@m4l/components 9.3.1-B21072025-beta.2 → 9.3.1-BE28072025-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/components/SettingsLayout/SettingsLayout.d.ts +1 -1
- package/components/SettingsLayout/SettingsLayout.js +15 -16
- package/components/SettingsLayout/SettingsLayout.styles.js +67 -42
- package/components/SettingsLayout/icons.d.ts +1 -0
- package/components/SettingsLayout/icons.js +2 -1
- package/components/SettingsLayout/slots/SettingsLayoutEnum.d.ts +1 -0
- package/components/SettingsLayout/slots/SettingsLayoutEnum.js +1 -0
- package/components/SettingsLayout/slots/SettingsLayoutSlots.d.ts +4 -1
- package/components/SettingsLayout/slots/SettingsLayoutSlots.js +10 -5
- package/components/SettingsLayout/subcomponents/SettingFullscreen/SettingFullscreen.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingItemColor/SettingItemColor.js +7 -3
- package/components/SettingsLayout/subcomponents/SettingsLayoutBase/SettingsLayoutBase.js +1 -1
- package/components/SettingsLayout/subcomponents/SettingsLayoutBase/types.d.ts +5 -0
- package/components/SettingsLayout/test/SettingsLayout.test.d.ts +18 -1
- package/components/SettingsLayout/types.d.ts +4 -4
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useHeaderActions.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useHeaderActions.js +4 -2
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useRightActions.d.ts +1 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useRightActions.js +50 -47
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/hooks/useWindow.js +2 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/Window/types.d.ts +5 -1
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/WindowModal/WindowModal.js +12 -7
- package/components/formatters/ChipStatusFormatter/ChipStatusFormatter.js +7 -1
- package/components/formatters/ChipStatusFormatter/types.d.ts +9 -1
- package/components/hook-form/RHFPeriod/slots/RHFPeriodSlots.d.ts +2 -2
- package/components/hook-form/RHFSelect/slots/RHFSlots.d.ts +1 -1
- package/components/hook-form/RHFTextField/slots/RHFTextFieldSlots.d.ts +1 -1
- package/components/hook-form/RHFTextFieldPassword/slots/RHFTextFieldPasswordSlots.d.ts +1 -1
- package/components/mui_extended/Accordion/Accordion.js +1 -1
- package/components/mui_extended/Autocomplete/slots/AutocompleteSlots.d.ts +1 -1
- package/components/mui_extended/Select/index.d.ts +2 -2
- package/components/mui_extended/Select/slots/SelectSlots.d.ts +1 -1
- package/components/mui_extended/Select/slots/SelectSlots.js +1 -1
- package/components/mui_extended/TextField/slots/TextFieldSlots.d.ts +1 -1
- package/components/mui_extended/index.d.ts +1 -0
- package/index.js +16 -14
- package/mockServiceWorker.js +1 -1
- package/package.json +3 -3
- package/storybook/components/Areas/AreasViewer/subcomponents/Launcher/PopupButton.d.ts +1 -1
- package/storybook/components/SettingsLayout/SettingsLayout.stories.d.ts +1 -1
- package/components/mui_extended/Select/types.js +0 -1
package/index.js
CHANGED
|
@@ -88,8 +88,9 @@ import { B as B5 } from "./components/mui_extended/Button/Button.js";
|
|
|
88
88
|
import { C as C15 } from "./components/mui_extended/CheckBox/CheckBox.js";
|
|
89
89
|
import { I as I3 } from "./components/mui_extended/ImageButton/ImageButton.js";
|
|
90
90
|
import { P as P2 } from "./components/mui_extended/Popover/Popover.js";
|
|
91
|
-
import { S as S4 } from "./components/mui_extended/
|
|
92
|
-
import { S as S5 } from "./components/mui_extended/
|
|
91
|
+
import { S as S4 } from "./components/mui_extended/Select/Select.js";
|
|
92
|
+
import { S as S5 } from "./components/mui_extended/Skeleton/Skeleton.js";
|
|
93
|
+
import { S as S6 } from "./components/mui_extended/Stack/Stack.js";
|
|
93
94
|
import { T as T4 } from "./components/mui_extended/Tab/Tab.js";
|
|
94
95
|
import { T as T5 } from "./components/mui_extended/Tabs/Tabs.js";
|
|
95
96
|
import { T as T6 } from "./components/mui_extended/TabContent/TabContent.js";
|
|
@@ -145,7 +146,7 @@ import { r } from "./components/hook-form/RHFPeriod/RHFPeriod.styles.js";
|
|
|
145
146
|
import { R as R16 } from "./components/hook-form/RHFPeriod/RHFPeriod.js";
|
|
146
147
|
import { R as R17 } from "./components/hook-form/RHFPeriod/constants.js";
|
|
147
148
|
import { R as R18 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodEnum.js";
|
|
148
|
-
import { P as P6, R as R19, S as
|
|
149
|
+
import { P as P6, R as R19, S as S7, T as T17 } from "./components/hook-form/RHFPeriod/slots/RHFPeriodSlots.js";
|
|
149
150
|
import { R as R20 } from "./components/hook-form/RHFNumberInput/RHFNumberInput.js";
|
|
150
151
|
import { R as R21 } from "./components/hook-form/RHFUpload/RHFUploadImage/RHFUploadImage.js";
|
|
151
152
|
import { I as I4 } from "./components/Icon/Icon.js";
|
|
@@ -172,8 +173,8 @@ import { a as a10, P as P9 } from "./components/popups/components/PopupsProvider
|
|
|
172
173
|
import { P as P10 } from "./components/popups/components/PopupsViewer/PopupsViewer.js";
|
|
173
174
|
import { P as P11 } from "./components/PrintingSystem/PrintingSystem.js";
|
|
174
175
|
import { P as P12 } from "./components/PropertyValue/PropertyValue.js";
|
|
175
|
-
import { S as
|
|
176
|
-
import { S as
|
|
176
|
+
import { S as S8 } from "./components/ScrollBar/ScrollBar.js";
|
|
177
|
+
import { S as S9 } from "./components/SideBar/SideBar.js";
|
|
177
178
|
import { T as T18 } from "./components/ToastContainer/ToastContainer.js";
|
|
178
179
|
import { T as T19 } from "./components/ToastContainer/subcomponents/ToastMessage/ToastMessage.js";
|
|
179
180
|
import { W } from "./components/WindowBase/WindowBase.js";
|
|
@@ -185,7 +186,7 @@ import { D as D10, a as a13, M as M7 } from "./components/WindowBase/contexts/Dy
|
|
|
185
186
|
import { W as W3 } from "./components/WindowConfirm/WindowConfirm.js";
|
|
186
187
|
import { a as a14, g as g27 } from "./components/ModalDialog/dictionary.js";
|
|
187
188
|
import { M as M8 } from "./components/ModalDialog/ModalDialog.js";
|
|
188
|
-
import { S as
|
|
189
|
+
import { S as S10 } from "./components/SettingsLayout/SettingsLayout.js";
|
|
189
190
|
import { P as P13 } from "./components/Pager/Pager.js";
|
|
190
191
|
import { F as F2, R as R22, u as u16 } from "./components/hook-form/RHFormContext/index.js";
|
|
191
192
|
import { g as g28 } from "./components/hook-form/RHFormContext/dictionary.js";
|
|
@@ -201,7 +202,7 @@ import { u as u22 } from "./hooks/useInterval/index.js";
|
|
|
201
202
|
import { u as u23 } from "./hooks/useComponentSize/useComponentSize.js";
|
|
202
203
|
import { u as u24 } from "./hooks/useFormReadyForUpdate/index.js";
|
|
203
204
|
import { u as u25 } from "./hooks/useStateRef/index.js";
|
|
204
|
-
import { S as
|
|
205
|
+
import { S as S11 } from "./hooks/useSvgColor/constants.js";
|
|
205
206
|
import { u as u26 } from "./hooks/useSvgColor/useSvgColor.js";
|
|
206
207
|
import { u as u27 } from "./hooks/useDynamicFilterAndSort/useDynamicFilterAndSort.js";
|
|
207
208
|
import { u as u28 } from "./hooks/useDataGridPersistence/useDataGridPersistence.js";
|
|
@@ -347,16 +348,17 @@ export {
|
|
|
347
348
|
R as Resizable,
|
|
348
349
|
R2 as ResizableBox,
|
|
349
350
|
R3 as Responsive,
|
|
350
|
-
|
|
351
|
-
|
|
351
|
+
S11 as SKELETON_SVG_ICON,
|
|
352
|
+
S8 as ScrollBar,
|
|
352
353
|
S as SectionCommercial,
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
354
|
+
S4 as Select,
|
|
355
|
+
S7 as SelectStyled,
|
|
356
|
+
S10 as SettingsLayout,
|
|
357
|
+
S9 as SideBar,
|
|
358
|
+
S5 as Skeleton,
|
|
357
359
|
S2 as SortCompareValues,
|
|
358
360
|
S3 as SplitLayout,
|
|
359
|
-
|
|
361
|
+
S6 as Stack,
|
|
360
362
|
T10 as TOGGLE_BUTTON_KEY_COMPONENT,
|
|
361
363
|
a8 as TOGGLE_ICON_BUTTON_CLASS_NAME_SPECIFY,
|
|
362
364
|
T14 as TOGGLE_ICON_BUTTON_KEY_COMPONENT,
|
package/mockServiceWorker.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* - Please do NOT serve this file on production.
|
|
9
9
|
*/
|
|
10
10
|
|
|
11
|
-
const PACKAGE_VERSION = '2.
|
|
11
|
+
const PACKAGE_VERSION = '2.7.0'
|
|
12
12
|
const INTEGRITY_CHECKSUM = '00729d72e3b82faf54ca8b9621dbb96f'
|
|
13
13
|
const IS_MOCKED_RESPONSE = Symbol('isMockedResponse')
|
|
14
14
|
const activeClientIds = new Set()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.3.1-
|
|
3
|
+
"version": "9.3.1-BE28072025-beta.1",
|
|
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.11",
|
|
13
13
|
"@m4l/core": "^2.0.0",
|
|
14
|
-
"@m4l/graphics": "7.1.3-
|
|
15
|
-
"@m4l/styles": "7.1.31-
|
|
14
|
+
"@m4l/graphics": "7.1.3-BE28072025-beta.1",
|
|
15
|
+
"@m4l/styles": "7.1.31-BE28072025-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",
|
|
@@ -4,7 +4,7 @@ interface PopupButtonProps {
|
|
|
4
4
|
iconUrl: string;
|
|
5
5
|
dynamicParams: Record<string, any>;
|
|
6
6
|
/** Si se pasa este id, se intentará reemplazar el popup existente */
|
|
7
|
-
windowType?: 'simple_popup' | 'microfrontend_userd_add_edit_popup' | 'microfrontend_users_list_layout';
|
|
7
|
+
windowType?: 'simple_popup' | 'microfrontend_userd_add_edit_popup' | 'microfrontend_users_list_layout' | 'microfrontend_userd_add_edit_modal';
|
|
8
8
|
replaceMeId?: string;
|
|
9
9
|
onClick?: () => void;
|
|
10
10
|
/** Callback para notificar que se ha generado un id, en caso de no recibir uno por props */
|
|
@@ -3,4 +3,4 @@ import { SettingsLayout } from '../../../src/components/SettingsLayout/SettingsL
|
|
|
3
3
|
declare const meta: Meta<typeof SettingsLayout>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof SettingsLayout>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const Open: Story;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|