Skip to content

Commit

Permalink
Merge branch 'new-feature-primefaces#4134' of https://github.com/user…
Browse files Browse the repository at this point in the history
  • Loading branch information
userkks committed Jun 19, 2023
2 parents fb639e6 + 77caf23 commit eb04cd7
Show file tree
Hide file tree
Showing 220 changed files with 6,107 additions and 1,256 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/comment_by_label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
pull-requests: write
steps:
- name: Add comment
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa
with:
issue-number: ${{ github.event.issue.number }}
body: |
Expand Down
4 changes: 2 additions & 2 deletions components/doc/breadcrumb/templatedoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ export default function TemplateDemo() {
typescript: `
import React from 'react';
import { BreadCrumb } from 'primereact/breadcrumb';
import { MenuItem } from 'primereact/menuitem';
import { MenuItem, MenuItemOptions } from 'primereact/menuitem';
export default function TemplateDoc() {
const iconItemTemplate = (item, options) => {
const iconItemTemplate = (item: MenuItem, options: MenuItemOptions) => {
return (
<a className={options.className}>
<span className={item.icon}></span>
Expand Down
3 changes: 0 additions & 3 deletions components/doc/cascadeselect/pt/ptdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ export function PTDoc(props) {
optionLabel="cname"
optionGroupLabel="name"
optionGroupChildren={['states', 'cities']}
className="w-full md:w-14rem"
breakpoint="767px"
placeholder="Select a City"
pt={{
Expand Down Expand Up @@ -189,7 +188,6 @@ export default function PTDemo() {
optionLabel="cname"
optionGroupLabel="name"
optionGroupChildren={['states', 'cities']}
className="w-full md:w-14rem"
breakpoint="767px"
placeholder="Select a City"
pt={{
Expand Down Expand Up @@ -332,7 +330,6 @@ export default function PTDemo() {
optionLabel="cname"
optionGroupLabel="name"
optionGroupChildren={['states', 'cities']}
className="w-full md:w-14rem"
breakpoint="767px"
placeholder="Select a City"
pt={{
Expand Down
Loading

0 comments on commit eb04cd7

Please sign in to comment.