Skip to content

Commit

Permalink
Update apidocs
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed May 3, 2024
1 parent f75e967 commit b0f9586
Showing 1 changed file with 148 additions and 6 deletions.
154 changes: 148 additions & 6 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3934,6 +3934,13 @@
"type": "string | Function",
"description": "Property name or getter function to use as the label of an option."
},
{
"name": "optionValue",
"optional": false,
"readonly": false,
"type": "string | Function",
"description": "Property name or getter function to use as the value of an option."
},
{
"name": "id",
"optional": false,
Expand Down Expand Up @@ -4735,6 +4742,17 @@
"templates": {
"description": "Defines the templates used by the component.",
"values": [
{
"parent": "breadcrumb",
"name": "item",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Data of the item.\n }"
}
],
"description": "Custom template of item."
},
{
"parent": "breadcrumb",
"name": "separator",
Expand Down Expand Up @@ -8461,6 +8479,31 @@
]
}
}
},
"interfaces": {
"components": {},
"templates": {
"description": "Defines the templates used by the component.",
"values": [
{
"parent": "contextmenu",
"name": "item",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Item instance.\n }"
}
],
"description": "Custom item template."
},
{
"parent": "contextmenu",
"name": "submenuicon",
"parameters": [],
"description": "Custom template of submenuicon."
}
]
}
}
},
"dataview": {
Expand Down Expand Up @@ -13571,6 +13614,14 @@
"default": "true",
"description": "Whether to use grouping separators, such as thousands separators or thousand/lakh/crore separators."
},
{
"name": "variant",
"optional": false,
"readonly": false,
"type": "\"outlined\" | \"filled\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
},
{
"name": "minFractionDigits",
"optional": false,
Expand Down Expand Up @@ -13789,8 +13840,8 @@
"name": "variant",
"optional": false,
"readonly": false,
"type": "string",
"default": "null",
"type": "\"outlined\" | \"filled\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
},
{
Expand Down Expand Up @@ -14116,7 +14167,7 @@
"readonly": false,
"type": "\"outlined\" | \"filled\"",
"default": "outlined",
"description": "Button directive is an extension to button component."
"description": "Specifies the input variant of the component."
}
]
}
Expand Down Expand Up @@ -15121,6 +15172,17 @@
"templates": {
"description": "Defines the templates used by the component.",
"values": [
{
"parent": "megamenu",
"name": "item",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Item instance.\n }"
}
],
"description": "Custom item template."
},
{
"parent": "megamenu",
"name": "start",
Expand Down Expand Up @@ -15327,6 +15389,48 @@
]
}
}
},
"interfaces": {
"components": {},
"templates": {
"description": "Defines the templates used by the component.",
"values": [
{
"parent": "menu",
"name": "start",
"parameters": [],
"description": "Custom template of start."
},
{
"parent": "menu",
"name": "end",
"parameters": [],
"description": "Custom template of end."
},
{
"parent": "menu",
"name": "item",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Item instance.\n }"
}
],
"description": "Custom template of item."
},
{
"parent": "menu",
"name": "submenuheader",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Item instance.\n }"
}
],
"description": "Custom template of submenuheader."
}
]
}
}
},
"menubar": {
Expand Down Expand Up @@ -15452,6 +15556,17 @@
"templates": {
"description": "Defines the templates used by the component.",
"values": [
{
"parent": "menubar",
"name": "item",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Item instance.\n \t root: boolean, // Whether root or not\n }"
}
],
"description": "Custom item template."
},
{
"parent": "menubar",
"name": "start",
Expand Down Expand Up @@ -15866,7 +15981,7 @@
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"default": "true",
"description": "When specified, displays an input field to filter the items on keyup."
},
{
Expand Down Expand Up @@ -18356,6 +18471,17 @@
"templates": {
"description": "Defines the templates used by the component.",
"values": [
{
"parent": "panelmenu",
"name": "item",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Item instance.\n }"
}
],
"description": "Custom item template."
},
{
"parent": "panelmenu",
"name": "submenuicon",
Expand Down Expand Up @@ -18419,6 +18545,14 @@
"readonly": false,
"type": null,
"description": "Sets the visibility of the password field."
},
{
"name": "variant",
"optional": false,
"readonly": false,
"type": "\"outlined\" | \"filled\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
}
Expand Down Expand Up @@ -18611,6 +18745,14 @@
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the component should automatically get focus on load."
},
{
"name": "variant",
"optional": false,
"readonly": false,
"type": "\"outlined\" | \"filled\"",
"default": "outlined",
"description": "Specifies the input variant of the component."
}
]
},
Expand Down Expand Up @@ -27236,8 +27378,8 @@
"name": "onFilter",
"parameters": [
{
"name": "value",
"type": "any"
"name": "event",
"type": "TreeFilterEvent"
}
],
"description": "Callback to invoke when data is filtered."
Expand Down

0 comments on commit b0f9586

Please sign in to comment.