@m4l/components 9.2.43 → 9.2.44
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/AccountPopover/slots/AccountPopoverSlots.d.ts +1 -1
- package/components/AppBar/slots/AppBarSlots.d.ts +1 -1
- package/components/Chip/slots/ChipSlots.d.ts +1 -1
- package/components/Chip/types.d.ts +1 -2
- package/components/Color/slots/ColorSlots.d.ts +1 -1
- package/components/DataGrid/dictionary.js +2 -1
- package/components/DataGrid/formatters/ColumnBooleanFormatter/useColumnBoolean.js +6 -3
- package/components/DataGrid/formatters/ColumnChipStatusFormatter/{ColumnChipStatusFormatter.js → formatter.js} +6 -6
- package/components/DataGrid/formatters/ColumnChipStatusFormatter/index.d.ts +2 -2
- package/components/DataGrid/formatters/ColumnChipStatusFormatter/types.d.ts +1 -2
- package/components/DataGrid/formatters/ColumnChipStatusFormatter/{useColumnChipStatusFormatter.js → useColumnChipStatus.js} +4 -4
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/formatter.js +2 -1
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/useColumnNestedValue.d.ts +1 -1
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js +2 -1
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js +3 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/Filter/index.js +3 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/index.js +3 -2
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/index.js +0 -1
- package/components/DynamicFilter/helpers/frontEndHelpers.js +2 -2
- package/components/DynamicFilter/helpers/getRawFiltersForNetwork.d.ts +14 -0
- package/components/DynamicFilter/helpers/getRawFiltersForNetwork.js +19 -0
- package/components/DynamicFilter/index.d.ts +3 -2
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.js +4 -2
- package/components/DynamicFilter/types.d.ts +9 -9
- package/components/DynamicSort/helpers/getRawSortsForNetwork.d.ts +12 -0
- package/components/DynamicSort/helpers/getRawSortsForNetwork.js +20 -0
- package/components/DynamicSort/index.d.ts +2 -1
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- package/components/DynamicSort/subcomponents/SortActions/SortActions.js +4 -2
- package/components/DynamicSort/types.d.ts +0 -1
- package/components/HelperError/types.d.ts +0 -4
- package/components/Icon/Icon.js +3 -3
- package/components/Icon/types.d.ts +1 -1
- package/components/Label/Label.js +1 -1
- package/components/MenuActions/MenuActions.js +17 -16
- package/components/MenuActions/dictionary.js +2 -2
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +1 -1
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/SideBar/SideBar.js +7 -2
- package/components/SideBar/constants.js +3 -3
- package/components/SideBar/context/sideBarContext/index.js +4 -2
- package/components/SideBar/subcomponents/ContentComponent/index.js +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.js +3 -5
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +1 -1
- package/components/SideBar/types.d.ts +4 -0
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
- package/components/WindowBase/subcomponents/Header/HeaderWindowBase.d.ts +0 -1
- package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.js +1 -1
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +1 -1
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +3 -3
- package/components/formatters/ChipStatusFormatter/ChipStatusFormatter.d.ts +1 -1
- package/components/formatters/ChipStatusFormatter/ChipStatusFormatter.js +8 -4
- package/components/formatters/ChipStatusFormatter/ChipStatusFormatter.styles.js +8 -1
- package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterEnum.d.ts +2 -1
- package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterEnum.js +1 -0
- package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.d.ts +3 -0
- package/components/formatters/ChipStatusFormatter/slots/ChipStatusFormatterSlots.js +6 -1
- package/components/formatters/ChipStatusFormatter/types.d.ts +7 -6
- package/components/formatters/index.d.ts +1 -1
- package/components/hook-form/RHFAutocomplete/RHFAutocomplete.js +1 -0
- package/components/hook-form/RHFAutocomplete/types.d.ts +1 -1
- package/components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js +10 -2
- package/components/hook-form/RHFAutocompleteAsync/types.d.ts +1 -0
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadImage/slots/RHFUploadImageSlots.d.ts +1 -1
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/slots/RHFUploadSingleFileSlots.d.ts +1 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +1 -1
- package/components/mui_extended/Button/types.d.ts +0 -1
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +1 -1
- package/components/mui_extended/IconButton/IconButton.js +8 -8
- package/components/mui_extended/IconButton/slots/IconButtonSlots.js +2 -2
- package/components/mui_extended/IconButton/types.d.ts +1 -8
- package/components/mui_extended/MenuItem/types.d.ts +1 -1
- package/components/mui_extended/NavLink/types.d.ts +0 -2
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +1 -1
- package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/components/mui_extended/Tooltip/Tooltip.js +1 -1
- package/index.js +83 -79
- package/package.json +1 -1
- /package/components/DataGrid/formatters/ColumnChipStatusFormatter/{ColumnChipStatusFormatter.d.ts → formatter.d.ts} +0 -0
- /package/components/DataGrid/formatters/ColumnChipStatusFormatter/{useColumnChipStatusFormatter.d.ts → useColumnChipStatus.d.ts} +0 -0
package/index.js
CHANGED
|
@@ -53,15 +53,17 @@ import { C as C10 } from "./components/DataGrid/formatters/ColumnSetCheckFormatt
|
|
|
53
53
|
import { u as u10 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js";
|
|
54
54
|
import { C as C11 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/formatter.js";
|
|
55
55
|
import { u as u11 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/useColumnUncertainty.js";
|
|
56
|
-
import { C as C12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/
|
|
57
|
-
import { u as u12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/
|
|
56
|
+
import { C as C12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/formatter.js";
|
|
57
|
+
import { u as u12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/useColumnChipStatus.js";
|
|
58
58
|
import { D as D3 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
59
59
|
import { d as d2 } from "./components/DragResizeWindowRND/classes/index.js";
|
|
60
60
|
import { a as a4 } from "./components/DynamicFilter/dictionary.js";
|
|
61
|
-
import {
|
|
61
|
+
import { a as a5, g as g7 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
62
|
+
import { g as g8 } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
|
|
62
63
|
import { D as D4 } from "./components/DynamicFilter/DynamicFilter.js";
|
|
63
64
|
import { a as a6 } from "./components/DynamicSort/dictionary.js";
|
|
64
65
|
import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
66
|
+
import { g as g9 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
65
67
|
import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
|
|
66
68
|
import { R } from "./components/extended/React-Resizable/Resizable/Resizable.js";
|
|
67
69
|
import { R as R2 } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
|
|
@@ -78,7 +80,7 @@ import { L as L3 } from "./components/mui_extended/LinearProgress/index.js";
|
|
|
78
80
|
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.js";
|
|
79
81
|
import { L as L5 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
|
|
80
82
|
import { P as P2 } from "./components/Pager/Pager.js";
|
|
81
|
-
import { g as
|
|
83
|
+
import { g as g10 } from "./components/Pager/dicctionary.js";
|
|
82
84
|
import { A as A15 } from "./components/mui_extended/Accordion/Accordion.js";
|
|
83
85
|
import { T as T3 } from "./components/mui_extended/Tooltip/Tooltip.js";
|
|
84
86
|
import { I as I2 } from "./components/mui_extended/IconButton/IconButton.js";
|
|
@@ -106,16 +108,16 @@ import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/Toggl
|
|
|
106
108
|
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
107
109
|
import { D as D6 } from "./components/mui_extended/Dialog/Dialog.js";
|
|
108
110
|
import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import { C as C16, g as g12 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
111
|
+
import { D as D7, g as g11 } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
112
|
+
import { U, g as g12 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
113
|
+
import { P as P4, g as g13 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
114
|
+
import { C as C15, g as g14 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
114
115
|
import { P as P5, u as u13 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
115
|
-
import { P as P6, g as
|
|
116
|
-
import {
|
|
116
|
+
import { P as P6, g as g15 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
117
|
+
import { C as C16 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
118
|
+
import { g as g16 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
117
119
|
import { D as D8 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
118
|
-
import { g as
|
|
120
|
+
import { g as g17 } from "./components/formatters/dictionary.js";
|
|
119
121
|
import { G } from "./components/GridLayout/GridLayout.js";
|
|
120
122
|
import { R as R3 } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
121
123
|
import { c as c2, d as d3, e } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
@@ -124,9 +126,9 @@ import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.
|
|
|
124
126
|
import { H as H2 } from "./components/HelmetPage/index.js";
|
|
125
127
|
import { H as H3 } from "./components/HelperError/HelperError.js";
|
|
126
128
|
import { R as R4 } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
127
|
-
import { g as
|
|
129
|
+
import { g as g18 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
128
130
|
import { R as R5 } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
129
|
-
import { g as
|
|
131
|
+
import { g as g19 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
130
132
|
import { R as R6 } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
131
133
|
import { R as R7 } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
132
134
|
import { R as R8 } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
@@ -138,7 +140,7 @@ import { R as R13 } from "./components/hook-form/RHFColorPicker/RFHColorPicker.j
|
|
|
138
140
|
import { R as R14 } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
139
141
|
import { R as R15 } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
140
142
|
import { R as R16 } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
141
|
-
import { g as
|
|
143
|
+
import { g as g20 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
142
144
|
import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
143
145
|
import { R as R17 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
144
146
|
import { R as R18 } from "./components/hook-form/RHFPeriod/constants.js";
|
|
@@ -152,20 +154,20 @@ import { L as L7 } from "./components/LanguagePopover/LanguagePopover.js";
|
|
|
152
154
|
import { L as L8 } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
153
155
|
import { L as L9 } from "./components/Loadable/index.js";
|
|
154
156
|
import { L as L10 } from "./components/LoadingError/LoadingError.js";
|
|
155
|
-
import { g as
|
|
156
|
-
import {
|
|
157
|
-
import { a as
|
|
157
|
+
import { g as g21 } from "./components/LoadingError/dictionary.js";
|
|
158
|
+
import { g as g22 } from "./components/MenuActions/dictionary.js";
|
|
159
|
+
import { a as a8, M as M3 } from "./components/MenuActions/MenuActions.js";
|
|
158
160
|
import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
159
161
|
import { M as M5 } from "./components/MFLoader/MFLoader.js";
|
|
160
|
-
import { g as
|
|
162
|
+
import { g as g23 } from "./components/MFLoader/dictionary.js";
|
|
161
163
|
import { N as N3 } from "./components/NoItemSelected/NoItemSelected.js";
|
|
162
|
-
import { g as
|
|
164
|
+
import { g as g24 } from "./components/NoItemSelected/dictionary.js";
|
|
163
165
|
import { O } from "./components/ObjectLogs/ObjectLogs.js";
|
|
164
|
-
import { d as d4, g as
|
|
166
|
+
import { d as d4, g as g25 } from "./components/ObjectLogs/dictionary.js";
|
|
165
167
|
import { P as P8 } from "./components/PaperForm/PaperForm.js";
|
|
166
168
|
import { P as P9 } from "./components/PDFViewer/PDFViewer.js";
|
|
167
169
|
import { u as u14 } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
168
|
-
import { a as
|
|
170
|
+
import { a as a9, P as P10 } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
169
171
|
import { P as P11 } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
170
172
|
import { P as P12 } from "./components/PrintingSystem/PrintingSystem.js";
|
|
171
173
|
import { P as P13 } from "./components/PropertyValue/PropertyValue.js";
|
|
@@ -175,43 +177,43 @@ import { T as T18 } from "./components/ToastContainer/ToastContainer.js";
|
|
|
175
177
|
import { T as T19 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
176
178
|
import { W } from "./components/WindowBase/WindowBase.js";
|
|
177
179
|
import { u as u15 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
178
|
-
import { a as
|
|
179
|
-
import { M as M6, W as W2, a as
|
|
180
|
+
import { a as a10, u as u16 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
181
|
+
import { M as M6, W as W2, a as a11 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
180
182
|
import { c as c3 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
181
|
-
import { D as D9, a as
|
|
183
|
+
import { D as D9, a as a12, M as M7 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
182
184
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
183
|
-
import { a as
|
|
185
|
+
import { a as a13, g as g26 } from "./components/ModalDialog/dictionary.js";
|
|
184
186
|
import { M as M8 } from "./components/ModalDialog/ModalDialog.js";
|
|
185
187
|
import { F as F2, R as R22, u as u17 } from "./components/hook-form/RHFormContext/index.js";
|
|
186
|
-
import { g as
|
|
188
|
+
import { g as g27 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
187
189
|
import { u as u18 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
188
190
|
import { A as A16 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
189
|
-
import { a as
|
|
191
|
+
import { a as a14, M as M9 } from "./contexts/ModalContext/index.js";
|
|
190
192
|
import { u as u19 } from "./hooks/useFormAddEdit/index.js";
|
|
191
193
|
import { u as u20 } from "./hooks/useModal/index.js";
|
|
192
194
|
import { u as u21 } from "./hooks/useTab/index.js";
|
|
193
|
-
import { g as
|
|
195
|
+
import { g as g28 } from "./hooks/useFormAddEdit/dictionary.js";
|
|
194
196
|
import { u as u22 } from "./hooks/useFormFocus/index.js";
|
|
195
197
|
import { u as u23 } from "./hooks/useInterval/index.js";
|
|
196
198
|
import { u as u24 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
197
199
|
import { u as u25 } from "./hooks/useFormReadyForUpdate/index.js";
|
|
198
200
|
import { u as u26 } from "./hooks/useStateRef/index.js";
|
|
199
|
-
import { a as
|
|
201
|
+
import { a as a15 } from "./hooks/useSvgColor/constants.js";
|
|
200
202
|
import { u as u27 } from "./hooks/useSvgColor/useSvgColor.js";
|
|
201
203
|
import { u as u28 } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
202
204
|
import { u as u29 } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
203
205
|
import { c as c4 } from "./utils/capitalizeFirstLetter.js";
|
|
204
206
|
import { i as i2 } from "./utils/isValidDate.js";
|
|
205
|
-
import { g as
|
|
206
|
-
import { g as
|
|
207
|
-
import { g as
|
|
208
|
-
import { g as
|
|
209
|
-
import { a as
|
|
207
|
+
import { g as g29 } from "./utils/getComponentUtilityClass.js";
|
|
208
|
+
import { g as g30 } from "./utils/getPaletteColor.js";
|
|
209
|
+
import { g as g31 } from "./utils/getTypographyStyles.js";
|
|
210
|
+
import { g as g32 } from "./utils/getIconColor.js";
|
|
211
|
+
import { a as a16 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
210
212
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
211
|
-
import { g as
|
|
213
|
+
import { g as g33, a as a17 } from "./utils/getComponentSlotRoot.js";
|
|
212
214
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
213
|
-
import { g as
|
|
214
|
-
import { g as
|
|
215
|
+
import { g as g34 } from "./utils/getValidDate.js";
|
|
216
|
+
import { g as g35 } from "./utils/getNullGuard.js";
|
|
215
217
|
export {
|
|
216
218
|
A7 as AREAS_DICCTIONARY,
|
|
217
219
|
a3 as AREAS_DICTIONARY_ID,
|
|
@@ -239,7 +241,7 @@ export {
|
|
|
239
241
|
B5 as Button,
|
|
240
242
|
C14 as CheckBox,
|
|
241
243
|
C as Chip,
|
|
242
|
-
|
|
244
|
+
C16 as ChipStatusFormatter,
|
|
243
245
|
C13 as CircularProgress,
|
|
244
246
|
C2 as ColumnBooleanFormatter,
|
|
245
247
|
C12 as ColumnChipStatusFormatter,
|
|
@@ -252,7 +254,7 @@ export {
|
|
|
252
254
|
C9 as ColumnPriceFormatter,
|
|
253
255
|
C10 as ColumnSetCheckFormatter,
|
|
254
256
|
C11 as ColumnUncertaintyFormatter,
|
|
255
|
-
|
|
257
|
+
C15 as ConcatenatedFormatter,
|
|
256
258
|
D as DICTIONARY,
|
|
257
259
|
D2 as DataGrid,
|
|
258
260
|
D7 as DateFormatter,
|
|
@@ -261,7 +263,7 @@ export {
|
|
|
261
263
|
D3 as DragResizeWindowRND,
|
|
262
264
|
D4 as DynamicFilter,
|
|
263
265
|
D9 as DynamicMFParmsContext,
|
|
264
|
-
|
|
266
|
+
a12 as DynamicMFParmsProvider,
|
|
265
267
|
D5 as DynamicSort,
|
|
266
268
|
F as FixedSizeList,
|
|
267
269
|
F2 as FormProviderCustom,
|
|
@@ -287,10 +289,10 @@ export {
|
|
|
287
289
|
M4 as MFIsolationApp,
|
|
288
290
|
M5 as MFLoader,
|
|
289
291
|
M7 as MemonizedDynamicMFParmsProvider,
|
|
290
|
-
|
|
292
|
+
a8 as MemonizedMenuActions,
|
|
291
293
|
M6 as MemonizedWindowToolsMFContext,
|
|
292
294
|
M3 as MenuActions,
|
|
293
|
-
|
|
295
|
+
a14 as ModalContext,
|
|
294
296
|
M8 as ModalDialog,
|
|
295
297
|
M9 as ModalProvider,
|
|
296
298
|
M as MotionContainer,
|
|
@@ -307,7 +309,7 @@ export {
|
|
|
307
309
|
P7 as PeriodRootStyled,
|
|
308
310
|
P4 as PointsFormatter,
|
|
309
311
|
P3 as Popover,
|
|
310
|
-
|
|
312
|
+
a9 as PopupsContext,
|
|
311
313
|
P10 as PopupsProvider,
|
|
312
314
|
P11 as PopupsViewer,
|
|
313
315
|
P6 as PriceFormatter,
|
|
@@ -336,7 +338,7 @@ export {
|
|
|
336
338
|
R as Resizable,
|
|
337
339
|
R2 as ResizableBox,
|
|
338
340
|
R3 as Responsive,
|
|
339
|
-
|
|
341
|
+
a15 as SKELETON_SVG_ICON,
|
|
340
342
|
S7 as ScrollBar,
|
|
341
343
|
S as SectionCommercial,
|
|
342
344
|
S6 as SelectStyled,
|
|
@@ -370,7 +372,7 @@ export {
|
|
|
370
372
|
W as WindowBase,
|
|
371
373
|
W3 as WindowConfirm,
|
|
372
374
|
W2 as WindowToolsMFContext,
|
|
373
|
-
|
|
375
|
+
a11 as WindowToolsMFProvider,
|
|
374
376
|
c2 as addLayoutItemToBreakPointIfNoExists,
|
|
375
377
|
d3 as addLayoutItemToBreakPoints,
|
|
376
378
|
c4 as capitalizeFirstLetter,
|
|
@@ -386,41 +388,43 @@ export {
|
|
|
386
388
|
b2 as getAreasComponentsDictionary,
|
|
387
389
|
g3 as getAreasDictionary,
|
|
388
390
|
g4 as getCommonActionsDictionary,
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
391
|
+
g33 as getComponentClasses,
|
|
392
|
+
a17 as getComponentSlotRoot,
|
|
393
|
+
g29 as getComponentUtilityClass,
|
|
392
394
|
g5 as getDataGridComponentsDictionary,
|
|
393
395
|
g6 as getDataGridRowsFromSet,
|
|
394
|
-
|
|
396
|
+
g16 as getDistanceToNowFormatterComponentsDictionary,
|
|
395
397
|
a4 as getDynamicFilterComponentsDictionary,
|
|
396
398
|
a6 as getDynamicSortComponentsDictionary,
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
g31 as
|
|
423
|
-
|
|
399
|
+
a5 as getFilterGroupFieldsByName,
|
|
400
|
+
g27 as getFormComponentsDictionary,
|
|
401
|
+
g14 as getFormatConcatenated,
|
|
402
|
+
g11 as getFormatDate,
|
|
403
|
+
g13 as getFormatPoints,
|
|
404
|
+
g15 as getFormatPrice,
|
|
405
|
+
g17 as getFormattersComponentsDictionary,
|
|
406
|
+
a16 as getHeightSizeStyles,
|
|
407
|
+
g32 as getIconColor,
|
|
408
|
+
g7 as getIsIfInDynamicFilter,
|
|
409
|
+
g21 as getLoadingErrorComponentsDictionary,
|
|
410
|
+
g23 as getMFLoaderComponentsDictionary,
|
|
411
|
+
g22 as getMenuActionsComponentsDictionary,
|
|
412
|
+
a13 as getModalDialogComponentsDictionary,
|
|
413
|
+
g26 as getModalDictionary,
|
|
414
|
+
g24 as getNoItemSelectedComponentsDictionary,
|
|
415
|
+
g35 as getNullGuard,
|
|
416
|
+
g25 as getObjectLogsComponentsDictionary,
|
|
417
|
+
g10 as getPagerComponentsDictionary,
|
|
418
|
+
g30 as getPaletteColor,
|
|
419
|
+
g20 as getPeriodComponetsDictionary,
|
|
420
|
+
g19 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
421
|
+
g18 as getRHFAutocompleteComponentsDictionary,
|
|
422
|
+
g8 as getRawFiltersForNetwork,
|
|
423
|
+
g9 as getRawSortsForNetwork,
|
|
424
|
+
g31 as getTypographyStyles,
|
|
425
|
+
g12 as getUncertaintyFormat,
|
|
426
|
+
g34 as getValidDate,
|
|
427
|
+
g28 as getformAddEditDictionary,
|
|
424
428
|
i as isEqualLayout,
|
|
425
429
|
k as isEqualLayouts,
|
|
426
430
|
i2 as isValidDate,
|
|
@@ -430,7 +434,7 @@ export {
|
|
|
430
434
|
u18 as useAppearanceComponentStore,
|
|
431
435
|
u2 as useAreasStore,
|
|
432
436
|
u3 as useColumnBoolean,
|
|
433
|
-
u12 as
|
|
437
|
+
u12 as useColumnChipStatus,
|
|
434
438
|
u4 as useColumnConcatenatedValue,
|
|
435
439
|
u5 as useColumnDate,
|
|
436
440
|
u6 as useColumnInteractiveCheck,
|
|
@@ -443,7 +447,7 @@ export {
|
|
|
443
447
|
u17 as useCustomForm,
|
|
444
448
|
u29 as useDataGridPersistence,
|
|
445
449
|
u28 as useDynamicFilterAndSort,
|
|
446
|
-
|
|
450
|
+
a10 as useDynamicMFParameters,
|
|
447
451
|
u16 as useDynamicMFParametersStore,
|
|
448
452
|
u19 as useFormAddEdit,
|
|
449
453
|
u22 as useFormFocus,
|
package/package.json
CHANGED
|
File without changes
|