@m4l/components 9.2.58 → 9.2.59
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/components/DataGrid/index.d.ts +1 -1
- package/index.js +34 -30
- package/package.json +1 -1
|
@@ -6,4 +6,4 @@ export { getDataGridComponentsDictionary } from './dictionary';
|
|
|
6
6
|
export { TextEditor, NumberEditor } from './subcomponents/editors/TextEditor';
|
|
7
7
|
export { getDataGridRowsFromSet } from './utils/getDataGridRowsFromSet';
|
|
8
8
|
export type { IGridConfig, BaseConfigColumn } from './contexts/DataGridContext/types';
|
|
9
|
-
export
|
|
9
|
+
export { DATAGRID_SEMANTIC_WIDTHS, DATAGRID_ROW_HEADER_HEIGHTS, DATAGRID_ROW_HEIGHTS } from './constants';
|
package/index.js
CHANGED
|
@@ -34,6 +34,7 @@ import { D as D2 } from "./components/DataGrid/DataGrid.js";
|
|
|
34
34
|
import { g as g5 } from "./components/DataGrid/dictionary.js";
|
|
35
35
|
import { N, T as T2 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.js";
|
|
36
36
|
import { g as g6 } from "./components/DataGrid/utils/getDataGridRowsFromSet.js";
|
|
37
|
+
import { b as b3, a as a4, d as d2 } from "./components/DataGrid/constants.js";
|
|
37
38
|
import { C as C2 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/formatter.js";
|
|
38
39
|
import { u as u3 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/useColumnBoolean.js";
|
|
39
40
|
import { C as C3 } from "./components/DataGrid/formatters/ColumnConcatenatedValuesFormatter/formatter.js";
|
|
@@ -56,12 +57,12 @@ import { u as u11 } from "./components/DataGrid/formatters/ColumnUncertaintyForm
|
|
|
56
57
|
import { C as C12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/formatter.js";
|
|
57
58
|
import { u as u12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/useColumnChipStatus.js";
|
|
58
59
|
import { D as D3 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
59
|
-
import { d as
|
|
60
|
+
import { d as d3 } from "./components/DragResizeWindowRND/classes/index.js";
|
|
60
61
|
import { g as g7 } from "./components/DynamicFilter/dictionary.js";
|
|
61
|
-
import { a as
|
|
62
|
+
import { a as a5, g as g8 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
62
63
|
import { g as g9 } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
|
|
63
64
|
import { D as D4 } from "./components/DynamicFilter/DynamicFilter.js";
|
|
64
|
-
import { a as
|
|
65
|
+
import { a as a6 } from "./components/DynamicSort/dictionary.js";
|
|
65
66
|
import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
66
67
|
import { g as g10 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
67
68
|
import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
|
|
@@ -92,7 +93,7 @@ import { S as S5 } from "./components/mui_extended/Stack/Stack.js";
|
|
|
92
93
|
import { T as T4 } from "./components/mui_extended/Tab/Tab.js";
|
|
93
94
|
import { T as T5 } from "./components/mui_extended/Tabs/Tabs.js";
|
|
94
95
|
import { T as T6 } from "./components/mui_extended/TabContent/TabContent.js";
|
|
95
|
-
import { T as T7, a as
|
|
96
|
+
import { T as T7, a as a7 } from "./components/mui_extended/TabContext/index.js";
|
|
96
97
|
import { T as T8 } from "./components/mui_extended/Typography/Typography.js";
|
|
97
98
|
import { t } from "./components/mui_extended/ToggleButton/ToggleButton.styles.js";
|
|
98
99
|
import { T as T9 } from "./components/mui_extended/ToggleButton/ToggleButton.js";
|
|
@@ -101,7 +102,7 @@ import { T as T11 } from "./components/mui_extended/ToggleButton/slots/ToggleBut
|
|
|
101
102
|
import { T as T12 } from "./components/mui_extended/ToggleButton/slots/ToggleButtonSlots.js";
|
|
102
103
|
import { t as t2 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.styles.js";
|
|
103
104
|
import { T as T13 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.js";
|
|
104
|
-
import { a as
|
|
105
|
+
import { a as a8, T as T14 } from "./components/mui_extended/ToggleIconButton/constants.js";
|
|
105
106
|
import { T as T15 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
106
107
|
import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
107
108
|
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
@@ -119,7 +120,7 @@ import { D as D8 } from "./components/formatters/DistanceToNowFormatter/Distance
|
|
|
119
120
|
import { g as g18 } from "./components/formatters/dictionary.js";
|
|
120
121
|
import { G } from "./components/GridLayout/GridLayout.js";
|
|
121
122
|
import { R as R3 } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
122
|
-
import { c as c2, e, d as
|
|
123
|
+
import { c as c2, e, d as d4 } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
123
124
|
import { i, k } from "./components/GridLayout/utils.js";
|
|
124
125
|
import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
125
126
|
import { H as H2 } from "./components/HelmetPage/index.js";
|
|
@@ -155,7 +156,7 @@ import { L as L9 } from "./components/Loadable/index.js";
|
|
|
155
156
|
import { L as L10 } from "./components/LoadingError/LoadingError.js";
|
|
156
157
|
import { g as g22 } from "./components/LoadingError/dictionary.js";
|
|
157
158
|
import { g as g23 } from "./components/MenuActions/dictionary.js";
|
|
158
|
-
import { a as
|
|
159
|
+
import { a as a9, M as M3 } from "./components/MenuActions/MenuActions.js";
|
|
159
160
|
import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
160
161
|
import { M as M5 } from "./components/MFLoader/MFLoader.js";
|
|
161
162
|
import { g as g24 } from "./components/MFLoader/dictionary.js";
|
|
@@ -166,7 +167,7 @@ import { O } from "./components/ObjectLogs/ObjectLogs.js";
|
|
|
166
167
|
import { P as P7 } from "./components/PaperForm/PaperForm.js";
|
|
167
168
|
import { P as P8 } from "./components/PDFViewer/PDFViewer.js";
|
|
168
169
|
import { u as u14 } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
169
|
-
import { a as
|
|
170
|
+
import { a as a10, P as P9 } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
170
171
|
import { P as P10 } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
171
172
|
import { P as P11 } from "./components/PrintingSystem/PrintingSystem.js";
|
|
172
173
|
import { P as P12 } from "./components/PropertyValue/PropertyValue.js";
|
|
@@ -176,19 +177,19 @@ import { T as T18 } from "./components/ToastContainer/ToastContainer.js";
|
|
|
176
177
|
import { T as T19 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
177
178
|
import { W } from "./components/WindowBase/WindowBase.js";
|
|
178
179
|
import { u as u15 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
179
|
-
import { a as
|
|
180
|
-
import { M as M6, W as W2, a as
|
|
180
|
+
import { a as a11, u as u16 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
181
|
+
import { M as M6, W as W2, a as a12 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
181
182
|
import { c as c3 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
182
|
-
import { D as D9, a as
|
|
183
|
+
import { D as D9, a as a13, M as M7 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
183
184
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
184
|
-
import { a as
|
|
185
|
+
import { a as a14, g as g27 } from "./components/ModalDialog/dictionary.js";
|
|
185
186
|
import { M as M8 } from "./components/ModalDialog/ModalDialog.js";
|
|
186
187
|
import { P as P13 } from "./components/Pager/Pager.js";
|
|
187
188
|
import { F as F2, R as R22, u as u17 } from "./components/hook-form/RHFormContext/index.js";
|
|
188
189
|
import { g as g28 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
189
190
|
import { u as u18 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
190
191
|
import { A as A16 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
191
|
-
import { a as
|
|
192
|
+
import { a as a15, M as M9 } from "./contexts/ModalContext/index.js";
|
|
192
193
|
import { u as u19 } from "./hooks/useFormAddEdit/index.js";
|
|
193
194
|
import { u as u20 } from "./hooks/useModal/index.js";
|
|
194
195
|
import { u as u21 } from "./hooks/useTab/index.js";
|
|
@@ -209,9 +210,9 @@ import { g as g30 } from "./utils/getComponentUtilityClass.js";
|
|
|
209
210
|
import { g as g31 } from "./utils/getPaletteColor.js";
|
|
210
211
|
import { g as g32 } from "./utils/getTypographyStyles.js";
|
|
211
212
|
import { g as g33 } from "./utils/getIconColor.js";
|
|
212
|
-
import { a as
|
|
213
|
+
import { a as a16 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
213
214
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
214
|
-
import { g as g34, a as
|
|
215
|
+
import { g as g34, a as a17 } from "./utils/getComponentSlotRoot.js";
|
|
215
216
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
216
217
|
import { g as g35 } from "./utils/getValidDate.js";
|
|
217
218
|
import { g as g36 } from "./utils/getNullGuard.js";
|
|
@@ -256,6 +257,9 @@ export {
|
|
|
256
257
|
C10 as ColumnSetCheckFormatter,
|
|
257
258
|
C11 as ColumnUncertaintyFormatter,
|
|
258
259
|
C15 as ConcatenatedFormatter,
|
|
260
|
+
b3 as DATAGRID_ROW_HEADER_HEIGHTS,
|
|
261
|
+
a4 as DATAGRID_ROW_HEIGHTS,
|
|
262
|
+
d2 as DATAGRID_SEMANTIC_WIDTHS,
|
|
259
263
|
D as DICTIONARY,
|
|
260
264
|
D2 as DataGrid,
|
|
261
265
|
D7 as DateFormatter,
|
|
@@ -264,7 +268,7 @@ export {
|
|
|
264
268
|
D3 as DragResizeWindowRND,
|
|
265
269
|
D4 as DynamicFilter,
|
|
266
270
|
D9 as DynamicMFParmsContext,
|
|
267
|
-
|
|
271
|
+
a13 as DynamicMFParmsProvider,
|
|
268
272
|
D5 as DynamicSort,
|
|
269
273
|
F as FixedSizeList,
|
|
270
274
|
F2 as FormProviderCustom,
|
|
@@ -290,10 +294,10 @@ export {
|
|
|
290
294
|
M4 as MFIsolationApp,
|
|
291
295
|
M5 as MFLoader,
|
|
292
296
|
M7 as MemonizedDynamicMFParmsProvider,
|
|
293
|
-
|
|
297
|
+
a9 as MemonizedMenuActions,
|
|
294
298
|
M6 as MemonizedWindowToolsMFContext,
|
|
295
299
|
M3 as MenuActions,
|
|
296
|
-
|
|
300
|
+
a15 as ModalContext,
|
|
297
301
|
M8 as ModalDialog,
|
|
298
302
|
M9 as ModalProvider,
|
|
299
303
|
M as MotionContainer,
|
|
@@ -310,7 +314,7 @@ export {
|
|
|
310
314
|
P6 as PeriodRootStyled,
|
|
311
315
|
P3 as PointsFormatter,
|
|
312
316
|
P2 as Popover,
|
|
313
|
-
|
|
317
|
+
a10 as PopupsContext,
|
|
314
318
|
P9 as PopupsProvider,
|
|
315
319
|
P10 as PopupsViewer,
|
|
316
320
|
P5 as PriceFormatter,
|
|
@@ -349,12 +353,12 @@ export {
|
|
|
349
353
|
S3 as SplitLayout,
|
|
350
354
|
S5 as Stack,
|
|
351
355
|
T10 as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
352
|
-
|
|
356
|
+
a8 as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
353
357
|
T14 as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
354
358
|
T4 as Tab,
|
|
355
359
|
T6 as TabContent,
|
|
356
360
|
T7 as TabContext,
|
|
357
|
-
|
|
361
|
+
a7 as TabProvider,
|
|
358
362
|
T5 as Tabs,
|
|
359
363
|
T2 as TextEditor,
|
|
360
364
|
T17 as TextFieldStyled,
|
|
@@ -374,15 +378,15 @@ export {
|
|
|
374
378
|
W as WindowBase,
|
|
375
379
|
W3 as WindowConfirm,
|
|
376
380
|
W2 as WindowToolsMFContext,
|
|
377
|
-
|
|
381
|
+
a12 as WindowToolsMFProvider,
|
|
378
382
|
c2 as addLayoutItemToBreakPointIfNoExists,
|
|
379
383
|
e as addLayoutItemToBreakPoints,
|
|
380
384
|
c4 as capitalizeFirstLetter,
|
|
381
|
-
|
|
385
|
+
d4 as cloneLayouts,
|
|
382
386
|
c3 as createDynamicMFStore,
|
|
383
387
|
c as createToaster,
|
|
384
388
|
d as defaultCommonActionsDictionary,
|
|
385
|
-
|
|
389
|
+
d3 as dragResizeWindowRNDClasses,
|
|
386
390
|
f as formatDistanceToNow,
|
|
387
391
|
g as getAccountPopoverDictionary,
|
|
388
392
|
g2 as getAppBarDictionary,
|
|
@@ -390,27 +394,27 @@ export {
|
|
|
390
394
|
g3 as getAreasDictionary,
|
|
391
395
|
g4 as getCommonActionsDictionary,
|
|
392
396
|
g34 as getComponentClasses,
|
|
393
|
-
|
|
397
|
+
a17 as getComponentSlotRoot,
|
|
394
398
|
g30 as getComponentUtilityClass,
|
|
395
399
|
g5 as getDataGridComponentsDictionary,
|
|
396
400
|
g6 as getDataGridRowsFromSet,
|
|
397
401
|
g17 as getDistanceToNowFormatterComponentsDictionary,
|
|
398
402
|
g7 as getDynamicFilterComponentsDictionary,
|
|
399
|
-
|
|
400
|
-
|
|
403
|
+
a6 as getDynamicSortComponentsDictionary,
|
|
404
|
+
a5 as getFilterGroupFieldsByName,
|
|
401
405
|
g28 as getFormComponentsDictionary,
|
|
402
406
|
g15 as getFormatConcatenated,
|
|
403
407
|
g12 as getFormatDate,
|
|
404
408
|
g14 as getFormatPoints,
|
|
405
409
|
g16 as getFormatPrice,
|
|
406
410
|
g18 as getFormattersComponentsDictionary,
|
|
407
|
-
|
|
411
|
+
a16 as getHeightSizeStyles,
|
|
408
412
|
g33 as getIconColor,
|
|
409
413
|
g8 as getIsIfInDynamicFilter,
|
|
410
414
|
g22 as getLoadingErrorComponentsDictionary,
|
|
411
415
|
g24 as getMFLoaderComponentsDictionary,
|
|
412
416
|
g23 as getMenuActionsComponentsDictionary,
|
|
413
|
-
|
|
417
|
+
a14 as getModalDialogComponentsDictionary,
|
|
414
418
|
g27 as getModalDictionary,
|
|
415
419
|
g25 as getNoItemSelectedComponentsDictionary,
|
|
416
420
|
g36 as getNullGuard,
|
|
@@ -448,7 +452,7 @@ export {
|
|
|
448
452
|
u17 as useCustomForm,
|
|
449
453
|
u29 as useDataGridPersistence,
|
|
450
454
|
u28 as useDynamicFilterAndSort,
|
|
451
|
-
|
|
455
|
+
a11 as useDynamicMFParameters,
|
|
452
456
|
u16 as useDynamicMFParametersStore,
|
|
453
457
|
u19 as useFormAddEdit,
|
|
454
458
|
u22 as useFormFocus,
|