x-prop-tree 0.6.3 → 0.6.4

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 +117 -116
  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 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 xn, h, mergeModels as I, useModel as oe, useId as Ht, onUnmounted as Gt, withKeys as Mn, mergeProps as zt, watch as Ce, watchEffect as Un, reactive as Ln, onMounted as Dn, onBeforeUnmount as jn } 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 Ht, 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 Mn, h, mergeModels as I, useModel as oe, useId as Gt, onUnmounted as zt, withKeys as Un, mergeProps as Kt, watchEffect as vt, watch as Ce, reactive as Ln, onMounted as Dn, onBeforeUnmount as jn } from "vue";
2
2
  import { useI18n as de } from "vue-i18n";
3
3
  import { useViewStack as at, useColor as Te, eventBus as _e, useSystem as En } from "x-essential-lib";
4
4
  import { getPropDefault as N, parsePixelStr as Nn, parsePercentStr as kn } from "x-runtime-lib";
5
5
  import { useDisplay as Bn } from "vuetify";
6
6
  import { globalState as Rn } from "x-state-lib";
7
- var Kt = typeof global == "object" && global && global.Object === Object && global, Fn = typeof self == "object" && self && self.Object === Object && self, Y = Kt || Fn || Function("return this")(), se = Y.Symbol, qt = Object.prototype, Hn = qt.hasOwnProperty, Gn = qt.toString, we = se ? se.toStringTag : void 0;
7
+ var qt = typeof global == "object" && global && global.Object === Object && global, Fn = typeof self == "object" && self && self.Object === Object && self, Y = qt || Fn || Function("return this")(), se = Y.Symbol, Xt = Object.prototype, Hn = Xt.hasOwnProperty, Gn = Xt.toString, we = se ? se.toStringTag : void 0;
8
8
  function zn(e) {
9
9
  var t = Hn.call(e, we), n = e[we];
10
10
  try {
@@ -19,9 +19,9 @@ var Kn = Object.prototype, qn = Kn.toString;
19
19
  function Xn(e) {
20
20
  return qn.call(e);
21
21
  }
22
- var In = "[object Null]", Zn = "[object Undefined]", vt = se ? se.toStringTag : void 0;
22
+ var In = "[object Null]", Zn = "[object Undefined]", gt = se ? se.toStringTag : void 0;
23
23
  function Le(e) {
24
- return e == null ? e === void 0 ? Zn : In : vt && vt in Object(e) ? zn(e) : Xn(e);
24
+ return e == null ? e === void 0 ? Zn : In : gt && gt in Object(e) ? zn(e) : Xn(e);
25
25
  }
26
26
  function ce(e) {
27
27
  return e != null && typeof e == "object";
@@ -32,18 +32,18 @@ function qe(e) {
32
32
  return e != null && (t == "object" || t == "function");
33
33
  }
34
34
  var Jn = "[object AsyncFunction]", Wn = "[object Function]", Yn = "[object GeneratorFunction]", Qn = "[object Proxy]";
35
- function Xt(e) {
35
+ function It(e) {
36
36
  if (!qe(e))
37
37
  return !1;
38
38
  var t = Le(e);
39
39
  return t == Wn || t == Yn || t == Jn || t == Qn;
40
40
  }
41
- var Ye = Y["__core-js_shared__"], gt = function() {
41
+ var Ye = Y["__core-js_shared__"], yt = function() {
42
42
  var e = /[^.]+$/.exec(Ye && Ye.keys && Ye.keys.IE_PROTO || "");
43
43
  return e ? "Symbol(src)_1." + e : "";
44
44
  }();
45
45
  function er(e) {
46
- return !!gt && gt in e;
46
+ return !!yt && yt in e;
47
47
  }
48
48
  var tr = Function.prototype, nr = tr.toString;
49
49
  function pe(e) {
@@ -65,7 +65,7 @@ var rr = /[\\^$.*+?()[\]{}|]/g, or = /^\[object .+?Constructor\]$/, lr = Functio
65
65
  function cr(e) {
66
66
  if (!qe(e) || er(e))
67
67
  return !1;
68
- var t = Xt(e) ? ur : or;
68
+ var t = It(e) ? ur : or;
69
69
  return t.test(pe(e));
70
70
  }
71
71
  function fr(e, t) {
@@ -75,19 +75,19 @@ function me(e, t) {
75
75
  var n = fr(e, t);
76
76
  return cr(n) ? n : void 0;
77
77
  }
78
- var nt = me(Y, "WeakMap"), yt = Object.create, dr = /* @__PURE__ */ function() {
78
+ var nt = me(Y, "WeakMap"), ht = Object.create, dr = /* @__PURE__ */ function() {
79
79
  function e() {
80
80
  }
81
81
  return function(t) {
82
82
  if (!qe(t))
83
83
  return {};
84
- if (yt)
85
- return yt(t);
84
+ if (ht)
85
+ return ht(t);
86
86
  e.prototype = t;
87
87
  var n = new e();
88
88
  return e.prototype = void 0, n;
89
89
  };
90
- }(), ht = function() {
90
+ }(), _t = function() {
91
91
  try {
92
92
  var e = me(Object, "defineProperty");
93
93
  return e({}, "", {}), e;
@@ -105,7 +105,7 @@ function gr(e, t) {
105
105
  return t = t ?? mr, !!t && (n == "number" || n != "symbol" && vr.test(e)) && e > -1 && e % 1 == 0 && e < t;
106
106
  }
107
107
  function yr(e, t, n) {
108
- t == "__proto__" && ht ? ht(e, t, {
108
+ t == "__proto__" && _t ? _t(e, t, {
109
109
  configurable: !0,
110
110
  enumerable: !0,
111
111
  value: n,
@@ -121,14 +121,14 @@ function br(e, t, n) {
121
121
  (!(_r.call(e, t) && ut(r, n)) || n === void 0 && !(t in e)) && yr(e, t, n);
122
122
  }
123
123
  var $r = 9007199254740991;
124
- function It(e) {
124
+ function Zt(e) {
125
125
  return typeof e == "number" && e > -1 && e % 1 == 0 && e <= $r;
126
126
  }
127
127
  function Tr(e) {
128
- return e != null && It(e.length) && !Xt(e);
128
+ return e != null && Zt(e.length) && !It(e);
129
129
  }
130
130
  var Sr = Object.prototype;
131
- function Zt(e) {
131
+ function Jt(e) {
132
132
  var t = e && e.constructor, n = typeof t == "function" && t.prototype || Sr;
133
133
  return e === n;
134
134
  }
@@ -138,37 +138,37 @@ function wr(e, t) {
138
138
  return r;
139
139
  }
140
140
  var Ar = "[object Arguments]";
141
- function _t(e) {
141
+ function bt(e) {
142
142
  return ce(e) && Le(e) == Ar;
143
143
  }
144
- var Jt = Object.prototype, Cr = Jt.hasOwnProperty, Pr = Jt.propertyIsEnumerable, Or = _t(/* @__PURE__ */ function() {
144
+ var Wt = Object.prototype, Cr = Wt.hasOwnProperty, Pr = Wt.propertyIsEnumerable, Or = bt(/* @__PURE__ */ function() {
145
145
  return arguments;
146
- }()) ? _t : function(e) {
146
+ }()) ? bt : function(e) {
147
147
  return ce(e) && Cr.call(e, "callee") && !Pr.call(e, "callee");
148
148
  };
149
149
  function Vr() {
150
150
  return !1;
151
151
  }
152
- var Wt = typeof exports == "object" && exports && !exports.nodeType && exports, bt = Wt && typeof module == "object" && module && !module.nodeType && module, xr = bt && bt.exports === Wt, $t = xr ? Y.Buffer : void 0, Mr = $t ? $t.isBuffer : void 0, Ge = Mr || Vr, Ur = "[object Arguments]", Lr = "[object Array]", Dr = "[object Boolean]", jr = "[object Date]", Er = "[object Error]", Nr = "[object Function]", kr = "[object Map]", Br = "[object Number]", Rr = "[object Object]", Fr = "[object RegExp]", Hr = "[object Set]", Gr = "[object String]", zr = "[object WeakMap]", Kr = "[object ArrayBuffer]", qr = "[object DataView]", Xr = "[object Float32Array]", Ir = "[object Float64Array]", Zr = "[object Int8Array]", Jr = "[object Int16Array]", Wr = "[object Int32Array]", Yr = "[object Uint8Array]", Qr = "[object Uint8ClampedArray]", eo = "[object Uint16Array]", to = "[object Uint32Array]", x = {};
152
+ var Yt = typeof exports == "object" && exports && !exports.nodeType && exports, $t = Yt && typeof module == "object" && module && !module.nodeType && module, xr = $t && $t.exports === Yt, Tt = xr ? Y.Buffer : void 0, Mr = Tt ? Tt.isBuffer : void 0, Ge = Mr || Vr, Ur = "[object Arguments]", Lr = "[object Array]", Dr = "[object Boolean]", jr = "[object Date]", Er = "[object Error]", Nr = "[object Function]", kr = "[object Map]", Br = "[object Number]", Rr = "[object Object]", Fr = "[object RegExp]", Hr = "[object Set]", Gr = "[object String]", zr = "[object WeakMap]", Kr = "[object ArrayBuffer]", qr = "[object DataView]", Xr = "[object Float32Array]", Ir = "[object Float64Array]", Zr = "[object Int8Array]", Jr = "[object Int16Array]", Wr = "[object Int32Array]", Yr = "[object Uint8Array]", Qr = "[object Uint8ClampedArray]", eo = "[object Uint16Array]", to = "[object Uint32Array]", x = {};
153
153
  x[Xr] = x[Ir] = x[Zr] = x[Jr] = x[Wr] = x[Yr] = x[Qr] = x[eo] = x[to] = !0;
154
154
  x[Ur] = x[Lr] = x[Kr] = x[Dr] = x[qr] = x[jr] = x[Er] = x[Nr] = x[kr] = x[Br] = x[Rr] = x[Fr] = x[Hr] = x[Gr] = x[zr] = !1;
155
155
  function no(e) {
156
- return ce(e) && It(e.length) && !!x[Le(e)];
156
+ return ce(e) && Zt(e.length) && !!x[Le(e)];
157
157
  }
158
158
  function ct(e) {
159
159
  return function(t) {
160
160
  return e(t);
161
161
  };
162
162
  }
163
- var Yt = typeof exports == "object" && exports && !exports.nodeType && exports, Pe = Yt && typeof module == "object" && module && !module.nodeType && module, ro = Pe && Pe.exports === Yt, Qe = ro && Kt.process, $e = function() {
163
+ var Qt = typeof exports == "object" && exports && !exports.nodeType && exports, Pe = Qt && typeof module == "object" && module && !module.nodeType && module, ro = Pe && Pe.exports === Qt, Qe = ro && qt.process, $e = function() {
164
164
  try {
165
165
  var e = Pe && Pe.require && Pe.require("util").types;
166
166
  return e || Qe && Qe.binding && Qe.binding("util");
167
167
  } catch {
168
168
  }
169
- }(), Tt = $e && $e.isTypedArray, Qt = Tt ? ct(Tt) : no, oo = Object.prototype, lo = oo.hasOwnProperty;
169
+ }(), St = $e && $e.isTypedArray, en = St ? ct(St) : no, oo = Object.prototype, lo = oo.hasOwnProperty;
170
170
  function io(e, t) {
171
- var n = Oe(e), r = !n && Or(e), l = !n && !r && Ge(e), o = !n && !r && !l && Qt(e), i = n || r || l || o, s = i ? wr(e.length, String) : [], a = s.length;
171
+ var n = Oe(e), r = !n && Or(e), l = !n && !r && Ge(e), o = !n && !r && !l && en(e), i = n || r || l || o, s = i ? wr(e.length, String) : [], a = s.length;
172
172
  for (var u in e)
173
173
  lo.call(e, u) && !(i && // Safari 9 has enumerable `arguments.length` in strict mode.
174
174
  (u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -177,14 +177,14 @@ function io(e, t) {
177
177
  gr(u, a))) && s.push(u);
178
178
  return s;
179
179
  }
180
- function en(e, t) {
180
+ function tn(e, t) {
181
181
  return function(n) {
182
182
  return e(t(n));
183
183
  };
184
184
  }
185
- var so = en(Object.keys, Object), ao = Object.prototype, uo = ao.hasOwnProperty;
185
+ var so = tn(Object.keys, Object), ao = Object.prototype, uo = ao.hasOwnProperty;
186
186
  function co(e) {
187
- if (!Zt(e))
187
+ if (!Jt(e))
188
188
  return so(e);
189
189
  var t = [];
190
190
  for (var n in Object(e))
@@ -320,7 +320,7 @@ function No(e, t) {
320
320
  e[l + n] = t[n];
321
321
  return e;
322
322
  }
323
- var ko = en(Object.getPrototypeOf, Object);
323
+ var ko = tn(Object.getPrototypeOf, Object);
324
324
  function Bo() {
325
325
  this.__data__ = new le(), this.size = 0;
326
326
  }
@@ -354,8 +354,8 @@ te.prototype.delete = Ro;
354
354
  te.prototype.get = Fo;
355
355
  te.prototype.has = Ho;
356
356
  te.prototype.set = zo;
357
- var tn = typeof exports == "object" && exports && !exports.nodeType && exports, St = tn && typeof module == "object" && module && !module.nodeType && module, Ko = St && St.exports === tn, wt = Ko ? Y.Buffer : void 0;
358
- wt && wt.allocUnsafe;
357
+ var nn = typeof exports == "object" && exports && !exports.nodeType && exports, wt = nn && typeof module == "object" && module && !module.nodeType && module, Ko = wt && wt.exports === nn, At = Ko ? Y.Buffer : void 0;
358
+ At && At.allocUnsafe;
359
359
  function qo(e, t) {
360
360
  return e.slice();
361
361
  }
@@ -369,8 +369,8 @@ function Xo(e, t) {
369
369
  function Io() {
370
370
  return [];
371
371
  }
372
- var Zo = Object.prototype, Jo = Zo.propertyIsEnumerable, At = Object.getOwnPropertySymbols, Wo = At ? function(e) {
373
- return e == null ? [] : (e = Object(e), Xo(At(e), function(t) {
372
+ var Zo = Object.prototype, Jo = Zo.propertyIsEnumerable, Ct = Object.getOwnPropertySymbols, Wo = Ct ? function(e) {
373
+ return e == null ? [] : (e = Object(e), Xo(Ct(e), function(t) {
374
374
  return Jo.call(e, t);
375
375
  }));
376
376
  } : Io;
@@ -381,21 +381,21 @@ function Yo(e, t, n) {
381
381
  function rt(e) {
382
382
  return Yo(e, fo, Wo);
383
383
  }
384
- var ot = me(Y, "DataView"), lt = me(Y, "Promise"), it = me(Y, "Set"), Ct = "[object Map]", Qo = "[object Object]", Pt = "[object Promise]", Ot = "[object Set]", Vt = "[object WeakMap]", xt = "[object DataView]", el = pe(ot), tl = pe(xe), nl = pe(lt), rl = pe(it), ol = pe(nt), Z = Le;
385
- (ot && Z(new ot(new ArrayBuffer(1))) != xt || xe && Z(new xe()) != Ct || lt && Z(lt.resolve()) != Pt || it && Z(new it()) != Ot || nt && Z(new nt()) != Vt) && (Z = function(e) {
384
+ var ot = me(Y, "DataView"), lt = me(Y, "Promise"), it = me(Y, "Set"), Pt = "[object Map]", Qo = "[object Object]", Ot = "[object Promise]", Vt = "[object Set]", xt = "[object WeakMap]", Mt = "[object DataView]", el = pe(ot), tl = pe(xe), nl = pe(lt), rl = pe(it), ol = pe(nt), Z = Le;
385
+ (ot && Z(new ot(new ArrayBuffer(1))) != Mt || xe && Z(new xe()) != Pt || lt && Z(lt.resolve()) != Ot || it && Z(new it()) != Vt || nt && Z(new nt()) != xt) && (Z = function(e) {
386
386
  var t = Le(e), n = t == Qo ? e.constructor : void 0, r = n ? pe(n) : "";
387
387
  if (r)
388
388
  switch (r) {
389
389
  case el:
390
- return xt;
390
+ return Mt;
391
391
  case tl:
392
- return Ct;
393
- case nl:
394
392
  return Pt;
395
- case rl:
393
+ case nl:
396
394
  return Ot;
397
- case ol:
395
+ case rl:
398
396
  return Vt;
397
+ case ol:
398
+ return xt;
399
399
  }
400
400
  return t;
401
401
  });
@@ -418,9 +418,9 @@ function cl(e) {
418
418
  var t = new e.constructor(e.source, ul.exec(e));
419
419
  return t.lastIndex = e.lastIndex, t;
420
420
  }
421
- var Mt = se ? se.prototype : void 0, Ut = Mt ? Mt.valueOf : void 0;
421
+ var Ut = se ? se.prototype : void 0, Lt = Ut ? Ut.valueOf : void 0;
422
422
  function fl(e) {
423
- return Ut ? Object(Ut.call(e)) : {};
423
+ return Lt ? Object(Lt.call(e)) : {};
424
424
  }
425
425
  function dl(e, t) {
426
426
  var n = ft(e.buffer);
@@ -461,19 +461,19 @@ function Ul(e, t, n) {
461
461
  }
462
462
  }
463
463
  function Ll(e) {
464
- return typeof e.constructor == "function" && !Zt(e) ? dr(ko(e)) : {};
464
+ return typeof e.constructor == "function" && !Jt(e) ? dr(ko(e)) : {};
465
465
  }
466
466
  var Dl = "[object Map]";
467
467
  function jl(e) {
468
468
  return ce(e) && Z(e) == Dl;
469
469
  }
470
- var Lt = $e && $e.isMap, El = Lt ? ct(Lt) : jl, Nl = "[object Set]";
470
+ var Dt = $e && $e.isMap, El = Dt ? ct(Dt) : jl, Nl = "[object Set]";
471
471
  function kl(e) {
472
472
  return ce(e) && Z(e) == Nl;
473
473
  }
474
- var Dt = $e && $e.isSet, Bl = Dt ? ct(Dt) : kl, nn = "[object Arguments]", Rl = "[object Array]", Fl = "[object Boolean]", Hl = "[object Date]", Gl = "[object Error]", rn = "[object Function]", zl = "[object GeneratorFunction]", Kl = "[object Map]", ql = "[object Number]", on = "[object Object]", Xl = "[object RegExp]", Il = "[object Set]", Zl = "[object String]", Jl = "[object Symbol]", Wl = "[object WeakMap]", Yl = "[object ArrayBuffer]", Ql = "[object DataView]", ei = "[object Float32Array]", ti = "[object Float64Array]", ni = "[object Int8Array]", ri = "[object Int16Array]", oi = "[object Int32Array]", li = "[object Uint8Array]", ii = "[object Uint8ClampedArray]", si = "[object Uint16Array]", ai = "[object Uint32Array]", P = {};
475
- P[nn] = P[Rl] = P[Yl] = P[Ql] = P[Fl] = P[Hl] = P[ei] = P[ti] = P[ni] = P[ri] = P[oi] = P[Kl] = P[ql] = P[on] = P[Xl] = P[Il] = P[Zl] = P[Jl] = P[li] = P[ii] = P[si] = P[ai] = !0;
476
- P[Gl] = P[rn] = P[Wl] = !1;
474
+ var jt = $e && $e.isSet, Bl = jt ? ct(jt) : kl, rn = "[object Arguments]", Rl = "[object Array]", Fl = "[object Boolean]", Hl = "[object Date]", Gl = "[object Error]", on = "[object Function]", zl = "[object GeneratorFunction]", Kl = "[object Map]", ql = "[object Number]", ln = "[object Object]", Xl = "[object RegExp]", Il = "[object Set]", Zl = "[object String]", Jl = "[object Symbol]", Wl = "[object WeakMap]", Yl = "[object ArrayBuffer]", Ql = "[object DataView]", ei = "[object Float32Array]", ti = "[object Float64Array]", ni = "[object Int8Array]", ri = "[object Int16Array]", oi = "[object Int32Array]", li = "[object Uint8Array]", ii = "[object Uint8ClampedArray]", si = "[object Uint16Array]", ai = "[object Uint32Array]", P = {};
475
+ P[rn] = P[Rl] = P[Yl] = P[Ql] = P[Fl] = P[Hl] = P[ei] = P[ti] = P[ni] = P[ri] = P[oi] = P[Kl] = P[ql] = P[ln] = P[Xl] = P[Il] = P[Zl] = P[Jl] = P[li] = P[ii] = P[si] = P[ai] = !0;
476
+ P[Gl] = P[on] = P[Wl] = !1;
477
477
  function Re(e, t, n, r, l, o) {
478
478
  var i;
479
479
  if (i !== void 0)
@@ -484,10 +484,10 @@ function Re(e, t, n, r, l, o) {
484
484
  if (s)
485
485
  i = sl(e);
486
486
  else {
487
- var a = Z(e), u = a == rn || a == zl;
487
+ var a = Z(e), u = a == on || a == zl;
488
488
  if (Ge(e))
489
489
  return qo(e);
490
- if (a == on || a == nn || u && !l)
490
+ if (a == ln || a == rn || u && !l)
491
491
  i = u ? {} : Ll(e);
492
492
  else {
493
493
  if (!P[a])
@@ -510,7 +510,7 @@ function Re(e, t, n, r, l, o) {
510
510
  }), i;
511
511
  }
512
512
  var ui = 1, ci = 4;
513
- function ln(e) {
513
+ function sn(e) {
514
514
  return Re(e, ui | ci);
515
515
  }
516
516
  var fi = "__lodash_hash_undefined__";
@@ -537,7 +537,7 @@ function vi(e, t) {
537
537
  return e.has(t);
538
538
  }
539
539
  var gi = 1, yi = 2;
540
- function sn(e, t, n, r, l, o) {
540
+ function an(e, t, n, r, l, o) {
541
541
  var i = n & gi, s = e.length, a = t.length;
542
542
  if (s != a && !(i && a > s))
543
543
  return !1;
@@ -582,7 +582,7 @@ function _i(e) {
582
582
  n[++t] = r;
583
583
  }), n;
584
584
  }
585
- var bi = 1, $i = 2, Ti = "[object Boolean]", Si = "[object Date]", wi = "[object Error]", Ai = "[object Map]", Ci = "[object Number]", Pi = "[object RegExp]", Oi = "[object Set]", Vi = "[object String]", xi = "[object Symbol]", Mi = "[object ArrayBuffer]", Ui = "[object DataView]", jt = se ? se.prototype : void 0, et = jt ? jt.valueOf : void 0;
585
+ var bi = 1, $i = 2, Ti = "[object Boolean]", Si = "[object Date]", wi = "[object Error]", Ai = "[object Map]", Ci = "[object Number]", Pi = "[object RegExp]", Oi = "[object Set]", Vi = "[object String]", xi = "[object Symbol]", Mi = "[object ArrayBuffer]", Ui = "[object DataView]", Et = se ? se.prototype : void 0, et = Et ? Et.valueOf : void 0;
586
586
  function Li(e, t, n, r, l, o, i) {
587
587
  switch (n) {
588
588
  case Ui:
@@ -610,7 +610,7 @@ function Li(e, t, n, r, l, o, i) {
610
610
  if (u)
611
611
  return u == t;
612
612
  r |= $i, i.set(e, t);
613
- var f = sn(s(e), s(t), r, l, o, i);
613
+ var f = an(s(e), s(t), r, l, o, i);
614
614
  return i.delete(e), f;
615
615
  case xi:
616
616
  if (et)
@@ -650,10 +650,10 @@ function Ni(e, t, n, r, l, o) {
650
650
  }
651
651
  return o.delete(e), o.delete(t), V;
652
652
  }
653
- var ki = 1, Et = "[object Arguments]", Nt = "[object Array]", Ne = "[object Object]", Bi = Object.prototype, kt = Bi.hasOwnProperty;
653
+ var ki = 1, Nt = "[object Arguments]", kt = "[object Array]", Ne = "[object Object]", Bi = Object.prototype, Bt = Bi.hasOwnProperty;
654
654
  function Ri(e, t, n, r, l, o) {
655
- var i = Oe(e), s = Oe(t), a = i ? Nt : Z(e), u = s ? Nt : Z(t);
656
- a = a == Et ? Ne : a, u = u == Et ? Ne : u;
655
+ var i = Oe(e), s = Oe(t), a = i ? kt : Z(e), u = s ? kt : Z(t);
656
+ a = a == Nt ? Ne : a, u = u == Nt ? Ne : u;
657
657
  var f = a == Ne, d = u == Ne, y = a == u;
658
658
  if (y && Ge(e)) {
659
659
  if (!Ge(t))
@@ -661,9 +661,9 @@ function Ri(e, t, n, r, l, o) {
661
661
  i = !0, f = !1;
662
662
  }
663
663
  if (y && !f)
664
- return o || (o = new te()), i || Qt(e) ? sn(e, t, n, r, l, o) : Li(e, t, a, n, r, l, o);
664
+ return o || (o = new te()), i || en(e) ? an(e, t, n, r, l, o) : Li(e, t, a, n, r, l, o);
665
665
  if (!(n & ki)) {
666
- var v = f && kt.call(e, "__wrapped__"), _ = d && kt.call(t, "__wrapped__");
666
+ var v = f && Bt.call(e, "__wrapped__"), _ = d && Bt.call(t, "__wrapped__");
667
667
  if (v || _) {
668
668
  var V = v ? e.value() : e, $ = _ ? t.value() : t;
669
669
  return o || (o = new te()), l(V, $, n, r, o);
@@ -671,11 +671,11 @@ function Ri(e, t, n, r, l, o) {
671
671
  }
672
672
  return y ? (o || (o = new te()), Ni(e, t, n, r, l, o)) : !1;
673
673
  }
674
- function an(e, t, n, r, l) {
675
- return e === t ? !0 : e == null || t == null || !ce(e) && !ce(t) ? e !== e && t !== t : Ri(e, t, n, r, an, l);
674
+ function un(e, t, n, r, l) {
675
+ return e === t ? !0 : e == null || t == null || !ce(e) && !ce(t) ? e !== e && t !== t : Ri(e, t, n, r, un, l);
676
676
  }
677
677
  function Ze(e, t) {
678
- return an(e, t);
678
+ return un(e, t);
679
679
  }
680
680
  function Fi(e, t) {
681
681
  const n = [];
@@ -695,7 +695,7 @@ function Fi(e, t) {
695
695
  }), i.count = s.length, i.count > 0 && (o.push(i), o.push(...s));
696
696
  }), o;
697
697
  }
698
- function un(e, t) {
698
+ function cn(e, t) {
699
699
  return e.value.find((n) => n.id === t);
700
700
  }
701
701
  function Hi(e, t, n) {
@@ -736,7 +736,7 @@ const ke = (e, t) => {
736
736
  }
737
737
  n = n[r];
738
738
  }), n;
739
- }, Bt = (e) => !(e instanceof Array), tt = (e) => e instanceof Array, Gi = (e, t) => {
739
+ }, Rt = (e) => !(e instanceof Array), tt = (e) => e instanceof Array, Gi = (e, t) => {
740
740
  const n = (r, l) => {
741
741
  if (r.ui !== l.ui || r.array !== l.array)
742
742
  return !1;
@@ -753,7 +753,7 @@ const ke = (e, t) => {
753
753
  }, dt = (e) => !(e instanceof Array), pt = (e) => e instanceof Array, zi = [
754
754
  ["basic", "id"],
755
755
  ["basic", "name"]
756
- ], Ki = (e) => zi.find((t) => Ze(e, t)), Je = (e, t, n, r, l, o, i) => (e = ln(e), o !== void 0 ? (e.push(o), i && e.push(t.key)) : e.push(t.key), Ki(e) ? (r.change = !1, r.change) : t.ui ? t.array && o === void 0 ? Ii(
756
+ ], Ki = (e) => zi.find((t) => Ze(e, t)), Je = (e, t, n, r, l, o, i) => (e = sn(e), o !== void 0 ? (e.push(o), i && e.push(t.key)) : e.push(t.key), Ki(e) ? (r.change = !1, r.change) : t.ui ? t.array && o === void 0 ? Ii(
757
757
  e,
758
758
  t,
759
759
  n,
@@ -849,7 +849,7 @@ const ke = (e, t) => {
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 = !Ze(o, N(e, !0)), n.change;
852
- }, Rt = (e, t, n, r) => {
852
+ }, Ft = (e, t, n, r) => {
853
853
  if (t.length <= 0 || !n) {
854
854
  e.value = {};
855
855
  return;
@@ -868,36 +868,36 @@ const ke = (e, t) => {
868
868
  return console.assert(!1, `isPropChanged state must be valid keys=${t}`), !1;
869
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
- }, cn = Symbol(), fn = Symbol(), dn = Symbol(), pn = Symbol(), mn = Symbol();
871
+ }, fn = Symbol(), dn = Symbol(), pn = Symbol(), mn = Symbol(), vn = Symbol();
872
872
  function Ji(e) {
873
- Me(cn, e);
873
+ Me(fn, e);
874
874
  }
875
875
  function Wi() {
876
- return Ue(cn);
876
+ return Ue(fn);
877
877
  }
878
878
  function Yi(e) {
879
- Me(fn, e);
879
+ Me(dn, e);
880
880
  }
881
881
  function Qi() {
882
- return Ue(fn);
882
+ return Ue(dn);
883
883
  }
884
884
  function es(e) {
885
- Me(dn, e);
885
+ Me(pn, e);
886
886
  }
887
887
  function ts() {
888
- return Ue(dn);
888
+ return Ue(pn);
889
889
  }
890
890
  function ns(e) {
891
- Me(pn, e);
891
+ Me(mn, e);
892
892
  }
893
893
  function rs() {
894
- return Ue(pn);
894
+ return Ue(mn);
895
895
  }
896
896
  function os(e) {
897
- Me(mn, e);
897
+ Me(vn, e);
898
898
  }
899
- function vn() {
900
- return Ue(mn);
899
+ function gn() {
900
+ return Ue(vn);
901
901
  }
902
902
  const ls = /* @__PURE__ */ z({
903
903
  __name: "menu",
@@ -1000,7 +1000,7 @@ const ls = /* @__PURE__ */ z({
1000
1000
  default: J(() => [
1001
1001
  k(A, null, {
1002
1002
  default: J(() => [
1003
- (S(!0), F(He, null, Ft(v.value, (W, We) => (S(), R(M, {
1003
+ (S(!0), F(He, null, Ht(v.value, (W, We) => (S(), R(M, {
1004
1004
  key: We,
1005
1005
  link: "",
1006
1006
  onClick: W.func
@@ -1024,7 +1024,7 @@ const ls = /* @__PURE__ */ z({
1024
1024
  };
1025
1025
  }
1026
1026
  });
1027
- var gn = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", yn = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", is = "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", ss = "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
1027
+ var yn = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", hn = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", is = "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", ss = "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
1028
1028
  const Be = /* @__PURE__ */ z({
1029
1029
  __name: "title",
1030
1030
  props: {
@@ -1058,7 +1058,7 @@ const Be = /* @__PURE__ */ z({
1058
1058
  }, [
1059
1059
  k(d, {
1060
1060
  class: "mr-1",
1061
- icon: u.collapse ? E(yn) : E(gn)
1061
+ icon: u.collapse ? E(hn) : E(yn)
1062
1062
  }, null, 8, ["icon"]),
1063
1063
  q("span", null, ne(u.title), 1),
1064
1064
  k(y),
@@ -1104,7 +1104,7 @@ const Be = /* @__PURE__ */ z({
1104
1104
  onMouseover: u[0] || (u[0] = (d) => o.value = !0),
1105
1105
  onMouseout: u[1] || (u[1] = (d) => o.value = !1)
1106
1106
  }, [
1107
- xn(a.$slots, "default")
1107
+ Mn(a.$slots, "default")
1108
1108
  ], 36)), [
1109
1109
  [f]
1110
1110
  ]);
@@ -1469,7 +1469,7 @@ const Ss = { class: "text-subtitle-2 ml-1" }, ws = { class: "text-caption text-g
1469
1469
  onMouseout: u[2] || (u[2] = (y) => i.value = !1)
1470
1470
  }, [
1471
1471
  k(f, {
1472
- icon: l.collapse ? E(yn) : E(gn),
1472
+ icon: l.collapse ? E(hn) : E(yn),
1473
1473
  size: "small"
1474
1474
  }, null, 8, ["icon"]),
1475
1475
  q("span", Ss, ne(l.title), 1),
@@ -1521,14 +1521,14 @@ const Ss = { class: "text-subtitle-2 ml-1" }, ws = { class: "text-caption text-g
1521
1521
  },
1522
1522
  emits: ["update:modelValue", "update:open"],
1523
1523
  setup(e) {
1524
- const { t } = de(), n = oe(e, "modelValue"), r = oe(e, "open"), l = vn(), o = (s) => {
1525
- const a = un(l, s);
1524
+ const { t } = de(), n = oe(e, "modelValue"), r = oe(e, "open"), l = gn(), o = (s) => {
1525
+ const a = cn(l, s);
1526
1526
  a && Hi(l, s, !a.collapse);
1527
1527
  }, i = (s) => {
1528
1528
  n.value = s, r.value = !1, _e.emit("refreshDepends");
1529
1529
  };
1530
1530
  return (s, a) => E(l).length > 0 ? (S(), F("div", Os, [
1531
- (S(!0), F(He, null, Ft(E(l), (u) => (S(), F(He, {
1531
+ (S(!0), F(He, null, Ht(E(l), (u) => (S(), F(He, {
1532
1532
  key: u.id
1533
1533
  }, [
1534
1534
  u.type === 0 ? (S(), R(As, {
@@ -1556,7 +1556,7 @@ const Ss = { class: "text-subtitle-2 ml-1" }, ws = { class: "text-caption text-g
1556
1556
  },
1557
1557
  emits: ["update:modelValue"],
1558
1558
  setup(e) {
1559
- const { t } = de(), n = Bn(), { sysBarAvail: r } = En(), { backgroundColor1: l } = Te(), o = oe(e, "modelValue"), i = vn(), s = G(() => {
1559
+ const { t } = de(), n = Bn(), { sysBarAvail: r } = En(), { backgroundColor1: l } = Te(), o = oe(e, "modelValue"), i = gn(), s = G(() => {
1560
1560
  let y = "100%";
1561
1561
  return n.mdAndUp.value && (y = "400px"), {
1562
1562
  background: l.value,
@@ -1567,7 +1567,6 @@ const Ss = { class: "text-subtitle-2 ml-1" }, ws = { class: "text-caption text-g
1567
1567
  let y = 48;
1568
1568
  return r.value && (y += 24), {
1569
1569
  position: "relative",
1570
- width: "100%",
1571
1570
  height: `calc(100% - ${y}px)`
1572
1571
  };
1573
1572
  }), u = G(() => ({
@@ -1575,10 +1574,10 @@ const Ss = { class: "text-subtitle-2 ml-1" }, ws = { class: "text-caption text-g
1575
1574
  })), f = G(() => {
1576
1575
  if (!o.value)
1577
1576
  return t("x-prop-tree.notSet");
1578
- const y = un(i, o.value);
1577
+ const y = cn(i, o.value);
1579
1578
  return y ? y.name : t("x-runtime-lib.compNotAvail");
1580
- }), { open: d } = at(`propTreeCompSelectDlg${Ht()}`);
1581
- return Gt(() => {
1579
+ }), { open: d } = at(`propTreeCompSelectDlg${Gt()}`);
1580
+ return zt(() => {
1582
1581
  d.value = !1;
1583
1582
  }), (y, v) => {
1584
1583
  const _ = O("v-btn"), V = O("v-sheet"), $ = O("v-icon"), D = O("v-dialog");
@@ -1589,10 +1588,10 @@ const Ss = { class: "text-subtitle-2 ml-1" }, ws = { class: "text-caption text-g
1589
1588
  persistent: "",
1590
1589
  "no-click-animation": "",
1591
1590
  fullscreen: "",
1592
- onKeydown: v[6] || (v[6] = Mn(K((w) => d.value = !1, ["stop", "prevent"]), ["esc"]))
1591
+ onKeydown: v[6] || (v[6] = Un(K((w) => d.value = !1, ["stop", "prevent"]), ["esc"]))
1593
1592
  }, {
1594
1593
  activator: J(({ props: w }) => [
1595
- k(_, zt(w, {
1594
+ k(_, Kt(w, {
1596
1595
  density: "comfortable",
1597
1596
  block: ""
1598
1597
  }), {
@@ -1692,8 +1691,8 @@ const Ds = { class: "d-flex justify-space-between align-center" }, js = /* @__PU
1692
1691
  return e.hasDelete && (s = "calc(100% - 37px)"), {
1693
1692
  width: s
1694
1693
  };
1695
- }), o = G(() => e.readonly), { open: i } = at(`propTreeColorPickerMenu${Ht()}`);
1696
- return Gt(() => {
1694
+ }), o = G(() => e.readonly), { open: i } = at(`propTreeColorPickerMenu${Gt()}`);
1695
+ return zt(() => {
1697
1696
  i.value = !1;
1698
1697
  }), (s, a) => {
1699
1698
  const u = O("v-btn"), f = O("v-icon"), d = O("v-color-picker"), y = O("v-menu");
@@ -1709,7 +1708,7 @@ const Ds = { class: "d-flex justify-space-between align-center" }, js = /* @__PU
1709
1708
  class: "flex-grow-1",
1710
1709
  style: ie(l.value)
1711
1710
  }, [
1712
- k(u, zt(v, {
1711
+ k(u, Kt(v, {
1713
1712
  density: "comfortable",
1714
1713
  color: n.value,
1715
1714
  block: "",
@@ -1784,20 +1783,22 @@ const Ns = { class: "d-flex justify-space-between align-center my-2" }, ks = { c
1784
1783
  setup(e, { emit: t }) {
1785
1784
  const { t: n } = de(), r = oe(e, "modelValue"), l = t, o = B(0), i = G(() => {
1786
1785
  const u = [];
1787
- return e.types.forEach((f, d) => {
1786
+ return e.types.forEach(({ name: f }, d) => {
1788
1787
  u.push({
1789
- title: n(f.name),
1788
+ title: n(f),
1790
1789
  value: d
1791
1790
  });
1792
1791
  }), u;
1793
1792
  });
1794
- e.types.some((u, f) => u.validator(r.value) ? (o.value = f, !0) : !1);
1793
+ vt(() => {
1794
+ e.types.some((u, f) => u.validator(r.value) ? (o.value = f, !0) : !1);
1795
+ });
1795
1796
  const s = G(() => e.types[o.value]);
1796
1797
  Ce(s, (u) => {
1797
1798
  r.value = u.default;
1798
1799
  });
1799
1800
  const a = B(0);
1800
- return Un(() => {
1801
+ return vt(() => {
1801
1802
  s.value.ui === "pixelInput" ? a.value = Nn(r.value) : s.value.ui === "percentInput" && (a.value = kn(r.value));
1802
1803
  }), Ce(a, (u) => {
1803
1804
  s.value.ui === "pixelInput" ? r.value = u + "px" : s.value.ui === "percentInput" && (r.value = u + "%");
@@ -1889,12 +1890,12 @@ const Fs = /* @__PURE__ */ z({
1889
1890
  emits: ["change"],
1890
1891
  setup(e, { emit: t }) {
1891
1892
  const { t: n } = de(), { backgroundColor1: r } = Te(), l = e, o = t, i = B("20px"), s = B("56px"), a = B("200px"), u = Ln({}), f = B({}), d = (m, c) => {
1892
- Rt(f, l.config, l.object), o("change", m, c);
1893
+ Ft(f, l.config, l.object), o("change", m, c);
1893
1894
  };
1894
1895
  Ce(
1895
1896
  [() => l.config, () => l.object],
1896
1897
  () => {
1897
- Rt(f, l.config, l.object, (m, c) => {
1898
+ Ft(f, l.config, l.object, (m, c) => {
1898
1899
  o("change", m, c);
1899
1900
  });
1900
1901
  },
@@ -1944,14 +1945,14 @@ const Fs = /* @__PURE__ */ z({
1944
1945
  }), jn(() => {
1945
1946
  w();
1946
1947
  });
1947
- const { renderProp: M } = us(f, s, a), { renderUiDummy: A } = cs(d), { renderUiStrInput: U } = ps(d), { renderUiNumInput: W } = gs(d), { renderUiSwitch: We } = _s(d), { renderUiSelect: hn } = Ts(d), { renderUiColorPicker: _n } = Es(d), { renderUiMultiTypes: bn } = Rs(d), { renderUiCompSelect: $n } = Ls(d), De = (m, c, g, p, b, C) => (m = ln(m), b !== void 0 ? (m.push(b), C && m.push(c.key)) : m.push(c.key), c.ui ? c.array && b === void 0 ? wn(m, c, g, p, b, C) : An(m, c, g, b, C) : c.array ? Tn(m, c, g, p, b, C) : Sn(
1948
+ const { renderProp: M } = us(f, s, a), { renderUiDummy: A } = cs(d), { renderUiStrInput: U } = ps(d), { renderUiNumInput: W } = gs(d), { renderUiSwitch: We } = _s(d), { renderUiSelect: _n } = Ts(d), { renderUiColorPicker: bn } = Es(d), { renderUiMultiTypes: $n } = Rs(d), { renderUiCompSelect: Tn } = Ls(d), De = (m, c, g, p, b, C) => (m = sn(m), b !== void 0 ? (m.push(b), C && m.push(c.key)) : m.push(c.key), c.ui ? c.array && b === void 0 ? An(m, c, g, p, b, C) : Cn(m, c, g, b, C) : c.array ? Sn(m, c, g, p, b, C) : wn(
1948
1949
  m,
1949
1950
  c,
1950
1951
  g,
1951
1952
  p,
1952
1953
  b,
1953
1954
  C
1954
- )), Tn = (m, c, g, p, b, C) => {
1955
+ )), Sn = (m, c, g, p, b, C) => {
1955
1956
  if (c.ui)
1956
1957
  return console.assert(!1), h("div", "renderBranchArray prop ui must be invalid");
1957
1958
  if (!c.array)
@@ -1996,7 +1997,7 @@ const Fs = /* @__PURE__ */ z({
1996
1997
  const je = [...m, j], Ee = p.children[j];
1997
1998
  let mt = n("x-prop-tree.entry", { index: j });
1998
1999
  p.children[j].collapse && be(f.value, je) && (mt += " *");
1999
- const Pn = h(Be, {
2000
+ const On = h(Be, {
2000
2001
  title: mt,
2001
2002
  collapse: p.children[j].collapse,
2002
2003
  hasDelete: !0,
@@ -2019,8 +2020,8 @@ const Fs = /* @__PURE__ */ z({
2019
2020
  p.children.splice(ee, 1), L.splice(ee, 1), d(m, L);
2020
2021
  }
2021
2022
  });
2022
- T.push(Pn);
2023
- const On = h(
2023
+ T.push(On);
2024
+ const Vn = h(
2024
2025
  "div",
2025
2026
  {
2026
2027
  style: {
@@ -2030,7 +2031,7 @@ const Fs = /* @__PURE__ */ z({
2030
2031
  (() => {
2031
2032
  const ee = [];
2032
2033
  return c.children.forEach((ue) => {
2033
- if (!Bt(Ee.children)) {
2034
+ if (!Rt(Ee.children)) {
2034
2035
  console.assert(!1);
2035
2036
  return;
2036
2037
  }
@@ -2038,7 +2039,7 @@ const Fs = /* @__PURE__ */ z({
2038
2039
  collapse: !0,
2039
2040
  children: ue.array ? [] : {}
2040
2041
  });
2041
- const Vn = De(
2042
+ const xn = De(
2042
2043
  m,
2043
2044
  ue,
2044
2045
  L[j],
@@ -2046,11 +2047,11 @@ const Fs = /* @__PURE__ */ z({
2046
2047
  j,
2047
2048
  !0
2048
2049
  );
2049
- ee.push(Vn);
2050
+ ee.push(xn);
2050
2051
  }), ee;
2051
2052
  })()
2052
2053
  );
2053
- p.children[j].collapse || T.push(On);
2054
+ p.children[j].collapse || T.push(Vn);
2054
2055
  }
2055
2056
  return T;
2056
2057
  })()
@@ -2067,7 +2068,7 @@ const Fs = /* @__PURE__ */ z({
2067
2068
  return T.push(Se), p.collapse || T.push(H), T;
2068
2069
  })()
2069
2070
  );
2070
- }, Sn = (m, c, g, p, b, C) => {
2071
+ }, wn = (m, c, g, p, b, C) => {
2071
2072
  if (c.ui)
2072
2073
  return console.assert(!1), h("div", "renderBranchScalar prop ui must be invalid");
2073
2074
  if (c.array)
@@ -2099,7 +2100,7 @@ const Fs = /* @__PURE__ */ z({
2099
2100
  (() => {
2100
2101
  const H = [];
2101
2102
  return c.children.forEach((T) => {
2102
- if (!Bt(p.children)) {
2103
+ if (!Rt(p.children)) {
2103
2104
  console.assert(!1);
2104
2105
  return;
2105
2106
  }
@@ -2129,7 +2130,7 @@ const Fs = /* @__PURE__ */ z({
2129
2130
  return H.push(Q), p.collapse || H.push(Se), H;
2130
2131
  })()
2131
2132
  );
2132
- }, wn = (m, c, g, p, b, C) => {
2133
+ }, An = (m, c, g, p, b, C) => {
2133
2134
  if (!c.ui)
2134
2135
  return console.assert(!1), h("div", "renderLeafArray prop ui must be valid");
2135
2136
  if (!c.array)
@@ -2181,12 +2182,12 @@ const Fs = /* @__PURE__ */ z({
2181
2182
  return T.push(Se), p.collapse || T.push(H), T;
2182
2183
  })()
2183
2184
  );
2184
- }, An = (m, c, g, p, b) => {
2185
+ }, Cn = (m, c, g, p, b) => {
2185
2186
  if (!c.ui)
2186
2187
  return console.assert(!1), h("div", "renderLeafScalar prop ui must be valid");
2187
2188
  let C;
2188
- 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 = hn(m, c, g, p, b) : c.ui === "colorPicker" ? C = _n(m, c, g, p, b) : c.ui === "multiTypes" ? C = bn(m, c, g, p, b) : c.ui === "compSelect" ? C = $n(m, c, g, p, b) : console.assert(!1, "renderLeafScalar not implemented"), C ? M(m, c, C) : h("div");
2189
- }, Cn = () => h(
2189
+ 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 = _n(m, c, g, p, b) : c.ui === "colorPicker" ? C = bn(m, c, g, p, b) : c.ui === "multiTypes" ? C = $n(m, c, g, p, b) : c.ui === "compSelect" ? C = Tn(m, c, g, p, b) : console.assert(!1, "renderLeafScalar not implemented"), C ? M(m, c, C) : h("div");
2190
+ }, Pn = () => h(
2190
2191
  "div",
2191
2192
  {
2192
2193
  class: "text-body-2",
@@ -2212,7 +2213,7 @@ const Fs = /* @__PURE__ */ z({
2212
2213
  })()
2213
2214
  );
2214
2215
  return (m, c) => (S(), F(He, null, [
2215
- k(Cn),
2216
+ k(Pn),
2216
2217
  k(ls, {
2217
2218
  config: l.config,
2218
2219
  object: l.object,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "x-prop-tree",
3
3
  "private": false,
4
- "version": "0.6.3",
4
+ "version": "0.6.4",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "vuetify": "^3.8.1",
29
29
  "x-essential-lib": "^0.8.6",
30
30
  "x-group-list": "^0.4.1",
31
- "x-runtime-lib": "^0.6.12",
31
+ "x-runtime-lib": "^0.6.13",
32
32
  "x-state-lib": "^0.2.1"
33
33
  },
34
34
  "devDependencies": {