@dynatrace/strato-components 3.12.1 → 3.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +185 -0
- package/buttons/button/Button.css +15 -15
- package/buttons/button/Button.sty.js +4 -4
- package/buttons/index.d.ts +4 -0
- package/buttons/index.js +2 -0
- package/buttons/inline-button/InlineButton.css +145 -0
- package/buttons/inline-button/InlineButton.css.d.ts +107 -0
- package/buttons/inline-button/InlineButton.d.ts +62 -0
- package/buttons/inline-button/InlineButton.js +213 -0
- package/buttons/inline-button/InlineButton.sty.js +40 -0
- package/buttons/inline-button/Prefix.d.ts +13 -0
- package/buttons/inline-button/Prefix.js +61 -0
- package/buttons/inline-button/Suffix.d.ts +13 -0
- package/buttons/inline-button/Suffix.js +61 -0
- package/buttons/intent-button/IntentButton.css +1 -1
- package/buttons/intent-button/IntentButton.sty.js +1 -1
- package/buttons/notify-button/NotifyButton.css +2 -2
- package/buttons/notify-button/NotifyButton.sty.js +2 -2
- package/charts/categorical-bar/CategoricalBarChartLayout.js +1 -1
- package/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.css +2 -2
- package/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.sty.js +2 -2
- package/charts/categorical-bar/providers/StoreProvider.js +1 -1
- package/charts/core/components/annotations/AnnotationsAtom.css +1 -1
- package/charts/core/components/annotations/AnnotationsAtom.sty.js +1 -1
- package/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.css +1 -1
- package/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.sty.js +1 -1
- package/charts/core/components/annotations/components/overlays/AnnotationsOverlays.css +1 -1
- package/charts/core/components/annotations/components/overlays/AnnotationsOverlays.sty.js +1 -1
- package/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.css +1 -1
- package/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.sty.js +1 -1
- package/charts/core/components/axes/Axis.css +1 -1
- package/charts/core/components/axes/Axis.sty.js +1 -1
- package/charts/core/components/axes/components/PanningControls/PanningControls.css +16 -16
- package/charts/core/components/axes/components/PanningControls/PanningControls.sty.js +2 -2
- package/charts/core/components/chart-grid/ChartGrid.css +3 -3
- package/charts/core/components/chart-grid/ChartGrid.sty.js +3 -3
- package/charts/core/components/chart-layout/components/styles.css +15 -15
- package/charts/core/components/chart-layout/components/styles.sty.js +4 -4
- package/charts/core/components/chart-layout/slots/Graph.js +1 -1
- package/charts/core/components/chart-layout/slots/Legend.js +1 -1
- package/charts/core/components/chart-layout/utils/get-chart-layout-settings.js +1 -1
- package/charts/core/components/chart-states/ChartState.css +4 -4
- package/charts/core/components/chart-states/ChartState.sty.js +4 -4
- package/charts/core/components/crosshair/VerticalCrosshair.d.ts +3 -1
- package/charts/core/components/crosshair/VerticalCrosshair.js +2 -1
- package/charts/core/components/crosshair/components/Magnifier.css +7 -7
- package/charts/core/components/crosshair/components/Magnifier.sty.js +7 -7
- package/charts/core/components/crosshair/components/TopMagnifier.js +2 -2
- package/charts/core/components/interactions-overlay/InteractionsOverlay.css +5 -5
- package/charts/core/components/interactions-overlay/InteractionsOverlay.js +2 -0
- package/charts/core/components/interactions-overlay/InteractionsOverlay.sty.js +2 -2
- package/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.d.ts +2 -1
- package/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.js +4 -1
- package/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.d.ts +2 -1
- package/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.js +4 -1
- package/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.d.ts +2 -1
- package/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.js +4 -1
- package/charts/core/components/interactions-overlay/types.d.ts +1 -0
- package/charts/core/components/interactions-overlay/utils/get-explore-interations.d.ts +1 -1
- package/charts/core/components/interactions-overlay/utils/get-explore-interations.js +2 -0
- package/charts/core/components/interactions-overlay/utils/get-pan-interactions.d.ts +1 -1
- package/charts/core/components/interactions-overlay/utils/get-pan-interactions.js +2 -0
- package/charts/core/components/interactions-overlay/utils/get-zoom-interactions.d.ts +1 -1
- package/charts/core/components/interactions-overlay/utils/get-zoom-interactions.js +2 -0
- package/charts/core/components/interactions-overlay/utils/handle-keydown.d.ts +2 -1
- package/charts/core/components/interactions-overlay/utils/handle-keydown.js +7 -2
- package/charts/core/components/legend/categorical/ChartLegend.css +1 -1
- package/charts/core/components/legend/categorical/ChartLegend.sty.js +1 -1
- package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.css +5 -4
- package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.js +1 -0
- package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.sty.js +3 -3
- package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.css +20 -18
- package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.sty.js +6 -6
- package/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.js +1 -1
- package/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.css +3 -3
- package/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.sty.js +1 -1
- package/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.css +8 -8
- package/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.sty.js +4 -4
- package/charts/core/components/legend/categorical/constants.js +1 -1
- package/charts/core/components/legend/categorical/hooks/useLegendInteractions.js +5 -1
- package/charts/core/components/legend/range/RangeLegend.css +3 -3
- package/charts/core/components/legend/range/RangeLegend.sty.js +1 -1
- package/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.css +2 -2
- package/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.sty.js +1 -1
- package/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.css +1 -1
- package/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.sty.js +1 -1
- package/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.css +3 -3
- package/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.sty.js +1 -1
- package/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.css +3 -3
- package/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.sty.js +1 -1
- package/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.css +5 -5
- package/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.sty.js +1 -1
- package/charts/core/components/legend/range/utils/get-min-max-values.js +2 -2
- package/charts/core/components/loader-overlay/LoaderOverlay.css +2 -2
- package/charts/core/components/loader-overlay/LoaderOverlay.sty.js +2 -2
- package/charts/core/components/overlay-tooltip/OverlayTooltip.js +5 -2
- package/charts/core/components/overlay-tooltip/components/DynamicTooltip.js +6 -5
- package/charts/core/components/overlay-tooltip/components/DynamicTooltipRenderer.js +4 -1
- package/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.d.ts +14 -0
- package/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.js +93 -0
- package/charts/core/components/overlay-tooltip/components/TooltipPortal.d.ts +1 -0
- package/charts/core/components/overlay-tooltip/components/TooltipPortal.js +89 -18
- package/charts/core/components/overlay-tooltip/components/global-actions/actions.css +4 -4
- package/charts/core/components/overlay-tooltip/components/global-actions/actions.sty.js +2 -2
- package/charts/core/components/overlay-tooltip/components/header/Header.css +14 -6
- package/charts/core/components/overlay-tooltip/components/header/Header.css.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/header/Header.js +13 -9
- package/charts/core/components/overlay-tooltip/components/header/Header.sty.js +7 -7
- package/charts/core/components/overlay-tooltip/components/header/utils/get-shown-header-text.js +9 -5
- package/charts/core/components/overlay-tooltip/components/series/SeriesItem.js +27 -22
- package/charts/core/components/overlay-tooltip/components/series/seriesSymbol.css +2 -2
- package/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js +2 -2
- package/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.d.ts +21 -0
- package/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.js +42 -0
- package/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.d.ts +4 -0
- package/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.js +54 -0
- package/charts/core/components/overlay-tooltip/tooltip.css +52 -52
- package/charts/core/components/overlay-tooltip/tooltip.sty.js +39 -39
- package/charts/core/components/overlay-tooltip/utils/text-truncation-header.d.ts +10 -0
- package/charts/core/components/overlay-tooltip/utils/text-truncation-header.js +99 -1
- package/charts/core/components/overlays/ChartOverlaysBorder.css +6 -6
- package/charts/core/components/overlays/ChartOverlaysBorder.sty.js +6 -6
- package/charts/core/components/selection-area/SelectionArea.css +9 -9
- package/charts/core/components/selection-area/SelectionArea.sty.js +4 -4
- package/charts/core/components/selection-area/tooltip/CustomActions.d.ts +2 -2
- package/charts/core/components/selection-area/tooltip/CustomActions.js +4 -4
- package/charts/core/components/series-action/ChartSeriesAction.js +1 -1
- package/charts/core/components/shape/BubbleShape/BubbleShape.css +5 -5
- package/charts/core/components/shape/BubbleShape/BubbleShape.sty.js +3 -3
- package/charts/core/components/shape/EmojiShape/EmojiShape.css +3 -3
- package/charts/core/components/shape/EmojiShape/EmojiShape.sty.js +1 -1
- package/charts/core/components/shape/IconShape/IconShape.css +3 -3
- package/charts/core/components/shape/IconShape/IconShape.sty.js +1 -1
- package/charts/core/components/shape/styles/DataPointShape.css +8 -8
- package/charts/core/components/shape/styles/DataPointShape.sty.js +4 -4
- package/charts/core/components/shared-chart-interactions/SharedChartInteractions.css +1 -1
- package/charts/core/components/shared-chart-interactions/SharedChartInteractions.sty.js +1 -1
- package/charts/core/components/single-value-renderer/SingleValueRenderer.css +5 -5
- package/charts/core/components/single-value-renderer/SingleValueRenderer.sty.js +5 -5
- package/charts/core/components/single-value-renderer/components/ContentGrid.css +1 -1
- package/charts/core/components/single-value-renderer/components/ContentGrid.sty.js +1 -1
- package/charts/core/components/single-value-renderer/components/Icon.css +3 -3
- package/charts/core/components/single-value-renderer/components/Icon.sty.js +2 -2
- package/charts/core/components/single-value-renderer/components/Label.css +1 -1
- package/charts/core/components/single-value-renderer/components/Label.sty.js +1 -1
- package/charts/core/components/single-value-renderer/components/SingleValueToolbar.css +1 -1
- package/charts/core/components/single-value-renderer/components/SingleValueToolbar.sty.js +1 -1
- package/charts/core/components/single-value-renderer/components/Value.css +5 -5
- package/charts/core/components/single-value-renderer/components/Value.sty.js +3 -3
- package/charts/core/components/single-value-renderer/components/trend/Trend.css +3 -3
- package/charts/core/components/single-value-renderer/components/trend/Trend.sty.js +3 -3
- package/charts/core/components/single-value-renderer/components/trend/components/Icon.css +2 -2
- package/charts/core/components/single-value-renderer/components/trend/components/Icon.sty.js +1 -1
- package/charts/core/components/single-value-renderer/components/trend/utils/define-trend-colors.js +2 -2
- package/charts/core/components/sparkline-display/Sparkline.css +6 -6
- package/charts/core/components/sparkline-display/Sparkline.sty.js +2 -2
- package/charts/core/components/sparkline-display/SparklineRenderer.js +40 -32
- package/charts/core/components/text-ellipsis/ChartTextEllipsis.css +7 -7
- package/charts/core/components/text-ellipsis/ChartTextEllipsis.sty.js +3 -3
- package/charts/core/components/text-ellipsis/truncate-string.d.ts +19 -0
- package/charts/core/components/text-ellipsis/truncate-string.js +105 -9
- package/charts/core/components/threshold-bar/styles.css +11 -11
- package/charts/core/components/threshold-bar/styles.sty.js +2 -2
- package/charts/core/components/toolbar/ChartToolbarRenderer.css +16 -16
- package/charts/core/components/toolbar/ChartToolbarRenderer.js +2 -2
- package/charts/core/components/toolbar/ChartToolbarRenderer.sty.js +8 -8
- package/charts/core/components/toolbar/components/ChartDataMenu.css +2 -2
- package/charts/core/components/toolbar/components/ChartDataMenu.sty.js +1 -1
- package/charts/core/components/toolbar/components/Control.css +17 -17
- package/charts/core/components/toolbar/components/Control.sty.js +5 -5
- package/charts/core/components/toolbar/components/ToolbarMenu.css +4 -4
- package/charts/core/components/toolbar/components/ToolbarMenu.sty.js +2 -2
- package/charts/core/components/toolbar/styles.css +1 -1
- package/charts/core/components/toolbar/styles.sty.js +1 -1
- package/charts/core/components/tooltip/ChartTooltip/ChartTooltip.css +6 -6
- package/charts/core/components/tooltip/ChartTooltip/ChartTooltip.sty.js +2 -2
- package/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.css +8 -8
- package/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.sty.js +3 -3
- package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.css +2 -2
- package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.sty.js +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.css +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.sty.js +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.css +6 -6
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.sty.js +2 -2
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.css +7 -7
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.sty.js +6 -6
- package/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.css +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.sty.js +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/slots/Actions.js +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/slots/Body.js +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/slots/Header.js +1 -1
- package/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.css +1 -1
- package/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.sty.js +1 -1
- package/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.css +2 -2
- package/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.sty.js +1 -1
- package/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.css +1 -1
- package/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.sty.js +1 -1
- package/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.css +3 -3
- package/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.sty.js +2 -2
- package/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.css +1 -1
- package/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.sty.js +1 -1
- package/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.css +2 -2
- package/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.sty.js +2 -2
- package/charts/core/components/tooltip/shared/styles/SeriesBasedContent.css +12 -12
- package/charts/core/components/tooltip/shared/styles/SeriesBasedContent.sty.js +7 -7
- package/charts/core/components/tooltip/shared/styles/TooltipBody.css +1 -1
- package/charts/core/components/tooltip/shared/styles/TooltipBody.sty.js +1 -1
- package/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.css +1 -1
- package/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.sty.js +1 -1
- package/charts/core/components/tooltip-atoms/components/styles.css +4 -4
- package/charts/core/components/tooltip-atoms/components/styles.sty.js +4 -4
- package/charts/core/components/zoom/ZoomCursors.css +2 -2
- package/charts/core/components/zoom/ZoomCursors.sty.js +3 -3
- package/charts/core/hooks/usePointerAndScrollResponsiveChartBounds.js +2 -2
- package/charts/core/hooks/useScrollResponsiveChartBounds.js +1 -1
- package/charts/core/hooks/useThrottledCallbackOnScroll.js +1 -1
- package/charts/core/slots/chart-states/EmptyStateSlot.js +4 -1
- package/charts/core/slots/chart-states/ErrorStateSlot.js +4 -1
- package/charts/core/slots/toolbar/ChartToolbar.js +2 -2
- package/charts/core/typographyStyles.css +1 -1
- package/charts/core/typographyStyles.sty.js +1 -1
- package/charts/core/utils/build-rgba-color-with-opacity.js +1 -1
- package/charts/flame/flame-chart/FlameChart.d.ts +7 -3
- package/charts/flame/flame-chart/FlameChart.js +24 -31
- package/charts/flame/flame-chart/components/tooltip/DefaultTooltip.d.ts +17 -0
- package/charts/flame/flame-chart/components/tooltip/DefaultTooltip.js +65 -0
- package/charts/flame/flame-chart/components/tooltip/messages.d.ts +8 -0
- package/charts/flame/flame-chart/components/tooltip/messages.js +30 -0
- package/charts/flame/flame-chart/utils/iterate-slots.d.ts +1 -4
- package/charts/flame/flame-chart/utils/iterate-slots.js +2 -14
- package/charts/flame/flame-graph/FlameGraph.d.ts +7 -3
- package/charts/flame/flame-graph/FlameGraph.js +34 -43
- package/charts/flame/flame-graph/components/tooltip/DefaultTooltip.d.ts +19 -0
- package/charts/flame/flame-graph/components/tooltip/DefaultTooltip.js +78 -0
- package/charts/flame/flame-graph/components/tooltip/messages.d.ts +8 -0
- package/charts/flame/flame-graph/components/tooltip/messages.js +30 -0
- package/charts/flame/flame-graph/utils/iterate-slots.d.ts +1 -4
- package/charts/flame/flame-graph/utils/iterate-slots.js +2 -17
- package/charts/flame/shared/components/tooltip/FlameTooltip.d.ts +11 -13
- package/charts/flame/shared/components/tooltip/FlameTooltip.js +72 -29
- package/charts/flame/shared/components/tooltip/messages.d.ts +28 -0
- package/charts/flame/shared/components/tooltip/messages.js +50 -0
- package/charts/flame/shared/slots/Tooltip.d.ts +11 -3
- package/charts/flame/shared/types/flame-chart.d.ts +14 -0
- package/charts/flame/shared/types/flame-internal.d.ts +16 -1
- package/charts/flame/shared/utils/build-tooltip-base-data.d.ts +25 -0
- package/charts/flame/shared/utils/build-tooltip-base-data.js +55 -0
- package/charts/flame/shared/utils/make-iterate-slots.d.ts +8 -0
- package/charts/flame/shared/utils/make-iterate-slots.js +39 -0
- package/charts/flame/shared/utils/order-spans-hierarchically.js +6 -1
- package/charts/flame/shared/utils/resolve-flame-tooltip-content.d.ts +6 -0
- package/charts/flame/shared/utils/resolve-flame-tooltip-content.js +44 -0
- package/charts/gantt-chart/GanttChartLine.css +1 -1
- package/charts/gantt-chart/GanttChartLine.sty.js +1 -1
- package/charts/gantt-chart/components/GanttChartLineRenderer.css +1 -1
- package/charts/gantt-chart/components/GanttChartLineRenderer.sty.js +1 -1
- package/charts/gantt-chart/components/tooltip/GanttChartTooltip.css +1 -1
- package/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js +1 -1
- package/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.css +1 -1
- package/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.sty.js +1 -1
- package/charts/gauge/components/GaugeLabel/GaugeLabel.css +6 -6
- package/charts/gauge/components/GaugeLabel/GaugeLabel.sty.js +3 -3
- package/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.css +3 -3
- package/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.sty.js +1 -1
- package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.css +4 -4
- package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js +3 -3
- package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.css +2 -2
- package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.js +1 -1
- package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.sty.js +2 -2
- package/charts/gauge/components/GaugeRootSVG.js +1 -0
- package/charts/gauge/utils/apply-threshold-default.js +1 -1
- package/charts/histogram/HistogramChartRoot.js +1 -1
- package/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.css +1 -1
- package/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.sty.js +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramCrosshair.js +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.css +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.js +2 -2
- package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.sty.js +1 -1
- package/charts/histogram/components/overlays/HistogramOverlays.css +2 -2
- package/charts/histogram/components/overlays/HistogramOverlays.sty.js +2 -2
- package/charts/histogram/hooks/useSetClosestBins.js +1 -1
- package/charts/histogram/providers/HistogramDataProvider.js +1 -1
- package/charts/histogram/providers/HistogramStateSyncProvider.d.ts +2 -2
- package/charts/histogram/providers/HistogramStateSyncProvider.js +1 -2
- package/charts/histogram/providers/StoreProvider.js +2 -2
- package/charts/histogram/utils/iterate-slots.js +1 -2
- package/charts/honeycomb/HoneycombChart.css +1 -1
- package/charts/honeycomb/HoneycombChart.sty.js +1 -1
- package/charts/honeycomb/components/HiveOverlay.css +1 -1
- package/charts/honeycomb/components/HiveOverlay.sty.js +1 -1
- package/charts/honeycomb/components/canvas/HiveCanvasLayout.css +1 -1
- package/charts/honeycomb/components/canvas/HiveCanvasLayout.sty.js +1 -1
- package/charts/honeycomb/utils/build-honeycomb-config.js +2 -2
- package/charts/index.d.ts +1 -1
- package/charts/meter-bar/multi-meter-bar/providers/StoreProvider.js +10 -1
- package/charts/meter-bar/multi-meter-bar/slots/Label.js +1 -1
- package/charts/meter-bar/multi-meter-bar/slots/Max.js +1 -1
- package/charts/meter-bar/multi-meter-bar/slots/Min.js +1 -1
- package/charts/meter-bar/multi-meter-bar/slots/Value.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.css +16 -16
- package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js +11 -11
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Chart.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.css +2 -2
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.sty.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.sty.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Legend.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.sty.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.sty.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Thresholds.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.sty.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.js +1 -0
- package/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.sty.js +1 -1
- package/charts/meter-bar/shared/styles/element-size.css +4 -4
- package/charts/meter-bar/shared/styles/element-size.sty.js +1 -1
- package/charts/meter-bar/shared/styles.css +1 -1
- package/charts/meter-bar/shared/styles.sty.js +1 -1
- package/charts/meter-bar/single-meter-bar/MeterBarChart.js +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.css +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.sty.js +1 -1
- package/charts/meter-bar/single-meter-bar/slots/Label.js +1 -1
- package/charts/meter-bar/single-meter-bar/slots/Max.js +1 -1
- package/charts/meter-bar/single-meter-bar/slots/Min.js +1 -1
- package/charts/meter-bar/single-meter-bar/slots/Value.js +1 -1
- package/charts/meter-bar/single-meter-bar/utils/apply-threshold-defaults.js +1 -1
- package/charts/meter-bar/single-meter-bar/utils/resolve-show-threshold-indicators.js +1 -1
- package/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.css +1 -1
- package/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.sty.js +1 -1
- package/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.css +1 -1
- package/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.sty.js +1 -1
- package/charts/pie/components/PieChartInternal.js +1 -1
- package/charts/pie/components/PieChartOverlays/PieChartOverlays.css +1 -1
- package/charts/pie/components/PieChartOverlays/PieChartOverlays.sty.js +1 -1
- package/charts/pie/components/PieChartPlot/PieChartPlot.css +1 -1
- package/charts/pie/components/PieChartPlot/PieChartPlot.js +49 -40
- package/charts/pie/components/PieChartPlot/PieChartPlot.sty.js +1 -1
- package/charts/pie/providers/PieChartSlicesDataProvider.js +5 -1
- package/charts/pie/providers/StoreProvider.js +1 -1
- package/charts/sankey-chart/SankeyChart.css +3 -3
- package/charts/sankey-chart/SankeyChart.sty.js +3 -3
- package/charts/sankey-chart/SankeyChartRoot.js +5 -2
- package/charts/sankey-chart/components/SankeyCanvas.css +7 -1
- package/charts/sankey-chart/components/SankeyCanvas.css.d.ts +1 -0
- package/charts/sankey-chart/components/SankeyCanvas.js +46 -3
- package/charts/sankey-chart/components/SankeyCanvas.sty.js +4 -2
- package/charts/sankey-chart/components/SankeyGraphArea.js +4 -49
- package/charts/sankey-chart/components/SankeyGraphAreaContent.d.ts +15 -0
- package/charts/sankey-chart/components/SankeyGraphAreaContent.js +80 -0
- package/charts/sankey-chart/components/SankeyLabelOverlay.css +13 -9
- package/charts/sankey-chart/components/SankeyLabelOverlay.css.d.ts +1 -0
- package/charts/sankey-chart/components/SankeyLabelOverlay.js +38 -59
- package/charts/sankey-chart/components/SankeyLabelOverlay.sty.js +10 -8
- package/charts/sankey-chart/components/SankeyNodeLabel.d.ts +17 -0
- package/charts/sankey-chart/components/SankeyNodeLabel.js +65 -0
- package/charts/sankey-chart/components/SankeyOverlay.css +1 -1
- package/charts/sankey-chart/components/SankeyOverlay.js +1 -3
- package/charts/sankey-chart/components/SankeyOverlay.sty.js +1 -1
- package/charts/sankey-chart/constants.d.ts +6 -5
- package/charts/sankey-chart/constants.js +12 -7
- package/charts/sankey-chart/context/SankeyFormatter.context.d.ts +2 -0
- package/charts/sankey-chart/context/SankeyFormatter.context.js +26 -0
- package/charts/sankey-chart/context/SankeyHighlight.context.d.ts +13 -0
- package/charts/sankey-chart/context/SankeyHighlight.context.js +25 -0
- package/charts/sankey-chart/context/SankeyStore.context.d.ts +4 -0
- package/charts/sankey-chart/context/{SankeyHoverStore.context.js → SankeyStore.context.js} +7 -7
- package/charts/sankey-chart/hooks/use-draw-sankey.d.ts +2 -1
- package/charts/sankey-chart/hooks/use-draw-sankey.js +31 -6
- package/charts/sankey-chart/hooks/use-sankey-formatter.d.ts +5 -0
- package/charts/sankey-chart/hooks/use-sankey-formatter.js +27 -0
- package/charts/sankey-chart/hooks/use-sankey-overlay-events.d.ts +4 -3
- package/charts/sankey-chart/hooks/use-sankey-overlay-events.js +28 -14
- package/charts/sankey-chart/providers/SankeyFormatterProvider.d.ts +17 -0
- package/charts/sankey-chart/providers/SankeyFormatterProvider.js +34 -0
- package/charts/sankey-chart/providers/{SankeyHoverStoreProvider.d.ts → SankeyStoreProvider.d.ts} +2 -2
- package/charts/sankey-chart/providers/{SankeyHoverStoreProvider.js → SankeyStoreProvider.js} +9 -9
- package/charts/sankey-chart/store/selectors.d.ts +14 -7
- package/charts/sankey-chart/store/selectors.js +11 -5
- package/charts/sankey-chart/store/store.d.ts +5 -2
- package/charts/sankey-chart/store/store.js +29 -7
- package/charts/sankey-chart/types/sankey-props.d.ts +11 -0
- package/charts/sankey-chart/types/sankey-shape.d.ts +22 -0
- package/charts/sankey-chart/types/{sankey-hover.js → sankey-shape.js} +2 -2
- package/charts/sankey-chart/types/sankey-state.d.ts +12 -0
- package/charts/sankey-chart/types/sankey-state.js +15 -0
- package/charts/sankey-chart/utils/find-connected-shapes.d.ts +35 -0
- package/charts/sankey-chart/utils/find-connected-shapes.js +44 -0
- package/charts/sankey-chart/utils/find-hovered-shape.d.ts +2 -2
- package/charts/sankey-chart/utils/find-hovered-shape.js +4 -11
- package/charts/sankey-chart/utils/generate-sankey-layout.js +10 -1
- package/charts/sankey-chart/utils/get-active-connected-set.d.ts +27 -0
- package/charts/sankey-chart/utils/get-active-connected-set.js +77 -0
- package/charts/sankey-chart/utils/is-same-sankey-shape.d.ts +3 -0
- package/charts/sankey-chart/utils/is-same-sankey-shape.js +37 -0
- package/charts/sankey-chart/utils/layout-index.d.ts +38 -0
- package/charts/sankey-chart/utils/layout-index.js +84 -0
- package/charts/sankey-chart/vendor/d3-sankey/sankey.js +20 -2
- package/charts/single-value/SingleValue.css +1 -1
- package/charts/single-value/SingleValue.sty.js +1 -1
- package/charts/single-value-grid/SingleValueGrid.css +2 -2
- package/charts/single-value-grid/SingleValueGrid.sty.js +1 -1
- package/charts/single-value-grid/components/GlobalFontSizeVariables.css +1 -1
- package/charts/single-value-grid/components/GlobalFontSizeVariables.sty.js +1 -1
- package/charts/single-value-grid/utils/build-props-from-grid.js +17 -14
- package/charts/timeseries/TimeseriesChart.d.ts +1 -0
- package/charts/timeseries/TimeseriesChart.js +2 -0
- package/charts/timeseries/TimeseriesChartInternal.js +0 -3
- package/charts/timeseries/TimeseriesChartRoot.js +2 -1
- package/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.css +2 -2
- package/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.sty.js +1 -1
- package/charts/timeseries/components/overlays/TimeseriesOverlays.css +4 -4
- package/charts/timeseries/components/overlays/TimeseriesOverlays.sty.js +4 -4
- package/charts/timeseries/components/overlays/TimeseriesSelection/utils/get-selected-datapoints.js +2 -2
- package/charts/timeseries/components/overlays/utils/tooltip/timeseries-tooltip.js +2 -2
- package/charts/timeseries/components/thresholds/ThresholdIndicators.css +2 -2
- package/charts/timeseries/components/thresholds/ThresholdIndicators.sty.js +2 -2
- package/charts/timeseries/providers/StoreProvider.js +2 -3
- package/charts/timeseries/providers/TimeseriesDataProvider.js +1 -1
- package/charts/timeseries/slots/shapes/Area.d.ts +4 -1
- package/charts/timeseries/slots/shapes/Line.d.ts +4 -1
- package/charts/timeseries/types/timeseries-band.d.ts +8 -1
- package/charts/timeseries/types/timeseries-props.d.ts +4 -1
- package/charts/timeseries/types/timeseries.d.ts +4 -1
- package/charts/top-list/TopList.css +1 -1
- package/charts/top-list/TopList.sty.js +1 -1
- package/charts/tree-map/components/TreeMapChartLayout.js +1 -1
- package/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.css +1 -1
- package/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.sty.js +1 -1
- package/charts/tree-map/providers/StoreProvider.js +1 -1
- package/charts/tree-map/providers/TreeMapChartProviders.js +1 -2
- package/charts/xy-chart/XYChartRoot.js +2 -2
- package/charts/xy-chart/components/axes/AxisArea.css +1 -1
- package/charts/xy-chart/components/axes/AxisArea.sty.js +1 -1
- package/charts/xy-chart/components/axes/AxisTickWithTruncation.css +3 -3
- package/charts/xy-chart/components/axes/AxisTickWithTruncation.sty.js +3 -3
- package/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.css +2 -2
- package/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.sty.js +2 -2
- package/charts/xy-chart/components/displays/RectLabelOverlay.css +3 -3
- package/charts/xy-chart/components/displays/RectLabelOverlay.sty.js +3 -3
- package/charts/xy-chart/components/displays/rect-accessors.js +1 -1
- package/charts/xy-chart/components/legend/XYLegend/XYLegend.js +1 -1
- package/charts/xy-chart/components/legend/XYLegend/xy-legend.css +1 -1
- package/charts/xy-chart/components/legend/XYLegend/xy-legend.sty.js +1 -1
- package/charts/xy-chart/components/overlay/XYChartOverlay.js +1 -3
- package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.css +1 -1
- package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js +31 -11
- package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.sty.js +1 -1
- package/charts/xy-chart/components/overlay/explore/XYChartExplore.css +2 -2
- package/charts/xy-chart/components/overlay/explore/XYChartExplore.sty.js +2 -2
- package/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.css +1 -1
- package/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.sty.js +1 -1
- package/charts/xy-chart/components/tooltip/XYChartTooltipContent.js +9 -1
- package/charts/xy-chart/components/tooltip/utils/tooltip-styles.css +5 -5
- package/charts/xy-chart/components/tooltip/utils/tooltip-styles.sty.js +4 -4
- package/charts/xy-chart/layout/XYChartLayout.css +2 -2
- package/charts/xy-chart/layout/XYChartLayout.sty.js +2 -2
- package/charts/xy-chart/processing-strategies/strategies/dot-series.js +1 -1
- package/charts/xy-chart/providers/XYChartOverlayPerformanceProvider.js +5 -2
- package/charts/xy-chart/providers/XYChartStoreProvider.js +2 -2
- package/charts/xy-chart/utils/query-closest-quadtree.js +3 -0
- package/charts/xy-chart/utils/query-hovered-grid.d.ts +2 -2
- package/charts/xy-chart/utils/query-hovered-grid.js +8 -2
- package/charts/xy-chart/utils/query-shared.js +9 -0
- package/charts/xy-chart-adoption/categorical-bar/CategoricalBarToXY.js +19 -6
- package/charts/xy-chart-adoption/categorical-bar/constants.d.ts +1 -0
- package/charts/xy-chart-adoption/categorical-bar/constants.js +3 -1
- package/charts/xy-chart-adoption/categorical-bar/iterate-slots.d.ts +2 -0
- package/charts/xy-chart-adoption/categorical-bar/iterate-slots.js +6 -1
- package/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.d.ts +4 -0
- package/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.js +54 -0
- package/content/accordion/Accordion.css +14 -14
- package/content/accordion/Accordion.sty.js +8 -8
- package/content/ai-loading-indicator/AiLoadingIndicator.css +12 -12
- package/content/ai-loading-indicator/AiLoadingIndicator.sty.js +4 -4
- package/content/ai-response/AiResponse.css +5 -5
- package/content/ai-response/AiResponse.sty.js +2 -2
- package/content/avatar/Avatar.css +13 -13
- package/content/avatar/Avatar.sty.js +4 -4
- package/content/avatar-group/AvatarGroup.css +3 -3
- package/content/avatar-group/AvatarGroup.sty.js +2 -2
- package/content/chip/BaseChip.css +82 -41
- package/content/chip/BaseChip.css.d.ts +59 -3
- package/content/chip/BaseChip.js +1 -2
- package/content/chip/BaseChip.sty.js +6 -6
- package/content/chip/ChipContent.css +11 -11
- package/content/chip/ChipContent.sty.js +2 -2
- package/content/chip/ChipDeleteButton.css +33 -19
- package/content/chip/ChipDeleteButton.css.d.ts +5 -0
- package/content/chip/ChipDeleteButton.js +3 -5
- package/content/chip/ChipDeleteButton.sty.js +7 -4
- package/content/chip/ChipKey.css +6 -6
- package/content/chip/ChipKey.sty.js +1 -1
- package/content/chip/GroupedChip.css +71 -3
- package/content/chip/GroupedChip.css.d.ts +1 -0
- package/content/chip/GroupedChip.js +26 -5
- package/content/chip/GroupedChip.sty.js +7 -4
- package/content/chip/hooks/usePendingFocusAnnouncement.d.ts +15 -0
- package/content/chip/hooks/usePendingFocusAnnouncement.js +70 -0
- package/content/chip/messages.d.ts +8 -0
- package/content/chip/messages.js +30 -0
- package/content/chip-group/ChipGroup.css +4 -4
- package/content/chip-group/ChipGroup.js +4 -1
- package/content/chip-group/ChipGroup.sty.js +1 -1
- package/content/chip-group/Control.css +4 -4
- package/content/chip-group/Control.js +15 -1
- package/content/chip-group/Control.sty.js +1 -1
- package/content/chip-group/contexts/InternalChipGroupContext.d.ts +12 -0
- package/content/code-snippet/CodeHighlight.css +25 -25
- package/content/code-snippet/CodeHighlight.sty.js +6 -6
- package/content/code-snippet/CodeSnippet.css +18 -18
- package/content/code-snippet/CodeSnippet.js +1 -1
- package/content/code-snippet/CodeSnippet.sty.js +4 -4
- package/content/code-snippet/HighlightExtended.js +3 -6
- package/content/empty-state/EmptyState.css +28 -28
- package/content/empty-state/EmptyState.sty.js +7 -7
- package/content/empty-state/slot-components/Footer.css +1 -1
- package/content/empty-state/slot-components/Footer.sty.js +1 -1
- package/content/empty-state/slot-components/Visual.css +3 -3
- package/content/empty-state/slot-components/Visual.sty.js +1 -1
- package/content/expandable-text/ExpandableText.css +7 -7
- package/content/expandable-text/ExpandableText.sty.js +2 -2
- package/content/feature-highlight/FeatureHighlight.css +12 -12
- package/content/feature-highlight/FeatureHighlight.sty.js +3 -3
- package/content/health-indicator/styles.css +23 -23
- package/content/health-indicator/styles.sty.js +1 -1
- package/content/information-overlay/InformationOverlay.css +25 -25
- package/content/information-overlay/InformationOverlay.sty.js +5 -5
- package/content/keyboard-shortcut/KeyboardShortcut.css +14 -14
- package/content/keyboard-shortcut/KeyboardShortcut.sty.js +2 -2
- package/content/markdown/Markdown.css +6 -3
- package/content/markdown/Markdown.css.d.ts +2 -1
- package/content/markdown/Markdown.js +11 -7
- package/content/markdown/Markdown.sty.js +4 -2
- package/content/markdown/remark-frontmatter-to-table.d.ts +14 -0
- package/content/markdown/remark-frontmatter-to-table.js +80 -0
- package/content/markdown/transformers/table-mapping.js +1 -1
- package/content/markdown/transformers/typography-mapping.css +9 -9
- package/content/markdown/transformers/typography-mapping.sty.js +6 -6
- package/content/microguide/Microguide.css +11 -11
- package/content/microguide/Microguide.sty.js +7 -7
- package/content/progress/ProgressBar.css +71 -71
- package/content/progress/ProgressBar.sty.js +5 -5
- package/content/progress/ProgressBarIcon.css +2 -2
- package/content/progress/ProgressBarIcon.sty.js +1 -1
- package/content/progress/ProgressBarLabel.css +3 -3
- package/content/progress/ProgressBarLabel.sty.js +1 -1
- package/content/progress/ProgressBarValue.css +5 -5
- package/content/progress/ProgressBarValue.sty.js +1 -1
- package/content/progress/ProgressCircle.css +48 -40
- package/content/progress/ProgressCircle.css.d.ts +25 -5
- package/content/progress/ProgressCircle.js +9 -11
- package/content/progress/ProgressCircle.sty.js +12 -10
- package/content/shared-components/Visual.css +3 -3
- package/content/shared-components/Visual.sty.js +1 -1
- package/content/skeleton/Skeleton.css +7 -7
- package/content/skeleton/Skeleton.sty.js +5 -5
- package/content/terminology-overlay/TerminologyOverlay.css +4 -4
- package/content/terminology-overlay/TerminologyOverlay.sty.js +1 -1
- package/core/components/app-root/AppRoot.css +1031 -924
- package/core/components/app-root/AppRoot.sty.js +1 -1
- package/core/components/app-root/visual-refresh-overrides.d.ts +0 -10
- package/core/components/app-root/visual-refresh-overrides.js +2 -12
- package/core/components/focus-scope/FocusScope.js +38 -15
- package/core/components/time-indicator/TimeIndicator.js +4 -4
- package/core/components/visually-hidden/VisuallyHidden.css +1 -1
- package/core/components/visually-hidden/VisuallyHidden.sty.js +1 -1
- package/core/hooks/useFocusRing.js +1 -1
- package/core/hooks/useRovingFocus.js +1 -1
- package/core/hooks/useSlots.js +7 -4
- package/core/hooks/useVisualRefreshEnabled.js +1 -1
- package/core/sdk/app-state/AppStateContext.d.ts +12 -0
- package/core/sdk/app-state/AppStateContext.js +14 -1
- package/core/sdk/app-state/AppStateProvider.js +9 -2
- package/core/sdk/app-state/app-state-store.d.ts +3 -0
- package/core/sdk/app-state/app-state-store.js +4 -1
- package/core/sdk/app-state/useAppStateInternal.js +80 -12
- package/core/sdk/sdk-logger.js +2 -2
- package/core/styles/defaultChartValues.css +1 -1
- package/core/styles/defaultChartValues.sty.js +1 -1
- package/core/styles/focusRing.css +66 -66
- package/core/styles/focusRing.sty.js +2 -2
- package/core/styles/focusRingStatic.css +34 -34
- package/core/styles/focusRingStatic.css.d.ts +22 -0
- package/core/styles/focusRingStatic.sty.js +3 -1
- package/core/styles/virtualFocus.css +2 -2
- package/core/styles/virtualFocus.sty.js +1 -1
- package/core/types/a11y-props.d.ts +5 -0
- package/core/utils/colorUtils.css +60 -60
- package/core/utils/colorUtils.sty.js +2 -2
- package/core/utils/focus-management/get-first-tabbable-child.d.ts +10 -0
- package/core/utils/focus-management/get-first-tabbable-child.js +32 -0
- package/core/utils/focus-management/get-last-tabbable-child.d.ts +10 -0
- package/core/utils/focus-management/get-last-tabbable-child.js +35 -0
- package/core/utils/focus-management/is-tabbable.d.ts +18 -0
- package/core/utils/focus-management/is-tabbable.js +61 -0
- package/core/utils/isBrowser.js +1 -1
- package/editors/base-code-editor/BaseCodeEditor.css +137 -136
- package/editors/base-code-editor/BaseCodeEditor.d.ts +6 -0
- package/editors/base-code-editor/BaseCodeEditor.js +113 -8
- package/editors/base-code-editor/BaseCodeEditor.sty.js +2 -2
- package/editors/base-code-editor/baseCodeEditorMessages.d.ts +20 -0
- package/editors/base-code-editor/baseCodeEditorMessages.js +20 -0
- package/editors/base-code-editor/configuration/getDefaultConfigurations.js +1 -1
- package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.css +40 -0
- package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.css.d.ts +25 -0
- package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.d.ts +20 -0
- package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.js +131 -0
- package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.sty.js +25 -0
- package/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.d.ts +101 -0
- package/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.js +122 -0
- package/editors/code-editor/CodeEditor.d.ts +10 -0
- package/editors/code-editor/CodeEditor.js +5 -3
- package/editors/dql-editor/DQLEditor.js +2 -2
- package/editors/dql-editor/actions-menu/ActionsMenu.css +10 -10
- package/editors/dql-editor/actions-menu/ActionsMenu.sty.js +5 -5
- package/editors/dql-editor/autocomplete/SuggestionsInfoSection.css +7 -7
- package/editors/dql-editor/autocomplete/SuggestionsInfoSection.sty.js +3 -3
- package/esm/buttons/button/Button.css +15 -15
- package/esm/buttons/button/Button.sty.js +4 -4
- package/esm/buttons/button/Button.sty.js.map +1 -1
- package/esm/buttons/button/utils/is-virtual-event.js.map +1 -1
- package/esm/buttons/index.js +2 -0
- package/esm/buttons/index.js.map +2 -2
- package/esm/buttons/inline-button/InlineButton.css +145 -0
- package/esm/buttons/inline-button/InlineButton.js +188 -0
- package/esm/buttons/inline-button/InlineButton.js.map +7 -0
- package/esm/buttons/inline-button/InlineButton.sty.js +22 -0
- package/esm/buttons/inline-button/InlineButton.sty.js.map +7 -0
- package/esm/buttons/inline-button/Prefix.js +33 -0
- package/esm/buttons/inline-button/Prefix.js.map +7 -0
- package/esm/buttons/inline-button/Suffix.js +33 -0
- package/esm/buttons/inline-button/Suffix.js.map +7 -0
- package/esm/buttons/intent-button/IntentButton.css +1 -1
- package/esm/buttons/intent-button/IntentButton.sty.js +1 -1
- package/esm/buttons/intent-button/IntentButton.sty.js.map +1 -1
- package/esm/buttons/notify-button/NotifyButton.css +2 -2
- package/esm/buttons/notify-button/NotifyButton.sty.js +2 -2
- package/esm/buttons/notify-button/NotifyButton.sty.js.map +1 -1
- package/esm/charts/categorical-bar/CategoricalBarChartLayout.js +1 -1
- package/esm/charts/categorical-bar/CategoricalBarChartLayout.js.map +1 -1
- package/esm/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.css +2 -2
- package/esm/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.sty.js +2 -2
- package/esm/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.sty.js.map +1 -1
- package/esm/charts/categorical-bar/components/interactions/tooltip/CategoricalBarChartTooltip.js.map +1 -1
- package/esm/charts/categorical-bar/components/interactions/tooltip/CategoricalBarChartTooltipWrapper.js.map +1 -1
- package/esm/charts/categorical-bar/providers/StoreProvider.js +1 -1
- package/esm/charts/categorical-bar/providers/StoreProvider.js.map +2 -2
- package/esm/charts/categorical-bar/types/categorical-bar-chart.js.map +1 -1
- package/esm/charts/categorical-bar/utils/iterate-slots.js.map +1 -1
- package/esm/charts/core/components/annotations/AnnotationsAtom.css +1 -1
- package/esm/charts/core/components/annotations/AnnotationsAtom.sty.js +1 -1
- package/esm/charts/core/components/annotations/AnnotationsAtom.sty.js.map +1 -1
- package/esm/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.css +1 -1
- package/esm/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.sty.js +1 -1
- package/esm/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.sty.js.map +1 -1
- package/esm/charts/core/components/annotations/components/indicators/utils/extract-unique-indicators-by-priority.js.map +1 -1
- package/esm/charts/core/components/annotations/components/overlays/AnnotationsOverlays.css +1 -1
- package/esm/charts/core/components/annotations/components/overlays/AnnotationsOverlays.sty.js +1 -1
- package/esm/charts/core/components/annotations/components/overlays/AnnotationsOverlays.sty.js.map +1 -1
- package/esm/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.css +1 -1
- package/esm/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.sty.js +1 -1
- package/esm/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.sty.js.map +1 -1
- package/esm/charts/core/components/annotations/components/tooltip/AnnotationsOverlayTooltip.js.map +1 -1
- package/esm/charts/core/components/axes/Axis.css +1 -1
- package/esm/charts/core/components/axes/Axis.js.map +2 -2
- package/esm/charts/core/components/axes/Axis.sty.js +1 -1
- package/esm/charts/core/components/axes/Axis.sty.js.map +1 -1
- package/esm/charts/core/components/axes/AxisBottom.js.map +1 -1
- package/esm/charts/core/components/axes/AxisLeft.js.map +1 -1
- package/esm/charts/core/components/axes/AxisPrimitive.js.map +1 -1
- package/esm/charts/core/components/axes/AxisRight.js.map +1 -1
- package/esm/charts/core/components/axes/AxisTop.js.map +1 -1
- package/esm/charts/core/components/axes/components/PanningControls/PanningControls.css +16 -16
- package/esm/charts/core/components/axes/components/PanningControls/PanningControls.sty.js +2 -2
- package/esm/charts/core/components/axes/components/PanningControls/PanningControls.sty.js.map +1 -1
- package/esm/charts/core/components/axes/types.js.map +2 -2
- package/esm/charts/core/components/chart-grid/ChartGrid.css +3 -3
- package/esm/charts/core/components/chart-grid/ChartGrid.sty.js +3 -3
- package/esm/charts/core/components/chart-grid/ChartGrid.sty.js.map +1 -1
- package/esm/charts/core/components/chart-layout/components/styles.css +15 -15
- package/esm/charts/core/components/chart-layout/components/styles.sty.js +4 -4
- package/esm/charts/core/components/chart-layout/components/styles.sty.js.map +1 -1
- package/esm/charts/core/components/chart-layout/slots/Graph.js +1 -1
- package/esm/charts/core/components/chart-layout/slots/Graph.js.map +2 -2
- package/esm/charts/core/components/chart-layout/slots/Legend.js +1 -1
- package/esm/charts/core/components/chart-layout/slots/Legend.js.map +2 -2
- package/esm/charts/core/components/chart-layout/utils/extract-layout-slots.js.map +1 -1
- package/esm/charts/core/components/chart-layout/utils/get-chart-layout-settings.js +1 -1
- package/esm/charts/core/components/chart-layout/utils/get-chart-layout-settings.js.map +1 -1
- package/esm/charts/core/components/chart-states/ChartState.css +4 -4
- package/esm/charts/core/components/chart-states/ChartState.sty.js +4 -4
- package/esm/charts/core/components/chart-states/ChartState.sty.js.map +1 -1
- package/esm/charts/core/components/crosshair/VerticalCrosshair.js +2 -1
- package/esm/charts/core/components/crosshair/VerticalCrosshair.js.map +2 -2
- package/esm/charts/core/components/crosshair/components/Magnifier.css +7 -7
- package/esm/charts/core/components/crosshair/components/Magnifier.sty.js +7 -7
- package/esm/charts/core/components/crosshair/components/Magnifier.sty.js.map +1 -1
- package/esm/charts/core/components/crosshair/components/TopMagnifier.js +2 -2
- package/esm/charts/core/components/crosshair/components/TopMagnifier.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.css +5 -5
- package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.js +2 -0
- package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.sty.js +2 -2
- package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.sty.js.map +1 -1
- package/esm/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.js +4 -1
- package/esm/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.js +4 -1
- package/esm/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.js +4 -1
- package/esm/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/types.js.map +1 -1
- package/esm/charts/core/components/interactions-overlay/utils/get-explore-interations.js +2 -0
- package/esm/charts/core/components/interactions-overlay/utils/get-explore-interations.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/utils/get-pan-interactions.js +2 -0
- package/esm/charts/core/components/interactions-overlay/utils/get-pan-interactions.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/utils/get-zoom-interactions.js +2 -0
- package/esm/charts/core/components/interactions-overlay/utils/get-zoom-interactions.js.map +2 -2
- package/esm/charts/core/components/interactions-overlay/utils/handle-keydown.js +7 -2
- package/esm/charts/core/components/interactions-overlay/utils/handle-keydown.js.map +2 -2
- package/esm/charts/core/components/legend/categorical/ChartLegend.css +1 -1
- package/esm/charts/core/components/legend/categorical/ChartLegend.sty.js +1 -1
- package/esm/charts/core/components/legend/categorical/ChartLegend.sty.js.map +1 -1
- package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.css +5 -4
- package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.js +1 -0
- package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.js.map +2 -2
- package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.sty.js +3 -3
- package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.sty.js.map +1 -1
- package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.css +20 -18
- package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.sty.js +6 -6
- package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.sty.js.map +1 -1
- package/esm/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.js +1 -1
- package/esm/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.js.map +2 -2
- package/esm/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.css +3 -3
- package/esm/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.sty.js +1 -1
- package/esm/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.sty.js.map +1 -1
- package/esm/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.css +8 -8
- package/esm/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.sty.js +4 -4
- package/esm/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.sty.js.map +1 -1
- package/esm/charts/core/components/legend/categorical/constants.js +1 -1
- package/esm/charts/core/components/legend/categorical/constants.js.map +1 -1
- package/esm/charts/core/components/legend/categorical/hooks/useLegendInteractions.js +6 -2
- package/esm/charts/core/components/legend/categorical/hooks/useLegendInteractions.js.map +2 -2
- package/esm/charts/core/components/legend/range/RangeLegend.css +3 -3
- package/esm/charts/core/components/legend/range/RangeLegend.sty.js +1 -1
- package/esm/charts/core/components/legend/range/RangeLegend.sty.js.map +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.css +2 -2
- package/esm/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.sty.js +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.sty.js.map +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.css +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.sty.js +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.sty.js.map +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.css +3 -3
- package/esm/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.sty.js +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.sty.js.map +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.css +3 -3
- package/esm/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.sty.js +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.sty.js.map +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.css +5 -5
- package/esm/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.sty.js +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.sty.js.map +1 -1
- package/esm/charts/core/components/legend/range/components/RangeLegendSegmentsOverlay.js.map +1 -1
- package/esm/charts/core/components/legend/range/utils/get-min-max-values.js +2 -2
- package/esm/charts/core/components/legend/range/utils/get-min-max-values.js.map +1 -1
- package/esm/charts/core/components/legend/range/utils/labels-collision.js.map +1 -1
- package/esm/charts/core/components/loader-overlay/LoaderOverlay.css +2 -2
- package/esm/charts/core/components/loader-overlay/LoaderOverlay.sty.js +2 -2
- package/esm/charts/core/components/loader-overlay/LoaderOverlay.sty.js.map +1 -1
- package/esm/charts/core/components/overlay-tooltip/OverlayTooltip.js +5 -2
- package/esm/charts/core/components/overlay-tooltip/OverlayTooltip.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltip.js +6 -5
- package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltip.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltipRenderer.js +4 -1
- package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltipRenderer.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.js +80 -0
- package/esm/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.js.map +7 -0
- package/esm/charts/core/components/overlay-tooltip/components/TooltipPortal.js +95 -20
- package/esm/charts/core/components/overlay-tooltip/components/TooltipPortal.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/global-actions/actions.css +4 -4
- package/esm/charts/core/components/overlay-tooltip/components/global-actions/actions.sty.js +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/global-actions/actions.sty.js.map +1 -1
- package/esm/charts/core/components/overlay-tooltip/components/header/Header.css +14 -6
- package/esm/charts/core/components/overlay-tooltip/components/header/Header.js +15 -11
- package/esm/charts/core/components/overlay-tooltip/components/header/Header.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/header/Header.sty.js +7 -7
- package/esm/charts/core/components/overlay-tooltip/components/header/Header.sty.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/header/utils/get-shown-header-text.js +13 -6
- package/esm/charts/core/components/overlay-tooltip/components/header/utils/get-shown-header-text.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItem.js +28 -23
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItem.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.css +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js.map +1 -1
- package/esm/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.js +29 -0
- package/esm/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.js.map +7 -0
- package/esm/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.js +36 -0
- package/esm/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.js.map +7 -0
- package/esm/charts/core/components/overlay-tooltip/tooltip.css +52 -52
- package/esm/charts/core/components/overlay-tooltip/tooltip.sty.js +39 -39
- package/esm/charts/core/components/overlay-tooltip/tooltip.sty.js.map +1 -1
- package/esm/charts/core/components/overlay-tooltip/utils/text-truncation-header.js +104 -2
- package/esm/charts/core/components/overlay-tooltip/utils/text-truncation-header.js.map +2 -2
- package/esm/charts/core/components/overlays/ChartOverlaysBorder.css +6 -6
- package/esm/charts/core/components/overlays/ChartOverlaysBorder.sty.js +6 -6
- package/esm/charts/core/components/overlays/ChartOverlaysBorder.sty.js.map +1 -1
- package/esm/charts/core/components/selection-area/SelectionArea.css +9 -9
- package/esm/charts/core/components/selection-area/SelectionArea.sty.js +4 -4
- package/esm/charts/core/components/selection-area/SelectionArea.sty.js.map +1 -1
- package/esm/charts/core/components/selection-area/SelectionTooltipWithAsyncActions.js.map +1 -1
- package/esm/charts/core/components/selection-area/tooltip/CustomActions.js +5 -5
- package/esm/charts/core/components/selection-area/tooltip/CustomActions.js.map +2 -2
- package/esm/charts/core/components/series-action/ChartSeriesAction.js +1 -1
- package/esm/charts/core/components/series-action/ChartSeriesAction.js.map +2 -2
- package/esm/charts/core/components/shape/BubbleShape/BubbleShape.css +5 -5
- package/esm/charts/core/components/shape/BubbleShape/BubbleShape.sty.js +3 -3
- package/esm/charts/core/components/shape/BubbleShape/BubbleShape.sty.js.map +1 -1
- package/esm/charts/core/components/shape/EmojiShape/EmojiShape.css +3 -3
- package/esm/charts/core/components/shape/EmojiShape/EmojiShape.sty.js +1 -1
- package/esm/charts/core/components/shape/EmojiShape/EmojiShape.sty.js.map +1 -1
- package/esm/charts/core/components/shape/IconShape/IconShape.css +3 -3
- package/esm/charts/core/components/shape/IconShape/IconShape.sty.js +1 -1
- package/esm/charts/core/components/shape/IconShape/IconShape.sty.js.map +1 -1
- package/esm/charts/core/components/shape/styles/DataPointShape.css +8 -8
- package/esm/charts/core/components/shape/styles/DataPointShape.sty.js +4 -4
- package/esm/charts/core/components/shape/styles/DataPointShape.sty.js.map +1 -1
- package/esm/charts/core/components/shared-chart-interactions/SharedChartInteractions.css +1 -1
- package/esm/charts/core/components/shared-chart-interactions/SharedChartInteractions.sty.js +1 -1
- package/esm/charts/core/components/shared-chart-interactions/SharedChartInteractions.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/SingleValueRenderer.css +5 -5
- package/esm/charts/core/components/single-value-renderer/SingleValueRenderer.sty.js +5 -5
- package/esm/charts/core/components/single-value-renderer/SingleValueRenderer.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/ContentGrid.css +1 -1
- package/esm/charts/core/components/single-value-renderer/components/ContentGrid.sty.js +1 -1
- package/esm/charts/core/components/single-value-renderer/components/ContentGrid.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/Icon.css +3 -3
- package/esm/charts/core/components/single-value-renderer/components/Icon.sty.js +2 -2
- package/esm/charts/core/components/single-value-renderer/components/Icon.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/Label.css +1 -1
- package/esm/charts/core/components/single-value-renderer/components/Label.sty.js +1 -1
- package/esm/charts/core/components/single-value-renderer/components/Label.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/SingleValueToolbar.css +1 -1
- package/esm/charts/core/components/single-value-renderer/components/SingleValueToolbar.sty.js +1 -1
- package/esm/charts/core/components/single-value-renderer/components/SingleValueToolbar.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/Value.css +5 -5
- package/esm/charts/core/components/single-value-renderer/components/Value.sty.js +3 -3
- package/esm/charts/core/components/single-value-renderer/components/Value.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/trend/Trend.css +3 -3
- package/esm/charts/core/components/single-value-renderer/components/trend/Trend.sty.js +3 -3
- package/esm/charts/core/components/single-value-renderer/components/trend/Trend.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/trend/components/Icon.css +2 -2
- package/esm/charts/core/components/single-value-renderer/components/trend/components/Icon.sty.js +1 -1
- package/esm/charts/core/components/single-value-renderer/components/trend/components/Icon.sty.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/components/trend/utils/define-trend-colors.js +2 -2
- package/esm/charts/core/components/single-value-renderer/components/trend/utils/define-trend-colors.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/utils/format-value.js.map +1 -1
- package/esm/charts/core/components/single-value-renderer/utils/get-content-and-background-color.js.map +1 -1
- package/esm/charts/core/components/sparkline-display/Sparkline.css +6 -6
- package/esm/charts/core/components/sparkline-display/Sparkline.sty.js +2 -2
- package/esm/charts/core/components/sparkline-display/Sparkline.sty.js.map +1 -1
- package/esm/charts/core/components/sparkline-display/SparklineRenderer.js +40 -32
- package/esm/charts/core/components/sparkline-display/SparklineRenderer.js.map +2 -2
- package/esm/charts/core/components/text-ellipsis/ChartTextEllipsis.css +7 -7
- package/esm/charts/core/components/text-ellipsis/ChartTextEllipsis.sty.js +3 -3
- package/esm/charts/core/components/text-ellipsis/ChartTextEllipsis.sty.js.map +1 -1
- package/esm/charts/core/components/text-ellipsis/truncate-string.js +105 -9
- package/esm/charts/core/components/text-ellipsis/truncate-string.js.map +2 -2
- package/esm/charts/core/components/threshold-bar/styles.css +11 -11
- package/esm/charts/core/components/threshold-bar/styles.sty.js +2 -2
- package/esm/charts/core/components/threshold-bar/styles.sty.js.map +1 -1
- package/esm/charts/core/components/toolbar/ChartToolbarRenderer.css +16 -16
- package/esm/charts/core/components/toolbar/ChartToolbarRenderer.js +2 -2
- package/esm/charts/core/components/toolbar/ChartToolbarRenderer.js.map +1 -1
- package/esm/charts/core/components/toolbar/ChartToolbarRenderer.sty.js +8 -8
- package/esm/charts/core/components/toolbar/ChartToolbarRenderer.sty.js.map +1 -1
- package/esm/charts/core/components/toolbar/ChartToolbarVisibilityOverlay.js.map +1 -1
- package/esm/charts/core/components/toolbar/components/ChartDataMenu.css +2 -2
- package/esm/charts/core/components/toolbar/components/ChartDataMenu.sty.js +1 -1
- package/esm/charts/core/components/toolbar/components/ChartDataMenu.sty.js.map +1 -1
- package/esm/charts/core/components/toolbar/components/Control.css +17 -17
- package/esm/charts/core/components/toolbar/components/Control.sty.js +5 -5
- package/esm/charts/core/components/toolbar/components/Control.sty.js.map +1 -1
- package/esm/charts/core/components/toolbar/components/ToolbarMenu.css +4 -4
- package/esm/charts/core/components/toolbar/components/ToolbarMenu.sty.js +2 -2
- package/esm/charts/core/components/toolbar/components/ToolbarMenu.sty.js.map +1 -1
- package/esm/charts/core/components/toolbar/styles.css +1 -1
- package/esm/charts/core/components/toolbar/styles.sty.js +1 -1
- package/esm/charts/core/components/toolbar/styles.sty.js.map +1 -1
- package/esm/charts/core/components/toolbar/types.js.map +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.css +6 -6
- package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.js.map +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.sty.js +2 -2
- package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.css +8 -8
- package/esm/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.sty.js +3 -3
- package/esm/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.css +2 -2
- package/esm/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.sty.js +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.css +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.sty.js +1 -1
- package/esm/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.css +6 -6
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.sty.js +2 -2
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.css +7 -7
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.sty.js +6 -6
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltipVirtualizedSeries.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/contents/SeriesBasedContent.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.css +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.sty.js +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Actions.js +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Actions.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Body.js +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Body.js.map +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Header.js +1 -1
- package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Header.js.map +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.css +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.sty.js +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.css +2 -2
- package/esm/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.sty.js +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.css +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.sty.js +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.css +3 -3
- package/esm/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.sty.js +2 -2
- package/esm/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.css +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.sty.js +1 -1
- package/esm/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.css +2 -2
- package/esm/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.sty.js +2 -2
- package/esm/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/shared/styles/SeriesBasedContent.css +12 -12
- package/esm/charts/core/components/tooltip/shared/styles/SeriesBasedContent.sty.js +7 -7
- package/esm/charts/core/components/tooltip/shared/styles/SeriesBasedContent.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip/shared/styles/TooltipBody.css +1 -1
- package/esm/charts/core/components/tooltip/shared/styles/TooltipBody.sty.js +1 -1
- package/esm/charts/core/components/tooltip/shared/styles/TooltipBody.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.css +1 -1
- package/esm/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.sty.js +1 -1
- package/esm/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.sty.js.map +1 -1
- package/esm/charts/core/components/tooltip-atoms/components/styles.css +4 -4
- package/esm/charts/core/components/tooltip-atoms/components/styles.sty.js +4 -4
- package/esm/charts/core/components/tooltip-atoms/components/styles.sty.js.map +1 -1
- package/esm/charts/core/components/zoom/ZoomCursors.css +2 -2
- package/esm/charts/core/components/zoom/ZoomCursors.sty.js +3 -3
- package/esm/charts/core/components/zoom/ZoomCursors.sty.js.map +1 -1
- package/esm/charts/core/hooks/useDragElement.js.map +1 -1
- package/esm/charts/core/hooks/usePointerAndScrollResponsiveChartBounds.js +2 -2
- package/esm/charts/core/hooks/usePointerAndScrollResponsiveChartBounds.js.map +1 -1
- package/esm/charts/core/hooks/useResolveAsyncComponent.js.map +1 -1
- package/esm/charts/core/hooks/useScrollResponsiveChartBounds.js +1 -1
- package/esm/charts/core/hooks/useScrollResponsiveChartBounds.js.map +1 -1
- package/esm/charts/core/hooks/useThrottledCallbackOnScroll.js +1 -1
- package/esm/charts/core/hooks/useThrottledCallbackOnScroll.js.map +1 -1
- package/esm/charts/core/slots/chart-interactions/Pan.js.map +1 -1
- package/esm/charts/core/slots/chart-interactions/Zoom.js.map +1 -1
- package/esm/charts/core/slots/chart-interactions/ZoomX.js.map +1 -1
- package/esm/charts/core/slots/chart-states/EmptyStateSlot.js +4 -1
- package/esm/charts/core/slots/chart-states/EmptyStateSlot.js.map +2 -2
- package/esm/charts/core/slots/chart-states/ErrorStateSlot.js +4 -1
- package/esm/charts/core/slots/chart-states/ErrorStateSlot.js.map +2 -2
- package/esm/charts/core/slots/toolbar/ChartToolbar.js +2 -2
- package/esm/charts/core/slots/toolbar/ChartToolbar.js.map +2 -2
- package/esm/charts/core/slots/toolbar/DownloadData.js.map +1 -1
- package/esm/charts/core/types/tooltip.js.map +1 -1
- package/esm/charts/core/typographyStyles.css +1 -1
- package/esm/charts/core/typographyStyles.sty.js +1 -1
- package/esm/charts/core/typographyStyles.sty.js.map +1 -1
- package/esm/charts/core/utils/build-rgba-color-with-opacity.js +1 -1
- package/esm/charts/core/utils/build-rgba-color-with-opacity.js.map +1 -1
- package/esm/charts/core/utils/iterate-chart-interactions-slots.js.map +1 -1
- package/esm/charts/core/utils/prepare-inverted-color-palette.js.map +1 -1
- package/esm/charts/core/utils/text-truncation.js.map +1 -1
- package/esm/charts/flame/flame-chart/FlameChart.js +25 -32
- package/esm/charts/flame/flame-chart/FlameChart.js.map +2 -2
- package/esm/charts/flame/flame-chart/components/tooltip/DefaultTooltip.js +51 -0
- package/esm/charts/flame/flame-chart/components/tooltip/DefaultTooltip.js.map +7 -0
- package/esm/charts/flame/flame-chart/components/tooltip/messages.js +12 -0
- package/esm/charts/flame/flame-chart/components/tooltip/messages.js.map +7 -0
- package/esm/charts/flame/flame-chart/utils/iterate-slots.js +2 -14
- package/esm/charts/flame/flame-chart/utils/iterate-slots.js.map +2 -2
- package/esm/charts/flame/flame-graph/FlameGraph.js +35 -45
- package/esm/charts/flame/flame-graph/FlameGraph.js.map +2 -2
- package/esm/charts/flame/flame-graph/components/tooltip/DefaultTooltip.js +60 -0
- package/esm/charts/flame/flame-graph/components/tooltip/DefaultTooltip.js.map +7 -0
- package/esm/charts/flame/flame-graph/components/tooltip/messages.js +12 -0
- package/esm/charts/flame/flame-graph/components/tooltip/messages.js.map +7 -0
- package/esm/charts/flame/flame-graph/utils/iterate-slots.js +2 -17
- package/esm/charts/flame/flame-graph/utils/iterate-slots.js.map +2 -2
- package/esm/charts/flame/shared/components/tooltip/FlameTooltip.js +76 -30
- package/esm/charts/flame/shared/components/tooltip/FlameTooltip.js.map +2 -2
- package/esm/charts/flame/shared/components/tooltip/messages.js +32 -0
- package/esm/charts/flame/shared/components/tooltip/messages.js.map +7 -0
- package/esm/charts/flame/shared/slots/Tooltip.js.map +2 -2
- package/esm/charts/flame/shared/utils/build-tooltip-base-data.js +37 -0
- package/esm/charts/flame/shared/utils/build-tooltip-base-data.js.map +7 -0
- package/esm/charts/flame/shared/utils/make-iterate-slots.js +21 -0
- package/esm/charts/flame/shared/utils/make-iterate-slots.js.map +7 -0
- package/esm/charts/flame/shared/utils/order-spans-hierarchically.js +7 -2
- package/esm/charts/flame/shared/utils/order-spans-hierarchically.js.map +2 -2
- package/esm/charts/flame/shared/utils/resolve-flame-tooltip-content.js +26 -0
- package/esm/charts/flame/shared/utils/resolve-flame-tooltip-content.js.map +7 -0
- package/esm/charts/gantt-chart/GanttChartLine.css +1 -1
- package/esm/charts/gantt-chart/GanttChartLine.sty.js +1 -1
- package/esm/charts/gantt-chart/GanttChartLine.sty.js.map +1 -1
- package/esm/charts/gantt-chart/components/GanttChartLineRenderer.css +1 -1
- package/esm/charts/gantt-chart/components/GanttChartLineRenderer.sty.js +1 -1
- package/esm/charts/gantt-chart/components/GanttChartLineRenderer.sty.js.map +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.css +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.js.map +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js.map +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltipBody.js.map +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltipContent.js.map +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltipHeader.js.map +1 -1
- package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.css +1 -1
- package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.sty.js +1 -1
- package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.sty.js.map +1 -1
- package/esm/charts/gauge/components/GaugeLabel/GaugeLabel.css +6 -6
- package/esm/charts/gauge/components/GaugeLabel/GaugeLabel.sty.js +3 -3
- package/esm/charts/gauge/components/GaugeLabel/GaugeLabel.sty.js.map +1 -1
- package/esm/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.css +3 -3
- package/esm/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.sty.js +1 -1
- package/esm/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.sty.js.map +1 -1
- package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.css +4 -4
- package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js +3 -3
- package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js.map +1 -1
- package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.css +2 -2
- package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.js +1 -1
- package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.js.map +2 -2
- package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.sty.js +2 -2
- package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.sty.js.map +1 -1
- package/esm/charts/gauge/components/GaugeRootSVG.js +1 -0
- package/esm/charts/gauge/components/GaugeRootSVG.js.map +2 -2
- package/esm/charts/gauge/hooks/useGaugeChartAspectRatio.js.map +1 -1
- package/esm/charts/gauge/utils/apply-threshold-default.js +1 -1
- package/esm/charts/gauge/utils/apply-threshold-default.js.map +1 -1
- package/esm/charts/histogram/HistogramChartRoot.js +1 -1
- package/esm/charts/histogram/HistogramChartRoot.js.map +1 -1
- package/esm/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.css +1 -1
- package/esm/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.sty.js +1 -1
- package/esm/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.sty.js.map +1 -1
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramCrosshair.js +1 -1
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramCrosshair.js.map +2 -2
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.css +1 -1
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.js +2 -2
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.js.map +1 -1
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.sty.js +1 -1
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.sty.js.map +1 -1
- package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltipWrapper.js.map +1 -1
- package/esm/charts/histogram/components/overlays/HistogramOverlays.css +2 -2
- package/esm/charts/histogram/components/overlays/HistogramOverlays.js.map +1 -1
- package/esm/charts/histogram/components/overlays/HistogramOverlays.sty.js +2 -2
- package/esm/charts/histogram/components/overlays/HistogramOverlays.sty.js.map +1 -1
- package/esm/charts/histogram/components/overlays/HistogramSelectionArea/HistogramSelectionArea.js.map +1 -1
- package/esm/charts/histogram/components/overlays/HistogramSelectionArea/HistogramSelectionAreaTooltip.js.map +1 -1
- package/esm/charts/histogram/components/toolbar/HistogramToolbar.js.map +1 -1
- package/esm/charts/histogram/components/toolbar/ResetButton.js.map +1 -1
- package/esm/charts/histogram/hooks/useSetClosestBins.js +1 -1
- package/esm/charts/histogram/hooks/useSetClosestBins.js.map +1 -1
- package/esm/charts/histogram/providers/HistogramDataProvider.js +1 -1
- package/esm/charts/histogram/providers/HistogramDataProvider.js.map +2 -2
- package/esm/charts/histogram/providers/HistogramStateSyncProvider.js +1 -2
- package/esm/charts/histogram/providers/HistogramStateSyncProvider.js.map +2 -2
- package/esm/charts/histogram/providers/StoreProvider.js +2 -2
- package/esm/charts/histogram/providers/StoreProvider.js.map +2 -2
- package/esm/charts/histogram/utils/iterate-slots.js +1 -2
- package/esm/charts/histogram/utils/iterate-slots.js.map +2 -2
- package/esm/charts/honeycomb/HoneycombChart.css +1 -1
- package/esm/charts/honeycomb/HoneycombChart.sty.js +1 -1
- package/esm/charts/honeycomb/HoneycombChart.sty.js.map +1 -1
- package/esm/charts/honeycomb/components/HiveOverlay.css +1 -1
- package/esm/charts/honeycomb/components/HiveOverlay.sty.js +1 -1
- package/esm/charts/honeycomb/components/HiveOverlay.sty.js.map +1 -1
- package/esm/charts/honeycomb/components/HoneycombChartLayout.js.map +1 -1
- package/esm/charts/honeycomb/components/canvas/HiveCanvasLayout.css +1 -1
- package/esm/charts/honeycomb/components/canvas/HiveCanvasLayout.sty.js +1 -1
- package/esm/charts/honeycomb/components/canvas/HiveCanvasLayout.sty.js.map +1 -1
- package/esm/charts/honeycomb/providers/honeycomb-base-scale.provider.js.map +1 -1
- package/esm/charts/honeycomb/utils/build-honeycomb-config.js +2 -2
- package/esm/charts/honeycomb/utils/build-honeycomb-config.js.map +1 -1
- package/esm/charts/honeycomb/utils/iterate-honeycomb-slots.js.map +1 -1
- package/esm/charts/index.js.map +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegments.js.map +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/providers/StoreProvider.js +10 -1
- package/esm/charts/meter-bar/multi-meter-bar/providers/StoreProvider.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/slots/Label.js +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/slots/Label.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/slots/Max.js +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/slots/Max.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/slots/Min.js +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/slots/Min.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/slots/Value.js +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/slots/Value.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/utils/build-multi-meter-bar-chart-config.js.map +2 -2
- package/esm/charts/meter-bar/shared/components/formatted-value/MeterBarChartFormattedValue.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.css +16 -16
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js +11 -11
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Chart.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Chart.js.map +2 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.css +2 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.sty.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.css +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.sty.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Legend.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Legend.js.map +2 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.css +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.sty.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.css +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.sty.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Thresholds.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Thresholds.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.css +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.sty.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.css +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.js +1 -0
- package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.js.map +2 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.sty.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/styles/element-size.css +4 -4
- package/esm/charts/meter-bar/shared/styles/element-size.sty.js +1 -1
- package/esm/charts/meter-bar/shared/styles/element-size.sty.js.map +1 -1
- package/esm/charts/meter-bar/shared/styles.css +1 -1
- package/esm/charts/meter-bar/shared/styles.sty.js +1 -1
- package/esm/charts/meter-bar/shared/styles.sty.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/MeterBarChart.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/MeterBarChart.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.css +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.sty.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.sty.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/slots/Label.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/slots/Label.js.map +2 -2
- package/esm/charts/meter-bar/single-meter-bar/slots/Max.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/slots/Max.js.map +2 -2
- package/esm/charts/meter-bar/single-meter-bar/slots/Min.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/slots/Min.js.map +2 -2
- package/esm/charts/meter-bar/single-meter-bar/slots/ThresholdLegend.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/slots/Value.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/slots/Value.js.map +2 -2
- package/esm/charts/meter-bar/single-meter-bar/utils/apply-threshold-defaults.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/utils/apply-threshold-defaults.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/utils/iterate-slots.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/utils/resolve-show-threshold-indicators.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/utils/resolve-show-threshold-indicators.js.map +1 -1
- package/esm/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.css +1 -1
- package/esm/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.sty.js +1 -1
- package/esm/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.sty.js.map +1 -1
- package/esm/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.css +1 -1
- package/esm/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.sty.js +1 -1
- package/esm/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.sty.js.map +1 -1
- package/esm/charts/pie/components/PieChartInternal.js +1 -1
- package/esm/charts/pie/components/PieChartInternal.js.map +2 -2
- package/esm/charts/pie/components/PieChartOverlays/PieChartOverlays.css +1 -1
- package/esm/charts/pie/components/PieChartOverlays/PieChartOverlays.sty.js +1 -1
- package/esm/charts/pie/components/PieChartOverlays/PieChartOverlays.sty.js.map +1 -1
- package/esm/charts/pie/components/PieChartPlot/PieChartPlot.css +1 -1
- package/esm/charts/pie/components/PieChartPlot/PieChartPlot.js +49 -40
- package/esm/charts/pie/components/PieChartPlot/PieChartPlot.js.map +2 -2
- package/esm/charts/pie/components/PieChartPlot/PieChartPlot.sty.js +1 -1
- package/esm/charts/pie/components/PieChartPlot/PieChartPlot.sty.js.map +1 -1
- package/esm/charts/pie/context/PieChartRawDataContext.js.map +1 -1
- package/esm/charts/pie/providers/ChartProviders.js.map +1 -1
- package/esm/charts/pie/providers/PieChartSlicesDataProvider.js +5 -1
- package/esm/charts/pie/providers/PieChartSlicesDataProvider.js.map +2 -2
- package/esm/charts/pie/providers/StoreProvider.js +1 -1
- package/esm/charts/pie/providers/StoreProvider.js.map +2 -2
- package/esm/charts/pie/slots/DonutChartInner.js.map +2 -2
- package/esm/charts/pie/types/pie-chart.config.js.map +2 -2
- package/esm/charts/pie/utils/build-and-download-csv.js.map +1 -1
- package/esm/charts/pie/utils/build-group-threshold.js.map +1 -1
- package/esm/charts/pie/utils/build-slices.js.map +1 -1
- package/esm/charts/pie/utils/format-csv.js.map +1 -1
- package/esm/charts/pie/utils/iterate-slots.js.map +1 -1
- package/esm/charts/pie/utils/normalize-pie-data.js.map +1 -1
- package/esm/charts/pie/utils/pie-config.js.map +1 -1
- package/esm/charts/sankey-chart/SankeyChart.css +3 -3
- package/esm/charts/sankey-chart/SankeyChart.sty.js +3 -3
- package/esm/charts/sankey-chart/SankeyChart.sty.js.map +1 -1
- package/esm/charts/sankey-chart/SankeyChartRoot.js +5 -2
- package/esm/charts/sankey-chart/SankeyChartRoot.js.map +2 -2
- package/esm/charts/sankey-chart/components/SankeyCanvas.css +7 -1
- package/esm/charts/sankey-chart/components/SankeyCanvas.js +49 -6
- package/esm/charts/sankey-chart/components/SankeyCanvas.js.map +2 -2
- package/esm/charts/sankey-chart/components/SankeyCanvas.sty.js +4 -2
- package/esm/charts/sankey-chart/components/SankeyCanvas.sty.js.map +2 -2
- package/esm/charts/sankey-chart/components/SankeyGraphArea.js +5 -54
- package/esm/charts/sankey-chart/components/SankeyGraphArea.js.map +2 -2
- package/esm/charts/sankey-chart/components/SankeyGraphAreaContent.js +65 -0
- package/esm/charts/sankey-chart/components/SankeyGraphAreaContent.js.map +7 -0
- package/esm/charts/sankey-chart/components/SankeyLabelOverlay.css +13 -9
- package/esm/charts/sankey-chart/components/SankeyLabelOverlay.js +40 -55
- package/esm/charts/sankey-chart/components/SankeyLabelOverlay.js.map +2 -2
- package/esm/charts/sankey-chart/components/SankeyLabelOverlay.sty.js +10 -8
- package/esm/charts/sankey-chart/components/SankeyLabelOverlay.sty.js.map +2 -2
- package/esm/charts/sankey-chart/components/SankeyNodeLabel.js +37 -0
- package/esm/charts/sankey-chart/components/SankeyNodeLabel.js.map +7 -0
- package/esm/charts/sankey-chart/components/SankeyOverlay.css +1 -1
- package/esm/charts/sankey-chart/components/SankeyOverlay.js +1 -3
- package/esm/charts/sankey-chart/components/SankeyOverlay.js.map +2 -2
- package/esm/charts/sankey-chart/components/SankeyOverlay.sty.js +1 -1
- package/esm/charts/sankey-chart/components/SankeyOverlay.sty.js.map +1 -1
- package/esm/charts/sankey-chart/constants.js +12 -7
- package/esm/charts/sankey-chart/constants.js.map +2 -2
- package/esm/charts/sankey-chart/context/SankeyFormatter.context.js +8 -0
- package/esm/charts/sankey-chart/context/SankeyFormatter.context.js.map +7 -0
- package/esm/charts/sankey-chart/context/SankeyHighlight.context.js +7 -0
- package/esm/charts/sankey-chart/context/SankeyHighlight.context.js.map +7 -0
- package/esm/charts/sankey-chart/context/SankeyStore.context.js +11 -0
- package/esm/charts/sankey-chart/context/SankeyStore.context.js.map +7 -0
- package/esm/charts/sankey-chart/hooks/use-draw-sankey.js +32 -7
- package/esm/charts/sankey-chart/hooks/use-draw-sankey.js.map +2 -2
- package/esm/charts/sankey-chart/hooks/use-sankey-formatter.js +9 -0
- package/esm/charts/sankey-chart/hooks/use-sankey-formatter.js.map +7 -0
- package/esm/charts/sankey-chart/hooks/use-sankey-overlay-events.js +34 -15
- package/esm/charts/sankey-chart/hooks/use-sankey-overlay-events.js.map +2 -2
- package/esm/charts/sankey-chart/providers/SankeyFormatterProvider.js +16 -0
- package/esm/charts/sankey-chart/providers/SankeyFormatterProvider.js.map +7 -0
- package/esm/charts/sankey-chart/providers/SankeyStoreProvider.js +15 -0
- package/esm/charts/sankey-chart/providers/SankeyStoreProvider.js.map +7 -0
- package/esm/charts/sankey-chart/store/selectors.js +11 -5
- package/esm/charts/sankey-chart/store/selectors.js.map +2 -2
- package/esm/charts/sankey-chart/store/store.js +29 -7
- package/esm/charts/sankey-chart/store/store.js.map +2 -2
- package/esm/charts/sankey-chart/types/sankey-shape.js +1 -0
- package/esm/charts/sankey-chart/types/sankey-state.js +1 -0
- package/esm/charts/sankey-chart/types/sankey-state.js.map +7 -0
- package/esm/charts/sankey-chart/utils/find-connected-shapes.js +26 -0
- package/esm/charts/sankey-chart/utils/find-connected-shapes.js.map +7 -0
- package/esm/charts/sankey-chart/utils/find-hovered-shape.js +4 -11
- package/esm/charts/sankey-chart/utils/find-hovered-shape.js.map +2 -2
- package/esm/charts/sankey-chart/utils/generate-sankey-layout.js +10 -1
- package/esm/charts/sankey-chart/utils/generate-sankey-layout.js.map +2 -2
- package/esm/charts/sankey-chart/utils/get-active-connected-set.js +59 -0
- package/esm/charts/sankey-chart/utils/get-active-connected-set.js.map +7 -0
- package/esm/charts/sankey-chart/utils/is-same-sankey-shape.js +19 -0
- package/esm/charts/sankey-chart/utils/is-same-sankey-shape.js.map +7 -0
- package/esm/charts/sankey-chart/utils/layout-index.js +66 -0
- package/esm/charts/sankey-chart/utils/layout-index.js.map +7 -0
- package/esm/charts/sankey-chart/vendor/d3-sankey/sankey.js +20 -2
- package/esm/charts/sankey-chart/vendor/d3-sankey/sankey.js.map +2 -2
- package/esm/charts/single-value/SingleValue.css +1 -1
- package/esm/charts/single-value/SingleValue.sty.js +1 -1
- package/esm/charts/single-value/SingleValue.sty.js.map +1 -1
- package/esm/charts/single-value-grid/SingleValueGrid.css +2 -2
- package/esm/charts/single-value-grid/SingleValueGrid.sty.js +1 -1
- package/esm/charts/single-value-grid/SingleValueGrid.sty.js.map +1 -1
- package/esm/charts/single-value-grid/components/GlobalFontSizeVariables.css +1 -1
- package/esm/charts/single-value-grid/components/GlobalFontSizeVariables.sty.js +1 -1
- package/esm/charts/single-value-grid/components/GlobalFontSizeVariables.sty.js.map +1 -1
- package/esm/charts/single-value-grid/components/SingleValueDisplay.js.map +1 -1
- package/esm/charts/single-value-grid/slots/Value.js.map +1 -1
- package/esm/charts/single-value-grid/utils/build-props-from-grid.js +17 -14
- package/esm/charts/single-value-grid/utils/build-props-from-grid.js.map +2 -2
- package/esm/charts/single-value-grid/utils/get-config-from-accessors.js.map +1 -1
- package/esm/charts/timeseries/TimeseriesChart.js +2 -0
- package/esm/charts/timeseries/TimeseriesChart.js.map +2 -2
- package/esm/charts/timeseries/TimeseriesChartInternal.js +0 -3
- package/esm/charts/timeseries/TimeseriesChartInternal.js.map +2 -2
- package/esm/charts/timeseries/TimeseriesChartRoot.js +2 -1
- package/esm/charts/timeseries/TimeseriesChartRoot.js.map +2 -2
- package/esm/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.css +2 -2
- package/esm/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.sty.js +1 -1
- package/esm/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.sty.js.map +1 -1
- package/esm/charts/timeseries/components/overlays/TimeseriesChartOverlays.js.map +1 -1
- package/esm/charts/timeseries/components/overlays/TimeseriesExplore/TimeseriesChartTooltip.js.map +1 -1
- package/esm/charts/timeseries/components/overlays/TimeseriesOverlays.css +4 -4
- package/esm/charts/timeseries/components/overlays/TimeseriesOverlays.sty.js +4 -4
- package/esm/charts/timeseries/components/overlays/TimeseriesOverlays.sty.js.map +1 -1
- package/esm/charts/timeseries/components/overlays/TimeseriesSelection/TimeseriesSelectionArea.js.map +1 -1
- package/esm/charts/timeseries/components/overlays/TimeseriesSelection/TimeseriesSelectionAreaTooltip.js.map +1 -1
- package/esm/charts/timeseries/components/overlays/TimeseriesSelection/utils/get-selected-datapoints.js +2 -2
- package/esm/charts/timeseries/components/overlays/TimeseriesSelection/utils/get-selected-datapoints.js.map +1 -1
- package/esm/charts/timeseries/components/overlays/utils/tooltip/timeseries-tooltip.js +2 -2
- package/esm/charts/timeseries/components/overlays/utils/tooltip/timeseries-tooltip.js.map +1 -1
- package/esm/charts/timeseries/components/thresholds/ThresholdIndicators.css +2 -2
- package/esm/charts/timeseries/components/thresholds/ThresholdIndicators.sty.js +2 -2
- package/esm/charts/timeseries/components/thresholds/ThresholdIndicators.sty.js.map +1 -1
- package/esm/charts/timeseries/components/toolbar/ResetButton.js.map +1 -1
- package/esm/charts/timeseries/components/toolbar/TimeseriesChartToolbar.js.map +1 -1
- package/esm/charts/timeseries/providers/StoreProvider.js +2 -3
- package/esm/charts/timeseries/providers/StoreProvider.js.map +2 -2
- package/esm/charts/timeseries/providers/TimeseriesDataProvider.js +1 -1
- package/esm/charts/timeseries/providers/TimeseriesDataProvider.js.map +2 -2
- package/esm/charts/timeseries/slots/shapes/Area.js.map +2 -2
- package/esm/charts/timeseries/slots/shapes/Line.js.map +2 -2
- package/esm/charts/timeseries/types/timeseries.js.map +1 -1
- package/esm/charts/timeseries/utils/convert-to-timeseries/convert-to-timeseries.js.map +2 -2
- package/esm/charts/timeseries/utils/convert-to-timeseries/utils/unit-mapping.js.map +1 -1
- package/esm/charts/timeseries/utils/get-datapoint-value.js.map +1 -1
- package/esm/charts/timeseries/utils/iterate-config-slots.js.map +2 -2
- package/esm/charts/top-list/TopList.css +1 -1
- package/esm/charts/top-list/TopList.sty.js +1 -1
- package/esm/charts/top-list/TopList.sty.js.map +1 -1
- package/esm/charts/tree-map/TreeMap.js.map +1 -1
- package/esm/charts/tree-map/components/TreeMapCanvas.js.map +1 -1
- package/esm/charts/tree-map/components/TreeMapChartLayout.js +1 -1
- package/esm/charts/tree-map/components/TreeMapChartLayout.js.map +2 -2
- package/esm/charts/tree-map/components/TreeMapInternal.js.map +2 -2
- package/esm/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.css +1 -1
- package/esm/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.sty.js +1 -1
- package/esm/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.sty.js.map +1 -1
- package/esm/charts/tree-map/hooks/useTreeMapChartConfig.js.map +1 -1
- package/esm/charts/tree-map/providers/StoreProvider.js +1 -1
- package/esm/charts/tree-map/providers/StoreProvider.js.map +2 -2
- package/esm/charts/tree-map/providers/TreeMapChartProviders.js +1 -2
- package/esm/charts/tree-map/providers/TreeMapChartProviders.js.map +2 -2
- package/esm/charts/tree-map/utils/build-tree-map-chart-config.js.map +1 -1
- package/esm/charts/tree-map/utils/get-colored-internal-range-data.js.map +1 -1
- package/esm/charts/tree-map/utils/iterate-slots.js.map +1 -1
- package/esm/charts/tree-map/utils/to-hierarchical-props.js.map +1 -1
- package/esm/charts/xy-chart/XYChartRoot.js +2 -2
- package/esm/charts/xy-chart/XYChartRoot.js.map +1 -1
- package/esm/charts/xy-chart/components/axes/AxisArea.css +1 -1
- package/esm/charts/xy-chart/components/axes/AxisArea.sty.js +1 -1
- package/esm/charts/xy-chart/components/axes/AxisArea.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/axes/AxisTickWithTruncation.css +3 -3
- package/esm/charts/xy-chart/components/axes/AxisTickWithTruncation.sty.js +3 -3
- package/esm/charts/xy-chart/components/axes/AxisTickWithTruncation.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.css +2 -2
- package/esm/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.sty.js +2 -2
- package/esm/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/displays/RectLabelOverlay.css +3 -3
- package/esm/charts/xy-chart/components/displays/RectLabelOverlay.sty.js +3 -3
- package/esm/charts/xy-chart/components/displays/RectLabelOverlay.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/displays/rect-accessors.js +1 -1
- package/esm/charts/xy-chart/components/displays/rect-accessors.js.map +1 -1
- package/esm/charts/xy-chart/components/legend/XYChartLegend.js.map +1 -1
- package/esm/charts/xy-chart/components/legend/XYLegend/XYLegend.js +1 -1
- package/esm/charts/xy-chart/components/legend/XYLegend/XYLegend.js.map +1 -1
- package/esm/charts/xy-chart/components/legend/XYLegend/xy-legend.css +1 -1
- package/esm/charts/xy-chart/components/legend/XYLegend/xy-legend.sty.js +1 -1
- package/esm/charts/xy-chart/components/legend/XYLegend/xy-legend.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/overlay/XYChartOverlay.js +2 -4
- package/esm/charts/xy-chart/components/overlay/XYChartOverlay.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.css +1 -1
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js +32 -12
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.sty.js +1 -1
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/overlay/explore/XYChartExplore.css +2 -2
- package/esm/charts/xy-chart/components/overlay/explore/XYChartExplore.sty.js +2 -2
- package/esm/charts/xy-chart/components/overlay/explore/XYChartExplore.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/overlay/hooks/useOverlayEvents.js.map +1 -1
- package/esm/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.css +1 -1
- package/esm/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.sty.js +1 -1
- package/esm/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltipContent.js +9 -1
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltipContent.js.map +2 -2
- package/esm/charts/xy-chart/components/tooltip/utils/tooltip-styles.css +5 -5
- package/esm/charts/xy-chart/components/tooltip/utils/tooltip-styles.sty.js +4 -4
- package/esm/charts/xy-chart/components/tooltip/utils/tooltip-styles.sty.js.map +1 -1
- package/esm/charts/xy-chart/layout/XYChartLayout.css +2 -2
- package/esm/charts/xy-chart/layout/XYChartLayout.sty.js +2 -2
- package/esm/charts/xy-chart/layout/XYChartLayout.sty.js.map +1 -1
- package/esm/charts/xy-chart/processing-strategies/strategies/base-series.js.map +2 -2
- package/esm/charts/xy-chart/processing-strategies/strategies/dot-series.js +1 -1
- package/esm/charts/xy-chart/processing-strategies/strategies/dot-series.js.map +1 -1
- package/esm/charts/xy-chart/providers/XYChartOverlayPerformanceProvider.js +5 -2
- package/esm/charts/xy-chart/providers/XYChartOverlayPerformanceProvider.js.map +2 -2
- package/esm/charts/xy-chart/providers/XYChartStoreProvider.js +2 -2
- package/esm/charts/xy-chart/providers/XYChartStoreProvider.js.map +2 -2
- package/esm/charts/xy-chart/slots/CustomTooltip.js.map +1 -1
- package/esm/charts/xy-chart/types/xy-chart-internals.js.map +2 -2
- package/esm/charts/xy-chart/utils/iterate-slots.js.map +1 -1
- package/esm/charts/xy-chart/utils/query-closest-quadtree.js +3 -0
- package/esm/charts/xy-chart/utils/query-closest-quadtree.js.map +2 -2
- package/esm/charts/xy-chart/utils/query-hovered-grid.js +8 -2
- package/esm/charts/xy-chart/utils/query-hovered-grid.js.map +2 -2
- package/esm/charts/xy-chart/utils/query-shared.js +9 -0
- package/esm/charts/xy-chart/utils/query-shared.js.map +2 -2
- package/esm/charts/xy-chart-adoption/categorical-bar/CategoricalBarToXY.js +20 -4
- package/esm/charts/xy-chart-adoption/categorical-bar/CategoricalBarToXY.js.map +2 -2
- package/esm/charts/xy-chart-adoption/categorical-bar/constants.js +3 -1
- package/esm/charts/xy-chart-adoption/categorical-bar/constants.js.map +2 -2
- package/esm/charts/xy-chart-adoption/categorical-bar/iterate-slots.js +8 -1
- package/esm/charts/xy-chart-adoption/categorical-bar/iterate-slots.js.map +2 -2
- package/esm/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.js +36 -0
- package/esm/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.js.map +7 -0
- package/esm/charts/xy-chart-adoption/timeseries/iterate-slots.js.map +1 -1
- package/esm/charts/xy-chart-adoption/timeseries/types/timeseries.js.map +1 -1
- package/esm/charts/xy-chart-adoption/timeseries/utils/iterate-config-slots.js.map +1 -1
- package/esm/content/accordion/Accordion.css +14 -14
- package/esm/content/accordion/Accordion.sty.js +8 -8
- package/esm/content/accordion/Accordion.sty.js.map +1 -1
- package/esm/content/ai-loading-indicator/AiLoadingIndicator.css +12 -12
- package/esm/content/ai-loading-indicator/AiLoadingIndicator.sty.js +4 -4
- package/esm/content/ai-loading-indicator/AiLoadingIndicator.sty.js.map +1 -1
- package/esm/content/ai-response/AiResponse.css +5 -5
- package/esm/content/ai-response/AiResponse.sty.js +2 -2
- package/esm/content/ai-response/AiResponse.sty.js.map +1 -1
- package/esm/content/avatar/Avatar.css +13 -13
- package/esm/content/avatar/Avatar.sty.js +4 -4
- package/esm/content/avatar/Avatar.sty.js.map +1 -1
- package/esm/content/avatar-group/AvatarGroup.css +3 -3
- package/esm/content/avatar-group/AvatarGroup.sty.js +2 -2
- package/esm/content/avatar-group/AvatarGroup.sty.js.map +1 -1
- package/esm/content/chip/BaseChip.css +82 -41
- package/esm/content/chip/BaseChip.js +1 -2
- package/esm/content/chip/BaseChip.js.map +2 -2
- package/esm/content/chip/BaseChip.sty.js +6 -6
- package/esm/content/chip/BaseChip.sty.js.map +2 -2
- package/esm/content/chip/ChipContent.css +11 -11
- package/esm/content/chip/ChipContent.sty.js +2 -2
- package/esm/content/chip/ChipContent.sty.js.map +1 -1
- package/esm/content/chip/ChipDeleteButton.css +33 -19
- package/esm/content/chip/ChipDeleteButton.js +3 -5
- package/esm/content/chip/ChipDeleteButton.js.map +2 -2
- package/esm/content/chip/ChipDeleteButton.sty.js +7 -4
- package/esm/content/chip/ChipDeleteButton.sty.js.map +2 -2
- package/esm/content/chip/ChipKey.css +6 -6
- package/esm/content/chip/ChipKey.sty.js +1 -1
- package/esm/content/chip/ChipKey.sty.js.map +1 -1
- package/esm/content/chip/GroupedChip.css +71 -3
- package/esm/content/chip/GroupedChip.js +26 -5
- package/esm/content/chip/GroupedChip.js.map +2 -2
- package/esm/content/chip/GroupedChip.sty.js +7 -4
- package/esm/content/chip/GroupedChip.sty.js.map +2 -2
- package/esm/content/chip/hooks/usePendingFocusAnnouncement.js +54 -0
- package/esm/content/chip/hooks/usePendingFocusAnnouncement.js.map +7 -0
- package/esm/content/chip/messages.js +12 -0
- package/esm/content/chip/messages.js.map +7 -0
- package/esm/content/chip-group/ChipGroup.css +4 -4
- package/esm/content/chip-group/ChipGroup.js +7 -2
- package/esm/content/chip-group/ChipGroup.js.map +2 -2
- package/esm/content/chip-group/ChipGroup.sty.js +1 -1
- package/esm/content/chip-group/ChipGroup.sty.js.map +1 -1
- package/esm/content/chip-group/Control.css +4 -4
- package/esm/content/chip-group/Control.js +15 -1
- package/esm/content/chip-group/Control.js.map +2 -2
- package/esm/content/chip-group/Control.sty.js +1 -1
- package/esm/content/chip-group/Control.sty.js.map +1 -1
- package/esm/content/chip-group/HiddenCount.js.map +1 -1
- package/esm/content/chip-group/contexts/InternalChipGroupContext.js.map +2 -2
- package/esm/content/code-snippet/CodeHighlight.css +25 -25
- package/esm/content/code-snippet/CodeHighlight.sty.js +6 -6
- package/esm/content/code-snippet/CodeHighlight.sty.js.map +1 -1
- package/esm/content/code-snippet/CodeSnippet.css +18 -18
- package/esm/content/code-snippet/CodeSnippet.js +1 -1
- package/esm/content/code-snippet/CodeSnippet.js.map +1 -1
- package/esm/content/code-snippet/CodeSnippet.sty.js +4 -4
- package/esm/content/code-snippet/CodeSnippet.sty.js.map +1 -1
- package/esm/content/code-snippet/HighlightExtended.js +3 -6
- package/esm/content/code-snippet/HighlightExtended.js.map +2 -2
- package/esm/content/empty-state/EmptyState.css +28 -28
- package/esm/content/empty-state/EmptyState.sty.js +7 -7
- package/esm/content/empty-state/EmptyState.sty.js.map +1 -1
- package/esm/content/empty-state/slot-components/Footer.css +1 -1
- package/esm/content/empty-state/slot-components/Footer.sty.js +1 -1
- package/esm/content/empty-state/slot-components/Footer.sty.js.map +1 -1
- package/esm/content/empty-state/slot-components/Visual.css +3 -3
- package/esm/content/empty-state/slot-components/Visual.sty.js +1 -1
- package/esm/content/empty-state/slot-components/Visual.sty.js.map +1 -1
- package/esm/content/expandable-text/ExpandableText.css +7 -7
- package/esm/content/expandable-text/ExpandableText.sty.js +2 -2
- package/esm/content/expandable-text/ExpandableText.sty.js.map +1 -1
- package/esm/content/feature-highlight/FeatureHighlight.css +12 -12
- package/esm/content/feature-highlight/FeatureHighlight.sty.js +3 -3
- package/esm/content/feature-highlight/FeatureHighlight.sty.js.map +1 -1
- package/esm/content/health-indicator/styles.css +23 -23
- package/esm/content/health-indicator/styles.sty.js +1 -1
- package/esm/content/health-indicator/styles.sty.js.map +1 -1
- package/esm/content/information-overlay/InformationOverlay.css +25 -25
- package/esm/content/information-overlay/InformationOverlay.sty.js +5 -5
- package/esm/content/information-overlay/InformationOverlay.sty.js.map +1 -1
- package/esm/content/keyboard-shortcut/KeyboardShortcut.css +14 -14
- package/esm/content/keyboard-shortcut/KeyboardShortcut.sty.js +2 -2
- package/esm/content/keyboard-shortcut/KeyboardShortcut.sty.js.map +1 -1
- package/esm/content/markdown/Markdown.css +6 -3
- package/esm/content/markdown/Markdown.js +11 -7
- package/esm/content/markdown/Markdown.js.map +2 -2
- package/esm/content/markdown/Markdown.sty.js +4 -2
- package/esm/content/markdown/Markdown.sty.js.map +2 -2
- package/esm/content/markdown/remark-frontmatter-to-table.js +62 -0
- package/esm/content/markdown/remark-frontmatter-to-table.js.map +7 -0
- package/esm/content/markdown/transformers/table-mapping.js +1 -1
- package/esm/content/markdown/transformers/table-mapping.js.map +1 -1
- package/esm/content/markdown/transformers/typography-mapping.css +9 -9
- package/esm/content/markdown/transformers/typography-mapping.sty.js +6 -6
- package/esm/content/markdown/transformers/typography-mapping.sty.js.map +1 -1
- package/esm/content/microguide/Microguide.css +11 -11
- package/esm/content/microguide/Microguide.sty.js +7 -7
- package/esm/content/microguide/Microguide.sty.js.map +1 -1
- package/esm/content/progress/ProgressBar.css +71 -71
- package/esm/content/progress/ProgressBar.sty.js +5 -5
- package/esm/content/progress/ProgressBar.sty.js.map +1 -1
- package/esm/content/progress/ProgressBarIcon.css +2 -2
- package/esm/content/progress/ProgressBarIcon.sty.js +1 -1
- package/esm/content/progress/ProgressBarIcon.sty.js.map +1 -1
- package/esm/content/progress/ProgressBarLabel.css +3 -3
- package/esm/content/progress/ProgressBarLabel.sty.js +1 -1
- package/esm/content/progress/ProgressBarLabel.sty.js.map +1 -1
- package/esm/content/progress/ProgressBarValue.css +5 -5
- package/esm/content/progress/ProgressBarValue.sty.js +1 -1
- package/esm/content/progress/ProgressBarValue.sty.js.map +1 -1
- package/esm/content/progress/ProgressCircle.css +48 -40
- package/esm/content/progress/ProgressCircle.js +9 -17
- package/esm/content/progress/ProgressCircle.js.map +2 -2
- package/esm/content/progress/ProgressCircle.sty.js +12 -10
- package/esm/content/progress/ProgressCircle.sty.js.map +2 -2
- package/esm/content/shared-components/Visual.css +3 -3
- package/esm/content/shared-components/Visual.sty.js +1 -1
- package/esm/content/shared-components/Visual.sty.js.map +1 -1
- package/esm/content/skeleton/Skeleton.css +7 -7
- package/esm/content/skeleton/Skeleton.sty.js +5 -5
- package/esm/content/skeleton/Skeleton.sty.js.map +1 -1
- package/esm/content/terminology-overlay/TerminologyOverlay.css +4 -4
- package/esm/content/terminology-overlay/TerminologyOverlay.sty.js +1 -1
- package/esm/content/terminology-overlay/TerminologyOverlay.sty.js.map +1 -1
- package/esm/core/components/app-root/AppRoot.css +1031 -924
- package/esm/core/components/app-root/AppRoot.sty.js +1 -1
- package/esm/core/components/app-root/AppRoot.sty.js.map +1 -1
- package/esm/core/components/app-root/visual-refresh-overrides.js +2 -12
- package/esm/core/components/app-root/visual-refresh-overrides.js.map +2 -2
- package/esm/core/components/focus-scope/FocusScope.js +37 -14
- package/esm/core/components/focus-scope/FocusScope.js.map +2 -2
- package/esm/core/components/time-indicator/TimeIndicator.js +4 -4
- package/esm/core/components/time-indicator/TimeIndicator.js.map +2 -2
- package/esm/core/components/visually-hidden/VisuallyHidden.css +1 -1
- package/esm/core/components/visually-hidden/VisuallyHidden.sty.js +1 -1
- package/esm/core/components/visually-hidden/VisuallyHidden.sty.js.map +1 -1
- package/esm/core/hooks/useCallbackRef.js.map +1 -1
- package/esm/core/hooks/useCurrentTheme.js.map +1 -1
- package/esm/core/hooks/useFocusRing.js +1 -1
- package/esm/core/hooks/useFocusRing.js.map +1 -1
- package/esm/core/hooks/useFormControlState.js.map +1 -1
- package/esm/core/hooks/useId.js.map +1 -1
- package/esm/core/hooks/useMeasureChildren.js.map +1 -1
- package/esm/core/hooks/useMergeRefs.js.map +2 -2
- package/esm/core/hooks/usePrevious.js.map +1 -1
- package/esm/core/hooks/useRovingFocus.js +1 -1
- package/esm/core/hooks/useRovingFocus.js.map +2 -2
- package/esm/core/hooks/useSlots.js +7 -4
- package/esm/core/hooks/useSlots.js.map +2 -2
- package/esm/core/hooks/useVisualRefreshEnabled.js +1 -1
- package/esm/core/hooks/useVisualRefreshEnabled.js.map +1 -1
- package/esm/core/index.js.map +1 -1
- package/esm/core/providers/ScrollProvider.js.map +2 -2
- package/esm/core/sdk/app-state/AppStateContext.js +14 -1
- package/esm/core/sdk/app-state/AppStateContext.js.map +2 -2
- package/esm/core/sdk/app-state/AppStateProvider.js +9 -2
- package/esm/core/sdk/app-state/AppStateProvider.js.map +2 -2
- package/esm/core/sdk/app-state/app-state-store.js +4 -1
- package/esm/core/sdk/app-state/app-state-store.js.map +2 -2
- package/esm/core/sdk/app-state/useAppStateInternal.js +86 -13
- package/esm/core/sdk/app-state/useAppStateInternal.js.map +3 -3
- package/esm/core/sdk/sdk-logger.js +2 -2
- package/esm/core/sdk/sdk-logger.js.map +1 -1
- package/esm/core/styles/defaultChartValues.css +1 -1
- package/esm/core/styles/defaultChartValues.sty.js +1 -1
- package/esm/core/styles/defaultChartValues.sty.js.map +1 -1
- package/esm/core/styles/focusRing.css +66 -66
- package/esm/core/styles/focusRing.sty.js +2 -2
- package/esm/core/styles/focusRing.sty.js.map +1 -1
- package/esm/core/styles/focusRingStatic.css +34 -34
- package/esm/core/styles/focusRingStatic.sty.js +3 -1
- package/esm/core/styles/focusRingStatic.sty.js.map +2 -2
- package/esm/core/styles/virtualFocus.css +2 -2
- package/esm/core/styles/virtualFocus.sty.js +1 -1
- package/esm/core/styles/virtualFocus.sty.js.map +1 -1
- package/esm/core/time/useIntervalCallback.js.map +1 -1
- package/esm/core/utils/can-receive-default-text-format.js.map +1 -1
- package/esm/core/utils/colorUtils.css +60 -60
- package/esm/core/utils/colorUtils.sty.js +2 -2
- package/esm/core/utils/colorUtils.sty.js.map +1 -1
- package/esm/core/utils/focus-management/get-first-tabbable-child.js +14 -0
- package/esm/core/utils/focus-management/get-first-tabbable-child.js.map +7 -0
- package/esm/core/utils/focus-management/get-last-tabbable-child.js +17 -0
- package/esm/core/utils/focus-management/get-last-tabbable-child.js.map +7 -0
- package/esm/core/utils/focus-management/is-focusable.js.map +1 -1
- package/esm/core/utils/focus-management/is-tabbable.js +43 -0
- package/esm/core/utils/focus-management/is-tabbable.js.map +7 -0
- package/esm/core/utils/get-inert-value.js.map +2 -2
- package/esm/core/utils/is-visual-refresh-enabled.js.map +1 -1
- package/esm/core/utils/isBrowser.js +1 -1
- package/esm/core/utils/isBrowser.js.map +1 -1
- package/esm/core/utils/logging.js.map +1 -1
- package/esm/core/utils/merge-props.js.map +1 -1
- package/esm/core/utils/threshold-utils.js.map +2 -2
- package/esm/core/utils/timeParser.js.map +1 -1
- package/esm/editors/base-code-editor/BaseCodeEditor.css +137 -136
- package/esm/editors/base-code-editor/BaseCodeEditor.js +119 -8
- package/esm/editors/base-code-editor/BaseCodeEditor.js.map +3 -3
- package/esm/editors/base-code-editor/BaseCodeEditor.sty.js +2 -2
- package/esm/editors/base-code-editor/BaseCodeEditor.sty.js.map +1 -1
- package/esm/editors/base-code-editor/baseCodeEditorMessages.js +20 -0
- package/esm/editors/base-code-editor/baseCodeEditorMessages.js.map +2 -2
- package/esm/editors/base-code-editor/configuration/getDefaultConfigurations.js +1 -1
- package/esm/editors/base-code-editor/configuration/getDefaultConfigurations.js.map +1 -1
- package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.css +40 -0
- package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.js +107 -0
- package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.js.map +7 -0
- package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.sty.js +7 -0
- package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.sty.js.map +7 -0
- package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.js +104 -0
- package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.js.map +7 -0
- package/esm/editors/code-editor/CodeEditor.js +5 -3
- package/esm/editors/code-editor/CodeEditor.js.map +2 -2
- package/esm/editors/dql-editor/DQLEditor.js +2 -2
- package/esm/editors/dql-editor/DQLEditor.js.map +2 -2
- package/esm/editors/dql-editor/actions-menu/ActionsMenu.css +10 -10
- package/esm/editors/dql-editor/actions-menu/ActionsMenu.sty.js +5 -5
- package/esm/editors/dql-editor/actions-menu/ActionsMenu.sty.js.map +1 -1
- package/esm/editors/dql-editor/autocomplete/SuggestionsInfoSection.css +7 -7
- package/esm/editors/dql-editor/autocomplete/SuggestionsInfoSection.sty.js +3 -3
- package/esm/editors/dql-editor/autocomplete/SuggestionsInfoSection.sty.js.map +1 -1
- package/esm/filters/filter/FilterBar.js +3 -4
- package/esm/filters/filter/FilterBar.js.map +2 -2
- package/esm/filters/filter/Item.js.map +2 -2
- package/esm/filters/filter/utils/getTextFromNode.js.map +1 -1
- package/esm/filters/filter-field/FilterField.css +166 -143
- package/esm/filters/filter-field/FilterField.js +39 -17
- package/esm/filters/filter-field/FilterField.js.map +2 -2
- package/esm/filters/filter-field/FilterField.sty.js +29 -29
- package/esm/filters/filter-field/FilterField.sty.js.map +2 -2
- package/esm/filters/filter-field/components/FilterFieldSuffixButtons.css +3 -3
- package/esm/filters/filter-field/components/FilterFieldSuffixButtons.sty.js +3 -3
- package/esm/filters/filter-field/components/FilterFieldSuffixButtons.sty.js.map +1 -1
- package/esm/filters/filter-field/components/FilterStatement.css +25 -14
- package/esm/filters/filter-field/components/FilterStatement.js +53 -24
- package/esm/filters/filter-field/components/FilterStatement.js.map +2 -2
- package/esm/filters/filter-field/components/FilterStatement.sty.js +9 -9
- package/esm/filters/filter-field/components/FilterStatement.sty.js.map +2 -2
- package/esm/filters/filter-field/contexts/FilterFieldContext.js +2 -0
- package/esm/filters/filter-field/contexts/FilterFieldContext.js.map +2 -2
- package/esm/filters/filter-field/decorations/decoration-marks.js +7 -1
- package/esm/filters/filter-field/decorations/decoration-marks.js.map +2 -2
- package/esm/filters/filter-field/decorations/filter-statements.js +1 -0
- package/esm/filters/filter-field/decorations/filter-statements.js.map +2 -2
- package/esm/filters/filter-field/decorations/wildcards-in-value.js +98 -0
- package/esm/filters/filter-field/decorations/wildcards-in-value.js.map +7 -0
- package/esm/filters/filter-field/editor-state-configs/pasting-update-listener.js.map +1 -1
- package/esm/filters/filter-field/extensions/interactions-extensions.js.map +1 -1
- package/esm/filters/filter-field/extensions/syntax-highlighting-extension.js +23 -19
- package/esm/filters/filter-field/extensions/syntax-highlighting-extension.js.map +2 -2
- package/esm/filters/filter-field/hooks/recent-and-pinned/usePinnedFilterSuggestions.js.map +1 -1
- package/esm/filters/filter-field/hooks/recent-and-pinned/useRecentFilterSuggestions.js.map +1 -1
- package/esm/filters/filter-field/hooks/useShowMore.js +1 -1
- package/esm/filters/filter-field/hooks/useShowMore.js.map +1 -1
- package/esm/filters/filter-field/hooks/useSuggestions.js +3 -7
- package/esm/filters/filter-field/hooks/useSuggestions.js.map +2 -2
- package/esm/filters/filter-field/hooks/useUpdatableCallback.js.map +1 -1
- package/esm/filters/filter-field/messages.js +19 -34
- package/esm/filters/filter-field/messages.js.map +2 -2
- package/esm/filters/filter-field/parser/parser.js.map +2 -2
- package/esm/filters/filter-field/suggestions/AriaLiveInfo.js +65 -161
- package/esm/filters/filter-field/suggestions/AriaLiveInfo.js.map +2 -2
- package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.css +9 -9
- package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js +2 -2
- package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/Suggestion.css +24 -24
- package/esm/filters/filter-field/suggestions/Suggestion.js +11 -4
- package/esm/filters/filter-field/suggestions/Suggestion.js.map +2 -2
- package/esm/filters/filter-field/suggestions/Suggestion.sty.js +16 -16
- package/esm/filters/filter-field/suggestions/Suggestion.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/SuggestionDetails.css +2 -2
- package/esm/filters/filter-field/suggestions/SuggestionDetails.sty.js +2 -2
- package/esm/filters/filter-field/suggestions/SuggestionDetails.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/SuggestionGroup.css +6 -6
- package/esm/filters/filter-field/suggestions/SuggestionGroup.sty.js +3 -3
- package/esm/filters/filter-field/suggestions/SuggestionGroup.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/SuggestionGroupLabel.css +1 -1
- package/esm/filters/filter-field/suggestions/SuggestionGroupLabel.sty.js +1 -1
- package/esm/filters/filter-field/suggestions/SuggestionGroupLabel.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/SuggestionTips.css +8 -8
- package/esm/filters/filter-field/suggestions/SuggestionTips.js +1 -0
- package/esm/filters/filter-field/suggestions/SuggestionTips.js.map +2 -2
- package/esm/filters/filter-field/suggestions/SuggestionTips.sty.js +6 -6
- package/esm/filters/filter-field/suggestions/SuggestionTips.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/Suggestions.js +9 -22
- package/esm/filters/filter-field/suggestions/Suggestions.js.map +2 -2
- package/esm/filters/filter-field/suggestions/SuggestionsOverlay.css +7 -7
- package/esm/filters/filter-field/suggestions/SuggestionsOverlay.js +36 -32
- package/esm/filters/filter-field/suggestions/SuggestionsOverlay.js.map +2 -2
- package/esm/filters/filter-field/suggestions/SuggestionsOverlay.sty.js +5 -5
- package/esm/filters/filter-field/suggestions/SuggestionsOverlay.sty.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/dql-conversion/statement-to-dql-fragments.js +61 -9
- package/esm/filters/filter-field/utils/conversion/dql-conversion/statement-to-dql-fragments.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/comparator/search.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/key/json-path.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/key/key.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/group.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/inclusion.js +7 -3
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/inclusion.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js +49 -6
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/free-text.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/identifier.js +13 -1
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/identifier.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js +92 -7
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/tree-conversion.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/tree-precedence.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/tree-string-conversion.js +15 -4
- package/esm/filters/filter-field/utils/conversion/tree-string-conversion.js.map +2 -2
- package/esm/filters/filter-field/utils/escape-suggestion.js +6 -2
- package/esm/filters/filter-field/utils/escape-suggestion.js.map +2 -2
- package/esm/filters/filter-field/utils/generate-errors-or-diagnostics.js.map +1 -1
- package/esm/filters/filter-field/utils/get-suggestion-transaction.js +44 -3
- package/esm/filters/filter-field/utils/get-suggestion-transaction.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/operator-suggestions.js +1 -1
- package/esm/filters/filter-field/utils/suggestions-utils/operator-suggestions.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/shared-suggestions.js +4 -3
- package/esm/filters/filter-field/utils/suggestions-utils/shared-suggestions.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/value-suggestions.js +42 -0
- package/esm/filters/filter-field/utils/suggestions-utils/value-suggestions.js.map +2 -2
- package/esm/filters/filter-field/utils/validation-utils/operator-specification.js +8 -2
- package/esm/filters/filter-field/utils/validation-utils/operator-specification.js.map +2 -2
- package/esm/filters/filter-field/utils/validation-utils/type-guards.js.map +1 -1
- package/esm/filters/filter-field/utils/validation-utils/validation-helper-functions.js +33 -4
- package/esm/filters/filter-field/utils/validation-utils/validation-helper-functions.js.map +2 -2
- package/esm/filters/filter-field/utils/value-operations/add-filter.js.map +1 -1
- package/esm/filters/filter-field/utils/value-operations/remove-filter.js +4 -1
- package/esm/filters/filter-field/utils/value-operations/remove-filter.js.map +2 -2
- package/esm/filters/helper/queryHelper.js.map +1 -1
- package/esm/filters/index.js.map +1 -1
- package/esm/filters/segment-selector/CustomTrigger.js.map +1 -1
- package/esm/filters/segment-selector/SegmentSelector.css +4 -4
- package/esm/filters/segment-selector/SegmentSelector.js.map +2 -2
- package/esm/filters/segment-selector/SegmentSelector.sty.js +4 -4
- package/esm/filters/segment-selector/SegmentSelector.sty.js.map +1 -1
- package/esm/filters/segment-selector/hooks/useSegments.js.map +1 -1
- package/esm/filters/segment-selector/parts/EmptySegments.css +1 -1
- package/esm/filters/segment-selector/parts/EmptySegments.sty.js +1 -1
- package/esm/filters/segment-selector/parts/EmptySegments.sty.js.map +1 -1
- package/esm/filters/segment-selector/parts/Overlay.css +8 -8
- package/esm/filters/segment-selector/parts/Overlay.sty.js +8 -8
- package/esm/filters/segment-selector/parts/Overlay.sty.js.map +1 -1
- package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.css +4 -4
- package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.sty.js +4 -4
- package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.sty.js.map +1 -1
- package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.css +34 -34
- package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.sty.js +10 -10
- package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.sty.js.map +1 -1
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.css +22 -22
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.js.map +1 -1
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js +7 -7
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js.map +1 -1
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.css +1 -1
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.sty.js +1 -1
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.sty.js.map +1 -1
- package/esm/filters/segment-selector/parts/selectionBar/ValueSelect.js +1 -1
- package/esm/filters/segment-selector/parts/selectionBar/ValueSelect.js.map +1 -1
- package/esm/filters/timeframe-selector/TimeframeSelector.css +2 -2
- package/esm/filters/timeframe-selector/TimeframeSelector.js +4 -4
- package/esm/filters/timeframe-selector/TimeframeSelector.js.map +1 -1
- package/esm/filters/timeframe-selector/TimeframeSelector.sty.js +2 -2
- package/esm/filters/timeframe-selector/TimeframeSelector.sty.js.map +1 -1
- package/esm/filters/timeframe-selector/TimeframeSelectorRoot.js +1 -1
- package/esm/filters/timeframe-selector/TimeframeSelectorRoot.js.map +1 -1
- package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.css +4 -4
- package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.sty.js +3 -3
- package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.sty.js.map +1 -1
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.css +4 -4
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.js +1 -1
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.js.map +2 -2
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.sty.js +4 -4
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.sty.js.map +1 -1
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js +3 -0
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js.map +2 -2
- package/esm/filters/timeframe-selector/components/presets/PresetItem.js.map +2 -2
- package/esm/filters/timeframe-selector/components/presets/Presets.css +27 -27
- package/esm/filters/timeframe-selector/components/presets/Presets.sty.js +11 -11
- package/esm/filters/timeframe-selector/components/presets/Presets.sty.js.map +1 -1
- package/esm/filters/timeframe-selector/components/trigger/Trigger.css +11 -11
- package/esm/filters/timeframe-selector/components/trigger/Trigger.sty.js +4 -4
- package/esm/filters/timeframe-selector/components/trigger/Trigger.sty.js.map +1 -1
- package/esm/filters/timeframe-selector/constants/timeframeSelectorMessages.js +5 -0
- package/esm/filters/timeframe-selector/constants/timeframeSelectorMessages.js.map +2 -2
- package/esm/filters/timeframe-selector/utils/presets-helpers.js.map +1 -1
- package/esm/forms/_base-input/BaseInput.css +87 -87
- package/esm/forms/_base-input/BaseInput.js +4 -4
- package/esm/forms/_base-input/BaseInput.js.map +2 -2
- package/esm/forms/_base-input/BaseInput.sty.js +11 -11
- package/esm/forms/_base-input/BaseInput.sty.js.map +1 -1
- package/esm/forms/_base-input/BaseInputContent.css +7 -7
- package/esm/forms/_base-input/BaseInputContent.sty.js +1 -1
- package/esm/forms/_base-input/BaseInputContent.sty.js.map +1 -1
- package/esm/forms/calendar/Calendar.css +48 -48
- package/esm/forms/calendar/Calendar.js +3 -3
- package/esm/forms/calendar/Calendar.js.map +1 -1
- package/esm/forms/calendar/Calendar.sty.js +12 -12
- package/esm/forms/calendar/Calendar.sty.js.map +1 -1
- package/esm/forms/calendar/CalendarRoot.js +36 -42
- package/esm/forms/calendar/CalendarRoot.js.map +2 -2
- package/esm/forms/calendar/components/CalendarItem.css +7 -7
- package/esm/forms/calendar/components/CalendarItem.sty.js +4 -4
- package/esm/forms/calendar/components/CalendarItem.sty.js.map +1 -1
- package/esm/forms/calendar/components/CalendarOutlineIcon.css +8 -8
- package/esm/forms/calendar/components/CalendarOutlineIcon.sty.js +5 -5
- package/esm/forms/calendar/components/CalendarOutlineIcon.sty.js.map +1 -1
- package/esm/forms/calendar/hooks/useCalendar.js +1 -2
- package/esm/forms/calendar/hooks/useCalendar.js.map +2 -2
- package/esm/forms/calendar/state/calendar-state-reducer.js.map +1 -1
- package/esm/forms/calendar/variables.sty.js +2 -2
- package/esm/forms/calendar/variables.sty.js.map +1 -1
- package/esm/forms/checkbox/Checkbox.css +20 -20
- package/esm/forms/checkbox/Checkbox.js +1 -1
- package/esm/forms/checkbox/Checkbox.js.map +1 -1
- package/esm/forms/checkbox/Checkbox.sty.js +3 -3
- package/esm/forms/checkbox/Checkbox.sty.js.map +1 -1
- package/esm/forms/date-time-picker/DateTimePicker.css +42 -42
- package/esm/forms/date-time-picker/DateTimePicker.js +2 -2
- package/esm/forms/date-time-picker/DateTimePicker.js.map +1 -1
- package/esm/forms/date-time-picker/DateTimePicker.sty.js +6 -6
- package/esm/forms/date-time-picker/DateTimePicker.sty.js.map +1 -1
- package/esm/forms/date-time-picker/hooks/useDateTimePicker.js.map +1 -1
- package/esm/forms/date-time-picker/hooks/useSpinButtons.js.map +1 -1
- package/esm/forms/date-time-range-picker/DateRangeSelector.css +1 -1
- package/esm/forms/date-time-range-picker/DateRangeSelector.sty.js +1 -1
- package/esm/forms/date-time-range-picker/DateRangeSelector.sty.js.map +1 -1
- package/esm/forms/date-time-range-picker/DateTimeInput.css +11 -11
- package/esm/forms/date-time-range-picker/DateTimeInput.js.map +1 -1
- package/esm/forms/date-time-range-picker/DateTimeInput.sty.js +3 -3
- package/esm/forms/date-time-range-picker/DateTimeInput.sty.js.map +1 -1
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.css +27 -27
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.js +2 -2
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.js.map +1 -1
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.sty.js +4 -4
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.sty.js.map +1 -1
- package/esm/forms/date-time-range-picker/hooks/useDateTimeInput.js +1 -1
- package/esm/forms/date-time-range-picker/hooks/useDateTimeInput.js.map +1 -1
- package/esm/forms/form/hooks/useInternalFormRegistration.js +1 -1
- package/esm/forms/form/hooks/useInternalFormRegistration.js.map +1 -1
- package/esm/forms/form/runtime/createFormRuntime.js +20 -6
- package/esm/forms/form/runtime/createFormRuntime.js.map +2 -2
- package/esm/forms/forms-core/components/field-set/FieldSet.css +2 -2
- package/esm/forms/forms-core/components/field-set/FieldSet.sty.js +2 -2
- package/esm/forms/forms-core/components/field-set/FieldSet.sty.js.map +1 -1
- package/esm/forms/forms-core/components/form-field/FormField.js +1 -1
- package/esm/forms/forms-core/components/form-field/FormField.js.map +2 -2
- package/esm/forms/forms-core/components/form-field/FormField.sty.js +1 -1
- package/esm/forms/forms-core/components/form-field/FormField.sty.js.map +1 -1
- package/esm/forms/forms-core/components/form-field/FormFieldMessageContextProvider.js +1 -1
- package/esm/forms/forms-core/components/form-field/FormFieldMessageContextProvider.js.map +1 -1
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.css +5 -5
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.js +4 -2
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.js.map +2 -2
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.sty.js +2 -2
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.sty.js.map +1 -1
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.css +3 -3
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.js +12 -10
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.js.map +2 -2
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.sty.js +1 -1
- package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.sty.js.map +1 -1
- package/esm/forms/forms-core/components/hint/Hint.js.map +1 -1
- package/esm/forms/forms-core/components/label/Label.css +5 -5
- package/esm/forms/forms-core/components/label/Label.js +1 -1
- package/esm/forms/forms-core/components/label/Label.js.map +2 -2
- package/esm/forms/forms-core/components/label/Label.sty.js +2 -2
- package/esm/forms/forms-core/components/label/Label.sty.js.map +1 -1
- package/esm/forms/forms-core/contexts/FormFieldContext.js.map +1 -1
- package/esm/forms/forms-core/hooks/useFormControl.js +2 -2
- package/esm/forms/forms-core/hooks/useFormControl.js.map +2 -2
- package/esm/forms/forms-core/state/formfield-state-reducer.js +5 -5
- package/esm/forms/forms-core/state/formfield-state-reducer.js.map +1 -1
- package/esm/forms/forms-core/time/helpers.js.map +1 -1
- package/esm/forms/forms-core/time/timeParser.js.map +1 -1
- package/esm/forms/forms-core/time/useIntervalCallback.js.map +1 -1
- package/esm/forms/hooks/useAutofillEvent.css +8 -8
- package/esm/forms/hooks/useAutofillEvent.sty.js +4 -4
- package/esm/forms/hooks/useAutofillEvent.sty.js.map +1 -1
- package/esm/forms/hooks/useContainerFocus.css +1 -1
- package/esm/forms/hooks/useContainerFocus.sty.js +1 -1
- package/esm/forms/hooks/useContainerFocus.sty.js.map +1 -1
- package/esm/forms/index.js.map +2 -2
- package/esm/forms/number-input/NumberInput.js.map +1 -1
- package/esm/forms/number-input/NumberInputBase.js +0 -2
- package/esm/forms/number-input/NumberInputBase.js.map +2 -2
- package/esm/forms/number-input-v2/NumberInput.js +101 -166
- package/esm/forms/number-input-v2/NumberInput.js.map +2 -2
- package/esm/forms/password-input/PasswordInput.js +1 -1
- package/esm/forms/password-input/PasswordInput.js.map +1 -1
- package/esm/forms/radio/Radio.js.map +1 -1
- package/esm/forms/radio/RadioGroup.js +1 -1
- package/esm/forms/radio/RadioGroup.js.map +2 -2
- package/esm/forms/radio/RadioGroupContext.js.map +1 -1
- package/esm/forms/radio/styles.css +18 -18
- package/esm/forms/radio/styles.sty.js +8 -8
- package/esm/forms/radio/styles.sty.js.map +1 -1
- package/esm/forms/search-input/SearchInput.css +2 -2
- package/esm/forms/search-input/SearchInput.js.map +1 -1
- package/esm/forms/search-input/SearchInput.sty.js +1 -1
- package/esm/forms/search-input/SearchInput.sty.js.map +1 -1
- package/esm/forms/search-input/Stepper.css +5 -5
- package/esm/forms/search-input/Stepper.sty.js +3 -3
- package/esm/forms/search-input/Stepper.sty.js.map +1 -1
- package/esm/forms/select/Select.js +1 -1
- package/esm/forms/select/Select.js.map +1 -1
- package/esm/forms/select/components/HiddenSelect.js +0 -2
- package/esm/forms/select/components/HiddenSelect.js.map +2 -2
- package/esm/forms/select/components/MenuList.js.map +1 -1
- package/esm/forms/select/components/ValueContainer.js.map +2 -2
- package/esm/forms/select/components/sort-selected-options-first.js +1 -1
- package/esm/forms/select/components/sort-selected-options-first.js.map +1 -1
- package/esm/forms/select/hooks/use-select-options.js.map +1 -1
- package/esm/forms/select/hooks/use-select-slots.js.map +1 -1
- package/esm/forms/select/styles/Select.css +46 -46
- package/esm/forms/select/styles/Select.sty.js +24 -24
- package/esm/forms/select/styles/Select.sty.js.map +1 -1
- package/esm/forms/shared-types.js.map +2 -2
- package/esm/forms/spin-buttons/SpinButton.css +8 -8
- package/esm/forms/spin-buttons/SpinButton.sty.js +2 -2
- package/esm/forms/spin-buttons/SpinButton.sty.js.map +1 -1
- package/esm/forms/spin-buttons/hooks/useSelection.js.map +1 -1
- package/esm/forms/spin-buttons/number-spin-button/NumberSpinButton.js.map +1 -1
- package/esm/forms/spin-buttons/text-spin-button/TextSpinButton.js.map +1 -1
- package/esm/forms/switch/Switch.css +36 -36
- package/esm/forms/switch/Switch.js +1 -1
- package/esm/forms/switch/Switch.js.map +2 -2
- package/esm/forms/switch/Switch.sty.js +5 -5
- package/esm/forms/switch/Switch.sty.js.map +1 -1
- package/esm/forms/text-area/TextArea.css +59 -59
- package/esm/forms/text-area/TextArea.js +1 -1
- package/esm/forms/text-area/TextArea.js.map +1 -1
- package/esm/forms/text-area/TextArea.sty.js +3 -3
- package/esm/forms/text-area/TextArea.sty.js.map +1 -1
- package/esm/forms/toggle-button-group/Item.js.map +1 -1
- package/esm/forms/toggle-button-group/ToggleButtonGroup.js.map +2 -2
- package/esm/forms/toggle-button-group/styles.css +58 -58
- package/esm/forms/toggle-button-group/styles.sty.js +15 -15
- package/esm/forms/toggle-button-group/styles.sty.js.map +1 -1
- package/esm/forms/validation/useCustomMessageEmitter.js +3 -1
- package/esm/forms/validation/useCustomMessageEmitter.js.map +2 -2
- package/esm/layouts/app-header/AppHeader.css +1 -1
- package/esm/layouts/app-header/AppHeader.js.map +2 -2
- package/esm/layouts/app-header/AppHeader.sty.js +1 -1
- package/esm/layouts/app-header/AppHeader.sty.js.map +1 -1
- package/esm/layouts/app-header/Navigation.css +9 -9
- package/esm/layouts/app-header/Navigation.sty.js +5 -5
- package/esm/layouts/app-header/Navigation.sty.js.map +1 -1
- package/esm/layouts/app-header/action-group/ActionButton.css +17 -17
- package/esm/layouts/app-header/action-group/ActionButton.js.map +1 -1
- package/esm/layouts/app-header/action-group/ActionButton.sty.js +3 -3
- package/esm/layouts/app-header/action-group/ActionButton.sty.js.map +1 -1
- package/esm/layouts/app-header/action-group/ActionGroup.css +1 -1
- package/esm/layouts/app-header/action-group/ActionGroup.js.map +1 -1
- package/esm/layouts/app-header/action-group/ActionGroup.sty.js +1 -1
- package/esm/layouts/app-header/action-group/ActionGroup.sty.js.map +1 -1
- package/esm/layouts/app-header/action-group/NavItem.css +4 -4
- package/esm/layouts/app-header/action-group/NavItem.sty.js +3 -3
- package/esm/layouts/app-header/action-group/NavItem.sty.js.map +1 -1
- package/esm/layouts/app-header/app-icon/AppIcon.css +4 -4
- package/esm/layouts/app-header/app-icon/AppIcon.sty.js +1 -1
- package/esm/layouts/app-header/app-icon/AppIcon.sty.js.map +1 -1
- package/esm/layouts/container/Container.css +5 -5
- package/esm/layouts/container/Container.sty.js +1 -1
- package/esm/layouts/container/Container.sty.js.map +1 -1
- package/esm/layouts/divider/Divider.css +6 -6
- package/esm/layouts/divider/Divider.sty.js +1 -1
- package/esm/layouts/divider/Divider.sty.js.map +1 -1
- package/esm/layouts/help-menu/HelpMenu.css +20 -0
- package/esm/layouts/help-menu/HelpMenu.js +17 -18
- package/esm/layouts/help-menu/HelpMenu.js.map +2 -2
- package/esm/layouts/help-menu/HelpMenu.sty.js +9 -0
- package/esm/layouts/help-menu/HelpMenu.sty.js.map +7 -0
- package/esm/layouts/hooks/useLayoutStyles.js.map +1 -1
- package/esm/layouts/index.js.map +1 -1
- package/esm/layouts/input-group/InputGroup.css +62 -62
- package/esm/layouts/input-group/InputGroup.sty.js +1 -1
- package/esm/layouts/input-group/InputGroup.sty.js.map +1 -1
- package/esm/layouts/page/DetailView.css +3 -3
- package/esm/layouts/page/DetailView.js.map +2 -2
- package/esm/layouts/page/DetailView.sty.js +2 -2
- package/esm/layouts/page/DetailView.sty.js.map +1 -1
- package/esm/layouts/page/Header.css +2 -2
- package/esm/layouts/page/Header.js.map +2 -2
- package/esm/layouts/page/Header.sty.js +1 -1
- package/esm/layouts/page/Header.sty.js.map +1 -1
- package/esm/layouts/page/Main.css +6 -6
- package/esm/layouts/page/Main.js.map +2 -2
- package/esm/layouts/page/Main.sty.js +4 -4
- package/esm/layouts/page/Main.sty.js.map +1 -1
- package/esm/layouts/page/Page.css +2 -2
- package/esm/layouts/page/Page.js.map +2 -2
- package/esm/layouts/page/Page.sty.js +1 -1
- package/esm/layouts/page/Page.sty.js.map +1 -1
- package/esm/layouts/page/Panel.js.map +2 -2
- package/esm/layouts/page/PanelControlButton.js.map +2 -2
- package/esm/layouts/page/Sidebar.css +35 -35
- package/esm/layouts/page/Sidebar.js.map +2 -2
- package/esm/layouts/page/Sidebar.sty.js +8 -8
- package/esm/layouts/page/Sidebar.sty.js.map +1 -1
- package/esm/layouts/page/page-context.js.map +1 -1
- package/esm/layouts/page/page-types.js.map +1 -1
- package/esm/layouts/page/panel-context.js.map +1 -1
- package/esm/layouts/page/panel-types.js.map +1 -1
- package/esm/layouts/page/panel.css +19 -19
- package/esm/layouts/page/panel.sty.js +10 -10
- package/esm/layouts/page/panel.sty.js.map +1 -1
- package/esm/layouts/page-layout/PageLayout.css +10 -10
- package/esm/layouts/page-layout/PageLayout.js +1 -1
- package/esm/layouts/page-layout/PageLayout.js.map +2 -2
- package/esm/layouts/page-layout/PageLayout.sty.js +6 -6
- package/esm/layouts/page-layout/PageLayout.sty.js.map +1 -1
- package/esm/layouts/page-layout/details-layout/DetailsControlBar.css +3 -3
- package/esm/layouts/page-layout/details-layout/DetailsControlBar.sty.js +3 -3
- package/esm/layouts/page-layout/details-layout/DetailsControlBar.sty.js.map +1 -1
- package/esm/layouts/page-layout/details-layout/DetailsLayout.css +6 -6
- package/esm/layouts/page-layout/details-layout/DetailsLayout.sty.js +5 -5
- package/esm/layouts/page-layout/details-layout/DetailsLayout.sty.js.map +1 -1
- package/esm/layouts/page-layout/details-layout/Overlay.css +18 -18
- package/esm/layouts/page-layout/details-layout/Overlay.sty.js +4 -4
- package/esm/layouts/page-layout/details-layout/Overlay.sty.js.map +1 -1
- package/esm/layouts/page-layout/shared/TeleportTarget.js.map +1 -1
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.css +37 -37
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js +14 -14
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js.map +1 -1
- package/esm/layouts/split-layout/SplitLayout.css +19 -19
- package/esm/layouts/split-layout/SplitLayout.sty.js +7 -7
- package/esm/layouts/split-layout/SplitLayout.sty.js.map +1 -1
- package/esm/layouts/surface/Surface.css +39 -39
- package/esm/layouts/surface/Surface.sty.js +2 -2
- package/esm/layouts/surface/Surface.sty.js.map +1 -1
- package/esm/layouts/surface/variables.sty.js +1 -1
- package/esm/layouts/surface/variables.sty.js.map +1 -1
- package/esm/layouts/title-bar/TitleBar.css +5 -5
- package/esm/layouts/title-bar/TitleBar.sty.js +4 -4
- package/esm/layouts/title-bar/TitleBar.sty.js.map +1 -1
- package/esm/navigation/breadcrumbs/Breadcrumbs.css +9 -9
- package/esm/navigation/breadcrumbs/Breadcrumbs.sty.js +5 -5
- package/esm/navigation/breadcrumbs/Breadcrumbs.sty.js.map +1 -1
- package/esm/navigation/menu/Content.js +2 -0
- package/esm/navigation/menu/Content.js.map +2 -2
- package/esm/navigation/menu/Group.js +42 -16
- package/esm/navigation/menu/Group.js.map +2 -2
- package/esm/navigation/menu/Item.js +10 -5
- package/esm/navigation/menu/Item.js.map +2 -2
- package/esm/navigation/menu/Label.js +28 -14
- package/esm/navigation/menu/Label.js.map +2 -2
- package/esm/navigation/menu/Menu.css +17 -17
- package/esm/navigation/menu/Menu.js +2 -1
- package/esm/navigation/menu/Menu.js.map +2 -2
- package/esm/navigation/menu/Menu.sty.js +8 -8
- package/esm/navigation/menu/Menu.sty.js.map +1 -1
- package/esm/navigation/menu/MobileContent.js +4 -1
- package/esm/navigation/menu/MobileContent.js.map +2 -2
- package/esm/navigation/menu/MobileMenu.css +14 -14
- package/esm/navigation/menu/MobileMenu.sty.js +8 -8
- package/esm/navigation/menu/MobileMenu.sty.js.map +1 -1
- package/esm/navigation/menu/MobileSubTrigger.js +1 -0
- package/esm/navigation/menu/MobileSubTrigger.js.map +2 -2
- package/esm/navigation/menu/contexts/MenuGroupContext.js +6 -0
- package/esm/navigation/menu/contexts/MenuGroupContext.js.map +7 -0
- package/esm/navigation/tabs/RenderTab.css +14 -14
- package/esm/navigation/tabs/RenderTab.sty.js +3 -3
- package/esm/navigation/tabs/RenderTab.sty.js.map +1 -1
- package/esm/navigation/tabs/TabPanel.css +3 -3
- package/esm/navigation/tabs/TabPanel.sty.js +2 -2
- package/esm/navigation/tabs/TabPanel.sty.js.map +1 -1
- package/esm/navigation/tabs/Tabs.css +9 -9
- package/esm/navigation/tabs/Tabs.js.map +1 -1
- package/esm/navigation/tabs/Tabs.sty.js +5 -5
- package/esm/navigation/tabs/Tabs.sty.js.map +1 -1
- package/esm/notifications/notification-settings/NotificationSettings.css +1 -1
- package/esm/notifications/notification-settings/NotificationSettings.sty.js +1 -1
- package/esm/notifications/notification-settings/NotificationSettings.sty.js.map +1 -1
- package/esm/notifications/toast/Toast.css +6 -6
- package/esm/notifications/toast/Toast.sty.js +4 -4
- package/esm/notifications/toast/Toast.sty.js.map +1 -1
- package/esm/notifications/toast/ToastContainer.css +17 -17
- package/esm/notifications/toast/ToastContainer.js.map +1 -1
- package/esm/notifications/toast/ToastContainer.sty.js +1 -1
- package/esm/notifications/toast/ToastContainer.sty.js.map +1 -1
- package/esm/overlays/drawer/Drawer.css +9 -9
- package/esm/overlays/drawer/Drawer.sty.js +5 -5
- package/esm/overlays/drawer/Drawer.sty.js.map +1 -1
- package/esm/overlays/hooks/useOverlay.js.map +1 -1
- package/esm/overlays/hooks/useOverlayWithTrigger.js.map +1 -1
- package/esm/overlays/hooks/usePress.js +4 -4
- package/esm/overlays/hooks/usePress.js.map +1 -1
- package/esm/overlays/index.js.map +1 -1
- package/esm/overlays/modal/Modal.css +16 -16
- package/esm/overlays/modal/Modal.sty.js +7 -7
- package/esm/overlays/modal/Modal.sty.js.map +1 -1
- package/esm/overlays/overlay/Overlay.css +1 -1
- package/esm/overlays/overlay/Overlay.sty.js +1 -1
- package/esm/overlays/overlay/Overlay.sty.js.map +1 -1
- package/esm/overlays/sheet/Sheet.css +8 -7
- package/esm/overlays/sheet/Sheet.js +5 -4
- package/esm/overlays/sheet/Sheet.js.map +2 -2
- package/esm/overlays/sheet/Sheet.sty.js +5 -5
- package/esm/overlays/sheet/Sheet.sty.js.map +1 -1
- package/esm/overlays/tooltip/Tooltip.js +1 -1
- package/esm/overlays/tooltip/Tooltip.js.map +1 -1
- package/esm/overlays/tooltip/tooltip.css +18 -18
- package/esm/overlays/tooltip/tooltip.sty.js +3 -3
- package/esm/overlays/tooltip/tooltip.sty.js.map +1 -1
- package/esm/overlays/utils/popper-modifiers.js.map +1 -1
- package/esm/styles/colorUtils.css +60 -60
- package/esm/styles/colorUtils.sty.js +2 -2
- package/esm/styles/colorUtils.sty.js.map +1 -1
- package/esm/styles/container.css +47 -47
- package/esm/styles/container.sty.js +2 -2
- package/esm/styles/container.sty.js.map +1 -1
- package/esm/styles/ellipsis.css +1 -1
- package/esm/styles/ellipsis.sty.js +1 -1
- package/esm/styles/ellipsis.sty.js.map +1 -1
- package/esm/styles/field.css +256 -256
- package/esm/styles/field.sty.js +2 -2
- package/esm/styles/field.sty.js.map +1 -1
- package/esm/styles/safe-sprinkles.js.map +1 -1
- package/esm/styles/screen-reader-only.css +1 -1
- package/esm/styles/screen-reader-only.sty.js +1 -1
- package/esm/styles/screen-reader-only.sty.js.map +1 -1
- package/esm/styles/sprinkles.css +262 -262
- package/esm/styles/sprinkles.sty.js +1 -1
- package/esm/styles/sprinkles.sty.js.map +1 -1
- package/esm/styles/textStyle.css +8 -8
- package/esm/styles/textStyle.sty.js +1 -1
- package/esm/styles/textStyle.sty.js.map +1 -1
- package/esm/tables/DataTable/DataTable.css +2 -2
- package/esm/tables/DataTable/DataTable.js +25 -23
- package/esm/tables/DataTable/DataTable.js.map +2 -2
- package/esm/tables/DataTable/DataTable.sty.js +7 -7
- package/esm/tables/DataTable/DataTable.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Alignment.css +6 -6
- package/esm/tables/DataTable/components/Alignment.sty.js +2 -2
- package/esm/tables/DataTable/components/Alignment.sty.js.map +1 -1
- package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.css +6 -6
- package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.js.map +2 -2
- package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.sty.js +3 -3
- package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.sty.js.map +1 -1
- package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowHeaderCells.js +2 -2
- package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowHeaderCells.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableBody.css +2 -2
- package/esm/tables/DataTable/components/DataTableBody.js +1 -1
- package/esm/tables/DataTable/components/DataTableBody.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableBody.sty.js +2 -2
- package/esm/tables/DataTable/components/DataTableBody.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableCell.css +83 -83
- package/esm/tables/DataTable/components/DataTableCell.js +16 -6
- package/esm/tables/DataTable/components/DataTableCell.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableCell.sty.js +5 -5
- package/esm/tables/DataTable/components/DataTableCell.sty.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableContent.js +3 -10
- package/esm/tables/DataTable/components/DataTableContent.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableDefaultCell.css +23 -23
- package/esm/tables/DataTable/components/DataTableDefaultCell.sty.js +1 -1
- package/esm/tables/DataTable/components/DataTableDefaultCell.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableDragScrollLock.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableEmptyState.css +6 -6
- package/esm/tables/DataTable/components/DataTableEmptyState.sty.js +2 -2
- package/esm/tables/DataTable/components/DataTableEmptyState.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableHeader.css +2 -2
- package/esm/tables/DataTable/components/DataTableHeader.js +2 -2
- package/esm/tables/DataTable/components/DataTableHeader.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableHeader.sty.js +2 -2
- package/esm/tables/DataTable/components/DataTableHeader.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableHeaderCell.css +64 -64
- package/esm/tables/DataTable/components/DataTableHeaderCell.js +7 -6
- package/esm/tables/DataTable/components/DataTableHeaderCell.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableHeaderCell.sty.js +23 -23
- package/esm/tables/DataTable/components/DataTableHeaderCell.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableRow.css +13 -13
- package/esm/tables/DataTable/components/DataTableRow.js +3 -3
- package/esm/tables/DataTable/components/DataTableRow.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableRow.sty.js +1 -1
- package/esm/tables/DataTable/components/DataTableRow.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableScrollShadow.css +10 -10
- package/esm/tables/DataTable/components/DataTableScrollShadow.js +2 -2
- package/esm/tables/DataTable/components/DataTableScrollShadow.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableScrollShadow.sty.js +2 -2
- package/esm/tables/DataTable/components/DataTableScrollShadow.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableVirtualizationContainer.css +21 -21
- package/esm/tables/DataTable/components/DataTableVirtualizationContainer.js +2 -2
- package/esm/tables/DataTable/components/DataTableVirtualizationContainer.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableVirtualizationContainer.sty.js +1 -1
- package/esm/tables/DataTable/components/DataTableVirtualizationContainer.sty.js.map +1 -1
- package/esm/tables/DataTable/components/SettingsModal/DataTableSettingsModal.css +3 -3
- package/esm/tables/DataTable/components/SettingsModal/DataTableSettingsModal.sty.js +2 -2
- package/esm/tables/DataTable/components/SettingsModal/DataTableSettingsModal.sty.js.map +1 -1
- package/esm/tables/DataTable/components/TableActions/DataTableSelectionChip.css +5 -5
- package/esm/tables/DataTable/components/TableActions/DataTableSelectionChip.sty.js +2 -2
- package/esm/tables/DataTable/components/TableActions/DataTableSelectionChip.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.css +7 -7
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.sty.js +3 -3
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/column-order-settings-dnd-utils.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.js +9 -6
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnVisibilityToggle.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.css +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.sty.js +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettings.js +11 -14
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettings.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettingsModal.js +5 -5
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettingsModal.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.css +19 -19
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.js +14 -20
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.css +11 -11
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.js +4 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js +8 -8
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.css +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.js +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.sty.js +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.css +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.sty.js +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.css +4 -4
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js +2 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.sty.js +3 -3
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.js +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.css +3 -3
- package/esm/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.sty.js +2 -2
- package/esm/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.sty.js.map +1 -1
- package/esm/tables/DataTable/contexts/DataTableContext.js +9 -6
- package/esm/tables/DataTable/contexts/DataTableContext.js.map +2 -2
- package/esm/tables/DataTable/features/CellFormatter/CellFormatter.js +26 -14
- package/esm/tables/DataTable/features/CellFormatter/CellFormatter.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.js +31 -18
- package/esm/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.css +8 -8
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.js +54 -45
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.sty.js +4 -4
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.sty.js.map +1 -1
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrderDragAndDropContext.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.js +6 -6
- package/esm/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnOrder/column-order-utils.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnOrder/useColumnOrder.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnPinning/ColumnPinning.js +190 -173
- package/esm/tables/DataTable/features/ColumnPinning/ColumnPinning.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnPinning/column-pinning-utils.js +24 -14
- package/esm/tables/DataTable/features/ColumnPinning/column-pinning-utils.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnPinning/useColumnPinning.js +23 -17
- package/esm/tables/DataTable/features/ColumnPinning/useColumnPinning.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.css +3 -3
- package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.js +40 -40
- package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.sty.js +1 -1
- package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.sty.js.map +1 -1
- package/esm/tables/DataTable/features/ColumnSizing/useColumnSizing.js +1 -3
- package/esm/tables/DataTable/features/ColumnSizing/useColumnSizing.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.css +1 -1
- package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.sty.js +1 -1
- package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.sty.js.map +1 -1
- package/esm/tables/DataTable/features/ColumnVisibility/ColumnVisibility.js +102 -94
- package/esm/tables/DataTable/features/ColumnVisibility/ColumnVisibility.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnVisibility/useColumnVisibility.js.map +2 -2
- package/esm/tables/DataTable/features/Config.js +18 -13
- package/esm/tables/DataTable/features/Config.js.map +2 -2
- package/esm/tables/DataTable/features/Download/Download.js +56 -52
- package/esm/tables/DataTable/features/Download/Download.js.map +2 -2
- package/esm/tables/DataTable/features/Download/useDownload.js.map +2 -2
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.css +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js.map +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.css +3 -3
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.js.map +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.sty.js +2 -2
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.sty.js.map +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.css +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.sty.js +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.sty.js.map +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.css +4 -4
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.sty.js +1 -1
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.sty.js.map +1 -1
- package/esm/tables/DataTable/features/GanttChart/GanttChart.js +10 -7
- package/esm/tables/DataTable/features/GanttChart/GanttChart.js.map +2 -2
- package/esm/tables/DataTable/features/GanttChart/useGanttChart.js.map +2 -2
- package/esm/tables/DataTable/features/Layout/Layout.js +117 -101
- package/esm/tables/DataTable/features/Layout/Layout.js.map +2 -2
- package/esm/tables/DataTable/features/Layout/layout-utils.js +5 -3
- package/esm/tables/DataTable/features/Layout/layout-utils.js.map +2 -2
- package/esm/tables/DataTable/features/Layout/useLayout.js.map +2 -2
- package/esm/tables/DataTable/features/LineWrap/LineWrap.js +33 -20
- package/esm/tables/DataTable/features/LineWrap/LineWrap.js.map +2 -2
- package/esm/tables/DataTable/features/LineWrap/useLineWrap.js.map +1 -1
- package/esm/tables/DataTable/features/LoadingState/LoadingState.css +3 -3
- package/esm/tables/DataTable/features/LoadingState/LoadingState.js.map +2 -2
- package/esm/tables/DataTable/features/LoadingState/LoadingState.sty.js +3 -3
- package/esm/tables/DataTable/features/LoadingState/LoadingState.sty.js.map +1 -1
- package/esm/tables/DataTable/features/LoadingState/useLoadingState.js.map +2 -2
- package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.css +5 -5
- package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.js +1 -1
- package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.js.map +2 -2
- package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.sty.js +2 -2
- package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.sty.js.map +1 -1
- package/esm/tables/DataTable/features/Pagination/Pagination.js +28 -25
- package/esm/tables/DataTable/features/Pagination/Pagination.js.map +2 -2
- package/esm/tables/DataTable/features/Pagination/pagination-row-model.js +1 -2
- package/esm/tables/DataTable/features/Pagination/pagination-row-model.js.map +2 -2
- package/esm/tables/DataTable/features/Pagination/usePagination.js +1 -3
- package/esm/tables/DataTable/features/Pagination/usePagination.js.map +2 -2
- package/esm/tables/DataTable/features/RowDetails/RowDetails.css +13 -13
- package/esm/tables/DataTable/features/RowDetails/RowDetails.js +38 -30
- package/esm/tables/DataTable/features/RowDetails/RowDetails.js.map +2 -2
- package/esm/tables/DataTable/features/RowDetails/RowDetails.sty.js +3 -3
- package/esm/tables/DataTable/features/RowDetails/RowDetails.sty.js.map +1 -1
- package/esm/tables/DataTable/features/RowDetails/RowDetailsColumnDef.js.map +2 -2
- package/esm/tables/DataTable/features/RowDetails/components/RowDetailsElement.js.map +2 -2
- package/esm/tables/DataTable/features/RowDetails/details-row-model.js +17 -14
- package/esm/tables/DataTable/features/RowDetails/details-row-model.js.map +2 -2
- package/esm/tables/DataTable/features/RowIdentification/RowIdentification.js.map +2 -2
- package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.css +17 -17
- package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.js +48 -40
- package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.js.map +2 -2
- package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.sty.js +1 -1
- package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.sty.js.map +1 -1
- package/esm/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.js +1 -1
- package/esm/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.js.map +2 -2
- package/esm/tables/DataTable/features/RowInteractivity/useRowInteractivity.js +2 -2
- package/esm/tables/DataTable/features/RowInteractivity/useRowInteractivity.js.map +2 -2
- package/esm/tables/DataTable/features/RowOrder/RowOrder.css +8 -8
- package/esm/tables/DataTable/features/RowOrder/RowOrder.js +34 -26
- package/esm/tables/DataTable/features/RowOrder/RowOrder.js.map +2 -2
- package/esm/tables/DataTable/features/RowOrder/RowOrder.sty.js +3 -3
- package/esm/tables/DataTable/features/RowOrder/RowOrder.sty.js.map +1 -1
- package/esm/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.js +1 -1
- package/esm/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.js.map +2 -2
- package/esm/tables/DataTable/features/RowOrder/row-order-column-utils.js.map +2 -2
- package/esm/tables/DataTable/features/RowOrder/row-order-model.js +8 -6
- package/esm/tables/DataTable/features/RowOrder/row-order-model.js.map +2 -2
- package/esm/tables/DataTable/features/RowOrder/row-order-utils.js.map +2 -2
- package/esm/tables/DataTable/features/RowOrder/useRowOrder.js.map +2 -2
- package/esm/tables/DataTable/features/RowSelection/RowSelection.js +78 -70
- package/esm/tables/DataTable/features/RowSelection/RowSelection.js.map +2 -2
- package/esm/tables/DataTable/features/RowSelection/RowSelectionCells.js +1 -1
- package/esm/tables/DataTable/features/RowSelection/RowSelectionCells.js.map +2 -2
- package/esm/tables/DataTable/features/RowSelection/useRowSelection.js +12 -7
- package/esm/tables/DataTable/features/RowSelection/useRowSelection.js.map +2 -2
- package/esm/tables/DataTable/features/Sorting/Sorting.css +34 -34
- package/esm/tables/DataTable/features/Sorting/Sorting.js +48 -45
- package/esm/tables/DataTable/features/Sorting/Sorting.js.map +2 -2
- package/esm/tables/DataTable/features/Sorting/Sorting.sty.js +3 -3
- package/esm/tables/DataTable/features/Sorting/Sorting.sty.js.map +1 -1
- package/esm/tables/DataTable/features/Sorting/compare-functions.js.map +1 -1
- package/esm/tables/DataTable/features/Sorting/sorted-row-model.js +1 -2
- package/esm/tables/DataTable/features/Sorting/sorted-row-model.js.map +2 -2
- package/esm/tables/DataTable/features/Sorting/useSorting.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/SubRows.css +19 -19
- package/esm/tables/DataTable/features/SubRows/SubRows.js +95 -84
- package/esm/tables/DataTable/features/SubRows/SubRows.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/SubRows.sty.js +5 -5
- package/esm/tables/DataTable/features/SubRows/SubRows.sty.js.map +1 -1
- package/esm/tables/DataTable/features/SubRows/components/SubRowCellContext.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/components/SubRowExpanders.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/sub-rows-utils.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/subrows-row-model.js +1 -2
- package/esm/tables/DataTable/features/SubRows/subrows-row-model.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/useSubRows.js +1 -1
- package/esm/tables/DataTable/features/SubRows/useSubRows.js.map +2 -2
- package/esm/tables/DataTable/features/Thresholds/Thresholds.css +2 -2
- package/esm/tables/DataTable/features/Thresholds/Thresholds.js +34 -27
- package/esm/tables/DataTable/features/Thresholds/Thresholds.js.map +2 -2
- package/esm/tables/DataTable/features/Thresholds/Thresholds.sty.js +3 -3
- package/esm/tables/DataTable/features/Thresholds/Thresholds.sty.js.map +1 -1
- package/esm/tables/DataTable/features/Thresholds/normalize-rules.js.map +1 -1
- package/esm/tables/DataTable/features/Thresholds/useThresholds.js.map +2 -2
- package/esm/tables/DataTable/features/UserActions/FloatingMenu.js.map +1 -1
- package/esm/tables/DataTable/features/UserActions/RowActions.css +4 -4
- package/esm/tables/DataTable/features/UserActions/RowActions.sty.js +1 -1
- package/esm/tables/DataTable/features/UserActions/RowActions.sty.js.map +1 -1
- package/esm/tables/DataTable/features/UserActions/UserActions.css +20 -20
- package/esm/tables/DataTable/features/UserActions/UserActions.js +85 -69
- package/esm/tables/DataTable/features/UserActions/UserActions.js.map +2 -2
- package/esm/tables/DataTable/features/UserActions/UserActions.sty.js +2 -2
- package/esm/tables/DataTable/features/UserActions/UserActions.sty.js.map +1 -1
- package/esm/tables/DataTable/features/UserActions/UserActionsMenu.js +5 -5
- package/esm/tables/DataTable/features/UserActions/UserActionsMenu.js.map +2 -2
- package/esm/tables/DataTable/features/UserActions/useCloseMenuOnScroll.js +2 -2
- package/esm/tables/DataTable/features/UserActions/useCloseMenuOnScroll.js.map +2 -2
- package/esm/tables/DataTable/features/UserActions/useUserActions.js.map +1 -1
- package/esm/tables/DataTable/features/VirtualScrolling/VirtualScrolling.js +82 -77
- package/esm/tables/DataTable/features/VirtualScrolling/VirtualScrolling.js.map +2 -2
- package/esm/tables/DataTable/features/VisualVariants/VisualVariants.js +22 -17
- package/esm/tables/DataTable/features/VisualVariants/VisualVariants.js.map +2 -2
- package/esm/tables/DataTable/features/VisualVariants/useVisualVariants.js.map +2 -2
- package/esm/tables/DataTable/features/createCoreRowModel.js +1 -2
- package/esm/tables/DataTable/features/createCoreRowModel.js.map +2 -2
- package/esm/tables/DataTable/features/features.js +9 -1
- package/esm/tables/DataTable/features/features.js.map +2 -2
- package/esm/tables/DataTable/features/types/table.types.js +18 -0
- package/esm/tables/DataTable/features/types/table.types.js.map +7 -0
- package/esm/tables/DataTable/hooks/makeAccessorFunction.js.map +1 -1
- package/esm/tables/DataTable/hooks/useBuiltInColumns.js.map +2 -2
- package/esm/tables/DataTable/hooks/useColumnRemeasure.js +1 -1
- package/esm/tables/DataTable/hooks/useColumnRemeasure.js.map +2 -2
- package/esm/tables/DataTable/hooks/useHeaderCellInteractions.js +5 -3
- package/esm/tables/DataTable/hooks/useHeaderCellInteractions.js.map +2 -2
- package/esm/tables/DataTable/hooks/useHeaderDragAndDrop.js.map +2 -2
- package/esm/tables/DataTable/hooks/useTable/datatable-typeguards.js +4 -4
- package/esm/tables/DataTable/hooks/useTable/datatable-typeguards.js.map +2 -2
- package/esm/tables/DataTable/messages.js +2 -2
- package/esm/tables/DataTable/messages.js.map +2 -2
- package/esm/tables/SimpleTable/SimpleTable.css +27 -27
- package/esm/tables/SimpleTable/SimpleTable.js +9 -6
- package/esm/tables/SimpleTable/SimpleTable.js.map +2 -2
- package/esm/tables/SimpleTable/SimpleTable.sty.js +1 -1
- package/esm/tables/SimpleTable/SimpleTable.sty.js.map +1 -1
- package/esm/tables/hooks/useFilteredData.js +1 -4
- package/esm/tables/hooks/useFilteredData.js.map +2 -2
- package/esm/tables/hooks/useLockedRowOrder.js +1 -1
- package/esm/tables/hooks/useLockedRowOrder.js.map +1 -1
- package/esm/tables/index.js.map +1 -1
- package/esm/tables/utils/datatable-config-utils.js.map +1 -1
- package/esm/tables/utils/get-column-label.js.map +2 -2
- package/esm/tables/utils/is-target-interactive.js +4 -2
- package/esm/tables/utils/is-target-interactive.js.map +2 -2
- package/esm/typography/block-quote/Blockquote.css +2 -2
- package/esm/typography/block-quote/Blockquote.sty.js +1 -1
- package/esm/typography/block-quote/Blockquote.sty.js.map +1 -1
- package/esm/typography/code/Code.css +9 -2
- package/esm/typography/code/Code.sty.js +1 -1
- package/esm/typography/code/Code.sty.js.map +1 -1
- package/esm/typography/emphasis/Emphasis.css +1 -1
- package/esm/typography/emphasis/Emphasis.sty.js +1 -1
- package/esm/typography/emphasis/Emphasis.sty.js.map +1 -1
- package/esm/typography/external-link/ExternalLink.css +6 -6
- package/esm/typography/external-link/ExternalLink.sty.js +1 -1
- package/esm/typography/external-link/ExternalLink.sty.js.map +1 -1
- package/esm/typography/heading/Heading.css +7 -7
- package/esm/typography/heading/Heading.sty.js +1 -1
- package/esm/typography/heading/Heading.sty.js.map +1 -1
- package/esm/typography/highlight/Highlight.css +2 -2
- package/esm/typography/highlight/Highlight.sty.js +1 -1
- package/esm/typography/highlight/Highlight.sty.js.map +1 -1
- package/esm/typography/link/Link.css +4 -4
- package/esm/typography/link/Link.sty.js +1 -1
- package/esm/typography/link/Link.sty.js.map +1 -1
- package/esm/typography/list/List.css +4 -4
- package/esm/typography/list/List.sty.js +2 -2
- package/esm/typography/list/List.sty.js.map +1 -1
- package/esm/typography/paragraph/Paragraph.css +3 -3
- package/esm/typography/paragraph/Paragraph.sty.js +1 -1
- package/esm/typography/paragraph/Paragraph.sty.js.map +1 -1
- package/esm/typography/strikethrough/Strikethrough.css +1 -1
- package/esm/typography/strikethrough/Strikethrough.sty.js +1 -1
- package/esm/typography/strikethrough/Strikethrough.sty.js.map +1 -1
- package/esm/typography/strong/Strong.css +1 -1
- package/esm/typography/strong/Strong.sty.js +1 -1
- package/esm/typography/strong/Strong.sty.js.map +1 -1
- package/esm/typography/text/Text.css +3 -3
- package/esm/typography/text/Text.sty.js +1 -1
- package/esm/typography/text/Text.sty.js.map +1 -1
- package/esm/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
- package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +1 -1
- package/filters/filter/FilterBar.js +3 -4
- package/filters/filter-field/FilterField.css +166 -143
- package/filters/filter-field/FilterField.css.d.ts +3 -3
- package/filters/filter-field/FilterField.d.ts +2 -1
- package/filters/filter-field/FilterField.js +37 -16
- package/filters/filter-field/FilterField.sty.js +29 -29
- package/filters/filter-field/FilterField.types.d.ts +9 -0
- package/filters/filter-field/components/FilterFieldSuffixButtons.css +3 -3
- package/filters/filter-field/components/FilterFieldSuffixButtons.sty.js +3 -3
- package/filters/filter-field/components/FilterStatement.css +25 -14
- package/filters/filter-field/components/FilterStatement.css.d.ts +1 -1
- package/filters/filter-field/components/FilterStatement.js +53 -24
- package/filters/filter-field/components/FilterStatement.sty.js +9 -9
- package/filters/filter-field/contexts/FilterFieldContext.js +2 -0
- package/filters/filter-field/contexts/FilterFieldContext.types.d.ts +8 -1
- package/filters/filter-field/decorations/decoration-marks.d.ts +2 -0
- package/filters/filter-field/decorations/decoration-marks.js +7 -1
- package/filters/filter-field/decorations/filter-statements.js +1 -0
- package/filters/filter-field/decorations/wildcards-in-value.d.ts +23 -0
- package/filters/filter-field/decorations/wildcards-in-value.js +116 -0
- package/filters/filter-field/extensions/syntax-highlighting-extension.d.ts +1 -1
- package/filters/filter-field/extensions/syntax-highlighting-extension.js +23 -19
- package/filters/filter-field/hooks/useShowMore.js +1 -1
- package/filters/filter-field/hooks/useSuggestions.d.ts +0 -1
- package/filters/filter-field/hooks/useSuggestions.js +3 -7
- package/filters/filter-field/messages.d.ts +12 -27
- package/filters/filter-field/messages.js +19 -34
- package/filters/filter-field/suggestions/AriaLiveInfo.d.ts +7 -7
- package/filters/filter-field/suggestions/AriaLiveInfo.js +62 -158
- package/filters/filter-field/suggestions/RecentPinnedSuggestionItem.css +9 -9
- package/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js +2 -2
- package/filters/filter-field/suggestions/Suggestion.css +24 -24
- package/filters/filter-field/suggestions/Suggestion.d.ts +10 -0
- package/filters/filter-field/suggestions/Suggestion.js +11 -4
- package/filters/filter-field/suggestions/Suggestion.sty.js +16 -16
- package/filters/filter-field/suggestions/SuggestionDetails.css +2 -2
- package/filters/filter-field/suggestions/SuggestionDetails.sty.js +2 -2
- package/filters/filter-field/suggestions/SuggestionGroup.css +6 -6
- package/filters/filter-field/suggestions/SuggestionGroup.sty.js +3 -3
- package/filters/filter-field/suggestions/SuggestionGroupLabel.css +1 -1
- package/filters/filter-field/suggestions/SuggestionGroupLabel.sty.js +1 -1
- package/filters/filter-field/suggestions/SuggestionTips.css +8 -8
- package/filters/filter-field/suggestions/SuggestionTips.js +1 -0
- package/filters/filter-field/suggestions/SuggestionTips.sty.js +6 -6
- package/filters/filter-field/suggestions/Suggestions.js +8 -15
- package/filters/filter-field/suggestions/SuggestionsOverlay.css +7 -7
- package/filters/filter-field/suggestions/SuggestionsOverlay.js +36 -32
- package/filters/filter-field/suggestions/SuggestionsOverlay.sty.js +5 -5
- package/filters/filter-field/types/conversion-tree-nodes.d.ts +1 -1
- package/filters/filter-field/types/tree-nodes.d.ts +1 -1
- package/filters/filter-field/types/validation.d.ts +1 -1
- package/filters/filter-field/utils/conversion/dql-conversion/statement-to-dql-fragments.js +61 -9
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/inclusion.js +7 -3
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js +49 -6
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/value/identifier.js +13 -1
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.d.ts +1 -0
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js +92 -7
- package/filters/filter-field/utils/conversion/tree-string-conversion.js +15 -4
- package/filters/filter-field/utils/escape-suggestion.js +6 -2
- package/filters/filter-field/utils/get-suggestion-transaction.js +44 -3
- package/filters/filter-field/utils/suggestions-utils/operator-suggestions.js +1 -1
- package/filters/filter-field/utils/suggestions-utils/shared-suggestions.js +4 -3
- package/filters/filter-field/utils/suggestions-utils/value-suggestions.js +42 -0
- package/filters/filter-field/utils/validation-utils/operator-specification.js +8 -2
- package/filters/filter-field/utils/validation-utils/validation-helper-functions.js +33 -4
- package/filters/filter-field/utils/value-operations/remove-filter.js +4 -1
- package/filters/segment-selector/SegmentSelector.css +4 -4
- package/filters/segment-selector/SegmentSelector.sty.js +4 -4
- package/filters/segment-selector/parts/EmptySegments.css +1 -1
- package/filters/segment-selector/parts/EmptySegments.sty.js +1 -1
- package/filters/segment-selector/parts/Overlay.css +8 -8
- package/filters/segment-selector/parts/Overlay.sty.js +8 -8
- package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.css +4 -4
- package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.sty.js +4 -4
- package/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.css +34 -34
- package/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.sty.js +10 -10
- package/filters/segment-selector/parts/selectionBar/SegmentSelect.css +22 -22
- package/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js +7 -7
- package/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.css +1 -1
- package/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.sty.js +1 -1
- package/filters/segment-selector/parts/selectionBar/ValueSelect.js +1 -1
- package/filters/timeframe-selector/TimeframeSelector.css +2 -2
- package/filters/timeframe-selector/TimeframeSelector.js +4 -4
- package/filters/timeframe-selector/TimeframeSelector.sty.js +2 -2
- package/filters/timeframe-selector/TimeframeSelectorRoot.js +1 -1
- package/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.css +4 -4
- package/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.sty.js +3 -3
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.css +4 -4
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.js +1 -1
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.sty.js +4 -4
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js +3 -0
- package/filters/timeframe-selector/components/presets/Presets.css +27 -27
- package/filters/timeframe-selector/components/presets/Presets.sty.js +11 -11
- package/filters/timeframe-selector/components/trigger/Trigger.css +11 -11
- package/filters/timeframe-selector/components/trigger/Trigger.sty.js +4 -4
- package/filters/timeframe-selector/constants/timeframeSelectorMessages.d.ts +5 -0
- package/filters/timeframe-selector/constants/timeframeSelectorMessages.js +5 -0
- package/forms/_base-input/BaseInput.css +87 -87
- package/forms/_base-input/BaseInput.js +4 -4
- package/forms/_base-input/BaseInput.sty.js +11 -11
- package/forms/_base-input/BaseInputContent.css +7 -7
- package/forms/_base-input/BaseInputContent.sty.js +1 -1
- package/forms/calendar/Calendar.css +48 -48
- package/forms/calendar/Calendar.js +3 -3
- package/forms/calendar/Calendar.sty.js +12 -12
- package/forms/calendar/CalendarRoot.js +36 -42
- package/forms/calendar/components/CalendarItem.css +7 -7
- package/forms/calendar/components/CalendarItem.sty.js +4 -4
- package/forms/calendar/components/CalendarOutlineIcon.css +8 -8
- package/forms/calendar/components/CalendarOutlineIcon.sty.js +5 -5
- package/forms/calendar/hooks/useCalendar.js +1 -2
- package/forms/calendar/variables.sty.js +2 -2
- package/forms/checkbox/Checkbox.css +20 -20
- package/forms/checkbox/Checkbox.js +1 -1
- package/forms/checkbox/Checkbox.sty.js +3 -3
- package/forms/date-time-picker/DateTimePicker.css +42 -42
- package/forms/date-time-picker/DateTimePicker.js +2 -2
- package/forms/date-time-picker/DateTimePicker.sty.js +6 -6
- package/forms/date-time-range-picker/DateRangeSelector.css +1 -1
- package/forms/date-time-range-picker/DateRangeSelector.sty.js +1 -1
- package/forms/date-time-range-picker/DateTimeInput.css +11 -11
- package/forms/date-time-range-picker/DateTimeInput.sty.js +3 -3
- package/forms/date-time-range-picker/DateTimeRangePicker.css +27 -27
- package/forms/date-time-range-picker/DateTimeRangePicker.js +2 -2
- package/forms/date-time-range-picker/DateTimeRangePicker.sty.js +4 -4
- package/forms/date-time-range-picker/hooks/useDateTimeInput.js +1 -1
- package/forms/form/hooks/useInternalFormRegistration.js +1 -1
- package/forms/form/runtime/createFormRuntime.js +20 -6
- package/forms/forms-core/components/field-set/FieldSet.css +2 -2
- package/forms/forms-core/components/field-set/FieldSet.sty.js +2 -2
- package/forms/forms-core/components/form-field/FormField.js +1 -1
- package/forms/forms-core/components/form-field/FormField.sty.js +1 -1
- package/forms/forms-core/components/form-field/FormFieldMessageContextProvider.js +1 -1
- package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.css +5 -5
- package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.d.ts +8 -0
- package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.js +4 -2
- package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.sty.js +2 -2
- package/forms/forms-core/components/form-field-messages/FormFieldMessages.css +3 -3
- package/forms/forms-core/components/form-field-messages/FormFieldMessages.d.ts +19 -2
- package/forms/forms-core/components/form-field-messages/FormFieldMessages.js +11 -10
- package/forms/forms-core/components/form-field-messages/FormFieldMessages.sty.js +1 -1
- package/forms/forms-core/components/label/Label.css +5 -5
- package/forms/forms-core/components/label/Label.js +1 -1
- package/forms/forms-core/components/label/Label.sty.js +2 -2
- package/forms/forms-core/hooks/useFormControl.js +2 -2
- package/forms/forms-core/state/formfield-state-reducer.js +5 -5
- package/forms/hooks/useAutofillEvent.css +8 -8
- package/forms/hooks/useAutofillEvent.sty.js +4 -4
- package/forms/hooks/useContainerFocus.css +1 -1
- package/forms/hooks/useContainerFocus.sty.js +1 -1
- package/forms/index.d.ts +1 -1
- package/forms/number-input/NumberInputBase.js +0 -2
- package/forms/number-input-v2/NumberInput.js +101 -166
- package/forms/password-input/PasswordInput.js +1 -1
- package/forms/radio/RadioGroup.js +1 -1
- package/forms/radio/styles.css +18 -18
- package/forms/radio/styles.sty.js +8 -8
- package/forms/search-input/SearchInput.css +2 -2
- package/forms/search-input/SearchInput.sty.js +1 -1
- package/forms/search-input/Stepper.css +5 -5
- package/forms/search-input/Stepper.sty.js +3 -3
- package/forms/select/Select.js +1 -1
- package/forms/select/components/HiddenSelect.js +0 -2
- package/forms/select/components/sort-selected-options-first.js +1 -1
- package/forms/select/styles/Select.css +46 -46
- package/forms/select/styles/Select.sty.js +24 -24
- package/forms/spin-buttons/SpinButton.css +8 -8
- package/forms/spin-buttons/SpinButton.sty.js +2 -2
- package/forms/switch/Switch.css +36 -36
- package/forms/switch/Switch.js +1 -1
- package/forms/switch/Switch.sty.js +5 -5
- package/forms/text-area/TextArea.css +59 -59
- package/forms/text-area/TextArea.js +1 -1
- package/forms/text-area/TextArea.sty.js +3 -3
- package/forms/toggle-button-group/styles.css +58 -58
- package/forms/toggle-button-group/styles.sty.js +15 -15
- package/forms/validation/useCustomMessageEmitter.js +3 -1
- package/lang/en.json +286 -48
- package/lang/ja.json +80 -12
- package/lang/uncompiled/en.json +67 -31
- package/lang/uncompiled/ja.json +30 -6
- package/layouts/app-header/AppHeader.css +1 -1
- package/layouts/app-header/AppHeader.sty.js +1 -1
- package/layouts/app-header/Navigation.css +9 -9
- package/layouts/app-header/Navigation.sty.js +5 -5
- package/layouts/app-header/action-group/ActionButton.css +17 -17
- package/layouts/app-header/action-group/ActionButton.sty.js +3 -3
- package/layouts/app-header/action-group/ActionGroup.css +1 -1
- package/layouts/app-header/action-group/ActionGroup.sty.js +1 -1
- package/layouts/app-header/action-group/NavItem.css +4 -4
- package/layouts/app-header/action-group/NavItem.sty.js +3 -3
- package/layouts/app-header/app-icon/AppIcon.css +4 -4
- package/layouts/app-header/app-icon/AppIcon.sty.js +1 -1
- package/layouts/container/Container.css +5 -5
- package/layouts/container/Container.sty.js +1 -1
- package/layouts/divider/Divider.css +6 -6
- package/layouts/divider/Divider.sty.js +1 -1
- package/layouts/help-menu/HelpMenu.css +20 -0
- package/layouts/help-menu/HelpMenu.css.d.ts +9 -0
- package/layouts/help-menu/HelpMenu.js +17 -18
- package/layouts/help-menu/HelpMenu.sty.js +27 -0
- package/layouts/input-group/InputGroup.css +62 -62
- package/layouts/input-group/InputGroup.sty.js +1 -1
- package/layouts/page/DetailView.css +3 -3
- package/layouts/page/DetailView.sty.js +2 -2
- package/layouts/page/Header.css +2 -2
- package/layouts/page/Header.sty.js +1 -1
- package/layouts/page/Main.css +6 -6
- package/layouts/page/Main.sty.js +4 -4
- package/layouts/page/Page.css +2 -2
- package/layouts/page/Page.sty.js +1 -1
- package/layouts/page/Sidebar.css +35 -35
- package/layouts/page/Sidebar.sty.js +8 -8
- package/layouts/page/panel.css +19 -19
- package/layouts/page/panel.sty.js +10 -10
- package/layouts/page-layout/PageLayout.css +10 -10
- package/layouts/page-layout/PageLayout.js +1 -1
- package/layouts/page-layout/PageLayout.sty.js +6 -6
- package/layouts/page-layout/details-layout/DetailsControlBar.css +3 -3
- package/layouts/page-layout/details-layout/DetailsControlBar.sty.js +3 -3
- package/layouts/page-layout/details-layout/DetailsLayout.css +6 -6
- package/layouts/page-layout/details-layout/DetailsLayout.sty.js +5 -5
- package/layouts/page-layout/details-layout/Overlay.css +18 -18
- package/layouts/page-layout/details-layout/Overlay.sty.js +4 -4
- package/layouts/page-layout/sidebar-layout/SidebarLayout.css +37 -37
- package/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js +14 -14
- package/layouts/split-layout/SplitLayout.css +19 -19
- package/layouts/split-layout/SplitLayout.sty.js +7 -7
- package/layouts/surface/Surface.css +39 -39
- package/layouts/surface/Surface.sty.js +2 -2
- package/layouts/surface/variables.sty.js +1 -1
- package/layouts/title-bar/TitleBar.css +5 -5
- package/layouts/title-bar/TitleBar.sty.js +4 -4
- package/navigation/breadcrumbs/Breadcrumbs.css +9 -9
- package/navigation/breadcrumbs/Breadcrumbs.sty.js +5 -5
- package/navigation/menu/Content.js +2 -0
- package/navigation/menu/Group.d.ts +6 -0
- package/navigation/menu/Group.js +34 -14
- package/navigation/menu/Item.d.ts +9 -4
- package/navigation/menu/Item.js +10 -5
- package/navigation/menu/Label.d.ts +3 -0
- package/navigation/menu/Label.js +27 -13
- package/navigation/menu/Menu.css +17 -17
- package/navigation/menu/Menu.js +12 -1
- package/navigation/menu/Menu.sty.js +8 -8
- package/navigation/menu/MobileContent.d.ts +1 -0
- package/navigation/menu/MobileContent.js +4 -1
- package/navigation/menu/MobileMenu.css +14 -14
- package/navigation/menu/MobileMenu.sty.js +8 -8
- package/navigation/menu/MobileSubTrigger.js +1 -0
- package/navigation/menu/contexts/MenuGroupContext.d.ts +12 -0
- package/{charts/core/context/ChartVariantContext.js → navigation/menu/contexts/MenuGroupContext.js} +5 -5
- package/navigation/tabs/RenderTab.css +14 -14
- package/navigation/tabs/RenderTab.sty.js +3 -3
- package/navigation/tabs/TabPanel.css +3 -3
- package/navigation/tabs/TabPanel.sty.js +2 -2
- package/navigation/tabs/Tabs.css +9 -9
- package/navigation/tabs/Tabs.sty.js +5 -5
- package/notifications/notification-settings/NotificationSettings.css +1 -1
- package/notifications/notification-settings/NotificationSettings.sty.js +1 -1
- package/notifications/toast/Toast.css +6 -6
- package/notifications/toast/Toast.sty.js +4 -4
- package/notifications/toast/ToastContainer.css +17 -17
- package/notifications/toast/ToastContainer.sty.js +1 -1
- package/overlays/drawer/Drawer.css +9 -9
- package/overlays/drawer/Drawer.sty.js +5 -5
- package/overlays/hooks/usePress.js +4 -4
- package/overlays/modal/Modal.css +16 -16
- package/overlays/modal/Modal.sty.js +7 -7
- package/overlays/overlay/Overlay.css +1 -1
- package/overlays/overlay/Overlay.sty.js +1 -1
- package/overlays/sheet/Sheet.css +8 -7
- package/overlays/sheet/Sheet.js +5 -4
- package/overlays/sheet/Sheet.sty.js +5 -5
- package/overlays/tooltip/Tooltip.js +1 -1
- package/overlays/tooltip/tooltip.css +18 -18
- package/overlays/tooltip/tooltip.sty.js +3 -3
- package/package.json +8 -6
- package/styles/colorUtils.css +60 -60
- package/styles/colorUtils.sty.js +2 -2
- package/styles/container.css +47 -47
- package/styles/container.sty.js +2 -2
- package/styles/ellipsis.css +1 -1
- package/styles/ellipsis.sty.js +1 -1
- package/styles/field.css +256 -256
- package/styles/field.sty.js +2 -2
- package/styles/screen-reader-only.css +1 -1
- package/styles/screen-reader-only.sty.js +1 -1
- package/styles/sprinkles.css +262 -262
- package/styles/sprinkles.sty.js +1 -1
- package/styles/textStyle.css +8 -8
- package/styles/textStyle.sty.js +1 -1
- package/tables/DataTable/DataTable.css +2 -2
- package/tables/DataTable/DataTable.d.ts +1 -1
- package/tables/DataTable/DataTable.js +25 -23
- package/tables/DataTable/DataTable.sty.js +7 -7
- package/tables/DataTable/components/Alignment.css +6 -6
- package/tables/DataTable/components/Alignment.sty.js +2 -2
- package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.css +6 -6
- package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.d.ts +6 -5
- package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.sty.js +3 -3
- package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowHeaderCells.js +2 -2
- package/tables/DataTable/components/DataTableBody.css +2 -2
- package/tables/DataTable/components/DataTableBody.js +1 -1
- package/tables/DataTable/components/DataTableBody.sty.js +2 -2
- package/tables/DataTable/components/DataTableCell.css +83 -83
- package/tables/DataTable/components/DataTableCell.js +15 -4
- package/tables/DataTable/components/DataTableCell.sty.js +5 -5
- package/tables/DataTable/components/DataTableContent.js +3 -10
- package/tables/DataTable/components/DataTableDefaultCell.css +23 -23
- package/tables/DataTable/components/DataTableDefaultCell.sty.js +1 -1
- package/tables/DataTable/components/DataTableDragScrollLock.d.ts +3 -3
- package/tables/DataTable/components/DataTableEmptyState.css +6 -6
- package/tables/DataTable/components/DataTableEmptyState.sty.js +2 -2
- package/tables/DataTable/components/DataTableHeader.css +2 -2
- package/tables/DataTable/components/DataTableHeader.js +2 -2
- package/tables/DataTable/components/DataTableHeader.sty.js +2 -2
- package/tables/DataTable/components/DataTableHeaderCell.css +64 -64
- package/tables/DataTable/components/DataTableHeaderCell.js +7 -6
- package/tables/DataTable/components/DataTableHeaderCell.sty.js +23 -23
- package/tables/DataTable/components/DataTableRow.css +13 -13
- package/tables/DataTable/components/DataTableRow.d.ts +3 -2
- package/tables/DataTable/components/DataTableRow.js +3 -3
- package/tables/DataTable/components/DataTableRow.sty.js +1 -1
- package/tables/DataTable/components/DataTableScrollShadow.css +10 -10
- package/tables/DataTable/components/DataTableScrollShadow.js +2 -2
- package/tables/DataTable/components/DataTableScrollShadow.sty.js +2 -2
- package/tables/DataTable/components/DataTableVirtualizationContainer.css +21 -21
- package/tables/DataTable/components/DataTableVirtualizationContainer.d.ts +3 -3
- package/tables/DataTable/components/DataTableVirtualizationContainer.js +2 -2
- package/tables/DataTable/components/DataTableVirtualizationContainer.sty.js +1 -1
- package/tables/DataTable/components/SettingsModal/DataTableSettingsModal.css +3 -3
- package/tables/DataTable/components/SettingsModal/DataTableSettingsModal.sty.js +2 -2
- package/tables/DataTable/components/TableActions/DataTableSelectionChip.css +5 -5
- package/tables/DataTable/components/TableActions/DataTableSelectionChip.sty.js +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.css +7 -7
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.d.ts +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.sty.js +3 -3
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/column-order-settings-dnd-utils.d.ts +7 -6
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.d.ts +8 -7
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.js +5 -5
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnVisibilityToggle.d.ts +6 -5
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.css +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.sty.js +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettings.js +11 -14
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettingsModal.js +5 -5
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.css +19 -19
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.d.ts +4 -4
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.js +14 -20
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.css +11 -11
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.d.ts +9 -8
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.js +4 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js +8 -8
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.css +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.js +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.sty.js +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.css +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.sty.js +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.css +4 -4
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.d.ts +5 -0
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js +2 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.sty.js +3 -3
- package/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-types.d.ts +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.d.ts +10 -9
- package/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.js +1 -1
- package/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.css +3 -3
- package/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.sty.js +2 -2
- package/tables/DataTable/contexts/DataTableContext.d.ts +6 -6
- package/tables/DataTable/contexts/DataTableContext.js +9 -6
- package/tables/DataTable/features/CellFormatter/CellFormatter.d.ts +4 -3
- package/tables/DataTable/features/CellFormatter/CellFormatter.js +26 -14
- package/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.d.ts +6 -6
- package/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.js +28 -18
- package/tables/DataTable/features/ColumnFontStyle/column-font-style-types.d.ts +0 -9
- package/tables/DataTable/features/ColumnOrder/ColumnOrder.css +8 -8
- package/tables/DataTable/features/ColumnOrder/ColumnOrder.d.ts +13 -13
- package/tables/DataTable/features/ColumnOrder/ColumnOrder.js +51 -45
- package/tables/DataTable/features/ColumnOrder/ColumnOrder.sty.js +4 -4
- package/tables/DataTable/features/ColumnOrder/ColumnOrderDragAndDropContext.d.ts +1 -2
- package/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.d.ts +5 -5
- package/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.js +6 -6
- package/tables/DataTable/features/ColumnOrder/column-order-types.d.ts +5 -16
- package/tables/DataTable/features/ColumnOrder/column-order-utils.d.ts +7 -6
- package/tables/DataTable/features/ColumnOrder/useColumnOrder.d.ts +2 -3
- package/tables/DataTable/features/ColumnPinning/ColumnPinning.d.ts +22 -19
- package/tables/DataTable/features/ColumnPinning/ColumnPinning.js +181 -167
- package/tables/DataTable/features/ColumnPinning/column-pinning-types.d.ts +4 -15
- package/tables/DataTable/features/ColumnPinning/column-pinning-utils.d.ts +12 -2
- package/tables/DataTable/features/ColumnPinning/column-pinning-utils.js +24 -14
- package/tables/DataTable/features/ColumnPinning/useColumnPinning.d.ts +3 -3
- package/tables/DataTable/features/ColumnPinning/useColumnPinning.js +23 -17
- package/tables/DataTable/features/ColumnSizing/ColumnSizing.css +3 -3
- package/tables/DataTable/features/ColumnSizing/ColumnSizing.d.ts +6 -7
- package/tables/DataTable/features/ColumnSizing/ColumnSizing.js +40 -40
- package/tables/DataTable/features/ColumnSizing/ColumnSizing.sty.js +1 -1
- package/tables/DataTable/features/ColumnSizing/useColumnSizing.d.ts +2 -3
- package/tables/DataTable/features/ColumnTypes/ColumnTypes.css +1 -1
- package/tables/DataTable/features/ColumnTypes/ColumnTypes.d.ts +5 -4
- package/tables/DataTable/features/ColumnTypes/ColumnTypes.sty.js +1 -1
- package/tables/DataTable/features/ColumnVisibility/ColumnVisibility.d.ts +16 -16
- package/tables/DataTable/features/ColumnVisibility/ColumnVisibility.js +97 -92
- package/tables/DataTable/features/ColumnVisibility/column-visibility-types.d.ts +10 -20
- package/tables/DataTable/features/ColumnVisibility/useColumnVisibility.d.ts +2 -3
- package/tables/DataTable/features/Config.d.ts +2 -3
- package/tables/DataTable/features/Config.js +18 -13
- package/tables/DataTable/features/Download/Download.d.ts +12 -11
- package/tables/DataTable/features/Download/Download.js +53 -52
- package/tables/DataTable/features/Download/download-types.d.ts +0 -10
- package/tables/DataTable/features/Download/useDownload.d.ts +4 -4
- package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.css +1 -1
- package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js +1 -1
- package/tables/DataTable/features/GanttChart/DataTableGanttChartCell.css +3 -3
- package/tables/DataTable/features/GanttChart/DataTableGanttChartCell.sty.js +2 -2
- package/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.css +1 -1
- package/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.sty.js +1 -1
- package/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.css +4 -4
- package/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.sty.js +1 -1
- package/tables/DataTable/features/GanttChart/GanttChart.d.ts +6 -6
- package/tables/DataTable/features/GanttChart/GanttChart.js +10 -7
- package/tables/DataTable/features/GanttChart/useGanttChart.d.ts +2 -3
- package/tables/DataTable/features/Layout/Layout.d.ts +17 -17
- package/tables/DataTable/features/Layout/Layout.js +114 -101
- package/tables/DataTable/features/Layout/layout-types.d.ts +0 -11
- package/tables/DataTable/features/Layout/layout-utils.d.ts +6 -5
- package/tables/DataTable/features/Layout/layout-utils.js +5 -3
- package/tables/DataTable/features/Layout/useLayout.d.ts +4 -4
- package/tables/DataTable/features/LineWrap/LineWrap.d.ts +9 -8
- package/tables/DataTable/features/LineWrap/LineWrap.js +30 -20
- package/tables/DataTable/features/LineWrap/useLineWrap.d.ts +3 -3
- package/tables/DataTable/features/LoadingState/LoadingState.css +3 -3
- package/tables/DataTable/features/LoadingState/LoadingState.d.ts +2 -3
- package/tables/DataTable/features/LoadingState/LoadingState.sty.js +3 -3
- package/tables/DataTable/features/LoadingState/useLoadingState.d.ts +2 -3
- package/tables/DataTable/features/MeterBarChart/MeterBarChart.css +5 -5
- package/tables/DataTable/features/MeterBarChart/MeterBarChart.d.ts +5 -5
- package/tables/DataTable/features/MeterBarChart/MeterBarChart.js +1 -1
- package/tables/DataTable/features/MeterBarChart/MeterBarChart.sty.js +2 -2
- package/tables/DataTable/features/Pagination/Pagination.d.ts +12 -11
- package/tables/DataTable/features/Pagination/Pagination.js +28 -25
- package/tables/DataTable/features/Pagination/pagination-row-model.d.ts +3 -2
- package/tables/DataTable/features/Pagination/pagination-row-model.js +1 -2
- package/tables/DataTable/features/Pagination/pagination-types.d.ts +2 -2
- package/tables/DataTable/features/Pagination/usePagination.d.ts +2 -3
- package/tables/DataTable/features/RowDetails/RowDetails.css +13 -13
- package/tables/DataTable/features/RowDetails/RowDetails.d.ts +15 -14
- package/tables/DataTable/features/RowDetails/RowDetails.js +35 -30
- package/tables/DataTable/features/RowDetails/RowDetails.sty.js +3 -3
- package/tables/DataTable/features/RowDetails/components/RowDetailsElement.d.ts +4 -3
- package/tables/DataTable/features/RowDetails/details-row-model.d.ts +3 -2
- package/tables/DataTable/features/RowDetails/details-row-model.js +17 -14
- package/tables/DataTable/features/RowDetails/row-details-types.d.ts +1 -11
- package/tables/DataTable/features/RowIdentification/RowIdentification.d.ts +2 -2
- package/tables/DataTable/features/RowInteractivity/RowInteractivity.css +17 -17
- package/tables/DataTable/features/RowInteractivity/RowInteractivity.d.ts +14 -13
- package/tables/DataTable/features/RowInteractivity/RowInteractivity.js +45 -40
- package/tables/DataTable/features/RowInteractivity/RowInteractivity.sty.js +1 -1
- package/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.d.ts +3 -2
- package/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.js +1 -1
- package/tables/DataTable/features/RowInteractivity/row-interactivity-types.d.ts +0 -10
- package/tables/DataTable/features/RowInteractivity/useRowInteractivity.d.ts +2 -3
- package/tables/DataTable/features/RowInteractivity/useRowInteractivity.js +2 -2
- package/tables/DataTable/features/RowOrder/RowOrder.css +8 -8
- package/tables/DataTable/features/RowOrder/RowOrder.d.ts +10 -10
- package/tables/DataTable/features/RowOrder/RowOrder.js +31 -26
- package/tables/DataTable/features/RowOrder/RowOrder.sty.js +3 -3
- package/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.d.ts +4 -3
- package/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.js +1 -1
- package/tables/DataTable/features/RowOrder/row-order-column-utils.d.ts +3 -2
- package/tables/DataTable/features/RowOrder/row-order-model.d.ts +3 -2
- package/tables/DataTable/features/RowOrder/row-order-model.js +8 -6
- package/tables/DataTable/features/RowOrder/row-order-utils.d.ts +5 -4
- package/tables/DataTable/features/RowOrder/useRowOrder.d.ts +2 -3
- package/tables/DataTable/features/RowSelection/RowSelection.d.ts +26 -26
- package/tables/DataTable/features/RowSelection/RowSelection.js +75 -70
- package/tables/DataTable/features/RowSelection/RowSelectionCells.d.ts +6 -5
- package/tables/DataTable/features/RowSelection/RowSelectionCells.js +1 -1
- package/tables/DataTable/features/RowSelection/row-selection-types.d.ts +0 -9
- package/tables/DataTable/features/RowSelection/useRowSelection.d.ts +2 -3
- package/tables/DataTable/features/RowSelection/useRowSelection.js +12 -7
- package/tables/DataTable/features/Sorting/Sorting.css +34 -34
- package/tables/DataTable/features/Sorting/Sorting.d.ts +15 -14
- package/tables/DataTable/features/Sorting/Sorting.js +48 -45
- package/tables/DataTable/features/Sorting/Sorting.sty.js +3 -3
- package/tables/DataTable/features/Sorting/sorted-row-model.d.ts +3 -2
- package/tables/DataTable/features/Sorting/sorted-row-model.js +1 -2
- package/tables/DataTable/features/Sorting/useSorting.d.ts +2 -3
- package/tables/DataTable/features/SubRows/SubRows.css +19 -19
- package/tables/DataTable/features/SubRows/SubRows.d.ts +18 -17
- package/tables/DataTable/features/SubRows/SubRows.js +92 -84
- package/tables/DataTable/features/SubRows/SubRows.sty.js +5 -5
- package/tables/DataTable/features/SubRows/components/SubRowCellContext.d.ts +3 -2
- package/tables/DataTable/features/SubRows/sub-rows-types.d.ts +0 -9
- package/tables/DataTable/features/SubRows/sub-rows-utils.d.ts +3 -2
- package/tables/DataTable/features/SubRows/subrows-row-model.d.ts +4 -3
- package/tables/DataTable/features/SubRows/subrows-row-model.js +1 -2
- package/tables/DataTable/features/SubRows/useSubRows.d.ts +2 -3
- package/tables/DataTable/features/SubRows/useSubRows.js +1 -1
- package/tables/DataTable/features/Thresholds/Thresholds.css +2 -2
- package/tables/DataTable/features/Thresholds/Thresholds.d.ts +9 -8
- package/tables/DataTable/features/Thresholds/Thresholds.js +34 -27
- package/tables/DataTable/features/Thresholds/Thresholds.sty.js +3 -3
- package/tables/DataTable/features/Thresholds/useThresholds.d.ts +2 -3
- package/tables/DataTable/features/UserActions/RowActions.css +4 -4
- package/tables/DataTable/features/UserActions/RowActions.sty.js +1 -1
- package/tables/DataTable/features/UserActions/UserActions.css +20 -20
- package/tables/DataTable/features/UserActions/UserActions.d.ts +16 -16
- package/tables/DataTable/features/UserActions/UserActions.js +82 -69
- package/tables/DataTable/features/UserActions/UserActions.sty.js +2 -2
- package/tables/DataTable/features/UserActions/UserActionsMenu.js +5 -5
- package/tables/DataTable/features/UserActions/useCloseMenuOnScroll.js +2 -2
- package/tables/DataTable/features/UserActions/useUserActions.d.ts +3 -3
- package/tables/DataTable/features/UserActions/user-actions-types.d.ts +0 -12
- package/tables/DataTable/features/VirtualScrolling/VirtualScrolling.d.ts +21 -21
- package/tables/DataTable/features/VirtualScrolling/VirtualScrolling.js +82 -77
- package/tables/DataTable/features/VisualVariants/VisualVariants.d.ts +2 -3
- package/tables/DataTable/features/VisualVariants/VisualVariants.js +19 -16
- package/tables/DataTable/features/VisualVariants/useVisualVariants.d.ts +2 -3
- package/tables/DataTable/features/createCoreRowModel.d.ts +3 -2
- package/tables/DataTable/features/createCoreRowModel.js +1 -2
- package/tables/DataTable/features/features.d.ts +105 -23
- package/tables/DataTable/features/features.js +9 -1
- package/tables/DataTable/features/types/features.types.d.ts +28 -45
- package/tables/DataTable/features/types/table.types.d.ts +47 -0
- package/tables/DataTable/features/types/table.types.js +36 -0
- package/tables/DataTable/hooks/useBuiltInColumns.d.ts +4 -2
- package/tables/DataTable/hooks/useColumnRemeasure.d.ts +3 -2
- package/tables/DataTable/hooks/useColumnRemeasure.js +1 -1
- package/tables/DataTable/hooks/useHeaderCellInteractions.d.ts +1 -2
- package/tables/DataTable/hooks/useHeaderCellInteractions.js +5 -3
- package/tables/DataTable/hooks/useHeaderDragAndDrop.d.ts +5 -4
- package/tables/DataTable/hooks/useTable/datatable-typeguards.d.ts +4 -3
- package/tables/DataTable/hooks/useTable/datatable-typeguards.js +4 -4
- package/tables/DataTable/messages.js +2 -2
- package/tables/SimpleTable/SimpleTable.css +27 -27
- package/tables/SimpleTable/SimpleTable.d.ts +1 -1
- package/tables/SimpleTable/SimpleTable.js +9 -6
- package/tables/SimpleTable/SimpleTable.sty.js +1 -1
- package/tables/hooks/useFilteredData.js +1 -4
- package/tables/hooks/useLockedRowOrder.js +1 -1
- package/tables/utils/get-column-label.d.ts +3 -2
- package/tables/utils/is-target-interactive.d.ts +8 -4
- package/tables/utils/is-target-interactive.js +4 -2
- package/typography/block-quote/Blockquote.css +2 -2
- package/typography/block-quote/Blockquote.sty.js +1 -1
- package/typography/code/Code.css +9 -2
- package/typography/code/Code.sty.js +1 -1
- package/typography/emphasis/Emphasis.css +1 -1
- package/typography/emphasis/Emphasis.sty.js +1 -1
- package/typography/external-link/ExternalLink.css +6 -6
- package/typography/external-link/ExternalLink.sty.js +1 -1
- package/typography/heading/Heading.css +7 -7
- package/typography/heading/Heading.sty.js +1 -1
- package/typography/highlight/Highlight.css +2 -2
- package/typography/highlight/Highlight.sty.js +1 -1
- package/typography/link/Link.css +4 -4
- package/typography/link/Link.sty.js +1 -1
- package/typography/list/List.css +4 -4
- package/typography/list/List.sty.js +2 -2
- package/typography/paragraph/Paragraph.css +3 -3
- package/typography/paragraph/Paragraph.sty.js +1 -1
- package/typography/strikethrough/Strikethrough.css +1 -1
- package/typography/strikethrough/Strikethrough.sty.js +1 -1
- package/typography/strong/Strong.css +1 -1
- package/typography/strong/Strong.sty.js +1 -1
- package/typography/text/Text.css +3 -3
- package/typography/text/Text.sty.js +1 -1
- package/typography/text-ellipsis/TextEllipsis.css +6 -6
- package/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
- package/charts/core/components/series-action/ChartActionsMenuAsync.d.ts +0 -15
- package/charts/core/components/series-action/ChartActionsMenuAsync.js +0 -94
- package/charts/core/context/ChartVariantContext.d.ts +0 -11
- package/charts/sankey-chart/context/SankeyHoverStore.context.d.ts +0 -4
- package/charts/sankey-chart/types/sankey-hover.d.ts +0 -28
- package/esm/charts/core/components/series-action/ChartActionsMenuAsync.js +0 -81
- package/esm/charts/core/components/series-action/ChartActionsMenuAsync.js.map +0 -7
- package/esm/charts/core/context/ChartVariantContext.js +0 -6
- package/esm/charts/core/context/ChartVariantContext.js.map +0 -7
- package/esm/charts/sankey-chart/context/SankeyHoverStore.context.js +0 -11
- package/esm/charts/sankey-chart/context/SankeyHoverStore.context.js.map +0 -7
- package/esm/charts/sankey-chart/providers/SankeyHoverStoreProvider.js +0 -15
- package/esm/charts/sankey-chart/providers/SankeyHoverStoreProvider.js.map +0 -7
- package/esm/charts/sankey-chart/types/sankey-hover.js +0 -1
- /package/esm/charts/sankey-chart/types/{sankey-hover.js.map → sankey-shape.js.map} +0 -0
|
@@ -14,6 +14,10 @@ import {
|
|
|
14
14
|
DATA_TABLE_ROW_BORDER,
|
|
15
15
|
DATA_TABLE_ROW_HEIGHT_MAP
|
|
16
16
|
} from "../../constants.js";
|
|
17
|
+
import {
|
|
18
|
+
createPrototypeConstructor,
|
|
19
|
+
createTableConstructor
|
|
20
|
+
} from "../types/table.types.js";
|
|
17
21
|
function header_getGridPosition(header, headers) {
|
|
18
22
|
let gridColumnStart = 0;
|
|
19
23
|
for (const headerInGroup of headers ?? []) {
|
|
@@ -141,9 +145,9 @@ function table_getGridTemplateRows(table, virtualItems) {
|
|
|
141
145
|
return `${headerRows} ${spacerRowHeight}px ${bodyRows} [body-end]`;
|
|
142
146
|
}
|
|
143
147
|
function table_getGridTemplateColumns(table, columnSizing, columnResizing) {
|
|
144
|
-
const leftVisibleColumns = table.
|
|
148
|
+
const leftVisibleColumns = table.getStartVisibleLeafColumns();
|
|
145
149
|
const centerVisibleColumns = table.getCenterVisibleLeafColumns();
|
|
146
|
-
const rightVisibleColumns = table.
|
|
150
|
+
const rightVisibleColumns = table.getEndVisibleLeafColumns();
|
|
147
151
|
if (leftVisibleColumns === void 0 || centerVisibleColumns === void 0 || rightVisibleColumns === void 0 || columnSizing === void 0 || columnResizing === void 0) {
|
|
148
152
|
return "";
|
|
149
153
|
}
|
|
@@ -211,108 +215,120 @@ function constructTableLayoutFeature() {
|
|
|
211
215
|
...initialState
|
|
212
216
|
};
|
|
213
217
|
},
|
|
214
|
-
assignHeaderPrototype: (
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
assignRowPrototype: (prototype, table) => {
|
|
229
|
-
assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
|
|
230
|
-
row_getGridRowPosition: {
|
|
231
|
-
fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex)
|
|
232
|
-
}
|
|
233
|
-
});
|
|
234
|
-
},
|
|
235
|
-
constructTableAPIs: (table) => {
|
|
236
|
-
assignTableAPIs("DataTableTableLayoutFeature", table, {
|
|
237
|
-
table_getHasFractionalTemplate: {
|
|
238
|
-
fn: () => table_getHasFractionalTemplate(table)
|
|
239
|
-
},
|
|
240
|
-
table_getVisibleHeaderGroupsCount: {
|
|
241
|
-
fn: () => table_getVisibleHeaderGroupsCount(table)
|
|
242
|
-
},
|
|
243
|
-
table_setObservedHeaderHeight: {
|
|
244
|
-
fn: (height) => table_setObservedHeaderHeight(table, height)
|
|
245
|
-
},
|
|
246
|
-
table_getHeaderSize: {
|
|
247
|
-
fn: (headerId) => table_getHeaderSize(table, headerId)
|
|
248
|
-
},
|
|
249
|
-
table_getColumnOrHeaderWidth: {
|
|
250
|
-
fn: (columnOrHeaderId) => table_getColumnOrHeaderWidth(table, columnOrHeaderId)
|
|
251
|
-
},
|
|
252
|
-
table_getTotalHeaderHeight: {
|
|
253
|
-
fn: (visualVariantOptions, visibleLeafColumns, tableHeaderGroups, observedHeaderHeight) => table_getTotalHeaderHeight(
|
|
254
|
-
table,
|
|
255
|
-
visualVariantOptions,
|
|
256
|
-
visibleLeafColumns,
|
|
257
|
-
tableHeaderGroups,
|
|
258
|
-
observedHeaderHeight
|
|
259
|
-
),
|
|
260
|
-
memoDeps: () => [
|
|
261
|
-
table.atoms.visualVariantConfig?.get(),
|
|
262
|
-
table.getVisibleLeafColumnsWithoutBuiltin(),
|
|
263
|
-
table.getHeaderGroups(),
|
|
264
|
-
table.atoms.observedHeaderHeight?.get()
|
|
265
|
-
]
|
|
266
|
-
},
|
|
267
|
-
table_estimateRowHeight: {
|
|
268
|
-
fn: (index, isHeaderRow, rowDensity, rowSeparation) => table_estimateRowHeight(
|
|
269
|
-
table,
|
|
270
|
-
index,
|
|
271
|
-
isHeaderRow,
|
|
272
|
-
rowDensity,
|
|
273
|
-
rowSeparation
|
|
274
|
-
),
|
|
275
|
-
memoDeps: (props) => {
|
|
276
|
-
return [
|
|
277
|
-
props?.index,
|
|
278
|
-
props?.isHeaderRow,
|
|
279
|
-
table.atoms.visualVariantConfig?.get().rowDensity,
|
|
280
|
-
table.atoms.visualVariantConfig?.get().rowSeparation
|
|
281
|
-
];
|
|
218
|
+
assignHeaderPrototype: createPrototypeConstructor(
|
|
219
|
+
(prototype, table) => {
|
|
220
|
+
assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
|
|
221
|
+
header_getGridPosition: {
|
|
222
|
+
fn: (header, headers) => header_getGridPosition(header, headers)
|
|
223
|
+
}
|
|
224
|
+
});
|
|
225
|
+
}
|
|
226
|
+
),
|
|
227
|
+
assignColumnPrototype: createPrototypeConstructor(
|
|
228
|
+
(prototype, table) => {
|
|
229
|
+
assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
|
|
230
|
+
column_getGridColumnPosition: {
|
|
231
|
+
fn: (column, columnIndex) => column_getGridColumnPosition(column, columnIndex)
|
|
282
232
|
}
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
return [
|
|
292
|
-
getVirtualItems?.(),
|
|
293
|
-
range?.startIndex,
|
|
294
|
-
range?.endIndex,
|
|
295
|
-
table.getVisibleHeaderGroupsCount(),
|
|
296
|
-
table.optionsStore.state.data.length
|
|
297
|
-
];
|
|
233
|
+
});
|
|
234
|
+
}
|
|
235
|
+
),
|
|
236
|
+
assignRowPrototype: createPrototypeConstructor(
|
|
237
|
+
(prototype, table) => {
|
|
238
|
+
assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
|
|
239
|
+
row_getGridRowPosition: {
|
|
240
|
+
fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex)
|
|
298
241
|
}
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
242
|
+
});
|
|
243
|
+
}
|
|
244
|
+
),
|
|
245
|
+
constructTableAPIs: createTableConstructor(
|
|
246
|
+
(table) => {
|
|
247
|
+
assignTableAPIs("DataTableTableLayoutFeature", table, {
|
|
248
|
+
table_getHasFractionalTemplate: {
|
|
249
|
+
fn: () => table_getHasFractionalTemplate(table)
|
|
250
|
+
},
|
|
251
|
+
table_getVisibleHeaderGroupsCount: {
|
|
252
|
+
fn: () => table_getVisibleHeaderGroupsCount(table)
|
|
253
|
+
},
|
|
254
|
+
table_setObservedHeaderHeight: {
|
|
255
|
+
fn: (height) => table_setObservedHeaderHeight(table, height)
|
|
256
|
+
},
|
|
257
|
+
table_getHeaderSize: {
|
|
258
|
+
fn: (headerId) => table_getHeaderSize(table, headerId)
|
|
259
|
+
},
|
|
260
|
+
table_getColumnOrHeaderWidth: {
|
|
261
|
+
fn: (columnOrHeaderId) => table_getColumnOrHeaderWidth(table, columnOrHeaderId)
|
|
262
|
+
},
|
|
263
|
+
table_getTotalHeaderHeight: {
|
|
264
|
+
fn: (visualVariantOptions, visibleLeafColumns, tableHeaderGroups, observedHeaderHeight) => table_getTotalHeaderHeight(
|
|
265
|
+
table,
|
|
266
|
+
visualVariantOptions,
|
|
267
|
+
visibleLeafColumns,
|
|
268
|
+
tableHeaderGroups,
|
|
269
|
+
observedHeaderHeight
|
|
270
|
+
),
|
|
271
|
+
memoDeps: () => [
|
|
272
|
+
table.atoms.visualVariantConfig?.get(),
|
|
273
|
+
table.getVisibleLeafColumnsWithoutBuiltin(),
|
|
274
|
+
table.getHeaderGroups(),
|
|
275
|
+
table.atoms.observedHeaderHeight?.get()
|
|
276
|
+
]
|
|
277
|
+
},
|
|
278
|
+
table_estimateRowHeight: {
|
|
279
|
+
fn: (index, isHeaderRow, rowDensity, rowSeparation) => table_estimateRowHeight(
|
|
280
|
+
table,
|
|
281
|
+
index,
|
|
282
|
+
isHeaderRow,
|
|
283
|
+
rowDensity,
|
|
284
|
+
rowSeparation
|
|
285
|
+
),
|
|
286
|
+
memoDeps: (props) => {
|
|
287
|
+
return [
|
|
288
|
+
props?.index,
|
|
289
|
+
props?.isHeaderRow,
|
|
290
|
+
table.atoms.visualVariantConfig?.get().rowDensity,
|
|
291
|
+
table.atoms.visualVariantConfig?.get().rowSeparation
|
|
292
|
+
];
|
|
293
|
+
}
|
|
294
|
+
},
|
|
295
|
+
table_getHeaderGridTemplateRows: {
|
|
296
|
+
fn: () => table_getHeaderGridTemplateRows(table)
|
|
297
|
+
},
|
|
298
|
+
table_getGridTemplateRows: {
|
|
299
|
+
fn: (measurementsCache) => table_getGridTemplateRows(table, measurementsCache),
|
|
300
|
+
memoDeps: () => {
|
|
301
|
+
const { getVirtualItems, range } = table.getRowVirtualizer() ?? {};
|
|
302
|
+
return [
|
|
303
|
+
getVirtualItems?.(),
|
|
304
|
+
range?.startIndex,
|
|
305
|
+
range?.endIndex,
|
|
306
|
+
table.getVisibleHeaderGroupsCount(),
|
|
307
|
+
table.options.data.length
|
|
308
|
+
];
|
|
309
|
+
}
|
|
310
|
+
},
|
|
311
|
+
table_getGridTemplateColumns: {
|
|
312
|
+
fn: (columnSizing, columnSizingInfo) => table_getGridTemplateColumns(
|
|
313
|
+
table,
|
|
314
|
+
columnSizing,
|
|
315
|
+
columnSizingInfo
|
|
316
|
+
),
|
|
317
|
+
memoDeps: () => {
|
|
318
|
+
return [
|
|
319
|
+
table.atoms.columnSizing?.get(),
|
|
320
|
+
table.atoms.columnResizing?.get(),
|
|
321
|
+
table.atoms.columnPinning?.get(),
|
|
322
|
+
table.atoms.columnOrder?.get(),
|
|
323
|
+
table.atoms.columnVisibility?.get(),
|
|
324
|
+
table.getSubRowIndicatorColumnId(),
|
|
325
|
+
JSON.stringify([...table.getMeasuredColumnWidths()])
|
|
326
|
+
];
|
|
327
|
+
}
|
|
312
328
|
}
|
|
313
|
-
}
|
|
314
|
-
}
|
|
315
|
-
|
|
329
|
+
});
|
|
330
|
+
}
|
|
331
|
+
)
|
|
316
332
|
};
|
|
317
333
|
}
|
|
318
334
|
const DataTableTableLayoutFeature = constructTableLayoutFeature();
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../src/tables/DataTable/features/Layout/Layout.ts"],
|
|
4
|
-
"sourcesContent": ["import {\n assignPrototypeAPIs,\n assignTableAPIs,\n type CellData,\n type Column_Internal,\n type columnResizingState,\n type ColumnSizingState,\n type Header,\n type HeaderGroup,\n type Row,\n type RowData,\n type Table_Internal,\n type TableFeature,\n type TableFeatures,\n} from '@tanstack/react-table';\nimport { column_getIsPinned } from '@tanstack/react-table/static-functions';\nimport type { VirtualItem } from '@tanstack/react-virtual';\n\nimport type {\n DataTableColumnGridTemplates,\n TableLayoutFeatureConstructors,\n} from './layout-types.js';\nimport {\n getColumnTemplateEntry,\n getTargetTemplate,\n processBuiltinColumn,\n} from './layout-utils.js';\nimport {\n DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n DATA_TABLE_MIN_WIDTH,\n DATA_TABLE_ROW_BORDER,\n DATA_TABLE_ROW_HEIGHT_MAP,\n} from '../../constants.js';\nimport type { TDataTableFeatures } from '../types/features.types.js';\nimport type { DataTableVisualVariantTableState } from '../VisualVariants/visual-variants-types.js';\n\n/**\n * Allows to get the gridPosition of a specific header cell in order\n * to place it into the correct place in the template and span it across the correct\n * elements.\n * @internal\n */\nexport function header_getGridPosition<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData = CellData,\n>(\n header: Header<TFeatures, TData, TValue>,\n headers: Array<Header<TFeatures, TData, TValue>>,\n) {\n // Get the start of the column index the header should be rendered into,\n // this should be equal to the index of the header cell in the loop passed\n // to this function.\n let gridColumnStart = 0;\n for (const headerInGroup of headers ?? []) {\n if (headerInGroup === header) {\n break;\n }\n gridColumnStart = gridColumnStart + headerInGroup.colSpan;\n }\n\n // The header already exposes a colSpan value, which can be used to span\n // the header cell element from the start position to the end of the\n // header group.\n const colSpan = header.colSpan;\n\n // Get the start of the index as this is actually the defined\n // column nesting level. If the column is not nested, it will get a\n // depth of 0, and nesting levels increase going deeper.\n const gridRowStart = header.column.depth;\n\n // Get the end from the headers depth, as this is where it would be rendered\n // within the tanstack table. As nested columns would be rendered in the\n // lower headerrow. The strato approach here is different, as the header\n // cell should span both header rows\n const gridRowEnd = header.depth;\n\n // return the gridColumn positioning. As the grid column positioning in\n // css is One-based, it needs an offset of 1 in every entry.\n return {\n gridColumnStart: gridColumnStart + 1,\n gridColumnEnd: `span ${colSpan}`,\n gridRowStart: gridRowStart + 1,\n gridRowEnd: `span ${gridRowEnd - gridRowStart}`,\n };\n}\n\n/**\n * Helper function to get the grid column position for a specific column based on its index in the column list. This is used for non-header cells, which are always rendered in the first row of the grid and should span only one column.\n * @internal\n */\nexport function column_getGridColumnPosition<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData = CellData,\n>(column: Column_Internal<TFeatures, TData, TValue>, columnIndex?: number) {\n // Offset the index by one as the CSS grid column is a one based position.\n return { gridColumnStart: (columnIndex ?? 0) + 1, gridColumnEnd: 'span 1' };\n}\n\n/**\n * Helper function to get the grid row position for a specific row based on its index in the row list. This is used for all non-header cells, which should be rendered in the body of the table and span all columns.\n * @internal\n */\nexport function row_getGridRowPosition<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(row: Row<TFeatures, TData>, rowIndex: number = -1) {\n return {\n // Offset the index by one as the CSS grid column is a one based position.\n gridColumnStart: 1,\n // The row should span all columns.\n gridColumnEnd: 'row-end',\n\n // The CSS grid column is a one based position, so we need to offset the index by one.\n // To account for the virtualized rows at the start of the grid, a spacer row is inserted.\n // Therefore we need to offset the index by two in total\n gridRowStart: rowIndex + 2,\n // The row should span only one line from the start edge.\n gridRowEnd: 'span 1',\n };\n}\n\nexport function table_getHasFractionalTemplate<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>): boolean {\n const template = table.getGridTemplateColumns();\n return template.includes('fr');\n}\n\nexport function table_getVisibleHeaderGroupsCount<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>): number {\n if (table.atoms.visualVariantConfig?.get().headers === 'hidden') {\n return 0;\n }\n\n return table.getHeaderGroups().length;\n}\n\nexport function table_setObservedHeaderHeight<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>, height: number) {\n if (height !== table.atoms.observedHeaderHeight?.get()) {\n // Required cast to ensure precense of the DataTableFeatures.\n (\n table as unknown as Table_Internal<TDataTableFeatures>\n ).baseAtoms.observedHeaderHeight.set(height);\n }\n}\n\nexport function table_getHeaderSize<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n headerId: string,\n): {\n width: number;\n height: number;\n} {\n const escapedId = CSS.escape(headerId);\n const headerSize = table\n .getRowVirtualizationContainer()\n ?.querySelector(\n `[role=\"columnheader\"][data-headerid=${escapedId}], [role=\"columnheader\"][data-columnid=${escapedId}], [role=\"presentation\"][data-columnid=${escapedId}]`,\n )\n ?.getBoundingClientRect();\n\n if (headerSize === undefined) {\n // Use some standard value if no resize observer is there\n return {\n width: DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n height: table.estimateRowHeight({ isHeaderRow: true }),\n };\n }\n\n return {\n width: headerSize.width,\n height: headerSize.height,\n };\n}\n\nexport function table_getColumnOrHeaderWidth<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>, columnOrHeaderId: string): number {\n const hasHiddenHeaders =\n table.atoms.visualVariantConfig?.get().headers === 'hidden';\n\n // saved width that was stored upon measuring\n const storedWidth = table.getMeasuredColumnWidth(columnOrHeaderId);\n\n // early exit if all headers are visible and the column is a leaf column\n if (!hasHiddenHeaders && storedWidth !== undefined) {\n return storedWidth;\n }\n\n const escapedId = CSS.escape(columnOrHeaderId);\n // If all headers are hidden, take the cell in the first rendered row to retrieve the width since all other cells\n // in the same column should have the same width.\n // If the header is not in the virtualizer (because it is a parent column for instance), try to retrieve the height from the rendered element directly.\n const selectorString = hasHiddenHeaders\n ? `[role=\"cell\"][data-columnid=\"${escapedId}\"]`\n : `[role=\"columnheader\"][data-headerid=\"${escapedId}\"], [role=\"columnheader\"][data-columnid=\"${escapedId}\"], [role=\"presentation\"][data-columnid=\"${escapedId}\"]`;\n\n const columnWidth = table\n .getRowVirtualizationContainer()\n ?.querySelector(selectorString)\n ?.getBoundingClientRect().width;\n\n return columnWidth ?? DATA_TABLE_DEFAULT_COLUMN_WIDTH;\n}\n\nexport function table_getTotalHeaderHeight<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n visualVariantOptions: DataTableVisualVariantTableState['visualVariantConfig'],\n visibleLeafColumns: Array<Column_Internal<TFeatures, TData>>,\n tableHeaderGroups: Array<HeaderGroup<TFeatures, TData>>,\n observedHeaderHeight: number,\n) {\n // If the headers are hidden, we can opt out earlier.\n if (\n visualVariantOptions?.headers === 'hidden' ||\n visibleLeafColumns.length === 0 ||\n (tableHeaderGroups.length === 1 &&\n tableHeaderGroups.at(0)?.headers.length === 0)\n ) {\n return 0;\n }\n\n if (observedHeaderHeight > 0) {\n return observedHeaderHeight;\n }\n\n // if the measured header height is still undefined or 0, estimate it based on row density and amount of header groups,\n // so that the rowVirtualizer can return the most accurate height possible for the first render\n // this prevents an unnecessary vertical scrollbar which would cause wrong column measurements on initial render\n // the header's bottom border is actually 2px, estimateRowHeight only considers 1px so we need to add 1px more\n const bottomBorderOffset = DATA_TABLE_ROW_BORDER;\n const fallbackHeight =\n table.estimateRowHeight({ isHeaderRow: true }) *\n table.getVisibleHeaderGroupsCount() +\n bottomBorderOffset;\n\n return fallbackHeight;\n}\n\n/**\n * Helper function to estimate the row height based on the row density and separation visual variants. This is used for the row virtualizer to estimate the height of rows that are not rendered yet.\n * @internal\n */\nexport function table_estimateRowHeight<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n) {\n const rowHeight = DATA_TABLE_ROW_HEIGHT_MAP[rowDensity];\n const paginationFlatRows = table.getPaginatedRowModel().flatRows;\n const isLastRowOnPage = index === paginationFlatRows.length - 1;\n // only consider the border if the index is defined or the estimate is for a header row\n // when estimating rows for an empty table, the index will be undefined and there are no vertical dividers\n const addBorder = index !== undefined || isHeaderRow === true;\n\n if (addBorder === false || rowSeparation === 'none' || isLastRowOnPage) {\n return rowHeight;\n }\n\n // add 1px border if rowSeparation is enabled or if this is a header row\n return rowHeight + DATA_TABLE_ROW_BORDER;\n}\n\nexport function table_getHeaderGridTemplateRows<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>) {\n switch (table.getVisibleHeaderGroupsCount()) {\n case 0:\n return '[body-start]';\n case 1:\n return '[header-start] max-content [header-end body-start]';\n default:\n return '[header-start] max-content max-content [header-end body-start]';\n }\n}\n\nexport function table_getGridTemplateRows<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n virtualItems: VirtualItem[] | undefined,\n): string {\n const measurementsCache = table.getRowVirtualizer()?.measurementsCache;\n const headerRows = table.getHeaderGridTemplateRows();\n\n if (!measurementsCache || !virtualItems?.length) {\n return headerRows;\n }\n\n // Determine the template rows for the body, based on the currently rendered rows\n const bodyRows = virtualItems\n .map((virtualItem) => {\n // The virtual item size is the most up to date value as it is measured during rendering,\n // while the measurementsCache can be outdated until the next render.\n // Therefore, the virtual item size is preferred to retrieve the row height.\n const rowHeight =\n virtualItem.size ??\n table.estimateRowHeight({ index: virtualItem.index });\n return `minmax(min-content, ${rowHeight}px)`;\n })\n .join(' ');\n\n // Add spacer row to account for virtualized rows above the first rendered row\n const firstVirtualItem = virtualItems[0];\n let spacerRowHeight = 0;\n\n if (firstVirtualItem.index > 0) {\n const scrollPaddingStart = table.getTotalHeaderHeight();\n // Calculate the height by subtracting the scroll padding (header height) from the starting offset of the first visible item.\n spacerRowHeight = firstVirtualItem.start - scrollPaddingStart;\n }\n\n // combine header, spacer and body rows into a grid row template\n return `${headerRows} ${spacerRowHeight}px ${bodyRows} [body-end]`;\n}\n\nexport function table_getGridTemplateColumns<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n columnSizing: ColumnSizingState,\n columnResizing: columnResizingState,\n) {\n const leftVisibleColumns = table.getLeftVisibleLeafColumns();\n const centerVisibleColumns = table.getCenterVisibleLeafColumns();\n const rightVisibleColumns = table.getRightVisibleLeafColumns();\n if (\n leftVisibleColumns === undefined ||\n centerVisibleColumns === undefined ||\n rightVisibleColumns === undefined ||\n columnSizing === undefined ||\n columnResizing === undefined\n ) {\n return '';\n }\n\n /**\n * Gets the measured column width if possible.\n * Min/max constraints are already considered during measurement. (see columnVirtualizer measureElement)\n *\n * @param columnId - ID of the column\n * @param isFractionWidth - whether the width is a fraction width\n * @returns measured width in pixels or undefined if not measured yet\n */\n function getMeasuredWidth(\n columnId: string,\n isFractionWidth: boolean = false,\n ): number | undefined {\n // If there are no rows (e.g. loading state), measure the header cell instead\n if (table.getRowModel().rows.length === 0) {\n const headerCell = table\n .getColumnVirtualizer()\n ?.scrollElement?.querySelector(\n `[role=\"columnheader\"][data-columnid=\"${CSS.escape(columnId)}\"]`,\n );\n const headerWidth = headerCell?.getBoundingClientRect().width;\n\n if (headerWidth === undefined) {\n return DATA_TABLE_MIN_WIDTH;\n }\n\n // Round up slightly for non-fraction widths to avoid rendering an ellipsis due to subpixel rendering issues\n // don't round for fraction widths to avoid rendering an unnecessary scrollbar for fullWidth tables\n return isFractionWidth ? headerWidth : Math.ceil(headerWidth * 10) / 10;\n }\n\n return table.getMeasuredColumnWidth(columnId);\n }\n\n // Grid templates for left, center and right pinned columns\n const columnGridTemplates: DataTableColumnGridTemplates = {\n left: [],\n center: [],\n right: [],\n };\n\n const orderedVisibleColumns = [\n ...leftVisibleColumns,\n ...centerVisibleColumns,\n ...rightVisibleColumns,\n ];\n\n // To generate the grid template columns, we need to iterate through all visible columns in order\n for (const column of orderedVisibleColumns) {\n // Handle built-in columns (prefix, suffix, spacer)\n const isBuiltinColumn = processBuiltinColumn(\n column,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.options.rowThresholds,\n columnGridTemplates,\n );\n\n if (isBuiltinColumn) {\n continue;\n }\n\n // Handle width configuration for standard column\n const entry = getColumnTemplateEntry(\n column,\n columnSizing,\n columnResizing,\n getMeasuredWidth,\n );\n\n if (entry !== undefined) {\n const targetTemplate = getTargetTemplate(\n column_getIsPinned(column),\n columnGridTemplates,\n );\n\n targetTemplate.push(entry);\n }\n }\n\n const combinedGridTemplates = [\n ...columnGridTemplates.left,\n ...columnGridTemplates.center,\n ...columnGridTemplates.right,\n ];\n\n return `${combinedGridTemplates.join(' ')} [row-end]`;\n}\n\n/**\n * Constructs the layout feature for the table,\n * including API implementations and prototype assignments.\n * @internal\n */\nexport function constructTableLayoutFeature(): TableFeature<TableLayoutFeatureConstructors> {\n return {\n getInitialState: (initialState) => {\n return {\n columnMeasureInfo: {},\n observedHeaderHeight: 0,\n columnSizing: {},\n ...initialState,\n };\n },\n assignHeaderPrototype: (prototype, table) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n header_getGridPosition: {\n fn: (header, headers) => header_getGridPosition(header, headers),\n },\n });\n },\n assignColumnPrototype: (prototype, table) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n column_getGridColumnPosition: {\n fn: (column, columnIndex) =>\n column_getGridColumnPosition(column, columnIndex),\n },\n });\n },\n assignRowPrototype: (prototype, table) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n row_getGridRowPosition: {\n fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex),\n },\n });\n },\n constructTableAPIs: (table) => {\n assignTableAPIs('DataTableTableLayoutFeature', table, {\n table_getHasFractionalTemplate: {\n fn: () => table_getHasFractionalTemplate(table),\n },\n table_getVisibleHeaderGroupsCount: {\n fn: () => table_getVisibleHeaderGroupsCount(table),\n },\n table_setObservedHeaderHeight: {\n fn: (height: number) => table_setObservedHeaderHeight(table, height),\n },\n table_getHeaderSize: {\n fn: (headerId: string) => table_getHeaderSize(table, headerId),\n },\n table_getColumnOrHeaderWidth: {\n fn: (columnOrHeaderId: string) =>\n table_getColumnOrHeaderWidth(table, columnOrHeaderId),\n },\n table_getTotalHeaderHeight: {\n fn: (\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ) =>\n table_getTotalHeaderHeight(\n table,\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ),\n memoDeps: () => [\n table.atoms.visualVariantConfig?.get(),\n table.getVisibleLeafColumnsWithoutBuiltin(),\n table.getHeaderGroups(),\n table.atoms.observedHeaderHeight?.get(),\n ],\n },\n table_estimateRowHeight: {\n fn: (\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n ) =>\n table_estimateRowHeight(\n table,\n index,\n isHeaderRow,\n rowDensity,\n rowSeparation,\n ),\n memoDeps: (props) => {\n return [\n props?.index,\n props?.isHeaderRow,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.atoms.visualVariantConfig?.get().rowSeparation,\n ];\n },\n },\n table_getHeaderGridTemplateRows: {\n fn: () => table_getHeaderGridTemplateRows(table),\n },\n table_getGridTemplateRows: {\n fn: (measurementsCache: VirtualItem[] | undefined) =>\n table_getGridTemplateRows(table, measurementsCache),\n memoDeps: () => {\n const { getVirtualItems, range } = table.getRowVirtualizer() ?? {};\n\n return [\n getVirtualItems?.(),\n range?.startIndex,\n range?.endIndex,\n table.getVisibleHeaderGroupsCount(),\n table.optionsStore.state.data.length,\n ];\n },\n },\n table_getGridTemplateColumns: {\n fn: (columnSizing, columnSizingInfo) =>\n table_getGridTemplateColumns(table, columnSizing, columnSizingInfo),\n memoDeps: () => {\n return [\n table.atoms.columnSizing?.get(),\n table.atoms.columnResizing?.get(),\n table.atoms.columnPinning?.get(),\n table.atoms.columnOrder?.get(),\n table.atoms.columnVisibility?.get(),\n table.getSubRowIndicatorColumnId(),\n JSON.stringify([...table.getMeasuredColumnWidths()]),\n ];\n },\n },\n });\n },\n };\n}\n\n/**\n * Additional feature implementation for table layout.\n * @internal\n */\nexport const DataTableTableLayoutFeature = constructTableLayoutFeature();\n"],
|
|
5
|
-
"mappings": "AAAA;AAAA,EACE;AAAA,EACA;AAAA,
|
|
4
|
+
"sourcesContent": ["import {\n assignPrototypeAPIs,\n assignTableAPIs,\n type CellData,\n type Column,\n type columnResizingState,\n type ColumnSizingState,\n type Header,\n type HeaderGroup,\n type Row,\n type RowData,\n type Table,\n type TableFeature,\n} from '@tanstack/react-table';\nimport { column_getIsPinned } from '@tanstack/react-table/static-functions';\nimport type { VirtualItem } from '@tanstack/react-virtual';\n\nimport type { DataTableColumnGridTemplates } from './layout-types.js';\nimport {\n getColumnTemplateEntry,\n getTargetTemplate,\n processBuiltinColumn,\n} from './layout-utils.js';\nimport {\n DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n DATA_TABLE_MIN_WIDTH,\n DATA_TABLE_ROW_BORDER,\n DATA_TABLE_ROW_HEIGHT_MAP,\n} from '../../constants.js';\nimport type { TDataTableFeatures } from '../types/features.types.js';\nimport {\n createPrototypeConstructor,\n createTableConstructor,\n} from '../types/table.types.js';\nimport type { DataTableVisualVariantTableState } from '../VisualVariants/visual-variants-types.js';\n\n/**\n * Allows to get the gridPosition of a specific header cell in order\n * to place it into the correct place in the template and span it across the correct\n * elements.\n * @internal\n */\nexport function header_getGridPosition<\n TData extends RowData,\n TValue extends CellData = CellData,\n>(\n header: Header<TDataTableFeatures, TData, TValue>,\n headers: Array<Header<TDataTableFeatures, TData, TValue>>,\n) {\n // Get the start of the column index the header should be rendered into,\n // this should be equal to the index of the header cell in the loop passed\n // to this function.\n let gridColumnStart = 0;\n for (const headerInGroup of headers ?? []) {\n if (headerInGroup === header) {\n break;\n }\n gridColumnStart = gridColumnStart + headerInGroup.colSpan;\n }\n\n // The header already exposes a colSpan value, which can be used to span\n // the header cell element from the start position to the end of the\n // header group.\n const colSpan = header.colSpan;\n\n // Get the start of the index as this is actually the defined\n // column nesting level. If the column is not nested, it will get a\n // depth of 0, and nesting levels increase going deeper.\n const gridRowStart = header.column.depth;\n\n // Get the end from the headers depth, as this is where it would be rendered\n // within the tanstack table. As nested columns would be rendered in the\n // lower headerrow. The strato approach here is different, as the header\n // cell should span both header rows\n const gridRowEnd = header.depth;\n\n // return the gridColumn positioning. As the grid column positioning in\n // css is One-based, it needs an offset of 1 in every entry.\n return {\n gridColumnStart: gridColumnStart + 1,\n gridColumnEnd: `span ${colSpan}`,\n gridRowStart: gridRowStart + 1,\n gridRowEnd: `span ${gridRowEnd - gridRowStart}`,\n };\n}\n\n/**\n * Helper function to get the grid column position for a specific column based on its index in the column list. This is used for non-header cells, which are always rendered in the first row of the grid and should span only one column.\n * @internal\n */\nexport function column_getGridColumnPosition<\n TData extends RowData,\n TValue extends CellData = CellData,\n>(column: Column<TDataTableFeatures, TData, TValue>, columnIndex?: number) {\n // Offset the index by one as the CSS grid column is a one based position.\n return { gridColumnStart: (columnIndex ?? 0) + 1, gridColumnEnd: 'span 1' };\n}\n\n/**\n * Helper function to get the grid row position for a specific row based on its index in the row list. This is used for all non-header cells, which should be rendered in the body of the table and span all columns.\n * @internal\n */\nexport function row_getGridRowPosition<TData extends RowData>(\n row: Row<TDataTableFeatures, TData>,\n rowIndex: number = -1,\n) {\n return {\n // Offset the index by one as the CSS grid column is a one based position.\n gridColumnStart: 1,\n // The row should span all columns.\n gridColumnEnd: 'row-end',\n\n // The CSS grid column is a one based position, so we need to offset the index by one.\n // To account for the virtualized rows at the start of the grid, a spacer row is inserted.\n // Therefore we need to offset the index by two in total\n gridRowStart: rowIndex + 2,\n // The row should span only one line from the start edge.\n gridRowEnd: 'span 1',\n };\n}\n\nexport function table_getHasFractionalTemplate<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n): boolean {\n const template = table.getGridTemplateColumns();\n return template.includes('fr');\n}\n\nexport function table_getVisibleHeaderGroupsCount<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n): number {\n if (table.atoms.visualVariantConfig?.get().headers === 'hidden') {\n return 0;\n }\n\n return table.getHeaderGroups().length;\n}\n\nexport function table_setObservedHeaderHeight<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n height: number,\n) {\n if (height !== table.atoms.observedHeaderHeight?.get()) {\n table.baseAtoms.observedHeaderHeight.set(height);\n }\n}\n\nexport function table_getHeaderSize<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n headerId: string,\n): {\n width: number;\n height: number;\n} {\n const escapedId = CSS.escape(headerId);\n const headerSize = table\n .getRowVirtualizationContainer()\n ?.querySelector(\n `[role=\"columnheader\"][data-headerid=${escapedId}], [role=\"columnheader\"][data-columnid=${escapedId}], [role=\"presentation\"][data-columnid=${escapedId}]`,\n )\n ?.getBoundingClientRect();\n\n if (headerSize === undefined) {\n // Use some standard value if no resize observer is there\n return {\n width: DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n height: table.estimateRowHeight({ isHeaderRow: true }),\n };\n }\n\n return {\n width: headerSize.width,\n height: headerSize.height,\n };\n}\n\nexport function table_getColumnOrHeaderWidth<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n columnOrHeaderId: string,\n): number {\n const hasHiddenHeaders =\n table.atoms.visualVariantConfig?.get().headers === 'hidden';\n\n // saved width that was stored upon measuring\n const storedWidth = table.getMeasuredColumnWidth(columnOrHeaderId);\n\n // early exit if all headers are visible and the column is a leaf column\n if (!hasHiddenHeaders && storedWidth !== undefined) {\n return storedWidth;\n }\n\n const escapedId = CSS.escape(columnOrHeaderId);\n // If all headers are hidden, take the cell in the first rendered row to retrieve the width since all other cells\n // in the same column should have the same width.\n // If the header is not in the virtualizer (because it is a parent column for instance), try to retrieve the height from the rendered element directly.\n const selectorString = hasHiddenHeaders\n ? `[role=\"cell\"][data-columnid=\"${escapedId}\"]`\n : `[role=\"columnheader\"][data-headerid=\"${escapedId}\"], [role=\"columnheader\"][data-columnid=\"${escapedId}\"], [role=\"presentation\"][data-columnid=\"${escapedId}\"]`;\n\n const columnWidth = table\n .getRowVirtualizationContainer()\n ?.querySelector(selectorString)\n ?.getBoundingClientRect().width;\n\n return columnWidth ?? DATA_TABLE_DEFAULT_COLUMN_WIDTH;\n}\n\nexport function table_getTotalHeaderHeight<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n visualVariantOptions: DataTableVisualVariantTableState['visualVariantConfig'],\n visibleLeafColumns: Array<Column<TDataTableFeatures, TData>>,\n tableHeaderGroups: Array<HeaderGroup<TDataTableFeatures, TData>>,\n observedHeaderHeight: number,\n) {\n // If the headers are hidden, we can opt out earlier.\n if (\n visualVariantOptions?.headers === 'hidden' ||\n visibleLeafColumns.length === 0 ||\n (tableHeaderGroups.length === 1 &&\n tableHeaderGroups.at(0)?.headers.length === 0)\n ) {\n return 0;\n }\n\n if (observedHeaderHeight > 0) {\n return observedHeaderHeight;\n }\n\n // if the measured header height is still undefined or 0, estimate it based on row density and amount of header groups,\n // so that the rowVirtualizer can return the most accurate height possible for the first render\n // this prevents an unnecessary vertical scrollbar which would cause wrong column measurements on initial render\n // the header's bottom border is actually 2px, estimateRowHeight only considers 1px so we need to add 1px more\n const bottomBorderOffset = DATA_TABLE_ROW_BORDER;\n const fallbackHeight =\n table.estimateRowHeight({ isHeaderRow: true }) *\n table.getVisibleHeaderGroupsCount() +\n bottomBorderOffset;\n\n return fallbackHeight;\n}\n\n/**\n * Helper function to estimate the row height based on the row density and separation visual variants. This is used for the row virtualizer to estimate the height of rows that are not rendered yet.\n * @internal\n */\nexport function table_estimateRowHeight<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n) {\n const rowHeight = DATA_TABLE_ROW_HEIGHT_MAP[rowDensity];\n const paginationFlatRows = table.getPaginatedRowModel().flatRows;\n const isLastRowOnPage = index === paginationFlatRows.length - 1;\n // only consider the border if the index is defined or the estimate is for a header row\n // when estimating rows for an empty table, the index will be undefined and there are no vertical dividers\n const addBorder = index !== undefined || isHeaderRow === true;\n\n if (addBorder === false || rowSeparation === 'none' || isLastRowOnPage) {\n return rowHeight;\n }\n\n // add 1px border if rowSeparation is enabled or if this is a header row\n return rowHeight + DATA_TABLE_ROW_BORDER;\n}\n\nexport function table_getHeaderGridTemplateRows<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n) {\n switch (table.getVisibleHeaderGroupsCount()) {\n case 0:\n return '[body-start]';\n case 1:\n return '[header-start] max-content [header-end body-start]';\n default:\n return '[header-start] max-content max-content [header-end body-start]';\n }\n}\n\nexport function table_getGridTemplateRows<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n virtualItems: VirtualItem[] | undefined,\n): string {\n const measurementsCache = table.getRowVirtualizer()?.measurementsCache;\n const headerRows = table.getHeaderGridTemplateRows();\n\n if (!measurementsCache || !virtualItems?.length) {\n return headerRows;\n }\n\n // Determine the template rows for the body, based on the currently rendered rows\n const bodyRows = virtualItems\n .map((virtualItem) => {\n // The virtual item size is the most up to date value as it is measured during rendering,\n // while the measurementsCache can be outdated until the next render.\n // Therefore, the virtual item size is preferred to retrieve the row height.\n const rowHeight =\n virtualItem.size ??\n table.estimateRowHeight({ index: virtualItem.index });\n return `minmax(min-content, ${rowHeight}px)`;\n })\n .join(' ');\n\n // Add spacer row to account for virtualized rows above the first rendered row\n const firstVirtualItem = virtualItems[0];\n let spacerRowHeight = 0;\n\n if (firstVirtualItem.index > 0) {\n const scrollPaddingStart = table.getTotalHeaderHeight();\n // Calculate the height by subtracting the scroll padding (header height) from the starting offset of the first visible item.\n spacerRowHeight = firstVirtualItem.start - scrollPaddingStart;\n }\n\n // combine header, spacer and body rows into a grid row template\n return `${headerRows} ${spacerRowHeight}px ${bodyRows} [body-end]`;\n}\n\nexport function table_getGridTemplateColumns<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n columnSizing: ColumnSizingState,\n columnResizing: columnResizingState,\n) {\n const leftVisibleColumns = table.getStartVisibleLeafColumns();\n const centerVisibleColumns = table.getCenterVisibleLeafColumns();\n const rightVisibleColumns = table.getEndVisibleLeafColumns();\n if (\n leftVisibleColumns === undefined ||\n centerVisibleColumns === undefined ||\n rightVisibleColumns === undefined ||\n columnSizing === undefined ||\n columnResizing === undefined\n ) {\n return '';\n }\n\n /**\n * Gets the measured column width if possible.\n * Min/max constraints are already considered during measurement. (see columnVirtualizer measureElement)\n *\n * @param columnId - ID of the column\n * @param isFractionWidth - whether the width is a fraction width\n * @returns measured width in pixels or undefined if not measured yet\n */\n function getMeasuredWidth(\n columnId: string,\n isFractionWidth: boolean = false,\n ): number | undefined {\n // If there are no rows (e.g. loading state), measure the header cell instead\n if (table.getRowModel().rows.length === 0) {\n const headerCell = table\n .getColumnVirtualizer()\n ?.scrollElement?.querySelector(\n `[role=\"columnheader\"][data-columnid=\"${CSS.escape(columnId)}\"]`,\n );\n const headerWidth = headerCell?.getBoundingClientRect().width;\n\n if (headerWidth === undefined) {\n return DATA_TABLE_MIN_WIDTH;\n }\n\n // Round up slightly for non-fraction widths to avoid rendering an ellipsis due to subpixel rendering issues\n // don't round for fraction widths to avoid rendering an unnecessary scrollbar for fullWidth tables\n return isFractionWidth ? headerWidth : Math.ceil(headerWidth * 10) / 10;\n }\n\n return table.getMeasuredColumnWidth(columnId);\n }\n\n // Grid templates for left, center and right pinned columns\n const columnGridTemplates: DataTableColumnGridTemplates = {\n left: [],\n center: [],\n right: [],\n };\n\n const orderedVisibleColumns = [\n ...leftVisibleColumns,\n ...centerVisibleColumns,\n ...rightVisibleColumns,\n ];\n\n // To generate the grid template columns, we need to iterate through all visible columns in order\n for (const column of orderedVisibleColumns) {\n // Handle built-in columns (prefix, suffix, spacer)\n const isBuiltinColumn = processBuiltinColumn(\n column,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.options.rowThresholds,\n columnGridTemplates,\n );\n\n if (isBuiltinColumn) {\n continue;\n }\n\n // Handle width configuration for standard column\n const entry = getColumnTemplateEntry(\n column,\n columnSizing,\n columnResizing,\n getMeasuredWidth,\n );\n\n if (entry !== undefined) {\n const targetTemplate = getTargetTemplate(\n column_getIsPinned(column),\n columnGridTemplates,\n );\n\n targetTemplate.push(entry);\n }\n }\n\n const combinedGridTemplates = [\n ...columnGridTemplates.left,\n ...columnGridTemplates.center,\n ...columnGridTemplates.right,\n ];\n\n return `${combinedGridTemplates.join(' ')} [row-end]`;\n}\n\n/**\n * Constructs the layout feature for the table,\n * including API implementations and prototype assignments.\n * @internal\n */\nexport function constructTableLayoutFeature(): TableFeature {\n return {\n getInitialState: (initialState) => {\n return {\n columnMeasureInfo: {},\n observedHeaderHeight: 0,\n columnSizing: {},\n ...initialState,\n };\n },\n assignHeaderPrototype: createPrototypeConstructor(\n (\n prototype: Record<string, unknown>,\n table: Table<TDataTableFeatures, RowData>,\n ) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n header_getGridPosition: {\n fn: (header, headers) => header_getGridPosition(header, headers),\n },\n });\n },\n ),\n assignColumnPrototype: createPrototypeConstructor(\n (\n prototype: Record<string, unknown>,\n table: Table<TDataTableFeatures, RowData>,\n ) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n column_getGridColumnPosition: {\n fn: (column, columnIndex) =>\n column_getGridColumnPosition(column, columnIndex),\n },\n });\n },\n ),\n assignRowPrototype: createPrototypeConstructor(\n (\n prototype: Record<string, unknown>,\n table: Table<TDataTableFeatures, RowData>,\n ) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n row_getGridRowPosition: {\n fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex),\n },\n });\n },\n ),\n constructTableAPIs: createTableConstructor(\n (table: Table<TDataTableFeatures, RowData>) => {\n assignTableAPIs('DataTableTableLayoutFeature', table, {\n table_getHasFractionalTemplate: {\n fn: () => table_getHasFractionalTemplate(table),\n },\n table_getVisibleHeaderGroupsCount: {\n fn: () => table_getVisibleHeaderGroupsCount(table),\n },\n table_setObservedHeaderHeight: {\n fn: (height: number) =>\n table_setObservedHeaderHeight(table, height),\n },\n table_getHeaderSize: {\n fn: (headerId: string) => table_getHeaderSize(table, headerId),\n },\n table_getColumnOrHeaderWidth: {\n fn: (columnOrHeaderId: string) =>\n table_getColumnOrHeaderWidth(table, columnOrHeaderId),\n },\n table_getTotalHeaderHeight: {\n fn: (\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ) =>\n table_getTotalHeaderHeight(\n table,\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ),\n memoDeps: () => [\n table.atoms.visualVariantConfig?.get(),\n table.getVisibleLeafColumnsWithoutBuiltin(),\n table.getHeaderGroups(),\n table.atoms.observedHeaderHeight?.get(),\n ],\n },\n table_estimateRowHeight: {\n fn: (\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n ) =>\n table_estimateRowHeight(\n table,\n index,\n isHeaderRow,\n rowDensity,\n rowSeparation,\n ),\n memoDeps: (props) => {\n return [\n props?.index,\n props?.isHeaderRow,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.atoms.visualVariantConfig?.get().rowSeparation,\n ];\n },\n },\n table_getHeaderGridTemplateRows: {\n fn: () => table_getHeaderGridTemplateRows(table),\n },\n table_getGridTemplateRows: {\n fn: (measurementsCache: VirtualItem[] | undefined) =>\n table_getGridTemplateRows(table, measurementsCache),\n memoDeps: () => {\n const { getVirtualItems, range } =\n table.getRowVirtualizer() ?? {};\n\n return [\n getVirtualItems?.(),\n range?.startIndex,\n range?.endIndex,\n table.getVisibleHeaderGroupsCount(),\n table.options.data.length,\n ];\n },\n },\n table_getGridTemplateColumns: {\n fn: (columnSizing, columnSizingInfo) =>\n table_getGridTemplateColumns(\n table,\n columnSizing,\n columnSizingInfo,\n ),\n memoDeps: () => {\n return [\n table.atoms.columnSizing?.get(),\n table.atoms.columnResizing?.get(),\n table.atoms.columnPinning?.get(),\n table.atoms.columnOrder?.get(),\n table.atoms.columnVisibility?.get(),\n table.getSubRowIndicatorColumnId(),\n JSON.stringify([...table.getMeasuredColumnWidths()]),\n ];\n },\n },\n });\n },\n ),\n };\n}\n\n/**\n * Additional feature implementation for table layout.\n * @internal\n */\nexport const DataTableTableLayoutFeature = constructTableLayoutFeature();\n"],
|
|
5
|
+
"mappings": "AAAA;AAAA,EACE;AAAA,EACA;AAAA,OAWK;AACP,SAAS,0BAA0B;AAInC;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,OACK;AACP;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAEP;AAAA,EACE;AAAA,EACA;AAAA,OACK;AASA,SAAS,uBAId,QACA,SACA;AAIA,MAAI,kBAAkB;AACtB,aAAW,iBAAiB,WAAW,CAAC,GAAG;AACzC,QAAI,kBAAkB,QAAQ;AAC5B;AAAA,IACF;AACA,sBAAkB,kBAAkB,cAAc;AAAA,EACpD;AAKA,QAAM,UAAU,OAAO;AAKvB,QAAM,eAAe,OAAO,OAAO;AAMnC,QAAM,aAAa,OAAO;AAI1B,SAAO;AAAA,IACL,iBAAiB,kBAAkB;AAAA,IACnC,eAAe,QAAQ,OAAO;AAAA,IAC9B,cAAc,eAAe;AAAA,IAC7B,YAAY,QAAQ,aAAa,YAAY;AAAA,EAC/C;AACF;AAMO,SAAS,6BAGd,QAAmD,aAAsB;AAEzE,SAAO,EAAE,kBAAkB,eAAe,KAAK,GAAG,eAAe,SAAS;AAC5E;AAMO,SAAS,uBACd,KACA,WAAmB,IACnB;AACA,SAAO;AAAA;AAAA,IAEL,iBAAiB;AAAA;AAAA,IAEjB,eAAe;AAAA;AAAA;AAAA;AAAA,IAKf,cAAc,WAAW;AAAA;AAAA,IAEzB,YAAY;AAAA,EACd;AACF;AAEO,SAAS,+BACd,OACS;AACT,QAAM,WAAW,MAAM,uBAAuB;AAC9C,SAAO,SAAS,SAAS,IAAI;AAC/B;AAEO,SAAS,kCACd,OACQ;AACR,MAAI,MAAM,MAAM,qBAAqB,IAAI,EAAE,YAAY,UAAU;AAC/D,WAAO;AAAA,EACT;AAEA,SAAO,MAAM,gBAAgB,EAAE;AACjC;AAEO,SAAS,8BACd,OACA,QACA;AACA,MAAI,WAAW,MAAM,MAAM,sBAAsB,IAAI,GAAG;AACtD,UAAM,UAAU,qBAAqB,IAAI,MAAM;AAAA,EACjD;AACF;AAEO,SAAS,oBACd,OACA,UAIA;AACA,QAAM,YAAY,IAAI,OAAO,QAAQ;AACrC,QAAM,aAAa,MAChB,8BAA8B,GAC7B;AAAA,IACA,uCAAuC,SAAS,0CAA0C,SAAS,0CAA0C,SAAS;AAAA,EACxJ,GACE,sBAAsB;AAE1B,MAAI,eAAe,QAAW;AAE5B,WAAO;AAAA,MACL,OAAO;AAAA,MACP,QAAQ,MAAM,kBAAkB,EAAE,aAAa,KAAK,CAAC;AAAA,IACvD;AAAA,EACF;AAEA,SAAO;AAAA,IACL,OAAO,WAAW;AAAA,IAClB,QAAQ,WAAW;AAAA,EACrB;AACF;AAEO,SAAS,6BACd,OACA,kBACQ;AACR,QAAM,mBACJ,MAAM,MAAM,qBAAqB,IAAI,EAAE,YAAY;AAGrD,QAAM,cAAc,MAAM,uBAAuB,gBAAgB;AAGjE,MAAI,CAAC,oBAAoB,gBAAgB,QAAW;AAClD,WAAO;AAAA,EACT;AAEA,QAAM,YAAY,IAAI,OAAO,gBAAgB;AAI7C,QAAM,iBAAiB,mBACnB,gCAAgC,SAAS,OACzC,wCAAwC,SAAS,4CAA4C,SAAS,4CAA4C,SAAS;AAE/J,QAAM,cAAc,MACjB,8BAA8B,GAC7B,cAAc,cAAc,GAC5B,sBAAsB,EAAE;AAE5B,SAAO,eAAe;AACxB;AAEO,SAAS,2BACd,OACA,sBACA,oBACA,mBACA,sBACA;AAEA,MACE,sBAAsB,YAAY,YAClC,mBAAmB,WAAW,KAC7B,kBAAkB,WAAW,KAC5B,kBAAkB,GAAG,CAAC,GAAG,QAAQ,WAAW,GAC9C;AACA,WAAO;AAAA,EACT;AAEA,MAAI,uBAAuB,GAAG;AAC5B,WAAO;AAAA,EACT;AAMA,QAAM,qBAAqB;AAC3B,QAAM,iBACJ,MAAM,kBAAkB,EAAE,aAAa,KAAK,CAAC,IAC3C,MAAM,4BAA4B,IACpC;AAEF,SAAO;AACT;AAMO,SAAS,wBACd,OACA,OACA,aACA,YACA,eACA;AACA,QAAM,YAAY,0BAA0B,UAAU;AACtD,QAAM,qBAAqB,MAAM,qBAAqB,EAAE;AACxD,QAAM,kBAAkB,UAAU,mBAAmB,SAAS;AAG9D,QAAM,YAAY,UAAU,UAAa,gBAAgB;AAEzD,MAAI,cAAc,SAAS,kBAAkB,UAAU,iBAAiB;AACtE,WAAO;AAAA,EACT;AAGA,SAAO,YAAY;AACrB;AAEO,SAAS,gCACd,OACA;AACA,UAAQ,MAAM,4BAA4B,GAAG;AAAA,IAC3C,KAAK;AACH,aAAO;AAAA,IACT,KAAK;AACH,aAAO;AAAA,IACT;AACE,aAAO;AAAA,EACX;AACF;AAEO,SAAS,0BACd,OACA,cACQ;AACR,QAAM,oBAAoB,MAAM,kBAAkB,GAAG;AACrD,QAAM,aAAa,MAAM,0BAA0B;AAEnD,MAAI,CAAC,qBAAqB,CAAC,cAAc,QAAQ;AAC/C,WAAO;AAAA,EACT;AAGA,QAAM,WAAW,aACd,IAAI,CAAC,gBAAgB;AAIpB,UAAM,YACJ,YAAY,QACZ,MAAM,kBAAkB,EAAE,OAAO,YAAY,MAAM,CAAC;AACtD,WAAO,uBAAuB,SAAS;AAAA,EACzC,CAAC,EACA,KAAK,GAAG;AAGX,QAAM,mBAAmB,aAAa,CAAC;AACvC,MAAI,kBAAkB;AAEtB,MAAI,iBAAiB,QAAQ,GAAG;AAC9B,UAAM,qBAAqB,MAAM,qBAAqB;AAEtD,sBAAkB,iBAAiB,QAAQ;AAAA,EAC7C;AAGA,SAAO,GAAG,UAAU,IAAI,eAAe,MAAM,QAAQ;AACvD;AAEO,SAAS,6BACd,OACA,cACA,gBACA;AACA,QAAM,qBAAqB,MAAM,2BAA2B;AAC5D,QAAM,uBAAuB,MAAM,4BAA4B;AAC/D,QAAM,sBAAsB,MAAM,yBAAyB;AAC3D,MACE,uBAAuB,UACvB,yBAAyB,UACzB,wBAAwB,UACxB,iBAAiB,UACjB,mBAAmB,QACnB;AACA,WAAO;AAAA,EACT;AAUA,WAAS,iBACP,UACA,kBAA2B,OACP;AAEpB,QAAI,MAAM,YAAY,EAAE,KAAK,WAAW,GAAG;AACzC,YAAM,aAAa,MAChB,qBAAqB,GACpB,eAAe;AAAA,QACf,wCAAwC,IAAI,OAAO,QAAQ,CAAC;AAAA,MAC9D;AACF,YAAM,cAAc,YAAY,sBAAsB,EAAE;AAExD,UAAI,gBAAgB,QAAW;AAC7B,eAAO;AAAA,MACT;AAIA,aAAO,kBAAkB,cAAc,KAAK,KAAK,cAAc,EAAE,IAAI;AAAA,IACvE;AAEA,WAAO,MAAM,uBAAuB,QAAQ;AAAA,EAC9C;AAGA,QAAM,sBAAoD;AAAA,IACxD,MAAM,CAAC;AAAA,IACP,QAAQ,CAAC;AAAA,IACT,OAAO,CAAC;AAAA,EACV;AAEA,QAAM,wBAAwB;AAAA,IAC5B,GAAG;AAAA,IACH,GAAG;AAAA,IACH,GAAG;AAAA,EACL;AAGA,aAAW,UAAU,uBAAuB;AAE1C,UAAM,kBAAkB;AAAA,MACtB;AAAA,MACA,MAAM,MAAM,qBAAqB,IAAI,EAAE;AAAA,MACvC,MAAM,QAAQ;AAAA,MACd;AAAA,IACF;AAEA,QAAI,iBAAiB;AACnB;AAAA,IACF;AAGA,UAAM,QAAQ;AAAA,MACZ;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAEA,QAAI,UAAU,QAAW;AACvB,YAAM,iBAAiB;AAAA,QACrB,mBAAmB,MAAM;AAAA,QACzB;AAAA,MACF;AAEA,qBAAe,KAAK,KAAK;AAAA,IAC3B;AAAA,EACF;AAEA,QAAM,wBAAwB;AAAA,IAC5B,GAAG,oBAAoB;AAAA,IACvB,GAAG,oBAAoB;AAAA,IACvB,GAAG,oBAAoB;AAAA,EACzB;AAEA,SAAO,GAAG,sBAAsB,KAAK,GAAG,CAAC;AAC3C;AAOO,SAAS,8BAA4C;AAC1D,SAAO;AAAA,IACL,iBAAiB,CAAC,iBAAiB;AACjC,aAAO;AAAA,QACL,mBAAmB,CAAC;AAAA,QACpB,sBAAsB;AAAA,QACtB,cAAc,CAAC;AAAA,QACf,GAAG;AAAA,MACL;AAAA,IACF;AAAA,IACA,uBAAuB;AAAA,MACrB,CACE,WACA,UACG;AACH,4BAAoB,+BAA+B,WAAW,OAAO;AAAA,UACnE,wBAAwB;AAAA,YACtB,IAAI,CAAC,QAAQ,YAAY,uBAAuB,QAAQ,OAAO;AAAA,UACjE;AAAA,QACF,CAAC;AAAA,MACH;AAAA,IACF;AAAA,IACA,uBAAuB;AAAA,MACrB,CACE,WACA,UACG;AACH,4BAAoB,+BAA+B,WAAW,OAAO;AAAA,UACnE,8BAA8B;AAAA,YAC5B,IAAI,CAAC,QAAQ,gBACX,6BAA6B,QAAQ,WAAW;AAAA,UACpD;AAAA,QACF,CAAC;AAAA,MACH;AAAA,IACF;AAAA,IACA,oBAAoB;AAAA,MAClB,CACE,WACA,UACG;AACH,4BAAoB,+BAA+B,WAAW,OAAO;AAAA,UACnE,wBAAwB;AAAA,YACtB,IAAI,CAAC,KAAK,aAAa,uBAAuB,KAAK,QAAQ;AAAA,UAC7D;AAAA,QACF,CAAC;AAAA,MACH;AAAA,IACF;AAAA,IACA,oBAAoB;AAAA,MAClB,CAAC,UAA8C;AAC7C,wBAAgB,+BAA+B,OAAO;AAAA,UACpD,gCAAgC;AAAA,YAC9B,IAAI,MAAM,+BAA+B,KAAK;AAAA,UAChD;AAAA,UACA,mCAAmC;AAAA,YACjC,IAAI,MAAM,kCAAkC,KAAK;AAAA,UACnD;AAAA,UACA,+BAA+B;AAAA,YAC7B,IAAI,CAAC,WACH,8BAA8B,OAAO,MAAM;AAAA,UAC/C;AAAA,UACA,qBAAqB;AAAA,YACnB,IAAI,CAAC,aAAqB,oBAAoB,OAAO,QAAQ;AAAA,UAC/D;AAAA,UACA,8BAA8B;AAAA,YAC5B,IAAI,CAAC,qBACH,6BAA6B,OAAO,gBAAgB;AAAA,UACxD;AAAA,UACA,4BAA4B;AAAA,YAC1B,IAAI,CACF,sBACA,oBACA,mBACA,yBAEA;AAAA,cACE;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF;AAAA,YACF,UAAU,MAAM;AAAA,cACd,MAAM,MAAM,qBAAqB,IAAI;AAAA,cACrC,MAAM,oCAAoC;AAAA,cAC1C,MAAM,gBAAgB;AAAA,cACtB,MAAM,MAAM,sBAAsB,IAAI;AAAA,YACxC;AAAA,UACF;AAAA,UACA,yBAAyB;AAAA,YACvB,IAAI,CACF,OACA,aACA,YACA,kBAEA;AAAA,cACE;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,cACA;AAAA,YACF;AAAA,YACF,UAAU,CAAC,UAAU;AACnB,qBAAO;AAAA,gBACL,OAAO;AAAA,gBACP,OAAO;AAAA,gBACP,MAAM,MAAM,qBAAqB,IAAI,EAAE;AAAA,gBACvC,MAAM,MAAM,qBAAqB,IAAI,EAAE;AAAA,cACzC;AAAA,YACF;AAAA,UACF;AAAA,UACA,iCAAiC;AAAA,YAC/B,IAAI,MAAM,gCAAgC,KAAK;AAAA,UACjD;AAAA,UACA,2BAA2B;AAAA,YACzB,IAAI,CAAC,sBACH,0BAA0B,OAAO,iBAAiB;AAAA,YACpD,UAAU,MAAM;AACd,oBAAM,EAAE,iBAAiB,MAAM,IAC7B,MAAM,kBAAkB,KAAK,CAAC;AAEhC,qBAAO;AAAA,gBACL,kBAAkB;AAAA,gBAClB,OAAO;AAAA,gBACP,OAAO;AAAA,gBACP,MAAM,4BAA4B;AAAA,gBAClC,MAAM,QAAQ,KAAK;AAAA,cACrB;AAAA,YACF;AAAA,UACF;AAAA,UACA,8BAA8B;AAAA,YAC5B,IAAI,CAAC,cAAc,qBACjB;AAAA,cACE;AAAA,cACA;AAAA,cACA;AAAA,YACF;AAAA,YACF,UAAU,MAAM;AACd,qBAAO;AAAA,gBACL,MAAM,MAAM,cAAc,IAAI;AAAA,gBAC9B,MAAM,MAAM,gBAAgB,IAAI;AAAA,gBAChC,MAAM,MAAM,eAAe,IAAI;AAAA,gBAC/B,MAAM,MAAM,aAAa,IAAI;AAAA,gBAC7B,MAAM,MAAM,kBAAkB,IAAI;AAAA,gBAClC,MAAM,2BAA2B;AAAA,gBACjC,KAAK,UAAU,CAAC,GAAG,MAAM,wBAAwB,CAAC,CAAC;AAAA,cACrD;AAAA,YACF;AAAA,UACF;AAAA,QACF,CAAC;AAAA,MACH;AAAA,IACF;AAAA,EACF;AACF;AAMO,MAAM,8BAA8B,4BAA4B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -9,9 +9,10 @@ import {
|
|
|
9
9
|
DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR,
|
|
10
10
|
DATA_TABLE_THRESHOLD_PILL_SIZE
|
|
11
11
|
} from "../../constants.js";
|
|
12
|
+
import { toPhysicalPinnedPosition } from "../ColumnPinning/column-pinning-utils.js";
|
|
12
13
|
import { isRowSelectionColumnDef } from "../RowSelection/RowSelection.js";
|
|
13
14
|
function getPrefixColumnWidth(column, rowDensity, rowThresholds) {
|
|
14
|
-
const isFirstColumn = column_getIsFirstColumn(column, "
|
|
15
|
+
const isFirstColumn = column_getIsFirstColumn(column, "start");
|
|
15
16
|
const iconPadding = isRowSelectionColumnDef(column.columnDef) ? 0 : 2 * DATA_TABLE_DEFAULT_ICON_PADDING;
|
|
16
17
|
let rowDensityPadding = DATA_TABLE_CELL_VERTICAL_PADDING_MAP[rowDensity];
|
|
17
18
|
let thresholdPillSize = 0;
|
|
@@ -25,10 +26,11 @@ function getPrefixColumnWidth(column, rowDensity, rowThresholds) {
|
|
|
25
26
|
return DATA_TABLE_DEFAULT_ICON_SIZE + iconPadding + thresholdPillSize + rowDensityPadding;
|
|
26
27
|
}
|
|
27
28
|
function getTargetTemplate(pinnedState, templates) {
|
|
28
|
-
|
|
29
|
+
const physicalPosition = toPhysicalPinnedPosition(pinnedState);
|
|
30
|
+
if (!physicalPosition) {
|
|
29
31
|
return templates.center;
|
|
30
32
|
}
|
|
31
|
-
return templates[
|
|
33
|
+
return templates[physicalPosition];
|
|
32
34
|
}
|
|
33
35
|
function clampWidthToPx(width, minWidth, maxWidth) {
|
|
34
36
|
return `${Math.min(Math.max(width, minWidth), maxWidth)}px`;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../src/tables/DataTable/features/Layout/layout-utils.ts"],
|
|
4
|
-
"sourcesContent": ["import {\n type CellData,\n type RowData,\n type TableFeatures,\n type Column_Internal,\n type columnResizingState,\n type ColumnSizingState,\n} from '@tanstack/react-table';\nimport { column_getIsFirstColumn } from '@tanstack/react-table/static-functions';\n\nimport type {\n DataTableColumnGridTemplates,\n GetMeasuredColumnWidthFn,\n} from './layout-types.js';\nimport { isFractionWidth, isWidthExtendedConfig } from './width-utils.js';\nimport { devLog } from '../../../../core/utils/logging.js';\nimport {\n DATA_TABLE_CELL_VERTICAL_PADDING_MAP,\n DATA_TABLE_DEFAULT_ICON_PADDING,\n DATA_TABLE_DEFAULT_ICON_SIZE,\n DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR,\n DATA_TABLE_THRESHOLD_PILL_SIZE,\n} from '../../constants.js';\nimport { isRowSelectionColumnDef } from '../RowSelection/RowSelection.js';\nimport type { DataTableThresholdsNormalizedRule } from '../Thresholds/threshold-types.js';\n\n/**\n * Gets the width for a prefix column based on its position and type.\n *\n * @param column - The prefix column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - The row thresholds configured for the table\n * @returns Width in pixels\n * @internal\n */\nexport function getPrefixColumnWidth<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds?: DataTableThresholdsNormalizedRule<TData>[],\n): number {\n const isFirstColumn = column_getIsFirstColumn(column, 'left');\n\n // icons in built-in columns have padding left and right\n const iconPadding = isRowSelectionColumnDef(column.columnDef)\n ? 0\n : 2 * DATA_TABLE_DEFAULT_ICON_PADDING;\n\n let rowDensityPadding = DATA_TABLE_CELL_VERTICAL_PADDING_MAP[rowDensity];\n let thresholdPillSize = 0;\n\n if (isFirstColumn) {\n rowDensityPadding *= 2;\n const hasThresholdPill = rowThresholds?.some(\n (threshold) => threshold.type === 'pill',\n );\n thresholdPillSize = hasThresholdPill ? DATA_TABLE_THRESHOLD_PILL_SIZE : 0;\n }\n\n return (\n DATA_TABLE_DEFAULT_ICON_SIZE +\n iconPadding +\n thresholdPillSize +\n rowDensityPadding\n );\n}\n\n/**\n * Gets the target template array based on the pinning state of the column.\n *\n * @param pinnedState - Pinning state of the column\n * @param templates - Object containing left, center, and right templates\n * @returns The target template array\n * @internal\n */\nexport function getTargetTemplate(\n pinnedState: 'left' | 'right' | false,\n templates: DataTableColumnGridTemplates,\n): string[] {\n if (!pinnedState) {\n return templates.center;\n }\n return templates[pinnedState];\n}\n\n/**\n * Clamps a width value between min and max bounds.\n *\n * @param width - The width to clamp\n * @param minWidth - Minimum width\n * @param maxWidth - Maximum width\n * @returns Clamped width in pixels\n */\nfunction clampWidthToPx(\n width: number,\n minWidth: number,\n maxWidth: number,\n): string {\n return `${Math.min(Math.max(width, minWidth), maxWidth)}px`;\n}\n\n/**\n * Calculates the width for a column with a fixed-width parent by distributing the\n * remaining space among the child columns without defined widths.\n *\n * @param column - The column to process\n * @param parentWidth - The fixed width of the parent column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns Calculated width in pixels\n */\nfunction calculateParentDependentWidth<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n parentWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n let totalDefinedChildWidths = 0;\n let undefinedWidthChildCount = 1;\n\n column.parent?.getVisibleLeafColumns().forEach((childCol) => {\n const childWidth = childCol.columnDef.width;\n if (childWidth === undefined && childCol.id !== column.id) {\n undefinedWidthChildCount++;\n } else if (typeof childWidth === 'number') {\n totalDefinedChildWidths += childWidth;\n } else if (childWidth === 'auto' || childWidth === 'content') {\n totalDefinedChildWidths += getMeasuredWidth(childCol.id) ?? 0;\n } else if (isFractionWidth(childWidth)) {\n devLog(\n 'Fraction width is not allowed in combination with a fixed width parent column.',\n );\n }\n });\n\n const remainingWidth =\n (parentWidth - totalDefinedChildWidths) / undefinedWidthChildCount;\n return `${remainingWidth}px`;\n}\n\n/**\n * Get the template value for a column with a fraction width configuration.\n * If the parent column also has a fraction width defined, the child's fraction is relative to the parent's fraction.\n *\n * @param parent - The parent column\n * @param width - The fraction width configuration\n * @param minWidth - Minimum width of the current column\n * @returns Calculated fraction width\n */\nfunction getFractionWidthTemplateValue<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n parent: Column_Internal<TFeatures, TData, TValue> | undefined,\n width: `${number}fr`,\n minWidth: number,\n): string {\n if (!parent || !isFractionWidth(parent.columnDef.width)) {\n return `minmax(${minWidth}px, ${width})`;\n }\n\n const parentFraction = Number.parseFloat(parent.columnDef.width);\n const columnFraction = Number.parseFloat(width);\n const visibleSiblingColumns = parent.getVisibleLeafColumns();\n const siblingColumnsSum = visibleSiblingColumns.reduce((sum, col) => {\n return isFractionWidth(col.columnDef.width)\n ? sum + Number.parseFloat(col.columnDef.width)\n : sum;\n }, 0);\n\n const calculatedFraction =\n parentFraction * (columnFraction / siblingColumnsSum);\n return `${calculatedFraction}fr`;\n}\n\n/**\n * Gets the template value for 'auto' or 'content' width configurations.\n * Returns the measured width if available, or the CSS grid template value\n * to stretch the column depending on the configuration.\n *\n * @param measuredWidth - The measured width of the column, if available\n * @param isContent - Whether the width type is 'content'\n * @returns The CSS grid template value for the column\n */\nfunction getContentOrAutoWidthTemplateValue(\n measuredWidth: number | undefined,\n isContent: boolean,\n): string {\n if (measuredWidth !== undefined) {\n return `${measuredWidth}px`;\n }\n return isContent ? 'max-content' : 'minmax(min-content, auto)';\n}\n\n/**\n * Gets the template value for string or extended config width types.\n *\n * @param column - The column to process\n * @param width - The width configuration\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getStringWidthTemplateValue<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n width:\n | `${number}fr`\n | 'auto'\n | 'content'\n | { type: 'auto' | 'content'; maxWidth?: number },\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n if (isFractionWidth(width)) {\n return getFractionWidthTemplateValue(column.parent, width, minWidth);\n }\n // we need to check the extended config separately to narrow down the type\n if (isWidthExtendedConfig(width)) {\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width.type === 'content',\n );\n }\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width === 'content',\n );\n}\n\n/**\n * Gets the fallback width for columns without a configured width.\n *\n * @param column - The column to process\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getUndefinedWidthTemplateValue<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n const parentWidth = column.parent?.columnDef.width;\n\n // Consider the parent's width if it is defined\n if (column.parent && typeof parentWidth === 'number') {\n return calculateParentDependentWidth(column, parentWidth, getMeasuredWidth);\n }\n\n // Fall back to 1fr if no width is defined, and then use the measured width once available\n const measuredWidth = getMeasuredWidth(column.id, true);\n return measuredWidth === undefined\n ? `minmax(${minWidth}px, 1fr)`\n : `${measuredWidth}px`;\n}\n\n/**\n * If the provided column is a builtin column (prefix, suffix, or spacer),\n * its grid template value is added to the appropriate column grid template.\n *\n * Mutates the provided `columnGridTemplates` as a side effect.\n *\n * @param column - The column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - Row thresholds configured for the table\n * @param columnGridTemplates - Object containing left, center, and right templates\n * @returns True if the column is a builtin column and was handled, false otherwise\n * @internal\n */\nexport function processBuiltinColumn<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds: DataTableThresholdsNormalizedRule<TData>[] | undefined,\n columnGridTemplates: DataTableColumnGridTemplates,\n): boolean {\n if (column.columnDef.meta?.builtinPlacement === 'prefix') {\n columnGridTemplates.left.push(\n `${getPrefixColumnWidth(column, rowDensity, rowThresholds)}px`,\n );\n return true;\n }\n\n if (column.columnDef.meta?.spacer === true) {\n columnGridTemplates.center.push('auto');\n return true;\n }\n\n if (column.columnDef.meta?.builtinPlacement === 'suffix') {\n columnGridTemplates.right.push('min-content');\n return true;\n }\n\n return false;\n}\n\n/**\n * Gets the grid template column entry for a column based on its width configuration.\n *\n * @param column - The column to process\n * @param columnSizing - Current column sizing state\n * @param columnSizingInfo - Current column sizing info\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The grid template string for this column, or undefined\n * @internal\n */\nexport function getColumnTemplateEntry<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n columnSizing: ColumnSizingState,\n columnSizingInfo: columnResizingState,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string | undefined {\n const {\n minWidth = DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n width,\n maxWidth = Number.MAX_SAFE_INTEGER,\n } = column.columnDef;\n\n // Handle columns that are currently being resized\n if (columnSizingInfo.isResizingColumn === column.id) {\n return `var(${DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR})`;\n }\n\n // Resized columns have a specific column size defined\n if (columnSizing[column.id] !== undefined) {\n return clampWidthToPx(columnSizing[column.id], minWidth, maxWidth);\n }\n\n // If no width is defined, we define a layout fallback\n if (width === undefined) {\n return getUndefinedWidthTemplateValue(column, minWidth, getMeasuredWidth);\n }\n\n // If the width is a number, treat it as a pixel value\n if (typeof width === 'number') {\n return clampWidthToPx(width, minWidth, maxWidth);\n }\n\n // Handle string and width extended configs\n if (typeof width === 'string' || isWidthExtendedConfig(width)) {\n return getStringWidthTemplateValue(\n column,\n width,\n minWidth,\n getMeasuredWidth,\n );\n }\n\n return undefined;\n}\n"],
|
|
5
|
-
"mappings": "AAQA,SAAS,+BAA+B;AAMxC,SAAS,iBAAiB,6BAA6B;AACvD,SAAS,cAAc;AACvB;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AACP,SAAS,+BAA+B;
|
|
4
|
+
"sourcesContent": ["import {\n type CellData,\n type RowData,\n type Column,\n type columnResizingState,\n type ColumnSizingState,\n type ColumnPinningPosition,\n} from '@tanstack/react-table';\nimport { column_getIsFirstColumn } from '@tanstack/react-table/static-functions';\n\nimport type {\n DataTableColumnGridTemplates,\n GetMeasuredColumnWidthFn,\n} from './layout-types.js';\nimport { isFractionWidth, isWidthExtendedConfig } from './width-utils.js';\nimport { devLog } from '../../../../core/utils/logging.js';\nimport {\n DATA_TABLE_CELL_VERTICAL_PADDING_MAP,\n DATA_TABLE_DEFAULT_ICON_PADDING,\n DATA_TABLE_DEFAULT_ICON_SIZE,\n DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR,\n DATA_TABLE_THRESHOLD_PILL_SIZE,\n} from '../../constants.js';\nimport { toPhysicalPinnedPosition } from '../ColumnPinning/column-pinning-utils.js';\nimport { isRowSelectionColumnDef } from '../RowSelection/RowSelection.js';\nimport type { DataTableThresholdsNormalizedRule } from '../Thresholds/threshold-types.js';\nimport type { TDataTableFeatures } from '../types/features.types.js';\n\n/**\n * Gets the width for a prefix column based on its position and type.\n *\n * @param column - The prefix column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - The row thresholds configured for the table\n * @returns Width in pixels\n * @internal\n */\nexport function getPrefixColumnWidth<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds?: DataTableThresholdsNormalizedRule<TData>[],\n): number {\n const isFirstColumn = column_getIsFirstColumn(column, 'start');\n\n // icons in built-in columns have padding left and right\n const iconPadding = isRowSelectionColumnDef(column.columnDef)\n ? 0\n : 2 * DATA_TABLE_DEFAULT_ICON_PADDING;\n\n let rowDensityPadding = DATA_TABLE_CELL_VERTICAL_PADDING_MAP[rowDensity];\n let thresholdPillSize = 0;\n\n if (isFirstColumn) {\n rowDensityPadding *= 2;\n const hasThresholdPill = rowThresholds?.some(\n (threshold) => threshold.type === 'pill',\n );\n thresholdPillSize = hasThresholdPill ? DATA_TABLE_THRESHOLD_PILL_SIZE : 0;\n }\n\n return (\n DATA_TABLE_DEFAULT_ICON_SIZE +\n iconPadding +\n thresholdPillSize +\n rowDensityPadding\n );\n}\n\n/**\n * Gets the target template array based on the pinning state of the column.\n *\n * @param pinnedState - Pinning state of the column\n * @param templates - Object containing left, center, and right templates\n * @returns The target template array\n * @internal\n */\nexport function getTargetTemplate(\n pinnedState: ColumnPinningPosition,\n templates: DataTableColumnGridTemplates,\n): string[] {\n const physicalPosition = toPhysicalPinnedPosition(pinnedState);\n if (!physicalPosition) {\n return templates.center;\n }\n return templates[physicalPosition];\n}\n\n/**\n * Clamps a width value between min and max bounds.\n *\n * @param width - The width to clamp\n * @param minWidth - Minimum width\n * @param maxWidth - Maximum width\n * @returns Clamped width in pixels\n */\nfunction clampWidthToPx(\n width: number,\n minWidth: number,\n maxWidth: number,\n): string {\n return `${Math.min(Math.max(width, minWidth), maxWidth)}px`;\n}\n\n/**\n * Calculates the width for a column with a fixed-width parent by distributing the\n * remaining space among the child columns without defined widths.\n *\n * @param column - The column to process\n * @param parentWidth - The fixed width of the parent column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns Calculated width in pixels\n */\nfunction calculateParentDependentWidth<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n parentWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n let totalDefinedChildWidths = 0;\n let undefinedWidthChildCount = 1;\n\n column.parent?.getVisibleLeafColumns().forEach((childCol) => {\n const childWidth = childCol.columnDef.width;\n if (childWidth === undefined && childCol.id !== column.id) {\n undefinedWidthChildCount++;\n } else if (typeof childWidth === 'number') {\n totalDefinedChildWidths += childWidth;\n } else if (childWidth === 'auto' || childWidth === 'content') {\n totalDefinedChildWidths += getMeasuredWidth(childCol.id) ?? 0;\n } else if (isFractionWidth(childWidth)) {\n devLog(\n 'Fraction width is not allowed in combination with a fixed width parent column.',\n );\n }\n });\n\n const remainingWidth =\n (parentWidth - totalDefinedChildWidths) / undefinedWidthChildCount;\n return `${remainingWidth}px`;\n}\n\n/**\n * Get the template value for a column with a fraction width configuration.\n * If the parent column also has a fraction width defined, the child's fraction is relative to the parent's fraction.\n *\n * @param parent - The parent column\n * @param width - The fraction width configuration\n * @param minWidth - Minimum width of the current column\n * @returns Calculated fraction width\n */\nfunction getFractionWidthTemplateValue<\n TData extends RowData,\n TValue extends CellData,\n>(\n parent: Column<TDataTableFeatures, TData, TValue> | undefined,\n width: `${number}fr`,\n minWidth: number,\n): string {\n if (!parent || !isFractionWidth(parent.columnDef.width)) {\n return `minmax(${minWidth}px, ${width})`;\n }\n\n const parentFraction = Number.parseFloat(parent.columnDef.width);\n const columnFraction = Number.parseFloat(width);\n const visibleSiblingColumns = parent.getVisibleLeafColumns();\n const siblingColumnsSum = visibleSiblingColumns.reduce((sum, col) => {\n return isFractionWidth(col.columnDef.width)\n ? sum + Number.parseFloat(col.columnDef.width)\n : sum;\n }, 0);\n\n const calculatedFraction =\n parentFraction * (columnFraction / siblingColumnsSum);\n return `${calculatedFraction}fr`;\n}\n\n/**\n * Gets the template value for 'auto' or 'content' width configurations.\n * Returns the measured width if available, or the CSS grid template value\n * to stretch the column depending on the configuration.\n *\n * @param measuredWidth - The measured width of the column, if available\n * @param isContent - Whether the width type is 'content'\n * @returns The CSS grid template value for the column\n */\nfunction getContentOrAutoWidthTemplateValue(\n measuredWidth: number | undefined,\n isContent: boolean,\n): string {\n if (measuredWidth !== undefined) {\n return `${measuredWidth}px`;\n }\n return isContent ? 'max-content' : 'minmax(min-content, auto)';\n}\n\n/**\n * Gets the template value for string or extended config width types.\n *\n * @param column - The column to process\n * @param width - The width configuration\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getStringWidthTemplateValue<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n width:\n | `${number}fr`\n | 'auto'\n | 'content'\n | { type: 'auto' | 'content'; maxWidth?: number },\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n if (isFractionWidth(width)) {\n return getFractionWidthTemplateValue(column.parent, width, minWidth);\n }\n // we need to check the extended config separately to narrow down the type\n if (isWidthExtendedConfig(width)) {\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width.type === 'content',\n );\n }\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width === 'content',\n );\n}\n\n/**\n * Gets the fallback width for columns without a configured width.\n *\n * @param column - The column to process\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getUndefinedWidthTemplateValue<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n const parentWidth = column.parent?.columnDef.width;\n\n // Consider the parent's width if it is defined\n if (column.parent && typeof parentWidth === 'number') {\n return calculateParentDependentWidth(column, parentWidth, getMeasuredWidth);\n }\n\n // Fall back to 1fr if no width is defined, and then use the measured width once available\n const measuredWidth = getMeasuredWidth(column.id, true);\n return measuredWidth === undefined\n ? `minmax(${minWidth}px, 1fr)`\n : `${measuredWidth}px`;\n}\n\n/**\n * If the provided column is a builtin column (prefix, suffix, or spacer),\n * its grid template value is added to the appropriate column grid template.\n *\n * Mutates the provided `columnGridTemplates` as a side effect.\n *\n * @param column - The column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - Row thresholds configured for the table\n * @param columnGridTemplates - Object containing left, center, and right templates\n * @returns True if the column is a builtin column and was handled, false otherwise\n * @internal\n */\nexport function processBuiltinColumn<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds: DataTableThresholdsNormalizedRule<TData>[] | undefined,\n columnGridTemplates: DataTableColumnGridTemplates,\n): boolean {\n if (column.columnDef.meta?.builtinPlacement === 'prefix') {\n columnGridTemplates.left.push(\n `${getPrefixColumnWidth(column, rowDensity, rowThresholds)}px`,\n );\n return true;\n }\n\n if (column.columnDef.meta?.spacer === true) {\n columnGridTemplates.center.push('auto');\n return true;\n }\n\n if (column.columnDef.meta?.builtinPlacement === 'suffix') {\n columnGridTemplates.right.push('min-content');\n return true;\n }\n\n return false;\n}\n\n/**\n * Gets the grid template column entry for a column based on its width configuration.\n *\n * @param column - The column to process\n * @param columnSizing - Current column sizing state\n * @param columnSizingInfo - Current column sizing info\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The grid template string for this column, or undefined\n * @internal\n */\nexport function getColumnTemplateEntry<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n columnSizing: ColumnSizingState,\n columnSizingInfo: columnResizingState,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string | undefined {\n const {\n minWidth = DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n width,\n maxWidth = Number.MAX_SAFE_INTEGER,\n } = column.columnDef;\n\n // Handle columns that are currently being resized\n if (columnSizingInfo.isResizingColumn === column.id) {\n return `var(${DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR})`;\n }\n\n // Resized columns have a specific column size defined\n if (columnSizing[column.id] !== undefined) {\n return clampWidthToPx(columnSizing[column.id], minWidth, maxWidth);\n }\n\n // If no width is defined, we define a layout fallback\n if (width === undefined) {\n return getUndefinedWidthTemplateValue(column, minWidth, getMeasuredWidth);\n }\n\n // If the width is a number, treat it as a pixel value\n if (typeof width === 'number') {\n return clampWidthToPx(width, minWidth, maxWidth);\n }\n\n // Handle string and width extended configs\n if (typeof width === 'string' || isWidthExtendedConfig(width)) {\n return getStringWidthTemplateValue(\n column,\n width,\n minWidth,\n getMeasuredWidth,\n );\n }\n\n return undefined;\n}\n"],
|
|
5
|
+
"mappings": "AAQA,SAAS,+BAA+B;AAMxC,SAAS,iBAAiB,6BAA6B;AACvD,SAAS,cAAc;AACvB;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AACP,SAAS,gCAAgC;AACzC,SAAS,+BAA+B;AAajC,SAAS,qBAId,QACA,YACA,eACQ;AACR,QAAM,gBAAgB,wBAAwB,QAAQ,OAAO;AAG7D,QAAM,cAAc,wBAAwB,OAAO,SAAS,IACxD,IACA,IAAI;AAER,MAAI,oBAAoB,qCAAqC,UAAU;AACvE,MAAI,oBAAoB;AAExB,MAAI,eAAe;AACjB,yBAAqB;AACrB,UAAM,mBAAmB,eAAe;AAAA,MACtC,CAAC,cAAc,UAAU,SAAS;AAAA,IACpC;AACA,wBAAoB,mBAAmB,iCAAiC;AAAA,EAC1E;AAEA,SACE,+BACA,cACA,oBACA;AAEJ;AAUO,SAAS,kBACd,aACA,WACU;AACV,QAAM,mBAAmB,yBAAyB,WAAW;AAC7D,MAAI,CAAC,kBAAkB;AACrB,WAAO,UAAU;AAAA,EACnB;AACA,SAAO,UAAU,gBAAgB;AACnC;AAUA,SAAS,eACP,OACA,UACA,UACQ;AACR,SAAO,GAAG,KAAK,IAAI,KAAK,IAAI,OAAO,QAAQ,GAAG,QAAQ,CAAC;AACzD;AAWA,SAAS,8BAIP,QACA,aACA,kBACQ;AACR,MAAI,0BAA0B;AAC9B,MAAI,2BAA2B;AAE/B,SAAO,QAAQ,sBAAsB,EAAE,QAAQ,CAAC,aAAa;AAC3D,UAAM,aAAa,SAAS,UAAU;AACtC,QAAI,eAAe,UAAa,SAAS,OAAO,OAAO,IAAI;AACzD;AAAA,IACF,WAAW,OAAO,eAAe,UAAU;AACzC,iCAA2B;AAAA,IAC7B,WAAW,eAAe,UAAU,eAAe,WAAW;AAC5D,iCAA2B,iBAAiB,SAAS,EAAE,KAAK;AAAA,IAC9D,WAAW,gBAAgB,UAAU,GAAG;AACtC;AAAA,QACE;AAAA,MACF;AAAA,IACF;AAAA,EACF,CAAC;AAED,QAAM,kBACH,cAAc,2BAA2B;AAC5C,SAAO,GAAG,cAAc;AAC1B;AAWA,SAAS,8BAIP,QACA,OACA,UACQ;AACR,MAAI,CAAC,UAAU,CAAC,gBAAgB,OAAO,UAAU,KAAK,GAAG;AACvD,WAAO,UAAU,QAAQ,OAAO,KAAK;AAAA,EACvC;AAEA,QAAM,iBAAiB,OAAO,WAAW,OAAO,UAAU,KAAK;AAC/D,QAAM,iBAAiB,OAAO,WAAW,KAAK;AAC9C,QAAM,wBAAwB,OAAO,sBAAsB;AAC3D,QAAM,oBAAoB,sBAAsB,OAAO,CAAC,KAAK,QAAQ;AACnE,WAAO,gBAAgB,IAAI,UAAU,KAAK,IACtC,MAAM,OAAO,WAAW,IAAI,UAAU,KAAK,IAC3C;AAAA,EACN,GAAG,CAAC;AAEJ,QAAM,qBACJ,kBAAkB,iBAAiB;AACrC,SAAO,GAAG,kBAAkB;AAC9B;AAWA,SAAS,mCACP,eACA,WACQ;AACR,MAAI,kBAAkB,QAAW;AAC/B,WAAO,GAAG,aAAa;AAAA,EACzB;AACA,SAAO,YAAY,gBAAgB;AACrC;AAWA,SAAS,4BAIP,QACA,OAKA,UACA,kBACQ;AACR,MAAI,gBAAgB,KAAK,GAAG;AAC1B,WAAO,8BAA8B,OAAO,QAAQ,OAAO,QAAQ;AAAA,EACrE;AAEA,MAAI,sBAAsB,KAAK,GAAG;AAChC,WAAO;AAAA,MACL,iBAAiB,OAAO,EAAE;AAAA,MAC1B,MAAM,SAAS;AAAA,IACjB;AAAA,EACF;AACA,SAAO;AAAA,IACL,iBAAiB,OAAO,EAAE;AAAA,IAC1B,UAAU;AAAA,EACZ;AACF;AAUA,SAAS,+BAIP,QACA,UACA,kBACQ;AACR,QAAM,cAAc,OAAO,QAAQ,UAAU;AAG7C,MAAI,OAAO,UAAU,OAAO,gBAAgB,UAAU;AACpD,WAAO,8BAA8B,QAAQ,aAAa,gBAAgB;AAAA,EAC5E;AAGA,QAAM,gBAAgB,iBAAiB,OAAO,IAAI,IAAI;AACtD,SAAO,kBAAkB,SACrB,UAAU,QAAQ,aAClB,GAAG,aAAa;AACtB;AAeO,SAAS,qBAId,QACA,YACA,eACA,qBACS;AACT,MAAI,OAAO,UAAU,MAAM,qBAAqB,UAAU;AACxD,wBAAoB,KAAK;AAAA,MACvB,GAAG,qBAAqB,QAAQ,YAAY,aAAa,CAAC;AAAA,IAC5D;AACA,WAAO;AAAA,EACT;AAEA,MAAI,OAAO,UAAU,MAAM,WAAW,MAAM;AAC1C,wBAAoB,OAAO,KAAK,MAAM;AACtC,WAAO;AAAA,EACT;AAEA,MAAI,OAAO,UAAU,MAAM,qBAAqB,UAAU;AACxD,wBAAoB,MAAM,KAAK,aAAa;AAC5C,WAAO;AAAA,EACT;AAEA,SAAO;AACT;AAYO,SAAS,uBAId,QACA,cACA,kBACA,kBACoB;AACpB,QAAM;AAAA,IACJ,WAAW;AAAA,IACX;AAAA,IACA,WAAW,OAAO;AAAA,EACpB,IAAI,OAAO;AAGX,MAAI,iBAAiB,qBAAqB,OAAO,IAAI;AACnD,WAAO,OAAO,uCAAuC;AAAA,EACvD;AAGA,MAAI,aAAa,OAAO,EAAE,MAAM,QAAW;AACzC,WAAO,eAAe,aAAa,OAAO,EAAE,GAAG,UAAU,QAAQ;AAAA,EACnE;AAGA,MAAI,UAAU,QAAW;AACvB,WAAO,+BAA+B,QAAQ,UAAU,gBAAgB;AAAA,EAC1E;AAGA,MAAI,OAAO,UAAU,UAAU;AAC7B,WAAO,eAAe,OAAO,UAAU,QAAQ;AAAA,EACjD;AAGA,MAAI,OAAO,UAAU,YAAY,sBAAsB,KAAK,GAAG;AAC7D,WAAO;AAAA,MACL;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,EACF;AAEA,SAAO;AACT;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../src/tables/DataTable/features/Layout/useLayout.ts"],
|
|
4
|
-
"sourcesContent": ["/* eslint-disable react-hooks/immutability */\n\nimport { type RowData
|
|
5
|
-
"mappings": "AAIA,SAAS,iCAAiC;AAGnC,SAAS,
|
|
4
|
+
"sourcesContent": ["/* eslint-disable react-hooks/immutability */\n\nimport { type RowData } from '@tanstack/react-table';\n\nimport { useDataTableConfigElement } from '../../../hooks/useDataTableConfig.js';\nimport type { DataTableOptions } from '../types/table.types.js';\n\nexport function useLayout<TData extends RowData>(\n props: { fullWidth?: boolean; fullHeight?: boolean },\n options: DataTableOptions<TData>,\n): void {\n const configFullWidth = useDataTableConfigElement('fullWidth');\n const configFullHeight = useDataTableConfigElement('fullHeight');\n\n options.layout = {\n ...options.layout,\n fullWidth: props.fullWidth ?? configFullWidth,\n fullHeight: props.fullHeight ?? configFullHeight,\n };\n}\n"],
|
|
5
|
+
"mappings": "AAIA,SAAS,iCAAiC;AAGnC,SAAS,UACd,OACA,SACM;AACN,QAAM,kBAAkB,0BAA0B,WAAW;AAC7D,QAAM,mBAAmB,0BAA0B,YAAY;AAE/D,UAAQ,SAAS;AAAA,IACf,GAAG,QAAQ;AAAA,IACX,WAAW,MAAM,aAAa;AAAA,IAC9B,YAAY,MAAM,cAAc;AAAA,EAClC;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -3,6 +3,10 @@ import {
|
|
|
3
3
|
assignTableAPIs,
|
|
4
4
|
functionalUpdate
|
|
5
5
|
} from "@tanstack/react-table";
|
|
6
|
+
import {
|
|
7
|
+
createPrototypeConstructor,
|
|
8
|
+
createTableConstructor
|
|
9
|
+
} from "../types/table.types.js";
|
|
6
10
|
function DataTableGlobalLineWrapAction() {
|
|
7
11
|
return null;
|
|
8
12
|
}
|
|
@@ -67,26 +71,35 @@ function constructColumnLineWrapFeature() {
|
|
|
67
71
|
...initialState
|
|
68
72
|
};
|
|
69
73
|
},
|
|
70
|
-
assignColumnPrototype: (
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
}
|
|
89
|
-
|
|
74
|
+
assignColumnPrototype: createPrototypeConstructor(
|
|
75
|
+
(prototype, table) => {
|
|
76
|
+
assignPrototypeAPIs(
|
|
77
|
+
"DataTableColumnLineWrapFeature",
|
|
78
|
+
prototype,
|
|
79
|
+
table,
|
|
80
|
+
{
|
|
81
|
+
column_toggleLineWrap: {
|
|
82
|
+
fn: (column, value) => column_toggleLineWrap(column, value)
|
|
83
|
+
},
|
|
84
|
+
column_getIsLineWrapped: {
|
|
85
|
+
fn: (column) => column_getIsLineWrapped(column)
|
|
86
|
+
},
|
|
87
|
+
column_getCanLineWrap: {
|
|
88
|
+
fn: (column) => column_getCanLineWrap(column)
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
);
|
|
92
|
+
}
|
|
93
|
+
),
|
|
94
|
+
constructTableAPIs: createTableConstructor(
|
|
95
|
+
(table) => {
|
|
96
|
+
assignTableAPIs("DataTableColumnLineWrapFeature", table, {
|
|
97
|
+
table_setColumnLineWrap: {
|
|
98
|
+
fn: (updater) => table_setColumnLineWrap(table, updater)
|
|
99
|
+
}
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
)
|
|
90
103
|
};
|
|
91
104
|
}
|
|
92
105
|
const DataTableColumnLineWrapFeature = constructColumnLineWrapFeature();
|