@m4l/layouts 9.3.23 → 9.3.24
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/ModuleDetailTabs/useModuleDatailTabs.d.ts +4 -0
- package/components/ModuleDetailTabs/useModuleDatailTabs.d.ts.map +1 -1
- package/index.js +40 -40
- package/layouts/NoAuthModuleLayout/slots/NoAuthModuleLayoutSlots.d.ts +6 -2
- package/layouts/NoAuthModuleLayout/slots/NoAuthModuleLayoutSlots.d.ts.map +1 -1
- package/package.json +2 -1
|
@@ -318,9 +318,13 @@ export declare function useModuleDetailTabs<T extends Record<string, any> = Reco
|
|
|
318
318
|
onTransitionStart?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
319
319
|
onTransitionStartCapture?: import('react').TransitionEventHandler<HTMLDivElement> | undefined;
|
|
320
320
|
size?: Extract<import('@m4l/styles').Sizes, "small" | "medium"> | undefined;
|
|
321
|
+
variant?: import('../../../../../dist/packages/@m4l/components/components/extended/mui/Tab/types').TabVariant | undefined;
|
|
321
322
|
component?: React.ElementType | undefined;
|
|
322
323
|
urlIcon?: string | undefined;
|
|
324
|
+
description?: string | undefined;
|
|
323
325
|
ariaLabel?: string | undefined;
|
|
326
|
+
startAdornment?: import('react').ReactNode;
|
|
327
|
+
endAdornment?: import('react').ReactNode;
|
|
324
328
|
}[];
|
|
325
329
|
handleChangeTab: (newValue: string) => void;
|
|
326
330
|
refreshDetail: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useModuleDatailTabs.d.ts","sourceRoot":"","sources":["../../../../../../packages/layouts/src/components/ModuleDetailTabs/useModuleDatailTabs.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAmB,MAAM,SAAS,CAAC;AAGjE;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,KAAK,EAAE,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC
|
|
1
|
+
{"version":3,"file":"useModuleDatailTabs.d.ts","sourceRoot":"","sources":["../../../../../../packages/layouts/src/components/ModuleDetailTabs/useModuleDatailTabs.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAE,qBAAqB,EAAmB,MAAM,SAAS,CAAC;AAGjE;;GAEG;AACH,wBAAgB,mBAAmB,CACjC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,KAAK,EAAE,qBAAqB,CAAC,CAAC,EAAE,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gCAeC,MAAM;;EAyI1C"}
|
package/index.js
CHANGED
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
1
|
+
import { LIMIT_RECORDS_500_CONFIG as t } from "./constants.js";
|
|
2
|
+
import { MFNoAuthApp as p } from "./components/MFNoAuthApp/index.js";
|
|
3
|
+
import { MFHostApp as m } from "./components/MFHostApp/MFHostApp.js";
|
|
4
|
+
import { ModuleDetailTabs as f } from "./components/ModuleDetailTabs/ModuleDetailTabs.js";
|
|
5
|
+
import { DynamicTabs as x } from "./components/DynamicTabs/DynamicTabs.js";
|
|
6
|
+
import { NoAuthModuleLayout as s } from "./layouts/NoAuthModuleLayout/index.js";
|
|
7
|
+
import { ModuleLayout as M } from "./layouts/ModuleLayout/ModuleLayout.js";
|
|
8
|
+
import { getModuleLayoutComponentsDictionary as l } from "./layouts/ModuleLayout/dicctionary.js";
|
|
9
|
+
import { MasterDetailLayout as c } from "./layouts/MasterDetailLayout/MasterDetailLayout.js";
|
|
10
|
+
import { getMasterDetailLayoutComponentsDictionary as L } from "./layouts/MasterDetailLayout/dicctionary.js";
|
|
11
|
+
import { defaultNoAuthModuleLayoutDictionary as F, getNoAuthModuleLayoutComponentsDictionary as N } from "./layouts/NoAuthModuleLayout/dicctionary.js";
|
|
12
|
+
import { useMasterDetail as g } from "./hooks/useMasterDetail/index.js";
|
|
13
|
+
import { useModule as R } from "./hooks/useModule/index.js";
|
|
14
|
+
import { useDynamicAccordions as _ } from "./hooks/useDynamicAccordions/useDynamicAccordions.js";
|
|
15
|
+
import { createComponentField as E, useDynamicPaperForm as O } from "./hooks/useDynamicPaperForm/useDynamicPaperForm.js";
|
|
16
|
+
import { useNetworkActionConfirm as w } from "./hooks/useNetworkActionConfirm/useNetworkActionConfirm.js";
|
|
17
|
+
import { useFormAddEdit as H } from "./hooks/useFormAddEdit/useFormAddEdit.js";
|
|
18
|
+
import { useRefreshData as S } from "./hooks/useRefreshData/useRefreshData.js";
|
|
19
|
+
import { createAppMF as q } from "./utils/createAppMF.js";
|
|
20
20
|
export {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
21
|
+
x as DynamicTabs,
|
|
22
|
+
t as LIMIT_RECORDS_500_CONFIG,
|
|
23
|
+
m as MFHostApp,
|
|
24
|
+
p as MFNoAuthApp,
|
|
25
|
+
c as MasterDetailLayout,
|
|
26
|
+
f as ModuleDetailTabs,
|
|
27
|
+
M as ModuleLayout,
|
|
28
|
+
s as NoAuthModuleLayout,
|
|
29
|
+
q as createAppMF,
|
|
30
|
+
E as createComponentField,
|
|
31
|
+
F as defaultNoAuthModuleLayoutDictionary,
|
|
32
|
+
L as getMasterDetailLayoutComponentsDictionary,
|
|
33
|
+
l as getModuleLayoutComponentsDictionary,
|
|
34
|
+
N as getNoAuthModuleLayoutComponentsDictionary,
|
|
35
|
+
_ as useDynamicAccordions,
|
|
36
|
+
O as useDynamicPaperForm,
|
|
37
|
+
H as useFormAddEdit,
|
|
38
|
+
g as useMasterDetail,
|
|
39
|
+
R as useModule,
|
|
40
|
+
w as useNetworkActionConfirm,
|
|
41
|
+
S as useRefreshData
|
|
42
42
|
};
|
|
@@ -1,11 +1,15 @@
|
|
|
1
|
+
import { ComponentType } from 'react';
|
|
2
|
+
import { ImageProps, ButtonProps } from '@m4l/components';
|
|
1
3
|
export declare const BaseNoAuthModuleLayoutRootStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
2
4
|
export declare const WrapperFormContentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
3
|
-
export declare const DesktopBannerStyled:
|
|
5
|
+
export declare const DesktopBannerStyled: ComponentType<ImageProps>;
|
|
4
6
|
export declare const ContainerModuleNameStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
5
7
|
export declare const ContentFormDesktopStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
6
8
|
export declare const HeaderContainerStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
7
9
|
export declare const ContainerLanguageAndSettingsStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
8
|
-
export declare const ButtonHomeNavigationStyled:
|
|
10
|
+
export declare const ButtonHomeNavigationStyled: ComponentType<ButtonProps & {
|
|
11
|
+
ownerState?: object;
|
|
12
|
+
}>;
|
|
9
13
|
export declare const ContainerCompanyLogoStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
10
14
|
export declare const FormContentStyled: import('@emotion/styled').StyledComponent<import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & Record<string, unknown>, Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, keyof import('react').ClassAttributes<HTMLDivElement> | keyof import('react').HTMLAttributes<HTMLDivElement>>, {}>;
|
|
11
15
|
//# sourceMappingURL=NoAuthModuleLayoutSlots.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NoAuthModuleLayoutSlots.d.ts","sourceRoot":"","sources":["../../../../../../../packages/layouts/src/layouts/NoAuthModuleLayout/slots/NoAuthModuleLayoutSlots.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"NoAuthModuleLayoutSlots.d.ts","sourceRoot":"","sources":["../../../../../../../packages/layouts/src/layouts/NoAuthModuleLayout/slots/NoAuthModuleLayoutSlots.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,OAAO,EAAiB,KAAK,UAAU,EAAE,KAAK,WAAW,EAAE,MAAM,iBAAiB,CAAC;AACnF,eAAO,MAAM,gCAAgC,2WAGW,CAAC;AACzD,eAAO,MAAM,wBAAwB,2WAGU,CAAC;AAGhD,eAAO,MAAM,mBAAmB,EAGyB,aAAa,CAAC,UAAU,CAAC,CAAC;AACnF,eAAO,MAAM,yBAAyB,2WAGU,CAAC;AACjD,eAAO,MAAM,wBAAwB,2WAGU,CAAC;AAChD,eAAO,MAAM,qBAAqB,2WAGU,CAAC;AAC7C,eAAO,MAAM,kCAAkC,2WAGU,CAAC;AAI1D,eAAO,MAAM,0BAA0B,EAGyB,aAAa,CAAC,WAAW,GAAG;IAAE,UAAU,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AACrH,eAAO,MAAM,0BAA0B,2WAGU,CAAC;AAClD,eAAO,MAAM,iBAAiB,2WAGU,CAAC"}
|
package/package.json
CHANGED