@m4l/components 9.2.12 → 9.2.15-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@types/types.d.ts +1 -4
- package/components/AccountPopover/slots/AccountPopoverSlots.d.ts +3 -3
- package/components/AppBar/slots/AppBarSlots.d.ts +2 -2
- package/components/Chip/slots/ChipSlots.d.ts +1 -1
- package/components/Color/slots/ColorSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionCancel/slots/ActionsCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionFormCancel/slots/ActionFormCancelSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionIntro/slots/ActionsIntroSlots.d.ts +1 -1
- package/components/CommonActions/components/ActionsContainer/slots/ActionsContainerSlots.d.ts +1 -1
- package/components/DataGrid/contexts/DataGridContext/index.js +3 -3
- package/components/DataGrid/contexts/DataGridContext/types.d.ts +7 -4
- package/components/DataGrid/formatters/ColumnBooleanFormatter/formatter.d.ts +5 -0
- package/components/DataGrid/formatters/ColumnBooleanFormatter/formatter.js +27 -0
- package/components/DataGrid/formatters/ColumnBooleanFormatter/index.d.ts +3 -5
- package/components/DataGrid/formatters/ColumnBooleanFormatter/index.js +1 -27
- package/components/DataGrid/formatters/ColumnBooleanFormatter/useColumnBoolean.js +1 -1
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/formatter.d.ts +7 -0
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/formatter.js +23 -0
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.d.ts +3 -7
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.js +1 -23
- package/components/DataGrid/formatters/ColumnConcatenatedValueFormatter/useColumnConcatenatedValue.js +1 -1
- package/components/DataGrid/formatters/ColumnDateFormatter/formatter.d.ts +5 -0
- package/components/DataGrid/formatters/ColumnDateFormatter/formatter.js +20 -0
- package/components/DataGrid/formatters/ColumnDateFormatter/index.d.ts +3 -5
- package/components/DataGrid/formatters/ColumnDateFormatter/index.js +1 -20
- package/components/DataGrid/formatters/ColumnDateFormatter/useColumnDate.js +1 -1
- package/components/DataGrid/formatters/ColumnIconFormatter/formatter.d.ts +5 -0
- package/components/DataGrid/formatters/ColumnIconFormatter/formatter.js +12 -0
- package/components/DataGrid/formatters/ColumnIconFormatter/index.d.ts +2 -5
- package/components/DataGrid/formatters/ColumnIconFormatter/index.js +1 -12
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/formatter.d.ts +6 -0
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/formatter.js +21 -0
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.d.ts +3 -6
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.js +1 -21
- package/components/DataGrid/formatters/ColumnInteractiveCheckFormatter/useColumnInteractiveCheck.js +1 -1
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/formatter.d.ts +5 -0
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/formatter.js +14 -0
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/index.d.ts +3 -5
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/index.js +1 -14
- package/components/DataGrid/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js +1 -1
- package/components/DataGrid/formatters/ColumnPointsFormatter/formatter.d.ts +5 -0
- package/components/DataGrid/formatters/ColumnPointsFormatter/formatter.js +12 -0
- package/components/DataGrid/formatters/ColumnPointsFormatter/index.d.ts +3 -5
- package/components/DataGrid/formatters/ColumnPointsFormatter/index.js +1 -12
- package/components/DataGrid/formatters/ColumnPointsFormatter/useColumnPoints.js +1 -1
- package/components/DataGrid/formatters/ColumnPriceFormatter/formatter.d.ts +5 -0
- package/components/DataGrid/formatters/ColumnPriceFormatter/formatter.js +12 -0
- package/components/DataGrid/formatters/ColumnPriceFormatter/index.d.ts +3 -5
- package/components/DataGrid/formatters/ColumnPriceFormatter/index.js +1 -12
- package/components/DataGrid/formatters/ColumnPriceFormatter/useColumnPrice.js +1 -1
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/formatter.d.ts +9 -0
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/formatter.js +36 -0
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/index.d.ts +3 -9
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/index.js +1 -36
- package/components/DataGrid/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js +1 -1
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/formatter.d.ts +5 -0
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/formatter.js +12 -0
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/index.d.ts +3 -5
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/index.js +1 -12
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/useColumnUncertainty.d.ts +1 -1
- package/components/DataGrid/formatters/ColumnUncertaintyFormatter/useColumnUncertainty.js +3 -3
- package/components/DataGrid/formatters/index.d.ts +11 -21
- package/components/DataGrid/index.d.ts +1 -1
- package/components/DataGrid/subcomponents/Actions/subcomponents/Settings/subcomponents/ColumnsConfig/index.js +1 -1
- package/components/DragResizeWindowRND/DragResizeWindowRND.d.ts +2 -2
- package/components/DragResizeWindowRND/slots/DragResizeWindowRNDSlots.js +1 -1
- package/components/DragResizeWindowRND/types.d.ts +1 -1
- package/components/DynamicFilter/constants.d.ts +1 -0
- package/components/DynamicFilter/constants.js +3 -1
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +2 -2
- package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter.d.ts +3 -3
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +17 -0
- package/components/DynamicSort/constants.d.ts +1 -0
- package/components/DynamicSort/constants.js +3 -1
- package/components/DynamicSort/icons.d.ts +4 -2
- package/components/DynamicSort/icons.js +5 -4
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +2 -2
- package/components/DynamicSort/subcomponents/AppliedSortChip/useAppliedSortChip.js +2 -2
- package/components/DynamicSort/subcomponents/FieldTypes/StringSort/index.js +3 -3
- package/components/DynamicSort/subcomponents/PopoverMenuFields/PopoverMenuFields.js +17 -0
- package/components/DynamicSort/subcomponents/PopoverSort/usePopoverSort.d.ts +3 -3
- package/components/Label/slots/LabelSlots.d.ts +1 -1
- package/components/LanguagePopover/slots/LanguagePopoverSlots.d.ts +1 -1
- package/components/MenuActions/index.d.ts +1 -0
- package/components/MenuActions/slots/MenuActionsSlots.d.ts +2 -2
- package/components/ModalDialog/slots/ModalDialogSlots.d.ts +2 -2
- package/components/NumberInput/slots/NumberInputSlots.d.ts +2 -2
- package/components/PropertyValue/PropertyValue.js +2 -1
- package/components/ToastContainer/slots/toastContainerSlots.d.ts +2 -2
- package/components/WindowBase/hooks/useWindowToolsMF/index.d.ts +1 -1
- package/components/WindowBase/index.d.ts +1 -0
- package/components/areas/components/AreasAdmin/slots/AreasAdminSlots.d.ts +2 -2
- package/components/areas/types.d.ts +2 -2
- package/components/extended/React-Splitter-Layout/index.d.ts +1 -0
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.d.ts +1 -1
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +2 -2
- package/components/index.d.ts +1 -5
- package/components/mui_extended/Accordion/Accordion.js +1 -1
- package/components/mui_extended/Accordion/index.d.ts +1 -0
- package/components/mui_extended/Accordion/slots/AccordionSlots.d.ts +2 -2
- package/components/mui_extended/Accordion/types.d.ts +3 -3
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +4 -4
- package/components/mui_extended/Avatar/slots/AvatarSlots.d.ts +1 -1
- package/components/mui_extended/Badge/slots/BadgeSlots.d.ts +1 -1
- package/components/mui_extended/Button/slots/ButtonSlots.d.ts +1 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.d.ts +1 -1
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.d.ts +4 -4
- package/components/mui_extended/Divider/slots/DividerSlots.d.ts +1 -1
- package/components/mui_extended/IconButton/slots/IconButtonSlots.d.ts +2 -2
- package/components/mui_extended/LoadingButton/slots/LoadingButtonSlots.d.ts +1 -1
- package/components/mui_extended/MenuDivider/slots/MenuDividerSlots.d.ts +1 -1
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.d.ts +1 -1
- package/components/mui_extended/Popper/slots/PopperStlots.d.ts +1 -1
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +2 -2
- package/components/mui_extended/Skeleton/Slots/skeletonSlots.d.ts +1 -1
- package/components/mui_extended/Stack/slots/StackSlot.d.ts +1 -1
- package/components/mui_extended/Tab/Slots/TabSlots.d.ts +1 -1
- package/components/mui_extended/Tab/index.d.ts +1 -0
- package/components/mui_extended/Tabs/index.d.ts +1 -0
- package/components/mui_extended/Tabs/slots/TabsSlots.d.ts +2 -2
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
- package/components/mui_extended/TimePicker/slots/TimePickerSlots.d.ts +3 -3
- package/components/mui_extended/ToggleButton/slots/ToggleButtonSlots.d.ts +1 -1
- package/components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.d.ts +1 -1
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/index.d.ts +3 -3
- package/components/popups/components/PopupsViewer/slots/popupsViewerSlots.d.ts +1 -1
- package/index.js +191 -193
- package/package.json +7 -9
- package/patchLibErrors/index.d.ts +1 -1
- package/patchLibErrors/patchErrors.d.ts +5 -0
- package/utils/getNullGuard.d.ts +4 -0
- package/utils/getNullGuard.js +9 -0
- package/utils/index.d.ts +2 -1
- package/components/DragResizeWindow/DragResizeWindow.d.ts +0 -20
- package/components/DragResizeWindow/DragResizeWindow.js +0 -226
- package/components/DragResizeWindow/DragResizeWindow.styles.d.ts +0 -5
- package/components/DragResizeWindow/DragResizeWindow.styles.js +0 -47
- package/components/DragResizeWindow/classes/index.d.ts +0 -2
- package/components/DragResizeWindow/classes/index.js +0 -17
- package/components/DragResizeWindow/classes/types.d.ts +0 -8
- package/components/DragResizeWindow/constants.d.ts +0 -3
- package/components/DragResizeWindow/constants.js +0 -6
- package/components/DragResizeWindow/helpers/draggingOrResizingWindow.d.ts +0 -7
- package/components/DragResizeWindow/helpers/expandingParentContainer.d.ts +0 -12
- package/components/DragResizeWindow/helpers/expandingParentContainer.js +0 -31
- package/components/DragResizeWindow/helpers/getInitialSize.d.ts +0 -15
- package/components/DragResizeWindow/helpers/getInitialSize.js +0 -56
- package/components/DragResizeWindow/helpers/index.d.ts +0 -6
- package/components/DragResizeWindow/helpers/isElmentInViewport.d.ts +0 -15
- package/components/DragResizeWindow/helpers/isElmentInViewport.js +0 -1
- package/components/DragResizeWindow/helpers/pointPosition.d.ts +0 -36
- package/components/DragResizeWindow/helpers/pointPosition.js +0 -82
- package/components/DragResizeWindow/helpers/shrinkingParentContainer.d.ts +0 -6
- package/components/DragResizeWindow/helpers/shrinkingParentContainer.js +0 -34
- package/components/DragResizeWindow/hooks/useDimensionEffects.d.ts +0 -23
- package/components/DragResizeWindow/hooks/useDimensionEffects.js +0 -92
- package/components/DragResizeWindow/hooks/useDragOptions.d.ts +0 -28
- package/components/DragResizeWindow/hooks/useDragOptions.js +0 -167
- package/components/DragResizeWindow/hooks/useResizeOptions.d.ts +0 -45
- package/components/DragResizeWindow/hooks/useResizeOptions.js +0 -218
- package/components/DragResizeWindow/icons.d.ts +0 -3
- package/components/DragResizeWindow/index.d.ts +0 -2
- package/components/DragResizeWindow/slots/DragResizeWindowSlots.d.ts +0 -6
- package/components/DragResizeWindow/slots/DragResizeWindowSlots.js +0 -14
- package/components/DragResizeWindow/slots/slots.d.ts +0 -4
- package/components/DragResizeWindow/slots/slots.js +0 -8
- package/components/DragResizeWindow/tests/DragResizeWindow.test.d.ts +0 -1
- package/components/DragResizeWindow/types.d.ts +0 -316
- package/components/DragResizeWindow/utils.d.ts +0 -15
- package/components/DragResizeWindow/utils.js +0 -36
- package/components/ScrollToTop/index.d.ts +0 -4
- package/components/ScrollToTop/index.js +0 -12
- package/components/WrapperComponent/index.js +0 -14
- package/not_recognized/index.js +0 -1280
- package/patchLibErrors/defaultPropsError.d.ts +0 -5
- package/patchLibErrors/defaultPropsError.js +0 -1
- package/storybook/components/DragResizeWindow/stories/DragResizeWindow.stories.d.ts +0 -7
- package/storybook/components/DragResizeWindow/stories/constants.d.ts +0 -3
- package/storybook/components/DragResizeWindow/stories/subcomponents/ContentExample.d.ts +0 -4
- package/storybook/components/DragResizeWindow/stories/subcomponents/WithExtendedContainer.d.ts +0 -5
- package/storybook/components/DragResizeWindow/stories/types.d.ts +0 -3
- /package/components/{DragResizeWindow/helpers → DataGrid/formatters/ColumnChipStatusFormatter}/index.js +0 -0
- /package/components/{DragResizeWindow → mui_extended/Tab}/index.js +0 -0
- /package/{components/DragResizeWindow/helpers/draggingOrResizingWindow.js → patchLibErrors/patchErrors.js} +0 -0
package/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { c } from "./components/ToastContainer/helpers/toaster.js";
|
|
2
|
-
import { S } from "./components/ScrollToTop/index.js";
|
|
3
2
|
import { A } from "./components/AccountPopover/AccountPopover.js";
|
|
4
3
|
import { g } from "./components/AccountPopover/dictionary.js";
|
|
5
4
|
import { I } from "./components/animate/IconButtonAnimate/index.js";
|
|
@@ -24,7 +23,7 @@ import { C } from "./components/Chip/Chip.js";
|
|
|
24
23
|
import { A as A8 } from "./components/commercial/AppBarCommercial/index.js";
|
|
25
24
|
import { H } from "./components/commercial/HamburgerMenu/HamburgerMenu.js";
|
|
26
25
|
import { T } from "./components/commercial/TopBar/TopBar.js";
|
|
27
|
-
import { S
|
|
26
|
+
import { S } from "./components/commercial/SectionCommercial/index.js";
|
|
28
27
|
import { A as A9 } from "./components/CommonActions/components/ActionsContainer/ActionsContainer.js";
|
|
29
28
|
import { A as A10 } from "./components/CommonActions/components/ActionCancel/ActionCancel.js";
|
|
30
29
|
import { A as A11 } from "./components/CommonActions/components/ActionIntro/ActionIntro.js";
|
|
@@ -35,64 +34,99 @@ import { D as D2 } from "./components/DataGrid/DataGrid.js";
|
|
|
35
34
|
import { g as g5 } from "./components/DataGrid/dictionary.js";
|
|
36
35
|
import { N, T as T2 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.js";
|
|
37
36
|
import { g as g6 } from "./components/DataGrid/utils/getDataGridRowsFromSet.js";
|
|
38
|
-
import { C as C2 } from "./components/DataGrid/formatters/
|
|
39
|
-
import { C as C3 } from "./components/DataGrid/formatters/ColumnPointsFormatter/index.js";
|
|
40
|
-
import { C as C4 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/index.js";
|
|
41
|
-
import { C as C5 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/index.js";
|
|
42
|
-
import { C as C6 } from "./components/DataGrid/formatters/ColumnDateFormatter/index.js";
|
|
43
|
-
import { C as C7 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/index.js";
|
|
44
|
-
import { C as C8 } from "./components/DataGrid/formatters/ColumnPriceFormatter/index.js";
|
|
45
|
-
import { C as C9 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/index.js";
|
|
46
|
-
import { C as C10 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/index.js";
|
|
47
|
-
import { C as C11 } from "./components/DataGrid/formatters/ColumnIconFormatter/index.js";
|
|
37
|
+
import { C as C2 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/formatter.js";
|
|
48
38
|
import { u as u3 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/useColumnBoolean.js";
|
|
49
|
-
import {
|
|
50
|
-
import { u as
|
|
51
|
-
import {
|
|
39
|
+
import { C as C3 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/formatter.js";
|
|
40
|
+
import { u as u4 } from "./components/DataGrid/formatters/ColumnConcatenatedValueFormatter/useColumnConcatenatedValue.js";
|
|
41
|
+
import { C as C4 } from "./components/DataGrid/formatters/ColumnDateFormatter/formatter.js";
|
|
42
|
+
import { u as u5 } from "./components/DataGrid/formatters/ColumnDateFormatter/useColumnDate.js";
|
|
43
|
+
import { C as C5 } from "./components/DataGrid/formatters/ColumnIconFormatter/formatter.js";
|
|
44
|
+
import { C as C6 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/formatter.js";
|
|
45
|
+
import { u as u6 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/useColumnInteractiveCheck.js";
|
|
46
|
+
import { C as C7 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/formatter.js";
|
|
52
47
|
import { u as u7 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js";
|
|
53
|
-
import {
|
|
54
|
-
import { u as
|
|
55
|
-
import {
|
|
56
|
-
import { u as
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
48
|
+
import { C as C8 } from "./components/DataGrid/formatters/ColumnPointsFormatter/formatter.js";
|
|
49
|
+
import { u as u8 } from "./components/DataGrid/formatters/ColumnPointsFormatter/useColumnPoints.js";
|
|
50
|
+
import { C as C9 } from "./components/DataGrid/formatters/ColumnPriceFormatter/formatter.js";
|
|
51
|
+
import { u as u9 } from "./components/DataGrid/formatters/ColumnPriceFormatter/useColumnPrice.js";
|
|
52
|
+
import { C as C10 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/formatter.js";
|
|
53
|
+
import { u as u10 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js";
|
|
54
|
+
import { C as C11 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/formatter.js";
|
|
55
|
+
import { u as u11 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/useColumnUncertainty.js";
|
|
56
|
+
import { C as C12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/ColumnChipStatusFormatter.js";
|
|
57
|
+
import { u as u12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/useColumnChipStatusFormatter.js";
|
|
58
|
+
import { D as D3 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
59
|
+
import { d as d2 } from "./components/DragResizeWindowRND/classes/index.js";
|
|
62
60
|
import { a as a4 } from "./components/DynamicFilter/dictionary.js";
|
|
63
61
|
import { a as a5, g as g7 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
64
|
-
import { D as
|
|
62
|
+
import { D as D4 } from "./components/DynamicFilter/DynamicFilter.js";
|
|
65
63
|
import { b as b3 } from "./components/DynamicSort/dictionary.js";
|
|
66
|
-
import { S as
|
|
67
|
-
import { D as
|
|
64
|
+
import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
65
|
+
import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
|
|
68
66
|
import { R } from "./components/extended/React-Resizable/Resizable/Resizable.js";
|
|
69
67
|
import { R as R2 } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
|
|
70
|
-
import { S as
|
|
68
|
+
import { S as S3 } from "./components/extended/React-Splitter-Layout/SplitLayout.js";
|
|
71
69
|
import { P } from "./components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js";
|
|
72
70
|
import { F } from "./components/extended/React-Window/FixedSizeList/FixedSizeList.js";
|
|
73
71
|
import { V } from "./components/extended/React-Window/VariableSizeList/VariableSizeList.js";
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
72
|
+
import { A as A14 } from "./components/mui_extended/Avatar/Avatar.js";
|
|
73
|
+
import { B as B2 } from "./components/mui_extended/BoxIcon/index.js";
|
|
74
|
+
import { B as B3 } from "./components/mui_extended/Breadcrumbs/index.js";
|
|
75
|
+
import { C as C13 } from "./components/mui_extended/CircularProgress/CircularProgress.js";
|
|
76
|
+
import { B as B4 } from "./components/mui_extended/Badge/Badge.js";
|
|
77
|
+
import { L as L3 } from "./components/mui_extended/LinearProgress/index.js";
|
|
78
|
+
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.js";
|
|
79
|
+
import { L as L5 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
|
|
80
|
+
import { P as P2 } from "./components/Pager/Pager.js";
|
|
81
|
+
import { g as g8 } from "./components/Pager/dicctionary.js";
|
|
82
|
+
import { A as A15 } from "./components/mui_extended/Accordion/Accordion.js";
|
|
83
|
+
import { T as T3 } from "./components/mui_extended/Tooltip/Tooltip.js";
|
|
84
|
+
import { I as I2 } from "./components/mui_extended/IconButton/IconButton.js";
|
|
85
|
+
import { B as B5 } from "./components/mui_extended/Button/Button.js";
|
|
86
|
+
import { C as C14 } from "./components/mui_extended/CheckBox/CheckBox.js";
|
|
87
|
+
import { I as I3 } from "./components/mui_extended/ImageButton/ImageButton.js";
|
|
88
|
+
import { P as P3 } from "./components/mui_extended/Popover/Popover.js";
|
|
89
|
+
import { S as S4 } from "./components/mui_extended/Skeleton/Skeleton.js";
|
|
90
|
+
import { S as S5 } from "./components/mui_extended/Stack/Stack.js";
|
|
91
|
+
import { T as T4 } from "./components/mui_extended/Tab/Tab.js";
|
|
92
|
+
import { T as T5 } from "./components/mui_extended/Tabs/Tabs.js";
|
|
93
|
+
import { T as T6 } from "./components/mui_extended/TabContent/TabContent.js";
|
|
94
|
+
import { T as T7, a as a6 } from "./components/mui_extended/TabContext/index.js";
|
|
95
|
+
import { T as T8 } from "./components/mui_extended/Typography/Typography.js";
|
|
96
|
+
import { t } from "./components/mui_extended/ToggleButton/ToggleButton.styles.js";
|
|
97
|
+
import { T as T9 } from "./components/mui_extended/ToggleButton/ToggleButton.js";
|
|
98
|
+
import { T as T10 } from "./components/mui_extended/ToggleButton/constants.js";
|
|
99
|
+
import { T as T11 } from "./components/mui_extended/ToggleButton/slots/ToggleButtonEnum.js";
|
|
100
|
+
import { T as T12 } from "./components/mui_extended/ToggleButton/slots/ToggleButtonSlots.js";
|
|
101
|
+
import { t as t2 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.styles.js";
|
|
102
|
+
import { T as T13 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.js";
|
|
103
|
+
import { T as T14 } from "./components/mui_extended/ToggleIconButton/constants.js";
|
|
104
|
+
import { T as T15 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
105
|
+
import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
106
|
+
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
107
|
+
import { D as D6 } from "./components/mui_extended/Dialog/Dialog.js";
|
|
108
|
+
import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
109
|
+
import { C as C15 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
110
|
+
import { D as D7, g as g9 } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
111
|
+
import { U, g as g10 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
112
|
+
import { P as P4, g as g11 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
113
|
+
import { C as C16, g as g12 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
114
|
+
import { P as P5, u as u13 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
115
|
+
import { P as P6, g as g13 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
116
|
+
import { g as g14 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
83
117
|
import { D as D8 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
84
|
-
import { g as
|
|
118
|
+
import { g as g15 } from "./components/formatters/dictionary.js";
|
|
85
119
|
import { G } from "./components/GridLayout/GridLayout.js";
|
|
86
120
|
import { R as R3 } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
87
|
-
import { c as c2, d as
|
|
121
|
+
import { c as c2, d as d3, e } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
88
122
|
import { i, k } from "./components/GridLayout/utils.js";
|
|
89
123
|
import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
90
124
|
import { H as H2 } from "./components/HelmetPage/index.js";
|
|
91
125
|
import { H as H3 } from "./components/HelperError/HelperError.js";
|
|
92
126
|
import { R as R4 } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
93
|
-
import { g as
|
|
127
|
+
import { g as g16 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
94
128
|
import { R as R5 } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
95
|
-
import { g as
|
|
129
|
+
import { g as g17 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
96
130
|
import { R as R6 } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
97
131
|
import { R as R7 } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
98
132
|
import { R as R8 } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
@@ -104,66 +138,30 @@ import { R as R13 } from "./components/hook-form/RHFColorPicker/RFHColorPicker.j
|
|
|
104
138
|
import { R as R14 } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
105
139
|
import { R as R15 } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
106
140
|
import { R as R16 } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
107
|
-
import { g as
|
|
141
|
+
import { g as g18 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
108
142
|
import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
109
143
|
import { R as R17 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
110
144
|
import { R as R18 } from "./components/hook-form/RHFPeriod/constants.js";
|
|
111
145
|
import { R as R19 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
112
|
-
import { P as
|
|
146
|
+
import { P as P7, R as R20, S as S6, T as T17 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
113
147
|
import { R as R21 } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
114
|
-
import { I as
|
|
115
|
-
import { I as
|
|
116
|
-
import { L as
|
|
117
|
-
import { L as
|
|
118
|
-
import { L as
|
|
119
|
-
import { L as
|
|
120
|
-
import { L as
|
|
121
|
-
import { g as
|
|
122
|
-
import { a as
|
|
123
|
-
import { a as
|
|
148
|
+
import { I as I4 } from "./components/Icon/Icon.js";
|
|
149
|
+
import { I as I5 } from "./components/Image/Image.js";
|
|
150
|
+
import { L as L6 } from "./components/Label/Label.js";
|
|
151
|
+
import { L as L7 } from "./components/LanguagePopover/LanguagePopover.js";
|
|
152
|
+
import { L as L8 } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
153
|
+
import { L as L9 } from "./components/Loadable/index.js";
|
|
154
|
+
import { L as L10 } from "./components/LoadingError/LoadingError.js";
|
|
155
|
+
import { g as g19 } from "./components/LoadingError/dictionary.js";
|
|
156
|
+
import { a as a7 } from "./components/MenuActions/dictionary.js";
|
|
157
|
+
import { a as a8, M as M3 } from "./components/MenuActions/MenuActions.js";
|
|
124
158
|
import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
125
159
|
import { M as M5 } from "./components/MFLoader/MFLoader.js";
|
|
126
|
-
import { g as
|
|
127
|
-
import { A as A14 } from "./components/mui_extended/Accordion/Accordion.js";
|
|
128
|
-
import { A as A15 } from "./components/mui_extended/Avatar/Avatar.js";
|
|
129
|
-
import { B as B3 } from "./components/mui_extended/BoxIcon/index.js";
|
|
130
|
-
import { B as B4 } from "./components/mui_extended/Breadcrumbs/index.js";
|
|
131
|
-
import { C as C14 } from "./components/mui_extended/CircularProgress/CircularProgress.js";
|
|
132
|
-
import { B as B5 } from "./components/mui_extended/Badge/Badge.js";
|
|
133
|
-
import { L as L8 } from "./components/mui_extended/LinearProgress/index.js";
|
|
134
|
-
import { L as L9 } from "./components/mui_extended/LinkWithRoute/index.js";
|
|
135
|
-
import { L as L10 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
|
|
136
|
-
import { P as P6 } from "./components/Pager/Pager.js";
|
|
137
|
-
import { g as g20 } from "./components/Pager/dicctionary.js";
|
|
138
|
-
import { T as T4 } from "./components/mui_extended/Tab/Tab.js";
|
|
139
|
-
import { T as T5 } from "./components/mui_extended/Tooltip/Tooltip.js";
|
|
140
|
-
import { I as I4 } from "./components/mui_extended/IconButton/IconButton.js";
|
|
141
|
-
import { B as B6 } from "./components/mui_extended/Button/Button.js";
|
|
142
|
-
import { C as C15 } from "./components/mui_extended/CheckBox/CheckBox.js";
|
|
143
|
-
import { I as I5 } from "./components/mui_extended/ImageButton/ImageButton.js";
|
|
144
|
-
import { P as P7 } from "./components/mui_extended/Popover/Popover.js";
|
|
145
|
-
import { S as S6 } from "./components/mui_extended/Skeleton/Skeleton.js";
|
|
146
|
-
import { S as S7 } from "./components/mui_extended/Stack/Stack.js";
|
|
147
|
-
import { T as T6 } from "./components/mui_extended/Tabs/Tabs.js";
|
|
148
|
-
import { T as T7 } from "./components/mui_extended/TabContent/TabContent.js";
|
|
149
|
-
import { T as T8, a as a8 } from "./components/mui_extended/TabContext/index.js";
|
|
150
|
-
import { T as T9 } from "./components/mui_extended/Typography/Typography.js";
|
|
151
|
-
import { t } from "./components/mui_extended/ToggleButton/ToggleButton.styles.js";
|
|
152
|
-
import { T as T10 } from "./components/mui_extended/ToggleButton/ToggleButton.js";
|
|
153
|
-
import { T as T11 } from "./components/mui_extended/ToggleButton/constants.js";
|
|
154
|
-
import { T as T12 } from "./components/mui_extended/ToggleButton/slots/ToggleButtonEnum.js";
|
|
155
|
-
import { T as T13 } from "./components/mui_extended/ToggleButton/slots/ToggleButtonSlots.js";
|
|
156
|
-
import { t as t2 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.styles.js";
|
|
157
|
-
import { T as T14 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.js";
|
|
158
|
-
import { T as T15 } from "./components/mui_extended/ToggleIconButton/constants.js";
|
|
159
|
-
import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
160
|
-
import { T as T17 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
161
|
-
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
162
|
-
import { D as D9 } from "./components/mui_extended/Dialog/Dialog.js";
|
|
160
|
+
import { g as g20 } from "./components/MFLoader/dictionary.js";
|
|
163
161
|
import { N as N3 } from "./components/NoItemSelected/NoItemSelected.js";
|
|
164
162
|
import { g as g21 } from "./components/NoItemSelected/dictionary.js";
|
|
165
163
|
import { O } from "./components/ObjectLogs/index.js";
|
|
166
|
-
import { d as
|
|
164
|
+
import { d as d4, g as g22 } from "./components/ObjectLogs/dictionary.js";
|
|
167
165
|
import { P as P8 } from "./components/PaperForm/PaperForm.js";
|
|
168
166
|
import { P as P9 } from "./components/PDFViewer/PDFViewer.js";
|
|
169
167
|
import { u as u14 } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
@@ -171,8 +169,8 @@ import { a as a9, P as P10 } from "./components/popups/components/PopupsProvider
|
|
|
171
169
|
import { P as P11 } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
172
170
|
import { P as P12 } from "./components/PrintingSystem/PrintingSystem.js";
|
|
173
171
|
import { P as P13 } from "./components/PropertyValue/PropertyValue.js";
|
|
174
|
-
import { S as
|
|
175
|
-
import { S as
|
|
172
|
+
import { S as S7 } from "./components/ScrollBar/ScrollBar.js";
|
|
173
|
+
import { S as S8 } from "./components/SideBar/SideBar.js";
|
|
176
174
|
import { T as T18 } from "./components/ToastContainer/ToastContainer.js";
|
|
177
175
|
import { T as T19 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
178
176
|
import { W } from "./components/WindowBase/WindowBase.js";
|
|
@@ -180,7 +178,7 @@ import { u as u15 } from "./components/WindowBase/hooks/useWindowToolsMF/index.j
|
|
|
180
178
|
import { a as a10, u as u16 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
181
179
|
import { M as M6, W as W2, a as a11 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
182
180
|
import { c as c3 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
183
|
-
import { D as
|
|
181
|
+
import { D as D9, a as a12, M as M7 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
184
182
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
185
183
|
import { a as a13, g as g23 } from "./components/ModalDialog/dictionary.js";
|
|
186
184
|
import { M as M8 } from "./components/ModalDialog/ModalDialog.js";
|
|
@@ -209,14 +207,15 @@ import { g as g27 } from "./utils/getPaletteColor.js";
|
|
|
209
207
|
import { g as g28 } from "./utils/getTypographyStyles.js";
|
|
210
208
|
import { g as g29 } from "./utils/getIconColor.js";
|
|
211
209
|
import { a as a16 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
212
|
-
import { g as g30 } from "./utils/getValidDate.js";
|
|
213
210
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
214
|
-
import { g as
|
|
211
|
+
import { g as g30, a as a17 } from "./utils/getComponentSlotRoot.js";
|
|
215
212
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
213
|
+
import { g as g31 } from "./utils/getValidDate.js";
|
|
214
|
+
import { g as g32 } from "./utils/getNullGuard.js";
|
|
216
215
|
export {
|
|
217
216
|
A7 as AREAS_DICCTIONARY,
|
|
218
217
|
a3 as AREAS_DICTIONARY_ID,
|
|
219
|
-
|
|
218
|
+
A15 as Accordion,
|
|
220
219
|
A as AccountPopover,
|
|
221
220
|
A10 as ActionCancel,
|
|
222
221
|
A12 as ActionFormCancel,
|
|
@@ -231,64 +230,64 @@ export {
|
|
|
231
230
|
a2 as AreasContext,
|
|
232
231
|
A6 as AreasProvider,
|
|
233
232
|
A5 as AreasViewer,
|
|
234
|
-
|
|
235
|
-
|
|
233
|
+
A14 as Avatar,
|
|
234
|
+
B4 as Badge,
|
|
236
235
|
B as BaseModule,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
236
|
+
B6 as BooleanFormatter,
|
|
237
|
+
B2 as BoxIcon,
|
|
238
|
+
B3 as Breadcrumbs,
|
|
239
|
+
B5 as Button,
|
|
240
|
+
C14 as CheckBox,
|
|
242
241
|
C as Chip,
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
C8 as
|
|
242
|
+
C15 as ChipStatusFormatter,
|
|
243
|
+
C13 as CircularProgress,
|
|
244
|
+
C2 as ColumnBooleanFormatter,
|
|
245
|
+
C12 as ColumnChipStatusFormatter,
|
|
246
|
+
C3 as ColumnConcatenatedValueFormatter,
|
|
247
|
+
C4 as ColumnDateFormatter,
|
|
248
|
+
C5 as ColumnIconFormatter,
|
|
249
|
+
C6 as ColumnInteractiveCheckFormatter,
|
|
250
|
+
C7 as ColumnNestedValueFormatter,
|
|
251
|
+
C8 as ColumnPointsFormatter,
|
|
252
|
+
C9 as ColumnPriceFormatter,
|
|
253
253
|
C10 as ColumnSetCheckFormatter,
|
|
254
|
-
|
|
255
|
-
|
|
254
|
+
C11 as ColumnUncertaintyFormatter,
|
|
255
|
+
C16 as ConcatenatedFormatter,
|
|
256
256
|
D as DICTIONARY,
|
|
257
257
|
D2 as DataGrid,
|
|
258
258
|
D7 as DateFormatter,
|
|
259
|
-
|
|
259
|
+
D6 as Dialog,
|
|
260
260
|
D8 as DistanceToNowFormatter,
|
|
261
|
-
D3 as
|
|
262
|
-
D4 as
|
|
263
|
-
|
|
264
|
-
D10 as DynamicMFParmsContext,
|
|
261
|
+
D3 as DragResizeWindowRND,
|
|
262
|
+
D4 as DynamicFilter,
|
|
263
|
+
D9 as DynamicMFParmsContext,
|
|
265
264
|
a12 as DynamicMFParmsProvider,
|
|
266
|
-
|
|
265
|
+
D5 as DynamicSort,
|
|
267
266
|
F as FixedSizeList,
|
|
268
267
|
F2 as FormProviderCustom,
|
|
269
268
|
G as GridLayout,
|
|
270
269
|
H as HamburgerMenu,
|
|
271
270
|
H2 as HelmetPage,
|
|
272
271
|
H3 as HelperError,
|
|
273
|
-
|
|
274
|
-
|
|
272
|
+
I4 as Icon,
|
|
273
|
+
I2 as IconButton,
|
|
275
274
|
I as IconButtonAnimate,
|
|
276
|
-
|
|
277
|
-
|
|
275
|
+
I5 as Image,
|
|
276
|
+
I3 as ImageButton,
|
|
278
277
|
L2 as LABEL_FILTER_BUTTON,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
278
|
+
L6 as Label,
|
|
279
|
+
L7 as LanguagePopover,
|
|
280
|
+
L3 as LinearProgress,
|
|
281
|
+
L8 as LinearProgressIndeterminate,
|
|
282
|
+
L4 as LinkWithRoute,
|
|
283
|
+
L9 as Loadable,
|
|
284
|
+
L5 as LoadingButton,
|
|
285
|
+
L10 as LoadingError,
|
|
287
286
|
L as LoadingScreen,
|
|
288
287
|
M4 as MFIsolationApp,
|
|
289
288
|
M5 as MFLoader,
|
|
290
289
|
M7 as MemonizedDynamicMFParmsProvider,
|
|
291
|
-
|
|
290
|
+
a8 as MemonizedMenuActions,
|
|
292
291
|
M6 as MemonizedWindowToolsMFContext,
|
|
293
292
|
M3 as MenuActions,
|
|
294
293
|
a14 as ModalContext,
|
|
@@ -302,16 +301,16 @@ export {
|
|
|
302
301
|
O as ObjectLogs,
|
|
303
302
|
O2 as ObjectQueue,
|
|
304
303
|
P9 as PDFViewer,
|
|
305
|
-
|
|
304
|
+
P2 as Pager,
|
|
306
305
|
P8 as PaperForm,
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
306
|
+
P5 as PeriodFormatter,
|
|
307
|
+
P7 as PeriodRootStyled,
|
|
308
|
+
P4 as PointsFormatter,
|
|
309
|
+
P3 as Popover,
|
|
311
310
|
a9 as PopupsContext,
|
|
312
311
|
P10 as PopupsProvider,
|
|
313
312
|
P11 as PopupsViewer,
|
|
314
|
-
|
|
313
|
+
P6 as PriceFormatter,
|
|
315
314
|
P12 as PrintingSystem,
|
|
316
315
|
P as PropagateLoaderSpinner,
|
|
317
316
|
P13 as PropertyValue,
|
|
@@ -338,35 +337,34 @@ export {
|
|
|
338
337
|
R2 as ResizableBox,
|
|
339
338
|
R3 as Responsive,
|
|
340
339
|
a15 as SKELETON_SVG_ICON,
|
|
341
|
-
|
|
342
|
-
S as
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
S3 as
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
T15 as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
340
|
+
S7 as ScrollBar,
|
|
341
|
+
S as SectionCommercial,
|
|
342
|
+
S6 as SelectStyled,
|
|
343
|
+
S8 as SideBar,
|
|
344
|
+
S4 as Skeleton,
|
|
345
|
+
S2 as SortCompareValues,
|
|
346
|
+
S3 as SplitLayout,
|
|
347
|
+
S5 as Stack,
|
|
348
|
+
T10 as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
349
|
+
T14 as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
352
350
|
T4 as Tab,
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
351
|
+
T6 as TabContent,
|
|
352
|
+
T7 as TabContext,
|
|
353
|
+
a6 as TabProvider,
|
|
354
|
+
T5 as Tabs,
|
|
357
355
|
T2 as TextEditor,
|
|
358
|
-
|
|
356
|
+
T17 as TextFieldStyled,
|
|
359
357
|
T18 as ToastContainer,
|
|
360
358
|
T19 as ToastMessage,
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
359
|
+
T9 as ToggleButton,
|
|
360
|
+
T12 as ToggleButtonRootStyled,
|
|
361
|
+
T11 as ToggleButtonSlots,
|
|
362
|
+
T13 as ToggleIconButton,
|
|
363
|
+
T16 as ToggleIconButtonRootStyled,
|
|
364
|
+
T15 as ToggleIconButtonSlots,
|
|
365
|
+
T3 as Tooltip,
|
|
368
366
|
T as TopBar,
|
|
369
|
-
|
|
367
|
+
T8 as Typography,
|
|
370
368
|
U as UncertaintyFormatter,
|
|
371
369
|
V as VariableSizeList,
|
|
372
370
|
W as WindowBase,
|
|
@@ -374,54 +372,54 @@ export {
|
|
|
374
372
|
W2 as WindowToolsMFContext,
|
|
375
373
|
a11 as WindowToolsMFProvider,
|
|
376
374
|
c2 as addLayoutItemToBreakPointIfNoExists,
|
|
377
|
-
|
|
375
|
+
d3 as addLayoutItemToBreakPoints,
|
|
378
376
|
c4 as capitalizeFirstLetter,
|
|
379
377
|
e as cloneLayouts,
|
|
380
378
|
c3 as createDynamicMFStore,
|
|
381
379
|
c as createToaster,
|
|
382
380
|
d as defaultCommonActionsDictionary,
|
|
383
|
-
|
|
384
|
-
d2 as
|
|
385
|
-
d3 as dragResizeWindowRNDClasses,
|
|
381
|
+
d4 as defaultObjectLogDictionary,
|
|
382
|
+
d2 as dragResizeWindowRNDClasses,
|
|
386
383
|
f as formatDistanceToNow,
|
|
387
384
|
g as getAccountPopoverDictionary,
|
|
388
385
|
g2 as getAppBarDictionary,
|
|
389
386
|
b2 as getAreasComponentsDictionary,
|
|
390
387
|
g3 as getAreasDictionary,
|
|
391
388
|
g4 as getCommonActionsDictionary,
|
|
392
|
-
|
|
389
|
+
g30 as getComponentClasses,
|
|
393
390
|
a17 as getComponentSlotRoot,
|
|
394
391
|
g26 as getComponentUtilityClass,
|
|
395
392
|
g5 as getDataGridComponentsDictionary,
|
|
396
393
|
g6 as getDataGridRowsFromSet,
|
|
397
|
-
|
|
394
|
+
g14 as getDistanceToNowFormatterComponentsDictionary,
|
|
398
395
|
a4 as getDynamicFilterComponentsDictionary,
|
|
399
396
|
b3 as getDynamicSortComponentsDictionary,
|
|
400
397
|
a5 as getFilterGroupFieldsByName,
|
|
401
398
|
g24 as getFormComponentsDictionary,
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
399
|
+
g12 as getFormatConcatenated,
|
|
400
|
+
g9 as getFormatDate,
|
|
401
|
+
g11 as getFormatPoints,
|
|
402
|
+
g13 as getFormatPrice,
|
|
403
|
+
g15 as getFormattersComponentsDictionary,
|
|
407
404
|
a16 as getHeightSizeStyles,
|
|
408
405
|
g29 as getIconColor,
|
|
409
406
|
g7 as getIsIfInDynamicFilter,
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
407
|
+
g19 as getLoadingErrorComponentsDictionary,
|
|
408
|
+
g20 as getMFLoaderComponentsDictionary,
|
|
409
|
+
a7 as getMenuActionsComponentsDictionary,
|
|
413
410
|
a13 as getModalDialogComponentsDictionary,
|
|
414
411
|
g23 as getModalDictionary,
|
|
415
412
|
g21 as getNoItemSelectedComponentsDictionary,
|
|
413
|
+
g32 as getNullGuard,
|
|
416
414
|
g22 as getObjectLogsComponentsDictionary,
|
|
417
|
-
|
|
415
|
+
g8 as getPagerComponentsDictionary,
|
|
418
416
|
g27 as getPaletteColor,
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
417
|
+
g18 as getPeriodComponetsDictionary,
|
|
418
|
+
g17 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
419
|
+
g16 as getRHFAutocompleteComponentsDictionary,
|
|
422
420
|
g28 as getTypographyStyles,
|
|
423
|
-
|
|
424
|
-
|
|
421
|
+
g10 as getUncertaintyFormat,
|
|
422
|
+
g31 as getValidDate,
|
|
425
423
|
g25 as getformAddEditDictionary,
|
|
426
424
|
i as isEqualLayout,
|
|
427
425
|
k as isEqualLayouts,
|
|
@@ -432,15 +430,15 @@ export {
|
|
|
432
430
|
u18 as useAppearanceComponentStore,
|
|
433
431
|
u2 as useAreasStore,
|
|
434
432
|
u3 as useColumnBoolean,
|
|
435
|
-
|
|
436
|
-
u4 as
|
|
437
|
-
u5 as
|
|
438
|
-
u6 as
|
|
439
|
-
u11 as useColumnInteractiveCheck,
|
|
433
|
+
u12 as useColumnChipStatusFormatter,
|
|
434
|
+
u4 as useColumnConcatenatedValue,
|
|
435
|
+
u5 as useColumnDate,
|
|
436
|
+
u6 as useColumnInteractiveCheck,
|
|
440
437
|
u7 as useColumnNestedValue,
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
438
|
+
u8 as useColumnPoints,
|
|
439
|
+
u9 as useColumnPrice,
|
|
440
|
+
u10 as useColumnSetCheck,
|
|
441
|
+
u11 as useColumnUncertanity,
|
|
444
442
|
u24 as useComponentSize,
|
|
445
443
|
u17 as useCustomForm,
|
|
446
444
|
u29 as useDataGridPersistence,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.15-beta.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"*.{js,ts,tsx}": "eslint --fix --max-warnings 0 --no-warn-ignored"
|
|
@@ -9,7 +9,13 @@
|
|
|
9
9
|
"@geoman-io/leaflet-geoman-free": "^2.14.2",
|
|
10
10
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
11
11
|
"@hookform/resolvers": "^2.9.5",
|
|
12
|
+
"@m4l/core": "^2.0.0",
|
|
13
|
+
"@m4l/graphics": "^7.0.0",
|
|
14
|
+
"@m4l/styles": "^7.0.0",
|
|
12
15
|
"@microlink/react-json-view": "^1.23.3",
|
|
16
|
+
"@mui/lab": "5.0.0-alpha.173",
|
|
17
|
+
"@mui/material": "5.16.7",
|
|
18
|
+
"@mui/x-date-pickers": "6.20.2",
|
|
13
19
|
"atmosphere.js": "^4.0.0",
|
|
14
20
|
"chart.js": "^4.4.0",
|
|
15
21
|
"chartjs-chart-error-bars": "^4.3.3",
|
|
@@ -54,14 +60,6 @@
|
|
|
54
60
|
"yup": "^0.32.11",
|
|
55
61
|
"zustand": "4.3.6"
|
|
56
62
|
},
|
|
57
|
-
"peerDependencies": {
|
|
58
|
-
"@m4l/core": "^2.0.0",
|
|
59
|
-
"@m4l/graphics": "^7.0.0",
|
|
60
|
-
"@m4l/styles": "^7.0.0",
|
|
61
|
-
"@mui/lab": "5.0.0-alpha.173",
|
|
62
|
-
"@mui/material": "5.16.7",
|
|
63
|
-
"@mui/x-date-pickers": "6.20.2"
|
|
64
|
-
},
|
|
65
63
|
"resolutions": {
|
|
66
64
|
"react": "^18.0.0",
|
|
67
65
|
"@types/react": "^18.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './
|
|
1
|
+
export * from './patchErrors';
|
package/utils/index.d.ts
CHANGED
|
@@ -8,4 +8,5 @@ export { getTypographyStyles } from './getTypographyStyles';
|
|
|
8
8
|
export { getIconColor } from './getIconColor';
|
|
9
9
|
export { getHeightSizeStyles } from './getSizeStyles';
|
|
10
10
|
export * from './formatDistanceToNow';
|
|
11
|
-
export
|
|
11
|
+
export * from './getValidDate';
|
|
12
|
+
export * from './getNullGuard';
|