@m4l/components 9.47.0 → 9.48.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/components/extended/mui/index.d.ts +1 -0
- package/components/extended/mui/index.d.ts.map +1 -1
- package/index.js +463 -459
- package/package.json +6 -6
|
@@ -25,6 +25,7 @@ export * from './Tab/';
|
|
|
25
25
|
export * from './Tabs';
|
|
26
26
|
export * from './TabContent';
|
|
27
27
|
export * from './TabContext';
|
|
28
|
+
export * from './TextField';
|
|
28
29
|
export { getPagerComponentsDictionary } from '../../../components/Pager/dicctionary';
|
|
29
30
|
export * from './Typography';
|
|
30
31
|
export * from './ToggleButton';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/extended/mui/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/extended/mui/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAC;AACzC,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,YAAY,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AACjD,cAAc,iBAAiB,CAAC;AAChC,YAAY,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAClD,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,cAAc,2BAA2B,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AAC9D,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAE5B,OAAO,EAAE,4BAA4B,EAAE,MAAM,uCAAuC,CAAC;AACrF,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC"}
|
package/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { IconButtonAnimate as f } from "./components/animate/IconButtonAnimate/i
|
|
|
6
6
|
import { MotionContainer as l } from "./components/animate/MotionContainer/index.js";
|
|
7
7
|
import { MotionLazyContainer as C } from "./components/animate/MotionLazyContainer/index.js";
|
|
8
8
|
import { LoadingScreen as d } from "./components/animate/LoadingScreen/index.js";
|
|
9
|
-
import { AnimatedScroll as
|
|
9
|
+
import { AnimatedScroll as g } from "./components/animate/AnimatedScroll/animatedScroll.js";
|
|
10
10
|
import { varFade as T } from "./components/animate/variants/fade.js";
|
|
11
11
|
import { varBounce as R } from "./components/animate/variants/bounce.js";
|
|
12
12
|
import { varContainer as S } from "./components/animate/variants/container.js";
|
|
@@ -28,7 +28,7 @@ import { ColorPicker as io, ColorPicker as xo } from "./components/ColorPicker/C
|
|
|
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
30
|
import { TopBar as co } from "./components/commercial/TopBar/TopBar.js";
|
|
31
|
-
import { SectionCommercial as
|
|
31
|
+
import { SectionCommercial as go } from "./components/commercial/SectionCommercial/index.js";
|
|
32
32
|
import { ActionsContainer as To } from "./components/CommonActions/components/ActionsContainer/ActionsContainer.js";
|
|
33
33
|
import { ActionCancel as Ro } from "./components/CommonActions/components/ActionCancel/ActionCancel.js";
|
|
34
34
|
import { ActionIntro as So } from "./components/CommonActions/components/ActionIntro/ActionIntro.js";
|
|
@@ -53,7 +53,7 @@ import { useColumnConcatenatedValues as sr } from "./components/datagrids/format
|
|
|
53
53
|
import { ColumnDateFormatter as ur } from "./components/datagrids/formatters/ColumnDateFormatter/formatter.js";
|
|
54
54
|
import { ColumnDateGroupFormatter as cr } from "./components/datagrids/formatters/ColumnDateFormatter/ColumnDateGroupFormatter.js";
|
|
55
55
|
import { useColumnDate as Fr } from "./components/datagrids/formatters/ColumnDateFormatter/useColumnDate.js";
|
|
56
|
-
import { ColumnIconFormatter as
|
|
56
|
+
import { ColumnIconFormatter as Pr } from "./components/datagrids/formatters/ColumnIconFormatter/formatter.js";
|
|
57
57
|
import { ColumnIconGroupFormatter as Dr } from "./components/datagrids/formatters/ColumnIconFormatter/ColumnIconGroupFormatter.js";
|
|
58
58
|
import { useColumnIcon as Ar } from "./components/datagrids/formatters/ColumnIconFormatter/useColumnIcon.js";
|
|
59
59
|
import { ColumnInteractiveCheckFormatter as Er } from "./components/datagrids/formatters/ColumnInteractiveCheckFormatter/formatter.js";
|
|
@@ -80,7 +80,7 @@ import { ColumnChipStatusGroupFormatter as se } from "./components/datagrids/for
|
|
|
80
80
|
import { useColumnChipStatus as ue } from "./components/datagrids/formatters/ColumnChipStatusFormatter/useColumnChipStatus.js";
|
|
81
81
|
import { ColumnTagsFormatter as ce } from "./components/datagrids/formatters/ColumnTagsFormatter/formatter.js";
|
|
82
82
|
import { ColumnTagsGroupFormatter as Fe } from "./components/datagrids/formatters/ColumnTagsFormatter/ColumnTagsGroupFormatter.js";
|
|
83
|
-
import { useColumnTags as
|
|
83
|
+
import { useColumnTags as Pe } from "./components/datagrids/formatters/ColumnTagsFormatter/useColumnTags.js";
|
|
84
84
|
import { ColumnColorFormatter as De } from "./components/datagrids/formatters/ColumnColorFormatter/formatter.js";
|
|
85
85
|
import { ColumnColorGroupFormatter as Ae } from "./components/datagrids/formatters/ColumnColorFormatter/ColumnColorGroupFormatter.js";
|
|
86
86
|
import { useColumnColor as Ee } from "./components/datagrids/formatters/ColumnColorFormatter/useColumnColor.js";
|
|
@@ -102,7 +102,7 @@ import { getDynamicFilterComponentsDictionary as xt } from "./components/Dynamic
|
|
|
102
102
|
import { getFilterGroupFieldsByName as st, getIsIfInDynamicFilter as lt } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
103
103
|
import { getRawFiltersForNetwork as Ct } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
|
|
104
104
|
import { DynamicFilter as dt } from "./components/DynamicFilter/DynamicFilter.js";
|
|
105
|
-
import { DynamicForm as
|
|
105
|
+
import { DynamicForm as gt } from "./components/DynamicForm/DynamicForm.js";
|
|
106
106
|
import { getDynamicFormComponentsDictionary as Tt } from "./components/DynamicForm/dictionary.js";
|
|
107
107
|
import { useDynamicForm as Rt } from "./components/DynamicForm/hooks/useDynamicForm/useDynamicForm.js";
|
|
108
108
|
import { useDynamicFormData as St } from "./components/DynamicForm/hooks/useDynamicFormData/useDynamicFormData.js";
|
|
@@ -126,7 +126,7 @@ import { BoxIcon as sm } from "./components/extended/mui/BoxIcon/index.js";
|
|
|
126
126
|
import { Breadcrumbs as um } from "./components/extended/mui/Breadcrumbs/index.js";
|
|
127
127
|
import { CircularProgress as cm } from "./components/extended/mui/CircularProgress/CircularProgress.js";
|
|
128
128
|
import { Badge as Fm } from "./components/extended/mui/Badge/Badge.js";
|
|
129
|
-
import { LinearProgress as
|
|
129
|
+
import { LinearProgress as Pm } from "./components/extended/mui/LinearProgress/index.js";
|
|
130
130
|
import { LinkWithRoute as Dm } from "./components/extended/mui/LinkWithRoute/index.js";
|
|
131
131
|
import { LoadingButton as Am } from "./components/extended/mui/LoadingButton/LoadingButton.js";
|
|
132
132
|
import { getPagerComponentsDictionary as Em } from "./components/Pager/dicctionary.js";
|
|
@@ -146,200 +146,202 @@ import { Tab as Xm } from "./components/extended/mui/Tab/Tab.js";
|
|
|
146
146
|
import { Tabs as $m } from "./components/extended/mui/Tabs/Tabs.js";
|
|
147
147
|
import { TabContent as rp } from "./components/extended/mui/TabContent/TabContent.js";
|
|
148
148
|
import { TabContext as tp, TabProvider as mp } from "./components/extended/mui/TabContext/index.js";
|
|
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 {
|
|
335
|
-
import {
|
|
336
|
-
import {
|
|
337
|
-
import {
|
|
338
|
-
import {
|
|
339
|
-
import {
|
|
340
|
-
import {
|
|
341
|
-
import {
|
|
342
|
-
import {
|
|
149
|
+
import { TextField as ap } from "./components/extended/mui/TextField/TextField.js";
|
|
150
|
+
import { getLimitCharacters as ip } from "./utils/getLimitCharacters/getLimitCharacters.js";
|
|
151
|
+
import { Typography as fp } from "./components/extended/mui/Typography/Typography.js";
|
|
152
|
+
import { ICON_CLASSES as lp, ICON_KEY_COMPONENT as up, ICON_PREFIX as Cp, TYPOGRAPHY_CLASSES as cp, TYPOGRAPHY_CLASS_NAME_SPECIFY as dp, TYPOGRAPHY_FONTS as Fp, TYPOGRAPHY_KEY_COMPONENT as gp } from "@m4l/base";
|
|
153
|
+
import { toggleButtonStyles as Tp } from "./components/extended/mui/ToggleButton/ToggleButton.styles.js";
|
|
154
|
+
import { ToggleButton as Rp } from "./components/extended/mui/ToggleButton/ToggleButton.js";
|
|
155
|
+
import { TOGGLE_BUTTON_KEY_COMPONENT as Sp } from "./components/extended/mui/ToggleButton/constants.js";
|
|
156
|
+
import { ToggleButtonSlots as Ip } from "./components/extended/mui/ToggleButton/slots/ToggleButtonEnum.js";
|
|
157
|
+
import { ToggleButtonRootStyled as _p } from "./components/extended/mui/ToggleButton/slots/ToggleButtonSlots.js";
|
|
158
|
+
import { toggleIconButtonStyles as Op } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.styles.js";
|
|
159
|
+
import { ToggleIconButton as Lp } from "./components/extended/mui/ToggleIconButton/ToggleIconButton.js";
|
|
160
|
+
import { TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY as vp, TOGGLE_ICON_BUTTON_KEY_COMPONENT as Bp } from "./components/extended/mui/ToggleIconButton/constants.js";
|
|
161
|
+
import { ToggleIconButtonSlots as Gp } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
162
|
+
import { ToggleIconButtonRootStyled as hp } from "./components/extended/mui/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
163
|
+
import { NavLink as wp } from "./components/extended/mui/NavLink/NavLink.js";
|
|
164
|
+
import { Dialog as zp } from "./components/extended/mui/Dialog/Dialog.js";
|
|
165
|
+
import { Divider as Wp } from "./components/extended/mui/Divider/Divider.js";
|
|
166
|
+
import { DatePicker as jp } from "./components/extended/mui/DatePicker/DatePicker.js";
|
|
167
|
+
import { Autocomplete as qp } from "./components/extended/mui/Autocomplete/Autocomplete.js";
|
|
168
|
+
import { AutocompleteAsync as Xp } from "./components/extended/mui/AutocompleteAsync/AutocompleteAsync.js";
|
|
169
|
+
import { DateFormatter as $p, getFormatDate as oa } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
170
|
+
import { UncertaintyFormatter as ea, getUncertaintyFormat as ta } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
171
|
+
import { PointsFormatter as pa, getFormatPoints as aa } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
172
|
+
import { ConcatenatedFormatter as ia, getFormatConcatenated as xa } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
173
|
+
import { PeriodFormatter as sa, useFormatPeriod as la } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
174
|
+
import { PriceFormatter as Ca, getFormatPrice as ca } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
175
|
+
import { NumberFormatter as Fa, getFormatNumber as ga } from "./components/formatters/NumberFormatter/NumberFormatter.js";
|
|
176
|
+
import { TagsFormatter as Ta } from "./components/formatters/TagsFormatter/TagsFormatter.js";
|
|
177
|
+
import { ColorFormatter as Ra } from "./components/formatters/ColorFormatter/ColorFormatter.js";
|
|
178
|
+
import { ImageFormatter as Sa } from "./components/formatters/ImageFormatter/ImageFormatter.js";
|
|
179
|
+
import { NestedFormatter as Ia } from "./components/formatters/NestedFormatter/NestedFormatter.js";
|
|
180
|
+
import { BooleanFormatter as _a } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
181
|
+
import { getBooleanFormatterComponentsDictionary as Oa } from "./components/formatters/BooleanFormatter/dictionary.js";
|
|
182
|
+
import { ChipStatusFormatter as La } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
183
|
+
import { DTNF_DICCTIONARY as va, getDistanceToNowFormatterComponentsDictionary as Ba } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
184
|
+
import { DistanceToNowFormatter as Ga } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
185
|
+
import { useDistanceToNowFormatter as ha } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
|
|
186
|
+
import { getFormattersComponentsDictionary as wa } from "./components/formatters/dictionary.js";
|
|
187
|
+
import { FormContainer as za } from "./components/FormContainer/FormContainer.js";
|
|
188
|
+
import { GridLayout as Wa } from "./components/GridLayout/GridLayout.js";
|
|
189
|
+
import { Responsive as ja } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
190
|
+
import { addLayoutItemToBreakPointIfNoExists as qa, addLayoutItemToBreakPoints as Qa, cloneLayouts as Xa } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
191
|
+
import { isEqualLayout as $a, isEqualLayouts as on } from "./components/GridLayout/utils.js";
|
|
192
|
+
import { withSizeProvider as en } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
193
|
+
import { HelmetPage as mn } from "./components/HelmetPage/index.js";
|
|
194
|
+
import { HelperError as an } from "./components/HelperError/HelperError.js";
|
|
195
|
+
import { RHFAutocomplete as xn } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
196
|
+
import { getRHFAutocompleteComponentsDictionary as sn } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
197
|
+
import { RHFAutocompleteAsync as un } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
198
|
+
import { getRHFAutocompleteAsyncComponentsDictionary as cn } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
199
|
+
import { RHFDateTime as Fn } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
200
|
+
import { RHFDateTimePicker as Pn } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
|
|
201
|
+
import { RHFDatePicker as Dn } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
|
|
202
|
+
import { RHFMultiCheckbox as An } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
203
|
+
import { RHFSelect as En } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
204
|
+
import { RHFHelperError as yn } from "./components/hook-form/RHFHelperError/index.js";
|
|
205
|
+
import { RHFRadioGroup as Nn } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
|
|
206
|
+
import { RHFUploadSingleFile as Mn } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
|
|
207
|
+
import { RHFColorPicker as Hn } from "./components/hook-form/RHFColorPicker/RHFColorPicker.js";
|
|
208
|
+
import { RHFCodeEditor as Bn } from "./components/hook-form/RHFCodeEditor/RHFCodeEditor.js";
|
|
209
|
+
import { RHFImageSelector as Gn } from "./components/hook-form/RHFImageSelector/RHFImageSelector.js";
|
|
210
|
+
import { RHFCheckbox as hn } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
211
|
+
import { RHFCheckableList as wn } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
|
|
212
|
+
import { RHFDateTimeRangePicker as zn } from "./components/hook-form/RHFDateTimeRangePicker/RHFDateTimeRangePicker.js";
|
|
213
|
+
import { RHFTimePicker as Wn } from "./components/hook-form/RHFTimePicker/RHFTimePicker.js";
|
|
214
|
+
import { RHFDaysOfWeekPicker as jn } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
|
|
215
|
+
import { RHFDaysOfMonthPicker as qn } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
|
|
216
|
+
import { RHFTextField as Xn } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
217
|
+
import { RHFTextFieldPassword as $n } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
218
|
+
import { RHFResourceDictionary as ri } from "./components/hook-form/RHFResourceDictionary/RHFResourceDictionary.js";
|
|
219
|
+
import { getPeriodComponetsDictionary as ti } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
220
|
+
import { rhfPeriodStyles as pi } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
221
|
+
import { RHFPeriod as ni } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
222
|
+
import { RHF_PERIOD_KEY_COMPONENT as xi } from "./components/hook-form/RHFPeriod/constants.js";
|
|
223
|
+
import { RHFPeriodSlots as si } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
224
|
+
import { NumberInputStyled as ui, PeriodRootStyled as Ci, RHFPeriodRootStyled as ci, SelectStyled as di } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
225
|
+
import { RHFNumberInput as gi } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
226
|
+
import { RHFUploadImage as Ti } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
227
|
+
import { VALIDATION_OBJECT_BRAND as Ri, VALIDATION_PARTIAL_OBJECT_BRAND as Ai, VALIDATION_SCHEMA_BRAND as Si } from "./components/hook-form/RHFormProvider/types.js";
|
|
228
|
+
import { FormProviderCustom as Ii, RHFormProvider as yi, useCustomForm as _i } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
|
|
229
|
+
import { createEmptyValidationSchema as Oi, createValidationFullObject as Mi, createValidationPartialObject as Li, createValidationSchema as Hi } from "./components/hook-form/RHFormProvider/schema.js";
|
|
230
|
+
import { RHFActionsGroup as Bi } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
|
|
231
|
+
import { RHFSwitch as Gi } from "./components/hook-form/RHFSwitch/RHFSwitch.js";
|
|
232
|
+
import { Icon as hi } from "./components/Icon/Icon.js";
|
|
233
|
+
import { Image as wi } from "./components/Image/Image.js";
|
|
234
|
+
import { getImageSelectorComponentsDictionary as zi } from "./components/ImageSelector/dictionary.js";
|
|
235
|
+
import { ImageSelector as Wi } from "./components/ImageSelector/ImageSelector.js";
|
|
236
|
+
import { Label as ji } from "./components/Label/Label.js";
|
|
237
|
+
import { LanguagePopover as qi } from "./components/LanguagePopover/LanguagePopover.js";
|
|
238
|
+
import { LinearProgressIndeterminate as Xi } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
239
|
+
import { Loadable as $i } from "./components/Loadable/index.js";
|
|
240
|
+
import { LoadingError as rx } from "./components/LoadingError/LoadingError.js";
|
|
241
|
+
import { getLoadingErrorComponentsDictionary as tx } from "./components/LoadingError/dictionary.js";
|
|
242
|
+
import { getMenuActionsComponentsDictionary as px } from "./components/MenuActions/dictionary.js";
|
|
243
|
+
import { MemonizedMenuActions as nx, MenuActions as ix } from "./components/MenuActions/MenuActions.js";
|
|
244
|
+
import { MFIsolationApp as fx } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
245
|
+
import { registerMFIsolationRuntimeErrorHandler as lx, reportMFIsolationRuntimeError as ux, unregisterMFIsolationRuntimeErrorHandler as Cx } from "./components/MFIsolationApp/runtimeErrors.js";
|
|
246
|
+
import { MFAppStorybook as dx, MFIsolationAppStorybook as Fx } from "@m4l/graphics/decorators";
|
|
247
|
+
import { createComponentsMFIsolationAppStorybookProps as Px } from "./components/MFIsolationAppStorybook/createComponentsMFIsolationAppStorybookProps.js";
|
|
248
|
+
import { MFLoader as Dx } from "./components/MFLoader/MFLoader.js";
|
|
249
|
+
import { getMFLoaderComponentsDictionary as Ax } from "./components/MFLoader/dictionary.js";
|
|
250
|
+
import { projectMFHostRuntimeTools as Ex } from "./components/MFLoader/helpers/projectMFHostRuntimeTools/projectMFHostRuntimeTools.js";
|
|
251
|
+
import { ImageText as yx } from "./components/ImageText/ImageText.js";
|
|
252
|
+
import { NoItemSelected as Nx } from "./components/NoItemSelected/NoItemSelected.js";
|
|
253
|
+
import { getNoItemSelectedComponentsDictionary as Mx } from "./components/NoItemSelected/dictionary.js";
|
|
254
|
+
import { NoItemPrivileges as Hx } from "./components/NoItemPrivileges/NoItemPrivileges.js";
|
|
255
|
+
import { getNoItemPrivilegesComponentsDictionary as Bx } from "./components/NoItemPrivileges/dictionary.js";
|
|
256
|
+
import { getObjectLogsComponentsDictionary as Gx } from "./components/ObjectLogs/dictionary.js";
|
|
257
|
+
import { ObjectLogs as hx } from "./components/ObjectLogs/ObjectLogs.js";
|
|
258
|
+
import { PaperForm as wx } from "./components/PaperForm/PaperForm.js";
|
|
259
|
+
import { PDFViewer as zx } from "./components/PDFViewer/PDFViewer.js";
|
|
260
|
+
import { usePopupsStore as Wx } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
261
|
+
import { PopupsContext as jx, PopupsProvider as Jx } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
262
|
+
import { PopupsViewer as Qx } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
263
|
+
import { PrintingSystem as Zx } from "./components/PrintingSystem/PrintingSystem.js";
|
|
264
|
+
import { PropertyValue as of } from "./components/PropertyValue/PropertyValue.js";
|
|
265
|
+
import { ScrollBar as ef } from "./components/ScrollBar/ScrollBar.js";
|
|
266
|
+
import { SideBar as mf } from "./components/SideBar/SideBar.js";
|
|
267
|
+
import { ToastContainer as af } from "./components/ToastContainer/ToastContainer.js";
|
|
268
|
+
import { ToastMessage as xf } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
269
|
+
import { TabsNavigator as sf } from "./components/TabsNavigator/TabsNavigator.js";
|
|
270
|
+
import { getTabsNavigatorComponentsDictionary as uf } from "./components/TabsNavigator/dictionary.js";
|
|
271
|
+
import { TimePicker as cf } from "./components/TimePicker/TimePicker.js";
|
|
272
|
+
import { WindowBase as Ff } from "./components/WindowBase/WindowBase.js";
|
|
273
|
+
import { useWindowToolsMF as Pf } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
274
|
+
import { useDynamicMFParameters as Df, useDynamicMFParametersStore as Rf } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
275
|
+
import { useMFHostRuntimeTools as Sf } from "./components/WindowBase/hooks/useMFHostRuntimeTools/index.js";
|
|
276
|
+
import { useMFObservability as If } from "./components/WindowBase/hooks/useMFObservability/index.js";
|
|
277
|
+
import { useMFRealtimeProducerTools as _f } from "./components/WindowBase/hooks/useMFRealtimeProducerTools/index.js";
|
|
278
|
+
import { MemonizedWindowToolsMFContext as Of, WindowToolsMFContext as Mf, WindowToolsMFProvider as Lf } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
279
|
+
import { createDynamicMFStore as vf } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
280
|
+
import { DynamicMFParmsContext as bf, DynamicMFParmsProvider as Gf, MemonizedDynamicMFParmsProvider as kf } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
281
|
+
import { MFHostRuntimeToolsContext as Vf, MFHostRuntimeToolsProvider as wf, MemoizedMFHostRuntimeToolsProvider as Yf } from "./components/WindowBase/contexts/MFHostRuntimeToolsContext/MFHostRuntimeToolsContext.js";
|
|
282
|
+
import { MFObservabilityContext as Uf, MFObservabilityProvider as Wf, MemoizedMFObservabilityProvider as Kf } from "./components/WindowBase/contexts/MFObservabilityContext/MFObservabilityContext.js";
|
|
283
|
+
import { MFRealtimeProducerToolsContext as Jf, MFRealtimeProducerToolsProvider as qf, MemoizedMFRealtimeProducerToolsProvider as Qf } from "./components/WindowBase/contexts/MFRealtimeProducerToolsContext/MFRealtimeProducerToolsContext.js";
|
|
284
|
+
import { WindowConfirm as Zf } from "./components/WindowConfirm/WindowConfirm.js";
|
|
285
|
+
import { getModalDialogComponentsDictionary as os, getModalDictionary as rs } from "./components/ModalDialog/dictionary.js";
|
|
286
|
+
import { ModalDialog as ts } from "./components/ModalDialog/ModalDialog.js";
|
|
287
|
+
import { SettingsLayout as ps } from "./components/SettingsLayout/SettingsLayout.js";
|
|
288
|
+
import { Pager as ns } from "./components/Pager/Pager.js";
|
|
289
|
+
import { useStepper as xs } from "./components/Stepper/hooks/useStepper/index.js";
|
|
290
|
+
import { Stepper as ss } from "./components/Stepper/Stepper.js";
|
|
291
|
+
import { StepperContent as us } from "./components/Stepper/subcomponents/StepperContent/index.js";
|
|
292
|
+
import { Step as cs } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
|
|
293
|
+
import { StepperFooter as Fs } from "./components/Stepper/subcomponents/StepperFooter/index.js";
|
|
294
|
+
import { StepperFooterLeftActions as Ps } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
|
|
295
|
+
import { StepperFooterRightActions as Ds } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
|
|
296
|
+
import { StepperNextButton as As } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
|
|
297
|
+
import { StepperPrevButton as Es } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
|
|
298
|
+
import { StepperCancelButton as ys } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
|
|
299
|
+
import { StepperSubmitButton as Ns } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
|
|
300
|
+
import { evaluateVisibilityStepCondition as Ms } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
|
|
301
|
+
import { getStepsAndValidationSchema as Hs } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
302
|
+
import { getStepperComponentsDictionary as Bs } from "./components/Stepper/dictionary.js";
|
|
303
|
+
import { ShellObservabilityContext as Gs, ShellObservabilityProvider as ks, useShellObservability as hs } from "./contexts/ShellObservabilityContext/ShellObservabilityContext.js";
|
|
304
|
+
import { HostRuntimeContext as ws, HostRuntimeProvider as Ys, useHostRuntime as zs } from "./contexts/HostRuntimeContext/HostRuntimeContext.js";
|
|
305
|
+
import { AppearanceComponentProvider as Ws, useAppearanceComponentStore as Ks } from "@m4l/graphics";
|
|
306
|
+
import { ModalContext as Js, ModalProvider as qs } from "./contexts/ModalContext/index.js";
|
|
307
|
+
import { getFormComponentsDictionary as Xs } from "./components/hook-form/RHFormProvider/dictionary.js";
|
|
308
|
+
import { useFormAddEdit as $s } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
309
|
+
import { useModal as rl } from "./hooks/useModal/index.js";
|
|
310
|
+
import { useTab as tl } from "./hooks/useTab/index.js";
|
|
311
|
+
import { getformAddEditDictionary as pl } from "./hooks/useFormAddEdit/dictionary.js";
|
|
312
|
+
import { useFormFocus as nl } from "./hooks/useFormFocus/index.js";
|
|
313
|
+
import { useInterval as xl } from "./hooks/useInterval/index.js";
|
|
314
|
+
import { useComponentSize as sl } from "./hooks/useComponentSize/index.js";
|
|
315
|
+
import { useFormReadyForUpdate as ul } from "./hooks/useFormReadyForUpdate/index.js";
|
|
316
|
+
import { useStateRef as cl } from "./hooks/useStateRef/index.js";
|
|
317
|
+
import { SKELETON_SVG_ICON as Fl } from "./hooks/useSvgColor/constants.js";
|
|
318
|
+
import { useSvgColor as Pl } from "./hooks/useSvgColor/useSvgColor.js";
|
|
319
|
+
import { useDynamicFilterAndSort as Dl } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
320
|
+
import { useDataGridPersistence as Al } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
321
|
+
import { resolvePopoverContainer as El, usePopoverContainer as Il } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
322
|
+
import { POPOVER_CONTAINER_ID as _l, POPOVER_OVERLAY_ROOT_ATTRIBUTE as Nl, POPOVER_PAPER_ARIA_LABEL as Ol, POPOVER_PAPER_SELECTOR as Ml } from "./hooks/usePopoverContainer/constants.js";
|
|
323
|
+
import { resolvePopoverPaperProps as Hl, usePopoverPaperProps as vl } from "./hooks/usePopoverPaperProps/usePopoverPaperProps.js";
|
|
324
|
+
import { useIsVisible as bl } from "./hooks/useIsVisible/useIsVisible.js";
|
|
325
|
+
import { useSizeContainer as kl } from "./hooks/useSizeContainer/index.js";
|
|
326
|
+
import { useWatchTyped as Vl } from "./hooks/useWatchTyped/useTypedWatch.js";
|
|
327
|
+
import { useExportColumns as Yl } from "./hooks/useExportDatagridColumns/useExportColumns.js";
|
|
328
|
+
import { useVisibleColumnNames as Ul } from "./hooks/useExportDatagridColumns/useVisibleColumnNames.js";
|
|
329
|
+
import { withToggle as Kl } from "./hocs/withToggle/index.js";
|
|
330
|
+
import { withRHFController as Jl } from "./hocs/withRHFController/index.js";
|
|
331
|
+
import { capitalizeFirstLetter as Ql } from "./utils/capitalizeFirstLetter.js";
|
|
332
|
+
import { isValidDate as Zl } from "./utils/isValidDate.js";
|
|
333
|
+
import { getComponentUtilityClass as ou } from "./utils/getComponentUtilityClass.js";
|
|
334
|
+
import { getPaletteColor as eu } from "./utils/getPaletteColor.js";
|
|
335
|
+
import { getTypographyStyles as mu } from "./utils/getTypographyStyles.js";
|
|
336
|
+
import { getIconColor as au } from "./utils/getIconColor.js";
|
|
337
|
+
import { getHeightSizeStyles as iu, getSizeStyles as xu } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
338
|
+
import { getInputAlignmentIconButtonOverrides as su } from "./utils/getInputAlignmentIconButtonOverrides/getInputAlignmentIconButtonOverrides.js";
|
|
339
|
+
import { ObjectQueue as uu } from "./utils/ObjectQueue.js";
|
|
340
|
+
import { getComponentClasses as cu, getComponentSlotRoot as du } from "./utils/getComponentSlotRoot.js";
|
|
341
|
+
import { formatDistanceToNow as gu } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
342
|
+
import { getValidDate as Tu } from "./utils/getValidDate.js";
|
|
343
|
+
import { getNullGuard as Ru } from "./utils/getNullGuard.js";
|
|
344
|
+
import { createCustomDeepShallow as Su, deepShallow as Eu } from "./utils/deepShallow.js";
|
|
343
345
|
export {
|
|
344
346
|
U as AREAS_DICCTIONARY,
|
|
345
347
|
W as AREAS_DICTIONARY_ID,
|
|
@@ -352,20 +354,20 @@ export {
|
|
|
352
354
|
So as ActionIntro,
|
|
353
355
|
To as ActionsContainer,
|
|
354
356
|
i as ActionsGroup,
|
|
355
|
-
|
|
357
|
+
g as AnimatedScroll,
|
|
356
358
|
O as AppBar,
|
|
357
359
|
so as AppBarComercial,
|
|
358
|
-
|
|
360
|
+
Ws as AppearanceComponentProvider,
|
|
359
361
|
v as AreasAdmin,
|
|
360
362
|
k as AreasContext,
|
|
361
363
|
h as AreasProvider,
|
|
362
364
|
b as AreasViewer,
|
|
363
|
-
|
|
364
|
-
|
|
365
|
+
qp as Autocomplete,
|
|
366
|
+
Xp as AutocompleteAsync,
|
|
365
367
|
xm as Avatar,
|
|
366
368
|
Fm as Badge,
|
|
367
369
|
Q as BaseModule,
|
|
368
|
-
|
|
370
|
+
_a as BooleanFormatter,
|
|
369
371
|
sm as BoxIcon,
|
|
370
372
|
um as Breadcrumbs,
|
|
371
373
|
Hm as Button,
|
|
@@ -373,11 +375,11 @@ export {
|
|
|
373
375
|
Bm as CheckBox,
|
|
374
376
|
oo as CheckableList,
|
|
375
377
|
mo as Chip,
|
|
376
|
-
|
|
378
|
+
La as ChipStatusFormatter,
|
|
377
379
|
cm as CircularProgress,
|
|
378
380
|
Zt as CodeEditor,
|
|
379
381
|
ao as ColorFieldPicker,
|
|
380
|
-
|
|
382
|
+
Ra as ColorFormatter,
|
|
381
383
|
io as ColorPicker,
|
|
382
384
|
xo as ColorPickerField,
|
|
383
385
|
rr as ColumnBooleanFormatter,
|
|
@@ -390,7 +392,7 @@ export {
|
|
|
390
392
|
xr as ColumnConcatenatedValuesGroupFormatter,
|
|
391
393
|
ur as ColumnDateFormatter,
|
|
392
394
|
cr as ColumnDateGroupFormatter,
|
|
393
|
-
|
|
395
|
+
Pr as ColumnIconFormatter,
|
|
394
396
|
Dr as ColumnIconGroupFormatter,
|
|
395
397
|
Ne as ColumnImageFormatter,
|
|
396
398
|
Me as ColumnImageGroupFormatter,
|
|
@@ -408,7 +410,7 @@ export {
|
|
|
408
410
|
Fe as ColumnTagsGroupFormatter,
|
|
409
411
|
te as ColumnUncertaintyFormatter,
|
|
410
412
|
pe as ColumnUncertaintyGroupFormatter,
|
|
411
|
-
|
|
413
|
+
ia as ConcatenatedFormatter,
|
|
412
414
|
ko as ContainerFlow,
|
|
413
415
|
Xo as DATAGRID_ROW_HEADER_HEIGHTS,
|
|
414
416
|
Zo as DATAGRID_ROW_HEIGHTS,
|
|
@@ -421,297 +423,299 @@ export {
|
|
|
421
423
|
et as DATE_TIME_RANGE_PICKER_OPEN_BUTTON_LABEL,
|
|
422
424
|
om as DEFAULT_CODE_EDITOR_AT_LANGUAGE_TEMPLATE,
|
|
423
425
|
vo as DICTIONARY,
|
|
424
|
-
|
|
426
|
+
va as DTNF_DICCTIONARY,
|
|
425
427
|
Vo as DataGrid,
|
|
426
|
-
|
|
427
|
-
|
|
428
|
+
$p as DateFormatter,
|
|
429
|
+
jp as DatePicker,
|
|
428
430
|
We as DateRangeCalendarPicker,
|
|
429
431
|
Xe as DateTimeRangePicker,
|
|
430
432
|
ze as DaysOfMonthPicker,
|
|
431
433
|
He as DaysOfWeekPicker,
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
434
|
+
zp as Dialog,
|
|
435
|
+
Ga as DistanceToNowFormatter,
|
|
436
|
+
Wp as Divider,
|
|
435
437
|
Ge as DragResizeWindowRND,
|
|
436
438
|
dt as DynamicFilter,
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
439
|
+
gt as DynamicForm,
|
|
440
|
+
bf as DynamicMFParmsContext,
|
|
441
|
+
Gf as DynamicMFParmsProvider,
|
|
440
442
|
bt as DynamicSort,
|
|
441
443
|
_t as EMPTY_DATA,
|
|
442
444
|
tt as EMPTY_DATE_TIME_RANGE_PICKER_VALUE,
|
|
443
445
|
Kt as FixedSizeList,
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
446
|
+
za as FormContainer,
|
|
447
|
+
Ii as FormProviderCustom,
|
|
448
|
+
Wa as GridLayout,
|
|
447
449
|
uo as HamburgerMenu,
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
450
|
+
mn as HelmetPage,
|
|
451
|
+
an as HelperError,
|
|
452
|
+
ws as HostRuntimeContext,
|
|
453
|
+
Ys as HostRuntimeProvider,
|
|
454
|
+
lp as ICON_CLASSES,
|
|
455
|
+
up as ICON_KEY_COMPONENT,
|
|
456
|
+
Cp as ICON_PREFIX,
|
|
457
|
+
hi as Icon,
|
|
456
458
|
Mm as IconButton,
|
|
457
459
|
f as IconButtonAnimate,
|
|
458
|
-
|
|
460
|
+
wi as Image,
|
|
459
461
|
wm as ImageButton,
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
462
|
+
Sa as ImageFormatter,
|
|
463
|
+
Wi as ImageSelector,
|
|
464
|
+
yx as ImageText,
|
|
463
465
|
K as LABEL_FILTER_BUTTON,
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
466
|
+
ji as Label,
|
|
467
|
+
qi as LanguagePopover,
|
|
468
|
+
Pm as LinearProgress,
|
|
469
|
+
Xi as LinearProgressIndeterminate,
|
|
468
470
|
Dm as LinkWithRoute,
|
|
469
|
-
|
|
471
|
+
$i as Loadable,
|
|
470
472
|
Am as LoadingButton,
|
|
471
|
-
|
|
473
|
+
rx as LoadingError,
|
|
472
474
|
d as LoadingScreen,
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
475
|
+
dx as MFAppStorybook,
|
|
476
|
+
Vf as MFHostRuntimeToolsContext,
|
|
477
|
+
wf as MFHostRuntimeToolsProvider,
|
|
478
|
+
fx as MFIsolationApp,
|
|
479
|
+
Fx as MFIsolationAppStorybook,
|
|
480
|
+
Dx as MFLoader,
|
|
481
|
+
Uf as MFObservabilityContext,
|
|
482
|
+
Wf as MFObservabilityProvider,
|
|
483
|
+
Jf as MFRealtimeProducerToolsContext,
|
|
484
|
+
qf as MFRealtimeProducerToolsProvider,
|
|
485
|
+
Yf as MemoizedMFHostRuntimeToolsProvider,
|
|
486
|
+
Kf as MemoizedMFObservabilityProvider,
|
|
487
|
+
Qf as MemoizedMFRealtimeProducerToolsProvider,
|
|
488
|
+
kf as MemonizedDynamicMFParmsProvider,
|
|
489
|
+
nx as MemonizedMenuActions,
|
|
490
|
+
Of as MemonizedWindowToolsMFContext,
|
|
491
|
+
ix as MenuActions,
|
|
492
|
+
Js as ModalContext,
|
|
493
|
+
ts as ModalDialog,
|
|
494
|
+
qs as ModalProvider,
|
|
493
495
|
l as MotionContainer,
|
|
494
496
|
C as MotionLazyContainer,
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
497
|
+
wp as NavLink,
|
|
498
|
+
Ia as NestedFormatter,
|
|
499
|
+
Hx as NoItemPrivileges,
|
|
500
|
+
Nx as NoItemSelected,
|
|
499
501
|
Ko as NumberEditor,
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
502
|
+
Fa as NumberFormatter,
|
|
503
|
+
ui as NumberInputStyled,
|
|
504
|
+
hx as ObjectLogs,
|
|
505
|
+
uu as ObjectQueue,
|
|
506
|
+
zx as PDFViewer,
|
|
507
|
+
_l as POPOVER_CONTAINER_ID,
|
|
508
|
+
Nl as POPOVER_OVERLAY_ROOT_ATTRIBUTE,
|
|
509
|
+
Ol as POPOVER_PAPER_ARIA_LABEL,
|
|
510
|
+
Ml as POPOVER_PAPER_SELECTOR,
|
|
511
|
+
ns as Pager,
|
|
512
|
+
wx as PaperForm,
|
|
513
|
+
sa as PeriodFormatter,
|
|
514
|
+
Ci as PeriodRootStyled,
|
|
515
|
+
pa as PointsFormatter,
|
|
514
516
|
zm as Popover,
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
517
|
+
jx as PopupsContext,
|
|
518
|
+
Jx as PopupsProvider,
|
|
519
|
+
Qx as PopupsViewer,
|
|
520
|
+
Ca as PriceFormatter,
|
|
521
|
+
Zx as PrintingSystem,
|
|
520
522
|
Ut as PropagateLoaderSpinner,
|
|
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
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
523
|
+
of as PropertyValue,
|
|
524
|
+
Bi as RHFActionsGroup,
|
|
525
|
+
xn as RHFAutocomplete,
|
|
526
|
+
un as RHFAutocompleteAsync,
|
|
527
|
+
wn as RHFCheckableList,
|
|
528
|
+
hn as RHFCheckbox,
|
|
529
|
+
Bn as RHFCodeEditor,
|
|
530
|
+
Hn as RHFColorPicker,
|
|
531
|
+
Dn as RHFDatePicker,
|
|
532
|
+
Fn as RHFDateTime,
|
|
533
|
+
Pn as RHFDateTimePicker,
|
|
534
|
+
zn as RHFDateTimeRangePicker,
|
|
535
|
+
qn as RHFDaysOfMonthPicker,
|
|
536
|
+
jn as RHFDaysOfWeekPicker,
|
|
537
|
+
yn as RHFHelperError,
|
|
538
|
+
Gn as RHFImageSelector,
|
|
539
|
+
An as RHFMultiCheckbox,
|
|
540
|
+
gi as RHFNumberInput,
|
|
541
|
+
ni as RHFPeriod,
|
|
542
|
+
ci as RHFPeriodRootStyled,
|
|
543
|
+
si as RHFPeriodSlots,
|
|
544
|
+
Nn as RHFRadioGroup,
|
|
545
|
+
ri as RHFResourceDictionary,
|
|
546
|
+
En as RHFSelect,
|
|
547
|
+
Gi as RHFSwitch,
|
|
548
|
+
Xn as RHFTextField,
|
|
549
|
+
$n as RHFTextFieldPassword,
|
|
550
|
+
Wn as RHFTimePicker,
|
|
551
|
+
Ti as RHFUploadImage,
|
|
552
|
+
Mn as RHFUploadSingleFile,
|
|
553
|
+
xi as RHF_PERIOD_KEY_COMPONENT,
|
|
554
|
+
yi as RHFormProvider,
|
|
553
555
|
Gm as Radio,
|
|
554
556
|
Qt as ReactJsonViewer,
|
|
555
557
|
kt as Resizable,
|
|
556
558
|
Vt as ResizableBox,
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
559
|
+
ja as Responsive,
|
|
560
|
+
Fl as SKELETON_SVG_ICON,
|
|
561
|
+
ef as ScrollBar,
|
|
562
|
+
go as SectionCommercial,
|
|
561
563
|
Wm as Select,
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
564
|
+
di as SelectStyled,
|
|
565
|
+
ps as SettingsLayout,
|
|
566
|
+
Gs as ShellObservabilityContext,
|
|
567
|
+
ks as ShellObservabilityProvider,
|
|
568
|
+
mf as SideBar,
|
|
567
569
|
jm as Skeleton,
|
|
568
570
|
Lt as SortCompareValues,
|
|
569
571
|
Yt as SplitLayout,
|
|
570
572
|
qm as Stack,
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
573
|
+
cs as Step,
|
|
574
|
+
ss as Stepper,
|
|
575
|
+
ys as StepperCancelButton,
|
|
576
|
+
us as StepperContent,
|
|
577
|
+
Fs as StepperFooter,
|
|
578
|
+
Ps as StepperFooterLeftActions,
|
|
579
|
+
Ds as StepperFooterRightActions,
|
|
580
|
+
As as StepperNextButton,
|
|
581
|
+
Es as StepperPrevButton,
|
|
582
|
+
Ns as StepperSubmitButton,
|
|
581
583
|
hm as Switch,
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
584
|
+
Sp as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
585
|
+
vp as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
586
|
+
Bp as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
587
|
+
cp as TYPOGRAPHY_CLASSES,
|
|
588
|
+
dp as TYPOGRAPHY_CLASS_NAME_SPECIFY,
|
|
589
|
+
Fp as TYPOGRAPHY_FONTS,
|
|
590
|
+
gp as TYPOGRAPHY_KEY_COMPONENT,
|
|
589
591
|
Xm as Tab,
|
|
590
592
|
rp as TabContent,
|
|
591
593
|
tp as TabContext,
|
|
592
594
|
mp as TabProvider,
|
|
593
595
|
$m as Tabs,
|
|
594
|
-
|
|
595
|
-
|
|
596
|
+
sf as TabsNavigator,
|
|
597
|
+
Ta as TagsFormatter,
|
|
596
598
|
jo as TextEditor,
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
599
|
+
ap as TextField,
|
|
600
|
+
cf as TimePicker,
|
|
601
|
+
af as ToastContainer,
|
|
602
|
+
xf as ToastMessage,
|
|
603
|
+
Rp as ToggleButton,
|
|
604
|
+
_p as ToggleButtonRootStyled,
|
|
605
|
+
Ip as ToggleButtonSlots,
|
|
606
|
+
Lp as ToggleIconButton,
|
|
607
|
+
hp as ToggleIconButtonRootStyled,
|
|
608
|
+
Gp as ToggleIconButtonSlots,
|
|
606
609
|
Nm as Tooltip,
|
|
607
610
|
co as TopBar,
|
|
608
611
|
Yo as TreeDataGrid,
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
612
|
+
fp as Typography,
|
|
613
|
+
ea as UncertaintyFormatter,
|
|
614
|
+
Ri as VALIDATION_OBJECT_BRAND,
|
|
615
|
+
Ai as VALIDATION_PARTIAL_OBJECT_BRAND,
|
|
616
|
+
Si as VALIDATION_SCHEMA_BRAND,
|
|
614
617
|
Jt as VariableSizeList,
|
|
615
618
|
we as WINDOW_SIZES,
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
619
|
+
Ff as WindowBase,
|
|
620
|
+
Zf as WindowConfirm,
|
|
621
|
+
Mf as WindowToolsMFContext,
|
|
622
|
+
Lf as WindowToolsMFProvider,
|
|
623
|
+
qa as addLayoutItemToBreakPointIfNoExists,
|
|
624
|
+
Qa as addLayoutItemToBreakPoints,
|
|
625
|
+
Ql as capitalizeFirstLetter,
|
|
626
|
+
Xa as cloneLayouts,
|
|
624
627
|
rm as createCodeEditorLezerSyntaxValidator,
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
628
|
+
Px as createComponentsMFIsolationAppStorybookProps,
|
|
629
|
+
Su as createCustomDeepShallow,
|
|
630
|
+
vf as createDynamicMFStore,
|
|
631
|
+
Oi as createEmptyValidationSchema,
|
|
629
632
|
e as createToaster,
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
633
|
+
Mi as createValidationFullObject,
|
|
634
|
+
Li as createValidationPartialObject,
|
|
635
|
+
Hi as createValidationSchema,
|
|
636
|
+
Eu as deepShallow,
|
|
634
637
|
Bo as defaultCommonActionsDictionary,
|
|
635
638
|
Je as defaultDateRangeCalendarPickerDictionary,
|
|
636
639
|
at as defaultDateTimeRangePickerDictionary,
|
|
637
640
|
he as dragResizeWindowRNDClasses,
|
|
638
641
|
em as ensureCodeEditorRuntimeDependencies,
|
|
639
|
-
|
|
640
|
-
|
|
642
|
+
Ms as evaluateVisibilityStepCondition,
|
|
643
|
+
gu as formatDistanceToNow,
|
|
641
644
|
a as getAccountPopoverDictionary,
|
|
642
645
|
L as getAppBarDictionary,
|
|
643
646
|
j as getAreasComponentsDictionary,
|
|
644
647
|
J as getAreasDictionary,
|
|
645
|
-
|
|
648
|
+
Oa as getBooleanFormatterComponentsDictionary,
|
|
646
649
|
eo as getCheckableListComponentsDictionary,
|
|
647
650
|
bo as getCommonActionsDictionary,
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
+
cu as getComponentClasses,
|
|
652
|
+
du as getComponentSlotRoot,
|
|
653
|
+
ou as getComponentUtilityClass,
|
|
651
654
|
Uo as getDataGridComponentsDictionary,
|
|
652
655
|
qo as getDataGridRowsFromSet,
|
|
653
656
|
qe as getDateRangeCalendarPickerComponentsDictionary,
|
|
654
657
|
nt as getDateTimeRangePickerComponentsDictionary,
|
|
655
658
|
Be as getDaysOfWeekPickerDictionary,
|
|
656
|
-
|
|
659
|
+
Ba as getDistanceToNowFormatterComponentsDictionary,
|
|
657
660
|
xt as getDynamicFilterComponentsDictionary,
|
|
658
661
|
Tt as getDynamicFormComponentsDictionary,
|
|
659
662
|
Ot as getDynamicSortComponentsDictionary,
|
|
660
663
|
st as getFilterGroupFieldsByName,
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
664
|
+
Xs as getFormComponentsDictionary,
|
|
665
|
+
xa as getFormatConcatenated,
|
|
666
|
+
oa as getFormatDate,
|
|
667
|
+
ga as getFormatNumber,
|
|
668
|
+
aa as getFormatPoints,
|
|
669
|
+
ca as getFormatPrice,
|
|
670
|
+
wa as getFormattersComponentsDictionary,
|
|
671
|
+
iu as getHeightSizeStyles,
|
|
672
|
+
au as getIconColor,
|
|
673
|
+
zi as getImageSelectorComponentsDictionary,
|
|
674
|
+
su as getInputAlignmentIconButtonOverrides,
|
|
672
675
|
lt as getIsIfInDynamicFilter,
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
676
|
+
ip as getLimitCharacters,
|
|
677
|
+
tx as getLoadingErrorComponentsDictionary,
|
|
678
|
+
Ax as getMFLoaderComponentsDictionary,
|
|
679
|
+
px as getMenuActionsComponentsDictionary,
|
|
680
|
+
os as getModalDialogComponentsDictionary,
|
|
681
|
+
rs as getModalDictionary,
|
|
682
|
+
Bx as getNoItemPrivilegesComponentsDictionary,
|
|
683
|
+
Mx as getNoItemSelectedComponentsDictionary,
|
|
684
|
+
Ru as getNullGuard,
|
|
685
|
+
Gx as getObjectLogsComponentsDictionary,
|
|
682
686
|
Em as getPagerComponentsDictionary,
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
+
eu as getPaletteColor,
|
|
688
|
+
ti as getPeriodComponetsDictionary,
|
|
689
|
+
cn as getRHFAutocompleteAsyncComponentsDictionary,
|
|
690
|
+
sn as getRHFAutocompleteComponentsDictionary,
|
|
687
691
|
Ct as getRawFiltersForNetwork,
|
|
688
692
|
vt as getRawSortsForNetwork,
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
693
|
+
xu as getSizeStyles,
|
|
694
|
+
Bs as getStepperComponentsDictionary,
|
|
695
|
+
Hs as getStepsAndValidationSchema,
|
|
696
|
+
uf as getTabsNavigatorComponentsDictionary,
|
|
697
|
+
mu as getTypographyStyles,
|
|
698
|
+
ta as getUncertaintyFormat,
|
|
699
|
+
Tu as getValidDate,
|
|
700
|
+
pl as getformAddEditDictionary,
|
|
701
|
+
$a as isEqualLayout,
|
|
702
|
+
on as isEqualLayouts,
|
|
703
|
+
Zl as isValidDate,
|
|
704
|
+
Ex as projectMFHostRuntimeTools,
|
|
701
705
|
tm as registerCodeEditorLanguage,
|
|
702
706
|
mm as registerCodeEditorLanguageTemplate,
|
|
703
707
|
pm as registerCodeEditorSyntaxValidator,
|
|
704
|
-
|
|
705
|
-
|
|
708
|
+
lx as registerMFIsolationRuntimeErrorHandler,
|
|
709
|
+
ux as reportMFIsolationRuntimeError,
|
|
706
710
|
am as resolveCodeEditorLanguage,
|
|
707
711
|
nm as resolveCodeEditorLanguageTemplate,
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
712
|
+
El as resolvePopoverContainer,
|
|
713
|
+
Hl as resolvePopoverPaperProps,
|
|
714
|
+
pi as rhfPeriodStyles,
|
|
715
|
+
Tp as toggleButtonStyles,
|
|
716
|
+
Op as toggleIconButtonStyles,
|
|
717
|
+
Cx as unregisterMFIsolationRuntimeErrorHandler,
|
|
718
|
+
Ks as useAppearanceComponentStore,
|
|
715
719
|
w as useAreasHasExpandedModule,
|
|
716
720
|
Y as useAreasStore,
|
|
717
721
|
pr as useColumnBoolean,
|
|
@@ -727,50 +731,50 @@ export {
|
|
|
727
731
|
Wr as useColumnPoints,
|
|
728
732
|
Xr as useColumnPrice,
|
|
729
733
|
re as useColumnSetCheck,
|
|
730
|
-
|
|
734
|
+
Pe as useColumnTags,
|
|
731
735
|
ne as useColumnUncertanity,
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
736
|
+
sl as useComponentSize,
|
|
737
|
+
_i as useCustomForm,
|
|
738
|
+
Al as useDataGridPersistence,
|
|
739
|
+
ha as useDistanceToNowFormatter,
|
|
740
|
+
Dl as useDynamicFilterAndSort,
|
|
737
741
|
Rt as useDynamicForm,
|
|
738
742
|
It as useDynamicFormCoupled,
|
|
739
743
|
St as useDynamicFormData,
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
744
|
+
Df as useDynamicMFParameters,
|
|
745
|
+
Rf as useDynamicMFParametersStore,
|
|
746
|
+
Yl as useExportColumns,
|
|
747
|
+
$s as useFormAddEdit,
|
|
748
|
+
nl as useFormFocus,
|
|
749
|
+
ul as useFormReadyForUpdate,
|
|
750
|
+
la as useFormatPeriod,
|
|
751
|
+
zs as useHostRuntime,
|
|
752
|
+
xl as useInterval,
|
|
753
|
+
bl as useIsVisible,
|
|
754
|
+
Sf as useMFHostRuntimeTools,
|
|
755
|
+
If as useMFObservability,
|
|
756
|
+
_f as useMFRealtimeProducerTools,
|
|
757
|
+
rl as useModal,
|
|
758
|
+
Il as usePopoverContainer,
|
|
759
|
+
vl as usePopoverPaperProps,
|
|
760
|
+
Wx as usePopupsStore,
|
|
761
|
+
hs as useShellObservability,
|
|
762
|
+
kl as useSizeContainer,
|
|
763
|
+
cl as useStateRef,
|
|
764
|
+
xs as useStepper,
|
|
765
|
+
Pl as useSvgColor,
|
|
766
|
+
tl as useTab,
|
|
767
|
+
Ul as useVisibleColumnNames,
|
|
768
|
+
Vl as useWatchTyped,
|
|
765
769
|
Lo as useWindowCloseGuard,
|
|
766
|
-
|
|
770
|
+
Pf as useWindowToolsMF,
|
|
767
771
|
R as varBounce,
|
|
768
772
|
S as varContainer,
|
|
769
773
|
T as varFade,
|
|
770
774
|
I as varTranEnter,
|
|
771
775
|
y as varTranExit,
|
|
772
776
|
_ as varTranHover,
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
777
|
+
Jl as withRHFController,
|
|
778
|
+
en as withSizeProvider,
|
|
779
|
+
Kl as withToggle
|
|
776
780
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.48.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -52,24 +52,24 @@
|
|
|
52
52
|
"@hookform/resolvers": "2.9.11",
|
|
53
53
|
"nprogress": "0.2.0",
|
|
54
54
|
"react-transition-group": "4.4.5",
|
|
55
|
-
"react-color": "2.19.3",
|
|
56
|
-
"@mui/x-date-pickers": "6.20.2",
|
|
57
55
|
"react-dropzone": "14.4.1",
|
|
58
|
-
"
|
|
56
|
+
"@mui/x-date-pickers": "6.20.2",
|
|
59
57
|
"react-rnd": "10.5.2",
|
|
58
|
+
"react-color": "2.19.3",
|
|
60
59
|
"react-draggable": "4.5.0",
|
|
60
|
+
"react-spinners": "0.13.8",
|
|
61
61
|
"chart.js": "4.5.1",
|
|
62
62
|
"chartjs-chart-error-bars": "4.4.5",
|
|
63
63
|
"qrcode.react": "3.2.0",
|
|
64
|
+
"simplebar-react": "3.2.6",
|
|
64
65
|
"react-simple-code-editor": "0.14.1",
|
|
65
66
|
"react-resizable-panels": "2.1.9",
|
|
66
|
-
"simplebar-react": "3.2.6",
|
|
67
67
|
"react-data-grid": "7.0.0-beta.47",
|
|
68
68
|
"react-dnd": "16.0.1",
|
|
69
69
|
"react-dnd-html5-backend": "16.0.1",
|
|
70
70
|
"date-fns": "2.30.0",
|
|
71
|
-
"react-window": "1.8.11",
|
|
72
71
|
"react-resizable": "3.1.3",
|
|
72
|
+
"react-window": "1.8.11",
|
|
73
73
|
"@tanstack/react-virtual": "3.13.23"
|
|
74
74
|
}
|
|
75
75
|
}
|