@plumile/ui 0.1.122 → 0.1.130

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 (67) hide show
  1. package/lib/esm/__tests__/reactDomTestUtils.js +48 -0
  2. package/lib/esm/__tests__/reactDomTestUtils.js.map +1 -0
  3. package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +0 -1
  4. package/lib/esm/admin/theme/adminSurface.css.js +1 -0
  5. package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +0 -1
  6. package/lib/esm/atomic/molecules/markdown/markdownVars.css.js +1 -0
  7. package/lib/esm/backoffice/atoms/tag/Tag.js +9 -8
  8. package/lib/esm/backoffice/atoms/tag/Tag.js.map +1 -1
  9. package/lib/esm/components/charts/MetricHistoryChart.js +17 -39
  10. package/lib/esm/components/charts/MetricHistoryChart.js.map +1 -1
  11. package/lib/esm/components/charts/TimeSeriesLineChart.js +37 -49
  12. package/lib/esm/components/charts/TimeSeriesLineChart.js.map +1 -1
  13. package/lib/esm/components/data-table/DataTable.js +33 -35
  14. package/lib/esm/components/data-table/DataTable.js.map +1 -1
  15. package/lib/esm/components/data-table/VirtualizedConnectionTable.js +48 -60
  16. package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -1
  17. package/lib/esm/index.js +107 -107
  18. package/lib/esm/internal/charts/metricHistoryChartHelpers.js +24 -0
  19. package/lib/esm/internal/charts/metricHistoryChartHelpers.js.map +1 -0
  20. package/lib/esm/internal/charts/timeSeriesLineChartHelpers.js +68 -0
  21. package/lib/esm/internal/charts/timeSeriesLineChartHelpers.js.map +1 -0
  22. package/lib/esm/internal/data-table/layout.js +6 -0
  23. package/lib/esm/internal/data-table/layout.js.map +1 -0
  24. package/lib/esm/internal/data-table/virtualization.js +12 -0
  25. package/lib/esm/internal/data-table/virtualization.js.map +1 -0
  26. package/lib/esm/node_modules/@vitest/pretty-format/dist/index.js +614 -0
  27. package/lib/esm/node_modules/@vitest/pretty-format/dist/index.js.map +1 -0
  28. package/lib/esm/node_modules/@vitest/runner/dist/chunk-artifact.js +909 -0
  29. package/lib/esm/node_modules/@vitest/runner/dist/chunk-artifact.js.map +1 -0
  30. package/lib/esm/node_modules/@vitest/runner/dist/index.js +1 -0
  31. package/lib/esm/node_modules/@vitest/utils/dist/chunk-pathe.M-eThtNZ.js +50 -0
  32. package/lib/esm/node_modules/@vitest/utils/dist/chunk-pathe.M-eThtNZ.js.map +1 -0
  33. package/lib/esm/node_modules/@vitest/utils/dist/display.js +424 -0
  34. package/lib/esm/node_modules/@vitest/utils/dist/display.js.map +1 -0
  35. package/lib/esm/node_modules/@vitest/utils/dist/helpers.js +43 -0
  36. package/lib/esm/node_modules/@vitest/utils/dist/helpers.js.map +1 -0
  37. package/lib/esm/node_modules/@vitest/utils/dist/source-map.js +68 -0
  38. package/lib/esm/node_modules/@vitest/utils/dist/source-map.js.map +1 -0
  39. package/lib/esm/node_modules/@vitest/utils/dist/timers.js +19 -0
  40. package/lib/esm/node_modules/@vitest/utils/dist/timers.js.map +1 -0
  41. package/lib/esm/node_modules/tinyrainbow/dist/index.js +85 -0
  42. package/lib/esm/node_modules/tinyrainbow/dist/index.js.map +1 -0
  43. package/lib/esm/shared/currencyAmount.js +36 -23
  44. package/lib/esm/shared/currencyAmount.js.map +1 -1
  45. package/lib/types/backoffice/atoms/tag/Tag.d.ts +2 -1
  46. package/lib/types/backoffice/atoms/tag/Tag.d.ts.map +1 -1
  47. package/lib/types/components/charts/MetricHistoryChart.d.ts +0 -8
  48. package/lib/types/components/charts/MetricHistoryChart.d.ts.map +1 -1
  49. package/lib/types/components/charts/TimeSeriesLineChart.d.ts +2 -4
  50. package/lib/types/components/charts/TimeSeriesLineChart.d.ts.map +1 -1
  51. package/lib/types/components/data-table/DataTable.d.ts +1 -5
  52. package/lib/types/components/data-table/DataTable.d.ts.map +1 -1
  53. package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +1 -34
  54. package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -1
  55. package/lib/types/index.d.ts +1 -1
  56. package/lib/types/index.d.ts.map +1 -1
  57. package/lib/types/internal/charts/metricHistoryChartHelpers.d.ts +4 -0
  58. package/lib/types/internal/charts/metricHistoryChartHelpers.d.ts.map +1 -0
  59. package/lib/types/internal/charts/timeSeriesLineChartHelpers.d.ts +29 -0
  60. package/lib/types/internal/charts/timeSeriesLineChartHelpers.d.ts.map +1 -0
  61. package/lib/types/internal/data-table/layout.d.ts +4 -0
  62. package/lib/types/internal/data-table/layout.d.ts.map +1 -0
  63. package/lib/types/internal/data-table/virtualization.d.ts +29 -0
  64. package/lib/types/internal/data-table/virtualization.d.ts.map +1 -0
  65. package/lib/types/shared/currencyAmount.d.ts +5 -1
  66. package/lib/types/shared/currencyAmount.d.ts.map +1 -1
  67. package/package.json +3 -3
package/lib/esm/index.js CHANGED
@@ -147,64 +147,64 @@ import { BackofficeVirtualizedConnectionTable as Rr } from "./backoffice/organis
147
147
  import { EntityHeader as zr } from "./backoffice/organisms/entity_header/EntityHeader.js";
148
148
  import { DetailPageTemplate as Br } from "./backoffice/templates/detail_page_template/DetailPageTemplate.js";
149
149
  import { ListPageTemplate as Vr } from "./backoffice/templates/list_page_template/ListPageTemplate.js";
150
- import { AdminSidebar as a } from "./admin/organisms/admin_sidebar/AdminSidebar.js";
151
- import { AdminTopbar as Hr } from "./admin/organisms/admin_topbar/AdminTopbar.js";
152
- import { AdminShellLayout as Ur } from "./admin/templates/admin_shell_layout/AdminShellLayout.js";
153
- import { adminControlHeightVar as Wr, adminDensityComfortableClass as Gr, adminDensityCompactClass as Kr, adminDensityDefaultClass as qr, adminPanelPaddingVar as Jr, adminTableCellPaddingXVar as Yr, adminTableCellPaddingYVar as Xr, adminTableFontSizeVar as Zr, adminTableRowMinHeightVar as Qr, adminToolbarGapVar as $r } from "./admin/theme/adminDensity.css.js";
150
+ import { AdminSidebar as Hr } from "./admin/organisms/admin_sidebar/AdminSidebar.js";
151
+ import { AdminTopbar as Ur } from "./admin/organisms/admin_topbar/AdminTopbar.js";
152
+ import { AdminShellLayout as Wr } from "./admin/templates/admin_shell_layout/AdminShellLayout.js";
153
+ import { adminControlHeightVar as Gr, adminDensityComfortableClass as Kr, adminDensityCompactClass as qr, adminDensityDefaultClass as Jr, adminPanelPaddingVar as Yr, adminTableCellPaddingXVar as a, adminTableCellPaddingYVar as Xr, adminTableFontSizeVar as Zr, adminTableRowMinHeightVar as Qr, adminToolbarGapVar as $r } from "./admin/theme/adminDensity.css.js";
154
154
  import { adminThemeClass as ei } from "./admin/theme/adminTheme.css.js";
155
155
  import { AdminThemeProvider as ti } from "./admin/theme/AdminThemeProvider.js";
156
156
  import { FALLBACK_REFERENCE as ni, formatNullableCurrency as ri, formatNullableNumber as ii, formatNullableString as ai, formatStringList as oi } from "./shared/agentJobRequestFormatting.js";
157
157
  import { denseTableClass as si } from "./shared/backofficeTableDensity.css.js";
