@dynatrace/strato-components 3.12.1 → 3.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3050) hide show
  1. package/CHANGELOG.md +185 -0
  2. package/buttons/button/Button.css +15 -15
  3. package/buttons/button/Button.sty.js +4 -4
  4. package/buttons/index.d.ts +4 -0
  5. package/buttons/index.js +2 -0
  6. package/buttons/inline-button/InlineButton.css +145 -0
  7. package/buttons/inline-button/InlineButton.css.d.ts +107 -0
  8. package/buttons/inline-button/InlineButton.d.ts +62 -0
  9. package/buttons/inline-button/InlineButton.js +213 -0
  10. package/buttons/inline-button/InlineButton.sty.js +40 -0
  11. package/buttons/inline-button/Prefix.d.ts +13 -0
  12. package/buttons/inline-button/Prefix.js +61 -0
  13. package/buttons/inline-button/Suffix.d.ts +13 -0
  14. package/buttons/inline-button/Suffix.js +61 -0
  15. package/buttons/intent-button/IntentButton.css +1 -1
  16. package/buttons/intent-button/IntentButton.sty.js +1 -1
  17. package/buttons/notify-button/NotifyButton.css +2 -2
  18. package/buttons/notify-button/NotifyButton.sty.js +2 -2
  19. package/charts/categorical-bar/CategoricalBarChartLayout.js +1 -1
  20. package/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.css +2 -2
  21. package/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.sty.js +2 -2
  22. package/charts/categorical-bar/providers/StoreProvider.js +1 -1
  23. package/charts/core/components/annotations/AnnotationsAtom.css +1 -1
  24. package/charts/core/components/annotations/AnnotationsAtom.sty.js +1 -1
  25. package/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.css +1 -1
  26. package/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.sty.js +1 -1
  27. package/charts/core/components/annotations/components/overlays/AnnotationsOverlays.css +1 -1
  28. package/charts/core/components/annotations/components/overlays/AnnotationsOverlays.sty.js +1 -1
  29. package/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.css +1 -1
  30. package/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.sty.js +1 -1
  31. package/charts/core/components/axes/Axis.css +1 -1
  32. package/charts/core/components/axes/Axis.sty.js +1 -1
  33. package/charts/core/components/axes/components/PanningControls/PanningControls.css +16 -16
  34. package/charts/core/components/axes/components/PanningControls/PanningControls.sty.js +2 -2
  35. package/charts/core/components/chart-grid/ChartGrid.css +3 -3
  36. package/charts/core/components/chart-grid/ChartGrid.sty.js +3 -3
  37. package/charts/core/components/chart-layout/components/styles.css +15 -15
  38. package/charts/core/components/chart-layout/components/styles.sty.js +4 -4
  39. package/charts/core/components/chart-layout/slots/Graph.js +1 -1
  40. package/charts/core/components/chart-layout/slots/Legend.js +1 -1
  41. package/charts/core/components/chart-layout/utils/get-chart-layout-settings.js +1 -1
  42. package/charts/core/components/chart-states/ChartState.css +4 -4
  43. package/charts/core/components/chart-states/ChartState.sty.js +4 -4
  44. package/charts/core/components/crosshair/VerticalCrosshair.d.ts +3 -1
  45. package/charts/core/components/crosshair/VerticalCrosshair.js +2 -1
  46. package/charts/core/components/crosshair/components/Magnifier.css +7 -7
  47. package/charts/core/components/crosshair/components/Magnifier.sty.js +7 -7
  48. package/charts/core/components/crosshair/components/TopMagnifier.js +2 -2
  49. package/charts/core/components/interactions-overlay/InteractionsOverlay.css +5 -5
  50. package/charts/core/components/interactions-overlay/InteractionsOverlay.js +2 -0
  51. package/charts/core/components/interactions-overlay/InteractionsOverlay.sty.js +2 -2
  52. package/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.d.ts +2 -1
  53. package/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.js +4 -1
  54. package/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.d.ts +2 -1
  55. package/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.js +4 -1
  56. package/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.d.ts +2 -1
  57. package/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.js +4 -1
  58. package/charts/core/components/interactions-overlay/types.d.ts +1 -0
  59. package/charts/core/components/interactions-overlay/utils/get-explore-interations.d.ts +1 -1
  60. package/charts/core/components/interactions-overlay/utils/get-explore-interations.js +2 -0
  61. package/charts/core/components/interactions-overlay/utils/get-pan-interactions.d.ts +1 -1
  62. package/charts/core/components/interactions-overlay/utils/get-pan-interactions.js +2 -0
  63. package/charts/core/components/interactions-overlay/utils/get-zoom-interactions.d.ts +1 -1
  64. package/charts/core/components/interactions-overlay/utils/get-zoom-interactions.js +2 -0
  65. package/charts/core/components/interactions-overlay/utils/handle-keydown.d.ts +2 -1
  66. package/charts/core/components/interactions-overlay/utils/handle-keydown.js +7 -2
  67. package/charts/core/components/legend/categorical/ChartLegend.css +1 -1
  68. package/charts/core/components/legend/categorical/ChartLegend.sty.js +1 -1
  69. package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.css +5 -4
  70. package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.js +1 -0
  71. package/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.sty.js +3 -3
  72. package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.css +20 -18
  73. package/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.sty.js +6 -6
  74. package/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.js +1 -1
  75. package/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.css +3 -3
  76. package/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.sty.js +1 -1
  77. package/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.css +8 -8
  78. package/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.sty.js +4 -4
  79. package/charts/core/components/legend/categorical/constants.js +1 -1
  80. package/charts/core/components/legend/categorical/hooks/useLegendInteractions.js +5 -1
  81. package/charts/core/components/legend/range/RangeLegend.css +3 -3
  82. package/charts/core/components/legend/range/RangeLegend.sty.js +1 -1
  83. package/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.css +2 -2
  84. package/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.sty.js +1 -1
  85. package/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.css +1 -1
  86. package/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.sty.js +1 -1
  87. package/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.css +3 -3
  88. package/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.sty.js +1 -1
  89. package/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.css +3 -3
  90. package/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.sty.js +1 -1
  91. package/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.css +5 -5
  92. package/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.sty.js +1 -1
  93. package/charts/core/components/legend/range/utils/get-min-max-values.js +2 -2
  94. package/charts/core/components/loader-overlay/LoaderOverlay.css +2 -2
  95. package/charts/core/components/loader-overlay/LoaderOverlay.sty.js +2 -2
  96. package/charts/core/components/overlay-tooltip/OverlayTooltip.js +5 -2
  97. package/charts/core/components/overlay-tooltip/components/DynamicTooltip.js +6 -5
  98. package/charts/core/components/overlay-tooltip/components/DynamicTooltipRenderer.js +4 -1
  99. package/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.d.ts +14 -0
  100. package/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.js +93 -0
  101. package/charts/core/components/overlay-tooltip/components/TooltipPortal.d.ts +1 -0
  102. package/charts/core/components/overlay-tooltip/components/TooltipPortal.js +89 -18
  103. package/charts/core/components/overlay-tooltip/components/global-actions/actions.css +4 -4
  104. package/charts/core/components/overlay-tooltip/components/global-actions/actions.sty.js +2 -2
  105. package/charts/core/components/overlay-tooltip/components/header/Header.css +14 -6
  106. package/charts/core/components/overlay-tooltip/components/header/Header.css.d.ts +1 -1
  107. package/charts/core/components/overlay-tooltip/components/header/Header.js +13 -9
  108. package/charts/core/components/overlay-tooltip/components/header/Header.sty.js +7 -7
  109. package/charts/core/components/overlay-tooltip/components/header/utils/get-shown-header-text.js +9 -5
  110. package/charts/core/components/overlay-tooltip/components/series/SeriesItem.js +27 -22
  111. package/charts/core/components/overlay-tooltip/components/series/seriesSymbol.css +2 -2
  112. package/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js +2 -2
  113. package/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.d.ts +21 -0
  114. package/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.js +42 -0
  115. package/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.d.ts +4 -0
  116. package/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.js +54 -0
  117. package/charts/core/components/overlay-tooltip/tooltip.css +52 -52
  118. package/charts/core/components/overlay-tooltip/tooltip.sty.js +39 -39
  119. package/charts/core/components/overlay-tooltip/utils/text-truncation-header.d.ts +10 -0
  120. package/charts/core/components/overlay-tooltip/utils/text-truncation-header.js +99 -1
  121. package/charts/core/components/overlays/ChartOverlaysBorder.css +6 -6
  122. package/charts/core/components/overlays/ChartOverlaysBorder.sty.js +6 -6
  123. package/charts/core/components/selection-area/SelectionArea.css +9 -9
  124. package/charts/core/components/selection-area/SelectionArea.sty.js +4 -4
  125. package/charts/core/components/selection-area/tooltip/CustomActions.d.ts +2 -2
  126. package/charts/core/components/selection-area/tooltip/CustomActions.js +4 -4
  127. package/charts/core/components/series-action/ChartSeriesAction.js +1 -1
  128. package/charts/core/components/shape/BubbleShape/BubbleShape.css +5 -5
  129. package/charts/core/components/shape/BubbleShape/BubbleShape.sty.js +3 -3
  130. package/charts/core/components/shape/EmojiShape/EmojiShape.css +3 -3
  131. package/charts/core/components/shape/EmojiShape/EmojiShape.sty.js +1 -1
  132. package/charts/core/components/shape/IconShape/IconShape.css +3 -3
  133. package/charts/core/components/shape/IconShape/IconShape.sty.js +1 -1
  134. package/charts/core/components/shape/styles/DataPointShape.css +8 -8
  135. package/charts/core/components/shape/styles/DataPointShape.sty.js +4 -4
  136. package/charts/core/components/shared-chart-interactions/SharedChartInteractions.css +1 -1
  137. package/charts/core/components/shared-chart-interactions/SharedChartInteractions.sty.js +1 -1
  138. package/charts/core/components/single-value-renderer/SingleValueRenderer.css +5 -5
  139. package/charts/core/components/single-value-renderer/SingleValueRenderer.sty.js +5 -5
  140. package/charts/core/components/single-value-renderer/components/ContentGrid.css +1 -1
  141. package/charts/core/components/single-value-renderer/components/ContentGrid.sty.js +1 -1
  142. package/charts/core/components/single-value-renderer/components/Icon.css +3 -3
  143. package/charts/core/components/single-value-renderer/components/Icon.sty.js +2 -2
  144. package/charts/core/components/single-value-renderer/components/Label.css +1 -1
  145. package/charts/core/components/single-value-renderer/components/Label.sty.js +1 -1
  146. package/charts/core/components/single-value-renderer/components/SingleValueToolbar.css +1 -1
  147. package/charts/core/components/single-value-renderer/components/SingleValueToolbar.sty.js +1 -1
  148. package/charts/core/components/single-value-renderer/components/Value.css +5 -5
  149. package/charts/core/components/single-value-renderer/components/Value.sty.js +3 -3
  150. package/charts/core/components/single-value-renderer/components/trend/Trend.css +3 -3
  151. package/charts/core/components/single-value-renderer/components/trend/Trend.sty.js +3 -3
  152. package/charts/core/components/single-value-renderer/components/trend/components/Icon.css +2 -2
  153. package/charts/core/components/single-value-renderer/components/trend/components/Icon.sty.js +1 -1
  154. package/charts/core/components/single-value-renderer/components/trend/utils/define-trend-colors.js +2 -2
  155. package/charts/core/components/sparkline-display/Sparkline.css +6 -6
  156. package/charts/core/components/sparkline-display/Sparkline.sty.js +2 -2
  157. package/charts/core/components/sparkline-display/SparklineRenderer.js +40 -32
  158. package/charts/core/components/text-ellipsis/ChartTextEllipsis.css +7 -7
  159. package/charts/core/components/text-ellipsis/ChartTextEllipsis.sty.js +3 -3
  160. package/charts/core/components/text-ellipsis/truncate-string.d.ts +19 -0
  161. package/charts/core/components/text-ellipsis/truncate-string.js +105 -9
  162. package/charts/core/components/threshold-bar/styles.css +11 -11
  163. package/charts/core/components/threshold-bar/styles.sty.js +2 -2
  164. package/charts/core/components/toolbar/ChartToolbarRenderer.css +16 -16
  165. package/charts/core/components/toolbar/ChartToolbarRenderer.js +2 -2
  166. package/charts/core/components/toolbar/ChartToolbarRenderer.sty.js +8 -8
  167. package/charts/core/components/toolbar/components/ChartDataMenu.css +2 -2
  168. package/charts/core/components/toolbar/components/ChartDataMenu.sty.js +1 -1
  169. package/charts/core/components/toolbar/components/Control.css +17 -17
  170. package/charts/core/components/toolbar/components/Control.sty.js +5 -5
  171. package/charts/core/components/toolbar/components/ToolbarMenu.css +4 -4
  172. package/charts/core/components/toolbar/components/ToolbarMenu.sty.js +2 -2
  173. package/charts/core/components/toolbar/styles.css +1 -1
  174. package/charts/core/components/toolbar/styles.sty.js +1 -1
  175. package/charts/core/components/tooltip/ChartTooltip/ChartTooltip.css +6 -6
  176. package/charts/core/components/tooltip/ChartTooltip/ChartTooltip.sty.js +2 -2
  177. package/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.css +8 -8
  178. package/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.sty.js +3 -3
  179. package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.css +2 -2
  180. package/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.sty.js +1 -1
  181. package/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.css +1 -1
  182. package/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.sty.js +1 -1
  183. package/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.css +6 -6
  184. package/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.sty.js +2 -2
  185. package/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.css +7 -7
  186. package/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.sty.js +6 -6
  187. package/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.css +1 -1
  188. package/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.sty.js +1 -1
  189. package/charts/core/components/tooltip/InteractiveChartTooltip/slots/Actions.js +1 -1
  190. package/charts/core/components/tooltip/InteractiveChartTooltip/slots/Body.js +1 -1
  191. package/charts/core/components/tooltip/InteractiveChartTooltip/slots/Header.js +1 -1
  192. package/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.css +1 -1
  193. package/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.sty.js +1 -1
  194. package/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.css +2 -2
  195. package/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.sty.js +1 -1
  196. package/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.css +1 -1
  197. package/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.sty.js +1 -1
  198. package/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.css +3 -3
  199. package/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.sty.js +2 -2
  200. package/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.css +1 -1
  201. package/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.sty.js +1 -1
  202. package/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.css +2 -2
  203. package/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.sty.js +2 -2
  204. package/charts/core/components/tooltip/shared/styles/SeriesBasedContent.css +12 -12
  205. package/charts/core/components/tooltip/shared/styles/SeriesBasedContent.sty.js +7 -7
  206. package/charts/core/components/tooltip/shared/styles/TooltipBody.css +1 -1
  207. package/charts/core/components/tooltip/shared/styles/TooltipBody.sty.js +1 -1
  208. package/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.css +1 -1
  209. package/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.sty.js +1 -1
  210. package/charts/core/components/tooltip-atoms/components/styles.css +4 -4
  211. package/charts/core/components/tooltip-atoms/components/styles.sty.js +4 -4
  212. package/charts/core/components/zoom/ZoomCursors.css +2 -2
  213. package/charts/core/components/zoom/ZoomCursors.sty.js +3 -3
  214. package/charts/core/hooks/usePointerAndScrollResponsiveChartBounds.js +2 -2
  215. package/charts/core/hooks/useScrollResponsiveChartBounds.js +1 -1
  216. package/charts/core/hooks/useThrottledCallbackOnScroll.js +1 -1
  217. package/charts/core/slots/chart-states/EmptyStateSlot.js +4 -1
  218. package/charts/core/slots/chart-states/ErrorStateSlot.js +4 -1
  219. package/charts/core/slots/toolbar/ChartToolbar.js +2 -2
  220. package/charts/core/typographyStyles.css +1 -1
  221. package/charts/core/typographyStyles.sty.js +1 -1
  222. package/charts/core/utils/build-rgba-color-with-opacity.js +1 -1
  223. package/charts/flame/flame-chart/FlameChart.d.ts +7 -3
  224. package/charts/flame/flame-chart/FlameChart.js +24 -31
  225. package/charts/flame/flame-chart/components/tooltip/DefaultTooltip.d.ts +17 -0
  226. package/charts/flame/flame-chart/components/tooltip/DefaultTooltip.js +65 -0
  227. package/charts/flame/flame-chart/components/tooltip/messages.d.ts +8 -0
  228. package/charts/flame/flame-chart/components/tooltip/messages.js +30 -0
  229. package/charts/flame/flame-chart/utils/iterate-slots.d.ts +1 -4
  230. package/charts/flame/flame-chart/utils/iterate-slots.js +2 -14
  231. package/charts/flame/flame-graph/FlameGraph.d.ts +7 -3
  232. package/charts/flame/flame-graph/FlameGraph.js +34 -43
  233. package/charts/flame/flame-graph/components/tooltip/DefaultTooltip.d.ts +19 -0
  234. package/charts/flame/flame-graph/components/tooltip/DefaultTooltip.js +78 -0
  235. package/charts/flame/flame-graph/components/tooltip/messages.d.ts +8 -0
  236. package/charts/flame/flame-graph/components/tooltip/messages.js +30 -0
  237. package/charts/flame/flame-graph/utils/iterate-slots.d.ts +1 -4
  238. package/charts/flame/flame-graph/utils/iterate-slots.js +2 -17
  239. package/charts/flame/shared/components/tooltip/FlameTooltip.d.ts +11 -13
  240. package/charts/flame/shared/components/tooltip/FlameTooltip.js +72 -29
  241. package/charts/flame/shared/components/tooltip/messages.d.ts +28 -0
  242. package/charts/flame/shared/components/tooltip/messages.js +50 -0
  243. package/charts/flame/shared/slots/Tooltip.d.ts +11 -3
  244. package/charts/flame/shared/types/flame-chart.d.ts +14 -0
  245. package/charts/flame/shared/types/flame-internal.d.ts +16 -1
  246. package/charts/flame/shared/utils/build-tooltip-base-data.d.ts +25 -0
  247. package/charts/flame/shared/utils/build-tooltip-base-data.js +55 -0
  248. package/charts/flame/shared/utils/make-iterate-slots.d.ts +8 -0
  249. package/charts/flame/shared/utils/make-iterate-slots.js +39 -0
  250. package/charts/flame/shared/utils/order-spans-hierarchically.js +6 -1
  251. package/charts/flame/shared/utils/resolve-flame-tooltip-content.d.ts +6 -0
  252. package/charts/flame/shared/utils/resolve-flame-tooltip-content.js +44 -0
  253. package/charts/gantt-chart/GanttChartLine.css +1 -1
  254. package/charts/gantt-chart/GanttChartLine.sty.js +1 -1
  255. package/charts/gantt-chart/components/GanttChartLineRenderer.css +1 -1
  256. package/charts/gantt-chart/components/GanttChartLineRenderer.sty.js +1 -1
  257. package/charts/gantt-chart/components/tooltip/GanttChartTooltip.css +1 -1
  258. package/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js +1 -1
  259. package/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.css +1 -1
  260. package/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.sty.js +1 -1
  261. package/charts/gauge/components/GaugeLabel/GaugeLabel.css +6 -6
  262. package/charts/gauge/components/GaugeLabel/GaugeLabel.sty.js +3 -3
  263. package/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.css +3 -3
  264. package/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.sty.js +1 -1
  265. package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.css +4 -4
  266. package/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js +3 -3
  267. package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.css +2 -2
  268. package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.js +1 -1
  269. package/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.sty.js +2 -2
  270. package/charts/gauge/components/GaugeRootSVG.js +1 -0
  271. package/charts/gauge/utils/apply-threshold-default.js +1 -1
  272. package/charts/histogram/HistogramChartRoot.js +1 -1
  273. package/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.css +1 -1
  274. package/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.sty.js +1 -1
  275. package/charts/histogram/components/overlays/HistogramExplore/HistogramCrosshair.js +1 -1
  276. package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.css +1 -1
  277. package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.js +2 -2
  278. package/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.sty.js +1 -1
  279. package/charts/histogram/components/overlays/HistogramOverlays.css +2 -2
  280. package/charts/histogram/components/overlays/HistogramOverlays.sty.js +2 -2
  281. package/charts/histogram/hooks/useSetClosestBins.js +1 -1
  282. package/charts/histogram/providers/HistogramDataProvider.js +1 -1
  283. package/charts/histogram/providers/HistogramStateSyncProvider.d.ts +2 -2
  284. package/charts/histogram/providers/HistogramStateSyncProvider.js +1 -2
  285. package/charts/histogram/providers/StoreProvider.js +2 -2
  286. package/charts/histogram/utils/iterate-slots.js +1 -2
  287. package/charts/honeycomb/HoneycombChart.css +1 -1
  288. package/charts/honeycomb/HoneycombChart.sty.js +1 -1
  289. package/charts/honeycomb/components/HiveOverlay.css +1 -1
  290. package/charts/honeycomb/components/HiveOverlay.sty.js +1 -1
  291. package/charts/honeycomb/components/canvas/HiveCanvasLayout.css +1 -1
  292. package/charts/honeycomb/components/canvas/HiveCanvasLayout.sty.js +1 -1
  293. package/charts/honeycomb/utils/build-honeycomb-config.js +2 -2
  294. package/charts/index.d.ts +1 -1
  295. package/charts/meter-bar/multi-meter-bar/providers/StoreProvider.js +10 -1
  296. package/charts/meter-bar/multi-meter-bar/slots/Label.js +1 -1
  297. package/charts/meter-bar/multi-meter-bar/slots/Max.js +1 -1
  298. package/charts/meter-bar/multi-meter-bar/slots/Min.js +1 -1
  299. package/charts/meter-bar/multi-meter-bar/slots/Value.js +1 -1
  300. package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.css +16 -16
  301. package/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js +11 -11
  302. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Chart.js +1 -1
  303. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.css +2 -2
  304. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.sty.js +1 -1
  305. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.css +1 -1
  306. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.sty.js +1 -1
  307. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Legend.js +1 -1
  308. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.css +1 -1
  309. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.sty.js +1 -1
  310. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.css +1 -1
  311. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.sty.js +1 -1
  312. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Thresholds.js +1 -1
  313. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.css +1 -1
  314. package/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.sty.js +1 -1
  315. package/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.css +1 -1
  316. package/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.js +1 -0
  317. package/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.sty.js +1 -1
  318. package/charts/meter-bar/shared/styles/element-size.css +4 -4
  319. package/charts/meter-bar/shared/styles/element-size.sty.js +1 -1
  320. package/charts/meter-bar/shared/styles.css +1 -1
  321. package/charts/meter-bar/shared/styles.sty.js +1 -1
  322. package/charts/meter-bar/single-meter-bar/MeterBarChart.js +1 -1
  323. package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.css +1 -1
  324. package/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.sty.js +1 -1
  325. package/charts/meter-bar/single-meter-bar/slots/Label.js +1 -1
  326. package/charts/meter-bar/single-meter-bar/slots/Max.js +1 -1
  327. package/charts/meter-bar/single-meter-bar/slots/Min.js +1 -1
  328. package/charts/meter-bar/single-meter-bar/slots/Value.js +1 -1
  329. package/charts/meter-bar/single-meter-bar/utils/apply-threshold-defaults.js +1 -1
  330. package/charts/meter-bar/single-meter-bar/utils/resolve-show-threshold-indicators.js +1 -1
  331. package/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.css +1 -1
  332. package/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.sty.js +1 -1
  333. package/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.css +1 -1
  334. package/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.sty.js +1 -1
  335. package/charts/pie/components/PieChartInternal.js +1 -1
  336. package/charts/pie/components/PieChartOverlays/PieChartOverlays.css +1 -1
  337. package/charts/pie/components/PieChartOverlays/PieChartOverlays.sty.js +1 -1
  338. package/charts/pie/components/PieChartPlot/PieChartPlot.css +1 -1
  339. package/charts/pie/components/PieChartPlot/PieChartPlot.js +49 -40
  340. package/charts/pie/components/PieChartPlot/PieChartPlot.sty.js +1 -1
  341. package/charts/pie/providers/PieChartSlicesDataProvider.js +5 -1
  342. package/charts/pie/providers/StoreProvider.js +1 -1
  343. package/charts/sankey-chart/SankeyChart.css +3 -3
  344. package/charts/sankey-chart/SankeyChart.sty.js +3 -3
  345. package/charts/sankey-chart/SankeyChartRoot.js +5 -2
  346. package/charts/sankey-chart/components/SankeyCanvas.css +7 -1
  347. package/charts/sankey-chart/components/SankeyCanvas.css.d.ts +1 -0
  348. package/charts/sankey-chart/components/SankeyCanvas.js +46 -3
  349. package/charts/sankey-chart/components/SankeyCanvas.sty.js +4 -2
  350. package/charts/sankey-chart/components/SankeyGraphArea.js +4 -49
  351. package/charts/sankey-chart/components/SankeyGraphAreaContent.d.ts +15 -0
  352. package/charts/sankey-chart/components/SankeyGraphAreaContent.js +80 -0
  353. package/charts/sankey-chart/components/SankeyLabelOverlay.css +13 -9
  354. package/charts/sankey-chart/components/SankeyLabelOverlay.css.d.ts +1 -0
  355. package/charts/sankey-chart/components/SankeyLabelOverlay.js +38 -59
  356. package/charts/sankey-chart/components/SankeyLabelOverlay.sty.js +10 -8
  357. package/charts/sankey-chart/components/SankeyNodeLabel.d.ts +17 -0
  358. package/charts/sankey-chart/components/SankeyNodeLabel.js +65 -0
  359. package/charts/sankey-chart/components/SankeyOverlay.css +1 -1
  360. package/charts/sankey-chart/components/SankeyOverlay.js +1 -3
  361. package/charts/sankey-chart/components/SankeyOverlay.sty.js +1 -1
  362. package/charts/sankey-chart/constants.d.ts +6 -5
  363. package/charts/sankey-chart/constants.js +12 -7
  364. package/charts/sankey-chart/context/SankeyFormatter.context.d.ts +2 -0
  365. package/charts/sankey-chart/context/SankeyFormatter.context.js +26 -0
  366. package/charts/sankey-chart/context/SankeyHighlight.context.d.ts +13 -0
  367. package/charts/sankey-chart/context/SankeyHighlight.context.js +25 -0
  368. package/charts/sankey-chart/context/SankeyStore.context.d.ts +4 -0
  369. package/charts/sankey-chart/context/{SankeyHoverStore.context.js → SankeyStore.context.js} +7 -7
  370. package/charts/sankey-chart/hooks/use-draw-sankey.d.ts +2 -1
  371. package/charts/sankey-chart/hooks/use-draw-sankey.js +31 -6
  372. package/charts/sankey-chart/hooks/use-sankey-formatter.d.ts +5 -0
  373. package/charts/sankey-chart/hooks/use-sankey-formatter.js +27 -0
  374. package/charts/sankey-chart/hooks/use-sankey-overlay-events.d.ts +4 -3
  375. package/charts/sankey-chart/hooks/use-sankey-overlay-events.js +28 -14
  376. package/charts/sankey-chart/providers/SankeyFormatterProvider.d.ts +17 -0
  377. package/charts/sankey-chart/providers/SankeyFormatterProvider.js +34 -0
  378. package/charts/sankey-chart/providers/{SankeyHoverStoreProvider.d.ts → SankeyStoreProvider.d.ts} +2 -2
  379. package/charts/sankey-chart/providers/{SankeyHoverStoreProvider.js → SankeyStoreProvider.js} +9 -9
  380. package/charts/sankey-chart/store/selectors.d.ts +14 -7
  381. package/charts/sankey-chart/store/selectors.js +11 -5
  382. package/charts/sankey-chart/store/store.d.ts +5 -2
  383. package/charts/sankey-chart/store/store.js +29 -7
  384. package/charts/sankey-chart/types/sankey-props.d.ts +11 -0
  385. package/charts/sankey-chart/types/sankey-shape.d.ts +22 -0
  386. package/charts/sankey-chart/types/{sankey-hover.js → sankey-shape.js} +2 -2
  387. package/charts/sankey-chart/types/sankey-state.d.ts +12 -0
  388. package/charts/sankey-chart/types/sankey-state.js +15 -0
  389. package/charts/sankey-chart/utils/find-connected-shapes.d.ts +35 -0
  390. package/charts/sankey-chart/utils/find-connected-shapes.js +44 -0
  391. package/charts/sankey-chart/utils/find-hovered-shape.d.ts +2 -2
  392. package/charts/sankey-chart/utils/find-hovered-shape.js +4 -11
  393. package/charts/sankey-chart/utils/generate-sankey-layout.js +10 -1
  394. package/charts/sankey-chart/utils/get-active-connected-set.d.ts +27 -0
  395. package/charts/sankey-chart/utils/get-active-connected-set.js +77 -0
  396. package/charts/sankey-chart/utils/is-same-sankey-shape.d.ts +3 -0
  397. package/charts/sankey-chart/utils/is-same-sankey-shape.js +37 -0
  398. package/charts/sankey-chart/utils/layout-index.d.ts +38 -0
  399. package/charts/sankey-chart/utils/layout-index.js +84 -0
  400. package/charts/sankey-chart/vendor/d3-sankey/sankey.js +20 -2
  401. package/charts/single-value/SingleValue.css +1 -1
  402. package/charts/single-value/SingleValue.sty.js +1 -1
  403. package/charts/single-value-grid/SingleValueGrid.css +2 -2
  404. package/charts/single-value-grid/SingleValueGrid.sty.js +1 -1
  405. package/charts/single-value-grid/components/GlobalFontSizeVariables.css +1 -1
  406. package/charts/single-value-grid/components/GlobalFontSizeVariables.sty.js +1 -1
  407. package/charts/single-value-grid/utils/build-props-from-grid.js +17 -14
  408. package/charts/timeseries/TimeseriesChart.d.ts +1 -0
  409. package/charts/timeseries/TimeseriesChart.js +2 -0
  410. package/charts/timeseries/TimeseriesChartInternal.js +0 -3
  411. package/charts/timeseries/TimeseriesChartRoot.js +2 -1
  412. package/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.css +2 -2
  413. package/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.sty.js +1 -1
  414. package/charts/timeseries/components/overlays/TimeseriesOverlays.css +4 -4
  415. package/charts/timeseries/components/overlays/TimeseriesOverlays.sty.js +4 -4
  416. package/charts/timeseries/components/overlays/TimeseriesSelection/utils/get-selected-datapoints.js +2 -2
  417. package/charts/timeseries/components/overlays/utils/tooltip/timeseries-tooltip.js +2 -2
  418. package/charts/timeseries/components/thresholds/ThresholdIndicators.css +2 -2
  419. package/charts/timeseries/components/thresholds/ThresholdIndicators.sty.js +2 -2
  420. package/charts/timeseries/providers/StoreProvider.js +2 -3
  421. package/charts/timeseries/providers/TimeseriesDataProvider.js +1 -1
  422. package/charts/timeseries/slots/shapes/Area.d.ts +4 -1
  423. package/charts/timeseries/slots/shapes/Line.d.ts +4 -1
  424. package/charts/timeseries/types/timeseries-band.d.ts +8 -1
  425. package/charts/timeseries/types/timeseries-props.d.ts +4 -1
  426. package/charts/timeseries/types/timeseries.d.ts +4 -1
  427. package/charts/top-list/TopList.css +1 -1
  428. package/charts/top-list/TopList.sty.js +1 -1
  429. package/charts/tree-map/components/TreeMapChartLayout.js +1 -1
  430. package/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.css +1 -1
  431. package/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.sty.js +1 -1
  432. package/charts/tree-map/providers/StoreProvider.js +1 -1
  433. package/charts/tree-map/providers/TreeMapChartProviders.js +1 -2
  434. package/charts/xy-chart/XYChartRoot.js +2 -2
  435. package/charts/xy-chart/components/axes/AxisArea.css +1 -1
  436. package/charts/xy-chart/components/axes/AxisArea.sty.js +1 -1
  437. package/charts/xy-chart/components/axes/AxisTickWithTruncation.css +3 -3
  438. package/charts/xy-chart/components/axes/AxisTickWithTruncation.sty.js +3 -3
  439. package/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.css +2 -2
  440. package/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.sty.js +2 -2
  441. package/charts/xy-chart/components/displays/RectLabelOverlay.css +3 -3
  442. package/charts/xy-chart/components/displays/RectLabelOverlay.sty.js +3 -3
  443. package/charts/xy-chart/components/displays/rect-accessors.js +1 -1
  444. package/charts/xy-chart/components/legend/XYLegend/XYLegend.js +1 -1
  445. package/charts/xy-chart/components/legend/XYLegend/xy-legend.css +1 -1
  446. package/charts/xy-chart/components/legend/XYLegend/xy-legend.sty.js +1 -1
  447. package/charts/xy-chart/components/overlay/XYChartOverlay.js +1 -3
  448. package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.css +1 -1
  449. package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js +31 -11
  450. package/charts/xy-chart/components/overlay/explore/XYChartCrosshair.sty.js +1 -1
  451. package/charts/xy-chart/components/overlay/explore/XYChartExplore.css +2 -2
  452. package/charts/xy-chart/components/overlay/explore/XYChartExplore.sty.js +2 -2
  453. package/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.css +1 -1
  454. package/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.sty.js +1 -1
  455. package/charts/xy-chart/components/tooltip/XYChartTooltipContent.js +9 -1
  456. package/charts/xy-chart/components/tooltip/utils/tooltip-styles.css +5 -5
  457. package/charts/xy-chart/components/tooltip/utils/tooltip-styles.sty.js +4 -4
  458. package/charts/xy-chart/layout/XYChartLayout.css +2 -2
  459. package/charts/xy-chart/layout/XYChartLayout.sty.js +2 -2
  460. package/charts/xy-chart/processing-strategies/strategies/dot-series.js +1 -1
  461. package/charts/xy-chart/providers/XYChartOverlayPerformanceProvider.js +5 -2
  462. package/charts/xy-chart/providers/XYChartStoreProvider.js +2 -2
  463. package/charts/xy-chart/utils/query-closest-quadtree.js +3 -0
  464. package/charts/xy-chart/utils/query-hovered-grid.d.ts +2 -2
  465. package/charts/xy-chart/utils/query-hovered-grid.js +8 -2
  466. package/charts/xy-chart/utils/query-shared.js +9 -0
  467. package/charts/xy-chart-adoption/categorical-bar/CategoricalBarToXY.js +19 -6
  468. package/charts/xy-chart-adoption/categorical-bar/constants.d.ts +1 -0
  469. package/charts/xy-chart-adoption/categorical-bar/constants.js +3 -1
  470. package/charts/xy-chart-adoption/categorical-bar/iterate-slots.d.ts +2 -0
  471. package/charts/xy-chart-adoption/categorical-bar/iterate-slots.js +6 -1
  472. package/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.d.ts +4 -0
  473. package/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.js +54 -0
  474. package/content/accordion/Accordion.css +14 -14
  475. package/content/accordion/Accordion.sty.js +8 -8
  476. package/content/ai-loading-indicator/AiLoadingIndicator.css +12 -12
  477. package/content/ai-loading-indicator/AiLoadingIndicator.sty.js +4 -4
  478. package/content/ai-response/AiResponse.css +5 -5
  479. package/content/ai-response/AiResponse.sty.js +2 -2
  480. package/content/avatar/Avatar.css +13 -13
  481. package/content/avatar/Avatar.sty.js +4 -4
  482. package/content/avatar-group/AvatarGroup.css +3 -3
  483. package/content/avatar-group/AvatarGroup.sty.js +2 -2
  484. package/content/chip/BaseChip.css +82 -41
  485. package/content/chip/BaseChip.css.d.ts +59 -3
  486. package/content/chip/BaseChip.js +1 -2
  487. package/content/chip/BaseChip.sty.js +6 -6
  488. package/content/chip/ChipContent.css +11 -11
  489. package/content/chip/ChipContent.sty.js +2 -2
  490. package/content/chip/ChipDeleteButton.css +33 -19
  491. package/content/chip/ChipDeleteButton.css.d.ts +5 -0
  492. package/content/chip/ChipDeleteButton.js +3 -5
  493. package/content/chip/ChipDeleteButton.sty.js +7 -4
  494. package/content/chip/ChipKey.css +6 -6
  495. package/content/chip/ChipKey.sty.js +1 -1
  496. package/content/chip/GroupedChip.css +71 -3
  497. package/content/chip/GroupedChip.css.d.ts +1 -0
  498. package/content/chip/GroupedChip.js +26 -5
  499. package/content/chip/GroupedChip.sty.js +7 -4
  500. package/content/chip/hooks/usePendingFocusAnnouncement.d.ts +15 -0
  501. package/content/chip/hooks/usePendingFocusAnnouncement.js +70 -0
  502. package/content/chip/messages.d.ts +8 -0
  503. package/content/chip/messages.js +30 -0
  504. package/content/chip-group/ChipGroup.css +4 -4
  505. package/content/chip-group/ChipGroup.js +4 -1
  506. package/content/chip-group/ChipGroup.sty.js +1 -1
  507. package/content/chip-group/Control.css +4 -4
  508. package/content/chip-group/Control.js +15 -1
  509. package/content/chip-group/Control.sty.js +1 -1
  510. package/content/chip-group/contexts/InternalChipGroupContext.d.ts +12 -0
  511. package/content/code-snippet/CodeHighlight.css +25 -25
  512. package/content/code-snippet/CodeHighlight.sty.js +6 -6
  513. package/content/code-snippet/CodeSnippet.css +18 -18
  514. package/content/code-snippet/CodeSnippet.js +1 -1
  515. package/content/code-snippet/CodeSnippet.sty.js +4 -4
  516. package/content/code-snippet/HighlightExtended.js +3 -6
  517. package/content/empty-state/EmptyState.css +28 -28
  518. package/content/empty-state/EmptyState.sty.js +7 -7
  519. package/content/empty-state/slot-components/Footer.css +1 -1
  520. package/content/empty-state/slot-components/Footer.sty.js +1 -1
  521. package/content/empty-state/slot-components/Visual.css +3 -3
  522. package/content/empty-state/slot-components/Visual.sty.js +1 -1
  523. package/content/expandable-text/ExpandableText.css +7 -7
  524. package/content/expandable-text/ExpandableText.sty.js +2 -2
  525. package/content/feature-highlight/FeatureHighlight.css +12 -12
  526. package/content/feature-highlight/FeatureHighlight.sty.js +3 -3
  527. package/content/health-indicator/styles.css +23 -23
  528. package/content/health-indicator/styles.sty.js +1 -1
  529. package/content/information-overlay/InformationOverlay.css +25 -25
  530. package/content/information-overlay/InformationOverlay.sty.js +5 -5
  531. package/content/keyboard-shortcut/KeyboardShortcut.css +14 -14
  532. package/content/keyboard-shortcut/KeyboardShortcut.sty.js +2 -2
  533. package/content/markdown/Markdown.css +6 -3
  534. package/content/markdown/Markdown.css.d.ts +2 -1
  535. package/content/markdown/Markdown.js +11 -7
  536. package/content/markdown/Markdown.sty.js +4 -2
  537. package/content/markdown/remark-frontmatter-to-table.d.ts +14 -0
  538. package/content/markdown/remark-frontmatter-to-table.js +80 -0
  539. package/content/markdown/transformers/table-mapping.js +1 -1
  540. package/content/markdown/transformers/typography-mapping.css +9 -9
  541. package/content/markdown/transformers/typography-mapping.sty.js +6 -6
  542. package/content/microguide/Microguide.css +11 -11
  543. package/content/microguide/Microguide.sty.js +7 -7
  544. package/content/progress/ProgressBar.css +71 -71
  545. package/content/progress/ProgressBar.sty.js +5 -5
  546. package/content/progress/ProgressBarIcon.css +2 -2
  547. package/content/progress/ProgressBarIcon.sty.js +1 -1
  548. package/content/progress/ProgressBarLabel.css +3 -3
  549. package/content/progress/ProgressBarLabel.sty.js +1 -1
  550. package/content/progress/ProgressBarValue.css +5 -5
  551. package/content/progress/ProgressBarValue.sty.js +1 -1
  552. package/content/progress/ProgressCircle.css +48 -40
  553. package/content/progress/ProgressCircle.css.d.ts +25 -5
  554. package/content/progress/ProgressCircle.js +9 -11
  555. package/content/progress/ProgressCircle.sty.js +12 -10
  556. package/content/shared-components/Visual.css +3 -3
  557. package/content/shared-components/Visual.sty.js +1 -1
  558. package/content/skeleton/Skeleton.css +7 -7
  559. package/content/skeleton/Skeleton.sty.js +5 -5
  560. package/content/terminology-overlay/TerminologyOverlay.css +4 -4
  561. package/content/terminology-overlay/TerminologyOverlay.sty.js +1 -1
  562. package/core/components/app-root/AppRoot.css +1031 -924
  563. package/core/components/app-root/AppRoot.sty.js +1 -1
  564. package/core/components/app-root/visual-refresh-overrides.d.ts +0 -10
  565. package/core/components/app-root/visual-refresh-overrides.js +2 -12
  566. package/core/components/focus-scope/FocusScope.js +38 -15
  567. package/core/components/time-indicator/TimeIndicator.js +4 -4
  568. package/core/components/visually-hidden/VisuallyHidden.css +1 -1
  569. package/core/components/visually-hidden/VisuallyHidden.sty.js +1 -1
  570. package/core/hooks/useFocusRing.js +1 -1
  571. package/core/hooks/useRovingFocus.js +1 -1
  572. package/core/hooks/useSlots.js +7 -4
  573. package/core/hooks/useVisualRefreshEnabled.js +1 -1
  574. package/core/sdk/app-state/AppStateContext.d.ts +12 -0
  575. package/core/sdk/app-state/AppStateContext.js +14 -1
  576. package/core/sdk/app-state/AppStateProvider.js +9 -2
  577. package/core/sdk/app-state/app-state-store.d.ts +3 -0
  578. package/core/sdk/app-state/app-state-store.js +4 -1
  579. package/core/sdk/app-state/useAppStateInternal.js +80 -12
  580. package/core/sdk/sdk-logger.js +2 -2
  581. package/core/styles/defaultChartValues.css +1 -1
  582. package/core/styles/defaultChartValues.sty.js +1 -1
  583. package/core/styles/focusRing.css +66 -66
  584. package/core/styles/focusRing.sty.js +2 -2
  585. package/core/styles/focusRingStatic.css +34 -34
  586. package/core/styles/focusRingStatic.css.d.ts +22 -0
  587. package/core/styles/focusRingStatic.sty.js +3 -1
  588. package/core/styles/virtualFocus.css +2 -2
  589. package/core/styles/virtualFocus.sty.js +1 -1
  590. package/core/types/a11y-props.d.ts +5 -0
  591. package/core/utils/colorUtils.css +60 -60
  592. package/core/utils/colorUtils.sty.js +2 -2
  593. package/core/utils/focus-management/get-first-tabbable-child.d.ts +10 -0
  594. package/core/utils/focus-management/get-first-tabbable-child.js +32 -0
  595. package/core/utils/focus-management/get-last-tabbable-child.d.ts +10 -0
  596. package/core/utils/focus-management/get-last-tabbable-child.js +35 -0
  597. package/core/utils/focus-management/is-tabbable.d.ts +18 -0
  598. package/core/utils/focus-management/is-tabbable.js +61 -0
  599. package/core/utils/isBrowser.js +1 -1
  600. package/editors/base-code-editor/BaseCodeEditor.css +137 -136
  601. package/editors/base-code-editor/BaseCodeEditor.d.ts +6 -0
  602. package/editors/base-code-editor/BaseCodeEditor.js +113 -8
  603. package/editors/base-code-editor/BaseCodeEditor.sty.js +2 -2
  604. package/editors/base-code-editor/baseCodeEditorMessages.d.ts +20 -0
  605. package/editors/base-code-editor/baseCodeEditorMessages.js +20 -0
  606. package/editors/base-code-editor/configuration/getDefaultConfigurations.js +1 -1
  607. package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.css +40 -0
  608. package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.css.d.ts +25 -0
  609. package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.d.ts +20 -0
  610. package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.js +131 -0
  611. package/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.sty.js +25 -0
  612. package/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.d.ts +101 -0
  613. package/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.js +122 -0
  614. package/editors/code-editor/CodeEditor.d.ts +10 -0
  615. package/editors/code-editor/CodeEditor.js +5 -3
  616. package/editors/dql-editor/DQLEditor.js +2 -2
  617. package/editors/dql-editor/actions-menu/ActionsMenu.css +10 -10
  618. package/editors/dql-editor/actions-menu/ActionsMenu.sty.js +5 -5
  619. package/editors/dql-editor/autocomplete/SuggestionsInfoSection.css +7 -7
  620. package/editors/dql-editor/autocomplete/SuggestionsInfoSection.sty.js +3 -3
  621. package/esm/buttons/button/Button.css +15 -15
  622. package/esm/buttons/button/Button.sty.js +4 -4
  623. package/esm/buttons/button/Button.sty.js.map +1 -1
  624. package/esm/buttons/button/utils/is-virtual-event.js.map +1 -1
  625. package/esm/buttons/index.js +2 -0
  626. package/esm/buttons/index.js.map +2 -2
  627. package/esm/buttons/inline-button/InlineButton.css +145 -0
  628. package/esm/buttons/inline-button/InlineButton.js +188 -0
  629. package/esm/buttons/inline-button/InlineButton.js.map +7 -0
  630. package/esm/buttons/inline-button/InlineButton.sty.js +22 -0
  631. package/esm/buttons/inline-button/InlineButton.sty.js.map +7 -0
  632. package/esm/buttons/inline-button/Prefix.js +33 -0
  633. package/esm/buttons/inline-button/Prefix.js.map +7 -0
  634. package/esm/buttons/inline-button/Suffix.js +33 -0
  635. package/esm/buttons/inline-button/Suffix.js.map +7 -0
  636. package/esm/buttons/intent-button/IntentButton.css +1 -1
  637. package/esm/buttons/intent-button/IntentButton.sty.js +1 -1
  638. package/esm/buttons/intent-button/IntentButton.sty.js.map +1 -1
  639. package/esm/buttons/notify-button/NotifyButton.css +2 -2
  640. package/esm/buttons/notify-button/NotifyButton.sty.js +2 -2
  641. package/esm/buttons/notify-button/NotifyButton.sty.js.map +1 -1
  642. package/esm/charts/categorical-bar/CategoricalBarChartLayout.js +1 -1
  643. package/esm/charts/categorical-bar/CategoricalBarChartLayout.js.map +1 -1
  644. package/esm/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.css +2 -2
  645. package/esm/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.sty.js +2 -2
  646. package/esm/charts/categorical-bar/components/interactions/overlays/CategoricalBarChartInspectOverlay.sty.js.map +1 -1
  647. package/esm/charts/categorical-bar/components/interactions/tooltip/CategoricalBarChartTooltip.js.map +1 -1
  648. package/esm/charts/categorical-bar/components/interactions/tooltip/CategoricalBarChartTooltipWrapper.js.map +1 -1
  649. package/esm/charts/categorical-bar/providers/StoreProvider.js +1 -1
  650. package/esm/charts/categorical-bar/providers/StoreProvider.js.map +2 -2
  651. package/esm/charts/categorical-bar/types/categorical-bar-chart.js.map +1 -1
  652. package/esm/charts/categorical-bar/utils/iterate-slots.js.map +1 -1
  653. package/esm/charts/core/components/annotations/AnnotationsAtom.css +1 -1
  654. package/esm/charts/core/components/annotations/AnnotationsAtom.sty.js +1 -1
  655. package/esm/charts/core/components/annotations/AnnotationsAtom.sty.js.map +1 -1
  656. package/esm/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.css +1 -1
  657. package/esm/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.sty.js +1 -1
  658. package/esm/charts/core/components/annotations/components/canvas/AnnotationsCanvasLayout.sty.js.map +1 -1
  659. package/esm/charts/core/components/annotations/components/indicators/utils/extract-unique-indicators-by-priority.js.map +1 -1
  660. package/esm/charts/core/components/annotations/components/overlays/AnnotationsOverlays.css +1 -1
  661. package/esm/charts/core/components/annotations/components/overlays/AnnotationsOverlays.sty.js +1 -1
  662. package/esm/charts/core/components/annotations/components/overlays/AnnotationsOverlays.sty.js.map +1 -1
  663. package/esm/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.css +1 -1
  664. package/esm/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.sty.js +1 -1
  665. package/esm/charts/core/components/annotations/components/overlays/AnnotationsScrollWrapper.sty.js.map +1 -1
  666. package/esm/charts/core/components/annotations/components/tooltip/AnnotationsOverlayTooltip.js.map +1 -1
  667. package/esm/charts/core/components/axes/Axis.css +1 -1
  668. package/esm/charts/core/components/axes/Axis.js.map +2 -2
  669. package/esm/charts/core/components/axes/Axis.sty.js +1 -1
  670. package/esm/charts/core/components/axes/Axis.sty.js.map +1 -1
  671. package/esm/charts/core/components/axes/AxisBottom.js.map +1 -1
  672. package/esm/charts/core/components/axes/AxisLeft.js.map +1 -1
  673. package/esm/charts/core/components/axes/AxisPrimitive.js.map +1 -1
  674. package/esm/charts/core/components/axes/AxisRight.js.map +1 -1
  675. package/esm/charts/core/components/axes/AxisTop.js.map +1 -1
  676. package/esm/charts/core/components/axes/components/PanningControls/PanningControls.css +16 -16
  677. package/esm/charts/core/components/axes/components/PanningControls/PanningControls.sty.js +2 -2
  678. package/esm/charts/core/components/axes/components/PanningControls/PanningControls.sty.js.map +1 -1
  679. package/esm/charts/core/components/axes/types.js.map +2 -2
  680. package/esm/charts/core/components/chart-grid/ChartGrid.css +3 -3
  681. package/esm/charts/core/components/chart-grid/ChartGrid.sty.js +3 -3
  682. package/esm/charts/core/components/chart-grid/ChartGrid.sty.js.map +1 -1
  683. package/esm/charts/core/components/chart-layout/components/styles.css +15 -15
  684. package/esm/charts/core/components/chart-layout/components/styles.sty.js +4 -4
  685. package/esm/charts/core/components/chart-layout/components/styles.sty.js.map +1 -1
  686. package/esm/charts/core/components/chart-layout/slots/Graph.js +1 -1
  687. package/esm/charts/core/components/chart-layout/slots/Graph.js.map +2 -2
  688. package/esm/charts/core/components/chart-layout/slots/Legend.js +1 -1
  689. package/esm/charts/core/components/chart-layout/slots/Legend.js.map +2 -2
  690. package/esm/charts/core/components/chart-layout/utils/extract-layout-slots.js.map +1 -1
  691. package/esm/charts/core/components/chart-layout/utils/get-chart-layout-settings.js +1 -1
  692. package/esm/charts/core/components/chart-layout/utils/get-chart-layout-settings.js.map +1 -1
  693. package/esm/charts/core/components/chart-states/ChartState.css +4 -4
  694. package/esm/charts/core/components/chart-states/ChartState.sty.js +4 -4
  695. package/esm/charts/core/components/chart-states/ChartState.sty.js.map +1 -1
  696. package/esm/charts/core/components/crosshair/VerticalCrosshair.js +2 -1
  697. package/esm/charts/core/components/crosshair/VerticalCrosshair.js.map +2 -2
  698. package/esm/charts/core/components/crosshair/components/Magnifier.css +7 -7
  699. package/esm/charts/core/components/crosshair/components/Magnifier.sty.js +7 -7
  700. package/esm/charts/core/components/crosshair/components/Magnifier.sty.js.map +1 -1
  701. package/esm/charts/core/components/crosshair/components/TopMagnifier.js +2 -2
  702. package/esm/charts/core/components/crosshair/components/TopMagnifier.js.map +2 -2
  703. package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.css +5 -5
  704. package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.js +2 -0
  705. package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.js.map +2 -2
  706. package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.sty.js +2 -2
  707. package/esm/charts/core/components/interactions-overlay/InteractionsOverlay.sty.js.map +1 -1
  708. package/esm/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.js +4 -1
  709. package/esm/charts/core/components/interactions-overlay/interactions/explore/keyboardInteractions.js.map +2 -2
  710. package/esm/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.js +4 -1
  711. package/esm/charts/core/components/interactions-overlay/interactions/pan/keyboardInteractions.js.map +2 -2
  712. package/esm/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.js +4 -1
  713. package/esm/charts/core/components/interactions-overlay/interactions/zoom/keyboardInteractions.js.map +2 -2
  714. package/esm/charts/core/components/interactions-overlay/types.js.map +1 -1
  715. package/esm/charts/core/components/interactions-overlay/utils/get-explore-interations.js +2 -0
  716. package/esm/charts/core/components/interactions-overlay/utils/get-explore-interations.js.map +2 -2
  717. package/esm/charts/core/components/interactions-overlay/utils/get-pan-interactions.js +2 -0
  718. package/esm/charts/core/components/interactions-overlay/utils/get-pan-interactions.js.map +2 -2
  719. package/esm/charts/core/components/interactions-overlay/utils/get-zoom-interactions.js +2 -0
  720. package/esm/charts/core/components/interactions-overlay/utils/get-zoom-interactions.js.map +2 -2
  721. package/esm/charts/core/components/interactions-overlay/utils/handle-keydown.js +7 -2
  722. package/esm/charts/core/components/interactions-overlay/utils/handle-keydown.js.map +2 -2
  723. package/esm/charts/core/components/legend/categorical/ChartLegend.css +1 -1
  724. package/esm/charts/core/components/legend/categorical/ChartLegend.sty.js +1 -1
  725. package/esm/charts/core/components/legend/categorical/ChartLegend.sty.js.map +1 -1
  726. package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.css +5 -4
  727. package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.js +1 -0
  728. package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.js.map +2 -2
  729. package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.sty.js +3 -3
  730. package/esm/charts/core/components/legend/categorical/components/ChartLegendIcon/ChartLegendIcon.sty.js.map +1 -1
  731. package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.css +20 -18
  732. package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.sty.js +6 -6
  733. package/esm/charts/core/components/legend/categorical/components/ChartLegendItem/ChartLegendItem.sty.js.map +1 -1
  734. package/esm/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.js +1 -1
  735. package/esm/charts/core/components/legend/categorical/components/ChartLegendItemLabel/ChartLegendItemLabel.js.map +2 -2
  736. package/esm/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.css +3 -3
  737. package/esm/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.sty.js +1 -1
  738. package/esm/charts/core/components/legend/categorical/components/ChartLegendSeriesActions/ChartLegendSeriesActions.sty.js.map +1 -1
  739. package/esm/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.css +8 -8
  740. package/esm/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.sty.js +4 -4
  741. package/esm/charts/core/components/legend/categorical/components/ChartVirtualizedLegendGrid.sty.js.map +1 -1
  742. package/esm/charts/core/components/legend/categorical/constants.js +1 -1
  743. package/esm/charts/core/components/legend/categorical/constants.js.map +1 -1
  744. package/esm/charts/core/components/legend/categorical/hooks/useLegendInteractions.js +6 -2
  745. package/esm/charts/core/components/legend/categorical/hooks/useLegendInteractions.js.map +2 -2
  746. package/esm/charts/core/components/legend/range/RangeLegend.css +3 -3
  747. package/esm/charts/core/components/legend/range/RangeLegend.sty.js +1 -1
  748. package/esm/charts/core/components/legend/range/RangeLegend.sty.js.map +1 -1
  749. package/esm/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.css +2 -2
  750. package/esm/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.sty.js +1 -1
  751. package/esm/charts/core/components/legend/range/components/RangeLegendBoundaryLabel/RangeLegendBoundaryLabel.sty.js.map +1 -1
  752. package/esm/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.css +1 -1
  753. package/esm/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.sty.js +1 -1
  754. package/esm/charts/core/components/legend/range/components/RangeLegendItemLabel/RangeLegendItemLabel.sty.js.map +1 -1
  755. package/esm/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.css +3 -3
  756. package/esm/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.sty.js +1 -1
  757. package/esm/charts/core/components/legend/range/components/RangeLegendItemMarker/RangeLegendItemMarker.sty.js.map +1 -1
  758. package/esm/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.css +3 -3
  759. package/esm/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.sty.js +1 -1
  760. package/esm/charts/core/components/legend/range/components/RangeLegendMarkers/RangeLegendMarkers.sty.js.map +1 -1
  761. package/esm/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.css +5 -5
  762. package/esm/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.sty.js +1 -1
  763. package/esm/charts/core/components/legend/range/components/RangeLegendSegments/RangeLegendSegments.sty.js.map +1 -1
  764. package/esm/charts/core/components/legend/range/components/RangeLegendSegmentsOverlay.js.map +1 -1
  765. package/esm/charts/core/components/legend/range/utils/get-min-max-values.js +2 -2
  766. package/esm/charts/core/components/legend/range/utils/get-min-max-values.js.map +1 -1
  767. package/esm/charts/core/components/legend/range/utils/labels-collision.js.map +1 -1
  768. package/esm/charts/core/components/loader-overlay/LoaderOverlay.css +2 -2
  769. package/esm/charts/core/components/loader-overlay/LoaderOverlay.sty.js +2 -2
  770. package/esm/charts/core/components/loader-overlay/LoaderOverlay.sty.js.map +1 -1
  771. package/esm/charts/core/components/overlay-tooltip/OverlayTooltip.js +5 -2
  772. package/esm/charts/core/components/overlay-tooltip/OverlayTooltip.js.map +2 -2
  773. package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltip.js +6 -5
  774. package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltip.js.map +2 -2
  775. package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltipRenderer.js +4 -1
  776. package/esm/charts/core/components/overlay-tooltip/components/DynamicTooltipRenderer.js.map +2 -2
  777. package/esm/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.js +80 -0
  778. package/esm/charts/core/components/overlay-tooltip/components/SeriesActionsMenuContent.js.map +7 -0
  779. package/esm/charts/core/components/overlay-tooltip/components/TooltipPortal.js +95 -20
  780. package/esm/charts/core/components/overlay-tooltip/components/TooltipPortal.js.map +2 -2
  781. package/esm/charts/core/components/overlay-tooltip/components/global-actions/actions.css +4 -4
  782. package/esm/charts/core/components/overlay-tooltip/components/global-actions/actions.sty.js +2 -2
  783. package/esm/charts/core/components/overlay-tooltip/components/global-actions/actions.sty.js.map +1 -1
  784. package/esm/charts/core/components/overlay-tooltip/components/header/Header.css +14 -6
  785. package/esm/charts/core/components/overlay-tooltip/components/header/Header.js +15 -11
  786. package/esm/charts/core/components/overlay-tooltip/components/header/Header.js.map +2 -2
  787. package/esm/charts/core/components/overlay-tooltip/components/header/Header.sty.js +7 -7
  788. package/esm/charts/core/components/overlay-tooltip/components/header/Header.sty.js.map +2 -2
  789. package/esm/charts/core/components/overlay-tooltip/components/header/utils/get-shown-header-text.js +13 -6
  790. package/esm/charts/core/components/overlay-tooltip/components/header/utils/get-shown-header-text.js.map +2 -2
  791. package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItem.js +28 -23
  792. package/esm/charts/core/components/overlay-tooltip/components/series/SeriesItem.js.map +2 -2
  793. package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.css +2 -2
  794. package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js +2 -2
  795. package/esm/charts/core/components/overlay-tooltip/components/series/seriesSymbol.sty.js.map +1 -1
  796. package/esm/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.js +29 -0
  797. package/esm/charts/core/components/overlay-tooltip/contexts/ActiveSeriesMenuContext.js.map +7 -0
  798. package/esm/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.js +36 -0
  799. package/esm/charts/core/components/overlay-tooltip/hooks/useSvgAriaDescribedBy.js.map +7 -0
  800. package/esm/charts/core/components/overlay-tooltip/tooltip.css +52 -52
  801. package/esm/charts/core/components/overlay-tooltip/tooltip.sty.js +39 -39
  802. package/esm/charts/core/components/overlay-tooltip/tooltip.sty.js.map +1 -1
  803. package/esm/charts/core/components/overlay-tooltip/utils/text-truncation-header.js +104 -2
  804. package/esm/charts/core/components/overlay-tooltip/utils/text-truncation-header.js.map +2 -2
  805. package/esm/charts/core/components/overlays/ChartOverlaysBorder.css +6 -6
  806. package/esm/charts/core/components/overlays/ChartOverlaysBorder.sty.js +6 -6
  807. package/esm/charts/core/components/overlays/ChartOverlaysBorder.sty.js.map +1 -1
  808. package/esm/charts/core/components/selection-area/SelectionArea.css +9 -9
  809. package/esm/charts/core/components/selection-area/SelectionArea.sty.js +4 -4
  810. package/esm/charts/core/components/selection-area/SelectionArea.sty.js.map +1 -1
  811. package/esm/charts/core/components/selection-area/SelectionTooltipWithAsyncActions.js.map +1 -1
  812. package/esm/charts/core/components/selection-area/tooltip/CustomActions.js +5 -5
  813. package/esm/charts/core/components/selection-area/tooltip/CustomActions.js.map +2 -2
  814. package/esm/charts/core/components/series-action/ChartSeriesAction.js +1 -1
  815. package/esm/charts/core/components/series-action/ChartSeriesAction.js.map +2 -2
  816. package/esm/charts/core/components/shape/BubbleShape/BubbleShape.css +5 -5
  817. package/esm/charts/core/components/shape/BubbleShape/BubbleShape.sty.js +3 -3
  818. package/esm/charts/core/components/shape/BubbleShape/BubbleShape.sty.js.map +1 -1
  819. package/esm/charts/core/components/shape/EmojiShape/EmojiShape.css +3 -3
  820. package/esm/charts/core/components/shape/EmojiShape/EmojiShape.sty.js +1 -1
  821. package/esm/charts/core/components/shape/EmojiShape/EmojiShape.sty.js.map +1 -1
  822. package/esm/charts/core/components/shape/IconShape/IconShape.css +3 -3
  823. package/esm/charts/core/components/shape/IconShape/IconShape.sty.js +1 -1
  824. package/esm/charts/core/components/shape/IconShape/IconShape.sty.js.map +1 -1
  825. package/esm/charts/core/components/shape/styles/DataPointShape.css +8 -8
  826. package/esm/charts/core/components/shape/styles/DataPointShape.sty.js +4 -4
  827. package/esm/charts/core/components/shape/styles/DataPointShape.sty.js.map +1 -1
  828. package/esm/charts/core/components/shared-chart-interactions/SharedChartInteractions.css +1 -1
  829. package/esm/charts/core/components/shared-chart-interactions/SharedChartInteractions.sty.js +1 -1
  830. package/esm/charts/core/components/shared-chart-interactions/SharedChartInteractions.sty.js.map +1 -1
  831. package/esm/charts/core/components/single-value-renderer/SingleValueRenderer.css +5 -5
  832. package/esm/charts/core/components/single-value-renderer/SingleValueRenderer.sty.js +5 -5
  833. package/esm/charts/core/components/single-value-renderer/SingleValueRenderer.sty.js.map +1 -1
  834. package/esm/charts/core/components/single-value-renderer/components/ContentGrid.css +1 -1
  835. package/esm/charts/core/components/single-value-renderer/components/ContentGrid.sty.js +1 -1
  836. package/esm/charts/core/components/single-value-renderer/components/ContentGrid.sty.js.map +1 -1
  837. package/esm/charts/core/components/single-value-renderer/components/Icon.css +3 -3
  838. package/esm/charts/core/components/single-value-renderer/components/Icon.sty.js +2 -2
  839. package/esm/charts/core/components/single-value-renderer/components/Icon.sty.js.map +1 -1
  840. package/esm/charts/core/components/single-value-renderer/components/Label.css +1 -1
  841. package/esm/charts/core/components/single-value-renderer/components/Label.sty.js +1 -1
  842. package/esm/charts/core/components/single-value-renderer/components/Label.sty.js.map +1 -1
  843. package/esm/charts/core/components/single-value-renderer/components/SingleValueToolbar.css +1 -1
  844. package/esm/charts/core/components/single-value-renderer/components/SingleValueToolbar.sty.js +1 -1
  845. package/esm/charts/core/components/single-value-renderer/components/SingleValueToolbar.sty.js.map +1 -1
  846. package/esm/charts/core/components/single-value-renderer/components/Value.css +5 -5
  847. package/esm/charts/core/components/single-value-renderer/components/Value.sty.js +3 -3
  848. package/esm/charts/core/components/single-value-renderer/components/Value.sty.js.map +1 -1
  849. package/esm/charts/core/components/single-value-renderer/components/trend/Trend.css +3 -3
  850. package/esm/charts/core/components/single-value-renderer/components/trend/Trend.sty.js +3 -3
  851. package/esm/charts/core/components/single-value-renderer/components/trend/Trend.sty.js.map +1 -1
  852. package/esm/charts/core/components/single-value-renderer/components/trend/components/Icon.css +2 -2
  853. package/esm/charts/core/components/single-value-renderer/components/trend/components/Icon.sty.js +1 -1
  854. package/esm/charts/core/components/single-value-renderer/components/trend/components/Icon.sty.js.map +1 -1
  855. package/esm/charts/core/components/single-value-renderer/components/trend/utils/define-trend-colors.js +2 -2
  856. package/esm/charts/core/components/single-value-renderer/components/trend/utils/define-trend-colors.js.map +1 -1
  857. package/esm/charts/core/components/single-value-renderer/utils/format-value.js.map +1 -1
  858. package/esm/charts/core/components/single-value-renderer/utils/get-content-and-background-color.js.map +1 -1
  859. package/esm/charts/core/components/sparkline-display/Sparkline.css +6 -6
  860. package/esm/charts/core/components/sparkline-display/Sparkline.sty.js +2 -2
  861. package/esm/charts/core/components/sparkline-display/Sparkline.sty.js.map +1 -1
  862. package/esm/charts/core/components/sparkline-display/SparklineRenderer.js +40 -32
  863. package/esm/charts/core/components/sparkline-display/SparklineRenderer.js.map +2 -2
  864. package/esm/charts/core/components/text-ellipsis/ChartTextEllipsis.css +7 -7
  865. package/esm/charts/core/components/text-ellipsis/ChartTextEllipsis.sty.js +3 -3
  866. package/esm/charts/core/components/text-ellipsis/ChartTextEllipsis.sty.js.map +1 -1
  867. package/esm/charts/core/components/text-ellipsis/truncate-string.js +105 -9
  868. package/esm/charts/core/components/text-ellipsis/truncate-string.js.map +2 -2
  869. package/esm/charts/core/components/threshold-bar/styles.css +11 -11
  870. package/esm/charts/core/components/threshold-bar/styles.sty.js +2 -2
  871. package/esm/charts/core/components/threshold-bar/styles.sty.js.map +1 -1
  872. package/esm/charts/core/components/toolbar/ChartToolbarRenderer.css +16 -16
  873. package/esm/charts/core/components/toolbar/ChartToolbarRenderer.js +2 -2
  874. package/esm/charts/core/components/toolbar/ChartToolbarRenderer.js.map +1 -1
  875. package/esm/charts/core/components/toolbar/ChartToolbarRenderer.sty.js +8 -8
  876. package/esm/charts/core/components/toolbar/ChartToolbarRenderer.sty.js.map +1 -1
  877. package/esm/charts/core/components/toolbar/ChartToolbarVisibilityOverlay.js.map +1 -1
  878. package/esm/charts/core/components/toolbar/components/ChartDataMenu.css +2 -2
  879. package/esm/charts/core/components/toolbar/components/ChartDataMenu.sty.js +1 -1
  880. package/esm/charts/core/components/toolbar/components/ChartDataMenu.sty.js.map +1 -1
  881. package/esm/charts/core/components/toolbar/components/Control.css +17 -17
  882. package/esm/charts/core/components/toolbar/components/Control.sty.js +5 -5
  883. package/esm/charts/core/components/toolbar/components/Control.sty.js.map +1 -1
  884. package/esm/charts/core/components/toolbar/components/ToolbarMenu.css +4 -4
  885. package/esm/charts/core/components/toolbar/components/ToolbarMenu.sty.js +2 -2
  886. package/esm/charts/core/components/toolbar/components/ToolbarMenu.sty.js.map +1 -1
  887. package/esm/charts/core/components/toolbar/styles.css +1 -1
  888. package/esm/charts/core/components/toolbar/styles.sty.js +1 -1
  889. package/esm/charts/core/components/toolbar/styles.sty.js.map +1 -1
  890. package/esm/charts/core/components/toolbar/types.js.map +1 -1
  891. package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.css +6 -6
  892. package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.js.map +1 -1
  893. package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.sty.js +2 -2
  894. package/esm/charts/core/components/tooltip/ChartTooltip/ChartTooltip.sty.js.map +1 -1
  895. package/esm/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.css +8 -8
  896. package/esm/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.sty.js +3 -3
  897. package/esm/charts/core/components/tooltip/ChartTooltip/components/ActionItem/ActionItem.sty.js.map +1 -1
  898. package/esm/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.css +2 -2
  899. package/esm/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.sty.js +1 -1
  900. package/esm/charts/core/components/tooltip/ChartTooltip/components/SeriesItem/SeriesItem.sty.js.map +1 -1
  901. package/esm/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.css +1 -1
  902. package/esm/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.sty.js +1 -1
  903. package/esm/charts/core/components/tooltip/ChartTooltip/components/TimeFrameHeader/TimeFrameHeader.sty.js.map +1 -1
  904. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.css +6 -6
  905. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.sty.js +2 -2
  906. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/BasicChartTooltip/BasicChartTooltip.sty.js.map +1 -1
  907. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.css +7 -7
  908. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.js.map +1 -1
  909. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.sty.js +6 -6
  910. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltip.sty.js.map +1 -1
  911. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/components/InteractiveChartTooltipVirtualizedSeries.js.map +1 -1
  912. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/contents/SeriesBasedContent.js.map +1 -1
  913. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.css +1 -1
  914. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.sty.js +1 -1
  915. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/headers/HeaderTooltip.sty.js.map +1 -1
  916. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Actions.js +1 -1
  917. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Actions.js.map +1 -1
  918. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Body.js +1 -1
  919. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Body.js.map +1 -1
  920. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Header.js +1 -1
  921. package/esm/charts/core/components/tooltip/InteractiveChartTooltip/slots/Header.js.map +1 -1
  922. package/esm/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.css +1 -1
  923. package/esm/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.sty.js +1 -1
  924. package/esm/charts/core/components/tooltip/section-components/TooltipFooter/TooltipFooter.sty.js.map +1 -1
  925. package/esm/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.css +2 -2
  926. package/esm/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.sty.js +1 -1
  927. package/esm/charts/core/components/tooltip/section-components/TooltipHeader/TooltipHeader.sty.js.map +1 -1
  928. package/esm/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.css +1 -1
  929. package/esm/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.sty.js +1 -1
  930. package/esm/charts/core/components/tooltip/section-components/TooltipInfoContent/TooltipInfoContent.sty.js.map +1 -1
  931. package/esm/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.css +3 -3
  932. package/esm/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.sty.js +2 -2
  933. package/esm/charts/core/components/tooltip/section-components/TooltipItem/TooltipItem.sty.js.map +1 -1
  934. package/esm/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.css +1 -1
  935. package/esm/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.sty.js +1 -1
  936. package/esm/charts/core/components/tooltip/section-components/TooltipSymbolContent/TooltipSymbolContent.sty.js.map +1 -1
  937. package/esm/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.css +2 -2
  938. package/esm/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.sty.js +2 -2
  939. package/esm/charts/core/components/tooltip/section-components/VirtualizedTooltipBody/VirtualizedTooltipBody.sty.js.map +1 -1
  940. package/esm/charts/core/components/tooltip/shared/styles/SeriesBasedContent.css +12 -12
  941. package/esm/charts/core/components/tooltip/shared/styles/SeriesBasedContent.sty.js +7 -7
  942. package/esm/charts/core/components/tooltip/shared/styles/SeriesBasedContent.sty.js.map +1 -1
  943. package/esm/charts/core/components/tooltip/shared/styles/TooltipBody.css +1 -1
  944. package/esm/charts/core/components/tooltip/shared/styles/TooltipBody.sty.js +1 -1
  945. package/esm/charts/core/components/tooltip/shared/styles/TooltipBody.sty.js.map +1 -1
  946. package/esm/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.css +1 -1
  947. package/esm/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.sty.js +1 -1
  948. package/esm/charts/core/components/tooltip-atoms/components/HeaderChipAtom/HeaderChipAtom.sty.js.map +1 -1
  949. package/esm/charts/core/components/tooltip-atoms/components/styles.css +4 -4
  950. package/esm/charts/core/components/tooltip-atoms/components/styles.sty.js +4 -4
  951. package/esm/charts/core/components/tooltip-atoms/components/styles.sty.js.map +1 -1
  952. package/esm/charts/core/components/zoom/ZoomCursors.css +2 -2
  953. package/esm/charts/core/components/zoom/ZoomCursors.sty.js +3 -3
  954. package/esm/charts/core/components/zoom/ZoomCursors.sty.js.map +1 -1
  955. package/esm/charts/core/hooks/useDragElement.js.map +1 -1
  956. package/esm/charts/core/hooks/usePointerAndScrollResponsiveChartBounds.js +2 -2
  957. package/esm/charts/core/hooks/usePointerAndScrollResponsiveChartBounds.js.map +1 -1
  958. package/esm/charts/core/hooks/useResolveAsyncComponent.js.map +1 -1
  959. package/esm/charts/core/hooks/useScrollResponsiveChartBounds.js +1 -1
  960. package/esm/charts/core/hooks/useScrollResponsiveChartBounds.js.map +1 -1
  961. package/esm/charts/core/hooks/useThrottledCallbackOnScroll.js +1 -1
  962. package/esm/charts/core/hooks/useThrottledCallbackOnScroll.js.map +1 -1
  963. package/esm/charts/core/slots/chart-interactions/Pan.js.map +1 -1
  964. package/esm/charts/core/slots/chart-interactions/Zoom.js.map +1 -1
  965. package/esm/charts/core/slots/chart-interactions/ZoomX.js.map +1 -1
  966. package/esm/charts/core/slots/chart-states/EmptyStateSlot.js +4 -1
  967. package/esm/charts/core/slots/chart-states/EmptyStateSlot.js.map +2 -2
  968. package/esm/charts/core/slots/chart-states/ErrorStateSlot.js +4 -1
  969. package/esm/charts/core/slots/chart-states/ErrorStateSlot.js.map +2 -2
  970. package/esm/charts/core/slots/toolbar/ChartToolbar.js +2 -2
  971. package/esm/charts/core/slots/toolbar/ChartToolbar.js.map +2 -2
  972. package/esm/charts/core/slots/toolbar/DownloadData.js.map +1 -1
  973. package/esm/charts/core/types/tooltip.js.map +1 -1
  974. package/esm/charts/core/typographyStyles.css +1 -1
  975. package/esm/charts/core/typographyStyles.sty.js +1 -1
  976. package/esm/charts/core/typographyStyles.sty.js.map +1 -1
  977. package/esm/charts/core/utils/build-rgba-color-with-opacity.js +1 -1
  978. package/esm/charts/core/utils/build-rgba-color-with-opacity.js.map +1 -1
  979. package/esm/charts/core/utils/iterate-chart-interactions-slots.js.map +1 -1
  980. package/esm/charts/core/utils/prepare-inverted-color-palette.js.map +1 -1
  981. package/esm/charts/core/utils/text-truncation.js.map +1 -1
  982. package/esm/charts/flame/flame-chart/FlameChart.js +25 -32
  983. package/esm/charts/flame/flame-chart/FlameChart.js.map +2 -2
  984. package/esm/charts/flame/flame-chart/components/tooltip/DefaultTooltip.js +51 -0
  985. package/esm/charts/flame/flame-chart/components/tooltip/DefaultTooltip.js.map +7 -0
  986. package/esm/charts/flame/flame-chart/components/tooltip/messages.js +12 -0
  987. package/esm/charts/flame/flame-chart/components/tooltip/messages.js.map +7 -0
  988. package/esm/charts/flame/flame-chart/utils/iterate-slots.js +2 -14
  989. package/esm/charts/flame/flame-chart/utils/iterate-slots.js.map +2 -2
  990. package/esm/charts/flame/flame-graph/FlameGraph.js +35 -45
  991. package/esm/charts/flame/flame-graph/FlameGraph.js.map +2 -2
  992. package/esm/charts/flame/flame-graph/components/tooltip/DefaultTooltip.js +60 -0
  993. package/esm/charts/flame/flame-graph/components/tooltip/DefaultTooltip.js.map +7 -0
  994. package/esm/charts/flame/flame-graph/components/tooltip/messages.js +12 -0
  995. package/esm/charts/flame/flame-graph/components/tooltip/messages.js.map +7 -0
  996. package/esm/charts/flame/flame-graph/utils/iterate-slots.js +2 -17
  997. package/esm/charts/flame/flame-graph/utils/iterate-slots.js.map +2 -2
  998. package/esm/charts/flame/shared/components/tooltip/FlameTooltip.js +76 -30
  999. package/esm/charts/flame/shared/components/tooltip/FlameTooltip.js.map +2 -2
  1000. package/esm/charts/flame/shared/components/tooltip/messages.js +32 -0
  1001. package/esm/charts/flame/shared/components/tooltip/messages.js.map +7 -0
  1002. package/esm/charts/flame/shared/slots/Tooltip.js.map +2 -2
  1003. package/esm/charts/flame/shared/utils/build-tooltip-base-data.js +37 -0
  1004. package/esm/charts/flame/shared/utils/build-tooltip-base-data.js.map +7 -0
  1005. package/esm/charts/flame/shared/utils/make-iterate-slots.js +21 -0
  1006. package/esm/charts/flame/shared/utils/make-iterate-slots.js.map +7 -0
  1007. package/esm/charts/flame/shared/utils/order-spans-hierarchically.js +7 -2
  1008. package/esm/charts/flame/shared/utils/order-spans-hierarchically.js.map +2 -2
  1009. package/esm/charts/flame/shared/utils/resolve-flame-tooltip-content.js +26 -0
  1010. package/esm/charts/flame/shared/utils/resolve-flame-tooltip-content.js.map +7 -0
  1011. package/esm/charts/gantt-chart/GanttChartLine.css +1 -1
  1012. package/esm/charts/gantt-chart/GanttChartLine.sty.js +1 -1
  1013. package/esm/charts/gantt-chart/GanttChartLine.sty.js.map +1 -1
  1014. package/esm/charts/gantt-chart/components/GanttChartLineRenderer.css +1 -1
  1015. package/esm/charts/gantt-chart/components/GanttChartLineRenderer.sty.js +1 -1
  1016. package/esm/charts/gantt-chart/components/GanttChartLineRenderer.sty.js.map +1 -1
  1017. package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.css +1 -1
  1018. package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.js.map +1 -1
  1019. package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js +1 -1
  1020. package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltip.sty.js.map +1 -1
  1021. package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltipBody.js.map +1 -1
  1022. package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltipContent.js.map +1 -1
  1023. package/esm/charts/gantt-chart/components/tooltip/GanttChartTooltipHeader.js.map +1 -1
  1024. package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.css +1 -1
  1025. package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.sty.js +1 -1
  1026. package/esm/charts/gauge/components/GaugeChartLayout/GaugeChartLayout.sty.js.map +1 -1
  1027. package/esm/charts/gauge/components/GaugeLabel/GaugeLabel.css +6 -6
  1028. package/esm/charts/gauge/components/GaugeLabel/GaugeLabel.sty.js +3 -3
  1029. package/esm/charts/gauge/components/GaugeLabel/GaugeLabel.sty.js.map +1 -1
  1030. package/esm/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.css +3 -3
  1031. package/esm/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.sty.js +1 -1
  1032. package/esm/charts/gauge/components/GaugeLabelsWrapper/GaugeLabelsWrapper.sty.js.map +1 -1
  1033. package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.css +4 -4
  1034. package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js +3 -3
  1035. package/esm/charts/gauge/components/GaugeLayoutOverlay/GaugeLayoutOverlay.sty.js.map +1 -1
  1036. package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.css +2 -2
  1037. package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.js +1 -1
  1038. package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.js.map +2 -2
  1039. package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.sty.js +2 -2
  1040. package/esm/charts/gauge/components/GaugeResponsiveLabel/GaugeResponsiveLabel.sty.js.map +1 -1
  1041. package/esm/charts/gauge/components/GaugeRootSVG.js +1 -0
  1042. package/esm/charts/gauge/components/GaugeRootSVG.js.map +2 -2
  1043. package/esm/charts/gauge/hooks/useGaugeChartAspectRatio.js.map +1 -1
  1044. package/esm/charts/gauge/utils/apply-threshold-default.js +1 -1
  1045. package/esm/charts/gauge/utils/apply-threshold-default.js.map +1 -1
  1046. package/esm/charts/histogram/HistogramChartRoot.js +1 -1
  1047. package/esm/charts/histogram/HistogramChartRoot.js.map +1 -1
  1048. package/esm/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.css +1 -1
  1049. package/esm/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.sty.js +1 -1
  1050. package/esm/charts/histogram/components/axes/HistogramValueBottomAxisArea/HistogramValueBottomAxisArea.sty.js.map +1 -1
  1051. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramCrosshair.js +1 -1
  1052. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramCrosshair.js.map +2 -2
  1053. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.css +1 -1
  1054. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.js +2 -2
  1055. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.js.map +1 -1
  1056. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.sty.js +1 -1
  1057. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltip.sty.js.map +1 -1
  1058. package/esm/charts/histogram/components/overlays/HistogramExplore/HistogramTooltipWrapper.js.map +1 -1
  1059. package/esm/charts/histogram/components/overlays/HistogramOverlays.css +2 -2
  1060. package/esm/charts/histogram/components/overlays/HistogramOverlays.js.map +1 -1
  1061. package/esm/charts/histogram/components/overlays/HistogramOverlays.sty.js +2 -2
  1062. package/esm/charts/histogram/components/overlays/HistogramOverlays.sty.js.map +1 -1
  1063. package/esm/charts/histogram/components/overlays/HistogramSelectionArea/HistogramSelectionArea.js.map +1 -1
  1064. package/esm/charts/histogram/components/overlays/HistogramSelectionArea/HistogramSelectionAreaTooltip.js.map +1 -1
  1065. package/esm/charts/histogram/components/toolbar/HistogramToolbar.js.map +1 -1
  1066. package/esm/charts/histogram/components/toolbar/ResetButton.js.map +1 -1
  1067. package/esm/charts/histogram/hooks/useSetClosestBins.js +1 -1
  1068. package/esm/charts/histogram/hooks/useSetClosestBins.js.map +1 -1
  1069. package/esm/charts/histogram/providers/HistogramDataProvider.js +1 -1
  1070. package/esm/charts/histogram/providers/HistogramDataProvider.js.map +2 -2
  1071. package/esm/charts/histogram/providers/HistogramStateSyncProvider.js +1 -2
  1072. package/esm/charts/histogram/providers/HistogramStateSyncProvider.js.map +2 -2
  1073. package/esm/charts/histogram/providers/StoreProvider.js +2 -2
  1074. package/esm/charts/histogram/providers/StoreProvider.js.map +2 -2
  1075. package/esm/charts/histogram/utils/iterate-slots.js +1 -2
  1076. package/esm/charts/histogram/utils/iterate-slots.js.map +2 -2
  1077. package/esm/charts/honeycomb/HoneycombChart.css +1 -1
  1078. package/esm/charts/honeycomb/HoneycombChart.sty.js +1 -1
  1079. package/esm/charts/honeycomb/HoneycombChart.sty.js.map +1 -1
  1080. package/esm/charts/honeycomb/components/HiveOverlay.css +1 -1
  1081. package/esm/charts/honeycomb/components/HiveOverlay.sty.js +1 -1
  1082. package/esm/charts/honeycomb/components/HiveOverlay.sty.js.map +1 -1
  1083. package/esm/charts/honeycomb/components/HoneycombChartLayout.js.map +1 -1
  1084. package/esm/charts/honeycomb/components/canvas/HiveCanvasLayout.css +1 -1
  1085. package/esm/charts/honeycomb/components/canvas/HiveCanvasLayout.sty.js +1 -1
  1086. package/esm/charts/honeycomb/components/canvas/HiveCanvasLayout.sty.js.map +1 -1
  1087. package/esm/charts/honeycomb/providers/honeycomb-base-scale.provider.js.map +1 -1
  1088. package/esm/charts/honeycomb/utils/build-honeycomb-config.js +2 -2
  1089. package/esm/charts/honeycomb/utils/build-honeycomb-config.js.map +1 -1
  1090. package/esm/charts/honeycomb/utils/iterate-honeycomb-slots.js.map +1 -1
  1091. package/esm/charts/index.js.map +1 -1
  1092. package/esm/charts/meter-bar/multi-meter-bar/components/MultiMeterBarChartSegments.js.map +1 -1
  1093. package/esm/charts/meter-bar/multi-meter-bar/providers/StoreProvider.js +10 -1
  1094. package/esm/charts/meter-bar/multi-meter-bar/providers/StoreProvider.js.map +2 -2
  1095. package/esm/charts/meter-bar/multi-meter-bar/slots/Label.js +1 -1
  1096. package/esm/charts/meter-bar/multi-meter-bar/slots/Label.js.map +2 -2
  1097. package/esm/charts/meter-bar/multi-meter-bar/slots/Max.js +1 -1
  1098. package/esm/charts/meter-bar/multi-meter-bar/slots/Max.js.map +2 -2
  1099. package/esm/charts/meter-bar/multi-meter-bar/slots/Min.js +1 -1
  1100. package/esm/charts/meter-bar/multi-meter-bar/slots/Min.js.map +2 -2
  1101. package/esm/charts/meter-bar/multi-meter-bar/slots/Value.js +1 -1
  1102. package/esm/charts/meter-bar/multi-meter-bar/slots/Value.js.map +2 -2
  1103. package/esm/charts/meter-bar/multi-meter-bar/utils/build-multi-meter-bar-chart-config.js.map +2 -2
  1104. package/esm/charts/meter-bar/shared/components/formatted-value/MeterBarChartFormattedValue.js.map +1 -1
  1105. package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.css +16 -16
  1106. package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js +11 -11
  1107. package/esm/charts/meter-bar/shared/components/meter-bar-layout/MeterBarLayout.sty.js.map +1 -1
  1108. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Chart.js +1 -1
  1109. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Chart.js.map +2 -2
  1110. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.css +2 -2
  1111. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.sty.js +1 -1
  1112. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Icon/Icon.sty.js.map +1 -1
  1113. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.css +1 -1
  1114. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.sty.js +1 -1
  1115. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Label/Label.sty.js.map +1 -1
  1116. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Legend.js +1 -1
  1117. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Legend.js.map +2 -2
  1118. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.css +1 -1
  1119. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.sty.js +1 -1
  1120. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Max/Max.sty.js.map +1 -1
  1121. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.css +1 -1
  1122. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.sty.js +1 -1
  1123. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Min/Min.sty.js.map +1 -1
  1124. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Thresholds.js +1 -1
  1125. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Thresholds.js.map +1 -1
  1126. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.css +1 -1
  1127. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.sty.js +1 -1
  1128. package/esm/charts/meter-bar/shared/components/meter-bar-layout/slots/Value/Value.sty.js.map +1 -1
  1129. package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.css +1 -1
  1130. package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.js +1 -0
  1131. package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.js.map +2 -2
  1132. package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.sty.js +1 -1
  1133. package/esm/charts/meter-bar/shared/components/meter-bar-plot/MeterBarPlot.sty.js.map +1 -1
  1134. package/esm/charts/meter-bar/shared/styles/element-size.css +4 -4
  1135. package/esm/charts/meter-bar/shared/styles/element-size.sty.js +1 -1
  1136. package/esm/charts/meter-bar/shared/styles/element-size.sty.js.map +1 -1
  1137. package/esm/charts/meter-bar/shared/styles.css +1 -1
  1138. package/esm/charts/meter-bar/shared/styles.sty.js +1 -1
  1139. package/esm/charts/meter-bar/shared/styles.sty.js.map +1 -1
  1140. package/esm/charts/meter-bar/single-meter-bar/MeterBarChart.js +1 -1
  1141. package/esm/charts/meter-bar/single-meter-bar/MeterBarChart.js.map +1 -1
  1142. package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.css +1 -1
  1143. package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.sty.js +1 -1
  1144. package/esm/charts/meter-bar/single-meter-bar/components/MeterBarChartThresholdIntervals/MeterBarChartThresholdIntervals.sty.js.map +1 -1
  1145. package/esm/charts/meter-bar/single-meter-bar/slots/Label.js +1 -1
  1146. package/esm/charts/meter-bar/single-meter-bar/slots/Label.js.map +2 -2
  1147. package/esm/charts/meter-bar/single-meter-bar/slots/Max.js +1 -1
  1148. package/esm/charts/meter-bar/single-meter-bar/slots/Max.js.map +2 -2
  1149. package/esm/charts/meter-bar/single-meter-bar/slots/Min.js +1 -1
  1150. package/esm/charts/meter-bar/single-meter-bar/slots/Min.js.map +2 -2
  1151. package/esm/charts/meter-bar/single-meter-bar/slots/ThresholdLegend.js.map +1 -1
  1152. package/esm/charts/meter-bar/single-meter-bar/slots/Value.js +1 -1
  1153. package/esm/charts/meter-bar/single-meter-bar/slots/Value.js.map +2 -2
  1154. package/esm/charts/meter-bar/single-meter-bar/utils/apply-threshold-defaults.js +1 -1
  1155. package/esm/charts/meter-bar/single-meter-bar/utils/apply-threshold-defaults.js.map +1 -1
  1156. package/esm/charts/meter-bar/single-meter-bar/utils/iterate-slots.js.map +1 -1
  1157. package/esm/charts/meter-bar/single-meter-bar/utils/resolve-show-threshold-indicators.js +1 -1
  1158. package/esm/charts/meter-bar/single-meter-bar/utils/resolve-show-threshold-indicators.js.map +1 -1
  1159. package/esm/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.css +1 -1
  1160. package/esm/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.sty.js +1 -1
  1161. package/esm/charts/pie/components/InnerWrapper/components/InnerContainer/InnerContainer.sty.js.map +1 -1
  1162. package/esm/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.css +1 -1
  1163. package/esm/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.sty.js +1 -1
  1164. package/esm/charts/pie/components/InnerWrapper/components/InnerDonut/InnerDonut.sty.js.map +1 -1
  1165. package/esm/charts/pie/components/PieChartInternal.js +1 -1
  1166. package/esm/charts/pie/components/PieChartInternal.js.map +2 -2
  1167. package/esm/charts/pie/components/PieChartOverlays/PieChartOverlays.css +1 -1
  1168. package/esm/charts/pie/components/PieChartOverlays/PieChartOverlays.sty.js +1 -1
  1169. package/esm/charts/pie/components/PieChartOverlays/PieChartOverlays.sty.js.map +1 -1
  1170. package/esm/charts/pie/components/PieChartPlot/PieChartPlot.css +1 -1
  1171. package/esm/charts/pie/components/PieChartPlot/PieChartPlot.js +49 -40
  1172. package/esm/charts/pie/components/PieChartPlot/PieChartPlot.js.map +2 -2
  1173. package/esm/charts/pie/components/PieChartPlot/PieChartPlot.sty.js +1 -1
  1174. package/esm/charts/pie/components/PieChartPlot/PieChartPlot.sty.js.map +1 -1
  1175. package/esm/charts/pie/context/PieChartRawDataContext.js.map +1 -1
  1176. package/esm/charts/pie/providers/ChartProviders.js.map +1 -1
  1177. package/esm/charts/pie/providers/PieChartSlicesDataProvider.js +5 -1
  1178. package/esm/charts/pie/providers/PieChartSlicesDataProvider.js.map +2 -2
  1179. package/esm/charts/pie/providers/StoreProvider.js +1 -1
  1180. package/esm/charts/pie/providers/StoreProvider.js.map +2 -2
  1181. package/esm/charts/pie/slots/DonutChartInner.js.map +2 -2
  1182. package/esm/charts/pie/types/pie-chart.config.js.map +2 -2
  1183. package/esm/charts/pie/utils/build-and-download-csv.js.map +1 -1
  1184. package/esm/charts/pie/utils/build-group-threshold.js.map +1 -1
  1185. package/esm/charts/pie/utils/build-slices.js.map +1 -1
  1186. package/esm/charts/pie/utils/format-csv.js.map +1 -1
  1187. package/esm/charts/pie/utils/iterate-slots.js.map +1 -1
  1188. package/esm/charts/pie/utils/normalize-pie-data.js.map +1 -1
  1189. package/esm/charts/pie/utils/pie-config.js.map +1 -1
  1190. package/esm/charts/sankey-chart/SankeyChart.css +3 -3
  1191. package/esm/charts/sankey-chart/SankeyChart.sty.js +3 -3
  1192. package/esm/charts/sankey-chart/SankeyChart.sty.js.map +1 -1
  1193. package/esm/charts/sankey-chart/SankeyChartRoot.js +5 -2
  1194. package/esm/charts/sankey-chart/SankeyChartRoot.js.map +2 -2
  1195. package/esm/charts/sankey-chart/components/SankeyCanvas.css +7 -1
  1196. package/esm/charts/sankey-chart/components/SankeyCanvas.js +49 -6
  1197. package/esm/charts/sankey-chart/components/SankeyCanvas.js.map +2 -2
  1198. package/esm/charts/sankey-chart/components/SankeyCanvas.sty.js +4 -2
  1199. package/esm/charts/sankey-chart/components/SankeyCanvas.sty.js.map +2 -2
  1200. package/esm/charts/sankey-chart/components/SankeyGraphArea.js +5 -54
  1201. package/esm/charts/sankey-chart/components/SankeyGraphArea.js.map +2 -2
  1202. package/esm/charts/sankey-chart/components/SankeyGraphAreaContent.js +65 -0
  1203. package/esm/charts/sankey-chart/components/SankeyGraphAreaContent.js.map +7 -0
  1204. package/esm/charts/sankey-chart/components/SankeyLabelOverlay.css +13 -9
  1205. package/esm/charts/sankey-chart/components/SankeyLabelOverlay.js +40 -55
  1206. package/esm/charts/sankey-chart/components/SankeyLabelOverlay.js.map +2 -2
  1207. package/esm/charts/sankey-chart/components/SankeyLabelOverlay.sty.js +10 -8
  1208. package/esm/charts/sankey-chart/components/SankeyLabelOverlay.sty.js.map +2 -2
  1209. package/esm/charts/sankey-chart/components/SankeyNodeLabel.js +37 -0
  1210. package/esm/charts/sankey-chart/components/SankeyNodeLabel.js.map +7 -0
  1211. package/esm/charts/sankey-chart/components/SankeyOverlay.css +1 -1
  1212. package/esm/charts/sankey-chart/components/SankeyOverlay.js +1 -3
  1213. package/esm/charts/sankey-chart/components/SankeyOverlay.js.map +2 -2
  1214. package/esm/charts/sankey-chart/components/SankeyOverlay.sty.js +1 -1
  1215. package/esm/charts/sankey-chart/components/SankeyOverlay.sty.js.map +1 -1
  1216. package/esm/charts/sankey-chart/constants.js +12 -7
  1217. package/esm/charts/sankey-chart/constants.js.map +2 -2
  1218. package/esm/charts/sankey-chart/context/SankeyFormatter.context.js +8 -0
  1219. package/esm/charts/sankey-chart/context/SankeyFormatter.context.js.map +7 -0
  1220. package/esm/charts/sankey-chart/context/SankeyHighlight.context.js +7 -0
  1221. package/esm/charts/sankey-chart/context/SankeyHighlight.context.js.map +7 -0
  1222. package/esm/charts/sankey-chart/context/SankeyStore.context.js +11 -0
  1223. package/esm/charts/sankey-chart/context/SankeyStore.context.js.map +7 -0
  1224. package/esm/charts/sankey-chart/hooks/use-draw-sankey.js +32 -7
  1225. package/esm/charts/sankey-chart/hooks/use-draw-sankey.js.map +2 -2
  1226. package/esm/charts/sankey-chart/hooks/use-sankey-formatter.js +9 -0
  1227. package/esm/charts/sankey-chart/hooks/use-sankey-formatter.js.map +7 -0
  1228. package/esm/charts/sankey-chart/hooks/use-sankey-overlay-events.js +34 -15
  1229. package/esm/charts/sankey-chart/hooks/use-sankey-overlay-events.js.map +2 -2
  1230. package/esm/charts/sankey-chart/providers/SankeyFormatterProvider.js +16 -0
  1231. package/esm/charts/sankey-chart/providers/SankeyFormatterProvider.js.map +7 -0
  1232. package/esm/charts/sankey-chart/providers/SankeyStoreProvider.js +15 -0
  1233. package/esm/charts/sankey-chart/providers/SankeyStoreProvider.js.map +7 -0
  1234. package/esm/charts/sankey-chart/store/selectors.js +11 -5
  1235. package/esm/charts/sankey-chart/store/selectors.js.map +2 -2
  1236. package/esm/charts/sankey-chart/store/store.js +29 -7
  1237. package/esm/charts/sankey-chart/store/store.js.map +2 -2
  1238. package/esm/charts/sankey-chart/types/sankey-shape.js +1 -0
  1239. package/esm/charts/sankey-chart/types/sankey-state.js +1 -0
  1240. package/esm/charts/sankey-chart/types/sankey-state.js.map +7 -0
  1241. package/esm/charts/sankey-chart/utils/find-connected-shapes.js +26 -0
  1242. package/esm/charts/sankey-chart/utils/find-connected-shapes.js.map +7 -0
  1243. package/esm/charts/sankey-chart/utils/find-hovered-shape.js +4 -11
  1244. package/esm/charts/sankey-chart/utils/find-hovered-shape.js.map +2 -2
  1245. package/esm/charts/sankey-chart/utils/generate-sankey-layout.js +10 -1
  1246. package/esm/charts/sankey-chart/utils/generate-sankey-layout.js.map +2 -2
  1247. package/esm/charts/sankey-chart/utils/get-active-connected-set.js +59 -0
  1248. package/esm/charts/sankey-chart/utils/get-active-connected-set.js.map +7 -0
  1249. package/esm/charts/sankey-chart/utils/is-same-sankey-shape.js +19 -0
  1250. package/esm/charts/sankey-chart/utils/is-same-sankey-shape.js.map +7 -0
  1251. package/esm/charts/sankey-chart/utils/layout-index.js +66 -0
  1252. package/esm/charts/sankey-chart/utils/layout-index.js.map +7 -0
  1253. package/esm/charts/sankey-chart/vendor/d3-sankey/sankey.js +20 -2
  1254. package/esm/charts/sankey-chart/vendor/d3-sankey/sankey.js.map +2 -2
  1255. package/esm/charts/single-value/SingleValue.css +1 -1
  1256. package/esm/charts/single-value/SingleValue.sty.js +1 -1
  1257. package/esm/charts/single-value/SingleValue.sty.js.map +1 -1
  1258. package/esm/charts/single-value-grid/SingleValueGrid.css +2 -2
  1259. package/esm/charts/single-value-grid/SingleValueGrid.sty.js +1 -1
  1260. package/esm/charts/single-value-grid/SingleValueGrid.sty.js.map +1 -1
  1261. package/esm/charts/single-value-grid/components/GlobalFontSizeVariables.css +1 -1
  1262. package/esm/charts/single-value-grid/components/GlobalFontSizeVariables.sty.js +1 -1
  1263. package/esm/charts/single-value-grid/components/GlobalFontSizeVariables.sty.js.map +1 -1
  1264. package/esm/charts/single-value-grid/components/SingleValueDisplay.js.map +1 -1
  1265. package/esm/charts/single-value-grid/slots/Value.js.map +1 -1
  1266. package/esm/charts/single-value-grid/utils/build-props-from-grid.js +17 -14
  1267. package/esm/charts/single-value-grid/utils/build-props-from-grid.js.map +2 -2
  1268. package/esm/charts/single-value-grid/utils/get-config-from-accessors.js.map +1 -1
  1269. package/esm/charts/timeseries/TimeseriesChart.js +2 -0
  1270. package/esm/charts/timeseries/TimeseriesChart.js.map +2 -2
  1271. package/esm/charts/timeseries/TimeseriesChartInternal.js +0 -3
  1272. package/esm/charts/timeseries/TimeseriesChartInternal.js.map +2 -2
  1273. package/esm/charts/timeseries/TimeseriesChartRoot.js +2 -1
  1274. package/esm/charts/timeseries/TimeseriesChartRoot.js.map +2 -2
  1275. package/esm/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.css +2 -2
  1276. package/esm/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.sty.js +1 -1
  1277. package/esm/charts/timeseries/components/axes/TimeseriesTimeBottomAxisArea/TimeseriesTimeBottomAxisArea.sty.js.map +1 -1
  1278. package/esm/charts/timeseries/components/overlays/TimeseriesChartOverlays.js.map +1 -1
  1279. package/esm/charts/timeseries/components/overlays/TimeseriesExplore/TimeseriesChartTooltip.js.map +1 -1
  1280. package/esm/charts/timeseries/components/overlays/TimeseriesOverlays.css +4 -4
  1281. package/esm/charts/timeseries/components/overlays/TimeseriesOverlays.sty.js +4 -4
  1282. package/esm/charts/timeseries/components/overlays/TimeseriesOverlays.sty.js.map +1 -1
  1283. package/esm/charts/timeseries/components/overlays/TimeseriesSelection/TimeseriesSelectionArea.js.map +1 -1
  1284. package/esm/charts/timeseries/components/overlays/TimeseriesSelection/TimeseriesSelectionAreaTooltip.js.map +1 -1
  1285. package/esm/charts/timeseries/components/overlays/TimeseriesSelection/utils/get-selected-datapoints.js +2 -2
  1286. package/esm/charts/timeseries/components/overlays/TimeseriesSelection/utils/get-selected-datapoints.js.map +1 -1
  1287. package/esm/charts/timeseries/components/overlays/utils/tooltip/timeseries-tooltip.js +2 -2
  1288. package/esm/charts/timeseries/components/overlays/utils/tooltip/timeseries-tooltip.js.map +1 -1
  1289. package/esm/charts/timeseries/components/thresholds/ThresholdIndicators.css +2 -2
  1290. package/esm/charts/timeseries/components/thresholds/ThresholdIndicators.sty.js +2 -2
  1291. package/esm/charts/timeseries/components/thresholds/ThresholdIndicators.sty.js.map +1 -1
  1292. package/esm/charts/timeseries/components/toolbar/ResetButton.js.map +1 -1
  1293. package/esm/charts/timeseries/components/toolbar/TimeseriesChartToolbar.js.map +1 -1
  1294. package/esm/charts/timeseries/providers/StoreProvider.js +2 -3
  1295. package/esm/charts/timeseries/providers/StoreProvider.js.map +2 -2
  1296. package/esm/charts/timeseries/providers/TimeseriesDataProvider.js +1 -1
  1297. package/esm/charts/timeseries/providers/TimeseriesDataProvider.js.map +2 -2
  1298. package/esm/charts/timeseries/slots/shapes/Area.js.map +2 -2
  1299. package/esm/charts/timeseries/slots/shapes/Line.js.map +2 -2
  1300. package/esm/charts/timeseries/types/timeseries.js.map +1 -1
  1301. package/esm/charts/timeseries/utils/convert-to-timeseries/convert-to-timeseries.js.map +2 -2
  1302. package/esm/charts/timeseries/utils/convert-to-timeseries/utils/unit-mapping.js.map +1 -1
  1303. package/esm/charts/timeseries/utils/get-datapoint-value.js.map +1 -1
  1304. package/esm/charts/timeseries/utils/iterate-config-slots.js.map +2 -2
  1305. package/esm/charts/top-list/TopList.css +1 -1
  1306. package/esm/charts/top-list/TopList.sty.js +1 -1
  1307. package/esm/charts/top-list/TopList.sty.js.map +1 -1
  1308. package/esm/charts/tree-map/TreeMap.js.map +1 -1
  1309. package/esm/charts/tree-map/components/TreeMapCanvas.js.map +1 -1
  1310. package/esm/charts/tree-map/components/TreeMapChartLayout.js +1 -1
  1311. package/esm/charts/tree-map/components/TreeMapChartLayout.js.map +2 -2
  1312. package/esm/charts/tree-map/components/TreeMapInternal.js.map +2 -2
  1313. package/esm/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.css +1 -1
  1314. package/esm/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.sty.js +1 -1
  1315. package/esm/charts/tree-map/components/TreeMapOverlay/TreeMapOverlay.sty.js.map +1 -1
  1316. package/esm/charts/tree-map/hooks/useTreeMapChartConfig.js.map +1 -1
  1317. package/esm/charts/tree-map/providers/StoreProvider.js +1 -1
  1318. package/esm/charts/tree-map/providers/StoreProvider.js.map +2 -2
  1319. package/esm/charts/tree-map/providers/TreeMapChartProviders.js +1 -2
  1320. package/esm/charts/tree-map/providers/TreeMapChartProviders.js.map +2 -2
  1321. package/esm/charts/tree-map/utils/build-tree-map-chart-config.js.map +1 -1
  1322. package/esm/charts/tree-map/utils/get-colored-internal-range-data.js.map +1 -1
  1323. package/esm/charts/tree-map/utils/iterate-slots.js.map +1 -1
  1324. package/esm/charts/tree-map/utils/to-hierarchical-props.js.map +1 -1
  1325. package/esm/charts/xy-chart/XYChartRoot.js +2 -2
  1326. package/esm/charts/xy-chart/XYChartRoot.js.map +1 -1
  1327. package/esm/charts/xy-chart/components/axes/AxisArea.css +1 -1
  1328. package/esm/charts/xy-chart/components/axes/AxisArea.sty.js +1 -1
  1329. package/esm/charts/xy-chart/components/axes/AxisArea.sty.js.map +1 -1
  1330. package/esm/charts/xy-chart/components/axes/AxisTickWithTruncation.css +3 -3
  1331. package/esm/charts/xy-chart/components/axes/AxisTickWithTruncation.sty.js +3 -3
  1332. package/esm/charts/xy-chart/components/axes/AxisTickWithTruncation.sty.js.map +1 -1
  1333. package/esm/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.css +2 -2
  1334. package/esm/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.sty.js +2 -2
  1335. package/esm/charts/xy-chart/components/displays/BarDisplay/BarLabelOverlay.sty.js.map +1 -1
  1336. package/esm/charts/xy-chart/components/displays/RectLabelOverlay.css +3 -3
  1337. package/esm/charts/xy-chart/components/displays/RectLabelOverlay.sty.js +3 -3
  1338. package/esm/charts/xy-chart/components/displays/RectLabelOverlay.sty.js.map +1 -1
  1339. package/esm/charts/xy-chart/components/displays/rect-accessors.js +1 -1
  1340. package/esm/charts/xy-chart/components/displays/rect-accessors.js.map +1 -1
  1341. package/esm/charts/xy-chart/components/legend/XYChartLegend.js.map +1 -1
  1342. package/esm/charts/xy-chart/components/legend/XYLegend/XYLegend.js +1 -1
  1343. package/esm/charts/xy-chart/components/legend/XYLegend/XYLegend.js.map +1 -1
  1344. package/esm/charts/xy-chart/components/legend/XYLegend/xy-legend.css +1 -1
  1345. package/esm/charts/xy-chart/components/legend/XYLegend/xy-legend.sty.js +1 -1
  1346. package/esm/charts/xy-chart/components/legend/XYLegend/xy-legend.sty.js.map +1 -1
  1347. package/esm/charts/xy-chart/components/overlay/XYChartOverlay.js +2 -4
  1348. package/esm/charts/xy-chart/components/overlay/XYChartOverlay.js.map +2 -2
  1349. package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.css +1 -1
  1350. package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js +32 -12
  1351. package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.js.map +2 -2
  1352. package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.sty.js +1 -1
  1353. package/esm/charts/xy-chart/components/overlay/explore/XYChartCrosshair.sty.js.map +1 -1
  1354. package/esm/charts/xy-chart/components/overlay/explore/XYChartExplore.css +2 -2
  1355. package/esm/charts/xy-chart/components/overlay/explore/XYChartExplore.sty.js +2 -2
  1356. package/esm/charts/xy-chart/components/overlay/explore/XYChartExplore.sty.js.map +1 -1
  1357. package/esm/charts/xy-chart/components/overlay/hooks/useOverlayEvents.js.map +1 -1
  1358. package/esm/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.css +1 -1
  1359. package/esm/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.sty.js +1 -1
  1360. package/esm/charts/xy-chart/components/thresholds/XYChartThresholdIndicators.sty.js.map +1 -1
  1361. package/esm/charts/xy-chart/components/tooltip/XYChartTooltipContent.js +9 -1
  1362. package/esm/charts/xy-chart/components/tooltip/XYChartTooltipContent.js.map +2 -2
  1363. package/esm/charts/xy-chart/components/tooltip/utils/tooltip-styles.css +5 -5
  1364. package/esm/charts/xy-chart/components/tooltip/utils/tooltip-styles.sty.js +4 -4
  1365. package/esm/charts/xy-chart/components/tooltip/utils/tooltip-styles.sty.js.map +1 -1
  1366. package/esm/charts/xy-chart/layout/XYChartLayout.css +2 -2
  1367. package/esm/charts/xy-chart/layout/XYChartLayout.sty.js +2 -2
  1368. package/esm/charts/xy-chart/layout/XYChartLayout.sty.js.map +1 -1
  1369. package/esm/charts/xy-chart/processing-strategies/strategies/base-series.js.map +2 -2
  1370. package/esm/charts/xy-chart/processing-strategies/strategies/dot-series.js +1 -1
  1371. package/esm/charts/xy-chart/processing-strategies/strategies/dot-series.js.map +1 -1
  1372. package/esm/charts/xy-chart/providers/XYChartOverlayPerformanceProvider.js +5 -2
  1373. package/esm/charts/xy-chart/providers/XYChartOverlayPerformanceProvider.js.map +2 -2
  1374. package/esm/charts/xy-chart/providers/XYChartStoreProvider.js +2 -2
  1375. package/esm/charts/xy-chart/providers/XYChartStoreProvider.js.map +2 -2
  1376. package/esm/charts/xy-chart/slots/CustomTooltip.js.map +1 -1
  1377. package/esm/charts/xy-chart/types/xy-chart-internals.js.map +2 -2
  1378. package/esm/charts/xy-chart/utils/iterate-slots.js.map +1 -1
  1379. package/esm/charts/xy-chart/utils/query-closest-quadtree.js +3 -0
  1380. package/esm/charts/xy-chart/utils/query-closest-quadtree.js.map +2 -2
  1381. package/esm/charts/xy-chart/utils/query-hovered-grid.js +8 -2
  1382. package/esm/charts/xy-chart/utils/query-hovered-grid.js.map +2 -2
  1383. package/esm/charts/xy-chart/utils/query-shared.js +9 -0
  1384. package/esm/charts/xy-chart/utils/query-shared.js.map +2 -2
  1385. package/esm/charts/xy-chart-adoption/categorical-bar/CategoricalBarToXY.js +20 -4
  1386. package/esm/charts/xy-chart-adoption/categorical-bar/CategoricalBarToXY.js.map +2 -2
  1387. package/esm/charts/xy-chart-adoption/categorical-bar/constants.js +3 -1
  1388. package/esm/charts/xy-chart-adoption/categorical-bar/constants.js.map +2 -2
  1389. package/esm/charts/xy-chart-adoption/categorical-bar/iterate-slots.js +8 -1
  1390. package/esm/charts/xy-chart-adoption/categorical-bar/iterate-slots.js.map +2 -2
  1391. package/esm/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.js +36 -0
  1392. package/esm/charts/xy-chart-adoption/categorical-bar/utils/map-threshold-to-xy.js.map +7 -0
  1393. package/esm/charts/xy-chart-adoption/timeseries/iterate-slots.js.map +1 -1
  1394. package/esm/charts/xy-chart-adoption/timeseries/types/timeseries.js.map +1 -1
  1395. package/esm/charts/xy-chart-adoption/timeseries/utils/iterate-config-slots.js.map +1 -1
  1396. package/esm/content/accordion/Accordion.css +14 -14
  1397. package/esm/content/accordion/Accordion.sty.js +8 -8
  1398. package/esm/content/accordion/Accordion.sty.js.map +1 -1
  1399. package/esm/content/ai-loading-indicator/AiLoadingIndicator.css +12 -12
  1400. package/esm/content/ai-loading-indicator/AiLoadingIndicator.sty.js +4 -4
  1401. package/esm/content/ai-loading-indicator/AiLoadingIndicator.sty.js.map +1 -1
  1402. package/esm/content/ai-response/AiResponse.css +5 -5
  1403. package/esm/content/ai-response/AiResponse.sty.js +2 -2
  1404. package/esm/content/ai-response/AiResponse.sty.js.map +1 -1
  1405. package/esm/content/avatar/Avatar.css +13 -13
  1406. package/esm/content/avatar/Avatar.sty.js +4 -4
  1407. package/esm/content/avatar/Avatar.sty.js.map +1 -1
  1408. package/esm/content/avatar-group/AvatarGroup.css +3 -3
  1409. package/esm/content/avatar-group/AvatarGroup.sty.js +2 -2
  1410. package/esm/content/avatar-group/AvatarGroup.sty.js.map +1 -1
  1411. package/esm/content/chip/BaseChip.css +82 -41
  1412. package/esm/content/chip/BaseChip.js +1 -2
  1413. package/esm/content/chip/BaseChip.js.map +2 -2
  1414. package/esm/content/chip/BaseChip.sty.js +6 -6
  1415. package/esm/content/chip/BaseChip.sty.js.map +2 -2
  1416. package/esm/content/chip/ChipContent.css +11 -11
  1417. package/esm/content/chip/ChipContent.sty.js +2 -2
  1418. package/esm/content/chip/ChipContent.sty.js.map +1 -1
  1419. package/esm/content/chip/ChipDeleteButton.css +33 -19
  1420. package/esm/content/chip/ChipDeleteButton.js +3 -5
  1421. package/esm/content/chip/ChipDeleteButton.js.map +2 -2
  1422. package/esm/content/chip/ChipDeleteButton.sty.js +7 -4
  1423. package/esm/content/chip/ChipDeleteButton.sty.js.map +2 -2
  1424. package/esm/content/chip/ChipKey.css +6 -6
  1425. package/esm/content/chip/ChipKey.sty.js +1 -1
  1426. package/esm/content/chip/ChipKey.sty.js.map +1 -1
  1427. package/esm/content/chip/GroupedChip.css +71 -3
  1428. package/esm/content/chip/GroupedChip.js +26 -5
  1429. package/esm/content/chip/GroupedChip.js.map +2 -2
  1430. package/esm/content/chip/GroupedChip.sty.js +7 -4
  1431. package/esm/content/chip/GroupedChip.sty.js.map +2 -2
  1432. package/esm/content/chip/hooks/usePendingFocusAnnouncement.js +54 -0
  1433. package/esm/content/chip/hooks/usePendingFocusAnnouncement.js.map +7 -0
  1434. package/esm/content/chip/messages.js +12 -0
  1435. package/esm/content/chip/messages.js.map +7 -0
  1436. package/esm/content/chip-group/ChipGroup.css +4 -4
  1437. package/esm/content/chip-group/ChipGroup.js +7 -2
  1438. package/esm/content/chip-group/ChipGroup.js.map +2 -2
  1439. package/esm/content/chip-group/ChipGroup.sty.js +1 -1
  1440. package/esm/content/chip-group/ChipGroup.sty.js.map +1 -1
  1441. package/esm/content/chip-group/Control.css +4 -4
  1442. package/esm/content/chip-group/Control.js +15 -1
  1443. package/esm/content/chip-group/Control.js.map +2 -2
  1444. package/esm/content/chip-group/Control.sty.js +1 -1
  1445. package/esm/content/chip-group/Control.sty.js.map +1 -1
  1446. package/esm/content/chip-group/HiddenCount.js.map +1 -1
  1447. package/esm/content/chip-group/contexts/InternalChipGroupContext.js.map +2 -2
  1448. package/esm/content/code-snippet/CodeHighlight.css +25 -25
  1449. package/esm/content/code-snippet/CodeHighlight.sty.js +6 -6
  1450. package/esm/content/code-snippet/CodeHighlight.sty.js.map +1 -1
  1451. package/esm/content/code-snippet/CodeSnippet.css +18 -18
  1452. package/esm/content/code-snippet/CodeSnippet.js +1 -1
  1453. package/esm/content/code-snippet/CodeSnippet.js.map +1 -1
  1454. package/esm/content/code-snippet/CodeSnippet.sty.js +4 -4
  1455. package/esm/content/code-snippet/CodeSnippet.sty.js.map +1 -1
  1456. package/esm/content/code-snippet/HighlightExtended.js +3 -6
  1457. package/esm/content/code-snippet/HighlightExtended.js.map +2 -2
  1458. package/esm/content/empty-state/EmptyState.css +28 -28
  1459. package/esm/content/empty-state/EmptyState.sty.js +7 -7
  1460. package/esm/content/empty-state/EmptyState.sty.js.map +1 -1
  1461. package/esm/content/empty-state/slot-components/Footer.css +1 -1
  1462. package/esm/content/empty-state/slot-components/Footer.sty.js +1 -1
  1463. package/esm/content/empty-state/slot-components/Footer.sty.js.map +1 -1
  1464. package/esm/content/empty-state/slot-components/Visual.css +3 -3
  1465. package/esm/content/empty-state/slot-components/Visual.sty.js +1 -1
  1466. package/esm/content/empty-state/slot-components/Visual.sty.js.map +1 -1
  1467. package/esm/content/expandable-text/ExpandableText.css +7 -7
  1468. package/esm/content/expandable-text/ExpandableText.sty.js +2 -2
  1469. package/esm/content/expandable-text/ExpandableText.sty.js.map +1 -1
  1470. package/esm/content/feature-highlight/FeatureHighlight.css +12 -12
  1471. package/esm/content/feature-highlight/FeatureHighlight.sty.js +3 -3
  1472. package/esm/content/feature-highlight/FeatureHighlight.sty.js.map +1 -1
  1473. package/esm/content/health-indicator/styles.css +23 -23
  1474. package/esm/content/health-indicator/styles.sty.js +1 -1
  1475. package/esm/content/health-indicator/styles.sty.js.map +1 -1
  1476. package/esm/content/information-overlay/InformationOverlay.css +25 -25
  1477. package/esm/content/information-overlay/InformationOverlay.sty.js +5 -5
  1478. package/esm/content/information-overlay/InformationOverlay.sty.js.map +1 -1
  1479. package/esm/content/keyboard-shortcut/KeyboardShortcut.css +14 -14
  1480. package/esm/content/keyboard-shortcut/KeyboardShortcut.sty.js +2 -2
  1481. package/esm/content/keyboard-shortcut/KeyboardShortcut.sty.js.map +1 -1
  1482. package/esm/content/markdown/Markdown.css +6 -3
  1483. package/esm/content/markdown/Markdown.js +11 -7
  1484. package/esm/content/markdown/Markdown.js.map +2 -2
  1485. package/esm/content/markdown/Markdown.sty.js +4 -2
  1486. package/esm/content/markdown/Markdown.sty.js.map +2 -2
  1487. package/esm/content/markdown/remark-frontmatter-to-table.js +62 -0
  1488. package/esm/content/markdown/remark-frontmatter-to-table.js.map +7 -0
  1489. package/esm/content/markdown/transformers/table-mapping.js +1 -1
  1490. package/esm/content/markdown/transformers/table-mapping.js.map +1 -1
  1491. package/esm/content/markdown/transformers/typography-mapping.css +9 -9
  1492. package/esm/content/markdown/transformers/typography-mapping.sty.js +6 -6
  1493. package/esm/content/markdown/transformers/typography-mapping.sty.js.map +1 -1
  1494. package/esm/content/microguide/Microguide.css +11 -11
  1495. package/esm/content/microguide/Microguide.sty.js +7 -7
  1496. package/esm/content/microguide/Microguide.sty.js.map +1 -1
  1497. package/esm/content/progress/ProgressBar.css +71 -71
  1498. package/esm/content/progress/ProgressBar.sty.js +5 -5
  1499. package/esm/content/progress/ProgressBar.sty.js.map +1 -1
  1500. package/esm/content/progress/ProgressBarIcon.css +2 -2
  1501. package/esm/content/progress/ProgressBarIcon.sty.js +1 -1
  1502. package/esm/content/progress/ProgressBarIcon.sty.js.map +1 -1
  1503. package/esm/content/progress/ProgressBarLabel.css +3 -3
  1504. package/esm/content/progress/ProgressBarLabel.sty.js +1 -1
  1505. package/esm/content/progress/ProgressBarLabel.sty.js.map +1 -1
  1506. package/esm/content/progress/ProgressBarValue.css +5 -5
  1507. package/esm/content/progress/ProgressBarValue.sty.js +1 -1
  1508. package/esm/content/progress/ProgressBarValue.sty.js.map +1 -1
  1509. package/esm/content/progress/ProgressCircle.css +48 -40
  1510. package/esm/content/progress/ProgressCircle.js +9 -17
  1511. package/esm/content/progress/ProgressCircle.js.map +2 -2
  1512. package/esm/content/progress/ProgressCircle.sty.js +12 -10
  1513. package/esm/content/progress/ProgressCircle.sty.js.map +2 -2
  1514. package/esm/content/shared-components/Visual.css +3 -3
  1515. package/esm/content/shared-components/Visual.sty.js +1 -1
  1516. package/esm/content/shared-components/Visual.sty.js.map +1 -1
  1517. package/esm/content/skeleton/Skeleton.css +7 -7
  1518. package/esm/content/skeleton/Skeleton.sty.js +5 -5
  1519. package/esm/content/skeleton/Skeleton.sty.js.map +1 -1
  1520. package/esm/content/terminology-overlay/TerminologyOverlay.css +4 -4
  1521. package/esm/content/terminology-overlay/TerminologyOverlay.sty.js +1 -1
  1522. package/esm/content/terminology-overlay/TerminologyOverlay.sty.js.map +1 -1
  1523. package/esm/core/components/app-root/AppRoot.css +1031 -924
  1524. package/esm/core/components/app-root/AppRoot.sty.js +1 -1
  1525. package/esm/core/components/app-root/AppRoot.sty.js.map +1 -1
  1526. package/esm/core/components/app-root/visual-refresh-overrides.js +2 -12
  1527. package/esm/core/components/app-root/visual-refresh-overrides.js.map +2 -2
  1528. package/esm/core/components/focus-scope/FocusScope.js +37 -14
  1529. package/esm/core/components/focus-scope/FocusScope.js.map +2 -2
  1530. package/esm/core/components/time-indicator/TimeIndicator.js +4 -4
  1531. package/esm/core/components/time-indicator/TimeIndicator.js.map +2 -2
  1532. package/esm/core/components/visually-hidden/VisuallyHidden.css +1 -1
  1533. package/esm/core/components/visually-hidden/VisuallyHidden.sty.js +1 -1
  1534. package/esm/core/components/visually-hidden/VisuallyHidden.sty.js.map +1 -1
  1535. package/esm/core/hooks/useCallbackRef.js.map +1 -1
  1536. package/esm/core/hooks/useCurrentTheme.js.map +1 -1
  1537. package/esm/core/hooks/useFocusRing.js +1 -1
  1538. package/esm/core/hooks/useFocusRing.js.map +1 -1
  1539. package/esm/core/hooks/useFormControlState.js.map +1 -1
  1540. package/esm/core/hooks/useId.js.map +1 -1
  1541. package/esm/core/hooks/useMeasureChildren.js.map +1 -1
  1542. package/esm/core/hooks/useMergeRefs.js.map +2 -2
  1543. package/esm/core/hooks/usePrevious.js.map +1 -1
  1544. package/esm/core/hooks/useRovingFocus.js +1 -1
  1545. package/esm/core/hooks/useRovingFocus.js.map +2 -2
  1546. package/esm/core/hooks/useSlots.js +7 -4
  1547. package/esm/core/hooks/useSlots.js.map +2 -2
  1548. package/esm/core/hooks/useVisualRefreshEnabled.js +1 -1
  1549. package/esm/core/hooks/useVisualRefreshEnabled.js.map +1 -1
  1550. package/esm/core/index.js.map +1 -1
  1551. package/esm/core/providers/ScrollProvider.js.map +2 -2
  1552. package/esm/core/sdk/app-state/AppStateContext.js +14 -1
  1553. package/esm/core/sdk/app-state/AppStateContext.js.map +2 -2
  1554. package/esm/core/sdk/app-state/AppStateProvider.js +9 -2
  1555. package/esm/core/sdk/app-state/AppStateProvider.js.map +2 -2
  1556. package/esm/core/sdk/app-state/app-state-store.js +4 -1
  1557. package/esm/core/sdk/app-state/app-state-store.js.map +2 -2
  1558. package/esm/core/sdk/app-state/useAppStateInternal.js +86 -13
  1559. package/esm/core/sdk/app-state/useAppStateInternal.js.map +3 -3
  1560. package/esm/core/sdk/sdk-logger.js +2 -2
  1561. package/esm/core/sdk/sdk-logger.js.map +1 -1
  1562. package/esm/core/styles/defaultChartValues.css +1 -1
  1563. package/esm/core/styles/defaultChartValues.sty.js +1 -1
  1564. package/esm/core/styles/defaultChartValues.sty.js.map +1 -1
  1565. package/esm/core/styles/focusRing.css +66 -66
  1566. package/esm/core/styles/focusRing.sty.js +2 -2
  1567. package/esm/core/styles/focusRing.sty.js.map +1 -1
  1568. package/esm/core/styles/focusRingStatic.css +34 -34
  1569. package/esm/core/styles/focusRingStatic.sty.js +3 -1
  1570. package/esm/core/styles/focusRingStatic.sty.js.map +2 -2
  1571. package/esm/core/styles/virtualFocus.css +2 -2
  1572. package/esm/core/styles/virtualFocus.sty.js +1 -1
  1573. package/esm/core/styles/virtualFocus.sty.js.map +1 -1
  1574. package/esm/core/time/useIntervalCallback.js.map +1 -1
  1575. package/esm/core/utils/can-receive-default-text-format.js.map +1 -1
  1576. package/esm/core/utils/colorUtils.css +60 -60
  1577. package/esm/core/utils/colorUtils.sty.js +2 -2
  1578. package/esm/core/utils/colorUtils.sty.js.map +1 -1
  1579. package/esm/core/utils/focus-management/get-first-tabbable-child.js +14 -0
  1580. package/esm/core/utils/focus-management/get-first-tabbable-child.js.map +7 -0
  1581. package/esm/core/utils/focus-management/get-last-tabbable-child.js +17 -0
  1582. package/esm/core/utils/focus-management/get-last-tabbable-child.js.map +7 -0
  1583. package/esm/core/utils/focus-management/is-focusable.js.map +1 -1
  1584. package/esm/core/utils/focus-management/is-tabbable.js +43 -0
  1585. package/esm/core/utils/focus-management/is-tabbable.js.map +7 -0
  1586. package/esm/core/utils/get-inert-value.js.map +2 -2
  1587. package/esm/core/utils/is-visual-refresh-enabled.js.map +1 -1
  1588. package/esm/core/utils/isBrowser.js +1 -1
  1589. package/esm/core/utils/isBrowser.js.map +1 -1
  1590. package/esm/core/utils/logging.js.map +1 -1
  1591. package/esm/core/utils/merge-props.js.map +1 -1
  1592. package/esm/core/utils/threshold-utils.js.map +2 -2
  1593. package/esm/core/utils/timeParser.js.map +1 -1
  1594. package/esm/editors/base-code-editor/BaseCodeEditor.css +137 -136
  1595. package/esm/editors/base-code-editor/BaseCodeEditor.js +119 -8
  1596. package/esm/editors/base-code-editor/BaseCodeEditor.js.map +3 -3
  1597. package/esm/editors/base-code-editor/BaseCodeEditor.sty.js +2 -2
  1598. package/esm/editors/base-code-editor/BaseCodeEditor.sty.js.map +1 -1
  1599. package/esm/editors/base-code-editor/baseCodeEditorMessages.js +20 -0
  1600. package/esm/editors/base-code-editor/baseCodeEditorMessages.js.map +2 -2
  1601. package/esm/editors/base-code-editor/configuration/getDefaultConfigurations.js +1 -1
  1602. package/esm/editors/base-code-editor/configuration/getDefaultConfigurations.js.map +1 -1
  1603. package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.css +40 -0
  1604. package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.js +107 -0
  1605. package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.js.map +7 -0
  1606. package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.sty.js +7 -0
  1607. package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/OffScreenDiagnosticIndicators.sty.js.map +7 -0
  1608. package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.js +104 -0
  1609. package/esm/editors/base-code-editor/off-screen-diagnostic-indicators/off-screen-diagnostic-indicators.utils.js.map +7 -0
  1610. package/esm/editors/code-editor/CodeEditor.js +5 -3
  1611. package/esm/editors/code-editor/CodeEditor.js.map +2 -2
  1612. package/esm/editors/dql-editor/DQLEditor.js +2 -2
  1613. package/esm/editors/dql-editor/DQLEditor.js.map +2 -2
  1614. package/esm/editors/dql-editor/actions-menu/ActionsMenu.css +10 -10
  1615. package/esm/editors/dql-editor/actions-menu/ActionsMenu.sty.js +5 -5
  1616. package/esm/editors/dql-editor/actions-menu/ActionsMenu.sty.js.map +1 -1
  1617. package/esm/editors/dql-editor/autocomplete/SuggestionsInfoSection.css +7 -7
  1618. package/esm/editors/dql-editor/autocomplete/SuggestionsInfoSection.sty.js +3 -3
  1619. package/esm/editors/dql-editor/autocomplete/SuggestionsInfoSection.sty.js.map +1 -1
  1620. package/esm/filters/filter/FilterBar.js +3 -4
  1621. package/esm/filters/filter/FilterBar.js.map +2 -2
  1622. package/esm/filters/filter/Item.js.map +2 -2
  1623. package/esm/filters/filter/utils/getTextFromNode.js.map +1 -1
  1624. package/esm/filters/filter-field/FilterField.css +166 -143
  1625. package/esm/filters/filter-field/FilterField.js +39 -17
  1626. package/esm/filters/filter-field/FilterField.js.map +2 -2
  1627. package/esm/filters/filter-field/FilterField.sty.js +29 -29
  1628. package/esm/filters/filter-field/FilterField.sty.js.map +2 -2
  1629. package/esm/filters/filter-field/components/FilterFieldSuffixButtons.css +3 -3
  1630. package/esm/filters/filter-field/components/FilterFieldSuffixButtons.sty.js +3 -3
  1631. package/esm/filters/filter-field/components/FilterFieldSuffixButtons.sty.js.map +1 -1
  1632. package/esm/filters/filter-field/components/FilterStatement.css +25 -14
  1633. package/esm/filters/filter-field/components/FilterStatement.js +53 -24
  1634. package/esm/filters/filter-field/components/FilterStatement.js.map +2 -2
  1635. package/esm/filters/filter-field/components/FilterStatement.sty.js +9 -9
  1636. package/esm/filters/filter-field/components/FilterStatement.sty.js.map +2 -2
  1637. package/esm/filters/filter-field/contexts/FilterFieldContext.js +2 -0
  1638. package/esm/filters/filter-field/contexts/FilterFieldContext.js.map +2 -2
  1639. package/esm/filters/filter-field/decorations/decoration-marks.js +7 -1
  1640. package/esm/filters/filter-field/decorations/decoration-marks.js.map +2 -2
  1641. package/esm/filters/filter-field/decorations/filter-statements.js +1 -0
  1642. package/esm/filters/filter-field/decorations/filter-statements.js.map +2 -2
  1643. package/esm/filters/filter-field/decorations/wildcards-in-value.js +98 -0
  1644. package/esm/filters/filter-field/decorations/wildcards-in-value.js.map +7 -0
  1645. package/esm/filters/filter-field/editor-state-configs/pasting-update-listener.js.map +1 -1
  1646. package/esm/filters/filter-field/extensions/interactions-extensions.js.map +1 -1
  1647. package/esm/filters/filter-field/extensions/syntax-highlighting-extension.js +23 -19
  1648. package/esm/filters/filter-field/extensions/syntax-highlighting-extension.js.map +2 -2
  1649. package/esm/filters/filter-field/hooks/recent-and-pinned/usePinnedFilterSuggestions.js.map +1 -1
  1650. package/esm/filters/filter-field/hooks/recent-and-pinned/useRecentFilterSuggestions.js.map +1 -1
  1651. package/esm/filters/filter-field/hooks/useShowMore.js +1 -1
  1652. package/esm/filters/filter-field/hooks/useShowMore.js.map +1 -1
  1653. package/esm/filters/filter-field/hooks/useSuggestions.js +3 -7
  1654. package/esm/filters/filter-field/hooks/useSuggestions.js.map +2 -2
  1655. package/esm/filters/filter-field/hooks/useUpdatableCallback.js.map +1 -1
  1656. package/esm/filters/filter-field/messages.js +19 -34
  1657. package/esm/filters/filter-field/messages.js.map +2 -2
  1658. package/esm/filters/filter-field/parser/parser.js.map +2 -2
  1659. package/esm/filters/filter-field/suggestions/AriaLiveInfo.js +65 -161
  1660. package/esm/filters/filter-field/suggestions/AriaLiveInfo.js.map +2 -2
  1661. package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.css +9 -9
  1662. package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js +2 -2
  1663. package/esm/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js.map +1 -1
  1664. package/esm/filters/filter-field/suggestions/Suggestion.css +24 -24
  1665. package/esm/filters/filter-field/suggestions/Suggestion.js +11 -4
  1666. package/esm/filters/filter-field/suggestions/Suggestion.js.map +2 -2
  1667. package/esm/filters/filter-field/suggestions/Suggestion.sty.js +16 -16
  1668. package/esm/filters/filter-field/suggestions/Suggestion.sty.js.map +1 -1
  1669. package/esm/filters/filter-field/suggestions/SuggestionDetails.css +2 -2
  1670. package/esm/filters/filter-field/suggestions/SuggestionDetails.sty.js +2 -2
  1671. package/esm/filters/filter-field/suggestions/SuggestionDetails.sty.js.map +1 -1
  1672. package/esm/filters/filter-field/suggestions/SuggestionGroup.css +6 -6
  1673. package/esm/filters/filter-field/suggestions/SuggestionGroup.sty.js +3 -3
  1674. package/esm/filters/filter-field/suggestions/SuggestionGroup.sty.js.map +1 -1
  1675. package/esm/filters/filter-field/suggestions/SuggestionGroupLabel.css +1 -1
  1676. package/esm/filters/filter-field/suggestions/SuggestionGroupLabel.sty.js +1 -1
  1677. package/esm/filters/filter-field/suggestions/SuggestionGroupLabel.sty.js.map +1 -1
  1678. package/esm/filters/filter-field/suggestions/SuggestionTips.css +8 -8
  1679. package/esm/filters/filter-field/suggestions/SuggestionTips.js +1 -0
  1680. package/esm/filters/filter-field/suggestions/SuggestionTips.js.map +2 -2
  1681. package/esm/filters/filter-field/suggestions/SuggestionTips.sty.js +6 -6
  1682. package/esm/filters/filter-field/suggestions/SuggestionTips.sty.js.map +1 -1
  1683. package/esm/filters/filter-field/suggestions/Suggestions.js +9 -22
  1684. package/esm/filters/filter-field/suggestions/Suggestions.js.map +2 -2
  1685. package/esm/filters/filter-field/suggestions/SuggestionsOverlay.css +7 -7
  1686. package/esm/filters/filter-field/suggestions/SuggestionsOverlay.js +36 -32
  1687. package/esm/filters/filter-field/suggestions/SuggestionsOverlay.js.map +2 -2
  1688. package/esm/filters/filter-field/suggestions/SuggestionsOverlay.sty.js +5 -5
  1689. package/esm/filters/filter-field/suggestions/SuggestionsOverlay.sty.js.map +1 -1
  1690. package/esm/filters/filter-field/utils/conversion/dql-conversion/statement-to-dql-fragments.js +61 -9
  1691. package/esm/filters/filter-field/utils/conversion/dql-conversion/statement-to-dql-fragments.js.map +2 -2
  1692. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/comparator/search.js.map +1 -1
  1693. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/key/json-path.js.map +1 -1
  1694. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/key/key.js.map +1 -1
  1695. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/group.js.map +1 -1
  1696. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/inclusion.js +7 -3
  1697. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/inclusion.js.map +2 -2
  1698. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js +49 -6
  1699. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js.map +2 -2
  1700. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/free-text.js.map +1 -1
  1701. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/identifier.js +13 -1
  1702. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/identifier.js.map +2 -2
  1703. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js +92 -7
  1704. package/esm/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js.map +2 -2
  1705. package/esm/filters/filter-field/utils/conversion/tree-conversion.js.map +1 -1
  1706. package/esm/filters/filter-field/utils/conversion/tree-precedence.js.map +1 -1
  1707. package/esm/filters/filter-field/utils/conversion/tree-string-conversion.js +15 -4
  1708. package/esm/filters/filter-field/utils/conversion/tree-string-conversion.js.map +2 -2
  1709. package/esm/filters/filter-field/utils/escape-suggestion.js +6 -2
  1710. package/esm/filters/filter-field/utils/escape-suggestion.js.map +2 -2
  1711. package/esm/filters/filter-field/utils/generate-errors-or-diagnostics.js.map +1 -1
  1712. package/esm/filters/filter-field/utils/get-suggestion-transaction.js +44 -3
  1713. package/esm/filters/filter-field/utils/get-suggestion-transaction.js.map +2 -2
  1714. package/esm/filters/filter-field/utils/suggestions-utils/operator-suggestions.js +1 -1
  1715. package/esm/filters/filter-field/utils/suggestions-utils/operator-suggestions.js.map +2 -2
  1716. package/esm/filters/filter-field/utils/suggestions-utils/shared-suggestions.js +4 -3
  1717. package/esm/filters/filter-field/utils/suggestions-utils/shared-suggestions.js.map +2 -2
  1718. package/esm/filters/filter-field/utils/suggestions-utils/value-suggestions.js +42 -0
  1719. package/esm/filters/filter-field/utils/suggestions-utils/value-suggestions.js.map +2 -2
  1720. package/esm/filters/filter-field/utils/validation-utils/operator-specification.js +8 -2
  1721. package/esm/filters/filter-field/utils/validation-utils/operator-specification.js.map +2 -2
  1722. package/esm/filters/filter-field/utils/validation-utils/type-guards.js.map +1 -1
  1723. package/esm/filters/filter-field/utils/validation-utils/validation-helper-functions.js +33 -4
  1724. package/esm/filters/filter-field/utils/validation-utils/validation-helper-functions.js.map +2 -2
  1725. package/esm/filters/filter-field/utils/value-operations/add-filter.js.map +1 -1
  1726. package/esm/filters/filter-field/utils/value-operations/remove-filter.js +4 -1
  1727. package/esm/filters/filter-field/utils/value-operations/remove-filter.js.map +2 -2
  1728. package/esm/filters/helper/queryHelper.js.map +1 -1
  1729. package/esm/filters/index.js.map +1 -1
  1730. package/esm/filters/segment-selector/CustomTrigger.js.map +1 -1
  1731. package/esm/filters/segment-selector/SegmentSelector.css +4 -4
  1732. package/esm/filters/segment-selector/SegmentSelector.js.map +2 -2
  1733. package/esm/filters/segment-selector/SegmentSelector.sty.js +4 -4
  1734. package/esm/filters/segment-selector/SegmentSelector.sty.js.map +1 -1
  1735. package/esm/filters/segment-selector/hooks/useSegments.js.map +1 -1
  1736. package/esm/filters/segment-selector/parts/EmptySegments.css +1 -1
  1737. package/esm/filters/segment-selector/parts/EmptySegments.sty.js +1 -1
  1738. package/esm/filters/segment-selector/parts/EmptySegments.sty.js.map +1 -1
  1739. package/esm/filters/segment-selector/parts/Overlay.css +8 -8
  1740. package/esm/filters/segment-selector/parts/Overlay.sty.js +8 -8
  1741. package/esm/filters/segment-selector/parts/Overlay.sty.js.map +1 -1
  1742. package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.css +4 -4
  1743. package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.sty.js +4 -4
  1744. package/esm/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.sty.js.map +1 -1
  1745. package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.css +34 -34
  1746. package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.sty.js +10 -10
  1747. package/esm/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.sty.js.map +1 -1
  1748. package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.css +22 -22
  1749. package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.js.map +1 -1
  1750. package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js +7 -7
  1751. package/esm/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js.map +1 -1
  1752. package/esm/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.css +1 -1
  1753. package/esm/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.sty.js +1 -1
  1754. package/esm/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.sty.js.map +1 -1
  1755. package/esm/filters/segment-selector/parts/selectionBar/ValueSelect.js +1 -1
  1756. package/esm/filters/segment-selector/parts/selectionBar/ValueSelect.js.map +1 -1
  1757. package/esm/filters/timeframe-selector/TimeframeSelector.css +2 -2
  1758. package/esm/filters/timeframe-selector/TimeframeSelector.js +4 -4
  1759. package/esm/filters/timeframe-selector/TimeframeSelector.js.map +1 -1
  1760. package/esm/filters/timeframe-selector/TimeframeSelector.sty.js +2 -2
  1761. package/esm/filters/timeframe-selector/TimeframeSelector.sty.js.map +1 -1
  1762. package/esm/filters/timeframe-selector/TimeframeSelectorRoot.js +1 -1
  1763. package/esm/filters/timeframe-selector/TimeframeSelectorRoot.js.map +1 -1
  1764. package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.css +4 -4
  1765. package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.sty.js +3 -3
  1766. package/esm/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.sty.js.map +1 -1
  1767. package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.css +4 -4
  1768. package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.js +1 -1
  1769. package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.js.map +2 -2
  1770. package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.sty.js +4 -4
  1771. package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.sty.js.map +1 -1
  1772. package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js +3 -0
  1773. package/esm/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js.map +2 -2
  1774. package/esm/filters/timeframe-selector/components/presets/PresetItem.js.map +2 -2
  1775. package/esm/filters/timeframe-selector/components/presets/Presets.css +27 -27
  1776. package/esm/filters/timeframe-selector/components/presets/Presets.sty.js +11 -11
  1777. package/esm/filters/timeframe-selector/components/presets/Presets.sty.js.map +1 -1
  1778. package/esm/filters/timeframe-selector/components/trigger/Trigger.css +11 -11
  1779. package/esm/filters/timeframe-selector/components/trigger/Trigger.sty.js +4 -4
  1780. package/esm/filters/timeframe-selector/components/trigger/Trigger.sty.js.map +1 -1
  1781. package/esm/filters/timeframe-selector/constants/timeframeSelectorMessages.js +5 -0
  1782. package/esm/filters/timeframe-selector/constants/timeframeSelectorMessages.js.map +2 -2
  1783. package/esm/filters/timeframe-selector/utils/presets-helpers.js.map +1 -1
  1784. package/esm/forms/_base-input/BaseInput.css +87 -87
  1785. package/esm/forms/_base-input/BaseInput.js +4 -4
  1786. package/esm/forms/_base-input/BaseInput.js.map +2 -2
  1787. package/esm/forms/_base-input/BaseInput.sty.js +11 -11
  1788. package/esm/forms/_base-input/BaseInput.sty.js.map +1 -1
  1789. package/esm/forms/_base-input/BaseInputContent.css +7 -7
  1790. package/esm/forms/_base-input/BaseInputContent.sty.js +1 -1
  1791. package/esm/forms/_base-input/BaseInputContent.sty.js.map +1 -1
  1792. package/esm/forms/calendar/Calendar.css +48 -48
  1793. package/esm/forms/calendar/Calendar.js +3 -3
  1794. package/esm/forms/calendar/Calendar.js.map +1 -1
  1795. package/esm/forms/calendar/Calendar.sty.js +12 -12
  1796. package/esm/forms/calendar/Calendar.sty.js.map +1 -1
  1797. package/esm/forms/calendar/CalendarRoot.js +36 -42
  1798. package/esm/forms/calendar/CalendarRoot.js.map +2 -2
  1799. package/esm/forms/calendar/components/CalendarItem.css +7 -7
  1800. package/esm/forms/calendar/components/CalendarItem.sty.js +4 -4
  1801. package/esm/forms/calendar/components/CalendarItem.sty.js.map +1 -1
  1802. package/esm/forms/calendar/components/CalendarOutlineIcon.css +8 -8
  1803. package/esm/forms/calendar/components/CalendarOutlineIcon.sty.js +5 -5
  1804. package/esm/forms/calendar/components/CalendarOutlineIcon.sty.js.map +1 -1
  1805. package/esm/forms/calendar/hooks/useCalendar.js +1 -2
  1806. package/esm/forms/calendar/hooks/useCalendar.js.map +2 -2
  1807. package/esm/forms/calendar/state/calendar-state-reducer.js.map +1 -1
  1808. package/esm/forms/calendar/variables.sty.js +2 -2
  1809. package/esm/forms/calendar/variables.sty.js.map +1 -1
  1810. package/esm/forms/checkbox/Checkbox.css +20 -20
  1811. package/esm/forms/checkbox/Checkbox.js +1 -1
  1812. package/esm/forms/checkbox/Checkbox.js.map +1 -1
  1813. package/esm/forms/checkbox/Checkbox.sty.js +3 -3
  1814. package/esm/forms/checkbox/Checkbox.sty.js.map +1 -1
  1815. package/esm/forms/date-time-picker/DateTimePicker.css +42 -42
  1816. package/esm/forms/date-time-picker/DateTimePicker.js +2 -2
  1817. package/esm/forms/date-time-picker/DateTimePicker.js.map +1 -1
  1818. package/esm/forms/date-time-picker/DateTimePicker.sty.js +6 -6
  1819. package/esm/forms/date-time-picker/DateTimePicker.sty.js.map +1 -1
  1820. package/esm/forms/date-time-picker/hooks/useDateTimePicker.js.map +1 -1
  1821. package/esm/forms/date-time-picker/hooks/useSpinButtons.js.map +1 -1
  1822. package/esm/forms/date-time-range-picker/DateRangeSelector.css +1 -1
  1823. package/esm/forms/date-time-range-picker/DateRangeSelector.sty.js +1 -1
  1824. package/esm/forms/date-time-range-picker/DateRangeSelector.sty.js.map +1 -1
  1825. package/esm/forms/date-time-range-picker/DateTimeInput.css +11 -11
  1826. package/esm/forms/date-time-range-picker/DateTimeInput.js.map +1 -1
  1827. package/esm/forms/date-time-range-picker/DateTimeInput.sty.js +3 -3
  1828. package/esm/forms/date-time-range-picker/DateTimeInput.sty.js.map +1 -1
  1829. package/esm/forms/date-time-range-picker/DateTimeRangePicker.css +27 -27
  1830. package/esm/forms/date-time-range-picker/DateTimeRangePicker.js +2 -2
  1831. package/esm/forms/date-time-range-picker/DateTimeRangePicker.js.map +1 -1
  1832. package/esm/forms/date-time-range-picker/DateTimeRangePicker.sty.js +4 -4
  1833. package/esm/forms/date-time-range-picker/DateTimeRangePicker.sty.js.map +1 -1
  1834. package/esm/forms/date-time-range-picker/hooks/useDateTimeInput.js +1 -1
  1835. package/esm/forms/date-time-range-picker/hooks/useDateTimeInput.js.map +1 -1
  1836. package/esm/forms/form/hooks/useInternalFormRegistration.js +1 -1
  1837. package/esm/forms/form/hooks/useInternalFormRegistration.js.map +1 -1
  1838. package/esm/forms/form/runtime/createFormRuntime.js +20 -6
  1839. package/esm/forms/form/runtime/createFormRuntime.js.map +2 -2
  1840. package/esm/forms/forms-core/components/field-set/FieldSet.css +2 -2
  1841. package/esm/forms/forms-core/components/field-set/FieldSet.sty.js +2 -2
  1842. package/esm/forms/forms-core/components/field-set/FieldSet.sty.js.map +1 -1
  1843. package/esm/forms/forms-core/components/form-field/FormField.js +1 -1
  1844. package/esm/forms/forms-core/components/form-field/FormField.js.map +2 -2
  1845. package/esm/forms/forms-core/components/form-field/FormField.sty.js +1 -1
  1846. package/esm/forms/forms-core/components/form-field/FormField.sty.js.map +1 -1
  1847. package/esm/forms/forms-core/components/form-field/FormFieldMessageContextProvider.js +1 -1
  1848. package/esm/forms/forms-core/components/form-field/FormFieldMessageContextProvider.js.map +1 -1
  1849. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.css +5 -5
  1850. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.js +4 -2
  1851. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.js.map +2 -2
  1852. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.sty.js +2 -2
  1853. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessageItem.sty.js.map +1 -1
  1854. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.css +3 -3
  1855. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.js +12 -10
  1856. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.js.map +2 -2
  1857. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.sty.js +1 -1
  1858. package/esm/forms/forms-core/components/form-field-messages/FormFieldMessages.sty.js.map +1 -1
  1859. package/esm/forms/forms-core/components/hint/Hint.js.map +1 -1
  1860. package/esm/forms/forms-core/components/label/Label.css +5 -5
  1861. package/esm/forms/forms-core/components/label/Label.js +1 -1
  1862. package/esm/forms/forms-core/components/label/Label.js.map +2 -2
  1863. package/esm/forms/forms-core/components/label/Label.sty.js +2 -2
  1864. package/esm/forms/forms-core/components/label/Label.sty.js.map +1 -1
  1865. package/esm/forms/forms-core/contexts/FormFieldContext.js.map +1 -1
  1866. package/esm/forms/forms-core/hooks/useFormControl.js +2 -2
  1867. package/esm/forms/forms-core/hooks/useFormControl.js.map +2 -2
  1868. package/esm/forms/forms-core/state/formfield-state-reducer.js +5 -5
  1869. package/esm/forms/forms-core/state/formfield-state-reducer.js.map +1 -1
  1870. package/esm/forms/forms-core/time/helpers.js.map +1 -1
  1871. package/esm/forms/forms-core/time/timeParser.js.map +1 -1
  1872. package/esm/forms/forms-core/time/useIntervalCallback.js.map +1 -1
  1873. package/esm/forms/hooks/useAutofillEvent.css +8 -8
  1874. package/esm/forms/hooks/useAutofillEvent.sty.js +4 -4
  1875. package/esm/forms/hooks/useAutofillEvent.sty.js.map +1 -1
  1876. package/esm/forms/hooks/useContainerFocus.css +1 -1
  1877. package/esm/forms/hooks/useContainerFocus.sty.js +1 -1
  1878. package/esm/forms/hooks/useContainerFocus.sty.js.map +1 -1
  1879. package/esm/forms/index.js.map +2 -2
  1880. package/esm/forms/number-input/NumberInput.js.map +1 -1
  1881. package/esm/forms/number-input/NumberInputBase.js +0 -2
  1882. package/esm/forms/number-input/NumberInputBase.js.map +2 -2
  1883. package/esm/forms/number-input-v2/NumberInput.js +101 -166
  1884. package/esm/forms/number-input-v2/NumberInput.js.map +2 -2
  1885. package/esm/forms/password-input/PasswordInput.js +1 -1
  1886. package/esm/forms/password-input/PasswordInput.js.map +1 -1
  1887. package/esm/forms/radio/Radio.js.map +1 -1
  1888. package/esm/forms/radio/RadioGroup.js +1 -1
  1889. package/esm/forms/radio/RadioGroup.js.map +2 -2
  1890. package/esm/forms/radio/RadioGroupContext.js.map +1 -1
  1891. package/esm/forms/radio/styles.css +18 -18
  1892. package/esm/forms/radio/styles.sty.js +8 -8
  1893. package/esm/forms/radio/styles.sty.js.map +1 -1
  1894. package/esm/forms/search-input/SearchInput.css +2 -2
  1895. package/esm/forms/search-input/SearchInput.js.map +1 -1
  1896. package/esm/forms/search-input/SearchInput.sty.js +1 -1
  1897. package/esm/forms/search-input/SearchInput.sty.js.map +1 -1
  1898. package/esm/forms/search-input/Stepper.css +5 -5
  1899. package/esm/forms/search-input/Stepper.sty.js +3 -3
  1900. package/esm/forms/search-input/Stepper.sty.js.map +1 -1
  1901. package/esm/forms/select/Select.js +1 -1
  1902. package/esm/forms/select/Select.js.map +1 -1
  1903. package/esm/forms/select/components/HiddenSelect.js +0 -2
  1904. package/esm/forms/select/components/HiddenSelect.js.map +2 -2
  1905. package/esm/forms/select/components/MenuList.js.map +1 -1
  1906. package/esm/forms/select/components/ValueContainer.js.map +2 -2
  1907. package/esm/forms/select/components/sort-selected-options-first.js +1 -1
  1908. package/esm/forms/select/components/sort-selected-options-first.js.map +1 -1
  1909. package/esm/forms/select/hooks/use-select-options.js.map +1 -1
  1910. package/esm/forms/select/hooks/use-select-slots.js.map +1 -1
  1911. package/esm/forms/select/styles/Select.css +46 -46
  1912. package/esm/forms/select/styles/Select.sty.js +24 -24
  1913. package/esm/forms/select/styles/Select.sty.js.map +1 -1
  1914. package/esm/forms/shared-types.js.map +2 -2
  1915. package/esm/forms/spin-buttons/SpinButton.css +8 -8
  1916. package/esm/forms/spin-buttons/SpinButton.sty.js +2 -2
  1917. package/esm/forms/spin-buttons/SpinButton.sty.js.map +1 -1
  1918. package/esm/forms/spin-buttons/hooks/useSelection.js.map +1 -1
  1919. package/esm/forms/spin-buttons/number-spin-button/NumberSpinButton.js.map +1 -1
  1920. package/esm/forms/spin-buttons/text-spin-button/TextSpinButton.js.map +1 -1
  1921. package/esm/forms/switch/Switch.css +36 -36
  1922. package/esm/forms/switch/Switch.js +1 -1
  1923. package/esm/forms/switch/Switch.js.map +2 -2
  1924. package/esm/forms/switch/Switch.sty.js +5 -5
  1925. package/esm/forms/switch/Switch.sty.js.map +1 -1
  1926. package/esm/forms/text-area/TextArea.css +59 -59
  1927. package/esm/forms/text-area/TextArea.js +1 -1
  1928. package/esm/forms/text-area/TextArea.js.map +1 -1
  1929. package/esm/forms/text-area/TextArea.sty.js +3 -3
  1930. package/esm/forms/text-area/TextArea.sty.js.map +1 -1
  1931. package/esm/forms/toggle-button-group/Item.js.map +1 -1
  1932. package/esm/forms/toggle-button-group/ToggleButtonGroup.js.map +2 -2
  1933. package/esm/forms/toggle-button-group/styles.css +58 -58
  1934. package/esm/forms/toggle-button-group/styles.sty.js +15 -15
  1935. package/esm/forms/toggle-button-group/styles.sty.js.map +1 -1
  1936. package/esm/forms/validation/useCustomMessageEmitter.js +3 -1
  1937. package/esm/forms/validation/useCustomMessageEmitter.js.map +2 -2
  1938. package/esm/layouts/app-header/AppHeader.css +1 -1
  1939. package/esm/layouts/app-header/AppHeader.js.map +2 -2
  1940. package/esm/layouts/app-header/AppHeader.sty.js +1 -1
  1941. package/esm/layouts/app-header/AppHeader.sty.js.map +1 -1
  1942. package/esm/layouts/app-header/Navigation.css +9 -9
  1943. package/esm/layouts/app-header/Navigation.sty.js +5 -5
  1944. package/esm/layouts/app-header/Navigation.sty.js.map +1 -1
  1945. package/esm/layouts/app-header/action-group/ActionButton.css +17 -17
  1946. package/esm/layouts/app-header/action-group/ActionButton.js.map +1 -1
  1947. package/esm/layouts/app-header/action-group/ActionButton.sty.js +3 -3
  1948. package/esm/layouts/app-header/action-group/ActionButton.sty.js.map +1 -1
  1949. package/esm/layouts/app-header/action-group/ActionGroup.css +1 -1
  1950. package/esm/layouts/app-header/action-group/ActionGroup.js.map +1 -1
  1951. package/esm/layouts/app-header/action-group/ActionGroup.sty.js +1 -1
  1952. package/esm/layouts/app-header/action-group/ActionGroup.sty.js.map +1 -1
  1953. package/esm/layouts/app-header/action-group/NavItem.css +4 -4
  1954. package/esm/layouts/app-header/action-group/NavItem.sty.js +3 -3
  1955. package/esm/layouts/app-header/action-group/NavItem.sty.js.map +1 -1
  1956. package/esm/layouts/app-header/app-icon/AppIcon.css +4 -4
  1957. package/esm/layouts/app-header/app-icon/AppIcon.sty.js +1 -1
  1958. package/esm/layouts/app-header/app-icon/AppIcon.sty.js.map +1 -1
  1959. package/esm/layouts/container/Container.css +5 -5
  1960. package/esm/layouts/container/Container.sty.js +1 -1
  1961. package/esm/layouts/container/Container.sty.js.map +1 -1
  1962. package/esm/layouts/divider/Divider.css +6 -6
  1963. package/esm/layouts/divider/Divider.sty.js +1 -1
  1964. package/esm/layouts/divider/Divider.sty.js.map +1 -1
  1965. package/esm/layouts/help-menu/HelpMenu.css +20 -0
  1966. package/esm/layouts/help-menu/HelpMenu.js +17 -18
  1967. package/esm/layouts/help-menu/HelpMenu.js.map +2 -2
  1968. package/esm/layouts/help-menu/HelpMenu.sty.js +9 -0
  1969. package/esm/layouts/help-menu/HelpMenu.sty.js.map +7 -0
  1970. package/esm/layouts/hooks/useLayoutStyles.js.map +1 -1
  1971. package/esm/layouts/index.js.map +1 -1
  1972. package/esm/layouts/input-group/InputGroup.css +62 -62
  1973. package/esm/layouts/input-group/InputGroup.sty.js +1 -1
  1974. package/esm/layouts/input-group/InputGroup.sty.js.map +1 -1
  1975. package/esm/layouts/page/DetailView.css +3 -3
  1976. package/esm/layouts/page/DetailView.js.map +2 -2
  1977. package/esm/layouts/page/DetailView.sty.js +2 -2
  1978. package/esm/layouts/page/DetailView.sty.js.map +1 -1
  1979. package/esm/layouts/page/Header.css +2 -2
  1980. package/esm/layouts/page/Header.js.map +2 -2
  1981. package/esm/layouts/page/Header.sty.js +1 -1
  1982. package/esm/layouts/page/Header.sty.js.map +1 -1
  1983. package/esm/layouts/page/Main.css +6 -6
  1984. package/esm/layouts/page/Main.js.map +2 -2
  1985. package/esm/layouts/page/Main.sty.js +4 -4
  1986. package/esm/layouts/page/Main.sty.js.map +1 -1
  1987. package/esm/layouts/page/Page.css +2 -2
  1988. package/esm/layouts/page/Page.js.map +2 -2
  1989. package/esm/layouts/page/Page.sty.js +1 -1
  1990. package/esm/layouts/page/Page.sty.js.map +1 -1
  1991. package/esm/layouts/page/Panel.js.map +2 -2
  1992. package/esm/layouts/page/PanelControlButton.js.map +2 -2
  1993. package/esm/layouts/page/Sidebar.css +35 -35
  1994. package/esm/layouts/page/Sidebar.js.map +2 -2
  1995. package/esm/layouts/page/Sidebar.sty.js +8 -8
  1996. package/esm/layouts/page/Sidebar.sty.js.map +1 -1
  1997. package/esm/layouts/page/page-context.js.map +1 -1
  1998. package/esm/layouts/page/page-types.js.map +1 -1
  1999. package/esm/layouts/page/panel-context.js.map +1 -1
  2000. package/esm/layouts/page/panel-types.js.map +1 -1
  2001. package/esm/layouts/page/panel.css +19 -19
  2002. package/esm/layouts/page/panel.sty.js +10 -10
  2003. package/esm/layouts/page/panel.sty.js.map +1 -1
  2004. package/esm/layouts/page-layout/PageLayout.css +10 -10
  2005. package/esm/layouts/page-layout/PageLayout.js +1 -1
  2006. package/esm/layouts/page-layout/PageLayout.js.map +2 -2
  2007. package/esm/layouts/page-layout/PageLayout.sty.js +6 -6
  2008. package/esm/layouts/page-layout/PageLayout.sty.js.map +1 -1
  2009. package/esm/layouts/page-layout/details-layout/DetailsControlBar.css +3 -3
  2010. package/esm/layouts/page-layout/details-layout/DetailsControlBar.sty.js +3 -3
  2011. package/esm/layouts/page-layout/details-layout/DetailsControlBar.sty.js.map +1 -1
  2012. package/esm/layouts/page-layout/details-layout/DetailsLayout.css +6 -6
  2013. package/esm/layouts/page-layout/details-layout/DetailsLayout.sty.js +5 -5
  2014. package/esm/layouts/page-layout/details-layout/DetailsLayout.sty.js.map +1 -1
  2015. package/esm/layouts/page-layout/details-layout/Overlay.css +18 -18
  2016. package/esm/layouts/page-layout/details-layout/Overlay.sty.js +4 -4
  2017. package/esm/layouts/page-layout/details-layout/Overlay.sty.js.map +1 -1
  2018. package/esm/layouts/page-layout/shared/TeleportTarget.js.map +1 -1
  2019. package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.css +37 -37
  2020. package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js +14 -14
  2021. package/esm/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js.map +1 -1
  2022. package/esm/layouts/split-layout/SplitLayout.css +19 -19
  2023. package/esm/layouts/split-layout/SplitLayout.sty.js +7 -7
  2024. package/esm/layouts/split-layout/SplitLayout.sty.js.map +1 -1
  2025. package/esm/layouts/surface/Surface.css +39 -39
  2026. package/esm/layouts/surface/Surface.sty.js +2 -2
  2027. package/esm/layouts/surface/Surface.sty.js.map +1 -1
  2028. package/esm/layouts/surface/variables.sty.js +1 -1
  2029. package/esm/layouts/surface/variables.sty.js.map +1 -1
  2030. package/esm/layouts/title-bar/TitleBar.css +5 -5
  2031. package/esm/layouts/title-bar/TitleBar.sty.js +4 -4
  2032. package/esm/layouts/title-bar/TitleBar.sty.js.map +1 -1
  2033. package/esm/navigation/breadcrumbs/Breadcrumbs.css +9 -9
  2034. package/esm/navigation/breadcrumbs/Breadcrumbs.sty.js +5 -5
  2035. package/esm/navigation/breadcrumbs/Breadcrumbs.sty.js.map +1 -1
  2036. package/esm/navigation/menu/Content.js +2 -0
  2037. package/esm/navigation/menu/Content.js.map +2 -2
  2038. package/esm/navigation/menu/Group.js +42 -16
  2039. package/esm/navigation/menu/Group.js.map +2 -2
  2040. package/esm/navigation/menu/Item.js +10 -5
  2041. package/esm/navigation/menu/Item.js.map +2 -2
  2042. package/esm/navigation/menu/Label.js +28 -14
  2043. package/esm/navigation/menu/Label.js.map +2 -2
  2044. package/esm/navigation/menu/Menu.css +17 -17
  2045. package/esm/navigation/menu/Menu.js +2 -1
  2046. package/esm/navigation/menu/Menu.js.map +2 -2
  2047. package/esm/navigation/menu/Menu.sty.js +8 -8
  2048. package/esm/navigation/menu/Menu.sty.js.map +1 -1
  2049. package/esm/navigation/menu/MobileContent.js +4 -1
  2050. package/esm/navigation/menu/MobileContent.js.map +2 -2
  2051. package/esm/navigation/menu/MobileMenu.css +14 -14
  2052. package/esm/navigation/menu/MobileMenu.sty.js +8 -8
  2053. package/esm/navigation/menu/MobileMenu.sty.js.map +1 -1
  2054. package/esm/navigation/menu/MobileSubTrigger.js +1 -0
  2055. package/esm/navigation/menu/MobileSubTrigger.js.map +2 -2
  2056. package/esm/navigation/menu/contexts/MenuGroupContext.js +6 -0
  2057. package/esm/navigation/menu/contexts/MenuGroupContext.js.map +7 -0
  2058. package/esm/navigation/tabs/RenderTab.css +14 -14
  2059. package/esm/navigation/tabs/RenderTab.sty.js +3 -3
  2060. package/esm/navigation/tabs/RenderTab.sty.js.map +1 -1
  2061. package/esm/navigation/tabs/TabPanel.css +3 -3
  2062. package/esm/navigation/tabs/TabPanel.sty.js +2 -2
  2063. package/esm/navigation/tabs/TabPanel.sty.js.map +1 -1
  2064. package/esm/navigation/tabs/Tabs.css +9 -9
  2065. package/esm/navigation/tabs/Tabs.js.map +1 -1
  2066. package/esm/navigation/tabs/Tabs.sty.js +5 -5
  2067. package/esm/navigation/tabs/Tabs.sty.js.map +1 -1
  2068. package/esm/notifications/notification-settings/NotificationSettings.css +1 -1
  2069. package/esm/notifications/notification-settings/NotificationSettings.sty.js +1 -1
  2070. package/esm/notifications/notification-settings/NotificationSettings.sty.js.map +1 -1
  2071. package/esm/notifications/toast/Toast.css +6 -6
  2072. package/esm/notifications/toast/Toast.sty.js +4 -4
  2073. package/esm/notifications/toast/Toast.sty.js.map +1 -1
  2074. package/esm/notifications/toast/ToastContainer.css +17 -17
  2075. package/esm/notifications/toast/ToastContainer.js.map +1 -1
  2076. package/esm/notifications/toast/ToastContainer.sty.js +1 -1
  2077. package/esm/notifications/toast/ToastContainer.sty.js.map +1 -1
  2078. package/esm/overlays/drawer/Drawer.css +9 -9
  2079. package/esm/overlays/drawer/Drawer.sty.js +5 -5
  2080. package/esm/overlays/drawer/Drawer.sty.js.map +1 -1
  2081. package/esm/overlays/hooks/useOverlay.js.map +1 -1
  2082. package/esm/overlays/hooks/useOverlayWithTrigger.js.map +1 -1
  2083. package/esm/overlays/hooks/usePress.js +4 -4
  2084. package/esm/overlays/hooks/usePress.js.map +1 -1
  2085. package/esm/overlays/index.js.map +1 -1
  2086. package/esm/overlays/modal/Modal.css +16 -16
  2087. package/esm/overlays/modal/Modal.sty.js +7 -7
  2088. package/esm/overlays/modal/Modal.sty.js.map +1 -1
  2089. package/esm/overlays/overlay/Overlay.css +1 -1
  2090. package/esm/overlays/overlay/Overlay.sty.js +1 -1
  2091. package/esm/overlays/overlay/Overlay.sty.js.map +1 -1
  2092. package/esm/overlays/sheet/Sheet.css +8 -7
  2093. package/esm/overlays/sheet/Sheet.js +5 -4
  2094. package/esm/overlays/sheet/Sheet.js.map +2 -2
  2095. package/esm/overlays/sheet/Sheet.sty.js +5 -5
  2096. package/esm/overlays/sheet/Sheet.sty.js.map +1 -1
  2097. package/esm/overlays/tooltip/Tooltip.js +1 -1
  2098. package/esm/overlays/tooltip/Tooltip.js.map +1 -1
  2099. package/esm/overlays/tooltip/tooltip.css +18 -18
  2100. package/esm/overlays/tooltip/tooltip.sty.js +3 -3
  2101. package/esm/overlays/tooltip/tooltip.sty.js.map +1 -1
  2102. package/esm/overlays/utils/popper-modifiers.js.map +1 -1
  2103. package/esm/styles/colorUtils.css +60 -60
  2104. package/esm/styles/colorUtils.sty.js +2 -2
  2105. package/esm/styles/colorUtils.sty.js.map +1 -1
  2106. package/esm/styles/container.css +47 -47
  2107. package/esm/styles/container.sty.js +2 -2
  2108. package/esm/styles/container.sty.js.map +1 -1
  2109. package/esm/styles/ellipsis.css +1 -1
  2110. package/esm/styles/ellipsis.sty.js +1 -1
  2111. package/esm/styles/ellipsis.sty.js.map +1 -1
  2112. package/esm/styles/field.css +256 -256
  2113. package/esm/styles/field.sty.js +2 -2
  2114. package/esm/styles/field.sty.js.map +1 -1
  2115. package/esm/styles/safe-sprinkles.js.map +1 -1
  2116. package/esm/styles/screen-reader-only.css +1 -1
  2117. package/esm/styles/screen-reader-only.sty.js +1 -1
  2118. package/esm/styles/screen-reader-only.sty.js.map +1 -1
  2119. package/esm/styles/sprinkles.css +262 -262
  2120. package/esm/styles/sprinkles.sty.js +1 -1
  2121. package/esm/styles/sprinkles.sty.js.map +1 -1
  2122. package/esm/styles/textStyle.css +8 -8
  2123. package/esm/styles/textStyle.sty.js +1 -1
  2124. package/esm/styles/textStyle.sty.js.map +1 -1
  2125. package/esm/tables/DataTable/DataTable.css +2 -2
  2126. package/esm/tables/DataTable/DataTable.js +25 -23
  2127. package/esm/tables/DataTable/DataTable.js.map +2 -2
  2128. package/esm/tables/DataTable/DataTable.sty.js +7 -7
  2129. package/esm/tables/DataTable/DataTable.sty.js.map +1 -1
  2130. package/esm/tables/DataTable/components/Alignment.css +6 -6
  2131. package/esm/tables/DataTable/components/Alignment.sty.js +2 -2
  2132. package/esm/tables/DataTable/components/Alignment.sty.js.map +1 -1
  2133. package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.css +6 -6
  2134. package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.js.map +2 -2
  2135. package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.sty.js +3 -3
  2136. package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.sty.js.map +1 -1
  2137. package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowHeaderCells.js +2 -2
  2138. package/esm/tables/DataTable/components/ColumnPinning/DataTablePinningShadowHeaderCells.js.map +2 -2
  2139. package/esm/tables/DataTable/components/DataTableBody.css +2 -2
  2140. package/esm/tables/DataTable/components/DataTableBody.js +1 -1
  2141. package/esm/tables/DataTable/components/DataTableBody.js.map +1 -1
  2142. package/esm/tables/DataTable/components/DataTableBody.sty.js +2 -2
  2143. package/esm/tables/DataTable/components/DataTableBody.sty.js.map +1 -1
  2144. package/esm/tables/DataTable/components/DataTableCell.css +83 -83
  2145. package/esm/tables/DataTable/components/DataTableCell.js +16 -6
  2146. package/esm/tables/DataTable/components/DataTableCell.js.map +2 -2
  2147. package/esm/tables/DataTable/components/DataTableCell.sty.js +5 -5
  2148. package/esm/tables/DataTable/components/DataTableCell.sty.js.map +2 -2
  2149. package/esm/tables/DataTable/components/DataTableContent.js +3 -10
  2150. package/esm/tables/DataTable/components/DataTableContent.js.map +2 -2
  2151. package/esm/tables/DataTable/components/DataTableDefaultCell.css +23 -23
  2152. package/esm/tables/DataTable/components/DataTableDefaultCell.sty.js +1 -1
  2153. package/esm/tables/DataTable/components/DataTableDefaultCell.sty.js.map +1 -1
  2154. package/esm/tables/DataTable/components/DataTableDragScrollLock.js.map +1 -1
  2155. package/esm/tables/DataTable/components/DataTableEmptyState.css +6 -6
  2156. package/esm/tables/DataTable/components/DataTableEmptyState.sty.js +2 -2
  2157. package/esm/tables/DataTable/components/DataTableEmptyState.sty.js.map +1 -1
  2158. package/esm/tables/DataTable/components/DataTableHeader.css +2 -2
  2159. package/esm/tables/DataTable/components/DataTableHeader.js +2 -2
  2160. package/esm/tables/DataTable/components/DataTableHeader.js.map +2 -2
  2161. package/esm/tables/DataTable/components/DataTableHeader.sty.js +2 -2
  2162. package/esm/tables/DataTable/components/DataTableHeader.sty.js.map +1 -1
  2163. package/esm/tables/DataTable/components/DataTableHeaderCell.css +64 -64
  2164. package/esm/tables/DataTable/components/DataTableHeaderCell.js +7 -6
  2165. package/esm/tables/DataTable/components/DataTableHeaderCell.js.map +2 -2
  2166. package/esm/tables/DataTable/components/DataTableHeaderCell.sty.js +23 -23
  2167. package/esm/tables/DataTable/components/DataTableHeaderCell.sty.js.map +1 -1
  2168. package/esm/tables/DataTable/components/DataTableRow.css +13 -13
  2169. package/esm/tables/DataTable/components/DataTableRow.js +3 -3
  2170. package/esm/tables/DataTable/components/DataTableRow.js.map +2 -2
  2171. package/esm/tables/DataTable/components/DataTableRow.sty.js +1 -1
  2172. package/esm/tables/DataTable/components/DataTableRow.sty.js.map +1 -1
  2173. package/esm/tables/DataTable/components/DataTableScrollShadow.css +10 -10
  2174. package/esm/tables/DataTable/components/DataTableScrollShadow.js +2 -2
  2175. package/esm/tables/DataTable/components/DataTableScrollShadow.js.map +2 -2
  2176. package/esm/tables/DataTable/components/DataTableScrollShadow.sty.js +2 -2
  2177. package/esm/tables/DataTable/components/DataTableScrollShadow.sty.js.map +1 -1
  2178. package/esm/tables/DataTable/components/DataTableVirtualizationContainer.css +21 -21
  2179. package/esm/tables/DataTable/components/DataTableVirtualizationContainer.js +2 -2
  2180. package/esm/tables/DataTable/components/DataTableVirtualizationContainer.js.map +2 -2
  2181. package/esm/tables/DataTable/components/DataTableVirtualizationContainer.sty.js +1 -1
  2182. package/esm/tables/DataTable/components/DataTableVirtualizationContainer.sty.js.map +1 -1
  2183. package/esm/tables/DataTable/components/SettingsModal/DataTableSettingsModal.css +3 -3
  2184. package/esm/tables/DataTable/components/SettingsModal/DataTableSettingsModal.sty.js +2 -2
  2185. package/esm/tables/DataTable/components/SettingsModal/DataTableSettingsModal.sty.js.map +1 -1
  2186. package/esm/tables/DataTable/components/TableActions/DataTableSelectionChip.css +5 -5
  2187. package/esm/tables/DataTable/components/TableActions/DataTableSelectionChip.sty.js +2 -2
  2188. package/esm/tables/DataTable/components/TableActions/DataTableSelectionChip.sty.js.map +1 -1
  2189. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.css +7 -7
  2190. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.js.map +2 -2
  2191. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.sty.js +3 -3
  2192. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.sty.js.map +1 -1
  2193. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/column-order-settings-dnd-utils.js.map +2 -2
  2194. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.js +9 -6
  2195. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.js.map +2 -2
  2196. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/ColumnVisibilityToggle.js.map +2 -2
  2197. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.css +1 -1
  2198. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.sty.js +1 -1
  2199. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.sty.js.map +1 -1
  2200. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettings.js +11 -14
  2201. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettings.js.map +2 -2
  2202. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettingsModal.js +5 -5
  2203. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettingsModal.js.map +2 -2
  2204. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.css +19 -19
  2205. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.js +14 -20
  2206. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.js.map +2 -2
  2207. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js +2 -2
  2208. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js.map +1 -1
  2209. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.css +11 -11
  2210. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.js +4 -1
  2211. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.js.map +2 -2
  2212. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js +8 -8
  2213. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js.map +1 -1
  2214. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.css +2 -2
  2215. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.js +2 -2
  2216. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.js.map +2 -2
  2217. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.sty.js +2 -2
  2218. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.sty.js.map +1 -1
  2219. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.css +1 -1
  2220. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.sty.js +1 -1
  2221. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.sty.js.map +1 -1
  2222. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.css +4 -4
  2223. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js +2 -1
  2224. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js.map +2 -2
  2225. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.sty.js +3 -3
  2226. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.sty.js.map +1 -1
  2227. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.js +1 -1
  2228. package/esm/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.js.map +2 -2
  2229. package/esm/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.css +3 -3
  2230. package/esm/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.sty.js +2 -2
  2231. package/esm/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.sty.js.map +1 -1
  2232. package/esm/tables/DataTable/contexts/DataTableContext.js +9 -6
  2233. package/esm/tables/DataTable/contexts/DataTableContext.js.map +2 -2
  2234. package/esm/tables/DataTable/features/CellFormatter/CellFormatter.js +26 -14
  2235. package/esm/tables/DataTable/features/CellFormatter/CellFormatter.js.map +2 -2
  2236. package/esm/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.js +31 -18
  2237. package/esm/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.js.map +2 -2
  2238. package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.css +8 -8
  2239. package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.js +54 -45
  2240. package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.js.map +2 -2
  2241. package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.sty.js +4 -4
  2242. package/esm/tables/DataTable/features/ColumnOrder/ColumnOrder.sty.js.map +1 -1
  2243. package/esm/tables/DataTable/features/ColumnOrder/ColumnOrderDragAndDropContext.js.map +2 -2
  2244. package/esm/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.js +6 -6
  2245. package/esm/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.js.map +2 -2
  2246. package/esm/tables/DataTable/features/ColumnOrder/column-order-utils.js.map +2 -2
  2247. package/esm/tables/DataTable/features/ColumnOrder/useColumnOrder.js.map +2 -2
  2248. package/esm/tables/DataTable/features/ColumnPinning/ColumnPinning.js +190 -173
  2249. package/esm/tables/DataTable/features/ColumnPinning/ColumnPinning.js.map +2 -2
  2250. package/esm/tables/DataTable/features/ColumnPinning/column-pinning-utils.js +24 -14
  2251. package/esm/tables/DataTable/features/ColumnPinning/column-pinning-utils.js.map +2 -2
  2252. package/esm/tables/DataTable/features/ColumnPinning/useColumnPinning.js +23 -17
  2253. package/esm/tables/DataTable/features/ColumnPinning/useColumnPinning.js.map +2 -2
  2254. package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.css +3 -3
  2255. package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.js +40 -40
  2256. package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.js.map +2 -2
  2257. package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.sty.js +1 -1
  2258. package/esm/tables/DataTable/features/ColumnSizing/ColumnSizing.sty.js.map +1 -1
  2259. package/esm/tables/DataTable/features/ColumnSizing/useColumnSizing.js +1 -3
  2260. package/esm/tables/DataTable/features/ColumnSizing/useColumnSizing.js.map +2 -2
  2261. package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.css +1 -1
  2262. package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.js.map +2 -2
  2263. package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.sty.js +1 -1
  2264. package/esm/tables/DataTable/features/ColumnTypes/ColumnTypes.sty.js.map +1 -1
  2265. package/esm/tables/DataTable/features/ColumnVisibility/ColumnVisibility.js +102 -94
  2266. package/esm/tables/DataTable/features/ColumnVisibility/ColumnVisibility.js.map +2 -2
  2267. package/esm/tables/DataTable/features/ColumnVisibility/useColumnVisibility.js.map +2 -2
  2268. package/esm/tables/DataTable/features/Config.js +18 -13
  2269. package/esm/tables/DataTable/features/Config.js.map +2 -2
  2270. package/esm/tables/DataTable/features/Download/Download.js +56 -52
  2271. package/esm/tables/DataTable/features/Download/Download.js.map +2 -2
  2272. package/esm/tables/DataTable/features/Download/useDownload.js.map +2 -2
  2273. package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.css +1 -1
  2274. package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js +1 -1
  2275. package/esm/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js.map +1 -1
  2276. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.css +3 -3
  2277. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.js.map +1 -1
  2278. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.sty.js +2 -2
  2279. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartCell.sty.js.map +1 -1
  2280. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.css +1 -1
  2281. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.sty.js +1 -1
  2282. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.sty.js.map +1 -1
  2283. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.css +4 -4
  2284. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.sty.js +1 -1
  2285. package/esm/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.sty.js.map +1 -1
  2286. package/esm/tables/DataTable/features/GanttChart/GanttChart.js +10 -7
  2287. package/esm/tables/DataTable/features/GanttChart/GanttChart.js.map +2 -2
  2288. package/esm/tables/DataTable/features/GanttChart/useGanttChart.js.map +2 -2
  2289. package/esm/tables/DataTable/features/Layout/Layout.js +117 -101
  2290. package/esm/tables/DataTable/features/Layout/Layout.js.map +2 -2
  2291. package/esm/tables/DataTable/features/Layout/layout-utils.js +5 -3
  2292. package/esm/tables/DataTable/features/Layout/layout-utils.js.map +2 -2
  2293. package/esm/tables/DataTable/features/Layout/useLayout.js.map +2 -2
  2294. package/esm/tables/DataTable/features/LineWrap/LineWrap.js +33 -20
  2295. package/esm/tables/DataTable/features/LineWrap/LineWrap.js.map +2 -2
  2296. package/esm/tables/DataTable/features/LineWrap/useLineWrap.js.map +1 -1
  2297. package/esm/tables/DataTable/features/LoadingState/LoadingState.css +3 -3
  2298. package/esm/tables/DataTable/features/LoadingState/LoadingState.js.map +2 -2
  2299. package/esm/tables/DataTable/features/LoadingState/LoadingState.sty.js +3 -3
  2300. package/esm/tables/DataTable/features/LoadingState/LoadingState.sty.js.map +1 -1
  2301. package/esm/tables/DataTable/features/LoadingState/useLoadingState.js.map +2 -2
  2302. package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.css +5 -5
  2303. package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.js +1 -1
  2304. package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.js.map +2 -2
  2305. package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.sty.js +2 -2
  2306. package/esm/tables/DataTable/features/MeterBarChart/MeterBarChart.sty.js.map +1 -1
  2307. package/esm/tables/DataTable/features/Pagination/Pagination.js +28 -25
  2308. package/esm/tables/DataTable/features/Pagination/Pagination.js.map +2 -2
  2309. package/esm/tables/DataTable/features/Pagination/pagination-row-model.js +1 -2
  2310. package/esm/tables/DataTable/features/Pagination/pagination-row-model.js.map +2 -2
  2311. package/esm/tables/DataTable/features/Pagination/usePagination.js +1 -3
  2312. package/esm/tables/DataTable/features/Pagination/usePagination.js.map +2 -2
  2313. package/esm/tables/DataTable/features/RowDetails/RowDetails.css +13 -13
  2314. package/esm/tables/DataTable/features/RowDetails/RowDetails.js +38 -30
  2315. package/esm/tables/DataTable/features/RowDetails/RowDetails.js.map +2 -2
  2316. package/esm/tables/DataTable/features/RowDetails/RowDetails.sty.js +3 -3
  2317. package/esm/tables/DataTable/features/RowDetails/RowDetails.sty.js.map +1 -1
  2318. package/esm/tables/DataTable/features/RowDetails/RowDetailsColumnDef.js.map +2 -2
  2319. package/esm/tables/DataTable/features/RowDetails/components/RowDetailsElement.js.map +2 -2
  2320. package/esm/tables/DataTable/features/RowDetails/details-row-model.js +17 -14
  2321. package/esm/tables/DataTable/features/RowDetails/details-row-model.js.map +2 -2
  2322. package/esm/tables/DataTable/features/RowIdentification/RowIdentification.js.map +2 -2
  2323. package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.css +17 -17
  2324. package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.js +48 -40
  2325. package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.js.map +2 -2
  2326. package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.sty.js +1 -1
  2327. package/esm/tables/DataTable/features/RowInteractivity/RowInteractivity.sty.js.map +1 -1
  2328. package/esm/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.js +1 -1
  2329. package/esm/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.js.map +2 -2
  2330. package/esm/tables/DataTable/features/RowInteractivity/useRowInteractivity.js +2 -2
  2331. package/esm/tables/DataTable/features/RowInteractivity/useRowInteractivity.js.map +2 -2
  2332. package/esm/tables/DataTable/features/RowOrder/RowOrder.css +8 -8
  2333. package/esm/tables/DataTable/features/RowOrder/RowOrder.js +34 -26
  2334. package/esm/tables/DataTable/features/RowOrder/RowOrder.js.map +2 -2
  2335. package/esm/tables/DataTable/features/RowOrder/RowOrder.sty.js +3 -3
  2336. package/esm/tables/DataTable/features/RowOrder/RowOrder.sty.js.map +1 -1
  2337. package/esm/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.js +1 -1
  2338. package/esm/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.js.map +2 -2
  2339. package/esm/tables/DataTable/features/RowOrder/row-order-column-utils.js.map +2 -2
  2340. package/esm/tables/DataTable/features/RowOrder/row-order-model.js +8 -6
  2341. package/esm/tables/DataTable/features/RowOrder/row-order-model.js.map +2 -2
  2342. package/esm/tables/DataTable/features/RowOrder/row-order-utils.js.map +2 -2
  2343. package/esm/tables/DataTable/features/RowOrder/useRowOrder.js.map +2 -2
  2344. package/esm/tables/DataTable/features/RowSelection/RowSelection.js +78 -70
  2345. package/esm/tables/DataTable/features/RowSelection/RowSelection.js.map +2 -2
  2346. package/esm/tables/DataTable/features/RowSelection/RowSelectionCells.js +1 -1
  2347. package/esm/tables/DataTable/features/RowSelection/RowSelectionCells.js.map +2 -2
  2348. package/esm/tables/DataTable/features/RowSelection/useRowSelection.js +12 -7
  2349. package/esm/tables/DataTable/features/RowSelection/useRowSelection.js.map +2 -2
  2350. package/esm/tables/DataTable/features/Sorting/Sorting.css +34 -34
  2351. package/esm/tables/DataTable/features/Sorting/Sorting.js +48 -45
  2352. package/esm/tables/DataTable/features/Sorting/Sorting.js.map +2 -2
  2353. package/esm/tables/DataTable/features/Sorting/Sorting.sty.js +3 -3
  2354. package/esm/tables/DataTable/features/Sorting/Sorting.sty.js.map +1 -1
  2355. package/esm/tables/DataTable/features/Sorting/compare-functions.js.map +1 -1
  2356. package/esm/tables/DataTable/features/Sorting/sorted-row-model.js +1 -2
  2357. package/esm/tables/DataTable/features/Sorting/sorted-row-model.js.map +2 -2
  2358. package/esm/tables/DataTable/features/Sorting/useSorting.js.map +2 -2
  2359. package/esm/tables/DataTable/features/SubRows/SubRows.css +19 -19
  2360. package/esm/tables/DataTable/features/SubRows/SubRows.js +95 -84
  2361. package/esm/tables/DataTable/features/SubRows/SubRows.js.map +2 -2
  2362. package/esm/tables/DataTable/features/SubRows/SubRows.sty.js +5 -5
  2363. package/esm/tables/DataTable/features/SubRows/SubRows.sty.js.map +1 -1
  2364. package/esm/tables/DataTable/features/SubRows/components/SubRowCellContext.js.map +2 -2
  2365. package/esm/tables/DataTable/features/SubRows/components/SubRowExpanders.js.map +2 -2
  2366. package/esm/tables/DataTable/features/SubRows/sub-rows-utils.js.map +2 -2
  2367. package/esm/tables/DataTable/features/SubRows/subrows-row-model.js +1 -2
  2368. package/esm/tables/DataTable/features/SubRows/subrows-row-model.js.map +2 -2
  2369. package/esm/tables/DataTable/features/SubRows/useSubRows.js +1 -1
  2370. package/esm/tables/DataTable/features/SubRows/useSubRows.js.map +2 -2
  2371. package/esm/tables/DataTable/features/Thresholds/Thresholds.css +2 -2
  2372. package/esm/tables/DataTable/features/Thresholds/Thresholds.js +34 -27
  2373. package/esm/tables/DataTable/features/Thresholds/Thresholds.js.map +2 -2
  2374. package/esm/tables/DataTable/features/Thresholds/Thresholds.sty.js +3 -3
  2375. package/esm/tables/DataTable/features/Thresholds/Thresholds.sty.js.map +1 -1
  2376. package/esm/tables/DataTable/features/Thresholds/normalize-rules.js.map +1 -1
  2377. package/esm/tables/DataTable/features/Thresholds/useThresholds.js.map +2 -2
  2378. package/esm/tables/DataTable/features/UserActions/FloatingMenu.js.map +1 -1
  2379. package/esm/tables/DataTable/features/UserActions/RowActions.css +4 -4
  2380. package/esm/tables/DataTable/features/UserActions/RowActions.sty.js +1 -1
  2381. package/esm/tables/DataTable/features/UserActions/RowActions.sty.js.map +1 -1
  2382. package/esm/tables/DataTable/features/UserActions/UserActions.css +20 -20
  2383. package/esm/tables/DataTable/features/UserActions/UserActions.js +85 -69
  2384. package/esm/tables/DataTable/features/UserActions/UserActions.js.map +2 -2
  2385. package/esm/tables/DataTable/features/UserActions/UserActions.sty.js +2 -2
  2386. package/esm/tables/DataTable/features/UserActions/UserActions.sty.js.map +1 -1
  2387. package/esm/tables/DataTable/features/UserActions/UserActionsMenu.js +5 -5
  2388. package/esm/tables/DataTable/features/UserActions/UserActionsMenu.js.map +2 -2
  2389. package/esm/tables/DataTable/features/UserActions/useCloseMenuOnScroll.js +2 -2
  2390. package/esm/tables/DataTable/features/UserActions/useCloseMenuOnScroll.js.map +2 -2
  2391. package/esm/tables/DataTable/features/UserActions/useUserActions.js.map +1 -1
  2392. package/esm/tables/DataTable/features/VirtualScrolling/VirtualScrolling.js +82 -77
  2393. package/esm/tables/DataTable/features/VirtualScrolling/VirtualScrolling.js.map +2 -2
  2394. package/esm/tables/DataTable/features/VisualVariants/VisualVariants.js +22 -17
  2395. package/esm/tables/DataTable/features/VisualVariants/VisualVariants.js.map +2 -2
  2396. package/esm/tables/DataTable/features/VisualVariants/useVisualVariants.js.map +2 -2
  2397. package/esm/tables/DataTable/features/createCoreRowModel.js +1 -2
  2398. package/esm/tables/DataTable/features/createCoreRowModel.js.map +2 -2
  2399. package/esm/tables/DataTable/features/features.js +9 -1
  2400. package/esm/tables/DataTable/features/features.js.map +2 -2
  2401. package/esm/tables/DataTable/features/types/table.types.js +18 -0
  2402. package/esm/tables/DataTable/features/types/table.types.js.map +7 -0
  2403. package/esm/tables/DataTable/hooks/makeAccessorFunction.js.map +1 -1
  2404. package/esm/tables/DataTable/hooks/useBuiltInColumns.js.map +2 -2
  2405. package/esm/tables/DataTable/hooks/useColumnRemeasure.js +1 -1
  2406. package/esm/tables/DataTable/hooks/useColumnRemeasure.js.map +2 -2
  2407. package/esm/tables/DataTable/hooks/useHeaderCellInteractions.js +5 -3
  2408. package/esm/tables/DataTable/hooks/useHeaderCellInteractions.js.map +2 -2
  2409. package/esm/tables/DataTable/hooks/useHeaderDragAndDrop.js.map +2 -2
  2410. package/esm/tables/DataTable/hooks/useTable/datatable-typeguards.js +4 -4
  2411. package/esm/tables/DataTable/hooks/useTable/datatable-typeguards.js.map +2 -2
  2412. package/esm/tables/DataTable/messages.js +2 -2
  2413. package/esm/tables/DataTable/messages.js.map +2 -2
  2414. package/esm/tables/SimpleTable/SimpleTable.css +27 -27
  2415. package/esm/tables/SimpleTable/SimpleTable.js +9 -6
  2416. package/esm/tables/SimpleTable/SimpleTable.js.map +2 -2
  2417. package/esm/tables/SimpleTable/SimpleTable.sty.js +1 -1
  2418. package/esm/tables/SimpleTable/SimpleTable.sty.js.map +1 -1
  2419. package/esm/tables/hooks/useFilteredData.js +1 -4
  2420. package/esm/tables/hooks/useFilteredData.js.map +2 -2
  2421. package/esm/tables/hooks/useLockedRowOrder.js +1 -1
  2422. package/esm/tables/hooks/useLockedRowOrder.js.map +1 -1
  2423. package/esm/tables/index.js.map +1 -1
  2424. package/esm/tables/utils/datatable-config-utils.js.map +1 -1
  2425. package/esm/tables/utils/get-column-label.js.map +2 -2
  2426. package/esm/tables/utils/is-target-interactive.js +4 -2
  2427. package/esm/tables/utils/is-target-interactive.js.map +2 -2
  2428. package/esm/typography/block-quote/Blockquote.css +2 -2
  2429. package/esm/typography/block-quote/Blockquote.sty.js +1 -1
  2430. package/esm/typography/block-quote/Blockquote.sty.js.map +1 -1
  2431. package/esm/typography/code/Code.css +9 -2
  2432. package/esm/typography/code/Code.sty.js +1 -1
  2433. package/esm/typography/code/Code.sty.js.map +1 -1
  2434. package/esm/typography/emphasis/Emphasis.css +1 -1
  2435. package/esm/typography/emphasis/Emphasis.sty.js +1 -1
  2436. package/esm/typography/emphasis/Emphasis.sty.js.map +1 -1
  2437. package/esm/typography/external-link/ExternalLink.css +6 -6
  2438. package/esm/typography/external-link/ExternalLink.sty.js +1 -1
  2439. package/esm/typography/external-link/ExternalLink.sty.js.map +1 -1
  2440. package/esm/typography/heading/Heading.css +7 -7
  2441. package/esm/typography/heading/Heading.sty.js +1 -1
  2442. package/esm/typography/heading/Heading.sty.js.map +1 -1
  2443. package/esm/typography/highlight/Highlight.css +2 -2
  2444. package/esm/typography/highlight/Highlight.sty.js +1 -1
  2445. package/esm/typography/highlight/Highlight.sty.js.map +1 -1
  2446. package/esm/typography/link/Link.css +4 -4
  2447. package/esm/typography/link/Link.sty.js +1 -1
  2448. package/esm/typography/link/Link.sty.js.map +1 -1
  2449. package/esm/typography/list/List.css +4 -4
  2450. package/esm/typography/list/List.sty.js +2 -2
  2451. package/esm/typography/list/List.sty.js.map +1 -1
  2452. package/esm/typography/paragraph/Paragraph.css +3 -3
  2453. package/esm/typography/paragraph/Paragraph.sty.js +1 -1
  2454. package/esm/typography/paragraph/Paragraph.sty.js.map +1 -1
  2455. package/esm/typography/strikethrough/Strikethrough.css +1 -1
  2456. package/esm/typography/strikethrough/Strikethrough.sty.js +1 -1
  2457. package/esm/typography/strikethrough/Strikethrough.sty.js.map +1 -1
  2458. package/esm/typography/strong/Strong.css +1 -1
  2459. package/esm/typography/strong/Strong.sty.js +1 -1
  2460. package/esm/typography/strong/Strong.sty.js.map +1 -1
  2461. package/esm/typography/text/Text.css +3 -3
  2462. package/esm/typography/text/Text.sty.js +1 -1
  2463. package/esm/typography/text/Text.sty.js.map +1 -1
  2464. package/esm/typography/text-ellipsis/TextEllipsis.css +6 -6
  2465. package/esm/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
  2466. package/esm/typography/text-ellipsis/TextEllipsis.sty.js.map +1 -1
  2467. package/filters/filter/FilterBar.js +3 -4
  2468. package/filters/filter-field/FilterField.css +166 -143
  2469. package/filters/filter-field/FilterField.css.d.ts +3 -3
  2470. package/filters/filter-field/FilterField.d.ts +2 -1
  2471. package/filters/filter-field/FilterField.js +37 -16
  2472. package/filters/filter-field/FilterField.sty.js +29 -29
  2473. package/filters/filter-field/FilterField.types.d.ts +9 -0
  2474. package/filters/filter-field/components/FilterFieldSuffixButtons.css +3 -3
  2475. package/filters/filter-field/components/FilterFieldSuffixButtons.sty.js +3 -3
  2476. package/filters/filter-field/components/FilterStatement.css +25 -14
  2477. package/filters/filter-field/components/FilterStatement.css.d.ts +1 -1
  2478. package/filters/filter-field/components/FilterStatement.js +53 -24
  2479. package/filters/filter-field/components/FilterStatement.sty.js +9 -9
  2480. package/filters/filter-field/contexts/FilterFieldContext.js +2 -0
  2481. package/filters/filter-field/contexts/FilterFieldContext.types.d.ts +8 -1
  2482. package/filters/filter-field/decorations/decoration-marks.d.ts +2 -0
  2483. package/filters/filter-field/decorations/decoration-marks.js +7 -1
  2484. package/filters/filter-field/decorations/filter-statements.js +1 -0
  2485. package/filters/filter-field/decorations/wildcards-in-value.d.ts +23 -0
  2486. package/filters/filter-field/decorations/wildcards-in-value.js +116 -0
  2487. package/filters/filter-field/extensions/syntax-highlighting-extension.d.ts +1 -1
  2488. package/filters/filter-field/extensions/syntax-highlighting-extension.js +23 -19
  2489. package/filters/filter-field/hooks/useShowMore.js +1 -1
  2490. package/filters/filter-field/hooks/useSuggestions.d.ts +0 -1
  2491. package/filters/filter-field/hooks/useSuggestions.js +3 -7
  2492. package/filters/filter-field/messages.d.ts +12 -27
  2493. package/filters/filter-field/messages.js +19 -34
  2494. package/filters/filter-field/suggestions/AriaLiveInfo.d.ts +7 -7
  2495. package/filters/filter-field/suggestions/AriaLiveInfo.js +62 -158
  2496. package/filters/filter-field/suggestions/RecentPinnedSuggestionItem.css +9 -9
  2497. package/filters/filter-field/suggestions/RecentPinnedSuggestionItem.sty.js +2 -2
  2498. package/filters/filter-field/suggestions/Suggestion.css +24 -24
  2499. package/filters/filter-field/suggestions/Suggestion.d.ts +10 -0
  2500. package/filters/filter-field/suggestions/Suggestion.js +11 -4
  2501. package/filters/filter-field/suggestions/Suggestion.sty.js +16 -16
  2502. package/filters/filter-field/suggestions/SuggestionDetails.css +2 -2
  2503. package/filters/filter-field/suggestions/SuggestionDetails.sty.js +2 -2
  2504. package/filters/filter-field/suggestions/SuggestionGroup.css +6 -6
  2505. package/filters/filter-field/suggestions/SuggestionGroup.sty.js +3 -3
  2506. package/filters/filter-field/suggestions/SuggestionGroupLabel.css +1 -1
  2507. package/filters/filter-field/suggestions/SuggestionGroupLabel.sty.js +1 -1
  2508. package/filters/filter-field/suggestions/SuggestionTips.css +8 -8
  2509. package/filters/filter-field/suggestions/SuggestionTips.js +1 -0
  2510. package/filters/filter-field/suggestions/SuggestionTips.sty.js +6 -6
  2511. package/filters/filter-field/suggestions/Suggestions.js +8 -15
  2512. package/filters/filter-field/suggestions/SuggestionsOverlay.css +7 -7
  2513. package/filters/filter-field/suggestions/SuggestionsOverlay.js +36 -32
  2514. package/filters/filter-field/suggestions/SuggestionsOverlay.sty.js +5 -5
  2515. package/filters/filter-field/types/conversion-tree-nodes.d.ts +1 -1
  2516. package/filters/filter-field/types/tree-nodes.d.ts +1 -1
  2517. package/filters/filter-field/types/validation.d.ts +1 -1
  2518. package/filters/filter-field/utils/conversion/dql-conversion/statement-to-dql-fragments.js +61 -9
  2519. package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/inclusion.js +7 -3
  2520. package/filters/filter-field/utils/conversion/lezer-tree-conversion/parent-node/statement.js +49 -6
  2521. package/filters/filter-field/utils/conversion/lezer-tree-conversion/value/identifier.js +13 -1
  2522. package/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.d.ts +1 -0
  2523. package/filters/filter-field/utils/conversion/lezer-tree-conversion/value/simple-value.js +92 -7
  2524. package/filters/filter-field/utils/conversion/tree-string-conversion.js +15 -4
  2525. package/filters/filter-field/utils/escape-suggestion.js +6 -2
  2526. package/filters/filter-field/utils/get-suggestion-transaction.js +44 -3
  2527. package/filters/filter-field/utils/suggestions-utils/operator-suggestions.js +1 -1
  2528. package/filters/filter-field/utils/suggestions-utils/shared-suggestions.js +4 -3
  2529. package/filters/filter-field/utils/suggestions-utils/value-suggestions.js +42 -0
  2530. package/filters/filter-field/utils/validation-utils/operator-specification.js +8 -2
  2531. package/filters/filter-field/utils/validation-utils/validation-helper-functions.js +33 -4
  2532. package/filters/filter-field/utils/value-operations/remove-filter.js +4 -1
  2533. package/filters/segment-selector/SegmentSelector.css +4 -4
  2534. package/filters/segment-selector/SegmentSelector.sty.js +4 -4
  2535. package/filters/segment-selector/parts/EmptySegments.css +1 -1
  2536. package/filters/segment-selector/parts/EmptySegments.sty.js +1 -1
  2537. package/filters/segment-selector/parts/Overlay.css +8 -8
  2538. package/filters/segment-selector/parts/Overlay.sty.js +8 -8
  2539. package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.css +4 -4
  2540. package/filters/segment-selector/parts/ShowMorePanel/ShowMorePanel.sty.js +4 -4
  2541. package/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.css +34 -34
  2542. package/filters/segment-selector/parts/segmentsPresets/SegmentsPresets.sty.js +10 -10
  2543. package/filters/segment-selector/parts/selectionBar/SegmentSelect.css +22 -22
  2544. package/filters/segment-selector/parts/selectionBar/SegmentSelect.sty.js +7 -7
  2545. package/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.css +1 -1
  2546. package/filters/segment-selector/parts/selectionBar/SegmentSelectorTrigger.sty.js +1 -1
  2547. package/filters/segment-selector/parts/selectionBar/ValueSelect.js +1 -1
  2548. package/filters/timeframe-selector/TimeframeSelector.css +2 -2
  2549. package/filters/timeframe-selector/TimeframeSelector.js +4 -4
  2550. package/filters/timeframe-selector/TimeframeSelector.sty.js +2 -2
  2551. package/filters/timeframe-selector/TimeframeSelectorRoot.js +1 -1
  2552. package/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.css +4 -4
  2553. package/filters/timeframe-selector/components/custom-timeframe-selector/CustomTimeframeSelector.sty.js +3 -3
  2554. package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.css +4 -4
  2555. package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.js +1 -1
  2556. package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlay.sty.js +4 -4
  2557. package/filters/timeframe-selector/components/overlay/TimeframeSelectorOverlayFooter.js +3 -0
  2558. package/filters/timeframe-selector/components/presets/Presets.css +27 -27
  2559. package/filters/timeframe-selector/components/presets/Presets.sty.js +11 -11
  2560. package/filters/timeframe-selector/components/trigger/Trigger.css +11 -11
  2561. package/filters/timeframe-selector/components/trigger/Trigger.sty.js +4 -4
  2562. package/filters/timeframe-selector/constants/timeframeSelectorMessages.d.ts +5 -0
  2563. package/filters/timeframe-selector/constants/timeframeSelectorMessages.js +5 -0
  2564. package/forms/_base-input/BaseInput.css +87 -87
  2565. package/forms/_base-input/BaseInput.js +4 -4
  2566. package/forms/_base-input/BaseInput.sty.js +11 -11
  2567. package/forms/_base-input/BaseInputContent.css +7 -7
  2568. package/forms/_base-input/BaseInputContent.sty.js +1 -1
  2569. package/forms/calendar/Calendar.css +48 -48
  2570. package/forms/calendar/Calendar.js +3 -3
  2571. package/forms/calendar/Calendar.sty.js +12 -12
  2572. package/forms/calendar/CalendarRoot.js +36 -42
  2573. package/forms/calendar/components/CalendarItem.css +7 -7
  2574. package/forms/calendar/components/CalendarItem.sty.js +4 -4
  2575. package/forms/calendar/components/CalendarOutlineIcon.css +8 -8
  2576. package/forms/calendar/components/CalendarOutlineIcon.sty.js +5 -5
  2577. package/forms/calendar/hooks/useCalendar.js +1 -2
  2578. package/forms/calendar/variables.sty.js +2 -2
  2579. package/forms/checkbox/Checkbox.css +20 -20
  2580. package/forms/checkbox/Checkbox.js +1 -1
  2581. package/forms/checkbox/Checkbox.sty.js +3 -3
  2582. package/forms/date-time-picker/DateTimePicker.css +42 -42
  2583. package/forms/date-time-picker/DateTimePicker.js +2 -2
  2584. package/forms/date-time-picker/DateTimePicker.sty.js +6 -6
  2585. package/forms/date-time-range-picker/DateRangeSelector.css +1 -1
  2586. package/forms/date-time-range-picker/DateRangeSelector.sty.js +1 -1
  2587. package/forms/date-time-range-picker/DateTimeInput.css +11 -11
  2588. package/forms/date-time-range-picker/DateTimeInput.sty.js +3 -3
  2589. package/forms/date-time-range-picker/DateTimeRangePicker.css +27 -27
  2590. package/forms/date-time-range-picker/DateTimeRangePicker.js +2 -2
  2591. package/forms/date-time-range-picker/DateTimeRangePicker.sty.js +4 -4
  2592. package/forms/date-time-range-picker/hooks/useDateTimeInput.js +1 -1
  2593. package/forms/form/hooks/useInternalFormRegistration.js +1 -1
  2594. package/forms/form/runtime/createFormRuntime.js +20 -6
  2595. package/forms/forms-core/components/field-set/FieldSet.css +2 -2
  2596. package/forms/forms-core/components/field-set/FieldSet.sty.js +2 -2
  2597. package/forms/forms-core/components/form-field/FormField.js +1 -1
  2598. package/forms/forms-core/components/form-field/FormField.sty.js +1 -1
  2599. package/forms/forms-core/components/form-field/FormFieldMessageContextProvider.js +1 -1
  2600. package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.css +5 -5
  2601. package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.d.ts +8 -0
  2602. package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.js +4 -2
  2603. package/forms/forms-core/components/form-field-messages/FormFieldMessageItem.sty.js +2 -2
  2604. package/forms/forms-core/components/form-field-messages/FormFieldMessages.css +3 -3
  2605. package/forms/forms-core/components/form-field-messages/FormFieldMessages.d.ts +19 -2
  2606. package/forms/forms-core/components/form-field-messages/FormFieldMessages.js +11 -10
  2607. package/forms/forms-core/components/form-field-messages/FormFieldMessages.sty.js +1 -1
  2608. package/forms/forms-core/components/label/Label.css +5 -5
  2609. package/forms/forms-core/components/label/Label.js +1 -1
  2610. package/forms/forms-core/components/label/Label.sty.js +2 -2
  2611. package/forms/forms-core/hooks/useFormControl.js +2 -2
  2612. package/forms/forms-core/state/formfield-state-reducer.js +5 -5
  2613. package/forms/hooks/useAutofillEvent.css +8 -8
  2614. package/forms/hooks/useAutofillEvent.sty.js +4 -4
  2615. package/forms/hooks/useContainerFocus.css +1 -1
  2616. package/forms/hooks/useContainerFocus.sty.js +1 -1
  2617. package/forms/index.d.ts +1 -1
  2618. package/forms/number-input/NumberInputBase.js +0 -2
  2619. package/forms/number-input-v2/NumberInput.js +101 -166
  2620. package/forms/password-input/PasswordInput.js +1 -1
  2621. package/forms/radio/RadioGroup.js +1 -1
  2622. package/forms/radio/styles.css +18 -18
  2623. package/forms/radio/styles.sty.js +8 -8
  2624. package/forms/search-input/SearchInput.css +2 -2
  2625. package/forms/search-input/SearchInput.sty.js +1 -1
  2626. package/forms/search-input/Stepper.css +5 -5
  2627. package/forms/search-input/Stepper.sty.js +3 -3
  2628. package/forms/select/Select.js +1 -1
  2629. package/forms/select/components/HiddenSelect.js +0 -2
  2630. package/forms/select/components/sort-selected-options-first.js +1 -1
  2631. package/forms/select/styles/Select.css +46 -46
  2632. package/forms/select/styles/Select.sty.js +24 -24
  2633. package/forms/spin-buttons/SpinButton.css +8 -8
  2634. package/forms/spin-buttons/SpinButton.sty.js +2 -2
  2635. package/forms/switch/Switch.css +36 -36
  2636. package/forms/switch/Switch.js +1 -1
  2637. package/forms/switch/Switch.sty.js +5 -5
  2638. package/forms/text-area/TextArea.css +59 -59
  2639. package/forms/text-area/TextArea.js +1 -1
  2640. package/forms/text-area/TextArea.sty.js +3 -3
  2641. package/forms/toggle-button-group/styles.css +58 -58
  2642. package/forms/toggle-button-group/styles.sty.js +15 -15
  2643. package/forms/validation/useCustomMessageEmitter.js +3 -1
  2644. package/lang/en.json +286 -48
  2645. package/lang/ja.json +80 -12
  2646. package/lang/uncompiled/en.json +67 -31
  2647. package/lang/uncompiled/ja.json +30 -6
  2648. package/layouts/app-header/AppHeader.css +1 -1
  2649. package/layouts/app-header/AppHeader.sty.js +1 -1
  2650. package/layouts/app-header/Navigation.css +9 -9
  2651. package/layouts/app-header/Navigation.sty.js +5 -5
  2652. package/layouts/app-header/action-group/ActionButton.css +17 -17
  2653. package/layouts/app-header/action-group/ActionButton.sty.js +3 -3
  2654. package/layouts/app-header/action-group/ActionGroup.css +1 -1
  2655. package/layouts/app-header/action-group/ActionGroup.sty.js +1 -1
  2656. package/layouts/app-header/action-group/NavItem.css +4 -4
  2657. package/layouts/app-header/action-group/NavItem.sty.js +3 -3
  2658. package/layouts/app-header/app-icon/AppIcon.css +4 -4
  2659. package/layouts/app-header/app-icon/AppIcon.sty.js +1 -1
  2660. package/layouts/container/Container.css +5 -5
  2661. package/layouts/container/Container.sty.js +1 -1
  2662. package/layouts/divider/Divider.css +6 -6
  2663. package/layouts/divider/Divider.sty.js +1 -1
  2664. package/layouts/help-menu/HelpMenu.css +20 -0
  2665. package/layouts/help-menu/HelpMenu.css.d.ts +9 -0
  2666. package/layouts/help-menu/HelpMenu.js +17 -18
  2667. package/layouts/help-menu/HelpMenu.sty.js +27 -0
  2668. package/layouts/input-group/InputGroup.css +62 -62
  2669. package/layouts/input-group/InputGroup.sty.js +1 -1
  2670. package/layouts/page/DetailView.css +3 -3
  2671. package/layouts/page/DetailView.sty.js +2 -2
  2672. package/layouts/page/Header.css +2 -2
  2673. package/layouts/page/Header.sty.js +1 -1
  2674. package/layouts/page/Main.css +6 -6
  2675. package/layouts/page/Main.sty.js +4 -4
  2676. package/layouts/page/Page.css +2 -2
  2677. package/layouts/page/Page.sty.js +1 -1
  2678. package/layouts/page/Sidebar.css +35 -35
  2679. package/layouts/page/Sidebar.sty.js +8 -8
  2680. package/layouts/page/panel.css +19 -19
  2681. package/layouts/page/panel.sty.js +10 -10
  2682. package/layouts/page-layout/PageLayout.css +10 -10
  2683. package/layouts/page-layout/PageLayout.js +1 -1
  2684. package/layouts/page-layout/PageLayout.sty.js +6 -6
  2685. package/layouts/page-layout/details-layout/DetailsControlBar.css +3 -3
  2686. package/layouts/page-layout/details-layout/DetailsControlBar.sty.js +3 -3
  2687. package/layouts/page-layout/details-layout/DetailsLayout.css +6 -6
  2688. package/layouts/page-layout/details-layout/DetailsLayout.sty.js +5 -5
  2689. package/layouts/page-layout/details-layout/Overlay.css +18 -18
  2690. package/layouts/page-layout/details-layout/Overlay.sty.js +4 -4
  2691. package/layouts/page-layout/sidebar-layout/SidebarLayout.css +37 -37
  2692. package/layouts/page-layout/sidebar-layout/SidebarLayout.sty.js +14 -14
  2693. package/layouts/split-layout/SplitLayout.css +19 -19
  2694. package/layouts/split-layout/SplitLayout.sty.js +7 -7
  2695. package/layouts/surface/Surface.css +39 -39
  2696. package/layouts/surface/Surface.sty.js +2 -2
  2697. package/layouts/surface/variables.sty.js +1 -1
  2698. package/layouts/title-bar/TitleBar.css +5 -5
  2699. package/layouts/title-bar/TitleBar.sty.js +4 -4
  2700. package/navigation/breadcrumbs/Breadcrumbs.css +9 -9
  2701. package/navigation/breadcrumbs/Breadcrumbs.sty.js +5 -5
  2702. package/navigation/menu/Content.js +2 -0
  2703. package/navigation/menu/Group.d.ts +6 -0
  2704. package/navigation/menu/Group.js +34 -14
  2705. package/navigation/menu/Item.d.ts +9 -4
  2706. package/navigation/menu/Item.js +10 -5
  2707. package/navigation/menu/Label.d.ts +3 -0
  2708. package/navigation/menu/Label.js +27 -13
  2709. package/navigation/menu/Menu.css +17 -17
  2710. package/navigation/menu/Menu.js +12 -1
  2711. package/navigation/menu/Menu.sty.js +8 -8
  2712. package/navigation/menu/MobileContent.d.ts +1 -0
  2713. package/navigation/menu/MobileContent.js +4 -1
  2714. package/navigation/menu/MobileMenu.css +14 -14
  2715. package/navigation/menu/MobileMenu.sty.js +8 -8
  2716. package/navigation/menu/MobileSubTrigger.js +1 -0
  2717. package/navigation/menu/contexts/MenuGroupContext.d.ts +12 -0
  2718. package/{charts/core/context/ChartVariantContext.js → navigation/menu/contexts/MenuGroupContext.js} +5 -5
  2719. package/navigation/tabs/RenderTab.css +14 -14
  2720. package/navigation/tabs/RenderTab.sty.js +3 -3
  2721. package/navigation/tabs/TabPanel.css +3 -3
  2722. package/navigation/tabs/TabPanel.sty.js +2 -2
  2723. package/navigation/tabs/Tabs.css +9 -9
  2724. package/navigation/tabs/Tabs.sty.js +5 -5
  2725. package/notifications/notification-settings/NotificationSettings.css +1 -1
  2726. package/notifications/notification-settings/NotificationSettings.sty.js +1 -1
  2727. package/notifications/toast/Toast.css +6 -6
  2728. package/notifications/toast/Toast.sty.js +4 -4
  2729. package/notifications/toast/ToastContainer.css +17 -17
  2730. package/notifications/toast/ToastContainer.sty.js +1 -1
  2731. package/overlays/drawer/Drawer.css +9 -9
  2732. package/overlays/drawer/Drawer.sty.js +5 -5
  2733. package/overlays/hooks/usePress.js +4 -4
  2734. package/overlays/modal/Modal.css +16 -16
  2735. package/overlays/modal/Modal.sty.js +7 -7
  2736. package/overlays/overlay/Overlay.css +1 -1
  2737. package/overlays/overlay/Overlay.sty.js +1 -1
  2738. package/overlays/sheet/Sheet.css +8 -7
  2739. package/overlays/sheet/Sheet.js +5 -4
  2740. package/overlays/sheet/Sheet.sty.js +5 -5
  2741. package/overlays/tooltip/Tooltip.js +1 -1
  2742. package/overlays/tooltip/tooltip.css +18 -18
  2743. package/overlays/tooltip/tooltip.sty.js +3 -3
  2744. package/package.json +8 -6
  2745. package/styles/colorUtils.css +60 -60
  2746. package/styles/colorUtils.sty.js +2 -2
  2747. package/styles/container.css +47 -47
  2748. package/styles/container.sty.js +2 -2
  2749. package/styles/ellipsis.css +1 -1
  2750. package/styles/ellipsis.sty.js +1 -1
  2751. package/styles/field.css +256 -256
  2752. package/styles/field.sty.js +2 -2
  2753. package/styles/screen-reader-only.css +1 -1
  2754. package/styles/screen-reader-only.sty.js +1 -1
  2755. package/styles/sprinkles.css +262 -262
  2756. package/styles/sprinkles.sty.js +1 -1
  2757. package/styles/textStyle.css +8 -8
  2758. package/styles/textStyle.sty.js +1 -1
  2759. package/tables/DataTable/DataTable.css +2 -2
  2760. package/tables/DataTable/DataTable.d.ts +1 -1
  2761. package/tables/DataTable/DataTable.js +25 -23
  2762. package/tables/DataTable/DataTable.sty.js +7 -7
  2763. package/tables/DataTable/components/Alignment.css +6 -6
  2764. package/tables/DataTable/components/Alignment.sty.js +2 -2
  2765. package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.css +6 -6
  2766. package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.d.ts +6 -5
  2767. package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowCells.sty.js +3 -3
  2768. package/tables/DataTable/components/ColumnPinning/DataTablePinningShadowHeaderCells.js +2 -2
  2769. package/tables/DataTable/components/DataTableBody.css +2 -2
  2770. package/tables/DataTable/components/DataTableBody.js +1 -1
  2771. package/tables/DataTable/components/DataTableBody.sty.js +2 -2
  2772. package/tables/DataTable/components/DataTableCell.css +83 -83
  2773. package/tables/DataTable/components/DataTableCell.js +15 -4
  2774. package/tables/DataTable/components/DataTableCell.sty.js +5 -5
  2775. package/tables/DataTable/components/DataTableContent.js +3 -10
  2776. package/tables/DataTable/components/DataTableDefaultCell.css +23 -23
  2777. package/tables/DataTable/components/DataTableDefaultCell.sty.js +1 -1
  2778. package/tables/DataTable/components/DataTableDragScrollLock.d.ts +3 -3
  2779. package/tables/DataTable/components/DataTableEmptyState.css +6 -6
  2780. package/tables/DataTable/components/DataTableEmptyState.sty.js +2 -2
  2781. package/tables/DataTable/components/DataTableHeader.css +2 -2
  2782. package/tables/DataTable/components/DataTableHeader.js +2 -2
  2783. package/tables/DataTable/components/DataTableHeader.sty.js +2 -2
  2784. package/tables/DataTable/components/DataTableHeaderCell.css +64 -64
  2785. package/tables/DataTable/components/DataTableHeaderCell.js +7 -6
  2786. package/tables/DataTable/components/DataTableHeaderCell.sty.js +23 -23
  2787. package/tables/DataTable/components/DataTableRow.css +13 -13
  2788. package/tables/DataTable/components/DataTableRow.d.ts +3 -2
  2789. package/tables/DataTable/components/DataTableRow.js +3 -3
  2790. package/tables/DataTable/components/DataTableRow.sty.js +1 -1
  2791. package/tables/DataTable/components/DataTableScrollShadow.css +10 -10
  2792. package/tables/DataTable/components/DataTableScrollShadow.js +2 -2
  2793. package/tables/DataTable/components/DataTableScrollShadow.sty.js +2 -2
  2794. package/tables/DataTable/components/DataTableVirtualizationContainer.css +21 -21
  2795. package/tables/DataTable/components/DataTableVirtualizationContainer.d.ts +3 -3
  2796. package/tables/DataTable/components/DataTableVirtualizationContainer.js +2 -2
  2797. package/tables/DataTable/components/DataTableVirtualizationContainer.sty.js +1 -1
  2798. package/tables/DataTable/components/SettingsModal/DataTableSettingsModal.css +3 -3
  2799. package/tables/DataTable/components/SettingsModal/DataTableSettingsModal.sty.js +2 -2
  2800. package/tables/DataTable/components/TableActions/DataTableSelectionChip.css +5 -5
  2801. package/tables/DataTable/components/TableActions/DataTableSelectionChip.sty.js +2 -2
  2802. package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.css +7 -7
  2803. package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.d.ts +2 -2
  2804. package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/ColumnOrderSettingsDragAndDrop.sty.js +3 -3
  2805. package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnOrderSettings/column-order-settings-dnd-utils.d.ts +7 -6
  2806. package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.d.ts +8 -7
  2807. package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnPinningMenu.js +5 -5
  2808. package/tables/DataTable/components/Toolbar/ColumnSettings/ColumnVisibilityToggle.d.ts +6 -5
  2809. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.css +1 -1
  2810. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableAllColumnsHiddenEmptyState.sty.js +1 -1
  2811. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettings.js +11 -14
  2812. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnSettingsModal.js +5 -5
  2813. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.css +19 -19
  2814. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.d.ts +4 -4
  2815. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.js +14 -20
  2816. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsList.sty.js +2 -2
  2817. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.css +11 -11
  2818. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.d.ts +9 -8
  2819. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.js +4 -1
  2820. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsListItem.sty.js +8 -8
  2821. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.css +2 -2
  2822. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.js +2 -2
  2823. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableColumnsSectionHeader.sty.js +2 -2
  2824. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.css +1 -1
  2825. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableNoFilterResultsEmptyState.sty.js +1 -1
  2826. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.css +4 -4
  2827. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.d.ts +5 -0
  2828. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.js +2 -1
  2829. package/tables/DataTable/components/Toolbar/ColumnSettings/DataTableVisibilityFilterControls.sty.js +3 -3
  2830. package/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-types.d.ts +2 -2
  2831. package/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.d.ts +10 -9
  2832. package/tables/DataTable/components/Toolbar/ColumnSettings/column-settings-utils.js +1 -1
  2833. package/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.css +3 -3
  2834. package/tables/DataTable/components/Toolbar/Download/DataTableDownloadData.sty.js +2 -2
  2835. package/tables/DataTable/contexts/DataTableContext.d.ts +6 -6
  2836. package/tables/DataTable/contexts/DataTableContext.js +9 -6
  2837. package/tables/DataTable/features/CellFormatter/CellFormatter.d.ts +4 -3
  2838. package/tables/DataTable/features/CellFormatter/CellFormatter.js +26 -14
  2839. package/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.d.ts +6 -6
  2840. package/tables/DataTable/features/ColumnFontStyle/ColumnFontStyle.js +28 -18
  2841. package/tables/DataTable/features/ColumnFontStyle/column-font-style-types.d.ts +0 -9
  2842. package/tables/DataTable/features/ColumnOrder/ColumnOrder.css +8 -8
  2843. package/tables/DataTable/features/ColumnOrder/ColumnOrder.d.ts +13 -13
  2844. package/tables/DataTable/features/ColumnOrder/ColumnOrder.js +51 -45
  2845. package/tables/DataTable/features/ColumnOrder/ColumnOrder.sty.js +4 -4
  2846. package/tables/DataTable/features/ColumnOrder/ColumnOrderDragAndDropContext.d.ts +1 -2
  2847. package/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.d.ts +5 -5
  2848. package/tables/DataTable/features/ColumnOrder/column-order-dnd-utils.js +6 -6
  2849. package/tables/DataTable/features/ColumnOrder/column-order-types.d.ts +5 -16
  2850. package/tables/DataTable/features/ColumnOrder/column-order-utils.d.ts +7 -6
  2851. package/tables/DataTable/features/ColumnOrder/useColumnOrder.d.ts +2 -3
  2852. package/tables/DataTable/features/ColumnPinning/ColumnPinning.d.ts +22 -19
  2853. package/tables/DataTable/features/ColumnPinning/ColumnPinning.js +181 -167
  2854. package/tables/DataTable/features/ColumnPinning/column-pinning-types.d.ts +4 -15
  2855. package/tables/DataTable/features/ColumnPinning/column-pinning-utils.d.ts +12 -2
  2856. package/tables/DataTable/features/ColumnPinning/column-pinning-utils.js +24 -14
  2857. package/tables/DataTable/features/ColumnPinning/useColumnPinning.d.ts +3 -3
  2858. package/tables/DataTable/features/ColumnPinning/useColumnPinning.js +23 -17
  2859. package/tables/DataTable/features/ColumnSizing/ColumnSizing.css +3 -3
  2860. package/tables/DataTable/features/ColumnSizing/ColumnSizing.d.ts +6 -7
  2861. package/tables/DataTable/features/ColumnSizing/ColumnSizing.js +40 -40
  2862. package/tables/DataTable/features/ColumnSizing/ColumnSizing.sty.js +1 -1
  2863. package/tables/DataTable/features/ColumnSizing/useColumnSizing.d.ts +2 -3
  2864. package/tables/DataTable/features/ColumnTypes/ColumnTypes.css +1 -1
  2865. package/tables/DataTable/features/ColumnTypes/ColumnTypes.d.ts +5 -4
  2866. package/tables/DataTable/features/ColumnTypes/ColumnTypes.sty.js +1 -1
  2867. package/tables/DataTable/features/ColumnVisibility/ColumnVisibility.d.ts +16 -16
  2868. package/tables/DataTable/features/ColumnVisibility/ColumnVisibility.js +97 -92
  2869. package/tables/DataTable/features/ColumnVisibility/column-visibility-types.d.ts +10 -20
  2870. package/tables/DataTable/features/ColumnVisibility/useColumnVisibility.d.ts +2 -3
  2871. package/tables/DataTable/features/Config.d.ts +2 -3
  2872. package/tables/DataTable/features/Config.js +18 -13
  2873. package/tables/DataTable/features/Download/Download.d.ts +12 -11
  2874. package/tables/DataTable/features/Download/Download.js +53 -52
  2875. package/tables/DataTable/features/Download/download-types.d.ts +0 -10
  2876. package/tables/DataTable/features/Download/useDownload.d.ts +4 -4
  2877. package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.css +1 -1
  2878. package/tables/DataTable/features/GanttChart/DataTableGanttAnnotationsIndicators.sty.js +1 -1
  2879. package/tables/DataTable/features/GanttChart/DataTableGanttChartCell.css +3 -3
  2880. package/tables/DataTable/features/GanttChart/DataTableGanttChartCell.sty.js +2 -2
  2881. package/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.css +1 -1
  2882. package/tables/DataTable/features/GanttChart/DataTableGanttChartGrid.sty.js +1 -1
  2883. package/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.css +4 -4
  2884. package/tables/DataTable/features/GanttChart/DataTableGanttChartHeader.sty.js +1 -1
  2885. package/tables/DataTable/features/GanttChart/GanttChart.d.ts +6 -6
  2886. package/tables/DataTable/features/GanttChart/GanttChart.js +10 -7
  2887. package/tables/DataTable/features/GanttChart/useGanttChart.d.ts +2 -3
  2888. package/tables/DataTable/features/Layout/Layout.d.ts +17 -17
  2889. package/tables/DataTable/features/Layout/Layout.js +114 -101
  2890. package/tables/DataTable/features/Layout/layout-types.d.ts +0 -11
  2891. package/tables/DataTable/features/Layout/layout-utils.d.ts +6 -5
  2892. package/tables/DataTable/features/Layout/layout-utils.js +5 -3
  2893. package/tables/DataTable/features/Layout/useLayout.d.ts +4 -4
  2894. package/tables/DataTable/features/LineWrap/LineWrap.d.ts +9 -8
  2895. package/tables/DataTable/features/LineWrap/LineWrap.js +30 -20
  2896. package/tables/DataTable/features/LineWrap/useLineWrap.d.ts +3 -3
  2897. package/tables/DataTable/features/LoadingState/LoadingState.css +3 -3
  2898. package/tables/DataTable/features/LoadingState/LoadingState.d.ts +2 -3
  2899. package/tables/DataTable/features/LoadingState/LoadingState.sty.js +3 -3
  2900. package/tables/DataTable/features/LoadingState/useLoadingState.d.ts +2 -3
  2901. package/tables/DataTable/features/MeterBarChart/MeterBarChart.css +5 -5
  2902. package/tables/DataTable/features/MeterBarChart/MeterBarChart.d.ts +5 -5
  2903. package/tables/DataTable/features/MeterBarChart/MeterBarChart.js +1 -1
  2904. package/tables/DataTable/features/MeterBarChart/MeterBarChart.sty.js +2 -2
  2905. package/tables/DataTable/features/Pagination/Pagination.d.ts +12 -11
  2906. package/tables/DataTable/features/Pagination/Pagination.js +28 -25
  2907. package/tables/DataTable/features/Pagination/pagination-row-model.d.ts +3 -2
  2908. package/tables/DataTable/features/Pagination/pagination-row-model.js +1 -2
  2909. package/tables/DataTable/features/Pagination/pagination-types.d.ts +2 -2
  2910. package/tables/DataTable/features/Pagination/usePagination.d.ts +2 -3
  2911. package/tables/DataTable/features/RowDetails/RowDetails.css +13 -13
  2912. package/tables/DataTable/features/RowDetails/RowDetails.d.ts +15 -14
  2913. package/tables/DataTable/features/RowDetails/RowDetails.js +35 -30
  2914. package/tables/DataTable/features/RowDetails/RowDetails.sty.js +3 -3
  2915. package/tables/DataTable/features/RowDetails/components/RowDetailsElement.d.ts +4 -3
  2916. package/tables/DataTable/features/RowDetails/details-row-model.d.ts +3 -2
  2917. package/tables/DataTable/features/RowDetails/details-row-model.js +17 -14
  2918. package/tables/DataTable/features/RowDetails/row-details-types.d.ts +1 -11
  2919. package/tables/DataTable/features/RowIdentification/RowIdentification.d.ts +2 -2
  2920. package/tables/DataTable/features/RowInteractivity/RowInteractivity.css +17 -17
  2921. package/tables/DataTable/features/RowInteractivity/RowInteractivity.d.ts +14 -13
  2922. package/tables/DataTable/features/RowInteractivity/RowInteractivity.js +45 -40
  2923. package/tables/DataTable/features/RowInteractivity/RowInteractivity.sty.js +1 -1
  2924. package/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.d.ts +3 -2
  2925. package/tables/DataTable/features/RowInteractivity/hooks/useRowInteractivityProps.js +1 -1
  2926. package/tables/DataTable/features/RowInteractivity/row-interactivity-types.d.ts +0 -10
  2927. package/tables/DataTable/features/RowInteractivity/useRowInteractivity.d.ts +2 -3
  2928. package/tables/DataTable/features/RowInteractivity/useRowInteractivity.js +2 -2
  2929. package/tables/DataTable/features/RowOrder/RowOrder.css +8 -8
  2930. package/tables/DataTable/features/RowOrder/RowOrder.d.ts +10 -10
  2931. package/tables/DataTable/features/RowOrder/RowOrder.js +31 -26
  2932. package/tables/DataTable/features/RowOrder/RowOrder.sty.js +3 -3
  2933. package/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.d.ts +4 -3
  2934. package/tables/DataTable/features/RowOrder/components/RowOrderingDragAndDropContext.js +1 -1
  2935. package/tables/DataTable/features/RowOrder/row-order-column-utils.d.ts +3 -2
  2936. package/tables/DataTable/features/RowOrder/row-order-model.d.ts +3 -2
  2937. package/tables/DataTable/features/RowOrder/row-order-model.js +8 -6
  2938. package/tables/DataTable/features/RowOrder/row-order-utils.d.ts +5 -4
  2939. package/tables/DataTable/features/RowOrder/useRowOrder.d.ts +2 -3
  2940. package/tables/DataTable/features/RowSelection/RowSelection.d.ts +26 -26
  2941. package/tables/DataTable/features/RowSelection/RowSelection.js +75 -70
  2942. package/tables/DataTable/features/RowSelection/RowSelectionCells.d.ts +6 -5
  2943. package/tables/DataTable/features/RowSelection/RowSelectionCells.js +1 -1
  2944. package/tables/DataTable/features/RowSelection/row-selection-types.d.ts +0 -9
  2945. package/tables/DataTable/features/RowSelection/useRowSelection.d.ts +2 -3
  2946. package/tables/DataTable/features/RowSelection/useRowSelection.js +12 -7
  2947. package/tables/DataTable/features/Sorting/Sorting.css +34 -34
  2948. package/tables/DataTable/features/Sorting/Sorting.d.ts +15 -14
  2949. package/tables/DataTable/features/Sorting/Sorting.js +48 -45
  2950. package/tables/DataTable/features/Sorting/Sorting.sty.js +3 -3
  2951. package/tables/DataTable/features/Sorting/sorted-row-model.d.ts +3 -2
  2952. package/tables/DataTable/features/Sorting/sorted-row-model.js +1 -2
  2953. package/tables/DataTable/features/Sorting/useSorting.d.ts +2 -3
  2954. package/tables/DataTable/features/SubRows/SubRows.css +19 -19
  2955. package/tables/DataTable/features/SubRows/SubRows.d.ts +18 -17
  2956. package/tables/DataTable/features/SubRows/SubRows.js +92 -84
  2957. package/tables/DataTable/features/SubRows/SubRows.sty.js +5 -5
  2958. package/tables/DataTable/features/SubRows/components/SubRowCellContext.d.ts +3 -2
  2959. package/tables/DataTable/features/SubRows/sub-rows-types.d.ts +0 -9
  2960. package/tables/DataTable/features/SubRows/sub-rows-utils.d.ts +3 -2
  2961. package/tables/DataTable/features/SubRows/subrows-row-model.d.ts +4 -3
  2962. package/tables/DataTable/features/SubRows/subrows-row-model.js +1 -2
  2963. package/tables/DataTable/features/SubRows/useSubRows.d.ts +2 -3
  2964. package/tables/DataTable/features/SubRows/useSubRows.js +1 -1
  2965. package/tables/DataTable/features/Thresholds/Thresholds.css +2 -2
  2966. package/tables/DataTable/features/Thresholds/Thresholds.d.ts +9 -8
  2967. package/tables/DataTable/features/Thresholds/Thresholds.js +34 -27
  2968. package/tables/DataTable/features/Thresholds/Thresholds.sty.js +3 -3
  2969. package/tables/DataTable/features/Thresholds/useThresholds.d.ts +2 -3
  2970. package/tables/DataTable/features/UserActions/RowActions.css +4 -4
  2971. package/tables/DataTable/features/UserActions/RowActions.sty.js +1 -1
  2972. package/tables/DataTable/features/UserActions/UserActions.css +20 -20
  2973. package/tables/DataTable/features/UserActions/UserActions.d.ts +16 -16
  2974. package/tables/DataTable/features/UserActions/UserActions.js +82 -69
  2975. package/tables/DataTable/features/UserActions/UserActions.sty.js +2 -2
  2976. package/tables/DataTable/features/UserActions/UserActionsMenu.js +5 -5
  2977. package/tables/DataTable/features/UserActions/useCloseMenuOnScroll.js +2 -2
  2978. package/tables/DataTable/features/UserActions/useUserActions.d.ts +3 -3
  2979. package/tables/DataTable/features/UserActions/user-actions-types.d.ts +0 -12
  2980. package/tables/DataTable/features/VirtualScrolling/VirtualScrolling.d.ts +21 -21
  2981. package/tables/DataTable/features/VirtualScrolling/VirtualScrolling.js +82 -77
  2982. package/tables/DataTable/features/VisualVariants/VisualVariants.d.ts +2 -3
  2983. package/tables/DataTable/features/VisualVariants/VisualVariants.js +19 -16
  2984. package/tables/DataTable/features/VisualVariants/useVisualVariants.d.ts +2 -3
  2985. package/tables/DataTable/features/createCoreRowModel.d.ts +3 -2
  2986. package/tables/DataTable/features/createCoreRowModel.js +1 -2
  2987. package/tables/DataTable/features/features.d.ts +105 -23
  2988. package/tables/DataTable/features/features.js +9 -1
  2989. package/tables/DataTable/features/types/features.types.d.ts +28 -45
  2990. package/tables/DataTable/features/types/table.types.d.ts +47 -0
  2991. package/tables/DataTable/features/types/table.types.js +36 -0
  2992. package/tables/DataTable/hooks/useBuiltInColumns.d.ts +4 -2
  2993. package/tables/DataTable/hooks/useColumnRemeasure.d.ts +3 -2
  2994. package/tables/DataTable/hooks/useColumnRemeasure.js +1 -1
  2995. package/tables/DataTable/hooks/useHeaderCellInteractions.d.ts +1 -2
  2996. package/tables/DataTable/hooks/useHeaderCellInteractions.js +5 -3
  2997. package/tables/DataTable/hooks/useHeaderDragAndDrop.d.ts +5 -4
  2998. package/tables/DataTable/hooks/useTable/datatable-typeguards.d.ts +4 -3
  2999. package/tables/DataTable/hooks/useTable/datatable-typeguards.js +4 -4
  3000. package/tables/DataTable/messages.js +2 -2
  3001. package/tables/SimpleTable/SimpleTable.css +27 -27
  3002. package/tables/SimpleTable/SimpleTable.d.ts +1 -1
  3003. package/tables/SimpleTable/SimpleTable.js +9 -6
  3004. package/tables/SimpleTable/SimpleTable.sty.js +1 -1
  3005. package/tables/hooks/useFilteredData.js +1 -4
  3006. package/tables/hooks/useLockedRowOrder.js +1 -1
  3007. package/tables/utils/get-column-label.d.ts +3 -2
  3008. package/tables/utils/is-target-interactive.d.ts +8 -4
  3009. package/tables/utils/is-target-interactive.js +4 -2
  3010. package/typography/block-quote/Blockquote.css +2 -2
  3011. package/typography/block-quote/Blockquote.sty.js +1 -1
  3012. package/typography/code/Code.css +9 -2
  3013. package/typography/code/Code.sty.js +1 -1
  3014. package/typography/emphasis/Emphasis.css +1 -1
  3015. package/typography/emphasis/Emphasis.sty.js +1 -1
  3016. package/typography/external-link/ExternalLink.css +6 -6
  3017. package/typography/external-link/ExternalLink.sty.js +1 -1
  3018. package/typography/heading/Heading.css +7 -7
  3019. package/typography/heading/Heading.sty.js +1 -1
  3020. package/typography/highlight/Highlight.css +2 -2
  3021. package/typography/highlight/Highlight.sty.js +1 -1
  3022. package/typography/link/Link.css +4 -4
  3023. package/typography/link/Link.sty.js +1 -1
  3024. package/typography/list/List.css +4 -4
  3025. package/typography/list/List.sty.js +2 -2
  3026. package/typography/paragraph/Paragraph.css +3 -3
  3027. package/typography/paragraph/Paragraph.sty.js +1 -1
  3028. package/typography/strikethrough/Strikethrough.css +1 -1
  3029. package/typography/strikethrough/Strikethrough.sty.js +1 -1
  3030. package/typography/strong/Strong.css +1 -1
  3031. package/typography/strong/Strong.sty.js +1 -1
  3032. package/typography/text/Text.css +3 -3
  3033. package/typography/text/Text.sty.js +1 -1
  3034. package/typography/text-ellipsis/TextEllipsis.css +6 -6
  3035. package/typography/text-ellipsis/TextEllipsis.sty.js +2 -2
  3036. package/charts/core/components/series-action/ChartActionsMenuAsync.d.ts +0 -15
  3037. package/charts/core/components/series-action/ChartActionsMenuAsync.js +0 -94
  3038. package/charts/core/context/ChartVariantContext.d.ts +0 -11
  3039. package/charts/sankey-chart/context/SankeyHoverStore.context.d.ts +0 -4
  3040. package/charts/sankey-chart/types/sankey-hover.d.ts +0 -28
  3041. package/esm/charts/core/components/series-action/ChartActionsMenuAsync.js +0 -81
  3042. package/esm/charts/core/components/series-action/ChartActionsMenuAsync.js.map +0 -7
  3043. package/esm/charts/core/context/ChartVariantContext.js +0 -6
  3044. package/esm/charts/core/context/ChartVariantContext.js.map +0 -7
  3045. package/esm/charts/sankey-chart/context/SankeyHoverStore.context.js +0 -11
  3046. package/esm/charts/sankey-chart/context/SankeyHoverStore.context.js.map +0 -7
  3047. package/esm/charts/sankey-chart/providers/SankeyHoverStoreProvider.js +0 -15
  3048. package/esm/charts/sankey-chart/providers/SankeyHoverStoreProvider.js.map +0 -7
  3049. package/esm/charts/sankey-chart/types/sankey-hover.js +0 -1
  3050. /package/esm/charts/sankey-chart/types/{sankey-hover.js.map → sankey-shape.js.map} +0 -0
