impact-nova 1.7.16 → 1.7.18
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/ag-grid-react/index.js +215 -170
- package/dist/components/ui/data-table/data-table-context.d.ts +1 -1
- package/dist/components/ui/data-table/data-table-format-options.js +9 -5
- package/dist/components/ui/data-table/data-table.js +12 -11
- package/dist/components/ui/empty-container.js +5 -2
- package/dist/i18n/defaultMessages.d.ts +1 -0
- package/dist/i18n/defaultMessages.js +11 -10
- package/dist/i18n/locales/de.js +1 -0
- package/dist/i18n/locales/es.js +1 -0
- package/dist/i18n/locales/hi.js +1 -0
- package/dist/i18n/locales/kn.js +1 -0
- package/dist/impact-nova.css +1 -1
- package/package.json +1 -1
|
@@ -73,7 +73,10 @@ const T = m.forwardRef(({ className: o, children: t, asChild: e = !1, ...n }, a)
|
|
|
73
73
|
e ? p : "h3",
|
|
74
74
|
{
|
|
75
75
|
ref: a,
|
|
76
|
-
className: s(
|
|
76
|
+
className: s(
|
|
77
|
+
"text-xl font-bold tracking-tight leading-[30px] text-content",
|
|
78
|
+
o
|
|
79
|
+
),
|
|
77
80
|
"data-component": "empty-container-title",
|
|
78
81
|
...n,
|
|
79
82
|
children: t
|
|
@@ -85,7 +88,7 @@ const j = m.forwardRef(({ className: o, children: t, asChild: e = !1, ...n }, a)
|
|
|
85
88
|
{
|
|
86
89
|
ref: a,
|
|
87
90
|
className: s(
|
|
88
|
-
"text-base leading-
|
|
91
|
+
"text-base leading-[21px] mt-1 font-medium text-secondary-foreground",
|
|
89
92
|
o
|
|
90
93
|
),
|
|
91
94
|
"data-component": "empty-container-description",
|
|
@@ -116,6 +116,7 @@ export interface DataTableMessages {
|
|
|
116
116
|
numericK: string;
|
|
117
117
|
numericM: string;
|
|
118
118
|
numericB: string;
|
|
119
|
+
numericPrecision: string;
|
|
119
120
|
/** Saved table views (toolbar / settings sheet) */
|
|
120
121
|
savedViewsNotApplicable: string;
|
|
121
122
|
savedViewsOpenMenu: string;
|
|
@@ -100,6 +100,7 @@ const e = {
|
|
|
100
100
|
numericK: "In K (Thousands)",
|
|
101
101
|
numericM: "In M (Millions)",
|
|
102
102
|
numericB: "In B (Billions)",
|
|
103
|
+
numericPrecision: "Full precision (decimals)",
|
|
103
104
|
savedViewsNotApplicable: "Not applicable",
|
|
104
105
|
savedViewsOpenMenu: "Open saved views",
|
|
105
106
|
savedViewsTitle: "Saved views",
|
|
@@ -119,7 +120,7 @@ const e = {
|
|
|
119
120
|
savedViewsDeleteConfirmTitle: "Delete saved view?",
|
|
120
121
|
savedViewsDeleteConfirmDescription: 'This will permanently delete "{{viewName}}". You cannot undo this action.',
|
|
121
122
|
savedViewsDeleteConfirmButton: "Delete"
|
|
122
|
-
},
|
|
123
|
+
}, i = {
|
|
123
124
|
close: "Close",
|
|
124
125
|
breadcrumb: "breadcrumb",
|
|
125
126
|
remove: "Remove",
|
|
@@ -131,7 +132,7 @@ const e = {
|
|
|
131
132
|
toggle: "Toggle",
|
|
132
133
|
more: "More",
|
|
133
134
|
loading: "Loading"
|
|
134
|
-
},
|
|
135
|
+
}, r = {
|
|
135
136
|
cancel: "Cancel",
|
|
136
137
|
confirm: "Confirm"
|
|
137
138
|
}, c = {
|
|
@@ -160,13 +161,13 @@ const e = {
|
|
|
160
161
|
}, m = {
|
|
161
162
|
scrollLeft: "Scroll left",
|
|
162
163
|
scrollRight: "Scroll right"
|
|
163
|
-
},
|
|
164
|
+
}, p = {
|
|
164
165
|
viewMore: "View More",
|
|
165
166
|
viewLess: "View Less",
|
|
166
167
|
logout: "Logout"
|
|
167
|
-
},
|
|
168
|
+
}, f = {
|
|
168
169
|
stepOfTotal: "Step {{current}} of {{total}}"
|
|
169
|
-
},
|
|
170
|
+
}, h = {
|
|
170
171
|
title: "Advanced Filter",
|
|
171
172
|
currentColumn: "Current Column",
|
|
172
173
|
allFilters: "All Filters",
|
|
@@ -217,16 +218,16 @@ const e = {
|
|
|
217
218
|
select: o,
|
|
218
219
|
nestedList: s,
|
|
219
220
|
dataTable: n,
|
|
220
|
-
aria:
|
|
221
|
-
prompt:
|
|
221
|
+
aria: i,
|
|
222
|
+
prompt: r,
|
|
222
223
|
filterStrip: c,
|
|
223
224
|
filterPanel: d,
|
|
224
|
-
advancedFilter:
|
|
225
|
+
advancedFilter: h,
|
|
225
226
|
gridHeader: S,
|
|
226
227
|
notificationPanel: u,
|
|
227
228
|
horizontalScroller: m,
|
|
228
|
-
sidebar:
|
|
229
|
-
stepper:
|
|
229
|
+
sidebar: p,
|
|
230
|
+
stepper: f
|
|
230
231
|
};
|
|
231
232
|
export {
|
|
232
233
|
v as defaultMessages
|
package/dist/i18n/locales/de.js
CHANGED
|
@@ -106,6 +106,7 @@ const e = {
|
|
|
106
106
|
numericK: "In T (Tausender)",
|
|
107
107
|
numericM: "In M (Millionen)",
|
|
108
108
|
numericB: "In Mrd (Milliarden)",
|
|
109
|
+
numericPrecision: "Volle Präzision (Dezimalstellen)",
|
|
109
110
|
savedViewsNotApplicable: "Nicht zutreffend",
|
|
110
111
|
savedViewsOpenMenu: "Gespeicherte Ansichten öffnen",
|
|
111
112
|
savedViewsTitle: "Gespeicherte Ansichten",
|
package/dist/i18n/locales/es.js
CHANGED
|
@@ -106,6 +106,7 @@ const e = {
|
|
|
106
106
|
numericK: "En K (miles)",
|
|
107
107
|
numericM: "En M (millones)",
|
|
108
108
|
numericB: "En B (miles de millones)",
|
|
109
|
+
numericPrecision: "Precisión completa (decimales)",
|
|
109
110
|
savedViewsNotApplicable: "No aplica",
|
|
110
111
|
savedViewsOpenMenu: "Abrir vistas guardadas",
|
|
111
112
|
savedViewsTitle: "Vistas guardadas",
|
package/dist/i18n/locales/hi.js
CHANGED
|
@@ -106,6 +106,7 @@ const e = {
|
|
|
106
106
|
numericK: "हज़ार में (K)",
|
|
107
107
|
numericM: "मिलियन में (M)",
|
|
108
108
|
numericB: "बिलियन में (B)",
|
|
109
|
+
numericPrecision: "पूर्ण परिशुद्धता (दशमलव)",
|
|
109
110
|
savedViewsNotApplicable: "लागू नहीं",
|
|
110
111
|
savedViewsOpenMenu: "सहेजे गए व्यू खोलें",
|
|
111
112
|
savedViewsTitle: "सहेजे गए व्यू",
|
package/dist/i18n/locales/kn.js
CHANGED
|
@@ -106,6 +106,7 @@ const e = {
|
|
|
106
106
|
numericK: "ಸಾವಿರದಲ್ಲಿ (K)",
|
|
107
107
|
numericM: "ಮಿಲಿಯನ್ನಲ್ಲಿ (M)",
|
|
108
108
|
numericB: "ಬಿಲಿಯನ್ನಲ್ಲಿ (B)",
|
|
109
|
+
numericPrecision: "ಪೂರ್ಣ ನಿಖರತೆ (ದಶಮಾಂಶಗಳು)",
|
|
109
110
|
savedViewsNotApplicable: "ಅನ್ವಯಿಸುವುದಿಲ್ಲ",
|
|
110
111
|
savedViewsOpenMenu: "ಉಳಿಸಿದ ವೀಕ್ಷಣೆಗಳನ್ನು ತೆರೆಯಿರಿ",
|
|
111
112
|
savedViewsTitle: "ಉಳಿಸಿದ ವೀಕ್ಷಣೆಗಳು",
|