diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 80f5fecb9..8828c28a6 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -155,24 +155,6 @@
"default": "",
"description": "Used to pass attributes to the root's DOM element."
},
- {
- "name": "tab",
- "optional": true,
- "readonly": false,
- "type": "AccordionTabPassThroughOptionType",
- "default": "",
- "description": "Used to pass attributes to AccordionTab helper components.",
- "deprecated": "since v3.30.1. Use 'accordiontab' property instead."
- },
- {
- "name": "accordiontab",
- "optional": true,
- "readonly": false,
- "type": "AccordionTabPassThroughOptionType",
- "default": "",
- "description": "Used to pass attributes to AccordionTab helper components.",
- "deprecated": "since v4. Use new structure instead."
- },
{
"name": "hooks",
"optional": true,
@@ -1760,8 +1742,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Used to pass all properties of the HTMLDivElement to the tab header.",
- "deprecated": "since v3.26.0. Use 'pt' property instead."
+ "description": "Used to pass all properties of the HTMLDivElement to the tab header."
},
{
"name": "headerActionProps",
@@ -1769,8 +1750,7 @@
"readonly": false,
"type": "AnchorHTMLAttributes",
"default": "",
- "description": "Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
- "deprecated": "since v3.26.0. Use 'pt' property instead."
+ "description": "Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header."
},
{
"name": "contentStyle",
@@ -1794,8 +1774,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Used to pass all properties of the HTMLDivElement to the tab content.",
- "deprecated": "since v3.26.0. Use 'pt' property instead."
+ "description": "Used to pass all properties of the HTMLDivElement to the tab content."
},
{
"name": "disabled",
@@ -1902,7 +1881,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t index: number, // Index of the tab\n \t isTabActive: (index: number) ⇒ void, // Whether the tab is active\n\t active: (index: number) ⇒ void, // Whether the tab is active\n}",
+ "type": "{\n \t index: number, // Index of the tab\n \t active: (index: number) ⇒ void, // Whether the tab is active\n}",
"description": "header slot's params."
}
],
@@ -4778,15 +4757,6 @@
"default": "",
"description": "An array of suggestions to display."
},
- {
- "name": "field",
- "optional": true,
- "readonly": false,
- "type": "string | Function",
- "default": "",
- "description": "",
- "deprecated": "since v3.16.0. Use 'optionLabel' property instead.\nProperty name or getter function of a suggested object to resolve and display."
- },
{
"name": "optionLabel",
"optional": true,
@@ -4851,15 +4821,6 @@
"default": "blank",
"description": "Specifies the behavior dropdown button. Default 'blank' mode sends an empty string and 'current' mode sends the input value."
},
- {
- "name": "autoHighlight",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "false",
- "description": "",
- "deprecated": "since v3.16.0\nHighlights automatically the first item of the dropdown to be selected."
- },
{
"name": "multiple",
"optional": true,
@@ -5018,8 +4979,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the dropdown.",
- "deprecated": "since v3.27.0. Use 'dropdownicon' slot."
+ "description": "Icon to display in the dropdown."
},
{
"name": "dropdownClass",
@@ -5052,8 +5012,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in chip remove action.",
- "deprecated": "since v3.27.0. Use 'removetokenicon' slot."
+ "description": "Icon to display in chip remove action."
},
{
"name": "chipIcon",
@@ -5238,20 +5197,6 @@
"returnType": "VNode[]",
"description": "Custom footer template of panel."
},
- {
- "name": "item",
- "parameters": [
- {
- "name": "scope",
- "optional": false,
- "type": "{\n \t item: any, // Option instance\n \t index: number, // Index of the option\n }",
- "description": "item slot's params."
- }
- ],
- "returnType": "VNode[]",
- "description": "",
- "deprecated": "since v3.16.0\nCustom content for each item."
- },
{
"name": "option",
"parameters": [
@@ -5271,7 +5216,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t item: any, // undefined\n \t option: any, // Option instance\n \t index: number, // Index of the option\n }",
+ "type": "{\n \t option: any, // Option instance\n \t index: number, // Index of the option\n }",
"description": "option group slot's params."
}
],
@@ -5328,7 +5273,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // Remove token icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t removeCallback: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}",
"description": "chip icon slot's params."
}
],
@@ -5342,7 +5287,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // Remove token icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t removeCallback: (event: Event, index: number) ⇒ void, // Remove token icon function.\n}",
"description": "chip icon slot's params."
}
],
@@ -5952,8 +5897,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Defines the icon to display.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Defines the icon to display."
},
{
"name": "image",
@@ -8294,15 +8238,6 @@
"default": "",
"description": "Configuration for the home icon."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "ariaLabel",
"optional": true,
@@ -10387,8 +10322,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the datepicker button.",
- "deprecated": "since v3.27.0. Use 'dropdownicon' slot."
+ "description": "Icon of the datepicker button."
},
{
"name": "prevIcon",
@@ -10396,8 +10330,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in the previous button.",
- "deprecated": "since v3.27.0. Use 'previcon' slot."
+ "description": "Icon to show in the previous button."
},
{
"name": "nextIcon",
@@ -10405,8 +10338,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in the next button.",
- "deprecated": "since v3.27.0. Use 'nexticon' slot."
+ "description": "Icon to show in the next button."
},
{
"name": "incrementIcon",
@@ -10414,8 +10346,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in each of the increment buttons.",
- "deprecated": "since v3.27.0. Use 'incrementicon' slot."
+ "description": "Icon to show in each of the increment buttons."
},
{
"name": "decrementIcon",
@@ -10423,8 +10354,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in each of the decrement buttons.",
- "deprecated": "since v3.27.0. Use 'decrementicon' slot."
+ "description": "Icon to show in each of the decrement buttons."
},
{
"name": "numberOfMonths",
@@ -10458,33 +10388,6 @@
"default": "date",
"description": "Type of view to display."
},
- {
- "name": "monthNavigator",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "false",
- "description": "Whether the month should be rendered as a dropdown instead of text.",
- "deprecated": "since version 3.9.0, Navigator is always on."
- },
- {
- "name": "yearNavigator",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "false",
- "description": "Whether the year should be rendered as a dropdown instead of text.",
- "deprecated": "since version 3.9.0, Navigator is always on."
- },
- {
- "name": "yearRange",
- "optional": true,
- "readonly": false,
- "type": "string",
- "default": "false",
- "description": "The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020).",
- "deprecated": "since version 3.9.0, Years are based on decades by default."
- },
{
"name": "minDate",
"optional": true,
@@ -13110,8 +13013,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the dropdown.",
- "deprecated": "since v3.27.0. Use 'dropdownicon' slot."
+ "description": "Icon to display in the dropdown."
},
{
"name": "loadingIcon",
@@ -13119,8 +13021,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in loading state.",
- "deprecated": "since v3.27.0. Use 'loadingicon' slot."
+ "description": "Icon to display in loading state."
},
{
"name": "optionGroupIcon",
@@ -13128,8 +13029,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the option group.",
- "deprecated": "since v3.27.0. Use 'optiongroupicon' slot."
+ "description": "Icon to display in the option group."
},
{
"name": "autoOptionFocus",
@@ -13293,13 +13193,6 @@
"returnType": "VNode[]",
"description": "Custom value template."
},
- {
- "name": "indicator",
- "parameters": [],
- "returnType": "VNode[]",
- "description": "Custom indicator template.",
- "deprecated": "since v3.27.0. Use 'dropdownicon or loadingicon' slots."
- },
{
"name": "dropdownicon",
"parameters": [],
@@ -14862,8 +14755,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Defines the icon to display.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Defines the icon to display."
},
{
"name": "image",
@@ -14887,8 +14779,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the remove element.",
- "deprecated": "since v3.27.0. Use 'removeicon' slot."
+ "description": "Icon of the remove element."
},
{
"name": "dt",
@@ -14948,7 +14839,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClick: (event: Event) ⇒ void, // Remove icon click event\n\t onKeydown: (event: Event) ⇒ void, // Remove icon keydown event\n\t removeCallback: (event: Event) ⇒ void, // Remove icon click event\n\t keydownCallback: (event: Event) ⇒ void, // Remove icon keydown event\n}",
+ "type": "{\n \t removeCallback: (event: Event) ⇒ void, // Remove icon click event\n\t keydownCallback: (event: Event) ⇒ void, // Remove icon keydown event\n}",
"description": "remove icon slot's params."
}
],
@@ -15474,8 +15365,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
- "deprecated": "since v3.26.0. Use 'pt' property instead."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "removeTokenIcon",
@@ -15483,8 +15373,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in chip remove action.",
- "deprecated": "since v3.27.0. Use 'removetokenicon' slot."
+ "description": "Icon to display in chip remove action."
},
{
"name": "chipIcon",
@@ -15602,7 +15491,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // chip icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
"description": "chip icon slot's params."
}
],
@@ -15616,7 +15505,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // chip icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
"description": "chip icon slot's params."
}
],
@@ -17294,8 +17183,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the drag handle to reorder rows.",
- "deprecated": "since v3.27.0. Use 'rowreordericon' slot."
+ "description": "Icon of the drag handle to reorder rows."
},
{
"name": "reorderableColumn",
@@ -20582,7 +20470,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close dialog function.\n\t onAccept: () ⇒ void, // Accept function of the component\n\t onReject: () ⇒ void, // Reject function of the component\n\t closeCallback: () ⇒ void, // Close dialog function.\n\t acceptCallback: () ⇒ void, // Accept function of the component\n\t rejectCallback: () ⇒ void, // Reject function of the component\n}",
+ "type": "{\n \t message: any, // Message of the component\n \t closeCallback: () ⇒ void, // Close dialog function.\n\t acceptCallback: () ⇒ void, // Accept function of the component\n\t rejectCallback: () ⇒ void, // Reject function of the component\n}",
"description": "container slot's params."
}
],
@@ -21069,7 +20957,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t message: any, // Message of the component\n \t onAccept: () ⇒ void, // Accept function of the component\n\t onReject: () ⇒ void, // Reject function of the component\n\t acceptCallback: () ⇒ void, // Accept function of the component\n\t rejectCallback: () ⇒ void, // Reject function of the component\n}",
+ "type": "{\n \t message: any, // Message of the component\n \t acceptCallback: () ⇒ void, // Accept function of the component\n\t rejectCallback: () ⇒ void, // Reject function of the component\n}",
"description": "container slot's params."
}
],
@@ -21675,15 +21563,6 @@
"default": "false",
"description": "Attaches the menu to document instead of a particular item."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "tabindex",
"optional": true,
@@ -24032,8 +23911,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "The icon to show while indicating data load is in progress.",
- "deprecated": "since v3.27.0. Use 'loadingicon' slot."
+ "description": "The icon to show while indicating data load is in progress."
},
{
"name": "sortField",
@@ -24248,8 +24126,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the row toggler to display the row as expanded.",
- "deprecated": "since v3.27.0. Use 'rowtogglericon' slot."
+ "description": "Icon of the row toggler to display the row as expanded."
},
{
"name": "collapsedRowIcon",
@@ -24257,8 +24134,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the row toggler to display the row as collapsed.",
- "deprecated": "since v3.27.0. Use 'rowtogglericon' slot."
+ "description": "Icon of the row toggler to display the row as collapsed."
},
{
"name": "rowGroupMode",
@@ -27530,8 +27406,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the datepicker button.",
- "deprecated": "since v3.27.0. Use 'dropdownicon' slot."
+ "description": "Icon of the datepicker button."
},
{
"name": "prevIcon",
@@ -27539,8 +27414,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in the previous button.",
- "deprecated": "since v3.27.0. Use 'previcon' slot."
+ "description": "Icon to show in the previous button."
},
{
"name": "nextIcon",
@@ -27548,8 +27422,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in the next button.",
- "deprecated": "since v3.27.0. Use 'nexticon' slot."
+ "description": "Icon to show in the next button."
},
{
"name": "incrementIcon",
@@ -27557,8 +27430,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in each of the increment buttons.",
- "deprecated": "since v3.27.0. Use 'incrementicon' slot."
+ "description": "Icon to show in each of the increment buttons."
},
{
"name": "decrementIcon",
@@ -27566,8 +27438,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to show in each of the decrement buttons.",
- "deprecated": "since v3.27.0. Use 'decrementicon' slot."
+ "description": "Icon to show in each of the decrement buttons."
},
{
"name": "numberOfMonths",
@@ -27601,33 +27472,6 @@
"default": "date",
"description": "Type of view to display."
},
- {
- "name": "monthNavigator",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "false",
- "description": "Whether the month should be rendered as a dropdown instead of text.",
- "deprecated": "since version 3.9.0, Navigator is always on."
- },
- {
- "name": "yearNavigator",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "false",
- "description": "Whether the year should be rendered as a dropdown instead of text.",
- "deprecated": "since version 3.9.0, Navigator is always on."
- },
- {
- "name": "yearRange",
- "optional": true,
- "readonly": false,
- "type": "string",
- "default": "false",
- "description": "The range of years displayed in the year drop-down in (nnnn:nnnn) format such as (2000:2020).",
- "deprecated": "since version 3.9.0, Years are based on decades by default."
- },
{
"name": "minDate",
"optional": true,
@@ -29501,8 +29345,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the dialog close button.",
- "deprecated": "since v3.27.0. Use 'closeicon' slot."
+ "description": "Icon to display in the dialog close button."
},
{
"name": "maximizeIcon",
@@ -29510,8 +29353,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the dialog maximize button when dialog is not maximized.",
- "deprecated": "since v3.27.0. Use 'maximizeicon' slot."
+ "description": "Icon to display in the dialog maximize button when dialog is not maximized."
},
{
"name": "minimizeIcon",
@@ -29519,8 +29361,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the dialog maximize button when dialog is minimized.",
- "deprecated": "since v3.27.0. Use 'minimizeicon' slot."
+ "description": "Icon to display in the dialog maximize button when dialog is minimized."
},
{
"name": "closeButtonProps",
@@ -29628,7 +29469,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close dialog function.\n\t onMaximize: (event: Event) ⇒ void, // Maximize/minimize dialog function.\n\t closeCallback: () ⇒ void, // Close dialog function.\n\t maximizeCallback: (event: Event) ⇒ void, // Maximize/minimize dialog function.\n}",
+ "type": "{\n \t closeCallback: () ⇒ void, // Close dialog function.\n\t maximizeCallback: (event: Event) ⇒ void, // Maximize/minimize dialog function.\n}",
"description": "container slot's params."
}
],
@@ -30598,15 +30439,6 @@
"default": "960px",
"description": "The breakpoint to define the maximum width boundary."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "tooltipOptions",
"optional": true,
@@ -31219,8 +31051,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the drawer close button.",
- "deprecated": "since v3.27.0. Use 'closeicon' slot."
+ "description": "Icon to display in the drawer close button."
},
{
"name": "modal",
@@ -31317,7 +31148,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close drawer function.\n\t closeCallback: () ⇒ void, // Close drawer function.\n}",
+ "type": "{\n \t closeCallback: () ⇒ void, // Close drawer function.\n}",
"description": "container slot's params."
}
],
@@ -32265,8 +32096,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in clear button.",
- "deprecated": "since v3.27.0. Use 'clearicon' slot."
+ "description": "Icon to display in clear button."
},
{
"name": "dropdownIcon",
@@ -32274,8 +32104,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the select.",
- "deprecated": "since v3.27.0. Use 'dropdownicon' slot."
+ "description": "Icon to display in the select."
},
{
"name": "filterIcon",
@@ -32283,8 +32112,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in filter input.",
- "deprecated": "since v3.27.0. Use 'filtericon' slot."
+ "description": "Icon to display in filter input."
},
{
"name": "loadingIcon",
@@ -32292,8 +32120,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in loading state.",
- "deprecated": "since v3.27.0. Use 'loadingicon' slot."
+ "description": "Icon to display in loading state."
},
{
"name": "resetFilterOnHide",
@@ -32485,13 +32312,6 @@
"returnType": "VNode[]",
"description": "Custom value template."
},
- {
- "name": "indicator",
- "parameters": [],
- "returnType": "VNode[]",
- "description": "Custom indicator template.",
- "deprecated": "since v3.27.0. Use 'dropdownicon or loadingicon' slots."
- },
{
"name": "header",
"parameters": [
@@ -32588,7 +32408,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the clear icon\n \t onClick: (event: Event) ⇒ void, // Clear icon click function.\n\t clearCallback: (event: Event) ⇒ void, // Clear icon click function.\n}",
+ "type": "{\n \t clearCallback: (event: Event) ⇒ void, // Clear icon click function.\n}",
"description": "clear icon slot's params."
}
],
@@ -34038,8 +33858,7 @@
"readonly": false,
"type": "AnchorHTMLAttributes",
"default": "",
- "description": "Used to pass the custom value to read for the AnchorHTMLAttributes inside the component.",
- "deprecated": "since v3.26.0. Use 'pt' property instead."
+ "description": "Used to pass the custom value to read for the AnchorHTMLAttributes inside the component."
},
{
"name": "dt",
@@ -35012,8 +34831,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the choose button.",
- "deprecated": "since v3.27.0. Use 'chooseicon' slot."
+ "description": "Icon of the choose button."
},
{
"name": "uploadIcon",
@@ -35021,8 +34839,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the upload button.",
- "deprecated": "since v3.27.0. Use 'updateicon' slot."
+ "description": "Icon of the upload button."
},
{
"name": "cancelIcon",
@@ -35030,8 +34847,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the cancel button.",
- "deprecated": "since v3.27.0. Use 'cancelicon' slot."
+ "description": "Icon of the cancel button."
},
{
"name": "style",
@@ -38155,7 +37971,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the image element.\n \t style: any, // Style of the image element.\n \t onError: () ⇒ void, // Image error function.\n\t errorCallback: () ⇒ void, // Preview click function.\n}",
+ "type": "{\n \t class: any, // Style class of the image element.\n \t style: any, // Style of the image element.\n \t errorCallback: () ⇒ void, // Preview click function.\n}",
"description": "image slot's params."
}
],
@@ -38168,7 +37984,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the preview image element.\n \t style: any, // Style of the preview image element.\n \t onClick: () ⇒ void, // Preview click function.\n\t previewCallback: () ⇒ void, // Preview click function.\n}",
+ "type": "{\n \t class: any, // Style class of the preview image element.\n \t style: any, // Style of the preview image element.\n \t previewCallback: () ⇒ void, // Preview click function.\n}",
"description": "preview slot's params."
}
],
@@ -38182,7 +37998,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the original image element.\n \t style: any, // Style of the original image element.\n \t onClick: () ⇒ void, // Original click function.\n\t previewCallback: () ⇒ void, // Preview click function.\n}",
+ "type": "{\n \t class: any, // Style class of the original image element.\n \t style: any, // Style of the original image element.\n \t previewCallback: () ⇒ void, // Preview click function.\n}",
"description": "original slot's params."
}
],
@@ -38582,8 +38398,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Display a custom icon for the message.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Display a custom icon for the message."
},
{
"name": "dt",
@@ -38975,8 +38790,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the close button.",
- "deprecated": "since v3.27.0. Use 'closeicon' slot."
+ "description": "Icon to display in the close button."
},
{
"name": "displayProps",
@@ -39586,8 +39400,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
- "deprecated": "since v3.26.0. Use 'pt' property instead."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "removeTokenIcon",
@@ -39595,8 +39408,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in chip remove action.",
- "deprecated": "since v3.27.0. Use 'removetokenicon' slot."
+ "description": "Icon to display in chip remove action."
},
{
"name": "chipIcon",
@@ -39714,7 +39526,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // chip icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
"description": "chip icon slot's params."
}
],
@@ -39728,7 +39540,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t onClick: (event: Event, index: number) ⇒ void, // chip icon function.\n\t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the icon.\n \t index: number, // Index of the token.\n \t removeCallback: (event: Event, index: number) ⇒ void, // chip icon function.\n}",
"description": "chip icon slot's params."
}
],
@@ -44738,8 +44550,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in filter input.",
- "deprecated": "since v3.27.0. Use 'filtericon' slot."
+ "description": "Icon to display in filter input."
},
{
"name": "ariaLabel",
@@ -45641,15 +45452,6 @@
"default": "960px",
"description": "The breakpoint to define the maximum width boundary."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "disabled",
"optional": true,
@@ -46446,15 +46248,6 @@
"default": "0",
"description": "Base zIndex value to use in layering."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "tabindex",
"optional": true,
@@ -47289,15 +47082,6 @@
"default": "960px",
"description": "The breakpoint to define the maximum width boundary."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "buttonProps",
"optional": true,
@@ -47948,15 +47732,6 @@
"default": "",
"description": "Used to pass attributes to the text's DOM element."
},
- {
- "name": "button",
- "optional": true,
- "readonly": false,
- "type": "MessagePassThroughOptionType",
- "default": "",
- "description": "Used to pass attributes to the button's DOM element.",
- "deprecated": "since v3.30.2. Use 'closeButton' option."
- },
{
"name": "closeButton",
"optional": true,
@@ -47965,15 +47740,6 @@
"default": "",
"description": "Used to pass attributes to the button's DOM element."
},
- {
- "name": "buttonIcon",
- "optional": true,
- "readonly": false,
- "type": "MessagePassThroughOptionType",
- "default": "",
- "description": "Used to pass attributes to the button icon's DOM element.",
- "deprecated": "since v3.30.2. Use 'closeIcon' option."
- },
{
"name": "closeIcon",
"optional": true,
@@ -48079,8 +47845,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the message close button.",
- "deprecated": "since v3.27.0. Use 'closeicon' slot."
+ "description": "Icon to display in the message close button."
},
{
"name": "closeButtonProps",
@@ -48168,7 +47933,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close message function.\n\t closeCallback: () ⇒ void, // Close message function.\n}",
+ "type": "{\n \t closeCallback: () ⇒ void, // Close message function.\n}",
"description": "container slot's params."
}
],
@@ -49700,8 +49465,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the checkboxes.",
- "deprecated": "since v3.27.0. Use 'checkboxicon' slot."
+ "description": "Icon to display in the checkboxes."
},
{
"name": "closeIcon",
@@ -49709,8 +49473,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the dropdown close button.",
- "deprecated": "since v3.27.0. Use 'closeicon' slot."
+ "description": "Icon to display in the dropdown close button."
},
{
"name": "dropdownIcon",
@@ -49718,8 +49481,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the dropdown.",
- "deprecated": "since v3.27.0. Use 'dropdownicon' slot."
+ "description": "Icon to display in the dropdown."
},
{
"name": "filterIcon",
@@ -49727,8 +49489,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in filter input.",
- "deprecated": "since v3.27.0. Use 'filtericon' slot."
+ "description": "Icon to display in filter input."
},
{
"name": "loadingIcon",
@@ -49736,8 +49497,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in loading state.",
- "deprecated": "since v3.27.0. Use 'loadingicon' slot."
+ "description": "Icon to display in loading state."
},
{
"name": "removeTokenIcon",
@@ -49745,8 +49505,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in chip remove action.",
- "deprecated": "since v4.0. Use 'chipicon' slot."
+ "description": "Icon to display in chip remove action."
},
{
"name": "chipIcon",
@@ -49942,13 +49701,6 @@
"returnType": "VNode[]",
"description": "Custom chip template."
},
- {
- "name": "indicator",
- "parameters": [],
- "returnType": "VNode[]",
- "description": "Custom indicator template.",
- "deprecated": "since v3.27.0. Use 'loadingicon and dropdownicon' slot."
- },
{
"name": "header",
"parameters": [
@@ -50045,7 +49797,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the loading icon.\n \t item: any, // Item of the token.\n \t onClick: (event: Event, item: any) ⇒ void, // Chip icon function.\n\t removeCallback: (event: Event, item: any) ⇒ void, // Chip icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the loading icon.\n \t item: any, // Item of the token.\n \t removeCallback: (event: Event, item: any) ⇒ void, // Chip icon function.\n}",
"description": "removetokenicon slot's params."
}
],
@@ -50059,7 +49811,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: string, // Style class of the loading icon.\n \t item: any, // Item of the token.\n \t onClick: (event: Event, item: any) ⇒ void, // Chip icon function.\n\t removeCallback: (event: Event, item: any) ⇒ void, // Chip icon function.\n}",
+ "type": "{\n \t class: string, // Style class of the loading icon.\n \t item: any, // Item of the token.\n \t removeCallback: (event: Event, item: any) ⇒ void, // Chip icon function.\n}",
"description": "chipicon slot's params."
}
],
@@ -52709,7 +52461,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close overlay panel function.\n\t onKeydown: (event: Event) ⇒ void, // Close button keydown function.\n\t closeCallback: () ⇒ void, // Close overlay panel function.\n\t keydownCallback: (event: Event) ⇒ void, // Close button keydown function.\n}",
+ "type": "{\n \t closeCallback: () ⇒ void, // Close overlay panel function.\n\t keydownCallback: (event: Event) ⇒ void, // Close button keydown function.\n}",
"description": "container slot's params."
}
],
@@ -54880,15 +54632,6 @@
"default": "false",
"description": "When enabled, multiple root menuitems can be activated at the same time."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "tabindex",
"optional": true,
@@ -55741,15 +55484,6 @@
"default": "false",
"description": "Whether to show an icon to display the password as plain text."
},
- {
- "name": "hideIcon",
- "optional": true,
- "readonly": false,
- "type": "string",
- "default": "",
- "description": "Icon to hide displaying the password as plain text.",
- "deprecated": "since v3.27.0. Use 'maskicon' slot."
- },
{
"name": "maskIcon",
"optional": true,
@@ -55758,15 +55492,6 @@
"default": "",
"description": "Icon to hide displaying the password as plain text."
},
- {
- "name": "showIcon",
- "optional": true,
- "readonly": false,
- "type": "string",
- "default": "",
- "description": "Icon to show displaying the password as plain text.",
- "deprecated": "since v3.27.0. Use 'unmaskicon' slot."
- },
{
"name": "unmaskIcon",
"optional": true,
@@ -55992,7 +55717,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClick: () ⇒ void, // Hide icon click event\n\t toggleCallback: () ⇒ void, // Mask icon click event\n}",
+ "type": "{\n \t toggleCallback: () ⇒ void, // Mask icon click event\n}",
"description": "hideicon slot's params."
}
],
@@ -56006,7 +55731,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClick: () ⇒ void, // Hide icon click event\n\t toggleCallback: () ⇒ void, // Mask icon click event\n}",
+ "type": "{\n \t toggleCallback: () ⇒ void, // Mask icon click event\n}",
"description": "maskicon slot's params."
}
],
@@ -56019,7 +55744,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClick: () ⇒ void, // Unmask icon click event\n\t toggleCallback: () ⇒ void, // Unmask icon click event\n}",
+ "type": "{\n \t toggleCallback: () ⇒ void, // Unmask icon click event\n}",
"description": "showicon slot's params."
}
],
@@ -56033,7 +55758,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClick: () ⇒ void, // Unmask icon click event\n\t toggleCallback: () ⇒ void, // Unmask icon click event\n}",
+ "type": "{\n \t toggleCallback: () ⇒ void, // Unmask icon click event\n}",
"description": "showicon slot's params."
}
],
@@ -57776,7 +57501,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close overlay panel function.\n\t onKeydown: (event: Event) ⇒ void, // Close button keydown function.\n\t closeCallback: () ⇒ void, // Close overlay panel function.\n\t keydownCallback: (event: Event) ⇒ void, // Close button keydown function.\n}",
+ "type": "{\n \t closeCallback: () ⇒ void, // Close overlay panel function.\n\t keydownCallback: (event: Event) ⇒ void, // Close button keydown function.\n}",
"description": "container slot's params."
}
],
@@ -59629,8 +59354,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon for the on state.",
- "deprecated": "since v3.27.0. Use 'onicon' slot."
+ "description": "Icon for the on state."
},
{
"name": "offIcon",
@@ -59638,8 +59362,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon for the off state.",
- "deprecated": "since v3.27.0. Use 'officon' slot."
+ "description": "Icon for the off state."
},
{
"name": "dt",
@@ -61011,8 +60734,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon to display."
},
{
"name": "behavior",
@@ -61985,8 +61707,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in clear button.",
- "deprecated": "since v3.27.0. Use 'clearicon' slot."
+ "description": "Icon to display in clear button."
},
{
"name": "dropdownIcon",
@@ -61994,8 +61715,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the select.",
- "deprecated": "since v3.27.0. Use 'dropdownicon' slot."
+ "description": "Icon to display in the select."
},
{
"name": "filterIcon",
@@ -62003,8 +61723,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in filter input.",
- "deprecated": "since v3.27.0. Use 'filtericon' slot."
+ "description": "Icon to display in filter input."
},
{
"name": "loadingIcon",
@@ -62012,8 +61731,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in loading state.",
- "deprecated": "since v3.27.0. Use 'loadingicon' slot."
+ "description": "Icon to display in loading state."
},
{
"name": "resetFilterOnHide",
@@ -62205,13 +61923,6 @@
"returnType": "VNode[]",
"description": "Custom value template."
},
- {
- "name": "indicator",
- "parameters": [],
- "returnType": "VNode[]",
- "description": "Custom indicator template.",
- "deprecated": "since v3.27.0. Use 'dropdownicon or loadingicon' slots."
- },
{
"name": "header",
"parameters": [
@@ -62308,7 +62019,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t class: any, // Style class of the clear icon\n \t onClick: (event: Event) ⇒ void, // Clear icon click function.\n\t clearCallback: (event: Event) ⇒ void, // Clear icon click function.\n}",
+ "type": "{\n \t clearCallback: (event: Event) ⇒ void, // Clear icon click function.\n}",
"description": "clear icon slot's params."
}
],
@@ -63014,15 +62725,6 @@
"default": "",
"description": "A property to uniquely identify an option."
},
- {
- "name": "unselectable",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether selection can be cleared.",
- "deprecated": "Use 'allowEmpty' property instead."
- },
{
"name": "allowEmpty",
"optional": true,
@@ -63556,8 +63258,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the drawer close button.",
- "deprecated": "since v3.27.0. Use 'closeicon' slot."
+ "description": "Icon to display in the drawer close button."
},
{
"name": "modal",
@@ -63654,7 +63355,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t onClose: () ⇒ void, // Close drawer function.\n\t closeCallback: () ⇒ void, // Close drawer function.\n}",
+ "type": "{\n \t closeCallback: () ⇒ void, // Close drawer function.\n}",
"description": "container slot's params."
}
],
@@ -64986,8 +64687,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Show icon of the button element.",
- "deprecated": "since v3.27.0. Use 'showicon' slot."
+ "description": "Show icon of the button element."
},
{
"name": "hideIcon",
@@ -64995,8 +64695,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Hide icon of the button element.",
- "deprecated": "since v3.27.0. Use 'hideicon' slot."
+ "description": "Hide icon of the button element."
},
{
"name": "rotateAnimation",
@@ -65121,7 +64820,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t visible: boolean, // Visible state of the item\n \t onClick: (event: Event) ⇒ void, // Button click function\n\t toggleCallback: (event: Event) ⇒ void, // Button click function\n}",
+ "type": "{\n \t visible: boolean, // Visible state of the item\n \t toggleCallback: (event: Event) ⇒ void, // Button click function\n}",
"description": "button slot's params."
}
],
@@ -65573,8 +65272,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Name of the icon.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Name of the icon."
},
{
"name": "model",
@@ -65654,8 +65352,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Name of the menu button icon.",
- "deprecated": "since v3.27.0. Use 'menubuttonicon' slot."
+ "description": "Name of the menu button icon."
},
{
"name": "dropdownIcon",
@@ -69460,15 +69157,6 @@
"default": "true",
"description": "Whether the items are clickable or not."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "activeStep",
"optional": true,
@@ -69727,15 +69415,6 @@
"default": "",
"description": "Selector to define the target element. Available selectors are '@next', '@prev', '@parent' and '@grandparent'."
},
- {
- "name": "enterClass",
- "optional": true,
- "readonly": false,
- "type": "string",
- "default": "",
- "description": "Style class to add when item begins to get displayed.",
- "deprecated": "since v3.41.0. Use 'enterFromClass' option instead."
- },
{
"name": "enterFromClass",
"optional": true,
@@ -69760,15 +69439,6 @@
"default": "",
"description": "Style class to add when item begins to get displayed."
},
- {
- "name": "leaveClass",
- "optional": true,
- "readonly": false,
- "type": "string",
- "default": "",
- "description": "Style class to add when item begins to get hidden.",
- "deprecated": "since v3.41.0. Use 'leaveFromClass' option instead."
- },
{
"name": "leaveFromClass",
"optional": true,
@@ -70925,15 +70595,6 @@
"default": "",
"description": "An array of menuitems."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Defines if active route highlight should match the exact route path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "activeIndex",
"optional": true,
@@ -72713,8 +72374,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon of the tag to display next to the value.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon of the tag to display next to the value."
},
{
"name": "dt",
@@ -99865,15 +99525,6 @@
"default": "0",
"description": "Base zIndex value to use in layering."
},
- {
- "name": "exact",
- "optional": true,
- "readonly": false,
- "type": "boolean",
- "default": "true",
- "description": "Whether to apply 'router-link-active-exact' class if route exactly matches the item path.",
- "deprecated": "since v3.40.0."
- },
{
"name": "disabled",
"optional": true,
@@ -100926,15 +100577,6 @@
"default": "",
"description": "Used to pass attributes to the button container's DOM element."
},
- {
- "name": "button",
- "optional": true,
- "readonly": false,
- "type": "ToastPassThroughOptionType",
- "default": "",
- "description": "Used to pass attributes to the button's DOM element.",
- "deprecated": "since v3.30.2. Use 'closeButton' option."
- },
{
"name": "closeButton",
"optional": true,
@@ -101132,8 +100774,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the toast close button.",
- "deprecated": "since v3.27.0. Use 'closeicon' slot."
+ "description": "Icon to display in the toast close button."
},
{
"name": "infoIcon",
@@ -101141,8 +100782,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the toast with info severity.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon to display in the toast with info severity."
},
{
"name": "warnIcon",
@@ -101150,8 +100790,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the toast with warn severity.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon to display in the toast with warn severity."
},
{
"name": "errorIcon",
@@ -101159,8 +100798,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the toast with error severity.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon to display in the toast with error severity."
},
{
"name": "successIcon",
@@ -101168,8 +100806,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display in the toast with success severity.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon to display in the toast with success severity."
},
{
"name": "closeButtonProps",
@@ -101177,8 +100814,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Used to pass all properties of the HTMLButtonElement to the close button.",
- "deprecated": "since v3.26.0. Use 'pt' property."
+ "description": "Used to pass all properties of the HTMLButtonElement to the close button."
},
{
"name": "message",
@@ -101287,7 +100923,7 @@
{
"name": "scope",
"optional": false,
- "type": "{\n \t message: any, // Message of the component\n \t onClose: () ⇒ void, // Close toast function\n\t closeCallback: () ⇒ void, // Close sidebar function.\n}",
+ "type": "{\n \t message: any, // Message of the component\n \t closeCallback: () ⇒ void, // Close sidebar function.\n}",
"description": "container slot's params."
}
],
@@ -101761,8 +101397,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon for the on state.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon for the on state."
},
{
"name": "offIcon",
@@ -101770,8 +101405,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon for the off state.",
- "deprecated": "since v3.27.0. Use 'icon' slot."
+ "description": "Icon for the off state."
},
{
"name": "onLabel",
@@ -103850,8 +103484,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "Icon to display when tree is loading.",
- "deprecated": "since v3.27.0. Use 'loadingicon' slot."
+ "description": "Icon to display when tree is loading."
},
{
"name": "loadingMode",
@@ -106428,8 +106061,7 @@
"readonly": false,
"type": "string",
"default": "",
- "description": "The icon to show while indicating data load is in progress.",
- "deprecated": "since v3.27.0. Use 'loadingicon' slot."
+ "description": "The icon to show while indicating data load is in progress."
},
{
"name": "loadingMode",