@dazhicheng/ui 1.5.124 → 1.5.125

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 +7 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -58267,7 +58267,13 @@ function aO(e = {}, n = ix) {
58267
58267
  return yi(() => {
58268
58268
  const w = d(e.dataSource);
58269
58269
  w && (A(w), y(w));
58270
- }), ge(f, z, { immediate: !0 }), {
58270
+ }), ge(
58271
+ () => t.path,
58272
+ () => {
58273
+ z();
58274
+ },
58275
+ { immediate: !0 }
58276
+ ), {
58271
58277
  ...v(),
58272
58278
  dataSource: o
58273
58279
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.124",
3
+ "version": "1.5.125",
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.34",
52
- "@dazhicheng/hooks": "1.4.34"
51
+ "@dazhicheng/hooks": "1.4.34",
52
+ "@dazhicheng/utils": "1.3.34"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@element-plus/icons-vue": "^2.3.2",