Update index.json

pull/5756/head
tugcekucukoglu 2024-05-13 15:45:58 +03:00
parent 7ab5687196
commit caa55a3f9f
1 changed files with 47 additions and 21 deletions

View File

@ -15473,12 +15473,12 @@
"description": "Used to pass attributes to the sort icon's DOM element." "description": "Used to pass attributes to the sort icon's DOM element."
}, },
{ {
"name": "sortBadge", "name": "pcSortBadge",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "ColumnPassThroughOptionType", "type": "BadgePassThroughOptions<any>",
"default": "", "default": "",
"description": "Used to pass attributes to the sort badge's DOM element." "description": "Used to pass attributes to the Badge component."
}, },
{ {
"name": "pcHeaderCheckbox", "name": "pcHeaderCheckbox",
@ -15486,7 +15486,7 @@
"readonly": false, "readonly": false,
"type": "CheckboxPassThroughOptionType", "type": "CheckboxPassThroughOptionType",
"default": "", "default": "",
"description": "Used to pass attributes to the header checkbox's DOM element." "description": "Used to pass attributes to the Checkbox component."
}, },
{ {
"name": "filter", "name": "filter",
@ -15633,7 +15633,7 @@
"description": "Used to pass attributes to the filter add button container's DOM element." "description": "Used to pass attributes to the filter add button container's DOM element."
}, },
{ {
"name": "pcFilterAddButton", "name": "pcFilterAddRuleButton",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "ButtonPassThroughOptions<ColumnSharedPassThroughMethodOptions>", "type": "ButtonPassThroughOptions<ColumnSharedPassThroughMethodOptions>",
@ -18664,7 +18664,7 @@
"default": "" "default": ""
}, },
{ {
"name": "emptyFileChosenMessage", "name": "noFileChosenMessage",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "string", "type": "string",
@ -23852,7 +23852,7 @@
"value": "\"p-datatable-sort-icon\"" "value": "\"p-datatable-sort-icon\""
}, },
{ {
"name": "sortBadge", "name": "pcSortBadge",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"value": "\"p-datatable-sort-badge\"" "value": "\"p-datatable-sort-badge\""
@ -31610,6 +31610,14 @@
"default": "", "default": "",
"description": "Used to pass attributes to the toggle icon's DOM element." "description": "Used to pass attributes to the toggle icon's DOM element."
}, },
{
"name": "toggleButton",
"optional": true,
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the legend label's DOM element."
},
{ {
"name": "legendLabel", "name": "legendLabel",
"optional": true, "optional": true,
@ -32679,6 +32687,30 @@
"default": "", "default": "",
"description": "Style class of the component." "description": "Style class of the component."
}, },
{
"name": "chooseButtonProps",
"optional": true,
"readonly": false,
"type": "object",
"default": "null",
"description": "Used to pass all properties of the ButtonProps to the choose button inside the component."
},
{
"name": "uploadButtonProps",
"optional": true,
"readonly": false,
"type": "object",
"default": "",
"description": "Used to pass all properties of the ButtonProps to the upload button inside the component."
},
{
"name": "cancelButtonProps",
"optional": true,
"readonly": false,
"type": "object",
"default": "",
"description": "Used to pass all properties of the ButtonProps to the cancel button inside the component."
},
{ {
"name": "dt", "name": "dt",
"optional": true, "optional": true,
@ -41946,12 +41978,12 @@
"description": "Used to pass attributes to the submenu icon's DOM element." "description": "Used to pass attributes to the submenu icon's DOM element."
}, },
{ {
"name": "panel", "name": "overlay",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "MegaMenuPassThroughOptionType", "type": "MegaMenuPassThroughOptionType",
"default": "", "default": "",
"description": "Used to pass attributes to the panel's DOM element." "description": "Used to pass attributes to the overlay DOM element."
}, },
{ {
"name": "grid", "name": "grid",
@ -41970,7 +42002,7 @@
"description": "Used to pass attributes to the column's DOM element." "description": "Used to pass attributes to the column's DOM element."
}, },
{ {
"name": "submenuItem", "name": "submenuLabel",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "MegaMenuPassThroughOptionType", "type": "MegaMenuPassThroughOptionType",
@ -41985,14 +42017,6 @@
"default": "", "default": "",
"description": "Used to pass attributes to the submenu's DOM element." "description": "Used to pass attributes to the submenu's DOM element."
}, },
{
"name": "submenuItemLabel",
"optional": true,
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the submenu item label's DOM element."
},
{ {
"name": "separator", "name": "separator",
"optional": true, "optional": true,
@ -47105,7 +47129,7 @@
"readonly": false, "readonly": false,
"type": "object", "type": "object",
"default": "", "default": "",
"description": "Used to pass all properties of the ButtonProps to the move up button inside the component." "description": "Used to pass all properties of the ButtonProps to the button inside the component."
}, },
{ {
"name": "moveUpButtonProps", "name": "moveUpButtonProps",
@ -63434,7 +63458,7 @@
"description": "Used to pass attributes to the item label's DOM element." "description": "Used to pass attributes to the item label's DOM element."
}, },
{ {
"name": "inkbar", "name": "activeBar",
"optional": true, "optional": true,
"readonly": false, "readonly": false,
"type": "TabMenuPassThroughOptionType", "type": "TabMenuPassThroughOptionType",
@ -65926,6 +65950,7 @@
"themes/aura/progressspinner": {}, "themes/aura/progressspinner": {},
"themes/aura/radiobutton": {}, "themes/aura/radiobutton": {},
"themes/aura/rating": {}, "themes/aura/rating": {},
"themes/aura/ripple": {},
"themes/aura/scrollpanel": {}, "themes/aura/scrollpanel": {},
"themes/aura/scrolltop": {}, "themes/aura/scrolltop": {},
"themes/aura/select": {}, "themes/aura/select": {},
@ -66015,6 +66040,7 @@
"themes/lara/progressspinner": {}, "themes/lara/progressspinner": {},
"themes/lara/radiobutton": {}, "themes/lara/radiobutton": {},
"themes/lara/rating": {}, "themes/lara/rating": {},
"themes/lara/ripple": {},
"themes/lara/scrollpanel": {}, "themes/lara/scrollpanel": {},
"themes/lara/scrolltop": {}, "themes/lara/scrolltop": {},
"themes/lara/select": {}, "themes/lara/select": {},
@ -73101,7 +73127,7 @@
"value": "\"p-treetable-sort-icon\"" "value": "\"p-treetable-sort-icon\""
}, },
{ {
"name": "sortBadge", "name": "pcSortBadge",
"optional": false, "optional": false,
"readonly": false, "readonly": false,
"value": "\"p-treetable-sort-badge\"" "value": "\"p-treetable-sort-badge\""