158
- import { MoneyAmount as ci, formatCurrencyAmount as li } from "./shared/currencyAmount.js";
159
- import { normalizeProgress as ui } from "./shared/progress.js";
160
- import { aggregateValuesByDayAndCategory as di, buildUtcDayRange as fi, toUtcDailyCategorySeries as pi, toUtcDayKey as mi } from "./shared/timeSeries.js";
161
- import { useStickToBottom as hi } from "./hooks/useStickToBottom.js";
162
- import { useSubmitOnEnter as gi } from "./hooks/useSubmitOnEnter.js";
163
- import { WrapperPage as _i } from "./pages/WrapperPage.js";
164
- import { BanSvg as vi } from "./icons/BanSvg.js";
165
- import { ChatSizeLargeSvg as yi } from "./icons/ChatSizeLargeSvg.js";
166
- import { ChatSizeMediumSvg as bi } from "./icons/ChatSizeMediumSvg.js";
167
- import { ChatSizeSmallSvg as xi } from "./icons/ChatSizeSmallSvg.js";
168
- import { ChatCheckSvg as Si } from "./icons/ChatCheckSvg.js";
169
- import { ChatXSvg as Ci } from "./icons/ChatXSvg.js";
170
- import { CheckSvg as wi } from "./icons/CheckSvg.js";
171
- import { CoinOffSvg as Ti } from "./icons/CoinOffSvg.js";
172
- import { ClockSvg as Ei } from "./icons/ClockSvg.js";
173
- import { DatabaseCheckSvg as Di } from "./icons/DatabaseCheckSvg.js";
174
- import { DatabaseXSvg as Oi } from "./icons/DatabaseXSvg.js";
175
- import { DevModeSvg as ki } from "./icons/DevModeSvg.js";
176
- import { EyeSvg as Ai } from "./icons/EyeSvg.js";
177
- import { GripDotsSvg as ji } from "./icons/GripDotsSvg.js";
178
- import { HomeActivityAssignUserSvg as Mi } from "./icons/HomeActivityAssignUserSvg.js";
179
- import { HomeStatsCheckBadgeSvg as Ni } from "./icons/HomeStatsCheckBadgeSvg.js";
180
- import { HomeStatsClipboardSvg as Pi } from "./icons/HomeStatsClipboardSvg.js";
181
- import { HomeStatsClockSvg as Fi } from "./icons/HomeStatsClockSvg.js";
182
- import { KeyOffSvg as Ii } from "./icons/KeyOffSvg.js";
183
- import { KeySvg as Li } from "./icons/KeySvg.js";
184
- import { LinkCheckSvg as Ri } from "./icons/LinkCheckSvg.js";
185
- import { LinkXSvg as zi } from "./icons/LinkXSvg.js";
186
- import { BackofficeSidebarActivitySvg as Bi } from "./icons/backoffice/BackofficeSidebarActivitySvg.js";
187
- import { BackofficeSidebarArchiveSvg as Vi } from "./icons/backoffice/BackofficeSidebarArchiveSvg.js";
188
- import { BackofficeSidebarBadgeCheckSvg as Hi } from "./icons/backoffice/BackofficeSidebarBadgeCheckSvg.js";
189
- import { BackofficeSidebarBotSvg as Ui } from "./icons/backoffice/BackofficeSidebarBotSvg.js";
158
+ import { MoneyAmount as ci, formatCurrencyAmount as li, formatCurrencyAmountTitle as ui } from "./shared/currencyAmount.js";
159
+ import { normalizeProgress as di } from "./shared/progress.js";
160
+ import { aggregateValuesByDayAndCategory as fi, buildUtcDayRange as pi, toUtcDailyCategorySeries as mi, toUtcDayKey as hi } from "./shared/timeSeries.js";
161
+ import { useStickToBottom as gi } from "./hooks/useStickToBottom.js";
162
+ import { useSubmitOnEnter as _i } from "./hooks/useSubmitOnEnter.js";
163
+ import { WrapperPage as vi } from "./pages/WrapperPage.js";
164
+ import { BanSvg as yi } from "./icons/BanSvg.js";
165
+ import { ChatSizeLargeSvg as bi } from "./icons/ChatSizeLargeSvg.js";
166
+ import { ChatSizeMediumSvg as xi } from "./icons/ChatSizeMediumSvg.js";
167
+ import { ChatSizeSmallSvg as Si } from "./icons/ChatSizeSmallSvg.js";
168
+ import { ChatCheckSvg as Ci } from "./icons/ChatCheckSvg.js";
169
+ import { ChatXSvg as wi } from "./icons/ChatXSvg.js";
170
+ import { CheckSvg as Ti } from "./icons/CheckSvg.js";
171
+ import { CoinOffSvg as Ei } from "./icons/CoinOffSvg.js";
172
+ import { ClockSvg as Di } from "./icons/ClockSvg.js";
173
+ import { DatabaseCheckSvg as Oi } from "./icons/DatabaseCheckSvg.js";
174
+ import { DatabaseXSvg as ki } from "./icons/DatabaseXSvg.js";
175
+ import { DevModeSvg as Ai } from "./icons/DevModeSvg.js";
176
+ import { EyeSvg as ji } from "./icons/EyeSvg.js";
177
+ import { GripDotsSvg as Mi } from "./icons/GripDotsSvg.js";
178
+ import { HomeActivityAssignUserSvg as Ni } from "./icons/HomeActivityAssignUserSvg.js";
179
+ import { HomeStatsCheckBadgeSvg as Pi } from "./icons/HomeStatsCheckBadgeSvg.js";
180
+ import { HomeStatsClipboardSvg as Fi } from "./icons/HomeStatsClipboardSvg.js";
181
+ import { HomeStatsClockSvg as Ii } from "./icons/HomeStatsClockSvg.js";
182
+ import { KeyOffSvg as Li } from "./icons/KeyOffSvg.js";
183
+ import { KeySvg as Ri } from "./icons/KeySvg.js";
184
+ import { LinkCheckSvg as zi } from "./icons/LinkCheckSvg.js";
185
+ import { LinkXSvg as Bi } from "./icons/LinkXSvg.js";
186
+ import { BackofficeSidebarActivitySvg as Vi } from "./icons/backoffice/BackofficeSidebarActivitySvg.js";
187
+ import { BackofficeSidebarArchiveSvg as Hi } from "./icons/backoffice/BackofficeSidebarArchiveSvg.js";
188
+ import { BackofficeSidebarBadgeCheckSvg as Ui } from "./icons/backoffice/BackofficeSidebarBadgeCheckSvg.js";
189
+ import { BackofficeSidebarBotSvg as Wi } from "./icons/backoffice/BackofficeSidebarBotSvg.js";
190
190
  import { BackofficeSidebarBracesSvg as o } from "./icons/backoffice/BackofficeSidebarBracesSvg.js";
191
- import { BackofficeSidebarBrainCircuitSvg as Wi } from "./icons/backoffice/BackofficeSidebarBrainCircuitSvg.js";
192
- import { BackofficeSidebarBriefcaseSvg as Gi } from "./icons/backoffice/BackofficeSidebarBriefcaseSvg.js";
193
- import { BackofficeSidebarBuildingSvg as Ki } from "./icons/backoffice/BackofficeSidebarBuildingSvg.js";
194
- import { BackofficeSidebarCableSvg as qi } from "./icons/backoffice/BackofficeSidebarCableSvg.js";
195
- import { BackofficeSidebarCalendarSvg as Ji } from "./icons/backoffice/BackofficeSidebarCalendarSvg.js";
191
+ import { BackofficeSidebarBrainCircuitSvg as Gi } from "./icons/backoffice/BackofficeSidebarBrainCircuitSvg.js";
192
+ import { BackofficeSidebarBriefcaseSvg as Ki } from "./icons/backoffice/BackofficeSidebarBriefcaseSvg.js";
193
+ import { BackofficeSidebarBuildingSvg as qi } from "./icons/backoffice/BackofficeSidebarBuildingSvg.js";
194
+ import { BackofficeSidebarCableSvg as Ji } from "./icons/backoffice/BackofficeSidebarCableSvg.js";
195
+ import { BackofficeSidebarCalendarSvg as Yi } from "./icons/backoffice/BackofficeSidebarCalendarSvg.js";
196
196
  import { BackofficeSidebarChartBarSvg as s } from "./icons/backoffice/BackofficeSidebarChartBarSvg.js";
197
- import { BackofficeSidebarChartLineSvg as Yi } from "./icons/backoffice/BackofficeSidebarChartLineSvg.js";
198
- import { BackofficeSidebarChartPieSvg as Xi } from "./icons/backoffice/BackofficeSidebarChartPieSvg.js";
197
+ import { BackofficeSidebarChartLineSvg as Xi } from "./icons/backoffice/BackofficeSidebarChartLineSvg.js";
198
+ import { BackofficeSidebarChartPieSvg as Zi } from "./icons/backoffice/BackofficeSidebarChartPieSvg.js";
199
199
  import { BackofficeSidebarClipboardCheckSvg as c } from "./icons/backoffice/BackofficeSidebarClipboardCheckSvg.js";
200
- import { BackofficeSidebarClipboardListSvg as Zi } from "./icons/backoffice/BackofficeSidebarClipboardListSvg.js";
200
+ import { BackofficeSidebarClipboardListSvg as Qi } from "./icons/backoffice/BackofficeSidebarClipboardListSvg.js";
201
201
  import { BackofficeSidebarClockSvg as l } from "./icons/backoffice/BackofficeSidebarClockSvg.js";
202
202
  import { BackofficeSidebarCodeSvg as u } from "./icons/backoffice/BackofficeSidebarCodeSvg.js";
203
203
  import { BackofficeSidebarCopyCheckSvg as d } from "./icons/backoffice/BackofficeSidebarCopyCheckSvg.js";
204
204
  import { BackofficeSidebarCopySvg as f } from "./icons/backoffice/BackofficeSidebarCopySvg.js";
205
205
  import { BackofficeSidebarCopyXSvg as p } from "./icons/backoffice/BackofficeSidebarCopyXSvg.js";
206
206
  import { BackofficeSidebarCrosshairSvg as m } from "./icons/backoffice/BackofficeSidebarCrosshairSvg.js";
207
- import { BackofficeSidebarDatabaseSvg as Qi } from "./icons/backoffice/BackofficeSidebarDatabaseSvg.js";
207
+ import { BackofficeSidebarDatabaseSvg as $i } from "./icons/backoffice/BackofficeSidebarDatabaseSvg.js";
208
208
  import { BackofficeSidebarDiffSvg as h } from "./icons/backoffice/BackofficeSidebarDiffSvg.js";
209
209
  import { BackofficeSidebarFileCodeSvg as g } from "./icons/backoffice/BackofficeSidebarFileCodeSvg.js";
210
210
  import { BackofficeSidebarFileCogSvg as _ } from "./icons/backoffice/BackofficeSidebarFileCogSvg.js";
@@ -217,64 +217,64 @@ import { BackofficeSidebarFlameSvg as C } from "./icons/backoffice/BackofficeSid
217
217
  import { BackofficeSidebarFolderGitSvg as w } from "./icons/backoffice/BackofficeSidebarFolderGitSvg.js";
218
218
  import { BackofficeSidebarFolderKanbanSvg as T } from "./icons/backoffice/BackofficeSidebarFolderKanbanSvg.js";
219
219
  import { BackofficeSidebarFolderTreeSvg as E } from "./icons/backoffice/BackofficeSidebarFolderTreeSvg.js";
220
- import { BackofficeSidebarGaugeSvg as $i } from "./icons/backoffice/BackofficeSidebarGaugeSvg.js";
221
- import { BackofficeSidebarGitBranchPlusSvg as ea } from "./icons/backoffice/BackofficeSidebarGitBranchPlusSvg.js";
222
- import { BackofficeSidebarGitBranchSvg as ta } from "./icons/backoffice/BackofficeSidebarGitBranchSvg.js";
220
+ import { BackofficeSidebarGaugeSvg as ea } from "./icons/backoffice/BackofficeSidebarGaugeSvg.js";
221
+ import { BackofficeSidebarGitBranchPlusSvg as ta } from "./icons/backoffice/BackofficeSidebarGitBranchPlusSvg.js";
222
+ import { BackofficeSidebarGitBranchSvg as na } from "./icons/backoffice/BackofficeSidebarGitBranchSvg.js";
223
223
  import { BackofficeSidebarGitCommitSvg as D } from "./icons/backoffice/BackofficeSidebarGitCommitSvg.js";
224
- import { BackofficeSidebarGitCompareSvg as na } from "./icons/backoffice/BackofficeSidebarGitCompareSvg.js";
224
+ import { BackofficeSidebarGitCompareSvg as ra } from "./icons/backoffice/BackofficeSidebarGitCompareSvg.js";
225
225
  import { BackofficeSidebarGitForkSvg as O } from "./icons/backoffice/BackofficeSidebarGitForkSvg.js";
226
- import { BackofficeSidebarGitMergeSvg as ra } from "./icons/backoffice/BackofficeSidebarGitMergeSvg.js";
227
- import { BackofficeSidebarGitPullRequestSvg as ia } from "./icons/backoffice/BackofficeSidebarGitPullRequestSvg.js";
226
+ import { BackofficeSidebarGitMergeSvg as ia } from "./icons/backoffice/BackofficeSidebarGitMergeSvg.js";
227
+ import { BackofficeSidebarGitPullRequestSvg as aa } from "./icons/backoffice/BackofficeSidebarGitPullRequestSvg.js";
228
228
  import { BackofficeSidebarGlobeSvg as k } from "./icons/backoffice/BackofficeSidebarGlobeSvg.js";
229
229
  import { BackofficeSidebarHistorySvg as A } from "./icons/backoffice/BackofficeSidebarHistorySvg.js";
230
230
  import { BackofficeSidebarInfoSvg as j } from "./icons/backoffice/BackofficeSidebarInfoSvg.js";
