@reopt-ai/opt-ui 1.5.0 → 1.7.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 (99) hide show
  1. package/COMPONENT_CATALOG.md +178 -50
  2. package/README.md +28 -7
  3. package/dist/app.css +170 -0
  4. package/dist/core/index.cjs +164 -324
  5. package/dist/core/index.d.cts +3 -6
  6. package/dist/core/index.d.ts +3 -6
  7. package/dist/core/index.js +3 -323
  8. package/dist/docs/01-getting-started.md +25 -5
  9. package/dist/docs/02-components/01-core.md +36 -28
  10. package/dist/docs/02-components/02-visuals.md +1 -1
  11. package/dist/docs/02-components/03-shells.md +144 -23
  12. package/dist/docs/02-components/04-surfaces.md +1 -1
  13. package/dist/docs/02-components/index.md +4 -4
  14. package/dist/docs/03-recipes/03-layouts.md +16 -12
  15. package/dist/docs/05-migration/01-breaking-changes.md +46 -1
  16. package/dist/field-sidebar-BTZCBviA.d.cts +1031 -0
  17. package/dist/field-sidebar-BTZCBviA.d.cts.map +1 -0
  18. package/dist/field-sidebar-CB8vjvUM.d.ts +1031 -0
  19. package/dist/field-sidebar-CB8vjvUM.d.ts.map +1 -0
  20. package/dist/field-sidebar-Cs-J-5VE.js +4233 -0
  21. package/dist/field-sidebar-Cs-J-5VE.js.map +1 -0
  22. package/dist/field-sidebar-CzIQX70-.cjs +4561 -0
  23. package/dist/id-registry.cjs +1939 -1872
  24. package/dist/id-registry.d.cts +14 -11
  25. package/dist/id-registry.d.cts.map +1 -0
  26. package/dist/id-registry.d.ts +14 -11
  27. package/dist/id-registry.d.ts.map +1 -0
  28. package/dist/id-registry.js +1937 -1871
  29. package/dist/id-registry.js.map +1 -0
  30. package/dist/id-registry.json +113 -28
  31. package/dist/index.cjs +8380 -9790
  32. package/dist/index.d.cts +1555 -1442
  33. package/dist/index.d.cts.map +1 -0
  34. package/dist/index.d.ts +1555 -1442
  35. package/dist/index.d.ts.map +1 -0
  36. package/dist/index.js +7996 -9778
  37. package/dist/index.js.map +1 -0
  38. package/dist/meta.cjs +7753 -6875
  39. package/dist/meta.d.cts.map +1 -0
  40. package/dist/meta.d.ts.map +1 -0
  41. package/dist/meta.js +7752 -6846
  42. package/dist/meta.js.map +1 -0
  43. package/dist/pagination-DWbvACuN.js +3850 -0
  44. package/dist/pagination-DWbvACuN.js.map +1 -0
  45. package/dist/pagination-DjfxBcjX.cjs +4739 -0
  46. package/dist/query.cjs +386 -0
  47. package/dist/query.d.cts +141 -0
  48. package/dist/query.d.cts.map +1 -0
  49. package/dist/query.d.ts +141 -0
  50. package/dist/query.d.ts.map +1 -0
  51. package/dist/query.js +371 -0
  52. package/dist/query.js.map +1 -0
  53. package/dist/shader-surface-BUPZ0P-n.js +3654 -0
  54. package/dist/shader-surface-BUPZ0P-n.js.map +1 -0
  55. package/dist/shader-surface-BfTP9c1Q.d.ts +1788 -0
  56. package/dist/shader-surface-BfTP9c1Q.d.ts.map +1 -0
  57. package/dist/shader-surface-DRrcLrWf.d.cts +1788 -0
  58. package/dist/shader-surface-DRrcLrWf.d.cts.map +1 -0
  59. package/dist/shader-surface-Fav5K9UC.cjs +4041 -0
  60. package/dist/shells/index.cjs +58 -65
  61. package/dist/shells/index.d.cts +4 -5
  62. package/dist/shells/index.d.ts +4 -5
  63. package/dist/shells/index.js +4 -64
  64. package/dist/tailwind.css +49 -0
  65. package/dist/theme/presets/default.css +2 -2
  66. package/dist/theme/presets/minimal.css +2 -2
  67. package/dist/theme/presets/mono-dark.css +2 -2
  68. package/dist/theme/presets/natural.css +1 -1
  69. package/dist/theme/presets/pro.css +2 -2
  70. package/dist/theme/server.cjs +257 -228
  71. package/dist/theme/server.d.cts +48 -60
  72. package/dist/theme/server.d.cts.map +1 -0
  73. package/dist/theme/server.d.ts +48 -60
  74. package/dist/theme/server.d.ts.map +1 -0
  75. package/dist/theme/server.js +234 -189
  76. package/dist/theme/server.js.map +1 -0
  77. package/dist/types-D0FlcYnM.d.cts +301 -0
  78. package/dist/types-D0FlcYnM.d.cts.map +1 -0
  79. package/dist/types-D0FlcYnM.d.ts +301 -0
  80. package/dist/types-D0FlcYnM.d.ts.map +1 -0
  81. package/dist/visuals/index.cjs +10 -4
  82. package/dist/visuals/index.d.cts +2 -1
  83. package/dist/visuals/index.d.ts +2 -1
  84. package/dist/visuals/index.js +1 -2
  85. package/package.json +27 -11
  86. package/dist/chunk-3GWWZKX7.js +0 -38
  87. package/dist/chunk-3QFYBBL6.cjs +0 -4759
  88. package/dist/chunk-3XD4HIFL.js +0 -3241
  89. package/dist/chunk-AFF2HPE5.cjs +0 -5008
  90. package/dist/chunk-NXZJIHEZ.cjs +0 -3241
  91. package/dist/chunk-ONE3C5RV.cjs +0 -38
  92. package/dist/chunk-RBM2RNC2.js +0 -5008
  93. package/dist/chunk-VBGPEW45.js +0 -4759
  94. package/dist/index-BZ_lBlO1.d.ts +0 -474
  95. package/dist/index-BuvxoWHf.d.cts +0 -474
  96. package/dist/index-DWyqDIkH.d.cts +0 -1689
  97. package/dist/index-Uyijm14M.d.ts +0 -1689
  98. package/dist/types-D4-0lwaE.d.cts +0 -298
  99. package/dist/types-D4-0lwaE.d.ts +0 -298
package/dist/index.d.ts CHANGED
@@ -1,19 +1,15 @@
1
- import { D as DateRange, I as IconDef } from './index-Uyijm14M.js';
2
- export { A as AccordionContent, a as AccordionItem, b as AccordionRoot, c as AccordionTrigger, d as Alert, e as AlertDialogPanel, f as AlertDialogPanelProps, g as AlertProps, h as Avatar, i as AvatarGroup, j as AvatarGroupProps, k as AvatarProps, B as Badge, l as BadgeProps, m as BlockBaseProps, n as BlockLayout, o as BlockLayoutProps, p as Breadcrumb, q as BreadcrumbItem, r as BreadcrumbProps, s as Button, t as ButtonProps, C as Card, u as CardContent, v as CardContentProps, w as CardDescription, x as CardDescriptionProps, y as CardFooter, z as CardFooterProps, E as CardHeader, F as CardHeaderProps, G as CardProps, H as CardTitle, J as CardTitleProps, K as Checkbox, L as CheckboxGroup, M as CheckboxGroupProps, N as CheckboxProps, O as CircularProgress, P as CircularProgressProps, Q as ColorPicker, R as ColorPickerProps, S as ComboboxEmpty, T as ComboboxGroup, U as ComboboxGroupLabel, V as ComboboxInput, W as ComboboxItem, X as ComboboxPopover, Y as ComboboxRoot, Z as ComparisonMode, _ as CompositeZone, $ as ConditionBuilder, a0 as ConditionBuilderProps, a1 as ConditionDef, a2 as ConditionGroup, a3 as ConditionOperator, a4 as ConditionTypeRenderer, a5 as Container, a6 as ContainerProps, a7 as DEFAULT_PRESETS, a8 as DateGranularity, a9 as DateRangePicker, aa as DateRangePickerProps, ab as DateRangePreset, ac as DialogBody, ad as DialogBodyProps, ae as DialogDescription, af as DialogDisclosure, ag as DialogDismiss, ah as DialogFooter, ai as DialogFooterProps, aj as DialogHeader, ak as DialogHeaderProps, al as DialogHeading, am as DialogPanel, an as DialogRoot, ao as DialogSize, ap as DisclosureContent, aq as DisclosureRoot, ar as DisclosureTrigger, as as DrawerClose, at as DrawerPanel, au as DrawerPanelProps, av as DrawerRoot, aw as DrawerSide, ax as DrawerSize, ay as DropdownContent, az as DropdownItem, aA as DropdownMenu, aB as DropdownSeparator, aC as DropdownTrigger, aD as EmptyState, aE as EmptyStateAction, aF as EmptyStateProps, aG as FormCheckbox, aH as FormColorPicker, aI as FormColorPickerProps, aJ as FormControl, aK as FormDateRangePicker, aL as FormDateRangePickerProps, aM as FormDescription, aN as FormError, aO as FormField, aP as FormGroup, aQ as FormGroupLabel, aR as FormIconPicker, aS as FormIconPickerProps, aT as FormInput, aU as FormLabel, aV as FormNumberInput, aW as FormNumberInputProps, aX as FormProvider, aY as FormPush, aZ as FormRadio, a_ as FormRadioGroup, a$ as FormRemove, b0 as FormReset, b1 as FormRoot, b2 as FormSelect, b3 as FormSelectItem, b4 as FormSelectPopover, b5 as FormSelectProps, b6 as FormSlider, b7 as FormSliderProps, b8 as FormStarRating, b9 as FormStarRatingProps, ba as FormSubmit, bb as FormSwitch, bc as FormSwitchProps, bd as FormTagInput, be as FormTagInputProps, bf as FormTextarea, bg as FormTextareaProps, bh as Heading, bi as HeadingLevel, bj as HeadingProps, bk as HeadingRole, bl as IconPicker, bm as IconPickerProps, bn as Input, bo as InputProps, bp as Kbd, bq as KbdProps, br as Logo, bs as LogoProps, bt as MenuButtonArrow, bu as MenuItem, bv as MenuItemCheckbox, bw as MenuItemRadio, bx as MenuPopover, by as MenuRoot, bz as MenuSeparator, bA as MenuTrigger, bB as MenubarContainer, bC as MenubarRoot, bD as Meter, bE as MeterProps, bF as NumberInput, bG as NumberInputProps, bH as OtpField, bI as OtpFieldProps, bJ as PageHeader, bK as PageHeaderProps, bL as Pagination, bM as PaginationProps, bN as PopoverClose, bO as PopoverContent, bP as PopoverContentProps, bQ as PopoverRoot, bR as PopoverTrigger, bS as Progress, bT as ProgressProps, bU as Radio, bV as RadioGroup, bW as RadioGroupProps, bX as RadioProps, bY as ResizableHandle, bZ as ResizableHandleProps, b_ as ResizablePanel, b$ as ResizablePanelGroup, c0 as ResizablePanelGroupProps, c1 as ResizablePanelProps, c2 as SHADER_OVERLAY_PARAM_KEYS, c3 as SHADER_PARAM_FALLBACK, c4 as SHADER_PARAM_KEYS, c5 as SHADER_PRESETS, c6 as SHADER_PRESET_IDS, c7 as ScrollArea, c8 as ScrollAreaProps, c9 as Section, ca as SectionProps, cb as SelectItem, cc as SelectLabel, cd as SelectPopover, ce as SelectRoot, cf as SelectTrigger, cg as Separator, ch as SeparatorProps, ci as ShaderParamKey, cj as ShaderParamSpec, ck as ShaderPreset, cl as ShaderPresetCategory, cm as ShaderPresetId, cn as ShaderSurface, co as ShaderSurfaceHandle, cp as ShaderSurfaceProps, cq as Skeleton, cr as SkeletonAvatar, cs as SkeletonCard, ct as SkeletonProps, cu as SkeletonTable, cv as SkeletonText, cw as Slider, cx as SliderProps, cy as Spinner, cz as SpinnerProps, cA as StarRating, cB as StarRatingProps, cC as StatCard, cD as StatCardProps, cE as StepBuilder, cF as StepBuilderProps, cG as StepDef, m as SurfaceBaseProps, n as SurfaceLayout, o as SurfaceLayoutProps, cH as Switch, cI as SwitchProps, cJ as Tab, cK as TabList, cL as TabPanel, cM as TabsRoot, cN as TagInput, cO as TagInputProps, cP as Text, cQ as TextElement, cR as TextProps, cS as TextRole, cT as TextTone, cU as Textarea, cV as TextareaProps, cW as Toggle, cX as ToggleGroup, cY as ToggleGroupProps, cZ as ToggleProps, c_ as ToolbarButton, c$ as ToolbarContainer, d0 as ToolbarRoot, d1 as ToolbarSeparator, d2 as Tooltip, d3 as TooltipAnchor, d4 as TooltipProvider, d5 as VirtualList, d6 as VirtualListProps, d7 as createBlock, d7 as createSurface, d8 as getShaderFragment, d9 as getShaderPreset } from './index-Uyijm14M.js';
3
- import { FormErrors, CommandRootProps, CommandEmptyProps, CommandGroupProps, CommandInputProps as CommandInputProps$1, CommandItemProps, CommandListProps, CommandSeparatorProps } from '@reopt-ai/opt-ui-primitives';
4
- export { AccordionContentProps, AccordionItemProps, AccordionRootProps, AccordionTriggerProps, Composite, CompositeItem, CompositeProvider, CompositeRow, FormErrors, FormStoreInstance, FormStoreOptions, ValidateOn, useFieldValue, useFormContext, useFormStore } from '@reopt-ai/opt-ui-primitives';
5
- import * as react_jsx_runtime from 'react/jsx-runtime';
6
- import * as react from 'react';
7
- import { Component, ReactNode, ErrorInfo, ComponentPropsWithoutRef } from 'react';
8
- export * from '@reopt-ai/opt-charts';
9
- export { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from '@reopt-ai/opt-charts';
10
- export { A as AppMenubar, a as AppMenubarProps, B as BranchSelect, b as BranchSelectProps, C as ColumnDef, c as CommandPalette, d as CommandPaletteProps, e as CommandPaletteTrigger, f as CommandPaletteTriggerProps, g as ContentTabs, h as ContentTabsProps, D as DashboardGrid, i as DashboardGridProps, j as DataTable, k as DataTableProps, l as DeploymentTimeline, m as DeploymentTimelineProps, n as DomainTable, o as DomainTableProps, E as EditorToolbar, p as EditorToolbarProps, q as EnvPanel, r as EnvPanelProps, F as FailureList, s as FailureListLabels, t as FailureListProps, u as FaqAccordion, v as FaqAccordionProps, K as KeyValueEditor, w as KeyValueEditorLabels, x as KeyValueEditorProps, y as KeyValueEntry, N as NotificationToast, P as ProjectSwitcher, z as ProjectSwitcherProps, S as SearchCombobox, G as SearchComboboxProps, H as SettingsForm, I as SettingsFormProps, J as SidebarNav, L as SidebarNavProps, M as StatusSelect, O as StatusSelectProps, T as ToastAction, Q as ToastContextValue, R as ToastMessage, U as ToastProvider, V as ToastProviderProps, W as ToastVariant, X as WorkflowCanvas, Y as WorkflowCanvasConnection, Z as WorkflowCanvasProps, _ as WorkflowCanvasStep, $ as toast, a0 as useToast } from './index-BZ_lBlO1.js';
11
- import { T as TaskDef, A as ActivityDef, F as FilterGroupDef, Q as QuickActionDef, a as TeamMemberDef, b as FormFieldDef, E as ExportColumn, c as ExportFormat, S as StatCard, d as TabDef, C as ChatConversationDef, e as ChatModelDef, f as ChatStylePresetDef, g as ChatMessageDef } from './types-D4-0lwaE.js';
12
- export { B as BranchDef, h as ChartConfig, i as ChartDataPoint, j as ChartMargin, k as ChartSeriesDef, l as CommandDef, D as DeploymentStep, m as DomainDef, n as EnvGroupDef, o as EnvVarDef, p as FailureItem, q as FaqItem, r as FilterOption, M as MenuDef, s as MenuItemDef, N as NavItem, t as NavItemDef, P as ProjectDef, u as SelectOption, v as TableColumn, w as TimePreset, x as ToastOptions, y as ToolbarButtonDef } from './types-D4-0lwaE.js';
13
- import { PaletteConfig, OptTokenName } from '@reopt-ai/opt-palette';
14
- import { ClassValue } from 'clsx';
15
- export { GroupImperativeHandle as ResizablePanelGroupHandle, PanelImperativeHandle as ResizablePanelHandle, Layout as ResizablePanelLayout, PanelSize as ResizablePanelSize } from 'react-resizable-panels';
16
1
 
2
+ import { $ as RadioProps, $i as HeadingProps, $n as ComboboxPopover, $r as SkeletonCard, $t as FormStarRating, A as PanelImperativeHandle, Ai as Breadcrumb, An as NumberInputProps, Ar as TabsVariant, At as FormError, B as Container, Bi as PrimAccordionContentProps, Bn as MenuItemCheckbox, Br as MeterProps, Bt as FormProvider, C as DrawerRoot, Ci as CardHeaderProps, Cn as ColorPicker, Cr as TabListProps, Ct as FormCheckbox, D as LogoProps, Di as EmptyState, Dn as Slider, Dr as TabStatus, Dt as FormDateRangePicker, E as Logo, Ei as CardTitleProps, En as StarRatingProps, Er as TabProps, Et as FormControl, F as ResizablePanelGroup, Fi as AccordionContent, Fn as Tooltip, Fr as CompositeItem, Ft as FormIconPickerProps, G as PageHeaderProps, Gi as ToggleGroupProps, Gn as MenuTrigger, Gr as Avatar, Gt as FormReset, H as ScrollArea, Hi as PrimAccordionTriggerProps, Hn as MenuPopover, Hr as CircularProgressProps, Ht as FormRadio, I as ResizablePanelGroupProps, Ii as AccordionItem, In as TooltipAnchor, Ir as CompositeProvider, It as FormInput, J as BlockLayout, Ji as OtpFieldProps, Jn as ComboboxEmpty, Jr as AvatarProps, Jt as FormSelectItem, K as BlockBaseProps, Ki as ToggleProps, Kn as MenubarContainer, Kr as AvatarGroup, Kt as FormRoot, L as ResizablePanelProps, Li as AccordionRoot, Ln as TooltipProvider, Lr as CompositeRow, Lt as FormLabel, M as ResizableHandle, Mi as BreadcrumbProps, Mn as ToolbarContainer, Mr as DisclosureRoot, Mt as FormGroup, N as ResizableHandleProps, Ni as StatCard, Nn as ToolbarRoot, Nr as DisclosureTrigger, Nt as FormGroupLabel, O as GroupImperativeHandle, Oi as EmptyStateAction, On as SliderProps, Or as TabsRoot, Ot as FormDateRangePickerProps, P as ResizablePanel, Pi as StatCardProps, Pn as ToolbarSeparator, Pr as Composite, Pt as FormIconPicker, Q as RadioGroupProps, Qi as HeadingLevel, Qn as ComboboxItem, Qr as SkeletonAvatar, Qt as FormSliderProps, R as Section, Ri as AccordionRootProps, Rn as MenuButtonArrow, Rr as CompositeZone, Rt as FormNumberInput, S as DrawerPanelProps, Si as CardHeader, Sn as IconPickerProps, Sr as TabList, St as StepDef, T as DrawerSize, Ti as CardTitle, Tn as StarRating, Tr as TabPanelProps, Tt as FormColorPickerProps, U as ScrollAreaProps, Ui as Toggle, Un as MenuRoot, Ur as Progress, Ut as FormRadioGroup, V as ContainerProps, Vi as PrimAccordionItemProps, Vn as MenuItemRadio, Vr as CircularProgress, Vt as FormPush, W as PageHeader, Wi as ToggleGroup, Wn as MenuSeparator, Wr as ProgressProps, Wt as FormRemove, X as Radio, Xi as SeparatorProps, Xn as ComboboxGroupLabel, Xr as TextareaProps, Xt as FormSelectProps, Y as BlockLayoutProps, Yi as Separator, Yn as ComboboxGroup, Yr as Textarea, Yt as FormSelectPopover, Z as RadioGroup, Zi as Heading, Zn as ComboboxInput, Zr as Skeleton, Zt as FormSlider, _ as VirtualListProps, _i as CardContentProps, _n as DateRangePreset, _r as SelectLabel, _t as ConditionGroup, a as SHADER_PARAM_FALLBACK, aa as TextTone, ai as Input, an as FormTagInputProps, ar as DialogDescription, at as DropdownItem, b as DrawerClose, bi as CardFooter, bn as IconDef, br as SelectTrigger, bt as StepBuilder, c as SHADER_PRESET_IDS, ci as AlertProps, cn as useFieldValue, cr as DialogFooter, ct as DropdownTrigger, d as ShaderPreset, di as Badge, dn as ComparisonMode, dr as DialogHeaderProps, dt as PopoverContentProps, ea as HeadingRole, ei as SkeletonProps, en as FormStarRatingProps, er as ComboboxRoot, et as Checkbox, f as ShaderPresetCategory, fi as BadgeProps, fn as DEFAULT_PRESETS, fr as DialogHeading, ft as PopoverRoot, g as VirtualList, gi as CardContent, gn as DateRangePickerProps, gr as SelectItem, gt as ConditionDef, h as getShaderPreset, hi as Card, hn as DateRangePicker, hr as DialogSize, ht as ConditionBuilderProps, i as SHADER_OVERLAY_PARAM_KEYS, ia as TextRole, ii as SwitchProps, in as FormTagInput, ir as DialogBodyProps, it as DropdownContent, j as PanelSize, ji as BreadcrumbItem, jn as ToolbarButton, jr as DisclosureContent, jt as FormField, k as Layout, ki as EmptyStateProps, kn as NumberInput, kr as TabsRootProps, kt as FormDescription, l as ShaderParamKey, li as Spinner, ln as useFormContext, lr as DialogFooterProps, lt as PopoverClose, m as getShaderFragment, mi as ButtonProps, mn as DateRange, mr as DialogRoot, mt as ConditionBuilder, n as ShaderSurfaceHandle, na as TextElement, ni as SkeletonText, nn as FormSwitch, nr as AlertDialogPanelProps, nt as CheckboxGroupProps, o as SHADER_PARAM_KEYS, oa as Kbd, oi as InputProps, on as FormTextarea, or as DialogDisclosure, ot as DropdownMenu, p as ShaderPresetId, pi as Button, pn as DateGranularity, pr as DialogPanel, pt as PopoverTrigger, q as createBlock, qi as OtpField, qn as MenubarRoot, qr as AvatarGroupProps, qt as FormSelect, r as ShaderSurfaceProps, ra as TextProps, ri as Switch, rn as FormSwitchProps, rr as DialogBody, rt as CheckboxProps, s as SHADER_PRESETS, sa as KbdProps, si as Alert, sn as FormTextareaProps, sr as DialogDismiss, st as DropdownSeparator, t as ShaderSurface, ta as Text, ti as SkeletonTable, tn as FormSubmit, tr as AlertDialogPanel, tt as CheckboxGroup, u as ShaderParamSpec, ui as SpinnerProps, un as useFormStore, ur as DialogHeader, ut as PopoverContent, v as Pagination, vi as CardDescription, vn as TagInput, vr as SelectPopover, vt as ConditionOperator, w as DrawerSide, wi as CardProps, wn as ColorPickerProps, wr as TabPanel, wt as FormColorPicker, x as DrawerPanel, xi as CardFooterProps, xn as IconPicker, xr as Tab, xt as StepBuilderProps, y as PaginationProps, yi as CardDescriptionProps, yn as TagInputProps, yr as SelectRoot, yt as ConditionTypeRenderer, z as SectionProps, zi as AccordionTrigger, zn as MenuItem, zr as Meter, zt as FormNumberInputProps } from "./shader-surface-BfTP9c1Q.js";
3
+ import { A as StatCard$1, C as MenuDef, D as ProjectDef, E as NavItemDef, F as TimePreset, I as ToastOptions, L as ToolbarButtonDef, M as TableColumn, N as TaskDef, O as QuickActionDef, P as TeamMemberDef, S as FormFieldDef, T as NavItem, _ as ExportFormat, a as ChartMargin, b as FilterGroupDef, c as ChatMessageDef, d as CommandDef, f as DeploymentStep, g as ExportColumn, h as EnvVarDef, i as ChartDataPoint, j as TabDef, k as SelectOption, l as ChatModelDef, m as EnvGroupDef, n as BranchDef, o as ChartSeriesDef, p as DomainDef, r as ChartConfig, s as ChatConversationDef, t as ActivityDef, u as ChatStylePresetDef, v as FailureItem, w as MenuItemDef, x as FilterOption, y as FaqItem } from "./types-D0FlcYnM.js";
4
+ import { $ as FailureListProps, A as LogTable, At as SidebarNav, B as TimeRangeControlLabels, Bt as CommandPaletteTrigger, C as withFieldValue, Ct as SettingsFormProps, D as LogColumnPriority, Dt as ContentTabsProps, E as LogColumn, Et as ContentTabs, F as TimeSeriesPanelLabels, Ft as StatusSelectProps, G as WorkflowCanvasProps, H as TimeRangePreset, Ht as CommandPalette, I as TimeSeriesPanelProps, It as SearchCombobox, J as KeyValueEditorLabels, K as WorkflowCanvasStep, L as DEFAULT_TIME_PRESETS, Lt as SearchComboboxProps, M as LogTableLabels, Mt as AppMenubar, N as LogTableProps, Nt as AppMenubarProps, O as LogDensity, Ot as EditorToolbar, P as TimeSeriesPanel, Pt as StatusSelect, Q as FailureListLabels, R as RefreshSetting, Rt as DashboardGrid, S as removeClause, St as SettingsForm, T as LogCellAction, Tt as FaqAccordionProps, U as WorkflowCanvas, Ut as CommandPaletteProps, V as TimeRangeControlProps, Vt as CommandPaletteTriggerProps, W as WorkflowCanvasConnection, X as KeyValueEntry, Y as KeyValueEditorProps, Z as FailureList, _ as addClause, _t as EnvPanelProps, a as FieldValueCount, at as ToastProviderProps, b as isEmptyQuery, bt as DeploymentTimeline, c as QueryBarProps, ct as useToast, d as Query, dt as DataTableProps, et as NotificationToast, f as QueryCellAction, ft as DomainTable, g as QueryTermClause, gt as EnvPanel, h as QueryOperator, ht as BranchSelectProps, i as FieldSummary, it as ToastProvider, j as LogTableHandle, jt as SidebarNavProps, k as LogSort, kt as EditorToolbarProps, l as QueryField, lt as ColumnDef, m as QueryFieldClause, mt as BranchSelect, n as FieldSidebarLabels, nt as ToastContextValue, o as QueryBar, ot as ToastVariant, p as QueryClause, pt as DomainTableProps, q as KeyValueEditor, r as FieldSidebarProps, rt as ToastMessage, s as QueryBarLabels, st as toast, t as FieldSidebar, tt as ToastAction, u as EMPTY_QUERY, ut as DataTable, v as applyCellAction, vt as ProjectSwitcher, w as withoutField, wt as FaqAccordion, x as queryFields, xt as DeploymentTimelineProps, y as fieldValues, yt as ProjectSwitcherProps, z as TimeRangeControl, zt as DashboardGridProps } from "./field-sidebar-CB8vjvUM.js";
5
+ import { ClassValue } from "clsx";
6
+ import * as React$1 from "react";
7
+ import { Component, ComponentPropsWithoutRef, ErrorInfo, ReactNode } from "react";
8
+ import { CommandEmptyProps, CommandGroupProps, CommandInputProps as CommandInputProps$1, CommandItemProps, CommandListProps, CommandRootProps, CommandSeparatorProps, FormErrors, FormErrors as FormErrors$1, FormStoreInstance, FormStoreOptions, ValidateOn } from "@reopt-ai/opt-ui-primitives";
9
+ import { OptTokenName, PaletteConfig } from "@reopt-ai/opt-palette";
10
+ import { EventSparkline, EventSparklineLabels, EventSparklineProps, MetricsCard, MetricsCardProps, ReportWidget, ReportWidgetConfig, ReportWidgetLabels, ReportWidgetProps, ReportWidgetType, TrendChart, TrendChartProps } from "@reopt-ai/opt-charts";
11
+ export * from "@reopt-ai/opt-charts";
12
+ //#region src/lib/schema-validator.d.ts
17
13
  /**
18
14
  * Adapter for schema-based validation (Zod, Valibot, or any library with safeParse).
19
15
  * No direct dependency on any schema library.
@@ -33,16 +29,16 @@ export { GroupImperativeHandle as ResizablePanelGroupHandle, PanelImperativeHand
33
29
  * ```
34
30
  */
35
31
  interface ParseSuccess {
36
- success: true;
32
+ success: true;
37
33
  }
38
34
  interface ParseFailure {
39
- success: false;
40
- error: {
41
- issues: {
42
- path: (string | number)[];
43
- message: string;
44
- }[];
45
- };
35
+ success: false;
36
+ error: {
37
+ issues: {
38
+ path: (string | number)[];
39
+ message: string;
40
+ }[];
41
+ };
46
42
  }
47
43
  type ParseResult = ParseSuccess | ParseFailure;
48
44
  /**
@@ -50,197 +46,203 @@ type ParseResult = ParseSuccess | ParseFailure;
50
46
  * libraries that implement `safeParse`. No runtime dependency required.
51
47
  */
52
48
  interface SchemaLike {
53
- safeParse(data: unknown): ParseResult;
49
+ safeParse(data: unknown): ParseResult;
54
50
  }
55
51
  /** Handles schema validator. */
56
- declare function schemaValidator<V extends Record<string, unknown>>(schema: SchemaLike): (values: V) => FormErrors;
57
-
52
+ declare function schemaValidator<V extends Record<string, unknown>>(schema: SchemaLike): (values: V) => FormErrors$1;
53
+ //#endregion
54
+ //#region src/core/error-boundary.d.ts
58
55
  /** Props for the error boundary component. */
59
56
  interface ErrorBoundaryProps {
60
- children: ReactNode;
61
- fallback?: ReactNode | ((error: Error) => ReactNode);
62
- onError?: (error: Error, info: ErrorInfo) => void;
57
+ children: ReactNode;
58
+ fallback?: ReactNode | ((error: Error) => ReactNode);
59
+ onError?: (error: Error, info: ErrorInfo) => void;
63
60
  }
64
61
  interface ErrorBoundaryState {
65
- error: Error | null;
62
+ error: Error | null;
66
63
  }
67
64
  declare class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryState> {
68
- static displayName: string;
69
- constructor(props: ErrorBoundaryProps);
70
- static getDerivedStateFromError(error: Error): ErrorBoundaryState;
71
- componentDidCatch(error: Error, info: ErrorInfo): void;
72
- render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | react_jsx_runtime.JSX.Element | null | undefined;
73
- }
74
-
65
+ static displayName: string;
66
+ constructor(props: ErrorBoundaryProps);
67
+ static getDerivedStateFromError(error: Error): ErrorBoundaryState;
68
+ componentDidCatch(error: Error, info: ErrorInfo): void;
69
+ render(): string | number | bigint | boolean | import("react").JSX.Element | Iterable<ReactNode> | Promise<string | number | bigint | boolean | Iterable<ReactNode> | import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>> | import("react").ReactPortal | null | undefined> | null | undefined;
70
+ }
71
+ //#endregion
72
+ //#region src/core/command.d.ts
75
73
  /** Renders the `Command` component. */
