x-prop-tree 0.6.1 → 0.6.2

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 +452 -443
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,10 +1,10 @@
1
- import { provide as Me, inject as Ue, defineComponent as z, ref as B, computed as G, resolveComponent as O, createBlock as R, openBlock as S, unref as E, isRef as tt, withCtx as J, createVNode as k, createElementBlock as F, Fragment as Fe, renderList as Rt, createTextVNode as st, toDisplayString as ne, resolveDirective as ae, withDirectives as re, withModifiers as K, normalizeStyle as ie, createElementVNode as q, createCommentVNode as X, renderSlot as On, h, mergeModels as I, useModel as oe, useId as xn, withKeys as Vn, mergeProps as Ft, watch as Ce, watchEffect as Mn, reactive as Un, onMounted as Ln, onBeforeUnmount as Dn } from "vue";
1
+ import { provide as Me, inject as Ue, defineComponent as z, ref as B, computed as G, resolveComponent as O, createBlock as R, openBlock as S, unref as E, isRef as Fe, withCtx as J, createVNode as k, createElementBlock as F, Fragment as He, renderList as Ft, createTextVNode as st, toDisplayString as ne, resolveDirective as ae, withDirectives as re, withModifiers as K, normalizeStyle as ie, createElementVNode as q, createCommentVNode as X, renderSlot as Vn, h, mergeModels as Z, useModel as oe, onUnmounted as Ht, withKeys as xn, mergeProps as Gt, watch as Ce, watchEffect as Mn, reactive as Un, onMounted as Ln, onBeforeUnmount as Dn } from "vue";
2
2
  import { useI18n as de } from "vue-i18n";
3
- import { useViewStack as Ht, useColor as Te, eventBus as _e, useSystem as jn } from "x-essential-lib";
3
+ import { useViewStack as at, useColor as Te, eventBus as _e, useSystem as jn } from "x-essential-lib";
4
4
  import { getPropDefault as N, parsePixelStr as En, parsePercentStr as Nn } from "x-runtime-lib";
5
5
  import { useDisplay as kn } from "vuetify";
6
6
  import { globalState as Bn } from "x-state-lib";
