lengyue-editor 1.0.12 → 1.0.14

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.
@@ -3,7 +3,7 @@ var G$ = (t, e, n) => e in t ? Y$(t, e, { enumerable: !0, configurable: !0, writ
3
3
  var $a = (t, e, n) => G$(t, typeof e != "symbol" ? e + "" : e, n);
4
4
  import "./style.css";
5
5
  import * as X$ from "vue";
6
- import { getCurrentInstance as dn, inject as Z, computed as R, ref as N, h as yt, provide as Tt, defineComponent as te, createVNode as h, onMounted as We, nextTick as Je, isVNode as xn, Fragment as Se, watch as ue, Teleport as Ha, mergeProps as Te, toRefs as Ge, reactive as hn, createApp as hu, onUnmounted as ka, Comment as _C, onActivated as J$, onDeactivated as Z$, onBeforeUnmount as Xt, onUpdated as Xl, Text as wC, withDirectives as ya, vShow as vo, Transition as Oc, watchEffect as $c, createTextVNode as Re, onBeforeMount as CC, unref as k, getCurrentScope as Q$, onScopeDispose as e3, TransitionGroup as t3, readonly as kC, resolveDirective as xC, shallowRef as Wv, openBlock as B, createElementBlock as ie, createElementVNode as H, renderList as ot, toDisplayString as de, normalizeClass as et, createBlock as q, createCommentVNode as re, resolveDynamicComponent as SC, withCtx as Y, renderSlot as Vt, isRef as tt, normalizeStyle as At, useAttrs as n3, withModifiers as r3, normalizeProps as Ro, guardReactiveProps as Bo, createSlots as Uv } from "vue";
6
+ import { getCurrentInstance as dn, inject as Z, computed as R, ref as N, h as yt, provide as Tt, defineComponent as te, createVNode as h, onMounted as We, nextTick as Je, isVNode as xn, Fragment as Se, watch as ue, Teleport as Ha, mergeProps as Te, toRefs as Ge, reactive as hn, createApp as hu, onUnmounted as ka, Comment as _C, onActivated as J$, onDeactivated as Z$, onBeforeUnmount as Xt, onUpdated as Xl, Text as wC, withDirectives as ya, vShow as vo, Transition as Oc, watchEffect as $c, createTextVNode as Re, onBeforeMount as CC, unref as k, getCurrentScope as Q$, onScopeDispose as e3, TransitionGroup as t3, readonly as kC, resolveDirective as xC, shallowRef as Wv, openBlock as B, createElementBlock as ie, createElementVNode as H, renderList as ot, toDisplayString as de, normalizeClass as et, createBlock as q, createCommentVNode as re, resolveDynamicComponent as SC, withCtx as Y, renderSlot as Vt, isRef as tt, normalizeStyle as Dt, useAttrs as n3, withModifiers as r3, normalizeProps as Ro, guardReactiveProps as Bo, createSlots as Uv } from "vue";
7
7
  import { useStorage as xl, useFullscreen as a3, onClickOutside as fo, useClipboard as gu, useFileDialog as cm, useImage as o3, useThrottleFn as dm, useResizeObserver as l3, useDateFormat as i3, useNow as u3, useTimeAgo as s3, useOnline as c3, useTimestamp as d3, isDefined as ol } from "@vueuse/core";
8
8
  import { isRecord as Ia, isString as er, isFunction as Fi, isPromise as v3, isAsyncFunction as zd, isNumber as ro, isBoolean as bo } from "@tool-belt/type-predicates";
9
9
  import { createI18n as f3 } from "vue-i18n";
@@ -64,7 +64,7 @@ import DC from "dom-to-image-more";
64
64
  import xi from "nzh/cn";
65
65
  import { ObjectSchema as f5 } from "@eslint/object-schema";
66
66
  /**
67
- * lengyue-editor 1.0.12
67
+ * lengyue-editor 1.0.14
68
68
  * @license MIT
69
69
  * @author umodoc https://www.umodoc.com
70
70
  * @see https://www.umodoc.com
@@ -253,7 +253,7 @@ var M8 = E8, bh = M8, T8 = Or, zC = Object.prototype, A8 = zC.hasOwnProperty, D8
253
253
  }()) ? bh : function(t) {
254
254
  return T8(t) && A8.call(t, "callee") && !D8.call(t, "callee");
255
255
  }, yu = j8, I8 = Array.isArray, pr = I8;
256
- const Dt = /* @__PURE__ */ Ot(pr);
256
+ const jt = /* @__PURE__ */ Ot(pr);
257
257
  var Gs = { exports: {} };
258
258
  function F8() {
259
259
  return !1;
@@ -2055,7 +2055,7 @@ var Kc = /* @__PURE__ */ function(t) {
2055
2055
  return t.ripple = "ripple", t.expand = "expand", t.fade = "fade", t;
2056
2056
  }(Kc || {}), A2 = Mm(P9, T2), D2 = Symbol("configProvide"), E9 = function(e, n) {
2057
2057
  return $9(e, n, function(r, a) {
2058
- if (Dt(r))
2058
+ if (jt(r))
2059
2059
  return a;
2060
2060
  });
2061
2061
  };
@@ -2263,7 +2263,7 @@ var Ud = Wc.exports, Yo = typeof window == "undefined", I9 = function(e) {
2263
2263
  } : function(t, e, n) {
2264
2264
  t && e && n && t.attachEvent("on".concat(e), n);
2265
2265
  };
2266
- }(), Bt = function() {
2266
+ }(), Nt = function() {
2267
2267
  return !Yo && document.removeEventListener ? function(t, e, n, r) {
2268
2268
  t && e && t.removeEventListener(e, n, r);
2269
2269
  } : function(t, e, n) {
@@ -2272,7 +2272,7 @@ var Ud = Wc.exports, Yo = typeof window == "undefined", I9 = function(e) {
2272
2272
  }();
2273
2273
  function F9(t, e, n, r) {
2274
2274
  var a = Ve(n) ? n : n.handleEvent, o = function l(i) {
2275
- a(i), Bt(t, e, l, r);
2275
+ a(i), Nt(t, e, l, r);
2276
2276
  };
2277
2277
  qt(t, e, o, r);
2278
2278
  }
@@ -2655,9 +2655,9 @@ function ci(t) {
2655
2655
  }
2656
2656
  function oN(t) {
2657
2657
  var e = [], n = function r(a) {
2658
- if (Dt(a))
2658
+ if (jt(a))
2659
2659
  return a.forEach(function(o) {
2660
- if (o.children && Dt(o.children)) {
2660
+ if (o.children && jt(o.children)) {
2661
2661
  if (o.type !== Se) return;
2662
2662
  r(o.children);
2663
2663
  } else
@@ -3388,7 +3388,7 @@ function EN() {
3388
3388
  }
3389
3389
  };
3390
3390
  }
3391
- function jt(t) {
3391
+ function It(t) {
3392
3392
  var e = EN().SIZE, n = R(() => t.value in e ? e[t.value] : ""), r = R(() => t.value === void 0 || t.value in e ? {} : {
3393
3393
  fontSize: t.value
3394
3394
  });
@@ -3449,7 +3449,7 @@ var MN = {
3449
3449
  } = e, r = R(() => t.size), {
3450
3450
  className: a,
3451
3451
  style: o
3452
- } = jt(r), l = R(() => ["t-icon", "t-icon-add-rectangle", a.value]), i = R(() => wg(wg({}, o.value), n.style)), u = R(() => ({
3452
+ } = It(r), l = R(() => ["t-icon", "t-icon-add-rectangle", a.value]), i = R(() => wg(wg({}, o.value), n.style)), u = R(() => ({
3453
3453
  class: l.value,
3454
3454
  style: i.value,
3455
3455
  onClick: (s) => {
@@ -3514,7 +3514,7 @@ var AN = {
3514
3514
  } = e, r = R(() => t.size), {
3515
3515
  className: a,
3516
3516
  style: o
3517
- } = jt(r), l = R(() => ["t-icon", "t-icon-add", a.value]), i = R(() => kg(kg({}, o.value), n.style)), u = R(() => ({
3517
+ } = It(r), l = R(() => ["t-icon", "t-icon-add", a.value]), i = R(() => kg(kg({}, o.value), n.style)), u = R(() => ({
3518
3518
  class: l.value,
3519
3519
  style: i.value,
3520
3520
  onClick: (s) => {
@@ -3579,7 +3579,7 @@ var DN = {
3579
3579
  } = e, r = R(() => t.size), {
3580
3580
  className: a,
3581
3581
  style: o
3582
- } = jt(r), l = R(() => ["t-icon", "t-icon-backtop", a.value]), i = R(() => Sg(Sg({}, o.value), n.style)), u = R(() => ({
3582
+ } = It(r), l = R(() => ["t-icon", "t-icon-backtop", a.value]), i = R(() => Sg(Sg({}, o.value), n.style)), u = R(() => ({
3583
3583
  class: l.value,
3584
3584
  style: i.value,
3585
3585
  onClick: (s) => {
@@ -3644,7 +3644,7 @@ var IN = {
3644
3644
  } = e, r = R(() => t.size), {
3645
3645
  className: a,
3646
3646
  style: o
3647
- } = jt(r), l = R(() => ["t-icon", "t-icon-browse-off", a.value]), i = R(() => $g($g({}, o.value), n.style)), u = R(() => ({
3647
+ } = It(r), l = R(() => ["t-icon", "t-icon-browse-off", a.value]), i = R(() => $g($g({}, o.value), n.style)), u = R(() => ({
3648
3648
  class: l.value,
3649
3649
  style: i.value,
3650
3650
  onClick: (s) => {
@@ -3715,7 +3715,7 @@ var FN = {
3715
3715
  } = e, r = R(() => t.size), {
3716
3716
  className: a,
3717
3717
  style: o
3718
- } = jt(r), l = R(() => ["t-icon", "t-icon-browse", a.value]), i = R(() => Eg(Eg({}, o.value), n.style)), u = R(() => ({
3718
+ } = It(r), l = R(() => ["t-icon", "t-icon-browse", a.value]), i = R(() => Eg(Eg({}, o.value), n.style)), u = R(() => ({
3719
3719
  class: l.value,
3720
3720
  style: i.value,
3721
3721
  onClick: (s) => {
@@ -3780,7 +3780,7 @@ var RN = {
3780
3780
  } = e, r = R(() => t.size), {
3781
3781
  className: a,
3782
3782
  style: o
3783
- } = jt(r), l = R(() => ["t-icon", "t-icon-calendar", a.value]), i = R(() => Tg(Tg({}, o.value), n.style)), u = R(() => ({
3783
+ } = It(r), l = R(() => ["t-icon", "t-icon-calendar", a.value]), i = R(() => Tg(Tg({}, o.value), n.style)), u = R(() => ({
3784
3784
  class: l.value,
3785
3785
  style: i.value,
3786
3786
  onClick: (s) => {
@@ -3845,7 +3845,7 @@ var BN = {
3845
3845
  } = e, r = R(() => t.size), {
3846
3846
  className: a,
3847
3847
  style: o
3848
- } = jt(r), l = R(() => ["t-icon", "t-icon-caret-right-small", a.value]), i = R(() => Dg(Dg({}, o.value), n.style)), u = R(() => ({
3848
+ } = It(r), l = R(() => ["t-icon", "t-icon-caret-right-small", a.value]), i = R(() => Dg(Dg({}, o.value), n.style)), u = R(() => ({
3849
3849
  class: l.value,
3850
3850
  style: i.value,
3851
3851
  onClick: (s) => {
@@ -3910,7 +3910,7 @@ var LN = {
3910
3910
  } = e, r = R(() => t.size), {
3911
3911
  className: a,
3912
3912
  style: o
3913
- } = jt(r), l = R(() => ["t-icon", "t-icon-check-circle-filled", a.value]), i = R(() => Ig(Ig({}, o.value), n.style)), u = R(() => ({
3913
+ } = It(r), l = R(() => ["t-icon", "t-icon-check-circle-filled", a.value]), i = R(() => Ig(Ig({}, o.value), n.style)), u = R(() => ({
3914
3914
  class: l.value,
3915
3915
  style: i.value,
3916
3916
  onClick: (s) => {
@@ -3975,7 +3975,7 @@ var zN = {
3975
3975
  } = e, r = R(() => t.size), {
3976
3976
  className: a,
3977
3977
  style: o
3978
- } = jt(r), l = R(() => ["t-icon", "t-icon-chevron-down", a.value]), i = R(() => Rg(Rg({}, o.value), n.style)), u = R(() => ({
3978
+ } = It(r), l = R(() => ["t-icon", "t-icon-chevron-down", a.value]), i = R(() => Rg(Rg({}, o.value), n.style)), u = R(() => ({
3979
3979
  class: l.value,
3980
3980
  style: i.value,
3981
3981
  onClick: (s) => {
@@ -4040,7 +4040,7 @@ var VN = {
4040
4040
  } = e, r = R(() => t.size), {
4041
4041
  className: a,
4042
4042
  style: o
4043
- } = jt(r), l = R(() => ["t-icon", "t-icon-chevron-left-double", a.value]), i = R(() => Ng(Ng({}, o.value), n.style)), u = R(() => ({
4043
+ } = It(r), l = R(() => ["t-icon", "t-icon-chevron-left-double", a.value]), i = R(() => Ng(Ng({}, o.value), n.style)), u = R(() => ({
4044
4044
  class: l.value,
4045
4045
  style: i.value,
4046
4046
  onClick: (s) => {
@@ -4105,7 +4105,7 @@ var KN = {
4105
4105
  } = e, r = R(() => t.size), {
4106
4106
  className: a,
4107
4107
  style: o
4108
- } = jt(r), l = R(() => ["t-icon", "t-icon-chevron-left", a.value]), i = R(() => zg(zg({}, o.value), n.style)), u = R(() => ({
4108
+ } = It(r), l = R(() => ["t-icon", "t-icon-chevron-left", a.value]), i = R(() => zg(zg({}, o.value), n.style)), u = R(() => ({
4109
4109
  class: l.value,
4110
4110
  style: i.value,
4111
4111
  onClick: (s) => {
@@ -4170,7 +4170,7 @@ var WN = {
4170
4170
  } = e, r = R(() => t.size), {
4171
4171
  className: a,
4172
4172
  style: o
4173
- } = jt(r), l = R(() => ["t-icon", "t-icon-chevron-right-circle", a.value]), i = R(() => Hg(Hg({}, o.value), n.style)), u = R(() => ({
4173
+ } = It(r), l = R(() => ["t-icon", "t-icon-chevron-right-circle", a.value]), i = R(() => Hg(Hg({}, o.value), n.style)), u = R(() => ({
4174
4174
  class: l.value,
4175
4175
  style: i.value,
4176
4176
  onClick: (s) => {
@@ -4235,7 +4235,7 @@ var qN = {
4235
4235
  } = e, r = R(() => t.size), {
4236
4236
  className: a,
4237
4237
  style: o
4238
- } = jt(r), l = R(() => ["t-icon", "t-icon-chevron-right-double", a.value]), i = R(() => Wg(Wg({}, o.value), n.style)), u = R(() => ({
4238
+ } = It(r), l = R(() => ["t-icon", "t-icon-chevron-right-double", a.value]), i = R(() => Wg(Wg({}, o.value), n.style)), u = R(() => ({
4239
4239
  class: l.value,
4240
4240
  style: i.value,
4241
4241
  onClick: (s) => {
@@ -4300,7 +4300,7 @@ var GN = {
4300
4300
  } = e, r = R(() => t.size), {
4301
4301
  className: a,
4302
4302
  style: o
4303
- } = jt(r), l = R(() => ["t-icon", "t-icon-chevron-right", a.value]), i = R(() => qg(qg({}, o.value), n.style)), u = R(() => ({
4303
+ } = It(r), l = R(() => ["t-icon", "t-icon-chevron-right", a.value]), i = R(() => qg(qg({}, o.value), n.style)), u = R(() => ({
4304
4304
  class: l.value,
4305
4305
  style: i.value,
4306
4306
  onClick: (s) => {
@@ -4365,7 +4365,7 @@ var XN = {
4365
4365
  } = e, r = R(() => t.size), {
4366
4366
  className: a,
4367
4367
  style: o
4368
- } = jt(r), l = R(() => ["t-icon", "t-icon-chevron-up", a.value]), i = R(() => Gg(Gg({}, o.value), n.style)), u = R(() => ({
4368
+ } = It(r), l = R(() => ["t-icon", "t-icon-chevron-up", a.value]), i = R(() => Gg(Gg({}, o.value), n.style)), u = R(() => ({
4369
4369
  class: l.value,
4370
4370
  style: i.value,
4371
4371
  onClick: (s) => {
@@ -4430,7 +4430,7 @@ var JN = {
4430
4430
  } = e, r = R(() => t.size), {
4431
4431
  className: a,
4432
4432
  style: o
4433
- } = jt(r), l = R(() => ["t-icon", "t-icon-close-circle-filled", a.value]), i = R(() => Jg(Jg({}, o.value), n.style)), u = R(() => ({
4433
+ } = It(r), l = R(() => ["t-icon", "t-icon-close-circle-filled", a.value]), i = R(() => Jg(Jg({}, o.value), n.style)), u = R(() => ({
4434
4434
  class: l.value,
4435
4435
  style: i.value,
4436
4436
  onClick: (s) => {
@@ -4495,7 +4495,7 @@ var ZN = {
4495
4495
  } = e, r = R(() => t.size), {
4496
4496
  className: a,
4497
4497
  style: o
4498
- } = jt(r), l = R(() => ["t-icon", "t-icon-close", a.value]), i = R(() => Qg(Qg({}, o.value), n.style)), u = R(() => ({
4498
+ } = It(r), l = R(() => ["t-icon", "t-icon-close", a.value]), i = R(() => Qg(Qg({}, o.value), n.style)), u = R(() => ({
4499
4499
  class: l.value,
4500
4500
  style: i.value,
4501
4501
  onClick: (s) => {
@@ -4560,7 +4560,7 @@ var QN = {
4560
4560
  } = e, r = R(() => t.size), {
4561
4561
  className: a,
4562
4562
  style: o
4563
- } = jt(r), l = R(() => ["t-icon", "t-icon-delete", a.value]), i = R(() => tb(tb({}, o.value), n.style)), u = R(() => ({
4563
+ } = It(r), l = R(() => ["t-icon", "t-icon-delete", a.value]), i = R(() => tb(tb({}, o.value), n.style)), u = R(() => ({
4564
4564
  class: l.value,
4565
4565
  style: i.value,
4566
4566
  onClick: (s) => {
@@ -4625,7 +4625,7 @@ var tL = {
4625
4625
  } = e, r = R(() => t.size), {
4626
4626
  className: a,
4627
4627
  style: o
4628
- } = jt(r), l = R(() => ["t-icon", "t-icon-download", a.value]), i = R(() => rb(rb({}, o.value), n.style)), u = R(() => ({
4628
+ } = It(r), l = R(() => ["t-icon", "t-icon-download", a.value]), i = R(() => rb(rb({}, o.value), n.style)), u = R(() => ({
4629
4629
  class: l.value,
4630
4630
  style: i.value,
4631
4631
  onClick: (s) => {
@@ -4690,7 +4690,7 @@ var rL = {
4690
4690
  } = e, r = R(() => t.size), {
4691
4691
  className: a,
4692
4692
  style: o
4693
- } = jt(r), l = R(() => ["t-icon", "t-icon-edit-1", a.value]), i = R(() => ob(ob({}, o.value), n.style)), u = R(() => ({
4693
+ } = It(r), l = R(() => ["t-icon", "t-icon-edit-1", a.value]), i = R(() => ob(ob({}, o.value), n.style)), u = R(() => ({
4694
4694
  class: l.value,
4695
4695
  style: i.value,
4696
4696
  onClick: (s) => {
@@ -4755,7 +4755,7 @@ var oL = {
4755
4755
  } = e, r = R(() => t.size), {
4756
4756
  className: a,
4757
4757
  style: o
4758
- } = jt(r), l = R(() => ["t-icon", "t-icon-ellipsis", a.value]), i = R(() => ib(ib({}, o.value), n.style)), u = R(() => ({
4758
+ } = It(r), l = R(() => ["t-icon", "t-icon-ellipsis", a.value]), i = R(() => ib(ib({}, o.value), n.style)), u = R(() => ({
4759
4759
  class: l.value,
4760
4760
  style: i.value,
4761
4761
  onClick: (s) => {
@@ -4820,7 +4820,7 @@ var iL = {
4820
4820
  } = e, r = R(() => t.size), {
4821
4821
  className: a,
4822
4822
  style: o
4823
- } = jt(r), l = R(() => ["t-icon", "t-icon-error-circle-filled", a.value]), i = R(() => sb(sb({}, o.value), n.style)), u = R(() => ({
4823
+ } = It(r), l = R(() => ["t-icon", "t-icon-error-circle-filled", a.value]), i = R(() => sb(sb({}, o.value), n.style)), u = R(() => ({
4824
4824
  class: l.value,
4825
4825
  style: i.value,
4826
4826
  onClick: (s) => {
@@ -4885,7 +4885,7 @@ var uL = {
4885
4885
  } = e, r = R(() => t.size), {
4886
4886
  className: a,
4887
4887
  style: o
4888
- } = jt(r), l = R(() => ["t-icon", "t-icon-filter", a.value]), i = R(() => db(db({}, o.value), n.style)), u = R(() => ({
4888
+ } = It(r), l = R(() => ["t-icon", "t-icon-filter", a.value]), i = R(() => db(db({}, o.value), n.style)), u = R(() => ({
4889
4889
  class: l.value,
4890
4890
  style: i.value,
4891
4891
  onClick: (s) => {
@@ -4950,7 +4950,7 @@ var cL = {
4950
4950
  } = e, r = R(() => t.size), {
4951
4951
  className: a,
4952
4952
  style: o
4953
- } = jt(r), l = R(() => ["t-icon", "t-icon-help-circle-filled", a.value]), i = R(() => fb(fb({}, o.value), n.style)), u = R(() => ({
4953
+ } = It(r), l = R(() => ["t-icon", "t-icon-help-circle-filled", a.value]), i = R(() => fb(fb({}, o.value), n.style)), u = R(() => ({
4954
4954
  class: l.value,
4955
4955
  style: i.value,
4956
4956
  onClick: (s) => {
@@ -5015,7 +5015,7 @@ var vL = {
5015
5015
  } = e, r = R(() => t.size), {
5016
5016
  className: a,
5017
5017
  style: o
5018
- } = jt(r), l = R(() => ["t-icon", "t-icon-image-error", a.value]), i = R(() => pb(pb({}, o.value), n.style)), u = R(() => ({
5018
+ } = It(r), l = R(() => ["t-icon", "t-icon-image-error", a.value]), i = R(() => pb(pb({}, o.value), n.style)), u = R(() => ({
5019
5019
  class: l.value,
5020
5020
  style: i.value,
5021
5021
  onClick: (s) => {
@@ -5080,7 +5080,7 @@ var fL = {
5080
5080
  } = e, r = R(() => t.size), {
5081
5081
  className: a,
5082
5082
  style: o
5083
- } = jt(r), l = R(() => ["t-icon", "t-icon-image", a.value]), i = R(() => gb(gb({}, o.value), n.style)), u = R(() => ({
5083
+ } = It(r), l = R(() => ["t-icon", "t-icon-image", a.value]), i = R(() => gb(gb({}, o.value), n.style)), u = R(() => ({
5084
5084
  class: l.value,
5085
5085
  style: i.value,
5086
5086
  onClick: (s) => {
@@ -5145,7 +5145,7 @@ var mL = {
5145
5145
  } = e, r = R(() => t.size), {
5146
5146
  className: a,
5147
5147
  style: o
5148
- } = jt(r), l = R(() => ["t-icon", "t-icon-info-circle-filled", a.value]), i = R(() => yb(yb({}, o.value), n.style)), u = R(() => ({
5148
+ } = It(r), l = R(() => ["t-icon", "t-icon-info-circle-filled", a.value]), i = R(() => yb(yb({}, o.value), n.style)), u = R(() => ({
5149
5149
  class: l.value,
5150
5150
  style: i.value,
5151
5151
  onClick: (s) => {
@@ -5210,7 +5210,7 @@ var pL = {
5210
5210
  } = e, r = R(() => t.size), {
5211
5211
  className: a,
5212
5212
  style: o
5213
- } = jt(r), l = R(() => ["t-icon", "t-icon-minus-rectangle", a.value]), i = R(() => wb(wb({}, o.value), n.style)), u = R(() => ({
5213
+ } = It(r), l = R(() => ["t-icon", "t-icon-minus-rectangle", a.value]), i = R(() => wb(wb({}, o.value), n.style)), u = R(() => ({
5214
5214
  class: l.value,
5215
5215
  style: i.value,
5216
5216
  onClick: (s) => {
@@ -5275,7 +5275,7 @@ var gL = {
5275
5275
  } = e, r = R(() => t.size), {
5276
5276
  className: a,
5277
5277
  style: o
5278
- } = jt(r), l = R(() => ["t-icon", "t-icon-mirror", a.value]), i = R(() => kb(kb({}, o.value), n.style)), u = R(() => ({
5278
+ } = It(r), l = R(() => ["t-icon", "t-icon-mirror", a.value]), i = R(() => kb(kb({}, o.value), n.style)), u = R(() => ({
5279
5279
  class: l.value,
5280
5280
  style: i.value,
5281
5281
  onClick: (s) => {
@@ -5340,7 +5340,7 @@ var yL = {
5340
5340
  } = e, r = R(() => t.size), {
5341
5341
  className: a,
5342
5342
  style: o
5343
- } = jt(r), l = R(() => ["t-icon", "t-icon-page-first", a.value]), i = R(() => Sb(Sb({}, o.value), n.style)), u = R(() => ({
5343
+ } = It(r), l = R(() => ["t-icon", "t-icon-page-first", a.value]), i = R(() => Sb(Sb({}, o.value), n.style)), u = R(() => ({
5344
5344
  class: l.value,
5345
5345
  style: i.value,
5346
5346
  onClick: (s) => {
@@ -5405,7 +5405,7 @@ var wL = {
5405
5405
  } = e, r = R(() => t.size), {
5406
5406
  className: a,
5407
5407
  style: o
5408
- } = jt(r), l = R(() => ["t-icon", "t-icon-page-last", a.value]), i = R(() => $b($b({}, o.value), n.style)), u = R(() => ({
5408
+ } = It(r), l = R(() => ["t-icon", "t-icon-page-last", a.value]), i = R(() => $b($b({}, o.value), n.style)), u = R(() => ({
5409
5409
  class: l.value,
5410
5410
  style: i.value,
5411
5411
  onClick: (s) => {
@@ -5470,7 +5470,7 @@ var kL = {
5470
5470
  } = e, r = R(() => t.size), {
5471
5471
  className: a,
5472
5472
  style: o
5473
- } = jt(r), l = R(() => ["t-icon", "t-icon-remove", a.value]), i = R(() => Eb(Eb({}, o.value), n.style)), u = R(() => ({
5473
+ } = It(r), l = R(() => ["t-icon", "t-icon-remove", a.value]), i = R(() => Eb(Eb({}, o.value), n.style)), u = R(() => ({
5474
5474
  class: l.value,
5475
5475
  style: i.value,
5476
5476
  onClick: (s) => {
@@ -5535,7 +5535,7 @@ var SL = {
5535
5535
  } = e, r = R(() => t.size), {
5536
5536
  className: a,
5537
5537
  style: o
5538
- } = jt(r), l = R(() => ["t-icon", "t-icon-rotation", a.value]), i = R(() => Tb(Tb({}, o.value), n.style)), u = R(() => ({
5538
+ } = It(r), l = R(() => ["t-icon", "t-icon-rotation", a.value]), i = R(() => Tb(Tb({}, o.value), n.style)), u = R(() => ({
5539
5539
  class: l.value,
5540
5540
  style: i.value,
5541
5541
  onClick: (s) => {
@@ -5600,7 +5600,7 @@ var $L = {
5600
5600
  } = e, r = R(() => t.size), {
5601
5601
  className: a,
5602
5602
  style: o
5603
- } = jt(r), l = R(() => ["t-icon", "t-icon-round", a.value]), i = R(() => Db(Db({}, o.value), n.style)), u = R(() => ({
5603
+ } = It(r), l = R(() => ["t-icon", "t-icon-round", a.value]), i = R(() => Db(Db({}, o.value), n.style)), u = R(() => ({
5604
5604
  class: l.value,
5605
5605
  style: i.value,
5606
5606
  onClick: (s) => {
@@ -5665,7 +5665,7 @@ var EL = {
5665
5665
  } = e, r = R(() => t.size), {
5666
5666
  className: a,
5667
5667
  style: o
5668
- } = jt(r), l = R(() => ["t-icon", "t-icon-setting", a.value]), i = R(() => Ib(Ib({}, o.value), n.style)), u = R(() => ({
5668
+ } = It(r), l = R(() => ["t-icon", "t-icon-setting", a.value]), i = R(() => Ib(Ib({}, o.value), n.style)), u = R(() => ({
5669
5669
  class: l.value,
5670
5670
  style: i.value,
5671
5671
  onClick: (s) => {
@@ -5730,7 +5730,7 @@ var TL = {
5730
5730
  } = e, r = R(() => t.size), {
5731
5731
  className: a,
5732
5732
  style: o
5733
- } = jt(r), l = R(() => ["t-icon", "t-icon-zoom-in", a.value]), i = R(() => Rb(Rb({}, o.value), n.style)), u = R(() => ({
5733
+ } = It(r), l = R(() => ["t-icon", "t-icon-zoom-in", a.value]), i = R(() => Rb(Rb({}, o.value), n.style)), u = R(() => ({
5734
5734
  class: l.value,
5735
5735
  style: i.value,
5736
5736
  onClick: (s) => {
@@ -5795,7 +5795,7 @@ var DL = {
5795
5795
  } = e, r = R(() => t.size), {
5796
5796
  className: a,
5797
5797
  style: o
5798
- } = jt(r), l = R(() => ["t-icon", "t-icon-zoom-out", a.value]), i = R(() => Nb(Nb({}, o.value), n.style)), u = R(() => ({
5798
+ } = It(r), l = R(() => ["t-icon", "t-icon-zoom-out", a.value]), i = R(() => Nb(Nb({}, o.value), n.style)), u = R(() => ({
5799
5799
  class: l.value,
5800
5800
  style: i.value,
5801
5801
  onClick: (s) => {
@@ -5941,7 +5941,7 @@ function mk() {
5941
5941
  return r.filter(function(a) {
5942
5942
  return Qt(a.type) === "symbol" && !a.children ? !1 : a.type !== _C;
5943
5943
  }).map(function(a) {
5944
- return a.children && Dt(a.children) && a.type === Se ? a.children : a;
5944
+ return a.children && jt(a.children) && a.type === Se ? a.children : a;
5945
5945
  }).flat();
5946
5946
  };
5947
5947
  }
@@ -5985,7 +5985,7 @@ var Hb = {
5985
5985
  return e.forceFlexGapPolyfill || NL;
5986
5986
  }), l = R(function() {
5987
5987
  var u = "";
5988
- Dt(e.size) ? u = e.size.map(function(m) {
5988
+ jt(e.size) ? u = e.size.map(function(m) {
5989
5989
  return an(m) ? "".concat(m, "px") : Pt(m) && Hb[m] || m;
5990
5990
  }).join(" ") : Pt(e.size) ? u = Hb[e.size] || e.size : an(e.size) && (u = "".concat(e.size, "px"));
5991
5991
  var s = {};
@@ -6430,7 +6430,7 @@ var XL = te({
6430
6430
  return y.apply(this, arguments);
6431
6431
  };
6432
6432
  }(), b = function() {
6433
- !d.value || !c.value || (Bt(d.value, "scroll", m), Bt(window, "resize", m), f && window.cancelAnimationFrame(f), c.value = !1);
6433
+ !d.value || !c.value || (Nt(d.value, "scroll", m), Nt(window, "resize", m), f && window.cancelAnimationFrame(f), c.value = !1);
6434
6434
  };
6435
6435
  return ue(function() {
6436
6436
  return e.offsetTop;
@@ -7872,7 +7872,7 @@ function EV(t) {
7872
7872
  function Vk() {
7873
7873
  var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : [], e = [];
7874
7874
  return t.forEach(function(n) {
7875
- Dt(n) ? e.push.apply(e, Fe(n)) : n.type === Se ? e.push.apply(e, Fe(Vk(n.children))) : e.push(n);
7875
+ jt(n) ? e.push.apply(e, Fe(n)) : n.type === Se ? e.push.apply(e, Fe(Vk(n.children))) : e.push(n);
7876
7876
  }), e.filter(function(n) {
7877
7877
  return !(n && (n.type === _C || n.type === Se && n.children.length === 0 || n.type === wC && n.children.trim() === ""));
7878
7878
  });
@@ -8043,7 +8043,7 @@ function FV(t) {
8043
8043
  return {
8044
8044
  add: function(r, a) {
8045
8045
  r && (qt(t.value, r, a), e.push(function() {
8046
- Bt(t.value, r, a);
8046
+ Nt(t.value, r, a);
8047
8047
  }));
8048
8048
  },
8049
8049
  clean: function() {
@@ -8111,9 +8111,9 @@ var RV = te({
8111
8111
  });
8112
8112
  return;
8113
8113
  }
8114
- Bt(document, "mousedown", G, !0);
8114
+ Nt(document, "mousedown", G, !0);
8115
8115
  }), ka(function() {
8116
- S(), z(), Bt(document, "mousedown", G, !0);
8116
+ S(), z(), Nt(document, "mousedown", G, !0);
8117
8117
  }), a({
8118
8118
  update: $,
8119
8119
  getOverlay: function() {
@@ -8894,11 +8894,11 @@ var TH = function t(e) {
8894
8894
  if (!e) return [];
8895
8895
  if (((n = e[0]) === null || n === void 0 || (n = n.type) === null || n === void 0 ? void 0 : n.name) === "TDropdownMenu") {
8896
8896
  var o, l, i = (o = e[0]) === null || o === void 0 || (o = o.children) === null || o === void 0 || (l = o.default) === null || l === void 0 ? void 0 : l.call(o);
8897
- if (Dt(i))
8897
+ if (jt(i))
8898
8898
  return t(i);
8899
8899
  }
8900
- return Dt(e) ? (e = e.reduce(function(u, s) {
8901
- return u = u.concat(Dt(s.children) ? s.children : s), u;
8900
+ return jt(e) ? (e = e.reduce(function(u, s) {
8901
+ return u = u.concat(jt(s.children) ? s.children : s), u;
8902
8902
  }, []), e.map(function(u) {
8903
8903
  var s, c, d, v, f, m, p, b, y, g, w = (s = u.children) === null || s === void 0 || (c = s.content) === null || c === void 0 ? void 0 : c.call(s), _ = ((d = u.children) === null || d === void 0 || (v = d.prefixIcon) === null || v === void 0 ? void 0 : v.call(d)) || ((f = u.children) === null || f === void 0 || (m = f["prefix-icon"]) === null || m === void 0 ? void 0 : m.call(f)), C = (p = u.children) === null || p === void 0 || (b = p.default) === null || b === void 0 ? void 0 : b.call(p), x = C == null || (y = C.filter) === null || y === void 0 ? void 0 : y.call(C, function(E) {
8904
8904
  var M;
@@ -8921,7 +8921,7 @@ var TH = function t(e) {
8921
8921
  });
8922
8922
  }).filter(function(u) {
8923
8923
  return !!u.content;
8924
- })) : Dt((r = e[0]) === null || r === void 0 ? void 0 : r.children) ? t((a = e[0]) === null || a === void 0 ? void 0 : a.children) : [];
8924
+ })) : jt((r = e[0]) === null || r === void 0 ? void 0 : r.children) ? t((a = e[0]) === null || a === void 0 ? void 0 : a.children) : [];
8925
8925
  };
8926
8926
  function AH(t) {
8927
8927
  var e, n, r, a, o = Nm(), l = dn(), i = ((e = o("DropdownMenu")) === null || e === void 0 || (e = e[0]) === null || e === void 0 || (e = e.children) === null || e === void 0 || (n = e.default) === null || n === void 0 ? void 0 : n.call(e)) || ((r = l.slots) === null || r === void 0 || (a = r.dropdown) === null || a === void 0 ? void 0 : a.call(r)), u = R(function() {
@@ -8961,7 +8961,7 @@ var DH = te({
8961
8961
  setup: function(e, n) {
8962
8962
  var r = n.attrs, a = pt(), o = Oe("dropdown"), l = N(null), i = N(!1), u = R(function() {
8963
8963
  var d, v, f = (d = e.popupProps) === null || d === void 0 ? void 0 : d.delay;
8964
- return an(f) ? f + 10 : Dt(f) ? ((v = f[1]) !== null && v !== void 0 ? v : f[0]) + 10 : 160;
8964
+ return an(f) ? f + 10 : jt(f) ? ((v = f[1]) !== null && v !== void 0 ? v : f[0]) + 10 : 160;
8965
8965
  }), s = function(v, f) {
8966
8966
  var m;
8967
8967
  if (e.hideAfterItemClick) {
@@ -12220,7 +12220,7 @@ var YW = function() {
12220
12220
  })), I = D.getDragProps, $ = vW(e), S = $.scrollToRight, A = $.onWheel, F = $.scrollToRightOnEnter, z = $.scrollToLeftOnLeave, L = $.tagInputRef, G = $.isScrollable, J = WW(hn(_o(_o({}, Ge(e)), {}, {
12221
12221
  getDragProps: I
12222
12222
  }))), ee = J.tagValue, W = J.onInnerEnter, V = J.onInputBackspaceKeyUp, U = J.onInputBackspaceKeyDown, X = J.clearAll, Q = J.renderLabel, oe = J.onClose, le = R(function() {
12223
- var Ie = !(Dt(ee.value) && ee.value.length);
12223
+ var Ie = !(jt(ee.value) && ee.value.length);
12224
12224
  return [r.value, K(K(K({}, o.value, g.value === "break-line"), "".concat(T.value, "-is-empty"), Ie), "".concat(T.value, "-tag-input--with-tag"), !Ie)];
12225
12225
  }), se = R(function() {
12226
12226
  var Ie;
@@ -13814,7 +13814,7 @@ var _U = function(e, n, r) {
13814
13814
  })
13815
13815
  }) : j(T);
13816
13816
  })) || [], f = a("Option"), m = a("OptionGroup");
13817
- if (Dt(m)) {
13817
+ if (jt(m)) {
13818
13818
  var p = as(m), b;
13819
13819
  try {
13820
13820
  for (p.s(); !(b = p.n()).done; ) {
@@ -13823,7 +13823,7 @@ var _U = function(e, n, r) {
13823
13823
  }, g.props), {}, {
13824
13824
  children: []
13825
13825
  }), _ = a("Option", g.children);
13826
- if (Dt(_)) {
13826
+ if (jt(_)) {
13827
13827
  var C = as(_), x;
13828
13828
  try {
13829
13829
  for (C.s(); !(x = C.n()).done; ) {
@@ -13847,7 +13847,7 @@ var _U = function(e, n, r) {
13847
13847
  p.f();
13848
13848
  }
13849
13849
  }
13850
- if (Dt(f)) {
13850
+ if (jt(f)) {
13851
13851
  var P = as(f), E;
13852
13852
  try {
13853
13853
  for (P.s(); !(E = P.n()).done; ) {
@@ -14092,7 +14092,7 @@ var SU = te({
14092
14092
  }), ee = R(function() {
14093
14093
  return e.multiple ? vU(S.value, j) : bf(S.value, j);
14094
14094
  }), W = R(function() {
14095
- var me = e.multiple && Dt(S.value) ? S.value.map(function(De) {
14095
+ var me = e.multiple && jt(S.value) ? S.value.map(function(De) {
14096
14096
  var Ke;
14097
14097
  return {
14098
14098
  value: De,
@@ -14141,7 +14141,7 @@ var SU = te({
14141
14141
  var pe = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : S.value;
14142
14142
  return D.value.filter(function(xe) {
14143
14143
  if (!xe.checkAll)
14144
- return Dt(pe) ? pe.includes(xe.value) : pe === xe.value;
14144
+ return jt(pe) ? pe.includes(xe.value) : pe === xe.value;
14145
14145
  });
14146
14146
  }, be = wU({
14147
14147
  displayOptions: $,
@@ -14198,10 +14198,10 @@ var SU = te({
14198
14198
  });
14199
14199
  Tt(nd, Ae);
14200
14200
  var je = function() {
14201
- !e.multiple && Dt(x.value) && O(void 0, {
14201
+ !e.multiple && jt(x.value) && O(void 0, {
14202
14202
  selectedOptions: [],
14203
14203
  trigger: "default"
14204
- }), e.multiple && !Dt(x.value) && O([], {
14204
+ }), e.multiple && !jt(x.value) && O([], {
14205
14205
  selectedOptions: [],
14206
14206
  trigger: "default"
14207
14207
  });
@@ -16107,7 +16107,7 @@ var mq = /* @__PURE__ */ function() {
16107
16107
  key: "appendNodes",
16108
16108
  value: function(n, r) {
16109
16109
  var a = this.parseNodeData(n, r);
16110
- a.data && (a.node ? (a.data instanceof ul ? a.data.appendTo(this, a.node) : Dt(a.data) ? a.node.append(a.data) : a.node.append([a.data]), a.node.updateRelated()) : a.data instanceof ul ? a.data.appendTo(this) : Array.isArray(a.data) ? this.append(a.data) : this.append([a.data]));
16110
+ a.data && (a.node ? (a.data instanceof ul ? a.data.appendTo(this, a.node) : jt(a.data) ? a.node.append(a.data) : a.node.append([a.data]), a.node.updateRelated()) : a.data instanceof ul ? a.data.appendTo(this) : Array.isArray(a.data) ? this.append(a.data) : this.append([a.data]));
16111
16111
  }
16112
16112
  }, {
16113
16113
  key: "insertBefore",
@@ -17752,7 +17752,7 @@ var Zq = te({
17752
17752
  return e.mode === "date" || e.mode === "week";
17753
17753
  }), u = function(c, d, v) {
17754
17754
  if (e.mode !== "week" || !c) return {};
17755
- if (Dt(c)) {
17755
+ if (jt(c)) {
17756
17756
  var f, m, p, b;
17757
17757
  if (!c.length) return {};
17758
17758
  var y = c.map(function(I) {
@@ -18600,7 +18600,7 @@ function lG(t) {
18600
18600
  var e = !0;
18601
18601
  if (Ve(t.disableDate))
18602
18602
  return !t.disableDate(t.value);
18603
- if (Dt(t.disableDate)) {
18603
+ if (jt(t.disableDate)) {
18604
18604
  var n = !1, r = t.disableDate.map(function(v) {
18605
18605
  return Me(v, t.format);
18606
18606
  });
@@ -19404,7 +19404,7 @@ function D1(t) {
19404
19404
  return t;
19405
19405
  }
19406
19406
  function ov(t) {
19407
- return Dt(t) ? t : [t, t];
19407
+ return jt(t) ? t : [t, t];
19408
19408
  }
19409
19409
  var Ux = te({
19410
19410
  name: "TRangeInput",
@@ -19903,7 +19903,7 @@ function Yx(t) {
19903
19903
  enableTimePicker: t.enableTimePicker
19904
19904
  });
19905
19905
  });
19906
- t.enableTimePicker && (tp(u.value.format) || console.error("format: ".concat(u.value.format, " 不规范,包含时间选择必须要有时间格式化 HH:mm:ss"))), Dt(l.value) ? Kn(l.value, u.value.format) || console.error("value: ".concat(l.value, " is invalid dateTime! Check whether the value is consistent with format: ").concat(u.value.format)) : console.error("typeof value: ".concat(l.value, " must be Array!"));
19906
+ t.enableTimePicker && (tp(u.value.format) || console.error("format: ".concat(u.value.format, " 不规范,包含时间选择必须要有时间格式化 HH:mm:ss"))), jt(l.value) ? Kn(l.value, u.value.format) || console.error("value: ".concat(l.value, " is invalid dateTime! Check whether the value is consistent with format: ").concat(u.value.format)) : console.error("typeof value: ".concat(l.value, " must be Array!"));
19907
19907
  var s = N(!1), c = N(Ns({
19908
19908
  value: l.value,
19909
19909
  mode: t.mode,
@@ -20303,7 +20303,7 @@ var EG = te({
20303
20303
  }
20304
20304
  function j(S, A) {
20305
20305
  var F = S;
20306
- if (Ve(S) && (F = S()), !Dt(F))
20306
+ if (Ve(S) && (F = S()), !jt(F))
20307
20307
  console.error("preset: ".concat(S, " 预设值必须是数组!"));
20308
20308
  else {
20309
20309
  var z;
@@ -20582,7 +20582,7 @@ var AG = te({
20582
20582
  }
20583
20583
  function C(E, M) {
20584
20584
  var T = E;
20585
- if (Ve(E) && (T = E()), !Dt(T))
20585
+ if (Ve(E) && (T = E()), !jt(T))
20586
20586
  console.error("preset: ".concat(E, " 预设值必须是数组!"));
20587
20587
  else {
20588
20588
  var j;
@@ -21607,7 +21607,7 @@ var KG = te({
21607
21607
  return ce.apply(this, arguments);
21608
21608
  };
21609
21609
  }(), V = function(ve) {
21610
- !ve && !Dt(ve) || (ve.length === 0 && (j.value = [], I.value = Aa.SUCCESS), j.value = ve.map(function(fe) {
21610
+ !ve && !jt(ve) || (ve.length === 0 && (j.value = [], I.value = Aa.SUCCESS), j.value = ve.map(function(fe) {
21611
21611
  return lv(lv({}, fe), {}, {
21612
21612
  result: !1
21613
21613
  });
@@ -21841,7 +21841,7 @@ var qG = te({
21841
21841
  E(X);
21842
21842
  }
21843
21843
  var Q = ee[U];
21844
- return Dt(Q) ? Q.filter(function(oe) {
21844
+ return jt(Q) ? Q.filter(function(oe) {
21845
21845
  return !oe.result;
21846
21846
  })[0].message : "";
21847
21847
  }, E = function(ee) {
@@ -21850,7 +21850,7 @@ var qG = te({
21850
21850
  behavior: X
21851
21851
  });
21852
21852
  }, M = function(ee, W) {
21853
- return !W || !Dt(W) ? !0 : W.indexOf("".concat(ee)) !== -1;
21853
+ return !W || !jt(W) ? !0 : W.indexOf("".concat(ee)) !== -1;
21854
21854
  }, T = function(ee) {
21855
21855
  var W = ee.reduce(function(V, U) {
21856
21856
  return Object.assign(V || {}, U);
@@ -22228,7 +22228,7 @@ function nX(t, e) {
22228
22228
  We(function() {
22229
22229
  qt(t.value, "keydown", n);
22230
22230
  }), CC(function() {
22231
- Bt(t.value, "keydown", n);
22231
+ Nt(t.value, "keydown", n);
22232
22232
  });
22233
22233
  }
22234
22234
  /**
@@ -22822,7 +22822,7 @@ var pX = function(e) {
22822
22822
  if (!o.marks)
22823
22823
  return [];
22824
22824
  var l = [];
22825
- if (Dt(o.marks)) {
22825
+ if (jt(o.marks)) {
22826
22826
  var i = ea(o.marks).sort(function(c, d) {
22827
22827
  return c - d;
22828
22828
  }), u = Math.max.apply(Math, Fe(i).concat([o.max])), s = Math.min.apply(Math, Fe(i).concat([o.min]));
@@ -23025,7 +23025,7 @@ var bX = te({
23025
23025
  console.warn("[Slider] max should be greater than min.");
23026
23026
  return;
23027
23027
  }
23028
- if (e.range && Dt(we)) {
23028
+ if (e.range && jt(we)) {
23029
23029
  var fe = [Math.min.apply(Math, Fe(we)), Math.max.apply(Math, Fe(we))], Ae = fe[0], je = fe[1];
23030
23030
  Ae > ve && (Ae = y.value), Ae < ce && (Ae = ce), je < ce && (je = g.value), je > ve && (je = ve);
23031
23031
  var Ye = [Ae, je];
@@ -23042,7 +23042,7 @@ var bX = te({
23042
23042
  m.value && (_.value = m.value["client".concat(C.value ? "Height" : "Width")]);
23043
23043
  }, z = N(!1), L = function() {
23044
23044
  var we;
23045
- e.range ? (Dt(d.value) ? (y.value = Math.max(e.min || 0, d.value[0]), g.value = Math.min(e.max || 100, d.value[1])) : (y.value = e.min || 0, g.value = e.max || 100), we = "".concat(y.value, "-").concat(g.value)) : (an(d.value) ? y.value = Math.min(e.max, Math.max(e.min, d.value)) : y.value = e.min, we = String(y.value)), f.value && f.value.setAttribute("aria-valuetext", we), F(), window.addEventListener("resize", F);
23045
+ e.range ? (jt(d.value) ? (y.value = Math.max(e.min || 0, d.value[0]), g.value = Math.min(e.max || 100, d.value[1])) : (y.value = e.min || 0, g.value = e.max || 100), we = "".concat(y.value, "-").concat(g.value)) : (an(d.value) ? y.value = Math.min(e.max, Math.max(e.min, d.value)) : y.value = e.min, we = String(y.value)), f.value && f.value.setAttribute("aria-valuetext", we), F(), window.addEventListener("resize", F);
23046
23046
  }, G = function(we) {
23047
23047
  var ge = we * T.value / 100;
23048
23048
  if (ge = e.min + ge, !e.range && p.value) {
@@ -23083,7 +23083,7 @@ var bX = te({
23083
23083
  return d.value;
23084
23084
  }, function(ke) {
23085
23085
  if (w.value !== !0)
23086
- if (Dt(ke) && e.range) {
23086
+ if (jt(ke) && e.range) {
23087
23087
  var we = Ne(ke, 2);
23088
23088
  y.value = we[0], g.value = we[1];
23089
23089
  } else
@@ -28507,7 +28507,7 @@ var HZ = function(e) {
28507
28507
  }, KZ = function(e) {
28508
28508
  return !!e && !Pt(e) && !(e instanceof File);
28509
28509
  }, WZ = function(e) {
28510
- return Dt(e) ? e.map(function(n) {
28510
+ return jt(e) ? e.map(function(n) {
28511
28511
  return KZ(n) ? VZ({
28512
28512
  download: !0,
28513
28513
  thumbnail: n.mainImage
@@ -29717,7 +29717,7 @@ function oQ(t) {
29717
29717
  var we = b.effectCol === "next" ? ke.nextSibling : ke.prevSibling, ge = nQ({}, Pe), ce = I.resizable !== !1 ? I : we, ve = b.effectCol === "next" ? ke.nextSibling : I, fe = E(ge, ve, _e, $);
29718
29718
  b.effectCol === "next" ? g(I) ? z.dataset.colkey !== I.colKey ? ge[J.colKey] += _e : ge[ce.colKey] += _e : (ge[ce.colKey] -= _e, fe && (ge[J.colKey] += _e)) : b.effectCol === "prev" && (fe && (ge[ce.colKey] += _e), ee && (ge[ee.colKey] -= _e)), o(ge);
29719
29719
  var Ae = P(ge);
29720
- l(Math.round(Ae)), i(), b.isDragging = !1, b.draggingCol = null, b.effectCol = null, z.style.cursor = "", y.display = "none", y.left = "0", Bt(document, "mouseup", se), Bt(document, "mousemove", le), document.onselectstart = v, document.ondragstart = f, u == null || u({
29720
+ l(Math.round(Ae)), i(), b.isDragging = !1, b.draggingCol = null, b.effectCol = null, z.style.cursor = "", y.display = "none", y.left = "0", Nt(document, "mouseup", se), Nt(document, "mousemove", le), document.onselectstart = v, document.ondragstart = f, u == null || u({
29721
29721
  columnsWidth: ge
29722
29722
  });
29723
29723
  }
@@ -29911,9 +29911,9 @@ function IQ(t, e, n, r) {
29911
29911
  }));
29912
29912
  }
29913
29913
  for (var ut = Ze.length - 1; ut >= Ze.length - He; ut--) {
29914
- var It = ye[ye.length - (Ze.length - ut)], Qe = $e(Ze[ut], St), Xe = me.get(Qe) || {}, ct = $e(Ze[ut + 1], St), it = me.get(ct) || {}, ht = 0;
29914
+ var Ft = ye[ye.length - (Ze.length - ut)], Qe = $e(Ze[ut], St), Xe = me.get(Qe) || {}, ct = $e(Ze[ut + 1], St), it = me.get(ct) || {}, ht = 0;
29915
29915
  ut === Ze.length - 1 && (ht = (xe == null ? void 0 : xe.getBoundingClientRect().height) || 0), Xe.bottom = (it.bottom || ht) + (it.height || 0), me.set(Qe, fl(fl({}, Xe), {}, {
29916
- height: (It == null ? void 0 : It.getBoundingClientRect().height) || 0
29916
+ height: (Ft == null ? void 0 : Ft.getBoundingClientRect().height) || 0
29917
29917
  }));
29918
29918
  }
29919
29919
  }, V = function(ye, me) {
@@ -30063,7 +30063,7 @@ function IQ(t, e, n, r) {
30063
30063
  fe();
30064
30064
  }, 30), je = null;
30065
30065
  function Ye(Ee) {
30066
- typeof window != "undefined" && (No() < 11 || typeof window.ResizeObserver == "undefined" || (Bt(window, "resize", Ae), je = new window.ResizeObserver(function() {
30066
+ typeof window != "undefined" && (No() < 11 || typeof window.ResizeObserver == "undefined" || (Nt(window, "resize", Ae), je = new window.ResizeObserver(function() {
30067
30067
  var ye = setTimeout(function() {
30068
30068
  fe(), clearTimeout(ye);
30069
30069
  }, 200);
@@ -30076,7 +30076,7 @@ function IQ(t, e, n, r) {
30076
30076
  (ye && No() < 11 || !pe) && qt(window, "resize", Ae);
30077
30077
  }), Xt(function() {
30078
30078
  var Ee, ye;
30079
- typeof window != "undefined" && Bt(window, "resize", Ae), (Ee = je) === null || Ee === void 0 || Ee.unobserve(g.value), (ye = je) === null || ye === void 0 || ye.disconnect();
30079
+ typeof window != "undefined" && Nt(window, "resize", Ae), (Ee = je) === null || Ee === void 0 || Ee.unobserve(g.value), (ye = je) === null || ye === void 0 || ye.disconnect();
30080
30080
  });
30081
30081
  var Le = function(ye) {
30082
30082
  y.value = ye;
@@ -30244,30 +30244,30 @@ function BQ(t) {
30244
30244
  }, O = function() {
30245
30245
  qt(r.value, "scroll", w);
30246
30246
  }, P = function() {
30247
- Bt(r.value, "scroll", w);
30247
+ Nt(r.value, "scroll", w);
30248
30248
  }, E = function() {
30249
30249
  qt(n.value, "scroll", _), A();
30250
30250
  }, M = function() {
30251
- s || Bt(n.value, "scroll", _), F();
30251
+ s || Nt(n.value, "scroll", _), F();
30252
30252
  }, T = function() {
30253
30253
  qt(a.value, "scroll", C);
30254
30254
  }, j = function() {
30255
- Bt(a.value, "scroll", C);
30255
+ Nt(a.value, "scroll", C);
30256
30256
  }, D = function() {
30257
30257
  qt(e.value, "scroll", x), A();
30258
30258
  }, I = function() {
30259
- s || Bt(e.value, "scroll", x), F();
30259
+ s || Nt(e.value, "scroll", x), F();
30260
30260
  }, $ = function() {
30261
30261
  s = !0;
30262
30262
  }, S = function() {
30263
- s = !1, c || (Bt(n.value, "scroll", _), Bt(e.value, "scroll", x));
30263
+ s = !1, c || (Nt(n.value, "scroll", _), Nt(e.value, "scroll", x));
30264
30264
  }, A = function() {
30265
30265
  c = !0;
30266
30266
  }, F = function() {
30267
30267
  c = !1;
30268
30268
  }, z = [], L = function(Q) {
30269
30269
  var oe = vi(function(_e) {
30270
- Bt(Q, "scroll", _e);
30270
+ Nt(Q, "scroll", _e);
30271
30271
  }, 200);
30272
30272
  function le() {
30273
30273
  m(Q), oe(le);
@@ -30276,12 +30276,12 @@ function BQ(t) {
30276
30276
  _e.composedPath().includes(Q) && (z.forEach(function(Pe) {
30277
30277
  return Pe();
30278
30278
  }), z.length = 0, qt(Q, "scroll", le), oe(le), z.push(function() {
30279
- Bt(Q, "scroll", le);
30279
+ Nt(Q, "scroll", le);
30280
30280
  }));
30281
30281
  }
30282
30282
  qt(Q, "touchstart", se);
30283
30283
  function be() {
30284
- Bt(Q, "touchstart", se);
30284
+ Nt(Q, "touchstart", se);
30285
30285
  }
30286
30286
  return {
30287
30287
  removeElementTouchScrollListener: be
@@ -30291,7 +30291,7 @@ function BQ(t) {
30291
30291
  return Q();
30292
30292
  }), G.length = 0;
30293
30293
  }, ee = function() {
30294
- Bt(window, "mousedown", $), Bt(window, "mouseup", S), J(), n.value && (Bt(n.value, "mouseenter", E), Bt(n.value, "mouseleave", M)), r.value && (Bt(r.value, "mouseenter", O), Bt(r.value, "mouseleave", P)), e.value && (Bt(e.value, "mouseenter", D), Bt(e.value, "mouseleave", I)), a.value && (Bt(a.value, "mouseenter", T), Bt(a.value, "mouseleave", j));
30294
+ Nt(window, "mousedown", $), Nt(window, "mouseup", S), J(), n.value && (Nt(n.value, "mouseenter", E), Nt(n.value, "mouseleave", M)), r.value && (Nt(r.value, "mouseenter", O), Nt(r.value, "mouseleave", P)), e.value && (Nt(e.value, "mouseenter", D), Nt(e.value, "mouseleave", I)), a.value && (Nt(a.value, "mouseenter", T), Nt(a.value, "mouseleave", j));
30295
30295
  }, W = function() {
30296
30296
  if (qt(window, "mousedown", $), qt(window, "mouseup", S), ee(), n.value) {
30297
30297
  qt(n.value, "mouseenter", E), qt(n.value, "mouseleave", M);
@@ -30316,7 +30316,7 @@ function BQ(t) {
30316
30316
  }, V = function() {
30317
30317
  if (!(!v.value && !t.paginationAffixedBottom))
30318
30318
  var Q = setTimeout(function() {
30319
- v.value || t.paginationAffixedBottom ? qt(document, "scroll", g) : Bt(document, "scroll", g), clearTimeout(Q);
30319
+ v.value || t.paginationAffixedBottom ? qt(document, "scroll", g) : Nt(document, "scroll", g), clearTimeout(Q);
30320
30320
  });
30321
30321
  };
30322
30322
  ue([n, r, a, e], function() {
@@ -30326,7 +30326,7 @@ function BQ(t) {
30326
30326
  }, function() {
30327
30327
  m();
30328
30328
  }), Xt(function() {
30329
- Bt(document, "scroll", g), ee(), n.value = null, r.value = null, a.value = null, e.value = null;
30329
+ Nt(document, "scroll", g), ee(), n.value = null, r.value = null, a.value = null, e.value = null;
30330
30330
  });
30331
30331
  var U = function(Q) {
30332
30332
  e.value = Q, V();
@@ -31257,7 +31257,7 @@ function WQ(t, e) {
31257
31257
  }, M = function() {
31258
31258
  qt(e.value, "keydown", P), qt(e.value, "keyup", E);
31259
31259
  }, T = function() {
31260
- Bt(e.value, "keydown", P), Bt(e.value, "keyup", E);
31260
+ Nt(e.value, "keydown", P), Nt(e.value, "keyup", E);
31261
31261
  };
31262
31262
  return {
31263
31263
  tActiveRow: m,
@@ -31339,7 +31339,7 @@ function UQ(t, e) {
31339
31339
  }, m = function() {
31340
31340
  qt(e.value, "keydown", f);
31341
31341
  }, p = function() {
31342
- Bt(e.value, "keydown", f);
31342
+ Nt(e.value, "keydown", f);
31343
31343
  };
31344
31344
  return {
31345
31345
  hoverRow: u,
@@ -31440,7 +31440,7 @@ var MS = te({
31440
31440
  if (!e.bordered) return 0;
31441
31441
  var Ht = (kt = s.value) === null || kt === void 0 ? void 0 : kt.getBoundingClientRect(), gn = (xt = Ee.value) === null || xt === void 0 ? void 0 : xt.getBoundingClientRect();
31442
31442
  return ((Ht == null ? void 0 : Ht.height) || 0) + ((gn == null ? void 0 : gn.height) || 0);
31443
- }), It = WQ(e, l), Qe = It.tActiveRow, Xe = It.onHighlightRow, ct = It.addHighlightKeyboardListener, it = It.removeHighlightKeyboardListener, ht = UQ(e, l), Jt = ht.hoverRow, Sn = ht.needKeyboardRowHover, Ft = ht.clearHoverRow, Wt = ht.addRowHoverKeyboardListener, on = ht.removeRowHoverKeyboardListener;
31443
+ }), Ft = WQ(e, l), Qe = Ft.tActiveRow, Xe = Ft.onHighlightRow, ct = Ft.addHighlightKeyboardListener, it = Ft.removeHighlightKeyboardListener, ht = UQ(e, l), Jt = ht.hoverRow, Sn = ht.needKeyboardRowHover, Rt = ht.clearHoverRow, Wt = ht.addRowHoverKeyboardListener, on = ht.removeRowHoverKeyboardListener;
31444
31444
  ue(i, function() {
31445
31445
  we(i.value);
31446
31446
  }), ue(function() {
@@ -31502,7 +31502,7 @@ var MS = te({
31502
31502
  e.activeRowType && it(), Sn.value && on();
31503
31503
  }, ua = function(xt) {
31504
31504
  var Ht;
31505
- (Ht = e.onRowClick) === null || Ht === void 0 || Ht.call(e, xt), e.activeRowType && Xe(xt), Sn.value && Ft();
31505
+ (Ht = e.onRowClick) === null || Ht === void 0 || Ht.call(e, xt), e.activeRowType && Xe(xt), Sn.value && Rt();
31506
31506
  };
31507
31507
  ue([$], function(kt) {
31508
31508
  var xt = Ne(kt, 1), Ht = xt[0];
@@ -32738,7 +32738,7 @@ function nee(t, e) {
32738
32738
  return w(t.columns);
32739
32739
  }), b = N(), y = R(function() {
32740
32740
  var T = s.value;
32741
- return T ? Dt(T) ? T : [T] : [];
32741
+ return T ? jt(T) ? T : [T] : [];
32742
32742
  }), g = R(function() {
32743
32743
  var T = {};
32744
32744
  return y.value.forEach(function(j, D) {
@@ -32841,7 +32841,7 @@ function nee(t, e) {
32841
32841
  });
32842
32842
  }
32843
32843
  var M = function(j, D) {
32844
- var I = Dt(j) ? j : [j], $ = Dt(D) ? D : [D];
32844
+ var I = jt(j) ? j : [j], $ = jt(D) ? D : [D];
32845
32845
  if (I.length && !D) return !1;
32846
32846
  for (var S = function() {
32847
32847
  var G = I[F], J = $.find(function(ee) {
@@ -33287,7 +33287,7 @@ var qa = za(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), Fu = za(/E
33287
33287
  function Lt(t, e, n) {
33288
33288
  t.addEventListener(e, n, !qa && IS);
33289
33289
  }
33290
- function Rt(t, e, n) {
33290
+ function Bt(t, e, n) {
33291
33291
  t.removeEventListener(e, n, !qa && IS);
33292
33292
  }
33293
33293
  function hc(t, e) {
@@ -33895,7 +33895,7 @@ lt.prototype = /** @lends Sortable.prototype */
33895
33895
  },
33896
33896
  _disableDelayedDragEvents: function() {
33897
33897
  var e = this.el.ownerDocument;
33898
- Rt(e, "mouseup", this._disableDelayedDrag), Rt(e, "touchend", this._disableDelayedDrag), Rt(e, "touchcancel", this._disableDelayedDrag), Rt(e, "pointerup", this._disableDelayedDrag), Rt(e, "pointercancel", this._disableDelayedDrag), Rt(e, "mousemove", this._delayedDragTouchMoveHandler), Rt(e, "touchmove", this._delayedDragTouchMoveHandler), Rt(e, "pointermove", this._delayedDragTouchMoveHandler);
33898
+ Bt(e, "mouseup", this._disableDelayedDrag), Bt(e, "touchend", this._disableDelayedDrag), Bt(e, "touchcancel", this._disableDelayedDrag), Bt(e, "pointerup", this._disableDelayedDrag), Bt(e, "pointercancel", this._disableDelayedDrag), Bt(e, "mousemove", this._delayedDragTouchMoveHandler), Bt(e, "touchmove", this._delayedDragTouchMoveHandler), Bt(e, "pointermove", this._delayedDragTouchMoveHandler);
33899
33899
  },
33900
33900
  _triggerDragStart: function(e, n) {
33901
33901
  n = n || e.pointerType == "touch" && e, !this.nativeDraggable || n ? this.options.supportPointer ? Lt(document, "pointermove", this._onTouchMove) : n ? Lt(document, "touchmove", this._onTouchMove) : Lt(document, "mousemove", this._onTouchMove) : (Lt(ze, "dragend", this), Lt(fn, "dragstart", this._onDragStart));
@@ -33989,7 +33989,7 @@ lt.prototype = /** @lends Sortable.prototype */
33989
33989
  sortable: r,
33990
33990
  name: "clone"
33991
33991
  }));
33992
- }), !n && wr(ze, o.dragClass, !0), n ? (gc = !0, r._loopId = setInterval(r._emulateDragOver, 50)) : (Rt(document, "mouseup", r._onDrop), Rt(document, "touchend", r._onDrop), Rt(document, "touchcancel", r._onDrop), a && (a.effectAllowed = "move", o.setData && o.setData.call(r, a, ze)), Lt(document, "drop", r), st(ze, "transform", "translateZ(0)")), Cl = !0, r._dragStartId = Ws(r._dragStarted.bind(r, n, e)), Lt(document, "selectstart", r), Vi = !0, window.getSelection().removeAllRanges(), Zi && st(document.body, "user-select", "none");
33992
+ }), !n && wr(ze, o.dragClass, !0), n ? (gc = !0, r._loopId = setInterval(r._emulateDragOver, 50)) : (Bt(document, "mouseup", r._onDrop), Bt(document, "touchend", r._onDrop), Bt(document, "touchcancel", r._onDrop), a && (a.effectAllowed = "move", o.setData && o.setData.call(r, a, ze)), Lt(document, "drop", r), st(ze, "transform", "translateZ(0)")), Cl = !0, r._dragStartId = Ws(r._dragStarted.bind(r, n, e)), Lt(document, "selectstart", r), Vi = !0, window.getSelection().removeAllRanges(), Zi && st(document.body, "user-select", "none");
33993
33993
  },
33994
33994
  // Returns true - if no further action is needed (either inserted or another condition)
33995
33995
  _onDragOver: function(e) {
@@ -34079,11 +34079,11 @@ lt.prototype = /** @lends Sortable.prototype */
34079
34079
  },
34080
34080
  _ignoreWhileAnimating: null,
34081
34081
  _offMoveEvents: function() {
34082
- Rt(document, "mousemove", this._onTouchMove), Rt(document, "touchmove", this._onTouchMove), Rt(document, "pointermove", this._onTouchMove), Rt(document, "dragover", ko), Rt(document, "mousemove", ko), Rt(document, "touchmove", ko);
34082
+ Bt(document, "mousemove", this._onTouchMove), Bt(document, "touchmove", this._onTouchMove), Bt(document, "pointermove", this._onTouchMove), Bt(document, "dragover", ko), Bt(document, "mousemove", ko), Bt(document, "touchmove", ko);
34083
34083
  },
34084
34084
  _offUpEvents: function() {
34085
34085
  var e = this.el.ownerDocument;
34086
- Rt(e, "mouseup", this._onDrop), Rt(e, "touchend", this._onDrop), Rt(e, "pointerup", this._onDrop), Rt(e, "pointercancel", this._onDrop), Rt(e, "touchcancel", this._onDrop), Rt(document, "selectstart", this);
34086
+ Bt(e, "mouseup", this._onDrop), Bt(e, "touchend", this._onDrop), Bt(e, "pointerup", this._onDrop), Bt(e, "pointercancel", this._onDrop), Bt(e, "touchcancel", this._onDrop), Bt(document, "selectstart", this);
34087
34087
  },
34088
34088
  _onDrop: function(e) {
34089
34089
  var n = this.el, r = this.options;
@@ -34093,7 +34093,7 @@ lt.prototype = /** @lends Sortable.prototype */
34093
34093
  this._nulling();
34094
34094
  return;
34095
34095
  }
34096
- Cl = !1, _s = !1, nu = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Nf(this.cloneId), Nf(this._dragStartId), this.nativeDraggable && (Rt(document, "drop", this), Rt(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Zi && st(document.body, "user-select", ""), st(ze, "transform", ""), e && (Vi && (e.cancelable && e.preventDefault(), !r.dropBubble && e.stopPropagation()), gt && gt.parentNode && gt.parentNode.removeChild(gt), (fn === _n || zn && zn.lastPutMode !== "clone") && bn && bn.parentNode && bn.parentNode.removeChild(bn), ze && (this.nativeDraggable && Rt(ze, "dragend", this), Sv(ze), ze.style["will-change"] = "", Vi && !Cl && wr(ze, zn ? zn.options.ghostClass : this.options.ghostClass, !1), wr(ze, this.options.chosenClass, !1), Zn({
34096
+ Cl = !1, _s = !1, nu = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), Nf(this.cloneId), Nf(this._dragStartId), this.nativeDraggable && (Bt(document, "drop", this), Bt(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Zi && st(document.body, "user-select", ""), st(ze, "transform", ""), e && (Vi && (e.cancelable && e.preventDefault(), !r.dropBubble && e.stopPropagation()), gt && gt.parentNode && gt.parentNode.removeChild(gt), (fn === _n || zn && zn.lastPutMode !== "clone") && bn && bn.parentNode && bn.parentNode.removeChild(bn), ze && (this.nativeDraggable && Bt(ze, "dragend", this), Sv(ze), ze.style["will-change"] = "", Vi && !Cl && wr(ze, zn ? zn.options.ghostClass : this.options.ghostClass, !1), wr(ze, this.options.chosenClass, !1), Zn({
34097
34097
  sortable: this,
34098
34098
  name: "unchoose",
34099
34099
  toEl: _n,
@@ -34218,7 +34218,7 @@ lt.prototype = /** @lends Sortable.prototype */
34218
34218
  destroy: function() {
34219
34219
  or("destroy", this);
34220
34220
  var e = this.el;
34221
- e[ur] = null, Rt(e, "mousedown", this._onTapStart), Rt(e, "touchstart", this._onTapStart), Rt(e, "pointerdown", this._onTapStart), this.nativeDraggable && (Rt(e, "dragover", this), Rt(e, "dragenter", this)), Array.prototype.forEach.call(e.querySelectorAll("[draggable]"), function(n) {
34221
+ e[ur] = null, Bt(e, "mousedown", this._onTapStart), Bt(e, "touchstart", this._onTapStart), Bt(e, "pointerdown", this._onTapStart), this.nativeDraggable && (Bt(e, "dragover", this), Bt(e, "dragenter", this)), Array.prototype.forEach.call(e.querySelectorAll("[draggable]"), function(n) {
34222
34222
  n.removeAttribute("draggable");
34223
34223
  }), this._onDrop(), this._disableDelayedDragEvents(), bc.splice(bc.indexOf(this.el), 1), this.el = e = null;
34224
34224
  },
@@ -34302,7 +34302,7 @@ vd && Lt(document, "touchmove", function(t) {
34302
34302
  });
34303
34303
  lt.utils = {
34304
34304
  on: Lt,
34305
- off: Rt,
34305
+ off: Bt,
34306
34306
  css: st,
34307
34307
  find: RS,
34308
34308
  is: function(e, n) {
@@ -34359,7 +34359,7 @@ function Aee() {
34359
34359
  !this.options.dragOverBubble && !r.rootEl && this._handleAutoScroll(r);
34360
34360
  },
34361
34361
  drop: function() {
34362
- this.sortable.nativeDraggable ? Rt(document, "dragover", this._handleAutoScroll) : (Rt(document, "pointermove", this._handleFallbackAutoScroll), Rt(document, "touchmove", this._handleFallbackAutoScroll), Rt(document, "mousemove", this._handleFallbackAutoScroll)), x_(), Us(), mee();
34362
+ this.sortable.nativeDraggable ? Bt(document, "dragover", this._handleAutoScroll) : (Bt(document, "pointermove", this._handleFallbackAutoScroll), Bt(document, "touchmove", this._handleFallbackAutoScroll), Bt(document, "mousemove", this._handleFallbackAutoScroll)), x_(), Us(), mee();
34363
34363
  },
34364
34364
  nulling: function() {
34365
34365
  _c = Lf = Hi = zf = Ki = Ov = $v = null, On.length = 0;
@@ -34910,7 +34910,7 @@ var Fee = te({
34910
34910
  immediate: !0
34911
34911
  }), ue(u, function($) {
34912
34912
  var S = e.editable === void 0;
34913
- !l.value.edit || !l.value.edit.component || !S || ($ ? qt(document, "click", T) : Bt(document, "click", T));
34913
+ !l.value.edit || !l.value.edit.component || !S || ($ ? qt(document, "click", T) : Nt(document, "click", T));
34914
34914
  }, {
34915
34915
  immediate: !0
34916
34916
  }), ue(function() {
@@ -35303,7 +35303,7 @@ var Bee = ["hideSortTips", "dragSort", "defaultExpandedRowKeys", "defaultSelecte
35303
35303
  nt ? (clearTimeout(nt), nt = void 0) : nt = setTimeout(function() {
35304
35304
  Be(Xe), nt = void 0;
35305
35305
  }, Ct);
35306
- }, It = function(Xe) {
35306
+ }, Ft = function(Xe) {
35307
35307
  u.value = Xe;
35308
35308
  };
35309
35309
  return function() {
@@ -35317,7 +35317,7 @@ var Bee = ["hideSortTips", "dragSort", "defaultExpandedRowKeys", "defaultSelecte
35317
35317
  } : Bn && Nn ? function() {
35318
35318
  return ar != null && ar.reverse ? h("div", null, [Bn, Nn]) : h("div", null, [Nn, Bn]);
35319
35319
  } : null;
35320
- }, it = !!(l.value && Object.keys(l.value).length), ht = it ? l.value.placement || "top-right" : "", Jt = it && (ht == null ? void 0 : ht.indexOf("bottom")) !== -1, Sn = ct("topContent", x, it && !Jt), Ft = ct("bottomContent", x, Jt, {
35320
+ }, it = !!(l.value && Object.keys(l.value).length), ht = it ? l.value.placement || "top-right" : "", Jt = it && (ht == null ? void 0 : ht.indexOf("bottom")) !== -1, Sn = ct("topContent", x, it && !Jt), Rt = ct("bottomContent", x, Jt, {
35321
35321
  reverse: !0
35322
35322
  }), Wt = ct("firstFullRow", Q, !V.value), on = ct("lastFullRow", Ae, !!e.asyncLoading), kn = dn(), qn = kn.vnode, yn = Ta(Ta({}, Br(qn.props, Bee)), {}, {
35323
35323
  rowKey: e.rowKey,
@@ -35327,11 +35327,11 @@ var Bee = ["hideSortTips", "dragSort", "defaultExpandedRowKeys", "defaultSelecte
35327
35327
  keyboardRowHover: (Qe = e.keyboardRowHover) !== null && Qe !== void 0 ? Qe : Ke.value,
35328
35328
  disableSpaceInactiveRow: (Xe = e.disableSpaceInactiveRow) !== null && Xe !== void 0 ? Xe : qe.value,
35329
35329
  topContent: Sn,
35330
- bottomContent: Ft,
35330
+ bottomContent: Rt,
35331
35331
  firstFullRow: Wt,
35332
35332
  lastFullRow: on,
35333
35333
  thDraggable: ["col", "row-handler-col"].includes(e.dragSort),
35334
- onShowElementChange: It,
35334
+ onShowElementChange: Ft,
35335
35335
  onPageChange: ne,
35336
35336
  renderExpandedRow: P.value ? T : void 0,
35337
35337
  onActiveRowAction: he
@@ -44098,7 +44098,7 @@ const rr = /* @__PURE__ */ te({
44098
44098
  const e = Z("container", "body"), n = dn(), r = (a) => n.expose = a;
44099
44099
  return (a, o) => (B(), q(SC(yt(k(j1e), { ...a.$attrs, attach: k(e), ref: r }, a.$slots))));
44100
44100
  }
44101
- }), I1e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='460.224'%20height='128'%3e%3cg%20fill='none'%3e%3cpath%20d='M450.627%2039.41l9.597%2013.658c-2.724%2015.076-5.577%2030.28-8.3%2045.486-4.886%204.594-9.771%209.19-14.654%2013.787h-65.878c-3.113-4.768-6.355-9.406-9.467-14.174%202.723-15.076%205.576-30.023%208.3-45.099l14.524-13.658h65.878zm-240.182-1.057l-8.99%2049.222h41.483l4.238-22.936%2020.678%2017.653-2.826%2015.205-14.512%2013.787h-65.244l-9.375-13.787%2010.66-59.144h23.888zm57.537%200l32.574%2029.302%2045.733-29.302h15.636l-16.027%2072.931h-27.492l7.297-33.34-31.662%2017.712-45.213-38.55%204.17-18.753h14.984zM430.397%2062.99H396.16l-4.539%203.866c-1.037%205.798-2.205%2011.725-3.242%2017.653l3.112%204.252h35.014c1.297-1.289%202.594-2.577%203.632-3.737.291-1.514.575-3.028.855-4.542l1.661-9.084.855-4.542-3.112-3.866h.001zM78.005%200L65.638%2082.444l-48.62%206.342-.846%205.496%2062.256-1.48%2011.31-68.28%2041.75-10.464-15.855%2091.851-32.026%2021.985H0L18.074%2015.432%2078.005%200zM56.971%2064.581l-37.523%209.302-.422%202.854%2037.522-9.302.423-2.854zm2.431-15.009L21.88%2058.874l-.423%202.853%2037.522-9.301.423-2.854zm2.431-15.009L24.31%2043.865l-.422%202.853%2037.522-9.301.423-2.854zm2.431-15.115L26.742%2028.75l-.423%202.854%2037.522-9.302.423-2.854z'%20fill='%234376F8'/%3e%3cpath%20fill-opacity='.7'%20fill='%23FFF'%20d='M115.633%20106.015l-28.855-.106L83.607%20128z'/%3e%3c/g%3e%3cscript/%3e%3c/svg%3e", F1e = "1.0.12", R1e = "https://www.umodoc.com", am = {
44101
+ }), I1e = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='460.224'%20height='128'%3e%3cg%20fill='none'%3e%3cpath%20d='M450.627%2039.41l9.597%2013.658c-2.724%2015.076-5.577%2030.28-8.3%2045.486-4.886%204.594-9.771%209.19-14.654%2013.787h-65.878c-3.113-4.768-6.355-9.406-9.467-14.174%202.723-15.076%205.576-30.023%208.3-45.099l14.524-13.658h65.878zm-240.182-1.057l-8.99%2049.222h41.483l4.238-22.936%2020.678%2017.653-2.826%2015.205-14.512%2013.787h-65.244l-9.375-13.787%2010.66-59.144h23.888zm57.537%200l32.574%2029.302%2045.733-29.302h15.636l-16.027%2072.931h-27.492l7.297-33.34-31.662%2017.712-45.213-38.55%204.17-18.753h14.984zM430.397%2062.99H396.16l-4.539%203.866c-1.037%205.798-2.205%2011.725-3.242%2017.653l3.112%204.252h35.014c1.297-1.289%202.594-2.577%203.632-3.737.291-1.514.575-3.028.855-4.542l1.661-9.084.855-4.542-3.112-3.866h.001zM78.005%200L65.638%2082.444l-48.62%206.342-.846%205.496%2062.256-1.48%2011.31-68.28%2041.75-10.464-15.855%2091.851-32.026%2021.985H0L18.074%2015.432%2078.005%200zM56.971%2064.581l-37.523%209.302-.422%202.854%2037.522-9.302.423-2.854zm2.431-15.009L21.88%2058.874l-.423%202.853%2037.522-9.301.423-2.854zm2.431-15.009L24.31%2043.865l-.422%202.853%2037.522-9.301.423-2.854zm2.431-15.115L26.742%2028.75l-.423%202.854%2037.522-9.302.423-2.854z'%20fill='%234376F8'/%3e%3cpath%20fill-opacity='.7'%20fill='%23FFF'%20d='M115.633%20106.015l-28.855-.106L83.607%20128z'/%3e%3c/g%3e%3cscript/%3e%3c/svg%3e", F1e = "1.0.14", R1e = "https://www.umodoc.com", am = {
44102
44102
  version: F1e,
44103
44103
  homepage: R1e
44104
44104
  }, B1e = () => {
@@ -44233,7 +44233,7 @@ const rr = /* @__PURE__ */ te({
44233
44233
  preventScrollThrough: !1,
44234
44234
  cancelBtn: ae("dialog.cancel"),
44235
44235
  ...t
44236
- }), Nt = (t, e) => {
44236
+ }), At = (t, e) => {
44237
44237
  var r;
44238
44238
  const n = typeof e == "string" ? { content: e } : e;
44239
44239
  return (r = Fo[t]) == null ? void 0 : r.call(Fo, n);
@@ -44280,7 +44280,7 @@ const rr = /* @__PURE__ */ te({
44280
44280
  f == null || f.close(), m !== null && clearInterval(m);
44281
44281
  const g = ((_ = l.value) != null ? _ : 0) * 3600 + ((C = i.value) != null ? C : 0) * 60 + ((x = u.value) != null ? x : 0);
44282
44282
  if (g <= 0) {
44283
- f = await Nt("error", {
44283
+ f = await At("error", {
44284
44284
  attach: r,
44285
44285
  content: ae("preview.countdown.error")
44286
44286
  });
@@ -44289,7 +44289,7 @@ const rr = /* @__PURE__ */ te({
44289
44289
  let w = g;
44290
44290
  m = setInterval(async () => {
44291
44291
  if (w <= 0) {
44292
- f == null || f.close(), p(), m !== null && clearInterval(m), s.value === "showEndMessage" && (v.value = "", f = await Nt("error", {
44292
+ f == null || f.close(), p(), m !== null && clearInterval(m), s.value === "showEndMessage" && (v.value = "", f = await At("error", {
44293
44293
  attach: r,
44294
44294
  content: ae("preview.countdown.endCountdown"),
44295
44295
  duration: 5e3,
@@ -44609,7 +44609,7 @@ const rr = /* @__PURE__ */ te({
44609
44609
  Number((J - A * 2) / ee) * 100
44610
44610
  ), a.value.autoWidth = !0;
44611
44611
  } catch (L) {
44612
- a.value.autoWidth = !1, Nt("error", {
44612
+ a.value.autoWidth = !1, At("error", {
44613
44613
  attach: n,
44614
44614
  content: ae("zoom.autoWidthError")
44615
44615
  }), console.warn("Page auto width calculation error", L);
@@ -44881,7 +44881,7 @@ const rr = /* @__PURE__ */ te({
44881
44881
  Re(" " + de(k(m).content) + " ", 1),
44882
44882
  h(F, {
44883
44883
  name: "arrow-down",
44884
- style: At({
44884
+ style: Dt({
44885
44885
  transform: `rotate(${v.value ? "180deg" : 0})`
44886
44886
  })
44887
44887
  }, null, 8, ["style"])
@@ -44955,7 +44955,7 @@ const rr = /* @__PURE__ */ te({
44955
44955
  Re(" " + de(S.t("wordCount.characters")) + " ", 1),
44956
44956
  h(F, {
44957
44957
  name: "arrow-down",
44958
- style: At({ transform: `rotate(${s.value ? "180deg" : 0})` })
44958
+ style: Dt({ transform: `rotate(${s.value ? "180deg" : 0})` })
44959
44959
  }, null, 8, ["style"])
44960
44960
  ]),
44961
44961
  _: 1
@@ -46180,7 +46180,7 @@ const Yye = /* @__PURE__ */ te({
46180
46180
  const { meta: l } = a.value.storage.link, { copy: i } = gu({
46181
46181
  source: N(l.href)
46182
46182
  });
46183
- i(), Nt("success", {
46183
+ i(), At("success", {
46184
46184
  attach: r,
46185
46185
  content: ae("insert.link.copySuccess")
46186
46186
  }), n("hide-bubble");
@@ -46338,7 +46338,7 @@ const Yye = /* @__PURE__ */ te({
46338
46338
  const { copy: g } = gu({
46339
46339
  source: N(i.value.content)
46340
46340
  });
46341
- g(), Nt("success", {
46341
+ g(), At("success", {
46342
46342
  attach: e,
46343
46343
  content: ae("assistant.copySuccess")
46344
46344
  });
@@ -46580,7 +46580,7 @@ const Yye = /* @__PURE__ */ te({
46580
46580
  (B(!0), ie(Se, null, ot((w = k(l).dicts) == null ? void 0 : w.colors, (_, C) => (B(), ie("div", {
46581
46581
  key: C,
46582
46582
  class: "umo-color-picker-item",
46583
- style: At({ backgroundColor: _ }),
46583
+ style: Dt({ backgroundColor: _ }),
46584
46584
  onClick: (x) => v(_)
46585
46585
  }, null, 12, C_e))), 128))
46586
46586
  ]),
@@ -46592,7 +46592,7 @@ const Yye = /* @__PURE__ */ te({
46592
46592
  (B(), ie(Se, null, ot(u, (_, C) => H("div", {
46593
46593
  key: C,
46594
46594
  class: "umo-color-picker-item",
46595
- style: At({ backgroundColor: _ }),
46595
+ style: Dt({ backgroundColor: _ }),
46596
46596
  onClick: (x) => v(_)
46597
46597
  }, null, 12, S_e)), 64))
46598
46598
  ]),
@@ -46605,7 +46605,7 @@ const Yye = /* @__PURE__ */ te({
46605
46605
  (B(!0), ie(Se, null, ot(k(i).colors, (_, C) => (B(), ie("div", {
46606
46606
  key: C,
46607
46607
  class: "umo-color-picker-item",
46608
- style: At({ backgroundColor: _ }),
46608
+ style: Dt({ backgroundColor: _ }),
46609
46609
  onClick: (x) => v(_)
46610
46610
  }, null, 12, P_e))), 128))
46611
46611
  ])) : re("", !0),
@@ -46789,7 +46789,7 @@ const Yye = /* @__PURE__ */ te({
46789
46789
  default: Y(() => [
46790
46790
  H("div", {
46791
46791
  class: "umo-textbox-border-style-item",
46792
- style: At({
46792
+ style: Dt({
46793
46793
  "border-top": `${_.style} ${_.width}px currentColor`
46794
46794
  })
46795
46795
  }, null, 4)
@@ -46871,7 +46871,7 @@ const Yye = /* @__PURE__ */ te({
46871
46871
  key: v.value,
46872
46872
  class: "umo-text-highlight-menu",
46873
46873
  value: v.value,
46874
- style: At({ backgroundColor: v.bgcolor, color: v.color }),
46874
+ style: Dt({ backgroundColor: v.bgcolor, color: v.color }),
46875
46875
  divider: v.divider,
46876
46876
  onClick: (f) => a(v)
46877
46877
  }, {
@@ -46903,7 +46903,7 @@ const Yye = /* @__PURE__ */ te({
46903
46903
  h(u, {
46904
46904
  name: "highlight",
46905
46905
  class: "umo-icon-highlight",
46906
- style: At({ backgroundColor: (v = k(r)) == null ? void 0 : v.bgcolor, color: (f = k(r)) == null ? void 0 : f.color })
46906
+ style: Dt({ backgroundColor: (v = k(r)) == null ? void 0 : v.bgcolor, color: (f = k(r)) == null ? void 0 : f.color })
46907
46907
  }, null, 8, ["style"])
46908
46908
  ];
46909
46909
  }),
@@ -47498,7 +47498,7 @@ const Yye = /* @__PURE__ */ te({
47498
47498
  h(d, {
47499
47499
  name: "background-color",
47500
47500
  class: "umo-icon-background-color",
47501
- style: At({
47501
+ style: Dt({
47502
47502
  background: ((p = (m = k(l)) == null ? void 0 : m.getAttributes("highlight")) == null ? void 0 : p.color) || k(i)
47503
47503
  })
47504
47504
  }, null, 8, ["style"])
@@ -47559,7 +47559,7 @@ const Yye = /* @__PURE__ */ te({
47559
47559
  return [
47560
47560
  H("div", {
47561
47561
  class: "umo-current-color",
47562
- style: At({
47562
+ style: Dt({
47563
47563
  background: ((m = (f = k(l)) == null ? void 0 : f.getAttributes("textStyle")) == null ? void 0 : m.color) || k(i)
47564
47564
  })
47565
47565
  }, null, 4)
@@ -48485,7 +48485,7 @@ const Dd = (t, e = "script", n = "") => {
48485
48485
  return H("div", {
48486
48486
  key: i.type,
48487
48487
  class: "umo-bubble-tag-item",
48488
- style: At({
48488
+ style: Dt({
48489
48489
  color: i.color,
48490
48490
  backgroundColor: i.backgroundColor
48491
48491
  }),
@@ -48602,7 +48602,7 @@ const Dd = (t, e = "script", n = "") => {
48602
48602
  },
48603
48603
  onConfirm() {
48604
48604
  var i;
48605
- (i = n.value) == null || i.chain().focus().deleteColumn().run(), Nt("success", {
48605
+ (i = n.value) == null || i.chain().focus().deleteColumn().run(), At("success", {
48606
48606
  attach: e,
48607
48607
  content: ae("table.deleteColumn.success")
48608
48608
  }), l.destroy();
@@ -48636,7 +48636,7 @@ const Dd = (t, e = "script", n = "") => {
48636
48636
  },
48637
48637
  onConfirm() {
48638
48638
  var i;
48639
- (i = n.value) == null || i.chain().focus().deleteRow().run(), Nt("success", {
48639
+ (i = n.value) == null || i.chain().focus().deleteRow().run(), At("success", {
48640
48640
  attach: e,
48641
48641
  content: ae("table.deleteRow.success")
48642
48642
  }), l.destroy();
@@ -49172,7 +49172,7 @@ a-->b`, Nwe = /* @__PURE__ */ te({
49172
49172
  const v = () => {
49173
49173
  var f;
49174
49174
  if (u.value === "") {
49175
- Nt("error", {
49175
+ At("error", {
49176
49176
  attach: a,
49177
49177
  content: ae("tools.mermaid.notEmpty")
49178
49178
  });
@@ -49521,14 +49521,14 @@ const Vwe = {
49521
49521
  const g = () => {
49522
49522
  var M, T, j, D, I;
49523
49523
  if (p.value) {
49524
- Nt("error", {
49524
+ At("error", {
49525
49525
  attach: a,
49526
49526
  content: ae("tools.barcode.renderError")
49527
49527
  });
49528
49528
  return;
49529
49529
  }
49530
49530
  if (v.value.content === "") {
49531
- Nt("error", {
49531
+ At("error", {
49532
49532
  attach: a,
49533
49533
  content: ae("tools.barcode.notEmpty")
49534
49534
  });
@@ -49899,14 +49899,14 @@ const Vwe = {
49899
49899
  const f = () => {
49900
49900
  var C;
49901
49901
  if (d.value || !c.value) {
49902
- Nt("error", {
49902
+ At("error", {
49903
49903
  attach: r,
49904
49904
  content: ae("tools.qrcode.renderError")
49905
49905
  });
49906
49906
  return;
49907
49907
  }
49908
49908
  if (u.value.content === "") {
49909
- Nt("error", {
49909
+ At("error", {
49910
49910
  attach: r,
49911
49911
  content: ae("tools.qrcode.notEmpty")
49912
49912
  });
@@ -50246,7 +50246,7 @@ const Vwe = {
50246
50246
  t.getPos()
50247
50247
  ), a.value.delete(t.node.attrs.id);
50248
50248
  } catch (b) {
50249
- Nt("error", { attach: r, content: b.message });
50249
+ At("error", { attach: r, content: b.message });
50250
50250
  }
50251
50251
  c(t.node.attrs.name);
50252
50252
  }
@@ -50272,7 +50272,7 @@ const Vwe = {
50272
50272
  ref_key: "containerRef",
50273
50273
  ref: o,
50274
50274
  class: "umo-node-view",
50275
- style: At(l.value)
50275
+ style: Dt(l.value)
50276
50276
  }, {
50277
50277
  default: Y(() => [
50278
50278
  H("div", pCe, [
@@ -50284,7 +50284,7 @@ const Vwe = {
50284
50284
  ]),
50285
50285
  H("div", {
50286
50286
  class: "umo-file-info",
50287
- style: At({
50287
+ style: Dt({
50288
50288
  width: d.value ? "200px" : "237px"
50289
50289
  })
50290
50290
  }, [
@@ -50464,7 +50464,7 @@ const Vwe = {
50464
50464
  insertFile: ({ file: t, uploadFileMap: e, autoType: n, pos: r, fileDim: a }) => ({ editor: o, commands: l }) => {
50465
50465
  const { type: i, name: u, size: s } = t, { options: c } = o.storage, { maxSize: d } = c.file;
50466
50466
  if (d !== 0 && s > d)
50467
- return Nt("error", {
50467
+ return At("error", {
50468
50468
  attach: o.storage.container,
50469
50469
  content: ae("file.limit", {
50470
50470
  filename: t.name,
@@ -50753,7 +50753,7 @@ const Vwe = {
50753
50753
  return s.type.attrs;
50754
50754
  };
50755
50755
  return (o, l) => {
50756
- var fe, Ae, je, Ye, Le, Ie, Ee, ye, me, pe, xe, De, Ke, qe, He, Ze, ft, St, Kt, En, ne, he, Be, nt, Ct, ut, It, Qe, Xe, ct, it, ht, Jt, Sn, Ft, Wt, on, kn, qn, yn, bt, Dn, Rn, gr, ar, Bn, Nn, ua, sa, Pr, kt, xt;
50756
+ var fe, Ae, je, Ye, Le, Ie, Ee, ye, me, pe, xe, De, Ke, qe, He, Ze, ft, St, Kt, En, ne, he, Be, nt, Ct, ut, Ft, Qe, Xe, ct, it, ht, Jt, Sn, Rt, Wt, on, kn, qn, yn, bt, Dn, Rn, gr, ar, Bn, Nn, ua, sa, Pr, kt, xt;
50757
50757
  const i = Td, u = Md, s = Ed, c = FCe, d = ICe, v = jCe, f = DCe, m = ACe, p = vCe, b = dCe, y = Dwe, g = Awe, w = Twe, _ = Mwe, C = S4, x = Ewe, O = Id, P = kwe, E = Cwe, M = Qp, T = Zp, j = Jp, D = Xp, I = Gp, $ = Yp, S = qp, A = Up, F = Wp, z = Kp, L = wwe, G = bwe, J = mwe, ee = fwe, W = vwe, V = jd, U = Hp, X = Xu, Q = Ad, oe = rl, le = Gu, se = Vp, be = U_e, _e = zp, Pe = Lp, ke = k4, we = Np, ge = Bp, ce = N_e, ve = D_e;
50758
50758
  return (fe = k(e)) != null && fe.isActive("toc") || (Ae = k(e)) != null && Ae.isActive("pageBreak") || (je = k(e)) != null && je.isActive("horizontalRule") || (Ye = k(e)) != null && Ye.isActive("codeBlock") || (Le = k(e)) != null && Le.getAttributes("image").error ? (B(), ie(Se, { key: 0 }, [], 64)) : (B(), ie(Se, { key: 1 }, [
50759
50759
  (Ie = k(e)) != null && Ie.isActive("image") && !((Ee = k(e)) != null && Ee.getAttributes("image").error) ? (B(), ie(Se, { key: 0 }, [
@@ -50790,7 +50790,7 @@ const Vwe = {
50790
50790
  (Be = (he = k(e)) == null ? void 0 : he.getAttributes("inlineImage")) != null && Be.type.startsWith("image") || ["image/png", "image/jpeg"].includes(
50791
50791
  (Ct = (nt = k(e)) == null ? void 0 : nt.getAttributes("inlineImage")) == null ? void 0 : Ct.type
50792
50792
  ) ? (B(), q(m, { key: 0 })) : re("", !0),
50793
- (It = (ut = k(e)) == null ? void 0 : ut.getAttributes("inlineImage")) != null && It.type.startsWith("image") || ["image/png", "image/jpeg"].includes(
50793
+ (Ft = (ut = k(e)) == null ? void 0 : ut.getAttributes("inlineImage")) != null && Ft.type.startsWith("image") || ["image/png", "image/jpeg"].includes(
50794
50794
  (Xe = (Qe = k(e)) == null ? void 0 : Qe.getAttributes("inlineImage")) == null ? void 0 : Xe.type
50795
50795
  ) ? (B(), q(p, { key: 1 })) : re("", !0),
50796
50796
  h(y),
@@ -50807,7 +50807,7 @@ const Vwe = {
50807
50807
  r("web-page") ? re("", !0) : (B(), q(O, {
50808
50808
  key: 0,
50809
50809
  ico: "edit",
50810
- "page-type": (Wt = (Ft = k(e)) == null ? void 0 : Ft.getAttributes("iframe")) == null ? void 0 : Wt.type,
50810
+ "page-type": (Wt = (Rt = k(e)) == null ? void 0 : Rt.getAttributes("iframe")) == null ? void 0 : Wt.type,
50811
50811
  "page-url": (kn = (on = k(e)) == null ? void 0 : on.getAttributes("iframe")) == null ? void 0 : kn.src
50812
50812
  }, null, 8, ["page-type", "page-url"])),
50813
50813
  h(P),
@@ -51254,7 +51254,7 @@ const Vwe = {
51254
51254
  });
51255
51255
  i.value = URL.createObjectURL(p);
51256
51256
  } catch (p) {
51257
- Nt("error", {
51257
+ At("error", {
51258
51258
  attach: o,
51259
51259
  content: ae("tools.seal.convertError")
51260
51260
  }), i.value = null;
@@ -51265,7 +51265,7 @@ const Vwe = {
51265
51265
  }, d = async () => {
51266
51266
  var p;
51267
51267
  if (!i.value) {
51268
- Nt("error", {
51268
+ At("error", {
51269
51269
  attach: o,
51270
51270
  content: ae("tools.seal.notEmpty")
51271
51271
  });
@@ -51377,7 +51377,7 @@ const Vwe = {
51377
51377
  previewType: null
51378
51378
  }).run(), a.value = !1;
51379
51379
  } catch (b) {
51380
- Nt("error", {
51380
+ At("error", {
51381
51381
  attach: n,
51382
51382
  content: ae("tools.signature.notEmpty")
51383
51383
  });
@@ -52686,7 +52686,7 @@ const x2e = ({ getId: t, anchorTypes: e = ["heading"] }) => new ta({ key: new Vr
52686
52686
  ), r.value.delete(t.node.attrs.id);
52687
52687
  }
52688
52688
  } catch (v) {
52689
- Nt("error", v.message);
52689
+ At("error", v.message);
52690
52690
  }
52691
52691
  }), Xt(() => {
52692
52692
  var s;
@@ -52698,7 +52698,7 @@ const x2e = ({ getId: t, anchorTypes: e = ["heading"] }) => new ta({ key: new Vr
52698
52698
  ref_key: "containerRef",
52699
52699
  ref: a,
52700
52700
  class: "umo-node-view",
52701
- style: At(u.value)
52701
+ style: Dt(u.value)
52702
52702
  }, {
52703
52703
  default: Y(() => [
52704
52704
  H("div", E2e, [
@@ -53150,7 +53150,7 @@ const z2e = N2e.configure({
53150
53150
  return H("div", {
53151
53151
  key: i.type,
53152
53152
  class: "umo-bubble-callout-item",
53153
- style: At({
53153
+ style: Dt({
53154
53154
  color: i.color,
53155
53155
  backgroundColor: i.backgroundColor
53156
53156
  }),
@@ -53204,7 +53204,7 @@ const z2e = N2e.configure({
53204
53204
  default: Y(() => [
53205
53205
  H("div", {
53206
53206
  class: "umo-node-container hover-shadow umo-node-callout",
53207
- style: At({
53207
+ style: Dt({
53208
53208
  color: a.node.attrs.fontColor,
53209
53209
  backgroundColor: a.node.attrs.backgroundColor
53210
53210
  })
@@ -53315,7 +53315,7 @@ const z2e = N2e.configure({
53315
53315
  const { copy: c } = gu({
53316
53316
  source: t.node.textContent
53317
53317
  });
53318
- c(), Nt("success", {
53318
+ c(), At("success", {
53319
53319
  attach: n,
53320
53320
  content: ae("bubbleMenu.code.copy.success")
53321
53321
  });
@@ -53398,7 +53398,7 @@ const z2e = N2e.configure({
53398
53398
  }, [
53399
53399
  h(k(mm), {
53400
53400
  class: et(`hljs language-${c.node.attrs.language}`),
53401
- style: At(`white-space: pre${c.node.attrs.wordWrap ? "-wrap" : ""} !important;`),
53401
+ style: Dt(`white-space: pre${c.node.attrs.wordWrap ? "-wrap" : ""} !important;`),
53402
53402
  as: "code"
53403
53403
  }, null, 8, ["class", "style"])
53404
53404
  ], 2)
@@ -53601,7 +53601,7 @@ const z2e = N2e.configure({
53601
53601
  ref_key: "containerRef",
53602
53602
  ref: n,
53603
53603
  class: "umo-node-view",
53604
- style: At(i.value)
53604
+ style: Dt(i.value)
53605
53605
  }, {
53606
53606
  default: Y(() => {
53607
53607
  var v, f, m, p;
@@ -53964,7 +53964,7 @@ const z2e = N2e.configure({
53964
53964
  ref_key: "containerRef",
53965
53965
  ref: n,
53966
53966
  class: "umo-node-view",
53967
- style: At(o.value)
53967
+ style: Dt(o.value)
53968
53968
  }, {
53969
53969
  default: Y(() => {
53970
53970
  var s, c;
@@ -53989,7 +53989,7 @@ const z2e = N2e.configure({
53989
53989
  default: Y(() => [
53990
53990
  H("iframe", {
53991
53991
  src: i.node.attrs.src,
53992
- style: At({ pointerEvents: i.node.attrs.clickable ? "auto" : "none" })
53992
+ style: Dt({ pointerEvents: i.node.attrs.clickable ? "auto" : "none" })
53993
53993
  }, null, 12, kke)
53994
53994
  ]),
53995
53995
  _: 1
@@ -54075,7 +54075,7 @@ const z2e = N2e.configure({
54075
54075
  t.getPos()
54076
54076
  ), r.value.delete(t.node.attrs.id);
54077
54077
  } catch (E) {
54078
- Nt("error", {
54078
+ At("error", {
54079
54079
  attach: e,
54080
54080
  content: E.message
54081
54081
  });
@@ -54167,7 +54167,7 @@ const z2e = N2e.configure({
54167
54167
  "umo-floating-node": x.node.attrs.draggable,
54168
54168
  "is-inline-image": x.node.attrs.inline
54169
54169
  }]),
54170
- style: At(f.value),
54170
+ style: Dt(f.value),
54171
54171
  onDblclick: C
54172
54172
  }, {
54173
54173
  default: Y(() => {
@@ -54184,7 +54184,7 @@ const z2e = N2e.configure({
54184
54184
  x.node.attrs.src && k(l) ? (B(), ie("div", {
54185
54185
  key: 0,
54186
54186
  class: "loading",
54187
- style: At({ height: `${x.node.attrs.height}px` })
54187
+ style: Dt({ height: `${x.node.attrs.height}px` })
54188
54188
  }, [
54189
54189
  h(P, {
54190
54190
  name: "loading",
@@ -54194,7 +54194,7 @@ const z2e = N2e.configure({
54194
54194
  ], 4)) : x.node.attrs.src && k(i) ? (B(), ie("div", {
54195
54195
  key: 1,
54196
54196
  class: "error",
54197
- style: At({ height: `${x.node.attrs.height}px` })
54197
+ style: Dt({ height: `${x.node.attrs.height}px` })
54198
54198
  }, [
54199
54199
  h(P, {
54200
54200
  name: "image-failed",
@@ -54206,7 +54206,7 @@ const z2e = N2e.configure({
54206
54206
  ref_key: "dragRef",
54207
54207
  ref: g,
54208
54208
  class: et({ "is-draggable": x.node.attrs.draggable }),
54209
- style: At({
54209
+ style: Dt({
54210
54210
  cursor: x.node.attrs.draggable && !((M = k(o).document) != null && M.readOnly) ? "move" : "default !important"
54211
54211
  }),
54212
54212
  selected: k(c),
@@ -54235,7 +54235,7 @@ const z2e = N2e.configure({
54235
54235
  ref: s,
54236
54236
  src: x.node.attrs.src,
54237
54237
  class: et({ "not-equal-proportion": !x.node.attrs.equalProportion }),
54238
- style: At({
54238
+ style: Dt({
54239
54239
  transform: x.node.attrs.flipX || x.node.attrs.flipY ? `rotateX(${x.node.attrs.flipX ? "180" : "0"}deg) rotateY(${x.node.attrs.flipY ? "180" : "0"}deg)` : "none"
54240
54240
  }),
54241
54241
  "data-id": x.node.attrs.id,
@@ -55105,7 +55105,7 @@ const Tke = tr.create({
55105
55105
  return [
55106
55106
  H("span", {
55107
55107
  class: "umo-node-tag-text",
55108
- style: At({
55108
+ style: Dt({
55109
55109
  color: r.node.attrs.color,
55110
55110
  backgroundColor: r.node.attrs.backgroundColor,
55111
55111
  cursor: !((o = k(e).document) != null && o.readOnly) || k(n).isEditable ? "pointer" : "default"
@@ -55209,7 +55209,7 @@ const Tke = tr.create({
55209
55209
  ref_key: "containerRef",
55210
55210
  ref: n,
55211
55211
  class: "umo-node-view umo-floating-node",
55212
- style: At({
55212
+ style: Dt({
55213
55213
  zIndex: 90,
55214
55214
  "--umo-textbox-border-color": c.node.attrs.borderColor,
55215
55215
  "--umo-textbox-border-width": c.node.attrs.borderWidth + "px",
@@ -55222,7 +55222,7 @@ const Tke = tr.create({
55222
55222
  return [
55223
55223
  H("div", axe, [
55224
55224
  h(k(bu), {
55225
- style: At({
55225
+ style: Dt({
55226
55226
  cursor: (v = k(e).document) != null && v.readOnly ? "default !important" : "inherit"
55227
55227
  }),
55228
55228
  selected: k(a),
@@ -55592,7 +55592,7 @@ const fxe = tr.create({
55592
55592
  t.getPos()
55593
55593
  ), a.value.delete(t.node.attrs.id);
55594
55594
  } catch (y) {
55595
- Nt("error", { attach: r, content: y.message });
55595
+ At("error", { attach: r, content: y.message });
55596
55596
  }
55597
55597
  });
55598
55598
  const v = () => {
@@ -55623,7 +55623,7 @@ const fxe = tr.create({
55623
55623
  ref_key: "containerRef",
55624
55624
  ref: o,
55625
55625
  class: "umo-node-view",
55626
- style: At(d.value)
55626
+ style: Dt(d.value)
55627
55627
  }, {
55628
55628
  default: Y(() => {
55629
55629
  var b, y;
@@ -56016,7 +56016,7 @@ const fxe = tr.create({
56016
56016
  "show-model": k(l)
56017
56017
  }]),
56018
56018
  editor: k(v),
56019
- style: At({
56019
+ style: Dt({
56020
56020
  lineHeight: u.value
56021
56021
  }),
56022
56022
  spellcheck: ((D = k(r).document) == null ? void 0 : D.enableSpellcheck) && k(i).enableSpellcheck
@@ -56266,7 +56266,7 @@ const fxe = tr.create({
56266
56266
  }, [
56267
56267
  H("div", {
56268
56268
  class: "umo-zoomable-content",
56269
- style: At({
56269
+ style: Dt({
56270
56270
  width: o.value,
56271
56271
  height: k(l)
56272
56272
  })
@@ -56360,7 +56360,7 @@ const fxe = tr.create({
56360
56360
  ref_key: "wraperRef",
56361
56361
  ref: n,
56362
56362
  class: "umo-scrollable-container",
56363
- style: At({
56363
+ style: Dt({
56364
56364
  paddingLeft: k(a) ? "10px" : "32px",
56365
56365
  paddingRight: k(o) ? "10px" : "32px"
56366
56366
  })
@@ -56396,7 +56396,7 @@ const fxe = tr.create({
56396
56396
  let r = N(!1);
56397
56397
  const a = R(() => `<iframe src="${e.value.shareUrl}" width="100%" height="720px" frameborder="0" allowfullscreen="true"></iframe>`), o = () => {
56398
56398
  const { copy: l } = gu({ source: a });
56399
- l(), Nt("success", {
56399
+ l(), At("success", {
56400
56400
  attach: n,
56401
56401
  content: ae("export.embed.copied")
56402
56402
  }), r.value = !1;
@@ -56447,7 +56447,7 @@ const fxe = tr.create({
56447
56447
  let r = N(!1);
56448
56448
  const a = () => {
56449
56449
  const { copy: o } = gu({ source: e.value.shareUrl });
56450
- o(), Nt("success", {
56450
+ o(), At("success", {
56451
56451
  attach: n,
56452
56452
  content: ae("export.share.copied")
56453
56453
  }), r.value = !1;
@@ -56621,7 +56621,7 @@ const fxe = tr.create({
56621
56621
  (B(), ie(Se, null, ot(l, (p, b) => H("div", {
56622
56622
  key: b,
56623
56623
  class: et(["umo-background-item", { active: k(a).background === p.value }]),
56624
- style: At({ backgroundColor: p.value }),
56624
+ style: Dt({ backgroundColor: p.value }),
56625
56625
  onClick: (y) => {
56626
56626
  var g;
56627
56627
  return u((g = p.value) != null ? g : "");
@@ -57359,7 +57359,7 @@ const fxe = tr.create({
57359
57359
  try {
57360
57360
  i = l(a.value);
57361
57361
  } catch (u) {
57362
- Nt("error", {
57362
+ At("error", {
57363
57363
  attach: n,
57364
57364
  content: "大小写转化失败,请检查当前选中的文本。"
57365
57365
  });
@@ -57417,7 +57417,7 @@ const fxe = tr.create({
57417
57417
  },
57418
57418
  onConfirm() {
57419
57419
  var o;
57420
- (o = n.value) == null || o.chain().focus().deleteTable().run(), Nt("success", {
57420
+ (o = n.value) == null || o.chain().focus().deleteTable().run(), At("success", {
57421
57421
  attach: e,
57422
57422
  content: ae("table.delete.success")
57423
57423
  }), a.destroy();
@@ -57734,7 +57734,7 @@ const fxe = tr.create({
57734
57734
  H("hr", {
57735
57735
  class: "umo-page-divider",
57736
57736
  "data-type": b.value,
57737
- style: At({ color: k(l) })
57737
+ style: Dt({ color: k(l) })
57738
57738
  }, null, 12, DSe)
57739
57739
  ], 8, ASe)), 64)),
57740
57740
  h(m, {
@@ -58271,7 +58271,7 @@ const fxe = tr.create({
58271
58271
  const e = Z("container"), n = Z("editor"), r = Z("options"), a = r.value.importWord;
58272
58272
  We(async () => {
58273
58273
  await Dd(
58274
- `${r.value.cdnUrl}/libs/mammoth/mammoth.browser.min.js`,
58274
+ `${r.value.bootCdnUrl}/mammoth/1.11.0/mammoth.browser.min.js`,
58275
58275
  "script",
58276
58276
  "mammoth-script"
58277
58277
  );
@@ -58295,12 +58295,12 @@ const fxe = tr.create({
58295
58295
  multiple: !1
58296
58296
  });
58297
58297
  l(), i(async (u) => {
58298
- var m, p, b, y;
58298
+ var p, b, y, g;
58299
58299
  const [s] = Array.from(u != null ? u : []);
58300
58300
  if (!s)
58301
58301
  return;
58302
58302
  if (s.size > a.maxSize) {
58303
- Nt("error", {
58303
+ At("error", {
58304
58304
  attach: e,
58305
58305
  content: ae("base.importWord.limitSize", {
58306
58306
  limitSize: a.maxSize / (1024 * 1024)
@@ -58308,22 +58308,28 @@ const fxe = tr.create({
58308
58308
  });
58309
58309
  return;
58310
58310
  }
58311
+ const c = await At("loading", {
58312
+ attach: e,
58313
+ content: ae("base.importWord.converting"),
58314
+ duration: 0
58315
+ });
58311
58316
  if (a != null && a.useCustomMethod) {
58312
- const g = await ((m = a.onCustomImportMethod) == null ? void 0 : m.call(a, s));
58317
+ const w = await ((p = a.onCustomImportMethod) == null ? void 0 : p.call(a, s));
58318
+ c.close();
58313
58319
  try {
58314
- if (((p = g == null ? void 0 : g.messages) == null ? void 0 : p.type) === "error") {
58315
- Nt("error", {
58320
+ if (((b = w == null ? void 0 : w.messages) == null ? void 0 : b.type) === "error") {
58321
+ At("error", {
58316
58322
  attach: e,
58317
- content: `${ae("base.importWord.convertError")} (${g.messages.message})`
58323
+ content: `${ae("base.importWord.convertError")} (${w.messages.message})`
58318
58324
  });
58319
58325
  return;
58320
58326
  }
58321
- g != null && g.value ? (b = n.value) == null || b.commands.setContent(g.value) : Nt("error", {
58327
+ w != null && w.value ? (y = n.value) == null || y.commands.setContent(w.value) : At("error", {
58322
58328
  attach: e,
58323
58329
  content: ae("base.importWord.importError")
58324
58330
  });
58325
- } catch (w) {
58326
- Nt("error", {
58331
+ } catch (_) {
58332
+ At("error", {
58327
58333
  attach: e,
58328
58334
  content: ae("base.importWord.importError")
58329
58335
  });
@@ -58332,13 +58338,13 @@ const fxe = tr.create({
58332
58338
  }
58333
58339
  if (!mammoth)
58334
58340
  return;
58335
- const c = s.arrayBuffer(), d = {
58336
- transformConvertRun(g) {
58337
- const w = {};
58338
- return g.bgColor && (w.mark = {
58339
- style: `background-color:${g.bgColor}; color: inherit`,
58340
- "data-color": g.bgColor
58341
- }), w;
58341
+ const d = s.arrayBuffer(), v = {
58342
+ transformConvertRun(w) {
58343
+ const _ = {};
58344
+ return w.bgColor && (_.mark = {
58345
+ style: `background-color:${w.bgColor}; color: inherit`,
58346
+ "data-color": w.bgColor
58347
+ }), _;
58342
58348
  },
58343
58349
  styleMap: [
58344
58350
  "p[style-name='引用'] => blockquote.blockquote > p:fresh",
@@ -58348,30 +58354,30 @@ const fxe = tr.create({
58348
58354
  "p[style-name='Code'] => pre.preCode > code:fresh",
58349
58355
  "p[style-name='code'] => pre.preCode > code:fresh"
58350
58356
  ]
58351
- }, { messages: v, value: f } = await mammoth.convertToHtml(
58352
- { arrayBuffer: c },
58357
+ }, { messages: f, value: m } = await mammoth.convertToHtml(
58358
+ { arrayBuffer: d },
58353
58359
  {
58354
- ...d,
58360
+ ...v,
58355
58361
  ...a.options
58356
58362
  }
58357
58363
  );
58358
- if (v.type === "error") {
58359
- Nt(
58364
+ if (f.type === "error") {
58365
+ At(
58360
58366
  "error",
58361
- `${ae("base.importWord.convertError")} (${v.message})`
58367
+ `${ae("base.importWord.convertError")} (${f.message})`
58362
58368
  );
58363
58369
  return;
58364
58370
  }
58365
58371
  try {
58366
- const w = new DOMParser().parseFromString(f, "text/html");
58367
- for (const C of w.querySelectorAll("img")) {
58368
- const x = C.parentElement;
58369
- (x == null ? void 0 : x.tagName) === "P" && (x.insertAdjacentElement("beforebegin", C), !x.hasChildNodes() && x.textContent === "" && x.remove());
58372
+ const _ = new DOMParser().parseFromString(m, "text/html");
58373
+ for (const x of _.querySelectorAll("img")) {
58374
+ const O = x.parentElement;
58375
+ (O == null ? void 0 : O.tagName) === "P" && (O.insertAdjacentElement("beforebegin", x), !O.hasChildNodes() && O.textContent === "" && O.remove());
58370
58376
  }
58371
- const _ = w.body.innerHTML.toString();
58372
- (y = n.value) == null || y.commands.setContent(_), console.log("word导入已经渲染完成");
58373
- } catch (g) {
58374
- Nt("error", {
58377
+ const C = _.body.innerHTML.toString();
58378
+ (g = n.value) == null || g.commands.setContent(C), console.log("word导入已经渲染完成"), c.close();
58379
+ } catch (w) {
58380
+ At("error", {
58375
58381
  attach: e,
58376
58382
  content: ae("base.importWord.importError")
58377
58383
  });
@@ -58958,7 +58964,7 @@ const fxe = tr.create({
58958
58964
  "menu-type": "select",
58959
58965
  "hide-text": "",
58960
58966
  "select-value": k(o) ? null : ((b = k(e)) == null ? void 0 : b.getAttributes("textStyle").fontFamily) || null,
58961
- style: At({ width: k(r).mode !== "classic" ? "144px" : "90px" }),
58967
+ style: Dt({ width: k(r).mode !== "classic" ? "144px" : "90px" }),
58962
58968
  filterable: "",
58963
58969
  onMenuClick: c
58964
58970
  }, {
@@ -58981,7 +58987,7 @@ const fxe = tr.create({
58981
58987
  var x, O;
58982
58988
  return [
58983
58989
  H("span", {
58984
- style: At({ fontFamily: (x = w.value) != null ? x : void 0 }),
58990
+ style: Dt({ fontFamily: (x = w.value) != null ? x : void 0 }),
58985
58991
  textContent: de(d.l(w.label))
58986
58992
  }, null, 12, oOe),
58987
58993
  i((O = w.value) != null ? O : "") ? re("", !0) : (B(), ie("span", {
@@ -59267,7 +59273,7 @@ const pOe = { class: "umo-classic-menu" }, hOe = {
59267
59273
  a("menu-change", v), await Je(), (f = c.value) == null || f.update();
59268
59274
  };
59269
59275
  return (v, f) => {
59270
- const m = wt, p = po, b = Lr, y = W$, g = K$, w = H$, _ = V$, C = z$, x = L$, O = Hp, P = Xu, E = Ad, M = zp, T = Lp, j = N$, D = B$, I = rl, $ = Gu, S = Bp, A = R$, F = F$, z = I$, L = j$, G = D$, J = A$, ee = T$, W = k4, V = M$, U = E$, X = P$, Q = $$, oe = O$, le = S$, se = x$, be = k$, _e = Np, Pe = sh, ke = uh, we = ih, ge = lh, ce = oh, ve = C$, fe = w$, Ae = dh, je = _$, Ye = y$, Le = b$, Ie = ah, Ee = g$, ye = h$, me = Vp, pe = p$, xe = m$, De = rh, Ke = nh, qe = f$, He = Id, Ze = v$, ft = d$, St = Qp, Kt = Zp, En = Jp, ne = Xp, he = Gp, Be = Yp, nt = qp, Ct = Up, ut = Wp, It = Kp, Qe = c$, Xe = s$, ct = u$, it = i$, ht = l$, Jt = o$, Sn = Nd, Ft = Bd, Wt = th, on = eh, kn = Rd, qn = jd, yn = Fd, bt = a$, Dn = r$, Rn = n$, gr = t$, ar = Q4, Bn = Z4, Nn = J4, ua = X4, sa = G4, Pr = Y4, kt = q4, xt = U4, Ht = W4, gn = K4, Yn = H4, ca = V4, al = z4;
59276
+ const m = wt, p = po, b = Lr, y = W$, g = K$, w = H$, _ = V$, C = z$, x = L$, O = Hp, P = Xu, E = Ad, M = zp, T = Lp, j = N$, D = B$, I = rl, $ = Gu, S = Bp, A = R$, F = F$, z = I$, L = j$, G = D$, J = A$, ee = T$, W = k4, V = M$, U = E$, X = P$, Q = $$, oe = O$, le = S$, se = x$, be = k$, _e = Np, Pe = sh, ke = uh, we = ih, ge = lh, ce = oh, ve = C$, fe = w$, Ae = dh, je = _$, Ye = y$, Le = b$, Ie = ah, Ee = g$, ye = h$, me = Vp, pe = p$, xe = m$, De = rh, Ke = nh, qe = f$, He = Id, Ze = v$, ft = d$, St = Qp, Kt = Zp, En = Jp, ne = Xp, he = Gp, Be = Yp, nt = qp, Ct = Up, ut = Wp, Ft = Kp, Qe = c$, Xe = s$, ct = u$, it = i$, ht = l$, Jt = o$, Sn = Nd, Rt = Bd, Wt = th, on = eh, kn = Rd, qn = jd, yn = Fd, bt = a$, Dn = r$, Rn = n$, gr = t$, ar = Q4, Bn = Z4, Nn = J4, ua = X4, sa = G4, Pr = Y4, kt = q4, xt = U4, Ht = W4, gn = K4, Yn = H4, ca = V4, al = z4;
59271
59277
  return B(), q(al, {
59272
59278
  ref_key: "scrollableRef",
59273
59279
  ref: c,
@@ -59405,7 +59411,7 @@ const pOe = { class: "umo-classic-menu" }, hOe = {
59405
59411
  ]),
59406
59412
  H("div", AOe, [
59407
59413
  h(ut, { huge: !1 }),
59408
- h(It, { huge: !1 })
59414
+ h(Ft, { huge: !1 })
59409
59415
  ]),
59410
59416
  H("div", DOe, [
59411
59417
  h(Qe, { huge: !1 }),
@@ -59426,7 +59432,7 @@ const pOe = { class: "umo-classic-menu" }, hOe = {
59426
59432
  k(s) === "tools" ? (B(), ie(Se, { key: 4 }, [
59427
59433
  H("div", ROe, [
59428
59434
  u("qrcode") ? re("", !0) : (B(), q(Sn, { key: 0 })),
59429
- u("barcode") ? re("", !0) : (B(), q(Ft, { key: 1 }))
59435
+ u("barcode") ? re("", !0) : (B(), q(Rt, { key: 1 }))
59430
59436
  ]),
59431
59437
  H("div", BOe, [
59432
59438
  u("signature") ? re("", !0) : (B(), q(Wt, { key: 0 })),
@@ -59503,7 +59509,7 @@ const pOe = { class: "umo-classic-menu" }, hOe = {
59503
59509
  n("menu-change", u), await Je(), (s = l.value) == null || s.update();
59504
59510
  };
59505
59511
  return (u, s) => {
59506
- const c = W$, d = K$, v = H$, f = V$, m = L$, p = Hp, b = Xu, y = Ad, g = zp, w = Lp, _ = N$, C = B$, x = rl, O = Gu, P = Bp, E = R$, M = F$, T = I$, j = j$, D = D$, I = A$, $ = T$, S = Td, A = Md, F = Ed, z = C4, L = w4, G = M$, J = E$, ee = P$, W = z$, V = $$, U = O$, X = S$, Q = x$, oe = k$, le = Np, se = sh, be = uh, _e = ih, Pe = lh, ke = oh, we = C$, ge = w$, ce = dh, ve = _$, fe = b$, Ae = y$, je = ah, Ye = g$, Le = h$, Ie = Vp, Ee = p$, ye = m$, me = rh, pe = nh, xe = f$, De = Id, Ke = v$, qe = d$, He = Qp, Ze = Zp, ft = Jp, St = Xp, Kt = qp, En = Gp, ne = Yp, he = Up, Be = Wp, nt = Kp, Ct = c$, ut = s$, It = u$, Qe = i$, Xe = l$, ct = o$, it = Nd, ht = Bd, Jt = th, Sn = eh, Ft = Rd, Wt = jd, on = Fd, kn = a$, qn = r$, yn = n$, bt = t$, Dn = Q4, Rn = Z4, gr = J4, ar = X4, Bn = G4, Nn = Y4, ua = q4, sa = U4, Pr = W4, kt = K4, xt = H4, Ht = V4, gn = z4;
59512
+ const c = W$, d = K$, v = H$, f = V$, m = L$, p = Hp, b = Xu, y = Ad, g = zp, w = Lp, _ = N$, C = B$, x = rl, O = Gu, P = Bp, E = R$, M = F$, T = I$, j = j$, D = D$, I = A$, $ = T$, S = Td, A = Md, F = Ed, z = C4, L = w4, G = M$, J = E$, ee = P$, W = z$, V = $$, U = O$, X = S$, Q = x$, oe = k$, le = Np, se = sh, be = uh, _e = ih, Pe = lh, ke = oh, we = C$, ge = w$, ce = dh, ve = _$, fe = b$, Ae = y$, je = ah, Ye = g$, Le = h$, Ie = Vp, Ee = p$, ye = m$, me = rh, pe = nh, xe = f$, De = Id, Ke = v$, qe = d$, He = Qp, Ze = Zp, ft = Jp, St = Xp, Kt = qp, En = Gp, ne = Yp, he = Up, Be = Wp, nt = Kp, Ct = c$, ut = s$, Ft = u$, Qe = i$, Xe = l$, ct = o$, it = Nd, ht = Bd, Jt = th, Sn = eh, Rt = Rd, Wt = jd, on = Fd, kn = a$, qn = r$, yn = n$, bt = t$, Dn = Q4, Rn = Z4, gr = J4, ar = X4, Bn = G4, Nn = Y4, ua = q4, sa = U4, Pr = W4, kt = K4, xt = H4, Ht = V4, gn = z4;
59507
59513
  return B(), ie("div", ZOe, [
59508
59514
  t.menus.length > 1 ? (B(), ie("div", QOe, [
59509
59515
  (B(!0), ie(Se, null, ot(t.menus, (Yn) => (B(), ie("div", {
@@ -59654,7 +59660,7 @@ const pOe = { class: "umo-classic-menu" }, hOe = {
59654
59660
  h(ut)
59655
59661
  ]),
59656
59662
  H("div", M4e, [
59657
- h(It)
59663
+ h(Ft)
59658
59664
  ])
59659
59665
  ]),
59660
59666
  H("div", T4e, [
@@ -59682,7 +59688,7 @@ const pOe = { class: "umo-classic-menu" }, hOe = {
59682
59688
  o("seal") ? re("", !0) : (B(), q(Sn, { key: 1 }))
59683
59689
  ]),
59684
59690
  H("div", B4e, [
59685
- o("diagrams") ? re("", !0) : (B(), q(Ft, { key: 0 })),
59691
+ o("diagrams") ? re("", !0) : (B(), q(Rt, { key: 0 })),
59686
59692
  o("echarts") ? re("", !0) : (B(), q(Wt, { key: 1 })),
59687
59693
  o("mermaid") ? re("", !0) : (B(), q(on, { key: 2 }))
59688
59694
  ]),
@@ -60714,6 +60720,7 @@ const f$e = {
60714
60720
  webPages: p$e,
60715
60721
  templates: [],
60716
60722
  cdnUrl: "https://unpkg.com/@umoteam/editor-external@latest",
60723
+ bootCdnUrl: "https://cdn.bootcdn.net/ajax/libs",
60717
60724
  shareUrl: location.href || "",
60718
60725
  diagrams: {
60719
60726
  domain: "https://embed.diagrams.net",
@@ -61419,6 +61426,11 @@ const f$e = {
61419
61426
  validate: "string",
61420
61427
  required: !1
61421
61428
  },
61429
+ bootCdnUrl: {
61430
+ merge: "replace",
61431
+ validate: "string",
61432
+ required: !1
61433
+ },
61422
61434
  diagrams: {
61423
61435
  merge: "assign",
61424
61436
  validate: "object",
@@ -61594,7 +61606,7 @@ const f$e = {
61594
61606
  defaultOrientation: nt,
61595
61607
  watermark: Ct,
61596
61608
  showBreakMarks: ut,
61597
- showBookmark: It,
61609
+ showBookmark: Ft,
61598
61610
  showLineNumber: Qe,
61599
61611
  showToc: Xe
61600
61612
  }) => {
@@ -61609,7 +61621,7 @@ const f$e = {
61609
61621
  orientation: nt,
61610
61622
  watermark: Ct,
61611
61623
  showBreakMarks: ut,
61612
- showBookmark: It,
61624
+ showBookmark: Ft,
61613
61625
  showLineNumber: Qe,
61614
61626
  showToc: Xe,
61615
61627
  zoomLevel: 100,
@@ -61958,7 +61970,7 @@ const f$e = {
61958
61970
  m.value.watermark.fontWeight = ne.fontWeight;
61959
61971
  }
61960
61972
  }, le = (ne) => {
61961
- var he, Be, nt, Ct, ut, It;
61973
+ var he, Be, nt, Ct, ut, Ft;
61962
61974
  if (Object.prototype.toString.call(ne) !== "[object Object]")
61963
61975
  throw new Error("params must be an object.");
61964
61976
  if ((Be = (he = d.value).document) != null || (he.document = {}), ne.title) {
@@ -61992,7 +62004,7 @@ const f$e = {
61992
62004
  throw new Error('"params.autoSave.enabled" must be a boolean.');
61993
62005
  if (!ro(ne.autoSave.interval))
61994
62006
  throw new Error('"params.autoSave.interval" must be a number.');
61995
- (Ct = (nt = d.value).document) != null || (nt.document = {}), (It = (ut = d.value.document).autoSave) != null || (ut.autoSave = {}), d.value.document.autoSave.enabled = ne.autoSave.enabled, d.value.document.autoSave.interval = ne.autoSave.interval;
62007
+ (Ct = (nt = d.value).document) != null || (nt.document = {}), (Ft = (ut = d.value.document).autoSave) != null || (ut.autoSave = {}), d.value.document.autoSave.enabled = ne.autoSave.enabled, d.value.document.autoSave.interval = ne.autoSave.interval;
61996
62008
  }
61997
62009
  }, se = (ne, he = {
61998
62010
  emitUpdate: !0,
@@ -62067,9 +62079,9 @@ const f$e = {
62067
62079
  ne || (d.value.document.readOnly = !0), await Je();
62068
62080
  const Be = (ht = document.querySelector(`${s.value} .umo-page-content`)) == null ? void 0 : ht.cloneNode(!0);
62069
62081
  ne || (d.value.document.readOnly = !1);
62070
- const nt = (Ft, Wt = "1em") => {
62082
+ const nt = (Rt, Wt = "1em") => {
62071
62083
  const on = document.querySelector("#umo-icons");
62072
- Ft.forEach((kn) => {
62084
+ Rt.forEach((kn) => {
62073
62085
  kn.querySelectorAll(".umo-icon").forEach((yn) => {
62074
62086
  var Dn, Rn;
62075
62087
  const bt = yn.childNodes[0].getAttribute("xlink:href");
@@ -62079,38 +62091,38 @@ const f$e = {
62079
62091
  };
62080
62092
  Be.querySelectorAll(
62081
62093
  ".Tiptap-invisible-character, .ProseMirror-separator"
62082
- ).forEach((Ft) => Ft.remove()), Be.querySelectorAll(
62094
+ ).forEach((Rt) => Rt.remove()), Be.querySelectorAll(
62083
62095
  ".umo-node-video, .umo-node-audio"
62084
- ).forEach((Ft) => {
62096
+ ).forEach((Rt) => {
62085
62097
  var on;
62086
- const Wt = Ft.querySelector("video");
62087
- Wt && ((on = Ft.querySelector(".plyr")) == null || on.replaceWith(Wt));
62098
+ const Wt = Rt.querySelector("video");
62099
+ Wt && ((on = Rt.querySelector(".plyr")) == null || on.replaceWith(Wt));
62088
62100
  });
62089
- const It = Be.querySelectorAll(".umo-node-file");
62090
- nt(It);
62101
+ const Ft = Be.querySelectorAll(".umo-node-file");
62102
+ nt(Ft);
62091
62103
  const Qe = Be.querySelectorAll(".umo-code-block");
62092
- Qe.forEach((Ft) => {
62093
- const Wt = Ft.querySelector(".umo-word-wrap-button");
62094
- Wt && Wt.remove(), Ft.querySelectorAll(".umo-button-text").forEach((kn) => kn.remove());
62095
- }), nt(Qe, "16px"), Be.querySelectorAll(".umo-node-echarts").forEach((Ft) => {
62096
- const Wt = Ft.querySelector(".umo-node-echarts-body");
62104
+ Qe.forEach((Rt) => {
62105
+ const Wt = Rt.querySelector(".umo-word-wrap-button");
62106
+ Wt && Wt.remove(), Rt.querySelectorAll(".umo-button-text").forEach((kn) => kn.remove());
62107
+ }), nt(Qe, "16px"), Be.querySelectorAll(".umo-node-echarts").forEach((Rt) => {
62108
+ const Wt = Rt.querySelector(".umo-node-echarts-body");
62097
62109
  Wt && (Wt.removeAttribute("_echarts_instance_"), Wt.innerHTML = "");
62098
62110
  });
62099
62111
  const ct = Be.querySelectorAll(".Tiptap-mathematics-render");
62100
62112
  if (ct.length > 0) {
62101
- const Ft = document.querySelector("#katex-style");
62102
- Ft && Be.setAttribute(
62113
+ const Rt = document.querySelector("#katex-style");
62114
+ Rt && Be.setAttribute(
62103
62115
  "data-katex-style",
62104
- (Jt = Ft == null ? void 0 : Ft.getAttribute("href")) != null ? Jt : ""
62116
+ (Jt = Rt == null ? void 0 : Rt.getAttribute("href")) != null ? Jt : ""
62105
62117
  );
62106
62118
  }
62107
- if (ct.forEach((Ft) => {
62119
+ if (ct.forEach((Rt) => {
62108
62120
  var on, kn;
62109
- const Wt = Ft.querySelector(".katex");
62121
+ const Wt = Rt.querySelector(".katex");
62110
62122
  Wt && (Wt.innerHTML = (kn = (on = Wt.querySelector(".katex-html")) == null ? void 0 : on.innerHTML) != null ? kn : "");
62111
62123
  }), m.value.watermark.text === "") {
62112
- const Ft = Be.lastElementChild;
62113
- Ft && !((Sn = Ft == null ? void 0 : Ft.classList) != null && Sn.contains("umo-page-node-footer")) && Ft.remove();
62124
+ const Rt = Be.lastElementChild;
62125
+ Rt && !((Sn = Rt == null ? void 0 : Rt.classList) != null && Sn.contains("umo-page-node-footer")) && Rt.remove();
62114
62126
  }
62115
62127
  return Be.outerHTML.replace(/<!--[\s\S]*?-->/g, "");
62116
62128
  }, Ie = (ne = "start", he = { scrollIntoView: !0 }) => {
@@ -62155,7 +62167,7 @@ const f$e = {
62155
62167
  var ne;
62156
62168
  (ne = v.value) == null || ne.destroy(), uC(), P.value = !0;
62157
62169
  }, De = async (ne = !0) => {
62158
- var Be, nt, Ct, ut, It, Qe, Xe, ct;
62170
+ var Be, nt, Ct, ut, Ft, Qe, Xe, ct;
62159
62171
  if ((Be = d.value.document) != null && Be.readOnly)
62160
62172
  return;
62161
62173
  const he = {
@@ -62167,7 +62179,7 @@ const f$e = {
62167
62179
  // 是否展示message
62168
62180
  };
62169
62181
  try {
62170
- Nt("loading", {
62182
+ At("loading", {
62171
62183
  attach: s.value,
62172
62184
  content: A("save.saving"),
62173
62185
  placement: "bottom",
@@ -62181,7 +62193,7 @@ const f$e = {
62181
62193
  {
62182
62194
  html: (Ct = v.value) == null ? void 0 : Ct.getHTML(),
62183
62195
  json: (ut = v.value) == null ? void 0 : ut.getJSON(),
62184
- text: (It = v.value) == null ? void 0 : It.getText()
62196
+ text: (Ft = v.value) == null ? void 0 : Ft.getText()
62185
62197
  },
62186
62198
  m.value,
62187
62199
  T.value
@@ -62194,7 +62206,7 @@ const f$e = {
62194
62206
  it.showMessage === void 0 && (he.showMessage = ne);
62195
62207
  }
62196
62208
  if (Fo.closeAll(), he.status === "error") {
62197
- he.showMessage && Nt("error", {
62209
+ he.showMessage && At("error", {
62198
62210
  attach: s.value,
62199
62211
  content: (Xe = he.message) != null ? Xe : A("save.failed"),
62200
62212
  placement: "bottom",
@@ -62202,7 +62214,7 @@ const f$e = {
62202
62214
  });
62203
62215
  return;
62204
62216
  }
62205
- i("saved"), he.showMessage && Nt("success", {
62217
+ i("saved"), he.showMessage && At("success", {
62206
62218
  attach: s.value,
62207
62219
  content: (ct = he.message) != null ? ct : A("save.success"),
62208
62220
  placement: "bottom",
@@ -62213,7 +62225,7 @@ const f$e = {
62213
62225
  } catch (it) {
62214
62226
  if (Fo.closeAll(), he.showMessage) {
62215
62227
  const ht = it;
62216
- Nt("error", {
62228
+ At("error", {
62217
62229
  attach: s.value,
62218
62230
  content: ht != null && ht.message ? ht.message : A("save.error"),
62219
62231
  placement: "bottom",
@@ -62235,7 +62247,7 @@ const f$e = {
62235
62247
  var he;
62236
62248
  return (he = v.value) == null ? void 0 : he.commands.setBookmark({ bookmarkName: ne });
62237
62249
  }, Ze = (ne) => {
62238
- var ut, It, Qe, Xe, ct, it, ht, Jt;
62250
+ var ut, Ft, Qe, Xe, ct, it, ht, Jt;
62239
62251
  if (!ne)
62240
62252
  return !1;
62241
62253
  const he = (ut = v.value) == null ? void 0 : ut.view.dom.querySelector(
@@ -62243,7 +62255,7 @@ const f$e = {
62243
62255
  );
62244
62256
  if (!he)
62245
62257
  return !1;
62246
- const Be = (It = v.value) == null ? void 0 : It.view.posAtDOM(he, 0), { tr: nt } = (Xe = (Qe = v.value) == null ? void 0 : Qe.view.state) != null ? Xe : {};
62258
+ const Be = (Ft = v.value) == null ? void 0 : Ft.view.posAtDOM(he, 0), { tr: nt } = (Xe = (Qe = v.value) == null ? void 0 : Qe.view.state) != null ? Xe : {};
62247
62259
  if (!nt)
62248
62260
  return !1;
62249
62261
  const Ct = (it = (ct = v.value) == null ? void 0 : ct.view.state.doc.resolve(Be + 1)) == null ? void 0 : it.marks();
@@ -62292,8 +62304,8 @@ const f$e = {
62292
62304
  };
62293
62305
  (nt = v.value) == null || nt.on("focus", () => {
62294
62306
  jr("esc", ne), jr("ctrl+s,command+s", () => {
62295
- var ut, It;
62296
- (It = (ut = d == null ? void 0 : d.value) == null ? void 0 : ut.toolbar) != null && It.showSaveLabel && (De(), ne());
62307
+ var ut, Ft;
62308
+ (Ft = (ut = d == null ? void 0 : d.value) == null ? void 0 : ut.toolbar) != null && Ft.showSaveLabel && (De(), ne());
62297
62309
  }), jr("ctrl+p,command+p", () => {
62298
62310
  ye(), ne();
62299
62311
  }), jr("ctrl+f, command+f", () => {
@@ -62365,7 +62377,7 @@ const f$e = {
62365
62377
  return co({ attach: s.value, ...ne });
62366
62378
  },
62367
62379
  useMessage(ne, he) {
62368
- return Nt(ne, { attach: s.value, ...he });
62380
+ return At(ne, { attach: s.value, ...he });
62369
62381
  }
62370
62382
  }), (ne, he) => {
62371
62383
  const Be = d$e, nt = Dxe, Ct = vye, ut = mte;
@@ -62377,19 +62389,19 @@ const f$e = {
62377
62389
  }
62378
62390
  }, {
62379
62391
  default: Y(() => {
62380
- var It, Qe, Xe, ct;
62392
+ var Ft, Qe, Xe, ct;
62381
62393
  return [
62382
62394
  H("div", {
62383
62395
  id: s.value.substr(1),
62384
62396
  class: et(["umo-editor-container", {
62385
62397
  "toolbar-classic": k(Ia)(k(M)) && k(M).mode === "classic",
62386
62398
  "toolbar-ribbon": k(Ia)(k(M)) && k(M).mode === "ribbon",
62387
- "preview-mode": (It = k(m).preview) == null ? void 0 : It.enabled,
62399
+ "preview-mode": (Ft = k(m).preview) == null ? void 0 : Ft.enabled,
62388
62400
  "laser-pointer": ((Qe = k(m).preview) == null ? void 0 : Qe.enabled) && ((Xe = k(m).preview) == null ? void 0 : Xe.laserPointer),
62389
62401
  "umo-editor-is-fullscreen": k(C),
62390
62402
  "umo-editor-is-typerwriterRuning": !k(E)
62391
62403
  }]),
62392
- style: At({
62404
+ style: Dt({
62393
62405
  height: k(d).height,
62394
62406
  zIndex: k(C) ? k(d).fullscreenZIndex : "unset"
62395
62407
  })