231
- import { BackofficeSidebarKeySquareSvg as aa } from "./icons/backoffice/BackofficeSidebarKeySquareSvg.js";
232
- import { BackofficeSidebarKeySvg as oa } from "./icons/backoffice/BackofficeSidebarKeySvg.js";
233
- import { BackofficeSidebarLandmarkSvg as sa } from "./icons/backoffice/BackofficeSidebarLandmarkSvg.js";
234
- import { BackofficeSidebarLayoutDashboardSvg as ca } from "./icons/backoffice/BackofficeSidebarLayoutDashboardSvg.js";
231
+ import { BackofficeSidebarKeySquareSvg as oa } from "./icons/backoffice/BackofficeSidebarKeySquareSvg.js";
232
+ import { BackofficeSidebarKeySvg as sa } from "./icons/backoffice/BackofficeSidebarKeySvg.js";
233
+ import { BackofficeSidebarLandmarkSvg as ca } from "./icons/backoffice/BackofficeSidebarLandmarkSvg.js";
234
+ import { BackofficeSidebarLayoutDashboardSvg as la } from "./icons/backoffice/BackofficeSidebarLayoutDashboardSvg.js";
235
235
  import { BackofficeSidebarLinkSvg as M } from "./icons/backoffice/BackofficeSidebarLinkSvg.js";
236
236
  import { BackofficeSidebarListChecksSvg as N } from "./icons/backoffice/BackofficeSidebarListChecksSvg.js";
237
237
  import { BackofficeSidebarListTodoSvg as P } from "./icons/backoffice/BackofficeSidebarListTodoSvg.js";
238
- import { BackofficeSidebarListTreeSvg as la } from "./icons/backoffice/BackofficeSidebarListTreeSvg.js";
238
+ import { BackofficeSidebarListTreeSvg as ua } from "./icons/backoffice/BackofficeSidebarListTreeSvg.js";
239
239
  import { BackofficeSidebarLocateSvg as F } from "./icons/backoffice/BackofficeSidebarLocateSvg.js";
240
- import { BackofficeSidebarLockKeyholeSvg as ua } from "./icons/backoffice/BackofficeSidebarLockKeyholeSvg.js";
241
- import { BackofficeSidebarLockSvg as da } from "./icons/backoffice/BackofficeSidebarLockSvg.js";
242
- import { BackofficeSidebarMailPlusSvg as fa } from "./icons/backoffice/BackofficeSidebarMailPlusSvg.js";
243
- import { BackofficeSidebarMapPinSvg as pa } from "./icons/backoffice/BackofficeSidebarMapPinSvg.js";
240
+ import { BackofficeSidebarLockKeyholeSvg as da } from "./icons/backoffice/BackofficeSidebarLockKeyholeSvg.js";
241
+ import { BackofficeSidebarLockSvg as fa } from "./icons/backoffice/BackofficeSidebarLockSvg.js";
242
+ import { BackofficeSidebarMailPlusSvg as pa } from "./icons/backoffice/BackofficeSidebarMailPlusSvg.js";
243
+ import { BackofficeSidebarMapPinSvg as ma } from "./icons/backoffice/BackofficeSidebarMapPinSvg.js";
244
244
  import { BackofficeSidebarMapSvg as I } from "./icons/backoffice/BackofficeSidebarMapSvg.js";
245
- import { BackofficeSidebarMessagePlusSvg as ma } from "./icons/backoffice/BackofficeSidebarMessagePlusSvg.js";
246
- import { BackofficeSidebarMessageTextSvg as ha } from "./icons/backoffice/BackofficeSidebarMessageTextSvg.js";
247
- import { BackofficeSidebarMessagesSvg as ga } from "./icons/backoffice/BackofficeSidebarMessagesSvg.js";
245
+ import { BackofficeSidebarMessagePlusSvg as ha } from "./icons/backoffice/BackofficeSidebarMessagePlusSvg.js";
246
+ import { BackofficeSidebarMessageTextSvg as ga } from "./icons/backoffice/BackofficeSidebarMessageTextSvg.js";
247
+ import { BackofficeSidebarMessagesSvg as _a } from "./icons/backoffice/BackofficeSidebarMessagesSvg.js";
248
248
  import { BackofficeSidebarMonitorCheckSvg as L } from "./icons/backoffice/BackofficeSidebarMonitorCheckSvg.js";
249
249
  import { BackofficeSidebarMouseClickSvg as R } from "./icons/backoffice/BackofficeSidebarMouseClickSvg.js";
250
250
  import { BackofficeSidebarNetworkSvg as z } from "./icons/backoffice/BackofficeSidebarNetworkSvg.js";
251
251
  import { BackofficeSidebarPanelsSvg as B } from "./icons/backoffice/BackofficeSidebarPanelsSvg.js";
252
252
  import { BackofficeSidebarPenToolSvg as V } from "./icons/backoffice/BackofficeSidebarPenToolSvg.js";
253
- import { BackofficeSidebarPinSvg as _a } from "./icons/backoffice/BackofficeSidebarPinSvg.js";
254
- import { BackofficeSidebarPlayCircleSvg as va } from "./icons/backoffice/BackofficeSidebarPlayCircleSvg.js";
253
+ import { BackofficeSidebarPinSvg as va } from "./icons/backoffice/BackofficeSidebarPinSvg.js";
254
+ import { BackofficeSidebarPlayCircleSvg as ya } from "./icons/backoffice/BackofficeSidebarPlayCircleSvg.js";
255
255
  import { BackofficeSidebarRadarSvg as H } from "./icons/backoffice/BackofficeSidebarRadarSvg.js";
256
- import { BackofficeSidebarReceiptSvg as ya } from "./icons/backoffice/BackofficeSidebarReceiptSvg.js";
257
- import { BackofficeSidebarRocketSvg as ba } from "./icons/backoffice/BackofficeSidebarRocketSvg.js";
256
+ import { BackofficeSidebarReceiptSvg as ba } from "./icons/backoffice/BackofficeSidebarReceiptSvg.js";
257
+ import { BackofficeSidebarRocketSvg as xa } from "./icons/backoffice/BackofficeSidebarRocketSvg.js";
258
258
  import { BackofficeSidebarRouteSvg as U } from "./icons/backoffice/BackofficeSidebarRouteSvg.js";
259
259
  import { BackofficeSidebarScrollTextSvg as W } from "./icons/backoffice/BackofficeSidebarScrollTextSvg.js";
260
260
  import { BackofficeSidebarSearchCodeSvg as G } from "./icons/backoffice/BackofficeSidebarSearchCodeSvg.js";
261
261
  import { BackofficeSidebarSearchSvg as K } from "./icons/backoffice/BackofficeSidebarSearchSvg.js";
262
- import { BackofficeSidebarSendSvg as xa } from "./icons/backoffice/BackofficeSidebarSendSvg.js";
263
- import { BackofficeSidebarShieldAlertSvg as Sa } from "./icons/backoffice/BackofficeSidebarShieldAlertSvg.js";
264
- import { BackofficeSidebarShieldCheckSvg as Ca } from "./icons/backoffice/BackofficeSidebarShieldCheckSvg.js";
265
- import { BackofficeSidebarShieldUserSvg as wa } from "./icons/backoffice/BackofficeSidebarShieldUserSvg.js";
266
- import { BackofficeSidebarStepForwardSvg as Ta } from "./icons/backoffice/BackofficeSidebarStepForwardSvg.js";
262
+ import { BackofficeSidebarSendSvg as Sa } from "./icons/backoffice/BackofficeSidebarSendSvg.js";
263
+ import { BackofficeSidebarShieldAlertSvg as Ca } from "./icons/backoffice/BackofficeSidebarShieldAlertSvg.js";
264
+ import { BackofficeSidebarShieldCheckSvg as wa } from "./icons/backoffice/BackofficeSidebarShieldCheckSvg.js";
265
+ import { BackofficeSidebarShieldUserSvg as Ta } from "./icons/backoffice/BackofficeSidebarShieldUserSvg.js";
266
+ import { BackofficeSidebarStepForwardSvg as Ea } from "./icons/backoffice/BackofficeSidebarStepForwardSvg.js";
267
267
  import { BackofficeSidebarStethoscopeSvg as q } from "./icons/backoffice/BackofficeSidebarStethoscopeSvg.js";
268
268
  import { BackofficeSidebarTerminalSquareSvg as J } from "./icons/backoffice/BackofficeSidebarTerminalSquareSvg.js";
269
269
  import { BackofficeSidebarTestTubeSvg as Y } from "./icons/backoffice/BackofficeSidebarTestTubeSvg.js";
270
270
  import { BackofficeSidebarTrashSvg as X } from "./icons/backoffice/BackofficeSidebarTrashSvg.js";
271
- import { BackofficeSidebarUploadCloudSvg as Ea } from "./icons/backoffice/BackofficeSidebarUploadCloudSvg.js";
272
- import { BackofficeSidebarUserCheckSvg as Da } from "./icons/backoffice/BackofficeSidebarUserCheckSvg.js";
273
- import { BackofficeSidebarUserCogSvg as Oa } from "./icons/backoffice/BackofficeSidebarUserCogSvg.js";
274
- import { BackofficeSidebarUserSearchSvg as ka } from "./icons/backoffice/BackofficeSidebarUserSearchSvg.js";
275
- import { BackofficeSidebarUserSvg as Aa } from "./icons/backoffice/BackofficeSidebarUserSvg.js";
276
- import { BackofficeSidebarUsersSvg as ja } from "./icons/backoffice/BackofficeSidebarUsersSvg.js";
277
- import { BackofficeSidebarWalletSvg as Ma } from "./icons/backoffice/BackofficeSidebarWalletSvg.js";
271
+ import { BackofficeSidebarUploadCloudSvg as Da } from "./icons/backoffice/BackofficeSidebarUploadCloudSvg.js";
272
+ import { BackofficeSidebarUserCheckSvg as Oa } from "./icons/backoffice/BackofficeSidebarUserCheckSvg.js";
273
+ import { BackofficeSidebarUserCogSvg as ka } from "./icons/backoffice/BackofficeSidebarUserCogSvg.js";
274
+ import { BackofficeSidebarUserSearchSvg as Aa } from "./icons/backoffice/BackofficeSidebarUserSearchSvg.js";
275
+ import { BackofficeSidebarUserSvg as ja } from "./icons/backoffice/BackofficeSidebarUserSvg.js";
276
+ import { BackofficeSidebarUsersSvg as Ma } from "./icons/backoffice/BackofficeSidebarUsersSvg.js";
277
+ import { BackofficeSidebarWalletSvg as Na } from "./icons/backoffice/BackofficeSidebarWalletSvg.js";
278
278
  import { BackofficeSidebarWandSvg as Z } from "./icons/backoffice/BackofficeSidebarWandSvg.js";
279
279
  import { BackofficeSidebarWorkflowSvg as Q } from "./icons/backoffice/BackofficeSidebarWorkflowSvg.js";
280
280
  import { BackofficeSidebarWrenchSvg as $ } from "./icons/backoffice/BackofficeSidebarWrenchSvg.js";
@@ -331,31 +331,31 @@ import "./icons/backoffice/tools/BackofficeToolTestsSvg.js";
331
331
  import "./icons/backoffice/tools/BackofficeToolTodosSvg.js";
332
332
  import "./icons/backoffice/tools/BackofficeToolTreeListSvg.js";
333
333
  import "./icons/backoffice/tools/BackofficeToolTreeStatsSvg.js";