7
- var Gt = typeof global == "object" && global && global.Object === Object && global, Rn = typeof self == "object" && self && self.Object === Object && self, Y = Gt || Rn || Function("return this")(), se = Y.Symbol, zt = Object.prototype, Fn = zt.hasOwnProperty, Hn = zt.toString, we = se ? se.toStringTag : void 0;
7
+ var zt = typeof global == "object" && global && global.Object === Object && global, Rn = typeof self == "object" && self && self.Object === Object && self, Y = zt || Rn || Function("return this")(), se = Y.Symbol, Kt = Object.prototype, Fn = Kt.hasOwnProperty, Hn = Kt.toString, we = se ? se.toStringTag : void 0;
8
8
  function Gn(e) {
9
9
  var t = Fn.call(e, we), n = e[we];
10
10
  try {
@@ -19,31 +19,31 @@ var zn = Object.prototype, Kn = zn.toString;
19
19
  function qn(e) {
20
20
  return Kn.call(e);
21
21
  }
22
- var Xn = "[object Null]", In = "[object Undefined]", mt = se ? se.toStringTag : void 0;
22
+ var Xn = "[object Null]", Zn = "[object Undefined]", vt = se ? se.toStringTag : void 0;
23
23
  function Le(e) {
24
- return e == null ? e === void 0 ? In : Xn : mt && mt in Object(e) ? Gn(e) : qn(e);
24
+ return e == null ? e === void 0 ? Zn : Xn : vt && vt in Object(e) ? Gn(e) : qn(e);
25
25
  }
26
26
  function ce(e) {
27
27
  return e != null && typeof e == "object";
28
28
  }
29
29
  var Oe = Array.isArray;
30
- function Ke(e) {
30
+ function qe(e) {
31
31
  var t = typeof e;
32
32
  return e != null && (t == "object" || t == "function");
33
33
  }
34
- var Zn = "[object AsyncFunction]", Jn = "[object Function]", Wn = "[object GeneratorFunction]", Yn = "[object Proxy]";
35
- function Kt(e) {
36
- if (!Ke(e))
34
+ var In = "[object AsyncFunction]", Jn = "[object Function]", Wn = "[object GeneratorFunction]", Yn = "[object Proxy]";
35
+ function qt(e) {
36
+ if (!qe(e))
37
37
  return !1;
38
38
  var t = Le(e);
39
- return t == Jn || t == Wn || t == Zn || t == Yn;
39
+ return t == Jn || t == Wn || t == In || t == Yn;
40
40
  }
41
- var We = Y["__core-js_shared__"], vt = function() {
42
- var e = /[^.]+$/.exec(We && We.keys && We.keys.IE_PROTO || "");
41
+ var Ye = Y["__core-js_shared__"], gt = function() {
42
+ var e = /[^.]+$/.exec(Ye && Ye.keys && Ye.keys.IE_PROTO || "");
43
43
  return e ? "Symbol(src)_1." + e : "";
44
44
  }();
45
45
  function Qn(e) {
46
- return !!vt && vt in e;
46
+ return !!gt && gt in e;
47
47
  }
48
48
  var er = Function.prototype, tr = er.toString;
49
49
  function pe(e) {
@@ -63,9 +63,9 @@ var nr = /[\\^$.*+?()[\]{}|]/g, rr = /^\[object .+?Constructor\]$/, or = Functio
63
63
  "^" + ir.call(sr).replace(nr, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
64
64
  );
65
65
  function ur(e) {
66
- if (!Ke(e) || Qn(e))
66
+ if (!qe(e) || Qn(e))
67
67
  return !1;
68
- var t = Kt(e) ? ar : rr;
68
+ var t = qt(e) ? ar : rr;
69
69
  return t.test(pe(e));
70
70
  }
71
71
  function cr(e, t) {
@@ -75,19 +75,19 @@ function me(e, t) {
75
75
  var n = cr(e, t);
76
76
  return ur(n) ? n : void 0;
77
77
  }
78
- var nt = me(Y, "WeakMap"), gt = Object.create, fr = /* @__PURE__ */ function() {
78
+ var nt = me(Y, "WeakMap"), yt = Object.create, fr = /* @__PURE__ */ function() {
79
79
  function e() {
80
80
  }
81
81
  return function(t) {
82
- if (!Ke(t))
82
+ if (!qe(t))
83
83
  return {};
84
- if (gt)
85
- return gt(t);
84
+ if (yt)
85
+ return yt(t);
86
86
  e.prototype = t;
87
87
  var n = new e();
88
88
  return e.prototype = void 0, n;
89
89
  };
90
- }(), yt = function() {
90
+ }(), ht = function() {
91
91
  try {
92
92
  var e = me(Object, "defineProperty");
93
93
  return e({}, "", {}), e;
@@ -105,30 +105,30 @@ function vr(e, t) {
105
105
  return t = t ?? pr, !!t && (n == "number" || n != "symbol" && mr.test(e)) && e > -1 && e % 1 == 0 && e < t;
106
106
  }
107
107
  function gr(e, t, n) {
108
- t == "__proto__" && yt ? yt(e, t, {
108
+ t == "__proto__" && ht ? ht(e, t, {
109
109
  configurable: !0,
110
110
  enumerable: !0,
111
111
  value: n,
112
112
  writable: !0
113
113
  }) : e[t] = n;
114
114
  }
115
- function at(e, t) {
115
+ function ut(e, t) {
116
116
  return e === t || e !== e && t !== t;
117
117
  }
118
118
  var yr = Object.prototype, hr = yr.hasOwnProperty;
119
119
  function _r(e, t, n) {
120
120
  var r = e[t];
121
- (!(hr.call(e, t) && at(r, n)) || n === void 0 && !(t in e)) && gr(e, t, n);
121
+ (!(hr.call(e, t) && ut(r, n)) || n === void 0 && !(t in e)) && gr(e, t, n);
122
122
  }
123
123
  var br = 9007199254740991;
124
- function qt(e) {
124
+ function Xt(e) {
125
125
  return typeof e == "number" && e > -1 && e % 1 == 0 && e <= br;
126
126
  }
127
127
  function $r(e) {
128
- return e != null && qt(e.length) && !Kt(e);
128
+ return e != null && Xt(e.length) && !qt(e);
129
129
  }
130
130
  var Tr = Object.prototype;
131
- function Xt(e) {
131
+ function Zt(e) {
132
132
  var t = e && e.constructor, n = typeof t == "function" && t.prototype || Tr;
133
133
  return e === n;
134
134
  }
@@ -138,53 +138,53 @@ function Sr(e, t) {
138
138
  return r;
139
139
  }
140
140
  var wr = "[object Arguments]";
141
- function ht(e) {
141
+ function _t(e) {
142
142
  return ce(e) && Le(e) == wr;
143
143
  }
144
- var It = Object.prototype, Ar = It.hasOwnProperty, Cr = It.propertyIsEnumerable, Pr = ht(/* @__PURE__ */ function() {
144
+ var It = Object.prototype, Ar = It.hasOwnProperty, Cr = It.propertyIsEnumerable, Pr = _t(/* @__PURE__ */ function() {
145
145
  return arguments;
146
- }()) ? ht : function(e) {
146
+ }()) ? _t : function(e) {
147
147
  return ce(e) && Ar.call(e, "callee") && !Cr.call(e, "callee");
148
148
  };
149
149
  function Or() {
150
150
  return !1;
151
151
  }
152
- var Zt = typeof exports == "object" && exports && !exports.nodeType && exports, _t = Zt && typeof module == "object" && module && !module.nodeType && module, xr = _t && _t.exports === Zt, bt = xr ? Y.Buffer : void 0, Vr = bt ? bt.isBuffer : void 0, He = Vr || Or, Mr = "[object Arguments]", Ur = "[object Array]", Lr = "[object Boolean]", Dr = "[object Date]", jr = "[object Error]", Er = "[object Function]", Nr = "[object Map]", kr = "[object Number]", Br = "[object Object]", Rr = "[object RegExp]", Fr = "[object Set]", Hr = "[object String]", Gr = "[object WeakMap]", zr = "[object ArrayBuffer]", Kr = "[object DataView]", qr = "[object Float32Array]", Xr = "[object Float64Array]", Ir = "[object Int8Array]", Zr = "[object Int16Array]", Jr = "[object Int32Array]", Wr = "[object Uint8Array]", Yr = "[object Uint8ClampedArray]", Qr = "[object Uint16Array]", eo = "[object Uint32Array]", V = {};
153
- V[qr] = V[Xr] = V[Ir] = V[Zr] = V[Jr] = V[Wr] = V[Yr] = V[Qr] = V[eo] = !0;
154
- V[Mr] = V[Ur] = V[zr] = V[Lr] = V[Kr] = V[Dr] = V[jr] = V[Er] = V[Nr] = V[kr] = V[Br] = V[Rr] = V[Fr] = V[Hr] = V[Gr] = !1;
152
+ var Jt = typeof exports == "object" && exports && !exports.nodeType && exports, bt = Jt && typeof module == "object" && module && !module.nodeType && module, Vr = bt && bt.exports === Jt, $t = Vr ? Y.Buffer : void 0, xr = $t ? $t.isBuffer : void 0, Ge = xr || Or, Mr = "[object Arguments]", Ur = "[object Array]", Lr = "[object Boolean]", Dr = "[object Date]", jr = "[object Error]", Er = "[object Function]", Nr = "[object Map]", kr = "[object Number]", Br = "[object Object]", Rr = "[object RegExp]", Fr = "[object Set]", Hr = "[object String]", Gr = "[object WeakMap]", zr = "[object ArrayBuffer]", Kr = "[object DataView]", qr = "[object Float32Array]", Xr = "[object Float64Array]", Zr = "[object Int8Array]", Ir = "[object Int16Array]", Jr = "[object Int32Array]", Wr = "[object Uint8Array]", Yr = "[object Uint8ClampedArray]", Qr = "[object Uint16Array]", eo = "[object Uint32Array]", x = {};
153
+ x[qr] = x[Xr] = x[Zr] = x[Ir] = x[Jr] = x[Wr] = x[Yr] = x[Qr] = x[eo] = !0;
154
+ x[Mr] = x[Ur] = x[zr] = x[Lr] = x[Kr] = x[Dr] = x[jr] = x[Er] = x[Nr] = x[kr] = x[Br] = x[Rr] = x[Fr] = x[Hr] = x[Gr] = !1;
155
155
  function to(e) {
156
- return ce(e) && qt(e.length) && !!V[Le(e)];
156
+ return ce(e) && Xt(e.length) && !!x[Le(e)];
157
157
  }
158
- function ut(e) {
158
+ function ct(e) {
159
159
  return function(t) {
160
160
  return e(t);
161
161
  };
162
162
  }
163
- var Jt = typeof exports == "object" && exports && !exports.nodeType && exports, Pe = Jt && typeof module == "object" && module && !module.nodeType && module, no = Pe && Pe.exports === Jt, Ye = no && Gt.process, $e = function() {
163
+ var Wt = typeof exports == "object" && exports && !exports.nodeType && exports, Pe = Wt && typeof module == "object" && module && !module.nodeType && module, no = Pe && Pe.exports === Wt, Qe = no && zt.process, $e = function() {
164
164
  try {
165
165
  var e = Pe && Pe.require && Pe.require("util").types;
166
- return e || Ye && Ye.binding && Ye.binding("util");
166
+ return e || Qe && Qe.binding && Qe.binding("util");
167
167
  } catch {
168
168
  }
169
- }(), $t = $e && $e.isTypedArray, Wt = $t ? ut($t) : to, ro = Object.prototype, oo = ro.hasOwnProperty;
169
+ }(), Tt = $e && $e.isTypedArray, Yt = Tt ? ct(Tt) : to, ro = Object.prototype, oo = ro.hasOwnProperty;
170
170
  function lo(e, t) {
171
- var n = Oe(e), r = !n && Pr(e), l = !n && !r && He(e), o = !n && !r && !l && Wt(e), i = n || r || l || o, s = i ? Sr(e.length, String) : [], u = s.length;
172
- for (var a in e)
173
- oo.call(e, a) && !(i && // Safari 9 has enumerable `arguments.length` in strict mode.
174
- (a == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
175
- l && (a == "offset" || a == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
176
- o && (a == "buffer" || a == "byteLength" || a == "byteOffset") || // Skip index properties.
177
- vr(a, u))) && s.push(a);
171
+ var n = Oe(e), r = !n && Pr(e), l = !n && !r && Ge(e), o = !n && !r && !l && Yt(e), i = n || r || l || o, s = i ? Sr(e.length, String) : [], a = s.length;
172
+ for (var u in e)
173
+ oo.call(e, u) && !(i && // Safari 9 has enumerable `arguments.length` in strict mode.
174
+ (u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
175
+ l && (u == "offset" || u == "parent") || // PhantomJS 2 has enumerable non-index properties on typed arrays.
176
+ o && (u == "buffer" || u == "byteLength" || u == "byteOffset") || // Skip index properties.
177
+ vr(u, a))) && s.push(u);
178
178
  return s;
179
179
  }
180
- function Yt(e, t) {
180
+ function Qt(e, t) {
181
181
  return function(n) {
182
182
  return e(t(n));
183
183
  };
184
184
  }
185
- var io = Yt(Object.keys, Object), so = Object.prototype, ao = so.hasOwnProperty;
185
+ var io = Qt(Object.keys, Object), so = Object.prototype, ao = so.hasOwnProperty;
186
186
  function uo(e) {
187
- if (!Xt(e))
187
+ if (!Zt(e))
188
188
  return io(e);
189
189
  var t = [];
190
190
  for (var n in Object(e))
@@ -194,9 +194,9 @@ function uo(e) {
194
194
  function co(e) {
195
195
  return $r(e) ? lo(e) : uo(e);
196
196
  }
197
- var xe = me(Object, "create");
197
+ var Ve = me(Object, "create");
198
198
  function fo() {
199
- this.__data__ = xe ? xe(null) : {}, this.size = 0;
199
+ this.__data__ = Ve ? Ve(null) : {}, this.size = 0;
200
200
  }
201
201
  function po(e) {
202
202
  var t = this.has(e) && delete this.__data__[e];
@@ -205,7 +205,7 @@ function po(e) {
205
205
  var mo = "__lodash_hash_undefined__", vo = Object.prototype, go = vo.hasOwnProperty;
206
206
  function yo(e) {
207
207
  var t = this.__data__;
208
- if (xe) {
208
+ if (Ve) {
209
209
  var n = t[e];
210
210
  return n === mo ? void 0 : n;
211
211
  }
@@ -214,12 +214,12 @@ function yo(e) {
214
214
  var ho = Object.prototype, _o = ho.hasOwnProperty;
215
215
  function bo(e) {
216
216
  var t = this.__data__;
217
- return xe ? t[e] !== void 0 : _o.call(t, e);
217
+ return Ve ? t[e] !== void 0 : _o.call(t, e);
218
218
  }
219
219
  var $o = "__lodash_hash_undefined__";
220
220
  function To(e, t) {
221
221
  var n = this.__data__;
222
- return this.size += this.has(e) ? 0 : 1, n[e] = xe && t === void 0 ? $o : t, this;
222
+ return this.size += this.has(e) ? 0 : 1, n[e] = Ve && t === void 0 ? $o : t, this;
223
223
  }
224
224
  function fe(e) {
225
225
  var t = -1, n = e == null ? 0 : e.length;
@@ -236,29 +236,29 @@ fe.prototype.set = To;
236
236
  function So() {
237
237
  this.__data__ = [], this.size = 0;
238
238
  }
239
- function qe(e, t) {
239
+ function Xe(e, t) {
240
240
  for (var n = e.length; n--; )
241
- if (at(e[n][0], t))
241
+ if (ut(e[n][0], t))
242
242
  return n;
243
243
  return -1;
244
244
  }
245
245
  var wo = Array.prototype, Ao = wo.splice;
246
246
  function Co(e) {
247
- var t = this.__data__, n = qe(t, e);
247
+ var t = this.__data__, n = Xe(t, e);
248
248
  if (n < 0)
249
249
  return !1;
250
250
  var r = t.length - 1;
251
251
  return n == r ? t.pop() : Ao.call(t, n, 1), --this.size, !0;
252
252
  }
253
253
  function Po(e) {
254
- var t = this.__data__, n = qe(t, e);
254
+ var t = this.__data__, n = Xe(t, e);
255
255
  return n < 0 ? void 0 : t[n][1];
256
256
  }
257
257
  function Oo(e) {
258
- return qe(this.__data__, e) > -1;
258
+ return Xe(this.__data__, e) > -1;
259
259
  }
260
- function xo(e, t) {
261
- var n = this.__data__, r = qe(n, e);
260
+ function Vo(e, t) {
261
+ var n = this.__data__, r = Xe(n, e);
262
262
  return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
263
263
  }
264
264
  function le(e) {
@@ -272,12 +272,12 @@ le.prototype.clear = So;
272
272
  le.prototype.delete = Co;
273
273
  le.prototype.get = Po;
274
274
  le.prototype.has = Oo;
275
- le.prototype.set = xo;
276
- var Ve = me(Y, "Map");
277
- function Vo() {
275
+ le.prototype.set = Vo;
276
+ var xe = me(Y, "Map");
277
+ function xo() {
278
278
  this.size = 0, this.__data__ = {
279
279
  hash: new fe(),
280
- map: new (Ve || le)(),
280
+ map: new (xe || le)(),
281
281
  string: new fe()
282
282
  };
283
283
  }
@@ -285,22 +285,22 @@ function Mo(e) {
285
285
  var t = typeof e;
286
286
  return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
287
287
  }
288
- function Xe(e, t) {
288
+ function Ze(e, t) {
289
289
  var n = e.__data__;
290
290
  return Mo(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
291
291
  }
292
292
  function Uo(e) {
293
- var t = Xe(this, e).delete(e);
293
+ var t = Ze(this, e).delete(e);
294
294
  return this.size -= t ? 1 : 0, t;
295
295
  }
296
296
  function Lo(e) {
297
- return Xe(this, e).get(e);
297
+ return Ze(this, e).get(e);
298
298
  }
299
299
  function Do(e) {
300
- return Xe(this, e).has(e);
300
+ return Ze(this, e).has(e);
301
301
  }
302
302
  function jo(e, t) {
303
- var n = Xe(this, e), r = n.size;
303
+ var n = Ze(this, e), r = n.size;
304
304
  return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
305
305
  }
306
306
  function ve(e) {
@@ -310,7 +310,7 @@ function ve(e) {
310
310
  this.set(r[0], r[1]);
311
311
  }
312
312
  }
313
- ve.prototype.clear = Vo;
313
+ ve.prototype.clear = xo;
314
314
  ve.prototype.delete = Uo;
315
315
  ve.prototype.get = Lo;
316
316
  ve.prototype.has = Do;
@@ -320,7 +320,7 @@ function Eo(e, t) {
320
320
  e[l + n] = t[n];
321
321
  return e;
322
322
  }
323
- var No = Yt(Object.getPrototypeOf, Object);
323
+ var No = Qt(Object.getPrototypeOf, Object);
324
324
  function ko() {
325
325
  this.__data__ = new le(), this.size = 0;
326
326
  }
@@ -339,7 +339,7 @@ function Go(e, t) {
339
339
  var n = this.__data__;
340
340
  if (n instanceof le) {
341
341
  var r = n.__data__;
342
- if (!Ve || r.length < Ho - 1)
342
+ if (!xe || r.length < Ho - 1)
343
343
  return r.push([e, t]), this.size = ++n.size, this;
344
344
  n = this.__data__ = new ve(r);
345
345
  }
@@ -354,8 +354,8 @@ te.prototype.delete = Bo;
354
354
  te.prototype.get = Ro;
355
355
  te.prototype.has = Fo;
356
356
  te.prototype.set = Go;
357
- var Qt = typeof exports == "object" && exports && !exports.nodeType && exports, Tt = Qt && typeof module == "object" && module && !module.nodeType && module, zo = Tt && Tt.exports === Qt, St = zo ? Y.Buffer : void 0;
358
- St && St.allocUnsafe;
357
+ var en = typeof exports == "object" && exports && !exports.nodeType && exports, St = en && typeof module == "object" && module && !module.nodeType && module, zo = St && St.exports === en, wt = zo ? Y.Buffer : void 0;
358
+ wt && wt.allocUnsafe;
359
359
  function Ko(e, t) {
360
360
  return e.slice();
361
361
  }
@@ -369,9 +369,9 @@ function qo(e, t) {
369
369
  function Xo() {
370
370
  return [];
371
371
  }
372
- var Io = Object.prototype, Zo = Io.propertyIsEnumerable, wt = Object.getOwnPropertySymbols, Jo = wt ? function(e) {
373
- return e == null ? [] : (e = Object(e), qo(wt(e), function(t) {
374
- return Zo.call(e, t);
372
+ var Zo = Object.prototype, Io = Zo.propertyIsEnumerable, At = Object.getOwnPropertySymbols, Jo = At ? function(e) {
373
+ return e == null ? [] : (e = Object(e), qo(At(e), function(t) {
374
+ return Io.call(e, t);
375
375
  }));
376
376
  } : Xo;
377
377
  function Wo(e, t, n) {
@@ -381,21 +381,21 @@ function Wo(e, t, n) {
381
381
  function rt(e) {
382
382
  return Wo(e, co, Jo);
383
383
  }
384
- var ot = me(Y, "DataView"), lt = me(Y, "Promise"), it = me(Y, "Set"), At = "[object Map]", Yo = "[object Object]", Ct = "[object Promise]", Pt = "[object Set]", Ot = "[object WeakMap]", xt = "[object DataView]", Qo = pe(ot), el = pe(Ve), tl = pe(lt), nl = pe(it), rl = pe(nt), Z = Le;
385
- (ot && Z(new ot(new ArrayBuffer(1))) != xt || Ve && Z(new Ve()) != At || lt && Z(lt.resolve()) != Ct || it && Z(new it()) != Pt || nt && Z(new nt()) != Ot) && (Z = function(e) {
384
+ var ot = me(Y, "DataView"), lt = me(Y, "Promise"), it = me(Y, "Set"), Ct = "[object Map]", Yo = "[object Object]", Pt = "[object Promise]", Ot = "[object Set]", Vt = "[object WeakMap]", xt = "[object DataView]", Qo = pe(ot), el = pe(xe), tl = pe(lt), nl = pe(it), rl = pe(nt), I = Le;
385
+ (ot && I(new ot(new ArrayBuffer(1))) != xt || xe && I(new xe()) != Ct || lt && I(lt.resolve()) != Pt || it && I(new it()) != Ot || nt && I(new nt()) != Vt) && (I = function(e) {
386
386
  var t = Le(e), n = t == Yo ? e.constructor : void 0, r = n ? pe(n) : "";
387
387
  if (r)
388
388
  switch (r) {
389
389
  case Qo:
390
390
  return xt;
391
391
  case el:
392
- return At;
393
- case tl:
394
392
  return Ct;
395
- case nl:
393
+ case tl:
396
394
  return Pt;
397
- case rl:
395
+ case nl:
398
396
  return Ot;
397
+ case rl:
398
+ return Vt;
399
399
  }
400
400
  return t;
401
401
  });
@@ -404,13 +404,13 @@ function il(e) {
404
404
  var t = e.length, n = new e.constructor(t);
405
405
  return t && typeof e[0] == "string" && ll.call(e, "index") && (n.index = e.index, n.input = e.input), n;
406
406
  }
407
- var Ge = Y.Uint8Array;
408
- function ct(e) {
407
+ var ze = Y.Uint8Array;
408
+ function ft(e) {
409
409
  var t = new e.constructor(e.byteLength);
410
- return new Ge(t).set(new Ge(e)), t;
410
+ return new ze(t).set(new ze(e)), t;
411
411
  }
412
412
  function sl(e, t) {
413
- var n = ct(e.buffer);
413
+ var n = ft(e.buffer);
414
414
  return new e.constructor(n, e.byteOffset, e.byteLength);
415
415
  }
416
416
  var al = /\w*$/;
@@ -418,20 +418,20 @@ function ul(e) {
418
418
  var t = new e.constructor(e.source, al.exec(e));
419
419
  return t.lastIndex = e.lastIndex, t;
420
420
  }
421
- var Vt = se ? se.prototype : void 0, Mt = Vt ? Vt.valueOf : void 0;
421
+ var Mt = se ? se.prototype : void 0, Ut = Mt ? Mt.valueOf : void 0;
422
422
  function cl(e) {
423
- return Mt ? Object(Mt.call(e)) : {};
423
+ return Ut ? Object(Ut.call(e)) : {};
424
424
  }
425
425
  function fl(e, t) {
426
- var n = ct(e.buffer);
426
+ var n = ft(e.buffer);
427
427
  return new e.constructor(n, e.byteOffset, e.length);
428
428
  }
429
- var dl = "[object Boolean]", pl = "[object Date]", ml = "[object Map]", vl = "[object Number]", gl = "[object RegExp]", yl = "[object Set]", hl = "[object String]", _l = "[object Symbol]", bl = "[object ArrayBuffer]", $l = "[object DataView]", Tl = "[object Float32Array]", Sl = "[object Float64Array]", wl = "[object Int8Array]", Al = "[object Int16Array]", Cl = "[object Int32Array]", Pl = "[object Uint8Array]", Ol = "[object Uint8ClampedArray]", xl = "[object Uint16Array]", Vl = "[object Uint32Array]";
429
+ var dl = "[object Boolean]", pl = "[object Date]", ml = "[object Map]", vl = "[object Number]", gl = "[object RegExp]", yl = "[object Set]", hl = "[object String]", _l = "[object Symbol]", bl = "[object ArrayBuffer]", $l = "[object DataView]", Tl = "[object Float32Array]", Sl = "[object Float64Array]", wl = "[object Int8Array]", Al = "[object Int16Array]", Cl = "[object Int32Array]", Pl = "[object Uint8Array]", Ol = "[object Uint8ClampedArray]", Vl = "[object Uint16Array]", xl = "[object Uint32Array]";
430
430
  function Ml(e, t, n) {
431
431
  var r = e.constructor;
432
432
  switch (t) {
433
433
  case bl:
434
- return ct(e);
434
+ return ft(e);
435
435
  case dl:
436
436
  case pl:
437
437
  return new r(+e);
@@ -444,8 +444,8 @@ function Ml(e, t, n) {
444
444
  case Cl:
445
445
  case Pl:
446
446
  case Ol:
447
- case xl:
448
447
  case Vl:
448
+ case xl:
449
449
  return fl(e);
450
450
  case ml:
451
451
  return new r();
@@ -461,56 +461,56 @@ function Ml(e, t, n) {
461
461
  }
462
462
  }
463
463
  function Ul(e) {
464
- return typeof e.constructor == "function" && !Xt(e) ? fr(No(e)) : {};
464
+ return typeof e.constructor == "function" && !Zt(e) ? fr(No(e)) : {};
465
465
  }
466
466
  var Ll = "[object Map]";
467
467
  function Dl(e) {
468
- return ce(e) && Z(e) == Ll;
468
+ return ce(e) && I(e) == Ll;
469
469
  }
470
- var Ut = $e && $e.isMap, jl = Ut ? ut(Ut) : Dl, El = "[object Set]";
470
+ var Lt = $e && $e.isMap, jl = Lt ? ct(Lt) : Dl, El = "[object Set]";
471
471
  function Nl(e) {
472
- return ce(e) && Z(e) == El;
472
+ return ce(e) && I(e) == El;
473
473
  }
474
- var Lt = $e && $e.isSet, kl = Lt ? ut(Lt) : Nl, en = "[object Arguments]", Bl = "[object Array]", Rl = "[object Boolean]", Fl = "[object Date]", Hl = "[object Error]", tn = "[object Function]", Gl = "[object GeneratorFunction]", zl = "[object Map]", Kl = "[object Number]", nn = "[object Object]", ql = "[object RegExp]", Xl = "[object Set]", Il = "[object String]", Zl = "[object Symbol]", Jl = "[object WeakMap]", Wl = "[object ArrayBuffer]", Yl = "[object DataView]", Ql = "[object Float32Array]", ei = "[object Float64Array]", ti = "[object Int8Array]", ni = "[object Int16Array]", ri = "[object Int32Array]", oi = "[object Uint8Array]", li = "[object Uint8ClampedArray]", ii = "[object Uint16Array]", si = "[object Uint32Array]", P = {};
475
- P[en] = P[Bl] = P[Wl] = P[Yl] = P[Rl] = P[Fl] = P[Ql] = P[ei] = P[ti] = P[ni] = P[ri] = P[zl] = P[Kl] = P[nn] = P[ql] = P[Xl] = P[Il] = P[Zl] = P[oi] = P[li] = P[ii] = P[si] = !0;
476
- P[Hl] = P[tn] = P[Jl] = !1;
474
+ var Dt = $e && $e.isSet, kl = Dt ? ct(Dt) : Nl, tn = "[object Arguments]", Bl = "[object Array]", Rl = "[object Boolean]", Fl = "[object Date]", Hl = "[object Error]", nn = "[object Function]", Gl = "[object GeneratorFunction]", zl = "[object Map]", Kl = "[object Number]", rn = "[object Object]", ql = "[object RegExp]", Xl = "[object Set]", Zl = "[object String]", Il = "[object Symbol]", Jl = "[object WeakMap]", Wl = "[object ArrayBuffer]", Yl = "[object DataView]", Ql = "[object Float32Array]", ei = "[object Float64Array]", ti = "[object Int8Array]", ni = "[object Int16Array]", ri = "[object Int32Array]", oi = "[object Uint8Array]", li = "[object Uint8ClampedArray]", ii = "[object Uint16Array]", si = "[object Uint32Array]", P = {};
475
+ P[tn] = P[Bl] = P[Wl] = P[Yl] = P[Rl] = P[Fl] = P[Ql] = P[ei] = P[ti] = P[ni] = P[ri] = P[zl] = P[Kl] = P[rn] = P[ql] = P[Xl] = P[Zl] = P[Il] = P[oi] = P[li] = P[ii] = P[si] = !0;
476
+ P[Hl] = P[nn] = P[Jl] = !1;
477
477
  function Re(e, t, n, r, l, o) {
478
478
  var i;
479
479
  if (i !== void 0)
480
480
  return i;
481
- if (!Ke(e))
481
+ if (!qe(e))
482
482
  return e;
483
483
  var s = Oe(e);
484
484
  if (s)
485
485
  i = il(e);
486
486
  else {
487
- var u = Z(e), a = u == tn || u == Gl;
488
- if (He(e))
487
+ var a = I(e), u = a == nn || a == Gl;
488
+ if (Ge(e))
489
489
  return Ko(e);
490
- if (u == nn || u == en || a && !l)
491
- i = a ? {} : Ul(e);
490
+ if (a == rn || a == tn || u && !l)
491
+ i = u ? {} : Ul(e);
492
492
  else {
493
- if (!P[u])
493
+ if (!P[a])
494
494
  return l ? e : {};
495
- i = Ml(e, u);
495
+ i = Ml(e, a);
496
496
  }
497
497
  }
498
498
  o || (o = new te());
499
499
  var f = o.get(e);
500
500
  if (f)
501
501
  return f;
502
- o.set(e, i), kl(e) ? e.forEach(function(y) {
503
- i.add(Re(y, t, n, y, e, o));
504
- }) : jl(e) && e.forEach(function(y, _) {
505
- i.set(_, Re(y, t, n, _, e, o));
502
+ o.set(e, i), kl(e) ? e.forEach(function(v) {
503
+ i.add(Re(v, t, n, v, e, o));
504
+ }) : jl(e) && e.forEach(function(v, _) {
505
+ i.set(_, Re(v, t, n, _, e, o));
506
506
  });
507
- var d = rt, g = s ? void 0 : d(e);
508
- return dr(g || e, function(y, _) {
509
- g && (_ = y, y = e[_]), _r(i, _, Re(y, t, n, _, e, o));
507
+ var d = rt, y = s ? void 0 : d(e);
508
+ return dr(y || e, function(v, _) {
509
+ y && (_ = v, v = e[_]), _r(i, _, Re(v, t, n, _, e, o));
510
510
  }), i;
511
511
  }
512
512
  var ai = 1, ui = 4;
513
- function rn(e) {
513
+ function on(e) {
514
514
  return Re(e, ai | ui);
515
515
  }
516
516
  var ci = "__lodash_hash_undefined__";
@@ -520,13 +520,13 @@ function fi(e) {
520
520
  function di(e) {
521
521
  return this.__data__.has(e);
522
522
  }
523
- function ze(e) {
523
+ function Ke(e) {
524
524
  var t = -1, n = e == null ? 0 : e.length;
525
525
  for (this.__data__ = new ve(); ++t < n; )
526
526
  this.add(e[t]);
527
527
  }
528
- ze.prototype.add = ze.prototype.push = fi;
529
- ze.prototype.has = di;
528
+ Ke.prototype.add = Ke.prototype.push = fi;
529
+ Ke.prototype.has = di;
530
530
  function pi(e, t) {
531
531
  for (var n = -1, r = e == null ? 0 : e.length; ++n < r; )
532
532
  if (t(e[n], n, e))
@@ -537,38 +537,38 @@ function mi(e, t) {
537
537
  return e.has(t);
538
538
  }
539
539
  var vi = 1, gi = 2;
540
- function on(e, t, n, r, l, o) {
541
- var i = n & vi, s = e.length, u = t.length;
542
- if (s != u && !(i && u > s))
540
+ function ln(e, t, n, r, l, o) {
541
+ var i = n & vi, s = e.length, a = t.length;
542
+ if (s != a && !(i && a > s))
543
543
  return !1;
544
- var a = o.get(e), f = o.get(t);
545
- if (a && f)
546
- return a == t && f == e;
547
- var d = -1, g = !0, y = n & gi ? new ze() : void 0;
544
+ var u = o.get(e), f = o.get(t);
545
+ if (u && f)
546
+ return u == t && f == e;
547
+ var d = -1, y = !0, v = n & gi ? new Ke() : void 0;
548
548
  for (o.set(e, t), o.set(t, e); ++d < s; ) {
549
- var _ = e[d], x = t[d];
549
+ var _ = e[d], V = t[d];
550
550
  if (r)
551
- var $ = i ? r(x, _, d, t, e, o) : r(_, x, d, e, t, o);
551
+ var $ = i ? r(V, _, d, t, e, o) : r(_, V, d, e, t, o);
552
552
  if ($ !== void 0) {
553
553
  if ($)
554
554
  continue;
555
- g = !1;
555
+ y = !1;
556
556
  break;
557
557
  }
558
- if (y) {
558
+ if (v) {
559
559
  if (!pi(t, function(D, w) {
560
- if (!mi(y, w) && (_ === D || l(_, D, n, r, o)))
561
- return y.push(w);
560
+ if (!mi(v, w) && (_ === D || l(_, D, n, r, o)))
561
+ return v.push(w);
562
562
  })) {
563
- g = !1;
563
+ y = !1;
564
564
  break;
565
565
  }
566
- } else if (!(_ === x || l(_, x, n, r, o))) {
567
- g = !1;
566
+ } else if (!(_ === V || l(_, V, n, r, o))) {
567
+ y = !1;
568
568
  break;
569
569
  }
570
570
  }
571
- return o.delete(e), o.delete(t), g;
571
+ return o.delete(e), o.delete(t), y;
572
572
  }
573
573
  function yi(e) {
574
574
  var t = -1, n = Array(e.size);
@@ -582,19 +582,19 @@ function hi(e) {
582
582
  n[++t] = r;
583
583
  }), n;
584
584
  }
585
- var _i = 1, bi = 2, $i = "[object Boolean]", Ti = "[object Date]", Si = "[object Error]", wi = "[object Map]", Ai = "[object Number]", Ci = "[object RegExp]", Pi = "[object Set]", Oi = "[object String]", xi = "[object Symbol]", Vi = "[object ArrayBuffer]", Mi = "[object DataView]", Dt = se ? se.prototype : void 0, Qe = Dt ? Dt.valueOf : void 0;
585
+ var _i = 1, bi = 2, $i = "[object Boolean]", Ti = "[object Date]", Si = "[object Error]", wi = "[object Map]", Ai = "[object Number]", Ci = "[object RegExp]", Pi = "[object Set]", Oi = "[object String]", Vi = "[object Symbol]", xi = "[object ArrayBuffer]", Mi = "[object DataView]", jt = se ? se.prototype : void 0, et = jt ? jt.valueOf : void 0;
586
586
  function Ui(e, t, n, r, l, o, i) {
587
587
  switch (n) {
588
588
  case Mi:
589
589
  if (e.byteLength != t.byteLength || e.byteOffset != t.byteOffset)
590
590
  return !1;
591
591
  e = e.buffer, t = t.buffer;
592
- case Vi:
593
- return !(e.byteLength != t.byteLength || !o(new Ge(e), new Ge(t)));
592
+ case xi:
593
+ return !(e.byteLength != t.byteLength || !o(new ze(e), new ze(t)));
594
594
  case $i:
595
595
  case Ti:
596
596
  case Ai:
597
- return at(+e, +t);
597
+ return ut(+e, +t);
598
598
  case Si:
599
599
  return e.name == t.name && e.message == t.message;
600
600
  case Ci:
@@ -603,79 +603,79 @@ function Ui(e, t, n, r, l, o, i) {
603
603
  case wi:
604
604
  var s = yi;
605
605
  case Pi:
606
- var u = r & _i;
607
- if (s || (s = hi), e.size != t.size && !u)
606
+ var a = r & _i;
607
+ if (s || (s = hi), e.size != t.size && !a)
608
608
  return !1;
609
- var a = i.get(e);
610
- if (a)
611
- return a == t;
609
+ var u = i.get(e);
610
+ if (u)
611
+ return u == t;
612
612
  r |= bi, i.set(e, t);
613
- var f = on(s(e), s(t), r, l, o, i);
613
+ var f = ln(s(e), s(t), r, l, o, i);
614
614
  return i.delete(e), f;
615
- case xi:
616
- if (Qe)
617
- return Qe.call(e) == Qe.call(t);
615
+ case Vi:
616
+ if (et)
617
+ return et.call(e) == et.call(t);
618
618
  }
619
619
  return !1;
620
620
  }
621
621
  var Li = 1, Di = Object.prototype, ji = Di.hasOwnProperty;
622
622
  function Ei(e, t, n, r, l, o) {
623
- var i = n & Li, s = rt(e), u = s.length, a = rt(t), f = a.length;
624
- if (u != f && !i)
623
+ var i = n & Li, s = rt(e), a = s.length, u = rt(t), f = u.length;
624
+ if (a != f && !i)
625
625
  return !1;
626
- for (var d = u; d--; ) {
627
- var g = s[d];
628
- if (!(i ? g in t : ji.call(t, g)))
626
+ for (var d = a; d--; ) {
627
+ var y = s[d];
628
+ if (!(i ? y in t : ji.call(t, y)))
629
629
  return !1;
630
630
  }
631
- var y = o.get(e), _ = o.get(t);
632
- if (y && _)
633
- return y == t && _ == e;
634
- var x = !0;
631
+ var v = o.get(e), _ = o.get(t);
632
+ if (v && _)
633
+ return v == t && _ == e;
634
+ var V = !0;
635
635
  o.set(e, t), o.set(t, e);
636
- for (var $ = i; ++d < u; ) {
637
- g = s[d];
638
- var D = e[g], w = t[g];
636
+ for (var $ = i; ++d < a; ) {
637
+ y = s[d];
638
+ var D = e[y], w = t[y];
639
639
  if (r)
640
- var M = i ? r(w, D, g, t, e, o) : r(D, w, g, e, t, o);
640
+ var M = i ? r(w, D, y, t, e, o) : r(D, w, y, e, t, o);
641
641
  if (!(M === void 0 ? D === w || l(D, w, n, r, o) : M)) {
642
- x = !1;
642
+ V = !1;
643
643
  break;
644
644
  }
645
- $ || ($ = g == "constructor");
645
+ $ || ($ = y == "constructor");
646
646
  }
647
- if (x && !$) {
647
+ if (V && !$) {
648
648
  var A = e.constructor, U = t.constructor;
649
- A != U && "constructor" in e && "constructor" in t && !(typeof A == "function" && A instanceof A && typeof U == "function" && U instanceof U) && (x = !1);
649
+ A != U && "constructor" in e && "constructor" in t && !(typeof A == "function" && A instanceof A && typeof U == "function" && U instanceof U) && (V = !1);
650
650
  }
651
- return o.delete(e), o.delete(t), x;
651
+ return o.delete(e), o.delete(t), V;
652
652
  }
653
- var Ni = 1, jt = "[object Arguments]", Et = "[object Array]", Ne = "[object Object]", ki = Object.prototype, Nt = ki.hasOwnProperty;
653
+ var Ni = 1, Et = "[object Arguments]", Nt = "[object Array]", Ne = "[object Object]", ki = Object.prototype, kt = ki.hasOwnProperty;
654
654
  function Bi(e, t, n, r, l, o) {
655
- var i = Oe(e), s = Oe(t), u = i ? Et : Z(e), a = s ? Et : Z(t);
656
- u = u == jt ? Ne : u, a = a == jt ? Ne : a;
657
- var f = u == Ne, d = a == Ne, g = u == a;
658
- if (g && He(e)) {
659
- if (!He(t))
655
+ var i = Oe(e), s = Oe(t), a = i ? Nt : I(e), u = s ? Nt : I(t);
656
+ a = a == Et ? Ne : a, u = u == Et ? Ne : u;
657
+ var f = a == Ne, d = u == Ne, y = a == u;
658
+ if (y && Ge(e)) {
659
+ if (!Ge(t))
660
660
  return !1;
661
661
  i = !0, f = !1;
662
662
  }
663
- if (g && !f)
664
- return o || (o = new te()), i || Wt(e) ? on(e, t, n, r, l, o) : Ui(e, t, u, n, r, l, o);
663
+ if (y && !f)
664
+ return o || (o = new te()), i || Yt(e) ? ln(e, t, n, r, l, o) : Ui(e, t, a, n, r, l, o);
665
665
  if (!(n & Ni)) {
666
- var y = f && Nt.call(e, "__wrapped__"), _ = d && Nt.call(t, "__wrapped__");
667
- if (y || _) {
668
- var x = y ? e.value() : e, $ = _ ? t.value() : t;
669
- return o || (o = new te()), l(x, $, n, r, o);
666
+ var v = f && kt.call(e, "__wrapped__"), _ = d && kt.call(t, "__wrapped__");
667
+ if (v || _) {
668
+ var V = v ? e.value() : e, $ = _ ? t.value() : t;
669
+ return o || (o = new te()), l(V, $, n, r, o);
670
670
  }
671
671
  }
672
- return g ? (o || (o = new te()), Ei(e, t, n, r, l, o)) : !1;
672
+ return y ? (o || (o = new te()), Ei(e, t, n, r, l, o)) : !1;
673
673
  }
674
- function ln(e, t, n, r, l) {
675
- return e === t ? !0 : e == null || t == null || !ce(e) && !ce(t) ? e !== e && t !== t : Bi(e, t, n, r, ln, l);
674
+ function sn(e, t, n, r, l) {
675
+ return e === t ? !0 : e == null || t == null || !ce(e) && !ce(t) ? e !== e && t !== t : Bi(e, t, n, r, sn, l);
676
676
  }
677
677
  function Ie(e, t) {
678
- return ln(e, t);
678
+ return sn(e, t);
679
679
  }
680
680
  function Ri(e, t) {
681
681
  const n = [];
@@ -690,12 +690,12 @@ function Ri(e, t) {
690
690
  const o = [];
691
691
  return n.forEach((i) => {
692
692
  const s = [];
693
- r.forEach((u) => {
694
- u.group === i.id && (u.show = !i.collapse, s.push(u));
693
+ r.forEach((a) => {
694
+ a.group === i.id && (a.show = !i.collapse, s.push(a));
695
695
  }), i.count = s.length, i.count > 0 && (o.push(i), o.push(...s));
696
696
  }), o;
697
697
  }
698
- function sn(e, t) {
698
+ function an(e, t) {
699
699
  return e.value.find((n) => n.id === t);
700
700
  }
701
701
  function Fi(e, t, n) {
@@ -736,7 +736,7 @@ const ke = (e, t) => {
736
736
  }
737
737
  n = n[r];
738
738
  }), n;
739
- }, kt = (e) => !(e instanceof Array), et = (e) => e instanceof Array, Hi = (e, t) => {
739
+ }, Bt = (e) => !(e instanceof Array), tt = (e) => e instanceof Array, Hi = (e, t) => {
740
740
  const n = (r, l) => {
741
741
  if (r.ui !== l.ui || r.array !== l.array)
742
742
  return !1;
@@ -750,10 +750,10 @@ const ke = (e, t) => {
750
750
  return !0;
751
751
  };
752
752
  return n(e, t);
753
- }, ft = (e) => !(e instanceof Array), dt = (e) => e instanceof Array, Gi = [
753
+ }, dt = (e) => !(e instanceof Array), pt = (e) => e instanceof Array, Gi = [
754
754
  ["basic", "id"],
755
755
  ["basic", "name"]
756
- ], zi = (e) => Gi.find((t) => Ie(e, t)), Ze = (e, t, n, r, l, o, i) => (e = rn(e), o !== void 0 ? (e.push(o), i && e.push(t.key)) : e.push(t.key), zi(e) ? (r.change = !1, r.change) : t.ui ? t.array && o === void 0 ? Xi(
756
+ ], zi = (e) => Gi.find((t) => Ie(e, t)), Je = (e, t, n, r, l, o, i) => (e = on(e), o !== void 0 ? (e.push(o), i && e.push(t.key)) : e.push(t.key), zi(e) ? (r.change = !1, r.change) : t.ui ? t.array && o === void 0 ? Xi(
757
757
  e,
758
758
  t,
759
759
  n,
@@ -761,7 +761,7 @@ const ke = (e, t) => {
761
761
  l,
762
762
  o,
763
763
  i
764
- ) : Ii(t, n, r, o, i) : t.array ? Ki(
764
+ ) : Zi(t, n, r, o, i) : t.array ? Ki(
765
765
  e,
766
766
  t,
767
767
  n,
@@ -782,33 +782,33 @@ const ke = (e, t) => {
782
782
  return console.assert(!1, "execPropBranchArray prop ui must be invalid"), !1;
783
783
  if (!t.array)
784
784
  return console.assert(!1, "execPropBranchArray prop array must be valid"), !1;
785
- if (!dt(r.children))
785
+ if (!pt(r.children))
786
786
  return console.assert(!1, "execPropBranchArray state children must be array"), !1;
787
787
  let s;
788
788
  o !== void 0 && !i ? (n[o] instanceof Array || (n[o] = N(t), l == null || l(e, n[o])), s = n[o]) : (n[t.key] instanceof Array || (n[t.key] = N(t), l == null || l(e, n[t.key])), s = n[t.key]), r.change = !1;
789
- for (let u = 0; u < s.length; u++) {
789
+ for (let a = 0; a < s.length; a++) {
790
790
  r.children.push({
791
791
  change: !1,
792
792
  children: {}
793
793
  });
794
- const a = r.children[u];
794
+ const u = r.children[a];
795
795
  t.children.forEach((f) => {
796
- if (!ft(a.children)) {
796
+ if (!dt(u.children)) {
797
797
  console.assert(!1);
798
798
  return;
799
799
  }
800
- a.children[f.key] = {
800
+ u.children[f.key] = {
801
801
  change: !1,
802
802
  children: f.array ? [] : {}
803
- }, Ze(
803
+ }, Je(
804
804
  e,
805
805
  f,
806
- s[u],
807
- a.children[f.key],
806
+ s[a],
807
+ u.children[f.key],
808
808
  l,
809
- u,
809
+ a,
810
810
  !0
811
- ) && (a.change = !0), a.change && (r.change = !0);
811
+ ) && (u.change = !0), u.change && (r.change = !0);
812
812
  });
813
813
  }
814
814
  return r.change || (r.change = !Ie(s, N(t))), r.change;
@@ -817,16 +817,16 @@ const ke = (e, t) => {
817
817
  return console.assert(!1, "execPropBranchScalar prop ui must be invalid"), !1;
818
818
  if (t.array)
819
819
  return console.assert(!1, "execPropBranchScalar prop array must be invalid"), !1;
820
- if (!ft(r.children))
820
+ if (!dt(r.children))
821
821
  return console.assert(!1, "execPropBranchScalar state children must be map"), !1;
822
822
  let s;
823
823
  o !== void 0 && !i ? (n[o] || (n[o] = {}), s = n[o]) : (n[t.key] || (n[t.key] = {}), s = n[t.key]), r.change = !1;
824
- for (let u = 0; u < t.children.length; u++) {
825
- const a = t.children[u];
826
- r.children[a.key] = {
824
+ for (let a = 0; a < t.children.length; a++) {
825
+ const u = t.children[a];
826
+ r.children[u.key] = {
827
827
  change: !1,
828
- children: a.array ? [] : {}
829
- }, Ze(e, a, s, r.children[a.key], l) && (r.change = !0);
828
+ children: u.array ? [] : {}
829
+ }, Je(e, u, s, r.children[u.key], l) && (r.change = !0);
830
830
  }
831
831
  return r.change;
832
832
  }, Xi = (e, t, n, r, l, o, i) => {
@@ -834,22 +834,22 @@ const ke = (e, t) => {
834
834
  return console.assert(!1, "execPropLeafArray prop ui must be valid"), !1;
835
835
  if (!t.array)
836
836
  return console.assert(!1, "execPropLeafArray prop aray must be valid"), !1;
837
- if (!dt(r.children))
837
+ if (!pt(r.children))
838
838
  return console.assert(!1, "execPropLeafArray state children must be array"), !1;
839
839
  let s;
840
840
  o !== void 0 && !i ? (n[o] instanceof Array || (n[o] = N(t), l == null || l(e, n[o])), s = n[o]) : (n[t.key] instanceof Array || (n[t.key] = N(t), l == null || l(e, n[t.key])), s = n[t.key]), r.change = !1;
841
- for (let u = 0; u < s.length; u++)
842
- r.children[u] = {
841
+ for (let a = 0; a < s.length; a++)
842
+ r.children[a] = {
843
843
  change: !1,
844
844
  children: {}
845
- }, Ze(e, t, s, r.children[u], l, u, !1) && (r.change = !0);
845
+ }, Je(e, t, s, r.children[a], l, a, !1) && (r.change = !0);
846
846
  return r.change || (r.change = !Ie(s, N(t))), r.change;
847
- }, Ii = (e, t, n, r, l) => {
847
+ }, Zi = (e, t, n, r, l) => {
848
848
  if (!e.ui)
849
849
  return console.assert(!1, "execPropLeafScalar prop ui must be valid"), !1;
850
850
  let o;
851
851
  return r !== void 0 && !l ? o = t[r] : o = t[e.key], n.change = !Ie(o, N(e, !0)), n.change;
852
- }, Bt = (e, t, n, r) => {
852
+ }, Rt = (e, t, n, r) => {
853
853
  if (t.length <= 0 || !n) {
854
854
  e.value = {};
855
855
  return;
@@ -859,85 +859,85 @@ const ke = (e, t) => {
859
859
  l[o.key] = {
860
860
  change: !1,
861
861
  children: o.array ? [] : {}
862
- }, Ze([], o, n, l[o.key], r);
862
+ }, Je([], o, n, l[o.key], r);
863
863
  }), e.value = l;
864
864
  }, be = (e, t) => {
865
865
  let n = { change: !1, children: e };
866
866
  return t.forEach((r) => {
867
867
  if (!n)
868
868
  return console.assert(!1, `isPropChanged state must be valid keys=${t}`), !1;
869
- typeof r == "string" ? ft(n.children) && (n = n.children[r]) : dt(n.children) && (n = n.children[r]);
869
+ typeof r == "string" ? dt(n.children) && (n = n.children[r]) : pt(n.children) && (n = n.children[r]);
870
870
  }), (n == null ? void 0 : n.change) ?? !1;
871
- }, an = Symbol(), un = Symbol(), cn = Symbol(), fn = Symbol(), dn = Symbol();
872
- function Zi(e) {
873
- Me(an, e);
871
+ }, un = Symbol(), cn = Symbol(), fn = Symbol(), dn = Symbol(), pn = Symbol();
872
+ function Ii(e) {
873
+ Me(un, e);
874
874
  }
875
875
  function Ji() {
876
- return Ue(an);
876
+ return Ue(un);
877
877
  }
878
878
  function Wi(e) {
879
- Me(un, e);
879
+ Me(cn, e);
880
880
  }
881
881
  function Yi() {
882
- return Ue(un);
882
+ return Ue(cn);
883
883
  }
884
884
  function Qi(e) {
885
- Me(cn, e);
885
+ Me(fn, e);
886
886
  }
887
887
  function es() {
888
- return Ue(cn);
888
+ return Ue(fn);
889
889
  }
890
890
  function ts(e) {
891
- Me(fn, e);
891
+ Me(dn, e);
892
892
  }
893
893
  function ns() {
894
- return Ue(fn);
894
+ return Ue(dn);
895
895
  }
896
896
  function rs(e) {
897
- Me(dn, e);
897
+ Me(pn, e);
898
898
  }
899
- function pn() {
900
- return Ue(dn);
899
+ function mn() {
900
+ return Ue(pn);
901
901
  }
902
902
  const os = /* @__PURE__ */ z({
903
903
  __name: "menu",
904
904
  setup(e) {
905
- const { t } = de(), n = Ji(), r = Yi(), l = es(), o = ns(), i = B(0), s = B(0), u = B([]), a = G(() => [i.value, s.value]), f = ($) => {
906
- const D = () => !(u.value.length <= 0 || !be(l.value, u.value)), w = () => {
905
+ const { t } = de(), n = Ji(), r = Yi(), l = es(), o = ns(), i = B(0), s = B(0), a = B([]), u = G(() => [i.value, s.value]), f = ($) => {
906
+ const D = () => !(a.value.length <= 0 || !be(l.value, a.value)), w = () => {
907
907
  if (!D())
908
908
  return;
909
- const M = ke(n.value, u.value);
909
+ const M = ke(n.value, a.value);
910
910
  if (M)
911
911
  if (M.ui) {
912
- const A = Ae(r.value, u.value.slice(0, -1));
912
+ const A = Ae(r.value, a.value.slice(0, -1));
913
913
  if (!A)
914
914
  return;
915
- A[u.value.at(-1)] = N(M), o(u.value, A[u.value.at(-1)]);
915
+ A[a.value.at(-1)] = N(M), o(a.value, A[a.value.at(-1)]);
916
916
  } else if (M.array) {
917
- const A = u.value.at(-1);
917
+ const A = a.value.at(-1);
918
918
  if (A === void 0) {
919
919
  console.assert(!1, "invalid last key");
920
920
  return;
921
921
  }
922
922
  if (typeof A == "string") {
923
- const U = Ae(r.value, u.value.slice(0, -1));
923
+ const U = Ae(r.value, a.value.slice(0, -1));
924
924
  if (!U)
925
925
  return;
926
- U[u.value.at(-1)] = N(M), o(u.value, U[u.value.at(-1)]);
926
+ U[a.value.at(-1)] = N(M), o(a.value, U[a.value.at(-1)]);
927
927
  } else {
928
- const U = Ae(r.value, u.value);
928
+ const U = Ae(r.value, a.value);
929
929
  if (!U)
930
930
  return;
931
931
  M.children.forEach((W) => {
932
- U[W.key] = N(M), o([...u.value, W.key], U[W.key]);
932
+ U[W.key] = N(M), o([...a.value, W.key], U[W.key]);
933
933
  });
934
934
  }
935
935
  } else {
936
- const A = Ae(r.value, u.value);
936
+ const A = Ae(r.value, a.value);
937
937
  if (!A)
938
938
  return;
939
939
  M.children.forEach((U) => {
940
- A[U.key] = N(M), o([...u.value, U.key], A[U.key]);
940
+ A[U.key] = N(M), o([...a.value, U.key], A[U.key]);
941
941
  });
942
942
  }
943
943
  };
@@ -947,20 +947,20 @@ const os = /* @__PURE__ */ z({
947
947
  });
948
948
  }, d = ($) => {
949
949
  const D = () => {
950
- const w = ke(n.value, u.value), M = Ae(r.value, u.value);
950
+ const w = ke(n.value, a.value), M = Ae(r.value, a.value);
951
951
  localStorage.setItem("propTreeCopy", JSON.stringify({ prop: w, object: M }));
952
952
  };
953
953
  $.push({
954
954
  title: t("x-prop-tree.copy"),
955
955
  func: D
956
956
  });
957
- }, g = ($) => {
957
+ }, y = ($) => {
958
958
  const D = () => {
959
959
  const M = localStorage.getItem("propTreeCopy");
960
960
  if (!M)
961
961
  return !1;
962
962
  try {
963
- const { prop: A } = JSON.parse(M), U = ke(n.value, u.value);
963
+ const { prop: A } = JSON.parse(M), U = ke(n.value, a.value);
964
964
  return Hi(A, U);
965
965
  } catch (A) {
966
966
  console.error(A);
@@ -972,7 +972,7 @@ const os = /* @__PURE__ */ z({
972
972
  const M = localStorage.getItem("propTreeCopy");
973
973
  if (M)
974
974
  try {
975
- const { object: A } = JSON.parse(M), U = ke(n.value, u.value);
975
+ const { object: A } = JSON.parse(M), U = ke(n.value, a.value);
976
976
  console.log(A, U);
977
977
  } catch (A) {
978
978
  console.error(A);
@@ -982,26 +982,26 @@ const os = /* @__PURE__ */ z({
982
982
  title: t("x-prop-tree.paste"),
983
983
  func: w
984
984
  });
985
- }, y = G(() => {
985
+ }, v = G(() => {
986
986
  const $ = [];
987
- return f($), d($), g($), $;
987
+ return f($), d($), y($), $;
988
988
  }), _ = ($) => {
989
- i.value = $.x, s.value = $.y, u.value = $.keys;
990
- }, { open: x } = Ht("propTreeMenu", _);
989
+ i.value = $.x, s.value = $.y, a.value = $.keys;
990
+ }, { open: V } = at("propTreeMenu", _);
991
991
  return ($, D) => {
992
992
  const w = O("v-list-item-title"), M = O("v-list-item"), A = O("v-list"), U = O("v-menu");
993
993
  return S(), R(U, {
994
- modelValue: E(x),
995
- "onUpdate:modelValue": D[0] || (D[0] = (W) => tt(x) ? x.value = W : null),
994
+ modelValue: E(V),
995
+ "onUpdate:modelValue": D[0] || (D[0] = (W) => Fe(V) ? V.value = W : null),
996
996
  "location-strategy": "connected",
997
- target: a.value,
997
+ target: u.value,
998
998
  scrim: "transparent"
999
999
  }, {
1000
1000
  default: J(() => [
1001
1001
  k(A, null, {
1002
1002
  default: J(() => [
1003
- (S(!0), F(Fe, null, Rt(y.value, (W, Je) => (S(), R(M, {
1004
- key: Je,
1003
+ (S(!0), F(He, null, Ft(v.value, (W, We) => (S(), R(M, {
1004
+ key: We,
1005
1005
  link: "",
1006
1006
  onClick: W.func
1007
1007
  }, {
@@ -1024,7 +1024,7 @@ const os = /* @__PURE__ */ z({
1024
1024
  };
1025
1025
  }
1026
1026
  });
1027
- var mn = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", vn = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", ls = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z", ge = "M19,13H5V11H19V13Z", is = "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
1027
+ var vn = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", gn = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", ls = "M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z", ge = "M19,13H5V11H19V13Z", is = "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
1028
1028
  const Be = /* @__PURE__ */ z({
1029
1029
  __name: "title",
1030
1030
  props: {
@@ -1043,39 +1043,39 @@ const Be = /* @__PURE__ */ z({
1043
1043
  userSelect: "none"
1044
1044
  })), s = () => {
1045
1045
  l("collapse", !e.collapse);
1046
- }, u = (a) => {
1047
- l("menu", a.clientX, a.clientY);
1046
+ }, a = (u) => {
1047
+ l("menu", u.clientX, u.clientY);
1048
1048
  };
1049
- return (a, f) => {
1050
- const d = O("v-icon"), g = O("v-spacer"), y = ae("ripple");
1049
+ return (u, f) => {
1050
+ const d = O("v-icon"), y = O("v-spacer"), v = ae("ripple");
1051
1051
  return re((S(), F("div", {
1052
1052
  class: "d-flex align-center cursor-pointer",
1053
1053
  style: ie(i.value),
1054
1054
  onClick: s,
1055
- onContextmenu: K(u, ["prevent"]),
1055
+ onContextmenu: K(a, ["prevent"]),
1056
1056
  onMouseover: f[2] || (f[2] = (_) => o.value = !0),
1057
1057
  onMouseout: f[3] || (f[3] = (_) => o.value = !1)
1058
1058
  }, [
1059
1059
  k(d, {
1060
1060
  class: "mr-1",
1061
- icon: a.collapse ? E(vn) : E(mn)
1061
+ icon: u.collapse ? E(gn) : E(vn)
1062
1062
  }, null, 8, ["icon"]),
1063
- q("span", null, ne(a.title), 1),
1064
- k(g),
1065
- a.hasCreate ? (S(), R(d, {
1063
+ q("span", null, ne(u.title), 1),
1064
+ k(y),
1065
+ u.hasCreate ? (S(), R(d, {
1066
1066
  key: 0,
1067
1067
  class: "mx-3",
1068
1068
  icon: E(is),
1069
1069
  onClick: f[0] || (f[0] = K((_) => l("create"), ["stop"]))
1070
1070
  }, null, 8, ["icon"])) : X("", !0),
1071
- a.hasDelete ? (S(), R(d, {
1071
+ u.hasDelete ? (S(), R(d, {
1072
1072
  key: 1,
1073
1073
  class: "mx-3",
1074
1074
  icon: E(ge),
1075
- onClick: f[1] || (f[1] = K((_) => l("delete", a.index), ["stop"]))
1075
+ onClick: f[1] || (f[1] = K((_) => l("delete", u.index), ["stop"]))
1076
1076
  }, null, 8, ["icon"])) : X("", !0)
1077
1077
  ], 36)), [
1078
- [y]
1078
+ [v]
1079
1079
  ]);
1080
1080
  };
1081
1081
  }
@@ -1092,19 +1092,19 @@ const Be = /* @__PURE__ */ z({
1092
1092
  paddingRight: "4px",
1093
1093
  marginBottom: "1px",
1094
1094
  userSelect: "none"
1095
- })), s = (u) => {
1096
- l("menu", u.clientX, u.clientY);
1095
+ })), s = (a) => {
1096
+ l("menu", a.clientX, a.clientY);
1097
1097
  };
1098
- return (u, a) => {
1098
+ return (a, u) => {
1099
1099
  const f = ae("ripple");
1100
1100
  return re((S(), F("div", {
1101
1101
  class: "d-flex justify-space-between align-center cursor-pointer",
1102
1102
  style: ie(i.value),
1103
1103
  onContextmenu: K(s, ["prevent"]),
1104
- onMouseover: a[0] || (a[0] = (d) => o.value = !0),
1105
- onMouseout: a[1] || (a[1] = (d) => o.value = !1)
1104
+ onMouseover: u[0] || (u[0] = (d) => o.value = !0),
1105
+ onMouseout: u[1] || (u[1] = (d) => o.value = !1)
1106
1106
  }, [
1107
- On(u.$slots, "default")
1107
+ Vn(a.$slots, "default")
1108
1108
  ], 36)), [
1109
1109
  [f]
1110
1110
  ]);
@@ -1114,17 +1114,17 @@ const Be = /* @__PURE__ */ z({
1114
1114
  function as(e, t, n) {
1115
1115
  const { t: r } = de();
1116
1116
  return { renderProp: (o, i, s) => {
1117
- let u = r(i.name);
1118
- return be(e.value, o) && (u += " *"), h(
1117
+ let a = r(i.name);
1118
+ return be(e.value, o) && (a += " *"), h(
1119
1119
  ss,
1120
1120
  {
1121
1121
  minHeight: t.value,
1122
- onMenu: (a, f) => {
1123
- _e.emit("propTreeMenu", { x: a, y: f, keys: o });
1122
+ onMenu: (u, f) => {
1123
+ _e.emit("propTreeMenu", { x: u, y: f, keys: o });
1124
1124
  }
1125
1125
  },
1126
1126
  () => [
1127
- h("span", { class: "ml-1", innerHTML: u }),
1127
+ h("span", { class: "ml-1", innerHTML: a }),
1128
1128
  h("div", { style: { width: n.value } }, s)
1129
1129
  ]
1130
1130
  );
@@ -1147,29 +1147,29 @@ function us(e) {
1147
1147
  }
1148
1148
  const cs = { class: "d-flex justify-space-between align-center" }, fs = /* @__PURE__ */ z({
1149
1149
  __name: "strInput",
1150
- props: /* @__PURE__ */ I({
1150
+ props: /* @__PURE__ */ Z({
1151
1151
  hasDelete: { type: Boolean, default: !1 },
1152
1152
  readonly: { type: Boolean, default: !1 }
1153
1153
  }, {
1154
1154
  modelValue: {},
1155
1155
  modelModifiers: {}
1156
1156
  }),
1157
- emits: /* @__PURE__ */ I(["delete"], ["update:modelValue"]),
1157
+ emits: /* @__PURE__ */ Z(["delete"], ["update:modelValue"]),
1158
1158
  setup(e, { emit: t }) {
1159
1159
  const n = oe(e, "modelValue"), r = t;
1160
1160
  return (l, o) => {
1161
- const i = O("v-text-field"), s = O("v-icon"), u = ae("ripple");
1161
+ const i = O("v-text-field"), s = O("v-icon"), a = ae("ripple");
1162
1162
  return S(), F("div", cs, [
1163
1163
  re(k(i, {
1164
1164
  modelValue: n.value,
1165
- "onUpdate:modelValue": o[0] || (o[0] = (a) => n.value = a),
1165
+ "onUpdate:modelValue": o[0] || (o[0] = (u) => n.value = u),
1166
1166
  density: "compact",
1167
1167
  "hide-details": "",
1168
1168
  "single-line": "",
1169
1169
  readonly: l.readonly
1170
1170
  }, null, 8, ["modelValue", "readonly"]), [
1171
1171
  [
1172
- u,
1172
+ a,
1173
1173
  void 0,
1174
1174
  void 0,
1175
1175
  { stop: !0 }
@@ -1179,7 +1179,7 @@ const cs = { class: "d-flex justify-space-between align-center" }, fs = /* @__PU
1179
1179
  key: 0,
1180
1180
  class: "mx-2",
1181
1181
  icon: E(ge),
1182
- onClick: o[1] || (o[1] = K((a) => r("delete"), ["stop"]))
1182
+ onClick: o[1] || (o[1] = K((u) => r("delete"), ["stop"]))
1183
1183
  }, null, 8, ["icon"])) : X("", !0)
1184
1184
  ]);
1185
1185
  };
@@ -1225,7 +1225,7 @@ function ds(e) {
1225
1225
  }
1226
1226
  const ps = { class: "d-flex justify-space-between align-center" }, ms = /* @__PURE__ */ z({
1227
1227
  __name: "numInput",
1228
- props: /* @__PURE__ */ I({
1228
+ props: /* @__PURE__ */ Z({
1229
1229
  hasDelete: { type: Boolean, default: !1 },
1230
1230
  precision: { default: 4 },
1231
1231
  min: { default: () => -1 / 0 },
@@ -1236,15 +1236,15 @@ const ps = { class: "d-flex justify-space-between align-center" }, ms = /* @__PU
1236
1236
  modelValue: {},
1237
1237
  modelModifiers: {}
1238
1238
  }),
1239
- emits: /* @__PURE__ */ I(["delete"], ["update:modelValue"]),
1239
+ emits: /* @__PURE__ */ Z(["delete"], ["update:modelValue"]),
1240
1240
  setup(e, { emit: t }) {
1241
1241
  const n = oe(e, "modelValue"), r = t;
1242
1242
  return (l, o) => {
1243
- const i = O("v-number-input"), s = O("v-icon"), u = ae("ripple");
1243
+ const i = O("v-number-input"), s = O("v-icon"), a = ae("ripple");
1244
1244
  return S(), F("div", ps, [
1245
1245
  re(k(i, {
1246
1246
  modelValue: n.value,
1247
- "onUpdate:modelValue": o[0] || (o[0] = (a) => n.value = a),
1247
+ "onUpdate:modelValue": o[0] || (o[0] = (u) => n.value = u),
1248
1248
  density: "compact",
1249
1249
  "control-variant": "stacked",
1250
1250
  precision: l.precision,
@@ -1256,7 +1256,7 @@ const ps = { class: "d-flex justify-space-between align-center" }, ms = /* @__PU
1256
1256
  readonly: l.readonly
1257
1257
  }, null, 8, ["modelValue", "precision", "min", "max", "step", "readonly"]), [
1258
1258
  [
1259
- u,
1259
+ a,
1260
1260
  void 0,
1261
1261
  void 0,
1262
1262
  { stop: !0 }
@@ -1266,7 +1266,7 @@ const ps = { class: "d-flex justify-space-between align-center" }, ms = /* @__PU
1266
1266
  key: 0,
1267
1267
  class: "mx-2",
1268
1268
  icon: E(ge),
1269
- onClick: o[1] || (o[1] = K((a) => r("delete"), ["stop"]))
1269
+ onClick: o[1] || (o[1] = K((u) => r("delete"), ["stop"]))
1270
1270
  }, null, 8, ["icon"])) : X("", !0)
1271
1271
  ]);
1272
1272
  };
@@ -1302,14 +1302,14 @@ function vs(e) {
1302
1302
  }
1303
1303
  const gs = { class: "d-flex justify-space-between align-center" }, ys = /* @__PURE__ */ z({
1304
1304
  __name: "switch",
1305
- props: /* @__PURE__ */ I({
1305
+ props: /* @__PURE__ */ Z({
1306
1306
  hasDelete: { type: Boolean, default: !1 },
1307
1307
  readonly: { type: Boolean, default: !1 }
1308
1308
  }, {
1309
1309
  modelValue: { type: Boolean },
1310
1310
  modelModifiers: {}
1311
1311
  }),
1312
- emits: /* @__PURE__ */ I(["delete"], ["update:modelValue"]),
1312
+ emits: /* @__PURE__ */ Z(["delete"], ["update:modelValue"]),
1313
1313
  setup(e, { emit: t }) {
1314
1314
  const n = oe(e, "modelValue"), r = t;
1315
1315
  return (l, o) => {
@@ -1317,7 +1317,7 @@ const gs = { class: "d-flex justify-space-between align-center" }, ys = /* @__PU
1317
1317
  return S(), F("div", gs, [
1318
1318
  k(i, {
1319
1319
  modelValue: n.value,
1320
- "onUpdate:modelValue": o[0] || (o[0] = (u) => n.value = u),
1320
+ "onUpdate:modelValue": o[0] || (o[0] = (a) => n.value = a),
1321
1321
  class: "ml-1",
1322
1322
  density: "compact",
1323
1323
  color: "primary",
@@ -1328,7 +1328,7 @@ const gs = { class: "d-flex justify-space-between align-center" }, ys = /* @__PU
1328
1328
  key: 0,
1329
1329
  class: "mx-2",
1330
1330
  icon: E(ge),
1331
- onClick: o[1] || (o[1] = K((u) => r("delete"), ["stop"]))
1331
+ onClick: o[1] || (o[1] = K((a) => r("delete"), ["stop"]))
1332
1332
  }, null, 8, ["icon"])) : X("", !0)
1333
1333
  ]);
1334
1334
  };
@@ -1364,7 +1364,7 @@ function hs(e) {
1364
1364
  }
1365
1365
  const _s = { class: "d-flex justify-space-between align-center" }, bs = /* @__PURE__ */ z({
1366
1366
  __name: "select",
1367
- props: /* @__PURE__ */ I({
1367
+ props: /* @__PURE__ */ Z({
1368
1368
  hasDelete: { type: Boolean, default: !1 },
1369
1369
  readonly: { type: Boolean, default: !1 },
1370
1370
  items: {}
@@ -1372,15 +1372,15 @@ const _s = { class: "d-flex justify-space-between align-center" }, bs = /* @__PU
1372
1372
  modelValue: {},
1373
1373
  modelModifiers: {}
1374
1374
  }),
1375
- emits: /* @__PURE__ */ I(["delete"], ["update:modelValue"]),
1375
+ emits: /* @__PURE__ */ Z(["delete"], ["update:modelValue"]),
1376
1376
  setup(e, { emit: t }) {
1377
1377
  const n = oe(e, "modelValue"), r = t;
1378
1378
  return (l, o) => {
1379
- const i = O("v-select"), s = O("v-icon"), u = ae("ripple");
1379
+ const i = O("v-select"), s = O("v-icon"), a = ae("ripple");
1380
1380
  return S(), F("div", _s, [
1381
1381
  re(k(i, {
1382
1382
  modelValue: n.value,
1383
- "onUpdate:modelValue": o[0] || (o[0] = (a) => n.value = a),
1383
+ "onUpdate:modelValue": o[0] || (o[0] = (u) => n.value = u),
1384
1384
  density: "compact",
1385
1385
  items: l.items,
1386
1386
  "hide-details": "",
@@ -1388,7 +1388,7 @@ const _s = { class: "d-flex justify-space-between align-center" }, bs = /* @__PU
1388
1388
  readonly: l.readonly
1389
1389
  }, null, 8, ["modelValue", "items", "readonly"]), [
1390
1390
  [
1391
- u,
1391
+ a,
1392
1392
  void 0,
1393
1393
  void 0,
1394
1394
  { stop: !0 }
@@ -1398,7 +1398,7 @@ const _s = { class: "d-flex justify-space-between align-center" }, bs = /* @__PU
1398
1398
  key: 0,
1399
1399
  class: "mx-2",
1400
1400
  icon: E(ge),
1401
- onClick: o[1] || (o[1] = K((a) => r("delete"), ["stop"]))
1401
+ onClick: o[1] || (o[1] = K((u) => r("delete"), ["stop"]))
1402
1402
  }, null, 8, ["icon"])) : X("", !0)
1403
1403
  ]);
1404
1404
  };
@@ -1415,12 +1415,12 @@ function $s(e) {
1415
1415
  i,
1416
1416
  s
1417
1417
  ),
1418
- "onUpdate:modelValue": (u) => {
1418
+ "onUpdate:modelValue": (a) => {
1419
1419
  he(
1420
1420
  r,
1421
1421
  l,
1422
1422
  o,
1423
- u,
1423
+ a,
1424
1424
  e,
1425
1425
  i,
1426
1426
  s
@@ -1431,13 +1431,13 @@ function $s(e) {
1431
1431
  i === void 0 || s || (o.splice(i, 1), e(r.slice(0, -1), o));
1432
1432
  },
1433
1433
  items: (() => {
1434
- const u = [];
1435
- return l.items.forEach(({ title: a, value: f }) => {
1436
- u.push({
1437
- title: t(a),
1434
+ const a = [];
1435
+ return l.items.forEach(({ title: u, value: f }) => {
1436
+ a.push({
1437
+ title: t(u),
1438
1438
  value: f
1439
1439
  });
1440
- }), u;
1440
+ }), a;
1441
1441
  })(),
1442
1442
  readonly: l.readonly
1443
1443
  }) };
@@ -1458,17 +1458,17 @@ const Ts = { class: "text-subtitle-2 ml-1" }, Ss = { class: "text-caption text-g
1458
1458
  marginBottom: "1px",
1459
1459
  userSelect: "none"
1460
1460
  }));
1461
- return (u, a) => {
1461
+ return (a, u) => {
1462
1462
  const f = O("v-icon"), d = ae("ripple");
1463
1463
  return re((S(), F("div", {
1464
1464
  class: "d-flex align-center cursor-pointer",
1465
1465
  style: ie(s.value),
1466
- onClick: a[0] || (a[0] = (g) => o("x-click", l.id)),
1467
- onMouseover: a[1] || (a[1] = (g) => i.value = !0),
1468
- onMouseout: a[2] || (a[2] = (g) => i.value = !1)
1466
+ onClick: u[0] || (u[0] = (y) => o("x-click", l.id)),
1467
+ onMouseover: u[1] || (u[1] = (y) => i.value = !0),
1468
+ onMouseout: u[2] || (u[2] = (y) => i.value = !1)
1469
1469
  }, [
1470
1470
  k(f, {
1471
- icon: l.collapse ? E(vn) : E(mn),
1471
+ icon: l.collapse ? E(gn) : E(vn),
1472
1472
  size: "small"
1473
1473
  }, null, 8, ["icon"]),
1474
1474
  q("span", Ts, ne(l.title), 1),
@@ -1492,14 +1492,14 @@ const Ts = { class: "text-subtitle-2 ml-1" }, Ss = { class: "text-caption text-g
1492
1492
  marginBottom: "1px",
1493
1493
  userSelect: "none"
1494
1494
  }));
1495
- return (u, a) => {
1495
+ return (a, u) => {
1496
1496
  const f = ae("ripple");
1497
1497
  return re((S(), F("div", {
1498
1498
  class: "d-flex align-center cursor-pointer",
1499
1499
  style: ie(s.value),
1500
- onClick: a[0] || (a[0] = (d) => o("x-click", l.id)),
1501
- onMouseover: a[1] || (a[1] = (d) => i.value = !0),
1502
- onMouseout: a[2] || (a[2] = (d) => i.value = !1)
1500
+ onClick: u[0] || (u[0] = (d) => o("x-click", l.id)),
1501
+ onMouseover: u[1] || (u[1] = (d) => i.value = !0),
1502
+ onMouseout: u[2] || (u[2] = (d) => i.value = !1)
1503
1503
  }, [
1504
1504
  q("span", As, ne(l.title), 1)
1505
1505
  ], 36)), [
@@ -1510,7 +1510,7 @@ const Ts = { class: "text-subtitle-2 ml-1" }, Ss = { class: "text-caption text-g
1510
1510
  }), Ps = { key: 0 }, Os = {
1511
1511
  key: 1,
1512
1512
  class: "text-body-2 text-grey ml-3"
1513
- }, xs = /* @__PURE__ */ z({
1513
+ }, Vs = /* @__PURE__ */ z({
1514
1514
  __name: "index",
1515
1515
  props: {
1516
1516
  modelValue: { required: !0 },
@@ -1520,34 +1520,34 @@ const Ts = { class: "text-subtitle-2 ml-1" }, Ss = { class: "text-caption text-g
1520
1520
  },
1521
1521
  emits: ["update:modelValue", "update:open"],
1522
1522
  setup(e) {
1523
- const { t } = de(), n = oe(e, "modelValue"), r = oe(e, "open"), l = pn(), o = (s) => {
1524
- const u = sn(l, s);
1525
- u && Fi(l, s, !u.collapse);
1523
+ const { t } = de(), n = oe(e, "modelValue"), r = oe(e, "open"), l = mn(), o = (s) => {
1524
+ const a = an(l, s);
1525
+ a && Fi(l, s, !a.collapse);
1526
1526
  }, i = (s) => {
1527
1527
  n.value = s, r.value = !1, _e.emit("refreshDepends");
1528
1528
  };
1529
- return (s, u) => E(l).length > 0 ? (S(), F("div", Ps, [
1530
- (S(!0), F(Fe, null, Rt(E(l), (a) => (S(), F(Fe, {
1531
- key: a.id
1529
+ return (s, a) => E(l).length > 0 ? (S(), F("div", Ps, [
1530
+ (S(!0), F(He, null, Ft(E(l), (u) => (S(), F(He, {
1531
+ key: u.id
1532
1532
  }, [
1533
- a.type === 0 ? (S(), R(ws, {
1533
+ u.type === 0 ? (S(), R(ws, {
1534
1534
  key: 0,
1535
- id: a.id,
1536
- title: a.name,
1537
- collapse: a.collapse,
1538
- count: a.count ?? 0,
1535
+ id: u.id,
1536
+ title: u.name,
1537
+ collapse: u.collapse,
1538
+ count: u.count ?? 0,
1539
1539
  onXClick: o
1540
1540
  }, null, 8, ["id", "title", "collapse", "count"])) : X("", !0),
1541
- a.type === 1 && a.show ? (S(), R(Cs, {
1541
+ u.type === 1 && u.show ? (S(), R(Cs, {
1542
1542
  key: 1,
1543
- id: a.id,
1544
- title: a.name,
1543
+ id: u.id,
1544
+ title: u.name,
1545
1545
  onXClick: i
1546
1546
  }, null, 8, ["id", "title"])) : X("", !0)
1547
1547
  ], 64))), 128))
1548
1548
  ])) : (S(), F("div", Os, ne(E(t)("x-prop-tree.noComp")), 1));
1549
1549
  }
1550
- }), Vs = { class: "text-subtitle-1 ml-3" }, Ms = /* @__PURE__ */ z({
1550
+ }), xs = { class: "text-subtitle-1 ml-3" }, Ms = /* @__PURE__ */ z({
1551
1551
  __name: "index",
1552
1552
  props: {
1553
1553
  modelValue: { required: !0 },
@@ -1555,41 +1555,43 @@ const Ts = { class: "text-subtitle-2 ml-1" }, Ss = { class: "text-caption text-g
1555
1555
  },
1556
1556
  emits: ["update:modelValue"],
1557
1557
  setup(e) {
1558
- const { t } = de(), n = kn(), { sysBarAvail: r } = jn(), { backgroundColor1: l } = Te(), o = oe(e, "modelValue"), i = pn(), s = G(() => {
1559
- let g = "100%";
1560
- return n.mdAndUp.value && (g = "400px"), {
1558
+ const { t } = de(), n = kn(), { sysBarAvail: r } = jn(), { backgroundColor1: l } = Te(), o = oe(e, "modelValue"), i = mn(), s = G(() => {
1559
+ let y = "100%";
1560
+ return n.mdAndUp.value && (y = "400px"), {
1561
1561
  background: l.value,
1562
- width: g,
1562
+ width: y,
1563
1563
  height: "100%"
1564
1564
  };
1565
- }), u = G(() => {
1566
- let g = 48;
1567
- return r.value && (g += 24), {
1565
+ }), a = G(() => {
1566
+ let y = 48;
1567
+ return r.value && (y += 24), {
1568
1568
  position: "relative",
1569
1569
  width: "100%",
1570
- height: `calc(100% - ${g}px)`
1570
+ height: `calc(100% - ${y}px)`
1571
1571
  };
1572
- }), a = G(() => ({
1572
+ }), u = G(() => ({
1573
1573
  height: "60px"
1574
1574
  })), f = G(() => {
1575
1575
  if (!o.value)
1576
1576
  return t("x-prop-tree.notSet");
1577
- const g = sn(i, o.value);
1578
- return g ? g.name : t("x-runtime-lib.compNotAvail");
1579
- }), { open: d } = Ht(`compSelectDlg@${xn()}`);
1580
- return (g, y) => {
1581
- const _ = O("v-btn"), x = O("v-sheet"), $ = O("v-icon"), D = O("v-dialog");
1577
+ const y = an(i, o.value);
1578
+ return y ? y.name : t("x-runtime-lib.compNotAvail");
1579
+ }), { open: d } = at("propTreeCompSelectDlg");
1580
+ return Ht(() => {
1581
+ d.value = !1;
1582
+ }), (y, v) => {
1583
+ const _ = O("v-btn"), V = O("v-sheet"), $ = O("v-icon"), D = O("v-dialog");
1582
1584
  return S(), R(D, {
1583
1585
  modelValue: E(d),
1584
- "onUpdate:modelValue": y[5] || (y[5] = (w) => tt(d) ? d.value = w : null),
1586
+ "onUpdate:modelValue": v[5] || (v[5] = (w) => Fe(d) ? d.value = w : null),
1585
1587
  transition: "scroll-x-reverse-transition",
1586
1588
  persistent: "",
1587
1589
  "no-click-animation": "",
1588
1590
  fullscreen: "",
1589
- onKeydown: y[6] || (y[6] = Vn(K((w) => d.value = !1, ["stop", "prevent"]), ["esc"]))
1591
+ onKeydown: v[6] || (v[6] = xn(K((w) => d.value = !1, ["stop", "prevent"]), ["esc"]))
1590
1592
  }, {
1591
1593
  activator: J(({ props: w }) => [
1592
- k(_, Ft(w, {
1594
+ k(_, Gt(w, {
1593
1595
  density: "comfortable",
1594
1596
  block: ""
1595
1597
  }), {
@@ -1602,19 +1604,19 @@ const Ts = { class: "text-subtitle-2 ml-1" }, Ss = { class: "text-caption text-g
1602
1604
  default: J(() => [
1603
1605
  q("div", {
1604
1606
  class: "w-100 h-100 d-flex flex-row-reverse",
1605
- onClick: y[3] || (y[3] = K((w) => d.value = !1, ["self"])),
1606
- onContextmenu: y[4] || (y[4] = K((w) => d.value = !1, ["self", "prevent"]))
1607
+ onClick: v[3] || (v[3] = K((w) => d.value = !1, ["self"])),
1608
+ onContextmenu: v[4] || (v[4] = K((w) => d.value = !1, ["self", "prevent"]))
1607
1609
  }, [
1608
1610
  q("div", {
1609
1611
  class: "elevation-2",
1610
1612
  style: ie(s.value)
1611
1613
  }, [
1612
- E(r) ? (S(), R(x, {
1614
+ E(r) ? (S(), R(V, {
1613
1615
  key: 0,
1614
1616
  color: "transparent",
1615
1617
  height: 24
1616
1618
  })) : X("", !0),
1617
- k(x, {
1619
+ k(V, {
1618
1620
  class: "d-flex align-center px-3",
1619
1621
  color: "transparent",
1620
1622
  height: 48
@@ -1622,24 +1624,24 @@ const Ts = { class: "text-subtitle-2 ml-1" }, Ss = { class: "text-caption text-g
1622
1624
  default: J(() => [
1623
1625
  k($, {
1624
1626
  icon: E(ls),
1625
- onClick: y[0] || (y[0] = (w) => d.value = !1)
1627
+ onClick: v[0] || (v[0] = (w) => d.value = !1)
1626
1628
  }, null, 8, ["icon"]),
1627
- q("span", Vs, ne(E(t)("x-prop-tree.dlg.compSelect.title")), 1)
1629
+ q("span", xs, ne(E(t)("x-prop-tree.dlg.compSelect.title")), 1)
1628
1630
  ]),
1629
1631
  _: 1
1630
1632
  }),
1631
1633
  q("div", {
1632
1634
  class: "overflow-y-auto",
1633
- style: ie(u.value)
1635
+ style: ie(a.value)
1634
1636
  }, [
1635
- k(xs, {
1637
+ k(Vs, {
1636
1638
  modelValue: o.value,
1637
- "onUpdate:modelValue": y[1] || (y[1] = (w) => o.value = w),
1639
+ "onUpdate:modelValue": v[1] || (v[1] = (w) => o.value = w),
1638
1640
  open: E(d),
1639
- "onUpdate:open": y[2] || (y[2] = (w) => tt(d) ? d.value = w : null)
1641
+ "onUpdate:open": v[2] || (v[2] = (w) => Fe(d) ? d.value = w : null)
1640
1642
  }, null, 8, ["modelValue", "open"]),
1641
1643
  q("div", {
1642
- style: ie(a.value)
1644
+ style: ie(u.value)
1643
1645
  }, null, 4)
1644
1646
  ], 4)
1645
1647
  ], 4)
@@ -1675,31 +1677,38 @@ function Us(e) {
1675
1677
  }
1676
1678
  const Ls = { class: "d-flex justify-space-between align-center" }, Ds = /* @__PURE__ */ z({
1677
1679
  __name: "colorPicker",
1678
- props: /* @__PURE__ */ I({
1680
+ props: /* @__PURE__ */ Z({
1679
1681
  hasDelete: { type: Boolean, default: !1 },
1680
1682
  readonly: { type: Boolean, default: !1 }
1681
1683
  }, {
1682
1684
  modelValue: {},
1683
1685
  modelModifiers: {}
1684
1686
  }),
1685
- emits: /* @__PURE__ */ I(["delete"], ["update:modelValue"]),
1687
+ emits: /* @__PURE__ */ Z(["delete"], ["update:modelValue"]),
1686
1688
  setup(e, { emit: t }) {
1687
1689
  const n = oe(e, "modelValue"), r = t, l = G(() => {
1688
- let i = "100%";
1689
- return e.hasDelete && (i = "calc(100% - 37px)"), {
1690
- width: i
1690
+ let s = "100%";
1691
+ return e.hasDelete && (s = "calc(100% - 37px)"), {
1692
+ width: s
1691
1693
  };
1692
- }), o = G(() => e.readonly);
1693
- return (i, s) => {
1694
- const u = O("v-btn"), a = O("v-icon"), f = O("v-color-picker"), d = O("v-menu");
1695
- return S(), R(d, { "close-on-content-click": !1 }, {
1696
- activator: J(({ props: g }) => [
1694
+ }), o = G(() => e.readonly), { open: i } = at("propTreeColorPickerMenu");
1695
+ return Ht(() => {
1696
+ i.value = !1;
1697
+ }), (s, a) => {
1698
+ const u = O("v-btn"), f = O("v-icon"), d = O("v-color-picker"), y = O("v-menu");
1699
+ return S(), R(y, {
1700
+ modelValue: E(i),
1701
+ "onUpdate:modelValue": a[2] || (a[2] = (v) => Fe(i) ? i.value = v : null),
1702
+ "close-on-content-click": !1,
1703
+ scrim: "transparent"
1704
+ }, {
1705
+ activator: J(({ props: v }) => [
1697
1706
  q("div", Ls, [
1698
1707
  q("div", {
1699
1708
  class: "flex-grow-1",
1700
1709
  style: ie(l.value)
1701
1710
  }, [
1702
- k(u, Ft(g, {
1711
+ k(u, Gt(v, {
1703
1712
  density: "comfortable",
1704
1713
  color: n.value,
1705
1714
  block: "",
@@ -1711,25 +1720,25 @@ const Ls = { class: "d-flex justify-space-between align-center" }, Ds = /* @__PU
1711
1720
  _: 2
1712
1721
  }, 1040, ["color", "disabled"])
1713
1722
  ], 4),
1714
- i.hasDelete ? (S(), R(a, {
1723
+ s.hasDelete ? (S(), R(f, {
1715
1724
  key: 0,
1716
1725
  class: "mx-2",
1717
1726
  icon: E(ge),
1718
- onClick: s[0] || (s[0] = K((y) => r("delete"), ["stop"]))
1727
+ onClick: a[0] || (a[0] = K((_) => r("delete"), ["stop"]))
1719
1728
  }, null, 8, ["icon"])) : X("", !0)
1720
1729
  ])
1721
1730
  ]),
1722
1731
  default: J(() => [
1723
- k(f, {
1732
+ k(d, {
1724
1733
  modelValue: n.value,
1725
- "onUpdate:modelValue": s[1] || (s[1] = (g) => n.value = g),
1734
+ "onUpdate:modelValue": a[1] || (a[1] = (v) => n.value = v),
1726
1735
  mode: "hexa",
1727
1736
  "show-swatches": "",
1728
1737
  "swatches-max-height": "150px"
1729
1738
  }, null, 8, ["modelValue"])
1730
1739
  ]),
1731
1740
  _: 1
1732
- });
1741
+ }, 8, ["modelValue"]);
1733
1742
  };
1734
1743
  }
1735
1744
  });
@@ -1763,41 +1772,41 @@ function js(e) {
1763
1772
  }
1764
1773
  const Es = { class: "d-flex justify-space-between align-center my-2" }, Ns = { class: "flex-grow-1" }, ks = /* @__PURE__ */ z({
1765
1774
  __name: "multiTypes",
1766
- props: /* @__PURE__ */ I({
1775
+ props: /* @__PURE__ */ Z({
1767
1776
  hasDelete: { type: Boolean, default: !1 },
1768
1777
  types: {}
1769
1778
  }, {
1770
1779
  modelValue: { default: "" },
1771
1780
  modelModifiers: {}
1772
1781
  }),
1773
- emits: /* @__PURE__ */ I(["delete"], ["update:modelValue"]),
1782
+ emits: /* @__PURE__ */ Z(["delete"], ["update:modelValue"]),
1774
1783
  setup(e, { emit: t }) {
1775
1784
  const { t: n } = de(), r = oe(e, "modelValue"), l = t, o = B(0), i = G(() => {
1776
- const a = [];
1785
+ const u = [];
1777
1786
  return e.types.forEach((f, d) => {
1778
- a.push({
1787
+ u.push({
1779
1788
  title: n(f.name),
1780
1789
  value: d
1781
1790
  });
1782
- }), a;
1791
+ }), u;
1783
1792
  });
1784
- e.types.some((a, f) => a.validator(r.value) ? (o.value = f, !0) : !1);
1793
+ e.types.some((u, f) => u.validator(r.value) ? (o.value = f, !0) : !1);
1785
1794
  const s = G(() => e.types[o.value]);
1786
- Ce(s, (a) => {
1787
- r.value = a.default;
1795
+ Ce(s, (u) => {
1796
+ r.value = u.default;
1788
1797
  });
1789
- const u = B(0);
1798
+ const a = B(0);
1790
1799
  return Mn(() => {
1791
- s.value.ui === "pixelInput" ? u.value = En(r.value) : s.value.ui === "percentInput" && (u.value = Nn(r.value));
1792
- }), Ce(u, (a) => {
1793
- s.value.ui === "pixelInput" ? r.value = a + "px" : s.value.ui === "percentInput" && (r.value = a + "%");
1794
- }), (a, f) => {
1795
- const d = O("v-select"), g = O("v-number-input"), y = O("v-icon"), _ = ae("ripple");
1800
+ s.value.ui === "pixelInput" ? a.value = En(r.value) : s.value.ui === "percentInput" && (a.value = Nn(r.value));
1801
+ }), Ce(a, (u) => {
1802
+ s.value.ui === "pixelInput" ? r.value = u + "px" : s.value.ui === "percentInput" && (r.value = u + "%");
1803
+ }), (u, f) => {
1804
+ const d = O("v-select"), y = O("v-number-input"), v = O("v-icon"), _ = ae("ripple");
1796
1805
  return S(), F("div", Es, [
1797
1806
  q("div", Ns, [
1798
1807
  re(k(d, {
1799
1808
  modelValue: o.value,
1800
- "onUpdate:modelValue": f[0] || (f[0] = (x) => o.value = x),
1809
+ "onUpdate:modelValue": f[0] || (f[0] = (V) => o.value = V),
1801
1810
  density: "compact",
1802
1811
  items: i.value,
1803
1812
  "hide-details": "",
@@ -1810,10 +1819,10 @@ const Es = { class: "d-flex justify-space-between align-center my-2" }, Ns = { c
1810
1819
  { stop: !0 }
1811
1820
  ]
1812
1821
  ]),
1813
- s.value.ui === "pixelInput" || s.value.ui === "percentInput" ? re((S(), R(g, {
1822
+ s.value.ui === "pixelInput" || s.value.ui === "percentInput" ? re((S(), R(y, {
1814
1823
  key: 0,
1815
- modelValue: u.value,
1816
- "onUpdate:modelValue": f[1] || (f[1] = (x) => u.value = x),
1824
+ modelValue: a.value,
1825
+ "onUpdate:modelValue": f[1] || (f[1] = (V) => a.value = V),
1817
1826
  density: "compact",
1818
1827
  "control-variant": "stacked",
1819
1828
  precision: s.value.precision,
@@ -1831,11 +1840,11 @@ const Es = { class: "d-flex justify-space-between align-center my-2" }, Ns = { c
1831
1840
  ]
1832
1841
  ]) : X("", !0)
1833
1842
  ]),
1834
- a.hasDelete ? (S(), R(y, {
1843
+ u.hasDelete ? (S(), R(v, {
1835
1844
  key: 0,
1836
1845
  class: "mx-2",
1837
1846
  icon: E(ge),
1838
- onClick: f[2] || (f[2] = K((x) => l("delete"), ["stop"]))
1847
+ onClick: f[2] || (f[2] = K((V) => l("delete"), ["stop"]))
1839
1848
  }, null, 8, ["icon"])) : X("", !0)
1840
1849
  ]);
1841
1850
  };
@@ -1878,39 +1887,39 @@ const Rs = /* @__PURE__ */ z({
1878
1887
  },
1879
1888
  emits: ["change"],
1880
1889
  setup(e, { emit: t }) {
1881
- const { t: n } = de(), { backgroundColor1: r } = Te(), l = e, o = t, i = B("20px"), s = B("56px"), u = B("200px"), a = Un({}), f = B({}), d = (m, c) => {
1882
- Bt(f, l.config, l.object), o("change", m, c);
1890
+ const { t: n } = de(), { backgroundColor1: r } = Te(), l = e, o = t, i = B("20px"), s = B("56px"), a = B("200px"), u = Un({}), f = B({}), d = (m, c) => {
1891
+ Rt(f, l.config, l.object), o("change", m, c);
1883
1892
  };
1884
1893
  Ce(
1885
1894
  [() => l.config, () => l.object],
1886
1895
  () => {
1887
- Bt(f, l.config, l.object, (m, c) => {
1896
+ Rt(f, l.config, l.object, (m, c) => {
1888
1897
  o("change", m, c);
1889
1898
  });
1890
1899
  },
1891
1900
  { immediate: !0 }
1892
1901
  );
1893
- const g = B(l.config);
1894
- Zi(g), Ce(
1902
+ const y = B(l.config);
1903
+ Ii(y), Ce(
1895
1904
  () => l.config,
1896
1905
  () => {
1897
- g.value = l.config;
1906
+ y.value = l.config;
1898
1907
  }
1899
1908
  );
1900
- const y = B(l.object);
1901
- Wi(y), Ce(
1909
+ const v = B(l.object);
1910
+ Wi(v), Ce(
1902
1911
  () => l.object,
1903
1912
  () => {
1904
- y.value = l.object;
1913
+ v.value = l.object;
1905
1914
  }
1906
1915
  ), Qi(f), ts(d);
1907
1916
  const _ = B([]);
1908
1917
  rs(_);
1909
- const x = () => {
1910
- const { compGroups: m, comps: c } = Bn.app.activeApp, v = [];
1918
+ const V = () => {
1919
+ const { compGroups: m, comps: c } = Bn.app.activeApp, g = [];
1911
1920
  m.forEach(({ id: p, name: b, position: C }) => {
1912
1921
  const L = _.value.find((Q) => Q.id === p);
1913
- v.push({
1922
+ g.push({
1914
1923
  id: p,
1915
1924
  type: 0,
1916
1925
  name: b,
@@ -1918,13 +1927,13 @@ const Rs = /* @__PURE__ */ z({
1918
1927
  collapse: (L == null ? void 0 : L.collapse) ?? !0
1919
1928
  });
1920
1929
  }), c.forEach(({ id: p, groupid: b, name: C, position: L }) => {
1921
- v.push({ id: p, type: 1, name: C, position: L, group: b });
1922
- }), Ri(v, !0), _.value = v;
1930
+ g.push({ id: p, type: 1, name: C, position: L, group: b });
1931
+ }), Ri(g, !0), _.value = g;
1923
1932
  };
1924
1933
  let $;
1925
1934
  const D = () => {
1926
1935
  clearTimeout($), $ = window.setTimeout(() => {
1927
- x(), $ && D();
1936
+ V(), $ && D();
1928
1937
  }, 1e3);
1929
1938
  }, w = () => {
1930
1939
  clearTimeout($), $ = void 0;
@@ -1934,14 +1943,14 @@ const Rs = /* @__PURE__ */ z({
1934
1943
  }), Dn(() => {
1935
1944
  w();
1936
1945
  });
1937
- const { renderProp: M } = as(f, s, u), { renderUiDummy: A } = us(d), { renderUiStrInput: U } = ds(d), { renderUiNumInput: W } = vs(d), { renderUiSwitch: Je } = hs(d), { renderUiSelect: gn } = $s(d), { renderUiColorPicker: yn } = js(d), { renderUiMultiTypes: hn } = Bs(d), { renderUiCompSelect: _n } = Us(d), De = (m, c, v, p, b, C) => (m = rn(m), b !== void 0 ? (m.push(b), C && m.push(c.key)) : m.push(c.key), c.ui ? c.array && b === void 0 ? Tn(m, c, v, p, b, C) : Sn(m, c, v, b, C) : c.array ? bn(m, c, v, p, b, C) : $n(
1946
+ const { renderProp: M } = as(f, s, a), { renderUiDummy: A } = us(d), { renderUiStrInput: U } = ds(d), { renderUiNumInput: W } = vs(d), { renderUiSwitch: We } = hs(d), { renderUiSelect: yn } = $s(d), { renderUiColorPicker: hn } = js(d), { renderUiMultiTypes: _n } = Bs(d), { renderUiCompSelect: bn } = Us(d), De = (m, c, g, p, b, C) => (m = on(m), b !== void 0 ? (m.push(b), C && m.push(c.key)) : m.push(c.key), c.ui ? c.array && b === void 0 ? Sn(m, c, g, p, b, C) : wn(m, c, g, b, C) : c.array ? $n(m, c, g, p, b, C) : Tn(
1938
1947
  m,
1939
1948
  c,
1940
- v,
1949
+ g,
1941
1950
  p,
1942
1951
  b,
1943
1952
  C
1944
- )), bn = (m, c, v, p, b, C) => {
1953
+ )), $n = (m, c, g, p, b, C) => {
1945
1954
  if (c.ui)
1946
1955
  return console.assert(!1), h("div", "renderBranchArray prop ui must be invalid");
1947
1956
  if (!c.array)
@@ -1949,7 +1958,7 @@ const Rs = /* @__PURE__ */ z({
1949
1958
  if (!p)
1950
1959
  return console.assert(!1), h("div", "renderBranchArray branch must be valid");
1951
1960
  let L;
1952
- b !== void 0 && !C ? (v[b] instanceof Array || (v[b] = N(c), d(m, v[c.key])), L = v[b]) : (v[c.key] instanceof Array || (v[c.key] = N(c), d(m, v[c.key])), L = v[c.key]);
1961
+ b !== void 0 && !C ? (g[b] instanceof Array || (g[b] = N(c), d(m, g[c.key])), L = g[b]) : (g[c.key] instanceof Array || (g[c.key] = N(c), d(m, g[c.key])), L = g[c.key]);
1953
1962
  let Q = n(c.name);
1954
1963
  p.collapse && be(f.value, m) && (Q += " *");
1955
1964
  const Se = h(Be, {
@@ -1975,7 +1984,7 @@ const Rs = /* @__PURE__ */ z({
1975
1984
  (() => {
1976
1985
  const T = [];
1977
1986
  for (let j = 0; j < L.length; j++) {
1978
- if (!et(p.children)) {
1987
+ if (!tt(p.children)) {
1979
1988
  console.assert(!1);
1980
1989
  break;
1981
1990
  }
@@ -1984,15 +1993,15 @@ const Rs = /* @__PURE__ */ z({
1984
1993
  children: {}
1985
1994
  });
1986
1995
  const je = [...m, j], Ee = p.children[j];
1987
- let pt = n("x-prop-tree.entry", { index: j });
1988
- p.children[j].collapse && be(f.value, je) && (pt += " *");
1989
- const An = h(Be, {
1990
- title: pt,
1996
+ let mt = n("x-prop-tree.entry", { index: j });
1997
+ p.children[j].collapse && be(f.value, je) && (mt += " *");
1998
+ const Cn = h(Be, {
1999
+ title: mt,
1991
2000
  collapse: p.children[j].collapse,
1992
2001
  hasDelete: !0,
1993
2002
  index: j,
1994
2003
  onCollapse: (ee) => {
1995
- if (!et(p.children)) {
2004
+ if (!tt(p.children)) {
1996
2005
  console.assert(!1);
1997
2006
  return;
1998
2007
  }
@@ -2002,15 +2011,15 @@ const Rs = /* @__PURE__ */ z({
2002
2011
  _e.emit("propTreeMenu", { x: ee, y: ue, keys: je });
2003
2012
  },
2004
2013
  onDelete: (ee) => {
2005
- if (!et(p.children)) {
2014
+ if (!tt(p.children)) {
2006
2015
  console.assert(!1);
2007
2016
  return;
2008
2017
  }
2009
2018
  p.children.splice(ee, 1), L.splice(ee, 1), d(m, L);
2010
2019
  }
2011
2020
  });
2012
- T.push(An);
2013
- const Cn = h(
2021
+ T.push(Cn);
2022
+ const Pn = h(
2014
2023
  "div",
2015
2024
  {
2016
2025
  style: {
@@ -2020,7 +2029,7 @@ const Rs = /* @__PURE__ */ z({
2020
2029
  (() => {
2021
2030
  const ee = [];
2022
2031
  return c.children.forEach((ue) => {
2023
- if (!kt(Ee.children)) {
2032
+ if (!Bt(Ee.children)) {
2024
2033
  console.assert(!1);
2025
2034
  return;
2026
2035
  }
@@ -2028,7 +2037,7 @@ const Rs = /* @__PURE__ */ z({
2028
2037
  collapse: !0,
2029
2038
  children: ue.array ? [] : {}
2030
2039
  });
2031
- const Pn = De(
2040
+ const On = De(
2032
2041
  m,
2033
2042
  ue,
2034
2043
  L[j],
@@ -2036,11 +2045,11 @@ const Rs = /* @__PURE__ */ z({
2036
2045
  j,
2037
2046
  !0
2038
2047
  );
2039
- ee.push(Pn);
2048
+ ee.push(On);
2040
2049
  }), ee;
2041
2050
  })()
2042
2051
  );
2043
- p.children[j].collapse || T.push(Cn);
2052
+ p.children[j].collapse || T.push(Pn);
2044
2053
  }
2045
2054
  return T;
2046
2055
  })()
@@ -2057,7 +2066,7 @@ const Rs = /* @__PURE__ */ z({
2057
2066
  return T.push(Se), p.collapse || T.push(H), T;
2058
2067
  })()
2059
2068
  );
2060
- }, $n = (m, c, v, p, b, C) => {
2069
+ }, Tn = (m, c, g, p, b, C) => {
2061
2070
  if (c.ui)
2062
2071
  return console.assert(!1), h("div", "renderBranchScalar prop ui must be invalid");
2063
2072
  if (c.array)
@@ -2077,7 +2086,7 @@ const Rs = /* @__PURE__ */ z({
2077
2086
  _e.emit("propTreeMenu", { x: H, y: T, keys: m });
2078
2087
  },
2079
2088
  onDelete: () => {
2080
- b === void 0 || C || (v.splice(b, 1), d(m.slice(0, -1), v));
2089
+ b === void 0 || C || (g.splice(b, 1), d(m.slice(0, -1), g));
2081
2090
  }
2082
2091
  }), Se = h(
2083
2092
  "div",
@@ -2089,7 +2098,7 @@ const Rs = /* @__PURE__ */ z({
2089
2098
  (() => {
2090
2099
  const H = [];
2091
2100
  return c.children.forEach((T) => {
2092
- if (!kt(p.children)) {
2101
+ if (!Bt(p.children)) {
2093
2102
  console.assert(!1);
2094
2103
  return;
2095
2104
  }
@@ -2100,7 +2109,7 @@ const Rs = /* @__PURE__ */ z({
2100
2109
  const j = De(
2101
2110
  m,
2102
2111
  T,
2103
- (typeof v[c.key] != "object" && (v[c.key] = {}, d(m, v[c.key])), v[c.key]),
2112
+ (typeof g[c.key] != "object" && (g[c.key] = {}, d(m, g[c.key])), g[c.key]),
2104
2113
  p.children[T.key]
2105
2114
  );
2106
2115
  H.push(j);
@@ -2119,7 +2128,7 @@ const Rs = /* @__PURE__ */ z({
2119
2128
  return H.push(Q), p.collapse || H.push(Se), H;
2120
2129
  })()
2121
2130
  );
2122
- }, Tn = (m, c, v, p, b, C) => {
2131
+ }, Sn = (m, c, g, p, b, C) => {
2123
2132
  if (!c.ui)
2124
2133
  return console.assert(!1), h("div", "renderLeafArray prop ui must be valid");
2125
2134
  if (!c.array)
@@ -2127,7 +2136,7 @@ const Rs = /* @__PURE__ */ z({
2127
2136
  if (!p)
2128
2137
  return console.assert(!1), h("div", "renderLeafArray branch must be valid");
2129
2138
  let L;
2130
- b !== void 0 && !C ? (v[b] instanceof Array || (v[b] = N(c), d(m, v[b])), L = v[b]) : (v[c.key] instanceof Array || (v[c.key] = N(c), d(m, v[c.key])), L = v[c.key]);
2139
+ b !== void 0 && !C ? (g[b] instanceof Array || (g[b] = N(c), d(m, g[b])), L = g[b]) : (g[c.key] instanceof Array || (g[c.key] = N(c), d(m, g[c.key])), L = g[c.key]);
2131
2140
  let Q = n(c.name);
2132
2141
  p.collapse && be(f.value, m) && (Q += " *");
2133
2142
  const Se = h(Be, {
@@ -2171,12 +2180,12 @@ const Rs = /* @__PURE__ */ z({
2171
2180
  return T.push(Se), p.collapse || T.push(H), T;
2172
2181
  })()
2173
2182
  );
2174
- }, Sn = (m, c, v, p, b) => {
2183
+ }, wn = (m, c, g, p, b) => {
2175
2184
  if (!c.ui)
2176
2185
  return console.assert(!1), h("div", "renderLeafScalar prop ui must be valid");
2177
2186
  let C;
2178
- return c.ui === "dummy" ? C = A(m, c, v, p, b) : c.ui === "strInput" ? C = U(m, c, v, p, b) : c.ui === "numInput" ? C = W(m, c, v, p, b) : c.ui === "switch" ? C = Je(m, c, v, p, b) : c.ui === "select" ? C = gn(m, c, v, p, b) : c.ui === "colorPicker" ? C = yn(m, c, v, p, b) : c.ui === "multiTypes" ? C = hn(m, c, v, p, b) : c.ui === "compSelect" ? C = _n(m, c, v, p, b) : console.assert(!1, "renderLeafScalar not implemented"), C ? M(m, c, C) : h("div");
2179
- }, wn = () => h(
2187
+ return c.ui === "dummy" ? C = A(m, c, g, p, b) : c.ui === "strInput" ? C = U(m, c, g, p, b) : c.ui === "numInput" ? C = W(m, c, g, p, b) : c.ui === "switch" ? C = We(m, c, g, p, b) : c.ui === "select" ? C = yn(m, c, g, p, b) : c.ui === "colorPicker" ? C = hn(m, c, g, p, b) : c.ui === "multiTypes" ? C = _n(m, c, g, p, b) : c.ui === "compSelect" ? C = bn(m, c, g, p, b) : console.assert(!1, "renderLeafScalar not implemented"), C ? M(m, c, C) : h("div");
2188
+ }, An = () => h(
2180
2189
  "div",
2181
2190
  {
2182
2191
  class: "text-body-2",
@@ -2187,22 +2196,22 @@ const Rs = /* @__PURE__ */ z({
2187
2196
  (() => {
2188
2197
  const m = [];
2189
2198
  if (l.unique && l.config.length > 0 && l.object) {
2190
- a[l.unique] || (a[l.unique] = {});
2191
- const c = a[l.unique];
2192
- l.config.forEach((v) => {
2193
- c[v.key] || (c[v.key] = {
2199
+ u[l.unique] || (u[l.unique] = {});
2200
+ const c = u[l.unique];
2201
+ l.config.forEach((g) => {
2202
+ c[g.key] || (c[g.key] = {
2194
2203
  collapse: !0,
2195
- children: !v.ui && v.array ? [] : {}
2204
+ children: !g.ui && g.array ? [] : {}
2196
2205
  });
2197
- const p = De([], v, l.object, c[v.key]);
2206
+ const p = De([], g, l.object, c[g.key]);
2198
2207
  m.push(p);
2199
2208
  });
2200
2209
  }
2201
2210
  return m;
2202
2211
  })()
2203
2212
  );
2204
- return (m, c) => (S(), F(Fe, null, [
2205
- k(wn),
2213
+ return (m, c) => (S(), F(He, null, [
2214
+ k(An),
2206
2215
  k(os, {
2207
2216
  config: l.config,
2208
2217
  object: l.object,
@@ -2225,11 +2234,11 @@ const Rs = /* @__PURE__ */ z({
2225
2234
  );
2226
2235
  });
2227
2236
  };
2228
- async function Zs(e) {
2237
+ async function Is(e) {
2229
2238
  return (await Hs(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-nonohi4u.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-gdfh4wwz.js") }), `./locales/${e}/index.ts`, 4)).default;
2230
2239
  }
2231
2240
  const Js = { install: Fs };
2232
2241
  export {
2233
2242
  Js as default,
2234
- Zs as loadLocaleMessagePropTree
2243
+ Is as loadLocaleMessagePropTree
2235
2244
  };