react-toolkits 0.8.12 → 0.8.13
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 +6 -0
- package/lib/{index-pLrA80cr.chunk.js → index--TYK5iZT.chunk.js} +1 -1
- package/lib/{index-AuO5cCMN.chunk.js → index-2uA5R6L1.chunk.js} +1 -1
- package/lib/{index-A8jb53J5.chunk.js → index-2vkovKGX.chunk.js} +1 -1
- package/lib/{index-NCbXPePe.chunk.js → index-DPmFg_KQ.chunk.js} +1 -1
- package/lib/{index-Y23sqWKs.chunk.js → index-_Gs6nMNH.chunk.js} +2 -2
- package/lib/{index-9C3UP8rz.chunk.js → index-_NgfaNNz.chunk.js} +3 -3
- package/lib/{index-MyjsNhGW.chunk.js → index-coh3ewvn.chunk.js} +2 -2
- package/lib/{index-e9wKnp2J.chunk.js → index-ihzL70J9.chunk.js} +3 -3
- package/lib/{index-5yazwShD.chunk.js → index-jdc5BLXR.chunk.js} +1700 -1686
- package/lib/index.d.ts +2 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/lib/index.d.ts
CHANGED
|
@@ -289,8 +289,9 @@ export declare interface QueryListRef<Item = any, Values = any> {
|
|
|
289
289
|
declare interface QueryListState {
|
|
290
290
|
keyMap: Map<string, string | null>;
|
|
291
291
|
payloadMap: Map<string, QueryListPayload>;
|
|
292
|
+
propsMap: Map<string, QueryListProps<any>>;
|
|
292
293
|
mutate: QueryListMutator;
|
|
293
|
-
setPayload(key: string, payload: QueryListPayload,
|
|
294
|
+
setPayload(key: string, payload: QueryListPayload, forceUpdate?: boolean): void;
|
|
294
295
|
}
|
|
295
296
|
|
|
296
297
|
declare type RecursivePartial<T> = NonNullable<T> extends object ? {
|
package/lib/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as i, D as u, F as n, G as m, H as p, p as l, L as d, N as x, P as y, q as L, Q as P, t as S, R as g, v as G, x as T, y as c, z as h, r as q, h as F, B as Q, e as R, E as f, f as k, a as v, J as B, b as C, u as D, K as E } from "./index-
|
|
1
|
+
import { C as i, D as u, F as n, G as m, H as p, p as l, L as d, N as x, P as y, q as L, Q as P, t as S, R as g, v as G, x as T, y as c, z as h, r as q, h as F, B as Q, e as R, E as f, f as k, a as v, J as B, b as C, u as D, K as E } from "./index-jdc5BLXR.chunk.js";
|
|
2
2
|
import "react";
|
|
3
3
|
import "antd";
|
|
4
4
|
import "react-router-dom";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-toolkits",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.13",
|
|
4
4
|
"packageManager": "^pnpm@8.7.5",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"**/*.css"
|
|
@@ -69,9 +69,9 @@
|
|
|
69
69
|
"typescript": "^5.3.3",
|
|
70
70
|
"vite": "^5.0.10",
|
|
71
71
|
"vite-plugin-dts": "^3.6.4",
|
|
72
|
-
"
|
|
72
|
+
"tailwind-config": "0.1.1",
|
|
73
73
|
"tsconfig": "0.0.5",
|
|
74
|
-
"
|
|
74
|
+
"@flow97/eslint-config-mono": "0.0.4"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"antd": "^5.12.2",
|