@perses-dev/components 0.0.0-snapshot-scatter-chart-embed-8efdfab → 0.0.0-snapshot-explorer-plugin-c4a7621

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 (604) hide show
  1. package/dist/AlignSelector/AlignSelector.d.ts +9 -0
  2. package/dist/AlignSelector/AlignSelector.d.ts.map +1 -0
  3. package/dist/AlignSelector/AlignSelector.js +42 -0
  4. package/dist/AlignSelector/AlignSelector.js.map +1 -0
  5. package/dist/AlignSelector/index.d.ts +2 -0
  6. package/dist/AlignSelector/index.d.ts.map +1 -0
  7. package/dist/AlignSelector/index.js +15 -0
  8. package/dist/AlignSelector/index.js.map +1 -0
  9. package/dist/BarChart/BarChart.d.ts +2 -2
  10. package/dist/BarChart/BarChart.d.ts.map +1 -1
  11. package/dist/BarChart/BarChart.js +13 -8
  12. package/dist/BarChart/BarChart.js.map +1 -1
  13. package/dist/ColorPicker/ColorPicker.d.ts +3 -2
  14. package/dist/ColorPicker/ColorPicker.d.ts.map +1 -1
  15. package/dist/ColorPicker/ColorPicker.js +28 -13
  16. package/dist/ColorPicker/ColorPicker.js.map +1 -1
  17. package/dist/ColorPicker/OptionsColorPicker.d.ts +9 -0
  18. package/dist/ColorPicker/OptionsColorPicker.d.ts.map +1 -0
  19. package/dist/{ThresholdsEditor/ThresholdColorPicker.js → ColorPicker/OptionsColorPicker.js} +18 -15
  20. package/dist/ColorPicker/OptionsColorPicker.js.map +1 -0
  21. package/dist/ColorPicker/index.d.ts +1 -0
  22. package/dist/ColorPicker/index.d.ts.map +1 -1
  23. package/dist/ColorPicker/index.js +1 -0
  24. package/dist/ColorPicker/index.js.map +1 -1
  25. package/dist/ContentWithLegend/ContentWithLegend.d.ts +2 -2
  26. package/dist/ContentWithLegend/ContentWithLegend.d.ts.map +1 -1
  27. package/dist/ContentWithLegend/ContentWithLegend.js +10 -7
  28. package/dist/ContentWithLegend/ContentWithLegend.js.map +1 -1
  29. package/dist/ContentWithLegend/model/content-with-legend-model.d.ts +2 -2
  30. package/dist/ContentWithLegend/model/content-with-legend-model.d.ts.map +1 -1
  31. package/dist/ContentWithLegend/model/content-with-legend-model.js +4 -5
  32. package/dist/ContentWithLegend/model/content-with-legend-model.js.map +1 -1
  33. package/dist/DensitySelector/DensitySelector.d.ts +8 -0
  34. package/dist/DensitySelector/DensitySelector.d.ts.map +1 -0
  35. package/dist/DensitySelector/DensitySelector.js +46 -0
  36. package/dist/DensitySelector/DensitySelector.js.map +1 -0
  37. package/dist/DensitySelector/index.d.ts +2 -0
  38. package/dist/DensitySelector/index.d.ts.map +1 -0
  39. package/dist/DensitySelector/index.js +15 -0
  40. package/dist/DensitySelector/index.js.map +1 -0
  41. package/dist/Dialog/Dialog.d.ts +10 -15
  42. package/dist/Dialog/Dialog.d.ts.map +1 -1
  43. package/dist/Dialog/Dialog.js +11 -7
  44. package/dist/Dialog/Dialog.js.map +1 -1
  45. package/dist/Dialog/DiscardChangesConfirmationDialog.d.ts +2 -2
  46. package/dist/Dialog/DiscardChangesConfirmationDialog.d.ts.map +1 -1
  47. package/dist/Dialog/DiscardChangesConfirmationDialog.js +1 -1
  48. package/dist/Dialog/DiscardChangesConfirmationDialog.js.map +1 -1
  49. package/dist/DragAndDrop/DragAndDropList.d.ts +24 -0
  50. package/dist/DragAndDrop/DragAndDropList.d.ts.map +1 -0
  51. package/dist/DragAndDrop/DragAndDropList.js +153 -0
  52. package/dist/DragAndDrop/DragAndDropList.js.map +1 -0
  53. package/dist/DragAndDrop/DragButton.d.ts +13 -0
  54. package/dist/DragAndDrop/DragButton.d.ts.map +1 -0
  55. package/dist/DragAndDrop/DragButton.js +97 -0
  56. package/dist/DragAndDrop/DragButton.js.map +1 -0
  57. package/dist/DragAndDrop/DropIndicator.d.ts +3 -0
  58. package/dist/DragAndDrop/DropIndicator.d.ts.map +1 -0
  59. package/dist/DragAndDrop/DropIndicator.js +44 -0
  60. package/dist/DragAndDrop/DropIndicator.js.map +1 -0
  61. package/dist/DragAndDrop/index.d.ts +4 -0
  62. package/dist/DragAndDrop/index.d.ts.map +1 -0
  63. package/dist/DragAndDrop/index.js +17 -0
  64. package/dist/DragAndDrop/index.js.map +1 -0
  65. package/dist/DragAndDrop/model.d.ts +11 -0
  66. package/dist/DragAndDrop/model.d.ts.map +1 -0
  67. package/dist/DragAndDrop/model.js +17 -0
  68. package/dist/DragAndDrop/model.js.map +1 -0
  69. package/dist/Drawer/Drawer.d.ts +2 -2
  70. package/dist/Drawer/Drawer.d.ts.map +1 -1
  71. package/dist/Drawer/Drawer.js +2 -2
  72. package/dist/Drawer/Drawer.js.map +1 -1
  73. package/dist/EChart/EChart.d.ts +8 -8
  74. package/dist/EChart/EChart.d.ts.map +1 -1
  75. package/dist/EChart/EChart.js +5 -6
  76. package/dist/EChart/EChart.js.map +1 -1
  77. package/dist/ErrorAlert.d.ts +2 -2
  78. package/dist/ErrorAlert.d.ts.map +1 -1
  79. package/dist/ErrorAlert.js +1 -1
  80. package/dist/ErrorAlert.js.map +1 -1
  81. package/dist/FontSizeSelector/FontSizeSelector.d.ts +3 -3
  82. package/dist/FontSizeSelector/FontSizeSelector.d.ts.map +1 -1
  83. package/dist/FontSizeSelector/FontSizeSelector.js +2 -2
  84. package/dist/FontSizeSelector/FontSizeSelector.js.map +1 -1
  85. package/dist/FormEditor/FormActions.d.ts +16 -0
  86. package/dist/FormEditor/FormActions.d.ts.map +1 -0
  87. package/dist/FormEditor/FormActions.js +75 -0
  88. package/dist/FormEditor/FormActions.js.map +1 -0
  89. package/dist/FormEditor/index.d.ts +2 -0
  90. package/dist/FormEditor/index.d.ts.map +1 -0
  91. package/dist/FormEditor/index.js +15 -0
  92. package/dist/FormEditor/index.js.map +1 -0
  93. package/dist/FormatControls/FormatControls.d.ts +2 -2
  94. package/dist/FormatControls/FormatControls.d.ts.map +1 -1
  95. package/dist/FormatControls/FormatControls.js +3 -3
  96. package/dist/FormatControls/FormatControls.js.map +1 -1
  97. package/dist/GaugeChart/GaugeChart.d.ts +4 -4
  98. package/dist/GaugeChart/GaugeChart.d.ts.map +1 -1
  99. package/dist/GaugeChart/GaugeChart.js +5 -8
  100. package/dist/GaugeChart/GaugeChart.js.map +1 -1
  101. package/dist/InfoTooltip/InfoTooltip.d.ts +4 -4
  102. package/dist/InfoTooltip/InfoTooltip.d.ts.map +1 -1
  103. package/dist/InfoTooltip/InfoTooltip.js +7 -8
  104. package/dist/InfoTooltip/InfoTooltip.js.map +1 -1
  105. package/dist/JSONEditor.d.ts +3 -3
  106. package/dist/JSONEditor.d.ts.map +1 -1
  107. package/dist/JSONEditor.js.map +1 -1
  108. package/dist/Legend/CompactLegend.d.ts +2 -2
  109. package/dist/Legend/CompactLegend.d.ts.map +1 -1
  110. package/dist/Legend/CompactLegend.js +1 -1
  111. package/dist/Legend/CompactLegend.js.map +1 -1
  112. package/dist/Legend/Legend.d.ts +2 -2
  113. package/dist/Legend/Legend.d.ts.map +1 -1
  114. package/dist/Legend/Legend.js +9 -5
  115. package/dist/Legend/Legend.js.map +1 -1
  116. package/dist/Legend/LegendColorBadge.d.ts +2 -2
  117. package/dist/Legend/LegendColorBadge.d.ts.map +1 -1
  118. package/dist/Legend/LegendColorBadge.js +2 -2
  119. package/dist/Legend/LegendColorBadge.js.map +1 -1
  120. package/dist/Legend/ListLegend.d.ts +2 -2
  121. package/dist/Legend/ListLegend.d.ts.map +1 -1
  122. package/dist/Legend/ListLegend.js +1 -1
  123. package/dist/Legend/ListLegend.js.map +1 -1
  124. package/dist/Legend/ListLegendItem.d.ts +6 -6
  125. package/dist/Legend/ListLegendItem.d.ts.map +1 -1
  126. package/dist/Legend/ListLegendItem.js +11 -19
  127. package/dist/Legend/ListLegendItem.js.map +1 -1
  128. package/dist/Legend/TableLegend.d.ts +2 -2
  129. package/dist/Legend/TableLegend.d.ts.map +1 -1
  130. package/dist/Legend/TableLegend.js +3 -2
  131. package/dist/Legend/TableLegend.js.map +1 -1
  132. package/dist/Legend/legend-model.d.ts +2 -2
  133. package/dist/Legend/legend-model.d.ts.map +1 -1
  134. package/dist/Legend/legend-model.js.map +1 -1
  135. package/dist/LineChart/LineChart.d.ts +1 -1
  136. package/dist/LineChart/LineChart.d.ts.map +1 -1
  137. package/dist/LineChart/LineChart.js +12 -17
  138. package/dist/LineChart/LineChart.js.map +1 -1
  139. package/dist/LinksEditor/LinksEditor.d.ts +8 -0
  140. package/dist/LinksEditor/LinksEditor.d.ts.map +1 -0
  141. package/dist/LinksEditor/LinksEditor.js +161 -0
  142. package/dist/LinksEditor/LinksEditor.js.map +1 -0
  143. package/dist/LinksEditor/index.d.ts +2 -0
  144. package/dist/LinksEditor/index.d.ts.map +1 -0
  145. package/dist/LinksEditor/index.js +15 -0
  146. package/dist/LinksEditor/index.js.map +1 -0
  147. package/dist/ModeSelector/ModeSelector.d.ts +3 -3
  148. package/dist/ModeSelector/ModeSelector.d.ts.map +1 -1
  149. package/dist/ModeSelector/ModeSelector.js +2 -2
  150. package/dist/ModeSelector/ModeSelector.js.map +1 -1
  151. package/dist/OptionsEditorLayout/OptionsEditorColumn.d.ts +3 -3
  152. package/dist/OptionsEditorLayout/OptionsEditorColumn.d.ts.map +1 -1
  153. package/dist/OptionsEditorLayout/OptionsEditorColumn.js +1 -1
  154. package/dist/OptionsEditorLayout/OptionsEditorColumn.js.map +1 -1
  155. package/dist/OptionsEditorLayout/OptionsEditorControl.d.ts +3 -3
  156. package/dist/OptionsEditorLayout/OptionsEditorControl.d.ts.map +1 -1
  157. package/dist/OptionsEditorLayout/OptionsEditorControl.js +1 -1
  158. package/dist/OptionsEditorLayout/OptionsEditorControl.js.map +1 -1
  159. package/dist/OptionsEditorLayout/OptionsEditorGrid.d.ts +3 -3
  160. package/dist/OptionsEditorLayout/OptionsEditorGrid.d.ts.map +1 -1
  161. package/dist/OptionsEditorLayout/OptionsEditorGrid.js +1 -1
  162. package/dist/OptionsEditorLayout/OptionsEditorGrid.js.map +1 -1
  163. package/dist/OptionsEditorLayout/OptionsEditorGroup.d.ts +3 -3
  164. package/dist/OptionsEditorLayout/OptionsEditorGroup.d.ts.map +1 -1
  165. package/dist/OptionsEditorLayout/OptionsEditorGroup.js +1 -1
  166. package/dist/OptionsEditorLayout/OptionsEditorGroup.js.map +1 -1
  167. package/dist/Overlay/Overlay.d.ts +16 -0
  168. package/dist/Overlay/Overlay.d.ts.map +1 -0
  169. package/dist/Overlay/Overlay.js +52 -0
  170. package/dist/Overlay/Overlay.js.map +1 -0
  171. package/dist/Overlay/index.d.ts +2 -0
  172. package/dist/Overlay/index.d.ts.map +1 -0
  173. package/dist/Overlay/index.js +15 -0
  174. package/dist/Overlay/index.js.map +1 -0
  175. package/dist/PieChart/PieChart.d.ts +14 -0
  176. package/dist/PieChart/PieChart.d.ts.map +1 -0
  177. package/dist/PieChart/PieChart.js +92 -0
  178. package/dist/PieChart/PieChart.js.map +1 -0
  179. package/dist/PieChart/index.d.ts +2 -0
  180. package/dist/PieChart/index.d.ts.map +1 -0
  181. package/dist/PieChart/index.js +15 -0
  182. package/dist/PieChart/index.js.map +1 -0
  183. package/dist/RefreshIntervalPicker/RefreshIntervalPicker.d.ts +2 -2
  184. package/dist/RefreshIntervalPicker/RefreshIntervalPicker.d.ts.map +1 -1
  185. package/dist/RefreshIntervalPicker/RefreshIntervalPicker.js +1 -1
  186. package/dist/RefreshIntervalPicker/RefreshIntervalPicker.js.map +1 -1
  187. package/dist/SettingsAutocomplete/SettingsAutocomplete.d.ts +2 -2
  188. package/dist/SettingsAutocomplete/SettingsAutocomplete.d.ts.map +1 -1
  189. package/dist/SettingsAutocomplete/SettingsAutocomplete.js +8 -7
  190. package/dist/SettingsAutocomplete/SettingsAutocomplete.js.map +1 -1
  191. package/dist/SortSelector/SortSelector.d.ts +3 -3
  192. package/dist/SortSelector/SortSelector.d.ts.map +1 -1
  193. package/dist/SortSelector/SortSelector.js +2 -2
  194. package/dist/SortSelector/SortSelector.js.map +1 -1
  195. package/dist/SortSelector/SortSelectorButtons.d.ts +9 -0
  196. package/dist/SortSelector/SortSelectorButtons.d.ts.map +1 -0
  197. package/dist/SortSelector/SortSelectorButtons.js +42 -0
  198. package/dist/SortSelector/SortSelectorButtons.js.map +1 -0
  199. package/dist/SortSelector/index.d.ts +1 -0
  200. package/dist/SortSelector/index.d.ts.map +1 -1
  201. package/dist/SortSelector/index.js +2 -1
  202. package/dist/SortSelector/index.js.map +1 -1
  203. package/dist/StatChart/StatChart.d.ts +6 -6
  204. package/dist/StatChart/StatChart.d.ts.map +1 -1
  205. package/dist/StatChart/StatChart.js +12 -18
  206. package/dist/StatChart/StatChart.js.map +1 -1
  207. package/dist/StatChart/calculateFontSize.d.ts.map +1 -1
  208. package/dist/StatChart/calculateFontSize.js +4 -6
  209. package/dist/StatChart/calculateFontSize.js.map +1 -1
  210. package/dist/StatChart/utils/formatStatChartValue.d.ts +3 -0
  211. package/dist/StatChart/utils/formatStatChartValue.d.ts.map +1 -0
  212. package/dist/StatChart/utils/formatStatChartValue.js +26 -0
  213. package/dist/StatChart/utils/formatStatChartValue.js.map +1 -0
  214. package/dist/StatusHistoryChart/StatusHistoryChart.d.ts +27 -0
  215. package/dist/StatusHistoryChart/StatusHistoryChart.d.ts.map +1 -0
  216. package/dist/StatusHistoryChart/StatusHistoryChart.js +132 -0
  217. package/dist/StatusHistoryChart/StatusHistoryChart.js.map +1 -0
  218. package/dist/StatusHistoryChart/StatusHistoryTooltip.d.ts +13 -0
  219. package/dist/StatusHistoryChart/StatusHistoryTooltip.d.ts.map +1 -0
  220. package/dist/StatusHistoryChart/StatusHistoryTooltip.js +47 -0
  221. package/dist/StatusHistoryChart/StatusHistoryTooltip.js.map +1 -0
  222. package/dist/StatusHistoryChart/get-formatted-axis-label.d.ts +2 -0
  223. package/dist/StatusHistoryChart/get-formatted-axis-label.d.ts.map +1 -0
  224. package/dist/StatusHistoryChart/get-formatted-axis-label.js +41 -0
  225. package/dist/StatusHistoryChart/get-formatted-axis-label.js.map +1 -0
  226. package/dist/StatusHistoryChart/index.d.ts +3 -0
  227. package/dist/StatusHistoryChart/index.d.ts.map +1 -0
  228. package/dist/StatusHistoryChart/index.js +16 -0
  229. package/dist/StatusHistoryChart/index.js.map +1 -0
  230. package/dist/StatusHistoryChart/utils/get-color.d.ts +6 -0
  231. package/dist/StatusHistoryChart/utils/get-color.d.ts.map +1 -0
  232. package/dist/StatusHistoryChart/utils/get-color.js +100 -0
  233. package/dist/StatusHistoryChart/utils/get-color.js.map +1 -0
  234. package/dist/StatusHistoryChart/utils/get-tooltip-position.d.ts +3 -0
  235. package/dist/StatusHistoryChart/utils/get-tooltip-position.d.ts.map +1 -0
  236. package/dist/StatusHistoryChart/utils/get-tooltip-position.js +27 -0
  237. package/dist/StatusHistoryChart/utils/get-tooltip-position.js.map +1 -0
  238. package/dist/Table/InnerTable.d.ts +2 -2
  239. package/dist/Table/InnerTable.d.ts.map +1 -1
  240. package/dist/Table/InnerTable.js +4 -3
  241. package/dist/Table/InnerTable.js.map +1 -1
  242. package/dist/Table/Table.d.ts +2 -2
  243. package/dist/Table/Table.d.ts.map +1 -1
  244. package/dist/Table/Table.js +12 -10
  245. package/dist/Table/Table.js.map +1 -1
  246. package/dist/Table/TableBody.d.ts +2 -2
  247. package/dist/Table/TableBody.d.ts.map +1 -1
  248. package/dist/Table/TableCell.d.ts +4 -2
  249. package/dist/Table/TableCell.d.ts.map +1 -1
  250. package/dist/Table/TableCell.js +29 -7
  251. package/dist/Table/TableCell.js.map +1 -1
  252. package/dist/Table/TableCheckbox.d.ts +2 -2
  253. package/dist/Table/TableCheckbox.d.ts.map +1 -1
  254. package/dist/Table/TableCheckbox.js +1 -1
  255. package/dist/Table/TableCheckbox.js.map +1 -1
  256. package/dist/Table/TableHead.d.ts +2 -2
  257. package/dist/Table/TableHead.d.ts.map +1 -1
  258. package/dist/Table/TableHeaderCell.d.ts +3 -3
  259. package/dist/Table/TableHeaderCell.d.ts.map +1 -1
  260. package/dist/Table/TableHeaderCell.js +1 -1
  261. package/dist/Table/TableHeaderCell.js.map +1 -1
  262. package/dist/Table/TableRow.d.ts +1 -1
  263. package/dist/Table/TableRow.d.ts.map +1 -1
  264. package/dist/Table/TableRow.js.map +1 -1
  265. package/dist/Table/VirtualizedTable.d.ts +5 -4
  266. package/dist/Table/VirtualizedTable.d.ts.map +1 -1
  267. package/dist/Table/VirtualizedTable.js +18 -15
  268. package/dist/Table/VirtualizedTable.js.map +1 -1
  269. package/dist/Table/VirtualizedTableContainer.d.ts +2 -2
  270. package/dist/Table/VirtualizedTableContainer.d.ts.map +1 -1
  271. package/dist/Table/hooks/useTableKeyboardNav.d.ts +3 -3
  272. package/dist/Table/hooks/useTableKeyboardNav.d.ts.map +1 -1
  273. package/dist/Table/hooks/useTableKeyboardNav.js +2 -2
  274. package/dist/Table/hooks/useTableKeyboardNav.js.map +1 -1
  275. package/dist/Table/hooks/useVirtualizedTableKeyboardNav.d.ts +10 -12
  276. package/dist/Table/hooks/useVirtualizedTableKeyboardNav.d.ts.map +1 -1
  277. package/dist/Table/hooks/useVirtualizedTableKeyboardNav.js +8 -14
  278. package/dist/Table/hooks/useVirtualizedTableKeyboardNav.js.map +1 -1
  279. package/dist/Table/index.d.ts +1 -2
  280. package/dist/Table/index.d.ts.map +1 -1
  281. package/dist/Table/index.js +1 -1
  282. package/dist/Table/index.js.map +1 -1
  283. package/dist/Table/model/table-model.d.ts +27 -7
  284. package/dist/Table/model/table-model.d.ts.map +1 -1
  285. package/dist/Table/model/table-model.js +29 -23
  286. package/dist/Table/model/table-model.js.map +1 -1
  287. package/dist/ThresholdsEditor/ThresholdInput.d.ts +2 -2
  288. package/dist/ThresholdsEditor/ThresholdInput.d.ts.map +1 -1
  289. package/dist/ThresholdsEditor/ThresholdInput.js +3 -3
  290. package/dist/ThresholdsEditor/ThresholdInput.js.map +1 -1
  291. package/dist/ThresholdsEditor/ThresholdsEditor.d.ts +2 -2
  292. package/dist/ThresholdsEditor/ThresholdsEditor.d.ts.map +1 -1
  293. package/dist/ThresholdsEditor/ThresholdsEditor.js +20 -27
  294. package/dist/ThresholdsEditor/ThresholdsEditor.js.map +1 -1
  295. package/dist/TimeChart/TimeChart.d.ts.map +1 -1
  296. package/dist/TimeChart/TimeChart.js +12 -15
  297. package/dist/TimeChart/TimeChart.js.map +1 -1
  298. package/dist/TimeRangeSelector/DateTimeRangePicker.d.ts +19 -0
  299. package/dist/TimeRangeSelector/DateTimeRangePicker.d.ts.map +1 -0
  300. package/dist/{DateTimeRangePicker/AbsoluteTimePicker.js → TimeRangeSelector/DateTimeRangePicker.js} +44 -29
  301. package/dist/TimeRangeSelector/DateTimeRangePicker.js.map +1 -0
  302. package/dist/TimeRangeSelector/TimeRangeSelector.d.ts +36 -0
  303. package/dist/TimeRangeSelector/TimeRangeSelector.d.ts.map +1 -0
  304. package/dist/TimeRangeSelector/TimeRangeSelector.js +119 -0
  305. package/dist/TimeRangeSelector/TimeRangeSelector.js.map +1 -0
  306. package/dist/{DateTimeRangePicker → TimeRangeSelector}/index.d.ts +1 -2
  307. package/dist/TimeRangeSelector/index.d.ts.map +1 -0
  308. package/dist/{DateTimeRangePicker → TimeRangeSelector}/index.js +2 -3
  309. package/dist/TimeRangeSelector/index.js.map +1 -0
  310. package/dist/TimeRangeSelector/utils.d.ts +25 -0
  311. package/dist/TimeRangeSelector/utils.d.ts.map +1 -0
  312. package/dist/{DateTimeRangePicker → TimeRangeSelector}/utils.js +23 -2
  313. package/dist/TimeRangeSelector/utils.js.map +1 -0
  314. package/dist/TimeSeriesTooltip/LineChartTooltip.d.ts +2 -2
  315. package/dist/TimeSeriesTooltip/LineChartTooltip.d.ts.map +1 -1
  316. package/dist/TimeSeriesTooltip/LineChartTooltip.js +8 -13
  317. package/dist/TimeSeriesTooltip/LineChartTooltip.js.map +1 -1
  318. package/dist/TimeSeriesTooltip/SeriesInfo.d.ts +2 -2
  319. package/dist/TimeSeriesTooltip/SeriesInfo.d.ts.map +1 -1
  320. package/dist/TimeSeriesTooltip/SeriesInfo.js +2 -3
  321. package/dist/TimeSeriesTooltip/SeriesInfo.js.map +1 -1
  322. package/dist/TimeSeriesTooltip/SeriesLabelsStack.d.ts +2 -2
  323. package/dist/TimeSeriesTooltip/SeriesLabelsStack.d.ts.map +1 -1
  324. package/dist/TimeSeriesTooltip/SeriesLabelsStack.js +1 -1
  325. package/dist/TimeSeriesTooltip/SeriesLabelsStack.js.map +1 -1
  326. package/dist/TimeSeriesTooltip/SeriesMarker.d.ts +2 -2
  327. package/dist/TimeSeriesTooltip/SeriesMarker.d.ts.map +1 -1
  328. package/dist/TimeSeriesTooltip/SeriesMarker.js +1 -1
  329. package/dist/TimeSeriesTooltip/SeriesMarker.js.map +1 -1
  330. package/dist/TimeSeriesTooltip/TimeChartTooltip.d.ts +2 -2
  331. package/dist/TimeSeriesTooltip/TimeChartTooltip.d.ts.map +1 -1
  332. package/dist/TimeSeriesTooltip/TimeChartTooltip.js +4 -5
  333. package/dist/TimeSeriesTooltip/TimeChartTooltip.js.map +1 -1
  334. package/dist/TimeSeriesTooltip/TooltipContent.d.ts +2 -2
  335. package/dist/TimeSeriesTooltip/TooltipContent.d.ts.map +1 -1
  336. package/dist/TimeSeriesTooltip/TooltipContent.js +2 -2
  337. package/dist/TimeSeriesTooltip/TooltipContent.js.map +1 -1
  338. package/dist/TimeSeriesTooltip/TooltipHeader.d.ts.map +1 -1
  339. package/dist/TimeSeriesTooltip/TooltipHeader.js +7 -15
  340. package/dist/TimeSeriesTooltip/TooltipHeader.js.map +1 -1
  341. package/dist/TimeSeriesTooltip/nearby-series.d.ts +1 -1
  342. package/dist/TimeSeriesTooltip/nearby-series.d.ts.map +1 -1
  343. package/dist/TimeSeriesTooltip/nearby-series.js +19 -29
  344. package/dist/TimeSeriesTooltip/nearby-series.js.map +1 -1
  345. package/dist/TimeSeriesTooltip/tooltip-model.d.ts +10 -3
  346. package/dist/TimeSeriesTooltip/tooltip-model.d.ts.map +1 -1
  347. package/dist/TimeSeriesTooltip/tooltip-model.js +13 -2
  348. package/dist/TimeSeriesTooltip/tooltip-model.js.map +1 -1
  349. package/dist/TimeSeriesTooltip/utils.d.ts +1 -21
  350. package/dist/TimeSeriesTooltip/utils.d.ts.map +1 -1
  351. package/dist/TimeSeriesTooltip/utils.js +2 -4
  352. package/dist/TimeSeriesTooltip/utils.js.map +1 -1
  353. package/dist/ToolbarIconButton/ToolbarIconButton.d.ts +6 -0
  354. package/dist/ToolbarIconButton/ToolbarIconButton.d.ts.map +1 -0
  355. package/dist/ToolbarIconButton/ToolbarIconButton.js +32 -0
  356. package/dist/ToolbarIconButton/ToolbarIconButton.js.map +1 -0
  357. package/dist/ToolbarIconButton/index.d.ts +2 -0
  358. package/dist/ToolbarIconButton/index.d.ts.map +1 -0
  359. package/dist/ToolbarIconButton/index.js +15 -0
  360. package/dist/ToolbarIconButton/index.js.map +1 -0
  361. package/dist/TransformsEditor/TransformEditor.d.ts +9 -0
  362. package/dist/TransformsEditor/TransformEditor.d.ts.map +1 -0
  363. package/dist/TransformsEditor/TransformEditor.js +289 -0
  364. package/dist/TransformsEditor/TransformEditor.js.map +1 -0
  365. package/dist/TransformsEditor/TransformEditorContainer.d.ts +10 -0
  366. package/dist/TransformsEditor/TransformEditorContainer.d.ts.map +1 -0
  367. package/dist/TransformsEditor/TransformEditorContainer.js +118 -0
  368. package/dist/TransformsEditor/TransformEditorContainer.js.map +1 -0
  369. package/dist/TransformsEditor/TransformsEditor.d.ts +9 -0
  370. package/dist/TransformsEditor/TransformsEditor.d.ts.map +1 -0
  371. package/dist/TransformsEditor/TransformsEditor.js +90 -0
  372. package/dist/TransformsEditor/TransformsEditor.js.map +1 -0
  373. package/dist/TransformsEditor/index.d.ts +2 -0
  374. package/dist/TransformsEditor/index.d.ts.map +1 -0
  375. package/dist/TransformsEditor/index.js +15 -0
  376. package/dist/TransformsEditor/index.js.map +1 -0
  377. package/dist/ValueMappingEditor/ValueMappingEditor.d.ts +10 -0
  378. package/dist/ValueMappingEditor/ValueMappingEditor.d.ts.map +1 -0
  379. package/dist/ValueMappingEditor/ValueMappingEditor.js +374 -0
  380. package/dist/ValueMappingEditor/ValueMappingEditor.js.map +1 -0
  381. package/dist/ValueMappingEditor/ValueMappingsEditor.d.ts +8 -0
  382. package/dist/ValueMappingEditor/ValueMappingsEditor.d.ts.map +1 -0
  383. package/dist/ValueMappingEditor/ValueMappingsEditor.js +118 -0
  384. package/dist/ValueMappingEditor/ValueMappingsEditor.js.map +1 -0
  385. package/dist/ValueMappingEditor/index.d.ts +2 -0
  386. package/dist/ValueMappingEditor/index.d.ts.map +1 -0
  387. package/dist/ValueMappingEditor/index.js +15 -0
  388. package/dist/ValueMappingEditor/index.js.map +1 -0
  389. package/dist/YAxisLabel.d.ts +2 -2
  390. package/dist/YAxisLabel.d.ts.map +1 -1
  391. package/dist/YAxisLabel.js +5 -3
  392. package/dist/YAxisLabel.js.map +1 -1
  393. package/dist/cjs/AlignSelector/AlignSelector.js +50 -0
  394. package/dist/cjs/AlignSelector/index.js +30 -0
  395. package/dist/cjs/BarChart/BarChart.js +14 -9
  396. package/dist/cjs/ColorPicker/ColorPicker.js +28 -52
  397. package/dist/cjs/{ThresholdsEditor/ThresholdColorPicker.js → ColorPicker/OptionsColorPicker.js} +19 -16
  398. package/dist/cjs/ColorPicker/index.js +1 -0
  399. package/dist/cjs/ContentWithLegend/ContentWithLegend.js +10 -12
  400. package/dist/cjs/ContentWithLegend/model/content-with-legend-model.js +4 -5
  401. package/dist/cjs/DensitySelector/DensitySelector.js +54 -0
  402. package/dist/cjs/DensitySelector/index.js +30 -0
  403. package/dist/cjs/Dialog/Dialog.js +11 -7
  404. package/dist/cjs/Dialog/DiscardChangesConfirmationDialog.js +1 -1
  405. package/dist/cjs/DragAndDrop/DragAndDropList.js +159 -0
  406. package/dist/cjs/DragAndDrop/DragButton.js +121 -0
  407. package/dist/cjs/DragAndDrop/DropIndicator.js +52 -0
  408. package/dist/cjs/DragAndDrop/index.js +32 -0
  409. package/dist/cjs/DragAndDrop/model.js +25 -0
  410. package/dist/cjs/Drawer/Drawer.js +2 -2
  411. package/dist/cjs/EChart/EChart.js +5 -45
  412. package/dist/cjs/ErrorAlert.js +1 -1
  413. package/dist/cjs/FontSizeSelector/FontSizeSelector.js +2 -2
  414. package/dist/cjs/FormEditor/FormActions.js +83 -0
  415. package/dist/cjs/FormEditor/index.js +30 -0
  416. package/dist/cjs/FormatControls/FormatControls.js +3 -3
  417. package/dist/cjs/GaugeChart/GaugeChart.js +6 -9
  418. package/dist/cjs/InfoTooltip/InfoTooltip.js +7 -13
  419. package/dist/cjs/Legend/CompactLegend.js +1 -1
  420. package/dist/cjs/Legend/Legend.js +9 -5
  421. package/dist/cjs/Legend/LegendColorBadge.js +2 -7
  422. package/dist/cjs/Legend/ListLegend.js +1 -1
  423. package/dist/cjs/Legend/ListLegendItem.js +9 -55
  424. package/dist/cjs/Legend/TableLegend.js +3 -2
  425. package/dist/cjs/LineChart/LineChart.js +13 -18
  426. package/dist/cjs/LinksEditor/LinksEditor.js +174 -0
  427. package/dist/cjs/LinksEditor/index.js +30 -0
  428. package/dist/cjs/ModeSelector/ModeSelector.js +2 -2
  429. package/dist/cjs/OptionsEditorLayout/OptionsEditorColumn.js +1 -1
  430. package/dist/cjs/OptionsEditorLayout/OptionsEditorControl.js +1 -1
  431. package/dist/cjs/OptionsEditorLayout/OptionsEditorGrid.js +1 -1
  432. package/dist/cjs/OptionsEditorLayout/OptionsEditorGroup.js +1 -1
  433. package/dist/cjs/Overlay/Overlay.js +71 -0
  434. package/dist/cjs/Overlay/index.js +30 -0
  435. package/dist/cjs/PieChart/PieChart.js +100 -0
  436. package/dist/cjs/PieChart/index.js +30 -0
  437. package/dist/cjs/RefreshIntervalPicker/RefreshIntervalPicker.js +1 -1
  438. package/dist/cjs/SettingsAutocomplete/SettingsAutocomplete.js +8 -7
  439. package/dist/cjs/SortSelector/SortSelector.js +2 -2
  440. package/dist/cjs/SortSelector/SortSelectorButtons.js +50 -0
  441. package/dist/cjs/SortSelector/index.js +2 -1
  442. package/dist/cjs/StatChart/StatChart.js +15 -21
  443. package/dist/cjs/StatChart/calculateFontSize.js +4 -6
  444. package/dist/cjs/StatChart/utils/formatStatChartValue.js +34 -0
  445. package/dist/cjs/StatusHistoryChart/StatusHistoryChart.js +140 -0
  446. package/dist/cjs/StatusHistoryChart/StatusHistoryTooltip.js +55 -0
  447. package/dist/cjs/StatusHistoryChart/get-formatted-axis-label.js +48 -0
  448. package/dist/cjs/StatusHistoryChart/index.js +31 -0
  449. package/dist/cjs/StatusHistoryChart/utils/get-color.js +125 -0
  450. package/dist/cjs/StatusHistoryChart/utils/get-tooltip-position.js +35 -0
  451. package/dist/cjs/Table/InnerTable.js +4 -3
  452. package/dist/cjs/Table/Table.js +11 -9
  453. package/dist/cjs/Table/TableCell.js +29 -7
  454. package/dist/cjs/Table/TableCheckbox.js +1 -1
  455. package/dist/cjs/Table/TableHeaderCell.js +1 -1
  456. package/dist/cjs/Table/VirtualizedTable.js +18 -15
  457. package/dist/cjs/Table/hooks/useTableKeyboardNav.js +2 -2
  458. package/dist/cjs/Table/hooks/useVirtualizedTableKeyboardNav.js +8 -14
  459. package/dist/cjs/Table/index.js +1 -7
  460. package/dist/cjs/Table/model/table-model.js +32 -23
  461. package/dist/cjs/ThresholdsEditor/ThresholdInput.js +3 -3
  462. package/dist/cjs/ThresholdsEditor/ThresholdsEditor.js +23 -28
  463. package/dist/cjs/TimeChart/TimeChart.js +12 -15
  464. package/dist/cjs/{DateTimeRangePicker/AbsoluteTimePicker.js → TimeRangeSelector/DateTimeRangePicker.js} +37 -30
  465. package/dist/cjs/TimeRangeSelector/TimeRangeSelector.js +127 -0
  466. package/dist/cjs/{DateTimeRangePicker → TimeRangeSelector}/index.js +2 -3
  467. package/dist/cjs/{DateTimeRangePicker → TimeRangeSelector}/utils.js +26 -3
  468. package/dist/cjs/TimeSeriesTooltip/LineChartTooltip.js +8 -13
  469. package/dist/cjs/TimeSeriesTooltip/SeriesInfo.js +2 -3
  470. package/dist/cjs/TimeSeriesTooltip/SeriesLabelsStack.js +1 -1
  471. package/dist/cjs/TimeSeriesTooltip/SeriesMarker.js +1 -1
  472. package/dist/cjs/TimeSeriesTooltip/TimeChartTooltip.js +4 -5
  473. package/dist/cjs/TimeSeriesTooltip/TooltipContent.js +2 -2
  474. package/dist/cjs/TimeSeriesTooltip/TooltipHeader.js +7 -15
  475. package/dist/cjs/TimeSeriesTooltip/nearby-series.js +29 -39
  476. package/dist/cjs/TimeSeriesTooltip/tooltip-model.js +49 -29
  477. package/dist/cjs/TimeSeriesTooltip/utils.js +2 -4
  478. package/dist/cjs/ToolbarIconButton/ToolbarIconButton.js +40 -0
  479. package/dist/cjs/ToolbarIconButton/index.js +30 -0
  480. package/dist/cjs/TransformsEditor/TransformEditor.js +297 -0
  481. package/dist/cjs/TransformsEditor/TransformEditorContainer.js +131 -0
  482. package/dist/cjs/TransformsEditor/TransformsEditor.js +103 -0
  483. package/dist/cjs/TransformsEditor/index.js +30 -0
  484. package/dist/cjs/ValueMappingEditor/ValueMappingEditor.js +387 -0
  485. package/dist/cjs/ValueMappingEditor/ValueMappingsEditor.js +131 -0
  486. package/dist/cjs/ValueMappingEditor/index.js +30 -0
  487. package/dist/cjs/YAxisLabel.js +5 -3
  488. package/dist/cjs/context/ChartsProvider.js +4 -2
  489. package/dist/cjs/context/SnackbarProvider.js +1 -1
  490. package/dist/cjs/context/TimeZoneProvider.js +5 -3
  491. package/dist/cjs/controls/TextField.js +54 -0
  492. package/dist/cjs/controls/index.js +30 -0
  493. package/dist/cjs/index.js +13 -1
  494. package/dist/cjs/model/graph.js +3 -3
  495. package/dist/cjs/model/timeOption.js +19 -1
  496. package/dist/cjs/test-utils/theme.js +3 -3
  497. package/dist/cjs/theme/component-overrides/alert.js +4 -4
  498. package/dist/cjs/theme/component-overrides/paper.js +1 -1
  499. package/dist/cjs/theme/index.js +1 -0
  500. package/dist/cjs/theme/palette/background.js +2 -0
  501. package/dist/cjs/theme/palette/colors/common.js +3 -3
  502. package/dist/cjs/theme/theme.js +7 -7
  503. package/dist/cjs/utils/axis.js +3 -3
  504. package/dist/cjs/utils/chart-actions.js +14 -15
  505. package/dist/cjs/utils/format.js +21 -3
  506. package/dist/cjs/utils/mathjs.js +1 -1
  507. package/dist/cjs/utils/theme-gen.js +5 -7
  508. package/dist/context/ChartsProvider.d.ts +2 -2
  509. package/dist/context/ChartsProvider.d.ts.map +1 -1
  510. package/dist/context/ChartsProvider.js +1 -1
  511. package/dist/context/ChartsProvider.js.map +1 -1
  512. package/dist/context/SnackbarProvider.d.ts +2 -2
  513. package/dist/context/SnackbarProvider.d.ts.map +1 -1
  514. package/dist/context/SnackbarProvider.js +1 -1
  515. package/dist/context/SnackbarProvider.js.map +1 -1
  516. package/dist/context/TimeZoneProvider.d.ts +4 -4
  517. package/dist/context/TimeZoneProvider.d.ts.map +1 -1
  518. package/dist/context/TimeZoneProvider.js +2 -2
  519. package/dist/context/TimeZoneProvider.js.map +1 -1
  520. package/dist/controls/TextField.d.ts +9 -0
  521. package/dist/controls/TextField.d.ts.map +1 -0
  522. package/dist/controls/TextField.js +41 -0
  523. package/dist/controls/TextField.js.map +1 -0
  524. package/dist/controls/index.d.ts +2 -0
  525. package/dist/controls/index.d.ts.map +1 -0
  526. package/dist/controls/index.js +15 -0
  527. package/dist/controls/index.js.map +1 -0
  528. package/dist/index.d.ts +13 -1
  529. package/dist/index.d.ts.map +1 -1
  530. package/dist/index.js +13 -1
  531. package/dist/index.js.map +1 -1
  532. package/dist/model/graph.d.ts +8 -8
  533. package/dist/model/graph.d.ts.map +1 -1
  534. package/dist/model/theme.d.ts +1 -1
  535. package/dist/model/theme.d.ts.map +1 -1
  536. package/dist/model/theme.js.map +1 -1
  537. package/dist/model/timeOption.d.ts +2 -1
  538. package/dist/model/timeOption.d.ts.map +1 -1
  539. package/dist/model/timeOption.js +13 -2
  540. package/dist/model/timeOption.js.map +1 -1
  541. package/dist/test/render.d.ts +3 -3
  542. package/dist/test/render.d.ts.map +1 -1
  543. package/dist/test/render.js.map +1 -1
  544. package/dist/test/setup-tests.js.map +1 -1
  545. package/dist/theme/component-overrides/alert.js +4 -4
  546. package/dist/theme/component-overrides/alert.js.map +1 -1
  547. package/dist/theme/component-overrides/paper.js +1 -1
  548. package/dist/theme/component-overrides/paper.js.map +1 -1
  549. package/dist/theme/index.d.ts +2 -0
  550. package/dist/theme/index.d.ts.map +1 -1
  551. package/dist/theme/index.js +1 -0
  552. package/dist/theme/index.js.map +1 -1
  553. package/dist/theme/palette/background.d.ts.map +1 -1
  554. package/dist/theme/palette/background.js +2 -0
  555. package/dist/theme/palette/background.js.map +1 -1
  556. package/dist/theme/palette/colors/types.d.ts +1 -1
  557. package/dist/theme/palette/colors/types.d.ts.map +1 -1
  558. package/dist/theme/palette/colors/types.js.map +1 -1
  559. package/dist/theme/theme.d.ts +2 -2
  560. package/dist/theme/theme.d.ts.map +1 -1
  561. package/dist/theme/theme.js +6 -6
  562. package/dist/theme/theme.js.map +1 -1
  563. package/dist/theme/types/ThemeExtension.d.js.map +1 -1
  564. package/dist/utils/axis.d.ts +1 -7
  565. package/dist/utils/axis.d.ts.map +1 -1
  566. package/dist/utils/axis.js.map +1 -1
  567. package/dist/utils/chart-actions.d.ts.map +1 -1
  568. package/dist/utils/chart-actions.js +2 -3
  569. package/dist/utils/chart-actions.js.map +1 -1
  570. package/dist/utils/combine-sx.js.map +1 -1
  571. package/dist/utils/component-ids.d.ts.map +1 -1
  572. package/dist/utils/component-ids.js.map +1 -1
  573. package/dist/utils/format.d.ts +10 -4
  574. package/dist/utils/format.d.ts.map +1 -1
  575. package/dist/utils/format.js +16 -1
  576. package/dist/utils/format.js.map +1 -1
  577. package/dist/utils/mathjs.js +1 -1
  578. package/dist/utils/mathjs.js.map +1 -1
  579. package/dist/utils/theme-gen.d.ts +1 -1
  580. package/dist/utils/theme-gen.d.ts.map +1 -1
  581. package/dist/utils/theme-gen.js +5 -7
  582. package/dist/utils/theme-gen.js.map +1 -1
  583. package/package.json +13 -9
  584. package/dist/DateTimeRangePicker/AbsoluteTimePicker.d.ts +0 -10
  585. package/dist/DateTimeRangePicker/AbsoluteTimePicker.d.ts.map +0 -1
  586. package/dist/DateTimeRangePicker/AbsoluteTimePicker.js.map +0 -1
  587. package/dist/DateTimeRangePicker/DateTimeRangePicker.d.ts +0 -12
  588. package/dist/DateTimeRangePicker/DateTimeRangePicker.d.ts.map +0 -1
  589. package/dist/DateTimeRangePicker/DateTimeRangePicker.js +0 -80
  590. package/dist/DateTimeRangePicker/DateTimeRangePicker.js.map +0 -1
  591. package/dist/DateTimeRangePicker/TimeRangeSelector.d.ts +0 -14
  592. package/dist/DateTimeRangePicker/TimeRangeSelector.d.ts.map +0 -1
  593. package/dist/DateTimeRangePicker/TimeRangeSelector.js +0 -67
  594. package/dist/DateTimeRangePicker/TimeRangeSelector.js.map +0 -1
  595. package/dist/DateTimeRangePicker/index.d.ts.map +0 -1
  596. package/dist/DateTimeRangePicker/index.js.map +0 -1
  597. package/dist/DateTimeRangePicker/utils.d.ts +0 -7
  598. package/dist/DateTimeRangePicker/utils.d.ts.map +0 -1
  599. package/dist/DateTimeRangePicker/utils.js.map +0 -1
  600. package/dist/ThresholdsEditor/ThresholdColorPicker.d.ts +0 -4
  601. package/dist/ThresholdsEditor/ThresholdColorPicker.d.ts.map +0 -1
  602. package/dist/ThresholdsEditor/ThresholdColorPicker.js.map +0 -1
  603. package/dist/cjs/DateTimeRangePicker/DateTimeRangePicker.js +0 -88
  604. package/dist/cjs/DateTimeRangePicker/TimeRangeSelector.js +0 -80
