@reopt-ai/opt-ui 1.12.5 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +236 -0
  2. package/COMPONENT_CATALOG.md +670 -123
  3. package/README.md +9 -7
  4. package/dist/core/index.cjs +13 -13
  5. package/dist/core/index.d.cts +2 -2
  6. package/dist/core/index.d.ts +2 -2
  7. package/dist/core/index.js +2 -2
  8. package/dist/docs/02-components/01-core.md +260 -61
  9. package/dist/docs/02-components/02-visuals.md +1 -1
  10. package/dist/docs/02-components/03-shells.md +431 -63
  11. package/dist/docs/02-components/04-surfaces.md +1 -1
  12. package/dist/docs/02-components/index.md +4 -4
  13. package/dist/{field-sidebar-YaWHfLLW.d.ts → field-sidebar-CJ4HxP8D.d.cts} +824 -2
  14. package/dist/{field-sidebar-Ct8c9L4V.d.cts → field-sidebar-DnhpcT2A.d.ts} +824 -2
  15. package/dist/{field-sidebar-DwtrYSSt.cjs → field-sidebar-ePqFX6MN.cjs} +4339 -244
  16. package/dist/{field-sidebar-Ben7MQD4.js → field-sidebar-mSVCMAZp.js} +3976 -235
  17. package/dist/id-registry.cjs +80 -0
  18. package/dist/id-registry.js +80 -0
  19. package/dist/id-registry.json +170 -0
  20. package/dist/index.cjs +1096 -1476
  21. package/dist/index.d.cts +243 -92
  22. package/dist/index.d.ts +243 -92
  23. package/dist/index.js +1004 -1415
  24. package/dist/{key-pad-menu-BpQebDyw.cjs → key-pad-menu-BgtSL3xe.cjs} +60 -487
  25. package/dist/{key-pad-menu-CYYtS_Tl.js → key-pad-menu-CqFI6la9.js} +61 -422
  26. package/dist/{key-pad-menu-CwcY_Vps.d.cts → key-pad-menu-D6pYzaj-.d.cts} +14 -56
  27. package/dist/{key-pad-menu-WBJShCJn.d.ts → key-pad-menu-Yh7Fpb8m.d.ts} +14 -56
  28. package/dist/meta.cjs +1312 -12
  29. package/dist/meta.js +1312 -12
  30. package/dist/shells/index.cjs +20 -1
  31. package/dist/shells/index.d.cts +2 -2
  32. package/dist/shells/index.d.ts +2 -2
  33. package/dist/shells/index.js +2 -2
  34. package/dist/{text-truncate-CQyfUZvq.d.cts → text-truncate-Bbul-jMD.d.cts} +52 -30
  35. package/dist/{text-truncate-CQyfUZvq.d.ts → text-truncate-Bbul-jMD.d.ts} +52 -30
  36. package/dist/{text-truncate-Dlm7JwDf.js → text-truncate-Bd-0WkSP.js} +461 -97
  37. package/dist/{text-truncate-CqdiQuj8.cjs → text-truncate-BeYW6XZu.cjs} +523 -99
  38. package/dist/theme/server.cjs +2 -2
  39. package/dist/theme/server.d.cts +2 -2
  40. package/dist/theme/server.d.ts +2 -2
  41. package/dist/theme/server.js +2 -2
  42. package/package.json +6 -2
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  "use client";
3
3
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
4
- const require_field_sidebar = require("../field-sidebar-DwtrYSSt.cjs");
4
+ const require_field_sidebar = require("../field-sidebar-ePqFX6MN.cjs");
5
5
  let _reopt_ai_opt_charts = require("@reopt-ai/opt-charts");
6
6
  exports.AppMenubar = require_field_sidebar.AppMenubar;
7
7
  exports.BranchSelect = require_field_sidebar.BranchSelect;
@@ -13,6 +13,7 @@ exports.DashboardGrid = require_field_sidebar.DashboardGrid;
13
13
  exports.DataTable = require_field_sidebar.DataTable;
14
14
  exports.DeploymentTimeline = require_field_sidebar.DeploymentTimeline;
15
15
  exports.DomainTable = require_field_sidebar.DomainTable;
16
+ exports.EMPTY_QUERY_FILTERS = require_field_sidebar.EMPTY_QUERY_FILTERS;
16
17
  exports.EditorToolbar = require_field_sidebar.EditorToolbar;
17
18
  exports.EnvPanel = require_field_sidebar.EnvPanel;