76
- declare function Command({ className, ...props }: CommandRootProps): react_jsx_runtime.JSX.Element;
74
+ declare function Command({ className, ...props }: CommandRootProps): import("react").JSX.Element;
77
75
  /** Props for the `CommandDialog` component. */
78
76
  interface CommandDialogProps {
79
- /** Open state. */
80
- open: boolean;
81
- /** Open state setter. */
82
- onOpenChange: (open: boolean) => void;
83
- /** Accessible title (visually hidden by default). */
84
- title?: string;
85
- /** Accessible description (visually hidden by default). */
86
- description?: string;
87
- /** Optional className for the dialog panel. */
88
- className?: string;
89
- /** Optional className for the inner Command root. */
90
- commandClassName?: string;
91
- /** Filter behaviour passed through to the inner Command root. */
92
- shouldFilter?: CommandRootProps["shouldFilter"];
93
- filter?: CommandRootProps["filter"];
94
- children: ReactNode;
77
+ /** Open state. */
78
+ open: boolean;
79
+ /** Open state setter. */
80
+ onOpenChange: (open: boolean) => void;
81
+ /** Accessible title (visually hidden by default). */
82
+ title?: string;
83
+ /** Accessible description (visually hidden by default). */
84
+ description?: string;
85
+ /** Optional className for the dialog panel. */
86
+ className?: string;
87
+ /** Optional className for the inner Command root. */
88
+ commandClassName?: string;
89
+ /** Filter behaviour passed through to the inner Command root. */
90
+ shouldFilter?: CommandRootProps["shouldFilter"];
91
+ filter?: CommandRootProps["filter"];
92
+ children: ReactNode;
95
93
  }
96
94
  /** Renders a Command in a dialog overlay, à la Cmd+K palette. */
97
- declare function CommandDialog({ open, onOpenChange, title, description, className, commandClassName, shouldFilter, filter, children, }: CommandDialogProps): react_jsx_runtime.JSX.Element;
95
+ declare function CommandDialog({ open, onOpenChange, title, description, className, commandClassName, shouldFilter, filter, children }: CommandDialogProps): import("react").JSX.Element;
98
96
  /** Props for the `CommandInput` component. */
99
97
  interface CommandInputProps extends CommandInputProps$1 {
100
- /** Trailing content rendered on the right side (e.g. ESC kbd). */
101
- trailing?: ReactNode;
102
- /** Optional className for the input wrapper. */
103
- wrapperClassName?: string;
98
+ /** Trailing content rendered on the right side (e.g. ESC kbd). */
99
+ trailing?: ReactNode;
100
+ /** Optional className for the input wrapper. */
101
+ wrapperClassName?: string;
104
102
  }
105
103
  /** Renders the `CommandInput` component with a leading search icon. */
106
- declare function CommandInput({ className, trailing, wrapperClassName, placeholder, "aria-label": ariaLabel, ...props }: CommandInputProps): react_jsx_runtime.JSX.Element;
104
+ declare function CommandInput({ className, trailing, wrapperClassName, placeholder, "aria-label": ariaLabel, ...props }: CommandInputProps): import("react").JSX.Element;
107
105
  /** Renders the `CommandList` component. */
108
- declare function CommandList({ className, "aria-label": ariaLabel, ...props }: CommandListProps): react_jsx_runtime.JSX.Element;
106
+ declare function CommandList({ className, "aria-label": ariaLabel, ...props }: CommandListProps): import("react").JSX.Element;
109
107
  /** Renders the `CommandEmpty` component. */
110
- declare function CommandEmpty({ className, ...props }: CommandEmptyProps): react_jsx_runtime.JSX.Element;
108
+ declare function CommandEmpty({ className, ...props }: CommandEmptyProps): import("react").JSX.Element;
111
109
  /** Renders the `CommandGroup` component with an optional heading. */
112
- declare function CommandGroup({ className, heading, ...props }: CommandGroupProps): react_jsx_runtime.JSX.Element;
110
+ declare function CommandGroup({ className, heading, ...props }: CommandGroupProps): import("react").JSX.Element;
113
111
  /** Renders the `CommandSeparator` component. */
114
- declare function CommandSeparator({ className, ...props }: CommandSeparatorProps): react_jsx_runtime.JSX.Element;
112
+ declare function CommandSeparator({ className, ...props }: CommandSeparatorProps): import("react").JSX.Element;
115
113
  /** Renders the `CommandItem` component. */
116
- declare function CommandItem({ className, ...props }: CommandItemProps): react_jsx_runtime.JSX.Element;
114
+ declare function CommandItem({ className, ...props }: CommandItemProps): import("react").JSX.Element;
117
115
  /** Renders the `CommandShortcut` component (right-aligned hint). */
118
- declare function CommandShortcut({ className, ...props }: ComponentPropsWithoutRef<"span">): react_jsx_runtime.JSX.Element;
119
-
116
+ declare function CommandShortcut({ className, ...props }: ComponentPropsWithoutRef<"span">): import("react").JSX.Element;
117
+ //#endregion
118
+ //#region src/shells/page-aside.d.ts
120
119
  /** Props for {@link PageAside}. */
121
120
  interface PageAsideProps {
122
- /** Content rendered in the sticky top slot (e.g. package switcher). */
123
- header?: ReactNode;
124
- /** Main scrollable nav area. */
125
- children: ReactNode;
126
- /** Content rendered in the bottom slot (e.g. version label). */
127
- footer?: ReactNode;
128
- /**
129
- * Width utility class. Defaults to `w-60`. Pass `"w-56"`, `"w-64"`, etc.
130
- */
131
- widthClassName?: string;
132
- /** `aria-label` for the underlying `<aside>`. */
133
- label?: string;
134
- /** Hide aside below `md` breakpoint. Defaults to true. */
135
- hideOnMobile?: boolean;
136
- className?: string;
137
- /** Override the header slot's chrome (default: `px-3 py-3`). */
138
- headerClassName?: string;
139
- /** Override the body slot's chrome (default: `px-3 py-3`). */
140
- bodyClassName?: string;
141
- /** Override the footer slot's chrome (default: `px-4 py-3`). */
142
- footerClassName?: string;
121
+ /** Content rendered in the sticky top slot (e.g. package switcher). */
122
+ header?: ReactNode;
123
+ /** Main scrollable nav area. */
124
+ children: ReactNode;
125
+ /** Content rendered in the bottom slot (e.g. version label). */
126
+ footer?: ReactNode;
127
+ /**
128
+ * Width utility class. Defaults to `w-60`. Pass `"w-56"`, `"w-64"`, etc.
129
+ */
130
+ widthClassName?: string;
131
+ /** `aria-label` for the underlying `<aside>`. */
132
+ label?: string;
133
+ /** Hide aside below `md` breakpoint. Defaults to true. */
134
+ hideOnMobile?: boolean;
135
+ className?: string;
136
+ /** Override the header slot's chrome (default: `px-3 py-3`). */
137
+ headerClassName?: string;
138
+ /** Override the body slot's chrome (default: `px-3 py-3`). */
139
+ bodyClassName?: string;
140
+ /** Override the footer slot's chrome (default: `px-4 py-3`). */
141
+ footerClassName?: string;
143
142
  }
144
143
  /**
145
144
  * Sticky page-level sidebar chrome. Owns position/border/surface and a
146
145
  * three-slot layout (header / scroll body / footer). Doesn't prescribe the
147
146
  * nav surface — drop `SidebarNav`, custom tree, tag list, etc. into `children`.
148
147
  */
149
- declare function PageAside({ header, children, footer, widthClassName, label, hideOnMobile, className, headerClassName, bodyClassName, footerClassName, }: PageAsideProps): react_jsx_runtime.JSX.Element;
148
+ declare function PageAside({ header, children, footer, widthClassName, label, hideOnMobile, className, headerClassName, bodyClassName, footerClassName }: PageAsideProps): import("react").JSX.Element;
150
149
  declare namespace PageAside {
151
- var displayName: string;
150
+ var displayName: string;
152
151
  }
153
-
152
+ //#endregion
153
+ //#region src/shells/task-list.d.ts
154
154
  /** Localized labels for the task list component. */
155
155
  interface TaskListLabels {
156
- title?: string;
157
- emptyMessage?: string;
158
- completedOf?: string;
159
- priority?: {
160
- low?: string;
161
- medium?: string;
162
- high?: string;
163
- urgent?: string;
164
- };
165
- status?: {
166
- todo?: string;
167
- "in-progress"?: string;
168
- review?: string;
169
- done?: string;
170
- };
171
- moreItems?: string;
156
+ title?: string;
157
+ emptyMessage?: string;
158
+ completedOf?: string;
159
+ priority?: {
160
+ low?: string;
161
+ medium?: string;
162
+ high?: string;
163
+ urgent?: string;
164
+ };
165
+ status?: {
166
+ todo?: string;
167
+ "in-progress"?: string;
168
+ review?: string;
169
+ done?: string;
170
+ };
171
+ moreItems?: string;
172
172
  }
173
173
  /** Props for the task list component. */
174
174
  interface TaskListProps {
175
- tasks: TaskDef[];
176
- title?: string;
177
- onTaskClick?: (task: TaskDef) => void;
178
- onTaskStatusChange?: (task: TaskDef, completed: boolean) => void;
179
- emptyMessage?: string;
180
- showSubtasks?: boolean;
181
- /** Maximum number of tasks to display */
182
- maxItems?: number;
183
- /** Custom labels for i18n support */
184
- labels?: TaskListLabels;
185
- className?: string;
175
+ tasks: TaskDef[];
176
+ title?: string;
177
+ onTaskClick?: (task: TaskDef) => void;
178
+ onTaskStatusChange?: (task: TaskDef, completed: boolean) => void;
179
+ emptyMessage?: string;
180
+ showSubtasks?: boolean;
181
+ /** Maximum number of tasks to display */
182
+ maxItems?: number;
183
+ /** Custom labels for i18n support */
184
+ labels?: TaskListLabels;
185
+ className?: string;
186
186
  }
187
187
  /** Renders the task list component. */
188
- declare function TaskList({ tasks, title, onTaskClick, onTaskStatusChange, emptyMessage, showSubtasks, maxItems, labels: customLabels, className, }: TaskListProps): react_jsx_runtime.JSX.Element;
189
-
188
+ declare function TaskList({ tasks, title, onTaskClick, onTaskStatusChange, emptyMessage, showSubtasks, maxItems, labels: customLabels, className }: TaskListProps): import("react").JSX.Element;
189
+ //#endregion
190
+ //#region src/shells/activity-feed.d.ts
190
191
  interface TimeAgoLabels {
191
- justNow: string;
192
- minutesAgo: string;
193
- hoursAgo: string;
194
- daysAgo: string;
192
+ justNow: string;
193
+ minutesAgo: string;
194
+ hoursAgo: string;
195
+ daysAgo: string;
195
196
  }
196
197
  interface ActivityVerbLabels {
197
- created: string;
198
- updated: string;
199
- completed: string;
200
- commented: string;
201
- assigned: string;
202
- deployed: string;
203
- merged: string;
198
+ created: string;
199
+ updated: string;
200
+ completed: string;
201
+ commented: string;
202
+ assigned: string;
203
+ deployed: string;
204
+ merged: string;
204
205
  }
205
206
  /** Localized labels for the activity feed component. */
206
207
  interface ActivityFeedLabels {
207
- title?: string;
208
- emptyMessage?: string;
209
- moreItems?: string;
210
- timeAgo?: Partial<TimeAgoLabels>;
211
- activityVerbs?: Partial<ActivityVerbLabels>;
208
+ title?: string;
209
+ emptyMessage?: string;
210
+ moreItems?: string;
211
+ timeAgo?: Partial<TimeAgoLabels>;
212
+ activityVerbs?: Partial<ActivityVerbLabels>;
212
213
  }
213
214
  /** Props for the activity feed component. */
214
215
  interface ActivityFeedProps {
215
- activities: ActivityDef[];
216
- title?: string;
217
- maxItems?: number;
218
- onActivityClick?: (activity: ActivityDef) => void;
219
- /** Called when "show more" button is clicked */
220
- onShowMore?: () => void;
221
- emptyMessage?: string;
222
- /** Custom labels for i18n support */
223
- labels?: ActivityFeedLabels;
224
- /** Locale for date formatting (default: 'ko-KR') */
225
- locale?: string;
226
- /** Show loading state */
227
- loading?: boolean;
228
- /** Layout style: list (default) shows time below, compact shows time inline */
229
- layout?: "list" | "compact";
230
- /** Render action buttons for each activity item */
231
- renderActions?: (activity: ActivityDef) => ReactNode;
232
- className?: string;
216
+ activities: ActivityDef[];
217
+ title?: string;
218
+ maxItems?: number;
219
+ onActivityClick?: (activity: ActivityDef) => void;
220
+ /** Called when "show more" button is clicked */
221
+ onShowMore?: () => void;
222
+ emptyMessage?: string;
223
+ /** Custom labels for i18n support */
224
+ labels?: ActivityFeedLabels;
225
+ /** Locale for date formatting (default: 'ko-KR') */
226
+ locale?: string;
227
+ /** Show loading state */
228
+ loading?: boolean;
229
+ /** Layout style: list (default) shows time below, compact shows time inline */
230
+ layout?: "list" | "compact";
231
+ /** Render action buttons for each activity item */
232
+ renderActions?: (activity: ActivityDef) => ReactNode;
233
+ className?: string;
233
234
  }
234
235
  /** Renders the activity feed component. */
235
- declare function ActivityFeed({ activities, title, maxItems, onActivityClick, onShowMore, emptyMessage, labels: customLabels, locale, loading, layout, renderActions, className, }: ActivityFeedProps): react_jsx_runtime.JSX.Element;
236
+ declare function ActivityFeed({ activities, title, maxItems, onActivityClick, onShowMore, emptyMessage, labels: customLabels, locale, loading, layout, renderActions, className }: ActivityFeedProps): import("react").JSX.Element;
236
237
  declare namespace ActivityFeed {
237
- var displayName: string;
238
+ var displayName: string;
238
239
  }
239
-
240
+ //#endregion
241
+ //#region src/shells/filter-bar.d.ts
240
242
  /** Localized labels for the filter bar component. */
241
243
  interface FilterBarLabels {
242
- clearAll?: string;
243
- searchPlaceholder?: string;
244
+ clearAll?: string;
245
+ searchPlaceholder?: string;
244
246
  }
245
247
  /**
246
248
  * Composable filter bar supporting 5 filter types:
@@ -254,578 +256,645 @@ interface FilterBarLabels {
254
256
  * The parent component manages filter state and passes it back via `onFilterChange`.
255
257
  */
256
258
  interface FilterBarProps {
257
- filters: FilterGroupDef[];
258
- onFilterChange?: (filterId: string, value: string | string[] | boolean) => void;
259
- onDateRangeChange?: (filterId: string, range: DateRange) => void;
260
- onClearAll?: () => void;
261
- labels?: FilterBarLabels;
262
- /** Slot next to Clear All button (e.g. SavedFilters) */
263
- presetActions?: ReactNode;
264
- className?: string;
259
+ filters: FilterGroupDef[];
260
+ onFilterChange?: (filterId: string, value: string | string[] | boolean) => void;
261
+ onDateRangeChange?: (filterId: string, range: DateRange) => void;
262
+ onClearAll?: () => void;
263
+ labels?: FilterBarLabels;
264
+ /** Slot next to Clear All button (e.g. SavedFilters) */
265
+ presetActions?: ReactNode;
266
+ className?: string;
265
267
  }
266
268
  /** Renders the filter bar component. */
267
- declare function FilterBar({ filters, onFilterChange, onDateRangeChange, onClearAll, labels: customLabels, presetActions, className, }: FilterBarProps): react_jsx_runtime.JSX.Element;
268
-
269
+ declare function FilterBar({ filters, onFilterChange, onDateRangeChange, onClearAll, labels: customLabels, presetActions, className }: FilterBarProps): import("react").JSX.Element;
270
+ //#endregion
271
+ //#region src/shells/quick-actions.d.ts
269
272
  /** Localized labels for the quick actions component. */
270
273
  interface QuickActionsLabels {
271
- title?: string;
274
+ title?: string;
272
275
  }
273
276
  /** Props for the quick actions component. */
274
277
  interface QuickActionsProps {
275
- actions: QuickActionDef[];
276
- title?: string;
277
- layout?: "grid" | "list";
278
- columns?: 2 | 3 | 4;
279
- /** Show descriptions in grid layout via tooltip */
280
- showDescriptionInGrid?: boolean;
281
- /** Enable keyboard shortcut bindings for actions with shortcuts defined */
282
- bindShortcuts?: boolean;
283
- /** Custom labels for i18n support */
284
- labels?: QuickActionsLabels;
285
- className?: string;
278
+ actions: QuickActionDef[];
279
+ title?: string;
280
+ layout?: "grid" | "list";
281
+ columns?: 2 | 3 | 4;
282
+ /** Show descriptions in grid layout via tooltip */
283
+ showDescriptionInGrid?: boolean;
284
+ /** Enable keyboard shortcut bindings for actions with shortcuts defined */
285
+ bindShortcuts?: boolean;
286
+ /** Custom labels for i18n support */
287
+ labels?: QuickActionsLabels;
288
+ className?: string;
286
289
  }
287
290
  /** Renders the quick actions component. */
288
- declare function QuickActions({ actions, title, layout, columns, showDescriptionInGrid, bindShortcuts, labels: customLabels, className, }: QuickActionsProps): react_jsx_runtime.JSX.Element;
291
+ declare function QuickActions({ actions, title, layout, columns, showDescriptionInGrid, bindShortcuts, labels: customLabels, className }: QuickActionsProps): import("react").JSX.Element;
289
292
  declare namespace QuickActions {
290
- var displayName: string;
293
+ var displayName: string;
291
294
  }
292
-
295
+ //#endregion
296
+ //#region src/shells/team-member-list.d.ts
293
297
  /** Localized labels for the team member list component. */
294
298
  interface TeamMemberListLabels {
295
- title?: string;
296
- emptyMessage?: string;
297
- onlineCount?: string;
298
- moreMembers?: string;
299
- moreCompact?: string;
300
- status?: {
301
- online?: string;
302
- away?: string;
303
- busy?: string;
304
- offline?: string;
305
- };
299
+ title?: string;
300
+ emptyMessage?: string;
301
+ onlineCount?: string;
302
+ moreMembers?: string;
303
+ moreCompact?: string;
304
+ status?: {
305
+ online?: string;
306
+ away?: string;
307
+ busy?: string;
308
+ offline?: string;
309
+ };
306
310
  }
307
311
  /** Props for the team member list component. */
308
312
  interface TeamMemberListProps {
309
- members: TeamMemberDef[];
310
- title?: string;
311
- layout?: "list" | "compact" | "avatars-only";
312
- maxDisplay?: number;
313
- onMemberClick?: (member: TeamMemberDef) => void;
314
- /** Called when "more" button is clicked */
315
- onShowMore?: () => void;
316
- emptyMessage?: string;
317
- /** Custom labels for i18n support */
318
- labels?: TeamMemberListLabels;
319
- className?: string;
313
+ members: TeamMemberDef[];
314
+ title?: string;
315
+ layout?: "list" | "compact" | "avatars-only";
316
+ maxDisplay?: number;
317
+ onMemberClick?: (member: TeamMemberDef) => void;
318
+ /** Called when "more" button is clicked */
319
+ onShowMore?: () => void;
320
+ emptyMessage?: string;
321
+ /** Custom labels for i18n support */
322
+ labels?: TeamMemberListLabels;
323
+ className?: string;
320
324
  }
321
325
  /** Renders the team member list component. */
322
- declare function TeamMemberList({ members, title, layout, maxDisplay, onMemberClick, onShowMore, emptyMessage, labels: customLabels, className, }: TeamMemberListProps): react_jsx_runtime.JSX.Element;
323
-
326
+ declare function TeamMemberList({ members, title, layout, maxDisplay, onMemberClick, onShowMore, emptyMessage, labels: customLabels, className }: TeamMemberListProps): import("react").JSX.Element;
327
+ //#endregion
328
+ //#region src/shells/auth-form.d.ts
324
329
  /** Localized labels for the auth form component. */
325
330
  interface AuthFormLabels {
326
- loginTitle?: string;
327
- signupTitle?: string;
328
- emailLabel?: string;
329
- passwordLabel?: string;
330
- confirmPasswordLabel?: string;
331
- rememberMeLabel?: string;
332
- loginButton?: string;
333
- signupButton?: string;
334
- emailRequired?: string;
335
- emailInvalid?: string;
336
- passwordRequired?: string;
337
- passwordMinLength?: string;
338
- passwordMismatch?: string;
331
+ loginTitle?: string;
332
+ signupTitle?: string;
333
+ emailLabel?: string;
334
+ passwordLabel?: string;
335
+ confirmPasswordLabel?: string;
336
+ rememberMeLabel?: string;
337
+ loginButton?: string;
338
+ signupButton?: string;
339
+ emailRequired?: string;
340
+ emailInvalid?: string;
341
+ passwordRequired?: string;
342
+ passwordMinLength?: string;
343
+ passwordMismatch?: string;
339
344
  }
340
345
  /** Props for the auth form component. */
341
346
  interface AuthFormProps {
342
- defaultMode?: "login" | "signup";
343
- mode?: "login" | "signup";
344
- onModeChange?: (mode: "login" | "signup") => void;
345
- showRememberMe?: boolean;
346
- minPasswordLength?: number;
347
- onSubmit?: (values: {
348
- email: string;
349
- password: string;
350
- confirmPassword?: string;
351
- rememberMe?: boolean;
352
- mode: "login" | "signup";
353
- }) => void;
354
- /** Custom fields rendered between email and password (e.g., name fields for signup) */
355
- renderExtraFields?: (mode: "login" | "signup") => ReactNode;
356
- labels?: AuthFormLabels;
357
- ariaLabel?: string;
347
+ defaultMode?: "login" | "signup";
348
+ mode?: "login" | "signup";
349
+ onModeChange?: (mode: "login" | "signup") => void;
350
+ showRememberMe?: boolean;
351
+ minPasswordLength?: number;
352
+ onSubmit?: (values: {
353
+ email: string;
354
+ password: string;
355
+ confirmPassword?: string;
356
+ rememberMe?: boolean;
357
+ mode: "login" | "signup";
358
+ }) => void;
359
+ /** Custom fields rendered between email and password (e.g., name fields for signup) */
360
+ renderExtraFields?: (mode: "login" | "signup") => ReactNode;
361
+ labels?: AuthFormLabels;
362
+ ariaLabel?: string;
358
363
  }
359
364
  /** Renders the auth form component. */
360
- declare function AuthForm({ defaultMode, mode: controlledMode, onModeChange, showRememberMe, minPasswordLength, onSubmit, renderExtraFields, labels, ariaLabel, }: AuthFormProps): react_jsx_runtime.JSX.Element;
361
-
365
+ declare function AuthForm({ defaultMode, mode: controlledMode, onModeChange, showRememberMe, minPasswordLength, onSubmit, renderExtraFields, labels, ariaLabel }: AuthFormProps): import("react").JSX.Element;
366
+ //#endregion
367
+ //#region src/shells/dynamic-field-form.d.ts
362
368
  /** Localized labels for the dynamic field form component. */
363
369
  interface DynamicFieldFormLabels {
364
- addButton?: string;
365
- submitButton?: string;
366
- removeAriaLabel?: string;
367
- itemLabel?: string;
368
- itemPlaceholder?: string;
369
- itemRequired?: string;
370
+ addButton?: string;
371
+ submitButton?: string;
372
+ removeAriaLabel?: string;
373
+ itemLabel?: string;
374
+ itemPlaceholder?: string;
375
+ itemRequired?: string;
370
376
  }
371
377
  /** Props for the dynamic field form component. */
372
378
  interface DynamicFieldFormProps {
373
- initialCount?: number;
374
- minFields?: number;
375
- maxFields?: number;
376
- fieldType?: "text" | "email" | "url" | "number";
377
- validateField?: (value: string, index: number) => string | undefined;
378
- onSubmit?: (values: string[]) => void;
379
- onFieldsChange?: (count: number) => void;
380
- labels?: DynamicFieldFormLabels;
381
- ariaLabel?: string;
379
+ initialCount?: number;
380
+ minFields?: number;
381
+ maxFields?: number;
382
+ fieldType?: "text" | "email" | "url" | "number";
383
+ validateField?: (value: string, index: number) => string | undefined;
384
+ onSubmit?: (values: string[]) => void;
385
+ onFieldsChange?: (count: number) => void;
386
+ labels?: DynamicFieldFormLabels;
387
+ ariaLabel?: string;
382
388
  }
