impact-nova 1.7.4 → 1.7.5
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/ui/data-table/data-table-saved-views.d.ts +2 -0
- package/dist/components/ui/data-table/data-table-saved-views.js +348 -0
- package/dist/components/ui/data-table/data-table-view-options.d.ts +8 -0
- package/dist/components/ui/data-table/index.d.ts +2 -0
- package/dist/components/ui/data-table/index.js +16 -14
- package/dist/components/ui/sidebar.js +5 -5
- package/dist/components/ui/types/data-table-saved-views.types.d.ts +71 -0
- package/dist/i18n/defaultMessages.d.ts +19 -0
- package/dist/i18n/defaultMessages.js +33 -15
- package/dist/i18n/locales/de.js +19 -1
- package/dist/i18n/locales/es.js +19 -1
- package/dist/i18n/locales/hi.js +19 -1
- package/dist/i18n/locales/kn.js +19 -1
- package/dist/icons/assets/blocks.svg.js +1 -1
- package/dist/icons/assets/createNewDocument.svg.js +2 -2
- package/dist/icons/assets/settings.svg.js +1 -1
- package/dist/impact-nova.css +1 -1
- package/dist/index.js +91 -89
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -72,38 +72,39 @@ import { DataTableContext as Ci, useDataTable as Di } from "./components/ui/data
|
|
|
72
72
|
import { DataTableFormatOptions as Ti } from "./components/ui/data-table/data-table-format-options.js";
|
|
73
73
|
import { DataTableSheet as hi, DataTableSheetContent as Ai, DataTableSheetHeader as Ii, DataTableSheetTrigger as Mi } from "./components/ui/data-table/data-table-sheet.js";
|
|
74
74
|
import { DataTableViewMenuContent as yi, DataTableViewMenuDensity as Fi, DataTableViewMenuSettingsItem as vi, DataTableViewMenuTrigger as Bi, DataTableViewMenuViewportExpand as Li } from "./components/ui/data-table/data-table-view-menu.js";
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
75
|
+
import { DataTableSavedViews as Ei } from "./components/ui/data-table/data-table-saved-views.js";
|
|
76
|
+
import { BROWSER_SHORTCUTS as Ri, COMMAND_SOURCE_LABELS as Vi, deserialiseOverrides as Ni, fuzzyFilter as Gi, fuzzyScore as Oi, getBrowserShortcutInfo as _i, getKeySymbol as Ui, isMac as zi, isReservedShortcut as Wi, keybindingFromEvent as Ki, keybindingToString as qi, keybindingToSymbols as Xi, keybindingsEqual as Zi, matchesKeybinding as ji, parseKeybinding as Ji, scopePriority as Qi, serialiseOverrides as Yi } from "./components/ui/command-palette/utils.js";
|
|
77
|
+
import { LocalStorageAdapter as en, ShortcutRegistry as on } from "./components/ui/command-palette/shortcut-registry.js";
|
|
78
|
+
import { CommandPaletteProvider as tn, useCommandPalette as an } from "./components/ui/command-palette/command-palette-context.js";
|
|
79
|
+
import { useShortcut as pn } from "./components/ui/command-palette/use-shortcut.js";
|
|
80
|
+
import { useGlobalShortcut as mn } from "./components/ui/command-palette/use-global-shortcut.js";
|
|
81
|
+
import { useBrowserShortcuts as sn } from "./components/ui/command-palette/use-browser-shortcuts.js";
|
|
82
|
+
import { ShortcutScopeProvider as un } from "./components/ui/command-palette/shortcut-scope-provider.js";
|
|
83
|
+
import { CommandPalette as Sn, CommandPaletteEmpty as xn, CommandPaletteFooter as gn, CommandPaletteGroup as Cn, CommandPaletteInput as Dn, CommandPaletteItem as bn, CommandPaletteList as Tn, CommandPaletteSeparator as Pn, CommandPaletteShortcut as hn } from "./components/ui/command-palette/command-palette.js";
|
|
84
|
+
import { Kbd as In } from "./components/ui/command-palette/kbd.js";
|
|
85
|
+
import { ShortcutSettings as wn } from "./components/ui/command-palette/shortcut-settings.js";
|
|
86
|
+
import { toast as Fn, useToast as vn } from "./hooks/use-toast.js";
|
|
87
|
+
import { AG_GRID_VALUE_FORMATTERS as Ln } from "./components/ui/ag-grid-react/value-formatters.js";
|
|
88
|
+
import { processBackendColumnDefs as En } from "./components/ui/ag-grid-react/process-backend-columndefs.js";
|
|
89
|
+
import { addRowDataEditableCheck as Rn } from "./components/ui/ag-grid-react/editable-utils.js";
|
|
90
|
+
import { SplitCellRenderer as Nn } from "./components/ui/ag-grid-react/cell-renderers/split-cell-renderer.js";
|
|
91
|
+
import { ImpactNovaI18nProvider as On, useImpactNovaI18n as _n } from "./i18n/ImpactNovaI18nContext.js";
|
|
92
|
+
import { buildSectionedFlatList as zn } from "./lib/virtualized/sectioned.js";
|
|
93
|
+
import { de as Kn } from "./i18n/locales/de.js";
|
|
94
|
+
import { defaultMessages as Xn } from "./i18n/defaultMessages.js";
|
|
95
|
+
import { es as jn } from "./i18n/locales/es.js";
|
|
96
|
+
import { getDateFnsLocale as Qn, getIntlLocale as Yn } from "./i18n/getDateFnsLocale.js";
|
|
97
|
+
import { getSelectionCountsFromState as ep } from "./lib/virtualized/selection-counts.js";
|
|
98
|
+
import { hi as rp } from "./i18n/locales/hi.js";
|
|
99
|
+
import { kn as ap } from "./i18n/locales/kn.js";
|
|
100
|
+
import { useDataGridVirtualRows as np } from "./lib/virtualized/useDataGrid.js";
|
|
101
|
+
import { useDataSource as lp } from "./lib/virtualized/useDataSource.js";
|
|
102
|
+
import { useDebouncedValue as dp } from "./lib/virtualized/useDebouncedValue.js";
|
|
103
|
+
import { useRowState as fp } from "./lib/virtualized/useRowState.js";
|
|
104
|
+
import { useVirtualizedList as cp } from "./lib/virtualized/useVirtualizedList.js";
|
|
105
|
+
import { useVirtualizedRows as xp } from "./lib/virtualized/useVirtualizedRows.js";
|
|
105
106
|
export {
|
|
106
|
-
|
|
107
|
+
Ln as AG_GRID_VALUE_FORMATTERS,
|
|
107
108
|
n as Accordion,
|
|
108
109
|
p as AccordionContent,
|
|
109
110
|
l as AccordionItem,
|
|
@@ -127,7 +128,7 @@ export {
|
|
|
127
128
|
F as Avatar,
|
|
128
129
|
v as AvatarFallback,
|
|
129
130
|
B as AvatarImage,
|
|
130
|
-
|
|
131
|
+
Ri as BROWSER_SHORTCUTS,
|
|
131
132
|
E as Badge,
|
|
132
133
|
V as Breadcrumb,
|
|
133
134
|
N as BreadcrumbArrowSeparator,
|
|
@@ -140,7 +141,7 @@ export {
|
|
|
140
141
|
K as BreadcrumbSeparator,
|
|
141
142
|
Q as Button,
|
|
142
143
|
Z as ButtonGroup,
|
|
143
|
-
|
|
144
|
+
Vi as COMMAND_SOURCE_LABELS,
|
|
144
145
|
$ as Calendar,
|
|
145
146
|
ee as CalendarDayButton,
|
|
146
147
|
re as Card,
|
|
@@ -158,22 +159,23 @@ export {
|
|
|
158
159
|
Se as ChartTitle,
|
|
159
160
|
De as Checkbox,
|
|
160
161
|
Te as Chip,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
162
|
+
Sn as CommandPalette,
|
|
163
|
+
xn as CommandPaletteEmpty,
|
|
164
|
+
gn as CommandPaletteFooter,
|
|
165
|
+
Cn as CommandPaletteGroup,
|
|
166
|
+
Dn as CommandPaletteInput,
|
|
167
|
+
bn as CommandPaletteItem,
|
|
168
|
+
Tn as CommandPaletteList,
|
|
169
|
+
tn as CommandPaletteProvider,
|
|
170
|
+
Pn as CommandPaletteSeparator,
|
|
171
|
+
hn as CommandPaletteShortcut,
|
|
171
172
|
ui as DATA_TABLE_SCOPED_SHEET_HOST_MIN_HEIGHT_PX,
|
|
172
173
|
mi as DataTable,
|
|
173
174
|
xi as DataTableColumnList,
|
|
174
175
|
di as DataTableContent,
|
|
175
176
|
Ci as DataTableContext,
|
|
176
177
|
Ti as DataTableFormatOptions,
|
|
178
|
+
Ei as DataTableSavedViews,
|
|
177
179
|
hi as DataTableSheet,
|
|
178
180
|
Ai as DataTableSheetContent,
|
|
179
181
|
Ii as DataTableSheetHeader,
|
|
@@ -258,11 +260,11 @@ export {
|
|
|
258
260
|
fr as HoverCardContent,
|
|
259
261
|
ur as HoverCardTrigger,
|
|
260
262
|
o as Icons,
|
|
261
|
-
|
|
263
|
+
On as ImpactNovaI18nProvider,
|
|
262
264
|
Sr as Input,
|
|
263
|
-
|
|
265
|
+
In as Kbd,
|
|
264
266
|
gr as Loader,
|
|
265
|
-
|
|
267
|
+
en as LocalStorageAdapter,
|
|
266
268
|
Ie as MonthPicker,
|
|
267
269
|
we as MonthRangePicker,
|
|
268
270
|
ke as MultiDatePicker,
|
|
@@ -314,9 +316,9 @@ export {
|
|
|
314
316
|
Bt as SheetPortal,
|
|
315
317
|
Lt as SheetTitle,
|
|
316
318
|
Ht as SheetTrigger,
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
319
|
+
on as ShortcutRegistry,
|
|
320
|
+
un as ShortcutScopeProvider,
|
|
321
|
+
wn as ShortcutSettings,
|
|
320
322
|
kt as Sidebar,
|
|
321
323
|
Rt as SidebarContent,
|
|
322
324
|
Vt as SidebarFooter,
|
|
@@ -345,7 +347,7 @@ export {
|
|
|
345
347
|
da as Skeleton,
|
|
346
348
|
fa as Slider,
|
|
347
349
|
ca as SmartInput,
|
|
348
|
-
|
|
350
|
+
Nn as SplitCellRenderer,
|
|
349
351
|
xa as StatisticsCardChart,
|
|
350
352
|
ga as StatisticsCardHeader,
|
|
351
353
|
Ca as StatisticsCardLegend,
|
|
@@ -382,66 +384,66 @@ export {
|
|
|
382
384
|
pi as TooltipTrigger,
|
|
383
385
|
Be as WeekPicker,
|
|
384
386
|
He as WeekRangePicker,
|
|
385
|
-
|
|
387
|
+
Rn as addRowDataEditableCheck,
|
|
386
388
|
w as alertVariants,
|
|
387
389
|
L as avatarVariants,
|
|
388
390
|
k as badgeVariants,
|
|
389
|
-
|
|
391
|
+
zn as buildSectionedFlatList,
|
|
390
392
|
j as buttonGroupVariants,
|
|
391
393
|
ft as cx,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
394
|
+
Kn as de,
|
|
395
|
+
Xn as defaultMessages,
|
|
396
|
+
Ni as deserialiseOverrides,
|
|
395
397
|
Fo as dynamicLayoutVariants,
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
398
|
+
jn as es,
|
|
399
|
+
Gi as fuzzyFilter,
|
|
400
|
+
Oi as fuzzyScore,
|
|
399
401
|
ge as getBaseChartOptions,
|
|
400
|
-
|
|
401
|
-
|
|
402
|
+
_i as getBrowserShortcutInfo,
|
|
403
|
+
Qn as getDateFnsLocale,
|
|
402
404
|
ut as getIndeterminateState,
|
|
403
|
-
|
|
404
|
-
|
|
405
|
+
Yn as getIntlLocale,
|
|
406
|
+
Ui as getKeySymbol,
|
|
405
407
|
ct as getLeafOptions,
|
|
406
408
|
St as getSelectedCount,
|
|
407
|
-
|
|
409
|
+
ep as getSelectionCountsFromState,
|
|
408
410
|
xt as getSequence,
|
|
409
|
-
|
|
411
|
+
rp as hi,
|
|
410
412
|
gt as isInvertedSelection,
|
|
411
|
-
|
|
413
|
+
zi as isMac,
|
|
412
414
|
Ct as isOptionArray,
|
|
413
|
-
|
|
415
|
+
Wi as isReservedShortcut,
|
|
414
416
|
Dt as isSelected,
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
417
|
+
Ki as keybindingFromEvent,
|
|
418
|
+
qi as keybindingToString,
|
|
419
|
+
Xi as keybindingToSymbols,
|
|
420
|
+
Zi as keybindingsEqual,
|
|
421
|
+
ap as kn,
|
|
420
422
|
Cr as loaderVariants,
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
423
|
+
ji as matchesKeybinding,
|
|
424
|
+
Ji as parseKeybinding,
|
|
425
|
+
En as processBackendColumnDefs,
|
|
424
426
|
it as promptVariants,
|
|
425
|
-
|
|
426
|
-
|
|
427
|
+
Qi as scopePriority,
|
|
428
|
+
Yi as serialiseOverrides,
|
|
427
429
|
Fa as stepVariants,
|
|
428
430
|
va as stepperVariants,
|
|
429
431
|
_a as tagGroupVariants,
|
|
430
432
|
Wa as tagVariants,
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
433
|
+
Fn as toast,
|
|
434
|
+
sn as useBrowserShortcuts,
|
|
435
|
+
an as useCommandPalette,
|
|
436
|
+
np as useDataGridVirtualRows,
|
|
437
|
+
lp as useDataSource,
|
|
436
438
|
Di as useDataTable,
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
439
|
+
dp as useDebouncedValue,
|
|
440
|
+
mn as useGlobalShortcut,
|
|
441
|
+
_n as useImpactNovaI18n,
|
|
440
442
|
Fr as useNotificationContext,
|
|
441
|
-
|
|
442
|
-
|
|
443
|
+
fp as useRowState,
|
|
444
|
+
pn as useShortcut,
|
|
443
445
|
na as useSidebar,
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
446
|
+
vn as useToast,
|
|
447
|
+
cp as useVirtualizedList,
|
|
448
|
+
xp as useVirtualizedRows
|
|
447
449
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impact-nova",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.5",
|
|
4
4
|
"description": "Enterprise-grade React design system built with React 19, Vite, Tailwind CSS, and Radix UI. Built-in internationalization (i18n) and comprehensive UI component library for scalable, accessible, and performant applications.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|