18
19
  Object.defineProperty(exports, "EventSparkline", {
@@ -37,16 +38,27 @@ Object.defineProperty(exports, "MetricsCard", {
37
38
  exports.NotificationToast = require_field_sidebar.NotificationToast;
38
39
  exports.ProjectSwitcher = require_field_sidebar.ProjectSwitcher;
39
40
  exports.QueryBar = require_field_sidebar.QueryBar;
41
+ exports.QueryFiltersMenu = require_field_sidebar.QueryFiltersMenu;
42
+ exports.QueryHistoryList = require_field_sidebar.QueryHistoryList;
43
+ exports.QueryOutputPane = require_field_sidebar.QueryOutputPane;
44
+ exports.QueryResultChart = require_field_sidebar.QueryResultChart;
45
+ exports.QueryResultsTable = require_field_sidebar.QueryResultsTable;
46
+ exports.QueryToolbar = require_field_sidebar.QueryToolbar;
47
+ exports.QueryVariablesMenu = require_field_sidebar.QueryVariablesMenu;
48
+ exports.QueryWorkspace = require_field_sidebar.QueryWorkspace;
40
49
  Object.defineProperty(exports, "ReportWidget", {
41
50
  enumerable: true,
42
51
  get: function() {
43
52
  return _reopt_ai_opt_charts.ReportWidget;
44
53
  }
45
54
  });
55
+ exports.SaveQueryDialog = require_field_sidebar.SaveQueryDialog;
56
+ exports.SchemaTree = require_field_sidebar.SchemaTree;
46
57
  exports.ScoreBreakdown = require_field_sidebar.ScoreBreakdown;
47
58
  exports.SearchCombobox = require_field_sidebar.SearchCombobox;
48
59
  exports.SettingsForm = require_field_sidebar.SettingsForm;
49
60
  exports.SidebarNav = require_field_sidebar.SidebarNav;
61
+ exports.SqlEditor = require_field_sidebar.SqlEditor;
50
62
  exports.StatusSelect = require_field_sidebar.StatusSelect;
51
63
  exports.TimeRangeControl = require_field_sidebar.TimeRangeControl;
52
64
  exports.TimeSeriesPanel = require_field_sidebar.TimeSeriesPanel;
@@ -57,5 +69,12 @@ Object.defineProperty(exports, "TrendChart", {
57
69
  return _reopt_ai_opt_charts.TrendChart;
58
70
  }
59
71
  });
72
+ exports.VALUELESS_OPERATORS = require_field_sidebar.VALUELESS_OPERATORS;
60
73
  exports.WorkflowCanvas = require_field_sidebar.WorkflowCanvas;
74
+ exports.countActiveQueryFilters = require_field_sidebar.countActiveQueryFilters;
75
+ exports.defaultQueryChartConfig = require_field_sidebar.defaultQueryChartConfig;
76
+ exports.formatQueryCell = require_field_sidebar.formatQueryCell;
77
+ exports.hasActiveQueryFilters = require_field_sidebar.hasActiveQueryFilters;
78
+ exports.isValidQueryVariableName = require_field_sidebar.isValidQueryVariableName;
79
+ exports.numericResultColumns = require_field_sidebar.numericResultColumns;
61
80
  exports.useToast = require_field_sidebar.useToast;
@@ -1,4 +1,4 @@
1
1
 
2
- import { $ as EventTimelineItem, $t as DashboardGridProps, At as EnvPanel, Bt as ContentTabs, C as TimeRangePreset, Ct as ColumnDef, D as QueryField, Dt as DomainTableProps, E as QueryBarProps, Et as DomainTable, Ft as DeploymentTimelineProps, G as FlyoutProps, Gt as SidebarNavProps, Ht as EditorToolbar, It as SettingsForm, J as ScoreBreakdown, Jt as StatusSelect, K as ScoreAxis, Kt as AppMenubar, Lt as SettingsFormProps, Mt as ProjectSwitcher, Nt as ProjectSwitcherProps, Ot as BranchSelect, Pt as DeploymentTimeline, Q as EventTimelineGroup, Qt as DashboardGrid, Rt as FaqAccordion, S as TimeRangeControlProps, St as useToast, T as QueryBarLabels, Tt as DataTableProps, U as Flyout, Ut as EditorToolbarProps, Vt as ContentTabsProps, W as FlyoutLabels, Wt as SidebarNav, X as ScoreBreakdownProps, Xt as SearchCombobox, Y as ScoreBreakdownLabels, Yt as StatusSelectProps, Z as EventTimeline, Zt as SearchComboboxProps, _ as TimeSeriesPanelProps, _t as ToastMessage, a as FieldValueCount, at as WorkflowCanvasProps, b as TimeRangeControl, c as LogColumnPriority, ct as KeyValueEditorLabels, d as LogTable, dt as FailureList, en as CommandPaletteTrigger, et as EventTimelineLabels, f as LogTableHandle, ft as FailureListLabels, g as TimeSeriesPanelLabels, gt as ToastContextValue, h as TimeSeriesPanel, i as FieldSummary, it as WorkflowCanvasConnection, jt as EnvPanelProps, kt as BranchSelectProps, l as LogDensity, lt as KeyValueEditorProps, m as LogTableProps, mt as NotificationToast, n as FieldSidebarLabels, nn as CommandPalette, nt as EventTimelineTone, o as LogCellAction, ot as WorkflowCanvasStep, p as LogTableLabels, pt as FailureListProps, q as ScoreBand, qt as AppMenubarProps, r as FieldSidebarProps, rn as CommandPaletteProps, rt as WorkflowCanvas, s as LogColumn, st as KeyValueEditor, t as FieldSidebar, tn as CommandPaletteTriggerProps, tt as EventTimelineProps, u as LogSort, ut as KeyValueEntry, v as DEFAULT_TIME_PRESETS, vt as ToastProvider, w as QueryBar, wt as DataTable, x as TimeRangeControlLabels, y as RefreshSetting, yt as ToastProviderProps, zt as FaqAccordionProps } from "../field-sidebar-Ct8c9L4V.cjs";
2
+ import { $ as EventTimelineItem, $n as EditorToolbarProps, $t as QueryToolbar, At as QueryFilterField, Bn as EnvPanel, Bt as QueryChartConfig, C as TimeRangePreset, Cn as FailureListProps, Ct as QueryHistoryListProps, D as QueryField, Dn as ToastMessage, Dt as QueryVariablesMenuProps, E as QueryBarProps, En as ToastContextValue, Et as QueryVariablesMenuLabels, Fn as DataTableProps, Ft as QueryFiltersMenuProps, G as FlyoutProps, Gn as DeploymentTimelineProps, Gt as defaultQueryChartConfig, Hn as ProjectSwitcher, Ht as QueryResultChart, In as DomainTable, It as QueryPropertyFilter, J as ScoreBreakdown, Jn as FaqAccordion, Jt as QueryOutputPaneLabels, K as ScoreAxis, Kn as SettingsForm, Kt as numericResultColumns, Ln as DomainTableProps, Lt as VALUELESS_OPERATORS, Mn as useToast, Mt as QueryFilters, Nn as ColumnDef, Nt as QueryFiltersMenu, On as ToastProvider, Ot as isValidQueryVariableName, Pn as DataTable, Pt as QueryFiltersMenuLabels, Q as EventTimelineGroup, Qn as EditorToolbar, Qt as QueryRunState, Rn as BranchSelect, Rt as countActiveQueryFilters, S as TimeRangeControlProps, Sn as FailureListLabels, St as QueryHistoryListLabels, T as QueryBarLabels, Tt as QueryVariablesMenu, U as Flyout, Un as ProjectSwitcherProps, Ut as QueryResultChartLabels, Vn as EnvPanelProps, Vt as QueryChartType, W as FlyoutLabels, Wn as DeploymentTimeline, Wt as QueryResultChartProps, X as ScoreBreakdownProps, Xn as ContentTabs, Xt as QueryOutputView, Y as ScoreBreakdownLabels, Yn as FaqAccordionProps, Yt as QueryOutputPaneProps, Z as EventTimeline, Zn as ContentTabsProps, Zt as QueryRunStats, _ as TimeSeriesPanelProps, _n as KeyValueEditor, _t as SaveQueryDialogLabels, a as FieldValueCount, an as SchemaTreeProps, ar as StatusSelectProps, at as SqlEditorExtension, b as TimeRangeControl, bn as KeyValueEntry, bt as QueryHistoryItem, c as LogColumnPriority, cn as QueryResultSort, cr as DashboardGrid, ct as SqlEditorLabels, d as LogTable, dn as QueryResultsTableProps, dr as CommandPaletteTriggerProps, dt as SqlEditorSchema, en as QueryToolbarLabels, er as SidebarNav, et as EventTimelineLabels, f as LogTableHandle, fn as formatQueryCell, fr as CommandPalette, ft as SqlEditorTheme, g as TimeSeriesPanelLabels, gn as WorkflowCanvasStep, gt as SaveQueryDialog, h as TimeSeriesPanel, hn as WorkflowCanvasProps, ht as QueryWorkspaceProps, i as FieldSummary, in as SchemaTreeLabels, ir as StatusSelect, it as SqlEditorCompletionSource, jt as QueryFilterOperator, kn as ToastProviderProps, kt as EMPTY_QUERY_FILTERS, l as LogDensity, ln as QueryResultsTable, lr as DashboardGridProps, lt as SqlEditorProps, m as LogTableProps, mn as WorkflowCanvasConnection, mt as QueryWorkspaceLabels, n as FieldSidebarLabels, nn as SchemaTree, nr as AppMenubar, nt as EventTimelineTone, o as LogCellAction, on as SchemaTreeTable, or as SearchCombobox, ot as SqlEditorHandle, p as LogTableLabels, pn as WorkflowCanvas, pr as CommandPaletteProps, pt as QueryWorkspace, q as ScoreBand, qn as SettingsFormProps, qt as QueryOutputPane, r as FieldSidebarProps, rn as SchemaTreeColumn, rr as AppMenubarProps, rt as SqlEditor, s as LogColumn, sn as QueryResultColumn, sr as SearchComboboxProps, st as SqlEditorKeyBinding, t as FieldSidebar, tn as QueryToolbarProps, tr as SidebarNavProps, tt as EventTimelineProps, u as LogSort, un as QueryResultsTableLabels, ur as CommandPaletteTrigger, ut as SqlEditorRunContext, v as DEFAULT_TIME_PRESETS, vn as KeyValueEditorLabels, vt as SaveQueryDialogProps, w as QueryBar, wn as NotificationToast, wt as QueryVariable, x as TimeRangeControlLabels, xn as FailureList, xt as QueryHistoryList, y as RefreshSetting, yn as KeyValueEditorProps, yt as SaveQueryValues, zn as BranchSelectProps, zt as hasActiveQueryFilters } from "../field-sidebar-CJ4HxP8D.cjs";
3
3
  import { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from "@reopt-ai/opt-charts";
4
- export { AppMenubar, type AppMenubarProps, BranchSelect, type BranchSelectProps, type ColumnDef, CommandPalette, type CommandPaletteProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, ContentTabs, type ContentTabsProps, DEFAULT_TIME_PRESETS, DashboardGrid, type DashboardGridProps, DataTable, type DataTableProps, DeploymentTimeline, type DeploymentTimelineProps, DomainTable, type DomainTableProps, EditorToolbar, type EditorToolbarProps, EnvPanel, type EnvPanelProps, EventSparkline, type EventSparklineLabels, type EventSparklineProps, EventTimeline, type EventTimelineGroup, type EventTimelineItem, type EventTimelineLabels, type EventTimelineProps, type EventTimelineTone, FailureList, type FailureListLabels, type FailureListProps, FaqAccordion, type FaqAccordionProps, FieldSidebar, type FieldSidebarLabels, type FieldSidebarProps, type FieldSummary, type FieldValueCount, Flyout, type FlyoutLabels, type FlyoutProps, KeyValueEditor, type KeyValueEditorLabels, type KeyValueEditorProps, type KeyValueEntry, type LogCellAction, type LogColumn, type LogColumnPriority, type LogDensity, type LogSort, LogTable, type LogTableHandle, type LogTableLabels, type LogTableProps, MetricsCard, type MetricsCardProps, NotificationToast, ProjectSwitcher, type ProjectSwitcherProps, QueryBar, type QueryBarLabels, type QueryBarProps, type QueryField, type RefreshSetting, ReportWidget, type ReportWidgetConfig, type ReportWidgetLabels, type ReportWidgetProps, type ReportWidgetType, type ScoreAxis, type ScoreBand, ScoreBreakdown, type ScoreBreakdownLabels, type ScoreBreakdownProps, SearchCombobox, type SearchComboboxProps, SettingsForm, type SettingsFormProps, SidebarNav, type SidebarNavProps, StatusSelect, type StatusSelectProps, TimeRangeControl, type TimeRangeControlLabels, type TimeRangeControlProps, type TimeRangePreset, TimeSeriesPanel, type TimeSeriesPanelLabels, type TimeSeriesPanelProps, type ToastContextValue, type ToastMessage, ToastProvider, type ToastProviderProps, TrendChart, type TrendChartProps, WorkflowCanvas, type WorkflowCanvasConnection, type WorkflowCanvasProps, type WorkflowCanvasStep, useToast };
4
+ export { AppMenubar, type AppMenubarProps, BranchSelect, type BranchSelectProps, type ColumnDef, CommandPalette, type CommandPaletteProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, ContentTabs, type ContentTabsProps, DEFAULT_TIME_PRESETS, DashboardGrid, type DashboardGridProps, DataTable, type DataTableProps, DeploymentTimeline, type DeploymentTimelineProps, DomainTable, type DomainTableProps, EMPTY_QUERY_FILTERS, EditorToolbar, type EditorToolbarProps, EnvPanel, type EnvPanelProps, EventSparkline, type EventSparklineLabels, type EventSparklineProps, EventTimeline, type EventTimelineGroup, type EventTimelineItem, type EventTimelineLabels, type EventTimelineProps, type EventTimelineTone, FailureList, type FailureListLabels, type FailureListProps, FaqAccordion, type FaqAccordionProps, FieldSidebar, type FieldSidebarLabels, type FieldSidebarProps, type FieldSummary, type FieldValueCount, Flyout, type FlyoutLabels, type FlyoutProps, KeyValueEditor, type KeyValueEditorLabels, type KeyValueEditorProps, type KeyValueEntry, type LogCellAction, type LogColumn, type LogColumnPriority, type LogDensity, type LogSort, LogTable, type LogTableHandle, type LogTableLabels, type LogTableProps, MetricsCard, type MetricsCardProps, NotificationToast, ProjectSwitcher, type ProjectSwitcherProps, QueryBar, type QueryBarLabels, type QueryBarProps, type QueryChartConfig, type QueryChartType, type QueryField, type QueryFilterField, type QueryFilterOperator, type QueryFilters, QueryFiltersMenu, type QueryFiltersMenuLabels, type QueryFiltersMenuProps, type QueryHistoryItem, QueryHistoryList, type QueryHistoryListLabels, type QueryHistoryListProps, QueryOutputPane, type QueryOutputPaneLabels, type QueryOutputPaneProps, type QueryOutputView, type QueryPropertyFilter, QueryResultChart, type QueryResultChartLabels, type QueryResultChartProps, type QueryResultColumn, type QueryResultSort, QueryResultsTable, type QueryResultsTableLabels, type QueryResultsTableProps, type QueryRunState, type QueryRunStats, QueryToolbar, type QueryToolbarLabels, type QueryToolbarProps, type QueryVariable, QueryVariablesMenu, type QueryVariablesMenuLabels, type QueryVariablesMenuProps, QueryWorkspace, type QueryWorkspaceLabels, type QueryWorkspaceProps, type RefreshSetting, ReportWidget, type ReportWidgetConfig, type ReportWidgetLabels, type ReportWidgetProps, type ReportWidgetType, SaveQueryDialog, type SaveQueryDialogLabels, type SaveQueryDialogProps, type SaveQueryValues, SchemaTree, type SchemaTreeColumn, type SchemaTreeLabels, type SchemaTreeProps, type SchemaTreeTable, type ScoreAxis, type ScoreBand, ScoreBreakdown, type ScoreBreakdownLabels, type ScoreBreakdownProps, SearchCombobox, type SearchComboboxProps, SettingsForm, type SettingsFormProps, SidebarNav, type SidebarNavProps, SqlEditor, type SqlEditorCompletionSource, type SqlEditorExtension, type SqlEditorHandle, type SqlEditorKeyBinding, type SqlEditorLabels, type SqlEditorProps, type SqlEditorRunContext, type SqlEditorSchema, type SqlEditorTheme, StatusSelect, type StatusSelectProps, TimeRangeControl, type TimeRangeControlLabels, type TimeRangeControlProps, type TimeRangePreset, TimeSeriesPanel, type TimeSeriesPanelLabels, type TimeSeriesPanelProps, type ToastContextValue, type ToastMessage, ToastProvider, type ToastProviderProps, TrendChart, type TrendChartProps, VALUELESS_OPERATORS, WorkflowCanvas, type WorkflowCanvasConnection, type WorkflowCanvasProps, type WorkflowCanvasStep, countActiveQueryFilters, defaultQueryChartConfig, formatQueryCell, hasActiveQueryFilters, isValidQueryVariableName, numericResultColumns, useToast };
@@ -1,4 +1,4 @@
1
1
 
2
- import { $ as EventTimelineItem, $t as DashboardGridProps, At as EnvPanel, Bt as ContentTabs, C as TimeRangePreset, Ct as ColumnDef, D as QueryField, Dt as DomainTableProps, E as QueryBarProps, Et as DomainTable, Ft as DeploymentTimelineProps, G as FlyoutProps, Gt as SidebarNavProps, Ht as EditorToolbar, It as SettingsForm, J as ScoreBreakdown, Jt as StatusSelect, K as ScoreAxis, Kt as AppMenubar, Lt as SettingsFormProps, Mt as ProjectSwitcher, Nt as ProjectSwitcherProps, Ot as BranchSelect, Pt as DeploymentTimeline, Q as EventTimelineGroup, Qt as DashboardGrid, Rt as FaqAccordion, S as TimeRangeControlProps, St as useToast, T as QueryBarLabels, Tt as DataTableProps, U as Flyout, Ut as EditorToolbarProps, Vt as ContentTabsProps, W as FlyoutLabels, Wt as SidebarNav, X as ScoreBreakdownProps, Xt as SearchCombobox, Y as ScoreBreakdownLabels, Yt as StatusSelectProps, Z as EventTimeline, Zt as SearchComboboxProps, _ as TimeSeriesPanelProps, _t as ToastMessage, a as FieldValueCount, at as WorkflowCanvasProps, b as TimeRangeControl, c as LogColumnPriority, ct as KeyValueEditorLabels, d as LogTable, dt as FailureList, en as CommandPaletteTrigger, et as EventTimelineLabels, f as LogTableHandle, ft as FailureListLabels, g as TimeSeriesPanelLabels, gt as ToastContextValue, h as TimeSeriesPanel, i as FieldSummary, it as WorkflowCanvasConnection, jt as EnvPanelProps, kt as BranchSelectProps, l as LogDensity, lt as KeyValueEditorProps, m as LogTableProps, mt as NotificationToast, n as FieldSidebarLabels, nn as CommandPalette, nt as EventTimelineTone, o as LogCellAction, ot as WorkflowCanvasStep, p as LogTableLabels, pt as FailureListProps, q as ScoreBand, qt as AppMenubarProps, r as FieldSidebarProps, rn as CommandPaletteProps, rt as WorkflowCanvas, s as LogColumn, st as KeyValueEditor, t as FieldSidebar, tn as CommandPaletteTriggerProps, tt as EventTimelineProps, u as LogSort, ut as KeyValueEntry, v as DEFAULT_TIME_PRESETS, vt as ToastProvider, w as QueryBar, wt as DataTable, x as TimeRangeControlLabels, y as RefreshSetting, yt as ToastProviderProps, zt as FaqAccordionProps } from "../field-sidebar-YaWHfLLW.js";
2
+ import { $ as EventTimelineItem, $n as EditorToolbarProps, $t as QueryToolbar, At as QueryFilterField, Bn as EnvPanel, Bt as QueryChartConfig, C as TimeRangePreset, Cn as FailureListProps, Ct as QueryHistoryListProps, D as QueryField, Dn as ToastMessage, Dt as QueryVariablesMenuProps, E as QueryBarProps, En as ToastContextValue, Et as QueryVariablesMenuLabels, Fn as DataTableProps, Ft as QueryFiltersMenuProps, G as FlyoutProps, Gn as DeploymentTimelineProps, Gt as defaultQueryChartConfig, Hn as ProjectSwitcher, Ht as QueryResultChart, In as DomainTable, It as QueryPropertyFilter, J as ScoreBreakdown, Jn as FaqAccordion, Jt as QueryOutputPaneLabels, K as ScoreAxis, Kn as SettingsForm, Kt as numericResultColumns, Ln as DomainTableProps, Lt as VALUELESS_OPERATORS, Mn as useToast, Mt as QueryFilters, Nn as ColumnDef, Nt as QueryFiltersMenu, On as ToastProvider, Ot as isValidQueryVariableName, Pn as DataTable, Pt as QueryFiltersMenuLabels, Q as EventTimelineGroup, Qn as EditorToolbar, Qt as QueryRunState, Rn as BranchSelect, Rt as countActiveQueryFilters, S as TimeRangeControlProps, Sn as FailureListLabels, St as QueryHistoryListLabels, T as QueryBarLabels, Tt as QueryVariablesMenu, U as Flyout, Un as ProjectSwitcherProps, Ut as QueryResultChartLabels, Vn as EnvPanelProps, Vt as QueryChartType, W as FlyoutLabels, Wn as DeploymentTimeline, Wt as QueryResultChartProps, X as ScoreBreakdownProps, Xn as ContentTabs, Xt as QueryOutputView, Y as ScoreBreakdownLabels, Yn as FaqAccordionProps, Yt as QueryOutputPaneProps, Z as EventTimeline, Zn as ContentTabsProps, Zt as QueryRunStats, _ as TimeSeriesPanelProps, _n as KeyValueEditor, _t as SaveQueryDialogLabels, a as FieldValueCount, an as SchemaTreeProps, ar as StatusSelectProps, at as SqlEditorExtension, b as TimeRangeControl, bn as KeyValueEntry, bt as QueryHistoryItem, c as LogColumnPriority, cn as QueryResultSort, cr as DashboardGrid, ct as SqlEditorLabels, d as LogTable, dn as QueryResultsTableProps, dr as CommandPaletteTriggerProps, dt as SqlEditorSchema, en as QueryToolbarLabels, er as SidebarNav, et as EventTimelineLabels, f as LogTableHandle, fn as formatQueryCell, fr as CommandPalette, ft as SqlEditorTheme, g as TimeSeriesPanelLabels, gn as WorkflowCanvasStep, gt as SaveQueryDialog, h as TimeSeriesPanel, hn as WorkflowCanvasProps, ht as QueryWorkspaceProps, i as FieldSummary, in as SchemaTreeLabels, ir as StatusSelect, it as SqlEditorCompletionSource, jt as QueryFilterOperator, kn as ToastProviderProps, kt as EMPTY_QUERY_FILTERS, l as LogDensity, ln as QueryResultsTable, lr as DashboardGridProps, lt as SqlEditorProps, m as LogTableProps, mn as WorkflowCanvasConnection, mt as QueryWorkspaceLabels, n as FieldSidebarLabels, nn as SchemaTree, nr as AppMenubar, nt as EventTimelineTone, o as LogCellAction, on as SchemaTreeTable, or as SearchCombobox, ot as SqlEditorHandle, p as LogTableLabels, pn as WorkflowCanvas, pr as CommandPaletteProps, pt as QueryWorkspace, q as ScoreBand, qn as SettingsFormProps, qt as QueryOutputPane, r as FieldSidebarProps, rn as SchemaTreeColumn, rr as AppMenubarProps, rt as SqlEditor, s as LogColumn, sn as QueryResultColumn, sr as SearchComboboxProps, st as SqlEditorKeyBinding, t as FieldSidebar, tn as QueryToolbarProps, tr as SidebarNavProps, tt as EventTimelineProps, u as LogSort, un as QueryResultsTableLabels, ur as CommandPaletteTrigger, ut as SqlEditorRunContext, v as DEFAULT_TIME_PRESETS, vn as KeyValueEditorLabels, vt as SaveQueryDialogProps, w as QueryBar, wn as NotificationToast, wt as QueryVariable, x as TimeRangeControlLabels, xn as FailureList, xt as QueryHistoryList, y as RefreshSetting, yn as KeyValueEditorProps, yt as SaveQueryValues, zn as BranchSelectProps, zt as hasActiveQueryFilters } from "../field-sidebar-DnhpcT2A.js";
3
3
  import { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from "@reopt-ai/opt-charts";
4
- export { AppMenubar, type AppMenubarProps, BranchSelect, type BranchSelectProps, type ColumnDef, CommandPalette, type CommandPaletteProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, ContentTabs, type ContentTabsProps, DEFAULT_TIME_PRESETS, DashboardGrid, type DashboardGridProps, DataTable, type DataTableProps, DeploymentTimeline, type DeploymentTimelineProps, DomainTable, type DomainTableProps, EditorToolbar, type EditorToolbarProps, EnvPanel, type EnvPanelProps, EventSparkline, type EventSparklineLabels, type EventSparklineProps, EventTimeline, type EventTimelineGroup, type EventTimelineItem, type EventTimelineLabels, type EventTimelineProps, type EventTimelineTone, FailureList, type FailureListLabels, type FailureListProps, FaqAccordion, type FaqAccordionProps, FieldSidebar, type FieldSidebarLabels, type FieldSidebarProps, type FieldSummary, type FieldValueCount, Flyout, type FlyoutLabels, type FlyoutProps, KeyValueEditor, type KeyValueEditorLabels, type KeyValueEditorProps, type KeyValueEntry, type LogCellAction, type LogColumn, type LogColumnPriority, type LogDensity, type LogSort, LogTable, type LogTableHandle, type LogTableLabels, type LogTableProps, MetricsCard, type MetricsCardProps, NotificationToast, ProjectSwitcher, type ProjectSwitcherProps, QueryBar, type QueryBarLabels, type QueryBarProps, type QueryField, type RefreshSetting, ReportWidget, type ReportWidgetConfig, type ReportWidgetLabels, type ReportWidgetProps, type ReportWidgetType, type ScoreAxis, type ScoreBand, ScoreBreakdown, type ScoreBreakdownLabels, type ScoreBreakdownProps, SearchCombobox, type SearchComboboxProps, SettingsForm, type SettingsFormProps, SidebarNav, type SidebarNavProps, StatusSelect, type StatusSelectProps, TimeRangeControl, type TimeRangeControlLabels, type TimeRangeControlProps, type TimeRangePreset, TimeSeriesPanel, type TimeSeriesPanelLabels, type TimeSeriesPanelProps, type ToastContextValue, type ToastMessage, ToastProvider, type ToastProviderProps, TrendChart, type TrendChartProps, WorkflowCanvas, type WorkflowCanvasConnection, type WorkflowCanvasProps, type WorkflowCanvasStep, useToast };
4
+ export { AppMenubar, type AppMenubarProps, BranchSelect, type BranchSelectProps, type ColumnDef, CommandPalette, type CommandPaletteProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, ContentTabs, type ContentTabsProps, DEFAULT_TIME_PRESETS, DashboardGrid, type DashboardGridProps, DataTable, type DataTableProps, DeploymentTimeline, type DeploymentTimelineProps, DomainTable, type DomainTableProps, EMPTY_QUERY_FILTERS, EditorToolbar, type EditorToolbarProps, EnvPanel, type EnvPanelProps, EventSparkline, type EventSparklineLabels, type EventSparklineProps, EventTimeline, type EventTimelineGroup, type EventTimelineItem, type EventTimelineLabels, type EventTimelineProps, type EventTimelineTone, FailureList, type FailureListLabels, type FailureListProps, FaqAccordion, type FaqAccordionProps, FieldSidebar, type FieldSidebarLabels, type FieldSidebarProps, type FieldSummary, type FieldValueCount, Flyout, type FlyoutLabels, type FlyoutProps, KeyValueEditor, type KeyValueEditorLabels, type KeyValueEditorProps, type KeyValueEntry, type LogCellAction, type LogColumn, type LogColumnPriority, type LogDensity, type LogSort, LogTable, type LogTableHandle, type LogTableLabels, type LogTableProps, MetricsCard, type MetricsCardProps, NotificationToast, ProjectSwitcher, type ProjectSwitcherProps, QueryBar, type QueryBarLabels, type QueryBarProps, type QueryChartConfig, type QueryChartType, type QueryField, type QueryFilterField, type QueryFilterOperator, type QueryFilters, QueryFiltersMenu, type QueryFiltersMenuLabels, type QueryFiltersMenuProps, type QueryHistoryItem, QueryHistoryList, type QueryHistoryListLabels, type QueryHistoryListProps, QueryOutputPane, type QueryOutputPaneLabels, type QueryOutputPaneProps, type QueryOutputView, type QueryPropertyFilter, QueryResultChart, type QueryResultChartLabels, type QueryResultChartProps, type QueryResultColumn, type QueryResultSort, QueryResultsTable, type QueryResultsTableLabels, type QueryResultsTableProps, type QueryRunState, type QueryRunStats, QueryToolbar, type QueryToolbarLabels, type QueryToolbarProps, type QueryVariable, QueryVariablesMenu, type QueryVariablesMenuLabels, type QueryVariablesMenuProps, QueryWorkspace, type QueryWorkspaceLabels, type QueryWorkspaceProps, type RefreshSetting, ReportWidget, type ReportWidgetConfig, type ReportWidgetLabels, type ReportWidgetProps, type ReportWidgetType, SaveQueryDialog, type SaveQueryDialogLabels, type SaveQueryDialogProps, type SaveQueryValues, SchemaTree, type SchemaTreeColumn, type SchemaTreeLabels, type SchemaTreeProps, type SchemaTreeTable, type ScoreAxis, type ScoreBand, ScoreBreakdown, type ScoreBreakdownLabels, type ScoreBreakdownProps, SearchCombobox, type SearchComboboxProps, SettingsForm, type SettingsFormProps, SidebarNav, type SidebarNavProps, SqlEditor, type SqlEditorCompletionSource, type SqlEditorExtension, type SqlEditorHandle, type SqlEditorKeyBinding, type SqlEditorLabels, type SqlEditorProps, type SqlEditorRunContext, type SqlEditorSchema, type SqlEditorTheme, StatusSelect, type StatusSelectProps, TimeRangeControl, type TimeRangeControlLabels, type TimeRangeControlProps, type TimeRangePreset, TimeSeriesPanel, type TimeSeriesPanelLabels, type TimeSeriesPanelProps, type ToastContextValue, type ToastMessage, ToastProvider, type ToastProviderProps, TrendChart, type TrendChartProps, VALUELESS_OPERATORS, WorkflowCanvas, type WorkflowCanvasConnection, type WorkflowCanvasProps, type WorkflowCanvasStep, countActiveQueryFilters, defaultQueryChartConfig, formatQueryCell, hasActiveQueryFilters, isValidQueryVariableName, numericResultColumns, useToast };
@@ -1,5 +1,5 @@
1
1
  "use client";
2
2
  "use client";
3
- import { A as ToastProvider, B as FaqAccordion, C as Flyout, D as KeyValueEditor, E as WorkflowCanvas, F as BranchSelect, G as StatusSelect, H as EditorToolbar, I as EnvPanel, J as CommandPaletteTrigger, K as SearchCombobox, L as ProjectSwitcher, M as useToast, N as DataTable, O as FailureList, P as DomainTable, R as DeploymentTimeline, T as EventTimeline, U as SidebarNav, V as ContentTabs, W as AppMenubar, Y as CommandPalette, a as TimeRangeControl, i as DEFAULT_TIME_PRESETS, k as NotificationToast, n as LogTable, q as DashboardGrid, r as TimeSeriesPanel, s as QueryBar, t as FieldSidebar, w as ScoreBreakdown, z as SettingsForm } from "../field-sidebar-Ben7MQD4.js";
3
+ import { At as KeyValueEditor, Bt as ProjectSwitcher, C as ScoreBreakdown, Ct as QueryOutputPane, Dt as formatQueryCell, Et as QueryResultsTable, Ft as useToast, Gt as EditorToolbar, Ht as SettingsForm, It as DataTable, Jt as StatusSelect, Kt as SidebarNav, Lt as DomainTable, Mt as NotificationToast, Nt as ToastProvider, Ot as Flyout, Qt as CommandPalette, Rt as BranchSelect, St as numericResultColumns, T as SqlEditor, Tt as SchemaTree, Ut as FaqAccordion, Vt as DeploymentTimeline, Wt as ContentTabs, Xt as DashboardGrid, Yt as SearchCombobox, Zt as CommandPaletteTrigger, _t as VALUELESS_OPERATORS, a as TimeRangeControl, bt as QueryResultChart, dt as SaveQueryDialog, ft as QueryHistoryList, gt as QueryFiltersMenu, ht as EMPTY_QUERY_FILTERS, i as DEFAULT_TIME_PRESETS, jt as FailureList, kt as WorkflowCanvas, lt as QueryWorkspace, mt as isValidQueryVariableName, n as LogTable, pt as QueryVariablesMenu, qt as AppMenubar, r as TimeSeriesPanel, s as QueryBar, t as FieldSidebar, vt as countActiveQueryFilters, w as EventTimeline, wt as QueryToolbar, xt as defaultQueryChartConfig, yt as hasActiveQueryFilters, zt as EnvPanel } from "../field-sidebar-mSVCMAZp.js";
4
4
  import { EventSparkline, MetricsCard, ReportWidget, TrendChart } from "@reopt-ai/opt-charts";
5
- export { AppMenubar, BranchSelect, CommandPalette, CommandPaletteTrigger, ContentTabs, DEFAULT_TIME_PRESETS, DashboardGrid, DataTable, DeploymentTimeline, DomainTable, EditorToolbar, EnvPanel, EventSparkline, EventTimeline, FailureList, FaqAccordion, FieldSidebar, Flyout, KeyValueEditor, LogTable, MetricsCard, NotificationToast, ProjectSwitcher, QueryBar, ReportWidget, ScoreBreakdown, SearchCombobox, SettingsForm, SidebarNav, StatusSelect, TimeRangeControl, TimeSeriesPanel, ToastProvider, TrendChart, WorkflowCanvas, useToast };
5
+ export { AppMenubar, BranchSelect, CommandPalette, CommandPaletteTrigger, ContentTabs, DEFAULT_TIME_PRESETS, DashboardGrid, DataTable, DeploymentTimeline, DomainTable, EMPTY_QUERY_FILTERS, EditorToolbar, EnvPanel, EventSparkline, EventTimeline, FailureList, FaqAccordion, FieldSidebar, Flyout, KeyValueEditor, LogTable, MetricsCard, NotificationToast, ProjectSwitcher, QueryBar, QueryFiltersMenu, QueryHistoryList, QueryOutputPane, QueryResultChart, QueryResultsTable, QueryToolbar, QueryVariablesMenu, QueryWorkspace, ReportWidget, SaveQueryDialog, SchemaTree, ScoreBreakdown, SearchCombobox, SettingsForm, SidebarNav, SqlEditor, StatusSelect, TimeRangeControl, TimeSeriesPanel, ToastProvider, TrendChart, VALUELESS_OPERATORS, WorkflowCanvas, countActiveQueryFilters, defaultQueryChartConfig, formatQueryCell, hasActiveQueryFilters, isValidQueryVariableName, numericResultColumns, useToast };
@@ -256,35 +256,6 @@ interface FailureItem {
256
256
  group?: string;
257
257
  metadata?: Record<string, unknown>;
258
258
  }
259
- /** Defines the chart data point shape. */
260
- interface ChartDataPoint {
261
- name: string;
262
- [key: string]: string | number;
263
- }
264
- /** Defines the chart series shape. */
265
- interface ChartSeriesDef {
266
- dataKey: string;
267
- name: string;
268
- color?: string;
269
- type?: "line" | "bar" | "area";
270
- stackId?: string;
271
- }
272
- /** Configuration for chart. */
273
- interface ChartConfig {
274
- series: ChartSeriesDef[];
275
- xAxisKey?: string;
276
- showGrid?: boolean;
277
- showTooltip?: boolean;
278
- showLegend?: boolean;
279
- animate?: boolean;
280
- }
281
- /** Defines the chart margin shape. */
282
- interface ChartMargin {
283
- top?: number;
284
- right?: number;
285
- bottom?: number;
286
- left?: number;
287
- }
288
259
  /** Defines the chat conversation shape. */
289
260
  interface ChatConversationDef {
290
261
  id: string;
@@ -313,6 +284,57 @@ interface ChatStylePresetDef {
313
284
  systemPrompt?: string;
314
285
  }
315
286
  //#endregion
287
+ //#region src/core/date-range-picker.d.ts
288
+ /** Defines the date range shape. */
289
+ interface DateRange {
290
+ start: Date | null;
291
+ end: Date | null;
292
+ }
293
+ /** Defines the date range preset shape. */
294
+ interface DateRangePreset {
295
+ label: string;
296
+ range: () => DateRange;
297
+ }
298
+ /** Type definition for date granularity. */
299
+ type DateGranularity = "hour" | "day" | "week" | "month";
300
+ /** Type definition for comparison mode. */
301
+ type ComparisonMode = "previous" | "year-over-year";
302
+ /** Props for the date range picker component. */
303
+ interface DateRangePickerProps {
304
+ value?: DateRange;
305
+ onChange?: (range: DateRange) => void;
306
+ presets?: DateRangePreset[];
307
+ placeholder?: string;
308
+ label?: string;
309
+ required?: boolean;
310
+ error?: string;
311
+ hint?: string;
312
+ className?: string;
313
+ id?: string;
314
+ triggerClassName?: string;
315
+ "aria-label"?: string;
316
+ disabled?: boolean;
317
+ format?: (date: Date) => string;
318
+ /** Enable comparison mode toggle */
319
+ comparison?: boolean;
320
+ /** Current comparison mode */
321
+ comparisonMode?: ComparisonMode;
322
+ /** Called when comparison mode changes (null = comparison off) */
323
+ onComparisonChange?: (mode: ComparisonMode | null) => void;
324
+ /** Enable time granularity selector */
325
+ showGranularity?: boolean;
326
+ /** Current granularity */
327
+ granularity?: DateGranularity;
328
+ /** Called when granularity changes */
329
+ onGranularityChange?: (granularity: DateGranularity) => void;
330
+ }
331
+ declare const DEFAULT_PRESETS: DateRangePreset[];
332
+ /** Renders the date range picker component. */
333
+ declare function DateRangePicker({ value, onChange, presets, placeholder, label, required, error, hint, className, id, triggerClassName, "aria-label": ariaLabel, disabled, format, comparison, comparisonMode, onComparisonChange, showGranularity, granularity, onGranularityChange }: DateRangePickerProps): import("react").JSX.Element;
334
+ declare namespace DateRangePicker {
335
+ var displayName: string;
336
+ }
337
+ //#endregion
316
338
  //#region src/core/field-token.d.ts
317
339
  /**
318
340
  * The kinds of field an analytics schema actually carries. Two fields of the
@@ -449,4 +471,4 @@ interface TextTruncateProps {
449
471
  */
450
472
  declare function TextTruncate({ text, truncation, ellipsis, width, children, className }: TextTruncateProps): import("react").JSX.Element;
451
473
  //#endregion
452
- export { FilterGroupDef as A, StatCard as B, DomainDef as C, ExportFormat as D, ExportColumn as E, NavItem as F, TimePreset as G, TableColumn as H, NavItemDef as I, ToastOptions as K, ProjectDef as L, FormFieldDef as M, MenuDef as N, FailureItem as O, MenuItemDef as P, QuickActionDef as R, DeploymentStep as S, EnvVarDef as T, TaskDef as U, TabDef as V, TeamMemberDef as W, ChatConversationDef as _, FieldDataType as a, ChatStylePresetDef as b, FieldTokenLegendProps as c, ActivityDef as d, BranchDef as f, ChartSeriesDef as g, ChartMargin as h, FIELD_TYPE_TOKENS as i, FilterOption as j, FaqItem as k, FieldTokenProps as l, ChartDataPoint as m, TextTruncateProps as n, FieldToken as o, ChartConfig as p, ToolbarButtonDef as q, TruncationSide as r, FieldTokenLegend as s, TextTruncate as t, resolveFieldType as u, ChatMessageDef as v, EnvGroupDef as w, CommandDef as x, ChatModelDef as y, SelectOption as z };
474
+ export { ExportFormat as A, ProjectDef as B, ChatStylePresetDef as C, EnvGroupDef as D, DomainDef as E, FormFieldDef as F, TableColumn as G, SelectOption as H, MenuDef as I, TimePreset as J, TaskDef as K, MenuItemDef as L, FaqItem as M, FilterGroupDef as N, EnvVarDef as O, FilterOption as P, NavItem as R, ChatModelDef as S, DeploymentStep as T, StatCard as U, QuickActionDef as V, TabDef as W, ToolbarButtonDef as X, ToastOptions as Y, DateRangePreset as _, FieldDataType as a, ChatConversationDef as b, FieldTokenLegendProps as c, ComparisonMode as d, DEFAULT_PRESETS as f, DateRangePickerProps as g, DateRangePicker as h, FIELD_TYPE_TOKENS as i, FailureItem as j, ExportColumn as k, FieldTokenProps as l, DateRange as m, TextTruncateProps as n, FieldToken as o, DateGranularity as p, TeamMemberDef as q, TruncationSide as r, FieldTokenLegend as s, TextTruncate as t, resolveFieldType as u, ActivityDef as v, CommandDef as w, ChatMessageDef as x, BranchDef as y, NavItemDef as z };
@@ -256,35 +256,6 @@ interface FailureItem {
256
256
  group?: string;
257
257
  metadata?: Record<string, unknown>;
258
258
  }
259
- /** Defines the chart data point shape. */
260
- interface ChartDataPoint {
261
- name: string;
262
- [key: string]: string | number;
263
- }
264
- /** Defines the chart series shape. */
265
- interface ChartSeriesDef {
266
- dataKey: string;
267
- name: string;
268
- color?: string;
269
- type?: "line" | "bar" | "area";
270
- stackId?: string;
271
- }
272
- /** Configuration for chart. */
273
- interface ChartConfig {
274
- series: ChartSeriesDef[];
275
- xAxisKey?: string;
276
- showGrid?: boolean;
277
- showTooltip?: boolean;
278
- showLegend?: boolean;
279
- animate?: boolean;
280
- }
281
- /** Defines the chart margin shape. */
282
- interface ChartMargin {
283
- top?: number;
284
- right?: number;
285
- bottom?: number;
286
- left?: number;
287
- }
288
259
  /** Defines the chat conversation shape. */
289
260
  interface ChatConversationDef {
290
261
  id: string;
@@ -313,6 +284,57 @@ interface ChatStylePresetDef {
313
284
  systemPrompt?: string;
314
285
  }
315
286
  //#endregion
287
+ //#region src/core/date-range-picker.d.ts
288
+ /** Defines the date range shape. */
289
+ interface DateRange {
290
+ start: Date | null;
291
+ end: Date | null;
292
+ }
293
+ /** Defines the date range preset shape. */
294
+ interface DateRangePreset {
295
+ label: string;
296
+ range: () => DateRange;
297
+ }
298
+ /** Type definition for date granularity. */
299
+ type DateGranularity = "hour" | "day" | "week" | "month";
300
+ /** Type definition for comparison mode. */
301
+ type ComparisonMode = "previous" | "year-over-year";
302
+ /** Props for the date range picker component. */
303
+ interface DateRangePickerProps {
304
+ value?: DateRange;
305
+ onChange?: (range: DateRange) => void;
306
+ presets?: DateRangePreset[];
307
+ placeholder?: string;
308
+ label?: string;
309
+ required?: boolean;
310
+ error?: string;
311
+ hint?: string;
312
+ className?: string;
313
+ id?: string;
314
+ triggerClassName?: string;
315
+ "aria-label"?: string;
316
+ disabled?: boolean;
317
+ format?: (date: Date) => string;
318
+ /** Enable comparison mode toggle */
319
+ comparison?: boolean;
320
+ /** Current comparison mode */
321
+ comparisonMode?: ComparisonMode;
322
+ /** Called when comparison mode changes (null = comparison off) */
323
+ onComparisonChange?: (mode: ComparisonMode | null) => void;
324
+ /** Enable time granularity selector */
325
+ showGranularity?: boolean;
326
+ /** Current granularity */
327
+ granularity?: DateGranularity;
328
+ /** Called when granularity changes */
329
+ onGranularityChange?: (granularity: DateGranularity) => void;
330
+ }
331
+ declare const DEFAULT_PRESETS: DateRangePreset[];
332
+ /** Renders the date range picker component. */
333
+ declare function DateRangePicker({ value, onChange, presets, placeholder, label, required, error, hint, className, id, triggerClassName, "aria-label": ariaLabel, disabled, format, comparison, comparisonMode, onComparisonChange, showGranularity, granularity, onGranularityChange }: DateRangePickerProps): import("react").JSX.Element;
334
+ declare namespace DateRangePicker {
335
+ var displayName: string;
336
+ }
337
+ //#endregion
316
338
  //#region src/core/field-token.d.ts
317
339
  /**
318
340
  * The kinds of field an analytics schema actually carries. Two fields of the
@@ -449,4 +471,4 @@ interface TextTruncateProps {
449
471
  */
450
472
  declare function TextTruncate({ text, truncation, ellipsis, width, children, className }: TextTruncateProps): import("react").JSX.Element;
451
473
  //#endregion
452
- export { FilterGroupDef as A, StatCard as B, DomainDef as C, ExportFormat as D, ExportColumn as E, NavItem as F, TimePreset as G, TableColumn as H, NavItemDef as I, ToastOptions as K, ProjectDef as L, FormFieldDef as M, MenuDef as N, FailureItem as O, MenuItemDef as P, QuickActionDef as R, DeploymentStep as S, EnvVarDef as T, TaskDef as U, TabDef as V, TeamMemberDef as W, ChatConversationDef as _, FieldDataType as a, ChatStylePresetDef as b, FieldTokenLegendProps as c, ActivityDef as d, BranchDef as f, ChartSeriesDef as g, ChartMargin as h, FIELD_TYPE_TOKENS as i, FilterOption as j, FaqItem as k, FieldTokenProps as l, ChartDataPoint as m, TextTruncateProps as n, FieldToken as o, ChartConfig as p, ToolbarButtonDef as q, TruncationSide as r, FieldTokenLegend as s, TextTruncate as t, resolveFieldType as u, ChatMessageDef as v, EnvGroupDef as w, CommandDef as x, ChatModelDef as y, SelectOption as z };
474
+ export { ExportFormat as A, ProjectDef as B, ChatStylePresetDef as C, EnvGroupDef as D, DomainDef as E, FormFieldDef as F, TableColumn as G, SelectOption as H, MenuDef as I, TimePreset as J, TaskDef as K, MenuItemDef as L, FaqItem as M, FilterGroupDef as N, EnvVarDef as O, FilterOption as P, NavItem as R, ChatModelDef as S, DeploymentStep as T, StatCard as U, QuickActionDef as V, TabDef as W, ToolbarButtonDef as X, ToastOptions as Y, DateRangePreset as _, FieldDataType as a, ChatConversationDef as b, FieldTokenLegendProps as c, ComparisonMode as d, DEFAULT_PRESETS as f, DateRangePickerProps as g, DateRangePicker as h, FIELD_TYPE_TOKENS as i, FailureItem as j, ExportColumn as k, FieldTokenProps as l, DateRange as m, TextTruncateProps as n, FieldToken as o, DateGranularity as p, TeamMemberDef as q, TruncationSide as r, FieldTokenLegend as s, TextTruncate as t, resolveFieldType as u, ActivityDef as v, CommandDef as w, ChatMessageDef as x, BranchDef as y, NavItemDef as z };