Skip to content

Commit

Permalink
Update apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 16, 2024
1 parent 63b80ea commit 54e7c24
Showing 1 changed file with 43 additions and 5 deletions.
48 changes: 43 additions & 5 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -5087,13 +5087,23 @@
{
"parent": "button",
"name": "icon",
"parameters": [],
"parameters": [
{
"name": "context",
"type": "{\n \t class: NgClass, // Icon class.\n }"
}
],
"description": "Custom template of icon."
},
{
"parent": "button",
"name": "loadingicon",
"parameters": [],
"parameters": [
{
"name": "context",
"type": "{\n \t class: NgClass, // Icon class.\n }"
}
],
"description": "Custom template of loadingicon."
}
]
Expand Down Expand Up @@ -6961,7 +6971,7 @@
"name": "type",
"optional": false,
"readonly": false,
"type": "string",
"type": "\"line\" | \"bar\" | \"scatter\" | \"bubble\" | \"pie\" | \"doughnut\" | \"polarArea\" | \"radar\"",
"description": "Type of the chart."
},
{
Expand Down Expand Up @@ -12084,7 +12094,7 @@
"type": "{\n \t $implicit: any, // File list.\n \t uploadedFiles: any, // Uploaded files list.\n \t chooseCallback: VoidFunction, // Callback to invoke on choose button click.\n \t clearCallback: VoidFunction, // Callback to invoke on clear button click.\n \t uploadCallback: VoidFunction, // Callback to invoke on upload.\n }"
}
],
"description": "Custom template of header."
"description": "Custom template of file."
},
{
"parent": "fileupload",
Expand Down Expand Up @@ -21342,7 +21352,7 @@
"name": "size",
"optional": false,
"readonly": false,
"type": "\"square\" | \"circle\"",
"type": "string",
"description": "Size of the skeleton."
},
{
Expand Down Expand Up @@ -27386,6 +27396,14 @@
"type": "string",
"description": "Transition options of the hide animation.",
"deprecated": "since v14.2.0 use overlayOptions property instead."
},
{
"name": "loading",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Displays a loader to indicate data load is in progress."
}
]
},
Expand Down Expand Up @@ -27452,6 +27470,26 @@
],
"description": "Callback to invoke when data is filtered."
},
{
"name": "onFocus",
"parameters": [
{
"name": "event",
"type": "Event"
}
],
"description": "Callback to invoke when treeselect gets focus."
},
{
"name": "onBlur",
"parameters": [
{
"name": "event",
"type": "Event"
}
],
"description": "Callback to invoke when treeselect loses focus."
},
{
"name": "onNodeUnselect",
"parameters": [
Expand Down

0 comments on commit 54e7c24

Please sign in to comment.