@m4l/components 9.2.49 → 9.2.50-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 +8 -1
- package/components/Chip/ChipStyles.js +1 -1
- package/components/DataGrid/contexts/DataGridContext/index.js +1 -1
- package/components/DataGrid/contexts/FilterContext/index.js +1 -1
- package/components/DataGrid/dictionary.js +0 -3
- package/components/DataGrid/formatters/ColumnChipStatusFormatter/formatter.js +4 -3
- 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 +4 -3
- package/components/DataGrid/slots/DataGridEnum.js +2 -2
- package/components/DataGrid/slots/DataGridSlot.js +1 -1
- package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.js +2 -0
- package/components/DataGrid/subcomponents/Table/subcomponents/CheckboxFormatter.js +1 -1
- package/components/DataGrid/subcomponents/Table/subcomponents/CustomIcons.js +2 -2
- package/components/DragResizeWindowRND/DragResizeWindowRND.js +0 -1
- package/components/DynamicFilter/DynamicFilter.styles.js +0 -1
- package/components/DynamicFilter/constants.d.ts +5 -2
- package/components/DynamicFilter/constants.js +9 -3
- package/components/DynamicFilter/dictionary.d.ts +40 -38
- package/components/DynamicFilter/dictionary.js +33 -39
- package/components/DynamicFilter/helpers/formatToInitialFilters.d.ts +3 -1
- package/components/DynamicFilter/helpers/formatToInitialFilters.js +30 -20
- package/components/DynamicFilter/helpers/formatToRowFilter.js +15 -6
- package/components/DynamicFilter/helpers/getPurgedInitialFiltersApplied.js +1 -1
- package/components/DynamicFilter/store/DynamicFilterContext.js +1 -1
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/AppliedFilterChip.d.ts +1 -1
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/AppliedFilterChip.js +4 -3
- package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters.js +10 -3
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/helpers.js +7 -7
- package/components/DynamicFilter/subcomponents/FieldTypes/BooleanFilter/index.js +11 -8
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/helpers.js +7 -7
- package/components/DynamicFilter/subcomponents/FieldTypes/DateTimeFilter/index.js +10 -7
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/helpers.js +17 -9
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/index.js +13 -9
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectAsyncFilter/helpers.d.ts +7 -7
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectAsyncFilter/helpers.js +121 -46
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectAsyncFilter/index.js +13 -11
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/helpers.d.ts +8 -7
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/helpers.js +127 -46
- package/components/DynamicFilter/subcomponents/FieldTypes/SelectFilter/index.js +11 -9
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/helpers.js +11 -7
- package/components/DynamicFilter/subcomponents/FieldTypes/StringFilter/index.js +10 -7
- package/components/DynamicFilter/subcomponents/FieldTypes/fieldFactory.d.ts +1 -1
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.js +2 -1
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.d.ts +1 -1
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.js +2 -4
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter.js +2 -2
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +28 -14
- package/components/DynamicFilter/types.d.ts +60 -18
- package/components/DynamicSort/dictionary.d.ts +1 -0
- package/components/DynamicSort/dictionary.js +1 -5
- package/components/DynamicSort/slots/DynamicSortSlots.js +1 -1
- package/components/DynamicSort/store/DynamicSortContext.js +1 -1
- package/components/DynamicSort/subcomponents/DynamicSortBase/DynamicSortBase.js +1 -1
- package/components/DynamicSort/subcomponents/PopoverMenuFields/PopoverMenuFields.js +28 -14
- package/components/GridLayout/GridLayout.js +1 -1
- package/components/GridLayout/styles.js +1 -1
- package/components/GridLayout/subcomponents/GridItem/index.js +1 -1
- package/components/GridLayout/subcomponents/Responsive/helper.js +1 -1
- package/components/GridLayout/subcomponents/Responsive/index.js +1 -1
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.js +3 -3
- package/components/GridLayout/subcomponents/withSizeProvider/index.js +1 -1
- package/components/Icon/Icon.js +1 -1
- package/components/Icon/constants.js +2 -2
- package/components/Icon/slots/IconSlots.js +1 -1
- package/components/Image/Image.js +1 -1
- package/components/Image/constant.js +2 -2
- package/components/Image/slots/ImageSlots.js +1 -1
- package/components/Image/subcomponents/IntersectComponent/index.js +1 -1
- package/components/LanguagePopover/LanguagePopover.js +1 -1
- package/components/LoadingError/LoadingError.js +1 -1
- package/components/LoadingError/slots/LoadingErrorSlots.js +1 -1
- package/components/MFIsolationApp/MFIsolationApp.js +2 -2
- package/components/MFIsolationApp/subcomponents/MFAuthApp/MFAuthApp.js +1 -1
- package/components/NoItemSelected/NoItemSelected.js +1 -1
- package/components/NumberInput/hooks/useNumberInput/NumberInputReducer.js +1 -1
- package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +5 -3
- package/components/ObjectLogs/dictionary.js +1 -1
- package/components/Pager/Pager.styles.js +0 -8
- package/components/Pager/dicctionary.js +0 -5
- package/components/PrintingSystem/subcomponents/ChartNode/index.js +1 -1
- package/components/PropertyValue/PropertyValue.js +3 -3
- package/components/PropertyValue/PropertyValue.styles.js +4 -2
- package/components/PropertyValue/index.d.ts +1 -0
- package/components/PropertyValue/types.d.ts +0 -2
- package/components/ScrollBar/ScrollBar.js +1 -1
- package/components/SideBar/slots/SideBarEnum.js +4 -4
- package/components/SideBar/slots/SideBarSlots.js +1 -1
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +1 -1
- package/components/ToastContainer/ToastContainer.js +1 -1
- package/components/WindowBase/slots/WindowBaseSlots.js +1 -1
- package/components/animate/variants/bounce.js +1 -1
- package/components/animate/variants/fade.js +1 -1
- package/components/animate/variants/transition.js +2 -2
- package/components/areas/components/AreasAdmin/AreasAdmin.js +1 -1
- package/components/areas/components/AreasViewer/AreasViewer.js +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/AreaGridLayout.js +1 -1
- package/components/areas/contexts/AreasContext/helpers/helper.js +14 -14
- package/components/areas/contexts/AreasContext/store.js +5 -5
- package/components/areas/icons.js +0 -8
- package/components/commercial/HamburgerMenu/classes/index.js +1 -1
- package/components/extended/React-Splitter-Layout/slots/SplitLayoutSlots.d.ts +9 -3
- package/components/extended/React-resizable-panels/SplitLayout.js +25 -5
- package/components/extended/React-resizable-panels/SplitLayout.styles.js +20 -6
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +12 -4
- package/components/extended/React-resizable-panels/types.d.ts +7 -0
- package/components/formatters/BooleanFormatter/BooleanFormatter.js +1 -1
- package/components/formatters/BooleanFormatter/slots/BooleanFormatterSlots.js +3 -3
- package/components/formatters/PeriodFormatter/PeriodFormatter.js +1 -1
- package/components/formatters/PeriodFormatter/slots/PeriodFormatterSlots.js +2 -2
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.js +1 -1
- package/components/hook-form/RHFNumberInput/index.d.ts +1 -0
- package/components/hook-form/RHFNumberInput/index.js +1 -0
- package/components/hook-form/RHFPeriod/RHFPeriod.js +1 -1
- package/components/hook-form/RHFTextField/RHFTextField.styles.js +1 -3
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.js +1 -1
- package/components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js +1 -1
- package/components/hook-form/RHFormContext/classes/index.js +1 -1
- package/components/hook-form/RHFormContext/index.js +1 -1
- package/components/hook-form/index.d.ts +1 -1
- package/components/index.d.ts +1 -1
- package/components/mui_extended/Accordion/Accordion.js +1 -1
- package/components/mui_extended/Accordion/slots/AccordionSlots.js +2 -2
- package/components/mui_extended/Accordion/styles.js +1 -0
- package/components/mui_extended/Autocomplete/Autocomplete.js +25 -12
- package/components/mui_extended/Autocomplete/Autocomplete.styles.js +1 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.js +3 -3
- package/components/mui_extended/CheckBox/CheckBox.js +1 -1
- package/components/mui_extended/CheckBox/slots/CheckBoxSlots.js +2 -2
- package/components/mui_extended/DateTimePicker/slots/DateTimePickerSlots.js +1 -1
- package/components/mui_extended/IconButton/slots/IconButtonSlots.js +1 -1
- package/components/mui_extended/ImageButton/utils/Clases/index.js +1 -1
- package/components/mui_extended/MenuItem/slots/MenuItemSlots.js +1 -1
- package/components/mui_extended/NavLink/NavLink.js +1 -1
- package/components/mui_extended/NavLink/constants.js +2 -2
- package/components/mui_extended/NavLink/slots/NavLinkSlots.js +1 -1
- package/components/mui_extended/Popover/Popover.js +1 -1
- package/components/mui_extended/Popover/Popover.styles.js +1 -5
- package/components/mui_extended/Popover/constants.js +2 -2
- package/components/mui_extended/Select/Select.js +1 -1
- package/components/mui_extended/Select/Select.styles.js +1 -1
- package/components/mui_extended/Select/constants.js +1 -1
- package/components/mui_extended/Select/slots/SelectSlots.js +1 -1
- package/components/mui_extended/Tab/Tab.js +1 -1
- package/components/mui_extended/TabContent/TabContent.styles.js +2 -1
- package/components/mui_extended/TextField/constants.js +1 -1
- package/components/mui_extended/Tooltip/Tooltip.js +2 -2
- package/components/mui_extended/Tooltip/slots/TooltipSlots.js +2 -2
- package/components/mui_extended/Typography/Typography.js +1 -1
- package/components/mui_extended/Typography/constants.js +3 -3
- package/components/mui_extended/Typography/slots/typographySlots.js +1 -1
- package/components/popups/components/PopupsViewer/icons.js +0 -1
- package/hooks/useDataGridPersistence/constants.js +2 -2
- package/hooks/useDataGridPersistence/useDataGridPersistence.js +1 -1
- package/hooks/useDynamicFilterAndSort/styles.js +2 -0
- package/hooks/useDynamicFilterAndSort/types.d.ts +1 -0
- package/hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js +56 -12
- package/hooks/useSvgColor/constants.js +2 -2
- package/hooks/useSvgColor/helpers.js +1 -1
- package/hooks/useSvgColor/useSvgColor.js +1 -1
- package/index.js +109 -109
- package/package.json +3 -3
- package/components/PropertyValue/styles.d.ts +0 -1
|
@@ -27,7 +27,8 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
27
27
|
setCookie,
|
|
28
28
|
getCookie,
|
|
29
29
|
filterSortAutomatic = true,
|
|
30
|
-
visibleRefresh
|
|
30
|
+
visibleRefresh,
|
|
31
|
+
withExternalRefresh
|
|
31
32
|
} = props;
|
|
32
33
|
const { host_static_assets, environment_assets } = useEnvironment();
|
|
33
34
|
const [togglesLeftActions, setTogglesLeftActions] = useState(() => ({ filter: initialFilterToggleed, sort: initialSortToggleed }));
|
|
@@ -45,7 +46,7 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
45
46
|
sort: initialAppliedSorts?.length === 0
|
|
46
47
|
}));
|
|
47
48
|
const visibleCustomHeader = useMemo(() => togglesLeftActions.filter || togglesLeftActions.sort, [togglesLeftActions]);
|
|
48
|
-
const
|
|
49
|
+
const refreshIconUrl = `${host_static_assets}/${environment_assets}/${ASSETS.refresh}`;
|
|
49
50
|
const eventRefs = useRef({
|
|
50
51
|
eventFilters: { filters: initialAppliedFilters, rawFilters: [] },
|
|
51
52
|
eventSorts: { sorts: initialAppliedSorts, rawSorts: [] }
|
|
@@ -53,6 +54,13 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
53
54
|
const handleToggles = (key) => {
|
|
54
55
|
setTogglesLeftActions((prev) => ({ ...prev, [key]: !prev[key] }));
|
|
55
56
|
};
|
|
57
|
+
const isValidFilters = useCallback(() => {
|
|
58
|
+
if (fields.some((field) => field.presence === "fixed")) {
|
|
59
|
+
const filters = eventRefs.current?.eventFilters?.filters;
|
|
60
|
+
return !(!filters || filters.length === 0);
|
|
61
|
+
}
|
|
62
|
+
return true;
|
|
63
|
+
}, [eventRefs, fields]);
|
|
56
64
|
const handleChangeFilters = useCallback((filters, rawFilters) => {
|
|
57
65
|
setInvisibleBadge((prev) => ({ ...prev, filter: filters.length === 0 }));
|
|
58
66
|
if (eventRefs.current?.eventFilters?.filters && !deepEqual(eventRefs.current?.eventFilters?.filters, filters)) {
|
|
@@ -76,8 +84,12 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
76
84
|
...eventRefs.current,
|
|
77
85
|
eventSorts: { sorts: Sorts, rawSorts }
|
|
78
86
|
};
|
|
79
|
-
|
|
80
|
-
|
|
87
|
+
if (isValidFilters()) {
|
|
88
|
+
onChangeFilterSort(eventRefs.current);
|
|
89
|
+
} else {
|
|
90
|
+
refOnChangeFilterSort.current++;
|
|
91
|
+
}
|
|
92
|
+
}, [onChangeFilterSort, prefixCookie, setCookie, setInvisibleBadge, isValidFilters]);
|
|
81
93
|
const onRefresh = useCallback(() => {
|
|
82
94
|
if (fireOnChangeFilterRef.current) {
|
|
83
95
|
fireOnChangeFilterRef.current.fireOnChangeFilter();
|
|
@@ -85,8 +97,10 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
85
97
|
if (fireOnChangeSortRef.current) {
|
|
86
98
|
fireOnChangeSortRef.current.fireOnChangeSort();
|
|
87
99
|
}
|
|
88
|
-
|
|
89
|
-
|
|
100
|
+
if (isValidFilters()) {
|
|
101
|
+
onChangeFilterSort(eventRefs.current);
|
|
102
|
+
}
|
|
103
|
+
}, [onChangeFilterSort, fireOnChangeFilterRef, isValidFilters]);
|
|
90
104
|
const leftActions = useMemo(() => /* @__PURE__ */ jsxs(StackLeftActionsStyled, { direction: "row", ownerState: {}, ...getPropDataTestId(M4LDYNAMIC_KEY_FILTER_AND_SORT, DynamicFilterAndSortSlots.stackLeftActions, dataTestId), children: [
|
|
91
105
|
/* @__PURE__ */ jsx(Badge, { badgeContent: "", size: "small", color: "primary", invisible: invisibleBadge.filter, children: /* @__PURE__ */ jsx(ToggleIconButton, { icon: `${host_static_assets}/${environment_assets}/${ICON_PATH_FILTER}`, isToggled: togglesLeftActions.filter, onToggle: () => handleToggles("filter") }) }),
|
|
92
106
|
/* @__PURE__ */ jsx(Badge, { badgeContent: "", size: "small", color: "primary", invisible: invisibleBadge.sort, children: /* @__PURE__ */ jsx(ToggleIconButton, { icon: `${host_static_assets}/${environment_assets}/${ICON_PATH_SORT}`, isToggled: togglesLeftActions.sort, onToggle: () => handleToggles("sort") }) })
|
|
@@ -101,7 +115,7 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
101
115
|
/* @__PURE__ */ jsx(
|
|
102
116
|
IconButton,
|
|
103
117
|
{
|
|
104
|
-
icon:
|
|
118
|
+
icon: refreshIconUrl,
|
|
105
119
|
"aria-label": "refresh",
|
|
106
120
|
onClick: onRefresh
|
|
107
121
|
}
|
|
@@ -109,12 +123,42 @@ const useDynamicFilterAndSort = (props) => {
|
|
|
109
123
|
rightActions
|
|
110
124
|
]
|
|
111
125
|
}
|
|
112
|
-
), [dataTestId, rightActions,
|
|
126
|
+
), [dataTestId, rightActions, refreshIconUrl, onRefresh]);
|
|
113
127
|
const dynamicsFiltersSorts = useMemo(() => /* @__PURE__ */ jsxs(Fragment, { children: [
|
|
114
|
-
/* @__PURE__ */ jsx(
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
128
|
+
/* @__PURE__ */ jsx(
|
|
129
|
+
DynamicFilter,
|
|
130
|
+
{
|
|
131
|
+
ref: fireOnChangeFilterRef,
|
|
132
|
+
visibleRefresh,
|
|
133
|
+
automatic: filterSortAutomatic,
|
|
134
|
+
fields,
|
|
135
|
+
initialAppliedFilters,
|
|
136
|
+
onChangeFilters: handleChangeFilters,
|
|
137
|
+
withAllField
|
|
138
|
+
}
|
|
139
|
+
),
|
|
140
|
+
sorts ? /* @__PURE__ */ jsx(
|
|
141
|
+
DynamicSort,
|
|
142
|
+
{
|
|
143
|
+
ref: fireOnChangeSortRef,
|
|
144
|
+
visibleRefresh,
|
|
145
|
+
automatic: filterSortAutomatic,
|
|
146
|
+
fields: sorts,
|
|
147
|
+
initialAppliedSorts,
|
|
148
|
+
onChangeSorts: handleChangeSorts
|
|
149
|
+
}
|
|
150
|
+
) : null,
|
|
151
|
+
withExternalRefresh && /* @__PURE__ */ jsx(IconButton, { icon: refreshIconUrl, "aria-label": "refresh", onClick: onRefresh })
|
|
152
|
+
] }), [visibleRefresh, filterSortAutomatic, fields, initialAppliedFilters, handleChangeFilters, withAllField, sorts, initialAppliedSorts, handleChangeSorts, withExternalRefresh, refreshIconUrl, onRefresh]);
|
|
153
|
+
const customHeaderComponent = useMemo(() => /* @__PURE__ */ jsx(
|
|
154
|
+
StackCustomHeaderStyled,
|
|
155
|
+
{
|
|
156
|
+
direction: "row",
|
|
157
|
+
ownerState: { showDynamicFilter: togglesLeftActions.filter, showDynamicSort: togglesLeftActions.sort },
|
|
158
|
+
...getPropDataTestId(M4LDYNAMIC_KEY_FILTER_AND_SORT, DynamicFilterAndSortSlots.stackCustomHeader, dataTestId),
|
|
159
|
+
children: dynamicsFiltersSorts
|
|
160
|
+
}
|
|
161
|
+
), [togglesLeftActions]);
|
|
118
162
|
return {
|
|
119
163
|
leftActions,
|
|
120
164
|
rightActions: finalRightActions,
|
|
@@ -31,8 +31,8 @@ const SVG_ICON_ERROR = "data:image/svg+xml;base64," + btoa(`<svg viewBox="0 0 64
|
|
|
31
31
|
</svg>`);
|
|
32
32
|
export {
|
|
33
33
|
REPLACEMENT_PRYMARY_COLOR as R,
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
SKELETON_SVG_ICON as S,
|
|
35
|
+
SVG_CACHE_PREFIX as a,
|
|
36
36
|
SVG_ICON_ERROR as b,
|
|
37
37
|
REPLACEMENT_SECONDARY_COLOR as c
|
|
38
38
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { useState, useEffect } from "react";
|
|
2
|
-
import { b as SVG_ICON_ERROR,
|
|
2
|
+
import { b as SVG_ICON_ERROR, a as SVG_CACHE_PREFIX, R as REPLACEMENT_PRYMARY_COLOR, c as REPLACEMENT_SECONDARY_COLOR } from "./constants.js";
|
|
3
3
|
import { g as getSVG, p as purgedColor } from "./helpers.js";
|
|
4
4
|
function useSvgColor(props) {
|
|
5
5
|
const { src, cacheKey, primaryColor, secondaryColor = "#FFFFFF", skeletonIcon, fallBackIcon = SVG_ICON_ERROR } = props;
|
package/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { A as A2 } from "./components/animate/AnimatedScroll/animatedScroll.js";
|
|
|
9
9
|
import { v } from "./components/animate/variants/fade.js";
|
|
10
10
|
import { v as v2 } from "./components/animate/variants/bounce.js";
|
|
11
11
|
import { v as v3 } from "./components/animate/variants/container.js";
|
|
12
|
-
import { v as v4,
|
|
12
|
+
import { a, v as v4, b } from "./components/animate/variants/transition.js";
|
|
13
13
|
import { A as A3 } from "./components/AppBar/AppBar.js";
|
|
14
14
|
import { g as g2 } from "./components/AppBar/dictionary.js";
|
|
15
15
|
import { A as A4 } from "./components/areas/components/AreasAdmin/AreasAdmin.js";
|
|
@@ -57,13 +57,13 @@ import { C as C12 } from "./components/DataGrid/formatters/ColumnChipStatusForma
|
|
|
57
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
|
-
import {
|
|
61
|
-
import { a as
|
|
62
|
-
import { g as
|
|
60
|
+
import { g as g7 } from "./components/DynamicFilter/dictionary.js";
|
|
61
|
+
import { a as a4, g as g8 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
62
|
+
import { g as g9 } from "./components/DynamicFilter/helpers/getRawFiltersForNetwork.js";
|
|
63
63
|
import { D as D4 } from "./components/DynamicFilter/DynamicFilter.js";
|
|
64
|
-
import { a as
|
|
64
|
+
import { a as a5 } from "./components/DynamicSort/dictionary.js";
|
|
65
65
|
import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
66
|
-
import { g as
|
|
66
|
+
import { g as g10 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
67
67
|
import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
|
|
68
68
|
import { R } from "./components/extended/React-Resizable/Resizable/Resizable.js";
|
|
69
69
|
import { R as R2 } from "./components/extended/React-Resizable/ResizableBox/ResizableBox.js";
|
|
@@ -80,7 +80,7 @@ import { L as L3 } from "./components/mui_extended/LinearProgress/index.js";
|
|
|
80
80
|
import { L as L4 } from "./components/mui_extended/LinkWithRoute/index.js";
|
|
81
81
|
import { L as L5 } from "./components/mui_extended/LoadingButton/LoadingButton.js";
|
|
82
82
|
import { P as P2 } from "./components/Pager/Pager.js";
|
|
83
|
-
import { g as
|
|
83
|
+
import { g as g11 } from "./components/Pager/dicctionary.js";
|
|
84
84
|
import { A as A15 } from "./components/mui_extended/Accordion/Accordion.js";
|
|
85
85
|
import { T as T3 } from "./components/mui_extended/Tooltip/Tooltip.js";
|
|
86
86
|
import { I as I2 } from "./components/mui_extended/IconButton/IconButton.js";
|
|
@@ -93,7 +93,7 @@ import { S as S5 } from "./components/mui_extended/Stack/Stack.js";
|
|
|
93
93
|
import { T as T4 } from "./components/mui_extended/Tab/Tab.js";
|
|
94
94
|
import { T as T5 } from "./components/mui_extended/Tabs/Tabs.js";
|
|
95
95
|
import { T as T6 } from "./components/mui_extended/TabContent/TabContent.js";
|
|
96
|
-
import { T as T7, a as
|
|
96
|
+
import { T as T7, a as a6 } from "./components/mui_extended/TabContext/index.js";
|
|
97
97
|
import { T as T8 } from "./components/mui_extended/Typography/Typography.js";
|
|
98
98
|
import { t } from "./components/mui_extended/ToggleButton/ToggleButton.styles.js";
|
|
99
99
|
import { T as T9 } from "./components/mui_extended/ToggleButton/ToggleButton.js";
|
|
@@ -108,44 +108,44 @@ import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/Toggl
|
|
|
108
108
|
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
109
109
|
import { D as D6 } from "./components/mui_extended/Dialog/Dialog.js";
|
|
110
110
|
import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
111
|
-
import { D as D7, g as
|
|
112
|
-
import { U, g as
|
|
113
|
-
import { P as P4, g as
|
|
114
|
-
import { C as C15, g as
|
|
111
|
+
import { D as D7, g as g12 } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
112
|
+
import { U, g as g13 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
113
|
+
import { P as P4, g as g14 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
114
|
+
import { C as C15, g as g15 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
115
115
|
import { P as P5, u as u13 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
116
|
-
import { P as P6, g as
|
|
116
|
+
import { P as P6, g as g16 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
117
117
|
import { C as C16 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
118
|
-
import { g as
|
|
118
|
+
import { g as g17 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
119
119
|
import { D as D8 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
120
|
-
import { g as
|
|
120
|
+
import { g as g18 } from "./components/formatters/dictionary.js";
|
|
121
121
|
import { G } from "./components/GridLayout/GridLayout.js";
|
|
122
122
|
import { R as R3 } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
123
|
-
import { c as c2, d as d3
|
|
123
|
+
import { c as c2, e, d as d3 } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
124
124
|
import { i, k } from "./components/GridLayout/utils.js";
|
|
125
125
|
import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
126
126
|
import { H as H2 } from "./components/HelmetPage/index.js";
|
|
127
127
|
import { H as H3 } from "./components/HelperError/HelperError.js";
|
|
128
128
|
import { R as R4 } from "./components/hook-form/RHFAutocomplete/RHFAutocomplete.js";
|
|
129
|
-
import { g as
|
|
129
|
+
import { g as g19 } from "./components/hook-form/RHFAutocomplete/dictionary.js";
|
|
130
130
|
import { R as R5 } from "./components/hook-form/RHFAutocompleteAsync/RHFAutocompleteAsync.js";
|
|
131
|
-
import { g as
|
|
131
|
+
import { g as g20 } from "./components/hook-form/RHFAutocompleteAsync/dictionary.js";
|
|
132
132
|
import { R as R6 } from "./components/hook-form/RHFDateTime/RHFDateTime.js";
|
|
133
133
|
import { R as R7 } from "./components/hook-form/RHFMultiCheckbox/index.js";
|
|
134
134
|
import { R as R8 } from "./components/hook-form/RHFSelect/RHFSelect.js";
|
|
135
135
|
import { R as R9 } from "./components/hook-form/RHFHelperError/index.js";
|
|
136
136
|
import { R as R10 } from "./components/hook-form/RHFRadioGroup/RHFRadioGroup.js";
|
|
137
|
-
import { R as R11 } from "./components/hook-form/
|
|
138
|
-
import { R as R12 } from "./components/hook-form/
|
|
139
|
-
import { R as R13 } from "./components/hook-form/
|
|
140
|
-
import { R as R14 } from "./components/hook-form/
|
|
141
|
-
import { R as R15 } from "./components/hook-form/
|
|
142
|
-
import {
|
|
143
|
-
import { g as g20 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
137
|
+
import { R as R11 } from "./components/hook-form/RHFUpload/RHFUploadSingleFile/RHFUploadSingleFile.js";
|
|
138
|
+
import { R as R12 } from "./components/hook-form/RHFColorPicker/RFHColorPicker.js";
|
|
139
|
+
import { R as R13 } from "./components/hook-form/RHFCheckbox/RHFCheckbox.js";
|
|
140
|
+
import { R as R14 } from "./components/hook-form/RHFTextField/RHFTextField.js";
|
|
141
|
+
import { R as R15 } from "./components/hook-form/RHFTextFieldPassword/RHFTextFieldPassword.js";
|
|
142
|
+
import { g as g21 } from "./components/hook-form/RHFPeriod/subcomponents/Period/dictionary.js";
|
|
144
143
|
import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
145
|
-
import { R as
|
|
146
|
-
import { R as
|
|
147
|
-
import { R as
|
|
148
|
-
import { P as P7, R as
|
|
144
|
+
import { R as R16 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
145
|
+
import { R as R17 } from "./components/hook-form/RHFPeriod/constants.js";
|
|
146
|
+
import { R as R18 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
147
|
+
import { P as P7, R as R19, S as S6, T as T17 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
148
|
+
import { R as R20 } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
149
149
|
import { R as R21 } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
150
150
|
import { I as I4 } from "./components/Icon/Icon.js";
|
|
151
151
|
import { I as I5 } from "./components/Image/Image.js";
|
|
@@ -154,20 +154,20 @@ import { L as L7 } from "./components/LanguagePopover/LanguagePopover.js";
|
|
|
154
154
|
import { L as L8 } from "./components/LinearProgressIndeterminate/LinearProgressIndeterminate.js";
|
|
155
155
|
import { L as L9 } from "./components/Loadable/index.js";
|
|
156
156
|
import { L as L10 } from "./components/LoadingError/LoadingError.js";
|
|
157
|
-
import { g as
|
|
158
|
-
import { g as
|
|
159
|
-
import { a as
|
|
157
|
+
import { g as g22 } from "./components/LoadingError/dictionary.js";
|
|
158
|
+
import { g as g23 } from "./components/MenuActions/dictionary.js";
|
|
159
|
+
import { a as a7, M as M3 } from "./components/MenuActions/MenuActions.js";
|
|
160
160
|
import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
161
161
|
import { M as M5 } from "./components/MFLoader/MFLoader.js";
|
|
162
|
-
import { g as
|
|
162
|
+
import { g as g24 } from "./components/MFLoader/dictionary.js";
|
|
163
163
|
import { N as N3 } from "./components/NoItemSelected/NoItemSelected.js";
|
|
164
|
-
import { g as
|
|
164
|
+
import { g as g25 } from "./components/NoItemSelected/dictionary.js";
|
|
165
165
|
import { O } from "./components/ObjectLogs/ObjectLogs.js";
|
|
166
|
-
import { d as d4, g as
|
|
166
|
+
import { d as d4, g as g26 } from "./components/ObjectLogs/dictionary.js";
|
|
167
167
|
import { P as P8 } from "./components/PaperForm/PaperForm.js";
|
|
168
168
|
import { P as P9 } from "./components/PDFViewer/PDFViewer.js";
|
|
169
169
|
import { u as u14 } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
170
|
-
import { a as
|
|
170
|
+
import { a as a8, P as P10 } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
171
171
|
import { P as P11 } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
172
172
|
import { P as P12 } from "./components/PrintingSystem/PrintingSystem.js";
|
|
173
173
|
import { P as P13 } from "./components/PropertyValue/PropertyValue.js";
|
|
@@ -177,44 +177,44 @@ import { T as T18 } from "./components/ToastContainer/ToastContainer.js";
|
|
|
177
177
|
import { T as T19 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
178
178
|
import { W } from "./components/WindowBase/WindowBase.js";
|
|
179
179
|
import { u as u15 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
180
|
-
import { a as
|
|
181
|
-
import { M as M6, W as W2, a as
|
|
180
|
+
import { a as a9, u as u16 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
181
|
+
import { M as M6, W as W2, a as a10 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
182
182
|
import { c as c3 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
183
|
-
import { D as D9, a as
|
|
183
|
+
import { D as D9, a as a11, M as M7 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
184
184
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
185
|
-
import { a as
|
|
185
|
+
import { a as a12, g as g27 } from "./components/ModalDialog/dictionary.js";
|
|
186
186
|
import { M as M8 } from "./components/ModalDialog/ModalDialog.js";
|
|
187
187
|
import { F as F2, R as R22, u as u17 } from "./components/hook-form/RHFormContext/index.js";
|
|
188
|
-
import { g as
|
|
188
|
+
import { g as g28 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
189
189
|
import { u as u18 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
190
190
|
import { A as A16 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
191
|
-
import { a as
|
|
191
|
+
import { a as a13, M as M9 } from "./contexts/ModalContext/index.js";
|
|
192
192
|
import { u as u19 } from "./hooks/useFormAddEdit/index.js";
|
|
193
193
|
import { u as u20 } from "./hooks/useModal/index.js";
|
|
194
194
|
import { u as u21 } from "./hooks/useTab/index.js";
|
|
195
|
-
import { g as
|
|
195
|
+
import { g as g29 } from "./hooks/useFormAddEdit/dictionary.js";
|
|
196
196
|
import { u as u22 } from "./hooks/useFormFocus/index.js";
|
|
197
197
|
import { u as u23 } from "./hooks/useInterval/index.js";
|
|
198
198
|
import { u as u24 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
199
199
|
import { u as u25 } from "./hooks/useFormReadyForUpdate/index.js";
|
|
200
200
|
import { u as u26 } from "./hooks/useStateRef/index.js";
|
|
201
|
-
import {
|
|
201
|
+
import { S as S9 } from "./hooks/useSvgColor/constants.js";
|
|
202
202
|
import { u as u27 } from "./hooks/useSvgColor/useSvgColor.js";
|
|
203
203
|
import { u as u28 } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
204
204
|
import { u as u29 } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
205
205
|
import { u as u30 } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
206
206
|
import { c as c4 } from "./utils/capitalizeFirstLetter.js";
|
|
207
207
|
import { i as i2 } from "./utils/isValidDate.js";
|
|
208
|
-
import { g as
|
|
209
|
-
import { g as
|
|
210
|
-
import { g as
|
|
211
|
-
import { g as
|
|
212
|
-
import { a as
|
|
208
|
+
import { g as g30 } from "./utils/getComponentUtilityClass.js";
|
|
209
|
+
import { g as g31 } from "./utils/getPaletteColor.js";
|
|
210
|
+
import { g as g32 } from "./utils/getTypographyStyles.js";
|
|
211
|
+
import { g as g33 } from "./utils/getIconColor.js";
|
|
212
|
+
import { a as a14 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
213
213
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
214
|
-
import { g as
|
|
214
|
+
import { g as g34, a as a15 } from "./utils/getComponentSlotRoot.js";
|
|
215
215
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
216
|
-
import { g as
|
|
217
|
-
import { g as
|
|
216
|
+
import { g as g35 } from "./utils/getValidDate.js";
|
|
217
|
+
import { g as g36 } from "./utils/getNullGuard.js";
|
|
218
218
|
export {
|
|
219
219
|
A7 as AREAS_DICCTIONARY,
|
|
220
220
|
a3 as AREAS_DICTIONARY_ID,
|
|
@@ -264,7 +264,7 @@ export {
|
|
|
264
264
|
D3 as DragResizeWindowRND,
|
|
265
265
|
D4 as DynamicFilter,
|
|
266
266
|
D9 as DynamicMFParmsContext,
|
|
267
|
-
|
|
267
|
+
a11 as DynamicMFParmsProvider,
|
|
268
268
|
D5 as DynamicSort,
|
|
269
269
|
F as FixedSizeList,
|
|
270
270
|
F2 as FormProviderCustom,
|
|
@@ -290,10 +290,10 @@ export {
|
|
|
290
290
|
M4 as MFIsolationApp,
|
|
291
291
|
M5 as MFLoader,
|
|
292
292
|
M7 as MemonizedDynamicMFParmsProvider,
|
|
293
|
-
|
|
293
|
+
a7 as MemonizedMenuActions,
|
|
294
294
|
M6 as MemonizedWindowToolsMFContext,
|
|
295
295
|
M3 as MenuActions,
|
|
296
|
-
|
|
296
|
+
a13 as ModalContext,
|
|
297
297
|
M8 as ModalDialog,
|
|
298
298
|
M9 as ModalProvider,
|
|
299
299
|
M as MotionContainer,
|
|
@@ -310,7 +310,7 @@ export {
|
|
|
310
310
|
P7 as PeriodRootStyled,
|
|
311
311
|
P4 as PointsFormatter,
|
|
312
312
|
P3 as Popover,
|
|
313
|
-
|
|
313
|
+
a8 as PopupsContext,
|
|
314
314
|
P10 as PopupsProvider,
|
|
315
315
|
P11 as PopupsViewer,
|
|
316
316
|
P6 as PriceFormatter,
|
|
@@ -319,27 +319,27 @@ export {
|
|
|
319
319
|
P13 as PropertyValue,
|
|
320
320
|
R4 as RHFAutocomplete,
|
|
321
321
|
R5 as RHFAutocompleteAsync,
|
|
322
|
-
|
|
323
|
-
|
|
322
|
+
R13 as RHFCheckbox,
|
|
323
|
+
R12 as RHFColorPicker,
|
|
324
324
|
R6 as RHFDateTime,
|
|
325
325
|
R9 as RHFHelperError,
|
|
326
326
|
R7 as RHFMultiCheckbox,
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
327
|
+
R20 as RHFNumberInput,
|
|
328
|
+
R16 as RHFPeriod,
|
|
329
|
+
R19 as RHFPeriodRootStyled,
|
|
330
|
+
R18 as RHFPeriodSlots,
|
|
331
331
|
R10 as RHFRadioGroup,
|
|
332
332
|
R8 as RHFSelect,
|
|
333
|
-
|
|
334
|
-
|
|
333
|
+
R14 as RHFTextField,
|
|
334
|
+
R15 as RHFTextFieldPassword,
|
|
335
335
|
R21 as RHFUploadImage,
|
|
336
|
-
|
|
337
|
-
|
|
336
|
+
R11 as RHFUploadSingleFile,
|
|
337
|
+
R17 as RHF_PERIOD_KEY_COMPONENT,
|
|
338
338
|
R22 as RHFormProvider,
|
|
339
339
|
R as Resizable,
|
|
340
340
|
R2 as ResizableBox,
|
|
341
341
|
R3 as Responsive,
|
|
342
|
-
|
|
342
|
+
S9 as SKELETON_SVG_ICON,
|
|
343
343
|
S7 as ScrollBar,
|
|
344
344
|
S as SectionCommercial,
|
|
345
345
|
S6 as SelectStyled,
|
|
@@ -353,7 +353,7 @@ export {
|
|
|
353
353
|
T4 as Tab,
|
|
354
354
|
T6 as TabContent,
|
|
355
355
|
T7 as TabContext,
|
|
356
|
-
|
|
356
|
+
a6 as TabProvider,
|
|
357
357
|
T5 as Tabs,
|
|
358
358
|
T2 as TextEditor,
|
|
359
359
|
T17 as TextFieldStyled,
|
|
@@ -373,11 +373,11 @@ export {
|
|
|
373
373
|
W as WindowBase,
|
|
374
374
|
W3 as WindowConfirm,
|
|
375
375
|
W2 as WindowToolsMFContext,
|
|
376
|
-
|
|
376
|
+
a10 as WindowToolsMFProvider,
|
|
377
377
|
c2 as addLayoutItemToBreakPointIfNoExists,
|
|
378
|
-
|
|
378
|
+
e as addLayoutItemToBreakPoints,
|
|
379
379
|
c4 as capitalizeFirstLetter,
|
|
380
|
-
|
|
380
|
+
d3 as cloneLayouts,
|
|
381
381
|
c3 as createDynamicMFStore,
|
|
382
382
|
c as createToaster,
|
|
383
383
|
d as defaultCommonActionsDictionary,
|
|
@@ -389,43 +389,43 @@ export {
|
|
|
389
389
|
b2 as getAreasComponentsDictionary,
|
|
390
390
|
g3 as getAreasDictionary,
|
|
391
391
|
g4 as getCommonActionsDictionary,
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
392
|
+
g34 as getComponentClasses,
|
|
393
|
+
a15 as getComponentSlotRoot,
|
|
394
|
+
g30 as getComponentUtilityClass,
|
|
395
395
|
g5 as getDataGridComponentsDictionary,
|
|
396
396
|
g6 as getDataGridRowsFromSet,
|
|
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
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
397
|
+
g17 as getDistanceToNowFormatterComponentsDictionary,
|
|
398
|
+
g7 as getDynamicFilterComponentsDictionary,
|
|
399
|
+
a5 as getDynamicSortComponentsDictionary,
|
|
400
|
+
a4 as getFilterGroupFieldsByName,
|
|
401
|
+
g28 as getFormComponentsDictionary,
|
|
402
|
+
g15 as getFormatConcatenated,
|
|
403
|
+
g12 as getFormatDate,
|
|
404
|
+
g14 as getFormatPoints,
|
|
405
|
+
g16 as getFormatPrice,
|
|
406
|
+
g18 as getFormattersComponentsDictionary,
|
|
407
|
+
a14 as getHeightSizeStyles,
|
|
408
|
+
g33 as getIconColor,
|
|
409
|
+
g8 as getIsIfInDynamicFilter,
|
|
410
|
+
g22 as getLoadingErrorComponentsDictionary,
|
|
411
|
+
g24 as getMFLoaderComponentsDictionary,
|
|
412
|
+
g23 as getMenuActionsComponentsDictionary,
|
|
413
|
+
a12 as getModalDialogComponentsDictionary,
|
|
414
|
+
g27 as getModalDictionary,
|
|
415
|
+
g25 as getNoItemSelectedComponentsDictionary,
|
|
416
|
+
g36 as getNullGuard,
|
|
417
|
+
g26 as getObjectLogsComponentsDictionary,
|
|
418
|
+
g11 as getPagerComponentsDictionary,
|
|
419
|
+
g31 as getPaletteColor,
|
|
420
|
+
g21 as getPeriodComponetsDictionary,
|
|
421
|
+
g20 as getRHFAutocompleteAsyncComponentsDictionary,
|
|
422
|
+
g19 as getRHFAutocompleteComponentsDictionary,
|
|
423
|
+
g9 as getRawFiltersForNetwork,
|
|
424
|
+
g10 as getRawSortsForNetwork,
|
|
425
|
+
g32 as getTypographyStyles,
|
|
426
|
+
g13 as getUncertaintyFormat,
|
|
427
|
+
g35 as getValidDate,
|
|
428
|
+
g29 as getformAddEditDictionary,
|
|
429
429
|
i as isEqualLayout,
|
|
430
430
|
k as isEqualLayouts,
|
|
431
431
|
i2 as isValidDate,
|
|
@@ -448,7 +448,7 @@ export {
|
|
|
448
448
|
u17 as useCustomForm,
|
|
449
449
|
u29 as useDataGridPersistence,
|
|
450
450
|
u28 as useDynamicFilterAndSort,
|
|
451
|
-
|
|
451
|
+
a9 as useDynamicMFParameters,
|
|
452
452
|
u16 as useDynamicMFParametersStore,
|
|
453
453
|
u19 as useFormAddEdit,
|
|
454
454
|
u22 as useFormFocus,
|
|
@@ -466,8 +466,8 @@ export {
|
|
|
466
466
|
v2 as varBounce,
|
|
467
467
|
v3 as varContainer,
|
|
468
468
|
v as varFade,
|
|
469
|
-
|
|
470
|
-
|
|
469
|
+
a as varTranEnter,
|
|
470
|
+
v4 as varTranExit,
|
|
471
471
|
b as varTranHover,
|
|
472
472
|
w as withSizeProvider
|
|
473
473
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.50-beta.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"lint-staged": {
|
|
6
6
|
"*.{js,ts,tsx}": "eslint --fix --max-warnings 0 --no-warn-ignored"
|
|
@@ -9,8 +9,8 @@
|
|
|
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": "
|
|
13
|
-
"@m4l/graphics": "
|
|
12
|
+
"@m4l/core": "2.0.23-beta.5",
|
|
13
|
+
"@m4l/graphics": "7.0.16-beta.4",
|
|
14
14
|
"@m4l/styles": "^7.0.0",
|
|
15
15
|
"@microlink/react-json-view": "^1.23.3",
|
|
16
16
|
"@mui/lab": "5.0.0-alpha.173",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const PropertyValueRoot: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|