@m4l/components 0.1.82 → 0.1.84
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/AccountPopover/classes/index.d.ts +4 -0
- package/components/AccountPopover/classes/types.d.ts +4 -0
- package/components/AccountPopover/dictionary.d.ts +1 -0
- package/components/AccountPopover/{index.0ba26726.js → index.bbeb9142.js} +73 -27
- package/components/AccountPopover/index.d.ts +1 -0
- package/components/AccountPopover/types.d.ts +2 -0
- package/components/AppBar/dictionary.d.ts +1 -0
- package/components/AppBar/{index.fadcefc6.js → index.43f8b54f.js} +17 -10
- package/components/AppBar/index.d.ts +1 -0
- package/components/CommonActions/components/ActionCancel/{index.6cf96d04.js → index.29517521.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.a0335cbf.js → index.89f1ac8e.js} +14 -14
- package/components/CommonActions/components/ActionFormIntro/{index.273b1b9f.js → index.bbc35e74.js} +1 -1
- package/components/CommonActions/components/ActionIntro/{index.856df8ef.js → index.a9420126.js} +1 -1
- package/components/CommonActions/components/Actions/{index.5abb6ac4.js → index.e70e8779.js} +12 -12
- package/components/DataGrid/{index.03ad08af.js → index.1d0a3dec.js} +13 -12
- package/components/DataGrid/subcomponents/Actions/{index.db54ec98.js → index.a8fc9f6a.js} +44 -29
- package/components/DynamicFilter/{index.9b72180b.js → index.912679cc.js} +25 -25
- package/components/GridLayout/constants.d.ts +2 -2
- package/components/GridLayout/{index.76bccc4f.js → index.c55f16eb.js} +22 -18
- package/components/GridLayout/index.d.ts +1 -1
- package/components/GridLayout/subcomponents/Griditem/{index.01fc14c3.js → index.6c68811f.js} +1 -6
- package/components/GridLayout/subcomponents/Responsive/{index.e589d8bf.js → index.a6e33b8d.js} +1 -2
- package/components/GridLayout/subcomponents/Responsive/responsiveUtils.d.ts +1 -1
- package/components/GridLayout/subcomponents/{WidthProvider/index.50dafd87.js → SizeProvider/index.bfa05dfa.js} +5 -8
- package/components/GridLayout/subcomponents/{WidthProvider → SizeProvider}/index.d.ts +1 -1
- package/components/GridLayout/types.d.ts +9 -12
- package/components/GridLayout/utils.d.ts +1 -2
- package/components/HelperText/{index.6c3adb40.js → index.a47ff233.js} +7 -7
- package/components/Icon/{index.2414ff25.js → index.d1402200.js} +1 -1
- package/components/LanguagePopover/{index.66e11634.js → index.807f5272.js} +7 -7
- package/components/ModalDialog/{index.4dc1c8ed.js → index.42e804cf.js} +4 -6
- package/components/NavLink/{index.5859e048.js → index.ff5a939c.js} +7 -7
- package/components/ObjectLogs/{index.51de2deb.js → index.dc02715d.js} +16 -16
- package/components/PaperForm/{index.f931dc02.js → index.249c2404.js} +1 -1
- package/components/Period/{index.4fd9df2a.js → index.e129cdec.js} +13 -13
- package/components/PropertyValue/{index.1b09f426.js → index.93e40532.js} +1 -1
- package/components/SideBar/classes/index.d.ts +0 -1
- package/components/SideBar/classes/types.d.ts +0 -1
- package/components/SideBar/{index.72564ef2.js → index.327679a6.js} +22 -27
- package/components/areas/components/AreasAdmin/classes/types.d.ts +1 -0
- package/components/areas/components/AreasAdmin/index.8ab71eb9.js +718 -0
- package/components/areas/components/AreasAdmin/index.d.ts +2 -2
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/subcomponents/ChipActionsMobile/types.d.ts +2 -1
- package/components/areas/components/AreasAdmin/subcomponents/AreaChip/types.d.ts +2 -0
- package/components/areas/components/AreasAdmin/subcomponents/AreaChipMobile/subcomponents/ChipMobile/ChipMobile.d.ts +6 -0
- package/components/areas/components/AreasViewer/classes/index.d.ts +1 -1
- package/components/areas/components/AreasViewer/classes/types.d.ts +1 -0
- package/components/areas/components/AreasViewer/{index.51a52736.js → index.933e506b.js} +122 -46
- package/components/areas/components/AreasViewer/subcomponents/Area/subcomponents/AreaGridLayout/index.d.ts +2 -2
- package/components/areas/components/{index.f496660b.js → index.9e48d8ff.js} +10 -10
- package/components/areas/contexts/AreasContext/helper.d.ts +7 -0
- package/components/areas/contexts/AreasContext/{index.9820bc7f.js → index.230d1584.js} +17 -7
- package/components/areas/contexts/AreasContext/types.d.ts +8 -0
- package/components/areas/contexts/{index.361acb6f.js → index.f494e241.js} +1 -1
- package/components/areas/hooks/useAreas/{index.b403f383.js → index.b8449343.js} +1 -1
- package/components/areas/index.32db4fa7.js +53 -0
- package/components/areas/utils/useOnClickOutside/index.d.ts +4 -0
- package/components/formatters/BooleanFormatter/{index.32de0803.js → index.b2f02bc4.js} +1 -1
- package/components/formatters/{index.d16d2331.js → index.f9ad88b4.js} +2 -2
- package/components/hook-form/RHFAutocomplete/{index.6edb51b1.js → index.d5afb409.js} +9 -8
- package/components/hook-form/RHFAutocompleteAsync/{index.c2ca5c66.js → index.a4f00088.js} +1 -1
- package/components/hook-form/RHFCheckbox/{index.c6c3933b.js → index.9bf6edb0.js} +8 -8
- package/components/hook-form/RHFDateTime/{index.3add0fa4.js → index.a2c1ed2c.js} +8 -8
- package/components/hook-form/RHFPeriod/{index.72edef4d.js → index.b5204ce2.js} +2 -2
- package/components/hook-form/RHFTextField/{index.20daa95e.js → index.5a0fa776.js} +3 -3
- package/components/hook-form/RHFUpload/{index.cc5adc15.js → index.b36539d6.js} +8 -8
- package/components/modal/{WindowBase.4016485b.js → WindowBase.37158e8d.js} +15 -11
- package/components/modal/{WindowConfirm.f148e495.js → WindowConfirm.a68aa0f1.js} +15 -15
- package/components/modal/{index.e9fece72.js → index.6f281ef8.js} +12 -12
- package/components/mui_extended/Accordion/{index.42cef1c7.js → index.46771196.js} +3 -3
- package/components/mui_extended/CheckBox/CheckBox.d.ts +1 -1
- package/components/mui_extended/{CheckBox.5f6c78b0.js → CheckBox.38abccd8.js} +5 -3
- package/components/mui_extended/IconButton/{index.a318316e.js → index.62aea582.js} +2 -12
- package/components/mui_extended/MenuActions/{index.f6bfdd40.js → index.2493b1b1.js} +21 -6
- package/components/mui_extended/MenuActions/types.d.ts +2 -0
- package/components/mui_extended/Pager/{index.da26e9d4.js → index.a7f87c96.js} +84 -82
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/index.d.ts +5 -0
- package/components/mui_extended/Pager/subcomponents/CustomTablePagination/types.d.ts +1 -4
- package/components/mui_extended/Tab/{index.0d5f96e6.js → index.756fe693.js} +1 -1
- package/components/mui_extended/{index.f6a356b9.js → index.ba27649e.js} +7 -7
- package/contexts/ModalContext/{index.efc1135a.js → index.51da83de.js} +1 -1
- package/hooks/useModal/{index.9b0cc3fe.js → index.7611bf21.js} +1 -1
- package/index.js +74 -70
- package/package.json +1 -1
- package/{vendor.88ed58a5.js → vendor.1af105d6.js} +47 -47
- package/components/areas/components/AreasAdmin/index.f011d49d.js +0 -487
- package/components/areas/index.eacab372.js +0 -32
- /package/components/areas/components/{AreasAdmin/subcomponents/AreaChipMobile → AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header}/subcomponents/PanelWindowPopUp/index.d.ts +0 -0
- /package/components/areas/components/{AreasAdmin/subcomponents/AreaChipMobile → AreasViewer/subcomponents/Area/subcomponents/Window/subcomponents/Header}/subcomponents/PanelWindowPopUp/types.d.ts +0 -0
|
@@ -3,7 +3,11 @@ export declare const accountPopoverClasses: AccountPopoverClassesType;
|
|
|
3
3
|
export declare function getAccountPopoverClassesUtilityClass(slot: string): string;
|
|
4
4
|
export declare const useAccountPopoverUtilityClasses: () => {
|
|
5
5
|
root: string;
|
|
6
|
+
containerUserName: string;
|
|
7
|
+
containerUserEmail: string;
|
|
6
8
|
containerUserInfo: string;
|
|
9
|
+
containerlogOut: string;
|
|
10
|
+
containerSetting: string;
|
|
7
11
|
labelUserName: string;
|
|
8
12
|
labelUserEmail: string;
|
|
9
13
|
labelVersion: string;
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { useAccountPopoverUtilityClasses } from ".";
|
|
2
2
|
export interface AccountPopoverClassesType {
|
|
3
3
|
root: string;
|
|
4
|
+
containerUserName: string;
|
|
5
|
+
containerUserEmail: string;
|
|
6
|
+
containerlogOut: string;
|
|
4
7
|
containerUserInfo: string;
|
|
8
|
+
containerSetting: string;
|
|
5
9
|
labelUserName: string;
|
|
6
10
|
labelUserEmail: string;
|
|
7
11
|
labelVersion: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getAccountPopoverDictionary(): string[];
|
|
@@ -2,32 +2,36 @@ import { useEnvironment, useModuleDictionary, useNetwork } from "@m4l/core";
|
|
|
2
2
|
import { useState, useEffect } from "react";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass, styled, useTheme, ButtonBase } from "@mui/material";
|
|
5
|
-
import "../Icon/index.
|
|
6
|
-
import clsx from "clsx";
|
|
5
|
+
import { I as Icon } from "../Icon/index.d1402200.js";
|
|
7
6
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
8
|
-
import "../mui_extended/IconButton/index.
|
|
7
|
+
import "../mui_extended/IconButton/index.62aea582.js";
|
|
8
|
+
import clsx from "clsx";
|
|
9
9
|
import "@m4l/graphics";
|
|
10
|
-
import "../mui_extended/Accordion/index.
|
|
10
|
+
import "../mui_extended/Accordion/index.46771196.js";
|
|
11
11
|
import "../mui_extended/Typography/index.443590d6.js";
|
|
12
12
|
import { A as Avatar } from "../mui_extended/Avatar/index.75e6ed57.js";
|
|
13
13
|
import "react-router-dom";
|
|
14
14
|
import "@mui/material/Button";
|
|
15
15
|
import "../mui_extended/Button/index.40af964e.js";
|
|
16
|
-
import "../mui_extended/CheckBox.
|
|
16
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
17
17
|
import { C as CircularProgress } from "../mui_extended/CircularProgress/index.ad569afd.js";
|
|
18
18
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
19
19
|
import "../Image/index.c18ebf5a.js";
|
|
20
20
|
import "@mui/lab";
|
|
21
|
-
import "../mui_extended/MenuActions/index.
|
|
21
|
+
import "../mui_extended/MenuActions/index.2493b1b1.js";
|
|
22
22
|
import { P as Popover } from "../mui_extended/Popover/index.9f35d0eb.js";
|
|
23
|
-
import "../mui_extended/Pager/index.
|
|
24
|
-
import "../mui_extended/Tab/index.
|
|
23
|
+
import "../mui_extended/Pager/index.a7f87c96.js";
|
|
24
|
+
import "../mui_extended/Tab/index.756fe693.js";
|
|
25
25
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
26
26
|
import { unstable_composeClasses } from "@mui/base";
|
|
27
27
|
const componentName = "M4LAccountPopover";
|
|
28
28
|
generateUtilityClasses(componentName, [
|
|
29
29
|
"root",
|
|
30
|
+
"containerUserName",
|
|
31
|
+
"containerUserEmail",
|
|
32
|
+
"containerlogOut",
|
|
30
33
|
"containerUserInfo",
|
|
34
|
+
"containerSetting",
|
|
31
35
|
"labelUserName",
|
|
32
36
|
"labelUserEmail",
|
|
33
37
|
"labelVersion",
|
|
@@ -46,7 +50,11 @@ function getAccountPopoverClassesUtilityClass(slot) {
|
|
|
46
50
|
const useAccountPopoverUtilityClasses = () => {
|
|
47
51
|
const slots = {
|
|
48
52
|
root: ["root"],
|
|
53
|
+
containerUserName: ["containerUserName"],
|
|
54
|
+
containerUserEmail: ["containerUserEmail"],
|
|
49
55
|
containerUserInfo: ["containerUserInfo"],
|
|
56
|
+
containerlogOut: ["containerlogOut"],
|
|
57
|
+
containerSetting: ["containerSetting"],
|
|
50
58
|
labelUserName: ["labelUserName"],
|
|
51
59
|
labelUserEmail: ["labelUserEmail"],
|
|
52
60
|
labelVersion: ["labelVersion"],
|
|
@@ -103,15 +111,19 @@ const MenuPopOver = (props) => {
|
|
|
103
111
|
version,
|
|
104
112
|
handleLogOut,
|
|
105
113
|
classes,
|
|
106
|
-
userData
|
|
114
|
+
userData,
|
|
115
|
+
settingHandleOpen
|
|
107
116
|
} = props;
|
|
117
|
+
const {
|
|
118
|
+
host_static_assets,
|
|
119
|
+
environment_assets
|
|
120
|
+
} = useEnvironment();
|
|
108
121
|
const {
|
|
109
122
|
avatar_url,
|
|
110
123
|
first_name,
|
|
111
124
|
last_name,
|
|
112
125
|
email
|
|
113
126
|
} = userData || {};
|
|
114
|
-
console.log("sidebar MenuPopOver");
|
|
115
127
|
const {
|
|
116
128
|
getLabel
|
|
117
129
|
} = useModuleDictionary();
|
|
@@ -167,28 +179,52 @@ const MenuPopOver = (props) => {
|
|
|
167
179
|
...process.env.NODE_ENV !== "production" ? {
|
|
168
180
|
[TEST_PROP_ID]: getAccountPopoverClassesUtilityClass("containerUserInfo")
|
|
169
181
|
} : {},
|
|
170
|
-
children: [/* @__PURE__ */
|
|
171
|
-
className: classes.
|
|
172
|
-
children:
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
182
|
+
children: [" ", /* @__PURE__ */ jsxs("div", {
|
|
183
|
+
className: classes.containerUserName,
|
|
184
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
185
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/account_popover/assets/icons/users.svg`
|
|
186
|
+
}), /* @__PURE__ */ jsx("span", {
|
|
187
|
+
className: classes.labelUserName,
|
|
188
|
+
children: `${first_name} ${last_name}`
|
|
189
|
+
})]
|
|
190
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
191
|
+
className: classes.containerUserEmail,
|
|
192
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
193
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/account_popover/assets/icons/email.svg`
|
|
194
|
+
}), /* @__PURE__ */ jsx("span", {
|
|
195
|
+
className: classes.labelUserEmail,
|
|
196
|
+
children: email
|
|
197
|
+
})]
|
|
176
198
|
})]
|
|
177
|
-
}), /* @__PURE__ */
|
|
199
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
178
200
|
className: classes.containerAppVersion,
|
|
179
201
|
...process.env.NODE_ENV !== "production" ? {
|
|
180
202
|
[TEST_PROP_ID]: getAccountPopoverClassesUtilityClass("containerAppVersion")
|
|
181
203
|
} : {},
|
|
182
|
-
children: /* @__PURE__ */ jsx(
|
|
204
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
205
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/account_popover/assets/icons/version.svg`
|
|
206
|
+
}), /* @__PURE__ */ jsx("span", {
|
|
183
207
|
className: classes.labelVersion,
|
|
184
|
-
children: `${getLabel("
|
|
185
|
-
})
|
|
186
|
-
}), /* @__PURE__ */
|
|
208
|
+
children: `${getLabel("account_popover.label_version")} ${version}`
|
|
209
|
+
})]
|
|
210
|
+
}), /* @__PURE__ */ jsxs("div", {
|
|
187
211
|
className: classes.containerMenuItems,
|
|
188
212
|
...process.env.NODE_ENV !== "production" ? {
|
|
189
213
|
[TEST_PROP_ID]: getAccountPopoverClassesUtilityClass("containerMenuItems")
|
|
190
214
|
} : {},
|
|
191
|
-
children:
|
|
215
|
+
children: [/* @__PURE__ */ jsxs("div", {
|
|
216
|
+
className: classes.containerSetting,
|
|
217
|
+
children: [/* @__PURE__ */ jsx(Icon, {
|
|
218
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/account_popover/assets/icons/configuration.svg`
|
|
219
|
+
}), /* @__PURE__ */ jsx("div", {
|
|
220
|
+
className: classes.menuItem,
|
|
221
|
+
onClick: () => {
|
|
222
|
+
settingHandleOpen();
|
|
223
|
+
handleClose();
|
|
224
|
+
},
|
|
225
|
+
children: getLabel("account_popover.label_settings")
|
|
226
|
+
})]
|
|
227
|
+
}), data ? data.length !== 0 && data.map((option) => /* @__PURE__ */ jsx("div", {
|
|
192
228
|
role: "presentation",
|
|
193
229
|
onClick: () => handleClick(option),
|
|
194
230
|
className: classes.menuItem,
|
|
@@ -204,7 +240,9 @@ const MenuPopOver = (props) => {
|
|
|
204
240
|
children: /* @__PURE__ */ jsx(CircularProgress, {
|
|
205
241
|
size: "20px"
|
|
206
242
|
})
|
|
207
|
-
})
|
|
243
|
+
})]
|
|
244
|
+
}), /* @__PURE__ */ jsx(Icon, {
|
|
245
|
+
src: `${host_static_assets}/${environment_assets}/frontend/components/account_popover/assets/icons/sign_off.svg`
|
|
208
246
|
}), /* @__PURE__ */ jsx("div", {
|
|
209
247
|
role: "presentation",
|
|
210
248
|
onClick: handleLogOut,
|
|
@@ -212,7 +250,7 @@ const MenuPopOver = (props) => {
|
|
|
212
250
|
...process.env.NODE_ENV !== "production" ? {
|
|
213
251
|
[TEST_PROP_ID]: getAccountPopoverClassesUtilityClass("logOut")
|
|
214
252
|
} : {},
|
|
215
|
-
children: getLabel("
|
|
253
|
+
children: getLabel("account_popover.label_logout")
|
|
216
254
|
})]
|
|
217
255
|
})]
|
|
218
256
|
});
|
|
@@ -223,7 +261,9 @@ const AccountPopover = (props) => {
|
|
|
223
261
|
version,
|
|
224
262
|
handleLogOut,
|
|
225
263
|
userData,
|
|
226
|
-
className
|
|
264
|
+
className,
|
|
265
|
+
settingOpen,
|
|
266
|
+
settingHandleOpen
|
|
227
267
|
} = props;
|
|
228
268
|
const [asyncState, setAsyncState] = useState("unLoad");
|
|
229
269
|
const [menuData, setMenuData] = useState([]);
|
|
@@ -265,10 +305,16 @@ const AccountPopover = (props) => {
|
|
|
265
305
|
version,
|
|
266
306
|
handleLogOut,
|
|
267
307
|
classes: accountPopoverClasses,
|
|
268
|
-
userData
|
|
308
|
+
userData,
|
|
309
|
+
settingOpen,
|
|
310
|
+
settingHandleOpen
|
|
269
311
|
})
|
|
270
312
|
});
|
|
271
313
|
};
|
|
314
|
+
function getAccountPopoverDictionary() {
|
|
315
|
+
return ["accountPopover"];
|
|
316
|
+
}
|
|
272
317
|
export {
|
|
273
|
-
AccountPopover as A
|
|
318
|
+
AccountPopover as A,
|
|
319
|
+
getAccountPopoverDictionary as g
|
|
274
320
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare function getAppBarDictionary(): string[];
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { useResponsiveDesktop } from "@m4l/graphics";
|
|
2
|
-
import { useEnvironment } from "@m4l/core";
|
|
2
|
+
import { useEnvironment, useModuleDictionary } from "@m4l/core";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
4
4
|
import { generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
5
|
-
import { I as IconButton } from "../mui_extended/IconButton/index.
|
|
6
|
-
import "../mui_extended/Accordion/index.
|
|
7
|
-
import "../Icon/index.
|
|
5
|
+
import { I as IconButton } from "../mui_extended/IconButton/index.62aea582.js";
|
|
6
|
+
import "../mui_extended/Accordion/index.46771196.js";
|
|
7
|
+
import "../Icon/index.d1402200.js";
|
|
8
8
|
import "react";
|
|
9
9
|
import "clsx";
|
|
10
10
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
@@ -13,14 +13,14 @@ import "../mui_extended/Avatar/index.75e6ed57.js";
|
|
|
13
13
|
import "react-router-dom";
|
|
14
14
|
import "@mui/material/Button";
|
|
15
15
|
import "../mui_extended/Button/index.40af964e.js";
|
|
16
|
-
import "../mui_extended/CheckBox.
|
|
16
|
+
import "../mui_extended/CheckBox.38abccd8.js";
|
|
17
17
|
import "../mui_extended/Badge/index.cad260fe.js";
|
|
18
18
|
import "../Image/index.c18ebf5a.js";
|
|
19
19
|
import "@mui/lab";
|
|
20
|
-
import "../mui_extended/MenuActions/index.
|
|
20
|
+
import "../mui_extended/MenuActions/index.2493b1b1.js";
|
|
21
21
|
import "../mui_extended/Popover/index.9f35d0eb.js";
|
|
22
|
-
import "../mui_extended/Pager/index.
|
|
23
|
-
import "../mui_extended/Tab/index.
|
|
22
|
+
import "../mui_extended/Pager/index.a7f87c96.js";
|
|
23
|
+
import "../mui_extended/Tab/index.756fe693.js";
|
|
24
24
|
import "../mui_extended/Tooltip/index.5a795dcd.js";
|
|
25
25
|
import { styled } from "@mui/material/styles";
|
|
26
26
|
import { unstable_composeClasses } from "@mui/base";
|
|
@@ -66,6 +66,9 @@ const AppBar = (props) => {
|
|
|
66
66
|
environment_assets
|
|
67
67
|
} = useEnvironment();
|
|
68
68
|
const classes = useAppBarUtilityClasses();
|
|
69
|
+
const {
|
|
70
|
+
getLabel
|
|
71
|
+
} = useModuleDictionary();
|
|
69
72
|
return /* @__PURE__ */ jsxs(AppBarRoot, {
|
|
70
73
|
className: classes.root,
|
|
71
74
|
...process.env.NODE_ENV !== "production" ? {
|
|
@@ -77,7 +80,7 @@ const AppBar = (props) => {
|
|
|
77
80
|
[TEST_PROP_ID]: getNameDataTestId("containerIconMenuToggle")
|
|
78
81
|
} : {},
|
|
79
82
|
children: /* @__PURE__ */ jsx(IconButton, {
|
|
80
|
-
tooltip: "
|
|
83
|
+
tooltip: getLabel("appbar.tooltip_toogle_menu"),
|
|
81
84
|
className: classes.iconMenuToggle,
|
|
82
85
|
src: `${host_static_assets}/${environment_assets}/frontend/components/settings/assets/icons/options.svg`,
|
|
83
86
|
onClick: onToggleVisible
|
|
@@ -91,6 +94,10 @@ const AppBar = (props) => {
|
|
|
91
94
|
})]
|
|
92
95
|
});
|
|
93
96
|
};
|
|
97
|
+
function getAppBarDictionary() {
|
|
98
|
+
return ["appbar"];
|
|
99
|
+
}
|
|
94
100
|
export {
|
|
95
|
-
AppBar as A
|
|
101
|
+
AppBar as A,
|
|
102
|
+
getAppBarDictionary as g
|
|
96
103
|
};
|
package/components/CommonActions/components/ActionCancel/{index.6cf96d04.js → index.29517521.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.40af964e.js";
|
|
3
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
3
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e70e8779.js";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
const ActionCancel = (props) => {
|
|
6
6
|
const {
|
package/components/CommonActions/components/ActionFormCancel/{index.a0335cbf.js → index.89f1ac8e.js}
RENAMED
|
@@ -3,40 +3,40 @@ import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { B as Button } from "../../../mui_extended/Button/index.40af964e.js";
|
|
5
5
|
import { useCallback, useEffect } from "react";
|
|
6
|
-
import { u as useModal } from "../../../../hooks/useModal/index.
|
|
6
|
+
import { u as useModal } from "../../../../hooks/useModal/index.7611bf21.js";
|
|
7
7
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
8
8
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
9
9
|
import { jsx } from "react/jsx-runtime";
|
|
10
10
|
import "@m4l/graphics";
|
|
11
|
-
import "../../../Icon/index.
|
|
11
|
+
import "../../../Icon/index.d1402200.js";
|
|
12
12
|
import "clsx";
|
|
13
|
-
import "../../../modal/index.
|
|
14
|
-
import { W as WindowConfirm } from "../../../modal/WindowConfirm.
|
|
15
|
-
import "../../../mui_extended/IconButton/index.
|
|
16
|
-
import "../../../mui_extended/Accordion/index.
|
|
13
|
+
import "../../../modal/index.6f281ef8.js";
|
|
14
|
+
import { W as WindowConfirm } from "../../../modal/WindowConfirm.a68aa0f1.js";
|
|
15
|
+
import "../../../mui_extended/IconButton/index.62aea582.js";
|
|
16
|
+
import "../../../mui_extended/Accordion/index.46771196.js";
|
|
17
17
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
18
18
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
19
19
|
import "react-router-dom";
|
|
20
|
-
import "../../../mui_extended/CheckBox.
|
|
20
|
+
import "../../../mui_extended/CheckBox.38abccd8.js";
|
|
21
21
|
import "../../../mui_extended/Badge/index.cad260fe.js";
|
|
22
22
|
import "../../../Image/index.c18ebf5a.js";
|
|
23
23
|
import "@mui/lab";
|
|
24
|
-
import "../../../mui_extended/MenuActions/index.
|
|
24
|
+
import "../../../mui_extended/MenuActions/index.2493b1b1.js";
|
|
25
25
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
26
|
-
import "../../../mui_extended/Pager/index.
|
|
27
|
-
import "../../../mui_extended/Tab/index.
|
|
26
|
+
import "../../../mui_extended/Pager/index.a7f87c96.js";
|
|
27
|
+
import "../../../mui_extended/Tab/index.756fe693.js";
|
|
28
28
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
29
29
|
import "zustand";
|
|
30
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
31
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
30
|
+
import "../../../areas/contexts/AreasContext/index.230d1584.js";
|
|
31
|
+
import "../../../areas/components/AreasAdmin/index.8ab71eb9.js";
|
|
32
32
|
import "zustand/shallow";
|
|
33
33
|
import "../../../ScrollBar/index.d4410cb5.js";
|
|
34
|
-
import "../../../areas/components/AreasViewer/index.
|
|
34
|
+
import "../../../areas/components/AreasViewer/index.933e506b.js";
|
|
35
35
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
36
36
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
37
37
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
38
38
|
import { u as useWindowToolsMF } from "../../../areas/hooks/useWindowToolsMF/index.b7afaf88.js";
|
|
39
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
39
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e70e8779.js";
|
|
40
40
|
function ActionFormCancel() {
|
|
41
41
|
const {
|
|
42
42
|
getLabel
|
package/components/CommonActions/components/ActionFormIntro/{index.273b1b9f.js → index.bbc35e74.js}
RENAMED
|
@@ -2,7 +2,7 @@ import { useFormContext, useFormState } from "react-hook-form";
|
|
|
2
2
|
import { useModuleDictionary, useModuleSkeleton } from "@m4l/core";
|
|
3
3
|
import { Skeleton } from "@mui/material";
|
|
4
4
|
import { L as LoadingButton } from "../../../mui_extended/Button/index.40af964e.js";
|
|
5
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
5
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e70e8779.js";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
function ActionFormIntro(props) {
|
|
8
8
|
const {
|
package/components/CommonActions/components/ActionIntro/{index.856df8ef.js → index.a9420126.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { useModuleDictionary } from "@m4l/core";
|
|
2
2
|
import { B as Button } from "../../../mui_extended/Button/index.40af964e.js";
|
|
3
3
|
import { T as TEST_PROP_ID } from "../../../../test/constants_no_mock.86c553a9.js";
|
|
4
|
-
import { u as useCommonActionsUtilityClasses } from "../Actions/index.
|
|
4
|
+
import { u as useCommonActionsUtilityClasses } from "../Actions/index.e70e8779.js";
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
6
|
const ACTIONINTRO_TEST_ID = "m4lactions";
|
|
7
7
|
const ActionIntro = (props) => {
|
|
@@ -10,32 +10,32 @@ import "../../../mui_extended/Button/index.40af964e.js";
|
|
|
10
10
|
import "clsx";
|
|
11
11
|
import "react-hook-form";
|
|
12
12
|
import "react";
|
|
13
|
-
import "../../../../contexts/ModalContext/index.
|
|
13
|
+
import "../../../../contexts/ModalContext/index.51da83de.js";
|
|
14
14
|
import "../../../../react-draggable.7abb5d0a.js";
|
|
15
15
|
import "../../../Resizeable/index.9a9c79a4.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
|
-
import "../../../Icon/index.
|
|
18
|
-
import "../../../modal/index.
|
|
17
|
+
import "../../../Icon/index.d1402200.js";
|
|
18
|
+
import "../../../modal/index.6f281ef8.js";
|
|
19
19
|
import "@mui/lab";
|
|
20
20
|
import "../../../mui_extended/Typography/index.443590d6.js";
|
|
21
21
|
import "../../../Image/index.c18ebf5a.js";
|
|
22
|
-
import "../../../mui_extended/IconButton/index.
|
|
23
|
-
import "../../../mui_extended/Accordion/index.
|
|
22
|
+
import "../../../mui_extended/IconButton/index.62aea582.js";
|
|
23
|
+
import "../../../mui_extended/Accordion/index.46771196.js";
|
|
24
24
|
import "../../../mui_extended/Avatar/index.75e6ed57.js";
|
|
25
25
|
import "react-router-dom";
|
|
26
|
-
import "../../../mui_extended/CheckBox.
|
|
26
|
+
import "../../../mui_extended/CheckBox.38abccd8.js";
|
|
27
27
|
import "../../../mui_extended/Badge/index.cad260fe.js";
|
|
28
|
-
import "../../../mui_extended/MenuActions/index.
|
|
28
|
+
import "../../../mui_extended/MenuActions/index.2493b1b1.js";
|
|
29
29
|
import "../../../mui_extended/Popover/index.9f35d0eb.js";
|
|
30
|
-
import "../../../mui_extended/Pager/index.
|
|
31
|
-
import "../../../mui_extended/Tab/index.
|
|
30
|
+
import "../../../mui_extended/Pager/index.a7f87c96.js";
|
|
31
|
+
import "../../../mui_extended/Tab/index.756fe693.js";
|
|
32
32
|
import "../../../mui_extended/Tooltip/index.5a795dcd.js";
|
|
33
33
|
import "zustand";
|
|
34
|
-
import "../../../areas/contexts/AreasContext/index.
|
|
35
|
-
import "../../../areas/components/AreasAdmin/index.
|
|
34
|
+
import "../../../areas/contexts/AreasContext/index.230d1584.js";
|
|
35
|
+
import "../../../areas/components/AreasAdmin/index.8ab71eb9.js";
|
|
36
36
|
import "zustand/shallow";
|
|
37
37
|
import "../../../ScrollBar/index.d4410cb5.js";
|
|
38
|
-
import "../../../areas/components/AreasViewer/index.
|
|
38
|
+
import "../../../areas/components/AreasViewer/index.933e506b.js";
|
|
39
39
|
import "../../../LinearProgressIndeterminate/index.60dabc06.js";
|
|
40
40
|
import "../../../areas/contexts/WindowToolsMFContext/index.8f3e2a04.js";
|
|
41
41
|
import "../../../areas/contexts/DynamicMFParmsContext/index.1607c78e.js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.
|
|
2
|
-
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.
|
|
1
|
+
import { g as getModalDialogComponentsDictionary } from "../ModalDialog/index.42e804cf.js";
|
|
2
|
+
import { g as getPagerComponentsDictionary } from "../mui_extended/Pager/index.a7f87c96.js";
|
|
3
3
|
import { styled } from "@mui/material/styles";
|
|
4
4
|
import { forwardRef, createContext, useState, useMemo, useEffect, useCallback, useContext, useRef, useLayoutEffect } from "react";
|
|
5
5
|
import { S as SELECT_COLUMN_KEY, u as useRowSelection, a as SelectCellFormatter, H as HeaderRenderer, D as DataGrid$1 } from "../../react-data-grid.d46d625e.js";
|
|
@@ -8,16 +8,16 @@ import { HTML5Backend } from "react-dnd-html5-backend";
|
|
|
8
8
|
import { SvgIcon, Checkbox, InputBase, Skeleton, generateUtilityClasses, generateUtilityClass } from "@mui/material";
|
|
9
9
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
10
|
import { voidFunction, useModuleDictionary, useModuleSkeleton, getPropertyByString } from "@m4l/core";
|
|
11
|
-
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.
|
|
11
|
+
import { A as ActionsColumn, a as Actions } from "./subcomponents/Actions/index.a8fc9f6a.js";
|
|
12
12
|
import { unstable_composeClasses } from "@mui/base";
|
|
13
13
|
import { T as TEST_PROP_ID } from "../../test/constants_no_mock.86c553a9.js";
|
|
14
|
-
import { g as getNameDataTestId } from "../../vendor.
|
|
15
|
-
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.
|
|
14
|
+
import { g as getNameDataTestId } from "../../vendor.1af105d6.js";
|
|
15
|
+
import { B as BooleanFormatter } from "../formatters/BooleanFormatter/index.b2f02bc4.js";
|
|
16
16
|
import "@m4l/graphics";
|
|
17
|
-
import "../Icon/index.
|
|
17
|
+
import "../Icon/index.d1402200.js";
|
|
18
18
|
import "clsx";
|
|
19
19
|
import { D as DateFormatter } from "../formatters/DateFormatter/index.578a9f53.js";
|
|
20
|
-
import { C as ConcatenatedFormatter } from "../formatters/index.
|
|
20
|
+
import { C as ConcatenatedFormatter } from "../formatters/index.f9ad88b4.js";
|
|
21
21
|
const DataGridRoot = styled("div")(({
|
|
22
22
|
theme
|
|
23
23
|
}) => ({
|
|
@@ -1001,14 +1001,15 @@ const getDataGridRowsFromSet = (set, rows, rowKeyGetter) => {
|
|
|
1001
1001
|
return rowsFinded;
|
|
1002
1002
|
};
|
|
1003
1003
|
export {
|
|
1004
|
-
|
|
1004
|
+
DataGridRoot as D,
|
|
1005
1005
|
useFilters as a,
|
|
1006
1006
|
dictionary as b,
|
|
1007
|
-
|
|
1007
|
+
DataGrid as c,
|
|
1008
1008
|
dataGridClasses as d,
|
|
1009
|
-
|
|
1010
|
-
|
|
1009
|
+
getDataGridRowsFromSet as e,
|
|
1010
|
+
columnBooleanFormatter as f,
|
|
1011
1011
|
getDataGridComponentsDictionary as g,
|
|
1012
|
-
|
|
1012
|
+
columnDateFormatter as h,
|
|
1013
|
+
columnConcatenatedValuesFormatter as i,
|
|
1013
1014
|
useDataGrid as u
|
|
1014
1015
|
};
|