383
389
  /** Renders the dynamic field form component. */
384
- declare function DynamicFieldForm({ initialCount, minFields, maxFields, fieldType, validateField, onSubmit, onFieldsChange, labels, ariaLabel, }: DynamicFieldFormProps): react_jsx_runtime.JSX.Element;
385
-
390
+ declare function DynamicFieldForm({ initialCount, minFields, maxFields, fieldType, validateField, onSubmit, onFieldsChange, labels, ariaLabel }: DynamicFieldFormProps): import("react").JSX.Element;
391
+ //#endregion
392
+ //#region src/shells/file-upload-form.d.ts
386
393
  /** Localized labels for the file upload form component. */
387
394
  interface FileUploadFormLabels {
388
- titleLabel?: string;
389
- titlePlaceholder?: string;
390
- titleRequired?: string;
391
- descriptionLabel?: string;
392
- descriptionPlaceholder?: string;
393
- fileLabel?: string;
394
- submitButton?: string;
395
- successMessage?: string;
396
- columnMappingLabel?: string;
395
+ titleLabel?: string;
396
+ titlePlaceholder?: string;
397
+ titleRequired?: string;
398
+ descriptionLabel?: string;
399
+ descriptionPlaceholder?: string;
400
+ fileLabel?: string;
401
+ submitButton?: string;
402
+ successMessage?: string;
403
+ columnMappingLabel?: string;
397
404
  }
398
405
  /** Props for the file upload form component. */
399
406
  interface FileUploadFormProps {
400
- accept?: string;
401
- showPreview?: boolean;
402
- showFileInfo?: boolean;
403
- showDescription?: boolean;
404
- descriptionRows?: number;
405
- titleRequired?: boolean;
406
- maxFileSize?: number;
407
- onSubmit?: (values: {
408
- title: string;
409
- description: string;
410
- file: File | null;
411
- }) => void;
412
- onFileChange?: (file: File | null) => void;
413
- /** Called after file is selected to allow parsing/preview. Return ReactNode to show column mapping UI. */
414
- onPreview?: (file: File) => void;
415
- /** Custom column mapping UI rendered after file selection */
416
- columnMapping?: ReactNode;
417
- labels?: FileUploadFormLabels;
418
- ariaLabel?: string;
407
+ accept?: string;
408
+ showPreview?: boolean;
409
+ showFileInfo?: boolean;
410
+ showDescription?: boolean;
411
+ descriptionRows?: number;
412
+ titleRequired?: boolean;
413
+ maxFileSize?: number;
414
+ onSubmit?: (values: {
415
+ title: string;
416
+ description: string;
417
+ file: File | null;
418
+ }) => void;
419
+ onFileChange?: (file: File | null) => void;
420
+ /** Called after file is selected to allow parsing/preview. Return ReactNode to show column mapping UI. */
421
+ onPreview?: (file: File) => void;
422
+ /** Custom column mapping UI rendered after file selection */
423
+ columnMapping?: ReactNode;
424
+ labels?: FileUploadFormLabels;
425
+ ariaLabel?: string;
419
426
  }
420
427
  /** Renders the file upload form component. */
421
- declare function FileUploadForm({ accept, showPreview, showFileInfo, showDescription, descriptionRows, titleRequired, maxFileSize, onSubmit, onFileChange, onPreview, columnMapping, labels, ariaLabel, }: FileUploadFormProps): react_jsx_runtime.JSX.Element;
422
-
428
+ declare function FileUploadForm({ accept, showPreview, showFileInfo, showDescription, descriptionRows, titleRequired, maxFileSize, onSubmit, onFileChange, onPreview, columnMapping, labels, ariaLabel }: FileUploadFormProps): import("react").JSX.Element;
429
+ //#endregion
430
+ //#region src/shells/wizard-form.d.ts
423
431
  /** Defines the wizard step shape. */
424
432
  interface WizardStepDef {
425
- id: string;
426
- label: string;
427
- fields: string[];
433
+ id: string;
434
+ label: string;
435
+ fields: string[];
428
436
  }
429
437
  /** Localized labels for the wizard form component. */
430
438
  interface WizardFormLabels {
431
- stepsLabel?: string;
432
- backButton?: string;
433
- nextButton?: string;
434
- submitButton?: string;
435
- successMessage?: string;
436
- resetLink?: string;
437
- reviewTitle?: string;
438
- emptyValue?: string;
439
+ stepsLabel?: string;
440
+ backButton?: string;
441
+ nextButton?: string;
442
+ submitButton?: string;
443
+ successMessage?: string;
444
+ resetLink?: string;
445
+ reviewTitle?: string;
446
+ emptyValue?: string;
439
447
  }
440
448
  /** Props for the wizard form component. */
441
449
  interface WizardFormProps {
442
- fields: FormFieldDef[];
443
- steps: WizardStepDef[];
444
- showReview?: boolean;
445
- onSubmit?: (values: Record<string, unknown>) => void;
446
- onStepChange?: (stepIndex: number) => void;
447
- resetOnSuccess?: boolean;
448
- labels?: WizardFormLabels;
449
- ariaLabel?: string;
450
+ fields: FormFieldDef[];
451
+ steps: WizardStepDef[];
452
+ showReview?: boolean;
453
+ onSubmit?: (values: Record<string, unknown>) => void;
454
+ onStepChange?: (stepIndex: number) => void;
455
+ resetOnSuccess?: boolean;
456
+ labels?: WizardFormLabels;
457
+ ariaLabel?: string;
450
458
  }
451
459
  /** Renders the wizard form component. */
452
- declare function WizardForm({ fields, steps, showReview, onSubmit, onStepChange, resetOnSuccess, labels, ariaLabel, }: WizardFormProps): react_jsx_runtime.JSX.Element;
453
-
460
+ declare function WizardForm({ fields, steps, showReview, onSubmit, onStepChange, resetOnSuccess, labels, ariaLabel }: WizardFormProps): import("react").JSX.Element;
461
+ //#endregion
462
+ //#region src/shells/event-icon.d.ts
454
463
  /** Popular icon names for picker UIs */
455
464
  declare const POPULAR_ICONS: readonly ["click", "eye", "search", "user", "shopping-cart", "credit-card", "heart", "star", "bell", "download", "upload", "share", "mail", "settings", "globe", "zap", "trending-up", "bar-chart", "check-circle", "x-circle"];
456
465
  /** Color presets for event icon backgrounds */
457
466
  declare const COLOR_PRESETS: readonly ["#3b82f6", "#8b5cf6", "#ec4899", "#ef4444", "#f59e0b", "#10b981", "#06b6d4", "#6366f1", "#f97316", "#14b8a6"];
458
467
  /** Props for the event icon component. */
459
468
  interface EventIconProps {
460
- /** Semantic icon key, legacy icon key, or ReactNode */
461
- icon: string | react.ReactNode;
462
- /** Custom icon color; when omitted, theme accent tokens are used */
463
- color?: string;
464
- /** Icon size */
465
- size?: "sm" | "md" | "lg";
466
- className?: string;
467
- labels?: EventIconLabels;
469
+ /** Semantic icon key, legacy icon key, or ReactNode */
470
+ icon: string | React$1.ReactNode;
471
+ /** Custom icon color; when omitted, theme accent tokens are used */
472
+ color?: string;
473
+ /** Icon size */
474
+ size?: "sm" | "md" | "lg";
475
+ className?: string;
476
+ labels?: EventIconLabels;
468
477
  }
469
478
  /** Localized labels for the event icon component. */
470
479
  interface EventIconLabels {
471
- eventLabelPrefix?: string;
472
- defaultAriaLabel?: string;
480
+ eventLabelPrefix?: string;
481
+ defaultAriaLabel?: string;
473
482
  }
474
483
  /** Renders the event icon component. */
475
- declare function EventIcon({ icon, color, size, className, labels: customLabels, }: EventIconProps): react_jsx_runtime.JSX.Element;
484
+ declare function EventIcon({ icon, color, size, className, labels: customLabels }: EventIconProps): React$1.JSX.Element;
476
485
  declare namespace EventIcon {
477
- var displayName: string;
486
+ var displayName: string;
478
487
  }
479
-
488
+ //#endregion
489
+ //#region src/shells/connection-indicator.d.ts
480
490
  /** Type definition for connection status. */
481
491
  type ConnectionStatus = "connected" | "disconnected" | "connecting" | "error";
492
+ /**
493
+ * 점 색상 톤. `status` 프리셋으로 표현되지 않는 도메인 상태
494
+ * (예: "Persistent" / "Volatile" / "Recovered")를 직접 칠할 때 쓴다.
495
+ */
496
+ type ConnectionTone = "neutral" | "success" | "warning" | "danger" | "info";
482
497
  /** Props for the connection indicator component. */
483
498
  interface ConnectionIndicatorProps {
484
- status: ConnectionStatus;
485
- label?: string;
486
- showLabel?: boolean;
487
- className?: string;
499
+ /**
500
+ * 연결 상태 프리셋. tone과 pulse의 기본값을 정한다.
501
+ * 생략하면 `tone`(기본 neutral)이 색을 결정한다.
502
+ */
503
+ status?: ConnectionStatus;
504
+ /** status 프리셋 대신 색만 지정. status와 함께 주면 이 값이 이긴다. */
505
+ tone?: ConnectionTone;
506
+ label?: string;
507
+ showLabel?: boolean;
508
+ /** 점 애니메이션. 생략하면 status 프리셋을 따른다. */
509
+ pulse?: boolean;
510
+ className?: string;
488
511
  }
489
512
  /** Renders the connection indicator component. */
490
- declare function ConnectionIndicator({ status, label, showLabel, className, }: ConnectionIndicatorProps): react_jsx_runtime.JSX.Element;
513
+ declare function ConnectionIndicator({ status, tone, label, showLabel, pulse, className }: ConnectionIndicatorProps): React$1.JSX.Element;
491
514
  declare namespace ConnectionIndicator {
492
- var displayName: string;
515
+ var displayName: string;
493
516
  }
494
-
517
+ //#endregion
518
+ //#region src/shells/floating-action-bar.d.ts
495
519
  /** Defines the floating action shape. */
496
520
  interface FloatingAction {
497
- id: string;
498
- label: string;
499
- icon?: react.ReactNode;
500
- variant?: "default" | "primary" | "danger";
501
- disabled?: boolean;
521
+ id: string;
522
+ label: string;
523
+ icon?: React$1.ReactNode;
524
+ variant?: "default" | "primary" | "danger";
525
+ disabled?: boolean;
502
526
  }
503
527
  /** Props for the floating action bar component. */
504
528
  interface FloatingActionBarProps {
505
- actions: FloatingAction[];
506
- selectedCount?: number;
507
- onAction: (actionId: string) => void;
508
- onDismiss?: () => void;
509
- className?: string;
510
- labels?: FloatingActionBarLabels;
529
+ actions: FloatingAction[];
530
+ selectedCount?: number;
531
+ onAction: (actionId: string) => void;
532
+ onDismiss?: () => void;
533
+ className?: string;
534
+ labels?: FloatingActionBarLabels;
511
535
  }
512
536
  /** Localized labels for the floating action bar component. */
513
537
  interface FloatingActionBarLabels {
514
- toolbarAriaLabel?: string;
515
- selectedLabel?: (count: number) => string;
516
- dismissAriaLabel?: string;
538
+ toolbarAriaLabel?: string;
539
+ selectedLabel?: (count: number) => string;
540
+ dismissAriaLabel?: string;
517
541
  }
518
542
  /** Renders the floating action bar component. */
519
- declare function FloatingActionBar({ actions, selectedCount, onAction, onDismiss, className, labels: customLabels, }: FloatingActionBarProps): react_jsx_runtime.JSX.Element | null;
543
+ declare function FloatingActionBar({ actions, selectedCount, onAction, onDismiss, className, labels: customLabels }: FloatingActionBarProps): React$1.JSX.Element | null;
520
544
  declare namespace FloatingActionBar {
521
- var displayName: string;
545
+ var displayName: string;
522
546
  }
523
-
547
+ //#endregion
548
+ //#region src/shells/template-picker.d.ts
524
549
  /** Defines the template shape. */
525
550
  interface TemplateDef {
526
- id: string;
527
- name: string;
528
- description?: string;
529
- icon?: react.ReactNode;
530
- category?: string;
531
- featured?: boolean;
532
- tags?: string[];
551
+ id: string;
552
+ name: string;
553
+ description?: string;
554
+ icon?: React$1.ReactNode;
555
+ category?: string;
556
+ featured?: boolean;
557
+ tags?: string[];
533
558
  }
534
559
  /** Localized labels for the template picker component. */
535
560
  interface TemplatePickerLabels {
536
- ariaLabel?: string;
537
- defaultCategory?: string;
538
- searchPlaceholder?: string;
539
- featuredBadge?: string;
561
+ ariaLabel?: string;
562
+ defaultCategory?: string;
563
+ searchPlaceholder?: string;
564
+ featuredBadge?: string;
540
565
  }
541
566
  /** Props for the template picker component. */
542
567
  interface TemplatePickerProps {
543
- templates: TemplateDef[];
544
- selected?: string;
545
- onSelect: (templateId: string) => void;
546
- labels?: TemplatePickerLabels;
547
- showSearch?: boolean;
548
- className?: string;
568
+ templates: TemplateDef[];
569
+ selected?: string;
570
+ onSelect: (templateId: string) => void;
571
+ labels?: TemplatePickerLabels;
572
+ showSearch?: boolean;
573
+ className?: string;
549
574
  }
550
575
  /** Renders the template picker component. */
551
- declare function TemplatePicker({ templates, selected, onSelect, labels: customLabels, showSearch, className, }: TemplatePickerProps): react_jsx_runtime.JSX.Element;
576
+ declare function TemplatePicker({ templates, selected, onSelect, labels: customLabels, showSearch, className }: TemplatePickerProps): React$1.JSX.Element;
552
577
  declare namespace TemplatePicker {
553
- var displayName: string;
578
+ var displayName: string;
554
579
  }
555
-
580
+ //#endregion
581
+ //#region src/shells/code-snippet-viewer.d.ts
556
582
  /** Localized labels for the code snippet viewer component. */
557
583
  interface CodeSnippetViewerLabels {
558
- copy?: string;
559
- copied?: string;
560
- codeRegion?: string;
584
+ copy?: string;
585
+ copied?: string;
586
+ codeRegion?: string;
561
587
  }
562
588
  /** Visual tone options for code snippet syntax surfaces. */
563
589
  type CodeSnippetSyntaxTheme = "default" | "muted" | "dark" | "terminal";
564
590
  /** Props for the code snippet viewer component. */
565
591
  interface CodeSnippetViewerProps {
566
- code: string;
567
- language?: string;
568
- title?: string;
569
- showLineNumbers?: boolean;
570
- showCopyButton?: boolean;
571
- maxHeight?: number;
572
- syntaxTheme?: CodeSnippetSyntaxTheme;
573
- className?: string;
574
- labels?: CodeSnippetViewerLabels;
592
+ code: string;
593
+ language?: string;
594
+ title?: string;
595
+ showLineNumbers?: boolean;
596
+ showCopyButton?: boolean;
597
+ maxHeight?: number;
598
+ syntaxTheme?: CodeSnippetSyntaxTheme;
599
+ className?: string;
600
+ labels?: CodeSnippetViewerLabels;
575
601
  }
576
602
  /** Renders the code snippet viewer component. */
577
- declare function CodeSnippetViewer({ code, language, title, showLineNumbers, showCopyButton, maxHeight, syntaxTheme, className, labels: customLabels, }: CodeSnippetViewerProps): react_jsx_runtime.JSX.Element;
603
+ declare function CodeSnippetViewer({ code, language, title, showLineNumbers, showCopyButton, maxHeight, syntaxTheme, className, labels: customLabels }: CodeSnippetViewerProps): React$1.JSX.Element;
578
604
  declare namespace CodeSnippetViewer {
579
- var displayName: string;
605
+ var displayName: string;
580
606
  }
581
-
607
+ //#endregion
608
+ //#region src/shells/property-explorer.d.ts
582
609
  /** Defines the property shape. */
583
610
  interface PropertyDef {
584
- name: string;
585
- type: string;
586
- description?: string;
587
- exampleValue?: string;
588
- eventCount?: number;
611
+ name: string;
612
+ type: string;
613
+ description?: string;
614
+ exampleValue?: string;
615
+ eventCount?: number;
589
616
  }
590
617
  /** Defines the property group shape. */
591
618
  interface PropertyGroup {
592
- name: string;
593
- properties: PropertyDef[];
619
+ name: string;
620
+ properties: PropertyDef[];
594
621
  }
595
622
  /** Localized labels for the property explorer component. */
596
623
  interface PropertyExplorerLabels {
597
- searchPlaceholder?: string;
598
- noPropertiesFound?: string;
624
+ searchPlaceholder?: string;
625
+ noPropertiesFound?: string;
599
626
  }
600
627
  /** Props for the property explorer component. */
601
628
  interface PropertyExplorerProps {
602
- groups: PropertyGroup[];
603
- onSelect?: (property: PropertyDef) => void;
604
- className?: string;
605
- labels?: PropertyExplorerLabels;
629
+ groups: PropertyGroup[];
630
+ onSelect?: (property: PropertyDef) => void;
631
+ className?: string;
632
+ labels?: PropertyExplorerLabels;
606
633
  }
607
634
  /** Renders the property explorer component. */
608
- declare function PropertyExplorer({ groups, onSelect, className, labels: customLabels, }: PropertyExplorerProps): react_jsx_runtime.JSX.Element;
635
+ declare function PropertyExplorer({ groups, onSelect, className, labels: customLabels }: PropertyExplorerProps): React$1.JSX.Element;
609
636
  declare namespace PropertyExplorer {
610
- var displayName: string;
637
+ var displayName: string;
611
638
  }
612
-
639
+ //#endregion
640
+ //#region src/shells/query-results-table.d.ts
613
641
  /** Localized labels for the query results table component. */
614
642
  interface QueryResultsTableLabels {
615
- emptyMessage?: string;
616
- loadingMessage?: string;
617
- rowsSuffix?: string;
643
+ emptyMessage?: string;
644
+ loadingMessage?: string;
645
+ rowsSuffix?: string;
618
646
  }
619
647
  /** Props for the query results table component. */
620
648
  interface QueryResultsTableProps {
621
- columns: string[];
622
- rows: Array<Record<string, unknown>>;
623
- maxHeight?: number;
624
- emptyMessage?: string;
625
- loading?: boolean;
626
- error?: string;
627
- labels?: QueryResultsTableLabels;
628
- className?: string;
649
+ columns: string[];
650
+ rows: Array<Record<string, unknown>>;
651
+ maxHeight?: number;
652
+ emptyMessage?: string;
653
+ loading?: boolean;
654
+ error?: string;
655
+ labels?: QueryResultsTableLabels;
656
+ className?: string;
629
657
  }
630
658
  /** Renders the query results table component. */
631
- declare function QueryResultsTable({ columns, rows, maxHeight, emptyMessage, loading, error, labels: customLabels, className, }: QueryResultsTableProps): react_jsx_runtime.JSX.Element;
659
+ declare function QueryResultsTable({ columns, rows, maxHeight, emptyMessage, loading, error, labels: customLabels, className }: QueryResultsTableProps): React$1.JSX.Element;
632
660
  declare namespace QueryResultsTable {
633
- var displayName: string;
661
+ var displayName: string;
634
662
  }
635
-
663
+ //#endregion
664
+ //#region src/shells/alert-builder.d.ts
636
665
  /** Defines the alert condition shape. */
637
666
  interface AlertCondition {
638
- metric: string;
639
- operator: "gt" | "lt" | "eq" | "gte" | "lte";
640
- threshold: number;
667
+ metric: string;
668
+ operator: "gt" | "lt" | "eq" | "gte" | "lte";
669
+ threshold: number;
641
670
  }
642
671
  /** Configuration for alert. */
643
672
  interface AlertConfig {
644
- name: string;
645
- conditions: AlertCondition[];
646
- channels: string[];
647
- frequency: "realtime" | "hourly" | "daily";
648
- enabled: boolean;
673
+ name: string;
674
+ conditions: AlertCondition[];
675
+ channels: string[];
676
+ frequency: "realtime" | "hourly" | "daily";
677
+ enabled: boolean;
649
678
  }
650
679
  /** Localized labels for the alert builder component. */
651
680
  interface AlertBuilderLabels {
652
- alertNameLabel?: string;
653
- conditionsLabel?: string;
654
- metricLabel?: string;
655
- operatorLabel?: string;
656
- thresholdLabel?: string;
657
- removeConditionLabel?: string;
658
- addConditionButton?: string;
659
- checkFrequencyLabel?: string;
660
- notificationChannelsLabel?: string;
661
- emptyMessage?: string;
681
+ alertNameLabel?: string;
682
+ conditionsLabel?: string;
683
+ metricLabel?: string;
684
+ operatorLabel?: string;
685
+ thresholdLabel?: string;
686
+ removeConditionLabel?: string;
687
+ addConditionButton?: string;
688
+ checkFrequencyLabel?: string;
689
+ notificationChannelsLabel?: string;
690
+ emptyMessage?: string;
662
691
  }
663
692
  /** Props for the alert builder component. */
664
693
  interface AlertBuilderProps {
665
- value: AlertConfig;
666
- onChange: (config: AlertConfig) => void;
667
- metrics?: string[];
668
- /** Dynamic event options for the metric selector. When provided, overrides `metrics`. */
669
- eventOptions?: {
670
- id: string;
671
- name: string;
672
- }[];
673
- channels?: {
674
- id: string;
675
- label: string;
676
- }[];
677
- labels?: AlertBuilderLabels;
678
- className?: string;
694
+ value: AlertConfig;
695
+ onChange: (config: AlertConfig) => void;
696
+ metrics?: string[];
697
+ /** Dynamic event options for the metric selector. When provided, overrides `metrics`. */
698
+ eventOptions?: {
699
+ id: string;
700
+ name: string;
701
+ }[];
702
+ channels?: {
703
+ id: string;
704
+ label: string;
705
+ }[];
706
+ labels?: AlertBuilderLabels;
707
+ className?: string;
679
708
  }
680
709
  /** Renders the alert builder component. */
681
- declare function AlertBuilder({ value, onChange, metrics, eventOptions, channels, labels: customLabels, className, }: AlertBuilderProps): react_jsx_runtime.JSX.Element;
710
+ declare function AlertBuilder({ value, onChange, metrics, eventOptions, channels, labels: customLabels, className }: AlertBuilderProps): React$1.JSX.Element;
682
711
  declare namespace AlertBuilder {
683
- var displayName: string;
684
- }
685
-
712
+ var displayName: string;
713
+ }
714
+ //#endregion
715
+ //#region src/shells/sql-editor.d.ts
716
+ /** CodeMirror 확장. `@codemirror/state`의 `Extension`. */
717
+ type SqlEditorExtension = import("@codemirror/state").Extension;
718
+ /** CodeMirror 키 바인딩. `@codemirror/view`의 `KeyBinding`. */
719
+ type SqlEditorKeyBinding = import("@codemirror/view").KeyBinding;
720
+ /**
721
+ * 자동완성 스키마. `@codemirror/lang-sql`의 `SQLNamespace` —
722
+ * `{ table: ["col", ...] }` 형태로 테이블/컬럼을 알려준다.
723
+ */
724
+ type SqlEditorSchema = import("@codemirror/lang-sql").SQLNamespace;
725
+ /** 추가 자동완성 소스. `@codemirror/autocomplete`의 `CompletionSource`. */
726
+ type SqlEditorCompletionSource = import("@codemirror/autocomplete").CompletionSource;
686
727
  /** Localized labels for the sql editor component. */
687
728
  interface SqlEditorLabels {
688
- placeholder?: string;
689
- runHint?: string;
690
- runButton?: string;
729
+ placeholder?: string;
730
+ runHint?: string;
731
+ runButton?: string;
732
+ editor?: string;
691
733
  }
692
734
  /** Props for the sql editor component. */
693
735
  interface SqlEditorProps {
694
- value: string;
695
- onChange: (sql: string) => void;
696
- onRun?: (sql: string) => void;
697
- placeholder?: string;
698
- readOnly?: boolean;
699
- height?: number;
700
- labels?: SqlEditorLabels;
701
- className?: string;
736
+ value: string;
737
+ onChange: (sql: string) => void;
738
+ /** Mod+Enter. */
739
+ onRun?: (sql: string) => void;
740
+ /** Shift+Enter — 실행 후 다음 셀/탭으로 넘어가는 노트북형 흐름. */
741
+ onRunAndAdvance?: (sql: string) => void;
742
+ placeholder?: string;
743
+ readOnly?: boolean;
744
+ /** px 고정 높이. `"fill"`이면 부모가 정한 높이를 채운다. */
745
+ height?: number | "fill";
746
+ /**
747
+ * 테이블/컬럼 자동완성 스키마. 값이 바뀌면 에디터를 다시 만들지 않고
748
+ * 자동완성만 재구성하므로, 카탈로그가 자주 갱신되는 화면에서도 커서와
749
+ * 실행 취소 이력이 유지된다.
750
+ */
751
+ schema?: SqlEditorSchema;
752
+ /** 스키마 자동완성에 더해 붙일 완성 소스 (함수 시그니처, 스니펫 등). */
753
+ completionSources?: SqlEditorCompletionSource[];
754
+ /** 추가 키 바인딩. 내장 실행 바인딩보다 먼저 평가된다. */
755
+ keymap?: SqlEditorKeyBinding[];
756
+ /** 임의의 CodeMirror 확장. 내장 확장 뒤에 붙어 우선권을 갖는다. */
757
+ extensions?: SqlEditorExtension[];
758
+ /** 편집 영역의 접근성 레이블. */
759
+ ariaLabel?: string;
760
+ autoFocus?: boolean;
761
+ /**
762
+ * 실행 힌트와 Run 버튼 표시 여부. 기본값은 `onRun`이 있을 때 표시.
763
+ * 자체 툴바를 쓰는 화면에서 `false`로 끈다.
764
+ */
765
+ showFooter?: boolean;
766
+ labels?: SqlEditorLabels;
767
+ className?: string;
702
768
  }
703
769
  /** Renders the sql editor component. */
704
- declare function SqlEditor({ value, onChange, onRun, placeholder, readOnly, height, labels: customLabels, className, }: SqlEditorProps): react_jsx_runtime.JSX.Element;
770
+ declare function SqlEditor({ value, onChange, onRun, onRunAndAdvance, placeholder, readOnly, height, schema, completionSources, keymap: customKeymap, extensions: customExtensions, ariaLabel, autoFocus, showFooter, labels: customLabels, className }: SqlEditorProps): React$1.JSX.Element;
705
771
  declare namespace SqlEditor {
706
- var displayName: string;
772
+ var displayName: string;
707
773
  }
708
-
774
+ //#endregion
775
+ //#region src/shells/event-meta-editor.d.ts
709
776
  /** Defines the event meta shape. */
710
777
  interface EventMeta {
711
- name: string;
712
- displayName: string;
713
- icon: string;
714
- color: string;
715
- tags: string[];
716
- description: string;
778
+ name: string;
779
+ displayName: string;
780
+ icon: string;
781
+ color: string;
782
+ tags: string[];
783
+ description: string;
717
784
  }
718
785
  /** Props for the event meta editor component. */
719
786
  interface EventMetaEditorProps {
720
- value: EventMeta;
721
- onChange: (meta: EventMeta) => void;
722
- icons?: IconDef[];
723
- className?: string;
724
- labels?: EventMetaEditorLabels;
787
+ value: EventMeta;
788
+ onChange: (meta: EventMeta) => void;
789
+ icons?: IconDef[];
790
+ className?: string;
791
+ labels?: EventMetaEditorLabels;
725
792
  }
726
793
  /** Localized labels for the event meta editor component. */