@@ -14,6 +14,10 @@ import {
14
14
  DATA_TABLE_ROW_BORDER,
15
15
  DATA_TABLE_ROW_HEIGHT_MAP
16
16
  } from "../../constants.js";
17
+ import {
18
+ createPrototypeConstructor,
19
+ createTableConstructor
20
+ } from "../types/table.types.js";
17
21
  function header_getGridPosition(header, headers) {
18
22
  let gridColumnStart = 0;
19
23
  for (const headerInGroup of headers ?? []) {
@@ -141,9 +145,9 @@ function table_getGridTemplateRows(table, virtualItems) {
141
145
  return `${headerRows} ${spacerRowHeight}px ${bodyRows} [body-end]`;
142
146
  }
143
147
  function table_getGridTemplateColumns(table, columnSizing, columnResizing) {
144
- const leftVisibleColumns = table.getLeftVisibleLeafColumns();
148
+ const leftVisibleColumns = table.getStartVisibleLeafColumns();
145
149
  const centerVisibleColumns = table.getCenterVisibleLeafColumns();
146
- const rightVisibleColumns = table.getRightVisibleLeafColumns();
150
+ const rightVisibleColumns = table.getEndVisibleLeafColumns();
147
151
  if (leftVisibleColumns === void 0 || centerVisibleColumns === void 0 || rightVisibleColumns === void 0 || columnSizing === void 0 || columnResizing === void 0) {
148
152
  return "";
149
153
  }
@@ -211,108 +215,120 @@ function constructTableLayoutFeature() {
211
215
  ...initialState
212
216
  };
213
217
  },
214
- assignHeaderPrototype: (prototype, table) => {
215
- assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
216
- header_getGridPosition: {
217
- fn: (header, headers) => header_getGridPosition(header, headers)
218
- }
219
- });
220
- },
221
- assignColumnPrototype: (prototype, table) => {
222
- assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
223
- column_getGridColumnPosition: {
224
- fn: (column, columnIndex) => column_getGridColumnPosition(column, columnIndex)
225
- }
226
- });
227
- },
228
- assignRowPrototype: (prototype, table) => {
229
- assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
230
- row_getGridRowPosition: {
231
- fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex)
232
- }
233
- });
234
- },
235
- constructTableAPIs: (table) => {
236
- assignTableAPIs("DataTableTableLayoutFeature", table, {
237
- table_getHasFractionalTemplate: {
238
- fn: () => table_getHasFractionalTemplate(table)
239
- },
240
- table_getVisibleHeaderGroupsCount: {
241
- fn: () => table_getVisibleHeaderGroupsCount(table)
242
- },
243
- table_setObservedHeaderHeight: {
244
- fn: (height) => table_setObservedHeaderHeight(table, height)
245
- },
246
- table_getHeaderSize: {
247
- fn: (headerId) => table_getHeaderSize(table, headerId)
248
- },
249
- table_getColumnOrHeaderWidth: {
250
- fn: (columnOrHeaderId) => table_getColumnOrHeaderWidth(table, columnOrHeaderId)
251
- },
252
- table_getTotalHeaderHeight: {
253
- fn: (visualVariantOptions, visibleLeafColumns, tableHeaderGroups, observedHeaderHeight) => table_getTotalHeaderHeight(
254
- table,
255
- visualVariantOptions,
256
- visibleLeafColumns,
257
- tableHeaderGroups,
258
- observedHeaderHeight
259
- ),
260
- memoDeps: () => [
261
- table.atoms.visualVariantConfig?.get(),
262
- table.getVisibleLeafColumnsWithoutBuiltin(),
263
- table.getHeaderGroups(),
264
- table.atoms.observedHeaderHeight?.get()
265
- ]
266
- },
267
- table_estimateRowHeight: {
268
- fn: (index, isHeaderRow, rowDensity, rowSeparation) => table_estimateRowHeight(
269
- table,
270
- index,
271
- isHeaderRow,
272
- rowDensity,
273
- rowSeparation
274
- ),
275
- memoDeps: (props) => {
276
- return [
277
- props?.index,
278
- props?.isHeaderRow,
279
- table.atoms.visualVariantConfig?.get().rowDensity,
280
- table.atoms.visualVariantConfig?.get().rowSeparation
281
- ];
218
+ assignHeaderPrototype: createPrototypeConstructor(
219
+ (prototype, table) => {
220
+ assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
221
+ header_getGridPosition: {
222
+ fn: (header, headers) => header_getGridPosition(header, headers)
223
+ }
224
+ });
225
+ }
226
+ ),
227
+ assignColumnPrototype: createPrototypeConstructor(
228
+ (prototype, table) => {
229
+ assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
230
+ column_getGridColumnPosition: {
231
+ fn: (column, columnIndex) => column_getGridColumnPosition(column, columnIndex)
282
232
  }
283
- },
284
- table_getHeaderGridTemplateRows: {
285
- fn: () => table_getHeaderGridTemplateRows(table)
286
- },
287
- table_getGridTemplateRows: {
288
- fn: (measurementsCache) => table_getGridTemplateRows(table, measurementsCache),
289
- memoDeps: () => {
290
- const { getVirtualItems, range } = table.getRowVirtualizer() ?? {};
291
- return [
292
- getVirtualItems?.(),
293
- range?.startIndex,
294
- range?.endIndex,
295
- table.getVisibleHeaderGroupsCount(),
296
- table.optionsStore.state.data.length
297
- ];
233
+ });
234
+ }
235
+ ),
236
+ assignRowPrototype: createPrototypeConstructor(
237
+ (prototype, table) => {
238
+ assignPrototypeAPIs("DataTableTableLayoutFeature", prototype, table, {
239
+ row_getGridRowPosition: {
240
+ fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex)
298
241
  }
299
- },
300
- table_getGridTemplateColumns: {
301
- fn: (columnSizing, columnSizingInfo) => table_getGridTemplateColumns(table, columnSizing, columnSizingInfo),
302
- memoDeps: () => {
303
- return [
304
- table.atoms.columnSizing?.get(),
305
- table.atoms.columnResizing?.get(),
306
- table.atoms.columnPinning?.get(),
307
- table.atoms.columnOrder?.get(),
308
- table.atoms.columnVisibility?.get(),
309
- table.getSubRowIndicatorColumnId(),
310
- JSON.stringify([...table.getMeasuredColumnWidths()])
311
- ];
242
+ });
243
+ }
244
+ ),
245
+ constructTableAPIs: createTableConstructor(
246
+ (table) => {
247
+ assignTableAPIs("DataTableTableLayoutFeature", table, {
248
+ table_getHasFractionalTemplate: {
249
+ fn: () => table_getHasFractionalTemplate(table)
250
+ },
251
+ table_getVisibleHeaderGroupsCount: {
252
+ fn: () => table_getVisibleHeaderGroupsCount(table)
253
+ },
254
+ table_setObservedHeaderHeight: {
255
+ fn: (height) => table_setObservedHeaderHeight(table, height)
256
+ },
257
+ table_getHeaderSize: {
258
+ fn: (headerId) => table_getHeaderSize(table, headerId)
259
+ },
260
+ table_getColumnOrHeaderWidth: {
261
+ fn: (columnOrHeaderId) => table_getColumnOrHeaderWidth(table, columnOrHeaderId)
262
+ },
263
+ table_getTotalHeaderHeight: {
264
+ fn: (visualVariantOptions, visibleLeafColumns, tableHeaderGroups, observedHeaderHeight) => table_getTotalHeaderHeight(
265
+ table,
266
+ visualVariantOptions,
267
+ visibleLeafColumns,
268
+ tableHeaderGroups,
269
+ observedHeaderHeight
270
+ ),
271
+ memoDeps: () => [
272
+ table.atoms.visualVariantConfig?.get(),
273
+ table.getVisibleLeafColumnsWithoutBuiltin(),
274
+ table.getHeaderGroups(),
275
+ table.atoms.observedHeaderHeight?.get()
276
+ ]
277
+ },
278
+ table_estimateRowHeight: {
279
+ fn: (index, isHeaderRow, rowDensity, rowSeparation) => table_estimateRowHeight(
280
+ table,
281
+ index,
282
+ isHeaderRow,
283
+ rowDensity,
284
+ rowSeparation
285
+ ),
286
+ memoDeps: (props) => {
287
+ return [
288
+ props?.index,
289
+ props?.isHeaderRow,
290
+ table.atoms.visualVariantConfig?.get().rowDensity,
291
+ table.atoms.visualVariantConfig?.get().rowSeparation
292
+ ];
293
+ }
294
+ },
295
+ table_getHeaderGridTemplateRows: {
296
+ fn: () => table_getHeaderGridTemplateRows(table)
297
+ },
298
+ table_getGridTemplateRows: {
299
+ fn: (measurementsCache) => table_getGridTemplateRows(table, measurementsCache),
300
+ memoDeps: () => {
301
+ const { getVirtualItems, range } = table.getRowVirtualizer() ?? {};
302
+ return [
303
+ getVirtualItems?.(),
304
+ range?.startIndex,
305
+ range?.endIndex,
306
+ table.getVisibleHeaderGroupsCount(),
307
+ table.options.data.length
308
+ ];
309
+ }
310
+ },
311
+ table_getGridTemplateColumns: {
312
+ fn: (columnSizing, columnSizingInfo) => table_getGridTemplateColumns(
313
+ table,
314
+ columnSizing,
315
+ columnSizingInfo
316
+ ),
317
+ memoDeps: () => {
318
+ return [
319
+ table.atoms.columnSizing?.get(),
320
+ table.atoms.columnResizing?.get(),
321
+ table.atoms.columnPinning?.get(),
322
+ table.atoms.columnOrder?.get(),
323
+ table.atoms.columnVisibility?.get(),
324
+ table.getSubRowIndicatorColumnId(),
325
+ JSON.stringify([...table.getMeasuredColumnWidths()])
326
+ ];
327
+ }
312
328
  }
313
- }
314
- });
315
- }
329
+ });
330
+ }
331
+ )
316
332
  };
