Skip to content

Commit

Permalink
update apidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Mar 29, 2024
1 parent ae87ee4 commit 1709e41
Showing 1 changed file with 23 additions and 67 deletions.
90 changes: 23 additions & 67 deletions src/app/showcase/doc/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1425,8 +1425,7 @@
}
],
"returnType": "void",
"description": "Insterts new messages."
"description": "Insterts new messages."
"description": "Inserts new messages."
},
{
"name": "clear",
Expand Down Expand Up @@ -3129,7 +3128,7 @@
"type": "string"
},
{
"name": "browseFiles",
"name": "maximizeLabel",
"optional": true,
"readonly": false,
"type": "string"
Expand Down Expand Up @@ -4239,7 +4238,7 @@
"description": "selected item data."
}
],
"description": "Custom selected item template."
"description": "Custom selected item template, only supported in multiple mode."
},
{
"parent": "autocomplete",
Expand Down Expand Up @@ -5241,14 +5240,6 @@
"default": "false",
"description": "When enabled, calendar will start week numbers from first day of the year."
},
{
"name": "startWeekFromFirstDayOfYear",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When enabled, calendar will start week numbers from first day of the year."
},
{
"name": "showClear",
"optional": false,
Expand Down Expand Up @@ -10318,7 +10309,6 @@
{
"name": "componentType",
"type": "Type<T>",
"type": "Type<T>",
"description": "Dynamic component for content template."
},
{
Expand All @@ -10328,7 +10318,6 @@
}
],
"returnType": "DynamicDialogRef<T>",
"returnType": "DynamicDialogRef<T>",
"description": "Displays the dialog using the dynamic dialog object options."
},
{
Expand All @@ -10337,7 +10326,6 @@
{
"name": "ref",
"type": "DynamicDialogRef<any>"
"type": "DynamicDialogRef<any>"
}
],
"returnType": "DynamicDialogComponent",
Expand Down Expand Up @@ -10775,10 +10763,6 @@
"name": "onMaximize",
"description": "Event triggered on dialog is maximized."
},
{
"name": "onChildComponentLoaded",
"description": "Event triggered on child component load."
},
{
"name": "onChildComponentLoaded",
"description": "Event triggered on child component load."
Expand Down Expand Up @@ -15916,7 +15900,6 @@
"type": "boolean",
"default": "false",
"description": "Indicates whether to focus on options when hovering over them, defaults to optionLabel."
"description": "Indicates whether to focus on options when hovering over them, defaults to optionLabel."
},
{
"name": "filterFields",
Expand Down Expand Up @@ -17537,13 +17520,6 @@
"type": "TemplateRef<Object>",
"description": "Template instance to inject into the jump to page dropdown item inside in the paginator."
},
{
"name": "jumpToPageItemTemplate",
"optional": false,
"readonly": false,
"type": "TemplateRef<Object>",
"description": "Template instance to inject into the jump to page dropdown item inside in the paginator."
},
{
"name": "showPageLinks",
"optional": false,
Expand All @@ -17565,7 +17541,6 @@
"readonly": false,
"type": "TemplateRef<Object>",
"description": "Template instance to inject into the rows per page dropdown item inside in the paginator."
"description": "Template instance to inject into the rows per page dropdown item inside in the paginator."
},
{
"name": "first",
Expand Down Expand Up @@ -21401,17 +21376,6 @@
],
"description": "Custom template of item."
},
{
"parent": "speeddial",
"name": "item",
"parameters": [
{
"name": "context",
"type": "{\n \t $implicit: MenuItem, // Data of the item.\n \t index: number, // Index of the item.\n }"
}
],
"description": "Custom template of item."
},
{
"parent": "speeddial",
"name": "button",
Expand Down Expand Up @@ -21487,11 +21451,10 @@
"description": "Style class of the overlay menu."
},
{
"name": "disabled",
"name": "tabindex",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"type": "number",
"description": "When present, it specifies that the element should be disabled."
},
{
Expand Down Expand Up @@ -21530,6 +21493,22 @@
"type": "string",
"default": ".1s linear",
"description": "Transition options of the hide animation."
},
{
"name": "_menuButtonDisabled",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the menu button element should be disabled."
},
{
"name": "_buttonDisabled",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When present, it specifies that the button element should be disabled."
}
]
},
Expand All @@ -21547,11 +21526,10 @@
"description": "Callback to invoke when default command button is clicked."
},
{
"name": "onDropdownClick",
"name": "_disabled",
"parameters": [
{
"name": "event",
"type": "MouseEvent"
"name": "value"
}
],
"description": "Callback to invoke when dropdown button is clicked."
Expand Down Expand Up @@ -26616,28 +26594,6 @@
"type": "ScrollerOptions",
"description": "Whether to use the scroller feature. The properties of scroller component can be used like an object in it."
},
{
"name": "virtualScroll",
"optional": false,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "Whether the data should be loaded on demand during scroll."
},
{
"name": "virtualScrollItemSize",
"optional": false,
"readonly": false,
"type": "number",
"description": "Height of an item in the list for VirtualScrolling."
},
{
"name": "virtualScrollOptions",
"optional": false,
"readonly": false,
"type": "ScrollerOptions",
"description": "Whether to use the scroller feature. The properties of scroller component can be used like an object in it."
},
{
"name": "options",
"optional": false,
Expand Down

0 comments on commit 1709e41

Please sign in to comment.