Skip to content

Commit eb04cd7

Browse files
committed
Merge branch 'new-feature-primefaces#4134' of https://github.com/userkks/primereact into new-feature-primefaces#4134
2 parents fb639e6 + 77caf23 commit eb04cd7

File tree

220 files changed

+6107
-1256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+6107
-1256
lines changed

.github/workflows/comment_by_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
pull-requests: write
1717
steps:
1818
- name: Add comment
19-
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
19+
uses: peter-evans/create-or-update-comment@c6c9a1a66007646a28c153e2a8580a5bad27bcfa
2020
with:
2121
issue-number: ${{ github.event.issue.number }}
2222
body: |

components/doc/breadcrumb/templatedoc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ export default function TemplateDemo() {
5656
typescript: `
5757
import React from 'react';
5858
import { BreadCrumb } from 'primereact/breadcrumb';
59-
import { MenuItem } from 'primereact/menuitem';
59+
import { MenuItem, MenuItemOptions } from 'primereact/menuitem';
6060
6161
export default function TemplateDoc() {
62-
const iconItemTemplate = (item, options) => {
62+
const iconItemTemplate = (item: MenuItem, options: MenuItemOptions) => {
6363
return (
6464
<a className={options.className}>
6565
<span className={item.icon}></span>

components/doc/cascadeselect/pt/ptdoc.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export function PTDoc(props) {
8989
optionLabel="cname"
9090
optionGroupLabel="name"
9191
optionGroupChildren={['states', 'cities']}
92-
className="w-full md:w-14rem"
9392
breakpoint="767px"
9493
placeholder="Select a City"
9594
pt={{
@@ -189,7 +188,6 @@ export default function PTDemo() {
189188
optionLabel="cname"
190189
optionGroupLabel="name"
191190
optionGroupChildren={['states', 'cities']}
192-
className="w-full md:w-14rem"
193191
breakpoint="767px"
194192
placeholder="Select a City"
195193
pt={{
@@ -332,7 +330,6 @@ export default function PTDemo() {
332330
optionLabel="cname"
333331
optionGroupLabel="name"
334332
optionGroupChildren={['states', 'cities']}
335-
className="w-full md:w-14rem"
336333
breakpoint="767px"
337334
placeholder="Select a City"
338335
pt={{

0 commit comments

Comments
 (0)