@m4l/components 9.2.58 → 9.2.60-13062025.beta.1
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/decorators/WithAppearanceContext/WithAppearanceContext.d.ts +1 -1
- package/.storybook/decorators/WithWindowsToolsAndParmsMFContexts/WithWindowsToolsAndParmsMFContexts.d.ts +5 -0
- package/components/DataGrid/Datagrid.styles.js +4 -12
- package/components/DataGrid/contexts/DataGridContext/types.d.ts +4 -0
- package/components/DataGrid/index.d.ts +1 -1
- package/components/DataGrid/subcomponents/Table/hooks/useSortColumnsRows.js +2 -0
- package/components/DynamicFilter/DynamicFilter.styles.js +87 -91
- package/components/DynamicFilter/slots/SlotsEnum.d.ts +0 -3
- package/components/DynamicFilter/slots/SlotsEnum.js +0 -3
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +0 -9
- package/components/DynamicFilter/slots/dynamicFilterSlots.js +3 -19
- package/components/DynamicFilter/store/DynamicFilterContext.js +5 -6
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.js +1 -1
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.d.ts +1 -0
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.js +2 -1
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.js +2 -0
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +23 -18
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +4 -1
- package/components/DynamicSort/DynamicSort.styles.js +86 -87
- package/components/DynamicSort/slots/DynamicSortSlots.d.ts +0 -9
- package/components/DynamicSort/slots/DynamicSortSlots.js +5 -21
- package/components/DynamicSort/slots/SlotsEnum.d.ts +1 -4
- package/components/DynamicSort/slots/SlotsEnum.js +1 -4
- package/components/DynamicSort/subcomponents/InputSort/InputSort.js +2 -0
- package/components/DynamicSort/subcomponents/PopoverSort/PopoverSort.js +21 -17
- package/components/DynamicSort/subcomponents/SortActions/SortActions.js +2 -2
- package/components/DynamicSort/subcomponents/SortActions/useSortActions.d.ts +2 -0
- package/components/DynamicSort/subcomponents/SortActions/useSortActions.js +2 -1
- package/components/NumberInput/hooks/useNumberInput/useNumberInput.js +2 -0
- package/components/PaperForm/styles.js +2 -1
- package/components/PropertyValue/PropertyValue.styles.js +2 -1
- package/components/SideBar/SideBar.js +4 -2
- package/components/SideBar/constants.d.ts +26 -2
- package/components/SideBar/constants.js +19 -7
- package/components/SideBar/context/sideBarContext/index.js +19 -5
- package/components/SideBar/context/sideBarContext/types.d.ts +22 -1
- package/components/SideBar/helpers/getMenuDataWithState/index.js +22 -8
- package/components/SideBar/hooks/useCollapse/index.d.ts +1 -0
- package/components/SideBar/hooks/useCollapse/useCollapse.d.ts +11 -0
- package/components/SideBar/hooks/useCollapse/useCollapse.js +23 -0
- package/components/SideBar/slots/SideBarEnum.d.ts +5 -5
- package/components/SideBar/slots/SideBarEnum.js +9 -11
- package/components/SideBar/slots/SideBarSlots.d.ts +9 -3
- package/components/SideBar/slots/SideBarSlots.js +36 -28
- package/components/SideBar/styles.js +2 -4
- package/components/SideBar/subcomponents/ContentComponent/index.js +39 -19
- package/components/SideBar/subcomponents/ContentComponent/style.js +166 -22
- package/components/SideBar/subcomponents/{FooterSidebar → Promotion}/index.d.ts +2 -2
- package/components/SideBar/subcomponents/{FooterSidebar → Promotion}/index.js +8 -15
- package/components/SideBar/subcomponents/{FooterSidebar → Promotion}/styles.js +2 -2
- package/components/SideBar/subcomponents/Promotion/types.d.ts +5 -0
- package/components/SideBar/subcomponents/SideBarDesktop/index.js +1 -1
- package/components/SideBar/subcomponents/SideBarDesktop/styles.js +10 -14
- package/components/SideBar/subcomponents/SideBarMobile/index.js +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/index.d.ts +5 -0
- package/components/SideBar/subcomponents/{ContentGroups → TreeGroupItems}/index.js +16 -18
- package/components/SideBar/subcomponents/{ContentGroups → TreeGroupItems}/styles.js +5 -7
- package/components/SideBar/subcomponents/{ContentGroups/subcomponents/ContainerMenuItemsMain → TreeGroupItems}/subcomponents/ArrowIcon/index.js +10 -7
- package/components/SideBar/subcomponents/{ContentGroups/subcomponents/ContainerMenuItemsMain → TreeGroupItems/subcomponents/NodeMenuItem}/index.d.ts +3 -3
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.js +53 -0
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/types.d.ts +8 -0
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.d.ts +5 -0
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.js +55 -0
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/index.d.ts +1 -0
- package/components/SideBar/subcomponents/TreeGroupItems/types.d.ts +4 -0
- package/components/SideBar/types.d.ts +7 -3
- package/components/WindowBase/WindowBase.js +4 -1
- package/components/WindowBase/WindowBase.styles.js +48 -13
- package/components/WindowBase/contexts/WindowToolsMFContext/types.d.ts +10 -0
- package/components/WindowBase/hooks/useDynamicMFParameters/index.js +2 -2
- package/components/WindowBase/slots/WindowBaseEnum.d.ts +2 -1
- package/components/WindowBase/slots/WindowBaseEnum.js +1 -0
- package/components/WindowBase/slots/WindowBaseSlots.d.ts +3 -0
- package/components/WindowBase/slots/WindowBaseSlots.js +6 -1
- package/components/WindowBase/subcomponents/Header/HeaderWindowBase.js +5 -3
- package/components/WindowBase/subcomponents/Header/useButtonActions.js +4 -2
- 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 +5 -0
- package/components/WindowBase/types.d.ts +11 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/Window.js +17 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useRightActions.js +1 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useWindow.d.ts +2 -0
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useWindow.js +8 -5
- package/components/areas/contexts/AreasContext/store.js +18 -2
- package/components/areas/contexts/AreasContext/types.d.ts +2 -0
- package/components/areas/hooks/index.d.ts +0 -1
- package/components/areas/types.d.ts +4 -0
- package/components/extended/React-resizable-panels/SplitLayout.js +6 -3
- package/components/extended/React-resizable-panels/SplitLayout.styles.js +78 -36
- package/components/extended/React-resizable-panels/constants.d.ts +6 -0
- package/components/extended/React-resizable-panels/constants.js +5 -1
- package/components/extended/React-resizable-panels/slots/SplitLayoutEnum.d.ts +2 -1
- package/components/extended/React-resizable-panels/slots/SplitLayoutEnum.js +1 -0
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.d.ts +3 -0
- package/components/extended/React-resizable-panels/slots/SplitLayoutSlots.js +7 -1
- package/components/hook-form/RHFAutocompleteAsync/reducer/RHFAutocompleteReducer.js +5 -0
- package/components/mui_extended/Accordion/styles.js +1 -0
- package/components/mui_extended/Divider/index.d.ts +1 -0
- package/components/mui_extended/Divider/index.js +1 -0
- package/components/mui_extended/TabContent/TabContent.styles.js +2 -2
- package/components/mui_extended/Typography/slots/typographySlots.d.ts +1 -1
- package/components/mui_extended/index.d.ts +1 -0
- package/components/popups/components/PopupsProvider/hooks/usePopups.js +2 -1
- package/hooks/useDynamicFilterAndSort/styles.js +1 -1
- package/index.js +98 -94
- package/package.json +19 -18
- package/storybook/components/DynamicFilter/DynamicFilter.stories.d.ts +27 -11
- package/storybook/components/DynamicSort/DynamicSort.stories.d.ts +26 -10
- package/storybook/components/SideBar/subcomponents/FooterPromotion/FooterPromotion.d.ts +4 -0
- package/storybook/components/SideBar/subcomponents/FooterPromotion/constants.d.ts +3 -0
- package/storybook/components/SideBar/subcomponents/FooterPromotion/index.d.ts +1 -0
- package/storybook/components/extended/mui/IconButton/IconButton.stories.d.ts +1 -0
- package/.storybook/decorators/WithWindowsToolsContext/WithContextWindowTools.d.ts +0 -5
- package/components/SideBar/subcomponents/ContentGroups/index.d.ts +0 -5
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/index.js +0 -63
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.d.ts +0 -2
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/styles.js +0 -47
- package/components/SideBar/subcomponents/ContentGroups/subcomponents/ContainerMenuItemsMain/types.d.ts +0 -7
- package/components/SideBar/subcomponents/ContentGroups/types.d.ts +0 -4
- package/components/SideBar/subcomponents/FooterSidebar/types.d.ts +0 -5
- package/components/SideBar/subcomponents/HeaderSidebar/index.js +0 -25
- package/components/areas/hooks/useSetWindowsTitle/index.d.ts +0 -1
- package/components/areas/hooks/useSetWindowsTitle/useSetWindowsTitle.d.ts +0 -6
- package/components/areas/hooks/useSetWindowsTitle/useSetWindowsTitle.js +0 -31
- package/storybook/components/WindowBase/subcomponents/WithContextWindowToolsProvider.d.ts +0 -5
- package/storybook/components/commonActions/components/ActionFormCancel/WindowToolsMFProvider.d.ts +0 -5
- /package/components/{areas/hooks/useSetWindowsTitle → SideBar/hooks/useCollapse}/index.js +0 -0
- /package/components/SideBar/subcomponents/{FooterSidebar → Promotion}/styles.d.ts +0 -0
- /package/components/SideBar/subcomponents/{ContentGroups → TreeGroupItems}/styles.d.ts +0 -0
- /package/components/SideBar/subcomponents/{ContentGroups/subcomponents/ContainerMenuItemsMain → TreeGroupItems}/subcomponents/ArrowIcon/index.d.ts +0 -0
- /package/components/SideBar/subcomponents/{ContentGroups/subcomponents/ContainerMenuItemsMain → TreeGroupItems}/subcomponents/ArrowIcon/types.d.ts +0 -0
package/index.js
CHANGED
|
@@ -15,8 +15,7 @@ import { g as g2 } from "./components/AppBar/dictionary.js";
|
|
|
15
15
|
import { A as A4 } from "./components/areas/components/AreasAdmin/AreasAdmin.js";
|
|
16
16
|
import { A as A5 } from "./components/areas/components/AreasViewer/AreasViewer.js";
|
|
17
17
|
import { a as a2, A as A6 } from "./components/areas/contexts/AreasContext/index.js";
|
|
18
|
-
import { u } from "./components/areas/hooks/
|
|
19
|
-
import { u as u2 } from "./components/areas/hooks/useAreas/index.js";
|
|
18
|
+
import { u } from "./components/areas/hooks/useAreas/index.js";
|
|
20
19
|
import { A as A7, a as a3, L as L2, b as b2, g as g3 } from "./components/areas/dictionary.js";
|
|
21
20
|
import { B } from "./components/BaseModule/BaseModule.js";
|
|
22
21
|
import { C } from "./components/Chip/Chip.js";
|
|
@@ -34,34 +33,35 @@ import { D as D2 } from "./components/DataGrid/DataGrid.js";
|
|
|
34
33
|
import { g as g5 } from "./components/DataGrid/dictionary.js";
|
|
35
34
|
import { N, T as T2 } from "./components/DataGrid/subcomponents/editors/TextEditor/index.js";
|
|
36
35
|
import { g as g6 } from "./components/DataGrid/utils/getDataGridRowsFromSet.js";
|
|
36
|
+
import { b as b3, a as a4, d as d2 } from "./components/DataGrid/constants.js";
|
|
37
37
|
import { C as C2 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/formatter.js";
|
|
38
|
-
import { u as
|
|
38
|
+
import { u as u2 } from "./components/DataGrid/formatters/ColumnBooleanFormatter/useColumnBoolean.js";
|
|
39
39
|
import { C as C3 } from "./components/DataGrid/formatters/ColumnConcatenatedValuesFormatter/formatter.js";
|
|
40
|
-
import { u as
|
|
40
|
+
import { u as u3 } from "./components/DataGrid/formatters/ColumnConcatenatedValuesFormatter/useColumnConcatenatedValues.js";
|
|
41
41
|
import { C as C4 } from "./components/DataGrid/formatters/ColumnDateFormatter/formatter.js";
|
|
42
|
-
import { u as
|
|
42
|
+
import { u as u4 } from "./components/DataGrid/formatters/ColumnDateFormatter/useColumnDate.js";
|
|
43
43
|
import { C as C5 } from "./components/DataGrid/formatters/ColumnIconFormatter/formatter.js";
|
|
44
44
|
import { C as C6 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/formatter.js";
|
|
45
|
-
import { u as
|
|
45
|
+
import { u as u5 } from "./components/DataGrid/formatters/ColumnInteractiveCheckFormatter/useColumnInteractiveCheck.js";
|
|
46
46
|
import { C as C7 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/formatter.js";
|
|
47
|
-
import { u as
|
|
47
|
+
import { u as u6 } from "./components/DataGrid/formatters/ColumnNestedValueFormatter/useColumnNestedValue.js";
|
|
48
48
|
import { C as C8 } from "./components/DataGrid/formatters/ColumnPointsFormatter/formatter.js";
|
|
49
|
-
import { u as
|
|
49
|
+
import { u as u7 } from "./components/DataGrid/formatters/ColumnPointsFormatter/useColumnPoints.js";
|
|
50
50
|
import { C as C9 } from "./components/DataGrid/formatters/ColumnPriceFormatter/formatter.js";
|
|
51
|
-
import { u as
|
|
51
|
+
import { u as u8 } from "./components/DataGrid/formatters/ColumnPriceFormatter/useColumnPrice.js";
|
|
52
52
|
import { C as C10 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/formatter.js";
|
|
53
|
-
import { u as
|
|
53
|
+
import { u as u9 } from "./components/DataGrid/formatters/ColumnSetCheckFormatter/useColumnSetCheck.js";
|
|
54
54
|
import { C as C11 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/formatter.js";
|
|
55
|
-
import { u as
|
|
55
|
+
import { u as u10 } from "./components/DataGrid/formatters/ColumnUncertaintyFormatter/useColumnUncertainty.js";
|
|
56
56
|
import { C as C12 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/formatter.js";
|
|
57
|
-
import { u as
|
|
57
|
+
import { u as u11 } from "./components/DataGrid/formatters/ColumnChipStatusFormatter/useColumnChipStatus.js";
|
|
58
58
|
import { D as D3 } from "./components/DragResizeWindowRND/DragResizeWindowRND.js";
|
|
59
|
-
import { d as
|
|
59
|
+
import { d as d3 } from "./components/DragResizeWindowRND/classes/index.js";
|
|
60
60
|
import { g as g7 } from "./components/DynamicFilter/dictionary.js";
|
|
61
|
-
import { a as
|
|
61
|
+
import { a as a5, g as g8 } from "./components/DynamicFilter/helpers/frontEndHelpers.js";
|
|
62
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 a6 } from "./components/DynamicSort/dictionary.js";
|
|
65
65
|
import { S as S2 } from "./components/DynamicSort/helpers/frontEndHelpers.js";
|
|
66
66
|
import { g as g10 } from "./components/DynamicSort/helpers/getRawSortsForNetwork.js";
|
|
67
67
|
import { D as D5 } from "./components/DynamicSort/DynamicSort.js";
|
|
@@ -92,7 +92,7 @@ import { S as S5 } from "./components/mui_extended/Stack/Stack.js";
|
|
|
92
92
|
import { T as T4 } from "./components/mui_extended/Tab/Tab.js";
|
|
93
93
|
import { T as T5 } from "./components/mui_extended/Tabs/Tabs.js";
|
|
94
94
|
import { T as T6 } from "./components/mui_extended/TabContent/TabContent.js";
|
|
95
|
-
import { T as T7, a as
|
|
95
|
+
import { T as T7, a as a7 } from "./components/mui_extended/TabContext/index.js";
|
|
96
96
|
import { T as T8 } from "./components/mui_extended/Typography/Typography.js";
|
|
97
97
|
import { t } from "./components/mui_extended/ToggleButton/ToggleButton.styles.js";
|
|
98
98
|
import { T as T9 } from "./components/mui_extended/ToggleButton/ToggleButton.js";
|
|
@@ -101,25 +101,26 @@ import { T as T11 } from "./components/mui_extended/ToggleButton/slots/ToggleBut
|
|
|
101
101
|
import { T as T12 } from "./components/mui_extended/ToggleButton/slots/ToggleButtonSlots.js";
|
|
102
102
|
import { t as t2 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.styles.js";
|
|
103
103
|
import { T as T13 } from "./components/mui_extended/ToggleIconButton/ToggleIconButton.js";
|
|
104
|
-
import { a as
|
|
104
|
+
import { a as a8, T as T14 } from "./components/mui_extended/ToggleIconButton/constants.js";
|
|
105
105
|
import { T as T15 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonEnum.js";
|
|
106
106
|
import { T as T16 } from "./components/mui_extended/ToggleIconButton/slots/ToggleIconButtonSlots.js";
|
|
107
107
|
import { N as N2 } from "./components/mui_extended/NavLink/NavLink.js";
|
|
108
108
|
import { D as D6 } from "./components/mui_extended/Dialog/Dialog.js";
|
|
109
|
+
import { D as D7 } from "./components/mui_extended/Divider/Divider.js";
|
|
109
110
|
import { B as B6 } from "./components/formatters/BooleanFormatter/BooleanFormatter.js";
|
|
110
|
-
import { D as
|
|
111
|
+
import { D as D8, g as g12 } from "./components/formatters/DateFormatter/DateFormatter.js";
|
|
111
112
|
import { U, g as g13 } from "./components/formatters/UncertaintyFormatter/UncertaintyFormatter.js";
|
|
112
113
|
import { P as P3, g as g14 } from "./components/formatters/PointsFormatter/PointsFormatter.js";
|
|
113
114
|
import { C as C15, g as g15 } from "./components/formatters/ConcatenatedFormatter/ConcatenatedFormatter.js";
|
|
114
|
-
import { P as P4, u as
|
|
115
|
+
import { P as P4, u as u12 } from "./components/formatters/PeriodFormatter/PeriodFormatter.js";
|
|
115
116
|
import { P as P5, g as g16 } from "./components/formatters/PriceFormatter/PriceFormatter.js";
|
|
116
117
|
import { C as C16 } from "./components/formatters/ChipStatusFormatter/ChipStatusFormatter.js";
|
|
117
118
|
import { g as g17 } from "./components/formatters/DistanceToNowFormatter/dictionary.js";
|
|
118
|
-
import { D as
|
|
119
|
+
import { D as D9 } from "./components/formatters/DistanceToNowFormatter/DistanceToNowFormatter.js";
|
|
119
120
|
import { g as g18 } from "./components/formatters/dictionary.js";
|
|
120
121
|
import { G } from "./components/GridLayout/GridLayout.js";
|
|
121
122
|
import { R as R3 } from "./components/GridLayout/subcomponents/Responsive/index.js";
|
|
122
|
-
import { c as c2, e, d as
|
|
123
|
+
import { c as c2, e, d as d4 } from "./components/GridLayout/subcomponents/Responsive/responsiveUtils.js";
|
|
123
124
|
import { i, k } from "./components/GridLayout/utils.js";
|
|
124
125
|
import { w } from "./components/GridLayout/subcomponents/withSizeProvider/index.js";
|
|
125
126
|
import { H as H2 } from "./components/HelmetPage/index.js";
|
|
@@ -155,7 +156,7 @@ import { L as L9 } from "./components/Loadable/index.js";
|
|
|
155
156
|
import { L as L10 } from "./components/LoadingError/LoadingError.js";
|
|
156
157
|
import { g as g22 } from "./components/LoadingError/dictionary.js";
|
|
157
158
|
import { g as g23 } from "./components/MenuActions/dictionary.js";
|
|
158
|
-
import { a as
|
|
159
|
+
import { a as a9, M as M3 } from "./components/MenuActions/MenuActions.js";
|
|
159
160
|
import { M as M4 } from "./components/MFIsolationApp/MFIsolationApp.js";
|
|
160
161
|
import { M as M5 } from "./components/MFLoader/MFLoader.js";
|
|
161
162
|
import { g as g24 } from "./components/MFLoader/dictionary.js";
|
|
@@ -165,8 +166,8 @@ import { g as g26 } from "./components/ObjectLogs/dictionary.js";
|
|
|
165
166
|
import { O } from "./components/ObjectLogs/ObjectLogs.js";
|
|
166
167
|
import { P as P7 } from "./components/PaperForm/PaperForm.js";
|
|
167
168
|
import { P as P8 } from "./components/PDFViewer/PDFViewer.js";
|
|
168
|
-
import { u as
|
|
169
|
-
import { a as
|
|
169
|
+
import { u as u13 } from "./components/popups/components/PopupsProvider/hooks/usePopupsStore.js";
|
|
170
|
+
import { a as a10, P as P9 } from "./components/popups/components/PopupsProvider/contexts/PopupsContext/PopupsContext.js";
|
|
170
171
|
import { P as P10 } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
171
172
|
import { P as P11 } from "./components/PrintingSystem/PrintingSystem.js";
|
|
172
173
|
import { P as P12 } from "./components/PropertyValue/PropertyValue.js";
|
|
@@ -175,43 +176,43 @@ import { S as S8 } from "./components/SideBar/SideBar.js";
|
|
|
175
176
|
import { T as T18 } from "./components/ToastContainer/ToastContainer.js";
|
|
176
177
|
import { T as T19 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
177
178
|
import { W } from "./components/WindowBase/WindowBase.js";
|
|
178
|
-
import { u as
|
|
179
|
-
import {
|
|
180
|
-
import { M as M6, W as W2, a as
|
|
179
|
+
import { u as u14 } from "./components/WindowBase/hooks/useWindowToolsMF/index.js";
|
|
180
|
+
import { u as u15, a as a11 } from "./components/WindowBase/hooks/useDynamicMFParameters/index.js";
|
|
181
|
+
import { M as M6, W as W2, a as a12 } from "./components/WindowBase/contexts/WindowToolsMFContext/WindowToolsMFContext.js";
|
|
181
182
|
import { c as c3 } from "./components/WindowBase/contexts/DynamicMFParmsContext/store.js";
|
|
182
|
-
import { D as
|
|
183
|
+
import { D as D10, a as a13, M as M7 } from "./components/WindowBase/contexts/DynamicMFParmsContext/DynamicMFParmsContext.js";
|
|
183
184
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
184
|
-
import { a as
|
|
185
|
+
import { a as a14, g as g27 } from "./components/ModalDialog/dictionary.js";
|
|
185
186
|
import { M as M8 } from "./components/ModalDialog/ModalDialog.js";
|
|
186
187
|
import { P as P13 } from "./components/Pager/Pager.js";
|
|
187
|
-
import { F as F2, R as R22, u as
|
|
188
|
+
import { F as F2, R as R22, u as u16 } from "./components/hook-form/RHFormContext/index.js";
|
|
188
189
|
import { g as g28 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
189
|
-
import { u as
|
|
190
|
+
import { u as u17 } from "./contexts/AppearanceComponentContext/useAppearanceComponentStore.js";
|
|
190
191
|
import { A as A16 } from "./contexts/AppearanceComponentContext/AppearanceComponentContext.js";
|
|
191
|
-
import { a as
|
|
192
|
-
import { u as
|
|
193
|
-
import { u as
|
|
194
|
-
import { u as
|
|
192
|
+
import { a as a15, M as M9 } from "./contexts/ModalContext/index.js";
|
|
193
|
+
import { u as u18 } from "./hooks/useFormAddEdit/index.js";
|
|
194
|
+
import { u as u19 } from "./hooks/useModal/index.js";
|
|
195
|
+
import { u as u20 } from "./hooks/useTab/index.js";
|
|
195
196
|
import { g as g29 } from "./hooks/useFormAddEdit/dictionary.js";
|
|
196
|
-
import { u as
|
|
197
|
-
import { u as
|
|
198
|
-
import { u as
|
|
199
|
-
import { u as
|
|
200
|
-
import { u as
|
|
197
|
+
import { u as u21 } from "./hooks/useFormFocus/index.js";
|
|
198
|
+
import { u as u22 } from "./hooks/useInterval/index.js";
|
|
199
|
+
import { u as u23 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
200
|
+
import { u as u24 } from "./hooks/useFormReadyForUpdate/index.js";
|
|
201
|
+
import { u as u25 } from "./hooks/useStateRef/index.js";
|
|
201
202
|
import { S as S9 } from "./hooks/useSvgColor/constants.js";
|
|
202
|
-
import { u as
|
|
203
|
-
import { u as
|
|
204
|
-
import { u as
|
|
205
|
-
import { u as
|
|
203
|
+
import { u as u26 } from "./hooks/useSvgColor/useSvgColor.js";
|
|
204
|
+
import { u as u27 } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
205
|
+
import { u as u28 } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
206
|
+
import { u as u29 } from "./hooks/usePopoverContainer/usePopoverContainer.js";
|
|
206
207
|
import { c as c4 } from "./utils/capitalizeFirstLetter.js";
|
|
207
208
|
import { i as i2 } from "./utils/isValidDate.js";
|
|
208
209
|
import { g as g30 } from "./utils/getComponentUtilityClass.js";
|
|
209
210
|
import { g as g31 } from "./utils/getPaletteColor.js";
|
|
210
211
|
import { g as g32 } from "./utils/getTypographyStyles.js";
|
|
211
212
|
import { g as g33 } from "./utils/getIconColor.js";
|
|
212
|
-
import { a as
|
|
213
|
+
import { a as a16 } from "./utils/getSizeStyles/getSizeStyles.js";
|
|
213
214
|
import { O as O2 } from "./utils/ObjectQueue.js";
|
|
214
|
-
import { g as g34, a as
|
|
215
|
+
import { g as g34, a as a17 } from "./utils/getComponentSlotRoot.js";
|
|
215
216
|
import { f } from "./utils/formatDistanceToNow/formatDistanteToNow.js";
|
|
216
217
|
import { g as g35 } from "./utils/getValidDate.js";
|
|
217
218
|
import { g as g36 } from "./utils/getNullGuard.js";
|
|
@@ -256,15 +257,19 @@ export {
|
|
|
256
257
|
C10 as ColumnSetCheckFormatter,
|
|
257
258
|
C11 as ColumnUncertaintyFormatter,
|
|
258
259
|
C15 as ConcatenatedFormatter,
|
|
260
|
+
b3 as DATAGRID_ROW_HEADER_HEIGHTS,
|
|
261
|
+
a4 as DATAGRID_ROW_HEIGHTS,
|
|
262
|
+
d2 as DATAGRID_SEMANTIC_WIDTHS,
|
|
259
263
|
D as DICTIONARY,
|
|
260
264
|
D2 as DataGrid,
|
|
261
|
-
|
|
265
|
+
D8 as DateFormatter,
|
|
262
266
|
D6 as Dialog,
|
|
263
|
-
|
|
267
|
+
D9 as DistanceToNowFormatter,
|
|
268
|
+
D7 as Divider,
|
|
264
269
|
D3 as DragResizeWindowRND,
|
|
265
270
|
D4 as DynamicFilter,
|
|
266
|
-
|
|
267
|
-
|
|
271
|
+
D10 as DynamicMFParmsContext,
|
|
272
|
+
a13 as DynamicMFParmsProvider,
|
|
268
273
|
D5 as DynamicSort,
|
|
269
274
|
F as FixedSizeList,
|
|
270
275
|
F2 as FormProviderCustom,
|
|
@@ -290,10 +295,10 @@ export {
|
|
|
290
295
|
M4 as MFIsolationApp,
|
|
291
296
|
M5 as MFLoader,
|
|
292
297
|
M7 as MemonizedDynamicMFParmsProvider,
|
|
293
|
-
|
|
298
|
+
a9 as MemonizedMenuActions,
|
|
294
299
|
M6 as MemonizedWindowToolsMFContext,
|
|
295
300
|
M3 as MenuActions,
|
|
296
|
-
|
|
301
|
+
a15 as ModalContext,
|
|
297
302
|
M8 as ModalDialog,
|
|
298
303
|
M9 as ModalProvider,
|
|
299
304
|
M as MotionContainer,
|
|
@@ -310,7 +315,7 @@ export {
|
|
|
310
315
|
P6 as PeriodRootStyled,
|
|
311
316
|
P3 as PointsFormatter,
|
|
312
317
|
P2 as Popover,
|
|
313
|
-
|
|
318
|
+
a10 as PopupsContext,
|
|
314
319
|
P9 as PopupsProvider,
|
|
315
320
|
P10 as PopupsViewer,
|
|
316
321
|
P5 as PriceFormatter,
|
|
@@ -349,12 +354,12 @@ export {
|
|
|
349
354
|
S3 as SplitLayout,
|
|
350
355
|
S5 as Stack,
|
|
351
356
|
T10 as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
352
|
-
|
|
357
|
+
a8 as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
353
358
|
T14 as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
|
354
359
|
T4 as Tab,
|
|
355
360
|
T6 as TabContent,
|
|
356
361
|
T7 as TabContext,
|
|
357
|
-
|
|
362
|
+
a7 as TabProvider,
|
|
358
363
|
T5 as Tabs,
|
|
359
364
|
T2 as TextEditor,
|
|
360
365
|
T17 as TextFieldStyled,
|
|
@@ -374,15 +379,15 @@ export {
|
|
|
374
379
|
W as WindowBase,
|
|
375
380
|
W3 as WindowConfirm,
|
|
376
381
|
W2 as WindowToolsMFContext,
|
|
377
|
-
|
|
382
|
+
a12 as WindowToolsMFProvider,
|
|
378
383
|
c2 as addLayoutItemToBreakPointIfNoExists,
|
|
379
384
|
e as addLayoutItemToBreakPoints,
|
|
380
385
|
c4 as capitalizeFirstLetter,
|
|
381
|
-
|
|
386
|
+
d4 as cloneLayouts,
|
|
382
387
|
c3 as createDynamicMFStore,
|
|
383
388
|
c as createToaster,
|
|
384
389
|
d as defaultCommonActionsDictionary,
|
|
385
|
-
|
|
390
|
+
d3 as dragResizeWindowRNDClasses,
|
|
386
391
|
f as formatDistanceToNow,
|
|
387
392
|
g as getAccountPopoverDictionary,
|
|
388
393
|
g2 as getAppBarDictionary,
|
|
@@ -390,27 +395,27 @@ export {
|
|
|
390
395
|
g3 as getAreasDictionary,
|
|
391
396
|
g4 as getCommonActionsDictionary,
|
|
392
397
|
g34 as getComponentClasses,
|
|
393
|
-
|
|
398
|
+
a17 as getComponentSlotRoot,
|
|
394
399
|
g30 as getComponentUtilityClass,
|
|
395
400
|
g5 as getDataGridComponentsDictionary,
|
|
396
401
|
g6 as getDataGridRowsFromSet,
|
|
397
402
|
g17 as getDistanceToNowFormatterComponentsDictionary,
|
|
398
403
|
g7 as getDynamicFilterComponentsDictionary,
|
|
399
|
-
|
|
400
|
-
|
|
404
|
+
a6 as getDynamicSortComponentsDictionary,
|
|
405
|
+
a5 as getFilterGroupFieldsByName,
|
|
401
406
|
g28 as getFormComponentsDictionary,
|
|
402
407
|
g15 as getFormatConcatenated,
|
|
403
408
|
g12 as getFormatDate,
|
|
404
409
|
g14 as getFormatPoints,
|
|
405
410
|
g16 as getFormatPrice,
|
|
406
411
|
g18 as getFormattersComponentsDictionary,
|
|
407
|
-
|
|
412
|
+
a16 as getHeightSizeStyles,
|
|
408
413
|
g33 as getIconColor,
|
|
409
414
|
g8 as getIsIfInDynamicFilter,
|
|
410
415
|
g22 as getLoadingErrorComponentsDictionary,
|
|
411
416
|
g24 as getMFLoaderComponentsDictionary,
|
|
412
417
|
g23 as getMenuActionsComponentsDictionary,
|
|
413
|
-
|
|
418
|
+
a14 as getModalDialogComponentsDictionary,
|
|
414
419
|
g27 as getModalDictionary,
|
|
415
420
|
g25 as getNoItemSelectedComponentsDictionary,
|
|
416
421
|
g36 as getNullGuard,
|
|
@@ -432,37 +437,36 @@ export {
|
|
|
432
437
|
r as rhfPeriodStyles,
|
|
433
438
|
t as toggleButtonStyles,
|
|
434
439
|
t2 as toggleIconButtonStyles,
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
u26 as
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
u15 as useWindowToolsMF,
|
|
440
|
+
u17 as useAppearanceComponentStore,
|
|
441
|
+
u as useAreasStore,
|
|
442
|
+
u2 as useColumnBoolean,
|
|
443
|
+
u11 as useColumnChipStatus,
|
|
444
|
+
u3 as useColumnConcatenatedValue,
|
|
445
|
+
u4 as useColumnDate,
|
|
446
|
+
u5 as useColumnInteractiveCheck,
|
|
447
|
+
u6 as useColumnNestedValue,
|
|
448
|
+
u7 as useColumnPoints,
|
|
449
|
+
u8 as useColumnPrice,
|
|
450
|
+
u9 as useColumnSetCheck,
|
|
451
|
+
u10 as useColumnUncertanity,
|
|
452
|
+
u23 as useComponentSize,
|
|
453
|
+
u16 as useCustomForm,
|
|
454
|
+
u28 as useDataGridPersistence,
|
|
455
|
+
u27 as useDynamicFilterAndSort,
|
|
456
|
+
u15 as useDynamicMFParameters,
|
|
457
|
+
a11 as useDynamicMFParametersStore,
|
|
458
|
+
u18 as useFormAddEdit,
|
|
459
|
+
u21 as useFormFocus,
|
|
460
|
+
u24 as useFormReadyForUpdate,
|
|
461
|
+
u12 as useFormatPeriod,
|
|
462
|
+
u22 as useInterval,
|
|
463
|
+
u19 as useModal,
|
|
464
|
+
u29 as usePopoverContainer,
|
|
465
|
+
u13 as usePopupsStore,
|
|
466
|
+
u25 as useStateRef,
|
|
467
|
+
u26 as useSvgColor,
|
|
468
|
+
u20 as useTab,
|
|
469
|
+
u14 as useWindowToolsMF,
|
|
466
470
|
v2 as varBounce,
|
|
467
471
|
v3 as varContainer,
|
|
468
472
|
v as varFade,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.60-13062025.beta.1",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"description": "M4L Components",
|
|
6
6
|
"lint-staged": {
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@geoman-io/leaflet-geoman-free": "^2.14.2",
|
|
11
11
|
"@googlemaps/js-api-loader": "^1.16.6",
|
|
12
|
-
"@hookform/resolvers": "
|
|
12
|
+
"@hookform/resolvers": "2.9.11",
|
|
13
13
|
"@m4l/core": "^2.0.0",
|
|
14
|
-
"@m4l/graphics": "
|
|
15
|
-
"@m4l/styles": "
|
|
14
|
+
"@m4l/graphics": "7.1.2-13062025.beta.1",
|
|
15
|
+
"@m4l/styles": "7.1.29-13062025.beta.1",
|
|
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",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"leaflet.markercluster": "^1.5.3",
|
|
32
32
|
"nprogress": "^0.2.0",
|
|
33
33
|
"qrcode.react": "^3.1.0",
|
|
34
|
-
"react": "
|
|
34
|
+
"react": "18.3.1",
|
|
35
35
|
"react-chartjs-2": "^5.2.0",
|
|
36
36
|
"react-color": "^2.19.3",
|
|
37
37
|
"react-data-grid": "7.0.0-beta.13",
|
|
38
38
|
"react-dnd": "^16.0.1",
|
|
39
39
|
"react-dnd-html5-backend": "^16.0.1",
|
|
40
|
-
"react-dom": "
|
|
40
|
+
"react-dom": "18.3.1",
|
|
41
41
|
"react-draggable": "^4.4.5",
|
|
42
42
|
"react-dropzone": "^14.2.2",
|
|
43
43
|
"react-helmet-async": "^2.0.5",
|
|
@@ -54,25 +54,26 @@
|
|
|
54
54
|
"react-window": "^1.8.11",
|
|
55
55
|
"simplebar-react": "3.2.6",
|
|
56
56
|
"storybook-multilevel-sort": "^2.0.1",
|
|
57
|
-
"yup": "
|
|
57
|
+
"yup": "0.32.11",
|
|
58
58
|
"zustand": "4.3.6"
|
|
59
59
|
},
|
|
60
60
|
"resolutions": {
|
|
61
|
-
"react": "
|
|
62
|
-
"@types/react": "
|
|
63
|
-
"@types/react-dom": "
|
|
64
|
-
"react-dom": "
|
|
65
|
-
"storybook": "^8.3.4",
|
|
61
|
+
"react": "18.3.1",
|
|
62
|
+
"@types/react": "18.3.23",
|
|
63
|
+
"@types/react-dom": "18.3.7",
|
|
64
|
+
"react-dom": "18.3.1",
|
|
66
65
|
"attr-accept": "2.2.2",
|
|
67
|
-
"@vitejs/plugin-react": "4.3.4"
|
|
66
|
+
"@vitejs/plugin-react": "4.3.4",
|
|
67
|
+
"storybook": "8.3.4",
|
|
68
|
+
"@storybook/react": "8.3.4"
|
|
68
69
|
},
|
|
69
70
|
"overrides": {
|
|
70
71
|
"glob": "^10.4.5",
|
|
71
|
-
"eslint": "
|
|
72
|
-
"react": "
|
|
73
|
-
"@types/react": "
|
|
74
|
-
"@types/react-dom": "
|
|
75
|
-
"react-dom": "
|
|
72
|
+
"eslint": "9.28.0",
|
|
73
|
+
"react": "18.3.1",
|
|
74
|
+
"@types/react": "18.3.23",
|
|
75
|
+
"@types/react-dom": "18.3.7",
|
|
76
|
+
"react-dom": "18.3.1",
|
|
76
77
|
"attr-accept": "2.2.2"
|
|
77
78
|
},
|
|
78
79
|
"files": [
|
|
@@ -8,26 +8,42 @@ type Story = StoryObj<typeof DynamicFilter>;
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const Base: Story;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Filtro habilitado automático con filtros aplicados.
|
|
12
12
|
*/
|
|
13
|
-
export declare const
|
|
13
|
+
export declare const H001_EnabledAutomaticFiltersApplied: Story;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* Filtro habilitado automático sin filtros aplicados.
|
|
16
|
+
*/
|
|
17
|
+
export declare const H002_EnabledAutomaticNoFiltersApplied: Story;
|
|
18
|
+
/**
|
|
19
|
+
* Filtro habilitado automático sin filtros aplicados, con PopoverMenuFields abierto.
|
|
20
|
+
*/
|
|
21
|
+
export declare const H003_EnabledAutomaticNoFiltersAppliedPopoverMenuFieldsOpen: Story;
|
|
22
|
+
/**
|
|
23
|
+
* Filtro habilitado automático sin filtros aplicados, con popoverFilter abierto.
|
|
16
24
|
*/
|
|
17
|
-
export declare const
|
|
25
|
+
export declare const H004_EnabledAutomaticNoFiltersAppliedPopoverFilterOpen: Story;
|
|
18
26
|
/**
|
|
19
|
-
*
|
|
27
|
+
* Filtro habilitado En formato manual con filtros aplicados, no dirty.
|
|
20
28
|
*/
|
|
21
|
-
export declare const
|
|
29
|
+
export declare const H005_EnabledManualFiltersAppliedNoDirty: Story;
|
|
22
30
|
/**
|
|
23
|
-
*
|
|
31
|
+
* Filtro habilitado En formato manual con filtros aplicados y en estado dirty.
|
|
32
|
+
*/
|
|
33
|
+
export declare const H006_EnabledManualFiltersAppliedDirty: Story;
|
|
34
|
+
/**
|
|
35
|
+
* Filtro habilitado En formato manual sin filtros aplicados.
|
|
36
|
+
*/
|
|
37
|
+
export declare const H007_EnabledManualNoFiltersApplied: Story;
|
|
38
|
+
/**
|
|
39
|
+
* DynamicFilter With props `visibleRefresh=true`
|
|
24
40
|
*/
|
|
25
|
-
export declare const
|
|
41
|
+
export declare const H008_WithAutomaticVisibleRefreshFalse: Story;
|
|
26
42
|
/**
|
|
27
|
-
* DynamicFilter
|
|
43
|
+
* DynamicFilter con skeleton
|
|
28
44
|
*/
|
|
29
|
-
export declare const
|
|
45
|
+
export declare const H009_WithSkeleton: Story;
|
|
30
46
|
/**
|
|
31
47
|
* DynamicFilter with errors
|
|
32
48
|
*/
|
|
33
|
-
export declare const
|
|
49
|
+
export declare const H010_WithErrors: Story;
|
|
@@ -8,22 +8,38 @@ type Story = StoryObj<typeof DynamicSort>;
|
|
|
8
8
|
*/
|
|
9
9
|
export declare const Base: Story;
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* sort habilitado automático con sorts aplicados.
|
|
12
12
|
*/
|
|
13
|
-
export declare const
|
|
13
|
+
export declare const H001_EnabledAutomaticSortsApplied: Story;
|
|
14
14
|
/**
|
|
15
|
-
*
|
|
15
|
+
* sort habilitado automático sin sorts aplicados.
|
|
16
16
|
*/
|
|
17
|
-
export declare const
|
|
17
|
+
export declare const H002_EnabledAutomaticNoSortsApplied: Story;
|
|
18
18
|
/**
|
|
19
|
-
*
|
|
19
|
+
* sort habilitado automático sin sorts aplicados, con PopoverMenuFields abierto.
|
|
20
20
|
*/
|
|
21
|
-
export declare const
|
|
21
|
+
export declare const H003_EnabledAutomaticNoSortsAppliedPopoverMenuFieldsOpen: Story;
|
|
22
22
|
/**
|
|
23
|
-
*
|
|
23
|
+
* sort habilitado automático sin sorts aplicados, con popoverSort abierto.
|
|
24
24
|
*/
|
|
25
|
-
export declare const
|
|
25
|
+
export declare const H004_EnabledAutomaticNoSortsAppliedPopoverSortOpen: Story;
|
|
26
26
|
/**
|
|
27
|
-
*
|
|
27
|
+
* sort habilitado En formato manual con sorts aplicados, no dirty.
|
|
28
28
|
*/
|
|
29
|
-
export declare const
|
|
29
|
+
export declare const H005_EnabledManualSortsAppliedNoDirty: Story;
|
|
30
|
+
/**
|
|
31
|
+
* sort habilitado En formato manual con sorts aplicados y en estado dirty.
|
|
32
|
+
*/
|
|
33
|
+
export declare const H006_EnabledManualSortsAppliedDirty: Story;
|
|
34
|
+
/**
|
|
35
|
+
* sort habilitado En formato manual sin sorts aplicados.
|
|
36
|
+
*/
|
|
37
|
+
export declare const H007_EnabledManualNoSortsApplied: Story;
|
|
38
|
+
/**
|
|
39
|
+
* DynamicSort With props `visibleRefresh=true`
|
|
40
|
+
*/
|
|
41
|
+
export declare const H008_WithAutomaticVisibleRefreshFalse: Story;
|
|
42
|
+
/**
|
|
43
|
+
* DynamicSort con skeleton
|
|
44
|
+
*/
|
|
45
|
+
export declare const H009_WithSkeleton: Story;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export declare const POWERBY_LABEL = "label_powerby";
|
|
2
|
+
export declare const IMAGE_ILLUSTRATION = "https://s3.us-east-1.amazonaws.com/static.assets.gclick/frontend/images/promotional/sidebar/assets/img/illustration.svg";
|
|
3
|
+
export declare const IMAGE_POWERBY = "https://s3.us-east-1.amazonaws.com/static.assets.gclick/frontend/images/promotional/sidebar/assets/img/powerby.svg";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { FooterPromotion } from './FooterPromotion';
|