@m4l/components 0.1.18 → 0.1.20
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/CommonActions/components/ActionCancel/{index.7e947996.js → index.3775989f.js} +1 -1
- package/components/CommonActions/components/ActionFormCancel/{index.63405f6c.js → index.d69d9e0f.js} +2 -2
- package/components/CommonActions/components/ActionIntro/{index.bac90f39.js → index.ca7b6952.js} +1 -1
- package/components/CommonActions/components/Actions/{index.6b25caed.js → index.a908e4b9.js} +170 -171
- package/components/DataGrid/{index.091572bf.js → index.5cbf0dd8.js} +3 -3
- package/components/DynamicFilter/{index.7efecd5d.js → index.8a571617.js} +80 -82
- package/components/HelmetPage/index.d.ts +6 -0
- package/components/{Page → HelmetPage}/types.d.ts +2 -2
- package/components/Icon/{index.cbca79b0.js → index.f569765b.js} +41 -29
- package/components/Icon/types.d.ts +1 -0
- package/components/Image/index.c9da2d5a.js +152 -0
- package/components/Image/index.d.ts +2 -2
- package/components/Image/styles.d.ts +2 -4
- package/components/Image/subcomponents/BasicIntersectComponent/index.d.ts +3 -0
- package/components/Image/subcomponents/LazyLoadComponent/index.d.ts +3 -0
- package/components/Image/subcomponents/Skeleton/index.d.ts +3 -0
- package/components/Image/subcomponents/Skeleton/styles.d.ts +2 -0
- package/components/Image/subcomponents/Skeleton/types.d.ts +4 -0
- package/components/Image/types.d.ts +30 -15
- package/components/Image/utils/isIntersectionObserverAvailable.d.ts +1 -0
- package/components/LanguagePopover/styles.d.ts +1 -1
- package/components/ModalDialog/{index.0ddffae6.js → index.16024a4e.js} +3 -3
- package/components/NoItemSelected/{index.12f0ca67.js → index.9609a7f7.js} +1 -1
- package/components/NoItemSelected/styles.d.ts +1 -1
- package/components/ObjectLogs/{index.64f06b3d.js → index.ac2bfa48.js} +5 -5
- package/components/Page/index.fc660ee5.js +27 -0
- package/components/PaperForm/{index.d7c74064.js → index.3f8c7ef2.js} +1 -1
- package/components/Period/{index.8423f865.js → index.497b8df4.js} +7 -8
- package/components/animate/IconButtonAnimate/index.d.ts +1 -1
- package/components/animate/features.d.ts +2 -0
- package/components/animate/variants/bounce.d.ts +10 -10
- package/components/animate/variants/container.d.ts +1 -1
- package/components/animate/variants/fade.d.ts +21 -21
- package/components/animate/variants/transition.d.ts +6 -6
- package/components/{hook-form/FormProvider/index.936cbb98.js → contexts/RHFormContext/index.f8241292.js} +17 -16
- package/components/formatters/BooleanFormatter/{index.cca53b7f.js → index.3ec56305.js} +1 -1
- package/components/formatters/DateFormatter/{index.ad8d9b8e.js → index.08d8823b.js} +1 -1
- package/components/formatters/{index.55856d65.js → index.6959c2de.js} +1 -1
- package/components/hook-form/RHFAutocomplete/index.b7f11146.js +146 -0
- package/components/hook-form/RHFAutocomplete/index.d.ts +1 -2
- package/components/hook-form/RHFAutocomplete/styles.d.ts +0 -1
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/index.d.ts +3 -0
- package/components/hook-form/RHFAutocomplete/subcomponents/RenderOption/styles.d.ts +2 -0
- package/components/hook-form/RHFAutocomplete/types.d.ts +13 -7
- package/components/hook-form/RHFAutocompleteAsync/index.97a5a66e.js +51 -0
- package/components/hook-form/RHFAutocompleteAsync/index.d.ts +1 -2
- package/components/hook-form/RHFAutocompleteAsync/types.d.ts +3 -11
- package/components/hook-form/RHFCheckbox/index.6a40e25f.js +55 -0
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/index.d.ts +2 -0
- package/components/hook-form/RHFCheckbox/subcomponents/Skeleton/styles.d.ts +2 -0
- package/components/hook-form/RHFDateTime/{index.fc5cbafe.js → index.5ed774e3.js} +24 -26
- package/components/hook-form/RHFDateTime/types.d.ts +2 -5
- package/components/hook-form/RHFPeriod/{index.0b982ae8.js → index.e17b1c72.js} +1 -1
- package/components/hook-form/RHFTextField/index.bab2a2cf.js +113 -0
- package/components/hook-form/RHFTextField/index.d.ts +1 -1
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/index.d.ts +3 -0
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/styles.d.ts +2 -0
- package/components/hook-form/RHFTextField/subcomponents/Skeleton/types.d.ts +4 -0
- package/components/hook-form/RHFTextField/types.d.ts +2 -5
- package/components/hook-form/RHFTextFieldPassword/index.d.ts +3 -0
- package/components/hook-form/RHFTextFieldPassword/types.d.ts +4 -0
- package/components/hook-form/RHFUpload/{index.ed3d739f.js → index.cbf11b68.js} +31 -36
- package/components/hook-form/index.d.ts +1 -2
- package/components/index.d.ts +2 -3
- package/components/mui_extended/Accordion/{index.2116e423.js → index.49f5df8e.js} +2 -2
- package/components/mui_extended/Avatar/index.d.ts +1 -1
- package/components/mui_extended/Avatar/index.dadb0528.js +37 -0
- package/components/mui_extended/Avatar/subcomponents/SkeletonAvatar/index.d.ts +2 -0
- package/components/mui_extended/Button/index.16591787.js +144 -0
- package/components/mui_extended/IconButton/index.4b5ce8b5.js +103 -0
- package/components/mui_extended/IconButton/index.d.ts +1 -1
- package/components/mui_extended/IconButton/subcomponents/SkeletonIconButton/index.d.ts +2 -0
- package/components/mui_extended/ImageButton/index.d.ts +3 -0
- package/components/mui_extended/ImageButton/types.d.ts +7 -0
- package/components/mui_extended/LinkWithRoute/index.16436ab8.js +26 -0
- package/components/mui_extended/LinkWithRoute/types.d.ts +2 -6
- package/components/mui_extended/LoadingButton/subcomponents/Skeleton/index.d.ts +2 -0
- package/components/mui_extended/LoadingButton/subcomponents/Skeleton/styles.d.ts +2 -0
- package/components/mui_extended/LoadingButton/types.d.ts +2 -2
- package/components/mui_extended/MenuActions/styles.d.ts +2 -2
- package/components/mui_extended/MenuActions/types.d.ts +2 -2
- package/components/mui_extended/Pager/{index.f0911163.js → index.80c2f8a0.js} +1 -1
- package/components/mui_extended/Popover/index.305f2ea5.js +218 -0
- package/components/mui_extended/Popover/index.d.ts +4 -0
- package/components/mui_extended/Popover/types.d.ts +9 -0
- package/components/mui_extended/Typography/index.e5494696.js +31 -0
- package/components/mui_extended/Typography/subcomponents/index.d.ts +3 -0
- package/components/mui_extended/Typography/subcomponents/types.d.ts +2 -0
- package/components/mui_extended/Typography/types.d.ts +3 -5
- package/components/mui_extended/index.d.ts +1 -1
- package/contexts/ModalContext/{index.1688a07c.js → index.699767c7.js} +3 -3
- package/contexts/RHFormContext/index.d.ts +3 -0
- package/{components/hook-form/FormProvider → contexts/RHFormContext}/styles.d.ts +0 -0
- package/{components/hook-form/FormProvider → contexts/RHFormContext}/types.d.ts +0 -0
- package/contexts/index.d.ts +2 -0
- package/hooks/useFormAddEdit/index.d.ts +1 -1
- package/hooks/useFormAddEdit/types.d.ts +1 -1
- package/hooks/useModal/{index.cdd84702.js → index.8201ccec.js} +1 -1
- package/index.js +148 -151
- package/package.json +3 -1
- package/utils/index.d.ts +1 -1
- package/components/CompanyLogo/index.d.ts +0 -3
- package/components/CompanyLogo/index.f81c179c.js +0 -75
- package/components/CompanyLogo/styles.d.ts +0 -5
- package/components/CompanyLogo/types.d.ts +0 -6
- package/components/Image/index.e790b50b.js +0 -122
- package/components/LanguagePopover/index.15f7dea7.js +0 -87
- package/components/Page/index.6d69977e.js +0 -35
- package/components/Page/index.d.ts +0 -3
- package/components/hook-form/FormProvider/index.d.ts +0 -3
- package/components/hook-form/RHFAutocomplete/index.6ed76d4c.js +0 -122
- package/components/hook-form/RHFAutocompleteAsync/index.8f2c97ea.js +0 -153
- package/components/hook-form/RHFAutocompleteAsync/styles.d.ts +0 -4
- package/components/hook-form/RHFCheckbox/index.f9ce6c39.js +0 -59
- package/components/hook-form/RHFCheckbox/styles.d.ts +0 -13
- package/components/hook-form/RHFTextField/index.4c455f75.js +0 -77
- package/components/hook-form/RHFTextField/styles.d.ts +0 -2
- package/components/mui_extended/Avatar/index.0a2a4523.js +0 -32
- package/components/mui_extended/Button/index.3debb608.js +0 -110
- package/components/mui_extended/Button/styles.d.ts +0 -12
- package/components/mui_extended/IconButton/index.88f3aadb.js +0 -98
- package/components/mui_extended/LinkWithRoute/index.d4b263de.js +0 -28
- package/components/mui_extended/LoadingButton/skeleton.d.ts +0 -2
- package/components/mui_extended/LoadingButton/styles.d.ts +0 -2
- package/components/mui_extended/MenuPopover/index.488fc536.js +0 -131
- package/components/mui_extended/MenuPopover/index.d.ts +0 -4
- package/components/mui_extended/MenuPopover/types.d.ts +0 -9
- package/components/mui_extended/Typography/index.0c4604b3.js +0 -22
- package/react-lazy-load-image-component.45b56650.js +0 -784
|
@@ -1,23 +1,22 @@
|
|
|
1
|
-
import { jsx as
|
|
1
|
+
import { jsx as n, jsxs as b, Fragment as D } from "react/jsx-runtime";
|
|
2
2
|
import { styled as p } from "@mui/material/styles";
|
|
3
|
-
import { useEnvironment as k, useModuleDictionary as
|
|
3
|
+
import { useEnvironment as k, useModuleDictionary as S } from "@m4l/core";
|
|
4
|
+
import { IconButton as et, Tooltip as nt, MenuItem as it, Skeleton as A, Checkbox as ot } from "@mui/material";
|
|
4
5
|
import "@mui/material/Button";
|
|
5
|
-
import "../../../mui_extended/Button/index.3debb608.js";
|
|
6
6
|
import "react-hook-form";
|
|
7
7
|
import "react-router-dom";
|
|
8
|
-
import {
|
|
9
|
-
import
|
|
10
|
-
import "../../../../contexts/ModalContext/index.1688a07c.js";
|
|
8
|
+
import { useState as W, useMemo as w, forwardRef as st, useRef as B, useImperativeHandle as rt, useEffect as at, useCallback as j } from "react";
|
|
9
|
+
import "../../../../contexts/ModalContext/index.699767c7.js";
|
|
11
10
|
import "@mui/lab";
|
|
12
|
-
import { I as
|
|
13
|
-
import { u as I, a as lt, O as ct } from "../../../DataGrid/index.
|
|
14
|
-
import { P as dt } from "../../../mui_extended/Pager/index.
|
|
11
|
+
import { I as y } from "../../../mui_extended/IconButton/index.4b5ce8b5.js";
|
|
12
|
+
import { u as I, a as lt, O as ct } from "../../../DataGrid/index.5cbf0dd8.js";
|
|
13
|
+
import { P as dt } from "../../../mui_extended/Pager/index.80c2f8a0.js";
|
|
15
14
|
import { D as pt } from "../../../../react-data-grid.d46d625e.js";
|
|
16
|
-
import { u as gt } from "../../../../hooks/useModal/index.
|
|
17
|
-
import { A as ft } from "../ActionCancel/index.
|
|
18
|
-
import { A as ut } from "../ActionIntro/index.
|
|
19
|
-
import {
|
|
20
|
-
import { I as N } from "../../../Icon/index.
|
|
15
|
+
import { u as gt } from "../../../../hooks/useModal/index.8201ccec.js";
|
|
16
|
+
import { A as ft } from "../ActionCancel/index.3775989f.js";
|
|
17
|
+
import { A as ut } from "../ActionIntro/index.ca7b6952.js";
|
|
18
|
+
import { P as mt } from "../../../mui_extended/Popover/index.305f2ea5.js";
|
|
19
|
+
import { I as N } from "../../../Icon/index.f569765b.js";
|
|
21
20
|
import { useResponsiveDesktop as ht } from "@m4l/graphics";
|
|
22
21
|
const _t = p("div")(({
|
|
23
22
|
theme: t
|
|
@@ -30,26 +29,26 @@ const _t = p("div")(({
|
|
|
30
29
|
"& > button": {
|
|
31
30
|
marginLeft: "10px"
|
|
32
31
|
}
|
|
33
|
-
})),
|
|
32
|
+
})), ne = (t) => {
|
|
34
33
|
const {
|
|
35
|
-
children:
|
|
34
|
+
children: e
|
|
36
35
|
} = t;
|
|
37
|
-
return /* @__PURE__ */
|
|
36
|
+
return /* @__PURE__ */ n(_t, {
|
|
38
37
|
id: "WrapperStandarActions",
|
|
39
|
-
children:
|
|
38
|
+
children: e
|
|
40
39
|
});
|
|
41
40
|
};
|
|
42
|
-
function
|
|
41
|
+
function ie() {
|
|
43
42
|
return ["common_actions"];
|
|
44
43
|
}
|
|
45
|
-
const
|
|
44
|
+
const oe = {
|
|
46
45
|
common_actions: {
|
|
47
46
|
cancel: "Cancel",
|
|
48
47
|
intro: "Intro",
|
|
49
48
|
confirm_quit_title: "Confirm",
|
|
50
49
|
confirm_quit_msg: "Are your sure exit?"
|
|
51
50
|
}
|
|
52
|
-
},
|
|
51
|
+
}, yt = p(et)(() => ({})), vt = p("div")(({
|
|
53
52
|
theme: t
|
|
54
53
|
}) => ({
|
|
55
54
|
height: "22px",
|
|
@@ -59,53 +58,53 @@ const rn = {
|
|
|
59
58
|
}));
|
|
60
59
|
function U(t) {
|
|
61
60
|
const {
|
|
62
|
-
menuActions:
|
|
61
|
+
menuActions: e,
|
|
63
62
|
objItem: o = {},
|
|
64
63
|
urlIcon: s,
|
|
65
64
|
toolTip: r = "",
|
|
66
65
|
marginTop: g = -1,
|
|
67
66
|
marginBottom: l,
|
|
68
|
-
marginLeft:
|
|
67
|
+
marginLeft: v,
|
|
69
68
|
marginRight: _,
|
|
70
69
|
width: a = 200,
|
|
71
|
-
|
|
70
|
+
arrowType: u = "right-top",
|
|
72
71
|
...f
|
|
73
72
|
} = t, {
|
|
74
73
|
host_static_assets: z,
|
|
75
74
|
environment_assets: $
|
|
76
75
|
} = k(), {
|
|
77
76
|
getLabel: x
|
|
78
|
-
} =
|
|
77
|
+
} = S(), [C, R] = W(null), F = (m) => {
|
|
79
78
|
R(m.currentTarget);
|
|
80
|
-
},
|
|
79
|
+
}, M = w(() => s || `${z}/${$}/frontend/commons/assets/icons/more_vertical.svg`, [s, z, $]), P = () => {
|
|
81
80
|
R(null);
|
|
82
81
|
}, d = (m) => {
|
|
83
82
|
R(null), m.onClick();
|
|
84
83
|
}, O = w(() => {
|
|
85
84
|
let m;
|
|
86
|
-
return typeof
|
|
87
|
-
}, [
|
|
88
|
-
return /* @__PURE__ */ b(
|
|
89
|
-
children: [/* @__PURE__ */
|
|
85
|
+
return typeof e != "function" ? m = e : m = e(o), m;
|
|
86
|
+
}, [e, o]);
|
|
87
|
+
return /* @__PURE__ */ b(D, {
|
|
88
|
+
children: [/* @__PURE__ */ n(nt, {
|
|
90
89
|
title: r,
|
|
91
|
-
children: /* @__PURE__ */
|
|
90
|
+
children: /* @__PURE__ */ n(yt, {
|
|
92
91
|
id: "WrapperMenuActions",
|
|
93
92
|
size: "small",
|
|
94
|
-
onClick:
|
|
95
|
-
children: /* @__PURE__ */
|
|
96
|
-
src:
|
|
93
|
+
onClick: F,
|
|
94
|
+
children: /* @__PURE__ */ n(N, {
|
|
95
|
+
src: M
|
|
97
96
|
})
|
|
98
97
|
})
|
|
99
|
-
}), /* @__PURE__ */
|
|
100
|
-
id: "
|
|
101
|
-
open: Boolean(
|
|
102
|
-
anchorEl:
|
|
98
|
+
}), /* @__PURE__ */ n(mt, {
|
|
99
|
+
id: "Popover",
|
|
100
|
+
open: Boolean(C),
|
|
101
|
+
anchorEl: C,
|
|
103
102
|
onClose: P,
|
|
104
|
-
|
|
103
|
+
arrowType: u,
|
|
105
104
|
sx: {
|
|
106
105
|
marginTop: g,
|
|
107
106
|
marginBottom: l,
|
|
108
|
-
marginLeft:
|
|
107
|
+
marginLeft: v,
|
|
109
108
|
marginRight: _,
|
|
110
109
|
width: a,
|
|
111
110
|
"& .MuiMenuItem-root": {
|
|
@@ -115,23 +114,23 @@ function U(t) {
|
|
|
115
114
|
}
|
|
116
115
|
},
|
|
117
116
|
...f,
|
|
118
|
-
children:
|
|
117
|
+
children: C && O.map((m, L) => /* @__PURE__ */ b(it, {
|
|
119
118
|
dense: !0,
|
|
120
119
|
onClick: () => d(m),
|
|
121
120
|
sx: {
|
|
122
121
|
color: m.color ?? "text.main"
|
|
123
122
|
},
|
|
124
123
|
disabled: m.disabled,
|
|
125
|
-
children: [/* @__PURE__ */
|
|
124
|
+
children: [/* @__PURE__ */ n(N, {
|
|
126
125
|
src: m.urlIcon
|
|
127
|
-
}), /* @__PURE__ */
|
|
126
|
+
}), /* @__PURE__ */ n(vt, {
|
|
128
127
|
children: x(m.dictionaryField)
|
|
129
128
|
})]
|
|
130
|
-
}, `menu_action_${
|
|
129
|
+
}, `menu_action_${L}`))
|
|
131
130
|
})]
|
|
132
131
|
});
|
|
133
132
|
}
|
|
134
|
-
const
|
|
133
|
+
const Ct = p("div")(({ theme: t }) => ({
|
|
135
134
|
width: "100%",
|
|
136
135
|
justifyContent: "center",
|
|
137
136
|
display: "flex",
|
|
@@ -142,49 +141,49 @@ const yt = p("div")(({ theme: t }) => ({
|
|
|
142
141
|
marginLeft: t.spacing(3)
|
|
143
142
|
}
|
|
144
143
|
}));
|
|
145
|
-
function
|
|
144
|
+
function se(t) {
|
|
146
145
|
const {
|
|
147
|
-
count:
|
|
146
|
+
count: e,
|
|
148
147
|
page: o,
|
|
149
148
|
rowsPerPage: s,
|
|
150
149
|
onPageChange: r
|
|
151
150
|
} = t, {
|
|
152
151
|
host_static_assets: g,
|
|
153
152
|
environment_assets: l
|
|
154
|
-
} = k(),
|
|
153
|
+
} = k(), v = (f) => {
|
|
155
154
|
r(f, 0);
|
|
156
155
|
}, _ = (f) => {
|
|
157
156
|
r(f, o - 1);
|
|
158
157
|
}, a = (f) => {
|
|
159
158
|
r(f, o + 1);
|
|
160
159
|
}, u = (f) => {
|
|
161
|
-
r(f, Math.max(0, Math.ceil(
|
|
160
|
+
r(f, Math.max(0, Math.ceil(e / s) - 1));
|
|
162
161
|
};
|
|
163
|
-
return /* @__PURE__ */ b(
|
|
162
|
+
return /* @__PURE__ */ b(Ct, {
|
|
164
163
|
id: "WrapperPagerActions",
|
|
165
|
-
children: [/* @__PURE__ */
|
|
164
|
+
children: [/* @__PURE__ */ n(y, {
|
|
166
165
|
id: "test_bruce",
|
|
167
166
|
dictionaryTooltip: "pager.first",
|
|
168
|
-
onClick:
|
|
167
|
+
onClick: v,
|
|
169
168
|
disabled: o === 0,
|
|
170
169
|
"aria-label": "first page",
|
|
171
170
|
src: `${g}/${l}/frontend/components/pager/assets/icons/first.svg`
|
|
172
|
-
}), /* @__PURE__ */
|
|
171
|
+
}), /* @__PURE__ */ n(y, {
|
|
173
172
|
dictionaryTooltip: "pager.previous",
|
|
174
173
|
onClick: _,
|
|
175
174
|
disabled: o === 0,
|
|
176
175
|
"aria-label": "first page",
|
|
177
176
|
src: `${g}/${l}/frontend/components/pager/assets/icons/previous.svg`
|
|
178
|
-
}), /* @__PURE__ */
|
|
177
|
+
}), /* @__PURE__ */ n(y, {
|
|
179
178
|
dictionaryTooltip: "pager.next",
|
|
180
179
|
onClick: a,
|
|
181
|
-
disabled: o >= Math.ceil(
|
|
180
|
+
disabled: o >= Math.ceil(e / s) - 1,
|
|
182
181
|
"aria-label": "next page",
|
|
183
182
|
src: `${g}/${l}/frontend/components/pager/assets/icons/next.svg`
|
|
184
|
-
}), /* @__PURE__ */
|
|
183
|
+
}), /* @__PURE__ */ n(y, {
|
|
185
184
|
dictionaryTooltip: "pager.last",
|
|
186
185
|
onClick: u,
|
|
187
|
-
disabled: o >= Math.ceil(
|
|
186
|
+
disabled: o >= Math.ceil(e / s) - 1,
|
|
188
187
|
"aria-label": "last page",
|
|
189
188
|
src: `${g}/${l}/frontend/components/pager/assets/icons/last.svg`
|
|
190
189
|
})]
|
|
@@ -193,12 +192,12 @@ function an(t) {
|
|
|
193
192
|
const xt = "actions-row";
|
|
194
193
|
function bt(t) {
|
|
195
194
|
const {
|
|
196
|
-
rowActionsGetter:
|
|
195
|
+
rowActionsGetter: e
|
|
197
196
|
} = I();
|
|
198
|
-
return
|
|
199
|
-
|
|
197
|
+
return e === void 0 ? /* @__PURE__ */ n(D, {}) : /* @__PURE__ */ n(U, {
|
|
198
|
+
arrowType: "top-left",
|
|
200
199
|
objItem: t.row,
|
|
201
|
-
menuActions:
|
|
200
|
+
menuActions: e,
|
|
202
201
|
marginTop: 1,
|
|
203
202
|
marginLeft: "-11px",
|
|
204
203
|
anchorOrigin: {
|
|
@@ -211,7 +210,7 @@ function bt(t) {
|
|
|
211
210
|
}
|
|
212
211
|
});
|
|
213
212
|
}
|
|
214
|
-
const
|
|
213
|
+
const re = {
|
|
215
214
|
key: xt,
|
|
216
215
|
name: "Actions",
|
|
217
216
|
width: 60,
|
|
@@ -234,22 +233,22 @@ function kt() {
|
|
|
234
233
|
const {
|
|
235
234
|
isSkeleton: t
|
|
236
235
|
} = I(), {
|
|
237
|
-
activeFilters:
|
|
236
|
+
activeFilters: e,
|
|
238
237
|
setActiveFilters: o
|
|
239
238
|
} = lt(), {
|
|
240
239
|
host_static_assets: s,
|
|
241
240
|
environment_assets: r
|
|
242
241
|
} = k(), g = () => {
|
|
243
|
-
o(!
|
|
242
|
+
o(!e);
|
|
244
243
|
};
|
|
245
|
-
return t ? /* @__PURE__ */
|
|
246
|
-
children: /* @__PURE__ */
|
|
244
|
+
return t ? /* @__PURE__ */ n(wt, {
|
|
245
|
+
children: /* @__PURE__ */ n(A, {
|
|
247
246
|
variant: "circular",
|
|
248
247
|
width: 20,
|
|
249
248
|
height: 20
|
|
250
249
|
})
|
|
251
|
-
}) : /* @__PURE__ */
|
|
252
|
-
dictionaryTooltip:
|
|
250
|
+
}) : /* @__PURE__ */ n(y, {
|
|
251
|
+
dictionaryTooltip: e ? "data_grid.tooltip_filter_hide" : "data_grid.tooltip_filter_show",
|
|
253
252
|
onClick: g,
|
|
254
253
|
"aria-label": "filter",
|
|
255
254
|
src: `${s}/${r}/frontend/components/data_grid/assets/icons/filter.svg`
|
|
@@ -281,7 +280,7 @@ p("div")(() => ({
|
|
|
281
280
|
display: "flex",
|
|
282
281
|
flexDirection: "row"
|
|
283
282
|
}));
|
|
284
|
-
const
|
|
283
|
+
const Tt = p("div")(({ theme: t }) => ({
|
|
285
284
|
paddingTop: t.spacing(3),
|
|
286
285
|
display: "flex",
|
|
287
286
|
flexDirection: "row"
|
|
@@ -297,44 +296,44 @@ p("div")(({ theme: t }) => ({
|
|
|
297
296
|
}));
|
|
298
297
|
function H({
|
|
299
298
|
row: t,
|
|
300
|
-
onRowChange:
|
|
299
|
+
onRowChange: e,
|
|
301
300
|
column: o
|
|
302
301
|
}) {
|
|
303
302
|
const s = () => {
|
|
304
303
|
const r = {
|
|
305
304
|
...t
|
|
306
305
|
};
|
|
307
|
-
r[o.key] = !t[o.key],
|
|
306
|
+
r[o.key] = !t[o.key], e(r);
|
|
308
307
|
};
|
|
309
|
-
return /* @__PURE__ */
|
|
308
|
+
return /* @__PURE__ */ n(ot, {
|
|
310
309
|
size: "small",
|
|
311
310
|
checked: t[o.key],
|
|
312
311
|
onChange: s
|
|
313
312
|
});
|
|
314
313
|
}
|
|
315
314
|
function K(t) {
|
|
316
|
-
return t.filter((
|
|
317
|
-
key:
|
|
318
|
-
name:
|
|
319
|
-
visible:
|
|
320
|
-
frozen:
|
|
321
|
-
originalIndex:
|
|
322
|
-
originalFrozen:
|
|
323
|
-
originalVisible:
|
|
315
|
+
return t.filter((e) => !e.hidden).map((e) => ({
|
|
316
|
+
key: e.key,
|
|
317
|
+
name: e.name,
|
|
318
|
+
visible: e.visible === void 0 ? !0 : e.visible,
|
|
319
|
+
frozen: e.frozen === void 0 ? !1 : e.frozen,
|
|
320
|
+
originalIndex: e.orginalIndex,
|
|
321
|
+
originalFrozen: e.originalFrozen,
|
|
322
|
+
originalVisible: e.originalVisible
|
|
324
323
|
}));
|
|
325
324
|
}
|
|
326
|
-
const Q = st((t,
|
|
325
|
+
const Q = st((t, e) => {
|
|
327
326
|
const o = B(null), {
|
|
328
327
|
onCloseSettings: s,
|
|
329
328
|
columnsConfig: r,
|
|
330
329
|
onChangeColumnsConfig: g
|
|
331
330
|
} = t, {
|
|
332
331
|
getLabel: l
|
|
333
|
-
} =
|
|
332
|
+
} = S(), [v, _] = W(!0), [a, u] = W(K(r)), [f, z] = W(() => /* @__PURE__ */ new Set()), $ = B(null), {
|
|
334
333
|
host_static_assets: x,
|
|
335
|
-
environment_assets:
|
|
334
|
+
environment_assets: C
|
|
336
335
|
} = k();
|
|
337
|
-
rt(
|
|
336
|
+
rt(e, () => ({
|
|
338
337
|
onClickIntro: J,
|
|
339
338
|
current: $.current
|
|
340
339
|
}));
|
|
@@ -364,12 +363,12 @@ const Q = st((t, n) => {
|
|
|
364
363
|
type: "boolean",
|
|
365
364
|
formatter: H,
|
|
366
365
|
cellClass: "rdg-cell-align-center"
|
|
367
|
-
}], [l]),
|
|
366
|
+
}], [l]), F = () => {
|
|
368
367
|
u(a.map((i) => ({
|
|
369
368
|
...i,
|
|
370
369
|
visible: !0
|
|
371
370
|
})));
|
|
372
|
-
},
|
|
371
|
+
}, M = () => {
|
|
373
372
|
u(a.map((i) => ({
|
|
374
373
|
...i,
|
|
375
374
|
visible: !1
|
|
@@ -383,14 +382,14 @@ const Q = st((t, n) => {
|
|
|
383
382
|
})).sort((i, c) => i.index - c.index));
|
|
384
383
|
};
|
|
385
384
|
at(() => {
|
|
386
|
-
|
|
385
|
+
v === !1 && u(K(r)), _(!1);
|
|
387
386
|
}, [r]);
|
|
388
387
|
const d = w(() => {
|
|
389
388
|
let i = -1;
|
|
390
389
|
if (f.size !== 1)
|
|
391
390
|
return i;
|
|
392
391
|
const h = f.entries().next().value[1];
|
|
393
|
-
return i = a.findIndex((
|
|
392
|
+
return i = a.findIndex((T) => T.key === h), i;
|
|
394
393
|
}, [a, f]), O = () => {
|
|
395
394
|
if (d === -1)
|
|
396
395
|
return -1;
|
|
@@ -407,7 +406,7 @@ const Q = st((t, n) => {
|
|
|
407
406
|
idx: 0,
|
|
408
407
|
rowIdx: i.length - 1
|
|
409
408
|
}), u(i);
|
|
410
|
-
},
|
|
409
|
+
}, L = (i) => {
|
|
411
410
|
if (d === -1)
|
|
412
411
|
return -1;
|
|
413
412
|
const c = [...a], h = c[d];
|
|
@@ -431,8 +430,8 @@ const Q = st((t, n) => {
|
|
|
431
430
|
...c
|
|
432
431
|
};
|
|
433
432
|
if (!c.hidden) {
|
|
434
|
-
const
|
|
435
|
-
|
|
433
|
+
const T = Y(c.key);
|
|
434
|
+
T && (h.visible = T.visible, h.frozen = T.frozen);
|
|
436
435
|
}
|
|
437
436
|
return h;
|
|
438
437
|
}).sort((c, h) => G(c) - G(h));
|
|
@@ -449,14 +448,14 @@ const Q = st((t, n) => {
|
|
|
449
448
|
return /* @__PURE__ */ b(It, {
|
|
450
449
|
id: "WrapperColumnsConfig",
|
|
451
450
|
ref: $,
|
|
452
|
-
children: [/* @__PURE__ */
|
|
451
|
+
children: [/* @__PURE__ */ n($t, {
|
|
453
452
|
id: "divInfo",
|
|
454
453
|
children: l("data_grid.settings_sel_columns")
|
|
455
|
-
}), /* @__PURE__ */
|
|
454
|
+
}), /* @__PURE__ */ n(Rt, {
|
|
456
455
|
id: "WrapperDataGrid",
|
|
457
|
-
children: /* @__PURE__ */
|
|
456
|
+
children: /* @__PURE__ */ n(ct, {
|
|
458
457
|
id: "Originaldata_gridWrapperStyled",
|
|
459
|
-
children: /* @__PURE__ */
|
|
458
|
+
children: /* @__PURE__ */ n(pt, {
|
|
460
459
|
className: "fill-data_grid rdg-light",
|
|
461
460
|
ref: o,
|
|
462
461
|
columns: R,
|
|
@@ -473,107 +472,107 @@ const Q = st((t, n) => {
|
|
|
473
472
|
}
|
|
474
473
|
})
|
|
475
474
|
})
|
|
476
|
-
}), /* @__PURE__ */ b(
|
|
477
|
-
children: [/* @__PURE__ */
|
|
475
|
+
}), /* @__PURE__ */ b(Tt, {
|
|
476
|
+
children: [/* @__PURE__ */ n(y, {
|
|
478
477
|
dictionaryTooltip: "data_grid.settings_move_first",
|
|
479
478
|
onClick: O,
|
|
480
479
|
"aria-label": "move first place",
|
|
481
480
|
disabled: d < 1,
|
|
482
|
-
src: `${x}/${
|
|
483
|
-
}), /* @__PURE__ */
|
|
481
|
+
src: `${x}/${C}/frontend/components/data_grid/assets/icons/move_first_place.svg`
|
|
482
|
+
}), /* @__PURE__ */ n(y, {
|
|
484
483
|
dictionaryTooltip: "data_grid.settings_move_up",
|
|
485
|
-
onClick: () =>
|
|
484
|
+
onClick: () => L(-1),
|
|
486
485
|
"aria-label": "move up place",
|
|
487
486
|
disabled: d < 1,
|
|
488
|
-
src: `${x}/${
|
|
489
|
-
}), /* @__PURE__ */
|
|
487
|
+
src: `${x}/${C}/frontend/components/data_grid/assets/icons/move_up_place.svg`
|
|
488
|
+
}), /* @__PURE__ */ n(y, {
|
|
490
489
|
dictionaryTooltip: "data_grid.settings_move_last",
|
|
491
490
|
onClick: m,
|
|
492
491
|
"aria-label": "move last place",
|
|
493
492
|
disabled: d === a.length - 1 || d === -1,
|
|
494
|
-
src: `${x}/${
|
|
495
|
-
}), /* @__PURE__ */
|
|
493
|
+
src: `${x}/${C}/frontend/components/data_grid/assets/icons/move_last_place.svg`
|
|
494
|
+
}), /* @__PURE__ */ n(y, {
|
|
496
495
|
dictionaryTooltip: "data_grid.settings_move_down",
|
|
497
|
-
onClick: () =>
|
|
496
|
+
onClick: () => L(1),
|
|
498
497
|
"aria-label": "move down place",
|
|
499
498
|
disabled: d === a.length - 1 || d === -1,
|
|
500
|
-
src: `${x}/${
|
|
501
|
-
}), /* @__PURE__ */
|
|
499
|
+
src: `${x}/${C}/frontend/components/data_grid/assets/icons/move_down_place.svg`
|
|
500
|
+
}), /* @__PURE__ */ n(y, {
|
|
502
501
|
dictionaryTooltip: "data_grid.settings_visible_all",
|
|
503
|
-
onClick:
|
|
502
|
+
onClick: F,
|
|
504
503
|
"aria-label": "check visible all",
|
|
505
|
-
src: `${x}/${
|
|
506
|
-
}), /* @__PURE__ */
|
|
504
|
+
src: `${x}/${C}/frontend/components/data_grid/assets/icons/check_all.svg`
|
|
505
|
+
}), /* @__PURE__ */ n(y, {
|
|
507
506
|
dictionaryTooltip: "data_grid.settings_no_visible_all",
|
|
508
|
-
onClick:
|
|
507
|
+
onClick: M,
|
|
509
508
|
"aria-label": "un check all",
|
|
510
|
-
src: `${x}/${
|
|
511
|
-
}), /* @__PURE__ */
|
|
509
|
+
src: `${x}/${C}/frontend/components/data_grid/assets/icons/uncheck_all.svg`
|
|
510
|
+
}), /* @__PURE__ */ n(y, {
|
|
512
511
|
dictionaryTooltip: "data_grid.settings_restore",
|
|
513
512
|
onClick: P,
|
|
514
513
|
"aria-label": "Restore columns",
|
|
515
|
-
src: `${x}/${
|
|
514
|
+
src: `${x}/${C}/frontend/components/data_grid/assets/icons/restore_columns.svg`
|
|
516
515
|
})]
|
|
517
516
|
})]
|
|
518
517
|
});
|
|
519
518
|
});
|
|
520
519
|
Q.displayName = "ColumnsConfig";
|
|
521
|
-
const
|
|
520
|
+
const At = p("div")(({ theme: t }) => ({
|
|
522
521
|
display: "flex",
|
|
523
522
|
justifyContent: "center",
|
|
524
523
|
alignItems: "center",
|
|
525
524
|
minWidth: t.spacing(3.75),
|
|
526
525
|
height: t.spacing(3.75)
|
|
527
526
|
}));
|
|
528
|
-
function
|
|
527
|
+
function St() {
|
|
529
528
|
const {
|
|
530
529
|
openModal: t,
|
|
531
|
-
closeModal:
|
|
530
|
+
closeModal: e
|
|
532
531
|
} = gt(), {
|
|
533
532
|
columnsConfig: o,
|
|
534
533
|
onChangeColumnsConfig: s,
|
|
535
534
|
isSkeleton: r
|
|
536
535
|
} = I(), {
|
|
537
536
|
getLabel: g
|
|
538
|
-
} =
|
|
537
|
+
} = S(), {
|
|
539
538
|
host_static_assets: l,
|
|
540
|
-
environment_assets:
|
|
539
|
+
environment_assets: v
|
|
541
540
|
} = k(), _ = B(null), a = j(() => {
|
|
542
|
-
|
|
543
|
-
}, [
|
|
541
|
+
e();
|
|
542
|
+
}, [e]), u = j(() => {
|
|
544
543
|
_.current?.onClickIntro && _.current?.onClickIntro();
|
|
545
544
|
}, []), f = j(() => {
|
|
546
545
|
t({
|
|
547
|
-
onQueryClose: () =>
|
|
546
|
+
onQueryClose: () => e(),
|
|
548
547
|
title: g("data_grid.settings_title"),
|
|
549
548
|
initialWidth: 500,
|
|
550
549
|
initialHeigth: 680,
|
|
551
|
-
contentComponent: /* @__PURE__ */
|
|
550
|
+
contentComponent: /* @__PURE__ */ n(Q, {
|
|
552
551
|
ref: _,
|
|
553
552
|
columnsConfig: o,
|
|
554
553
|
onChangeColumnsConfig: s,
|
|
555
554
|
onCloseSettings: a
|
|
556
555
|
}),
|
|
557
|
-
actions: /* @__PURE__ */ b(
|
|
558
|
-
children: [/* @__PURE__ */
|
|
559
|
-
onClick:
|
|
560
|
-
}), /* @__PURE__ */
|
|
556
|
+
actions: /* @__PURE__ */ b(D, {
|
|
557
|
+
children: [/* @__PURE__ */ n(ft, {
|
|
558
|
+
onClick: e
|
|
559
|
+
}), /* @__PURE__ */ n(ut, {
|
|
561
560
|
onClick: u
|
|
562
561
|
})]
|
|
563
562
|
})
|
|
564
563
|
});
|
|
565
|
-
}, [
|
|
566
|
-
return r ? /* @__PURE__ */
|
|
567
|
-
children: /* @__PURE__ */
|
|
564
|
+
}, [e, o, g, s, a, t, u]);
|
|
565
|
+
return r ? /* @__PURE__ */ n(At, {
|
|
566
|
+
children: /* @__PURE__ */ n(A, {
|
|
568
567
|
variant: "circular",
|
|
569
568
|
width: 20,
|
|
570
569
|
height: 20
|
|
571
570
|
})
|
|
572
|
-
}) : /* @__PURE__ */
|
|
571
|
+
}) : /* @__PURE__ */ n(y, {
|
|
573
572
|
dictionaryTooltip: "data_grid.tooltip_settings",
|
|
574
573
|
onClick: f,
|
|
575
574
|
"aria-label": "settings",
|
|
576
|
-
src: `${l}/${
|
|
575
|
+
src: `${l}/${v}/frontend/components/data_grid/assets/icons/configuration.svg`
|
|
577
576
|
});
|
|
578
577
|
}
|
|
579
578
|
const V = p("div")(() => ({
|
|
@@ -590,19 +589,19 @@ const V = p("div")(() => ({
|
|
|
590
589
|
function zt() {
|
|
591
590
|
const {
|
|
592
591
|
rowsCount: t,
|
|
593
|
-
isSkeleton:
|
|
592
|
+
isSkeleton: e
|
|
594
593
|
} = I(), {
|
|
595
594
|
getLabel: o
|
|
596
|
-
} =
|
|
597
|
-
return
|
|
598
|
-
children: [/* @__PURE__ */
|
|
599
|
-
children: /* @__PURE__ */
|
|
595
|
+
} = S();
|
|
596
|
+
return e ? /* @__PURE__ */ b(V, {
|
|
597
|
+
children: [/* @__PURE__ */ n(E, {
|
|
598
|
+
children: /* @__PURE__ */ n(A, {
|
|
600
599
|
variant: "text",
|
|
601
600
|
width: "40px",
|
|
602
601
|
height: "16px"
|
|
603
602
|
})
|
|
604
|
-
}), /* @__PURE__ */
|
|
605
|
-
children: /* @__PURE__ */
|
|
603
|
+
}), /* @__PURE__ */ n(q, {
|
|
604
|
+
children: /* @__PURE__ */ n(A, {
|
|
606
605
|
variant: "text",
|
|
607
606
|
width: "20px",
|
|
608
607
|
height: "16px"
|
|
@@ -611,29 +610,29 @@ function zt() {
|
|
|
611
610
|
}) : /* @__PURE__ */ b(V, {
|
|
612
611
|
className: "rows-count",
|
|
613
612
|
id: "RowsCount",
|
|
614
|
-
children: [/* @__PURE__ */
|
|
613
|
+
children: [/* @__PURE__ */ n(E, {
|
|
615
614
|
children: o("data_grid.rows")
|
|
616
|
-
}), /* @__PURE__ */
|
|
615
|
+
}), /* @__PURE__ */ n(q, {
|
|
617
616
|
children: t
|
|
618
617
|
})]
|
|
619
618
|
});
|
|
620
619
|
}
|
|
621
|
-
const
|
|
620
|
+
const Lt = p("div")(({ theme: t }) => ({
|
|
622
621
|
marginLeft: 0,
|
|
623
622
|
[t.breakpoints.up("sm")]: {
|
|
624
623
|
marginLeft: t.spacing(3)
|
|
625
624
|
}
|
|
626
|
-
})),
|
|
625
|
+
})), Wt = p("div")(({ theme: t }) => ({
|
|
627
626
|
display: "flex",
|
|
628
627
|
justifyContent: "center",
|
|
629
628
|
alignItems: "center",
|
|
630
629
|
minWidth: t.spacing(3.75),
|
|
631
630
|
height: t.spacing(3.75)
|
|
632
631
|
}));
|
|
633
|
-
function
|
|
632
|
+
function Dt() {
|
|
634
633
|
const {
|
|
635
634
|
host_static_assets: t,
|
|
636
|
-
environment_assets:
|
|
635
|
+
environment_assets: e
|
|
637
636
|
} = k(), {
|
|
638
637
|
rowHeights: o,
|
|
639
638
|
currentRowHeightVariant: s,
|
|
@@ -641,32 +640,32 @@ function Wt() {
|
|
|
641
640
|
isSkeleton: g
|
|
642
641
|
} = I(), {
|
|
643
642
|
getLabel: l
|
|
644
|
-
} =
|
|
645
|
-
urlIcon: `${t}/${
|
|
643
|
+
} = S(), v = w(() => typeof o == "number" ? [] : [{
|
|
644
|
+
urlIcon: `${t}/${e}/frontend/components/data_grid/assets/icons/compact.svg`,
|
|
646
645
|
onClick: () => r("compact"),
|
|
647
646
|
disabled: s === "compact",
|
|
648
647
|
dictionaryField: "data_grid.density_compact"
|
|
649
648
|
}, {
|
|
650
|
-
urlIcon: `${t}/${
|
|
649
|
+
urlIcon: `${t}/${e}/frontend/components/data_grid/assets/icons/standard.svg`,
|
|
651
650
|
onClick: () => r("standard"),
|
|
652
651
|
disabled: s === "standard",
|
|
653
652
|
dictionaryField: "data_grid.density_standard"
|
|
654
653
|
}, {
|
|
655
|
-
urlIcon: `${t}/${
|
|
654
|
+
urlIcon: `${t}/${e}/frontend/components/data_grid/assets/icons/confortable.svg`,
|
|
656
655
|
onClick: () => r("confortable"),
|
|
657
656
|
disabled: s === "confortable",
|
|
658
657
|
dictionaryField: "data_grid.density_confortable"
|
|
659
|
-
}], [o, s, r, t,
|
|
660
|
-
return
|
|
661
|
-
children: /* @__PURE__ */
|
|
658
|
+
}], [o, s, r, t, e]), _ = w(() => s === "compact" ? `${t}/${e}/frontend/components/data_grid/assets/icons/compact.svg` : s === "standard" ? `${t}/${e}/frontend/components/data_grid/assets/icons/standard.svg` : `${t}/${e}/frontend/components/data_grid/assets/icons/confortable.svg`, [s, t, e]);
|
|
659
|
+
return v.length === 0 ? /* @__PURE__ */ n(D, {}) : g ? /* @__PURE__ */ n(Wt, {
|
|
660
|
+
children: /* @__PURE__ */ n(A, {
|
|
662
661
|
variant: "circular",
|
|
663
662
|
width: "20px",
|
|
664
663
|
height: "20px"
|
|
665
664
|
})
|
|
666
|
-
}) : /* @__PURE__ */
|
|
665
|
+
}) : /* @__PURE__ */ n(Lt, {
|
|
667
666
|
id: "WrapperDensity",
|
|
668
|
-
children: /* @__PURE__ */
|
|
669
|
-
|
|
667
|
+
children: /* @__PURE__ */ n(U, {
|
|
668
|
+
arrowType: "right-top",
|
|
670
669
|
anchorOrigin: {
|
|
671
670
|
vertical: "top",
|
|
672
671
|
horizontal: "left"
|
|
@@ -675,13 +674,13 @@ function Wt() {
|
|
|
675
674
|
vertical: "top",
|
|
676
675
|
horizontal: "right"
|
|
677
676
|
},
|
|
678
|
-
menuActions:
|
|
677
|
+
menuActions: v,
|
|
679
678
|
urlIcon: _,
|
|
680
679
|
toolTip: l("data_grid.tooltip_density")
|
|
681
680
|
})
|
|
682
681
|
});
|
|
683
682
|
}
|
|
684
|
-
const
|
|
683
|
+
const Ft = p("div")(({ theme: t }) => ({
|
|
685
684
|
...t.typography.caption,
|
|
686
685
|
position: "absolute",
|
|
687
686
|
left: "0px",
|
|
@@ -706,38 +705,38 @@ const Dt = p("div")(({ theme: t }) => ({
|
|
|
706
705
|
overflow: "hidden"
|
|
707
706
|
}
|
|
708
707
|
}));
|
|
709
|
-
function
|
|
710
|
-
const
|
|
708
|
+
function ae(t) {
|
|
709
|
+
const e = ht(), {
|
|
711
710
|
rowHeights: o,
|
|
712
711
|
isSkeleton: s
|
|
713
712
|
} = I(), {
|
|
714
713
|
withRowsCount: r = !0,
|
|
715
714
|
withPager: g = !0,
|
|
716
715
|
pagerOptions: l,
|
|
717
|
-
withSettings:
|
|
716
|
+
withSettings: v = !0,
|
|
718
717
|
settingsProps: _,
|
|
719
718
|
withLocalFilters: a
|
|
720
719
|
} = t;
|
|
721
|
-
return /* @__PURE__ */ b(
|
|
720
|
+
return /* @__PURE__ */ b(Ft, {
|
|
722
721
|
id: "WrapperActions",
|
|
723
722
|
className: g && l ? "with-pager" : "with-no-pager",
|
|
724
|
-
children: [r &&
|
|
723
|
+
children: [r && e && /* @__PURE__ */ n(zt, {}), g && l && /* @__PURE__ */ n(dt, {
|
|
725
724
|
...l,
|
|
726
725
|
totalRecords: l.totalRecords,
|
|
727
726
|
isSkeleton: s,
|
|
728
|
-
isDesktop:
|
|
729
|
-
}), typeof o != "number" && /* @__PURE__ */
|
|
727
|
+
isDesktop: e
|
|
728
|
+
}), typeof o != "number" && /* @__PURE__ */ n(Dt, {}), a && /* @__PURE__ */ n(kt, {}), v && /* @__PURE__ */ n(St, {
|
|
730
729
|
..._
|
|
731
730
|
})]
|
|
732
731
|
});
|
|
733
732
|
}
|
|
734
733
|
export {
|
|
735
|
-
|
|
736
|
-
|
|
734
|
+
re as A,
|
|
735
|
+
vt as L,
|
|
737
736
|
U as M,
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
737
|
+
se as P,
|
|
738
|
+
ae as a,
|
|
739
|
+
ne as b,
|
|
740
|
+
oe as d,
|
|
741
|
+
ie as g
|
|
743
742
|
};
|