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/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 96d2296b0..9305cf8d7 100644 --- a/components/lib/badgedirective/BadgeDirective.d.ts +++ b/components/lib/badgedirective/BadgeDirective.d.ts @@ -23,7 +23,7 @@ export interface BadgePassThroughMethodOptions { */ 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; @@ -40,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; 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 7b69e3243..5c90d7a6b 100755 --- a/components/lib/button/Button.d.ts +++ b/components/lib/button/Button.d.ts @@ -29,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; @@ -147,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/calendar/Calendar.d.ts b/components/lib/calendar/Calendar.d.ts index 7387dc47d..ec164f8e8 100755 --- a/components/lib/calendar/Calendar.d.ts +++ b/components/lib/calendar/Calendar.d.ts @@ -89,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; @@ -658,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; /** @@ -670,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; /** @@ -682,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/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 d8ce9702b..b207ba446 100755 --- a/components/lib/carousel/Carousel.d.ts +++ b/components/lib/carousel/Carousel.d.ts @@ -29,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; @@ -263,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/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/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 cfb9becd7..9fd2b8031 100755 --- a/components/lib/galleria/Galleria.d.ts +++ b/components/lib/galleria/Galleria.d.ts @@ -39,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; @@ -355,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/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 da4b17fb4..a237f3004 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; /** @@ -118,7 +118,7 @@ export interface RadioButtonProps { */ '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 {RadioButtonPassThroughMethodOptions} */ pt?: RadioButtonPassThroughMethodOptions; 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/splitter/Splitter.d.ts b/components/lib/splitter/Splitter.d.ts index 29ae12d6b..93d6d20b8 100644 --- a/components/lib/splitter/Splitter.d.ts +++ b/components/lib/splitter/Splitter.d.ts @@ -59,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; @@ -133,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/splitterpanel/SplitterPanel.d.ts b/components/lib/splitterpanel/SplitterPanel.d.ts index 0bdc308aa..9f286770e 100644 --- a/components/lib/splitterpanel/SplitterPanel.d.ts +++ b/components/lib/splitterpanel/SplitterPanel.d.ts @@ -28,11 +28,11 @@ export interface SplitterPanelPassThroughMethodOptions { */ export interface SplitterPanelPassThroughOptions { /** - * Uses to pass attributes to the root's DOM element. + * Used to pass attributes to the root's DOM element. */ root?: SplitterPanelPassThroughOptionType; /** - * Uses to manage all lifecycle hooks + * Used to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; @@ -68,7 +68,7 @@ export interface SplitterPanelProps { */ minSize?: number | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {SplitterPanelPassThroughOptions} */ pt?: SplitterPanelPassThroughOptions; diff --git a/components/lib/steps/Steps.d.ts b/components/lib/steps/Steps.d.ts index 87e7c8d3b..5248c1077 100755 --- a/components/lib/steps/Steps.d.ts +++ b/components/lib/steps/Steps.d.ts @@ -29,31 +29,31 @@ export interface StepsPassThroughMethodOptions { */ export interface StepsPassThroughOptions { /** - * Uses to pass attributes to the root's DOM element. + * Used to pass attributes to the root's DOM element. */ root?: StepsPassThroughOptionType; /** - * Uses to pass attributes to the list's DOM element. + * Used to pass attributes to the list's DOM element. */ menu?: StepsPassThroughOptionType; /** - * Uses to pass attributes to the list item's DOM element. + * Used to pass attributes to the list item's DOM element. */ menuitem?: StepsPassThroughOptionType; /** - * Uses to pass attributes to the action's DOM element. + * Used to pass attributes to the action's DOM element. */ action?: StepsPassThroughOptionType; /** - * Uses to pass attributes to the step's DOM element. + * Used to pass attributes to the step's DOM element. */ step?: StepsPassThroughOptionType; /** - * Uses to pass attributes to the label's DOM element. + * Used to pass attributes to the label's DOM element. */ label?: StepsPassThroughOptionType; /** - * Uses to manage all lifecycle hooks + * Used to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; @@ -113,7 +113,7 @@ export interface StepsProps { */ exact?: boolean | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {StepsPassThroughOptions} */ pt?: StepsPassThroughOptions; diff --git a/components/lib/styleclass/StyleClass.d.ts b/components/lib/styleclass/StyleClass.d.ts index 782092b6f..2bcd3988b 100644 --- a/components/lib/styleclass/StyleClass.d.ts +++ b/components/lib/styleclass/StyleClass.d.ts @@ -51,7 +51,7 @@ export interface StyleClassOptions { */ toggleClass?: string | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {StyleClassDirectivePassThroughOptions} */ pt?: StyleClassDirectivePassThroughOptions; @@ -62,7 +62,7 @@ export interface StyleClassOptions { */ export interface StyleClassDirectivePassThroughOptions { /** - * Uses to manage all lifecycle hooks + * Used to manage all lifecycle hooks * @see {@link BaseDirective.DirectiveHooks} */ hooks?: DirectiveHooks; diff --git a/components/lib/tabmenu/TabMenu.d.ts b/components/lib/tabmenu/TabMenu.d.ts index e109da770..ed9f68090 100755 --- a/components/lib/tabmenu/TabMenu.d.ts +++ b/components/lib/tabmenu/TabMenu.d.ts @@ -30,35 +30,35 @@ export interface TabMenuPassThroughMethodOptions { */ export interface TabMenuPassThroughOptions { /** - * Uses to pass attributes to the root's DOM element. + * Used to pass attributes to the root's DOM element. */ root?: TabMenuPassThroughOptionType; /** - * Uses to pass attributes to the list's DOM element. + * Used to pass attributes to the list's DOM element. */ menu?: TabMenuPassThroughOptionType; /** - * Uses to pass attributes to the list item's DOM element. + * Used to pass attributes to the list item's DOM element. */ menuitem?: TabMenuPassThroughOptionType; /** - * Uses to pass attributes to the action's DOM element. + * Used to pass attributes to the action's DOM element. */ action?: TabMenuPassThroughOptionType; /** - * Uses to pass attributes to the icon's DOM element. + * Used to pass attributes to the icon's DOM element. */ icon?: TabMenuPassThroughOptionType; /** - * Uses to pass attributes to the label's DOM element. + * Used to pass attributes to the label's DOM element. */ label?: TabMenuPassThroughOptionType; /** - * Uses to pass attributes to the inkbar's DOM element. + * Used to pass attributes to the inkbar's DOM element. */ inkbar?: TabMenuPassThroughOptionType; /** - * Uses to manage all lifecycle hooks + * Used to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; @@ -138,7 +138,7 @@ export interface TabMenuProps { */ '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 {TabMenuPassThroughOptions} */ pt?: TabMenuPassThroughOptions; diff --git a/components/lib/tabpanel/TabPanel.d.ts b/components/lib/tabpanel/TabPanel.d.ts index 336b2bf83..153ad1d70 100755 --- a/components/lib/tabpanel/TabPanel.d.ts +++ b/components/lib/tabpanel/TabPanel.d.ts @@ -30,27 +30,27 @@ export interface TabPanelPassThroughMethodOptions { */ export interface TabPanelPassThroughOptions { /** - * Uses to pass attributes to the root's DOM element. + * Used to pass attributes to the root's DOM element. */ root?: TabPanelPassThroughOptionType; /** - * Uses to pass attributes to the header's DOM element. + * Used to pass attributes to the header's DOM element. */ header?: TabPanelPassThroughOptionType; /** - * Uses to pass attributes to the header action's DOM element. + * Used to pass attributes to the header action's DOM element. */ headerAction?: TabPanelPassThroughOptionType; /** - * Uses to pass attributes to the title's DOM element. + * Used to pass attributes to the title's DOM element. */ headerTitle?: TabPanelPassThroughOptionType; /** - * Uses to pass attributes to the list's DOM element. + * Used to pass attributes to the list's DOM element. */ content?: TabPanelPassThroughOptionType; /** - * Uses to manage all lifecycle hooks + * Used to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; @@ -77,12 +77,12 @@ export interface TabPanelProps { */ headerClass?: any; /** - * Uses to pass all properties of the HTMLLiElement to the tab header. + * Used to pass all properties of the HTMLLiElement to the tab header. * @deprecated since v3.26.0. Use 'pt' property instead. */ headerProps?: LiHTMLAttributes | 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; @@ -95,7 +95,7 @@ export interface TabPanelProps { */ 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; @@ -105,7 +105,7 @@ export interface TabPanelProps { */ disabled?: boolean | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {TabPanelPassThroughOptions} */ pt?: TabPanelPassThroughOptions; diff --git a/components/lib/tabview/TabView.d.ts b/components/lib/tabview/TabView.d.ts index 516ba84a8..15309d7d9 100755 --- a/components/lib/tabview/TabView.d.ts +++ b/components/lib/tabview/TabView.d.ts @@ -42,56 +42,56 @@ export interface TabViewClickEvent extends TabViewChangeEvent {} */ export interface TabViewPassThroughOptions { /** - * Uses to pass attributes to the root's DOM element. + * Used to pass attributes to the root's DOM element. */ root?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the nav container's DOM element. + * Used to pass attributes to the nav container's DOM element. */ navContainer?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the nav content's DOM element. + * Used to pass attributes to the nav content's DOM element. */ navContent?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the list's DOM element. + * Used to pass attributes to the list's DOM element. */ nav?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the inkbar's DOM element. + * Used to pass attributes to the inkbar's DOM element. */ inkbar?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the previous button's DOM element. + * Used to pass attributes to the previous button's DOM element. */ previousButton?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the previous button icon's DOM element. + * Used to pass attributes to the previous button icon's DOM element. */ previousIcon?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the next button's DOM element. + * Used to pass attributes to the next button's DOM element. */ nextButton?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the next button icon's DOM element. + * Used to pass attributes to the next button icon's DOM element. */ nextIcon?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to the panel's DOM element. + * Used to pass attributes to the panel's DOM element. */ panelContainer?: TabViewPassThroughOptionType; /** - * Uses to pass attributes to TabPanel helper components. + * Used to pass attributes to TabPanel helper components. * @deprecated since v3.30.1. Use 'tabpanel' property instead. */ tab?: TabPanelPassThroughOptionType; /** - * Uses to pass attributes to TabPanel helper components. + * Used to pass attributes to TabPanel helper components. */ tabpanel?: TabPanelPassThroughOptionType; /** - * Uses to manage all lifecycle hooks + * Used to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; @@ -158,12 +158,12 @@ export interface TabViewProps { */ selectOnFocus?: boolean | undefined; /** - * Uses to pass all properties of the HTMLButtonElement to the previous button. + * Used to pass all properties of the HTMLButtonElement to the previous button. * @deprecated since v3.26.0. Use 'pt' property instead. */ previousButtonProps?: ButtonHTMLAttributes | undefined; /** - * Uses to pass all properties of the HTMLButtonElement to the next button. + * Used to pass all properties of the HTMLButtonElement to the next button. * @deprecated since v3.26.0. Use 'pt' property instead. */ nextButtonProps?: ButtonHTMLAttributes | undefined; @@ -178,7 +178,7 @@ export interface TabViewProps { */ nextIcon?: string | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {TabViewPassThroughOptions} */ pt?: TabViewPassThroughOptions; diff --git a/components/lib/tag/Tag.d.ts b/components/lib/tag/Tag.d.ts index 218a5a6d1..75f6b32fb 100644 --- a/components/lib/tag/Tag.d.ts +++ b/components/lib/tag/Tag.d.ts @@ -27,19 +27,19 @@ export interface TagPassThroughMethodOptions { */ export interface TagPassThroughOptions { /** - * Uses to pass attributes to the root's DOM element. + * Used to pass attributes to the root's DOM element. */ root?: TagPassThroughOptionType; /** - * Uses to pass attributes to the icon's DOM element. + * Used to pass attributes to the icon's DOM element. */ icon?: TagPassThroughOptionType; /** - * Uses to pass attributes to the value's DOM element. + * Used to pass attributes to the value's DOM element. */ value?: TagPassThroughOptionType; /** - * Uses to manage all lifecycle hooks + * Used to manage all lifecycle hooks * @see {@link BaseComponent.ComponentHooks} */ hooks?: ComponentHooks; @@ -75,7 +75,7 @@ export interface TagProps { */ icon?: string | undefined; /** - * Uses to pass attributes to DOM elements inside the component. + * Used to pass attributes to DOM elements inside the component. * @type {TagPassThroughOptions} */ pt?: TagPassThroughOptions; 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/Tooltip.d.ts b/components/lib/tooltip/Tooltip.d.ts index 1920f63e5..1c4915739 100755 --- a/components/lib/tooltip/Tooltip.d.ts +++ b/components/lib/tooltip/Tooltip.d.ts @@ -61,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; @@ -78,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; 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/common/apidoc/index.json b/doc/common/apidoc/index.json index e36d9cee6..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", @@ -4255,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", @@ -4278,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", @@ -4286,7 +4286,7 @@ "readonly": false, "type": "DirectiveHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -4758,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", @@ -4766,7 +4766,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -4841,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", @@ -4952,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", @@ -4960,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", @@ -4968,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", @@ -4976,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", @@ -4984,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", @@ -4992,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", @@ -5000,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", @@ -5008,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", @@ -5016,7 +5016,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -5107,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", @@ -5238,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", @@ -5246,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", @@ -5254,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", @@ -5262,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", @@ -5270,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", @@ -5278,7 +5278,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -5450,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", @@ -5689,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", @@ -5697,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", @@ -5705,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", @@ -5713,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", @@ -5721,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", @@ -5729,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", @@ -5737,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", @@ -5745,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", @@ -5753,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", @@ -5761,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", @@ -5769,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", @@ -5777,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", @@ -5785,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", @@ -5793,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", @@ -5801,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", @@ -5809,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", @@ -5817,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", @@ -5825,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", @@ -5833,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", @@ -5841,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", @@ -5849,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", @@ -5857,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", @@ -5865,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", @@ -5873,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", @@ -5881,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", @@ -5889,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", @@ -5897,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", @@ -5905,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", @@ -5913,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", @@ -5921,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", @@ -5929,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", @@ -5937,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", @@ -5945,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", @@ -5953,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", @@ -5961,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", @@ -5969,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", @@ -5977,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", @@ -5985,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", @@ -5993,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", @@ -6001,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", @@ -6009,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", @@ -6017,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", @@ -6025,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", @@ -6033,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", @@ -6041,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", @@ -6049,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", @@ -6057,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", @@ -6065,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", @@ -6073,7 +6073,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -6697,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", @@ -6721,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", @@ -6745,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", @@ -7017,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", @@ -7025,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", @@ -7033,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", @@ -7041,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", @@ -7049,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", @@ -7057,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", @@ -7065,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", @@ -7073,7 +7073,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -7101,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", @@ -7230,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", @@ -7238,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", @@ -7246,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", @@ -7254,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", @@ -7262,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", @@ -7270,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", @@ -7278,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", @@ -7286,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", @@ -7294,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", @@ -7302,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", @@ -7310,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", @@ -7318,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", @@ -7326,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", @@ -7334,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", @@ -7342,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", @@ -7350,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", @@ -7358,7 +7358,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -7638,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", @@ -7646,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", @@ -7654,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", @@ -7845,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", @@ -7853,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", @@ -7861,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", @@ -7869,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", @@ -7877,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", @@ -7885,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", @@ -7893,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", @@ -7901,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", @@ -7909,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", @@ -7917,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", @@ -7925,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", @@ -7933,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", @@ -7941,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", @@ -7949,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", @@ -7957,7 +7957,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -8167,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", @@ -8191,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", @@ -8330,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", @@ -8594,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", @@ -8602,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", @@ -8610,7 +8610,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -8717,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", @@ -8725,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", @@ -8849,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", @@ -8857,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", @@ -8865,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", @@ -8873,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", @@ -8881,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", @@ -8889,7 +8889,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -9036,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", @@ -9060,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", @@ -9249,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", @@ -9257,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", @@ -9265,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", @@ -9273,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", @@ -9281,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", @@ -9289,7 +9289,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -9374,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", @@ -9553,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", @@ -9561,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", @@ -9569,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", @@ -9577,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", @@ -9585,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", @@ -9593,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", @@ -9601,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", @@ -9609,7 +9609,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -9740,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." }, { @@ -9790,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", @@ -9971,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", @@ -9979,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", @@ -9987,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", @@ -9995,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", @@ -10003,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", @@ -10011,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", @@ -10019,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", @@ -10027,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", @@ -10035,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", @@ -10043,7 +10043,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -10166,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", @@ -10450,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", @@ -10458,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", @@ -10466,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", @@ -10474,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", @@ -10482,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", @@ -10490,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", @@ -10498,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", @@ -10506,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", @@ -10514,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", @@ -10522,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", @@ -10530,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", @@ -10538,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", @@ -10546,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", @@ -10554,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", @@ -10562,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", @@ -10570,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", @@ -10578,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", @@ -10586,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", @@ -10594,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", @@ -10602,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", @@ -10610,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", @@ -10618,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", @@ -10626,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", @@ -10634,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", @@ -10642,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", @@ -10650,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", @@ -10658,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", @@ -10666,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", @@ -10674,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", @@ -10682,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", @@ -10690,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", @@ -10698,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", @@ -10706,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", @@ -10714,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", @@ -10722,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", @@ -10730,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", @@ -10738,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", @@ -10746,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", @@ -10754,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", @@ -10762,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", @@ -10770,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", @@ -10778,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", @@ -10786,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", @@ -10794,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", @@ -10802,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", @@ -10810,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", @@ -10818,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", @@ -10826,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", @@ -10834,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", @@ -10842,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", @@ -10850,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", @@ -10858,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", @@ -10866,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", @@ -10874,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", @@ -10882,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", @@ -10890,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", @@ -10898,7 +10898,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -11341,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", @@ -11780,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", @@ -11788,7 +11788,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -11824,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", @@ -13689,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", @@ -13697,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", @@ -13705,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", @@ -13713,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", @@ -13721,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", @@ -13729,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", @@ -13737,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", @@ -13745,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", @@ -13753,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", @@ -13761,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", @@ -13769,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", @@ -13777,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", @@ -13785,7 +13785,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -13873,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", @@ -14002,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", @@ -14010,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", @@ -14018,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", @@ -14026,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", @@ -14034,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", @@ -14042,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", @@ -14050,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", @@ -14058,7 +14058,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -14117,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", @@ -14284,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", @@ -14292,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", @@ -14300,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", @@ -14308,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", @@ -14316,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", @@ -14324,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", @@ -14332,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", @@ -14340,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", @@ -14348,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", @@ -14356,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", @@ -14364,7 +14364,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -14589,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", @@ -15965,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", @@ -15973,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", @@ -15981,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", @@ -15989,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", @@ -15997,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", @@ -16005,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", @@ -16013,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", @@ -16021,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", @@ -16029,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", @@ -16037,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", @@ -16045,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", @@ -16053,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", @@ -16061,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", @@ -16069,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", @@ -16077,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", @@ -16085,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", @@ -16093,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", @@ -16101,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", @@ -16109,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", @@ -16117,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", @@ -16125,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", @@ -16133,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", @@ -16141,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", @@ -16149,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", @@ -16157,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", @@ -16165,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", @@ -16173,7 +16173,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -16840,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", @@ -16848,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", @@ -16856,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", @@ -17623,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", @@ -17631,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", @@ -17639,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", @@ -17647,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", @@ -17655,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", @@ -17663,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", @@ -17671,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", @@ -17679,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", @@ -17687,7 +17687,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -17866,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", @@ -18054,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", @@ -18062,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", @@ -18070,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", @@ -18078,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", @@ -18086,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", @@ -18094,7 +18094,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -18153,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", @@ -18271,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", @@ -18279,7 +18279,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -18322,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", @@ -18427,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", @@ -18435,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", @@ -18443,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", @@ -18451,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", @@ -18459,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", @@ -18467,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", @@ -18475,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", @@ -18483,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", @@ -18491,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", @@ -18499,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", @@ -18507,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", @@ -18515,7 +18515,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -18627,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", @@ -18790,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", @@ -19019,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", @@ -19027,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", @@ -19035,7 +19035,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -19087,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", @@ -19191,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", @@ -19199,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", @@ -19207,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", @@ -19215,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", @@ -19223,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", @@ -19231,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", @@ -19239,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", @@ -19247,7 +19247,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -19454,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", @@ -19652,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", @@ -19660,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", @@ -19668,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", @@ -19676,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", @@ -19684,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", @@ -19692,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", @@ -19700,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", @@ -19708,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", @@ -19716,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", @@ -19724,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", @@ -19732,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", @@ -19740,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", @@ -19748,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", @@ -19756,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", @@ -19764,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", @@ -19772,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", @@ -19780,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", @@ -19788,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", @@ -19796,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", @@ -19804,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", @@ -19812,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", @@ -19820,7 +19820,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -20094,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", @@ -20118,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", @@ -20126,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", @@ -20134,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." }, { @@ -20299,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", @@ -20945,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", @@ -20953,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", @@ -20961,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", @@ -20969,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", @@ -20977,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", @@ -20985,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", @@ -20993,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", @@ -21001,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", @@ -21009,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", @@ -21017,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", @@ -21025,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", @@ -21033,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", @@ -21041,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", @@ -21049,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", @@ -21057,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", @@ -21065,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", @@ -21073,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", @@ -21081,7 +21081,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -21172,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", @@ -21347,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", @@ -21355,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", @@ -21363,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", @@ -21371,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", @@ -21379,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", @@ -21387,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", @@ -21395,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", @@ -21403,7 +21403,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -21470,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." }, { @@ -21479,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", @@ -21818,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", @@ -21826,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", @@ -21834,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", @@ -21842,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", @@ -21850,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", @@ -21858,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", @@ -21866,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", @@ -21874,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", @@ -21882,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", @@ -21890,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", @@ -21898,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", @@ -21906,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", @@ -21914,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", @@ -21922,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", @@ -21930,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", @@ -21938,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", @@ -21946,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", @@ -21954,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", @@ -21962,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", @@ -21970,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", @@ -21978,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", @@ -21986,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", @@ -21994,7 +21994,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -22272,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", @@ -22526,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": [] @@ -22541,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", @@ -22549,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", @@ -22557,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", @@ -22565,7 +22565,7 @@ "readonly": false, "type": "DirectiveHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -22694,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", @@ -22702,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", @@ -22710,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", @@ -22718,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", @@ -22726,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", @@ -22734,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", @@ -22742,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", @@ -22750,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", @@ -22758,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", @@ -22766,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", @@ -22774,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", @@ -22782,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", @@ -22790,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", @@ -22798,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", @@ -22806,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", @@ -22814,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", @@ -22822,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", @@ -22830,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", @@ -22838,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", @@ -22846,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", @@ -22854,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", @@ -22862,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", @@ -22870,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", @@ -22878,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", @@ -22886,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", @@ -22894,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", @@ -22902,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", @@ -22910,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", @@ -22918,7 +22918,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -23248,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", @@ -23256,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", @@ -23264,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", @@ -23272,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", @@ -23589,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", @@ -23597,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", @@ -23605,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", @@ -23613,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", @@ -23621,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", @@ -23629,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", @@ -23637,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", @@ -23645,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", @@ -23653,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", @@ -23661,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", @@ -23669,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", @@ -23677,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", @@ -23685,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", @@ -23693,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", @@ -23701,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", @@ -23709,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", @@ -23717,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", @@ -23725,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", @@ -23733,7 +23733,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -23849,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", @@ -24000,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", @@ -24008,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", @@ -24016,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", @@ -24024,7 +24024,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -24084,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", @@ -24187,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", @@ -24195,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", @@ -24203,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", @@ -24211,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", @@ -24219,7 +24219,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -24295,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", @@ -24303,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", @@ -24311,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", @@ -24461,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", @@ -24469,7 +24469,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -24568,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", @@ -24777,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", @@ -24785,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", @@ -24793,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", @@ -24801,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", @@ -24809,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", @@ -24817,7 +24817,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -25102,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", @@ -25110,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", @@ -25118,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", @@ -25142,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", @@ -25299,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", @@ -25307,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", @@ -25315,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", @@ -25323,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", @@ -25331,7 +25331,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -25422,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", @@ -25446,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", @@ -25589,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", @@ -25597,7 +25597,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -25664,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", @@ -25761,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", @@ -25769,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", @@ -25777,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", @@ -25785,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", @@ -25793,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", @@ -25801,7 +25801,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -26004,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", @@ -26173,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", @@ -26181,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", @@ -26189,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", @@ -26197,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", @@ -26205,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", @@ -26213,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", @@ -26221,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", @@ -26229,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", @@ -26237,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", @@ -26245,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", @@ -26253,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", @@ -26261,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", @@ -26269,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", @@ -26277,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", @@ -26285,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", @@ -26293,7 +26293,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -26527,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", @@ -26632,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", @@ -26893,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", @@ -26901,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", @@ -26909,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", @@ -26917,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", @@ -26925,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", @@ -26933,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", @@ -26941,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", @@ -26949,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", @@ -26957,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", @@ -26965,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", @@ -26973,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", @@ -26981,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", @@ -26989,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", @@ -26997,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", @@ -27005,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", @@ -27013,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", @@ -27021,7 +27021,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -27214,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", @@ -27426,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", @@ -27434,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", @@ -27442,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", @@ -27450,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", @@ -27458,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", @@ -27466,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", @@ -27474,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", @@ -27482,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", @@ -27490,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", @@ -27498,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", @@ -27506,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", @@ -27514,7 +27514,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -27692,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", @@ -27856,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", @@ -27864,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", @@ -27872,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", @@ -27880,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", @@ -27888,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", @@ -27896,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", @@ -27904,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", @@ -27912,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", @@ -27920,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", @@ -27928,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", @@ -27936,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", @@ -27944,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", @@ -27952,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", @@ -27960,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", @@ -27968,7 +27968,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -28129,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", @@ -28153,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", @@ -28457,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", @@ -28465,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", @@ -28473,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", @@ -28481,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", @@ -28489,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." }, { @@ -28498,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", @@ -28506,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." }, { @@ -28515,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", @@ -28523,7 +28523,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -28615,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", @@ -28623,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", @@ -28860,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", @@ -28868,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", @@ -28876,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", @@ -28884,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", @@ -28892,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", @@ -28900,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", @@ -28908,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", @@ -28916,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", @@ -28924,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", @@ -28932,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", @@ -28940,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", @@ -28948,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", @@ -28956,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", @@ -28964,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", @@ -28972,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", @@ -28980,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", @@ -28988,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", @@ -28996,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", @@ -29004,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", @@ -29012,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", @@ -29020,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", @@ -29028,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", @@ -29036,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", @@ -29044,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", @@ -29052,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", @@ -29060,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", @@ -29068,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", @@ -29076,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", @@ -29084,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", @@ -29092,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", @@ -29100,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", @@ -29108,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", @@ -29116,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", @@ -29124,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", @@ -29132,7 +29132,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -29326,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", @@ -29350,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", @@ -29358,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", @@ -29366,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", @@ -29636,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", @@ -30102,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", @@ -30110,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", @@ -30118,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", @@ -30126,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", @@ -30134,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", @@ -30142,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", @@ -30150,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", @@ -30158,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", @@ -30166,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", @@ -30174,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", @@ -30182,7 +30182,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -30344,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", @@ -30352,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", @@ -30360,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", @@ -30368,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", @@ -30376,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", @@ -30400,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", @@ -30700,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", @@ -30708,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", @@ -30716,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", @@ -30724,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", @@ -30732,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", @@ -30740,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", @@ -30748,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", @@ -30756,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", @@ -30764,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", @@ -30772,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", @@ -30780,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", @@ -30788,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", @@ -30796,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", @@ -30804,7 +30804,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -30942,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", @@ -31186,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", @@ -31194,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", @@ -31202,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", @@ -31210,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", @@ -31218,7 +31218,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -31331,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", @@ -31455,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", @@ -31463,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", @@ -31471,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", @@ -31479,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", @@ -31487,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", @@ -31495,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", @@ -31503,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", @@ -31511,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", @@ -31519,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", @@ -31527,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", @@ -31535,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", @@ -31543,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", @@ -31551,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", @@ -31559,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", @@ -31567,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", @@ -31575,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", @@ -31583,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", @@ -31591,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", @@ -31599,7 +31599,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -31776,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": [] @@ -31973,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", @@ -31981,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", @@ -31989,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", @@ -31997,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", @@ -32005,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", @@ -32013,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", @@ -32021,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", @@ -32029,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", @@ -32037,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", @@ -32045,7 +32045,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -32112,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." }, { @@ -32121,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", @@ -32290,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", @@ -32298,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", @@ -32306,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", @@ -32314,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", @@ -32322,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", @@ -32330,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", @@ -32338,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", @@ -32346,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", @@ -32354,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", @@ -32362,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", @@ -32370,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", @@ -32378,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", @@ -32386,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", @@ -32394,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", @@ -32402,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", @@ -32410,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", @@ -32418,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", @@ -32426,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", @@ -32434,7 +32434,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -32617,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", @@ -32800,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", @@ -32808,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", @@ -32816,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", @@ -32824,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", @@ -32832,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", @@ -32840,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", @@ -32848,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", @@ -32856,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", @@ -32864,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", @@ -32872,7 +32872,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -33115,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", @@ -33147,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", @@ -33171,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", @@ -33485,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", @@ -33493,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", @@ -33501,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", @@ -33509,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", @@ -33517,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", @@ -33525,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", @@ -33533,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", @@ -33541,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", @@ -33549,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", @@ -33557,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", @@ -33565,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", @@ -33573,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", @@ -33581,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", @@ -33589,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", @@ -33597,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", @@ -33605,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", @@ -33613,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", @@ -33621,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", @@ -33629,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", @@ -33637,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", @@ -33645,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", @@ -33653,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", @@ -33661,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", @@ -33669,7 +33669,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -33877,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", @@ -33885,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", @@ -33893,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", @@ -33901,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", @@ -33909,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", @@ -33917,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", @@ -33925,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", @@ -33933,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", @@ -33941,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", @@ -33949,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", @@ -33957,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", @@ -34343,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", @@ -34351,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", @@ -34359,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", @@ -34367,7 +34367,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -34419,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", @@ -34510,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", @@ -34518,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", @@ -34526,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", @@ -34534,7 +34534,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -34586,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", @@ -34677,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", @@ -34685,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", @@ -34693,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", @@ -34701,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", @@ -34709,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", @@ -34717,7 +34717,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -34816,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", @@ -34840,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", @@ -34977,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", @@ -34985,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", @@ -34993,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", @@ -35001,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", @@ -35009,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", @@ -35017,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", @@ -35025,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", @@ -35033,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", @@ -35041,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", @@ -35049,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", @@ -35057,7 +35057,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -35229,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", @@ -35375,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", @@ -35398,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", @@ -35406,7 +35406,7 @@ "readonly": false, "type": "DirectiveHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -35513,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", @@ -35521,7 +35521,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -35647,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", @@ -35655,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", @@ -35663,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", @@ -35671,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", @@ -35679,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", @@ -35687,7 +35687,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -35762,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", @@ -35860,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", @@ -35868,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", @@ -35876,7 +35876,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -35952,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", @@ -36057,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", @@ -36065,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", @@ -36073,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", @@ -36081,7 +36081,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -36250,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", @@ -36407,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", @@ -36415,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", @@ -36423,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", @@ -36431,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", @@ -36439,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", @@ -36447,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", @@ -36455,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", @@ -36463,7 +36463,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -36579,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", @@ -36708,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", @@ -36716,7 +36716,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -36792,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", @@ -36876,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", @@ -36884,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", @@ -36892,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", @@ -36900,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", @@ -36908,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", @@ -36916,7 +36916,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -37047,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", @@ -37185,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", @@ -37193,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", @@ -37201,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", @@ -37209,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", @@ -37217,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", @@ -37225,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", @@ -37233,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", @@ -37241,7 +37241,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -37530,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", @@ -37713,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", @@ -37721,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", @@ -37729,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", @@ -37737,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", @@ -37745,7 +37745,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -37861,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", @@ -37869,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", @@ -37942,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", @@ -38131,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", @@ -38139,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", @@ -38147,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", @@ -38155,7 +38155,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -38253,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", @@ -38378,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", @@ -38386,7 +38386,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -38445,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", @@ -38543,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", @@ -38551,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", @@ -38559,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", @@ -38567,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", @@ -38575,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", @@ -38583,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", @@ -38591,7 +38591,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -38690,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", @@ -38830,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": [] @@ -38845,7 +38845,7 @@ "readonly": false, "type": "DirectiveHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -38931,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", @@ -38939,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", @@ -38947,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", @@ -38955,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", @@ -38963,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", @@ -38971,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", @@ -38979,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", @@ -38987,7 +38987,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -39116,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", @@ -39255,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", @@ -39263,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", @@ -39271,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", @@ -39279,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", @@ -39287,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", @@ -39295,7 +39295,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -39346,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." }, { @@ -39355,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." }, { @@ -39380,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." }, { @@ -39397,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": [] @@ -39559,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", @@ -39567,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", @@ -39575,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", @@ -39583,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", @@ -39591,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", @@ -39599,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", @@ -39607,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", @@ -39615,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", @@ -39623,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", @@ -39631,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", @@ -39639,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." }, { @@ -39648,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", @@ -39656,7 +39656,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -39763,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." }, { @@ -39772,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." }, { @@ -39799,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", @@ -39942,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", @@ -39950,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", @@ -39958,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", @@ -39966,7 +39966,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -40027,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", @@ -40785,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", @@ -40793,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", @@ -40801,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", @@ -40809,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", @@ -40817,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", @@ -40825,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", @@ -40833,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", @@ -40841,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", @@ -40849,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", @@ -40857,7 +40857,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -40924,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", @@ -41083,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", @@ -41091,7 +41091,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -41158,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", @@ -41272,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", @@ -41280,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", @@ -41288,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", @@ -41296,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", @@ -41304,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", @@ -41312,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", @@ -41320,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", @@ -41328,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", @@ -41336,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", @@ -41344,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", @@ -41352,7 +41352,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -41577,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", @@ -41758,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", @@ -41766,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", @@ -41774,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", @@ -41782,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", @@ -41790,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", @@ -41798,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", @@ -41806,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", @@ -41814,7 +41814,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -41889,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", @@ -42032,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", @@ -42040,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", @@ -42048,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", @@ -42056,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", @@ -42064,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", @@ -42072,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", @@ -42080,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", @@ -42088,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", @@ -42096,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", @@ -42104,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." }, { @@ -42113,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", @@ -42121,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." }, { @@ -42130,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", @@ -42138,7 +42138,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -42350,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." }, { @@ -42359,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", @@ -42552,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", @@ -42560,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", @@ -42568,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", @@ -42576,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", @@ -42584,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", @@ -42592,7 +42592,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -42725,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", @@ -42749,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", @@ -42899,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", @@ -42907,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", @@ -42915,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", @@ -42923,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", @@ -42931,7 +42931,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -42967,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", @@ -43118,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", @@ -43141,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", @@ -43149,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", @@ -43157,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", @@ -43165,7 +43165,7 @@ "readonly": false, "type": "DirectiveHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -43501,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", @@ -43509,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", @@ -43517,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", @@ -43525,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", @@ -43533,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", @@ -43541,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", @@ -43549,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", @@ -43557,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", @@ -43565,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", @@ -43573,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", @@ -43581,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", @@ -43589,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", @@ -43597,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", @@ -43605,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", @@ -43613,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", @@ -43621,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", @@ -43629,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", @@ -43637,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", @@ -43645,7 +43645,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -43864,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", @@ -44089,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", @@ -44097,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", @@ -44105,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", @@ -44113,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", @@ -44121,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", @@ -44129,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", @@ -44137,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", @@ -44145,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", @@ -44153,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", @@ -44161,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", @@ -44169,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", @@ -44177,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", @@ -44185,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", @@ -44193,7 +44193,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -44372,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", @@ -44396,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", @@ -45036,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", @@ -45044,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", @@ -45052,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", @@ -45060,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", @@ -45068,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", @@ -45076,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", @@ -45084,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", @@ -45092,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", @@ -45100,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", @@ -45108,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", @@ -45116,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", @@ -45124,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", @@ -45132,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", @@ -45140,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", @@ -45148,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", @@ -45156,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", @@ -45164,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", @@ -45172,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", @@ -45180,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", @@ -45188,7 +45188,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -45679,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", @@ -46057,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", @@ -46065,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", @@ -46073,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", @@ -46081,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", @@ -46089,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", @@ -46097,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", @@ -46105,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", @@ -46113,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", @@ -46121,7 +46121,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -46227,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." }, { @@ -46252,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", @@ -46784,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", @@ -46792,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", @@ -46800,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", @@ -46808,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", @@ -46816,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", @@ -46824,7 +46824,7 @@ "readonly": false, "type": "ComponentHooks", "default": "", - "description": "Uses to manage all lifecycle hooks" + "description": "Used to manage all lifecycle hooks" } ], "methods": [] @@ -47172,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",