diff --git a/api-generator/components/accordion.js b/api-generator/components/accordion.js
index 59c0beaa6..fcb5e10c3 100644
--- a/api-generator/components/accordion.js
+++ b/api-generator/components/accordion.js
@@ -45,7 +45,7 @@ const AccordionProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/accordiontab.js b/api-generator/components/accordiontab.js
index b535a9fb3..368346f8d 100644
--- a/api-generator/components/accordiontab.js
+++ b/api-generator/components/accordiontab.js
@@ -21,13 +21,13 @@ const AccordionTabProps = [
name: 'headerProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the tab header.'
+ description: 'Used to pass all properties of the HTMLDivElement to the tab header.'
},
{
name: 'headerActionProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.'
+ description: 'Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.'
},
{
name: 'contentStyle',
@@ -45,7 +45,7 @@ const AccordionTabProps = [
name: 'contentProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the tab content.'
+ description: 'Used to pass all properties of the HTMLDivElement to the tab content.'
},
{
name: 'disabled',
@@ -57,7 +57,7 @@ const AccordionTabProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/api-generator/components/autocomplete.js b/api-generator/components/autocomplete.js
index f53ff07d7..6144091e5 100644
--- a/api-generator/components/autocomplete.js
+++ b/api-generator/components/autocomplete.js
@@ -141,7 +141,7 @@ const AutoCompleteProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.'
},
{
name: 'panelStyle',
@@ -159,7 +159,7 @@ const AutoCompleteProps = [
name: 'panelProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
+ description: 'Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
},
{
name: 'dropdownIcon',
@@ -255,7 +255,7 @@ const AutoCompleteProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/avatar.js b/api-generator/components/avatar.js
index 0b649d643..b87088bc4 100644
--- a/api-generator/components/avatar.js
+++ b/api-generator/components/avatar.js
@@ -33,7 +33,7 @@ const AvatarProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/avatargroup.js b/api-generator/components/avatargroup.js
index dd55f98cc..3370038ca 100644
--- a/api-generator/components/avatargroup.js
+++ b/api-generator/components/avatargroup.js
@@ -33,7 +33,7 @@ const AvatarGroupProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/badge.js b/api-generator/components/badge.js
index b784d3ab9..c9d9c6024 100644
--- a/api-generator/components/badge.js
+++ b/api-generator/components/badge.js
@@ -21,7 +21,7 @@ const BadgeProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/blockui.js b/api-generator/components/blockui.js
index f46377976..640559f8b 100644
--- a/api-generator/components/blockui.js
+++ b/api-generator/components/blockui.js
@@ -27,7 +27,7 @@ const BlockUIProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/breadcrumb.js b/api-generator/components/breadcrumb.js
index 83313cef8..19625575f 100644
--- a/api-generator/components/breadcrumb.js
+++ b/api-generator/components/breadcrumb.js
@@ -21,7 +21,7 @@ const BreadcrumbProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/button.js b/api-generator/components/button.js
index 061358df0..5e83c6cf4 100644
--- a/api-generator/components/button.js
+++ b/api-generator/components/button.js
@@ -99,7 +99,7 @@ const ButtonProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/calendar.js b/api-generator/components/calendar.js
index 2419e9ec4..97b6dbbab 100644
--- a/api-generator/components/calendar.js
+++ b/api-generator/components/calendar.js
@@ -297,7 +297,7 @@ const CalendarProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'panelClass',
@@ -315,13 +315,13 @@ const CalendarProps = [
name: 'panelProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
+ description: 'Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/card.js b/api-generator/components/card.js
index c96454af8..bfbb4700d 100644
--- a/api-generator/components/card.js
+++ b/api-generator/components/card.js
@@ -3,7 +3,7 @@ const CardProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/carousel.js b/api-generator/components/carousel.js
index 53ff4ef89..7cb397595 100644
--- a/api-generator/components/carousel.js
+++ b/api-generator/components/carousel.js
@@ -87,7 +87,7 @@ const CarouselProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/cascadeselect.js b/api-generator/components/cascadeselect.js
index a04849a5e..616661c15 100644
--- a/api-generator/components/cascadeselect.js
+++ b/api-generator/components/cascadeselect.js
@@ -75,7 +75,7 @@ const CascadeSelectProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.'
},
{
name: 'panelStyle',
@@ -93,7 +93,7 @@ const CascadeSelectProps = [
name: 'panelProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
+ description: 'Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
},
{
name: 'appendTo',
@@ -189,7 +189,7 @@ const CascadeSelectProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/chart.js b/api-generator/components/chart.js
index 5be8b77e9..f76d90f73 100644
--- a/api-generator/components/chart.js
+++ b/api-generator/components/chart.js
@@ -39,7 +39,7 @@ const ChartProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/checkbox.js b/api-generator/components/checkbox.js
index 03f62fe89..263a375a5 100644
--- a/api-generator/components/checkbox.js
+++ b/api-generator/components/checkbox.js
@@ -75,7 +75,7 @@ const CheckboxProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'aria-labelledby',
@@ -93,7 +93,7 @@ const CheckboxProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/chip.js b/api-generator/components/chip.js
index 588ba2edd..e0b6f170f 100644
--- a/api-generator/components/chip.js
+++ b/api-generator/components/chip.js
@@ -33,7 +33,7 @@ const ChipProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/chips.js b/api-generator/components/chips.js
index 3f63eb6ce..842680ba6 100644
--- a/api-generator/components/chips.js
+++ b/api-generator/components/chips.js
@@ -63,13 +63,13 @@ const ChipsProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/colorpicker.js b/api-generator/components/colorpicker.js
index 5e651d1ae..c03ac406c 100644
--- a/api-generator/components/colorpicker.js
+++ b/api-generator/components/colorpicker.js
@@ -75,7 +75,7 @@ const ColorPickerProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/column.js b/api-generator/components/column.js
index 6fc57b760..dc142833a 100644
--- a/api-generator/components/column.js
+++ b/api-generator/components/column.js
@@ -255,7 +255,7 @@ const ColumnProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/api-generator/components/columngroup.js b/api-generator/components/columngroup.js
index cfd9b9605..49410fc15 100644
--- a/api-generator/components/columngroup.js
+++ b/api-generator/components/columngroup.js
@@ -9,7 +9,7 @@ const ColumnGroupProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/api-generator/components/confirmdialog.js b/api-generator/components/confirmdialog.js
index 981f3ec6d..7e1a4df28 100644
--- a/api-generator/components/confirmdialog.js
+++ b/api-generator/components/confirmdialog.js
@@ -21,7 +21,7 @@ const ConfirmDialogProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/confirmpopup.js b/api-generator/components/confirmpopup.js
index 55b2d6881..36e260e9a 100644
--- a/api-generator/components/confirmpopup.js
+++ b/api-generator/components/confirmpopup.js
@@ -9,7 +9,7 @@ const ConfirmPopupProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/contextmenu.js b/api-generator/components/contextmenu.js
index 1f4feb7c4..9db7ca40d 100644
--- a/api-generator/components/contextmenu.js
+++ b/api-generator/components/contextmenu.js
@@ -39,7 +39,7 @@ const ContextMenuProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/datatable.js b/api-generator/components/datatable.js
index 793af88f7..5fc330533 100644
--- a/api-generator/components/datatable.js
+++ b/api-generator/components/datatable.js
@@ -388,7 +388,7 @@ const DataTableProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/dataview.js b/api-generator/components/dataview.js
index 1ab6829c1..1e18ac17d 100644
--- a/api-generator/components/dataview.js
+++ b/api-generator/components/dataview.js
@@ -99,7 +99,7 @@ const DataViewProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/dataviewlayoutoptions.js b/api-generator/components/dataviewlayoutoptions.js
index a1feb110b..de107d347 100644
--- a/api-generator/components/dataviewlayoutoptions.js
+++ b/api-generator/components/dataviewlayoutoptions.js
@@ -9,7 +9,7 @@ const DataViewLayoutOptionsProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/api-generator/components/deferredcontent.js b/api-generator/components/deferredcontent.js
index 0015490ba..2870fb984 100644
--- a/api-generator/components/deferredcontent.js
+++ b/api-generator/components/deferredcontent.js
@@ -3,7 +3,7 @@ const DeferredContentProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/dialog.js b/api-generator/components/dialog.js
index c0b6a9d11..1810934cf 100644
--- a/api-generator/components/dialog.js
+++ b/api-generator/components/dialog.js
@@ -135,7 +135,7 @@ const DialogProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/divider.js b/api-generator/components/divider.js
index 0169a9999..3a88946f9 100644
--- a/api-generator/components/divider.js
+++ b/api-generator/components/divider.js
@@ -21,7 +21,7 @@ const DividerProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/dock.js b/api-generator/components/dock.js
index 7a874b426..f2b6044e6 100644
--- a/api-generator/components/dock.js
+++ b/api-generator/components/dock.js
@@ -39,7 +39,7 @@ const DockProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/dropdown.js b/api-generator/components/dropdown.js
index 8d54532ea..1a4f63222 100644
--- a/api-generator/components/dropdown.js
+++ b/api-generator/components/dropdown.js
@@ -129,7 +129,7 @@ const DropdownProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.'
},
{
name: 'panelStyle',
@@ -147,19 +147,19 @@ const DropdownProps = [
name: 'panelProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
+ description: 'Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
},
{
name: 'filterInputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the filter input inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the filter input inside the component.'
},
{
name: 'clearIconProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLElement to the clear icon inside the component.'
+ description: 'Used to pass all properties of the HTMLElement to the clear icon inside the component.'
},
{
name: 'appendTo',
@@ -261,7 +261,7 @@ const DropdownProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/editor.js b/api-generator/components/editor.js
index aa06495d9..3b915ff96 100644
--- a/api-generator/components/editor.js
+++ b/api-generator/components/editor.js
@@ -39,7 +39,7 @@ const EditorProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/fieldset.js b/api-generator/components/fieldset.js
index 88f85c17b..c14b42828 100644
--- a/api-generator/components/fieldset.js
+++ b/api-generator/components/fieldset.js
@@ -21,13 +21,13 @@ const FieldsetProps = [
name: 'toggleButtonProps',
type: 'string',
default: 'null',
- description: 'Uses to pass the custom value to read for the AnchorHTMLAttributes inside the component.'
+ description: 'Used to pass the custom value to read for the AnchorHTMLAttributes inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/fileupload.js b/api-generator/components/fileupload.js
index fe4dce87b..3095158ca 100644
--- a/api-generator/components/fileupload.js
+++ b/api-generator/components/fileupload.js
@@ -147,7 +147,7 @@ const FileUploadProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/galleria.js b/api-generator/components/galleria.js
index 2d3e1ea0b..0505c577a 100644
--- a/api-generator/components/galleria.js
+++ b/api-generator/components/galleria.js
@@ -147,7 +147,7 @@ const GalleriaProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/image.js b/api-generator/components/image.js
index 966b8730a..e723e96b8 100644
--- a/api-generator/components/image.js
+++ b/api-generator/components/image.js
@@ -27,7 +27,7 @@ const ImageProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/inlinemessage.js b/api-generator/components/inlinemessage.js
index b0b3580d3..d2e2e5419 100644
--- a/api-generator/components/inlinemessage.js
+++ b/api-generator/components/inlinemessage.js
@@ -15,7 +15,7 @@ const InlineMessageProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/inplace.js b/api-generator/components/inplace.js
index 9b54c6ba7..155c8009e 100644
--- a/api-generator/components/inplace.js
+++ b/api-generator/components/inplace.js
@@ -21,7 +21,7 @@ const InplaceProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/inputmask.js b/api-generator/components/inputmask.js
index 6e546b553..e054affbd 100644
--- a/api-generator/components/inputmask.js
+++ b/api-generator/components/inputmask.js
@@ -33,7 +33,7 @@ const InputMaskProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/inputnumber.js b/api-generator/components/inputnumber.js
index 947b0b8b4..d72871f55 100644
--- a/api-generator/components/inputnumber.js
+++ b/api-generator/components/inputnumber.js
@@ -169,25 +169,25 @@ const InputNumberProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'incrementButtonProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLButtonElement to increment button inside the component.'
+ description: 'Used to pass all properties of the HTMLButtonElement to increment button inside the component.'
},
{
name: 'decrementButtonProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLButtonElement to decrement button inside the component.'
+ description: 'Used to pass all properties of the HTMLButtonElement to decrement button inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/inputswitch.js b/api-generator/components/inputswitch.js
index 888654f31..c4a86f705 100644
--- a/api-generator/components/inputswitch.js
+++ b/api-generator/components/inputswitch.js
@@ -39,13 +39,13 @@ const InputSwitchProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/inputtext.js b/api-generator/components/inputtext.js
index 4f8c341d0..a69775455 100644
--- a/api-generator/components/inputtext.js
+++ b/api-generator/components/inputtext.js
@@ -15,7 +15,7 @@ const InputTextProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/knob.js b/api-generator/components/knob.js
index 071beb372..fdc6a90f6 100644
--- a/api-generator/components/knob.js
+++ b/api-generator/components/knob.js
@@ -99,7 +99,7 @@ const KnobProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/listbox.js b/api-generator/components/listbox.js
index 472d90bb7..ad63267b8 100644
--- a/api-generator/components/listbox.js
+++ b/api-generator/components/listbox.js
@@ -106,7 +106,7 @@ const ListboxProps = [
name: 'filterInputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the filter input inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the filter input inside the component.'
},
{
name: 'virtualScrollerOptions',
@@ -178,7 +178,7 @@ const ListboxProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/megamenu.js b/api-generator/components/megamenu.js
index 459db9a1c..c98c46026 100644
--- a/api-generator/components/megamenu.js
+++ b/api-generator/components/megamenu.js
@@ -21,7 +21,7 @@ const MegaMenuProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/menu.js b/api-generator/components/menu.js
index c77f108bb..3c1dfa925 100644
--- a/api-generator/components/menu.js
+++ b/api-generator/components/menu.js
@@ -39,7 +39,7 @@ const MenuProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/menubar.js b/api-generator/components/menubar.js
index 065e7731c..90ef2b5f5 100644
--- a/api-generator/components/menubar.js
+++ b/api-generator/components/menubar.js
@@ -15,7 +15,7 @@ const MenubarProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/message.js b/api-generator/components/message.js
index c2ec2a7fc..ba69199a6 100644
--- a/api-generator/components/message.js
+++ b/api-generator/components/message.js
@@ -39,7 +39,7 @@ const MessageProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/multiselect.js b/api-generator/components/multiselect.js
index 50d53715e..703f349a0 100644
--- a/api-generator/components/multiselect.js
+++ b/api-generator/components/multiselect.js
@@ -69,7 +69,7 @@ const MultiSelectProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'panelStyle',
@@ -87,19 +87,19 @@ const MultiSelectProps = [
name: 'panelProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the overlay panel.'
+ description: 'Used to pass all properties of the HTMLDivElement to the overlay panel.'
},
{
name: 'filterInputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.'
+ description: 'Used to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.'
},
{
name: 'closeButtonProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLButtonElement to the close button inside the overlay panel.'
+ description: 'Used to pass all properties of the HTMLButtonElement to the close button inside the overlay panel.'
},
{
name: 'dataKey',
@@ -297,7 +297,7 @@ const MultiSelectProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/orderlist.js b/api-generator/components/orderlist.js
index e0b7de6de..d8f25a844 100644
--- a/api-generator/components/orderlist.js
+++ b/api-generator/components/orderlist.js
@@ -52,7 +52,7 @@ const OrderListProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/organizationchart.js b/api-generator/components/organizationchart.js
index d3fc9c1fe..c96c59765 100644
--- a/api-generator/components/organizationchart.js
+++ b/api-generator/components/organizationchart.js
@@ -33,7 +33,7 @@ const OrganizationChartProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/overlaypanel.js b/api-generator/components/overlaypanel.js
index 2a5024aef..b71692020 100644
--- a/api-generator/components/overlaypanel.js
+++ b/api-generator/components/overlaypanel.js
@@ -51,7 +51,7 @@ const OverlayPanelProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/paginator.js b/api-generator/components/paginator.js
index e7677eee2..0cc4c1d23 100644
--- a/api-generator/components/paginator.js
+++ b/api-generator/components/paginator.js
@@ -51,7 +51,7 @@ const PaginatorProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/panel.js b/api-generator/components/panel.js
index abe304cda..fc6c55e0a 100644
--- a/api-generator/components/panel.js
+++ b/api-generator/components/panel.js
@@ -21,13 +21,13 @@ const PanelProps = [
name: 'toggleButtonProps',
type: 'string',
default: 'null',
- description: 'Uses to pass the custom value to read for the anchor inside the component.'
+ description: 'Used to pass the custom value to read for the anchor inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/panelmenu.js b/api-generator/components/panelmenu.js
index fe0cffad8..c0a2ab7e8 100644
--- a/api-generator/components/panelmenu.js
+++ b/api-generator/components/panelmenu.js
@@ -21,7 +21,7 @@ const PanelMenuProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/password.js b/api-generator/components/password.js
index 63da2d834..a5fde3cb5 100644
--- a/api-generator/components/password.js
+++ b/api-generator/components/password.js
@@ -111,7 +111,7 @@ const PasswordProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'panelId',
@@ -135,13 +135,13 @@ const PasswordProps = [
name: 'panelProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
+ description: 'Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/picklist.js b/api-generator/components/picklist.js
index a0341cc5e..27d1a905e 100644
--- a/api-generator/components/picklist.js
+++ b/api-generator/components/picklist.js
@@ -64,7 +64,7 @@ const PickListProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/progressbar.js b/api-generator/components/progressbar.js
index 8338447b9..8ac15386b 100644
--- a/api-generator/components/progressbar.js
+++ b/api-generator/components/progressbar.js
@@ -21,7 +21,7 @@ const ProgressbarProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/progressspinner.js b/api-generator/components/progressspinner.js
index bb6c27aeb..4a492e057 100644
--- a/api-generator/components/progressspinner.js
+++ b/api-generator/components/progressspinner.js
@@ -21,7 +21,7 @@ const ProgressSpinnerProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/radiobutton.js b/api-generator/components/radiobutton.js
index 5993d167d..a13f8c25f 100644
--- a/api-generator/components/radiobutton.js
+++ b/api-generator/components/radiobutton.js
@@ -45,7 +45,7 @@ const RadioButtonProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'aria-labelledby',
@@ -63,7 +63,7 @@ const RadioButtonProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/rating.js b/api-generator/components/rating.js
index 94b24a46b..454c194ed 100644
--- a/api-generator/components/rating.js
+++ b/api-generator/components/rating.js
@@ -51,7 +51,7 @@ const RatingProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/row.js b/api-generator/components/row.js
index 732575d73..7f0dbea33 100644
--- a/api-generator/components/row.js
+++ b/api-generator/components/row.js
@@ -9,7 +9,7 @@ const RowProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/api-generator/components/scrollpanel.js b/api-generator/components/scrollpanel.js
index 15ad57a78..fcaf7837f 100644
--- a/api-generator/components/scrollpanel.js
+++ b/api-generator/components/scrollpanel.js
@@ -9,7 +9,7 @@ const ScrollPanelProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/scrolltop.js b/api-generator/components/scrolltop.js
index 169da7461..9a86d471f 100644
--- a/api-generator/components/scrolltop.js
+++ b/api-generator/components/scrolltop.js
@@ -27,7 +27,7 @@ const ScrollTopProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/selectbutton.js b/api-generator/components/selectbutton.js
index e654f1af1..93a2641ea 100644
--- a/api-generator/components/selectbutton.js
+++ b/api-generator/components/selectbutton.js
@@ -63,7 +63,7 @@ const SelectButtonProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/sidebar.js b/api-generator/components/sidebar.js
index 755637087..6d8ee73d4 100644
--- a/api-generator/components/sidebar.js
+++ b/api-generator/components/sidebar.js
@@ -63,7 +63,7 @@ const SidebarProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/skeleton.js b/api-generator/components/skeleton.js
index 7d729b1d6..e7cd9a22e 100644
--- a/api-generator/components/skeleton.js
+++ b/api-generator/components/skeleton.js
@@ -39,7 +39,7 @@ const SkeletonProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/slider.js b/api-generator/components/slider.js
index 56b5efdea..9c6286866 100644
--- a/api-generator/components/slider.js
+++ b/api-generator/components/slider.js
@@ -63,7 +63,7 @@ const SliderProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/speeddial.js b/api-generator/components/speeddial.js
index faf450df2..ace496815 100644
--- a/api-generator/components/speeddial.js
+++ b/api-generator/components/speeddial.js
@@ -111,7 +111,7 @@ const SpeedDialProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/splitbutton.js b/api-generator/components/splitbutton.js
index 14e465c37..ecb443eba 100644
--- a/api-generator/components/splitbutton.js
+++ b/api-generator/components/splitbutton.js
@@ -105,7 +105,7 @@ const SplitButtonProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/splitter.js b/api-generator/components/splitter.js
index 6a422f131..445f929e8 100644
--- a/api-generator/components/splitter.js
+++ b/api-generator/components/splitter.js
@@ -33,7 +33,7 @@ const SplitterProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/splitterpanel.js b/api-generator/components/splitterpanel.js
index fa98e1225..f60231fa9 100644
--- a/api-generator/components/splitterpanel.js
+++ b/api-generator/components/splitterpanel.js
@@ -15,7 +15,7 @@ const SplitterPanelProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/api-generator/components/steps.js b/api-generator/components/steps.js
index 687c26f36..07df23eaf 100644
--- a/api-generator/components/steps.js
+++ b/api-generator/components/steps.js
@@ -27,7 +27,7 @@ const StepsProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/tabmenu.js b/api-generator/components/tabmenu.js
index 427816f62..10800fedf 100644
--- a/api-generator/components/tabmenu.js
+++ b/api-generator/components/tabmenu.js
@@ -21,7 +21,7 @@ const TabMenuProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/tabpanel.js b/api-generator/components/tabpanel.js
index 14f88357c..182d9fe20 100644
--- a/api-generator/components/tabpanel.js
+++ b/api-generator/components/tabpanel.js
@@ -21,13 +21,13 @@ const TabPanelProps = [
name: 'headerProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLLiElement to the tab header.'
+ description: 'Used to pass all properties of the HTMLLiElement to the tab header.'
},
{
name: 'headerActionProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.'
+ description: 'Used to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.'
},
{
name: 'contentStyle',
@@ -45,7 +45,7 @@ const TabPanelProps = [
name: 'contentProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLDivElement to the tab content.'
+ description: 'Used to pass all properties of the HTMLDivElement to the tab content.'
},
{
name: 'disabled',
@@ -57,7 +57,7 @@ const TabPanelProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/api-generator/components/tabview.js b/api-generator/components/tabview.js
index 239374a50..eb31f2194 100644
--- a/api-generator/components/tabview.js
+++ b/api-generator/components/tabview.js
@@ -33,13 +33,13 @@ const TabViewProps = [
name: 'previousButtonProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLButtonElement to the previous button.'
+ description: 'Used to pass all properties of the HTMLButtonElement to the previous button.'
},
{
name: 'nextButtonProps',
type: 'any',
default: 'null',
- description: 'Uses to pass all properties of the HTMLButtonElement to the next button.'
+ description: 'Used to pass all properties of the HTMLButtonElement to the next button.'
},
{
name: 'prevIcon',
@@ -57,7 +57,7 @@ const TabViewProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/tag.js b/api-generator/components/tag.js
index 974cfcc35..1713f6b12 100644
--- a/api-generator/components/tag.js
+++ b/api-generator/components/tag.js
@@ -27,7 +27,7 @@ const TagProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/terminal.js b/api-generator/components/terminal.js
index 9d57cee2a..8f5878a85 100644
--- a/api-generator/components/terminal.js
+++ b/api-generator/components/terminal.js
@@ -15,7 +15,7 @@ const TerminalProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/textarea.js b/api-generator/components/textarea.js
index 87834f334..7b20070d0 100644
--- a/api-generator/components/textarea.js
+++ b/api-generator/components/textarea.js
@@ -15,7 +15,7 @@ const TextareaProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/tieredmenu.js b/api-generator/components/tieredmenu.js
index 16328e74b..dfb717d2c 100644
--- a/api-generator/components/tieredmenu.js
+++ b/api-generator/components/tieredmenu.js
@@ -39,7 +39,7 @@ const TieredMenuProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/timeline.js b/api-generator/components/timeline.js
index 42be72128..639bb9268 100644
--- a/api-generator/components/timeline.js
+++ b/api-generator/components/timeline.js
@@ -27,7 +27,7 @@ const TimelineProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/toast.js b/api-generator/components/toast.js
index 9e097de9b..055a5a200 100644
--- a/api-generator/components/toast.js
+++ b/api-generator/components/toast.js
@@ -33,7 +33,7 @@ const ToastProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/togglebutton.js b/api-generator/components/togglebutton.js
index 362f7b970..4ec7b3f2c 100644
--- a/api-generator/components/togglebutton.js
+++ b/api-generator/components/togglebutton.js
@@ -69,13 +69,13 @@ const ToggleButtonProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/toolbar.js b/api-generator/components/toolbar.js
index e52fb15b5..18fbf7ab8 100644
--- a/api-generator/components/toolbar.js
+++ b/api-generator/components/toolbar.js
@@ -9,7 +9,7 @@ const ToolbarProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/tree.js b/api-generator/components/tree.js
index 458c1c0ca..f0438c121 100644
--- a/api-generator/components/tree.js
+++ b/api-generator/components/tree.js
@@ -82,7 +82,7 @@ const TreeProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/treeselect.js b/api-generator/components/treeselect.js
index dc8c70eb5..f5747b6a2 100644
--- a/api-generator/components/treeselect.js
+++ b/api-generator/components/treeselect.js
@@ -106,7 +106,7 @@ const TreeSelectProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/treetable.js b/api-generator/components/treetable.js
index 9467d9148..fc000a320 100644
--- a/api-generator/components/treetable.js
+++ b/api-generator/components/treetable.js
@@ -232,7 +232,7 @@ const TreeTableProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/tristatecheckbox.js b/api-generator/components/tristatecheckbox.js
index ee5cc9d2e..8ecd7762d 100644
--- a/api-generator/components/tristatecheckbox.js
+++ b/api-generator/components/tristatecheckbox.js
@@ -27,7 +27,7 @@ const TriStateCheckboxProps = [
name: 'inputProps',
type: 'object',
default: 'null',
- description: 'Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
+ description: 'Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.'
},
{
name: 'aria-labelledby',
@@ -45,7 +45,7 @@ const TriStateCheckboxProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
},
{
name: 'unstyled',
diff --git a/api-generator/components/virtualscroller.js b/api-generator/components/virtualscroller.js
index 8acfd16cc..a0a7b72fc 100644
--- a/api-generator/components/virtualscroller.js
+++ b/api-generator/components/virtualscroller.js
@@ -106,7 +106,7 @@ const VirtualScrollerProps = [
name: 'pt',
type: 'any',
default: 'null',
- description: 'Uses to pass attributes to DOM elements inside the component.'
+ description: 'Used to pass attributes to DOM elements inside the component.'
}
];
diff --git a/assets/data/news.json b/assets/data/news.json
index afd7ab4b6..58c2da55e 100644
--- a/assets/data/news.json
+++ b/assets/data/news.json
@@ -1,8 +1,8 @@
{
- "id": 40,
- "content": "Introducing the new Unstyled Mode",
+ "id": 50,
+ "content": "90+ UI Components for Tailwind CSS",
"linkText": "Learn More",
- "linkHref": "https://primevue.org/unstyled",
+ "linkHref": "https://primevue.org/tailwind",
"backgroundStyle": "background-color:#4f8ff7",
"textStyle": "color:#ffffff;font-weight:500",
"linkStyle": "color:#ffffff;font-weight:700;text-decoration: underline;"
diff --git a/components/doc/DocComponent.vue b/components/doc/DocComponent.vue
index a5bf8746c..4067dcd42 100644
--- a/components/doc/DocComponent.vue
+++ b/components/doc/DocComponent.vue
@@ -12,7 +12,7 @@
-
+
diff --git a/components/lib/accordion/Accordion.d.ts b/components/lib/accordion/Accordion.d.ts
index efa56c552..e24e49b2b 100755
--- a/components/lib/accordion/Accordion.d.ts
+++ b/components/lib/accordion/Accordion.d.ts
@@ -58,20 +58,20 @@ export interface AccordionClickEvent extends AccordionTabOpenEvent {}
*/
export interface AccordionPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: AccordionPassThroughOptionType;
/**
- * Uses to pass attributes to AccordionTab helper components.
+ * Used to pass attributes to AccordionTab helper components.
* @deprecated since v3.30.1. Use 'accordiontab' property instead.
*/
tab?: AccordionTabPassThroughOptionType;
/**
- * Uses to pass attributes to AccordionTab helper components.
+ * Used to pass attributes to AccordionTab helper components.
*/
accordiontab?: AccordionTabPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -136,7 +136,7 @@ export interface AccordionProps {
*/
selectOnFocus?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {AccordionPassThroughOptions}
*/
pt?: AccordionPassThroughOptions;
diff --git a/components/lib/accordiontab/AccordionTab.d.ts b/components/lib/accordiontab/AccordionTab.d.ts
index 8161f5f6d..7cc922aa6 100755
--- a/components/lib/accordiontab/AccordionTab.d.ts
+++ b/components/lib/accordiontab/AccordionTab.d.ts
@@ -29,31 +29,31 @@ export interface AccordionTabPassThroughMethodOptions {
*/
export interface AccordionTabPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: AccordionTabPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: AccordionTabPassThroughOptionType;
/**
- * Uses to pass attributes to the headeraction's DOM element.
+ * Used to pass attributes to the headeraction's DOM element.
*/
headerAction?: AccordionTabPassThroughOptionType;
/**
- * Uses to pass attributes to the headericon's DOM element.
+ * Used to pass attributes to the headericon's DOM element.
*/
headerIcon?: AccordionTabPassThroughOptionType;
/**
- * Uses to pass attributes to the headertitle's DOM element.
+ * Used to pass attributes to the headertitle's DOM element.
*/
headerTitle?: AccordionTabPassThroughOptionType;
/**
- * Uses to pass attributes to the toggleablecontent's DOM element.
+ * Used to pass attributes to the toggleablecontent's DOM element.
*/
toggleableContent?: AccordionTabPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: AccordionTabPassThroughOptionType;
}
@@ -82,12 +82,12 @@ export interface AccordionTabProps {
*/
headerClass?: any;
/**
- * Uses to pass all properties of the HTMLDivElement to the tab header.
+ * Used to pass all properties of the HTMLDivElement to the tab header.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
headerProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.
+ * 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.
*/
headerActionProps?: AnchorHTMLAttributes | undefined;
@@ -100,7 +100,7 @@ export interface AccordionTabProps {
*/
contentClass?: any;
/**
- * Uses to pass all properties of the HTMLDivElement to the tab content.
+ * Used to pass all properties of the HTMLDivElement to the tab content.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
contentProps?: HTMLAttributes | undefined;
@@ -110,7 +110,7 @@ export interface AccordionTabProps {
*/
disabled?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {AccordionTabPassThroughOptions}
*/
pt?: AccordionTabPassThroughOptions;
diff --git a/components/lib/autocomplete/AutoComplete.d.ts b/components/lib/autocomplete/AutoComplete.d.ts
index 8be7dcec0..b1afd0a82 100755
--- a/components/lib/autocomplete/AutoComplete.d.ts
+++ b/components/lib/autocomplete/AutoComplete.d.ts
@@ -98,76 +98,76 @@ export interface AutoCompleteCompleteEvent {
*/
export interface AutoCompletePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the token's DOM element.
+ * Used to pass attributes to the token's DOM element.
*/
token?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the token label's DOM element.
+ * Used to pass attributes to the token label's DOM element.
*/
tokenLabel?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the remove token icon's DOM element.
+ * Used to pass attributes to the remove token icon's DOM element.
*/
removeTokenIcon?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the input token's DOM element.
+ * Used to pass attributes to the input token's DOM element.
*/
inputToken?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
dropdownButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the VirtualScroller component.
+ * Used to pass attributes to the VirtualScroller component.
* @see {@link VirtualScrollerPassThroughOptionType}
*/
virtualScroller?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
list?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the item group's DOM element.
+ * Used to pass attributes to the item group's DOM element.
*/
itemGroup?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the empty message's DOM element.
+ * Used to pass attributes to the empty message's DOM element.
*/
emptyMessage?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the search result message's DOM element.
+ * Used to pass attributes to the search result message's DOM element.
*/
searchResultMessage?: AutoCompletePassThroughOptionType;
/**
- * Uses to pass attributes to the selected message's DOM element.
+ * Used to pass attributes to the selected message's DOM element.
*/
selectedMessage?: AutoCompletePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -347,7 +347,7 @@ export interface AutoCompleteProps {
*/
inputClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -359,7 +359,7 @@ export interface AutoCompleteProps {
*/
panelClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.
+ * Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.
*/
panelProps?: HTMLAttributes | undefined;
/**
@@ -433,7 +433,7 @@ export interface AutoCompleteProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {AutoCompletePassThroughOptions}
*/
pt?: AutoCompletePassThroughOptions;
diff --git a/components/lib/avatar/Avatar.d.ts b/components/lib/avatar/Avatar.d.ts
index 6e51a9e11..19cb88874 100644
--- a/components/lib/avatar/Avatar.d.ts
+++ b/components/lib/avatar/Avatar.d.ts
@@ -35,23 +35,23 @@ export interface AvatarPassThroughAttributes {
*/
export interface AvatarPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: AvatarPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: AvatarPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: AvatarPassThroughOptionType;
/**
- * Uses to pass attributes to the image's DOM element.
+ * Used to pass attributes to the image's DOM element.
*/
image?: AvatarPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -93,7 +93,7 @@ export interface AvatarProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {AvatarPassThroughOptions}
*/
pt?: AvatarPassThroughOptions;
diff --git a/components/lib/avatargroup/AvatarGroup.d.ts b/components/lib/avatargroup/AvatarGroup.d.ts
index 66242d0f3..c9d08a390 100644
--- a/components/lib/avatargroup/AvatarGroup.d.ts
+++ b/components/lib/avatargroup/AvatarGroup.d.ts
@@ -25,11 +25,11 @@ export interface AvatarGroupPassThroughAttributes {
*/
export interface AvatarGroupPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: AvatarGroupPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -40,7 +40,7 @@ export interface AvatarGroupPassThroughOptions {
*/
export interface AvatarGroupProps {
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {AvatarGroupPassThroughOptions}
*/
pt?: AvatarGroupPassThroughOptions;
diff --git a/components/lib/badge/Badge.d.ts b/components/lib/badge/Badge.d.ts
index 2b59a3450..431958025 100644
--- a/components/lib/badge/Badge.d.ts
+++ b/components/lib/badge/Badge.d.ts
@@ -34,11 +34,11 @@ export interface BadgePassThroughAttributes {
*/
export interface BadgePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: BadgePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -61,7 +61,7 @@ export interface BadgeProps {
*/
size?: 'large' | 'xlarge' | null | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {BadgePassThroughOptions}
*/
pt?: BadgePassThroughOptions;
diff --git a/components/lib/badgedirective/BadgeDirective.d.ts b/components/lib/badgedirective/BadgeDirective.d.ts
index 518e3144a..9305cf8d7 100644
--- a/components/lib/badgedirective/BadgeDirective.d.ts
+++ b/components/lib/badgedirective/BadgeDirective.d.ts
@@ -9,14 +9,21 @@
import { DirectiveBinding, ObjectDirective } from 'vue';
import { DirectiveHooks } from '../basedirective';
-export declare type BadgeDirectivePassThroughOptionType = BadgeDirectivePassThroughAttributes | null | undefined;
+export declare type BadgeDirectivePassThroughOptionType = BadgeDirectivePassThroughAttributes | ((options: BadgePassThroughMethodOptions) => BadgeDirectivePassThroughAttributes) | null | undefined;
+
+/**
+ * Custom passthrough(pt) option method.
+ */
+export interface BadgePassThroughMethodOptions {
+ context: BadgeContext;
+}
/**
* Defines options of Badge.
*/
export interface BadgeDirectiveOptions {
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {BadgeDirectivePassThroughOptions}
*/
pt?: BadgeDirectivePassThroughOptions;
@@ -33,11 +40,11 @@ export interface BadgeDirectiveOptions {
*/
export interface BadgeDirectivePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: BadgeDirectivePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;
@@ -50,6 +57,40 @@ export interface BadgeDirectivePassThroughAttributes {
[key: string]: any;
}
+/**
+ * Defines current options in Badge directive.
+ */
+export interface BadgeContext {
+ /**
+ * Current info state as a boolean.
+ * @defaultValue true
+ */
+ info: boolean;
+ /**
+ * Current success state as a boolean.
+ * @defaultValue false
+ */
+ success: boolean;
+ /**
+ * Current warning state as a boolean.
+ * @defaultValue false
+ */
+ warning: boolean;
+ /**
+ * Current danger state as a boolean.
+ * @defaultValue false
+ */
+ danger: boolean;
+ /**
+ * Current gutter state as a boolean.
+ */
+ nogutter: boolean;
+ /**
+ * Current dot state as a boolean.
+ */
+ dot: boolean;
+}
+
/**
* Defines modifiers of Badge directive.
*/
diff --git a/components/lib/badgedirective/BadgeDirective.js b/components/lib/badgedirective/BadgeDirective.js
index dbc1bf433..b032fb191 100644
--- a/components/lib/badgedirective/BadgeDirective.js
+++ b/components/lib/badgedirective/BadgeDirective.js
@@ -10,7 +10,13 @@ const BadgeDirective = BaseBadgeDirective.extend('badge', {
const badge = DomHandler.createElement('span', {
id,
class: !el.unstyled && this.cx('root'),
- 'p-bind': this.ptm('root')
+ 'p-bind': this.ptm('root', {
+ context: {
+ ...binding.modifiers,
+ nogutter: String(binding.value).length === 1,
+ dot: binding.value == null
+ }
+ })
});
el.$_pbadgeId = badge.getAttribute('id');
diff --git a/components/lib/blockui/BlockUI.d.ts b/components/lib/blockui/BlockUI.d.ts
index 09ab6c087..5fd1123be 100755
--- a/components/lib/blockui/BlockUI.d.ts
+++ b/components/lib/blockui/BlockUI.d.ts
@@ -28,11 +28,11 @@ export interface BlockUIPassThroughMethodOptions {
*/
export interface BlockUIPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: BlockUIPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -81,7 +81,7 @@ export interface BlockUIProps {
*/
autoZIndex?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {BlockUIPassThroughOptions}
*/
pt?: BlockUIPassThroughOptions;
diff --git a/components/lib/breadcrumb/Breadcrumb.d.ts b/components/lib/breadcrumb/Breadcrumb.d.ts
index 2c663ce7f..b002d000f 100755
--- a/components/lib/breadcrumb/Breadcrumb.d.ts
+++ b/components/lib/breadcrumb/Breadcrumb.d.ts
@@ -29,39 +29,39 @@ export interface BreadcrumbPassThroughMethodOptions {
*/
export interface BreadcrumbPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: BreadcrumbPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: BreadcrumbPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: BreadcrumbPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: BreadcrumbPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: BreadcrumbPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: BreadcrumbPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: BreadcrumbPassThroughOptionType;
/**
- * Uses to pass attributes to the separator icon's DOM element.
+ * Used to pass attributes to the separator icon's DOM element.
*/
separatorIcon?: BreadcrumbPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -114,7 +114,7 @@ export interface BreadcrumbProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {BreadcrumbPassThroughOptions}
*/
pt?: BreadcrumbPassThroughOptions;
diff --git a/components/lib/button/Button.d.ts b/components/lib/button/Button.d.ts
index eefbbc294..5c90d7a6b 100755
--- a/components/lib/button/Button.d.ts
+++ b/components/lib/button/Button.d.ts
@@ -20,6 +20,7 @@ export interface ButtonPassThroughMethodOptions {
instance: any;
props: ButtonProps;
context: ButtonContext;
+ parent: any;
}
/**
@@ -28,27 +29,27 @@ export interface ButtonPassThroughMethodOptions {
*/
export interface ButtonPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the badge's DOM element.
+ * Used to pass attributes to the badge's DOM element.
*/
badge?: ButtonPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -146,7 +147,7 @@ export interface ButtonProps extends ButtonHTMLAttributes {
*/
plain?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ButtonPassThroughOptions}
*/
pt?: ButtonPassThroughOptions;
diff --git a/components/lib/button/Button.vue b/components/lib/button/Button.vue
index ddc6062e5..bf7e50a8f 100755
--- a/components/lib/button/Button.vue
+++ b/components/lib/button/Button.vue
@@ -26,6 +26,10 @@ export default {
methods: {
getPTOptions(key) {
return this.ptm(key, {
+ parent: {
+ props: this.$parent?.$props,
+ state: this.$parent?.$data
+ },
context: {
disabled: this.disabled
}
diff --git a/components/lib/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts
index b5f9bf05d..ec164f8e8 100755
--- a/components/lib/calendar/Calendar.d.ts
+++ b/components/lib/calendar/Calendar.d.ts
@@ -21,6 +21,7 @@ export interface CalendarPassThroughMethodOptions {
instance: any;
props: CalendarProps;
state: CalendarState;
+ context: CalendarContext;
}
/**
@@ -88,204 +89,204 @@ export interface CalendarBlurEvent {
*/
export interface CalendarPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
dropdownButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the group container's DOM element.
+ * Used to pass attributes to the group container's DOM element.
*/
groupContainer?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the group's DOM element.
+ * Used to pass attributes to the group's DOM element.
*/
group?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
previousButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the title's DOM element.
+ * Used to pass attributes to the title's DOM element.
*/
title?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the month title's DOM element.
+ * Used to pass attributes to the month title's DOM element.
*/
monthTitle?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the year title's DOM element.
+ * Used to pass attributes to the year title's DOM element.
*/
yearTitle?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the decade title's DOM element.
+ * Used to pass attributes to the decade title's DOM element.
*/
decadeTitle?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
nextButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the table's DOM element.
+ * Used to pass attributes to the table's DOM element.
*/
table?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the table header's DOM element.
+ * Used to pass attributes to the table header's DOM element.
*/
tableHeader?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the table header row's DOM element.
+ * Used to pass attributes to the table header row's DOM element.
*/
tableHeaderRow?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the week header's DOM element.
+ * Used to pass attributes to the week header's DOM element.
*/
weekHeader?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the table header cell's DOM element.
+ * Used to pass attributes to the table header cell's DOM element.
*/
tableHeaderCell?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the week label's DOM element.
+ * Used to pass attributes to the week label's DOM element.
*/
weekLabel?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the week day's DOM element.
+ * Used to pass attributes to the week day's DOM element.
*/
weekDay?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the table body's DOM element.
+ * Used to pass attributes to the table body's DOM element.
*/
tableBody?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the table body row's DOM element.
+ * Used to pass attributes to the table body row's DOM element.
*/
tableBodyRow?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the week number's DOM element.
+ * Used to pass attributes to the week number's DOM element.
*/
weekNumber?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the week label container's DOM element.
+ * Used to pass attributes to the week label container's DOM element.
*/
weekLabelContainer?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the day's DOM element.
+ * Used to pass attributes to the day's DOM element.
*/
day?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the day label's DOM element.
+ * Used to pass attributes to the day label's DOM element.
*/
dayLabel?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the month picker's DOM element.
+ * Used to pass attributes to the month picker's DOM element.
*/
monthPicker?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the month's DOM element.
+ * Used to pass attributes to the month's DOM element.
*/
month?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the year picker's DOM element.
+ * Used to pass attributes to the year picker's DOM element.
*/
yearPicker?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the year's DOM element.
+ * Used to pass attributes to the year's DOM element.
*/
year?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the time picker's DOM element.
+ * Used to pass attributes to the time picker's DOM element.
*/
timePicker?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the hour picker's DOM element.
+ * Used to pass attributes to the hour picker's DOM element.
*/
hourPicker?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the hour's DOM element.
+ * Used to pass attributes to the hour's DOM element.
*/
hour?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the separatorc ontainer's DOM element.
+ * Used to pass attributes to the separatorc ontainer's DOM element.
*/
separatorContainer?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the minute picker's DOM element.
+ * Used to pass attributes to the minute picker's DOM element.
*/
minutePicker?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the minute's DOM element.
+ * Used to pass attributes to the minute's DOM element.
*/
minute?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the second picker's DOM element.
+ * Used to pass attributes to the second picker's DOM element.
*/
secondPicker?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the second's DOM element.
+ * Used to pass attributes to the second's DOM element.
*/
second?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the ampm picker's DOM element.
+ * Used to pass attributes to the ampm picker's DOM element.
*/
ampmPicker?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the ampm's DOM element.
+ * Used to pass attributes to the ampm's DOM element.
*/
ampm?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the buttonbar's DOM element.
+ * Used to pass attributes to the buttonbar's DOM element.
*/
buttonbar?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
todayButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
clearButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the aria selected day's DOM element.
+ * Used to pass attributes to the aria selected day's DOM element.
*/
hiddenSelectedDay?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the aria month's DOM element.
+ * Used to pass attributes to the aria month's DOM element.
*/
hiddenMonth?: CalendarPassThroughOptionType;
/**
- * Uses to pass attributes to the aria year's DOM element.
+ * Used to pass attributes to the aria year's DOM element.
*/
hiddenYear?: CalendarPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -344,6 +345,75 @@ export interface CalendarState {
currentView: string;
}
+/**
+ * Defines current options in Calendar component.
+ */
+export interface CalendarContext {
+ /**
+ * Current date.
+ */
+ date: string | Date | string[] | Date[] | undefined | null;
+ /**
+ * Current today state of the calendar's day.
+ * @defaultValue false
+ */
+ today: boolean;
+ /**
+ * Current other month state of the calendar's day.
+ */
+ otherMonth: boolean;
+ /**
+ * Current selected state of the calendar's day or month or year.
+ * @defaultValue false
+ */
+ selected: boolean;
+ /**
+ * Current disabled state of the calendar's day or month or year.
+ * @defaultValue false
+ */
+ disabled: boolean;
+ /**
+ * Current month state.
+ */
+ month: CalendarMonthOptions;
+ /**
+ * Current month index state.
+ */
+ monthIndex: number;
+ /**
+ * Current year state.
+ */
+ year: CalendarYearOptions;
+}
+
+/**
+ * Defines cuurent month options.
+ */
+export interface CalendarMonthOptions {
+ /**
+ * Month value.
+ */
+ value: string;
+ /**
+ * Selectable state of the month.
+ */
+ selectable: boolean;
+}
+
+/**
+ * Defines current year options.
+ */
+export interface CalendarYearOptions {
+ /**
+ * Year value.
+ */
+ value: number;
+ /**
+ * Selectable state of the month.
+ */
+ selectable: boolean;
+}
+
/**
* Defines valid properties in Calendar component.
*/
@@ -588,7 +658,7 @@ export interface CalendarProps {
*/
inputClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -600,7 +670,7 @@ export interface CalendarProps {
*/
panelClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.
+ * Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.
*/
panelProps?: HTMLAttributes | undefined;
/**
@@ -612,7 +682,7 @@ export interface CalendarProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {CalendarPassThroughOptions}
*/
pt?: CalendarPassThroughOptions;
diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue
index e261c13e8..83d70e695 100755
--- a/components/lib/calendar/Calendar.vue
+++ b/components/lib/calendar/Calendar.vue
@@ -134,7 +134,7 @@
-
+
{{ weekHeaderLabel }}
@@ -145,12 +145,28 @@
-
+ 0
{{ month.weekNumbers[i] }}
-
+
@@ -183,7 +207,16 @@
@click="onMonthSelect($event, { month: m, index: i })"
@keydown="onMonthCellKeydown($event, { month: m, index: i })"
:class="cx('month', { month: m, index: i })"
- v-bind="ptm('month')"
+ v-bind="
+ ptm('month', {
+ context: {
+ month: m,
+ monthIndex: i,
+ selected: isMonthSelected(i),
+ disabled: !m.selectable
+ }
+ })
+ "
:data-p-disabled="!m.selectable"
:data-p-highlight="isMonthSelected(i)"
>
@@ -201,7 +234,15 @@
@click="onYearSelect($event, y)"
@keydown="onYearCellKeydown($event, y)"
:class="cx('year', { year: y })"
- v-bind="ptm('year')"
+ v-bind="
+ ptm('year', {
+ context: {
+ year: y,
+ selected: isYearSelected(y.value),
+ disabled: !y.selectable
+ }
+ })
+ "
:data-p-disabled="!y.selectable"
:data-p-highlight="isYearSelected(y.value)"
>
diff --git a/components/lib/card/Card.d.ts b/components/lib/card/Card.d.ts
index 9ebce8d5d..fa32e8971 100755
--- a/components/lib/card/Card.d.ts
+++ b/components/lib/card/Card.d.ts
@@ -19,35 +19,35 @@ export declare type CardPassThroughOptionType = CardPassThroughAttributes | null
*/
export interface CardPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: CardPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: CardPassThroughOptionType;
/**
- * Uses to pass attributes to the body's DOM element.
+ * Used to pass attributes to the body's DOM element.
*/
body?: CardPassThroughOptionType;
/**
- * Uses to pass attributes to the title's DOM element.
+ * Used to pass attributes to the title's DOM element.
*/
title?: CardPassThroughOptionType;
/**
- * Uses to pass attributes to the subtitle's DOM element.
+ * Used to pass attributes to the subtitle's DOM element.
*/
subtitle?: CardPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: CardPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: CardPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -65,7 +65,7 @@ export interface CardPassThroughAttributes {
*/
export interface CardProps {
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {CardPassThroughOptions}
*/
pt?: CardPassThroughOptions;
diff --git a/components/lib/carousel/Carousel.d.ts b/components/lib/carousel/Carousel.d.ts
index 2f328eea1..b207ba446 100755
--- a/components/lib/carousel/Carousel.d.ts
+++ b/components/lib/carousel/Carousel.d.ts
@@ -20,6 +20,7 @@ export interface CarouselPassThroughMethodOptions {
instance: any;
props: CarouselProps;
state: CarouselState;
+ context: CarouselContext;
}
/**
@@ -28,71 +29,71 @@ export interface CarouselPassThroughMethodOptions {
*/
export interface CarouselPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the previous button's DOM element.
+ * Used to pass attributes to the previous button's DOM element.
*/
previousButton?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the previous button icon's DOM element.
+ * Used to pass attributes to the previous button icon's DOM element.
*/
previousButtonIcon?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the items content's DOM element.
+ * Used to pass attributes to the items content's DOM element.
*/
itemsContent?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the items container's DOM element.
+ * Used to pass attributes to the items container's DOM element.
*/
itemsContainer?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the item cloned's DOM element.
+ * Used to pass attributes to the item cloned's DOM element.
*/
itemCloned?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the next button's DOM element.
+ * Used to pass attributes to the next button's DOM element.
*/
nextButton?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the next button icon's DOM element.
+ * Used to pass attributes to the next button icon's DOM element.
*/
nextButtonIcon?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the indicators's DOM element.
+ * Used to pass attributes to the indicators's DOM element.
*/
indicators?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the indicator's DOM element.
+ * Used to pass attributes to the indicator's DOM element.
*/
indicator?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the indicator button's DOM element.
+ * Used to pass attributes to the indicator button's DOM element.
*/
indicatorButton?: CarouselPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: CarouselPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -165,6 +166,17 @@ export interface CarouselState {
swipeThreshold: number;
}
+/**
+ * Defines current inline options in Carousel component.
+ */
+export interface CarouselContext {
+ /**
+ * Current highlighted state of the indicator as a boolean.
+ * @defaultValue false
+ */
+ highlighted: boolean;
+}
+
export interface CarouselResponsiveOptions {
/**
* Breakpoint for responsive mode. Exp; @media screen and (max-width: ${breakpoint}) {...}
@@ -251,15 +263,15 @@ export interface CarouselProps {
*/
showIndicators?: boolean | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the previous navigation button.
+ * Used to pass all properties of the HTMLButtonElement to the previous navigation button.
*/
prevButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the next navigation button.
+ * Used to pass all properties of the HTMLButtonElement to the next navigation button.
*/
nextButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {CarouselPassThroughOptions}
*/
pt?: CarouselPassThroughOptions;
diff --git a/components/lib/carousel/Carousel.vue b/components/lib/carousel/Carousel.vue
index 7980ca94d..1c07aeef2 100755
--- a/components/lib/carousel/Carousel.vue
+++ b/components/lib/carousel/Carousel.vue
@@ -56,7 +56,7 @@
-
+
@@ -239,6 +239,13 @@ export default {
}
},
methods: {
+ getIndicatorPTOptions(index) {
+ return {
+ context: {
+ highlighted: index === this.d_page
+ }
+ };
+ },
step(dir, page) {
let totalShiftedItems = this.totalShiftedItems;
const isCircular = this.isCircular();
diff --git a/components/lib/cascadeselect/CascadeSelect.d.ts b/components/lib/cascadeselect/CascadeSelect.d.ts
index d97e64e93..c6e4b6638 100644
--- a/components/lib/cascadeselect/CascadeSelect.d.ts
+++ b/components/lib/cascadeselect/CascadeSelect.d.ts
@@ -49,63 +49,63 @@ export interface CascadeSelectGroupChangeEvent extends CascadeSelectChangeEvent
*/
export interface CascadeSelectPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the dropdown button's DOM element.
+ * Used to pass attributes to the dropdown button's DOM element.
*/
dropdownButton?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the dropdown icon's DOM element.
+ * Used to pass attributes to the dropdown icon's DOM element.
*/
dropdownIcon?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
list?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the text's DOM element.
+ * Used to pass attributes to the text's DOM element.
*/
text?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the group icon's DOM element.
+ * Used to pass attributes to the group icon's DOM element.
*/
groupIcon?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden selected message's DOM element.
+ * Used to pass attributes to the hidden selected message's DOM element.
*/
hiddenSelectedMessage?: CascadeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the search result message text aria's DOM element.
+ * Used to pass attributes to the search result message text aria's DOM element.
*/
hiddenSearchResult?: CascadeSelectPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -224,7 +224,7 @@ export interface CascadeSelectProps {
*/
inputClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -236,7 +236,7 @@ export interface CascadeSelectProps {
*/
panelClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.
+ * Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.
*/
panelProps?: HTMLAttributes | undefined;
/**
@@ -316,7 +316,7 @@ export interface CascadeSelectProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {CascadeSelectPassThroughOptions}
*/
pt?: CascadeSelectPassThroughOptions;
diff --git a/components/lib/chart/Chart.d.ts b/components/lib/chart/Chart.d.ts
index 5b3368cb9..7479ec095 100755
--- a/components/lib/chart/Chart.d.ts
+++ b/components/lib/chart/Chart.d.ts
@@ -27,15 +27,15 @@ export interface ChartPassThroughMethodOptions {
*/
export interface ChartPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ChartPassThroughOptionType;
/**
- * Uses to pass attributes to the canvas's DOM element.
+ * Used to pass attributes to the canvas's DOM element.
*/
canvas?: ChartPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -98,11 +98,11 @@ export interface ChartProps {
*/
height?: number | undefined;
/**
- * Uses to pass all properties of the CanvasHTMLAttributes to canvas element inside the component.
+ * Used to pass all properties of the CanvasHTMLAttributes to canvas element inside the component.
*/
canvasProps?: CanvasHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ChartPassThroughOptions}
*/
pt?: ChartPassThroughOptions;
diff --git a/components/lib/checkbox/Checkbox.d.ts b/components/lib/checkbox/Checkbox.d.ts
index 2fe406224..0dcc43860 100755
--- a/components/lib/checkbox/Checkbox.d.ts
+++ b/components/lib/checkbox/Checkbox.d.ts
@@ -29,27 +29,27 @@ export interface CheckboxPassThroughMethodOptions {
*/
export interface CheckboxPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: CheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: CheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: CheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenInputWrapper?: CheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenInput?: CheckboxPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -136,7 +136,7 @@ export interface CheckboxProps {
*/
inputStyle?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -148,7 +148,7 @@ export interface CheckboxProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {CheckboxPassThroughOptions}
*/
pt?: CheckboxPassThroughOptions;
diff --git a/components/lib/chip/Chip.d.ts b/components/lib/chip/Chip.d.ts
index 7fb0028e8..7f709672b 100644
--- a/components/lib/chip/Chip.d.ts
+++ b/components/lib/chip/Chip.d.ts
@@ -28,27 +28,27 @@ export interface ChipPassThroughMethodOptions {
*/
export interface ChipPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ChipPassThroughOptionType;
/**
- * Uses to pass attributes to the image's DOM element.
+ * Used to pass attributes to the image's DOM element.
*/
image?: ChipPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ChipPassThroughOptionType;
/**
- * Uses to pass attributes to the label' DOM element.
+ * Used to pass attributes to the label' DOM element.
*/
label?: ChipPassThroughOptionType;
/**
- * Uses to pass attributes to the removeIcon's DOM element.
+ * Used to pass attributes to the removeIcon's DOM element.
*/
removeIcon?: ChipPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -100,7 +100,7 @@ export interface ChipProps {
*/
removeIcon?: string;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ChipPassThroughOptions}
*/
pt?: ChipPassThroughOptions;
diff --git a/components/lib/chips/Chips.d.ts b/components/lib/chips/Chips.d.ts
index 2ee67a8dd..9fc6a9e2e 100755
--- a/components/lib/chips/Chips.d.ts
+++ b/components/lib/chips/Chips.d.ts
@@ -50,35 +50,35 @@ export interface ChipsRemoveEvent extends ChipsAddEvent {}
*/
export interface ChipsPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ChipsPassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: ChipsPassThroughOptionType;
/**
- * Uses to pass attributes to the token's DOM element.
+ * Used to pass attributes to the token's DOM element.
*/
token?: ChipsPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: ChipsPassThroughOptionType;
/**
- * Uses to pass attributes to the remove token icon's DOM element.
+ * Used to pass attributes to the remove token icon's DOM element.
*/
removeTokenIcon?: ChipsPassThroughOptionType;
/**
- * Uses to pass attributes to the input token's DOM element.
+ * Used to pass attributes to the input token's DOM element.
*/
inputToken?: ChipsPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: ChipsPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -153,7 +153,7 @@ export interface ChipsProps {
*/
inputStyle?: object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * 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.
*/
inputProps?: InputHTMLAttributes | undefined;
@@ -179,7 +179,7 @@ export interface ChipsProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ChipsPassThroughOptions}
*/
pt?: ChipsPassThroughOptions;
diff --git a/components/lib/colorpicker/ColorPicker.d.ts b/components/lib/colorpicker/ColorPicker.d.ts
index 71d47f959..9794487e0 100755
--- a/components/lib/colorpicker/ColorPicker.d.ts
+++ b/components/lib/colorpicker/ColorPicker.d.ts
@@ -42,43 +42,43 @@ export interface ColorPickerChangeEvent {
*/
export interface ColorPickerPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the selector's DOM element.
+ * Used to pass attributes to the selector's DOM element.
*/
selector?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the color's DOM element.
+ * Used to pass attributes to the color's DOM element.
*/
color?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the color handler's DOM element.
+ * Used to pass attributes to the color handler's DOM element.
*/
colorHandle?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the hue's DOM element.
+ * Used to pass attributes to the hue's DOM element.
*/
hue?: ColorPickerPassThroughOptionType;
/**
- * Uses to pass attributes to the hue handler's DOM element.
+ * Used to pass attributes to the hue handler's DOM element.
*/
hueHandle: ColorPickerPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -154,7 +154,7 @@ export interface ColorPickerProps {
*/
appendTo?: 'body' | 'self' | string | undefined | HTMLElement;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ColorPickerPassThroughOptions}
*/
pt?: ColorPickerPassThroughOptions;
diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts
index d4f2ad3a7..481aa99d6 100755
--- a/components/lib/column/Column.d.ts
+++ b/components/lib/column/Column.d.ts
@@ -90,237 +90,237 @@ export interface ColumnLoadingOptions extends VirtualScrollerLoaderOptions {
*/
export interface ColumnPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the header cell's DOM element.
+ * Used to pass attributes to the header cell's DOM element.
*/
headerCell?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the column resizer's DOM element.
+ * Used to pass attributes to the column resizer's DOM element.
*/
columnResizer?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the header content's DOM element.
+ * Used to pass attributes to the header content's DOM element.
*/
headerContent?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the header title's DOM element.
+ * Used to pass attributes to the header title's DOM element.
*/
headerTitle?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the sort's DOM element.
+ * Used to pass attributes to the sort's DOM element.
*/
sort?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the sort badge's DOM element.
+ * Used to pass attributes to the sort badge's DOM element.
*/
sortBadge?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox wrapper's DOM element.
+ * Used to pass attributes to the checkbox wrapper's DOM element.
*/
headerCheckboxWrapper?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the header checkbox's DOM element.
+ * Used to pass attributes to the header checkbox's DOM element.
*/
headerCheckbox?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the header checkbox icon's DOM element.
+ * Used to pass attributes to the header checkbox icon's DOM element.
*/
headerCheckboxIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the column filter's DOM element.
+ * Used to pass attributes to the column filter's DOM element.
*/
columnFilter?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter input's DOM element.
+ * Used to pass attributes to the filter input's DOM element.
*/
filterInput?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter menu button's DOM element.
+ * Used to pass attributes to the filter menu button's DOM element.
*/
filterMenuButton?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter menu icon's DOM element.
+ * Used to pass attributes to the filter menu icon's DOM element.
*/
filterMenuIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the header filter clear button's DOM element.
+ * Used to pass attributes to the header filter clear button's DOM element.
*/
headerFilterClearButton?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter clear icon's DOM element.
+ * Used to pass attributes to the filter clear icon's DOM element.
*/
filterClearIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter overlay's DOM element.
+ * Used to pass attributes to the filter overlay's DOM element.
*/
filterOverlay?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter row items' DOM element.
+ * Used to pass attributes to the filter row items' DOM element.
*/
filterRowItems?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter row item's DOM element.
+ * Used to pass attributes to the filter row item's DOM element.
*/
filterRowItem?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter separator's DOM element.
+ * Used to pass attributes to the filter separator's DOM element.
*/
filterSeparator?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter operator's DOM element.
+ * Used to pass attributes to the filter operator's DOM element.
*/
filterOperator?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the Dropdown component.
+ * Used to pass attributes to the Dropdown component.
* @see {@link DropdownPassThroughOptionType}
*/
filterOperatorDropdown?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the filter constraints' DOM element.
+ * Used to pass attributes to the filter constraints' DOM element.
*/
filterConstraints?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the filter constraint's DOM element.
+ * Used to pass attributes to the filter constraint's DOM element.
*/
filterConstraint?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the Dropdown component.
+ * Used to pass attributes to the Dropdown component.
* @see {@link DropdownPassThroughOptionType}
*/
filterMatchModeDropdown?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the filter remove button container's DOM element.
+ * Used to pass attributes to the filter remove button container's DOM element.
*/
filterRemove?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
filterRemoveButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the filter add rule's DOM element.
+ * Used to pass attributes to the filter add rule's DOM element.
*/
filterAddRule?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
filterAddRuleButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the filter buttonbar's DOM element.
+ * Used to pass attributes to the filter buttonbar's DOM element.
*/
filterButtonbar?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
filterClearButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptionType}
*/
filterApplyButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the body cell's DOM element.
+ * Used to pass attributes to the body cell's DOM element.
*/
bodyCell?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the rowgroup toggler's DOM element.
+ * Used to pass attributes to the rowgroup toggler's DOM element.
*/
rowGroupToggler?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the rowgroup toggler icon's DOM element.
+ * Used to pass attributes to the rowgroup toggler icon's DOM element.
*/
rowGroupTogglerIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the column title's DOM element.
+ * Used to pass attributes to the column title's DOM element.
*/
columnTitle?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the radiobutton wrapper's DOM element.
+ * Used to pass attributes to the radiobutton wrapper's DOM element.
*/
radiobuttonWrapper?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the radiobutton's DOM element.
+ * Used to pass attributes to the radiobutton's DOM element.
*/
radiobutton?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the radiobutton icon's DOM element.
+ * Used to pass attributes to the radiobutton icon's DOM element.
*/
radiobuttonIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox wrapper's DOM element.
+ * Used to pass attributes to the checkbox wrapper's DOM element.
*/
checkboxWrapper?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox's DOM element.
+ * Used to pass attributes to the checkbox's DOM element.
*/
checkbox?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox icon's DOM element.
+ * Used to pass attributes to the checkbox icon's DOM element.
*/
checkboxIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the rowtoggler's DOM element.
+ * Used to pass attributes to the rowtoggler's DOM element.
*/
rowToggler?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the rowtoggler icon's DOM element.
+ * Used to pass attributes to the rowtoggler icon's DOM element.
*/
rowTogglerIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the row editor init button's DOM element.
+ * Used to pass attributes to the row editor init button's DOM element.
*/
rowEditorInitButton?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the row editor init icon's DOM element.
+ * Used to pass attributes to the row editor init icon's DOM element.
*/
rowEditorInitIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the row editor save button's DOM element.
+ * Used to pass attributes to the row editor save button's DOM element.
*/
rowEditorSaveButton?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the row editor save icon's DOM element.
+ * Used to pass attributes to the row editor save icon's DOM element.
*/
rowEditorSaveIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the row editor cancel button's DOM element.
+ * Used to pass attributes to the row editor cancel button's DOM element.
*/
rowEditorCancelButton?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the row editor cancel icon's DOM element.
+ * Used to pass attributes to the row editor cancel icon's DOM element.
*/
rowEditorCancelIcon?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the footer cell's DOM element.
+ * Used to pass attributes to the footer cell's DOM element.
*/
footerCell?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the body cell content's DOM element.
+ * Used to pass attributes to the body cell content's DOM element.
*/
bodyCellContent?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenHeaderInputWrapper?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenHeaderInput?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenInputWrapper?: ColumnPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenInput?: ColumnPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -564,7 +564,7 @@ export interface ColumnProps {
*/
hidden?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ColumnPassThroughOptions}
*/
pt?: ColumnPassThroughOptions;
diff --git a/components/lib/columngroup/ColumnGroup.d.ts b/components/lib/columngroup/ColumnGroup.d.ts
index 0b86795e1..995dbb8e6 100755
--- a/components/lib/columngroup/ColumnGroup.d.ts
+++ b/components/lib/columngroup/ColumnGroup.d.ts
@@ -27,11 +27,11 @@ export interface ColumnGroupPassThroughMethodOptions {
*/
export interface ColumnGroupPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ColumnGroupPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -53,7 +53,7 @@ export interface ColumnGroupProps {
*/
type?: 'header' | 'footer' | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ColumnGroupPassThroughOptions}
*/
pt?: ColumnGroupPassThroughOptions;
diff --git a/components/lib/confirmdialog/ConfirmDialog.d.ts b/components/lib/confirmdialog/ConfirmDialog.d.ts
index 33669425e..747c551a8 100644
--- a/components/lib/confirmdialog/ConfirmDialog.d.ts
+++ b/components/lib/confirmdialog/ConfirmDialog.d.ts
@@ -30,57 +30,57 @@ export interface ConfirmDialogPassThroughMethodOptions {
*/
export interface ConfirmDialogPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the header title's DOM element.
+ * Used to pass attributes to the header title's DOM element.
*/
headerTitle?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the header icons' DOM element.
+ * Used to pass attributes to the header icons' DOM element.
*/
headerIcons?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the close button's component.
+ * Used to pass attributes to the close button's component.
*/
closeButton?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the close button icon's component.
+ * Used to pass attributes to the close button icon's component.
*/
closeButtonIcon?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the message's DOM element.
+ * Used to pass attributes to the message's DOM element.
*/
message?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: ConfirmDialogPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
rejectButton?: ButtonPassThroughOptions;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
acceptButton?: ButtonPassThroughOptions;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -149,7 +149,7 @@ export interface ConfirmDialogProps {
*/
draggable?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ConfirmDialogPassThroughOptions}
*/
pt?: ConfirmDialogPassThroughOptions;
diff --git a/components/lib/confirmpopup/ConfirmPopup.d.ts b/components/lib/confirmpopup/ConfirmPopup.d.ts
index b3fd57d4a..a89a48a92 100644
--- a/components/lib/confirmpopup/ConfirmPopup.d.ts
+++ b/components/lib/confirmpopup/ConfirmPopup.d.ts
@@ -30,37 +30,37 @@ export interface ConfirmPopupPassThroughMethodOptions {
*/
export interface ConfirmPopupPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ConfirmPopupPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: ConfirmPopupPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ConfirmPopupPassThroughOptionType;
/**
- * Uses to pass attributes to the message's DOM element.
+ * Used to pass attributes to the message's DOM element.
*/
message?: ConfirmPopupPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: ConfirmPopupPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
rejectButton?: ButtonPassThroughOptions;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
acceptButton?: ButtonPassThroughOptions;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -97,7 +97,7 @@ export interface ConfirmPopupProps {
*/
group?: string;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ConfirmPopupPassThroughOptions}
*/
pt?: ConfirmPopupPassThroughOptions;
diff --git a/components/lib/contextmenu/ContextMenu.d.ts b/components/lib/contextmenu/ContextMenu.d.ts
index 6e5639162..076504ae3 100755
--- a/components/lib/contextmenu/ContextMenu.d.ts
+++ b/components/lib/contextmenu/ContextMenu.d.ts
@@ -31,47 +31,47 @@ export interface ContextMenuPassThroughMethodOptions {
*/
export interface ContextMenuPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu icon's DOM element.
+ * Used to pass attributes to the submenu icon's DOM element.
*/
submenuIcon?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: ContextMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu's DOM element.
+ * Used to pass attributes to the submenu's DOM element.
*/
submenu?: ContextMenuPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -207,7 +207,7 @@ export interface ContextMenuProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ContextMenuPassThroughOptions}
*/
pt?: ContextMenuPassThroughOptions;
diff --git a/components/lib/datatable/DataTable.d.ts b/components/lib/datatable/DataTable.d.ts
index 4b0c95db2..7cc7322b0 100755
--- a/components/lib/datatable/DataTable.d.ts
+++ b/components/lib/datatable/DataTable.d.ts
@@ -544,113 +544,113 @@ export interface DataTableStateEvent {
*/
export interface DataTablePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the loading overlay's DOM element.
+ * Used to pass attributes to the loading overlay's DOM element.
*/
loadingOverlay?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the Paginator component.
+ * Used to pass attributes to the Paginator component.
* @see {@link PaginatorPassThroughOptionType}
*/
paginator?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the VirtualScroller component.
+ * Used to pass attributes to the VirtualScroller component.
* @see {@link VirtualScrollerPassThroughOptionType}
*/
virtualScroller?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the table's DOM element.
+ * Used to pass attributes to the table's DOM element.
*/
table?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the virtual scroller spacer's DOM element.
+ * Used to pass attributes to the virtual scroller spacer's DOM element.
*/
virtualScrollerSpacer?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the thead's DOM element.
+ * Used to pass attributes to the thead's DOM element.
*/
thead?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the header row's DOM element.
+ * Used to pass attributes to the header row's DOM element.
*/
headerRow?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the tbody's DOM element.
+ * Used to pass attributes to the tbody's DOM element.
*/
tbody?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the rowgroup header's DOM element.
+ * Used to pass attributes to the rowgroup header's DOM element.
*/
rowGroupHeader?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the body row's DOM element.
+ * Used to pass attributes to the body row's DOM element.
*/
bodyRow?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the row expansion's DOM element.
+ * Used to pass attributes to the row expansion's DOM element.
*/
rowExpansion?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the rowgroup footer's DOM element.
+ * Used to pass attributes to the rowgroup footer's DOM element.
*/
rowGroupFooter?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the empty message's DOM element.
+ * Used to pass attributes to the empty message's DOM element.
*/
emptyMessage?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the tfoot's DOM element.
+ * Used to pass attributes to the tfoot's DOM element.
*/
tfoot?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the footerr ow's DOM element.
+ * Used to pass attributes to the footerr ow's DOM element.
*/
footerRow?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the resize helper's DOM element.
+ * Used to pass attributes to the resize helper's DOM element.
*/
resizeHelper?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the reorder indicator up's DOM element.
+ * Used to pass attributes to the reorder indicator up's DOM element.
*/
reorderIndicatorUp?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the reorder indicator down's DOM element.
+ * Used to pass attributes to the reorder indicator down's DOM element.
*/
reorderIndicatorDown?: DataTablePassThroughOptionType;
/**
- * Uses to pass attributes to the ColumnGroup helper components.
+ * Used to pass attributes to the ColumnGroup helper components.
*/
columnGroup?: ColumnGroupPassThroughOptionType;
/**
- * Uses to pass attributes to the Row helper components.
+ * Used to pass attributes to the Row helper components.
*/
row?: RowPassThroughOptionType;
/**
- * Uses to pass attributes to the Column helper components.
+ * Used to pass attributes to the Column helper components.
*/
column?: ColumnPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -1052,15 +1052,15 @@ export interface DataTableProps {
*/
tableClass?: any;
/**
- * Uses to pass all properties of the TableHTMLAttributes to table element inside the component.
+ * Used to pass all properties of the TableHTMLAttributes to table element inside the component.
*/
tableProps?: TableHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable filter input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable filter input element inside the component.
*/
filterInputProps?: InputHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DataTablePassThroughOptions}
*/
pt?: DataTablePassThroughOptions;
diff --git a/components/lib/dataview/DataView.d.ts b/components/lib/dataview/DataView.d.ts
index c73a1bb1e..4ac6b0bff 100755
--- a/components/lib/dataview/DataView.d.ts
+++ b/components/lib/dataview/DataView.d.ts
@@ -51,40 +51,40 @@ export interface DataViewPageEvent {
*/
export interface DataViewPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DataViewPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: DataViewPassThroughOptionType;
/**
- * Uses to pass attributes to the Paginator component.
+ * Used to pass attributes to the Paginator component.
* @see {@link PaginatorPassThroughOptionType}
*/
paginator?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: DataViewPassThroughOptionType;
/**
- * Uses to pass attributes to the grid's DOM element.
+ * Used to pass attributes to the grid's DOM element.
*/
grid?: DataViewPassThroughOptionType;
/**
- * Uses to pass attributes to the column's DOM element.
+ * Used to pass attributes to the column's DOM element.
*/
column?: DataViewPassThroughOptionType;
/**
- * Uses to pass attributes to the empty message's DOM element.
+ * Used to pass attributes to the empty message's DOM element.
*/
emptyMessage?: DataViewPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: DataViewPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -209,7 +209,7 @@ export interface DataViewProps {
*/
dataKey: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DataViewPassThroughOptions}
*/
pt?: DataViewPassThroughOptions;
diff --git a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts
index bf09eae5f..3ee97701d 100755
--- a/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts
+++ b/components/lib/dataviewlayoutoptions/DataViewLayoutOptions.d.ts
@@ -33,27 +33,27 @@ export interface DataViewLayoutOptionsPassThroughMethodOptions {
*/
export interface DataViewLayoutOptionsPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DataViewLayoutOptionsPassThroughOptionType;
/**
- * Uses to pass attributes to the list button's DOM element.
+ * Used to pass attributes to the list button's DOM element.
*/
listButton?: DataViewLayoutOptionsPassThroughOptionType;
/**
- * Uses to pass attributes to the list icon's DOM element.
+ * Used to pass attributes to the list icon's DOM element.
*/
listIcon?: DataViewLayoutOptionsPassThroughOptionType;
/**
- * Uses to pass attributes to the grid button's DOM element.
+ * Used to pass attributes to the grid button's DOM element.
*/
gridButton?: DataViewLayoutOptionsPassThroughOptionType;
/**
- * Uses to pass attributes to the grid icon's DOM element.
+ * Used to pass attributes to the grid icon's DOM element.
*/
gridIcon?: DataViewLayoutOptionsPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -91,7 +91,7 @@ export interface DataViewLayoutOptionsProps {
*/
modelValue?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DataViewLayoutOptionsPassThroughOptions}
*/
pt?: DataViewLayoutOptionsPassThroughOptions;
diff --git a/components/lib/deferredcontent/DeferredContent.d.ts b/components/lib/deferredcontent/DeferredContent.d.ts
index 85a35b9b4..636ea323d 100755
--- a/components/lib/deferredcontent/DeferredContent.d.ts
+++ b/components/lib/deferredcontent/DeferredContent.d.ts
@@ -28,11 +28,11 @@ export interface DeferredContentPassThroughMethodOptions {
*/
export interface DeferredContentPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DeferredContentPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -61,7 +61,7 @@ export interface DeferredContentState {
*/
export interface DeferredContentProps {
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DeferredContentPassThroughOptions}
*/
pt?: DeferredContentPassThroughOptions;
diff --git a/components/lib/dialog/Dialog.d.ts b/components/lib/dialog/Dialog.d.ts
index d477c32cb..29d6496e1 100755
--- a/components/lib/dialog/Dialog.d.ts
+++ b/components/lib/dialog/Dialog.d.ts
@@ -28,51 +28,51 @@ export interface DialogPassThroughMethodOptions {
*/
export interface DialogPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the header title's DOM element.
+ * Used to pass attributes to the header title's DOM element.
*/
headerTitle?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the header icons' DOM element.
+ * Used to pass attributes to the header icons' DOM element.
*/
headerIcons?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the maximizable button's DOM element.
+ * Used to pass attributes to the maximizable button's DOM element.
*/
maximizableButton?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the maximizable icon's DOM element.
+ * Used to pass attributes to the maximizable icon's DOM element.
*/
maximizableIcon?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the close button's component.
+ * Used to pass attributes to the close button's component.
*/
closeButton?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the close button icon's component.
+ * Used to pass attributes to the close button icon's component.
*/
closeButtonIcon?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: DialogPassThroughOptionType;
/**
- * Uses to pass attributes to the mask's DOM element.
+ * Used to pass attributes to the mask's DOM element.
*/
mask?: DialogPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -154,7 +154,7 @@ export interface DialogProps {
*/
contentClass?: any;
/**
- * Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.
+ * Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.
*/
contentProps?: HTMLAttributes | undefined;
/**
@@ -251,7 +251,7 @@ export interface DialogProps {
*/
minimizeIcon?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DialogPassThroughOptions}
*/
pt?: DialogPassThroughOptions;
diff --git a/components/lib/divider/Divider.d.ts b/components/lib/divider/Divider.d.ts
index 9491682f5..8487bb670 100644
--- a/components/lib/divider/Divider.d.ts
+++ b/components/lib/divider/Divider.d.ts
@@ -27,15 +27,15 @@ export interface DividerPassThroughMethodOptions {
*/
export interface DividerPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DividerPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: DividerPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -67,7 +67,7 @@ export interface DividerProps {
*/
type?: 'solid' | 'dashed' | 'dotted' | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DividerPassThroughOptions}
*/
pt?: DividerPassThroughOptions;
diff --git a/components/lib/dock/Dock.d.ts b/components/lib/dock/Dock.d.ts
index ee0d7702c..c25cfc58f 100644
--- a/components/lib/dock/Dock.d.ts
+++ b/components/lib/dock/Dock.d.ts
@@ -30,35 +30,35 @@ export interface DockPassThroughMethodOptions {
*/
export interface DockPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DockPassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: DockPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: DockPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: DockPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: DockPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: DockPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: DockPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -182,7 +182,7 @@ export interface DockProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DockPassThroughOptions}
*/
pt?: DockPassThroughOptions;
diff --git a/components/lib/dropdown/BaseDropdown.vue b/components/lib/dropdown/BaseDropdown.vue
index bf768b8ea..ceecc6cc1 100644
--- a/components/lib/dropdown/BaseDropdown.vue
+++ b/components/lib/dropdown/BaseDropdown.vue
@@ -153,11 +153,11 @@ export default {
props: {
modelValue: null,
options: Array,
- optionLabel: String || Function,
- optionValue: String || Function,
- optionDisabled: String || Function,
- optionGroupLabel: String || Function,
- optionGroupChildren: String || Function,
+ optionLabel: [String, Function],
+ optionValue: [String, Function],
+ optionDisabled: [String, Function],
+ optionGroupLabel: [String, Function],
+ optionGroupChildren: [String, Function],
scrollHeight: {
type: String,
default: '200px'
diff --git a/components/lib/dropdown/Dropdown.d.ts b/components/lib/dropdown/Dropdown.d.ts
index 71b42a492..98651eb15 100755
--- a/components/lib/dropdown/Dropdown.d.ts
+++ b/components/lib/dropdown/Dropdown.d.ts
@@ -60,92 +60,92 @@ export interface DropdownFilterEvent {
*/
export interface DropdownPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the clear icon's DOM element.
+ * Used to pass attributes to the clear icon's DOM element.
*/
clearIcon?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the trigger' DOM element.
+ * Used to pass attributes to the trigger' DOM element.
*/
trigger?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the filter container's DOM element.
+ * Used to pass attributes to the filter container's DOM element.
*/
filterContainer?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the filter input's DOM element.
+ * Used to pass attributes to the filter input's DOM element.
*/
filterInput?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the filter icon's DOM element.
+ * Used to pass attributes to the filter icon's DOM element.
*/
filterIcon?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the VirtualScroller component.
+ * Used to pass attributes to the VirtualScroller component.
* @see {@link VirtualScrollerPassThroughOptionType}
*/
virtualScroller?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
list?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the item group's DOM element.
+ * Used to pass attributes to the item group's DOM element.
*/
itemGroup?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the empty message's DOM element.
+ * Used to pass attributes to the empty message's DOM element.
*/
emptyMessage?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden first focusable element's DOM element.
+ * Used to pass attributes to the hidden first focusable element's DOM element.
*/
hiddenFirstFocusableEl?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden filter result's DOM element.
+ * Used to pass attributes to the hidden filter result's DOM element.
*/
hiddenFilterResult?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden empty message's DOM element.
+ * Used to pass attributes to the hidden empty message's DOM element.
*/
hiddenEmptyMessage?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden selected message's DOM element.
+ * Used to pass attributes to the hidden selected message's DOM element.
*/
hiddenSelectedMessage?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden last focusable element's DOM element.
+ * Used to pass attributes to the hidden last focusable element's DOM element.
*/
hiddenLastFocusableEl?: DropdownPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -303,7 +303,7 @@ export interface DropdownProps {
*/
inputClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | HTMLAttributes | undefined;
/**
@@ -315,15 +315,15 @@ export interface DropdownProps {
*/
panelClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.
+ * Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.
*/
panelProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the filter input inside the component.
+ * Used to pass all properties of the HTMLInputElement to the filter input inside the component.
*/
filterInputProps?: InputHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLElement to the clear icon inside the component.
+ * Used to pass all properties of the HTMLElement to the clear icon inside the component.
* @deprecated since v3.26.0. Use 'pt' peroperty.
*/
clearIconProps?: HTMLAttributes | undefined;
@@ -419,7 +419,7 @@ export interface DropdownProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {DropdownPassThroughOptions}
*/
pt?: DropdownPassThroughOptions;
diff --git a/components/lib/editor/Editor.d.ts b/components/lib/editor/Editor.d.ts
index b018e7e1e..ffa15e817 100755
--- a/components/lib/editor/Editor.d.ts
+++ b/components/lib/editor/Editor.d.ts
@@ -94,75 +94,75 @@ export interface EditorLoadEvent {
*/
export interface EditorPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the toolbar's DOM element.
+ * Used to pass attributes to the toolbar's DOM element.
*/
toolbar?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the formats' DOM element.
+ * Used to pass attributes to the formats' DOM element.
*/
formats?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the option's DOM element.
+ * Used to pass attributes to the option's DOM element.
*/
option?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the bold's DOM element.
+ * Used to pass attributes to the bold's DOM element.
*/
bold?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the italic's DOM element.
+ * Used to pass attributes to the italic's DOM element.
*/
italic?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the underline's DOM element.
+ * Used to pass attributes to the underline's DOM element.
*/
underline?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the color's DOM element.
+ * Used to pass attributes to the color's DOM element.
*/
color?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the background's DOM element.
+ * Used to pass attributes to the background's DOM element.
*/
background?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
list?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the select's DOM element.
+ * Used to pass attributes to the select's DOM element.
*/
select?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the link's DOM element.
+ * Used to pass attributes to the link's DOM element.
*/
link?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the image's DOM element.
+ * Used to pass attributes to the image's DOM element.
*/
image?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the code block's DOM element.
+ * Used to pass attributes to the code block's DOM element.
*/
codeBlock?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the clean's DOM element.
+ * Used to pass attributes to the clean's DOM element.
*/
clean?: EditorPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: EditorPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -216,7 +216,7 @@ export interface EditorProps {
*/
modules?: any;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {EditorPassThroughOptions}
*/
pt?: EditorPassThroughOptions;
diff --git a/components/lib/fieldset/Fieldset.d.ts b/components/lib/fieldset/Fieldset.d.ts
index 0e32c2b41..3f6e7c944 100755
--- a/components/lib/fieldset/Fieldset.d.ts
+++ b/components/lib/fieldset/Fieldset.d.ts
@@ -43,35 +43,35 @@ export interface FieldsetToggleEvent {
*/
export interface FieldsetPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: FieldsetPassThroughOptionType;
/**
- * Uses to pass attributes to the legend's DOM element.
+ * Used to pass attributes to the legend's DOM element.
*/
legend?: FieldsetPassThroughOptionType;
/**
- * Uses to pass attributes to the toggler's DOM element.
+ * Used to pass attributes to the toggler's DOM element.
*/
toggler?: FieldsetPassThroughOptionType;
/**
- * Uses to pass attributes to the toggler icon's DOM element.
+ * Used to pass attributes to the toggler icon's DOM element.
*/
togglerIcon?: FieldsetPassThroughOptionType;
/**
- * Uses to pass attributes to the legend title's DOM element.
+ * Used to pass attributes to the legend title's DOM element.
*/
legendTitle?: FieldsetPassThroughOptionType;
/**
- * Uses to pass attributes to the toggleable content's DOM element.
+ * Used to pass attributes to the toggleable content's DOM element.
*/
toggleableContent?: FieldsetPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: FieldsetPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -114,12 +114,12 @@ export interface FieldsetProps {
*/
collapsed?: boolean | undefined;
/**
- * Uses to pass the custom value to read for the AnchorHTMLAttributes inside the component.
+ * Used to pass the custom value to read for the AnchorHTMLAttributes inside the component.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
toggleButtonProps?: AnchorHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {FieldsetPassThroughOptions}
*/
pt?: FieldsetPassThroughOptions;
diff --git a/components/lib/fileupload/FileUpload.d.ts b/components/lib/fileupload/FileUpload.d.ts
index 87e47b1b9..3106dfaa0 100755
--- a/components/lib/fileupload/FileUpload.d.ts
+++ b/components/lib/fileupload/FileUpload.d.ts
@@ -158,99 +158,99 @@ export interface FileUploadRemoveUploadedFile {
*/
export interface FileUploadPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the buttonbar's DOM element.
+ * Used to pass attributes to the buttonbar's DOM element.
*/
buttonbar?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the choose button's DOM element.
+ * Used to pass attributes to the choose button's DOM element.
*/
chooseButton?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the choose icon's DOM element.
+ * Used to pass attributes to the choose icon's DOM element.
*/
chooseIcon?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the choose button label's DOM element.
+ * Used to pass attributes to the choose button label's DOM element.
*/
chooseButtonLabel?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the upload button's DOM element.
+ * Used to pass attributes to the upload button's DOM element.
* @see {@link ButtonPassThroughOptions}
*/
uploadButton?: ButtonPassThroughOptions;
/**
- * Uses to pass attributes to the cancel button's DOM element.
+ * Used to pass attributes to the cancel button's DOM element.
* @see {@link ButtonPassThroughOptions}
*/
cancelButton?: ButtonPassThroughOptions;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the progressbar's DOM element.
+ * Used to pass attributes to the progressbar's DOM element.
*/
progressbar?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the messages' DOM element.
+ * Used to pass attributes to the messages' DOM element.
* @see {@link MessagePassThroughOptions}
*/
message?: MessagePassThroughOptions;
/**
- * Uses to pass attributes to the file's DOM element.
+ * Used to pass attributes to the file's DOM element.
*/
file?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the thumbnail's DOM element.
+ * Used to pass attributes to the thumbnail's DOM element.
*/
thumbnail?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the details's DOM element.
+ * Used to pass attributes to the details's DOM element.
*/
details?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the fileName's DOM element.
+ * Used to pass attributes to the fileName's DOM element.
*/
fileName?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the fileSize's DOM element.
+ * Used to pass attributes to the fileSize's DOM element.
*/
fileSize?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the badge's DOM element.
+ * Used to pass attributes to the badge's DOM element.
*/
badge?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the actions's DOM element.
+ * Used to pass attributes to the actions's DOM element.
*/
actions?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the remove button's DOM element.
+ * Used to pass attributes to the remove button's DOM element.
* @see {@link ButtonPassThroughOptions}
*/
removeButton?: ButtonPassThroughOptions;
/**
- * Uses to pass attributes to the empty's DOM element.
+ * Used to pass attributes to the empty's DOM element.
*/
empty?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: FileUploadPassThroughOptionType;
/**
- * Uses to pass attributes to the upload icon's DOM element.
+ * Used to pass attributes to the upload icon's DOM element.
*/
uploadIcon?: FileUploadPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -410,7 +410,7 @@ export interface FileUploadProps {
*/
class?: any;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {FileUploadPassThroughOptions}
*/
pt?: FileUploadPassThroughOptions;
diff --git a/components/lib/focustrap/FocusTrap.d.ts b/components/lib/focustrap/FocusTrap.d.ts
index 2616efc61..dcae082ec 100644
--- a/components/lib/focustrap/FocusTrap.d.ts
+++ b/components/lib/focustrap/FocusTrap.d.ts
@@ -26,7 +26,7 @@ export interface FocusTrapOptions {
*/
autoFocus?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {FocusTrapDirectivePassThroughOptions}
*/
pt?: FocusTrapDirectivePassThroughOptions;
@@ -38,19 +38,19 @@ export interface FocusTrapOptions {
*/
export interface FocusTrapDirectivePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: FocusTrapDirectivePassThroughOptionType;
/**
- * Uses to pass attributes to the first focusable element's DOM element.
+ * Used to pass attributes to the first focusable element's DOM element.
*/
firstFocusableElement?: FocusTrapDirectivePassThroughOptionType;
/**
- * Uses to pass attributes to the last focusable element's DOM element.
+ * Used to pass attributes to the last focusable element's DOM element.
*/
lastFocusableElement?: FocusTrapDirectivePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;
diff --git a/components/lib/galleria/Galleria.d.ts b/components/lib/galleria/Galleria.d.ts
index d2ea2855e..9fd2b8031 100755
--- a/components/lib/galleria/Galleria.d.ts
+++ b/components/lib/galleria/Galleria.d.ts
@@ -19,6 +19,7 @@ export interface GalleriaPassThroughMethodOptions {
instance: any;
props: GalleriaProps;
state: GalleriaState;
+ context: GalleriaContext;
}
export interface GalleriaResponsiveOptions {
@@ -38,119 +39,119 @@ export interface GalleriaResponsiveOptions {
*/
export interface GalleriaPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the close button's DOM element.
+ * Used to pass attributes to the close button's DOM element.
*/
closeButton?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the close icon's DOM element.
+ * Used to pass attributes to the close icon's DOM element.
*/
closeIcon?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the item wrapper's DOM element.
+ * Used to pass attributes to the item wrapper's DOM element.
*/
itemWrapper?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the item container's DOM element.
+ * Used to pass attributes to the item container's DOM element.
*/
itemContainer?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the previous item button's DOM element.
+ * Used to pass attributes to the previous item button's DOM element.
*/
previousItemButton?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the previous item icon's DOM element.
+ * Used to pass attributes to the previous item icon's DOM element.
*/
previousItemIcon?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the next item button's DOM element.
+ * Used to pass attributes to the next item button's DOM element.
*/
nextItemButton?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the next item icon's DOM element.
+ * Used to pass attributes to the next item icon's DOM element.
*/
nextItemIcon?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the caption's DOM element.
+ * Used to pass attributes to the caption's DOM element.
*/
caption?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the indicators's DOM element.
+ * Used to pass attributes to the indicators's DOM element.
*/
indicators?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the indicator's DOM element.
+ * Used to pass attributes to the indicator's DOM element.
*/
indicator?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the indicator button's DOM element.
+ * Used to pass attributes to the indicator button's DOM element.
*/
indicatorButton?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the thumbnail wrapper's DOM element.
+ * Used to pass attributes to the thumbnail wrapper's DOM element.
*/
thumbnailWrapper?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the thumbnail container's DOM element.
+ * Used to pass attributes to the thumbnail container's DOM element.
*/
thumbnailContainer?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the previous thumbnail button's DOM element.
+ * Used to pass attributes to the previous thumbnail button's DOM element.
*/
previousThumbnailButton?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the previous thumbnail icon's DOM element.
+ * Used to pass attributes to the previous thumbnail icon's DOM element.
*/
previousThumbnailIcon?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the thumbnail items container's DOM element.
+ * Used to pass attributes to the thumbnail items container's DOM element.
*/
thumbnailItemsContainer?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the thumbnail items' DOM element.
+ * Used to pass attributes to the thumbnail items' DOM element.
*/
thumbnailItems?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the thumbnail item's DOM element.
+ * Used to pass attributes to the thumbnail item's DOM element.
*/
thumbnailItem?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the thumbnail item content's DOM element.
+ * Used to pass attributes to the thumbnail item content's DOM element.
*/
thumbnailItemContent?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the next thumbnail button's DOM element.
+ * Used to pass attributes to the next thumbnail button's DOM element.
*/
nextThumbnailButton?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the next thumbnail icon's DOM element.
+ * Used to pass attributes to the next thumbnail icon's DOM element.
*/
nextThumbnailIcon?: GalleriaPassThroughOptionType;
/**
- * Uses to pass attributes to the mask's DOM element.
+ * Used to pass attributes to the mask's DOM element.
*/
mask?: GalleriaPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -223,6 +224,17 @@ export interface GalleriaState {
totalShiftedItems: number;
}
+/**
+ * Defines current inline options in Galleria component.
+ */
+export interface GalleriaContext {
+ /**
+ * Current highlighted state of the indicator as a boolean.
+ * @defaultValue false
+ */
+ highlighted: boolean;
+}
+
/**
* Defines valid properties in Galleria component.
*/
@@ -343,19 +355,19 @@ export interface GalleriaProps {
*/
containerClass?: any | undefined;
/**
- * Uses to pass all properties of the HTMLDivElement to the container element on fullscreen mode.
+ * Used to pass all properties of the HTMLDivElement to the container element on fullscreen mode.
*/
containerProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the previous navigation button.
+ * Used to pass all properties of the HTMLButtonElement to the previous navigation button.
*/
prevButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the next navigation button.
+ * Used to pass all properties of the HTMLButtonElement to the next navigation button.
*/
nextButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {GalleriaPassThroughOptions}
*/
pt?: GalleriaPassThroughOptions;
diff --git a/components/lib/galleria/GalleriaItem.vue b/components/lib/galleria/GalleriaItem.vue
index e421ddcc0..e23433cb7 100755
--- a/components/lib/galleria/GalleriaItem.vue
+++ b/components/lib/galleria/GalleriaItem.vue
@@ -26,10 +26,10 @@
@click="onIndicatorClick(index)"
@mouseenter="onIndicatorMouseEnter(index)"
@keydown="onIndicatorKeyDown($event, index)"
- v-bind="ptm('indicator')"
+ v-bind="ptm('indicator', getIndicatorPTOptions(index))"
:data-p-highlight="isIndicatorItemActive(index)"
>
-
+
@@ -95,6 +95,13 @@ export default {
}
},
methods: {
+ getIndicatorPTOptions(index) {
+ return {
+ context: {
+ highlighted: this.activeIndex === index
+ }
+ };
+ },
next() {
let nextItemIndex = this.activeIndex + 1;
let activeIndex = this.circular && this.value.length - 1 === this.activeIndex ? 0 : nextItemIndex;
diff --git a/components/lib/image/Image.d.ts b/components/lib/image/Image.d.ts
index 36b743485..2d05dd609 100644
--- a/components/lib/image/Image.d.ts
+++ b/components/lib/image/Image.d.ts
@@ -27,79 +27,79 @@ export interface ImagePassThroughMethodOptions {
*/
export interface ImagePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the image's DOM element.
+ * Used to pass attributes to the image's DOM element.
*/
image?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the button's DOM element.
+ * Used to pass attributes to the button's DOM element.
*/
button?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the mask's DOM element.
+ * Used to pass attributes to the mask's DOM element.
*/
mask?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the toolbar's DOM element.
+ * Used to pass attributes to the toolbar's DOM element.
*/
toolbar?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the rotate right button's DOM element.
+ * Used to pass attributes to the rotate right button's DOM element.
*/
rotateRightButton?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the rotate right icon's DOM element.
+ * Used to pass attributes to the rotate right icon's DOM element.
*/
rotateRightIcon?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the rotate left button's DOM element.
+ * Used to pass attributes to the rotate left button's DOM element.
*/
rotateLeftButton?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the rotate left icon's DOM element.
+ * Used to pass attributes to the rotate left icon's DOM element.
*/
rotateLeftIcon?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the zoom out button's DOM element.
+ * Used to pass attributes to the zoom out button's DOM element.
*/
zoomOutButton?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the zoom out icon's DOM element.
+ * Used to pass attributes to the zoom out icon's DOM element.
*/
zoomOutIcon?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the zoom in button's DOM element.
+ * Used to pass attributes to the zoom in button's DOM element.
*/
zoomInButton?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the zoom in icon's DOM element.
+ * Used to pass attributes to the zoom in icon's DOM element.
*/
zoomInIcon?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the close button's DOM element.
+ * Used to pass attributes to the close button's DOM element.
*/
closeButton?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the close icon's DOM element.
+ * Used to pass attributes to the close icon's DOM element.
*/
closeIcon?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the preview container's DOM element.
+ * Used to pass attributes to the preview container's DOM element.
*/
previewContainer?: ImagePassThroughOptionType;
/**
- * Uses to pass attributes to the preview's DOM element.
+ * Used to pass attributes to the preview's DOM element.
*/
preview?: ImagePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -171,7 +171,7 @@ export interface ImageProps {
*/
zoomOutDisabled?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ImagePassThroughOptions}
*/
pt?: ImagePassThroughOptions;
diff --git a/components/lib/inlinemessage/InlineMessage.d.ts b/components/lib/inlinemessage/InlineMessage.d.ts
index 1a51e51cf..e235330ef 100755
--- a/components/lib/inlinemessage/InlineMessage.d.ts
+++ b/components/lib/inlinemessage/InlineMessage.d.ts
@@ -28,19 +28,19 @@ export interface InlineMessagePassThroughMethodOptions {
*/
export interface InlineMessagePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: InlineMessagePassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: InlineMessagePassThroughOptionType;
/**
- * Uses to pass attributes to the text's DOM element.
+ * Used to pass attributes to the text's DOM element.
*/
text?: InlineMessagePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -79,7 +79,7 @@ export interface InlineMessageProps {
*/
icon?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {InlineMessagePassThroughOptions}
*/
pt?: InlineMessagePassThroughOptions;
diff --git a/components/lib/inplace/Inplace.d.ts b/components/lib/inplace/Inplace.d.ts
index a6aea8151..3539b67f6 100755
--- a/components/lib/inplace/Inplace.d.ts
+++ b/components/lib/inplace/Inplace.d.ts
@@ -30,24 +30,24 @@ export interface InplacePassThroughMethodOptions {
*/
export interface InplacePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: InplacePassThroughOptionType;
/**
- * Uses to pass attributes to the display's DOM element.
+ * Used to pass attributes to the display's DOM element.
*/
display?: InplacePassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: InplacePassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
closeButton?: ButtonPassThroughOptions;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -96,15 +96,15 @@ export interface InplaceProps {
*/
closeIcon?: string | undefined;
/**
- * Uses to pass all properties of the HTMLDivElement to display container.
+ * Used to pass all properties of the HTMLDivElement to display container.
*/
displayProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the close button.
+ * Used to pass all properties of the HTMLButtonElement to the close button.
*/
closeButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {InplacePassThroughOptions}
*/
pt?: InplacePassThroughOptions;
diff --git a/components/lib/inputmask/InputMask.d.ts b/components/lib/inputmask/InputMask.d.ts
index d608e29bd..2434923e2 100755
--- a/components/lib/inputmask/InputMask.d.ts
+++ b/components/lib/inputmask/InputMask.d.ts
@@ -27,11 +27,11 @@ export interface InputMaskPassThroughMethodOptions {
*/
export interface InputMaskPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: InputMaskPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -93,7 +93,7 @@ export interface InputMaskProps {
*/
readonly?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {InputMaskPassThroughOptions}
*/
pt?: InputMaskPassThroughOptions;
diff --git a/components/lib/inputnumber/InputNumber.d.ts b/components/lib/inputnumber/InputNumber.d.ts
index 1d5900483..a91b03629 100755
--- a/components/lib/inputnumber/InputNumber.d.ts
+++ b/components/lib/inputnumber/InputNumber.d.ts
@@ -60,30 +60,30 @@ export interface InputNumberBlurEvent {
*/
export interface InputNumberPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: InputNumberPassThroughOptionType;
/**
- * Uses to pass attributes to the Input component.
+ * Used to pass attributes to the Input component.
* @see {@link InputTextPassThroughOptionType}
*/
input?: InputTextPassThroughOptionType;
/**
- * Uses to pass attributes to the button group's DOM element.
+ * Used to pass attributes to the button group's DOM element.
*/
buttonGroup?: InputNumberPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
incrementButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
decrementButton?: ButtonPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -250,15 +250,15 @@ export interface InputNumberProps {
*/
inputStyle?: object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to increment button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to increment button inside the component.
*/
incrementButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to decrement button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to decrement button inside the component.
*/
decrementButtonProps?: ButtonHTMLAttributes | undefined;
/**
@@ -270,7 +270,7 @@ export interface InputNumberProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {InputNumberPassThroughOptions}
*/
pt?: InputNumberPassThroughOptions;
diff --git a/components/lib/inputswitch/InputSwitch.d.ts b/components/lib/inputswitch/InputSwitch.d.ts
index a00ffb5e9..b365019ee 100755
--- a/components/lib/inputswitch/InputSwitch.d.ts
+++ b/components/lib/inputswitch/InputSwitch.d.ts
@@ -28,23 +28,23 @@ export interface InputSwitchPassThroughMethodOptions {
*/
export interface InputSwitchPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: InputSwitchPassThroughOptionType;
/**
- * Uses to pass attributes to the slider's DOM element.
+ * Used to pass attributes to the slider's DOM element.
*/
slider?: InputSwitchPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenInputWrapper?: InputSwitchPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenInput?: InputSwitchPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -100,7 +100,7 @@ export interface InputSwitchProps {
*/
inputStyle?: object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -112,7 +112,7 @@ export interface InputSwitchProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {InputSwitchPassThroughOptions}
*/
pt?: InputSwitchPassThroughOptions;
diff --git a/components/lib/inputtext/InputText.d.ts b/components/lib/inputtext/InputText.d.ts
index 616db110e..22319d3ba 100755
--- a/components/lib/inputtext/InputText.d.ts
+++ b/components/lib/inputtext/InputText.d.ts
@@ -28,11 +28,11 @@ export interface InputTextPassThroughMethodOptions {
*/
export interface InputTextPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: InputTextPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -74,7 +74,7 @@ export interface InputTextProps extends InputHTMLAttributes {
*/
size?: 'small' | 'large' | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {InputTextPassThroughOptions}
*/
pt?: InputTextPassThroughOptions;
diff --git a/components/lib/knob/Knob.d.ts b/components/lib/knob/Knob.d.ts
index 796d88045..0692af780 100644
--- a/components/lib/knob/Knob.d.ts
+++ b/components/lib/knob/Knob.d.ts
@@ -27,27 +27,27 @@ export interface KnobPassThroughMethodOptions {
*/
export interface KnobPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: KnobPassThroughOptionType;
/**
- * Uses to pass attributes to the svg's DOM element.
+ * Used to pass attributes to the svg's DOM element.
*/
svg?: KnobPassThroughOptionType;
/**
- * Uses to pass attributes to the range's DOM element.
+ * Used to pass attributes to the range's DOM element.
*/
range?: KnobPassThroughOptionType;
/**
- * Uses to pass attributes to the value' DOM element.
+ * Used to pass attributes to the value' DOM element.
*/
value?: KnobPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: KnobPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -171,7 +171,7 @@ export interface KnobProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {KnobPassThroughOptions}
*/
pt?: KnobPassThroughOptions;
diff --git a/components/lib/listbox/Listbox.d.ts b/components/lib/listbox/Listbox.d.ts
index 778f902cd..017167f01 100755
--- a/components/lib/listbox/Listbox.d.ts
+++ b/components/lib/listbox/Listbox.d.ts
@@ -60,68 +60,68 @@ export interface ListboxFilterEvent {
*/
export interface ListboxPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the filter container's DOM element.
+ * Used to pass attributes to the filter container's DOM element.
*/
filterContainer?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the filter input's DOM element.
+ * Used to pass attributes to the filter input's DOM element.
*/
filterInput?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the filter icon's DOM element.
+ * Used to pass attributes to the filter icon's DOM element.
*/
filterIcon?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the VirtualScroller component.
+ * Used to pass attributes to the VirtualScroller component.
* @see {@link VirtualScrollerPassThroughOptionType}
*/
virtualScroller?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
list?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the item group's DOM element.
+ * Used to pass attributes to the item group's DOM element.
*/
itemGroup?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the emptyMessage's DOM element.
+ * Used to pass attributes to the emptyMessage's DOM element.
*/
emptyMessage?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden first focusable element's DOM element.
+ * Used to pass attributes to the hidden first focusable element's DOM element.
*/
hiddenFirstFocusableEl?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden filter result's DOM element.
+ * Used to pass attributes to the hidden filter result's DOM element.
*/
hiddenFilterResult?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden selected message's DOM element.
+ * Used to pass attributes to the hidden selected message's DOM element.
*/
hiddenSelectedMessage?: ListboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden last focusable element's DOM element.
+ * Used to pass attributes to the hidden last focusable element's DOM element.
*/
hiddenLastFocusableEl?: ListboxPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -258,7 +258,7 @@ export interface ListboxProps {
*/
filterFields?: string[] | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the filter input inside the component.
+ * Used to pass all properties of the HTMLInputElement to the filter input inside the component.
*/
filterInputProps?: InputHTMLAttributes | undefined;
/**
@@ -319,7 +319,7 @@ export interface ListboxProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ListboxPassThroughOptions}
*/
pt?: ListboxPassThroughOptions;
diff --git a/components/lib/megamenu/MegaMenu.d.ts b/components/lib/megamenu/MegaMenu.d.ts
index 05d9a8539..27956a03e 100755
--- a/components/lib/megamenu/MegaMenu.d.ts
+++ b/components/lib/megamenu/MegaMenu.d.ts
@@ -30,71 +30,71 @@ export interface MegaMenuPassThroughMethodOptions {
*/
export interface MegaMenuPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu icon's DOM element.
+ * Used to pass attributes to the submenu icon's DOM element.
*/
submenuIcon?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the grid's DOM element.
+ * Used to pass attributes to the grid's DOM element.
*/
grid?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the column's DOM element.
+ * Used to pass attributes to the column's DOM element.
*/
column?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu header's DOM element.
+ * Used to pass attributes to the submenu header's DOM element.
*/
submenuHeader?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu's DOM element.
+ * Used to pass attributes to the submenu's DOM element.
*/
submenu?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the start of the component.
+ * Used to pass attributes to the start of the component.
*/
start?: MegaMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the end of the component.
+ * Used to pass attributes to the end of the component.
*/
end?: MegaMenuPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -210,7 +210,7 @@ export interface MegaMenuProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {MegaMenuPassThroughOptions}
*/
pt?: MegaMenuPassThroughOptions;
diff --git a/components/lib/menu/Menu.d.ts b/components/lib/menu/Menu.d.ts
index 871456471..a2f072a01 100755
--- a/components/lib/menu/Menu.d.ts
+++ b/components/lib/menu/Menu.d.ts
@@ -30,51 +30,51 @@ export interface MenuPassThroughMethodOptions {
*/
export interface MenuPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu header's DOM element.
+ * Used to pass attributes to the submenu header's DOM element.
*/
submenuHeader?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the start of the component.
+ * Used to pass attributes to the start of the component.
*/
start?: MenuPassThroughOptionType;
/**
- * Uses to pass attributes to the end of the component.
+ * Used to pass attributes to the end of the component.
*/
end?: MenuPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -180,7 +180,7 @@ export interface MenuProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {MenuPassThroughOptions}
*/
pt?: MenuPassThroughOptions;
diff --git a/components/lib/menubar/Menubar.d.ts b/components/lib/menubar/Menubar.d.ts
index 4f5ac4c1b..59bfe6d08 100755
--- a/components/lib/menubar/Menubar.d.ts
+++ b/components/lib/menubar/Menubar.d.ts
@@ -30,63 +30,63 @@ export interface MenubarPassThroughMethodOptions {
*/
export interface MenubarPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu icon's DOM element.
+ * Used to pass attributes to the submenu icon's DOM element.
*/
submenuIcon?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the mobile popup menu button's DOM element.
+ * Used to pass attributes to the mobile popup menu button's DOM element.
*/
button?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the mobile popup menu button icon's DOM element.
+ * Used to pass attributes to the mobile popup menu button icon's DOM element.
*/
popupIcon?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu's DOM element.
+ * Used to pass attributes to the submenu's DOM element.
*/
submenu?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the start of the component.
+ * Used to pass attributes to the start of the component.
*/
start?: MenubarPassThroughOptionType;
/**
- * Uses to pass attributes to the end of the component.
+ * Used to pass attributes to the end of the component.
*/
end?: MenubarPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -185,7 +185,7 @@ export interface MenubarProps {
*/
exact?: boolean | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the menu button.
+ * Used to pass all properties of the HTMLButtonElement to the menu button.
*/
buttonProps?: ButtonHTMLAttributes | undefined;
/**
@@ -197,7 +197,7 @@ export interface MenubarProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {MenubarPassThroughOptions}
*/
pt?: MenubarPassThroughOptions;
diff --git a/components/lib/message/Message.d.ts b/components/lib/message/Message.d.ts
index bd862593f..a79008c44 100755
--- a/components/lib/message/Message.d.ts
+++ b/components/lib/message/Message.d.ts
@@ -28,41 +28,41 @@ export interface MessagePassThroughMethodOptions {
*/
export interface MessagePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: MessagePassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: MessagePassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: MessagePassThroughOptionType;
/**
- * Uses to pass attributes to the text's DOM element.
+ * Used to pass attributes to the text's DOM element.
*/
text?: MessagePassThroughOptionType;
/**
- * Uses to pass attributes to the button's DOM element.
+ * Used to pass attributes to the button's DOM element.
* @deprecated since v3.30.2. Use 'closeButton' option.
*/
button?: MessagePassThroughOptionType;
/**
- * Uses to pass attributes to the button's DOM element.
+ * Used to pass attributes to the button's DOM element.
*/
closeButton?: MessagePassThroughOptionType;
/**
- * Uses to pass attributes to the button icon's DOM element.
+ * Used to pass attributes to the button icon's DOM element.
* @deprecated since v3.30.2. Use 'closeIcon' option.
*/
buttonIcon?: MessagePassThroughOptionType;
/**
- * Uses to pass attributes to the button icon's DOM element.
+ * Used to pass attributes to the button icon's DOM element.
*/
closeIcon?: MessagePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -120,11 +120,11 @@ export interface MessageProps {
*/
closeIcon?: string | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the close button.
+ * Used to pass all properties of the HTMLButtonElement to the close button.
*/
closeButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {MessagePassThroughOptions}
*/
pt?: MessagePassThroughOptions;
diff --git a/components/lib/multiselect/MultiSelect.d.ts b/components/lib/multiselect/MultiSelect.d.ts
index 6125dd544..3ddd24c1d 100755
--- a/components/lib/multiselect/MultiSelect.d.ts
+++ b/components/lib/multiselect/MultiSelect.d.ts
@@ -75,144 +75,144 @@ export interface MultiSelectFilterEvent {
*/
export interface MultiSelectPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the label container's DOM element.
+ * Used to pass attributes to the label container's DOM element.
*/
labelContainer?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the token's DOM element.
+ * Used to pass attributes to the token's DOM element.
*/
token?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the token label's DOM element.
+ * Used to pass attributes to the token label's DOM element.
*/
tokenLabel?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the remove token icon's DOM element.
+ * Used to pass attributes to the remove token icon's DOM element.
*/
removeTokenIcon?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the trigger's DOM element.
+ * Used to pass attributes to the trigger's DOM element.
*/
trigger?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the trigger icon's DOM element.
+ * Used to pass attributes to the trigger icon's DOM element.
*/
triggerIcon?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the dropdown icon's DOM element.
+ * Used to pass attributes to the dropdown icon's DOM element.
*/
dropdownIcon?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the header checkbox container's DOM element.
+ * Used to pass attributes to the header checkbox container's DOM element.
*/
headerCheckboxContainer?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the header checkbox's DOM element.
+ * Used to pass attributes to the header checkbox's DOM element.
*/
headerCheckbox?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the filter container's DOM element.
+ * Used to pass attributes to the filter container's DOM element.
*/
filterContainer?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the filter input's DOM element.
+ * Used to pass attributes to the filter input's DOM element.
*/
filterInput?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the filter icon's DOM element.
+ * Used to pass attributes to the filter icon's DOM element.
*/
filterIcon?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the close button's DOM element.
+ * Used to pass attributes to the close button's DOM element.
*/
closeButton?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the close icon's DOM element.
+ * Used to pass attributes to the close icon's DOM element.
*/
closeIcon?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the VirtualScroller component.
+ * Used to pass attributes to the VirtualScroller component.
* @see {@link VirtualScrollerPassThroughOptionType}
*/
virtualScroller?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
list?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the item group's DOM element.
+ * Used to pass attributes to the item group's DOM element.
*/
itemGroup?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox container's DOM element.
+ * Used to pass attributes to the checkbox container's DOM element.
*/
checkboxContainer?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox's DOM element.
+ * Used to pass attributes to the checkbox's DOM element.
*/
checkbox?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox icon's DOM element.
+ * Used to pass attributes to the checkbox icon's DOM element.
*/
checkboxIcon?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the option's DOM element.
+ * Used to pass attributes to the option's DOM element.
*/
option?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the emptyMessage's DOM element.
+ * Used to pass attributes to the emptyMessage's DOM element.
*/
emptyMessage?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenInputWrapper?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenInput?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden first focusable element's DOM element.
+ * Used to pass attributes to the hidden first focusable element's DOM element.
*/
hiddenFirstFocusableEl?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden filter result's DOM element.
+ * Used to pass attributes to the hidden filter result's DOM element.
*/
hiddenFilterResult?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden selected message's DOM element.
+ * Used to pass attributes to the hidden selected message's DOM element.
*/
hiddenSelectedMessage?: MultiSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden last focusable element's DOM element.
+ * Used to pass attributes to the hidden last focusable element's DOM element.
*/
hiddenLastFocusableEl?: MultiSelectPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -326,7 +326,7 @@ export interface MultiSelectProps {
*/
inputId?: string | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -338,15 +338,15 @@ export interface MultiSelectProps {
*/
panelClass?: any;
/**
- * Uses to pass all properties of the HTMLDivElement to the overlay panel.
+ * Used to pass all properties of the HTMLDivElement to the overlay panel.
*/
panelProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.
+ * Used to pass all properties of the HTMLInputElement to the filter input inside the overlay panel.
*/
filterInputProps?: InputHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the clear button inside the overlay panel.
+ * Used to pass all properties of the HTMLButtonElement to the clear button inside the overlay panel.
*/
closeButtonProps?: ButtonHTMLAttributes | undefined;
/**
@@ -501,7 +501,7 @@ export interface MultiSelectProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {MultiSelectPassThroughOptions}
*/
pt?: MultiSelectPassThroughOptions;
diff --git a/components/lib/orderlist/OrderList.d.ts b/components/lib/orderlist/OrderList.d.ts
index 7cb0539d0..27a6a0f2e 100755
--- a/components/lib/orderlist/OrderList.d.ts
+++ b/components/lib/orderlist/OrderList.d.ts
@@ -64,47 +64,47 @@ export interface OrderListSelectionChangeEvent {
*/
export interface OrderListPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: OrderListPassThroughOptionType;
/**
- * Uses to pass attributes to the controls' DOM element.
+ * Used to pass attributes to the controls' DOM element.
*/
controls?: OrderListPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveUpButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveTopButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveDownButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveBottomButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: OrderListPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: OrderListPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
list?: OrderListPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: OrderListPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -203,23 +203,23 @@ export interface OrderListProps {
*/
tabindex?: number | string | undefined;
/**
- * Uses to pass all properties of the HTMLAttributes to the list element.
+ * Used to pass all properties of the HTMLAttributes to the list element.
*/
listProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move up button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move up button inside the component.
*/
moveUpButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move top button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move top button inside the component.
*/
moveTopButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move down button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move down button inside the component.
*/
moveDownButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move bottom button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move bottom button inside the component.
*/
moveBottomButtonProps?: ButtonHTMLAttributes | undefined;
/**
@@ -231,7 +231,7 @@ export interface OrderListProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {OrderListPassThroughOptions}
*/
pt?: OrderListPassThroughOptions;
diff --git a/components/lib/organizationchart/OrganizationChart.d.ts b/components/lib/organizationchart/OrganizationChart.d.ts
index 521ac73cf..22de12e17 100755
--- a/components/lib/organizationchart/OrganizationChart.d.ts
+++ b/components/lib/organizationchart/OrganizationChart.d.ts
@@ -83,59 +83,59 @@ export interface OrganizationChartCollapsedKeys {
*/
export interface OrganizationChartPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the table's DOM element.
+ * Used to pass attributes to the table's DOM element.
*/
table?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the body's DOM element.
+ * Used to pass attributes to the body's DOM element.
*/
body?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the row' DOM element.
+ * Used to pass attributes to the row' DOM element.
*/
row?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the cell's DOM element.
+ * Used to pass attributes to the cell's DOM element.
*/
cell?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the node's DOM element.
+ * Used to pass attributes to the node's DOM element.
*/
node?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the nodeToggler's DOM element.
+ * Used to pass attributes to the nodeToggler's DOM element.
*/
nodeToggler?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the nodeTogglerIcon's DOM element.
+ * Used to pass attributes to the nodeTogglerIcon's DOM element.
*/
nodeTogglerIcon?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the lines's DOM element.
+ * Used to pass attributes to the lines's DOM element.
*/
lines?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the lineCell's DOM element.
+ * Used to pass attributes to the lineCell's DOM element.
*/
lineCell?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the lineDown's DOM element.
+ * Used to pass attributes to the lineDown's DOM element.
*/
lineDown?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the nodes's DOM element.
+ * Used to pass attributes to the nodes's DOM element.
*/
nodes?: OrganizationChartPassThroughOptionType;
/**
- * Uses to pass attributes to the nodeCell's DOM element.
+ * Used to pass attributes to the nodeCell's DOM element.
*/
nodeCell?: OrganizationChartPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -221,7 +221,7 @@ export interface OrganizationChartProps {
*/
collapsible?: boolean;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {OrganizationChartPassThroughOptions}
*/
pt?: OrganizationChartPassThroughOptions;
diff --git a/components/lib/overlaypanel/OverlayPanel.d.ts b/components/lib/overlaypanel/OverlayPanel.d.ts
index 27f2eef91..4a38e1c2f 100755
--- a/components/lib/overlaypanel/OverlayPanel.d.ts
+++ b/components/lib/overlaypanel/OverlayPanel.d.ts
@@ -28,23 +28,23 @@ export interface OverlayPanelPassThroughMethodOptions {
*/
export interface OverlayPanelPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: OverlayPanelPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: OverlayPanelPassThroughOptionType;
/**
- * Uses to pass attributes to the close button's DOM element.
+ * Used to pass attributes to the close button's DOM element.
*/
closeButton?: OverlayPanelPassThroughOptionType;
/**
- * Uses to pass attributes to the close icon's DOM element.
+ * Used to pass attributes to the close icon's DOM element.
*/
closeIcon?: OverlayPanelPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -129,7 +129,7 @@ export interface OverlayPanelProps {
*/
closeIcon?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {OverlayPanelPassThroughOptions}
*/
pt?: OverlayPanelPassThroughOptions;
diff --git a/components/lib/paginator/Paginator.d.ts b/components/lib/paginator/Paginator.d.ts
index 69d1dca24..0d4e885f4 100755
--- a/components/lib/paginator/Paginator.d.ts
+++ b/components/lib/paginator/Paginator.d.ts
@@ -31,82 +31,82 @@ export interface PaginatorPassThroughMethodOptions {
*/
export interface PaginatorPassThroughOptions {
/**
- * Uses to pass attributes to the paginator wrapper's DOM element.
+ * Used to pass attributes to the paginator wrapper's DOM element.
*/
paginatorWrapper?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the start's DOM element.
+ * Used to pass attributes to the start's DOM element.
*/
start?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the first page button's DOM element.
+ * Used to pass attributes to the first page button's DOM element.
*/
firstPageButton?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the first page icon's DOM element.
+ * Used to pass attributes to the first page icon's DOM element.
*/
firstPageIcon?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the prev page button's DOM element.
+ * Used to pass attributes to the prev page button's DOM element.
*/
previousPageButton?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the prev page icon's DOM element.
+ * Used to pass attributes to the prev page icon's DOM element.
*/
previousPageIcon?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the next page button's DOM element.
+ * Used to pass attributes to the next page button's DOM element.
*/
nextPageButton?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the next page icon's DOM element.
+ * Used to pass attributes to the next page icon's DOM element.
*/
nextPageIcon?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the last page button's DOM element.
+ * Used to pass attributes to the last page button's DOM element.
*/
lastPageButton?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the last page icon's DOM element.
+ * Used to pass attributes to the last page icon's DOM element.
*/
lastPageIcon?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the pages's DOM element.
+ * Used to pass attributes to the pages's DOM element.
*/
pages?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the page button's DOM element.
+ * Used to pass attributes to the page button's DOM element.
*/
pageButton?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the current's DOM element.
+ * Used to pass attributes to the current's DOM element.
*/
current?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the Dropdown component.
+ * Used to pass attributes to the Dropdown component.
* @see {@link DropdownPassThroughOptionType}
*/
rowPerPageDropdown?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the Dropdown component.
+ * Used to pass attributes to the Dropdown component.
* @see {@link DropdownPassThroughOptionType}
*/
jumpToPageDropdown?: DropdownPassThroughOptionType;
/**
- * Uses to pass attributes to the Dropdown component.
+ * Used to pass attributes to the Dropdown component.
* @see {@link InputNumberPassThroughOptionType}
*/
jumpToPageInput?: InputNumberPassThroughOptionType;
/**
- * Uses to pass attributes to the end's DOM element.
+ * Used to pass attributes to the end's DOM element.
*/
end?: PaginatorPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -232,7 +232,7 @@ export interface PaginatorProps {
*/
alwaysShow?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {PaginatorPassThroughOptions}
*/
pt?: PaginatorPassThroughOptions;
diff --git a/components/lib/panel/Panel.d.ts b/components/lib/panel/Panel.d.ts
index 4c64233c6..fc0772081 100755
--- a/components/lib/panel/Panel.d.ts
+++ b/components/lib/panel/Panel.d.ts
@@ -43,43 +43,43 @@ export interface PanelToggleEvent {
*/
export interface PanelPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the title's DOM element.
+ * Used to pass attributes to the title's DOM element.
*/
title?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the icons' DOM element.
+ * Used to pass attributes to the icons' DOM element.
*/
icons?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the toggler's DOM element.
+ * Used to pass attributes to the toggler's DOM element.
*/
toggler?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the togglericon's DOM element.
+ * Used to pass attributes to the togglericon's DOM element.
*/
togglerIcon?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the toggleablecontent's DOM element.
+ * Used to pass attributes to the toggleablecontent's DOM element.
*/
toggleableContent?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: PanelPassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: PanelPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -122,12 +122,12 @@ export interface PanelProps {
*/
collapsed?: boolean;
/**
- * Uses to pass the custom value to read for the button inside the component.
+ * Used to pass the custom value to read for the button inside the component.
* @deprecated since v3.26.0. Use 'pt' property instead.
*/
toggleButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {PanelPassThroughOptions}
*/
pt?: PanelPassThroughOptions;
diff --git a/components/lib/panelmenu/PanelMenu.d.ts b/components/lib/panelmenu/PanelMenu.d.ts
index bb77806a0..6c4b82988 100755
--- a/components/lib/panelmenu/PanelMenu.d.ts
+++ b/components/lib/panelmenu/PanelMenu.d.ts
@@ -30,79 +30,79 @@ export interface PanelMenuPassThroughMethodOptions {
*/
export interface PanelMenuPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the header content's DOM element.
+ * Used to pass attributes to the header content's DOM element.
*/
headerContent?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the header action's DOM element.
+ * Used to pass attributes to the header action's DOM element.
*/
headerAction?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenuIcon's DOM element.
+ * Used to pass attributes to the submenuIcon's DOM element.
*/
submenuIcon?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the header icon's DOM element.
+ * Used to pass attributes to the header icon's DOM element.
*/
headerIcon?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the header label's DOM element.
+ * Used to pass attributes to the header label's DOM element.
*/
headerLabel?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the toggleable content's DOM element.
+ * Used to pass attributes to the toggleable content's DOM element.
*/
toggleableContent?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the menu content's DOM element.
+ * Used to pass attributes to the menu content's DOM element.
*/
menuContent?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu's DOM element.
+ * Used to pass attributes to the submenu's DOM element.
*/
submenu?: PanelMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: PanelMenuPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -208,7 +208,7 @@ export interface PanelMenuProps {
*/
tabindex?: number | string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {PanelMenuPassThroughOptions}
*/
pt?: PanelMenuPassThroughOptions;
diff --git a/components/lib/password/Password.d.ts b/components/lib/password/Password.d.ts
index 3c778358b..1e6377899 100755
--- a/components/lib/password/Password.d.ts
+++ b/components/lib/password/Password.d.ts
@@ -29,44 +29,44 @@ export interface PasswordPassThroughMethodOptions {
*/
export interface PasswordPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the InputText component.
+ * Used to pass attributes to the InputText component.
* @see {@link InputTextPassThroughOptionType}
*/
input?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the hide icon's DOM element.
+ * Used to pass attributes to the hide icon's DOM element.
*/
hideIcon?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the show icon's DOM element.
+ * Used to pass attributes to the show icon's DOM element.
*/
showIcon?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the meter's DOM element.
+ * Used to pass attributes to the meter's DOM element.
*/
meter?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the meter label's DOM element.
+ * Used to pass attributes to the meter label's DOM element.
*/
meterLabel?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the info's DOM element.
+ * Used to pass attributes to the info's DOM element.
*/
info?: PasswordPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden accessible DOM element.
+ * Used to pass attributes to the hidden accessible DOM element.
*/
hiddenAccesible?: PasswordPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -206,7 +206,7 @@ export interface PasswordProps extends InputHTMLAttributes {
*/
inputClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -222,7 +222,7 @@ export interface PasswordProps extends InputHTMLAttributes {
*/
panelStyle?: object | undefined;
/**
- * Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component.
+ * Used to pass all properties of the HTMLDivElement to the overlay panel inside the component.
*/
panelProps?: HTMLAttributes | undefined;
/**
@@ -234,7 +234,7 @@ export interface PasswordProps extends InputHTMLAttributes {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {PasswordPassThroughOptions}
*/
pt?: PasswordPassThroughOptions;
diff --git a/components/lib/picklist/PickList.d.ts b/components/lib/picklist/PickList.d.ts
index c4683e16d..d60feed02 100755
--- a/components/lib/picklist/PickList.d.ts
+++ b/components/lib/picklist/PickList.d.ts
@@ -104,99 +104,99 @@ export interface PickListMoveAllToSourceEvent extends PickListMoveToTargetEvent
*/
export interface PickListPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the source controls' DOM element.
+ * Used to pass attributes to the source controls' DOM element.
*/
sourceControls?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
sourceMoveUpButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
sourceMoveTopButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
sourceMoveDownButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
sourceMoveBottomButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the source wrapper's DOM element.
+ * Used to pass attributes to the source wrapper's DOM element.
*/
sourceWrapper?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the source header's DOM element.
+ * Used to pass attributes to the source header's DOM element.
*/
sourceHeader?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the source list's DOM element.
+ * Used to pass attributes to the source list's DOM element.
*/
sourceList?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the buttons' DOM element.
+ * Used to pass attributes to the buttons' DOM element.
*/
buttons?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveToTargetButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveAllToTargetButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveToSourceButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
moveAllToSourceButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the target wrapper's DOM element.
+ * Used to pass attributes to the target wrapper's DOM element.
*/
targetWrapper?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the target header's DOM element.
+ * Used to pass attributes to the target header's DOM element.
*/
targetHeader?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the target list's DOM element.
+ * Used to pass attributes to the target list's DOM element.
*/
targetList?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the target item's DOM element.
+ * Used to pass attributes to the target item's DOM element.
*/
item?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the target controls' DOM element.
+ * Used to pass attributes to the target controls' DOM element.
*/
targetControls?: PickListPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
targetMoveUpButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
targetMoveTopButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
targetMoveDownButton?: ButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
*/
targetMoveBottomButton?: ButtonPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -324,47 +324,47 @@ export interface PickListProps {
*/
tabindex?: number | string | undefined;
/**
- * Uses to pass all properties of the HTMLAttributes to the target list element.
+ * Used to pass all properties of the HTMLAttributes to the target list element.
*/
targetListProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLAttributes to the source list element.
+ * Used to pass all properties of the HTMLAttributes to the source list element.
*/
sourceListProps?: HTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move up button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move up button inside the component.
*/
moveUpButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move top button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move top button inside the component.
*/
moveTopButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move down button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move down button inside the component.
*/
moveDownButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move bottom button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move bottom button inside the component.
*/
moveBottomButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move to target button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move to target button inside the component.
*/
moveToTargetProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move all to target button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move all to target button inside the component.
*/
moveAllToTargetProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move to source button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move to source button inside the component.
*/
moveToSourceProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the move all to source button inside the component.
+ * Used to pass all properties of the HTMLButtonElement to the move all to source button inside the component.
*/
moveAllToSourceProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {PickListPassThroughOptions}
*/
pt?: PickListPassThroughOptions;
diff --git a/components/lib/progressbar/ProgressBar.d.ts b/components/lib/progressbar/ProgressBar.d.ts
index 6c90f1962..cf748167d 100755
--- a/components/lib/progressbar/ProgressBar.d.ts
+++ b/components/lib/progressbar/ProgressBar.d.ts
@@ -27,19 +27,19 @@ export interface ProgressBarPassThroughMethodOptions {
*/
export interface ProgressBarPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ProgressBarPassThroughOptionType;
/**
- * Uses to pass attributes to the value's DOM element.
+ * Used to pass attributes to the value's DOM element.
*/
value?: ProgressBarPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: ProgressBarPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -71,7 +71,7 @@ export interface ProgressBarProps {
*/
showValue?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ProgressBarPassThroughOptions}
*/
pt?: ProgressBarPassThroughOptions;
diff --git a/components/lib/progressspinner/ProgressSpinner.d.ts b/components/lib/progressspinner/ProgressSpinner.d.ts
index 470617336..8a05f75c9 100755
--- a/components/lib/progressspinner/ProgressSpinner.d.ts
+++ b/components/lib/progressspinner/ProgressSpinner.d.ts
@@ -26,19 +26,19 @@ export interface ProgressSpinnerPassThroughMethodOptions {
*/
export interface ProgressSpinnerPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ProgressSpinnerPassThroughOptionType;
/**
- * Uses to pass attributes to the spinner's DOM element.
+ * Used to pass attributes to the spinner's DOM element.
*/
spinner?: ProgressSpinnerPassThroughOptionType;
/**
- * Uses to pass attributes to the circle's DOM element.
+ * Used to pass attributes to the circle's DOM element.
*/
circle?: ProgressSpinnerPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -70,7 +70,7 @@ export interface ProgressSpinnerProps {
*/
animationDuration?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ProgressSpinnerPassThroughOptions}
*/
pt?: ProgressSpinnerPassThroughOptions;
diff --git a/components/lib/radiobutton/RadioButton.d.ts b/components/lib/radiobutton/RadioButton.d.ts
index 5b371040b..0f33995ed 100755
--- a/components/lib/radiobutton/RadioButton.d.ts
+++ b/components/lib/radiobutton/RadioButton.d.ts
@@ -28,27 +28,27 @@ export interface RadioButtonPassThroughMethodOptions {
*/
export interface RadioButtonPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: RadioButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: RadioButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: RadioButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden accessible DOM element wrapper.
+ * Used to pass attributes to the hidden accessible DOM element wrapper.
*/
hiddenInputWrapper?: RadioButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden accessible DOM element.
+ * Used to pass attributes to the hidden accessible DOM element.
*/
hiddenInput?: RadioButtonPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -106,7 +106,7 @@ export interface RadioButtonProps {
*/
inputClass?: string | object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
diff --git a/components/lib/rating/Rating.d.ts b/components/lib/rating/Rating.d.ts
index b1193b5b5..ecb3dedd7 100755
--- a/components/lib/rating/Rating.d.ts
+++ b/components/lib/rating/Rating.d.ts
@@ -29,47 +29,47 @@ export interface RatingPassThroughMethodOptions {
*/
export interface RatingPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the cancel item's DOM element.
+ * Used to pass attributes to the cancel item's DOM element.
*/
cancelItem?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the cancel icon's DOM element.
+ * Used to pass attributes to the cancel icon's DOM element.
*/
cancelIcon?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the item's DOM element.
+ * Used to pass attributes to the item's DOM element.
*/
item?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the on icon's DOM element.
+ * Used to pass attributes to the on icon's DOM element.
*/
onIcon?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the off icon's DOM element.
+ * Used to pass attributes to the off icon's DOM element.
*/
offIcon?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden cancel inputW wapper's DOM element.
+ * Used to pass attributes to the hidden cancel inputW wapper's DOM element.
*/
hiddenCancelInputWrapper?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden cancel input's DOM element.
+ * Used to pass attributes to the hidden cancel input's DOM element.
*/
hiddenCancelInput?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden item input wrapper's DOM element.
+ * Used to pass attributes to the hidden item input wrapper's DOM element.
*/
hiddenItemInputWrapper?: RatingPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden item input's DOM element.
+ * Used to pass attributes to the hidden item input's DOM element.
*/
hiddenItemInput?: RatingPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -175,7 +175,7 @@ export interface RatingProps {
*/
cancelIcon?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {RatingPassThroughOptions}
*/
pt?: RatingPassThroughOptions;
diff --git a/components/lib/ripple/Ripple.d.ts b/components/lib/ripple/Ripple.d.ts
index bf48b8a04..32ec82046 100644
--- a/components/lib/ripple/Ripple.d.ts
+++ b/components/lib/ripple/Ripple.d.ts
@@ -16,7 +16,7 @@ export declare type RippleDirectivePassThroughOptionType = RippleDirectivePassTh
*/
export interface RippleOptions {
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {RippleDirectivePassThroughOptions}
*/
pt?: RippleDirectivePassThroughOptions;
@@ -33,11 +33,11 @@ export interface RippleOptions {
*/
export interface RippleDirectivePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: RippleDirectivePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;
diff --git a/components/lib/row/Row.d.ts b/components/lib/row/Row.d.ts
index 3c27fc25a..bc5c7e87a 100755
--- a/components/lib/row/Row.d.ts
+++ b/components/lib/row/Row.d.ts
@@ -27,11 +27,11 @@ export interface RowPassThroughMethodOptions {
*/
export interface RowPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: RowPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
diff --git a/components/lib/scrollpanel/ScrollPanel.d.ts b/components/lib/scrollpanel/ScrollPanel.d.ts
index 1967481d2..6c233c3f5 100644
--- a/components/lib/scrollpanel/ScrollPanel.d.ts
+++ b/components/lib/scrollpanel/ScrollPanel.d.ts
@@ -28,27 +28,27 @@ export interface ScrollPanelPassThroughMethodOptions {
*/
export interface ScrollPanelPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ScrollPanelPassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: ScrollPanelPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: ScrollPanelPassThroughOptionType;
/**
- * Uses to pass attributes to the horizontal panel's DOM element.
+ * Used to pass attributes to the horizontal panel's DOM element.
*/
barX?: ScrollPanelPassThroughOptionType;
/**
- * Uses to pass attributes to the vertical panel's DOM element.
+ * Used to pass attributes to the vertical panel's DOM element.
*/
barY?: ScrollPanelPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -96,7 +96,7 @@ export interface ScrollPanelProps {
*/
step?: number | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ScrollPanelPassThroughOptions}
*/
pt?: ScrollPanelPassThroughOptions;
diff --git a/components/lib/scrolltop/ScrollTop.d.ts b/components/lib/scrolltop/ScrollTop.d.ts
index f720dc523..6bba35eae 100644
--- a/components/lib/scrolltop/ScrollTop.d.ts
+++ b/components/lib/scrolltop/ScrollTop.d.ts
@@ -28,15 +28,15 @@ export interface ScrollTopPassThroughMethodOptions {
*/
export interface ScrollTopPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ScrollTopPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ScrollTopPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -85,7 +85,7 @@ export interface ScrollTopProps {
*/
behavior?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ScrollTopPassThroughOptions}
*/
pt?: ScrollTopPassThroughOptions;
diff --git a/components/lib/selectbutton/SelectButton.d.ts b/components/lib/selectbutton/SelectButton.d.ts
index a4474c097..b90048cb2 100755
--- a/components/lib/selectbutton/SelectButton.d.ts
+++ b/components/lib/selectbutton/SelectButton.d.ts
@@ -29,19 +29,19 @@ export interface SelectButtonPassThroughMethodOptions {
*/
export interface SelectButtonPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: SelectButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the button's DOM element.
+ * Used to pass attributes to the button's DOM element.
*/
button?: SelectButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: SelectButtonPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -143,7 +143,7 @@ export interface SelectButtonProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {SelectButtonPassThroughOptions}
*/
pt?: SelectButtonPassThroughOptions;
diff --git a/components/lib/sidebar/Sidebar.d.ts b/components/lib/sidebar/Sidebar.d.ts
index 79009f8c3..2d3ce53cb 100755
--- a/components/lib/sidebar/Sidebar.d.ts
+++ b/components/lib/sidebar/Sidebar.d.ts
@@ -28,35 +28,35 @@ export interface SidebarPassThroughMethodOptions {
*/
export interface SidebarPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: SidebarPassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: SidebarPassThroughOptionType;
/**
- * Uses to pass attributes to the header content's DOM element.
+ * Used to pass attributes to the header content's DOM element.
*/
headerContent?: SidebarPassThroughOptionType;
/**
- * Uses to pass attributes to the close button's DOM element.
+ * Used to pass attributes to the close button's DOM element.
*/
closeButton?: SidebarPassThroughOptionType;
/**
- * Uses to pass attributes to the close icon's DOM element.
+ * Used to pass attributes to the close icon's DOM element.
*/
closeIcon?: SidebarPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: SidebarPassThroughOptionType;
/**
- * Uses to pass attributes to the mask's DOM element.
+ * Used to pass attributes to the mask's DOM element.
*/
mask?: SidebarPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -130,7 +130,7 @@ export interface SidebarProps {
*/
blockScroll?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {SidebarPassThroughOptions}
*/
pt?: SidebarPassThroughOptions;
diff --git a/components/lib/skeleton/Skeleton.d.ts b/components/lib/skeleton/Skeleton.d.ts
index 9d8374c53..940dce931 100644
--- a/components/lib/skeleton/Skeleton.d.ts
+++ b/components/lib/skeleton/Skeleton.d.ts
@@ -26,11 +26,11 @@ export interface SkeletonPassThroughMethodOptions {
*/
export interface SkeletonPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: SkeletonPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -76,7 +76,7 @@ export interface SkeletonProps {
*/
animation?: 'wave' | 'none' | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {SkeletonPassThroughOptions}
*/
pt?: SkeletonPassThroughOptions;
diff --git a/components/lib/slider/Slider.d.ts b/components/lib/slider/Slider.d.ts
index c6f7774de..39619e5a9 100755
--- a/components/lib/slider/Slider.d.ts
+++ b/components/lib/slider/Slider.d.ts
@@ -26,27 +26,27 @@ export interface SliderPassThroughMethodOptions {
*/
export interface SliderPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: SliderPassThroughOptionType;
/**
- * Uses to pass attributes to the range's DOM element.
+ * Used to pass attributes to the range's DOM element.
*/
range?: SliderPassThroughOptionType;
/**
- * Uses to pass attributes to the handle's DOM element.
+ * Used to pass attributes to the handle's DOM element.
*/
handle?: SliderPassThroughOptionType;
/**
- * Uses to pass attributes to the start handler's DOM element.
+ * Used to pass attributes to the start handler's DOM element.
*/
startHandler?: SliderPassThroughOptionType;
/**
- * Uses to pass attributes to the end handler's DOM element.
+ * Used to pass attributes to the end handler's DOM element.
*/
endHandler?: SliderPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -125,7 +125,7 @@ export interface SliderProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {SliderPassThroughOptions}
*/
pt?: SliderPassThroughOptions;
diff --git a/components/lib/speeddial/SpeedDial.d.ts b/components/lib/speeddial/SpeedDial.d.ts
index 0fbe2516d..5b4bc8c1f 100644
--- a/components/lib/speeddial/SpeedDial.d.ts
+++ b/components/lib/speeddial/SpeedDial.d.ts
@@ -31,36 +31,36 @@ export interface SpeedDialPassThroughMethodOptions {
*/
export interface SpeedDialPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: SpeedDialPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
button?: ButtonPassThroughOptions;
/**
- * Uses to pass attributes to the menu's DOM element.
+ * Used to pass attributes to the menu's DOM element.
*/
menu?: SpeedDialPassThroughOptionType;
/**
- * Uses to pass attributes to the menu item's DOM element.
+ * Used to pass attributes to the menu item's DOM element.
*/
menuitem?: SpeedDialPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: SpeedDialPassThroughOptionType;
/**
- * Uses to pass attributes to the action icon's DOM element.
+ * Used to pass attributes to the action icon's DOM element.
*/
actionIcon?: SpeedDialPassThroughOptionType;
/**
- * Uses to pass attributes to the mask's DOM element.
+ * Used to pass attributes to the mask's DOM element.
*/
mask?: SpeedDialPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -236,7 +236,7 @@ export interface SpeedDialProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {SpeedDialPassThroughOptions}
*/
pt?: SpeedDialPassThroughOptions;
diff --git a/components/lib/splitbutton/SplitButton.d.ts b/components/lib/splitbutton/SplitButton.d.ts
index 7c9e2c5e1..1f53437a7 100755
--- a/components/lib/splitbutton/SplitButton.d.ts
+++ b/components/lib/splitbutton/SplitButton.d.ts
@@ -31,25 +31,25 @@ export interface SplitButtonPassThroughMethodOptions {
*/
export interface SplitButtonPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: SplitButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the button's DOM element.
+ * Used to pass attributes to the button's DOM element.
*/
button?: SplitButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the Button component.
+ * Used to pass attributes to the Button component.
* @see {@link ButtonPassThroughOptions}
*/
menuButton?: ButtonPassThroughOptions;
/**
- * Uses to pass attributes to the TieredMenu component.
+ * Used to pass attributes to the TieredMenu component.
* @see {@link TieredMenuPassThroughOptions}
*/
menu?: TieredMenuPassThroughOptions;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -120,11 +120,11 @@ export interface SplitButtonProps {
*/
style?: any | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the default button.
+ * Used to pass all properties of the HTMLButtonElement to the default button.
*/
buttonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the menu button.
+ * Used to pass all properties of the HTMLButtonElement to the menu button.
*/
menuButtonProps?: ButtonHTMLAttributes | undefined;
/**
@@ -166,7 +166,7 @@ export interface SplitButtonProps {
*/
plain?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {SplitButtonPassThroughOptions}
*/
pt?: SplitButtonPassThroughOptions;
diff --git a/components/lib/splitbutton/SplitButton.vue b/components/lib/splitbutton/SplitButton.vue
index c67e3187a..2074ebe4e 100755
--- a/components/lib/splitbutton/SplitButton.vue
+++ b/components/lib/splitbutton/SplitButton.vue
@@ -4,7 +4,7 @@
-
+
@@ -26,7 +26,7 @@
>
-
+
diff --git a/components/lib/splitter/Splitter.d.ts b/components/lib/splitter/Splitter.d.ts
index 6d93aa28e..93d6d20b8 100644
--- a/components/lib/splitter/Splitter.d.ts
+++ b/components/lib/splitter/Splitter.d.ts
@@ -20,6 +20,7 @@ export interface SplitterPassThroughMethodOptions {
instance: any;
props: SplitterProps;
state: SplitterState;
+ context: SplitterContext;
}
/**
@@ -58,19 +59,19 @@ export interface SplitterResizeEndEvent {
*/
export interface SplitterPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: SplitterPassThroughOptionType;
/**
- * Uses to pass attributes to the gutter's DOM element.
+ * Used to pass attributes to the gutter's DOM element.
*/
gutter?: SplitterPassThroughOptionType;
/**
- * Uses to pass attributes to the gutter handler's DOM element.
+ * Used to pass attributes to the gutter handler's DOM element.
*/
gutterHandler?: SplitterPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -93,6 +94,16 @@ export interface SplitterState {
prevSize: number;
}
+/**
+ * Defines options in Splitter component.
+ */
+export interface SplitterContext {
+ /**
+ * Current nested state of the component.
+ */
+ nested?: boolean;
+}
+
/**
* Defines valid properties in Splitter component.
*/
@@ -122,7 +133,7 @@ export interface SplitterProps {
*/
step?: number | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {SplitterPassThroughOptions}
*/
pt?: SplitterPassThroughOptions;
diff --git a/components/lib/splitter/Splitter.vue b/components/lib/splitter/Splitter.vue
index 2d63da881..4d3a5a9ea 100644
--- a/components/lib/splitter/Splitter.vue
+++ b/components/lib/splitter/Splitter.vue
@@ -1,5 +1,5 @@
-
+
({
+ class: [
+ 'absolute top-0 right-0 transform translate-x-1/2 -translate-y-1/2 origin-top-right m-0',
+ 'text-xs leading-6 flex items-center justify-center',
+ 'text-center text-white font-bold',
+ {
+ 'rounded-full p-0': context.nogutter || context.dot,
+ 'rounded-[10px] px-2': !context.nogutter && !context.dot,
+ 'min-w-[0.5rem] w-2 h-2': context.dot,
+ 'min-w-[1.5rem] h-6': !context.dot
+ },
+ {
+ 'bg-blue-500 ': context.info || (!context.info && !context.success && !context.warning && !context.danger),
+ 'bg-green-500 ': context.success,
+ 'bg-orange-500 ': context.warning,
+ 'bg-red-500 ': context.danger
+ }
+ ]
+ })
+ },
+ tooltip: {
+ root: ({ context }) => ({
+ class: [
+ 'absolute shadow-md',
+ {
+ 'py-0 px-1': context?.right || context?.left || (!context?.right && !context?.left && !context?.top && !context?.bottom),
+ 'py-1 px-0': context?.top || context?.bottom
+ }
+ ]
+ }),
+ arrow: ({ context }) => ({
+ class: [
+ 'absolute w-0 h-0 border-transparent border-solid',
+ {
+ '-m-t-1 border-y-[0.25rem] border-r-[0.25rem] border-l-0 border-r-gray-600': context?.right || (!context?.right && !context?.left && !context?.top && !context?.bottom),
+ '-m-t-1 border-y-[0.25rem] border-l-[0.25rem] border-r-0 border-l-gray-600': context?.left,
+ '-m-l-1 border-x-[0.25rem] border-t-[0.25rem] border-b-0 border-t-gray-600': context?.top,
+ '-m-l-1 border-x-[0.25rem] border-b-[0.25rem] border-t-0 border-b-gray-600': context?.bottom
+ }
+ ]
+ }),
+ text: {
+ class: 'p-3 bg-gray-600 text-white rounded-md whitespace-pre-line break-words'
+ }
}
},
//PANELS
@@ -41,13 +87,16 @@ export default {
root: {
class: ['mb-1']
},
- tab: {
+ accordiontab: {
+ root: {
+ class: ['mb-1']
+ },
header: ({ props }) => ({
class: [
{ 'select-none pointer-events-none cursor-default opacity-60': props?.disabled } // Condition
]
}),
- headerAction: ({ tab }) => ({
+ headerAction: ({ context }) => ({
class: [
'flex items-center cursor-pointer relative no-underline select-none', // Alignments
'p-5 transition duration-200 ease-in-out rounded-t-md font-bold transition-shadow duration-200', // Padding and transition
@@ -55,7 +104,7 @@ export default {
'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80 dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', // Dark mode
'hover:border-gray-300 hover:bg-gray-200 hover:text-gray-800', // Hover
'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)]', // Focus
- { 'rounded-br-md rounded-bl-md': !tab.context.active, 'rounded-br-0 rounded-bl-0 text-gray-800': tab.context.active } // Condition
+ { 'rounded-br-md rounded-bl-md': !context.active, 'rounded-br-0 rounded-bl-0 text-gray-800': context.active } // Condition
]
}),
headerIcon: {
@@ -159,16 +208,16 @@ export default {
},
scrollpanel: {
wrapper: {
- class: 'float-left h-full overflow-hidden relative w-full z-10'
+ class: 'overflow-hidden relative float-left h-full w-full z-[1]'
},
content: {
- class: 'box-border h-[calc(100% + 18px)] overflow-scroll pr-18 pb-18 relative scrollbar-none w-[calc(100% + 18px)] [&::-webkit-scrollbar]:hidden'
+ class: 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative scrollbar-none w-[calc(100%+18px)] [&::-webkit-scrollbar]:hidden'
},
barX: {
- class: 'bg-gray-50 border-0 transition-none invisible absolute bottom-0 h-3 z-2 rounded cursor-pointer opacity-0 relative'
+ class: ['relative bg-gray-100 invisible rounded cursor-pointer h-[9px] bottom-0 z-[2]', 'transition duration-[250ms] ease-linear']
},
barY: {
- class: 'bg-gray-50 border-0 transition-none top-0 w-3 h-full z-2 rounded cursor-pointer opacity-0 relative'
+ class: ['relative bg-gray-100 rounded cursor-pointer w-[9px] top-0 z-[2]', 'transition duration-[250ms] ease-linear']
}
},
tabview: {
@@ -190,11 +239,11 @@ export default {
nav: {
class: ['flex flex-1 list-none m-0 p-0', 'bg-white border border-gray-300 border-0 border-b-2', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex, list, margin, padding, and border styles.
},
- tab: {
- header: ({ tab }) => ({
- class: ['mr-0', { 'cursor-default pointer-events-none select-none user-select-none opacity-60': tab.props?.disabled }] // Margin and condition-based styles.
+ tabpanel: {
+ header: ({ props }) => ({
+ class: ['mr-0', { 'cursor-default pointer-events-none select-none user-select-none opacity-60': props?.disabled }] // Margin and condition-based styles.
}),
- headerAction: ({ tab }) => ({
+ headerAction: ({ parent, context }) => ({
class: [
'items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none', // Flex and overflow styles.
'border-b-2 p-5 font-bold rounded-t-lg transition-shadow duration-200 m-0', // Border, padding, font, and transition styles.
@@ -202,8 +251,8 @@ export default {
'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', // Focus styles.
{
'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80':
- tab.parent.state.d_activeIndex !== tab.context.index, // Condition-based hover styles.
- 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': tab.parent.state.d_activeIndex === tab.context.index // Condition-based active styles.
+ parent.state.d_activeIndex !== context.index, // Condition-based hover styles.
+ 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': parent.state.d_activeIndex === context.index // Condition-based active styles.
}
],
style: 'margin-bottom:-2px' // Negative margin style.
@@ -222,7 +271,7 @@ export default {
},
gutter: ({ props }) => ({
- class: ['flex items-center justify-center flex-shrink-0', 'transition-all duration-200 bg-gray-100 dark:bg-gray-800', { 'cursor-col-resize': props.layout == 'horizontal', 'cursor-row-resize': props.layout !== 'horizontal' }]
+ class: ['flex items-center justify-center shrink-0', 'transition-all duration-200 bg-gray-100 dark:bg-gray-800', { 'cursor-col-resize': props.layout == 'horizontal', 'cursor-row-resize': props.layout !== 'horizontal' }]
}),
gutterhandler: ({ props }) => ({
class: ['bg-gray-300 dark:bg-gray-600 transition-all duration-200', { 'h-7': props.layout == 'horizontal', 'w-7 h-2': props.layout !== 'horizontal' }]
@@ -230,7 +279,7 @@ export default {
},
splitterpanel: {
root: ({ props }) => ({
- class: ['flex-grow', 'flex justify-center items-center']
+ class: ['grow', 'flex justify-center items-center']
})
},
dialog: {
@@ -238,7 +287,7 @@ export default {
class: ['rounded-lg shadow-lg border-0', 'flex flex-col max-h-90 transform scale-100', 'm-0 w-[50vw] z-40 relative', '', 'dark:border dark:border-blue-900/40']
}),
header: {
- class: ['flex items-center justify-between flex-shrink-0', 'bg-white text-gray-800 border-t-0 rounded-tl-lg rounded-tr-lg p-6', 'dark:bg-gray-900 dark:text-white/80']
+ class: ['flex items-center justify-between shrink-0', 'bg-white text-gray-800 border-t-0 rounded-tl-lg rounded-tr-lg p-6', 'dark:bg-gray-900 dark:text-white/80']
},
headerTitle: {
class: ['font-bold text-lg']
@@ -262,7 +311,7 @@ export default {
class: ['overflow-y-auto', 'bg-white text-gray-700 px-6 pb-8 pt-0', 'rounded-bl-lg rounded-br-lg', 'dark:bg-gray-900 dark:text-white/80 ']
},
footer: {
- class: ['flex-shrink-0 ', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
+ class: ['shrink-0 ', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
},
mask: {
class: ['fixed top-0 left-0 w-full h-full flex items-center justify-center pointer-events-auto', 'bg-black bg-opacity-40 transition duration-200 z-20']
@@ -336,7 +385,7 @@ export default {
class: ['w-4 h-4 inline-block']
},
content: {
- class: ['p-5 pt-0 h-full w-full', 'flex-grow overflow-y-auto']
+ class: ['p-5 pt-0 h-full w-full', 'grow overflow-y-auto']
},
mask: ({ props, state }) => ({
class: [
@@ -386,7 +435,7 @@ export default {
class: ['flex items-center flex-wrap', 'p-4 border border-gray-300 dark:border-blue-900/40 rounded gap-2 mb-2', 'last:mb-0']
},
thumbnail: {
- class: ['flex-shrink-0']
+ class: ['shrink-0']
},
fileName: {
class: ['mb-2']
@@ -462,7 +511,7 @@ export default {
class: ['w-6 h-6', 'text-lg mr-2']
},
text: {
- class: ['text-base font-normal flex flex-col flex-1 flex-grow-1 flex-shrink-1 ml-4']
+ class: ['text-base font-normal flex flex-col flex-1 grow shrink ml-4']
},
summary: {
class: ['font-bold block']
@@ -478,31 +527,31 @@ export default {
button: {
root: ({ props, context }) => ({
class: [
- 'items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom',
+ 'items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom h-full',
'transition duration-200 ease-in-out',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]', // Primary button focus
{
- 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': !props.link && props.severity == null && !props.text && !props.outlined && !props.plain,
+ 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': !props.link && props.severity === null && !props.text && !props.outlined && !props.plain,
'text-blue-600 bg-transparent border-transparent': props.link
},
{
- 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.severity == 'secondary' && !props.text && !props.outlined && !props.plain,
- 'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': props.severity == 'success' && !props.text && !props.outlined && !props.plain,
- 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': props.severity == 'info' && !props.text && !props.outlined && !props.plain,
- 'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': props.severity == 'warning' && !props.text && !props.outlined && !props.plain,
- 'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': props.severity == 'help' && !props.text && !props.outlined && !props.plain,
- 'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': props.severity == 'danger' && !props.text && !props.outlined && !props.plain
+ 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
+ 'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
+ 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
+ 'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
+ 'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
+ 'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
},
{ 'shadow-lg': props.raised },
{ 'rounded-md': !props.rounded, 'rounded-full': props.rounded },
{
'bg-transparent border-transparent': props.text && !props.plain,
- 'text-blue-500 hover:bg-blue-300/20': props.text && props.severity == null && !props.plain,
- 'text-gray-500 hover:bg-gray-300/20': props.text && props.severity == 'secondary' && !props.plain,
- 'text-green-500 hover:bg-green-300/20': props.text && props.severity == 'success' && !props.plain,
- 'text-blue-500 hover:bg-blue-300/20': props.text && props.severity == 'info' && !props.plain,
- 'text-orange-500 hover:bg-orange-300/20': props.text && props.severity == 'warning' && !props.plain,
- 'text-purple-500 hover:bg-purple-300/20': props.text && props.severity == 'help' && !props.plain,
- 'text-red-500 hover:bg-red-300/20': props.text && props.severity == 'danger' && !props.plain
+ 'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
+ 'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
+ 'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
+ 'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
+ 'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
+ 'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
},
{ 'shadow-lg': props.raised && props.text },
{
@@ -512,15 +561,15 @@ export default {
},
{
'bg-transparent border': props.outlined && !props.plain,
- 'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && props.severity == null && !props.plain,
- 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity == 'secondary' && !props.plain,
- 'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity == 'success' && !props.plain,
- 'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && props.severity == 'info' && !props.plain,
- 'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity == 'warning' && !props.plain,
- 'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity == 'help' && !props.plain,
- 'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity == 'danger' && !props.plain
+ 'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
+ 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
+ 'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
+ 'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
+ 'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
+ 'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
},
- { 'px-4 py-3 text-base': props.size == null, 'text-xs py-2 px-3': props.size == 'small', 'text-xl py-3 px-4': props.size == 'large' }
+ { 'px-4 py-3 text-base': props.size === null, 'text-xs py-2 px-3': props.size === 'small', 'text-xl py-3 px-4': props.size === 'large' },
+ { 'opacity-60 pointer-events-none cursor-default': context.disabled }
]
}),
label: ({ props }) => ({
@@ -533,11 +582,11 @@ export default {
]
}),
badge: ({ props }) => ({
- class: [{ 'ml-2 w-4 h-4 leading-none': props.badge }]
+ class: [{ 'ml-2 w-4 h-4 leading-none flex items-center justify-center': props.badge }]
})
},
speeddial: {
- root: ({ props, state }) => ({
+ root: ({ props }) => ({
class: [
'absolute flex',
{
@@ -550,10 +599,13 @@ export default {
}),
button: {
root: {
- class: ['w-16 h-16']
+ class: ['w-16 h-16 min-[0px]:rounded-[50%]']
+ },
+ label: {
+ class: 'min-[0px]:hidden'
}
},
- menu: ({ props, context }) => ({
+ menu: ({ props }) => ({
class: [
'm-0 p-0 list-none flex items-center justify-center transition delay-200 pointer-events-none z-2',
{
@@ -566,7 +618,8 @@ export default {
}),
menuitem: ({ props, context }) => ({
class: [
- 'transform scale-0 opacity-0 transition-transform duration-200 ease-out delay-0 transition-opacity duration-800',
+ 'transform transition-transform duration-200 ease-out transition-opacity duration-800',
+ context.hidden ? 'opacity-0 scale-0' : 'opacity-1 scale-100',
{
'my-1 first:mb-2': props.direction == 'up',
'my-1 first:mt-2': props.direction == 'down',
@@ -583,11 +636,96 @@ export default {
root: {
class: ['inline-flex relative', 'rounded-md']
},
- button: ({ props, context }) => ({
- root: {
- class: ['first:flex-1 first:rounded-r-none first:border-r-0', 'border-r-0']
+ button: {
+ root: ({ parent }) => ({
+ class: [
+ 'min-[0px]:rounded-r-none',
+ {
+ 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': parent.props.severity === null && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': parent.props.severity === 'secondary' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': parent.props.severity === 'success' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': parent.props.severity === 'info' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': parent.props.severity === 'warning' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': parent.props.severity === 'help' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': parent.props.severity === 'danger' && !parent.props.text && !parent.props.outlined
+ },
+ { 'shadow-lg': parent.props.raised },
+ { 'rounded-l-full': parent.props.rounded },
+ {
+ 'bg-transparent border-transparent hover:border-transparent': parent.props.text,
+ '!text-blue-500 hover:bg-blue-300/20': parent.props.text && parent.props.severity === null,
+ '!text-gray-500 hover:bg-gray-300/20': parent.props.text && parent.props.severity === 'secondary',
+ '!text-green-500 hover:bg-green-300/20': parent.props.text && parent.props.severity === 'success',
+ '!text-blue-500 !hover:bg-blue-300/20': parent.props.text && parent.props.severity === 'info',
+ '!text-orange-500 hover:bg-orange-300/20': parent.props.text && parent.props.severity === 'warning',
+ '!text-purple-500 hover:bg-purple-300/20': parent.props.text && parent.props.severity === 'help',
+ '!text-red-500 hover:bg-red-300/20': parent.props.text && parent.props.severity === 'danger'
+ },
+ {
+ 'bg-transparent border border-r-0': parent.props.outlined,
+ '!text-blue-500 !border-blue-500 hover:bg-blue-300/20': parent.props.outlined && (parent.props.severity === 'info' || parent.props.severity === null),
+ '!text-gray-500 !border-gray-500 hover:bg-gray-300/20': parent.props.outlined && parent.props.severity === 'secondary',
+ '!text-green-500 !border-green-500 hover:bg-green-300/20': parent.props.outlined && parent.props.severity === 'success',
+ '!text-orange-500 !border-orange-500 hover:bg-orange-300/20': parent.props.outlined && parent.props.severity === 'warning',
+ '!text-purple-500 !border-purple-500 hover:bg-purple-300/20': parent.props.outlined && parent.props.severity === 'help',
+ '!text-red-500 !border-red-500 hover:bg-red-300/20': parent.props.outlined && parent.props.severity === 'danger'
+ },
+ {
+ 'px-4 py-3 text-base': parent.props.size === null,
+ 'text-xs py-2 px-3': parent.props.size === 'small',
+ 'text-xl py-3 px-4': parent.props.size === 'large'
+ }
+ ]
+ }),
+ icon: {
+ class: 'mr-2'
}
- })
+ },
+ menubutton: {
+ root: ({ parent }) => ({
+ class: [
+ 'min-[0px]:rounded-l-none',
+ {
+ 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': parent.props.severity === null && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': parent.props.severity === 'secondary' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': parent.props.severity === 'success' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': parent.props.severity === 'info' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': parent.props.severity === 'warning' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': parent.props.severity === 'help' && !parent.props.text && !parent.props.outlined,
+ 'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': parent.props.severity === 'danger' && !parent.props.text && !parent.props.outlined
+ },
+ { 'shadow-lg': parent.props.raised },
+ { 'rounded-r-full': parent.props.rounded },
+ {
+ 'bg-transparent border-transparent hover:border-transparent': parent.props.text,
+ '!text-blue-500 hover:bg-blue-300/20': parent.props.text && parent.props.severity === null,
+ '!text-gray-500 hover:bg-gray-300/20': parent.props.text && parent.props.severity === 'secondary',
+ '!text-green-500 hover:bg-green-300/20': parent.props.text && parent.props.severity === 'success',
+ '!text-blue-500 !hover:bg-blue-300/20': parent.props.text && parent.props.severity === 'info',
+ '!text-orange-500 hover:bg-orange-300/20': parent.props.text && parent.props.severity === 'warning',
+ '!text-purple-500 hover:bg-purple-300/20': parent.props.text && parent.props.severity === 'help',
+ '!text-red-500 hover:bg-red-300/20': parent.props.text && parent.props.severity === 'danger'
+ },
+ {
+ 'bg-transparent border': parent.props.outlined,
+ '!text-blue-500 !border-blue-500 hover:bg-blue-300/20': parent.props.outlined && (parent.props.severity === 'info' || parent.props.severity === null),
+ '!text-gray-500 !border-gray-500 hover:bg-gray-300/20': parent.props.outlined && parent.props.severity === 'secondary',
+ '!text-green-500 !border-green-500 hover:bg-green-300/20': parent.props.outlined && parent.props.severity === 'success',
+ '!text-orange-500 !border-orange-500 hover:bg-orange-300/20': parent.props.outlined && parent.props.severity === 'warning',
+ '!text-purple-500 !border-purple-500 hover:bg-purple-300/20': parent.props.outlined && parent.props.severity === 'help',
+ '!text-red-500 !border-red-500 hover:bg-red-300/20': parent.props.outlined && parent.props.severity === 'danger'
+ },
+ {
+ 'px-4 py-3 text-base': parent.props.size === null,
+ 'text-xs py-2 px-3': parent.props.size === 'small',
+ 'text-xl py-3 px-4': parent.props.size === 'large'
+ }
+ ]
+ }),
+ label: {
+ class: 'hidden'
+ }
+ }
},
//FORMS
@@ -604,6 +742,26 @@ export default {
]
})
},
+ inputnumber: {
+ root: ({ props, context }) => ({
+ class: ['w-full inline-flex']
+ }),
+ input: ({ props, context }) => ({
+ class: ['', { 'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked' }]
+ }),
+ buttongroup: ({ props, context }) => ({
+ class: [{ 'flex flex-col': props.showButtons && props.buttonLayout == 'stacked' }]
+ }),
+ incrementbutton: ({ props, context }) => ({
+ class: ['flex !items-center !justify-center', { 'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked' }]
+ }),
+ label: {
+ class: ['hidden']
+ },
+ decrementbutton: ({ props, context }) => ({
+ class: ['flex !items-center !justify-center', { 'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked' }]
+ })
+ },
knob: {
root: ({ props }) => ({
class: ['focus:outline-none focus:outline-offset-0 focus:shadow-0', { 'opacity-60 select-none pointer-events-none cursor-default': props.disabled }]
@@ -632,6 +790,55 @@ export default {
]
})
},
+ cascadeselect: {
+ root: ({ props }) => ({
+ class: [
+ 'inline-flex cursor-pointer select-none relative',
+ 'bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition duration-200 ease-in-out rounded-lg',
+ { 'opacity-60 select-none pointer-events-none cursor-default': props.disabled }
+ ]
+ }),
+ label: {
+ class: ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-overflow-ellipsis cursor-pointer', 'bg-transparent border-0 p-3 text-gray-700 dark:text-white/80', 'appearance-none rounded-md']
+ },
+ dropdownbutton: {
+ class: ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/80 w-[3rem] rounded-tr-6 rounded-br-6']
+ },
+ panel: {
+ class: ['absolute py-3 bg-white dark:bg-gray-900 border-0 shadow-md']
+ },
+ list: {
+ class: ['m-0 sm:p-0 list-none']
+ },
+ item: ({ props }) => ({
+ class: [
+ 'cursor-pointer font-normal whitespace-nowrap',
+ 'm-0 border-0 bg-transparent transition-shadow rounded-none',
+ 'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80'
+ ]
+ }),
+ content: {
+ class: ['flex items-center overflow-hidden relative', 'py-3 px-5']
+ },
+ groupicon: {
+ class: ['ml-auto']
+ },
+ sublist: {
+ class: ['block absolute left-full top-0', 'min-w-full z-10', 'py-3 bg-white dark:bg-gray-900 border-0 shadow-md']
+ }
+ },
+ inputgroup: {
+ root: {
+ class: ['flex items-stretch w-full flex-1']
+ }
+ },
+ inputmask: {
+ root: ({ props, context }) => ({
+ class: [
+ 'font-sans text-base text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 py-3 px-3 border border-gray-300 dark:border-blue-900/40 hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)] transition duration-200 ease-in-out appearance-none rounded-md'
+ ]
+ })
+ },
rating: {
root: ({ props }) => ({
class: ['relative flex items-center', 'gap-2', { 'opacity-60 select-none pointer-events-none cursor-default': props.disabled }]
@@ -768,10 +975,7 @@ export default {
class: [
'flex items-center justify-center',
'border-2 w-6 h-6 rounded-lg transition-colors duration-200',
- {
- 'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.modelValue || !props.modelValue,
- 'border-gray-300 text-gray-600 bg-white dark:border-blue-900/40 dark:bg-gray-900': props.modelValue == null
- },
+ { 'border-blue-500 bg-blue-500 text-white dark:border-blue-400 dark:bg-blue-400': props.modelValue || !props.modelValue, 'border-gray-300 text-gray-600 bg-white dark:border-blue-900/40 dark:bg-gray-900': props.modelValue == null },
{
'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !props.disabled,
'cursor-default opacity-60': props.disabled
@@ -806,7 +1010,7 @@ export default {
class: [
'flex justify-center items-center',
'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out',
- { 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': props.value !== props.modelValue, 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': props.value == props.modelValue },
+ { 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80': props.value !== props.modelValue, 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400': props.value == props.modelValue },
{
'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !props.disabled,
'cursor-default opacity-60': props.disabled
@@ -843,7 +1047,7 @@ export default {
]
}),
trigger: {
- class: ['flex items-center justify-center flex-shrink-0', 'bg-transparent text-gray-500 w-12 rounded-tr-lg rounded-br-lg']
+ class: ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-500 w-12 rounded-tr-lg rounded-br-lg']
},
wrapper: {
class: ['max-h-[200px] overflow-auto', 'bg-white text-gray-700 border-0 rounded-md shadow-lg', 'dark:bg-gray-900 dark:text-white/80']
@@ -857,7 +1061,12 @@ export default {
'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
'dark:text-white/80 dark:hover:bg-gray-800',
'hover:text-gray-700 hover:bg-gray-200',
- { 'text-gray-700 bg-transparent': !context.selected, 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected }
+ {
+ 'text-gray-700': !context.focused && !context.selected,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
+ 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
+ }
]
}),
itemgroup: {
@@ -886,39 +1095,39 @@ export default {
}
},
calendar: {
- root: {
- class: ['inline-flex max-w-full relative']
- },
+ root: ({ props }) => ({
+ class: ['inline-flex max-w-full relative', { 'opacity-60 select-none pointer-events-none cursor-default': props.disabled }]
+ }),
input: {
- class: ['font-sans text-base text-gray-600 bg-white p-3 border border-gray-300 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 ']
- },
- panel: {
- class: ['bg-white border-0 shadow-md', 'absolute min-w-[350px]']
+ class: ['font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 ']
},
+ panel: ({ props }) => ({
+ class: ['bg-white dark:bg-gray-900', 'min-w-[350px]', { 'shadow-md border-0 absolute': !props.inline, 'inline-block overflow-x-auto border border-gray-300 dark:border-blue-900/40 p-2 rounded-lg': props.inline }]
+ }),
header: {
- class: ['flex items-center justify-between', 'p-2 text-gray-700 bg-white font-semibold m-0 border-b border-gray-300 rounded-t-lg']
+ class: ['flex items-center justify-between', 'p-2 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-semibold m-0 border-b border-gray-300 dark:border-blue-900/40 rounded-t-lg']
},
previousbutton: {
class: [
'flex items-center justify-center cursor-pointer overflow-hidden relative',
- 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out',
- 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200'
+ 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 '
]
},
title: {
class: ['leading-8 mx-auto']
},
monthTitle: {
- class: ['text-gray-700 transition duration-200 font-semibold p-2', 'mr-2', 'hover:text-blue-500']
+ class: ['text-gray-700 dark:text-white/80 transition duration-200 font-semibold p-2', 'mr-2', 'hover:text-blue-500']
},
yearTitle: {
- class: ['text-gray-700 transition duration-200 font-semibold p-2', 'hover:text-blue-500']
+ class: ['text-gray-700 dark:text-white/80 transition duration-200 font-semibold p-2', 'hover:text-blue-500']
},
nextbutton: {
class: [
'flex items-center justify-center cursor-pointer overflow-hidden relative',
- 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out',
- 'hover:text-gray-700 hover:border-transparent hover:bg-gray-200'
+ 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 '
]
},
table: {
@@ -927,11 +1136,80 @@ export default {
tableheadercell: {
class: ['p-2']
},
+ weekday: {
+ class: ['text-gray-600 dark:text-white/70']
+ },
day: {
class: ['p-2']
},
- daylabel: {
- class: ['w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center cursor-pointer justify-center mx-auto overflow-hidden relative']
+ daylabel: ({ context }) => ({
+ class: [
+ 'w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border',
+ 'flex items-center justify-center mx-auto overflow-hidden relative',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]',
+ { 'opacity-60 cursor-default': context.disabled, 'cursor-pointer': !context.disabled },
+ { 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled, 'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled }
+ ]
+ }),
+ monthpicker: {
+ class: ['my-2']
+ },
+ month: ({ context }) => ({
+ class: [
+ 'w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative',
+ 'p-2 transition-shadow duration-200 rounded-lg',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]',
+ { 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled, 'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled }
+ ]
+ }),
+ yearpicker: {
+ class: ['my-2']
+ },
+ year: ({ context }) => ({
+ class: [
+ 'w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative',
+ 'p-2 transition-shadow duration-200 rounded-lg',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]',
+ { 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled, 'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled }
+ ]
+ }),
+ timepicker: {
+ class: ['flex justify-center items-center', 'border-t-1 border-solid border-gray-300 p-2']
+ },
+ separatorcontainer: {
+ class: ['flex items-center flex-col px-2']
+ },
+ separator: {
+ class: ['text-xl']
+ },
+ hourpicker: {
+ class: ['flex items-center flex-col px-2']
+ },
+ minutepicker: {
+ class: ['flex items-center flex-col px-2']
+ },
+ ampmpicker: {
+ class: ['flex items-center flex-col px-2']
+ },
+ incrementbutton: {
+ class: [
+ 'flex items-center justify-center cursor-pointer overflow-hidden relative',
+ 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 '
+ ]
+ },
+ decrementbutton: {
+ class: [
+ 'flex items-center justify-center cursor-pointer overflow-hidden relative',
+ 'w-8 h-8 text-gray-600 dark:text-white/70 border-0 bg-transparent rounded-full transition-colors duration-200 ease-in-out',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:border-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80 '
+ ]
+ },
+ groupcontainer: {
+ class: ['flex']
+ },
+ group: {
+ class: ['flex-1', 'border-l border-gray-300 pr-0.5 pl-0.5 pt-0 pb-0', 'first:pl-0 first:border-l-0']
}
},
listbox: {
@@ -950,7 +1228,12 @@ export default {
'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
'dark:text-white/80 dark:hover:bg-gray-800',
'hover:text-gray-700 hover:bg-gray-200',
- { 'text-gray-700 bg-transparent': !context.selected, 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected }
+ {
+ 'text-gray-700': !context.focused && !context.selected,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
+ 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
+ }
]
}),
itemgroup: {
@@ -1006,7 +1289,7 @@ export default {
class: ['ml-2']
},
trigger: {
- class: ['flex items-center justify-center flex-shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
+ class: ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
},
panel: {
class: ['bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
@@ -1051,7 +1334,12 @@ export default {
'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
'dark:text-white/80 dark:hover:bg-gray-800',
'hover:text-gray-700 hover:bg-gray-200',
- { 'text-gray-700 bg-transparent': !context.selected, 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected }
+ {
+ 'text-gray-700': !context.focused && !context.selected,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
+ 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
+ }
]
}),
checkboxContainer: {
@@ -1116,7 +1404,7 @@ export default {
class: ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
}),
trigger: {
- class: ['flex items-center justify-center flex-shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
+ class: ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
},
panel: {
class: ['bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 border-0 rounded-md shadow-lg']
@@ -1173,7 +1461,12 @@ export default {
'm-0 p-3 border-0 transition-shadow duration-200 rounded-none',
'dark:text-white/80 dark:hover:bg-gray-800',
'hover:text-gray-700 hover:bg-gray-200',
- { 'text-gray-700 bg-transparent': !context.selected, 'text-blue-600 bg-blue-50 hover:text-blue-600 hover:bg-blue-100 dark:text-white dark:bg-gray-700 dark:hover:bg-gray-700': context.selected }
+ {
+ 'text-gray-700': !context.focused && !context.selected,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
+ 'bg-blue-500 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
+ }
]
}),
itemgroup: {
@@ -1369,7 +1662,7 @@ export default {
},
inplace: {
display: ({ props }) => ({
- class: ['p-3 rounded-md transition duration-200 ', 'inline cursor-pointer', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:bg-gray-800/80 dark:hover:text-white/80']
+ class: ['p-3 rounded-md transition duration-200 text-gray-700 dark:text-white/80', 'inline cursor-pointer', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:bg-gray-800/80 dark:hover:text-white/80']
})
},
scrolltop: {
@@ -1388,7 +1681,7 @@ export default {
class: ['text-yellow-400']
},
commandtext: {
- class: ['flex-1 flex-shrink-1 flex-grow-0 border-0 bg-transparent text-inherit p-0 outline-none']
+ class: ['flex-1 shrink grow-0 border-0 bg-transparent text-inherit p-0 outline-none']
}
},
@@ -1424,9 +1717,18 @@ export default {
menuitem: {
class: ['relative']
},
- content: {
- class: ['text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80']
- },
+ content: ({ context }) => ({
+ class: [
+ 'transition-shadow duration-200 rounded-none',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80', // Hover
+ {
+ 'text-gray-700': !context.focused && !context.active,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
+ 'bg-blue-500 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
+ }
+ ]
+ }),
action: {
class: ['cursor-pointer flex items-center no-underline overflow-hidden relative', 'text-gray-700 dark:text-white/80 py-3 px-5 select-none']
},
@@ -1485,14 +1787,20 @@ export default {
menu: {
class: ['m-0 p-0 list-none', 'outline-none']
},
- content: {
- class: ['text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80']
- },
+ content: ({ context }) => ({
+ class: [
+ 'text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80', // Hover
+ {
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
+ }
+ ]
+ }),
action: {
class: ['text-gray-700 dark:text-white/80 py-3 px-5 select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative']
},
icon: {
- class: ['text-gray-600 dark:text-white/70 mr-2"']
+ class: ['text-gray-600 dark:text-white/70 mr-2']
},
submenuheader: {
class: ['m-0 p-3 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-bold rounded-tl-none rounded-tr-none']
@@ -1501,7 +1809,7 @@ export default {
menubar: {
root: {
- class: ['p-2 bg-gray-100 dark:bg-gray-900 text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
+ class: ['p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
},
menu: ({ props, context }) => ({
class: [
@@ -1520,21 +1828,24 @@ export default {
content: ({ props, context }) => ({
class: [
' transition-shadow duration-200',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
{ 'rounded-md': props.root, '': !props.root },
- { 'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active, 'text-blue-600 bg-blue-100': context.active }
+ {
+ 'text-gray-700 dark:text-white/80': !context.focused && !context.active,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
+ }
]
}),
action: ({ props, context }) => ({
class: ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none']
}),
- icon: ({ props, context }) => ({
- class: ['mr-2', { 'text-gray-600 dark:text-white/70': !context.active, 'text-blue-600': context.active }]
- }),
+ icon: {
+ class: 'mr-2'
+ },
submenuicon: ({ props, context }) => ({
- class: [
- { 'text-gray-600 dark:text-white/70': !context.active, 'text-blue-600': context.active },
- { 'ml-2': props.root, 'ml-auto': !props.root }
- ]
+ class: [{ 'ml-2': props.root, 'ml-auto': !props.root }]
}),
submenu: ({ props, context }) => ({
class: ['py-1 bg-white dark:bg-gray-900 border-0 sm:shadow-md sm:w-48', 'w-full static shadow-none', 'sm:absolute z-10', 'm-0 list-none', { 'sm:absolute sm:left-full sm:top-0': props.level > 1 }]
@@ -1553,11 +1864,7 @@ export default {
},
megamenu: {
root: ({ props, context }) => ({
- class: [
- 'bg-gray-100 dark:bg-gray-900 text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 rounded-md',
- 'flex relative',
- { 'p-2 items-center': props.orientation == 'horizontal', 'flex-col w-48 p-0 py-1': props.orientation !== 'horizontal' }
- ]
+ class: ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', { 'p-2 items-center': props.orientation == 'horizontal', 'flex-col w-48 p-0 py-1': props.orientation !== 'horizontal' }]
}),
menu: ({ props, context }) => ({
class: ['m-0 sm:p-0 list-none relative', 'outline-none', 'flex items-center flex-wrap flex-row top-auto left-auto relative bg-transparent shadow-none w-auto']
@@ -1568,16 +1875,22 @@ export default {
content: ({ props, context }) => ({
class: [
'transition-shadow duration-200',
+ 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80', //Hover
{ 'rounded-md': props.level < 1 && props.horizontal },
- { 'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active, 'text-blue-600 bg-blue-100': context.active }
+ {
+ 'text-gray-700 dark:text-white/80': !context.focused && !context.active,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
+ }
]
}),
action: ({ props, context }) => ({
class: ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none']
}),
- icon: ({ props, context }) => ({
- class: ['mr-2', { 'text-gray-600 dark:text-white/70': !context.active, 'text-blue-600': context.active }]
- }),
+ icon: {
+ class: 'mr-2'
+ },
submenuicon: ({ props, context }) => ({
class: [{ 'ml-2': props.horizontal, 'ml-auto': !props.horizontal }]
}),
@@ -1604,14 +1917,16 @@ export default {
panel: {
class: ['mb-1']
},
- header: {
- class: ['outline-none']
- },
+ header: ({ context }) => ({
+ class: [
+ 'outline-none',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]' // Focus
+ ]
+ }),
headercontent: {
class: [
'border border-solid border-gray-300 dark:border-blue-900/40 text-gray-700 dark:text-white/80 bg-gray-100 dark:bg-gray-900 rounded-md transition-shadow duration-200',
- 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80',
- 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]'
+ 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80'
]
},
headeraction: {
@@ -1629,9 +1944,15 @@ export default {
menu: {
class: ['outline-none', 'm-0 p-0 list-none']
},
- content: {
- class: ['text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80']
- },
+ content: ({ context }) => ({
+ class: [
+ 'text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none',
+ 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80', // Hover
+ {
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused
+ }
+ ]
+ }),
action: {
class: ['text-gray-700 dark:text-white/80 py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden']
},
@@ -1666,6 +1987,7 @@ export default {
class: ['block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
}
},
+
tabmenu: {
root: {
class: ['overflow-x-auto']
@@ -1676,8 +1998,16 @@ export default {
menuitem: {
class: ['mr-0']
},
- action: ({ props, context }) => ({
- class: ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 border-gray-300 bg-white text-gray-600 p-5 font-bold rounded-t-lg ', 'hover:bg-white hover:border-gray-400 hover:text-gray-600'],
+ action: ({ context, state }) => ({
+ class: [
+ 'cursor-pointer select-none flex items-center relative no-underline overflow-hidden',
+ 'border-b-2 p-5 font-bold rounded-t-lg ',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]',
+ {
+ 'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': state.d_activeIndex !== context.index, // Condition-based hover styles.
+ 'bg-white border-blue-500 text-blue-500 dark:bg-gray-900 dark:border-blue-300 dark:text-blue-300': state.d_activeIndex === context.index // Condition-based active styles.
+ }
+ ],
style: 'top:2px'
}),
icon: {
@@ -1694,10 +2024,19 @@ export default {
menuitem: {
class: ['relative']
},
- content: ({ props, context }) => ({
- class: ['transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80']
+ content: ({ context }) => ({
+ class: [
+ 'transition-shadow duration-200 border-none rounded-none',
+ 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80', //Hover
+ {
+ 'text-gray-700': !context.focused && !context.active,
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.active,
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.active,
+ 'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.active
+ }
+ ]
}),
- action: ({ props, context }) => ({
+ action: ({ context }) => ({
class: [
'py-3 px-5 select-none',
'flex items-center cursor-pointer no-underline relative overflow-hidden',
@@ -1805,14 +2144,14 @@ export default {
class: ['flex justify-center items-center h-full w-full']
},
thumbnailwrapper: {
- class: ['flex flex-col overflow-auto flex-shrink-0']
+ class: ['flex flex-col overflow-auto shrink-0']
},
thumbnailcontainer: {
class: ['flex flex-row', 'bg-black/90 p-4']
},
previousthumbnailbutton: {
class: [
- 'self-center flex flex-shrink-0 justify-center items-center overflow-hidden relative',
+ 'self-center flex shrink-0 justify-center items-center overflow-hidden relative',
'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full',
'hover:bg-white/10 hover:text-white',
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]'
@@ -1825,11 +2164,11 @@ export default {
class: ['flex']
},
thumbnailitem: {
- class: ['overflow-auto flex items-center justify-center cursor-pointer opacity-50', 'flex-1 flex-grow-0 flex-shrink-0 w-20', 'hover:opacity-100 hover:transition-opacity hover:duration-300']
+ class: ['overflow-auto flex items-center justify-center cursor-pointer opacity-50', 'flex-1 grow-0 shrink-0 w-20', 'hover:opacity-100 hover:transition-opacity hover:duration-300']
},
nextthumbnailbutton: {
class: [
- 'self-center flex flex-shrink-0 justify-center items-center overflow-hidden relative',
+ 'self-center flex shrink-0 justify-center items-center overflow-hidden relative',
'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full',
'hover:bg-white/10 hover:text-white',
'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]'
@@ -1841,6 +2180,12 @@ export default {
indicator: {
class: ['mr-2']
},
+ indicatorbutton: ({ props, context }) => ({
+ class: [
+ 'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600 w-4 h-4 transition duration-200 rounded-full',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]'
+ ]
+ }),
mask: {
class: ['fixed top-0 left-0 w-full h-full', 'flex items-center justify-center', 'bg-black bg-opacity-90']
},
@@ -1886,21 +2231,33 @@ export default {
content: {
class: ['flex flex-col overflow-auto']
},
- container: {
- class: ['flex flex-row']
- },
+ container: ({ props, context }) => ({
+ class: ['flex', { 'flex-row': props.orientation !== 'vertical', 'flex-col': props.orientation == 'vertical' }]
+ }),
previousbutton: ({ props, context }) => ({
- class: ['flex justify-center items-center self-center overflow-hidden relative flex-shrink-0 flex-grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2']
+ class: ['flex justify-center items-center self-center overflow-hidden relative shrink-0 grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2']
}),
itemscontent: {
class: ['overflow-hidden w-full']
},
- itemscontainer: {
- class: ['flex flex-row']
+ itemscontainer: ({ props, context }) => ({
+ class: ['flex ', { 'flex-row': props.orientation !== 'vertical', 'flex-col h-full': props.orientation == 'vertical' }]
+ }),
+ item: ({ props, context }) => ({
+ class: ['flex shrink-0 grow', { 'w-1/3': props.orientation !== 'vertical', 'w-full': props.orientation == 'vertical' }]
+ }),
+ indicators: {
+ class: ['flex flex-row justify-center flex-wrap']
},
- item: {
- class: ['flex-1']
- }
+ indicator: {
+ class: ['mr-2 mb-2']
+ },
+ indicatorbutton: ({ props, instance }) => ({
+ class: [
+ 'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600 w-8 h-2 transition duration-200 rounded-0',
+ 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]'
+ ]
+ })
},
tree: {
root: {
@@ -1926,7 +2283,7 @@ export default {
}),
toggler: ({ context }) => ({
class: [
- 'cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative flex-shrink-0',
+ 'cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative shrink-0',
'mr-2 w-8 h-8 border-0 bg-transparent rounded-full transition duration-200',
'hover:border-transparent focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]',
{ 'text-gray-500 dark:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-800 dark:hover:text-white/80': !context.selected, 'text-blue-600 hover:bg-white/30': context.selected }
@@ -1972,7 +2329,7 @@ export default {
timeline: {
root: ({ props }) => ({
class: [
- 'flex flex-grow',
+ 'flex grow',
{
'flex-col': props.layout === 'vertical',
'flex-row flex-1': props.layout === 'horizontal'
@@ -2016,7 +2373,7 @@ export default {
},
connector: ({ props }) => ({
class: [
- 'flex-grow bg-gray-300 dark:bg-blue-900/40',
+ 'grow bg-gray-300 dark:bg-blue-900/40',
{
'w-[2px]': props.layout === 'vertical',
'w-full h-[2px]': props.layout === 'horizontal'
@@ -2036,7 +2393,7 @@ export default {
},
{
'min-h-0': props.layout === 'vertical' && context.index === context.count,
- 'flex-grow-0': props.layout === 'horizontal' && context.index === context.count
+ 'grow-0': props.layout === 'horizontal' && context.index === context.count
}
]
})
@@ -2045,14 +2402,14 @@ export default {
content: {
class: [
'bg-white blue-gray-700 border-0 p-0',
- 'bg-gray-900 dark:text-white/80' // Dark Mode
+ 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
]
},
grid: {
- class: 'flex flex-wrap ml-0 mr-0 mt-0'
+ class: 'flex flex-wrap ml-0 mr-0 mt-0 bg-white dark:bg-gray-900'
},
header: {
- class: 'bg-gray-100 text-blue-gray-800 border-gray-200 border-t border-b p-4 font-bold'
+ class: 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
}
},
dataviewlayoutoptions: {
diff --git a/components/lib/terminal/Terminal.d.ts b/components/lib/terminal/Terminal.d.ts
index 62bfb82c6..c937ed073 100755
--- a/components/lib/terminal/Terminal.d.ts
+++ b/components/lib/terminal/Terminal.d.ts
@@ -27,43 +27,43 @@ export interface TerminalPassThroughMethodOptions {
*/
export interface TerminalPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the welcome message's DOM element.
+ * Used to pass attributes to the welcome message's DOM element.
*/
welcomeMessage?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the commands' DOM element.
+ * Used to pass attributes to the commands' DOM element.
*/
commands?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the prompt's DOM element.
+ * Used to pass attributes to the prompt's DOM element.
*/
prompt?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the command's DOM element.
+ * Used to pass attributes to the command's DOM element.
*/
command?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the response's DOM element.
+ * Used to pass attributes to the response's DOM element.
*/
response?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: TerminalPassThroughOptionType;
/**
- * Uses to pass attributes to the command text's DOM element.
+ * Used to pass attributes to the command text's DOM element.
*/
commandText?: TerminalPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -103,7 +103,7 @@ export interface TerminalProps {
*/
prompt?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TerminalPassThroughOptions}
*/
pt?: TerminalPassThroughOptions;
diff --git a/components/lib/textarea/Textarea.d.ts b/components/lib/textarea/Textarea.d.ts
index 375e82e05..928baa02e 100755
--- a/components/lib/textarea/Textarea.d.ts
+++ b/components/lib/textarea/Textarea.d.ts
@@ -28,11 +28,11 @@ export interface TextareaPassThroughMethodOptions {
*/
export interface TextareaPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TextareaPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -76,7 +76,7 @@ export interface TextareaProps extends TextareaHTMLAttributes {
*/
autoResize?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TextareaPassThroughOptions}
*/
pt?: TextareaPassThroughOptions;
diff --git a/components/lib/tieredmenu/TieredMenu.d.ts b/components/lib/tieredmenu/TieredMenu.d.ts
index 6b935a5c3..b1bd553e1 100755
--- a/components/lib/tieredmenu/TieredMenu.d.ts
+++ b/components/lib/tieredmenu/TieredMenu.d.ts
@@ -30,47 +30,47 @@ export interface TieredMenuPassThroughMethodOptions {
*/
export interface TieredMenuPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list's DOM element.
+ * Used to pass attributes to the list's DOM element.
*/
menu?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the list item's DOM element.
+ * Used to pass attributes to the list item's DOM element.
*/
menuitem?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the action's DOM element.
+ * Used to pass attributes to the action's DOM element.
*/
action?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu icon's DOM element.
+ * Used to pass attributes to the submenu icon's DOM element.
*/
submenuIcon?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: TieredMenuPassThroughOptionType;
/**
- * Uses to pass attributes to the submenu's DOM element.
+ * Used to pass attributes to the submenu's DOM element.
*/
submenu?: TieredMenuPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -206,7 +206,7 @@ export interface TieredMenuProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TieredMenuPassThroughOptions}
*/
pt?: TieredMenuPassThroughOptions;
diff --git a/components/lib/timeline/Timeline.d.ts b/components/lib/timeline/Timeline.d.ts
index 411d8fe3d..5bfb1b70a 100644
--- a/components/lib/timeline/Timeline.d.ts
+++ b/components/lib/timeline/Timeline.d.ts
@@ -27,35 +27,35 @@ export interface TimelinePassThroughMethodOptions {
*/
export interface TimelinePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TimelinePassThroughOptionType;
/**
- * Uses to pass attributes to the event's DOM element.
+ * Used to pass attributes to the event's DOM element.
*/
event?: TimelinePassThroughOptionType;
/**
- * Uses to pass attributes to the opposite's DOM element.
+ * Used to pass attributes to the opposite's DOM element.
*/
opposite?: TimelinePassThroughOptionType;
/**
- * Uses to pass attributes to the separator's DOM element.
+ * Used to pass attributes to the separator's DOM element.
*/
separator?: TimelinePassThroughOptionType;
/**
- * Uses to pass attributes to the marker's DOM element.
+ * Used to pass attributes to the marker's DOM element.
*/
marker?: TimelinePassThroughOptionType;
/**
- * Uses to pass attributes to the connector's DOM element.
+ * Used to pass attributes to the connector's DOM element.
*/
connector?: TimelinePassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: TimelinePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -101,7 +101,7 @@ export interface TimelineProps {
*/
dataKey?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TimelinePassThroughOptions}
*/
pt?: TimelinePassThroughOptions;
diff --git a/components/lib/toast/Toast.d.ts b/components/lib/toast/Toast.d.ts
index 273b366ba..96fe44bd3 100755
--- a/components/lib/toast/Toast.d.ts
+++ b/components/lib/toast/Toast.d.ts
@@ -28,61 +28,61 @@ export interface ToastPassThroughMethodOptions {
*/
export interface ToastPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the message's DOM element.
+ * Used to pass attributes to the message's DOM element.
*/
message?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the text's DOM element.
+ * Used to pass attributes to the text's DOM element.
*/
text?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the summary's DOM element.
+ * Used to pass attributes to the summary's DOM element.
*/
summary?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the detail's DOM element.
+ * Used to pass attributes to the detail's DOM element.
*/
detail?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the button container's DOM element.
+ * Used to pass attributes to the button container's DOM element.
*/
buttonContainer?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the button's DOM element.
+ * Used to pass attributes to the button's DOM element.
* @deprecated since v3.30.2. Use 'closeButton' option.
*/
button?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the button's DOM element.
+ * Used to pass attributes to the button's DOM element.
*/
closeButton?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the button icon's DOM element.
+ * Used to pass attributes to the button icon's DOM element.
* @deprecated since v3.30.2. Use 'closeIcon' option.
*/
buttonIcon?: ToastPassThroughOptionType;
/**
- * Uses to pass attributes to the button icon's DOM element.
+ * Used to pass attributes to the button icon's DOM element.
*/
closeIcon?: ToastPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -214,12 +214,12 @@ export interface ToastProps {
*/
successIcon?: string | undefined;
/**
- * Uses to pass all properties of the HTMLButtonElement to the close button.
+ * Used to pass all properties of the HTMLButtonElement to the close button.
* @deprecated since v3.26.0. Use 'pt' property.
*/
closeButtonProps?: ButtonHTMLAttributes | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ToastPassThroughOptions}
*/
pt?: ToastPassThroughOptions;
diff --git a/components/lib/togglebutton/ToggleButton.d.ts b/components/lib/togglebutton/ToggleButton.d.ts
index 14d59490c..258dc75ac 100755
--- a/components/lib/togglebutton/ToggleButton.d.ts
+++ b/components/lib/togglebutton/ToggleButton.d.ts
@@ -28,27 +28,27 @@ export interface ToggleButtonPassThroughMethodOptions {
*/
export interface ToggleButtonPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ToggleButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the icon's DOM element.
+ * Used to pass attributes to the icon's DOM element.
*/
icon?: ToggleButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: ToggleButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenInputWrapper?: ToggleButtonPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenInput?: ToggleButtonPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -127,7 +127,7 @@ export interface ToggleButtonProps {
*/
inputStyle?: object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -139,7 +139,7 @@ export interface ToggleButtonProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ToggleButtonPassThroughOptions}
*/
pt?: ToggleButtonPassThroughOptions;
diff --git a/components/lib/toolbar/Toolbar.d.ts b/components/lib/toolbar/Toolbar.d.ts
index ac9f5bed3..58fe22364 100755
--- a/components/lib/toolbar/Toolbar.d.ts
+++ b/components/lib/toolbar/Toolbar.d.ts
@@ -27,23 +27,23 @@ export interface ToolbarPassThroughMethodOptions {
*/
export interface ToolbarPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: ToolbarPassThroughOptionType;
/**
- * Uses to pass attributes to the start's DOM element.
+ * Used to pass attributes to the start's DOM element.
*/
start?: ToolbarPassThroughOptionType;
/**
- * Uses to pass attributes to the center's DOM element.
+ * Used to pass attributes to the center's DOM element.
*/
center?: ToolbarPassThroughOptionType;
/**
- * Uses to pass attributes to the right's DOM element.
+ * Used to pass attributes to the right's DOM element.
*/
end?: ToolbarPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -65,7 +65,7 @@ export interface ToolbarProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {ToolbarPassThroughOptions}
*/
pt?: ToolbarPassThroughOptions;
diff --git a/components/lib/tooltip/BaseTooltip.js b/components/lib/tooltip/BaseTooltip.js
index ff533b35e..edf448477 100644
--- a/components/lib/tooltip/BaseTooltip.js
+++ b/components/lib/tooltip/BaseTooltip.js
@@ -20,8 +20,8 @@ const styles = `
}
.p-tooltip .p-tooltip-text {
- white-space: pre-line;
- word-break: break-word;
+ white-space: pre-line;
+ word-break: break-word;
}
.p-tooltip-arrow {
@@ -33,15 +33,11 @@ const styles = `
}
.p-tooltip-right .p-tooltip-arrow {
- top: 50%;
- left: 0;
margin-top: -.25rem;
border-width: .25em .25em .25em 0;
}
.p-tooltip-left .p-tooltip-arrow {
- top: 50%;
- right: 0;
margin-top: -.25rem;
border-width: .25em 0 .25em .25rem;
}
@@ -51,15 +47,11 @@ const styles = `
}
.p-tooltip-top .p-tooltip-arrow {
- bottom: 0;
- left: 50%;
margin-left: -.25rem;
border-width: .25em .25em 0;
}
.p-tooltip-bottom .p-tooltip-arrow {
- top: 0;
- left: 50%;
margin-left: -.25rem;
border-width: 0 .25em .25rem;
}
diff --git a/components/lib/tooltip/Tooltip.d.ts b/components/lib/tooltip/Tooltip.d.ts
index 59a591838..1c4915739 100755
--- a/components/lib/tooltip/Tooltip.d.ts
+++ b/components/lib/tooltip/Tooltip.d.ts
@@ -10,7 +10,14 @@
import { DirectiveBinding, ObjectDirective } from 'vue';
import { DirectiveHooks } from '../basedirective';
-export declare type TooltipDirectivePassThroughOptionType = TooltipDirectivePassThroughAttributes | null | undefined;
+export declare type TooltipDirectivePassThroughOptionType = TooltipDirectivePassThroughAttributes | ((options: TooltipPassThroughMethodOptions) => TooltipDirectivePassThroughAttributes) | null | undefined;
+
+/**
+ * Custom passthrough(pt) option method.
+ */
+export interface TooltipPassThroughMethodOptions {
+ context: TooltipContext;
+}
/**
* Defines options of Tooltip.
@@ -54,7 +61,7 @@ export interface TooltipOptions {
*/
hideDelay?: number | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TooltipDirectivePassThroughOptions}
*/
pt?: TooltipDirectivePassThroughOptions;
@@ -71,19 +78,19 @@ export interface TooltipOptions {
*/
export interface TooltipDirectivePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TooltipDirectivePassThroughOptionType;
/**
- * Uses to pass attributes to the text's DOM element.
+ * Used to pass attributes to the text's DOM element.
*/
text?: TooltipDirectivePassThroughOptionType;
/**
- * Uses to pass attributes to the arrow's DOM element.
+ * Used to pass attributes to the arrow's DOM element.
*/
arrow?: TooltipDirectivePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseDirective.DirectiveHooks}
*/
hooks?: DirectiveHooks;
@@ -96,6 +103,28 @@ export interface TooltipDirectivePassThroughAttributes {
[key: string]: any;
}
+/**
+ * Defines current options in Tooltip directive.
+ */
+export interface TooltipContext {
+ /**
+ * Current top position state as a boolean.
+ */
+ top: boolean;
+ /**
+ * Current right position state as a boolean.
+ */
+ right: boolean;
+ /**
+ * Current bottom position state as a boolean.
+ */
+ bottom: boolean;
+ /**
+ * Current left position state as a boolean.
+ */
+ left: boolean;
+}
+
/**
* Defines modifiers of Tooltip.
*/
diff --git a/components/lib/tooltip/Tooltip.js b/components/lib/tooltip/Tooltip.js
index 2a44a3465..31668a6dd 100755
--- a/components/lib/tooltip/Tooltip.js
+++ b/components/lib/tooltip/Tooltip.js
@@ -225,14 +225,26 @@ const Tooltip = BaseTooltip.extend('tooltip', {
return document.getElementById(el.$_ptooltipId);
},
create(el, options) {
+ const modifiers = el.$_ptooltipModifiers;
+
const tooltipArrow = DomHandler.createElement('div', {
class: !el.unstyled && this.cx('arrow'),
- 'p-bind': this.ptm('arrow')
+ style: {
+ top: modifiers?.bottom ? '0' : modifiers?.right || modifiers?.left || (!modifiers?.right && !modifiers?.left && !modifiers?.top && !modifiers?.bottom) ? '50%' : null,
+ bottom: modifiers?.top ? '0' : null,
+ left: modifiers?.right || (!modifiers?.right && !modifiers?.left && !modifiers?.top && !modifiers?.bottom) ? '0' : modifiers?.top || modifiers?.bottom ? '50%' : null,
+ right: modifiers?.left ? '0' : null
+ },
+ 'p-bind': this.ptm('arrow', {
+ context: modifiers
+ })
});
const tooltipText = DomHandler.createElement('div', {
class: !el.unstyled && this.cx('text'),
- 'p-bind': this.ptm('text')
+ 'p-bind': this.ptm('text', {
+ context: modifiers
+ })
});
if (el.$_ptooltipEscape) {
@@ -252,7 +264,9 @@ const Tooltip = BaseTooltip.extend('tooltip', {
width: el.$_ptooltipFitContent ? 'fit-content' : undefined
},
class: [!el.unstyled && this.cx('root'), el.$_ptooltipClass],
- 'p-bind': this.ptm('root')
+ 'p-bind': this.ptm('root', {
+ context: modifiers
+ })
},
tooltipArrow,
tooltipText
diff --git a/components/lib/tree/Tree.d.ts b/components/lib/tree/Tree.d.ts
index e95518650..1d05f8864 100755
--- a/components/lib/tree/Tree.d.ts
+++ b/components/lib/tree/Tree.d.ts
@@ -109,79 +109,79 @@ export interface TreeSelectionKeys {
*/
export interface TreePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the filter container's DOM element.
+ * Used to pass attributes to the filter container's DOM element.
*/
filterContainer?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the input's DOM element.
+ * Used to pass attributes to the input's DOM element.
*/
input?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the search icon's DOM element.
+ * Used to pass attributes to the search icon's DOM element.
*/
searchIcon?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the container's DOM element.
+ * Used to pass attributes to the container's DOM element.
*/
container?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the node's DOM element.
+ * Used to pass attributes to the node's DOM element.
*/
node?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the toggler's DOM element.
+ * Used to pass attributes to the toggler's DOM element.
*/
toggler?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the toggler icon's DOM element.
+ * Used to pass attributes to the toggler icon's DOM element.
*/
togglerIcon?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox container's DOM element.
+ * Used to pass attributes to the checkbox container's DOM element.
*/
checkboxContainer?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox's DOM element.
+ * Used to pass attributes to the checkbox's DOM element.
*/
checkbox?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox icon's DOM element.
+ * Used to pass attributes to the checkbox icon's DOM element.
*/
checkboxIcon?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the node icon's DOM element.
+ * Used to pass attributes to the node icon's DOM element.
*/
nodeIcon?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the subgroup's DOM element.
+ * Used to pass attributes to the subgroup's DOM element.
*/
subgroup?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the loading overlay's DOM element.
+ * Used to pass attributes to the loading overlay's DOM element.
*/
loadingOverlay?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: TreePassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -310,7 +310,7 @@ export interface TreeProps {
*/
'aria-labelledby'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TreePassThroughOptions}
*/
pt?: TreePassThroughOptions;
diff --git a/components/lib/treeselect/TreeSelect.d.ts b/components/lib/treeselect/TreeSelect.d.ts
index 716fbf6fd..5afbb35ad 100644
--- a/components/lib/treeselect/TreeSelect.d.ts
+++ b/components/lib/treeselect/TreeSelect.d.ts
@@ -29,60 +29,60 @@ export interface TreeSelectPassThroughMethodOptions {
*/
export interface TreeSelectPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the label container's DOM element.
+ * Used to pass attributes to the label container's DOM element.
*/
labelContainer?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the label's DOM element.
+ * Used to pass attributes to the label's DOM element.
*/
label?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the token's DOM element.
+ * Used to pass attributes to the token's DOM element.
*/
token?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the token label's DOM element.
+ * Used to pass attributes to the token label's DOM element.
*/
tokenLabel?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the trigger's DOM element.
+ * Used to pass attributes to the trigger's DOM element.
*/
trigger?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the trigger icon's DOM element.
+ * Used to pass attributes to the trigger icon's DOM element.
*/
triggerIcon?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the panel's DOM element.
+ * Used to pass attributes to the panel's DOM element.
*/
panel?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to Tree component.
+ * Used to pass attributes to Tree component.
* @see {@link TreePassThroughOptionType}
*/
tree?: TreePassThroughOptionType;
/**
- * Uses to pass attributes to the empty message's DOM element.
+ * Used to pass attributes to the empty message's DOM element.
*/
emptyMessage?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenInputWrapper?: TreeSelectPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenInput?: TreeSelectPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -187,7 +187,7 @@ export interface TreeSelectProps {
*/
inputStyle?: object | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
*/
inputProps?: InputHTMLAttributes | undefined;
/**
@@ -199,7 +199,7 @@ export interface TreeSelectProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TreeSelectPassThroughOptions}
*/
pt?: TreeSelectPassThroughOptions;
diff --git a/components/lib/treetable/TreeTable.d.ts b/components/lib/treetable/TreeTable.d.ts
index 33d451a13..c77248637 100755
--- a/components/lib/treetable/TreeTable.d.ts
+++ b/components/lib/treetable/TreeTable.d.ts
@@ -174,84 +174,84 @@ export interface TreeTableSelectionKeys {
*/
export interface TreeTablePassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the loading wrapper's DOM element.
+ * Used to pass attributes to the loading wrapper's DOM element.
*/
loadingWrapper?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the loading overlay's DOM element.
+ * Used to pass attributes to the loading overlay's DOM element.
*/
loadingOverlay?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the header's DOM element.
+ * Used to pass attributes to the header's DOM element.
*/
header?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the Paginator component.
+ * Used to pass attributes to the Paginator component.
* @see {@link PaginatorPassThroughOptionType}
*/
paginator?: PaginatorPassThroughOptionType;
/**
- * Uses to pass attributes to the wrapper's DOM element.
+ * Used to pass attributes to the wrapper's DOM element.
*/
wrapper?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the table's DOM element.
+ * Used to pass attributes to the table's DOM element.
*/
table?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the thead's DOM element.
+ * Used to pass attributes to the thead's DOM element.
*/
thead?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the header row's DOM element.
+ * Used to pass attributes to the header row's DOM element.
*/
headerRow?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the tbody's DOM element.
+ * Used to pass attributes to the tbody's DOM element.
*/
tbody?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the row's DOM element.
+ * Used to pass attributes to the row's DOM element.
*/
row?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the empty message's DOM element.
+ * Used to pass attributes to the empty message's DOM element.
*/
emptyMessage?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the empty message cell's DOM element.
+ * Used to pass attributes to the empty message cell's DOM element.
*/
emptyMessageCell?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the tfoot's DOM element.
+ * Used to pass attributes to the tfoot's DOM element.
*/
tfoot?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the footer row's DOM element.
+ * Used to pass attributes to the footer row's DOM element.
*/
footerRow?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the footer's DOM element.
+ * Used to pass attributes to the footer's DOM element.
*/
footer?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the resize helper's DOM element.
+ * Used to pass attributes to the resize helper's DOM element.
*/
resizeHelper?: TreeTablePassThroughOptionType;
/**
- * Uses to pass attributes to the Column helper components.
+ * Used to pass attributes to the Column helper components.
*/
column?: ColumnPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -556,7 +556,7 @@ export interface TreeTableProps {
*/
tableProps?: any | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TreeTablePassThroughOptions}
*/
pt?: TreeTablePassThroughOptions;
diff --git a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts
index d4ceabe2d..3d571e41e 100755
--- a/components/lib/tristatecheckbox/TriStateCheckbox.d.ts
+++ b/components/lib/tristatecheckbox/TriStateCheckbox.d.ts
@@ -29,39 +29,39 @@ export interface TriStateCheckboxPassThroughMethodOptions {
*/
export interface TriStateCheckboxPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the checkbox box's DOM element.
+ * Used to pass attributes to the checkbox box's DOM element.
*/
checkbox?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the check icon's DOM element.
+ * Used to pass attributes to the check icon's DOM element.
*/
checkIcon?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the uncheck icon's DOM element.
+ * Used to pass attributes to the uncheck icon's DOM element.
*/
uncheckIcon?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the nullable icon's DOM element.
+ * Used to pass attributes to the nullable icon's DOM element.
*/
nullableIcon?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input wrapper's DOM element.
+ * Used to pass attributes to the hidden input wrapper's DOM element.
*/
hiddenInputWrapper?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden input's DOM element.
+ * Used to pass attributes to the hidden input's DOM element.
*/
hiddenInput?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to pass attributes to the hidden value label's DOM element.
+ * Used to pass attributes to the hidden value label's DOM element.
*/
hiddenValueLabel?: TriStateCheckboxPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -128,7 +128,7 @@ export interface TriStateCheckboxProps {
*/
inputId?: string | undefined;
/**
- * Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.
+ * Used to pass all properties of the HTMLInputElement to the focusable input element inside the component.
* @deprecated since v3.26.0. Use 'pt' property.
*/
inputProps?: InputHTMLAttributes | undefined;
@@ -141,7 +141,7 @@ export interface TriStateCheckboxProps {
*/
'aria-label'?: string | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {TriStateCheckboxPassThroughOptions}
*/
pt?: TriStateCheckboxPassThroughOptions;
diff --git a/components/lib/virtualscroller/VirtualScroller.d.ts b/components/lib/virtualscroller/VirtualScroller.d.ts
index 7e22f8c63..d1ede7b1a 100644
--- a/components/lib/virtualscroller/VirtualScroller.d.ts
+++ b/components/lib/virtualscroller/VirtualScroller.d.ts
@@ -110,27 +110,27 @@ export interface VirtualScrollerItemOptions {
*/
export interface VirtualScrollerPassThroughOptions {
/**
- * Uses to pass attributes to the root's DOM element.
+ * Used to pass attributes to the root's DOM element.
*/
root?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the content's DOM element.
+ * Used to pass attributes to the content's DOM element.
*/
content?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the loader's DOM element.
+ * Used to pass attributes to the loader's DOM element.
*/
loader?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the loading icon's DOM element.
+ * Used to pass attributes to the loading icon's DOM element.
*/
loadingIcon?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to pass attributes to the spacer's DOM element.
+ * Used to pass attributes to the spacer's DOM element.
*/
spacer?: VirtualScrollerPassThroughOptionType;
/**
- * Uses to manage all lifecycle hooks
+ * Used to manage all lifecycle hooks
* @see {@link BaseComponent.ComponentHooks}
*/
hooks?: ComponentHooks;
@@ -311,7 +311,7 @@ export interface VirtualScrollerProps {
*/
autoSize?: boolean | undefined;
/**
- * Uses to pass attributes to DOM elements inside the component.
+ * Used to pass attributes to DOM elements inside the component.
* @type {VirtualScrollerPassThroughOptions}
*/
pt?: VirtualScrollerPassThroughOptions;
diff --git a/doc/carousel/theming/UnstyledDoc.vue b/doc/carousel/theming/UnstyledDoc.vue
index 70fb5fc31..295dcfe5a 100644
--- a/doc/carousel/theming/UnstyledDoc.vue
+++ b/doc/carousel/theming/UnstyledDoc.vue
@@ -3,9 +3,11 @@
Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme.
+
diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json
index 3bfdb23ce..7bdcba9cf 100644
--- a/doc/common/apidoc/index.json
+++ b/doc/common/apidoc/index.json
@@ -126,7 +126,7 @@
"readonly": false,
"type": "AccordionPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "tab",
@@ -134,7 +134,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to AccordionTab helper components.",
+ "description": "Used to pass attributes to AccordionTab helper components.",
"deprecated": "since v3.30.1. Use 'accordiontab' property instead."
},
{
@@ -143,7 +143,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to AccordionTab helper components."
+ "description": "Used to pass attributes to AccordionTab helper components."
},
{
"name": "hooks",
@@ -151,7 +151,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -258,7 +258,7 @@
"readonly": false,
"type": "AccordionPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -416,7 +416,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -424,7 +424,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerAction",
@@ -432,7 +432,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the headeraction's DOM element."
+ "description": "Used to pass attributes to the headeraction's DOM element."
},
{
"name": "headerIcon",
@@ -440,7 +440,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the headericon's DOM element."
+ "description": "Used to pass attributes to the headericon's DOM element."
},
{
"name": "headerTitle",
@@ -448,7 +448,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the headertitle's DOM element."
+ "description": "Used to pass attributes to the headertitle's DOM element."
},
{
"name": "toggleableContent",
@@ -456,7 +456,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggleablecontent's DOM element."
+ "description": "Used to pass attributes to the toggleablecontent's DOM element."
},
{
"name": "content",
@@ -464,7 +464,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
}
],
"methods": []
@@ -516,7 +516,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the tab header.",
+ "description": "Used to pass all properties of the HTMLDivElement to the tab header.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -525,7 +525,7 @@
"readonly": false,
"type": "AnchorHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
+ "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."
},
{
@@ -550,7 +550,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the tab content.",
+ "description": "Used to pass all properties of the HTMLDivElement to the tab content.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -567,7 +567,7 @@
"readonly": false,
"type": "AccordionTabPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
}
],
"methods": []
@@ -2841,7 +2841,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -2849,7 +2849,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "container",
@@ -2857,7 +2857,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "token",
@@ -2865,7 +2865,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the token's DOM element."
+ "description": "Used to pass attributes to the token's DOM element."
},
{
"name": "tokenLabel",
@@ -2873,7 +2873,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the token label's DOM element."
+ "description": "Used to pass attributes to the token label's DOM element."
},
{
"name": "removeTokenIcon",
@@ -2881,7 +2881,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the remove token icon's DOM element."
+ "description": "Used to pass attributes to the remove token icon's DOM element."
},
{
"name": "inputToken",
@@ -2889,7 +2889,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input token's DOM element."
+ "description": "Used to pass attributes to the input token's DOM element."
},
{
"name": "loadingIcon",
@@ -2897,7 +2897,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "dropdownButton",
@@ -2905,7 +2905,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "panel",
@@ -2913,7 +2913,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "virtualScroller",
@@ -2921,7 +2921,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the VirtualScroller component."
+ "description": "Used to pass attributes to the VirtualScroller component."
},
{
"name": "list",
@@ -2929,7 +2929,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "itemGroup",
@@ -2937,7 +2937,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item group's DOM element."
+ "description": "Used to pass attributes to the item group's DOM element."
},
{
"name": "item",
@@ -2945,7 +2945,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "emptyMessage",
@@ -2953,7 +2953,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty message's DOM element."
+ "description": "Used to pass attributes to the empty message's DOM element."
},
{
"name": "searchResultMessage",
@@ -2961,7 +2961,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the search result message's DOM element."
+ "description": "Used to pass attributes to the search result message's DOM element."
},
{
"name": "selectedMessage",
@@ -2969,7 +2969,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the selected message's DOM element."
+ "description": "Used to pass attributes to the selected message's DOM element."
},
{
"name": "hooks",
@@ -2977,7 +2977,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -3277,7 +3277,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "panelStyle",
@@ -3301,7 +3301,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component."
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component."
},
{
"name": "dropdownIcon",
@@ -3432,7 +3432,7 @@
"readonly": false,
"type": "AutoCompletePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -3813,7 +3813,7 @@
"readonly": false,
"type": "AvatarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "label",
@@ -3821,7 +3821,7 @@
"readonly": false,
"type": "AvatarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "icon",
@@ -3829,7 +3829,7 @@
"readonly": false,
"type": "AvatarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "image",
@@ -3837,7 +3837,7 @@
"readonly": false,
"type": "AvatarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the image's DOM element."
+ "description": "Used to pass attributes to the image's DOM element."
},
{
"name": "hooks",
@@ -3845,7 +3845,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -3917,7 +3917,7 @@
"readonly": false,
"type": "AvatarPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -4013,7 +4013,7 @@
"readonly": false,
"type": "AvatarGroupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -4021,7 +4021,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -4036,7 +4036,7 @@
"readonly": false,
"type": "AvatarGroupPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -4133,7 +4133,7 @@
"readonly": false,
"type": "BadgePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -4141,7 +4141,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -4180,7 +4180,7 @@
"readonly": false,
"type": "BadgePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -4231,6 +4231,20 @@
"methodDescription": "Defines methods that can be accessed by the component's reference.",
"typeDescription": "Defines the custom types used by the module.",
"values": {
+ "BadgePassThroughMethodOptions": {
+ "description": "Custom passthrough(pt) option method.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "context",
+ "optional": false,
+ "readonly": false,
+ "type": "BadgeContext",
+ "default": ""
+ }
+ ],
+ "methods": []
+ },
"BadgeDirectiveOptions": {
"description": "Defines options of Badge.",
"relatedProp": "",
@@ -4241,7 +4255,7 @@
"readonly": false,
"type": "BadgeDirectivePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -4264,7 +4278,7 @@
"readonly": false,
"type": "BadgeDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -4272,7 +4286,7 @@
"readonly": false,
"type": "DirectiveHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -4290,6 +4304,61 @@
],
"methods": []
},
+ "BadgeContext": {
+ "description": "Defines current options in Badge directive.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "info",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "true",
+ "description": "Current info state as a boolean."
+ },
+ {
+ "name": "success",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current success state as a boolean."
+ },
+ {
+ "name": "warning",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current warning state as a boolean."
+ },
+ {
+ "name": "danger",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current danger state as a boolean."
+ },
+ {
+ "name": "nogutter",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current gutter state as a boolean."
+ },
+ {
+ "name": "dot",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current dot state as a boolean."
+ }
+ ],
+ "methods": []
+ },
"BadgeDirectiveModifiers": {
"description": "Defines modifiers of Badge directive.",
"relatedProp": "",
@@ -4359,7 +4428,7 @@
"description": "Defines the custom types used by the module.",
"values": {
"BadgeDirectivePassThroughOptionType": {
- "values": "BadgeDirectivePassThroughAttributes | null | undefined"
+ "values": "BadgeDirectivePassThroughAttributes | (options: BadgePassThroughMethodOptions) => BadgeDirectivePassThroughAttributes | null | undefined"
}
}
}
@@ -4689,7 +4758,7 @@
"readonly": false,
"type": "BlockUIPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -4697,7 +4766,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -4772,7 +4841,7 @@
"readonly": false,
"type": "BlockUIPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -4883,7 +4952,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -4891,7 +4960,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -4899,7 +4968,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "action",
@@ -4907,7 +4976,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -4915,7 +4984,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -4923,7 +4992,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "separator",
@@ -4931,7 +5000,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "separatorIcon",
@@ -4939,7 +5008,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator icon's DOM element."
+ "description": "Used to pass attributes to the separator icon's DOM element."
},
{
"name": "hooks",
@@ -4947,7 +5016,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -5038,7 +5107,7 @@
"readonly": false,
"type": "BreadcrumbPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -5148,6 +5217,13 @@
"readonly": false,
"type": "ButtonContext",
"default": ""
+ },
+ {
+ "name": "parent",
+ "optional": false,
+ "readonly": false,
+ "type": "any",
+ "default": ""
}
],
"methods": []
@@ -5162,7 +5238,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "loadingIcon",
@@ -5170,7 +5246,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "icon",
@@ -5178,7 +5254,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -5186,7 +5262,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "badge",
@@ -5194,7 +5270,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the badge's DOM element."
+ "description": "Used to pass attributes to the badge's DOM element."
},
{
"name": "hooks",
@@ -5202,7 +5278,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -5374,7 +5450,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -5500,6 +5576,13 @@
"readonly": false,
"type": "CalendarState",
"default": ""
+ },
+ {
+ "name": "context",
+ "optional": false,
+ "readonly": false,
+ "type": "CalendarContext",
+ "default": ""
}
],
"methods": []
@@ -5606,7 +5689,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -5614,7 +5697,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "dropdownButton",
@@ -5622,7 +5705,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "panel",
@@ -5630,7 +5713,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "groupContainer",
@@ -5638,7 +5721,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the group container's DOM element."
+ "description": "Used to pass attributes to the group container's DOM element."
},
{
"name": "group",
@@ -5646,7 +5729,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the group's DOM element."
+ "description": "Used to pass attributes to the group's DOM element."
},
{
"name": "header",
@@ -5654,7 +5737,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "previousButton",
@@ -5662,7 +5745,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "title",
@@ -5670,7 +5753,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the title's DOM element."
+ "description": "Used to pass attributes to the title's DOM element."
},
{
"name": "monthTitle",
@@ -5678,7 +5761,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the month title's DOM element."
+ "description": "Used to pass attributes to the month title's DOM element."
},
{
"name": "yearTitle",
@@ -5686,7 +5769,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the year title's DOM element."
+ "description": "Used to pass attributes to the year title's DOM element."
},
{
"name": "decadeTitle",
@@ -5694,7 +5777,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the decade title's DOM element."
+ "description": "Used to pass attributes to the decade title's DOM element."
},
{
"name": "nextButton",
@@ -5702,7 +5785,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "container",
@@ -5710,7 +5793,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "table",
@@ -5718,7 +5801,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table's DOM element."
+ "description": "Used to pass attributes to the table's DOM element."
},
{
"name": "tableHeader",
@@ -5726,7 +5809,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table header's DOM element."
+ "description": "Used to pass attributes to the table header's DOM element."
},
{
"name": "tableHeaderRow",
@@ -5734,7 +5817,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table header row's DOM element."
+ "description": "Used to pass attributes to the table header row's DOM element."
},
{
"name": "weekHeader",
@@ -5742,7 +5825,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the week header's DOM element."
+ "description": "Used to pass attributes to the week header's DOM element."
},
{
"name": "tableHeaderCell",
@@ -5750,7 +5833,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table header cell's DOM element."
+ "description": "Used to pass attributes to the table header cell's DOM element."
},
{
"name": "weekLabel",
@@ -5758,7 +5841,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the week label's DOM element."
+ "description": "Used to pass attributes to the week label's DOM element."
},
{
"name": "weekDay",
@@ -5766,7 +5849,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the week day's DOM element."
+ "description": "Used to pass attributes to the week day's DOM element."
},
{
"name": "tableBody",
@@ -5774,7 +5857,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table body's DOM element."
+ "description": "Used to pass attributes to the table body's DOM element."
},
{
"name": "tableBodyRow",
@@ -5782,7 +5865,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table body row's DOM element."
+ "description": "Used to pass attributes to the table body row's DOM element."
},
{
"name": "weekNumber",
@@ -5790,7 +5873,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the week number's DOM element."
+ "description": "Used to pass attributes to the week number's DOM element."
},
{
"name": "weekLabelContainer",
@@ -5798,7 +5881,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the week label container's DOM element."
+ "description": "Used to pass attributes to the week label container's DOM element."
},
{
"name": "day",
@@ -5806,7 +5889,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the day's DOM element."
+ "description": "Used to pass attributes to the day's DOM element."
},
{
"name": "dayLabel",
@@ -5814,7 +5897,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the day label's DOM element."
+ "description": "Used to pass attributes to the day label's DOM element."
},
{
"name": "monthPicker",
@@ -5822,7 +5905,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the month picker's DOM element."
+ "description": "Used to pass attributes to the month picker's DOM element."
},
{
"name": "month",
@@ -5830,7 +5913,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the month's DOM element."
+ "description": "Used to pass attributes to the month's DOM element."
},
{
"name": "yearPicker",
@@ -5838,7 +5921,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the year picker's DOM element."
+ "description": "Used to pass attributes to the year picker's DOM element."
},
{
"name": "year",
@@ -5846,7 +5929,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the year's DOM element."
+ "description": "Used to pass attributes to the year's DOM element."
},
{
"name": "timePicker",
@@ -5854,7 +5937,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the time picker's DOM element."
+ "description": "Used to pass attributes to the time picker's DOM element."
},
{
"name": "hourPicker",
@@ -5862,7 +5945,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hour picker's DOM element."
+ "description": "Used to pass attributes to the hour picker's DOM element."
},
{
"name": "hour",
@@ -5870,7 +5953,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hour's DOM element."
+ "description": "Used to pass attributes to the hour's DOM element."
},
{
"name": "separatorContainer",
@@ -5878,7 +5961,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separatorc ontainer's DOM element."
+ "description": "Used to pass attributes to the separatorc ontainer's DOM element."
},
{
"name": "separator",
@@ -5886,7 +5969,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "minutePicker",
@@ -5894,7 +5977,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the minute picker's DOM element."
+ "description": "Used to pass attributes to the minute picker's DOM element."
},
{
"name": "minute",
@@ -5902,7 +5985,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the minute's DOM element."
+ "description": "Used to pass attributes to the minute's DOM element."
},
{
"name": "secondPicker",
@@ -5910,7 +5993,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the second picker's DOM element."
+ "description": "Used to pass attributes to the second picker's DOM element."
},
{
"name": "second",
@@ -5918,7 +6001,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the second's DOM element."
+ "description": "Used to pass attributes to the second's DOM element."
},
{
"name": "ampmPicker",
@@ -5926,7 +6009,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the ampm picker's DOM element."
+ "description": "Used to pass attributes to the ampm picker's DOM element."
},
{
"name": "ampm",
@@ -5934,7 +6017,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the ampm's DOM element."
+ "description": "Used to pass attributes to the ampm's DOM element."
},
{
"name": "buttonbar",
@@ -5942,7 +6025,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the buttonbar's DOM element."
+ "description": "Used to pass attributes to the buttonbar's DOM element."
},
{
"name": "todayButton",
@@ -5950,7 +6033,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "clearButton",
@@ -5958,7 +6041,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "hiddenSelectedDay",
@@ -5966,7 +6049,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the aria selected day's DOM element."
+ "description": "Used to pass attributes to the aria selected day's DOM element."
},
{
"name": "hiddenMonth",
@@ -5974,7 +6057,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the aria month's DOM element."
+ "description": "Used to pass attributes to the aria month's DOM element."
},
{
"name": "hiddenYear",
@@ -5982,7 +6065,7 @@
"readonly": false,
"type": "CalendarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the aria year's DOM element."
+ "description": "Used to pass attributes to the aria year's DOM element."
},
{
"name": "hooks",
@@ -5990,7 +6073,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -6087,6 +6170,123 @@
],
"methods": []
},
+ "CalendarContext": {
+ "description": "Defines current options in Calendar component.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "date",
+ "optional": false,
+ "readonly": false,
+ "type": "undefined | null | string | string[] | Date | Date[]",
+ "default": "",
+ "description": "Current date."
+ },
+ {
+ "name": "today",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current today state of the calendar's day."
+ },
+ {
+ "name": "otherMonth",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current other month state of the calendar's day."
+ },
+ {
+ "name": "selected",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current selected state of the calendar's day or month or year."
+ },
+ {
+ "name": "disabled",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current disabled state of the calendar's day or month or year."
+ },
+ {
+ "name": "month",
+ "optional": false,
+ "readonly": false,
+ "type": "CalendarMonthOptions",
+ "default": "",
+ "description": "Current month state."
+ },
+ {
+ "name": "monthIndex",
+ "optional": false,
+ "readonly": false,
+ "type": "number",
+ "default": "",
+ "description": "Current month index state."
+ },
+ {
+ "name": "year",
+ "optional": false,
+ "readonly": false,
+ "type": "CalendarYearOptions",
+ "default": "",
+ "description": "Current year state."
+ }
+ ],
+ "methods": []
+ },
+ "CalendarMonthOptions": {
+ "description": "Defines cuurent month options.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "value",
+ "optional": false,
+ "readonly": false,
+ "type": "string",
+ "default": "",
+ "description": "Month value."
+ },
+ {
+ "name": "selectable",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Selectable state of the month."
+ }
+ ],
+ "methods": []
+ },
+ "CalendarYearOptions": {
+ "description": "Defines current year options.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "value",
+ "optional": false,
+ "readonly": false,
+ "type": "number",
+ "default": "",
+ "description": "Year value."
+ },
+ {
+ "name": "selectable",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Selectable state of the month."
+ }
+ ],
+ "methods": []
+ },
"CalendarProps": {
"description": "Defines valid properties in Calendar component.",
"relatedProp": "",
@@ -6497,7 +6697,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "panelStyle",
@@ -6521,7 +6721,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component."
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component."
},
{
"name": "aria-labelledby",
@@ -6545,7 +6745,7 @@
"readonly": false,
"type": "CalendarPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -6817,7 +7017,7 @@
"readonly": false,
"type": "CardPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -6825,7 +7025,7 @@
"readonly": false,
"type": "CardPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "body",
@@ -6833,7 +7033,7 @@
"readonly": false,
"type": "CardPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the body's DOM element."
+ "description": "Used to pass attributes to the body's DOM element."
},
{
"name": "title",
@@ -6841,7 +7041,7 @@
"readonly": false,
"type": "CardPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the title's DOM element."
+ "description": "Used to pass attributes to the title's DOM element."
},
{
"name": "subtitle",
@@ -6849,7 +7049,7 @@
"readonly": false,
"type": "CardPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the subtitle's DOM element."
+ "description": "Used to pass attributes to the subtitle's DOM element."
},
{
"name": "content",
@@ -6857,7 +7057,7 @@
"readonly": false,
"type": "CardPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "footer",
@@ -6865,7 +7065,7 @@
"readonly": false,
"type": "CardPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "hooks",
@@ -6873,7 +7073,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -6901,7 +7101,7 @@
"readonly": false,
"type": "CardPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -7009,6 +7209,13 @@
"readonly": false,
"type": "CarouselState",
"default": ""
+ },
+ {
+ "name": "context",
+ "optional": false,
+ "readonly": false,
+ "type": "CarouselContext",
+ "default": ""
}
],
"methods": []
@@ -7023,7 +7230,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -7031,7 +7238,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "content",
@@ -7039,7 +7246,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "container",
@@ -7047,7 +7254,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "previousButton",
@@ -7055,7 +7262,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous button's DOM element."
+ "description": "Used to pass attributes to the previous button's DOM element."
},
{
"name": "previousButtonIcon",
@@ -7063,7 +7270,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous button icon's DOM element."
+ "description": "Used to pass attributes to the previous button icon's DOM element."
},
{
"name": "itemsContent",
@@ -7071,7 +7278,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the items content's DOM element."
+ "description": "Used to pass attributes to the items content's DOM element."
},
{
"name": "itemsContainer",
@@ -7079,7 +7286,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the items container's DOM element."
+ "description": "Used to pass attributes to the items container's DOM element."
},
{
"name": "itemCloned",
@@ -7087,7 +7294,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item cloned's DOM element."
+ "description": "Used to pass attributes to the item cloned's DOM element."
},
{
"name": "item",
@@ -7095,7 +7302,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "nextButton",
@@ -7103,7 +7310,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next button's DOM element."
+ "description": "Used to pass attributes to the next button's DOM element."
},
{
"name": "nextButtonIcon",
@@ -7111,7 +7318,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next button icon's DOM element."
+ "description": "Used to pass attributes to the next button icon's DOM element."
},
{
"name": "indicators",
@@ -7119,7 +7326,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the indicators's DOM element."
+ "description": "Used to pass attributes to the indicators's DOM element."
},
{
"name": "indicator",
@@ -7127,7 +7334,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the indicator's DOM element."
+ "description": "Used to pass attributes to the indicator's DOM element."
},
{
"name": "indicatorButton",
@@ -7135,7 +7342,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the indicator button's DOM element."
+ "description": "Used to pass attributes to the indicator button's DOM element."
},
{
"name": "footer",
@@ -7143,7 +7350,7 @@
"readonly": false,
"type": "CarouselPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "hooks",
@@ -7151,7 +7358,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -7264,6 +7471,21 @@
],
"methods": []
},
+ "CarouselContext": {
+ "description": "Defines current inline options in Carousel component.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "highlighted",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current highlighted state of the indicator as a boolean."
+ }
+ ],
+ "methods": []
+ },
"CarouselResponsiveOptions": {
"relatedProp": "",
"props": [
@@ -7416,7 +7638,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the previous navigation button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the previous navigation button."
},
{
"name": "nextButtonProps",
@@ -7424,7 +7646,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the next navigation button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the next navigation button."
},
{
"name": "pt",
@@ -7432,7 +7654,7 @@
"readonly": false,
"type": "CarouselPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -7623,7 +7845,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -7631,7 +7853,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "label",
@@ -7639,7 +7861,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "dropdownButton",
@@ -7647,7 +7869,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the dropdown button's DOM element."
+ "description": "Used to pass attributes to the dropdown button's DOM element."
},
{
"name": "dropdownIcon",
@@ -7655,7 +7877,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the dropdown icon's DOM element."
+ "description": "Used to pass attributes to the dropdown icon's DOM element."
},
{
"name": "loadingIcon",
@@ -7663,7 +7885,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "panel",
@@ -7671,7 +7893,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "list",
@@ -7679,7 +7901,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "item",
@@ -7687,7 +7909,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "content",
@@ -7695,7 +7917,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "text",
@@ -7703,7 +7925,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the text's DOM element."
+ "description": "Used to pass attributes to the text's DOM element."
},
{
"name": "groupIcon",
@@ -7711,7 +7933,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the group icon's DOM element."
+ "description": "Used to pass attributes to the group icon's DOM element."
},
{
"name": "hiddenSelectedMessage",
@@ -7719,7 +7941,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden selected message's DOM element."
+ "description": "Used to pass attributes to the hidden selected message's DOM element."
},
{
"name": "hiddenSearchResult",
@@ -7727,7 +7949,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the search result message text aria's DOM element."
+ "description": "Used to pass attributes to the search result message text aria's DOM element."
},
{
"name": "hooks",
@@ -7735,7 +7957,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -7945,7 +8167,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "panelStyle",
@@ -7969,7 +8191,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component."
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component."
},
{
"name": "appendTo",
@@ -8108,7 +8330,7 @@
"readonly": false,
"type": "CascadeSelectPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -8372,7 +8594,7 @@
"readonly": false,
"type": "ChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "canvas",
@@ -8380,7 +8602,7 @@
"readonly": false,
"type": "ChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the canvas's DOM element."
+ "description": "Used to pass attributes to the canvas's DOM element."
},
{
"name": "hooks",
@@ -8388,7 +8610,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -8495,7 +8717,7 @@
"readonly": false,
"type": "CanvasHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the CanvasHTMLAttributes to canvas element inside the component."
+ "description": "Used to pass all properties of the CanvasHTMLAttributes to canvas element inside the component."
},
{
"name": "pt",
@@ -8503,7 +8725,7 @@
"readonly": false,
"type": "ChartPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -8627,7 +8849,7 @@
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -8635,7 +8857,7 @@
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "icon",
@@ -8643,7 +8865,7 @@
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -8651,7 +8873,7 @@
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
@@ -8659,7 +8881,7 @@
"readonly": false,
"type": "CheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hooks",
@@ -8667,7 +8889,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -8814,7 +9036,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "aria-labelledby",
@@ -8838,7 +9060,7 @@
"readonly": false,
"type": "CheckboxPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -9027,7 +9249,7 @@
"readonly": false,
"type": "ChipPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "image",
@@ -9035,7 +9257,7 @@
"readonly": false,
"type": "ChipPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the image's DOM element."
+ "description": "Used to pass attributes to the image's DOM element."
},
{
"name": "icon",
@@ -9043,7 +9265,7 @@
"readonly": false,
"type": "ChipPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -9051,7 +9273,7 @@
"readonly": false,
"type": "ChipPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label' DOM element."
+ "description": "Used to pass attributes to the label' DOM element."
},
{
"name": "removeIcon",
@@ -9059,7 +9281,7 @@
"readonly": false,
"type": "ChipPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the removeIcon's DOM element."
+ "description": "Used to pass attributes to the removeIcon's DOM element."
},
{
"name": "hooks",
@@ -9067,7 +9289,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -9152,7 +9374,7 @@
"readonly": false,
"type": "ChipPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -9331,7 +9553,7 @@
"readonly": false,
"type": "ChipsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "container",
@@ -9339,7 +9561,7 @@
"readonly": false,
"type": "ChipsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "token",
@@ -9347,7 +9569,7 @@
"readonly": false,
"type": "ChipsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the token's DOM element."
+ "description": "Used to pass attributes to the token's DOM element."
},
{
"name": "label",
@@ -9355,7 +9577,7 @@
"readonly": false,
"type": "ChipsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "removeTokenIcon",
@@ -9363,7 +9585,7 @@
"readonly": false,
"type": "ChipsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the remove token icon's DOM element."
+ "description": "Used to pass attributes to the remove token icon's DOM element."
},
{
"name": "inputToken",
@@ -9371,7 +9593,7 @@
"readonly": false,
"type": "ChipsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input token's DOM element."
+ "description": "Used to pass attributes to the input token's DOM element."
},
{
"name": "input",
@@ -9379,7 +9601,7 @@
"readonly": false,
"type": "ChipsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "hooks",
@@ -9387,7 +9609,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -9518,7 +9740,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
+ "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."
},
{
@@ -9568,7 +9790,7 @@
"readonly": false,
"type": "ChipsPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -9749,7 +9971,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -9757,7 +9979,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "panel",
@@ -9765,7 +9987,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "content",
@@ -9773,7 +9995,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "selector",
@@ -9781,7 +10003,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the selector's DOM element."
+ "description": "Used to pass attributes to the selector's DOM element."
},
{
"name": "color",
@@ -9789,7 +10011,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the color's DOM element."
+ "description": "Used to pass attributes to the color's DOM element."
},
{
"name": "colorHandle",
@@ -9797,7 +10019,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the color handler's DOM element."
+ "description": "Used to pass attributes to the color handler's DOM element."
},
{
"name": "hue",
@@ -9805,7 +10027,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hue's DOM element."
+ "description": "Used to pass attributes to the hue's DOM element."
},
{
"name": "hueHandle",
@@ -9813,7 +10035,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hue handler's DOM element."
+ "description": "Used to pass attributes to the hue handler's DOM element."
},
{
"name": "hooks",
@@ -9821,7 +10043,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -9944,7 +10166,7 @@
"readonly": false,
"type": "ColorPickerPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -10228,7 +10450,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "headerCell",
@@ -10236,7 +10458,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header cell's DOM element."
+ "description": "Used to pass attributes to the header cell's DOM element."
},
{
"name": "columnResizer",
@@ -10244,7 +10466,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the column resizer's DOM element."
+ "description": "Used to pass attributes to the column resizer's DOM element."
},
{
"name": "headerContent",
@@ -10252,7 +10474,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header content's DOM element."
+ "description": "Used to pass attributes to the header content's DOM element."
},
{
"name": "headerTitle",
@@ -10260,7 +10482,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header title's DOM element."
+ "description": "Used to pass attributes to the header title's DOM element."
},
{
"name": "sort",
@@ -10268,7 +10490,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the sort's DOM element."
+ "description": "Used to pass attributes to the sort's DOM element."
},
{
"name": "sortBadge",
@@ -10276,7 +10498,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the sort badge's DOM element."
+ "description": "Used to pass attributes to the sort badge's DOM element."
},
{
"name": "headerCheckboxWrapper",
@@ -10284,7 +10506,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox wrapper's DOM element."
+ "description": "Used to pass attributes to the checkbox wrapper's DOM element."
},
{
"name": "headerCheckbox",
@@ -10292,7 +10514,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header checkbox's DOM element."
+ "description": "Used to pass attributes to the header checkbox's DOM element."
},
{
"name": "headerCheckboxIcon",
@@ -10300,7 +10522,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header checkbox icon's DOM element."
+ "description": "Used to pass attributes to the header checkbox icon's DOM element."
},
{
"name": "columnFilter",
@@ -10308,7 +10530,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the column filter's DOM element."
+ "description": "Used to pass attributes to the column filter's DOM element."
},
{
"name": "filterInput",
@@ -10316,7 +10538,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter input's DOM element."
+ "description": "Used to pass attributes to the filter input's DOM element."
},
{
"name": "filterMenuButton",
@@ -10324,7 +10546,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter menu button's DOM element."
+ "description": "Used to pass attributes to the filter menu button's DOM element."
},
{
"name": "filterMenuIcon",
@@ -10332,7 +10554,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter menu icon's DOM element."
+ "description": "Used to pass attributes to the filter menu icon's DOM element."
},
{
"name": "headerFilterClearButton",
@@ -10340,7 +10562,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header filter clear button's DOM element."
+ "description": "Used to pass attributes to the header filter clear button's DOM element."
},
{
"name": "filterClearIcon",
@@ -10348,7 +10570,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter clear icon's DOM element."
+ "description": "Used to pass attributes to the filter clear icon's DOM element."
},
{
"name": "filterOverlay",
@@ -10356,7 +10578,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter overlay's DOM element."
+ "description": "Used to pass attributes to the filter overlay's DOM element."
},
{
"name": "filterRowItems",
@@ -10364,7 +10586,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter row items' DOM element."
+ "description": "Used to pass attributes to the filter row items' DOM element."
},
{
"name": "filterRowItem",
@@ -10372,7 +10594,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter row item's DOM element."
+ "description": "Used to pass attributes to the filter row item's DOM element."
},
{
"name": "filterSeparator",
@@ -10380,7 +10602,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter separator's DOM element."
+ "description": "Used to pass attributes to the filter separator's DOM element."
},
{
"name": "filterOperator",
@@ -10388,7 +10610,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter operator's DOM element."
+ "description": "Used to pass attributes to the filter operator's DOM element."
},
{
"name": "filterOperatorDropdown",
@@ -10396,7 +10618,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Dropdown component."
+ "description": "Used to pass attributes to the Dropdown component."
},
{
"name": "filterConstraints",
@@ -10404,7 +10626,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter constraints' DOM element."
+ "description": "Used to pass attributes to the filter constraints' DOM element."
},
{
"name": "filterConstraint",
@@ -10412,7 +10634,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter constraint's DOM element."
+ "description": "Used to pass attributes to the filter constraint's DOM element."
},
{
"name": "filterMatchModeDropdown",
@@ -10420,7 +10642,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Dropdown component."
+ "description": "Used to pass attributes to the Dropdown component."
},
{
"name": "filterRemove",
@@ -10428,7 +10650,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter remove button container's DOM element."
+ "description": "Used to pass attributes to the filter remove button container's DOM element."
},
{
"name": "filterRemoveButton",
@@ -10436,7 +10658,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "filterAddRule",
@@ -10444,7 +10666,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter add rule's DOM element."
+ "description": "Used to pass attributes to the filter add rule's DOM element."
},
{
"name": "filterAddRuleButton",
@@ -10452,7 +10674,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "filterButtonbar",
@@ -10460,7 +10682,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter buttonbar's DOM element."
+ "description": "Used to pass attributes to the filter buttonbar's DOM element."
},
{
"name": "filterClearButton",
@@ -10468,7 +10690,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "filterApplyButton",
@@ -10476,7 +10698,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "bodyCell",
@@ -10484,7 +10706,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the body cell's DOM element."
+ "description": "Used to pass attributes to the body cell's DOM element."
},
{
"name": "rowGroupToggler",
@@ -10492,7 +10714,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rowgroup toggler's DOM element."
+ "description": "Used to pass attributes to the rowgroup toggler's DOM element."
},
{
"name": "rowGroupTogglerIcon",
@@ -10500,7 +10722,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rowgroup toggler icon's DOM element."
+ "description": "Used to pass attributes to the rowgroup toggler icon's DOM element."
},
{
"name": "columnTitle",
@@ -10508,7 +10730,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the column title's DOM element."
+ "description": "Used to pass attributes to the column title's DOM element."
},
{
"name": "radiobuttonWrapper",
@@ -10516,7 +10738,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the radiobutton wrapper's DOM element."
+ "description": "Used to pass attributes to the radiobutton wrapper's DOM element."
},
{
"name": "radiobutton",
@@ -10524,7 +10746,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the radiobutton's DOM element."
+ "description": "Used to pass attributes to the radiobutton's DOM element."
},
{
"name": "radiobuttonIcon",
@@ -10532,7 +10754,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the radiobutton icon's DOM element."
+ "description": "Used to pass attributes to the radiobutton icon's DOM element."
},
{
"name": "checkboxWrapper",
@@ -10540,7 +10762,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox wrapper's DOM element."
+ "description": "Used to pass attributes to the checkbox wrapper's DOM element."
},
{
"name": "checkbox",
@@ -10548,7 +10770,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox's DOM element."
+ "description": "Used to pass attributes to the checkbox's DOM element."
},
{
"name": "checkboxIcon",
@@ -10556,7 +10778,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox icon's DOM element."
+ "description": "Used to pass attributes to the checkbox icon's DOM element."
},
{
"name": "rowToggler",
@@ -10564,7 +10786,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rowtoggler's DOM element."
+ "description": "Used to pass attributes to the rowtoggler's DOM element."
},
{
"name": "rowTogglerIcon",
@@ -10572,7 +10794,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rowtoggler icon's DOM element."
+ "description": "Used to pass attributes to the rowtoggler icon's DOM element."
},
{
"name": "rowEditorInitButton",
@@ -10580,7 +10802,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row editor init button's DOM element."
+ "description": "Used to pass attributes to the row editor init button's DOM element."
},
{
"name": "rowEditorInitIcon",
@@ -10588,7 +10810,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row editor init icon's DOM element."
+ "description": "Used to pass attributes to the row editor init icon's DOM element."
},
{
"name": "rowEditorSaveButton",
@@ -10596,7 +10818,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row editor save button's DOM element."
+ "description": "Used to pass attributes to the row editor save button's DOM element."
},
{
"name": "rowEditorSaveIcon",
@@ -10604,7 +10826,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row editor save icon's DOM element."
+ "description": "Used to pass attributes to the row editor save icon's DOM element."
},
{
"name": "rowEditorCancelButton",
@@ -10612,7 +10834,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row editor cancel button's DOM element."
+ "description": "Used to pass attributes to the row editor cancel button's DOM element."
},
{
"name": "rowEditorCancelIcon",
@@ -10620,7 +10842,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row editor cancel icon's DOM element."
+ "description": "Used to pass attributes to the row editor cancel icon's DOM element."
},
{
"name": "footerCell",
@@ -10628,7 +10850,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer cell's DOM element."
+ "description": "Used to pass attributes to the footer cell's DOM element."
},
{
"name": "bodyCellContent",
@@ -10636,7 +10858,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the body cell content's DOM element."
+ "description": "Used to pass attributes to the body cell content's DOM element."
},
{
"name": "hiddenHeaderInputWrapper",
@@ -10644,7 +10866,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenHeaderInput",
@@ -10652,7 +10874,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -10660,7 +10882,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
@@ -10668,7 +10890,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hooks",
@@ -10676,7 +10898,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -11119,7 +11341,7 @@
"readonly": false,
"type": "ColumnPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -11558,7 +11780,7 @@
"readonly": false,
"type": "ColumnGroupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -11566,7 +11788,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -11602,7 +11824,7 @@
"readonly": false,
"type": "ColumnGroupPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -13467,7 +13689,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -13475,7 +13697,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerTitle",
@@ -13483,7 +13705,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header title's DOM element."
+ "description": "Used to pass attributes to the header title's DOM element."
},
{
"name": "headerIcons",
@@ -13491,7 +13713,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header icons' DOM element."
+ "description": "Used to pass attributes to the header icons' DOM element."
},
{
"name": "closeButton",
@@ -13499,7 +13721,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button's component."
+ "description": "Used to pass attributes to the close button's component."
},
{
"name": "closeButtonIcon",
@@ -13507,7 +13729,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button icon's component."
+ "description": "Used to pass attributes to the close button icon's component."
},
{
"name": "content",
@@ -13515,7 +13737,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "icon",
@@ -13523,7 +13745,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "message",
@@ -13531,7 +13753,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the message's DOM element."
+ "description": "Used to pass attributes to the message's DOM element."
},
{
"name": "footer",
@@ -13539,7 +13761,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "rejectButton",
@@ -13547,7 +13769,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "acceptButton",
@@ -13555,7 +13777,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "hooks",
@@ -13563,7 +13785,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -13651,7 +13873,7 @@
"readonly": false,
"type": "ConfirmDialogPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -13780,7 +14002,7 @@
"readonly": false,
"type": "ConfirmPopupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "content",
@@ -13788,7 +14010,7 @@
"readonly": false,
"type": "ConfirmPopupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "icon",
@@ -13796,7 +14018,7 @@
"readonly": false,
"type": "ConfirmPopupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "message",
@@ -13804,7 +14026,7 @@
"readonly": false,
"type": "ConfirmPopupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the message's DOM element."
+ "description": "Used to pass attributes to the message's DOM element."
},
{
"name": "footer",
@@ -13812,7 +14034,7 @@
"readonly": false,
"type": "ConfirmPopupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "rejectButton",
@@ -13820,7 +14042,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "acceptButton",
@@ -13828,7 +14050,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "hooks",
@@ -13836,7 +14058,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -13895,7 +14117,7 @@
"readonly": false,
"type": "ConfirmPopupPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -14062,7 +14284,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -14070,7 +14292,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -14078,7 +14300,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "content",
@@ -14086,7 +14308,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "action",
@@ -14094,7 +14316,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -14102,7 +14324,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -14110,7 +14332,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "submenuIcon",
@@ -14118,7 +14340,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu icon's DOM element."
+ "description": "Used to pass attributes to the submenu icon's DOM element."
},
{
"name": "separator",
@@ -14126,7 +14348,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "submenu",
@@ -14134,7 +14356,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu's DOM element."
+ "description": "Used to pass attributes to the submenu's DOM element."
},
{
"name": "hooks",
@@ -14142,7 +14364,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -14367,7 +14589,7 @@
"readonly": false,
"type": "ContextMenuPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -15743,7 +15965,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "loadingOverlay",
@@ -15751,7 +15973,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading overlay's DOM element."
+ "description": "Used to pass attributes to the loading overlay's DOM element."
},
{
"name": "loadingIcon",
@@ -15759,7 +15981,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "header",
@@ -15767,7 +15989,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "paginator",
@@ -15775,7 +15997,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Paginator component."
+ "description": "Used to pass attributes to the Paginator component."
},
{
"name": "wrapper",
@@ -15783,7 +16005,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "virtualScroller",
@@ -15791,7 +16013,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the VirtualScroller component."
+ "description": "Used to pass attributes to the VirtualScroller component."
},
{
"name": "table",
@@ -15799,7 +16021,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table's DOM element."
+ "description": "Used to pass attributes to the table's DOM element."
},
{
"name": "virtualScrollerSpacer",
@@ -15807,7 +16029,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the virtual scroller spacer's DOM element."
+ "description": "Used to pass attributes to the virtual scroller spacer's DOM element."
},
{
"name": "footer",
@@ -15815,7 +16037,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "thead",
@@ -15823,7 +16045,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thead's DOM element."
+ "description": "Used to pass attributes to the thead's DOM element."
},
{
"name": "headerRow",
@@ -15831,7 +16053,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header row's DOM element."
+ "description": "Used to pass attributes to the header row's DOM element."
},
{
"name": "tbody",
@@ -15839,7 +16061,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the tbody's DOM element."
+ "description": "Used to pass attributes to the tbody's DOM element."
},
{
"name": "rowGroupHeader",
@@ -15847,7 +16069,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rowgroup header's DOM element."
+ "description": "Used to pass attributes to the rowgroup header's DOM element."
},
{
"name": "bodyRow",
@@ -15855,7 +16077,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the body row's DOM element."
+ "description": "Used to pass attributes to the body row's DOM element."
},
{
"name": "rowExpansion",
@@ -15863,7 +16085,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row expansion's DOM element."
+ "description": "Used to pass attributes to the row expansion's DOM element."
},
{
"name": "rowGroupFooter",
@@ -15871,7 +16093,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rowgroup footer's DOM element."
+ "description": "Used to pass attributes to the rowgroup footer's DOM element."
},
{
"name": "emptyMessage",
@@ -15879,7 +16101,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty message's DOM element."
+ "description": "Used to pass attributes to the empty message's DOM element."
},
{
"name": "tfoot",
@@ -15887,7 +16109,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the tfoot's DOM element."
+ "description": "Used to pass attributes to the tfoot's DOM element."
},
{
"name": "footerRow",
@@ -15895,7 +16117,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footerr ow's DOM element."
+ "description": "Used to pass attributes to the footerr ow's DOM element."
},
{
"name": "resizeHelper",
@@ -15903,7 +16125,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the resize helper's DOM element."
+ "description": "Used to pass attributes to the resize helper's DOM element."
},
{
"name": "reorderIndicatorUp",
@@ -15911,7 +16133,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the reorder indicator up's DOM element."
+ "description": "Used to pass attributes to the reorder indicator up's DOM element."
},
{
"name": "reorderIndicatorDown",
@@ -15919,7 +16141,7 @@
"readonly": false,
"type": "DataTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the reorder indicator down's DOM element."
+ "description": "Used to pass attributes to the reorder indicator down's DOM element."
},
{
"name": "columnGroup",
@@ -15927,7 +16149,7 @@
"readonly": false,
"type": "ColumnGroupPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the ColumnGroup helper components."
+ "description": "Used to pass attributes to the ColumnGroup helper components."
},
{
"name": "row",
@@ -15935,7 +16157,7 @@
"readonly": false,
"type": "RowPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Row helper components."
+ "description": "Used to pass attributes to the Row helper components."
},
{
"name": "column",
@@ -15943,7 +16165,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Column helper components."
+ "description": "Used to pass attributes to the Column helper components."
},
{
"name": "hooks",
@@ -15951,7 +16173,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -16618,7 +16840,7 @@
"readonly": false,
"type": "TableHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the TableHTMLAttributes to table element inside the component."
+ "description": "Used to pass all properties of the TableHTMLAttributes to table element inside the component."
},
{
"name": "filterInputProps",
@@ -16626,7 +16848,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable filter input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable filter input element inside the component."
},
{
"name": "pt",
@@ -16634,7 +16856,7 @@
"readonly": false,
"type": "DataTablePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -17401,7 +17623,7 @@
"readonly": false,
"type": "DataViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -17409,7 +17631,7 @@
"readonly": false,
"type": "DataViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "paginator",
@@ -17417,7 +17639,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Paginator component."
+ "description": "Used to pass attributes to the Paginator component."
},
{
"name": "content",
@@ -17425,7 +17647,7 @@
"readonly": false,
"type": "DataViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "grid",
@@ -17433,7 +17655,7 @@
"readonly": false,
"type": "DataViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the grid's DOM element."
+ "description": "Used to pass attributes to the grid's DOM element."
},
{
"name": "column",
@@ -17441,7 +17663,7 @@
"readonly": false,
"type": "DataViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the column's DOM element."
+ "description": "Used to pass attributes to the column's DOM element."
},
{
"name": "emptyMessage",
@@ -17449,7 +17671,7 @@
"readonly": false,
"type": "DataViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty message's DOM element."
+ "description": "Used to pass attributes to the empty message's DOM element."
},
{
"name": "footer",
@@ -17457,7 +17679,7 @@
"readonly": false,
"type": "DataViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "hooks",
@@ -17465,7 +17687,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -17644,7 +17866,7 @@
"readonly": false,
"type": "DataViewPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -17832,7 +18054,7 @@
"readonly": false,
"type": "DataViewLayoutOptionsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "listButton",
@@ -17840,7 +18062,7 @@
"readonly": false,
"type": "DataViewLayoutOptionsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list button's DOM element."
+ "description": "Used to pass attributes to the list button's DOM element."
},
{
"name": "listIcon",
@@ -17848,7 +18070,7 @@
"readonly": false,
"type": "DataViewLayoutOptionsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list icon's DOM element."
+ "description": "Used to pass attributes to the list icon's DOM element."
},
{
"name": "gridButton",
@@ -17856,7 +18078,7 @@
"readonly": false,
"type": "DataViewLayoutOptionsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the grid button's DOM element."
+ "description": "Used to pass attributes to the grid button's DOM element."
},
{
"name": "gridIcon",
@@ -17864,7 +18086,7 @@
"readonly": false,
"type": "DataViewLayoutOptionsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the grid icon's DOM element."
+ "description": "Used to pass attributes to the grid icon's DOM element."
},
{
"name": "hooks",
@@ -17872,7 +18094,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -17931,7 +18153,7 @@
"readonly": false,
"type": "DataViewLayoutOptionsPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -18049,7 +18271,7 @@
"readonly": false,
"type": "DeferredContentPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -18057,7 +18279,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -18100,7 +18322,7 @@
"readonly": false,
"type": "DeferredContentPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -18205,7 +18427,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -18213,7 +18435,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerTitle",
@@ -18221,7 +18443,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header title's DOM element."
+ "description": "Used to pass attributes to the header title's DOM element."
},
{
"name": "headerIcons",
@@ -18229,7 +18451,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header icons' DOM element."
+ "description": "Used to pass attributes to the header icons' DOM element."
},
{
"name": "maximizableButton",
@@ -18237,7 +18459,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the maximizable button's DOM element."
+ "description": "Used to pass attributes to the maximizable button's DOM element."
},
{
"name": "maximizableIcon",
@@ -18245,7 +18467,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the maximizable icon's DOM element."
+ "description": "Used to pass attributes to the maximizable icon's DOM element."
},
{
"name": "closeButton",
@@ -18253,7 +18475,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button's component."
+ "description": "Used to pass attributes to the close button's component."
},
{
"name": "closeButtonIcon",
@@ -18261,7 +18483,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button icon's component."
+ "description": "Used to pass attributes to the close button icon's component."
},
{
"name": "content",
@@ -18269,7 +18491,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "footer",
@@ -18277,7 +18499,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "mask",
@@ -18285,7 +18507,7 @@
"readonly": false,
"type": "DialogPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the mask's DOM element."
+ "description": "Used to pass attributes to the mask's DOM element."
},
{
"name": "hooks",
@@ -18293,7 +18515,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -18405,7 +18627,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component."
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component."
},
{
"name": "rtl",
@@ -18568,7 +18790,7 @@
"readonly": false,
"type": "DialogPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -18797,7 +19019,7 @@
"readonly": false,
"type": "DividerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "content",
@@ -18805,7 +19027,7 @@
"readonly": false,
"type": "DividerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "hooks",
@@ -18813,7 +19035,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -18865,7 +19087,7 @@
"readonly": false,
"type": "DividerPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -18969,7 +19191,7 @@
"readonly": false,
"type": "DockPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "container",
@@ -18977,7 +19199,7 @@
"readonly": false,
"type": "DockPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "menu",
@@ -18985,7 +19207,7 @@
"readonly": false,
"type": "DockPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -18993,7 +19215,7 @@
"readonly": false,
"type": "DockPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "content",
@@ -19001,7 +19223,7 @@
"readonly": false,
"type": "DockPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "action",
@@ -19009,7 +19231,7 @@
"readonly": false,
"type": "DockPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -19017,7 +19239,7 @@
"readonly": false,
"type": "DockPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "hooks",
@@ -19025,7 +19247,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -19232,7 +19454,7 @@
"readonly": false,
"type": "DockPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -19430,7 +19652,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -19438,7 +19660,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "clearIcon",
@@ -19446,7 +19668,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the clear icon's DOM element."
+ "description": "Used to pass attributes to the clear icon's DOM element."
},
{
"name": "trigger",
@@ -19454,7 +19676,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the trigger' DOM element."
+ "description": "Used to pass attributes to the trigger' DOM element."
},
{
"name": "loadingIcon",
@@ -19462,7 +19684,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "panel",
@@ -19470,7 +19692,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "header",
@@ -19478,7 +19700,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "filterContainer",
@@ -19486,7 +19708,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter container's DOM element."
+ "description": "Used to pass attributes to the filter container's DOM element."
},
{
"name": "filterInput",
@@ -19494,7 +19716,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter input's DOM element."
+ "description": "Used to pass attributes to the filter input's DOM element."
},
{
"name": "filterIcon",
@@ -19502,7 +19724,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter icon's DOM element."
+ "description": "Used to pass attributes to the filter icon's DOM element."
},
{
"name": "wrapper",
@@ -19510,7 +19732,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "virtualScroller",
@@ -19518,7 +19740,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the VirtualScroller component."
+ "description": "Used to pass attributes to the VirtualScroller component."
},
{
"name": "list",
@@ -19526,7 +19748,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "itemGroup",
@@ -19534,7 +19756,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item group's DOM element."
+ "description": "Used to pass attributes to the item group's DOM element."
},
{
"name": "item",
@@ -19542,7 +19764,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "emptyMessage",
@@ -19550,7 +19772,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty message's DOM element."
+ "description": "Used to pass attributes to the empty message's DOM element."
},
{
"name": "hiddenFirstFocusableEl",
@@ -19558,7 +19780,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden first focusable element's DOM element."
+ "description": "Used to pass attributes to the hidden first focusable element's DOM element."
},
{
"name": "hiddenFilterResult",
@@ -19566,7 +19788,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden filter result's DOM element."
+ "description": "Used to pass attributes to the hidden filter result's DOM element."
},
{
"name": "hiddenEmptyMessage",
@@ -19574,7 +19796,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden empty message's DOM element."
+ "description": "Used to pass attributes to the hidden empty message's DOM element."
},
{
"name": "hiddenSelectedMessage",
@@ -19582,7 +19804,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden selected message's DOM element."
+ "description": "Used to pass attributes to the hidden selected message's DOM element."
},
{
"name": "hiddenLastFocusableEl",
@@ -19590,7 +19812,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden last focusable element's DOM element."
+ "description": "Used to pass attributes to the hidden last focusable element's DOM element."
},
{
"name": "hooks",
@@ -19598,7 +19820,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -19872,7 +20094,7 @@
"readonly": false,
"type": "HTMLAttributes | InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement/HTMLSpanElement to the focusable input element inside the component."
},
{
"name": "panelStyle",
@@ -19896,7 +20118,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component."
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component."
},
{
"name": "filterInputProps",
@@ -19904,7 +20126,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the filter input inside the component."
},
{
"name": "clearIconProps",
@@ -19912,7 +20134,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLElement to the clear icon inside the component.",
+ "description": "Used to pass all properties of the HTMLElement to the clear icon inside the component.",
"deprecated": "since v3.26.0. Use 'pt' peroperty."
},
{
@@ -20077,7 +20299,7 @@
"readonly": false,
"type": "DropdownPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -20723,7 +20945,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "toolbar",
@@ -20731,7 +20953,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toolbar's DOM element."
+ "description": "Used to pass attributes to the toolbar's DOM element."
},
{
"name": "formats",
@@ -20739,7 +20961,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the formats' DOM element."
+ "description": "Used to pass attributes to the formats' DOM element."
},
{
"name": "header",
@@ -20747,7 +20969,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "option",
@@ -20755,7 +20977,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the option's DOM element."
+ "description": "Used to pass attributes to the option's DOM element."
},
{
"name": "bold",
@@ -20763,7 +20985,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the bold's DOM element."
+ "description": "Used to pass attributes to the bold's DOM element."
},
{
"name": "italic",
@@ -20771,7 +20993,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the italic's DOM element."
+ "description": "Used to pass attributes to the italic's DOM element."
},
{
"name": "underline",
@@ -20779,7 +21001,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the underline's DOM element."
+ "description": "Used to pass attributes to the underline's DOM element."
},
{
"name": "color",
@@ -20787,7 +21009,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the color's DOM element."
+ "description": "Used to pass attributes to the color's DOM element."
},
{
"name": "background",
@@ -20795,7 +21017,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the background's DOM element."
+ "description": "Used to pass attributes to the background's DOM element."
},
{
"name": "list",
@@ -20803,7 +21025,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "select",
@@ -20811,7 +21033,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the select's DOM element."
+ "description": "Used to pass attributes to the select's DOM element."
},
{
"name": "link",
@@ -20819,7 +21041,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the link's DOM element."
+ "description": "Used to pass attributes to the link's DOM element."
},
{
"name": "image",
@@ -20827,7 +21049,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the image's DOM element."
+ "description": "Used to pass attributes to the image's DOM element."
},
{
"name": "codeBlock",
@@ -20835,7 +21057,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the code block's DOM element."
+ "description": "Used to pass attributes to the code block's DOM element."
},
{
"name": "clean",
@@ -20843,7 +21065,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the clean's DOM element."
+ "description": "Used to pass attributes to the clean's DOM element."
},
{
"name": "content",
@@ -20851,7 +21073,7 @@
"readonly": false,
"type": "EditorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "hooks",
@@ -20859,7 +21081,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -20950,7 +21172,7 @@
"readonly": false,
"type": "EditorPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -21125,7 +21347,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "legend",
@@ -21133,7 +21355,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the legend's DOM element."
+ "description": "Used to pass attributes to the legend's DOM element."
},
{
"name": "toggler",
@@ -21141,7 +21363,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggler's DOM element."
+ "description": "Used to pass attributes to the toggler's DOM element."
},
{
"name": "togglerIcon",
@@ -21149,7 +21371,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggler icon's DOM element."
+ "description": "Used to pass attributes to the toggler icon's DOM element."
},
{
"name": "legendTitle",
@@ -21157,7 +21379,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the legend title's DOM element."
+ "description": "Used to pass attributes to the legend title's DOM element."
},
{
"name": "toggleableContent",
@@ -21165,7 +21387,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggleable content's DOM element."
+ "description": "Used to pass attributes to the toggleable content's DOM element."
},
{
"name": "content",
@@ -21173,7 +21395,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "hooks",
@@ -21181,7 +21403,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -21248,7 +21470,7 @@
"readonly": false,
"type": "AnchorHTMLAttributes",
"default": "",
- "description": "Uses to pass the custom value to read for the AnchorHTMLAttributes inside the component.",
+ "description": "Used to pass the custom value to read for the AnchorHTMLAttributes inside the component.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -21257,7 +21479,7 @@
"readonly": false,
"type": "FieldsetPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -21596,7 +21818,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -21604,7 +21826,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "buttonbar",
@@ -21612,7 +21834,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the buttonbar's DOM element."
+ "description": "Used to pass attributes to the buttonbar's DOM element."
},
{
"name": "chooseButton",
@@ -21620,7 +21842,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the choose button's DOM element."
+ "description": "Used to pass attributes to the choose button's DOM element."
},
{
"name": "chooseIcon",
@@ -21628,7 +21850,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the choose icon's DOM element."
+ "description": "Used to pass attributes to the choose icon's DOM element."
},
{
"name": "chooseButtonLabel",
@@ -21636,7 +21858,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the choose button label's DOM element."
+ "description": "Used to pass attributes to the choose button label's DOM element."
},
{
"name": "uploadButton",
@@ -21644,7 +21866,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the upload button's DOM element."
+ "description": "Used to pass attributes to the upload button's DOM element."
},
{
"name": "cancelButton",
@@ -21652,7 +21874,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the cancel button's DOM element."
+ "description": "Used to pass attributes to the cancel button's DOM element."
},
{
"name": "content",
@@ -21660,7 +21882,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "progressbar",
@@ -21668,7 +21890,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the progressbar's DOM element."
+ "description": "Used to pass attributes to the progressbar's DOM element."
},
{
"name": "message",
@@ -21676,7 +21898,7 @@
"readonly": false,
"type": "MessagePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the messages' DOM element."
+ "description": "Used to pass attributes to the messages' DOM element."
},
{
"name": "file",
@@ -21684,7 +21906,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the file's DOM element."
+ "description": "Used to pass attributes to the file's DOM element."
},
{
"name": "thumbnail",
@@ -21692,7 +21914,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thumbnail's DOM element."
+ "description": "Used to pass attributes to the thumbnail's DOM element."
},
{
"name": "details",
@@ -21700,7 +21922,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the details's DOM element."
+ "description": "Used to pass attributes to the details's DOM element."
},
{
"name": "fileName",
@@ -21708,7 +21930,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the fileName's DOM element."
+ "description": "Used to pass attributes to the fileName's DOM element."
},
{
"name": "fileSize",
@@ -21716,7 +21938,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the fileSize's DOM element."
+ "description": "Used to pass attributes to the fileSize's DOM element."
},
{
"name": "badge",
@@ -21724,7 +21946,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the badge's DOM element."
+ "description": "Used to pass attributes to the badge's DOM element."
},
{
"name": "actions",
@@ -21732,7 +21954,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the actions's DOM element."
+ "description": "Used to pass attributes to the actions's DOM element."
},
{
"name": "removeButton",
@@ -21740,7 +21962,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the remove button's DOM element."
+ "description": "Used to pass attributes to the remove button's DOM element."
},
{
"name": "empty",
@@ -21748,7 +21970,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty's DOM element."
+ "description": "Used to pass attributes to the empty's DOM element."
},
{
"name": "label",
@@ -21756,7 +21978,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "uploadIcon",
@@ -21764,7 +21986,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the upload icon's DOM element."
+ "description": "Used to pass attributes to the upload icon's DOM element."
},
{
"name": "hooks",
@@ -21772,7 +21994,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -22050,7 +22272,7 @@
"readonly": false,
"type": "FileUploadPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -22304,7 +22526,7 @@
"readonly": false,
"type": "FocusTrapDirectivePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
}
],
"methods": []
@@ -22319,7 +22541,7 @@
"readonly": false,
"type": "FocusTrapDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "firstFocusableElement",
@@ -22327,7 +22549,7 @@
"readonly": false,
"type": "FocusTrapDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the first focusable element's DOM element."
+ "description": "Used to pass attributes to the first focusable element's DOM element."
},
{
"name": "lastFocusableElement",
@@ -22335,7 +22557,7 @@
"readonly": false,
"type": "FocusTrapDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the last focusable element's DOM element."
+ "description": "Used to pass attributes to the last focusable element's DOM element."
},
{
"name": "hooks",
@@ -22343,7 +22565,7 @@
"readonly": false,
"type": "DirectiveHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -22429,6 +22651,13 @@
"readonly": false,
"type": "GalleriaState",
"default": ""
+ },
+ {
+ "name": "context",
+ "optional": false,
+ "readonly": false,
+ "type": "GalleriaContext",
+ "default": ""
}
],
"methods": []
@@ -22465,7 +22694,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "closeButton",
@@ -22473,7 +22702,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button's DOM element."
+ "description": "Used to pass attributes to the close button's DOM element."
},
{
"name": "closeIcon",
@@ -22481,7 +22710,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close icon's DOM element."
+ "description": "Used to pass attributes to the close icon's DOM element."
},
{
"name": "header",
@@ -22489,7 +22718,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "content",
@@ -22497,7 +22726,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "footer",
@@ -22505,7 +22734,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "itemWrapper",
@@ -22513,7 +22742,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item wrapper's DOM element."
+ "description": "Used to pass attributes to the item wrapper's DOM element."
},
{
"name": "itemContainer",
@@ -22521,7 +22750,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item container's DOM element."
+ "description": "Used to pass attributes to the item container's DOM element."
},
{
"name": "previousItemButton",
@@ -22529,7 +22758,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous item button's DOM element."
+ "description": "Used to pass attributes to the previous item button's DOM element."
},
{
"name": "previousItemIcon",
@@ -22537,7 +22766,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous item icon's DOM element."
+ "description": "Used to pass attributes to the previous item icon's DOM element."
},
{
"name": "item",
@@ -22545,7 +22774,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "nextItemButton",
@@ -22553,7 +22782,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next item button's DOM element."
+ "description": "Used to pass attributes to the next item button's DOM element."
},
{
"name": "nextItemIcon",
@@ -22561,7 +22790,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next item icon's DOM element."
+ "description": "Used to pass attributes to the next item icon's DOM element."
},
{
"name": "caption",
@@ -22569,7 +22798,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the caption's DOM element."
+ "description": "Used to pass attributes to the caption's DOM element."
},
{
"name": "indicators",
@@ -22577,7 +22806,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the indicators's DOM element."
+ "description": "Used to pass attributes to the indicators's DOM element."
},
{
"name": "indicator",
@@ -22585,7 +22814,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the indicator's DOM element."
+ "description": "Used to pass attributes to the indicator's DOM element."
},
{
"name": "indicatorButton",
@@ -22593,7 +22822,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the indicator button's DOM element."
+ "description": "Used to pass attributes to the indicator button's DOM element."
},
{
"name": "thumbnailWrapper",
@@ -22601,7 +22830,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thumbnail wrapper's DOM element."
+ "description": "Used to pass attributes to the thumbnail wrapper's DOM element."
},
{
"name": "thumbnailContainer",
@@ -22609,7 +22838,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thumbnail container's DOM element."
+ "description": "Used to pass attributes to the thumbnail container's DOM element."
},
{
"name": "previousThumbnailButton",
@@ -22617,7 +22846,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous thumbnail button's DOM element."
+ "description": "Used to pass attributes to the previous thumbnail button's DOM element."
},
{
"name": "previousThumbnailIcon",
@@ -22625,7 +22854,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous thumbnail icon's DOM element."
+ "description": "Used to pass attributes to the previous thumbnail icon's DOM element."
},
{
"name": "thumbnailItemsContainer",
@@ -22633,7 +22862,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thumbnail items container's DOM element."
+ "description": "Used to pass attributes to the thumbnail items container's DOM element."
},
{
"name": "thumbnailItems",
@@ -22641,7 +22870,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thumbnail items' DOM element."
+ "description": "Used to pass attributes to the thumbnail items' DOM element."
},
{
"name": "thumbnailItem",
@@ -22649,7 +22878,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thumbnail item's DOM element."
+ "description": "Used to pass attributes to the thumbnail item's DOM element."
},
{
"name": "thumbnailItemContent",
@@ -22657,7 +22886,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thumbnail item content's DOM element."
+ "description": "Used to pass attributes to the thumbnail item content's DOM element."
},
{
"name": "nextThumbnailButton",
@@ -22665,7 +22894,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next thumbnail button's DOM element."
+ "description": "Used to pass attributes to the next thumbnail button's DOM element."
},
{
"name": "nextThumbnailIcon",
@@ -22673,7 +22902,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next thumbnail icon's DOM element."
+ "description": "Used to pass attributes to the next thumbnail icon's DOM element."
},
{
"name": "mask",
@@ -22681,7 +22910,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the mask's DOM element."
+ "description": "Used to pass attributes to the mask's DOM element."
},
{
"name": "hooks",
@@ -22689,7 +22918,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -22802,6 +23031,21 @@
],
"methods": []
},
+ "GalleriaContext": {
+ "description": "Defines current inline options in Galleria component.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "highlighted",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "false",
+ "description": "Current highlighted state of the indicator as a boolean."
+ }
+ ],
+ "methods": []
+ },
"GalleriaProps": {
"description": "Defines valid properties in Galleria component.",
"relatedProp": "",
@@ -23004,7 +23248,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the container element on fullscreen mode."
+ "description": "Used to pass all properties of the HTMLDivElement to the container element on fullscreen mode."
},
{
"name": "prevButtonProps",
@@ -23012,7 +23256,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the previous navigation button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the previous navigation button."
},
{
"name": "nextButtonProps",
@@ -23020,7 +23264,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the next navigation button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the next navigation button."
},
{
"name": "pt",
@@ -23028,7 +23272,7 @@
"readonly": false,
"type": "GalleriaPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -23345,7 +23589,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "image",
@@ -23353,7 +23597,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the image's DOM element."
+ "description": "Used to pass attributes to the image's DOM element."
},
{
"name": "button",
@@ -23361,7 +23605,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button's DOM element."
+ "description": "Used to pass attributes to the button's DOM element."
},
{
"name": "icon",
@@ -23369,7 +23613,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "mask",
@@ -23377,7 +23621,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the mask's DOM element."
+ "description": "Used to pass attributes to the mask's DOM element."
},
{
"name": "toolbar",
@@ -23385,7 +23629,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toolbar's DOM element."
+ "description": "Used to pass attributes to the toolbar's DOM element."
},
{
"name": "rotateRightButton",
@@ -23393,7 +23637,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rotate right button's DOM element."
+ "description": "Used to pass attributes to the rotate right button's DOM element."
},
{
"name": "rotateRightIcon",
@@ -23401,7 +23645,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rotate right icon's DOM element."
+ "description": "Used to pass attributes to the rotate right icon's DOM element."
},
{
"name": "rotateLeftButton",
@@ -23409,7 +23653,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rotate left button's DOM element."
+ "description": "Used to pass attributes to the rotate left button's DOM element."
},
{
"name": "rotateLeftIcon",
@@ -23417,7 +23661,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the rotate left icon's DOM element."
+ "description": "Used to pass attributes to the rotate left icon's DOM element."
},
{
"name": "zoomOutButton",
@@ -23425,7 +23669,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the zoom out button's DOM element."
+ "description": "Used to pass attributes to the zoom out button's DOM element."
},
{
"name": "zoomOutIcon",
@@ -23433,7 +23677,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the zoom out icon's DOM element."
+ "description": "Used to pass attributes to the zoom out icon's DOM element."
},
{
"name": "zoomInButton",
@@ -23441,7 +23685,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the zoom in button's DOM element."
+ "description": "Used to pass attributes to the zoom in button's DOM element."
},
{
"name": "zoomInIcon",
@@ -23449,7 +23693,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the zoom in icon's DOM element."
+ "description": "Used to pass attributes to the zoom in icon's DOM element."
},
{
"name": "closeButton",
@@ -23457,7 +23701,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button's DOM element."
+ "description": "Used to pass attributes to the close button's DOM element."
},
{
"name": "closeIcon",
@@ -23465,7 +23709,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close icon's DOM element."
+ "description": "Used to pass attributes to the close icon's DOM element."
},
{
"name": "previewContainer",
@@ -23473,7 +23717,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the preview container's DOM element."
+ "description": "Used to pass attributes to the preview container's DOM element."
},
{
"name": "preview",
@@ -23481,7 +23725,7 @@
"readonly": false,
"type": "ImagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the preview's DOM element."
+ "description": "Used to pass attributes to the preview's DOM element."
},
{
"name": "hooks",
@@ -23489,7 +23733,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -23605,7 +23849,7 @@
"readonly": false,
"type": "ImagePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -23756,7 +24000,7 @@
"readonly": false,
"type": "InlineMessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "icon",
@@ -23764,7 +24008,7 @@
"readonly": false,
"type": "InlineMessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "text",
@@ -23772,7 +24016,7 @@
"readonly": false,
"type": "InlineMessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the text's DOM element."
+ "description": "Used to pass attributes to the text's DOM element."
},
{
"name": "hooks",
@@ -23780,7 +24024,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -23840,7 +24084,7 @@
"readonly": false,
"type": "InlineMessagePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -23943,7 +24187,7 @@
"readonly": false,
"type": "InplacePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "display",
@@ -23951,7 +24195,7 @@
"readonly": false,
"type": "InplacePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the display's DOM element."
+ "description": "Used to pass attributes to the display's DOM element."
},
{
"name": "content",
@@ -23959,7 +24203,7 @@
"readonly": false,
"type": "InplacePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "closeButton",
@@ -23967,7 +24211,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "hooks",
@@ -23975,7 +24219,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -24051,7 +24295,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to display container."
+ "description": "Used to pass all properties of the HTMLDivElement to display container."
},
{
"name": "closeButtonProps",
@@ -24059,7 +24303,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the close button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the close button."
},
{
"name": "pt",
@@ -24067,7 +24311,7 @@
"readonly": false,
"type": "InplacePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -24217,7 +24461,7 @@
"readonly": false,
"type": "InputMaskPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -24225,7 +24469,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -24324,7 +24568,7 @@
"readonly": false,
"type": "InputMaskPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -24533,7 +24777,7 @@
"readonly": false,
"type": "InputNumberPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -24541,7 +24785,7 @@
"readonly": false,
"type": "InputTextPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Input component."
+ "description": "Used to pass attributes to the Input component."
},
{
"name": "buttonGroup",
@@ -24549,7 +24793,7 @@
"readonly": false,
"type": "InputNumberPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button group's DOM element."
+ "description": "Used to pass attributes to the button group's DOM element."
},
{
"name": "incrementButton",
@@ -24557,7 +24801,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "decrementButton",
@@ -24565,7 +24809,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "hooks",
@@ -24573,7 +24817,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -24858,7 +25102,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "incrementButtonProps",
@@ -24866,7 +25110,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to increment button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to increment button inside the component."
},
{
"name": "decrementButtonProps",
@@ -24874,7 +25118,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to decrement button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to decrement button inside the component."
},
{
"name": "aria-labelledby",
@@ -24898,7 +25142,7 @@
"readonly": false,
"type": "InputNumberPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -25055,7 +25299,7 @@
"readonly": false,
"type": "InputSwitchPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "slider",
@@ -25063,7 +25307,7 @@
"readonly": false,
"type": "InputSwitchPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the slider's DOM element."
+ "description": "Used to pass attributes to the slider's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -25071,7 +25315,7 @@
"readonly": false,
"type": "InputSwitchPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
@@ -25079,7 +25323,7 @@
"readonly": false,
"type": "InputSwitchPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hooks",
@@ -25087,7 +25331,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -25178,7 +25422,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "aria-labelledby",
@@ -25202,7 +25446,7 @@
"readonly": false,
"type": "InputSwitchPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -25345,7 +25589,7 @@
"readonly": false,
"type": "InputTextPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -25353,7 +25597,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -25420,7 +25664,7 @@
"readonly": false,
"type": "InputTextPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -25517,7 +25761,7 @@
"readonly": false,
"type": "KnobPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "svg",
@@ -25525,7 +25769,7 @@
"readonly": false,
"type": "KnobPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the svg's DOM element."
+ "description": "Used to pass attributes to the svg's DOM element."
},
{
"name": "range",
@@ -25533,7 +25777,7 @@
"readonly": false,
"type": "KnobPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the range's DOM element."
+ "description": "Used to pass attributes to the range's DOM element."
},
{
"name": "value",
@@ -25541,7 +25785,7 @@
"readonly": false,
"type": "KnobPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the value' DOM element."
+ "description": "Used to pass attributes to the value' DOM element."
},
{
"name": "label",
@@ -25549,7 +25793,7 @@
"readonly": false,
"type": "KnobPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "hooks",
@@ -25557,7 +25801,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -25760,7 +26004,7 @@
"readonly": false,
"type": "KnobPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -25929,7 +26173,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -25937,7 +26181,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "filterContainer",
@@ -25945,7 +26189,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter container's DOM element."
+ "description": "Used to pass attributes to the filter container's DOM element."
},
{
"name": "filterInput",
@@ -25953,7 +26197,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter input's DOM element."
+ "description": "Used to pass attributes to the filter input's DOM element."
},
{
"name": "filterIcon",
@@ -25961,7 +26205,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter icon's DOM element."
+ "description": "Used to pass attributes to the filter icon's DOM element."
},
{
"name": "wrapper",
@@ -25969,7 +26213,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "virtualScroller",
@@ -25977,7 +26221,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the VirtualScroller component."
+ "description": "Used to pass attributes to the VirtualScroller component."
},
{
"name": "list",
@@ -25985,7 +26229,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "itemGroup",
@@ -25993,7 +26237,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item group's DOM element."
+ "description": "Used to pass attributes to the item group's DOM element."
},
{
"name": "item",
@@ -26001,7 +26245,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "emptyMessage",
@@ -26009,7 +26253,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the emptyMessage's DOM element."
+ "description": "Used to pass attributes to the emptyMessage's DOM element."
},
{
"name": "hiddenFirstFocusableEl",
@@ -26017,7 +26261,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden first focusable element's DOM element."
+ "description": "Used to pass attributes to the hidden first focusable element's DOM element."
},
{
"name": "hiddenFilterResult",
@@ -26025,7 +26269,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden filter result's DOM element."
+ "description": "Used to pass attributes to the hidden filter result's DOM element."
},
{
"name": "hiddenSelectedMessage",
@@ -26033,7 +26277,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden selected message's DOM element."
+ "description": "Used to pass attributes to the hidden selected message's DOM element."
},
{
"name": "hiddenLastFocusableEl",
@@ -26041,7 +26285,7 @@
"readonly": false,
"type": "ListboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden last focusable element's DOM element."
+ "description": "Used to pass attributes to the hidden last focusable element's DOM element."
},
{
"name": "hooks",
@@ -26049,7 +26293,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -26283,7 +26527,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the filter input inside the component."
},
{
"name": "virtualScrollerOptions",
@@ -26388,7 +26632,7 @@
"readonly": false,
"type": "ListboxPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -26649,7 +26893,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -26657,7 +26901,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -26665,7 +26909,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "content",
@@ -26673,7 +26917,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "action",
@@ -26681,7 +26925,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -26689,7 +26933,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -26697,7 +26941,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "submenuIcon",
@@ -26705,7 +26949,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu icon's DOM element."
+ "description": "Used to pass attributes to the submenu icon's DOM element."
},
{
"name": "panel",
@@ -26713,7 +26957,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "grid",
@@ -26721,7 +26965,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the grid's DOM element."
+ "description": "Used to pass attributes to the grid's DOM element."
},
{
"name": "column",
@@ -26729,7 +26973,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the column's DOM element."
+ "description": "Used to pass attributes to the column's DOM element."
},
{
"name": "submenuHeader",
@@ -26737,7 +26981,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu header's DOM element."
+ "description": "Used to pass attributes to the submenu header's DOM element."
},
{
"name": "submenu",
@@ -26745,7 +26989,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu's DOM element."
+ "description": "Used to pass attributes to the submenu's DOM element."
},
{
"name": "separator",
@@ -26753,7 +26997,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "start",
@@ -26761,7 +27005,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the start of the component."
+ "description": "Used to pass attributes to the start of the component."
},
{
"name": "end",
@@ -26769,7 +27013,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the end of the component."
+ "description": "Used to pass attributes to the end of the component."
},
{
"name": "hooks",
@@ -26777,7 +27021,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -26970,7 +27214,7 @@
"readonly": false,
"type": "MegaMenuPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -27182,7 +27426,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -27190,7 +27434,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "submenuHeader",
@@ -27198,7 +27442,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu header's DOM element."
+ "description": "Used to pass attributes to the submenu header's DOM element."
},
{
"name": "menuitem",
@@ -27206,7 +27450,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "content",
@@ -27214,7 +27458,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "action",
@@ -27222,7 +27466,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -27230,7 +27474,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -27238,7 +27482,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "separator",
@@ -27246,7 +27490,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "start",
@@ -27254,7 +27498,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the start of the component."
+ "description": "Used to pass attributes to the start of the component."
},
{
"name": "end",
@@ -27262,7 +27506,7 @@
"readonly": false,
"type": "MenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the end of the component."
+ "description": "Used to pass attributes to the end of the component."
},
{
"name": "hooks",
@@ -27270,7 +27514,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -27448,7 +27692,7 @@
"readonly": false,
"type": "MenuPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -27612,7 +27856,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -27620,7 +27864,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -27628,7 +27872,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "content",
@@ -27636,7 +27880,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "action",
@@ -27644,7 +27888,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -27652,7 +27896,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -27660,7 +27904,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "submenuIcon",
@@ -27668,7 +27912,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu icon's DOM element."
+ "description": "Used to pass attributes to the submenu icon's DOM element."
},
{
"name": "separator",
@@ -27676,7 +27920,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "button",
@@ -27684,7 +27928,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the mobile popup menu button's DOM element."
+ "description": "Used to pass attributes to the mobile popup menu button's DOM element."
},
{
"name": "popupIcon",
@@ -27692,7 +27936,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the mobile popup menu button icon's DOM element."
+ "description": "Used to pass attributes to the mobile popup menu button icon's DOM element."
},
{
"name": "submenu",
@@ -27700,7 +27944,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu's DOM element."
+ "description": "Used to pass attributes to the submenu's DOM element."
},
{
"name": "start",
@@ -27708,7 +27952,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the start of the component."
+ "description": "Used to pass attributes to the start of the component."
},
{
"name": "end",
@@ -27716,7 +27960,7 @@
"readonly": false,
"type": "MenubarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the end of the component."
+ "description": "Used to pass attributes to the end of the component."
},
{
"name": "hooks",
@@ -27724,7 +27968,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -27885,7 +28129,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the menu button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the menu button."
},
{
"name": "aria-label",
@@ -27909,7 +28153,7 @@
"readonly": false,
"type": "MenubarPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -28213,7 +28457,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "wrapper",
@@ -28221,7 +28465,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "icon",
@@ -28229,7 +28473,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "text",
@@ -28237,7 +28481,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the text's DOM element."
+ "description": "Used to pass attributes to the text's DOM element."
},
{
"name": "button",
@@ -28245,7 +28489,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button's DOM element.",
+ "description": "Used to pass attributes to the button's DOM element.",
"deprecated": "since v3.30.2. Use 'closeButton' option."
},
{
@@ -28254,7 +28498,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button's DOM element."
+ "description": "Used to pass attributes to the button's DOM element."
},
{
"name": "buttonIcon",
@@ -28262,7 +28506,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button icon's DOM element.",
+ "description": "Used to pass attributes to the button icon's DOM element.",
"deprecated": "since v3.30.2. Use 'closeIcon' option."
},
{
@@ -28271,7 +28515,7 @@
"readonly": false,
"type": "MessagePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button icon's DOM element."
+ "description": "Used to pass attributes to the button icon's DOM element."
},
{
"name": "hooks",
@@ -28279,7 +28523,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -28371,7 +28615,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the close button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the close button."
},
{
"name": "pt",
@@ -28379,7 +28623,7 @@
"readonly": false,
"type": "MessagePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -28616,7 +28860,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "labelContainer",
@@ -28624,7 +28868,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label container's DOM element."
+ "description": "Used to pass attributes to the label container's DOM element."
},
{
"name": "label",
@@ -28632,7 +28876,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "token",
@@ -28640,7 +28884,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the token's DOM element."
+ "description": "Used to pass attributes to the token's DOM element."
},
{
"name": "tokenLabel",
@@ -28648,7 +28892,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the token label's DOM element."
+ "description": "Used to pass attributes to the token label's DOM element."
},
{
"name": "removeTokenIcon",
@@ -28656,7 +28900,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the remove token icon's DOM element."
+ "description": "Used to pass attributes to the remove token icon's DOM element."
},
{
"name": "trigger",
@@ -28664,7 +28908,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the trigger's DOM element."
+ "description": "Used to pass attributes to the trigger's DOM element."
},
{
"name": "triggerIcon",
@@ -28672,7 +28916,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the trigger icon's DOM element."
+ "description": "Used to pass attributes to the trigger icon's DOM element."
},
{
"name": "dropdownIcon",
@@ -28680,7 +28924,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the dropdown icon's DOM element."
+ "description": "Used to pass attributes to the dropdown icon's DOM element."
},
{
"name": "panel",
@@ -28688,7 +28932,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "header",
@@ -28696,7 +28940,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerCheckboxContainer",
@@ -28704,7 +28948,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header checkbox container's DOM element."
+ "description": "Used to pass attributes to the header checkbox container's DOM element."
},
{
"name": "headerCheckbox",
@@ -28712,7 +28956,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header checkbox's DOM element."
+ "description": "Used to pass attributes to the header checkbox's DOM element."
},
{
"name": "filterContainer",
@@ -28720,7 +28964,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter container's DOM element."
+ "description": "Used to pass attributes to the filter container's DOM element."
},
{
"name": "filterInput",
@@ -28728,7 +28972,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter input's DOM element."
+ "description": "Used to pass attributes to the filter input's DOM element."
},
{
"name": "filterIcon",
@@ -28736,7 +28980,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter icon's DOM element."
+ "description": "Used to pass attributes to the filter icon's DOM element."
},
{
"name": "closeButton",
@@ -28744,7 +28988,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button's DOM element."
+ "description": "Used to pass attributes to the close button's DOM element."
},
{
"name": "closeIcon",
@@ -28752,7 +28996,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close icon's DOM element."
+ "description": "Used to pass attributes to the close icon's DOM element."
},
{
"name": "wrapper",
@@ -28760,7 +29004,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "virtualScroller",
@@ -28768,7 +29012,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the VirtualScroller component."
+ "description": "Used to pass attributes to the VirtualScroller component."
},
{
"name": "list",
@@ -28776,7 +29020,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "itemGroup",
@@ -28784,7 +29028,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item group's DOM element."
+ "description": "Used to pass attributes to the item group's DOM element."
},
{
"name": "item",
@@ -28792,7 +29036,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "checkboxContainer",
@@ -28800,7 +29044,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox container's DOM element."
+ "description": "Used to pass attributes to the checkbox container's DOM element."
},
{
"name": "checkbox",
@@ -28808,7 +29052,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox's DOM element."
+ "description": "Used to pass attributes to the checkbox's DOM element."
},
{
"name": "checkboxIcon",
@@ -28816,7 +29060,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox icon's DOM element."
+ "description": "Used to pass attributes to the checkbox icon's DOM element."
},
{
"name": "option",
@@ -28824,7 +29068,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the option's DOM element."
+ "description": "Used to pass attributes to the option's DOM element."
},
{
"name": "emptyMessage",
@@ -28832,7 +29076,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the emptyMessage's DOM element."
+ "description": "Used to pass attributes to the emptyMessage's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -28840,7 +29084,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
@@ -28848,7 +29092,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hiddenFirstFocusableEl",
@@ -28856,7 +29100,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden first focusable element's DOM element."
+ "description": "Used to pass attributes to the hidden first focusable element's DOM element."
},
{
"name": "hiddenFilterResult",
@@ -28864,7 +29108,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden filter result's DOM element."
+ "description": "Used to pass attributes to the hidden filter result's DOM element."
},
{
"name": "hiddenSelectedMessage",
@@ -28872,7 +29116,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden selected message's DOM element."
+ "description": "Used to pass attributes to the hidden selected message's DOM element."
},
{
"name": "hiddenLastFocusableEl",
@@ -28880,7 +29124,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden last focusable element's DOM element."
+ "description": "Used to pass attributes to the hidden last focusable element's DOM element."
},
{
"name": "hooks",
@@ -28888,7 +29132,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -29082,7 +29326,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "panelStyle",
@@ -29106,7 +29350,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel."
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel."
},
{
"name": "filterInputProps",
@@ -29114,7 +29358,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the filter input inside the overlay panel."
+ "description": "Used to pass all properties of the HTMLInputElement to the filter input inside the overlay panel."
},
{
"name": "closeButtonProps",
@@ -29122,7 +29366,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the clear button inside the overlay panel."
+ "description": "Used to pass all properties of the HTMLButtonElement to the clear button inside the overlay panel."
},
{
"name": "dataKey",
@@ -29392,7 +29636,7 @@
"readonly": false,
"type": "MultiSelectPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -29858,7 +30102,7 @@
"readonly": false,
"type": "OrderListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "controls",
@@ -29866,7 +30110,7 @@
"readonly": false,
"type": "OrderListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the controls' DOM element."
+ "description": "Used to pass attributes to the controls' DOM element."
},
{
"name": "moveUpButton",
@@ -29874,7 +30118,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "moveTopButton",
@@ -29882,7 +30126,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "moveDownButton",
@@ -29890,7 +30134,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "moveBottomButton",
@@ -29898,7 +30142,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "container",
@@ -29906,7 +30150,7 @@
"readonly": false,
"type": "OrderListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "header",
@@ -29914,7 +30158,7 @@
"readonly": false,
"type": "OrderListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "list",
@@ -29922,7 +30166,7 @@
"readonly": false,
"type": "OrderListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "item",
@@ -29930,7 +30174,7 @@
"readonly": false,
"type": "OrderListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "hooks",
@@ -29938,7 +30182,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -30100,7 +30344,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLAttributes to the list element."
+ "description": "Used to pass all properties of the HTMLAttributes to the list element."
},
{
"name": "moveUpButtonProps",
@@ -30108,7 +30352,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move up button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move up button inside the component."
},
{
"name": "moveTopButtonProps",
@@ -30116,7 +30360,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move top button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move top button inside the component."
},
{
"name": "moveDownButtonProps",
@@ -30124,7 +30368,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move down button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move down button inside the component."
},
{
"name": "moveBottomButtonProps",
@@ -30132,7 +30376,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move bottom button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move bottom button inside the component."
},
{
"name": "aria-label",
@@ -30156,7 +30400,7 @@
"readonly": false,
"type": "OrderListPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -30456,7 +30700,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "table",
@@ -30464,7 +30708,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table's DOM element."
+ "description": "Used to pass attributes to the table's DOM element."
},
{
"name": "body",
@@ -30472,7 +30716,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the body's DOM element."
+ "description": "Used to pass attributes to the body's DOM element."
},
{
"name": "row",
@@ -30480,7 +30724,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row' DOM element."
+ "description": "Used to pass attributes to the row' DOM element."
},
{
"name": "cell",
@@ -30488,7 +30732,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the cell's DOM element."
+ "description": "Used to pass attributes to the cell's DOM element."
},
{
"name": "node",
@@ -30496,7 +30740,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the node's DOM element."
+ "description": "Used to pass attributes to the node's DOM element."
},
{
"name": "nodeToggler",
@@ -30504,7 +30748,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the nodeToggler's DOM element."
+ "description": "Used to pass attributes to the nodeToggler's DOM element."
},
{
"name": "nodeTogglerIcon",
@@ -30512,7 +30756,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the nodeTogglerIcon's DOM element."
+ "description": "Used to pass attributes to the nodeTogglerIcon's DOM element."
},
{
"name": "lines",
@@ -30520,7 +30764,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the lines's DOM element."
+ "description": "Used to pass attributes to the lines's DOM element."
},
{
"name": "lineCell",
@@ -30528,7 +30772,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the lineCell's DOM element."
+ "description": "Used to pass attributes to the lineCell's DOM element."
},
{
"name": "lineDown",
@@ -30536,7 +30780,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the lineDown's DOM element."
+ "description": "Used to pass attributes to the lineDown's DOM element."
},
{
"name": "nodes",
@@ -30544,7 +30788,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the nodes's DOM element."
+ "description": "Used to pass attributes to the nodes's DOM element."
},
{
"name": "nodeCell",
@@ -30552,7 +30796,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the nodeCell's DOM element."
+ "description": "Used to pass attributes to the nodeCell's DOM element."
},
{
"name": "hooks",
@@ -30560,7 +30804,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -30698,7 +30942,7 @@
"readonly": false,
"type": "OrganizationChartPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -30942,7 +31186,7 @@
"readonly": false,
"type": "OverlayPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "content",
@@ -30950,7 +31194,7 @@
"readonly": false,
"type": "OverlayPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "closeButton",
@@ -30958,7 +31202,7 @@
"readonly": false,
"type": "OverlayPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button's DOM element."
+ "description": "Used to pass attributes to the close button's DOM element."
},
{
"name": "closeIcon",
@@ -30966,7 +31210,7 @@
"readonly": false,
"type": "OverlayPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close icon's DOM element."
+ "description": "Used to pass attributes to the close icon's DOM element."
},
{
"name": "hooks",
@@ -30974,7 +31218,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -31087,7 +31331,7 @@
"readonly": false,
"type": "OverlayPanelPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -31211,7 +31455,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the paginator wrapper's DOM element."
+ "description": "Used to pass attributes to the paginator wrapper's DOM element."
},
{
"name": "root",
@@ -31219,7 +31463,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "start",
@@ -31227,7 +31471,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the start's DOM element."
+ "description": "Used to pass attributes to the start's DOM element."
},
{
"name": "firstPageButton",
@@ -31235,7 +31479,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the first page button's DOM element."
+ "description": "Used to pass attributes to the first page button's DOM element."
},
{
"name": "firstPageIcon",
@@ -31243,7 +31487,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the first page icon's DOM element."
+ "description": "Used to pass attributes to the first page icon's DOM element."
},
{
"name": "previousPageButton",
@@ -31251,7 +31495,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the prev page button's DOM element."
+ "description": "Used to pass attributes to the prev page button's DOM element."
},
{
"name": "previousPageIcon",
@@ -31259,7 +31503,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the prev page icon's DOM element."
+ "description": "Used to pass attributes to the prev page icon's DOM element."
},
{
"name": "nextPageButton",
@@ -31267,7 +31511,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next page button's DOM element."
+ "description": "Used to pass attributes to the next page button's DOM element."
},
{
"name": "nextPageIcon",
@@ -31275,7 +31519,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next page icon's DOM element."
+ "description": "Used to pass attributes to the next page icon's DOM element."
},
{
"name": "lastPageButton",
@@ -31283,7 +31527,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the last page button's DOM element."
+ "description": "Used to pass attributes to the last page button's DOM element."
},
{
"name": "lastPageIcon",
@@ -31291,7 +31535,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the last page icon's DOM element."
+ "description": "Used to pass attributes to the last page icon's DOM element."
},
{
"name": "pages",
@@ -31299,7 +31543,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the pages's DOM element."
+ "description": "Used to pass attributes to the pages's DOM element."
},
{
"name": "pageButton",
@@ -31307,7 +31551,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the page button's DOM element."
+ "description": "Used to pass attributes to the page button's DOM element."
},
{
"name": "current",
@@ -31315,7 +31559,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the current's DOM element."
+ "description": "Used to pass attributes to the current's DOM element."
},
{
"name": "rowPerPageDropdown",
@@ -31323,7 +31567,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Dropdown component."
+ "description": "Used to pass attributes to the Dropdown component."
},
{
"name": "jumpToPageDropdown",
@@ -31331,7 +31575,7 @@
"readonly": false,
"type": "DropdownPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Dropdown component."
+ "description": "Used to pass attributes to the Dropdown component."
},
{
"name": "jumpToPageInput",
@@ -31339,7 +31583,7 @@
"readonly": false,
"type": "InputNumberPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Dropdown component."
+ "description": "Used to pass attributes to the Dropdown component."
},
{
"name": "end",
@@ -31347,7 +31591,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the end's DOM element."
+ "description": "Used to pass attributes to the end's DOM element."
},
{
"name": "hooks",
@@ -31355,7 +31599,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -31532,7 +31776,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
}
],
"methods": []
@@ -31729,7 +31973,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -31737,7 +31981,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "title",
@@ -31745,7 +31989,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the title's DOM element."
+ "description": "Used to pass attributes to the title's DOM element."
},
{
"name": "icons",
@@ -31753,7 +31997,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icons' DOM element."
+ "description": "Used to pass attributes to the icons' DOM element."
},
{
"name": "toggler",
@@ -31761,7 +32005,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggler's DOM element."
+ "description": "Used to pass attributes to the toggler's DOM element."
},
{
"name": "togglerIcon",
@@ -31769,7 +32013,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the togglericon's DOM element."
+ "description": "Used to pass attributes to the togglericon's DOM element."
},
{
"name": "toggleableContent",
@@ -31777,7 +32021,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggleablecontent's DOM element."
+ "description": "Used to pass attributes to the toggleablecontent's DOM element."
},
{
"name": "content",
@@ -31785,7 +32029,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "footer",
@@ -31793,7 +32037,7 @@
"readonly": false,
"type": "PanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "hooks",
@@ -31801,7 +32045,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -31868,7 +32112,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass the custom value to read for the button inside the component.",
+ "description": "Used to pass the custom value to read for the button inside the component.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -31877,7 +32121,7 @@
"readonly": false,
"type": "PanelPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -32046,7 +32290,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "panel",
@@ -32054,7 +32298,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "header",
@@ -32062,7 +32306,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerContent",
@@ -32070,7 +32314,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header content's DOM element."
+ "description": "Used to pass attributes to the header content's DOM element."
},
{
"name": "headerAction",
@@ -32078,7 +32322,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header action's DOM element."
+ "description": "Used to pass attributes to the header action's DOM element."
},
{
"name": "submenuIcon",
@@ -32086,7 +32330,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenuIcon's DOM element."
+ "description": "Used to pass attributes to the submenuIcon's DOM element."
},
{
"name": "headerIcon",
@@ -32094,7 +32338,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header icon's DOM element."
+ "description": "Used to pass attributes to the header icon's DOM element."
},
{
"name": "headerLabel",
@@ -32102,7 +32346,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header label's DOM element."
+ "description": "Used to pass attributes to the header label's DOM element."
},
{
"name": "toggleableContent",
@@ -32110,7 +32354,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggleable content's DOM element."
+ "description": "Used to pass attributes to the toggleable content's DOM element."
},
{
"name": "menuContent",
@@ -32118,7 +32362,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the menu content's DOM element."
+ "description": "Used to pass attributes to the menu content's DOM element."
},
{
"name": "menu",
@@ -32126,7 +32370,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -32134,7 +32378,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "content",
@@ -32142,7 +32386,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "action",
@@ -32150,7 +32394,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -32158,7 +32402,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -32166,7 +32410,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "submenu",
@@ -32174,7 +32418,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu's DOM element."
+ "description": "Used to pass attributes to the submenu's DOM element."
},
{
"name": "separator",
@@ -32182,7 +32426,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "hooks",
@@ -32190,7 +32434,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -32373,7 +32617,7 @@
"readonly": false,
"type": "PanelMenuPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -32556,7 +32800,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -32564,7 +32808,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the InputText component."
+ "description": "Used to pass attributes to the InputText component."
},
{
"name": "hideIcon",
@@ -32572,7 +32816,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hide icon's DOM element."
+ "description": "Used to pass attributes to the hide icon's DOM element."
},
{
"name": "showIcon",
@@ -32580,7 +32824,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the show icon's DOM element."
+ "description": "Used to pass attributes to the show icon's DOM element."
},
{
"name": "panel",
@@ -32588,7 +32832,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "meter",
@@ -32596,7 +32840,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the meter's DOM element."
+ "description": "Used to pass attributes to the meter's DOM element."
},
{
"name": "meterLabel",
@@ -32604,7 +32848,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the meter label's DOM element."
+ "description": "Used to pass attributes to the meter label's DOM element."
},
{
"name": "info",
@@ -32612,7 +32856,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the info's DOM element."
+ "description": "Used to pass attributes to the info's DOM element."
},
{
"name": "hiddenAccesible",
@@ -32620,7 +32864,7 @@
"readonly": false,
"type": "PasswordPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden accessible DOM element."
+ "description": "Used to pass attributes to the hidden accessible DOM element."
},
{
"name": "hooks",
@@ -32628,7 +32872,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -32871,7 +33115,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "panelId",
@@ -32903,7 +33147,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the overlay panel inside the component."
+ "description": "Used to pass all properties of the HTMLDivElement to the overlay panel inside the component."
},
{
"name": "aria-labelledby",
@@ -32927,7 +33171,7 @@
"readonly": false,
"type": "PasswordPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -33241,7 +33485,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "sourceControls",
@@ -33249,7 +33493,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the source controls' DOM element."
+ "description": "Used to pass attributes to the source controls' DOM element."
},
{
"name": "sourceMoveUpButton",
@@ -33257,7 +33501,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "sourceMoveTopButton",
@@ -33265,7 +33509,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "sourceMoveDownButton",
@@ -33273,7 +33517,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "sourceMoveBottomButton",
@@ -33281,7 +33525,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "sourceWrapper",
@@ -33289,7 +33533,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the source wrapper's DOM element."
+ "description": "Used to pass attributes to the source wrapper's DOM element."
},
{
"name": "sourceHeader",
@@ -33297,7 +33541,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the source header's DOM element."
+ "description": "Used to pass attributes to the source header's DOM element."
},
{
"name": "sourceList",
@@ -33305,7 +33549,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the source list's DOM element."
+ "description": "Used to pass attributes to the source list's DOM element."
},
{
"name": "buttons",
@@ -33313,7 +33557,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the buttons' DOM element."
+ "description": "Used to pass attributes to the buttons' DOM element."
},
{
"name": "moveToTargetButton",
@@ -33321,7 +33565,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "moveAllToTargetButton",
@@ -33329,7 +33573,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "moveToSourceButton",
@@ -33337,7 +33581,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "moveAllToSourceButton",
@@ -33345,7 +33589,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "targetWrapper",
@@ -33353,7 +33597,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the target wrapper's DOM element."
+ "description": "Used to pass attributes to the target wrapper's DOM element."
},
{
"name": "targetHeader",
@@ -33361,7 +33605,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the target header's DOM element."
+ "description": "Used to pass attributes to the target header's DOM element."
},
{
"name": "targetList",
@@ -33369,7 +33613,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the target list's DOM element."
+ "description": "Used to pass attributes to the target list's DOM element."
},
{
"name": "item",
@@ -33377,7 +33621,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the target item's DOM element."
+ "description": "Used to pass attributes to the target item's DOM element."
},
{
"name": "targetControls",
@@ -33385,7 +33629,7 @@
"readonly": false,
"type": "PickListPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the target controls' DOM element."
+ "description": "Used to pass attributes to the target controls' DOM element."
},
{
"name": "targetMoveUpButton",
@@ -33393,7 +33637,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "targetMoveTopButton",
@@ -33401,7 +33645,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "targetMoveDownButton",
@@ -33409,7 +33653,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "targetMoveBottomButton",
@@ -33417,7 +33661,7 @@
"readonly": false,
"type": "ButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "hooks",
@@ -33425,7 +33669,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -33633,7 +33877,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLAttributes to the target list element."
+ "description": "Used to pass all properties of the HTMLAttributes to the target list element."
},
{
"name": "sourceListProps",
@@ -33641,7 +33885,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLAttributes to the source list element."
+ "description": "Used to pass all properties of the HTMLAttributes to the source list element."
},
{
"name": "moveUpButtonProps",
@@ -33649,7 +33893,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move up button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move up button inside the component."
},
{
"name": "moveTopButtonProps",
@@ -33657,7 +33901,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move top button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move top button inside the component."
},
{
"name": "moveDownButtonProps",
@@ -33665,7 +33909,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move down button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move down button inside the component."
},
{
"name": "moveBottomButtonProps",
@@ -33673,7 +33917,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move bottom button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move bottom button inside the component."
},
{
"name": "moveToTargetProps",
@@ -33681,7 +33925,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move to target button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move to target button inside the component."
},
{
"name": "moveAllToTargetProps",
@@ -33689,7 +33933,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move all to target button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move all to target button inside the component."
},
{
"name": "moveToSourceProps",
@@ -33697,7 +33941,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move to source button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move to source button inside the component."
},
{
"name": "moveAllToSourceProps",
@@ -33705,7 +33949,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the move all to source button inside the component."
+ "description": "Used to pass all properties of the HTMLButtonElement to the move all to source button inside the component."
},
{
"name": "pt",
@@ -33713,7 +33957,7 @@
"readonly": false,
"type": "PickListPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -34099,7 +34343,7 @@
"readonly": false,
"type": "ProgressBarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "value",
@@ -34107,7 +34351,7 @@
"readonly": false,
"type": "ProgressBarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the value's DOM element."
+ "description": "Used to pass attributes to the value's DOM element."
},
{
"name": "label",
@@ -34115,7 +34359,7 @@
"readonly": false,
"type": "ProgressBarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "hooks",
@@ -34123,7 +34367,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -34175,7 +34419,7 @@
"readonly": false,
"type": "ProgressBarPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -34266,7 +34510,7 @@
"readonly": false,
"type": "ProgressSpinnerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "spinner",
@@ -34274,7 +34518,7 @@
"readonly": false,
"type": "ProgressSpinnerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the spinner's DOM element."
+ "description": "Used to pass attributes to the spinner's DOM element."
},
{
"name": "circle",
@@ -34282,7 +34526,7 @@
"readonly": false,
"type": "ProgressSpinnerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the circle's DOM element."
+ "description": "Used to pass attributes to the circle's DOM element."
},
{
"name": "hooks",
@@ -34290,7 +34534,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -34342,7 +34586,7 @@
"readonly": false,
"type": "ProgressSpinnerPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -34433,7 +34677,7 @@
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "input",
@@ -34441,7 +34685,7 @@
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "icon",
@@ -34449,7 +34693,7 @@
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -34457,7 +34701,7 @@
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden accessible DOM element wrapper."
+ "description": "Used to pass attributes to the hidden accessible DOM element wrapper."
},
{
"name": "hiddenInput",
@@ -34465,7 +34709,7 @@
"readonly": false,
"type": "RadioButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden accessible DOM element."
+ "description": "Used to pass attributes to the hidden accessible DOM element."
},
{
"name": "hooks",
@@ -34473,7 +34717,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -34572,7 +34816,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "aria-labelledby",
@@ -34596,7 +34840,7 @@
"readonly": false,
"type": "RadioButtonPassThroughMethodOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -34733,7 +34977,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "cancelItem",
@@ -34741,7 +34985,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the cancel item's DOM element."
+ "description": "Used to pass attributes to the cancel item's DOM element."
},
{
"name": "cancelIcon",
@@ -34749,7 +34993,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the cancel icon's DOM element."
+ "description": "Used to pass attributes to the cancel icon's DOM element."
},
{
"name": "item",
@@ -34757,7 +35001,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the item's DOM element."
+ "description": "Used to pass attributes to the item's DOM element."
},
{
"name": "onIcon",
@@ -34765,7 +35009,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the on icon's DOM element."
+ "description": "Used to pass attributes to the on icon's DOM element."
},
{
"name": "offIcon",
@@ -34773,7 +35017,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the off icon's DOM element."
+ "description": "Used to pass attributes to the off icon's DOM element."
},
{
"name": "hiddenCancelInputWrapper",
@@ -34781,7 +35025,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden cancel inputW wapper's DOM element."
+ "description": "Used to pass attributes to the hidden cancel inputW wapper's DOM element."
},
{
"name": "hiddenCancelInput",
@@ -34789,7 +35033,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden cancel input's DOM element."
+ "description": "Used to pass attributes to the hidden cancel input's DOM element."
},
{
"name": "hiddenItemInputWrapper",
@@ -34797,7 +35041,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden item input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden item input wrapper's DOM element."
},
{
"name": "hiddenItemInput",
@@ -34805,7 +35049,7 @@
"readonly": false,
"type": "RatingPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden item input's DOM element."
+ "description": "Used to pass attributes to the hidden item input's DOM element."
},
{
"name": "hooks",
@@ -34813,7 +35057,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -34985,7 +35229,7 @@
"readonly": false,
"type": "RatingPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -35131,7 +35375,7 @@
"readonly": false,
"type": "RippleDirectivePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -35154,7 +35398,7 @@
"readonly": false,
"type": "RippleDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -35162,7 +35406,7 @@
"readonly": false,
"type": "DirectiveHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -35269,7 +35513,7 @@
"readonly": false,
"type": "RowPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -35277,7 +35521,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -35403,7 +35647,7 @@
"readonly": false,
"type": "ScrollPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "wrapper",
@@ -35411,7 +35655,7 @@
"readonly": false,
"type": "ScrollPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "content",
@@ -35419,7 +35663,7 @@
"readonly": false,
"type": "ScrollPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "barX",
@@ -35427,7 +35671,7 @@
"readonly": false,
"type": "ScrollPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the horizontal panel's DOM element."
+ "description": "Used to pass attributes to the horizontal panel's DOM element."
},
{
"name": "barY",
@@ -35435,7 +35679,7 @@
"readonly": false,
"type": "ScrollPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the vertical panel's DOM element."
+ "description": "Used to pass attributes to the vertical panel's DOM element."
},
{
"name": "hooks",
@@ -35443,7 +35687,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -35518,7 +35762,7 @@
"readonly": false,
"type": "ScrollPanelPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -35616,7 +35860,7 @@
"readonly": false,
"type": "ScrollTopPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "icon",
@@ -35624,7 +35868,7 @@
"readonly": false,
"type": "ScrollTopPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "hooks",
@@ -35632,7 +35876,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -35708,7 +35952,7 @@
"readonly": false,
"type": "ScrollTopPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -35813,7 +36057,7 @@
"readonly": false,
"type": "SelectButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "button",
@@ -35821,7 +36065,7 @@
"readonly": false,
"type": "SelectButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button's DOM element."
+ "description": "Used to pass attributes to the button's DOM element."
},
{
"name": "label",
@@ -35829,7 +36073,7 @@
"readonly": false,
"type": "SelectButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "hooks",
@@ -35837,7 +36081,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -36006,7 +36250,7 @@
"readonly": false,
"type": "SelectButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -36163,7 +36407,7 @@
"readonly": false,
"type": "SidebarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -36171,7 +36415,7 @@
"readonly": false,
"type": "SidebarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerContent",
@@ -36179,7 +36423,7 @@
"readonly": false,
"type": "SidebarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header content's DOM element."
+ "description": "Used to pass attributes to the header content's DOM element."
},
{
"name": "closeButton",
@@ -36187,7 +36431,7 @@
"readonly": false,
"type": "SidebarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close button's DOM element."
+ "description": "Used to pass attributes to the close button's DOM element."
},
{
"name": "closeIcon",
@@ -36195,7 +36439,7 @@
"readonly": false,
"type": "SidebarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the close icon's DOM element."
+ "description": "Used to pass attributes to the close icon's DOM element."
},
{
"name": "content",
@@ -36203,7 +36447,7 @@
"readonly": false,
"type": "SidebarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "mask",
@@ -36211,7 +36455,7 @@
"readonly": false,
"type": "SidebarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the mask's DOM element."
+ "description": "Used to pass attributes to the mask's DOM element."
},
{
"name": "hooks",
@@ -36219,7 +36463,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -36335,7 +36579,7 @@
"readonly": false,
"type": "SidebarPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -36464,7 +36708,7 @@
"readonly": false,
"type": "SkeletonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -36472,7 +36716,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -36548,7 +36792,7 @@
"readonly": false,
"type": "SkeletonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -36632,7 +36876,7 @@
"readonly": false,
"type": "SliderPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "range",
@@ -36640,7 +36884,7 @@
"readonly": false,
"type": "SliderPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the range's DOM element."
+ "description": "Used to pass attributes to the range's DOM element."
},
{
"name": "handle",
@@ -36648,7 +36892,7 @@
"readonly": false,
"type": "SliderPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the handle's DOM element."
+ "description": "Used to pass attributes to the handle's DOM element."
},
{
"name": "startHandler",
@@ -36656,7 +36900,7 @@
"readonly": false,
"type": "SliderPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the start handler's DOM element."
+ "description": "Used to pass attributes to the start handler's DOM element."
},
{
"name": "endHandler",
@@ -36664,7 +36908,7 @@
"readonly": false,
"type": "SliderPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the end handler's DOM element."
+ "description": "Used to pass attributes to the end handler's DOM element."
},
{
"name": "hooks",
@@ -36672,7 +36916,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -36803,7 +37047,7 @@
"readonly": false,
"type": "SliderPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -36941,7 +37185,7 @@
"readonly": false,
"type": "SpeedDialPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "button",
@@ -36949,7 +37193,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "menu",
@@ -36957,7 +37201,7 @@
"readonly": false,
"type": "SpeedDialPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the menu's DOM element."
+ "description": "Used to pass attributes to the menu's DOM element."
},
{
"name": "menuitem",
@@ -36965,7 +37209,7 @@
"readonly": false,
"type": "SpeedDialPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the menu item's DOM element."
+ "description": "Used to pass attributes to the menu item's DOM element."
},
{
"name": "action",
@@ -36973,7 +37217,7 @@
"readonly": false,
"type": "SpeedDialPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "actionIcon",
@@ -36981,7 +37225,7 @@
"readonly": false,
"type": "SpeedDialPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action icon's DOM element."
+ "description": "Used to pass attributes to the action icon's DOM element."
},
{
"name": "mask",
@@ -36989,7 +37233,7 @@
"readonly": false,
"type": "SpeedDialPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the mask's DOM element."
+ "description": "Used to pass attributes to the mask's DOM element."
},
{
"name": "hooks",
@@ -36997,7 +37241,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -37286,7 +37530,7 @@
"readonly": false,
"type": "SpeedDialPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -37469,7 +37713,7 @@
"readonly": false,
"type": "SplitButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "button",
@@ -37477,7 +37721,7 @@
"readonly": false,
"type": "SplitButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button's DOM element."
+ "description": "Used to pass attributes to the button's DOM element."
},
{
"name": "menuButton",
@@ -37485,7 +37729,7 @@
"readonly": false,
"type": "ButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the Button component."
+ "description": "Used to pass attributes to the Button component."
},
{
"name": "menu",
@@ -37493,7 +37737,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to the TieredMenu component."
+ "description": "Used to pass attributes to the TieredMenu component."
},
{
"name": "hooks",
@@ -37501,7 +37745,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -37617,7 +37861,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the default button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the default button."
},
{
"name": "menuButtonProps",
@@ -37625,7 +37869,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the menu button."
+ "description": "Used to pass all properties of the HTMLButtonElement to the menu button."
},
{
"name": "menuButtonIcon",
@@ -37698,7 +37942,7 @@
"readonly": false,
"type": "SplitButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -37820,6 +38064,13 @@
"readonly": false,
"type": "SplitterState",
"default": ""
+ },
+ {
+ "name": "context",
+ "optional": false,
+ "readonly": false,
+ "type": "SplitterContext",
+ "default": ""
}
],
"methods": []
@@ -37880,7 +38131,7 @@
"readonly": false,
"type": "SplitterPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "gutter",
@@ -37888,7 +38139,7 @@
"readonly": false,
"type": "SplitterPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the gutter's DOM element."
+ "description": "Used to pass attributes to the gutter's DOM element."
},
{
"name": "gutterHandler",
@@ -37896,7 +38147,7 @@
"readonly": false,
"type": "SplitterPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the gutter handler's DOM element."
+ "description": "Used to pass attributes to the gutter handler's DOM element."
},
{
"name": "hooks",
@@ -37904,7 +38155,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -37937,6 +38188,21 @@
],
"methods": []
},
+ "SplitterContext": {
+ "description": "Defines options in Splitter component.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "nested",
+ "optional": true,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current nested state of the component."
+ }
+ ],
+ "methods": []
+ },
"SplitterProps": {
"description": "Defines valid properties in Splitter component.",
"relatedProp": "",
@@ -37987,7 +38253,7 @@
"readonly": false,
"type": "SplitterPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -38112,7 +38378,7 @@
"readonly": false,
"type": "SplitterPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -38120,7 +38386,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -38179,7 +38445,7 @@
"readonly": false,
"type": "SplitterPanelPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -38277,7 +38543,7 @@
"readonly": false,
"type": "StepsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -38285,7 +38551,7 @@
"readonly": false,
"type": "StepsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -38293,7 +38559,7 @@
"readonly": false,
"type": "StepsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "action",
@@ -38301,7 +38567,7 @@
"readonly": false,
"type": "StepsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "step",
@@ -38309,7 +38575,7 @@
"readonly": false,
"type": "StepsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the step's DOM element."
+ "description": "Used to pass attributes to the step's DOM element."
},
{
"name": "label",
@@ -38317,7 +38583,7 @@
"readonly": false,
"type": "StepsPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "hooks",
@@ -38325,7 +38591,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -38424,7 +38690,7 @@
"readonly": false,
"type": "StepsPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -38564,7 +38830,7 @@
"readonly": false,
"type": "StyleClassDirectivePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
}
],
"methods": []
@@ -38579,7 +38845,7 @@
"readonly": false,
"type": "DirectiveHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -38665,7 +38931,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -38673,7 +38939,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -38681,7 +38947,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "action",
@@ -38689,7 +38955,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -38697,7 +38963,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -38705,7 +38971,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "inkbar",
@@ -38713,7 +38979,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the inkbar's DOM element."
+ "description": "Used to pass attributes to the inkbar's DOM element."
},
{
"name": "hooks",
@@ -38721,7 +38987,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -38850,7 +39116,7 @@
"readonly": false,
"type": "TabMenuPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -38989,7 +39255,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "header",
@@ -38997,7 +39263,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "headerAction",
@@ -39005,7 +39271,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header action's DOM element."
+ "description": "Used to pass attributes to the header action's DOM element."
},
{
"name": "headerTitle",
@@ -39013,7 +39279,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the title's DOM element."
+ "description": "Used to pass attributes to the title's DOM element."
},
{
"name": "content",
@@ -39021,7 +39287,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "hooks",
@@ -39029,7 +39295,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -39080,7 +39346,7 @@
"readonly": false,
"type": "LiHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLLiElement to the tab header.",
+ "description": "Used to pass all properties of the HTMLLiElement to the tab header.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -39089,7 +39355,7 @@
"readonly": false,
"type": "AnchorHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLAnchorElement to the focusable anchor element inside the tab header.",
+ "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."
},
{
@@ -39114,7 +39380,7 @@
"readonly": false,
"type": "HTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLDivElement to the tab content.",
+ "description": "Used to pass all properties of the HTMLDivElement to the tab content.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -39131,7 +39397,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
}
],
"methods": []
@@ -39293,7 +39559,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "navContainer",
@@ -39301,7 +39567,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the nav container's DOM element."
+ "description": "Used to pass attributes to the nav container's DOM element."
},
{
"name": "navContent",
@@ -39309,7 +39575,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the nav content's DOM element."
+ "description": "Used to pass attributes to the nav content's DOM element."
},
{
"name": "nav",
@@ -39317,7 +39583,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "inkbar",
@@ -39325,7 +39591,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the inkbar's DOM element."
+ "description": "Used to pass attributes to the inkbar's DOM element."
},
{
"name": "previousButton",
@@ -39333,7 +39599,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous button's DOM element."
+ "description": "Used to pass attributes to the previous button's DOM element."
},
{
"name": "previousIcon",
@@ -39341,7 +39607,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the previous button icon's DOM element."
+ "description": "Used to pass attributes to the previous button icon's DOM element."
},
{
"name": "nextButton",
@@ -39349,7 +39615,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next button's DOM element."
+ "description": "Used to pass attributes to the next button's DOM element."
},
{
"name": "nextIcon",
@@ -39357,7 +39623,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the next button icon's DOM element."
+ "description": "Used to pass attributes to the next button icon's DOM element."
},
{
"name": "panelContainer",
@@ -39365,7 +39631,7 @@
"readonly": false,
"type": "TabViewPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "tab",
@@ -39373,7 +39639,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to TabPanel helper components.",
+ "description": "Used to pass attributes to TabPanel helper components.",
"deprecated": "since v3.30.1. Use 'tabpanel' property instead."
},
{
@@ -39382,7 +39648,7 @@
"readonly": false,
"type": "TabPanelPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to TabPanel helper components."
+ "description": "Used to pass attributes to TabPanel helper components."
},
{
"name": "hooks",
@@ -39390,7 +39656,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -39497,7 +39763,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the previous button.",
+ "description": "Used to pass all properties of the HTMLButtonElement to the previous button.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -39506,7 +39772,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the next button.",
+ "description": "Used to pass all properties of the HTMLButtonElement to the next button.",
"deprecated": "since v3.26.0. Use 'pt' property instead."
},
{
@@ -39533,7 +39799,7 @@
"readonly": false,
"type": "TabViewPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -39676,7 +39942,7 @@
"readonly": false,
"type": "TagPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "icon",
@@ -39684,7 +39950,7 @@
"readonly": false,
"type": "TagPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "value",
@@ -39692,7 +39958,7 @@
"readonly": false,
"type": "TagPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the value's DOM element."
+ "description": "Used to pass attributes to the value's DOM element."
},
{
"name": "hooks",
@@ -39700,7 +39966,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -39761,7 +40027,7 @@
"readonly": false,
"type": "TagPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -40519,7 +40785,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "welcomeMessage",
@@ -40527,7 +40793,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the welcome message's DOM element."
+ "description": "Used to pass attributes to the welcome message's DOM element."
},
{
"name": "content",
@@ -40535,7 +40801,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "commands",
@@ -40543,7 +40809,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the commands' DOM element."
+ "description": "Used to pass attributes to the commands' DOM element."
},
{
"name": "prompt",
@@ -40551,7 +40817,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the prompt's DOM element."
+ "description": "Used to pass attributes to the prompt's DOM element."
},
{
"name": "command",
@@ -40559,7 +40825,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the command's DOM element."
+ "description": "Used to pass attributes to the command's DOM element."
},
{
"name": "response",
@@ -40567,7 +40833,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the response's DOM element."
+ "description": "Used to pass attributes to the response's DOM element."
},
{
"name": "container",
@@ -40575,7 +40841,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "commandText",
@@ -40583,7 +40849,7 @@
"readonly": false,
"type": "TerminalPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the command text's DOM element."
+ "description": "Used to pass attributes to the command text's DOM element."
},
{
"name": "hooks",
@@ -40591,7 +40857,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -40658,7 +40924,7 @@
"readonly": false,
"type": "TerminalPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -40817,7 +41083,7 @@
"readonly": false,
"type": "TextareaPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "hooks",
@@ -40825,7 +41091,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -40892,7 +41158,7 @@
"readonly": false,
"type": "TextareaPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -41006,7 +41272,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "menu",
@@ -41014,7 +41280,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list's DOM element."
+ "description": "Used to pass attributes to the list's DOM element."
},
{
"name": "menuitem",
@@ -41022,7 +41288,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the list item's DOM element."
+ "description": "Used to pass attributes to the list item's DOM element."
},
{
"name": "content",
@@ -41030,7 +41296,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "action",
@@ -41038,7 +41304,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the action's DOM element."
+ "description": "Used to pass attributes to the action's DOM element."
},
{
"name": "icon",
@@ -41046,7 +41312,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -41054,7 +41320,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "submenuIcon",
@@ -41062,7 +41328,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu icon's DOM element."
+ "description": "Used to pass attributes to the submenu icon's DOM element."
},
{
"name": "separator",
@@ -41070,7 +41336,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "submenu",
@@ -41078,7 +41344,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the submenu's DOM element."
+ "description": "Used to pass attributes to the submenu's DOM element."
},
{
"name": "hooks",
@@ -41086,7 +41352,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -41311,7 +41577,7 @@
"readonly": false,
"type": "TieredMenuPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -41492,7 +41758,7 @@
"readonly": false,
"type": "TimelinePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "event",
@@ -41500,7 +41766,7 @@
"readonly": false,
"type": "TimelinePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the event's DOM element."
+ "description": "Used to pass attributes to the event's DOM element."
},
{
"name": "opposite",
@@ -41508,7 +41774,7 @@
"readonly": false,
"type": "TimelinePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the opposite's DOM element."
+ "description": "Used to pass attributes to the opposite's DOM element."
},
{
"name": "separator",
@@ -41516,7 +41782,7 @@
"readonly": false,
"type": "TimelinePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the separator's DOM element."
+ "description": "Used to pass attributes to the separator's DOM element."
},
{
"name": "marker",
@@ -41524,7 +41790,7 @@
"readonly": false,
"type": "TimelinePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the marker's DOM element."
+ "description": "Used to pass attributes to the marker's DOM element."
},
{
"name": "connector",
@@ -41532,7 +41798,7 @@
"readonly": false,
"type": "TimelinePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the connector's DOM element."
+ "description": "Used to pass attributes to the connector's DOM element."
},
{
"name": "content",
@@ -41540,7 +41806,7 @@
"readonly": false,
"type": "TimelinePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "hooks",
@@ -41548,7 +41814,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -41623,7 +41889,7 @@
"readonly": false,
"type": "TimelinePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -41766,7 +42032,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "message",
@@ -41774,7 +42040,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the message's DOM element."
+ "description": "Used to pass attributes to the message's DOM element."
},
{
"name": "container",
@@ -41782,7 +42048,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "content",
@@ -41790,7 +42056,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "icon",
@@ -41798,7 +42064,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "text",
@@ -41806,7 +42072,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the text's DOM element."
+ "description": "Used to pass attributes to the text's DOM element."
},
{
"name": "summary",
@@ -41814,7 +42080,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the summary's DOM element."
+ "description": "Used to pass attributes to the summary's DOM element."
},
{
"name": "detail",
@@ -41822,7 +42088,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the detail's DOM element."
+ "description": "Used to pass attributes to the detail's DOM element."
},
{
"name": "buttonContainer",
@@ -41830,7 +42096,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button container's DOM element."
+ "description": "Used to pass attributes to the button container's DOM element."
},
{
"name": "button",
@@ -41838,7 +42104,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button's DOM element.",
+ "description": "Used to pass attributes to the button's DOM element.",
"deprecated": "since v3.30.2. Use 'closeButton' option."
},
{
@@ -41847,7 +42113,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button's DOM element."
+ "description": "Used to pass attributes to the button's DOM element."
},
{
"name": "buttonIcon",
@@ -41855,7 +42121,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button icon's DOM element.",
+ "description": "Used to pass attributes to the button icon's DOM element.",
"deprecated": "since v3.30.2. Use 'closeIcon' option."
},
{
@@ -41864,7 +42130,7 @@
"readonly": false,
"type": "ToastPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the button icon's DOM element."
+ "description": "Used to pass attributes to the button icon's DOM element."
},
{
"name": "hooks",
@@ -41872,7 +42138,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -42084,7 +42350,7 @@
"readonly": false,
"type": "ButtonHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLButtonElement to the close button.",
+ "description": "Used to pass all properties of the HTMLButtonElement to the close button.",
"deprecated": "since v3.26.0. Use 'pt' property."
},
{
@@ -42093,7 +42359,7 @@
"readonly": false,
"type": "ToastPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -42286,7 +42552,7 @@
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "icon",
@@ -42294,7 +42560,7 @@
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the icon's DOM element."
+ "description": "Used to pass attributes to the icon's DOM element."
},
{
"name": "label",
@@ -42302,7 +42568,7 @@
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -42310,7 +42576,7 @@
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
@@ -42318,7 +42584,7 @@
"readonly": false,
"type": "ToggleButtonPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hooks",
@@ -42326,7 +42592,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -42459,7 +42725,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "aria-labelledby",
@@ -42483,7 +42749,7 @@
"readonly": false,
"type": "ToggleButtonPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -42633,7 +42899,7 @@
"readonly": false,
"type": "ToolbarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "start",
@@ -42641,7 +42907,7 @@
"readonly": false,
"type": "ToolbarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the start's DOM element."
+ "description": "Used to pass attributes to the start's DOM element."
},
{
"name": "center",
@@ -42649,7 +42915,7 @@
"readonly": false,
"type": "ToolbarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the center's DOM element."
+ "description": "Used to pass attributes to the center's DOM element."
},
{
"name": "end",
@@ -42657,7 +42923,7 @@
"readonly": false,
"type": "ToolbarPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the right's DOM element."
+ "description": "Used to pass attributes to the right's DOM element."
},
{
"name": "hooks",
@@ -42665,7 +42931,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -42701,7 +42967,7 @@
"readonly": false,
"type": "ToolbarPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -42764,6 +43030,20 @@
"methodDescription": "Defines methods that can be accessed by the component's reference.",
"typeDescription": "Defines the custom types used by the module.",
"values": {
+ "TooltipPassThroughMethodOptions": {
+ "description": "Custom passthrough(pt) option method.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "context",
+ "optional": false,
+ "readonly": false,
+ "type": "TooltipContext",
+ "default": ""
+ }
+ ],
+ "methods": []
+ },
"TooltipOptions": {
"description": "Defines options of Tooltip.",
"relatedProp": "",
@@ -42838,7 +43118,7 @@
"readonly": false,
"type": "TooltipDirectivePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -42861,7 +43141,7 @@
"readonly": false,
"type": "TooltipDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "text",
@@ -42869,7 +43149,7 @@
"readonly": false,
"type": "TooltipDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the text's DOM element."
+ "description": "Used to pass attributes to the text's DOM element."
},
{
"name": "arrow",
@@ -42877,7 +43157,7 @@
"readonly": false,
"type": "TooltipDirectivePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the arrow's DOM element."
+ "description": "Used to pass attributes to the arrow's DOM element."
},
{
"name": "hooks",
@@ -42885,7 +43165,7 @@
"readonly": false,
"type": "DirectiveHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -42903,6 +43183,45 @@
],
"methods": []
},
+ "TooltipContext": {
+ "description": "Defines current options in Tooltip directive.",
+ "relatedProp": "",
+ "props": [
+ {
+ "name": "top",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current top position state as a boolean."
+ },
+ {
+ "name": "right",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current right position state as a boolean."
+ },
+ {
+ "name": "bottom",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current bottom position state as a boolean."
+ },
+ {
+ "name": "left",
+ "optional": false,
+ "readonly": false,
+ "type": "boolean",
+ "default": "",
+ "description": "Current left position state as a boolean."
+ }
+ ],
+ "methods": []
+ },
"TooltipDirectiveModifiers": {
"description": "Defines modifiers of Tooltip.",
"relatedProp": "",
@@ -42980,7 +43299,7 @@
"description": "Defines the custom types used by the module.",
"values": {
"TooltipDirectivePassThroughOptionType": {
- "values": "TooltipDirectivePassThroughAttributes | null | undefined"
+ "values": "TooltipDirectivePassThroughAttributes | (options: TooltipPassThroughMethodOptions) => TooltipDirectivePassThroughAttributes | null | undefined"
}
}
}
@@ -43182,7 +43501,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "filterContainer",
@@ -43190,7 +43509,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the filter container's DOM element."
+ "description": "Used to pass attributes to the filter container's DOM element."
},
{
"name": "input",
@@ -43198,7 +43517,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the input's DOM element."
+ "description": "Used to pass attributes to the input's DOM element."
},
{
"name": "searchIcon",
@@ -43206,7 +43525,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the search icon's DOM element."
+ "description": "Used to pass attributes to the search icon's DOM element."
},
{
"name": "wrapper",
@@ -43214,7 +43533,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "container",
@@ -43222,7 +43541,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the container's DOM element."
+ "description": "Used to pass attributes to the container's DOM element."
},
{
"name": "node",
@@ -43230,7 +43549,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the node's DOM element."
+ "description": "Used to pass attributes to the node's DOM element."
},
{
"name": "content",
@@ -43238,7 +43557,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "toggler",
@@ -43246,7 +43565,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggler's DOM element."
+ "description": "Used to pass attributes to the toggler's DOM element."
},
{
"name": "togglerIcon",
@@ -43254,7 +43573,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the toggler icon's DOM element."
+ "description": "Used to pass attributes to the toggler icon's DOM element."
},
{
"name": "checkboxContainer",
@@ -43262,7 +43581,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox container's DOM element."
+ "description": "Used to pass attributes to the checkbox container's DOM element."
},
{
"name": "checkbox",
@@ -43270,7 +43589,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox's DOM element."
+ "description": "Used to pass attributes to the checkbox's DOM element."
},
{
"name": "checkboxIcon",
@@ -43278,7 +43597,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox icon's DOM element."
+ "description": "Used to pass attributes to the checkbox icon's DOM element."
},
{
"name": "nodeIcon",
@@ -43286,7 +43605,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the node icon's DOM element."
+ "description": "Used to pass attributes to the node icon's DOM element."
},
{
"name": "label",
@@ -43294,7 +43613,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "subgroup",
@@ -43302,7 +43621,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the subgroup's DOM element."
+ "description": "Used to pass attributes to the subgroup's DOM element."
},
{
"name": "loadingOverlay",
@@ -43310,7 +43629,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading overlay's DOM element."
+ "description": "Used to pass attributes to the loading overlay's DOM element."
},
{
"name": "loadingIcon",
@@ -43318,7 +43637,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "hooks",
@@ -43326,7 +43645,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -43545,7 +43864,7 @@
"readonly": false,
"type": "TreePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -43770,7 +44089,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "labelContainer",
@@ -43778,7 +44097,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label container's DOM element."
+ "description": "Used to pass attributes to the label container's DOM element."
},
{
"name": "label",
@@ -43786,7 +44105,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the label's DOM element."
+ "description": "Used to pass attributes to the label's DOM element."
},
{
"name": "token",
@@ -43794,7 +44113,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the token's DOM element."
+ "description": "Used to pass attributes to the token's DOM element."
},
{
"name": "tokenLabel",
@@ -43802,7 +44121,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the token label's DOM element."
+ "description": "Used to pass attributes to the token label's DOM element."
},
{
"name": "trigger",
@@ -43810,7 +44129,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the trigger's DOM element."
+ "description": "Used to pass attributes to the trigger's DOM element."
},
{
"name": "triggerIcon",
@@ -43818,7 +44137,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the trigger icon's DOM element."
+ "description": "Used to pass attributes to the trigger icon's DOM element."
},
{
"name": "panel",
@@ -43826,7 +44145,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the panel's DOM element."
+ "description": "Used to pass attributes to the panel's DOM element."
},
{
"name": "wrapper",
@@ -43834,7 +44153,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "tree",
@@ -43842,7 +44161,7 @@
"readonly": false,
"type": "TreePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to Tree component."
+ "description": "Used to pass attributes to Tree component."
},
{
"name": "emptyMessage",
@@ -43850,7 +44169,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty message's DOM element."
+ "description": "Used to pass attributes to the empty message's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -43858,7 +44177,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
@@ -43866,7 +44185,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hooks",
@@ -43874,7 +44193,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -44053,7 +44372,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component."
+ "description": "Used to pass all properties of the HTMLInputElement to the focusable input element inside the component."
},
{
"name": "aria-labelledby",
@@ -44077,7 +44396,7 @@
"readonly": false,
"type": "TreeSelectPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -44717,7 +45036,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "loadingWrapper",
@@ -44725,7 +45044,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading wrapper's DOM element."
+ "description": "Used to pass attributes to the loading wrapper's DOM element."
},
{
"name": "loadingOverlay",
@@ -44733,7 +45052,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading overlay's DOM element."
+ "description": "Used to pass attributes to the loading overlay's DOM element."
},
{
"name": "loadingIcon",
@@ -44741,7 +45060,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "header",
@@ -44749,7 +45068,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header's DOM element."
+ "description": "Used to pass attributes to the header's DOM element."
},
{
"name": "paginator",
@@ -44757,7 +45076,7 @@
"readonly": false,
"type": "PaginatorPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Paginator component."
+ "description": "Used to pass attributes to the Paginator component."
},
{
"name": "wrapper",
@@ -44765,7 +45084,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the wrapper's DOM element."
+ "description": "Used to pass attributes to the wrapper's DOM element."
},
{
"name": "table",
@@ -44773,7 +45092,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the table's DOM element."
+ "description": "Used to pass attributes to the table's DOM element."
},
{
"name": "thead",
@@ -44781,7 +45100,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the thead's DOM element."
+ "description": "Used to pass attributes to the thead's DOM element."
},
{
"name": "headerRow",
@@ -44789,7 +45108,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the header row's DOM element."
+ "description": "Used to pass attributes to the header row's DOM element."
},
{
"name": "tbody",
@@ -44797,7 +45116,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the tbody's DOM element."
+ "description": "Used to pass attributes to the tbody's DOM element."
},
{
"name": "row",
@@ -44805,7 +45124,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the row's DOM element."
+ "description": "Used to pass attributes to the row's DOM element."
},
{
"name": "emptyMessage",
@@ -44813,7 +45132,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty message's DOM element."
+ "description": "Used to pass attributes to the empty message's DOM element."
},
{
"name": "emptyMessageCell",
@@ -44821,7 +45140,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the empty message cell's DOM element."
+ "description": "Used to pass attributes to the empty message cell's DOM element."
},
{
"name": "tfoot",
@@ -44829,7 +45148,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the tfoot's DOM element."
+ "description": "Used to pass attributes to the tfoot's DOM element."
},
{
"name": "footerRow",
@@ -44837,7 +45156,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer row's DOM element."
+ "description": "Used to pass attributes to the footer row's DOM element."
},
{
"name": "footer",
@@ -44845,7 +45164,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the footer's DOM element."
+ "description": "Used to pass attributes to the footer's DOM element."
},
{
"name": "resizeHelper",
@@ -44853,7 +45172,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the resize helper's DOM element."
+ "description": "Used to pass attributes to the resize helper's DOM element."
},
{
"name": "column",
@@ -44861,7 +45180,7 @@
"readonly": false,
"type": "ColumnPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the Column helper components."
+ "description": "Used to pass attributes to the Column helper components."
},
{
"name": "hooks",
@@ -44869,7 +45188,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -45360,7 +45679,7 @@
"readonly": false,
"type": "TreeTablePassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -45738,7 +46057,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "checkbox",
@@ -45746,7 +46065,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the checkbox box's DOM element."
+ "description": "Used to pass attributes to the checkbox box's DOM element."
},
{
"name": "checkIcon",
@@ -45754,7 +46073,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the check icon's DOM element."
+ "description": "Used to pass attributes to the check icon's DOM element."
},
{
"name": "uncheckIcon",
@@ -45762,7 +46081,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the uncheck icon's DOM element."
+ "description": "Used to pass attributes to the uncheck icon's DOM element."
},
{
"name": "nullableIcon",
@@ -45770,7 +46089,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the nullable icon's DOM element."
+ "description": "Used to pass attributes to the nullable icon's DOM element."
},
{
"name": "hiddenInputWrapper",
@@ -45778,7 +46097,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input wrapper's DOM element."
+ "description": "Used to pass attributes to the hidden input wrapper's DOM element."
},
{
"name": "hiddenInput",
@@ -45786,7 +46105,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden input's DOM element."
+ "description": "Used to pass attributes to the hidden input's DOM element."
},
{
"name": "hiddenValueLabel",
@@ -45794,7 +46113,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the hidden value label's DOM element."
+ "description": "Used to pass attributes to the hidden value label's DOM element."
},
{
"name": "hooks",
@@ -45802,7 +46121,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -45908,7 +46227,7 @@
"readonly": false,
"type": "InputHTMLAttributes",
"default": "",
- "description": "Uses to pass all properties of the HTMLInputElement to the focusable input element inside the component.",
+ "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."
},
{
@@ -45933,7 +46252,7 @@
"readonly": false,
"type": "TriStateCheckboxPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
@@ -46465,7 +46784,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the root's DOM element."
+ "description": "Used to pass attributes to the root's DOM element."
},
{
"name": "content",
@@ -46473,7 +46792,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the content's DOM element."
+ "description": "Used to pass attributes to the content's DOM element."
},
{
"name": "loader",
@@ -46481,7 +46800,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loader's DOM element."
+ "description": "Used to pass attributes to the loader's DOM element."
},
{
"name": "loadingIcon",
@@ -46489,7 +46808,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the loading icon's DOM element."
+ "description": "Used to pass attributes to the loading icon's DOM element."
},
{
"name": "spacer",
@@ -46497,7 +46816,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptionType",
"default": "",
- "description": "Uses to pass attributes to the spacer's DOM element."
+ "description": "Used to pass attributes to the spacer's DOM element."
},
{
"name": "hooks",
@@ -46505,7 +46824,7 @@
"readonly": false,
"type": "ComponentHooks",
"default": "",
- "description": "Uses to manage all lifecycle hooks"
+ "description": "Used to manage all lifecycle hooks"
}
],
"methods": []
@@ -46853,7 +47172,7 @@
"readonly": false,
"type": "VirtualScrollerPassThroughOptions",
"default": "",
- "description": "Uses to pass attributes to DOM elements inside the component."
+ "description": "Used to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
diff --git a/doc/configuration/ImportDoc.vue b/doc/configuration/ImportDoc.vue
index c2081637e..5c4ff5021 100644
--- a/doc/configuration/ImportDoc.vue
+++ b/doc/configuration/ImportDoc.vue
@@ -13,7 +13,7 @@ export default {
basic: `import PrimeVue from 'primevue/config';
const app = createApp(App);
-app.use(PrimeVue);`
+app.use(PrimeVue, { /* options */ });`
}
};
}
diff --git a/doc/dataview/theming/UnstyledDoc.vue b/doc/dataview/theming/UnstyledDoc.vue
index 7147f4a26..7cdc43fbe 100644
--- a/doc/dataview/theming/UnstyledDoc.vue
+++ b/doc/dataview/theming/UnstyledDoc.vue
@@ -19,31 +19,31 @@ export default {
diff --git a/doc/passthrough/BasicDoc.vue b/doc/passthrough/BasicDoc.vue
index a7d8d4d1c..d927ef3f2 100644
--- a/doc/passthrough/BasicDoc.vue
+++ b/doc/passthrough/BasicDoc.vue
@@ -5,7 +5,10 @@
arbitrary properties to apply to the element such as styling, aria, data-* or custom attributes. If the value is a string or a function that returns a string, it is considered as a class definition and added to the class attribute of the
element. Every component documentation has a dedicated section to document the available section names exposed via PT.
-
Most common usage of pt is styling and customization, example below styles a Panel component with PrimeFlex CSS library.
+
+ Most common usage of pt is styling and customization. The class and style properties support the exact syntax of the corresponding
+ Vue bindings like arrays, objects and conditionals. example below styles a Panel component with PrimeFlex CSS library.
+
+ The built-in theme provides a strong base that can be extended further for your requirements. For customization, the pass through values need to be overriden. The unstyled section of the theming documentation for each component
+ demonstrates the theme with an editable example. For instance, the panel component has the following default configuration.
+
+
+
+
+ Let's assume the title section should be lighter and bigger. To begin with, clone the Tailwind theme to create your own, override the default values with your own utility classes and finally configure your own theme object as the
+ pt of PrimeVue.
+
As an example, Tailwind is used to style the Button and Dialog components of PrimeVue.
+
+ The built-in theme is optional as Tailwind can easily be integrated with PrimeVue components in unstyled mode either using global setting or for a particular component only. Visit the unstyled mode
+ documentation for getting started. As an example, Tailwind is used to style the Button and Dialog components of PrimeVue without the default theme.
+
- This section assumes that Tailwind is already available in your application, if not visit the Tailwind CSS framework guides for the installation. There is no
- specific configuration required at Tailwind for the PrimeVue integration.
+ This section assumes that Tailwind is already available in your application, if not visit the Tailwind CSS framework guides like Vite or Nuxt for the installation.
+ The built-in default theme is basically a global pass through configuration that needs to be imported from primevue/tailwind path and then defined during setup. Since the theme
+ is exclusive to unstyled mode, the unstyled setting is required in addition.
-
Tailwind can easily be integrated with PrimeVue components in unstyled mode either using global setting or for a particular component only. Visit the unstyled mode documentation for getting started.
+
+
+ Tailwind uses PurgeCSS internally to remove unused classes, since PrimeVue components are loaded from node_modules the content property at tailwind.config.js needs to be aware of PrimeVue, otherwise the classes utilized in
+ the theme will be removed as well.
+
+
+
Voilà 💚, you now have 90+ awesome Vue UI components styled with Tailwind that will work in harmony with the rest of your application.
+
+
diff --git a/doc/toast/StyleDoc.vue b/doc/toast/theming/StyledDoc.vue
similarity index 100%
rename from doc/toast/StyleDoc.vue
rename to doc/toast/theming/StyledDoc.vue
diff --git a/doc/toast/theming/UnstyledDoc.vue b/doc/toast/theming/UnstyledDoc.vue
new file mode 100644
index 000000000..079e9d726
--- /dev/null
+++ b/doc/toast/theming/UnstyledDoc.vue
@@ -0,0 +1,50 @@
+
+
+
Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme.