x-prop-tree 0.5.9 → 0.5.10

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.
package/dist/index.js CHANGED
@@ -1,50 +1,50 @@
1
- import { defineComponent as H, ref as R, computed as X, resolveComponent as P, openBlock as O, createBlock as L, unref as N, isRef as xt, withCtx as K, createVNode as M, createElementBlock as Z, Fragment as Nt, renderList as Tn, createTextVNode as Je, toDisplayString as Ne, resolveDirective as ue, withDirectives as ee, normalizeStyle as Qe, withModifiers as j, createElementVNode as De, createCommentVNode as Y, renderSlot as $n, h as g, mergeModels as F, useModel as ce, mergeProps as Ft, watch as Ke, watchEffect as bn, reactive as An } from "vue";
2
- import { useI18n as $e } from "vue-i18n";
3
- import { useViewStack as Bt, useColor as ke, eventBus as Rt } from "x-essential-lib";
1
+ import { defineComponent as j, ref as L, computed as Y, resolveComponent as P, openBlock as O, createBlock as x, unref as F, isRef as xt, withCtx as I, createVNode as M, createElementBlock as W, Fragment as Nt, renderList as Tn, createTextVNode as Ze, toDisplayString as Me, resolveDirective as fe, withDirectives as ne, normalizeStyle as We, withModifiers as G, createElementVNode as Ue, createCommentVNode as Z, renderSlot as $n, h as y, mergeModels as B, useModel as de, mergeProps as Ft, watch as ze, watchEffect as bn, reactive as An } from "vue";
2
+ import { useI18n as Ae } from "vue-i18n";
3
+ import { useViewStack as Bt, useColor as Je, eventBus as Rt } from "x-essential-lib";
4
4
  import { getPropDefault as E, parsePixelStr as wn, parsePercentStr as Sn } from "x-runtime-lib";
5
- var Ht = typeof global == "object" && global && global.Object === Object && global, Pn = typeof self == "object" && self && self.Object === Object && self, G = Ht || Pn || Function("return this")(), J = G.Symbol, jt = Object.prototype, On = jt.hasOwnProperty, Cn = jt.toString, ve = J ? J.toStringTag : void 0;
5
+ var Ht = typeof global == "object" && global && global.Object === Object && global, Pn = typeof self == "object" && self && self.Object === Object && self, z = Ht || Pn || Function("return this")(), k = z.Symbol, jt = Object.prototype, On = jt.hasOwnProperty, Cn = jt.toString, ye = k ? k.toStringTag : void 0;
6
6
  function Un(e) {
7
- var t = On.call(e, ve), n = e[ve];
7
+ var t = On.call(e, ye), n = e[ye];
8
8
  try {
9
- e[ve] = void 0;
9
+ e[ye] = void 0;
10
10
  var r = !0;
11
11
  } catch {
12
12
  }
13
13
  var l = Cn.call(e);
14
- return r && (t ? e[ve] = n : delete e[ve]), l;
14
+ return r && (t ? e[ye] = n : delete e[ye]), l;
15
15
  }
16
16
  var Vn = Object.prototype, Dn = Vn.toString;
17
17
  function En(e) {
18
18
  return Dn.call(e);
19
19
  }
