@hazelcast/ui 2.0.4 → 3.0.0-canary.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/lib/components/Alert.js +116 -50
- package/lib/components/Alert.js.map +1 -1
- package/lib/components/Alert.module.scss.js +8 -0
- package/lib/components/Alert.module.scss.js.map +1 -0
- package/lib/components/AppHeader/AppHeader.js +39 -17
- package/lib/components/AppHeader/AppHeader.js.map +1 -1
- package/lib/components/AppHeader/AppHeader.module.scss.js +8 -0
- package/lib/components/AppHeader/AppHeader.module.scss.js.map +1 -0
- package/lib/components/AppHeader/AppHeaderLogo/AppHeaderLogo.js +24 -7
- package/lib/components/AppHeader/AppHeaderLogo/AppHeaderLogo.js.map +1 -1
- package/lib/components/AppHeader/AppHeaderLogo/AppHeaderLogo.module.scss.js +8 -0
- package/lib/components/AppHeader/AppHeaderLogo/AppHeaderLogo.module.scss.js.map +1 -0
- package/lib/components/AppHeader/AppHeaderLogo/index.js +8 -2
- package/lib/components/AppHeader/AppHeaderLogo/index.js.map +1 -1
- package/lib/components/AppHeader/AppHeaderMenu/AppHeaderMenu.js +46 -14
- package/lib/components/AppHeader/AppHeaderMenu/AppHeaderMenu.js.map +1 -1
- package/lib/components/AppHeader/AppHeaderMenu/AppHeaderMenu.module.scss.js +8 -0
- package/lib/components/AppHeader/AppHeaderMenu/AppHeaderMenu.module.scss.js.map +1 -0
- package/lib/components/AppHeader/AppHeaderMenu/index.js +8 -2
- package/lib/components/AppHeader/AppHeaderMenu/index.js.map +1 -1
- package/lib/components/AppHeader/EnvironmentBadge/EnvironmentBadge.js +19 -9
- package/lib/components/AppHeader/EnvironmentBadge/EnvironmentBadge.js.map +1 -1
- package/lib/components/AppHeader/EnvironmentBadge/EnvironmentBadge.module.scss.js +8 -0
- package/lib/components/AppHeader/EnvironmentBadge/EnvironmentBadge.module.scss.js.map +1 -0
- package/lib/components/AppHeader/EnvironmentBadge/index.js +8 -2
- package/lib/components/AppHeader/EnvironmentBadge/index.js.map +1 -1
- package/lib/components/AppHeader/SelectCluster/SelectCluster.js +72 -32
- package/lib/components/AppHeader/SelectCluster/SelectCluster.js.map +1 -1
- package/lib/components/AppHeader/SelectCluster/SelectCluster.module.scss.js +8 -0
- package/lib/components/AppHeader/SelectCluster/SelectCluster.module.scss.js.map +1 -0
- package/lib/components/AppHeader/SelectCluster/index.js +8 -2
- package/lib/components/AppHeader/SelectCluster/index.js.map +1 -1
- package/lib/components/AppHeader/index.js +8 -2
- package/lib/components/AppHeader/index.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebar.js +56 -30
- package/lib/components/AppSidebar/AppSidebar.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebar.module.scss.js +8 -0
- package/lib/components/AppSidebar/AppSidebar.module.scss.js.map +1 -0
- package/lib/components/AppSidebar/AppSidebarFavoriteButton/AppSidebarFavoriteButton.js +37 -21
- package/lib/components/AppSidebar/AppSidebarFavoriteButton/AppSidebarFavoriteButton.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarFavoriteButton/AppSidebarFavoriteButton.module.scss.js +8 -0
- package/lib/components/AppSidebar/AppSidebarFavoriteButton/AppSidebarFavoriteButton.module.scss.js.map +1 -0
- package/lib/components/AppSidebar/AppSidebarFavoriteButton/index.js +8 -2
- package/lib/components/AppSidebar/AppSidebarFavoriteButton/index.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarFavorites/AppSidebarFavorites.js +31 -10
- package/lib/components/AppSidebar/AppSidebarFavorites/AppSidebarFavorites.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarFavorites/AppSidebarFavorites.module.scss.js +8 -0
- package/lib/components/AppSidebar/AppSidebarFavorites/AppSidebarFavorites.module.scss.js.map +1 -0
- package/lib/components/AppSidebar/AppSidebarFavorites/index.js +8 -2
- package/lib/components/AppSidebar/AppSidebarFavorites/index.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarItem/AppSidebarItem.js +77 -22
- package/lib/components/AppSidebar/AppSidebarItem/AppSidebarItem.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarItem/AppSidebarItem.module.scss.js +8 -0
- package/lib/components/AppSidebar/AppSidebarItem/AppSidebarItem.module.scss.js.map +1 -0
- package/lib/components/AppSidebar/AppSidebarItem/index.js +8 -2
- package/lib/components/AppSidebar/AppSidebarItem/index.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarMenuItemCounter/AppSidebarMenuItemCounter.js +17 -6
- package/lib/components/AppSidebar/AppSidebarMenuItemCounter/AppSidebarMenuItemCounter.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarMenuItemCounter/AppSidebarMenuItemCounter.module.scss.js +8 -0
- package/lib/components/AppSidebar/AppSidebarMenuItemCounter/AppSidebarMenuItemCounter.module.scss.js.map +1 -0
- package/lib/components/AppSidebar/AppSidebarMenuItemCounter/index.js +8 -2
- package/lib/components/AppSidebar/AppSidebarMenuItemCounter/index.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarSection/AppSidebarSection.js +39 -14
- package/lib/components/AppSidebar/AppSidebarSection/AppSidebarSection.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarSection/AppSidebarSection.module.scss.js +8 -0
- package/lib/components/AppSidebar/AppSidebarSection/AppSidebarSection.module.scss.js.map +1 -0
- package/lib/components/AppSidebar/AppSidebarSection/AppSidebarSectionExpandable.js +94 -53
- package/lib/components/AppSidebar/AppSidebarSection/AppSidebarSectionExpandable.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarSection/appSidebarSectionContext.js +8 -3
- package/lib/components/AppSidebar/AppSidebarSection/appSidebarSectionContext.js.map +1 -1
- package/lib/components/AppSidebar/AppSidebarSection/index.js +8 -2
- package/lib/components/AppSidebar/AppSidebarSection/index.js.map +1 -1
- package/lib/components/AppSidebar/appSidebarContext.js +14 -9
- package/lib/components/AppSidebar/appSidebarContext.js.map +1 -1
- package/lib/components/AppSidebar/index.js +16 -6
- package/lib/components/AppSidebar/index.js.map +1 -1
- package/lib/components/AutocompleteField.js +229 -154
- package/lib/components/AutocompleteField.js.map +1 -1
- package/lib/components/AutocompleteField.module.scss.js +8 -0
- package/lib/components/AutocompleteField.module.scss.js.map +1 -0
- package/lib/components/AutocompleteFieldFormik.js +41 -18
- package/lib/components/AutocompleteFieldFormik.js.map +1 -1
- package/lib/components/Badge.js +66 -42
- package/lib/components/Badge.js.map +1 -1
- package/lib/components/Badge.module.scss.js +8 -0
- package/lib/components/Badge.module.scss.js.map +1 -0
- package/lib/components/Button.js +115 -42
- package/lib/components/Button.js.map +1 -1
- package/lib/components/Button.module.scss.js +8 -0
- package/lib/components/Button.module.scss.js.map +1 -0
- package/lib/components/Calendar/Calendar.d.ts +6 -4
- package/lib/components/Calendar/Calendar.js +77 -34
- package/lib/components/Calendar/Calendar.js.map +1 -1
- package/lib/components/Calendar/Calendar.module.scss.js +8 -0
- package/lib/components/Calendar/Calendar.module.scss.js.map +1 -0
- package/lib/components/Calendar/CalendarRange.js +60 -12
- package/lib/components/Calendar/CalendarRange.js.map +1 -1
- package/lib/components/Calendar/CalendarRange.module.scss.js +8 -0
- package/lib/components/Calendar/CalendarRange.module.scss.js.map +1 -0
- package/lib/components/Calendar/components/CalendarHeader.d.ts +2 -2
- package/lib/components/Calendar/components/CalendarHeader.js +35 -12
- package/lib/components/Calendar/components/CalendarHeader.js.map +1 -1
- package/lib/components/Calendar/components/CalendarInput.js +39 -9
- package/lib/components/Calendar/components/CalendarInput.js.map +1 -1
- package/lib/components/Calendar/components/CalendarTime.js +104 -66
- package/lib/components/Calendar/components/CalendarTime.js.map +1 -1
- package/lib/components/Calendar/components/CalendarTime.module.scss.js +8 -0
- package/lib/components/Calendar/components/CalendarTime.module.scss.js.map +1 -0
- package/lib/components/Calendar/helpers/consts.js +8 -100
- package/lib/components/Calendar/helpers/consts.js.map +1 -1
- package/lib/components/Card.js +60 -14
- package/lib/components/Card.js.map +1 -1
- package/lib/components/Card.module.scss.js +8 -0
- package/lib/components/Card.module.scss.js.map +1 -0
- package/lib/components/Carousel.js +60 -27
- package/lib/components/Carousel.js.map +1 -1
- package/lib/components/Carousel.module.scss.js +8 -0
- package/lib/components/Carousel.module.scss.js.map +1 -0
- package/lib/components/CenteredLoader.js +18 -6
- package/lib/components/CenteredLoader.js.map +1 -1
- package/lib/components/CenteredLoader.module.scss.js +8 -0
- package/lib/components/CenteredLoader.module.scss.js.map +1 -0
- package/lib/components/Checkbox.d.ts +2 -2
- package/lib/components/Checkbox.js +87 -26
- package/lib/components/Checkbox.js.map +1 -1
- package/lib/components/Checkbox.module.scss.js +8 -0
- package/lib/components/Checkbox.module.scss.js.map +1 -0
- package/lib/components/CheckboxFormik.js +37 -16
- package/lib/components/CheckboxFormik.js.map +1 -1
- package/lib/components/CircularProgressBar.js +78 -27
- package/lib/components/CircularProgressBar.js.map +1 -1
- package/lib/components/CircularProgressBar.module.scss.js +8 -0
- package/lib/components/CircularProgressBar.module.scss.js.map +1 -0
- package/lib/components/ContextMenu.js +86 -60
- package/lib/components/ContextMenu.js.map +1 -1
- package/lib/components/ContextMenu.module.scss.js +8 -0
- package/lib/components/ContextMenu.module.scss.js.map +1 -0
- package/lib/components/Dialog.js +50 -30
- package/lib/components/Dialog.js.map +1 -1
- package/lib/components/Dialog.module.scss.js +8 -0
- package/lib/components/Dialog.module.scss.js.map +1 -0
- package/lib/components/EmptyState.js +66 -20
- package/lib/components/EmptyState.js.map +1 -1
- package/lib/components/EmptyState.module.scss.js +8 -0
- package/lib/components/EmptyState.module.scss.js.map +1 -0
- package/lib/components/Error.js +28 -7
- package/lib/components/Error.js.map +1 -1
- package/lib/components/Error.module.scss.js +8 -0
- package/lib/components/Error.module.scss.js.map +1 -0
- package/lib/components/FieldHeader.js +43 -14
- package/lib/components/FieldHeader.js.map +1 -1
- package/lib/components/FieldHeader.module.scss.js +8 -0
- package/lib/components/FieldHeader.module.scss.js.map +1 -0
- package/lib/components/Help.d.ts +0 -1
- package/lib/components/Help.js +42 -13
- package/lib/components/Help.js.map +1 -1
- package/lib/components/Help.module.scss.js +8 -0
- package/lib/components/Help.module.scss.js.map +1 -0
- package/lib/components/Icon.js +48 -25
- package/lib/components/Icon.js.map +1 -1
- package/lib/components/Icon.module.scss.js +8 -0
- package/lib/components/Icon.module.scss.js.map +1 -0
- package/lib/components/IconButton.js +81 -23
- package/lib/components/IconButton.js.map +1 -1
- package/lib/components/IconButton.module.scss.js +8 -0
- package/lib/components/IconButton.module.scss.js.map +1 -0
- package/lib/components/InteractiveList.js +115 -41
- package/lib/components/InteractiveList.js.map +1 -1
- package/lib/components/InteractiveList.module.scss.js +8 -0
- package/lib/components/InteractiveList.module.scss.js.map +1 -0
- package/lib/components/InteractiveListFormik.js +110 -81
- package/lib/components/InteractiveListFormik.js.map +1 -1
- package/lib/components/Label.js +20 -5
- package/lib/components/Label.js.map +1 -1
- package/lib/components/Label.module.scss.js +8 -0
- package/lib/components/Label.module.scss.js.map +1 -0
- package/lib/components/Link.js +59 -31
- package/lib/components/Link.js.map +1 -1
- package/lib/components/Link.module.scss.js +8 -0
- package/lib/components/Link.module.scss.js.map +1 -0
- package/lib/components/Loader.js +82 -23
- package/lib/components/Loader.js.map +1 -1
- package/lib/components/Loader.module.scss.js +8 -0
- package/lib/components/Loader.module.scss.js.map +1 -0
- package/lib/components/Modal.js +93 -26
- package/lib/components/Modal.js.map +1 -1
- package/lib/components/Modal.module.scss.js +8 -0
- package/lib/components/Modal.module.scss.js.map +1 -0
- package/lib/components/Notification.js +75 -37
- package/lib/components/Notification.js.map +1 -1
- package/lib/components/Notification.module.scss.js +8 -0
- package/lib/components/Notification.module.scss.js.map +1 -0
- package/lib/components/NumberBadge.js +18 -7
- package/lib/components/NumberBadge.js.map +1 -1
- package/lib/components/NumberBadge.module.scss.js +8 -0
- package/lib/components/NumberBadge.module.scss.js.map +1 -0
- package/lib/components/NumberField.js +181 -140
- package/lib/components/NumberField.js.map +1 -1
- package/lib/components/NumberField.module.scss.js +8 -0
- package/lib/components/NumberField.module.scss.js.map +1 -0
- package/lib/components/NumberFieldFormik.js +69 -49
- package/lib/components/NumberFieldFormik.js.map +1 -1
- package/lib/components/Overlay.js +92 -29
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Overlay.module.scss.js +8 -0
- package/lib/components/Overlay.module.scss.js.map +1 -0
- package/lib/components/Pagination.js +198 -91
- package/lib/components/Pagination.js.map +1 -1
- package/lib/components/Pagination.module.scss.js +8 -0
- package/lib/components/Pagination.module.scss.js.map +1 -0
- package/lib/components/PasswordField.js +61 -25
- package/lib/components/PasswordField.js.map +1 -1
- package/lib/components/PasswordField.module.scss.js +8 -0
- package/lib/components/PasswordField.module.scss.js.map +1 -0
- package/lib/components/PasswordFieldFormik.js +37 -16
- package/lib/components/PasswordFieldFormik.js.map +1 -1
- package/lib/components/Popover.d.ts +3 -10
- package/lib/components/Popover.js +85 -119
- package/lib/components/Popover.js.map +1 -1
- package/lib/components/Popover.module.scss.js +8 -0
- package/lib/components/Popover.module.scss.js.map +1 -0
- package/lib/components/Radio.d.ts +2 -2
- package/lib/components/Radio.js +67 -26
- package/lib/components/Radio.js.map +1 -1
- package/lib/components/Radio.module.scss.js +8 -0
- package/lib/components/Radio.module.scss.js.map +1 -0
- package/lib/components/RadioFormik.js +26 -11
- package/lib/components/RadioFormik.js.map +1 -1
- package/lib/components/RadioGroup.js +51 -18
- package/lib/components/RadioGroup.js.map +1 -1
- package/lib/components/RadioGroup.module.scss.js +8 -0
- package/lib/components/RadioGroup.module.scss.js.map +1 -0
- package/lib/components/RadioGroupContext.js +10 -3
- package/lib/components/RadioGroupContext.js.map +1 -1
- package/lib/components/RadioGroupFormik.js +34 -16
- package/lib/components/RadioGroupFormik.js.map +1 -1
- package/lib/components/SegmentedControl.js +43 -9
- package/lib/components/SegmentedControl.js.map +1 -1
- package/lib/components/SegmentedControl.module.scss.js +8 -0
- package/lib/components/SegmentedControl.module.scss.js.map +1 -0
- package/lib/components/SegmentedControlFormik.js +30 -12
- package/lib/components/SegmentedControlFormik.js.map +1 -1
- package/lib/components/Select/CheckableSelectField.js +178 -75
- package/lib/components/Select/CheckableSelectField.js.map +1 -1
- package/lib/components/Select/CheckableSelectField.module.scss.js +8 -0
- package/lib/components/Select/CheckableSelectField.module.scss.js.map +1 -0
- package/lib/components/Select/CheckableSelectFieldFormik.js +41 -18
- package/lib/components/Select/CheckableSelectFieldFormik.js.map +1 -1
- package/lib/components/Select/Common.js +87 -44
- package/lib/components/Select/Common.js.map +1 -1
- package/lib/components/Select/Common.module.scss.js +8 -0
- package/lib/components/Select/Common.module.scss.js.map +1 -0
- package/lib/components/Select/MultiSelectField.js +187 -107
- package/lib/components/Select/MultiSelectField.js.map +1 -1
- package/lib/components/Select/MultiSelectField.module.scss.js +8 -0
- package/lib/components/Select/MultiSelectField.module.scss.js.map +1 -0
- package/lib/components/Select/MultiSelectFieldFormik.js +41 -18
- package/lib/components/Select/MultiSelectFieldFormik.js.map +1 -1
- package/lib/components/Select/SelectField.js +169 -100
- package/lib/components/Select/SelectField.js.map +1 -1
- package/lib/components/Select/SelectField.module.scss.js +8 -0
- package/lib/components/Select/SelectField.module.scss.js.map +1 -0
- package/lib/components/Select/SelectFieldFormik.js +38 -18
- package/lib/components/Select/SelectFieldFormik.js.map +1 -1
- package/lib/components/Select/helpers.js +30 -25
- package/lib/components/Select/helpers.js.map +1 -1
- package/lib/components/Select/index.js +21 -8
- package/lib/components/Select/index.js.map +1 -1
- package/lib/components/SimpleTable.js +36 -13
- package/lib/components/SimpleTable.js.map +1 -1
- package/lib/components/SimpleTable.module.scss.js +8 -0
- package/lib/components/SimpleTable.module.scss.js.map +1 -0
- package/lib/components/Slider.js +294 -173
- package/lib/components/Slider.js.map +1 -1
- package/lib/components/Slider.module.scss.js +8 -0
- package/lib/components/Slider.module.scss.js.map +1 -0
- package/lib/components/SliderFormik.js +30 -13
- package/lib/components/SliderFormik.js.map +1 -1
- package/lib/components/Table/Cell.js +111 -58
- package/lib/components/Table/Cell.js.map +1 -1
- package/lib/components/Table/Cell.module.scss.js +8 -0
- package/lib/components/Table/Cell.module.scss.js.map +1 -0
- package/lib/components/Table/CellWrapper.js +44 -27
- package/lib/components/Table/CellWrapper.js.map +1 -1
- package/lib/components/Table/EnhancedRenderers.js +31 -12
- package/lib/components/Table/EnhancedRenderers.js.map +1 -1
- package/lib/components/Table/Header.js +141 -92
- package/lib/components/Table/Header.js.map +1 -1
- package/lib/components/Table/Header.module.scss.js +8 -0
- package/lib/components/Table/Header.module.scss.js.map +1 -0
- package/lib/components/Table/Row.js +77 -22
- package/lib/components/Table/Row.js.map +1 -1
- package/lib/components/Table/Row.module.scss.js +8 -0
- package/lib/components/Table/Row.module.scss.js.map +1 -0
- package/lib/components/Table/Table.js +456 -245
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/components/Table/Table.module.scss.js +8 -0
- package/lib/components/Table/Table.module.scss.js.map +1 -0
- package/lib/components/Table/TableContent.js +129 -57
- package/lib/components/Table/TableContent.js.map +1 -1
- package/lib/components/Table/TableContent.module.scss.js +8 -0
- package/lib/components/Table/TableContent.module.scss.js.map +1 -0
- package/lib/components/Table/constants.js +8 -3
- package/lib/components/Table/constants.js.map +1 -1
- package/lib/components/Table/features/columnsSelection/CellCopyablePopover.js +39 -12
- package/lib/components/Table/features/columnsSelection/CellCopyablePopover.js.map +1 -1
- package/lib/components/Table/features/columnsSelection/CellCopyablePopover.module.scss.js +8 -0
- package/lib/components/Table/features/columnsSelection/CellCopyablePopover.module.scss.js.map +1 -0
- package/lib/components/Table/features/columnsSelection/ContextMenu/ContextMenu.js +23 -16
- package/lib/components/Table/features/columnsSelection/ContextMenu/ContextMenu.js.map +1 -1
- package/lib/components/Table/features/columnsSelection/ContextMenu/ContextMenu.module.scss.js +8 -0
- package/lib/components/Table/features/columnsSelection/ContextMenu/ContextMenu.module.scss.js.map +1 -0
- package/lib/components/Table/features/columnsSelection/ContextMenu/index.js +8 -2
- package/lib/components/Table/features/columnsSelection/ContextMenu/index.js.map +1 -1
- package/lib/components/Table/features/columnsSelection/columnsSelection.d.ts +2 -2
- package/lib/components/Table/features/columnsSelection/columnsSelection.js +76 -68
- package/lib/components/Table/features/columnsSelection/columnsSelection.js.map +1 -1
- package/lib/components/Table/features/columnsSelection/helpers.js +28 -22
- package/lib/components/Table/features/columnsSelection/helpers.js.map +1 -1
- package/lib/components/Table/features/columnsSelection/index.js +16 -5
- package/lib/components/Table/features/columnsSelection/index.js.map +1 -1
- package/lib/components/Table/helpers.js +17 -9
- package/lib/components/Table/helpers.js.map +1 -1
- package/lib/components/Table/tableTypes.js +3 -2
- package/lib/components/Table/tableTypes.js.map +1 -1
- package/lib/components/Table/useTrackTableState.js +43 -29
- package/lib/components/Table/useTrackTableState.js.map +1 -1
- package/lib/components/Table/utils.js +176 -111
- package/lib/components/Table/utils.js.map +1 -1
- package/lib/components/Tabs/Tab.js +61 -27
- package/lib/components/Tabs/Tab.js.map +1 -1
- package/lib/components/Tabs/Tab.module.scss.js +8 -0
- package/lib/components/Tabs/Tab.module.scss.js.map +1 -0
- package/lib/components/Tabs/TabContext.js +51 -26
- package/lib/components/Tabs/TabContext.js.map +1 -1
- package/lib/components/Tabs/TabList.js +62 -49
- package/lib/components/Tabs/TabList.js.map +1 -1
- package/lib/components/Tabs/TabList.module.scss.js +8 -0
- package/lib/components/Tabs/TabList.module.scss.js.map +1 -0
- package/lib/components/Tabs/TabPanel.js +29 -9
- package/lib/components/Tabs/TabPanel.js.map +1 -1
- package/lib/components/Tabs/TabPanel.module.scss.js +8 -0
- package/lib/components/Tabs/TabPanel.module.scss.js.map +1 -0
- package/lib/components/Tabs/index.js +20 -5
- package/lib/components/Tabs/index.js.map +1 -1
- package/lib/components/Terminal.js +179 -108
- package/lib/components/Terminal.js.map +1 -1
- package/lib/components/Terminal.module.scss.js +8 -0
- package/lib/components/Terminal.module.scss.js.map +1 -0
- package/lib/components/TextArea.js +79 -30
- package/lib/components/TextArea.js.map +1 -1
- package/lib/components/TextArea.module.scss.js +8 -0
- package/lib/components/TextArea.module.scss.js.map +1 -0
- package/lib/components/TextAreaFormik.js +26 -10
- package/lib/components/TextAreaFormik.js.map +1 -1
- package/lib/components/TextField.js +154 -48
- package/lib/components/TextField.js.map +1 -1
- package/lib/components/TextField.module.scss.js +8 -0
- package/lib/components/TextField.module.scss.js.map +1 -0
- package/lib/components/TextFieldFormik.js +46 -22
- package/lib/components/TextFieldFormik.js.map +1 -1
- package/lib/components/TimeField.js +62 -14
- package/lib/components/TimeField.js.map +1 -1
- package/lib/components/TimeField.module.scss.js +8 -0
- package/lib/components/TimeField.module.scss.js.map +1 -0
- package/lib/components/TimeFieldFormik.js +26 -10
- package/lib/components/TimeFieldFormik.js.map +1 -1
- package/lib/components/Toast.js +79 -44
- package/lib/components/Toast.js.map +1 -1
- package/lib/components/Toast.module.scss.js +8 -0
- package/lib/components/Toast.module.scss.js.map +1 -0
- package/lib/components/Toggle.js +71 -21
- package/lib/components/Toggle.js.map +1 -1
- package/lib/components/Toggle.module.scss.js +8 -0
- package/lib/components/Toggle.module.scss.js.map +1 -0
- package/lib/components/ToggleFormik.js +27 -11
- package/lib/components/ToggleFormik.js.map +1 -1
- package/lib/components/Tooltip.d.ts +4 -12
- package/lib/components/Tooltip.js +79 -122
- package/lib/components/Tooltip.js.map +1 -1
- package/lib/components/Tooltip.module.scss.js +8 -0
- package/lib/components/Tooltip.module.scss.js.map +1 -0
- package/lib/components/TruncatedText.d.ts +0 -1
- package/lib/components/TruncatedText.js +49 -22
- package/lib/components/TruncatedText.js.map +1 -1
- package/lib/components/TruncatedText.module.scss.js +8 -0
- package/lib/components/TruncatedText.module.scss.js.map +1 -0
- package/lib/helpers/array.js +26 -17
- package/lib/helpers/array.js.map +1 -1
- package/lib/helpers/escapeHtml.js +10 -6
- package/lib/helpers/escapeHtml.js.map +1 -1
- package/lib/helpers/forms.js +20 -14
- package/lib/helpers/forms.js.map +1 -1
- package/lib/helpers/math.js +10 -6
- package/lib/helpers/math.js.map +1 -1
- package/lib/helpers/types.js +6 -2
- package/lib/helpers/types.js.map +1 -1
- package/lib/hooks/index.js +17 -7
- package/lib/hooks/index.js.map +1 -1
- package/lib/hooks/useCloseOnResize.js +17 -12
- package/lib/hooks/useCloseOnResize.js.map +1 -1
- package/lib/hooks/useDeepCompareMemo.js +12 -7
- package/lib/hooks/useDeepCompareMemo.js.map +1 -1
- package/lib/hooks/useDeepEqual.js +14 -9
- package/lib/hooks/useDeepEqual.js.map +1 -1
- package/lib/hooks/useDimensions.d.ts +1 -1
- package/lib/hooks/useDimensions.js +26 -15
- package/lib/hooks/useDimensions.js.map +1 -1
- package/lib/hooks/useIsMounted.js +16 -11
- package/lib/hooks/useIsMounted.js.map +1 -1
- package/lib/hooks/useOnClickOutside.js +41 -32
- package/lib/hooks/useOnClickOutside.js.map +1 -1
- package/lib/hooks/useOpenCloseState.js +18 -13
- package/lib/hooks/useOpenCloseState.js.map +1 -1
- package/lib/hooks/usePagination.js +64 -60
- package/lib/hooks/usePagination.js.map +1 -1
- package/lib/hooks/usePersistedState.js +35 -33
- package/lib/hooks/usePersistedState.js.map +1 -1
- package/lib/hooks/usePrevious.js +13 -8
- package/lib/hooks/usePrevious.js.map +1 -1
- package/lib/hooks/useRefValue.js +13 -8
- package/lib/hooks/useRefValue.js.map +1 -1
- package/lib/icons/Cluster.js +44 -7
- package/lib/icons/Cluster.js.map +1 -1
- package/lib/icons/Compare.js +46 -7
- package/lib/icons/Compare.js.map +1 -1
- package/lib/icons/Compute.js +43 -7
- package/lib/icons/Compute.js.map +1 -1
- package/lib/icons/Folder.js +25 -4
- package/lib/icons/Folder.js.map +1 -1
- package/lib/icons/PlusCircle.js +37 -6
- package/lib/icons/PlusCircle.js.map +1 -1
- package/lib/icons/Streaming.js +45 -8
- package/lib/icons/Streaming.js.map +1 -1
- package/lib/index.d.ts +3 -2
- package/lib/index.js +185 -75
- package/lib/index.js.map +1 -1
- package/lib/services/logger.js +85 -75
- package/lib/services/logger.js.map +1 -1
- package/lib/services/time.js +18 -14
- package/lib/services/time.js.map +1 -1
- package/lib/styles/constants/export.module.scss.js +8 -0
- package/lib/styles/constants/export.module.scss.js.map +1 -0
- package/lib/styles.css +1 -0
- package/lib/test-helpers/render.js +32 -20
- package/lib/test-helpers/render.js.map +1 -1
- package/lib/test-helpers/time.js +9 -2
- package/lib/test-helpers/time.js.map +1 -1
- package/lib/test-helpers/utils.js +13 -9
- package/lib/test-helpers/utils.js.map +1 -1
- package/lib/types.js +3 -2
- package/lib/types.js.map +1 -1
- package/lib/utils/formik.js +12 -7
- package/lib/utils/formik.js.map +1 -1
- package/lib/utils/keyboard.js +8 -3
- package/lib/utils/keyboard.js.map +1 -1
- package/lib/utils/portal.js +19 -14
- package/lib/utils/portal.js.map +1 -1
- package/lib/utils/ssr.js +6 -2
- package/lib/utils/ssr.js.map +1 -1
- package/lib/utils/types.js +3 -2
- package/lib/utils/types.js.map +1 -1
- package/package.json +25 -16
- package/lib/components/Alert.module.scss +0 -141
- package/lib/components/AppHeader/AppHeader.module.scss +0 -29
- package/lib/components/AppHeader/AppHeaderLogo/AppHeaderLogo.module.scss +0 -29
- package/lib/components/AppHeader/AppHeaderMenu/AppHeaderMenu.module.scss +0 -20
- package/lib/components/AppHeader/EnvironmentBadge/EnvironmentBadge.module.scss +0 -13
- package/lib/components/AppHeader/SelectCluster/SelectCluster.module.scss +0 -101
- package/lib/components/AppSidebar/AppSidebar.module.scss +0 -66
- package/lib/components/AppSidebar/AppSidebarFavoriteButton/AppSidebarFavoriteButton.module.scss +0 -16
- package/lib/components/AppSidebar/AppSidebarFavorites/AppSidebarFavorites.module.scss +0 -13
- package/lib/components/AppSidebar/AppSidebarItem/AppSidebarItem.module.scss +0 -92
- package/lib/components/AppSidebar/AppSidebarMenuItemCounter/AppSidebarMenuItemCounter.module.scss +0 -24
- package/lib/components/AppSidebar/AppSidebarSection/AppSidebarSection.module.scss +0 -58
- package/lib/components/AutocompleteField.module.scss +0 -164
- package/lib/components/Badge.module.scss +0 -55
- package/lib/components/Button.module.scss +0 -329
- package/lib/components/Calendar/Calendar.module.scss +0 -185
- package/lib/components/Calendar/CalendarRange.module.scss +0 -21
- package/lib/components/Calendar/components/CalendarTime.module.scss +0 -72
- package/lib/components/Card.module.scss +0 -92
- package/lib/components/Carousel.module.scss +0 -43
- package/lib/components/CenteredLoader.module.scss +0 -11
- package/lib/components/Checkbox.module.scss +0 -106
- package/lib/components/CircularProgressBar.module.scss +0 -37
- package/lib/components/ContextMenu.module.scss +0 -37
- package/lib/components/Dialog.module.scss +0 -62
- package/lib/components/EmptyState.module.scss +0 -87
- package/lib/components/Error.module.scss +0 -12
- package/lib/components/FieldHeader.module.scss +0 -20
- package/lib/components/Help.module.scss +0 -9
- package/lib/components/Icon.module.scss +0 -33
- package/lib/components/IconButton.module.scss +0 -59
- package/lib/components/InteractiveList.module.scss +0 -72
- package/lib/components/Label.module.scss +0 -12
- package/lib/components/Link.module.scss +0 -64
- package/lib/components/Loader.module.scss +0 -74
- package/lib/components/Modal.module.scss +0 -109
- package/lib/components/Notification.module.scss +0 -97
- package/lib/components/NumberBadge.module.scss +0 -13
- package/lib/components/NumberField.module.scss +0 -76
- package/lib/components/Overlay.module.scss +0 -108
- package/lib/components/Pagination.module.scss +0 -117
- package/lib/components/PasswordField.module.scss +0 -26
- package/lib/components/Popover.module.scss +0 -12
- package/lib/components/Radio.module.scss +0 -112
- package/lib/components/RadioGroup.module.scss +0 -21
- package/lib/components/SegmentedControl.module.scss +0 -81
- package/lib/components/Select/CheckableSelectField.module.scss +0 -100
- package/lib/components/Select/Common.module.scss +0 -69
- package/lib/components/Select/MultiSelectField.module.scss +0 -72
- package/lib/components/Select/SelectField.module.scss +0 -194
- package/lib/components/SimpleTable.module.scss +0 -28
- package/lib/components/Slider.module.scss +0 -277
- package/lib/components/Table/Cell.module.scss +0 -61
- package/lib/components/Table/Header.module.scss +0 -128
- package/lib/components/Table/Row.module.scss +0 -59
- package/lib/components/Table/Table.module.scss +0 -31
- package/lib/components/Table/TableContent.module.scss +0 -21
- package/lib/components/Table/features/columnsSelection/CellCopyablePopover.module.scss +0 -12
- package/lib/components/Table/features/columnsSelection/ContextMenu/ContextMenu.module.scss +0 -6
- package/lib/components/Tabs/Tab.module.scss +0 -58
- package/lib/components/Tabs/TabList.module.scss +0 -3
- package/lib/components/Tabs/TabPanel.module.scss +0 -7
- package/lib/components/Terminal.module.scss +0 -109
- package/lib/components/TextArea.module.scss +0 -144
- package/lib/components/TextField.module.scss +0 -209
- package/lib/components/TimeField.module.scss +0 -4
- package/lib/components/Toast.module.scss +0 -53
- package/lib/components/Toggle.module.scss +0 -175
- package/lib/components/Tooltip.module.scss +0 -175
- package/lib/components/TruncatedText.module.scss +0 -9
- package/lib/hooks/useResizeAware.d.ts +0 -3
- package/lib/hooks/useResizeAware.js +0 -25
- package/lib/hooks/useResizeAware.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../src/components/Table/Table.tsx"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"Table.js","sources":["../../../src/components/Table/Table.tsx"],"sourcesContent":[null],"names":["Table","dataTest","columns","propColumns","data","disableSortBy","onPaginationChange","onSortingChange","manualPagination","onRenderedContentChange","hidePagination","pageCount","controlledPageCount","defaultPageSize","paginationOptions","onRowClick","getHref","AnchorComponent","getCustomRowProps","getCustomCellProps","loading","noDataTitle","pageIndex","incomingPageIndex","initialState","pageSize","className","headerClassName","contentClassName","footerClassName","searchValue","hideHeader","onPageChange","overlayLoading","onRowSelect","columnsOrdering","children","renderRowSubComponent","onCopy","canExpand","onStateChange","getOncopy","useRefValue","getCanExpand","getRenderRowSubComponent","contextMenuAnchorEl","setContextMenuAnchorEl","useState","draggedColumnRef","useRef","previousIncomingPageIndex","usePrevious","useMemo","some","item","expander","width","disableResizing","id","ROW_EXPANDER_COLUMN_ID","Header","React","createElement","role","Cell","row","tabIndex","getIsExpanded","styles","onClick","e","preventDefault","getToggleExpandedHandler","Icon","icon","ChevronUp","ChevronDown","ariaLabel","Fragment","map","getColumnDef","defaultColumn","cell","props","EnhancedCellRenderer","columnResizing","column","getIsResizing","minSize","Number","styleConsts","tableColumnMinWidth","size","tableColumnWidth","maxSize","tableColumnMaxWidth","tableInitialState","getTableInitialState","tableInstance","useReactTable","enableSorting","enableMultiSort","columnResizeMode","paginateExpandedRows","autoResetPageIndex","getSubRows","useCallback","subRows","getRowCanExpand","cb","prepareRow","_a","length","getCoreRowModel","getPaginationRowModel","getSortedRowModel","getExpandedRowModel","getFilteredRowModel","getVisibleFlatColumns","nextPage","setPageIndex","goToPage","getRowCount","getState","previousPage","setPageSize","setGlobalFilter","setColumnOrder","getPageCount","getCanNextPage","getCanPreviousPage","getFooterGroups","useTrackTableState","footerGroups","page","rows","rowsPerPage","sorting","sortBy","columnOrder","columnSizing","rowSelection","selectedRowIds","pagination","getColumnOrder","onDragStart","current","dataTransfer","getData","onDrop","_","columnIndex","visibleColumns","newColumns","columnsSelectionProps","useColumnsSelection","columnsPerRow","onEndSelection","getSelectedColumns","selectedColumnValuesRef","onPaginationChangeDebounced","debounce","undefined","onKeyUp","callback","range","useEffect","document","body","removeEventListener","onRenderedContentChangeDebounced","Object","keys","hasData","hasFooter","col","footer","headerIndex","cellIndexOffset","rowCount","content","cn","container","spaceBottom","getHeaderGroups","headerGroup","HeaderRow","key","ariaRowIndex","style","getRowStyle","totalSize","getTotalSize","headers","header","i","canSort","getCanSort","isDraggable","index","colSpan","getCellStyle","getSize","columnDef","isSorted","getIsSorted","isSortedDesc","getSortIndex","desc","canResize","getCanResize","resizeHandler","getResizeHandler","isResizing","align","meta","_b","getToggleSortingHandler","EnhancedHeaderFooterRenderer","type","context","getContext","Row","Loader","HotKeys","keyName","hotKeys","TableContent","rootRef","EmptyState","empty","title","AlertTriangle","iconLabel","group","footerGroupKey","footerKey","Pagination","currentPage","canPreviousPage","canNextPage","p","numberOfItems","pageSizeOptions","ContextMenu","anchorElement"],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var styles = {"container":"Table-module__container___BsXT7","spaceBottom":"Table-module__spaceBottom___kGlN3","empty":"Table-module__empty___an-I0","expander":"Table-module__expander___u-rqf","hotKeys":"Table-module__hotKeys___MI79i"};
|
|
6
|
+
|
|
7
|
+
exports.default = styles;
|
|
8
|
+
//# sourceMappingURL=Table.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Table.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,58 +1,130 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var cn = require('classnames');
|
|
4
|
+
var HotKeys = require('react-hot-keys');
|
|
5
|
+
var React = require('react');
|
|
6
|
+
var components_Loader = require('../Loader.js');
|
|
7
|
+
var components_Table_utils = require('./utils.js');
|
|
8
|
+
var components_Table_CellWrapper = require('./CellWrapper.js');
|
|
9
|
+
var components_Table_Row = require('./Row.js');
|
|
10
|
+
var components_Table_features_columnsSelection_helpers = require('./features/columnsSelection/helpers.js');
|
|
11
|
+
require('react-feather');
|
|
12
|
+
var TableContent_module = require('./TableContent.module.scss.js');
|
|
13
|
+
|
|
14
|
+
const TableContent = props => {
|
|
15
|
+
const {
|
|
16
|
+
rootRef,
|
|
17
|
+
page,
|
|
18
|
+
onCopy,
|
|
19
|
+
getHref,
|
|
20
|
+
loading,
|
|
21
|
+
className,
|
|
22
|
+
totalSize,
|
|
23
|
+
onRowClick,
|
|
24
|
+
overlayLoading,
|
|
25
|
+
onEndSelection,
|
|
26
|
+
AnchorComponent,
|
|
27
|
+
cellIndexOffset,
|
|
28
|
+
selectedColumns,
|
|
29
|
+
onClickSelection,
|
|
30
|
+
getCustomRowProps,
|
|
31
|
+
getCustomCellProps,
|
|
32
|
+
selectionStartedRef,
|
|
33
|
+
renderRowSubComponent,
|
|
34
|
+
onMouseEnterSelection,
|
|
35
|
+
selectedColumnValuesRef
|
|
36
|
+
} = props;
|
|
37
|
+
const handleOnContextMenu = React.useCallback(e => {
|
|
38
|
+
// disable table custom context menu
|
|
39
|
+
e.stopPropagation();
|
|
40
|
+
}, []);
|
|
41
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
42
|
+
ref: rootRef,
|
|
43
|
+
"data-test": "table-content",
|
|
44
|
+
className: cn(TableContent_module.default.content, className),
|
|
45
|
+
onMouseDown: () => {
|
|
46
|
+
selectionStartedRef.current = true;
|
|
47
|
+
document.body.addEventListener('mouseup', onEndSelection);
|
|
48
|
+
document.body.addEventListener('contextmenu', onEndSelection);
|
|
49
|
+
}
|
|
50
|
+
}, page.map((row, rowIndex) => {
|
|
51
|
+
const {
|
|
52
|
+
id: rowKey,
|
|
53
|
+
...restRowProps
|
|
54
|
+
} = row;
|
|
55
|
+
const cells = row.getVisibleCells().map((cell, i) => {
|
|
56
|
+
var _a;
|
|
57
|
+
const {
|
|
58
|
+
id: cellKey,
|
|
59
|
+
...restCellProps
|
|
60
|
+
} = cell;
|
|
61
|
+
const cellId = `${rowIndex}:${i}`;
|
|
62
|
+
const selected = components_Table_features_columnsSelection_helpers.isCellSelected(cellId, selectedColumns);
|
|
63
|
+
const {
|
|
64
|
+
style: cellStyle = {},
|
|
65
|
+
...customProps
|
|
66
|
+
} = getCustomCellProps ? getCustomCellProps(components_Table_utils.prepareCell(cell)) : {};
|
|
67
|
+
return /*#__PURE__*/React.createElement(components_Table_CellWrapper.CellWrapper, {
|
|
68
|
+
cell: cell,
|
|
69
|
+
style: {
|
|
70
|
+
...cellStyle,
|
|
71
|
+
...components_Table_utils.getCellStyle({
|
|
72
|
+
size: restCellProps.column.getSize(),
|
|
73
|
+
minSize: restCellProps.column.columnDef.minSize || restCellProps.column.getSize()
|
|
74
|
+
})
|
|
75
|
+
},
|
|
76
|
+
role: "cell",
|
|
77
|
+
key: cellKey,
|
|
78
|
+
cellId: cellId,
|
|
79
|
+
selected: selected,
|
|
80
|
+
selectable: !!onCopy,
|
|
81
|
+
onClickSelection: onClickSelection,
|
|
82
|
+
align: (_a = cell.column.columnDef.meta) === null || _a === void 0 ? void 0 : _a.align,
|
|
83
|
+
selectionStartedRef: selectionStartedRef,
|
|
84
|
+
onMouseEnterSelection: onMouseEnterSelection,
|
|
85
|
+
selectedColumnValuesRef: selectedColumnValuesRef,
|
|
86
|
+
...customProps
|
|
87
|
+
});
|
|
88
|
+
});
|
|
89
|
+
const expandedRow = row.getIsExpanded() && renderRowSubComponent ? (/*#__PURE__*/React.createElement(HotKeys, {
|
|
90
|
+
disabled: true
|
|
91
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
92
|
+
tabIndex: -1,
|
|
93
|
+
className: TableContent_module.default.subRowWrapper,
|
|
94
|
+
onContextMenu: handleOnContextMenu
|
|
95
|
+
}, renderRowSubComponent(components_Table_utils.prepareRow(row))))) : null;
|
|
96
|
+
if (getHref) {
|
|
97
|
+
const href = getHref(components_Table_utils.prepareRow(row));
|
|
98
|
+
if (href) {
|
|
99
|
+
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
100
|
+
key: rowKey
|
|
101
|
+
}, /*#__PURE__*/React.createElement(components_Table_Row.LinkRow, {
|
|
102
|
+
role: "row",
|
|
103
|
+
AnchorComponent: AnchorComponent,
|
|
104
|
+
...restRowProps,
|
|
105
|
+
ariaRowIndex: row.index + 1 + cellIndexOffset,
|
|
106
|
+
href: href
|
|
107
|
+
}, cells), expandedRow);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
return /*#__PURE__*/React.createElement(React.Fragment, {
|
|
111
|
+
key: rowKey
|
|
112
|
+
}, /*#__PURE__*/React.createElement(components_Table_Row.Row, {
|
|
113
|
+
role: "row",
|
|
114
|
+
...restRowProps,
|
|
115
|
+
style: components_Table_utils.getRowStyle({
|
|
116
|
+
totalSize
|
|
117
|
+
}),
|
|
118
|
+
...(getCustomRowProps ? getCustomRowProps(components_Table_utils.prepareRow(row)) : {}),
|
|
119
|
+
ariaRowIndex: row.index + 1 + cellIndexOffset,
|
|
120
|
+
onClick: onRowClick ? () => {
|
|
121
|
+
onRowClick(components_Table_utils.prepareRow(row));
|
|
122
|
+
} : undefined
|
|
123
|
+
}, cells), expandedRow);
|
|
124
|
+
}), overlayLoading && loading && (/*#__PURE__*/React.createElement("div", {
|
|
125
|
+
className: TableContent_module.default.overlayLoading
|
|
126
|
+
}, /*#__PURE__*/React.createElement(components_Loader.Loader, null))));
|
|
57
127
|
};
|
|
58
|
-
|
|
128
|
+
|
|
129
|
+
exports.TableContent = TableContent;
|
|
130
|
+
//# sourceMappingURL=TableContent.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableContent.js","
|
|
1
|
+
{"version":3,"file":"TableContent.js","sources":["../../../src/components/Table/TableContent.tsx"],"sourcesContent":[null],"names":["TableContent","props","rootRef","page","onCopy","getHref","loading","className","totalSize","onRowClick","overlayLoading","onEndSelection","AnchorComponent","cellIndexOffset","selectedColumns","onClickSelection","getCustomRowProps","getCustomCellProps","selectionStartedRef","renderRowSubComponent","onMouseEnterSelection","selectedColumnValuesRef","handleOnContextMenu","useCallback","e","stopPropagation","React","ref","cn","styles","content","onMouseDown","current","document","body","addEventListener","map","row","rowIndex","id","rowKey","restRowProps","cells","getVisibleCells","cell","i","cellKey","restCellProps","cellId","selected","isCellSelected","style","cellStyle","customProps","prepareCell","CellWrapper","getCellStyle","size","column","getSize","minSize","columnDef","role","key","selectable","align","_a","meta","expandedRow","getIsExpanded","createElement","HotKeys","disabled","tabIndex","subRowWrapper","onContextMenu","prepareRow","href","Fragment","LinkRow","ariaRowIndex","index","Row","getRowStyle","onClick","undefined","Loader"],"mappings":"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"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var styles = {"content":"TableContent-module__content___a4dpD","subRowWrapper":"TableContent-module__subRowWrapper___aBD-K","overlayLoading":"TableContent-module__overlayLoading___XxTAD"};
|
|
6
|
+
|
|
7
|
+
exports.default = styles;
|
|
8
|
+
//# sourceMappingURL=TableContent.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TableContent.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,3 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
const ROW_SELECTOR_COLUMN_ID = 'row-selector';
|
|
4
|
+
const ROW_EXPANDER_COLUMN_ID = 'row-expander';
|
|
5
|
+
|
|
6
|
+
exports.ROW_EXPANDER_COLUMN_ID = ROW_EXPANDER_COLUMN_ID;
|
|
7
|
+
exports.ROW_SELECTOR_COLUMN_ID = ROW_SELECTOR_COLUMN_ID;
|
|
8
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.js","
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../src/components/Table/constants.ts"],"sourcesContent":[null],"names":["ROW_SELECTOR_COLUMN_ID","ROW_EXPANDER_COLUMN_ID"],"mappings":";;AAAO,MAAMA,sBAAsB,GAAG;AAC/B,MAAMC,sBAAsB,GAAG;;;;;"}
|
|
@@ -1,13 +1,40 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var cn = require('classnames');
|
|
5
|
+
var components_Popover = require('../../../Popover.js');
|
|
6
|
+
var CellCopyablePopover_module = require('./CellCopyablePopover.module.scss.js');
|
|
7
|
+
|
|
8
|
+
const CellCopyablePopover = ({
|
|
9
|
+
children,
|
|
10
|
+
contentClassName,
|
|
11
|
+
anchorElement,
|
|
12
|
+
isOpen,
|
|
13
|
+
onClose
|
|
14
|
+
}) => {
|
|
15
|
+
var _a;
|
|
16
|
+
React.useEffect(() => {
|
|
17
|
+
return () => onClose();
|
|
18
|
+
}, [onClose]);
|
|
19
|
+
return /*#__PURE__*/React.createElement(components_Popover.Popover, {
|
|
20
|
+
open: isOpen,
|
|
21
|
+
onClose: onClose,
|
|
22
|
+
anchorElement: anchorElement,
|
|
23
|
+
placement: "top-start",
|
|
24
|
+
className: CellCopyablePopover_module.default.root,
|
|
25
|
+
"data-test": "cell-copyable-popover",
|
|
26
|
+
offset: {
|
|
27
|
+
mainAxis: -((_a = anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.offsetHeight) !== null && _a !== void 0 ? _a : 0)
|
|
28
|
+
}
|
|
29
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
30
|
+
className: cn(CellCopyablePopover_module.default.content, contentClassName),
|
|
31
|
+
onDoubleClick: onClose,
|
|
32
|
+
style: {
|
|
33
|
+
minHeight: anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.offsetHeight,
|
|
34
|
+
minWidth: anchorElement === null || anchorElement === void 0 ? void 0 : anchorElement.offsetWidth
|
|
35
|
+
}
|
|
36
|
+
}, children));
|
|
12
37
|
};
|
|
13
|
-
|
|
38
|
+
|
|
39
|
+
exports.CellCopyablePopover = CellCopyablePopover;
|
|
40
|
+
//# sourceMappingURL=CellCopyablePopover.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CellCopyablePopover.js","
|
|
1
|
+
{"version":3,"file":"CellCopyablePopover.js","sources":["../../../../../src/components/Table/features/columnsSelection/CellCopyablePopover.tsx"],"sourcesContent":[null],"names":["CellCopyablePopover","children","contentClassName","anchorElement","isOpen","onClose","useEffect","React","Popover","open","placement","className","styles","root","offset","mainAxis","offsetHeight","_a","createElement","cls","content","onDoubleClick","style","minHeight","minWidth","offsetWidth"],"mappings":";;;;;;;AAcO,MAAMA,mBAAmB,GAAGA,CAAC;EAClCC,QAAQ;EACRC,gBAAgB;EAChBC,aAAa;EACbC,MAAM;AACNC,EAAAA;AAAO,CACgC,KAAI;;AAC3CC,EAAAA,eAAS,CAAC,MAAK;IACb,OAAO,MAAMD,OAAO,EAAE;AACxB,EAAA,CAAC,EAAE,CAACA,OAAO,CAAC,CAAC;AAEb,EAAA,oBACEE,oBAACC,0BAAO,EAAA;AACNC,IAAAA,IAAI,EAAEL,MAAM;AACZC,IAAAA,OAAO,EAAEA,OAAO;AAChBF,IAAAA,aAAa,EAAEA,aAAa;AAC5BO,IAAAA,SAAS,EAAC,WAAW;IACrBC,SAAS,EAAEC,kCAAM,CAACC,IAAI;AAAA,IAAA,WAAA,EACZ,uBAAuB;AACjCC,IAAAA,MAAM,EAAE;AAAEC,MAAAA,QAAQ,EAAE,EAAE,MAAAZ,aAAa,KAAA,IAAA,IAAbA,aAAa,KAAA,MAAA,GAAA,MAAA,GAAbA,aAAa,CAAEa,YAAY,MAAA,IAAA,IAAAC,EAAA,KAAA,MAAA,GAAAA,EAAA,GAAI,CAAC;AAAC;AAAE,GAAA,eAEzDV,KAAA,CAAAW,aAAA,CAAA,KAAA,EAAA;IACEP,SAAS,EAAEQ,EAAG,CAACP,kCAAM,CAACQ,OAAO,EAAElB,gBAAgB,CAAC;AAChDmB,IAAAA,aAAa,EAAEhB,OAAO;AACtBiB,IAAAA,KAAK,EAAE;AAAEC,MAAAA,SAAS,EAAEpB,aAAa,aAAbA,aAAa,KAAA,MAAA,GAAA,MAAA,GAAbA,aAAa,CAAEa,YAAY;AAAEQ,MAAAA,QAAQ,EAAErB,aAAa,KAAA,IAAA,IAAbA,aAAa,uBAAbA,aAAa,CAAEsB;AAAW;GAAE,EAEtFxB,QAAQ,CACL,CACE;AAEd;;;;"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var styles = {"root":"CellCopyablePopover-module__root___64mP-","content":"CellCopyablePopover-module__content___29Ftp"};
|
|
6
|
+
|
|
7
|
+
exports.default = styles;
|
|
8
|
+
//# sourceMappingURL=CellCopyablePopover.module.scss.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CellCopyablePopover.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,17 +1,24 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var React = require('react');
|
|
4
|
+
var reactFeather = require('react-feather');
|
|
5
|
+
var components_ContextMenu = require('../../../../ContextMenu.js');
|
|
6
|
+
var ContextMenu_module = require('./ContextMenu.module.scss.js');
|
|
7
|
+
|
|
8
|
+
const ContextMenu = ({
|
|
9
|
+
anchorElement,
|
|
10
|
+
onCopy
|
|
11
|
+
}) => {
|
|
12
|
+
const items = React.useMemo(() => [{
|
|
13
|
+
content: (/*#__PURE__*/React.createElement(React.Fragment, null, "Copy ", /*#__PURE__*/React.createElement(reactFeather.Copy, null))),
|
|
14
|
+
className: ContextMenu_module.default.item,
|
|
15
|
+
onClick: onCopy
|
|
16
|
+
}], [onCopy]);
|
|
17
|
+
return /*#__PURE__*/React.createElement(components_ContextMenu.ContextMenu, {
|
|
18
|
+
anchorElement: anchorElement,
|
|
19
|
+
items: items
|
|
20
|
+
});
|
|
16
21
|
};
|
|
17
|
-
|
|
22
|
+
|
|
23
|
+
exports.ContextMenu = ContextMenu;
|
|
24
|
+
//# sourceMappingURL=ContextMenu.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContextMenu.js","
|
|
1
|
+
{"version":3,"file":"ContextMenu.js","sources":["../../../../../../src/components/Table/features/columnsSelection/ContextMenu/ContextMenu.tsx"],"sourcesContent":[null],"names":["ContextMenu","anchorElement","onCopy","items","useMemo","content","React","createElement","Fragment","Copy","className","styles","item","onClick","OriginalContextMenu"],"mappings":";;;;;;;AAYO,MAAMA,WAAW,GAAGA,CAAC;EAAEC,aAAa;AAAEC,EAAAA;AAAM,CAAoB,KAAI;AACzE,EAAA,MAAMC,KAAK,GAAGC,aAAO,CACnB,MAAM,CACJ;IACEC,OAAO,gBACLC,KAAA,CAAAC,aAAA,CAAAD,KAAA,CAAAE,QAAA,EAAA,IAAA,wBACOF,KAAA,CAAAC,aAAA,CAACE,iBAAI,EAAA,IAAA,CAAG,CACZ,CACJ;IACDC,SAAS,EAAEC,0BAAM,CAACC,IAAI;AACtBC,IAAAA,OAAO,EAAEX;AACV,GAAA,CACF,EACD,CAACA,MAAM,CAAC,CACT;AACD,EAAA,oBAAOI,KAAA,CAAAC,aAAA,CAACO,kCAAmB,EAAA;AAACb,IAAAA,aAAa,EAAEA,aAAa;AAAEE,IAAAA,KAAK,EAAEA;AAAK,GAAA,CAAI;AAC5E;;;;"}
|
package/lib/components/Table/features/columnsSelection/ContextMenu/ContextMenu.module.scss.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ContextMenu.module.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var components_Table_features_columnsSelection_ContextMenu_ContextMenu = require('./ContextMenu.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
exports.ContextMenu = components_Table_features_columnsSelection_ContextMenu_ContextMenu.ContextMenu;
|
|
8
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","
|
|
1
|
+
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
|
|
@@ -12,7 +12,7 @@ export declare const useColumnsSelection: (props: ColumnsSelectionProps) => {
|
|
|
12
12
|
}) => void;
|
|
13
13
|
setSelectedColumns: import("react").Dispatch<import("react").SetStateAction<SelectedColumnsState>>;
|
|
14
14
|
getSelectedColumns: () => SelectedColumnsState;
|
|
15
|
-
selectionStartedRef: import("react").
|
|
15
|
+
selectionStartedRef: import("react").RefObject<boolean>;
|
|
16
16
|
onMouseEnterSelection: (id: string) => void;
|
|
17
|
-
selectedColumnValuesRef: import("react").
|
|
17
|
+
selectedColumnValuesRef: import("react").RefObject<(string | undefined)[][]>;
|
|
18
18
|
};
|