react-toolkits 0.8.51 → 0.8.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # react-toolkits
2
2
 
3
+ ## 0.8.52
4
+
5
+ ### Patch Changes
6
+
7
+ - 96062ca: Revert "refactor: change mutate params in useQueryListStore hook"
8
+
3
9
  ## 0.8.51
4
10
 
5
11
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- import { I as W, w as x, e as h, f as z, s as K, m as G, g as P, U as R, h as v, d as S, r as n, c as L } from "./index-3oZMUF8w.chunk.js";
1
+ import { I as W, w as x, e as h, f as z, s as K, m as G, g as P, U as R, h as v, d as S, r as n, c as L } from "./index-r3ceFc80.chunk.js";
2
2
  import N, { useRef as o, useCallback as M, useState as $ } from "react";
3
3
  const U = W ? (e) => {
4
4
  e();
@@ -1,6 +1,6 @@
1
- import { a as S, j as e, d as $ } from "./index-3oZMUF8w.chunk.js";
1
+ import { a as S, j as e, d as $ } from "./index-r3ceFc80.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-P7ZUoQmd.chunk.js";
3
+ import { h as R, i as B } from "./index-9YOxGlF2.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) => {
@@ -0,0 +1,192 @@
1
+ import { A as T, _ as R, u as j, a as b, j as e, P as h, H as z, Q as F, b as L } from "./index-r3ceFc80.chunk.js";
2
+ import { App as U, Row as P, Col as E, Tag as w, Space as G, Card as D, Form as x, Input as S, Select as y } from "antd";
3
+ import { p as I } from "./immer-BLf7GM7E.chunk.js";
4
+ import { Link as N } from "react-router-dom";
5
+ import { u as Q, a as _, b as k, c as $ } from "./index-9YOxGlF2.chunk.js";
6
+ import * as M from "react";
7
+ import "react-dom";
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, n) {
11
+ return /* @__PURE__ */ M.createElement(T, R({}, i, {
12
+ ref: n,
13
+ icon: B
14
+ }));
15
+ };
16
+ process.env.NODE_ENV !== "production" && (O.displayName = "UserAddOutlined");
17
+ const H = /* @__PURE__ */ M.forwardRef(O), { Option: K } = y, g = "/api/usystem/user/list";
18
+ function J() {
19
+ const { message: d } = U.useApp(), i = _(), { data: n, isLoading: u } = k(), { setPayload: m } = j(), o = b();
20
+ return L({
21
+ title: o("UserList.createTitle"),
22
+ formProps: {
23
+ labelCol: { flex: "80px" }
24
+ },
25
+ content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
26
+ /* @__PURE__ */ e.jsx(x.Item, { label: o("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(S, {}) }),
27
+ /* @__PURE__ */ e.jsx(x.Item, { label: o("global.role"), name: "roles", children: /* @__PURE__ */ e.jsx(y, { allowClear: !0, mode: "multiple", loading: u, children: (n ?? []).map((t) => /* @__PURE__ */ e.jsx(K, { value: t.name, children: t.name }, t.id)) }) })
28
+ ] }),
29
+ async onConfirm(t) {
30
+ await i.trigger(t), m(g, { page: 1 }), d.success(o("UserList.createSuccessfully"));
31
+ }
32
+ });
33
+ }
34
+ function W() {
35
+ const { message: d } = U.useApp(), i = $(), { data: n, isLoading: u } = k(), { mutate: m } = j(), o = b();
36
+ return L({
37
+ title: o("UserList.updateTitle"),
38
+ formProps: {
39
+ labelCol: { flex: "80px" }
40
+ },
41
+ content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
42
+ /* @__PURE__ */ e.jsx(x.Item, { label: o("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(S, { readOnly: !0 }) }),
43
+ /* @__PURE__ */ e.jsx(x.Item, { label: o("global.role"), name: "roles", children: /* @__PURE__ */ e.jsx(
44
+ y,
45
+ {
46
+ allowClear: !0,
47
+ mode: "multiple",
48
+ loading: u,
49
+ options: n == null ? void 0 : n.map((t) => ({
50
+ label: t.name,
51
+ value: t.name
52
+ }))
53
+ }
54
+ ) })
55
+ ] }),
56
+ async onConfirm(t, p) {
57
+ await i.trigger(t), m(
58
+ g,
59
+ (a) => I(a, (c) => {
60
+ var s;
61
+ if (c != null && c.dataSource) {
62
+ const l = (s = c.dataSource) == null ? void 0 : s.findIndex((r) => r.id === (p == null ? void 0 : p.id));
63
+ l !== -1 && (c.dataSource[l].roles = t.roles);
64
+ }
65
+ }),
66
+ { revalidate: !1 }
67
+ ), d.success(o("UserList.updateSuccessfully"));
68
+ }
69
+ });
70
+ }
71
+ const te = () => {
72
+ const { modal: d, message: i } = U.useApp(), n = Q(), { mutate: u } = j(), { show: m, modal: o } = J(), { show: t, modal: p } = W(), a = b(), c = [
73
+ {
74
+ title: a("global.name"),
75
+ dataIndex: "name",
76
+ key: "name"
77
+ },
78
+ {
79
+ title: "ID",
80
+ dataIndex: "id",
81
+ key: "id"
82
+ },
83
+ {
84
+ title: a("global.role"),
85
+ dataIndex: "roles",
86
+ key: "roles",
87
+ width: "40%",
88
+ render(s) {
89
+ return /* @__PURE__ */ e.jsx(P, { gutter: [4, 4], children: (s || []).map((l) => /* @__PURE__ */ e.jsx(E, { children: l === "root" ? /* @__PURE__ */ e.jsx(w, { color: "#f50", children: l }) : /* @__PURE__ */ e.jsx(w, { color: "#ff5a00", children: /* @__PURE__ */ e.jsx(N, { to: `/permission/role/${l}`, children: l }) }) }, l)) });
90
+ }
91
+ },
92
+ {
93
+ title: a("global.creationTime"),
94
+ dataIndex: "Ctime",
95
+ key: "ctime"
96
+ },
97
+ {
98
+ title: a("global.operation"),
99
+ width: 150,
100
+ align: "center",
101
+ render: (s) => /* @__PURE__ */ e.jsxs(G, { children: [
102
+ /* @__PURE__ */ e.jsx(
103
+ h,
104
+ {
105
+ isGlobal: !0,
106
+ size: "small",
107
+ type: "link",
108
+ code: "100003",
109
+ onClick: () => {
110
+ t({
111
+ initialValues: {
112
+ name: s.name,
113
+ roles: s.roles
114
+ },
115
+ extraValues: {
116
+ id: s.id
117
+ }
118
+ });
119
+ },
120
+ children: a("global.update")
121
+ }
122
+ ),
123
+ /* @__PURE__ */ e.jsx(
124
+ h,
125
+ {
126
+ isGlobal: !0,
127
+ danger: !0,
128
+ size: "small",
129
+ code: "100004",
130
+ type: "link",
131
+ onClick: () => {
132
+ d.confirm({
133
+ title: a("UserList.deleteTitle"),
134
+ content: /* @__PURE__ */ e.jsx(z, { texts: [s.name], children: a("UserList.deleteContent", { user: s.name }) }),
135
+ async onOk() {
136
+ await n.trigger({
137
+ id: s.id,
138
+ name: s.name
139
+ }), u(g, (l) => I(l, (r) => {
140
+ var C, A;
141
+ const f = (C = r == null ? void 0 : r.dataSource) == null ? void 0 : C.findIndex((v) => v.id === s.id);
142
+ f && ((A = r == null ? void 0 : r.dataSource) == null || A.splice(f, 1));
143
+ })), i.success(a("UserList.deleteSuccessfully"));
144
+ }
145
+ });
146
+ },
147
+ children: a("global.delete")
148
+ }
149
+ )
150
+ ] })
151
+ }
152
+ ];
153
+ return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
154
+ /* @__PURE__ */ e.jsx(
155
+ D,
156
+ {
157
+ title: a("global.user"),
158
+ extra: /* @__PURE__ */ e.jsx(
159
+ h,
160
+ {
161
+ isGlobal: !0,
162
+ type: "primary",
163
+ icon: /* @__PURE__ */ e.jsx(H, {}),
164
+ code: "100002",
165
+ onClick: () => {
166
+ m();
167
+ },
168
+ children: a("UserList.createTitle")
169
+ }
170
+ ),
171
+ children: /* @__PURE__ */ e.jsx(
172
+ F,
173
+ {
174
+ isGlobal: !0,
175
+ code: "100001",
176
+ action: g,
177
+ rowKey: "id",
178
+ columns: c,
179
+ getTotal: (s) => s.Total,
180
+ getDataSource: (s) => s.List
181
+ }
182
+ )
183
+ }
184
+ ),
185
+ o,
186
+ p
187
+ ] });
188
+ };
189
+ export {
190
+ g as action,
191
+ te as default
192
+ };
@@ -4663,14 +4663,7 @@ const X0 = Tt((e, t) => ({
4663
4663
  },
4664
4664
  mutate: (r, n, a) => {
4665
4665
  const { swrKeyMap: s } = t(), c = s.get(r);
4666
- Lr(
4667
- c,
4668
- (i) => ({
4669
- ...i,
4670
- dataSource: n
4671
- }),
4672
- a
4673
- );
4666
+ Lr(c, n, a);
4674
4667
  },
4675
4668
  remove(r) {
4676
4669
  const { swrKeyMap: n, payloadMap: a, propsMap: s } = t();
@@ -4715,16 +4708,16 @@ const J0 = {
4715
4708
  } = Rt(
4716
4709
  g,
4717
4710
  async (Q) => {
4718
- const { url: Z, params: ie, body: ue } = q0(Q), { data: fe } = await Ze(Z, {
4711
+ const { url: Z, params: ie, body: ue } = q0(Q), fe = await Ze(Z, {
4719
4712
  method: l,
4720
4713
  body: ue,
4721
4714
  params: ie,
4722
4715
  isGlobal: c,
4723
4716
  headers: typeof s == "function" ? s(b) : s
4724
4717
  });
4725
- return E.current = fe, {
4726
- dataSource: m(fe),
4727
- total: C(fe) ?? 0
4718
+ return E.current = fe.data, {
4719
+ dataSource: m(fe.data),
4720
+ total: C(fe.data) ?? 0
4728
4721
  };
4729
4722
  },
4730
4723
  {
@@ -4771,8 +4764,8 @@ const J0 = {
4771
4764
  x(n);
4772
4765
  }), []), _c(t, () => ({
4773
4766
  data: P,
4774
- form: D,
4775
- originalData: E.current
4767
+ originalData: E.current,
4768
+ form: D
4776
4769
  })), G ? /* @__PURE__ */ f.jsx(
4777
4770
  Kr,
4778
4771
  {
@@ -5306,7 +5299,7 @@ const ul = /* @__PURE__ */ qr(ll), { Option: xa } = Yr, { Paragraph: Ca } = Qr,
5306
5299
  }, vl = ml, _l = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
5307
5300
  __proto__: null,
5308
5301
  default: vl
5309
- }, Symbol.toStringTag, { value: "Module" })), bl = Je(() => import("./index-JpU3-169.chunk.js")), Sl = Je(() => import("./index-wC24P0Ed.chunk.js")), xl = Je(() => import("./index-ub3elrtb.chunk.js")), Cl = () => /* @__PURE__ */ f.jsxs(Ma, { children: [
5302
+ }, Symbol.toStringTag, { value: "Module" })), bl = Je(() => import("./index-qY76MTrP.chunk.js")), Sl = Je(() => import("./index-r751K89B.chunk.js")), xl = Je(() => import("./index-rQ-GqalU.chunk.js")), Cl = () => /* @__PURE__ */ f.jsxs(Ma, { children: [
5310
5303
  /* @__PURE__ */ f.jsx(ze, { index: !0, element: /* @__PURE__ */ f.jsx(Er, { to: "user" }) }),
5311
5304
  /* @__PURE__ */ f.jsx(ze, { path: "user", element: /* @__PURE__ */ f.jsx(bl, {}) }),
5312
5305
  /* @__PURE__ */ f.jsx(ze, { path: "role", element: /* @__PURE__ */ f.jsx(Sl, {}) }),
@@ -1,70 +1,71 @@
1
- import { A as O, _ as T, c as U, d as P, u as y, a as b, j as e, P as j, r as _, H as z, Q as S, b as R } from "./index-3oZMUF8w.chunk.js";
2
- import { App as f, Space as $, Card as F, Form as p, Input as C } from "antd";
3
- import { p as L } from "./immer-BLf7GM7E.chunk.js";
4
- import { Link as G } from "react-router-dom";
5
- import { P as A } from "./index-qxaMW71h.chunk.js";
6
- import { d as B, e as E, f as q } from "./index-P7ZUoQmd.chunk.js";
7
- import * as k from "react";
1
+ import { A as T, _ as U, c as P, d as _, u as y, a as b, j as e, P as j, r as z, H as $, Q as F, b as L } from "./index-r3ceFc80.chunk.js";
2
+ import { App as f, Space as G, Card as B, Form as g, Input as A } from "antd";
3
+ import { p as k } from "./immer-BLf7GM7E.chunk.js";
4
+ import { Link as E } from "react-router-dom";
5
+ import { P as v } from "./index-_N4Uyz7R.chunk.js";
6
+ import { d as q, e as D, f as N } from "./index-9YOxGlF2.chunk.js";
7
+ import * as I from "react";
8
8
  import "react-dom";
9
- var D = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 01-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 008 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 00-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 008 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 01-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z" } }] }, name: "usergroup-add", theme: "outlined" };
10
- const N = D;
11
- var v = function(r, a) {
12
- return /* @__PURE__ */ k.createElement(O, T({}, r, {
9
+ var Q = { icon: { tag: "svg", attrs: { viewBox: "64 64 896 896", focusable: "false" }, children: [{ tag: "path", attrs: { d: "M892 772h-80v-80c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v80h-80c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h80v80c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-80h80c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM373.5 498.4c-.9-8.7-1.4-17.5-1.4-26.4 0-15.9 1.5-31.4 4.3-46.5.7-3.6-1.2-7.3-4.5-8.8-13.6-6.1-26.1-14.5-36.9-25.1a127.54 127.54 0 01-38.7-95.4c.9-32.1 13.8-62.6 36.3-85.6 24.7-25.3 57.9-39.1 93.2-38.7 31.9.3 62.7 12.6 86 34.4 7.9 7.4 14.7 15.6 20.4 24.4 2 3.1 5.9 4.4 9.3 3.2 17.6-6.1 36.2-10.4 55.3-12.4 5.6-.6 8.8-6.6 6.3-11.6-32.5-64.3-98.9-108.7-175.7-109.9-110.8-1.7-203.2 89.2-203.2 200 0 62.8 28.9 118.8 74.2 155.5-31.8 14.7-61.1 35-86.5 60.4-54.8 54.7-85.8 126.9-87.8 204a8 8 0 008 8.2h56.1c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5 29.4-29.4 65.4-49.8 104.7-59.7 3.8-1.1 6.4-4.8 5.9-8.8zM824 472c0-109.4-87.9-198.3-196.9-200C516.3 270.3 424 361.2 424 472c0 62.8 29 118.8 74.2 155.5a300.95 300.95 0 00-86.4 60.4C357 742.6 326 814.8 324 891.8a8 8 0 008 8.2h56c4.3 0 7.9-3.4 8-7.7 1.9-58 25.4-112.3 66.7-153.5C505.8 695.7 563 672 624 672c110.4 0 200-89.5 200-200zm-109.5 90.5C690.3 586.7 658.2 600 624 600s-66.3-13.3-90.5-37.5a127.26 127.26 0 01-37.5-91.8c.3-32.8 13.4-64.5 36.3-88 24-24.6 56.1-38.3 90.4-38.7 33.9-.3 66.8 12.9 91 36.6 24.8 24.3 38.4 56.8 38.4 91.4-.1 34.2-13.4 66.3-37.6 90.5z" } }] }, name: "usergroup-add", theme: "outlined" };
10
+ const H = Q;
11
+ var M = function(r, a) {
12
+ return /* @__PURE__ */ I.createElement(T, U({}, r, {
13
13
  ref: a,
14
- icon: N
14
+ icon: H
15
15
  }));
16
16
  };
17
- process.env.NODE_ENV !== "production" && (v.displayName = "UsergroupAddOutlined");
18
- const Q = /* @__PURE__ */ k.forwardRef(v), g = "/api/usystem/role/list", H = () => {
19
- const { message: c } = f.useApp(), { setPayload: r } = y(), a = E(), n = b(), l = async (t) => {
17
+ process.env.NODE_ENV !== "production" && (M.displayName = "UsergroupAddOutlined");
18
+ const K = /* @__PURE__ */ I.forwardRef(M), h = "/api/usystem/role/list", J = () => {
19
+ const { message: c } = f.useApp(), { setPayload: r } = y(), a = D(), n = b(), l = async (o) => {
20
20
  await a.trigger({
21
- name: `role_${t.name}`,
22
- permissions: t.permissions
23
- }), r(g, { page: 1 }), c.success(n("RoleList.createSuccessfully"));
21
+ name: `role_${o.name}`,
22
+ permissions: o.permissions
23
+ }), r(h, { page: 1 }), c.success(n("RoleList.createSuccessfully"));
24
24
  };
25
- return R({
25
+ return L({
26
26
  title: n("RoleList.createTitle"),
27
27
  width: "50vw",
28
28
  formProps: {
29
29
  layout: "vertical"
30
30
  },
31
31
  content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
32
- /* @__PURE__ */ e.jsx(p.Item, { label: n("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(C, { addonBefore: "role_" }) }),
33
- /* @__PURE__ */ e.jsx(p.Item, { name: "permissions", children: /* @__PURE__ */ e.jsx(A, {}) })
32
+ /* @__PURE__ */ e.jsx(g.Item, { label: n("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(A, { addonBefore: "role_" }) }),
33
+ /* @__PURE__ */ e.jsx(g.Item, { name: "permissions", children: /* @__PURE__ */ e.jsx(v, {}) })
34
34
  ] }),
35
35
  onConfirm: l
36
36
  });
37
- }, K = () => {
38
- const { message: c } = f.useApp(), { mutate: r } = y(), a = q(), n = b();
39
- return R({
37
+ }, W = () => {
38
+ const { message: c } = f.useApp(), { mutate: r } = y(), a = N(), n = b();
39
+ return L({
40
40
  title: n("RoleList.updateTitle"),
41
41
  width: "50vw",
42
42
  content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
43
- /* @__PURE__ */ e.jsx(p.Item, { label: n("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(C, { readOnly: !0, addonBefore: "role_" }) }),
44
- /* @__PURE__ */ e.jsx(p.Item, { name: "permissions", children: /* @__PURE__ */ e.jsx(A, {}) })
43
+ /* @__PURE__ */ e.jsx(g.Item, { label: n("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(A, { readOnly: !0, addonBefore: "role_" }) }),
44
+ /* @__PURE__ */ e.jsx(g.Item, { name: "permissions", children: /* @__PURE__ */ e.jsx(v, {}) })
45
45
  ] }),
46
- onConfirm: async (l, t) => {
46
+ onConfirm: async (l, o) => {
47
47
  await a.trigger({
48
- id: t == null ? void 0 : t.id,
48
+ id: o == null ? void 0 : o.id,
49
49
  name: `role_${l.name}`,
50
50
  permissions: l.permissions
51
51
  }), r(
52
- g,
53
- (h) => L(h, (m) => {
54
- const u = m == null ? void 0 : m.find((x) => x.id === (t == null ? void 0 : t.id));
52
+ h,
53
+ (x) => k(x, (m) => {
54
+ var p;
55
+ const u = (p = m == null ? void 0 : m.dataSource) == null ? void 0 : p.find((t) => t.id === (o == null ? void 0 : o.id));
55
56
  u && (u.permissions = l.permissions);
56
57
  }),
57
58
  { revalidate: !1 }
58
59
  ), c.success(n("RoleList.updateSuccessfully"));
59
60
  }
60
61
  });
61
- }, se = () => {
62
- const { accessible: c } = U("200005", !0), { modal: r, message: a } = f.useApp(), { usePermissionApiV2: n } = P(), l = B(), { mutate: t } = y(), { show: h, modal: m } = H(), { show: u, modal: x } = K(), o = b(), I = [
62
+ }, oe = () => {
63
+ const { accessible: c } = P("200005", !0), { modal: r, message: a } = f.useApp(), { usePermissionApiV2: n } = _(), l = q(), { mutate: o } = y(), { show: x, modal: m } = J(), { show: u, modal: p } = W(), t = b(), S = [
63
64
  {
64
- title: o("global.name"),
65
+ title: t("global.name"),
65
66
  key: "name",
66
67
  render(s) {
67
- return c ? /* @__PURE__ */ e.jsx(G, { to: `${s.name}`, relative: "path", children: s.name }) : /* @__PURE__ */ e.jsx(e.Fragment, { children: s.name });
68
+ return c ? /* @__PURE__ */ e.jsx(E, { to: `${s.name}`, relative: "path", children: s.name }) : /* @__PURE__ */ e.jsx(e.Fragment, { children: s.name });
68
69
  }
69
70
  },
70
71
  {
@@ -73,15 +74,15 @@ const Q = /* @__PURE__ */ k.forwardRef(v), g = "/api/usystem/role/list", H = ()
73
74
  key: "id"
74
75
  },
75
76
  {
76
- title: o("global.creationTime"),
77
+ title: t("global.creationTime"),
77
78
  dataIndex: "ctime",
78
79
  key: "ctime"
79
80
  },
80
81
  {
81
- title: o("global.operation"),
82
+ title: t("global.operation"),
82
83
  width: 150,
83
84
  align: "center",
84
- render: (s) => /* @__PURE__ */ e.jsxs($, { size: "small", children: [
85
+ render: (s) => /* @__PURE__ */ e.jsxs(G, { size: "small", children: [
85
86
  /* @__PURE__ */ e.jsx(
86
87
  j,
87
88
  {
@@ -90,7 +91,7 @@ const Q = /* @__PURE__ */ k.forwardRef(v), g = "/api/usystem/role/list", H = ()
90
91
  size: "small",
91
92
  type: "link",
92
93
  onClick: async () => {
93
- const { data: i } = await _(
94
+ const { data: i } = await z(
94
95
  `/api/usystem/role/info${n ? "V2" : ""}?name=${s.name}`,
95
96
  { isGlobal: !0 }
96
97
  );
@@ -104,7 +105,7 @@ const Q = /* @__PURE__ */ k.forwardRef(v), g = "/api/usystem/role/list", H = ()
104
105
  }
105
106
  });
106
107
  },
107
- children: o("global.edit")
108
+ children: t("global.edit")
108
109
  }
109
110
  ),
110
111
  /* @__PURE__ */ e.jsx(
@@ -117,20 +118,21 @@ const Q = /* @__PURE__ */ k.forwardRef(v), g = "/api/usystem/role/list", H = ()
117
118
  type: "link",
118
119
  onClick: () => {
119
120
  r.confirm({
120
- title: o("RoleList.deleteTitle"),
121
- content: /* @__PURE__ */ e.jsx(z, { texts: [s.name], children: o("RoleList.deleteContent", { role: s.name }) }),
121
+ title: t("RoleList.deleteTitle"),
122
+ content: /* @__PURE__ */ e.jsx($, { texts: [s.name], children: t("RoleList.deleteContent", { role: s.name }) }),
122
123
  async onOk() {
123
124
  await l.trigger({
124
125
  id: s.id,
125
126
  name: s.name
126
- }), t(g, (i) => L(i, (d) => {
127
- const w = d == null ? void 0 : d.findIndex((M) => M.id === s.id);
128
- w && (d == null || d.splice(w, 1));
129
- })), a.success(o("RoleList.deleteSuccessfully"));
127
+ }), o(h, (i) => k(i, (d) => {
128
+ var R, C;
129
+ const w = (R = d == null ? void 0 : d.dataSource) == null ? void 0 : R.findIndex((O) => O.id === s.id);
130
+ w && ((C = d == null ? void 0 : d.dataSource) == null || C.splice(w, 1));
131
+ })), a.success(t("RoleList.deleteSuccessfully"));
130
132
  }
131
133
  });
132
134
  },
133
- children: o("global.delete")
135
+ children: t("global.delete")
134
136
  }
135
137
  )
136
138
  ] })
@@ -138,30 +140,30 @@ const Q = /* @__PURE__ */ k.forwardRef(v), g = "/api/usystem/role/list", H = ()
138
140
  ];
139
141
  return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
140
142
  /* @__PURE__ */ e.jsx(
141
- F,
143
+ B,
142
144
  {
143
- title: o("global.role"),
145
+ title: t("global.role"),
144
146
  extra: /* @__PURE__ */ e.jsx(
145
147
  j,
146
148
  {
147
149
  isGlobal: !0,
148
150
  type: "primary",
149
151
  code: "200002",
150
- icon: /* @__PURE__ */ e.jsx(Q, {}),
152
+ icon: /* @__PURE__ */ e.jsx(K, {}),
151
153
  onClick: () => {
152
- h();
154
+ x();
153
155
  },
154
- children: o("RoleList.createTitle")
156
+ children: t("RoleList.createTitle")
155
157
  }
156
158
  ),
157
159
  children: /* @__PURE__ */ e.jsx(
158
- S,
160
+ F,
159
161
  {
160
162
  isGlobal: !0,
161
163
  rowKey: "name",
162
- columns: I,
164
+ columns: S,
163
165
  code: "200001",
164
- action: g,
166
+ action: h,
165
167
  getTotal: (s) => s.Total,
166
168
  getDataSource: (s) => s.List
167
169
  }
@@ -169,9 +171,9 @@ const Q = /* @__PURE__ */ k.forwardRef(v), g = "/api/usystem/role/list", H = ()
169
171
  }
170
172
  ),
171
173
  m,
172
- x
174
+ p
173
175
  ] });
174
176
  };
175
177
  export {
176
- se as default
178
+ oe as default
177
179
  };
@@ -1,8 +1,8 @@
1
- import { a as t, j as i } from "./index-3oZMUF8w.chunk.js";
1
+ import { a as t, j as i } from "./index-r3ceFc80.chunk.js";
2
2
  import { Breadcrumb as m, Card as n, Skeleton as a, Descriptions as l } from "antd";
3
3
  import { useParams as c, Link as x } from "react-router-dom";
4
- import { P as j } from "./index-qxaMW71h.chunk.js";
5
- import { g as p } from "./index-P7ZUoQmd.chunk.js";
4
+ import { P as j } from "./index-_N4Uyz7R.chunk.js";
5
+ import { g as p } from "./index-9YOxGlF2.chunk.js";
6
6
  import "react";
7
7
  import "react-dom";
8
8
  const k = () => {
package/lib/index.d.ts CHANGED
@@ -274,11 +274,13 @@ export declare enum QueryListAction {
274
274
  Init = "init"
275
275
  }
276
276
 
277
- declare interface QueryListDataType<Item = any> {
277
+ declare interface QueryListDataType<Item> {
278
278
  dataSource: Item[];
279
279
  total: number;
280
280
  }
281
281
 
282
+ declare type QueryListMutator = <Item = any>(action: string, data?: QueryListDataType<Item> | Promise<QueryListDataType<Item>> | MutatorCallback<QueryListDataType<Item>>, opts?: MutatorOptions<QueryListDataType<Item>>) => void;
283
+
282
284
  declare interface QueryListPayload<FormValues = any> {
283
285
  page?: number;
284
286
  size?: number;
@@ -316,7 +318,7 @@ declare interface QueryListState {
316
318
  propsMap: Map<string, QueryListProps>;
317
319
  setPayload(action: string, payload: QueryListPayload): void;
318
320
  setSwrKey(action: string, key?: string | null): void;
319
- mutate: <Item = any>(action: string, data?: Item[] | Promise<Item[]> | MutatorCallback<Item[]>, opts?: MutatorOptions<Item[]>) => void;
321
+ mutate: QueryListMutator;
320
322
  remove(action: string): void;
321
323
  }
322
324
 
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-3oZMUF8w.chunk.js";
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-r3ceFc80.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.51",
3
+ "version": "0.8.52",
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
- "tailwind-config": "0.1.1",
74
- "tsconfig": "0.0.5"
73
+ "tsconfig": "0.0.5",
74
+ "tailwind-config": "0.1.1"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "antd": "^5.12.2",
@@ -1,190 +0,0 @@
1
- import { A as S, _ as v, u as j, a as b, j as e, P as h, H as T, Q as R, b as A } from "./index-3oZMUF8w.chunk.js";
2
- import { App as f, Row as z, Col as F, Tag as C, Space as P, Card as E, Form as x, Input as w, Select as U } from "antd";
3
- import { p as L } from "./immer-BLf7GM7E.chunk.js";
4
- import { Link as G } from "react-router-dom";
5
- import { u as D, a as N, b as I, c as Q } from "./index-P7ZUoQmd.chunk.js";
6
- import * as k from "react";
7
- import "react-dom";
8
- var _ = { 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 $ = _;
10
- var M = function(r, o) {
11
- return /* @__PURE__ */ k.createElement(S, v({}, r, {
12
- ref: o,
13
- icon: $
14
- }));
15
- };
16
- process.env.NODE_ENV !== "production" && (M.displayName = "UserAddOutlined");
17
- const q = /* @__PURE__ */ k.forwardRef(M), { Option: B } = U, g = "/api/usystem/user/list";
18
- function H() {
19
- const { message: i } = f.useApp(), r = N(), { data: o, isLoading: d } = I(), { setPayload: m } = j(), n = b();
20
- return A({
21
- title: n("UserList.createTitle"),
22
- formProps: {
23
- labelCol: { flex: "80px" }
24
- },
25
- content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
26
- /* @__PURE__ */ e.jsx(x.Item, { label: n("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(w, {}) }),
27
- /* @__PURE__ */ e.jsx(x.Item, { label: n("global.role"), name: "roles", children: /* @__PURE__ */ e.jsx(U, { allowClear: !0, mode: "multiple", loading: d, children: (o ?? []).map((t) => /* @__PURE__ */ e.jsx(B, { value: t.name, children: t.name }, t.id)) }) })
28
- ] }),
29
- async onConfirm(t) {
30
- await r.trigger(t), m(g, { page: 1 }), i.success(n("UserList.createSuccessfully"));
31
- }
32
- });
33
- }
34
- function K() {
35
- const { message: i } = f.useApp(), r = Q(), { data: o, isLoading: d } = I(), { mutate: m } = j(), n = b();
36
- return A({
37
- title: n("UserList.updateTitle"),
38
- formProps: {
39
- labelCol: { flex: "80px" }
40
- },
41
- content: /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
42
- /* @__PURE__ */ e.jsx(x.Item, { label: n("global.name"), name: "name", rules: [{ required: !0 }], children: /* @__PURE__ */ e.jsx(w, { readOnly: !0 }) }),
43
- /* @__PURE__ */ e.jsx(x.Item, { label: n("global.role"), name: "roles", children: /* @__PURE__ */ e.jsx(
44
- U,
45
- {
46
- allowClear: !0,
47
- mode: "multiple",
48
- loading: d,
49
- options: o == null ? void 0 : o.map((t) => ({
50
- label: t.name,
51
- value: t.name
52
- }))
53
- }
54
- ) })
55
- ] }),
56
- async onConfirm(t, u) {
57
- await r.trigger(t), m(
58
- g,
59
- (l) => L(l, (p) => {
60
- if (p) {
61
- const s = p.findIndex((a) => a.id === (u == null ? void 0 : u.id));
62
- s !== -1 && (p[s].roles = t.roles);
63
- }
64
- }),
65
- { revalidate: !1 }
66
- ), i.success(n("UserList.updateSuccessfully"));
67
- }
68
- });
69
- }
70
- const ee = () => {
71
- const { modal: i, message: r } = f.useApp(), o = D(), { mutate: d } = j(), { show: m, modal: n } = H(), { show: t, modal: u } = K(), l = b(), p = [
72
- {
73
- title: l("global.name"),
74
- dataIndex: "name",
75
- key: "name"
76
- },
77
- {
78
- title: "ID",
79
- dataIndex: "id",
80
- key: "id"
81
- },
82
- {
83
- title: l("global.role"),
84
- dataIndex: "roles",
85
- key: "roles",
86
- width: "40%",
87
- render(s) {
88
- return /* @__PURE__ */ e.jsx(z, { gutter: [4, 4], children: (s || []).map((a) => /* @__PURE__ */ e.jsx(F, { children: a === "root" ? /* @__PURE__ */ e.jsx(C, { color: "#f50", children: a }) : /* @__PURE__ */ e.jsx(C, { color: "#ff5a00", children: /* @__PURE__ */ e.jsx(G, { to: `/permission/role/${a}`, children: a }) }) }, a)) });
89
- }
90
- },
91
- {
92
- title: l("global.creationTime"),
93
- dataIndex: "Ctime",
94
- key: "ctime"
95
- },
96
- {
97
- title: l("global.operation"),
98
- width: 150,
99
- align: "center",
100
- render: (s) => /* @__PURE__ */ e.jsxs(P, { children: [
101
- /* @__PURE__ */ e.jsx(
102
- h,
103
- {
104
- isGlobal: !0,
105
- size: "small",
106
- type: "link",
107
- code: "100003",
108
- onClick: () => {
109
- t({
110
- initialValues: {
111
- name: s.name,
112
- roles: s.roles
113
- },
114
- extraValues: {
115
- id: s.id
116
- }
117
- });
118
- },
119
- children: l("global.update")
120
- }
121
- ),
122
- /* @__PURE__ */ e.jsx(
123
- h,
124
- {
125
- isGlobal: !0,
126
- danger: !0,
127
- size: "small",
128
- code: "100004",
129
- type: "link",
130
- onClick: () => {
131
- i.confirm({
132
- title: l("UserList.deleteTitle"),
133
- content: /* @__PURE__ */ e.jsx(T, { texts: [s.name], children: l("UserList.deleteContent", { user: s.name }) }),
134
- async onOk() {
135
- await o.trigger({
136
- id: s.id,
137
- name: s.name
138
- }), d(g, (a) => L(a, (c) => {
139
- const y = c == null ? void 0 : c.findIndex((O) => O.id === s.id);
140
- y && (c == null || c.splice(y, 1));
141
- })), r.success(l("UserList.deleteSuccessfully"));
142
- }
143
- });
144
- },
145
- children: l("global.delete")
146
- }
147
- )
148
- ] })
149
- }
150
- ];
151
- return /* @__PURE__ */ e.jsxs(e.Fragment, { children: [
152
- /* @__PURE__ */ e.jsx(
153
- E,
154
- {
155
- title: l("global.user"),
156
- extra: /* @__PURE__ */ e.jsx(
157
- h,
158
- {
159
- isGlobal: !0,
160
- type: "primary",
161
- icon: /* @__PURE__ */ e.jsx(q, {}),
162
- code: "100002",
163
- onClick: () => {
164
- m();
165
- },
166
- children: l("UserList.createTitle")
167
- }
168
- ),
169
- children: /* @__PURE__ */ e.jsx(
170
- R,
171
- {
172
- isGlobal: !0,
173
- code: "100001",
174
- action: g,
175
- rowKey: "id",
176
- columns: p,
177
- getTotal: (s) => s.Total,
178
- getDataSource: (s) => s.List
179
- }
180
- )
181
- }
182
- ),
183
- n,
184
- u
185
- ] });
186
- };
187
- export {
188
- g as action,
189
- ee as default
190
- };