334
- import { LockOpenSvg as Na } from "./icons/LockOpenSvg.js";
335
- import { LockSvg as Pa } from "./icons/LockSvg.js";
336
- import { MailCheckSvg as Fa } from "./icons/MailCheckSvg.js";
337
- import { MailXSvg as Ia } from "./icons/MailXSvg.js";
338
- import { PencilSvg as La } from "./icons/PencilSvg.js";
339
- import { PinFilledSvg as Ra } from "./icons/PinFilledSvg.js";
340
- import { PinSvg as za } from "./icons/PinSvg.js";
341
- import { ProfileDropdownOrganizationSvg as Ba } from "./icons/ProfileDropdownOrganizationSvg.js";
342
- import { RobotCheckSvg as Va } from "./icons/RobotCheckSvg.js";
343
- import { RobotSvg as Ha } from "./icons/RobotSvg.js";
344
- import { RobotXSvg as Ua } from "./icons/RobotXSvg.js";
345
- import { RocketOffSvg as Wa } from "./icons/RocketOffSvg.js";
346
- import { RocketSvg as Ga } from "./icons/RocketSvg.js";
347
- import { SendCheckSvg as Ka } from "./icons/SendCheckSvg.js";
348
- import { SendMessageSvg as qa } from "./icons/SendMessageSvg.js";
349
- import { SendXSvg as Ja } from "./icons/SendXSvg.js";
350
- import { SettingsCheckSvg as Ya } from "./icons/SettingsCheckSvg.js";
351
- import { SettingsXSvg as Xa } from "./icons/SettingsXSvg.js";
352
- import { ShieldLockSvg as Za } from "./icons/ShieldLockSvg.js";
353
- import { ShieldOffSvg as Qa } from "./icons/ShieldOffSvg.js";
354
- import { TaskAttachmentSvg as $a } from "./icons/TaskAttachmentSvg.js";
355
- import { TaskCommentBubbleSvg as eo } from "./icons/TaskCommentBubbleSvg.js";
356
- import { TaskDependencyBlockedSvg as to } from "./icons/TaskDependencyBlockedSvg.js";
357
- import { TaskDependencyReadySvg as no } from "./icons/TaskDependencyReadySvg.js";
358
- import { WrenchSvg as ro } from "./icons/WrenchSvg.js";
359
- import { XBadgeSvg as io } from "./icons/XBadgeSvg.js";
360
- import { ChevronDownIcon as ao } from "./svg/ChevronDownIcon.js";
361
- export { Cn as ActionPanel, An as ActivityCard, jn as ActivityFeed, Ur as AdminShellLayout, a as AdminSidebar, ti as AdminThemeProvider, Hr as AdminTopbar, Zn as AgentMarkdownCard, wn as AppHeader, On as AppShell, Ir as AuditTimeline, an as AuthLayout, Lr as BackofficeDataTable, ur as BackofficeDetailLayout, dr as BackofficeEmptyState, fr as BackofficeFilterDrawer, pr as BackofficeFilterField, mr as BackofficeFiltersBar, hr as BackofficeFormSection, ir as BackofficeIdBadge, br as BackofficeInfiniteListStatus, _r as BackofficeJsonViewer, Wn as BackofficeKeyValueList, xr as BackofficeLoadMore, on as BackofficePageHeader, Sr as BackofficeRelationsMenu, Bi as BackofficeSidebarActivitySvg, Vi as BackofficeSidebarArchiveSvg, Hi as BackofficeSidebarBadgeCheckSvg, Ui as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, Wi as BackofficeSidebarBrainCircuitSvg, Gi as BackofficeSidebarBriefcaseSvg, Ki as BackofficeSidebarBuildingSvg, qi as BackofficeSidebarCableSvg, Ji as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, Yi as BackofficeSidebarChartLineSvg, Xi as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, Zi as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, Qi as BackofficeSidebarDatabaseSvg, h as BackofficeSidebarDiffSvg, g as BackofficeSidebarFileCodeSvg, _ as BackofficeSidebarFileCogSvg, v as BackofficeSidebarFileSearchSvg, y as BackofficeSidebarFileStackSvg, b as BackofficeSidebarFileTextSvg, x as BackofficeSidebarFilesSvg, S as BackofficeSidebarFingerprintSvg, C as BackofficeSidebarFlameSvg, w as BackofficeSidebarFolderGitSvg, T as BackofficeSidebarFolderKanbanSvg, E as BackofficeSidebarFolderTreeSvg, $i as BackofficeSidebarGaugeSvg, ea as BackofficeSidebarGitBranchPlusSvg, ta as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, na as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, ra as BackofficeSidebarGitMergeSvg, ia as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, aa as BackofficeSidebarKeySquareSvg, oa as BackofficeSidebarKeySvg, sa as BackofficeSidebarLandmarkSvg, ca as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, la as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, ua as BackofficeSidebarLockKeyholeSvg, da as BackofficeSidebarLockSvg, fa as BackofficeSidebarMailPlusSvg, pa as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, ma as BackofficeSidebarMessagePlusSvg, ha as BackofficeSidebarMessageTextSvg, ga as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, _a as BackofficeSidebarPinSvg, va as BackofficeSidebarPlayCircleSvg, Nr as BackofficeSidebarProfileMenu, H as BackofficeSidebarRadarSvg, ya as BackofficeSidebarReceiptSvg, ba as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, xa as BackofficeSidebarSendSvg, Sa as BackofficeSidebarShieldAlertSvg, Ca as BackofficeSidebarShieldCheckSvg, wa as BackofficeSidebarShieldUserSvg, Ta as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, Ea as BackofficeSidebarUploadCloudSvg, Da as BackofficeSidebarUserCheckSvg, Oa as BackofficeSidebarUserCogSvg, ka as BackofficeSidebarUserSearchSvg, Aa as BackofficeSidebarUserSvg, ja as BackofficeSidebarUsersSvg, Ma as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, Cr as BackofficeTableSkeleton, wr as BackofficeTableToolbar, Tr as BackofficeTabs, B as BackofficeToolArchitectureSvg, O as BackofficeToolCallgraphSvg, u as BackofficeToolCodePlacementSvg, S as BackofficeToolCommitBlameSvg, D as BackofficeToolCommitDetailSvg, h as BackofficeToolCommitDiffSvg, K as BackofficeToolCommitSearchSvg, R as BackofficeToolCommitTouchesSvg, A as BackofficeToolCommitsLogSvg, D as BackofficeToolCommitsSvg, o as BackofficeToolComplexSymbolsSvg, X as BackofficeToolDeadCodeSvg, Q as BackofficeToolDependenciesSvg, V as BackofficeToolDesignSvg, J as BackofficeToolDevSvg, q as BackofficeToolDiagnosticsSvg, W as BackofficeToolDocsListSvg, W as BackofficeToolDocsSvg, I as BackofficeToolDomainMapSvg, f as BackofficeToolDuplicateFilesSvg, d as BackofficeToolDuplicateSymbolsSvg, p as BackofficeToolDuplicationsSvg, F as BackofficeToolFeatureImpactSvg, P as BackofficeToolFeaturePlanSvg, v as BackofficeToolFileFindSvg, l as BackofficeToolFileHistorySvg, _ as BackofficeToolFileMetadataSvg, b as BackofficeToolFileReadSvg, y as BackofficeToolFilesReadManySvg, x as BackofficeToolFilesSvg, G as BackofficeToolFulltextSearchSvg, H as BackofficeToolGraphNeighborsSvg, z as BackofficeToolGraphSvg, C as BackofficeToolHotspotsSvg, k as BackofficeToolHttpFetchSvg, m as BackofficeToolImpactSvg, L as BackofficeToolPreflightCheckSvg, T as BackofficeToolProjectsListSvg, Z as BackofficeToolRefactorSvg, j as BackofficeToolRepoInfoSvg, w as BackofficeToolRepoSvg, U as BackofficeToolRequestFlowSvg, $ as BackofficeToolScaffoldSvg, Y as BackofficeToolSuggestTestsSvg, b as BackofficeToolSummarySvg, g as BackofficeToolSymbolDefinitionSvg, M as BackofficeToolSymbolReferencesSvg, o as BackofficeToolSymbolsListSvg, q as BackofficeToolTechDebtSvg, c as BackofficeToolTestsSvg, N as BackofficeToolTodosSvg, E as BackofficeToolTreeListSvg, s as BackofficeToolTreeStatsSvg, Rr as BackofficeVirtualizedConnectionTable, t as Badge, vi as BanSvg, dt as BreadcrumbNavigation, Er as BulkActionsBar, r as Button, n as ButtonLoadingSpinnerSvg, ct as Card, Si as ChatCheckSvg, yi as ChatSizeLargeSvg, bi as ChatSizeMediumSvg, xi as ChatSizeSmallSvg, Ci as ChatXSvg, wi as CheckSvg, et as Checkbox, pt as CheckboxField, ao as ChevronDownIcon, ut as ChevronDownSvg, Kt as ChevronLeftIcon, Rt as ChevronLeftSvg, qt as ChevronRightIcon, Ei as ClockSvg, Ti as CoinOffSvg, gr as ConfirmDialog, Tn as ContentLayout, rr as CopyableText, Mn as DashboardGrid, Nn as DashboardGridColumn, Pn as DashboardGridItem, fn as DataTable, Di as DatabaseCheckSvg, Oi as DatabaseXSvg, cn as DetailPage, ln as DetailPageContent, Br as DetailPageTemplate, En as DetailSummaryHeader, ki as DevModeSvg, Jt as DocumentationIcon, jt as EmptyState, zr as EntityHeader, ar as EnvironmentBadge, tt as ErrorMessage, Ct as ExternalLinkSvg, Ai as EyeSvg, ni as FALLBACK_REFERENCE, Dr as FilterChipRow, _t as Form, ft as FormActions, ht as FormError, mt as FormErrorAlertSvg, vt as FormErrorBanner, gt as FormField, yt as FormGroup, nt as FormattedDate, Or as GlobalSearchInput, zt as GlobeSvg, ji as GripDotsSvg, bt as HighlightCode, Mi as HomeActivityAssignUserSvg, Yt as HomeIcon, Ni as HomeStatsCheckBadgeSvg, Pi as HomeStatsClipboardSvg, Fi as HomeStatsClockSvg, it as IconMenuButton, tr as ImagePreviewModal, mn as InfiniteScrollTrigger, hn as InfoTile, Xt as InitiativesIcon, kr as InlineBanner, Qe as Input, Ii as KeyOffSvg, Li as KeySvg, $e as Label, vr as LazyBackofficeJsonViewer, xt as LazyMarkdownCodeBlock, St as LazyMarkdownRenderer, Ze as LinkButton, Ri as LinkCheckSvg, zi as LinkXSvg, Vr as ListPageTemplate, Na as LockOpenSvg, Pa as LockSvg, Lt as LoginForm, Fa as MailCheckSvg, Ia as MailXSvg, wt as MarkdownRenderer, Fn as MetadataStrip, In as MetricCard, un as MetricHistoryChart, Ln as MetricTileGroup, ot as Modal, ci as MoneyAmount, gn as MutationFeedback, rn as NavigationSidebar, _n as OperationFeedback, at as Overlay, sn as PageContainer, Rn as PageHero, Dn as PageShell, Sn as PanelShell, La as PencilSvg, Ra as PinFilledSvg, za as PinSvg, Zt as PlusIcon, Mr as ProfileDropdownLogoutSvg, Ba as ProfileDropdownOrganizationSvg, Bt as ProjectsFolderSvg, Qt as ProjectsIcon, $n as RefetchNeededBanner, rt as RelativeTimeText, bn as ResponsiveCollectionRenderer, pn as ResponsiveRecordList, Va as RobotCheckSvg, Ha as RobotSvg, Ua as RobotXSvg, Wa as RocketOffSvg, Ga as RocketSvg, vn as RouteFallback, yn as RoutePendingBar, $t as SearchIcon, Bn as SectionNav, zn as SegmentedNav, Vn as SelectableCard, Ka as SendCheckSvg, qa as SendMessageSvg, Ja as SendXSvg, Ya as SettingsCheckSvg, en as SettingsIcon, Un as SettingsLayout, Xa as SettingsXSvg, Za as ShieldLockSvg, Qa as ShieldOffSvg, or as ShortcutHint, i as Sidebar, Pr as SidebarCollapseToggle, i as SidebarContainer, lt as SidebarHomeSvg, Ar as SidebarNavItem, jr as SidebarNavSection, Hn as SidebarPageLayout, Vt as SidebarPlusSvg, Ht as SidebarSearchSvg, Ut as SidebarSettingsSvg, Wt as SidebarTasksSvg, Gt as SidebarTeamSvg, Qn as SimpleSelect, sr as Skeleton, cr as Spinner, qn as SplitViewLayout, kn as StatusBadge, Gn as StatusSummaryPanel, oe as THEME_MODE_KEY, xn as TableCell, Fr as TableToolbar, Mt as Tabs, er as TabsContentLayout, lr as Tag, $a as TaskAttachmentSvg, eo as TaskCommentBubbleSvg, to as TaskDependencyBlockedSvg, no as TaskDependencyReadySvg, tn as TasksIcon, nn as TeamIcon, st as Textarea, se as ThemeProvider, dn as TimeSeriesLineChart, Kn as TimelineEventRow, Pt as ToastProvider, Nt as ToastViewport, Jn as ToolbarRow, nr as VirtualizedConnectionTable, fe as VisuallyHidden, _i as WrapperPage, ro as WrenchSvg, io as XBadgeSvg, ce as __test, yr as __testLazyBackofficeJsonViewer, Wr as adminControlHeightVar, Gr as adminDensityComfortableClass, Kr as adminDensityCompactClass, qr as adminDensityDefaultClass, Jr as adminPanelPaddingVar, Yr as adminTableCellPaddingXVar, Xr as adminTableCellPaddingYVar, Zr as adminTableFontSizeVar, Qr as adminTableRowMinHeightVar, ei as adminThemeClass, $r as adminToolbarGapVar, di as aggregateValuesByDayAndCategory, _e as brandFocusRing, fi as buildUtcDayRange, me as colors, pe as containerQueries, ve as controlFocusRing, ue as cx, re as darkThemeClass, si as denseTableClass, ye as disabledControl, be as entityReferenceLink, xe as errorControlFocusRing, Ue as findFirstFocusable, We as findFirstFormControl, Fe as firstChildSprinkles, Ge as focusElement, Se as focusRing, li as formatCurrencyAmount, ri as formatNullableCurrency, ii as formatNullableNumber, ai as formatNullableString, oi as formatStringList, Ke as getFocusableElements, Ce as ghostIconButton, Ie as hoverSprinkles, we as iconBox, Te as iconBoxCompact, Ee as insetFocusRing, De as interactiveControlSurface, Oe as interactiveLinkSurface, qe as isFocusableElement, ke as liftOnHover, ie as lightThemeClass, ae as lightThemeValues, Ae as loadingShimmer, Tt as markdownFontSizeVar, Et as markdownLinkColorVar, Dt as markdownLinkDisabledColorVar, Ot as markdownLinkHoverColorVar, kt as markdownLinkIconColorVar, At as markdownTextColorVar, ui as normalizeProgress, de as onlyDefinedStyles, ze as opacity, je as pillLink, Me as pressInteraction, Je as resolveFormInitialFocusTarget, Ye as resolveInitialFocusTarget, Yn as sanitizeAgentAnswer, Xn as sanitizeAgentMarkdown, Be as screens, he as spacing, ee as spin, te as spinAnimation, Le as sprinkles, Re as stateSprinkles, Ne as surfaceInteractive, He as themeColorValues, Ve as themeSpacingValues, pi as toUtcDailyCategorySeries, mi as toUtcDayKey, Pe as truncate, Xe as uiI18nResources, It as useLoginForm, hi as useStickToBottom, gi as useSubmitOnEnter, le as useTheme, Ft as useToast, ge as vars, ne as visuallyHidden, e as withUiI18nResources };
334
+ import { LockOpenSvg as Pa } from "./icons/LockOpenSvg.js";
335
+ import { LockSvg as Fa } from "./icons/LockSvg.js";
336
+ import { MailCheckSvg as Ia } from "./icons/MailCheckSvg.js";
337
+ import { MailXSvg as La } from "./icons/MailXSvg.js";
338
+ import { PencilSvg as Ra } from "./icons/PencilSvg.js";
339
+ import { PinFilledSvg as za } from "./icons/PinFilledSvg.js";
340
+ import { PinSvg as Ba } from "./icons/PinSvg.js";
341
+ import { ProfileDropdownOrganizationSvg as Va } from "./icons/ProfileDropdownOrganizationSvg.js";
342
+ import { RobotCheckSvg as Ha } from "./icons/RobotCheckSvg.js";
343
+ import { RobotSvg as Ua } from "./icons/RobotSvg.js";
344
+ import { RobotXSvg as Wa } from "./icons/RobotXSvg.js";
345
+ import { RocketOffSvg as Ga } from "./icons/RocketOffSvg.js";
346
+ import { RocketSvg as Ka } from "./icons/RocketSvg.js";
347
+ import { SendCheckSvg as qa } from "./icons/SendCheckSvg.js";
348
+ import { SendMessageSvg as Ja } from "./icons/SendMessageSvg.js";
349
+ import { SendXSvg as Ya } from "./icons/SendXSvg.js";
350
+ import { SettingsCheckSvg as Xa } from "./icons/SettingsCheckSvg.js";
351
+ import { SettingsXSvg as Za } from "./icons/SettingsXSvg.js";
352
+ import { ShieldLockSvg as Qa } from "./icons/ShieldLockSvg.js";
353
+ import { ShieldOffSvg as $a } from "./icons/ShieldOffSvg.js";
354
+ import { TaskAttachmentSvg as eo } from "./icons/TaskAttachmentSvg.js";
355
+ import { TaskCommentBubbleSvg as to } from "./icons/TaskCommentBubbleSvg.js";
356
+ import { TaskDependencyBlockedSvg as no } from "./icons/TaskDependencyBlockedSvg.js";
357
+ import { TaskDependencyReadySvg as ro } from "./icons/TaskDependencyReadySvg.js";
358
+ import { WrenchSvg as io } from "./icons/WrenchSvg.js";
359
+ import { XBadgeSvg as ao } from "./icons/XBadgeSvg.js";
360
+ import { ChevronDownIcon as oo } from "./svg/ChevronDownIcon.js";
361
+ export { Cn as ActionPanel, An as ActivityCard, jn as ActivityFeed, Wr as AdminShellLayout, Hr as AdminSidebar, ti as AdminThemeProvider, Ur as AdminTopbar, Zn as AgentMarkdownCard, wn as AppHeader, On as AppShell, Ir as AuditTimeline, an as AuthLayout, Lr as BackofficeDataTable, ur as BackofficeDetailLayout, dr as BackofficeEmptyState, fr as BackofficeFilterDrawer, pr as BackofficeFilterField, mr as BackofficeFiltersBar, hr as BackofficeFormSection, ir as BackofficeIdBadge, br as BackofficeInfiniteListStatus, _r as BackofficeJsonViewer, Wn as BackofficeKeyValueList, xr as BackofficeLoadMore, on as BackofficePageHeader, Sr as BackofficeRelationsMenu, Vi as BackofficeSidebarActivitySvg, Hi as BackofficeSidebarArchiveSvg, Ui as BackofficeSidebarBadgeCheckSvg, Wi as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, Gi as BackofficeSidebarBrainCircuitSvg, Ki as BackofficeSidebarBriefcaseSvg, qi as BackofficeSidebarBuildingSvg, Ji as BackofficeSidebarCableSvg, Yi as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, Xi as BackofficeSidebarChartLineSvg, Zi as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, Qi as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, $i as BackofficeSidebarDatabaseSvg, h as BackofficeSidebarDiffSvg, g as BackofficeSidebarFileCodeSvg, _ as BackofficeSidebarFileCogSvg, v as BackofficeSidebarFileSearchSvg, y as BackofficeSidebarFileStackSvg, b as BackofficeSidebarFileTextSvg, x as BackofficeSidebarFilesSvg, S as BackofficeSidebarFingerprintSvg, C as BackofficeSidebarFlameSvg, w as BackofficeSidebarFolderGitSvg, T as BackofficeSidebarFolderKanbanSvg, E as BackofficeSidebarFolderTreeSvg, ea as BackofficeSidebarGaugeSvg, ta as BackofficeSidebarGitBranchPlusSvg, na as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, ra as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, ia as BackofficeSidebarGitMergeSvg, aa as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, oa as BackofficeSidebarKeySquareSvg, sa as BackofficeSidebarKeySvg, ca as BackofficeSidebarLandmarkSvg, la as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, ua as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, da as BackofficeSidebarLockKeyholeSvg, fa as BackofficeSidebarLockSvg, pa as BackofficeSidebarMailPlusSvg, ma as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, ha as BackofficeSidebarMessagePlusSvg, ga as BackofficeSidebarMessageTextSvg, _a as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, va as BackofficeSidebarPinSvg, ya as BackofficeSidebarPlayCircleSvg, Nr as BackofficeSidebarProfileMenu, H as BackofficeSidebarRadarSvg, ba as BackofficeSidebarReceiptSvg, xa as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, Sa as BackofficeSidebarSendSvg, Ca as BackofficeSidebarShieldAlertSvg, wa as BackofficeSidebarShieldCheckSvg, Ta as BackofficeSidebarShieldUserSvg, Ea as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, Da as BackofficeSidebarUploadCloudSvg, Oa as BackofficeSidebarUserCheckSvg, ka as BackofficeSidebarUserCogSvg, Aa as BackofficeSidebarUserSearchSvg, ja as BackofficeSidebarUserSvg, Ma as BackofficeSidebarUsersSvg, Na as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, Cr as BackofficeTableSkeleton, wr as BackofficeTableToolbar, Tr as BackofficeTabs, B as BackofficeToolArchitectureSvg, O as BackofficeToolCallgraphSvg, u as BackofficeToolCodePlacementSvg, S as BackofficeToolCommitBlameSvg, D as BackofficeToolCommitDetailSvg, h as BackofficeToolCommitDiffSvg, K as BackofficeToolCommitSearchSvg, R as BackofficeToolCommitTouchesSvg, A as BackofficeToolCommitsLogSvg, D as BackofficeToolCommitsSvg, o as BackofficeToolComplexSymbolsSvg, X as BackofficeToolDeadCodeSvg, Q as BackofficeToolDependenciesSvg, V as BackofficeToolDesignSvg, J as BackofficeToolDevSvg, q as BackofficeToolDiagnosticsSvg, W as BackofficeToolDocsListSvg, W as BackofficeToolDocsSvg, I as BackofficeToolDomainMapSvg, f as BackofficeToolDuplicateFilesSvg, d as BackofficeToolDuplicateSymbolsSvg, p as BackofficeToolDuplicationsSvg, F as BackofficeToolFeatureImpactSvg, P as BackofficeToolFeaturePlanSvg, v as BackofficeToolFileFindSvg, l as BackofficeToolFileHistorySvg, _ as BackofficeToolFileMetadataSvg, b as BackofficeToolFileReadSvg, y as BackofficeToolFilesReadManySvg, x as BackofficeToolFilesSvg, G as BackofficeToolFulltextSearchSvg, H as BackofficeToolGraphNeighborsSvg, z as BackofficeToolGraphSvg, C as BackofficeToolHotspotsSvg, k as BackofficeToolHttpFetchSvg, m as BackofficeToolImpactSvg, L as BackofficeToolPreflightCheckSvg, T as BackofficeToolProjectsListSvg, Z as BackofficeToolRefactorSvg, j as BackofficeToolRepoInfoSvg, w as BackofficeToolRepoSvg, U as BackofficeToolRequestFlowSvg, $ as BackofficeToolScaffoldSvg, Y as BackofficeToolSuggestTestsSvg, b as BackofficeToolSummarySvg, g as BackofficeToolSymbolDefinitionSvg, M as BackofficeToolSymbolReferencesSvg, o as BackofficeToolSymbolsListSvg, q as BackofficeToolTechDebtSvg, c as BackofficeToolTestsSvg, N as BackofficeToolTodosSvg, E as BackofficeToolTreeListSvg, s as BackofficeToolTreeStatsSvg, Rr as BackofficeVirtualizedConnectionTable, t as Badge, yi as BanSvg, dt as BreadcrumbNavigation, Er as BulkActionsBar, r as Button, n as ButtonLoadingSpinnerSvg, ct as Card, Ci as ChatCheckSvg, bi as ChatSizeLargeSvg, xi as ChatSizeMediumSvg, Si as ChatSizeSmallSvg, wi as ChatXSvg, Ti as CheckSvg, et as Checkbox, pt as CheckboxField, oo as ChevronDownIcon, ut as ChevronDownSvg, Kt as ChevronLeftIcon, Rt as ChevronLeftSvg, qt as ChevronRightIcon, Di as ClockSvg, Ei as CoinOffSvg, gr as ConfirmDialog, Tn as ContentLayout, rr as CopyableText, Mn as DashboardGrid, Nn as DashboardGridColumn, Pn as DashboardGridItem, fn as DataTable, Oi as DatabaseCheckSvg, ki as DatabaseXSvg, cn as DetailPage, ln as DetailPageContent, Br as DetailPageTemplate, En as DetailSummaryHeader, Ai as DevModeSvg, Jt as DocumentationIcon, jt as EmptyState, zr as EntityHeader, ar as EnvironmentBadge, tt as ErrorMessage, Ct as ExternalLinkSvg, ji as EyeSvg, ni as FALLBACK_REFERENCE, Dr as FilterChipRow, _t as Form, ft as FormActions, ht as FormError, mt as FormErrorAlertSvg, vt as FormErrorBanner, gt as FormField, yt as FormGroup, nt as FormattedDate, Or as GlobalSearchInput, zt as GlobeSvg, Mi as GripDotsSvg, bt as HighlightCode, Ni as HomeActivityAssignUserSvg, Yt as HomeIcon, Pi as HomeStatsCheckBadgeSvg, Fi as HomeStatsClipboardSvg, Ii as HomeStatsClockSvg, it as IconMenuButton, tr as ImagePreviewModal, mn as InfiniteScrollTrigger, hn as InfoTile, Xt as InitiativesIcon, kr as InlineBanner, Qe as Input, Li as KeyOffSvg, Ri as KeySvg, $e as Label, vr as LazyBackofficeJsonViewer, xt as LazyMarkdownCodeBlock, St as LazyMarkdownRenderer, Ze as LinkButton, zi as LinkCheckSvg, Bi as LinkXSvg, Vr as ListPageTemplate, Pa as LockOpenSvg, Fa as LockSvg, Lt as LoginForm, Ia as MailCheckSvg, La as MailXSvg, wt as MarkdownRenderer, Fn as MetadataStrip, In as MetricCard, un as MetricHistoryChart, Ln as MetricTileGroup, ot as Modal, ci as MoneyAmount, gn as MutationFeedback, rn as NavigationSidebar, _n as OperationFeedback, at as Overlay, sn as PageContainer, Rn as PageHero, Dn as PageShell, Sn as PanelShell, Ra as PencilSvg, za as PinFilledSvg, Ba as PinSvg, Zt as PlusIcon, Mr as ProfileDropdownLogoutSvg, Va as ProfileDropdownOrganizationSvg, Bt as ProjectsFolderSvg, Qt as ProjectsIcon, $n as RefetchNeededBanner, rt as RelativeTimeText, bn as ResponsiveCollectionRenderer, pn as ResponsiveRecordList, Ha as RobotCheckSvg, Ua as RobotSvg, Wa as RobotXSvg, Ga as RocketOffSvg, Ka as RocketSvg, vn as RouteFallback, yn as RoutePendingBar, $t as SearchIcon, Bn as SectionNav, zn as SegmentedNav, Vn as SelectableCard, qa as SendCheckSvg, Ja as SendMessageSvg, Ya as SendXSvg, Xa as SettingsCheckSvg, en as SettingsIcon, Un as SettingsLayout, Za as SettingsXSvg, Qa as ShieldLockSvg, $a as ShieldOffSvg, or as ShortcutHint, i as Sidebar, Pr as SidebarCollapseToggle, i as SidebarContainer, lt as SidebarHomeSvg, Ar as SidebarNavItem, jr as SidebarNavSection, Hn as SidebarPageLayout, Vt as SidebarPlusSvg, Ht as SidebarSearchSvg, Ut as SidebarSettingsSvg, Wt as SidebarTasksSvg, Gt as SidebarTeamSvg, Qn as SimpleSelect, sr as Skeleton, cr as Spinner, qn as SplitViewLayout, kn as StatusBadge, Gn as StatusSummaryPanel, oe as THEME_MODE_KEY, xn as TableCell, Fr as TableToolbar, Mt as Tabs, er as TabsContentLayout, lr as Tag, eo as TaskAttachmentSvg, to as TaskCommentBubbleSvg, no as TaskDependencyBlockedSvg, ro as TaskDependencyReadySvg, tn as TasksIcon, nn as TeamIcon, st as Textarea, se as ThemeProvider, dn as TimeSeriesLineChart, Kn as TimelineEventRow, Pt as ToastProvider, Nt as ToastViewport, Jn as ToolbarRow, nr as VirtualizedConnectionTable, fe as VisuallyHidden, vi as WrapperPage, io as WrenchSvg, ao as XBadgeSvg, ce as __test, yr as __testLazyBackofficeJsonViewer, Gr as adminControlHeightVar, Kr as adminDensityComfortableClass, qr as adminDensityCompactClass, Jr as adminDensityDefaultClass, Yr as adminPanelPaddingVar, a as adminTableCellPaddingXVar, Xr as adminTableCellPaddingYVar, Zr as adminTableFontSizeVar, Qr as adminTableRowMinHeightVar, ei as adminThemeClass, $r as adminToolbarGapVar, fi as aggregateValuesByDayAndCategory, _e as brandFocusRing, pi as buildUtcDayRange, me as colors, pe as containerQueries, ve as controlFocusRing, ue as cx, re as darkThemeClass, si as denseTableClass, ye as disabledControl, be as entityReferenceLink, xe as errorControlFocusRing, Ue as findFirstFocusable, We as findFirstFormControl, Fe as firstChildSprinkles, Ge as focusElement, Se as focusRing, li as formatCurrencyAmount, ui as formatCurrencyAmountTitle, ri as formatNullableCurrency, ii as formatNullableNumber, ai as formatNullableString, oi as formatStringList, Ke as getFocusableElements, Ce as ghostIconButton, Ie as hoverSprinkles, we as iconBox, Te as iconBoxCompact, Ee as insetFocusRing, De as interactiveControlSurface, Oe as interactiveLinkSurface, qe as isFocusableElement, ke as liftOnHover, ie as lightThemeClass, ae as lightThemeValues, Ae as loadingShimmer, Tt as markdownFontSizeVar, Et as markdownLinkColorVar, Dt as markdownLinkDisabledColorVar, Ot as markdownLinkHoverColorVar, kt as markdownLinkIconColorVar, At as markdownTextColorVar, di as normalizeProgress, de as onlyDefinedStyles, ze as opacity, je as pillLink, Me as pressInteraction, Je as resolveFormInitialFocusTarget, Ye as resolveInitialFocusTarget, Yn as sanitizeAgentAnswer, Xn as sanitizeAgentMarkdown, Be as screens, he as spacing, ee as spin, te as spinAnimation, Le as sprinkles, Re as stateSprinkles, Ne as surfaceInteractive, He as themeColorValues, Ve as themeSpacingValues, mi as toUtcDailyCategorySeries, hi as toUtcDayKey, Pe as truncate, Xe as uiI18nResources, It as useLoginForm, gi as useStickToBottom, _i as useSubmitOnEnter, le as useTheme, Ft as useToast, ge as vars, ne as visuallyHidden, e as withUiI18nResources };
@@ -0,0 +1,24 @@
1
+ //#region src/internal/charts/metricHistoryChartHelpers.ts
2
+ function e(e, t) {
3
+ let n = new Intl.NumberFormat(void 0, { maximumFractionDigits: 2 }).format(e);
4
+ return t == null || t.length === 0 ? n : `${n} ${t}`;
5
+ }
6
+ function t(e) {
7
+ let t = new Date(e);
8
+ return Number.isNaN(t.getTime()) ? e : t.toLocaleString(void 0, {
9
+ month: "short",
10
+ day: "2-digit",
11
+ hour: "2-digit",
12
+ minute: "2-digit"
13
+ });
14
+ }
15
+ function n(e) {
16
+ return e.toLocaleTimeString(void 0, {
17
+ hour: "2-digit",
18
+ minute: "2-digit"
19
+ });
20
+ }
21
+ //#endregion
22
+ export { n as formatAxisTimestamp, t as formatDefaultTimestamp, e as formatDefaultValue };
23
+
24
+ //# sourceMappingURL=metricHistoryChartHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metricHistoryChartHelpers.js","names":[],"sources":["../../../../src/internal/charts/metricHistoryChartHelpers.ts"],"sourcesContent":["/**\n * Formats metric values with an optional unit suffix.\n */\nexport function formatDefaultValue(value: number, unit?: string): string {\n const formatted = new Intl.NumberFormat(undefined, {\n maximumFractionDigits: 2,\n }).format(value);\n\n if (unit == null || unit.length === 0) {\n return formatted;\n }\n\n return `${formatted} ${unit}`;\n}\n\n/**\n * Formats an ISO timestamp for tooltip display.\n */\nexport function formatDefaultTimestamp(value: string): string {\n const parsed = new Date(value);\n if (Number.isNaN(parsed.getTime())) {\n return value;\n }\n\n return parsed.toLocaleString(undefined, {\n month: 'short',\n day: '2-digit',\n hour: '2-digit',\n minute: '2-digit',\n });\n}\n\n/**\n * Formats chart axis ticks as localized times.\n */\nexport function formatAxisTimestamp(value: Date): string {\n return value.toLocaleTimeString(undefined, {\n hour: '2-digit',\n minute: '2-digit',\n });\n}\n"],"mappings":";AAGA,SAAgB,EAAmB,GAAe,GAAuB;CACvE,IAAM,IAAY,IAAI,KAAK,aAAa,KAAA,GAAW,EACjD,uBAAuB,GACxB,CAAC,CAAC,OAAO,EAAM;CAMhB,OAJI,KAAQ,QAAQ,EAAK,WAAW,IAC3B,IAGF,GAAG,EAAU,GAAG;;AAMzB,SAAgB,EAAuB,GAAuB;CAC5D,IAAM,IAAS,IAAI,KAAK,EAAM;CAK9B,OAJI,OAAO,MAAM,EAAO,SAAS,CAAC,GACzB,IAGF,EAAO,eAAe,KAAA,GAAW;EACtC,OAAO;EACP,KAAK;EACL,MAAM;EACN,QAAQ;EACT,CAAC;;AAMJ,SAAgB,EAAoB,GAAqB;CACvD,OAAO,EAAM,mBAAmB,KAAA,GAAW;EACzC,MAAM;EACN,QAAQ;EACT,CAAC"}
@@ -0,0 +1,68 @@
1
+ //#region src/internal/charts/timeSeriesLineChartHelpers.ts
2
+ var e = 6, t = 5;
3
+ function n(t) {
4
+ let n = t[0];
5
+ if (n == null || n.data.length <= e) return n == null ? [] : n.data.map((e) => e.x);
6
+ let r = Math.ceil(n.data.length / e), i = n.data.filter((e, t) => t % r === 0).map((e) => e.x), a = n.data.at(-1);
7
+ return a != null && i.at(-1) !== a.x && i.push(a.x), i;
8
+ }
9
+ function r(e) {
10
+ return (/* @__PURE__ */ new Date(`${e}T00:00:00Z`)).toLocaleDateString(void 0, {
11
+ month: "short",
12
+ day: "2-digit"
13
+ });
14
+ }
15
+ function i(e) {
16
+ return Number(e.toPrecision(12));
17
+ }
18
+ function a(e) {
19
+ if (!Number.isFinite(e) || e <= 0) return 1;
20
+ let t = 10 ** Math.floor(Math.log10(e)), n = e / t;
21
+ return n <= 1 ? t : n <= 2 ? 2 * t : n <= 5 ? 5 * t : 10 * t;
22
+ }
23
+ function o(e, t, n, r) {
24
+ if (t <= e) return [i(e)];
25
+ let o = (t - e) / (r - 1), s = a(Math.max(o, n)), c = [];
26
+ for (let n = e; n <= t + s / 10 && c.length < r; n += s) c.push(i(n));
27
+ let l = i(t);
28
+ return c.at(-1) !== l && c.length < r && c.push(l), c;
29
+ }
30
+ function s(e) {
31
+ let t = 0;
32
+ for (let n of e) for (let e of n.data) Number.isFinite(e.y) && e.y > t && (t = e.y);
33
+ return t;
34
+ }
35
+ function c(e) {
36
+ let t = new Intl.NumberFormat("en-US", {
37
+ notation: "compact",
38
+ maximumFractionDigits: 1
39
+ }).format(e);
40
+ return e !== 0 && t === "0" ? new Intl.NumberFormat("en-US", { maximumSignificantDigits: 2 }).format(e) : t;
41
+ }
42
+ function l(e, n) {
43
+ let r = 0;
44
+ Number.isFinite(n.min) && (r = n.min ?? 0);
45
+ let c = 0;
46
+ n.minTickStep != null && Number.isFinite(n.minTickStep) && (c = Math.max(n.minTickStep, 0));
47
+ let l = t;
48
+ if (n.maxTickCount != null && Number.isFinite(n.maxTickCount) && (l = Math.max(Math.floor(n.maxTickCount), 2)), typeof n.max == "number" && Number.isFinite(n.max)) {
49
+ let e = Math.max(n.max, r);
50
+ return {
51
+ min: r,
52
+ max: e,
53
+ tickValues: o(r, e, c, l)
54
+ };
55
+ }
56
+ let u = Math.max(s(e), r) - r, d = c;
57
+ u > 0 && (d = u / (l - 1));
58
+ let f = a(Math.max(d, c)), p = i(r + Math.max(Math.ceil(u / f), 1) * f);
59
+ return {
60
+ min: r,
61
+ max: p,
62
+ tickValues: o(r, p, f, l)
63
+ };
64
+ }
65
+ //#endregion
66
+ export { r as formatDayTick, c as formatYAxisTick, s as getSeriesYMax, n as getVisibleDayTicks, l as resolveYAxisState };
67
+
68
+ //# sourceMappingURL=timeSeriesLineChartHelpers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeSeriesLineChartHelpers.js","names":[],"sources":["../../../../src/internal/charts/timeSeriesLineChartHelpers.ts"],"sourcesContent":["const MAX_X_TICKS = 6;\nconst DEFAULT_Y_TICK_COUNT = 5;\n\ntype TimeSeriesWithDayPoints = {\n data: readonly {\n x: string;\n }[];\n};\n\ntype TimeSeriesWithNumberPoints = {\n data: readonly {\n y: number;\n }[];\n};\n\nexport type TimeSeriesYAxisConfig = {\n min?: number;\n max?: number | 'auto';\n minTickStep?: number;\n maxTickCount?: number;\n formatValue?: (value: number) => string;\n};\n\nexport type TimeSeriesYAxisState = {\n min: number;\n max: number;\n tickValues: readonly number[];\n};\n\n/**\n * Limits the number of visible day ticks while always keeping the last point.\n */\nexport function getVisibleDayTicks(\n series: readonly TimeSeriesWithDayPoints[],\n): readonly string[] {\n const firstSerie = series[0];\n if (firstSerie == null || firstSerie.data.length <= MAX_X_TICKS) {\n if (firstSerie == null) {\n return [];\n }\n\n return firstSerie.data.map((point) => {\n return point.x;\n });\n }\n\n const step = Math.ceil(firstSerie.data.length / MAX_X_TICKS);\n const visibleTicks = firstSerie.data\n .filter((_, index) => {\n return index % step === 0;\n })\n .map((point) => {\n return point.x;\n });\n\n const lastPoint = firstSerie.data.at(-1);\n if (lastPoint != null && visibleTicks.at(-1) !== lastPoint.x) {\n visibleTicks.push(lastPoint.x);\n }\n\n return visibleTicks;\n}\n\n/**\n * Formats a YYYY-MM-DD key into a short month/day label for the x-axis.\n */\nexport function formatDayTick(dayKey: string): string {\n const parsed = new Date(`${dayKey}T00:00:00Z`);\n return parsed.toLocaleDateString(undefined, {\n month: 'short',\n day: '2-digit',\n });\n}\n\n/**\n * Rounds axis numbers to avoid floating-point artifacts in tick values.\n */\nfunction roundAxisValue(value: number): number {\n return Number(value.toPrecision(12));\n}\n\n/**\n * Rounds a raw step to a stable 1/2/5/10-based increment.\n */\nfunction getNiceTickStep(step: number): number {\n if (!Number.isFinite(step) || step <= 0) {\n return 1;\n }\n\n const exponent = Math.floor(Math.log10(step));\n const power = 10 ** exponent;\n const fraction = step / power;\n\n if (fraction <= 1) {\n return power;\n }\n if (fraction <= 2) {\n return 2 * power;\n }\n if (fraction <= 5) {\n return 5 * power;\n }\n\n return 10 * power;\n}\n\n/**\n * Builds an explicit list of y-axis tick values.\n */\nfunction buildYAxisTicks(\n min: number,\n max: number,\n minTickStep: number,\n maxTickCount: number,\n): readonly number[] {\n if (max <= min) {\n return [roundAxisValue(min)];\n }\n\n const rawStep = (max - min) / (maxTickCount - 1);\n const tickStep = getNiceTickStep(Math.max(rawStep, minTickStep));\n const ticks: number[] = [];\n for (\n let value = min;\n value <= max + tickStep / 10 && ticks.length < maxTickCount;\n value += tickStep\n ) {\n ticks.push(roundAxisValue(value));\n }\n\n const roundedMax = roundAxisValue(max);\n if (ticks.at(-1) !== roundedMax && ticks.length < maxTickCount) {\n ticks.push(roundedMax);\n }\n\n return ticks;\n}\n\n/**\n * Returns the highest finite y value across all series.\n */\nexport function getSeriesYMax(\n series: readonly TimeSeriesWithNumberPoints[],\n): number {\n let max = 0;\n for (const serie of series) {\n for (const point of serie.data) {\n if (Number.isFinite(point.y) && point.y > max) {\n max = point.y;\n }\n }\n }\n\n return max;\n}\n\n/**\n * Formats a default y-axis tick without collapsing small non-zero values to 0.\n */\nexport function formatYAxisTick(value: number): string {\n const compactValue = new Intl.NumberFormat('en-US', {\n notation: 'compact',\n maximumFractionDigits: 1,\n }).format(value);\n\n if (value !== 0 && compactValue === '0') {\n return new Intl.NumberFormat('en-US', {\n maximumSignificantDigits: 2,\n }).format(value);\n }\n\n return compactValue;\n}\n\n/**\n * Resolves a Nivo-compatible y-axis domain and explicit ticks.\n */\nexport function resolveYAxisState(\n series: readonly TimeSeriesWithNumberPoints[],\n config: TimeSeriesYAxisConfig,\n): TimeSeriesYAxisState {\n let min = 0;\n if (Number.isFinite(config.min)) {\n min = config.min ?? 0;\n }\n\n let minTickStep = 0;\n if (config.minTickStep != null && Number.isFinite(config.minTickStep)) {\n minTickStep = Math.max(config.minTickStep, 0);\n }\n\n let maxTickCount = DEFAULT_Y_TICK_COUNT;\n if (config.maxTickCount != null && Number.isFinite(config.maxTickCount)) {\n maxTickCount = Math.max(Math.floor(config.maxTickCount), 2);\n }\n\n if (typeof config.max === 'number' && Number.isFinite(config.max)) {\n const max = Math.max(config.max, min);\n return {\n min,\n max,\n tickValues: buildYAxisTicks(min, max, minTickStep, maxTickCount),\n };\n }\n\n const dataMax = Math.max(getSeriesYMax(series), min);\n const range = dataMax - min;\n let rawStep = minTickStep;\n if (range > 0) {\n rawStep = range / (maxTickCount - 1);\n }\n const tickStep = getNiceTickStep(Math.max(rawStep, minTickStep));\n const max = roundAxisValue(\n min + Math.max(Math.ceil(range / tickStep), 1) * tickStep,\n );\n\n return {\n min,\n max,\n tickValues: buildYAxisTicks(min, max, tickStep, maxTickCount),\n };\n}\n"],"mappings":";AAAA,IAAM,IAAc,GACd,IAAuB;AA+B7B,SAAgB,EACd,GACmB;CACnB,IAAM,IAAa,EAAO;CAC1B,IAAI,KAAc,QAAQ,EAAW,KAAK,UAAU,GAKlD,OAJI,KAAc,OACT,EAAE,GAGJ,EAAW,KAAK,KAAK,MACnB,EAAM,EACb;CAGJ,IAAM,IAAO,KAAK,KAAK,EAAW,KAAK,SAAS,EAAY,EACtD,IAAe,EAAW,KAC7B,QAAQ,GAAG,MACH,IAAQ,MAAS,EACxB,CACD,KAAK,MACG,EAAM,EACb,EAEE,IAAY,EAAW,KAAK,GAAG,GAAG;CAKxC,OAJI,KAAa,QAAQ,EAAa,GAAG,GAAG,KAAK,EAAU,KACzD,EAAa,KAAK,EAAU,EAAE,EAGzB;;AAMT,SAAgB,EAAc,GAAwB;CAEpD,wBAAO,IADY,KAAK,GAAG,EAAO,YAC3B,EAAO,mBAAmB,KAAA,GAAW;EAC1C,OAAO;EACP,KAAK;EACN,CAAC;;AAMJ,SAAS,EAAe,GAAuB;CAC7C,OAAO,OAAO,EAAM,YAAY,GAAG,CAAC;;AAMtC,SAAS,EAAgB,GAAsB;CAC7C,IAAI,CAAC,OAAO,SAAS,EAAK,IAAI,KAAQ,GACpC,OAAO;CAIT,IAAM,IAAQ,MADG,KAAK,MAAM,KAAK,MAAM,EAAK,CACxB,EACd,IAAW,IAAO;CAYxB,OAVI,KAAY,IACP,IAEL,KAAY,IACP,IAAI,IAET,KAAY,IACP,IAAI,IAGN,KAAK;;AAMd,SAAS,EACP,GACA,GACA,GACA,GACmB;CACnB,IAAI,KAAO,GACT,OAAO,CAAC,EAAe,EAAI,CAAC;CAG9B,IAAM,KAAW,IAAM,MAAQ,IAAe,IACxC,IAAW,EAAgB,KAAK,IAAI,GAAS,EAAY,CAAC,EAC1D,IAAkB,EAAE;CAC1B,KACE,IAAI,IAAQ,GACZ,KAAS,IAAM,IAAW,MAAM,EAAM,SAAS,GAC/C,KAAS,GAET,EAAM,KAAK,EAAe,EAAM,CAAC;CAGnC,IAAM,IAAa,EAAe,EAAI;CAKtC,OAJI,EAAM,GAAG,GAAG,KAAK,KAAc,EAAM,SAAS,KAChD,EAAM,KAAK,EAAW,EAGjB;;AAMT,SAAgB,EACd,GACQ;CACR,IAAI,IAAM;CACV,KAAK,IAAM,KAAS,GAClB,KAAK,IAAM,KAAS,EAAM,MACxB,AAAI,OAAO,SAAS,EAAM,EAAE,IAAI,EAAM,IAAI,MACxC,IAAM,EAAM;CAKlB,OAAO;;AAMT,SAAgB,EAAgB,GAAuB;CACrD,IAAM,IAAe,IAAI,KAAK,aAAa,SAAS;EAClD,UAAU;EACV,uBAAuB;EACxB,CAAC,CAAC,OAAO,EAAM;CAQhB,OANI,MAAU,KAAK,MAAiB,MAC3B,IAAI,KAAK,aAAa,SAAS,EACpC,0BAA0B,GAC3B,CAAC,CAAC,OAAO,EAAM,GAGX;;AAMT,SAAgB,EACd,GACA,GACsB;CACtB,IAAI,IAAM;CACV,AAAI,OAAO,SAAS,EAAO,IAAI,KAC7B,IAAM,EAAO,OAAO;CAGtB,IAAI,IAAc;CAClB,AAAI,EAAO,eAAe,QAAQ,OAAO,SAAS,EAAO,YAAY,KACnE,IAAc,KAAK,IAAI,EAAO,aAAa,EAAE;CAG/C,IAAI,IAAe;CAKnB,IAJI,EAAO,gBAAgB,QAAQ,OAAO,SAAS,EAAO,aAAa,KACrE,IAAe,KAAK,IAAI,KAAK,MAAM,EAAO,aAAa,EAAE,EAAE,GAGzD,OAAO,EAAO,OAAQ,YAAY,OAAO,SAAS,EAAO,IAAI,EAAE;EACjE,IAAM,IAAM,KAAK,IAAI,EAAO,KAAK,EAAI;EACrC,OAAO;GACL;GACA;GACA,YAAY,EAAgB,GAAK,GAAK,GAAa,EAAa;GACjE;;CAIH,IAAM,IADU,KAAK,IAAI,EAAc,EAAO,EAAE,EAClC,GAAU,GACpB,IAAU;CACd,AAAI,IAAQ,MACV,IAAU,KAAS,IAAe;CAEpC,IAAM,IAAW,EAAgB,KAAK,IAAI,GAAS,EAAY,CAAC,EAC1D,IAAM,EACV,IAAM,KAAK,IAAI,KAAK,KAAK,IAAQ,EAAS,EAAE,EAAE,GAAG,EAClD;CAED,OAAO;EACL;EACA;EACA,YAAY,EAAgB,GAAK,GAAK,GAAU,EAAa;EAC9D"}
@@ -0,0 +1,6 @@
1
+ //#region src/internal/data-table/layout.ts
2
+ var e = "minmax(0, 1fr)", t = (t, n) => typeof n == "string" && n !== "" ? { gridTemplateColumns: n } : { gridTemplateColumns: `repeat(${t}, ${e})` };
3
+ //#endregion
4
+ export { e as DEFAULT_DATA_TABLE_TEMPLATE_CELL, t as buildDataTableInlineTemplate };
5
+
6
+ //# sourceMappingURL=layout.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.js","names":[],"sources":["../../../../src/internal/data-table/layout.ts"],"sourcesContent":["import type { CSSProperties } from 'react';\n\nexport const DEFAULT_DATA_TABLE_TEMPLATE_CELL = 'minmax(0, 1fr)';\n\nexport const buildDataTableInlineTemplate = (\n columnCount: number,\n gridTemplateColumns?: string,\n): CSSProperties => {\n if (typeof gridTemplateColumns === 'string' && gridTemplateColumns !== '') {\n return { gridTemplateColumns };\n }\n\n return {\n gridTemplateColumns: `repeat(${columnCount}, ${DEFAULT_DATA_TABLE_TEMPLATE_CELL})`,\n };\n};\n"],"mappings":";AAEA,IAAa,IAAmC,kBAEnC,KACX,GACA,MAEI,OAAO,KAAwB,YAAY,MAAwB,KAC9D,EAAE,wBAAqB,GAGzB,EACL,qBAAqB,UAAU,EAAY,IAAI,EAAiC,IACjF"}
@@ -0,0 +1,12 @@
1
+ //#region src/internal/data-table/virtualization.ts
2
+ var e = (e, t, n) => Math.min(n, Math.max(t, e)), t = ({ overflowY: e, scrollHeight: t, clientHeight: n }) => e !== "auto" && e !== "scroll" && e !== "overlay" ? !1 : t > n + 1, n = ({ autoLoad: e, canLoadMore: t, totalHeight: n, visibleBottom: r, thresholdPx: i, isCoolingDown: a }) => !e || !t || a ? !1 : n - r <= i, r = ({ rowCount: t, rowHeightPx: n, overscan: r, visibleTop: i, visibleBottom: a }) => {
3
+ let o = t * n, s = e(a, 0, o), c = e(i, 0, o), l = Math.floor(c / n) - r, u = Math.ceil(s / n) + r, d = e(l, 0, t);
4
+ return {
5
+ startIndex: d,
6
+ endIndex: e(u, d, t)
7
+ };
8
+ };
9
+ //#endregion
10
+ export { e as clamp, r as computeVirtualWindowBounds, t as isVerticallyScrollable, n as shouldTriggerInfiniteLoad };
11
+
12
+ //# sourceMappingURL=virtualization.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"virtualization.js","names":[],"sources":["../../../../src/internal/data-table/virtualization.ts"],"sourcesContent":["export type VirtualWindow = {\n startIndex: number;\n endIndex: number;\n};\n\nexport type ComputeVirtualWindowInput = {\n rowCount: number;\n rowHeightPx: number;\n overscan: number;\n visibleTop: number;\n visibleBottom: number;\n};\n\nexport type ShouldTriggerInfiniteLoadInput = {\n autoLoad: boolean;\n canLoadMore: boolean;\n totalHeight: number;\n visibleBottom: number;\n thresholdPx: number;\n isCoolingDown: boolean;\n};\n\nexport type VerticallyScrollableInput = {\n overflowY: string;\n scrollHeight: number;\n clientHeight: number;\n};\n\nexport const clamp = (value: number, min: number, max: number): number => {\n return Math.min(max, Math.max(min, value));\n};\n\nexport const isVerticallyScrollable = ({\n overflowY,\n scrollHeight,\n clientHeight,\n}: VerticallyScrollableInput): boolean => {\n if (\n overflowY !== 'auto' &&\n overflowY !== 'scroll' &&\n overflowY !== 'overlay'\n ) {\n return false;\n }\n\n return scrollHeight > clientHeight + 1;\n};\n\nexport const shouldTriggerInfiniteLoad = ({\n autoLoad,\n canLoadMore,\n totalHeight,\n visibleBottom,\n thresholdPx,\n isCoolingDown,\n}: ShouldTriggerInfiniteLoadInput): boolean => {\n if (!autoLoad || !canLoadMore || isCoolingDown) {\n return false;\n }\n\n return totalHeight - visibleBottom <= thresholdPx;\n};\n\nexport const computeVirtualWindowBounds = ({\n rowCount,\n rowHeightPx,\n overscan,\n visibleTop,\n visibleBottom,\n}: ComputeVirtualWindowInput): VirtualWindow => {\n const totalHeight = rowCount * rowHeightPx;\n const clampedBottom = clamp(visibleBottom, 0, totalHeight);\n const clampedTop = clamp(visibleTop, 0, totalHeight);\n\n const rawStart = Math.floor(clampedTop / rowHeightPx) - overscan;\n const rawEnd = Math.ceil(clampedBottom / rowHeightPx) + overscan;\n\n const startIndex = clamp(rawStart, 0, rowCount);\n const endIndex = clamp(rawEnd, startIndex, rowCount);\n\n return { startIndex, endIndex };\n};\n"],"mappings":";AA4BA,IAAa,KAAS,GAAe,GAAa,MACzC,KAAK,IAAI,GAAK,KAAK,IAAI,GAAK,EAAM,CAAC,EAG/B,KAA0B,EACrC,cACA,iBACA,sBAGE,MAAc,UACd,MAAc,YACd,MAAc,YAEP,KAGF,IAAe,IAAe,GAG1B,KAA6B,EACxC,aACA,gBACA,gBACA,kBACA,gBACA,uBAEI,CAAC,KAAY,CAAC,KAAe,IACxB,KAGF,IAAc,KAAiB,GAG3B,KAA8B,EACzC,aACA,gBACA,aACA,eACA,uBAC8C;CAC9C,IAAM,IAAc,IAAW,GACzB,IAAgB,EAAM,GAAe,GAAG,EAAY,EACpD,IAAa,EAAM,GAAY,GAAG,EAAY,EAE9C,IAAW,KAAK,MAAM,IAAa,EAAY,GAAG,GAClD,IAAS,KAAK,KAAK,IAAgB,EAAY,GAAG,GAElD,IAAa,EAAM,GAAU,GAAG,EAAS;CAG/C,OAAO;EAAE;EAAY,UAFJ,EAAM,GAAQ,GAAY,EAEtB;EAAU"}