@opentinyvue/vue-runtime 3.23.0 → 3.24.0

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.
@@ -1,45 +1,45 @@
1
- import * as Oe from "vue";
2
- import K from "vue";
3
- import * as ur from "@vue/composition-api";
4
- import { t as He } from "@opentinyvue/vue-locale";
5
- function Te(e, t) {
1
+ import * as Te from "vue";
2
+ import X from "vue";
3
+ import * as cr from "@vue/composition-api";
4
+ import { t as qe } from "@opentinyvue/vue-locale";
5
+ function ke(e, t) {
6
6
  (t == null || t > e.length) && (t = e.length);
7
7
  for (var r = 0, n = Array(t); r < t; r++) n[r] = e[r];
8
8
  return n;
9
9
  }
10
- function fr(e) {
11
- if (Array.isArray(e)) return Te(e);
10
+ function dr(e) {
11
+ if (Array.isArray(e)) return ke(e);
12
12
  }
13
- function st(e, t) {
13
+ function lt(e, t) {
14
14
  if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function");
15
15
  }
16
- function cr(e, t) {
16
+ function vr(e, t) {
17
17
  for (var r = 0; r < t.length; r++) {
18
18
  var n = t[r];
19
- n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, ut(n.key), n);
19
+ n.enumerable = n.enumerable || !1, n.configurable = !0, "value" in n && (n.writable = !0), Object.defineProperty(e, ft(n.key), n);
20
20
  }
21
21
  }
22
- function lt(e, t, r) {
23
- return t && cr(e.prototype, t), Object.defineProperty(e, "prototype", {
22
+ function ut(e, t, r) {
23
+ return t && vr(e.prototype, t), Object.defineProperty(e, "prototype", {
24
24
  writable: !1
25
25
  }), e;
26
26
  }
27
27
  function te(e, t, r) {
28
- return (t = ut(t)) in e ? Object.defineProperty(e, t, {
28
+ return (t = ft(t)) in e ? Object.defineProperty(e, t, {
29
29
  value: r,
30
30
  enumerable: !0,
31
31
  configurable: !0,
32
32
  writable: !0
33
33
  }) : e[t] = r, e;
34
34
  }
35
- function dr(e) {
35
+ function pr(e) {
36
36
  if (typeof Symbol < "u" && e[Symbol.iterator] != null || e["@@iterator"] != null) return Array.from(e);
37
37
  }
38
- function vr() {
38
+ function gr() {
39
39
  throw new TypeError(`Invalid attempt to spread non-iterable instance.
40
40
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
41
41
  }
42
- function qe(e, t) {
42
+ function Ke(e, t) {
43
43
  var r = Object.keys(e);
44
44
  if (Object.getOwnPropertySymbols) {
45
45
  var n = Object.getOwnPropertySymbols(e);
@@ -52,18 +52,18 @@ function qe(e, t) {
52
52
  function D(e) {
53
53
  for (var t = 1; t < arguments.length; t++) {
54
54
  var r = arguments[t] != null ? arguments[t] : {};
55
- t % 2 ? qe(Object(r), !0).forEach(function(n) {
55
+ t % 2 ? Ke(Object(r), !0).forEach(function(n) {
56
56
  te(e, n, r[n]);
57
- }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : qe(Object(r)).forEach(function(n) {
57
+ }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(r)) : Ke(Object(r)).forEach(function(n) {
58
58
  Object.defineProperty(e, n, Object.getOwnPropertyDescriptor(r, n));
59
59
  });
60
60
  }
61
61
  return e;
62
62
  }
63
- function fe(e) {
64
- return fr(e) || dr(e) || gr(e) || vr();
63
+ function de(e) {
64
+ return dr(e) || pr(e) || hr(e) || gr();
65
65
  }
66
- function pr(e, t) {
66
+ function mr(e, t) {
67
67
  if (typeof e != "object" || !e) return e;
68
68
  var r = e[Symbol.toPrimitive];
69
69
  if (r !== void 0) {
@@ -73,26 +73,26 @@ function pr(e, t) {
73
73
  }
74
74
  return String(e);
75
75
  }
76
- function ut(e) {
77
- var t = pr(e, "string");
76
+ function ft(e) {
77
+ var t = mr(e, "string");
78
78
  return typeof t == "symbol" ? t : t + "";
79
79
  }
80
- function N(e) {
80
+ function z(e) {
81
81
  "@babel/helpers - typeof";
82
- return N = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
82
+ return z = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(t) {
83
83
  return typeof t;
84
84
  } : function(t) {
85
85
  return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
86
- }, N(e);
86
+ }, z(e);
87
87
  }
88
- function gr(e, t) {
88
+ function hr(e, t) {
89
89
  if (e) {
90
- if (typeof e == "string") return Te(e, t);
90
+ if (typeof e == "string") return ke(e, t);
91
91
  var r = {}.toString.call(e).slice(8, -1);
92
- return r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set" ? Array.from(e) : r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? Te(e, t) : void 0;
92
+ return r === "Object" && e.constructor && (r = e.constructor.name), r === "Map" || r === "Set" ? Array.from(e) : r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? ke(e, t) : void 0;
93
93
  }
94
94
  }
95
- var ft = function() {
95
+ var ct = function() {
96
96
  var t = {}, r = function(a, o) {
97
97
  var s = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1;
98
98
  if (a && typeof a == "string" && typeof o == "function") {
@@ -123,14 +123,14 @@ var ft = function() {
123
123
  }
124
124
  };
125
125
  return n;
126
- }, mr = function(t) {
126
+ }, yr = function(t) {
127
127
  var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = {};
128
128
  for (var i in t)
129
129
  i.indexOf("_") !== 0 && (n[i] = t[i]);
130
130
  for (var a in r)
131
131
  n[a] = r[a];
132
132
  return n;
133
- }, hr = function(t, r) {
133
+ }, br = function(t, r) {
134
134
  if (!(!t || !r)) {
135
135
  var n = [];
136
136
  typeof t == "string" ? n.push(t) : Array.isArray(t) && (n = t);
@@ -143,9 +143,9 @@ var ft = function() {
143
143
  });
144
144
  }), n.concat(a).join(" ");
145
145
  }
146
- }, yr = function() {
146
+ }, wr = function() {
147
147
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = arguments.length > 1 ? arguments[1] : void 0;
148
- if (N(r) === "object") {
148
+ if (z(r) === "object") {
149
149
  var n = Array.isArray(r) ? r : Object.keys(r).filter(function(a) {
150
150
  return r[a];
151
151
  }), i = "";
@@ -154,13 +154,13 @@ var ft = function() {
154
154
  }), i;
155
155
  } else
156
156
  return t[r] || "";
157
- }, br = 0, wr = function(t) {
157
+ }, Cr = 0, xr = function(t) {
158
158
  return function(r) {
159
159
  for (var n = t.parent ? Array.from(t.parent.childNodes) : [], i = 0; i < n.length; i++)
160
160
  if (n[i].textContent === r)
161
161
  return !0;
162
162
  };
163
- }, xr = function(t) {
163
+ }, Ar = function(t) {
164
164
  var r = t.hasComment, n = t.startComment, i = t.state, a = t.endComment;
165
165
  return function(o) {
166
166
  var s = document.createDocumentFragment();
@@ -184,7 +184,7 @@ var ft = function() {
184
184
  }
185
185
  return s;
186
186
  };
187
- }, Cr = function(t) {
187
+ }, Er = function(t) {
188
188
  var r = t.instance, n = t.getFragment, i = t.state, a = t.startComment, o = t.endComment;
189
189
  return function() {
190
190
  r.$el.appendChild(n());
@@ -197,7 +197,7 @@ var ft = function() {
197
197
  return i.parent && i.parent.removeChild(f);
198
198
  }), i.parent = null;
199
199
  };
200
- }, Ar = function(t) {
200
+ }, Or = function(t) {
201
201
  var r = t.state, n = t.props, i = t.disable, a = t.getFragment;
202
202
  return function() {
203
203
  if (r.waiting = !1, r.parent = document.querySelector(n.to), !r.parent) {
@@ -206,11 +206,11 @@ var ft = function() {
206
206
  }
207
207
  n.where === "before" ? r.parent.prepend(a(!0)) : r.parent.appendChild(a(!0));
208
208
  };
209
- }, Er = function(t) {
209
+ }, Tr = function(t) {
210
210
  return function() {
211
211
  t.observer && (t.observer.disconnect(), t.observer = null);
212
212
  };
213
- }, Or = function(t) {
213
+ }, kr = function(t) {
214
214
  var r = t.state, n = t.disable, i = t.props, a = t.move;
215
215
  return function(o) {
216
216
  for (var s = !1, l = 0; l < o.length; l++) {
@@ -221,7 +221,7 @@ var ft = function() {
221
221
  }
222
222
  s && a();
223
223
  };
224
- }, Tr = function(t) {
224
+ }, _r = function(t) {
225
225
  var r = t.state, n = t.onMutations;
226
226
  return function() {
227
227
  r.observer || (r.observer = new MutationObserver(function(i) {
@@ -233,12 +233,12 @@ var ft = function() {
233
233
  subtree: !0
234
234
  }));
235
235
  };
236
- }, kr = function(t) {
236
+ }, Sr = function(t) {
237
237
  var r = t.state, n = t.instance, i = t.props, a = t.bootObserver, o = t.maybeMove;
238
238
  return function() {
239
239
  r.nodes = Array.from(n.$el.childNodes), !i.disabled && a(), o();
240
240
  };
241
- }, Sr = function(t) {
241
+ }, Ir = function(t) {
242
242
  var r = t.disable, n = t.teardownObserver, i = t.bootObserver, a = t.move;
243
243
  return function(o) {
244
244
  if (o) {
@@ -248,7 +248,7 @@ var ft = function() {
248
248
  i(), a();
249
249
  };
250
250
  };
251
- const _r = function(e) {
251
+ const Mr = function(e) {
252
252
  var t = e.reactive, r = e.watch, n = e.getCurrentInstance, i = e.onUpdated, a = e.onMounted, o = e.onBeforeUnmount, s = e.h, l = e.defineComponent;
253
253
  return l({
254
254
  name: "Vue2Teleport",
@@ -269,53 +269,53 @@ const _r = function(e) {
269
269
  waiting: !1,
270
270
  observer: null,
271
271
  parent: null,
272
- id: ++br
273
- }), v = (f = n()) === null || f === void 0 ? void 0 : f.proxy, p = "[".concat(d.id, "]vue2-teleporter-start"), h = "[".concat(d.id, "]vue2-teleporter-end"), g = wr(d), C = xr({
272
+ id: ++Cr
273
+ }), v = (f = n()) === null || f === void 0 ? void 0 : f.proxy, p = "[".concat(d.id, "]vue2-teleporter-start"), m = "[".concat(d.id, "]vue2-teleporter-end"), g = xr(d), w = Ar({
274
274
  hasComment: g,
275
275
  startComment: p,
276
276
  state: d,
277
- endComment: h
278
- }), w = Cr({
277
+ endComment: m
278
+ }), b = Er({
279
279
  instance: v,
280
- getFragment: C,
280
+ getFragment: w,
281
281
  state: d,
282
282
  startComment: p,
283
- endComment: h
284
- }), y = Ar({
283
+ endComment: m
284
+ }), A = Or({
285
285
  state: d,
286
286
  props: c,
287
- disable: w,
288
- getFragment: C
289
- }), b = function() {
290
- return !c.disabled && y();
291
- }, k = Er(d), S = Or({
287
+ disable: b,
288
+ getFragment: w
289
+ }), y = function() {
290
+ return !c.disabled && A();
291
+ }, x = Tr(d), _ = kr({
292
292
  state: d,
293
- disable: w,
293
+ disable: b,
294
294
  props: c,
295
- move: y
296
- }), A = Tr({
295
+ move: A
296
+ }), E = _r({
297
297
  state: d,
298
- onMutations: S
299
- }), T = kr({
298
+ onMutations: _
299
+ }), k = Sr({
300
300
  state: d,
301
301
  instance: v,
302
302
  props: c,
303
- bootObserver: A,
304
- maybeMove: b
305
- }), M = Sr({
306
- disable: w,
307
- teardownObserver: k,
308
- bootObserver: A,
309
- move: y
303
+ bootObserver: E,
304
+ maybeMove: y
305
+ }), M = Ir({
306
+ disable: b,
307
+ teardownObserver: x,
308
+ bootObserver: E,
309
+ move: A
310
310
  });
311
311
  return r(function() {
312
312
  return c.to;
313
- }, b), r(function() {
313
+ }, y), r(function() {
314
314
  return c.where;
315
- }, b), r(function() {
315
+ }, y), r(function() {
316
316
  return c.disabled;
317
- }, M), i(T), a(T), o(function() {
318
- w(), k();
317
+ }, M), i(k), a(k), o(function() {
318
+ b(), x();
319
319
  }), function() {
320
320
  return s("div", {
321
321
  class: "vue2-teleporter",
@@ -327,9 +327,9 @@ const _r = function(e) {
327
327
  }
328
328
  });
329
329
  };
330
- var xe, ct = !!(!((xe = K.version) === null || xe === void 0) && xe.includes("2.7")), m = ct ? Oe : ur, pa = _r(m);
331
- !m.default.__composition_api_installed__ && !ct && K.use(m.default);
332
- var dt = function(t) {
330
+ var xe, dt = !!(!((xe = X.version) === null || xe === void 0) && xe.includes("2.7")), h = dt ? Te : cr, ma = Mr(h);
331
+ !h.default.__composition_api_installed__ && !dt && X.use(h.default);
332
+ var vt = function(t) {
333
333
  var r = t.loader, n = t.loadingComponent, i = t.errorComponent, a = t.delay, o = t.timeout;
334
334
  return function() {
335
335
  return {
@@ -340,40 +340,40 @@ var dt = function(t) {
340
340
  timeout: o
341
341
  };
342
342
  };
343
- }, Ir = function(t) {
343
+ }, Pr = function(t) {
344
344
  return t;
345
- }, vt = function(t) {
345
+ }, pt = function(t) {
346
346
  var r = t.view, n = r === void 0 ? null : r, i = t.component, a = i === void 0 ? null : i, o = t.props, s = t.customDesignProps, l = t.context, u = l.attrs, c = l.listeners, f = l.slots, d = t.extend, v = d === void 0 ? {} : d;
347
347
  return function() {
348
- return m.h(n && n.value || a, Object.assign(te(te(te({
348
+ return h.h(n && n.value || a, Object.assign(te(te(te({
349
349
  props: D(D({}, o), s),
350
350
  attrs: u
351
351
  }, v.isSvg ? "nativeOn" : "on", c), "ref", "modeTemplate"), "scopedSlots", D({}, f)), v));
352
352
  };
353
- }, je = function() {
353
+ }, Ne = function() {
354
354
  var t;
355
- return (t = m.getCurrentInstance()) === null || t === void 0 ? void 0 : t.proxy.$root;
356
- }, Mr = function() {
357
- var t, r, n = (t = m.getCurrentInstance()) === null || t === void 0 ? void 0 : t.proxy;
355
+ return (t = h.getCurrentInstance()) === null || t === void 0 ? void 0 : t.proxy.$root;
356
+ }, $r = function() {
357
+ var t, r, n = (t = h.getCurrentInstance()) === null || t === void 0 ? void 0 : t.proxy;
358
358
  return (n == null || (r = n.$options) === null || r === void 0 ? void 0 : r.propsData) || {};
359
- }, Pr = function() {
360
- var t, r, n, i, a = m.getCurrentInstance(), o = a == null || (t = a.vnode) === null || t === void 0 || (r = t.componentOptions) === null || r === void 0 || (n = r.Ctor) === null || n === void 0 || (i = n.extendOptions) === null || i === void 0 ? void 0 : i.name;
359
+ }, gt = function() {
360
+ var t, r, n, i, a = h.getCurrentInstance(), o = a == null || (t = a.vnode) === null || t === void 0 || (r = t.componentOptions) === null || r === void 0 || (n = r.Ctor) === null || n === void 0 || (i = n.extendOptions) === null || i === void 0 ? void 0 : i.name;
361
361
  if (!o) {
362
362
  var s, l, u, c, f;
363
363
  o = a == null || (s = a.parent) === null || s === void 0 || (l = s.vnode) === null || l === void 0 || (u = l.componentOptions) === null || u === void 0 || (c = u.Ctor) === null || c === void 0 || (f = c.extendOptions) === null || f === void 0 ? void 0 : f.name;
364
364
  }
365
365
  return o || "";
366
- }, $r = function() {
367
- return K;
368
366
  }, Rr = function() {
369
- return K.prototype;
370
- }, pt = function() {
371
- var t, r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : (t = m.getCurrentInstance()) === null || t === void 0 ? void 0 : t.proxy;
367
+ return X;
368
+ }, Dr = function() {
369
+ return X.prototype;
370
+ }, mt = function() {
371
+ var t, r = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : (t = h.getCurrentInstance()) === null || t === void 0 ? void 0 : t.proxy;
372
372
  return {
373
373
  route: r == null ? void 0 : r.$route,
374
374
  router: r == null ? void 0 : r.$router
375
375
  };
376
- }, Dr = function(t) {
376
+ }, Fr = function(t) {
377
377
  var r = function(i, a, o, s) {
378
378
  i.$children.forEach(function(l) {
379
379
  var u = l.$options.componentName;
@@ -384,13 +384,13 @@ var dt = function(t) {
384
384
  dispatch: function(i, a, o) {
385
385
  for (var s, l = t.$parent || t.$root, u = l.$options.componentName; l && (!u || u !== i); )
386
386
  l = l.$parent, l && (u = l.$options.componentName);
387
- l && (s = l).$emit.apply(s, fe([a].concat(o)));
387
+ l && (s = l).$emit.apply(s, de([a].concat(o)));
388
388
  },
389
389
  broadcast: function(i, a, o) {
390
390
  r(t, i, a, o);
391
391
  }
392
392
  };
393
- }, Fr = function(t) {
393
+ }, Lr = function(t) {
394
394
  return function(r) {
395
395
  var n = t.$parent, i = 0, a = function(s) {
396
396
  return {
@@ -404,9 +404,9 @@ var dt = function(t) {
404
404
  for (i++; n && !r(a(n)); )
405
405
  n = n.$parent, i++;
406
406
  };
407
- }, Lr = function(t) {
407
+ }, jr = function(t) {
408
408
  return function(r) {
409
- if (typeof r != "function") return gt(t.$children);
409
+ if (typeof r != "function") return ht(t.$children);
410
410
  var n = 1, i = function(o) {
411
411
  var s = n++;
412
412
  o.some(function(l) {
@@ -423,13 +423,13 @@ var dt = function(t) {
423
423
  };
424
424
  i(t.$children);
425
425
  };
426
- }, gt = function(t) {
426
+ }, ht = function(t) {
427
427
  var r = [];
428
428
  return r.refs = {}, t.forEach(function(n) {
429
429
  var i = q({}, n);
430
430
  r.push(i), n.$vnode.data.ref && (r.refs[n.$vnode.data.ref] = i);
431
431
  }), r;
432
- }, mt = function(t, r, n) {
432
+ }, yt = function(t, r, n) {
433
433
  var i = function(s) {
434
434
  if (typeof n == "function" && n(s)) return 1;
435
435
  Object.defineProperty(t, s, {
@@ -446,11 +446,11 @@ var dt = function(t) {
446
446
  for (var a in r)
447
447
  i(a);
448
448
  return t;
449
- }, ht = function(t) {
449
+ }, bt = function(t) {
450
450
  return t.indexOf("$") === 0 || t.indexOf("_") === 0 || t === "constructor";
451
451
  }, q = function(t, r) {
452
452
  var n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : void 0;
453
- return n || mt(t, r, ht), Object.defineProperties(t, {
453
+ return n || yt(t, r, bt), Object.defineProperties(t, {
454
454
  $attrs: {
455
455
  get: function() {
456
456
  return r.$attrs;
@@ -458,7 +458,7 @@ var dt = function(t) {
458
458
  },
459
459
  $children: {
460
460
  get: function() {
461
- return gt(r.$children);
461
+ return ht(r.$children);
462
462
  }
463
463
  },
464
464
  $constants: {
@@ -488,7 +488,7 @@ var dt = function(t) {
488
488
  },
489
489
  $nextTick: {
490
490
  get: function() {
491
- return m.nextTick;
491
+ return h.nextTick;
492
492
  }
493
493
  },
494
494
  $off: {
@@ -549,28 +549,28 @@ var dt = function(t) {
549
549
  }
550
550
  }
551
551
  }), t;
552
- }, jr = function(t, r) {
552
+ }, Nr = function(t, r) {
553
553
  Object.keys(t.$refs).forEach(function(n) {
554
554
  r[n] = t.$refs[n];
555
555
  });
556
556
  }, zr = function(t, r) {
557
- var n, i = (n = m.getCurrentInstance()) === null || n === void 0 ? void 0 : n.proxy, a = i == null ? void 0 : i.$root, o = pt(i), s = o.route, l = o.router, u = a == null ? void 0 : a.$i18n, c = Dr(i), f = c.dispatch, d = c.broadcast, v = Fr(i), p = Lr(i), h = q({}, i, t), g = t.emit, C = {}, w = i.$parent ? q({}, i.$parent) : null, y = function(A) {
558
- var T = A.name, M = A.value;
559
- i.$parent[T] = M, w[T] = M;
560
- }, b = function(A) {
561
- Object.defineProperties(h, A), Object.defineProperties(i, A);
562
- }, k = function(A) {
563
- w && Object.defineProperties(w, A);
557
+ var n, i = (n = h.getCurrentInstance()) === null || n === void 0 ? void 0 : n.proxy, a = i == null ? void 0 : i.$root, o = mt(i), s = o.route, l = o.router, u = a == null ? void 0 : a.$i18n, c = Fr(i), f = c.dispatch, d = c.broadcast, v = Lr(i), p = jr(i), m = q({}, i, t), g = t.emit, w = {}, b = i.$parent ? q({}, i.$parent) : null, A = function(E) {
558
+ var k = E.name, M = E.value;
559
+ i.$parent[k] = M, b[k] = M;
560
+ }, y = function(E) {
561
+ Object.defineProperties(m, E), Object.defineProperties(i, E);
562
+ }, x = function(E) {
563
+ b && Object.defineProperties(b, E);
564
564
  };
565
- return m.onBeforeMount(function() {
566
- return mt(h, i, ht);
567
- }), Oe && m.onMounted(function() {
568
- return jr(i, C);
565
+ return h.onBeforeMount(function() {
566
+ return yt(m, i, bt);
567
+ }), Te && h.onMounted(function() {
568
+ return Nr(i, w);
569
569
  }), {
570
570
  framework: "vue2",
571
- vm: h,
571
+ vm: m,
572
572
  emit: g,
573
- emitter: ft,
573
+ emitter: ct,
574
574
  route: s,
575
575
  router: l,
576
576
  dispatch: f,
@@ -578,39 +578,39 @@ var dt = function(t) {
578
578
  parentHandler: v,
579
579
  childrenHandler: p,
580
580
  // 因为vue2.6版本context.refs是有值的,但是vue2.7版本是undefined所以这里需要做个兼容
581
- refs: Oe ? C : t.refs,
581
+ refs: Te ? w : t.refs,
582
582
  i18n: u,
583
583
  slots: t.slots,
584
584
  scopedSlots: t.slots,
585
585
  attrs: t.attrs,
586
- parent: w,
587
- nextTick: m.nextTick,
586
+ parent: b,
587
+ nextTick: h.nextTick,
588
588
  constants: i == null ? void 0 : i._constants,
589
589
  mode: r,
590
590
  isPCMode: r === "pc",
591
591
  isMobileMode: r === "mobile",
592
592
  service: i == null ? void 0 : i.$service,
593
593
  getService: function() {
594
- return i == null ? void 0 : i.$getService(h);
594
+ return i == null ? void 0 : i.$getService(m);
595
595
  },
596
- setParentAttribute: y,
597
- defineInstanceProperties: b,
598
- defineParentInstanceProperties: k
596
+ setParentAttribute: A,
597
+ defineInstanceProperties: y,
598
+ defineParentInstanceProperties: x
599
599
  };
600
- }, ne = function(t, r, n) {
600
+ }, ae = function(t, r, n) {
601
601
  if (typeof t[r] < "u") {
602
602
  var i = t[r];
603
603
  t[n] = function(a, o, s) {
604
604
  o.instance = s.context, i(a, o, s);
605
605
  }, delete t[r];
606
606
  }
607
- }, Nr = function(t) {
607
+ }, Br = function(t) {
608
608
  for (var r in t) {
609
609
  var n = t[r];
610
- ne(n, "mounted", "inserted"), ne(n, "beforeMount", "bind"), ne(n, "updated", "update"), ne(n, "unmounted", "unbind");
610
+ ae(n, "mounted", "inserted"), ae(n, "beforeMount", "bind"), ae(n, "updated", "update"), ae(n, "unmounted", "unbind");
611
611
  }
612
612
  return t;
613
- }, Br = function(t) {
613
+ }, Vr = function(t) {
614
614
  var r = t.props, n = t.data, i = t.name, a = t.attr, o = a === void 0 ? i : a;
615
615
  Object.defineProperty(r, o, {
616
616
  get: function() {
@@ -620,9 +620,9 @@ var dt = function(t) {
620
620
  return n[i] = l;
621
621
  }
622
622
  });
623
- }, Vr = function(t) {
623
+ }, Wr = function(t) {
624
624
  var r = {}, n = t.componentOptions && t.componentOptions.propsData || {};
625
- for (var i in n) Br({
625
+ for (var i in n) Vr({
626
626
  props: r,
627
627
  data: n,
628
628
  name: i
@@ -630,23 +630,23 @@ var dt = function(t) {
630
630
  return t.props = r, t.type = {
631
631
  name: t.componentOptions && t.componentOptions.tag
632
632
  }, t;
633
- }, Wr = function(t) {
633
+ }, Ur = function(t) {
634
634
  return !t || !t.tag;
635
- }, Gr = m.h, Ur = function(t) {
635
+ }, Gr = h.h, Hr = function(t) {
636
636
  return function(r) {
637
637
  var n = r.component, i = r.propsData, a = r.el, o = Object.assign(n, {
638
638
  provide: te({}, t.configKey, t.configInstance)
639
639
  });
640
- return new (K.extend(o))({
640
+ return new (X.extend(o))({
641
641
  propsData: i,
642
642
  el: a
643
643
  }).$mount();
644
644
  };
645
- }, Hr = m.defineComponent, yt = !0, ga = !1, qr = function(t) {
645
+ }, qr = h.defineComponent, wt = !0, ha = !1, Kr = function(t) {
646
646
  return ["isStatic", "isRootInsert", "isComment", "isCloned", "isOnce"].every(function(r) {
647
647
  return typeof t[r] < "u";
648
648
  });
649
- }, ma = K.component("KeepAlive"), ke = function(t) {
649
+ }, ya = X.component("KeepAlive"), _e = function(t) {
650
650
  var r = [];
651
651
  return Object.keys(t).forEach(function(n) {
652
652
  return t[n] && r.push(n);
@@ -654,7 +654,7 @@ var dt = function(t) {
654
654
  }, Xr = function(t) {
655
655
  var r = [];
656
656
  return t.forEach(function(n) {
657
- typeof n == "string" ? r.push(n) : N(n) === "object" && r.push(ke(n));
657
+ typeof n == "string" ? r.push(n) : z(n) === "object" && r.push(_e(n));
658
658
  }), r.join(" ");
659
659
  }, Se = function(t) {
660
660
  if (!t)
@@ -664,34 +664,34 @@ var dt = function(t) {
664
664
  if (Array.isArray(t) && t.length > 0) {
665
665
  var r = [];
666
666
  return t.forEach(function(n) {
667
- n && (typeof n == "string" ? r.push(n) : Array.isArray(n) ? r.push(Xr(n)) : N(n) === "object" && r.push(ke(n)));
667
+ n && (typeof n == "string" ? r.push(n) : Array.isArray(n) ? r.push(Xr(n)) : z(n) === "object" && r.push(_e(n)));
668
668
  }), r.join(" ");
669
669
  }
670
- return N(t) === "object" ? ke(t) : "";
671
- }, ha = function(t) {
670
+ return z(t) === "object" ? _e(t) : "";
671
+ }, ba = function(t) {
672
672
  var r = Se(t), n = Array.from(new Set(r.split(" "))).filter(function(i) {
673
673
  return i;
674
674
  });
675
675
  return Se(n);
676
- }, _e = { exports: {} }, x = {}, Ie = { exports: {} }, G = {};
677
- function bt() {
676
+ }, Ie = { exports: {} }, C = {}, Me = { exports: {} }, U = {};
677
+ function Ct() {
678
678
  var e = {};
679
679
  return e["align-content"] = !1, e["align-items"] = !1, e["align-self"] = !1, e["alignment-adjust"] = !1, e["alignment-baseline"] = !1, e.all = !1, e["anchor-point"] = !1, e.animation = !1, e["animation-delay"] = !1, e["animation-direction"] = !1, e["animation-duration"] = !1, e["animation-fill-mode"] = !1, e["animation-iteration-count"] = !1, e["animation-name"] = !1, e["animation-play-state"] = !1, e["animation-timing-function"] = !1, e.azimuth = !1, e["backface-visibility"] = !1, e.background = !0, e["background-attachment"] = !0, e["background-clip"] = !0, e["background-color"] = !0, e["background-image"] = !0, e["background-origin"] = !0, e["background-position"] = !0, e["background-repeat"] = !0, e["background-size"] = !0, e["baseline-shift"] = !1, e.binding = !1, e.bleed = !1, e["bookmark-label"] = !1, e["bookmark-level"] = !1, e["bookmark-state"] = !1, e.border = !0, e["border-bottom"] = !0, e["border-bottom-color"] = !0, e["border-bottom-left-radius"] = !0, e["border-bottom-right-radius"] = !0, e["border-bottom-style"] = !0, e["border-bottom-width"] = !0, e["border-collapse"] = !0, e["border-color"] = !0, e["border-image"] = !0, e["border-image-outset"] = !0, e["border-image-repeat"] = !0, e["border-image-slice"] = !0, e["border-image-source"] = !0, e["border-image-width"] = !0, e["border-left"] = !0, e["border-left-color"] = !0, e["border-left-style"] = !0, e["border-left-width"] = !0, e["border-radius"] = !0, e["border-right"] = !0, e["border-right-color"] = !0, e["border-right-style"] = !0, e["border-right-width"] = !0, e["border-spacing"] = !0, e["border-style"] = !0, e["border-top"] = !0, e["border-top-color"] = !0, e["border-top-left-radius"] = !0, e["border-top-right-radius"] = !0, e["border-top-style"] = !0, e["border-top-width"] = !0, e["border-width"] = !0, e.bottom = !1, e["box-decoration-break"] = !0, e["box-shadow"] = !0, e["box-sizing"] = !0, e["box-snap"] = !0, e["box-suppress"] = !0, e["break-after"] = !0, e["break-before"] = !0, e["break-inside"] = !0, e["caption-side"] = !1, e.chains = !1, e.clear = !0, e.clip = !1, e["clip-path"] = !1, e["clip-rule"] = !1, e.color = !0, e["color-interpolation-filters"] = !0, e["column-count"] = !1, e["column-fill"] = !1, e["column-gap"] = !1, e["column-rule"] = !1, e["column-rule-color"] = !1, e["column-rule-style"] = !1, e["column-rule-width"] = !1, e["column-span"] = !1, e["column-width"] = !1, e.columns = !1, e.contain = !1, e.content = !1, e["counter-increment"] = !1, e["counter-reset"] = !1, e["counter-set"] = !1, e.crop = !1, e.cue = !1, e["cue-after"] = !1, e["cue-before"] = !1, e.cursor = !1, e.direction = !1, e.display = !0, e["display-inside"] = !0, e["display-list"] = !0, e["display-outside"] = !0, e["dominant-baseline"] = !1, e.elevation = !1, e["empty-cells"] = !1, e.filter = !1, e.flex = !1, e["flex-basis"] = !1, e["flex-direction"] = !1, e["flex-flow"] = !1, e["flex-grow"] = !1, e["flex-shrink"] = !1, e["flex-wrap"] = !1, e.float = !1, e["float-offset"] = !1, e["flood-color"] = !1, e["flood-opacity"] = !1, e["flow-from"] = !1, e["flow-into"] = !1, e.font = !0, e["font-family"] = !0, e["font-feature-settings"] = !0, e["font-kerning"] = !0, e["font-language-override"] = !0, e["font-size"] = !0, e["font-size-adjust"] = !0, e["font-stretch"] = !0, e["font-style"] = !0, e["font-synthesis"] = !0, e["font-variant"] = !0, e["font-variant-alternates"] = !0, e["font-variant-caps"] = !0, e["font-variant-east-asian"] = !0, e["font-variant-ligatures"] = !0, e["font-variant-numeric"] = !0, e["font-variant-position"] = !0, e["font-weight"] = !0, e.grid = !1, e["grid-area"] = !1, e["grid-auto-columns"] = !1, e["grid-auto-flow"] = !1, e["grid-auto-rows"] = !1, e["grid-column"] = !1, e["grid-column-end"] = !1, e["grid-column-start"] = !1, e["grid-row"] = !1, e["grid-row-end"] = !1, e["grid-row-start"] = !1, e["grid-template"] = !1, e["grid-template-areas"] = !1, e["grid-template-columns"] = !1, e["grid-template-rows"] = !1, e["hanging-punctuation"] = !1, e.height = !0, e.hyphens = !1, e.icon = !1, e["image-orientation"] = !1, e["image-resolution"] = !1, e["ime-mode"] = !1, e["initial-letters"] = !1, e["inline-box-align"] = !1, e["justify-content"] = !1, e["justify-items"] = !1, e["justify-self"] = !1, e.left = !1, e["letter-spacing"] = !0, e["lighting-color"] = !0, e["line-box-contain"] = !1, e["line-break"] = !1, e["line-grid"] = !1, e["line-height"] = !1, e["line-snap"] = !1, e["line-stacking"] = !1, e["line-stacking-ruby"] = !1, e["line-stacking-shift"] = !1, e["line-stacking-strategy"] = !1, e["list-style"] = !0, e["list-style-image"] = !0, e["list-style-position"] = !0, e["list-style-type"] = !0, e.margin = !0, e["margin-bottom"] = !0, e["margin-left"] = !0, e["margin-right"] = !0, e["margin-top"] = !0, e["marker-offset"] = !1, e["marker-side"] = !1, e.marks = !1, e.mask = !1, e["mask-box"] = !1, e["mask-box-outset"] = !1, e["mask-box-repeat"] = !1, e["mask-box-slice"] = !1, e["mask-box-source"] = !1, e["mask-box-width"] = !1, e["mask-clip"] = !1, e["mask-image"] = !1, e["mask-origin"] = !1, e["mask-position"] = !1, e["mask-repeat"] = !1, e["mask-size"] = !1, e["mask-source-type"] = !1, e["mask-type"] = !1, e["max-height"] = !0, e["max-lines"] = !1, e["max-width"] = !0, e["min-height"] = !0, e["min-width"] = !0, e["move-to"] = !1, e["nav-down"] = !1, e["nav-index"] = !1, e["nav-left"] = !1, e["nav-right"] = !1, e["nav-up"] = !1, e["object-fit"] = !1, e["object-position"] = !1, e.opacity = !1, e.order = !1, e.orphans = !1, e.outline = !1, e["outline-color"] = !1, e["outline-offset"] = !1, e["outline-style"] = !1, e["outline-width"] = !1, e.overflow = !1, e["overflow-wrap"] = !1, e["overflow-x"] = !1, e["overflow-y"] = !1, e.padding = !0, e["padding-bottom"] = !0, e["padding-left"] = !0, e["padding-right"] = !0, e["padding-top"] = !0, e.page = !1, e["page-break-after"] = !1, e["page-break-before"] = !1, e["page-break-inside"] = !1, e["page-policy"] = !1, e.pause = !1, e["pause-after"] = !1, e["pause-before"] = !1, e.perspective = !1, e["perspective-origin"] = !1, e.pitch = !1, e["pitch-range"] = !1, e["play-during"] = !1, e.position = !1, e["presentation-level"] = !1, e.quotes = !1, e["region-fragment"] = !1, e.resize = !1, e.rest = !1, e["rest-after"] = !1, e["rest-before"] = !1, e.richness = !1, e.right = !1, e.rotation = !1, e["rotation-point"] = !1, e["ruby-align"] = !1, e["ruby-merge"] = !1, e["ruby-position"] = !1, e["shape-image-threshold"] = !1, e["shape-outside"] = !1, e["shape-margin"] = !1, e.size = !1, e.speak = !1, e["speak-as"] = !1, e["speak-header"] = !1, e["speak-numeral"] = !1, e["speak-punctuation"] = !1, e["speech-rate"] = !1, e.stress = !1, e["string-set"] = !1, e["tab-size"] = !1, e["table-layout"] = !1, e["text-align"] = !0, e["text-align-last"] = !0, e["text-combine-upright"] = !0, e["text-decoration"] = !0, e["text-decoration-color"] = !0, e["text-decoration-line"] = !0, e["text-decoration-skip"] = !0, e["text-decoration-style"] = !0, e["text-emphasis"] = !0, e["text-emphasis-color"] = !0, e["text-emphasis-position"] = !0, e["text-emphasis-style"] = !0, e["text-height"] = !0, e["text-indent"] = !0, e["text-justify"] = !0, e["text-orientation"] = !0, e["text-overflow"] = !0, e["text-shadow"] = !0, e["text-space-collapse"] = !0, e["text-transform"] = !0, e["text-underline-position"] = !0, e["text-wrap"] = !0, e.top = !1, e.transform = !1, e["transform-origin"] = !1, e["transform-style"] = !1, e.transition = !1, e["transition-delay"] = !1, e["transition-duration"] = !1, e["transition-property"] = !1, e["transition-timing-function"] = !1, e["unicode-bidi"] = !1, e["vertical-align"] = !1, e.visibility = !1, e["voice-balance"] = !1, e["voice-duration"] = !1, e["voice-family"] = !1, e["voice-pitch"] = !1, e["voice-range"] = !1, e["voice-rate"] = !1, e["voice-stress"] = !1, e["voice-volume"] = !1, e.volume = !1, e["white-space"] = !1, e.widows = !1, e.width = !0, e["will-change"] = !1, e["word-break"] = !0, e["word-spacing"] = !0, e["word-wrap"] = !0, e["wrap-flow"] = !1, e["wrap-through"] = !1, e["writing-mode"] = !1, e["z-index"] = !1, e;
680
680
  }
681
- function Kr(e, t, r) {
682
- }
683
681
  function Yr(e, t, r) {
684
682
  }
685
- var Qr = /javascript\s*\:/img;
686
- function Zr(e, t) {
687
- return Qr.test(t) ? "" : t;
683
+ function Qr(e, t, r) {
684
+ }
685
+ var Zr = /javascript\s*\:/img;
686
+ function Jr(e, t) {
687
+ return Zr.test(t) ? "" : t;
688
688
  }
689
- G.whiteList = bt();
690
- G.getDefaultWhiteList = bt;
691
- G.onAttr = Kr;
692
- G.onIgnoreAttr = Yr;
693
- G.safeAttrValue = Zr;
694
- var Jr = {
689
+ U.whiteList = Ct();
690
+ U.getDefaultWhiteList = Ct;
691
+ U.onAttr = Yr;
692
+ U.onIgnoreAttr = Qr;
693
+ U.safeAttrValue = Jr;
694
+ var en = {
695
695
  indexOf: function(t, r) {
696
696
  var n, i;
697
697
  if (Array.prototype.indexOf)
@@ -714,8 +714,8 @@ var Jr = {
714
714
  trimRight: function(t) {
715
715
  return String.prototype.trimRight ? t.trimRight() : t.replace(/(\s*$)/g, "");
716
716
  }
717
- }, Z = Jr;
718
- function en(e, t) {
717
+ }, Z = en;
718
+ function tn(e, t) {
719
719
  e = Z.trimRight(e), e[e.length - 1] !== ";" && (e += ";");
720
720
  var r = e.length, n = !1, i = 0, a = 0, o = "";
721
721
  function s() {
@@ -742,35 +742,35 @@ function en(e, t) {
742
742
  }
743
743
  return Z.trim(o);
744
744
  }
745
- var tn = en, ie = G, rn = tn;
745
+ var rn = tn, oe = U, nn = rn;
746
746
  function Xe(e) {
747
747
  return e == null;
748
748
  }
749
- function nn(e) {
749
+ function an(e) {
750
750
  var t = {};
751
751
  for (var r in e)
752
752
  t[r] = e[r];
753
753
  return t;
754
754
  }
755
- function wt(e) {
756
- e = nn(e || {}), e.whiteList = e.whiteList || ie.whiteList, e.onAttr = e.onAttr || ie.onAttr, e.onIgnoreAttr = e.onIgnoreAttr || ie.onIgnoreAttr, e.safeAttrValue = e.safeAttrValue || ie.safeAttrValue, this.options = e;
755
+ function xt(e) {
756
+ e = an(e || {}), e.whiteList = e.whiteList || oe.whiteList, e.onAttr = e.onAttr || oe.onAttr, e.onIgnoreAttr = e.onIgnoreAttr || oe.onIgnoreAttr, e.safeAttrValue = e.safeAttrValue || oe.safeAttrValue, this.options = e;
757
757
  }
758
- wt.prototype.process = function(e) {
758
+ xt.prototype.process = function(e) {
759
759
  if (e = e || "", e = e.toString(), !e) return "";
760
- var t = this, r = t.options, n = r.whiteList, i = r.onAttr, a = r.onIgnoreAttr, o = r.safeAttrValue, s = rn(e, function(l, u, c, f, d) {
760
+ var t = this, r = t.options, n = r.whiteList, i = r.onAttr, a = r.onIgnoreAttr, o = r.safeAttrValue, s = nn(e, function(l, u, c, f, d) {
761
761
  var v = n[c], p = !1;
762
762
  if (v === !0 ? p = v : typeof v == "function" ? p = v(f) : v instanceof RegExp && (p = v.test(f)), p !== !0 && (p = !1), f = o(c, f), !!f) {
763
- var h = {
763
+ var m = {
764
764
  position: u,
765
765
  sourcePosition: l,
766
766
  source: d,
767
767
  isWhite: p
768
768
  };
769
769
  if (p) {
770
- var g = i(c, f, h);
770
+ var g = i(c, f, m);
771
771
  return Xe(g) ? c + ":" + f : g;
772
772
  } else {
773
- var g = a(c, f, h);
773
+ var g = a(c, f, m);
774
774
  if (!Xe(g))
775
775
  return g;
776
776
  }
@@ -778,9 +778,9 @@ wt.prototype.process = function(e) {
778
778
  });
779
779
  return s;
780
780
  };
781
- var an = wt;
781
+ var on = xt;
782
782
  (function(e, t) {
783
- var r = G, n = an;
783
+ var r = U, n = on;
784
784
  function i(o, s) {
785
785
  var l = new n(s);
786
786
  return l.process(o);
@@ -788,8 +788,8 @@ var an = wt;
788
788
  t = e.exports = i, t.FilterCSS = n;
789
789
  for (var a in r) t[a] = r[a];
790
790
  typeof window < "u" && (window.filterCSS = e.exports);
791
- })(Ie, Ie.exports);
792
- var ze = Ie.exports, Ne = {
791
+ })(Me, Me.exports);
792
+ var ze = Me.exports, Be = {
793
793
  indexOf: function(t, r) {
794
794
  var n, i;
795
795
  if (Array.prototype.indexOf)
@@ -813,8 +813,8 @@ var ze = Ie.exports, Ne = {
813
813
  var r = /\s|\n|\t/, n = r.exec(t);
814
814
  return n ? n.index : -1;
815
815
  }
816
- }, on = ze.FilterCSS, sn = ze.getDefaultWhiteList, pe = Ne;
817
- function xt() {
816
+ }, sn = ze.FilterCSS, ln = ze.getDefaultWhiteList, me = Be;
817
+ function At() {
818
818
  return {
819
819
  a: ["target", "href", "title"],
820
820
  abbr: ["title"],
@@ -885,60 +885,60 @@ function xt() {
885
885
  video: ["autoplay", "controls", "crossorigin", "loop", "muted", "playsinline", "poster", "preload", "src", "height", "width"]
886
886
  };
887
887
  }
888
- var Ct = new on();
889
- function ln(e, t, r) {
890
- }
888
+ var Et = new sn();
891
889
  function un(e, t, r) {
892
890
  }
893
891
  function fn(e, t, r) {
894
892
  }
895
893
  function cn(e, t, r) {
896
894
  }
897
- function At(e) {
898
- return e.replace(vn, "&lt;").replace(pn, "&gt;");
895
+ function dn(e, t, r) {
896
+ }
897
+ function Ot(e) {
898
+ return e.replace(pn, "&lt;").replace(gn, "&gt;");
899
899
  }
900
- function dn(e, t, r, n) {
901
- if (r = _t(r), t === "href" || t === "src") {
902
- if (r = pe.trim(r), r === "#") return "#";
900
+ function vn(e, t, r, n) {
901
+ if (r = Mt(r), t === "href" || t === "src") {
902
+ if (r = me.trim(r), r === "#") return "#";
903
903
  if (!(r.substr(0, 7) === "http://" || r.substr(0, 8) === "https://" || r.substr(0, 7) === "mailto:" || r.substr(0, 4) === "tel:" || r.substr(0, 11) === "data:image/" || r.substr(0, 6) === "ftp://" || r.substr(0, 2) === "./" || r.substr(0, 3) === "../" || r[0] === "#" || r[0] === "/"))
904
904
  return "";
905
905
  } else if (t === "background") {
906
- if (ae.lastIndex = 0, ae.test(r))
906
+ if (se.lastIndex = 0, se.test(r))
907
907
  return "";
908
908
  } else if (t === "style") {
909
- if (Ke.lastIndex = 0, Ke.test(r) || (Ye.lastIndex = 0, Ye.test(r) && (ae.lastIndex = 0, ae.test(r))))
909
+ if (Ye.lastIndex = 0, Ye.test(r) || (Qe.lastIndex = 0, Qe.test(r) && (se.lastIndex = 0, se.test(r))))
910
910
  return "";
911
- n !== !1 && (n = n || Ct, r = n.process(r));
911
+ n !== !1 && (n = n || Et, r = n.process(r));
912
912
  }
913
- return r = It(r), r;
913
+ return r = Pt(r), r;
914
914
  }
915
- var vn = /</g, pn = />/g, gn = /"/g, mn = /&quot;/g, hn = /&#([a-zA-Z0-9]*);?/gim, yn = /&colon;?/gim, bn = /&newline;?/gim, ae = /((j\s*a\s*v\s*a|v\s*b|l\s*i\s*v\s*e)\s*s\s*c\s*r\s*i\s*p\s*t\s*|m\s*o\s*c\s*h\s*a):/gi, Ke = /e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi, Ye = /u\s*r\s*l\s*\(.*/gi;
916
- function Et(e) {
917
- return e.replace(gn, "&quot;");
915
+ var pn = /</g, gn = />/g, mn = /"/g, hn = /&quot;/g, yn = /&#([a-zA-Z0-9]*);?/gim, bn = /&colon;?/gim, wn = /&newline;?/gim, se = /((j\s*a\s*v\s*a|v\s*b|l\s*i\s*v\s*e)\s*s\s*c\s*r\s*i\s*p\s*t\s*|m\s*o\s*c\s*h\s*a):/gi, Ye = /e\s*x\s*p\s*r\s*e\s*s\s*s\s*i\s*o\s*n\s*\(.*/gi, Qe = /u\s*r\s*l\s*\(.*/gi;
916
+ function Tt(e) {
917
+ return e.replace(mn, "&quot;");
918
918
  }
919
- function Ot(e) {
920
- return e.replace(mn, '"');
919
+ function kt(e) {
920
+ return e.replace(hn, '"');
921
921
  }
922
- function Tt(e) {
923
- return e.replace(hn, function(r, n) {
922
+ function _t(e) {
923
+ return e.replace(yn, function(r, n) {
924
924
  return n[0] === "x" || n[0] === "X" ? String.fromCharCode(parseInt(n.substr(1), 16)) : String.fromCharCode(parseInt(n, 10));
925
925
  });
926
926
  }
927
- function kt(e) {
928
- return e.replace(yn, ":").replace(bn, " ");
929
- }
930
927
  function St(e) {
928
+ return e.replace(bn, ":").replace(wn, " ");
929
+ }
930
+ function It(e) {
931
931
  for (var t = "", r = 0, n = e.length; r < n; r++)
932
932
  t += e.charCodeAt(r) < 32 ? " " : e.charAt(r);
933
- return pe.trim(t);
933
+ return me.trim(t);
934
934
  }
935
- function _t(e) {
936
- return e = Ot(e), e = Tt(e), e = kt(e), e = St(e), e;
935
+ function Mt(e) {
936
+ return e = kt(e), e = _t(e), e = St(e), e = It(e), e;
937
937
  }
938
- function It(e) {
939
- return e = Et(e), e = At(e), e;
938
+ function Pt(e) {
939
+ return e = Tt(e), e = Ot(e), e;
940
940
  }
941
- function wn() {
941
+ function Cn() {
942
942
  return "";
943
943
  }
944
944
  function xn(e, t) {
@@ -946,7 +946,7 @@ function xn(e, t) {
946
946
  });
947
947
  var r = !Array.isArray(e);
948
948
  function n(o) {
949
- return r ? !0 : pe.indexOf(e, o) !== -1;
949
+ return r ? !0 : me.indexOf(e, o) !== -1;
950
950
  }
951
951
  var i = [], a = !1;
952
952
  return {
@@ -962,13 +962,13 @@ function xn(e, t) {
962
962
  },
963
963
  remove: function(s) {
964
964
  var l = "", u = 0;
965
- return pe.forEach(i, function(c) {
965
+ return me.forEach(i, function(c) {
966
966
  l += s.slice(u, c[0]), u = c[1];
967
967
  }), l += s.slice(u), l;
968
968
  }
969
969
  };
970
970
  }
971
- function Cn(e) {
971
+ function An(e) {
972
972
  for (var t = "", r = 0; r < e.length; ) {
973
973
  var n = e.indexOf("<!--", r);
974
974
  if (n === -1) {
@@ -983,43 +983,43 @@ function Cn(e) {
983
983
  }
984
984
  return t;
985
985
  }
986
- function An(e) {
986
+ function En(e) {
987
987
  var t = e.split("");
988
988
  return t = t.filter(function(r) {
989
989
  var n = r.charCodeAt(0);
990
990
  return n === 127 ? !1 : n <= 31 ? n === 10 || n === 13 : !0;
991
991
  }), t.join("");
992
992
  }
993
- x.whiteList = xt();
994
- x.getDefaultWhiteList = xt;
995
- x.onTag = ln;
996
- x.onIgnoreTag = un;
997
- x.onTagAttr = fn;
998
- x.onIgnoreTagAttr = cn;
999
- x.safeAttrValue = dn;
1000
- x.escapeHtml = At;
1001
- x.escapeQuote = Et;
1002
- x.unescapeQuote = Ot;
1003
- x.escapeHtmlEntities = Tt;
1004
- x.escapeDangerHtml5Entities = kt;
1005
- x.clearNonPrintableCharacter = St;
1006
- x.friendlyAttrValue = _t;
1007
- x.escapeAttrValue = It;
1008
- x.onIgnoreTagStripAll = wn;
1009
- x.StripTagBody = xn;
1010
- x.stripCommentTag = Cn;
1011
- x.stripBlankChar = An;
1012
- x.cssFilter = Ct;
1013
- x.getDefaultCSSWhiteList = sn;
1014
- var ye = {}, z = Ne;
1015
- function En(e) {
1016
- var t = z.spaceIndex(e), r;
1017
- return t === -1 ? r = e.slice(1, -1) : r = e.slice(1, t + 1), r = z.trim(r).toLowerCase(), r.slice(0, 1) === "/" && (r = r.slice(1)), r.slice(-1) === "/" && (r = r.slice(0, -1)), r;
1018
- }
993
+ C.whiteList = At();
994
+ C.getDefaultWhiteList = At;
995
+ C.onTag = un;
996
+ C.onIgnoreTag = fn;
997
+ C.onTagAttr = cn;
998
+ C.onIgnoreTagAttr = dn;
999
+ C.safeAttrValue = vn;
1000
+ C.escapeHtml = Ot;
1001
+ C.escapeQuote = Tt;
1002
+ C.unescapeQuote = kt;
1003
+ C.escapeHtmlEntities = _t;
1004
+ C.escapeDangerHtml5Entities = St;
1005
+ C.clearNonPrintableCharacter = It;
1006
+ C.friendlyAttrValue = Mt;
1007
+ C.escapeAttrValue = Pt;
1008
+ C.onIgnoreTagStripAll = Cn;
1009
+ C.StripTagBody = xn;
1010
+ C.stripCommentTag = An;
1011
+ C.stripBlankChar = En;
1012
+ C.cssFilter = Et;
1013
+ C.getDefaultCSSWhiteList = ln;
1014
+ var we = {}, N = Be;
1019
1015
  function On(e) {
1016
+ var t = N.spaceIndex(e), r;
1017
+ return t === -1 ? r = e.slice(1, -1) : r = e.slice(1, t + 1), r = N.trim(r).toLowerCase(), r.slice(0, 1) === "/" && (r = r.slice(1)), r.slice(-1) === "/" && (r = r.slice(0, -1)), r;
1018
+ }
1019
+ function Tn(e) {
1020
1020
  return e.slice(0, 2) === "</";
1021
1021
  }
1022
- function Tn(e, t, r) {
1022
+ function kn(e, t, r) {
1023
1023
  var n = "", i = 0, a = !1, o = !1, s = 0, l = e.length, u = "", c = "";
1024
1024
  e: for (s = 0; s < l; s++) {
1025
1025
  var f = e.charAt(s);
@@ -1034,7 +1034,7 @@ function Tn(e, t, r) {
1034
1034
  continue;
1035
1035
  }
1036
1036
  if (f === ">" || s === l - 1) {
1037
- n += r(e.slice(i, a)), c = e.slice(a, s + 1), u = En(c), n += t(a, n.length, u, c, On(c)), i = s + 1, a = !1;
1037
+ n += r(e.slice(i, a)), c = e.slice(a, s + 1), u = On(c), n += t(a, n.length, u, c, Tn(c)), i = s + 1, a = !1;
1038
1038
  continue;
1039
1039
  }
1040
1040
  if (f === '"' || f === "'")
@@ -1052,11 +1052,11 @@ function Tn(e, t, r) {
1052
1052
  }
1053
1053
  return i < l && (n += r(e.substr(i))), n;
1054
1054
  }
1055
- var kn = /[^a-zA-Z0-9\\_:.-]/gim;
1055
+ var _n = /[^a-zA-Z0-9\\_:.-]/gim;
1056
1056
  function Sn(e, t) {
1057
1057
  var r = 0, n = 0, i = [], a = !1, o = e.length;
1058
1058
  function s(d, v) {
1059
- if (d = z.trim(d), d = d.replace(kn, "").toLowerCase(), !(d.length < 1)) {
1059
+ if (d = N.trim(d), d = d.replace(_n, "").toLowerCase(), !(d.length < 1)) {
1060
1060
  var p = t(d, v || "");
1061
1061
  p && i.push(p);
1062
1062
  }
@@ -1064,86 +1064,86 @@ function Sn(e, t) {
1064
1064
  for (var l = 0; l < o; l++) {
1065
1065
  var u = e.charAt(l), c, f;
1066
1066
  if (a === !1 && u === "=") {
1067
- a = e.slice(r, l), r = l + 1, n = e.charAt(r) === '"' || e.charAt(r) === "'" ? r : In(e, l + 1);
1067
+ a = e.slice(r, l), r = l + 1, n = e.charAt(r) === '"' || e.charAt(r) === "'" ? r : Mn(e, l + 1);
1068
1068
  continue;
1069
1069
  }
1070
1070
  if (a !== !1 && l === n) {
1071
1071
  if (f = e.indexOf(u, l + 1), f === -1)
1072
1072
  break;
1073
- c = z.trim(e.slice(n + 1, f)), s(a, c), a = !1, l = f, r = l + 1;
1073
+ c = N.trim(e.slice(n + 1, f)), s(a, c), a = !1, l = f, r = l + 1;
1074
1074
  continue;
1075
1075
  }
1076
1076
  if (/\s|\n|\t/.test(u))
1077
1077
  if (e = e.replace(/\s|\n|\t/g, " "), a === !1)
1078
- if (f = _n(e, l), f === -1) {
1079
- c = z.trim(e.slice(r, l)), s(c), a = !1, r = l + 1;
1078
+ if (f = In(e, l), f === -1) {
1079
+ c = N.trim(e.slice(r, l)), s(c), a = !1, r = l + 1;
1080
1080
  continue;
1081
1081
  } else {
1082
1082
  l = f - 1;
1083
1083
  continue;
1084
1084
  }
1085
- else if (f = Mn(e, l - 1), f === -1) {
1086
- c = z.trim(e.slice(r, l)), c = Qe(c), s(a, c), a = !1, r = l + 1;
1085
+ else if (f = Pn(e, l - 1), f === -1) {
1086
+ c = N.trim(e.slice(r, l)), c = Ze(c), s(a, c), a = !1, r = l + 1;
1087
1087
  continue;
1088
1088
  } else
1089
1089
  continue;
1090
1090
  }
1091
- return r < e.length && (a === !1 ? s(e.slice(r)) : s(a, Qe(z.trim(e.slice(r))))), z.trim(i.join(" "));
1091
+ return r < e.length && (a === !1 ? s(e.slice(r)) : s(a, Ze(N.trim(e.slice(r))))), N.trim(i.join(" "));
1092
1092
  }
1093
- function _n(e, t) {
1093
+ function In(e, t) {
1094
1094
  for (; t < e.length; t++) {
1095
1095
  var r = e[t];
1096
1096
  if (r !== " ")
1097
1097
  return r === "=" ? t : -1;
1098
1098
  }
1099
1099
  }
1100
- function In(e, t) {
1100
+ function Mn(e, t) {
1101
1101
  for (; t < e.length; t++) {
1102
1102
  var r = e[t];
1103
1103
  if (r !== " ")
1104
1104
  return r === "'" || r === '"' ? t : -1;
1105
1105
  }
1106
1106
  }
1107
- function Mn(e, t) {
1107
+ function Pn(e, t) {
1108
1108
  for (; t > 0; t--) {
1109
1109
  var r = e[t];
1110
1110
  if (r !== " ")
1111
1111
  return r === "=" ? t : -1;
1112
1112
  }
1113
1113
  }
1114
- function Pn(e) {
1114
+ function $n(e) {
1115
1115
  return e[0] === '"' && e[e.length - 1] === '"' || e[0] === "'" && e[e.length - 1] === "'";
1116
1116
  }
1117
- function Qe(e) {
1118
- return Pn(e) ? e.substr(1, e.length - 2) : e;
1117
+ function Ze(e) {
1118
+ return $n(e) ? e.substr(1, e.length - 2) : e;
1119
1119
  }
1120
- ye.parseTag = Tn;
1121
- ye.parseAttr = Sn;
1122
- var $n = ze.FilterCSS, $ = x, Mt = ye, Rn = Mt.parseTag, Dn = Mt.parseAttr, ce = Ne;
1123
- function oe(e) {
1120
+ we.parseTag = kn;
1121
+ we.parseAttr = Sn;
1122
+ var Rn = ze.FilterCSS, $ = C, $t = we, Dn = $t.parseTag, Fn = $t.parseAttr, ve = Be;
1123
+ function le(e) {
1124
1124
  return e == null;
1125
1125
  }
1126
- function Fn(e) {
1127
- var t = ce.spaceIndex(e);
1126
+ function Ln(e) {
1127
+ var t = ve.spaceIndex(e);
1128
1128
  if (t === -1)
1129
1129
  return {
1130
1130
  html: "",
1131
1131
  closing: e[e.length - 2] === "/"
1132
1132
  };
1133
- e = ce.trim(e.slice(t + 1, -1));
1133
+ e = ve.trim(e.slice(t + 1, -1));
1134
1134
  var r = e[e.length - 1] === "/";
1135
- return r && (e = ce.trim(e.slice(0, -1))), {
1135
+ return r && (e = ve.trim(e.slice(0, -1))), {
1136
1136
  html: e,
1137
1137
  closing: r
1138
1138
  };
1139
1139
  }
1140
- function Ln(e) {
1140
+ function jn(e) {
1141
1141
  var t = {};
1142
1142
  for (var r in e)
1143
1143
  t[r] = e[r];
1144
1144
  return t;
1145
1145
  }
1146
- function jn(e) {
1146
+ function Nn(e) {
1147
1147
  var t = {};
1148
1148
  for (var r in e)
1149
1149
  Array.isArray(e[r]) ? t[r.toLowerCase()] = e[r].map(function(n) {
@@ -1151,39 +1151,39 @@ function jn(e) {
1151
1151
  }) : t[r.toLowerCase()] = e[r];
1152
1152
  return t;
1153
1153
  }
1154
- function Pt(e) {
1155
- e = Ln(e || {}), e.stripIgnoreTag && (e.onIgnoreTag && console.error('Notes: cannot use these two options "stripIgnoreTag" and "onIgnoreTag" at the same time'), e.onIgnoreTag = $.onIgnoreTagStripAll), e.whiteList || e.allowList ? e.whiteList = jn(e.whiteList || e.allowList) : e.whiteList = $.whiteList, e.onTag = e.onTag || $.onTag, e.onTagAttr = e.onTagAttr || $.onTagAttr, e.onIgnoreTag = e.onIgnoreTag || $.onIgnoreTag, e.onIgnoreTagAttr = e.onIgnoreTagAttr || $.onIgnoreTagAttr, e.safeAttrValue = e.safeAttrValue || $.safeAttrValue, e.escapeHtml = e.escapeHtml || $.escapeHtml, this.options = e, e.css === !1 ? this.cssFilter = !1 : (e.css = e.css || {}, this.cssFilter = new $n(e.css));
1154
+ function Rt(e) {
1155
+ e = jn(e || {}), e.stripIgnoreTag && (e.onIgnoreTag && console.error('Notes: cannot use these two options "stripIgnoreTag" and "onIgnoreTag" at the same time'), e.onIgnoreTag = $.onIgnoreTagStripAll), e.whiteList || e.allowList ? e.whiteList = Nn(e.whiteList || e.allowList) : e.whiteList = $.whiteList, e.onTag = e.onTag || $.onTag, e.onTagAttr = e.onTagAttr || $.onTagAttr, e.onIgnoreTag = e.onIgnoreTag || $.onIgnoreTag, e.onIgnoreTagAttr = e.onIgnoreTagAttr || $.onIgnoreTagAttr, e.safeAttrValue = e.safeAttrValue || $.safeAttrValue, e.escapeHtml = e.escapeHtml || $.escapeHtml, this.options = e, e.css === !1 ? this.cssFilter = !1 : (e.css = e.css || {}, this.cssFilter = new Rn(e.css));
1156
1156
  }
1157
- Pt.prototype.process = function(e) {
1157
+ Rt.prototype.process = function(e) {
1158
1158
  if (e = e || "", e = e.toString(), !e) return "";
1159
1159
  var t = this, r = t.options, n = r.whiteList, i = r.onTag, a = r.onIgnoreTag, o = r.onTagAttr, s = r.onIgnoreTagAttr, l = r.safeAttrValue, u = r.escapeHtml, c = t.cssFilter;
1160
1160
  r.stripBlankChar && (e = $.stripBlankChar(e)), r.allowCommentTag || (e = $.stripCommentTag(e));
1161
1161
  var f = !1;
1162
1162
  r.stripIgnoreTagBody && (f = $.StripTagBody(r.stripIgnoreTagBody, a), a = f.onIgnoreTag);
1163
- var d = Rn(e, function(v, p, h, g, C) {
1164
- var w = {
1163
+ var d = Dn(e, function(v, p, m, g, w) {
1164
+ var b = {
1165
1165
  sourcePosition: v,
1166
1166
  position: p,
1167
- isClosing: C,
1168
- isWhite: Object.prototype.hasOwnProperty.call(n, h)
1169
- }, y = i(h, g, w);
1170
- if (!oe(y)) return y;
1171
- if (w.isWhite) {
1172
- if (w.isClosing)
1173
- return "</" + h + ">";
1174
- var b = Fn(g), k = n[h], S = Dn(b.html, function(A, T) {
1175
- var M = ce.indexOf(k, A) !== -1, P = o(h, A, T, M);
1176
- return oe(P) ? M ? (T = l(h, A, T, c), T ? A + '="' + T + '"' : A) : (P = s(h, A, T, M), oe(P) ? void 0 : P) : P;
1167
+ isClosing: w,
1168
+ isWhite: Object.prototype.hasOwnProperty.call(n, m)
1169
+ }, A = i(m, g, b);
1170
+ if (!le(A)) return A;
1171
+ if (b.isWhite) {
1172
+ if (b.isClosing)
1173
+ return "</" + m + ">";
1174
+ var y = Ln(g), x = n[m], _ = Fn(y.html, function(E, k) {
1175
+ var M = ve.indexOf(x, E) !== -1, P = o(m, E, k, M);
1176
+ return le(P) ? M ? (k = l(m, E, k, c), k ? E + '="' + k + '"' : E) : (P = s(m, E, k, M), le(P) ? void 0 : P) : P;
1177
1177
  });
1178
- return g = "<" + h, S && (g += " " + S), b.closing && (g += " /"), g += ">", g;
1178
+ return g = "<" + m, _ && (g += " " + _), y.closing && (g += " /"), g += ">", g;
1179
1179
  } else
1180
- return y = a(h, g, w), oe(y) ? u(g) : y;
1180
+ return A = a(m, g, b), le(A) ? u(g) : A;
1181
1181
  }, u);
1182
1182
  return f && (d = f.remove(d)), d;
1183
1183
  };
1184
- var zn = Pt;
1184
+ var zn = Rt;
1185
1185
  (function(e, t) {
1186
- var r = x, n = ye, i = zn;
1186
+ var r = C, n = we, i = zn;
1187
1187
  function a(s, l) {
1188
1188
  var u = new i(l);
1189
1189
  return u.process(s);
@@ -1198,8 +1198,8 @@ var zn = Pt;
1198
1198
  return typeof self < "u" && typeof DedicatedWorkerGlobalScope < "u" && self instanceof DedicatedWorkerGlobalScope;
1199
1199
  }
1200
1200
  o() && (self.filterXSS = e.exports);
1201
- })(_e, _e.exports);
1202
- var Me = _e.exports, Pe = {
1201
+ })(Ie, Ie.exports);
1202
+ var Pe = Ie.exports, $e = {
1203
1203
  html: {
1204
1204
  whiteList: {
1205
1205
  a: ["class", "style", "contenteditable", "data-id", "data-title", "data-size", "href", "data-last-modified"],
@@ -1273,26 +1273,26 @@ var Me = _e.exports, Pe = {
1273
1273
  video: ["class", "style"]
1274
1274
  }
1275
1275
  }
1276
- }, Nn = Me.getDefaultWhiteList && Me.getDefaultWhiteList() || {};
1277
- Pe.html.whiteList = Object.assign(Nn, Pe.html.whiteList);
1278
- new Me.FilterXSS(Pe.html);
1279
- var Bn = Object.prototype.hasOwnProperty, Vn = Bn.toString;
1280
- Vn.call(Object);
1281
- var O = typeof window > "u", Wn = function() {
1276
+ }, Bn = Pe.getDefaultWhiteList && Pe.getDefaultWhiteList() || {};
1277
+ $e.html.whiteList = Object.assign(Bn, $e.html.whiteList);
1278
+ new Pe.FilterXSS($e.html);
1279
+ var Vn = Object.prototype.hasOwnProperty, Wn = Vn.toString;
1280
+ Wn.call(Object);
1281
+ var T = typeof window > "u", Un = function() {
1282
1282
  var t = 8;
1283
1283
  return document.addEventListener && window.performance && (t = 9, window.atob && window.matchMedia && (t = 10, !window.attachEvent && !document.all && (t = 11))), t;
1284
1284
  }, Gn = function(t) {
1285
1285
  t.chrome && ~navigator.userAgent.indexOf("Edg") ? (t.name = "edge", t.edge = !0, delete t.chrome) : !document.documentMode && window.StyleMedia && (t.name = "edge", t.edge = !0);
1286
1286
  };
1287
1287
  (function() {
1288
- if (O) return null;
1288
+ if (T) return null;
1289
1289
  var e = {
1290
1290
  name: "",
1291
1291
  version: 0,
1292
1292
  isDoc: typeof document < "u",
1293
1293
  isMobile: !1,
1294
1294
  isPC: !0,
1295
- isNode: O,
1295
+ isNode: T,
1296
1296
  chrome: !1,
1297
1297
  ie: !1,
1298
1298
  firefox: !1,
@@ -1302,7 +1302,7 @@ var O = typeof window > "u", Wn = function() {
1302
1302
  }, t = /(Android|webOS|iPhone|iPad|iPod|SymbianOS|BlackBerry|Windows Phone)/.test(navigator.userAgent);
1303
1303
  e.isMobile = t, e.isPC = !t;
1304
1304
  var r;
1305
- if (window.chrome && (window.chrome.webstore || /^Google\b/.test(window.navigator.vendor)) ? (e.name = "chrome", e.chrome = !0, r = navigator.userAgent.match(/chrome\/(\d+)/i), e.version = !!r && !!r[1] && parseInt(r[1], 10), r = void 0) : document.all || document.documentMode ? (e.name = "ie", e.version = Wn(), e.ie = !0) : typeof window.InstallTrigger < "u" ? (e.name = "firefox", e.firefox = !0) : Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor") > 0 ? (e.name = "safari", e.safari = !0) : (window.opr && window.opr.addons || window.opera) && (e.name = "opera", e.opera = !0), Gn(e), !~["ie", "chrome"].indexOf(e.name)) {
1305
+ if (window.chrome && (window.chrome.webstore || /^Google\b/.test(window.navigator.vendor)) ? (e.name = "chrome", e.chrome = !0, r = navigator.userAgent.match(/chrome\/(\d+)/i), e.version = !!r && !!r[1] && parseInt(r[1], 10), r = void 0) : document.all || document.documentMode ? (e.name = "ie", e.version = Un(), e.ie = !0) : typeof window.InstallTrigger < "u" ? (e.name = "firefox", e.firefox = !0) : Object.prototype.toString.call(window.HTMLElement).indexOf("Constructor") > 0 ? (e.name = "safari", e.safari = !0) : (window.opr && window.opr.addons || window.opera) && (e.name = "opera", e.opera = !0), Gn(e), !~["ie", "chrome"].indexOf(e.name)) {
1306
1306
  var n = e.name + "/(\\d+)";
1307
1307
  r = navigator.userAgent.match(new RegExp(n, "i")), e.version = !!r && !!r[1] && parseInt(r[1], 10), r = void 0;
1308
1308
  }
@@ -1317,10 +1317,10 @@ var O = typeof window > "u", Wn = function() {
1317
1317
  var H = function(t, r, n) {
1318
1318
  var i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : !1;
1319
1319
  t && r && n && t.addEventListener(r, n, i);
1320
- }, de = function(t, r, n) {
1320
+ }, pe = function(t, r, n) {
1321
1321
  var i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : !1;
1322
1322
  t && r && t.removeEventListener(r, n, i);
1323
- }, se = function(t) {
1323
+ }, ue = function(t) {
1324
1324
  var r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "";
1325
1325
  if (t) {
1326
1326
  var n = r.split(" ").filter(function(i) {
@@ -1330,7 +1330,7 @@ var H = function(t, r, n) {
1330
1330
  return t.classList.add(i);
1331
1331
  });
1332
1332
  }
1333
- }, le = function(t, r) {
1333
+ }, fe = function(t, r) {
1334
1334
  if (!(!t || !r)) {
1335
1335
  var n = r.split(" ").filter(function(i) {
1336
1336
  return i;
@@ -1339,7 +1339,7 @@ var H = function(t, r, n) {
1339
1339
  return t.classList.remove(i);
1340
1340
  });
1341
1341
  }
1342
- }, $t = function() {
1342
+ }, Dt = function() {
1343
1343
  if (typeof Map < "u")
1344
1344
  return Map;
1345
1345
  var e = function(r, n) {
@@ -1379,28 +1379,28 @@ var H = function(t, r, n) {
1379
1379
  }
1380
1380
  }, t;
1381
1381
  }();
1382
- }(), Un = globalThis.Function, ge = function() {
1382
+ }(), Hn = globalThis.Function, he = function() {
1383
1383
  var e = function(r) {
1384
1384
  return r.Math === Math;
1385
1385
  };
1386
- return typeof global < "u" && e(global) ? global : typeof self < "u" && e(self) ? self : typeof window < "u" && e(window) ? window : Un("return this")();
1387
- }(), Hn = function() {
1388
- return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(ge) : function(e) {
1386
+ return typeof global < "u" && e(global) ? global : typeof self < "u" && e(self) ? self : typeof window < "u" && e(window) ? window : Hn("return this")();
1387
+ }(), qn = function() {
1388
+ return typeof requestAnimationFrame == "function" ? requestAnimationFrame.bind(he) : function(e) {
1389
1389
  return setTimeout(function() {
1390
1390
  return e(Date.now());
1391
1391
  }, 1e3 / 60);
1392
1392
  };
1393
- }(), qn = 2;
1393
+ }(), Kn = 2;
1394
1394
  function Xn(e, t) {
1395
1395
  var r = !1, n = !1, i = 0, a, o = function() {
1396
1396
  r && (r = !1, e()), n && a();
1397
1397
  }, s = function() {
1398
- Hn(o);
1398
+ qn(o);
1399
1399
  };
1400
1400
  return a = function() {
1401
1401
  var u = Date.now();
1402
1402
  if (r) {
1403
- if (u - i < qn)
1403
+ if (u - i < Kn)
1404
1404
  return;
1405
1405
  n = !0;
1406
1406
  } else
@@ -1408,9 +1408,9 @@ function Xn(e, t) {
1408
1408
  i = u;
1409
1409
  }, a;
1410
1410
  }
1411
- var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], Qn = typeof MutationObserver < "u", Zn = function() {
1411
+ var Yn = 20, Qn = ["top", "right", "bottom", "left", "width", "height", "size", "weight"], Zn = typeof MutationObserver < "u", Jn = function() {
1412
1412
  function e() {
1413
- this.observers_ = [], this.connected_ = !1, this.mutationEventsAdded_ = !1, this.mutationsObserver_ = null, this.onTransitionEnd_ = this.onTransitionEnd_.bind(this), this.refresh = Xn(this.refresh.bind(this), Kn);
1413
+ this.observers_ = [], this.connected_ = !1, this.mutationEventsAdded_ = !1, this.mutationsObserver_ = null, this.onTransitionEnd_ = this.onTransitionEnd_.bind(this), this.refresh = Xn(this.refresh.bind(this), Yn);
1414
1414
  }
1415
1415
  return e.prototype.addObserver = function(t) {
1416
1416
  !~this.observers_.indexOf(t) && this.observers_.push(t), !this.connected_ && this.connect_();
@@ -1428,8 +1428,8 @@ var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size",
1428
1428
  return r.broadcastActive();
1429
1429
  }), t.length > 0;
1430
1430
  }, e.prototype.connect_ = function() {
1431
- if (!(O || this.connected_)) {
1432
- if (H(document, "transitionend", this.onTransitionEnd_), H(window, "resize", this.refresh), Qn) {
1431
+ if (!(T || this.connected_)) {
1432
+ if (H(document, "transitionend", this.onTransitionEnd_), H(window, "resize", this.refresh), Zn) {
1433
1433
  this.mutationsObserver_ = new MutationObserver(this.refresh);
1434
1434
  var t = {
1435
1435
  attributes: !0,
@@ -1443,16 +1443,16 @@ var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size",
1443
1443
  this.connected_ = !0;
1444
1444
  }
1445
1445
  }, e.prototype.disconnect_ = function() {
1446
- O || !this.connected_ || (de(document, "transitionend", this.onTransitionEnd_), de(window, "resize", this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ && de(document, "DOMSubtreeModified", this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !1, this.connected_ = !1);
1446
+ T || !this.connected_ || (pe(document, "transitionend", this.onTransitionEnd_), pe(window, "resize", this.refresh), this.mutationsObserver_ && this.mutationsObserver_.disconnect(), this.mutationEventsAdded_ && pe(document, "DOMSubtreeModified", this.refresh), this.mutationsObserver_ = null, this.mutationEventsAdded_ = !1, this.connected_ = !1);
1447
1447
  }, e.prototype.onTransitionEnd_ = function(t) {
1448
- var r = t.propertyName, n = r === void 0 ? "" : r, i = Yn.some(function(a) {
1448
+ var r = t.propertyName, n = r === void 0 ? "" : r, i = Qn.some(function(a) {
1449
1449
  return !!~n.indexOf(a);
1450
1450
  });
1451
1451
  i && this.refresh();
1452
1452
  }, e.getInstance = function() {
1453
1453
  return this._instance || (this._instance = new e()), this._instance;
1454
1454
  }, e._instance = null, e;
1455
- }(), Rt = function(t, r) {
1455
+ }(), Ft = function(t, r) {
1456
1456
  for (var n = 0, i = Object.keys(r); n < i.length; n++) {
1457
1457
  var a = i[n];
1458
1458
  Object.defineProperty(t, a, {
@@ -1463,57 +1463,57 @@ var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size",
1463
1463
  });
1464
1464
  }
1465
1465
  return t;
1466
- }, be = function(t, r, n, i) {
1466
+ }, Ce = function(t, r, n, i) {
1467
1467
  return {
1468
1468
  x: t,
1469
1469
  y: r,
1470
1470
  width: n,
1471
1471
  height: i
1472
1472
  };
1473
- }, X = function(t) {
1473
+ }, K = function(t) {
1474
1474
  var r = t && t.ownerDocument && t.ownerDocument.defaultView;
1475
- return r || ge;
1476
- }, Dt = be(0, 0, 0, 0), me = function(t) {
1475
+ return r || he;
1476
+ }, Lt = Ce(0, 0, 0, 0), ye = function(t) {
1477
1477
  return parseFloat(t) || 0;
1478
- }, Ze = function(t) {
1478
+ }, Je = function(t) {
1479
1479
  for (var r = [], n = 1; n < arguments.length; n++)
1480
1480
  r[n - 1] = arguments[n];
1481
1481
  return r.reduce(function(i, a) {
1482
1482
  var o = t["border-".concat(a, "-width")];
1483
- return i + me(o);
1483
+ return i + ye(o);
1484
1484
  }, 0);
1485
- }, Jn = function(t) {
1485
+ }, ei = function(t) {
1486
1486
  for (var r = ["top", "right", "bottom", "left"], n = {}, i = 0, a = r; i < a.length; i++) {
1487
1487
  var o = a[i], s = t["padding-".concat(o)];
1488
- n[o] = me(s);
1488
+ n[o] = ye(s);
1489
1489
  }
1490
1490
  return n;
1491
- }, ei = function(t) {
1492
- var r = t.getBBox();
1493
- return be(0, 0, r.width, r.height);
1494
1491
  }, ti = function(t) {
1495
- return t === X(t).document.documentElement;
1492
+ var r = t.getBBox();
1493
+ return Ce(0, 0, r.width, r.height);
1496
1494
  }, ri = function(t) {
1495
+ return t === K(t).document.documentElement;
1496
+ }, ni = function(t) {
1497
1497
  var r = t.clientWidth, n = t.clientHeight;
1498
1498
  if (!n && !r)
1499
- return Dt;
1500
- var i = X(t).getComputedStyle(t), a = Jn(i), o = a.top + a.bottom, s = a.left + a.right, l = me(i.width), u = me(i.height);
1501
- if (i.boxSizing === "border-box" && (Math.round(u + o) !== n && (u -= Ze(i, "top", "bottom") + o), Math.round(l + s) !== r && (l -= Ze(i, "left", "right") + s)), !ti(t)) {
1499
+ return Lt;
1500
+ var i = K(t).getComputedStyle(t), a = ei(i), o = a.top + a.bottom, s = a.left + a.right, l = ye(i.width), u = ye(i.height);
1501
+ if (i.boxSizing === "border-box" && (Math.round(u + o) !== n && (u -= Je(i, "top", "bottom") + o), Math.round(l + s) !== r && (l -= Je(i, "left", "right") + s)), !ri(t)) {
1502
1502
  var c = Math.round(u + o) - n, f = Math.round(l + s) - r;
1503
1503
  Math.abs(c) !== 1 && (u -= c), Math.abs(f) !== 1 && (l -= f);
1504
1504
  }
1505
- return be(a.left, a.top, l, u);
1506
- }, ni = /* @__PURE__ */ function() {
1505
+ return Ce(a.left, a.top, l, u);
1506
+ }, ii = /* @__PURE__ */ function() {
1507
1507
  return typeof SVGGraphicsElement < "u" ? function(e) {
1508
- return e instanceof X(e).SVGGraphicsElement;
1508
+ return e instanceof K(e).SVGGraphicsElement;
1509
1509
  } : function(e) {
1510
- return e instanceof X(e).SVGElement && typeof e.getBBox == "function";
1510
+ return e instanceof K(e).SVGElement && typeof e.getBBox == "function";
1511
1511
  };
1512
- }(), ii = function(t) {
1513
- return O ? Dt : ni(t) ? ei(t) : ri(t);
1514
- }, ai = function(t) {
1512
+ }(), ai = function(t) {
1513
+ return T ? Lt : ii(t) ? ti(t) : ni(t);
1514
+ }, oi = function(t) {
1515
1515
  var r = t.x, n = t.y, i = t.width, a = t.height, o = typeof DOMRectReadOnly < "u" ? DOMRectReadOnly : Object, s = Object.create(o.prototype);
1516
- return Rt(s, {
1516
+ return Ft(s, {
1517
1517
  x: r,
1518
1518
  y: n,
1519
1519
  width: i,
@@ -1523,29 +1523,29 @@ var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size",
1523
1523
  bottom: a + n,
1524
1524
  left: r
1525
1525
  }), s;
1526
- }, oi = function() {
1526
+ }, si = function() {
1527
1527
  function e(t) {
1528
- this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = be(0, 0, 0, 0), this.target = t;
1528
+ this.broadcastWidth = 0, this.broadcastHeight = 0, this.contentRect_ = Ce(0, 0, 0, 0), this.target = t;
1529
1529
  }
1530
1530
  return e.prototype.broadcastRect = function() {
1531
1531
  var t = this.contentRect_;
1532
1532
  return this.broadcastWidth = t.width, this.broadcastHeight = t.height, t;
1533
1533
  }, e.prototype.isActive = function() {
1534
- var t = ii(this.target);
1534
+ var t = ai(this.target);
1535
1535
  return this.contentRect_ = t, t.width !== this.broadcastWidth || t.height !== this.broadcastHeight;
1536
1536
  }, e;
1537
- }(), si = /* @__PURE__ */ function() {
1537
+ }(), li = /* @__PURE__ */ function() {
1538
1538
  function e(t, r) {
1539
- var n = ai(r);
1540
- Rt(this, {
1539
+ var n = oi(r);
1540
+ Ft(this, {
1541
1541
  target: t,
1542
1542
  contentRect: n
1543
1543
  });
1544
1544
  }
1545
1545
  return e;
1546
- }(), li = function() {
1546
+ }(), ui = function() {
1547
1547
  function e(t, r, n) {
1548
- if (this.observations_ = new $t(), this.activeObservations_ = [], typeof t != "function")
1548
+ if (this.observations_ = new Dt(), this.activeObservations_ = [], typeof t != "function")
1549
1549
  throw new TypeError("[TINY-Resize] The callback provided as parameter 1 is not a function.");
1550
1550
  this.callback_ = t, this.controller_ = r, this.callbackCtx_ = n;
1551
1551
  }
@@ -1553,16 +1553,16 @@ var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size",
1553
1553
  if (!arguments.length)
1554
1554
  throw new TypeError("[TINY-Resize] 1 argument required, but only 0 present.");
1555
1555
  if (!(typeof Element > "u" || !(Element instanceof Object))) {
1556
- if (!(t instanceof X(t).Element))
1556
+ if (!(t instanceof K(t).Element))
1557
1557
  throw new TypeError('[TINY-Resize] parameter 1 is not of type "Element".');
1558
1558
  var r = this.observations_;
1559
- r.has(t) || (r.set(t, new oi(t)), this.controller_.addObserver(this), this.controller_.refresh());
1559
+ r.has(t) || (r.set(t, new si(t)), this.controller_.addObserver(this), this.controller_.refresh());
1560
1560
  }
1561
1561
  }, e.prototype.unobserve = function(t) {
1562
1562
  if (!arguments.length)
1563
1563
  throw new TypeError("[TINY-Resize]1 argument required, but only 0 present.");
1564
1564
  if (!(typeof Element > "u" || !(Element instanceof Object))) {
1565
- if (!(t instanceof X(t).Element))
1565
+ if (!(t instanceof K(t).Element))
1566
1566
  throw new TypeError('[TINY-Resize] parameter 1 is not of type "Element".');
1567
1567
  var r = this.observations_;
1568
1568
  r.has(t) && (r.delete(t), !r.size && this.controller_.removeObserver(this));
@@ -1577,7 +1577,7 @@ var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size",
1577
1577
  }, e.prototype.broadcastActive = function() {
1578
1578
  if (this.hasActive()) {
1579
1579
  var t = this.callbackCtx_, r = this.activeObservations_.map(function(n) {
1580
- return new si(n.target, n.broadcastRect());
1580
+ return new li(n.target, n.broadcastRect());
1581
1581
  });
1582
1582
  this.callback_.call(t, r, t), this.clearActive();
1583
1583
  }
@@ -1586,33 +1586,33 @@ var Kn = 20, Yn = ["top", "right", "bottom", "left", "width", "height", "size",
1586
1586
  }, e.prototype.clearActive = function() {
1587
1587
  this.activeObservations_.splice(0);
1588
1588
  }, e;
1589
- }(), Ft = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new $t(), Lt = /* @__PURE__ */ function() {
1589
+ }(), jt = typeof WeakMap < "u" ? /* @__PURE__ */ new WeakMap() : new Dt(), Nt = /* @__PURE__ */ function() {
1590
1590
  function e(t) {
1591
1591
  if (!(this instanceof e))
1592
1592
  throw new TypeError("[TINY-Resize] Cannot call a class as a function.");
1593
1593
  if (!arguments.length)
1594
1594
  throw new TypeError("[TINY-Resize] 1 argument required, but only 0 present.");
1595
- var r = Zn.getInstance(), n = new li(t, r, this);
1596
- Ft.set(this, n);
1595
+ var r = Jn.getInstance(), n = new ui(t, r, this);
1596
+ jt.set(this, n);
1597
1597
  }
1598
1598
  return e;
1599
1599
  }();
1600
1600
  ["observe", "unobserve", "disconnect"].forEach(function(e) {
1601
- Lt.prototype[e] = function() {
1601
+ Nt.prototype[e] = function() {
1602
1602
  var t;
1603
- return (t = Ft.get(this))[e].apply(t, arguments);
1603
+ return (t = jt.get(this))[e].apply(t, arguments);
1604
1604
  };
1605
1605
  });
1606
1606
  (function() {
1607
- return typeof ge.ResizeObserver < "u" ? ge.ResizeObserver : Lt;
1607
+ return typeof he.ResizeObserver < "u" ? he.ResizeObserver : Nt;
1608
1608
  })();
1609
- var ui = "tcirzywvqlkjhgfbZQG_FLOWHSUBDNIMYREVKCAJxp57XP043891T62-modnaesu";
1610
- ui.split("").reverse().join("");
1611
- function fi(e) {
1612
- return !O && (e.document.all || e.document.documentMode) && !e.crypto && e.msCrypto;
1613
- }
1609
+ var fi = "tcirzywvqlkjhgfbZQG_FLOWHSUBDNIMYREVKCAJxp57XP043891T62-modnaesu";
1610
+ fi.split("").reverse().join("");
1614
1611
  function ci(e) {
1615
- if (fi(e)) {
1612
+ return !T && (e.document.all || e.document.documentMode) && !e.crypto && e.msCrypto;
1613
+ }
1614
+ function di(e) {
1615
+ if (ci(e)) {
1616
1616
  e.crypto = e.msCrypto;
1617
1617
  var t = e.crypto.getRandomValues;
1618
1618
  e.crypto.getRandomValues = function(r) {
@@ -1622,29 +1622,29 @@ function ci(e) {
1622
1622
  };
1623
1623
  }
1624
1624
  }
1625
- var di = globalThis;
1626
- ci(di);
1627
- var vi = "-12:00,-11:00,-10:00,-09:30,-08:00,-07:00,-06:00,-05:00,-04:30,-04:00,-03:30,-02:00,-01:00", pi = "-00:00,+00:00,+01:00,+02:00,+03:00,+03:30,+04:00,+04:30,+05:00,+05:30,+05:45,+06:00", gi = "+06:30,+07:00,+08:00,+09:00,+10:00,+10:30,+11:00,+11:30,+12:00,+12:45,+13:00,+14:00";
1628
- [].concat(fe(vi.split(",")), fe(pi.split(",")), fe(gi.split(",")));
1629
- var mi = {
1625
+ var vi = globalThis;
1626
+ di(vi);
1627
+ var pi = "-12:00,-11:00,-10:00,-09:30,-08:00,-07:00,-06:00,-05:00,-04:30,-04:00,-03:30,-02:00,-01:00", gi = "-00:00,+00:00,+01:00,+02:00,+03:00,+03:30,+04:00,+04:30,+05:00,+05:30,+05:45,+06:00", mi = "+06:30,+07:00,+08:00,+09:00,+10:00,+10:30,+11:00,+11:30,+12:00,+12:45,+13:00,+14:00";
1628
+ [].concat(de(pi.split(",")), de(gi.split(",")), de(mi.split(",")));
1629
+ var hi = {
1630
1630
  Escape: 27
1631
- }, jt = {
1631
+ }, zt = {
1632
1632
  fullMonths: "January,February,March,April,May,June,July,August,September,October,November,December".split(","),
1633
1633
  fullWeeks: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
1634
- }, Be = ["\\d\\d?", "\\d{3}", "\\d{4}"], j = Be[0], hi = Be[1], yi = Be[2], J = "[^\\s]+", Je = function() {
1635
- }, zt = function(t, r) {
1634
+ }, Ve = ["\\d\\d?", "\\d{3}", "\\d{4}"], j = Ve[0], yi = Ve[1], bi = Ve[2], J = "[^\\s]+", et = function() {
1635
+ }, Bt = function(t, r) {
1636
1636
  for (var n = [], i = 0, a = t.length; i < a; i++)
1637
1637
  n.push(t[i].substr(0, r));
1638
1638
  return n;
1639
- }, et = function(t) {
1639
+ }, tt = function(t) {
1640
1640
  return function(r, n, i) {
1641
1641
  var a = i[t].indexOf(n.charAt(0).toUpperCase() + n.substr(1).toLowerCase());
1642
1642
  ~a && (r.month = a);
1643
1643
  };
1644
- }, bi = jt.fullWeeks, wi = jt.fullMonths;
1645
- zt(wi, 3);
1646
- zt(bi, 3);
1647
- var U = {
1644
+ }, wi = zt.fullWeeks, Ci = zt.fullMonths;
1645
+ Bt(Ci, 3);
1646
+ Bt(wi, 3);
1647
+ var G = {
1648
1648
  d: [j, function(e, t) {
1649
1649
  e.day = t;
1650
1650
  }],
@@ -1667,7 +1667,7 @@ var U = {
1667
1667
  s: [j, function(e, t) {
1668
1668
  e.second = t;
1669
1669
  }],
1670
- yyyy: [yi, function(e, t) {
1670
+ yyyy: [bi, function(e, t) {
1671
1671
  e.year = t;
1672
1672
  }],
1673
1673
  S: ["\\d", function(e, t) {
@@ -1676,13 +1676,13 @@ var U = {
1676
1676
  SS: ["\\d{2}", function(e, t) {
1677
1677
  e.millisecond = t * 10;
1678
1678
  }],
1679
- SSS: [hi, function(e, t) {
1679
+ SSS: [yi, function(e, t) {
1680
1680
  e.millisecond = t;
1681
1681
  }],
1682
- D: [j, Je],
1683
- ddd: [J, Je],
1684
- MMM: [J, et("monthNamesShort")],
1685
- MMMM: [J, et("monthNames")],
1682
+ D: [j, et],
1683
+ ddd: [J, et],
1684
+ MMM: [J, tt("monthNamesShort")],
1685
+ MMMM: [J, tt("monthNames")],
1686
1686
  a: [J, function(e, t, r) {
1687
1687
  var n = t.toLowerCase();
1688
1688
  n === r.amPm[0] ? e.isPm = !1 : n === r.amPm[1] && (e.isPm = !0);
@@ -1692,42 +1692,42 @@ var U = {
1692
1692
  r && (n = Number(r[1] * 60) + parseInt(r[2], 10), e.timezoneOffset = r[0] === "+" ? n : -n);
1693
1693
  }]
1694
1694
  }, xi = ["A", "DD", "dd", "mm", "hh", "MM", "ss", "hh", "H", "HH"];
1695
- U.dddd = U.ddd;
1695
+ G.dddd = G.ddd;
1696
1696
  xi.forEach(function(e) {
1697
- e === "MM" ? U[e] = U[e.substr(0, 1)] : U[e] = U[e.substr(0, 1).toLowerCase()];
1697
+ e === "MM" ? G[e] = G[e.substr(0, 1)] : G[e] = G[e.substr(0, 1).toLowerCase()];
1698
1698
  });
1699
- var Ci = function() {
1700
- }, Ai = function() {
1701
- return O ? function(e) {
1699
+ var Ai = function() {
1700
+ }, Ei = function() {
1701
+ return T ? function(e) {
1702
1702
  setTimeout(function() {
1703
1703
  return e(Date.now());
1704
1704
  }, 1e3 / 60);
1705
1705
  } : window.requestAnimationFrame.bind(window);
1706
- }(), $e = function(t) {
1707
- t.scheduled || (t.scheduled = !0, t.raf(Ei.bind(null, t)));
1708
- }, Ei = function(t) {
1706
+ }(), Re = function(t) {
1707
+ t.scheduled || (t.scheduled = !0, t.raf(Oi.bind(null, t)));
1708
+ }, Oi = function(t) {
1709
1709
  var r = t.reads, n = t.writes, i;
1710
1710
  try {
1711
1711
  t.runTasks(r), t.runTasks(n);
1712
1712
  } catch (a) {
1713
1713
  i = a;
1714
1714
  }
1715
- if (t.scheduled = !1, (r.length || n.length) && $e(t), i)
1715
+ if (t.scheduled = !1, (r.length || n.length) && Re(t), i)
1716
1716
  if (t.catch)
1717
1717
  t.catch(i);
1718
1718
  else
1719
1719
  throw i;
1720
- }, tt = function(t, r) {
1720
+ }, rt = function(t, r) {
1721
1721
  var n = t.indexOf(r);
1722
1722
  return !!~n && !!t.splice(n, 1);
1723
- }, Oi = function(t, r) {
1723
+ }, Ti = function(t, r) {
1724
1724
  for (var n in r)
1725
1725
  Object.hasOwnProperty.call(r, n) && (t[n] = r[n]);
1726
- }, Ti = /* @__PURE__ */ function() {
1726
+ }, ki = /* @__PURE__ */ function() {
1727
1727
  function e() {
1728
- st(this, e), this.reads = [], this.writes = [], this.raf = Ai.bind(window);
1728
+ lt(this, e), this.reads = [], this.writes = [], this.raf = Ei.bind(window);
1729
1729
  }
1730
- return lt(e, [{
1730
+ return ut(e, [{
1731
1731
  key: "runTasks",
1732
1732
  value: function(r) {
1733
1733
  for (var n; n = r.shift(); ) n();
@@ -1736,28 +1736,28 @@ var Ci = function() {
1736
1736
  key: "measure",
1737
1737
  value: function(r, n) {
1738
1738
  var i = n ? r.bind(n) : r;
1739
- return this.reads.push(i), $e(this), i;
1739
+ return this.reads.push(i), Re(this), i;
1740
1740
  }
1741
1741
  }, {
1742
1742
  key: "mutate",
1743
1743
  value: function(r, n) {
1744
1744
  var i = n ? r.bind(n) : r;
1745
- return this.writes.push(i), $e(this), i;
1745
+ return this.writes.push(i), Re(this), i;
1746
1746
  }
1747
1747
  }, {
1748
1748
  key: "clear",
1749
1749
  value: function(r) {
1750
- return tt(this.reads, r) || tt(this.writes, r);
1750
+ return rt(this.reads, r) || rt(this.writes, r);
1751
1751
  }
1752
1752
  }, {
1753
1753
  key: "extend",
1754
1754
  value: function(r) {
1755
- if (!r || N(r) !== "object") throw new Error("[TINY][FastDom] expected object");
1755
+ if (!r || z(r) !== "object") throw new Error("[TINY][FastDom] expected object");
1756
1756
  var n = Object.create(this);
1757
- return Oi(n, r), n.fastdom = this, n.initialize && n.initialize(), n;
1757
+ return Ti(n, r), n.fastdom = this, n.initialize && n.initialize(), n;
1758
1758
  }
1759
1759
  }]);
1760
- }(), Nt = new Ti(), rt = function(t, r, n, i) {
1760
+ }(), Vt = new ki(), nt = function(t, r, n, i) {
1761
1761
  var a = t._tasks, o = t.fastdom, s, l = new Promise(function(u, c) {
1762
1762
  s = o[r](function() {
1763
1763
  a.delete(l);
@@ -1769,33 +1769,33 @@ var Ci = function() {
1769
1769
  }, i);
1770
1770
  });
1771
1771
  return a.set(l, s), l;
1772
- }, ki = {
1772
+ }, _i = {
1773
1773
  initialize: function() {
1774
1774
  this._tasks = /* @__PURE__ */ new Map();
1775
1775
  },
1776
1776
  mutate: function(t, r) {
1777
- return rt(this, "mutate", t, r);
1777
+ return nt(this, "mutate", t, r);
1778
1778
  },
1779
1779
  measure: function(t, r) {
1780
- return rt(this, "measure", t, r);
1780
+ return nt(this, "measure", t, r);
1781
1781
  },
1782
1782
  clear: function(t) {
1783
1783
  var r = this._tasks, n = r.get(t);
1784
1784
  this.fastdom.clear(n), r.delete(t);
1785
1785
  }
1786
1786
  };
1787
- Nt.extend(ki);
1787
+ Vt.extend(_i);
1788
1788
  var Si = function(t, r) {
1789
1789
  for (var n = r.length; n--; )
1790
1790
  t.clear(r[n]), r.splice(n, 1);
1791
- }, _i = function(t, r) {
1791
+ }, Ii = function(t, r) {
1792
1792
  var n = t.indexOf(r);
1793
1793
  return !!~n && !!t.splice(n, 1);
1794
- }, Ii = /* @__PURE__ */ function() {
1794
+ }, Mi = /* @__PURE__ */ function() {
1795
1795
  function e(t) {
1796
- st(this, e), this.fastdom = t, this.tasks = [];
1796
+ lt(this, e), this.fastdom = t, this.tasks = [];
1797
1797
  }
1798
- return lt(e, [{
1798
+ return ut(e, [{
1799
1799
  key: "measure",
1800
1800
  value: function(r, n) {
1801
1801
  var i = this.tasks, a = this.fastdom.measure(function() {
@@ -1814,39 +1814,39 @@ var Si = function(t, r) {
1814
1814
  }, {
1815
1815
  key: "clear",
1816
1816
  value: function(r) {
1817
- return arguments.length || Si(this.fastdom, this.tasks), _i(this.tasks, r), this.fastdom.clear(r);
1817
+ return arguments.length || Si(this.fastdom, this.tasks), Ii(this.tasks, r), this.fastdom.clear(r);
1818
1818
  }
1819
1819
  }]);
1820
- }(), Mi = {
1820
+ }(), Pi = {
1821
1821
  sandbox: function() {
1822
- return new Ii(this.fastdom);
1822
+ return new Mi(this.fastdom);
1823
1823
  }
1824
1824
  };
1825
- Nt.extend(Mi);
1826
- var Pi = ["fullscreenElement", "fullscreenEnabled", "requestFullscreen", "exitFullscreen", "fullscreenchange", "fullscreenerror"], $i = ["mozFullScreenElement", "mozFullScreenEnabled", "mozRequestFullScreen", "mozCancelFullScreen", "mozfullscreenchange", "mozfullscreenerror"], Ri = ["webkitFullscreenElement", "webkitFullscreenEnabled", "webkitRequestFullscreen", "webkitExitFullscreen", "webkitfullscreenchange", "webkitfullscreenerror"], Di = ["msFullscreenElement", "msFullscreenEnabled", "msRequestFullscreen", "msExitFullscreen", "MSFullscreenChange", "MSFullscreenError"], Ce = [Pi, Ri, $i, Di], R = typeof window < "u" && typeof window.document < "u" ? window.document : {}, E = null, Fi = function() {
1827
- if (!O)
1828
- for (var t = 0, r = Ce.length; t < r; t++) {
1829
- var n = Ce[t];
1825
+ Vt.extend(Pi);
1826
+ var $i = ["fullscreenElement", "fullscreenEnabled", "requestFullscreen", "exitFullscreen", "fullscreenchange", "fullscreenerror"], Ri = ["mozFullScreenElement", "mozFullScreenEnabled", "mozRequestFullScreen", "mozCancelFullScreen", "mozfullscreenchange", "mozfullscreenerror"], Di = ["webkitFullscreenElement", "webkitFullscreenEnabled", "webkitRequestFullscreen", "webkitExitFullscreen", "webkitfullscreenchange", "webkitfullscreenerror"], Fi = ["msFullscreenElement", "msFullscreenEnabled", "msRequestFullscreen", "msExitFullscreen", "MSFullscreenChange", "MSFullscreenError"], Ae = [$i, Di, Ri, Fi], R = typeof window < "u" && typeof window.document < "u" ? window.document : {}, O = null, Li = function() {
1827
+ if (!T)
1828
+ for (var t = 0, r = Ae.length; t < r; t++) {
1829
+ var n = Ae[t];
1830
1830
  if (n && n[1] in R) {
1831
- for (E = {}, t = 0; t < n.length; t++)
1832
- E[Ce[0][t]] = n[t];
1831
+ for (O = {}, t = 0; t < n.length; t++)
1832
+ O[Ae[0][t]] = n[t];
1833
1833
  return;
1834
1834
  }
1835
1835
  }
1836
1836
  };
1837
- Fi();
1838
- var nt = {
1839
- change: E && E.fullscreenchange,
1840
- error: E && E.fullscreenerror
1841
- }, Re = {
1837
+ Li();
1838
+ var it = {
1839
+ change: O && O.fullscreenchange,
1840
+ error: O && O.fullscreenerror
1841
+ }, De = {
1842
1842
  request: function(t, r) {
1843
1843
  var n = this;
1844
1844
  return new Promise(function(i, a) {
1845
1845
  var o = function() {
1846
1846
  n.off("change", o), i();
1847
1847
  };
1848
- if (n.on("change", o), t = t || (O ? null : R.documentElement), t && E && t[E.requestFullscreen]) {
1849
- var s = t[E.requestFullscreen](r);
1848
+ if (n.on("change", o), t = t || (T ? null : R.documentElement), t && O && t[O.requestFullscreen]) {
1849
+ var s = t[O.requestFullscreen](r);
1850
1850
  s instanceof Promise && s.then(o).catch(a);
1851
1851
  } else
1852
1852
  a(new Error("Fullscreen API not supported or element is null."));
@@ -1862,8 +1862,8 @@ var nt = {
1862
1862
  var i = function() {
1863
1863
  t.off("change", i), r();
1864
1864
  };
1865
- if (t.on("change", i), !O && E && R[E.exitFullscreen]) {
1866
- var a = R[E.exitFullscreen]();
1865
+ if (t.on("change", i), !T && O && R[O.exitFullscreen]) {
1866
+ var a = R[O.exitFullscreen]();
1867
1867
  a instanceof Promise && a.then(i).catch(n);
1868
1868
  } else
1869
1869
  n(new Error("Fullscreen API not supported."));
@@ -1879,16 +1879,16 @@ var nt = {
1879
1879
  this.on("error", t);
1880
1880
  },
1881
1881
  on: function(t, r) {
1882
- var n = nt[t];
1883
- n && !O && H(R, n, r);
1882
+ var n = it[t];
1883
+ n && !T && H(R, n, r);
1884
1884
  },
1885
1885
  off: function(t, r) {
1886
- var n = nt[t];
1887
- n && !O && de(R, n, r);
1886
+ var n = it[t];
1887
+ n && !T && pe(R, n, r);
1888
1888
  },
1889
- raw: E || {}
1889
+ raw: O || {}
1890
1890
  };
1891
- O ? Object.defineProperties(Re, {
1891
+ T ? Object.defineProperties(De, {
1892
1892
  isFullscreen: {
1893
1893
  get: function() {
1894
1894
  return !1;
@@ -1906,27 +1906,27 @@ O ? Object.defineProperties(Re, {
1906
1906
  return !1;
1907
1907
  }
1908
1908
  }
1909
- }) : Object.defineProperties(Re, {
1909
+ }) : Object.defineProperties(De, {
1910
1910
  isFullscreen: {
1911
1911
  get: function() {
1912
- return !!R[E && E.fullscreenElement];
1912
+ return !!R[O && O.fullscreenElement];
1913
1913
  }
1914
1914
  },
1915
1915
  element: {
1916
1916
  enumerable: !0,
1917
1917
  get: function() {
1918
- return R[E && E.fullscreenElement];
1918
+ return R[O && O.fullscreenElement];
1919
1919
  }
1920
1920
  },
1921
1921
  isEnabled: {
1922
1922
  enumerable: !0,
1923
1923
  get: function() {
1924
- return !!R[E && E.fullscreenEnabled];
1924
+ return !!R[O && O.fullscreenEnabled];
1925
1925
  }
1926
1926
  }
1927
1927
  });
1928
- Re.isEnabled;
1929
- function Li(e, t, r, n) {
1928
+ De.isEnabled;
1929
+ function ji(e, t, r, n) {
1930
1930
  var i, a = 0;
1931
1931
  typeof t != "boolean" && (n = r, r = t, t = void 0);
1932
1932
  function o() {
@@ -1946,19 +1946,19 @@ function Li(e, t, r, n) {
1946
1946
  }
1947
1947
  return o._cancel = s, o;
1948
1948
  }
1949
- function ji(e, t, r) {
1950
- return Li(e, t, !1);
1949
+ function Ni(e, t, r) {
1950
+ return ji(e, t, !1);
1951
1951
  }
1952
- var V = null, zi = "ws://localhost", it = [27197, 27198, 27199], Ae = 0, W, Bt = 1e3, Vt = 3e4, Ni = 0, Ve = {}, Wt, Bi = 20 * 1e3, at = null, Gt = null, De = {}, Ut = {}, _ = {}, Ht = function() {
1953
- }, qt = function() {
1954
- }, Xt = function(t) {
1955
- clearTimeout(De[t]), delete Ve[t], delete De[t];
1956
- }, Vi = function() {
1957
- Gt = setTimeout(function() {
1952
+ var V = null, zi = "ws://localhost", at = [27197, 27198, 27199], Ee = 0, W, Wt = 1e3, Ut = 3e4, Bi = 0, We = {}, Gt, Vi = 20 * 1e3, ot = null, Ht = null, Fe = {}, qt = {}, S = {}, Kt = function() {
1953
+ }, Xt = function() {
1954
+ }, Yt = function(t) {
1955
+ clearTimeout(Fe[t]), delete We[t], delete Fe[t];
1956
+ }, Wi = function() {
1957
+ Ht = setTimeout(function() {
1958
1958
  V.close();
1959
1959
  }, 5e3);
1960
1960
  }, F = function(t, r) {
1961
- var n = Ni++;
1961
+ var n = Bi++;
1962
1962
  if (n = String(n), t.cid = n, !W) {
1963
1963
  r && setTimeout(r, 0, {
1964
1964
  ok: !1,
@@ -1966,22 +1966,22 @@ var V = null, zi = "ws://localhost", it = [27197, 27198, 27199], Ae = 0, W, Bt =
1966
1966
  });
1967
1967
  return;
1968
1968
  }
1969
- typeof r == "function" && (Ve[n] = r, De[n] = setTimeout(function() {
1969
+ typeof r == "function" && (We[n] = r, Fe[n] = setTimeout(function() {
1970
1970
  r({
1971
1971
  ok: !1,
1972
1972
  message: "time out"
1973
- }), Xt(n);
1974
- }, Vt)), V.send(JSON.stringify(t));
1975
- }, Kt = function() {
1976
- at = setTimeout(function() {
1973
+ }), Yt(n);
1974
+ }, Ut)), V.send(JSON.stringify(t));
1975
+ }, Qt = function() {
1976
+ ot = setTimeout(function() {
1977
1977
  W ? F({
1978
1978
  type: "heartbeat"
1979
1979
  }, function() {
1980
- Kt();
1981
- }) : clearTimeout(at);
1982
- }, Bi);
1983
- }, Wi = function(t) {
1984
- W = !0, Kt(), clearTimeout(Wt), clearTimeout(Gt), qt(t);
1980
+ Qt();
1981
+ }) : clearTimeout(ot);
1982
+ }, Vi);
1983
+ }, Ui = function(t) {
1984
+ W = !0, Qt(), clearTimeout(Gt), clearTimeout(Ht), Xt(t);
1985
1985
  }, Gi = function(t) {
1986
1986
  var r = t.data;
1987
1987
  if (typeof r == "string" && (r = r.replace(/^\d+/, ""), !!r)) {
@@ -1991,35 +1991,35 @@ var V = null, zi = "ws://localhost", it = [27197, 27198, 27199], Ae = 0, W, Bt =
1991
1991
  return !o;
1992
1992
  }
1993
1993
  if (W) {
1994
- var n = Ut[r.type];
1994
+ var n = qt[r.type];
1995
1995
  if (n)
1996
1996
  return n(r.data);
1997
- var i = r.cid, a = Ve[i];
1997
+ var i = r.cid, a = We[i];
1998
1998
  a && (r.ok ? a(null, r.data) : a({
1999
1999
  ok: r.ok
2000
- }), Xt(i));
2000
+ }), Yt(i));
2001
2001
  } else
2002
- r.type === "eSpace-ctrl-connection-success" ? Wi(r.data) : V.close();
2002
+ r.type === "eSpace-ctrl-connection-success" ? Ui(r.data) : V.close();
2003
2003
  }
2004
- }, Ui = function() {
2005
- V.onopen = Vi, V.onclose = Hi, V.onmessage = Gi;
2006
- }, Yt = function(t) {
2007
- Wt = setTimeout(function() {
2008
- Ae >= it.length && (Ae = 0), V = new WebSocket(zi + ":" + it[Ae++]), Ui();
2009
- }, t || 0);
2010
2004
  }, Hi = function() {
2011
- (W || typeof W > "u") && (W = !1, Ht()), Yt(Bt);
2005
+ V.onopen = Wi, V.onclose = qi, V.onmessage = Gi;
2006
+ }, Zt = function(t) {
2007
+ Gt = setTimeout(function() {
2008
+ Ee >= at.length && (Ee = 0), V = new WebSocket(zi + ":" + at[Ee++]), Hi();
2009
+ }, t || 0);
2010
+ }, qi = function() {
2011
+ (W || typeof W > "u") && (W = !1, Kt()), Zt(Wt);
2012
2012
  };
2013
- _.init = function(e) {
2014
- e && (Vt = e.timeout || 3e4, Bt = e.pollingInterval || 0), Yt();
2013
+ S.init = function(e) {
2014
+ e && (Ut = e.timeout || 3e4, Wt = e.pollingInterval || 0), Zt();
2015
2015
  };
2016
- _.ready = function(e) {
2017
- qt = e;
2016
+ S.ready = function(e) {
2017
+ Xt = e;
2018
2018
  };
2019
- _.error = function(e) {
2020
- Ht = e;
2019
+ S.error = function(e) {
2020
+ Kt = e;
2021
2021
  };
2022
- var ot = function(t, r, n) {
2022
+ var st = function(t, r, n) {
2023
2023
  for (var i = [], a = 0; a < r; a++) {
2024
2024
  var o = t;
2025
2025
  a && (o += a);
@@ -2028,10 +2028,10 @@ var ot = function(t, r, n) {
2028
2028
  }
2029
2029
  return i;
2030
2030
  };
2031
- _.on = function(e, t) {
2032
- Ut[e] = t;
2031
+ S.on = function(e, t) {
2032
+ qt[e] = t;
2033
2033
  };
2034
- _.getUserInfo = function(e, t) {
2034
+ S.getUserInfo = function(e, t) {
2035
2035
  var r = function(i, a) {
2036
2036
  if (i)
2037
2037
  return t(i);
@@ -2039,8 +2039,8 @@ _.getUserInfo = function(e, t) {
2039
2039
  return {
2040
2040
  account: f.account,
2041
2041
  name: f.name,
2042
- mobile: ot("mobile", 6, f),
2043
- office_phone: ot("office_phone", 6, f),
2042
+ mobile: st("mobile", 6, f),
2043
+ office_phone: st("office_phone", 6, f),
2044
2044
  home_phone: f.home_phone,
2045
2045
  ip_phone: f.ip_phone,
2046
2046
  other_phone: f.other_phone
@@ -2063,14 +2063,14 @@ _.getUserInfo = function(e, t) {
2063
2063
  param: e
2064
2064
  }, r);
2065
2065
  };
2066
- _.subscribeUserStatus = function(e, t) {
2066
+ S.subscribeUserStatus = function(e, t) {
2067
2067
  Array.isArray(e) && e.forEach(function(r) {
2068
2068
  }), F({
2069
2069
  type: "subscribe-user-status",
2070
2070
  param: e
2071
2071
  }, t);
2072
2072
  };
2073
- _.eSpaceCall = function(e, t, r) {
2073
+ S.eSpaceCall = function(e, t, r) {
2074
2074
  F({
2075
2075
  type: "espace-call",
2076
2076
  param: {
@@ -2079,7 +2079,7 @@ _.eSpaceCall = function(e, t, r) {
2079
2079
  }
2080
2080
  }, r);
2081
2081
  };
2082
- _.eSpaceCallByAccount = function(e, t) {
2082
+ S.eSpaceCallByAccount = function(e, t) {
2083
2083
  F({
2084
2084
  type: "espace-call",
2085
2085
  param: {
@@ -2087,7 +2087,7 @@ _.eSpaceCallByAccount = function(e, t) {
2087
2087
  }
2088
2088
  }, t);
2089
2089
  };
2090
- _.eSpaceCallByNumber = function(e, t) {
2090
+ S.eSpaceCallByNumber = function(e, t) {
2091
2091
  F({
2092
2092
  type: "espace-call",
2093
2093
  param: {
@@ -2095,44 +2095,44 @@ _.eSpaceCallByNumber = function(e, t) {
2095
2095
  }
2096
2096
  }, t);
2097
2097
  };
2098
- _.showImDialog = function(e, t) {
2098
+ S.showImDialog = function(e, t) {
2099
2099
  F({
2100
2100
  type: "show-espace-im-dialog",
2101
2101
  param: e
2102
2102
  }, t);
2103
2103
  };
2104
- _.showGroupDialog = function(e, t) {
2104
+ S.showGroupDialog = function(e, t) {
2105
2105
  F({
2106
2106
  type: "show-espace-im-group-dialog",
2107
2107
  param: e
2108
2108
  }, t);
2109
2109
  };
2110
- _.addContactList = function(e, t) {
2110
+ S.addContactList = function(e, t) {
2111
2111
  F({
2112
2112
  type: "add-contact-list",
2113
2113
  param: e
2114
2114
  }, t);
2115
2115
  };
2116
- if (O || !window.WebSocket) {
2117
- var qi = function() {
2116
+ if (T || !window.WebSocket) {
2117
+ var Ki = function() {
2118
2118
  };
2119
- for (var Ee in _)
2120
- if (Object.prototype.hasOwnProperty.call(_, Ee)) {
2121
- var Xi = _[Ee];
2122
- typeof Xi == "function" && (_[Ee] = qi);
2119
+ for (var Oe in S)
2120
+ if (Object.prototype.hasOwnProperty.call(S, Oe)) {
2121
+ var Xi = S[Oe];
2122
+ typeof Xi == "function" && (S[Oe] = Ki);
2123
2123
  }
2124
2124
  }
2125
- var ue = {}, ee = {
2125
+ var ce = {}, ee = {
2126
2126
  leave: "v-modal-leave",
2127
2127
  enter: "v-modal-enter",
2128
2128
  modal: "v-modal"
2129
- }, Ki = function(t, r) {
2129
+ }, Yi = function(t, r) {
2130
2130
  for (var n = t.length - 1; n >= 0; n--)
2131
2131
  if (t[n].id === r) {
2132
2132
  t.splice(n, 1);
2133
2133
  break;
2134
2134
  }
2135
- }, Fe, I = {
2135
+ }, Le, I = {
2136
2136
  step: 2,
2137
2137
  zIndex: 2e3,
2138
2138
  globalScroll: !1,
@@ -2155,15 +2155,15 @@ var ue = {}, ee = {
2155
2155
  },
2156
2156
  /** 全局反注册 */
2157
2157
  deregister: function(t) {
2158
- t && (ue[t] = null, delete ue[t]);
2158
+ t && (ce[t] = null, delete ce[t]);
2159
2159
  },
2160
2160
  /** 返回全局实例 */
2161
2161
  getInstance: function(t) {
2162
- return ue[t];
2162
+ return ce[t];
2163
2163
  },
2164
2164
  /** 全局注册 仅vue-popup.ts中使用,instance就是vm, 把vm注册到 vm._popupId 这个键值上 */
2165
2165
  register: function(t, r) {
2166
- t && r && (ue[t] = r);
2166
+ t && r && (ce[t] = r);
2167
2167
  },
2168
2168
  nextZIndex: function() {
2169
2169
  var t = I.zIndex;
@@ -2171,22 +2171,22 @@ var ue = {}, ee = {
2171
2171
  },
2172
2172
  /** 打开遮罩层, 仅vue-popup.ts中使用。 dom = vm.$el 或者 undefined (appendtoBody时) */
2173
2173
  openModal: function(t, r, n, i, a) {
2174
- if (!O && !(!t || r === void 0)) {
2174
+ if (!T && !(!t || r === void 0)) {
2175
2175
  this.modalFade = a;
2176
2176
  for (var o = 0, s = this.modalStack.length; o < s; o++) {
2177
2177
  var l = this.modalStack[o];
2178
2178
  if (l.id === t)
2179
2179
  return;
2180
2180
  }
2181
- var u = Fe();
2182
- if (se(u, ee.modal), this.modalFade && !I.hasModal && se(u, ee.enter), i) {
2181
+ var u = Le();
2182
+ if (ue(u, ee.modal), this.modalFade && !I.hasModal && ue(u, ee.enter), i) {
2183
2183
  var c = i.trim().split(/\s+/);
2184
2184
  c.forEach(function(d) {
2185
- return se(u, d);
2185
+ return ue(u, d);
2186
2186
  });
2187
2187
  }
2188
2188
  setTimeout(function() {
2189
- le(u, ee.enter);
2189
+ fe(u, ee.enter);
2190
2190
  }, 200), r && (u.style.zIndex = r.toString()), u.style.display = "", u.tabIndex = 0;
2191
2191
  var f;
2192
2192
  n && n.parentNode && n.parentNode.nodeType !== 11 ? f = n.parentNode : f = document.body, f.appendChild(u), this.modalStack.push({
@@ -2205,29 +2205,29 @@ var ue = {}, ee = {
2205
2205
  }
2206
2206
  },
2207
2207
  closeModal: function(t) {
2208
- var r = this.modalStack, n = Fe();
2208
+ var r = this.modalStack, n = Le();
2209
2209
  if (r.length > 0) {
2210
2210
  var i = r[r.length - 1];
2211
2211
  if (i.id === t) {
2212
2212
  if (i.modalClass) {
2213
2213
  var a = i.modalClass.trim().split(/\s+/);
2214
2214
  a.forEach(function(s) {
2215
- return le(n, s);
2215
+ return fe(n, s);
2216
2216
  });
2217
2217
  }
2218
2218
  r.pop();
2219
2219
  var o = r.length;
2220
2220
  o > 0 && (n.style.zIndex = r[o - 1].zIndex.toString());
2221
2221
  } else
2222
- Ki(r, t);
2222
+ Yi(r, t);
2223
2223
  }
2224
- r.length === 0 && (this.modalFade && se(n, ee.leave), le(document.body, this.popLockClass), this.resetBodyBorder(), setTimeout(function() {
2225
- r.length === 0 && (n.parentNode && n.parentNode.removeChild(n), n.style.display = "none", I.modalDom = null), le(n, ee.leave);
2224
+ r.length === 0 && (this.modalFade && ue(n, ee.leave), fe(document.body, this.popLockClass), this.resetBodyBorder(), setTimeout(function() {
2225
+ r.length === 0 && (n.parentNode && n.parentNode.removeChild(n), n.style.display = "none", I.modalDom = null), fe(n, ee.leave);
2226
2226
  }, 200));
2227
2227
  }
2228
2228
  };
2229
- Fe = function() {
2230
- if (O)
2229
+ Le = function() {
2230
+ if (T)
2231
2231
  return null;
2232
2232
  var t = I.modalDom;
2233
2233
  return t ? I.hasModal = !0 : (I.hasModal = !1, t = document.createElement("div"), I.modalDom = t, t.addEventListener("touchmove", function(r) {
@@ -2238,8 +2238,8 @@ Fe = function() {
2238
2238
  I.doOnModalClick();
2239
2239
  })), t;
2240
2240
  };
2241
- O || H(window, "keydown", function(e) {
2242
- if (e.keyCode === mi.Escape) {
2241
+ T || H(window, "keydown", function(e) {
2242
+ if (e.keyCode === hi.Escape) {
2243
2243
  var t = I.modalStack;
2244
2244
  if (t.length > 0) {
2245
2245
  var r = t[t.length - 1];
@@ -2250,14 +2250,14 @@ O || H(window, "keydown", function(e) {
2250
2250
  }
2251
2251
  }
2252
2252
  });
2253
- !O && typeof ResizeObserver == "function" && new ResizeObserver(function(e) {
2253
+ !T && typeof ResizeObserver == "function" && new ResizeObserver(function(e) {
2254
2254
  e.forEach(function(t) {
2255
2255
  t.target.popperVm && t.contentRect.height > 50 && t.target.popperVm.update();
2256
2256
  });
2257
2257
  });
2258
- var Yi = function() {
2259
- var t = m.ref(""), r = ["2xl", "xl", "lg", "md", "sm"], n = function(l) {
2260
- return O || typeof matchMedia != "function" ? {
2258
+ var Qi = function() {
2259
+ var t = h.ref(""), r = ["2xl", "xl", "lg", "md", "sm"], n = function(l) {
2260
+ return T || typeof matchMedia != "function" ? {
2261
2261
  matches: !1,
2262
2262
  media: l,
2263
2263
  addEventListener: function() {
@@ -2280,12 +2280,12 @@ var Yi = function() {
2280
2280
  }
2281
2281
  }
2282
2282
  t.value = "default";
2283
- }, o = ji(0, function() {
2283
+ }, o = Ni(0, function() {
2284
2284
  return a();
2285
2285
  });
2286
2286
  return a(), r.forEach(function(s) {
2287
2287
  return i[s].addEventListener("change", o);
2288
- }), m.onBeforeUnmount(function() {
2288
+ }), h.onBeforeUnmount(function() {
2289
2289
  r.forEach(function(s) {
2290
2290
  return i[s].removeEventListener("change", o);
2291
2291
  });
@@ -2293,8 +2293,8 @@ var Yi = function() {
2293
2293
  current: t
2294
2294
  };
2295
2295
  };
2296
- function ya() {
2297
- var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 100, t = m.ref(0), r;
2296
+ function wa() {
2297
+ var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 100, t = h.ref(0), r;
2298
2298
  function n() {
2299
2299
  r = requestAnimationFrame(function() {
2300
2300
  t.value++, !(t.value >= e) && n();
@@ -2303,7 +2303,7 @@ function ya() {
2303
2303
  function i() {
2304
2304
  r && (cancelAnimationFrame(r), r = 0);
2305
2305
  }
2306
- return n(), m.onBeforeUnmount(function() {
2306
+ return n(), h.onBeforeUnmount(function() {
2307
2307
  return i();
2308
2308
  }), {
2309
2309
  defer: function(o) {
@@ -2315,18 +2315,18 @@ function ya() {
2315
2315
  cancel: i
2316
2316
  };
2317
2317
  }
2318
- var Qi = ["IconLoadingShadow", "IconNoData"], Qt = 0, Zt = function(t, r) {
2318
+ var Zi = ["IconLoadingShadow", "IconNoData"], Jt = 0, er = function(t, r) {
2319
2319
  {
2320
2320
  var n, i;
2321
2321
  if ((n = t.data) !== null && n !== void 0 && (i = n.attrs) !== null && i !== void 0 && i.id) {
2322
- var a = "".concat(t.data.attrs.id).concat(Qt);
2322
+ var a = "".concat(t.data.attrs.id).concat(Jt);
2323
2323
  r[t.data.attrs.id] = a, t.data.attrs.id = a;
2324
2324
  }
2325
2325
  }
2326
2326
  Array.isArray(t == null ? void 0 : t.children) && t.children.forEach(function(o) {
2327
- Zt(o, r);
2327
+ er(o, r);
2328
2328
  });
2329
- }, Jt = function(t, r) {
2329
+ }, tr = function(t, r) {
2330
2330
  var n = ["fill", "mask", "filter"];
2331
2331
  n.forEach(function(i) {
2332
2332
  {
@@ -2337,14 +2337,14 @@ var Qi = ["IconLoadingShadow", "IconNoData"], Qt = 0, Zt = function(t, r) {
2337
2337
  }
2338
2338
  }
2339
2339
  }), Array.isArray(t == null ? void 0 : t.children) && t.children.forEach(function(i) {
2340
- Jt(i, r);
2340
+ tr(i, r);
2341
2341
  });
2342
- }, Zi = function(t) {
2342
+ }, Ji = function(t) {
2343
2343
  if (t) {
2344
2344
  var r = {};
2345
- Zt(t, r), Jt(t, r), Qt++;
2345
+ er(t, r), tr(t, r), Jt++;
2346
2346
  }
2347
- }, Ji = function(t) {
2347
+ }, ea = function(t) {
2348
2348
  var r = t.onMounted, n = t.onActivated, i = t.nextTick;
2349
2349
  return function(a) {
2350
2350
  var o;
@@ -2356,7 +2356,7 @@ var Qi = ["IconLoadingShadow", "IconNoData"], Qt = 0, Zt = function(t, r) {
2356
2356
  return o && a();
2357
2357
  });
2358
2358
  };
2359
- }, ea = function(t) {
2359
+ }, ta = function(t) {
2360
2360
  var r = t.getCurrentInstance, n = t.isVue2, i = t.nextTick, a = t.onUnmounted;
2361
2361
  return function() {
2362
2362
  var o = r().proxy;
@@ -2374,187 +2374,199 @@ var Qi = ["IconLoadingShadow", "IconNoData"], Qt = 0, Zt = function(t, r) {
2374
2374
  });
2375
2375
  });
2376
2376
  };
2377
- }, ta = function(t) {
2377
+ }, ra = function(t) {
2378
2378
  var r = t.computed, n = t.getCurrentInstance, i = t.inject, a = t.markRaw, o = t.nextTick, s = t.onMounted, l = t.onActivated, u = t.onUnmounted, c = t.provide, f = t.reactive, d = t.toRef;
2379
2379
  return function() {
2380
- var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, p = v.relationKey, h = v.relationContainer, g = v.onChange, C = v.childrenKey, w = v.delivery;
2380
+ var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, p = v.relationKey, m = v.relationContainer, g = v.onChange, w = v.childrenKey, b = v.delivery;
2381
2381
  if (!p)
2382
2382
  throw new Error("[TINY Error]<relationKey> must exist.");
2383
- var y = n(), b = f({
2383
+ var A = n(), y = f({
2384
2384
  children: [],
2385
2385
  indexInParent: -1
2386
- }), k = i(p, null), S = [];
2387
- if (k) {
2388
- var A = k.link, T = k.unlink, M = k.callbacks, P = k.childrenKey, re = k.delivery;
2389
- S = M, C = C || P || "instanceChildren", w = re, b.indexInParent = A(y), u(function() {
2390
- return T(y);
2386
+ }), x = i(p, null), _ = [];
2387
+ if (x) {
2388
+ var E = x.link, k = x.unlink, M = x.callbacks, P = x.childrenKey, ie = x.delivery;
2389
+ _ = M, w = w || P || "instanceChildren", b = ie, y.indexInParent = E(A), u(function() {
2390
+ return k(A);
2391
2391
  });
2392
2392
  } else {
2393
- C = C || "instanceChildren";
2394
- var ar = Ji({
2393
+ w = w || "instanceChildren";
2394
+ var sr = ea({
2395
2395
  onMounted: s,
2396
2396
  onActivated: l,
2397
2397
  nextTick: o
2398
2398
  }), Ge = g ? function() {
2399
2399
  return o(g);
2400
- } : Ci, Y;
2400
+ } : Ai, Y;
2401
2401
  o(function() {
2402
- var L = typeof h == "function" ? h() : h;
2402
+ var L = typeof m == "function" ? m() : m;
2403
2403
  L && (Y = new MutationObserver(function(Q, B) {
2404
- var Ue = [];
2405
- er(L.childNodes, Ue), S.forEach(function(lr) {
2406
- return lr(Ue, Q, B);
2404
+ var He = [];
2405
+ rr(L.childNodes, He), _.forEach(function(fr) {
2406
+ return fr(He, Q, B);
2407
2407
  }), Ge();
2408
2408
  }), Y.observe(L, {
2409
2409
  attributes: !0,
2410
2410
  childList: !0,
2411
2411
  subtree: !0
2412
2412
  }));
2413
- }), ar(function() {
2413
+ }), sr(function() {
2414
2414
  return Ge();
2415
2415
  }), u(function() {
2416
- Y && (Y.disconnect(), Y = null), S = null;
2416
+ Y && (Y.disconnect(), Y = null), _ = null;
2417
2417
  });
2418
2418
  }
2419
- var or = function(Q) {
2419
+ var lr = function(Q) {
2420
2420
  var B = Q.proxy;
2421
- return b.children.push(a(B)), r(function() {
2422
- return b.children.indexOf(B);
2421
+ return y.children.push(a(B)), r(function() {
2422
+ return y.children.indexOf(B);
2423
2423
  });
2424
- }, sr = function(Q) {
2425
- var B = b.children.indexOf(Q.proxy);
2426
- B > -1 && b.children.splice(B, 1);
2424
+ }, ur = function(Q) {
2425
+ var B = y.children.indexOf(Q.proxy);
2426
+ B > -1 && y.children.splice(B, 1);
2427
2427
  };
2428
- return S.push(function(L) {
2429
- return ra(b.children, L);
2428
+ return _.push(function(L) {
2429
+ return na(y.children, L);
2430
2430
  }), c(p, {
2431
- link: or,
2432
- unlink: sr,
2433
- callbacks: S,
2434
- childrenKey: C,
2435
- delivery: w
2436
- }), Object.defineProperty(y.proxy, C, {
2431
+ link: lr,
2432
+ unlink: ur,
2433
+ callbacks: _,
2434
+ childrenKey: w,
2435
+ delivery: b
2436
+ }), Object.defineProperty(A.proxy, w, {
2437
2437
  configurable: !0,
2438
2438
  get: function() {
2439
- return b.children;
2439
+ return y.children;
2440
2440
  }
2441
2441
  }), u(function() {
2442
- return delete y.proxy[C];
2442
+ return delete A.proxy[w];
2443
2443
  }), {
2444
- children: d(b, "children"),
2445
- index: d(b, "indexInParent"),
2446
- delivery: w
2444
+ children: d(y, "children"),
2445
+ index: d(y, "indexInParent"),
2446
+ delivery: b
2447
2447
  };
2448
2448
  };
2449
- }, er = function(t, r) {
2449
+ }, rr = function(t, r) {
2450
2450
  t.length && t.forEach(function(n) {
2451
- r.push(n), n.childNodes && er(n.childNodes, r);
2451
+ r.push(n), n.childNodes && rr(n.childNodes, r);
2452
2452
  });
2453
- }, ra = function(t, r) {
2453
+ }, na = function(t, r) {
2454
2454
  t.sort(function(n, i) {
2455
2455
  return r.indexOf(n.$el) - r.indexOf(i.$el);
2456
2456
  });
2457
2457
  };
2458
- const ba = "3.23.0";
2459
- var wa = ea(D(D({}, m), {}, {
2460
- isVue2: yt
2461
- })), xa = ta(D(D({}, m), {}, {
2462
- isVue2: yt
2463
- })), we = "Tiny", na = {
2458
+ const Ca = "3.24.0";
2459
+ var xa = ta(D(D({}, h), {}, {
2460
+ isVue2: wt
2461
+ })), Aa = ra(D(D({}, h), {}, {
2462
+ isVue2: wt
2463
+ })), ne = "Tiny", ia = {
2464
2464
  tiny_mode: String,
2465
2465
  tiny_mode_root: Boolean,
2466
2466
  tiny_template: [Function, Object],
2467
2467
  tiny_renderless: Function,
2468
2468
  tiny_theme: String,
2469
+ tiny_mcp_config: Object,
2469
2470
  tiny_chart_theme: Object
2470
- }, ia = ["tiny_mode", "tiny_mode_root", "tiny_template", "tiny_renderless", "_constants", "tiny_theme", "tiny_chart_theme"], We = function(t, r) {
2471
+ }, aa = ["tiny_mode", "tiny_mode_root", "tiny_template", "tiny_renderless", "_constants", "tiny_theme", "tiny_chart_theme", "tiny_mcp_config"], Ue = function(t, r) {
2471
2472
  var n = function(f) {
2472
2473
  return ~["pc", "mobile", "mobile-first"].indexOf(f);
2473
- }, i = je(), a = typeof t.tiny_mode == "string" ? t.tiny_mode : null, o = m.inject("TinyMode", null), s;
2474
+ }, i = Ne(), a = typeof t.tiny_mode == "string" ? t.tiny_mode : null, o = h.inject("TinyMode", null), s;
2474
2475
  typeof i.tiny_mode == "string" ? s = i.tiny_mode : i.tiny_mode && (s = i.tiny_mode.value), n(a) || (a = null), n(o) || (o = null), n(s) || (s = null);
2475
2476
  var l = a || o || s || "pc";
2476
- t.tiny_mode_root && m.provide("TinyMode", l);
2477
- var u = m.getCurrentInstance();
2477
+ t.tiny_mode_root && h.provide("TinyMode", l);
2478
+ var u = h.getCurrentInstance();
2478
2479
  return u = u.proxy, Object.defineProperty(u, "_tiny_mode", {
2479
2480
  value: l
2480
2481
  }), l;
2481
- }, aa = function(t, r) {
2482
+ }, oa = function(t, r) {
2482
2483
  var n = function(c) {
2483
2484
  return ~["tiny", "saas"].indexOf(c);
2484
- }, i = je(), a = typeof t.tiny_theme == "string" ? t.tiny_theme : null, o = m.inject("TinyTheme", null), s = i.tiny_theme && i.tiny_theme.value;
2485
+ }, i = Ne(), a = typeof t.tiny_theme == "string" ? t.tiny_theme : null, o = h.inject("TinyTheme", null), s = i.tiny_theme && i.tiny_theme.value;
2485
2486
  n(a) || (a = null), n(o) || (o = null), n(s) || (s = null);
2486
2487
  var l = a || o || s || "tiny";
2487
2488
  return l;
2488
- }, oa = function(t, r) {
2489
- var n = je(), i = N(t.tiny_chart_theme) === "object" ? t.tiny_chart_theme : null, a = m.inject("TinyChartTheme", null), o = n.tiny_chart_theme && n.tiny_chart_theme.value, s = i || a || o || null;
2489
+ }, sa = function(t, r) {
2490
+ var n = Ne(), i = z(t.tiny_chart_theme) === "object" ? t.tiny_chart_theme : null, a = h.inject("TinyChartTheme", null), o = n.tiny_chart_theme && n.tiny_chart_theme.value, s = i || a || o || null;
2490
2491
  return s;
2491
- }, he = {
2492
+ }, be = {
2492
2493
  configKey: Symbol("designConfigKey"),
2493
2494
  configInstance: null
2494
- }, Ca = function(t) {
2495
- Object.keys(t).length && (m.provide(he.configKey, t), he.configInstance = t);
2496
- }, sa = Ur(he), tr = {
2495
+ }, Ea = function(t) {
2496
+ Object.keys(t).length && (h.provide(be.configKey, t), be.configInstance = t);
2497
+ }, la = Hr(be), nr = {
2497
2498
  designConfig: null,
2498
2499
  twMerge: function() {
2499
2500
  return "";
2500
2501
  }
2501
- }, rr = function() {
2502
- var t, r, n, i = tr.designConfig || m.inject(he.configKey, {});
2502
+ }, ir = function() {
2503
+ var t, r, n, i = nr.designConfig || h.inject(be.configKey, {});
2503
2504
  i = ((t = i) === null || t === void 0 ? void 0 : t.value) || i || {};
2504
- var a = (r = i) === null || r === void 0 || (n = r.components) === null || n === void 0 ? void 0 : n[Pr().replace(we, "")];
2505
+ var a = (r = i) === null || r === void 0 || (n = r.components) === null || n === void 0 ? void 0 : n[gt().replace(ne, "")];
2505
2506
  return {
2506
2507
  designConfig: a,
2507
2508
  globalDesignConfig: i
2508
2509
  };
2509
- }, la = function(t) {
2510
- var r = t.props, n = t.context, i = t.template, a = t.extend, o = a === void 0 ? {} : a, s = We(r), l = m.computed(function() {
2510
+ }, ua = function() {
2511
+ var t, r = re.mcpConfig, n = gt().replace(ne, "");
2512
+ return r == null || (t = r.components) === null || t === void 0 ? void 0 : t[n];
2513
+ }, re = {
2514
+ mcpConfig: null,
2515
+ createMcpTools: null
2516
+ }, Oa = function(t, r) {
2517
+ re.mcpConfig = t, re.createMcpTools = r;
2518
+ }, fa = function(t) {
2519
+ var r = t.props, n = t.context, i = t.template, a = t.extend, o = a === void 0 ? {} : a, s = Ue(r), l = h.computed(function() {
2511
2520
  if (typeof r.tiny_template < "u") return r.tiny_template;
2512
2521
  var p = i(s, r);
2513
- return typeof p == "function" ? dt(p) : p;
2514
- }), u = rr(), c = u.designConfig, f = {}, d = c == null ? void 0 : c.props;
2522
+ return typeof p == "function" ? vt(p) : p;
2523
+ }), u = ir(), c = u.designConfig, f = {}, d = c == null ? void 0 : c.props;
2515
2524
  if (d) {
2516
- var v = Mr();
2525
+ var v = $r();
2517
2526
  Object.keys(d).forEach(function(p) {
2518
- Object.prototype.hasOwnProperty.call(v, p) || (f[p] = d[p]);
2527
+ var m = p.replace(/-(\w)/g, function(w, b) {
2528
+ return b.toUpperCase();
2529
+ }), g = p.replace(/([A-Z])/g, "-$1").toLowerCase();
2530
+ !Object.prototype.hasOwnProperty.call(v, m) && !Object.prototype.hasOwnProperty.call(v, g) && (f[p] = d[p]);
2519
2531
  });
2520
2532
  }
2521
- return vt({
2533
+ return pt({
2522
2534
  view: l,
2523
2535
  props: r,
2524
2536
  customDesignProps: f,
2525
2537
  context: n,
2526
2538
  extend: o
2527
2539
  });
2528
- }, Le = function() {
2540
+ }, je = function() {
2529
2541
  for (var t = arguments.length, r = new Array(t), n = 0; n < t; n++)
2530
2542
  r[n] = arguments[n];
2531
- return tr.twMerge(Se(r));
2532
- }, ua = function(t) {
2533
- var r = t.props, n = t.context, i = t.renderless, a = t.api, o = t.extendOptions, s = o === void 0 ? {} : o, l = t.mono, u = l === void 0 ? !1 : l, c = t.classes, f = c === void 0 ? {} : c, d = typeof r.tiny_renderless == "function" ? r.tiny_renderless : i, v = rr(), p = v.designConfig, h = v.globalDesignConfig, g = D(D({
2534
- $prefix: we,
2535
- t: He
2536
- }, zr(n, We(r))), {}, {
2543
+ return nr.twMerge(Se(r));
2544
+ }, ca = function(t) {
2545
+ var r = t.props, n = t.context, i = t.renderless, a = t.api, o = t.extendOptions, s = o === void 0 ? {} : o, l = t.mono, u = l === void 0 ? !1 : l, c = t.classes, f = c === void 0 ? {} : c, d = typeof r.tiny_renderless == "function" ? r.tiny_renderless : i, v = ir(), p = v.designConfig, m = v.globalDesignConfig, g = D(D({
2546
+ $prefix: ne,
2547
+ t: qe
2548
+ }, zr(n, Ue(r))), {}, {
2537
2549
  designConfig: p,
2538
- globalDesignConfig: h,
2539
- useBreakpoint: Yi,
2540
- mergeClass: Le
2550
+ globalDesignConfig: m,
2551
+ useBreakpoint: Qi,
2552
+ mergeClass: je
2541
2553
  });
2542
- g.vm.theme = aa(r), g.vm.chartTheme = oa(r);
2543
- var C = d(r, m, g, s);
2544
- typeof (p == null ? void 0 : p.renderless) == "function" && Object.assign(C, p.renderless(r, m, g, C));
2545
- var w = {
2546
- t: He,
2554
+ g.vm.theme = oa(r), g.vm.chartTheme = sa(r);
2555
+ var w = d(r, h, g, s);
2556
+ typeof (p == null ? void 0 : p.renderless) == "function" && Object.assign(w, p.renderless(r, h, g, w));
2557
+ var b = {
2558
+ t: qe,
2547
2559
  vm: g.vm,
2548
- f: mr,
2549
- a: nr,
2560
+ f: yr,
2561
+ a: ar,
2550
2562
  d: g.defineInstanceProperties,
2551
2563
  dp: g.defineParentInstanceProperties,
2552
- gcls: function(b) {
2553
- return yr(f, b);
2564
+ gcls: function(x) {
2565
+ return wr(f, x);
2554
2566
  },
2555
- m: Le
2567
+ m: je
2556
2568
  };
2557
- return w.d({
2569
+ b.d({
2558
2570
  slots: {
2559
2571
  get: function() {
2560
2572
  return g.vm.$slots;
@@ -2567,7 +2579,7 @@ var wa = ea(D(D({}, m), {}, {
2567
2579
  },
2568
2580
  configurable: !0
2569
2581
  }
2570
- }), w.dp({
2582
+ }), b.dp({
2571
2583
  slots: {
2572
2584
  get: function() {
2573
2585
  return g.parent.$slots;
@@ -2580,27 +2592,29 @@ var wa = ea(D(D({}, m), {}, {
2580
2592
  },
2581
2593
  configurable: !0
2582
2594
  }
2583
- }), ir(), Array.isArray(a) && (Array.isArray(p == null ? void 0 : p.api) && (a = a.concat(p.api)), a.forEach(function(y) {
2584
- var b = C[y];
2585
- typeof b < "u" && (w[y] = b, u || g.setParentAttribute({
2595
+ }), or(), Array.isArray(a) && (Array.isArray(p == null ? void 0 : p.api) && (a = a.concat(p.api)), a.forEach(function(y) {
2596
+ var x = w[y];
2597
+ typeof x < "u" && (b[y] = x, u || g.setParentAttribute({
2586
2598
  name: y,
2587
- value: b
2599
+ value: x
2588
2600
  }));
2589
- })), w;
2601
+ }));
2602
+ var A = ua();
2603
+ return A && r.tiny_mcp_config && re.createMcpTools && re.createMcpTools(b.vm, r.tiny_mcp_config, A), b;
2590
2604
  };
2591
- function fa(e) {
2605
+ function da(e) {
2592
2606
  var t = e.name, r = t === void 0 ? "Icon" : t, n = e.component;
2593
2607
  return function(i) {
2594
- return Ir(Hr({
2595
- name: we + r,
2608
+ return Pr(qr({
2609
+ name: ne + r,
2596
2610
  setup: function(o, s) {
2597
- var l = s.attrs || {}, u = l.fill, c = l.width, f = l.height, d = l["custom-class"], v = l["first-color"], p = l["second-color"], h = Object.assign({}, o, i || null), g = We(h), C = g === "mobile-first", w = {
2598
- "data-tag": C ? "tiny-svg" : null
2599
- }, y = {
2600
- attrs: w
2601
- }, b = "tiny-svg";
2602
- C && (b = Le("h-4 w-4 inline-block", d || "", h.class || ""));
2603
- var k = Object.assign({
2611
+ var l = s.attrs || {}, u = l.fill, c = l.width, f = l.height, d = l["custom-class"], v = l["first-color"], p = l["second-color"], m = Object.assign({}, o, i || null), g = Ue(m), w = g === "mobile-first", b = {
2612
+ "data-tag": w ? "tiny-svg" : null
2613
+ }, A = {
2614
+ attrs: b
2615
+ }, y = "tiny-svg";
2616
+ w && (y = je("h-4 w-4 inline-block", d || "", m.class || ""));
2617
+ var x = Object.assign({
2604
2618
  style: {
2605
2619
  fill: u,
2606
2620
  width: c,
@@ -2608,29 +2622,29 @@ function fa(e) {
2608
2622
  "--tiny-first-color": v || "",
2609
2623
  "--tiny-second-color": p || ""
2610
2624
  },
2611
- class: b,
2625
+ class: y,
2612
2626
  isSvg: !0
2613
- }, y);
2614
- if (k.nativeOn = s.listeners, Qi.includes(r)) {
2615
- var S = n.render;
2627
+ }, A);
2628
+ if (x.nativeOn = s.listeners, Zi.includes(r)) {
2629
+ var _ = n.render;
2616
2630
  n.render = function() {
2617
- for (var A = S.bind(this), T = arguments.length, M = new Array(T), P = 0; P < T; P++)
2631
+ for (var E = _.bind(this), k = arguments.length, M = new Array(k), P = 0; P < k; P++)
2618
2632
  M[P] = arguments[P];
2619
- var re = A(M);
2620
- return Zi(re), re;
2633
+ var ie = E(M);
2634
+ return Ji(ie), ie;
2621
2635
  };
2622
2636
  }
2623
- return vt({
2637
+ return pt({
2624
2638
  component: n,
2625
- props: h,
2639
+ props: m,
2626
2640
  context: s,
2627
- extend: k
2641
+ extend: x
2628
2642
  });
2629
2643
  }
2630
2644
  }));
2631
2645
  };
2632
2646
  }
2633
- var nr = function(t, r, n) {
2647
+ var ar = function(t, r, n) {
2634
2648
  var i = {}, a = function(l) {
2635
2649
  var u = r.some(function(c) {
2636
2650
  return new RegExp(c).test(l);
@@ -2640,82 +2654,83 @@ var nr = function(t, r, n) {
2640
2654
  for (var o in t)
2641
2655
  a(o);
2642
2656
  return i;
2643
- }, ve = {}, ir = function() {
2644
- for (var t in ve) {
2645
- var r = ve[t];
2646
- typeof r.install == "function" && r.install($r()), typeof r.init == "function" && r.init(Rr());
2657
+ }, ge = {}, or = function() {
2658
+ for (var t in ge) {
2659
+ var r = ge[t];
2660
+ typeof r.install == "function" && r.install(Rr()), typeof r.init == "function" && r.init(Dr());
2647
2661
  }
2648
- ve = {};
2649
- }, ca = function(t) {
2662
+ ge = {};
2663
+ }, va = function(t) {
2650
2664
  t.install = function(r) {
2651
2665
  r.component(t.name, t);
2652
2666
  };
2653
2667
  };
2654
- const Aa = {
2668
+ const Ta = {
2655
2669
  h: Gr,
2656
- directive: Nr,
2657
- parseVnode: Vr,
2658
- isEmptyVnode: Wr,
2659
- useRouter: pt,
2660
- emitter: ft,
2661
- createComponent: sa,
2662
- defineAsyncComponent: dt,
2663
- filterAttrs: nr,
2664
- initComponent: ir,
2665
- setupComponent: ve,
2666
- svg: fa,
2667
- $prefix: we,
2668
- $props: na,
2669
- props: ia,
2670
- $setup: la,
2671
- setup: ua,
2672
- hooks: m,
2673
- getElementStatusClass: hr,
2674
- $install: ca,
2675
- isVnode: qr
2670
+ directive: Br,
2671
+ parseVnode: Wr,
2672
+ isEmptyVnode: Ur,
2673
+ useRouter: mt,
2674
+ emitter: ct,
2675
+ createComponent: la,
2676
+ defineAsyncComponent: vt,
2677
+ filterAttrs: ar,
2678
+ initComponent: or,
2679
+ setupComponent: ge,
2680
+ svg: da,
2681
+ $prefix: ne,
2682
+ $props: ia,
2683
+ props: aa,
2684
+ $setup: fa,
2685
+ setup: ca,
2686
+ hooks: h,
2687
+ getElementStatusClass: br,
2688
+ $install: va,
2689
+ isVnode: Kr
2676
2690
  };
2677
2691
  export {
2678
- ca as $install,
2679
- we as $prefix,
2680
- na as $props,
2681
- la as $setup,
2682
- ma as KeepAlive,
2683
- pa as Teleport,
2684
- Rr as appProperties,
2685
- sa as createComponent,
2686
- tr as customDesignConfig,
2687
- ha as deduplicateCssClass,
2688
- Aa as default,
2689
- dt as defineAsyncComponent,
2690
- Hr as defineComponent,
2691
- he as design,
2692
- Nr as directive,
2693
- ft as emitter,
2694
- nr as filterAttrs,
2695
- hr as getElementStatusClass,
2692
+ va as $install,
2693
+ ne as $prefix,
2694
+ ia as $props,
2695
+ fa as $setup,
2696
+ ya as KeepAlive,
2697
+ ma as Teleport,
2698
+ Dr as appProperties,
2699
+ la as createComponent,
2700
+ nr as customDesignConfig,
2701
+ ba as deduplicateCssClass,
2702
+ Ta as default,
2703
+ vt as defineAsyncComponent,
2704
+ qr as defineComponent,
2705
+ be as design,
2706
+ Br as directive,
2707
+ ct as emitter,
2708
+ ar as filterAttrs,
2709
+ br as getElementStatusClass,
2696
2710
  Gr as h,
2697
- m as hooks,
2698
- ir as initComponent,
2699
- Wr as isEmptyVnode,
2700
- qr as isVnode,
2701
- yt as isVue2,
2702
- ga as isVue3,
2703
- Le as mergeClass,
2704
- Vr as parseVnode,
2705
- ia as props,
2706
- Ca as provideDesignConfig,
2707
- We as resolveMode,
2708
- aa as resolveTheme,
2709
- ua as setup,
2710
- ve as setupComponent,
2711
+ h as hooks,
2712
+ or as initComponent,
2713
+ Ur as isEmptyVnode,
2714
+ Kr as isVnode,
2715
+ wt as isVue2,
2716
+ ha as isVue3,
2717
+ je as mergeClass,
2718
+ Wr as parseVnode,
2719
+ aa as props,
2720
+ Ea as provideDesignConfig,
2721
+ Oa as registerMcpConfig,
2722
+ Ue as resolveMode,
2723
+ oa as resolveTheme,
2724
+ ca as setup,
2725
+ ge as setupComponent,
2711
2726
  Se as stringifyCssClass,
2712
2727
  Xr as stringifyCssClassArray,
2713
- ke as stringifyCssClassObject,
2714
- fa as svg,
2715
- Yi as useBreakpoint,
2716
- ya as useDefer,
2717
- wa as useInstanceSlots,
2718
- xa as useRelation,
2719
- pt as useRouter,
2720
- ba as version
2728
+ _e as stringifyCssClassObject,
2729
+ da as svg,
2730
+ Qi as useBreakpoint,
2731
+ wa as useDefer,
2732
+ xa as useInstanceSlots,
2733
+ Aa as useRelation,
2734
+ mt as useRouter,
2735
+ Ca as version
2721
2736
  };