@dazhicheng/ui 1.5.130 → 1.5.131

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -58077,7 +58077,7 @@ const eO = {
58077
58077
  async function nO() {
58078
58078
  if (gc) return gc;
58079
58079
  if (Tr) return Tr;
58080
- Tr = XQ({ pageNo: 1, pageSize: 9999 }).then((e) => {
58080
+ Tr = XQ({ pageNo: 1, pageSize: 9999, isWhitelist: 1 }).then((e) => {
58081
58081
  const n = e.records || [];
58082
58082
  return gc = n, n;
58083
58083
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.130",
3
+ "version": "1.5.131",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -48,8 +48,8 @@
48
48
  "sortablejs": "^1.15.7",
49
49
  "vee-validate": "^4.15.1",
50
50
  "zod": "^4.3.6",
51
- "@dazhicheng/utils": "1.3.35",
52
- "@dazhicheng/hooks": "1.4.35"
51
+ "@dazhicheng/hooks": "1.4.35",
52
+ "@dazhicheng/utils": "1.3.35"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@element-plus/icons-vue": "^2.3.2",