impact-nova 2.2.3 → 2.2.4
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.
- package/dist/components/data/ag-grid-react/headers/custom-header.js +133 -110
- package/dist/components/data/ag-grid-react/headers/header-search-input.js +23 -23
- package/dist/components/data/ag-grid-react/index.js +202 -206
- package/dist/components/data/data-table/build-column-tree-from-grid.js +65 -67
- package/dist/components/data/data-table/data-table-column-list-sync.js +5 -10
- package/dist/components/data/data-table/data-table-column-list.js +64 -61
- package/dist/components/data/data-table/data-table-column-tree-cache.d.ts +29 -0
- package/dist/components/data/data-table/data-table-column-tree-cache.js +117 -0
- package/dist/components/data/data-table/data-table-constants.d.ts +2 -0
- package/dist/components/data/data-table/data-table-constants.js +3 -2
- package/dist/components/data/data-table/data-table-sheet.js +46 -49
- package/dist/components/data/data-table/data-table.js +137 -119
- package/dist/components/data/data-table/index.js +24 -23
- package/dist/components/data/data-table/patch-column-tree-indicators-from-grid.d.ts +3 -0
- package/dist/components/data/data-table/patch-column-tree-indicators-from-grid.js +24 -0
- package/dist/components/data/data-table/use-data-table-column-list-sync.d.ts +2 -1
- package/dist/components/data/data-table/use-data-table-column-list-sync.js +249 -150
- package/dist/components/data/nested-list/components/NestedListContent.js +158 -96
- package/dist/components/data/nested-list/nested-list-constants.d.ts +4 -0
- package/dist/components/data/nested-list/nested-list-constants.js +6 -0
- package/dist/components/data/nested-list/nested-list-tree-utils.d.ts +3 -0
- package/dist/components/data/nested-list/nested-list-tree-utils.js +24 -0
- package/dist/components/data/nested-list/nested-list.js +214 -215
- package/dist/components/data-display/card/card.js +6 -5
- package/dist/components/feedback/dialog/dialog.js +7 -5
- package/dist/components/feedback/sheet/sheet.js +28 -27
- package/dist/components/flows/filter-panel/filter-panel.js +36 -35
- package/dist/components/flows/filter-strip/filter-tag-list.js +33 -33
- package/dist/components/forms/combobox/combobox.js +110 -100
- package/dist/components/forms/date-picker/date-input-behavior.d.ts +9 -0
- package/dist/components/forms/date-picker/date-input-behavior.js +32 -19
- package/dist/components/forms/date-picker/date-picker.js +96 -90
- package/dist/components/forms/date-picker/date-range-picker.js +160 -152
- package/dist/components/forms/date-picker/month-picker.js +71 -65
- package/dist/components/forms/date-picker/month-range-picker.js +153 -145
- package/dist/components/forms/date-picker/multi-date-picker.js +127 -99
- package/dist/components/forms/date-picker/multi-month-picker.js +109 -97
- package/dist/components/forms/date-picker/multi-week-picker.js +98 -86
- package/dist/components/forms/date-picker/week-picker.js +82 -76
- package/dist/components/forms/date-picker/week-range-picker.js +127 -119
- package/dist/impact-nova-base.scss +10 -5
- package/dist/impact-nova-components.css +9 -5
- package/dist/impact-nova.css +1 -1
- package/dist/index.js +189 -188
- package/dist/lib/overlay/overlay-portal-context.d.ts +11 -2
- package/dist/lib/overlay/overlay-portal-context.js +39 -28
- package/dist/lib/primitives/create-compound.d.ts +5 -0
- package/dist/lib/primitives/create-compound.js +17 -16
- package/dist/llms/rules/installation.js +1 -1
- package/dist/llms/rules/requirements.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9,8 +9,8 @@ import { es as S } from "./i18n/locales/es.js";
|
|
|
9
9
|
import { hi as b } from "./i18n/locales/hi.js";
|
|
10
10
|
import { kn as D } from "./i18n/locales/kn.js";
|
|
11
11
|
import { AccordionNestedList as P } from "./components/flows/accordion-nested-list/accordion-nested-list.js";
|
|
12
|
-
import { Accordion as
|
|
13
|
-
import { AlertDialog as
|
|
12
|
+
import { Accordion as I, AccordionContent as L, AccordionItem as A, AccordionTrigger as V } from "./components/primitives/accordion/accordion.js";
|
|
13
|
+
import { AlertDialog as E, AlertDialogAction as w, AlertDialogCancel as y, AlertDialogContent as F, AlertDialogDescription as H, AlertDialogFooter as v, AlertDialogHeader as B, AlertDialogOverlay as R, AlertDialogPortal as z, AlertDialogTitle as _, AlertDialogTrigger as N } from "./components/feedback/alert-dialog/alert-dialog.js";
|
|
14
14
|
import { Alert as O, AlertDescription as G, AlertIcon as W, AlertTitle as U } from "./components/feedback/alert/alert.js";
|
|
15
15
|
import { alertVariants as q } from "./components/feedback/alert/alert.variants.js";
|
|
16
16
|
import { Avatar as Z, AvatarFallback as j, AvatarImage as J } from "./components/data-display/avatar/avatar.js";
|
|
@@ -22,10 +22,10 @@ import { ButtonGroup as Se } from "./components/primitives/button-group/button-g
|
|
|
22
22
|
import { Button as be } from "./components/primitives/button/button.js";
|
|
23
23
|
import { buttonVariants as De } from "./components/primitives/button/button.variants.js";
|
|
24
24
|
import { Calendar as Pe } from "./components/data-display/calendar/calendar.js";
|
|
25
|
-
import { CalendarDayButton as
|
|
25
|
+
import { CalendarDayButton as Ie } from "./components/data-display/calendar/calendar-day-button.js";
|
|
26
26
|
import { CalendarCaptionHeader as Ae } from "./components/data-display/calendar/calendar-caption-header.js";
|
|
27
|
-
import { Card as Me, CardContent as
|
|
28
|
-
import { Chart as Be, ChartActions as
|
|
27
|
+
import { Card as Me, CardContent as Ee, CardDescription as we, CardFooter as ye, CardHeader as Fe, CardTitle as He } from "./components/data-display/card/card.js";
|
|
28
|
+
import { Chart as Be, ChartActions as Re, ChartContainer as ze, ChartContent as _e, ChartFullScreen as Ne, ChartHeader as ke, ChartTitle as Oe } from "./components/data-display/chart/chart.js";
|
|
29
29
|
import { getBaseChartOptions as We } from "./components/data-display/chart/chart.utils.js";
|
|
30
30
|
import { CHART_CANONICAL_CSS_VARS as Ke, CHART_PALETTE_CSS_VARS as qe, CHART_PALETTE_SIZE as Xe, chartPaletteCssVar as Ze, resolveChartPalette as je } from "./components/data-display/chart/chart-palette.js";
|
|
31
31
|
import { Checkbox as Qe } from "./components/forms/checkbox/checkbox.js";
|
|
@@ -42,14 +42,14 @@ import { WeekRangePicker as Cr } from "./components/forms/date-picker/week-range
|
|
|
42
42
|
import { MultiDatePicker as Tr } from "./components/forms/date-picker/multi-date-picker.js";
|
|
43
43
|
import { MultiMonthPicker as gr } from "./components/forms/date-picker/multi-month-picker.js";
|
|
44
44
|
import { MultiWeekPicker as hr } from "./components/forms/date-picker/multi-week-picker.js";
|
|
45
|
-
import { Dialog as
|
|
46
|
-
import { Drawer as
|
|
45
|
+
import { Dialog as Lr, DialogBody as Ar, DialogClose as Vr, DialogContent as Mr, DialogDescription as Er, DialogFooter as wr, DialogHeader as yr, DialogOverlay as Fr, DialogPortal as Hr, DialogTitle as vr, DialogTrigger as Br } from "./components/feedback/dialog/dialog.js";
|
|
46
|
+
import { Drawer as zr, DrawerClose as _r, DrawerContent as Nr, DrawerDescription as kr, DrawerFooter as Or, DrawerHeader as Gr, DrawerOverlay as Wr, DrawerPortal as Ur, DrawerTitle as Kr, DrawerTrigger as qr } from "./components/feedback/drawer/drawer.js";
|
|
47
47
|
import { DropdownMenu as Zr, DropdownMenuCheckboxItem as jr, DropdownMenuContent as Jr, DropdownMenuFooter as Qr, DropdownMenuGroup as Yr, DropdownMenuItem as $r, DropdownMenuLabel as et, DropdownMenuPortal as rt, DropdownMenuRadioGroup as tt, DropdownMenuRadioItem as ot, DropdownMenuSeparator as at, DropdownMenuShortcut as it, DropdownMenuSub as nt, DropdownMenuSubContent as pt, DropdownMenuSubTrigger as lt, DropdownMenuTrigger as dt } from "./components/feedback/dropdown-menu/dropdown-menu.js";
|
|
48
48
|
import { DynamicLayout as st, GridLayout as xt } from "./components/layout/dynamic-layout/dynamic-layout.js";
|
|
49
49
|
import { dynamicLayoutVariants as ut } from "./components/layout/dynamic-layout/dynamic-layout.variants.js";
|
|
50
50
|
import { EmptyContainer as St, EmptyContainerAction as Ct, EmptyContainerDescription as bt, EmptyContainerImage as Tt, EmptyContainerTitle as Dt } from "./components/primitives/empty-container/empty-container.js";
|
|
51
|
-
import { FileUpload as Pt, FileUploadClose as ht, FileUploadContent as
|
|
52
|
-
import { FilterPanel as Ht, FilterPanelBody as vt, FilterPanelFooter as Bt, FilterPanelHeader as
|
|
51
|
+
import { FileUpload as Pt, FileUploadClose as ht, FileUploadContent as It, FileUploadDescription as Lt, FileUploadDropZone as At, FileUploadFooter as Vt, FileUploadHeader as Mt, FileUploadItem as Et, FileUploadList as wt, FileUploadTitle as yt } from "./components/forms/file-upload/file-upload.js";
|
|
52
|
+
import { FilterPanel as Ht, FilterPanelBody as vt, FilterPanelFooter as Bt, FilterPanelHeader as Rt, FilterPanelSidebar as zt } from "./components/flows/filter-panel/filter-panel.js";
|
|
53
53
|
import { FilterStrip as Nt } from "./components/flows/filter-strip/filter-strip.js";
|
|
54
54
|
import { Header as Ot, HeaderBadge as Gt, HeaderBotButton as Wt, HeaderLeft as Ut, HeaderLogo as Kt, HeaderRight as qt, HeaderSeparator as Xt, HeaderTitle as Zt, NotificationIconButton as jt } from "./components/layout/header/header.js";
|
|
55
55
|
import { HorizontalScroller as Qt } from "./components/layout/horizontal-scroller/horizontal-scroller.js";
|
|
@@ -62,10 +62,10 @@ import { loaderVariants as xo } from "./components/primitives/loader/loader.vari
|
|
|
62
62
|
import { NestedList as uo } from "./components/data/nested-list/nested-list.js";
|
|
63
63
|
import { SelectionMode as So } from "./components/data/nested-list/nested-list.types.js";
|
|
64
64
|
import { NotificationPanel as bo, NotificationPanelBody as To, NotificationPanelContent as Do, NotificationPanelFooter as go, NotificationPanelHeader as Po } from "./components/flows/notification-panel/notification-panel.js";
|
|
65
|
-
import { useNotificationContext as
|
|
65
|
+
import { useNotificationContext as Io } from "./components/flows/notification-panel/notification-panel-context.js";
|
|
66
66
|
import { NotificationEmpty as Ao, NotificationGroup as Vo, NotificationList as Mo } from "./components/flows/notification-panel/notification-list.js";
|
|
67
|
-
import { NotificationItem as
|
|
68
|
-
import { Popover as
|
|
67
|
+
import { NotificationItem as wo, NotificationItemActions as yo, NotificationItemContent as Fo, NotificationItemDescription as Ho, NotificationItemIcon as vo, NotificationItemTitle as Bo } from "./components/flows/notification-panel/notification-item.js";
|
|
68
|
+
import { Popover as zo, PopoverAnchor as _o, PopoverBody as No, PopoverClose as ko, PopoverContent as Oo, PopoverFooter as Go, PopoverHeader as Wo, PopoverTitle as Uo, PopoverTrigger as Ko } from "./components/feedback/popover/popover.js";
|
|
69
69
|
import { Portal as Xo } from "./components/primitives/portal/portal.js";
|
|
70
70
|
import { Progress as jo, Progress as Jo } from "./components/primitives/progress/progress.js";
|
|
71
71
|
import { Prompt as Yo, PromptClose as $o } from "./components/forms/prompt/prompt.js";
|
|
@@ -74,19 +74,19 @@ import { RadioGroup as oa, RadioGroupItem as aa } from "./components/forms/radio
|
|
|
74
74
|
import { Select as na } from "./components/forms/select/select.js";
|
|
75
75
|
import { cloneSelectValue as la, cx as da, getIndeterminateState as ma, getLeafOptions as sa, getSelectedCount as xa, getSequence as fa, isInvertedSelection as ua, isOptionArray as ca, isSelected as Sa } from "./components/forms/select/utils/select.js";
|
|
76
76
|
import { Separator as ba } from "./components/data-display/separator/separator.js";
|
|
77
|
-
import { Sheet as Da, SheetBody as ga, SheetClose as Pa, SheetContent as ha, SheetDescription as
|
|
77
|
+
import { Sheet as Da, SheetBody as ga, SheetClose as Pa, SheetContent as ha, SheetDescription as Ia, SheetFooter as La, SheetHeader as Aa, SheetOverlay as Va, SheetPortal as Ma, SheetTitle as Ea, SheetTrigger as wa } from "./components/feedback/sheet/sheet.js";
|
|
78
78
|
import { sheetVariants as Fa } from "./components/feedback/sheet/sheet.variants.js";
|
|
79
79
|
import { Show as va } from "./components/ui/show.js";
|
|
80
|
-
import { Sidebar as
|
|
80
|
+
import { Sidebar as Ra, SidebarContent as za, SidebarFooter as _a, SidebarGroup as Na, SidebarGroupAction as ka, SidebarGroupContent as Oa, SidebarGroupLabel as Ga, SidebarHeader as Wa, SidebarInput as Ua, SidebarInset as Ka, SidebarLogout as qa, SidebarMenu as Xa, SidebarMenuAction as Za, SidebarMenuBadge as ja, SidebarMenuButton as Ja, SidebarMenuCollapsible as Qa, SidebarMenuItem as Ya, SidebarMenuLabel as $a, SidebarMenuSkeleton as ei, SidebarMenuSub as ri, SidebarMenuSubButton as ti, SidebarMenuSubItem as oi, SidebarProvider as ai, SidebarRail as ii, SidebarSeparator as ni, SidebarTrigger as pi } from "./components/layout/sidebar/sidebar.js";
|
|
81
81
|
import { useSidebar as di } from "./components/layout/sidebar/sidebar-context.js";
|
|
82
82
|
import { ExpandableListItem as si } from "./components/data/expandable-list-item/expandable-list-item-preset.js";
|
|
83
83
|
import { ExpandableListItemCheckbox as fi, ExpandableListItemContent as ui, ExpandableListItemDescription as ci, ExpandableListItemFooter as Si, ExpandableListItemHeader as Ci, ExpandableListItemMedia as bi, ExpandableListItemRoot as Ti, ExpandableListItemRow as Di, ExpandableListItemTitle as gi, ExpandableListItemTrigger as Pi } from "./components/data/expandable-list-item/expandable-list-item-parts.js";
|
|
84
|
-
import { ExpandableListItemMetrics as
|
|
84
|
+
import { ExpandableListItemMetrics as Ii } from "./components/data/expandable-list-item/expandable-list-item-metrics.js";
|
|
85
85
|
import { ExpandableListItemAttributes as Ai } from "./components/data/expandable-list-item/expandable-list-item-attributes.js";
|
|
86
86
|
import { Skeleton as Mi } from "./components/data-display/skeleton/skeleton.js";
|
|
87
|
-
import { Slider as
|
|
87
|
+
import { Slider as wi } from "./components/forms/slider/slider.js";
|
|
88
88
|
import { SmartInput as Fi } from "./components/forms/smart-input/smart-input.js";
|
|
89
|
-
import { StatisticsCardChart as vi, StatisticsCardHeader as Bi, StatisticsCardLegend as
|
|
89
|
+
import { StatisticsCardChart as vi, StatisticsCardHeader as Bi, StatisticsCardLegend as Ri, StatisticsCardLegendItem as zi, StatisticsCardRoot as _i, StatisticsCardSummary as Ni, StatisticsCardSummaryItem as ki, StatisticsCardTitle as Oi, StatisticsCardTitleIcon as Gi, StatisticsCardTitleText as Wi, StatisticsCardTitleTooltip as Ui } from "./components/data-display/statistics-card/statistics-card.js";
|
|
90
90
|
import { Stepper as qi } from "./components/primitives/stepper/stepper.js";
|
|
91
91
|
import { stepVariants as Zi, stepperVariants as ji } from "./components/primitives/stepper/stepper.variants.js";
|
|
92
92
|
import { Switch as Qi } from "./components/forms/switch/switch.js";
|
|
@@ -97,15 +97,15 @@ import { Tag as mn } from "./components/primitives/tag/tag.js";
|
|
|
97
97
|
import { tagVariants as xn } from "./components/primitives/tag/tag.variants.js";
|
|
98
98
|
import { Textarea as un } from "./components/forms/textarea/textarea.js";
|
|
99
99
|
import { textareaVariants as Sn } from "./components/forms/textarea/textarea.variants.js";
|
|
100
|
-
import { Toast as bn, ToastAction as Tn, ToastClose as Dn, ToastDescription as gn, ToastProvider as Pn, ToastTitle as hn, ToastViewport as
|
|
100
|
+
import { Toast as bn, ToastAction as Tn, ToastClose as Dn, ToastDescription as gn, ToastProvider as Pn, ToastTitle as hn, ToastViewport as In } from "./components/feedback/toast/toast.js";
|
|
101
101
|
import { toastVariants as An } from "./components/feedback/toast/toast.variants.js";
|
|
102
102
|
import { Toaster as Mn } from "./components/feedback/toast/toaster.js";
|
|
103
|
-
import { getSelectionCountsFromState as
|
|
103
|
+
import { getSelectionCountsFromState as wn } from "./lib/virtualized/selection-counts.js";
|
|
104
104
|
import { useDataSource as Fn } from "./lib/virtualized/useDataSource.js";
|
|
105
105
|
import { useRowState as vn } from "./lib/virtualized/useRowState.js";
|
|
106
|
-
import { useVirtualizedRows as
|
|
107
|
-
import { useVirtualizedList as
|
|
108
|
-
import { buildSectionedFlatList as
|
|
106
|
+
import { useVirtualizedRows as Rn } from "./lib/virtualized/useVirtualizedRows.js";
|
|
107
|
+
import { useVirtualizedList as _n } from "./lib/virtualized/useVirtualizedList.js";
|
|
108
|
+
import { buildSectionedFlatList as kn } from "./lib/virtualized/sectioned.js";
|
|
109
109
|
import { useDebouncedValue as Gn } from "./lib/virtualized/useDebouncedValue.js";
|
|
110
110
|
import { useDataGridVirtualRows as Un } from "./lib/virtualized/useDataGrid.js";
|
|
111
111
|
import { VirtualizedListProvider as qn, useVirtualizedListContext as Xn } from "./lib/virtualized/virtualized-list-context.js";
|
|
@@ -116,62 +116,62 @@ import { tooltipVariants as up } from "./components/feedback/tooltip/tooltip.var
|
|
|
116
116
|
import { ButtonIconTooltip as Sp } from "./components/feedback/tooltip/button-icon-tooltip.js";
|
|
117
117
|
import { defaultAccordionTooltipRender as bp, defaultTabTooltipRender as Tp } from "./components/feedback/tooltip/tab-tooltip-render.js";
|
|
118
118
|
import { DataTable as gp, DataTableContent as Pp, DataTableToolbar as hp } from "./components/data/data-table/data-table.js";
|
|
119
|
-
import { DATA_TABLE_SCOPED_SHEET_HOST_MIN_HEIGHT_PX as
|
|
120
|
-
import { DataTableColumnList as
|
|
121
|
-
import { DataTableContext as yp, DataTableSheetPortalStoreContext as
|
|
119
|
+
import { DATA_TABLE_SCOPED_SHEET_HOST_MIN_HEIGHT_PX as Lp, DATA_TABLE_SHEET_SLIDE_TRANSITION_MS as Ap, TABLE_VIEWPORT_SHELL_EXPANDED_CLASS as Vp } from "./components/data/data-table/data-table-constants.js";
|
|
120
|
+
import { DataTableColumnList as Ep } from "./components/data/data-table/data-table-column-list.js";
|
|
121
|
+
import { DataTableContext as yp, DataTableSheetPortalStoreContext as Fp, useDataTable as Hp, useDataTableSheetPortal as vp, useDataTableSheetPortalStore as Bp } from "./components/data/data-table/data-table-context.js";
|
|
122
122
|
import { DataTableFormatOptions as zp } from "./components/data/data-table/data-table-format-options.js";
|
|
123
|
-
import { DataTableSheet as
|
|
124
|
-
import { useDataTableSheet as
|
|
125
|
-
import { DataTableViewMenuContent as
|
|
126
|
-
import { DataTableSavedViews as
|
|
127
|
-
import { PinSwitch as
|
|
128
|
-
import { ColumnIndicator as
|
|
129
|
-
import { IndicatorLegend as
|
|
130
|
-
import { BROWSER_SHORTCUTS as
|
|
131
|
-
import { LocalStorageAdapter as
|
|
132
|
-
import { CommandPaletteProvider as
|
|
133
|
-
import { useCommandPalette as
|
|
134
|
-
import { useShortcut as
|
|
123
|
+
import { DataTableSheet as Np, DataTableSheetContent as kp, DataTableSheetHeader as Op, DataTableSheetTrigger as Gp } from "./components/data/data-table/data-table-sheet.js";
|
|
124
|
+
import { useDataTableSheet as Up, useDataTableSheetApi as Kp } from "./components/data/data-table/data-table-sheet-context.js";
|
|
125
|
+
import { DataTableViewMenuContent as Xp, DataTableViewMenuDensity as Zp, DataTableViewMenuSettingsItem as jp, DataTableViewMenuTrigger as Jp, DataTableViewMenuViewportExpand as Qp } from "./components/data/data-table/data-table-view-menu.js";
|
|
126
|
+
import { DataTableSavedViews as $p } from "./components/data/data-table/data-table-saved-views.js";
|
|
127
|
+
import { PinSwitch as rl } from "./components/data/data-table/pin-switch.js";
|
|
128
|
+
import { ColumnIndicator as ol } from "./components/data/data-table/column-indicator.js";
|
|
129
|
+
import { IndicatorLegend as il } from "./components/data/data-table/indicator-legend.js";
|
|
130
|
+
import { BROWSER_SHORTCUTS as pl, COMMAND_SOURCE_LABELS as ll, deserialiseOverrides as dl, fuzzyFilter as ml, fuzzyScore as sl, getBrowserShortcutInfo as xl, isReservedShortcut as fl, keybindingFromEvent as ul, keybindingsEqual as cl, matchesKeybinding as Sl, parseKeybinding as Cl, scopePriority as bl, serialiseOverrides as Tl } from "./components/flows/command-palette/utils.js";
|
|
131
|
+
import { LocalStorageAdapter as gl, ShortcutRegistry as Pl } from "./components/flows/command-palette/shortcut-registry.js";
|
|
132
|
+
import { CommandPaletteProvider as Il } from "./components/flows/command-palette/command-palette-context.js";
|
|
133
|
+
import { useCommandPalette as Al } from "./components/flows/command-palette/use-command-palette.js";
|
|
134
|
+
import { useShortcut as Ml } from "./components/flows/command-palette/use-shortcut.js";
|
|
135
135
|
import { useGlobalShortcut as wl } from "./components/flows/command-palette/use-global-shortcut.js";
|
|
136
|
-
import { useBrowserShortcuts as
|
|
137
|
-
import { ShortcutScopeProvider as
|
|
138
|
-
import { CommandPalette as
|
|
139
|
-
import { Kbd as
|
|
140
|
-
import { getKeySymbol as
|
|
141
|
-
import { ShortcutOverlayProvider as
|
|
142
|
-
import { ShortcutOverlay as
|
|
143
|
-
import { toast as
|
|
144
|
-
import { WizardBody as
|
|
145
|
-
import { useWizard as
|
|
146
|
-
import { ChoiceCard as
|
|
147
|
-
import { AG_GRID_VALUE_FORMATTERS as
|
|
148
|
-
import { Field as
|
|
136
|
+
import { useBrowserShortcuts as Fl } from "./components/flows/command-palette/use-browser-shortcuts.js";
|
|
137
|
+
import { ShortcutScopeProvider as vl } from "./components/flows/command-palette/shortcut-scope-provider.js";
|
|
138
|
+
import { CommandPalette as Rl, CommandPaletteEmpty as zl, CommandPaletteFooter as _l, CommandPaletteGroup as Nl, CommandPaletteInput as kl, CommandPaletteItem as Ol, CommandPaletteList as Gl, CommandPaletteSeparator as Wl, CommandPaletteShortcut as Ul } from "./components/flows/command-palette/command-palette.js";
|
|
139
|
+
import { Kbd as ql } from "./components/primitives/kbd/kbd.js";
|
|
140
|
+
import { getKeySymbol as Zl, isMac as jl, keybindingToString as Jl, keybindingToSymbols as Ql } from "./components/primitives/kbd/keybinding-display.js";
|
|
141
|
+
import { ShortcutOverlayProvider as $l, useShortcutOverlay as ed } from "./components/flows/command-palette/shortcut-overlay-context.js";
|
|
142
|
+
import { ShortcutOverlay as td } from "./components/flows/command-palette/shortcut-overlay.js";
|
|
143
|
+
import { toast as ad, useToast as id } from "./hooks/use-toast.js";
|
|
144
|
+
import { WizardBody as pd, WizardContent as ld, WizardDescription as dd, WizardFooter as md, WizardHeader as sd, WizardLayout as xd, WizardMedia as fd, WizardProgress as ud, WizardRoot as cd, WizardSidebar as Sd, WizardStep as Cd, WizardStepDescription as bd, WizardTitle as Td } from "./components/flows/wizard/wizard.js";
|
|
145
|
+
import { useWizard as gd } from "./components/flows/wizard/wizard-context.js";
|
|
146
|
+
import { ChoiceCard as hd, ChoiceCardContent as Id, ChoiceCardDescription as Ld, ChoiceCardGroup as Ad, ChoiceCardHeader as Vd, ChoiceCardIndicator as Md, ChoiceCardMedia as Ed, ChoiceCardTitle as wd, useChoiceCardGroup as yd } from "./components/forms/choice-card/choice-card.js";
|
|
147
|
+
import { AG_GRID_VALUE_FORMATTERS as Hd } from "./components/data/ag-grid-react/value-formatters.js";
|
|
148
|
+
import { Field as Bd, FormField as Rd, useFieldContext as zd } from "./lib/primitives/field.js";
|
|
149
149
|
export {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
150
|
+
Hd as AG_GRID_VALUE_FORMATTERS,
|
|
151
|
+
I as Accordion,
|
|
152
|
+
L as AccordionContent,
|
|
153
153
|
A as AccordionItem,
|
|
154
154
|
P as AccordionNestedList,
|
|
155
155
|
V as AccordionTrigger,
|
|
156
156
|
O as Alert,
|
|
157
157
|
G as AlertDescription,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
158
|
+
E as AlertDialog,
|
|
159
|
+
w as AlertDialogAction,
|
|
160
|
+
y as AlertDialogCancel,
|
|
161
161
|
F as AlertDialogContent,
|
|
162
162
|
H as AlertDialogDescription,
|
|
163
163
|
v as AlertDialogFooter,
|
|
164
164
|
B as AlertDialogHeader,
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
165
|
+
R as AlertDialogOverlay,
|
|
166
|
+
z as AlertDialogPortal,
|
|
167
|
+
_ as AlertDialogTitle,
|
|
168
168
|
N as AlertDialogTrigger,
|
|
169
169
|
W as AlertIcon,
|
|
170
170
|
U as AlertTitle,
|
|
171
171
|
Z as Avatar,
|
|
172
172
|
j as AvatarFallback,
|
|
173
173
|
J as AvatarImage,
|
|
174
|
-
|
|
174
|
+
pl as BROWSER_SHORTCUTS,
|
|
175
175
|
ee as Badge,
|
|
176
176
|
ae as Breadcrumb,
|
|
177
177
|
ie as BreadcrumbArrowSeparator,
|
|
@@ -189,80 +189,81 @@ export {
|
|
|
189
189
|
Ke as CHART_CANONICAL_CSS_VARS,
|
|
190
190
|
qe as CHART_PALETTE_CSS_VARS,
|
|
191
191
|
Xe as CHART_PALETTE_SIZE,
|
|
192
|
-
|
|
192
|
+
ll as COMMAND_SOURCE_LABELS,
|
|
193
193
|
Pe as Calendar,
|
|
194
194
|
Ae as CalendarCaptionHeader,
|
|
195
|
-
|
|
195
|
+
Ie as CalendarDayButton,
|
|
196
196
|
Me as Card,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
Ee as CardContent,
|
|
198
|
+
we as CardDescription,
|
|
199
|
+
ye as CardFooter,
|
|
200
200
|
Fe as CardHeader,
|
|
201
201
|
He as CardTitle,
|
|
202
202
|
Be as Chart,
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
203
|
+
Re as ChartActions,
|
|
204
|
+
ze as ChartContainer,
|
|
205
|
+
_e as ChartContent,
|
|
206
206
|
Ne as ChartFullScreen,
|
|
207
|
-
|
|
207
|
+
ke as ChartHeader,
|
|
208
208
|
Oe as ChartTitle,
|
|
209
209
|
Qe as Checkbox,
|
|
210
210
|
$e as Chip,
|
|
211
|
-
|
|
212
|
-
|
|
211
|
+
hd as ChoiceCard,
|
|
212
|
+
Id as ChoiceCardContent,
|
|
213
213
|
Ld as ChoiceCardDescription,
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
214
|
+
Ad as ChoiceCardGroup,
|
|
215
|
+
Vd as ChoiceCardHeader,
|
|
216
|
+
Md as ChoiceCardIndicator,
|
|
217
|
+
Ed as ChoiceCardMedia,
|
|
218
218
|
wd as ChoiceCardTitle,
|
|
219
|
-
|
|
219
|
+
ol as ColumnIndicator,
|
|
220
220
|
or as Combobox,
|
|
221
|
-
|
|
221
|
+
Rl as CommandPalette,
|
|
222
222
|
zl as CommandPaletteEmpty,
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
223
|
+
_l as CommandPaletteFooter,
|
|
224
|
+
Nl as CommandPaletteGroup,
|
|
225
|
+
kl as CommandPaletteInput,
|
|
226
|
+
Ol as CommandPaletteItem,
|
|
227
|
+
Gl as CommandPaletteList,
|
|
228
|
+
Il as CommandPaletteProvider,
|
|
229
|
+
Wl as CommandPaletteSeparator,
|
|
230
|
+
Ul as CommandPaletteShortcut,
|
|
231
|
+
Lp as DATA_TABLE_SCOPED_SHEET_HOST_MIN_HEIGHT_PX,
|
|
232
|
+
Ap as DATA_TABLE_SHEET_SLIDE_TRANSITION_MS,
|
|
232
233
|
gp as DataTable,
|
|
233
|
-
|
|
234
|
+
Ep as DataTableColumnList,
|
|
234
235
|
Pp as DataTableContent,
|
|
235
236
|
yp as DataTableContext,
|
|
236
237
|
zp as DataTableFormatOptions,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
238
|
+
$p as DataTableSavedViews,
|
|
239
|
+
Np as DataTableSheet,
|
|
240
|
+
kp as DataTableSheetContent,
|
|
241
|
+
Op as DataTableSheetHeader,
|
|
242
|
+
Fp as DataTableSheetPortalStoreContext,
|
|
243
|
+
Gp as DataTableSheetTrigger,
|
|
243
244
|
hp as DataTableToolbar,
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
245
|
+
Xp as DataTableViewMenuContent,
|
|
246
|
+
Zp as DataTableViewMenuDensity,
|
|
247
|
+
jp as DataTableViewMenuSettingsItem,
|
|
248
|
+
Jp as DataTableViewMenuTrigger,
|
|
249
|
+
Qp as DataTableViewMenuViewportExpand,
|
|
249
250
|
pr as DatePicker,
|
|
250
251
|
fr as DateRangePicker,
|
|
251
|
-
|
|
252
|
+
Lr as Dialog,
|
|
252
253
|
Ar as DialogBody,
|
|
253
254
|
Vr as DialogClose,
|
|
254
255
|
Mr as DialogContent,
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
256
|
+
Er as DialogDescription,
|
|
257
|
+
wr as DialogFooter,
|
|
258
|
+
yr as DialogHeader,
|
|
258
259
|
Fr as DialogOverlay,
|
|
259
260
|
Hr as DialogPortal,
|
|
260
261
|
vr as DialogTitle,
|
|
261
262
|
Br as DialogTrigger,
|
|
262
|
-
|
|
263
|
-
|
|
263
|
+
zr as Drawer,
|
|
264
|
+
_r as DrawerClose,
|
|
264
265
|
Nr as DrawerContent,
|
|
265
|
-
|
|
266
|
+
kr as DrawerDescription,
|
|
266
267
|
Or as DrawerFooter,
|
|
267
268
|
Gr as DrawerHeader,
|
|
268
269
|
Wr as DrawerOverlay,
|
|
@@ -299,29 +300,29 @@ export {
|
|
|
299
300
|
Si as ExpandableListItemFooter,
|
|
300
301
|
Ci as ExpandableListItemHeader,
|
|
301
302
|
bi as ExpandableListItemMedia,
|
|
302
|
-
|
|
303
|
+
Ii as ExpandableListItemMetrics,
|
|
303
304
|
Ti as ExpandableListItemRoot,
|
|
304
305
|
Di as ExpandableListItemRow,
|
|
305
306
|
gi as ExpandableListItemTitle,
|
|
306
307
|
Pi as ExpandableListItemTrigger,
|
|
307
|
-
|
|
308
|
+
Bd as Field,
|
|
308
309
|
Pt as FileUpload,
|
|
309
310
|
ht as FileUploadClose,
|
|
310
|
-
|
|
311
|
-
|
|
311
|
+
It as FileUploadContent,
|
|
312
|
+
Lt as FileUploadDescription,
|
|
312
313
|
At as FileUploadDropZone,
|
|
313
314
|
Vt as FileUploadFooter,
|
|
314
315
|
Mt as FileUploadHeader,
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
316
|
+
Et as FileUploadItem,
|
|
317
|
+
wt as FileUploadList,
|
|
318
|
+
yt as FileUploadTitle,
|
|
318
319
|
Ht as FilterPanel,
|
|
319
320
|
vt as FilterPanelBody,
|
|
320
321
|
Bt as FilterPanelFooter,
|
|
321
|
-
|
|
322
|
-
|
|
322
|
+
Rt as FilterPanelHeader,
|
|
323
|
+
zt as FilterPanelSidebar,
|
|
323
324
|
Nt as FilterStrip,
|
|
324
|
-
|
|
325
|
+
Rd as FormField,
|
|
325
326
|
xt as GridLayout,
|
|
326
327
|
Ot as Header,
|
|
327
328
|
Gt as HeaderBadge,
|
|
@@ -338,12 +339,12 @@ export {
|
|
|
338
339
|
ro as HoverCardTrigger,
|
|
339
340
|
i as ImpactNovaI18nProvider,
|
|
340
341
|
o as ImpactNovaProviders,
|
|
341
|
-
|
|
342
|
+
il as IndicatorLegend,
|
|
342
343
|
oo as Input,
|
|
343
|
-
|
|
344
|
+
ql as Kbd,
|
|
344
345
|
po as Label,
|
|
345
346
|
mo as Loader,
|
|
346
|
-
|
|
347
|
+
gl as LocalStorageAdapter,
|
|
347
348
|
dr as MonthPicker,
|
|
348
349
|
sr as MonthRangePicker,
|
|
349
350
|
Tr as MultiDatePicker,
|
|
@@ -353,8 +354,8 @@ export {
|
|
|
353
354
|
Ao as NotificationEmpty,
|
|
354
355
|
Vo as NotificationGroup,
|
|
355
356
|
jt as NotificationIconButton,
|
|
356
|
-
|
|
357
|
-
|
|
357
|
+
wo as NotificationItem,
|
|
358
|
+
yo as NotificationItemActions,
|
|
358
359
|
Fo as NotificationItemContent,
|
|
359
360
|
Ho as NotificationItemDescription,
|
|
360
361
|
vo as NotificationItemIcon,
|
|
@@ -365,11 +366,11 @@ export {
|
|
|
365
366
|
Do as NotificationPanelContent,
|
|
366
367
|
go as NotificationPanelFooter,
|
|
367
368
|
Po as NotificationPanelHeader,
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
369
|
+
rl as PinSwitch,
|
|
370
|
+
zo as Popover,
|
|
371
|
+
_o as PopoverAnchor,
|
|
371
372
|
No as PopoverBody,
|
|
372
|
-
|
|
373
|
+
ko as PopoverClose,
|
|
373
374
|
Oo as PopoverContent,
|
|
374
375
|
Go as PopoverFooter,
|
|
375
376
|
Wo as PopoverHeader,
|
|
@@ -389,23 +390,23 @@ export {
|
|
|
389
390
|
ga as SheetBody,
|
|
390
391
|
Pa as SheetClose,
|
|
391
392
|
ha as SheetContent,
|
|
392
|
-
|
|
393
|
-
|
|
393
|
+
Ia as SheetDescription,
|
|
394
|
+
La as SheetFooter,
|
|
394
395
|
Aa as SheetHeader,
|
|
395
396
|
Va as SheetOverlay,
|
|
396
397
|
Ma as SheetPortal,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
398
|
+
Ea as SheetTitle,
|
|
399
|
+
wa as SheetTrigger,
|
|
400
|
+
td as ShortcutOverlay,
|
|
401
|
+
$l as ShortcutOverlayProvider,
|
|
402
|
+
Pl as ShortcutRegistry,
|
|
403
|
+
vl as ShortcutScopeProvider,
|
|
403
404
|
va as Show,
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
405
|
+
Ra as Sidebar,
|
|
406
|
+
za as SidebarContent,
|
|
407
|
+
_a as SidebarFooter,
|
|
407
408
|
Na as SidebarGroup,
|
|
408
|
-
|
|
409
|
+
ka as SidebarGroupAction,
|
|
409
410
|
Oa as SidebarGroupContent,
|
|
410
411
|
Ga as SidebarGroupLabel,
|
|
411
412
|
Wa as SidebarHeader,
|
|
@@ -428,22 +429,22 @@ export {
|
|
|
428
429
|
ni as SidebarSeparator,
|
|
429
430
|
pi as SidebarTrigger,
|
|
430
431
|
Mi as Skeleton,
|
|
431
|
-
|
|
432
|
+
wi as Slider,
|
|
432
433
|
Fi as SmartInput,
|
|
433
434
|
vi as StatisticsCardChart,
|
|
434
435
|
Bi as StatisticsCardHeader,
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
436
|
+
Ri as StatisticsCardLegend,
|
|
437
|
+
zi as StatisticsCardLegendItem,
|
|
438
|
+
_i as StatisticsCardRoot,
|
|
438
439
|
Ni as StatisticsCardSummary,
|
|
439
|
-
|
|
440
|
+
ki as StatisticsCardSummaryItem,
|
|
440
441
|
Oi as StatisticsCardTitle,
|
|
441
442
|
Gi as StatisticsCardTitleIcon,
|
|
442
443
|
Wi as StatisticsCardTitleText,
|
|
443
444
|
Ui as StatisticsCardTitleTooltip,
|
|
444
445
|
qi as Stepper,
|
|
445
446
|
Qi as Switch,
|
|
446
|
-
|
|
447
|
+
Vp as TABLE_VIEWPORT_SHELL_EXPANDED_CLASS,
|
|
447
448
|
$i as Tabs,
|
|
448
449
|
en as TabsContent,
|
|
449
450
|
rn as TabsImage,
|
|
@@ -458,7 +459,7 @@ export {
|
|
|
458
459
|
gn as ToastDescription,
|
|
459
460
|
Pn as ToastProvider,
|
|
460
461
|
hn as ToastTitle,
|
|
461
|
-
|
|
462
|
+
In as ToastViewport,
|
|
462
463
|
Mn as Toaster,
|
|
463
464
|
dp as Tooltip,
|
|
464
465
|
mp as TooltipContent,
|
|
@@ -478,23 +479,23 @@ export {
|
|
|
478
479
|
pp as VirtualizedListViewport,
|
|
479
480
|
cr as WeekPicker,
|
|
480
481
|
Cr as WeekRangePicker,
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
482
|
+
pd as WizardBody,
|
|
483
|
+
ld as WizardContent,
|
|
484
|
+
dd as WizardDescription,
|
|
485
|
+
md as WizardFooter,
|
|
486
|
+
sd as WizardHeader,
|
|
487
|
+
xd as WizardLayout,
|
|
488
|
+
fd as WizardMedia,
|
|
489
|
+
ud as WizardProgress,
|
|
490
|
+
cd as WizardRoot,
|
|
491
|
+
Sd as WizardSidebar,
|
|
492
|
+
Cd as WizardStep,
|
|
493
|
+
bd as WizardStepDescription,
|
|
494
|
+
Td as WizardTitle,
|
|
494
495
|
q as alertVariants,
|
|
495
496
|
Y as avatarVariants,
|
|
496
497
|
te as badgeVariants,
|
|
497
|
-
|
|
498
|
+
kn as buildSectionedFlatList,
|
|
498
499
|
De as buttonVariants,
|
|
499
500
|
Ze as chartPaletteCssVar,
|
|
500
501
|
rr as chipVariants,
|
|
@@ -505,72 +506,72 @@ export {
|
|
|
505
506
|
bp as defaultAccordionTooltipRender,
|
|
506
507
|
d as defaultMessages,
|
|
507
508
|
Tp as defaultTabTooltipRender,
|
|
508
|
-
|
|
509
|
+
dl as deserialiseOverrides,
|
|
509
510
|
ut as dynamicLayoutVariants,
|
|
510
511
|
S as es,
|
|
511
|
-
|
|
512
|
-
|
|
512
|
+
ml as fuzzyFilter,
|
|
513
|
+
sl as fuzzyScore,
|
|
513
514
|
We as getBaseChartOptions,
|
|
514
|
-
|
|
515
|
+
xl as getBrowserShortcutInfo,
|
|
515
516
|
s as getDateFnsLocale,
|
|
516
517
|
ma as getIndeterminateState,
|
|
517
518
|
x as getIntlLocale,
|
|
518
|
-
|
|
519
|
+
Zl as getKeySymbol,
|
|
519
520
|
sa as getLeafOptions,
|
|
520
521
|
xa as getSelectedCount,
|
|
521
|
-
|
|
522
|
+
wn as getSelectionCountsFromState,
|
|
522
523
|
fa as getSequence,
|
|
523
524
|
jn as getVisibleReadyRowIds,
|
|
524
525
|
b as hi,
|
|
525
526
|
io as inputVariants,
|
|
526
527
|
ua as isInvertedSelection,
|
|
527
|
-
|
|
528
|
+
jl as isMac,
|
|
528
529
|
ca as isOptionArray,
|
|
529
|
-
|
|
530
|
+
fl as isReservedShortcut,
|
|
530
531
|
Sa as isSelected,
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
532
|
+
ul as keybindingFromEvent,
|
|
533
|
+
Jl as keybindingToString,
|
|
534
|
+
Ql as keybindingToSymbols,
|
|
535
|
+
cl as keybindingsEqual,
|
|
535
536
|
D as kn,
|
|
536
537
|
xo as loaderVariants,
|
|
537
|
-
|
|
538
|
-
|
|
538
|
+
Sl as matchesKeybinding,
|
|
539
|
+
Cl as parseKeybinding,
|
|
539
540
|
ra as promptVariants,
|
|
540
541
|
je as resolveChartPalette,
|
|
541
|
-
|
|
542
|
-
|
|
542
|
+
bl as scopePriority,
|
|
543
|
+
Tl as serialiseOverrides,
|
|
543
544
|
Fa as sheetVariants,
|
|
544
545
|
Zi as stepVariants,
|
|
545
546
|
ji as stepperVariants,
|
|
546
547
|
ln as tagGroupVariants,
|
|
547
548
|
xn as tagVariants,
|
|
548
549
|
Sn as textareaVariants,
|
|
549
|
-
|
|
550
|
+
ad as toast,
|
|
550
551
|
An as toastVariants,
|
|
551
552
|
up as tooltipVariants,
|
|
552
|
-
|
|
553
|
+
Fl as useBrowserShortcuts,
|
|
553
554
|
yd as useChoiceCardGroup,
|
|
554
|
-
|
|
555
|
+
Al as useCommandPalette,
|
|
555
556
|
Un as useDataGridVirtualRows,
|
|
556
557
|
Fn as useDataSource,
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
558
|
+
Hp as useDataTable,
|
|
559
|
+
Up as useDataTableSheet,
|
|
560
|
+
Kp as useDataTableSheetApi,
|
|
561
|
+
vp as useDataTableSheetPortal,
|
|
562
|
+
Bp as useDataTableSheetPortalStore,
|
|
562
563
|
Gn as useDebouncedValue,
|
|
563
564
|
zd as useFieldContext,
|
|
564
565
|
wl as useGlobalShortcut,
|
|
565
566
|
p as useImpactNovaI18n,
|
|
566
|
-
|
|
567
|
+
Io as useNotificationContext,
|
|
567
568
|
vn as useRowState,
|
|
568
|
-
|
|
569
|
-
|
|
569
|
+
Ml as useShortcut,
|
|
570
|
+
ed as useShortcutOverlay,
|
|
570
571
|
di as useSidebar,
|
|
571
|
-
|
|
572
|
-
|
|
572
|
+
id as useToast,
|
|
573
|
+
_n as useVirtualizedList,
|
|
573
574
|
Xn as useVirtualizedListContext,
|
|
574
|
-
|
|
575
|
-
|
|
575
|
+
Rn as useVirtualizedRows,
|
|
576
|
+
gd as useWizard
|
|
576
577
|
};
|