@m4l/components 9.4.51 → 9.4.52
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.
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { jsx as m } from "@emotion/react/jsx-runtime";
|
|
2
|
-
import { useCallback as
|
|
2
|
+
import { useCallback as l } from "react";
|
|
3
3
|
import { useModuleDictionary as d, useHostTools as c, EmitEvents as T } from "@m4l/core";
|
|
4
|
-
import {
|
|
4
|
+
import { ActionsDownloadOutlined as p } from "@m4l/icons";
|
|
5
5
|
import { DICTIONARY as r } from "../../../../dictionary.js";
|
|
6
6
|
import { IconButton as u } from "../../../../../extended/mui/IconButton/IconButton.js";
|
|
7
7
|
import { useDataGrid as E } from "../../../../hooks/shared/useDataGrid/useDataGrid.js";
|
|
8
|
-
function
|
|
9
|
-
const { getLabel: t } = d(), { events_emit: i } = c(), { size: e } = E(), n =
|
|
10
|
-
const a = o.getDynamicParams?.() ?? {},
|
|
8
|
+
function f({ exportConfig: o }) {
|
|
9
|
+
const { getLabel: t } = d(), { events_emit: i } = c(), { size: e } = E(), n = l(() => {
|
|
10
|
+
const a = o.getDynamicParams?.() ?? {}, s = {
|
|
11
11
|
winType: "microfrontend",
|
|
12
12
|
emergeType: "modal",
|
|
13
13
|
moduleId: o.moduleId,
|
|
@@ -22,7 +22,7 @@ function D({ exportConfig: o }) {
|
|
|
22
22
|
minWindowHeight: 300
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
i(T.EMMIT_EVENT_HOST_EMERGE_WINDOW,
|
|
25
|
+
i(T.EMMIT_EVENT_HOST_EMERGE_WINDOW, s);
|
|
26
26
|
}, [o, i]);
|
|
27
27
|
return /* @__PURE__ */ m(
|
|
28
28
|
u,
|
|
@@ -37,5 +37,5 @@ function D({ exportConfig: o }) {
|
|
|
37
37
|
);
|
|
38
38
|
}
|
|
39
39
|
export {
|
|
40
|
-
|
|
40
|
+
f as Export
|
|
41
41
|
};
|
|
@@ -6,13 +6,13 @@ import { getComponentSlotRoot as O } from "../../../../utils/getComponentSlotRoo
|
|
|
6
6
|
import { RADIO_CLASSES as T, RADIO_KEY_COMPONENT as D } from "./constants.js";
|
|
7
7
|
import E from "clsx";
|
|
8
8
|
import { getOptionLabelColor as F } from "../../../../utils/getOptionLabelColor.js";
|
|
9
|
-
import {
|
|
9
|
+
import { ActionsRadioButtonUncheckDuotone as M, ActionsRadioButtonCheckFill as _ } from "@m4l/icons";
|
|
10
10
|
import { useComponentSize as j } from "../../../../hooks/useComponentSize/useComponentSize.js";
|
|
11
11
|
import { Icon as m } from "../../../Icon/Icon.js";
|
|
12
12
|
const Q = C(
|
|
13
|
-
(p,
|
|
13
|
+
(p, u) => {
|
|
14
14
|
const {
|
|
15
|
-
className:
|
|
15
|
+
className: S,
|
|
16
16
|
size: f = "medium",
|
|
17
17
|
disabled: o,
|
|
18
18
|
color: b = "default",
|
|
@@ -34,7 +34,7 @@ const Q = C(
|
|
|
34
34
|
N,
|
|
35
35
|
{
|
|
36
36
|
ownerState: { ...a },
|
|
37
|
-
className: E(
|
|
37
|
+
className: E(S, y),
|
|
38
38
|
children: I ? /* @__PURE__ */ s(d, { children: [
|
|
39
39
|
/* @__PURE__ */ e(c, { variant: "rounded", className: T.skeleton }),
|
|
40
40
|
r ? /* @__PURE__ */ e(
|
|
@@ -48,7 +48,7 @@ const Q = C(
|
|
|
48
48
|
/* @__PURE__ */ e(
|
|
49
49
|
g,
|
|
50
50
|
{
|
|
51
|
-
ref:
|
|
51
|
+
ref: u,
|
|
52
52
|
id: i,
|
|
53
53
|
ownerState: { ...a },
|
|
54
54
|
disableRipple: !0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@m4l/components",
|
|
3
|
-
"version": "9.4.
|
|
3
|
+
"version": "9.4.52",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -52,20 +52,20 @@
|
|
|
52
52
|
"nprogress": "^0.2.0",
|
|
53
53
|
"date-fns": "^2.30.0",
|
|
54
54
|
"react-transition-group": "^4.4.5",
|
|
55
|
-
"react-rnd": "^10.5.2",
|
|
56
55
|
"react-dropzone": "^14.2.2",
|
|
56
|
+
"react-rnd": "^10.5.2",
|
|
57
57
|
"react-spinners": "^0.13.8",
|
|
58
58
|
"react-draggable": "^4.4.5",
|
|
59
|
-
"simplebar-react": "3.2.6",
|
|
60
|
-
"react-resizable-panels": "^2.1.8",
|
|
61
59
|
"chart.js": "^4.4.0",
|
|
62
60
|
"chartjs-chart-error-bars": "^4.3.3",
|
|
63
61
|
"qrcode.react": "^3.1.0",
|
|
62
|
+
"simplebar-react": "3.2.6",
|
|
63
|
+
"@mui/x-date-pickers": "6.20.2",
|
|
64
|
+
"react-color": "^2.19.3",
|
|
64
65
|
"react-data-grid": "7.0.0-beta.47",
|
|
65
66
|
"react-dnd": "^16.0.1",
|
|
66
67
|
"react-dnd-html5-backend": "^16.0.1",
|
|
67
|
-
"react-
|
|
68
|
-
"@mui/x-date-pickers": "6.20.2",
|
|
68
|
+
"react-resizable-panels": "^2.1.8",
|
|
69
69
|
"react-resizable": "^3.0.4",
|
|
70
70
|
"@tanstack/react-virtual": "3.13.23"
|
|
71
71
|
}
|