727
794
  interface EventMetaEditorLabels {
728
- icon?: string;
729
- color?: string;
730
- name?: string;
731
- displayName?: string;
732
- description?: string;
733
- tags?: string;
734
- namePlaceholder?: string;
735
- displayNamePlaceholder?: string;
736
- descriptionPlaceholder?: string;
737
- tagsPlaceholder?: string;
738
- emptyTagsMessage?: string;
795
+ icon?: string;
796
+ color?: string;
797
+ name?: string;
798
+ displayName?: string;
799
+ description?: string;
800
+ tags?: string;
801
+ namePlaceholder?: string;
802
+ displayNamePlaceholder?: string;
803
+ descriptionPlaceholder?: string;
804
+ tagsPlaceholder?: string;
805
+ emptyTagsMessage?: string;
739
806
  }
740
807
  /** Renders the event meta editor component. */
741
- declare function EventMetaEditor({ value, onChange, icons, className, labels: customLabels, }: EventMetaEditorProps): react_jsx_runtime.JSX.Element;
808
+ declare function EventMetaEditor({ value, onChange, icons, className, labels: customLabels }: EventMetaEditorProps): React$1.JSX.Element;
742
809
  declare namespace EventMetaEditor {
743
- var displayName: string;
810
+ var displayName: string;
744
811
  }
745
-
812
+ //#endregion
813
+ //#region src/shells/widget-grid.d.ts
746
814
  /** Defines the widget shape. */
747
815
  interface WidgetDef {
816
+ id: string;
817
+ x: number;
818
+ y: number;
819
+ w: number;
820
+ h: number;
821
+ minW?: number;
822
+ minH?: number;
823
+ content: React$1.ReactNode;
824
+ }
825
+ /** Props for the widget grid component. */
826
+ interface WidgetGridProps {
827
+ widgets: WidgetDef[];
828
+ cols?: number;
829
+ rowHeight?: number;
830
+ gap?: number;
831
+ onLayoutChange?: (layout: Array<{
748
832
  id: string;
749
833
  x: number;
750
834
  y: number;
751
835
  w: number;
752
836
  h: number;
753
- minW?: number;
754
- minH?: number;
755
- content: react.ReactNode;
756
- }
757
- /** Props for the widget grid component. */
758
- interface WidgetGridProps {
759
- widgets: WidgetDef[];
760
- cols?: number;
761
- rowHeight?: number;
762
- gap?: number;
763
- onLayoutChange?: (layout: Array<{
764
- id: string;
765
- x: number;
766
- y: number;
767
- w: number;
768
- h: number;
769
- }>) => void;
770
- /** Enable drag-to-reorder */
771
- editable?: boolean;
772
- /** Called when a widget is dragged to a new position */
773
- onReorder?: (widgetId: string, fromIndex: number, toIndex: number) => void;
774
- labels?: WidgetGridLabels;
775
- className?: string;
837
+ }>) => void;
838
+ /** Enable drag-to-reorder */
839
+ editable?: boolean;
840
+ /** Called when a widget is dragged to a new position */
841
+ onReorder?: (widgetId: string, fromIndex: number, toIndex: number) => void;
842
+ labels?: WidgetGridLabels;
843
+ className?: string;
776
844
  }
777
845
  /** Localized labels for the widget grid component. */
778
846
  interface WidgetGridLabels {
779
- emptyMessage?: string;
847
+ emptyMessage?: string;
780
848
  }
781
849
  /** Renders the widget grid component. */
782
- declare function WidgetGrid({ widgets, cols, rowHeight, gap, editable, onReorder, labels: customLabels, className, }: WidgetGridProps): react_jsx_runtime.JSX.Element;
850
+ declare function WidgetGrid({ widgets, cols, rowHeight, gap, editable, onReorder, labels: customLabels, className }: WidgetGridProps): React$1.JSX.Element;
783
851
  declare namespace WidgetGrid {
784
- var displayName: string;
852
+ var displayName: string;
785
853
  }
786
-
854
+ //#endregion
855
+ //#region src/shells/report-builder.d.ts
787
856
  /** Type definition for report builder chart type. */
788
857
  type ReportBuilderChartType = "line" | "bar" | "pie" | "gauge" | "scatter" | "number" | "table" | "funnel" | "retention";
789
858
  /** Defines the chart type shape. */
790
859
  interface ChartTypeDef {
791
- type: ReportBuilderChartType;
792
- label: string;
793
- icon: string;
860
+ type: ReportBuilderChartType;
861
+ label: string;
862
+ icon: string;
794
863
  }
795
864
  /** Type definition for report builder step. */
796
865
  type ReportBuilderStep = "type" | "config" | "style" | "preview";
797
866
  /** Defines the data source shape. */
798
867
  interface DataSourceDef {
799
- id: string;
800
- label: string;
801
- description?: string;
868
+ id: string;
869
+ label: string;
870
+ description?: string;
802
871
  }
803
872
  /** Localized labels for the report builder component. */
804
873
  interface ReportBuilderLabels {
805
- /** Stepper label */
806
- stepsLabel?: string;
807
- /** Step labels */
808
- stepType?: string;
809
- stepConfig?: string;
810
- stepStyle?: string;
811
- stepPreview?: string;
812
- /** Button labels */
813
- nextButton?: string;
814
- backButton?: string;
815
- saveButton?: string;
816
- cancelButton?: string;
817
- /** Field labels */
818
- reportNameLabel?: string;
819
- reportNamePlaceholder?: string;
820
- reportDescriptionLabel?: string;
821
- reportDescriptionPlaceholder?: string;
822
- dataSourceLabel?: string;
823
- dataSourcePlaceholder?: string;
824
- chartTypeHeading?: string;
825
- /** Empty state */
826
- noPreview?: string;
827
- noConfigForm?: string;
828
- noStyleForm?: string;
874
+ /** Stepper label */
875
+ stepsLabel?: string;
876
+ /** Step labels */
877
+ stepType?: string;
878
+ stepConfig?: string;
879
+ stepStyle?: string;
880
+ stepPreview?: string;
881
+ /** Button labels */
882
+ nextButton?: string;
883
+ backButton?: string;
884
+ saveButton?: string;
885
+ cancelButton?: string;
886
+ /** Field labels */
887
+ reportNameLabel?: string;
888
+ reportNamePlaceholder?: string;
889
+ reportDescriptionLabel?: string;
890
+ reportDescriptionPlaceholder?: string;
891
+ dataSourceLabel?: string;
892
+ dataSourcePlaceholder?: string;
893
+ chartTypeHeading?: string;
894
+ /** Empty state */
895
+ noPreview?: string;
896
+ noConfigForm?: string;
897
+ noStyleForm?: string;
829
898
  }
830
899
  /**
831
900
  * 4-step wizard for building custom reports:
@@ -837,371 +906,366 @@ interface ReportBuilderLabels {
837
906
  * Steps 2-4 accept ReactNode slots so the parent can inject domain-specific forms.
838
907
  */
839
908
  interface ReportBuilderProps {
840
- /** Available chart types. Defaults to the built-in 9 types. */
841
- chartTypes?: ChartTypeDef[];
842
- /** Available data sources. */
843
- dataSources?: DataSourceDef[];
844
- /** Called when the user saves the report. */
845
- onSave?: (report: {
846
- name: string;
847
- description: string;
848
- chartType: ReportBuilderChartType;
849
- dataSourceId: string;
850
- }) => void;
851
- /** Called when the user cancels. */
852
- onCancel?: () => void;
853
- /** ReactNode slot for chart-specific data configuration (step 2). */
854
- configForm?: react.ReactNode;
855
- /** ReactNode slot for chart-specific style configuration (step 3). */
856
- styleForm?: react.ReactNode;
857
- /** ReactNode slot for the live chart preview (step 4). */
858
- preview?: react.ReactNode;
859
- /** Called when the selected chart type changes. */
860
- onChartTypeChange?: (type: ReportBuilderChartType) => void;
861
- /** Called when the selected data source changes. */
862
- onDataSourceChange?: (dataSourceId: string) => void;
863
- /** Called when the current step changes. */
864
- onStepChange?: (step: ReportBuilderStep) => void;
865
- /** Externally controlled chart type selection. */
866
- selectedChartType?: ReportBuilderChartType;
867
- /** Externally controlled data source. */
868
- selectedDataSource?: string;
869
- /** Label overrides. */
870
- labels?: ReportBuilderLabels;
871
- /** Additional CSS classes. */
872
- className?: string;
909
+ /** Available chart types. Defaults to the built-in 9 types. */
910
+ chartTypes?: ChartTypeDef[];
911
+ /** Available data sources. */
912
+ dataSources?: DataSourceDef[];
913
+ /** Called when the user saves the report. */
914
+ onSave?: (report: {
915
+ name: string;
916
+ description: string;
917
+ chartType: ReportBuilderChartType;
918
+ dataSourceId: string;
919
+ }) => void;
920
+ /** Called when the user cancels. */
921
+ onCancel?: () => void;
922
+ /** ReactNode slot for chart-specific data configuration (step 2). */
923
+ configForm?: React$1.ReactNode;
924
+ /** ReactNode slot for chart-specific style configuration (step 3). */
925
+ styleForm?: React$1.ReactNode;
926
+ /** ReactNode slot for the live chart preview (step 4). */
927
+ preview?: React$1.ReactNode;
928
+ /** Called when the selected chart type changes. */
929
+ onChartTypeChange?: (type: ReportBuilderChartType) => void;
930
+ /** Called when the selected data source changes. */
931
+ onDataSourceChange?: (dataSourceId: string) => void;
932
+ /** Called when the current step changes. */
933
+ onStepChange?: (step: ReportBuilderStep) => void;
934
+ /** Externally controlled chart type selection. */
935
+ selectedChartType?: ReportBuilderChartType;
936
+ /** Externally controlled data source. */
937
+ selectedDataSource?: string;
938
+ /** Label overrides. */
939
+ labels?: ReportBuilderLabels;
940
+ /** Additional CSS classes. */
941
+ className?: string;
873
942
  }
874
943
  /** Renders the report builder component. */
875
- declare function ReportBuilder({ chartTypes, dataSources, onSave, onCancel, configForm, styleForm, preview, onChartTypeChange, onDataSourceChange, onStepChange, selectedChartType: controlledChartType, selectedDataSource: controlledDataSource, labels: customLabels, className, }: ReportBuilderProps): react_jsx_runtime.JSX.Element;
944
+ declare function ReportBuilder({ chartTypes, dataSources, onSave, onCancel, configForm, styleForm, preview, onChartTypeChange, onDataSourceChange, onStepChange, selectedChartType: controlledChartType, selectedDataSource: controlledDataSource, labels: customLabels, className }: ReportBuilderProps): React$1.JSX.Element;
876
945
  declare namespace ReportBuilder {
877
- var displayName: string;
946
+ var displayName: string;
878
947
  }
879
-
948
+ //#endregion
949
+ //#region src/shells/audit-timeline.d.ts
880
950
  /** Defines the audit change shape. */
881
951
  interface AuditChange {
882
- field: string;
883
- before: string;
884
- after: string;
952
+ field: string;
953
+ before: string;
954
+ after: string;
885
955
  }
886
956
  /** Defines the audit entry shape. */
887
957
  interface AuditEntry$1 {
888
- id: string;
889
- timestamp: string;
890
- actor: string;
891
- action: "created" | "updated" | "deleted";
892
- summary: string;
893
- changes?: AuditChange[];
958
+ id: string;
959
+ timestamp: string;
960
+ actor: string;
961
+ action: "created" | "updated" | "deleted";
962
+ summary: string;
963
+ changes?: AuditChange[];
894
964
  }
895
965
  /** Localized labels for the audit timeline component. */
896
966
  interface AuditTimelineLabels {
897
- title?: string;
898
- empty?: string;
899
- expand?: string;
900
- collapse?: string;
901
- created?: string;
902
- updated?: string;
903
- deleted?: string;
904
- fieldHeader?: string;
905
- beforeHeader?: string;
906
- afterHeader?: string;
907
- diffArrow?: string;
967
+ title?: string;
968
+ empty?: string;
969
+ expand?: string;
970
+ collapse?: string;
971
+ created?: string;
972
+ updated?: string;
973
+ deleted?: string;
974
+ fieldHeader?: string;
975
+ beforeHeader?: string;
976
+ afterHeader?: string;
977
+ diffArrow?: string;
908
978
  }
909
979
  /** Props for the audit timeline component. */
910
980
  interface AuditTimelineProps {
911
- entries: AuditEntry$1[];
912
- labels?: AuditTimelineLabels;
913
- className?: string;
914
- onEntryClick?: (entry: AuditEntry$1) => void;
981
+ entries: AuditEntry$1[];
982
+ labels?: AuditTimelineLabels;
983
+ className?: string;
984
+ onEntryClick?: (entry: AuditEntry$1) => void;
915
985
  }
916
986
  /** Renders the audit timeline component. */
917
- declare function AuditTimeline({ entries, labels: customLabels, className, onEntryClick, }: AuditTimelineProps): react_jsx_runtime.JSX.Element;
987
+ declare function AuditTimeline({ entries, labels: customLabels, className, onEntryClick }: AuditTimelineProps): React$1.JSX.Element;
918
988
  declare namespace AuditTimeline {
919
- var displayName: string;
989
+ var displayName: string;
920
990
  }
921
-
991
+ //#endregion
992
+ //#region src/shells/segment-builder.d.ts
922
993
  /** Type definition for segment condition type. */
923
994
  type SegmentConditionType = "event" | "property" | "cohort" | "custom";
924
995
  /** Defines the segment condition shape. */
925
996
  interface SegmentCondition {
926
- id: string;
927
- type: SegmentConditionType;
928
- field: string;
929
- operator: string;
930
- value: string;
997
+ id: string;
998
+ type: SegmentConditionType;
999
+ field: string;
1000
+ operator: string;
1001
+ value: string;
931
1002
  }
932
1003
  /** Defines the segment group shape. */
933
1004
  interface SegmentGroup {
934
- id: string;
935
- combinator: "and" | "or";
936
- conditions: SegmentCondition[];
1005
+ id: string;
1006
+ combinator: "and" | "or";
1007
+ conditions: SegmentCondition[];
937
1008
  }
938
1009
  /** Props for the segment builder component. */
939
1010
  interface SegmentBuilderProps {
940
- groups: SegmentGroup[];
941
- onChange: (groups: SegmentGroup[]) => void;
942
- eventOptions?: string[];
943
- propertyOptions?: string[];
944
- cohortOptions?: string[];
945
- className?: string;
946
- labels?: SegmentBuilderLabels;
1011
+ groups: SegmentGroup[];
1012
+ onChange: (groups: SegmentGroup[]) => void;
1013
+ eventOptions?: string[];
1014
+ propertyOptions?: string[];
1015
+ cohortOptions?: string[];
1016
+ className?: string;
1017
+ labels?: SegmentBuilderLabels;
947
1018
  }
948
1019
  /** Localized labels for the segment builder component. */
949
1020
  interface SegmentBuilderLabels {
950
- match?: string;
951
- ofTheFollowing?: string;
952
- groupLabel?: string;
953
- conditionLabel?: string;
954
- useOrCombinatorAriaLabel?: string;
955
- conditionTypeLabel?: string;
956
- fieldLabel?: string;
957
- customFieldLabel?: string;
958
- operatorLabel?: string;
959
- valueLabel?: string;
960
- removeGroupAriaLabel?: string;
961
- removeConditionAriaLabel?: string;
962
- addCondition?: string;
963
- addGroup?: string;
1021
+ match?: string;
1022
+ ofTheFollowing?: string;
1023
+ groupLabel?: string;
1024
+ conditionLabel?: string;
1025
+ useOrCombinatorAriaLabel?: string;
1026
+ conditionTypeLabel?: string;
1027
+ fieldLabel?: string;
1028
+ customFieldLabel?: string;
1029
+ operatorLabel?: string;
1030
+ valueLabel?: string;
1031
+ removeGroupAriaLabel?: string;
1032
+ removeConditionAriaLabel?: string;
1033
+ addCondition?: string;
1034
+ addGroup?: string;
964
1035
  }
965
1036
  /** Renders the segment builder component. */
966
- declare function SegmentBuilder({ groups, onChange, eventOptions, propertyOptions, cohortOptions, className, labels: customLabels, }: SegmentBuilderProps): react_jsx_runtime.JSX.Element;
1037
+ declare function SegmentBuilder({ groups, onChange, eventOptions, propertyOptions, cohortOptions, className, labels: customLabels }: SegmentBuilderProps): React$1.JSX.Element;
967
1038
  declare namespace SegmentBuilder {
968
- var displayName: string;
1039
+ var displayName: string;
969
1040
  }
970
-
1041
+ //#endregion
1042
+ //#region src/shells/insights-panel.d.ts
971
1043
  /** Type definition for insight severity. */
972
1044
  type InsightSeverity = "critical" | "warning" | "info";
973
1045
  /** Defines the insight item shape. */
974
1046
  interface InsightItem {
975
- id: string;
976
- type: string;
977
- title: string;
978
- description: string;
979
- severity: InsightSeverity;
980
- eventName?: string;
981
- metrics?: Record<string, string | number>;
982
- dismissed?: boolean;
1047
+ id: string;
1048
+ type: string;
1049
+ title: string;
1050
+ description: string;
1051
+ severity: InsightSeverity;
1052
+ eventName?: string;
1053
+ metrics?: Record<string, string | number>;
1054
+ dismissed?: boolean;
983
1055
  }
984
1056
  /** Defines the insights stat shape. */
985
1057
  interface InsightsStat {
986
- id: string;
987
- label: string;
988
- count: number;
989
- severity?: InsightSeverity | "total";
1058
+ id: string;
1059
+ label: string;
1060
+ count: number;
1061
+ severity?: InsightSeverity | "total";
990
1062
  }
991
1063
  /** Defines the detection type shape. */
992
1064
  interface DetectionTypeDef {
993
- id: string;
994
- label: string;
995
- enabled: boolean;
1065
+ id: string;
1066
+ label: string;
1067
+ enabled: boolean;
996
1068
  }
997
1069
  /** Configuration for detection. */
998
1070
  interface DetectionConfig {
999
- days?: number;
1000
- zScoreThreshold?: number;
1071
+ days?: number;
1072
+ zScoreThreshold?: number;
1001
1073
  }
1002
1074
  /** Localized labels for the insights panel component. */
1003
1075
  interface InsightsPanelLabels {
1004
- title?: string;
1005
- dismiss?: string;
1006
- showDismissed?: string;
1007
- hideDismissed?: string;
1008
- emptyTitle?: string;
1009
- emptyDescription?: string;
1010
- detectionTitle?: string;
1011
- daysLabel?: string;
1012
- zScoreLabel?: string;
1076
+ title?: string;
1077
+ dismiss?: string;
1078
+ showDismissed?: string;
1079
+ hideDismissed?: string;
1080
+ emptyTitle?: string;
1081
+ emptyDescription?: string;
1082
+ detectionTitle?: string;
1083
+ daysLabel?: string;
1084
+ zScoreLabel?: string;
1013
1085
  }
1014
1086
  /** Props for the insights panel component. */
1015
1087
  interface InsightsPanelProps {
1016
- insights: InsightItem[];
1017
- stats?: InsightsStat[];
1018
- /** Detection type toggles (e.g., volume_anomaly, new_event, etc.) */
1019
- detectionTypes?: DetectionTypeDef[];
1020
- onDetectionTypeToggle?: (typeId: string, enabled: boolean) => void;
1021
- /** Detection parameters (lookback days, z-score threshold) */
1022
- detectionConfig?: DetectionConfig;
1023
- onDetectionConfigChange?: (config: DetectionConfig) => void;
1024
- onDismiss?: (id: string) => void;
1025
- onInsightClick?: (insight: InsightItem) => void;
1026
- onStatClick?: (statId: string) => void;
1027
- header?: react.ReactNode;
1028
- actions?: react.ReactNode;
1029
- labels?: InsightsPanelLabels;
1030
- className?: string;
1088
+ insights: InsightItem[];
1089
+ stats?: InsightsStat[];
1090
+ /** Detection type toggles (e.g., volume_anomaly, new_event, etc.) */
1091
+ detectionTypes?: DetectionTypeDef[];
1092
+ onDetectionTypeToggle?: (typeId: string, enabled: boolean) => void;
1093
+ /** Detection parameters (lookback days, z-score threshold) */
1094
+ detectionConfig?: DetectionConfig;
1095
+ onDetectionConfigChange?: (config: DetectionConfig) => void;
1096
+ onDismiss?: (id: string) => void;
1097
+ onInsightClick?: (insight: InsightItem) => void;
1098
+ onStatClick?: (statId: string) => void;
1099
+ header?: React$1.ReactNode;
1100
+ actions?: React$1.ReactNode;
1101
+ labels?: InsightsPanelLabels;
1102
+ className?: string;
1031
1103
  }
1032
1104
  /** Renders the insights panel component. */
1033
- declare function InsightsPanel({ insights, stats, detectionTypes, onDetectionTypeToggle, detectionConfig, onDetectionConfigChange, onDismiss, onInsightClick, onStatClick, header, actions, labels: customLabels, className, }: InsightsPanelProps): react_jsx_runtime.JSX.Element;
1105
+ declare function InsightsPanel({ insights, stats, detectionTypes, onDetectionTypeToggle, detectionConfig, onDetectionConfigChange, onDismiss, onInsightClick, onStatClick, header, actions, labels: customLabels, className }: InsightsPanelProps): React$1.JSX.Element;
1034
1106
  declare namespace InsightsPanel {
1035
- var displayName: string;
1107
+ var displayName: string;
1036
1108
  }
1037
-
1109
+ //#endregion
1110
+ //#region src/shells/time-range-selector.d.ts
1038
1111
  /** Defines the time preset shape. */
1039
1112
  interface TimePresetDef {
1040
- label: string;
1041
- days: number;
1113
+ label: string;
1114
+ days: number;
1042
1115
  }
1043
1116
  /** Localized labels for the time range selector component. */
1044
1117
  interface TimeRangeSelectorLabels {
1045
- title?: string;
1046
- placeholder?: string;
1118
+ title?: string;
1119
+ placeholder?: string;
1047
1120
  }
1048
1121
  /** Props for the time range selector component. */
1049
1122
  interface TimeRangeSelectorProps {
1050
- value?: DateRange;
1051
- onChange?: (range: DateRange) => void;
1052
- presets?: TimePresetDef[];
1053
- labels?: TimeRangeSelectorLabels;
1054
- className?: string;
1123
+ value?: DateRange;
1124
+ onChange?: (range: DateRange) => void;
1125
+ presets?: TimePresetDef[];
1126
+ labels?: TimeRangeSelectorLabels;
1127
+ className?: string;
1055
1128
  }
1056
1129
  /** Renders the time range selector component. */
1057
- declare function TimeRangeSelector({ value, onChange, presets, labels, className, }: TimeRangeSelectorProps): react_jsx_runtime.JSX.Element;
1130
+ declare function TimeRangeSelector({ value, onChange, presets, labels, className }: TimeRangeSelectorProps): React$1.JSX.Element;
1058
1131
  declare namespace TimeRangeSelector {
1059
- var displayName: string;
1132
+ var displayName: string;
1060
1133
  }
1061
-
1134
+ //#endregion
1135
+ //#region src/shells/export-button.d.ts
1062
1136
  /** Localized labels for the export button component. */
1063
1137
  interface ExportButtonLabels {
1064
- export?: string;
1065
- csv?: string;
1066
- json?: string;
1067
- pdf?: string;
1068
- guidedTitle?: string;
1069
- guidedDescription?: (rows: number, format: string) => string;
1070
- format?: string;
1071
- cancel?: string;
1138
+ export?: string;
1139
+ csv?: string;
1140
+ json?: string;
1141
+ pdf?: string;
1142
+ guidedTitle?: string;
1143
+ guidedDescription?: (rows: number, format: string) => string;
1144
+ format?: string;
1145
+ cancel?: string;
1072
1146
  }
1073
1147
  /** Props for the export button component. */
1074
1148
  interface ExportButtonProps {
1075
- data: Record<string, unknown>[];
1076
- columns?: ExportColumn[];
1077
- fileName?: string;
1078
- formats?: ExportFormat[];
1079
- onExport?: (format: ExportFormat) => void;
1080
- labels?: ExportButtonLabels;
1081
- /** Show a step-by-step dialog instead of a dropdown */
1082
- guided?: boolean;
1083
- className?: string;
1149
+ data: Record<string, unknown>[];
1150
+ columns?: ExportColumn[];
1151
+ fileName?: string;
1152
+ formats?: ExportFormat[];
1153
+ onExport?: (format: ExportFormat) => void;
1154
+ labels?: ExportButtonLabels;
1155
+ /** Show a step-by-step dialog instead of a dropdown */
1156
+ guided?: boolean;
1157
+ className?: string;
1084
1158
  }
1085
1159
  /** Renders the export button component. */
1086
- declare function ExportButton({ data, columns, fileName, formats, onExport, labels: customLabels, guided, className, }: ExportButtonProps): react_jsx_runtime.JSX.Element;
1160
+ declare function ExportButton({ data, columns, fileName, formats, onExport, labels: customLabels, guided, className }: ExportButtonProps): React$1.JSX.Element;
1087
1161
  declare namespace ExportButton {
1088
- var displayName: string;
1162
+ var displayName: string;
1089
1163
  }
1090
-
1164
+ //#endregion
1165
+ //#region src/core/loading-overlay.d.ts
1091
1166
  /** Props for the loading overlay component. */
