react-toolkits 0.8.23 → 0.8.25
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/CHANGELOG.md +13 -0
- package/lib/{index-FCC75JuX.chunk.js → index--K4OCXP6.chunk.js} +3 -3
- package/lib/{index-AkY1QPaq.chunk.js → index-2qsDFI2l.chunk.js} +1 -1
- package/lib/{index-4nXVJ9ii.chunk.js → index-9jeXSd65.chunk.js} +36 -34
- package/lib/{index-Jf-VYQNs.chunk.js → index-DnAJsWzB.chunk.js} +253 -262
- package/lib/{index-vgp1WaSO.chunk.js → index-f0Xm0D7d.chunk.js} +63 -60
- package/lib/{index-b_N_y6ns.chunk.js → index-vlq8NNiF.chunk.js} +2 -2
- package/lib/index.d.ts +10 -9
- package/lib/index.js +1 -1
- package/package.json +3 -3
|
@@ -1,74 +1,77 @@
|
|
|
1
|
-
import { A as T, _ as N, u as j, a as b, j as e, P as h, H as
|
|
2
|
-
import { App as U, Row as F, Col as
|
|
1
|
+
import { A as T, _ as N, u as j, a as b, j as e, P as h, H as R, Q as z, b as w } from "./index-DnAJsWzB.chunk.js";
|
|
2
|
+
import { App as U, Row as F, Col as P, Tag as A, Space as E, Card as G, Form as g, Input as L, Select as y } from "antd";
|
|
3
3
|
import { p as I } from "./immer-BLf7GM7E.chunk.js";
|
|
4
|
-
import { Link as
|
|
5
|
-
import { u as Q, a as
|
|
4
|
+
import { Link as D } from "react-router-dom";
|
|
5
|
+
import { u as Q, a as _, b as k, c as $ } from "./index-2qsDFI2l.chunk.js";
|
|
6
6
|
import * as M from "react";
|
|
7
7
|
import "react-dom";
|
|
8
|
-
var
|
|
9
|
-
const
|
|
10
|
-
var O = function(i,
|
|
8
|
+
var q = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M678.3 642.4c24.2-13 51.9-20.4 81.4-20.4h.1c3 0 4.4-3.6 2.2-5.6a371.67 371.67 0 00-103.7-65.8c-.4-.2-.8-.3-1.2-.5C719.2 505 759.6 431.7 759.6 349c0-137-110.8-248-247.5-248S264.7 212 264.7 349c0 82.7 40.4 156 102.6 201.1-.4.2-.8.3-1.2.5-44.7 18.9-84.8 46-119.3 80.6a373.42 373.42 0 00-80.4 119.5A373.6 373.6 0 00137 888.8a8 8 0 008 8.2h59.9c4.3 0 7.9-3.5 8-7.8 2-77.2 32.9-149.5 87.6-204.3C357 628.2 432.2 597 512.2 597c56.7 0 111.1 15.7 158 45.1a8.1 8.1 0 008.1.3zM512.2 521c-45.8 0-88.9-17.9-121.4-50.4A171.2 171.2 0 01340.5 349c0-45.9 17.9-89.1 50.3-121.6S466.3 177 512.2 177s88.9 17.9 121.4 50.4A171.2 171.2 0 01683.9 349c0 45.9-17.9 89.1-50.3 121.6C601.1 503.1 558 521 512.2 521zM880 759h-84v-84c0-4.4-3.6-8-8-8h-56c-4.4 0-8 3.6-8 8v84h-84c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h84v84c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8v-84h84c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8z" } }] }, name: "user-add", theme: "outlined" };
|
|
9
|
+
const B = q;
|
|
10
|
+
var O = function(i, l) {
|
|
11
11
|
return /* @__PURE__ */ M.createElement(T, N({}, i, {
|
|
12
|
-
ref:
|
|
13
|
-
icon:
|
|
12
|
+
ref: l,
|
|
13
|
+
icon: B
|
|
14
14
|
}));
|
|
15
15
|
};
|
|
16
16
|
process.env.NODE_ENV !== "production" && (O.displayName = "UserAddOutlined");
|
|
17
|
-
const
|
|
18
|
-
function
|
|
19
|
-
const { message: d } = U.useApp(), i =
|
|
20
|
-
return
|
|
21
|
-
title:
|
|
22
|
-
|
|
17
|
+
const H = /* @__PURE__ */ M.forwardRef(O), { Option: K } = y, x = "/api/usystem/user/list";
|
|
18
|
+
function J() {
|
|
19
|
+
const { message: d } = U.useApp(), i = _(), { data: l, isLoading: u } = k(), { setPayload: m } = j(), a = b();
|
|
20
|
+
return w({
|
|
21
|
+
title: a("UserList.createTitle"),
|
|
22
|
+
formProps: {
|
|
23
|
+
labelCol: { flex: "80px" }
|
|
24
|
+
},
|
|
23
25
|
content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
24
|
-
/* @__PURE__ */ e.jsx(
|
|
25
|
-
/* @__PURE__ */ e.jsx(
|
|
26
|
+
/* @__PURE__ */ e.jsx(g.Item, { label: a("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(L, {}) }),
|
|
27
|
+
/* @__PURE__ */ e.jsx(g.Item, { label: a("global.role"), name: "roles", children: /* @__PURE__ */ e.jsx(y, { allowClear: !0, mode: "multiple", loading: u, children: (l ?? []).map((t) => /* @__PURE__ */ e.jsx(K, { value: t.name, children: t.name }, t.id)) }) })
|
|
26
28
|
] }),
|
|
27
29
|
async onConfirm(t) {
|
|
28
|
-
await i.trigger(t), m(
|
|
30
|
+
await i.trigger(t), m(x, { page: 1 }), d.success(a("UserList.createSuccessfully"));
|
|
29
31
|
}
|
|
30
32
|
});
|
|
31
33
|
}
|
|
32
|
-
function
|
|
33
|
-
const { message: d } = U.useApp(), i =
|
|
34
|
-
return
|
|
35
|
-
title:
|
|
36
|
-
|
|
34
|
+
function W() {
|
|
35
|
+
const { message: d } = U.useApp(), i = $(), { data: l, isLoading: u } = k(), { mutate: m } = j(), a = b();
|
|
36
|
+
return w({
|
|
37
|
+
title: a("UserList.updateTitle"),
|
|
38
|
+
formProps: {
|
|
39
|
+
labelCol: { flex: "80px" }
|
|
40
|
+
},
|
|
37
41
|
content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
38
|
-
/* @__PURE__ */ e.jsx(
|
|
39
|
-
/* @__PURE__ */ e.jsx(
|
|
42
|
+
/* @__PURE__ */ e.jsx(g.Item, { label: a("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(L, { readOnly: !0 }) }),
|
|
43
|
+
/* @__PURE__ */ e.jsx(g.Item, { label: a("global.role"), name: "roles", children: /* @__PURE__ */ e.jsx(
|
|
40
44
|
y,
|
|
41
45
|
{
|
|
42
46
|
allowClear: !0,
|
|
43
47
|
mode: "multiple",
|
|
44
48
|
loading: u,
|
|
45
|
-
options:
|
|
49
|
+
options: l == null ? void 0 : l.map((t) => ({
|
|
46
50
|
label: t.name,
|
|
47
51
|
value: t.name
|
|
48
|
-
}))
|
|
49
|
-
dropdownStyle: { zIndex: 9999 }
|
|
52
|
+
}))
|
|
50
53
|
}
|
|
51
54
|
) })
|
|
52
55
|
] }),
|
|
53
|
-
async onConfirm(t,
|
|
56
|
+
async onConfirm(t, p) {
|
|
54
57
|
await i.trigger(t), m(
|
|
55
|
-
|
|
56
|
-
(
|
|
58
|
+
x,
|
|
59
|
+
(n) => I(n, (c) => {
|
|
57
60
|
var s;
|
|
58
61
|
if (c != null && c.dataSource) {
|
|
59
|
-
const
|
|
60
|
-
|
|
62
|
+
const o = (s = c.dataSource) == null ? void 0 : s.findIndex((r) => r.id === (p == null ? void 0 : p.id));
|
|
63
|
+
o !== -1 && (c.dataSource[o].roles = t.roles);
|
|
61
64
|
}
|
|
62
65
|
}),
|
|
63
66
|
{ revalidate: !1 }
|
|
64
|
-
), d.success(
|
|
67
|
+
), d.success(a("UserList.updateSuccessfully"));
|
|
65
68
|
}
|
|
66
69
|
});
|
|
67
70
|
}
|
|
68
71
|
const te = () => {
|
|
69
|
-
const { modal: d, message: i } = U.useApp(),
|
|
72
|
+
const { modal: d, message: i } = U.useApp(), l = Q(), { mutate: u } = j(), { show: m, modal: a } = J(), { show: t, modal: p } = W(), n = b(), c = [
|
|
70
73
|
{
|
|
71
|
-
title:
|
|
74
|
+
title: n("global.name"),
|
|
72
75
|
dataIndex: "name",
|
|
73
76
|
key: "name"
|
|
74
77
|
},
|
|
@@ -78,24 +81,24 @@ const te = () => {
|
|
|
78
81
|
key: "id"
|
|
79
82
|
},
|
|
80
83
|
{
|
|
81
|
-
title:
|
|
84
|
+
title: n("global.role"),
|
|
82
85
|
dataIndex: "roles",
|
|
83
86
|
key: "roles",
|
|
84
87
|
width: "40%",
|
|
85
88
|
render(s) {
|
|
86
|
-
return /* @__PURE__ */ e.jsx(F, { gutter: [4, 4], children: (s || []).map((
|
|
89
|
+
return /* @__PURE__ */ e.jsx(F, { gutter: [4, 4], children: (s || []).map((o) => /* @__PURE__ */ e.jsx(P, { children: o === "root" ? /* @__PURE__ */ e.jsx(A, { color: "#f50", children: o }) : /* @__PURE__ */ e.jsx(A, { color: "#ff5a00", children: /* @__PURE__ */ e.jsx(D, { to: `/permission/role/${o}`, children: o }) }) }, o)) });
|
|
87
90
|
}
|
|
88
91
|
},
|
|
89
92
|
{
|
|
90
|
-
title:
|
|
93
|
+
title: n("global.creationTime"),
|
|
91
94
|
dataIndex: "Ctime",
|
|
92
95
|
key: "ctime"
|
|
93
96
|
},
|
|
94
97
|
{
|
|
95
|
-
title:
|
|
98
|
+
title: n("global.operation"),
|
|
96
99
|
width: 150,
|
|
97
100
|
align: "center",
|
|
98
|
-
render: (s) => /* @__PURE__ */ e.jsxs(
|
|
101
|
+
render: (s) => /* @__PURE__ */ e.jsxs(E, { children: [
|
|
99
102
|
/* @__PURE__ */ e.jsx(
|
|
100
103
|
h,
|
|
101
104
|
{
|
|
@@ -114,7 +117,7 @@ const te = () => {
|
|
|
114
117
|
}
|
|
115
118
|
});
|
|
116
119
|
},
|
|
117
|
-
children:
|
|
120
|
+
children: n("global.update")
|
|
118
121
|
}
|
|
119
122
|
),
|
|
120
123
|
/* @__PURE__ */ e.jsx(
|
|
@@ -127,21 +130,21 @@ const te = () => {
|
|
|
127
130
|
type: "link",
|
|
128
131
|
onClick: () => {
|
|
129
132
|
d.confirm({
|
|
130
|
-
title:
|
|
131
|
-
content: /* @__PURE__ */ e.jsx(
|
|
133
|
+
title: n("UserList.deleteTitle"),
|
|
134
|
+
content: /* @__PURE__ */ e.jsx(R, { texts: [s.name], children: n("UserList.deleteContent", { user: s.name }) }),
|
|
132
135
|
async onOk() {
|
|
133
|
-
await
|
|
136
|
+
await l.trigger({
|
|
134
137
|
id: s.id,
|
|
135
138
|
name: s.name
|
|
136
|
-
}), u(
|
|
137
|
-
var C,
|
|
138
|
-
const
|
|
139
|
-
|
|
140
|
-
})), i.success(
|
|
139
|
+
}), u(x, (o) => I(o, (r) => {
|
|
140
|
+
var C, S;
|
|
141
|
+
const f = (C = r == null ? void 0 : r.dataSource) == null ? void 0 : C.findIndex((v) => v.id === s.id);
|
|
142
|
+
f && ((S = r == null ? void 0 : r.dataSource) == null || S.splice(f, 1));
|
|
143
|
+
})), i.success(n("UserList.deleteSuccessfully"));
|
|
141
144
|
}
|
|
142
145
|
});
|
|
143
146
|
},
|
|
144
|
-
children:
|
|
147
|
+
children: n("global.delete")
|
|
145
148
|
}
|
|
146
149
|
)
|
|
147
150
|
] })
|
|
@@ -149,28 +152,28 @@ const te = () => {
|
|
|
149
152
|
];
|
|
150
153
|
return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
|
|
151
154
|
/* @__PURE__ */ e.jsx(
|
|
152
|
-
|
|
155
|
+
G,
|
|
153
156
|
{
|
|
154
|
-
title:
|
|
157
|
+
title: n("global.user"),
|
|
155
158
|
extra: /* @__PURE__ */ e.jsx(
|
|
156
159
|
h,
|
|
157
160
|
{
|
|
158
161
|
isGlobalNS: !0,
|
|
159
162
|
type: "primary",
|
|
160
|
-
icon: /* @__PURE__ */ e.jsx(
|
|
163
|
+
icon: /* @__PURE__ */ e.jsx(H, {}),
|
|
161
164
|
code: "100002",
|
|
162
165
|
onClick: () => {
|
|
163
166
|
m();
|
|
164
167
|
},
|
|
165
|
-
children:
|
|
168
|
+
children: n("UserList.createTitle")
|
|
166
169
|
}
|
|
167
170
|
),
|
|
168
171
|
children: /* @__PURE__ */ e.jsx(
|
|
169
|
-
|
|
172
|
+
z,
|
|
170
173
|
{
|
|
171
174
|
isGlobalNS: !0,
|
|
172
175
|
code: "100001",
|
|
173
|
-
action:
|
|
176
|
+
action: x,
|
|
174
177
|
rowKey: "id",
|
|
175
178
|
columns: c,
|
|
176
179
|
getTotal: (s) => s.Total,
|
|
@@ -179,11 +182,11 @@ const te = () => {
|
|
|
179
182
|
)
|
|
180
183
|
}
|
|
181
184
|
),
|
|
182
|
-
|
|
183
|
-
|
|
185
|
+
a,
|
|
186
|
+
p
|
|
184
187
|
] });
|
|
185
188
|
};
|
|
186
189
|
export {
|
|
187
|
-
|
|
190
|
+
x as action,
|
|
188
191
|
te as default
|
|
189
192
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as S, j as e, d as $ } from "./index-
|
|
1
|
+
import { a as S, j as e, d as $ } from "./index-DnAJsWzB.chunk.js";
|
|
2
2
|
import { Collapse as D, Checkbox as k, Row as G, Col as _, Skeleton as T, Typography as A, Divider as w, Card as K, Space as M, Select as E, Button as N, Empty as O } from "antd";
|
|
3
|
-
import { h as R, i as B } from "./index-
|
|
3
|
+
import { h as R, i as B } from "./index-2qsDFI2l.chunk.js";
|
|
4
4
|
import { useState as P, useCallback as F, useEffect as b } from "react";
|
|
5
5
|
const q = (x) => {
|
|
6
6
|
const { permissions: l, readonly: t, expand: d, value: a, onChange: r } = x, [m, p] = P([]), [g, u] = P({}), [c, f] = P(a ?? []), C = S(), h = F((s) => {
|
package/lib/index.d.ts
CHANGED
|
@@ -230,8 +230,8 @@ export declare const mixedStorage: StateStorage;
|
|
|
230
230
|
|
|
231
231
|
declare interface ModalState {
|
|
232
232
|
open: Map<string, boolean>;
|
|
233
|
-
getOpen: (
|
|
234
|
-
setOpen: (
|
|
233
|
+
getOpen: (uuid: string) => boolean;
|
|
234
|
+
setOpen: (uuid: string, open: boolean) => void;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
export declare const NavMenu: NamedExoticComponent<object>;
|
|
@@ -360,18 +360,18 @@ export declare interface TokenState {
|
|
|
360
360
|
clearToken: () => void;
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
export declare function useFormModal<Values>(props: UseFormModalProps<Values>): {
|
|
363
|
+
export declare function useFormModal<Values, ExtraValues = any>(props: UseFormModalProps<Values, ExtraValues>): {
|
|
364
364
|
show: (config?: {
|
|
365
|
-
initialValues?: RecursivePartial<Values
|
|
366
|
-
extraValues?:
|
|
365
|
+
initialValues?: RecursivePartial<Values>;
|
|
366
|
+
extraValues?: ExtraValues;
|
|
367
367
|
}) => void;
|
|
368
368
|
hide: () => void;
|
|
369
369
|
modal: JSX_2.Element;
|
|
370
370
|
};
|
|
371
371
|
|
|
372
|
-
export declare interface UseFormModalProps<Values> extends
|
|
373
|
-
|
|
374
|
-
onConfirm?: (values: Values, extraValues
|
|
372
|
+
export declare interface UseFormModalProps<Values, ExtraValues> extends Omit<UseModalProps, 'afterClose' | 'onConfirm'> {
|
|
373
|
+
formProps?: Omit<FormProps, 'form'>;
|
|
374
|
+
onConfirm?: (values: Values, extraValues?: ExtraValues) => void | Promise<void>;
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
export declare const useGameStore: UseBoundStore<Omit<StoreApi<GameState>, "persist"> & {
|
|
@@ -392,8 +392,9 @@ export declare function useModal(props: UseModalProps): {
|
|
|
392
392
|
modal: JSX_2.Element;
|
|
393
393
|
};
|
|
394
394
|
|
|
395
|
-
declare interface UseModalProps extends
|
|
395
|
+
declare interface UseModalProps extends Omit<ModalProps, 'open' | 'confirmLoading' | 'onOk' | 'onCancel'> {
|
|
396
396
|
content?: ReactNode;
|
|
397
|
+
onConfirm?: () => void | Promise<void>;
|
|
397
398
|
}
|
|
398
399
|
|
|
399
400
|
export declare const useModalStore: UseBoundStore<StoreApi<ModalState>>;
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as r, D as u, F as n, G as m, H as d, i as l, L as p, N as L, k as S, O as g, l as y, P, n as x, Q as c, o as F, R as G, p as M, S as T, q as h, t as k, v as q, r as Q, b as R, x as v, y as B, z as C, c as N, B as f, u as w, E as D, J as E, d as H, a as I, K as O, M as W } from "./index-
|
|
1
|
+
import { C as r, D as u, F as n, G as m, H as d, i as l, L as p, N as L, k as S, O as g, l as y, P, n as x, Q as c, o as F, R as G, p as M, S as T, q as h, t as k, v as q, r as Q, b as R, x as v, y as B, z as C, c as N, B as f, u as w, E as D, J as E, d as H, a as I, K as O, M as W } from "./index-DnAJsWzB.chunk.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "antd";
|
|
4
4
|
import "react-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-toolkits",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.25",
|
|
4
4
|
"packageManager": "^pnpm@8.7.5",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css"
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"vite": "^5.0.10",
|
|
71
71
|
"vite-plugin-dts": "^3.6.4",
|
|
72
72
|
"@flow97/eslint-config-mono": "0.0.4",
|
|
73
|
-
"
|
|
74
|
-
"
|
|
73
|
+
"tsconfig": "0.0.5",
|
|
74
|
+
"tailwind-config": "0.1.1"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"antd": "^5.12.2",
|