@itwin/itwinui-react 2.10.0 → 2.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +40 -0
- package/README.md +1 -1
- package/cjs/core/Alert/Alert.d.ts +2 -2
- package/cjs/core/Alert/Alert.js +34 -11
- package/cjs/core/Alert/index.d.ts +2 -2
- package/cjs/core/Alert/index.js +2 -2
- package/cjs/core/Avatar/Avatar.d.ts +1 -1
- package/cjs/core/Avatar/Avatar.js +30 -7
- package/cjs/core/Avatar/index.d.ts +2 -2
- package/cjs/core/Avatar/index.js +3 -3
- package/cjs/core/AvatarGroup/AvatarGroup.d.ts +2 -2
- package/cjs/core/AvatarGroup/AvatarGroup.js +34 -11
- package/cjs/core/AvatarGroup/index.d.ts +2 -2
- package/cjs/core/AvatarGroup/index.js +3 -3
- package/cjs/core/Backdrop/Backdrop.d.ts +1 -1
- package/cjs/core/Backdrop/Backdrop.js +28 -5
- package/cjs/core/Backdrop/index.d.ts +2 -2
- package/cjs/core/Backdrop/index.js +2 -2
- package/cjs/core/Badge/Badge.d.ts +3 -2
- package/cjs/core/Badge/Badge.js +28 -5
- package/cjs/core/Badge/index.d.ts +2 -2
- package/cjs/core/Badge/index.js +2 -2
- package/cjs/core/Breadcrumbs/Breadcrumbs.d.ts +2 -2
- package/cjs/core/Breadcrumbs/Breadcrumbs.js +43 -20
- package/cjs/core/Breadcrumbs/index.d.ts +2 -2
- package/cjs/core/Breadcrumbs/index.js +2 -2
- package/cjs/core/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/cjs/core/ButtonGroup/ButtonGroup.js +37 -11
- package/cjs/core/ButtonGroup/index.d.ts +2 -2
- package/cjs/core/ButtonGroup/index.js +2 -2
- package/cjs/core/Buttons/Button/Button.d.ts +2 -2
- package/cjs/core/Buttons/Button/Button.js +31 -8
- package/cjs/core/Buttons/Button/index.d.ts +2 -2
- package/cjs/core/Buttons/Button/index.js +2 -2
- package/cjs/core/Buttons/DropdownButton/DropdownButton.d.ts +3 -3
- package/cjs/core/Buttons/DropdownButton/DropdownButton.js +36 -13
- package/cjs/core/Buttons/DropdownButton/index.d.ts +2 -2
- package/cjs/core/Buttons/DropdownButton/index.js +2 -2
- package/cjs/core/Buttons/IconButton/IconButton.d.ts +3 -3
- package/cjs/core/Buttons/IconButton/IconButton.js +32 -9
- package/cjs/core/Buttons/IconButton/index.d.ts +2 -2
- package/cjs/core/Buttons/IconButton/index.js +2 -2
- package/cjs/core/Buttons/IdeasButton/IdeasButton.d.ts +1 -1
- package/cjs/core/Buttons/IdeasButton/IdeasButton.js +28 -8
- package/cjs/core/Buttons/IdeasButton/index.d.ts +2 -2
- package/cjs/core/Buttons/IdeasButton/index.js +2 -2
- package/cjs/core/Buttons/SplitButton/SplitButton.d.ts +4 -4
- package/cjs/core/Buttons/SplitButton/SplitButton.js +38 -15
- package/cjs/core/Buttons/SplitButton/index.d.ts +2 -2
- package/cjs/core/Buttons/SplitButton/index.js +2 -2
- package/cjs/core/Buttons/index.d.ts +10 -10
- package/cjs/core/Buttons/index.js +10 -10
- package/cjs/core/Carousel/Carousel.d.ts +3 -3
- package/cjs/core/Carousel/Carousel.js +52 -29
- package/cjs/core/Carousel/CarouselContext.d.ts +1 -1
- package/cjs/core/Carousel/CarouselContext.js +24 -4
- package/cjs/core/Carousel/CarouselDot.d.ts +1 -1
- package/cjs/core/Carousel/CarouselDot.js +26 -3
- package/cjs/core/Carousel/CarouselDotsList.d.ts +1 -1
- package/cjs/core/Carousel/CarouselDotsList.js +47 -24
- package/cjs/core/Carousel/CarouselNavigation.d.ts +3 -3
- package/cjs/core/Carousel/CarouselNavigation.js +43 -20
- package/cjs/core/Carousel/CarouselSlide.d.ts +1 -1
- package/cjs/core/Carousel/CarouselSlide.js +32 -9
- package/cjs/core/Carousel/CarouselSlider.d.ts +1 -1
- package/cjs/core/Carousel/CarouselSlider.js +40 -17
- package/cjs/core/Carousel/index.d.ts +2 -2
- package/cjs/core/Carousel/index.js +2 -2
- package/cjs/core/Checkbox/Checkbox.d.ts +1 -1
- package/cjs/core/Checkbox/Checkbox.js +37 -14
- package/cjs/core/Checkbox/index.d.ts +2 -2
- package/cjs/core/Checkbox/index.js +2 -2
- package/cjs/core/ColorPicker/ColorBuilder.d.ts +2 -2
- package/cjs/core/ColorPicker/ColorBuilder.js +58 -35
- package/cjs/core/ColorPicker/ColorInputPanel.d.ts +2 -2
- package/cjs/core/ColorPicker/ColorInputPanel.js +72 -49
- package/cjs/core/ColorPicker/ColorPalette.d.ts +3 -2
- package/cjs/core/ColorPicker/ColorPalette.js +42 -19
- package/cjs/core/ColorPicker/ColorPicker.d.ts +3 -2
- package/cjs/core/ColorPicker/ColorPicker.js +42 -19
- package/cjs/core/ColorPicker/ColorPickerContext.d.ts +2 -2
- package/cjs/core/ColorPicker/ColorPickerContext.js +25 -5
- package/cjs/core/ColorPicker/ColorSwatch.d.ts +3 -2
- package/cjs/core/ColorPicker/ColorSwatch.js +31 -8
- package/cjs/core/ColorPicker/index.d.ts +10 -10
- package/cjs/core/ColorPicker/index.js +10 -10
- package/cjs/core/ComboBox/ComboBox.d.ts +4 -4
- package/cjs/core/ComboBox/ComboBox.js +82 -52
- package/cjs/core/ComboBox/ComboBoxDropdown.d.ts +2 -2
- package/cjs/core/ComboBox/ComboBoxDropdown.js +31 -11
- package/cjs/core/ComboBox/ComboBoxEndIcon.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxEndIcon.js +32 -9
- package/cjs/core/ComboBox/ComboBoxInput.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxInput.js +42 -22
- package/cjs/core/ComboBox/ComboBoxInputContainer.d.ts +2 -2
- package/cjs/core/ComboBox/ComboBoxInputContainer.js +30 -10
- package/cjs/core/ComboBox/ComboBoxMenu.d.ts +2 -2
- package/cjs/core/ComboBox/ComboBoxMenu.js +44 -21
- package/cjs/core/ComboBox/ComboBoxMenuItem.d.ts +2 -2
- package/cjs/core/ComboBox/ComboBoxMenuItem.js +35 -12
- package/cjs/core/ComboBox/ComboBoxMultipleContainer.d.ts +1 -1
- package/cjs/core/ComboBox/ComboBoxMultipleContainer.js +27 -4
- package/cjs/core/ComboBox/helpers.d.ts +2 -2
- package/cjs/core/ComboBox/helpers.js +26 -6
- package/cjs/core/ComboBox/index.d.ts +2 -2
- package/cjs/core/ComboBox/index.js +2 -2
- package/cjs/core/DatePicker/DatePicker.d.ts +1 -1
- package/cjs/core/DatePicker/DatePicker.js +61 -38
- package/cjs/core/DatePicker/index.d.ts +2 -2
- package/cjs/core/DatePicker/index.js +3 -3
- package/cjs/core/Dialog/Dialog.d.ts +8 -8
- package/cjs/core/Dialog/Dialog.js +41 -18
- package/cjs/core/Dialog/DialogBackdrop.d.ts +3 -3
- package/cjs/core/Dialog/DialogBackdrop.js +32 -9
- package/cjs/core/Dialog/DialogButtonBar.d.ts +1 -1
- package/cjs/core/Dialog/DialogButtonBar.js +28 -5
- package/cjs/core/Dialog/DialogContent.d.ts +1 -1
- package/cjs/core/Dialog/DialogContent.js +28 -5
- package/cjs/core/Dialog/DialogContext.d.ts +1 -1
- package/cjs/core/Dialog/DialogContext.js +25 -5
- package/cjs/core/Dialog/DialogDragContext.d.ts +1 -1
- package/cjs/core/Dialog/DialogDragContext.js +25 -5
- package/cjs/core/Dialog/DialogMain.d.ts +2 -2
- package/cjs/core/Dialog/DialogMain.js +49 -26
- package/cjs/core/Dialog/DialogTitleBar.d.ts +3 -3
- package/cjs/core/Dialog/DialogTitleBar.js +40 -17
- package/cjs/core/Dialog/DialogTitleBarTitle.d.ts +1 -1
- package/cjs/core/Dialog/DialogTitleBarTitle.js +28 -5
- package/cjs/core/Dialog/index.d.ts +6 -6
- package/cjs/core/Dialog/index.js +2 -2
- package/cjs/core/DropdownMenu/DropdownMenu.d.ts +2 -2
- package/cjs/core/DropdownMenu/DropdownMenu.js +35 -15
- package/cjs/core/DropdownMenu/index.d.ts +2 -2
- package/cjs/core/DropdownMenu/index.js +2 -2
- package/cjs/core/ExpandableBlock/ExpandableBlock.d.ts +2 -2
- package/cjs/core/ExpandableBlock/ExpandableBlock.js +39 -16
- package/cjs/core/ExpandableBlock/index.d.ts +2 -2
- package/cjs/core/ExpandableBlock/index.js +2 -2
- package/cjs/core/Fieldset/Fieldset.d.ts +1 -1
- package/cjs/core/Fieldset/Fieldset.js +30 -7
- package/cjs/core/Fieldset/index.d.ts +2 -2
- package/cjs/core/Fieldset/index.js +2 -2
- package/cjs/core/FileUpload/FileEmptyCard.d.ts +1 -1
- package/cjs/core/FileUpload/FileEmptyCard.js +36 -13
- package/cjs/core/FileUpload/FileUpload.d.ts +3 -3
- package/cjs/core/FileUpload/FileUpload.js +33 -10
- package/cjs/core/FileUpload/FileUploadCard.d.ts +1 -1
- package/cjs/core/FileUpload/FileUploadCard.js +63 -41
- package/cjs/core/FileUpload/FileUploadTemplate.d.ts +1 -1
- package/cjs/core/FileUpload/FileUploadTemplate.js +32 -9
- package/cjs/core/FileUpload/index.d.ts +8 -8
- package/cjs/core/FileUpload/index.js +8 -8
- package/cjs/core/Footer/Footer.d.ts +3 -3
- package/cjs/core/Footer/Footer.js +36 -13
- package/cjs/core/Footer/FooterItem.d.ts +1 -1
- package/cjs/core/Footer/FooterItem.js +27 -4
- package/cjs/core/Footer/FooterList.d.ts +1 -1
- package/cjs/core/Footer/FooterList.js +27 -4
- package/cjs/core/Footer/FooterSeparator.d.ts +1 -1
- package/cjs/core/Footer/FooterSeparator.js +27 -4
- package/cjs/core/Footer/index.d.ts +2 -2
- package/cjs/core/Footer/index.js +3 -3
- package/cjs/core/Header/Header.d.ts +2 -2
- package/cjs/core/Header/Header.js +36 -13
- package/cjs/core/Header/HeaderBasicButton.d.ts +2 -2
- package/cjs/core/Header/HeaderBasicButton.js +30 -7
- package/cjs/core/Header/HeaderBreadcrumbs.d.ts +1 -1
- package/cjs/core/Header/HeaderBreadcrumbs.js +29 -9
- package/cjs/core/Header/HeaderButton.d.ts +4 -4
- package/cjs/core/Header/HeaderButton.js +37 -14
- package/cjs/core/Header/HeaderDropdownButton.d.ts +2 -2
- package/cjs/core/Header/HeaderDropdownButton.js +36 -13
- package/cjs/core/Header/HeaderLogo.d.ts +1 -1
- package/cjs/core/Header/HeaderLogo.js +31 -8
- package/cjs/core/Header/HeaderSplitButton.d.ts +2 -2
- package/cjs/core/Header/HeaderSplitButton.js +37 -14
- package/cjs/core/Header/index.d.ts +8 -8
- package/cjs/core/Header/index.js +8 -8
- package/cjs/core/InformationPanel/InformationPanel.d.ts +2 -2
- package/cjs/core/InformationPanel/InformationPanel.js +33 -10
- package/cjs/core/InformationPanel/InformationPanelBody.d.ts +2 -2
- package/cjs/core/InformationPanel/InformationPanelBody.js +27 -4
- package/cjs/core/InformationPanel/InformationPanelContent.d.ts +2 -2
- package/cjs/core/InformationPanel/InformationPanelContent.js +27 -4
- package/cjs/core/InformationPanel/InformationPanelHeader.d.ts +2 -2
- package/cjs/core/InformationPanel/InformationPanelHeader.js +32 -9
- package/cjs/core/InformationPanel/InformationPanelWrapper.d.ts +2 -2
- package/cjs/core/InformationPanel/InformationPanelWrapper.js +27 -4
- package/cjs/core/InformationPanel/index.d.ts +10 -10
- package/cjs/core/InformationPanel/index.js +10 -10
- package/cjs/core/Input/Input.d.ts +1 -1
- package/cjs/core/Input/Input.js +31 -8
- package/cjs/core/Input/index.d.ts +2 -2
- package/cjs/core/Input/index.js +2 -2
- package/cjs/core/InputGroup/InputGroup.d.ts +2 -2
- package/cjs/core/InputGroup/InputGroup.js +29 -9
- package/cjs/core/InputGroup/index.d.ts +2 -2
- package/cjs/core/InputGroup/index.js +2 -2
- package/cjs/core/Label/Label.d.ts +1 -1
- package/cjs/core/Label/Label.js +27 -4
- package/cjs/core/Label/index.d.ts +2 -2
- package/cjs/core/Label/index.js +2 -2
- package/cjs/core/LabeledInput/LabeledInput.d.ts +2 -2
- package/cjs/core/LabeledInput/LabeledInput.js +31 -11
- package/cjs/core/LabeledInput/index.d.ts +2 -2
- package/cjs/core/LabeledInput/index.js +2 -2
- package/cjs/core/LabeledSelect/LabeledSelect.d.ts +3 -3
- package/cjs/core/LabeledSelect/LabeledSelect.js +31 -11
- package/cjs/core/LabeledSelect/index.d.ts +2 -2
- package/cjs/core/LabeledSelect/index.js +2 -2
- package/cjs/core/LabeledTextarea/LabeledTextarea.d.ts +3 -3
- package/cjs/core/LabeledTextarea/LabeledTextarea.js +31 -11
- package/cjs/core/LabeledTextarea/index.d.ts +2 -2
- package/cjs/core/LabeledTextarea/index.js +2 -2
- package/cjs/core/List/List.d.ts +1 -1
- package/cjs/core/List/List.js +28 -5
- package/cjs/core/List/ListItem.d.ts +1 -1
- package/cjs/core/List/ListItem.js +34 -11
- package/cjs/core/List/index.d.ts +4 -4
- package/cjs/core/List/index.js +4 -4
- package/cjs/core/Menu/Menu.d.ts +2 -2
- package/cjs/core/Menu/Menu.js +34 -11
- package/cjs/core/Menu/MenuDivider.d.ts +1 -1
- package/cjs/core/Menu/MenuDivider.js +27 -4
- package/cjs/core/Menu/MenuExtraContent.d.ts +2 -2
- package/cjs/core/Menu/MenuExtraContent.js +27 -4
- package/cjs/core/Menu/MenuItem.d.ts +6 -3
- package/cjs/core/Menu/MenuItem.js +44 -21
- package/cjs/core/Menu/MenuItemSkeleton.d.ts +1 -1
- package/cjs/core/Menu/MenuItemSkeleton.js +32 -9
- package/cjs/core/Menu/index.d.ts +10 -10
- package/cjs/core/Menu/index.js +10 -10
- package/cjs/core/Modal/Modal.d.ts +3 -3
- package/cjs/core/Modal/Modal.js +36 -13
- package/cjs/core/Modal/ModalButtonBar.d.ts +2 -2
- package/cjs/core/Modal/ModalButtonBar.js +25 -5
- package/cjs/core/Modal/ModalContent.d.ts +2 -2
- package/cjs/core/Modal/ModalContent.js +25 -5
- package/cjs/core/Modal/index.d.ts +6 -6
- package/cjs/core/Modal/index.js +6 -6
- package/cjs/core/NonIdealState/ErrorPage.d.ts +2 -2
- package/cjs/core/NonIdealState/ErrorPage.js +38 -18
- package/cjs/core/NonIdealState/NonIdealState.d.ts +1 -1
- package/cjs/core/NonIdealState/NonIdealState.js +31 -8
- package/cjs/core/NonIdealState/index.d.ts +4 -4
- package/cjs/core/NonIdealState/index.js +4 -4
- package/cjs/core/NotificationMarker/NotificationMarker.d.ts +1 -1
- package/cjs/core/NotificationMarker/NotificationMarker.js +28 -5
- package/cjs/core/NotificationMarker/index.d.ts +2 -2
- package/cjs/core/NotificationMarker/index.js +2 -2
- package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +2 -2
- package/cjs/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +30 -7
- package/cjs/core/ProgressIndicators/ProgressLinear/index.d.ts +2 -2
- package/cjs/core/ProgressIndicators/ProgressLinear/index.js +2 -2
- package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +2 -2
- package/cjs/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +35 -12
- package/cjs/core/ProgressIndicators/ProgressRadial/index.d.ts +2 -2
- package/cjs/core/ProgressIndicators/ProgressRadial/index.js +2 -2
- package/cjs/core/ProgressIndicators/index.d.ts +4 -4
- package/cjs/core/ProgressIndicators/index.js +4 -4
- package/cjs/core/Radio/Radio.d.ts +1 -1
- package/cjs/core/Radio/Radio.js +33 -10
- package/cjs/core/Radio/index.d.ts +2 -2
- package/cjs/core/Radio/index.js +2 -2
- package/cjs/core/RadioTiles/RadioTile.d.ts +1 -1
- package/cjs/core/RadioTiles/RadioTile.js +36 -13
- package/cjs/core/RadioTiles/RadioTileGroup.d.ts +1 -1
- package/cjs/core/RadioTiles/RadioTileGroup.js +28 -8
- package/cjs/core/RadioTiles/index.d.ts +4 -4
- package/cjs/core/RadioTiles/index.js +4 -4
- package/cjs/core/SearchBox/SearchBox.d.ts +104 -0
- package/cjs/core/SearchBox/SearchBox.js +200 -0
- package/cjs/core/SearchBox/index.d.ts +4 -0
- package/cjs/core/SearchBox/index.js +10 -0
- package/cjs/core/Select/Select.d.ts +2 -2
- package/cjs/core/Select/Select.js +73 -36
- package/cjs/core/Select/SelectTag.d.ts +1 -1
- package/cjs/core/Select/SelectTag.js +28 -5
- package/cjs/core/Select/SelectTagContainer.d.ts +1 -1
- package/cjs/core/Select/SelectTagContainer.js +33 -10
- package/cjs/core/Select/index.d.ts +2 -2
- package/cjs/core/Select/index.js +2 -2
- package/cjs/core/SideNavigation/SideNavigation.d.ts +2 -2
- package/cjs/core/SideNavigation/SideNavigation.js +38 -15
- package/cjs/core/SideNavigation/SidenavButton.d.ts +2 -2
- package/cjs/core/SideNavigation/SidenavButton.js +29 -6
- package/cjs/core/SideNavigation/SidenavSubmenu.d.ts +2 -2
- package/cjs/core/SideNavigation/SidenavSubmenu.js +29 -6
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.d.ts +2 -2
- package/cjs/core/SideNavigation/SidenavSubmenuHeader.js +29 -6
- package/cjs/core/SideNavigation/index.d.ts +8 -8
- package/cjs/core/SideNavigation/index.js +8 -8
- package/cjs/core/SkipToContentLink/SkipToContentLink.d.ts +1 -1
- package/cjs/core/SkipToContentLink/SkipToContentLink.js +28 -5
- package/cjs/core/SkipToContentLink/index.d.ts +2 -2
- package/cjs/core/SkipToContentLink/index.js +2 -2
- package/cjs/core/Slider/Slider.d.ts +3 -3
- package/cjs/core/Slider/Slider.js +64 -41
- package/cjs/core/Slider/Thumb.d.ts +3 -3
- package/cjs/core/Slider/Thumb.js +32 -9
- package/cjs/core/Slider/Track.d.ts +1 -1
- package/cjs/core/Slider/Track.js +27 -7
- package/cjs/core/Slider/index.d.ts +2 -2
- package/cjs/core/Slider/index.js +2 -2
- package/cjs/core/StatusMessage/StatusMessage.d.ts +1 -1
- package/cjs/core/StatusMessage/StatusMessage.js +31 -8
- package/cjs/core/StatusMessage/index.d.ts +2 -2
- package/cjs/core/StatusMessage/index.js +2 -2
- package/cjs/core/Stepper/Stepper.d.ts +1 -1
- package/cjs/core/Stepper/Stepper.js +31 -11
- package/cjs/core/Stepper/StepperStep.d.ts +1 -1
- package/cjs/core/Stepper/StepperStep.js +30 -7
- package/cjs/core/Stepper/Wizard.d.ts +2 -2
- package/cjs/core/Stepper/Wizard.js +27 -7
- package/cjs/core/Stepper/WorkflowDiagram.d.ts +2 -2
- package/cjs/core/Stepper/WorkflowDiagram.js +29 -9
- package/cjs/core/Stepper/WorkflowDiagramStep.d.ts +2 -2
- package/cjs/core/Stepper/WorkflowDiagramStep.js +28 -5
- package/cjs/core/Stepper/index.d.ts +6 -6
- package/cjs/core/Stepper/index.js +6 -6
- package/cjs/core/Surface/Surface.d.ts +2 -2
- package/cjs/core/Surface/Surface.js +41 -18
- package/cjs/core/Surface/index.d.ts +2 -2
- package/cjs/core/Surface/index.js +2 -2
- package/cjs/core/Table/SubRowExpander.d.ts +2 -2
- package/cjs/core/Table/SubRowExpander.js +27 -7
- package/cjs/core/Table/Table.d.ts +4 -4
- package/cjs/core/Table/Table.js +106 -83
- package/cjs/core/Table/TableCell.d.ts +2 -2
- package/cjs/core/Table/TableCell.js +38 -15
- package/cjs/core/Table/TablePaginator.d.ts +2 -2
- package/cjs/core/Table/TablePaginator.js +59 -36
- package/cjs/core/Table/TableRowMemoized.d.ts +2 -2
- package/cjs/core/Table/TableRowMemoized.js +36 -13
- package/cjs/core/Table/actionHandlers/expandHandler.d.ts +1 -1
- package/cjs/core/Table/actionHandlers/filterHandler.d.ts +2 -2
- package/cjs/core/Table/actionHandlers/index.d.ts +4 -4
- package/cjs/core/Table/actionHandlers/index.js +11 -11
- package/cjs/core/Table/actionHandlers/resizeHandler.d.ts +1 -1
- package/cjs/core/Table/actionHandlers/selectHandler.d.ts +1 -1
- package/cjs/core/Table/cells/DefaultCell.d.ts +2 -2
- package/cjs/core/Table/cells/DefaultCell.js +27 -4
- package/cjs/core/Table/cells/EditableCell.d.ts +2 -2
- package/cjs/core/Table/cells/EditableCell.js +30 -10
- package/cjs/core/Table/cells/index.d.ts +4 -4
- package/cjs/core/Table/cells/index.js +4 -4
- package/cjs/core/Table/columns/actionColumn.d.ts +2 -2
- package/cjs/core/Table/columns/actionColumn.js +42 -19
- package/cjs/core/Table/columns/expanderColumn.d.ts +2 -2
- package/cjs/core/Table/columns/expanderColumn.js +29 -9
- package/cjs/core/Table/columns/index.d.ts +3 -3
- package/cjs/core/Table/columns/index.js +8 -8
- package/cjs/core/Table/columns/selectionColumn.d.ts +1 -1
- package/cjs/core/Table/columns/selectionColumn.js +28 -8
- package/cjs/core/Table/filters/BaseFilter.d.ts +2 -2
- package/cjs/core/Table/filters/BaseFilter.js +27 -4
- package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +1 -1
- package/cjs/core/Table/filters/DateRangeFilter/DatePickerInput.js +39 -19
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +2 -2
- package/cjs/core/Table/filters/DateRangeFilter/DateRangeFilter.js +37 -14
- package/cjs/core/Table/filters/FilterButtonBar.d.ts +2 -2
- package/cjs/core/Table/filters/FilterButtonBar.js +30 -7
- package/cjs/core/Table/filters/FilterToggle.d.ts +2 -2
- package/cjs/core/Table/filters/FilterToggle.js +34 -11
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +2 -2
- package/cjs/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +34 -14
- package/cjs/core/Table/filters/TextFilter/TextFilter.d.ts +2 -2
- package/cjs/core/Table/filters/TextFilter/TextFilter.js +32 -12
- package/cjs/core/Table/filters/customFilterFunctions.d.ts +1 -1
- package/cjs/core/Table/filters/defaultFilterFunctions.d.ts +1 -1
- package/cjs/core/Table/filters/index.d.ts +8 -8
- package/cjs/core/Table/filters/index.js +8 -8
- package/cjs/core/Table/filters/tableFilters.d.ts +4 -4
- package/cjs/core/Table/filters/tableFilters.js +29 -9
- package/cjs/core/Table/filters/types.d.ts +1 -1
- package/cjs/core/Table/hooks/index.d.ts +8 -8
- package/cjs/core/Table/hooks/index.js +16 -16
- package/cjs/core/Table/hooks/useColumnDragAndDrop.d.ts +1 -1
- package/cjs/core/Table/hooks/useExpanderCell.d.ts +2 -2
- package/cjs/core/Table/hooks/useExpanderCell.js +27 -7
- package/cjs/core/Table/hooks/useResizeColumns.d.ts +2 -2
- package/cjs/core/Table/hooks/useResizeColumns.js +3 -0
- package/cjs/core/Table/hooks/useScrollToRow.d.ts +1 -1
- package/cjs/core/Table/hooks/useScrollToRow.js +29 -9
- package/cjs/core/Table/hooks/useSelectionCell.d.ts +1 -1
- package/cjs/core/Table/hooks/useSelectionCell.js +3 -3
- package/cjs/core/Table/hooks/useStickyColumns.d.ts +1 -1
- package/cjs/core/Table/hooks/useSubRowFiltering.d.ts +1 -1
- package/cjs/core/Table/hooks/useSubRowFiltering.js +26 -6
- package/cjs/core/Table/hooks/useSubRowSelection.d.ts +1 -1
- package/cjs/core/Table/hooks/useSubRowSelection.js +24 -4
- package/cjs/core/Table/index.d.ts +9 -9
- package/cjs/core/Table/index.js +15 -15
- package/cjs/core/Table/utils.d.ts +1 -1
- package/cjs/core/Tabs/Tab.d.ts +1 -1
- package/cjs/core/Tabs/Tab.js +31 -8
- package/cjs/core/Tabs/Tabs.d.ts +26 -2
- package/cjs/core/Tabs/Tabs.js +247 -48
- package/cjs/core/Tabs/index.d.ts +4 -4
- package/cjs/core/Tabs/index.js +6 -6
- package/cjs/core/Tag/Tag.d.ts +2 -2
- package/cjs/core/Tag/Tag.js +31 -8
- package/cjs/core/Tag/TagContainer.d.ts +2 -2
- package/cjs/core/Tag/TagContainer.js +27 -4
- package/cjs/core/Tag/index.d.ts +4 -4
- package/cjs/core/Tag/index.js +4 -4
- package/cjs/core/Textarea/Textarea.d.ts +1 -1
- package/cjs/core/Textarea/Textarea.js +31 -8
- package/cjs/core/Textarea/index.d.ts +2 -2
- package/cjs/core/Textarea/index.js +2 -2
- package/cjs/core/ThemeProvider/ThemeProvider.d.ts +2 -2
- package/cjs/core/ThemeProvider/ThemeProvider.js +44 -21
- package/cjs/core/ThemeProvider/index.d.ts +2 -2
- package/cjs/core/ThemeProvider/index.js +2 -2
- package/cjs/core/Tile/Tile.d.ts +2 -2
- package/cjs/core/Tile/Tile.js +62 -39
- package/cjs/core/Tile/index.d.ts +2 -2
- package/cjs/core/Tile/index.js +2 -2
- package/cjs/core/TimePicker/TimePicker.d.ts +2 -2
- package/cjs/core/TimePicker/TimePicker.js +45 -22
- package/cjs/core/TimePicker/index.d.ts +2 -2
- package/cjs/core/TimePicker/index.js +2 -2
- package/cjs/core/Toast/Toast.d.ts +2 -2
- package/cjs/core/Toast/Toast.js +48 -25
- package/cjs/core/Toast/ToastWrapper.d.ts +3 -3
- package/cjs/core/Toast/ToastWrapper.js +31 -8
- package/cjs/core/Toast/Toaster.d.ts +2 -2
- package/cjs/core/Toast/Toaster.js +6 -9
- package/cjs/core/Toast/index.d.ts +2 -2
- package/cjs/core/Toast/index.js +2 -2
- package/cjs/core/ToggleSwitch/ToggleSwitch.d.ts +1 -1
- package/cjs/core/ToggleSwitch/ToggleSwitch.js +34 -11
- package/cjs/core/ToggleSwitch/index.d.ts +2 -2
- package/cjs/core/ToggleSwitch/index.js +2 -2
- package/cjs/core/Tooltip/Tooltip.d.ts +2 -2
- package/cjs/core/Tooltip/Tooltip.js +27 -4
- package/cjs/core/Tooltip/index.d.ts +2 -2
- package/cjs/core/Tooltip/index.js +2 -2
- package/cjs/core/Tree/Tree.d.ts +1 -1
- package/cjs/core/Tree/Tree.js +46 -23
- package/cjs/core/Tree/TreeContext.d.ts +1 -1
- package/cjs/core/Tree/TreeContext.js +25 -5
- package/cjs/core/Tree/TreeNode.d.ts +2 -2
- package/cjs/core/Tree/TreeNode.js +45 -22
- package/cjs/core/Tree/TreeNodeExpander.d.ts +1 -1
- package/cjs/core/Tree/TreeNodeExpander.js +28 -5
- package/cjs/core/Tree/index.d.ts +6 -6
- package/cjs/core/Tree/index.js +6 -6
- package/cjs/core/Typography/Anchor/Anchor.d.ts +2 -2
- package/cjs/core/Typography/Anchor/Anchor.js +28 -5
- package/cjs/core/Typography/Anchor/index.d.ts +2 -2
- package/cjs/core/Typography/Anchor/index.js +2 -2
- package/cjs/core/Typography/Blockquote/Blockquote.d.ts +1 -1
- package/cjs/core/Typography/Blockquote/Blockquote.js +29 -6
- package/cjs/core/Typography/Blockquote/index.d.ts +2 -2
- package/cjs/core/Typography/Blockquote/index.js +2 -2
- package/cjs/core/Typography/Body/Body.d.ts +1 -1
- package/cjs/core/Typography/Body/Body.js +28 -5
- package/cjs/core/Typography/Body/index.d.ts +2 -2
- package/cjs/core/Typography/Body/index.js +2 -2
- package/cjs/core/Typography/Code/Code.d.ts +2 -2
- package/cjs/core/Typography/Code/Code.js +27 -4
- package/cjs/core/Typography/Code/index.d.ts +2 -2
- package/cjs/core/Typography/Code/index.js +2 -2
- package/cjs/core/Typography/Headline/Headline.d.ts +1 -1
- package/cjs/core/Typography/Headline/Headline.js +28 -5
- package/cjs/core/Typography/Headline/index.d.ts +2 -2
- package/cjs/core/Typography/Headline/index.js +2 -2
- package/cjs/core/Typography/Kbd/Kbd.d.ts +1 -1
- package/cjs/core/Typography/Kbd/Kbd.js +27 -4
- package/cjs/core/Typography/Kbd/index.d.ts +2 -2
- package/cjs/core/Typography/Kbd/index.js +3 -3
- package/cjs/core/Typography/Leading/Leading.d.ts +1 -1
- package/cjs/core/Typography/Leading/Leading.js +28 -5
- package/cjs/core/Typography/Leading/index.d.ts +2 -2
- package/cjs/core/Typography/Leading/index.js +2 -2
- package/cjs/core/Typography/Small/Small.d.ts +1 -1
- package/cjs/core/Typography/Small/Small.js +28 -5
- package/cjs/core/Typography/Small/index.d.ts +2 -2
- package/cjs/core/Typography/Small/index.js +2 -2
- package/cjs/core/Typography/Subheading/Subheading.d.ts +1 -1
- package/cjs/core/Typography/Subheading/Subheading.js +28 -5
- package/cjs/core/Typography/Subheading/index.d.ts +2 -2
- package/cjs/core/Typography/Subheading/index.js +2 -2
- package/cjs/core/Typography/Text/Text.d.ts +2 -2
- package/cjs/core/Typography/Text/Text.js +28 -5
- package/cjs/core/Typography/Text/index.d.ts +2 -2
- package/cjs/core/Typography/Text/index.js +2 -2
- package/cjs/core/Typography/Title/Title.d.ts +1 -1
- package/cjs/core/Typography/Title/Title.js +28 -5
- package/cjs/core/Typography/Title/index.d.ts +2 -2
- package/cjs/core/Typography/Title/index.js +2 -2
- package/cjs/core/Typography/index.d.ts +22 -22
- package/cjs/core/Typography/index.js +23 -23
- package/cjs/core/index.d.ts +112 -110
- package/cjs/core/index.js +185 -183
- package/cjs/core/utils/color/ColorValue.js +5 -5
- package/cjs/core/utils/color/index.d.ts +1 -1
- package/cjs/core/utils/color/index.js +1 -1
- package/cjs/core/utils/components/AutoclearingHiddenLiveRegion.d.ts +12 -0
- package/cjs/core/utils/components/AutoclearingHiddenLiveRegion.js +52 -0
- package/cjs/core/utils/components/Divider.d.ts +1 -1
- package/cjs/core/utils/components/Divider.js +28 -5
- package/cjs/core/utils/components/Flex.d.ts +3 -3
- package/cjs/core/utils/components/Flex.js +30 -7
- package/cjs/core/utils/components/FocusTrap.js +32 -12
- package/cjs/core/utils/components/Icon.d.ts +27 -4
- package/cjs/core/utils/components/Icon.js +26 -3
- package/cjs/core/utils/components/InputContainer.d.ts +1 -1
- package/cjs/core/utils/components/InputContainer.js +29 -6
- package/cjs/core/utils/components/InputFlexContainer.d.ts +13 -0
- package/cjs/core/utils/components/InputFlexContainer.js +21 -0
- package/cjs/core/utils/components/LinkAction.d.ts +1 -1
- package/cjs/core/utils/components/LinkAction.js +28 -5
- package/cjs/core/utils/components/MiddleTextTruncation.d.ts +2 -2
- package/cjs/core/utils/components/MiddleTextTruncation.js +27 -7
- package/cjs/core/utils/components/Popover.d.ts +2 -2
- package/cjs/core/utils/components/Popover.js +39 -12
- package/cjs/core/utils/components/Resizer.d.ts +1 -1
- package/cjs/core/utils/components/Resizer.js +37 -17
- package/cjs/core/utils/components/VirtualScroll.d.ts +1 -1
- package/cjs/core/utils/components/VirtualScroll.js +28 -31
- package/cjs/core/utils/components/VisuallyHidden.d.ts +1 -1
- package/cjs/core/utils/components/VisuallyHidden.js +28 -5
- package/cjs/core/utils/components/WithCSSTransition.d.ts +1 -1
- package/cjs/core/utils/components/WithCSSTransition.js +26 -6
- package/cjs/core/utils/components/index.d.ts +14 -12
- package/cjs/core/utils/components/index.js +14 -12
- package/cjs/core/utils/functions/index.d.ts +7 -7
- package/cjs/core/utils/functions/index.js +7 -7
- package/cjs/core/utils/functions/supports.js +2 -2
- package/cjs/core/utils/hooks/index.d.ts +14 -14
- package/cjs/core/utils/hooks/index.js +14 -14
- package/cjs/core/utils/hooks/useContainerWidth.js +30 -10
- package/cjs/core/utils/hooks/useDragAndDrop.d.ts +1 -1
- package/cjs/core/utils/hooks/useDragAndDrop.js +44 -24
- package/cjs/core/utils/hooks/useEventListener.js +26 -6
- package/cjs/core/utils/hooks/useId.js +26 -6
- package/cjs/core/utils/hooks/useIntersection.js +27 -7
- package/cjs/core/utils/hooks/useIsClient.js +25 -5
- package/cjs/core/utils/hooks/useIsThemeAlreadySet.d.ts +1 -1
- package/cjs/core/utils/hooks/useIsThemeAlreadySet.js +30 -10
- package/cjs/core/utils/hooks/useIsomorphicLayoutEffect.d.ts +1 -1
- package/cjs/core/utils/hooks/useIsomorphicLayoutEffect.js +24 -4
- package/cjs/core/utils/hooks/useLatestRef.d.ts +1 -1
- package/cjs/core/utils/hooks/useLatestRef.js +25 -5
- package/cjs/core/utils/hooks/useMediaQuery.js +28 -8
- package/cjs/core/utils/hooks/useMergedRefs.d.ts +1 -1
- package/cjs/core/utils/hooks/useMergedRefs.js +24 -4
- package/cjs/core/utils/hooks/useOverflow.d.ts +1 -1
- package/cjs/core/utils/hooks/useOverflow.js +38 -18
- package/cjs/core/utils/hooks/useResizeObserver.js +27 -7
- package/cjs/core/utils/hooks/useSafeContext.d.ts +1 -1
- package/cjs/core/utils/hooks/useSafeContext.js +24 -4
- package/cjs/core/utils/hooks/useTheme.js +7 -7
- package/cjs/core/utils/icons/StatusIconMap.d.ts +1 -1
- package/cjs/core/utils/icons/StatusIconMap.js +8 -8
- package/cjs/core/utils/icons/SvgSearch.d.ts +2 -0
- package/cjs/core/utils/icons/SvgSearch.js +36 -0
- package/cjs/core/utils/icons/index.d.ts +31 -30
- package/cjs/core/utils/icons/index.js +31 -30
- package/cjs/core/utils/index.d.ts +7 -7
- package/cjs/core/utils/index.js +7 -7
- package/cjs/core/utils/props.d.ts +1 -1
- package/cjs/index.d.ts +2 -2
- package/cjs/index.js +2 -2
- package/cjs/types/react-table-config.d.ts +1 -1
- package/esm/core/Alert/Alert.d.ts +2 -2
- package/esm/core/Alert/Alert.js +2 -2
- package/esm/core/Alert/index.d.ts +2 -2
- package/esm/core/Alert/index.js +1 -1
- package/esm/core/Avatar/Avatar.d.ts +1 -1
- package/esm/core/Avatar/Avatar.js +2 -2
- package/esm/core/Avatar/index.d.ts +2 -2
- package/esm/core/Avatar/index.js +1 -1
- package/esm/core/AvatarGroup/AvatarGroup.d.ts +2 -2
- package/esm/core/AvatarGroup/AvatarGroup.js +2 -2
- package/esm/core/AvatarGroup/index.d.ts +2 -2
- package/esm/core/AvatarGroup/index.js +1 -1
- package/esm/core/Backdrop/Backdrop.d.ts +1 -1
- package/esm/core/Backdrop/Backdrop.js +2 -2
- package/esm/core/Backdrop/index.d.ts +2 -2
- package/esm/core/Backdrop/index.js +1 -1
- package/esm/core/Badge/Badge.d.ts +3 -2
- package/esm/core/Badge/Badge.js +2 -2
- package/esm/core/Badge/index.d.ts +2 -2
- package/esm/core/Badge/index.js +1 -1
- package/esm/core/Breadcrumbs/Breadcrumbs.d.ts +2 -2
- package/esm/core/Breadcrumbs/Breadcrumbs.js +2 -2
- package/esm/core/Breadcrumbs/index.d.ts +2 -2
- package/esm/core/Breadcrumbs/index.js +1 -1
- package/esm/core/ButtonGroup/ButtonGroup.d.ts +1 -1
- package/esm/core/ButtonGroup/ButtonGroup.js +6 -3
- package/esm/core/ButtonGroup/index.d.ts +2 -2
- package/esm/core/ButtonGroup/index.js +1 -1
- package/esm/core/Buttons/Button/Button.d.ts +2 -2
- package/esm/core/Buttons/Button/Button.js +2 -2
- package/esm/core/Buttons/Button/index.d.ts +2 -2
- package/esm/core/Buttons/Button/index.js +1 -1
- package/esm/core/Buttons/DropdownButton/DropdownButton.d.ts +3 -3
- package/esm/core/Buttons/DropdownButton/DropdownButton.js +4 -4
- package/esm/core/Buttons/DropdownButton/index.d.ts +2 -2
- package/esm/core/Buttons/DropdownButton/index.js +1 -1
- package/esm/core/Buttons/IconButton/IconButton.d.ts +3 -3
- package/esm/core/Buttons/IconButton/IconButton.js +2 -2
- package/esm/core/Buttons/IconButton/index.d.ts +2 -2
- package/esm/core/Buttons/IconButton/index.js +1 -1
- package/esm/core/Buttons/IdeasButton/IdeasButton.d.ts +1 -1
- package/esm/core/Buttons/IdeasButton/IdeasButton.js +3 -3
- package/esm/core/Buttons/IdeasButton/index.d.ts +2 -2
- package/esm/core/Buttons/IdeasButton/index.js +1 -1
- package/esm/core/Buttons/SplitButton/SplitButton.d.ts +4 -4
- package/esm/core/Buttons/SplitButton/SplitButton.js +5 -5
- package/esm/core/Buttons/SplitButton/index.d.ts +2 -2
- package/esm/core/Buttons/SplitButton/index.js +1 -1
- package/esm/core/Buttons/index.d.ts +10 -10
- package/esm/core/Buttons/index.js +5 -5
- package/esm/core/Carousel/Carousel.d.ts +3 -3
- package/esm/core/Carousel/Carousel.js +8 -8
- package/esm/core/Carousel/CarouselContext.d.ts +1 -1
- package/esm/core/Carousel/CarouselContext.js +1 -1
- package/esm/core/Carousel/CarouselDot.d.ts +1 -1
- package/esm/core/Carousel/CarouselDot.js +1 -1
- package/esm/core/Carousel/CarouselDotsList.d.ts +1 -1
- package/esm/core/Carousel/CarouselDotsList.js +4 -4
- package/esm/core/Carousel/CarouselNavigation.d.ts +3 -3
- package/esm/core/Carousel/CarouselNavigation.js +5 -5
- package/esm/core/Carousel/CarouselSlide.d.ts +1 -1
- package/esm/core/Carousel/CarouselSlide.js +3 -3
- package/esm/core/Carousel/CarouselSlider.d.ts +1 -1
- package/esm/core/Carousel/CarouselSlider.js +3 -3
- package/esm/core/Carousel/index.d.ts +2 -2
- package/esm/core/Carousel/index.js +1 -1
- package/esm/core/Checkbox/Checkbox.d.ts +1 -1
- package/esm/core/Checkbox/Checkbox.js +3 -3
- package/esm/core/Checkbox/index.d.ts +2 -2
- package/esm/core/Checkbox/index.js +1 -1
- package/esm/core/ColorPicker/ColorBuilder.d.ts +2 -2
- package/esm/core/ColorPicker/ColorBuilder.js +4 -4
- package/esm/core/ColorPicker/ColorInputPanel.d.ts +2 -2
- package/esm/core/ColorPicker/ColorInputPanel.js +5 -5
- package/esm/core/ColorPicker/ColorPalette.d.ts +3 -2
- package/esm/core/ColorPicker/ColorPalette.js +5 -5
- package/esm/core/ColorPicker/ColorPicker.d.ts +3 -2
- package/esm/core/ColorPicker/ColorPicker.js +3 -3
- package/esm/core/ColorPicker/ColorPickerContext.d.ts +2 -2
- package/esm/core/ColorPicker/ColorPickerContext.js +1 -1
- package/esm/core/ColorPicker/ColorSwatch.d.ts +3 -2
- package/esm/core/ColorPicker/ColorSwatch.js +3 -3
- package/esm/core/ColorPicker/index.d.ts +10 -10
- package/esm/core/ColorPicker/index.js +5 -5
- package/esm/core/ComboBox/ComboBox.d.ts +4 -4
- package/esm/core/ComboBox/ComboBox.js +20 -13
- package/esm/core/ComboBox/ComboBoxDropdown.d.ts +2 -2
- package/esm/core/ComboBox/ComboBoxDropdown.js +3 -3
- package/esm/core/ComboBox/ComboBoxEndIcon.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxEndIcon.js +3 -3
- package/esm/core/ComboBox/ComboBoxInput.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxInput.js +7 -7
- package/esm/core/ComboBox/ComboBoxInputContainer.d.ts +2 -2
- package/esm/core/ComboBox/ComboBoxInputContainer.js +4 -4
- package/esm/core/ComboBox/ComboBoxMenu.d.ts +2 -2
- package/esm/core/ComboBox/ComboBoxMenu.js +5 -5
- package/esm/core/ComboBox/ComboBoxMenuItem.d.ts +2 -2
- package/esm/core/ComboBox/ComboBoxMenuItem.js +3 -3
- package/esm/core/ComboBox/ComboBoxMultipleContainer.d.ts +1 -1
- package/esm/core/ComboBox/ComboBoxMultipleContainer.js +2 -2
- package/esm/core/ComboBox/helpers.d.ts +2 -2
- package/esm/core/ComboBox/helpers.js +1 -1
- package/esm/core/ComboBox/index.d.ts +2 -2
- package/esm/core/ComboBox/index.js +1 -1
- package/esm/core/DatePicker/DatePicker.d.ts +1 -1
- package/esm/core/DatePicker/DatePicker.js +4 -4
- package/esm/core/DatePicker/index.d.ts +2 -2
- package/esm/core/DatePicker/index.js +1 -1
- package/esm/core/Dialog/Dialog.d.ts +8 -8
- package/esm/core/Dialog/Dialog.js +8 -8
- package/esm/core/Dialog/DialogBackdrop.d.ts +3 -3
- package/esm/core/Dialog/DialogBackdrop.js +4 -4
- package/esm/core/Dialog/DialogButtonBar.d.ts +1 -1
- package/esm/core/Dialog/DialogButtonBar.js +2 -2
- package/esm/core/Dialog/DialogContent.d.ts +1 -1
- package/esm/core/Dialog/DialogContent.js +2 -2
- package/esm/core/Dialog/DialogContext.d.ts +1 -1
- package/esm/core/Dialog/DialogContext.js +1 -1
- package/esm/core/Dialog/DialogDragContext.d.ts +1 -1
- package/esm/core/Dialog/DialogDragContext.js +1 -1
- package/esm/core/Dialog/DialogMain.d.ts +2 -2
- package/esm/core/Dialog/DialogMain.js +5 -5
- package/esm/core/Dialog/DialogTitleBar.d.ts +3 -3
- package/esm/core/Dialog/DialogTitleBar.js +6 -6
- package/esm/core/Dialog/DialogTitleBarTitle.d.ts +1 -1
- package/esm/core/Dialog/DialogTitleBarTitle.js +2 -2
- package/esm/core/Dialog/index.d.ts +6 -6
- package/esm/core/Dialog/index.js +1 -1
- package/esm/core/DropdownMenu/DropdownMenu.d.ts +2 -2
- package/esm/core/DropdownMenu/DropdownMenu.js +3 -3
- package/esm/core/DropdownMenu/index.d.ts +2 -2
- package/esm/core/DropdownMenu/index.js +1 -1
- package/esm/core/ExpandableBlock/ExpandableBlock.d.ts +2 -2
- package/esm/core/ExpandableBlock/ExpandableBlock.js +2 -2
- package/esm/core/ExpandableBlock/index.d.ts +2 -2
- package/esm/core/ExpandableBlock/index.js +1 -1
- package/esm/core/Fieldset/Fieldset.d.ts +1 -1
- package/esm/core/Fieldset/Fieldset.js +2 -2
- package/esm/core/Fieldset/index.d.ts +2 -2
- package/esm/core/Fieldset/index.js +1 -1
- package/esm/core/FileUpload/FileEmptyCard.d.ts +1 -1
- package/esm/core/FileUpload/FileEmptyCard.js +3 -3
- package/esm/core/FileUpload/FileUpload.d.ts +3 -3
- package/esm/core/FileUpload/FileUpload.js +2 -2
- package/esm/core/FileUpload/FileUploadCard.d.ts +1 -1
- package/esm/core/FileUpload/FileUploadCard.js +3 -4
- package/esm/core/FileUpload/FileUploadTemplate.d.ts +1 -1
- package/esm/core/FileUpload/FileUploadTemplate.js +2 -2
- package/esm/core/FileUpload/index.d.ts +8 -8
- package/esm/core/FileUpload/index.js +4 -4
- package/esm/core/Footer/Footer.d.ts +3 -3
- package/esm/core/Footer/Footer.js +5 -5
- package/esm/core/Footer/FooterItem.d.ts +1 -1
- package/esm/core/Footer/FooterItem.js +2 -2
- package/esm/core/Footer/FooterList.d.ts +1 -1
- package/esm/core/Footer/FooterList.js +2 -2
- package/esm/core/Footer/FooterSeparator.d.ts +1 -1
- package/esm/core/Footer/FooterSeparator.js +2 -2
- package/esm/core/Footer/index.d.ts +2 -2
- package/esm/core/Footer/index.js +1 -1
- package/esm/core/Header/Header.d.ts +2 -2
- package/esm/core/Header/Header.js +4 -4
- package/esm/core/Header/HeaderBasicButton.d.ts +2 -2
- package/esm/core/Header/HeaderBasicButton.js +2 -2
- package/esm/core/Header/HeaderBreadcrumbs.d.ts +1 -1
- package/esm/core/Header/HeaderBreadcrumbs.js +2 -2
- package/esm/core/Header/HeaderButton.d.ts +4 -4
- package/esm/core/Header/HeaderButton.js +5 -5
- package/esm/core/Header/HeaderDropdownButton.d.ts +2 -2
- package/esm/core/Header/HeaderDropdownButton.js +4 -4
- package/esm/core/Header/HeaderLogo.d.ts +1 -1
- package/esm/core/Header/HeaderLogo.js +2 -2
- package/esm/core/Header/HeaderSplitButton.d.ts +2 -2
- package/esm/core/Header/HeaderSplitButton.js +4 -4
- package/esm/core/Header/index.d.ts +8 -8
- package/esm/core/Header/index.js +4 -4
- package/esm/core/InformationPanel/InformationPanel.d.ts +2 -2
- package/esm/core/InformationPanel/InformationPanel.js +2 -2
- package/esm/core/InformationPanel/InformationPanelBody.d.ts +2 -2
- package/esm/core/InformationPanel/InformationPanelBody.js +2 -2
- package/esm/core/InformationPanel/InformationPanelContent.d.ts +2 -2
- package/esm/core/InformationPanel/InformationPanelContent.js +2 -2
- package/esm/core/InformationPanel/InformationPanelHeader.d.ts +2 -2
- package/esm/core/InformationPanel/InformationPanelHeader.js +3 -3
- package/esm/core/InformationPanel/InformationPanelWrapper.d.ts +2 -2
- package/esm/core/InformationPanel/InformationPanelWrapper.js +2 -2
- package/esm/core/InformationPanel/index.d.ts +10 -10
- package/esm/core/InformationPanel/index.js +5 -5
- package/esm/core/Input/Input.d.ts +1 -1
- package/esm/core/Input/Input.js +2 -2
- package/esm/core/Input/index.d.ts +2 -2
- package/esm/core/Input/index.js +1 -1
- package/esm/core/InputGroup/InputGroup.d.ts +2 -2
- package/esm/core/InputGroup/InputGroup.js +2 -2
- package/esm/core/InputGroup/index.d.ts +2 -2
- package/esm/core/InputGroup/index.js +1 -1
- package/esm/core/Label/Label.d.ts +1 -1
- package/esm/core/Label/Label.js +2 -2
- package/esm/core/Label/index.d.ts +2 -2
- package/esm/core/Label/index.js +1 -1
- package/esm/core/LabeledInput/LabeledInput.d.ts +2 -2
- package/esm/core/LabeledInput/LabeledInput.js +3 -3
- package/esm/core/LabeledInput/index.d.ts +2 -2
- package/esm/core/LabeledInput/index.js +1 -1
- package/esm/core/LabeledSelect/LabeledSelect.d.ts +3 -3
- package/esm/core/LabeledSelect/LabeledSelect.js +3 -3
- package/esm/core/LabeledSelect/index.d.ts +2 -2
- package/esm/core/LabeledSelect/index.js +1 -1
- package/esm/core/LabeledTextarea/LabeledTextarea.d.ts +3 -3
- package/esm/core/LabeledTextarea/LabeledTextarea.js +3 -3
- package/esm/core/LabeledTextarea/index.d.ts +2 -2
- package/esm/core/LabeledTextarea/index.js +1 -1
- package/esm/core/List/List.d.ts +1 -1
- package/esm/core/List/List.js +2 -2
- package/esm/core/List/ListItem.d.ts +1 -1
- package/esm/core/List/ListItem.js +2 -2
- package/esm/core/List/index.d.ts +4 -4
- package/esm/core/List/index.js +2 -2
- package/esm/core/Menu/Menu.d.ts +2 -2
- package/esm/core/Menu/Menu.js +2 -2
- package/esm/core/Menu/MenuDivider.d.ts +1 -1
- package/esm/core/Menu/MenuDivider.js +2 -2
- package/esm/core/Menu/MenuExtraContent.d.ts +2 -2
- package/esm/core/Menu/MenuExtraContent.js +2 -2
- package/esm/core/Menu/MenuItem.d.ts +6 -3
- package/esm/core/Menu/MenuItem.js +3 -3
- package/esm/core/Menu/MenuItemSkeleton.d.ts +1 -1
- package/esm/core/Menu/MenuItemSkeleton.js +2 -2
- package/esm/core/Menu/index.d.ts +10 -10
- package/esm/core/Menu/index.js +5 -5
- package/esm/core/Modal/Modal.d.ts +3 -3
- package/esm/core/Modal/Modal.js +3 -3
- package/esm/core/Modal/ModalButtonBar.d.ts +2 -2
- package/esm/core/Modal/ModalButtonBar.js +2 -2
- package/esm/core/Modal/ModalContent.d.ts +2 -2
- package/esm/core/Modal/ModalContent.js +2 -2
- package/esm/core/Modal/index.d.ts +6 -6
- package/esm/core/Modal/index.js +3 -3
- package/esm/core/NonIdealState/ErrorPage.d.ts +2 -2
- package/esm/core/NonIdealState/ErrorPage.js +3 -3
- package/esm/core/NonIdealState/NonIdealState.d.ts +1 -1
- package/esm/core/NonIdealState/NonIdealState.js +2 -2
- package/esm/core/NonIdealState/index.d.ts +4 -4
- package/esm/core/NonIdealState/index.js +2 -2
- package/esm/core/NotificationMarker/NotificationMarker.d.ts +1 -1
- package/esm/core/NotificationMarker/NotificationMarker.js +2 -2
- package/esm/core/NotificationMarker/index.d.ts +2 -2
- package/esm/core/NotificationMarker/index.js +1 -1
- package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.d.ts +2 -2
- package/esm/core/ProgressIndicators/ProgressLinear/ProgressLinear.js +2 -2
- package/esm/core/ProgressIndicators/ProgressLinear/index.d.ts +2 -2
- package/esm/core/ProgressIndicators/ProgressLinear/index.js +1 -1
- package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.d.ts +2 -2
- package/esm/core/ProgressIndicators/ProgressRadial/ProgressRadial.js +2 -2
- package/esm/core/ProgressIndicators/ProgressRadial/index.d.ts +2 -2
- package/esm/core/ProgressIndicators/ProgressRadial/index.js +1 -1
- package/esm/core/ProgressIndicators/index.d.ts +4 -4
- package/esm/core/ProgressIndicators/index.js +2 -2
- package/esm/core/Radio/Radio.d.ts +1 -1
- package/esm/core/Radio/Radio.js +2 -2
- package/esm/core/Radio/index.d.ts +2 -2
- package/esm/core/Radio/index.js +1 -1
- package/esm/core/RadioTiles/RadioTile.d.ts +1 -1
- package/esm/core/RadioTiles/RadioTile.js +2 -2
- package/esm/core/RadioTiles/RadioTileGroup.d.ts +1 -1
- package/esm/core/RadioTiles/RadioTileGroup.js +3 -3
- package/esm/core/RadioTiles/index.d.ts +4 -4
- package/esm/core/RadioTiles/index.js +2 -2
- package/esm/core/SearchBox/SearchBox.d.ts +104 -0
- package/esm/core/SearchBox/SearchBox.js +171 -0
- package/esm/core/SearchBox/index.d.ts +4 -0
- package/esm/core/SearchBox/index.js +6 -0
- package/esm/core/Select/Select.d.ts +2 -2
- package/esm/core/Select/Select.js +20 -6
- package/esm/core/Select/SelectTag.d.ts +1 -1
- package/esm/core/Select/SelectTag.js +2 -2
- package/esm/core/Select/SelectTagContainer.d.ts +1 -1
- package/esm/core/Select/SelectTagContainer.js +3 -3
- package/esm/core/Select/index.d.ts +2 -2
- package/esm/core/Select/index.js +1 -1
- package/esm/core/SideNavigation/SideNavigation.d.ts +2 -2
- package/esm/core/SideNavigation/SideNavigation.js +4 -4
- package/esm/core/SideNavigation/SidenavButton.d.ts +2 -2
- package/esm/core/SideNavigation/SidenavButton.js +3 -3
- package/esm/core/SideNavigation/SidenavSubmenu.d.ts +2 -2
- package/esm/core/SideNavigation/SidenavSubmenu.js +2 -2
- package/esm/core/SideNavigation/SidenavSubmenuHeader.d.ts +2 -2
- package/esm/core/SideNavigation/SidenavSubmenuHeader.js +2 -2
- package/esm/core/SideNavigation/index.d.ts +8 -8
- package/esm/core/SideNavigation/index.js +4 -4
- package/esm/core/SkipToContentLink/SkipToContentLink.d.ts +1 -1
- package/esm/core/SkipToContentLink/SkipToContentLink.js +2 -2
- package/esm/core/SkipToContentLink/index.d.ts +2 -2
- package/esm/core/SkipToContentLink/index.js +1 -1
- package/esm/core/Slider/Slider.d.ts +3 -3
- package/esm/core/Slider/Slider.js +4 -4
- package/esm/core/Slider/Thumb.d.ts +3 -3
- package/esm/core/Slider/Thumb.js +2 -2
- package/esm/core/Slider/Track.d.ts +1 -1
- package/esm/core/Slider/Track.js +1 -1
- package/esm/core/Slider/index.d.ts +2 -2
- package/esm/core/Slider/index.js +1 -1
- package/esm/core/StatusMessage/StatusMessage.d.ts +1 -1
- package/esm/core/StatusMessage/StatusMessage.js +2 -2
- package/esm/core/StatusMessage/index.d.ts +2 -2
- package/esm/core/StatusMessage/index.js +1 -1
- package/esm/core/Stepper/Stepper.d.ts +1 -1
- package/esm/core/Stepper/Stepper.js +3 -3
- package/esm/core/Stepper/StepperStep.d.ts +1 -1
- package/esm/core/Stepper/StepperStep.js +2 -2
- package/esm/core/Stepper/Wizard.d.ts +2 -2
- package/esm/core/Stepper/Wizard.js +3 -3
- package/esm/core/Stepper/WorkflowDiagram.d.ts +2 -2
- package/esm/core/Stepper/WorkflowDiagram.js +3 -3
- package/esm/core/Stepper/WorkflowDiagramStep.d.ts +2 -2
- package/esm/core/Stepper/WorkflowDiagramStep.js +2 -2
- package/esm/core/Stepper/index.d.ts +6 -6
- package/esm/core/Stepper/index.js +3 -3
- package/esm/core/Surface/Surface.d.ts +2 -2
- package/esm/core/Surface/Surface.js +2 -2
- package/esm/core/Surface/index.d.ts +2 -2
- package/esm/core/Surface/index.js +1 -1
- package/esm/core/Table/SubRowExpander.d.ts +2 -2
- package/esm/core/Table/SubRowExpander.js +3 -3
- package/esm/core/Table/Table.d.ts +4 -4
- package/esm/core/Table/Table.js +11 -11
- package/esm/core/Table/TableCell.d.ts +2 -2
- package/esm/core/Table/TableCell.js +5 -5
- package/esm/core/Table/TablePaginator.d.ts +2 -2
- package/esm/core/Table/TablePaginator.js +5 -5
- package/esm/core/Table/TableRowMemoized.d.ts +2 -2
- package/esm/core/Table/TableRowMemoized.js +3 -3
- package/esm/core/Table/actionHandlers/expandHandler.d.ts +1 -1
- package/esm/core/Table/actionHandlers/filterHandler.d.ts +2 -2
- package/esm/core/Table/actionHandlers/index.d.ts +4 -4
- package/esm/core/Table/actionHandlers/index.js +4 -4
- package/esm/core/Table/actionHandlers/resizeHandler.d.ts +1 -1
- package/esm/core/Table/actionHandlers/selectHandler.d.ts +1 -1
- package/esm/core/Table/cells/DefaultCell.d.ts +2 -2
- package/esm/core/Table/cells/DefaultCell.js +1 -1
- package/esm/core/Table/cells/EditableCell.d.ts +2 -2
- package/esm/core/Table/cells/EditableCell.js +2 -2
- package/esm/core/Table/cells/index.d.ts +4 -4
- package/esm/core/Table/cells/index.js +2 -2
- package/esm/core/Table/columns/actionColumn.d.ts +2 -2
- package/esm/core/Table/columns/actionColumn.js +9 -9
- package/esm/core/Table/columns/expanderColumn.d.ts +2 -2
- package/esm/core/Table/columns/expanderColumn.js +4 -4
- package/esm/core/Table/columns/index.d.ts +3 -3
- package/esm/core/Table/columns/index.js +3 -3
- package/esm/core/Table/columns/selectionColumn.d.ts +1 -1
- package/esm/core/Table/columns/selectionColumn.js +3 -3
- package/esm/core/Table/filters/BaseFilter.d.ts +2 -2
- package/esm/core/Table/filters/BaseFilter.js +2 -2
- package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.d.ts +1 -1
- package/esm/core/Table/filters/DateRangeFilter/DatePickerInput.js +5 -5
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.d.ts +2 -2
- package/esm/core/Table/filters/DateRangeFilter/DateRangeFilter.js +5 -5
- package/esm/core/Table/filters/FilterButtonBar.d.ts +2 -2
- package/esm/core/Table/filters/FilterButtonBar.js +3 -3
- package/esm/core/Table/filters/FilterToggle.d.ts +2 -2
- package/esm/core/Table/filters/FilterToggle.js +3 -3
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.d.ts +2 -2
- package/esm/core/Table/filters/NumberRangeFilter/NumberRangeFilter.js +5 -5
- package/esm/core/Table/filters/TextFilter/TextFilter.d.ts +2 -2
- package/esm/core/Table/filters/TextFilter/TextFilter.js +5 -5
- package/esm/core/Table/filters/customFilterFunctions.d.ts +1 -1
- package/esm/core/Table/filters/defaultFilterFunctions.d.ts +1 -1
- package/esm/core/Table/filters/index.d.ts +8 -8
- package/esm/core/Table/filters/index.js +4 -4
- package/esm/core/Table/filters/tableFilters.d.ts +4 -4
- package/esm/core/Table/filters/tableFilters.js +4 -4
- package/esm/core/Table/filters/types.d.ts +1 -1
- package/esm/core/Table/hooks/index.d.ts +8 -8
- package/esm/core/Table/hooks/index.js +8 -8
- package/esm/core/Table/hooks/useColumnDragAndDrop.d.ts +1 -1
- package/esm/core/Table/hooks/useColumnDragAndDrop.js +1 -1
- package/esm/core/Table/hooks/useExpanderCell.d.ts +2 -2
- package/esm/core/Table/hooks/useExpanderCell.js +2 -2
- package/esm/core/Table/hooks/useResizeColumns.d.ts +2 -2
- package/esm/core/Table/hooks/useResizeColumns.js +4 -1
- package/esm/core/Table/hooks/useScrollToRow.d.ts +1 -1
- package/esm/core/Table/hooks/useScrollToRow.js +1 -1
- package/esm/core/Table/hooks/useSelectionCell.d.ts +1 -1
- package/esm/core/Table/hooks/useSelectionCell.js +1 -1
- package/esm/core/Table/hooks/useStickyColumns.d.ts +1 -1
- package/esm/core/Table/hooks/useStickyColumns.js +1 -1
- package/esm/core/Table/hooks/useSubRowFiltering.d.ts +1 -1
- package/esm/core/Table/hooks/useSubRowFiltering.js +2 -2
- package/esm/core/Table/hooks/useSubRowSelection.d.ts +1 -1
- package/esm/core/Table/hooks/useSubRowSelection.js +1 -1
- package/esm/core/Table/index.d.ts +9 -9
- package/esm/core/Table/index.js +5 -5
- package/esm/core/Table/utils.d.ts +1 -1
- package/esm/core/Tabs/Tab.d.ts +1 -1
- package/esm/core/Tabs/Tab.js +2 -2
- package/esm/core/Tabs/Tabs.d.ts +26 -2
- package/esm/core/Tabs/Tabs.js +201 -25
- package/esm/core/Tabs/index.d.ts +4 -4
- package/esm/core/Tabs/index.js +2 -2
- package/esm/core/Tag/Tag.d.ts +2 -2
- package/esm/core/Tag/Tag.js +3 -3
- package/esm/core/Tag/TagContainer.d.ts +2 -2
- package/esm/core/Tag/TagContainer.js +2 -2
- package/esm/core/Tag/index.d.ts +4 -4
- package/esm/core/Tag/index.js +2 -2
- package/esm/core/Textarea/Textarea.d.ts +1 -1
- package/esm/core/Textarea/Textarea.js +2 -2
- package/esm/core/Textarea/index.d.ts +2 -2
- package/esm/core/Textarea/index.js +1 -1
- package/esm/core/ThemeProvider/ThemeProvider.d.ts +2 -2
- package/esm/core/ThemeProvider/ThemeProvider.js +2 -2
- package/esm/core/ThemeProvider/index.d.ts +2 -2
- package/esm/core/ThemeProvider/index.js +1 -1
- package/esm/core/Tile/Tile.d.ts +2 -2
- package/esm/core/Tile/Tile.js +5 -5
- package/esm/core/Tile/index.d.ts +2 -2
- package/esm/core/Tile/index.js +1 -1
- package/esm/core/TimePicker/TimePicker.d.ts +2 -2
- package/esm/core/TimePicker/TimePicker.js +2 -2
- package/esm/core/TimePicker/index.d.ts +2 -2
- package/esm/core/TimePicker/index.js +1 -1
- package/esm/core/Toast/Toast.d.ts +2 -2
- package/esm/core/Toast/Toast.js +3 -3
- package/esm/core/Toast/ToastWrapper.d.ts +3 -3
- package/esm/core/Toast/ToastWrapper.js +2 -2
- package/esm/core/Toast/Toaster.d.ts +2 -2
- package/esm/core/Toast/Toaster.js +3 -3
- package/esm/core/Toast/index.d.ts +2 -2
- package/esm/core/Toast/index.js +1 -1
- package/esm/core/ToggleSwitch/ToggleSwitch.d.ts +1 -1
- package/esm/core/ToggleSwitch/ToggleSwitch.js +2 -2
- package/esm/core/ToggleSwitch/index.d.ts +2 -2
- package/esm/core/ToggleSwitch/index.js +1 -1
- package/esm/core/Tooltip/Tooltip.d.ts +2 -2
- package/esm/core/Tooltip/Tooltip.js +2 -2
- package/esm/core/Tooltip/index.d.ts +2 -2
- package/esm/core/Tooltip/index.js +1 -1
- package/esm/core/Tree/Tree.d.ts +1 -1
- package/esm/core/Tree/Tree.js +3 -3
- package/esm/core/Tree/TreeContext.d.ts +1 -1
- package/esm/core/Tree/TreeContext.js +1 -1
- package/esm/core/Tree/TreeNode.d.ts +2 -2
- package/esm/core/Tree/TreeNode.js +4 -4
- package/esm/core/Tree/TreeNodeExpander.d.ts +1 -1
- package/esm/core/Tree/TreeNodeExpander.js +3 -3
- package/esm/core/Tree/index.d.ts +6 -6
- package/esm/core/Tree/index.js +3 -3
- package/esm/core/Typography/Anchor/Anchor.d.ts +2 -2
- package/esm/core/Typography/Anchor/Anchor.js +2 -2
- package/esm/core/Typography/Anchor/index.d.ts +2 -2
- package/esm/core/Typography/Anchor/index.js +1 -1
- package/esm/core/Typography/Blockquote/Blockquote.d.ts +1 -1
- package/esm/core/Typography/Blockquote/Blockquote.js +2 -2
- package/esm/core/Typography/Blockquote/index.d.ts +2 -2
- package/esm/core/Typography/Blockquote/index.js +1 -1
- package/esm/core/Typography/Body/Body.d.ts +1 -1
- package/esm/core/Typography/Body/Body.js +2 -2
- package/esm/core/Typography/Body/index.d.ts +2 -2
- package/esm/core/Typography/Body/index.js +1 -1
- package/esm/core/Typography/Code/Code.d.ts +2 -2
- package/esm/core/Typography/Code/Code.js +2 -2
- package/esm/core/Typography/Code/index.d.ts +2 -2
- package/esm/core/Typography/Code/index.js +1 -1
- package/esm/core/Typography/Headline/Headline.d.ts +1 -1
- package/esm/core/Typography/Headline/Headline.js +2 -2
- package/esm/core/Typography/Headline/index.d.ts +2 -2
- package/esm/core/Typography/Headline/index.js +1 -1
- package/esm/core/Typography/Kbd/Kbd.d.ts +1 -1
- package/esm/core/Typography/Kbd/Kbd.js +2 -2
- package/esm/core/Typography/Kbd/index.d.ts +2 -2
- package/esm/core/Typography/Kbd/index.js +1 -1
- package/esm/core/Typography/Leading/Leading.d.ts +1 -1
- package/esm/core/Typography/Leading/Leading.js +2 -2
- package/esm/core/Typography/Leading/index.d.ts +2 -2
- package/esm/core/Typography/Leading/index.js +1 -1
- package/esm/core/Typography/Small/Small.d.ts +1 -1
- package/esm/core/Typography/Small/Small.js +2 -2
- package/esm/core/Typography/Small/index.d.ts +2 -2
- package/esm/core/Typography/Small/index.js +1 -1
- package/esm/core/Typography/Subheading/Subheading.d.ts +1 -1
- package/esm/core/Typography/Subheading/Subheading.js +2 -2
- package/esm/core/Typography/Subheading/index.d.ts +2 -2
- package/esm/core/Typography/Subheading/index.js +1 -1
- package/esm/core/Typography/Text/Text.d.ts +2 -2
- package/esm/core/Typography/Text/Text.js +2 -2
- package/esm/core/Typography/Text/index.d.ts +2 -2
- package/esm/core/Typography/Text/index.js +1 -1
- package/esm/core/Typography/Title/Title.d.ts +1 -1
- package/esm/core/Typography/Title/Title.js +2 -2
- package/esm/core/Typography/Title/index.d.ts +2 -2
- package/esm/core/Typography/Title/index.js +1 -1
- package/esm/core/Typography/index.d.ts +22 -22
- package/esm/core/Typography/index.js +11 -11
- package/esm/core/index.d.ts +112 -110
- package/esm/core/index.js +56 -55
- package/esm/core/utils/color/ColorValue.js +1 -1
- package/esm/core/utils/color/index.d.ts +1 -1
- package/esm/core/utils/color/index.js +1 -1
- package/esm/core/utils/components/AutoclearingHiddenLiveRegion.d.ts +12 -0
- package/esm/core/utils/components/AutoclearingHiddenLiveRegion.js +25 -0
- package/esm/core/utils/components/Divider.d.ts +1 -1
- package/esm/core/utils/components/Divider.js +2 -2
- package/esm/core/utils/components/Flex.d.ts +3 -3
- package/esm/core/utils/components/Flex.js +1 -1
- package/esm/core/utils/components/FocusTrap.js +3 -3
- package/esm/core/utils/components/Icon.d.ts +27 -4
- package/esm/core/utils/components/Icon.js +1 -1
- package/esm/core/utils/components/InputContainer.d.ts +1 -1
- package/esm/core/utils/components/InputContainer.js +1 -1
- package/esm/core/utils/components/InputFlexContainer.d.ts +13 -0
- package/esm/core/utils/components/InputFlexContainer.js +15 -0
- package/esm/core/utils/components/LinkAction.d.ts +1 -1
- package/esm/core/utils/components/LinkAction.js +1 -1
- package/esm/core/utils/components/MiddleTextTruncation.d.ts +2 -2
- package/esm/core/utils/components/MiddleTextTruncation.js +2 -2
- package/esm/core/utils/components/Popover.d.ts +2 -2
- package/esm/core/utils/components/Popover.js +7 -3
- package/esm/core/utils/components/Resizer.d.ts +1 -1
- package/esm/core/utils/components/Resizer.js +2 -2
- package/esm/core/utils/components/VirtualScroll.d.ts +1 -1
- package/esm/core/utils/components/VirtualScroll.js +2 -2
- package/esm/core/utils/components/VisuallyHidden.d.ts +1 -1
- package/esm/core/utils/components/VisuallyHidden.js +2 -2
- package/esm/core/utils/components/WithCSSTransition.d.ts +1 -1
- package/esm/core/utils/components/WithCSSTransition.js +1 -1
- package/esm/core/utils/components/index.d.ts +14 -12
- package/esm/core/utils/components/index.js +14 -12
- package/esm/core/utils/functions/index.d.ts +7 -7
- package/esm/core/utils/functions/index.js +7 -7
- package/esm/core/utils/functions/supports.js +1 -1
- package/esm/core/utils/hooks/index.d.ts +14 -14
- package/esm/core/utils/hooks/index.js +14 -14
- package/esm/core/utils/hooks/useContainerWidth.js +3 -3
- package/esm/core/utils/hooks/useDragAndDrop.d.ts +1 -1
- package/esm/core/utils/hooks/useDragAndDrop.js +4 -4
- package/esm/core/utils/hooks/useEventListener.js +1 -1
- package/esm/core/utils/hooks/useId.js +2 -2
- package/esm/core/utils/hooks/useIntersection.js +2 -2
- package/esm/core/utils/hooks/useIsClient.js +1 -1
- package/esm/core/utils/hooks/useIsThemeAlreadySet.d.ts +1 -1
- package/esm/core/utils/hooks/useIsThemeAlreadySet.js +4 -4
- package/esm/core/utils/hooks/useIsomorphicLayoutEffect.d.ts +1 -1
- package/esm/core/utils/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/esm/core/utils/hooks/useLatestRef.d.ts +1 -1
- package/esm/core/utils/hooks/useLatestRef.js +1 -1
- package/esm/core/utils/hooks/useMediaQuery.js +3 -3
- package/esm/core/utils/hooks/useMergedRefs.d.ts +1 -1
- package/esm/core/utils/hooks/useMergedRefs.js +1 -1
- package/esm/core/utils/hooks/useOverflow.d.ts +1 -1
- package/esm/core/utils/hooks/useOverflow.js +4 -4
- package/esm/core/utils/hooks/useResizeObserver.js +2 -2
- package/esm/core/utils/hooks/useSafeContext.d.ts +1 -1
- package/esm/core/utils/hooks/useSafeContext.js +1 -1
- package/esm/core/utils/hooks/useTheme.js +3 -3
- package/esm/core/utils/icons/StatusIconMap.d.ts +1 -1
- package/esm/core/utils/icons/StatusIconMap.js +4 -4
- package/esm/core/utils/icons/SvgSearch.d.ts +2 -0
- package/esm/core/utils/icons/SvgSearch.js +9 -0
- package/esm/core/utils/icons/index.d.ts +31 -30
- package/esm/core/utils/icons/index.js +31 -30
- package/esm/core/utils/index.d.ts +7 -7
- package/esm/core/utils/index.js +7 -7
- package/esm/core/utils/props.d.ts +1 -1
- package/esm/index.d.ts +2 -2
- package/esm/index.js +2 -2
- package/esm/types/react-table-config.d.ts +1 -1
- package/package.json +3 -2
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import { useIntersection, useMergedRefs } from '../utils';
|
|
8
|
-
import { CarouselContext } from './CarouselContext';
|
|
7
|
+
import { useIntersection, useMergedRefs } from '../utils/index.js';
|
|
8
|
+
import { CarouselContext } from './CarouselContext.js';
|
|
9
9
|
/**
|
|
10
10
|
* `CarouselSlide` is used for the actual slide content. The content can be specified through `children`.
|
|
11
11
|
*
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import { CarouselContext } from './CarouselContext';
|
|
8
|
-
import { getWindow, useMergedRefs, useIsomorphicLayoutEffect } from '../utils';
|
|
7
|
+
import { CarouselContext } from './CarouselContext.js';
|
|
8
|
+
import { getWindow, useMergedRefs, useIsomorphicLayoutEffect, } from '../utils/index.js';
|
|
9
9
|
/**
|
|
10
10
|
* `CarouselSlider` is the scrollable list that should consist of `CarouselSlide` components.
|
|
11
11
|
*/
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { Carousel } from './Carousel';
|
|
5
|
+
export { Carousel } from './Carousel.js';
|
|
6
6
|
export default './Carousel';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
import cx from 'classnames';
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import { ProgressRadial } from '../ProgressIndicators';
|
|
8
|
-
import { useMergedRefs, useTheme } from '../utils';
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { ProgressRadial } from '../ProgressIndicators/index.js';
|
|
8
|
+
import { useMergedRefs, useTheme } from '../utils/index.js';
|
|
9
9
|
import '@itwin/itwinui-css/css/checkbox.css';
|
|
10
10
|
/**
|
|
11
11
|
* Simple input checkbox
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { Checkbox } from './Checkbox';
|
|
5
|
+
export { Checkbox } from './Checkbox.js';
|
|
6
6
|
export default './Checkbox';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { CommonProps } from '../utils';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { CommonProps } from '../utils/index.js';
|
|
3
3
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
4
4
|
export declare type ColorBuilderProps = Omit<CommonProps, 'title'>;
|
|
5
5
|
/**
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import { ColorValue, getBoundedValue, useEventListener, useMergedRefs, useTheme, } from '../utils';
|
|
8
|
-
import { Slider } from '../Slider';
|
|
7
|
+
import { ColorValue, getBoundedValue, useEventListener, useMergedRefs, useTheme, } from '../utils/index.js';
|
|
8
|
+
import { Slider } from '../Slider/index.js';
|
|
9
9
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
10
|
-
import { useColorPickerContext } from './ColorPickerContext';
|
|
10
|
+
import { useColorPickerContext } from './ColorPickerContext.js';
|
|
11
11
|
const getVerticalPercentageOfRectangle = (rect, pointer) => {
|
|
12
12
|
const position = getBoundedValue(pointer, rect.top, rect.bottom);
|
|
13
13
|
return ((position - rect.top) / rect.height) * 100;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import { IconButton } from '../Buttons';
|
|
8
|
-
import { Input } from '../Input';
|
|
9
|
-
import { ColorValue, InputContainer, useTheme, SvgSwap, } from '../utils';
|
|
10
|
-
import { useColorPickerContext } from './ColorPickerContext';
|
|
7
|
+
import { IconButton } from '../Buttons/index.js';
|
|
8
|
+
import { Input } from '../Input/index.js';
|
|
9
|
+
import { ColorValue, InputContainer, useTheme, SvgSwap, } from '../utils/index.js';
|
|
10
|
+
import { useColorPickerContext } from './ColorPickerContext.js';
|
|
11
11
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
12
12
|
/**
|
|
13
13
|
* `ColorInputPanel` shows input fields to enter precise color values in the specified format.
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import {
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { ColorValue } from '../utils/index.js';
|
|
3
|
+
import type { CommonProps, ColorType } from '../utils/index.js';
|
|
3
4
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
4
5
|
export declare type ColorPaletteProps = {
|
|
5
6
|
/**
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import { getFocusableElements, useMergedRefs, useTheme, } from '../utils';
|
|
8
|
-
import { getColorValue } from './ColorPicker';
|
|
9
|
-
import { ColorSwatch } from './ColorSwatch';
|
|
10
|
-
import { useColorPickerContext } from './ColorPickerContext';
|
|
7
|
+
import { ColorValue, getFocusableElements, useMergedRefs, useTheme, } from '../utils/index.js';
|
|
8
|
+
import { getColorValue } from './ColorPicker.js';
|
|
9
|
+
import { ColorSwatch } from './ColorSwatch.js';
|
|
10
|
+
import { useColorPickerContext } from './ColorPickerContext.js';
|
|
11
11
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
12
12
|
/**
|
|
13
13
|
* `ColorPalette` is used to show a group of `ColorSwatch` components.
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
3
|
-
import {
|
|
3
|
+
import { ColorValue } from '../utils/index.js';
|
|
4
|
+
import type { CommonProps, ColorType } from '../utils/index.js';
|
|
4
5
|
export declare const getColorValue: (color: ColorType | ColorValue | undefined) => ColorValue;
|
|
5
6
|
export declare type ColorPickerProps = {
|
|
6
7
|
/**
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
7
|
-
import { useTheme, ColorValue, getTabbableElements
|
|
7
|
+
import { useTheme, ColorValue, getTabbableElements } from '../utils/index.js';
|
|
8
8
|
import cx from 'classnames';
|
|
9
|
-
import { ColorPickerContext } from './ColorPickerContext';
|
|
9
|
+
import { ColorPickerContext } from './ColorPickerContext.js';
|
|
10
10
|
export const getColorValue = (color) => {
|
|
11
11
|
if (color instanceof ColorValue) {
|
|
12
12
|
return color;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { ColorValue, HsvColor } from '../utils';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ColorValue, HsvColor } from '../utils/index.js';
|
|
3
3
|
export declare const ColorPickerContext: React.Context<{
|
|
4
4
|
activeColor: ColorValue;
|
|
5
5
|
setActiveColor: (color: ColorValue | ((prevColor: ColorValue) => ColorValue)) => void;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
export const ColorPickerContext = React.createContext(undefined);
|
|
7
7
|
export const useColorPickerContext = () => {
|
|
8
8
|
const context = React.useContext(ColorPickerContext);
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
3
|
-
import { ColorValue
|
|
3
|
+
import { ColorValue } from '../utils/index.js';
|
|
4
|
+
import type { ColorType } from '../utils/index.js';
|
|
4
5
|
export declare type ColorSwatchProps = {
|
|
5
6
|
/**
|
|
6
7
|
* Color code.
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import cx from 'classnames';
|
|
7
7
|
import '@itwin/itwinui-css/css/color-picker.css';
|
|
8
|
-
import { useTheme } from '../utils';
|
|
9
|
-
import { getColorValue } from './ColorPicker';
|
|
8
|
+
import { useTheme, ColorValue } from '../utils/index.js';
|
|
9
|
+
import { getColorValue } from './ColorPicker.js';
|
|
10
10
|
/**
|
|
11
11
|
* ColorSwatch component to display within a color palette.
|
|
12
12
|
* @example
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { ColorPicker } from './ColorPicker';
|
|
2
|
-
export type { ColorPickerProps } from './ColorPicker';
|
|
1
|
+
export { ColorPicker } from './ColorPicker.js';
|
|
2
|
+
export type { ColorPickerProps } from './ColorPicker.js';
|
|
3
3
|
declare const _default: "./ColorPicker";
|
|
4
4
|
export default _default;
|
|
5
|
-
export { ColorSwatch } from './ColorSwatch';
|
|
6
|
-
export type { ColorSwatchProps } from './ColorSwatch';
|
|
7
|
-
export { ColorPalette } from './ColorPalette';
|
|
8
|
-
export type { ColorPaletteProps } from './ColorPalette';
|
|
9
|
-
export { ColorBuilder } from './ColorBuilder';
|
|
10
|
-
export type { ColorBuilderProps } from './ColorBuilder';
|
|
11
|
-
export { ColorInputPanel } from './ColorInputPanel';
|
|
12
|
-
export type { ColorInputPanelProps } from './ColorInputPanel';
|
|
5
|
+
export { ColorSwatch } from './ColorSwatch.js';
|
|
6
|
+
export type { ColorSwatchProps } from './ColorSwatch.js';
|
|
7
|
+
export { ColorPalette } from './ColorPalette.js';
|
|
8
|
+
export type { ColorPaletteProps } from './ColorPalette.js';
|
|
9
|
+
export { ColorBuilder } from './ColorBuilder.js';
|
|
10
|
+
export type { ColorBuilderProps } from './ColorBuilder.js';
|
|
11
|
+
export { ColorInputPanel } from './ColorInputPanel.js';
|
|
12
|
+
export type { ColorInputPanelProps } from './ColorInputPanel.js';
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { ColorPicker } from './ColorPicker';
|
|
5
|
+
export { ColorPicker } from './ColorPicker.js';
|
|
6
6
|
export default './ColorPicker';
|
|
7
|
-
export { ColorSwatch } from './ColorSwatch';
|
|
8
|
-
export { ColorPalette } from './ColorPalette';
|
|
9
|
-
export { ColorBuilder } from './ColorBuilder';
|
|
10
|
-
export { ColorInputPanel } from './ColorInputPanel';
|
|
7
|
+
export { ColorSwatch } from './ColorSwatch.js';
|
|
8
|
+
export { ColorPalette } from './ColorPalette.js';
|
|
9
|
+
export { ColorBuilder } from './ColorBuilder.js';
|
|
10
|
+
export { ColorInputPanel } from './ColorInputPanel.js';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { InputProps } from '../Input';
|
|
3
|
-
import { SelectOption } from '../Select';
|
|
4
|
-
import { PopoverProps, CommonProps, InputContainerProps } from '../utils';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { InputProps } from '../Input/index.js';
|
|
3
|
+
import type { SelectOption } from '../Select/index.js';
|
|
4
|
+
import type { PopoverProps, CommonProps, InputContainerProps } from '../utils/index.js';
|
|
5
5
|
import 'tippy.js/animations/shift-away.css';
|
|
6
6
|
declare type ActionType = 'added' | 'removed';
|
|
7
7
|
declare type MultipleOnChangeProps<T> = {
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
import cx from 'classnames';
|
|
7
|
-
import { MenuExtraContent } from '../Menu';
|
|
8
|
-
import SelectTag from '../Select/SelectTag';
|
|
9
|
-
import { Text } from '../Typography';
|
|
10
|
-
import { useTheme, getRandomValue, mergeRefs, useLatestRef, useIsomorphicLayoutEffect, } from '../utils';
|
|
7
|
+
import { MenuExtraContent } from '../Menu/index.js';
|
|
8
|
+
import SelectTag from '../Select/SelectTag.js';
|
|
9
|
+
import { Text } from '../Typography/index.js';
|
|
10
|
+
import { useTheme, getRandomValue, mergeRefs, useLatestRef, useIsomorphicLayoutEffect, AutoclearingHiddenLiveRegion, } from '../utils/index.js';
|
|
11
11
|
import 'tippy.js/animations/shift-away.css';
|
|
12
|
-
import { ComboBoxActionContext, comboBoxReducer, ComboBoxRefsContext, ComboBoxStateContext, } from './helpers';
|
|
13
|
-
import { ComboBoxDropdown } from './ComboBoxDropdown';
|
|
14
|
-
import { ComboBoxEndIcon } from './ComboBoxEndIcon';
|
|
15
|
-
import { ComboBoxInput } from './ComboBoxInput';
|
|
16
|
-
import { ComboBoxInputContainer } from './ComboBoxInputContainer';
|
|
17
|
-
import { ComboBoxMenu } from './ComboBoxMenu';
|
|
18
|
-
import { ComboBoxMenuItem } from './ComboBoxMenuItem';
|
|
12
|
+
import { ComboBoxActionContext, comboBoxReducer, ComboBoxRefsContext, ComboBoxStateContext, } from './helpers.js';
|
|
13
|
+
import { ComboBoxDropdown } from './ComboBoxDropdown.js';
|
|
14
|
+
import { ComboBoxEndIcon } from './ComboBoxEndIcon.js';
|
|
15
|
+
import { ComboBoxInput } from './ComboBoxInput.js';
|
|
16
|
+
import { ComboBoxInputContainer } from './ComboBoxInputContainer.js';
|
|
17
|
+
import { ComboBoxMenu } from './ComboBoxMenu.js';
|
|
18
|
+
import { ComboBoxMenuItem } from './ComboBoxMenuItem.js';
|
|
19
19
|
// Type guard for enabling multiple
|
|
20
20
|
const isMultipleEnabled = (variable, multiple) => {
|
|
21
21
|
return multiple && (Array.isArray(variable) || variable === undefined);
|
|
@@ -140,6 +140,7 @@ export const ComboBox = (props) => {
|
|
|
140
140
|
}, [options]);
|
|
141
141
|
// Filter options based on input value
|
|
142
142
|
const [inputValue, setInputValue] = React.useState((_b = (_a = inputProps === null || inputProps === void 0 ? void 0 : inputProps.value) === null || _a === void 0 ? void 0 : _a.toString()) !== null && _b !== void 0 ? _b : '');
|
|
143
|
+
const [liveRegionSelection, setLiveRegionSelection] = React.useState('');
|
|
143
144
|
const handleOnInput = React.useCallback((event) => {
|
|
144
145
|
var _a, _b;
|
|
145
146
|
const { value } = event.currentTarget;
|
|
@@ -224,6 +225,11 @@ export const ComboBox = (props) => {
|
|
|
224
225
|
const newArray = selectedChangeHandler(__originalIndex, actionType);
|
|
225
226
|
dispatch({ type: 'multiselect', value: newArray });
|
|
226
227
|
onChangeHandler(__originalIndex, actionType, newArray);
|
|
228
|
+
// update live region
|
|
229
|
+
setLiveRegionSelection(newArray
|
|
230
|
+
.map((item) => { var _a; return (_a = optionsRef.current[item]) === null || _a === void 0 ? void 0 : _a.label; })
|
|
231
|
+
.filter(Boolean)
|
|
232
|
+
.join(', '));
|
|
227
233
|
}
|
|
228
234
|
else {
|
|
229
235
|
dispatch({ type: 'select', value: __originalIndex });
|
|
@@ -302,7 +308,8 @@ export const ComboBox = (props) => {
|
|
|
302
308
|
return (React.createElement(SelectTag, { key: item.label, label: item.label }));
|
|
303
309
|
})
|
|
304
310
|
: undefined })),
|
|
305
|
-
React.createElement(ComboBoxEndIcon, { disabled: inputProps === null || inputProps === void 0 ? void 0 : inputProps.disabled, isOpen: isOpen })
|
|
311
|
+
React.createElement(ComboBoxEndIcon, { disabled: inputProps === null || inputProps === void 0 ? void 0 : inputProps.disabled, isOpen: isOpen }),
|
|
312
|
+
multiple ? (React.createElement(AutoclearingHiddenLiveRegion, { text: liveRegionSelection })) : null),
|
|
306
313
|
React.createElement(ComboBoxDropdown, { ...dropdownMenuProps, onShow: onShow, onHide: onHide },
|
|
307
314
|
React.createElement(ComboBoxMenu, null, filteredOptions.length > 0 && !enableVirtualization
|
|
308
315
|
? filteredOptions.map(getMenuItem)
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { Popover, useSafeContext } from '../utils';
|
|
7
|
-
import { ComboBoxStateContext, ComboBoxActionContext, ComboBoxRefsContext, } from './helpers';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { Popover, useSafeContext } from '../utils/index.js';
|
|
7
|
+
import { ComboBoxStateContext, ComboBoxActionContext, ComboBoxRefsContext, } from './helpers.js';
|
|
8
8
|
export const ComboBoxDropdown = React.forwardRef((props, forwardedRef) => {
|
|
9
9
|
const { children, ...rest } = props;
|
|
10
10
|
const { isOpen } = useSafeContext(ComboBoxStateContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
export declare const ComboBoxEndIcon: React.ForwardRefExoticComponent<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "key" | keyof React.HTMLAttributes<HTMLSpanElement>> & {
|
|
3
3
|
disabled?: boolean | undefined;
|
|
4
4
|
isOpen?: boolean | undefined;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
import cx from 'classnames';
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import { useSafeContext, useMergedRefs, SvgCaretDownSmall } from '../utils';
|
|
8
|
-
import { ComboBoxActionContext, ComboBoxRefsContext } from './helpers';
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { useSafeContext, useMergedRefs, SvgCaretDownSmall, } from '../utils/index.js';
|
|
8
|
+
import { ComboBoxActionContext, ComboBoxRefsContext } from './helpers.js';
|
|
9
9
|
export const ComboBoxEndIcon = React.forwardRef((props, forwardedRef) => {
|
|
10
10
|
const { className, children, onClick: onClickProp, disabled, isOpen, ...rest } = props;
|
|
11
11
|
const dispatch = useSafeContext(ComboBoxActionContext);
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { Input } from '../Input';
|
|
7
|
-
import { useSafeContext, useMergedRefs, useContainerWidth } from '../utils';
|
|
8
|
-
import { ComboBoxMultipleContainer } from './ComboBoxMultipleContainer';
|
|
9
|
-
import { ComboBoxStateContext, ComboBoxActionContext, ComboBoxRefsContext, } from './helpers';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { Input } from '../Input/index.js';
|
|
7
|
+
import { useSafeContext, useMergedRefs, useContainerWidth, } from '../utils/index.js';
|
|
8
|
+
import { ComboBoxMultipleContainer } from './ComboBoxMultipleContainer.js';
|
|
9
|
+
import { ComboBoxStateContext, ComboBoxActionContext, ComboBoxRefsContext, } from './helpers.js';
|
|
10
10
|
export const ComboBoxInput = React.forwardRef((props, forwardedRef) => {
|
|
11
11
|
const { onKeyDown: onKeyDownProp, onFocus: onFocusProp, onClick: onClickProp, selectTags, ...rest } = props;
|
|
12
12
|
const { isOpen, id, focusedIndex, enableVirtualization, multiple, onClickHandler, } = useSafeContext(ComboBoxStateContext);
|
|
@@ -137,7 +137,7 @@ export const ComboBoxInput = React.forwardRef((props, forwardedRef) => {
|
|
|
137
137
|
return (React.createElement(React.Fragment, null,
|
|
138
138
|
React.createElement(Input, { ref: refs, onKeyDown: handleKeyDown, onClick: handleClick, onFocus: handleFocus, "aria-activedescendant": isOpen && focusedIndex != undefined && focusedIndex > -1
|
|
139
139
|
? getIdFromIndex(focusedIndex)
|
|
140
|
-
: undefined, role: 'combobox', "aria-controls": isOpen ? `${id}-list` : undefined, "aria-autocomplete": 'list', spellCheck: false, autoCapitalize: 'none', autoCorrect: 'off', style: multiple ? { paddingLeft: tagContainerWidth + 18 } : {}, ...rest }),
|
|
141
|
-
multiple && selectTags
|
|
140
|
+
: undefined, role: 'combobox', "aria-controls": isOpen ? `${id}-list` : undefined, "aria-autocomplete": 'list', spellCheck: false, autoCapitalize: 'none', autoCorrect: 'off', style: multiple ? { paddingLeft: tagContainerWidth + 18 } : {}, "aria-describedby": multiple ? `${id}-selected-live` : undefined, ...rest }),
|
|
141
|
+
multiple && selectTags ? (React.createElement(ComboBoxMultipleContainer, { ref: tagContainerWidthRef, selectedItems: selectTags, id: `${id}-selected-live` })) : null));
|
|
142
142
|
});
|
|
143
143
|
ComboBoxInput.displayName = 'ComboBoxInput';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { InputContainerProps } from '../utils';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { InputContainerProps } from '../utils/index.js';
|
|
3
3
|
declare type ComboBoxInputContainerProps = React.ComponentPropsWithoutRef<'div'> & Pick<InputContainerProps, 'status' | 'message' | 'disabled'>;
|
|
4
4
|
export declare const ComboBoxInputContainer: {
|
|
5
5
|
(props: ComboBoxInputContainerProps): JSX.Element;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import { StatusMessage } from '../StatusMessage';
|
|
7
|
-
import { InputContainer, useSafeContext } from '../utils';
|
|
8
|
-
import { ComboBoxStateContext } from './helpers';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import { StatusMessage } from '../StatusMessage/index.js';
|
|
7
|
+
import { InputContainer, useSafeContext } from '../utils/index.js';
|
|
8
|
+
import { ComboBoxStateContext } from './helpers.js';
|
|
9
9
|
export const ComboBoxInputContainer = (props) => {
|
|
10
10
|
const { className, status, message, children, ...rest } = props;
|
|
11
11
|
const { id } = useSafeContext(ComboBoxStateContext);
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { MenuProps } from '../Menu';
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { MenuProps } from '../Menu/index.js';
|
|
3
3
|
export declare const ComboBoxMenu: React.ForwardRefExoticComponent<Omit<MenuProps, "onClick"> & Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLUListElement>, HTMLUListElement>, "key" | keyof React.HTMLAttributes<HTMLUListElement>> & React.RefAttributes<HTMLUListElement>>;
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
import cx from 'classnames';
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import { Menu } from '../Menu';
|
|
8
|
-
import { Surface } from '../Surface';
|
|
9
|
-
import { useSafeContext, useMergedRefs, useVirtualization, mergeRefs, getWindow, } from '../utils';
|
|
10
|
-
import { ComboBoxStateContext, ComboBoxRefsContext } from './helpers';
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { Menu } from '../Menu/index.js';
|
|
8
|
+
import { Surface } from '../Surface/index.js';
|
|
9
|
+
import { useSafeContext, useMergedRefs, useVirtualization, mergeRefs, getWindow, } from '../utils/index.js';
|
|
10
|
+
import { ComboBoxStateContext, ComboBoxRefsContext } from './helpers.js';
|
|
11
11
|
const isOverflowOverlaySupported = () => { var _a, _b, _c; return (_c = (_b = (_a = getWindow()) === null || _a === void 0 ? void 0 : _a.CSS) === null || _b === void 0 ? void 0 : _b.supports) === null || _c === void 0 ? void 0 : _c.call(_b, 'overflow: overlay'); };
|
|
12
12
|
const VirtualizedComboBoxMenu = React.forwardRef(({ children, className, style, ...rest }, forwardedRef) => {
|
|
13
13
|
const { minWidth, id, filteredOptions, getMenuItem, focusedIndex } = useSafeContext(ComboBoxStateContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
export declare const ComboBoxMenuItem: React.MemoExoticComponent<React.ForwardRefExoticComponent<{
|
|
3
3
|
isSelected?: boolean | undefined;
|
|
4
4
|
disabled?: boolean | undefined;
|
|
@@ -16,6 +16,6 @@ export declare const ComboBoxMenuItem: React.MemoExoticComponent<React.ForwardRe
|
|
|
16
16
|
id?: string | undefined;
|
|
17
17
|
} & {
|
|
18
18
|
style?: React.CSSProperties | undefined;
|
|
19
|
-
} & import("../utils").ClassNameProps & {
|
|
19
|
+
} & import("../utils/props.js").ClassNameProps & {
|
|
20
20
|
index: number;
|
|
21
21
|
} & React.RefAttributes<HTMLLIElement>>>;
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
5
|
import cx from 'classnames';
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import { useSafeContext, useMergedRefs } from '../utils';
|
|
8
|
-
import { ComboBoxStateContext } from './helpers';
|
|
6
|
+
import * as React from 'react';
|
|
7
|
+
import { useSafeContext, useMergedRefs } from '../utils/index.js';
|
|
8
|
+
import { ComboBoxStateContext } from './helpers.js';
|
|
9
9
|
export const ComboBoxMenuItem = React.memo(React.forwardRef((props, forwardedRef) => {
|
|
10
10
|
const { children, isSelected, disabled, value, onClick, sublabel, size = !!sublabel ? 'large' : 'default', icon, badge, className, role = 'option', index, ...rest } = props;
|
|
11
11
|
const { focusedIndex, enableVirtualization } = useSafeContext(ComboBoxStateContext);
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
1
|
+
import * as React from 'react';
|
|
2
2
|
export declare const ComboBoxMultipleContainer: React.ForwardRefExoticComponent<{
|
|
3
3
|
selectedItems?: React.ReactNode[] | undefined;
|
|
4
4
|
} & Omit<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "children"> & React.RefAttributes<HTMLDivElement>>;
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
6
|
-
import SelectTagContainer from '../Select/SelectTagContainer';
|
|
5
|
+
import * as React from 'react';
|
|
6
|
+
import SelectTagContainer from '../Select/SelectTagContainer.js';
|
|
7
7
|
export const ComboBoxMultipleContainer = React.forwardRef((props, ref) => {
|
|
8
8
|
const { selectedItems = [], ...rest } = props;
|
|
9
9
|
return React.createElement(SelectTagContainer, { ref: ref, tags: selectedItems, ...rest });
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
import React from 'react';
|
|
5
|
+
import * as React from 'react';
|
|
6
6
|
export const comboBoxReducer = (state, action) => {
|
|
7
7
|
var _a, _b, _c, _d, _e;
|
|
8
8
|
switch (action.type) {
|
|
@@ -2,5 +2,5 @@
|
|
|
2
2
|
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
|
|
3
3
|
* See LICENSE.md in the project root for license terms and full copyright notice.
|
|
4
4
|
*--------------------------------------------------------------------------------------------*/
|
|
5
|
-
export { ComboBox } from './ComboBox';
|
|
5
|
+
export { ComboBox } from './ComboBox.js';
|
|
6
6
|
export default './ComboBox';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import '@itwin/itwinui-css/css/date-picker.css';
|
|
3
|
-
import { TimePickerProps } from '../TimePicker';
|
|
3
|
+
import type { TimePickerProps } from '../TimePicker/index.js';
|
|
4
4
|
/**
|
|
5
5
|
* Generate localized months and days strings using `Intl.DateTimeFormat` for passed locale to use in DatePicker component.
|
|
6
6
|
* If locale is not passed, browser locale will be used.
|