@m4l/components 9.33.1-beta-feature-731-code-editor.0 → 9.33.1
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/@types/types.d.ts +0 -11
- package/components/DynamicForm/hooks/useFieldsWithFetchedOptions/useFieldsWithFetchedOptions.d.ts.map +1 -1
- package/components/DynamicForm/hooks/useFieldsWithFetchedOptions/useFieldsWithFetchedOptions.js +48 -46
- package/components/MFIsolationApp/MFIsolationApp.d.ts.map +1 -1
- package/components/MFIsolationApp/MFIsolationApp.js +81 -85
- package/components/extended/index.d.ts +0 -1
- package/components/extended/index.d.ts.map +1 -1
- package/components/hook-form/index.d.ts +0 -1
- package/components/hook-form/index.d.ts.map +1 -1
- package/index.js +552 -565
- package/package.json +7 -10
- package/components/MFIsolationApp/subcomponents/ThemeSettingsHostToolsBridge/ThemeSettingsHostToolsBridge.d.ts +0 -5
- package/components/MFIsolationApp/subcomponents/ThemeSettingsHostToolsBridge/ThemeSettingsHostToolsBridge.d.ts.map +0 -1
- package/components/MFIsolationApp/subcomponents/ThemeSettingsHostToolsBridge/ThemeSettingsHostToolsBridge.js +0 -14
- package/components/MFIsolationApp/subcomponents/ThemeSettingsHostToolsBridge/index.d.ts +0 -2
- package/components/MFIsolationApp/subcomponents/ThemeSettingsHostToolsBridge/index.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.d.ts +0 -6
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.js +0 -380
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.d.ts +0 -3
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.js +0 -344
- package/components/extended/ReactSimpleCodeEditor/constants.d.ts +0 -83
- package/components/extended/ReactSimpleCodeEditor/constants.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/constants.js +0 -149
- package/components/extended/ReactSimpleCodeEditor/dictionary.d.ts +0 -12
- package/components/extended/ReactSimpleCodeEditor/dictionary.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/dictionary.js +0 -8
- package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.d.ts +0 -58
- package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.js +0 -1063
- package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.d.ts +0 -6
- package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.js +0 -7
- package/components/extended/ReactSimpleCodeEditor/helpers/resolveEditorComponent.d.ts +0 -6
- package/components/extended/ReactSimpleCodeEditor/helpers/resolveEditorComponent.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/helpers/resolveEditorComponent.js +0 -9
- package/components/extended/ReactSimpleCodeEditor/index.d.ts +0 -4
- package/components/extended/ReactSimpleCodeEditor/index.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.d.ts +0 -20
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.js +0 -4
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.d.ts +0 -90
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.js +0 -73
- package/components/extended/ReactSimpleCodeEditor/slots/index.d.ts +0 -3
- package/components/extended/ReactSimpleCodeEditor/slots/index.d.ts.map +0 -1
- package/components/extended/ReactSimpleCodeEditor/types.d.ts +0 -460
- package/components/extended/ReactSimpleCodeEditor/types.d.ts.map +0 -1
- package/components/hook-form/RHFCodeEditor/RHFCodeEditor.d.ts +0 -7
- package/components/hook-form/RHFCodeEditor/RHFCodeEditor.d.ts.map +0 -1
- package/components/hook-form/RHFCodeEditor/RHFCodeEditor.js +0 -6
- package/components/hook-form/RHFCodeEditor/index.d.ts +0 -3
- package/components/hook-form/RHFCodeEditor/index.d.ts.map +0 -1
package/index.js
CHANGED
|
@@ -4,20 +4,20 @@ import { getAccountPopoverDictionary as a } from "./components/AccountPopover/di
|
|
|
4
4
|
import { ActionsGroup as i } from "./components/ActionsGroup/ActionsGroup.js";
|
|
5
5
|
import { IconButtonAnimate as f } from "./components/animate/IconButtonAnimate/index.js";
|
|
6
6
|
import { MotionContainer as l } from "./components/animate/MotionContainer/index.js";
|
|
7
|
-
import { MotionLazyContainer as
|
|
8
|
-
import { LoadingScreen as
|
|
7
|
+
import { MotionLazyContainer as c } from "./components/animate/MotionLazyContainer/index.js";
|
|
8
|
+
import { LoadingScreen as F } from "./components/animate/LoadingScreen/index.js";
|
|
9
9
|
import { AnimatedScroll as P } from "./components/animate/AnimatedScroll/animatedScroll.js";
|
|
10
|
-
import { varFade as
|
|
10
|
+
import { varFade as R } from "./components/animate/variants/fade.js";
|
|
11
11
|
import { varBounce as D } from "./components/animate/variants/bounce.js";
|
|
12
12
|
import { varContainer as S } from "./components/animate/variants/container.js";
|
|
13
|
-
import { varTranEnter as
|
|
13
|
+
import { varTranEnter as I, varTranExit as E, varTranHover as _ } from "./components/animate/variants/transition.js";
|
|
14
14
|
import { AppBar as N } from "./components/AppBar/AppBar.js";
|
|
15
|
-
import { getAppBarDictionary as
|
|
15
|
+
import { getAppBarDictionary as H } from "./components/AppBar/dictionary.js";
|
|
16
16
|
import { AreasAdmin as v } from "./components/areas/components/AreasAdmin/AreasAdmin.js";
|
|
17
17
|
import { AreasViewer as b } from "./components/areas/components/AreasViewer/AreasViewer.js";
|
|
18
18
|
import { AreasContext as k, AreasProvider as h } from "./components/areas/contexts/AreasContext/index.js";
|
|
19
19
|
import { useAreasHasExpandedModule as w, useAreasStore as Y } from "./components/areas/hooks/useAreas/index.js";
|
|
20
|
-
import { AREAS_DICCTIONARY as
|
|
20
|
+
import { AREAS_DICCTIONARY as W, AREAS_DICTIONARY_ID as U, LABEL_FILTER_BUTTON as K, getAreasComponentsDictionary as j, getAreasDictionary as J } from "./components/areas/dictionary.js";
|
|
21
21
|
import { BaseModule as Q } from "./components/BaseModule/BaseModule.js";
|
|
22
22
|
import { Card as Z } from "./components/Card/Card.js";
|
|
23
23
|
import { CheckableList as oo } from "./components/CheckableList/CheckableList.js";
|
|
@@ -27,20 +27,20 @@ import { ColorFieldPicker as ao } from "./components/ColorPicker/ColorFieldPicke
|
|
|
27
27
|
import { ColorPicker as io, ColorPicker as xo } from "./components/ColorPicker/ColorPicker.js";
|
|
28
28
|
import { AppBarComercial as so } from "./components/commercial/AppBarCommercial/index.js";
|
|
29
29
|
import { HamburgerMenu as uo } from "./components/commercial/HamburgerMenu/HamburgerMenu.js";
|
|
30
|
-
import { TopBar as
|
|
30
|
+
import { TopBar as Co } from "./components/commercial/TopBar/TopBar.js";
|
|
31
31
|
import { SectionCommercial as Po } from "./components/commercial/SectionCommercial/index.js";
|
|
32
|
-
import { ActionsContainer as
|
|
32
|
+
import { ActionsContainer as Ro } from "./components/CommonActions/components/ActionsContainer/ActionsContainer.js";
|
|
33
33
|
import { ActionCancel as Do } from "./components/CommonActions/components/ActionCancel/ActionCancel.js";
|
|
34
34
|
import { ActionIntro as So } from "./components/CommonActions/components/ActionIntro/ActionIntro.js";
|
|
35
|
-
import { ActionFormCancel as
|
|
35
|
+
import { ActionFormCancel as Io } from "./components/CommonActions/components/ActionFormCancel/ActionFormCancel.js";
|
|
36
36
|
import { ActionFormIntro as _o } from "./components/CommonActions/components/ActionFormIntro/ActionFormIntro.js";
|
|
37
37
|
import { ActionFormSubmitProgrammatic as No } from "./components/CommonActions/components/ActionFormSubmitProgrammatic/ActionFormSubmitProgrammatic.js";
|
|
38
|
-
import { useWindowCloseGuard as
|
|
38
|
+
import { useWindowCloseGuard as Ho } from "./hooks/useWindowCloseGuard/index.js";
|
|
39
39
|
import { DICTIONARY as vo, defaultCommonActionsDictionary as Bo, getCommonActionsDictionary as bo } from "./components/CommonActions/dictionary.js";
|
|
40
40
|
import { ContainerFlow as ko } from "./components/ContainerFlow/ContainerFlow.js";
|
|
41
41
|
import { DataGrid as Vo } from "./components/datagrids/components/DataGridMain/DataGridMain.js";
|
|
42
42
|
import { TreeDataGrid as Yo } from "./components/datagrids/components/TreeDataGrid/TreeDataGrid.js";
|
|
43
|
-
import { getDataGridComponentsDictionary as
|
|
43
|
+
import { getDataGridComponentsDictionary as Wo } from "./components/datagrids/dictionary.js";
|
|
44
44
|
import { NumberEditor as Ko, TextEditor as jo } from "./components/datagrids/subcomponents/editors/TextEditor/TextEditor.js";
|
|
45
45
|
import { getDataGridRowsFromSet as qo } from "./components/datagrids/helpers/shared/getDataGridRowsFromSet/getDataGridRowsFromSet.js";
|
|
46
46
|
import { DATAGRID_ROW_HEADER_HEIGHTS as Xo, DATAGRID_ROW_HEIGHTS as Zo, DATAGRID_SEMANTIC_WIDTHS as $o } from "./components/datagrids/constants.js";
|
|
@@ -51,22 +51,22 @@ import { ColumnConcatenatedValuesFormatter as nr } from "./components/datagrids/
|
|
|
51
51
|
import { ColumnConcatenatedValuesGroupFormatter as xr } from "./components/datagrids/formatters/ColumnConcatenatedValuesFormatter/ColumnConcatenatedValuesGroupFormatter.js";
|
|
52
52
|
import { useColumnConcatenatedValues as sr } from "./components/datagrids/formatters/ColumnConcatenatedValuesFormatter/useColumnConcatenatedValues.js";
|
|
53
53
|
import { ColumnDateFormatter as ur } from "./components/datagrids/formatters/ColumnDateFormatter/formatter.js";
|
|
54
|
-
import { ColumnDateGroupFormatter as
|
|
55
|
-
import { useColumnDate as
|
|
54
|
+
import { ColumnDateGroupFormatter as Cr } from "./components/datagrids/formatters/ColumnDateFormatter/ColumnDateGroupFormatter.js";
|
|
55
|
+
import { useColumnDate as dr } from "./components/datagrids/formatters/ColumnDateFormatter/useColumnDate.js";
|
|
56
56
|
import { ColumnIconFormatter as gr } from "./components/datagrids/formatters/ColumnIconFormatter/formatter.js";
|
|
57
|
-
import { ColumnIconGroupFormatter as
|
|
57
|
+
import { ColumnIconGroupFormatter as Tr } from "./components/datagrids/formatters/ColumnIconFormatter/ColumnIconGroupFormatter.js";
|
|
58
58
|
import { useColumnIcon as Ar } from "./components/datagrids/formatters/ColumnIconFormatter/useColumnIcon.js";
|
|
59
|
-
import { ColumnInteractiveCheckFormatter as
|
|
60
|
-
import { useColumnInteractiveCheck as
|
|
59
|
+
import { ColumnInteractiveCheckFormatter as yr } from "./components/datagrids/formatters/ColumnInteractiveCheckFormatter/formatter.js";
|
|
60
|
+
import { useColumnInteractiveCheck as Er } from "./components/datagrids/formatters/ColumnInteractiveCheckFormatter/useColumnInteractiveCheck.js";
|
|
61
61
|
import { ColumnNestedValueFormatter as Or } from "./components/datagrids/formatters/ColumnNestedValueFormatter/formatter.js";
|
|
62
62
|
import { ColumnNestedValueGroupFormatter as Mr } from "./components/datagrids/formatters/ColumnNestedValueFormatter/ColumnNestedValueGroupFormatter.js";
|
|
63
|
-
import { useColumnNestedValue as
|
|
63
|
+
import { useColumnNestedValue as Lr } from "./components/datagrids/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js";
|
|
64
64
|
import { ColumnPointsFormatter as Br } from "./components/datagrids/formatters/ColumnPointsFormatter/formatter.js";
|
|
65
65
|
import { ColumnPointsGroupFormatter as Gr } from "./components/datagrids/formatters/ColumnPointsFormatter/ColumnPointsGroupFormatter.js";
|
|
66
66
|
import { useColumnPoints as hr } from "./components/datagrids/formatters/ColumnPointsFormatter/useColumnPoints.js";
|
|
67
67
|
import { ColumnPriceFormatter as wr } from "./components/datagrids/formatters/ColumnPriceFormatter/formatter.js";
|
|
68
68
|
import { ColumnPriceGroupFormatter as zr } from "./components/datagrids/formatters/ColumnPriceFormatter/ColumnPriceGroupFormatter.js";
|
|
69
|
-
import { useColumnPrice as
|
|
69
|
+
import { useColumnPrice as Ur } from "./components/datagrids/formatters/ColumnPriceFormatter/useColumnPrice.js";
|
|
70
70
|
import { ColumnSetCheckFormatter as jr } from "./components/datagrids/formatters/ColumnSetCheckFormatter/formatter.js";
|
|
71
71
|
import { useColumnSetCheck as qr } from "./components/datagrids/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js";
|
|
72
72
|
import { ColumnUncertaintyFormatter as Xr } from "./components/datagrids/formatters/ColumnUncertaintyFormatter/formatter.js";
|
|
@@ -78,21 +78,21 @@ import { useColumnChipStatus as ne } from "./components/datagrids/formatters/Col
|
|
|
78
78
|
import { ColumnTagsFormatter as xe } from "./components/datagrids/formatters/ColumnTagsFormatter/formatter.js";
|
|
79
79
|
import { ColumnTagsGroupFormatter as se } from "./components/datagrids/formatters/ColumnTagsFormatter/ColumnTagsGroupFormatter.js";
|
|
80
80
|
import { useColumnTags as ue } from "./components/datagrids/formatters/ColumnTagsFormatter/useColumnTags.js";
|
|
81
|
-
import { ColumnColorFormatter as
|
|
82
|
-
import { ColumnColorGroupFormatter as
|
|
81
|
+
import { ColumnColorFormatter as Ce } from "./components/datagrids/formatters/ColumnColorFormatter/formatter.js";
|
|
82
|
+
import { ColumnColorGroupFormatter as de } from "./components/datagrids/formatters/ColumnColorFormatter/ColumnColorGroupFormatter.js";
|
|
83
83
|
import { useColumnColor as ge } from "./components/datagrids/formatters/ColumnColorFormatter/useColumnColor.js";
|
|
84
|
-
import { useColumnImage as
|
|
84
|
+
import { useColumnImage as Te } from "./components/datagrids/formatters/ColumnImageFormatter/useColumnImage.js";
|
|
85
85
|
import { ColumnImageFormatter as Ae } from "./components/datagrids/formatters/ColumnImageFormatter/formatter.js";
|
|
86
|
-
import { ColumnImageGroupFormatter as
|
|
87
|
-
import { DaysOfWeekPicker as
|
|
86
|
+
import { ColumnImageGroupFormatter as ye } from "./components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js";
|
|
87
|
+
import { DaysOfWeekPicker as Ee } from "./components/DaysOfWeekPicker/DaysOfWeekPicker.js";
|
|
88
88
|
import { getDaysOfWeekPickerDictionary as Oe } from "./components/DaysOfWeekPicker/dictionary.js";
|
|
89
89
|
import { DragResizeWindowRND as Me } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
90
|
-
import { dragResizeWindowRNDClasses as
|
|
90
|
+
import { dragResizeWindowRNDClasses as Le } from "./components/DragResizeWindowRND/classes/index.js";
|
|
91
91
|
import { WINDOW_SIZES as Be } from "./components/DragResizeWindowRND/constants.js";
|
|
92
92
|
import { DaysOfMonthPicker as Ge } from "./components/DaysOfMonthPicker/DaysOfMonthPicker.js";
|
|
93
93
|
import { DateRangeCalendarPicker as he } from "./components/DateRangeCalendarPicker/DateRangeCalendarPicker.js";
|
|
94
94
|
import { DICTIONARY as we, defaultDateRangeCalendarPickerDictionary as Ye, getDateRangeCalendarPickerComponentsDictionary as ze } from "./components/DateRangeCalendarPicker/dictionary.js";
|
|
95
|
-
import { DateTimeRangePicker as
|
|
95
|
+
import { DateTimeRangePicker as Ue } from "./components/DateTimeRangePicker/DateTimeRangePicker.js";
|
|
96
96
|
import { DATE_TIME_RANGE_PICKER_CANCEL_LABEL as je, DATE_TIME_RANGE_PICKER_CONFIRM_LABEL as Je, DATE_TIME_RANGE_PICKER_DEFAULT_SHORTCUTS as qe, DATE_TIME_RANGE_PICKER_OPEN_BUTTON_LABEL as Qe, EMPTY_DATE_TIME_RANGE_PICKER_VALUE as Xe } from "./components/DateTimeRangePicker/constants.js";
|
|
97
97
|
import { DICTIONARY as $e, defaultDateTimeRangePickerDictionary as ot, getDateTimeRangePickerComponentsDictionary as rt } from "./components/DateTimeRangePicker/dictionary.js";
|
|
98
98
|
import { getDynamicFilterComponentsDictionary as tt } from "./components/DynamicFilter/dictionary.js";
|
|
@@ -100,295 +100,291 @@ import { getFilterGroupFieldsByName as pt, getIsIfInDynamicFilter as at } from "
|
|
|
100
100
|
import { getRawFiltersForNetwork as it } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
|
|
101
101
|
import { DynamicFilter as ft } from "./components/DynamicFilter/DynamicFilter.js";
|
|
102
102
|
import { DynamicForm as lt } from "./components/DynamicForm/DynamicForm.js";
|
|
103
|
-
import { getDynamicFormComponentsDictionary as
|
|
104
|
-
import { useDynamicForm as
|
|
103
|
+
import { getDynamicFormComponentsDictionary as ct } from "./components/DynamicForm/dictionary.js";
|
|
104
|
+
import { useDynamicForm as Ft } from "./components/DynamicForm/hooks/useDynamicForm/useDynamicForm.js";
|
|
105
105
|
import { useDynamicFormData as Pt } from "./components/DynamicForm/hooks/useDynamicFormData/useDynamicFormData.js";
|
|
106
|
-
import { useDynamicFormCoupled as
|
|
106
|
+
import { useDynamicFormCoupled as Rt } from "./components/DynamicForm/hooks/useDynamicFormCoupled/useDynamicFormCoupled.js";
|
|
107
107
|
import { EMPTY_DATA as Dt } from "./components/DynamicForm/constants.js";
|
|
108
108
|
import { getDynamicSortComponentsDictionary as St } from "./components/DynamicSort/dictionary.js";
|
|
109
|
-
import { SortCompareValues as
|
|
109
|
+
import { SortCompareValues as It } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
110
110
|
import { getRawSortsForNetwork as _t } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
111
111
|
import { DynamicSort as Nt } from "./components/DynamicSort/DynamicSort.js";
|
|
112
|
-
import { Resizable as
|
|
112
|
+
import { Resizable as Ht } from "./components/extended/React-Resizable/Resizable/Resizable.js";
|
|
113
113
|
import { ResizableBox as vt } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
|
|
114
114
|
import { SplitLayout as bt } from "./components/extended/React-resizable-panels/SplitLayout.js";
|
|
115
115
|
import { PropagateLoaderSpinner as kt } from "./components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js";
|
|
116
116
|
import { FixedSizeList as Vt } from "./components/extended/React-Window/FixedSizeList/FixedSizeList.js";
|
|
117
117
|
import { VariableSizeList as Yt } from "./components/extended/React-Window/VariableSizeList/VariableSizeList.js";
|
|
118
|
-
import { ReactJsonViewer as
|
|
119
|
-
import {
|
|
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 {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
177
|
-
import {
|
|
178
|
-
import {
|
|
179
|
-
import {
|
|
180
|
-
import {
|
|
181
|
-
import {
|
|
182
|
-
import {
|
|
183
|
-
import {
|
|
184
|
-
import {
|
|
185
|
-
import {
|
|
186
|
-
import {
|
|
187
|
-
import {
|
|
188
|
-
import {
|
|
189
|
-
import {
|
|
190
|
-
import {
|
|
191
|
-
import {
|
|
192
|
-
import {
|
|
193
|
-
import {
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import {
|
|
199
|
-
import {
|
|
200
|
-
import {
|
|
201
|
-
import {
|
|
202
|
-
import {
|
|
203
|
-
import {
|
|
204
|
-
import {
|
|
205
|
-
import {
|
|
206
|
-
import {
|
|
207
|
-
import {
|
|
208
|
-
import {
|
|
209
|
-
import {
|
|
210
|
-
import {
|
|
211
|
-
import {
|
|
212
|
-
import {
|
|
213
|
-
import {
|
|
214
|
-
import {
|
|
215
|
-
import {
|
|
216
|
-
import {
|
|
217
|
-
import {
|
|
218
|
-
import {
|
|
219
|
-
import {
|
|
220
|
-
import {
|
|
221
|
-
import {
|
|
222
|
-
import {
|
|
223
|
-
import {
|
|
224
|
-
import {
|
|
225
|
-
import {
|
|
226
|
-
import {
|
|
227
|
-
import {
|
|
228
|
-
import {
|
|
229
|
-
import {
|
|
230
|
-
import {
|
|
231
|
-
import {
|
|
232
|
-
import {
|
|
233
|
-
import {
|
|
234
|
-
import {
|
|
235
|
-
import {
|
|
236
|
-
import {
|
|
237
|
-
import {
|
|
238
|
-
import {
|
|
239
|
-
import {
|
|
240
|
-
import {
|
|
241
|
-
import {
|
|
242
|
-
import {
|
|
243
|
-
import {
|
|
244
|
-
import {
|
|
245
|
-
import {
|
|
246
|
-
import {
|
|
247
|
-
import {
|
|
248
|
-
import {
|
|
249
|
-
import {
|
|
250
|
-
import {
|
|
251
|
-
import {
|
|
252
|
-
import {
|
|
253
|
-
import {
|
|
254
|
-
import {
|
|
255
|
-
import {
|
|
256
|
-
import {
|
|
257
|
-
import {
|
|
258
|
-
import {
|
|
259
|
-
import {
|
|
260
|
-
import {
|
|
261
|
-
import {
|
|
262
|
-
import {
|
|
263
|
-
import {
|
|
264
|
-
import {
|
|
265
|
-
import {
|
|
266
|
-
import {
|
|
267
|
-
import {
|
|
268
|
-
import {
|
|
269
|
-
import {
|
|
270
|
-
import {
|
|
271
|
-
import {
|
|
272
|
-
import {
|
|
273
|
-
import {
|
|
274
|
-
import {
|
|
275
|
-
import {
|
|
276
|
-
import {
|
|
277
|
-
import {
|
|
278
|
-
import {
|
|
279
|
-
import {
|
|
280
|
-
import {
|
|
281
|
-
import {
|
|
282
|
-
import {
|
|
283
|
-
import {
|
|
284
|
-
import {
|
|
285
|
-
import {
|
|
286
|
-
import {
|
|
287
|
-
import {
|
|
288
|
-
import {
|
|
289
|
-
import {
|
|
290
|
-
import {
|
|
291
|
-
import {
|
|
292
|
-
import {
|
|
293
|
-
import {
|
|
294
|
-
import {
|
|
295
|
-
import {
|
|
296
|
-
import {
|
|
297
|
-
import {
|
|
298
|
-
import {
|
|
299
|
-
import {
|
|
300
|
-
import {
|
|
301
|
-
import {
|
|
302
|
-
import {
|
|
303
|
-
import {
|
|
304
|
-
import {
|
|
305
|
-
import {
|
|
306
|
-
import {
|
|
307
|
-
import {
|
|
308
|
-
import {
|
|
309
|
-
import {
|
|
310
|
-
import {
|
|
311
|
-
import {
|
|
312
|
-
import {
|
|
313
|
-
import {
|
|
314
|
-
import {
|
|
315
|
-
import {
|
|
316
|
-
import {
|
|
317
|
-
import {
|
|
318
|
-
import {
|
|
319
|
-
import {
|
|
320
|
-
import {
|
|
321
|
-
import {
|
|
322
|
-
import {
|
|
323
|
-
import {
|
|
324
|
-
import {
|
|
325
|
-
import {
|
|
326
|
-
import {
|
|
327
|
-
import {
|
|
328
|
-
import {
|
|
329
|
-
import {
|
|
330
|
-
import {
|
|
331
|
-
import {
|
|
332
|
-
import {
|
|
333
|
-
import {
|
|
334
|
-
import { getValidDate as eu } from "./utils/getValidDate.js";
|
|
335
|
-
import { getNullGuard as mu } from "./utils/getNullGuard.js";
|
|
336
|
-
import { createCustomDeepShallow as au, deepShallow as nu } from "./utils/deepShallow.js";
|
|
118
|
+
import { ReactJsonViewer as Wt } from "./components/extended/React-Json-Viewer/ReactJsonViewer.js";
|
|
119
|
+
import { Avatar as Kt } from "./components/extended/mui/Avatar/Avatar.js";
|
|
120
|
+
import { BoxIcon as Jt } from "./components/extended/mui/BoxIcon/index.js";
|
|
121
|
+
import { Breadcrumbs as Qt } from "./components/extended/mui/Breadcrumbs/index.js";
|
|
122
|
+
import { CircularProgress as Zt } from "./components/extended/mui/CircularProgress/CircularProgress.js";
|
|
123
|
+
import { Badge as om } from "./components/extended/mui/Badge/Badge.js";
|
|
124
|
+
import { LinearProgress as em } from "./components/extended/mui/LinearProgress/index.js";
|
|
125
|
+
import { LinkWithRoute as mm } from "./components/extended/mui/LinkWithRoute/index.js";
|
|
126
|
+
import { LoadingButton as am } from "./components/extended/mui/LoadingButton/LoadingButton.js";
|
|
127
|
+
import { getPagerComponentsDictionary as im } from "./components/Pager/dicctionary.js";
|
|
128
|
+
import { Accordion as fm } from "./components/extended/mui/Accordion/Accordion.js";
|
|
129
|
+
import { Tooltip as lm } from "./components/extended/mui/Tooltip/Tooltip.js";
|
|
130
|
+
import { IconButton as cm } from "./components/extended/mui/IconButton/IconButton.js";
|
|
131
|
+
import { Button as Fm } from "./components/extended/mui/Button/Button.js";
|
|
132
|
+
import { CheckBox as Pm } from "./components/extended/mui/CheckBox/CheckBox.js";
|
|
133
|
+
import { Radio as Rm } from "./components/extended/mui/Radio/Radio.js";
|
|
134
|
+
import { Switch as Dm } from "./components/extended/mui/Switch/Switch.js";
|
|
135
|
+
import { ImageButton as Sm } from "./components/extended/mui/ImageButton/ImageButton.js";
|
|
136
|
+
import { Popover as Im } from "./components/extended/mui/Popover/Popover.js";
|
|
137
|
+
import { Select as _m } from "./components/extended/mui/Select/Select.js";
|
|
138
|
+
import { Skeleton as Nm } from "./components/extended/mui/Skeleton/Skeleton.js";
|
|
139
|
+
import { Stack as Hm } from "./components/extended/mui/Stack/Stack.js";
|
|
140
|
+
import { Tab as vm } from "./components/extended/mui/Tab/Tab.js";
|
|
141
|
+
import { Tabs as bm } from "./components/extended/mui/Tabs/Tabs.js";
|
|
142
|
+
import { TabContent as km } from "./components/extended/mui/TabContent/TabContent.js";
|
|
143
|
+
import { TabContext as Vm, TabProvider as wm } from "./components/extended/mui/TabContext/index.js";
|
|
144
|
+
import { Typography as zm } from "./components/extended/mui/Typography/Typography.js";
|
|
145
|
+
import { ICON_CLASSES as Um, ICON_KEY_COMPONENT as Km, ICON_PREFIX as jm, TYPOGRAPHY_CLASSES as Jm, TYPOGRAPHY_CLASS_NAME_SPECIFY as qm, TYPOGRAPHY_FONTS as Qm, TYPOGRAPHY_KEY_COMPONENT as Xm } from "@m4l/base";
|
|
146
|
+
import { toggleButtonStyles as $m } from "./components/extended/mui/ToggleButton/ToggleButton.styles.js";
|
|
147
|
+
import { ToggleButton as rp } from "./components/extended/mui/ToggleButton/ToggleButton.js";
|
|
148
|
+
import { TOGGLE_BUTTON_KEY_COMPONENT as tp } from "./components/extended/mui/ToggleButton/constants.js";
|
|
149
|
+
import { ToggleButtonSlots as pp } from "./components/extended/mui/ToggleButton/slots/ToggleButtonEnum.js";
|
|
150
|
+
import { ToggleButtonRootStyled as np } from "./components/extended/mui/ToggleButton/slots/ToggleButtonSlots.js";
|
|
151
|
+
import { toggleIconButtonStyles as xp } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.styles.js";
|
|
152
|
+
import { ToggleIconButton as sp } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.js";
|
|
153
|
+
import { TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY as up, TOGGLE_ICON_BUTTON_KEY_COMPONENT as cp } from "./components/extended/mui/ToggleIconButton/constants.js";
|
|
154
|
+
import { ToggleIconButtonSlots as Fp } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
155
|
+
import { ToggleIconButtonRootStyled as Pp } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
156
|
+
import { NavLink as Rp } from "./components/extended/mui/NavLink/NavLink.js";
|
|
157
|
+
import { Dialog as Dp } from "./components/extended/mui/Dialog/Dialog.js";
|
|
158
|
+
import { Divider as Sp } from "./components/extended/mui/Divider/Divider.js";
|
|
159
|
+
import { DatePicker as Ip } from "./components/extended/mui/DatePicker/DatePicker.js";
|
|
160
|
+
import { Autocomplete as _p } from "./components/extended/mui/Autocomplete/Autocomplete.js";
|
|
161
|
+
import { AutocompleteAsync as Np } from "./components/extended/mui/AutocompleteAsync/AutocompleteAsync.js";
|
|
162
|
+
import { DateFormatter as Hp, getFormatDate as Lp } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
163
|
+
import { UncertaintyFormatter as Bp, getUncertaintyFormat as bp } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
164
|
+
import { PointsFormatter as kp, getFormatPoints as hp } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
165
|
+
import { ConcatenatedFormatter as wp, getFormatConcatenated as Yp } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
166
|
+
import { PeriodFormatter as Wp, useFormatPeriod as Up } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
167
|
+
import { PriceFormatter as jp, getFormatPrice as Jp } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
168
|
+
import { TagsFormatter as Qp } from "./components/formatters/TagsFormatter/TagsFormatter.js";
|
|
169
|
+
import { ColorFormatter as Zp } from "./components/formatters/ColorFormatter/ColorFormatter.js";
|
|
170
|
+
import { ImageFormatter as oa } from "./components/formatters/ImageFormatter/ImageFormatter.js";
|
|
171
|
+
import { NestedFormatter as ea } from "./components/formatters/NestedFormatter/NestedFormatter.js";
|
|
172
|
+
import { BooleanFormatter as ma } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
173
|
+
import { getBooleanFormatterComponentsDictionary as aa } from "./components/formatters/BooleanFormatter/dictionary.js";
|
|
174
|
+
import { ChipStatusFormatter as ia } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
175
|
+
import { getDistanceToNowFormatterComponentsDictionary as fa } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
176
|
+
import { DistanceToNowFormatter as la } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
177
|
+
import { useDistanceToNowFormatter as ca } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
|
|
178
|
+
import { getFormattersComponentsDictionary as Fa } from "./components/formatters/dictionary.js";
|
|
179
|
+
import { FormContainer as Pa } from "./components/FormContainer/FormContainer.js";
|
|
180
|
+
import { GridLayout as Ra } from "./components/GridLayout/GridLayout.js";
|
|
181
|
+
import { Responsive as Da } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
182
|
+
import { addLayoutItemToBreakPointIfNoExists as Sa, addLayoutItemToBreakPoints as ya, cloneLayouts as Ia } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
183
|
+
import { isEqualLayout as _a, isEqualLayouts as Oa } from "./components/GridLayout/utils.js";
|
|
184
|
+
import { withSizeProvider as Ma } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
185
|
+
import { HelmetPage as La } from "./components/HelmetPage/index.js";
|
|
186
|
+
import { HelperError as Ba } from "./components/HelperError/HelperError.js";
|
|
187
|
+
import { RHFAutocomplete as Ga } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
188
|
+
import { getRHFAutocompleteComponentsDictionary as ha } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
189
|
+
import { RHFAutocompleteAsync as wa } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
190
|
+
import { getRHFAutocompleteAsyncComponentsDictionary as za } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
191
|
+
import { RHFDateTime as Ua } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
192
|
+
import { RHFDateTimePicker as ja } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
|
|
193
|
+
import { RHFDatePicker as qa } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
|
|
194
|
+
import { RHFMultiCheckbox as Xa } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
195
|
+
import { RHFSelect as $a } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
196
|
+
import { RHFHelperError as rn } from "./components/hook-form/RHFHelperError/index.js";
|
|
197
|
+
import { RHFRadioGroup as tn } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
|
|
198
|
+
import { RHFUploadSingleFile as pn } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
|
|
199
|
+
import { RHFColorPicker as nn } from "./components/hook-form/RHFColorPicker/RHFColorPicker.js";
|
|
200
|
+
import { RHFImageSelector as fn } from "./components/hook-form/RHFImageSelector/RHFImageSelector.js";
|
|
201
|
+
import { RHFCheckbox as ln } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
202
|
+
import { RHFCheckableList as cn } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
|
|
203
|
+
import { RHFDateTimeRangePicker as Fn } from "./components/hook-form/RHFDateTimeRangePicker/RHFDateTimeRangePicker.js";
|
|
204
|
+
import { RHFTimePicker as Pn } from "./components/hook-form/RHFTimePicker/RHFTimePicker.js";
|
|
205
|
+
import { RHFDaysOfWeekPicker as Rn } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
|
|
206
|
+
import { RHFDaysOfMonthPicker as Dn } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
|
|
207
|
+
import { RHFTextField as Sn } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
208
|
+
import { RHFTextFieldPassword as In } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
209
|
+
import { RHFResourceDictionary as _n } from "./components/hook-form/RHFResourceDictionary/RHFResourceDictionary.js";
|
|
210
|
+
import { getPeriodComponetsDictionary as Nn } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
211
|
+
import { rhfPeriodStyles as Hn } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
212
|
+
import { RHFPeriod as vn } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
213
|
+
import { RHF_PERIOD_KEY_COMPONENT as bn } from "./components/hook-form/RHFPeriod/constants.js";
|
|
214
|
+
import { RHFPeriodSlots as kn } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
215
|
+
import { NumberInputStyled as Vn, PeriodRootStyled as wn, RHFPeriodRootStyled as Yn, SelectStyled as zn } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
216
|
+
import { RHFNumberInput as Un } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
217
|
+
import { RHFUploadImage as jn } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
218
|
+
import { VALIDATION_OBJECT_BRAND as qn, VALIDATION_PARTIAL_OBJECT_BRAND as Qn, VALIDATION_SCHEMA_BRAND as Xn } from "./components/hook-form/RHFormProvider/types.js";
|
|
219
|
+
import { FormProviderCustom as $n, RHFormProvider as oi, useCustomForm as ri } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
|
|
220
|
+
import { createEmptyValidationSchema as ti, createValidationFullObject as mi, createValidationPartialObject as pi, createValidationSchema as ai } from "./components/hook-form/RHFormProvider/schema.js";
|
|
221
|
+
import { RHFActionsGroup as ii } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
|
|
222
|
+
import { RHFSwitch as fi } from "./components/hook-form/RHFSwitch/RHFSwitch.js";
|
|
223
|
+
import { Icon as li } from "./components/Icon/Icon.js";
|
|
224
|
+
import { Image as ci } from "./components/Image/Image.js";
|
|
225
|
+
import { getImageSelectorComponentsDictionary as Fi } from "./components/ImageSelector/dictionary.js";
|
|
226
|
+
import { ImageSelector as Pi } from "./components/ImageSelector/ImageSelector.js";
|
|
227
|
+
import { Label as Ri } from "./components/Label/Label.js";
|
|
228
|
+
import { LanguagePopover as Di } from "./components/LanguagePopover/LanguagePopover.js";
|
|
229
|
+
import { LinearProgressIndeterminate as Si } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
230
|
+
import { Loadable as Ii } from "./components/Loadable/index.js";
|
|
231
|
+
import { LoadingError as _i } from "./components/LoadingError/LoadingError.js";
|
|
232
|
+
import { getLoadingErrorComponentsDictionary as Ni } from "./components/LoadingError/dictionary.js";
|
|
233
|
+
import { getMenuActionsComponentsDictionary as Hi } from "./components/MenuActions/dictionary.js";
|
|
234
|
+
import { MemonizedMenuActions as vi, MenuActions as Bi } from "./components/MenuActions/MenuActions.js";
|
|
235
|
+
import { MFIsolationApp as Gi } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
236
|
+
import { registerMFIsolationRuntimeErrorHandler as hi, reportMFIsolationRuntimeError as Vi, unregisterMFIsolationRuntimeErrorHandler as wi } from "./components/MFIsolationApp/runtimeErrors.js";
|
|
237
|
+
import { MFAppStorybook as zi, MFIsolationAppStorybook as Wi } from "@m4l/graphics/decorators";
|
|
238
|
+
import { createComponentsMFIsolationAppStorybookProps as Ki } from "./components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.js";
|
|
239
|
+
import { MFLoader as Ji } from "./components/MFLoader/MFLoader.js";
|
|
240
|
+
import { getMFLoaderComponentsDictionary as Qi } from "./components/MFLoader/dictionary.js";
|
|
241
|
+
import { projectMFHostRuntimeTools as Zi } from "./components/MFLoader/helpers/projectMFHostRuntimeTools/projectMFHostRuntimeTools.js";
|
|
242
|
+
import { ImageText as ox } from "./components/ImageText/ImageText.js";
|
|
243
|
+
import { NoItemSelected as ex } from "./components/NoItemSelected/NoItemSelected.js";
|
|
244
|
+
import { getNoItemSelectedComponentsDictionary as mx } from "./components/NoItemSelected/dictionary.js";
|
|
245
|
+
import { NoItemPrivileges as ax } from "./components/NoItemPrivileges/NoItemPrivileges.js";
|
|
246
|
+
import { getNoItemPrivilegesComponentsDictionary as ix } from "./components/NoItemPrivileges/dictionary.js";
|
|
247
|
+
import { getObjectLogsComponentsDictionary as fx } from "./components/ObjectLogs/dictionary.js";
|
|
248
|
+
import { ObjectLogs as lx } from "./components/ObjectLogs/ObjectLogs.js";
|
|
249
|
+
import { PaperForm as cx } from "./components/PaperForm/PaperForm.js";
|
|
250
|
+
import { PDFViewer as Fx } from "./components/PDFViewer/PDFViewer.js";
|
|
251
|
+
import { usePopupsStore as Px } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
252
|
+
import { PopupsContext as Rx, PopupsProvider as Tx } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
253
|
+
import { PopupsViewer as Ax } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
254
|
+
import { PrintingSystem as yx } from "./components/PrintingSystem/PrintingSystem.js";
|
|
255
|
+
import { PropertyValue as Ex } from "./components/PropertyValue/PropertyValue.js";
|
|
256
|
+
import { ScrollBar as Ox } from "./components/ScrollBar/ScrollBar.js";
|
|
257
|
+
import { SideBar as Mx } from "./components/SideBar/SideBar.js";
|
|
258
|
+
import { ToastContainer as Lx } from "./components/ToastContainer/ToastContainer.js";
|
|
259
|
+
import { ToastMessage as Bx } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
260
|
+
import { TabsNavigator as Gx } from "./components/TabsNavigator/TabsNavigator.js";
|
|
261
|
+
import { getTabsNavigatorComponentsDictionary as hx } from "./components/TabsNavigator/dictionary.js";
|
|
262
|
+
import { TimePicker as wx } from "./components/TimePicker/TimePicker.js";
|
|
263
|
+
import { WindowBase as zx } from "./components/WindowBase/WindowBase.js";
|
|
264
|
+
import { useWindowToolsMF as Ux } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
265
|
+
import { useDynamicMFParameters as jx, useDynamicMFParametersStore as Jx } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
266
|
+
import { useMFHostRuntimeTools as Qx } from "./components/WindowBase/hooks/useMFHostRuntimeTools/index.js";
|
|
267
|
+
import { useMFObservability as Zx } from "./components/WindowBase/hooks/useMFObservability/index.js";
|
|
268
|
+
import { useMFRealtimeProducerTools as of } from "./components/WindowBase/hooks/useMFRealtimeProducerTools/index.js";
|
|
269
|
+
import { MemonizedWindowToolsMFContext as ef, WindowToolsMFContext as tf, WindowToolsMFProvider as mf } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
270
|
+
import { createDynamicMFStore as af } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
271
|
+
import { DynamicMFParmsContext as xf, DynamicMFParmsProvider as ff, MemonizedDynamicMFParmsProvider as sf } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
272
|
+
import { MFHostRuntimeToolsContext as uf, MFHostRuntimeToolsProvider as cf, MemoizedMFHostRuntimeToolsProvider as Cf } from "./components/WindowBase/contexts/MFHostRuntimeToolsContext/MFHostRuntimeToolsContext.js";
|
|
273
|
+
import { MFObservabilityContext as df, MFObservabilityProvider as Pf, MemoizedMFObservabilityProvider as gf } from "./components/WindowBase/contexts/MFObservabilityContext/MFObservabilityContext.js";
|
|
274
|
+
import { MFRealtimeProducerToolsContext as Tf, MFRealtimeProducerToolsProvider as Df, MemoizedMFRealtimeProducerToolsProvider as Af } from "./components/WindowBase/contexts/MFRealtimeProducerToolsContext/MFRealtimeProducerToolsContext.js";
|
|
275
|
+
import { WindowConfirm as yf } from "./components/WindowConfirm/WindowConfirm.js";
|
|
276
|
+
import { getModalDialogComponentsDictionary as Ef, getModalDictionary as _f } from "./components/ModalDialog/dictionary.js";
|
|
277
|
+
import { ModalDialog as Nf } from "./components/ModalDialog/ModalDialog.js";
|
|
278
|
+
import { SettingsLayout as Hf } from "./components/SettingsLayout/SettingsLayout.js";
|
|
279
|
+
import { Pager as vf } from "./components/Pager/Pager.js";
|
|
280
|
+
import { useStepper as bf } from "./components/Stepper/hooks/useStepper/index.js";
|
|
281
|
+
import { Stepper as kf } from "./components/Stepper/Stepper.js";
|
|
282
|
+
import { StepperContent as Vf } from "./components/Stepper/subcomponents/StepperContent/index.js";
|
|
283
|
+
import { Step as Yf } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
|
|
284
|
+
import { StepperFooter as Wf } from "./components/Stepper/subcomponents/StepperFooter/index.js";
|
|
285
|
+
import { StepperFooterLeftActions as Kf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
|
|
286
|
+
import { StepperFooterRightActions as Jf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
|
|
287
|
+
import { StepperNextButton as Qf } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
|
|
288
|
+
import { StepperPrevButton as Zf } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
|
|
289
|
+
import { StepperCancelButton as os } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
|
|
290
|
+
import { StepperSubmitButton as es } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
|
|
291
|
+
import { evaluateVisibilityStepCondition as ms } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
|
|
292
|
+
import { getStepsAndValidationSchema as as } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
293
|
+
import { getStepperComponentsDictionary as is } from "./components/Stepper/dictionary.js";
|
|
294
|
+
import { ShellObservabilityContext as fs, ShellObservabilityProvider as ss, useShellObservability as ls } from "./contexts/ShellObservabilityContext/ShellObservabilityContext.js";
|
|
295
|
+
import { HostRuntimeContext as cs, HostRuntimeProvider as Cs, useHostRuntime as Fs } from "./contexts/HostRuntimeContext/HostRuntimeContext.js";
|
|
296
|
+
import { AppearanceComponentProvider as Ps, useAppearanceComponentStore as gs } from "@m4l/graphics";
|
|
297
|
+
import { ModalContext as Ts, ModalProvider as Ds } from "./contexts/ModalContext/index.js";
|
|
298
|
+
import { getFormComponentsDictionary as Ss } from "./components/hook-form/RHFormProvider/dictionary.js";
|
|
299
|
+
import { useFormAddEdit as Is } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
300
|
+
import { useModal as _s } from "./hooks/useModal/index.js";
|
|
301
|
+
import { useTab as Ns } from "./hooks/useTab/index.js";
|
|
302
|
+
import { getformAddEditDictionary as Hs } from "./hooks/useFormAddEdit/dictionary.js";
|
|
303
|
+
import { useFormFocus as vs } from "./hooks/useFormFocus/index.js";
|
|
304
|
+
import { useInterval as bs } from "./hooks/useInterval/index.js";
|
|
305
|
+
import { useComponentSize as ks } from "./hooks/useComponentSize/index.js";
|
|
306
|
+
import { useFormReadyForUpdate as Vs } from "./hooks/useFormReadyForUpdate/index.js";
|
|
307
|
+
import { useStateRef as Ys } from "./hooks/useStateRef/index.js";
|
|
308
|
+
import { SKELETON_SVG_ICON as Ws } from "./hooks/useSvgColor/constants.js";
|
|
309
|
+
import { useSvgColor as Ks } from "./hooks/useSvgColor/useSvgColor.js";
|
|
310
|
+
import { useDynamicFilterAndSort as Js } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
311
|
+
import { useDataGridPersistence as Qs } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
312
|
+
import { resolvePopoverContainer as Zs, usePopoverContainer as $s } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
313
|
+
import { POPOVER_CONTAINER_ID as rl, POPOVER_OVERLAY_ROOT_ATTRIBUTE as el, POPOVER_PAPER_ARIA_LABEL as tl, POPOVER_PAPER_SELECTOR as ml } from "./hooks/usePopoverContainer/constants.js";
|
|
314
|
+
import { resolvePopoverPaperProps as al, usePopoverPaperProps as nl } from "./hooks/usePopoverPaperProps/usePopoverPaperProps.js";
|
|
315
|
+
import { useIsVisible as xl } from "./hooks/useIsVisible/useIsVisible.js";
|
|
316
|
+
import { useSizeContainer as sl } from "./hooks/useSizeContainer/index.js";
|
|
317
|
+
import { useWatchTyped as ul } from "./hooks/useWatchTyped/useTypedWatch.js";
|
|
318
|
+
import { withToggle as Cl } from "./hocs/withToggle/index.js";
|
|
319
|
+
import { withRHFController as dl } from "./hocs/withRHFController/index.js";
|
|
320
|
+
import { capitalizeFirstLetter as gl } from "./utils/capitalizeFirstLetter.js";
|
|
321
|
+
import { isValidDate as Tl } from "./utils/isValidDate.js";
|
|
322
|
+
import { getComponentUtilityClass as Al } from "./utils/getComponentUtilityClass.js";
|
|
323
|
+
import { getPaletteColor as yl } from "./utils/getPaletteColor.js";
|
|
324
|
+
import { getTypographyStyles as El } from "./utils/getTypographyStyles.js";
|
|
325
|
+
import { getIconColor as Ol } from "./utils/getIconColor.js";
|
|
326
|
+
import { getHeightSizeStyles as Ml, getSizeStyles as Hl } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
327
|
+
import { getInputAlignmentIconButtonOverrides as vl } from "./utils/getInputAlignmentIconButtonOverrides/getInputAlignmentIconButtonOverrides.js";
|
|
328
|
+
import { ObjectQueue as bl } from "./utils/ObjectQueue.js";
|
|
329
|
+
import { getComponentClasses as kl, getComponentSlotRoot as hl } from "./utils/getComponentSlotRoot.js";
|
|
330
|
+
import { formatDistanceToNow as wl } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
331
|
+
import { getValidDate as zl } from "./utils/getValidDate.js";
|
|
332
|
+
import { getNullGuard as Ul } from "./utils/getNullGuard.js";
|
|
333
|
+
import { createCustomDeepShallow as jl, deepShallow as Jl } from "./utils/deepShallow.js";
|
|
337
334
|
export {
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
335
|
+
W as AREAS_DICCTIONARY,
|
|
336
|
+
U as AREAS_DICTIONARY_ID,
|
|
337
|
+
fm as Accordion,
|
|
341
338
|
m as AccountPopover,
|
|
342
339
|
Do as ActionCancel,
|
|
343
|
-
|
|
340
|
+
Io as ActionFormCancel,
|
|
344
341
|
_o as ActionFormIntro,
|
|
345
342
|
No as ActionFormSubmitProgrammatic,
|
|
346
343
|
So as ActionIntro,
|
|
347
|
-
|
|
344
|
+
Ro as ActionsContainer,
|
|
348
345
|
i as ActionsGroup,
|
|
349
346
|
P as AnimatedScroll,
|
|
350
347
|
N as AppBar,
|
|
351
348
|
so as AppBarComercial,
|
|
352
|
-
|
|
349
|
+
Ps as AppearanceComponentProvider,
|
|
353
350
|
v as AreasAdmin,
|
|
354
351
|
k as AreasContext,
|
|
355
352
|
h as AreasProvider,
|
|
356
353
|
b as AreasViewer,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
354
|
+
_p as Autocomplete,
|
|
355
|
+
Np as AutocompleteAsync,
|
|
356
|
+
Kt as Avatar,
|
|
357
|
+
om as Badge,
|
|
361
358
|
Q as BaseModule,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
359
|
+
ma as BooleanFormatter,
|
|
360
|
+
Jt as BoxIcon,
|
|
361
|
+
Qt as Breadcrumbs,
|
|
362
|
+
Fm as Button,
|
|
366
363
|
Z as Card,
|
|
367
|
-
|
|
364
|
+
Pm as CheckBox,
|
|
368
365
|
oo as CheckableList,
|
|
369
366
|
mo as Chip,
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
Kt as CodeEditor,
|
|
367
|
+
ia as ChipStatusFormatter,
|
|
368
|
+
Zt as CircularProgress,
|
|
373
369
|
ao as ColorFieldPicker,
|
|
374
|
-
|
|
370
|
+
Zp as ColorFormatter,
|
|
375
371
|
io as ColorPicker,
|
|
376
372
|
xo as ColorPickerField,
|
|
377
373
|
rr as ColumnBooleanFormatter,
|
|
378
374
|
tr as ColumnBooleanGroupFormatter,
|
|
379
375
|
te as ColumnChipStatusFormatter,
|
|
380
376
|
pe as ColumnChipStatusGroupFormatter,
|
|
381
|
-
|
|
382
|
-
|
|
377
|
+
Ce as ColumnColorFormatter,
|
|
378
|
+
de as ColumnColorGroupFormatter,
|
|
383
379
|
nr as ColumnConcatenatedValueFormatter,
|
|
384
380
|
xr as ColumnConcatenatedValuesGroupFormatter,
|
|
385
381
|
ur as ColumnDateFormatter,
|
|
386
|
-
|
|
382
|
+
Cr as ColumnDateGroupFormatter,
|
|
387
383
|
gr as ColumnIconFormatter,
|
|
388
|
-
|
|
384
|
+
Tr as ColumnIconGroupFormatter,
|
|
389
385
|
Ae as ColumnImageFormatter,
|
|
390
|
-
|
|
391
|
-
|
|
386
|
+
ye as ColumnImageGroupFormatter,
|
|
387
|
+
yr as ColumnInteractiveCheckFormatter,
|
|
392
388
|
Or as ColumnNestedValueFormatter,
|
|
393
389
|
Mr as ColumnNestedValueGroupFormatter,
|
|
394
390
|
Br as ColumnPointsFormatter,
|
|
@@ -400,7 +396,7 @@ export {
|
|
|
400
396
|
se as ColumnTagsGroupFormatter,
|
|
401
397
|
Xr as ColumnUncertaintyFormatter,
|
|
402
398
|
$r as ColumnUncertaintyGroupFormatter,
|
|
403
|
-
|
|
399
|
+
wp as ConcatenatedFormatter,
|
|
404
400
|
ko as ContainerFlow,
|
|
405
401
|
Xo as DATAGRID_ROW_HEADER_HEIGHTS,
|
|
406
402
|
Zo as DATAGRID_ROW_HEIGHTS,
|
|
@@ -411,352 +407,343 @@ export {
|
|
|
411
407
|
qe as DATE_TIME_RANGE_PICKER_DEFAULT_SHORTCUTS,
|
|
412
408
|
$e as DATE_TIME_RANGE_PICKER_DICTIONARY,
|
|
413
409
|
Qe as DATE_TIME_RANGE_PICKER_OPEN_BUTTON_LABEL,
|
|
414
|
-
Jt as DEFAULT_CODE_EDITOR_AT_LANGUAGE_TEMPLATE,
|
|
415
410
|
vo as DICTIONARY,
|
|
416
411
|
Vo as DataGrid,
|
|
417
|
-
|
|
418
|
-
|
|
412
|
+
Hp as DateFormatter,
|
|
413
|
+
Ip as DatePicker,
|
|
419
414
|
he as DateRangeCalendarPicker,
|
|
420
|
-
|
|
415
|
+
Ue as DateTimeRangePicker,
|
|
421
416
|
Ge as DaysOfMonthPicker,
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
417
|
+
Ee as DaysOfWeekPicker,
|
|
418
|
+
Dp as Dialog,
|
|
419
|
+
la as DistanceToNowFormatter,
|
|
420
|
+
Sp as Divider,
|
|
426
421
|
Me as DragResizeWindowRND,
|
|
427
422
|
ft as DynamicFilter,
|
|
428
423
|
lt as DynamicForm,
|
|
429
|
-
|
|
430
|
-
|
|
424
|
+
xf as DynamicMFParmsContext,
|
|
425
|
+
ff as DynamicMFParmsProvider,
|
|
431
426
|
Nt as DynamicSort,
|
|
432
427
|
Dt as EMPTY_DATA,
|
|
433
428
|
Xe as EMPTY_DATE_TIME_RANGE_PICKER_VALUE,
|
|
434
429
|
Vt as FixedSizeList,
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
430
|
+
Pa as FormContainer,
|
|
431
|
+
$n as FormProviderCustom,
|
|
432
|
+
Ra as GridLayout,
|
|
438
433
|
uo as HamburgerMenu,
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
434
|
+
La as HelmetPage,
|
|
435
|
+
Ba as HelperError,
|
|
436
|
+
cs as HostRuntimeContext,
|
|
437
|
+
Cs as HostRuntimeProvider,
|
|
438
|
+
Um as ICON_CLASSES,
|
|
439
|
+
Km as ICON_KEY_COMPONENT,
|
|
440
|
+
jm as ICON_PREFIX,
|
|
441
|
+
li as Icon,
|
|
442
|
+
cm as IconButton,
|
|
448
443
|
f as IconButtonAnimate,
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
444
|
+
ci as Image,
|
|
445
|
+
Sm as ImageButton,
|
|
446
|
+
oa as ImageFormatter,
|
|
447
|
+
Pi as ImageSelector,
|
|
448
|
+
ox as ImageText,
|
|
454
449
|
K as LABEL_FILTER_BUTTON,
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
450
|
+
Ri as Label,
|
|
451
|
+
Di as LanguagePopover,
|
|
452
|
+
em as LinearProgress,
|
|
453
|
+
Si as LinearProgressIndeterminate,
|
|
454
|
+
mm as LinkWithRoute,
|
|
455
|
+
Ii as Loadable,
|
|
456
|
+
am as LoadingButton,
|
|
457
|
+
_i as LoadingError,
|
|
458
|
+
F as LoadingScreen,
|
|
459
|
+
zi as MFAppStorybook,
|
|
460
|
+
uf as MFHostRuntimeToolsContext,
|
|
461
|
+
cf as MFHostRuntimeToolsProvider,
|
|
462
|
+
Gi as MFIsolationApp,
|
|
463
|
+
Wi as MFIsolationAppStorybook,
|
|
464
|
+
Ji as MFLoader,
|
|
465
|
+
df as MFObservabilityContext,
|
|
466
|
+
Pf as MFObservabilityProvider,
|
|
467
|
+
Tf as MFRealtimeProducerToolsContext,
|
|
468
|
+
Df as MFRealtimeProducerToolsProvider,
|
|
469
|
+
Cf as MemoizedMFHostRuntimeToolsProvider,
|
|
470
|
+
gf as MemoizedMFObservabilityProvider,
|
|
471
|
+
Af as MemoizedMFRealtimeProducerToolsProvider,
|
|
472
|
+
sf as MemonizedDynamicMFParmsProvider,
|
|
473
|
+
vi as MemonizedMenuActions,
|
|
474
|
+
ef as MemonizedWindowToolsMFContext,
|
|
475
|
+
Bi as MenuActions,
|
|
476
|
+
Ts as ModalContext,
|
|
477
|
+
Nf as ModalDialog,
|
|
478
|
+
Ds as ModalProvider,
|
|
484
479
|
l as MotionContainer,
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
480
|
+
c as MotionLazyContainer,
|
|
481
|
+
Rp as NavLink,
|
|
482
|
+
ea as NestedFormatter,
|
|
483
|
+
ax as NoItemPrivileges,
|
|
484
|
+
ex as NoItemSelected,
|
|
490
485
|
Ko as NumberEditor,
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
486
|
+
Vn as NumberInputStyled,
|
|
487
|
+
lx as ObjectLogs,
|
|
488
|
+
bl as ObjectQueue,
|
|
489
|
+
Fx as PDFViewer,
|
|
490
|
+
rl as POPOVER_CONTAINER_ID,
|
|
491
|
+
el as POPOVER_OVERLAY_ROOT_ATTRIBUTE,
|
|
492
|
+
tl as POPOVER_PAPER_ARIA_LABEL,
|
|
493
|
+
ml as POPOVER_PAPER_SELECTOR,
|
|
494
|
+
vf as Pager,
|
|
495
|
+
cx as PaperForm,
|
|
496
|
+
Wp as PeriodFormatter,
|
|
497
|
+
wn as PeriodRootStyled,
|
|
498
|
+
kp as PointsFormatter,
|
|
499
|
+
Im as Popover,
|
|
500
|
+
Rx as PopupsContext,
|
|
501
|
+
Tx as PopupsProvider,
|
|
502
|
+
Ax as PopupsViewer,
|
|
503
|
+
jp as PriceFormatter,
|
|
504
|
+
yx as PrintingSystem,
|
|
510
505
|
kt as PropagateLoaderSpinner,
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
Lt as Resizable,
|
|
506
|
+
Ex as PropertyValue,
|
|
507
|
+
ii as RHFActionsGroup,
|
|
508
|
+
Ga as RHFAutocomplete,
|
|
509
|
+
wa as RHFAutocompleteAsync,
|
|
510
|
+
cn as RHFCheckableList,
|
|
511
|
+
ln as RHFCheckbox,
|
|
512
|
+
nn as RHFColorPicker,
|
|
513
|
+
qa as RHFDatePicker,
|
|
514
|
+
Ua as RHFDateTime,
|
|
515
|
+
ja as RHFDateTimePicker,
|
|
516
|
+
Fn as RHFDateTimeRangePicker,
|
|
517
|
+
Dn as RHFDaysOfMonthPicker,
|
|
518
|
+
Rn as RHFDaysOfWeekPicker,
|
|
519
|
+
rn as RHFHelperError,
|
|
520
|
+
fn as RHFImageSelector,
|
|
521
|
+
Xa as RHFMultiCheckbox,
|
|
522
|
+
Un as RHFNumberInput,
|
|
523
|
+
vn as RHFPeriod,
|
|
524
|
+
Yn as RHFPeriodRootStyled,
|
|
525
|
+
kn as RHFPeriodSlots,
|
|
526
|
+
tn as RHFRadioGroup,
|
|
527
|
+
_n as RHFResourceDictionary,
|
|
528
|
+
$a as RHFSelect,
|
|
529
|
+
fi as RHFSwitch,
|
|
530
|
+
Sn as RHFTextField,
|
|
531
|
+
In as RHFTextFieldPassword,
|
|
532
|
+
Pn as RHFTimePicker,
|
|
533
|
+
jn as RHFUploadImage,
|
|
534
|
+
pn as RHFUploadSingleFile,
|
|
535
|
+
bn as RHF_PERIOD_KEY_COMPONENT,
|
|
536
|
+
oi as RHFormProvider,
|
|
537
|
+
Rm as Radio,
|
|
538
|
+
Wt as ReactJsonViewer,
|
|
539
|
+
Ht as Resizable,
|
|
546
540
|
vt as ResizableBox,
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
541
|
+
Da as Responsive,
|
|
542
|
+
Ws as SKELETON_SVG_ICON,
|
|
543
|
+
Ox as ScrollBar,
|
|
550
544
|
Po as SectionCommercial,
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
545
|
+
_m as Select,
|
|
546
|
+
zn as SelectStyled,
|
|
547
|
+
Hf as SettingsLayout,
|
|
548
|
+
fs as ShellObservabilityContext,
|
|
549
|
+
ss as ShellObservabilityProvider,
|
|
550
|
+
Mx as SideBar,
|
|
551
|
+
Nm as Skeleton,
|
|
552
|
+
It as SortCompareValues,
|
|
559
553
|
bt as SplitLayout,
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
554
|
+
Hm as Stack,
|
|
555
|
+
Yf as Step,
|
|
556
|
+
kf as Stepper,
|
|
557
|
+
os as StepperCancelButton,
|
|
558
|
+
Vf as StepperContent,
|
|
559
|
+
Wf as StepperFooter,
|
|
560
|
+
Kf as StepperFooterLeftActions,
|
|
561
|
+
Jf as StepperFooterRightActions,
|
|
562
|
+
Qf as StepperNextButton,
|
|
563
|
+
Zf as StepperPrevButton,
|
|
564
|
+
es as StepperSubmitButton,
|
|
565
|
+
Dm as Switch,
|
|
566
|
+
tp as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
567
|
+
up as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
568
|
+
cp as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
569
|
+
Jm as TYPOGRAPHY_CLASSES,
|
|
570
|
+
qm as TYPOGRAPHY_CLASS_NAME_SPECIFY,
|
|
571
|
+
Qm as TYPOGRAPHY_FONTS,
|
|
572
|
+
Xm as TYPOGRAPHY_KEY_COMPONENT,
|
|
573
|
+
vm as Tab,
|
|
574
|
+
km as TabContent,
|
|
575
|
+
Vm as TabContext,
|
|
576
|
+
wm as TabProvider,
|
|
577
|
+
bm as Tabs,
|
|
578
|
+
Gx as TabsNavigator,
|
|
579
|
+
Qp as TagsFormatter,
|
|
586
580
|
jo as TextEditor,
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
581
|
+
wx as TimePicker,
|
|
582
|
+
Lx as ToastContainer,
|
|
583
|
+
Bx as ToastMessage,
|
|
584
|
+
rp as ToggleButton,
|
|
585
|
+
np as ToggleButtonRootStyled,
|
|
586
|
+
pp as ToggleButtonSlots,
|
|
587
|
+
sp as ToggleIconButton,
|
|
588
|
+
Pp as ToggleIconButtonRootStyled,
|
|
589
|
+
Fp as ToggleIconButtonSlots,
|
|
590
|
+
lm as Tooltip,
|
|
591
|
+
Co as TopBar,
|
|
598
592
|
Yo as TreeDataGrid,
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
593
|
+
zm as Typography,
|
|
594
|
+
Bp as UncertaintyFormatter,
|
|
595
|
+
qn as VALIDATION_OBJECT_BRAND,
|
|
596
|
+
Qn as VALIDATION_PARTIAL_OBJECT_BRAND,
|
|
597
|
+
Xn as VALIDATION_SCHEMA_BRAND,
|
|
604
598
|
Yt as VariableSizeList,
|
|
605
599
|
Be as WINDOW_SIZES,
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
di as createEmptyValidationSchema,
|
|
600
|
+
zx as WindowBase,
|
|
601
|
+
yf as WindowConfirm,
|
|
602
|
+
tf as WindowToolsMFContext,
|
|
603
|
+
mf as WindowToolsMFProvider,
|
|
604
|
+
Sa as addLayoutItemToBreakPointIfNoExists,
|
|
605
|
+
ya as addLayoutItemToBreakPoints,
|
|
606
|
+
gl as capitalizeFirstLetter,
|
|
607
|
+
Ia as cloneLayouts,
|
|
608
|
+
Ki as createComponentsMFIsolationAppStorybookProps,
|
|
609
|
+
jl as createCustomDeepShallow,
|
|
610
|
+
af as createDynamicMFStore,
|
|
611
|
+
ti as createEmptyValidationSchema,
|
|
619
612
|
e as createToaster,
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
613
|
+
mi as createValidationFullObject,
|
|
614
|
+
pi as createValidationPartialObject,
|
|
615
|
+
ai as createValidationSchema,
|
|
616
|
+
Jl as deepShallow,
|
|
624
617
|
Bo as defaultCommonActionsDictionary,
|
|
625
618
|
Ye as defaultDateRangeCalendarPickerDictionary,
|
|
626
619
|
ot as defaultDateTimeRangePickerDictionary,
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
ou as formatDistanceToNow,
|
|
620
|
+
Le as dragResizeWindowRNDClasses,
|
|
621
|
+
ms as evaluateVisibilityStepCondition,
|
|
622
|
+
wl as formatDistanceToNow,
|
|
631
623
|
a as getAccountPopoverDictionary,
|
|
632
|
-
|
|
624
|
+
H as getAppBarDictionary,
|
|
633
625
|
j as getAreasComponentsDictionary,
|
|
634
626
|
J as getAreasDictionary,
|
|
635
|
-
|
|
627
|
+
aa as getBooleanFormatterComponentsDictionary,
|
|
636
628
|
eo as getCheckableListComponentsDictionary,
|
|
637
629
|
bo as getCommonActionsDictionary,
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
630
|
+
kl as getComponentClasses,
|
|
631
|
+
hl as getComponentSlotRoot,
|
|
632
|
+
Al as getComponentUtilityClass,
|
|
633
|
+
Wo as getDataGridComponentsDictionary,
|
|
642
634
|
qo as getDataGridRowsFromSet,
|
|
643
635
|
ze as getDateRangeCalendarPickerComponentsDictionary,
|
|
644
636
|
rt as getDateTimeRangePickerComponentsDictionary,
|
|
645
637
|
Oe as getDaysOfWeekPickerDictionary,
|
|
646
|
-
|
|
638
|
+
fa as getDistanceToNowFormatterComponentsDictionary,
|
|
647
639
|
tt as getDynamicFilterComponentsDictionary,
|
|
648
|
-
|
|
640
|
+
ct as getDynamicFormComponentsDictionary,
|
|
649
641
|
St as getDynamicSortComponentsDictionary,
|
|
650
642
|
pt as getFilterGroupFieldsByName,
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
643
|
+
Ss as getFormComponentsDictionary,
|
|
644
|
+
Yp as getFormatConcatenated,
|
|
645
|
+
Lp as getFormatDate,
|
|
646
|
+
hp as getFormatPoints,
|
|
647
|
+
Jp as getFormatPrice,
|
|
648
|
+
Fa as getFormattersComponentsDictionary,
|
|
649
|
+
Ml as getHeightSizeStyles,
|
|
650
|
+
Ol as getIconColor,
|
|
651
|
+
Fi as getImageSelectorComponentsDictionary,
|
|
652
|
+
vl as getInputAlignmentIconButtonOverrides,
|
|
661
653
|
at as getIsIfInDynamicFilter,
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
654
|
+
Ni as getLoadingErrorComponentsDictionary,
|
|
655
|
+
Qi as getMFLoaderComponentsDictionary,
|
|
656
|
+
Hi as getMenuActionsComponentsDictionary,
|
|
657
|
+
Ef as getModalDialogComponentsDictionary,
|
|
658
|
+
_f as getModalDictionary,
|
|
659
|
+
ix as getNoItemPrivilegesComponentsDictionary,
|
|
660
|
+
mx as getNoItemSelectedComponentsDictionary,
|
|
661
|
+
Ul as getNullGuard,
|
|
662
|
+
fx as getObjectLogsComponentsDictionary,
|
|
663
|
+
im as getPagerComponentsDictionary,
|
|
664
|
+
yl as getPaletteColor,
|
|
665
|
+
Nn as getPeriodComponetsDictionary,
|
|
666
|
+
za as getRHFAutocompleteAsyncComponentsDictionary,
|
|
667
|
+
ha as getRHFAutocompleteComponentsDictionary,
|
|
676
668
|
it as getRawFiltersForNetwork,
|
|
677
669
|
_t as getRawSortsForNetwork,
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
Wn as rhfPeriodStyles,
|
|
700
|
-
fp as toggleButtonStyles,
|
|
701
|
-
Tp as toggleIconButtonStyles,
|
|
702
|
-
ox as unregisterMFIsolationRuntimeErrorHandler,
|
|
703
|
-
Ls as useAppearanceComponentStore,
|
|
670
|
+
Hl as getSizeStyles,
|
|
671
|
+
is as getStepperComponentsDictionary,
|
|
672
|
+
as as getStepsAndValidationSchema,
|
|
673
|
+
hx as getTabsNavigatorComponentsDictionary,
|
|
674
|
+
El as getTypographyStyles,
|
|
675
|
+
bp as getUncertaintyFormat,
|
|
676
|
+
zl as getValidDate,
|
|
677
|
+
Hs as getformAddEditDictionary,
|
|
678
|
+
_a as isEqualLayout,
|
|
679
|
+
Oa as isEqualLayouts,
|
|
680
|
+
Tl as isValidDate,
|
|
681
|
+
Zi as projectMFHostRuntimeTools,
|
|
682
|
+
hi as registerMFIsolationRuntimeErrorHandler,
|
|
683
|
+
Vi as reportMFIsolationRuntimeError,
|
|
684
|
+
Zs as resolvePopoverContainer,
|
|
685
|
+
al as resolvePopoverPaperProps,
|
|
686
|
+
Hn as rhfPeriodStyles,
|
|
687
|
+
$m as toggleButtonStyles,
|
|
688
|
+
xp as toggleIconButtonStyles,
|
|
689
|
+
wi as unregisterMFIsolationRuntimeErrorHandler,
|
|
690
|
+
gs as useAppearanceComponentStore,
|
|
704
691
|
w as useAreasHasExpandedModule,
|
|
705
692
|
Y as useAreasStore,
|
|
706
693
|
pr as useColumnBoolean,
|
|
707
694
|
ne as useColumnChipStatus,
|
|
708
695
|
ge as useColumnColor,
|
|
709
696
|
sr as useColumnConcatenatedValue,
|
|
710
|
-
|
|
697
|
+
dr as useColumnDate,
|
|
711
698
|
Ar as useColumnIcon,
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
699
|
+
Te as useColumnImage,
|
|
700
|
+
Er as useColumnInteractiveCheck,
|
|
701
|
+
Lr as useColumnNestedValue,
|
|
715
702
|
hr as useColumnPoints,
|
|
716
|
-
|
|
703
|
+
Ur as useColumnPrice,
|
|
717
704
|
qr as useColumnSetCheck,
|
|
718
705
|
ue as useColumnTags,
|
|
719
706
|
re as useColumnUncertanity,
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
707
|
+
ks as useComponentSize,
|
|
708
|
+
ri as useCustomForm,
|
|
709
|
+
Qs as useDataGridPersistence,
|
|
710
|
+
ca as useDistanceToNowFormatter,
|
|
711
|
+
Js as useDynamicFilterAndSort,
|
|
712
|
+
Ft as useDynamicForm,
|
|
713
|
+
Rt as useDynamicFormCoupled,
|
|
727
714
|
Pt as useDynamicFormData,
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
715
|
+
jx as useDynamicMFParameters,
|
|
716
|
+
Jx as useDynamicMFParametersStore,
|
|
717
|
+
Is as useFormAddEdit,
|
|
718
|
+
vs as useFormFocus,
|
|
719
|
+
Vs as useFormReadyForUpdate,
|
|
720
|
+
Up as useFormatPeriod,
|
|
721
|
+
Fs as useHostRuntime,
|
|
722
|
+
bs as useInterval,
|
|
723
|
+
xl as useIsVisible,
|
|
724
|
+
Qx as useMFHostRuntimeTools,
|
|
725
|
+
Zx as useMFObservability,
|
|
726
|
+
of as useMFRealtimeProducerTools,
|
|
727
|
+
_s as useModal,
|
|
728
|
+
$s as usePopoverContainer,
|
|
729
|
+
nl as usePopoverPaperProps,
|
|
730
|
+
Px as usePopupsStore,
|
|
731
|
+
ls as useShellObservability,
|
|
732
|
+
sl as useSizeContainer,
|
|
733
|
+
Ys as useStateRef,
|
|
734
|
+
bf as useStepper,
|
|
735
|
+
Ks as useSvgColor,
|
|
736
|
+
Ns as useTab,
|
|
737
|
+
ul as useWatchTyped,
|
|
738
|
+
Ho as useWindowCloseGuard,
|
|
739
|
+
Ux as useWindowToolsMF,
|
|
753
740
|
D as varBounce,
|
|
754
741
|
S as varContainer,
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
742
|
+
R as varFade,
|
|
743
|
+
I as varTranEnter,
|
|
744
|
+
E as varTranExit,
|
|
758
745
|
_ as varTranHover,
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
746
|
+
dl as withRHFController,
|
|
747
|
+
Ma as withSizeProvider,
|
|
748
|
+
Cl as withToggle
|
|
762
749
|
};
|