1092
- interface LoadingOverlayProps extends react.HTMLAttributes<HTMLDivElement> {
1093
- loading: boolean;
1094
- children: react.ReactNode;
1095
- label?: string;
1167
+ interface LoadingOverlayProps extends React$1.HTMLAttributes<HTMLDivElement> {
1168
+ loading: boolean;
1169
+ children: React$1.ReactNode;
1170
+ label?: string;
1096
1171
  }
1097
1172
  /** Renders the loading overlay component. */
1098
- declare function LoadingOverlay({ loading, children, label, className, ...props }: LoadingOverlayProps): react_jsx_runtime.JSX.Element;
1173
+ declare function LoadingOverlay({ loading, children, label, className, ...props }: LoadingOverlayProps): React$1.JSX.Element;
1099
1174
  declare namespace LoadingOverlay {
1100
- var displayName: string;
1175
+ var displayName: string;
1101
1176
  }
1102
-
1177
+ //#endregion
1178
+ //#region src/shells/summary-row.d.ts
1103
1179
  /** Localized labels for the summary row component. */
1104
1180
  interface SummaryRowLabels {
1105
- emptyTitle?: string;
1106
- emptyDescription?: string;
1181
+ emptyTitle?: string;
1182
+ emptyDescription?: string;
1107
1183
  }
1108
1184
  /** Props for the summary row component. */
1109
1185
  interface SummaryRowProps {
1110
- stats: StatCard[];
1111
- columns?: 2 | 3 | 4;
1112
- onStatClick?: (stat: StatCard) => void;
1113
- formatValue?: (stat: StatCard) => string;
1114
- durationFractionDigits?: number;
1115
- percentageFractionDigits?: number;
1116
- loading?: boolean;
1117
- labels?: SummaryRowLabels;
1118
- className?: string;
1186
+ stats: StatCard$1[];
1187
+ columns?: 2 | 3 | 4;
1188
+ onStatClick?: (stat: StatCard$1) => void;
1189
+ formatValue?: (stat: StatCard$1) => string;
1190
+ durationFractionDigits?: number;
1191
+ percentageFractionDigits?: number;
1192
+ loading?: boolean;
1193
+ labels?: SummaryRowLabels;
1194
+ className?: string;
1119
1195
  }
1120
1196
  /** Renders the summary row component. */
1121
- declare function SummaryRow({ stats, columns, onStatClick, formatValue, durationFractionDigits, percentageFractionDigits, loading, labels: customLabels, className, }: SummaryRowProps): react_jsx_runtime.JSX.Element;
1197
+ declare function SummaryRow({ stats, columns, onStatClick, formatValue, durationFractionDigits, percentageFractionDigits, loading, labels: customLabels, className }: SummaryRowProps): React$1.JSX.Element;
1122
1198
  declare namespace SummaryRow {
1123
- var displayName: string;
1199
+ var displayName: string;
1124
1200
  }
1125
-
1201
+ //#endregion
1202
+ //#region src/shells/comparison-selector.d.ts
1126
1203
  /** Defines the comparison option shape. */
1127
1204
  interface ComparisonOption {
1128
- value: string;
1129
- label: string;
1205
+ value: string;
1206
+ label: string;
1130
1207
  }
1131
1208
  /** Localized labels for the comparison selector component. */
1132
1209
  interface ComparisonSelectorLabels {
1133
- groupLabel?: string;
1134
- selectorA?: string;
1135
- selectorB?: string;
1136
- swap?: string;
1137
- maxReached?: string;
1210
+ groupLabel?: string;
1211
+ selectorA?: string;
1212
+ selectorB?: string;
1213
+ swap?: string;
1214
+ maxReached?: string;
1138
1215
  }
1139
1216
  /** Props for the comparison selector component. */
1140
1217
  interface ComparisonSelectorProps {
1141
- segments: ComparisonOption[];
1142
- valueA?: string;
1143
- valueB?: string;
1144
- onChangeA?: (value: string) => void;
1145
- onChangeB?: (value: string) => void;
1146
- /** Multi-select mode: selected values (overrides A/B selectors) */
1147
- values?: string[];
1148
- /** Called when multi-select values change */
1149
- onValuesChange?: (values: string[]) => void;
1150
- /** Maximum selectable items in multi-select mode (default: 5) */
1151
- maxItems?: number;
1152
- labels?: ComparisonSelectorLabels;
1153
- className?: string;
1218
+ segments: ComparisonOption[];
1219
+ valueA?: string;
1220
+ valueB?: string;
1221
+ onChangeA?: (value: string) => void;
1222
+ onChangeB?: (value: string) => void;
1223
+ /** Multi-select mode: selected values (overrides A/B selectors) */
1224
+ values?: string[];
1225
+ /** Called when multi-select values change */
1226
+ onValuesChange?: (values: string[]) => void;
1227
+ /** Maximum selectable items in multi-select mode (default: 5) */
1228
+ maxItems?: number;
1229
+ labels?: ComparisonSelectorLabels;
1230
+ className?: string;
1154
1231
  }
1155
1232
  /** Renders the comparison selector component. */
1156
- declare function ComparisonSelector({ segments, valueA, valueB, onChangeA, onChangeB, values, onValuesChange, maxItems, labels: customLabels, className, }: ComparisonSelectorProps): react_jsx_runtime.JSX.Element;
1233
+ declare function ComparisonSelector({ segments, valueA, valueB, onChangeA, onChangeB, values, onValuesChange, maxItems, labels: customLabels, className }: ComparisonSelectorProps): React$1.JSX.Element;
1157
1234
  declare namespace ComparisonSelector {
1158
- var displayName: string;
1235
+ var displayName: string;
1159
1236
  }
1160
-
1161
- /**
1162
- * presets/index.ts
1163
- *
1164
- * Single registry of theme preset metadata. Each entry pairs a stable id
1165
- * (used in `<html data-theme>` and localStorage) with display metadata and an
1166
- * optional `PaletteConfig` that approximates the preset's seed for the
1167
- * ThemeSwitcher swatch row and "clone to custom" workflow.
1168
- *
1169
- * Token values themselves currently live in the sibling `*.css` files. A
1170
- * follow-up sub-phase will migrate the full token tables into this file and
1171
- * have a codegen step emit the CSS, but the metadata layer is enough to
1172
- * unblock dynamic ThemeSwitcher rendering and type-safe preset id unions.
1173
- */
1174
-
1237
+ //#endregion
1238
+ //#region src/lib/theme/presets/index.d.ts
1175
1239
  interface ThemeDescriptor {
1176
- /** Stable id used in `<html data-theme="...">` and localStorage. */
1177
- readonly id: string;
1178
- /** Human-readable label shown in ThemeSwitcher. */
1179
- readonly label: string;
1180
- /** Short description shown under the label. */
1181
- readonly description: string;
1182
- /**
1183
- * Optional engine input that approximates this preset. Used by
1184
- * ThemeSwitcher to derive swatches when `switcherSwatches` is omitted, and
1185
- * as the starting point when a user clones a preset into a custom palette.
1186
- * Codegen does NOT consume this in the current phase — the static `*.css`
1187
- * file remains the source of token values.
1188
- */
1189
- readonly palette?: PaletteConfig;
1190
- /**
1191
- * Three CSS color strings for the ThemeSwitcher swatch row. Falls back to
1192
- * the live `--opt-accent` / `--opt-surface` / `--opt-text` tokens when
1193
- * omitted.
1194
- */
1195
- readonly switcherSwatches?: readonly [string, string, string];
1196
- /** Disable dark variant generation entirely. */
1197
- readonly forceLightOnly?: boolean;
1240
+ /** Stable id used in `<html data-theme="...">` and localStorage. */
1241
+ readonly id: string;
1242
+ /** Human-readable label shown in ThemeSwitcher. */
1243
+ readonly label: string;
1244
+ /** Short description shown under the label. */
1245
+ readonly description: string;
1246
+ /**
1247
+ * Optional engine input that approximates this preset. Used by
1248
+ * ThemeSwitcher to derive swatches when `switcherSwatches` is omitted, and
1249
+ * as the starting point when a user clones a preset into a custom palette.
1250
+ * Codegen does NOT consume this in the current phase — the static `*.css`
1251
+ * file remains the source of token values.
1252
+ */
1253
+ readonly palette?: PaletteConfig;
1254
+ /**
1255
+ * Three CSS color strings for the ThemeSwitcher swatch row. Falls back to
1256
+ * the live `--opt-accent` / `--opt-surface` / `--opt-text` tokens when
1257
+ * omitted.
1258
+ */
1259
+ readonly switcherSwatches?: readonly [string, string, string];
1260
+ /** Disable dark variant generation entirely. */
1261
+ readonly forceLightOnly?: boolean;
1198
1262
  }
1199
1263
  declare const THEME_REGISTRY: {
1200
- readonly default: ThemeDescriptor;
1201
- readonly minimal: ThemeDescriptor;
1202
- readonly natural: ThemeDescriptor;
1203
- readonly pro: ThemeDescriptor;
1204
- readonly "mono-dark": ThemeDescriptor;
1264
+ readonly default: ThemeDescriptor;
1265
+ readonly minimal: ThemeDescriptor;
1266
+ readonly natural: ThemeDescriptor;
1267
+ readonly pro: ThemeDescriptor;
1268
+ readonly "mono-dark": ThemeDescriptor;
1205
1269
  };
1206
1270
  /** Compile-time-derived union of registered preset ids. */
1207
1271
  type ThemePresetId = keyof typeof THEME_REGISTRY;
@@ -1213,7 +1277,8 @@ declare function getThemeDescriptor(id: string): ThemeDescriptor | undefined;
1213
1277
  declare function isThemePresetId(id: string): id is ThemePresetId;
1214
1278
  /** Preset ids that suppress dark mode generation. */
1215
1279
  declare const FORCE_LIGHT_PRESET_IDS: ReadonlySet<ThemePresetId>;
1216
-
1280
+ //#endregion
1281
+ //#region src/lib/theme/theme-resolution.d.ts
1217
1282
  /** Theme preset id — alias of `ThemePresetId` from the registry. */
1218
1283
  type ThemePreset = ThemePresetId;
1219
1284
  declare const THEME_MODE_VALUES: readonly ["light", "dark", "system"];
@@ -1221,17 +1286,17 @@ declare const THEME_MODE_VALUES: readonly ["light", "dark", "system"];
1221
1286
  type ThemeMode = (typeof THEME_MODE_VALUES)[number];
1222
1287
  /** Runtime constraints for apps that expose only a subset of opt-ui theming. */
1223
1288
  interface ThemeRuntimeOptions {
1224
- /**
1225
- * Force the root theme to one preset regardless of stored preset/generated
1226
- * theme state. Mode is still resolved normally unless constrained.
1227
- */
1228
- lockedPreset?: ThemePreset;
1229
- /**
1230
- * Restrict mode reads/writes to a smaller set, e.g. `["light", "dark"]`.
1231
- * The first value becomes the fallback when the stored/default mode is not
1232
- * allowed.
1233
- */
1234
- allowedModes?: readonly ThemeMode[];
1289
+ /**
1290
+ * Force the root theme to one preset regardless of stored preset/generated
1291
+ * theme state. Mode is still resolved normally unless constrained.
1292
+ */
1293
+ lockedPreset?: ThemePreset;
1294
+ /**
1295
+ * Restrict mode reads/writes to a smaller set, e.g. `["light", "dark"]`.
1296
+ * The first value becomes the fallback when the stored/default mode is not
1297
+ * allowed.
1298
+ */
1299
+ allowedModes?: readonly ThemeMode[];
1235
1300
  }
1236
1301
  /**
1237
1302
  * Compound theme value applied to `<html data-theme>`. Derived from the
@@ -1248,7 +1313,7 @@ declare const FORCE_LIGHT_PRESETS: ReadonlySet<ThemePreset>;
1248
1313
  /** All valid compound theme names. Useful for static enumeration. */
1249
1314
  declare const ALL_COMPOUND_THEMES: CompoundTheme[];
1250
1315
  interface ThemeStorageReader {
1251
- getItem(key: string): string | null;
1316
+ getItem(key: string): string | null;
1252
1317
  }
1253
1318
  /** Compute compound theme name from preset + resolved mode. */
1254
1319
  declare function getCompoundTheme(preset: ThemePreset, resolvedMode: "light" | "dark"): CompoundTheme;
@@ -1256,10 +1321,10 @@ declare function getCompoundTheme(preset: ThemePreset, resolvedMode: "light" | "
1256
1321
  declare function resolveThemeMode(preset: ThemePreset, mode: ThemeMode, systemDark: boolean): "light" | "dark";
1257
1322
  /** Handles read stored theme. */
1258
1323
  declare function readStoredTheme(storage: ThemeStorageReader, defaultPreset: ThemePreset, defaultMode: ThemeMode, options?: {
1259
- migrateLegacy?: boolean;
1324
+ migrateLegacy?: boolean;
1260
1325
  }): {
1261
- preset: ThemePreset;
1262
- mode: ThemeMode;
1326
+ preset: ThemePreset;
1327
+ mode: ThemeMode;
1263
1328
  };
1264
1329
  /** Normalize a mode against an optional allowed-mode list. */
1265
1330
  declare function coerceThemeMode(mode: ThemeMode, allowedModes: readonly ThemeMode[] | undefined, fallback?: ThemeMode): ThemeMode;
@@ -1278,34 +1343,25 @@ declare function coerceThemeMode(mode: ThemeMode, allowedModes: readonly ThemeMo
1278
1343
  * Returned as a single minified line; intended for `dangerouslySetInnerHTML`.
1279
1344
  */
1280
1345
  declare function createThemeBootScript(defaultPreset?: ThemePreset, defaultMode?: ThemeMode, options?: ThemeRuntimeOptions): string;
1281
-
1282
- /**
1283
- * theme-types.ts
1284
- *
1285
- * Discriminated union covering every way a consumer can describe a theme:
1286
- * a registered preset id, an inline `PaletteConfig` to feed the engine, or
1287
- * a fully formed `ThemeDescriptor`. Shared by `OptThemeProvider` and
1288
- * `ShellProvider` so generated themes built in the harness layer can be
1289
- * promoted into the global tree without translation.
1290
- */
1291
-
1346
+ //#endregion
1347
+ //#region src/lib/theme/theme-types.d.ts
1292
1348
  /**
1293
1349
  * Sparse token overrides applied on top of the resolved theme. `light` and
1294
1350
  * `dark` apply only to that mode; `shared` applies to both (handy for
1295
1351
  * typography or radius tokens that should not invert).
1296
1352
  */
1297
1353
  interface ThemeOverrides {
1298
- light?: Record<string, string>;
1299
- dark?: Record<string, string>;
1300
- shared?: Record<string, string>;
1354
+ light?: Record<string, string>;
1355
+ dark?: Record<string, string>;
1356
+ shared?: Record<string, string>;
1301
1357
  }
1302
1358
  /** Canonical, typo-safe token map for authored product theme overrides. */
1303
1359
  type CanonicalThemeTokenMap = Partial<Record<OptTokenName, string>>;
1304
1360
  /** Mode-aware overrides restricted to the canonical token catalog. */
1305
1361
  interface CanonicalThemeOverrides {
1306
- light?: CanonicalThemeTokenMap;
1307
- dark?: CanonicalThemeTokenMap;
1308
- shared?: CanonicalThemeTokenMap;
1362
+ light?: CanonicalThemeTokenMap;
1363
+ dark?: CanonicalThemeTokenMap;
1364
+ shared?: CanonicalThemeTokenMap;
1309
1365
  }
1310
1366
  /**
1311
1367
  * Author canonical theme overrides with token-name autocomplete.
@@ -1315,28 +1371,28 @@ interface CanonicalThemeOverrides {
1315
1371
  declare function defineThemeOverrides(overrides: CanonicalThemeOverrides): CanonicalThemeOverrides;
1316
1372
  /** Reference an entry of `THEME_REGISTRY` by id. */
1317
1373
  interface PresetThemeSpec {
1318
- kind: "preset";
1319
- preset: ThemePresetId;
1320
- overrides?: ThemeOverrides;
1374
+ kind: "preset";
1375
+ preset: ThemePresetId;
1376
+ overrides?: ThemeOverrides;
1321
1377
  }
1322
1378
  /**
1323
1379
  * Inline `PaletteConfig` consumed by the opt-palette engine to produce a
1324
1380
  * canonical token palette at runtime.
1325
1381
  */
1326
1382
  interface GeneratedThemeSpec {
1327
- kind: "generated";
1328
- /** Stable id used in `<html data-theme>` and the `<style>` selector. */
1329
- id?: string;
1330
- label?: string;
1331
- palette: PaletteConfig;
1332
- overrides?: ThemeOverrides;
1333
- forceLightOnly?: boolean;
1383
+ kind: "generated";
1384
+ /** Stable id used in `<html data-theme>` and the `<style>` selector. */
1385
+ id?: string;
1386
+ label?: string;
1387
+ palette: PaletteConfig;
1388
+ overrides?: ThemeOverrides;
1389
+ forceLightOnly?: boolean;
1334
1390
  }
1335
1391
  /** Pass an already-built `ThemeDescriptor`. */
1336
1392
  interface DescriptorThemeSpec {
1337
- kind: "descriptor";
1338
- descriptor: ThemeDescriptor;
1339
- overrides?: ThemeOverrides;
1393
+ kind: "descriptor";
1394
+ descriptor: ThemeDescriptor;
1395
+ overrides?: ThemeOverrides;
1340
1396
  }
1341
1397
  /** Discriminated union covering every supported way to describe a theme. */
1342
1398
  type ThemeSpec = PresetThemeSpec | GeneratedThemeSpec | DescriptorThemeSpec;
@@ -1357,86 +1413,77 @@ declare function isDescriptorSpec(spec: ThemeSpec): spec is DescriptorThemeSpec;
1357
1413
  * descriptor only carries a `palette`.
1358
1414
  */
1359
1415
  interface ResolvedThemeSpec {
1360
- descriptor: ThemeDescriptor;
1361
- overrides?: ThemeOverrides;
1416
+ descriptor: ThemeDescriptor;
1417
+ overrides?: ThemeOverrides;
1362
1418
  }
1363
-
1419
+ //#endregion
1420
+ //#region src/lib/theme/theme-provider.d.ts
1364
1421
  interface ThemeContextValue {
1365
- /** Active theme spec — preset or generated. */
1366
- theme: ThemeSpec;
1367
- /** Replace the active theme spec. No-op when controlled. */
1368
- setTheme: (spec: ThemeSpec) => void;
1369
- /**
1370
- * Last known preset id. Mirrors `theme.preset` when active spec is preset;
1371
- * otherwise reflects the most recent preset (useful for "back to preset").
1372
- */
1373
- preset: ThemePresetId;
1374
- /** Convenience: equivalent to `setTheme({ kind: "preset", preset })`. */
1375
- setPreset: (preset: ThemePresetId) => void;
1376
- mode: ThemeMode;
1377
- setMode: (mode: ThemeMode) => void;
1378
- resolvedMode: "light" | "dark";
1379
- /** True when `controlledTheme` prop is provided. setTheme is a no-op. */
1380
- isControlled: boolean;
1381
- /** True when the active spec (effective, including stack) is generated. */
1382
- isGenerated: boolean;
1383
- /**
1384
- * True when the effective theme comes from the promotion stack instead of
1385
- * persistence. Useful for surfaces that want to show "Preview" affordances.
1386
- */
1387
- isPromoted: boolean;
1422
+ /** Active theme spec — preset or generated. */
1423
+ theme: ThemeSpec;
1424
+ /** Replace the active theme spec. No-op when controlled. */
1425
+ setTheme: (spec: ThemeSpec) => void;
1426
+ /**
1427
+ * Last known preset id. Mirrors `theme.preset` when active spec is preset;
1428
+ * otherwise reflects the most recent preset (useful for "back to preset").
1429
+ */
1430
+ preset: ThemePresetId;
1431
+ /** Convenience: equivalent to `setTheme({ kind: "preset", preset })`. */
1432
+ setPreset: (preset: ThemePresetId) => void;
1433
+ mode: ThemeMode;
1434
+ setMode: (mode: ThemeMode) => void;
1435
+ resolvedMode: "light" | "dark";
1436
+ /** True when `controlledTheme` prop is provided. setTheme is a no-op. */
1437
+ isControlled: boolean;
1438
+ /** True when the active spec (effective, including stack) is generated. */
1439
+ isGenerated: boolean;
1440
+ /**
1441
+ * True when the effective theme comes from the promotion stack instead of
1442
+ * persistence. Useful for surfaces that want to show "Preview" affordances.
1443
+ */
1444
+ isPromoted: boolean;
1388
1445
  }
1389
1446
  /** Props for `OptThemeProvider`. */
1390
1447
  interface OptThemeProviderProps {
1391
- children: React.ReactNode;
1392
- /**
1393
- * Initial theme spec used when nothing is persisted. Takes precedence over
1394
- * `defaultPreset`. Defaults to `{ kind: "preset", preset: defaultPreset }`.
1395
- */
1396
- defaultTheme?: ThemeSpec;
1397
- /**
1398
- * Fully controlled mode. When provided the provider mirrors this spec into
1399
- * the DOM but ignores localStorage and `setTheme` mutations. Useful for
1400
- * preview surfaces (e.g. the harness builder's "Apply globally").
1401
- */
1402
- controlledTheme?: ThemeSpec;
1403
- /**
1404
- * Legacy alias for `defaultTheme = { kind: "preset", preset: defaultPreset }`.
1405
- * Kept for backward compatibility with existing call sites.
1406
- */
1407
- defaultPreset?: ThemePreset;
1408
- defaultMode?: ThemeMode;
1409
- /**
1410
- * Force the root theme to a single preset while still allowing mode changes.
1411
- * Stored preset/generated themes are ignored while this is set.
1412
- */
1413
- lockedPreset?: ThemeRuntimeOptions["lockedPreset"];
1414
- /** Restrict the provider to a subset of modes, e.g. light/black only. */
1415
- allowedModes?: ThemeRuntimeOptions["allowedModes"];
1416
- /**
1417
- * Whether descendants may push transient themes onto the global stack.
1418
- * Defaults to true for backward compatibility.
1419
- */
1420
- allowThemePromotion?: boolean;
1448
+ children: React.ReactNode;
1449
+ /**
1450
+ * Initial theme spec used when nothing is persisted. Takes precedence over
1451
+ * `defaultPreset`. Defaults to `{ kind: "preset", preset: defaultPreset }`.
1452
+ */
1453
+ defaultTheme?: ThemeSpec;
1454
+ /**
1455
+ * Fully controlled mode. When provided the provider mirrors this spec into
1456
+ * the DOM but ignores localStorage and `setTheme` mutations. Useful for
1457
+ * preview surfaces (e.g. the harness builder's "Apply globally").
1458
+ */
1459
+ controlledTheme?: ThemeSpec;
1460
+ /**
1461
+ * Legacy alias for `defaultTheme = { kind: "preset", preset: defaultPreset }`.
1462
+ * Kept for backward compatibility with existing call sites.
1463
+ */
1464
+ defaultPreset?: ThemePreset;
1465
+ defaultMode?: ThemeMode;
1466
+ /**
1467
+ * Force the root theme to a single preset while still allowing mode changes.
1468
+ * Stored preset/generated themes are ignored while this is set.
1469
+ */
1470
+ lockedPreset?: ThemeRuntimeOptions["lockedPreset"];
1471
+ /** Restrict the provider to a subset of modes, e.g. light/black only. */
1472
+ allowedModes?: ThemeRuntimeOptions["allowedModes"];
1473
+ /**
1474
+ * Whether descendants may push transient themes onto the global stack.
1475
+ * Defaults to true for backward compatibility.
1476
+ */
1477
+ allowThemePromotion?: boolean;
1421
1478
  }
1422
1479
  /** Renders the opt theme provider component. */
1423
- declare function OptThemeProvider({ children, defaultTheme, controlledTheme, defaultPreset, defaultMode, lockedPreset, allowedModes, allowThemePromotion, }: OptThemeProviderProps): react_jsx_runtime.JSX.Element;
1480
+ declare function OptThemeProvider({ children, defaultTheme, controlledTheme, defaultPreset, defaultMode, lockedPreset, allowedModes, allowThemePromotion }: OptThemeProviderProps): import("react").JSX.Element;
1424
1481
  /** Provides opt theme. */
1425
1482
  declare function useOptTheme(): ThemeContextValue;
1426
1483
  /** Reads opt theme context when present without requiring a provider. */
1427
1484
  declare function useOptionalOptTheme(): ThemeContextValue | undefined;
1428
-
1429
- /**
1430
- * theme-serialize.ts
1431
- *
1432
- * Pure helpers that turn a `ThemeSpec` into the artifacts the runtime needs:
1433
- * resolved descriptor + mode, computed token maps for generated palettes, and
1434
- * `<style>` CSS strings ready to be injected into `<head>`.
1435
- *
1436
- * Kept side-effect free so the boot script and the provider can share the
1437
- * same logic without dragging React into the client bundle's critical path.
1438
- */
1439
-
1485
+ //#endregion
1486
+ //#region src/lib/theme/theme-serialize.d.ts
1440
1487
  /** Element id used for the global generated theme style tag. */
1441
1488
  declare const GLOBAL_THEME_STYLE_ID = "opt-global-theme";
1442
1489
  /** localStorage key for the persisted ThemeSpec (generated mode). */
@@ -1460,9 +1507,9 @@ declare function getCompoundIdForSpec(spec: ThemeSpec, resolvedMode: "light" | "
1460
1507
  declare function isForceLightSpec(spec: ThemeSpec): boolean;
1461
1508
  /** Computed token bundle for a generated theme. `dark` is `null` when force-light. */
1462
1509
  interface GeneratedTokens {
1463
- id: string;
1464
- light: Record<string, string>;
1465
- dark: Record<string, string> | null;
1510
+ id: string;
1511
+ light: Record<string, string>;
1512
+ dark: Record<string, string> | null;
1466
1513
  }
1467
1514
  /**
1468
1515
  * Compute the inline tokens for a `GeneratedThemeSpec` or
@@ -1501,9 +1548,9 @@ declare function resolveDescriptor(spec: ThemeSpec): ThemeDescriptor;
1501
1548
  declare function safeParseStoredSpec(json: string | null): ThemeSpec | null;
1502
1549
  /** Cached token payload as written to `opt-theme-tokens`. */
1503
1550
  interface StoredTokenCache {
1504
- id: string;
1505
- light: Record<string, string>;
1506
- dark?: Record<string, string>;
1551
+ id: string;
1552
+ light: Record<string, string>;
1553
+ dark?: Record<string, string>;
1507
1554
  }
1508
1555
  /**
1509
1556
  * Parse the cached token payload from localStorage. Returns `null` on any
@@ -1512,13 +1559,14 @@ interface StoredTokenCache {
1512
1559
  declare function safeParseStoredTokens(json: string | null): StoredTokenCache | null;
1513
1560
  /** Build the storage payload that pairs with `opt-theme-spec`. */
1514
1561
  declare function buildTokenCache(tokens: GeneratedTokens): StoredTokenCache;
1515
-
1562
+ //#endregion
1563
+ //#region src/lib/theme/theme-controller-context.d.ts
1516
1564
  /** A single entry on the theme promotion stack. */
1517
1565
  interface ThemeStackEntry {
1518
- /** Stable owner id (e.g. harness id) — used to dedupe and pop. */
1519
- id: string;
1520
- /** Spec the owner wants applied while it is mounted. */
1521
- spec: ThemeSpec;
1566
+ /** Stable owner id (e.g. harness id) — used to dedupe and pop. */
1567
+ id: string;
1568
+ /** Spec the owner wants applied while it is mounted. */
1569
+ spec: ThemeSpec;
1522
1570
  }
1523
1571
  /**
1524
1572
  * Imperative API exposed by `OptThemeProvider` to descendants that want to
@@ -1533,753 +1581,745 @@ interface ThemeStackEntry {
1533
1581
  * back to its `controlledTheme` prop, then to its persisted state.
1534
1582
  */
1535
1583
  interface OptThemeController {
1536
- pushTheme: (id: string, spec: ThemeSpec) => void;
1537
- popTheme: (id: string) => void;
1584
+ pushTheme: (id: string, spec: ThemeSpec) => void;
1585
+ popTheme: (id: string) => void;
1538
1586
  }
1539
- declare const OptThemeControllerContext: react.Context<OptThemeController | null>;
1587
+ declare const OptThemeControllerContext: import("react").Context<OptThemeController | null>;
1540
1588
  /**
1541
1589
  * Reads the controller exposed by the nearest `OptThemeProvider`. Returns
1542
1590
  * `null` when used outside a provider — callers should treat that as "no
1543
1591
  * promotion available" and behave as if scope === "override".
1544
1592
  */
1545
1593
  declare function useOptThemeController(): OptThemeController | null;
1546
-
1594
+ //#endregion
1595
+ //#region src/shells/theme-switcher.d.ts
1547
1596
  /** Localized labels for the theme switcher component. */
1548
1597
  interface ThemeSwitcherLabels {
1549
- /** Section heading shown above the preset grid. */
1550
- heading?: string;
1551
- /** Localized labels for the mode toggle (light/dark/system). */
1552
- modeLabels?: Partial<Record<ThemeMode, string>>;
1553
- /** Suffix added to the active preset's swatch button (a11y only). */
1554
- activeSuffix?: string;
1598
+ /** Section heading shown above the preset grid. */
1599
+ heading?: string;
1600
+ /** Localized labels for the mode toggle (light/dark/system). */
1601
+ modeLabels?: Partial<Record<ThemeMode, string>>;
1602
+ /** Suffix added to the active preset's swatch button (a11y only). */
1603
+ activeSuffix?: string;
1555
1604
  }
1556
1605
  /** Props for the theme switcher component. */
1557
1606
  interface ThemeSwitcherProps {
1558
- className?: string;
1559
- labels?: ThemeSwitcherLabels;
1560
- variant?: "default" | "compact";
1561
- /** Slot for custom CSS variable editor (e.g. ColorPicker panel) */
1562
- customPresetEditor?: React.ReactNode;
1563
- /**
1564
- * Controlled preset for local preview surfaces. When provided, preset
1565
- * changes call `onPresetChange` instead of mutating the global provider.
1566
- */
1567
- preset?: ThemePresetId;
1568
- onPresetChange?: (preset: ThemePresetId) => void;
1569
- /** Controlled mode for local preview surfaces. */
1570
- mode?: ThemeMode;
1571
- onModeChange?: (mode: ThemeMode) => void;
1607
+ className?: string;
1608
+ labels?: ThemeSwitcherLabels;
1609
+ variant?: "default" | "compact";
1610
+ /** Slot for custom CSS variable editor (e.g. ColorPicker panel) */
1611
+ customPresetEditor?: React.ReactNode;
1612
+ /**
1613
+ * Controlled preset for local preview surfaces. When provided, preset
1614
+ * changes call `onPresetChange` instead of mutating the global provider.
1615
+ */
1616
+ preset?: ThemePresetId;
1617
+ onPresetChange?: (preset: ThemePresetId) => void;
1618
+ /** Controlled mode for local preview surfaces. */
1619
+ mode?: ThemeMode;
1620
+ onModeChange?: (mode: ThemeMode) => void;
1572
1621
  }
1573
1622
  /** Renders the theme switcher component. */
1574
- declare function ThemeSwitcher({ className, labels: userLabels, variant, customPresetEditor, preset: controlledPreset, onPresetChange, mode: controlledMode, onModeChange, }: ThemeSwitcherProps): react_jsx_runtime.JSX.Element | null;
1623
+ declare function ThemeSwitcher({ className, labels: userLabels, variant, customPresetEditor, preset: controlledPreset, onPresetChange, mode: controlledMode, onModeChange }: ThemeSwitcherProps): import("react").JSX.Element | null;
1575
1624
  declare namespace ThemeSwitcher {
1576
- var displayName: string;
1625
+ var displayName: string;
1577
1626
  }
1578
-
1627
+ //#endregion
1628
+ //#region src/shells/prompt-template.d.ts
1579
1629
  /** Defines the prompt variable shape. */
1580
1630
  interface PromptVariable {
1581
- name: string;
1582
- label: string;
1583
- placeholder?: string;
1584
- defaultValue?: string;
1631
+ name: string;
1632
+ label: string;
1633
+ placeholder?: string;
1634
+ defaultValue?: string;
1585
1635
  }
1586
1636
  /** Localized labels for the prompt template component. */
1587
1637
  interface PromptTemplateLabels {
1588
- copy?: string;
1589
- copied?: string;
1590
- copyFailed?: string;
1638
+ copy?: string;
1639
+ copied?: string;
1640
+ copyFailed?: string;
1591
1641
  }
1592
1642
  /** Props for the prompt template component. */
1593
1643
  interface PromptTemplateProps {
1594
- title: string;
1595
- description?: string;
1596
- template: string;
1597
- variables?: PromptVariable[];
1598
- className?: string;
1599
- labels?: PromptTemplateLabels;
1644
+ title: string;
1645
+ description?: string;
1646
+ template: string;
1647
+ variables?: PromptVariable[];
1648
+ className?: string;
1649
+ labels?: PromptTemplateLabels;
1600
1650
  }
1601
1651
  /** Renders the prompt template component. */
1602
- declare function PromptTemplate({ title, description, template, variables, className, labels: customLabels, }: PromptTemplateProps): react_jsx_runtime.JSX.Element;
1652
+ declare function PromptTemplate({ title, description, template, variables, className, labels: customLabels }: PromptTemplateProps): React$1.JSX.Element;
1603
1653
  declare namespace PromptTemplate {
1604
- var displayName: string;
1654
+ var displayName: string;
1605
1655
  }
1606
-
1656
+ //#endregion
1657
+ //#region src/shells/sidebar.d.ts
1607
1658
  interface SidebarContextValue {
1608
- collapsed: boolean;
1609
- collapsible: boolean;
1610
- setCollapsed: (value: boolean) => void;
1611
- toggle: () => void;
1612
- width: number;
1613
- collapsedWidth: number;
1659
+ collapsed: boolean;
1660
+ collapsible: boolean;
1661
+ setCollapsed: (value: boolean) => void;
1662
+ toggle: () => void;
1663
+ width: number;
1664
+ collapsedWidth: number;
1614
1665
  }
1615
1666
  /** Provides sidebar. */
1616
1667
  declare function useSidebar(): SidebarContextValue;
1617
1668
  /** Props for the sidebar component. */
1618
1669
  interface SidebarProps {
1619
- children: react.ReactNode;
1620
- collapsible?: boolean;
1621
- defaultCollapsed?: boolean;
1622
- collapsed?: boolean;
1623
- onCollapsedChange?: (collapsed: boolean) => void;
1624
- width?: number;
1625
- collapsedWidth?: number;
1626
- className?: string;
1627
- side?: "left" | "right";
1628
- /** aside에 적용할 aria-label */
1629
- label?: string;
1630
- }
1631
- declare function SidebarHeader({ children, className, }: {
1632
- children: react.ReactNode;
1633
- className?: string;
1634
- }): react_jsx_runtime.JSX.Element;
1635
- declare namespace SidebarHeader {
1636
- var displayName: string;
1637
- }
1638
- declare function SidebarContent({ children, className, onKeyDown, }: {
1639
- children: react.ReactNode;
1640
- className?: string;
1641
- onKeyDown?: react.KeyboardEventHandler<HTMLElement>;
1642
- }): react_jsx_runtime.JSX.Element;
1643
- declare namespace SidebarContent {
1644
- var displayName: string;
1645
- }
1646
- declare function SidebarFooter({ children, className, }: {
1647
- children: react.ReactNode;
1648
- className?: string;
1649
- }): react_jsx_runtime.JSX.Element;
1650
- declare namespace SidebarFooter {
1651
- var displayName: string;
1652
- }
1653
- declare function SidebarTrigger({ className, children, }: {
1654
- className?: string;
1655
- children?: react.ReactNode;
1656
- }): react_jsx_runtime.JSX.Element | null;
1657
- declare namespace SidebarTrigger {
1658
- var displayName: string;
1659
- }
1670
+ children: React$1.ReactNode;
1671
+ collapsible?: boolean;
1672
+ defaultCollapsed?: boolean;
1673
+ collapsed?: boolean;
1674
+ onCollapsedChange?: (collapsed: boolean) => void;
1675
+ width?: number;
1676
+ collapsedWidth?: number;
1677
+ className?: string;
1678
+ side?: "left" | "right";
1679
+ /** aside에 적용할 aria-label */
1680
+ label?: string;
1681
+ }
1682
+ declare function SidebarHeader({ children, className }: {
1683
+ children: React$1.ReactNode;
1684
+ className?: string;
1685
+ }): React$1.JSX.Element;
1686
+ declare function SidebarContent({ children, className, onKeyDown }: {
1687
+ children: React$1.ReactNode;
1688
+ className?: string;
1689
+ onKeyDown?: React$1.KeyboardEventHandler<HTMLElement>;
1690
+ }): React$1.JSX.Element;
1691
+ declare function SidebarFooter({ children, className }: {
1692
+ children: React$1.ReactNode;
1693
+ className?: string;
1694
+ }): React$1.JSX.Element;
1695
+ declare function SidebarTrigger({ className, children }: {
1696
+ className?: string;
1697
+ children?: React$1.ReactNode;
1698
+ }): React$1.JSX.Element | null;
1660
1699
  interface SidebarGroupProps {
1661
- children: react.ReactNode;
1662
- /** 그룹 레이블. 접힌 상태에서 숨겨짐 */
1663
- label?: string;
1664
- className?: string;
1665
- }
1666
- declare function SidebarGroup({ children, label, className }: SidebarGroupProps): react_jsx_runtime.JSX.Element;
1667
- declare namespace SidebarGroup {
1668
- var displayName: string;
1700
+ children: React$1.ReactNode;
1701
+ /** 그룹 레이블. 접힌 상태에서 숨겨짐 */
1702
+ label?: string;
1703
+ className?: string;
1669
1704
  }
1705
+ declare function SidebarGroup({ children, label, className }: SidebarGroupProps): React$1.JSX.Element;
1670
1706
  interface SidebarItemProps {
1671
- children: react.ReactNode;
1672
- /** 아이콘 (접힌 상태에서도 표시) */
1673
- icon?: react.ReactNode;
1674
- /** 활성 상태 */
1675
- active?: boolean;
1676
- /** 클릭 핸들러 */
1677
- onClick?: () => void;
1678
- /** 링크 URL — 설정 시 <a> 태그로 렌더링 */
1679
- href?: string;
1680
- /** 접힌 상태에서 표시할 툴팁 텍스트 */
1681
- tooltip?: string;
1682
- /** 우측 배지 (숫자 또는 ReactNode). 접힌 상태에서 아이콘 위 dot으로 축소 */
1683
- badge?: react.ReactNode;
1684
- className?: string;
1685
- }
1686
- declare function SidebarItem({ children, icon, active, onClick, href, tooltip, badge, className, }: SidebarItemProps): react_jsx_runtime.JSX.Element;
1687
- declare namespace SidebarItem {
1688
- var displayName: string;
1689
- }
1707
+ children: React$1.ReactNode;
1708
+ /** 아이콘 (접힌 상태에서도 표시) */
1709
+ icon?: React$1.ReactNode;
1710
+ /** 활성 상태 */
1711
+ active?: boolean;
1712
+ /** 클릭 핸들러 */
1713
+ onClick?: () => void;
1714
+ /** 링크 URL — 설정 시 <a> 태그로 렌더링 */
1715
+ href?: string;
1716
+ /** 접힌 상태에서 표시할 툴팁 텍스트 */
1717
+ tooltip?: string;
1718
+ /** 우측 배지 (숫자 또는 ReactNode). 접힌 상태에서 아이콘 위 dot으로 축소 */
1719
+ badge?: React$1.ReactNode;
1720
+ className?: string;
1721
+ }
1722
+ declare function SidebarItem({ children, icon, active, onClick, href, tooltip, badge, className }: SidebarItemProps): React$1.JSX.Element;
1690
1723
  declare function SidebarSeparator({ className }: {
1691
- className?: string;
1692
- }): react_jsx_runtime.JSX.Element;
1693
- declare namespace SidebarSeparator {
1694
- var displayName: string;
1695
- }
1696
- declare function SidebarRoot({ children, collapsible, defaultCollapsed, collapsed: controlledCollapsed, onCollapsedChange, width, collapsedWidth, className, side, label, }: SidebarProps): react_jsx_runtime.JSX.Element;
1697
- declare namespace SidebarRoot {
1698
- var displayName: string;
1699
- }
1724
+ className?: string;
1725
+ }): React$1.JSX.Element;
1726
+ declare function SidebarRoot({ children, collapsible, defaultCollapsed, collapsed: controlledCollapsed, onCollapsedChange, width, collapsedWidth, className, side, label }: SidebarProps): React$1.JSX.Element;
1700
1727
  declare const Sidebar: typeof SidebarRoot & {
1701
- Header: typeof SidebarHeader;
1702
- Content: typeof SidebarContent;
1703
- Footer: typeof SidebarFooter;
1704
- Trigger: typeof SidebarTrigger;
1705
- Group: typeof SidebarGroup;
1706
- Item: typeof SidebarItem;
1707
- Separator: typeof SidebarSeparator;
1728
+ Header: typeof SidebarHeader;
1729
+ Content: typeof SidebarContent;
1730
+ Footer: typeof SidebarFooter;
1731
+ Trigger: typeof SidebarTrigger;
1732
+ Group: typeof SidebarGroup;
1733
+ Item: typeof SidebarItem;
1734
+ Separator: typeof SidebarSeparator;
1708
1735
  };
