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/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, triggerUpdate?: boolean): void;
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-5yazwShD.chunk.js";
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.12",
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
- "@flow97/eslint-config-mono": "0.0.4",
72
+ "tailwind-config": "0.1.1",
73
73
  "tsconfig": "0.0.5",
74
- "tailwind-config": "0.1.1"
74
+ "@flow97/eslint-config-mono": "0.0.4"
75
75
  },
76
76
  "peerDependencies": {
77
77
  "antd": "^5.12.2",