Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/primefaces/primevue
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Oct 28, 2024
2 parents fad672f + 33b50c2 commit 414dd67
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 5 deletions.
44 changes: 44 additions & 0 deletions apps/showcase/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -69650,6 +69650,14 @@
"default": "",
"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",
"optional": true,
Expand Down Expand Up @@ -69845,6 +69853,22 @@
"default": "",
"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",
"optional": true,
Expand Down Expand Up @@ -70241,6 +70265,19 @@
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
"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."
}
]
},
Expand Down Expand Up @@ -70505,6 +70542,13 @@
"value": "\"p-treeselect-label\"",
"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",
"optional": false,
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 414dd67

Please sign in to comment.