1709
-
1710
- declare function AppShellHeader({ children, className, }: {
1711
- children: react.ReactNode;
1712
- className?: string;
1713
- }): react_jsx_runtime.JSX.Element;
1714
- declare namespace AppShellHeader {
1715
- var displayName: string;
1716
- }
1717
- declare function AppShellSidebar({ children, className, }: {
1718
- children: react.ReactNode;
1719
- className?: string;
1720
- }): react_jsx_runtime.JSX.Element;
1721
- declare namespace AppShellSidebar {
1722
- var displayName: string;
1723
- }
1724
- declare function AppShellContent({ children, className, }: {
1725
- children: react.ReactNode;
1726
- className?: string;
1727
- }): react_jsx_runtime.JSX.Element;
1728
- declare namespace AppShellContent {
1729
- var displayName: string;
1730
- }
1731
- declare function AppShellFooter({ children, className, }: {
1732
- children: react.ReactNode;
1733
- className?: string;
1734
- }): react_jsx_runtime.JSX.Element;
1735
- declare namespace AppShellFooter {
1736
- var displayName: string;
1737
- }
1736
+ //#endregion
1737
+ //#region src/shells/app-shell.d.ts
1738
+ declare function AppShellHeader({ children, className }: {
1739
+ children: React$1.ReactNode;
1740
+ className?: string;
1741
+ }): React$1.JSX.Element;
1742
+ declare function AppShellSidebar({ children, className }: {
1743
+ children: React$1.ReactNode;
1744
+ className?: string;
1745
+ }): React$1.JSX.Element;
1746
+ declare function AppShellContent({ children, className }: {
1747
+ children: React$1.ReactNode;
1748
+ className?: string;
1749
+ }): React$1.JSX.Element;
1750
+ declare function AppShellFooter({ children, className }: {
1751
+ children: React$1.ReactNode;
1752
+ className?: string;
1753
+ }): React$1.JSX.Element;
1738
1754
  /** Props for the app shell component. */
1739
1755
  interface AppShellProps {
1740
- children: react.ReactNode;
1741
- className?: string;
1742
- labels?: AppShellLabels;
1756
+ children: React$1.ReactNode;
1757
+ className?: string;
1758
+ labels?: AppShellLabels;
1743
1759
  }
1744
1760
  /** Localized labels for the app shell component. */
1745
1761
  type AppShellLabels = Record<never, never>;
1746
- declare function AppShellRoot({ children, className }: AppShellProps): react_jsx_runtime.JSX.Element | null;
1747
- declare namespace AppShellRoot {
1748
- var displayName: string;
1749
- }
1762
+ declare function AppShellRoot({ children, className }: AppShellProps): React$1.JSX.Element | null;
1750
1763
  declare const AppShell: typeof AppShellRoot & {
1751
- Header: typeof AppShellHeader;
1752
- Sidebar: typeof AppShellSidebar;
1753
- Content: typeof AppShellContent;
1754
- Footer: typeof AppShellFooter;
1764
+ Header: typeof AppShellHeader;
1765
+ Sidebar: typeof AppShellSidebar;
1766
+ Content: typeof AppShellContent;
1767
+ Footer: typeof AppShellFooter;
1755
1768
  };
1756
-
1769
+ //#endregion
1770
+ //#region src/shells/confirm-dialog.d.ts
1757
1771
  /** Props for the confirm dialog component. */
1758
1772
  interface ConfirmDialogProps {
1759
- open: boolean;
1760
- onConfirm: () => void;
1761
- onCancel: () => void;
1762
- title: string;
1763
- description?: string;
1764
- confirmLabel?: string;
1765
- cancelLabel?: string;
1766
- variant?: "default" | "danger";
1767
- children?: ReactNode;
1773
+ open: boolean;
1774
+ onConfirm: () => void;
1775
+ onCancel: () => void;
1776
+ title: string;
1777
+ description?: string;
1778
+ confirmLabel?: string;
1779
+ cancelLabel?: string;
1780
+ variant?: "default" | "danger";
1781
+ children?: ReactNode;
1768
1782
  }
1769
1783
  /** Renders the confirm dialog component. */
1770
- declare function ConfirmDialog({ open, onConfirm, onCancel, title, description, confirmLabel, cancelLabel, variant, children, }: ConfirmDialogProps): react_jsx_runtime.JSX.Element;
1784
+ declare function ConfirmDialog({ open, onConfirm, onCancel, title, description, confirmLabel, cancelLabel, variant, children }: ConfirmDialogProps): import("react").JSX.Element;
1771
1785
  declare namespace ConfirmDialog {
1772
- var displayName: string;
1786
+ var displayName: string;
1773
1787
  }
1774
-
1788
+ //#endregion
1789
+ //#region src/shells/async-combobox.d.ts
1775
1790
  /** Localized labels for the async combobox component. */
1776
1791
  interface AsyncComboboxLabels {
1777
- input?: string;
1778
- loading?: string;
1779
- noResults?: string;
1780
- placeholder?: string;
1792
+ input?: string;
1793
+ loading?: string;
1794
+ noResults?: string;
1795
+ placeholder?: string;
1781
1796
  }
1782
1797
  /** Props for the async combobox component. */
1783
1798
  interface AsyncComboboxProps {
1784
- onSearch: (query: string) => Promise<string[]>;
1785
- debounceMs?: number;
1786
- /** @deprecated Use labels.loading instead */
1787
- loadingText?: string;
1788
- minChars?: number;
1789
- /** @deprecated Use labels.placeholder instead */
1790
- placeholder?: string;
1791
- onSelect?: (value: string) => void;
1792
- labels?: AsyncComboboxLabels;
1793
- className?: string;
1799
+ onSearch: (query: string) => Promise<string[]>;
1800
+ debounceMs?: number;
1801
+ /** @deprecated Use labels.loading instead */
1802
+ loadingText?: string;
1803
+ minChars?: number;
1804
+ /** @deprecated Use labels.placeholder instead */
1805
+ placeholder?: string;
1806
+ onSelect?: (value: string) => void;
1807
+ labels?: AsyncComboboxLabels;
1808
+ className?: string;
1794
1809
  }
1795
1810
  /** Renders the async combobox component. */
1796
- declare function AsyncCombobox({ onSearch, debounceMs, loadingText, minChars, placeholder, onSelect, labels: customLabels, className, }: AsyncComboboxProps): react_jsx_runtime.JSX.Element;
1797
-
1811
+ declare function AsyncCombobox({ onSearch, debounceMs, loadingText, minChars, placeholder, onSelect, labels: customLabels, className }: AsyncComboboxProps): React$1.JSX.Element;
1812
+ //#endregion
1813
+ //#region src/shells/vertical-tabs.d.ts
1798
1814
  /** Props for the vertical tabs component. */
1799
1815
  interface VerticalTabsProps {
1800
- tabs: TabDef[];
1801
- defaultTabId?: string;
1802
- labels?: VerticalTabsLabels;
1803
- className?: string;
1816
+ tabs: TabDef[];
1817
+ defaultTabId?: string;
1818
+ labels?: VerticalTabsLabels;
1819
+ className?: string;
1804
1820
  }
1805
1821
  /** Localized labels for the vertical tabs component. */
1806
1822
  interface VerticalTabsLabels {
1807
- ariaLabel?: string;
1808
- emptyMessage?: string;
1823
+ ariaLabel?: string;
1824
+ emptyMessage?: string;
1809
1825
  }
1810
1826
  /** Renders the vertical tabs component. */
1811
- declare function VerticalTabs({ tabs, defaultTabId, labels: customLabels, className, }: VerticalTabsProps): react_jsx_runtime.JSX.Element;
1812
-
1827
+ declare function VerticalTabs({ tabs, defaultTabId, labels: customLabels, className }: VerticalTabsProps): React$1.JSX.Element;
1828
+ //#endregion
1829
+ //#region src/shells/column-toggler.d.ts
1813
1830
  /** Defines the column toggler column shape. */
1814
1831
  interface ColumnTogglerColumn {
1815
- id: string;
1816
- header: string;
1832
+ id: string;
1833
+ header: string;
1817
1834
  }
1818
1835
  /** Props for the column toggler component. */
1819
1836
  interface ColumnTogglerProps {
1820
- columns: ColumnTogglerColumn[];
1821
- visibleColumns: string[];
1822
- onChange: (visibleColumns: string[]) => void;
1823
- className?: string;
1824
- labels?: ColumnTogglerLabels;
1837
+ columns: ColumnTogglerColumn[];
1838
+ visibleColumns: string[];
1839
+ onChange: (visibleColumns: string[]) => void;
1840
+ className?: string;
1841
+ labels?: ColumnTogglerLabels;
1825
1842
  }
1826
1843
  /** Localized labels for the column toggler component. */
1827
1844
  interface ColumnTogglerLabels {
1828
- triggerLabel?: (count: number) => string;
1829
- emptyMessage?: string;
1845
+ triggerLabel?: (count: number) => string;
1846
+ emptyMessage?: string;
1830
1847
  }
1831
1848
  /** Renders the column toggler component. */
1832
- declare function ColumnToggler({ columns, visibleColumns, onChange, className, labels: customLabels, }: ColumnTogglerProps): react_jsx_runtime.JSX.Element;
1849
+ declare function ColumnToggler({ columns, visibleColumns, onChange, className, labels: customLabels }: ColumnTogglerProps): React$1.JSX.Element;
1833
1850
  declare namespace ColumnToggler {
1834
- var displayName: string;
1851
+ var displayName: string;
1835
1852
  }
1836
-
1853
+ //#endregion
1854
+ //#region src/shells/bulk-actions.d.ts
1837
1855
  /** Defines the bulk action shape. */
1838
1856
  interface BulkActionDef {
1839
- id: string;
1840
- label: string;
1841
- variant?: "default" | "danger";
1857
+ id: string;
1858
+ label: string;
1859
+ variant?: "default" | "danger";
1842
1860
  }
1843
1861
  /** Localized labels for the bulk actions component. */
1844
1862
  interface BulkActionsLabels {
1845
- selected?: string;
1846
- actions?: string;
1847
- clear?: string;
1848
- noActions?: string;
1863
+ selected?: string;
1864
+ actions?: string;
1865
+ clear?: string;
1866
+ noActions?: string;
1849
1867
  }
1850
1868
  /** Props for the bulk actions component. */
1851
1869
  interface BulkActionsProps {
1852
- selectedCount: number;
1853
- actions: BulkActionDef[];
1854
- onAction: (actionId: string) => void;
1855
- onClear: () => void;
1856
- labels?: BulkActionsLabels;
1857
- className?: string;
1870
+ selectedCount: number;
1871
+ actions: BulkActionDef[];
1872
+ onAction: (actionId: string) => void;
1873
+ onClear: () => void;
1874
+ labels?: BulkActionsLabels;
1875
+ className?: string;
1858
1876
  }
1859
1877
  /** Renders the bulk actions component. */
1860
- declare function BulkActions({ selectedCount, actions, onAction, onClear, labels: customLabels, className, }: BulkActionsProps): react_jsx_runtime.JSX.Element | null;
1861
-
1878
+ declare function BulkActions({ selectedCount, actions, onAction, onClear, labels: customLabels, className }: BulkActionsProps): React$1.JSX.Element | null;
1879
+ //#endregion
1880
+ //#region src/shells/saved-filters.d.ts
1862
1881
  /** Defines the filter preset shape. */
1863
1882
  interface FilterPreset {
1864
- id: string;
1865
- name: string;
1866
- filters: Record<string, unknown>;
1883
+ id: string;
1884
+ name: string;
1885
+ filters: Record<string, unknown>;
1867
1886
  }
1868
1887
  /** Props for the saved filters component. */
1869
1888
  interface SavedFiltersProps {
1870
- currentFilters: Record<string, unknown>;
1871
- presets: FilterPreset[];
1872
- onSavePreset: (name: string, filters: Record<string, unknown>) => void;
1873
- onLoadPreset: (preset: FilterPreset) => void;
1874
- onDeletePreset: (presetId: string) => void;
1875
- className?: string;
1876
- labels?: SavedFiltersLabels;
1889
+ currentFilters: Record<string, unknown>;
1890
+ presets: FilterPreset[];
1891
+ onSavePreset: (name: string, filters: Record<string, unknown>) => void;
1892
+ onLoadPreset: (preset: FilterPreset) => void;
1893
+ onDeletePreset: (presetId: string) => void;
1894
+ className?: string;
1895
+ labels?: SavedFiltersLabels;
1877
1896
  }
1878
1897
  /** Localized labels for the saved filters component. */
1879
1898
  interface SavedFiltersLabels {
1880
- triggerLabel?: (count: number) => string;
1881
- emptyMessage?: string;
1882
- deleteLabel?: (name: string) => string;
1883
- namePlaceholder?: string;
1884
- saveLabel?: string;
1885
- confirmDeleteLabel?: string;
1886
- cancelDeleteLabel?: string;
1899
+ triggerLabel?: (count: number) => string;
1900
+ emptyMessage?: string;
1901
+ deleteLabel?: (name: string) => string;
1902
+ namePlaceholder?: string;
1903
+ saveLabel?: string;
1904
+ confirmDeleteLabel?: string;
1905
+ cancelDeleteLabel?: string;
1887
1906
  }
1888
1907
  /** Renders the saved filters component. */
1889
- declare function SavedFilters({ currentFilters, presets, onSavePreset, onLoadPreset, onDeletePreset, className, labels: customLabels, }: SavedFiltersProps): react_jsx_runtime.JSX.Element;
1890
-
1908
+ declare function SavedFilters({ currentFilters, presets, onSavePreset, onLoadPreset, onDeletePreset, className, labels: customLabels }: SavedFiltersProps): React$1.JSX.Element;
1909
+ //#endregion
1910
+ //#region src/shells/notification-center.d.ts
1891
1911
  /** Defines the notification item shape. */
1892
1912
  interface NotificationItem {
1893
- id: string;
1894
- title: string;
1895
- message: string;
1896
- time: string;
1897
- read: boolean;
1898
- group?: string;
1899
- actionLabel?: string;
1913
+ id: string;
1914
+ title: string;
1915
+ message: string;
1916
+ time: string;
1917
+ read: boolean;
1918
+ group?: string;
1919
+ actionLabel?: string;
1900
1920
  }
1901
1921
  /** Props for the notification center component. */
1902
1922
  interface NotificationCenterProps {
1903
- notifications: NotificationItem[];
1904
- onMarkRead: (id: string) => void;
1905
- onMarkAllRead: () => void;
1906
- onAction?: (id: string) => void;
1907
- className?: string;
1908
- labels?: NotificationCenterLabels;
1923
+ notifications: NotificationItem[];
1924
+ onMarkRead: (id: string) => void;
1925
+ onMarkAllRead: () => void;
1926
+ onAction?: (id: string) => void;
1927
+ className?: string;
1928
+ labels?: NotificationCenterLabels;
1909
1929
  }
1910
1930
  /** Localized labels for the notification center component. */
1911
1931
  interface NotificationCenterLabels {
1912
- triggerLabel?: string;
1913
- unreadSuffix?: (count: number) => string;
1914
- title?: string;
1915
- markAllRead?: string;
1916
- emptyMessage?: string;
1932
+ triggerLabel?: string;
1933
+ unreadSuffix?: (count: number) => string;
1934
+ title?: string;
1935
+ markAllRead?: string;
1936
+ emptyMessage?: string;
1917
1937
  }
1918
1938
  /** Renders the notification center component. */
1919
- declare function NotificationCenter({ notifications, onMarkRead, onMarkAllRead, onAction, className, labels: customLabels, }: NotificationCenterProps): react_jsx_runtime.JSX.Element;
1939
+ declare function NotificationCenter({ notifications, onMarkRead, onMarkAllRead, onAction, className, labels: customLabels }: NotificationCenterProps): React$1.JSX.Element;
1920
1940
  declare namespace NotificationCenter {
1921
- var displayName: string;
1941
+ var displayName: string;
1922
1942
  }
1923
-
1943
+ //#endregion
1944
+ //#region src/shells/audit-log.d.ts
1924
1945
  /** Defines the audit entry shape. */
1925
1946
  interface AuditEntry {
1926
- id: string;
1927
- user: {
1928
- name: string;
1929
- avatar?: string;
1930
- };
1931
- action: string;
1932
- target: string;
1933
- timestamp: string;
1934
- metadata?: Record<string, string>;
1947
+ id: string;
1948
+ user: {
1949
+ name: string;
1950
+ avatar?: string;
1951
+ };
1952
+ action: string;
1953
+ target: string;
1954
+ timestamp: string;
1955
+ metadata?: Record<string, string>;
1935
1956
  }
1936
1957
  /** Localized labels for the audit log component. */
1937
1958
  interface AuditLogLabels {
1938
- title?: string;
1939
- loading?: string;
1940
- loadMore?: string;
1941
- empty?: string;
1959
+ title?: string;
1960
+ loading?: string;
1961
+ loadMore?: string;
1962
+ empty?: string;
1942
1963
  }
1943
1964
  /** Props for the audit log component. */
1944
1965
  interface AuditLogProps {
1945
- entries: AuditEntry[];
1946
- onLoadMore?: () => void;
1947
- loading?: boolean;
1948
- labels?: AuditLogLabels;
1949
- className?: string;
1966
+ entries: AuditEntry[];
1967
+ onLoadMore?: () => void;
1968
+ loading?: boolean;
1969
+ labels?: AuditLogLabels;
1970
+ className?: string;
1950
1971
  }
1951
1972
  /** Renders the audit log component. */
