@m4l/components 9.2.54-beta.1 → 9.2.54
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/.storybook/utils/getStylesColorsByMode.d.ts +4 -4
- package/components/Chip/ChipStyles.js +1 -1
- package/components/DataGrid/constants.js +2 -2
- 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/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/ActionsColumn.js +1 -1
- 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/dictionary.js +0 -12
- package/components/DynamicFilter/store/DynamicFilterContext.js +1 -1
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase.js +1 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/usePopoverFilter.d.ts +3 -3
- package/components/DynamicSort/dictionary.js +0 -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/PopoverSort/usePopoverSort.d.ts +3 -3
- 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/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 +2 -0
- package/components/ObjectLogs/dictionary.js +0 -3
- package/components/ObjectLogs/subcomponents/ObjectLogsByM4L/ObjectLogsByM4L.js +1 -1
- package/components/ObjectLogs/subcomponents/ObjectLogsByOthers/ObjectLogsByOthers.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 +2 -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/ToastContainer/ToastContainer.styles.js +2 -8
- package/components/WindowBase/WindowBase.js +2 -0
- package/components/WindowBase/contexts/WindowToolsMFContext/types.d.ts +2 -1
- package/components/WindowBase/index.d.ts +1 -1
- package/components/WindowBase/slots/WindowBaseSlots.js +1 -1
- package/components/WindowBase/subcomponents/Header/HeaderWindowBase.d.ts +0 -26
- package/components/WindowBase/subcomponents/Header/HeaderWindowBase.js +29 -38
- package/components/WindowBase/subcomponents/Header/types.d.ts +1 -1
- package/components/WindowBase/subcomponents/Header/useButtonActions.d.ts +5 -0
- package/components/WindowBase/subcomponents/Header/useButtonActions.js +36 -0
- package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.d.ts +1 -1
- package/components/WindowBase/subcomponents/MemoizedIconButton/MemoizedIconButton.js +1 -1
- package/components/WindowBase/subcomponents/MemoizedIconButton/types.d.ts +4 -0
- package/components/WindowBase/types.d.ts +32 -37
- 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/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useWindow.d.ts +1 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useWindow.js +8 -3
- package/components/areas/contexts/AreasContext/helpers/helper.js +14 -14
- package/components/areas/contexts/AreasContext/store.js +7 -6
- package/components/areas/contexts/AreasContext/types.d.ts +1 -1
- package/components/areas/icons.js +0 -8
- package/components/areas/types.d.ts +4 -0
- package/components/commercial/HamburgerMenu/classes/index.js +1 -1
- 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/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +5 -0
- package/components/hook-form/RHFAutocompleteAsync/tests/common.d.ts +4 -2
- package/components/hook-form/RHFAutocompleteAsync/types.js +0 -6
- package/components/hook-form/RHFCheckbox/slots/RHFCheckBoxSlots.js +1 -1
- 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/mui_extended/Accordion/Accordion.js +1 -1
- package/components/mui_extended/Accordion/slots/AccordionSlots.js +2 -2
- package/components/mui_extended/Autocomplete/Autocomplete.js +2 -11
- package/components/mui_extended/Autocomplete/hooks/useValuesAndHandlers.js +11 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.js +4 -4
- 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/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/PopupsProvider/contexts/PopupsContext/store.js +2 -1
- package/components/popups/components/PopupsProvider/contexts/PopupsContext/types.d.ts +6 -2
- package/components/popups/components/PopupsProvider/hooks/useHeaderActionsPopups.js +1 -3
- package/components/popups/components/PopupsProvider/hooks/usePopups.d.ts +1 -0
- package/components/popups/components/PopupsProvider/hooks/usePopups.js +5 -2
- 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/useSvgColor/constants.js +2 -2
- package/hooks/useSvgColor/helpers.js +1 -1
- package/hooks/useSvgColor/useSvgColor.js +1 -1
- package/index.js +19 -19
- package/package.json +3 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { R as RootStyled, T as
|
|
3
|
-
import {
|
|
2
|
+
import { R as RootStyled, T as TooltipStyled, a as TextStyled } from "./slots/TooltipSlots.js";
|
|
3
|
+
import { D as DEFAULT_TOOLTIP_OFFSET, T as TOOLTIP_CLASSES } from "./constants.js";
|
|
4
4
|
import clsx from "clsx";
|
|
5
5
|
import { u as useComponentSize } from "../../../hooks/useComponentSize/useComponentSize.js";
|
|
6
6
|
const Tooltip = (props) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx } from "react/jsx-runtime";
|
|
2
2
|
import clsx from "clsx";
|
|
3
3
|
import { useModuleSkeleton } from "@m4l/core";
|
|
4
|
-
import { T as
|
|
4
|
+
import { T as TYPOGRAPHY_CLASSES, a as TYPOGRAPHY_KEY_COMPONENT, b as TYPOGRAPHY_CLASS_NAME_SPECIFY } from "./constants.js";
|
|
5
5
|
import { T as TypographySlots } from "./slots/typographyEnum.js";
|
|
6
6
|
import { S as StyledMUITypography, a as StyledSkeleton } from "./slots/typographySlots.js";
|
|
7
7
|
import { g as getPropDataTestId } from "../../../test/getNameDataTestId.js";
|
|
@@ -4,7 +4,7 @@ const TYPOGRAPHY_KEY_COMPONENT = "M4LTypography";
|
|
|
4
4
|
const TYPOGRAPHY_CLASS_NAME_SPECIFY = "M4lclassCssSpecificity";
|
|
5
5
|
const TYPOGRAPHY_CLASSES = getComponentClasses(TYPOGRAPHY_KEY_COMPONENT, TypographySlots);
|
|
6
6
|
export {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
7
|
+
TYPOGRAPHY_CLASSES as T,
|
|
8
|
+
TYPOGRAPHY_KEY_COMPONENT as a,
|
|
9
|
+
TYPOGRAPHY_CLASS_NAME_SPECIFY as b
|
|
10
10
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Typography } from "@mui/material";
|
|
2
2
|
import { styled } from "@mui/material/styles";
|
|
3
|
-
import {
|
|
3
|
+
import { a as TYPOGRAPHY_KEY_COMPONENT } from "../constants.js";
|
|
4
4
|
import { T as TypographySlots } from "./typographyEnum.js";
|
|
5
5
|
import { t as typographyStyles } from "../typography.styles.js";
|
|
6
6
|
import { S as Skeleton } from "../../Skeleton/Skeleton.js";
|
|
@@ -273,11 +273,12 @@ const createPopupsStore = (initProps, storeDevtoolsEnabled = false) => {
|
|
|
273
273
|
/**
|
|
274
274
|
* setActions: Establece las acciones del popup
|
|
275
275
|
*/
|
|
276
|
-
setActions: (popupId, actions, version) => {
|
|
276
|
+
setActions: (popupId, actions, version, buildTime) => {
|
|
277
277
|
set((state) => {
|
|
278
278
|
if (state.hashPopups[popupId]) {
|
|
279
279
|
state.hashPopups[popupId].moduleActions = actions;
|
|
280
280
|
state.hashPopups[popupId].version = version;
|
|
281
|
+
state.hashPopups[popupId].buildTime = buildTime;
|
|
281
282
|
}
|
|
282
283
|
});
|
|
283
284
|
},
|
|
@@ -73,9 +73,13 @@ export interface PopupStorePropsBase extends PartialExcept<Pick<DragResizeWindow
|
|
|
73
73
|
*/
|
|
74
74
|
moduleActions?: ModuleAction[];
|
|
75
75
|
/**
|
|
76
|
-
* "version" Versión
|
|
76
|
+
* "version" Versión del Microfrontend
|
|
77
77
|
*/
|
|
78
78
|
version?: string;
|
|
79
|
+
/**
|
|
80
|
+
* "buildTime" BuildTime del Microfrontend
|
|
81
|
+
*/
|
|
82
|
+
buildTime?: string;
|
|
79
83
|
/**
|
|
80
84
|
* "fnQueryClose" Función de cierre de la consulta
|
|
81
85
|
*/
|
|
@@ -312,7 +316,7 @@ export interface PopupsProviderStoreStateWithActions extends PopupsProviderStore
|
|
|
312
316
|
/**
|
|
313
317
|
* setActions: Establece las acciones del popup
|
|
314
318
|
*/
|
|
315
|
-
setActions: (popupId: string, actions: ModuleAction[], version?: string) => void;
|
|
319
|
+
setActions: (popupId: string, actions: ModuleAction[], version?: string, buildTime?: string) => void;
|
|
316
320
|
};
|
|
317
321
|
}
|
|
318
322
|
export type DefaultPopupsStoreProps = PopupsProviderStoreState;
|
|
@@ -18,9 +18,7 @@ const useHeaderActionsPopups = ({
|
|
|
18
18
|
const leftActions = useMemo(() => {
|
|
19
19
|
return getLeftActions(isMobile, moduleActions).map((action) => ({
|
|
20
20
|
...action,
|
|
21
|
-
place: "left"
|
|
22
|
-
iconUrl: action.iconUrl || "",
|
|
23
|
-
label: action.label || ""
|
|
21
|
+
place: "left"
|
|
24
22
|
}));
|
|
25
23
|
}, [isMobile, moduleActions]);
|
|
26
24
|
const windowOptions = usePopupsStore(
|
|
@@ -21,6 +21,7 @@ export declare const usePopups: (popupId: string) => {
|
|
|
21
21
|
loading: boolean | undefined;
|
|
22
22
|
status: import('../../PopupsViewer/types').PopupStatus;
|
|
23
23
|
version: string | undefined;
|
|
24
|
+
buildTime: string | undefined;
|
|
24
25
|
dynamicMFStore: Omit<import('zustand').StoreApi<import('../../../../WindowBase/contexts/DynamicMFParmsContext/store').DynamicMFStateWithActions>, "setState"> & {
|
|
25
26
|
setState(nextStateOrUpdater: import('../../../../WindowBase/contexts/DynamicMFParmsContext/store').DynamicMFStateWithActions | Partial<import('../../../../WindowBase/contexts/DynamicMFParmsContext/store').DynamicMFStateWithActions> | ((state: import('immer/dist/internal').WritableDraft<import('../../../../WindowBase/contexts/DynamicMFParmsContext/store').DynamicMFStateWithActions>) => void), shouldReplace?: boolean | undefined): void;
|
|
26
27
|
};
|
|
@@ -13,6 +13,7 @@ const usePopups = (popupId) => {
|
|
|
13
13
|
dynamicMFStore,
|
|
14
14
|
loading,
|
|
15
15
|
version,
|
|
16
|
+
buildTime,
|
|
16
17
|
subTitle,
|
|
17
18
|
editionInfo,
|
|
18
19
|
zIndex,
|
|
@@ -61,8 +62,8 @@ const usePopups = (popupId) => {
|
|
|
61
62
|
const windowTools = useMemo(
|
|
62
63
|
() => ({
|
|
63
64
|
getWindowId: () => popupId,
|
|
64
|
-
setActions: (newActions, newVersion) => {
|
|
65
|
-
setActions(popupId, newActions, newVersion);
|
|
65
|
+
setActions: (newActions, newVersion, newBuildTime) => {
|
|
66
|
+
setActions(popupId, newActions, newVersion, newBuildTime);
|
|
66
67
|
},
|
|
67
68
|
getCookie: () => {
|
|
68
69
|
throw new Error("getCookie not implemented");
|
|
@@ -88,6 +89,7 @@ const usePopups = (popupId) => {
|
|
|
88
89
|
[
|
|
89
90
|
popupId,
|
|
90
91
|
version,
|
|
92
|
+
buildTime,
|
|
91
93
|
setActions,
|
|
92
94
|
//getCookie,
|
|
93
95
|
//getCookies,
|
|
@@ -113,6 +115,7 @@ const usePopups = (popupId) => {
|
|
|
113
115
|
loading,
|
|
114
116
|
status,
|
|
115
117
|
version,
|
|
118
|
+
buildTime,
|
|
116
119
|
dynamicMFStore,
|
|
117
120
|
windowTools,
|
|
118
121
|
//onTouch,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useState, useCallback } from "react";
|
|
2
2
|
import { g as getColumnsConfigCookie } from "./helpers.js";
|
|
3
|
-
import { C as
|
|
3
|
+
import { C as COOKIE_COLUMNS_CONFIG, a as COOKIE_COLUMNS_WIDTHS } from "./constants.js";
|
|
4
4
|
import { u as useWindowToolsMF } from "../../components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
5
5
|
const useDataGridPersistence = (props) => {
|
|
6
6
|
const { prefixCookie } = props;
|
|
@@ -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";
|
|
@@ -34,7 +34,7 @@ import { D as D2 } from "./components/DataGrid/DataGrid.js";
|
|
|
34
34
|
import { g as g5 } from "./components/DataGrid/dictionary.js";
|
|
35
35
|
import { N, T as T2 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.js";
|
|
36
36
|
import { g as g6 } from "./components/DataGrid/utils/getDataGridRowsFromSet.js";
|
|
37
|
-
import {
|
|
37
|
+
import { b as b3 } from "./components/DataGrid/constants.js";
|
|
38
38
|
import { C as C2 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/formatter.js";
|
|
39
39
|
import { u as u3 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/useColumnBoolean.js";
|
|
40
40
|
import { C as C3 } from "./components/DataGrid/formatters/ColumnConcatenatedValuesFormatter/formatter.js";
|
|
@@ -121,7 +121,7 @@ import { D as D8 } from "./components/formatters/DistanceToNowFormatter/Distance
|
|
|
121
121
|
import { g as g18 } from "./components/formatters/dictionary.js";
|
|
122
122
|
import { G } from "./components/GridLayout/GridLayout.js";
|
|
123
123
|
import { R as R3 } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
124
|
-
import { c as
|
|
124
|
+
import { c as c2, e, d as d3 } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
125
125
|
import { i, k } from "./components/GridLayout/utils.js";
|
|
126
126
|
import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
127
127
|
import { H as H2 } from "./components/HelmetPage/index.js";
|
|
@@ -180,7 +180,7 @@ import { W } from "./components/WindowBase/WindowBase.js";
|
|
|
180
180
|
import { u as u15 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
181
181
|
import { a as a9, u as u16 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
182
182
|
import { M as M6, W as W2, a as a10 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
183
|
-
import { c as
|
|
183
|
+
import { c as c3 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
184
184
|
import { D as D9, a as a11, M as M7 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
185
185
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
186
186
|
import { a as a12, g as g27 } from "./components/ModalDialog/dictionary.js";
|
|
@@ -199,20 +199,20 @@ import { u as u23 } from "./hooks/useInterval/index.js";
|
|
|
199
199
|
import { u as u24 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
200
200
|
import { u as u25 } from "./hooks/useFormReadyForUpdate/index.js";
|
|
201
201
|
import { u as u26 } from "./hooks/useStateRef/index.js";
|
|
202
|
-
import {
|
|
202
|
+
import { S as S9 } from "./hooks/useSvgColor/constants.js";
|
|
203
203
|
import { u as u27 } from "./hooks/useSvgColor/useSvgColor.js";
|
|
204
204
|
import { u as u28 } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
205
205
|
import { u as u29 } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
206
206
|
import { u as u30 } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
207
|
-
import { c as
|
|
207
|
+
import { c as c4 } from "./utils/capitalizeFirstLetter.js";
|
|
208
208
|
import { i as i2 } from "./utils/isValidDate.js";
|
|
209
209
|
import { g as g30 } from "./utils/getComponentUtilityClass.js";
|
|
210
210
|
import { g as g31 } from "./utils/getPaletteColor.js";
|
|
211
211
|
import { g as g32 } from "./utils/getTypographyStyles.js";
|
|
212
212
|
import { g as g33 } from "./utils/getIconColor.js";
|
|
213
|
-
import { a as
|
|
213
|
+
import { a as a14 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
214
214
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
215
|
-
import { g as g34, a as
|
|
215
|
+
import { g as g34, a as a15 } from "./utils/getComponentSlotRoot.js";
|
|
216
216
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
217
217
|
import { g as g35 } from "./utils/getValidDate.js";
|
|
218
218
|
import { g as g36 } from "./utils/getNullGuard.js";
|
|
@@ -257,7 +257,7 @@ export {
|
|
|
257
257
|
C10 as ColumnSetCheckFormatter,
|
|
258
258
|
C11 as ColumnUncertaintyFormatter,
|
|
259
259
|
C15 as ConcatenatedFormatter,
|
|
260
|
-
|
|
260
|
+
b3 as DATAGRID_SEMANTIC_WIDTHS,
|
|
261
261
|
D as DICTIONARY,
|
|
262
262
|
D2 as DataGrid,
|
|
263
263
|
D7 as DateFormatter,
|
|
@@ -341,7 +341,7 @@ export {
|
|
|
341
341
|
R as Resizable,
|
|
342
342
|
R2 as ResizableBox,
|
|
343
343
|
R3 as Responsive,
|
|
344
|
-
|
|
344
|
+
S9 as SKELETON_SVG_ICON,
|
|
345
345
|
S7 as ScrollBar,
|
|
346
346
|
S as SectionCommercial,
|
|
347
347
|
S6 as SelectStyled,
|
|
@@ -376,11 +376,11 @@ export {
|
|
|
376
376
|
W3 as WindowConfirm,
|
|
377
377
|
W2 as WindowToolsMFContext,
|
|
378
378
|
a10 as WindowToolsMFProvider,
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
379
|
+
c2 as addLayoutItemToBreakPointIfNoExists,
|
|
380
|
+
e as addLayoutItemToBreakPoints,
|
|
381
|
+
c4 as capitalizeFirstLetter,
|
|
382
|
+
d3 as cloneLayouts,
|
|
383
|
+
c3 as createDynamicMFStore,
|
|
384
384
|
c as createToaster,
|
|
385
385
|
d as defaultCommonActionsDictionary,
|
|
386
386
|
d2 as dragResizeWindowRNDClasses,
|
|
@@ -391,7 +391,7 @@ export {
|
|
|
391
391
|
g3 as getAreasDictionary,
|
|
392
392
|
g4 as getCommonActionsDictionary,
|
|
393
393
|
g34 as getComponentClasses,
|
|
394
|
-
|
|
394
|
+
a15 as getComponentSlotRoot,
|
|
395
395
|
g30 as getComponentUtilityClass,
|
|
396
396
|
g5 as getDataGridComponentsDictionary,
|
|
397
397
|
g6 as getDataGridRowsFromSet,
|
|
@@ -405,7 +405,7 @@ export {
|
|
|
405
405
|
g14 as getFormatPoints,
|
|
406
406
|
g16 as getFormatPrice,
|
|
407
407
|
g18 as getFormattersComponentsDictionary,
|
|
408
|
-
|
|
408
|
+
a14 as getHeightSizeStyles,
|
|
409
409
|
g33 as getIconColor,
|
|
410
410
|
g8 as getIsIfInDynamicFilter,
|
|
411
411
|
g22 as getLoadingErrorComponentsDictionary,
|
|
@@ -467,8 +467,8 @@ export {
|
|
|
467
467
|
v2 as varBounce,
|
|
468
468
|
v3 as varContainer,
|
|
469
469
|
v as varFade,
|
|
470
|
-
|
|
471
|
-
|
|
470
|
+
a as varTranEnter,
|
|
471
|
+
v4 as varTranExit,
|
|
472
472
|
b as varTranHover,
|
|
473
473
|
w as withSizeProvider
|
|
474
474
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.2.54
|
|
3
|
+
"version": "9.2.54",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "M4L Components",
|
|
6
6
|
"lint-staged": {
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
12
12
|
"@hookform/resolvers": "^2.9.5",
|
|
13
13
|
"@m4l/core": "^2.0.0",
|
|
14
|
-
"@m4l/graphics": "7.
|
|
15
|
-
"@m4l/styles": "7.
|
|
14
|
+
"@m4l/graphics": "^7.0.0",
|
|
15
|
+
"@m4l/styles": "^7.0.0",
|
|
16
16
|
"@microlink/react-json-view": "^1.23.3",
|
|
17
17
|
"@mui/lab": "5.0.0-alpha.173",
|
|
18
18
|
"@mui/material": "5.16.7",
|