pull/6674/head
tugcekucukoglu 2024-10-28 14:33:06 +03:00
commit 414dd678b8
2 changed files with 49 additions and 5 deletions

View File

@ -69650,6 +69650,14 @@
"default": "", "default": "",
"description": "Used to pass attributes to the label's DOM element." "description": "Used to pass attributes to the label's DOM element."
}, },
{
"name": "clearIcon",
"optional": true,
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
"description": "Used to pass attributes to the clear icon's DOM element."
},
{ {
"name": "chipItem", "name": "chipItem",
"optional": true, "optional": true,
@ -69845,6 +69853,22 @@
"default": "", "default": "",
"description": "A map of keys to represent the expansion state in controlled mode." "description": "A map of keys to represent the expansion state in controlled mode."
}, },
{
"name": "showClear",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When enabled, a clear icon is displayed to clear the value."
},
{
"name": "clearIcon",
"optional": true,
"readonly": false,
"type": "string",
"default": "",
"description": "Icon to display in clear button."
},
{ {
"name": "scrollHeight", "name": "scrollHeight",
"optional": true, "optional": true,
@ -70241,6 +70265,19 @@
], ],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom item checkbox icon template." "description": "Custom item checkbox icon template."
},
{
"name": "clearicon",
"parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <span class=\"ml-3 doc-option-parameter-name\">clearCallback</span>: <span class=\"doc-option-parameter-type\">(<span class=\"doc-option-parameter-name\">event</span>: Event) &rArr; void</span>, <span class=\"doc-option-parameter-type\">// Clear icon click function.</span>\n}",
"description": "clear icon slot's params."
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom clear icon template."
} }
] ]
}, },
@ -70505,6 +70542,13 @@
"value": "\"p-treeselect-label\"", "value": "\"p-treeselect-label\"",
"description": "Class name of the label element" "description": "Class name of the label element"
}, },
{
"name": "clearIcon",
"optional": false,
"readonly": false,
"value": "\"p-select-clear-icon\"",
"description": "Class name of the clear icon element"
},
{ {
"name": "chipItem", "name": "chipItem",
"optional": false, "optional": false,

View File

@ -4628,8 +4628,8 @@ packages:
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
hasBin: true hasBin: true
nanoid@5.0.7: nanoid@5.0.8:
resolution: {integrity: sha512-oLxFY2gd2IqnjcYyOXD8XGCftpGtZP2AbHbOkthDkvRywH5ayNtPVy9YlOPcHckXzbLTCHpkb7FB+yuxKV13pQ==} resolution: {integrity: sha512-TcJPw+9RV9dibz1hHUzlLVy8N4X9TnwirAjrU08Juo6BNKggzVfP2ZJ/3ZUSq15Xl5i85i+Z89XBO90pB2PghQ==}
engines: {node: ^18 || >=20} engines: {node: ^18 || >=20}
hasBin: true hasBin: true
@ -8646,7 +8646,7 @@ snapshots:
is-docker: 3.0.0 is-docker: 3.0.0
jiti: 1.21.6 jiti: 1.21.6
mri: 1.2.0 mri: 1.2.0
nanoid: 5.0.7 nanoid: 5.0.8
ofetch: 1.4.1 ofetch: 1.4.1
package-manager-detector: 0.2.2 package-manager-detector: 0.2.2
parse-git-config: 3.0.0 parse-git-config: 3.0.0
@ -8672,7 +8672,7 @@ snapshots:
is-docker: 3.0.0 is-docker: 3.0.0
jiti: 1.21.6 jiti: 1.21.6
mri: 1.2.0 mri: 1.2.0
nanoid: 5.0.7 nanoid: 5.0.8
ofetch: 1.4.1 ofetch: 1.4.1
package-manager-detector: 0.2.2 package-manager-detector: 0.2.2
parse-git-config: 3.0.0 parse-git-config: 3.0.0
@ -11883,7 +11883,7 @@ snapshots:
nanoid@3.3.7: {} nanoid@3.3.7: {}
nanoid@5.0.7: {} nanoid@5.0.8: {}
natural-compare@1.4.0: {} natural-compare@1.4.0: {}