1952
- declare function AuditLog({ entries, onLoadMore, loading, labels: customLabels, className, }: AuditLogProps): react_jsx_runtime.JSX.Element;
1973
+ declare function AuditLog({ entries, onLoadMore, loading, labels: customLabels, className }: AuditLogProps): React$1.JSX.Element;
1953
1974
  declare namespace AuditLog {
1954
- var displayName: string;
1975
+ var displayName: string;
1955
1976
  }
1956
-
1977
+ //#endregion
1978
+ //#region src/shells/tree-table.d.ts
1957
1979
  /** Defines the tree column shape. */
1958
1980
  interface TreeColumnDef<T> {
1959
- id: string;
1960
- header: string;
1961
- accessor: keyof T | ((row: T) => react.ReactNode);
1962
- width?: string;
1981
+ id: string;
1982
+ header: string;
1983
+ accessor: keyof T | ((row: T) => React$1.ReactNode);
1984
+ width?: string;
1963
1985
  }
1964
1986
  /** Defines the tree node shape. */
1965
1987
  interface TreeNode<T> {
1966
- data: T;
1967
- id: string;
1968
- children?: TreeNode<T>[];
1988
+ data: T;
1989
+ id: string;
1990
+ children?: TreeNode<T>[];
1969
1991
  }
1970
1992
  /** Props for the tree table component. */
1971
1993
  interface TreeTableProps<T> {
1972
- data: TreeNode<T>[];
1973
- columns: TreeColumnDef<T>[];
1974
- defaultExpanded?: string[];
1975
- indentSize?: number;
1976
- className?: string;
1994
+ data: TreeNode<T>[];
1995
+ columns: TreeColumnDef<T>[];
1996
+ defaultExpanded?: string[];
1997
+ indentSize?: number;
1998
+ className?: string;
1977
1999
  }
1978
2000
  /** Renders the tree table component. */
1979
- declare function TreeTable<T>({ data, columns, defaultExpanded, indentSize, className, }: TreeTableProps<T>): react_jsx_runtime.JSX.Element;
1980
-
2001
+ declare function TreeTable<T>({ data, columns, defaultExpanded, indentSize, className }: TreeTableProps<T>): React$1.JSX.Element;
2002
+ //#endregion
2003
+ //#region src/shells/inline-edit-table.d.ts
1981
2004
  /** Defines the inline edit column shape. */
1982
2005
  interface InlineEditColumnDef<T> {
1983
- id: string;
1984
- header: string;
1985
- accessor: keyof T | ((row: T) => react.ReactNode);
1986
- editable?: boolean;
1987
- width?: string;
2006
+ id: string;
2007
+ header: string;
2008
+ accessor: keyof T | ((row: T) => React$1.ReactNode);
2009
+ editable?: boolean;
2010
+ width?: string;
1988
2011
  }
1989
2012
  /** Props for the inline edit table component. */
1990
2013
  interface InlineEditTableProps<T> {
1991
- data: T[];
1992
- columns: InlineEditColumnDef<T>[];
1993
- keyExtractor: (row: T) => string;
1994
- onCellEdit?: (rowId: string, columnId: string, value: string) => void;
1995
- labels?: InlineEditTableLabels;
1996
- className?: string;
2014
+ data: T[];
2015
+ columns: InlineEditColumnDef<T>[];
2016
+ keyExtractor: (row: T) => string;
2017
+ onCellEdit?: (rowId: string, columnId: string, value: string) => void;
2018
+ labels?: InlineEditTableLabels;
2019
+ className?: string;
1997
2020
  }
1998
2021
  /** Localized labels for the inline edit table component. */
1999
2022
  interface InlineEditTableLabels {
2000
- emptyMessage?: string;
2023
+ emptyMessage?: string;
2001
2024
  }
2002
2025
  /** Renders the inline edit table component. */
2003
- declare function InlineEditTable<T>({ data, columns, keyExtractor, onCellEdit, labels: customLabels, className, }: InlineEditTableProps<T>): react_jsx_runtime.JSX.Element;
2004
-
2026
+ declare function InlineEditTable<T>({ data, columns, keyExtractor, onCellEdit, labels: customLabels, className }: InlineEditTableProps<T>): React$1.JSX.Element;
2027
+ //#endregion
2028
+ //#region src/shells/kanban-board.d.ts
2005
2029
  /** Defines the kanban column shape. */
2006
2030
  interface KanbanColumn<T> {
2007
- id: string;
2008
- title: string;
2009
- items: T[];
2031
+ id: string;
2032
+ title: string;
2033
+ items: T[];
2010
2034
  }
2011
2035
  /** Props for the kanban board component. */
2012
2036
  interface KanbanBoardProps<T> {
2013
- columns: KanbanColumn<T>[];
2014
- onDragEnd: (itemId: string, fromColumnId: string, toColumnId: string, toIndex: number) => void;
2015
- renderCard: (item: T) => react.ReactNode;
2016
- keyExtractor: (item: T) => string;
2017
- emptyMessage?: string;
2018
- className?: string;
2037
+ columns: KanbanColumn<T>[];
2038
+ onDragEnd: (itemId: string, fromColumnId: string, toColumnId: string, toIndex: number) => void;
2039
+ renderCard: (item: T) => React$1.ReactNode;
2040
+ keyExtractor: (item: T) => string;
2041
+ emptyMessage?: string;
2042
+ className?: string;
2019
2043
  }
2020
2044
  /** Renders the kanban board component. */
2021
- declare function KanbanBoard<T>({ columns, onDragEnd, renderCard, keyExtractor, emptyMessage, className, }: KanbanBoardProps<T>): react_jsx_runtime.JSX.Element;
2022
-
2045
+ declare function KanbanBoard<T>({ columns, onDragEnd, renderCard, keyExtractor, emptyMessage, className }: KanbanBoardProps<T>): React$1.JSX.Element;
2046
+ //#endregion
2047
+ //#region src/shells/rich-text-editor.d.ts
2023
2048
  type ToolbarAction = "bold" | "italic" | "link" | "code" | "heading" | "list" | "quote";
2024
2049
  /** Props for the rich text editor component. */
2025
2050
  interface RichTextEditorProps {
2026
- value: string;
2027
- onChange: (value: string) => void;
2028
- placeholder?: string;
2029
- toolbar?: ToolbarAction[];
2030
- className?: string;
2051
+ value: string;
2052
+ onChange: (value: string) => void;
2053
+ placeholder?: string;
2054
+ toolbar?: ToolbarAction[];
2055
+ className?: string;
2031
2056
  }
2032
2057
  /** Renders the rich text editor component. */
2033
- declare function RichTextEditor({ value, onChange, placeholder, toolbar, className, }: RichTextEditorProps): react_jsx_runtime.JSX.Element;
2034
-
2058
+ declare function RichTextEditor({ value, onChange, placeholder, toolbar, className }: RichTextEditorProps): React$1.JSX.Element;
2059
+ //#endregion
2060
+ //#region src/shells/code-diff-viewer.d.ts
2035
2061
  /** Props for the code diff viewer component. */
2036
2062
  interface CodeDiffViewerProps {
2037
- original: string;
2038
- modified: string;
2039
- mode?: "split" | "unified";
2040
- showLineNumbers?: boolean;
2041
- scrollLabel?: string;
2042
- className?: string;
2063
+ original: string;
2064
+ modified: string;
2065
+ mode?: "split" | "unified";
2066
+ showLineNumbers?: boolean;
2067
+ scrollLabel?: string;
2068
+ className?: string;
2043
2069
  }
2044
2070
  /** Renders the code diff viewer component. */
2045
- declare function CodeDiffViewer({ original, modified, mode, showLineNumbers, scrollLabel, className, }: CodeDiffViewerProps): react_jsx_runtime.JSX.Element;
2046
-
2071
+ declare function CodeDiffViewer({ original, modified, mode, showLineNumbers, scrollLabel, className }: CodeDiffViewerProps): React$1.JSX.Element;
2072
+ //#endregion
2073
+ //#region src/shells/webhook-config.d.ts
2047
2074
  /** Defines the webhook shape. */
2048
2075
  interface WebhookDef {
2049
- url: string;
2050
- events: string[];
2051
- retries: number;
2052
- active: boolean;
2076
+ url: string;
2077
+ events: string[];
2078
+ retries: number;
2079
+ active: boolean;
2053
2080
  }
2054
2081
  /** Props for the webhook component. */
2055
2082
  interface WebhookConfigProps {
2056
- webhook: WebhookDef;
2057
- onChange: (webhook: WebhookDef) => void;
2058
- availableEvents: string[];
2059
- onTest?: () => void;
2060
- className?: string;
2061
- labels?: WebhookConfigLabels;
2083
+ webhook: WebhookDef;
2084
+ onChange: (webhook: WebhookDef) => void;
2085
+ availableEvents: string[];
2086
+ onTest?: () => void;
2087
+ className?: string;
2088
+ labels?: WebhookConfigLabels;
2062
2089
  }
2063
2090
  /** Localized labels for the webhook component. */
2064
2091
  interface WebhookConfigLabels {
2065
- webhookUrl?: string;
2066
- events?: string;
2067
- retries?: string;
2068
- testWebhook?: string;
2069
- emptyEventsMessage?: string;
2092
+ webhookUrl?: string;
2093
+ events?: string;
2094
+ retries?: string;
2095
+ testWebhook?: string;
2096
+ emptyEventsMessage?: string;
2070
2097
  }
2071
2098
  /** Renders the webhook config component. */
2072
- declare function WebhookConfig({ webhook, onChange, availableEvents, onTest, className, labels: customLabels, }: WebhookConfigProps): react_jsx_runtime.JSX.Element;
2073
-
2099
+ declare function WebhookConfig({ webhook, onChange, availableEvents, onTest, className, labels: customLabels }: WebhookConfigProps): React$1.JSX.Element;
2100
+ //#endregion
2101
+ //#region src/shells/feature-flag-panel.d.ts
2074
2102
  /** Defines the feature flag shape. */
2075
2103
  interface FeatureFlag {
2076
- id: string;
2077
- name: string;
2078
- description?: string;
2079
- enabled: boolean;
2080
- environments: string[];
2081
- rolloutPercentage?: number;
2104
+ id: string;
2105
+ name: string;
2106
+ description?: string;
2107
+ enabled: boolean;
2108
+ environments: string[];
2109
+ rolloutPercentage?: number;
2082
2110
  }
2083
2111
  /** Props for the feature flag panel component. */
2084
2112
  interface FeatureFlagPanelProps {
2085
- flags: FeatureFlag[];
2086
- onToggle: (flagId: string, enabled: boolean) => void;
2087
- onRolloutChange?: (flagId: string, percentage: number) => void;
2088
- environments: string[];
2089
- className?: string;
2090
- labels?: FeatureFlagPanelLabels;
2113
+ flags: FeatureFlag[];
2114
+ onToggle: (flagId: string, enabled: boolean) => void;
2115
+ onRolloutChange?: (flagId: string, percentage: number) => void;
2116
+ environments: string[];
2117
+ className?: string;
2118
+ labels?: FeatureFlagPanelLabels;
2091
2119
  }
2092
2120
  /** Localized labels for the feature flag panel component. */
2093
2121
  interface FeatureFlagPanelLabels {
2094
- enabled?: string;
2095
- disabled?: string;
2096
- rolloutLabel?: string;
2097
- emptyMessage?: string;
2122
+ enabled?: string;
2123
+ disabled?: string;
2124
+ rolloutLabel?: string;
2125
+ emptyMessage?: string;
2098
2126
  }
2099
2127
  /** Renders the feature flag panel component. */
2100
- declare function FeatureFlagPanel({ flags, onToggle, onRolloutChange, environments, className, labels: customLabels, }: FeatureFlagPanelProps): react_jsx_runtime.JSX.Element;
2101
-
2128
+ declare function FeatureFlagPanel({ flags, onToggle, onRolloutChange, environments, className, labels: customLabels }: FeatureFlagPanelProps): React$1.JSX.Element;
2129
+ //#endregion
2130
+ //#region src/shells/data-import-wizard.d.ts
2102
2131
  /** Defines the import field shape. */
2103
2132
  interface ImportFieldDef {
2104
- id: string;
2105
- label: string;
2106
- required?: boolean;
2133
+ id: string;
2134
+ label: string;
2135
+ required?: boolean;
2107
2136
  }
2108
2137
  /** Localized labels for the data import wizard component. */
2109
2138
  interface DataImportWizardLabels {
2110
- stepsLabel?: string;
2111
- upload?: string;
2112
- mapColumns?: string;
2113
- preview?: string;
2114
- confirm?: string;
2115
- dropPrompt?: string;
2116
- selectColumn?: string;
2117
- back?: string;
2118
- next?: string;
2119
- import?: string;
2120
- uploadFileAriaLabel?: string;
2121
- previewSummary?: (shown: number, total: number) => string;
2122
- confirmSummary?: (rows: number, mappedFields: number) => string;
2139
+ stepsLabel?: string;
2140
+ upload?: string;
2141
+ mapColumns?: string;
2142
+ preview?: string;
2143
+ confirm?: string;
2144
+ dropPrompt?: string;
2145
+ selectColumn?: string;
2146
+ back?: string;
2147
+ next?: string;
2148
+ import?: string;
2149
+ uploadFileAriaLabel?: string;
2150
+ previewSummary?: (shown: number, total: number) => string;
2151
+ confirmSummary?: (rows: number, mappedFields: number) => string;
2123
2152
  }
2124
2153
  /** Props for the data import wizard component. */
2125
2154
  interface DataImportWizardProps {
2126
- fields: ImportFieldDef[];
2127
- onImport: (mapping: Record<string, string>, data: string[][]) => void;
2128
- acceptedFormats?: string;
2129
- labels?: DataImportWizardLabels;
2130
- className?: string;
2155
+ fields: ImportFieldDef[];
2156
+ onImport: (mapping: Record<string, string>, data: string[][]) => void;
2157
+ acceptedFormats?: string;
2158
+ labels?: DataImportWizardLabels;
2159
+ className?: string;
2131
2160
  }
2132
2161
  /** Renders the data import wizard component. */
2133
- declare function DataImportWizard({ fields, onImport, acceptedFormats, labels: customLabels, className, }: DataImportWizardProps): react_jsx_runtime.JSX.Element;
2134
-
2162
+ declare function DataImportWizard({ fields, onImport, acceptedFormats, labels: customLabels, className }: DataImportWizardProps): React$1.JSX.Element;
2163
+ //#endregion
2164
+ //#region src/shells/mega-menu.d.ts
2135
2165
  /** Defines the mega menu item shape. */
2136
2166
  interface MegaMenuItem {
2137
- label: string;
2138
- href?: string;
2139
- description?: string;
2140
- icon?: react.ReactNode;
2167
+ label: string;
2168
+ href?: string;
2169
+ description?: string;
2170
+ icon?: React$1.ReactNode;
2141
2171
  }
2142
2172
  /** Defines the mega menu section shape. */
2143
2173
  interface MegaMenuSection {
2144
- title: string;
2145
- items: MegaMenuItem[];
2174
+ title: string;
2175
+ items: MegaMenuItem[];
2146
2176
  }
2147
2177
  /** Props for the mega menu component. */
2148
2178
  interface MegaMenuProps {
2149
- menus: MegaMenuSection[];
2150
- columns?: number;
2151
- footer?: react.ReactNode;
2152
- triggerLabel?: string;
2153
- labels?: MegaMenuLabels;
2154
- className?: string;
2179
+ menus: MegaMenuSection[];
2180
+ columns?: number;
2181
+ footer?: React$1.ReactNode;
2182
+ triggerLabel?: string;
2183
+ labels?: MegaMenuLabels;
2184
+ className?: string;
2155
2185
  }
2156
2186
  /** Localized labels for the mega menu component. */
2157
2187
  interface MegaMenuLabels {
2158
- trigger?: string;
2188
+ trigger?: string;
2159
2189
  }
2160
2190
  /** Renders the mega menu component. */
2161
- declare function MegaMenu({ menus, columns, footer, triggerLabel, labels: customLabels, className, }: MegaMenuProps): react_jsx_runtime.JSX.Element | null;
2191
+ declare function MegaMenu({ menus, columns, footer, triggerLabel, labels: customLabels, className }: MegaMenuProps): React$1.JSX.Element | null;
2162
2192
  declare namespace MegaMenu {
2163
- var displayName: string;
2193
+ var displayName: string;
2164
2194
  }
2165
-
2195
+ //#endregion
2196
+ //#region src/shells/chat-sidebar.d.ts
2166
2197
  /** Localized labels for the chat sidebar component. */
2167
2198
  interface ChatSidebarLabels {
2168
- newChat?: string;
2169
- searchPlaceholder?: string;
2170
- emptyTitle?: string;
2171
- emptyDescription?: string;
2199
+ newChat?: string;
2200
+ searchPlaceholder?: string;
2201
+ emptyTitle?: string;
2202
+ emptyDescription?: string;
2172
2203
  }
2173
2204
  /** Props for the chat sidebar component. */
2174
2205
  interface ChatSidebarProps {
2175
- conversations: ChatConversationDef[];
2176
- activeConversationId?: string;
2177
- onConversationSelect?: (conversation: ChatConversationDef) => void;
2178
- onNewChat?: () => void;
2179
- onSearch?: (query: string) => void;
2180
- labels?: ChatSidebarLabels;
2181
- className?: string;
2206
+ conversations: ChatConversationDef[];
2207
+ activeConversationId?: string;
2208
+ onConversationSelect?: (conversation: ChatConversationDef) => void;
2209
+ onNewChat?: () => void;
2210
+ onSearch?: (query: string) => void;
2211
+ labels?: ChatSidebarLabels;
2212
+ className?: string;
2182
2213
  }
2183
2214
  /** Renders the chat sidebar component. */
2184
- declare function ChatSidebar({ conversations, activeConversationId, onConversationSelect, onNewChat, onSearch, labels: customLabels, className, }: ChatSidebarProps): react_jsx_runtime.JSX.Element;
2215
+ declare function ChatSidebar({ conversations, activeConversationId, onConversationSelect, onNewChat, onSearch, labels: customLabels, className }: ChatSidebarProps): import("react").JSX.Element;
2185
2216
  declare namespace ChatSidebar {
2186
- var displayName: string;
2217
+ var displayName: string;
2187
2218
  }
2188
-
2219
+ //#endregion
2220
+ //#region src/shells/chat-input.d.ts
2189
2221
  /** Localized labels for the chat input component. */
2190
2222
  interface ChatInputLabels {
2191
- placeholder?: string;
2192
- send?: string;
2193
- attach?: string;
2194
- hint?: string;
2195
- modelLabel?: string;
2196
- styleLabel?: string;
2197
- shiftKey?: string;
2198
- enterKey?: string;
2223
+ placeholder?: string;
2224
+ send?: string;
2225
+ attach?: string;
2226
+ hint?: string;
2227
+ modelLabel?: string;
2228
+ styleLabel?: string;
2229
+ shiftKey?: string;
2230
+ enterKey?: string;
2199
2231
  }
2200
2232
  /** Props for the chat input component. */
2201
2233
  interface ChatInputProps {
2202
- value?: string;
2203
- defaultValue?: string;
2204
- onChange?: (value: string) => void;
2205
- onSend?: (message: string) => void;
2206
- onFileAttach?: () => void;
2207
- models?: ChatModelDef[];
2208
- selectedModel?: string;
2209
- onModelChange?: (modelId: string) => void;
2210
- stylePresets?: ChatStylePresetDef[];
2211
- selectedStyle?: string;
2212
- onStyleChange?: (styleId: string) => void;
2213
- disabled?: boolean;
2214
- maxRows?: number;
2215
- showHint?: boolean;
2216
- labels?: ChatInputLabels;
2217
- className?: string;
2234
+ value?: string;
2235
+ defaultValue?: string;
2236
+ onChange?: (value: string) => void;
2237
+ onSend?: (message: string) => void;
2238
+ onFileAttach?: () => void;
2239
+ models?: ChatModelDef[];
2240
+ selectedModel?: string;
2241
+ onModelChange?: (modelId: string) => void;
2242
+ stylePresets?: ChatStylePresetDef[];
2243
+ selectedStyle?: string;
2244
+ onStyleChange?: (styleId: string) => void;
2245
+ disabled?: boolean;
2246
+ maxRows?: number;
2247
+ showHint?: boolean;
2248
+ labels?: ChatInputLabels;
2249
+ className?: string;
2218
2250
  }
2219
2251
  /** Renders the chat input component. */
2220
- declare function ChatInput({ value: controlledValue, defaultValue, onChange, onSend, onFileAttach, models, selectedModel, onModelChange, stylePresets, selectedStyle, onStyleChange, disabled, maxRows, showHint, labels: customLabels, className, }: ChatInputProps): react_jsx_runtime.JSX.Element;
2252
+ declare function ChatInput({ value: controlledValue, defaultValue, onChange, onSend, onFileAttach, models, selectedModel, onModelChange, stylePresets, selectedStyle, onStyleChange, disabled, maxRows, showHint, labels: customLabels, className }: ChatInputProps): import("react").JSX.Element;
2221
2253
  declare namespace ChatInput {
2222
- var displayName: string;
2254
+ var displayName: string;
2223
2255
  }
2224
-
2256
+ //#endregion
2257
+ //#region src/shells/chat-message-list.d.ts
2225
2258
  /** Localized labels for the chat message list component. */
2226
2259
  interface ChatMessageListLabels {
2227
- emptyTitle?: string;
2228
- emptyDescription?: string;
2229
- userLabel?: string;
2230
- assistantLabel?: string;
2231
- typingLabel?: string;
2260
+ emptyTitle?: string;
2261
+ emptyDescription?: string;
2262
+ userLabel?: string;
2263
+ assistantLabel?: string;
2264
+ typingLabel?: string;
2232
2265
  }
2233
2266
  /** Props for the chat message list component. */
2234
2267
  interface ChatMessageListProps {
2235
- messages: ChatMessageDef[];
2236
- loading?: boolean;
2237
- renderContent?: (message: ChatMessageDef) => ReactNode;
2238
- assistantAvatar?: string;
2239
- userName?: string;
2240
- showTimestamps?: boolean;
2241
- autoScroll?: boolean;
2242
- labels?: ChatMessageListLabels;
2243
- className?: string;
2268
+ messages: ChatMessageDef[];
2269
+ loading?: boolean;
2270
+ renderContent?: (message: ChatMessageDef) => ReactNode;
2271
+ assistantAvatar?: string;
2272
+ userName?: string;
2273
+ showTimestamps?: boolean;
2274
+ autoScroll?: boolean;
2275
+ labels?: ChatMessageListLabels;
2276
+ className?: string;
2244
2277
  }
2245
2278
  /** Renders the chat message list component. */
2246
- declare function ChatMessageList({ messages, loading, renderContent, assistantAvatar, userName, showTimestamps, autoScroll, labels: customLabels, className, }: ChatMessageListProps): react_jsx_runtime.JSX.Element;
2279
+ declare function ChatMessageList({ messages, loading, renderContent, assistantAvatar, userName, showTimestamps, autoScroll, labels: customLabels, className }: ChatMessageListProps): import("react").JSX.Element;
2247
2280
  declare namespace ChatMessageList {
2248
- var displayName: string;
2281
+ var displayName: string;
2249
2282
  }
2250
-
2283
+ //#endregion
2284
+ //#region src/utils/route-focus-manager.d.ts
2251
2285
  /**
2252
2286
  * 페이지 전환 시 새 콘텐츠의 h1으로 포커스를 이동한다.
2253
2287
  * 포커스가 body로 빠지는 것을 방지하고,
2254
2288
  * 스크린 리더가 새 페이지 제목을 즉시 읽어줄 수 있게 한다.
2255
2289
  */
2256
2290
  declare function RouteFocusManager(): null;
2257
-
2291
+ //#endregion
2292
+ //#region src/devtools/design-guide-panel.d.ts
2258
2293
  /** Props for the design guide panel component. */
2259
2294
  interface DesignGuidePanelProps {
2260
- className?: string;
2295
+ className?: string;
2261
2296
  }
2262
2297
  /** Renders the design guide panel component. */
2263
- declare function DesignGuidePanel({ className }: DesignGuidePanelProps): react_jsx_runtime.JSX.Element;
2264
-
2298
+ declare function DesignGuidePanel({ className }: DesignGuidePanelProps): import("react").JSX.Element;
2299
+ //#endregion
2300
+ //#region src/lib/cn.d.ts
2265
2301
  /** Handles cn. */
2266
2302
  declare function cn(...inputs: ClassValue[]): string;
2267
-
2303
+ //#endregion
2304
+ //#region src/lib/styles.d.ts
2268
2305
  declare const OPT_TEXT_PRIMARY = "text-text-primary";
2269
2306
  declare const OPT_TEXT_SECONDARY = "text-text-secondary";
2270
-
2307
+ //#endregion
2308
+ //#region src/lib/use-input-id.d.ts
2271
2309
  /**
2272
2310
  * Generates a stable component ID from label text.
2273
2311
  * Eliminates the duplicated `id ?? label?.replace(...)` pattern across input components.
2274
2312
  */
2275
2313
  declare function useInputId(id: string | undefined, label: string | undefined, prefix: string): string | undefined;
2276
-
2314
+ //#endregion
2315
+ //#region src/lib/use-controlled-state.d.ts
2277
2316
  /**
2278
2317
  * Manages controlled/uncontrolled state for input components.
2279
2318
  * When `controlledValue` is provided, acts as controlled; otherwise uses internal state.
2280
2319
  */
2281
2320
  declare function useControlledState<T>(defaultValue: T, controlledValue: T | undefined, onChange: ((value: T) => void) | undefined): [T, (value: T) => void];
2282
-
2321
+ //#endregion
2322
+ //#region src/lib/formatters.d.ts
2283
2323
  type OptDateInput = string | number | Date;
2284
2324
  /** Formats a date as Korean short date text in the opt-ui default timezone. */
2285
2325
  declare function formatOptShortDate(input: OptDateInput): string;
@@ -2289,7 +2329,8 @@ declare function formatOptTime(input: OptDateInput): string;
2289
2329
  declare function formatOptDateTime(input: OptDateInput): string;
2290
2330
  /** Formats numbers without depending on the runtime default locale. */
2291
2331
  declare function formatOptNumber(value: number): string;
2292
-
2332
+ //#endregion
2333
+ //#region src/lib/spatial-nav.d.ts
2293
2334
  /** Type definition for direction. */
2294
2335
  type Direction = "up" | "down" | "left" | "right";
2295
2336
  /** Handles should skip arrow. */
@@ -2298,23 +2339,24 @@ declare function shouldSkipArrow(el: HTMLElement, dir: Direction): boolean;
2298
2339
  declare function getTrappedContextRole(el: HTMLElement): string | null;
2299
2340
  /** Defines the spatial target shape. */
2300
2341
  interface SpatialTarget {
2301
- direction: Direction;
2302
- element: HTMLElement;
2303
- score: number;
2342
+ direction: Direction;
2343
+ element: HTMLElement;
2344
+ score: number;
2304
2345
  }
2305
2346
  /** Handles compute spatial targets. */
2306
2347
  declare function computeSpatialTargets(current: HTMLElement): SpatialTarget[];
2307
2348
  /** Defines the spatial nav decision detail shape. */
2308
2349
  interface SpatialNavDecisionDetail {
2309
- direction: Direction;
2310
- result: "moved" | "skipped";
2311
- reason?: "defaultPrevented" | "input-protection" | "trapped-context" | "no-candidate";
2312
- context?: string;
2313
- target?: HTMLElement;
2350
+ direction: Direction;
2351
+ result: "moved" | "skipped";
2352
+ reason?: "defaultPrevented" | "input-protection" | "trapped-context" | "no-candidate";
2353
+ context?: string;
2354
+ target?: HTMLElement;
2314
2355
  }
2315
2356
  /** Renders the spatial nav provider component. */
2316
2357
  declare function SpatialNavProvider(): null;
2317
-
2358
+ //#endregion
2359
+ //#region src/i18n/ko.d.ts
2318
2360
  /**
2319
2361
  * opt-ui Korean default labels.
2320
2362
  *
@@ -2324,32 +2366,103 @@ declare function SpatialNavProvider(): null;
2324
2366
  * props or wrapped with a labels provider.
2325
2367
  */