20
- var Mn = "[object Null]", Ln = "[object Undefined]", ot = J ? J.toStringTag : void 0;
21
- function be(e) {
20
+ var Mn = "[object Null]", Ln = "[object Undefined]", ot = k ? k.toStringTag : void 0;
21
+ function we(e) {
22
22
  return e == null ? e === void 0 ? Ln : Mn : ot && ot in Object(e) ? Un(e) : En(e);
23
23
  }
24
- function te(e) {
24
+ function re(e) {
25
25
  return e != null && typeof e == "object";
26
26
  }
27
- var _e = Array.isArray;
28
- function Ae(e) {
27
+ var Te = Array.isArray;
28
+ function Se(e) {
29
29
  var t = typeof e;
30
30
  return e != null && (t == "object" || t == "function");
31
31
  }
32
32
  var xn = "[object AsyncFunction]", Nn = "[object Function]", Fn = "[object GeneratorFunction]", Bn = "[object Proxy]";
33
33
  function Gt(e) {
34
- if (!Ae(e))
34
+ if (!Se(e))
35
35
  return !1;
36
- var t = be(e);
36
+ var t = we(e);
37
37
  return t == Nn || t == Fn || t == xn || t == Bn;
38
38
  }
39
- var Ge = G["__core-js_shared__"], ut = function() {
40
- var e = /[^.]+$/.exec(Ge && Ge.keys && Ge.keys.IE_PROTO || "");
39
+ var Re = z["__core-js_shared__"], ut = function() {
40
+ var e = /[^.]+$/.exec(Re && Re.keys && Re.keys.IE_PROTO || "");
41
41
  return e ? "Symbol(src)_1." + e : "";
42
42
  }();
43
43
  function Rn(e) {
44
44
  return !!ut && ut in e;
45
45
  }
46
46
  var Hn = Function.prototype, jn = Hn.toString;
47
- function re(e) {
47
+ function le(e) {
48
48
  if (e != null) {
49
49
  try {
50
50
  return jn.call(e);
@@ -61,23 +61,23 @@ var Gn = /[\\^$.*+?()[\]{}|]/g, zn = /^\[object .+?Constructor\]$/, qn = Functio
61
61
  "^" + In.call(Xn).replace(Gn, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
62
62
  );
63
63
  function Zn(e) {
64
- if (!Ae(e) || Rn(e))
64
+ if (!Se(e) || Rn(e))
65
65
  return !1;
66
66
  var t = Gt(e) ? Yn : zn;
67
- return t.test(re(e));
67
+ return t.test(le(e));
68
68
  }
69
69
  function Wn(e, t) {
70
70
  return e == null ? void 0 : e[t];
71
71
  }
72
- function ie(e, t) {
72
+ function ae(e, t) {
73
73
  var n = Wn(e, t);
74
74
  return Zn(n) ? n : void 0;
75
75
  }
76
- var Ie = ie(G, "WeakMap"), ct = Object.create, Jn = /* @__PURE__ */ function() {
76
+ var qe = ae(z, "WeakMap"), ct = Object.create, Jn = /* @__PURE__ */ function() {
77
77
  function e() {
78
78
  }
79
79
  return function(t) {
80
- if (!Ae(t))
80
+ if (!Se(t))
81
81
  return {};
82
82
  if (ct)
83
83
  return ct(t);
@@ -94,7 +94,7 @@ function Qn(e, t) {
94
94
  }
95
95
  var ft = function() {
96
96
  try {
97
- var e = ie(Object, "defineProperty");
97
+ var e = ae(Object, "defineProperty");
98
98
  return e({}, "", {}), e;
99
99
  } catch {
100
100
  }
@@ -117,15 +117,15 @@ function zt(e, t, n) {
117
117
  writable: !0
118
118
  }) : e[t] = n;
119
119
  }
120
- function et(e, t) {
120
+ function Qe(e, t) {
121
121
  return e === t || e !== e && t !== t;
122
122
  }
123
123
  var rr = Object.prototype, ir = rr.hasOwnProperty;
124
124
  function qt(e, t, n) {
125
125
  var r = e[t];
126
- (!(ir.call(e, t) && et(r, n)) || n === void 0 && !(t in e)) && zt(e, t, n);
126
+ (!(ir.call(e, t) && Qe(r, n)) || n === void 0 && !(t in e)) && zt(e, t, n);
127
127
  }
128
- function Fe(e, t, n, r) {
128
+ function Le(e, t, n, r) {
129
129
  var l = !n;
130
130
  n || (n = {});
131
131
  for (var i = -1, a = t.length; ++i < a; ) {
@@ -142,7 +142,7 @@ function It(e) {
142
142
  return e != null && Kt(e.length) && !Gt(e);
143
143
  }
144
144
  var ar = Object.prototype;
145
- function tt(e) {
145
+ function ke(e) {
146
146
  var t = e && e.constructor, n = typeof t == "function" && t.prototype || ar;
147
147
  return e === n;
148
148
  }
@@ -153,36 +153,36 @@ function sr(e, t) {
153
153
  }
154
154
  var or = "[object Arguments]";
155
155
  function dt(e) {
156
- return te(e) && be(e) == or;
156
+ return re(e) && we(e) == or;
157
157
  }
158
158
  var Xt = Object.prototype, ur = Xt.hasOwnProperty, cr = Xt.propertyIsEnumerable, fr = dt(/* @__PURE__ */ function() {
159
159
  return arguments;
160
160
  }()) ? dt : function(e) {
161
- return te(e) && ur.call(e, "callee") && !cr.call(e, "callee");
161
+ return re(e) && ur.call(e, "callee") && !cr.call(e, "callee");
162
162
  };
163
163
  function dr() {
164
164
  return !1;
165
165
  }
166
- var Yt = typeof exports == "object" && exports && !exports.nodeType && exports, pt = Yt && typeof module == "object" && module && !module.nodeType && module, pr = pt && pt.exports === Yt, mt = pr ? G.Buffer : void 0, mr = mt ? mt.isBuffer : void 0, Ee = mr || dr, vr = "[object Arguments]", gr = "[object Array]", yr = "[object Boolean]", _r = "[object Date]", hr = "[object Error]", Tr = "[object Function]", $r = "[object Map]", br = "[object Number]", Ar = "[object Object]", wr = "[object RegExp]", Sr = "[object Set]", Pr = "[object String]", Or = "[object WeakMap]", Cr = "[object ArrayBuffer]", Ur = "[object DataView]", Vr = "[object Float32Array]", Dr = "[object Float64Array]", Er = "[object Int8Array]", Mr = "[object Int16Array]", Lr = "[object Int32Array]", xr = "[object Uint8Array]", Nr = "[object Uint8ClampedArray]", Fr = "[object Uint16Array]", Br = "[object Uint32Array]", w = {};
167
- w[Vr] = w[Dr] = w[Er] = w[Mr] = w[Lr] = w[xr] = w[Nr] = w[Fr] = w[Br] = !0;
168
- w[vr] = w[gr] = w[Cr] = w[yr] = w[Ur] = w[_r] = w[hr] = w[Tr] = w[$r] = w[br] = w[Ar] = w[wr] = w[Sr] = w[Pr] = w[Or] = !1;
166
+ var Yt = typeof exports == "object" && exports && !exports.nodeType && exports, pt = Yt && typeof module == "object" && module && !module.nodeType && module, pr = pt && pt.exports === Yt, vt = pr ? z.Buffer : void 0, vr = vt ? vt.isBuffer : void 0, Ve = vr || dr, mr = "[object Arguments]", gr = "[object Array]", yr = "[object Boolean]", _r = "[object Date]", hr = "[object Error]", Tr = "[object Function]", $r = "[object Map]", br = "[object Number]", Ar = "[object Object]", wr = "[object RegExp]", Sr = "[object Set]", Pr = "[object String]", Or = "[object WeakMap]", Cr = "[object ArrayBuffer]", Ur = "[object DataView]", Vr = "[object Float32Array]", Dr = "[object Float64Array]", Er = "[object Int8Array]", Mr = "[object Int16Array]", Lr = "[object Int32Array]", xr = "[object Uint8Array]", Nr = "[object Uint8ClampedArray]", Fr = "[object Uint16Array]", Br = "[object Uint32Array]", A = {};
167
+ A[Vr] = A[Dr] = A[Er] = A[Mr] = A[Lr] = A[xr] = A[Nr] = A[Fr] = A[Br] = !0;
168
+ A[mr] = A[gr] = A[Cr] = A[yr] = A[Ur] = A[_r] = A[hr] = A[Tr] = A[$r] = A[br] = A[Ar] = A[wr] = A[Sr] = A[Pr] = A[Or] = !1;
169
169
  function Rr(e) {
170
- return te(e) && Kt(e.length) && !!w[be(e)];
170
+ return re(e) && Kt(e.length) && !!A[we(e)];
171
171
  }
172
- function nt(e) {
172
+ function et(e) {
173
173
  return function(t) {
174
174
  return e(t);
175
175
  };
176
176
  }
177
- var Zt = typeof exports == "object" && exports && !exports.nodeType && exports, ye = Zt && typeof module == "object" && module && !module.nodeType && module, Hr = ye && ye.exports === Zt, ze = Hr && Ht.process, oe = function() {
177
+ var Zt = typeof exports == "object" && exports && !exports.nodeType && exports, he = Zt && typeof module == "object" && module && !module.nodeType && module, Hr = he && he.exports === Zt, He = Hr && Ht.process, ce = function() {
178
178
  try {
179
- var e = ye && ye.require && ye.require("util").types;
180
- return e || ze && ze.binding && ze.binding("util");
179
+ var e = he && he.require && he.require("util").types;
180
+ return e || He && He.binding && He.binding("util");
181
181
  } catch {
182
182
  }
183
- }(), vt = oe && oe.isTypedArray, Wt = vt ? nt(vt) : Rr, jr = Object.prototype, Gr = jr.hasOwnProperty;
183
+ }(), mt = ce && ce.isTypedArray, Wt = mt ? et(mt) : Rr, jr = Object.prototype, Gr = jr.hasOwnProperty;
184
184
  function Jt(e, t) {
185
- var n = _e(e), r = !n && fr(e), l = !n && !r && Ee(e), i = !n && !r && !l && Wt(e), a = n || r || l || i, s = a ? sr(e.length, String) : [], o = s.length;
185
+ var n = Te(e), r = !n && fr(e), l = !n && !r && Ve(e), i = !n && !r && !l && Wt(e), a = n || r || l || i, s = a ? sr(e.length, String) : [], o = s.length;
186
186
  for (var u in e)
187
187
  (t || Gr.call(e, u)) && !(a && // Safari 9 has enumerable `arguments.length` in strict mode.
188
188
  (u == "length" || // Node.js 0.10 has enumerable non-index properties on buffers.
@@ -198,14 +198,14 @@ function Qt(e, t) {
198
198
  }
199
199
  var zr = Qt(Object.keys, Object), qr = Object.prototype, Kr = qr.hasOwnProperty;
200
200
  function Ir(e) {
201
- if (!tt(e))
201
+ if (!ke(e))
202
202
  return zr(e);
203
203
  var t = [];
204
204
  for (var n in Object(e))
205
205
  Kr.call(e, n) && n != "constructor" && t.push(n);
206
206
  return t;
207
207
  }
208
- function rt(e) {
208
+ function tt(e) {
209
209
  return It(e) ? Jt(e) : Ir(e);
210
210
  }
211
211
  function Xr(e) {
@@ -217,19 +217,19 @@ function Xr(e) {
217
217
  }
218
218
  var Yr = Object.prototype, Zr = Yr.hasOwnProperty;
219
219
  function Wr(e) {
220
- if (!Ae(e))
220
+ if (!Se(e))
221
221
  return Xr(e);
222
- var t = tt(e), n = [];
222
+ var t = ke(e), n = [];
223
223
  for (var r in e)
224
224
  r == "constructor" && (t || !Zr.call(e, r)) || n.push(r);
225
225
  return n;
226
226
  }
227
- function it(e) {
227
+ function nt(e) {
228
228
  return It(e) ? Jt(e, !0) : Wr(e);
229
229
  }
230
- var he = ie(Object, "create");
230
+ var $e = ae(Object, "create");
231
231
  function Jr() {
232
- this.__data__ = he ? he(null) : {}, this.size = 0;
232
+ this.__data__ = $e ? $e(null) : {}, this.size = 0;
233
233
  }
234
234
  function Qr(e) {
235
235
  var t = this.has(e) && delete this.__data__[e];
@@ -238,7 +238,7 @@ function Qr(e) {
238
238
  var kr = "__lodash_hash_undefined__", ei = Object.prototype, ti = ei.hasOwnProperty;
239
239
  function ni(e) {
240
240
  var t = this.__data__;
241
- if (he) {
241
+ if ($e) {
242
242
  var n = t[e];
243
243
  return n === kr ? void 0 : n;
244
244
  }
@@ -247,107 +247,107 @@ function ni(e) {
247
247
  var ri = Object.prototype, ii = ri.hasOwnProperty;
248
248
  function li(e) {
249
249
  var t = this.__data__;
250
- return he ? t[e] !== void 0 : ii.call(t, e);
250
+ return $e ? t[e] !== void 0 : ii.call(t, e);
251
251
  }
252
252
  var ai = "__lodash_hash_undefined__";
253
253
  function si(e, t) {
254
254
  var n = this.__data__;
255
- return this.size += this.has(e) ? 0 : 1, n[e] = he && t === void 0 ? ai : t, this;
255
+ return this.size += this.has(e) ? 0 : 1, n[e] = $e && t === void 0 ? ai : t, this;
256
256
  }
257
- function ne(e) {
257
+ function ie(e) {
258
258
  var t = -1, n = e == null ? 0 : e.length;
259
259
  for (this.clear(); ++t < n; ) {
260
260
  var r = e[t];
261
261
  this.set(r[0], r[1]);
262
262
  }
263
263
  }
264
- ne.prototype.clear = Jr;
265
- ne.prototype.delete = Qr;
266
- ne.prototype.get = ni;
267
- ne.prototype.has = li;
268
- ne.prototype.set = si;
264
+ ie.prototype.clear = Jr;
265
+ ie.prototype.delete = Qr;
266
+ ie.prototype.get = ni;
267
+ ie.prototype.has = li;
268
+ ie.prototype.set = si;
269
269
  function oi() {
270
270
  this.__data__ = [], this.size = 0;
271
271
  }
272
- function Be(e, t) {
272
+ function xe(e, t) {
273
273
  for (var n = e.length; n--; )
274
- if (et(e[n][0], t))
274
+ if (Qe(e[n][0], t))
275
275
  return n;
276
276
  return -1;
277
277
  }
278
278
  var ui = Array.prototype, ci = ui.splice;
279
279
  function fi(e) {
280
- var t = this.__data__, n = Be(t, e);
280
+ var t = this.__data__, n = xe(t, e);
281
281
  if (n < 0)
282
282
  return !1;
283
283
  var r = t.length - 1;
284
284
  return n == r ? t.pop() : ci.call(t, n, 1), --this.size, !0;
285
285
  }
286
286
  function di(e) {
287
- var t = this.__data__, n = Be(t, e);
287
+ var t = this.__data__, n = xe(t, e);
288
288
  return n < 0 ? void 0 : t[n][1];
289
289
  }
290
290
  function pi(e) {
291
- return Be(this.__data__, e) > -1;
291
+ return xe(this.__data__, e) > -1;
292
292
  }
293
- function mi(e, t) {
294
- var n = this.__data__, r = Be(n, e);
293
+ function vi(e, t) {
294
+ var n = this.__data__, r = xe(n, e);
295
295
  return r < 0 ? (++this.size, n.push([e, t])) : n[r][1] = t, this;
296
296
  }
297
- function W(e) {
297
+ function J(e) {
298
298
  var t = -1, n = e == null ? 0 : e.length;
299
299
  for (this.clear(); ++t < n; ) {
300
300
  var r = e[t];
301
301
  this.set(r[0], r[1]);
302
302
  }
303
303
  }
304
- W.prototype.clear = oi;
305
- W.prototype.delete = fi;
306
- W.prototype.get = di;
307
- W.prototype.has = pi;
308
- W.prototype.set = mi;
309
- var Te = ie(G, "Map");
310
- function vi() {
304
+ J.prototype.clear = oi;
305
+ J.prototype.delete = fi;
306
+ J.prototype.get = di;
307
+ J.prototype.has = pi;
308
+ J.prototype.set = vi;
309
+ var be = ae(z, "Map");
310
+ function mi() {
311
311
  this.size = 0, this.__data__ = {
312
- hash: new ne(),
313
- map: new (Te || W)(),
314
- string: new ne()
312
+ hash: new ie(),
313
+ map: new (be || J)(),
314
+ string: new ie()
315
315
  };
316
316
  }
317
317
  function gi(e) {
318
318
  var t = typeof e;
319
319
  return t == "string" || t == "number" || t == "symbol" || t == "boolean" ? e !== "__proto__" : e === null;
320
320
  }
321
- function Re(e, t) {
321
+ function Ne(e, t) {
322
322
  var n = e.__data__;
323
323
  return gi(t) ? n[typeof t == "string" ? "string" : "hash"] : n.map;
324
324
  }
325
325
  function yi(e) {
326
- var t = Re(this, e).delete(e);
326
+ var t = Ne(this, e).delete(e);
327
327
  return this.size -= t ? 1 : 0, t;
328
328
  }
329
329
  function _i(e) {
330
- return Re(this, e).get(e);
330
+ return Ne(this, e).get(e);
331
331
  }
332
332
  function hi(e) {
333
- return Re(this, e).has(e);
333
+ return Ne(this, e).has(e);
334
334
  }
335
335
  function Ti(e, t) {
336
- var n = Re(this, e), r = n.size;
336
+ var n = Ne(this, e), r = n.size;
337
337
  return n.set(e, t), this.size += n.size == r ? 0 : 1, this;
338
338
  }
339
- function le(e) {
339
+ function se(e) {
340
340
  var t = -1, n = e == null ? 0 : e.length;
341
341
  for (this.clear(); ++t < n; ) {
342
342
  var r = e[t];
343
343
  this.set(r[0], r[1]);
344
344
  }
345
345
  }
346
- le.prototype.clear = vi;
347
- le.prototype.delete = yi;
348
- le.prototype.get = _i;
349
- le.prototype.has = hi;
350
- le.prototype.set = Ti;
346
+ se.prototype.clear = mi;
347
+ se.prototype.delete = yi;
348
+ se.prototype.get = _i;
349
+ se.prototype.has = hi;
350
+ se.prototype.set = Ti;
351
351
  function kt(e, t) {
352
352
  for (var n = -1, r = t.length, l = e.length; ++n < r; )
353
353
  e[l + n] = t[n];
@@ -355,7 +355,7 @@ function kt(e, t) {
355
355
  }
356
356
  var en = Qt(Object.getPrototypeOf, Object);
357
357
  function $i() {
358
- this.__data__ = new W(), this.size = 0;
358
+ this.__data__ = new J(), this.size = 0;
359
359
  }
360
360
  function bi(e) {
361
361
  var t = this.__data__, n = t.delete(e);
@@ -370,30 +370,30 @@ function wi(e) {
370
370
  var Si = 200;
371
371
  function Pi(e, t) {
372
372
  var n = this.__data__;
373
- if (n instanceof W) {
373
+ if (n instanceof J) {
374
374
  var r = n.__data__;
375
- if (!Te || r.length < Si - 1)
375
+ if (!be || r.length < Si - 1)
376
376
  return r.push([e, t]), this.size = ++n.size, this;
377
- n = this.__data__ = new le(r);
377
+ n = this.__data__ = new se(r);
378
378
  }
379
379
  return n.set(e, t), this.size = n.size, this;
380
380
  }
381
- function I(e) {
382
- var t = this.__data__ = new W(e);
381
+ function X(e) {
382
+ var t = this.__data__ = new J(e);
383
383
  this.size = t.size;
384
384
  }
385
- I.prototype.clear = $i;
386
- I.prototype.delete = bi;
387
- I.prototype.get = Ai;
388
- I.prototype.has = wi;
389
- I.prototype.set = Pi;
385
+ X.prototype.clear = $i;
386
+ X.prototype.delete = bi;
387
+ X.prototype.get = Ai;
388
+ X.prototype.has = wi;
389
+ X.prototype.set = Pi;
390
390
  function Oi(e, t) {
391
- return e && Fe(t, rt(t), e);
391
+ return e && Le(t, tt(t), e);
392
392
  }
393
393
  function Ci(e, t) {
394
- return e && Fe(t, it(t), e);
394
+ return e && Le(t, nt(t), e);
395
395
  }
396
- var tn = typeof exports == "object" && exports && !exports.nodeType && exports, gt = tn && typeof module == "object" && module && !module.nodeType && module, Ui = gt && gt.exports === tn, yt = Ui ? G.Buffer : void 0, _t = yt ? yt.allocUnsafe : void 0;
396
+ var tn = typeof exports == "object" && exports && !exports.nodeType && exports, gt = tn && typeof module == "object" && module && !module.nodeType && module, Ui = gt && gt.exports === tn, yt = Ui ? z.Buffer : void 0, _t = yt ? yt.allocUnsafe : void 0;
397
397
  function Vi(e, t) {
398
398
  if (t)
399
399
  return e.slice();
@@ -410,35 +410,35 @@ function Di(e, t) {
410
410
  function nn() {
411
411
  return [];
412
412
  }
413
- var Ei = Object.prototype, Mi = Ei.propertyIsEnumerable, ht = Object.getOwnPropertySymbols, lt = ht ? function(e) {
413
+ var Ei = Object.prototype, Mi = Ei.propertyIsEnumerable, ht = Object.getOwnPropertySymbols, rt = ht ? function(e) {
414
414
  return e == null ? [] : (e = Object(e), Di(ht(e), function(t) {
415
415
  return Mi.call(e, t);
416
416
  }));
417
417
  } : nn;
418
418
  function Li(e, t) {
419
- return Fe(e, lt(e), t);
419
+ return Le(e, rt(e), t);
420
420
  }
421
421
  var xi = Object.getOwnPropertySymbols, rn = xi ? function(e) {
422
422
  for (var t = []; e; )
423
- kt(t, lt(e)), e = en(e);
423
+ kt(t, rt(e)), e = en(e);
424
424
  return t;
425
425
  } : nn;
426
426
  function Ni(e, t) {
427
- return Fe(e, rn(e), t);
427
+ return Le(e, rn(e), t);
428
428
  }
429
429
  function ln(e, t, n) {
430
430
  var r = t(e);
431
- return _e(e) ? r : kt(r, n(e));
431
+ return Te(e) ? r : kt(r, n(e));
432
432
  }
433
- function Xe(e) {
434
- return ln(e, rt, lt);
433
+ function Ke(e) {
434
+ return ln(e, tt, rt);
435
435
  }
436
436
  function Fi(e) {
437
- return ln(e, it, rn);
437
+ return ln(e, nt, rn);
438
438
  }
439
- var Ye = ie(G, "DataView"), Ze = ie(G, "Promise"), We = ie(G, "Set"), Tt = "[object Map]", Bi = "[object Object]", $t = "[object Promise]", bt = "[object Set]", At = "[object WeakMap]", wt = "[object DataView]", Ri = re(Ye), Hi = re(Te), ji = re(Ze), Gi = re(We), zi = re(Ie), B = be;
440
- (Ye && B(new Ye(new ArrayBuffer(1))) != wt || Te && B(new Te()) != Tt || Ze && B(Ze.resolve()) != $t || We && B(new We()) != bt || Ie && B(new Ie()) != At) && (B = function(e) {
441
- var t = be(e), n = t == Bi ? e.constructor : void 0, r = n ? re(n) : "";
439
+ var Ie = ae(z, "DataView"), Xe = ae(z, "Promise"), Ye = ae(z, "Set"), Tt = "[object Map]", Bi = "[object Object]", $t = "[object Promise]", bt = "[object Set]", At = "[object WeakMap]", wt = "[object DataView]", Ri = le(Ie), Hi = le(be), ji = le(Xe), Gi = le(Ye), zi = le(qe), H = we;
440
+ (Ie && H(new Ie(new ArrayBuffer(1))) != wt || be && H(new be()) != Tt || Xe && H(Xe.resolve()) != $t || Ye && H(new Ye()) != bt || qe && H(new qe()) != At) && (H = function(e) {
441
+ var t = we(e), n = t == Bi ? e.constructor : void 0, r = n ? le(n) : "";
442
442
  if (r)
443
443
  switch (r) {
444
444
  case Ri:
@@ -459,13 +459,13 @@ function Ii(e) {
459
459
  var t = e.length, n = new e.constructor(t);
460
460
  return t && typeof e[0] == "string" && Ki.call(e, "index") && (n.index = e.index, n.input = e.input), n;
461
461
  }
462
- var Me = G.Uint8Array;
463
- function at(e) {
462
+ var De = z.Uint8Array;
463
+ function it(e) {
464
464
  var t = new e.constructor(e.byteLength);
465
- return new Me(t).set(new Me(e)), t;
465
+ return new De(t).set(new De(e)), t;
466
466
  }
467
467
  function Xi(e, t) {
468
- var n = t ? at(e.buffer) : e.buffer;
468
+ var n = t ? it(e.buffer) : e.buffer;
469
469
  return new e.constructor(n, e.byteOffset, e.byteLength);
470
470
  }
471
471
  var Yi = /\w*$/;
@@ -473,20 +473,20 @@ function Zi(e) {
473
473
  var t = new e.constructor(e.source, Yi.exec(e));
474
474
  return t.lastIndex = e.lastIndex, t;
475
475
  }
476
- var St = J ? J.prototype : void 0, Pt = St ? St.valueOf : void 0;
476
+ var St = k ? k.prototype : void 0, Pt = St ? St.valueOf : void 0;
477
477
  function Wi(e) {
478
478
  return Pt ? Object(Pt.call(e)) : {};
479
479
  }
480
480
  function Ji(e, t) {
481
- var n = t ? at(e.buffer) : e.buffer;
481
+ var n = t ? it(e.buffer) : e.buffer;
482
482
  return new e.constructor(n, e.byteOffset, e.length);
483
483
  }
484
- var Qi = "[object Boolean]", ki = "[object Date]", el = "[object Map]", tl = "[object Number]", nl = "[object RegExp]", rl = "[object Set]", il = "[object String]", ll = "[object Symbol]", al = "[object ArrayBuffer]", sl = "[object DataView]", ol = "[object Float32Array]", ul = "[object Float64Array]", cl = "[object Int8Array]", fl = "[object Int16Array]", dl = "[object Int32Array]", pl = "[object Uint8Array]", ml = "[object Uint8ClampedArray]", vl = "[object Uint16Array]", gl = "[object Uint32Array]";
484
+ var Qi = "[object Boolean]", ki = "[object Date]", el = "[object Map]", tl = "[object Number]", nl = "[object RegExp]", rl = "[object Set]", il = "[object String]", ll = "[object Symbol]", al = "[object ArrayBuffer]", sl = "[object DataView]", ol = "[object Float32Array]", ul = "[object Float64Array]", cl = "[object Int8Array]", fl = "[object Int16Array]", dl = "[object Int32Array]", pl = "[object Uint8Array]", vl = "[object Uint8ClampedArray]", ml = "[object Uint16Array]", gl = "[object Uint32Array]";
485
485
  function yl(e, t, n) {
486
486
  var r = e.constructor;
487
487
  switch (t) {
488
488
  case al:
489
- return at(e);
489
+ return it(e);
490
490
  case Qi:
491
491
  case ki:
492
492
  return new r(+e);
@@ -498,8 +498,8 @@ function yl(e, t, n) {
498
498
  case fl:
499
499
  case dl:
500
500
  case pl:
501
- case ml:
502
501
  case vl:
502
+ case ml:
503
503
  case gl:
504
504
  return Ji(e, n);
505
505
  case el:
@@ -516,59 +516,59 @@ function yl(e, t, n) {
516
516
  }
517
517
  }
518
518
  function _l(e) {
519
- return typeof e.constructor == "function" && !tt(e) ? Jn(en(e)) : {};
519
+ return typeof e.constructor == "function" && !ke(e) ? Jn(en(e)) : {};
520
520
  }
521
521
  var hl = "[object Map]";
522
522
  function Tl(e) {
523
- return te(e) && B(e) == hl;
523
+ return re(e) && H(e) == hl;
524
524
  }
525
- var Ot = oe && oe.isMap, $l = Ot ? nt(Ot) : Tl, bl = "[object Set]";
525
+ var Ot = ce && ce.isMap, $l = Ot ? et(Ot) : Tl, bl = "[object Set]";
526
526
  function Al(e) {
527
- return te(e) && B(e) == bl;
527
+ return re(e) && H(e) == bl;
528
528
  }
529
- var Ct = oe && oe.isSet, wl = Ct ? nt(Ct) : Al, Sl = 1, Pl = 2, Ol = 4, an = "[object Arguments]", Cl = "[object Array]", Ul = "[object Boolean]", Vl = "[object Date]", Dl = "[object Error]", sn = "[object Function]", El = "[object GeneratorFunction]", Ml = "[object Map]", Ll = "[object Number]", on = "[object Object]", xl = "[object RegExp]", Nl = "[object Set]", Fl = "[object String]", Bl = "[object Symbol]", Rl = "[object WeakMap]", Hl = "[object ArrayBuffer]", jl = "[object DataView]", Gl = "[object Float32Array]", zl = "[object Float64Array]", ql = "[object Int8Array]", Kl = "[object Int16Array]", Il = "[object Int32Array]", Xl = "[object Uint8Array]", Yl = "[object Uint8ClampedArray]", Zl = "[object Uint16Array]", Wl = "[object Uint32Array]", b = {};
530
- b[an] = b[Cl] = b[Hl] = b[jl] = b[Ul] = b[Vl] = b[Gl] = b[zl] = b[ql] = b[Kl] = b[Il] = b[Ml] = b[Ll] = b[on] = b[xl] = b[Nl] = b[Fl] = b[Bl] = b[Xl] = b[Yl] = b[Zl] = b[Wl] = !0;
531
- b[Dl] = b[sn] = b[Rl] = !1;
532
- function Ve(e, t, n, r, l, i) {
529
+ var Ct = ce && ce.isSet, wl = Ct ? et(Ct) : Al, Sl = 1, Pl = 2, Ol = 4, an = "[object Arguments]", Cl = "[object Array]", Ul = "[object Boolean]", Vl = "[object Date]", Dl = "[object Error]", sn = "[object Function]", El = "[object GeneratorFunction]", Ml = "[object Map]", Ll = "[object Number]", on = "[object Object]", xl = "[object RegExp]", Nl = "[object Set]", Fl = "[object String]", Bl = "[object Symbol]", Rl = "[object WeakMap]", Hl = "[object ArrayBuffer]", jl = "[object DataView]", Gl = "[object Float32Array]", zl = "[object Float64Array]", ql = "[object Int8Array]", Kl = "[object Int16Array]", Il = "[object Int32Array]", Xl = "[object Uint8Array]", Yl = "[object Uint8ClampedArray]", Zl = "[object Uint16Array]", Wl = "[object Uint32Array]", $ = {};
530
+ $[an] = $[Cl] = $[Hl] = $[jl] = $[Ul] = $[Vl] = $[Gl] = $[zl] = $[ql] = $[Kl] = $[Il] = $[Ml] = $[Ll] = $[on] = $[xl] = $[Nl] = $[Fl] = $[Bl] = $[Xl] = $[Yl] = $[Zl] = $[Wl] = !0;
531
+ $[Dl] = $[sn] = $[Rl] = !1;
532
+ function Ce(e, t, n, r, l, i) {
533
533
  var a, s = t & Sl, o = t & Pl, u = t & Ol;
534
534
  if (a !== void 0)
535
535
  return a;
536
- if (!Ae(e))
536
+ if (!Se(e))
537
537
  return e;
538
- var f = _e(e);
538
+ var f = Te(e);
539
539
  if (f) {
540
540
  if (a = Ii(e), !s)
541
541
  return Qn(e, a);
542
542
  } else {
543
- var d = B(e), _ = d == sn || d == El;
544
- if (Ee(e))
543
+ var d = H(e), h = d == sn || d == El;
544
+ if (Ve(e))
545
545
  return Vi(e, s);
546
- if (d == on || d == an || _ && !l) {
547
- if (a = o || _ ? {} : _l(e), !s)
546
+ if (d == on || d == an || h && !l) {
547
+ if (a = o || h ? {} : _l(e), !s)
548
548
  return o ? Ni(e, Ci(a, e)) : Li(e, Oi(a, e));
549
549
  } else {
550
- if (!b[d])
550
+ if (!$[d])
551
551
  return l ? e : {};
552
552
  a = yl(e, d, s);
553
553
  }
554
554
  }
555
- i || (i = new I());
556
- var h = i.get(e);
557
- if (h)
558
- return h;
555
+ i || (i = new X());
556
+ var g = i.get(e);
557
+ if (g)
558
+ return g;
559
559
  i.set(e, a), wl(e) ? e.forEach(function(C) {
560
- a.add(Ve(C, t, n, C, e, i));
561
- }) : $l(e) && e.forEach(function(C, D) {
562
- a.set(D, Ve(C, t, n, D, e, i));
560
+ a.add(Ce(C, t, n, C, e, i));
561
+ }) : $l(e) && e.forEach(function(C, U) {
562
+ a.set(U, Ce(C, t, n, U, e, i));
563
563
  });
564
- var T = u ? o ? Fi : Xe : o ? it : rt, $ = f ? void 0 : T(e);
565
- return kn($ || e, function(C, D) {
566
- $ && (D = C, C = e[D]), qt(a, D, Ve(C, t, n, D, e, i));
564
+ var _ = u ? o ? Fi : Ke : o ? nt : tt, w = f ? void 0 : _(e);
565
+ return kn(w || e, function(C, U) {
566
+ w && (U = C, C = e[U]), qt(a, U, Ce(C, t, n, U, e, i));
567
567
  }), a;
568
568
  }
569
569
  var Jl = 1, Ql = 4;
570
570
  function un(e) {
571
- return Ve(e, Jl | Ql);
571
+ return Ce(e, Jl | Ql);
572
572
  }
573
573
  var kl = "__lodash_hash_undefined__";
574
574
  function ea(e) {
@@ -577,13 +577,13 @@ function ea(e) {
577
577
  function ta(e) {
578
578
  return this.__data__.has(e);
579
579
  }
580
- function Le(e) {
580
+ function Ee(e) {
581
581
  var t = -1, n = e == null ? 0 : e.length;
582
- for (this.__data__ = new le(); ++t < n; )
582
+ for (this.__data__ = new se(); ++t < n; )
583
583
  this.add(e[t]);
584
584
  }
585
- Le.prototype.add = Le.prototype.push = ea;
586
- Le.prototype.has = ta;
585
+ Ee.prototype.add = Ee.prototype.push = ea;
586
+ Ee.prototype.has = ta;
587
587
  function na(e, t) {
588
588
  for (var n = -1, r = e == null ? 0 : e.length; ++n < r; )
589
589
  if (t(e[n], n, e))
@@ -601,31 +601,31 @@ function cn(e, t, n, r, l, i) {
601
601
  var u = i.get(e), f = i.get(t);
602
602
  if (u && f)
603
603
  return u == t && f == e;
604
- var d = -1, _ = !0, h = n & la ? new Le() : void 0;
604
+ var d = -1, h = !0, g = n & la ? new Ee() : void 0;
605
605
  for (i.set(e, t), i.set(t, e); ++d < s; ) {
606
- var T = e[d], $ = t[d];
606
+ var _ = e[d], w = t[d];
607
607
  if (r)
608
- var C = a ? r($, T, d, t, e, i) : r(T, $, d, e, t, i);
608
+ var C = a ? r(w, _, d, t, e, i) : r(_, w, d, e, t, i);
609
609
  if (C !== void 0) {
610
610
  if (C)
611
611
  continue;
612
- _ = !1;
612
+ h = !1;
613
613
  break;
614
614
  }
615
- if (h) {
616
- if (!na(t, function(D, z) {
617
- if (!ra(h, z) && (T === D || l(T, D, n, r, i)))
618
- return h.push(z);
615
+ if (g) {
616
+ if (!na(t, function(U, R) {
617
+ if (!ra(g, R) && (_ === U || l(_, U, n, r, i)))
618
+ return g.push(R);
619
619
  })) {
620
- _ = !1;
620
+ h = !1;
621
621
  break;
622
622
  }
623
- } else if (!(T === $ || l(T, $, n, r, i))) {
624
- _ = !1;
623
+ } else if (!(_ === w || l(_, w, n, r, i))) {
624
+ h = !1;
625
625
  break;
626
626
  }
627
627
  }
628
- return i.delete(e), i.delete(t), _;
628
+ return i.delete(e), i.delete(t), h;
629
629
  }
630
630
  function aa(e) {
631
631
  var t = -1, n = Array(e.size);
@@ -639,7 +639,7 @@ function sa(e) {
639
639
  n[++t] = r;
640
640
  }), n;
641
641
  }
642
- var oa = 1, ua = 2, ca = "[object Boolean]", fa = "[object Date]", da = "[object Error]", pa = "[object Map]", ma = "[object Number]", va = "[object RegExp]", ga = "[object Set]", ya = "[object String]", _a = "[object Symbol]", ha = "[object ArrayBuffer]", Ta = "[object DataView]", Ut = J ? J.prototype : void 0, qe = Ut ? Ut.valueOf : void 0;
642
+ var oa = 1, ua = 2, ca = "[object Boolean]", fa = "[object Date]", da = "[object Error]", pa = "[object Map]", va = "[object Number]", ma = "[object RegExp]", ga = "[object Set]", ya = "[object String]", _a = "[object Symbol]", ha = "[object ArrayBuffer]", Ta = "[object DataView]", Ut = k ? k.prototype : void 0, je = Ut ? Ut.valueOf : void 0;
643
643
  function $a(e, t, n, r, l, i, a) {
644
644
  switch (n) {
645
645
  case Ta:
@@ -647,14 +647,14 @@ function $a(e, t, n, r, l, i, a) {
647
647
  return !1;
648
648
  e = e.buffer, t = t.buffer;
649
649
  case ha:
650
- return !(e.byteLength != t.byteLength || !i(new Me(e), new Me(t)));
650
+ return !(e.byteLength != t.byteLength || !i(new De(e), new De(t)));
651
651
  case ca:
652
652
  case fa:
653
- case ma:
654
- return et(+e, +t);
653
+ case va:
654
+ return Qe(+e, +t);
655
655
  case da:
656
656
  return e.name == t.name && e.message == t.message;
657
- case va:
657
+ case ma:
658
658
  case ya:
659
659
  return e == t + "";
660
660
  case pa:
@@ -670,108 +670,124 @@ function $a(e, t, n, r, l, i, a) {
670
670
  var f = cn(s(e), s(t), r, l, i, a);
671
671
  return a.delete(e), f;
672
672
  case _a:
673
- if (qe)
674
- return qe.call(e) == qe.call(t);
673
+ if (je)
674
+ return je.call(e) == je.call(t);
675
675
  }
676
676
  return !1;
677
677
  }
678
678
  var ba = 1, Aa = Object.prototype, wa = Aa.hasOwnProperty;
679
679
  function Sa(e, t, n, r, l, i) {
680
- var a = n & ba, s = Xe(e), o = s.length, u = Xe(t), f = u.length;
680
+ var a = n & ba, s = Ke(e), o = s.length, u = Ke(t), f = u.length;
681
681
  if (o != f && !a)
682
682
  return !1;
683
683
  for (var d = o; d--; ) {
684
- var _ = s[d];
685
- if (!(a ? _ in t : wa.call(t, _)))
684
+ var h = s[d];
685
+ if (!(a ? h in t : wa.call(t, h)))
686
686
  return !1;
687
687
  }
688
- var h = i.get(e), T = i.get(t);
689
- if (h && T)
690
- return h == t && T == e;
691
- var $ = !0;
688
+ var g = i.get(e), _ = i.get(t);
689
+ if (g && _)
690
+ return g == t && _ == e;
691
+ var w = !0;
692
692
  i.set(e, t), i.set(t, e);
693
693
  for (var C = a; ++d < o; ) {
694
- _ = s[d];
695
- var D = e[_], z = t[_];
694
+ h = s[d];
695
+ var U = e[h], R = t[h];
696
696
  if (r)
697
- var we = a ? r(z, D, _, t, e, i) : r(D, z, _, e, t, i);
698
- if (!(we === void 0 ? D === z || l(D, z, n, r, i) : we)) {
699
- $ = !1;
697
+ var q = a ? r(R, U, h, t, e, i) : r(U, R, h, e, t, i);
698
+ if (!(q === void 0 ? U === R || l(U, R, n, r, i) : q)) {
699
+ w = !1;
700
700
  break;
701
701
  }
702
- C || (C = _ == "constructor");
702
+ C || (C = h == "constructor");
703
703
  }
704
- if ($ && !C) {
705
- var se = e.constructor, q = t.constructor;
706
- se != q && "constructor" in e && "constructor" in t && !(typeof se == "function" && se instanceof se && typeof q == "function" && q instanceof q) && ($ = !1);
704
+ if (w && !C) {
705
+ var Q = e.constructor, K = t.constructor;
706
+ Q != K && "constructor" in e && "constructor" in t && !(typeof Q == "function" && Q instanceof Q && typeof K == "function" && K instanceof K) && (w = !1);
707
707
  }
708
- return i.delete(e), i.delete(t), $;
708
+ return i.delete(e), i.delete(t), w;
709
709
  }
710
- var Pa = 1, Vt = "[object Arguments]", Dt = "[object Array]", Oe = "[object Object]", Oa = Object.prototype, Et = Oa.hasOwnProperty;
710
+ var Pa = 1, Vt = "[object Arguments]", Dt = "[object Array]", Pe = "[object Object]", Oa = Object.prototype, Et = Oa.hasOwnProperty;
711
711
  function Ca(e, t, n, r, l, i) {
712
- var a = _e(e), s = _e(t), o = a ? Dt : B(e), u = s ? Dt : B(t);
713
- o = o == Vt ? Oe : o, u = u == Vt ? Oe : u;
714
- var f = o == Oe, d = u == Oe, _ = o == u;
715
- if (_ && Ee(e)) {
716
- if (!Ee(t))
712
+ var a = Te(e), s = Te(t), o = a ? Dt : H(e), u = s ? Dt : H(t);
713
+ o = o == Vt ? Pe : o, u = u == Vt ? Pe : u;
714
+ var f = o == Pe, d = u == Pe, h = o == u;
715
+ if (h && Ve(e)) {
716
+ if (!Ve(t))
717
717
  return !1;
718
718
  a = !0, f = !1;
719
719
  }
720
- if (_ && !f)
721
- return i || (i = new I()), a || Wt(e) ? cn(e, t, n, r, l, i) : $a(e, t, o, n, r, l, i);
720
+ if (h && !f)
721
+ return i || (i = new X()), a || Wt(e) ? cn(e, t, n, r, l, i) : $a(e, t, o, n, r, l, i);
722
722
  if (!(n & Pa)) {
723
- var h = f && Et.call(e, "__wrapped__"), T = d && Et.call(t, "__wrapped__");
724
- if (h || T) {
725
- var $ = h ? e.value() : e, C = T ? t.value() : t;
726
- return i || (i = new I()), l($, C, n, r, i);
723
+ var g = f && Et.call(e, "__wrapped__"), _ = d && Et.call(t, "__wrapped__");
724
+ if (g || _) {
725
+ var w = g ? e.value() : e, C = _ ? t.value() : t;
726
+ return i || (i = new X()), l(w, C, n, r, i);
727
727
  }
728
728
  }
729
- return _ ? (i || (i = new I()), Sa(e, t, n, r, l, i)) : !1;
729
+ return h ? (i || (i = new X()), Sa(e, t, n, r, l, i)) : !1;
730
730
  }
731
731
  function fn(e, t, n, r, l) {
732
- return e === t ? !0 : e == null || t == null || !te(e) && !te(t) ? e !== e && t !== t : Ca(e, t, n, r, fn, l);
732
+ return e === t ? !0 : e == null || t == null || !re(e) && !re(t) ? e !== e && t !== t : Ca(e, t, n, r, fn, l);
733
733
  }
734
- function He(e, t) {
734
+ function Fe(e, t) {
735
735
  return fn(e, t);
736
736
  }
737
- const Ua = /* @__PURE__ */ H({
737
+ const Ua = /* @__PURE__ */ j({
738
738
  __name: "menu",
739
739
  setup(e) {
740
- const { t } = $e(), n = R(0), r = R(0), l = X(() => [n.value, r.value]), i = (u) => {
741
- const f = () => {
740
+ const { t } = Ae(), n = L(0), r = L(0), l = L(""), i = L(!1), a = Y(() => [n.value, r.value]), s = (g) => {
741
+ const _ = () => {
742
742
  console.log("reset");
743
743
  };
744
- u.push({
744
+ g.push({
745
745
  title: t("x-prop-tree.reset"),
746
- func: f
746
+ func: _
747
747
  });
748
- }, a = X(() => {
749
- const u = [];
750
- return i(u), u;
751
- }), s = (u) => {
752
- n.value = u.x, r.value = u.y;
753
- }, { open: o } = Bt("propTreeMenu", s);
754
- return (u, f) => {
755
- const d = P("v-list-item-title"), _ = P("v-list-item"), h = P("v-list"), T = P("v-menu");
756
- return O(), L(T, {
757
- modelValue: N(o),
758
- "onUpdate:modelValue": f[0] || (f[0] = ($) => xt(o) ? o.value = $ : null),
748
+ }, o = (g) => {
749
+ const _ = () => {
750
+ console.log("copy");
751
+ };
752
+ g.push({
753
+ title: t("x-prop-tree.copy"),
754
+ func: _
755
+ });
756
+ }, u = (g) => {
757
+ const _ = () => {
758
+ console.log("paste");
759
+ };
760
+ g.push({
761
+ title: t("x-prop-tree.paste"),
762
+ func: _
763
+ });
764
+ }, f = Y(() => {
765
+ const g = [];
766
+ return s(g), o(g), u(g), g;
767
+ }), d = (g) => {
768
+ n.value = g.x, r.value = g.y, l.value = g.key, i.value = g.change;
769
+ }, { open: h } = Bt("propTreeMenu", d);
770
+ return (g, _) => {
771
+ const w = P("v-list-item-title"), C = P("v-list-item"), U = P("v-list"), R = P("v-menu");
772
+ return O(), x(R, {
773
+ modelValue: F(h),
774
+ "onUpdate:modelValue": _[0] || (_[0] = (q) => xt(h) ? h.value = q : null),
759
775
  "location-strategy": "connected",
760
- target: l.value,
776
+ target: a.value,
761
777
  scrim: "transparent"
762
778
  }, {
763
- default: K(() => [
764
- M(h, null, {
765
- default: K(() => [
766
- (O(!0), Z(Nt, null, Tn(a.value, ($, C) => (O(), L(_, {
767
- key: C,
779
+ default: I(() => [
780
+ M(U, null, {
781
+ default: I(() => [
782
+ (O(!0), W(Nt, null, Tn(f.value, (q, Q) => (O(), x(C, {
783
+ key: Q,
768
784
  link: "",
769
- onClick: $.func
785
+ onClick: q.func
770
786
  }, {
771
- default: K(() => [
772
- M(d, null, {
773
- default: K(() => [
774
- Je(Ne($.title), 1)
787
+ default: I(() => [
788
+ M(w, null, {
789
+ default: I(() => [
790
+ Ze(Me(q.title), 1)
775
791
  ]),
776
792
  _: 2
777
793
  }, 1024)
@@ -787,8 +803,8 @@ const Ua = /* @__PURE__ */ H({
787
803
  };
788
804
  }
789
805
  });
790
- var Va = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", Da = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", ae = "M19,13H5V11H19V13Z", Ea = "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
791
- const Ce = /* @__PURE__ */ H({
806
+ var Va = "M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z", Da = "M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z", oe = "M19,13H5V11H19V13Z", Ea = "M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z";
807
+ const Oe = /* @__PURE__ */ j({
792
808
  __name: "title",
793
809
  props: {
794
810
  title: {},
@@ -799,7 +815,7 @@ const Ce = /* @__PURE__ */ H({
799
815
  },
800
816
  emits: ["collapse", "create", "delete"],
801
817
  setup(e, { emit: t }) {
802
- const { backgroundColor2: n, highlightColor: r } = ke(), l = t, i = R(!1), a = X(() => ({
818
+ const { backgroundColor2: n, highlightColor: r } = Je(), l = t, i = L(!1), a = Y(() => ({
803
819
  background: i.value ? r.value : n.value,
804
820
  height: "36px",
805
821
  marginBottom: "1px",
@@ -813,45 +829,45 @@ const Ce = /* @__PURE__ */ H({
813
829
  });
814
830
  };
815
831
  return (u, f) => {
816
- const d = P("v-icon"), _ = P("v-spacer"), h = ue("ripple");
817
- return ee((O(), Z("div", {
832
+ const d = P("v-icon"), h = P("v-spacer"), g = fe("ripple");
833
+ return ne((O(), W("div", {
818
834
  class: "d-flex align-center cursor-pointer",
819
- style: Qe(a.value),
835
+ style: We(a.value),
820
836
  onClick: s,
821
- onContextmenu: j(o, ["prevent"]),
822
- onMouseover: f[2] || (f[2] = (T) => i.value = !0),
823
- onMouseout: f[3] || (f[3] = (T) => i.value = !1)
837
+ onContextmenu: G(o, ["prevent"]),
838
+ onMouseover: f[2] || (f[2] = (_) => i.value = !0),
839
+ onMouseout: f[3] || (f[3] = (_) => i.value = !1)
824
840
  }, [
825
841
  M(d, {
826
842
  class: "mr-1",
827
- icon: u.collapse ? N(Da) : N(Va)
843
+ icon: u.collapse ? F(Da) : F(Va)
828
844
  }, null, 8, ["icon"]),
829
- De("span", null, Ne(u.title), 1),
830
- M(_),
831
- u.hasCreate ? (O(), L(d, {
845
+ Ue("span", null, Me(u.title), 1),
846
+ M(h),
847
+ u.hasCreate ? (O(), x(d, {
832
848
  key: 0,
833
849
  class: "mx-3",
834
- icon: N(Ea),
835
- onClick: f[0] || (f[0] = j((T) => l("create"), ["stop"]))
836
- }, null, 8, ["icon"])) : Y("", !0),
837
- u.hasDelete ? (O(), L(d, {
850
+ icon: F(Ea),
851
+ onClick: f[0] || (f[0] = G((_) => l("create"), ["stop"]))
852
+ }, null, 8, ["icon"])) : Z("", !0),
853
+ u.hasDelete ? (O(), x(d, {
838
854
  key: 1,
839
855
  class: "mx-3",
840
- icon: N(ae),
841
- onClick: f[1] || (f[1] = j((T) => l("delete", u.index), ["stop"]))
842
- }, null, 8, ["icon"])) : Y("", !0)
856
+ icon: F(oe),
857
+ onClick: f[1] || (f[1] = G((_) => l("delete", u.index), ["stop"]))
858
+ }, null, 8, ["icon"])) : Z("", !0)
843
859
  ], 36)), [
844
- [h]
860
+ [g]
845
861
  ]);
846
862
  };
847
863
  }
848
- }), Ma = /* @__PURE__ */ H({
864
+ }), Ma = /* @__PURE__ */ j({
849
865
  __name: "entry",
850
866
  props: {
851
867
  minHeight: {}
852
868
  },
853
869
  setup(e) {
854
- const { backgroundColor2: t, highlightColor: n } = ke(), r = R(!1), l = X(() => ({
870
+ const { backgroundColor2: t, highlightColor: n } = Je(), r = L(!1), l = Y(() => ({
855
871
  background: r.value ? n.value : t.value,
856
872
  minHeight: e.minHeight,
857
873
  paddingRight: "4px",
@@ -864,11 +880,11 @@ const Ce = /* @__PURE__ */ H({
864
880
  });
865
881
  };
866
882
  return (a, s) => {
867
- const o = ue("ripple");
868
- return ee((O(), Z("div", {
883
+ const o = fe("ripple");
884
+ return ne((O(), W("div", {
869
885
  class: "d-flex justify-space-between align-center cursor-pointer",
870
- style: Qe(l.value),
871
- onContextmenu: j(i, ["prevent"]),
886
+ style: We(l.value),
887
+ onContextmenu: G(i, ["prevent"]),
872
888
  onMouseover: s[0] || (s[0] = (u) => r.value = !0),
873
889
  onMouseout: s[1] || (s[1] = (u) => r.value = !1)
874
890
  }, [
@@ -878,10 +894,10 @@ const Ce = /* @__PURE__ */ H({
878
894
  ]);
879
895
  };
880
896
  }
881
- }), st = (e) => !(e instanceof Array), xe = (e) => e instanceof Array, La = [
897
+ }), lt = (e) => !(e instanceof Array), at = (e) => e instanceof Array, La = [
882
898
  ["basic", "id"],
883
899
  ["basic", "name"]
884
- ], xa = (e) => La.find((t) => He(e, t)), je = (e, t, n, r, l, i, a) => (e = un(e), i !== void 0 ? (e.push(i), a && e.push(t.key)) : e.push(t.key), xa(e) ? (r.change = !1, r.change) : t.ui ? t.array && i === void 0 ? Ba(
900
+ ], xa = (e) => La.find((t) => Fe(e, t)), Be = (e, t, n, r, l, i, a) => (e = un(e), i !== void 0 ? (e.push(i), a && e.push(t.key)) : e.push(t.key), xa(e) ? (r.change = !1, r.change) : t.ui ? t.array && i === void 0 ? Ba(
885
901
  e,
886
902
  t,
887
903
  n,
@@ -910,44 +926,42 @@ const Ce = /* @__PURE__ */ H({
910
926
  return console.assert(!1, "execPropBranchArray prop ui must be invalid"), !1;
911
927
  if (!t.array)
912
928
  return console.assert(!1, "execPropBranchArray prop array must be valid"), !1;
913
- if (!xe(r.children))
929
+ if (!at(r.children))
914
930
  return console.assert(!1, "execPropBranchArray state children must be array"), !1;
915
931
  let s;
916
932
  i !== void 0 && !a ? (n[i] instanceof Array || (n[i] = E(t), l == null || l(e, n[i])), s = n[i]) : (n[t.key] instanceof Array || (n[t.key] = E(t), l == null || l(e, n[t.key])), s = n[t.key]), r.change = !1;
917
- for (let o = 0; o < s.length; o++)
933
+ for (let o = 0; o < s.length; o++) {
918
934
  r.children.push({
919
935
  change: !1,
920
936
  children: {}
921
- }), t.children.forEach((u) => {
922
- if (!xe(r.children)) {
923
- console.assert(!1);
924
- return;
925
- }
926
- const f = r.children[o];
927
- if (!st(f.children)) {
937
+ });
938
+ const u = r.children[o];
939
+ t.children.forEach((f) => {
940
+ if (!lt(u.children)) {
928
941
  console.assert(!1);
929
942
  return;
930
943
  }
931
- f.children[u.key] = {
944
+ u.children[f.key] = {
932
945
  change: !1,
933
- children: u.array ? [] : {}
934
- }, je(
946
+ children: f.array ? [] : {}
947
+ }, Be(
935
948
  e,
936
- u,
949
+ f,
937
950
  s[o],
938
- f.children[u.key],
951
+ u.children[f.key],
939
952
  l,
940
953
  o,
941
954
  !0
942
- ) && (f.change = !0), f.change && (r.change = !0);
955
+ ) && (u.change = !0), u.change && (r.change = !0);
943
956
  });
944
- return r.change || (r.change = !He(s, E(t))), r.change;
957
+ }
958
+ return r.change || (r.change = !Fe(s, E(t))), r.change;
945
959
  }, Fa = (e, t, n, r, l, i, a) => {
946
960
  if (t.ui)
947
961
  return console.assert(!1, "execPropBranchScalar prop ui must be invalid"), !1;
948
962
  if (t.array)
949
963
  return console.assert(!1, "execPropBranchScalar prop array must be invalid"), !1;
950
- if (!st(r.children))
964
+ if (!lt(r.children))
951
965
  return console.assert(!1, "execPropBranchScalar state children must be map"), !1;
952
966
  let s;
953
967
  i !== void 0 && !a ? (n[i] || (n[i] = {}), s = n[i]) : (n[t.key] || (n[t.key] = {}), s = n[t.key]), r.change = !1;
@@ -956,7 +970,7 @@ const Ce = /* @__PURE__ */ H({
956
970
  r.children[u.key] = {
957
971
  change: !1,
958
972
  children: u.array ? [] : {}
959
- }, je(e, u, s, r.children[u.key], l) && (r.change = !0);
973
+ }, Be(e, u, s, r.children[u.key], l) && (r.change = !0);
960
974
  }
961
975
  return r.change;
962
976
  }, Ba = (e, t, n, r, l, i, a) => {
@@ -964,7 +978,7 @@ const Ce = /* @__PURE__ */ H({
964
978
  return console.assert(!1, "execPropLeafArray prop ui must be valid"), !1;
965
979
  if (!t.array)
966
980
  return console.assert(!1, "execPropLeafArray prop aray must be valid"), !1;
967
- if (!xe(r.children))
981
+ if (!at(r.children))
968
982
  return console.assert(!1, "execPropLeafArray state children must be array"), !1;
969
983
  let s;
970
984
  i !== void 0 && !a ? (n[i] instanceof Array || (n[i] = E(t), l == null || l(e, n[i])), s = n[i]) : (n[t.key] instanceof Array || (n[t.key] = E(t), l == null || l(e, n[t.key])), s = n[t.key]), r.change = !1;
@@ -972,13 +986,13 @@ const Ce = /* @__PURE__ */ H({
972
986
  r.children[o] = {
973
987
  change: !1,
974
988
  children: {}
975
- }, je(e, t, s, r.children[o], l, o, !1) && (r.change = !0);
976
- return r.change || (r.change = !He(s, E(t))), r.change;
989
+ }, Be(e, t, s, r.children[o], l, o, !1) && (r.change = !0);
990
+ return r.change || (r.change = !Fe(s, E(t))), r.change;
977
991
  }, Ra = (e, t, n, r, l) => {
978
992
  if (!e.ui)
979
993
  return console.assert(!1, "execPropLeafScalar prop ui must be valid"), !1;
980
994
  let i;
981
- return r !== void 0 && !l ? i = t[r] : i = t[e.key], n.change = !He(i, E(e, !0)), n.change;
995
+ return r !== void 0 && !l ? i = t[r] : i = t[e.key], n.change = !Fe(i, E(e, !0)), n.change;
982
996
  }, Mt = (e, t, n, r) => {
983
997
  if (t.length <= 0 || !n) {
984
998
  e.value = {};
@@ -989,37 +1003,39 @@ const Ce = /* @__PURE__ */ H({
989
1003
  l[i.key] = {
990
1004
  change: !1,
991
1005
  children: i.array ? [] : {}
992
- }, je([], i, n, l[i.key], r);
1006
+ }, Be([], i, n, l[i.key], r);
993
1007
  }), e.value = l;
994
- }, ge = (e, t) => {
1008
+ }, _e = (e, t) => {
995
1009
  let n, r = e.value;
996
1010
  return t.forEach((l) => {
997
1011
  let i;
998
- if (typeof l == "string" ? st(r) && (i = r[l]) : xe(r) && (i = r[l]), !i)
1012
+ if (typeof l == "string" ? lt(r) && (i = r[l]) : at(r) && (i = r[l]), !i)
999
1013
  return console.assert(!1, `isPropChanged unpkg failed keys=${t}`), !1;
1000
1014
  n = i, r = i.children;
1001
1015
  }), (n == null ? void 0 : n.change) ?? !1;
1002
1016
  };
1003
1017
  function Ha(e, t, n) {
1004
- const { t: r } = $e();
1018
+ const { t: r } = Ae();
1005
1019
  return { renderProp: (i, a, s) => {
1006
1020
  let o = r(a.name);
1007
- return ge(e, i) && (o += " *"), g(
1021
+ return _e(e, i) && (o += " *"), y(
1008
1022
  Ma,
1009
1023
  {
1010
1024
  minHeight: t.value
1011
1025
  },
1012
1026
  () => [
1013
- g("span", { class: "ml-1", innerHTML: o }),
1014
- g("div", { style: { width: n.value } }, s)
1027
+ y("span", { class: "ml-1", innerHTML: o }),
1028
+ y("div", { style: { width: n.value } }, s)
1015
1029
  ]
1016
1030
  );
1017
1031
  } };
1018
1032
  }
1019
1033
  function ja(e) {
1020
1034
  return { renderUiDummy: (n, r, l, i, a) => {
1021
- if (r.ui !== "dummy")
1022
- return console.assert(!1), g("div", "renderUiDummy prop ui must be dummy");
1035
+ if (r.ui !== "dummy") {
1036
+ console.assert(!1, "renderUiDummy prop ui must be dummy");
1037
+ return;
1038
+ }
1023
1039
  if (i !== void 0 && !a) {
1024
1040
  const s = E(r, !0);
1025
1041
  typeof l[i] != typeof s && (l[i] = s, e(n, l[i]));
@@ -1029,22 +1045,22 @@ function ja(e) {
1029
1045
  }
1030
1046
  } };
1031
1047
  }
1032
- const Ga = { class: "d-flex justify-space-between align-center" }, za = /* @__PURE__ */ H({
1048
+ const Ga = { class: "d-flex justify-space-between align-center" }, za = /* @__PURE__ */ j({
1033
1049
  __name: "strInput",
1034
- props: /* @__PURE__ */ F({
1050
+ props: /* @__PURE__ */ B({
1035
1051
  hasDelete: { type: Boolean, default: !1 },
1036
1052
  readonly: { type: Boolean, default: !1 }
1037
1053
  }, {
1038
1054
  modelValue: {},
1039
1055
  modelModifiers: {}
1040
1056
  }),
1041
- emits: /* @__PURE__ */ F(["delete"], ["update:modelValue"]),
1057
+ emits: /* @__PURE__ */ B(["delete"], ["update:modelValue"]),
1042
1058
  setup(e, { emit: t }) {
1043
- const n = ce(e, "modelValue"), r = t;
1059
+ const n = de(e, "modelValue"), r = t;
1044
1060
  return (l, i) => {
1045
- const a = P("v-text-field"), s = P("v-icon"), o = ue("ripple");
1046
- return O(), Z("div", Ga, [
1047
- ee(M(a, {
1061
+ const a = P("v-text-field"), s = P("v-icon"), o = fe("ripple");
1062
+ return O(), W("div", Ga, [
1063
+ ne(M(a, {
1048
1064
  modelValue: n.value,
1049
1065
  "onUpdate:modelValue": i[0] || (i[0] = (u) => n.value = u),
1050
1066
  density: "compact",
@@ -1059,19 +1075,19 @@ const Ga = { class: "d-flex justify-space-between align-center" }, za = /* @__PU
1059
1075
  { stop: !0 }
1060
1076
  ]
1061
1077
  ]),
1062
- l.hasDelete ? (O(), L(s, {
1078
+ l.hasDelete ? (O(), x(s, {
1063
1079
  key: 0,
1064
1080
  class: "mx-2",
1065
- icon: N(ae),
1066
- onClick: i[1] || (i[1] = j((u) => r("delete"), ["stop"]))
1067
- }, null, 8, ["icon"])) : Y("", !0)
1081
+ icon: F(oe),
1082
+ onClick: i[1] || (i[1] = G((u) => r("delete"), ["stop"]))
1083
+ }, null, 8, ["icon"])) : Z("", !0)
1068
1084
  ]);
1069
1085
  };
1070
1086
  }
1071
- }), fe = (e, t, n, r, l, i) => {
1087
+ }), pe = (e, t, n, r, l, i) => {
1072
1088
  const a = E(t, !0);
1073
1089
  return l !== void 0 && !i ? (typeof n[l] != typeof a && (n[l] = a, r(e, n[l])), n[l]) : (typeof n[t.key] != typeof a && (n[t.key] = a, r(e, n[t.key])), n[t.key]);
1074
- }, de = (e, t, n, r, l, i, a) => {
1090
+ }, ve = (e, t, n, r, l, i, a) => {
1075
1091
  const s = E(t, !0);
1076
1092
  if (typeof r != typeof s) {
1077
1093
  console.assert(!1);
@@ -1080,10 +1096,10 @@ const Ga = { class: "d-flex justify-space-between align-center" }, za = /* @__PU
1080
1096
  i !== void 0 && !a ? r !== n[i] && (n[i] = r, l(e, n[i])) : r !== n[t.key] && (n[t.key] = r, l(e, n[t.key]));
1081
1097
  };
1082
1098
  function qa(e) {
1083
- return { renderUiStrInput: (n, r, l, i, a) => r.ui !== "strInput" ? (console.assert(!1), g("div", "renderUiStrInput prop ui must be strInput")) : g(za, {
1084
- modelValue: r.static ? r.value : fe(n, r, l, e, i, a),
1099
+ return { renderUiStrInput: (n, r, l, i, a) => r.ui !== "strInput" ? (console.assert(!1), y("div", "renderUiStrInput prop ui must be strInput")) : y(za, {
1100
+ modelValue: r.static ? r.value : pe(n, r, l, e, i, a),
1085
1101
  "onUpdate:modelValue": (s) => {
1086
- r.static || de(n, r, l, s, e, i, a);
1102
+ r.static || ve(n, r, l, s, e, i, a);
1087
1103
  },
1088
1104
  hasDelete: i !== void 0 && !a,
1089
1105
  onDelete: () => {
@@ -1092,9 +1108,9 @@ function qa(e) {
1092
1108
  readonly: r.static || r.readonly
1093
1109
  }) };
1094
1110
  }
1095
- const Ka = { class: "d-flex justify-space-between align-center" }, Ia = /* @__PURE__ */ H({
1111
+ const Ka = { class: "d-flex justify-space-between align-center" }, Ia = /* @__PURE__ */ j({
1096
1112
  __name: "numInput",
1097
- props: /* @__PURE__ */ F({
1113
+ props: /* @__PURE__ */ B({
1098
1114
  hasDelete: { type: Boolean, default: !1 },
1099
1115
  precision: { default: 4 },
1100
1116
  min: { default: () => -1 / 0 },
@@ -1105,13 +1121,13 @@ const Ka = { class: "d-flex justify-space-between align-center" }, Ia = /* @__PU
1105
1121
  modelValue: {},
1106
1122
  modelModifiers: {}
1107
1123
  }),
1108
- emits: /* @__PURE__ */ F(["delete"], ["update:modelValue"]),
1124
+ emits: /* @__PURE__ */ B(["delete"], ["update:modelValue"]),
1109
1125
  setup(e, { emit: t }) {
1110
- const n = ce(e, "modelValue"), r = t;
1126
+ const n = de(e, "modelValue"), r = t;
1111
1127
  return (l, i) => {
1112
- const a = P("v-number-input"), s = P("v-icon"), o = ue("ripple");
1113
- return O(), Z("div", Ka, [
1114
- ee(M(a, {
1128
+ const a = P("v-number-input"), s = P("v-icon"), o = fe("ripple");
1129
+ return O(), W("div", Ka, [
1130
+ ne(M(a, {
1115
1131
  modelValue: n.value,
1116
1132
  "onUpdate:modelValue": i[0] || (i[0] = (u) => n.value = u),
1117
1133
  density: "compact",
@@ -1131,21 +1147,21 @@ const Ka = { class: "d-flex justify-space-between align-center" }, Ia = /* @__PU
1131
1147
  { stop: !0 }
1132
1148
  ]
1133
1149
  ]),
1134
- l.hasDelete ? (O(), L(s, {
1150
+ l.hasDelete ? (O(), x(s, {
1135
1151
  key: 0,
1136
1152
  class: "mx-2",
1137
- icon: N(ae),
1138
- onClick: i[1] || (i[1] = j((u) => r("delete"), ["stop"]))
1139
- }, null, 8, ["icon"])) : Y("", !0)
1153
+ icon: F(oe),
1154
+ onClick: i[1] || (i[1] = G((u) => r("delete"), ["stop"]))
1155
+ }, null, 8, ["icon"])) : Z("", !0)
1140
1156
  ]);
1141
1157
  };
1142
1158
  }
1143
1159
  });
1144
1160
  function Xa(e) {
1145
- return { renderUiNumInput: (n, r, l, i, a) => r.ui !== "numInput" ? (console.assert(!1), g("div", "renderUiNumInput prop ui must be numInput")) : g(Ia, {
1146
- modelValue: fe(n, r, l, e, i, a),
1161
+ return { renderUiNumInput: (n, r, l, i, a) => r.ui !== "numInput" ? (console.assert(!1), y("div", "renderUiNumInput prop ui must be numInput")) : y(Ia, {
1162
+ modelValue: pe(n, r, l, e, i, a),
1147
1163
  "onUpdate:modelValue": (s) => {
1148
- de(n, r, l, s, e, i, a);
1164
+ ve(n, r, l, s, e, i, a);
1149
1165
  },
1150
1166
  hasDelete: i !== void 0 && !a,
1151
1167
  onDelete: () => {
@@ -1154,21 +1170,21 @@ function Xa(e) {
1154
1170
  readonly: r.readonly
1155
1171
  }) };
1156
1172
  }
1157
- const Ya = { class: "d-flex justify-space-between align-center" }, Za = /* @__PURE__ */ H({
1173
+ const Ya = { class: "d-flex justify-space-between align-center" }, Za = /* @__PURE__ */ j({
1158
1174
  __name: "switch",
1159
- props: /* @__PURE__ */ F({
1175
+ props: /* @__PURE__ */ B({
1160
1176
  hasDelete: { type: Boolean, default: !1 },
1161
1177
  readonly: { type: Boolean, default: !1 }
1162
1178
  }, {
1163
1179
  modelValue: { type: Boolean },
1164
1180
  modelModifiers: {}
1165
1181
  }),
1166
- emits: /* @__PURE__ */ F(["delete"], ["update:modelValue"]),
1182
+ emits: /* @__PURE__ */ B(["delete"], ["update:modelValue"]),
1167
1183
  setup(e, { emit: t }) {
1168
- const n = ce(e, "modelValue"), r = t;
1184
+ const n = de(e, "modelValue"), r = t;
1169
1185
  return (l, i) => {
1170
1186
  const a = P("v-switch"), s = P("v-icon");
1171
- return O(), Z("div", Ya, [
1187
+ return O(), W("div", Ya, [
1172
1188
  M(a, {
1173
1189
  modelValue: n.value,
1174
1190
  "onUpdate:modelValue": i[0] || (i[0] = (o) => n.value = o),
@@ -1178,21 +1194,21 @@ const Ya = { class: "d-flex justify-space-between align-center" }, Za = /* @__PU
1178
1194
  "hide-details": "",
1179
1195
  readonly: l.readonly
1180
1196
  }, null, 8, ["modelValue", "readonly"]),
1181
- l.hasDelete ? (O(), L(s, {
1197
+ l.hasDelete ? (O(), x(s, {
1182
1198
  key: 0,
1183
1199
  class: "mx-2",
1184
- icon: N(ae),
1185
- onClick: i[1] || (i[1] = j((o) => r("delete"), ["stop"]))
1186
- }, null, 8, ["icon"])) : Y("", !0)
1200
+ icon: F(oe),
1201
+ onClick: i[1] || (i[1] = G((o) => r("delete"), ["stop"]))
1202
+ }, null, 8, ["icon"])) : Z("", !0)
1187
1203
  ]);
1188
1204
  };
1189
1205
  }
1190
1206
  });
1191
1207
  function Wa(e) {
1192
- return { renderUiSwitch: (n, r, l, i, a) => r.ui !== "switch" ? (console.assert(!1), g("div", "renderUiSwitch prop ui must be switch")) : g(Za, {
1193
- modelValue: fe(n, r, l, e, i, a),
1208
+ return { renderUiSwitch: (n, r, l, i, a) => r.ui !== "switch" ? (console.assert(!1), y("div", "renderUiSwitch prop ui must be switch")) : y(Za, {
1209
+ modelValue: pe(n, r, l, e, i, a),
1194
1210
  "onUpdate:modelValue": (s) => {
1195
- de(n, r, l, s, e, i, a);
1211
+ ve(n, r, l, s, e, i, a);
1196
1212
  },
1197
1213
  hasDelete: i !== void 0 && !a,
1198
1214
  onDelete: () => {
@@ -1201,9 +1217,9 @@ function Wa(e) {
1201
1217
  readonly: r.readonly
1202
1218
  }) };
1203
1219
  }
1204
- const Ja = { class: "d-flex justify-space-between align-center" }, Qa = /* @__PURE__ */ H({
1220
+ const Ja = { class: "d-flex justify-space-between align-center" }, Qa = /* @__PURE__ */ j({
1205
1221
  __name: "select",
1206
- props: /* @__PURE__ */ F({
1222
+ props: /* @__PURE__ */ B({
1207
1223
  hasDelete: { type: Boolean, default: !1 },
1208
1224
  readonly: { type: Boolean, default: !1 },
1209
1225
  items: {}
@@ -1211,13 +1227,13 @@ const Ja = { class: "d-flex justify-space-between align-center" }, Qa = /* @__PU
1211
1227
  modelValue: {},
1212
1228
  modelModifiers: {}
1213
1229
  }),
1214
- emits: /* @__PURE__ */ F(["delete"], ["update:modelValue"]),
1230
+ emits: /* @__PURE__ */ B(["delete"], ["update:modelValue"]),
1215
1231
  setup(e, { emit: t }) {
1216
- const n = ce(e, "modelValue"), r = t;
1232
+ const n = de(e, "modelValue"), r = t;
1217
1233
  return (l, i) => {
1218
- const a = P("v-select"), s = P("v-icon"), o = ue("ripple");
1219
- return O(), Z("div", Ja, [
1220
- ee(M(a, {
1234
+ const a = P("v-select"), s = P("v-icon"), o = fe("ripple");
1235
+ return O(), W("div", Ja, [
1236
+ ne(M(a, {
1221
1237
  modelValue: n.value,
1222
1238
  "onUpdate:modelValue": i[0] || (i[0] = (u) => n.value = u),
1223
1239
  density: "compact",
@@ -1233,22 +1249,22 @@ const Ja = { class: "d-flex justify-space-between align-center" }, Qa = /* @__PU
1233
1249
  { stop: !0 }
1234
1250
  ]
1235
1251
  ]),
1236
- l.hasDelete ? (O(), L(s, {
1252
+ l.hasDelete ? (O(), x(s, {
1237
1253
  key: 0,
1238
1254
  class: "mx-2",
1239
- icon: N(ae),
1240
- onClick: i[1] || (i[1] = j((u) => r("delete"), ["stop"]))
1241
- }, null, 8, ["icon"])) : Y("", !0)
1255
+ icon: F(oe),
1256
+ onClick: i[1] || (i[1] = G((u) => r("delete"), ["stop"]))
1257
+ }, null, 8, ["icon"])) : Z("", !0)
1242
1258
  ]);
1243
1259
  };
1244
1260
  }
1245
1261
  });
1246
1262
  function ka(e) {
1247
- const { t } = $e();
1248
- return { renderUiSelect: (r, l, i, a, s) => l.ui !== "select" ? (console.assert(!1), g("div", "renderUiSelect prop ui must be select")) : g(Qa, {
1249
- modelValue: fe(r, l, i, e, a, s),
1263
+ const { t } = Ae();
1264
+ return { renderUiSelect: (r, l, i, a, s) => l.ui !== "select" ? (console.assert(!1), y("div", "renderUiSelect prop ui must be select")) : y(Qa, {
1265
+ modelValue: pe(r, l, i, e, a, s),
1250
1266
  "onUpdate:modelValue": (o) => {
1251
- de(r, l, i, o, e, a, s);
1267
+ ve(r, l, i, o, e, a, s);
1252
1268
  },
1253
1269
  hasDelete: a !== void 0 && !s,
1254
1270
  onDelete: () => {
@@ -1266,24 +1282,24 @@ function ka(e) {
1266
1282
  readonly: l.readonly
1267
1283
  }) };
1268
1284
  }
1269
- const es = /* @__PURE__ */ H({
1285
+ const es = /* @__PURE__ */ j({
1270
1286
  __name: "compSelect",
1271
1287
  setup(e) {
1272
- const t = X(() => "<n/a>"), n = () => {
1288
+ const t = Y(() => "<n/a>"), n = () => {
1273
1289
  }, { open: r } = Bt("compSelectDlg", n);
1274
1290
  return (l, i) => {
1275
1291
  const a = P("v-btn"), s = P("v-dialog");
1276
- return O(), L(s, {
1277
- modelValue: N(r),
1292
+ return O(), x(s, {
1293
+ modelValue: F(r),
1278
1294
  "onUpdate:modelValue": i[0] || (i[0] = (o) => xt(r) ? r.value = o : null)
1279
1295
  }, {
1280
- activator: K(({ props: o }) => [
1296
+ activator: I(({ props: o }) => [
1281
1297
  M(a, Ft(o, {
1282
1298
  density: "comfortable",
1283
1299
  block: ""
1284
1300
  }), {
1285
- default: K(() => [
1286
- Je(Ne(t.value), 1)
1301
+ default: I(() => [
1302
+ Ze(Me(t.value), 1)
1287
1303
  ]),
1288
1304
  _: 2
1289
1305
  }, 1040)
@@ -1294,59 +1310,60 @@ const es = /* @__PURE__ */ H({
1294
1310
  }
1295
1311
  });
1296
1312
  function ts(e) {
1297
- return { renderUiCompSelect: (n, r, l, i, a) => r.ui !== "compSelect" ? (console.assert(!1), g("div", "renderUiCompSelect prop ui must be compSelect")) : (console.log(n, r, l, i, a, e), g(es, {})) };
1313
+ return { renderUiCompSelect: (n, r, l, i, a) => r.ui !== "compSelect" ? (console.assert(!1), y("div", "renderUiCompSelect prop ui must be compSelect")) : (console.log(n, r, l, i, a, e), y(es, {})) };
1298
1314
  }
1299
- const ns = { class: "d-flex justify-space-between align-center" }, rs = /* @__PURE__ */ H({
1315
+ const ns = { class: "d-flex justify-space-between align-center" }, rs = /* @__PURE__ */ j({
1300
1316
  __name: "colorPicker",
1301
- props: /* @__PURE__ */ F({
1317
+ props: /* @__PURE__ */ B({
1302
1318
  hasDelete: { type: Boolean, default: !1 },
1303
1319
  readonly: { type: Boolean, default: !1 }
1304
1320
  }, {
1305
1321
  modelValue: {},
1306
1322
  modelModifiers: {}
1307
1323
  }),
1308
- emits: /* @__PURE__ */ F(["delete"], ["update:modelValue"]),
1324
+ emits: /* @__PURE__ */ B(["delete"], ["update:modelValue"]),
1309
1325
  setup(e, { emit: t }) {
1310
- const n = ce(e, "modelValue"), r = t, l = X(() => {
1326
+ const n = de(e, "modelValue"), r = t, l = Y(() => {
1311
1327
  let s = "100%";
1312
1328
  return e.hasDelete && (s = "calc(100% - 37px)"), {
1313
1329
  width: s
1314
1330
  };
1315
- }), i = X(() => e.readonly), a = R("hexa");
1331
+ }), i = Y(() => e.readonly), a = L("hexa");
1316
1332
  return (s, o) => {
1317
- const u = P("v-btn"), f = P("v-icon"), d = P("v-color-picker"), _ = P("v-menu");
1318
- return O(), L(_, { "close-on-content-click": !1 }, {
1319
- activator: K(({ props: h }) => [
1320
- De("div", ns, [
1321
- De("div", {
1322
- style: Qe(l.value)
1333
+ const u = P("v-btn"), f = P("v-icon"), d = P("v-color-picker"), h = P("v-menu");
1334
+ return O(), x(h, { "close-on-content-click": !1 }, {
1335
+ activator: I(({ props: g }) => [
1336
+ Ue("div", ns, [
1337
+ Ue("div", {
1338
+ class: "flex-grow-1",
1339
+ style: We(l.value)
1323
1340
  }, [
1324
- M(u, Ft(h, {
1341
+ M(u, Ft(g, {
1325
1342
  density: "comfortable",
1326
1343
  color: n.value,
1327
1344
  block: "",
1328
1345
  disabled: i.value
1329
1346
  }), {
1330
- default: K(() => [
1331
- Je(Ne(n.value), 1)
1347
+ default: I(() => [
1348
+ Ze(Me(n.value), 1)
1332
1349
  ]),
1333
1350
  _: 2
1334
1351
  }, 1040, ["color", "disabled"])
1335
1352
  ], 4),
1336
- s.hasDelete ? (O(), L(f, {
1353
+ s.hasDelete ? (O(), x(f, {
1337
1354
  key: 0,
1338
1355
  class: "mx-2",
1339
- icon: N(ae),
1340
- onClick: o[0] || (o[0] = j((T) => r("delete"), ["stop"]))
1341
- }, null, 8, ["icon"])) : Y("", !0)
1356
+ icon: F(oe),
1357
+ onClick: o[0] || (o[0] = G((_) => r("delete"), ["stop"]))
1358
+ }, null, 8, ["icon"])) : Z("", !0)
1342
1359
  ])
1343
1360
  ]),
1344
- default: K(() => [
1361
+ default: I(() => [
1345
1362
  M(d, {
1346
1363
  modelValue: n.value,
1347
- "onUpdate:modelValue": o[1] || (o[1] = (h) => n.value = h),
1364
+ "onUpdate:modelValue": o[1] || (o[1] = (g) => n.value = g),
1348
1365
  mode: a.value,
1349
- "onUpdate:mode": o[2] || (o[2] = (h) => a.value = h),
1366
+ "onUpdate:mode": o[2] || (o[2] = (g) => a.value = g),
1350
1367
  "show-swatches": "",
1351
1368
  "swatches-max-height": "150px"
1352
1369
  }, null, 8, ["modelValue", "mode"])
@@ -1357,10 +1374,10 @@ const ns = { class: "d-flex justify-space-between align-center" }, rs = /* @__PU
1357
1374
  }
1358
1375
  });
1359
1376
  function is(e) {
1360
- return { renderUiColorPicker: (n, r, l, i, a) => r.ui !== "colorPicker" ? (console.assert(!1), g("div", "renderUiColorPicker prop ui must be colorPicker")) : g(rs, {
1361
- modelValue: fe(n, r, l, e, i, a),
1377
+ return { renderUiColorPicker: (n, r, l, i, a) => r.ui !== "colorPicker" ? (console.assert(!1), y("div", "renderUiColorPicker prop ui must be colorPicker")) : y(rs, {
1378
+ modelValue: pe(n, r, l, e, i, a),
1362
1379
  "onUpdate:modelValue": (s) => {
1363
- de(n, r, l, s, e, i, a);
1380
+ ve(n, r, l, s, e, i, a);
1364
1381
  },
1365
1382
  hasDelete: i !== void 0 && !a,
1366
1383
  onDelete: () => {
@@ -1369,18 +1386,18 @@ function is(e) {
1369
1386
  readonly: r.readonly
1370
1387
  }) };
1371
1388
  }
1372
- const ls = { class: "d-flex justify-space-between align-center my-2" }, as = /* @__PURE__ */ H({
1389
+ const ls = { class: "d-flex justify-space-between align-center my-2" }, as = { class: "flex-grow-1" }, ss = /* @__PURE__ */ j({
1373
1390
  __name: "multiTypes",
1374
- props: /* @__PURE__ */ F({
1391
+ props: /* @__PURE__ */ B({
1375
1392
  hasDelete: { type: Boolean, default: !1 },
1376
1393
  types: {}
1377
1394
  }, {
1378
1395
  modelValue: { default: "" },
1379
1396
  modelModifiers: {}
1380
1397
  }),
1381
- emits: /* @__PURE__ */ F(["delete"], ["update:modelValue"]),
1398
+ emits: /* @__PURE__ */ B(["delete"], ["update:modelValue"]),
1382
1399
  setup(e, { emit: t }) {
1383
- const { t: n } = $e(), r = ce(e, "modelValue"), l = t, i = R(0), a = X(() => {
1400
+ const { t: n } = Ae(), r = de(e, "modelValue"), l = t, i = L(0), a = Y(() => {
1384
1401
  const u = [];
1385
1402
  return e.types.forEach((f, d) => {
1386
1403
  u.push({
@@ -1390,38 +1407,38 @@ const ls = { class: "d-flex justify-space-between align-center my-2" }, as = /*
1390
1407
  }), u;
1391
1408
  });
1392
1409
  e.types.some((u, f) => u.validator(r.value) ? (i.value = f, !0) : !1);
1393
- const s = X(() => e.types[i.value]);
1394
- Ke(s, (u) => {
1410
+ const s = Y(() => e.types[i.value]);
1411
+ ze(s, (u) => {
1395
1412
  r.value = u.default;
1396
1413
  });
1397
- const o = R(0);
1414
+ const o = L(0);
1398
1415
  return bn(() => {
1399
1416
  s.value.ui === "pixelInput" ? o.value = wn(r.value) : s.value.ui === "percentInput" && (o.value = Sn(r.value));
1400
- }), Ke(o, (u) => {
1417
+ }), ze(o, (u) => {
1401
1418
  s.value.ui === "pixelInput" ? r.value = u + "px" : s.value.ui === "percentInput" && (r.value = u + "%");
1402
1419
  }), (u, f) => {
1403
- const d = P("v-select"), _ = P("v-number-input"), h = P("v-icon"), T = ue("ripple");
1404
- return O(), Z("div", ls, [
1405
- De("div", null, [
1406
- ee(M(d, {
1420
+ const d = P("v-select"), h = P("v-number-input"), g = P("v-icon"), _ = fe("ripple");
1421
+ return O(), W("div", ls, [
1422
+ Ue("div", as, [
1423
+ ne(M(d, {
1407
1424
  modelValue: i.value,
1408
- "onUpdate:modelValue": f[0] || (f[0] = ($) => i.value = $),
1425
+ "onUpdate:modelValue": f[0] || (f[0] = (w) => i.value = w),
1409
1426
  density: "compact",
1410
1427
  items: a.value,
1411
1428
  "hide-details": "",
1412
1429
  "single-line": ""
1413
1430
  }, null, 8, ["modelValue", "items"]), [
1414
1431
  [
1415
- T,
1432
+ _,
1416
1433
  void 0,
1417
1434
  void 0,
1418
1435
  { stop: !0 }
1419
1436
  ]
1420
1437
  ]),
1421
- s.value.ui === "pixelInput" || s.value.ui === "percentInput" ? ee((O(), L(_, {
1438
+ s.value.ui === "pixelInput" || s.value.ui === "percentInput" ? ne((O(), x(h, {
1422
1439
  key: 0,
1423
1440
  modelValue: o.value,
1424
- "onUpdate:modelValue": f[1] || (f[1] = ($) => o.value = $),
1441
+ "onUpdate:modelValue": f[1] || (f[1] = (w) => o.value = w),
1425
1442
  density: "compact",
1426
1443
  "control-variant": "stacked",
1427
1444
  precision: s.value.precision,
@@ -1432,28 +1449,28 @@ const ls = { class: "d-flex justify-space-between align-center my-2" }, as = /*
1432
1449
  "single-line": ""
1433
1450
  }, null, 8, ["modelValue", "precision", "min", "max", "step"])), [
1434
1451
  [
1435
- T,
1452
+ _,
1436
1453
  void 0,
1437
1454
  void 0,
1438
1455
  { stop: !0 }
1439
1456
  ]
1440
- ]) : Y("", !0)
1457
+ ]) : Z("", !0)
1441
1458
  ]),
1442
- u.hasDelete ? (O(), L(h, {
1459
+ u.hasDelete ? (O(), x(g, {
1443
1460
  key: 0,
1444
1461
  class: "mx-2",
1445
- icon: N(ae),
1446
- onClick: f[2] || (f[2] = j(($) => l("delete"), ["stop"]))
1447
- }, null, 8, ["icon"])) : Y("", !0)
1462
+ icon: F(oe),
1463
+ onClick: f[2] || (f[2] = G((w) => l("delete"), ["stop"]))
1464
+ }, null, 8, ["icon"])) : Z("", !0)
1448
1465
  ]);
1449
1466
  };
1450
1467
  }
1451
1468
  });
1452
- function ss(e) {
1453
- return { renderUiMultiTypes: (n, r, l, i, a) => r.ui !== "multiTypes" ? (console.assert(!1), g("div", "renderUiMultiTypes prop ui must be multiTypes")) : g(as, {
1454
- modelValue: fe(n, r, l, e, i, a),
1469
+ function os(e) {
1470
+ return { renderUiMultiTypes: (n, r, l, i, a) => r.ui !== "multiTypes" ? (console.assert(!1), y("div", "renderUiMultiTypes prop ui must be multiTypes")) : y(ss, {
1471
+ modelValue: pe(n, r, l, e, i, a),
1455
1472
  "onUpdate:modelValue": (s) => {
1456
- de(n, r, l, s, e, i, a);
1473
+ ve(n, r, l, s, e, i, a);
1457
1474
  },
1458
1475
  hasDelete: i !== void 0 && !a,
1459
1476
  onDelete: () => {
@@ -1462,7 +1479,7 @@ function ss(e) {
1462
1479
  types: r.types
1463
1480
  }) };
1464
1481
  }
1465
- const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /* @__PURE__ */ H({
1482
+ const Lt = (e) => !(e instanceof Array), Ge = (e) => e instanceof Array, us = /* @__PURE__ */ j({
1466
1483
  __name: "index",
1467
1484
  props: {
1468
1485
  unique: {},
@@ -1471,47 +1488,47 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1471
1488
  },
1472
1489
  emits: ["change"],
1473
1490
  setup(e, { emit: t }) {
1474
- const { t: n } = $e(), { backgroundColor1: r } = ke(), l = e, i = t, a = R("20px"), s = R("56px"), o = R("200px"), u = An({}), f = R({}), d = (m, c) => {
1475
- Mt(f, l.config, l.object), i("change", m, c);
1491
+ const { t: n } = Ae(), { backgroundColor1: r } = Je(), l = e, i = t, a = L("20px"), s = L("56px"), o = L("200px"), u = An({}), f = L({}), d = (v, c) => {
1492
+ Mt(f, l.config, l.object), i("change", v, c);
1476
1493
  };
1477
- Ke(
1494
+ ze(
1478
1495
  [() => l.config, () => l.object],
1479
1496
  () => {
1480
- Mt(f, l.config, l.object, (m, c) => {
1481
- i("change", m, c);
1497
+ Mt(f, l.config, l.object, (v, c) => {
1498
+ i("change", v, c);
1482
1499
  });
1483
1500
  },
1484
1501
  { immediate: !0 }
1485
1502
  );
1486
- const { renderProp: _ } = Ha(f, s, o), { renderUiDummy: h } = ja(d), { renderUiStrInput: T } = qa(d), { renderUiNumInput: $ } = Xa(d), { renderUiSwitch: C } = Wa(d), { renderUiSelect: D } = ka(d), { renderUiColorPicker: z } = is(d), { renderUiMultiTypes: we } = ss(d), { renderUiCompSelect: se } = ts(d), q = (m, c, v, p, y, S) => (m = un(m), y !== void 0 ? (m.push(y), S && m.push(c.key)) : m.push(c.key), c.ui ? c.array && y === void 0 ? mn(m, c, v, p, y, S) : vn(m, c, v, y, S) : c.array ? dn(m, c, v, p, y, S) : pn(
1487
- m,
1488
- c,
1503
+ const { renderProp: h } = Ha(f, s, o), { renderUiDummy: g } = ja(d), { renderUiStrInput: _ } = qa(d), { renderUiNumInput: w } = Xa(d), { renderUiSwitch: C } = Wa(d), { renderUiSelect: U } = ka(d), { renderUiColorPicker: R } = is(d), { renderUiMultiTypes: q } = os(d), { renderUiCompSelect: Q } = ts(d), K = (v, c, m, p, T, S) => (v = un(v), T !== void 0 ? (v.push(T), S && v.push(c.key)) : v.push(c.key), c.ui ? c.array && T === void 0 ? vn(v, c, m, p, T, S) : mn(v, c, m, T, S) : c.array ? dn(v, c, m, p, T, S) : pn(
1489
1504
  v,
1505
+ c,
1506
+ m,
1490
1507
  p,
1491
- y,
1508
+ T,
1492
1509
  S
1493
- )), dn = (m, c, v, p, y, S) => {
1510
+ )), dn = (v, c, m, p, T, S) => {
1494
1511
  if (c.ui)
1495
- return console.assert(!1), g("div", "renderBranchArray prop ui must be invalid");
1512
+ return console.assert(!1), y("div", "renderBranchArray prop ui must be invalid");
1496
1513
  if (!c.array)
1497
- return console.assert(!1), g("div", "renderBranchArray prop array must be valid");
1514
+ return console.assert(!1), y("div", "renderBranchArray prop array must be valid");
1498
1515
  if (!p)
1499
- return console.assert(!1), g("div", "renderBranchArray branch must be valid");
1500
- let V;
1501
- y !== void 0 && !S ? (v[y] instanceof Array || (v[y] = E(c), d(m, v[c.key])), V = v[y]) : (v[c.key] instanceof Array || (v[c.key] = E(c), d(m, v[c.key])), V = v[c.key]);
1502
- let Q = n(c.name);
1503
- p.collapse && ge(f, m) && (Q += " *");
1504
- const pe = g(Ce, {
1505
- title: Q,
1516
+ return console.assert(!1), y("div", "renderBranchArray branch must be valid");
1517
+ let D;
1518
+ T !== void 0 && !S ? (m[T] instanceof Array || (m[T] = E(c), d(v, m[c.key])), D = m[T]) : (m[c.key] instanceof Array || (m[c.key] = E(c), d(v, m[c.key])), D = m[c.key]);
1519
+ let ee = n(c.name);
1520
+ p.collapse && _e(f, v) && (ee += " *");
1521
+ const me = y(Oe, {
1522
+ title: ee,
1506
1523
  collapse: p.collapse,
1507
1524
  hasCreate: !0,
1508
- onCollapse: (A) => {
1509
- p.collapse = A;
1525
+ onCollapse: (b) => {
1526
+ p.collapse = b;
1510
1527
  },
1511
1528
  onCreate: () => {
1512
- V.push({}), d(m, V);
1529
+ D.push({}), d(v, D);
1513
1530
  }
1514
- }), x = g(
1531
+ }), N = y(
1515
1532
  "div",
1516
1533
  {
1517
1534
  style: {
@@ -1519,40 +1536,41 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1519
1536
  }
1520
1537
  },
1521
1538
  (() => {
1522
- const A = [];
1523
- for (let U = 0; U < V.length; U++) {
1524
- if (!Ue(p.children)) {
1539
+ const b = [];
1540
+ for (let V = 0; V < D.length; V++) {
1541
+ if (!Ge(p.children)) {
1525
1542
  console.assert(!1);
1526
1543
  break;
1527
1544
  }
1528
- p.children[U] || p.children.push({
1545
+ p.children[V] || p.children.push({
1529
1546
  collapse: !0,
1530
1547
  children: {}
1531
1548
  });
1532
- let Se = n("x-prop-tree.entry", { index: U });
1533
- p.children[U].collapse && ge(f, [...m, U]) && (Se += " *");
1534
- const yn = g(Ce, {
1535
- title: Se,
1536
- collapse: p.children[U].collapse,
1549
+ const ue = p.children[V];
1550
+ let st = n("x-prop-tree.entry", { index: V });
1551
+ p.children[V].collapse && _e(f, [...v, V]) && (st += " *");
1552
+ const yn = y(Oe, {
1553
+ title: st,
1554
+ collapse: p.children[V].collapse,
1537
1555
  hasDelete: !0,
1538
- index: U,
1539
- onCollapse: (k) => {
1540
- if (!Ue(p.children)) {
1556
+ index: V,
1557
+ onCollapse: (te) => {
1558
+ if (!Ge(p.children)) {
1541
1559
  console.assert(!1);
1542
1560
  return;
1543
1561
  }
1544
- p.children[U].collapse = k;
1562
+ p.children[V].collapse = te;
1545
1563
  },
1546
- onDelete: (k) => {
1547
- if (!Ue(p.children)) {
1564
+ onDelete: (te) => {
1565
+ if (!Ge(p.children)) {
1548
1566
  console.assert(!1);
1549
1567
  return;
1550
1568
  }
1551
- p.children.splice(k, 1), V.splice(k, 1), d(m, V);
1569
+ p.children.splice(te, 1), D.splice(te, 1), d(v, D);
1552
1570
  }
1553
1571
  });
1554
- A.push(yn);
1555
- const _n = g(
1572
+ b.push(yn);
1573
+ const _n = y(
1556
1574
  "div",
1557
1575
  {
1558
1576
  style: {
@@ -1560,39 +1578,34 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1560
1578
  }
1561
1579
  },
1562
1580
  (() => {
1563
- const k = [];
1564
- return c.children.forEach((me) => {
1565
- if (!Ue(p.children)) {
1566
- console.assert(!1);
1567
- return;
1568
- }
1569
- const Pe = p.children[U];
1570
- if (!Lt(Pe.children)) {
1581
+ const te = [];
1582
+ return c.children.forEach((ge) => {
1583
+ if (!Lt(ue.children)) {
1571
1584
  console.assert(!1);
1572
1585
  return;
1573
1586
  }
1574
- Pe.children[me.key] || (Pe.children[me.key] = {
1587
+ ue.children[ge.key] || (ue.children[ge.key] = {
1575
1588
  collapse: !0,
1576
- children: me.array ? [] : {}
1589
+ children: ge.array ? [] : {}
1577
1590
  });
1578
- const hn = q(
1579
- m,
1580
- me,
1581
- V[U],
1582
- Pe.children[me.key],
1583
- U,
1591
+ const hn = K(
1592
+ v,
1593
+ ge,
1594
+ D[V],
1595
+ ue.children[ge.key],
1596
+ V,
1584
1597
  !0
1585
1598
  );
1586
- k.push(hn);
1587
- }), k;
1599
+ te.push(hn);
1600
+ }), te;
1588
1601
  })()
1589
1602
  );
1590
- p.children[U].collapse || A.push(_n);
1603
+ p.children[V].collapse || b.push(_n);
1591
1604
  }
1592
- return A;
1605
+ return b;
1593
1606
  })()
1594
1607
  );
1595
- return g(
1608
+ return y(
1596
1609
  "div",
1597
1610
  {
1598
1611
  style: {
@@ -1600,30 +1613,30 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1600
1613
  }
1601
1614
  },
1602
1615
  (() => {
1603
- const A = [];
1604
- return A.push(pe), p.collapse || A.push(x), A;
1616
+ const b = [];
1617
+ return b.push(me), p.collapse || b.push(N), b;
1605
1618
  })()
1606
1619
  );
1607
- }, pn = (m, c, v, p, y, S) => {
1620
+ }, pn = (v, c, m, p, T, S) => {
1608
1621
  if (c.ui)
1609
- return console.assert(!1), g("div", "renderBranchScalar prop ui must be invalid");
1622
+ return console.assert(!1), y("div", "renderBranchScalar prop ui must be invalid");
1610
1623
  if (c.array)
1611
- return console.assert(!1), g("div", "renderBranchScalar prop array must be invalid");
1624
+ return console.assert(!1), y("div", "renderBranchScalar prop array must be invalid");
1612
1625
  if (!p)
1613
- return console.assert(!1), g("div", "renderBranchScalar branch must be valid");
1614
- let V = n(c.name);
1615
- p.collapse && ge(f, m) && (V += " *");
1616
- const Q = g(Ce, {
1617
- title: V,
1626
+ return console.assert(!1), y("div", "renderBranchScalar branch must be valid");
1627
+ let D = n(c.name);
1628
+ p.collapse && _e(f, v) && (D += " *");
1629
+ const ee = y(Oe, {
1630
+ title: D,
1618
1631
  collapse: p.collapse,
1619
- onCollapse: (x) => {
1620
- p.collapse = x;
1632
+ onCollapse: (N) => {
1633
+ p.collapse = N;
1621
1634
  },
1622
- hasDelete: y !== void 0 && !S,
1635
+ hasDelete: T !== void 0 && !S,
1623
1636
  onDelete: () => {
1624
- y === void 0 || S || (v.splice(y, 1), d(m.slice(0, -1), v));
1637
+ T === void 0 || S || (m.splice(T, 1), d(v.slice(0, -1), m));
1625
1638
  }
1626
- }), pe = g(
1639
+ }), me = y(
1627
1640
  "div",
1628
1641
  {
1629
1642
  style: {
@@ -1631,27 +1644,27 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1631
1644
  }
1632
1645
  },
1633
1646
  (() => {
1634
- const x = [];
1635
- return c.children.forEach((A) => {
1647
+ const N = [];
1648
+ return c.children.forEach((b) => {
1636
1649
  if (!Lt(p.children)) {
1637
1650
  console.assert(!1);
1638
1651
  return;
1639
1652
  }
1640
- p.children[A.key] || (p.children[A.key] = {
1653
+ p.children[b.key] || (p.children[b.key] = {
1641
1654
  collapse: !0,
1642
- children: !A.ui && A.array ? [] : {}
1655
+ children: !b.ui && b.array ? [] : {}
1643
1656
  });
1644
- const U = q(
1645
- m,
1646
- A,
1647
- (typeof v[c.key] != "object" && (v[c.key] = {}, d(m, v[c.key])), v[c.key]),
1648
- p.children[A.key]
1657
+ const V = K(
1658
+ v,
1659
+ b,
1660
+ (typeof m[c.key] != "object" && (m[c.key] = {}, d(v, m[c.key])), m[c.key]),
1661
+ p.children[b.key]
1649
1662
  );
1650
- x.push(U);
1651
- }), x;
1663
+ N.push(V);
1664
+ }), N;
1652
1665
  })()
1653
1666
  );
1654
- return g(
1667
+ return y(
1655
1668
  "div",
1656
1669
  {
1657
1670
  style: {
@@ -1659,32 +1672,32 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1659
1672
  }
1660
1673
  },
1661
1674
  (() => {
1662
- const x = [];
1663
- return x.push(Q), p.collapse || x.push(pe), x;
1675
+ const N = [];
1676
+ return N.push(ee), p.collapse || N.push(me), N;
1664
1677
  })()
1665
1678
  );
1666
- }, mn = (m, c, v, p, y, S) => {
1679
+ }, vn = (v, c, m, p, T, S) => {
1667
1680
  if (!c.ui)
1668
- return console.assert(!1), g("div", "renderLeafArray prop ui must be valid");
1681
+ return console.assert(!1), y("div", "renderLeafArray prop ui must be valid");
1669
1682
  if (!c.array)
1670
- return console.assert(!1), g("div", "renderLeafArray prop array must be valid");
1683
+ return console.assert(!1), y("div", "renderLeafArray prop array must be valid");
1671
1684
  if (!p)
1672
- return console.assert(!1), g("div", "renderLeafArray branch must be valid");
1673
- let V;
1674
- y !== void 0 && !S ? (v[y] instanceof Array || (v[y] = E(c), d(m, v[y])), V = v[y]) : (v[c.key] instanceof Array || (v[c.key] = E(c), d(m, v[c.key])), V = v[c.key]);
1675
- let Q = n(c.name);
1676
- p.collapse && ge(f, m) && (Q += " *");
1677
- const pe = g(Ce, {
1678
- title: Q,
1685
+ return console.assert(!1), y("div", "renderLeafArray branch must be valid");
1686
+ let D;
1687
+ T !== void 0 && !S ? (m[T] instanceof Array || (m[T] = E(c), d(v, m[T])), D = m[T]) : (m[c.key] instanceof Array || (m[c.key] = E(c), d(v, m[c.key])), D = m[c.key]);
1688
+ let ee = n(c.name);
1689
+ p.collapse && _e(f, v) && (ee += " *");
1690
+ const me = y(Oe, {
1691
+ title: ee,
1679
1692
  collapse: p.collapse,
1680
1693
  hasCreate: !0,
1681
- onCollapse: (A) => {
1682
- p.collapse = A;
1694
+ onCollapse: (b) => {
1695
+ p.collapse = b;
1683
1696
  },
1684
1697
  onCreate: () => {
1685
- V.push(E(c, !0)), d(m, V);
1698
+ D.push(E(c, !0)), d(v, D);
1686
1699
  }
1687
- }), x = g(
1700
+ }), N = y(
1688
1701
  "div",
1689
1702
  {
1690
1703
  style: {
@@ -1692,15 +1705,15 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1692
1705
  }
1693
1706
  },
1694
1707
  (() => {
1695
- const A = [];
1696
- for (let U = 0; U < V.length; U++) {
1697
- const Se = q(m, c, V, void 0, U, !1);
1698
- A.push(Se);
1708
+ const b = [];
1709
+ for (let V = 0; V < D.length; V++) {
1710
+ const ue = K(v, c, D, void 0, V, !1);
1711
+ b.push(ue);
1699
1712
  }
1700
- return A;
1713
+ return b;
1701
1714
  })()
1702
1715
  );
1703
- return g(
1716
+ return y(
1704
1717
  "div",
1705
1718
  {
1706
1719
  style: {
@@ -1708,16 +1721,16 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1708
1721
  }
1709
1722
  },
1710
1723
  (() => {
1711
- const A = [];
1712
- return A.push(pe), p.collapse || A.push(x), A;
1724
+ const b = [];
1725
+ return b.push(me), p.collapse || b.push(N), b;
1713
1726
  })()
1714
1727
  );
1715
- }, vn = (m, c, v, p, y) => {
1728
+ }, mn = (v, c, m, p, T) => {
1716
1729
  if (!c.ui)
1717
- return console.assert(!1), g("div", "renderLeafScalar prop ui must be valid");
1730
+ return console.assert(!1), y("div", "renderLeafScalar prop ui must be valid");
1718
1731
  let S;
1719
- return c.ui === "dummy" ? S = h(m, c, v, p, y) : c.ui === "strInput" ? S = T(m, c, v, p, y) : c.ui === "numInput" ? S = $(m, c, v, p, y) : c.ui === "switch" ? S = C(m, c, v, p, y) : c.ui === "select" ? S = D(m, c, v, p, y) : c.ui === "colorPicker" ? S = z(m, c, v, p, y) : c.ui === "multiTypes" ? S = we(m, c, v, p, y) : c.ui === "compSelect" ? S = se(m, c, v, p, y) : console.assert(!1, "renderLeafScalar not implemented"), _(m, c, S ? [S] : []);
1720
- }, gn = () => g(
1732
+ return c.ui === "dummy" ? S = g(v, c, m, p, T) : c.ui === "strInput" ? S = _(v, c, m, p, T) : c.ui === "numInput" ? S = w(v, c, m, p, T) : c.ui === "switch" ? S = C(v, c, m, p, T) : c.ui === "select" ? S = U(v, c, m, p, T) : c.ui === "colorPicker" ? S = R(v, c, m, p, T) : c.ui === "multiTypes" ? S = q(v, c, m, p, T) : c.ui === "compSelect" ? S = Q(v, c, m, p, T) : console.assert(!1, "renderLeafScalar not implemented"), S ? h(v, c, S) : y("div");
1733
+ }, gn = () => y(
1721
1734
  "div",
1722
1735
  {
1723
1736
  class: "text-body-2",
@@ -1726,30 +1739,30 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1726
1739
  }
1727
1740
  },
1728
1741
  (() => {
1729
- const m = [];
1742
+ const v = [];
1730
1743
  if (l.unique && l.config.length > 0 && l.object) {
1731
1744
  u[l.unique] || (u[l.unique] = {});
1732
1745
  const c = u[l.unique];
1733
- l.config.forEach((v) => {
1734
- c[v.key] || (c[v.key] = {
1746
+ l.config.forEach((m) => {
1747
+ c[m.key] || (c[m.key] = {
1735
1748
  collapse: !0,
1736
- children: !v.ui && v.array ? [] : {}
1749
+ children: !m.ui && m.array ? [] : {}
1737
1750
  });
1738
- const p = q([], v, l.object, c[v.key]);
1739
- m.push(p);
1751
+ const p = K([], m, l.object, c[m.key]);
1752
+ v.push(p);
1740
1753
  });
1741
1754
  }
1742
- return m;
1755
+ return v;
1743
1756
  })()
1744
1757
  );
1745
- return (m, c) => (O(), Z(Nt, null, [
1758
+ return (v, c) => (O(), W(Nt, null, [
1746
1759
  M(gn),
1747
1760
  M(Ua)
1748
1761
  ], 64));
1749
1762
  }
1750
- }), us = (e) => {
1751
- e.component("XPropTree", os);
1752
- }, cs = (e, t, n) => {
1763
+ }), cs = (e) => {
1764
+ e.component("XPropTree", us);
1765
+ }, fs = (e, t, n) => {
1753
1766
  const r = e[t];
1754
1767
  return r ? typeof r == "function" ? r() : Promise.resolve(r) : new Promise((l, i) => {
1755
1768
  (typeof queueMicrotask == "function" ? queueMicrotask : setTimeout)(
@@ -1762,11 +1775,11 @@ const Lt = (e) => !(e instanceof Array), Ue = (e) => e instanceof Array, os = /*
1762
1775
  );
1763
1776
  });
1764
1777
  };
1765
- async function vs(e) {
1766
- return (await cs(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-eyioipy9.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-mtvnapj8.js") }), `./locales/${e}/index.ts`, 4)).default;
1778
+ async function gs(e) {
1779
+ return (await fs(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en-eyioipy9.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans-mtvnapj8.js") }), `./locales/${e}/index.ts`, 4)).default;
1767
1780
  }
1768
- const gs = { install: us };
1781
+ const ys = { install: cs };
1769
1782
  export {
1770
- gs as default,
1771
- vs as loadLocaleMessagePropTree
1783
+ ys as default,
1784
+ gs as loadLocaleMessagePropTree
1772
1785
  };