@cube-dev/ui-kit 0.0.0-canary-e41a2a2 → 0.0.0-canary-a0587e9
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/dist/_internal/hooks/use-chained-callback.js +1 -1
- package/dist/_internal/hooks/use-debounced-value.js +1 -1
- package/dist/_internal/hooks/use-deprecation-warning.js +1 -1
- package/dist/_internal/hooks/use-event.js +1 -1
- package/dist/_internal/hooks/use-is-first-render.js +1 -1
- package/dist/_internal/hooks/use-sync-ref.js +1 -1
- package/dist/_internal/hooks/use-timer/timer.js +1 -1
- package/dist/_internal/hooks/use-timer/use-timer.js +1 -1
- package/dist/_internal/hooks/use-warn.js +1 -1
- package/dist/components/Block.js +1 -1
- package/dist/components/CollectionItem.js +1 -1
- package/dist/components/GlobalStyles.js +1 -1
- package/dist/components/GridProvider.js +1 -1
- package/dist/components/HiddenInput.js +1 -1
- package/dist/components/Root.js +1 -1
- package/dist/components/actions/Action/Action.js +1 -1
- package/dist/components/actions/Banner/Banner.js +1 -1
- package/dist/components/actions/Button/Button.d.ts +1 -0
- package/dist/components/actions/Button/Button.js +1 -1
- package/dist/components/actions/ButtonGroup/ButtonGroup.js +1 -1
- package/dist/components/actions/ButtonSplit/ButtonSplit.js +1 -1
- package/dist/components/actions/ButtonSplit/context.js +1 -1
- package/dist/components/actions/CommandMenu/CommandMenu.js +1 -1
- package/dist/components/actions/CommandMenu/styled.js +1 -1
- package/dist/components/actions/ItemAction/ItemAction.js +1 -1
- package/dist/components/actions/ItemActionContext.js +1 -1
- package/dist/components/actions/ItemButton/ItemButton.js +1 -1
- package/dist/components/actions/Link/Link.js +1 -1
- package/dist/components/actions/Menu/Menu.js +1 -1
- package/dist/components/actions/Menu/MenuItem.js +1 -1
- package/dist/components/actions/Menu/MenuSection.js +1 -1
- package/dist/components/actions/Menu/MenuTrigger.js +1 -1
- package/dist/components/actions/Menu/SubMenuTrigger.js +1 -1
- package/dist/components/actions/Menu/SubmenuTriggerContext.js +1 -1
- package/dist/components/actions/Menu/context.js +1 -1
- package/dist/components/actions/Menu/styled.js +1 -1
- package/dist/components/actions/index.js +1 -1
- package/dist/components/actions/use-action.js +1 -1
- package/dist/components/actions/use-anchored-menu.js +1 -1
- package/dist/components/actions/use-context-menu.js +1 -1
- package/dist/components/content/ActiveZone/ActiveZone.js +1 -1
- package/dist/components/content/Alert/Alert.js +1 -1
- package/dist/components/content/Alert/use-alert.js +1 -1
- package/dist/components/content/Avatar/Avatar.js +1 -1
- package/dist/components/content/Badge/Badge.js +1 -1
- package/dist/components/content/Card/Card.js +1 -1
- package/dist/components/content/Content.js +1 -1
- package/dist/components/content/CopyPasteBlock/CopyPasteBlock.js +1 -1
- package/dist/components/content/CopySnippet/CopySnippet.js +1 -1
- package/dist/components/content/Disclosure/Disclosure.js +1 -1
- package/dist/components/content/Divider.js +1 -1
- package/dist/components/content/Footer.js +1 -1
- package/dist/components/content/Header.js +1 -1
- package/dist/components/content/HotKeys/HotKeys.js +1 -1
- package/dist/components/content/InfoBadge/InfoBadge.js +1 -1
- package/dist/components/content/InlineInput/InlineInput.js +1 -1
- package/dist/components/content/Item/Item.js +1 -1
- package/dist/components/content/ItemBadge/ItemBadge.js +1 -1
- package/dist/components/content/ItemCard/ItemCard.js +1 -1
- package/dist/components/content/Layout/GridLayout.js +1 -1
- package/dist/components/content/Layout/Layout.js +1 -1
- package/dist/components/content/Layout/LayoutBlock.js +1 -1
- package/dist/components/content/Layout/LayoutCenter.js +1 -1
- package/dist/components/content/Layout/LayoutContainer.js +1 -1
- package/dist/components/content/Layout/LayoutContent.js +1 -1
- package/dist/components/content/Layout/LayoutContext.js +1 -1
- package/dist/components/content/Layout/LayoutFlex.js +1 -1
- package/dist/components/content/Layout/LayoutFooter.js +1 -1
- package/dist/components/content/Layout/LayoutGrid.js +1 -1
- package/dist/components/content/Layout/LayoutHeader.js +1 -1
- package/dist/components/content/Layout/LayoutPane.js +1 -1
- package/dist/components/content/Layout/LayoutPanel.js +1 -1
- package/dist/components/content/Layout/LayoutPanelHeader.js +1 -1
- package/dist/components/content/Layout/LayoutToolbar.js +1 -1
- package/dist/components/content/Layout/hooks/useTinyScrollbar.js +1 -1
- package/dist/components/content/Layout/index.js +1 -1
- package/dist/components/content/Layout/utils.js +1 -1
- package/dist/components/content/Paragraph.js +1 -1
- package/dist/components/content/Placeholder/Placeholder.js +1 -1
- package/dist/components/content/PrismCode/PrismCode.js +1 -1
- package/dist/components/content/PrismCode/prismSetup.js +1 -1
- package/dist/components/content/PrismDiffCode/PrismDiffCode.js +1 -1
- package/dist/components/content/Result/Result.js +1 -1
- package/dist/components/content/Skeleton/Skeleton.js +1 -1
- package/dist/components/content/Tag/Tag.js +1 -1
- package/dist/components/content/Text.d.ts +28 -28
- package/dist/components/content/Text.js +1 -1
- package/dist/components/content/TextItem/TextItem.js +1 -1
- package/dist/components/content/Title.js +1 -1
- package/dist/components/content/Tree/Tree.js +1 -1
- package/dist/components/content/Tree/TreeNode.js +1 -1
- package/dist/components/content/Tree/styled.js +1 -1
- package/dist/components/content/Tree/tree-index.js +1 -1
- package/dist/components/content/Tree/use-checkbox-tree.js +1 -1
- package/dist/components/content/Tree/use-load-data.js +1 -1
- package/dist/components/content/highlightText.js +1 -1
- package/dist/components/content/use-auto-tooltip.js +1 -1
- package/dist/components/fields/Checkbox/Checkbox.js +1 -1
- package/dist/components/fields/Checkbox/CheckboxGroup.js +1 -1
- package/dist/components/fields/Checkbox/context.js +1 -1
- package/dist/components/fields/ComboBox/ComboBox.js +1 -1
- package/dist/components/fields/CommandTextArea/CommandTextArea.js +1 -1
- package/dist/components/fields/CommandTextArea/caretPosition.js +1 -1
- package/dist/components/fields/CommandTextArea/useCaretAnchor.js +1 -1
- package/dist/components/fields/DatePicker/DateInput.js +1 -1
- package/dist/components/fields/DatePicker/DateInputBase.js +1 -1
- package/dist/components/fields/DatePicker/DatePicker.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerButton.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerElement.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerInput.js +1 -1
- package/dist/components/fields/DatePicker/DatePickerSegment.js +1 -1
- package/dist/components/fields/DatePicker/DateRangePicker.js +1 -1
- package/dist/components/fields/DatePicker/DateRangeSeparatedPicker.js +1 -1
- package/dist/components/fields/DatePicker/MonthPicker.js +1 -1
- package/dist/components/fields/DatePicker/PeriodPicker.js +1 -1
- package/dist/components/fields/DatePicker/QuarterPicker.js +1 -1
- package/dist/components/fields/DatePicker/TimeInput.js +1 -1
- package/dist/components/fields/DatePicker/WeekPicker.js +1 -1
- package/dist/components/fields/DatePicker/YearPicker.js +1 -1
- package/dist/components/fields/DatePicker/parseDate.js +1 -1
- package/dist/components/fields/DatePicker/period.js +1 -1
- package/dist/components/fields/DatePicker/props.js +1 -1
- package/dist/components/fields/DatePicker/utils.js +1 -1
- package/dist/components/fields/FileInput/FileInput.js +1 -1
- package/dist/components/fields/FilterListBox/FilterListBox.js +1 -1
- package/dist/components/fields/FilterPicker/FilterPicker.js +1 -1
- package/dist/components/fields/Input/Input.js +1 -1
- package/dist/components/fields/ListBox/DraggableListBox.js +1 -1
- package/dist/components/fields/ListBox/ListBox.js +1 -1
- package/dist/components/fields/ListBoxPopover/ListBoxPopover.js +1 -1
- package/dist/components/fields/ListBoxPopover/index.d.ts +1 -0
- package/dist/components/fields/ListBoxPopover/listNavigation.js +1 -1
- package/dist/components/fields/ListBoxPopover/useCompositeFocus.d.ts +2 -0
- package/dist/components/fields/ListBoxPopover/useCompositeFocus.js +1 -1
- package/dist/components/fields/NumberInput/NumberInput.js +1 -1
- package/dist/components/fields/NumberInput/StepButton.js +1 -1
- package/dist/components/fields/PasswordInput/PasswordInput.js +1 -1
- package/dist/components/fields/Picker/Picker.js +1 -1
- package/dist/components/fields/RadioGroup/Radio.js +1 -1
- package/dist/components/fields/RadioGroup/RadioGroup.js +1 -1
- package/dist/components/fields/RadioGroup/context.js +1 -1
- package/dist/components/fields/SearchComboBox/SearchComboBox.js +1 -1
- package/dist/components/fields/SearchInput/SearchInput.js +1 -1
- package/dist/components/fields/Select/Select.js +1 -1
- package/dist/components/fields/Slider/Gradation.js +1 -1
- package/dist/components/fields/Slider/HueSlider.js +1 -1
- package/dist/components/fields/Slider/RangeSlider.js +1 -1
- package/dist/components/fields/Slider/Slider.js +1 -1
- package/dist/components/fields/Slider/SliderBase.js +1 -1
- package/dist/components/fields/Slider/SliderThumb.js +1 -1
- package/dist/components/fields/Slider/SliderTrack.js +1 -1
- package/dist/components/fields/Slider/elements.js +1 -1
- package/dist/components/fields/Slider/index.js +1 -1
- package/dist/components/fields/Switch/Switch.js +1 -1
- package/dist/components/fields/TextArea/TextArea.js +1 -1
- package/dist/components/fields/TextInput/TextInput.js +1 -1
- package/dist/components/fields/TextInput/TextInputBase.js +1 -1
- package/dist/components/fields/TextInputMapper/TextInputMapper.js +1 -1
- package/dist/components/form/FieldWrapper/FieldWrapper.js +1 -1
- package/dist/components/form/Form/Field.js +1 -1
- package/dist/components/form/Form/Form.js +1 -1
- package/dist/components/form/Form/ResetButton/ResetButton.js +1 -1
- package/dist/components/form/Form/SubmitButton/SubmitButton.js +1 -1
- package/dist/components/form/Form/SubmitError.js +1 -1
- package/dist/components/form/Form/index.js +1 -1
- package/dist/components/form/Form/use-field/use-field-props.js +1 -1
- package/dist/components/form/Form/use-field/use-field.js +1 -1
- package/dist/components/form/Form/use-form.js +1 -1
- package/dist/components/form/Form/validation.js +1 -1
- package/dist/components/form/Label.js +1 -1
- package/dist/components/form/validation/ValidationIndicator.js +1 -1
- package/dist/components/form/validation/resolve-validation-props.js +1 -1
- package/dist/components/form/validation/use-validation-props.js +1 -1
- package/dist/components/form/wrapper.js +1 -1
- package/dist/components/helpers/DisplayTransition/DisplayTransition.js +1 -1
- package/dist/components/helpers/IconSwitch/IconSwitch.js +1 -1
- package/dist/components/layout/Board/Board.d.ts +55 -1
- package/dist/components/layout/Board/Board.js +273 -74
- package/dist/components/layout/Board/Board.js.map +1 -1
- package/dist/components/layout/Board/BoardProvider.js +1 -1
- package/dist/components/layout/Board/BoardResponsive.js +1 -1
- package/dist/components/layout/Board/Widget.d.ts +16 -0
- package/dist/components/layout/Board/Widget.js +6 -3
- package/dist/components/layout/Board/Widget.js.map +1 -1
- package/dist/components/layout/Board/WidgetHost.js +85 -15
- package/dist/components/layout/Board/WidgetHost.js.map +1 -1
- package/dist/components/layout/Board/board-context.js +1 -1
- package/dist/components/layout/Board/board-context.js.map +1 -1
- package/dist/components/layout/Board/board-store.js +2 -2
- package/dist/components/layout/Board/board-store.js.map +1 -1
- package/dist/components/layout/Board/grid-core/calculate.js +1 -1
- package/dist/components/layout/Board/grid-core/collision.js +1 -1
- package/dist/components/layout/Board/grid-core/compactors.js +1 -1
- package/dist/components/layout/Board/grid-core/constraints.js +1 -1
- package/dist/components/layout/Board/grid-core/group-move.js +132 -0
- package/dist/components/layout/Board/grid-core/group-move.js.map +1 -0
- package/dist/components/layout/Board/grid-core/layout.js +1 -1
- package/dist/components/layout/Board/grid-core/sort.js +1 -1
- package/dist/components/layout/Board/index.d.ts +2 -1
- package/dist/components/layout/Board/index.js +2 -2
- package/dist/components/layout/Board/index.js.map +1 -1
- package/dist/components/layout/Board/responsive-utils.js +1 -1
- package/dist/components/layout/Board/use-board-layout.js +17 -12
- package/dist/components/layout/Board/use-board-layout.js.map +1 -1
- package/dist/components/layout/Board/use-board-registry.js +139 -20
- package/dist/components/layout/Board/use-board-registry.js.map +1 -1
- package/dist/components/layout/Board/use-board-select-modifier-key.js +24 -0
- package/dist/components/layout/Board/use-board-select-modifier-key.js.map +1 -0
- package/dist/components/layout/Board/use-board-selection.d.ts +8 -0
- package/dist/components/layout/Board/use-board-selection.js +113 -0
- package/dist/components/layout/Board/use-board-selection.js.map +1 -0
- package/dist/components/layout/Flex.js +1 -1
- package/dist/components/layout/Flow.js +1 -1
- package/dist/components/layout/Grid.js +1 -1
- package/dist/components/layout/Panel.js +1 -1
- package/dist/components/layout/Prefix.js +1 -1
- package/dist/components/layout/ResizablePanel.js +1 -1
- package/dist/components/layout/Space.js +1 -1
- package/dist/components/layout/Suffix.js +1 -1
- package/dist/components/navigation/Tabs/DraggableTabList.js +1 -1
- package/dist/components/navigation/Tabs/TabButton.js +1 -1
- package/dist/components/navigation/Tabs/TabDropIndicator.js +1 -1
- package/dist/components/navigation/Tabs/TabPanel.js +1 -1
- package/dist/components/navigation/Tabs/TabPicker.js +1 -1
- package/dist/components/navigation/Tabs/Tabs.js +1 -1
- package/dist/components/navigation/Tabs/TabsAction.js +1 -1
- package/dist/components/navigation/Tabs/TabsContext.js +1 -1
- package/dist/components/navigation/Tabs/popover-placement.js +1 -1
- package/dist/components/navigation/Tabs/styled.js +1 -1
- package/dist/components/navigation/Tabs/types.js +1 -1
- package/dist/components/navigation/Tabs/use-tab-editing.js +1 -1
- package/dist/components/navigation/Tabs/use-tab-indicator.js +1 -1
- package/dist/components/organisms/FileTabs/FileTabs.js +1 -1
- package/dist/components/organisms/StatsCard/StatsCard.js +1 -1
- package/dist/components/other/Calendar/Calendar.js +1 -1
- package/dist/components/other/Calendar/CalendarCell.js +1 -1
- package/dist/components/other/Calendar/CalendarGrid.js +1 -1
- package/dist/components/other/Calendar/PeriodCalendar.js +1 -1
- package/dist/components/other/Calendar/RangeCalendar.js +1 -1
- package/dist/components/other/CubeLogo/CubeLogo.js +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialog.js +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialogApiProvider.js +1 -1
- package/dist/components/overlays/AlertDialog/AlertDialogZone.js +1 -1
- package/dist/components/overlays/Dialog/Dialog.js +1 -1
- package/dist/components/overlays/Dialog/DialogContainer.js +1 -1
- package/dist/components/overlays/Dialog/DialogForm.js +1 -1
- package/dist/components/overlays/Dialog/DialogTrigger.js +1 -1
- package/dist/components/overlays/Dialog/context.js +1 -1
- package/dist/components/overlays/Dialog/use-dialog-container.js +1 -1
- package/dist/components/overlays/Modal/Modal.d.ts +2 -1
- package/dist/components/overlays/Modal/Modal.js +1 -1
- package/dist/components/overlays/Modal/OpenTransitionContext.js +1 -1
- package/dist/components/overlays/Modal/Overlay.d.ts +1 -0
- package/dist/components/overlays/Modal/Overlay.js +1 -1
- package/dist/components/overlays/Modal/Popover.js +1 -1
- package/dist/components/overlays/Modal/Tray.js +1 -1
- package/dist/components/overlays/Modal/Underlay.js +1 -1
- package/dist/components/overlays/Modal/types.d.ts +1 -0
- package/dist/components/overlays/Notifications/Notification.js +1 -1
- package/dist/components/overlays/Notifications/NotificationAction.js +1 -1
- package/dist/components/overlays/Notifications/NotificationCard.js +1 -1
- package/dist/components/overlays/Notifications/NotificationContext.d.ts +2 -0
- package/dist/components/overlays/Notifications/NotificationContext.js +1 -1
- package/dist/components/overlays/Notifications/NotificationItem.js +1 -1
- package/dist/components/overlays/Notifications/OverlayContainer.js +1 -1
- package/dist/components/overlays/Notifications/OverlayProvider.js +1 -1
- package/dist/components/overlays/Notifications/PersistentNotificationsList.js +1 -1
- package/dist/components/overlays/Notifications/dismissed-storage.js +1 -1
- package/dist/components/overlays/Notifications/format-relative-time.js +1 -1
- package/dist/components/overlays/Notifications/index.js +1 -1
- package/dist/components/overlays/Notifications/use-notification-state.js +1 -1
- package/dist/components/overlays/Notifications/use-notifications.js +1 -1
- package/dist/components/overlays/Notifications/use-overlay-timers.js +1 -1
- package/dist/components/overlays/Notifications/use-persistent-notifications.js +1 -1
- package/dist/components/overlays/Notifications/use-persistent-state.js +1 -1
- package/dist/components/overlays/Notifications/use-toast-state.js +1 -1
- package/dist/components/overlays/Toast/ToastItem.js +1 -1
- package/dist/components/overlays/Toast/index.js +1 -1
- package/dist/components/overlays/Toast/useProgressToast.js +1 -1
- package/dist/components/overlays/Toast/useToast.js +1 -1
- package/dist/components/overlays/Tooltip/Tooltip.js +1 -1
- package/dist/components/overlays/Tooltip/TooltipProvider.js +1 -1
- package/dist/components/overlays/Tooltip/TooltipTrigger.js +1 -1
- package/dist/components/overlays/Tooltip/context.js +1 -1
- package/dist/components/portal/Portal.js +1 -1
- package/dist/components/portal/PortalProvider.d.ts +2 -0
- package/dist/components/portal/PortalProvider.js +1 -1
- package/dist/components/portal/index.d.ts +1 -0
- package/dist/components/portal/usePortal.js +1 -1
- package/dist/components/shared/DraggableCollection.js +1 -1
- package/dist/components/shared/InvalidIcon.js +1 -1
- package/dist/components/shared/ValidIcon.js +1 -1
- package/dist/components/status/LoadingAnimation/LoadingAnimation.js +1 -1
- package/dist/components/status/Spin/Cube.js +1 -1
- package/dist/components/status/Spin/InternalSpinner.js +1 -1
- package/dist/components/status/Spin/Spin.js +1 -1
- package/dist/components/status/Spin/SpinsContainer.js +1 -1
- package/dist/data/item-themes.js +1 -1
- package/dist/data/themes.js +1 -1
- package/dist/eslint-plugin/defaults.generated.js +9 -1
- package/dist/eslint-plugin/defaults.generated.js.map +1 -1
- package/dist/eslint-plugin/index.js +1 -1
- package/dist/eslint-plugin/rules/no-redundant-default-prop.js +1 -1
- package/dist/i18n/I18nProvider.js +1 -1
- package/dist/i18n/createFormatter.js +1 -1
- package/dist/i18n/index.js +1 -1
- package/dist/i18n/instance.js +1 -1
- package/dist/i18n/locales/de-DE/uikit.js +9 -1
- package/dist/i18n/locales/en-US/uikit.js +9 -1
- package/dist/i18n/locales/en-US/uikit.json.d.ts +9 -1
- package/dist/i18n/locales/es-ES/uikit.js +9 -1
- package/dist/i18n/locales/es-MX/uikit.js +9 -1
- package/dist/i18n/locales/fr-FR/uikit.js +9 -1
- package/dist/i18n/locales/it-IT/uikit.js +9 -1
- package/dist/i18n/locales/ja-JP/uikit.js +9 -1
- package/dist/i18n/locales/nb-NO/uikit.js +9 -1
- package/dist/i18n/locales/pt-BR/uikit.js +9 -1
- package/dist/i18n/locales/pt-PT/uikit.js +9 -1
- package/dist/i18n/locales/sv-SE/uikit.js +9 -1
- package/dist/i18n/locales/vi-VN/uikit.js +9 -1
- package/dist/i18n/locales.js +1 -1
- package/dist/i18n/useFormatter.js +1 -1
- package/dist/i18n/useI18n.js +1 -1
- package/dist/icons/AdjustmentsHorizontalIcon.js +1 -1
- package/dist/icons/AdjustmentsIcon.js +1 -1
- package/dist/icons/AiIcon.js +1 -1
- package/dist/icons/AreaChartIcon.js +1 -1
- package/dist/icons/BackwardIcon.js +1 -1
- package/dist/icons/BarChartIcon.js +1 -1
- package/dist/icons/BellFilledIcon.js +1 -1
- package/dist/icons/BellIcon.js +1 -1
- package/dist/icons/BooleanIcon.js +1 -1
- package/dist/icons/CalendarEditIcon.js +1 -1
- package/dist/icons/CalendarIcon.js +1 -1
- package/dist/icons/CaretDownIcon.js +1 -1
- package/dist/icons/CaretUpIcon.js +1 -1
- package/dist/icons/ChartAreaStackedIcon.js +1 -1
- package/dist/icons/ChartAreaStackedPercentageIcon.js +1 -1
- package/dist/icons/ChartBarGroupedHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarGroupedIcon.js +1 -1
- package/dist/icons/ChartBarHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarLineIcon.js +1 -1
- package/dist/icons/ChartBarStackedHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarStackedIcon.js +1 -1
- package/dist/icons/ChartBarStackedPercentageHorizontalIcon.js +1 -1
- package/dist/icons/ChartBarStackedPercentageIcon.js +1 -1
- package/dist/icons/ChartBoxPlot2Icon.js +1 -1
- package/dist/icons/ChartBoxPlotIcon.js +1 -1
- package/dist/icons/ChartBubbleIcon.js +1 -1
- package/dist/icons/ChartDonut2Icon.js +1 -1
- package/dist/icons/ChartFunnelIcon.js +1 -1
- package/dist/icons/ChartHeatmapIcon.js +1 -1
- package/dist/icons/ChartKPIIcon.js +1 -1
- package/dist/icons/ChartPie2Icon.js +1 -1
- package/dist/icons/ChartScatterIcon.js +1 -1
- package/dist/icons/CheckCircleFilledIcon.js +1 -1
- package/dist/icons/CheckCircleIcon.js +1 -1
- package/dist/icons/CheckIcon.js +1 -1
- package/dist/icons/CircleFilledIcon.js +1 -1
- package/dist/icons/ClearIcon.js +1 -1
- package/dist/icons/CloseCircleFilledIcon.js +1 -1
- package/dist/icons/CloseCircleIcon.js +1 -1
- package/dist/icons/CloseIcon.js +1 -1
- package/dist/icons/CodeIcon.js +1 -1
- package/dist/icons/ColumnTotalIcon.js +1 -1
- package/dist/icons/CopyIcon.js +1 -1
- package/dist/icons/CountIcon.js +1 -1
- package/dist/icons/CubeIcon.js +1 -1
- package/dist/icons/CubePauseIcon.js +1 -1
- package/dist/icons/CubePlayIcon.js +1 -1
- package/dist/icons/CurrencyDollarIcon.js +1 -1
- package/dist/icons/DangerIcon.js +1 -1
- package/dist/icons/DashboardIcon.js +1 -1
- package/dist/icons/DatabaseIcon.js +1 -1
- package/dist/icons/DecimalDecreaseIcon.js +1 -1
- package/dist/icons/DecimalIncreaseIcon.js +1 -1
- package/dist/icons/DirectionIcon.js +1 -1
- package/dist/icons/DonutIcon.js +1 -1
- package/dist/icons/DownIcon.js +1 -1
- package/dist/icons/EditIcon.js +1 -1
- package/dist/icons/ExclamationCircleFilledIcon.js +1 -1
- package/dist/icons/ExclamationCircleIcon.js +1 -1
- package/dist/icons/ExclamationIcon.js +1 -1
- package/dist/icons/EyeIcon.js +1 -1
- package/dist/icons/EyeInvisibleIcon.js +1 -1
- package/dist/icons/FilterIcon.js +1 -1
- package/dist/icons/FolderFilledIcon.js +1 -1
- package/dist/icons/FolderIcon.js +1 -1
- package/dist/icons/FolderOpenFilledIcon.js +1 -1
- package/dist/icons/FolderOpenIcon.js +1 -1
- package/dist/icons/ForwardIcon.js +1 -1
- package/dist/icons/GripVerticalIcon.js +1 -1
- package/dist/icons/HierarchyIcon.js +1 -1
- package/dist/icons/HierarchyOpenIcon.js +1 -1
- package/dist/icons/Icon.js +1 -1
- package/dist/icons/InfoCircleIcon.js +1 -1
- package/dist/icons/InfoIcon.js +1 -1
- package/dist/icons/KeyIcon.js +1 -1
- package/dist/icons/LeftIcon.js +1 -1
- package/dist/icons/LineChartIcon.js +1 -1
- package/dist/icons/LoadingIcon.js +1 -1
- package/dist/icons/LockFilledIcon.js +1 -1
- package/dist/icons/LockIcon.js +1 -1
- package/dist/icons/MoreIcon.js +1 -1
- package/dist/icons/NotAllowedIcon.js +1 -1
- package/dist/icons/Number123Icon.js +1 -1
- package/dist/icons/NumberIcon.js +1 -1
- package/dist/icons/PauseCircleFilledIcon.js +1 -1
- package/dist/icons/PauseCircleIcon.js +1 -1
- package/dist/icons/PauseIcon.js +1 -1
- package/dist/icons/PercentageIcon.js +1 -1
- package/dist/icons/PieChartIcon.js +1 -1
- package/dist/icons/PlayCircleIcon.js +1 -1
- package/dist/icons/PlayIcon.js +1 -1
- package/dist/icons/PlusIcon.js +1 -1
- package/dist/icons/ProgressBarIcon.js +1 -1
- package/dist/icons/ReloadIcon.js +1 -1
- package/dist/icons/ReportIcon.js +1 -1
- package/dist/icons/ReturnIcon.js +1 -1
- package/dist/icons/RightIcon.js +1 -1
- package/dist/icons/RowTotalsIcon.js +1 -1
- package/dist/icons/SchemeIcon.js +1 -1
- package/dist/icons/SearchIcon.js +1 -1
- package/dist/icons/SemanticQueryIcon.js +1 -1
- package/dist/icons/SettingsIcon.js +1 -1
- package/dist/icons/ShieldFilledIcon.js +1 -1
- package/dist/icons/ShieldIcon.js +1 -1
- package/dist/icons/SlashIcon.js +1 -1
- package/dist/icons/SparklesIcon.js +1 -1
- package/dist/icons/SqlIcon.js +1 -1
- package/dist/icons/StatsIcon.js +1 -1
- package/dist/icons/StopIcon.js +1 -1
- package/dist/icons/StringIcon.js +1 -1
- package/dist/icons/SubtotalsIcon.js +1 -1
- package/dist/icons/SwitchIcon.js +1 -1
- package/dist/icons/TableIcon.js +1 -1
- package/dist/icons/ThumbsDownIcon.js +1 -1
- package/dist/icons/ThumbsUpIcon.js +1 -1
- package/dist/icons/ThunderboltCrossedIcon.js +1 -1
- package/dist/icons/ThunderboltFilledIcon.js +1 -1
- package/dist/icons/ThunderboltIcon.js +1 -1
- package/dist/icons/TimeIcon.js +1 -1
- package/dist/icons/TrashIcon.js +1 -1
- package/dist/icons/UnlockIcon.js +1 -1
- package/dist/icons/UpIcon.js +1 -1
- package/dist/icons/UserGroupIcon.js +1 -1
- package/dist/icons/UserIcon.js +1 -1
- package/dist/icons/UserLockIcon.js +1 -1
- package/dist/icons/ViewIcon.js +1 -1
- package/dist/icons/WarningFilledIcon.js +1 -1
- package/dist/icons/WarningIcon.js +1 -1
- package/dist/icons/wrap-icon.js +1 -1
- package/dist/index.d.ts +3 -2
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/provider.js +1 -1
- package/dist/providers/TrackingProvider.js +1 -1
- package/dist/providers/navigationAdapter.default.js +1 -1
- package/dist/tokens/base.js +1 -1
- package/dist/tokens/colors.js +1 -1
- package/dist/tokens/index.js +1 -1
- package/dist/tokens/layout.js +1 -1
- package/dist/tokens/lazy-styles.js +1 -1
- package/dist/tokens/palette-config.js +1 -1
- package/dist/tokens/palette.js +1 -1
- package/dist/tokens/shadows.js +1 -1
- package/dist/tokens/sizes.js +1 -1
- package/dist/tokens/spacing.js +1 -1
- package/dist/tokens/typography.js +1 -1
- package/dist/utils/ResizeSensor.js +1 -1
- package/dist/utils/is-dev-env.js +1 -1
- package/dist/utils/modules.js +1 -1
- package/dist/utils/promise.js +1 -1
- package/dist/utils/raf.js +1 -1
- package/dist/utils/random.js +1 -1
- package/dist/utils/range.js +1 -1
- package/dist/utils/react/RenderCache.js +1 -1
- package/dist/utils/react/Slots.js +1 -1
- package/dist/utils/react/chain.js +1 -1
- package/dist/utils/react/forwardRefWithGenerics.js +1 -1
- package/dist/utils/react/index.js +1 -1
- package/dist/utils/react/interactions.js +1 -1
- package/dist/utils/react/isTextOnly.js +1 -1
- package/dist/utils/react/mapProps.js +1 -1
- package/dist/utils/react/mergeProps.js +1 -1
- package/dist/utils/react/nullableValue.js +1 -1
- package/dist/utils/react/resolveIcon.js +1 -1
- package/dist/utils/react/sharedStore.js +1 -1
- package/dist/utils/react/useCombinedRefs.js +1 -1
- package/dist/utils/react/useControlledFocusVisible.js +1 -1
- package/dist/utils/react/useEventBus.js +1 -1
- package/dist/utils/react/useId.js +1 -1
- package/dist/utils/react/useIsDarwin.js +1 -1
- package/dist/utils/react/useKeySymbols.js +1 -1
- package/dist/utils/react/useLayoutEffect.d.ts +1 -1
- package/dist/utils/react/useLayoutEffect.js +1 -1
- package/dist/utils/react/useLocalStorage.js +1 -1
- package/dist/utils/react/useMergeStyles.js +1 -1
- package/dist/utils/react/usePopoverSync.js +1 -1
- package/dist/utils/react/useQaProps.js +1 -1
- package/dist/utils/react/useViewportSize.js +1 -1
- package/dist/utils/react/wrapNodeIfPlain.js +1 -1
- package/dist/utils/selection.js +1 -1
- package/dist/utils/styles.js +1 -1
- package/dist/utils/tree.js +1 -1
- package/dist/utils/warnings.js +1 -1
- package/dist/version.js +2 -2
- package/docs/components/layout/Board.md +155 -6
- package/package.json +1 -1
|
@@ -1,7 +1,9 @@
|
|
|
1
|
-
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-
|
|
1
|
+
/** @license MIT | @cube-dev/ui-kit v0.0.0-canary-a0587e9 | Cube Dev Team */
|
|
2
2
|
import { extractStyles } from "../../../utils/styles.js";
|
|
3
|
+
import { mergeProps as mergeProps$1 } from "../../../utils/react/mergeProps.js";
|
|
3
4
|
import { useCombinedRefs } from "../../../utils/react/useCombinedRefs.js";
|
|
4
5
|
import { useEvent } from "../../../_internal/hooks/use-event.js";
|
|
6
|
+
import { useI18n } from "../../../i18n/useI18n.js";
|
|
5
7
|
import { BoardGridLinesContext, BoardMetricsContext, useBoardGridLines, useBoardHost, useBoardMetrics, useBoardRegistry } from "./board-context.js";
|
|
6
8
|
import { getAllCollisions } from "./grid-core/collision.js";
|
|
7
9
|
import { bottom, cloneLayout, correctBounds, getLayoutItem, modifyLayout } from "./grid-core/layout.js";
|
|
@@ -10,10 +12,13 @@ import { calcGridColWidth, calcGridItemPosition, calcWH } from "./grid-core/calc
|
|
|
10
12
|
import { applySizeConstraints, defaultConstraints } from "./grid-core/constraints.js";
|
|
11
13
|
import { BoardProvider } from "./BoardProvider.js";
|
|
12
14
|
import { useBoardLayout } from "./use-board-layout.js";
|
|
15
|
+
import { useBoardSelectModifierKey } from "./use-board-select-modifier-key.js";
|
|
16
|
+
import { useBoardSelection } from "./use-board-selection.js";
|
|
13
17
|
import { WidgetHost } from "./WidgetHost.js";
|
|
14
18
|
import { CONTAINER_STYLES, filterBaseProps, mergeStyles, tasty } from "@tenphi/tasty";
|
|
15
19
|
import { forwardRef, useEffect, useId, useMemo, useRef, useState, useSyncExternalStore } from "react";
|
|
16
20
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
21
|
+
import { useFocusWithin } from "react-aria";
|
|
17
22
|
import { useResizeObserver } from "@react-aria/utils";
|
|
18
23
|
|
|
19
24
|
//#region src/components/layout/Board/Board.tsx
|
|
@@ -39,15 +44,40 @@ const PlaceholderElement = tasty({
|
|
|
39
44
|
position: "absolute",
|
|
40
45
|
top: 0,
|
|
41
46
|
left: 0,
|
|
42
|
-
fill: "#
|
|
47
|
+
fill: "#primary.10",
|
|
43
48
|
radius: "1cr",
|
|
44
|
-
border: "#
|
|
49
|
+
border: "#primary.40",
|
|
45
50
|
zIndex: 2,
|
|
46
51
|
pointerEvents: "none",
|
|
47
52
|
transition: "inset 80ms linear, width 80ms linear, height 80ms linear",
|
|
48
53
|
boxSizing: "border-box"
|
|
49
54
|
}
|
|
50
55
|
});
|
|
56
|
+
const MarqueeElement = tasty({
|
|
57
|
+
qa: "BoardMarquee",
|
|
58
|
+
styles: {
|
|
59
|
+
position: "absolute",
|
|
60
|
+
top: 0,
|
|
61
|
+
left: 0,
|
|
62
|
+
fill: "#primary-accent-surface.06",
|
|
63
|
+
border: "1bw dashed #primary-border",
|
|
64
|
+
radius: "1cr",
|
|
65
|
+
zIndex: 3,
|
|
66
|
+
pointerEvents: "none",
|
|
67
|
+
boxSizing: "border-box"
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
const A11yLayer = tasty({ styles: {
|
|
71
|
+
position: "absolute",
|
|
72
|
+
width: "1px",
|
|
73
|
+
height: "1px",
|
|
74
|
+
padding: 0,
|
|
75
|
+
margin: "-1px",
|
|
76
|
+
overflow: "hidden",
|
|
77
|
+
clipPath: "inset(50%)",
|
|
78
|
+
whiteSpace: "nowrap",
|
|
79
|
+
border: 0
|
|
80
|
+
} });
|
|
51
81
|
const GridOverlayElement = tasty({
|
|
52
82
|
qa: "BoardGridOverlay",
|
|
53
83
|
styles: {
|
|
@@ -58,12 +88,32 @@ const GridOverlayElement = tasty({
|
|
|
58
88
|
opacity: ".5"
|
|
59
89
|
}
|
|
60
90
|
});
|
|
91
|
+
/**
|
|
92
|
+
* Descendants whose clicks never change the selection. A widget is a large
|
|
93
|
+
* surface the user also clicks to *work with*, so anything interactive inside it
|
|
94
|
+
* must keep its click. `[data-no-select]` is the escape hatch for an app's own
|
|
95
|
+
* custom controls.
|
|
96
|
+
*/
|
|
97
|
+
const BOARD_SELECTION_CANCEL = "input,textarea,select,button,a,[role=\"button\"],[role=\"menuitem\"],[role=\"checkbox\"],[role=\"switch\"],[role=\"tab\"],[contenteditable=\"true\"],[data-no-select]";
|
|
98
|
+
/** Manhattan distance a pointer must travel before a press becomes a marquee. */
|
|
99
|
+
const MARQUEE_THRESHOLD = 4;
|
|
100
|
+
/**
|
|
101
|
+
* Whether an event landed in a text-editing context. Checking the *event target*
|
|
102
|
+
* beats `document.activeElement`: it stays correct for content rendered through
|
|
103
|
+
* a portal, and it cannot be fooled by focus that moved between the keystroke
|
|
104
|
+
* and the handler.
|
|
105
|
+
*/
|
|
106
|
+
function isEditableTarget(target) {
|
|
107
|
+
const el = target;
|
|
108
|
+
if (!el || typeof el.closest !== "function") return false;
|
|
109
|
+
return !!el.closest("input,textarea,select,[contenteditable=\"true\"]");
|
|
110
|
+
}
|
|
61
111
|
function compactTypeToCore(compact) {
|
|
62
112
|
if (compact === "free") return null;
|
|
63
113
|
return compact;
|
|
64
114
|
}
|
|
65
115
|
function BoardInner(props, ref) {
|
|
66
|
-
const { id: providedId, layout: controlledLayout, defaultLayout, onLayoutChange, onDragStart, onDrag, onDragStop, onResizeStart, onResize: onResizeProp, onResizeStop, cols = 12, rowHeight = 100, margin = [8, 8], containerPadding, maxRows = Infinity, compact = "vertical", allowOverlap = false, preventCollision = false, isDraggable = true, isResizable = true, isDroppable = true, resizeHandles = ["se"], dragCancel, dragHandle, showGridLines, isAligned = false, constraints, width: providedWidth, widgetProps, children, ...otherProps } = props;
|
|
116
|
+
const { id: providedId, layout: controlledLayout, defaultLayout, onLayoutChange, onDragStart, onDrag, onDragStop, onResizeStart, onResize: onResizeProp, onResizeStop, cols = 12, rowHeight = 100, margin = [8, 8], containerPadding, maxRows = Infinity, compact = "vertical", allowOverlap = false, preventCollision = false, isDraggable = true, isResizable = true, isDroppable = true, resizeHandles = ["se"], dragCancel, dragHandle, showGridLines, isAligned = false, selectionMode = "none", selectedKeys, defaultSelectedKeys, onSelectionChange, selectionCancel = BOARD_SELECTION_CANCEL, allowMarqueeSelection = selectionMode === "multiple", onWidgetsDelete, constraints, width: providedWidth, widgetProps, children, ...otherProps } = props;
|
|
67
117
|
const registry = useBoardRegistry();
|
|
68
118
|
const parentMetrics = useBoardMetrics();
|
|
69
119
|
const host = useBoardHost();
|
|
@@ -77,6 +127,8 @@ function BoardInner(props, ref) {
|
|
|
77
127
|
const effectiveShowGridLines = showGridLines ?? (inheritedGridLines ? "drag" : false);
|
|
78
128
|
const generatedId = useId();
|
|
79
129
|
const boardId = providedId ?? generatedId;
|
|
130
|
+
const selectedHintId = `${generatedId}-selected`;
|
|
131
|
+
const { t } = useI18n();
|
|
80
132
|
const containerRef = useCombinedRefs(ref);
|
|
81
133
|
const contentRef = useRef(null);
|
|
82
134
|
const [measuredWidth, setMeasuredWidth] = useState(0);
|
|
@@ -97,15 +149,27 @@ function BoardInner(props, ref) {
|
|
|
97
149
|
useEffect(() => {
|
|
98
150
|
if (providedWidth == null) onResizeContainer();
|
|
99
151
|
}, [providedWidth]);
|
|
100
|
-
const { layout, layoutRef, placeholder, placeholderRef,
|
|
152
|
+
const { layout, layoutRef, placeholders, placeholder, placeholdersRef, placeholderRef, setPlaceholders, applyLayout } = useBoardLayout({
|
|
101
153
|
layout: controlledLayout,
|
|
102
154
|
defaultLayout,
|
|
103
155
|
onLayoutChange
|
|
104
156
|
});
|
|
157
|
+
const { selectedKeySet, selectedKeysRef, setSelection, select, clearSelection, announcement } = useBoardSelection({
|
|
158
|
+
selectionMode,
|
|
159
|
+
selectedKeys,
|
|
160
|
+
defaultSelectedKeys,
|
|
161
|
+
onSelectionChange,
|
|
162
|
+
layout,
|
|
163
|
+
getLabel: useEvent((key) => {
|
|
164
|
+
const registration = registry.store.get(key);
|
|
165
|
+
return registration?.["aria-label"] ?? registration?.qa ?? key;
|
|
166
|
+
})
|
|
167
|
+
});
|
|
168
|
+
const selectModifierKey = useBoardSelectModifierKey();
|
|
105
169
|
useSyncExternalStore(registry.store.subscribe, registry.store.getVersion);
|
|
106
170
|
const effectiveMargin = aligned ? parentMetrics.margin : margin;
|
|
107
171
|
const resolvedPadding = containerPadding ?? (aligned ? [0, 0] : effectiveMargin);
|
|
108
|
-
const rows = Math.max(bottom(layout),
|
|
172
|
+
const rows = Math.max(bottom(layout), ...placeholders.map((p) => p.y + p.h), 0);
|
|
109
173
|
const parentColWidth = aligned ? parentMetrics.colWidth : 0;
|
|
110
174
|
const alignedCols = aligned && width > 0 ? Math.max(1, Math.floor((width - resolvedPadding[0] * 2 + effectiveMargin[0] + 2) / (parentColWidth + effectiveMargin[0]))) : cols;
|
|
111
175
|
const effectiveCols = aligned ? alignedCols : cols;
|
|
@@ -153,7 +217,7 @@ function BoardInner(props, ref) {
|
|
|
153
217
|
isDroppable
|
|
154
218
|
};
|
|
155
219
|
const applyLayoutEvent = useEvent(applyLayout);
|
|
156
|
-
const
|
|
220
|
+
const setPlaceholdersEvent = useEvent(setPlaceholders);
|
|
157
221
|
const entryRef = useRef(null);
|
|
158
222
|
if (!entryRef.current) entryRef.current = {
|
|
159
223
|
id: boardId,
|
|
@@ -165,8 +229,9 @@ function BoardInner(props, ref) {
|
|
|
165
229
|
getMaxRows: () => liveRef.current.maxRows,
|
|
166
230
|
getContainerHeight: () => liveRef.current.containerHeight,
|
|
167
231
|
getLayout: () => layoutRef.current,
|
|
232
|
+
getSelectedKeys: () => selectedKeysRef.current.size > 0 ? selectedKeysRef.current : null,
|
|
168
233
|
applyLayout: (next, commit) => applyLayoutEvent(next, commit),
|
|
169
|
-
|
|
234
|
+
setPlaceholders: (items) => setPlaceholdersEvent(items),
|
|
170
235
|
isDroppable: () => liveRef.current.isDroppable
|
|
171
236
|
};
|
|
172
237
|
useEffect(() => {
|
|
@@ -235,12 +300,15 @@ function BoardInner(props, ref) {
|
|
|
235
300
|
accX: 0,
|
|
236
301
|
accY: 0
|
|
237
302
|
};
|
|
238
|
-
|
|
303
|
+
setPlaceholders([{ ...item }]);
|
|
239
304
|
onResizeStart?.({
|
|
240
305
|
layout: layoutRef.current,
|
|
241
306
|
item: { ...item },
|
|
242
307
|
oldItem: { ...item },
|
|
243
|
-
placeholder: { ...item }
|
|
308
|
+
placeholder: { ...item },
|
|
309
|
+
items: [{ ...item }],
|
|
310
|
+
oldItems: [{ ...item }],
|
|
311
|
+
placeholders: [{ ...item }]
|
|
244
312
|
});
|
|
245
313
|
return;
|
|
246
314
|
}
|
|
@@ -249,12 +317,16 @@ function BoardInner(props, ref) {
|
|
|
249
317
|
if (phase === "end") {
|
|
250
318
|
const finalLayout = [...layoutRef.current];
|
|
251
319
|
applyLayout(finalLayout, true);
|
|
252
|
-
|
|
320
|
+
setPlaceholders([]);
|
|
321
|
+
const resizedItem = getLayoutItem(finalLayout, id) ?? rs.item;
|
|
253
322
|
onResizeStop?.({
|
|
254
323
|
layout: finalLayout,
|
|
255
|
-
item:
|
|
324
|
+
item: resizedItem,
|
|
256
325
|
oldItem: rs.item,
|
|
257
|
-
placeholder: null
|
|
326
|
+
placeholder: null,
|
|
327
|
+
items: [resizedItem],
|
|
328
|
+
oldItems: [rs.item],
|
|
329
|
+
placeholders: []
|
|
258
330
|
});
|
|
259
331
|
resizeStateRef.current = null;
|
|
260
332
|
return;
|
|
@@ -307,12 +379,16 @@ function BoardInner(props, ref) {
|
|
|
307
379
|
const compacted = [...compactor.compact(working, pp.cols)];
|
|
308
380
|
applyLayout(compacted, false);
|
|
309
381
|
const nextPlaceholder = getLayoutItem(compacted, id) ?? newItem;
|
|
310
|
-
|
|
382
|
+
setPlaceholders([nextPlaceholder]);
|
|
383
|
+
const resizedItem = getLayoutItem(compacted, id) ?? newItem;
|
|
311
384
|
onResizeProp?.({
|
|
312
385
|
layout: compacted,
|
|
313
|
-
item:
|
|
386
|
+
item: resizedItem,
|
|
314
387
|
oldItem: rs.item,
|
|
315
|
-
placeholder: nextPlaceholder
|
|
388
|
+
placeholder: nextPlaceholder,
|
|
389
|
+
items: [resizedItem],
|
|
390
|
+
oldItems: [rs.item],
|
|
391
|
+
placeholders: [nextPlaceholder]
|
|
316
392
|
});
|
|
317
393
|
});
|
|
318
394
|
const handleAutoHeight = useEvent((id, neededRows) => {
|
|
@@ -328,23 +404,116 @@ function BoardInner(props, ref) {
|
|
|
328
404
|
applyLayout([...liveRef.current.compactor.compact(working, pp.cols)], true);
|
|
329
405
|
});
|
|
330
406
|
const dragOldItemRef = useRef(null);
|
|
407
|
+
const dragOldItemsRef = useRef([]);
|
|
331
408
|
const handleDragLifecycle = useEvent((id, phase) => {
|
|
332
409
|
const currentLayout = layoutRef.current;
|
|
333
410
|
const liveItem = getLayoutItem(currentLayout, id);
|
|
334
|
-
if (phase === "start")
|
|
411
|
+
if (phase === "start") {
|
|
412
|
+
dragOldItemRef.current = liveItem ? { ...liveItem } : null;
|
|
413
|
+
const ds = registry.getDragState();
|
|
414
|
+
dragOldItemsRef.current = ds && ds.itemId === id ? ds.items.map((it) => ({ ...it })) : [];
|
|
415
|
+
}
|
|
335
416
|
const oldItem = dragOldItemRef.current ?? liveItem;
|
|
336
417
|
if (!oldItem) return;
|
|
418
|
+
const item = liveItem ?? oldItem;
|
|
419
|
+
const oldItems = dragOldItemsRef.current.length ? dragOldItemsRef.current : [oldItem];
|
|
420
|
+
const items = oldItems.map((old) => getLayoutItem(currentLayout, old.i) ?? old);
|
|
337
421
|
const info = {
|
|
338
422
|
layout: currentLayout,
|
|
339
|
-
item
|
|
423
|
+
item,
|
|
340
424
|
oldItem,
|
|
341
|
-
placeholder: placeholderRef.current
|
|
425
|
+
placeholder: placeholderRef.current,
|
|
426
|
+
items,
|
|
427
|
+
oldItems,
|
|
428
|
+
placeholders: placeholdersRef.current
|
|
342
429
|
};
|
|
343
430
|
if (phase === "start") onDragStart?.(info);
|
|
344
431
|
else if (phase === "move") onDrag?.(info);
|
|
345
432
|
else {
|
|
346
433
|
onDragStop?.(info);
|
|
347
434
|
dragOldItemRef.current = null;
|
|
435
|
+
dragOldItemsRef.current = [];
|
|
436
|
+
}
|
|
437
|
+
});
|
|
438
|
+
const [marqueeRect, setMarqueeRect] = useState(null);
|
|
439
|
+
const handleContentPointerDown = useEvent((event) => {
|
|
440
|
+
if (selectionMode !== "multiple" || !allowMarqueeSelection || event.button !== 0 || registry.dragState) return;
|
|
441
|
+
const target = event.target;
|
|
442
|
+
if (target?.closest("[data-board-widget-host]")) return;
|
|
443
|
+
if (selectionCancel && target?.closest(selectionCancel)) return;
|
|
444
|
+
const content = contentRef.current;
|
|
445
|
+
if (!content) return;
|
|
446
|
+
const origin = content.getBoundingClientRect();
|
|
447
|
+
const startX = event.clientX;
|
|
448
|
+
const startY = event.clientY;
|
|
449
|
+
const additive = event[selectModifierKey] || event.shiftKey;
|
|
450
|
+
const base = additive ? [...selectedKeysRef.current] : [];
|
|
451
|
+
let passedThreshold = false;
|
|
452
|
+
const hitTest = (clientX, clientY) => {
|
|
453
|
+
const left = Math.min(startX, clientX) - origin.left;
|
|
454
|
+
const right = Math.max(startX, clientX) - origin.left;
|
|
455
|
+
const top = Math.min(startY, clientY) - origin.top;
|
|
456
|
+
const bottom = Math.max(startY, clientY) - origin.top;
|
|
457
|
+
const next = new Set(base);
|
|
458
|
+
for (const it of layoutRef.current) {
|
|
459
|
+
const pos = calcGridItemPosition(liveRef.current.positionParams, it.x, it.y, it.w, it.h);
|
|
460
|
+
if (pos.left < right && pos.left + pos.width > left && pos.top < bottom && pos.top + pos.height > top) next.add(it.i);
|
|
461
|
+
}
|
|
462
|
+
return {
|
|
463
|
+
next,
|
|
464
|
+
box: {
|
|
465
|
+
left,
|
|
466
|
+
top,
|
|
467
|
+
width: right - left,
|
|
468
|
+
height: bottom - top
|
|
469
|
+
}
|
|
470
|
+
};
|
|
471
|
+
};
|
|
472
|
+
const handleMove = (e) => {
|
|
473
|
+
if (!passedThreshold && Math.abs(e.clientX - startX) + Math.abs(e.clientY - startY) < MARQUEE_THRESHOLD) return;
|
|
474
|
+
passedThreshold = true;
|
|
475
|
+
setMarqueeRect(hitTest(e.clientX, e.clientY).box);
|
|
476
|
+
};
|
|
477
|
+
const finish = (e) => {
|
|
478
|
+
window.removeEventListener("pointermove", handleMove);
|
|
479
|
+
window.removeEventListener("pointerup", finish);
|
|
480
|
+
window.removeEventListener("pointercancel", finish);
|
|
481
|
+
setMarqueeRect(null);
|
|
482
|
+
if (passedThreshold) setSelection(hitTest(e.clientX, e.clientY).next);
|
|
483
|
+
else if (!additive) clearSelection();
|
|
484
|
+
containerRef.current?.focus({ preventScroll: true });
|
|
485
|
+
};
|
|
486
|
+
window.addEventListener("pointermove", handleMove);
|
|
487
|
+
window.addEventListener("pointerup", finish);
|
|
488
|
+
window.addEventListener("pointercancel", finish);
|
|
489
|
+
});
|
|
490
|
+
const marqueeStyle = marqueeRect ? {
|
|
491
|
+
left: `${marqueeRect.left}px`,
|
|
492
|
+
top: `${marqueeRect.top}px`,
|
|
493
|
+
width: `${marqueeRect.width}px`,
|
|
494
|
+
height: `${marqueeRect.height}px`
|
|
495
|
+
} : null;
|
|
496
|
+
const { focusWithinProps: boardFocusWithinProps } = useFocusWithin({
|
|
497
|
+
isDisabled: selectionMode === "none",
|
|
498
|
+
onBlurWithin: () => clearSelection()
|
|
499
|
+
});
|
|
500
|
+
const handleBoardKeyDown = useEvent((event) => {
|
|
501
|
+
if (selectionMode === "none") return;
|
|
502
|
+
const selected = selectedKeysRef.current;
|
|
503
|
+
if (selected.size === 0) return;
|
|
504
|
+
if (event.key === "Escape") {
|
|
505
|
+
event.preventDefault();
|
|
506
|
+
event.stopPropagation();
|
|
507
|
+
clearSelection();
|
|
508
|
+
return;
|
|
509
|
+
}
|
|
510
|
+
if ((event.key === "Delete" || event.key === "Backspace") && onWidgetsDelete && !isEditableTarget(event.target)) {
|
|
511
|
+
event.preventDefault();
|
|
512
|
+
event.stopPropagation();
|
|
513
|
+
const keys = [...selected];
|
|
514
|
+
clearSelection();
|
|
515
|
+
onWidgetsDelete(keys);
|
|
516
|
+
containerRef.current?.focus({ preventScroll: true });
|
|
348
517
|
}
|
|
349
518
|
});
|
|
350
519
|
const styles = extractStyles(otherProps, CONTAINER_STYLES);
|
|
@@ -367,16 +536,18 @@ function BoardInner(props, ref) {
|
|
|
367
536
|
};
|
|
368
537
|
}, [ready]);
|
|
369
538
|
const hostWidgetIsDragging = !!dragState && dragState.nestedBoardIds.has(boardId);
|
|
370
|
-
const
|
|
371
|
-
const pos = calcGridItemPosition(positionParams,
|
|
539
|
+
const placeholderStyles = useMemo(() => placeholders.map((p) => {
|
|
540
|
+
const pos = calcGridItemPosition(positionParams, p.x, p.y, p.w, p.h);
|
|
372
541
|
return {
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
542
|
+
i: p.i,
|
|
543
|
+
style: {
|
|
544
|
+
left: `${pos.left}px`,
|
|
545
|
+
top: `${pos.top}px`,
|
|
546
|
+
width: `${pos.width}px`,
|
|
547
|
+
height: `${pos.height}px`
|
|
548
|
+
}
|
|
377
549
|
};
|
|
378
|
-
})
|
|
379
|
-
const showPlaceholder = placeholder && placeholderStyle;
|
|
550
|
+
}), [placeholders, positionParams]);
|
|
380
551
|
const gridOverlayStyle = !hostWidgetIsDragging && (effectiveShowGridLines === true || effectiveShowGridLines === "drag" && (!!dragState || !!placeholder)) ? (() => {
|
|
381
552
|
const colWidth = calcGridColWidth(positionParams);
|
|
382
553
|
const rowHeightPx = positionParams.rowHeight;
|
|
@@ -416,59 +587,87 @@ function BoardInner(props, ref) {
|
|
|
416
587
|
children: /* @__PURE__ */ jsx(BoardGridLinesContext.Provider, {
|
|
417
588
|
value: effectiveShowGridLines === true || effectiveShowGridLines === "drag",
|
|
418
589
|
children: /* @__PURE__ */ jsxs(BoardElement, {
|
|
419
|
-
...filterBaseProps(otherProps, { eventProps: true }),
|
|
590
|
+
...mergeProps$1(filterBaseProps(otherProps, { eventProps: true }), boardFocusWithinProps, { onKeyDown: handleBoardKeyDown }),
|
|
420
591
|
ref: containerRef,
|
|
421
592
|
styles,
|
|
593
|
+
tabIndex: selectionMode !== "none" ? -1 : void 0,
|
|
594
|
+
"data-board-id": boardId,
|
|
422
595
|
style: aligned ? void 0 : { minHeight: `${containerHeight}px` },
|
|
423
596
|
mods: {
|
|
424
597
|
dragging: !!dragState,
|
|
425
598
|
"drop-target": dragState?.currentBoardId === boardId
|
|
426
599
|
},
|
|
427
|
-
children: [
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
600
|
+
children: [
|
|
601
|
+
/* @__PURE__ */ jsxs(ContentLayer, {
|
|
602
|
+
ref: contentRef,
|
|
603
|
+
onPointerDown: handleContentPointerDown,
|
|
604
|
+
children: [
|
|
605
|
+
ready && gridOverlayStyle ? /* @__PURE__ */ jsx(GridOverlayElement, {
|
|
606
|
+
"aria-hidden": "true",
|
|
607
|
+
style: gridOverlayStyle
|
|
608
|
+
}) : null,
|
|
609
|
+
ready ? layout.map((item) => {
|
|
610
|
+
const registration = registry.store.get(item.i);
|
|
611
|
+
const widgetDraggable = isDraggable && (registration?.isDraggable ?? widgetProps?.isDraggable) !== false && item.isDraggable !== false && !item.static;
|
|
612
|
+
const widgetResizable = isResizable && (registration?.isResizable ?? widgetProps?.isResizable) !== false && item.isResizable !== false && !item.static;
|
|
613
|
+
const handles = item.resizeHandles ?? registration?.resizeHandles ?? widgetProps?.resizeHandles ?? resizeHandles;
|
|
614
|
+
const widgetDragCancel = registration?.dragCancel ?? widgetProps?.dragCancel ?? dragCancel;
|
|
615
|
+
const widgetDragHandle = registration?.dragHandle ?? widgetProps?.dragHandle ?? dragHandle;
|
|
616
|
+
const widgetIsCard = registration?.isCard ?? widgetProps?.isCard ?? false;
|
|
617
|
+
const widgetIsAutoHeight = registration?.isAutoHeight ?? widgetProps?.isAutoHeight ?? false;
|
|
618
|
+
const widgetQa = registration?.qa ?? widgetProps?.qa;
|
|
619
|
+
const widgetSelectable = selectionMode !== "none" && (registration?.isSelectable ?? widgetProps?.isSelectable) !== false;
|
|
620
|
+
const widgetSelectionCancel = registration?.selectionCancel ?? widgetProps?.selectionCancel ?? selectionCancel;
|
|
621
|
+
return /* @__PURE__ */ jsx(WidgetHost, {
|
|
622
|
+
boardId,
|
|
623
|
+
item,
|
|
624
|
+
positionParams,
|
|
625
|
+
registration,
|
|
626
|
+
isCard: widgetIsCard,
|
|
627
|
+
styles: registration?.styles && widgetPropsStyles ? mergeStyles(widgetPropsStyles, registration.styles) : registration?.styles ?? widgetPropsStyles,
|
|
628
|
+
isDraggable: widgetDraggable,
|
|
629
|
+
isResizable: widgetResizable,
|
|
630
|
+
resizeHandles: handles,
|
|
631
|
+
isAutoHeight: widgetIsAutoHeight,
|
|
632
|
+
qa: widgetQa,
|
|
633
|
+
dragCancel: widgetDragCancel,
|
|
634
|
+
dragHandle: widgetDragHandle,
|
|
635
|
+
isSelectable: widgetSelectable,
|
|
636
|
+
isSelected: selectedKeySet.has(item.i),
|
|
637
|
+
selectionCancel: widgetSelectionCancel,
|
|
638
|
+
selectedHintId,
|
|
639
|
+
onSelect: select,
|
|
640
|
+
onSelectionReset: clearSelection,
|
|
641
|
+
selectModifierKey,
|
|
642
|
+
registry,
|
|
643
|
+
dragState,
|
|
644
|
+
settled,
|
|
645
|
+
onResize: handleResize,
|
|
646
|
+
onAutoHeight: handleAutoHeight,
|
|
647
|
+
onDragLifecycle: handleDragLifecycle
|
|
648
|
+
}, item.i);
|
|
649
|
+
}) : null,
|
|
650
|
+
placeholderStyles.map(({ i, style }) => /* @__PURE__ */ jsx(PlaceholderElement, {
|
|
651
|
+
"aria-hidden": "true",
|
|
652
|
+
style
|
|
653
|
+
}, i)),
|
|
654
|
+
marqueeStyle ? /* @__PURE__ */ jsx(MarqueeElement, {
|
|
655
|
+
"aria-hidden": "true",
|
|
656
|
+
style: marqueeStyle
|
|
657
|
+
}) : null
|
|
658
|
+
]
|
|
659
|
+
}),
|
|
660
|
+
selectionMode !== "none" ? /* @__PURE__ */ jsxs(A11yLayer, { children: [/* @__PURE__ */ jsx("span", {
|
|
661
|
+
id: selectedHintId,
|
|
662
|
+
children: t("board.selected", "Selected")
|
|
663
|
+
}), /* @__PURE__ */ jsx("span", {
|
|
664
|
+
role: "status",
|
|
665
|
+
"aria-live": "polite",
|
|
666
|
+
"aria-atomic": "true",
|
|
667
|
+
children: announcement
|
|
668
|
+
})] }) : null,
|
|
669
|
+
children
|
|
670
|
+
]
|
|
472
671
|
})
|
|
473
672
|
})
|
|
474
673
|
});
|
|
@@ -491,5 +690,5 @@ const Board = forwardRef(function Board(props, ref) {
|
|
|
491
690
|
});
|
|
492
691
|
|
|
493
692
|
//#endregion
|
|
494
|
-
export { Board };
|
|
693
|
+
export { BOARD_SELECTION_CANCEL, Board };
|
|
495
694
|
//# sourceMappingURL=Board.js.map
|