@m4l/components 9.17.0 → 9.17.1-beta-feature-731-m4l-components-code-editor.0
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 +11 -0
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.d.ts +6 -0
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.js +247 -0
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.d.ts +3 -0
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.js +297 -0
- package/components/extended/ReactSimpleCodeEditor/constants.d.ts +82 -0
- package/components/extended/ReactSimpleCodeEditor/constants.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/constants.js +149 -0
- package/components/extended/ReactSimpleCodeEditor/dictionary.d.ts +11 -0
- package/components/extended/ReactSimpleCodeEditor/dictionary.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/dictionary.js +7 -0
- package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.d.ts +59 -0
- package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.js +1063 -0
- package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.d.ts +6 -0
- package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.js +7 -0
- package/components/extended/ReactSimpleCodeEditor/index.d.ts +4 -0
- package/components/extended/ReactSimpleCodeEditor/index.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.d.ts +18 -0
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.js +4 -0
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.d.ts +84 -0
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.js +63 -0
- package/components/extended/ReactSimpleCodeEditor/slots/index.d.ts +3 -0
- package/components/extended/ReactSimpleCodeEditor/slots/index.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/storybookRuntime.d.ts +15 -0
- package/components/extended/ReactSimpleCodeEditor/storybookRuntime.d.ts.map +1 -0
- package/components/extended/ReactSimpleCodeEditor/types.d.ts +127 -0
- package/components/extended/ReactSimpleCodeEditor/types.d.ts.map +1 -0
- package/components/extended/index.d.ts +1 -0
- package/components/extended/index.d.ts.map +1 -1
- package/components/hook-form/RHFCodeEditor/RHFCodeEditor.d.ts +7 -0
- package/components/hook-form/RHFCodeEditor/RHFCodeEditor.d.ts.map +1 -0
- package/components/hook-form/RHFCodeEditor/RHFCodeEditor.js +6 -0
- package/components/hook-form/RHFCodeEditor/index.d.ts +3 -0
- package/components/hook-form/RHFCodeEditor/index.d.ts.map +1 -0
- package/components/hook-form/index.d.ts +1 -0
- package/components/hook-form/index.d.ts.map +1 -1
- package/index.js +561 -548
- package/package.json +12 -9
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 d } from "./components/animate/LoadingScreen/index.js";
|
|
9
9
|
import { AnimatedScroll as g } from "./components/animate/AnimatedScroll/animatedScroll.js";
|
|
10
10
|
import { varFade as D } from "./components/animate/variants/fade.js";
|
|
11
11
|
import { varBounce as R } from "./components/animate/variants/bounce.js";
|
|
12
|
-
import { varContainer as
|
|
12
|
+
import { varContainer as S } from "./components/animate/variants/container.js";
|
|
13
13
|
import { varTranEnter as y, varTranExit as E, varTranHover as _ } from "./components/animate/variants/transition.js";
|
|
14
14
|
import { AppBar as M } from "./components/AppBar/AppBar.js";
|
|
15
|
-
import { getAppBarDictionary as
|
|
16
|
-
import { AreasAdmin as
|
|
15
|
+
import { getAppBarDictionary as L } from "./components/AppBar/dictionary.js";
|
|
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
|
-
import { AreasContext as
|
|
18
|
+
import { AreasContext as k, AreasProvider as h } from "./components/areas/contexts/AreasContext/index.js";
|
|
19
19
|
import { useAreasStore as w } from "./components/areas/hooks/useAreas/index.js";
|
|
20
|
-
import { AREAS_DICCTIONARY as z, AREAS_DICTIONARY_ID as
|
|
20
|
+
import { AREAS_DICCTIONARY as z, AREAS_DICTIONARY_ID as U, LABEL_FILTER_BUTTON as W, getAreasComponentsDictionary as K, getAreasDictionary as j } from "./components/areas/dictionary.js";
|
|
21
21
|
import { BaseModule as q } from "./components/BaseModule/BaseModule.js";
|
|
22
22
|
import { Card as X } from "./components/Card/Card.js";
|
|
23
23
|
import { CheckableList as $ } from "./components/CheckableList/CheckableList.js";
|
|
@@ -27,20 +27,20 @@ import { ColorFieldPicker as po } from "./components/ColorPicker/ColorFieldPicke
|
|
|
27
27
|
import { ColorPicker as no, ColorPicker as io } from "./components/ColorPicker/ColorPicker.js";
|
|
28
28
|
import { AppBarComercial as fo } from "./components/commercial/AppBarCommercial/index.js";
|
|
29
29
|
import { HamburgerMenu as lo } 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 Fo } from "./components/commercial/SectionCommercial/index.js";
|
|
32
|
-
import { ActionsContainer as
|
|
33
|
-
import { ActionCancel as
|
|
34
|
-
import { ActionIntro as
|
|
32
|
+
import { ActionsContainer as To } from "./components/CommonActions/components/ActionsContainer/ActionsContainer.js";
|
|
33
|
+
import { ActionCancel as Po } from "./components/CommonActions/components/ActionCancel/ActionCancel.js";
|
|
34
|
+
import { ActionIntro as Ao } from "./components/CommonActions/components/ActionIntro/ActionIntro.js";
|
|
35
35
|
import { ActionFormCancel as Io } from "./components/CommonActions/components/ActionFormCancel/ActionFormCancel.js";
|
|
36
36
|
import { ActionFormIntro as Eo } from "./components/CommonActions/components/ActionFormIntro/ActionFormIntro.js";
|
|
37
37
|
import { ActionFormSubmitProgrammatic as No } from "./components/CommonActions/components/ActionFormSubmitProgrammatic/ActionFormSubmitProgrammatic.js";
|
|
38
|
-
import { DICTIONARY as Oo, defaultCommonActionsDictionary as
|
|
39
|
-
import { ContainerFlow as
|
|
40
|
-
import { DataGrid as
|
|
38
|
+
import { DICTIONARY as Oo, defaultCommonActionsDictionary as Lo, getCommonActionsDictionary as Ho } from "./components/CommonActions/dictionary.js";
|
|
39
|
+
import { ContainerFlow as Bo } from "./components/ContainerFlow/ContainerFlow.js";
|
|
40
|
+
import { DataGrid as Go } from "./components/datagrids/components/DataGridMain/DataGridMain.js";
|
|
41
41
|
import { TreeDataGrid as ho } from "./components/datagrids/components/TreeDataGrid/TreeDataGrid.js";
|
|
42
42
|
import { getDataGridComponentsDictionary as wo } from "./components/datagrids/dictionary.js";
|
|
43
|
-
import { NumberEditor as zo, TextEditor as
|
|
43
|
+
import { NumberEditor as zo, TextEditor as Uo } from "./components/datagrids/subcomponents/editors/TextEditor/TextEditor.js";
|
|
44
44
|
import { getDataGridRowsFromSet as Ko } from "./components/datagrids/helpers/shared/getDataGridRowsFromSet/getDataGridRowsFromSet.js";
|
|
45
45
|
import { DATAGRID_ROW_HEADER_HEIGHTS as Jo, DATAGRID_ROW_HEIGHTS as qo, DATAGRID_SEMANTIC_WIDTHS as Qo } from "./components/datagrids/constants.js";
|
|
46
46
|
import { ColumnBooleanFormatter as Zo } from "./components/datagrids/formatters/ColumnBooleanFormatter/formatter.js";
|
|
@@ -51,22 +51,22 @@ import { ColumnConcatenatedValuesGroupFormatter as ar } from "./components/datag
|
|
|
51
51
|
import { useColumnConcatenatedValues as ir } from "./components/datagrids/formatters/ColumnConcatenatedValuesFormatter/useColumnConcatenatedValues.js";
|
|
52
52
|
import { ColumnDateFormatter as fr } from "./components/datagrids/formatters/ColumnDateFormatter/formatter.js";
|
|
53
53
|
import { ColumnDateGroupFormatter as lr } from "./components/datagrids/formatters/ColumnDateFormatter/ColumnDateGroupFormatter.js";
|
|
54
|
-
import { useColumnDate as
|
|
55
|
-
import { ColumnIconFormatter as
|
|
54
|
+
import { useColumnDate as Cr } from "./components/datagrids/formatters/ColumnDateFormatter/useColumnDate.js";
|
|
55
|
+
import { ColumnIconFormatter as dr } from "./components/datagrids/formatters/ColumnIconFormatter/formatter.js";
|
|
56
56
|
import { ColumnIconGroupFormatter as gr } from "./components/datagrids/formatters/ColumnIconFormatter/ColumnIconGroupFormatter.js";
|
|
57
57
|
import { useColumnIcon as Dr } from "./components/datagrids/formatters/ColumnIconFormatter/useColumnIcon.js";
|
|
58
58
|
import { ColumnInteractiveCheckFormatter as Rr } from "./components/datagrids/formatters/ColumnInteractiveCheckFormatter/formatter.js";
|
|
59
|
-
import { useColumnInteractiveCheck as
|
|
59
|
+
import { useColumnInteractiveCheck as Sr } from "./components/datagrids/formatters/ColumnInteractiveCheckFormatter/useColumnInteractiveCheck.js";
|
|
60
60
|
import { ColumnNestedValueFormatter as yr } from "./components/datagrids/formatters/ColumnNestedValueFormatter/formatter.js";
|
|
61
61
|
import { ColumnNestedValueGroupFormatter as _r } from "./components/datagrids/formatters/ColumnNestedValueFormatter/ColumnNestedValueGroupFormatter.js";
|
|
62
62
|
import { useColumnNestedValue as Mr } from "./components/datagrids/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js";
|
|
63
|
-
import { ColumnPointsFormatter as
|
|
64
|
-
import { ColumnPointsGroupFormatter as
|
|
63
|
+
import { ColumnPointsFormatter as Lr } from "./components/datagrids/formatters/ColumnPointsFormatter/formatter.js";
|
|
64
|
+
import { ColumnPointsGroupFormatter as vr } from "./components/datagrids/formatters/ColumnPointsFormatter/ColumnPointsGroupFormatter.js";
|
|
65
65
|
import { useColumnPoints as br } from "./components/datagrids/formatters/ColumnPointsFormatter/useColumnPoints.js";
|
|
66
|
-
import { ColumnPriceFormatter as
|
|
66
|
+
import { ColumnPriceFormatter as kr } from "./components/datagrids/formatters/ColumnPriceFormatter/formatter.js";
|
|
67
67
|
import { ColumnPriceGroupFormatter as Vr } from "./components/datagrids/formatters/ColumnPriceFormatter/ColumnPriceGroupFormatter.js";
|
|
68
68
|
import { useColumnPrice as Yr } from "./components/datagrids/formatters/ColumnPriceFormatter/useColumnPrice.js";
|
|
69
|
-
import { ColumnSetCheckFormatter as
|
|
69
|
+
import { ColumnSetCheckFormatter as Ur } from "./components/datagrids/formatters/ColumnSetCheckFormatter/formatter.js";
|
|
70
70
|
import { useColumnSetCheck as Kr } from "./components/datagrids/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js";
|
|
71
71
|
import { ColumnUncertaintyFormatter as Jr } from "./components/datagrids/formatters/ColumnUncertaintyFormatter/formatter.js";
|
|
72
72
|
import { ColumnUncertaintyGroupFormatter as Qr } from "./components/datagrids/formatters/ColumnUncertaintyFormatter/ColumnUncertaintyGroupFormatter.js";
|
|
@@ -78,21 +78,21 @@ import { ColumnTagsFormatter as ae } from "./components/datagrids/formatters/Col
|
|
|
78
78
|
import { ColumnTagsGroupFormatter as ie } from "./components/datagrids/formatters/ColumnTagsFormatter/ColumnTagsGroupFormatter.js";
|
|
79
79
|
import { useColumnTags as fe } from "./components/datagrids/formatters/ColumnTagsFormatter/useColumnTags.js";
|
|
80
80
|
import { ColumnColorFormatter as le } from "./components/datagrids/formatters/ColumnColorFormatter/formatter.js";
|
|
81
|
-
import { ColumnColorGroupFormatter as
|
|
82
|
-
import { useColumnColor as
|
|
81
|
+
import { ColumnColorGroupFormatter as Ce } from "./components/datagrids/formatters/ColumnColorFormatter/ColumnColorGroupFormatter.js";
|
|
82
|
+
import { useColumnColor as de } from "./components/datagrids/formatters/ColumnColorFormatter/useColumnColor.js";
|
|
83
83
|
import { useColumnImage as ge } from "./components/datagrids/formatters/ColumnImageFormatter/useColumnImage.js";
|
|
84
84
|
import { ColumnImageFormatter as De } from "./components/datagrids/formatters/ColumnImageFormatter/formatter.js";
|
|
85
85
|
import { ColumnImageGroupFormatter as Re } from "./components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js";
|
|
86
|
-
import { DaysOfWeekPicker as
|
|
86
|
+
import { DaysOfWeekPicker as Se } from "./components/DaysOfWeekPicker/DaysOfWeekPicker.js";
|
|
87
87
|
import { getDaysOfWeekPickerDictionary as ye } from "./components/DaysOfWeekPicker/dictionary.js";
|
|
88
88
|
import { DragResizeWindowRND as _e } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
89
89
|
import { dragResizeWindowRNDClasses as Me } from "./components/DragResizeWindowRND/classes/index.js";
|
|
90
|
-
import { WINDOW_SIZES as
|
|
91
|
-
import { DaysOfMonthPicker as
|
|
90
|
+
import { WINDOW_SIZES as Le } from "./components/DragResizeWindowRND/constants.js";
|
|
91
|
+
import { DaysOfMonthPicker as ve } from "./components/DaysOfMonthPicker/DaysOfMonthPicker.js";
|
|
92
92
|
import { DateRangeCalendarPicker as be } from "./components/DateRangeCalendarPicker/DateRangeCalendarPicker.js";
|
|
93
|
-
import { DICTIONARY as
|
|
93
|
+
import { DICTIONARY as ke, defaultDateRangeCalendarPickerDictionary as he, getDateRangeCalendarPickerComponentsDictionary as Ve } from "./components/DateRangeCalendarPicker/dictionary.js";
|
|
94
94
|
import { DateTimeRangePicker as Ye } from "./components/DateTimeRangePicker/DateTimeRangePicker.js";
|
|
95
|
-
import { DATE_TIME_RANGE_PICKER_CANCEL_LABEL as
|
|
95
|
+
import { DATE_TIME_RANGE_PICKER_CANCEL_LABEL as Ue, DATE_TIME_RANGE_PICKER_CONFIRM_LABEL as We, DATE_TIME_RANGE_PICKER_DEFAULT_SHORTCUTS as Ke, DATE_TIME_RANGE_PICKER_OPEN_BUTTON_LABEL as je, EMPTY_DATE_TIME_RANGE_PICKER_VALUE as Je } from "./components/DateTimeRangePicker/constants.js";
|
|
96
96
|
import { DICTIONARY as Qe, defaultDateTimeRangePickerDictionary as Xe, getDateTimeRangePickerComponentsDictionary as Ze } from "./components/DateTimeRangePicker/dictionary.js";
|
|
97
97
|
import { getDynamicFilterComponentsDictionary as ot } from "./components/DynamicFilter/dictionary.js";
|
|
98
98
|
import { getFilterGroupFieldsByName as et, getIsIfInDynamicFilter as tt } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
@@ -101,263 +101,267 @@ import { DynamicFilter as nt } from "./components/DynamicFilter/DynamicFilter.js
|
|
|
101
101
|
import { DynamicForm as xt } from "./components/DynamicForm/DynamicForm.js";
|
|
102
102
|
import { useDynamicForm as st } from "./components/DynamicForm/hooks/useDynamicForm/useDynamicForm.js";
|
|
103
103
|
import { useDynamicFormData as ut } from "./components/DynamicForm/hooks/useDynamicFormData/useDynamicFormData.js";
|
|
104
|
-
import { useDynamicFormCoupled as
|
|
105
|
-
import { EMPTY_DATA as
|
|
106
|
-
import { getDynamicSortComponentsDictionary as
|
|
107
|
-
import { SortCompareValues as
|
|
108
|
-
import { getRawSortsForNetwork as
|
|
104
|
+
import { useDynamicFormCoupled as ct } from "./components/DynamicForm/hooks/useDynamicFormCoupled/useDynamicFormCoupled.js";
|
|
105
|
+
import { EMPTY_DATA as Ft } from "./components/DynamicForm/constants.js";
|
|
106
|
+
import { getDynamicSortComponentsDictionary as Tt } from "./components/DynamicSort/dictionary.js";
|
|
107
|
+
import { SortCompareValues as Pt } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
108
|
+
import { getRawSortsForNetwork as At } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
109
109
|
import { DynamicSort as It } from "./components/DynamicSort/DynamicSort.js";
|
|
110
110
|
import { Resizable as Et } from "./components/extended/React-Resizable/Resizable/Resizable.js";
|
|
111
111
|
import { ResizableBox as Nt } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
|
|
112
112
|
import { SplitLayout as Ot } from "./components/extended/React-resizable-panels/SplitLayout.js";
|
|
113
|
-
import { PropagateLoaderSpinner as
|
|
114
|
-
import { FixedSizeList as
|
|
115
|
-
import { VariableSizeList as
|
|
113
|
+
import { PropagateLoaderSpinner as Ht } from "./components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js";
|
|
114
|
+
import { FixedSizeList as Bt } from "./components/extended/React-Window/FixedSizeList/FixedSizeList.js";
|
|
115
|
+
import { VariableSizeList as Gt } from "./components/extended/React-Window/VariableSizeList/VariableSizeList.js";
|
|
116
116
|
import { ReactJsonViewer as ht } from "./components/extended/React-Json-Viewer/ReactJsonViewer.js";
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
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 {
|
|
117
|
+
import { CodeEditor as wt } from "./components/extended/ReactSimpleCodeEditor/CodeEditor.js";
|
|
118
|
+
import { DEFAULT_CODE_EDITOR_AT_LANGUAGE_TEMPLATE as zt, createCodeEditorLezerSyntaxValidator as Ut, ensureCodeEditorRuntimeDependencies as Wt, registerCodeEditorLanguage as Kt, registerCodeEditorLanguageTemplate as jt, registerCodeEditorSyntaxValidator as Jt, resolveCodeEditorLanguage as qt, resolveCodeEditorLanguageTemplate as Qt } from "./components/extended/ReactSimpleCodeEditor/helpers/highlighting.js";
|
|
119
|
+
import { Avatar as Zt } from "./components/extended/mui/Avatar/Avatar.js";
|
|
120
|
+
import { BoxIcon as om } from "./components/extended/mui/BoxIcon/index.js";
|
|
121
|
+
import { Breadcrumbs as em } from "./components/extended/mui/Breadcrumbs/index.js";
|
|
122
|
+
import { CircularProgress as mm } from "./components/extended/mui/CircularProgress/CircularProgress.js";
|
|
123
|
+
import { Badge as am } from "./components/extended/mui/Badge/Badge.js";
|
|
124
|
+
import { LinearProgress as im } from "./components/extended/mui/LinearProgress/index.js";
|
|
125
|
+
import { LinkWithRoute as fm } from "./components/extended/mui/LinkWithRoute/index.js";
|
|
126
|
+
import { LoadingButton as lm } from "./components/extended/mui/LoadingButton/LoadingButton.js";
|
|
127
|
+
import { getPagerComponentsDictionary as Cm } from "./components/Pager/dicctionary.js";
|
|
128
|
+
import { Accordion as dm } from "./components/extended/mui/Accordion/Accordion.js";
|
|
129
|
+
import { Tooltip as gm } from "./components/extended/mui/Tooltip/Tooltip.js";
|
|
130
|
+
import { IconButton as Dm } from "./components/extended/mui/IconButton/IconButton.js";
|
|
131
|
+
import { Button as Rm } from "./components/extended/mui/Button/Button.js";
|
|
132
|
+
import { CheckBox as Sm } from "./components/extended/mui/CheckBox/CheckBox.js";
|
|
133
|
+
import { Radio as ym } from "./components/extended/mui/Radio/Radio.js";
|
|
134
|
+
import { Switch as _m } from "./components/extended/mui/Switch/Switch.js";
|
|
135
|
+
import { ImageButton as Mm } from "./components/extended/mui/ImageButton/ImageButton.js";
|
|
136
|
+
import { Popover as Lm } from "./components/extended/mui/Popover/Popover.js";
|
|
137
|
+
import { Select as vm } from "./components/extended/mui/Select/Select.js";
|
|
138
|
+
import { Skeleton as bm } from "./components/extended/mui/Skeleton/Skeleton.js";
|
|
139
|
+
import { Stack as km } from "./components/extended/mui/Stack/Stack.js";
|
|
140
|
+
import { Tab as Vm } from "./components/extended/mui/Tab/Tab.js";
|
|
141
|
+
import { Tabs as Ym } from "./components/extended/mui/Tabs/Tabs.js";
|
|
142
|
+
import { TabContent as Um } from "./components/extended/mui/TabContent/TabContent.js";
|
|
143
|
+
import { TabContext as Km, TabProvider as jm } from "./components/extended/mui/TabContext/index.js";
|
|
144
|
+
import { Typography as qm } from "./components/extended/mui/Typography/Typography.js";
|
|
145
|
+
import { ICON_CLASSES as Xm, ICON_KEY_COMPONENT as Zm, ICON_PREFIX as $m, TYPOGRAPHY_CLASSES as op, TYPOGRAPHY_CLASS_NAME_SPECIFY as rp, TYPOGRAPHY_FONTS as ep, TYPOGRAPHY_KEY_COMPONENT as tp } from "@m4l/base";
|
|
146
|
+
import { toggleButtonStyles as pp } from "./components/extended/mui/ToggleButton/ToggleButton.styles.js";
|
|
147
|
+
import { ToggleButton as np } from "./components/extended/mui/ToggleButton/ToggleButton.js";
|
|
148
|
+
import { TOGGLE_BUTTON_KEY_COMPONENT as xp } from "./components/extended/mui/ToggleButton/constants.js";
|
|
149
|
+
import { ToggleButtonSlots as sp } from "./components/extended/mui/ToggleButton/slots/ToggleButtonEnum.js";
|
|
150
|
+
import { ToggleButtonRootStyled as up } from "./components/extended/mui/ToggleButton/slots/ToggleButtonSlots.js";
|
|
151
|
+
import { toggleIconButtonStyles as cp } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.styles.js";
|
|
152
|
+
import { ToggleIconButton as Fp } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.js";
|
|
153
|
+
import { TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY as Tp, TOGGLE_ICON_BUTTON_KEY_COMPONENT as Dp } from "./components/extended/mui/ToggleIconButton/constants.js";
|
|
154
|
+
import { ToggleIconButtonSlots as Rp } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
155
|
+
import { ToggleIconButtonRootStyled as Sp } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
156
|
+
import { NavLink as yp } from "./components/extended/mui/NavLink/NavLink.js";
|
|
157
|
+
import { Dialog as _p } from "./components/extended/mui/Dialog/Dialog.js";
|
|
158
|
+
import { Divider as Mp } from "./components/extended/mui/Divider/Divider.js";
|
|
159
|
+
import { DatePicker as Lp } from "./components/extended/mui/DatePicker/DatePicker.js";
|
|
160
|
+
import { DateFormatter as vp, getFormatDate as Bp } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
161
|
+
import { UncertaintyFormatter as Gp, getUncertaintyFormat as kp } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
162
|
+
import { PointsFormatter as Vp, getFormatPoints as wp } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
163
|
+
import { ConcatenatedFormatter as zp, getFormatConcatenated as Up } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
164
|
+
import { PeriodFormatter as Kp, useFormatPeriod as jp } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
165
|
+
import { PriceFormatter as qp, getFormatPrice as Qp } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
166
|
+
import { TagsFormatter as Zp } from "./components/formatters/TagsFormatter/TagsFormatter.js";
|
|
167
|
+
import { ColorFormatter as oa } from "./components/formatters/ColorFormatter/ColorFormatter.js";
|
|
168
|
+
import { ImageFormatter as ea } from "./components/formatters/ImageFormatter/ImageFormatter.js";
|
|
169
|
+
import { NestedFormatter as ma } from "./components/formatters/NestedFormatter/NestedFormatter.js";
|
|
170
|
+
import { BooleanFormatter as aa } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
171
|
+
import { getBooleanFormatterComponentsDictionary as ia } from "./components/formatters/BooleanFormatter/dictionary.js";
|
|
172
|
+
import { ChipStatusFormatter as fa } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
173
|
+
import { getDistanceToNowFormatterComponentsDictionary as la } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
174
|
+
import { DistanceToNowFormatter as Ca } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
175
|
+
import { useDistanceToNowFormatter as da } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
|
|
176
|
+
import { getFormattersComponentsDictionary as ga } from "./components/formatters/dictionary.js";
|
|
177
|
+
import { FormContainer as Da } from "./components/FormContainer/FormContainer.js";
|
|
178
|
+
import { GridLayout as Ra } from "./components/GridLayout/GridLayout.js";
|
|
179
|
+
import { Responsive as Sa } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
180
|
+
import { addLayoutItemToBreakPointIfNoExists as ya, addLayoutItemToBreakPoints as Ea, cloneLayouts as _a } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
181
|
+
import { isEqualLayout as Ma, isEqualLayouts as Oa } from "./components/GridLayout/utils.js";
|
|
182
|
+
import { withSizeProvider as Ha } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
183
|
+
import { HelmetPage as Ba } from "./components/HelmetPage/index.js";
|
|
184
|
+
import { HelperError as Ga } from "./components/HelperError/HelperError.js";
|
|
185
|
+
import { RHFAutocomplete as ha } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
186
|
+
import { getRHFAutocompleteComponentsDictionary as wa } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
187
|
+
import { RHFAutocompleteAsync as za } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
188
|
+
import { getRHFAutocompleteAsyncComponentsDictionary as Wa } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
189
|
+
import { RHFDateTime as ja } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
190
|
+
import { RHFDateTimePicker as qa } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
|
|
191
|
+
import { RHFDatePicker as Xa } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
|
|
192
|
+
import { RHFMultiCheckbox as $a } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
193
|
+
import { RHFSelect as rn } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
194
|
+
import { RHFHelperError as tn } from "./components/hook-form/RHFHelperError/index.js";
|
|
195
|
+
import { RHFRadioGroup as pn } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
|
|
196
|
+
import { RHFUploadSingleFile as nn } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
|
|
197
|
+
import { RHFColorPicker as fn } from "./components/hook-form/RHFColorPicker/RHFColorPicker.js";
|
|
198
|
+
import { RHFCodeEditor as ln } from "./components/hook-form/RHFCodeEditor/RHFCodeEditor.js";
|
|
199
|
+
import { RHFImageSelector as Cn } from "./components/hook-form/RHFImageSelector/RHFImageSelector.js";
|
|
200
|
+
import { RHFCheckbox as dn } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
201
|
+
import { RHFCheckableList as gn } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
|
|
202
|
+
import { RHFDateTimeRangePicker as Dn } from "./components/hook-form/RHFDateTimeRangePicker/RHFDateTimeRangePicker.js";
|
|
203
|
+
import { RHFTimePicker as Rn } from "./components/hook-form/RHFTimePicker/RHFTimePicker.js";
|
|
204
|
+
import { RHFDaysOfWeekPicker as Sn } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
|
|
205
|
+
import { RHFDaysOfMonthPicker as yn } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
|
|
206
|
+
import { RHFTextField as _n } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
207
|
+
import { RHFTextFieldPassword as Mn } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
208
|
+
import { getPeriodComponetsDictionary as Ln } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
209
|
+
import { rhfPeriodStyles as vn } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
210
|
+
import { RHFPeriod as bn } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
211
|
+
import { RHF_PERIOD_KEY_COMPONENT as kn } from "./components/hook-form/RHFPeriod/constants.js";
|
|
212
|
+
import { RHFPeriodSlots as Vn } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
213
|
+
import { NumberInputStyled as Yn, PeriodRootStyled as zn, RHFPeriodRootStyled as Un, SelectStyled as Wn } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
214
|
+
import { RHFNumberInput as jn } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
215
|
+
import { RHFUploadImage as qn } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
216
|
+
import { VALIDATION_OBJECT_BRAND as Xn, VALIDATION_PARTIAL_OBJECT_BRAND as Zn, VALIDATION_SCHEMA_BRAND as $n } from "./components/hook-form/RHFormProvider/types.js";
|
|
217
|
+
import { FormProviderCustom as ri, RHFormProvider as ei, useCustomForm as ti } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
|
|
218
|
+
import { createEmptyValidationSchema as pi, createValidationFullObject as ai, createValidationPartialObject as ni, createValidationSchema as ii } from "./components/hook-form/RHFormProvider/schema.js";
|
|
219
|
+
import { RHFActionsGroup as fi } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
|
|
220
|
+
import { RHFSwitch as li } from "./components/hook-form/RHFSwitch/RHFSwitch.js";
|
|
221
|
+
import { Icon as Ci } from "./components/Icon/Icon.js";
|
|
222
|
+
import { Image as di } from "./components/Image/Image.js";
|
|
223
|
+
import { getImageSelectorComponentsDictionary as gi } from "./components/ImageSelector/dictionary.js";
|
|
224
|
+
import { ImageSelector as Di } from "./components/ImageSelector/ImageSelector.js";
|
|
225
|
+
import { Label as Ri } from "./components/Label/Label.js";
|
|
226
|
+
import { LanguagePopover as Si } from "./components/LanguagePopover/LanguagePopover.js";
|
|
227
|
+
import { LinearProgressIndeterminate as yi } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
228
|
+
import { Loadable as _i } from "./components/Loadable/index.js";
|
|
229
|
+
import { LoadingError as Mi } from "./components/LoadingError/LoadingError.js";
|
|
230
|
+
import { getLoadingErrorComponentsDictionary as Li } from "./components/LoadingError/dictionary.js";
|
|
231
|
+
import { getMenuActionsComponentsDictionary as vi } from "./components/MenuActions/dictionary.js";
|
|
232
|
+
import { MemonizedMenuActions as bi, MenuActions as Gi } from "./components/MenuActions/MenuActions.js";
|
|
233
|
+
import { MFIsolationApp as hi } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
234
|
+
import { registerMFIsolationRuntimeErrorHandler as wi, reportMFIsolationRuntimeError as Yi, unregisterMFIsolationRuntimeErrorHandler as zi } from "./components/MFIsolationApp/runtimeErrors.js";
|
|
235
|
+
import { MFAppStorybook as Wi, MFIsolationAppStorybook as Ki } from "@m4l/graphics/decorators";
|
|
236
|
+
import { createComponentsMFIsolationAppStorybookProps as Ji } from "./components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.js";
|
|
237
|
+
import { MFLoader as Qi } from "./components/MFLoader/MFLoader.js";
|
|
238
|
+
import { getMFLoaderComponentsDictionary as Zi } from "./components/MFLoader/dictionary.js";
|
|
239
|
+
import { projectMFHostRuntimeTools as ox } from "./components/MFLoader/helpers/projectMFHostRuntimeTools/projectMFHostRuntimeTools.js";
|
|
240
|
+
import { ImageText as ex } from "./components/ImageText/ImageText.js";
|
|
241
|
+
import { NoItemSelected as mx } from "./components/NoItemSelected/NoItemSelected.js";
|
|
242
|
+
import { getNoItemSelectedComponentsDictionary as ax } from "./components/NoItemSelected/dictionary.js";
|
|
243
|
+
import { NoItemPrivileges as ix } from "./components/NoItemPrivileges/NoItemPrivileges.js";
|
|
244
|
+
import { getNoItemPrivilegesComponentsDictionary as fx } from "./components/NoItemPrivileges/dictionary.js";
|
|
245
|
+
import { getObjectLogsComponentsDictionary as lx } from "./components/ObjectLogs/dictionary.js";
|
|
246
|
+
import { ObjectLogs as Cx } from "./components/ObjectLogs/ObjectLogs.js";
|
|
247
|
+
import { PaperForm as dx } from "./components/PaperForm/PaperForm.js";
|
|
248
|
+
import { PDFViewer as gx } from "./components/PDFViewer/PDFViewer.js";
|
|
249
|
+
import { usePopupsStore as Dx } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
250
|
+
import { PopupsContext as Rx, PopupsProvider as Ax } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
251
|
+
import { PopupsViewer as Ix } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
252
|
+
import { PrintingSystem as Ex } from "./components/PrintingSystem/PrintingSystem.js";
|
|
253
|
+
import { PropertyValue as Nx } from "./components/PropertyValue/PropertyValue.js";
|
|
254
|
+
import { ScrollBar as Ox } from "./components/ScrollBar/ScrollBar.js";
|
|
255
|
+
import { SideBar as Hx } from "./components/SideBar/SideBar.js";
|
|
256
|
+
import { ToastContainer as Bx } from "./components/ToastContainer/ToastContainer.js";
|
|
257
|
+
import { ToastMessage as Gx } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
258
|
+
import { TabsNavigator as hx } from "./components/TabsNavigator/TabsNavigator.js";
|
|
259
|
+
import { getTabsNavigatorComponentsDictionary as wx } from "./components/TabsNavigator/dictionary.js";
|
|
260
|
+
import { TimePicker as zx } from "./components/TimePicker/TimePicker.js";
|
|
261
|
+
import { WindowBase as Wx } from "./components/WindowBase/WindowBase.js";
|
|
262
|
+
import { useWindowToolsMF as jx } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
263
|
+
import { useDynamicMFParameters as qx, useDynamicMFParametersStore as Qx } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
264
|
+
import { useMFHostRuntimeTools as Zx } from "./components/WindowBase/hooks/useMFHostRuntimeTools/index.js";
|
|
265
|
+
import { useMFObservability as of } from "./components/WindowBase/hooks/useMFObservability/index.js";
|
|
266
|
+
import { useMFRealtimeProducerTools as ef } from "./components/WindowBase/hooks/useMFRealtimeProducerTools/index.js";
|
|
267
|
+
import { MemonizedWindowToolsMFContext as mf, WindowToolsMFContext as pf, WindowToolsMFProvider as af } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
268
|
+
import { createDynamicMFStore as xf } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
269
|
+
import { DynamicMFParmsContext as sf, DynamicMFParmsProvider as lf, MemonizedDynamicMFParmsProvider as uf } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
270
|
+
import { MFHostRuntimeToolsContext as cf, MFHostRuntimeToolsProvider as df, MemoizedMFHostRuntimeToolsProvider as Ff } from "./components/WindowBase/contexts/MFHostRuntimeToolsContext/MFHostRuntimeToolsContext.js";
|
|
271
|
+
import { MFObservabilityContext as Tf, MFObservabilityProvider as Df, MemoizedMFObservabilityProvider as Pf } from "./components/WindowBase/contexts/MFObservabilityContext/MFObservabilityContext.js";
|
|
272
|
+
import { MFRealtimeProducerToolsContext as Af, MFRealtimeProducerToolsProvider as Sf, MemoizedMFRealtimeProducerToolsProvider as If } from "./components/WindowBase/contexts/MFRealtimeProducerToolsContext/MFRealtimeProducerToolsContext.js";
|
|
273
|
+
import { WindowConfirm as Ef } from "./components/WindowConfirm/WindowConfirm.js";
|
|
274
|
+
import { getModalDialogComponentsDictionary as Nf, getModalDictionary as Mf } from "./components/ModalDialog/dictionary.js";
|
|
275
|
+
import { ModalDialog as Lf } from "./components/ModalDialog/ModalDialog.js";
|
|
276
|
+
import { SettingsLayout as vf } from "./components/SettingsLayout/SettingsLayout.js";
|
|
277
|
+
import { Pager as bf } from "./components/Pager/Pager.js";
|
|
278
|
+
import { useStepper as kf } from "./components/Stepper/hooks/useStepper/index.js";
|
|
279
|
+
import { Stepper as Vf } from "./components/Stepper/Stepper.js";
|
|
280
|
+
import { StepperContent as Yf } from "./components/Stepper/subcomponents/StepperContent/index.js";
|
|
281
|
+
import { Step as Uf } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
|
|
282
|
+
import { StepperFooter as Kf } from "./components/Stepper/subcomponents/StepperFooter/index.js";
|
|
283
|
+
import { StepperFooterLeftActions as Jf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
|
|
284
|
+
import { StepperFooterRightActions as Qf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
|
|
285
|
+
import { StepperNextButton as Zf } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
|
|
286
|
+
import { StepperPrevButton as os } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
|
|
287
|
+
import { StepperCancelButton as es } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
|
|
288
|
+
import { StepperSubmitButton as ms } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
|
|
289
|
+
import { evaluateVisibilityStepCondition as as } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
|
|
290
|
+
import { getStepsAndValidationSchema as is } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
291
|
+
import { getStepperComponentsDictionary as fs } from "./components/Stepper/dictionary.js";
|
|
292
|
+
import { ShellObservabilityContext as ls, ShellObservabilityProvider as us, useShellObservability as Cs } from "./contexts/ShellObservabilityContext/ShellObservabilityContext.js";
|
|
293
|
+
import { HostRuntimeContext as ds, HostRuntimeProvider as Fs, useHostRuntime as gs } from "./contexts/HostRuntimeContext/HostRuntimeContext.js";
|
|
294
|
+
import { AppearanceComponentProvider as Ds, useAppearanceComponentStore as Ps } from "@m4l/graphics";
|
|
295
|
+
import { ModalContext as As, ModalProvider as Ss } from "./contexts/ModalContext/index.js";
|
|
296
|
+
import { getFormComponentsDictionary as ys } from "./components/hook-form/RHFormProvider/dictionary.js";
|
|
297
|
+
import { useFormAddEdit as _s } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
298
|
+
import { useModal as Ms } from "./hooks/useModal/index.js";
|
|
299
|
+
import { useTab as Ls } from "./hooks/useTab/index.js";
|
|
300
|
+
import { getformAddEditDictionary as vs } from "./hooks/useFormAddEdit/dictionary.js";
|
|
301
|
+
import { useFormFocus as bs } from "./hooks/useFormFocus/index.js";
|
|
302
|
+
import { useInterval as ks } from "./hooks/useInterval/index.js";
|
|
303
|
+
import { useComponentSize as Vs } from "./hooks/useComponentSize/index.js";
|
|
304
|
+
import { useFormReadyForUpdate as Ys } from "./hooks/useFormReadyForUpdate/index.js";
|
|
305
|
+
import { useStateRef as Us } from "./hooks/useStateRef/index.js";
|
|
306
|
+
import { SKELETON_SVG_ICON as Ks } from "./hooks/useSvgColor/constants.js";
|
|
307
|
+
import { useSvgColor as Js } from "./hooks/useSvgColor/useSvgColor.js";
|
|
308
|
+
import { useDynamicFilterAndSort as Qs } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
309
|
+
import { useDataGridPersistence as Zs } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
310
|
+
import { usePopoverContainer as ol } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
311
|
+
import { POPOVER_CONTAINER_ID as el } from "./hooks/usePopoverContainer/constants.js";
|
|
312
|
+
import { useIsVisible as ml } from "./hooks/useIsVisible/useIsVisible.js";
|
|
313
|
+
import { useSizeContainer as al } from "./hooks/useSizeContainer/index.js";
|
|
314
|
+
import { useWatchTyped as il } from "./hooks/useWatchTyped/useTypedWatch.js";
|
|
315
|
+
import { capitalizeFirstLetter as fl } from "./utils/capitalizeFirstLetter.js";
|
|
316
|
+
import { isValidDate as ll } from "./utils/isValidDate.js";
|
|
317
|
+
import { getComponentUtilityClass as Cl } from "./utils/getComponentUtilityClass.js";
|
|
318
|
+
import { getPaletteColor as dl } from "./utils/getPaletteColor.js";
|
|
319
|
+
import { getTypographyStyles as gl } from "./utils/getTypographyStyles.js";
|
|
320
|
+
import { getIconColor as Dl } from "./utils/getIconColor.js";
|
|
321
|
+
import { getHeightSizeStyles as Rl, getSizeStyles as Al } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
322
|
+
import { getInputAlignmentIconButtonOverrides as Il } from "./utils/getInputAlignmentIconButtonOverrides/getInputAlignmentIconButtonOverrides.js";
|
|
323
|
+
import { ObjectQueue as El } from "./utils/ObjectQueue.js";
|
|
324
|
+
import { getComponentClasses as Nl, getComponentSlotRoot as Ml } from "./utils/getComponentSlotRoot.js";
|
|
325
|
+
import { formatDistanceToNow as Ll } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
326
|
+
import { getValidDate as vl } from "./utils/getValidDate.js";
|
|
327
|
+
import { getNullGuard as bl } from "./utils/getNullGuard.js";
|
|
328
|
+
import { createCustomDeepShallow as kl, deepShallow as hl } from "./utils/deepShallow.js";
|
|
326
329
|
export {
|
|
327
330
|
z as AREAS_DICCTIONARY,
|
|
328
|
-
|
|
329
|
-
|
|
331
|
+
U as AREAS_DICTIONARY_ID,
|
|
332
|
+
dm as Accordion,
|
|
330
333
|
m as AccountPopover,
|
|
331
|
-
|
|
334
|
+
Po as ActionCancel,
|
|
332
335
|
Io as ActionFormCancel,
|
|
333
336
|
Eo as ActionFormIntro,
|
|
334
337
|
No as ActionFormSubmitProgrammatic,
|
|
335
|
-
|
|
336
|
-
|
|
338
|
+
Ao as ActionIntro,
|
|
339
|
+
To as ActionsContainer,
|
|
337
340
|
i as ActionsGroup,
|
|
338
341
|
g as AnimatedScroll,
|
|
339
342
|
M as AppBar,
|
|
340
343
|
fo as AppBarComercial,
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
+
Ds as AppearanceComponentProvider,
|
|
345
|
+
v as AreasAdmin,
|
|
346
|
+
k as AreasContext,
|
|
344
347
|
h as AreasProvider,
|
|
345
348
|
b as AreasViewer,
|
|
346
|
-
|
|
347
|
-
|
|
349
|
+
Zt as Avatar,
|
|
350
|
+
am as Badge,
|
|
348
351
|
q as BaseModule,
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
352
|
+
aa as BooleanFormatter,
|
|
353
|
+
om as BoxIcon,
|
|
354
|
+
em as Breadcrumbs,
|
|
355
|
+
Rm as Button,
|
|
353
356
|
X as Card,
|
|
354
|
-
|
|
357
|
+
Sm as CheckBox,
|
|
355
358
|
$ as CheckableList,
|
|
356
359
|
to as Chip,
|
|
357
|
-
|
|
358
|
-
|
|
360
|
+
fa as ChipStatusFormatter,
|
|
361
|
+
mm as CircularProgress,
|
|
362
|
+
wt as CodeEditor,
|
|
359
363
|
po as ColorFieldPicker,
|
|
360
|
-
|
|
364
|
+
oa as ColorFormatter,
|
|
361
365
|
no as ColorPicker,
|
|
362
366
|
io as ColorPickerField,
|
|
363
367
|
Zo as ColumnBooleanFormatter,
|
|
@@ -365,363 +369,372 @@ export {
|
|
|
365
369
|
oe as ColumnChipStatusFormatter,
|
|
366
370
|
ee as ColumnChipStatusGroupFormatter,
|
|
367
371
|
le as ColumnColorFormatter,
|
|
368
|
-
|
|
372
|
+
Ce as ColumnColorGroupFormatter,
|
|
369
373
|
mr as ColumnConcatenatedValueFormatter,
|
|
370
374
|
ar as ColumnConcatenatedValuesGroupFormatter,
|
|
371
375
|
fr as ColumnDateFormatter,
|
|
372
376
|
lr as ColumnDateGroupFormatter,
|
|
373
|
-
|
|
377
|
+
dr as ColumnIconFormatter,
|
|
374
378
|
gr as ColumnIconGroupFormatter,
|
|
375
379
|
De as ColumnImageFormatter,
|
|
376
380
|
Re as ColumnImageGroupFormatter,
|
|
377
381
|
Rr as ColumnInteractiveCheckFormatter,
|
|
378
382
|
yr as ColumnNestedValueFormatter,
|
|
379
383
|
_r as ColumnNestedValueGroupFormatter,
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
384
|
+
Lr as ColumnPointsFormatter,
|
|
385
|
+
vr as ColumnPointsGroupFormatter,
|
|
386
|
+
kr as ColumnPriceFormatter,
|
|
383
387
|
Vr as ColumnPriceGroupFormatter,
|
|
384
|
-
|
|
388
|
+
Ur as ColumnSetCheckFormatter,
|
|
385
389
|
ae as ColumnTagsFormatter,
|
|
386
390
|
ie as ColumnTagsGroupFormatter,
|
|
387
391
|
Jr as ColumnUncertaintyFormatter,
|
|
388
392
|
Qr as ColumnUncertaintyGroupFormatter,
|
|
389
|
-
|
|
390
|
-
|
|
393
|
+
zp as ConcatenatedFormatter,
|
|
394
|
+
Bo as ContainerFlow,
|
|
391
395
|
Jo as DATAGRID_ROW_HEADER_HEIGHTS,
|
|
392
396
|
qo as DATAGRID_ROW_HEIGHTS,
|
|
393
397
|
Qo as DATAGRID_SEMANTIC_WIDTHS,
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
398
|
+
ke as DATE_RANGE_CALENDAR_PICKER_DICTIONARY,
|
|
399
|
+
Ue as DATE_TIME_RANGE_PICKER_CANCEL_LABEL,
|
|
400
|
+
We as DATE_TIME_RANGE_PICKER_CONFIRM_LABEL,
|
|
397
401
|
Ke as DATE_TIME_RANGE_PICKER_DEFAULT_SHORTCUTS,
|
|
398
402
|
Qe as DATE_TIME_RANGE_PICKER_DICTIONARY,
|
|
399
403
|
je as DATE_TIME_RANGE_PICKER_OPEN_BUTTON_LABEL,
|
|
404
|
+
zt as DEFAULT_CODE_EDITOR_AT_LANGUAGE_TEMPLATE,
|
|
400
405
|
Oo as DICTIONARY,
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
406
|
+
Go as DataGrid,
|
|
407
|
+
vp as DateFormatter,
|
|
408
|
+
Lp as DatePicker,
|
|
404
409
|
be as DateRangeCalendarPicker,
|
|
405
410
|
Ye as DateTimeRangePicker,
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
+
ve as DaysOfMonthPicker,
|
|
412
|
+
Se as DaysOfWeekPicker,
|
|
413
|
+
_p as Dialog,
|
|
414
|
+
Ca as DistanceToNowFormatter,
|
|
415
|
+
Mp as Divider,
|
|
411
416
|
_e as DragResizeWindowRND,
|
|
412
417
|
nt as DynamicFilter,
|
|
413
418
|
xt as DynamicForm,
|
|
414
|
-
|
|
415
|
-
|
|
419
|
+
sf as DynamicMFParmsContext,
|
|
420
|
+
lf as DynamicMFParmsProvider,
|
|
416
421
|
It as DynamicSort,
|
|
417
|
-
|
|
422
|
+
Ft as EMPTY_DATA,
|
|
418
423
|
Je as EMPTY_DATE_TIME_RANGE_PICKER_VALUE,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
424
|
+
Bt as FixedSizeList,
|
|
425
|
+
Da as FormContainer,
|
|
426
|
+
ri as FormProviderCustom,
|
|
427
|
+
Ra as GridLayout,
|
|
423
428
|
lo as HamburgerMenu,
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
429
|
+
Ba as HelmetPage,
|
|
430
|
+
Ga as HelperError,
|
|
431
|
+
ds as HostRuntimeContext,
|
|
432
|
+
Fs as HostRuntimeProvider,
|
|
433
|
+
Xm as ICON_CLASSES,
|
|
434
|
+
Zm as ICON_KEY_COMPONENT,
|
|
435
|
+
$m as ICON_PREFIX,
|
|
436
|
+
Ci as Icon,
|
|
437
|
+
Dm as IconButton,
|
|
433
438
|
f as IconButtonAnimate,
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
439
|
+
di as Image,
|
|
440
|
+
Mm as ImageButton,
|
|
441
|
+
ea as ImageFormatter,
|
|
442
|
+
Di as ImageSelector,
|
|
443
|
+
ex as ImageText,
|
|
444
|
+
W as LABEL_FILTER_BUTTON,
|
|
445
|
+
Ri as Label,
|
|
446
|
+
Si as LanguagePopover,
|
|
447
|
+
im as LinearProgress,
|
|
448
|
+
yi as LinearProgressIndeterminate,
|
|
449
|
+
fm as LinkWithRoute,
|
|
450
|
+
_i as Loadable,
|
|
451
|
+
lm as LoadingButton,
|
|
452
|
+
Mi as LoadingError,
|
|
453
|
+
d as LoadingScreen,
|
|
454
|
+
Wi as MFAppStorybook,
|
|
455
|
+
cf as MFHostRuntimeToolsContext,
|
|
456
|
+
df as MFHostRuntimeToolsProvider,
|
|
457
|
+
hi as MFIsolationApp,
|
|
458
|
+
Ki as MFIsolationAppStorybook,
|
|
459
|
+
Qi as MFLoader,
|
|
460
|
+
Tf as MFObservabilityContext,
|
|
461
|
+
Df as MFObservabilityProvider,
|
|
462
|
+
Af as MFRealtimeProducerToolsContext,
|
|
463
|
+
Sf as MFRealtimeProducerToolsProvider,
|
|
464
|
+
Ff as MemoizedMFHostRuntimeToolsProvider,
|
|
465
|
+
Pf as MemoizedMFObservabilityProvider,
|
|
466
|
+
If as MemoizedMFRealtimeProducerToolsProvider,
|
|
467
|
+
uf as MemonizedDynamicMFParmsProvider,
|
|
468
|
+
bi as MemonizedMenuActions,
|
|
469
|
+
mf as MemonizedWindowToolsMFContext,
|
|
470
|
+
Gi as MenuActions,
|
|
471
|
+
As as ModalContext,
|
|
472
|
+
Lf as ModalDialog,
|
|
473
|
+
Ss as ModalProvider,
|
|
469
474
|
l as MotionContainer,
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
+
C as MotionLazyContainer,
|
|
476
|
+
yp as NavLink,
|
|
477
|
+
ma as NestedFormatter,
|
|
478
|
+
ix as NoItemPrivileges,
|
|
479
|
+
mx as NoItemSelected,
|
|
475
480
|
zo as NumberEditor,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
481
|
+
Yn as NumberInputStyled,
|
|
482
|
+
Cx as ObjectLogs,
|
|
483
|
+
El as ObjectQueue,
|
|
484
|
+
gx as PDFViewer,
|
|
485
|
+
el as POPOVER_CONTAINER_ID,
|
|
486
|
+
bf as Pager,
|
|
487
|
+
dx as PaperForm,
|
|
488
|
+
Kp as PeriodFormatter,
|
|
489
|
+
zn as PeriodRootStyled,
|
|
490
|
+
Vp as PointsFormatter,
|
|
491
|
+
Lm as Popover,
|
|
492
|
+
Rx as PopupsContext,
|
|
493
|
+
Ax as PopupsProvider,
|
|
494
|
+
Ix as PopupsViewer,
|
|
495
|
+
qp as PriceFormatter,
|
|
496
|
+
Ex as PrintingSystem,
|
|
497
|
+
Ht as PropagateLoaderSpinner,
|
|
498
|
+
Nx as PropertyValue,
|
|
499
|
+
fi as RHFActionsGroup,
|
|
500
|
+
ha as RHFAutocomplete,
|
|
501
|
+
za as RHFAutocompleteAsync,
|
|
502
|
+
gn as RHFCheckableList,
|
|
503
|
+
dn as RHFCheckbox,
|
|
504
|
+
ln as RHFCodeEditor,
|
|
505
|
+
fn as RHFColorPicker,
|
|
506
|
+
Xa as RHFDatePicker,
|
|
507
|
+
ja as RHFDateTime,
|
|
508
|
+
qa as RHFDateTimePicker,
|
|
509
|
+
Dn as RHFDateTimeRangePicker,
|
|
510
|
+
yn as RHFDaysOfMonthPicker,
|
|
511
|
+
Sn as RHFDaysOfWeekPicker,
|
|
512
|
+
tn as RHFHelperError,
|
|
513
|
+
Cn as RHFImageSelector,
|
|
514
|
+
$a as RHFMultiCheckbox,
|
|
515
|
+
jn as RHFNumberInput,
|
|
516
|
+
bn as RHFPeriod,
|
|
517
|
+
Un as RHFPeriodRootStyled,
|
|
518
|
+
Vn as RHFPeriodSlots,
|
|
519
|
+
pn as RHFRadioGroup,
|
|
520
|
+
rn as RHFSelect,
|
|
521
|
+
li as RHFSwitch,
|
|
522
|
+
_n as RHFTextField,
|
|
523
|
+
Mn as RHFTextFieldPassword,
|
|
524
|
+
Rn as RHFTimePicker,
|
|
525
|
+
qn as RHFUploadImage,
|
|
526
|
+
nn as RHFUploadSingleFile,
|
|
527
|
+
kn as RHF_PERIOD_KEY_COMPONENT,
|
|
528
|
+
ei as RHFormProvider,
|
|
529
|
+
ym as Radio,
|
|
524
530
|
ht as ReactJsonViewer,
|
|
525
531
|
Et as Resizable,
|
|
526
532
|
Nt as ResizableBox,
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
533
|
+
Sa as Responsive,
|
|
534
|
+
Ks as SKELETON_SVG_ICON,
|
|
535
|
+
Ox as ScrollBar,
|
|
530
536
|
Fo as SectionCommercial,
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
537
|
+
vm as Select,
|
|
538
|
+
Wn as SelectStyled,
|
|
539
|
+
vf as SettingsLayout,
|
|
540
|
+
ls as ShellObservabilityContext,
|
|
541
|
+
us as ShellObservabilityProvider,
|
|
542
|
+
Hx as SideBar,
|
|
543
|
+
bm as Skeleton,
|
|
544
|
+
Pt as SortCompareValues,
|
|
539
545
|
Ot as SplitLayout,
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
546
|
+
km as Stack,
|
|
547
|
+
Uf as Step,
|
|
548
|
+
Vf as Stepper,
|
|
549
|
+
es as StepperCancelButton,
|
|
550
|
+
Yf as StepperContent,
|
|
551
|
+
Kf as StepperFooter,
|
|
552
|
+
Jf as StepperFooterLeftActions,
|
|
553
|
+
Qf as StepperFooterRightActions,
|
|
554
|
+
Zf as StepperNextButton,
|
|
555
|
+
os as StepperPrevButton,
|
|
556
|
+
ms as StepperSubmitButton,
|
|
557
|
+
_m as Switch,
|
|
558
|
+
xp as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
559
|
+
Tp as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
560
|
+
Dp as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
561
|
+
op as TYPOGRAPHY_CLASSES,
|
|
562
|
+
rp as TYPOGRAPHY_CLASS_NAME_SPECIFY,
|
|
563
|
+
ep as TYPOGRAPHY_FONTS,
|
|
564
|
+
tp as TYPOGRAPHY_KEY_COMPONENT,
|
|
565
|
+
Vm as Tab,
|
|
566
|
+
Um as TabContent,
|
|
567
|
+
Km as TabContext,
|
|
568
|
+
jm as TabProvider,
|
|
569
|
+
Ym as Tabs,
|
|
570
|
+
hx as TabsNavigator,
|
|
571
|
+
Zp as TagsFormatter,
|
|
572
|
+
Uo as TextEditor,
|
|
573
|
+
zx as TimePicker,
|
|
574
|
+
Bx as ToastContainer,
|
|
575
|
+
Gx as ToastMessage,
|
|
576
|
+
np as ToggleButton,
|
|
577
|
+
up as ToggleButtonRootStyled,
|
|
578
|
+
sp as ToggleButtonSlots,
|
|
579
|
+
Fp as ToggleIconButton,
|
|
580
|
+
Sp as ToggleIconButtonRootStyled,
|
|
581
|
+
Rp as ToggleIconButtonSlots,
|
|
582
|
+
gm as Tooltip,
|
|
583
|
+
Co as TopBar,
|
|
578
584
|
ho as TreeDataGrid,
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
585
|
+
qm as Typography,
|
|
586
|
+
Gp as UncertaintyFormatter,
|
|
587
|
+
Xn as VALIDATION_OBJECT_BRAND,
|
|
588
|
+
Zn as VALIDATION_PARTIAL_OBJECT_BRAND,
|
|
589
|
+
$n as VALIDATION_SCHEMA_BRAND,
|
|
590
|
+
Gt as VariableSizeList,
|
|
591
|
+
Le as WINDOW_SIZES,
|
|
592
|
+
Wx as WindowBase,
|
|
593
|
+
Ef as WindowConfirm,
|
|
594
|
+
pf as WindowToolsMFContext,
|
|
595
|
+
af as WindowToolsMFProvider,
|
|
596
|
+
ya as addLayoutItemToBreakPointIfNoExists,
|
|
597
|
+
Ea as addLayoutItemToBreakPoints,
|
|
598
|
+
fl as capitalizeFirstLetter,
|
|
599
|
+
_a as cloneLayouts,
|
|
600
|
+
Ut as createCodeEditorLezerSyntaxValidator,
|
|
601
|
+
Ji as createComponentsMFIsolationAppStorybookProps,
|
|
602
|
+
kl as createCustomDeepShallow,
|
|
603
|
+
xf as createDynamicMFStore,
|
|
604
|
+
pi as createEmptyValidationSchema,
|
|
598
605
|
e as createToaster,
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
606
|
+
ai as createValidationFullObject,
|
|
607
|
+
ni as createValidationPartialObject,
|
|
608
|
+
ii as createValidationSchema,
|
|
609
|
+
hl as deepShallow,
|
|
610
|
+
Lo as defaultCommonActionsDictionary,
|
|
604
611
|
he as defaultDateRangeCalendarPickerDictionary,
|
|
605
612
|
Xe as defaultDateTimeRangePickerDictionary,
|
|
606
613
|
Me as dragResizeWindowRNDClasses,
|
|
607
|
-
|
|
608
|
-
|
|
614
|
+
Wt as ensureCodeEditorRuntimeDependencies,
|
|
615
|
+
as as evaluateVisibilityStepCondition,
|
|
616
|
+
Ll as formatDistanceToNow,
|
|
609
617
|
a as getAccountPopoverDictionary,
|
|
610
|
-
|
|
618
|
+
L as getAppBarDictionary,
|
|
611
619
|
K as getAreasComponentsDictionary,
|
|
612
620
|
j as getAreasDictionary,
|
|
613
|
-
|
|
621
|
+
ia as getBooleanFormatterComponentsDictionary,
|
|
614
622
|
ro as getCheckableListComponentsDictionary,
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
623
|
+
Ho as getCommonActionsDictionary,
|
|
624
|
+
Nl as getComponentClasses,
|
|
625
|
+
Ml as getComponentSlotRoot,
|
|
626
|
+
Cl as getComponentUtilityClass,
|
|
619
627
|
wo as getDataGridComponentsDictionary,
|
|
620
628
|
Ko as getDataGridRowsFromSet,
|
|
621
629
|
Ve as getDateRangeCalendarPickerComponentsDictionary,
|
|
622
630
|
Ze as getDateTimeRangePickerComponentsDictionary,
|
|
623
631
|
ye as getDaysOfWeekPickerDictionary,
|
|
624
|
-
|
|
632
|
+
la as getDistanceToNowFormatterComponentsDictionary,
|
|
625
633
|
ot as getDynamicFilterComponentsDictionary,
|
|
626
|
-
|
|
634
|
+
Tt as getDynamicSortComponentsDictionary,
|
|
627
635
|
et as getFilterGroupFieldsByName,
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
636
|
+
ys as getFormComponentsDictionary,
|
|
637
|
+
Up as getFormatConcatenated,
|
|
638
|
+
Bp as getFormatDate,
|
|
639
|
+
wp as getFormatPoints,
|
|
640
|
+
Qp as getFormatPrice,
|
|
641
|
+
ga as getFormattersComponentsDictionary,
|
|
642
|
+
Rl as getHeightSizeStyles,
|
|
643
|
+
Dl as getIconColor,
|
|
644
|
+
gi as getImageSelectorComponentsDictionary,
|
|
645
|
+
Il as getInputAlignmentIconButtonOverrides,
|
|
638
646
|
tt as getIsIfInDynamicFilter,
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
647
|
+
Li as getLoadingErrorComponentsDictionary,
|
|
648
|
+
Zi as getMFLoaderComponentsDictionary,
|
|
649
|
+
vi as getMenuActionsComponentsDictionary,
|
|
650
|
+
Nf as getModalDialogComponentsDictionary,
|
|
651
|
+
Mf as getModalDictionary,
|
|
652
|
+
fx as getNoItemPrivilegesComponentsDictionary,
|
|
653
|
+
ax as getNoItemSelectedComponentsDictionary,
|
|
654
|
+
bl as getNullGuard,
|
|
655
|
+
lx as getObjectLogsComponentsDictionary,
|
|
656
|
+
Cm as getPagerComponentsDictionary,
|
|
657
|
+
dl as getPaletteColor,
|
|
658
|
+
Ln as getPeriodComponetsDictionary,
|
|
659
|
+
Wa as getRHFAutocompleteAsyncComponentsDictionary,
|
|
660
|
+
wa as getRHFAutocompleteComponentsDictionary,
|
|
653
661
|
pt as getRawFiltersForNetwork,
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
662
|
+
At as getRawSortsForNetwork,
|
|
663
|
+
Al as getSizeStyles,
|
|
664
|
+
fs as getStepperComponentsDictionary,
|
|
665
|
+
is as getStepsAndValidationSchema,
|
|
666
|
+
wx as getTabsNavigatorComponentsDictionary,
|
|
667
|
+
gl as getTypographyStyles,
|
|
668
|
+
kp as getUncertaintyFormat,
|
|
669
|
+
vl as getValidDate,
|
|
670
|
+
vs as getformAddEditDictionary,
|
|
671
|
+
Ma as isEqualLayout,
|
|
672
|
+
Oa as isEqualLayouts,
|
|
673
|
+
ll as isValidDate,
|
|
674
|
+
ox as projectMFHostRuntimeTools,
|
|
675
|
+
Kt as registerCodeEditorLanguage,
|
|
676
|
+
jt as registerCodeEditorLanguageTemplate,
|
|
677
|
+
Jt as registerCodeEditorSyntaxValidator,
|
|
678
|
+
wi as registerMFIsolationRuntimeErrorHandler,
|
|
679
|
+
Yi as reportMFIsolationRuntimeError,
|
|
680
|
+
qt as resolveCodeEditorLanguage,
|
|
681
|
+
Qt as resolveCodeEditorLanguageTemplate,
|
|
682
|
+
vn as rhfPeriodStyles,
|
|
683
|
+
pp as toggleButtonStyles,
|
|
684
|
+
cp as toggleIconButtonStyles,
|
|
685
|
+
zi as unregisterMFIsolationRuntimeErrorHandler,
|
|
686
|
+
Ps as useAppearanceComponentStore,
|
|
674
687
|
w as useAreasStore,
|
|
675
688
|
er as useColumnBoolean,
|
|
676
689
|
me as useColumnChipStatus,
|
|
677
|
-
|
|
690
|
+
de as useColumnColor,
|
|
678
691
|
ir as useColumnConcatenatedValue,
|
|
679
|
-
|
|
692
|
+
Cr as useColumnDate,
|
|
680
693
|
Dr as useColumnIcon,
|
|
681
694
|
ge as useColumnImage,
|
|
682
|
-
|
|
695
|
+
Sr as useColumnInteractiveCheck,
|
|
683
696
|
Mr as useColumnNestedValue,
|
|
684
697
|
br as useColumnPoints,
|
|
685
698
|
Yr as useColumnPrice,
|
|
686
699
|
Kr as useColumnSetCheck,
|
|
687
700
|
fe as useColumnTags,
|
|
688
701
|
Zr as useColumnUncertanity,
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
702
|
+
Vs as useComponentSize,
|
|
703
|
+
ti as useCustomForm,
|
|
704
|
+
Zs as useDataGridPersistence,
|
|
705
|
+
da as useDistanceToNowFormatter,
|
|
706
|
+
Qs as useDynamicFilterAndSort,
|
|
694
707
|
st as useDynamicForm,
|
|
695
|
-
|
|
708
|
+
ct as useDynamicFormCoupled,
|
|
696
709
|
ut as useDynamicFormData,
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
710
|
+
qx as useDynamicMFParameters,
|
|
711
|
+
Qx as useDynamicMFParametersStore,
|
|
712
|
+
_s as useFormAddEdit,
|
|
713
|
+
bs as useFormFocus,
|
|
714
|
+
Ys as useFormReadyForUpdate,
|
|
715
|
+
jp as useFormatPeriod,
|
|
716
|
+
gs as useHostRuntime,
|
|
717
|
+
ks as useInterval,
|
|
718
|
+
ml as useIsVisible,
|
|
719
|
+
Zx as useMFHostRuntimeTools,
|
|
720
|
+
of as useMFObservability,
|
|
721
|
+
ef as useMFRealtimeProducerTools,
|
|
722
|
+
Ms as useModal,
|
|
723
|
+
ol as usePopoverContainer,
|
|
724
|
+
Dx as usePopupsStore,
|
|
725
|
+
Cs as useShellObservability,
|
|
726
|
+
al as useSizeContainer,
|
|
727
|
+
Us as useStateRef,
|
|
728
|
+
kf as useStepper,
|
|
729
|
+
Js as useSvgColor,
|
|
730
|
+
Ls as useTab,
|
|
731
|
+
il as useWatchTyped,
|
|
732
|
+
jx as useWindowToolsMF,
|
|
720
733
|
R as varBounce,
|
|
721
|
-
|
|
734
|
+
S as varContainer,
|
|
722
735
|
D as varFade,
|
|
723
736
|
y as varTranEnter,
|
|
724
737
|
E as varTranExit,
|
|
725
738
|
_ as varTranHover,
|
|
726
|
-
|
|
739
|
+
Ha as withSizeProvider
|
|
727
740
|
};
|