@@ -0,0 +1,55 @@
1
+ // Copyright 2024 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ Object.defineProperty(exports, "generateTooltipHTML", {
18
+ enumerable: true,
19
+ get: function() {
20
+ return generateTooltipHTML;
21
+ }
22
+ });
23
+ const _material = require("@mui/material");
24
+ const _utils = require("../utils");
25
+ function generateTooltipHTML({ data, label, marker, xAxisCategories, yAxisCategories, theme }) {
26
+ const [x, y] = data;
27
+ const xAxisLabel = xAxisCategories[x];
28
+ const { formattedDate, formattedTime } = (0, _utils.getDateAndTime)(xAxisLabel);
29
+ const tooltipHeader = (0, _material.css)`
30
+ border-bottom: 1px solid ${theme.palette.grey[500]};
31
+ padding-bottom: 8px;
32
+ `;
33
+ const tooltipContentStyles = (0, _material.css)`
34
+ display: flex;
35
+ justify-content: space-between;
36
+ padding-top: 8px;
37
+ `;
38
+ const labelStyles = (0, _material.css)`
39
+ margin-right: 16px;
40
+ `;
41
+ return `
42
+ <div>
43
+ <div style="${tooltipHeader.styles}">${formattedDate} ${formattedTime}</div>
44
+ <div style="${tooltipContentStyles.styles}">
45
+ <div style="${labelStyles.styles}">
46
+ ${marker}
47
+ <strong>${yAxisCategories[y]}</strong>
48
+ </div>
49
+ <div>
50
+ ${label}
51
+ </div>
52
+ </div>
53
+ </div>
54
+ `;
55
+ }
@@ -0,0 +1,48 @@
1
+ // Copyright 2024 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ Object.defineProperty(exports, "getFormattedStatusHistoryAxisLabel", {
18
+ enumerable: true,
19
+ get: function() {
20
+ return getFormattedStatusHistoryAxisLabel;
21
+ }
22
+ });
23
+ const _utils = require("../utils");
24
+ function getFormattedStatusHistoryAxisLabel(rangeMs, timezone) {
25
+ return function(value) {
26
+ const dayMs = 86400000;
27
+ const monthMs = 2629440000;
28
+ const yearMs = 31536000000;
29
+ const timeStamp = new Date(Number(value));
30
+ // more than 5 years
31
+ if (rangeMs > yearMs * 5) {
32
+ return (0, _utils.formatWithTimeZone)(timeStamp, 'yyy', timezone);
33
+ }
34
+ // more than 2 years
35
+ if (rangeMs > yearMs * 2) {
36
+ return (0, _utils.formatWithTimeZone)(timeStamp, 'MMM yyy', timezone);
37
+ }
38
+ // between 5 days to 6 months
39
+ if (rangeMs > dayMs * 10 && rangeMs < monthMs * 6) {
40
+ return (0, _utils.formatWithTimeZone)(timeStamp, 'dd.MM', timezone); // 12-01
41
+ }
42
+ // between 2 and 10 days
43
+ if (rangeMs > dayMs * 2 && rangeMs <= dayMs * 10) {
44
+ return (0, _utils.formatWithTimeZone)(timeStamp, 'dd.MM HH:mm', timezone); // 12-01; // 12-01 12:30
45
+ }
46
+ return (0, _utils.formatWithTimeZone)(timeStamp, 'HH:mm', timezone);
47
+ };
48
+ }
@@ -0,0 +1,31 @@
1
+ // Copyright 2023 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ _export_star(require("./StatusHistoryChart"), exports);
18
+ _export_star(require("./utils/get-color"), exports);
19
+ function _export_star(from, to) {
20
+ Object.keys(from).forEach(function(k) {
21
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(to, k)) {
22
+ Object.defineProperty(to, k, {
23
+ enumerable: true,
24
+ get: function() {
25
+ return from[k];
26
+ }
27
+ });
28
+ }
29
+ });
30
+ return from;
31
+ }
@@ -0,0 +1,125 @@
1
+ // Copyright 2024 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ function _export(target, all) {
18
+ for(var name in all)Object.defineProperty(target, name, {
19
+ enumerable: true,
20
+ get: all[name]
21
+ });
22
+ }
23
+ _export(exports, {
24
+ FALLBACK_COLOR: function() {
25
+ return FALLBACK_COLOR;
26
+ },
27
+ getColorForValue: function() {
28
+ return getColorForValue;
29
+ },
30
+ getColorsForValues: function() {
31
+ return getColorsForValues;
32
+ },
33
+ hexToHSL: function() {
34
+ return hexToHSL;
35
+ },
36
+ hslToHex: function() {
37
+ return hslToHex;
38
+ }
39
+ });
40
+ const FALLBACK_COLOR = '#1f77b4';
41
+ function getColorForValue(value, baseColor) {
42
+ // Validate base color
43
+ if (!baseColor.match(/^#[0-9A-Fa-f]{6}$/)) {
44
+ baseColor = FALLBACK_COLOR;
45
+ }
46
+ try {
47
+ const [baseH, baseS, baseL] = hexToHSL(baseColor);
48
+ // Ensure numeric values are valid
49
+ if (isNaN(baseH) || isNaN(baseS) || isNaN(baseL)) {
50
+ throw new Error('Invalid HSL values');
51
+ }
52
+ // Create deterministic hash
53
+ const hash = String(value).split('').reduce((acc, char)=>acc + char.charCodeAt(0), 0);
54
+ const hueStep = 60;
55
+ const lightnessVariation = 15;
56
+ const hueOffset = hash % 6 * hueStep; // 6 segments of 60° each
57
+ const newH = (baseH + hueOffset) % 360;
58
+ const newL = baseL + (hash % 2 ? lightnessVariation : -lightnessVariation);
59
+ // Keep saturation high for better distinction
60
+ const newS = Math.min(baseS + 10, 90);
61
+ const color = hslToHex(Math.abs(newH), Math.min(Math.max(newS, 50), 90), Math.min(Math.max(newL, 30), 70) // Keep lightness 30-70%
62
+ );
63
+ // Validate generated color
64
+ if (!color.match(/^#[0-9A-Fa-f]{6}$/)) {
65
+ throw new Error('Invalid generated color');
66
+ }
67
+ return color;
68
+ } catch (_) {
69
+ return FALLBACK_COLOR;
70
+ }
71
+ }
72
+ function getColorsForValues(uniqueValues, themeColors) {
73
+ // If we have enough theme colors, use them
74
+ if (themeColors.length >= uniqueValues.length) {
75
+ return themeColors.slice(0, uniqueValues.length);
76
+ }
77
+ // Use theme colors first, then generate additional ones
78
+ return uniqueValues.map((value, index)=>{
79
+ if (index < themeColors.length) {
80
+ return themeColors[index] || FALLBACK_COLOR;
81
+ }
82
+ return getColorForValue(value, themeColors[0] || FALLBACK_COLOR);
83
+ });
84
+ }
85
+ function hexToHSL(hex) {
86
+ const r = parseInt(hex.slice(1, 3), 16) / 255;
87
+ const g = parseInt(hex.slice(3, 5), 16) / 255;
88
+ const b = parseInt(hex.slice(5, 7), 16) / 255;
89
+ const max = Math.max(r, g, b);
90
+ const min = Math.min(r, g, b);
91
+ let h = 0;
92
+ let s = 0;
93
+ const l = (max + min) / 2;
94
+ if (max !== min) {
95
+ const d = max - min;
96
+ s = l > 0.5 ? d / (2 - max - min) : d / (max + min);
97
+ switch(max){
98
+ case r:
99
+ h = (g - b) / d + (g < b ? 6 : 0);
100
+ break;
101
+ case g:
102
+ h = (b - r) / d + 2;
103
+ break;
104
+ case b:
105
+ h = (r - g) / d + 4;
106
+ break;
107
+ }
108
+ h /= 6;
109
+ }
110
+ return [
111
+ h * 360,
112
+ s * 100,
113
+ l * 100
114
+ ];
115
+ }
116
+ function hslToHex(h, s, l) {
117
+ l /= 100;
118
+ const a = s * Math.min(l, 1 - l) / 100;
119
+ const f = (n)=>{
120
+ const k = (n + h / 30) % 12;
121
+ const color = l - a * Math.max(Math.min(k - 3, 9 - k, 1), -1);
122
+ return Math.round(255 * color).toString(16).padStart(2, '0');
123
+ };
124
+ return `#${f(0)}${f(8)}${f(4)}`;
125
+ }
@@ -0,0 +1,35 @@
1
+ // Copyright 2024 The Perses Authors
2
+ // Licensed under the Apache License, Version 2.0 (the "License");
3
+ // you may not use this file except in compliance with the License.
4
+ // You may obtain a copy of the License at
5
+ //
6
+ // http://www.apache.org/licenses/LICENSE-2.0
7
+ //
8
+ // Unless required by applicable law or agreed to in writing, software
9
+ // distributed under the License is distributed on an "AS IS" BASIS,
10
+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
+ // See the License for the specific language governing permissions and
12
+ // limitations under the License.
13
+ "use strict";
14
+ Object.defineProperty(exports, "__esModule", {
15
+ value: true
16
+ });
17
+ Object.defineProperty(exports, "getTooltipPosition", {
18
+ enumerable: true,
19
+ get: function() {
20
+ return getTooltipPosition;
21
+ }
22
+ });
23
+ const getTooltipPosition = (...data)=>{
24
+ const point = data[0];
25
+ const size = data[4];
26
+ // calculate the position to avoid overflow
27
+ const [x, y] = point;
28
+ const { contentSize, viewSize } = size;
29
+ const posX = x + contentSize[0] > viewSize[0] ? x - contentSize[0] : x;
30
+ const posY = y + contentSize[1] > viewSize[1] ? y - contentSize[1] : y;
31
+ return [
32
+ posX,
33
+ posY
34
+ ];
35
+ };
@@ -23,7 +23,7 @@ Object.defineProperty(exports, "InnerTable", {
23
23
  const _jsxruntime = require("react/jsx-runtime");
24
24
  const _material = require("@mui/material");
25
25
  const _react = require("react");
26
- const StyledMuiTable = (0, _material.styled)(_material.Table)(({ theme })=>({
26
+ const StyledMuiTable = (0, _material.styled)(_material.Table)(({ theme })=>({
27
27
  // This value is needed to have a consistent table layout when scrolling.
28
28
  tableLayout: 'fixed',
29
29
  borderCollapse: 'separate',
@@ -31,9 +31,10 @@ const StyledMuiTable = (0, _material.styled)(_material.Table)(({ theme })=>({
31
31
  }));
32
32
  const TABLE_DENSITY_CONFIG = {
33
33
  compact: 'small',
34
- standard: 'medium'
34
+ standard: 'medium',
35
+ comfortable: 'medium'
35
36
  };
36
- const InnerTable = /*#__PURE__*/ (0, _react.forwardRef)(function InnerTable({ density , ...otherProps }, ref) {
37
+ const InnerTable = /*#__PURE__*/ (0, _react.forwardRef)(function InnerTable({ density, ...otherProps }, ref) {
37
38
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(StyledMuiTable, {
38
39
  ...otherProps,
39
40
  tabIndex: -1,
@@ -35,11 +35,11 @@ const DEFAULT_GET_ROW_ID = (data, index)=>{
35
35
  // does not do deep equality checking for objects and arrays.
36
36
  const DEFAULT_ROW_SELECTION = {};
37
37
  const DEFAULT_SORTING = [];
38
- function Table({ data , columns , density ='standard' , checkboxSelection , onRowSelectionChange , onSortingChange , getCheckboxColor , getRowId =DEFAULT_GET_ROW_ID , rowSelection =DEFAULT_ROW_SELECTION , sorting =DEFAULT_SORTING , rowSelectionVariant ='standard' , ...otherProps }) {
38
+ function Table({ data, columns, cellConfigs, density = 'standard', defaultColumnWidth = _tablemodel.DEFAULT_COLUMN_WIDTH, checkboxSelection, onRowSelectionChange, onSortingChange, getCheckboxColor, getRowId = DEFAULT_GET_ROW_ID, rowSelection = DEFAULT_ROW_SELECTION, sorting = DEFAULT_SORTING, rowSelectionVariant = 'standard', ...otherProps }) {
39
39
  const theme = (0, _material.useTheme)();
40
40
  const handleRowSelectionChange = (rowSelectionUpdater)=>{
41
41
  const newRowSelection = typeof rowSelectionUpdater === 'function' ? rowSelectionUpdater(rowSelection) : rowSelectionUpdater;
42
- onRowSelectionChange === null || onRowSelectionChange === void 0 ? void 0 : onRowSelectionChange(newRowSelection);
42
+ onRowSelectionChange?.(newRowSelection);
43
43
  };
44
44
  const handleRowSelectionEvent = (0, _react.useCallback)((table, row, isModified)=>{
45
45
  if (rowSelectionVariant === 'standard' || isModified) {
@@ -53,7 +53,7 @@ function Table({ data , columns , density ='standard' , checkboxSelection , onRo
53
53
  table.toggleAllRowsSelected();
54
54
  } else {
55
55
  // Focus the selected row.
56
- onRowSelectionChange === null || onRowSelectionChange === void 0 ? void 0 : onRowSelectionChange({
56
+ onRowSelectionChange?.({
57
57
  [row.id]: true
58
58
  });
59
59
  }
@@ -64,20 +64,20 @@ function Table({ data , columns , density ='standard' , checkboxSelection , onRo
64
64
  ]);
65
65
  const handleCheckboxChange = (0, _react.useCallback)((e, table, row)=>{
66
66
  const nativePointerEvent = e.nativeEvent && (e.nativeEvent instanceof MouseEvent || e.nativeEvent instanceof KeyboardEvent) ? e.nativeEvent : undefined;
67
- const isModifed = !!(nativePointerEvent === null || nativePointerEvent === void 0 ? void 0 : nativePointerEvent.metaKey) || !!(nativePointerEvent === null || nativePointerEvent === void 0 ? void 0 : nativePointerEvent.shiftKey);
67
+ const isModifed = !!nativePointerEvent?.metaKey || !!nativePointerEvent?.shiftKey;
68
68
  handleRowSelectionEvent(table, row, isModifed);
69
69
  }, [
70
70
  handleRowSelectionEvent
71
71
  ]);
72
72
  const handleSortingChange = (sortingUpdater)=>{
73
73
  const newSorting = typeof sortingUpdater === 'function' ? sortingUpdater(sorting) : sortingUpdater;
74
- onSortingChange === null || onSortingChange === void 0 ? void 0 : onSortingChange(newSorting);
74
+ onSortingChange?.(newSorting);
75
75
  };
76
76
  const checkboxColumn = (0, _react.useMemo)(()=>{
77
77
  return {
78
78
  id: 'checkboxRowSelect',
79
79
  size: 28,
80
- header: ({ table })=>{
80
+ header: ({ table })=>{
81
81
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_TableCheckbox.TableCheckbox, {
82
82
  checked: table.getIsAllRowsSelected(),
83
83
  indeterminate: table.getIsSomeRowsSelected(),
@@ -86,14 +86,14 @@ function Table({ data , columns , density ='standard' , checkboxSelection , onRo
86
86
  density: density
87
87
  });
88
88
  },
89
- cell: ({ row , table })=>{
89
+ cell: ({ row, table })=>{
90
90
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_TableCheckbox.TableCheckbox, {
91
91
  checked: row.getIsSelected(),
92
92
  indeterminate: row.getIsSomeSelected(),
93
93
  onChange: (e)=>{
94
94
  handleCheckboxChange(e, table, row);
95
95
  },
96
- color: getCheckboxColor === null || getCheckboxColor === void 0 ? void 0 : getCheckboxColor(row.original),
96
+ color: getCheckboxColor?.(row.original),
97
97
  density: density
98
98
  });
99
99
  },
@@ -144,9 +144,11 @@ function Table({ data , columns , density ='standard' , checkboxSelection , onRo
144
144
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_VirtualizedTable.VirtualizedTable, {
145
145
  ...otherProps,
146
146
  density: density,
147
+ defaultColumnWidth: defaultColumnWidth,
147
148
  onRowClick: handleRowClick,
148
149
  rows: table.getRowModel().rows,
149
150
  columns: table.getAllFlatColumns(),
150
- headers: table.getHeaderGroups()
151
+ headers: table.getHeaderGroups(),
152
+ cellConfigs: cellConfigs
151
153
  });
152
154
  }
@@ -24,7 +24,7 @@ const _jsxruntime = require("react/jsx-runtime");
24
24
  const _material = require("@mui/material");
25
25
  const _react = require("react");
26
26
  const _tablemodel = require("./model/table-model");
27
- const StyledMuiTableCell = (0, _material.styled)(_material.TableCell)(({ theme })=>({
27
+ const StyledMuiTableCell = (0, _material.styled)(_material.TableCell)(({ theme })=>({
28
28
  padding: 0,
29
29
  backgroundColor: 'inherit',
30
30
  '&.MuiTableCell-head': {
@@ -39,7 +39,7 @@ const StyledMuiTableCell = (0, _material.styled)(_material.TableCell)(({ theme
39
39
  borderRadius: 0
40
40
  }
41
41
  }));
42
- function TableCell({ children , density , variant , width , focusState ='none' , onFocusTrigger , isFirstColumn , isLastColumn , description , ...otherProps }) {
42
+ function TableCell({ children, density, variant, width, focusState = 'none', onFocusTrigger, isFirstColumn, isLastColumn, description, align, color, backgroundColor, ...otherProps }) {
43
43
  const theme = (0, _material.useTheme)();
44
44
  const elRef = (0, _react.useRef)();
45
45
  const isHeader = variant === 'head';
@@ -51,9 +51,8 @@ function TableCell({ children , density , variant , width , focusState ='none' ,
51
51
  focusState
52
52
  ]);
53
53
  const handleFocus = (e)=>{
54
- var _e_currentTarget;
55
54
  // From https://zellwk.com/blog/keyboard-focusable-elements/
56
- const nestedFocusTarget = (_e_currentTarget = e.currentTarget) === null || _e_currentTarget === void 0 ? void 0 : _e_currentTarget.querySelector('a[href], button, input, textarea, select, details,[role="button"]');
55
+ const nestedFocusTarget = e.currentTarget?.querySelector('a[href], button, input, textarea, select, details,[role="button"]');
57
56
  if (nestedFocusTarget) {
58
57
  // If the cell has a focusable child, focus it instead. Mostly used for
59
58
  // checkbox cells, but could have other uses.
@@ -66,7 +65,7 @@ function TableCell({ children , density , variant , width , focusState ='none' ,
66
65
  // plays with the triggering of focus with keyboard interactions.
67
66
  // These report that a focus event happened, so we can adjust the current
68
67
  // tabindex and focuses to the right cell.
69
- onFocusTrigger === null || onFocusTrigger === void 0 ? void 0 : onFocusTrigger(e);
68
+ onFocusTrigger?.(e);
70
69
  };
71
70
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(StyledMuiTableCell, {
72
71
  ...otherProps,
@@ -78,12 +77,29 @@ function TableCell({ children , density , variant , width , focusState ='none' ,
78
77
  onFocus: handleFocus,
79
78
  onClick: handleInteractionFocusTrigger,
80
79
  onKeyUp: handleInteractionFocusTrigger,
80
+ style: {
81
+ width: width
82
+ },
81
83
  sx: {
82
- width: width,
83
- borderBottom: isHeader ? (theme)=>`solid 1px ${theme.palette.grey[100]}` : `solid 1px ${theme.palette.grey[50]}`
84
+ position: 'relative',
85
+ borderBottom: isHeader ? `solid 1px ${theme.palette.grey[100]}` : `solid 1px ${theme.palette.grey[50]}`,
86
+ '&:hover #original-cell': {
87
+ position: 'absolute',
88
+ top: 0,
89
+ left: 0,
90
+ zIndex: 10,
91
+ width: 'fit-content',
92
+ minWidth: '100%',
93
+ whiteSpace: 'nowrap',
94
+ overflow: 'visible',
95
+ backgroundColor: `${backgroundColor ?? theme.palette.background.default} !important`,
96
+ outline: `solid 1px ${theme.palette.info.main}`,
97
+ outlineOffset: '-1px'
98
+ }
84
99
  },
85
100
  ref: elRef,
86
101
  children: /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Box, {
102
+ id: "original-cell",
87
103
  sx: {
88
104
  ...(0, _tablemodel.getTableCellLayout)(theme, density, {
89
105
  isLastColumn,
@@ -100,7 +116,13 @@ function TableCell({ children , density , variant , width , focusState ='none' ,
100
116
  // in headers.
101
117
  flexDirection: 'inherit'
102
118
  },
119
+ style: {
120
+ backgroundColor: backgroundColor ?? 'inherit',
121
+ color: color ?? 'inherit'
122
+ },
103
123
  title: description,
124
+ "aria-label": description,
125
+ textAlign: align,
104
126
  children: children
105
127
  })
106
128
  });
@@ -22,7 +22,7 @@ Object.defineProperty(exports, "TableCheckbox", {
22
22
  });
23
23
  const _jsxruntime = require("react/jsx-runtime");
24
24
  const _material = require("@mui/material");
25
- function TableCheckbox({ color , density , ...otherProps }) {
25
+ function TableCheckbox({ color, density, ...otherProps }) {
26
26
  const isCompact = density === 'compact';
27
27
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Checkbox, {
28
28
  size: isCompact ? 'small' : 'medium',
@@ -23,7 +23,7 @@ Object.defineProperty(exports, "TableHeaderCell", {
23
23
  const _jsxruntime = require("react/jsx-runtime");
24
24
  const _material = require("@mui/material");
25
25
  const _TableCell = require("./TableCell");
26
- function TableHeaderCell({ onSort , sortDirection , nextSortDirection , children , ...cellProps }) {
26
+ function TableHeaderCell({ onSort, sortDirection, nextSortDirection, children, ...cellProps }) {
27
27
  const showSortLabel = !!onSort;
28
28
  const headerText = /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Typography, {
29
29
  noWrap: true,
@@ -33,7 +33,7 @@ const _TableHeaderCell = require("./TableHeaderCell");
33
33
  const _TableCell = require("./TableCell");
34
34
  const _VirtualizedTableContainer = require("./VirtualizedTableContainer");
35
35
  const _useVirtualizedTableKeyboardNav = require("./hooks/useVirtualizedTableKeyboardNav");
36
- function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOver , onRowMouseOut , rows , columns , headers }) {
36
+ function VirtualizedTable({ width, height, density, defaultColumnWidth, onRowClick, onRowMouseOver, onRowMouseOut, rows, columns, headers, cellConfigs }) {
37
37
  const virtuosoRef = (0, _react.useRef)(null);
38
38
  // Use a ref for these values because they are only needed for keyboard
39
39
  // focus interactions and setting them on state will lead to a significant
@@ -71,7 +71,7 @@ function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOv
71
71
  },
72
72
  TableHead: _TableHead.TableHead,
73
73
  // eslint-disable-next-line @typescript-eslint/no-unused-vars
74
- TableRow: ({ item , ...props })=>{
74
+ TableRow: ({ item, ...props })=>{
75
75
  const index = props['data-index'];
76
76
  const row = rows[index];
77
77
  if (!row) {
@@ -86,10 +86,10 @@ function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOv
86
86
  onClick: (e)=>onRowClick(e, row.id),
87
87
  density: density,
88
88
  onMouseOver: (e)=>{
89
- onRowMouseOver === null || onRowMouseOver === void 0 ? void 0 : onRowMouseOver(e, rowEventOpts);
89
+ onRowMouseOver?.(e, rowEventOpts);
90
90
  },
91
91
  onMouseOut: (e)=>{
92
- onRowMouseOut === null || onRowMouseOut === void 0 ? void 0 : onRowMouseOut(e, rowEventOpts);
92
+ onRowMouseOut?.(e, rowEventOpts);
93
93
  }
94
94
  });
95
95
  },
@@ -105,7 +105,7 @@ function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOv
105
105
  width
106
106
  ]);
107
107
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_material.Box, {
108
- sx: {
108
+ style: {
109
109
  width,
110
110
  height
111
111
  },
@@ -123,7 +123,6 @@ function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOv
123
123
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_TableRow.TableRow, {
124
124
  density: density,
125
125
  children: headerGroup.headers.map((header, i, headers)=>{
126
- var _column_columnDef_meta, _column_columnDef_meta1;
127
126
  const column = header.column;
128
127
  const position = {
129
128
  row: 0,
@@ -135,11 +134,11 @@ function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOv
135
134
  onSort: column.getCanSort() ? column.getToggleSortingHandler() : undefined,
136
135
  sortDirection: typeof isSorted === 'string' ? isSorted : undefined,
137
136
  nextSortDirection: typeof nextSorting === 'string' ? nextSorting : undefined,
138
- width: column.getSize() || 'auto',
139
- align: (_column_columnDef_meta = column.columnDef.meta) === null || _column_columnDef_meta === void 0 ? void 0 : _column_columnDef_meta.align,
137
+ width: column.getSize() || defaultColumnWidth,
138
+ align: column.columnDef.meta?.align,
140
139
  variant: "head",
141
140
  density: density,
142
- description: (_column_columnDef_meta1 = column.columnDef.meta) === null || _column_columnDef_meta1 === void 0 ? void 0 : _column_columnDef_meta1.headerDescription,
141
+ description: column.columnDef.meta?.headerDescription,
143
142
  focusState: getFocusState(position),
144
143
  onFocusTrigger: ()=>keyboardNav.onCellFocus(position),
145
144
  isFirstColumn: i === 0,
@@ -158,16 +157,16 @@ function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOv
158
157
  }
159
158
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_jsxruntime.Fragment, {
160
159
  children: row.getVisibleCells().map((cell, i, cells)=>{
161
- var _cell_column_columnDef_meta, _cell_column_columnDef_meta1;
162
160
  const position = {
163
161
  // Add 1 to the row index because the header is row 0
164
162
  row: index + 1,
165
163
  column: i
166
164
  };
167
165
  const cellContext = cell.getContext();
166
+ const cellConfig = cellConfigs?.[cellContext.cell.id];
168
167
  const cellRenderFn = cell.column.columnDef.cell;
169
- const cellContent = typeof cellRenderFn == 'function' ? cellRenderFn(cellContext) : null;
170
- const cellDescriptionDef = (_cell_column_columnDef_meta = cell.column.columnDef.meta) === null || _cell_column_columnDef_meta === void 0 ? void 0 : _cell_column_columnDef_meta.cellDescription;
168
+ const cellContent = typeof cellRenderFn === 'function' ? cellRenderFn(cellContext) : null;
169
+ const cellDescriptionDef = cell.column.columnDef.meta?.cellDescription;
171
170
  let description = undefined;
172
171
  if (typeof cellDescriptionDef === 'function') {
173
172
  // If the cell description is a function, set the value using
@@ -180,15 +179,19 @@ function VirtualizedTable({ width , height , density , onRowClick , onRowMouseOv
180
179
  description = cellContent;
181
180
  }
182
181
  return /*#__PURE__*/ (0, _jsxruntime.jsx)(_TableCell.TableCell, {
183
- width: cell.column.getSize() || 'auto',
184
- align: (_cell_column_columnDef_meta1 = cell.column.columnDef.meta) === null || _cell_column_columnDef_meta1 === void 0 ? void 0 : _cell_column_columnDef_meta1.align,
182
+ "data-testid": cell.id,
183
+ title: description || cellConfig?.text || cellContent,
184
+ width: cell.column.getSize() || defaultColumnWidth,
185
+ align: cell.column.columnDef.meta?.align,
185
186
  density: density,
186
187
  focusState: getFocusState(position),
187
188
  onFocusTrigger: ()=>keyboardNav.onCellFocus(position),
188
189
  isFirstColumn: i === 0,
189
190
  isLastColumn: i === cells.length - 1,
190
191
  description: description,
191
- children: cellContent
192
+ color: cellConfig?.textColor ?? undefined,
193
+ backgroundColor: cellConfig?.backgroundColor ?? undefined,
194
+ children: cellConfig?.text || cellContent
192
195
  }, cell.id);
193
196
  })
194
197
  });
@@ -34,7 +34,7 @@ const ARROW_KEYS = [
34
34
  function isArrowKey(key) {
35
35
  return ARROW_KEYS.includes(key);
36
36
  }
37
- function useTableKeyboardNav({ maxRows , maxColumns , onActiveCellChange }) {
37
+ function useTableKeyboardNav({ maxRows, maxColumns, onActiveCellChange }) {
38
38
  const [activeCell, setActiveCell] = (0, _react.useState)(DEFAULT_ACTIVE_CELL);
39
39
  const [isActive, setIsActive] = (0, _react.useState)(false);
40
40
  const handleCellFocus = (cellPosition)=>{
@@ -78,7 +78,7 @@ function useTableKeyboardNav({ maxRows , maxColumns , onActiveCellChange }) {
78
78
  column: nextColumn,
79
79
  row: nextRow
80
80
  };
81
- const newPosition = (onActiveCellChange === null || onActiveCellChange === void 0 ? void 0 : onActiveCellChange(e, curActiveCell, defaultNewPosition)) || defaultNewPosition;
81
+ const newPosition = onActiveCellChange?.(e, curActiveCell, defaultNewPosition) || defaultNewPosition;
82
82
  if (newPosition.row === curActiveCell.row && newPosition.column === curActiveCell.column) {
83
83
  // Return original to avoid creating a new object if nothing
84
84
  // changed.