@dazhicheng/ui 1.5.143 → 1.5.144

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 +4 -0
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -48371,6 +48371,10 @@ function sj(e) {
48371
48371
  const y = r();
48372
48372
  o.value = y.map((E, w) => c(E, w, o.value)), l();
48373
48373
  }
48374
+ if (n && r().length === 0) {
48375
+ const y = {};
48376
+ n.stageInitialValue(`${i.value}[0]`, y), a([y]);
48377
+ }
48374
48378
  s(), de(
48375
48379
  () => dn(r()),
48376
48380
  (y) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dazhicheng/ui",
3
- "version": "1.5.143",
3
+ "version": "1.5.144",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -47,8 +47,8 @@
47
47
  "sortablejs": "^1.15.7",
48
48
  "vee-validate": "^4.15.1",
49
49
  "zod": "^4.3.6",
50
- "@dazhicheng/hooks": "1.4.38",
51
- "@dazhicheng/utils": "1.3.37"
50
+ "@dazhicheng/utils": "1.3.37",
51
+ "@dazhicheng/hooks": "1.4.38"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@element-plus/icons-vue": "^2.3.2",