2326
2368
  declare const koComboboxLabels: {
2327
- readonly empty: "결과가 없습니다.";
2369
+ readonly empty: "결과가 없습니다.";
2328
2370
  };
2329
2371
  declare const koStarRatingLabels: {
2330
- /** {value}/{max}점 — readonly fallback aria-label */
2331
- readonly readonlyAriaLabel: "{value}/{max}점";
2332
- /** rating group aria-label */
2333
- readonly groupAriaLabel: "별점";
2334
- /** {star}점 — individual star aria-label */
2335
- readonly starAriaLabel: "{star}점";
2372
+ /** {value}/{max}점 — readonly fallback aria-label */
2373
+ readonly readonlyAriaLabel: "{value}/{max}점";
2374
+ /** rating group aria-label */
2375
+ readonly groupAriaLabel: "별점";
2376
+ /** {star}점 — individual star aria-label */
2377
+ readonly starAriaLabel: "{star}점";
2336
2378
  };
2337
2379
  declare const koBreadcrumbLabels: {
2338
- /** {label}(으)로 이동 */
2339
- readonly navAriaLabel: "{label}(으)로 이동";
2380
+ /** {label}(으)로 이동 */
2381
+ readonly navAriaLabel: "{label}(으)로 이동";
2340
2382
  };
2341
-
2383
+ //#endregion
2384
+ //#region src/i18n/en.d.ts
2342
2385
  /** opt-ui English label catalog (opt-in alternative to `koLabels`). */
2343
2386
  declare const enComboboxLabels: {
2344
- readonly empty: "No results.";
2387
+ readonly empty: "No results.";
2345
2388
  };
2346
2389
  declare const enStarRatingLabels: {
2347
- readonly readonlyAriaLabel: "{value} out of {max} stars";
2348
- readonly groupAriaLabel: "Rating";
2349
- readonly starAriaLabel: "{star} stars";
2390
+ readonly readonlyAriaLabel: "{value} out of {max} stars";
2391
+ readonly groupAriaLabel: "Rating";
2392
+ readonly starAriaLabel: "{star} stars";
2350
2393
  };
2351
2394
  declare const enBreadcrumbLabels: {
2352
- readonly navAriaLabel: "Go to {label}";
2395
+ readonly navAriaLabel: "Go to {label}";
2353
2396
  };
2354
-
2355
- export { ALL_COMPOUND_THEMES, ActivityDef, ActivityFeed, type ActivityFeedLabels, type ActivityFeedProps, AlertBuilder, type AlertBuilderProps, type AlertCondition, type AlertConfig, AppShell, type AppShellProps, AsyncCombobox, type AsyncComboboxLabels, type AsyncComboboxProps, type AuditChange, type AuditEntry, AuditLog, type AuditLogLabels, type AuditLogProps, AuditTimeline, type AuditEntry$1 as AuditTimelineEntry, type AuditTimelineLabels, type AuditTimelineProps, AuthForm, type AuthFormLabels, type AuthFormProps, type BulkActionDef, BulkActions, type BulkActionsLabels, type BulkActionsProps, COLOR_PRESETS, type CanonicalThemeOverrides, type CanonicalThemeTokenMap, type ChartTypeDef, ChatConversationDef, ChatInput, type ChatInputLabels, type ChatInputProps, ChatMessageDef, ChatMessageList, type ChatMessageListLabels, type ChatMessageListProps, ChatModelDef, ChatSidebar, type ChatSidebarLabels, type ChatSidebarProps, ChatStylePresetDef, CodeDiffViewer, type CodeDiffViewerProps, type CodeSnippetSyntaxTheme, CodeSnippetViewer, type CodeSnippetViewerProps, ColumnToggler, type ColumnTogglerColumn, type ColumnTogglerProps, Command, CommandDialog, type CommandDialogProps, CommandEmpty, CommandGroup, CommandInput, type CommandInputProps, CommandItem, CommandList, CommandSeparator, CommandShortcut, type ComparisonOption, ComparisonSelector, type ComparisonSelectorLabels, type ComparisonSelectorProps, type CompoundTheme, ConfirmDialog, type ConfirmDialogProps, ConnectionIndicator, type ConnectionIndicatorProps, type ConnectionStatus, DataImportWizard, type DataImportWizardLabels, type DataImportWizardProps, type DataSourceDef, DateRange, type DescriptorThemeSpec, DesignGuidePanel, type DesignGuidePanelProps, type DetectionConfig, type DetectionTypeDef, type Direction, DynamicFieldForm, type DynamicFieldFormLabels, type DynamicFieldFormProps, ErrorBoundary, type ErrorBoundaryProps, EventIcon, type EventIconProps, type EventMeta, EventMetaEditor, type EventMetaEditorProps, ExportButton, type ExportButtonLabels, type ExportButtonProps, ExportColumn, ExportFormat, FORCE_LIGHT_PRESETS, FORCE_LIGHT_PRESET_IDS, type FeatureFlag, FeatureFlagPanel, type FeatureFlagPanelProps, FileUploadForm, type FileUploadFormLabels, type FileUploadFormProps, FilterBar, type FilterBarLabels, type FilterBarProps, FilterGroupDef, type FilterPreset, type FloatingAction, FloatingActionBar, type FloatingActionBarProps, FormFieldDef, GENERATED_THEME_ID_DEFAULT, GLOBAL_THEME_STYLE_ID, type GeneratedThemeSpec, type GeneratedTokens, IconDef, type ImportFieldDef, type InlineEditColumnDef, InlineEditTable, type InlineEditTableProps, type InsightItem, type InsightSeverity, InsightsPanel, type InsightsPanelLabels, type InsightsPanelProps, type InsightsStat, KanbanBoard, type KanbanBoardProps, type KanbanColumn, LoadingOverlay, type LoadingOverlayProps, MegaMenu, type MegaMenuItem, type MegaMenuProps, type MegaMenuSection, NotificationCenter, type NotificationCenterProps, type NotificationItem, OPT_TEXT_PRIMARY, OPT_TEXT_SECONDARY, type OptThemeController, OptThemeControllerContext, OptThemeProvider, type OptThemeProviderProps, POPULAR_ICONS, PageAside, type PageAsideProps, type PresetThemeSpec, PromptTemplate, type PromptTemplateLabels, type PromptTemplateProps, type PromptVariable, type PropertyDef, PropertyExplorer, type PropertyExplorerProps, type PropertyGroup, QueryResultsTable, type QueryResultsTableProps, QuickActionDef, QuickActions, type QuickActionsLabels, type QuickActionsProps, ReportBuilder, type ReportBuilderChartType, type ReportBuilderLabels, type ReportBuilderProps, type ReportBuilderStep, type ResolvedThemeSpec, RichTextEditor, type RichTextEditorProps, RouteFocusManager, SavedFilters, type SavedFiltersProps, type SchemaLike, SegmentBuilder, type SegmentBuilderProps, type SegmentCondition, type SegmentConditionType, type SegmentGroup, Sidebar, type SidebarProps, type SpatialNavDecisionDetail, SpatialNavProvider, type SpatialTarget, SqlEditor, type SqlEditorProps, StatCard as StatCardType, type StoredTokenCache, SummaryRow, type SummaryRowProps, THEME_PRESET_IDS, THEME_REGISTRY, THEME_SPEC_STORAGE_KEY, THEME_TOKENS_STORAGE_KEY, TabDef, TaskDef, TaskList, type TaskListLabels, type TaskListProps, TeamMemberDef, TeamMemberList, type TeamMemberListLabels, type TeamMemberListProps, type TemplateDef, TemplatePicker, type TemplatePickerProps, type ThemeDescriptor, type ThemeMode, type ThemeOverrides, type ThemePreset, type ThemePresetId, type ThemeRuntimeOptions, type ThemeSpec, type ThemeStackEntry, ThemeSwitcher, type ThemeSwitcherLabels, type ThemeSwitcherProps, type TimePresetDef, TimeRangeSelector, type TimeRangeSelectorLabels, type TimeRangeSelectorProps, type TreeColumnDef, type TreeNode, TreeTable, type TreeTableProps, VerticalTabs, type VerticalTabsProps, WebhookConfig, type WebhookConfigProps, type WebhookDef, type WidgetDef, WidgetGrid, type WidgetGridProps, WizardForm, type WizardFormLabels, type WizardFormProps, type WizardStepDef, buildTokenCache, cn, coerceThemeMode, computeGeneratedTokens, computeSpatialTargets, createThemeBootScript, defineThemeOverrides, enBreadcrumbLabels, enComboboxLabels, enStarRatingLabels, formatOptDateTime, formatOptNumber, formatOptShortDate, formatOptTime, generatedTheme, getCompoundIdForSpec, getCompoundTheme, getThemeDescriptor, getTrappedContextRole, isDescriptorSpec, isForceLightSpec, isGeneratedSpec, isPresetSpec, isThemePresetId, koBreadcrumbLabels, koComboboxLabels, koStarRatingLabels, presetTheme, readStoredTheme, resolveDescriptor, resolveThemeMode, safeParseStoredSpec, safeParseStoredTokens, schemaValidator, serializeGeneratedTheme, serializeThemeRule, serializeTokenBody, shouldSkipArrow, useControlledState, useInputId, useOptTheme, useOptThemeController, useOptionalOptTheme, useSidebar };
2397
+ //#endregion
2398
+ //#region src/lib/use-auto-refresh.d.ts
2399
+ /** Configuration for {@link useAutoRefresh}. */
2400
+ interface AutoRefreshOptions {
2401
+ /** Milliseconds between runs. `0` disables the timer. */
2402
+ interval: number;
2403
+ paused?: boolean;
2404
+ /** Called on each tick. If it returns a promise, the next wait starts after it settles. */
2405
+ onRefresh?: () => void | Promise<unknown>;
2406
+ }
2407
+ /**
2408
+ * A refresh timer that waits for its own work.
2409
+ *
2410
+ * A plain `setInterval` fires on a schedule regardless of whether the previous
2411
+ * query came back, so a five-second interval over a seven-second query stacks
2412
+ * requests until something gives. Chaining the next wait onto the settled
2413
+ * promise keeps exactly one refresh in flight, and a rejection stops the loop
2414
+ * instead of hammering an endpoint that is already failing.
2415
+ */
2416
+ declare function useAutoRefresh({ interval, paused, onRefresh }: AutoRefreshOptions): void;
2417
+ //#endregion
2418
+ //#region src/lib/query/query-parse.d.ts
2419
+ /** A part of the input that could not be read as intended. */
2420
+ interface QueryDiagnostic {
2421
+ /** Character offset into the original string. */
2422
+ at: number;
2423
+ text: string;
2424
+ message: string;
2425
+ }
2426
+ interface ParsedQuery {
2427
+ query: Query;
2428
+ diagnostics: QueryDiagnostic[];
2429
+ /** The final clause is still being typed — the caller can complete it. */
2430
+ trailing: {
2431
+ field: string;
2432
+ operator: QueryOperator;
2433
+ value: string;
2434
+ } | null;
2435
+ }
2436
+ /** Parse, keeping whatever could not be understood as a plain term. */
2437
+ declare function parseQueryWithDiagnostics(input: string): ParsedQuery;
2438
+ /** Parse, discarding diagnostics. */
2439
+ declare function parseQuery(input: string): Query;
2440
+ //#endregion
2441
+ //#region src/lib/query/query-format.d.ts
2442
+ /** Quote a value that would otherwise re-parse as something else. */
2443
+ declare function quoteValue(value: string): string;
2444
+ /** One clause as text. */
2445
+ declare function formatClause(clause: QueryClause): string;
2446
+ /** The whole query as text. */
2447
+ declare function formatQuery(query: Query): string;
2448
+ /** A short human label for a clause chip. */
2449
+ declare function describeClause(clause: QueryClause): string;
2450
+ //#endregion
2451
+ //#region src/lib/query/query-match.d.ts
2452
+ /** How a row exposes its values. Missing fields return `undefined`. */
2453
+ type FieldReader = (field: string) => unknown;
2454
+ /**
2455
+ * Whether one row satisfies every clause.
2456
+ *
2457
+ * `searchable` is lazy because most queries are field constraints, and
2458
+ * flattening a row to text for a term match nobody asked for is the expensive
2459
+ * part of filtering a live tail.
2460
+ */
2461
+ declare function matchesQuery(query: Query, read: FieldReader, searchable: () => string): boolean;
2462
+ /** Convenience for plain objects, including one level of nested properties. */
2463
+ declare function matchesQueryObject(query: Query, row: Record<string, unknown>, options?: {
2464
+ nested?: string;
2465
+ }): boolean;
2466
+ //#endregion
2467
+ export { ALL_COMPOUND_THEMES, AccordionContent, type PrimAccordionContentProps as AccordionContentProps, AccordionItem, type PrimAccordionItemProps as AccordionItemProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type PrimAccordionTriggerProps as AccordionTriggerProps, type ActivityDef, ActivityFeed, type ActivityFeedLabels, type ActivityFeedProps, Alert, AlertBuilder, type AlertBuilderProps, type AlertCondition, type AlertConfig, AlertDialogPanel, type AlertDialogPanelProps, type AlertProps, AppMenubar, type AppMenubarProps, AppShell, type AppShellProps, AsyncCombobox, type AsyncComboboxLabels, type AsyncComboboxProps, type AuditChange, type AuditEntry, AuditLog, type AuditLogLabels, type AuditLogProps, AuditTimeline, type AuditEntry$1 as AuditTimelineEntry, type AuditTimelineLabels, type AuditTimelineProps, AuthForm, type AuthFormLabels, type AuthFormProps, type AutoRefreshOptions, Avatar, AvatarGroup, type AvatarGroupProps, type AvatarProps, Badge, type BadgeProps, type BlockBaseProps, type BlockBaseProps as SurfaceBaseProps, BlockLayout, BlockLayout as SurfaceLayout, type BlockLayoutProps, type BlockLayoutProps as SurfaceLayoutProps, type BranchDef, BranchSelect, type BranchSelectProps, Breadcrumb, type BreadcrumbItem, type BreadcrumbProps, type BulkActionDef, BulkActions, type BulkActionsLabels, type BulkActionsProps, Button, type ButtonProps, COLOR_PRESETS, type CanonicalThemeOverrides, type CanonicalThemeTokenMap, Card, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, CardTitle, type CardTitleProps, type ChartConfig, type ChartDataPoint, type ChartMargin, type ChartSeriesDef, type ChartTypeDef, type ChatConversationDef, ChatInput, type ChatInputLabels, type ChatInputProps, type ChatMessageDef, ChatMessageList, type ChatMessageListLabels, type ChatMessageListProps, type ChatModelDef, ChatSidebar, type ChatSidebarLabels, type ChatSidebarProps, type ChatStylePresetDef, Checkbox, CheckboxGroup, type CheckboxGroupProps, type CheckboxProps, CircularProgress, type CircularProgressProps, CodeDiffViewer, type CodeDiffViewerProps, type CodeSnippetSyntaxTheme, CodeSnippetViewer, type CodeSnippetViewerProps, ColorPicker, type ColorPickerProps, type ColumnDef, ColumnToggler, type ColumnTogglerColumn, type ColumnTogglerProps, ComboboxEmpty, ComboboxGroup, ComboboxGroupLabel, ComboboxInput, ComboboxItem, ComboboxPopover, ComboboxRoot, Command, type CommandDef, CommandDialog, type CommandDialogProps, CommandEmpty, CommandGroup, CommandInput, type CommandInputProps, CommandItem, CommandList, CommandPalette, type CommandPaletteProps, CommandPaletteTrigger, type CommandPaletteTriggerProps, CommandSeparator, CommandShortcut, type ComparisonMode, type ComparisonOption, ComparisonSelector, type ComparisonSelectorLabels, type ComparisonSelectorProps, Composite, CompositeItem, CompositeProvider, CompositeRow, CompositeZone, type CompoundTheme, ConditionBuilder, type ConditionBuilderProps, type ConditionDef, type ConditionGroup, type ConditionOperator, type ConditionTypeRenderer, ConfirmDialog, type ConfirmDialogProps, ConnectionIndicator, type ConnectionIndicatorProps, type ConnectionStatus, type ConnectionTone, Container, type ContainerProps, ContentTabs, type ContentTabsProps, DEFAULT_PRESETS, DEFAULT_TIME_PRESETS, DashboardGrid, type DashboardGridProps, DataImportWizard, type DataImportWizardLabels, type DataImportWizardProps, type DataSourceDef, DataTable, type DataTableProps, type DateGranularity, type DateRange, DateRangePicker, type DateRangePickerProps, type DateRangePreset, type DeploymentStep, DeploymentTimeline, type DeploymentTimelineProps, type DescriptorThemeSpec, DesignGuidePanel, type DesignGuidePanelProps, type DetectionConfig, type DetectionTypeDef, DialogBody, type DialogBodyProps, DialogDescription, DialogDisclosure, DialogDismiss, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogHeading, DialogPanel, DialogRoot, type DialogSize, type Direction, DisclosureContent, DisclosureRoot, DisclosureTrigger, type DomainDef, DomainTable, type DomainTableProps, DrawerClose, DrawerPanel, type DrawerPanelProps, DrawerRoot, type DrawerSide, type DrawerSize, DropdownContent, DropdownItem, DropdownMenu, DropdownSeparator, DropdownTrigger, DynamicFieldForm, type DynamicFieldFormLabels, type DynamicFieldFormProps, EMPTY_QUERY, EditorToolbar, type EditorToolbarProps, EmptyState, type EmptyStateAction, type EmptyStateProps, type EnvGroupDef, EnvPanel, type EnvPanelProps, type EnvVarDef, ErrorBoundary, type ErrorBoundaryProps, EventIcon, type EventIconProps, type EventMeta, EventMetaEditor, type EventMetaEditorProps, EventSparkline, type EventSparklineLabels, type EventSparklineProps, ExportButton, type ExportButtonLabels, type ExportButtonProps, type ExportColumn, type ExportFormat, FORCE_LIGHT_PRESETS, FORCE_LIGHT_PRESET_IDS, type FailureItem, FailureList, type FailureListLabels, type FailureListProps, FaqAccordion, type FaqAccordionProps, type FaqItem, type FeatureFlag, FeatureFlagPanel, type FeatureFlagPanelProps, type FieldReader, FieldSidebar, type FieldSidebarLabels, type FieldSidebarProps, type FieldSummary, type FieldValueCount, FileUploadForm, type FileUploadFormLabels, type FileUploadFormProps, FilterBar, type FilterBarLabels, type FilterBarProps, type FilterGroupDef, type FilterOption, type FilterPreset, type FloatingAction, FloatingActionBar, type FloatingActionBarProps, FormCheckbox, FormColorPicker, type FormColorPickerProps, FormControl, FormDateRangePicker, type FormDateRangePickerProps, FormDescription, FormError, type FormErrors, FormField, type FormFieldDef, FormGroup, FormGroupLabel, FormIconPicker, type FormIconPickerProps, FormInput, FormLabel, FormNumberInput, type FormNumberInputProps, FormProvider, FormPush, FormRadio, FormRadioGroup, FormRemove, FormReset, FormRoot, FormSelect, FormSelectItem, FormSelectPopover, type FormSelectProps, FormSlider, type FormSliderProps, FormStarRating, type FormStarRatingProps, type FormStoreInstance, type FormStoreOptions, FormSubmit, FormSwitch, type FormSwitchProps, FormTagInput, type FormTagInputProps, FormTextarea, type FormTextareaProps, GENERATED_THEME_ID_DEFAULT, GLOBAL_THEME_STYLE_ID, type GeneratedThemeSpec, type GeneratedTokens, Heading, type HeadingLevel, type HeadingProps, type HeadingRole, type IconDef, IconPicker, type IconPickerProps, type ImportFieldDef, type InlineEditColumnDef, InlineEditTable, type InlineEditTableProps, Input, type InputProps, type InsightItem, type InsightSeverity, InsightsPanel, type InsightsPanelLabels, type InsightsPanelProps, type InsightsStat, KanbanBoard, type KanbanBoardProps, type KanbanColumn, Kbd, type KbdProps, KeyValueEditor, type KeyValueEditorLabels, type KeyValueEditorProps, type KeyValueEntry, LoadingOverlay, type LoadingOverlayProps, type LogCellAction, type LogColumn, type LogColumnPriority, type LogDensity, type LogSort, LogTable, type LogTableHandle, type LogTableLabels, type LogTableProps, Logo, type LogoProps, MegaMenu, type MegaMenuItem, type MegaMenuProps, type MegaMenuSection, MenuButtonArrow, type MenuDef, MenuItem, MenuItemCheckbox, type MenuItemDef, MenuItemRadio, MenuPopover, MenuRoot, MenuSeparator, MenuTrigger, MenubarContainer, MenubarRoot, Meter, type MeterProps, MetricsCard, type MetricsCardProps, type NavItem, type NavItemDef, NotificationCenter, type NotificationCenterProps, type NotificationItem, NotificationToast, NumberInput, type NumberInputProps, OPT_TEXT_PRIMARY, OPT_TEXT_SECONDARY, type OptThemeController, OptThemeControllerContext, OptThemeProvider, type OptThemeProviderProps, OtpField, type OtpFieldProps, POPULAR_ICONS, PageAside, type PageAsideProps, PageHeader, type PageHeaderProps, Pagination, type PaginationProps, type ParsedQuery, PopoverClose, PopoverContent, type PopoverContentProps, PopoverRoot, PopoverTrigger, type PresetThemeSpec, Progress, type ProgressProps, type ProjectDef, ProjectSwitcher, type ProjectSwitcherProps, PromptTemplate, type PromptTemplateLabels, type PromptTemplateProps, type PromptVariable, type PropertyDef, PropertyExplorer, type PropertyExplorerProps, type PropertyGroup, type Query, QueryBar, type QueryBarLabels, type QueryBarProps, type QueryCellAction, type QueryClause, type QueryDiagnostic, type QueryField, type QueryFieldClause, type QueryOperator, QueryResultsTable, type QueryResultsTableProps, type QueryTermClause, type QuickActionDef, QuickActions, type QuickActionsLabels, type QuickActionsProps, Radio, RadioGroup, type RadioGroupProps, type RadioProps, type RefreshSetting, ReportBuilder, type ReportBuilderChartType, type ReportBuilderLabels, type ReportBuilderProps, type ReportBuilderStep, ReportWidget, type ReportWidgetConfig, type ReportWidgetLabels, type ReportWidgetProps, type ReportWidgetType, ResizableHandle, type ResizableHandleProps, ResizablePanel, ResizablePanelGroup, type GroupImperativeHandle as ResizablePanelGroupHandle, type ResizablePanelGroupProps, type PanelImperativeHandle as ResizablePanelHandle, type Layout as ResizablePanelLayout, type ResizablePanelProps, type PanelSize as ResizablePanelSize, type ResolvedThemeSpec, RichTextEditor, type RichTextEditorProps, RouteFocusManager, SHADER_OVERLAY_PARAM_KEYS, SHADER_PARAM_FALLBACK, SHADER_PARAM_KEYS, SHADER_PRESETS, SHADER_PRESET_IDS, SavedFilters, type SavedFiltersProps, type SchemaLike, ScrollArea, type ScrollAreaProps, SearchCombobox, type SearchComboboxProps, Section, type SectionProps, SegmentBuilder, type SegmentBuilderProps, type SegmentCondition, type SegmentConditionType, type SegmentGroup, SelectItem, SelectLabel, type SelectOption, SelectPopover, SelectRoot, SelectTrigger, Separator, type SeparatorProps, SettingsForm, type SettingsFormProps, type ShaderParamKey, type ShaderParamSpec, type ShaderPreset, type ShaderPresetCategory, type ShaderPresetId, ShaderSurface, type ShaderSurfaceHandle, type ShaderSurfaceProps, Sidebar, SidebarNav, type SidebarNavProps, type SidebarProps, Skeleton, SkeletonAvatar, SkeletonCard, type SkeletonProps, SkeletonTable, SkeletonText, Slider, type SliderProps, type SpatialNavDecisionDetail, SpatialNavProvider, type SpatialTarget, Spinner, type SpinnerProps, SqlEditor, type SqlEditorCompletionSource, type SqlEditorExtension, type SqlEditorKeyBinding, type SqlEditorLabels, type SqlEditorProps, type SqlEditorSchema, StarRating, type StarRatingProps, StatCard, type StatCardProps, type StatCard$1 as StatCardType, StatusSelect, type StatusSelectProps, StepBuilder, type StepBuilderProps, type StepDef, type StoredTokenCache, SummaryRow, type SummaryRowProps, Switch, type SwitchProps, THEME_PRESET_IDS, THEME_REGISTRY, THEME_SPEC_STORAGE_KEY, THEME_TOKENS_STORAGE_KEY, Tab, type TabDef, TabList, type TabListProps, TabPanel, type TabPanelProps, type TabProps, type TabStatus, type TableColumn, TabsRoot, type TabsRootProps, type TabsVariant, TagInput, type TagInputProps, type TaskDef, TaskList, type TaskListLabels, type TaskListProps, type TeamMemberDef, TeamMemberList, type TeamMemberListLabels, type TeamMemberListProps, type TemplateDef, TemplatePicker, type TemplatePickerProps, Text, type TextElement, type TextProps, type TextRole, type TextTone, Textarea, type TextareaProps, type ThemeDescriptor, type ThemeMode, type ThemeOverrides, type ThemePreset, type ThemePresetId, type ThemeRuntimeOptions, type ThemeSpec, type ThemeStackEntry, ThemeSwitcher, type ThemeSwitcherLabels, type ThemeSwitcherProps, type TimePreset, type TimePresetDef, TimeRangeControl, type TimeRangeControlLabels, type TimeRangeControlProps, type TimeRangePreset, TimeRangeSelector, type TimeRangeSelectorLabels, type TimeRangeSelectorProps, TimeSeriesPanel, type TimeSeriesPanelLabels, type TimeSeriesPanelProps, type ToastAction, type ToastContextValue, type ToastMessage, type ToastOptions, ToastProvider, type ToastProviderProps, type ToastVariant, Toggle, ToggleGroup, type ToggleGroupProps, type ToggleProps, ToolbarButton, type ToolbarButtonDef, ToolbarContainer, ToolbarRoot, ToolbarSeparator, Tooltip, TooltipAnchor, TooltipProvider, type TreeColumnDef, type TreeNode, TreeTable, type TreeTableProps, TrendChart, type TrendChartProps, type ValidateOn, VerticalTabs, type VerticalTabsProps, VirtualList, type VirtualListProps, WebhookConfig, type WebhookConfigProps, type WebhookDef, type WidgetDef, WidgetGrid, type WidgetGridProps, WizardForm, type WizardFormLabels, type WizardFormProps, type WizardStepDef, WorkflowCanvas, type WorkflowCanvasConnection, type WorkflowCanvasProps, type WorkflowCanvasStep, addClause, applyCellAction, buildTokenCache, cn, coerceThemeMode, computeGeneratedTokens, computeSpatialTargets, createBlock, createBlock as createSurface, createThemeBootScript, defineThemeOverrides, describeClause, enBreadcrumbLabels, enComboboxLabels, enStarRatingLabels, fieldValues, formatClause, formatOptDateTime, formatOptNumber, formatOptShortDate, formatOptTime, formatQuery, generatedTheme, getCompoundIdForSpec, getCompoundTheme, getShaderFragment, getShaderPreset, getThemeDescriptor, getTrappedContextRole, isDescriptorSpec, isEmptyQuery, isForceLightSpec, isGeneratedSpec, isPresetSpec, isThemePresetId, koBreadcrumbLabels, koComboboxLabels, koStarRatingLabels, matchesQuery, matchesQueryObject, parseQuery, parseQueryWithDiagnostics, presetTheme, queryFields, quoteValue, readStoredTheme, removeClause, resolveDescriptor, resolveThemeMode, safeParseStoredSpec, safeParseStoredTokens, schemaValidator, serializeGeneratedTheme, serializeThemeRule, serializeTokenBody, shouldSkipArrow, toast, useAutoRefresh, useControlledState, useFieldValue, useFormContext, useFormStore, useInputId, useOptTheme, useOptThemeController, useOptionalOptTheme, useSidebar, useToast, withFieldValue, withoutField };
2468
+ //# sourceMappingURL=index.d.ts.map