@m4l/components 9.4.30 → 9.4.31
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/augmentations.d.ts +1 -31
- package/@types/augmentations.d.ts.map +1 -1
- package/components/DynamicFilter/store/DynamicFilterContext.js +66 -281
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectAsyncFilter/index.js +3 -2
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index.js +3 -2
- package/components/DynamicSort/dictionary.js +7 -6
- package/components/DynamicSort/store/DynamicSortContext.js +47 -263
- package/components/MFIsolationApp/MFIsolationApp.d.ts.map +1 -1
- package/components/MFIsolationApp/MFIsolationApp.js +18 -17
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.js +10 -9
- package/components/MFIsolationAppStorybook/index.d.ts +3 -0
- package/components/MFIsolationAppStorybook/index.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.d.ts +6 -0
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.d.ts.map +1 -0
- package/components/MFIsolationAppStorybook/subcomponents/{MFAuthAppStorybook/MFAuthAppStorybook.js → MFAppStorybook/MFAppStorybook.js} +1 -1
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/index.d.ts +2 -0
- package/components/MFIsolationAppStorybook/subcomponents/{MFAuthAppStorybook → MFAppStorybook}/index.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/types.d.ts.map +1 -0
- package/components/NoItemPrivileges/NoItemPrivileges.js +12 -228
- package/components/ObjectLogs/hooks/useObjectLogsColumns.js +19 -156
- package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +8 -145
- package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.js +8 -145
- package/components/Stepper/subcomponents/StepArea/subcomponents/Inidicator/index.js +12 -192
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/AreaChip.js +1 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.js +1 -0
- package/components/areas/components/AreasViewer/AreasViewer.js +8 -187
- package/components/datagrids/formatters/ColumnBooleanFormatter/ColumnBooleanGroupFormatter.js +2 -166
- package/components/datagrids/formatters/ColumnBooleanFormatter/formatter.js +2 -166
- package/components/datagrids/formatters/ColumnColorFormatter/ColumnColorGroupFormatter.js +2 -167
- package/components/datagrids/formatters/ColumnColorFormatter/formatter.js +2 -167
- package/components/datagrids/formatters/ColumnConcatenatedValuesFormatter/ColumnConcatenatedValuesGroupFormatter.js +2 -166
- package/components/datagrids/formatters/ColumnConcatenatedValuesFormatter/formatter.js +2 -166
- package/components/datagrids/formatters/ColumnDateFormatter/ColumnDateGroupFormatter.js +2 -166
- package/components/datagrids/formatters/ColumnDateFormatter/formatter.js +2 -166
- package/components/datagrids/formatters/ColumnImageFormatter/ColumnImageGroupFormatter.js +2 -166
- package/components/datagrids/formatters/ColumnImageFormatter/ImageFormatterCell.js +7 -170
- package/components/datagrids/formatters/ColumnUncertaintyFormatter/ColumnUncertaintyGroupFormatter.js +2 -166
- package/components/datagrids/formatters/ColumnUncertaintyFormatter/formatter.js +2 -166
- package/components/datagrids/views/CardsView/hooks/useCardContent/useCardContent.js +36 -216
- package/components/datagrids/views/CardsView/subcomponents/CardDetails/CardDetails.js +36 -216
- package/components/datagrids/views/CardsView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +122 -278
- package/components/datagrids/views/TableView/subcomponents/Settings/subcomponents/ColumnsConfig/ColumnsConfig.js +127 -284
- package/components/extended/index.d.ts +1 -0
- package/components/extended/index.d.ts.map +1 -1
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.d.ts +38 -0
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.js +67 -0
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.styles.d.ts +7 -0
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.styles.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/DateRangePicker.styles.js +83 -0
- package/components/extended/rsuite/DateRangePicker/constants.d.ts +13 -0
- package/components/extended/rsuite/DateRangePicker/constants.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/constants.js +10 -0
- package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/types.d.ts +12 -0
- package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/types.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/useDateRangePicker.d.ts +10 -0
- package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/useDateRangePicker.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/hooks/useDateRangePicker/useDateRangePicker.js +24 -0
- package/components/extended/rsuite/DateRangePicker/index.d.ts +3 -0
- package/components/extended/rsuite/DateRangePicker/index.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerEnum.d.ts +5 -0
- package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerEnum.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerEnum.js +4 -0
- package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerSlots.d.ts +15 -0
- package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerSlots.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/slots/DateRangePickerSlots.js +18 -0
- package/components/extended/rsuite/DateRangePicker/slots/index.d.ts +4 -0
- package/components/extended/rsuite/DateRangePicker/slots/index.d.ts.map +1 -0
- package/components/extended/rsuite/DateRangePicker/types.d.ts +83 -0
- package/components/extended/rsuite/DateRangePicker/types.d.ts.map +1 -0
- package/components/extended/rsuite/index.d.ts +2 -0
- package/components/extended/rsuite/index.d.ts.map +1 -0
- package/components/formatters/TagsFormatter/TagsFormatter.js +2 -182
- package/components/hook-form/RHFDateRangePicker/RHFDateRangePicker.d.ts +29 -0
- package/components/hook-form/RHFDateRangePicker/RHFDateRangePicker.d.ts.map +1 -0
- package/components/hook-form/RHFDateRangePicker/RHFDateRangePicker.js +6 -0
- package/components/hook-form/RHFDateRangePicker/index.d.ts +3 -0
- package/components/hook-form/RHFDateRangePicker/index.d.ts.map +1 -0
- package/components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js +3 -2
- package/components/hook-form/index.d.ts +1 -0
- package/components/hook-form/index.d.ts.map +1 -1
- package/hooks/useDataGridPersistence/useDataGridPersistence.d.ts +2 -1
- package/hooks/useDataGridPersistence/useDataGridPersistence.d.ts.map +1 -1
- package/hooks/useDataGridPersistence/useDataGridPersistence.js +33 -254
- package/index.js +333 -327
- package/package.json +13 -12
- package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/MFAuthAppStorybook.d.ts +0 -6
- package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/MFAuthAppStorybook.d.ts.map +0 -1
- package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/index.d.ts +0 -2
- package/components/MFIsolationAppStorybook/subcomponents/MFAuthAppStorybook/types.d.ts.map +0 -1
- package/mockServiceWorker.js +0 -349
- /package/components/MFIsolationAppStorybook/subcomponents/{MFAuthAppStorybook → MFAppStorybook}/types.d.ts +0 -0
package/index.js
CHANGED
|
@@ -143,158 +143,161 @@ import { NavLink as Hm } from "./components/extended/mui/NavLink/NavLink.js";
|
|
|
143
143
|
import { Dialog as _m } from "./components/extended/mui/Dialog/Dialog.js";
|
|
144
144
|
import { Divider as Gm } from "./components/extended/mui/Divider/Divider.js";
|
|
145
145
|
import { DatePicker as km } from "./components/extended/mui/DatePicker/DatePicker.js";
|
|
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 {
|
|
146
|
+
import { DateRangePicker as Vm } from "./components/extended/rsuite/DateRangePicker/DateRangePicker.js";
|
|
147
|
+
import { BooleanFormatter as Wm } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
148
|
+
import { ChipStatusFormatter as Um } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
149
|
+
import { DateFormatter as jm, getFormatDate as Km } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
150
|
+
import { UncertaintyFormatter as qm, getUncertaintyFormat as Qm } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
151
|
+
import { PointsFormatter as Xm, getFormatPoints as $m } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
152
|
+
import { ConcatenatedFormatter as rp, getFormatConcatenated as ep } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
153
|
+
import { PeriodFormatter as mp, useFormatPeriod as pp } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
154
|
+
import { PriceFormatter as np, getFormatPrice as xp } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
155
|
+
import { DistanceToNowFormatter as ip } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
156
|
+
import { useDistanceToNowFormatter as lp } from "./components/formatters/DistanceToNowFormatter/hooks/useDistanceToNowFormatter.js";
|
|
157
|
+
import { getDistanceToNowFormatterComponentsDictionary as cp } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
158
|
+
import { TagsFormatter as Fp } from "./components/formatters/TagsFormatter/TagsFormatter.js";
|
|
159
|
+
import { ColorFormatter as gp } from "./components/formatters/ColorFormatter/ColorFormatter.js";
|
|
160
|
+
import { ImageFormatter as Sp } from "./components/formatters/ImageFormatter/ImageFormatter.js";
|
|
161
|
+
import { getFormattersComponentsDictionary as Pp } from "./components/formatters/dictionary.js";
|
|
162
|
+
import { FormContainer as Ap } from "./components/FormContainer/FormContainer.js";
|
|
163
|
+
import { GridLayout as Rp } from "./components/GridLayout/GridLayout.js";
|
|
164
|
+
import { Responsive as Bp } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
165
|
+
import { addLayoutItemToBreakPointIfNoExists as Ep, addLayoutItemToBreakPoints as Op, cloneLayouts as Hp } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
166
|
+
import { isEqualLayout as _p, isEqualLayouts as vp } from "./components/GridLayout/utils.js";
|
|
167
|
+
import { withSizeProvider as bp } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
168
|
+
import { HelmetPage as hp } from "./components/HelmetPage/index.js";
|
|
169
|
+
import { HelperError as wp } from "./components/HelperError/HelperError.js";
|
|
170
|
+
import { RHFAutocomplete as zp } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
171
|
+
import { RHFColorPicker as Yp } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
|
|
172
|
+
import { getRHFAutocompleteComponentsDictionary as Kp } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
173
|
+
import { RHFAutocompleteAsync as qp } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
174
|
+
import { getRHFAutocompleteAsyncComponentsDictionary as Zp } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
175
|
+
import { RHFCheckbox as $p } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
176
|
+
import { RHFCheckableList as ra } from "./components/hook-form/RHFCheckableList/RHFCheckableList.js";
|
|
177
|
+
import { RHFDateTime as ta } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
178
|
+
import { RHFDateTimePicker as pa } from "./components/hook-form/RHFDateTimePicker/RHFDateTimePicker.js";
|
|
179
|
+
import { RHFDatePicker as na } from "./components/hook-form/RHFDatePicker/RHFDatePicker.js";
|
|
180
|
+
import { RHFDaysOfWeekPicker as fa } from "./components/hook-form/RHFDaysOfWeekPicker/RHFDaysOfWeekPicker.js";
|
|
181
|
+
import { RHFDaysOfMonthPicker as sa } from "./components/hook-form/RHFDaysOfMonthPicker/RHFDaysOfMonthPicker.js";
|
|
182
|
+
import { RHFMultiCheckbox as ua } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
183
|
+
import { RHFSelect as Ca } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
184
|
+
import { RHFHelperError as da } from "./components/hook-form/RHFHelperError/index.js";
|
|
185
|
+
import { RHFTextField as Da } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
186
|
+
import { RHFTextFieldPassword as ya } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
187
|
+
import { rhfPeriodStyles as Ta } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
188
|
+
import { RHFPeriod as Ia } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
189
|
+
import { RHF_PERIOD_KEY_COMPONENT as Na } from "./components/hook-form/RHFPeriod/constants.js";
|
|
190
|
+
import { RHFPeriodSlots as La } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
191
|
+
import { NumberInputStyled as Oa, PeriodRootStyled as Ha, RHFPeriodRootStyled as Ma, SelectStyled as _a } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
192
|
+
import { getPeriodComponetsDictionary as Ga } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
193
|
+
import { RHFRadioGroup as ka } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
|
|
194
|
+
import { RHFNumberInput as Va } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
195
|
+
import { RHFUploadSingleFile as Wa } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
|
|
196
|
+
import { RHFUploadImage as Ua } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
197
|
+
import { FormProviderCustom as ja, RHFormProvider as Ka, useCustomForm as Ja } from "./components/hook-form/RHFormProvider/RHFormProvider.js";
|
|
198
|
+
import { VALIDATION_OBJECT_BRAND as Qa, VALIDATION_PARTIAL_OBJECT_BRAND as Za, VALIDATION_SCHEMA_BRAND as Xa } from "./components/hook-form/RHFormProvider/types.js";
|
|
199
|
+
import { createEmptyValidationSchema as on, createValidationFullObject as rn, createValidationPartialObject as en, createValidationSchema as tn } from "./components/hook-form/RHFormProvider/schema.js";
|
|
200
|
+
import { RHFActionsGroup as pn } from "./components/hook-form/RHFActionsGroup/RHFActionsGroup.js";
|
|
201
|
+
import { RHFDateRangePicker as nn } from "./components/hook-form/RHFDateRangePicker/RHFDateRangePicker.js";
|
|
202
|
+
import { Icon as fn } from "./components/Icon/Icon.js";
|
|
203
|
+
import { Image as ln } from "./components/Image/Image.js";
|
|
204
|
+
import { Label as cn } from "./components/Label/Label.js";
|
|
205
|
+
import { LanguagePopover as Fn } from "./components/LanguagePopover/LanguagePopover.js";
|
|
206
|
+
import { LinearProgressIndeterminate as gn } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
207
|
+
import { Loadable as Sn } from "./components/Loadable/index.js";
|
|
208
|
+
import { LoadingError as Pn } from "./components/LoadingError/LoadingError.js";
|
|
209
|
+
import { getLoadingErrorComponentsDictionary as An } from "./components/LoadingError/dictionary.js";
|
|
210
|
+
import { MemonizedMenuActions as Rn, MenuActions as Nn } from "./components/MenuActions/MenuActions.js";
|
|
211
|
+
import { getMenuActionsComponentsDictionary as Ln } from "./components/MenuActions/dictionary.js";
|
|
212
|
+
import { MFIsolationApp as On } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
213
|
+
import { MFIsolationAppStorybook as Mn } from "./components/MFIsolationAppStorybook/MFIsolationAppStorybook.js";
|
|
214
|
+
import { MFAppStorybook as vn } from "./components/MFIsolationAppStorybook/subcomponents/MFAppStorybook/MFAppStorybook.js";
|
|
215
|
+
import { MFLoader as bn } from "./components/MFLoader/MFLoader.js";
|
|
216
|
+
import { getMFLoaderComponentsDictionary as hn } from "./components/MFLoader/dictionary.js";
|
|
217
|
+
import { ImageText as wn } from "./components/ImageText/ImageText.js";
|
|
218
|
+
import { NoItemSelected as zn } from "./components/NoItemSelected/NoItemSelected.js";
|
|
219
|
+
import { getNoItemSelectedComponentsDictionary as Yn } from "./components/NoItemSelected/dictionary.js";
|
|
220
|
+
import { NoItemPrivileges as Kn } from "./components/NoItemPrivileges/NoItemPrivileges.js";
|
|
221
|
+
import { getNoItemPrivilegesComponentsDictionary as qn } from "./components/NoItemPrivileges/dictionary.js";
|
|
222
|
+
import { ObjectLogs as Zn } from "./components/ObjectLogs/ObjectLogs.js";
|
|
223
|
+
import { getObjectLogsComponentsDictionary as $n } from "./components/ObjectLogs/dictionary.js";
|
|
224
|
+
import { PaperForm as rx } from "./components/PaperForm/PaperForm.js";
|
|
225
|
+
import { PDFViewer as tx } from "./components/PDFViewer/PDFViewer.js";
|
|
226
|
+
import { PopupsContext as px, PopupsProvider as ax } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
227
|
+
import { usePopupsStore as xx } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
228
|
+
import { PopupsViewer as ix } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
229
|
+
import { PrintingSystem as lx } from "./components/PrintingSystem/PrintingSystem.js";
|
|
230
|
+
import { PropertyValue as cx } from "./components/PropertyValue/PropertyValue.js";
|
|
231
|
+
import { ScrollBar as Fx } from "./components/ScrollBar/ScrollBar.js";
|
|
232
|
+
import { SideBar as gx } from "./components/SideBar/SideBar.js";
|
|
233
|
+
import { ToastContainer as Sx } from "./components/ToastContainer/ToastContainer.js";
|
|
234
|
+
import { default as Px } from "./components/ToastContainer/helpers/toaster.js";
|
|
235
|
+
import { ToastMessage as Ax } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
236
|
+
import { TabsNavigator as Rx } from "./components/TabsNavigator/TabsNavigator.js";
|
|
237
|
+
import { getTabsNavigatorComponentsDictionary as Bx } from "./components/TabsNavigator/dictionary.js";
|
|
238
|
+
import { WindowBase as Ex } from "./components/WindowBase/WindowBase.js";
|
|
239
|
+
import { useWindowToolsMF as Hx } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
240
|
+
import { useDynamicMFParameters as _x, useDynamicMFParametersStore as vx } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
241
|
+
import { MemonizedWindowToolsMFContext as bx, WindowToolsMFContext as kx, WindowToolsMFProvider as hx } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
242
|
+
import { DynamicMFParmsContext as wx, DynamicMFParmsProvider as Wx, MemonizedDynamicMFParmsProvider as zx } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
243
|
+
import { createDynamicMFStore as Yx } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
244
|
+
import { WindowConfirm as Kx } from "./components/WindowConfirm/WindowConfirm.js";
|
|
245
|
+
import { ModalDialog as qx } from "./components/ModalDialog/ModalDialog.js";
|
|
246
|
+
import { getModalDialogComponentsDictionary as Zx, getModalDictionary as Xx } from "./components/ModalDialog/dictionary.js";
|
|
247
|
+
import { SettingsLayout as of } from "./components/SettingsLayout/SettingsLayout.js";
|
|
248
|
+
import { Pager as ef } from "./components/Pager/Pager.js";
|
|
249
|
+
import { useStepper as mf } from "./components/Stepper/hooks/useStepper/index.js";
|
|
250
|
+
import { Stepper as af } from "./components/Stepper/Stepper.js";
|
|
251
|
+
import { StepperContent as xf } from "./components/Stepper/subcomponents/StepperContent/index.js";
|
|
252
|
+
import { Step as sf } from "./components/Stepper/subcomponents/StepperContent/subcomponents/Step/index.js";
|
|
253
|
+
import { StepperFooter as uf } from "./components/Stepper/subcomponents/StepperFooter/index.js";
|
|
254
|
+
import { StepperFooterLeftActions as Cf } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterLeftActions/index.js";
|
|
255
|
+
import { StepperFooterRightActions as df } from "./components/Stepper/subcomponents/StepperFooter/subcomponents/StepperFooterRightActions/index.js";
|
|
256
|
+
import { StepperNextButton as Df } from "./components/Stepper/subcomponents/StepperButtons/StepperNextButton/index.js";
|
|
257
|
+
import { StepperPrevButton as yf } from "./components/Stepper/subcomponents/StepperButtons/StepperPrevButton/index.js";
|
|
258
|
+
import { StepperCancelButton as Tf } from "./components/Stepper/subcomponents/StepperButtons/StepperCancelButton/index.js";
|
|
259
|
+
import { StepperSubmitButton as If } from "./components/Stepper/subcomponents/StepperButtons/StepperSubmitButton/index.js";
|
|
260
|
+
import { evaluateVisibilityStepCondition as Nf } from "./components/Stepper/helpers/evaluateVisibilityStepCondition/index.js";
|
|
261
|
+
import { getStepsAndValidationSchema as Lf } from "./components/Stepper/helpers/getStepsAndValidationSchema/getStepsAndValidationSchema.js";
|
|
262
|
+
import { getStepperComponentsDictionary as Of } from "./components/Stepper/dictionary.js";
|
|
263
|
+
import { ModalContext as Mf, ModalProvider as _f } from "./contexts/ModalContext/index.js";
|
|
264
|
+
import { AppearanceComponentProvider as Gf } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
265
|
+
import { useAppearanceComponentStore as kf } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
263
266
|
import "zustand";
|
|
264
267
|
import "zustand/middleware";
|
|
265
268
|
import "zustand/middleware/immer";
|
|
266
269
|
import "@m4l/styles";
|
|
267
|
-
import { getFormComponentsDictionary as
|
|
268
|
-
import { useFormAddEdit as
|
|
269
|
-
import { useModal as
|
|
270
|
-
import { useTab as
|
|
271
|
-
import { getformAddEditDictionary as
|
|
272
|
-
import { useFormFocus as
|
|
273
|
-
import { useInterval as
|
|
274
|
-
import { useComponentSize as
|
|
275
|
-
import { useSvgColor as
|
|
276
|
-
import { SKELETON_SVG_ICON as
|
|
277
|
-
import { useFormReadyForUpdate as
|
|
278
|
-
import { useStateRef as
|
|
279
|
-
import { useDynamicFilterAndSort as
|
|
280
|
-
import { useDataGridPersistence as
|
|
281
|
-
import { usePopoverContainer as
|
|
282
|
-
import { POPOVER_CONTAINER_ID as
|
|
283
|
-
import { useIsVisible as
|
|
284
|
-
import { useSizeContainer as
|
|
285
|
-
import { useWatchTyped as
|
|
286
|
-
import { capitalizeFirstLetter as
|
|
287
|
-
import { isValidDate as
|
|
288
|
-
import { getComponentUtilityClass as
|
|
289
|
-
import { getPaletteColor as
|
|
290
|
-
import { ObjectQueue as
|
|
291
|
-
import { getComponentClasses as
|
|
292
|
-
import { getIconColor as
|
|
293
|
-
import { getHeightSizeStyles as
|
|
294
|
-
import { formatDistanceToNow as
|
|
295
|
-
import { getValidDate as
|
|
296
|
-
import { getNullGuard as
|
|
297
|
-
import { createCustomDeepShallow as
|
|
270
|
+
import { getFormComponentsDictionary as Vf } from "./components/hook-form/RHFormProvider/dictionary.js";
|
|
271
|
+
import { useFormAddEdit as Wf } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
272
|
+
import { useModal as Uf } from "./hooks/useModal/index.js";
|
|
273
|
+
import { useTab as jf } from "./hooks/useTab/index.js";
|
|
274
|
+
import { getformAddEditDictionary as Jf } from "./hooks/useFormAddEdit/dictionary.js";
|
|
275
|
+
import { useFormFocus as Qf } from "./hooks/useFormFocus/index.js";
|
|
276
|
+
import { useInterval as Xf } from "./hooks/useInterval/index.js";
|
|
277
|
+
import { useComponentSize as oi } from "./hooks/useComponentSize/useComponentSize.js";
|
|
278
|
+
import { useSvgColor as ei } from "./hooks/useSvgColor/useSvgColor.js";
|
|
279
|
+
import { SKELETON_SVG_ICON as mi } from "./hooks/useSvgColor/constants.js";
|
|
280
|
+
import { useFormReadyForUpdate as ai } from "./hooks/useFormReadyForUpdate/index.js";
|
|
281
|
+
import { useStateRef as xi } from "./hooks/useStateRef/index.js";
|
|
282
|
+
import { useDynamicFilterAndSort as ii } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
283
|
+
import { useDataGridPersistence as li } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
284
|
+
import { usePopoverContainer as ci } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
285
|
+
import { POPOVER_CONTAINER_ID as Fi } from "./hooks/usePopoverContainer/constants.js";
|
|
286
|
+
import { useIsVisible as gi } from "./hooks/useIsVisible/useIsVisible.js";
|
|
287
|
+
import { useSizeContainer as Si } from "./hooks/useSizeContainer/index.js";
|
|
288
|
+
import { useWatchTyped as Pi } from "./hooks/useWatchTyped/useTypedWatch.js";
|
|
289
|
+
import { capitalizeFirstLetter as Ai } from "./utils/capitalizeFirstLetter.js";
|
|
290
|
+
import { isValidDate as Ri } from "./utils/isValidDate.js";
|
|
291
|
+
import { getComponentUtilityClass as Bi } from "./utils/getComponentUtilityClass.js";
|
|
292
|
+
import { getPaletteColor as Ei } from "./utils/getPaletteColor.js";
|
|
293
|
+
import { ObjectQueue as Hi } from "./utils/ObjectQueue.js";
|
|
294
|
+
import { getComponentClasses as _i, getComponentSlotRoot as vi } from "./utils/getComponentSlotRoot.js";
|
|
295
|
+
import { getIconColor as bi } from "./utils/getIconColor.js";
|
|
296
|
+
import { getHeightSizeStyles as hi, getSizeStyles as Vi } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
297
|
+
import { formatDistanceToNow as Wi } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
298
|
+
import { getValidDate as Ui } from "./utils/getValidDate.js";
|
|
299
|
+
import { getNullGuard as ji } from "./utils/getNullGuard.js";
|
|
300
|
+
import { createCustomDeepShallow as Ji, deepShallow as qi } from "./utils/deepShallow.js";
|
|
298
301
|
export {
|
|
299
302
|
K as AREAS_DICCTIONARY,
|
|
300
303
|
J as AREAS_DICTIONARY_ID,
|
|
@@ -310,7 +313,7 @@ export {
|
|
|
310
313
|
H as AnimatedScroll,
|
|
311
314
|
_ as AppBar,
|
|
312
315
|
fo as AppBarComercial,
|
|
313
|
-
|
|
316
|
+
Gf as AppearanceComponentProvider,
|
|
314
317
|
k as AreasAdmin,
|
|
315
318
|
W as AreasContext,
|
|
316
319
|
z as AreasProvider,
|
|
@@ -318,7 +321,7 @@ export {
|
|
|
318
321
|
gt as Avatar,
|
|
319
322
|
_t as Badge,
|
|
320
323
|
$ as BaseModule,
|
|
321
|
-
|
|
324
|
+
Wm as BooleanFormatter,
|
|
322
325
|
St as BoxIcon,
|
|
323
326
|
Pt as Breadcrumbs,
|
|
324
327
|
At as Button,
|
|
@@ -326,9 +329,9 @@ export {
|
|
|
326
329
|
Rt as CheckBox,
|
|
327
330
|
to as CheckableList,
|
|
328
331
|
no as Chip,
|
|
329
|
-
|
|
332
|
+
Um as ChipStatusFormatter,
|
|
330
333
|
Et as CircularProgress,
|
|
331
|
-
|
|
334
|
+
gp as ColorFormatter,
|
|
332
335
|
Vo as ColumnBooleanFormatter,
|
|
333
336
|
Wo as ColumnBooleanGroupFormatter,
|
|
334
337
|
Wr as ColumnChipStatusFormatter,
|
|
@@ -355,134 +358,137 @@ export {
|
|
|
355
358
|
Qr as ColumnTagsGroupFormatter,
|
|
356
359
|
Gr as ColumnUncertaintyFormatter,
|
|
357
360
|
kr as ColumnUncertaintyGroupFormatter,
|
|
358
|
-
|
|
361
|
+
rp as ConcatenatedFormatter,
|
|
359
362
|
_o as ContainerFlow,
|
|
360
363
|
De as DATAGRID_ROW_HEADER_HEIGHTS,
|
|
361
364
|
Se as DATAGRID_ROW_HEIGHTS,
|
|
362
365
|
ye as DATAGRID_SEMANTIC_WIDTHS,
|
|
363
366
|
Eo as DICTIONARY,
|
|
364
367
|
Go as DataGrid,
|
|
365
|
-
|
|
368
|
+
jm as DateFormatter,
|
|
366
369
|
km as DatePicker,
|
|
370
|
+
Vm as DateRangePicker,
|
|
367
371
|
Me as DaysOfMonthPicker,
|
|
368
372
|
Te as DaysOfWeekPicker,
|
|
369
373
|
_m as Dialog,
|
|
370
|
-
|
|
374
|
+
ip as DistanceToNowFormatter,
|
|
371
375
|
Gm as Divider,
|
|
372
376
|
Ne as DragResizeWindowRND,
|
|
373
377
|
be as DynamicFilter,
|
|
374
|
-
|
|
375
|
-
|
|
378
|
+
wx as DynamicMFParmsContext,
|
|
379
|
+
Wx as DynamicMFParmsProvider,
|
|
376
380
|
je as DynamicSort,
|
|
377
381
|
at as FixedSizeList,
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
382
|
+
Ap as FormContainer,
|
|
383
|
+
ja as FormProviderCustom,
|
|
384
|
+
Rp as GridLayout,
|
|
381
385
|
so as HamburgerMenu,
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
386
|
+
hp as HelmetPage,
|
|
387
|
+
wp as HelperError,
|
|
388
|
+
fn as Icon,
|
|
385
389
|
Ft as IconButton,
|
|
386
390
|
A as IconButtonAnimate,
|
|
387
|
-
|
|
391
|
+
ln as Image,
|
|
388
392
|
Gt as ImageButton,
|
|
389
|
-
|
|
390
|
-
|
|
393
|
+
Sp as ImageFormatter,
|
|
394
|
+
wn as ImageText,
|
|
391
395
|
q as LABEL_FILTER_BUTTON,
|
|
392
|
-
|
|
393
|
-
|
|
396
|
+
cn as Label,
|
|
397
|
+
Fn as LanguagePopover,
|
|
394
398
|
kt as LinearProgress,
|
|
395
|
-
|
|
399
|
+
gn as LinearProgressIndeterminate,
|
|
396
400
|
Vt as LinkWithRoute,
|
|
397
|
-
|
|
401
|
+
Sn as Loadable,
|
|
398
402
|
Wt as LoadingButton,
|
|
399
|
-
|
|
403
|
+
Pn as LoadingError,
|
|
400
404
|
E as LoadingScreen,
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
405
|
+
vn as MFAppStorybook,
|
|
406
|
+
On as MFIsolationApp,
|
|
407
|
+
Mn as MFIsolationAppStorybook,
|
|
408
|
+
bn as MFLoader,
|
|
409
|
+
zx as MemonizedDynamicMFParmsProvider,
|
|
410
|
+
Rn as MemonizedMenuActions,
|
|
411
|
+
bx as MemonizedWindowToolsMFContext,
|
|
412
|
+
Nn as MenuActions,
|
|
413
|
+
Mf as ModalContext,
|
|
414
|
+
qx as ModalDialog,
|
|
415
|
+
_f as ModalProvider,
|
|
411
416
|
R as MotionContainer,
|
|
412
417
|
B as MotionLazyContainer,
|
|
413
418
|
Hm as NavLink,
|
|
414
|
-
|
|
415
|
-
|
|
419
|
+
Kn as NoItemPrivileges,
|
|
420
|
+
zn as NoItemSelected,
|
|
416
421
|
ce as NumberEditor,
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
422
|
+
Oa as NumberInputStyled,
|
|
423
|
+
Zn as ObjectLogs,
|
|
424
|
+
Hi as ObjectQueue,
|
|
425
|
+
tx as PDFViewer,
|
|
426
|
+
Fi as POPOVER_CONTAINER_ID,
|
|
427
|
+
ef as Pager,
|
|
428
|
+
rx as PaperForm,
|
|
429
|
+
mp as PeriodFormatter,
|
|
430
|
+
Ha as PeriodRootStyled,
|
|
431
|
+
Xm as PointsFormatter,
|
|
427
432
|
Ut as Popover,
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
+
px as PopupsContext,
|
|
434
|
+
ax as PopupsProvider,
|
|
435
|
+
ix as PopupsViewer,
|
|
436
|
+
np as PriceFormatter,
|
|
437
|
+
lx as PrintingSystem,
|
|
433
438
|
mt as PropagateLoaderSpinner,
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
ta as
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
Da as
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
439
|
+
cx as PropertyValue,
|
|
440
|
+
pn as RHFActionsGroup,
|
|
441
|
+
zp as RHFAutocomplete,
|
|
442
|
+
qp as RHFAutocompleteAsync,
|
|
443
|
+
ra as RHFCheckableList,
|
|
444
|
+
$p as RHFCheckbox,
|
|
445
|
+
Yp as RHFColorPicker,
|
|
446
|
+
na as RHFDatePicker,
|
|
447
|
+
nn as RHFDateRangePicker,
|
|
448
|
+
ta as RHFDateTime,
|
|
449
|
+
pa as RHFDateTimePicker,
|
|
450
|
+
sa as RHFDaysOfMonthPicker,
|
|
451
|
+
fa as RHFDaysOfWeekPicker,
|
|
452
|
+
da as RHFHelperError,
|
|
453
|
+
ua as RHFMultiCheckbox,
|
|
454
|
+
Va as RHFNumberInput,
|
|
455
|
+
Ia as RHFPeriod,
|
|
456
|
+
Ma as RHFPeriodRootStyled,
|
|
457
|
+
La as RHFPeriodSlots,
|
|
458
|
+
ka as RHFRadioGroup,
|
|
459
|
+
Ca as RHFSelect,
|
|
460
|
+
Da as RHFTextField,
|
|
461
|
+
ya as RHFTextFieldPassword,
|
|
462
|
+
Ua as RHFUploadImage,
|
|
463
|
+
Wa as RHFUploadSingleFile,
|
|
464
|
+
Na as RHF_PERIOD_KEY_COMPONENT,
|
|
465
|
+
Ka as RHFormProvider,
|
|
460
466
|
Bt as Radio,
|
|
461
467
|
it as ReactJsonViewer,
|
|
462
468
|
Xe as Resizable,
|
|
463
469
|
ot as ResizableBox,
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
470
|
+
Bp as Responsive,
|
|
471
|
+
mi as SKELETON_SVG_ICON,
|
|
472
|
+
Fx as ScrollBar,
|
|
467
473
|
Co as SectionCommercial,
|
|
468
474
|
jt as Select,
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
475
|
+
_a as SelectStyled,
|
|
476
|
+
of as SettingsLayout,
|
|
477
|
+
gx as SideBar,
|
|
472
478
|
Jt as Skeleton,
|
|
473
479
|
Je as SortCompareValues,
|
|
474
480
|
et as SplitLayout,
|
|
475
481
|
Qt as Stack,
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
482
|
+
sf as Step,
|
|
483
|
+
af as Stepper,
|
|
484
|
+
Tf as StepperCancelButton,
|
|
485
|
+
xf as StepperContent,
|
|
486
|
+
uf as StepperFooter,
|
|
487
|
+
Cf as StepperFooterLeftActions,
|
|
488
|
+
df as StepperFooterRightActions,
|
|
489
|
+
Df as StepperNextButton,
|
|
490
|
+
yf as StepperPrevButton,
|
|
491
|
+
If as StepperSubmitButton,
|
|
486
492
|
Cm as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
487
493
|
Im as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
488
494
|
Rm as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
@@ -491,11 +497,11 @@ export {
|
|
|
491
497
|
mm as TabContext,
|
|
492
498
|
pm as TabProvider,
|
|
493
499
|
om as Tabs,
|
|
494
|
-
|
|
495
|
-
|
|
500
|
+
Rx as TabsNavigator,
|
|
501
|
+
Fp as TagsFormatter,
|
|
496
502
|
Ce as TextEditor,
|
|
497
|
-
|
|
498
|
-
|
|
503
|
+
Sx as ToastContainer,
|
|
504
|
+
Ax as ToastMessage,
|
|
499
505
|
um as ToggleButton,
|
|
500
506
|
Dm as ToggleButtonRootStyled,
|
|
501
507
|
dm as ToggleButtonSlots,
|
|
@@ -506,88 +512,88 @@ export {
|
|
|
506
512
|
uo as TopBar,
|
|
507
513
|
ko as TreeDataGrid,
|
|
508
514
|
fm as Typography,
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
515
|
+
qm as UncertaintyFormatter,
|
|
516
|
+
Qa as VALIDATION_OBJECT_BRAND,
|
|
517
|
+
Za as VALIDATION_PARTIAL_OBJECT_BRAND,
|
|
518
|
+
Xa as VALIDATION_SCHEMA_BRAND,
|
|
513
519
|
xt as VariableSizeList,
|
|
514
520
|
Oe as WINDOW_SIZES,
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
521
|
+
Ex as WindowBase,
|
|
522
|
+
Kx as WindowConfirm,
|
|
523
|
+
kx as WindowToolsMFContext,
|
|
524
|
+
hx as WindowToolsMFProvider,
|
|
525
|
+
Ep as addLayoutItemToBreakPointIfNoExists,
|
|
526
|
+
Op as addLayoutItemToBreakPoints,
|
|
527
|
+
Ai as capitalizeFirstLetter,
|
|
528
|
+
Hp as cloneLayouts,
|
|
529
|
+
Ji as createCustomDeepShallow,
|
|
530
|
+
Yx as createDynamicMFStore,
|
|
531
|
+
on as createEmptyValidationSchema,
|
|
532
|
+
Px as createToaster,
|
|
533
|
+
rn as createValidationFullObject,
|
|
534
|
+
en as createValidationPartialObject,
|
|
535
|
+
tn as createValidationSchema,
|
|
536
|
+
qi as deepShallow,
|
|
531
537
|
Oo as defaultCommonActionsDictionary,
|
|
532
538
|
Le as dragResizeWindowRNDClasses,
|
|
533
|
-
|
|
534
|
-
|
|
539
|
+
Nf as evaluateVisibilityStepCondition,
|
|
540
|
+
Wi as formatDistanceToNow,
|
|
535
541
|
i as getAccountPopoverDictionary,
|
|
536
542
|
G as getAppBarDictionary,
|
|
537
543
|
Q as getAreasComponentsDictionary,
|
|
538
544
|
Z as getAreasDictionary,
|
|
539
545
|
po as getCheckableListComponentsDictionary,
|
|
540
546
|
Ho as getCommonActionsDictionary,
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
547
|
+
_i as getComponentClasses,
|
|
548
|
+
vi as getComponentSlotRoot,
|
|
549
|
+
Bi as getComponentUtilityClass,
|
|
544
550
|
le as getDataGridComponentsDictionary,
|
|
545
551
|
de as getDataGridRowsFromSet,
|
|
546
552
|
Ie as getDaysOfWeekPickerDictionary,
|
|
547
|
-
|
|
553
|
+
cp as getDistanceToNowFormatterComponentsDictionary,
|
|
548
554
|
ve as getDynamicFilterComponentsDictionary,
|
|
549
555
|
Ue as getDynamicSortComponentsDictionary,
|
|
550
556
|
he as getFilterGroupFieldsByName,
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
557
|
+
Vf as getFormComponentsDictionary,
|
|
558
|
+
ep as getFormatConcatenated,
|
|
559
|
+
Km as getFormatDate,
|
|
560
|
+
$m as getFormatPoints,
|
|
561
|
+
xp as getFormatPrice,
|
|
562
|
+
Pp as getFormattersComponentsDictionary,
|
|
563
|
+
hi as getHeightSizeStyles,
|
|
564
|
+
bi as getIconColor,
|
|
559
565
|
Ve as getIsIfInDynamicFilter,
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
566
|
+
An as getLoadingErrorComponentsDictionary,
|
|
567
|
+
hn as getMFLoaderComponentsDictionary,
|
|
568
|
+
Ln as getMenuActionsComponentsDictionary,
|
|
569
|
+
Zx as getModalDialogComponentsDictionary,
|
|
570
|
+
Xx as getModalDictionary,
|
|
571
|
+
qn as getNoItemPrivilegesComponentsDictionary,
|
|
572
|
+
Yn as getNoItemSelectedComponentsDictionary,
|
|
573
|
+
ji as getNullGuard,
|
|
574
|
+
$n as getObjectLogsComponentsDictionary,
|
|
569
575
|
nm as getPagerComponentsDictionary,
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
576
|
+
Ei as getPaletteColor,
|
|
577
|
+
Ga as getPeriodComponetsDictionary,
|
|
578
|
+
Zp as getRHFAutocompleteAsyncComponentsDictionary,
|
|
579
|
+
Kp as getRHFAutocompleteComponentsDictionary,
|
|
574
580
|
We as getRawFiltersForNetwork,
|
|
575
581
|
Qe as getRawSortsForNetwork,
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
582
|
+
Vi as getSizeStyles,
|
|
583
|
+
Of as getStepperComponentsDictionary,
|
|
584
|
+
Lf as getStepsAndValidationSchema,
|
|
585
|
+
Bx as getTabsNavigatorComponentsDictionary,
|
|
580
586
|
Ht as getTypographyStyles,
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
587
|
+
Qm as getUncertaintyFormat,
|
|
588
|
+
Ui as getValidDate,
|
|
589
|
+
Jf as getformAddEditDictionary,
|
|
590
|
+
_p as isEqualLayout,
|
|
591
|
+
vp as isEqualLayouts,
|
|
592
|
+
Ri as isValidDate,
|
|
593
|
+
Ta as rhfPeriodStyles,
|
|
588
594
|
sm as toggleButtonStyles,
|
|
589
595
|
ym as toggleIconButtonStyles,
|
|
590
|
-
|
|
596
|
+
kf as useAppearanceComponentStore,
|
|
591
597
|
Y as useAreasStore,
|
|
592
598
|
Uo as useColumnBoolean,
|
|
593
599
|
jr as useColumnChipStatus,
|
|
@@ -603,34 +609,34 @@ export {
|
|
|
603
609
|
_r as useColumnSetCheck,
|
|
604
610
|
Xr as useColumnTags,
|
|
605
611
|
Vr as useColumnUncertanity,
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
612
|
+
oi as useComponentSize,
|
|
613
|
+
Ja as useCustomForm,
|
|
614
|
+
li as useDataGridPersistence,
|
|
615
|
+
lp as useDistanceToNowFormatter,
|
|
616
|
+
ii as useDynamicFilterAndSort,
|
|
617
|
+
_x as useDynamicMFParameters,
|
|
618
|
+
vx as useDynamicMFParametersStore,
|
|
619
|
+
Wf as useFormAddEdit,
|
|
620
|
+
Qf as useFormFocus,
|
|
621
|
+
ai as useFormReadyForUpdate,
|
|
622
|
+
pp as useFormatPeriod,
|
|
623
|
+
Xf as useInterval,
|
|
624
|
+
gi as useIsVisible,
|
|
625
|
+
Uf as useModal,
|
|
626
|
+
ci as usePopoverContainer,
|
|
627
|
+
xx as usePopupsStore,
|
|
628
|
+
Si as useSizeContainer,
|
|
629
|
+
xi as useStateRef,
|
|
630
|
+
mf as useStepper,
|
|
631
|
+
ei as useSvgColor,
|
|
632
|
+
jf as useTab,
|
|
633
|
+
Pi as useWatchTyped,
|
|
634
|
+
Hx as useWindowToolsMF,
|
|
629
635
|
F as varBounce,
|
|
630
636
|
g as varContainer,
|
|
631
637
|
c as varFade,
|
|
632
638
|
S as varTranEnter,
|
|
633
639
|
y as varTranExit,
|
|
634
640
|
P as varTranHover,
|
|
635
|
-
|
|
641
|
+
bp as withSizeProvider
|
|
636
642
|
};
|