@dynatrace/strato-components 3.2.1 → 3.3.1
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/buttons/button/Button.css +14 -14
- package/buttons/button/Button.sty.js +4 -4
- package/buttons/intent-button/IntentButton.css +1 -1
- package/buttons/intent-button/IntentButton.d.ts +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/annotations-chart/AnnotationsChart.d.ts +2 -2
- package/charts/annotations-chart/components/AnnotationsDisplay.d.ts +1 -1
- package/charts/annotations-chart/components/axis/AnnotationsAxis.d.ts +1 -1
- package/charts/annotations-chart/providers/annotations-chart-config.provider.d.ts +1 -1
- package/charts/annotations-chart/utils/iterate-slots.d.ts +1 -1
- package/charts/categorical-bar/CategoricalBarChartRoot.d.ts +3 -3
- package/charts/categorical-bar/components/axes/CategoricalBarChartCategoryAxis.d.ts +1 -1
- package/charts/categorical-bar/components/axes/CategoricalBarChartValueAxis.d.ts +1 -1
- package/charts/categorical-bar/components/grid/GridLayout.d.ts +1 -1
- package/charts/categorical-bar/components/interactions/CategoricalBarChartOverlays.d.ts +1 -1
- package/charts/categorical-bar/components/interactions/CategoricalBarChartOverlaysBorder.d.ts +1 -1
- package/charts/categorical-bar/components/interactions/datapoints/CategoricalBarChartDatapoints.d.ts +1 -1
- package/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.css +2 -2
- package/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.d.ts +1 -1
- package/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.sty.js +2 -2
- package/charts/categorical-bar/components/interactions/tooltip/CategoricalBarChartTooltip.d.ts +1 -1
- package/charts/categorical-bar/components/interactions/tooltip/CategoricalBarChartTooltipWrapper.d.ts +1 -1
- package/charts/categorical-bar/components/legend/CategoricalBarChartLegend.d.ts +1 -1
- package/charts/categorical-bar/components/thresholds/CategoricalThresholdArea.d.ts +1 -1
- package/charts/categorical-bar/components/thresholds/CategoricalThresholdBar.d.ts +1 -1
- package/charts/categorical-bar/components/thresholds/CategoricalThresholdIndicators.d.ts +1 -1
- package/charts/categorical-bar/components/toolbar/CategoricalBarChartToolbar.d.ts +1 -1
- package/charts/categorical-bar/components/toolbar/DownloadDataButton.d.ts +1 -1
- package/charts/categorical-bar/displays/BarChartDisplay.d.ts +1 -1
- package/charts/categorical-bar/layout/CategoricalBarChartPlot.d.ts +1 -1
- package/charts/categorical-bar/layout/CategoricalCanvasLayout.d.ts +1 -1
- package/charts/categorical-bar/layout/CategoricalGridLayout.d.ts +1 -1
- package/charts/categorical-bar/layout/CategoricalGridZeroLineLayout.d.ts +1 -1
- package/charts/categorical-bar/providers/CategoricalBarChartFormatterProvider.d.ts +1 -1
- package/charts/categorical-bar/providers/CategoricalBarChartProviders.d.ts +1 -1
- package/charts/categorical-bar/providers/CategoricalBarDataProvider.d.ts +1 -1
- package/charts/categorical-bar/providers/CategoricalBarFilteredDataProvider.d.ts +1 -1
- package/charts/categorical-bar/providers/CategoricalBarScalesProviders.d.ts +1 -1
- package/charts/categorical-bar/providers/StoreProvider.d.ts +1 -1
- package/charts/categorical-bar/slots/Toolbar.d.ts +1 -1
- package/charts/core/components/annotations/AnnotationsAtom.css +1 -1
- package/charts/core/components/annotations/AnnotationsAtom.d.ts +2 -2
- package/charts/core/components/annotations/AnnotationsAtom.sty.js +1 -1
- package/charts/core/components/annotations/components/AnnotationsRenderer.d.ts +1 -1
- package/charts/core/components/annotations/components/AnnotationsRenderer.js +0 -1
- package/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.css +1 -1
- package/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.d.ts +1 -1
- package/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.sty.js +1 -1
- package/charts/core/components/annotations/components/canvas/displays/AnnotationsChartDisplay.d.ts +1 -1
- package/charts/core/components/annotations/components/canvas/displays/AnnotationsMarkersDisplay.d.ts +1 -1
- package/charts/core/components/annotations/components/canvas/displays/AnnotationsTrackDisplay.d.ts +1 -1
- package/charts/core/components/annotations/components/canvas/providers/CanvasSvgToImages.Provider.d.ts +1 -1
- package/charts/core/components/annotations/components/displays/AnnotationsNumericalDisplay.d.ts +1 -1
- package/charts/core/components/annotations/components/displays/AnnotationsTimeDisplay.d.ts +1 -1
- package/charts/core/components/annotations/components/indicators/AreaIndicator.d.ts +1 -1
- package/charts/core/components/annotations/components/indicators/IndicatorsRenderer.d.ts +1 -1
- package/charts/core/components/annotations/components/indicators/LineIndicator.d.ts +1 -1
- package/charts/core/components/annotations/components/indicators/types.d.ts +4 -1
- package/charts/core/components/annotations/components/indicators/utils/get-unique-indicators-by-priority.d.ts +7 -0
- package/charts/core/components/annotations/components/indicators/utils/indicator-visibility-helpers.js +1 -1
- package/charts/core/components/annotations/components/overlays/AnnotationsOverlays.css +1 -1
- package/charts/core/components/annotations/components/overlays/AnnotationsOverlays.d.ts +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.d.ts +1 -1
- package/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.sty.js +1 -1
- package/charts/core/components/annotations/components/tooltip/AnnotationsCustomizedTooltip.d.ts +1 -1
- package/charts/core/components/annotations/components/tooltip/AnnotationsDefaultTooltip.d.ts +1 -1
- package/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.css +4 -0
- package/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.d.ts +1 -1
- package/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.js +3 -2
- package/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.sty.d.ts +1 -0
- package/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.sty.js +25 -0
- package/charts/core/components/annotations/components/tooltip/AnnotationsTooltipHeaders.d.ts +2 -2
- package/charts/core/components/annotations/components/tooltip/utils/get-symbol.d.ts +1 -1
- package/charts/core/components/annotations/providers/AnnotationsProviders.d.ts +1 -1
- package/charts/core/components/annotations/providers/AnnotationsStoreProvider.d.ts +1 -1
- package/charts/core/components/annotations/providers/AnnotationsStoreProvider.js +1 -1
- package/charts/core/components/annotations/utils/define-marker-brightness-state.d.ts +10 -3
- package/charts/core/components/annotations/utils/define-marker-brightness-state.js +3 -10
- package/charts/core/components/axes/Axis.css +1 -1
- package/charts/core/components/axes/Axis.d.ts +1 -1
- package/charts/core/components/axes/Axis.sty.js +1 -1
- package/charts/core/components/axes/AxisBottom.d.ts +1 -1
- package/charts/core/components/axes/AxisLeft.d.ts +1 -1
- package/charts/core/components/axes/AxisRight.d.ts +1 -1
- package/charts/core/components/axes/AxisTableHeader.d.ts +1 -1
- package/charts/core/components/axes/AxisTop.d.ts +1 -1
- package/charts/core/components/axes/components/CategoryBottomAxis.d.ts +1 -1
- package/charts/core/components/axes/components/CategoryLeftAxis.d.ts +1 -1
- package/charts/core/components/axes/components/DivAxisWrapper.d.ts +1 -1
- package/charts/core/components/axes/components/PanningControls/PanningControls.css +16 -16
- package/charts/core/components/axes/components/PanningControls/PanningControls.d.ts +1 -1
- package/charts/core/components/axes/components/PanningControls/PanningControls.sty.js +2 -2
- package/charts/core/components/axes/components/TickLabel.d.ts +1 -1
- package/charts/core/components/axes/components/TimeBottomAxis.d.ts +1 -1
- package/charts/core/components/axes/components/TimeTableHeaderAxis.d.ts +1 -1
- package/charts/core/components/axes/components/ValueBottomAxis.d.ts +1 -1
- package/charts/core/components/axes/components/ValueLeftAxis.d.ts +1 -1
- package/charts/core/components/axes/components/ValueRightAxis.d.ts +1 -1
- package/charts/core/components/axes/components/ValueTableHeaderAxis.d.ts +1 -1
- 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-grid/ChartGridArea.d.ts +1 -1
- package/charts/core/components/chart-grid/ChartGridPlot.d.ts +1 -1
- package/charts/core/components/chart-grid/ChartGridRoot.d.ts +2 -2
- package/charts/core/components/chart-grid/providers/GridPlotSizeProvider.d.ts +1 -1
- package/charts/core/components/chart-layout/ChartLayout.d.ts +2 -2
- package/charts/core/components/chart-layout/components/LayoutStateHandler.d.ts +1 -1
- package/charts/core/components/chart-layout/components/ResizableChartLayout.d.ts +1 -1
- 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/Legend.d.ts +1 -1
- package/charts/core/components/chart-loader-overlay/ChartLoaderOverlay.d.ts +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/chart-states/ChartStateHandler.d.ts +1 -1
- package/charts/core/components/chart-states/EmptyState.d.ts +1 -1
- package/charts/core/components/chart-states/ErrorState.d.ts +1 -1
- package/charts/core/components/copy-to-clipboard/copy-to-clipboard-messages.d.ts +5 -0
- package/charts/core/components/copy-to-clipboard/copy-to-clipboard-messages.js +5 -0
- package/charts/core/components/crosshair/HorizontalCrosshair.d.ts +1 -1
- package/charts/core/components/crosshair/components/BottomMagnifier.d.ts +1 -1
- package/charts/core/components/crosshair/components/LeftMagnifier.d.ts +1 -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/RightMagnifier.d.ts +1 -1
- package/charts/core/components/crosshair/components/TopMagnifier.d.ts +1 -1
- package/charts/core/components/data-point/DataPointCanvas.d.ts +1 -1
- package/charts/core/components/grid/Grid.d.ts +1 -1
- package/charts/core/components/grid/GridColumns.d.ts +1 -1
- package/charts/core/components/grid/GridLines.d.ts +1 -1
- package/charts/core/components/grid/GridRows.d.ts +1 -1
- package/charts/core/components/interactions-overlay/InteractionsOverlay.css +5 -5
- package/charts/core/components/interactions-overlay/InteractionsOverlay.sty.js +2 -2
- package/charts/core/components/legend/categorical/ChartLegend.css +1 -1
- package/charts/core/components/legend/categorical/ChartLegend.d.ts +1 -1
- package/charts/core/components/legend/categorical/ChartLegend.sty.js +1 -1
- package/charts/core/components/legend/categorical/components/ChartLegendGrid.d.ts +1 -1
- package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.css +3 -3
- package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.d.ts +1 -1
- package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.sty.js +3 -3
- package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.css +17 -17
- package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.d.ts +1 -1
- package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.js +5 -2
- package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.sty.js +6 -6
- package/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.d.ts +3 -1
- package/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.js +11 -1
- package/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.css +3 -3
- package/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.d.ts +3 -1
- package/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.js +4 -0
- 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.d.ts +1 -1
- package/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.sty.js +4 -4
- package/charts/core/components/legend/range/RangeLegend.css +3 -3
- package/charts/core/components/legend/range/RangeLegend.d.ts +1 -1
- 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.d.ts +1 -1
- package/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.sty.js +1 -1
- package/charts/core/components/legend/range/components/RangeLegendBoundaryLabels.d.ts +1 -1
- package/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.css +1 -1
- package/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.d.ts +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.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.sty.js +1 -1
- package/charts/core/components/legend/range/components/RangeLegendSegmentsItem.d.ts +1 -1
- package/charts/core/components/legend/range/components/RangeLegendSegmentsOverlay.d.ts +1 -1
- package/charts/core/components/legend/range/providers/RangeLegendProviders.d.ts +1 -1
- package/charts/core/components/legend/range/providers/StoreProvider.d.ts +1 -1
- package/charts/core/components/loader-overlay/LoaderOverlay.css +2 -2
- package/charts/core/components/loader-overlay/LoaderOverlay.d.ts +4 -2
- package/charts/core/components/loader-overlay/LoaderOverlay.js +6 -3
- package/charts/core/components/loader-overlay/LoaderOverlay.sty.js +2 -2
- package/charts/core/components/overlay-tooltip/DynamicTooltip.js +7 -3
- package/charts/core/components/overlay-tooltip/OverlayTooltip.d.ts +7 -7
- package/charts/core/components/overlay-tooltip/_to-be-removed/DummyInteractionsOverlay.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/_to-be-removed/MyTooltip.js +1 -1
- package/charts/core/components/overlay-tooltip/_to-be-removed/_OverlayTooltipWIPStory.d.ts +5 -5
- package/charts/core/components/overlay-tooltip/_to-be-removed/_TruncationStory.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/_to-be-removed/actions.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/LegacyTemplateTooltip.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/LegacyTemplateTooltip.js +19 -12
- package/charts/core/components/overlay-tooltip/components/TooltipFooter.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/global-actions/Action.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/global-actions/GlobalActions.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/global-actions/actions.css +6 -6
- package/charts/core/components/overlay-tooltip/components/global-actions/actions.sty.js +2 -2
- package/charts/core/components/overlay-tooltip/components/header/Header.css +6 -6
- package/charts/core/components/overlay-tooltip/components/header/Header.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/header/Header.sty.js +6 -6
- package/charts/core/components/overlay-tooltip/components/header/types/header.d.ts +3 -0
- package/charts/core/components/overlay-tooltip/components/series/Series.d.ts +2 -2
- package/charts/core/components/overlay-tooltip/components/series/Series.js +2 -2
- package/charts/core/components/overlay-tooltip/components/series/SeriesActionsHeader.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/series/SeriesHeader.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/series/SeriesItem.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/components/series/SeriesItem.js +12 -3
- package/charts/core/components/overlay-tooltip/components/series/SeriesItemContent.js +11 -1
- package/charts/core/components/overlay-tooltip/components/series/SeriesSymbol.d.ts +3 -1
- package/charts/core/components/overlay-tooltip/components/series/SeriesSymbol.js +33 -2
- package/charts/core/components/overlay-tooltip/components/series/seriesSymbol.css +7 -1
- package/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.d.ts +1 -0
- package/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js +4 -2
- package/charts/core/components/overlay-tooltip/contexts/OverlayContext.d.ts +3 -1
- package/charts/core/components/overlay-tooltip/contexts/TooltipContext.d.ts +3 -1
- package/charts/core/components/overlay-tooltip/defaults.d.ts +3 -1
- package/charts/core/components/overlay-tooltip/defaults.js +57 -3
- package/charts/core/components/overlay-tooltip/hooks/useDefaultConfig.d.ts +1 -0
- package/charts/core/components/overlay-tooltip/hooks/useDefaultLabels.d.ts +3 -2
- package/charts/core/components/overlay-tooltip/hooks/useTooltipImperativeHandle.d.ts +3 -0
- package/charts/{meter-bar/shared/hooks/store/use-selector.js → core/components/overlay-tooltip/hooks/useTooltipImperativeHandle.js} +17 -7
- package/charts/core/components/overlay-tooltip/messages.d.ts +10 -0
- package/charts/core/components/overlay-tooltip/messages.js +10 -0
- package/charts/core/components/overlay-tooltip/providers/tooltip-container-dimensions.Provider.d.ts +1 -1
- package/charts/core/components/overlay-tooltip/tooltip.css +37 -37
- package/charts/core/components/overlay-tooltip/tooltip.sty.js +30 -30
- package/charts/core/components/overlay-tooltip/types/series.d.ts +17 -3
- package/charts/core/components/overlay-tooltip/types.d.ts +34 -5
- package/charts/core/components/overlay-tooltip/types.js +4 -0
- package/charts/core/components/overlay-tooltip/useTooltipReducer.d.ts +1 -0
- package/charts/core/components/overlay-tooltip/utils/build-content.js +2 -1
- package/charts/core/components/overlay-tooltip/utils/get-copy-action.d.ts +1 -1
- package/charts/core/components/overlays/ChartOverlaysBorder.css +5 -5
- package/charts/core/components/overlays/ChartOverlaysBorder.d.ts +1 -1
- package/charts/core/components/overlays/ChartOverlaysBorder.sty.js +5 -5
- package/charts/core/components/selection-area/DynamicSelectionArea.d.ts +1 -1
- package/charts/core/components/selection-area/Intent.d.ts +1 -1
- package/charts/core/components/selection-area/Selection.d.ts +1 -1
- package/charts/core/components/selection-area/SelectionArea.css +14 -14
- package/charts/core/components/selection-area/SelectionArea.sty.js +9 -9
- package/charts/core/components/selection-area/SelectionBackdrop.d.ts +1 -1
- package/charts/core/components/selection-area/SelectionTooltipWithAsyncActions.d.ts +1 -1
- package/charts/core/components/selection-area/ZoomSelection.d.ts +1 -1
- package/charts/core/components/selection-area/components/Knob.d.ts +1 -1
- package/charts/core/components/selection-area/components/SelectionEdge.d.ts +1 -1
- package/charts/core/components/selection-area/tooltip/CustomActions.d.ts +2 -2
- package/charts/core/components/series-action/ChartActionsMenuAsync.js +1 -1
- package/charts/core/components/series-action/ChartSeriesAction.d.ts +9 -9
- package/charts/core/components/series-action/hooks/useDefaultAction.d.ts +1 -1
- package/charts/core/components/shape/BubbleShape/BubbleShape.css +5 -5
- package/charts/core/components/shape/BubbleShape/BubbleShape.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/charts/core/components/shape/IconShape/IconShape.sty.js +1 -1
- package/charts/core/components/shape/MultiDataPointShape.d.ts +1 -1
- package/charts/core/components/shape/SingleDataPointShape.d.ts +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.d.ts +1 -1
- package/charts/core/components/shared-chart-interactions/SharedChartInteractions.sty.js +1 -1
- package/charts/core/components/shared-chart-interactions/components/SynchronizedSelectionArea.d.ts +1 -1
- package/charts/core/components/shared-chart-interactions/components/VerticalSynchronizedCrosshair.d.ts +1 -1
- package/charts/core/components/shared-chart-interactions/providers/SynchronizedCrosshairProvider.d.ts +1 -1
- package/charts/core/components/shared-chart-interactions/providers/SynchronizedSelectionProvider.d.ts +1 -1
- package/charts/core/components/single-value-renderer/SingleValueRenderer.css +5 -5
- package/charts/core/components/single-value-renderer/SingleValueRenderer.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +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.d.ts +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.d.ts +1 -1
- 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.d.ts +1 -1
- 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.d.ts +1 -1
- package/charts/core/components/single-value-renderer/components/trend/components/Icon.sty.js +1 -1
- package/charts/core/components/single-value-renderer/providers/font-size.provider.d.ts +1 -1
- package/charts/core/components/sparkline-display/Sparkline.css +7 -6
- package/charts/core/components/sparkline-display/Sparkline.sty.d.ts +1 -0
- package/charts/core/components/sparkline-display/Sparkline.sty.js +2 -2
- package/charts/core/components/sparkline-display/SparklineContainer.d.ts +1 -1
- package/charts/core/components/sparkline-display/SparklineContainer.js +35 -14
- package/charts/core/components/sparkline-display/SparklineDisplay.d.ts +1 -1
- package/charts/core/components/sparkline-display/SparklineRenderer.d.ts +1 -1
- package/charts/core/components/sparkline-display/components/ContextValueIndicator.d.ts +6 -1
- package/charts/core/components/sparkline-display/components/ContextValueIndicator.js +39 -16
- package/charts/core/components/sparkline-display/constants.d.ts +15 -6
- package/charts/core/components/sparkline-display/constants.js +24 -12
- package/charts/core/components/sparkline-display/utils/get-adjusted-context-value-y-position.d.ts +18 -3
- package/charts/core/components/sparkline-display/utils/get-adjusted-context-value-y-position.js +13 -6
- package/charts/core/components/sparkline-display/utils/get-context-value-layout.d.ts +0 -1
- package/charts/core/components/sparkline-display/utils/get-context-value-layout.js +9 -9
- package/charts/core/components/sparkline-display/utils/get-context-value-x-offset.js +6 -4
- package/charts/core/components/sparkline-display/utils/get-formatted-context-values.d.ts +1 -3
- package/charts/core/components/sparkline-display/utils/get-formatted-context-values.js +8 -5
- package/charts/core/components/sparkline-display/utils/get-sparkline-y-scale.js +1 -1
- 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/threshold-bar/ThresholdBar.d.ts +1 -1
- package/charts/core/components/threshold-bar/ThresholdBarTemplate.d.ts +1 -1
- package/charts/core/components/threshold-bar/ThresholdBrightnessFilter.d.ts +1 -1
- package/charts/core/components/threshold-bar/indicators/ThresholdIndicator.d.ts +1 -1
- package/charts/core/components/threshold-bar/markers/CircleMarker.d.ts +1 -1
- package/charts/core/components/threshold-bar/markers/PillMarker.d.ts +1 -1
- package/charts/core/components/threshold-bar/styles.css +12 -12
- package/charts/core/components/threshold-bar/styles.sty.js +5 -5
- package/charts/core/components/toolbar/ChartToolbarRenderer.css +16 -16
- package/charts/core/components/toolbar/ChartToolbarRenderer.d.ts +2 -2
- package/charts/core/components/toolbar/ChartToolbarRenderer.sty.js +8 -8
- package/charts/core/components/toolbar/ChartToolbarVisibilityOverlay.d.ts +1 -1
- package/charts/core/components/toolbar/CollapseButton.d.ts +1 -1
- package/charts/core/components/toolbar/components/ChartDataMenu.css +2 -2
- package/charts/core/components/toolbar/components/ChartDataMenu.d.ts +1 -1
- 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/IntentsCollapsedAndDownloadSection.d.ts +1 -1
- package/charts/core/components/toolbar/components/ToolbarMenu.css +4 -4
- package/charts/core/components/toolbar/components/ToolbarMenu.d.ts +1 -1
- package/charts/core/components/toolbar/components/ToolbarMenu.sty.js +2 -2
- package/charts/core/components/toolbar/components/divider.d.ts +2 -2
- package/charts/core/components/toolbar/utils/get-menu-trigger-icon.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/ChartTooltip.css +6 -6
- package/charts/core/components/tooltip/ChartTooltip/ChartTooltip.d.ts +28 -28
- 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.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.sty.js +3 -3
- package/charts/core/components/tooltip/ChartTooltip/components/DurationChip.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/EventItem/EventItem.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/GeoItem.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/KeyValue.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/RangeHeader/RangeHeader.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.css +2 -2
- package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.sty.js +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItemValue.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/TextHeader.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.css +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.d.ts +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.sty.js +1 -1
- package/charts/core/components/tooltip/ChartTooltip/components/TimestampHeader/TimestampHeader.d.ts +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.d.ts +3 -3
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.sty.js +6 -6
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.styles.d.ts +4 -4
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltipVirtualizedSeries.d.ts +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/components/SeriesName.d.ts +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/headers/CategoricalTooltipHeader.d.ts +1 -1
- 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/headers/ResolutionLabel.d.ts +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/headers/TimebasedTooltipHeader.d.ts +1 -1
- package/charts/core/components/tooltip/InteractiveChartTooltip/headers/subheaders/TimeResolution.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/NonVirtualizedTooltipBody.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/TooltipBody.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.css +1 -1
- package/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.d.ts +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.d.ts +1 -1
- 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.d.ts +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.d.ts +1 -1
- 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.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.sty.js +1 -1
- package/charts/core/components/tooltip/section-components/TooltipValueContent/TooltipValueContent.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.css +2 -2
- package/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.sty.js +2 -2
- package/charts/core/components/tooltip/section-components/atoms/TooltipPointIndicator.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/atoms/TooltipText.d.ts +1 -1
- package/charts/core/components/tooltip/section-components/atoms/styles.css +3 -3
- package/charts/core/components/tooltip/section-components/atoms/styles.sty.js +3 -3
- 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/types/ChartTooltip.config.d.ts +28 -28
- package/charts/core/components/tooltip/utils/FormattedTimeframe.d.ts +1 -1
- package/charts/core/components/tooltip-atoms/components/ChipAtom.d.ts +1 -1
- package/charts/core/components/tooltip-atoms/components/DurationChipAtom/DurationChipAtom.d.ts +1 -1
- package/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.css +1 -1
- package/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.d.ts +1 -1
- package/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.sty.js +1 -1
- package/charts/core/components/tooltip-atoms/components/PrimaryAtom.d.ts +1 -1
- package/charts/core/components/tooltip-atoms/components/SecondaryAtom.d.ts +1 -1
- package/charts/core/components/tooltip-atoms/components/SymbolAtom.d.ts +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/wheel-zoom-preventer/WheelZoomPreventer.d.ts +1 -1
- package/charts/core/components/zoom/ZoomCursors.css +2 -2
- package/charts/core/components/zoom/ZoomCursors.sty.js +3 -3
- package/charts/core/constants.d.ts +1 -0
- package/charts/core/constants.js +2 -0
- package/charts/core/slots/toolbar/ChartToolbar.d.ts +1 -1
- package/charts/core/typographyStyles.css +1 -1
- package/charts/core/typographyStyles.sty.js +1 -1
- package/charts/core/utils/render-menu-action-children.d.ts +1 -1
- 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.d.ts +2 -2
- 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.d.ts +1 -1
- package/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js +1 -1
- package/charts/gantt-chart/components/tooltip/GanttChartTooltipBody.d.ts +1 -1
- package/charts/gantt-chart/components/tooltip/GanttChartTooltipContent.d.ts +1 -1
- package/charts/gantt-chart/components/tooltip/GanttChartTooltipHeader.d.ts +1 -1
- package/charts/gantt-chart/types/gantt-chart.d.ts +18 -1
- package/charts/gauge/GaugeChart.d.ts +1 -1
- package/charts/gauge/GaugeChart.js +5 -2
- package/charts/gauge/components/GaugeBaseArc.d.ts +1 -1
- package/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.css +1 -1
- package/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.js +9 -2
- package/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.sty.js +1 -1
- package/charts/gauge/components/GaugeChartLayout/GaugeChartToolbar.d.ts +1 -1
- package/charts/gauge/components/GaugeChartTooltip/GaugeTooltip.d.ts +2 -2
- package/charts/gauge/components/GaugeChartTooltip/GaugeTooltipItem.d.ts +1 -1
- package/charts/gauge/components/GaugeLabel/GaugeLabel.css +6 -6
- package/charts/gauge/components/GaugeLabel/GaugeLabel.d.ts +1 -1
- package/charts/gauge/components/GaugeLabel/GaugeLabel.sty.js +3 -3
- package/charts/gauge/components/GaugeLabels.d.ts +1 -1
- package/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.css +3 -3
- package/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.d.ts +1 -1
- package/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.sty.js +1 -1
- package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.css +5 -1
- package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.d.ts +2 -1
- package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.js +20 -3
- package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.d.ts +10 -1
- package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js +4 -1
- package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.css +2 -2
- package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.d.ts +1 -1
- package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.sty.js +2 -2
- package/charts/gauge/components/GaugeRootSVG.d.ts +1 -1
- package/charts/gauge/components/GaugeThresholdIndicators.d.ts +1 -1
- package/charts/gauge/components/GaugeValueArc.d.ts +1 -1
- package/charts/gauge/constants.d.ts +1 -0
- package/charts/gauge/constants.js +2 -1
- package/charts/gauge/contexts/GaugeChartLoadingContext.d.ts +1 -0
- package/charts/{xy-chart/context/XYChartOverlayRef.context.js → gauge/contexts/GaugeChartLoadingContext.js} +5 -5
- package/charts/gauge/contexts/GaugeChartTooltipContext.d.ts +1 -1
- package/charts/gauge/hooks/store/use-selector.d.ts +1 -1
- package/charts/gauge/hooks/store/use-set-state.d.ts +1 -1
- package/charts/gauge/hooks/useGaugeChartLoadingContext.d.ts +1 -0
- package/{forms/date-time-range-picker/contexts/SelectedOverCalendarContext.js → charts/gauge/hooks/useGaugeChartLoadingContext.js} +6 -10
- package/charts/gauge/providers/GaugeChartProviders.d.ts +2 -1
- package/charts/gauge/providers/GaugeChartProviders.js +4 -2
- package/charts/gauge/providers/GaugeChartTooltipStoreProvider.d.ts +1 -1
- package/charts/gauge/slots/Toolbar.d.ts +1 -1
- package/charts/gauge/types/gauge-chart-config-internal.d.ts +1 -0
- package/charts/gauge/types/gauge-chart-config.d.ts +4 -0
- package/charts/gauge/types/gauge-chart-tooltip-state.js +16 -0
- package/charts/gauge/types/gauge-chart.d.ts +4 -0
- package/charts/gauge/utils/build-gauge-chart-config.js +3 -1
- package/charts/histogram/HistogramChart.d.ts +3 -3
- package/charts/histogram/components/annotations-histogram/HistogramAnnotationsArea.d.ts +1 -1
- package/charts/histogram/components/annotations-histogram/HistogramAnnotationsIndicators.d.ts +1 -1
- package/charts/histogram/components/axes/HistogramPanningControls.d.ts +1 -1
- package/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.css +1 -1
- package/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.d.ts +1 -1
- package/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.sty.js +1 -1
- package/charts/histogram/components/axes/HistogramValueLeftAxisArea.d.ts +1 -1
- package/charts/histogram/components/axes/HistogramValueRightAxisArea.d.ts +1 -1
- package/charts/histogram/components/displays/BarChartDisplay.d.ts +1 -1
- package/charts/histogram/components/layout/HistogramCanvasLayout.d.ts +1 -1
- package/charts/histogram/components/layout/HistogramChartGridLayout.d.ts +1 -1
- package/charts/histogram/components/layout/HistogramChartPlot.d.ts +1 -1
- package/charts/histogram/components/layout/HistogramGridZeroLine.d.ts +1 -1
- package/charts/histogram/components/layout/HistogramHighlightedCanvasLayout.d.ts +1 -1
- package/charts/histogram/components/legend/HistogramChartLegend.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramDatapoints.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramCrosshair.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramInspect.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.css +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.sty.js +1 -1
- package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltipWrapper.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramOverlays.css +2 -2
- package/charts/histogram/components/overlays/HistogramOverlays.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramOverlays.sty.js +2 -2
- package/charts/histogram/components/overlays/HistogramOverlaysBorder.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramSelectionArea/HistogramSelectionArea.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramSelectionArea/HistogramSelectionAreaTooltip.d.ts +1 -1
- package/charts/histogram/components/overlays/HistogramSelectionArea/HistogramSelectionDatapoints.d.ts +1 -1
- package/charts/histogram/components/thresholds/HistogramThresholdArea.d.ts +1 -1
- package/charts/histogram/components/thresholds/HistogramThresholdBar.d.ts +1 -1
- package/charts/histogram/components/thresholds/ThresholdIndicators.d.ts +1 -1
- package/charts/histogram/components/toolbar/DownloadDataButton.d.ts +1 -1
- package/charts/histogram/components/toolbar/ExploreButton.d.ts +1 -1
- package/charts/histogram/components/toolbar/HistogramToolbar.d.ts +1 -1
- package/charts/histogram/components/toolbar/PanButton.d.ts +1 -1
- package/charts/histogram/components/toolbar/ResetButton.d.ts +1 -1
- package/charts/histogram/components/toolbar/ZoomInOutButtons.d.ts +1 -1
- package/charts/histogram/components/toolbar/ZoomModeButton.d.ts +1 -1
- package/charts/histogram/providers/HistogramAnnotationsDataProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramConfigProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramDataProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramFilteredDataProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramFormatterProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramInteractionsProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramStateSyncProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramToolbarProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramXScaleProvider.d.ts +1 -1
- package/charts/histogram/providers/HistogramYScalesProvider.d.ts +1 -1
- package/charts/histogram/providers/StoreProvider.d.ts +1 -1
- package/charts/honeycomb/HoneycombChart.css +1 -1
- package/charts/honeycomb/HoneycombChart.d.ts +3 -3
- package/charts/honeycomb/HoneycombChart.sty.js +1 -1
- package/charts/honeycomb/components/HiveOverlay.css +1 -1
- package/charts/honeycomb/components/HiveOverlay.d.ts +1 -1
- package/charts/honeycomb/components/HiveOverlay.sty.js +1 -1
- package/charts/honeycomb/components/HoneycombChartLayout.d.ts +1 -1
- package/charts/honeycomb/components/HoneycombHive.d.ts +1 -1
- package/charts/honeycomb/components/canvas/HiveCanvasLayout.css +1 -1
- package/charts/honeycomb/components/canvas/HiveCanvasLayout.d.ts +1 -1
- package/charts/honeycomb/components/canvas/HiveCanvasLayout.sty.js +1 -1
- package/charts/honeycomb/components/canvas/displays/CanvasCircleDisplay.d.ts +1 -1
- package/charts/honeycomb/components/canvas/displays/CanvasHexagonDisplay.d.ts +1 -1
- package/charts/honeycomb/components/canvas/displays/CanvasSquareDisplay.d.ts +1 -1
- package/charts/honeycomb/components/canvas/displays/HiveDisplay.d.ts +1 -1
- package/charts/honeycomb/components/canvas/displays/TileAbstractDisplay.d.ts +1 -1
- package/charts/honeycomb/components/legend/HoneycombCategoricalLegendRenderer.d.ts +1 -1
- package/charts/honeycomb/components/legend/HoneycombLegendRenderer.d.ts +1 -1
- package/charts/honeycomb/components/legend/HoneycombRangeLegendRenderer.d.ts +1 -1
- package/charts/honeycomb/components/toolbar/HoneycombToolbar.d.ts +1 -1
- package/charts/honeycomb/components/toolbar/buttons/HoneycombDownloadDataButton.d.ts +1 -1
- package/charts/honeycomb/components/tooltip/HiveTooltipItem.css +3 -3
- package/charts/honeycomb/components/tooltip/HiveTooltipItem.d.ts +1 -1
- package/charts/honeycomb/components/tooltip/HiveTooltipItem.sty.js +2 -2
- package/charts/honeycomb/providers/hive.providers.d.ts +1 -1
- package/charts/honeycomb/providers/honeycomb-base-scale.provider.d.ts +1 -1
- package/charts/honeycomb/providers/honeycomb-configuration.provider.d.ts +1 -1
- package/charts/honeycomb/providers/honeycomb-dataset-type.provider.d.ts +1 -1
- package/charts/honeycomb/providers/honeycomb-filtered-data.provider.d.ts +1 -1
- package/charts/honeycomb/providers/honeycomb-metadata.provider.d.ts +1 -1
- package/charts/honeycomb/providers/honeycomb-store.provider.d.ts +1 -1
- package/charts/honeycomb/utils/find-closest-tile.js +4 -4
- package/charts/index.d.ts +18 -1
- package/charts/index.js +18 -0
- package/charts/meter-bar/multi-meter-bar/MultiMeterBarChart.d.ts +6 -6
- package/charts/meter-bar/multi-meter-bar/MultiMeterBarChart.js +13 -20
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartLegend.d.ts +1 -1
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartLegend.js +3 -0
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.css +1 -1
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.d.ts +2 -2
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.js +14 -27
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.sty.js +1 -1
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlayWithTooltip.d.ts +2 -0
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlayWithTooltip.js +161 -0
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartPlotArea.d.ts +1 -1
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegment.d.ts +2 -1
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegment.js +14 -18
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegments.d.ts +1 -1
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegments.js +2 -1
- package/charts/meter-bar/multi-meter-bar/context/MultiMeterBarChartTooltipContext.d.ts +1 -1
- package/charts/meter-bar/multi-meter-bar/hooks/store/selectors.d.ts +0 -1
- package/charts/meter-bar/multi-meter-bar/hooks/store/selectors.js +0 -2
- package/charts/meter-bar/multi-meter-bar/providers/MultiMeterBarChartProviders.d.ts +1 -1
- package/charts/meter-bar/multi-meter-bar/providers/MultiMeterBarChartProviders.js +3 -1
- package/charts/meter-bar/multi-meter-bar/providers/StoreProvider.d.ts +1 -1
- package/charts/meter-bar/shared/components/formatted-value/MeterBarChartFormattedValue.d.ts +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.css +14 -14
- package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.d.ts +22 -9
- package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.js +12 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js +10 -10
- 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.d.ts +1 -1
- 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.d.ts +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/Max/Max.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.d.ts +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.d.ts +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/Value/Value.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.d.ts +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.d.ts +1 -1
- package/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.sty.js +1 -1
- package/charts/meter-bar/shared/components/meter-bar-providers/MeterBarSizeProviders.d.ts +1 -1
- package/charts/meter-bar/shared/components/meter-bar-segment/MeterBarSegment.d.ts +1 -1
- package/charts/meter-bar/shared/components/meter-bar-toolbar/MeterBarToolbar.d.ts +1 -1
- package/charts/meter-bar/shared/components/meter-bar-toolbar/MeterBarToolbar.js +7 -0
- package/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarChartTooltip.d.ts +10 -0
- package/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarChartTooltip.js +48 -0
- package/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltipItem/MeterBarTooltipItem.css +1 -1
- package/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltipItem/MeterBarTooltipItem.d.ts +1 -1
- package/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltipItem/MeterBarTooltipItem.sty.js +1 -1
- package/charts/meter-bar/shared/providers/StoreProvider.d.ts +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/types/meter-bars.d.ts +2 -0
- package/charts/meter-bar/single-meter-bar/MeterBarChart.d.ts +5 -5
- package/charts/meter-bar/single-meter-bar/MeterBarChart.js +12 -19
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.css +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.d.ts +2 -2
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.js +13 -26
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.sty.js +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlayWithTooltip.d.ts +5 -0
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlayWithTooltip.js +130 -0
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartPlotArea.d.ts +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartSegment/MeterBarChartSegment.d.ts +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIndicator.d.ts +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdLegend/MeterBarChartThresholdLegend.d.ts +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholds/MeterBarChartThresholds.css +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholds/MeterBarChartThresholds.d.ts +1 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholds/MeterBarChartThresholds.sty.js +1 -1
- package/charts/meter-bar/single-meter-bar/providers/MeterBarChartInternalDataProviders.d.ts +1 -1
- package/charts/meter-bar/single-meter-bar/providers/MeterBarChartProviders.d.ts +1 -1
- package/charts/meter-bar/single-meter-bar/providers/MeterBarChartProviders.js +3 -1
- package/charts/pie/DonutChart.d.ts +4 -4
- package/charts/pie/PieChart.d.ts +3 -3
- package/charts/pie/components/InnerWrapper/InnerWrapper.d.ts +1 -1
- package/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.css +1 -1
- package/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.d.ts +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.d.ts +1 -1
- package/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.sty.js +1 -1
- package/charts/pie/components/PieChartLabel.d.ts +1 -1
- package/charts/pie/components/PieChartLegend/PieChartLegend.d.ts +1 -1
- package/charts/pie/components/PieChartOverlays/PieChartOverlays.css +1 -1
- package/charts/pie/components/PieChartOverlays/PieChartOverlays.d.ts +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.sty.js +1 -1
- package/charts/pie/components/PieChartSlice.d.ts +1 -1
- package/charts/pie/components/PieChartToolbar/PieChartToolbar.d.ts +1 -1
- package/charts/pie/components/PieChartToolbar/components/DownloadDataButton.d.ts +1 -1
- package/charts/pie/components/PieChartTooltip/PieChartTooltip.d.ts +1 -1
- package/charts/pie/components/PieChartTooltip/components/PieChartTooltipBody.css +1 -1
- package/charts/pie/components/PieChartTooltip/components/PieChartTooltipBody.d.ts +1 -1
- package/charts/pie/components/PieChartTooltip/components/PieChartTooltipBody.sty.js +1 -1
- package/charts/pie/providers/ChartProviders.d.ts +1 -1
- package/charts/pie/providers/PieChartSlicesDataProvider.d.ts +1 -1
- package/charts/pie/providers/StoreProvider.d.ts +1 -1
- package/charts/pie/slots/DonutChartInner.d.ts +1 -1
- package/charts/single-value/SingleValue.css +1 -1
- package/charts/single-value/SingleValue.d.ts +5 -5
- package/charts/single-value/SingleValue.sty.js +1 -1
- package/charts/single-value/slots/Sparkline.d.ts +2 -2
- package/charts/single-value-grid/SingleValueGrid.css +2 -2
- package/charts/single-value-grid/SingleValueGrid.d.ts +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.d.ts +1 -1
- package/charts/single-value-grid/components/GlobalFontSizeVariables.sty.js +1 -1
- package/charts/single-value-grid/components/SingleValueDisplay.d.ts +1 -1
- package/charts/single-value-grid/providers/global-font-size-provider.d.ts +1 -1
- package/charts/single-value-grid/slots/Toolbar.d.ts +1 -1
- package/charts/sparkline/Sparkline.d.ts +3 -3
- package/charts/timeseries/TimeseriesChartRoot.d.ts +9 -9
- package/charts/timeseries/components/annotations-timeseries/TimeseriesAnnotationsIndicators.d.ts +1 -1
- package/charts/timeseries/components/annotations-timeseries/TimeseriesChartAnnotationsArea.d.ts +1 -1
- package/charts/timeseries/components/axes/TimeseriesPanningControls.d.ts +1 -1
- package/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.css +2 -2
- package/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.d.ts +1 -1
- package/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.sty.js +1 -1
- package/charts/timeseries/components/axes/TimeseriesValueLeftAxisArea.d.ts +1 -1
- package/charts/timeseries/components/axes/TimeseriesValueRightAxisArea.d.ts +1 -1
- package/charts/timeseries/components/displays/area/AreaChartDisplay.d.ts +1 -1
- package/charts/timeseries/components/displays/band/BandChartDisplay.d.ts +1 -1
- package/charts/timeseries/components/displays/bar/BarChartDisplay.d.ts +1 -1
- package/charts/timeseries/components/displays/line/LineChartDisplay.d.ts +1 -1
- package/charts/timeseries/components/legend/TimeseriesChartLegend.d.ts +2 -2
- package/charts/timeseries/components/overlays/TimeseriesChartOverlays.d.ts +1 -1
- package/charts/timeseries/components/overlays/TimeseriesChartOverlaysBorder.d.ts +1 -1
- package/charts/timeseries/components/overlays/TimeseriesExplore/TimeseriesChartDatapoints.d.ts +1 -1
- package/charts/timeseries/components/overlays/TimeseriesExplore/TimeseriesChartTooltip.d.ts +1 -1
- package/charts/timeseries/components/overlays/TimeseriesExplore/TimeseriesCrosshair.d.ts +1 -1
- package/charts/timeseries/components/overlays/TimeseriesExplore/TimeseriesInspect.d.ts +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/TimeseriesSelectionArea.d.ts +1 -1
- package/charts/timeseries/components/overlays/TimeseriesSelection/TimeseriesSelectionAreaTooltip.d.ts +1 -1
- package/charts/timeseries/components/overlays/TimeseriesSelection/TimeseriesSelectionDatapoints.d.ts +1 -1
- package/charts/timeseries/components/thresholds/ThresholdIndicators.css +2 -2
- package/charts/timeseries/components/thresholds/ThresholdIndicators.d.ts +1 -1
- package/charts/timeseries/components/thresholds/ThresholdIndicators.sty.js +2 -2
- package/charts/timeseries/components/thresholds/TimeseriesThresholdArea.d.ts +1 -1
- package/charts/timeseries/components/thresholds/TimeseriesThresholdBar.d.ts +1 -1
- package/charts/timeseries/components/toolbar/DownloadDataButton.d.ts +1 -1
- package/charts/timeseries/components/toolbar/ExploreButton.d.ts +1 -1
- package/charts/timeseries/components/toolbar/PanButton.d.ts +1 -1
- package/charts/timeseries/components/toolbar/ResetButton.d.ts +1 -1
- package/charts/timeseries/components/toolbar/TimeseriesChartToolbar.d.ts +1 -1
- package/charts/timeseries/components/toolbar/ZoomInOutButtons.d.ts +1 -1
- package/charts/timeseries/components/toolbar/ZoomModeButton.d.ts +1 -1
- package/charts/timeseries/layout/TimeseriesCanvasLayout.d.ts +1 -1
- package/charts/timeseries/layout/TimeseriesChartGridLayout.d.ts +1 -1
- package/charts/timeseries/layout/TimeseriesChartPlot.d.ts +1 -1
- package/charts/timeseries/layout/TimeseriesHighlightedCanvasLayout.d.ts +1 -1
- package/charts/timeseries/providers/StoreProvider.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesAnnotationsDataProvider.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesChartIdProvider.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesChartProviders.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesChartXScaleProvider.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesChartYScalesProvider.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesConfigProviders.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesDataProvider.d.ts +2 -3
- package/charts/timeseries/providers/TimeseriesDataProvider.js +2 -2
- package/charts/timeseries/providers/TimeseriesFilteredDataProvider.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesFormatterProvider.d.ts +1 -1
- package/charts/timeseries/providers/TimeseriesMinMaxXAxisProvider.d.ts +1 -1
- package/charts/timeseries/utils/timeseries.d.ts +1 -2
- package/charts/tree-map/TreeMap.d.ts +3 -3
- package/charts/tree-map/components/TreeMapCluster.d.ts +1 -1
- package/charts/tree-map/components/TreeMapLegend/TreeMapCategoricalLegend.d.ts +1 -1
- package/charts/tree-map/components/TreeMapLegend/TreeMapLegendRenderer.d.ts +1 -1
- package/charts/tree-map/components/TreeMapLegend/TreeMapRangeLegend.d.ts +1 -1
- package/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.css +1 -1
- package/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.d.ts +1 -1
- package/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.sty.js +1 -1
- package/charts/tree-map/components/TreeMapToolbar/TreeMapDownloadDataButton.d.ts +1 -1
- package/charts/tree-map/components/TreeMapToolbar/TreeMapToolbar.d.ts +1 -1
- package/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.css +6 -2
- package/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.js +11 -4
- package/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.sty.d.ts +1 -0
- package/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.sty.js +4 -2
- package/charts/tree-map/providers/TreeMapAggregationDataProvider.d.ts +1 -1
- package/charts/tree-map/providers/TreeMapChartProviders.d.ts +1 -1
- package/charts/tree-map/providers/TreeMapHighlightingMapProvider.d.ts +1 -1
- package/charts/tree-map/providers/TreeMapInternalDataProvider.d.ts +1 -1
- package/charts/tree-map/utils/get-applied-formatter.d.ts +1 -1
- package/charts/xy-chart/XYChartRoot.d.ts +6 -6
- package/charts/xy-chart/XYChartRoot.js +4 -2
- package/charts/xy-chart/builders/XYChartImperativeHandlerBuilder.js +4 -4
- package/charts/xy-chart/components/annotations/XYChartAnnotationsArea.d.ts +1 -1
- package/charts/xy-chart/components/annotations/XYChartAnnotationsIndicators.d.ts +1 -1
- 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/axes/TickWithTruncationForeignObject.d.ts +1 -1
- package/charts/xy-chart/components/axes/XTickWithTruncation.d.ts +1 -1
- package/charts/xy-chart/components/axes/XYChartBottomAxisArea.d.ts +1 -1
- package/charts/xy-chart/components/axes/XYChartLeftAxisArea.d.ts +1 -1
- package/charts/xy-chart/components/axes/XYChartPanningControls.d.ts +1 -1
- package/charts/xy-chart/components/axes/XYChartRightAxisArea.d.ts +1 -1
- package/charts/xy-chart/components/axes/XYChartTopAxisArea.d.ts +1 -1
- package/charts/xy-chart/components/axes/YTickWithTruncation.d.ts +1 -1
- package/charts/xy-chart/components/displays/AreaDisplay.d.ts +1 -1
- package/charts/xy-chart/components/displays/BarDisplay.d.ts +1 -1
- package/charts/xy-chart/components/displays/DotDisplay.d.ts +1 -1
- package/charts/xy-chart/components/displays/LineDisplay.d.ts +1 -1
- package/charts/xy-chart/components/displays/RectDisplay.d.ts +1 -1
- package/charts/xy-chart/components/layout/XYChartGridLayout.d.ts +1 -1
- package/charts/xy-chart/components/legend/RectRangeLegend/RectRangeLegend.d.ts +1 -1
- package/charts/xy-chart/components/legend/XYChartLegend.d.ts +1 -1
- package/charts/xy-chart/components/legend/XYChartLegend.js +12 -5
- package/charts/xy-chart/components/legend/XYLegend/XYLegend.d.ts +1 -1
- package/charts/xy-chart/components/legend/XYLegend/XYLegend.js +5 -1
- package/charts/xy-chart/components/legend/XYLegend/XYLegendIcon.d.ts +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.d.ts +1 -1
- package/charts/xy-chart/components/overlay/XYChartOverlay.js +18 -32
- package/charts/xy-chart/components/overlay/XYChartSynchronizedCrosshair.d.ts +1 -1
- package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.css +1 -1
- package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.d.ts +2 -3
- package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js +11 -8
- 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/overlay/explore/XYChartLinearPoint.d.ts +1 -1
- package/charts/xy-chart/components/overlay/explore/XYChartLinearPoint.js +2 -1
- package/charts/xy-chart/components/overlay/explore/XYChartRectanglePoint.d.ts +1 -1
- package/charts/xy-chart/components/overlay/explore/XYChartRectanglePoint.js +2 -1
- package/charts/xy-chart/components/overlay/hooks/useApplyPanDelta.js +3 -0
- package/charts/xy-chart/components/overlay/hooks/useApplyZoomDelta.js +3 -0
- package/charts/xy-chart/components/overlay/hooks/useOverlayEvents.d.ts +4 -0
- package/charts/xy-chart/components/overlay/hooks/useOverlayEvents.js +103 -95
- package/charts/xy-chart/components/overlay/hooks/useResetInteractions.js +3 -0
- package/charts/xy-chart/components/overlay/hooks/useTooltipMetadata.d.ts +2 -0
- package/charts/xy-chart/components/overlay/hooks/useTooltipMetadata.js +39 -0
- package/charts/xy-chart/components/overlay/utils/get-prevailing-shape-type.d.ts +1 -1
- package/charts/xy-chart/components/selection/Duration.d.ts +1 -1
- package/charts/xy-chart/components/selection/TooltipHeader.css +2 -2
- package/charts/xy-chart/components/selection/TooltipHeader.d.ts +1 -1
- package/charts/xy-chart/components/selection/TooltipHeader.sty.js +2 -2
- package/charts/xy-chart/components/selection/XYChartSelectionArea.d.ts +1 -1
- package/charts/xy-chart/components/selection/XYChartSelectionArea.js +4 -4
- package/charts/xy-chart/components/selection/XYChartSelectionAreaTooltip.d.ts +1 -1
- package/charts/xy-chart/components/selection/XYChartSelectionAreaTooltip.js +2 -2
- package/charts/xy-chart/components/thresholds/XYChartThresholdArea.d.ts +1 -1
- package/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.css +1 -1
- package/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.d.ts +1 -1
- package/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.sty.js +1 -1
- package/charts/xy-chart/components/toolbar/DownloadDataButton.d.ts +1 -1
- package/charts/xy-chart/components/toolbar/ExploreButton.d.ts +1 -1
- package/charts/xy-chart/components/toolbar/ExploreButton.js +8 -7
- package/charts/xy-chart/components/toolbar/PanButton.d.ts +1 -1
- package/charts/xy-chart/components/toolbar/PanButton.js +4 -4
- package/charts/xy-chart/components/toolbar/ResetButton.d.ts +1 -1
- package/charts/xy-chart/components/toolbar/XYChartToolbar.d.ts +1 -1
- package/charts/xy-chart/components/toolbar/ZoomInOutButtons.d.ts +1 -1
- package/charts/xy-chart/components/toolbar/ZoomModeButton.d.ts +1 -1
- package/charts/xy-chart/components/toolbar/ZoomModeButton.js +9 -8
- package/charts/xy-chart/components/tooltip/AreaSeriesTooltip.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/BarSeriesTooltip.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltip.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltip.js +48 -13
- package/charts/xy-chart/components/tooltip/DotSeriesTooltip.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltip.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltip.js +52 -13
- package/charts/xy-chart/components/tooltip/LineSeriesTooltip.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/RectSeriesTooltip.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/XYChartOverlayTooltip.d.ts +4 -0
- package/charts/xy-chart/components/tooltip/XYChartOverlayTooltip.js +38 -0
- package/charts/xy-chart/components/tooltip/XYChartTooltipBody/BodyRow.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/XYChartTooltipBody/XYChartTooltipBody.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/XYChartTooltipContent.d.ts +4 -1
- package/charts/xy-chart/components/tooltip/XYChartTooltipContent.js +34 -3
- package/charts/xy-chart/components/tooltip/XYChartTooltipHeader/XYChartTooltipHeader.d.ts +1 -1
- package/charts/xy-chart/components/tooltip/XYChartTooltipTemplate/XYChartTooltipTemplate.css +1 -1
- package/charts/xy-chart/components/tooltip/XYChartTooltipTemplate/XYChartTooltipTemplate.sty.js +1 -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/constants/defaults.d.ts +1 -1
- package/charts/xy-chart/constants/defaults.js +0 -7
- package/charts/xy-chart/layout/XYChartAxisBorder.d.ts +1 -1
- package/charts/xy-chart/layout/XYChartHighlightedCanvasLayout.d.ts +1 -1
- package/charts/xy-chart/layout/XYChartHighlightedCanvasLayout.js +4 -3
- package/charts/xy-chart/layout/XYChartLayout.css +2 -2
- package/charts/xy-chart/layout/XYChartLayout.d.ts +1 -1
- package/charts/xy-chart/layout/XYChartLayout.sty.js +2 -2
- package/charts/xy-chart/layout/XYChartShiftedDisplay.d.ts +1 -1
- package/charts/xy-chart/processing-strategies/strategies/area-series.js +4 -1
- package/charts/xy-chart/processing-strategies/strategies/bar-series.js +4 -1
- package/charts/xy-chart/processing-strategies/strategies/dot-series.js +1 -1
- package/charts/xy-chart/processing-strategies/strategies/line-series.js +4 -1
- package/charts/xy-chart/providers/XYChartAnnotationsDataProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartAnnotationsShownIndicatorsProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartAxesFormatterProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartAxesTicksProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartColorScalesProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartDataProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartIdProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartOverlayPerformanceProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartProviders.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartScalesProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartStoreProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartVisibleAxesProvider.d.ts +1 -1
- package/charts/xy-chart/providers/XYChartVisibleAxesScalesProvider.d.ts +1 -1
- package/charts/xy-chart/store/reduce-interaction-mode.d.ts +3 -0
- package/{layouts/app-header/Logo.sty.js → charts/xy-chart/store/reduce-interaction-mode.js} +7 -6
- package/charts/xy-chart/store/reducer-explorer.d.ts +9 -0
- package/charts/xy-chart/store/reducer-explorer.js +78 -0
- package/charts/xy-chart/store/reducer-filter-series.js +1 -7
- package/charts/xy-chart/store/reducer-pan.js +0 -2
- package/charts/xy-chart/store/reducer-reset.d.ts +2 -2
- package/charts/xy-chart/store/reducer-reset.js +0 -8
- package/charts/xy-chart/store/reducer-zoom.js +0 -2
- package/charts/xy-chart/store/selectors.d.ts +0 -8
- package/charts/xy-chart/store/selectors.js +0 -15
- package/charts/xy-chart/types/state.d.ts +2 -4
- package/charts/xy-chart/utils/coloring/get-color-selection.d.ts +1 -1
- package/charts/xy-chart-adoption/histogram/HistogramToXY.js +58 -16
- package/charts/xy-chart-adoption/histogram/hooks/use-histogram-to-xy-color-rules.d.ts +22 -0
- package/charts/xy-chart-adoption/histogram/hooks/use-histogram-to-xy-color-rules.js +44 -0
- package/charts/xy-chart-adoption/histogram/iterate-histogram-slots.d.ts +2 -9
- package/charts/xy-chart-adoption/histogram/iterate-histogram-slots.js +45 -3
- package/charts/xy-chart-adoption/histogram/transformer-data-to-xy.d.ts +14 -3
- package/charts/xy-chart-adoption/histogram/transformer-data-to-xy.js +18 -9
- package/charts/xy-chart-adoption/histogram/transformer-selection-to-histogram.d.ts +4 -0
- package/charts/xy-chart-adoption/histogram/transformer-selection-to-histogram.js +55 -0
- package/charts/xy-chart-adoption/histogram/types/slots.d.ts +28 -0
- package/charts/{gauge/providers/GaugeChartTooltipState.js → xy-chart-adoption/histogram/types/slots.js} +2 -2
- package/charts/xy-chart-adoption/histogram/utils/axis-config-mapping.d.ts +2 -0
- package/charts/xy-chart-adoption/histogram/utils/axis-config-mapping.js +34 -0
- package/charts/xy-chart-adoption/histogram/utils/axis-props-mapping.d.ts +3 -0
- package/charts/{meter-bar/shared/hooks/store/use-set-state.js → xy-chart-adoption/histogram/utils/axis-props-mapping.js} +11 -10
- package/charts/xy-chart-adoption/histogram/utils/define-axis-id.d.ts +2 -0
- package/charts/xy-chart-adoption/histogram/utils/define-axis-id.js +25 -0
- package/charts/xy-chart-adoption/histogram/utils/get-subject-for-series.d.ts +11 -0
- package/charts/xy-chart-adoption/histogram/utils/get-subject-for-series.js +42 -0
- package/charts/xy-chart-adoption/histogram/utils/resolve-histogram-color-rules.d.ts +18 -0
- package/charts/xy-chart-adoption/histogram/utils/resolve-histogram-color-rules.js +62 -0
- package/content/accordion/Accordion.css +14 -14
- package/content/accordion/Accordion.sty.js +8 -8
- package/content/accordion/AccordionSection.js +5 -2
- package/content/accordion/contexts/AccordionContext.d.ts +1 -1
- 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 +36 -36
- package/content/chip/BaseChip.sty.js +5 -5
- package/content/chip/ChipContent.css +11 -11
- package/content/chip/ChipContent.sty.js +2 -2
- package/content/chip/ChipDeleteButton.css +3 -3
- package/content/chip/ChipDeleteButton.sty.js +2 -2
- package/content/chip/ChipKey.css +6 -6
- package/content/chip/ChipKey.sty.js +1 -1
- package/content/chip/GroupedChip.css +3 -3
- package/content/chip/GroupedChip.sty.js +3 -3
- package/content/chip-group/ChipGroup.css +4 -4
- package/content/chip-group/ChipGroup.d.ts +2 -2
- package/content/chip-group/ChipGroup.sty.js +1 -1
- package/content/chip-group/Control.css +4 -4
- package/content/chip-group/Control.d.ts +1 -1
- package/content/chip-group/Control.sty.js +1 -1
- package/content/chip-group/HiddenCount.d.ts +1 -1
- package/content/code-snippet/CodeHighlight.css +24 -24
- package/content/code-snippet/CodeHighlight.sty.js +5 -5
- package/content/code-snippet/CodeSnippet.css +4 -4
- package/content/code-snippet/CodeSnippet.js +1 -1
- package/content/code-snippet/CodeSnippet.sty.js +2 -2
- package/content/code-snippet/HighlightExtended.d.ts +1 -1
- 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.js +3 -1
- package/content/expandable-text/ExpandableText.sty.js +2 -2
- package/content/feature-highlight/Actions.d.ts +1 -1
- package/content/feature-highlight/FeatureHighlight.css +12 -12
- package/content/feature-highlight/FeatureHighlight.d.ts +4 -4
- package/content/feature-highlight/FeatureHighlight.js +1 -1
- package/content/feature-highlight/FeatureHighlight.sty.js +3 -3
- package/content/health-indicator/HealthIndicator.js +2 -0
- package/content/health-indicator/StatusVisual.d.ts +1 -1
- package/content/health-indicator/styles.css +23 -23
- package/content/health-indicator/styles.sty.js +1 -1
- package/content/information-overlay/Content.d.ts +1 -1
- package/content/information-overlay/InformationOverlay.css +25 -25
- package/content/information-overlay/InformationOverlay.d.ts +1 -1
- 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 +3 -3
- package/content/markdown/Markdown.sty.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.d.ts +4 -4
- package/content/microguide/Microguide.js +4 -2
- package/content/microguide/Microguide.sty.js +7 -7
- package/content/microguide/Step.d.ts +1 -1
- package/content/microguide/Step.js +1 -1
- 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 +40 -40
- package/content/progress/ProgressCircle.sty.js +5 -5
- package/content/shared-components/Content.d.ts +1 -1
- package/content/shared-components/Title.d.ts +1 -1
- package/content/shared-components/Visual.css +3 -3
- package/content/shared-components/Visual.d.ts +1 -1
- 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/skeleton/utils.d.ts +3 -3
- package/content/terminology-overlay/Description.d.ts +1 -1
- package/content/terminology-overlay/Footer.d.ts +1 -1
- package/content/terminology-overlay/TerminologyOverlay.css +4 -4
- package/content/terminology-overlay/TerminologyOverlay.d.ts +2 -2
- package/content/terminology-overlay/TerminologyOverlay.sty.js +1 -1
- package/core/components/TextEllipsisAroundChildren.d.ts +1 -1
- package/core/components/focus-scope/FocusScope.d.ts +1 -1
- package/core/components/focus-scope/FocusScope.js +11 -2
- package/core/components/time-indicator/TimeIndicator.d.ts +1 -1
- package/core/components/time-indicator/TimeIndicator.js +1 -1
- package/core/components/visually-hidden/VisuallyHidden.css +1 -1
- package/core/components/visually-hidden/VisuallyHidden.sty.js +1 -1
- package/core/providers/FocusProvider.d.ts +1 -1
- package/core/providers/ModalContextProvider.d.ts +1 -1
- package/core/providers/OverlayProvider.d.ts +1 -1
- package/core/providers/OverlayStackingProvider.d.ts +1 -1
- package/core/providers/ScrollProvider.d.ts +1 -1
- 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 +32 -32
- package/core/styles/focusRingStatic.sty.js +1 -1
- package/core/time/helpers.d.ts +50 -0
- package/core/time/helpers.js +127 -0
- package/core/time/shared.types.d.ts +10 -0
- package/core/time/shared.types.js +16 -0
- package/core/time/timeframeStore/actions/calendar.d.ts +18 -0
- package/core/time/timeframeStore/actions/calendar.js +134 -0
- package/core/time/timeframeStore/actions/dateTimePicker.d.ts +10 -0
- package/core/time/timeframeStore/actions/dateTimePicker.js +118 -0
- package/core/time/timeframeStore/actions/dateTimeRangePicker.d.ts +10 -0
- package/core/time/timeframeStore/actions/dateTimeRangePicker.js +119 -0
- package/core/time/timeframeStore/actions/timeframeSelector.d.ts +13 -0
- package/core/time/timeframeStore/actions/timeframeSelector.js +192 -0
- package/core/time/timeframeStore/calendar.types.d.ts +53 -0
- package/core/time/timeframeStore/calendar.types.js +16 -0
- package/core/time/timeframeStore/createTimeframeStore.d.ts +8 -0
- package/core/time/timeframeStore/createTimeframeStore.js +30 -0
- package/core/time/timeframeStore/dateTimePicker.types.d.ts +43 -0
- package/core/time/timeframeStore/dateTimePicker.types.js +16 -0
- package/core/time/timeframeStore/dateTimeRangePicker.types.d.ts +44 -0
- package/core/time/timeframeStore/dateTimeRangePicker.types.js +16 -0
- package/core/time/timeframeStore/timeframeSelector.types.d.ts +43 -0
- package/core/time/timeframeStore/timeframeSelector.types.js +16 -0
- package/core/time/timeframeStore/timeframeStoreProvider.d.ts +30 -0
- package/core/time/timeframeStore/timeframeStoreProvider.js +66 -0
- package/core/time/timeframeStore/useTimeframeStore.d.ts +12 -0
- package/core/time/timeframeStore/useTimeframeStore.js +65 -0
- package/core/time/untilMidnight.d.ts +4 -0
- package/core/time/untilMidnight.js +45 -0
- package/{forms/forms-core/hooks → core/time}/useDateTimeMessages.d.ts +3 -1
- package/{forms/forms-core/hooks → core/time}/useDateTimeMessages.js +2 -1
- package/core/time/useIntervalCallback.d.ts +16 -0
- package/core/time/useIntervalCallback.js +64 -0
- package/core/time/useMinMax.d.ts +32 -0
- package/core/time/useMinMax.js +53 -0
- package/core/time/validation.d.ts +45 -0
- package/core/time/validation.js +318 -0
- package/core/types/time.d.ts +0 -5
- package/core/types/time.js +0 -10
- package/core/utils/colorUtils.css +60 -60
- package/core/utils/colorUtils.sty.js +2 -2
- package/core/utils/focus-management/attempt-focus.d.ts +4 -1
- package/core/utils/focus-management/attempt-focus.js +2 -2
- package/core/utils/focus-management/focus-first-descendant.d.ts +4 -1
- package/core/utils/focus-management/focus-first-descendant.js +4 -4
- package/editors/base-code-editor/BaseCodeEditor.css +127 -127
- package/editors/base-code-editor/BaseCodeEditor.js +1 -0
- package/editors/base-code-editor/BaseCodeEditor.sty.js +2 -2
- package/editors/dql-editor/dql/DocumentationLink.d.ts +1 -1
- package/editors/dql-editor/dql/DocumentationLink.js +1 -1
- package/editors/dql-editor/dql/SuggestionPart.css +1 -1
- package/editors/dql-editor/dql/SuggestionPart.d.ts +1 -1
- package/editors/dql-editor/dql/SuggestionPart.sty.js +1 -1
- package/esm/buttons/button/Button.css +14 -14
- package/esm/buttons/button/Button.sty.js +4 -4
- package/esm/buttons/button/Button.sty.js.map +1 -1
- 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/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/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/AnnotationsRenderer.js +0 -1
- package/esm/charts/core/components/annotations/components/AnnotationsRenderer.js.map +2 -2
- 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/get-unique-indicators-by-priority.js.map +2 -2
- package/esm/charts/core/components/annotations/components/indicators/utils/indicator-visibility-helpers.js +1 -1
- package/esm/charts/core/components/annotations/components/indicators/utils/indicator-visibility-helpers.js.map +2 -2
- 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/AnnotationsTooltip.css +4 -0
- package/esm/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.js +3 -2
- package/esm/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.js.map +2 -2
- package/esm/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.sty.js +6 -0
- package/esm/charts/core/components/annotations/components/tooltip/AnnotationsTooltip.sty.js.map +7 -0
- package/esm/charts/core/components/annotations/providers/AnnotationsStoreProvider.js +1 -1
- package/esm/charts/core/components/annotations/providers/AnnotationsStoreProvider.js.map +2 -2
- package/esm/charts/core/components/annotations/utils/define-marker-brightness-state.js +3 -10
- package/esm/charts/core/components/annotations/utils/define-marker-brightness-state.js.map +2 -2
- package/esm/charts/core/components/axes/Axis.css +1 -1
- 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/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/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-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/copy-to-clipboard/copy-to-clipboard-messages.js +5 -0
- package/esm/charts/core/components/copy-to-clipboard/copy-to-clipboard-messages.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/interactions-overlay/InteractionsOverlay.css +5 -5
- 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/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 +3 -3
- 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 +17 -17
- package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.js +5 -2
- package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.js.map +2 -2
- 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 +11 -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.js +4 -0
- package/esm/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.js.map +2 -2
- 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/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/loader-overlay/LoaderOverlay.css +2 -2
- package/esm/charts/core/components/loader-overlay/LoaderOverlay.js +6 -3
- package/esm/charts/core/components/loader-overlay/LoaderOverlay.js.map +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/DynamicTooltip.js +7 -3
- package/esm/charts/core/components/overlay-tooltip/DynamicTooltip.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/OverlayTooltip.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/_to-be-removed/MyTooltip.js +1 -1
- package/esm/charts/core/components/overlay-tooltip/_to-be-removed/MyTooltip.js.map +1 -1
- package/esm/charts/core/components/overlay-tooltip/components/LegacyTemplateTooltip.js +19 -12
- package/esm/charts/core/components/overlay-tooltip/components/LegacyTemplateTooltip.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/global-actions/actions.css +6 -6
- 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 +6 -6
- package/esm/charts/core/components/overlay-tooltip/components/header/Header.sty.js +6 -6
- package/esm/charts/core/components/overlay-tooltip/components/header/Header.sty.js.map +1 -1
- package/esm/charts/core/components/overlay-tooltip/components/series/Series.js +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/Series.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItem.js +12 -3
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItem.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItemContent.js +11 -1
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItemContent.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesSymbol.js +24 -3
- package/esm/charts/core/components/overlay-tooltip/components/series/SeriesSymbol.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.css +7 -1
- package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js +4 -2
- package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/contexts/OverlayContext.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/contexts/TooltipContext.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/defaults.js +57 -3
- package/esm/charts/core/components/overlay-tooltip/defaults.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/hooks/useDefaultConfig.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/hooks/useDefaultLabels.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/hooks/useTooltipImperativeHandle.js +17 -0
- package/esm/charts/core/components/overlay-tooltip/hooks/useTooltipImperativeHandle.js.map +7 -0
- package/esm/charts/core/components/overlay-tooltip/messages.js +10 -0
- package/esm/charts/core/components/overlay-tooltip/messages.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/tooltip.css +37 -37
- package/esm/charts/core/components/overlay-tooltip/tooltip.sty.js +30 -30
- package/esm/charts/core/components/overlay-tooltip/tooltip.sty.js.map +1 -1
- package/esm/charts/core/components/overlay-tooltip/types.js +4 -0
- package/esm/charts/core/components/overlay-tooltip/types.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/useTooltipReducer.js.map +2 -2
- package/esm/charts/core/components/overlay-tooltip/utils/build-content.js +2 -1
- package/esm/charts/core/components/overlay-tooltip/utils/build-content.js.map +2 -2
- package/esm/charts/core/components/overlays/ChartOverlaysBorder.css +5 -5
- package/esm/charts/core/components/overlays/ChartOverlaysBorder.sty.js +5 -5
- package/esm/charts/core/components/overlays/ChartOverlaysBorder.sty.js.map +1 -1
- package/esm/charts/core/components/selection-area/SelectionArea.css +14 -14
- package/esm/charts/core/components/selection-area/SelectionArea.sty.js +9 -9
- package/esm/charts/core/components/selection-area/SelectionArea.sty.js.map +1 -1
- package/esm/charts/core/components/series-action/ChartActionsMenuAsync.js +1 -1
- package/esm/charts/core/components/series-action/ChartActionsMenuAsync.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/sparkline-display/Sparkline.css +7 -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/SparklineContainer.js +40 -14
- package/esm/charts/core/components/sparkline-display/SparklineContainer.js.map +2 -2
- package/esm/charts/core/components/sparkline-display/components/ContextValueIndicator.js +42 -21
- package/esm/charts/core/components/sparkline-display/components/ContextValueIndicator.js.map +2 -2
- package/esm/charts/core/components/sparkline-display/constants.js +24 -12
- package/esm/charts/core/components/sparkline-display/constants.js.map +2 -2
- package/esm/charts/core/components/sparkline-display/utils/get-adjusted-context-value-y-position.js +13 -6
- package/esm/charts/core/components/sparkline-display/utils/get-adjusted-context-value-y-position.js.map +2 -2
- package/esm/charts/core/components/sparkline-display/utils/get-context-value-layout.js +13 -9
- package/esm/charts/core/components/sparkline-display/utils/get-context-value-layout.js.map +2 -2
- package/esm/charts/core/components/sparkline-display/utils/get-context-value-x-offset.js +7 -5
- package/esm/charts/core/components/sparkline-display/utils/get-context-value-x-offset.js.map +3 -3
- package/esm/charts/core/components/sparkline-display/utils/get-formatted-context-values.js +11 -5
- package/esm/charts/core/components/sparkline-display/utils/get-formatted-context-values.js.map +2 -2
- package/esm/charts/core/components/sparkline-display/utils/get-sparkline-y-scale.js +1 -1
- package/esm/charts/core/components/sparkline-display/utils/get-sparkline-y-scale.js.map +1 -1
- 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/threshold-bar/styles.css +12 -12
- package/esm/charts/core/components/threshold-bar/styles.sty.js +5 -5
- 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.sty.js +8 -8
- package/esm/charts/core/components/toolbar/ChartToolbarRenderer.sty.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/tooltip/ChartTooltip/ChartTooltip.css +6 -6
- 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.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/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/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/section-components/atoms/styles.css +3 -3
- package/esm/charts/core/components/tooltip/section-components/atoms/styles.sty.js +3 -3
- package/esm/charts/core/components/tooltip/section-components/atoms/styles.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/constants.js +2 -0
- package/esm/charts/core/constants.js.map +2 -2
- 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/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.sty.js +1 -1
- package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js.map +1 -1
- package/esm/charts/gauge/GaugeChart.js +5 -2
- package/esm/charts/gauge/GaugeChart.js.map +2 -2
- package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.css +1 -1
- package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.js +9 -2
- package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.js.map +2 -2
- 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 +5 -1
- package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.js +21 -4
- package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.js.map +2 -2
- package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js +4 -1
- package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js.map +2 -2
- package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.css +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/constants.js +2 -1
- package/esm/charts/gauge/constants.js.map +2 -2
- package/esm/charts/gauge/contexts/GaugeChartLoadingContext.js +6 -0
- package/esm/charts/gauge/contexts/GaugeChartLoadingContext.js.map +7 -0
- package/esm/charts/gauge/contexts/GaugeChartTooltipContext.js.map +1 -1
- package/esm/charts/gauge/hooks/store/selectors.js.map +1 -1
- package/esm/charts/gauge/hooks/store/use-selector.js.map +1 -1
- package/esm/charts/gauge/hooks/useGaugeChartLoadingContext.js +7 -0
- package/esm/charts/gauge/hooks/useGaugeChartLoadingContext.js.map +7 -0
- package/esm/charts/gauge/providers/GaugeChartProviders.js +4 -2
- package/esm/charts/gauge/providers/GaugeChartProviders.js.map +2 -2
- package/esm/charts/gauge/providers/GaugeChartTooltipStoreProvider.js.map +2 -2
- package/esm/charts/gauge/types/gauge-chart-tooltip-state.js +1 -0
- package/esm/charts/gauge/utils/build-gauge-chart-config.js +3 -1
- package/esm/charts/gauge/utils/build-gauge-chart-config.js.map +2 -2
- 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/HistogramTooltip.css +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/HistogramOverlays.css +2 -2
- 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/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/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/components/tooltip/HiveTooltipItem.css +3 -3
- package/esm/charts/honeycomb/components/tooltip/HiveTooltipItem.sty.js +2 -2
- package/esm/charts/honeycomb/components/tooltip/HiveTooltipItem.sty.js.map +1 -1
- package/esm/charts/honeycomb/utils/find-closest-tile.js +4 -4
- package/esm/charts/honeycomb/utils/find-closest-tile.js.map +2 -2
- package/esm/charts/index.js +24 -0
- package/esm/charts/index.js.map +3 -3
- package/esm/charts/meter-bar/multi-meter-bar/MultiMeterBarChart.js +13 -21
- package/esm/charts/meter-bar/multi-meter-bar/MultiMeterBarChart.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartLegend.js +3 -0
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartLegend.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.css +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.js +15 -28
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.sty.js +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlay.sty.js.map +1 -1
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlayWithTooltip.js +135 -0
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartOverlay/MultiMeterBarChartOverlayWithTooltip.js.map +7 -0
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegment.js +14 -18
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegment.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegments.js +2 -1
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegments.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/hooks/store/selectors.js +0 -2
- package/esm/charts/meter-bar/multi-meter-bar/hooks/store/selectors.js.map +2 -2
- package/esm/charts/meter-bar/multi-meter-bar/providers/MultiMeterBarChartProviders.js +3 -1
- package/esm/charts/meter-bar/multi-meter-bar/providers/MultiMeterBarChartProviders.js.map +2 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.css +14 -14
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.js +18 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.js.map +2 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js +10 -10
- 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/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/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/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.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/components/meter-bar-toolbar/MeterBarToolbar.js +7 -0
- package/esm/charts/meter-bar/shared/components/meter-bar-toolbar/MeterBarToolbar.js.map +2 -2
- package/esm/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarChartTooltip.js +29 -0
- package/esm/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarChartTooltip.js.map +7 -0
- package/esm/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltipItem/MeterBarTooltipItem.css +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltipItem/MeterBarTooltipItem.sty.js +1 -1
- package/esm/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltipItem/MeterBarTooltipItem.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/single-meter-bar/MeterBarChart.js +13 -24
- package/esm/charts/meter-bar/single-meter-bar/MeterBarChart.js.map +2 -2
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.css +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.js +14 -27
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.js.map +2 -2
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.sty.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlay.sty.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlayWithTooltip.js +101 -0
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartOverlay/MeterBarChartOverlayWithTooltip.js.map +7 -0
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholds/MeterBarChartThresholds.css +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholds/MeterBarChartThresholds.sty.js +1 -1
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholds/MeterBarChartThresholds.sty.js.map +1 -1
- package/esm/charts/meter-bar/single-meter-bar/providers/MeterBarChartProviders.js +3 -1
- package/esm/charts/meter-bar/single-meter-bar/providers/MeterBarChartProviders.js.map +2 -2
- 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/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.sty.js +1 -1
- package/esm/charts/pie/components/PieChartPlot/PieChartPlot.sty.js.map +1 -1
- package/esm/charts/pie/components/PieChartTooltip/components/PieChartTooltipBody.css +1 -1
- package/esm/charts/pie/components/PieChartTooltip/components/PieChartTooltipBody.sty.js +1 -1
- package/esm/charts/pie/components/PieChartTooltip/components/PieChartTooltipBody.sty.js.map +1 -1
- 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/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/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/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/providers/TimeseriesDataProvider.js.map +1 -1
- package/esm/charts/timeseries/utils/timeseries.js.map +1 -1
- 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/components/TreeMapTooltip/TreeMapTooltip.css +6 -2
- package/esm/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.js +16 -5
- package/esm/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.js.map +2 -2
- package/esm/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.sty.js +4 -2
- package/esm/charts/tree-map/components/TreeMapTooltip/TreeMapTooltip.sty.js.map +2 -2
- package/esm/charts/xy-chart/XYChartRoot.js +4 -2
- package/esm/charts/xy-chart/XYChartRoot.js.map +2 -2
- package/esm/charts/xy-chart/builders/XYChartImperativeHandlerBuilder.js +1 -1
- package/esm/charts/xy-chart/builders/XYChartImperativeHandlerBuilder.js.map +2 -2
- 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/legend/XYChartLegend.js +12 -5
- package/esm/charts/xy-chart/components/legend/XYChartLegend.js.map +2 -2
- package/esm/charts/xy-chart/components/legend/XYLegend/XYLegend.js +5 -1
- package/esm/charts/xy-chart/components/legend/XYLegend/XYLegend.js.map +2 -2
- 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 +21 -34
- package/esm/charts/xy-chart/components/overlay/XYChartOverlay.js.map +3 -3
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.css +1 -1
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js +14 -12
- package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js.map +3 -3
- 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/explore/XYChartLinearPoint.js +3 -2
- package/esm/charts/xy-chart/components/overlay/explore/XYChartLinearPoint.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/explore/XYChartRectanglePoint.js +3 -2
- package/esm/charts/xy-chart/components/overlay/explore/XYChartRectanglePoint.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/hooks/useApplyPanDelta.js +3 -0
- package/esm/charts/xy-chart/components/overlay/hooks/useApplyPanDelta.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/hooks/useApplyZoomDelta.js +3 -0
- package/esm/charts/xy-chart/components/overlay/hooks/useApplyZoomDelta.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/hooks/useOverlayEvents.js +101 -107
- package/esm/charts/xy-chart/components/overlay/hooks/useOverlayEvents.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/hooks/useResetInteractions.js +3 -0
- package/esm/charts/xy-chart/components/overlay/hooks/useResetInteractions.js.map +2 -2
- package/esm/charts/xy-chart/components/overlay/hooks/useTooltipMetadata.js +23 -0
- package/esm/charts/xy-chart/components/overlay/hooks/useTooltipMetadata.js.map +7 -0
- package/esm/charts/xy-chart/components/overlay/utils/get-prevailing-shape-type.js.map +1 -1
- package/esm/charts/xy-chart/components/selection/TooltipHeader.css +2 -2
- package/esm/charts/xy-chart/components/selection/TooltipHeader.sty.js +2 -2
- package/esm/charts/xy-chart/components/selection/TooltipHeader.sty.js.map +1 -1
- package/esm/charts/xy-chart/components/selection/XYChartSelectionArea.js +3 -3
- package/esm/charts/xy-chart/components/selection/XYChartSelectionArea.js.map +2 -2
- package/esm/charts/xy-chart/components/selection/XYChartSelectionAreaTooltip.js +2 -2
- package/esm/charts/xy-chart/components/selection/XYChartSelectionAreaTooltip.js.map +2 -2
- 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/toolbar/ExploreButton.js +8 -10
- package/esm/charts/xy-chart/components/toolbar/ExploreButton.js.map +2 -2
- package/esm/charts/xy-chart/components/toolbar/PanButton.js +2 -2
- package/esm/charts/xy-chart/components/toolbar/PanButton.js.map +2 -2
- package/esm/charts/xy-chart/components/toolbar/ZoomModeButton.js +8 -10
- package/esm/charts/xy-chart/components/toolbar/ZoomModeButton.js.map +2 -2
- package/esm/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltip.js +49 -14
- package/esm/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltip.js.map +2 -2
- package/esm/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltip.js +53 -14
- package/esm/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltip.js.map +2 -2
- package/esm/charts/xy-chart/components/tooltip/XYChartOverlayTooltip.js +22 -0
- package/esm/charts/xy-chart/components/tooltip/XYChartOverlayTooltip.js.map +7 -0
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltipContent.js +34 -3
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltipContent.js.map +2 -2
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltipTemplate/XYChartTooltipTemplate.css +1 -1
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltipTemplate/XYChartTooltipTemplate.sty.js +1 -1
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltipTemplate/XYChartTooltipTemplate.sty.js.map +1 -1
- 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/constants/defaults.js +0 -7
- package/esm/charts/xy-chart/constants/defaults.js.map +2 -2
- package/esm/charts/xy-chart/layout/XYChartHighlightedCanvasLayout.js +3 -5
- package/esm/charts/xy-chart/layout/XYChartHighlightedCanvasLayout.js.map +3 -3
- 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/area-series.js +4 -1
- package/esm/charts/xy-chart/processing-strategies/strategies/area-series.js.map +2 -2
- package/esm/charts/xy-chart/processing-strategies/strategies/bar-series.js +4 -1
- package/esm/charts/xy-chart/processing-strategies/strategies/bar-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 +2 -2
- package/esm/charts/xy-chart/processing-strategies/strategies/line-series.js +4 -1
- package/esm/charts/xy-chart/processing-strategies/strategies/line-series.js.map +2 -2
- package/esm/charts/xy-chart/store/reduce-interaction-mode.js +7 -0
- package/esm/charts/xy-chart/store/reduce-interaction-mode.js.map +7 -0
- package/esm/charts/xy-chart/store/reducer-explorer.js +59 -0
- package/esm/charts/xy-chart/store/reducer-explorer.js.map +7 -0
- package/esm/charts/xy-chart/store/reducer-filter-series.js +1 -7
- package/esm/charts/xy-chart/store/reducer-filter-series.js.map +2 -2
- package/esm/charts/xy-chart/store/reducer-pan.js +0 -2
- package/esm/charts/xy-chart/store/reducer-pan.js.map +2 -2
- package/esm/charts/xy-chart/store/reducer-reset.js +0 -8
- package/esm/charts/xy-chart/store/reducer-reset.js.map +2 -2
- package/esm/charts/xy-chart/store/reducer-zoom.js +0 -2
- package/esm/charts/xy-chart/store/reducer-zoom.js.map +2 -2
- package/esm/charts/xy-chart/store/selectors.js +0 -15
- package/esm/charts/xy-chart/store/selectors.js.map +2 -2
- package/esm/charts/xy-chart/types/state.js.map +1 -1
- package/esm/charts/xy-chart-adoption/histogram/HistogramToXY.js +61 -16
- package/esm/charts/xy-chart-adoption/histogram/HistogramToXY.js.map +2 -2
- package/esm/charts/xy-chart-adoption/histogram/hooks/use-histogram-to-xy-color-rules.js +25 -0
- package/esm/charts/xy-chart-adoption/histogram/hooks/use-histogram-to-xy-color-rules.js.map +7 -0
- package/esm/charts/xy-chart-adoption/histogram/iterate-histogram-slots.js +45 -3
- package/esm/charts/xy-chart-adoption/histogram/iterate-histogram-slots.js.map +2 -2
- package/esm/charts/xy-chart-adoption/histogram/transformer-data-to-xy.js +18 -9
- package/esm/charts/xy-chart-adoption/histogram/transformer-data-to-xy.js.map +2 -2
- package/esm/charts/xy-chart-adoption/histogram/transformer-selection-to-histogram.js +36 -0
- package/esm/charts/xy-chart-adoption/histogram/transformer-selection-to-histogram.js.map +7 -0
- package/esm/charts/xy-chart-adoption/histogram/types/slots.js +1 -0
- package/esm/charts/xy-chart-adoption/histogram/types/slots.js.map +7 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/axis-config-mapping.js +15 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/axis-config-mapping.js.map +7 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/axis-props-mapping.js +11 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/axis-props-mapping.js.map +7 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/define-axis-id.js +6 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/define-axis-id.js.map +7 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/get-subject-for-series.js +23 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/get-subject-for-series.js.map +7 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/resolve-histogram-color-rules.js +49 -0
- package/esm/charts/xy-chart-adoption/histogram/utils/resolve-histogram-color-rules.js.map +7 -0
- 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/accordion/AccordionSection.js +5 -2
- package/esm/content/accordion/AccordionSection.js.map +2 -2
- 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 +36 -36
- package/esm/content/chip/BaseChip.sty.js +5 -5
- package/esm/content/chip/BaseChip.sty.js.map +1 -1
- 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 +3 -3
- package/esm/content/chip/ChipDeleteButton.sty.js +2 -2
- package/esm/content/chip/ChipDeleteButton.sty.js.map +1 -1
- 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 +3 -3
- package/esm/content/chip/GroupedChip.sty.js +3 -3
- package/esm/content/chip/GroupedChip.sty.js.map +1 -1
- package/esm/content/chip-group/ChipGroup.css +4 -4
- 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.sty.js +1 -1
- package/esm/content/chip-group/Control.sty.js.map +1 -1
- package/esm/content/code-snippet/CodeHighlight.css +24 -24
- package/esm/content/code-snippet/CodeHighlight.sty.js +5 -5
- package/esm/content/code-snippet/CodeHighlight.sty.js.map +1 -1
- package/esm/content/code-snippet/CodeSnippet.css +4 -4
- 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 +2 -2
- package/esm/content/code-snippet/CodeSnippet.sty.js.map +1 -1
- 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.js +3 -1
- package/esm/content/expandable-text/ExpandableText.js.map +2 -2
- 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.js +1 -1
- package/esm/content/feature-highlight/FeatureHighlight.js.map +1 -1
- 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/HealthIndicator.js +2 -0
- package/esm/content/health-indicator/HealthIndicator.js.map +2 -2
- 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 +3 -3
- package/esm/content/markdown/Markdown.sty.js +1 -1
- package/esm/content/markdown/Markdown.sty.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.js +4 -2
- package/esm/content/microguide/Microguide.js.map +2 -2
- package/esm/content/microguide/Microguide.sty.js +7 -7
- package/esm/content/microguide/Microguide.sty.js.map +1 -1
- package/esm/content/microguide/Step.js +1 -1
- package/esm/content/microguide/Step.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 +40 -40
- package/esm/content/progress/ProgressCircle.sty.js +5 -5
- package/esm/content/progress/ProgressCircle.sty.js.map +1 -1
- 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/focus-scope/FocusScope.js +11 -2
- package/esm/core/components/focus-scope/FocusScope.js.map +2 -2
- package/esm/core/components/time-indicator/TimeIndicator.js +1 -1
- package/esm/core/components/time-indicator/TimeIndicator.js.map +1 -1
- 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/sdk/sdk-logger.js +2 -2
- 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 +32 -32
- package/esm/core/styles/focusRingStatic.sty.js +1 -1
- package/esm/core/styles/focusRingStatic.sty.js.map +1 -1
- package/esm/core/time/helpers.js +108 -0
- package/esm/core/time/helpers.js.map +7 -0
- package/esm/core/time/shared.types.js +1 -0
- package/esm/core/time/shared.types.js.map +7 -0
- package/esm/core/time/timeframeStore/actions/calendar.js +115 -0
- package/esm/core/time/timeframeStore/actions/calendar.js.map +7 -0
- package/esm/core/time/timeframeStore/actions/dateTimePicker.js +102 -0
- package/esm/core/time/timeframeStore/actions/dateTimePicker.js.map +7 -0
- package/esm/core/time/timeframeStore/actions/dateTimeRangePicker.js +100 -0
- package/esm/core/time/timeframeStore/actions/dateTimeRangePicker.js.map +7 -0
- package/esm/core/time/timeframeStore/actions/timeframeSelector.js +176 -0
- package/esm/core/time/timeframeStore/actions/timeframeSelector.js.map +7 -0
- package/esm/core/time/timeframeStore/calendar.types.js +1 -0
- package/esm/core/time/timeframeStore/calendar.types.js.map +7 -0
- package/esm/core/time/timeframeStore/createTimeframeStore.js +11 -0
- package/esm/core/time/timeframeStore/createTimeframeStore.js.map +7 -0
- package/esm/core/time/timeframeStore/dateTimePicker.types.js +1 -0
- package/esm/core/time/timeframeStore/dateTimePicker.types.js.map +7 -0
- package/esm/core/time/timeframeStore/dateTimeRangePicker.types.js +1 -0
- package/esm/core/time/timeframeStore/dateTimeRangePicker.types.js.map +7 -0
- package/esm/core/time/timeframeStore/timeframeSelector.types.js +1 -0
- package/esm/core/time/timeframeStore/timeframeSelector.types.js.map +7 -0
- package/esm/core/time/timeframeStore/timeframeStoreProvider.js +47 -0
- package/esm/core/time/timeframeStore/timeframeStoreProvider.js.map +7 -0
- package/esm/core/time/timeframeStore/useTimeframeStore.js +51 -0
- package/esm/core/time/timeframeStore/useTimeframeStore.js.map +7 -0
- package/esm/core/time/untilMidnight.js +26 -0
- package/esm/core/time/untilMidnight.js.map +7 -0
- package/esm/{forms/forms-core/hooks → core/time}/useDateTimeMessages.js +2 -1
- package/esm/core/time/useDateTimeMessages.js.map +7 -0
- package/esm/core/time/useIntervalCallback.js +45 -0
- package/esm/core/time/useIntervalCallback.js.map +7 -0
- package/esm/core/time/useMinMax.js +34 -0
- package/esm/core/time/useMinMax.js.map +7 -0
- package/esm/core/time/validation.js +313 -0
- package/esm/core/time/validation.js.map +7 -0
- package/esm/core/types/time.js +0 -6
- package/esm/core/types/time.js.map +3 -3
- 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/attempt-focus.js +2 -2
- package/esm/core/utils/focus-management/attempt-focus.js.map +2 -2
- package/esm/core/utils/focus-management/focus-first-descendant.js +4 -4
- package/esm/core/utils/focus-management/focus-first-descendant.js.map +2 -2
- package/esm/editors/base-code-editor/BaseCodeEditor.css +127 -127
- package/esm/editors/base-code-editor/BaseCodeEditor.js +1 -0
- package/esm/editors/base-code-editor/BaseCodeEditor.js.map +2 -2
- 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/dql-editor/dql/DocumentationLink.js +1 -1
- package/esm/editors/dql-editor/dql/DocumentationLink.js.map +2 -2
- package/esm/editors/dql-editor/dql/SuggestionPart.css +1 -1
- package/esm/editors/dql-editor/dql/SuggestionPart.sty.js +1 -1
- package/esm/editors/dql-editor/dql/SuggestionPart.sty.js.map +1 -1
- package/esm/filters/filter-field/FilterField.css +114 -114
- package/esm/filters/filter-field/FilterField.js +16 -27
- package/esm/filters/filter-field/FilterField.js.map +2 -2
- package/esm/filters/filter-field/FilterField.sty.js +28 -28
- package/esm/filters/filter-field/FilterField.sty.js.map +1 -1
- package/esm/filters/filter-field/components/FilterFieldSuffixButtons.css +3 -3
- package/esm/filters/filter-field/components/FilterFieldSuffixButtons.js +1 -0
- package/esm/filters/filter-field/components/FilterFieldSuffixButtons.js.map +2 -2
- 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 +13 -13
- package/esm/filters/filter-field/components/FilterStatement.sty.js +6 -6
- package/esm/filters/filter-field/components/FilterStatement.sty.js.map +1 -1
- package/esm/filters/filter-field/hooks/recent-and-pinned/usePersistedFilter.js +1 -0
- package/esm/filters/filter-field/hooks/recent-and-pinned/usePersistedFilter.js.map +2 -2
- package/esm/filters/filter-field/hooks/useCachedTreeConversion.js +9 -4
- package/esm/filters/filter-field/hooks/useCachedTreeConversion.js.map +2 -2
- package/esm/filters/filter-field/hooks/useFilterFieldLinting.js +51 -4
- package/esm/filters/filter-field/hooks/useFilterFieldLinting.js.map +2 -2
- package/esm/filters/filter-field/hooks/useShowMore.js +2 -0
- package/esm/filters/filter-field/hooks/useShowMore.js.map +2 -2
- package/esm/filters/filter-field/hooks/useSuggestions.js +20 -8
- package/esm/filters/filter-field/hooks/useSuggestions.js.map +2 -2
- package/esm/filters/filter-field/messages.js +216 -127
- package/esm/filters/filter-field/messages.js.map +2 -2
- package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.css +9 -9
- package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js +4 -4
- 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 +3 -0
- package/esm/filters/filter-field/suggestions/Suggestion.js.map +2 -2
- package/esm/filters/filter-field/suggestions/Suggestion.sty.js +15 -15
- 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 +7 -7
- 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 +5 -5
- package/esm/filters/filter-field/suggestions/SuggestionTips.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/Suggestions.js +10 -5
- 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.sty.js +5 -5
- package/esm/filters/filter-field/suggestions/SuggestionsOverlay.sty.js.map +1 -1
- package/esm/filters/filter-field/suggestions/suggestions-extension.js +4 -6
- package/esm/filters/filter-field/suggestions/suggestions-extension.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/group.js +3 -3
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/group.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js +70 -34
- 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/simple-value.js +1 -1
- package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js.map +1 -1
- package/esm/filters/filter-field/utils/conversion/string-tree-conversion.js +2 -1
- package/esm/filters/filter-field/utils/conversion/string-tree-conversion.js.map +2 -2
- package/esm/filters/filter-field/utils/conversion/tree-conversion.js +5 -5
- package/esm/filters/filter-field/utils/conversion/tree-conversion.js.map +2 -2
- package/esm/filters/filter-field/utils/error-utils/error-message-helpers.js +56 -0
- package/esm/filters/filter-field/utils/error-utils/error-message-helpers.js.map +7 -0
- package/esm/filters/filter-field/utils/generate-errors-or-diagnostics.js +7 -1
- package/esm/filters/filter-field/utils/generate-errors-or-diagnostics.js.map +2 -2
- package/esm/filters/filter-field/utils/migrate-validator-map.js +100 -0
- package/esm/filters/filter-field/utils/migrate-validator-map.js.map +7 -0
- package/esm/filters/filter-field/utils/suggestions-utils/flatten-suggestions.js +19 -5
- package/esm/filters/filter-field/utils/suggestions-utils/flatten-suggestions.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/get-suggestions.js +77 -52
- package/esm/filters/filter-field/utils/suggestions-utils/get-suggestions.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/key-suggestions.js +97 -60
- package/esm/filters/filter-field/utils/suggestions-utils/key-suggestions.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/operator-suggestions.js +6 -2
- package/esm/filters/filter-field/utils/suggestions-utils/operator-suggestions.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/suggestion-group-utils.js +7 -0
- package/esm/filters/filter-field/utils/suggestions-utils/suggestion-group-utils.js.map +7 -0
- package/esm/filters/filter-field/utils/suggestions-utils/suggestion-type.js +5 -1
- package/esm/filters/filter-field/utils/suggestions-utils/suggestion-type.js.map +2 -2
- package/esm/filters/filter-field/utils/suggestions-utils/value-suggestions.js +110 -122
- package/esm/filters/filter-field/utils/suggestions-utils/value-suggestions.js.map +3 -3
- package/esm/filters/filter-field/utils/validation-utils/normalize-validator-map.js +218 -0
- package/esm/filters/filter-field/utils/validation-utils/normalize-validator-map.js.map +7 -0
- package/esm/filters/filter-field/utils/validation-utils/type-guards.js +13 -1
- package/esm/filters/filter-field/utils/validation-utils/type-guards.js.map +2 -2
- package/esm/filters/filter-field/utils/validation-utils/validation-helper-functions.js +100 -53
- package/esm/filters/filter-field/utils/validation-utils/validation-helper-functions.js.map +3 -3
- package/esm/filters/filter-field/widgets/DeleteStatementWidget.js +1 -1
- package/esm/filters/filter-field/widgets/DeleteStatementWidget.js.map +2 -2
- package/esm/filters/index.js +2 -0
- package/esm/filters/index.js.map +2 -2
- package/esm/filters/segment-selector/SegmentSelector.css +4 -4
- 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/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/SegmentFooter.js +1 -1
- package/esm/filters/segment-selector/parts/SegmentFooter.js.map +1 -1
- package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.css +4 -4
- package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.js +3 -2
- package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.js.map +2 -2
- 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/SegmentsPreset.js +3 -2
- package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPreset.js.map +2 -2
- package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.css +26 -26
- 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 +12 -12
- package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js +5 -5
- 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 +6 -1
- package/esm/filters/segment-selector/parts/selectionBar/ValueSelect.js.map +2 -2
- package/esm/filters/timeframe-selector/TimeframeSelector.css +1 -1
- package/esm/filters/timeframe-selector/TimeframeSelector.js +235 -578
- package/esm/filters/timeframe-selector/TimeframeSelector.js.map +3 -3
- package/esm/filters/timeframe-selector/TimeframeSelector.sty.js +1 -1
- package/esm/filters/timeframe-selector/TimeframeSelector.sty.js.map +1 -1
- package/esm/filters/timeframe-selector/TimeframeSelectorRoot.js +430 -0
- package/esm/filters/timeframe-selector/TimeframeSelectorRoot.js.map +7 -0
- package/esm/filters/timeframe-selector/components/TimeframeSelectorTooltip.js +2 -3
- package/esm/filters/timeframe-selector/components/TimeframeSelectorTooltip.js.map +2 -2
- package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.css +4 -4
- package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.js +176 -52
- package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.js.map +3 -3
- 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 +4 -9
- 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 +6 -2
- package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js.map +2 -2
- package/esm/filters/timeframe-selector/components/presets/PresetItem.js +16 -13
- package/esm/filters/timeframe-selector/components/presets/PresetItem.js.map +3 -3
- package/esm/filters/timeframe-selector/components/presets/Presets.css +27 -27
- package/esm/filters/timeframe-selector/components/presets/Presets.js +2 -1
- package/esm/filters/timeframe-selector/components/presets/Presets.js.map +2 -2
- 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/presets/RecentTimeframes.js +3 -2
- package/esm/filters/timeframe-selector/components/presets/RecentTimeframes.js.map +2 -2
- package/esm/filters/timeframe-selector/components/stepper/StepperButton.js +48 -29
- package/esm/filters/timeframe-selector/components/stepper/StepperButton.js.map +2 -2
- package/esm/filters/timeframe-selector/components/stepper/StepperButtonTooltip.js +4 -5
- package/esm/filters/timeframe-selector/components/stepper/StepperButtonTooltip.js.map +2 -2
- package/esm/filters/timeframe-selector/components/trigger/CustomTrigger.js +9 -9
- package/esm/filters/timeframe-selector/components/trigger/CustomTrigger.js.map +2 -2
- package/esm/filters/timeframe-selector/components/trigger/Trigger.css +3 -3
- package/esm/filters/timeframe-selector/components/trigger/Trigger.js +5 -5
- package/esm/filters/timeframe-selector/components/trigger/Trigger.js.map +2 -2
- package/esm/filters/timeframe-selector/components/trigger/Trigger.sty.js +3 -3
- package/esm/filters/timeframe-selector/components/trigger/Trigger.sty.js.map +1 -1
- package/esm/filters/timeframe-selector/constants/timeframeSelectorMessages.js +58 -0
- package/esm/filters/timeframe-selector/constants/timeframeSelectorMessages.js.map +2 -2
- package/esm/filters/timeframe-selector/contexts/TimeframeSelectorContext.js +1 -2
- package/esm/filters/timeframe-selector/contexts/TimeframeSelectorContext.js.map +2 -2
- package/esm/filters/timeframe-selector/hooks/useTooltipMessages.js +7 -6
- package/esm/filters/timeframe-selector/hooks/useTooltipMessages.js.map +2 -2
- package/esm/filters/timeframe-selector/utils/getTimeframeDisplayValueProps.js +13 -11
- package/esm/filters/timeframe-selector/utils/getTimeframeDisplayValueProps.js.map +2 -2
- package/esm/filters/timeframe-selector/utils/presets-helpers.js +1 -1
- package/esm/filters/timeframe-selector/utils/presets-helpers.js.map +2 -2
- package/esm/filters/timeframe-selector/utils/stepper-helpers.js +3 -3
- package/esm/filters/timeframe-selector/utils/stepper-helpers.js.map +2 -2
- package/esm/filters/timeframe-selector/utils/timeframe-selection.js +2 -3
- package/esm/filters/timeframe-selector/utils/timeframe-selection.js.map +2 -2
- package/esm/forms/_base-input/BaseInput.css +46 -46
- package/esm/forms/_base-input/BaseInput.js +1 -0
- package/esm/forms/_base-input/BaseInput.js.map +2 -2
- package/esm/forms/_base-input/BaseInput.sty.js +10 -10
- 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 +47 -47
- package/esm/forms/calendar/Calendar.js +191 -241
- package/esm/forms/calendar/Calendar.js.map +3 -3
- package/esm/forms/calendar/Calendar.sty.js +11 -11
- package/esm/forms/calendar/Calendar.sty.js.map +1 -1
- package/esm/forms/calendar/CalendarRoot.js +214 -0
- package/esm/forms/calendar/CalendarRoot.js.map +7 -0
- package/esm/forms/calendar/calendar-header/CalendarHeader.js +20 -13
- package/esm/forms/calendar/calendar-header/CalendarHeader.js.map +2 -2
- package/esm/forms/calendar/calendarMessages.js +22 -0
- package/esm/forms/calendar/calendarMessages.js.map +7 -0
- 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/components/Day.js +105 -65
- package/esm/forms/calendar/components/Day.js.map +2 -2
- package/esm/forms/calendar/components/Month.js +10 -2
- package/esm/forms/calendar/components/Month.js.map +2 -2
- package/esm/forms/calendar/components/Weekdays.js +2 -1
- package/esm/forms/calendar/components/Weekdays.js.map +2 -2
- package/esm/forms/calendar/components/Year.js +10 -3
- package/esm/forms/calendar/components/Year.js.map +2 -2
- package/esm/forms/calendar/contexts/CalendarContext.js +1 -3
- package/esm/forms/calendar/contexts/CalendarContext.js.map +2 -2
- package/esm/forms/calendar/hooks/useCalendar.js +13 -137
- package/esm/forms/calendar/hooks/useCalendar.js.map +2 -2
- package/esm/forms/calendar/hooks/useMonth.js +12 -10
- package/esm/forms/calendar/hooks/useMonth.js.map +2 -2
- package/esm/forms/calendar/hooks/useSelectMonth.js +4 -2
- package/esm/forms/calendar/hooks/useSelectMonth.js.map +2 -2
- package/esm/forms/calendar/hooks/useSelectYear.js +4 -2
- package/esm/forms/calendar/hooks/useSelectYear.js.map +2 -2
- package/esm/forms/calendar/hooks/useYear.js +12 -11
- package/esm/forms/calendar/hooks/useYear.js.map +2 -2
- package/esm/forms/calendar/state/calendar-state-reducer.js +6 -96
- package/esm/forms/calendar/state/calendar-state-reducer.js.map +3 -3
- package/esm/forms/calendar/types/calendarConfiguration.js +0 -2
- package/esm/forms/calendar/types/calendarConfiguration.js.map +2 -2
- package/esm/forms/calendar/utils/helpers.js +43 -45
- package/esm/forms/calendar/utils/helpers.js.map +2 -2
- 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 +16 -16
- 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/DateSelector.js +9 -18
- package/esm/forms/date-time-picker/DateSelector.js.map +2 -2
- package/esm/forms/date-time-picker/DateTimePicker.css +52 -44
- package/esm/forms/date-time-picker/DateTimePicker.js +223 -319
- package/esm/forms/date-time-picker/DateTimePicker.js.map +3 -3
- package/esm/forms/date-time-picker/DateTimePicker.sty.js +10 -4
- package/esm/forms/date-time-picker/DateTimePicker.sty.js.map +2 -2
- package/esm/forms/date-time-picker/DateTimePickerRoot.js +319 -0
- package/esm/forms/date-time-picker/DateTimePickerRoot.js.map +7 -0
- package/esm/forms/date-time-picker/hooks/useDateTimeFormat.js +10 -44
- package/esm/forms/date-time-picker/hooks/useDateTimeFormat.js.map +2 -2
- package/esm/forms/date-time-picker/hooks/useDateTimePicker.js +10 -15
- package/esm/forms/date-time-picker/hooks/useDateTimePicker.js.map +2 -2
- package/esm/forms/date-time-picker/hooks/useSpinButtons.js +1 -1
- package/esm/forms/date-time-picker/hooks/useSpinButtons.js.map +2 -2
- package/esm/forms/date-time-range-picker/DateRangeSelector.css +2 -2
- package/esm/forms/date-time-range-picker/DateRangeSelector.js +3 -92
- package/esm/forms/date-time-range-picker/DateRangeSelector.js.map +2 -2
- package/esm/forms/date-time-range-picker/DateRangeSelector.sty.js +2 -2
- package/esm/forms/date-time-range-picker/DateRangeSelector.sty.js.map +1 -1
- package/esm/forms/date-time-range-picker/DateTimeInput.css +14 -6
- package/esm/forms/date-time-range-picker/DateTimeInput.js +67 -13
- package/esm/forms/date-time-range-picker/DateTimeInput.js.map +2 -2
- package/esm/forms/date-time-range-picker/DateTimeInput.sty.js +8 -3
- package/esm/forms/date-time-range-picker/DateTimeInput.sty.js.map +2 -2
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.css +17 -7
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.js +205 -302
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.js.map +3 -3
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.sty.js +6 -3
- package/esm/forms/date-time-range-picker/DateTimeRangePicker.sty.js.map +2 -2
- package/esm/forms/date-time-range-picker/DateTimeRangePickerRoot.js +417 -0
- package/esm/forms/date-time-range-picker/DateTimeRangePickerRoot.js.map +7 -0
- package/esm/forms/date-time-range-picker/expression-trigger-helpers.js +23 -0
- package/esm/forms/date-time-range-picker/expression-trigger-helpers.js.map +7 -0
- package/esm/forms/date-time-range-picker/helpers.js +106 -47
- package/esm/forms/date-time-range-picker/helpers.js.map +2 -2
- package/esm/forms/date-time-range-picker/hooks/useDateTimeInput.js +302 -77
- package/esm/forms/date-time-range-picker/hooks/useDateTimeInput.js.map +3 -3
- package/esm/forms/date-time-range-picker/hooks/useDateTimeParser.js +2 -1
- package/esm/forms/date-time-range-picker/hooks/useDateTimeParser.js.map +2 -2
- package/esm/forms/date-time-range-picker/hooks/useDateTimeRangePicker.js +100 -118
- package/esm/forms/date-time-range-picker/hooks/useDateTimeRangePicker.js.map +3 -3
- package/esm/forms/date-time-range-picker/selection-copy-helpers.js +22 -39
- package/esm/forms/date-time-range-picker/selection-copy-helpers.js.map +2 -2
- package/esm/forms/date-time-range-picker/selection-helpers.js +119 -37
- package/esm/forms/date-time-range-picker/selection-helpers.js.map +2 -2
- package/esm/forms/date-time-range-picker/useSelectionInteractionHandlers.js +35 -33
- package/esm/forms/date-time-range-picker/useSelectionInteractionHandlers.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.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-messages/FormFieldMessageItem.css +5 -5
- 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.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/label/Label.css +3 -3
- package/esm/forms/forms-core/components/label/Label.sty.js +1 -1
- package/esm/forms/forms-core/components/label/Label.sty.js.map +1 -1
- package/esm/forms/forms-core/hooks/useFormFieldValidation.js +10 -3
- package/esm/forms/forms-core/hooks/useFormFieldValidation.js.map +2 -2
- package/esm/forms/forms-core/hooks/useMinMaxLogger.js +4 -9
- package/esm/forms/forms-core/hooks/useMinMaxLogger.js.map +2 -2
- package/esm/forms/forms-core/state/formfield-messages-state-reducer.js +28 -12
- package/esm/forms/forms-core/state/formfield-messages-state-reducer.js.map +2 -2
- package/esm/forms/forms-core/time/helpers.js +97 -18
- package/esm/forms/forms-core/time/helpers.js.map +2 -2
- package/esm/forms/forms-core/time/timeParser.js +74 -64
- package/esm/forms/forms-core/time/timeParser.js.map +2 -2
- 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/password-input/PasswordInput.css +1 -1
- package/esm/forms/password-input/PasswordInput.js +3 -2
- package/esm/forms/password-input/PasswordInput.js.map +2 -2
- package/esm/forms/password-input/PasswordInput.sty.js +1 -1
- package/esm/forms/password-input/PasswordInput.sty.js.map +1 -1
- package/esm/forms/radio/styles.css +15 -15
- package/esm/forms/radio/styles.sty.js +7 -7
- package/esm/forms/radio/styles.sty.js.map +1 -1
- package/esm/forms/search-input/SearchInput.css +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/select/components/Menu.js +3 -2
- package/esm/forms/select/components/Menu.js.map +2 -2
- package/esm/forms/select/styles/Select.css +41 -41
- package/esm/forms/select/styles/Select.sty.js +23 -23
- package/esm/forms/select/styles/Select.sty.js.map +1 -1
- 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/number-spin-button/hooks/useBeforeInputHandler.js +1 -0
- package/esm/forms/spin-buttons/number-spin-button/hooks/useBeforeInputHandler.js.map +2 -2
- package/esm/forms/spin-buttons/spin-button-group/SpinButtonGroup.js +10 -2
- package/esm/forms/spin-buttons/spin-button-group/SpinButtonGroup.js.map +2 -2
- package/esm/forms/spin-buttons/spin-button-group/hooks/useNavigateSpinButton.js +26 -2
- package/esm/forms/spin-buttons/spin-button-group/hooks/useNavigateSpinButton.js.map +2 -2
- package/esm/forms/spin-buttons/spin-button-group/hooks/useValueOverflow.js +77 -34
- package/esm/forms/spin-buttons/spin-button-group/hooks/useValueOverflow.js.map +2 -2
- package/esm/forms/switch/Switch.css +31 -31
- 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 +33 -33
- 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 +9 -2
- package/esm/forms/toggle-button-group/Item.js.map +2 -2
- package/esm/forms/toggle-button-group/ToggleButtonGroup.js +1 -1
- package/esm/forms/toggle-button-group/ToggleButtonGroup.js.map +1 -1
- package/esm/forms/toggle-button-group/styles.css +25 -25
- package/esm/forms/toggle-button-group/styles.sty.js +14 -14
- package/esm/forms/toggle-button-group/styles.sty.js.map +1 -1
- package/esm/layouts/app-header/AppHeader.css +1 -1
- 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/Logo.js +9 -4
- package/esm/layouts/app-header/Logo.js.map +2 -2
- 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.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.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 +4 -4
- 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.js +1 -1
- package/esm/layouts/help-menu/HelpMenu.js.map +1 -1
- package/esm/layouts/index.js.map +2 -2
- package/esm/layouts/input-group/InputGroup.css +14 -14
- 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 +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 +1 -1
- 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 +4 -4
- 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 +1 -1
- 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 +8 -3
- package/esm/layouts/page/Panel.js.map +2 -2
- package/esm/layouts/page/PanelControlButton.js +13 -6
- package/esm/layouts/page/PanelControlButton.js.map +2 -2
- package/esm/layouts/page/Sidebar.css +22 -22
- package/esm/layouts/page/Sidebar.sty.js +8 -8
- package/esm/layouts/page/Sidebar.sty.js.map +1 -1
- package/esm/layouts/page/panel.css +13 -13
- 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 +8 -5
- package/esm/layouts/page-layout/PageLayout.js +124 -139
- package/esm/layouts/page-layout/PageLayout.js.map +2 -2
- package/esm/layouts/page-layout/PageLayout.sty.js +4 -4
- 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.js +10 -2
- package/esm/layouts/page-layout/details-layout/DetailsControlBar.js.map +2 -2
- 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 +5 -5
- package/esm/layouts/page-layout/details-layout/DetailsLayout.js +24 -7
- package/esm/layouts/page-layout/details-layout/DetailsLayout.js.map +2 -2
- 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/DetailsLayoutContext.js.map +2 -2
- package/esm/layouts/page-layout/details-layout/Overlay.css +8 -8
- package/esm/layouts/page-layout/details-layout/Overlay.js +3 -3
- package/esm/layouts/page-layout/details-layout/Overlay.js.map +2 -2
- 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/details-layout/slots.js +12 -8
- package/esm/layouts/page-layout/details-layout/slots.js.map +2 -2
- package/esm/layouts/page-layout/details-layout/useLayoutState.js +19 -2
- package/esm/layouts/page-layout/details-layout/useLayoutState.js.map +2 -2
- package/esm/layouts/page-layout/shared/PageLayoutPortalContext.js +16 -0
- package/esm/layouts/page-layout/shared/PageLayoutPortalContext.js.map +7 -0
- package/esm/layouts/page-layout/shared/TeleportTarget.js +16 -0
- package/esm/layouts/page-layout/shared/TeleportTarget.js.map +7 -0
- package/esm/layouts/page-layout/shared/portal-slots.js +144 -0
- package/esm/layouts/page-layout/shared/portal-slots.js.map +7 -0
- package/esm/layouts/page-layout/shared/slot-config.js +1 -0
- package/esm/layouts/page-layout/shared/slot-config.js.map +7 -0
- package/esm/layouts/page-layout/shared/slot-defaults.js +27 -0
- package/esm/layouts/page-layout/shared/slot-defaults.js.map +7 -0
- package/esm/layouts/page-layout/shared/slot-registry.js +36 -0
- package/esm/layouts/page-layout/shared/slot-registry.js.map +7 -0
- package/esm/layouts/page-layout/shared/useStableHost.js +12 -0
- package/esm/layouts/page-layout/shared/useStableHost.js.map +7 -0
- package/esm/layouts/page-layout/shared/useTeleport.js +13 -11
- package/esm/layouts/page-layout/shared/useTeleport.js.map +2 -2
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.css +28 -23
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.js +248 -227
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.js.map +2 -2
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js +15 -13
- package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js.map +2 -2
- package/esm/layouts/page-layout/sidebar-layout/slots.js +12 -8
- package/esm/layouts/page-layout/sidebar-layout/slots.js.map +2 -2
- package/esm/layouts/page-layout/sidebar-layout/useLayoutState.js +13 -2
- package/esm/layouts/page-layout/sidebar-layout/useLayoutState.js.map +2 -2
- package/esm/layouts/split-layout/SplitLayout.css +14 -12
- package/esm/layouts/split-layout/SplitLayout.js +1 -1
- package/esm/layouts/split-layout/SplitLayout.js.map +2 -2
- package/esm/layouts/split-layout/SplitLayout.sty.js +7 -7
- package/esm/layouts/split-layout/SplitLayout.sty.js.map +1 -1
- package/esm/layouts/split-layout/useSplitSizing.js +7 -0
- package/esm/layouts/split-layout/useSplitSizing.js.map +2 -2
- 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/Menu.css +15 -15
- package/esm/navigation/menu/Menu.sty.js +8 -8
- package/esm/navigation/menu/Menu.sty.js.map +1 -1
- package/esm/navigation/tabs/RenderTab.css +14 -14
- package/esm/navigation/tabs/RenderTab.js +1 -12
- package/esm/navigation/tabs/RenderTab.js.map +2 -2
- 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 +30 -0
- package/esm/navigation/tabs/Tabs.js.map +2 -2
- 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 +5 -5
- 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 +7 -7
- package/esm/notifications/toast/ToastContainer.js +1 -1
- 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/modal/Modal.css +7 -7
- package/esm/overlays/modal/Modal.js +1 -1
- package/esm/overlays/modal/Modal.js.map +1 -1
- package/esm/overlays/modal/Modal.sty.js +4 -4
- 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 +6 -6
- 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 +6 -2
- package/esm/overlays/tooltip/Tooltip.js.map +2 -2
- 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/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 +153 -153
- package/esm/styles/field.sty.js +2 -2
- package/esm/styles/field.sty.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.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.sty.js +3 -3
- package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableBody.css +2 -2
- 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 +100 -97
- package/esm/tables/DataTable/components/DataTableCell.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableCell.sty.js +5 -5
- package/esm/tables/DataTable/components/DataTableCell.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableDefaultCell.css +21 -21
- 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/DataTableEmptyState.css +2 -2
- package/esm/tables/DataTable/components/DataTableEmptyState.sty.js +1 -1
- 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.sty.js +2 -2
- package/esm/tables/DataTable/components/DataTableHeader.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableHeaderCell.css +121 -117
- package/esm/tables/DataTable/components/DataTableHeaderCell.js +158 -101
- package/esm/tables/DataTable/components/DataTableHeaderCell.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableHeaderCell.sty.js +25 -21
- package/esm/tables/DataTable/components/DataTableHeaderCell.sty.js.map +2 -2
- package/esm/tables/DataTable/components/DataTableRow.css +13 -13
- 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.sty.js +2 -2
- package/esm/tables/DataTable/components/DataTableScrollShadow.sty.js.map +1 -1
- package/esm/tables/DataTable/components/DataTableVirtualizationContainer.css +12 -12
- package/esm/tables/DataTable/components/DataTableVirtualizationContainer.js +8 -1
- 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/TableActions/DataTableSelectionChip.css +4 -4
- 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/ColumnOrderDragHandle.js +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderDragHandle.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.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/ColumnVisibilityCheckbox.js +3 -7
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnVisibilityCheckbox.js.map +2 -2
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.css +5 -5
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js +3 -3
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.css +7 -7
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js +3 -3
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js.map +1 -1
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.css +5 -5
- package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js +3 -2
- 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/constants.js +10 -6
- package/esm/tables/DataTable/constants.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.css +8 -8
- 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 +1 -0
- package/esm/tables/DataTable/features/ColumnOrder/ColumnOrderDragAndDropContext.js.map +2 -2
- package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.css +3 -3
- package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.js +32 -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/ColumnTypes/ColumnTypes.css +1 -1
- package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.js +11 -5
- 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/ColumnTypes/column-types-types.js.map +2 -2
- package/esm/tables/DataTable/features/Config.js +10 -0
- package/esm/tables/DataTable/features/Config.js.map +2 -2
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.css +7 -0
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.js +110 -0
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.js.map +7 -0
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js +6 -0
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js.map +7 -0
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.css +3 -3
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.js +16 -2
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.js.map +2 -2
- 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.js.map +2 -2
- 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.js +84 -47
- package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.js.map +3 -3
- 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 +21 -1
- package/esm/tables/DataTable/features/GanttChart/GanttChart.js.map +2 -2
- package/esm/tables/DataTable/features/GanttChart/to-integration-tracks.js +18 -0
- package/esm/tables/DataTable/features/GanttChart/to-integration-tracks.js.map +7 -0
- package/esm/tables/DataTable/features/Layout/Layout.js +1 -5
- package/esm/tables/DataTable/features/Layout/Layout.js.map +2 -2
- package/esm/tables/DataTable/features/LineWrap/LineWrap.js +3 -2
- package/esm/tables/DataTable/features/LineWrap/LineWrap.js.map +2 -2
- package/esm/tables/DataTable/features/LoadingState/LoadingState.css +2 -2
- package/esm/tables/DataTable/features/LoadingState/LoadingState.sty.js +2 -2
- package/esm/tables/DataTable/features/LoadingState/LoadingState.sty.js.map +1 -1
- package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.js +92 -53
- package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.js.map +2 -2
- package/esm/tables/DataTable/features/RowDetails/RowDetails.css +13 -13
- 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/RowInteractivity/RowInteractivity.css +14 -14
- 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/RowOrder/RowOrder.css +8 -8
- package/esm/tables/DataTable/features/RowOrder/RowOrder.js +1 -1
- package/esm/tables/DataTable/features/RowOrder/RowOrder.js.map +1 -1
- 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/RowSelection/RowSelectionCells.js +6 -4
- package/esm/tables/DataTable/features/RowSelection/RowSelectionCells.js.map +2 -2
- package/esm/tables/DataTable/features/Sorting/Sorting.css +88 -14
- package/esm/tables/DataTable/features/Sorting/Sorting.js +16 -6
- package/esm/tables/DataTable/features/Sorting/Sorting.js.map +2 -2
- package/esm/tables/DataTable/features/Sorting/Sorting.sty.js +5 -1
- package/esm/tables/DataTable/features/Sorting/Sorting.sty.js.map +2 -2
- package/esm/tables/DataTable/features/Sorting/SortingHeaderButton.js +27 -7
- package/esm/tables/DataTable/features/Sorting/SortingHeaderButton.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/SubRowExpanders.js +4 -2
- package/esm/tables/DataTable/features/SubRows/SubRowExpanders.js.map +2 -2
- package/esm/tables/DataTable/features/SubRows/SubRows.css +19 -19
- 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/Thresholds/Thresholds.css +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/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 +18 -18
- 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 +76 -31
- package/esm/tables/DataTable/features/UserActions/UserActionsMenu.js.map +2 -2
- package/esm/tables/DataTable/features/UserActions/user-actions-utils.js +4 -1
- package/esm/tables/DataTable/features/UserActions/user-actions-utils.js.map +2 -2
- package/esm/tables/DataTable/hooks/useTable/createTable.js +3 -1
- package/esm/tables/DataTable/hooks/useTable/createTable.js.map +2 -2
- package/esm/tables/DataTable/messages.js +10 -0
- package/esm/tables/DataTable/messages.js.map +2 -2
- package/esm/tables/SimpleTable/SimpleTable.css +25 -25
- package/esm/tables/SimpleTable/SimpleTable.sty.js +1 -1
- package/esm/tables/SimpleTable/SimpleTable.sty.js.map +1 -1
- package/esm/tables/convert-to-columns/convert-to-columns.js +26 -6
- package/esm/tables/convert-to-columns/convert-to-columns.js.map +3 -3
- package/esm/tables/index.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 +1 -1
- 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.d.ts +1 -1
- package/filters/filter/Item.d.ts +1 -1
- package/filters/filter/MoreMenu.d.ts +1 -1
- package/filters/filter-field/FilterField.css +114 -114
- package/filters/filter-field/FilterField.d.ts +4 -4
- package/filters/filter-field/FilterField.js +15 -25
- package/filters/filter-field/FilterField.sty.js +28 -28
- package/filters/filter-field/components/CSSHighlight.d.ts +1 -1
- package/filters/filter-field/components/FilterFieldSuffixButtons.css +3 -3
- package/filters/filter-field/components/FilterFieldSuffixButtons.d.ts +1 -1
- package/filters/filter-field/components/FilterFieldSuffixButtons.js +1 -0
- package/filters/filter-field/components/FilterFieldSuffixButtons.sty.js +3 -3
- package/filters/filter-field/components/FilterStatement.css +13 -13
- package/filters/filter-field/components/FilterStatement.d.ts +2 -2
- package/filters/filter-field/components/FilterStatement.sty.js +6 -6
- package/filters/filter-field/error-fallback/ErrorFallback.d.ts +1 -1
- package/filters/filter-field/hooks/recent-and-pinned/usePersistedFilter.js +1 -0
- package/filters/filter-field/hooks/useCachedTreeConversion.js +9 -4
- package/filters/filter-field/hooks/useFilterFieldLinting.d.ts +2 -1
- package/filters/filter-field/hooks/useFilterFieldLinting.js +48 -4
- package/filters/filter-field/hooks/useShowMore.js +2 -0
- package/filters/filter-field/hooks/useSuggestions.d.ts +10 -0
- package/filters/filter-field/hooks/useSuggestions.js +19 -8
- package/filters/filter-field/messages.d.ts +92 -5
- package/filters/filter-field/messages.js +216 -127
- package/filters/filter-field/suggestions/AriaLiveInfo.d.ts +1 -1
- package/filters/filter-field/suggestions/FallbackKeySuggestions.d.ts +1 -1
- package/filters/filter-field/suggestions/LogicalOperatorSuggestions.d.ts +1 -1
- package/filters/filter-field/suggestions/PastedContentSuggestions.d.ts +1 -1
- package/filters/filter-field/suggestions/RecentPinnedSuggestionItem.css +9 -9
- package/filters/filter-field/suggestions/RecentPinnedSuggestionItem.d.ts +2 -2
- package/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js +4 -4
- package/filters/filter-field/suggestions/SearchSuggestions.d.ts +1 -1
- package/filters/filter-field/suggestions/Suggestion.css +24 -24
- package/filters/filter-field/suggestions/Suggestion.js +3 -0
- package/filters/filter-field/suggestions/Suggestion.sty.js +15 -15
- package/filters/filter-field/suggestions/SuggestionDetails.css +2 -2
- package/filters/filter-field/suggestions/SuggestionDetails.d.ts +1 -1
- 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.d.ts +1 -1
- package/filters/filter-field/suggestions/SuggestionGroup.sty.js +3 -3
- package/filters/filter-field/suggestions/SuggestionGroup.types.d.ts +2 -2
- package/filters/filter-field/suggestions/SuggestionGroupLabel.css +1 -1
- package/filters/filter-field/suggestions/SuggestionGroupLabel.d.ts +1 -1
- package/filters/filter-field/suggestions/SuggestionGroupLabel.sty.js +1 -1
- package/filters/filter-field/suggestions/SuggestionPin.d.ts +1 -1
- package/filters/filter-field/suggestions/SuggestionTips.css +7 -7
- package/filters/filter-field/suggestions/SuggestionTips.d.ts +1 -1
- package/filters/filter-field/suggestions/SuggestionTips.js +1 -0
- package/filters/filter-field/suggestions/SuggestionTips.sty.js +5 -5
- package/filters/filter-field/suggestions/Suggestions.d.ts +1 -1
- package/filters/filter-field/suggestions/Suggestions.js +10 -5
- package/filters/filter-field/suggestions/SuggestionsOverlay.css +7 -7
- package/filters/filter-field/suggestions/SuggestionsOverlay.sty.js +5 -5
- package/filters/filter-field/suggestions/suggestions-extension.d.ts +5 -6
- package/filters/filter-field/suggestions/suggestions-extension.js +4 -6
- package/filters/filter-field/types/filter-field-error.d.ts +4 -2
- package/filters/filter-field/types/validation.d.ts +90 -12
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/group.d.ts +3 -2
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/group.js +3 -3
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.d.ts +3 -2
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js +67 -34
- package/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js +1 -1
- package/filters/filter-field/utils/conversion/string-tree-conversion.js +2 -1
- package/filters/filter-field/utils/conversion/tree-conversion.d.ts +4 -3
- package/filters/filter-field/utils/conversion/tree-conversion.js +5 -5
- package/filters/filter-field/utils/error-utils/error-message-helpers.d.ts +10 -0
- package/filters/filter-field/utils/error-utils/error-message-helpers.js +75 -0
- package/filters/filter-field/utils/generate-errors-or-diagnostics.js +7 -1
- package/filters/filter-field/utils/migrate-validator-map.d.ts +50 -0
- package/filters/filter-field/utils/migrate-validator-map.js +115 -0
- package/filters/filter-field/utils/suggestions-utils/flatten-suggestions.js +19 -5
- package/filters/filter-field/utils/suggestions-utils/get-suggestions.d.ts +4 -4
- package/filters/filter-field/utils/suggestions-utils/get-suggestions.js +73 -51
- package/filters/filter-field/utils/suggestions-utils/key-suggestions.d.ts +10 -1
- package/filters/filter-field/utils/suggestions-utils/key-suggestions.js +93 -59
- package/filters/filter-field/utils/suggestions-utils/operator-suggestions.d.ts +3 -3
- package/filters/filter-field/utils/suggestions-utils/operator-suggestions.js +6 -2
- package/filters/filter-field/utils/suggestions-utils/suggestion-group-utils.d.ts +20 -0
- package/{forms/forms-core/time/types.js → filters/filter-field/utils/suggestions-utils/suggestion-group-utils.js} +6 -6
- package/filters/filter-field/utils/suggestions-utils/suggestion-type.d.ts +2 -2
- package/filters/filter-field/utils/suggestions-utils/suggestion-type.js +3 -0
- package/filters/filter-field/utils/suggestions-utils/value-suggestions.d.ts +12 -4
- package/filters/filter-field/utils/suggestions-utils/value-suggestions.js +108 -121
- package/filters/filter-field/utils/validation-utils/normalize-validator-map.d.ts +75 -0
- package/filters/filter-field/utils/validation-utils/normalize-validator-map.js +230 -0
- package/filters/filter-field/utils/validation-utils/type-guards.d.ts +16 -1
- package/filters/filter-field/utils/validation-utils/type-guards.js +13 -1
- package/filters/filter-field/utils/validation-utils/validation-helper-functions.d.ts +10 -8
- package/filters/filter-field/utils/validation-utils/validation-helper-functions.js +98 -52
- package/filters/filter-field/widgets/DeleteStatementWidget.js +1 -1
- package/filters/index.d.ts +2 -1
- package/filters/index.js +2 -0
- package/filters/segment-selector/SegmentSelector.css +4 -4
- package/filters/segment-selector/SegmentSelector.sty.js +4 -4
- package/filters/segment-selector/contexts/SegmentsStore/SegmentsContext.d.ts +2 -2
- package/filters/segment-selector/contexts/SegmentsUI/SegmentsUIContext.d.ts +1 -1
- 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.d.ts +1 -1
- package/filters/segment-selector/parts/Overlay.sty.js +8 -8
- package/filters/segment-selector/parts/SegmentFooter.d.ts +1 -1
- package/filters/segment-selector/parts/SegmentFooter.js +1 -1
- package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.css +4 -4
- package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.d.ts +1 -1
- package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.js +3 -2
- package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.sty.js +4 -4
- package/filters/segment-selector/parts/TooltipMessages.d.ts +1 -1
- package/filters/segment-selector/parts/noAccessRights/NoAccessHint.d.ts +1 -1
- package/filters/segment-selector/parts/noAccessRights/NoAccessWithoutSelection.d.ts +1 -1
- package/filters/segment-selector/parts/segmentsPresets/SegmentsPreset.d.ts +1 -1
- package/filters/segment-selector/parts/segmentsPresets/SegmentsPreset.js +3 -2
- package/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.css +26 -26
- package/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.sty.js +10 -10
- package/filters/segment-selector/parts/segmentsPresets/SegmentsPresetsList.d.ts +1 -1
- package/filters/segment-selector/parts/selectionBar/SegmentSelect.css +12 -12
- package/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js +5 -5
- package/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.css +1 -1
- package/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.d.ts +1 -1
- package/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.sty.js +1 -1
- package/filters/segment-selector/parts/selectionBar/SelectionBar.d.ts +2 -2
- package/filters/segment-selector/parts/selectionBar/ValueSelect.d.ts +1 -1
- package/filters/segment-selector/parts/selectionBar/ValueSelect.js +6 -1
- package/filters/timeframe-selector/TimeframeSelector.css +1 -1
- package/filters/timeframe-selector/TimeframeSelector.d.ts +6 -9
- package/filters/timeframe-selector/TimeframeSelector.js +230 -558
- package/filters/timeframe-selector/TimeframeSelector.sty.js +1 -1
- package/filters/timeframe-selector/TimeframeSelector.types.d.ts +1 -0
- package/filters/timeframe-selector/TimeframeSelectorRoot.d.ts +5 -0
- package/filters/timeframe-selector/TimeframeSelectorRoot.js +430 -0
- package/filters/timeframe-selector/components/TimeframeSelectorTooltip.d.ts +1 -3
- package/filters/timeframe-selector/components/TimeframeSelectorTooltip.js +2 -3
- package/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.css +4 -4
- package/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.d.ts +1 -1
- package/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.js +166 -44
- 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.d.ts +1 -1
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.js +4 -9
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.sty.js +4 -4
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.d.ts +1 -1
- package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js +6 -2
- package/filters/timeframe-selector/components/presets/PresetItem.d.ts +1 -1
- package/filters/timeframe-selector/components/presets/PresetItem.js +14 -13
- package/filters/timeframe-selector/components/presets/Presets.css +27 -27
- package/filters/timeframe-selector/components/presets/Presets.d.ts +1 -1
- package/filters/timeframe-selector/components/presets/Presets.js +2 -1
- package/filters/timeframe-selector/components/presets/Presets.sty.js +11 -11
- package/filters/timeframe-selector/components/presets/RecentTimeframes.d.ts +1 -1
- package/filters/timeframe-selector/components/presets/RecentTimeframes.js +3 -2
- package/filters/timeframe-selector/components/stepper/StepperButton.d.ts +2 -6
- package/filters/timeframe-selector/components/stepper/StepperButton.js +47 -28
- package/filters/timeframe-selector/components/stepper/StepperButtonTooltip.d.ts +1 -3
- package/filters/timeframe-selector/components/stepper/StepperButtonTooltip.js +4 -5
- package/filters/timeframe-selector/components/trigger/CustomTrigger.js +9 -9
- package/filters/timeframe-selector/components/trigger/DisplayValue.d.ts +1 -1
- package/filters/timeframe-selector/components/trigger/Trigger.css +3 -3
- package/filters/timeframe-selector/components/trigger/Trigger.d.ts +1 -1
- package/filters/timeframe-selector/components/trigger/Trigger.js +4 -5
- package/filters/timeframe-selector/components/trigger/Trigger.sty.js +3 -3
- package/filters/timeframe-selector/constants/timeframeSelectorMessages.d.ts +61 -0
- package/filters/timeframe-selector/constants/timeframeSelectorMessages.js +58 -0
- package/filters/timeframe-selector/contexts/TimeframeSelectorContext.d.ts +8 -5
- package/filters/timeframe-selector/contexts/TimeframeSelectorContext.js +1 -2
- package/filters/timeframe-selector/hooks/useTooltipMessages.d.ts +1 -1
- package/filters/timeframe-selector/hooks/useTooltipMessages.js +8 -6
- package/filters/timeframe-selector/utils/getTimeframeDisplayValueProps.d.ts +3 -2
- package/filters/timeframe-selector/utils/getTimeframeDisplayValueProps.js +12 -9
- package/filters/timeframe-selector/utils/presets-helpers.d.ts +2 -1
- package/filters/timeframe-selector/utils/presets-helpers.js +1 -1
- package/filters/timeframe-selector/utils/stepper-helpers.d.ts +3 -2
- package/filters/timeframe-selector/utils/stepper-helpers.js +3 -3
- package/filters/timeframe-selector/utils/timeframe-selection.d.ts +1 -9
- package/filters/timeframe-selector/utils/timeframe-selection.js +2 -3
- package/forms/_base-input/BaseInput.css +46 -46
- package/forms/_base-input/BaseInput.js +1 -0
- package/forms/_base-input/BaseInput.sty.js +10 -10
- package/forms/_base-input/BaseInputContent.css +7 -7
- package/forms/_base-input/BaseInputContent.sty.js +1 -1
- package/forms/calendar/Calendar.css +47 -47
- package/forms/calendar/Calendar.d.ts +3 -2
- package/forms/calendar/Calendar.js +184 -242
- package/forms/calendar/Calendar.sty.js +11 -11
- package/forms/calendar/CalendarRoot.d.ts +32 -0
- package/forms/calendar/CalendarRoot.js +233 -0
- package/forms/calendar/calendar-header/CalendarHeader.js +20 -13
- package/forms/calendar/calendar-header-label/SelectDateLabel.d.ts +1 -1
- package/forms/calendar/calendar-header-label/SelectMonthLabel.d.ts +1 -1
- package/forms/calendar/calendar-header-label/SelectYearLabel.d.ts +1 -1
- package/forms/calendar/calendarMessages.d.ts +23 -0
- package/forms/calendar/calendarMessages.js +41 -0
- 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.d.ts +1 -1
- package/forms/calendar/components/CalendarOutlineIcon.sty.js +5 -5
- package/forms/calendar/components/Day.d.ts +1 -1
- package/forms/calendar/components/Day.js +101 -64
- package/forms/calendar/components/Days.d.ts +1 -1
- package/forms/calendar/components/Month.d.ts +1 -1
- package/forms/calendar/components/Month.js +10 -2
- package/forms/calendar/components/Weekdays.js +2 -1
- package/forms/calendar/components/Year.d.ts +1 -1
- package/forms/calendar/components/Year.js +10 -3
- package/forms/calendar/contexts/CalendarContext.js +1 -3
- package/forms/calendar/hooks/useCalendar.d.ts +4 -4
- package/forms/calendar/hooks/useCalendar.js +11 -130
- package/forms/calendar/hooks/useMonth.js +12 -10
- package/forms/calendar/hooks/useSelectMonth.js +4 -2
- package/forms/calendar/hooks/useSelectYear.js +4 -2
- package/forms/calendar/hooks/useYear.js +12 -11
- package/forms/calendar/state/calendar-state-reducer.d.ts +1 -4
- package/forms/calendar/state/calendar-state-reducer.js +7 -91
- package/forms/calendar/types/calendarConfiguration.d.ts +0 -2
- package/forms/calendar/types/calendarConfiguration.js +0 -2
- package/forms/calendar/types/shared-types.d.ts +0 -31
- package/forms/calendar/utils/helpers.d.ts +10 -21
- package/forms/calendar/utils/helpers.js +51 -55
- package/forms/calendar/variables.sty.js +2 -2
- package/forms/calendar/views/SelectDayView.d.ts +1 -1
- package/forms/calendar/views/SelectMonthView.d.ts +1 -1
- package/forms/calendar/views/SelectYearView.d.ts +1 -1
- package/forms/checkbox/Checkbox.css +16 -16
- package/forms/checkbox/Checkbox.sty.js +3 -3
- package/forms/date-time-picker/DateSelector.js +9 -18
- package/forms/date-time-picker/DateTimePicker.css +52 -44
- package/forms/date-time-picker/DateTimePicker.js +216 -325
- package/forms/date-time-picker/DateTimePicker.sty.d.ts +9 -8
- package/forms/date-time-picker/DateTimePicker.sty.js +10 -4
- package/forms/date-time-picker/DateTimePickerRoot.d.ts +9 -0
- package/forms/date-time-picker/DateTimePickerRoot.js +341 -0
- package/forms/date-time-picker/hooks/useDateTimeFormat.d.ts +3 -3
- package/forms/date-time-picker/hooks/useDateTimeFormat.js +10 -44
- package/forms/date-time-picker/hooks/useDateTimePicker.d.ts +2 -1
- package/forms/date-time-picker/hooks/useDateTimePicker.js +9 -14
- package/forms/date-time-picker/hooks/useSpinButtons.d.ts +1 -1
- package/forms/date-time-picker/hooks/useSpinButtons.js +1 -1
- package/forms/date-time-picker/types.d.ts +0 -13
- package/forms/date-time-range-picker/DateRangeSelector.css +2 -2
- package/forms/date-time-range-picker/DateRangeSelector.js +2 -83
- package/forms/date-time-range-picker/DateRangeSelector.sty.js +2 -2
- package/forms/date-time-range-picker/DateTimeInput.css +14 -6
- package/forms/date-time-range-picker/DateTimeInput.d.ts +1 -1
- package/forms/date-time-range-picker/DateTimeInput.js +66 -12
- package/forms/date-time-range-picker/DateTimeInput.sty.d.ts +2 -1
- package/forms/date-time-range-picker/DateTimeInput.sty.js +8 -3
- package/forms/date-time-range-picker/DateTimeRangePicker.css +17 -7
- package/forms/date-time-range-picker/DateTimeRangePicker.js +197 -303
- package/forms/date-time-range-picker/DateTimeRangePicker.sty.d.ts +1 -1
- package/forms/date-time-range-picker/DateTimeRangePicker.sty.js +6 -3
- package/forms/date-time-range-picker/DateTimeRangePickerRoot.d.ts +3 -0
- package/forms/date-time-range-picker/DateTimeRangePickerRoot.js +436 -0
- package/forms/date-time-range-picker/expression-trigger-helpers.d.ts +6 -0
- package/forms/date-time-range-picker/expression-trigger-helpers.js +42 -0
- package/forms/date-time-range-picker/helpers.d.ts +20 -17
- package/forms/date-time-range-picker/helpers.js +106 -47
- package/forms/date-time-range-picker/hooks/useDateTimeInput.d.ts +5 -3
- package/forms/date-time-range-picker/hooks/useDateTimeInput.js +293 -73
- package/forms/date-time-range-picker/hooks/useDateTimeParser.d.ts +1 -1
- package/forms/date-time-range-picker/hooks/useDateTimeParser.js +2 -1
- package/forms/date-time-range-picker/hooks/useDateTimeRangePicker.d.ts +5 -21
- package/forms/date-time-range-picker/hooks/useDateTimeRangePicker.js +96 -112
- package/forms/date-time-range-picker/selection-copy-helpers.d.ts +12 -1
- package/forms/date-time-range-picker/selection-copy-helpers.js +22 -39
- package/forms/date-time-range-picker/selection-helpers.d.ts +10 -0
- package/forms/date-time-range-picker/selection-helpers.js +119 -37
- package/forms/date-time-range-picker/types.d.ts +49 -27
- package/forms/date-time-range-picker/useSelectionInteractionHandlers.js +34 -31
- 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.sty.js +1 -1
- package/forms/forms-core/components/form-field/FormFieldContextProvider.d.ts +1 -1
- package/forms/forms-core/components/form-field/FormFieldMessageContextProvider.d.ts +1 -1
- package/forms/forms-core/components/form-field-messages/FormFieldMessageBaseItem.d.ts +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 +1 -1
- package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.sty.js +2 -2
- package/forms/forms-core/components/form-field-messages/FormFieldMessages.d.ts +1 -1
- package/forms/forms-core/components/form-field-messages/FormFieldMessages.sty.js +1 -1
- package/forms/forms-core/components/hint/Hint.d.ts +1 -1
- package/forms/forms-core/components/label/Label.css +3 -3
- package/forms/forms-core/components/label/Label.sty.js +1 -1
- package/forms/forms-core/hooks/useFormFieldValidation.d.ts +1 -1
- package/forms/forms-core/hooks/useFormFieldValidation.js +10 -8
- package/forms/forms-core/hooks/useMinMaxLogger.d.ts +2 -1
- package/forms/forms-core/hooks/useMinMaxLogger.js +4 -9
- package/forms/forms-core/state/formfield-messages-state-reducer.js +28 -12
- package/forms/forms-core/time/helpers.d.ts +40 -5
- package/forms/forms-core/time/helpers.js +96 -16
- package/forms/forms-core/time/timeParser.d.ts +36 -26
- package/forms/forms-core/time/timeParser.js +73 -63
- package/forms/hooks/useAutofillEvent.css +8 -8
- package/forms/hooks/useAutofillEvent.sty.js +4 -4
- package/forms/number-input-v2/NumberInput.d.ts +3 -3
- package/forms/password-input/PasswordInput.css +1 -1
- package/forms/password-input/PasswordInput.js +3 -2
- package/forms/password-input/PasswordInput.sty.js +1 -1
- package/forms/radio/styles.css +15 -15
- package/forms/radio/styles.sty.js +7 -7
- package/forms/search-input/SearchInput.css +1 -1
- package/forms/search-input/SearchInput.d.ts +2 -2
- package/forms/search-input/SearchInput.sty.js +1 -1
- package/forms/select/components/Control.d.ts +1 -1
- package/forms/select/components/Group.d.ts +1 -1
- package/forms/select/components/GroupHeading.d.ts +1 -1
- package/forms/select/components/Menu.js +3 -2
- package/forms/select/components/MenuList.d.ts +1 -1
- package/forms/select/components/MultiValue.d.ts +1 -1
- package/forms/select/components/NoOptionsMessage.d.ts +1 -1
- package/forms/select/components/Option.d.ts +1 -1
- package/forms/select/components/Placeholder.d.ts +1 -1
- package/forms/select/components/ValueContainer.d.ts +1 -1
- package/forms/select/styles/Select.css +41 -41
- package/forms/select/styles/Select.sty.js +23 -23
- package/forms/spin-buttons/SpinButton.css +8 -8
- package/forms/spin-buttons/SpinButton.sty.js +2 -2
- package/forms/spin-buttons/number-spin-button/hooks/useBeforeInputHandler.js +1 -0
- package/forms/spin-buttons/spin-button-group/SpinButtonGroup.d.ts +2 -2
- package/forms/spin-buttons/spin-button-group/SpinButtonGroup.js +10 -2
- package/forms/spin-buttons/spin-button-group/SpinButtonGroupSeparator.d.ts +1 -1
- package/forms/spin-buttons/spin-button-group/hooks/useNavigateSpinButton.d.ts +5 -2
- package/forms/spin-buttons/spin-button-group/hooks/useNavigateSpinButton.js +26 -2
- package/forms/spin-buttons/spin-button-group/hooks/useValueOverflow.d.ts +1 -1
- package/forms/spin-buttons/spin-button-group/hooks/useValueOverflow.js +77 -34
- package/forms/spin-buttons/spin-button-group/types.d.ts +16 -0
- package/forms/switch/Switch.css +31 -31
- package/forms/switch/Switch.sty.js +5 -5
- package/forms/text-area/TextArea.css +33 -33
- package/forms/text-area/TextArea.sty.js +3 -3
- package/forms/text-input/TextInput.d.ts +3 -3
- package/forms/toggle-button-group/Item.js +9 -2
- package/forms/toggle-button-group/ToggleButtonGroup.js +1 -1
- package/forms/toggle-button-group/styles.css +25 -25
- package/forms/toggle-button-group/styles.sty.js +14 -14
- package/lang/en.json +336 -28
- package/lang/ja.json +285 -196
- package/lang/uncompiled/en.json +136 -16
- package/lang/uncompiled/ja.json +163 -106
- package/layouts/app-header/AppHeader.css +1 -1
- package/layouts/app-header/AppHeader.d.ts +2 -2
- package/layouts/app-header/AppHeader.sty.js +1 -1
- package/layouts/app-header/Logo.js +9 -14
- package/layouts/app-header/Menus.d.ts +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.d.ts +1 -1
- package/layouts/app-header/app-icon/AppIcon.sty.js +1 -1
- package/layouts/container/Container.css +4 -4
- 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.d.ts +1 -1
- package/layouts/help-menu/HelpMenu.js +1 -1
- package/layouts/index.d.ts +2 -3
- package/layouts/input-group/InputGroup.css +14 -14
- package/layouts/input-group/InputGroup.sty.js +1 -1
- package/layouts/page/DetailView.css +2 -2
- package/layouts/page/DetailView.sty.js +2 -2
- package/layouts/page/Header.css +1 -1
- package/layouts/page/Header.d.ts +1 -1
- package/layouts/page/Header.sty.js +1 -1
- package/layouts/page/Main.css +4 -4
- package/layouts/page/Main.sty.js +4 -4
- package/layouts/page/Page.css +1 -1
- package/layouts/page/Page.d.ts +3 -3
- package/layouts/page/Page.sty.js +1 -1
- package/layouts/page/Panel.d.ts +1 -1
- package/layouts/page/Panel.js +2 -3
- package/layouts/page/PanelControlButton.d.ts +1 -1
- package/layouts/page/PanelControlButton.js +13 -6
- package/layouts/page/Sidebar.css +22 -22
- package/layouts/page/Sidebar.d.ts +1 -1
- package/layouts/page/Sidebar.sty.js +8 -8
- package/layouts/page/keepMounted.d.ts +2 -2
- package/layouts/page/panel.css +13 -13
- package/layouts/page/panel.sty.js +10 -10
- package/layouts/page-layout/PageLayout.css +8 -5
- package/layouts/page-layout/PageLayout.d.ts +15 -36
- package/layouts/page-layout/PageLayout.js +113 -131
- package/layouts/page-layout/PageLayout.sty.js +4 -4
- package/layouts/page-layout/details-layout/DetailsControlBar.css +3 -3
- package/layouts/page-layout/details-layout/DetailsControlBar.d.ts +1 -1
- package/layouts/page-layout/details-layout/DetailsControlBar.js +10 -2
- package/layouts/page-layout/details-layout/DetailsControlBar.sty.js +3 -3
- package/layouts/page-layout/details-layout/DetailsLayout.css +5 -5
- package/layouts/page-layout/details-layout/DetailsLayout.d.ts +2 -2
- package/layouts/page-layout/details-layout/DetailsLayout.js +21 -7
- package/layouts/page-layout/details-layout/DetailsLayout.sty.js +5 -5
- package/layouts/page-layout/details-layout/DetailsLayoutContext.d.ts +2 -2
- package/layouts/page-layout/details-layout/Overlay.css +8 -8
- package/layouts/page-layout/details-layout/Overlay.js +3 -3
- package/layouts/page-layout/details-layout/Overlay.sty.js +4 -4
- package/layouts/page-layout/details-layout/slots.d.ts +1 -1
- package/layouts/page-layout/details-layout/slots.js +9 -8
- package/layouts/page-layout/details-layout/useLayoutState.d.ts +1 -2
- package/layouts/page-layout/details-layout/useLayoutState.js +18 -1
- package/layouts/page-layout/shared/PageLayoutPortalContext.d.ts +16 -0
- package/{charts/xy-chart/hooks/useXYChartOverlayRef.js → layouts/page-layout/shared/PageLayoutPortalContext.js} +12 -11
- package/layouts/page-layout/shared/TeleportTarget.d.ts +15 -0
- package/{charts/meter-bar/shared/hooks/useMeterBarOverlayRef.js → layouts/page-layout/shared/TeleportTarget.js} +15 -14
- package/layouts/page-layout/shared/portal-slots.d.ts +42 -0
- package/layouts/page-layout/shared/portal-slots.js +156 -0
- package/layouts/page-layout/shared/slot-config.d.ts +34 -0
- package/layouts/page-layout/shared/slot-config.js +16 -0
- package/layouts/page-layout/shared/slot-defaults.d.ts +23 -0
- package/layouts/page-layout/shared/slot-defaults.js +46 -0
- package/layouts/page-layout/shared/slot-registry.d.ts +19 -0
- package/layouts/page-layout/shared/slot-registry.js +55 -0
- package/layouts/page-layout/shared/useStableHost.d.ts +10 -0
- package/{charts/meter-bar/shared/contexts/MeterBarOverlayRefContext.js → layouts/page-layout/shared/useStableHost.js} +11 -5
- package/layouts/page-layout/shared/useTeleport.d.ts +8 -5
- package/layouts/page-layout/shared/useTeleport.js +12 -10
- package/layouts/page-layout/sidebar-layout/SidebarLayout.css +28 -23
- package/layouts/page-layout/sidebar-layout/SidebarLayout.d.ts +1 -1
- package/layouts/page-layout/sidebar-layout/SidebarLayout.js +242 -226
- package/layouts/page-layout/sidebar-layout/SidebarLayout.sty.d.ts +1 -0
- package/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js +15 -13
- package/layouts/page-layout/sidebar-layout/slots.js +9 -8
- package/layouts/page-layout/sidebar-layout/useLayoutState.js +12 -1
- package/layouts/split-layout/SplitLayout.css +14 -12
- package/layouts/split-layout/SplitLayout.js +1 -1
- package/layouts/split-layout/SplitLayout.sty.js +7 -7
- package/layouts/split-layout/useSplitSizing.d.ts +1 -0
- package/layouts/split-layout/useSplitSizing.js +7 -0
- 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/migrations/3.2.0/codemods/rename-app-header-deprecated-members.js +13 -13
- package/migrations/3.2.0/codeshift-migration.js +13 -13
- package/navigation/breadcrumbs/Breadcrumbs.css +9 -9
- package/navigation/breadcrumbs/Breadcrumbs.sty.js +5 -5
- package/navigation/menu/Intent.d.ts +1 -1
- package/navigation/menu/ItemTooltip.d.ts +1 -1
- package/navigation/menu/Menu.css +15 -15
- package/navigation/menu/Menu.d.ts +2 -2
- package/navigation/menu/Menu.sty.js +8 -8
- package/navigation/menu/Sub.d.ts +1 -1
- package/navigation/tabs/RenderTab.css +14 -14
- package/navigation/tabs/RenderTab.d.ts +1 -1
- package/navigation/tabs/RenderTab.js +1 -12
- package/navigation/tabs/RenderTab.sty.js +3 -3
- package/navigation/tabs/TabPanel.css +3 -3
- package/navigation/tabs/TabPanel.d.ts +1 -1
- package/navigation/tabs/TabPanel.sty.js +2 -2
- package/navigation/tabs/Tabs.css +9 -9
- package/navigation/tabs/Tabs.js +30 -0
- package/navigation/tabs/Tabs.sty.js +5 -5
- package/notifications/notification-settings/NotificationSettings.css +1 -1
- package/notifications/notification-settings/NotificationSettings.d.ts +1 -1
- package/notifications/notification-settings/NotificationSettings.sty.js +1 -1
- package/notifications/notification-settings/components/CopyPermissionsButton.d.ts +1 -1
- package/notifications/notification-settings/components/EventNotificationClient.d.ts +1 -1
- package/notifications/notification-settings/components/PermissionInfo.d.ts +1 -1
- package/notifications/notification-settings/components/ResourceNotificationClient.d.ts +1 -1
- package/notifications/notification-settings/components/ToggleButton.d.ts +1 -1
- package/notifications/toast/Toast.css +5 -5
- package/notifications/toast/Toast.sty.js +4 -4
- package/notifications/toast/ToastContainer.css +7 -7
- package/notifications/toast/ToastContainer.js +1 -1
- 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/useOverlay.d.ts +1 -1
- package/overlays/modal/Modal.css +7 -7
- package/overlays/modal/Modal.js +1 -1
- package/overlays/modal/Modal.sty.js +4 -4
- package/overlays/overlay/Overlay.css +1 -1
- package/overlays/overlay/Overlay.sty.js +1 -1
- package/overlays/sheet/Sheet.css +6 -6
- package/overlays/sheet/Sheet.sty.js +5 -5
- package/overlays/tooltip/Tooltip.js +6 -2
- package/overlays/tooltip/tooltip.css +18 -18
- package/overlays/tooltip/tooltip.sty.js +3 -3
- package/package.json +7 -7
- 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 +153 -153
- 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 +3 -3
- 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.sty.js +3 -3
- package/tables/DataTable/components/DataTableBody.css +2 -2
- package/tables/DataTable/components/DataTableBody.sty.js +2 -2
- package/tables/DataTable/components/DataTableCell.css +100 -97
- package/tables/DataTable/components/DataTableCell.sty.js +5 -5
- package/tables/DataTable/components/DataTableDefaultCell.css +21 -21
- package/tables/DataTable/components/DataTableDefaultCell.sty.js +1 -1
- package/tables/DataTable/components/DataTableEmptyState.css +2 -2
- package/tables/DataTable/components/DataTableEmptyState.sty.js +1 -1
- package/tables/DataTable/components/DataTableHeader.css +2 -2
- package/tables/DataTable/components/DataTableHeader.sty.js +2 -2
- package/tables/DataTable/components/DataTableHeaderCell.css +121 -117
- package/tables/DataTable/components/DataTableHeaderCell.js +157 -101
- package/tables/DataTable/components/DataTableHeaderCell.sty.d.ts +45 -54
- package/tables/DataTable/components/DataTableHeaderCell.sty.js +25 -21
- package/tables/DataTable/components/DataTableRow.css +13 -13
- package/tables/DataTable/components/DataTableRow.sty.js +1 -1
- package/tables/DataTable/components/DataTableScrollShadow.css +10 -10
- package/tables/DataTable/components/DataTableScrollShadow.sty.js +2 -2
- package/tables/DataTable/components/DataTableVirtualizationContainer.css +12 -12
- package/tables/DataTable/components/DataTableVirtualizationContainer.js +8 -1
- package/tables/DataTable/components/DataTableVirtualizationContainer.sty.js +1 -1
- package/tables/DataTable/components/TableActions/DataTableSelectionChip.css +4 -4
- package/tables/DataTable/components/TableActions/DataTableSelectionChip.sty.js +2 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderDragHandle.d.ts +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderDragHandle.js +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.css +7 -7
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.d.ts +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.sty.js +3 -3
- package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnVisibilityCheckbox.js +3 -7
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.css +5 -5
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js +3 -3
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.css +7 -7
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.d.ts +1 -1
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js +3 -3
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.css +5 -5
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js +3 -2
- package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.sty.js +3 -3
- package/tables/DataTable/constants.d.ts +5 -3
- package/tables/DataTable/constants.js +10 -6
- package/tables/DataTable/contexts/DataTableContext.d.ts +1 -1
- package/tables/DataTable/features/ColumnOrder/ColumnOrder.css +8 -8
- package/tables/DataTable/features/ColumnOrder/ColumnOrder.sty.js +4 -4
- package/tables/DataTable/features/ColumnOrder/ColumnOrderDragAndDropContext.js +1 -0
- package/tables/DataTable/features/ColumnSizing/ColumnSizing.css +3 -3
- package/tables/DataTable/features/ColumnSizing/ColumnSizing.js +32 -40
- package/tables/DataTable/features/ColumnSizing/ColumnSizing.sty.js +1 -1
- package/tables/DataTable/features/ColumnTypes/ColumnTypes.css +1 -1
- package/tables/DataTable/features/ColumnTypes/ColumnTypes.js +10 -4
- package/tables/DataTable/features/ColumnTypes/ColumnTypes.sty.js +1 -1
- package/tables/DataTable/features/ColumnTypes/column-types-types.d.ts +28 -0
- package/tables/DataTable/features/Config.js +10 -0
- package/tables/DataTable/features/DevTools.d.ts +1 -1
- package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.css +7 -0
- package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.d.ts +21 -0
- package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.js +139 -0
- package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.d.ts +1 -0
- package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js +25 -0
- package/tables/DataTable/features/GanttChart/DataTableGanttChartCell.css +3 -3
- package/tables/DataTable/features/GanttChart/DataTableGanttChartCell.d.ts +8 -2
- package/tables/DataTable/features/GanttChart/DataTableGanttChartCell.js +16 -2
- 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.d.ts +7 -2
- 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.d.ts +7 -2
- package/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.js +83 -49
- package/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.sty.js +1 -1
- package/tables/DataTable/features/GanttChart/GanttChart.d.ts +6 -1
- package/tables/DataTable/features/GanttChart/GanttChart.js +21 -1
- package/tables/DataTable/features/GanttChart/gantt-chart-types.d.ts +16 -0
- package/tables/DataTable/features/GanttChart/to-integration-tracks.d.ts +10 -0
- package/tables/DataTable/features/GanttChart/to-integration-tracks.js +37 -0
- package/tables/DataTable/features/Layout/Layout.js +1 -5
- package/tables/DataTable/features/LineWrap/LineWrap.js +3 -2
- package/tables/DataTable/features/LoadingState/LoadingState.css +2 -2
- package/tables/DataTable/features/LoadingState/LoadingState.sty.js +2 -2
- package/tables/DataTable/features/MeterBarChart/MeterBarChart.js +91 -52
- package/tables/DataTable/features/RowDetails/RowDetails.css +13 -13
- package/tables/DataTable/features/RowDetails/RowDetails.d.ts +1 -1
- package/tables/DataTable/features/RowDetails/RowDetails.sty.js +3 -3
- package/tables/DataTable/features/RowInteractivity/RowInteractivity.css +14 -14
- package/tables/DataTable/features/RowInteractivity/RowInteractivity.sty.js +1 -1
- package/tables/DataTable/features/RowOrder/RowOrder.css +8 -8
- package/tables/DataTable/features/RowOrder/RowOrder.js +1 -1
- package/tables/DataTable/features/RowOrder/RowOrder.sty.js +3 -3
- package/tables/DataTable/features/RowSelection/RowSelectionCells.d.ts +1 -1
- package/tables/DataTable/features/RowSelection/RowSelectionCells.js +6 -4
- package/tables/DataTable/features/Sorting/Sorting.css +88 -14
- package/tables/DataTable/features/Sorting/Sorting.js +16 -6
- package/tables/DataTable/features/Sorting/Sorting.sty.d.ts +2 -0
- package/tables/DataTable/features/Sorting/Sorting.sty.js +5 -1
- package/tables/DataTable/features/Sorting/SortingHeaderButton.d.ts +2 -1
- package/tables/DataTable/features/Sorting/SortingHeaderButton.js +26 -6
- package/tables/DataTable/features/SubRows/SubRowCellContext.d.ts +1 -1
- package/tables/DataTable/features/SubRows/SubRowExpanders.js +4 -2
- package/tables/DataTable/features/SubRows/SubRows.css +19 -19
- package/tables/DataTable/features/SubRows/SubRows.sty.js +5 -5
- package/tables/DataTable/features/Thresholds/Thresholds.css +2 -2
- package/tables/DataTable/features/Thresholds/Thresholds.sty.js +3 -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 +18 -18
- package/tables/DataTable/features/UserActions/UserActions.sty.js +2 -2
- package/tables/DataTable/features/UserActions/UserActionsMenu.d.ts +37 -24
- package/tables/DataTable/features/UserActions/UserActionsMenu.js +76 -31
- package/tables/DataTable/features/UserActions/user-actions-utils.js +4 -1
- package/tables/DataTable/hooks/useTable/createTable.js +3 -1
- package/tables/DataTable/hooks/useTable/types.d.ts +2 -2
- package/tables/DataTable/messages.d.ts +10 -0
- package/tables/DataTable/messages.js +10 -0
- package/tables/DataTable/public.api.d.ts +4 -0
- package/tables/SimpleTable/SimpleTable.css +25 -25
- package/tables/SimpleTable/SimpleTable.sty.js +1 -1
- package/tables/convert-to-columns/convert-to-columns.d.ts +5 -0
- package/tables/convert-to-columns/convert-to-columns.js +26 -6
- package/tables/hooks/useDataTableConfig.d.ts +1 -1
- package/tables/index.d.ts +2 -2
- package/tables/utils/log-content-highlighting.d.ts +1 -1
- package/typography/block-quote/Blockquote.css +2 -2
- package/typography/block-quote/Blockquote.sty.js +1 -1
- package/typography/code/Code.css +1 -1
- 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/meter-bar/multi-meter-bar/components/MultiMeterBarChartTooltip.d.ts +0 -1
- package/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartTooltip.js +0 -36
- package/charts/meter-bar/multi-meter-bar/hooks/store/use-set-tooltip-content.d.ts +0 -4
- package/charts/meter-bar/multi-meter-bar/hooks/store/use-set-tooltip-content.js +0 -64
- package/charts/meter-bar/multi-meter-bar/hooks/use-multi-meter-bar-chart-tooltip-items.d.ts +0 -2
- package/charts/meter-bar/multi-meter-bar/hooks/use-multi-meter-bar-chart-tooltip-items.js +0 -47
- package/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltip.d.ts +0 -6
- package/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltip.js +0 -112
- package/charts/meter-bar/shared/contexts/MeterBarOverlayRefContext.d.ts +0 -2
- package/charts/meter-bar/shared/hooks/store/selectors.d.ts +0 -5
- package/charts/meter-bar/shared/hooks/store/selectors.js +0 -31
- package/charts/meter-bar/shared/hooks/store/use-selector.d.ts +0 -2
- package/charts/meter-bar/shared/hooks/store/use-set-state.d.ts +0 -1
- package/charts/meter-bar/shared/hooks/store/use-set-tooltip-state.d.ts +0 -7
- package/charts/meter-bar/shared/hooks/store/use-set-tooltip-state.js +0 -64
- package/charts/meter-bar/shared/hooks/use-tooltip-event-listeners.d.ts +0 -2
- package/charts/meter-bar/shared/hooks/use-tooltip-event-listeners.js +0 -52
- package/charts/meter-bar/shared/hooks/use-tooltip-handlers.d.ts +0 -7
- package/charts/meter-bar/shared/hooks/use-tooltip-handlers.js +0 -83
- package/charts/meter-bar/shared/hooks/useMeterBarOverlayRef.d.ts +0 -1
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartTooltip/MeterBarChartTooltip.d.ts +0 -4
- package/charts/meter-bar/single-meter-bar/components/MeterBarChartTooltip/MeterBarChartTooltip.js +0 -52
- package/charts/xy-chart/components/overlay/hooks/useResetOnResize.d.ts +0 -1
- package/charts/xy-chart/components/overlay/hooks/useResetOnResize.js +0 -39
- package/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipBody.d.ts +0 -10
- package/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipBody.js +0 -49
- package/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipHeader.d.ts +0 -10
- package/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipHeader.js +0 -48
- package/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipBody.d.ts +0 -10
- package/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipBody.js +0 -49
- package/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipHeader.d.ts +0 -12
- package/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipHeader.js +0 -51
- package/charts/xy-chart/components/tooltip/XYChartTooltip.d.ts +0 -4
- package/charts/xy-chart/components/tooltip/XYChartTooltip.js +0 -89
- package/charts/xy-chart/context/XYChartOverlayRef.context.d.ts +0 -2
- package/charts/xy-chart/hooks/useXYChartOverlayRef.d.ts +0 -1
- package/charts/xy-chart/store/reducer-tooltip.d.ts +0 -9
- package/charts/xy-chart/store/reducer-tooltip.js +0 -104
- package/esm/charts/gauge/providers/GaugeChartTooltipState.js +0 -1
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartTooltip.js +0 -17
- package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartTooltip.js.map +0 -7
- package/esm/charts/meter-bar/multi-meter-bar/hooks/store/use-set-tooltip-content.js +0 -45
- package/esm/charts/meter-bar/multi-meter-bar/hooks/store/use-set-tooltip-content.js.map +0 -7
- package/esm/charts/meter-bar/multi-meter-bar/hooks/use-multi-meter-bar-chart-tooltip-items.js +0 -31
- package/esm/charts/meter-bar/multi-meter-bar/hooks/use-multi-meter-bar-chart-tooltip-items.js.map +0 -7
- package/esm/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltip.js +0 -97
- package/esm/charts/meter-bar/shared/components/meter-bar-tooltip/MeterBarTooltip.js.map +0 -7
- package/esm/charts/meter-bar/shared/contexts/MeterBarOverlayRefContext.js +0 -6
- package/esm/charts/meter-bar/shared/contexts/MeterBarOverlayRefContext.js.map +0 -7
- package/esm/charts/meter-bar/shared/hooks/store/selectors.js +0 -12
- package/esm/charts/meter-bar/shared/hooks/store/selectors.js.map +0 -7
- package/esm/charts/meter-bar/shared/hooks/store/use-selector.js +0 -7
- package/esm/charts/meter-bar/shared/hooks/store/use-selector.js.map +0 -7
- package/esm/charts/meter-bar/shared/hooks/store/use-set-state.js +0 -10
- package/esm/charts/meter-bar/shared/hooks/store/use-set-state.js.map +0 -7
- package/esm/charts/meter-bar/shared/hooks/store/use-set-tooltip-state.js +0 -45
- package/esm/charts/meter-bar/shared/hooks/store/use-set-tooltip-state.js.map +0 -7
- package/esm/charts/meter-bar/shared/hooks/use-tooltip-event-listeners.js +0 -33
- package/esm/charts/meter-bar/shared/hooks/use-tooltip-event-listeners.js.map +0 -7
- package/esm/charts/meter-bar/shared/hooks/use-tooltip-handlers.js +0 -64
- package/esm/charts/meter-bar/shared/hooks/use-tooltip-handlers.js.map +0 -7
- package/esm/charts/meter-bar/shared/hooks/useMeterBarOverlayRef.js +0 -15
- package/esm/charts/meter-bar/shared/hooks/useMeterBarOverlayRef.js.map +0 -7
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartTooltip/MeterBarChartTooltip.js +0 -33
- package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartTooltip/MeterBarChartTooltip.js.map +0 -7
- package/esm/charts/xy-chart/components/overlay/hooks/useResetOnResize.js +0 -20
- package/esm/charts/xy-chart/components/overlay/hooks/useResetOnResize.js.map +0 -7
- package/esm/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipBody.js +0 -30
- package/esm/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipBody.js.map +0 -7
- package/esm/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipHeader.js +0 -29
- package/esm/charts/xy-chart/components/tooltip/ClosestPointTooltip/ClosestPointTooltipHeader.js.map +0 -7
- package/esm/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipBody.js +0 -30
- package/esm/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipBody.js.map +0 -7
- package/esm/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipHeader.js +0 -32
- package/esm/charts/xy-chart/components/tooltip/HoveredPointTooltip/HoveredPointTooltipHeader.js.map +0 -7
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltip.js +0 -80
- package/esm/charts/xy-chart/components/tooltip/XYChartTooltip.js.map +0 -7
- package/esm/charts/xy-chart/context/XYChartOverlayRef.context.js +0 -6
- package/esm/charts/xy-chart/context/XYChartOverlayRef.context.js.map +0 -7
- package/esm/charts/xy-chart/hooks/useXYChartOverlayRef.js +0 -15
- package/esm/charts/xy-chart/hooks/useXYChartOverlayRef.js.map +0 -7
- package/esm/charts/xy-chart/store/reducer-tooltip.js +0 -91
- package/esm/charts/xy-chart/store/reducer-tooltip.js.map +0 -7
- package/esm/filters/timeframe-selector/contexts/InternalTimeframeSelectorContext.js +0 -13
- package/esm/filters/timeframe-selector/contexts/InternalTimeframeSelectorContext.js.map +0 -7
- package/esm/filters/timeframe-selector/hooks/useInternalTimeframeSelectorContext.js +0 -9
- package/esm/filters/timeframe-selector/hooks/useInternalTimeframeSelectorContext.js.map +0 -7
- package/esm/forms/calendar/hooks/useDay.js +0 -92
- package/esm/forms/calendar/hooks/useDay.js.map +0 -7
- package/esm/forms/calendar/state/calendar-validation.js +0 -138
- package/esm/forms/calendar/state/calendar-validation.js.map +0 -7
- package/esm/forms/date-time-picker/utils/get-error-message.js +0 -26
- package/esm/forms/date-time-picker/utils/get-error-message.js.map +0 -7
- package/esm/forms/date-time-range-picker/contexts/SelectedOverCalendarContext.js +0 -13
- package/esm/forms/date-time-range-picker/contexts/SelectedOverCalendarContext.js.map +0 -7
- package/esm/forms/date-time-range-picker/hooks/useDateTimeIInputValidation.js +0 -64
- package/esm/forms/date-time-range-picker/hooks/useDateTimeIInputValidation.js.map +0 -7
- package/esm/forms/date-time-range-picker/hooks/useDateTimeRangeErrorMessage.js +0 -89
- package/esm/forms/date-time-range-picker/hooks/useDateTimeRangeErrorMessage.js.map +0 -7
- package/esm/forms/date-time-range-picker/hooks/useDateTimeRangePickerValidation.js +0 -181
- package/esm/forms/date-time-range-picker/hooks/useDateTimeRangePickerValidation.js.map +0 -7
- package/esm/forms/forms-core/hooks/useDateTimeMessages.js.map +0 -7
- package/esm/forms/forms-core/time/types.js +0 -7
- package/esm/forms/forms-core/time/types.js.map +0 -7
- package/esm/layouts/app-header/Logo.css +0 -6
- package/esm/layouts/app-header/Logo.sty.js +0 -6
- package/esm/layouts/app-header/Logo.sty.js.map +0 -7
- package/esm/layouts/page-layout/SubLayout.js +0 -64
- package/esm/layouts/page-layout/SubLayout.js.map +0 -7
- package/esm/layouts/page-layout/shared/slots.js +0 -112
- package/esm/layouts/page-layout/shared/slots.js.map +0 -7
- package/filters/timeframe-selector/contexts/InternalTimeframeSelectorContext.d.ts +0 -22
- package/filters/timeframe-selector/contexts/InternalTimeframeSelectorContext.js +0 -32
- package/filters/timeframe-selector/hooks/useInternalTimeframeSelectorContext.d.ts +0 -6
- package/filters/timeframe-selector/hooks/useInternalTimeframeSelectorContext.js +0 -26
- package/forms/calendar/hooks/useDay.d.ts +0 -4
- package/forms/calendar/hooks/useDay.js +0 -111
- package/forms/calendar/state/calendar-validation.d.ts +0 -11
- package/forms/calendar/state/calendar-validation.js +0 -152
- package/forms/date-time-picker/utils/get-error-message.d.ts +0 -4
- package/forms/date-time-picker/utils/get-error-message.js +0 -45
- package/forms/date-time-range-picker/contexts/SelectedOverCalendarContext.d.ts +0 -18
- package/forms/date-time-range-picker/hooks/useDateTimeIInputValidation.d.ts +0 -5
- package/forms/date-time-range-picker/hooks/useDateTimeIInputValidation.js +0 -83
- package/forms/date-time-range-picker/hooks/useDateTimeRangeErrorMessage.d.ts +0 -4
- package/forms/date-time-range-picker/hooks/useDateTimeRangeErrorMessage.js +0 -108
- package/forms/date-time-range-picker/hooks/useDateTimeRangePickerValidation.d.ts +0 -15
- package/forms/date-time-range-picker/hooks/useDateTimeRangePickerValidation.js +0 -195
- package/forms/forms-core/time/types.d.ts +0 -15
- package/layouts/app-header/Logo.css +0 -6
- package/layouts/app-header/Logo.sty.d.ts +0 -1
- package/layouts/page-layout/SubLayout.d.ts +0 -16
- package/layouts/page-layout/SubLayout.js +0 -93
- package/layouts/page-layout/shared/slots.d.ts +0 -37
- package/layouts/page-layout/shared/slots.js +0 -123
- /package/charts/gauge/{providers/GaugeChartTooltipState.d.ts → types/gauge-chart-tooltip-state.d.ts} +0 -0
- /package/esm/charts/gauge/{providers/GaugeChartTooltipState.js.map → types/gauge-chart-tooltip-state.js.map} +0 -0
package/esm/charts/core/components/sparkline-display/components/ContextValueIndicator.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../src/charts/core/components/sparkline-display/components/ContextValueIndicator.tsx"],
|
|
4
|
-
"sourcesContent": ["import clsx from 'clsx';\n\nimport { TextEllipsis } from '../../../../../typography/text-ellipsis/TextEllipsis.js';\nimport { TestIds } from '../../annotations/constants.js';\nimport { DEFAULT_STROKE_WIDTH } from '../../grid/GridLine.js';\nimport { charsFontWidth12pixelsSize500Map } from '../../text-ellipsis/chars-font-width-map.js';\nimport { calculateWidth } from '../../text-ellipsis/truncate-string.js';\nimport {\n
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["import clsx from 'clsx';\n\nimport { TextEllipsis } from '../../../../../typography/text-ellipsis/TextEllipsis.js';\nimport { TestIds } from '../../annotations/constants.js';\nimport { DEFAULT_STROKE_WIDTH } from '../../grid/GridLine.js';\nimport { charsFontWidth12pixelsSize500Map } from '../../text-ellipsis/chars-font-width-map.js';\nimport { calculateWidth } from '../../text-ellipsis/truncate-string.js';\nimport {\n CONTEXT_VALUE_STROKE_COLOR,\n CONTEXT_VALUE_STROKE_DASHARRAY,\n CONTEXT_VALUE_STROKE_LINECAP,\n CONTEXT_VALUE_TEXT_OFFSET_MAX,\n CONTEXT_VALUE_TEXT_OFFSET_MIN_LARGE,\n CONTEXT_VALUE_TEXT_OFFSET_MIN_SMALL,\n CONTEXT_VALUES_Y_OFFSET,\n NEGATIVE_SIGN,\n} from '../constants.js';\nimport { contextValueText, negativeSign } from '../Sparkline.sty.js';\nimport {\n SparklineContainerHeight,\n SparklineContainerHeightFontSize,\n} from '../types/sparkline-container-height.js';\nimport { SparklinLabelsAlignment } from '../types/sparkline-props.js';\nimport { getContextValueXOffset } from '../utils/get-context-value-x-offset.js';\n\ninterface ExtremesIndicatorProps {\n formattedValue: string;\n yPosition: number;\n dottedLineWidth: number;\n containerHeight: SparklineContainerHeight;\n fontSize: SparklineContainerHeightFontSize;\n labelsAlignment?: SparklinLabelsAlignment;\n chartLeftOffset: number;\n labelsFixedWidth?: number;\n /** Y-position for the text label. When omitted, defaults to `yPosition`.\n * The dashed line always stays at `yPosition`; only the text is shifted. */\n labelYPosition?: number;\n isMax?: boolean;\n color?: string;\n /** Pixel height of the sparkline chart area, used to clamp text within bounds. */\n sparklineHeight: number;\n}\n\ninterface IndicatorPositioning {\n containerTransform: string;\n svgLeft: number;\n labelYTransform: string;\n signXOffset: number;\n textXOffset: number;\n actualWidth: number;\n isNegative: boolean;\n displayValue: string;\n}\n\nfunction getTextOffset(\n isMax: boolean,\n fontSize: SparklineContainerHeightFontSize,\n): number {\n if (isMax) {\n return CONTEXT_VALUE_TEXT_OFFSET_MAX;\n }\n\n return fontSize === SparklineContainerHeightFontSize.SMALLER_THAN_32\n ? CONTEXT_VALUE_TEXT_OFFSET_MIN_SMALL\n : CONTEXT_VALUE_TEXT_OFFSET_MIN_LARGE;\n}\n\nfunction computeIndicatorPositioning(\n props: ExtremesIndicatorProps,\n): IndicatorPositioning {\n const {\n formattedValue,\n yPosition,\n dottedLineWidth,\n containerHeight,\n fontSize,\n labelsAlignment,\n chartLeftOffset,\n labelsFixedWidth,\n labelYPosition,\n isMax = false,\n } = props;\n\n const isNegative = formattedValue.startsWith(NEGATIVE_SIGN);\n const displayValue = isNegative ? formattedValue.slice(1) : formattedValue;\n const isLeft = labelsAlignment !== 'right';\n\n const actualWidth = calculateWidth(\n displayValue,\n charsFontWidth12pixelsSize500Map,\n );\n const labelWidth =\n typeof labelsFixedWidth === 'number' && !Number.isNaN(labelsFixedWidth)\n ? labelsFixedWidth\n : actualWidth;\n const positioningWidth = isLeft\n ? Math.min(actualWidth, labelWidth)\n : labelWidth;\n\n const { signXOffset, textXOffset } = getContextValueXOffset(\n isLeft,\n chartLeftOffset,\n positioningWidth,\n dottedLineWidth,\n containerHeight,\n fontSize === SparklineContainerHeightFontSize.SMALLER_THAN_32,\n );\n\n const textOffset = getTextOffset(isMax, fontSize);\n\n const labelYDelta = (labelYPosition ?? yPosition) - yPosition;\n\n return {\n containerTransform: `translateY(${yPosition}px) translateX(${\n isLeft ? 0 : chartLeftOffset\n }px)`,\n svgLeft: isLeft ? chartLeftOffset : 0,\n labelYTransform: `translateY(${labelYDelta - textOffset}px)`,\n signXOffset,\n textXOffset,\n actualWidth,\n isNegative,\n displayValue,\n };\n}\n\nexport const ContextValueIndicator = (props: ExtremesIndicatorProps) => {\n const { dottedLineWidth, containerHeight, fontSize, color } = props;\n\n const {\n containerTransform,\n svgLeft,\n labelYTransform,\n signXOffset,\n textXOffset,\n actualWidth,\n isNegative,\n displayValue,\n } = computeIndicatorPositioning(props);\n\n return (\n <div\n className={contextValueText({ fontSize })}\n style={{ transform: containerTransform }}\n >\n <svg\n width={dottedLineWidth}\n style={{ position: 'absolute', left: svgLeft, top: 0 }}\n >\n <line\n data-testid={TestIds.AnnotationIndicator}\n x1={0}\n x2={dottedLineWidth}\n y1={CONTEXT_VALUES_Y_OFFSET}\n y2={CONTEXT_VALUES_Y_OFFSET}\n stroke={CONTEXT_VALUE_STROKE_COLOR}\n strokeWidth={DEFAULT_STROKE_WIDTH}\n strokeDasharray={CONTEXT_VALUE_STROKE_DASHARRAY}\n strokeLinecap={CONTEXT_VALUE_STROKE_LINECAP}\n />\n </svg>\n\n <div\n className={clsx(negativeSign({ containerHeight }))}\n style={{\n transform: `${labelYTransform} translateX(${signXOffset}px)`,\n }}\n >\n {isNegative && NEGATIVE_SIGN}\n </div>\n <TextEllipsis\n truncationMode=\"middle\"\n style={{\n width: `${actualWidth}px`,\n position: 'absolute',\n transform: `${labelYTransform} translateX(${textXOffset}px)`,\n color,\n }}\n >\n {displayValue}\n </TextEllipsis>\n </div>\n );\n};\n"],
|
|
5
|
+
"mappings": "AA6II,SAQI,KARJ;AA7IJ,OAAO,UAAU;AAEjB,SAAS,oBAAoB;AAC7B,SAAS,eAAe;AACxB,SAAS,4BAA4B;AACrC,SAAS,wCAAwC;AACjD,SAAS,sBAAsB;AAC/B;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AACP,SAAS,kBAAkB,oBAAoB;AAC/C;AAAA,EAEE;AAAA,OACK;AAEP,SAAS,8BAA8B;AA+BvC,SAAS,cACP,OACA,UACQ;AACR,MAAI,OAAO;AACT,WAAO;AAAA,EACT;AAEA,SAAO,aAAa,iCAAiC,kBACjD,sCACA;AACN;AAEA,SAAS,4BACP,OACsB;AACtB,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,QAAQ;AAAA,EACV,IAAI;AAEJ,QAAM,aAAa,eAAe,WAAW,aAAa;AAC1D,QAAM,eAAe,aAAa,eAAe,MAAM,CAAC,IAAI;AAC5D,QAAM,SAAS,oBAAoB;AAEnC,QAAM,cAAc;AAAA,IAClB;AAAA,IACA;AAAA,EACF;AACA,QAAM,aACJ,OAAO,qBAAqB,YAAY,CAAC,OAAO,MAAM,gBAAgB,IAClE,mBACA;AACN,QAAM,mBAAmB,SACrB,KAAK,IAAI,aAAa,UAAU,IAChC;AAEJ,QAAM,EAAE,aAAa,YAAY,IAAI;AAAA,IACnC;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA,aAAa,iCAAiC;AAAA,EAChD;AAEA,QAAM,aAAa,cAAc,OAAO,QAAQ;AAEhD,QAAM,eAAe,kBAAkB,aAAa;AAEpD,SAAO;AAAA,IACL,oBAAoB,cAAc,SAAS,kBACzC,SAAS,IAAI,eACf;AAAA,IACA,SAAS,SAAS,kBAAkB;AAAA,IACpC,iBAAiB,cAAc,cAAc,UAAU;AAAA,IACvD;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;AAEO,MAAM,wBAAwB,CAAC,UAAkC;AACtE,QAAM,EAAE,iBAAiB,iBAAiB,UAAU,MAAM,IAAI;AAE9D,QAAM;AAAA,IACJ;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF,IAAI,4BAA4B,KAAK;AAErC,SACE;AAAA,IAAC;AAAA;AAAA,MACC,WAAW,iBAAiB,EAAE,SAAS,CAAC;AAAA,MACxC,OAAO,EAAE,WAAW,mBAAmB;AAAA,MAEvC;AAAA;AAAA,UAAC;AAAA;AAAA,YACC,OAAO;AAAA,YACP,OAAO,EAAE,UAAU,YAAY,MAAM,SAAS,KAAK,EAAE;AAAA,YAErD;AAAA,cAAC;AAAA;AAAA,gBACC,eAAa,QAAQ;AAAA,gBACrB,IAAI;AAAA,gBACJ,IAAI;AAAA,gBACJ,IAAI;AAAA,gBACJ,IAAI;AAAA,gBACJ,QAAQ;AAAA,gBACR,aAAa;AAAA,gBACb,iBAAiB;AAAA,gBACjB,eAAe;AAAA;AAAA,YACjB;AAAA;AAAA,QACF;AAAA,QAEA;AAAA,UAAC;AAAA;AAAA,YACC,WAAW,KAAK,aAAa,EAAE,gBAAgB,CAAC,CAAC;AAAA,YACjD,OAAO;AAAA,cACL,WAAW,GAAG,eAAe,eAAe,WAAW;AAAA,YACzD;AAAA,YAEC,wBAAc;AAAA;AAAA,QACjB;AAAA,QACA;AAAA,UAAC;AAAA;AAAA,YACC,gBAAe;AAAA,YACf,OAAO;AAAA,cACL,OAAO,GAAG,WAAW;AAAA,cACrB,UAAU;AAAA,cACV,WAAW,GAAG,eAAe,eAAe,WAAW;AAAA,cACvD;AAAA,YACF;AAAA,YAEC;AAAA;AAAA,QACH;AAAA;AAAA;AAAA,EACF;AAEJ;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -19,34 +19,46 @@ const CONTEXT_VALUE_STROKE_COLOR = Colors.Background.Field.Neutral.DefaultActive
|
|
|
19
19
|
const CONTEXT_VALUES_Y_OFFSET = 0;
|
|
20
20
|
const AXIS_HEIGHT = 25;
|
|
21
21
|
const CONTEXT_VALUE_LINE_HEIGHT = 12;
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
22
|
+
const CONTEXT_VALUE_LARGE_LINE_HEIGHT = 16;
|
|
23
|
+
const CONTEXT_VALUE_TEXT_OFFSET_MAX = 4;
|
|
24
|
+
const CONTEXT_VALUE_TEXT_OFFSET_MIN_SMALL = 8;
|
|
25
|
+
const CONTEXT_VALUE_TEXT_OFFSET_MIN_LARGE = 12;
|
|
26
|
+
const CONTEXT_VALUE_LABELS_GAP = 8;
|
|
27
|
+
const CONTEXT_VALUE_MIN_LABELS_DISTANCE_SMALL = CONTEXT_VALUE_TEXT_OFFSET_MIN_SMALL + CONTEXT_VALUE_LINE_HEIGHT + CONTEXT_VALUE_LABELS_GAP - CONTEXT_VALUE_TEXT_OFFSET_MAX;
|
|
28
|
+
const CONTEXT_VALUE_MIN_LABELS_DISTANCE_LARGE = CONTEXT_VALUE_TEXT_OFFSET_MIN_LARGE + CONTEXT_VALUE_LARGE_LINE_HEIGHT + CONTEXT_VALUE_LABELS_GAP - CONTEXT_VALUE_TEXT_OFFSET_MAX;
|
|
27
29
|
const CONTEXT_VALUES_FONT = Typography.Text.Small.Emphasized;
|
|
28
30
|
const CONTEXT_VALUE_MAX_WIDTH = 300;
|
|
29
31
|
const SPARKLINE_ARIA_LABEL = "Sparkline";
|
|
30
32
|
const CONTEXT_VALUE_INDICATOR_X_OFFSET = 8;
|
|
31
|
-
const
|
|
33
|
+
const CONTEXT_VALUE_SIGN_COLUMN_SMALL = 8;
|
|
34
|
+
const CONTEXT_VALUE_SIGN_COLUMN_LARGE = 10;
|
|
32
35
|
const NEGATIVE_SIGN = "-";
|
|
36
|
+
const CONTEXT_VALUE_SIGN_NUDGE_RIGHT = 5;
|
|
37
|
+
const CONTEXT_VALUE_TRAILING_PADDING = 3;
|
|
38
|
+
const CONTEXT_VALUE_SIGN_COLUMN_HEIGHT_THRESHOLD = 24;
|
|
33
39
|
const FONT_SIZE_BREAKING_POINT = 32;
|
|
34
40
|
export {
|
|
35
41
|
AXIS_HEIGHT,
|
|
36
42
|
CONTEXT_VALUES_FONT,
|
|
37
43
|
CONTEXT_VALUES_Y_OFFSET,
|
|
38
44
|
CONTEXT_VALUE_INDICATOR_X_OFFSET,
|
|
45
|
+
CONTEXT_VALUE_LABELS_GAP,
|
|
46
|
+
CONTEXT_VALUE_LARGE_LINE_HEIGHT,
|
|
39
47
|
CONTEXT_VALUE_LINE_HEIGHT,
|
|
40
|
-
CONTEXT_VALUE_LINE_OFFSET_MAX_DIVISOR,
|
|
41
|
-
CONTEXT_VALUE_LINE_OFFSET_MIN,
|
|
42
48
|
CONTEXT_VALUE_MAX_WIDTH,
|
|
43
|
-
|
|
44
|
-
|
|
49
|
+
CONTEXT_VALUE_MIN_LABELS_DISTANCE_LARGE,
|
|
50
|
+
CONTEXT_VALUE_MIN_LABELS_DISTANCE_SMALL,
|
|
51
|
+
CONTEXT_VALUE_SIGN_COLUMN_HEIGHT_THRESHOLD,
|
|
52
|
+
CONTEXT_VALUE_SIGN_COLUMN_LARGE,
|
|
53
|
+
CONTEXT_VALUE_SIGN_COLUMN_SMALL,
|
|
54
|
+
CONTEXT_VALUE_SIGN_NUDGE_RIGHT,
|
|
45
55
|
CONTEXT_VALUE_STROKE_COLOR,
|
|
46
56
|
CONTEXT_VALUE_STROKE_DASHARRAY,
|
|
47
57
|
CONTEXT_VALUE_STROKE_LINECAP,
|
|
48
|
-
|
|
49
|
-
|
|
58
|
+
CONTEXT_VALUE_TEXT_OFFSET_MAX,
|
|
59
|
+
CONTEXT_VALUE_TEXT_OFFSET_MIN_LARGE,
|
|
60
|
+
CONTEXT_VALUE_TEXT_OFFSET_MIN_SMALL,
|
|
61
|
+
CONTEXT_VALUE_TRAILING_PADDING,
|
|
50
62
|
DEFAULT_SCALE_FALLBACK_COLOR,
|
|
51
63
|
DEFAULT_SHOW_CONTEXT_VALUES,
|
|
52
64
|
FONT_SIZE_BREAKING_POINT,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../src/charts/core/components/sparkline-display/constants.ts"],
|
|
4
|
-
"sourcesContent": ["import Colors from '@dynatrace/strato-design-tokens/colors';\nimport Typography from '@dynatrace/strato-design-tokens/typography';\n\nimport { SparklineXAxisInternalProps } from './types/sparkline-x-axis-props.js';\nimport type { SparklineYAxisProps } from './types/sparkline-y-axis-props.js';\n\nexport const defaultXAxisConfig: Required<SparklineXAxisInternalProps> = {\n min: 'data-min',\n max: 'data-max',\n};\n\nexport const defaultYAxisConfig: Required<\n Omit<SparklineYAxisProps, 'formatter'>\n> = {\n min: 'data-min',\n max: 'data-max',\n scale: 'linear',\n};\n\nexport const DEFAULT_SCALE_FALLBACK_COLOR = Colors.Text.Neutral.Default;\n\nexport const DEFAULT_SHOW_CONTEXT_VALUES = false;\n\nexport const TIMESTAMP_BAR_WIDTH = 5;\nexport const TIMESTAMP_BAR_X_DEVIATION = 2;\n\nexport const CONTEXT_VALUE_STROKE_DASHARRAY = '2,2';\nexport const CONTEXT_VALUE_STROKE_LINECAP = 'round';\nexport const CONTEXT_VALUE_STROKE_COLOR =\n Colors.Background.Field.Neutral.DefaultActive;\n\nexport const CONTEXT_VALUES_Y_OFFSET = 0;\nexport const AXIS_HEIGHT = 25;\n\nexport const CONTEXT_VALUE_LINE_HEIGHT = 12;\nexport const
|
|
5
|
-
"mappings": "AAAA,OAAO,YAAY;AACnB,OAAO,gBAAgB;AAKhB,MAAM,qBAA4D;AAAA,EACvE,KAAK;AAAA,EACL,KAAK;AACP;AAEO,MAAM,qBAET;AAAA,EACF,KAAK;AAAA,EACL,KAAK;AAAA,EACL,OAAO;AACT;AAEO,MAAM,+BAA+B,OAAO,KAAK,QAAQ;AAEzD,MAAM,8BAA8B;AAEpC,MAAM,sBAAsB;AAC5B,MAAM,4BAA4B;AAElC,MAAM,iCAAiC;AACvC,MAAM,+BAA+B;AACrC,MAAM,6BACX,OAAO,WAAW,MAAM,QAAQ;AAE3B,MAAM,0BAA0B;AAChC,MAAM,cAAc;AAEpB,MAAM,4BAA4B;AAClC,MAAM,
|
|
4
|
+
"sourcesContent": ["import Colors from '@dynatrace/strato-design-tokens/colors';\nimport Typography from '@dynatrace/strato-design-tokens/typography';\n\nimport { SparklineXAxisInternalProps } from './types/sparkline-x-axis-props.js';\nimport type { SparklineYAxisProps } from './types/sparkline-y-axis-props.js';\n\nexport const defaultXAxisConfig: Required<SparklineXAxisInternalProps> = {\n min: 'data-min',\n max: 'data-max',\n};\n\nexport const defaultYAxisConfig: Required<\n Omit<SparklineYAxisProps, 'formatter'>\n> = {\n min: 'data-min',\n max: 'data-max',\n scale: 'linear',\n};\n\nexport const DEFAULT_SCALE_FALLBACK_COLOR = Colors.Text.Neutral.Default;\n\nexport const DEFAULT_SHOW_CONTEXT_VALUES = false;\n\nexport const TIMESTAMP_BAR_WIDTH = 5;\nexport const TIMESTAMP_BAR_X_DEVIATION = 2;\n\nexport const CONTEXT_VALUE_STROKE_DASHARRAY = '2,2';\nexport const CONTEXT_VALUE_STROKE_LINECAP = 'round';\nexport const CONTEXT_VALUE_STROKE_COLOR =\n Colors.Background.Field.Neutral.DefaultActive;\n\nexport const CONTEXT_VALUES_Y_OFFSET = 0;\nexport const AXIS_HEIGHT = 25;\n\nexport const CONTEXT_VALUE_LINE_HEIGHT = 12;\nexport const CONTEXT_VALUE_LARGE_LINE_HEIGHT = 16;\nexport const CONTEXT_VALUE_TEXT_OFFSET_MAX = 4;\nexport const CONTEXT_VALUE_TEXT_OFFSET_MIN_SMALL = 8;\nexport const CONTEXT_VALUE_TEXT_OFFSET_MIN_LARGE = 12;\nexport const CONTEXT_VALUE_LABELS_GAP = 8;\n// Minimum distance between raw y-positions so text labels don't overlap.\n// Derived from the text-box geometry per font size:\n// small: textOffsetMinSmall(8) + lineHeight(12) + gap(8) - textOffsetMax(4) = 24\n// large: textOffsetMinLarge(12) + lineHeightLarge(16) + gap(8) - textOffsetMax(4) = 32\nexport const CONTEXT_VALUE_MIN_LABELS_DISTANCE_SMALL =\n CONTEXT_VALUE_TEXT_OFFSET_MIN_SMALL +\n CONTEXT_VALUE_LINE_HEIGHT +\n CONTEXT_VALUE_LABELS_GAP -\n CONTEXT_VALUE_TEXT_OFFSET_MAX;\nexport const CONTEXT_VALUE_MIN_LABELS_DISTANCE_LARGE =\n CONTEXT_VALUE_TEXT_OFFSET_MIN_LARGE +\n CONTEXT_VALUE_LARGE_LINE_HEIGHT +\n CONTEXT_VALUE_LABELS_GAP -\n CONTEXT_VALUE_TEXT_OFFSET_MAX;\n\nexport const CONTEXT_VALUES_FONT = Typography.Text.Small.Emphasized;\nexport const CONTEXT_VALUE_MAX_WIDTH = 300;\n\nexport const SPARKLINE_ARIA_LABEL = 'Sparkline';\n\nexport const CONTEXT_VALUE_INDICATOR_X_OFFSET = 8;\n\n// Horizontal space always reserved for the negative sign and its CSS marginLeft,\n// so that the chart width is stable regardless of whether values are negative.\n// sign-div width + Spacings.Size4 (4 px) CSS marginLeft.\nexport const CONTEXT_VALUE_SIGN_COLUMN_SMALL = 8; // 4 px sign + 4 px margin (height \u2264 24)\nexport const CONTEXT_VALUE_SIGN_COLUMN_LARGE = 10; // 6 px sign + 4 px margin (height > 24)\n\nexport const NEGATIVE_SIGN = '-';\n\n/** 1 px visual nudge + 4 px CSS marginLeft on the sign element. */\nexport const CONTEXT_VALUE_SIGN_NUDGE_RIGHT = 5;\n\n/** Padding added after the measured label + sign column. */\nexport const CONTEXT_VALUE_TRAILING_PADDING = 3;\n\n/** Height threshold (px) for sign-column sizing: <= uses SMALL, > uses LARGE. */\nexport const CONTEXT_VALUE_SIGN_COLUMN_HEIGHT_THRESHOLD = 24;\n\nexport const FONT_SIZE_BREAKING_POINT = 32;\n"],
|
|
5
|
+
"mappings": "AAAA,OAAO,YAAY;AACnB,OAAO,gBAAgB;AAKhB,MAAM,qBAA4D;AAAA,EACvE,KAAK;AAAA,EACL,KAAK;AACP;AAEO,MAAM,qBAET;AAAA,EACF,KAAK;AAAA,EACL,KAAK;AAAA,EACL,OAAO;AACT;AAEO,MAAM,+BAA+B,OAAO,KAAK,QAAQ;AAEzD,MAAM,8BAA8B;AAEpC,MAAM,sBAAsB;AAC5B,MAAM,4BAA4B;AAElC,MAAM,iCAAiC;AACvC,MAAM,+BAA+B;AACrC,MAAM,6BACX,OAAO,WAAW,MAAM,QAAQ;AAE3B,MAAM,0BAA0B;AAChC,MAAM,cAAc;AAEpB,MAAM,4BAA4B;AAClC,MAAM,kCAAkC;AACxC,MAAM,gCAAgC;AACtC,MAAM,sCAAsC;AAC5C,MAAM,sCAAsC;AAC5C,MAAM,2BAA2B;AAKjC,MAAM,0CACX,sCACA,4BACA,2BACA;AACK,MAAM,0CACX,sCACA,kCACA,2BACA;AAEK,MAAM,sBAAsB,WAAW,KAAK,MAAM;AAClD,MAAM,0BAA0B;AAEhC,MAAM,uBAAuB;AAE7B,MAAM,mCAAmC;AAKzC,MAAM,kCAAkC;AACxC,MAAM,kCAAkC;AAExC,MAAM,gBAAgB;AAGtB,MAAM,iCAAiC;AAGvC,MAAM,iCAAiC;AAGvC,MAAM,6CAA6C;AAEnD,MAAM,2BAA2B;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/esm/charts/core/components/sparkline-display/utils/get-adjusted-context-value-y-position.js
CHANGED
|
@@ -1,12 +1,19 @@
|
|
|
1
|
-
|
|
2
|
-
function getAdjustedContextValueYPosition(rawMinYPos, rawMaxYPos, otherIndicatorVisible, isMax) {
|
|
1
|
+
function getAdjustedContextValueYPosition(rawMinYPos, rawMaxYPos, otherIndicatorVisible, isMax, minLabelsDistance, textOffset, chartHeight, textBottomOverflow) {
|
|
3
2
|
const currentVerticalGap = rawMinYPos - rawMaxYPos;
|
|
4
|
-
const needsOverlapAdjustment = otherIndicatorVisible && currentVerticalGap <
|
|
3
|
+
const needsOverlapAdjustment = otherIndicatorVisible && currentVerticalGap < minLabelsDistance;
|
|
4
|
+
let position;
|
|
5
5
|
if (needsOverlapAdjustment) {
|
|
6
|
-
const requiredShift = (
|
|
7
|
-
|
|
6
|
+
const requiredShift = (minLabelsDistance - currentVerticalGap) / 2;
|
|
7
|
+
position = isMax ? rawMaxYPos - requiredShift : rawMinYPos + requiredShift;
|
|
8
|
+
} else {
|
|
9
|
+
position = isMax ? rawMaxYPos : rawMinYPos;
|
|
8
10
|
}
|
|
9
|
-
|
|
11
|
+
if (isMax) {
|
|
12
|
+
position = Math.max(position, textOffset);
|
|
13
|
+
} else if (chartHeight !== void 0 && textBottomOverflow !== void 0) {
|
|
14
|
+
position = Math.min(position, chartHeight - textBottomOverflow);
|
|
15
|
+
}
|
|
16
|
+
return position;
|
|
10
17
|
}
|
|
11
18
|
export {
|
|
12
19
|
getAdjustedContextValueYPosition
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../src/charts/core/components/sparkline-display/utils/get-adjusted-context-value-y-position.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["/**\n * Returns the adjusted y-position for a context-value indicator.\n * Prevents label overlap when min/max values are too close together\n * and clamps the result so the text label stays within the chart area.\n *\n * @param rawMinYPos\n * @param rawMaxYPos\n * @param otherIndicatorVisible - Whether the other indicator is rendered.\n * @param isMax - True when computing the position for the max indicator.\n * @param minLabelsDistance - Minimum vertical gap (px) between the two indicators\n * to prevent overlap. Use `CONTEXT_VALUE_MIN_LABELS_DISTANCE_SMALL` (24 px)\n * or `CONTEXT_VALUE_MIN_LABELS_DISTANCE_LARGE` (32 px) depending on font size.\n * @param textOffset - Space (px) the label needs above its anchor. Used to\n * clamp the max label within the top boundary.\n * @param chartHeight - Chart area height (px). When set, the min label is\n * clamped so it doesn't overflow below the chart.\n * @param textBottomOverflow - How far (px) the label extends below its anchor\n * (`lineHeight \u2212 textOffset`, typically 4 px). When omitted, no bottom clamping is applied.\n */\nexport function getAdjustedContextValueYPosition(\n rawMinYPos: number,\n rawMaxYPos: number,\n otherIndicatorVisible: boolean,\n isMax: boolean,\n minLabelsDistance: number,\n textOffset: number,\n chartHeight?: number,\n textBottomOverflow?: number,\n): number {\n const currentVerticalGap = rawMinYPos - rawMaxYPos;\n const needsOverlapAdjustment =\n otherIndicatorVisible && currentVerticalGap < minLabelsDistance;\n\n let position: number;\n\n if (needsOverlapAdjustment) {\n const requiredShift = (minLabelsDistance - currentVerticalGap) / 2;\n position = isMax ? rawMaxYPos - requiredShift : rawMinYPos + requiredShift;\n } else {\n position = isMax ? rawMaxYPos : rawMinYPos;\n }\n\n // Clamp so the text label stays within the chart boundaries.\n if (isMax) {\n // Max label: text is rendered at (position \u2212 textOffset), must be \u2265 0.\n position = Math.max(position, textOffset);\n } else if (chartHeight !== undefined && textBottomOverflow !== undefined) {\n // Min label: text bottom is at (position + textBottomOverflow), must be \u2264 chartHeight.\n position = Math.min(position, chartHeight - textBottomOverflow);\n }\n\n return position;\n}\n"],
|
|
5
|
+
"mappings": "AAmBO,SAAS,iCACd,YACA,YACA,uBACA,OACA,mBACA,YACA,aACA,oBACQ;AACR,QAAM,qBAAqB,aAAa;AACxC,QAAM,yBACJ,yBAAyB,qBAAqB;AAEhD,MAAI;AAEJ,MAAI,wBAAwB;AAC1B,UAAM,iBAAiB,oBAAoB,sBAAsB;AACjE,eAAW,QAAQ,aAAa,gBAAgB,aAAa;AAAA,EAC/D,OAAO;AACL,eAAW,QAAQ,aAAa;AAAA,EAClC;AAGA,MAAI,OAAO;AAET,eAAW,KAAK,IAAI,UAAU,UAAU;AAAA,EAC1C,WAAW,gBAAgB,UAAa,uBAAuB,QAAW;AAExE,eAAW,KAAK,IAAI,UAAU,cAAc,kBAAkB;AAAA,EAChE;AAEA,SAAO;AACT;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -5,6 +5,10 @@ import {
|
|
|
5
5
|
import { calculateWidth } from "../../text-ellipsis/truncate-string.js";
|
|
6
6
|
import {
|
|
7
7
|
CONTEXT_VALUE_MAX_WIDTH,
|
|
8
|
+
CONTEXT_VALUE_SIGN_COLUMN_HEIGHT_THRESHOLD,
|
|
9
|
+
CONTEXT_VALUE_SIGN_COLUMN_LARGE,
|
|
10
|
+
CONTEXT_VALUE_SIGN_COLUMN_SMALL,
|
|
11
|
+
CONTEXT_VALUE_TRAILING_PADDING,
|
|
8
12
|
FONT_SIZE_BREAKING_POINT,
|
|
9
13
|
NEGATIVE_SIGN
|
|
10
14
|
} from "../constants.js";
|
|
@@ -21,25 +25,25 @@ function getContextValueLayout({
|
|
|
21
25
|
const fontMap = containerHeight >= FONT_SIZE_BREAKING_POINT ? charsFontWidth12pixelsSize500Map : charsFontWidth9pixelsSize500Map;
|
|
22
26
|
let contextValueWidth = labelsFixedWidth;
|
|
23
27
|
if (contextValueWidth === void 0) {
|
|
28
|
+
const stripSign = (s) => s.startsWith(NEGATIVE_SIGN) ? s.slice(1) : s;
|
|
29
|
+
const maxDigitStr = stripSign(formattedContextMaxValue);
|
|
30
|
+
const minDigitStr = stripSign(formattedContextMinValue);
|
|
24
31
|
const maxContextValueWidth = showContextValues ? Math.min(
|
|
25
|
-
Math.ceil(calculateWidth(
|
|
32
|
+
Math.ceil(calculateWidth(maxDigitStr, fontMap)),
|
|
26
33
|
CONTEXT_VALUE_MAX_WIDTH
|
|
27
34
|
) : 0;
|
|
28
35
|
const minContextValueWidth = showContextValues ? Math.min(
|
|
29
|
-
Math.ceil(calculateWidth(
|
|
36
|
+
Math.ceil(calculateWidth(minDigitStr, fontMap)),
|
|
30
37
|
CONTEXT_VALUE_MAX_WIDTH
|
|
31
38
|
) : 0;
|
|
32
|
-
|
|
39
|
+
const signColumnReservation = showContextValues ? containerHeight > CONTEXT_VALUE_SIGN_COLUMN_HEIGHT_THRESHOLD ? CONTEXT_VALUE_SIGN_COLUMN_LARGE : CONTEXT_VALUE_SIGN_COLUMN_SMALL : 0;
|
|
40
|
+
contextValueWidth = Math.max(maxContextValueWidth, minContextValueWidth) + signColumnReservation + CONTEXT_VALUE_TRAILING_PADDING;
|
|
33
41
|
}
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const chartLeftOffset = showContextValues && labelsAlignment === "left" ? contextValueWidth : rightOffset;
|
|
37
|
-
const labelsRightOffset = contextValuesOnlyPositiveValues && labelsAlignment !== "left" ? 6 : 0;
|
|
38
|
-
const chartWidth = showContextValues ? containerWidth - contextValueWidth - labelsRightOffset : containerWidth;
|
|
42
|
+
const chartLeftOffset = showContextValues && labelsAlignment === "left" ? contextValueWidth : 0;
|
|
43
|
+
const chartWidth = showContextValues ? containerWidth - contextValueWidth : containerWidth;
|
|
39
44
|
return {
|
|
40
45
|
fontSizePx,
|
|
41
46
|
contextValueWidth,
|
|
42
|
-
contextValuesOnlyPositiveValues,
|
|
43
47
|
chartLeftOffset,
|
|
44
48
|
chartWidth
|
|
45
49
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../src/charts/core/components/sparkline-display/utils/get-context-value-layout.ts"],
|
|
4
|
-
"sourcesContent": ["import {\n charsFontWidth12pixelsSize500Map,\n charsFontWidth9pixelsSize500Map,\n} from '../../text-ellipsis/chars-font-width-map.js';\nimport { calculateWidth } from '../../text-ellipsis/truncate-string.js';\nimport {\n CONTEXT_VALUE_MAX_WIDTH,\n FONT_SIZE_BREAKING_POINT,\n NEGATIVE_SIGN,\n} from '../constants.js';\nimport type { SparklinLabelsAlignment } from '../types/sparkline-props.js';\n\ninterface GetContextValueLayoutProps {\n containerHeight: number;\n containerWidth: number;\n showContextValues: boolean;\n formattedContextMaxValue: string;\n formattedContextMinValue: string;\n labelsAlignment: SparklinLabelsAlignment;\n labelsFixedWidth?: number;\n}\n\ninterface ContextValueLayout {\n fontSizePx: string;\n contextValueWidth: number;\n
|
|
5
|
-
"mappings": "AAAA;AAAA,EACE;AAAA,EACA;AAAA,OACK;AACP,SAAS,sBAAsB;AAC/B;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,OACK;
|
|
4
|
+
"sourcesContent": ["import {\n charsFontWidth12pixelsSize500Map,\n charsFontWidth9pixelsSize500Map,\n} from '../../text-ellipsis/chars-font-width-map.js';\nimport { calculateWidth } from '../../text-ellipsis/truncate-string.js';\nimport {\n CONTEXT_VALUE_MAX_WIDTH,\n CONTEXT_VALUE_SIGN_COLUMN_HEIGHT_THRESHOLD,\n CONTEXT_VALUE_SIGN_COLUMN_LARGE,\n CONTEXT_VALUE_SIGN_COLUMN_SMALL,\n CONTEXT_VALUE_TRAILING_PADDING,\n FONT_SIZE_BREAKING_POINT,\n NEGATIVE_SIGN,\n} from '../constants.js';\nimport type { SparklinLabelsAlignment } from '../types/sparkline-props.js';\n\ninterface GetContextValueLayoutProps {\n containerHeight: number;\n containerWidth: number;\n showContextValues: boolean;\n formattedContextMaxValue: string;\n formattedContextMinValue: string;\n labelsAlignment: SparklinLabelsAlignment;\n labelsFixedWidth?: number;\n}\n\ninterface ContextValueLayout {\n fontSizePx: string;\n contextValueWidth: number;\n chartLeftOffset: number;\n chartWidth: number;\n}\n\nexport function getContextValueLayout({\n containerHeight,\n containerWidth,\n showContextValues,\n formattedContextMaxValue,\n formattedContextMinValue,\n labelsAlignment,\n labelsFixedWidth,\n}: GetContextValueLayoutProps): ContextValueLayout {\n const fontSizePx =\n containerHeight >= FONT_SIZE_BREAKING_POINT ? '12px' : '9px';\n\n const fontMap =\n containerHeight >= FONT_SIZE_BREAKING_POINT\n ? charsFontWidth12pixelsSize500Map\n : charsFontWidth9pixelsSize500Map;\n\n let contextValueWidth = labelsFixedWidth;\n\n if (contextValueWidth === undefined) {\n const stripSign = (s: string) =>\n s.startsWith(NEGATIVE_SIGN) ? s.slice(1) : s;\n const maxDigitStr = stripSign(formattedContextMaxValue);\n const minDigitStr = stripSign(formattedContextMinValue);\n\n const maxContextValueWidth = showContextValues\n ? Math.min(\n Math.ceil(calculateWidth(maxDigitStr, fontMap)),\n CONTEXT_VALUE_MAX_WIDTH,\n )\n : 0;\n\n const minContextValueWidth = showContextValues\n ? Math.min(\n Math.ceil(calculateWidth(minDigitStr, fontMap)),\n CONTEXT_VALUE_MAX_WIDTH,\n )\n : 0;\n\n // Reserve sign-column space only when context values are shown; this keeps\n // contextValueWidth at its minimal size (3 px) when values are hidden.\n const signColumnReservation = showContextValues\n ? containerHeight > CONTEXT_VALUE_SIGN_COLUMN_HEIGHT_THRESHOLD\n ? CONTEXT_VALUE_SIGN_COLUMN_LARGE\n : CONTEXT_VALUE_SIGN_COLUMN_SMALL\n : 0;\n\n contextValueWidth =\n Math.max(maxContextValueWidth, minContextValueWidth) +\n signColumnReservation +\n CONTEXT_VALUE_TRAILING_PADDING;\n }\n\n const chartLeftOffset =\n showContextValues && labelsAlignment === 'left' ? contextValueWidth : 0;\n\n const chartWidth = showContextValues\n ? containerWidth - contextValueWidth\n : containerWidth;\n\n return {\n fontSizePx,\n contextValueWidth,\n chartLeftOffset,\n chartWidth,\n };\n}\n"],
|
|
5
|
+
"mappings": "AAAA;AAAA,EACE;AAAA,EACA;AAAA,OACK;AACP,SAAS,sBAAsB;AAC/B;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OACK;AAoBA,SAAS,sBAAsB;AAAA,EACpC;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF,GAAmD;AACjD,QAAM,aACJ,mBAAmB,2BAA2B,SAAS;AAEzD,QAAM,UACJ,mBAAmB,2BACf,mCACA;AAEN,MAAI,oBAAoB;AAExB,MAAI,sBAAsB,QAAW;AACnC,UAAM,YAAY,CAAC,MACjB,EAAE,WAAW,aAAa,IAAI,EAAE,MAAM,CAAC,IAAI;AAC7C,UAAM,cAAc,UAAU,wBAAwB;AACtD,UAAM,cAAc,UAAU,wBAAwB;AAEtD,UAAM,uBAAuB,oBACzB,KAAK;AAAA,MACH,KAAK,KAAK,eAAe,aAAa,OAAO,CAAC;AAAA,MAC9C;AAAA,IACF,IACA;AAEJ,UAAM,uBAAuB,oBACzB,KAAK;AAAA,MACH,KAAK,KAAK,eAAe,aAAa,OAAO,CAAC;AAAA,MAC9C;AAAA,IACF,IACA;AAIJ,UAAM,wBAAwB,oBAC1B,kBAAkB,6CAChB,kCACA,kCACF;AAEJ,wBACE,KAAK,IAAI,sBAAsB,oBAAoB,IACnD,wBACA;AAAA,EACJ;AAEA,QAAM,kBACJ,qBAAqB,oBAAoB,SAAS,oBAAoB;AAExE,QAAM,aAAa,oBACf,iBAAiB,oBACjB;AAEJ,SAAO;AAAA,IACL;AAAA,IACA;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CONTEXT_VALUE_INDICATOR_X_OFFSET,
|
|
3
|
-
|
|
3
|
+
CONTEXT_VALUE_SIGN_NUDGE_RIGHT
|
|
4
4
|
} from "../constants.js";
|
|
5
5
|
import { SparklineContainerHeight } from "../types/sparkline-container-height.js";
|
|
6
6
|
const getContextValueXOffset = (isLeft, chartLeftOffset, labelWidth, dottedLineWidth, containerHeight, isSmallFontSize) => {
|
|
@@ -8,12 +8,14 @@ const getContextValueXOffset = (isLeft, chartLeftOffset, labelWidth, dottedLineW
|
|
|
8
8
|
const signMarginAdjustment = isSmallFontSize ? 1 : 10;
|
|
9
9
|
const textMarginAdjustment = isSmallFontSize ? 7 : 0;
|
|
10
10
|
if (isLeft) {
|
|
11
|
-
const
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
const base = chartLeftOffset - labelWidth - CONTEXT_VALUE_INDICATOR_X_OFFSET + signWidth;
|
|
12
|
+
return {
|
|
13
|
+
signXOffset: base - signMarginAdjustment,
|
|
14
|
+
textXOffset: base + textMarginAdjustment
|
|
15
|
+
};
|
|
14
16
|
}
|
|
15
17
|
const textXOffset = dottedLineWidth + CONTEXT_VALUE_INDICATOR_X_OFFSET;
|
|
16
|
-
const signXOffset =
|
|
18
|
+
const signXOffset = textXOffset - signWidth - CONTEXT_VALUE_SIGN_NUDGE_RIGHT;
|
|
17
19
|
return { signXOffset, textXOffset };
|
|
18
20
|
};
|
|
19
21
|
export {
|
package/esm/charts/core/components/sparkline-display/utils/get-context-value-x-offset.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../src/charts/core/components/sparkline-display/utils/get-context-value-x-offset.ts"],
|
|
4
|
-
"sourcesContent": ["import {\n CONTEXT_VALUE_INDICATOR_X_OFFSET,\n
|
|
5
|
-
"mappings": "AAAA;AAAA,EACE;AAAA,EACA;AAAA,OACK;AACP,SAAS,gCAAgC;AAOlC,MAAM,yBAAyB,CACpC,QACA,iBACA,YACA,iBACA,iBACA,oBAC0B;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["import {\n CONTEXT_VALUE_INDICATOR_X_OFFSET,\n CONTEXT_VALUE_SIGN_NUDGE_RIGHT,\n} from '../constants.js';\nimport { SparklineContainerHeight } from '../types/sparkline-container-height.js';\n\nexport interface ContextValuePositions {\n signXOffset: number;\n textXOffset: number;\n}\n\nexport const getContextValueXOffset = (\n isLeft: boolean,\n chartLeftOffset: number,\n labelWidth: number,\n dottedLineWidth: number,\n containerHeight: SparklineContainerHeight,\n isSmallFontSize: boolean,\n): ContextValuePositions => {\n // Sign glyph width: 4 px (HEIGHT24) or 6 px (larger containers).\n const signWidth =\n containerHeight === SparklineContainerHeight.HEIGHT24 ? 4 : 6;\n // Pixel adjustments that align sign/text relative to the label edge per font size.\n const signMarginAdjustment = isSmallFontSize ? 1 : 10;\n const textMarginAdjustment = isSmallFontSize ? 7 : 0;\n\n if (isLeft) {\n const base =\n chartLeftOffset -\n labelWidth -\n CONTEXT_VALUE_INDICATOR_X_OFFSET +\n signWidth;\n return {\n signXOffset: base - signMarginAdjustment,\n textXOffset: base + textMarginAdjustment,\n };\n }\n\n // Right-positioned: offsets are relative to the dotted line end.\n const textXOffset = dottedLineWidth + CONTEXT_VALUE_INDICATOR_X_OFFSET;\n const signXOffset = textXOffset - signWidth - CONTEXT_VALUE_SIGN_NUDGE_RIGHT;\n\n return { signXOffset, textXOffset };\n};\n"],
|
|
5
|
+
"mappings": "AAAA;AAAA,EACE;AAAA,EACA;AAAA,OACK;AACP,SAAS,gCAAgC;AAOlC,MAAM,yBAAyB,CACpC,QACA,iBACA,YACA,iBACA,iBACA,oBAC0B;AAE1B,QAAM,YACJ,oBAAoB,yBAAyB,WAAW,IAAI;AAE9D,QAAM,uBAAuB,kBAAkB,IAAI;AACnD,QAAM,uBAAuB,kBAAkB,IAAI;AAEnD,MAAI,QAAQ;AACV,UAAM,OACJ,kBACA,aACA,mCACA;AACF,WAAO;AAAA,MACL,aAAa,OAAO;AAAA,MACpB,aAAa,OAAO;AAAA,IACtB;AAAA,EACF;AAGA,QAAM,cAAc,kBAAkB;AACtC,QAAM,cAAc,cAAc,YAAY;AAE9C,SAAO,EAAE,aAAa,YAAY;AACpC;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
|
@@ -1,16 +1,22 @@
|
|
|
1
|
+
import {
|
|
2
|
+
formatValue,
|
|
3
|
+
tickValueFormatter
|
|
4
|
+
} from "../../../utils/format-value.js";
|
|
1
5
|
import { getFormatter } from "../../../utils/get-formatter.js";
|
|
2
|
-
import { getYAxisTickFormatter } from "../../axes/utils/tick-formatters.js";
|
|
3
6
|
function getFormattedContextValues({
|
|
4
|
-
yScale,
|
|
5
7
|
unit,
|
|
6
8
|
formatter,
|
|
7
9
|
domainValues
|
|
8
10
|
}) {
|
|
9
11
|
const resolvedFormatter = getFormatter(formatter);
|
|
10
|
-
const
|
|
12
|
+
const contextFormatter = resolvedFormatter ?? formatValue;
|
|
13
|
+
const wrappedFormatter = tickValueFormatter(
|
|
14
|
+
(value) => contextFormatter(value, unit),
|
|
15
|
+
unit
|
|
16
|
+
);
|
|
11
17
|
return {
|
|
12
|
-
formattedContextMaxValue:
|
|
13
|
-
formattedContextMinValue:
|
|
18
|
+
formattedContextMaxValue: wrappedFormatter(domainValues.max),
|
|
19
|
+
formattedContextMinValue: wrappedFormatter(domainValues.min)
|
|
14
20
|
};
|
|
15
21
|
}
|
|
16
22
|
export {
|
package/esm/charts/core/components/sparkline-display/utils/get-formatted-context-values.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../src/charts/core/components/sparkline-display/utils/get-formatted-context-values.ts"],
|
|
4
|
-
"sourcesContent": ["import type {
|
|
5
|
-
"mappings": "
|
|
4
|
+
"sourcesContent": ["import type {\n ConvertibleUnit,\n FormatOptions,\n Unit,\n} from '@dynatrace-sdk/units';\n\nimport type { ChartUnit } from '../../../types/chart-unit.js';\nimport type { Formatter } from '../../../types/formatter.js';\nimport {\n formatValue,\n tickValueFormatter,\n} from '../../../utils/format-value.js';\nimport { getFormatter } from '../../../utils/get-formatter.js';\n\ninterface GetFormattedContextValuesProps {\n unit: ChartUnit;\n formatter?: Formatter | FormatOptions<Unit, ConvertibleUnit>;\n domainValues: { min: number; max: number };\n}\n\ninterface FormattedContextValues {\n formattedContextMaxValue: string;\n formattedContextMinValue: string;\n}\n\nexport function getFormattedContextValues({\n unit,\n formatter,\n domainValues,\n}: GetFormattedContextValuesProps): FormattedContextValues {\n const resolvedFormatter = getFormatter(formatter);\n const contextFormatter = resolvedFormatter ?? formatValue;\n const wrappedFormatter = tickValueFormatter(\n (value: number) => contextFormatter(value, unit),\n unit,\n );\n\n return {\n formattedContextMaxValue: wrappedFormatter(domainValues.max),\n formattedContextMinValue: wrappedFormatter(domainValues.min),\n };\n}\n"],
|
|
5
|
+
"mappings": "AAQA;AAAA,EACE;AAAA,EACA;AAAA,OACK;AACP,SAAS,oBAAoB;AAatB,SAAS,0BAA0B;AAAA,EACxC;AAAA,EACA;AAAA,EACA;AACF,GAA2D;AACzD,QAAM,oBAAoB,aAAa,SAAS;AAChD,QAAM,mBAAmB,qBAAqB;AAC9C,QAAM,mBAAmB;AAAA,IACvB,CAAC,UAAkB,iBAAiB,OAAO,IAAI;AAAA,IAC/C;AAAA,EACF;AAEA,SAAO;AAAA,IACL,0BAA0B,iBAAiB,aAAa,GAAG;AAAA,IAC3D,0BAA0B,iBAAiB,aAAa,GAAG;AAAA,EAC7D;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { isNumber } from "lodash-es";
|
|
2
2
|
import { getScale } from "../../../utils/core-scale.js";
|
|
3
|
-
const VERTICAL_PADDING =
|
|
3
|
+
const VERTICAL_PADDING = 4;
|
|
4
4
|
const getSparklineYScale = (domainValues, height, yAxis, isBarVariant) => {
|
|
5
5
|
const { min: dataMin, max: dataMax } = domainValues;
|
|
6
6
|
const scaleType = yAxis.scale ?? "linear";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../../src/charts/core/components/sparkline-display/utils/get-sparkline-y-scale.ts"],
|
|
4
|
-
"sourcesContent": ["import { ScaleLinear, ScaleSymLog } from 'd3-scale';\nimport { isNumber } from 'lodash-es';\n\nimport { getScale } from '../../../utils/core-scale.js';\nimport type { SparklineYAxisProps } from '../types/sparkline-y-axis-props.js';\n\nconst VERTICAL_PADDING =
|
|
4
|
+
"sourcesContent": ["import { ScaleLinear, ScaleSymLog } from 'd3-scale';\nimport { isNumber } from 'lodash-es';\n\nimport { getScale } from '../../../utils/core-scale.js';\nimport type { SparklineYAxisProps } from '../types/sparkline-y-axis-props.js';\n\nconst VERTICAL_PADDING = 4;\n\nexport const getSparklineYScale = (\n domainValues: { min: number; max: number },\n height: number,\n yAxis: SparklineYAxisProps,\n isBarVariant?: boolean,\n): ScaleLinear<number, number> | ScaleSymLog<number, number> => {\n const { min: dataMin, max: dataMax } = domainValues;\n const scaleType = yAxis.scale ?? 'linear';\n\n let yAxisMin = dataMin;\n let yAxisMax = dataMax;\n\n if (isBarVariant) {\n yAxisMin = dataMin > 0 ? 0 : dataMin;\n yAxisMax = dataMax < 0 ? 0 : dataMax;\n }\n\n if (isNumber(yAxis.max)) {\n yAxisMax = yAxis.max;\n }\n\n if (isNumber(yAxis.min)) {\n yAxisMin = yAxis.min;\n }\n\n return getScale(\n scaleType,\n [yAxisMin, yAxisMax],\n [height - VERTICAL_PADDING, VERTICAL_PADDING],\n );\n};\n"],
|
|
5
5
|
"mappings": "AACA,SAAS,gBAAgB;AAEzB,SAAS,gBAAgB;AAGzB,MAAM,mBAAmB;AAElB,MAAM,qBAAqB,CAChC,cACA,QACA,OACA,iBAC8D;AAC9D,QAAM,EAAE,KAAK,SAAS,KAAK,QAAQ,IAAI;AACvC,QAAM,YAAY,MAAM,SAAS;AAEjC,MAAI,WAAW;AACf,MAAI,WAAW;AAEf,MAAI,cAAc;AAChB,eAAW,UAAU,IAAI,IAAI;AAC7B,eAAW,UAAU,IAAI,IAAI;AAAA,EAC/B;AAEA,MAAI,SAAS,MAAM,GAAG,GAAG;AACvB,eAAW,MAAM;AAAA,EACnB;AAEA,MAAI,SAAS,MAAM,GAAG,GAAG;AACvB,eAAW,MAAM;AAAA,EACnB;AAEA,SAAO;AAAA,IACL;AAAA,IACA,CAAC,UAAU,QAAQ;AAAA,IACnB,CAAC,SAAS,kBAAkB,gBAAgB;AAAA,EAC9C;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
._ix5ox20-3-
|
|
1
|
+
._ix5ox20-3-3-1 {
|
|
2
2
|
display: inline-block;
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
vertical-align: middle;
|
|
@@ -9,25 +9,25 @@
|
|
|
9
9
|
text-decoration: inherit;
|
|
10
10
|
width: 100%;
|
|
11
11
|
}
|
|
12
|
-
._ix5ox21-3-
|
|
12
|
+
._ix5ox21-3-3-1 {
|
|
13
13
|
text-overflow: ellipsis;
|
|
14
14
|
direction: rtl;
|
|
15
15
|
text-align: left;
|
|
16
16
|
}
|
|
17
|
-
._ix5ox21-3-
|
|
17
|
+
._ix5ox21-3-3-1::after, ._ix5ox21-3-3-1::before {
|
|
18
18
|
content: "";
|
|
19
19
|
}
|
|
20
|
-
._ix5ox22-3-
|
|
20
|
+
._ix5ox22-3-3-1 {
|
|
21
21
|
text-overflow: ellipsis;
|
|
22
22
|
}
|
|
23
|
-
._ix5ox24-3-
|
|
23
|
+
._ix5ox24-3-3-1 {
|
|
24
24
|
position: relative;
|
|
25
25
|
width: 100%;
|
|
26
26
|
display: inline-block;
|
|
27
27
|
vertical-align: middle;
|
|
28
28
|
box-sizing: border-box;
|
|
29
29
|
}
|
|
30
|
-
._ix5ox24-3-
|
|
30
|
+
._ix5ox24-3-3-1::after {
|
|
31
31
|
content: attr(data-sourcetext) / "";
|
|
32
32
|
color: transparent;
|
|
33
33
|
display: table;
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
user-select: none;
|
|
37
37
|
overflow: hidden;
|
|
38
38
|
}
|
|
39
|
-
._ix5ox25-3-
|
|
39
|
+
._ix5ox25-3-3-1 {
|
|
40
40
|
white-space: nowrap;
|
|
41
41
|
display: block;
|
|
42
42
|
overflow: hidden;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./ChartTextEllipsis.css";
|
|
2
2
|
import { createRuntimeFn as _7a468 } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
-
var ellipsis = _7a468({ defaultClassName: "_ix5ox20-3-
|
|
4
|
-
var truncationContainer = "_ix5ox24-3-
|
|
5
|
-
var truncationText = "_ix5ox25-3-
|
|
3
|
+
var ellipsis = _7a468({ defaultClassName: "_ix5ox20-3-3-1", variantClassNames: { truncationMode: { start: "_ix5ox21-3-3-1", end: "_ix5ox22-3-3-1", middle: "_ix5ox23-3-3-1" } }, defaultVariants: {}, compoundVariants: [] });
|
|
4
|
+
var truncationContainer = "_ix5ox24-3-3-1";
|
|
5
|
+
var truncationText = "_ix5ox25-3-3-1";
|
|
6
6
|
export {
|
|
7
7
|
ellipsis,
|
|
8
8
|
truncationContainer,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../src/charts/core/components/text-ellipsis/ChartTextEllipsis.css.ts"],
|
|
4
|
-
"sourcesContent": ["import './ChartTextEllipsis.css';\nimport { createRuntimeFn as _7a468 } from '@vanilla-extract/recipes/createRuntimeFn';\nexport var ellipsis = _7a468({defaultClassName:'_ix5ox20-3-
|
|
4
|
+
"sourcesContent": ["import './ChartTextEllipsis.css';\nimport { createRuntimeFn as _7a468 } from '@vanilla-extract/recipes/createRuntimeFn';\nexport var ellipsis = _7a468({defaultClassName:'_ix5ox20-3-3-1',variantClassNames:{truncationMode:{start:'_ix5ox21-3-3-1',end:'_ix5ox22-3-3-1',middle:'_ix5ox23-3-3-1'}},defaultVariants:{},compoundVariants:[]});\nexport var truncationContainer = '_ix5ox24-3-3-1';\nexport var truncationText = '_ix5ox25-3-3-1';"],
|
|
5
5
|
"mappings": "AAAA,OAAO;AACP,SAAS,mBAAmB,cAAc;AACnC,IAAI,WAAW,OAAO,EAAC,kBAAiB,kBAAiB,mBAAkB,EAAC,gBAAe,EAAC,OAAM,kBAAiB,KAAI,kBAAiB,QAAO,iBAAgB,EAAC,GAAE,iBAAgB,CAAC,GAAE,kBAAiB,CAAC,EAAC,CAAC;AACzM,IAAI,sBAAsB;AAC1B,IAAI,iBAAiB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
._18heesa0-3-
|
|
1
|
+
._18heesa0-3-3-1 {
|
|
2
2
|
border-right: unset;
|
|
3
3
|
transform-origin: top left;
|
|
4
4
|
width: 16px;
|
|
5
5
|
border-left: var(--dt-borders-width-default, 1px) var(--dt-borders-style-default, solid) var(--dt-colors-border-neutral-default, #dadbe4);
|
|
6
6
|
}
|
|
7
|
-
._18heesa1-3-
|
|
7
|
+
._18heesa1-3-3-1 {
|
|
8
8
|
border-right: var(--dt-borders-width-default, 1px) var(--dt-borders-style-default, solid) var(--dt-colors-border-neutral-default, #dadbe4);
|
|
9
9
|
}
|
|
10
|
-
._18heesa2-3-
|
|
10
|
+
._18heesa2-3-3-1 {
|
|
11
11
|
border-left: var(--dt-borders-width-default, 1px) var(--dt-borders-style-default, solid) var(--dt-colors-border-neutral-default, #dadbe4);
|
|
12
12
|
}
|
|
13
|
-
._18heesa3-3-
|
|
13
|
+
._18heesa3-3-3-1 {
|
|
14
14
|
border-left: none;
|
|
15
15
|
border-right: var(--dt-borders-width-default, 1px) var(--dt-borders-style-default, solid) var(--dt-colors-border-neutral-default, #dadbe4);
|
|
16
16
|
}
|
|
17
|
-
._18heesa4-3-
|
|
17
|
+
._18heesa4-3-3-1 {
|
|
18
18
|
transform: scaleX(-1) translateX(-100%);
|
|
19
19
|
}
|
|
20
|
-
._18heesa5-3-
|
|
20
|
+
._18heesa5-3-3-1 {
|
|
21
21
|
transform: none;
|
|
22
22
|
}
|
|
23
|
-
._18heesa6-3-
|
|
23
|
+
._18heesa6-3-3-1 {
|
|
24
24
|
transform: rotate(-90deg) scaleX(-1);
|
|
25
25
|
}
|
|
26
|
-
._18heesa7-3-
|
|
26
|
+
._18heesa7-3-3-1 {
|
|
27
27
|
transform: rotate(-90deg) translateX(-100%);
|
|
28
28
|
}
|
|
29
|
-
._18heesa8-3-
|
|
29
|
+
._18heesa8-3-3-1 {
|
|
30
30
|
display: flex;
|
|
31
31
|
flex-wrap: nowrap;
|
|
32
32
|
justify-content: space-between;
|
|
33
33
|
align-items: center;
|
|
34
34
|
width: 100%;
|
|
35
35
|
}
|
|
36
|
-
._18heesa9-3-
|
|
36
|
+
._18heesa9-3-3-1 {
|
|
37
37
|
flex: 1;
|
|
38
38
|
margin-right: var(--dt-spacings-size-8, 8px);
|
|
39
39
|
}
|
|
40
|
-
._18heesaa-3-
|
|
40
|
+
._18heesaa-3-3-1 {
|
|
41
41
|
min-width: 24px;
|
|
42
42
|
display: flex;
|
|
43
43
|
align-items: center;
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
border-radius: var(--dt-borders-radius-field-subdued, 3px);
|
|
52
52
|
word-break: break-word;
|
|
53
53
|
}
|
|
54
|
-
._18heesab-3-
|
|
54
|
+
._18heesab-3-3-1 {
|
|
55
55
|
overflow: hidden;
|
|
56
56
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./styles.css";
|
|
2
2
|
import { createRuntimeFn as _7a468 } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
3
|
-
var bodyOverflowOverwrite = "_18heesab-3-
|
|
4
|
-
var nameValueContainer = "_18heesa8-3-
|
|
5
|
-
var nameWithSpace = "_18heesa9-3-
|
|
6
|
-
var valueChip = "_18heesaa-3-
|
|
7
|
-
var wrapper = _7a468({ defaultClassName: "_18heesa0-3-
|
|
3
|
+
var bodyOverflowOverwrite = "_18heesab-3-3-1";
|
|
4
|
+
var nameValueContainer = "_18heesa8-3-3-1";
|
|
5
|
+
var nameWithSpace = "_18heesa9-3-3-1";
|
|
6
|
+
var valueChip = "_18heesaa-3-3-1";
|
|
7
|
+
var wrapper = _7a468({ defaultClassName: "_18heesa0-3-3-1", variantClassNames: { borderArea: { bothBorders: "_18heesa1-3-3-1", leftBorder: "_18heesa2-3-3-1", rightBorder: "_18heesa3-3-3-1" }, layoutType: { "vertical-flip": "_18heesa4-3-3-1", "vertical-no-flip": "_18heesa5-3-3-1", "horizontal-flip": "_18heesa6-3-3-1", "horizontal-no-flip": "_18heesa7-3-3-1" } }, defaultVariants: {}, compoundVariants: [] });
|
|
8
8
|
export {
|
|
9
9
|
bodyOverflowOverwrite,
|
|
10
10
|
nameValueContainer,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../src/charts/core/components/threshold-bar/styles.css.ts"],
|
|
4
|
-
"sourcesContent": ["import './styles.css';\nimport { createRuntimeFn as _7a468 } from '@vanilla-extract/recipes/createRuntimeFn';\nexport var bodyOverflowOverwrite = '_18heesab-3-
|
|
4
|
+
"sourcesContent": ["import './styles.css';\nimport { createRuntimeFn as _7a468 } from '@vanilla-extract/recipes/createRuntimeFn';\nexport var bodyOverflowOverwrite = '_18heesab-3-3-1';\nexport var nameValueContainer = '_18heesa8-3-3-1';\nexport var nameWithSpace = '_18heesa9-3-3-1';\nexport var valueChip = '_18heesaa-3-3-1';\nexport var wrapper = _7a468({defaultClassName:'_18heesa0-3-3-1',variantClassNames:{borderArea:{bothBorders:'_18heesa1-3-3-1',leftBorder:'_18heesa2-3-3-1',rightBorder:'_18heesa3-3-3-1'},layoutType:{'vertical-flip':'_18heesa4-3-3-1','vertical-no-flip':'_18heesa5-3-3-1','horizontal-flip':'_18heesa6-3-3-1','horizontal-no-flip':'_18heesa7-3-3-1'}},defaultVariants:{},compoundVariants:[]});"],
|
|
5
5
|
"mappings": "AAAA,OAAO;AACP,SAAS,mBAAmB,cAAc;AACnC,IAAI,wBAAwB;AAC5B,IAAI,qBAAqB;AACzB,IAAI,gBAAgB;AACpB,IAAI,YAAY;AAChB,IAAI,UAAU,OAAO,EAAC,kBAAiB,mBAAkB,mBAAkB,EAAC,YAAW,EAAC,aAAY,mBAAkB,YAAW,mBAAkB,aAAY,kBAAiB,GAAE,YAAW,EAAC,iBAAgB,mBAAkB,oBAAmB,mBAAkB,mBAAkB,mBAAkB,sBAAqB,kBAAiB,EAAC,GAAE,iBAAgB,CAAC,GAAE,kBAAiB,CAAC,EAAC,CAAC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
._1x31hou0-3-
|
|
1
|
+
._1x31hou0-3-3-1 {
|
|
2
2
|
padding: var(--dt-spacings-size-4, 4px);
|
|
3
3
|
background: var(--dt-colors-background-surface-default, #fff);
|
|
4
4
|
border-radius: var(--dt-borders-radius-surface-subdued, 9px);
|
|
5
5
|
width: fit-content;
|
|
6
6
|
box-shadow: var(--dt-box-shadows-surface-floating-rest, 0px 0px 0px 1px #2d2e4e08, 0px 1px 2px #2d2e4e0d, 0px 5px 11px -2px #2d2e4e29);
|
|
7
7
|
}
|
|
8
|
-
._1x31hou1-3-
|
|
8
|
+
._1x31hou1-3-3-1 {
|
|
9
9
|
visibility: visible;
|
|
10
10
|
}
|
|
11
|
-
._1x31hou2-3-
|
|
11
|
+
._1x31hou2-3-3-1 {
|
|
12
12
|
visibility: hidden;
|
|
13
13
|
}
|
|
14
|
-
._1x31hou3-3-
|
|
14
|
+
._1x31hou3-3-3-1 {
|
|
15
15
|
padding: 0;
|
|
16
16
|
box-shadow: none;
|
|
17
17
|
margin-left: var(--dt-spacings-size-4, 4px);
|
|
18
18
|
}
|
|
19
|
-
._1x31hou4-3-
|
|
19
|
+
._1x31hou4-3-3-1 {
|
|
20
20
|
background-color: transparent;
|
|
21
21
|
cursor: grab;
|
|
22
22
|
}
|
|
23
|
-
._1x31hou5-3-
|
|
23
|
+
._1x31hou5-3-3-1 {
|
|
24
24
|
pointer-events: auto;
|
|
25
25
|
}
|
|
26
|
-
._1x31hou6-3-
|
|
26
|
+
._1x31hou6-3-3-1 {
|
|
27
27
|
position: relative;
|
|
28
28
|
}
|
|
29
|
-
._1x31hou7-3-
|
|
29
|
+
._1x31hou7-3-3-1 {
|
|
30
30
|
position: absolute;
|
|
31
31
|
}
|
|
32
|
-
body[data-scroll-locked] ._1x31hou8-3-
|
|
32
|
+
body[data-scroll-locked] ._1x31hou8-3-3-1 * {
|
|
33
33
|
pointer-events: none;
|
|
34
34
|
}
|
|
35
|
-
body[data-scroll-locked] ._1x31hou8-3-
|
|
35
|
+
body[data-scroll-locked] ._1x31hou8-3-3-1 button[aria-expanded="true"] {
|
|
36
36
|
pointer-events: all;
|
|
37
37
|
}
|
|
38
|
-
._1x31hou9-3-
|
|
38
|
+
._1x31hou9-3-3-1 {
|
|
39
39
|
pointer-events: none;
|
|
40
40
|
}
|
|
41
|
-
._1x31houa-3-
|
|
41
|
+
._1x31houa-3-3-1 {
|
|
42
42
|
position: relative;
|
|
43
43
|
}
|
|
44
|
-
._1x31houb-3-
|
|
44
|
+
._1x31houb-3-3-1 {
|
|
45
45
|
position: absolute;
|
|
46
46
|
}
|
|
47
|
-
._1x31houc-3-
|
|
47
|
+
._1x31houc-3-3-1 {
|
|
48
48
|
width: calc(100% - var(--dt-spacings-size-16, 16px));
|
|
49
49
|
height: calc(100% - var(--dt-spacings-size-16, 16px));
|
|
50
50
|
top: var(--dt-spacings-size-8, 8px);
|
|
51
51
|
left: var(--dt-spacings-size-8, 8px);
|
|
52
52
|
}
|
|
53
|
-
._1x31houd-3-
|
|
53
|
+
._1x31houd-3-3-1 {
|
|
54
54
|
margin: 0 var(--dt-spacings-size-4, 4px);
|
|
55
55
|
}
|
|
56
|
-
._1x31houe-3-
|
|
56
|
+
._1x31houe-3-3-1 {
|
|
57
57
|
margin: var(--dt-spacings-size-4, 4px) 0;
|
|
58
58
|
}
|