react-toolkits 0.8.19 → 0.8.22
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 +18 -0
- package/lib/{index-yDECAYYl.chunk.js → index-6HknRl5q.chunk.js} +2 -2
- package/lib/{index-1L06pj23.chunk.js → index-PqvWRKwc.chunk.js} +3 -3
- package/lib/{index-JZRxxXqr.chunk.js → index-Tn0ScF_k.chunk.js} +929 -914
- package/lib/{index-BzJDxXZf.chunk.js → index-di-49SIT.chunk.js} +1 -1
- package/lib/index-oCBonu8R.chunk.js +189 -0
- package/lib/{index-HxOmeZUb.chunk.js → index-op-Wl97v.chunk.js} +78 -77
- package/lib/index.d.ts +20 -16
- package/lib/index.js +8 -7
- package/lib/style.css +1 -1
- package/package.json +3 -3
- package/lib/index-QROzXF9r.chunk.js +0 -187
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# react-toolkits
|
|
2
2
|
|
|
3
|
+
## 0.8.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 9cffb64: refactor: store modal state in zustand
|
|
8
|
+
|
|
9
|
+
## 0.8.21
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5fd2486: feat: add refreshGames function
|
|
14
|
+
|
|
15
|
+
## 0.8.20
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 36ba90c: chore: print log for debug
|
|
20
|
+
|
|
3
21
|
## 0.8.19
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
|
@@ -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-Tn0ScF_k.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-di-49SIT.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) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { a as t, j as i } from "./index-
|
|
1
|
+
import { a as t, j as i } from "./index-Tn0ScF_k.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-
|
|
5
|
-
import { g as p } from "./index-
|
|
4
|
+
import { P as j } from "./index-6HknRl5q.chunk.js";
|
|
5
|
+
import { g as p } from "./index-di-49SIT.chunk.js";
|
|
6
6
|
import "react";
|
|
7
7
|
import "react-dom";
|
|
8
8
|
const k = () => {
|