impact-nova 2.2.6 → 2.2.7
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/cell-renderers/link-with-batch-cell-renderer.js +96 -120
- package/dist/components/data/data-table/data-table-saved-views.js +70 -79
- package/dist/components/data-display/badge/badge.variants.d.ts +2 -2
- package/dist/components/feedback/alert/alert.variants.d.ts +1 -1
- package/dist/components/feedback/tooltip/badge-overflow-tooltip.d.ts +19 -0
- package/dist/components/feedback/tooltip/badge-overflow-tooltip.js +48 -0
- package/dist/components/feedback/tooltip/index.d.ts +2 -0
- package/dist/components/feedback/tooltip/index.js +11 -9
- package/dist/components/feedback/tooltip/overflow-tooltip.js +73 -50
- package/dist/components/feedback/tooltip/overflow-tooltip.types.d.ts +5 -0
- package/dist/components/feedback/tooltip/tooltip.d.ts +2 -2
- package/dist/components/feedback/tooltip/tooltip.js +65 -28
- package/dist/components/feedback/tooltip/tooltip.variants.js +1 -1
- package/dist/components/feedback/tooltip/use-overflow-tooltip.js +89 -35
- package/dist/components/flows/filter-panel/filter-panel.js +33 -29
- package/dist/components/flows/filter-strip/filter-summary.js +126 -137
- package/dist/components/flows/filter-strip/filter-tag-list.js +18 -18
- package/dist/components/forms/prompt/prompt.variants.d.ts +1 -1
- package/dist/components/forms/select/components/SelectMenuPanel.js +26 -22
- package/dist/components/forms/select/components/SelectOptionRow.js +67 -64
- package/dist/components/forms/select/components/Submenu.js +40 -35
- package/dist/components/forms/select/hooks/useSuppressOptionClickForTextSelection.d.ts +5 -0
- package/dist/components/forms/select/hooks/useSuppressOptionClickForTextSelection.js +28 -0
- package/dist/components/forms/select/select.js +121 -120
- package/dist/components/forms/select/utils/shouldSuppressOptionClickForTextSelection.d.ts +5 -0
- package/dist/components/forms/select/utils/shouldSuppressOptionClickForTextSelection.js +16 -0
- package/dist/components/primitives/tag/tag.variants.d.ts +1 -1
- package/dist/impact-nova.css +1 -1
- package/dist/index.js +153 -151
- package/dist/lib/overlay/prevent-dismiss-on-tooltip-outside.d.ts +3 -0
- package/dist/lib/overlay/prevent-dismiss-on-tooltip-outside.js +34 -0
- package/dist/lib/tooltip/tooltip-content-interaction.d.ts +4 -0
- package/dist/lib/tooltip/tooltip-content-interaction.js +21 -0
- package/dist/llms/rules/installation.js +1 -1
- package/dist/llms/rules/requirements.js +1 -1
- package/dist/providers/app-providers.js +18 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ 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 I, AccordionContent as L, AccordionItem as A, AccordionTrigger as
|
|
12
|
+
import { Accordion as I, AccordionContent as L, AccordionItem as A, AccordionTrigger as w } from "./components/primitives/accordion/accordion.js";
|
|
13
13
|
import { AlertDialog as M, AlertDialogAction as E, AlertDialogCancel as v, AlertDialogContent as y, AlertDialogDescription as H, AlertDialogFooter as F, AlertDialogHeader as B, AlertDialogOverlay as z, AlertDialogPortal as R, AlertDialogTitle as _, AlertDialogTrigger as N } from "./components/feedback/alert-dialog/alert-dialog.js";
|
|
14
14
|
import { Alert as k, 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";
|
|
@@ -24,7 +24,7 @@ import { buttonVariants as De } from "./components/primitives/button/button.vari
|
|
|
24
24
|
import { Calendar as Pe } from "./components/data-display/calendar/calendar.js";
|
|
25
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
|
|
27
|
+
import { Card as Ve, CardContent as Me, CardDescription as Ee, CardFooter as ve, CardHeader as ye, CardTitle as He } from "./components/data-display/card/card.js";
|
|
28
28
|
import { Chart as Be, ChartActions as ze, ChartContainer as Re, ChartContent as _e, ChartFullScreen as Ne, ChartHeader as Oe, ChartTitle as ke } 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";
|
|
@@ -42,13 +42,13 @@ 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 Lr, DialogBody as Ar, DialogClose as
|
|
45
|
+
import { Dialog as Lr, DialogBody as Ar, DialogClose as wr, DialogContent as Vr, DialogDescription as Mr, DialogFooter as Er, DialogHeader as vr, DialogOverlay as yr, DialogPortal as Hr, DialogTitle as Fr, DialogTrigger as Br } from "./components/feedback/dialog/dialog.js";
|
|
46
46
|
import { Drawer as Rr, DrawerClose as _r, DrawerContent as Nr, DrawerDescription as Or, DrawerFooter as kr, 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 eo, DropdownMenuPortal as ro, DropdownMenuRadioGroup as oo, DropdownMenuRadioItem as to, DropdownMenuSeparator as ao, DropdownMenuShortcut as io, DropdownMenuSub as no, DropdownMenuSubContent as po, DropdownMenuSubTrigger as lo, DropdownMenuTrigger as mo } from "./components/feedback/dropdown-menu/dropdown-menu.js";
|
|
48
48
|
import { DynamicLayout as fo, GridLayout as xo } from "./components/layout/dynamic-layout/dynamic-layout.js";
|
|
49
49
|
import { dynamicLayoutVariants as co } from "./components/layout/dynamic-layout/dynamic-layout.variants.js";
|
|
50
50
|
import { EmptyContainer as Co, EmptyContainerAction as bo, EmptyContainerDescription as To, EmptyContainerImage as Do, EmptyContainerTitle as go } from "./components/primitives/empty-container/empty-container.js";
|
|
51
|
-
import { FileUpload as ho, FileUploadClose as Io, FileUploadContent as Lo, FileUploadDescription as Ao, FileUploadDropZone as
|
|
51
|
+
import { FileUpload as ho, FileUploadClose as Io, FileUploadContent as Lo, FileUploadDescription as Ao, FileUploadDropZone as wo, FileUploadFooter as Vo, FileUploadHeader as Mo, FileUploadItem as Eo, FileUploadList as vo, FileUploadTitle as yo } from "./components/forms/file-upload/file-upload.js";
|
|
52
52
|
import { FilterPanel as Fo, FilterPanelBody as Bo, FilterPanelFooter as zo, FilterPanelHeader as Ro, FilterPanelSidebar as _o } from "./components/flows/filter-panel/filter-panel.js";
|
|
53
53
|
import { FilterStrip as Oo } from "./components/flows/filter-strip/filter-strip.js";
|
|
54
54
|
import { Header as Go, HeaderBadge as Wo, HeaderBotButton as Uo, HeaderLeft as Ko, HeaderLogo as qo, HeaderRight as Xo, HeaderSeparator as Zo, HeaderTitle as jo, NotificationIconButton as Jo } from "./components/layout/header/header.js";
|
|
@@ -64,7 +64,7 @@ import { loaderVariants as St } from "./components/primitives/loader/loader.vari
|
|
|
64
64
|
import { NestedList as bt } from "./components/data/nested-list/nested-list.js";
|
|
65
65
|
import { SelectionMode as Dt } from "./components/data/nested-list/nested-list.types.js";
|
|
66
66
|
import { NotificationPanel as Pt, NotificationPanelBody as ht, NotificationPanelContent as It, NotificationPanelFooter as Lt, NotificationPanelHeader as At } from "./components/flows/notification-panel/notification-panel.js";
|
|
67
|
-
import { useNotificationContext as
|
|
67
|
+
import { useNotificationContext as Vt } from "./components/flows/notification-panel/notification-panel-context.js";
|
|
68
68
|
import { NotificationEmpty as Et, NotificationGroup as vt, NotificationList as yt } from "./components/flows/notification-panel/notification-list.js";
|
|
69
69
|
import { NotificationItem as Ft, NotificationItemActions as Bt, NotificationItemContent as zt, NotificationItemDescription as Rt, NotificationItemIcon as _t, NotificationItemTitle as Nt } from "./components/flows/notification-panel/notification-item.js";
|
|
70
70
|
import { Popover as kt, PopoverAnchor as Gt, PopoverBody as Wt, PopoverClose as Ut, PopoverContent as Kt, PopoverFooter as qt, PopoverHeader as Xt, PopoverTitle as Zt, PopoverTrigger as jt } from "./components/feedback/popover/popover.js";
|
|
@@ -76,14 +76,14 @@ import { RadioGroup as pa, RadioGroupItem as la } from "./components/forms/radio
|
|
|
76
76
|
import { Select as ma } from "./components/forms/select/select.js";
|
|
77
77
|
import { cloneSelectValue as fa, cx as xa, getIndeterminateState as ua, getLeafOptions as ca, getSelectedCount as Sa, getSequence as Ca, isInvertedSelection as ba, isOptionArray as Ta, isSelected as Da } from "./components/forms/select/utils/select.js";
|
|
78
78
|
import { Separator as Pa } from "./components/data-display/separator/separator.js";
|
|
79
|
-
import { Sheet as Ia, SheetBody as La, SheetClose as Aa, SheetContent as
|
|
79
|
+
import { Sheet as Ia, SheetBody as La, SheetClose as Aa, SheetContent as wa, SheetDescription as Va, SheetFooter as Ma, SheetHeader as Ea, SheetOverlay as va, SheetPortal as ya, SheetTitle as Ha, SheetTrigger as Fa } from "./components/feedback/sheet/sheet.js";
|
|
80
80
|
import { sheetVariants as za } from "./components/feedback/sheet/sheet.variants.js";
|
|
81
81
|
import { Show as _a } from "./components/ui/show.js";
|
|
82
82
|
import { Sidebar as Oa, SidebarContent as ka, SidebarFooter as Ga, SidebarGroup as Wa, SidebarGroupAction as Ua, SidebarGroupContent as Ka, SidebarGroupLabel as qa, SidebarHeader as Xa, SidebarInput as Za, SidebarInset as ja, SidebarLogout as Ja, SidebarMenu as Qa, SidebarMenuAction as Ya, SidebarMenuBadge as $a, SidebarMenuButton as ei, SidebarMenuCollapsible as ri, SidebarMenuItem as oi, SidebarMenuLabel as ti, SidebarMenuSkeleton as ai, SidebarMenuSub as ii, SidebarMenuSubButton as ni, SidebarMenuSubItem as pi, SidebarProvider as li, SidebarRail as di, SidebarSeparator as mi, SidebarTrigger as si } from "./components/layout/sidebar/sidebar.js";
|
|
83
83
|
import { useSidebar as xi } from "./components/layout/sidebar/sidebar-context.js";
|
|
84
84
|
import { ExpandableListItem as ci } from "./components/data/expandable-list-item/expandable-list-item-preset.js";
|
|
85
85
|
import { ExpandableListItemCheckbox as Ci, ExpandableListItemContent as bi, ExpandableListItemDescription as Ti, ExpandableListItemFooter as Di, ExpandableListItemHeader as gi, ExpandableListItemMedia as Pi, ExpandableListItemRoot as hi, ExpandableListItemRow as Ii, ExpandableListItemTitle as Li, ExpandableListItemTrigger as Ai } from "./components/data/expandable-list-item/expandable-list-item-parts.js";
|
|
86
|
-
import { ExpandableListItemMetrics as
|
|
86
|
+
import { ExpandableListItemMetrics as Vi } from "./components/data/expandable-list-item/expandable-list-item-metrics.js";
|
|
87
87
|
import { ExpandableListItemAttributes as Ei } from "./components/data/expandable-list-item/expandable-list-item-attributes.js";
|
|
88
88
|
import { Skeleton as yi } from "./components/data-display/skeleton/skeleton.js";
|
|
89
89
|
import { Slider as Fi } from "./components/forms/slider/slider.js";
|
|
@@ -99,7 +99,7 @@ import { Tag as un } from "./components/primitives/tag/tag.js";
|
|
|
99
99
|
import { tagVariants as Sn } from "./components/primitives/tag/tag.variants.js";
|
|
100
100
|
import { Textarea as bn } from "./components/forms/textarea/textarea.js";
|
|
101
101
|
import { textareaVariants as Dn } from "./components/forms/textarea/textarea.variants.js";
|
|
102
|
-
import { Toast as Pn, ToastAction as hn, ToastClose as In, ToastDescription as Ln, ToastProvider as An, ToastTitle as
|
|
102
|
+
import { Toast as Pn, ToastAction as hn, ToastClose as In, ToastDescription as Ln, ToastProvider as An, ToastTitle as wn, ToastViewport as Vn } from "./components/feedback/toast/toast.js";
|
|
103
103
|
import { toastVariants as En } from "./components/feedback/toast/toast.variants.js";
|
|
104
104
|
import { Toaster as yn } from "./components/feedback/toast/toaster.js";
|
|
105
105
|
import { getSelectionCountsFromState as Fn } from "./lib/virtualized/selection-counts.js";
|
|
@@ -117,46 +117,47 @@ import { Tooltip as xp, TooltipContent as up, TooltipProvider as cp, TooltipTrig
|
|
|
117
117
|
import { tooltipVariants as bp } from "./components/feedback/tooltip/tooltip.variants.js";
|
|
118
118
|
import { ButtonIconTooltip as Dp } from "./components/feedback/tooltip/button-icon-tooltip.js";
|
|
119
119
|
import { OverflowTooltip as Pp } from "./components/feedback/tooltip/overflow-tooltip.js";
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
132
|
-
import {
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
120
|
+
import { BadgeOverflowTooltip as Ip } from "./components/feedback/tooltip/badge-overflow-tooltip.js";
|
|
121
|
+
import { useOverflowTooltip as Ap } from "./components/feedback/tooltip/use-overflow-tooltip.js";
|
|
122
|
+
import { defaultAccordionTooltipRender as Vp, defaultTabTooltipRender as Mp } from "./components/feedback/tooltip/tab-tooltip-render.js";
|
|
123
|
+
import { DataTable as vp, DataTableContent as yp, DataTableToolbar as Hp } from "./components/data/data-table/data-table.js";
|
|
124
|
+
import { DATA_TABLE_SCOPED_SHEET_HOST_MIN_HEIGHT_PX as Bp, DATA_TABLE_SHEET_SLIDE_TRANSITION_MS as zp, TABLE_VIEWPORT_SHELL_EXPANDED_CLASS as Rp } from "./components/data/data-table/data-table-constants.js";
|
|
125
|
+
import { DataTableColumnList as Np } from "./components/data/data-table/data-table-column-list.js";
|
|
126
|
+
import { DataTableContext as kp, DataTableSheetPortalStoreContext as Gp, useDataTable as Wp, useDataTableSheetPortal as Up, useDataTableSheetPortalStore as Kp } from "./components/data/data-table/data-table-context.js";
|
|
127
|
+
import { DataTableFormatOptions as Xp } from "./components/data/data-table/data-table-format-options.js";
|
|
128
|
+
import { DataTableSheet as jp, DataTableSheetContent as Jp, DataTableSheetHeader as Qp, DataTableSheetTrigger as Yp } from "./components/data/data-table/data-table-sheet.js";
|
|
129
|
+
import { useDataTableSheet as el, useDataTableSheetApi as rl } from "./components/data/data-table/data-table-sheet-context.js";
|
|
130
|
+
import { DataTableViewMenuContent as tl, DataTableViewMenuDensity as al, DataTableViewMenuSettingsItem as il, DataTableViewMenuTrigger as nl, DataTableViewMenuViewportExpand as pl } from "./components/data/data-table/data-table-view-menu.js";
|
|
131
|
+
import { DataTableSavedViews as dl } from "./components/data/data-table/data-table-saved-views.js";
|
|
132
|
+
import { PinSwitch as sl } from "./components/data/data-table/pin-switch.js";
|
|
133
|
+
import { ColumnIndicator as xl } from "./components/data/data-table/column-indicator.js";
|
|
134
|
+
import { IndicatorLegend as cl } from "./components/data/data-table/indicator-legend.js";
|
|
135
|
+
import { BROWSER_SHORTCUTS as Cl, COMMAND_SOURCE_LABELS as bl, deserialiseOverrides as Tl, fuzzyFilter as Dl, fuzzyScore as gl, getBrowserShortcutInfo as Pl, isReservedShortcut as hl, keybindingFromEvent as Il, keybindingsEqual as Ll, matchesKeybinding as Al, parseKeybinding as wl, scopePriority as Vl, serialiseOverrides as Ml } from "./components/flows/command-palette/utils.js";
|
|
136
|
+
import { LocalStorageAdapter as vl, ShortcutRegistry as yl } from "./components/flows/command-palette/shortcut-registry.js";
|
|
137
|
+
import { CommandPaletteProvider as Fl } from "./components/flows/command-palette/command-palette-context.js";
|
|
138
|
+
import { useCommandPalette as zl } from "./components/flows/command-palette/use-command-palette.js";
|
|
139
|
+
import { useShortcut as _l } from "./components/flows/command-palette/use-shortcut.js";
|
|
140
|
+
import { useGlobalShortcut as Ol } from "./components/flows/command-palette/use-global-shortcut.js";
|
|
141
|
+
import { useBrowserShortcuts as Gl } from "./components/flows/command-palette/use-browser-shortcuts.js";
|
|
142
|
+
import { ShortcutScopeProvider as Ul } from "./components/flows/command-palette/shortcut-scope-provider.js";
|
|
143
|
+
import { CommandPalette as ql, CommandPaletteEmpty as Xl, CommandPaletteFooter as Zl, CommandPaletteGroup as jl, CommandPaletteInput as Jl, CommandPaletteItem as Ql, CommandPaletteList as Yl, CommandPaletteSeparator as $l, CommandPaletteShortcut as ed } from "./components/flows/command-palette/command-palette.js";
|
|
144
|
+
import { Kbd as od } from "./components/primitives/kbd/kbd.js";
|
|
145
|
+
import { getKeySymbol as ad, isMac as id, keybindingToString as nd, keybindingToSymbols as pd } from "./components/primitives/kbd/keybinding-display.js";
|
|
146
|
+
import { ShortcutOverlayProvider as dd, useShortcutOverlay as md } from "./components/flows/command-palette/shortcut-overlay-context.js";
|
|
147
|
+
import { ShortcutOverlay as fd } from "./components/flows/command-palette/shortcut-overlay.js";
|
|
148
|
+
import { toast as ud, useToast as cd } from "./hooks/use-toast.js";
|
|
149
|
+
import { WizardBody as Cd, WizardContent as bd, WizardDescription as Td, WizardFooter as Dd, WizardHeader as gd, WizardLayout as Pd, WizardMedia as hd, WizardProgress as Id, WizardRoot as Ld, WizardSidebar as Ad, WizardStep as wd, WizardStepDescription as Vd, WizardTitle as Md } from "./components/flows/wizard/wizard.js";
|
|
150
|
+
import { useWizard as vd } from "./components/flows/wizard/wizard-context.js";
|
|
151
|
+
import { ChoiceCard as Hd, ChoiceCardContent as Fd, ChoiceCardDescription as Bd, ChoiceCardGroup as zd, ChoiceCardHeader as Rd, ChoiceCardIndicator as _d, ChoiceCardMedia as Nd, ChoiceCardTitle as Od, useChoiceCardGroup as kd } from "./components/forms/choice-card/choice-card.js";
|
|
152
|
+
import { AG_GRID_VALUE_FORMATTERS as Wd } from "./components/data/ag-grid-react/value-formatters.js";
|
|
153
|
+
import { Field as Kd, FormField as qd, useFieldContext as Xd } from "./lib/primitives/field.js";
|
|
153
154
|
export {
|
|
154
|
-
|
|
155
|
+
Wd as AG_GRID_VALUE_FORMATTERS,
|
|
155
156
|
I as Accordion,
|
|
156
157
|
L as AccordionContent,
|
|
157
158
|
A as AccordionItem,
|
|
158
159
|
P as AccordionNestedList,
|
|
159
|
-
|
|
160
|
+
w as AccordionTrigger,
|
|
160
161
|
k as Alert,
|
|
161
162
|
G as AlertDescription,
|
|
162
163
|
M as AlertDialog,
|
|
@@ -175,8 +176,9 @@ export {
|
|
|
175
176
|
Z as Avatar,
|
|
176
177
|
j as AvatarFallback,
|
|
177
178
|
J as AvatarImage,
|
|
178
|
-
|
|
179
|
+
Cl as BROWSER_SHORTCUTS,
|
|
179
180
|
ee as Badge,
|
|
181
|
+
Ip as BadgeOverflowTooltip,
|
|
180
182
|
ae as Breadcrumb,
|
|
181
183
|
ie as BreadcrumbArrowSeparator,
|
|
182
184
|
ne as BreadcrumbEllipsis,
|
|
@@ -193,11 +195,11 @@ export {
|
|
|
193
195
|
Ke as CHART_CANONICAL_CSS_VARS,
|
|
194
196
|
qe as CHART_PALETTE_CSS_VARS,
|
|
195
197
|
Xe as CHART_PALETTE_SIZE,
|
|
196
|
-
|
|
198
|
+
bl as COMMAND_SOURCE_LABELS,
|
|
197
199
|
Pe as Calendar,
|
|
198
200
|
Ae as CalendarCaptionHeader,
|
|
199
201
|
Ie as CalendarDayButton,
|
|
200
|
-
|
|
202
|
+
Ve as Card,
|
|
201
203
|
Me as CardContent,
|
|
202
204
|
Ee as CardDescription,
|
|
203
205
|
ve as CardFooter,
|
|
@@ -212,51 +214,51 @@ export {
|
|
|
212
214
|
ke as ChartTitle,
|
|
213
215
|
Qe as Checkbox,
|
|
214
216
|
$e as Chip,
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
217
|
+
Hd as ChoiceCard,
|
|
218
|
+
Fd as ChoiceCardContent,
|
|
219
|
+
Bd as ChoiceCardDescription,
|
|
220
|
+
zd as ChoiceCardGroup,
|
|
221
|
+
Rd as ChoiceCardHeader,
|
|
222
|
+
_d as ChoiceCardIndicator,
|
|
223
|
+
Nd as ChoiceCardMedia,
|
|
224
|
+
Od as ChoiceCardTitle,
|
|
225
|
+
xl as ColumnIndicator,
|
|
224
226
|
tr as Combobox,
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
227
|
+
ql as CommandPalette,
|
|
228
|
+
Xl as CommandPaletteEmpty,
|
|
229
|
+
Zl as CommandPaletteFooter,
|
|
230
|
+
jl as CommandPaletteGroup,
|
|
231
|
+
Jl as CommandPaletteInput,
|
|
232
|
+
Ql as CommandPaletteItem,
|
|
233
|
+
Yl as CommandPaletteList,
|
|
234
|
+
Fl as CommandPaletteProvider,
|
|
235
|
+
$l as CommandPaletteSeparator,
|
|
236
|
+
ed as CommandPaletteShortcut,
|
|
237
|
+
Bp as DATA_TABLE_SCOPED_SHEET_HOST_MIN_HEIGHT_PX,
|
|
238
|
+
zp as DATA_TABLE_SHEET_SLIDE_TRANSITION_MS,
|
|
239
|
+
vp as DataTable,
|
|
240
|
+
Np as DataTableColumnList,
|
|
241
|
+
yp as DataTableContent,
|
|
242
|
+
kp as DataTableContext,
|
|
243
|
+
Xp as DataTableFormatOptions,
|
|
244
|
+
dl as DataTableSavedViews,
|
|
245
|
+
jp as DataTableSheet,
|
|
246
|
+
Jp as DataTableSheetContent,
|
|
247
|
+
Qp as DataTableSheetHeader,
|
|
248
|
+
Gp as DataTableSheetPortalStoreContext,
|
|
249
|
+
Yp as DataTableSheetTrigger,
|
|
250
|
+
Hp as DataTableToolbar,
|
|
251
|
+
tl as DataTableViewMenuContent,
|
|
252
|
+
al as DataTableViewMenuDensity,
|
|
253
|
+
il as DataTableViewMenuSettingsItem,
|
|
254
|
+
nl as DataTableViewMenuTrigger,
|
|
255
|
+
pl as DataTableViewMenuViewportExpand,
|
|
254
256
|
pr as DatePicker,
|
|
255
257
|
xr as DateRangePicker,
|
|
256
258
|
Lr as Dialog,
|
|
257
259
|
Ar as DialogBody,
|
|
258
|
-
|
|
259
|
-
|
|
260
|
+
wr as DialogClose,
|
|
261
|
+
Vr as DialogContent,
|
|
260
262
|
Mr as DialogDescription,
|
|
261
263
|
Er as DialogFooter,
|
|
262
264
|
vr as DialogHeader,
|
|
@@ -304,18 +306,18 @@ export {
|
|
|
304
306
|
Di as ExpandableListItemFooter,
|
|
305
307
|
gi as ExpandableListItemHeader,
|
|
306
308
|
Pi as ExpandableListItemMedia,
|
|
307
|
-
|
|
309
|
+
Vi as ExpandableListItemMetrics,
|
|
308
310
|
hi as ExpandableListItemRoot,
|
|
309
311
|
Ii as ExpandableListItemRow,
|
|
310
312
|
Li as ExpandableListItemTitle,
|
|
311
313
|
Ai as ExpandableListItemTrigger,
|
|
312
|
-
|
|
314
|
+
Kd as Field,
|
|
313
315
|
ho as FileUpload,
|
|
314
316
|
Io as FileUploadClose,
|
|
315
317
|
Lo as FileUploadContent,
|
|
316
318
|
Ao as FileUploadDescription,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
+
wo as FileUploadDropZone,
|
|
320
|
+
Vo as FileUploadFooter,
|
|
319
321
|
Mo as FileUploadHeader,
|
|
320
322
|
Eo as FileUploadItem,
|
|
321
323
|
vo as FileUploadList,
|
|
@@ -326,7 +328,7 @@ export {
|
|
|
326
328
|
Ro as FilterPanelHeader,
|
|
327
329
|
_o as FilterPanelSidebar,
|
|
328
330
|
Oo as FilterStrip,
|
|
329
|
-
|
|
331
|
+
qd as FormField,
|
|
330
332
|
xo as GridLayout,
|
|
331
333
|
Go as Header,
|
|
332
334
|
Wo as HeaderBadge,
|
|
@@ -343,12 +345,12 @@ export {
|
|
|
343
345
|
nt as HoverCardTrigger,
|
|
344
346
|
i as ImpactNovaI18nProvider,
|
|
345
347
|
t as ImpactNovaProviders,
|
|
346
|
-
|
|
348
|
+
cl as IndicatorLegend,
|
|
347
349
|
lt as Input,
|
|
348
|
-
|
|
350
|
+
od as Kbd,
|
|
349
351
|
ft as Label,
|
|
350
352
|
ut as Loader,
|
|
351
|
-
|
|
353
|
+
vl as LocalStorageAdapter,
|
|
352
354
|
dr as MonthPicker,
|
|
353
355
|
sr as MonthRangePicker,
|
|
354
356
|
Tr as MultiDatePicker,
|
|
@@ -371,7 +373,7 @@ export {
|
|
|
371
373
|
Lt as NotificationPanelFooter,
|
|
372
374
|
At as NotificationPanelHeader,
|
|
373
375
|
Pp as OverflowTooltip,
|
|
374
|
-
|
|
376
|
+
sl as PinSwitch,
|
|
375
377
|
kt as Popover,
|
|
376
378
|
Gt as PopoverAnchor,
|
|
377
379
|
Wt as PopoverBody,
|
|
@@ -395,18 +397,18 @@ export {
|
|
|
395
397
|
Ia as Sheet,
|
|
396
398
|
La as SheetBody,
|
|
397
399
|
Aa as SheetClose,
|
|
398
|
-
|
|
399
|
-
|
|
400
|
+
wa as SheetContent,
|
|
401
|
+
Va as SheetDescription,
|
|
400
402
|
Ma as SheetFooter,
|
|
401
403
|
Ea as SheetHeader,
|
|
402
404
|
va as SheetOverlay,
|
|
403
405
|
ya as SheetPortal,
|
|
404
406
|
Ha as SheetTitle,
|
|
405
407
|
Fa as SheetTrigger,
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
408
|
+
fd as ShortcutOverlay,
|
|
409
|
+
dd as ShortcutOverlayProvider,
|
|
410
|
+
yl as ShortcutRegistry,
|
|
411
|
+
Ul as ShortcutScopeProvider,
|
|
410
412
|
_a as Show,
|
|
411
413
|
Oa as Sidebar,
|
|
412
414
|
ka as SidebarContent,
|
|
@@ -450,7 +452,7 @@ export {
|
|
|
450
452
|
Zi as StatisticsCardTitleTooltip,
|
|
451
453
|
Ji as Stepper,
|
|
452
454
|
rn as Switch,
|
|
453
|
-
|
|
455
|
+
Rp as TABLE_VIEWPORT_SHELL_EXPANDED_CLASS,
|
|
454
456
|
tn as Tabs,
|
|
455
457
|
an as TabsContent,
|
|
456
458
|
nn as TabsImage,
|
|
@@ -464,8 +466,8 @@ export {
|
|
|
464
466
|
In as ToastClose,
|
|
465
467
|
Ln as ToastDescription,
|
|
466
468
|
An as ToastProvider,
|
|
467
|
-
|
|
468
|
-
|
|
469
|
+
wn as ToastTitle,
|
|
470
|
+
Vn as ToastViewport,
|
|
469
471
|
yn as Toaster,
|
|
470
472
|
xp as Tooltip,
|
|
471
473
|
up as TooltipContent,
|
|
@@ -485,19 +487,19 @@ export {
|
|
|
485
487
|
sp as VirtualizedListViewport,
|
|
486
488
|
cr as WeekPicker,
|
|
487
489
|
Cr as WeekRangePicker,
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
490
|
+
Cd as WizardBody,
|
|
491
|
+
bd as WizardContent,
|
|
492
|
+
Td as WizardDescription,
|
|
493
|
+
Dd as WizardFooter,
|
|
494
|
+
gd as WizardHeader,
|
|
495
|
+
Pd as WizardLayout,
|
|
496
|
+
hd as WizardMedia,
|
|
497
|
+
Id as WizardProgress,
|
|
498
|
+
Ld as WizardRoot,
|
|
499
|
+
Ad as WizardSidebar,
|
|
500
|
+
wd as WizardStep,
|
|
501
|
+
Vd as WizardStepDescription,
|
|
502
|
+
Md as WizardTitle,
|
|
501
503
|
q as alertVariants,
|
|
502
504
|
Y as avatarVariants,
|
|
503
505
|
oe as badgeVariants,
|
|
@@ -509,20 +511,20 @@ export {
|
|
|
509
511
|
ir as comboboxSizeVariants,
|
|
510
512
|
xa as cx,
|
|
511
513
|
u as de,
|
|
512
|
-
|
|
514
|
+
Vp as defaultAccordionTooltipRender,
|
|
513
515
|
d as defaultMessages,
|
|
514
|
-
|
|
515
|
-
|
|
516
|
+
Mp as defaultTabTooltipRender,
|
|
517
|
+
Tl as deserialiseOverrides,
|
|
516
518
|
co as dynamicLayoutVariants,
|
|
517
519
|
S as es,
|
|
518
|
-
|
|
519
|
-
|
|
520
|
+
Dl as fuzzyFilter,
|
|
521
|
+
gl as fuzzyScore,
|
|
520
522
|
We as getBaseChartOptions,
|
|
521
|
-
|
|
523
|
+
Pl as getBrowserShortcutInfo,
|
|
522
524
|
s as getDateFnsLocale,
|
|
523
525
|
ua as getIndeterminateState,
|
|
524
526
|
f as getIntlLocale,
|
|
525
|
-
|
|
527
|
+
ad as getKeySymbol,
|
|
526
528
|
ca as getLeafOptions,
|
|
527
529
|
Sa as getSelectedCount,
|
|
528
530
|
Fn as getSelectionCountsFromState,
|
|
@@ -531,55 +533,55 @@ export {
|
|
|
531
533
|
b as hi,
|
|
532
534
|
mt as inputVariants,
|
|
533
535
|
ba as isInvertedSelection,
|
|
534
|
-
|
|
536
|
+
id as isMac,
|
|
535
537
|
Ta as isOptionArray,
|
|
536
|
-
|
|
538
|
+
hl as isReservedShortcut,
|
|
537
539
|
Da as isSelected,
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
540
|
+
Il as keybindingFromEvent,
|
|
541
|
+
nd as keybindingToString,
|
|
542
|
+
pd as keybindingToSymbols,
|
|
543
|
+
Ll as keybindingsEqual,
|
|
542
544
|
D as kn,
|
|
543
545
|
St as loaderVariants,
|
|
544
|
-
|
|
545
|
-
|
|
546
|
+
Al as matchesKeybinding,
|
|
547
|
+
wl as parseKeybinding,
|
|
546
548
|
ia as promptVariants,
|
|
547
549
|
je as resolveChartPalette,
|
|
548
|
-
|
|
549
|
-
|
|
550
|
+
Vl as scopePriority,
|
|
551
|
+
Ml as serialiseOverrides,
|
|
550
552
|
za as sheetVariants,
|
|
551
553
|
Yi as stepVariants,
|
|
552
554
|
$i as stepperVariants,
|
|
553
555
|
fn as tagGroupVariants,
|
|
554
556
|
Sn as tagVariants,
|
|
555
557
|
Dn as textareaVariants,
|
|
556
|
-
|
|
558
|
+
ud as toast,
|
|
557
559
|
En as toastVariants,
|
|
558
560
|
bp as tooltipVariants,
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
561
|
+
Gl as useBrowserShortcuts,
|
|
562
|
+
kd as useChoiceCardGroup,
|
|
563
|
+
zl as useCommandPalette,
|
|
562
564
|
Zn as useDataGridVirtualRows,
|
|
563
565
|
zn as useDataSource,
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
566
|
+
Wp as useDataTable,
|
|
567
|
+
el as useDataTableSheet,
|
|
568
|
+
rl as useDataTableSheetApi,
|
|
569
|
+
Up as useDataTableSheetPortal,
|
|
570
|
+
Kp as useDataTableSheetPortalStore,
|
|
569
571
|
qn as useDebouncedValue,
|
|
570
|
-
|
|
571
|
-
|
|
572
|
+
Xd as useFieldContext,
|
|
573
|
+
Ol as useGlobalShortcut,
|
|
572
574
|
ot as useHorizontalScrollOverflow,
|
|
573
575
|
p as useImpactNovaI18n,
|
|
574
|
-
|
|
575
|
-
|
|
576
|
+
Vt as useNotificationContext,
|
|
577
|
+
Ap as useOverflowTooltip,
|
|
576
578
|
_n as useRowState,
|
|
577
|
-
|
|
578
|
-
|
|
579
|
+
_l as useShortcut,
|
|
580
|
+
md as useShortcutOverlay,
|
|
579
581
|
xi as useSidebar,
|
|
580
|
-
|
|
582
|
+
cd as useToast,
|
|
581
583
|
Gn as useVirtualizedList,
|
|
582
584
|
Qn as useVirtualizedListContext,
|
|
583
585
|
On as useVirtualizedRows,
|
|
584
|
-
|
|
586
|
+
vd as useWizard
|
|
585
587
|
};
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { isTooltipContentPointerGestureActive as e, isTooltipContentElement as n } from "../tooltip/tooltip-content-interaction.js";
|
|
2
|
+
function o(t) {
|
|
3
|
+
return typeof t.composedPath != "function" ? !1 : t.composedPath().some(
|
|
4
|
+
(i) => i instanceof Element && n(i)
|
|
5
|
+
);
|
|
6
|
+
}
|
|
7
|
+
function r(t) {
|
|
8
|
+
if ("detail" in t && t.detail && typeof t.detail == "object" && "originalEvent" in t.detail) {
|
|
9
|
+
const i = t.detail.originalEvent;
|
|
10
|
+
if (i instanceof Event)
|
|
11
|
+
return i.target;
|
|
12
|
+
}
|
|
13
|
+
if (o(t)) {
|
|
14
|
+
const i = document.querySelector(
|
|
15
|
+
'[data-component="tooltip-content"]'
|
|
16
|
+
);
|
|
17
|
+
if (i)
|
|
18
|
+
return i;
|
|
19
|
+
}
|
|
20
|
+
return t.target;
|
|
21
|
+
}
|
|
22
|
+
function s(t) {
|
|
23
|
+
return e() || o(t) ? !0 : n(
|
|
24
|
+
r(t)
|
|
25
|
+
);
|
|
26
|
+
}
|
|
27
|
+
function a(t) {
|
|
28
|
+
s(t) && t.preventDefault();
|
|
29
|
+
}
|
|
30
|
+
export {
|
|
31
|
+
r as getDismissableLayerOutsideEventTarget,
|
|
32
|
+
a as preventDismissOnTooltipOutside,
|
|
33
|
+
s as shouldPreventDismissOnTooltipOutside
|
|
34
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare function isTooltipContentElement(target: EventTarget | null): boolean;
|
|
2
|
+
export declare function markTooltipContentPointerGestureStart(): void;
|
|
3
|
+
export declare function clearTooltipContentPointerGestureEnd(): void;
|
|
4
|
+
export declare function isTooltipContentPointerGestureActive(): boolean;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
let t = !1;
|
|
2
|
+
function n(e) {
|
|
3
|
+
return e instanceof Element ? !!e.closest('[data-component="tooltip-content"]') : !1;
|
|
4
|
+
}
|
|
5
|
+
function o() {
|
|
6
|
+
t = !0;
|
|
7
|
+
}
|
|
8
|
+
function i() {
|
|
9
|
+
setTimeout(() => {
|
|
10
|
+
t = !1;
|
|
11
|
+
}, 0);
|
|
12
|
+
}
|
|
13
|
+
function r() {
|
|
14
|
+
return t;
|
|
15
|
+
}
|
|
16
|
+
export {
|
|
17
|
+
i as clearTooltipContentPointerGestureEnd,
|
|
18
|
+
n as isTooltipContentElement,
|
|
19
|
+
r as isTooltipContentPointerGestureActive,
|
|
20
|
+
o as markTooltipContentPointerGestureStart
|
|
21
|
+
};
|