317
333
  }
318
334
  const DataTableTableLayoutFeature = constructTableLayoutFeature();
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/tables/DataTable/features/Layout/Layout.ts"],
4
- "sourcesContent": ["import {\n assignPrototypeAPIs,\n assignTableAPIs,\n type CellData,\n type Column_Internal,\n type columnResizingState,\n type ColumnSizingState,\n type Header,\n type HeaderGroup,\n type Row,\n type RowData,\n type Table_Internal,\n type TableFeature,\n type TableFeatures,\n} from '@tanstack/react-table';\nimport { column_getIsPinned } from '@tanstack/react-table/static-functions';\nimport type { VirtualItem } from '@tanstack/react-virtual';\n\nimport type {\n DataTableColumnGridTemplates,\n TableLayoutFeatureConstructors,\n} from './layout-types.js';\nimport {\n getColumnTemplateEntry,\n getTargetTemplate,\n processBuiltinColumn,\n} from './layout-utils.js';\nimport {\n DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n DATA_TABLE_MIN_WIDTH,\n DATA_TABLE_ROW_BORDER,\n DATA_TABLE_ROW_HEIGHT_MAP,\n} from '../../constants.js';\nimport type { TDataTableFeatures } from '../types/features.types.js';\nimport type { DataTableVisualVariantTableState } from '../VisualVariants/visual-variants-types.js';\n\n/**\n * Allows to get the gridPosition of a specific header cell in order\n * to place it into the correct place in the template and span it across the correct\n * elements.\n * @internal\n */\nexport function header_getGridPosition<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData = CellData,\n>(\n header: Header<TFeatures, TData, TValue>,\n headers: Array<Header<TFeatures, TData, TValue>>,\n) {\n // Get the start of the column index the header should be rendered into,\n // this should be equal to the index of the header cell in the loop passed\n // to this function.\n let gridColumnStart = 0;\n for (const headerInGroup of headers ?? []) {\n if (headerInGroup === header) {\n break;\n }\n gridColumnStart = gridColumnStart + headerInGroup.colSpan;\n }\n\n // The header already exposes a colSpan value, which can be used to span\n // the header cell element from the start position to the end of the\n // header group.\n const colSpan = header.colSpan;\n\n // Get the start of the index as this is actually the defined\n // column nesting level. If the column is not nested, it will get a\n // depth of 0, and nesting levels increase going deeper.\n const gridRowStart = header.column.depth;\n\n // Get the end from the headers depth, as this is where it would be rendered\n // within the tanstack table. As nested columns would be rendered in the\n // lower headerrow. The strato approach here is different, as the header\n // cell should span both header rows\n const gridRowEnd = header.depth;\n\n // return the gridColumn positioning. As the grid column positioning in\n // css is One-based, it needs an offset of 1 in every entry.\n return {\n gridColumnStart: gridColumnStart + 1,\n gridColumnEnd: `span ${colSpan}`,\n gridRowStart: gridRowStart + 1,\n gridRowEnd: `span ${gridRowEnd - gridRowStart}`,\n };\n}\n\n/**\n * Helper function to get the grid column position for a specific column based on its index in the column list. This is used for non-header cells, which are always rendered in the first row of the grid and should span only one column.\n * @internal\n */\nexport function column_getGridColumnPosition<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData = CellData,\n>(column: Column_Internal<TFeatures, TData, TValue>, columnIndex?: number) {\n // Offset the index by one as the CSS grid column is a one based position.\n return { gridColumnStart: (columnIndex ?? 0) + 1, gridColumnEnd: 'span 1' };\n}\n\n/**\n * Helper function to get the grid row position for a specific row based on its index in the row list. This is used for all non-header cells, which should be rendered in the body of the table and span all columns.\n * @internal\n */\nexport function row_getGridRowPosition<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(row: Row<TFeatures, TData>, rowIndex: number = -1) {\n return {\n // Offset the index by one as the CSS grid column is a one based position.\n gridColumnStart: 1,\n // The row should span all columns.\n gridColumnEnd: 'row-end',\n\n // The CSS grid column is a one based position, so we need to offset the index by one.\n // To account for the virtualized rows at the start of the grid, a spacer row is inserted.\n // Therefore we need to offset the index by two in total\n gridRowStart: rowIndex + 2,\n // The row should span only one line from the start edge.\n gridRowEnd: 'span 1',\n };\n}\n\nexport function table_getHasFractionalTemplate<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>): boolean {\n const template = table.getGridTemplateColumns();\n return template.includes('fr');\n}\n\nexport function table_getVisibleHeaderGroupsCount<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>): number {\n if (table.atoms.visualVariantConfig?.get().headers === 'hidden') {\n return 0;\n }\n\n return table.getHeaderGroups().length;\n}\n\nexport function table_setObservedHeaderHeight<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>, height: number) {\n if (height !== table.atoms.observedHeaderHeight?.get()) {\n // Required cast to ensure precense of the DataTableFeatures.\n (\n table as unknown as Table_Internal<TDataTableFeatures>\n ).baseAtoms.observedHeaderHeight.set(height);\n }\n}\n\nexport function table_getHeaderSize<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n headerId: string,\n): {\n width: number;\n height: number;\n} {\n const escapedId = CSS.escape(headerId);\n const headerSize = table\n .getRowVirtualizationContainer()\n ?.querySelector(\n `[role=\"columnheader\"][data-headerid=${escapedId}], [role=\"columnheader\"][data-columnid=${escapedId}], [role=\"presentation\"][data-columnid=${escapedId}]`,\n )\n ?.getBoundingClientRect();\n\n if (headerSize === undefined) {\n // Use some standard value if no resize observer is there\n return {\n width: DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n height: table.estimateRowHeight({ isHeaderRow: true }),\n };\n }\n\n return {\n width: headerSize.width,\n height: headerSize.height,\n };\n}\n\nexport function table_getColumnOrHeaderWidth<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>, columnOrHeaderId: string): number {\n const hasHiddenHeaders =\n table.atoms.visualVariantConfig?.get().headers === 'hidden';\n\n // saved width that was stored upon measuring\n const storedWidth = table.getMeasuredColumnWidth(columnOrHeaderId);\n\n // early exit if all headers are visible and the column is a leaf column\n if (!hasHiddenHeaders && storedWidth !== undefined) {\n return storedWidth;\n }\n\n const escapedId = CSS.escape(columnOrHeaderId);\n // If all headers are hidden, take the cell in the first rendered row to retrieve the width since all other cells\n // in the same column should have the same width.\n // If the header is not in the virtualizer (because it is a parent column for instance), try to retrieve the height from the rendered element directly.\n const selectorString = hasHiddenHeaders\n ? `[role=\"cell\"][data-columnid=\"${escapedId}\"]`\n : `[role=\"columnheader\"][data-headerid=\"${escapedId}\"], [role=\"columnheader\"][data-columnid=\"${escapedId}\"], [role=\"presentation\"][data-columnid=\"${escapedId}\"]`;\n\n const columnWidth = table\n .getRowVirtualizationContainer()\n ?.querySelector(selectorString)\n ?.getBoundingClientRect().width;\n\n return columnWidth ?? DATA_TABLE_DEFAULT_COLUMN_WIDTH;\n}\n\nexport function table_getTotalHeaderHeight<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n visualVariantOptions: DataTableVisualVariantTableState['visualVariantConfig'],\n visibleLeafColumns: Array<Column_Internal<TFeatures, TData>>,\n tableHeaderGroups: Array<HeaderGroup<TFeatures, TData>>,\n observedHeaderHeight: number,\n) {\n // If the headers are hidden, we can opt out earlier.\n if (\n visualVariantOptions?.headers === 'hidden' ||\n visibleLeafColumns.length === 0 ||\n (tableHeaderGroups.length === 1 &&\n tableHeaderGroups.at(0)?.headers.length === 0)\n ) {\n return 0;\n }\n\n if (observedHeaderHeight > 0) {\n return observedHeaderHeight;\n }\n\n // if the measured header height is still undefined or 0, estimate it based on row density and amount of header groups,\n // so that the rowVirtualizer can return the most accurate height possible for the first render\n // this prevents an unnecessary vertical scrollbar which would cause wrong column measurements on initial render\n // the header's bottom border is actually 2px, estimateRowHeight only considers 1px so we need to add 1px more\n const bottomBorderOffset = DATA_TABLE_ROW_BORDER;\n const fallbackHeight =\n table.estimateRowHeight({ isHeaderRow: true }) *\n table.getVisibleHeaderGroupsCount() +\n bottomBorderOffset;\n\n return fallbackHeight;\n}\n\n/**\n * Helper function to estimate the row height based on the row density and separation visual variants. This is used for the row virtualizer to estimate the height of rows that are not rendered yet.\n * @internal\n */\nexport function table_estimateRowHeight<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n) {\n const rowHeight = DATA_TABLE_ROW_HEIGHT_MAP[rowDensity];\n const paginationFlatRows = table.getPaginatedRowModel().flatRows;\n const isLastRowOnPage = index === paginationFlatRows.length - 1;\n // only consider the border if the index is defined or the estimate is for a header row\n // when estimating rows for an empty table, the index will be undefined and there are no vertical dividers\n const addBorder = index !== undefined || isHeaderRow === true;\n\n if (addBorder === false || rowSeparation === 'none' || isLastRowOnPage) {\n return rowHeight;\n }\n\n // add 1px border if rowSeparation is enabled or if this is a header row\n return rowHeight + DATA_TABLE_ROW_BORDER;\n}\n\nexport function table_getHeaderGridTemplateRows<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(table: Table_Internal<TFeatures, TData>) {\n switch (table.getVisibleHeaderGroupsCount()) {\n case 0:\n return '[body-start]';\n case 1:\n return '[header-start] max-content [header-end body-start]';\n default:\n return '[header-start] max-content max-content [header-end body-start]';\n }\n}\n\nexport function table_getGridTemplateRows<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n virtualItems: VirtualItem[] | undefined,\n): string {\n const measurementsCache = table.getRowVirtualizer()?.measurementsCache;\n const headerRows = table.getHeaderGridTemplateRows();\n\n if (!measurementsCache || !virtualItems?.length) {\n return headerRows;\n }\n\n // Determine the template rows for the body, based on the currently rendered rows\n const bodyRows = virtualItems\n .map((virtualItem) => {\n // The virtual item size is the most up to date value as it is measured during rendering,\n // while the measurementsCache can be outdated until the next render.\n // Therefore, the virtual item size is preferred to retrieve the row height.\n const rowHeight =\n virtualItem.size ??\n table.estimateRowHeight({ index: virtualItem.index });\n return `minmax(min-content, ${rowHeight}px)`;\n })\n .join(' ');\n\n // Add spacer row to account for virtualized rows above the first rendered row\n const firstVirtualItem = virtualItems[0];\n let spacerRowHeight = 0;\n\n if (firstVirtualItem.index > 0) {\n const scrollPaddingStart = table.getTotalHeaderHeight();\n // Calculate the height by subtracting the scroll padding (header height) from the starting offset of the first visible item.\n spacerRowHeight = firstVirtualItem.start - scrollPaddingStart;\n }\n\n // combine header, spacer and body rows into a grid row template\n return `${headerRows} ${spacerRowHeight}px ${bodyRows} [body-end]`;\n}\n\nexport function table_getGridTemplateColumns<\n TFeatures extends TableFeatures,\n TData extends RowData,\n>(\n table: Table_Internal<TFeatures, TData>,\n columnSizing: ColumnSizingState,\n columnResizing: columnResizingState,\n) {\n const leftVisibleColumns = table.getLeftVisibleLeafColumns();\n const centerVisibleColumns = table.getCenterVisibleLeafColumns();\n const rightVisibleColumns = table.getRightVisibleLeafColumns();\n if (\n leftVisibleColumns === undefined ||\n centerVisibleColumns === undefined ||\n rightVisibleColumns === undefined ||\n columnSizing === undefined ||\n columnResizing === undefined\n ) {\n return '';\n }\n\n /**\n * Gets the measured column width if possible.\n * Min/max constraints are already considered during measurement. (see columnVirtualizer measureElement)\n *\n * @param columnId - ID of the column\n * @param isFractionWidth - whether the width is a fraction width\n * @returns measured width in pixels or undefined if not measured yet\n */\n function getMeasuredWidth(\n columnId: string,\n isFractionWidth: boolean = false,\n ): number | undefined {\n // If there are no rows (e.g. loading state), measure the header cell instead\n if (table.getRowModel().rows.length === 0) {\n const headerCell = table\n .getColumnVirtualizer()\n ?.scrollElement?.querySelector(\n `[role=\"columnheader\"][data-columnid=\"${CSS.escape(columnId)}\"]`,\n );\n const headerWidth = headerCell?.getBoundingClientRect().width;\n\n if (headerWidth === undefined) {\n return DATA_TABLE_MIN_WIDTH;\n }\n\n // Round up slightly for non-fraction widths to avoid rendering an ellipsis due to subpixel rendering issues\n // don't round for fraction widths to avoid rendering an unnecessary scrollbar for fullWidth tables\n return isFractionWidth ? headerWidth : Math.ceil(headerWidth * 10) / 10;\n }\n\n return table.getMeasuredColumnWidth(columnId);\n }\n\n // Grid templates for left, center and right pinned columns\n const columnGridTemplates: DataTableColumnGridTemplates = {\n left: [],\n center: [],\n right: [],\n };\n\n const orderedVisibleColumns = [\n ...leftVisibleColumns,\n ...centerVisibleColumns,\n ...rightVisibleColumns,\n ];\n\n // To generate the grid template columns, we need to iterate through all visible columns in order\n for (const column of orderedVisibleColumns) {\n // Handle built-in columns (prefix, suffix, spacer)\n const isBuiltinColumn = processBuiltinColumn(\n column,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.options.rowThresholds,\n columnGridTemplates,\n );\n\n if (isBuiltinColumn) {\n continue;\n }\n\n // Handle width configuration for standard column\n const entry = getColumnTemplateEntry(\n column,\n columnSizing,\n columnResizing,\n getMeasuredWidth,\n );\n\n if (entry !== undefined) {\n const targetTemplate = getTargetTemplate(\n column_getIsPinned(column),\n columnGridTemplates,\n );\n\n targetTemplate.push(entry);\n }\n }\n\n const combinedGridTemplates = [\n ...columnGridTemplates.left,\n ...columnGridTemplates.center,\n ...columnGridTemplates.right,\n ];\n\n return `${combinedGridTemplates.join(' ')} [row-end]`;\n}\n\n/**\n * Constructs the layout feature for the table,\n * including API implementations and prototype assignments.\n * @internal\n */\nexport function constructTableLayoutFeature(): TableFeature<TableLayoutFeatureConstructors> {\n return {\n getInitialState: (initialState) => {\n return {\n columnMeasureInfo: {},\n observedHeaderHeight: 0,\n columnSizing: {},\n ...initialState,\n };\n },\n assignHeaderPrototype: (prototype, table) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n header_getGridPosition: {\n fn: (header, headers) => header_getGridPosition(header, headers),\n },\n });\n },\n assignColumnPrototype: (prototype, table) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n column_getGridColumnPosition: {\n fn: (column, columnIndex) =>\n column_getGridColumnPosition(column, columnIndex),\n },\n });\n },\n assignRowPrototype: (prototype, table) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n row_getGridRowPosition: {\n fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex),\n },\n });\n },\n constructTableAPIs: (table) => {\n assignTableAPIs('DataTableTableLayoutFeature', table, {\n table_getHasFractionalTemplate: {\n fn: () => table_getHasFractionalTemplate(table),\n },\n table_getVisibleHeaderGroupsCount: {\n fn: () => table_getVisibleHeaderGroupsCount(table),\n },\n table_setObservedHeaderHeight: {\n fn: (height: number) => table_setObservedHeaderHeight(table, height),\n },\n table_getHeaderSize: {\n fn: (headerId: string) => table_getHeaderSize(table, headerId),\n },\n table_getColumnOrHeaderWidth: {\n fn: (columnOrHeaderId: string) =>\n table_getColumnOrHeaderWidth(table, columnOrHeaderId),\n },\n table_getTotalHeaderHeight: {\n fn: (\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ) =>\n table_getTotalHeaderHeight(\n table,\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ),\n memoDeps: () => [\n table.atoms.visualVariantConfig?.get(),\n table.getVisibleLeafColumnsWithoutBuiltin(),\n table.getHeaderGroups(),\n table.atoms.observedHeaderHeight?.get(),\n ],\n },\n table_estimateRowHeight: {\n fn: (\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n ) =>\n table_estimateRowHeight(\n table,\n index,\n isHeaderRow,\n rowDensity,\n rowSeparation,\n ),\n memoDeps: (props) => {\n return [\n props?.index,\n props?.isHeaderRow,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.atoms.visualVariantConfig?.get().rowSeparation,\n ];\n },\n },\n table_getHeaderGridTemplateRows: {\n fn: () => table_getHeaderGridTemplateRows(table),\n },\n table_getGridTemplateRows: {\n fn: (measurementsCache: VirtualItem[] | undefined) =>\n table_getGridTemplateRows(table, measurementsCache),\n memoDeps: () => {\n const { getVirtualItems, range } = table.getRowVirtualizer() ?? {};\n\n return [\n getVirtualItems?.(),\n range?.startIndex,\n range?.endIndex,\n table.getVisibleHeaderGroupsCount(),\n table.optionsStore.state.data.length,\n ];\n },\n },\n table_getGridTemplateColumns: {\n fn: (columnSizing, columnSizingInfo) =>\n table_getGridTemplateColumns(table, columnSizing, columnSizingInfo),\n memoDeps: () => {\n return [\n table.atoms.columnSizing?.get(),\n table.atoms.columnResizing?.get(),\n table.atoms.columnPinning?.get(),\n table.atoms.columnOrder?.get(),\n table.atoms.columnVisibility?.get(),\n table.getSubRowIndicatorColumnId(),\n JSON.stringify([...table.getMeasuredColumnWidths()]),\n ];\n },\n },\n });\n },\n };\n}\n\n/**\n * Additional feature implementation for table layout.\n * @internal\n */\nexport const DataTableTableLayoutFeature = constructTableLayoutFeature();\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["import {\n assignPrototypeAPIs,\n assignTableAPIs,\n type CellData,\n type Column,\n type columnResizingState,\n type ColumnSizingState,\n type Header,\n type HeaderGroup,\n type Row,\n type RowData,\n type Table,\n type TableFeature,\n} from '@tanstack/react-table';\nimport { column_getIsPinned } from '@tanstack/react-table/static-functions';\nimport type { VirtualItem } from '@tanstack/react-virtual';\n\nimport type { DataTableColumnGridTemplates } from './layout-types.js';\nimport {\n getColumnTemplateEntry,\n getTargetTemplate,\n processBuiltinColumn,\n} from './layout-utils.js';\nimport {\n DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n DATA_TABLE_MIN_WIDTH,\n DATA_TABLE_ROW_BORDER,\n DATA_TABLE_ROW_HEIGHT_MAP,\n} from '../../constants.js';\nimport type { TDataTableFeatures } from '../types/features.types.js';\nimport {\n createPrototypeConstructor,\n createTableConstructor,\n} from '../types/table.types.js';\nimport type { DataTableVisualVariantTableState } from '../VisualVariants/visual-variants-types.js';\n\n/**\n * Allows to get the gridPosition of a specific header cell in order\n * to place it into the correct place in the template and span it across the correct\n * elements.\n * @internal\n */\nexport function header_getGridPosition<\n TData extends RowData,\n TValue extends CellData = CellData,\n>(\n header: Header<TDataTableFeatures, TData, TValue>,\n headers: Array<Header<TDataTableFeatures, TData, TValue>>,\n) {\n // Get the start of the column index the header should be rendered into,\n // this should be equal to the index of the header cell in the loop passed\n // to this function.\n let gridColumnStart = 0;\n for (const headerInGroup of headers ?? []) {\n if (headerInGroup === header) {\n break;\n }\n gridColumnStart = gridColumnStart + headerInGroup.colSpan;\n }\n\n // The header already exposes a colSpan value, which can be used to span\n // the header cell element from the start position to the end of the\n // header group.\n const colSpan = header.colSpan;\n\n // Get the start of the index as this is actually the defined\n // column nesting level. If the column is not nested, it will get a\n // depth of 0, and nesting levels increase going deeper.\n const gridRowStart = header.column.depth;\n\n // Get the end from the headers depth, as this is where it would be rendered\n // within the tanstack table. As nested columns would be rendered in the\n // lower headerrow. The strato approach here is different, as the header\n // cell should span both header rows\n const gridRowEnd = header.depth;\n\n // return the gridColumn positioning. As the grid column positioning in\n // css is One-based, it needs an offset of 1 in every entry.\n return {\n gridColumnStart: gridColumnStart + 1,\n gridColumnEnd: `span ${colSpan}`,\n gridRowStart: gridRowStart + 1,\n gridRowEnd: `span ${gridRowEnd - gridRowStart}`,\n };\n}\n\n/**\n * Helper function to get the grid column position for a specific column based on its index in the column list. This is used for non-header cells, which are always rendered in the first row of the grid and should span only one column.\n * @internal\n */\nexport function column_getGridColumnPosition<\n TData extends RowData,\n TValue extends CellData = CellData,\n>(column: Column<TDataTableFeatures, TData, TValue>, columnIndex?: number) {\n // Offset the index by one as the CSS grid column is a one based position.\n return { gridColumnStart: (columnIndex ?? 0) + 1, gridColumnEnd: 'span 1' };\n}\n\n/**\n * Helper function to get the grid row position for a specific row based on its index in the row list. This is used for all non-header cells, which should be rendered in the body of the table and span all columns.\n * @internal\n */\nexport function row_getGridRowPosition<TData extends RowData>(\n row: Row<TDataTableFeatures, TData>,\n rowIndex: number = -1,\n) {\n return {\n // Offset the index by one as the CSS grid column is a one based position.\n gridColumnStart: 1,\n // The row should span all columns.\n gridColumnEnd: 'row-end',\n\n // The CSS grid column is a one based position, so we need to offset the index by one.\n // To account for the virtualized rows at the start of the grid, a spacer row is inserted.\n // Therefore we need to offset the index by two in total\n gridRowStart: rowIndex + 2,\n // The row should span only one line from the start edge.\n gridRowEnd: 'span 1',\n };\n}\n\nexport function table_getHasFractionalTemplate<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n): boolean {\n const template = table.getGridTemplateColumns();\n return template.includes('fr');\n}\n\nexport function table_getVisibleHeaderGroupsCount<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n): number {\n if (table.atoms.visualVariantConfig?.get().headers === 'hidden') {\n return 0;\n }\n\n return table.getHeaderGroups().length;\n}\n\nexport function table_setObservedHeaderHeight<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n height: number,\n) {\n if (height !== table.atoms.observedHeaderHeight?.get()) {\n table.baseAtoms.observedHeaderHeight.set(height);\n }\n}\n\nexport function table_getHeaderSize<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n headerId: string,\n): {\n width: number;\n height: number;\n} {\n const escapedId = CSS.escape(headerId);\n const headerSize = table\n .getRowVirtualizationContainer()\n ?.querySelector(\n `[role=\"columnheader\"][data-headerid=${escapedId}], [role=\"columnheader\"][data-columnid=${escapedId}], [role=\"presentation\"][data-columnid=${escapedId}]`,\n )\n ?.getBoundingClientRect();\n\n if (headerSize === undefined) {\n // Use some standard value if no resize observer is there\n return {\n width: DATA_TABLE_DEFAULT_COLUMN_WIDTH,\n height: table.estimateRowHeight({ isHeaderRow: true }),\n };\n }\n\n return {\n width: headerSize.width,\n height: headerSize.height,\n };\n}\n\nexport function table_getColumnOrHeaderWidth<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n columnOrHeaderId: string,\n): number {\n const hasHiddenHeaders =\n table.atoms.visualVariantConfig?.get().headers === 'hidden';\n\n // saved width that was stored upon measuring\n const storedWidth = table.getMeasuredColumnWidth(columnOrHeaderId);\n\n // early exit if all headers are visible and the column is a leaf column\n if (!hasHiddenHeaders && storedWidth !== undefined) {\n return storedWidth;\n }\n\n const escapedId = CSS.escape(columnOrHeaderId);\n // If all headers are hidden, take the cell in the first rendered row to retrieve the width since all other cells\n // in the same column should have the same width.\n // If the header is not in the virtualizer (because it is a parent column for instance), try to retrieve the height from the rendered element directly.\n const selectorString = hasHiddenHeaders\n ? `[role=\"cell\"][data-columnid=\"${escapedId}\"]`\n : `[role=\"columnheader\"][data-headerid=\"${escapedId}\"], [role=\"columnheader\"][data-columnid=\"${escapedId}\"], [role=\"presentation\"][data-columnid=\"${escapedId}\"]`;\n\n const columnWidth = table\n .getRowVirtualizationContainer()\n ?.querySelector(selectorString)\n ?.getBoundingClientRect().width;\n\n return columnWidth ?? DATA_TABLE_DEFAULT_COLUMN_WIDTH;\n}\n\nexport function table_getTotalHeaderHeight<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n visualVariantOptions: DataTableVisualVariantTableState['visualVariantConfig'],\n visibleLeafColumns: Array<Column<TDataTableFeatures, TData>>,\n tableHeaderGroups: Array<HeaderGroup<TDataTableFeatures, TData>>,\n observedHeaderHeight: number,\n) {\n // If the headers are hidden, we can opt out earlier.\n if (\n visualVariantOptions?.headers === 'hidden' ||\n visibleLeafColumns.length === 0 ||\n (tableHeaderGroups.length === 1 &&\n tableHeaderGroups.at(0)?.headers.length === 0)\n ) {\n return 0;\n }\n\n if (observedHeaderHeight > 0) {\n return observedHeaderHeight;\n }\n\n // if the measured header height is still undefined or 0, estimate it based on row density and amount of header groups,\n // so that the rowVirtualizer can return the most accurate height possible for the first render\n // this prevents an unnecessary vertical scrollbar which would cause wrong column measurements on initial render\n // the header's bottom border is actually 2px, estimateRowHeight only considers 1px so we need to add 1px more\n const bottomBorderOffset = DATA_TABLE_ROW_BORDER;\n const fallbackHeight =\n table.estimateRowHeight({ isHeaderRow: true }) *\n table.getVisibleHeaderGroupsCount() +\n bottomBorderOffset;\n\n return fallbackHeight;\n}\n\n/**\n * Helper function to estimate the row height based on the row density and separation visual variants. This is used for the row virtualizer to estimate the height of rows that are not rendered yet.\n * @internal\n */\nexport function table_estimateRowHeight<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n) {\n const rowHeight = DATA_TABLE_ROW_HEIGHT_MAP[rowDensity];\n const paginationFlatRows = table.getPaginatedRowModel().flatRows;\n const isLastRowOnPage = index === paginationFlatRows.length - 1;\n // only consider the border if the index is defined or the estimate is for a header row\n // when estimating rows for an empty table, the index will be undefined and there are no vertical dividers\n const addBorder = index !== undefined || isHeaderRow === true;\n\n if (addBorder === false || rowSeparation === 'none' || isLastRowOnPage) {\n return rowHeight;\n }\n\n // add 1px border if rowSeparation is enabled or if this is a header row\n return rowHeight + DATA_TABLE_ROW_BORDER;\n}\n\nexport function table_getHeaderGridTemplateRows<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n) {\n switch (table.getVisibleHeaderGroupsCount()) {\n case 0:\n return '[body-start]';\n case 1:\n return '[header-start] max-content [header-end body-start]';\n default:\n return '[header-start] max-content max-content [header-end body-start]';\n }\n}\n\nexport function table_getGridTemplateRows<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n virtualItems: VirtualItem[] | undefined,\n): string {\n const measurementsCache = table.getRowVirtualizer()?.measurementsCache;\n const headerRows = table.getHeaderGridTemplateRows();\n\n if (!measurementsCache || !virtualItems?.length) {\n return headerRows;\n }\n\n // Determine the template rows for the body, based on the currently rendered rows\n const bodyRows = virtualItems\n .map((virtualItem) => {\n // The virtual item size is the most up to date value as it is measured during rendering,\n // while the measurementsCache can be outdated until the next render.\n // Therefore, the virtual item size is preferred to retrieve the row height.\n const rowHeight =\n virtualItem.size ??\n table.estimateRowHeight({ index: virtualItem.index });\n return `minmax(min-content, ${rowHeight}px)`;\n })\n .join(' ');\n\n // Add spacer row to account for virtualized rows above the first rendered row\n const firstVirtualItem = virtualItems[0];\n let spacerRowHeight = 0;\n\n if (firstVirtualItem.index > 0) {\n const scrollPaddingStart = table.getTotalHeaderHeight();\n // Calculate the height by subtracting the scroll padding (header height) from the starting offset of the first visible item.\n spacerRowHeight = firstVirtualItem.start - scrollPaddingStart;\n }\n\n // combine header, spacer and body rows into a grid row template\n return `${headerRows} ${spacerRowHeight}px ${bodyRows} [body-end]`;\n}\n\nexport function table_getGridTemplateColumns<TData extends RowData>(\n table: Table<TDataTableFeatures, TData>,\n columnSizing: ColumnSizingState,\n columnResizing: columnResizingState,\n) {\n const leftVisibleColumns = table.getStartVisibleLeafColumns();\n const centerVisibleColumns = table.getCenterVisibleLeafColumns();\n const rightVisibleColumns = table.getEndVisibleLeafColumns();\n if (\n leftVisibleColumns === undefined ||\n centerVisibleColumns === undefined ||\n rightVisibleColumns === undefined ||\n columnSizing === undefined ||\n columnResizing === undefined\n ) {\n return '';\n }\n\n /**\n * Gets the measured column width if possible.\n * Min/max constraints are already considered during measurement. (see columnVirtualizer measureElement)\n *\n * @param columnId - ID of the column\n * @param isFractionWidth - whether the width is a fraction width\n * @returns measured width in pixels or undefined if not measured yet\n */\n function getMeasuredWidth(\n columnId: string,\n isFractionWidth: boolean = false,\n ): number | undefined {\n // If there are no rows (e.g. loading state), measure the header cell instead\n if (table.getRowModel().rows.length === 0) {\n const headerCell = table\n .getColumnVirtualizer()\n ?.scrollElement?.querySelector(\n `[role=\"columnheader\"][data-columnid=\"${CSS.escape(columnId)}\"]`,\n );\n const headerWidth = headerCell?.getBoundingClientRect().width;\n\n if (headerWidth === undefined) {\n return DATA_TABLE_MIN_WIDTH;\n }\n\n // Round up slightly for non-fraction widths to avoid rendering an ellipsis due to subpixel rendering issues\n // don't round for fraction widths to avoid rendering an unnecessary scrollbar for fullWidth tables\n return isFractionWidth ? headerWidth : Math.ceil(headerWidth * 10) / 10;\n }\n\n return table.getMeasuredColumnWidth(columnId);\n }\n\n // Grid templates for left, center and right pinned columns\n const columnGridTemplates: DataTableColumnGridTemplates = {\n left: [],\n center: [],\n right: [],\n };\n\n const orderedVisibleColumns = [\n ...leftVisibleColumns,\n ...centerVisibleColumns,\n ...rightVisibleColumns,\n ];\n\n // To generate the grid template columns, we need to iterate through all visible columns in order\n for (const column of orderedVisibleColumns) {\n // Handle built-in columns (prefix, suffix, spacer)\n const isBuiltinColumn = processBuiltinColumn(\n column,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.options.rowThresholds,\n columnGridTemplates,\n );\n\n if (isBuiltinColumn) {\n continue;\n }\n\n // Handle width configuration for standard column\n const entry = getColumnTemplateEntry(\n column,\n columnSizing,\n columnResizing,\n getMeasuredWidth,\n );\n\n if (entry !== undefined) {\n const targetTemplate = getTargetTemplate(\n column_getIsPinned(column),\n columnGridTemplates,\n );\n\n targetTemplate.push(entry);\n }\n }\n\n const combinedGridTemplates = [\n ...columnGridTemplates.left,\n ...columnGridTemplates.center,\n ...columnGridTemplates.right,\n ];\n\n return `${combinedGridTemplates.join(' ')} [row-end]`;\n}\n\n/**\n * Constructs the layout feature for the table,\n * including API implementations and prototype assignments.\n * @internal\n */\nexport function constructTableLayoutFeature(): TableFeature {\n return {\n getInitialState: (initialState) => {\n return {\n columnMeasureInfo: {},\n observedHeaderHeight: 0,\n columnSizing: {},\n ...initialState,\n };\n },\n assignHeaderPrototype: createPrototypeConstructor(\n (\n prototype: Record<string, unknown>,\n table: Table<TDataTableFeatures, RowData>,\n ) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n header_getGridPosition: {\n fn: (header, headers) => header_getGridPosition(header, headers),\n },\n });\n },\n ),\n assignColumnPrototype: createPrototypeConstructor(\n (\n prototype: Record<string, unknown>,\n table: Table<TDataTableFeatures, RowData>,\n ) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n column_getGridColumnPosition: {\n fn: (column, columnIndex) =>\n column_getGridColumnPosition(column, columnIndex),\n },\n });\n },\n ),\n assignRowPrototype: createPrototypeConstructor(\n (\n prototype: Record<string, unknown>,\n table: Table<TDataTableFeatures, RowData>,\n ) => {\n assignPrototypeAPIs('DataTableTableLayoutFeature', prototype, table, {\n row_getGridRowPosition: {\n fn: (row, rowIndex) => row_getGridRowPosition(row, rowIndex),\n },\n });\n },\n ),\n constructTableAPIs: createTableConstructor(\n (table: Table<TDataTableFeatures, RowData>) => {\n assignTableAPIs('DataTableTableLayoutFeature', table, {\n table_getHasFractionalTemplate: {\n fn: () => table_getHasFractionalTemplate(table),\n },\n table_getVisibleHeaderGroupsCount: {\n fn: () => table_getVisibleHeaderGroupsCount(table),\n },\n table_setObservedHeaderHeight: {\n fn: (height: number) =>\n table_setObservedHeaderHeight(table, height),\n },\n table_getHeaderSize: {\n fn: (headerId: string) => table_getHeaderSize(table, headerId),\n },\n table_getColumnOrHeaderWidth: {\n fn: (columnOrHeaderId: string) =>\n table_getColumnOrHeaderWidth(table, columnOrHeaderId),\n },\n table_getTotalHeaderHeight: {\n fn: (\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ) =>\n table_getTotalHeaderHeight(\n table,\n visualVariantOptions,\n visibleLeafColumns,\n tableHeaderGroups,\n observedHeaderHeight,\n ),\n memoDeps: () => [\n table.atoms.visualVariantConfig?.get(),\n table.getVisibleLeafColumnsWithoutBuiltin(),\n table.getHeaderGroups(),\n table.atoms.observedHeaderHeight?.get(),\n ],\n },\n table_estimateRowHeight: {\n fn: (\n index: number | undefined,\n isHeaderRow: boolean | undefined,\n rowDensity: 'default' | 'condensed' | 'comfortable',\n rowSeparation: 'none' | 'horizontalDividers' | 'zebraStripes',\n ) =>\n table_estimateRowHeight(\n table,\n index,\n isHeaderRow,\n rowDensity,\n rowSeparation,\n ),\n memoDeps: (props) => {\n return [\n props?.index,\n props?.isHeaderRow,\n table.atoms.visualVariantConfig?.get().rowDensity,\n table.atoms.visualVariantConfig?.get().rowSeparation,\n ];\n },\n },\n table_getHeaderGridTemplateRows: {\n fn: () => table_getHeaderGridTemplateRows(table),\n },\n table_getGridTemplateRows: {\n fn: (measurementsCache: VirtualItem[] | undefined) =>\n table_getGridTemplateRows(table, measurementsCache),\n memoDeps: () => {\n const { getVirtualItems, range } =\n table.getRowVirtualizer() ?? {};\n\n return [\n getVirtualItems?.(),\n range?.startIndex,\n range?.endIndex,\n table.getVisibleHeaderGroupsCount(),\n table.options.data.length,\n ];\n },\n },\n table_getGridTemplateColumns: {\n fn: (columnSizing, columnSizingInfo) =>\n table_getGridTemplateColumns(\n table,\n columnSizing,\n columnSizingInfo,\n ),\n memoDeps: () => {\n return [\n table.atoms.columnSizing?.get(),\n table.atoms.columnResizing?.get(),\n table.atoms.columnPinning?.get(),\n table.atoms.columnOrder?.get(),\n table.atoms.columnVisibility?.get(),\n table.getSubRowIndicatorColumnId(),\n JSON.stringify([...table.getMeasuredColumnWidths()]),\n ];\n },\n },\n });\n },\n ),\n };\n}\n\n/**\n * Additional feature implementation for table layout.\n * @internal\n */\nexport const DataTableTableLayoutFeature = constructTableLayoutFeature();\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -9,9 +9,10 @@ import {
9
9
  DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR,
10
10
  DATA_TABLE_THRESHOLD_PILL_SIZE
11
11
  } from "../../constants.js";
12
+ import { toPhysicalPinnedPosition } from "../ColumnPinning/column-pinning-utils.js";
12
13
  import { isRowSelectionColumnDef } from "../RowSelection/RowSelection.js";
13
14
  function getPrefixColumnWidth(column, rowDensity, rowThresholds) {
14
- const isFirstColumn = column_getIsFirstColumn(column, "left");
15
+ const isFirstColumn = column_getIsFirstColumn(column, "start");
15
16
  const iconPadding = isRowSelectionColumnDef(column.columnDef) ? 0 : 2 * DATA_TABLE_DEFAULT_ICON_PADDING;
16
17
  let rowDensityPadding = DATA_TABLE_CELL_VERTICAL_PADDING_MAP[rowDensity];
17
18
  let thresholdPillSize = 0;
@@ -25,10 +26,11 @@ function getPrefixColumnWidth(column, rowDensity, rowThresholds) {
25
26
  return DATA_TABLE_DEFAULT_ICON_SIZE + iconPadding + thresholdPillSize + rowDensityPadding;
26
27
  }
27
28
  function getTargetTemplate(pinnedState, templates) {
28
- if (!pinnedState) {
29
+ const physicalPosition = toPhysicalPinnedPosition(pinnedState);
30
+ if (!physicalPosition) {
29
31
  return templates.center;
30
32
  }
31
- return templates[pinnedState];
33
+ return templates[physicalPosition];
32
34
  }
33
35
  function clampWidthToPx(width, minWidth, maxWidth) {
34
36
  return `${Math.min(Math.max(width, minWidth), maxWidth)}px`;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/tables/DataTable/features/Layout/layout-utils.ts"],
4
- "sourcesContent": ["import {\n type CellData,\n type RowData,\n type TableFeatures,\n type Column_Internal,\n type columnResizingState,\n type ColumnSizingState,\n} from '@tanstack/react-table';\nimport { column_getIsFirstColumn } from '@tanstack/react-table/static-functions';\n\nimport type {\n DataTableColumnGridTemplates,\n GetMeasuredColumnWidthFn,\n} from './layout-types.js';\nimport { isFractionWidth, isWidthExtendedConfig } from './width-utils.js';\nimport { devLog } from '../../../../core/utils/logging.js';\nimport {\n DATA_TABLE_CELL_VERTICAL_PADDING_MAP,\n DATA_TABLE_DEFAULT_ICON_PADDING,\n DATA_TABLE_DEFAULT_ICON_SIZE,\n DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR,\n DATA_TABLE_THRESHOLD_PILL_SIZE,\n} from '../../constants.js';\nimport { isRowSelectionColumnDef } from '../RowSelection/RowSelection.js';\nimport type { DataTableThresholdsNormalizedRule } from '../Thresholds/threshold-types.js';\n\n/**\n * Gets the width for a prefix column based on its position and type.\n *\n * @param column - The prefix column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - The row thresholds configured for the table\n * @returns Width in pixels\n * @internal\n */\nexport function getPrefixColumnWidth<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds?: DataTableThresholdsNormalizedRule<TData>[],\n): number {\n const isFirstColumn = column_getIsFirstColumn(column, 'left');\n\n // icons in built-in columns have padding left and right\n const iconPadding = isRowSelectionColumnDef(column.columnDef)\n ? 0\n : 2 * DATA_TABLE_DEFAULT_ICON_PADDING;\n\n let rowDensityPadding = DATA_TABLE_CELL_VERTICAL_PADDING_MAP[rowDensity];\n let thresholdPillSize = 0;\n\n if (isFirstColumn) {\n rowDensityPadding *= 2;\n const hasThresholdPill = rowThresholds?.some(\n (threshold) => threshold.type === 'pill',\n );\n thresholdPillSize = hasThresholdPill ? DATA_TABLE_THRESHOLD_PILL_SIZE : 0;\n }\n\n return (\n DATA_TABLE_DEFAULT_ICON_SIZE +\n iconPadding +\n thresholdPillSize +\n rowDensityPadding\n );\n}\n\n/**\n * Gets the target template array based on the pinning state of the column.\n *\n * @param pinnedState - Pinning state of the column\n * @param templates - Object containing left, center, and right templates\n * @returns The target template array\n * @internal\n */\nexport function getTargetTemplate(\n pinnedState: 'left' | 'right' | false,\n templates: DataTableColumnGridTemplates,\n): string[] {\n if (!pinnedState) {\n return templates.center;\n }\n return templates[pinnedState];\n}\n\n/**\n * Clamps a width value between min and max bounds.\n *\n * @param width - The width to clamp\n * @param minWidth - Minimum width\n * @param maxWidth - Maximum width\n * @returns Clamped width in pixels\n */\nfunction clampWidthToPx(\n width: number,\n minWidth: number,\n maxWidth: number,\n): string {\n return `${Math.min(Math.max(width, minWidth), maxWidth)}px`;\n}\n\n/**\n * Calculates the width for a column with a fixed-width parent by distributing the\n * remaining space among the child columns without defined widths.\n *\n * @param column - The column to process\n * @param parentWidth - The fixed width of the parent column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns Calculated width in pixels\n */\nfunction calculateParentDependentWidth<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n parentWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n let totalDefinedChildWidths = 0;\n let undefinedWidthChildCount = 1;\n\n column.parent?.getVisibleLeafColumns().forEach((childCol) => {\n const childWidth = childCol.columnDef.width;\n if (childWidth === undefined && childCol.id !== column.id) {\n undefinedWidthChildCount++;\n } else if (typeof childWidth === 'number') {\n totalDefinedChildWidths += childWidth;\n } else if (childWidth === 'auto' || childWidth === 'content') {\n totalDefinedChildWidths += getMeasuredWidth(childCol.id) ?? 0;\n } else if (isFractionWidth(childWidth)) {\n devLog(\n 'Fraction width is not allowed in combination with a fixed width parent column.',\n );\n }\n });\n\n const remainingWidth =\n (parentWidth - totalDefinedChildWidths) / undefinedWidthChildCount;\n return `${remainingWidth}px`;\n}\n\n/**\n * Get the template value for a column with a fraction width configuration.\n * If the parent column also has a fraction width defined, the child's fraction is relative to the parent's fraction.\n *\n * @param parent - The parent column\n * @param width - The fraction width configuration\n * @param minWidth - Minimum width of the current column\n * @returns Calculated fraction width\n */\nfunction getFractionWidthTemplateValue<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n parent: Column_Internal<TFeatures, TData, TValue> | undefined,\n width: `${number}fr`,\n minWidth: number,\n): string {\n if (!parent || !isFractionWidth(parent.columnDef.width)) {\n return `minmax(${minWidth}px, ${width})`;\n }\n\n const parentFraction = Number.parseFloat(parent.columnDef.width);\n const columnFraction = Number.parseFloat(width);\n const visibleSiblingColumns = parent.getVisibleLeafColumns();\n const siblingColumnsSum = visibleSiblingColumns.reduce((sum, col) => {\n return isFractionWidth(col.columnDef.width)\n ? sum + Number.parseFloat(col.columnDef.width)\n : sum;\n }, 0);\n\n const calculatedFraction =\n parentFraction * (columnFraction / siblingColumnsSum);\n return `${calculatedFraction}fr`;\n}\n\n/**\n * Gets the template value for 'auto' or 'content' width configurations.\n * Returns the measured width if available, or the CSS grid template value\n * to stretch the column depending on the configuration.\n *\n * @param measuredWidth - The measured width of the column, if available\n * @param isContent - Whether the width type is 'content'\n * @returns The CSS grid template value for the column\n */\nfunction getContentOrAutoWidthTemplateValue(\n measuredWidth: number | undefined,\n isContent: boolean,\n): string {\n if (measuredWidth !== undefined) {\n return `${measuredWidth}px`;\n }\n return isContent ? 'max-content' : 'minmax(min-content, auto)';\n}\n\n/**\n * Gets the template value for string or extended config width types.\n *\n * @param column - The column to process\n * @param width - The width configuration\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getStringWidthTemplateValue<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n width:\n | `${number}fr`\n | 'auto'\n | 'content'\n | { type: 'auto' | 'content'; maxWidth?: number },\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n if (isFractionWidth(width)) {\n return getFractionWidthTemplateValue(column.parent, width, minWidth);\n }\n // we need to check the extended config separately to narrow down the type\n if (isWidthExtendedConfig(width)) {\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width.type === 'content',\n );\n }\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width === 'content',\n );\n}\n\n/**\n * Gets the fallback width for columns without a configured width.\n *\n * @param column - The column to process\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getUndefinedWidthTemplateValue<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n const parentWidth = column.parent?.columnDef.width;\n\n // Consider the parent's width if it is defined\n if (column.parent && typeof parentWidth === 'number') {\n return calculateParentDependentWidth(column, parentWidth, getMeasuredWidth);\n }\n\n // Fall back to 1fr if no width is defined, and then use the measured width once available\n const measuredWidth = getMeasuredWidth(column.id, true);\n return measuredWidth === undefined\n ? `minmax(${minWidth}px, 1fr)`\n : `${measuredWidth}px`;\n}\n\n/**\n * If the provided column is a builtin column (prefix, suffix, or spacer),\n * its grid template value is added to the appropriate column grid template.\n *\n * Mutates the provided `columnGridTemplates` as a side effect.\n *\n * @param column - The column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - Row thresholds configured for the table\n * @param columnGridTemplates - Object containing left, center, and right templates\n * @returns True if the column is a builtin column and was handled, false otherwise\n * @internal\n */\nexport function processBuiltinColumn<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds: DataTableThresholdsNormalizedRule<TData>[] | undefined,\n columnGridTemplates: DataTableColumnGridTemplates,\n): boolean {\n if (column.columnDef.meta?.builtinPlacement === 'prefix') {\n columnGridTemplates.left.push(\n `${getPrefixColumnWidth(column, rowDensity, rowThresholds)}px`,\n );\n return true;\n }\n\n if (column.columnDef.meta?.spacer === true) {\n columnGridTemplates.center.push('auto');\n return true;\n }\n\n if (column.columnDef.meta?.builtinPlacement === 'suffix') {\n columnGridTemplates.right.push('min-content');\n return true;\n }\n\n return false;\n}\n\n/**\n * Gets the grid template column entry for a column based on its width configuration.\n *\n * @param column - The column to process\n * @param columnSizing - Current column sizing state\n * @param columnSizingInfo - Current column sizing info\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The grid template string for this column, or undefined\n * @internal\n */\nexport function getColumnTemplateEntry<\n TFeatures extends TableFeatures,\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column_Internal<TFeatures, TData, TValue>,\n columnSizing: ColumnSizingState,\n columnSizingInfo: columnResizingState,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string | undefined {\n const {\n minWidth = DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n width,\n maxWidth = Number.MAX_SAFE_INTEGER,\n } = column.columnDef;\n\n // Handle columns that are currently being resized\n if (columnSizingInfo.isResizingColumn === column.id) {\n return `var(${DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR})`;\n }\n\n // Resized columns have a specific column size defined\n if (columnSizing[column.id] !== undefined) {\n return clampWidthToPx(columnSizing[column.id], minWidth, maxWidth);\n }\n\n // If no width is defined, we define a layout fallback\n if (width === undefined) {\n return getUndefinedWidthTemplateValue(column, minWidth, getMeasuredWidth);\n }\n\n // If the width is a number, treat it as a pixel value\n if (typeof width === 'number') {\n return clampWidthToPx(width, minWidth, maxWidth);\n }\n\n // Handle string and width extended configs\n if (typeof width === 'string' || isWidthExtendedConfig(width)) {\n return getStringWidthTemplateValue(\n column,\n width,\n minWidth,\n getMeasuredWidth,\n );\n }\n\n return undefined;\n}\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["import {\n type CellData,\n type RowData,\n type Column,\n type columnResizingState,\n type ColumnSizingState,\n type ColumnPinningPosition,\n} from '@tanstack/react-table';\nimport { column_getIsFirstColumn } from '@tanstack/react-table/static-functions';\n\nimport type {\n DataTableColumnGridTemplates,\n GetMeasuredColumnWidthFn,\n} from './layout-types.js';\nimport { isFractionWidth, isWidthExtendedConfig } from './width-utils.js';\nimport { devLog } from '../../../../core/utils/logging.js';\nimport {\n DATA_TABLE_CELL_VERTICAL_PADDING_MAP,\n DATA_TABLE_DEFAULT_ICON_PADDING,\n DATA_TABLE_DEFAULT_ICON_SIZE,\n DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR,\n DATA_TABLE_THRESHOLD_PILL_SIZE,\n} from '../../constants.js';\nimport { toPhysicalPinnedPosition } from '../ColumnPinning/column-pinning-utils.js';\nimport { isRowSelectionColumnDef } from '../RowSelection/RowSelection.js';\nimport type { DataTableThresholdsNormalizedRule } from '../Thresholds/threshold-types.js';\nimport type { TDataTableFeatures } from '../types/features.types.js';\n\n/**\n * Gets the width for a prefix column based on its position and type.\n *\n * @param column - The prefix column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - The row thresholds configured for the table\n * @returns Width in pixels\n * @internal\n */\nexport function getPrefixColumnWidth<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds?: DataTableThresholdsNormalizedRule<TData>[],\n): number {\n const isFirstColumn = column_getIsFirstColumn(column, 'start');\n\n // icons in built-in columns have padding left and right\n const iconPadding = isRowSelectionColumnDef(column.columnDef)\n ? 0\n : 2 * DATA_TABLE_DEFAULT_ICON_PADDING;\n\n let rowDensityPadding = DATA_TABLE_CELL_VERTICAL_PADDING_MAP[rowDensity];\n let thresholdPillSize = 0;\n\n if (isFirstColumn) {\n rowDensityPadding *= 2;\n const hasThresholdPill = rowThresholds?.some(\n (threshold) => threshold.type === 'pill',\n );\n thresholdPillSize = hasThresholdPill ? DATA_TABLE_THRESHOLD_PILL_SIZE : 0;\n }\n\n return (\n DATA_TABLE_DEFAULT_ICON_SIZE +\n iconPadding +\n thresholdPillSize +\n rowDensityPadding\n );\n}\n\n/**\n * Gets the target template array based on the pinning state of the column.\n *\n * @param pinnedState - Pinning state of the column\n * @param templates - Object containing left, center, and right templates\n * @returns The target template array\n * @internal\n */\nexport function getTargetTemplate(\n pinnedState: ColumnPinningPosition,\n templates: DataTableColumnGridTemplates,\n): string[] {\n const physicalPosition = toPhysicalPinnedPosition(pinnedState);\n if (!physicalPosition) {\n return templates.center;\n }\n return templates[physicalPosition];\n}\n\n/**\n * Clamps a width value between min and max bounds.\n *\n * @param width - The width to clamp\n * @param minWidth - Minimum width\n * @param maxWidth - Maximum width\n * @returns Clamped width in pixels\n */\nfunction clampWidthToPx(\n width: number,\n minWidth: number,\n maxWidth: number,\n): string {\n return `${Math.min(Math.max(width, minWidth), maxWidth)}px`;\n}\n\n/**\n * Calculates the width for a column with a fixed-width parent by distributing the\n * remaining space among the child columns without defined widths.\n *\n * @param column - The column to process\n * @param parentWidth - The fixed width of the parent column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns Calculated width in pixels\n */\nfunction calculateParentDependentWidth<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n parentWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n let totalDefinedChildWidths = 0;\n let undefinedWidthChildCount = 1;\n\n column.parent?.getVisibleLeafColumns().forEach((childCol) => {\n const childWidth = childCol.columnDef.width;\n if (childWidth === undefined && childCol.id !== column.id) {\n undefinedWidthChildCount++;\n } else if (typeof childWidth === 'number') {\n totalDefinedChildWidths += childWidth;\n } else if (childWidth === 'auto' || childWidth === 'content') {\n totalDefinedChildWidths += getMeasuredWidth(childCol.id) ?? 0;\n } else if (isFractionWidth(childWidth)) {\n devLog(\n 'Fraction width is not allowed in combination with a fixed width parent column.',\n );\n }\n });\n\n const remainingWidth =\n (parentWidth - totalDefinedChildWidths) / undefinedWidthChildCount;\n return `${remainingWidth}px`;\n}\n\n/**\n * Get the template value for a column with a fraction width configuration.\n * If the parent column also has a fraction width defined, the child's fraction is relative to the parent's fraction.\n *\n * @param parent - The parent column\n * @param width - The fraction width configuration\n * @param minWidth - Minimum width of the current column\n * @returns Calculated fraction width\n */\nfunction getFractionWidthTemplateValue<\n TData extends RowData,\n TValue extends CellData,\n>(\n parent: Column<TDataTableFeatures, TData, TValue> | undefined,\n width: `${number}fr`,\n minWidth: number,\n): string {\n if (!parent || !isFractionWidth(parent.columnDef.width)) {\n return `minmax(${minWidth}px, ${width})`;\n }\n\n const parentFraction = Number.parseFloat(parent.columnDef.width);\n const columnFraction = Number.parseFloat(width);\n const visibleSiblingColumns = parent.getVisibleLeafColumns();\n const siblingColumnsSum = visibleSiblingColumns.reduce((sum, col) => {\n return isFractionWidth(col.columnDef.width)\n ? sum + Number.parseFloat(col.columnDef.width)\n : sum;\n }, 0);\n\n const calculatedFraction =\n parentFraction * (columnFraction / siblingColumnsSum);\n return `${calculatedFraction}fr`;\n}\n\n/**\n * Gets the template value for 'auto' or 'content' width configurations.\n * Returns the measured width if available, or the CSS grid template value\n * to stretch the column depending on the configuration.\n *\n * @param measuredWidth - The measured width of the column, if available\n * @param isContent - Whether the width type is 'content'\n * @returns The CSS grid template value for the column\n */\nfunction getContentOrAutoWidthTemplateValue(\n measuredWidth: number | undefined,\n isContent: boolean,\n): string {\n if (measuredWidth !== undefined) {\n return `${measuredWidth}px`;\n }\n return isContent ? 'max-content' : 'minmax(min-content, auto)';\n}\n\n/**\n * Gets the template value for string or extended config width types.\n *\n * @param column - The column to process\n * @param width - The width configuration\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getStringWidthTemplateValue<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n width:\n | `${number}fr`\n | 'auto'\n | 'content'\n | { type: 'auto' | 'content'; maxWidth?: number },\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n if (isFractionWidth(width)) {\n return getFractionWidthTemplateValue(column.parent, width, minWidth);\n }\n // we need to check the extended config separately to narrow down the type\n if (isWidthExtendedConfig(width)) {\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width.type === 'content',\n );\n }\n return getContentOrAutoWidthTemplateValue(\n getMeasuredWidth(column.id),\n width === 'content',\n );\n}\n\n/**\n * Gets the fallback width for columns without a configured width.\n *\n * @param column - The column to process\n * @param minWidth - Minimum width of the column\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The CSS grid template value for the column\n */\nfunction getUndefinedWidthTemplateValue<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n minWidth: number,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string {\n const parentWidth = column.parent?.columnDef.width;\n\n // Consider the parent's width if it is defined\n if (column.parent && typeof parentWidth === 'number') {\n return calculateParentDependentWidth(column, parentWidth, getMeasuredWidth);\n }\n\n // Fall back to 1fr if no width is defined, and then use the measured width once available\n const measuredWidth = getMeasuredWidth(column.id, true);\n return measuredWidth === undefined\n ? `minmax(${minWidth}px, 1fr)`\n : `${measuredWidth}px`;\n}\n\n/**\n * If the provided column is a builtin column (prefix, suffix, or spacer),\n * its grid template value is added to the appropriate column grid template.\n *\n * Mutates the provided `columnGridTemplates` as a side effect.\n *\n * @param column - The column to process\n * @param rowDensity - The row density configured for the table\n * @param rowThresholds - Row thresholds configured for the table\n * @param columnGridTemplates - Object containing left, center, and right templates\n * @returns True if the column is a builtin column and was handled, false otherwise\n * @internal\n */\nexport function processBuiltinColumn<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n rowDensity: 'comfortable' | 'condensed' | 'default',\n rowThresholds: DataTableThresholdsNormalizedRule<TData>[] | undefined,\n columnGridTemplates: DataTableColumnGridTemplates,\n): boolean {\n if (column.columnDef.meta?.builtinPlacement === 'prefix') {\n columnGridTemplates.left.push(\n `${getPrefixColumnWidth(column, rowDensity, rowThresholds)}px`,\n );\n return true;\n }\n\n if (column.columnDef.meta?.spacer === true) {\n columnGridTemplates.center.push('auto');\n return true;\n }\n\n if (column.columnDef.meta?.builtinPlacement === 'suffix') {\n columnGridTemplates.right.push('min-content');\n return true;\n }\n\n return false;\n}\n\n/**\n * Gets the grid template column entry for a column based on its width configuration.\n *\n * @param column - The column to process\n * @param columnSizing - Current column sizing state\n * @param columnSizingInfo - Current column sizing info\n * @param getMeasuredWidth - Function to get the measured width of a column\n * @returns The grid template string for this column, or undefined\n * @internal\n */\nexport function getColumnTemplateEntry<\n TData extends RowData,\n TValue extends CellData,\n>(\n column: Column<TDataTableFeatures, TData, TValue>,\n columnSizing: ColumnSizingState,\n columnSizingInfo: columnResizingState,\n getMeasuredWidth: GetMeasuredColumnWidthFn,\n): string | undefined {\n const {\n minWidth = DATA_TABLE_DEFAULT_MIN_COLUMN_WIDTH,\n width,\n maxWidth = Number.MAX_SAFE_INTEGER,\n } = column.columnDef;\n\n // Handle columns that are currently being resized\n if (columnSizingInfo.isResizingColumn === column.id) {\n return `var(${DATA_TABLE_STRATO_RESIZING_SIZE_CSS_VAR})`;\n }\n\n // Resized columns have a specific column size defined\n if (columnSizing[column.id] !== undefined) {\n return clampWidthToPx(columnSizing[column.id], minWidth, maxWidth);\n }\n\n // If no width is defined, we define a layout fallback\n if (width === undefined) {\n return getUndefinedWidthTemplateValue(column, minWidth, getMeasuredWidth);\n }\n\n // If the width is a number, treat it as a pixel value\n if (typeof width === 'number') {\n return clampWidthToPx(width, minWidth, maxWidth);\n }\n\n // Handle string and width extended configs\n if (typeof width === 'string' || isWidthExtendedConfig(width)) {\n return getStringWidthTemplateValue(\n column,\n width,\n minWidth,\n getMeasuredWidth,\n );\n }\n\n return undefined;\n}\n"],
5
+ "mappings": "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",
6
6
  "names": []
7
7
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/tables/DataTable/features/Layout/useLayout.ts"],
4
- "sourcesContent": ["/* eslint-disable react-hooks/immutability */\n\nimport { type RowData, type TableOptions } from '@tanstack/react-table';\n\nimport { useDataTableConfigElement } from '../../../hooks/useDataTableConfig.js';\nimport type { TDataTableFeatures } from '../types/features.types.js';\n\nexport function useLayout<\n TFeatures extends TDataTableFeatures,\n TData extends RowData,\n>(\n props: { fullWidth?: boolean; fullHeight?: boolean },\n options: TableOptions<TFeatures, TData>,\n): void {\n const configFullWidth = useDataTableConfigElement('fullWidth');\n const configFullHeight = useDataTableConfigElement('fullHeight');\n\n options.layout = {\n ...options.layout,\n fullWidth: props.fullWidth ?? configFullWidth,\n fullHeight: props.fullHeight ?? configFullHeight,\n };\n}\n"],
5
- "mappings": "AAIA,SAAS,iCAAiC;AAGnC,SAAS,UAId,OACA,SACM;AACN,QAAM,kBAAkB,0BAA0B,WAAW;AAC7D,QAAM,mBAAmB,0BAA0B,YAAY;AAE/D,UAAQ,SAAS;AAAA,IACf,GAAG,QAAQ;AAAA,IACX,WAAW,MAAM,aAAa;AAAA,IAC9B,YAAY,MAAM,cAAc;AAAA,EAClC;AACF;",
4
+ "sourcesContent": ["/* eslint-disable react-hooks/immutability */\n\nimport { type RowData } from '@tanstack/react-table';\n\nimport { useDataTableConfigElement } from '../../../hooks/useDataTableConfig.js';\nimport type { DataTableOptions } from '../types/table.types.js';\n\nexport function useLayout<TData extends RowData>(\n props: { fullWidth?: boolean; fullHeight?: boolean },\n options: DataTableOptions<TData>,\n): void {\n const configFullWidth = useDataTableConfigElement('fullWidth');\n const configFullHeight = useDataTableConfigElement('fullHeight');\n\n options.layout = {\n ...options.layout,\n fullWidth: props.fullWidth ?? configFullWidth,\n fullHeight: props.fullHeight ?? configFullHeight,\n };\n}\n"],
5
+ "mappings": "AAIA,SAAS,iCAAiC;AAGnC,SAAS,UACd,OACA,SACM;AACN,QAAM,kBAAkB,0BAA0B,WAAW;AAC7D,QAAM,mBAAmB,0BAA0B,YAAY;AAE/D,UAAQ,SAAS;AAAA,IACf,GAAG,QAAQ;AAAA,IACX,WAAW,MAAM,aAAa;AAAA,IAC9B,YAAY,MAAM,cAAc;AAAA,EAClC;AACF;",
6
6
  "names": []
7
7
  }
@@ -3,6 +3,10 @@ import {
3
3
  assignTableAPIs,
4
4
  functionalUpdate
5
5
  } from "@tanstack/react-table";
6
+ import {
7
+ createPrototypeConstructor,
8
+ createTableConstructor
9
+ } from "../types/table.types.js";
6
10
  function DataTableGlobalLineWrapAction() {
7
11
  return null;
8
12
  }
@@ -67,26 +71,35 @@ function constructColumnLineWrapFeature() {
67
71
  ...initialState
68
72
  };
69
73
  },
70
- assignColumnPrototype: (prototype, table) => {
71
- assignPrototypeAPIs("DataTableColumnLineWrapFeature", prototype, table, {
72
- column_toggleLineWrap: {
73
- fn: (column, value) => column_toggleLineWrap(column, value)
74
- },
75
- column_getIsLineWrapped: {
76
- fn: (column) => column_getIsLineWrapped(column)
77
- },
78
- column_getCanLineWrap: {
79
- fn: (column) => column_getCanLineWrap(column)
80
- }
81
- });
82
- },
83
- constructTableAPIs: (table) => {
84
- assignTableAPIs("DataTableColumnLineWrapFeature", table, {
85
- table_setColumnLineWrap: {
86
- fn: (updater) => table_setColumnLineWrap(table, updater)
87
- }
88
- });
89
- }
74
+ assignColumnPrototype: createPrototypeConstructor(
75
+ (prototype, table) => {
76
+ assignPrototypeAPIs(
77
+ "DataTableColumnLineWrapFeature",
78
+ prototype,
79
+ table,
80
+ {
81
+ column_toggleLineWrap: {
82
+ fn: (column, value) => column_toggleLineWrap(column, value)
83
+ },
84
+ column_getIsLineWrapped: {
85
+ fn: (column) => column_getIsLineWrapped(column)
86
+ },
87
+ column_getCanLineWrap: {
88
+ fn: (column) => column_getCanLineWrap(column)
89
+ }
90
+ }
91
+ );
92
+ }
93
+ ),
94
+ constructTableAPIs: createTableConstructor(
95
+ (table) => {
96
+ assignTableAPIs("DataTableColumnLineWrapFeature", table, {
97
+ table_setColumnLineWrap: {
98
+ fn: (updater) => table_setColumnLineWrap(table, updater)
99
+ }
100
+ });
101
+ }
102
+ )
90
103
  };
91
104
  }
92
105
  const DataTableColumnLineWrapFeature = constructColumnLineWrapFeature();