@das-fed/upf-ui 6.4.0-dev.283 → 6.4.0-dev.285

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.
@@ -732,9 +732,9 @@ export default {
732
732
  "点击下载": "",
733
733
  "仅支持上传": "",
734
734
  "重复数据以最后一条为准": "",
735
+ "请重新支付": "",
735
736
  "删除流程定义": "",
736
737
  "对应的实例和任务会一起删除": "",
737
- "请重新支付": "",
738
738
  "添加组织": "",
739
739
  "用户": "",
740
740
  "预订上午": "",
@@ -751,10 +751,6 @@ export default {
751
751
  "用时": "",
752
752
  "秒": "",
753
753
  "确定要删除吗": "",
754
- "删除后": "",
755
- "该会话将不可恢复": "",
756
- "清空后": "",
757
- "所有历史将无法找回": "",
758
754
  "嗨": "",
759
755
  "我是": "",
760
756
  "我可以帮你分析": "",
@@ -762,6 +758,10 @@ export default {
762
758
  "调节设备": "",
763
759
  "预订会议室": "",
764
760
  "请把你的任务交给我吧": "",
761
+ "删除后": "",
762
+ "该会话将不可恢复": "",
763
+ "清空后": "",
764
+ "所有历史将无法找回": "",
765
765
  "回答中": "",
766
766
  "近": "",
767
767
  "最多支持选择": "",
@@ -719,9 +719,9 @@ export default {
719
719
  "点击下载": "点击下载",
720
720
  "仅支持上传": "仅支持上传",
721
721
  "重复数据以最后一条为准": "重复数据以最后一条为准",
722
+ "请重新支付": "请重新支付",
722
723
  "删除流程定义": "删除流程定义",
723
724
  "对应的实例和任务会一起删除": "对应的实例和任务会一起删除",
724
- "请重新支付": "请重新支付",
725
725
  "添加组织": "添加组织",
726
726
  "用户": "用户",
727
727
  "预订上午": "预订上午",
@@ -738,10 +738,6 @@ export default {
738
738
  "用时": "用时",
739
739
  "秒": "秒",
740
740
  "确定要删除吗": "确定要删除吗",
741
- "删除后": "删除后",
742
- "该会话将不可恢复": "该会话将不可恢复",
743
- "清空后": "清空后",
744
- "所有历史将无法找回": "所有历史将无法找回",
745
741
  "嗨": "嗨",
746
742
  "我是": "我是",
747
743
  "我可以帮你分析": "我可以帮你分析",
@@ -749,6 +745,10 @@ export default {
749
745
  "调节设备": "调节设备",
750
746
  "预订会议室": "预订会议室",
751
747
  "请把你的任务交给我吧": "请把你的任务交给我吧",
748
+ "删除后": "删除后",
749
+ "该会话将不可恢复": "该会话将不可恢复",
750
+ "清空后": "清空后",
751
+ "所有历史将无法找回": "所有历史将无法找回",
752
752
  "回答中": "回答中",
753
753
  "近": "近",
754
754
  "最多支持选择": "最多支持选择",
@@ -718,9 +718,9 @@ export default {
718
718
  "点击下载": "",
719
719
  "仅支持上传": "",
720
720
  "重复数据以最后一条为准": "",
721
+ "请重新支付": "",
721
722
  "删除流程定义": "",
722
723
  "对应的实例和任务会一起删除": "",
723
- "请重新支付": "",
724
724
  "添加组织": "",
725
725
  "用户": "",
726
726
  "预订上午": "",
@@ -737,10 +737,6 @@ export default {
737
737
  "用时": "",
738
738
  "秒": "",
739
739
  "确定要删除吗": "",
740
- "删除后": "",
741
- "该会话将不可恢复": "",
742
- "清空后": "",
743
- "所有历史将无法找回": "",
744
740
  "嗨": "",
745
741
  "我是": "",
746
742
  "我可以帮你分析": "",
@@ -748,6 +744,10 @@ export default {
748
744
  "调节设备": "",
749
745
  "预订会议室": "",
750
746
  "请把你的任务交给我吧": "",
747
+ "删除后": "",
748
+ "该会话将不可恢复": "",
749
+ "清空后": "",
750
+ "所有历史将无法找回": "",
751
751
  "回答中": "",
752
752
  "近": "",
753
753
  "最多支持选择": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/upf-ui",
3
- "version": "6.4.0-dev.283",
3
+ "version": "6.4.0-dev.285",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -55,8 +55,8 @@
55
55
  "vue-tsc": "^2.0.29"
56
56
  },
57
57
  "dependencies": {
58
- "@das-fed/upf-cli": "6.4.0-dev.283",
59
- "@das-fed/upf-utils": "6.4.0-dev.283",
58
+ "@das-fed/upf-cli": "6.4.0-dev.285",
59
+ "@das-fed/upf-utils": "6.4.0-dev.285",
60
60
  "@types/markdown-it": "^14.1.2",
61
61
  "@wangeditor-next/editor": "5.6.31",
62
62
  "@wangeditor-next/editor-for-vue": "5.1.14",
@@ -1,5 +1,5 @@
1
- import { inject as R, ref as I, computed as b, unref as j, openBlock as V, createElementBlock as A, createStaticVNode as K, createElementVNode as E, reactive as W, defineComponent as X, h as _, Transition as ee, withCtx as te, withDirectives as ne, createVNode as se, vShow as ae, createApp as oe, toRefs as re, nextTick as F, isRef as ce } from "vue";
2
- import { setI18nRule as de, t as le } from "@das-fed/upf-web/packages/i18n/index"
1
+ import { inject as D, ref as I, computed as x, unref as Z, openBlock as N, createElementBlock as V, createStaticVNode as R, createElementVNode as z, reactive as J, defineComponent as Q, h as _, Transition as W, withCtx as X, withDirectives as ee, createVNode as te, vShow as ne, createApp as se, toRefs as ae, nextTick as j, isRef as oe } from "vue";
2
+ import { setI18nRule as re, t as ce } from "@das-fed/upf-web/packages/i18n/index"
3
3
  import '@das-fed/upf-ui/packages/components/loading/style.css';
4
4
  ;
5
5
  /**
@@ -9,189 +9,187 @@ import '@das-fed/upf-ui/packages/components/loading/style.css';
9
9
  **/
10
10
  process.env.NODE_ENV !== "production" && Object.freeze({});
11
11
  process.env.NODE_ENV !== "production" && Object.freeze([]);
12
- const G = (t) => typeof t == "string", q = (t) => t !== null && typeof t == "object", M = (t) => {
12
+ const K = (t) => typeof t == "string", F = (t) => t !== null && typeof t == "object", G = (t) => {
13
13
  const e = /* @__PURE__ */ Object.create(null);
14
14
  return (n) => e[n] || (e[n] = t(n));
15
- }, ie = /-\w/g, ue = M(
16
- (t) => t.replace(ie, (e) => e.slice(1).toUpperCase())
17
- ), fe = /\B([A-Z])/g, me = M(
18
- (t) => t.replace(fe, "-$1").toLowerCase()
19
- ), ve = (t) => typeof t == "number";
20
- var O;
21
- const k = typeof window < "u";
22
- k && ((O = window == null ? void 0 : window.navigator) != null && O.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
23
- const U = (t = "") => t.split(" ").filter((e) => !!e.trim()), S = (t, e) => {
24
- !t || !e.trim() || t.classList.add(...U(e));
15
+ }, de = /-\w/g, ie = G(
16
+ (t) => t.replace(de, (e) => e.slice(1).toUpperCase())
17
+ ), le = /\B([A-Z])/g, ue = G(
18
+ (t) => t.replace(le, "-$1").toLowerCase()
19
+ ), fe = (t) => typeof t == "number";
20
+ var B;
21
+ const A = typeof window < "u";
22
+ A && ((B = window == null ? void 0 : window.navigator) != null && B.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
23
+ const q = (t = "") => t.split(" ").filter((e) => !!e.trim()), E = (t, e) => {
24
+ !t || !e.trim() || t.classList.add(...q(e));
25
25
  }, $ = (t, e) => {
26
- !t || !e.trim() || t.classList.remove(...U(e));
27
- }, y = (t, e) => {
28
- var o;
29
- if (!k || !t || !e) return "";
30
- let n = ue(e);
26
+ !t || !e.trim() || t.classList.remove(...q(e));
27
+ }, b = (t, e) => {
28
+ var s;
29
+ if (!A || !t || !e) return "";
30
+ let n = ie(e);
31
31
  n === "float" && (n = "cssFloat");
32
32
  try {
33
33
  const c = t.style[n];
34
34
  if (c) return c;
35
- const s = (o = document.defaultView) == null ? void 0 : o.getComputedStyle(t, "");
36
- return s ? s[n] : "";
35
+ const o = (s = document.defaultView) == null ? void 0 : s.getComputedStyle(t, "");
36
+ return o ? o[n] : "";
37
37
  } catch {
38
38
  return t.style[n];
39
39
  }
40
- }, w = "das", ge = "is-", f = (t, e, n, o, c) => {
41
- let s = `${t}-${e}`;
42
- return n && (s += `-${n}`), o && (s += `__${o}`), c && (s += `--${c}`), s;
43
- }, pe = Symbol("namespaceContextKey"), ye = (t) => {
44
- const e = t || R(pe, I(w));
45
- return b(() => j(e) || w);
46
- }, be = (t, e) => {
47
- const n = ye(e);
40
+ }, L = "das", me = "is-", v = (t, e, n, s, c) => {
41
+ let o = `${t}-${e}`;
42
+ return n && (o += `-${n}`), s && (o += `__${s}`), c && (o += `--${c}`), o;
43
+ }, ve = Symbol("namespaceContextKey"), ge = (t) => {
44
+ const e = t || D(ve, I(L));
45
+ return x(() => Z(e) || L);
46
+ }, pe = (t, e) => {
47
+ const n = ge(e);
48
48
  return {
49
49
  namespace: n,
50
- b: (a = "") => f(n.value, t, a, "", ""),
51
- e: (a) => a ? f(n.value, t, "", a, "") : "",
52
- m: (a) => a ? f(n.value, t, "", "", a) : "",
53
- be: (a, r) => a && r ? f(n.value, t, a, r, "") : "",
54
- em: (a, r) => a && r ? f(n.value, t, "", a, r) : "",
55
- bm: (a, r) => a && r ? f(n.value, t, a, "", r) : "",
56
- bem: (a, r, l) => a && r && l ? f(n.value, t, a, r, l) : "",
50
+ b: (a = "") => v(n.value, t, a, "", ""),
51
+ e: (a) => a ? v(n.value, t, "", a, "") : "",
52
+ m: (a) => a ? v(n.value, t, "", "", a) : "",
53
+ be: (a, r) => a && r ? v(n.value, t, a, r, "") : "",
54
+ em: (a, r) => a && r ? v(n.value, t, "", a, r) : "",
55
+ bm: (a, r) => a && r ? v(n.value, t, a, "", r) : "",
56
+ bem: (a, r, i) => a && r && i ? v(n.value, t, a, r, i) : "",
57
57
  is: (a, ...r) => {
58
- const l = r.length >= 1 ? r[0] : !0;
59
- return a && l ? `${ge}${a}` : "";
58
+ const i = r.length >= 1 ? r[0] : !0;
59
+ return a && i ? `${me}${a}` : "";
60
60
  },
61
61
  // css
62
62
  cssVar: (a) => {
63
63
  const r = {};
64
- for (const l in a)
65
- a[l] && (r[`--${n.value}-${l}`] = a[l]);
64
+ for (const i in a)
65
+ a[i] && (r[`--${n.value}-${i}`] = a[i]);
66
66
  return r;
67
67
  },
68
68
  cssVarName: (a) => `--${n.value}-${a}`,
69
69
  cssVarBlock: (a) => {
70
70
  const r = {};
71
- for (const l in a)
72
- a[l] && (r[`--${n.value}-${t}-${l}`] = a[l]);
71
+ for (const i in a)
72
+ a[i] && (r[`--${n.value}-${t}-${i}`] = a[i]);
73
73
  return r;
74
74
  },
75
75
  cssVarBlockName: (a) => `--${n.value}-${t}-${a}`
76
76
  };
77
- }, P = I(0), Y = 2e3, xe = Symbol("zIndexContextKey"), _e = (t) => {
78
- const e = t || R(xe, void 0), n = b(() => {
79
- const s = j(e);
80
- return ve(s) ? s : Y;
81
- }), o = b(() => n.value + P.value);
77
+ }, O = I(0), M = 2e3, ye = Symbol("zIndexContextKey"), be = (t) => {
78
+ const e = t || D(ye, void 0), n = x(() => {
79
+ const o = Z(e);
80
+ return fe(o) ? o : M;
81
+ }), s = x(() => n.value + O.value);
82
82
  return {
83
83
  initialZIndex: n,
84
- currentZIndex: o,
85
- nextZIndex: () => (P.value++, o.value)
84
+ currentZIndex: s,
85
+ nextZIndex: () => (O.value++, s.value)
86
86
  };
87
87
  };
88
- function Ce(t) {
89
- const e = be(
88
+ function xe(t) {
89
+ const e = pe(
90
90
  t,
91
- b(() => w)
92
- ), n = _e(
93
- b(() => Y)
91
+ x(() => L)
92
+ ), n = be(
93
+ x(() => M)
94
94
  );
95
95
  return {
96
96
  ns: e,
97
97
  zIndex: n
98
98
  };
99
99
  }
100
- const z = (t, e) => {
100
+ const k = (t, e) => {
101
101
  const n = t.__vccOpts || t;
102
- for (const [o, c] of e)
103
- n[o] = c;
102
+ for (const [s, c] of e)
103
+ n[s] = c;
104
104
  return n;
105
- }, $e = {}, Ie = { class: "das-loading-container das-loading-page" };
106
- function he(t, e) {
107
- return V(), A("div", Ie, [...e[0] || (e[0] = [
108
- K('<div class="das-loading-dot-loading" data-v-556fdb62><i class="das-loading-dot-item" data-v-556fdb62></i><i class="das-loading-dot-item" data-v-556fdb62></i><i class="das-loading-dot-item" data-v-556fdb62></i><i class="das-loading-dot-item" data-v-556fdb62></i></div>', 1)
105
+ }, _e = {}, Ce = { class: "das-loading-container das-loading-page" };
106
+ function $e(t, e) {
107
+ return N(), V("div", Ce, [...e[0] || (e[0] = [
108
+ R('<div class="das-loading-dot-loading" data-v-556fdb62><i class="das-loading-dot-item" data-v-556fdb62></i><i class="das-loading-dot-item" data-v-556fdb62></i><i class="das-loading-dot-item" data-v-556fdb62></i><i class="das-loading-dot-item" data-v-556fdb62></i></div>', 1)
109
109
  ])]);
110
110
  }
111
- const T = /* @__PURE__ */ z($e, [["render", he], ["__scopeId", "data-v-556fdb62"]]), Le = {}, we = { class: "das-loading-container das-loading-component" };
112
- function Ne(t, e) {
113
- return V(), A("div", we, [...e[0] || (e[0] = [
114
- E(
111
+ const S = /* @__PURE__ */ k(_e, [["render", $e], ["__scopeId", "data-v-556fdb62"]]), Ie = {}, he = { class: "das-loading-container das-loading-component" };
112
+ function Le(t, e) {
113
+ return N(), V("div", he, [...e[0] || (e[0] = [
114
+ z(
115
115
  "div",
116
116
  { class: "das-loading-dot-loading" },
117
117
  [
118
- E("i", { class: "das-loading-dot-item" })
118
+ z("i", { class: "das-loading-dot-item" })
119
119
  ],
120
120
  -1
121
121
  /* CACHED */
122
122
  )
123
123
  ])]);
124
124
  }
125
- const Ve = /* @__PURE__ */ z(Le, [["render", Ne], ["__scopeId", "data-v-00355f8b"]]), Ae = {}, ke = { class: "das-loading-container das-loading-containerload" };
126
- function ze(t, e) {
127
- return V(), A("div", ke, [...e[0] || (e[0] = [
128
- K('<div class="das-loading-dot-loading" data-v-80a6a49a><i class="das-loading-dot-item" data-v-80a6a49a></i><i class="das-loading-dot-item" data-v-80a6a49a></i><i class="das-loading-dot-item" data-v-80a6a49a></i><i class="das-loading-dot-item" data-v-80a6a49a></i></div>', 1)
125
+ const we = /* @__PURE__ */ k(Ie, [["render", Le], ["__scopeId", "data-v-00355f8b"]]), Ne = {}, Ve = { class: "das-loading-container das-loading-containerload" };
126
+ function Ae(t, e) {
127
+ return N(), V("div", Ve, [...e[0] || (e[0] = [
128
+ R('<div class="das-loading-dot-loading" data-v-80a6a49a><i class="das-loading-dot-item" data-v-80a6a49a></i><i class="das-loading-dot-item" data-v-80a6a49a></i><i class="das-loading-dot-item" data-v-80a6a49a></i><i class="das-loading-dot-item" data-v-80a6a49a></i></div>', 1)
129
129
  ])]);
130
130
  }
131
- const Be = /* @__PURE__ */ z(Ae, [["render", ze], ["__scopeId", "data-v-80a6a49a"]]);
132
- function Ee(t) {
133
- let e, n = !1, o = !1;
134
- const c = I(!1), s = W({
131
+ const ke = /* @__PURE__ */ k(Ne, [["render", Ae], ["__scopeId", "data-v-80a6a49a"]]);
132
+ function ze(t) {
133
+ let e;
134
+ const n = I(!1), s = J({
135
135
  ...t,
136
136
  originalPosition: "",
137
137
  originalOverflow: "",
138
138
  visible: !1
139
139
  });
140
- function u(d) {
140
+ function c(d) {
141
141
  s.text = d;
142
142
  }
143
- function g() {
144
- if (o) return;
145
- o = !0;
146
- const d = s.parent, a = v.ns;
143
+ function o() {
144
+ const d = s.parent, m = p.ns;
147
145
  if (!d.vLoadingAddClassList) {
148
- let r = d.getAttribute("loading-number");
149
- r = Number.parseInt(r) - 1, r ? d.setAttribute("loading-number", r.toString()) : ($(d, a.bm("parent", "relative")), d.removeAttribute("loading-number")), $(d, a.bm("parent", "hidden"));
146
+ let f = d.getAttribute("loading-number");
147
+ f = Number.parseInt(f) - 1, f ? d.setAttribute("loading-number", f.toString()) : ($(d, m.bm("parent", "relative")), d.removeAttribute("loading-number")), $(d, m.bm("parent", "hidden"));
150
148
  }
151
- i(), h.unmount();
149
+ u(), h.unmount();
152
150
  }
153
- function i() {
154
- var d, a;
155
- (a = (d = v.$el) == null ? void 0 : d.parentNode) == null || a.removeChild(v.$el);
151
+ function u() {
152
+ var d, m;
153
+ (m = (d = p.$el) == null ? void 0 : d.parentNode) == null || m.removeChild(p.$el);
156
154
  }
157
- function m() {
155
+ function y() {
158
156
  var d;
159
- n || o || t.beforeClose && !t.beforeClose() || (n = !0, c.value = !0, clearTimeout(e), e = window.setTimeout(x, 400), s.visible = !1, (d = t.closed) == null || d.call(t));
157
+ t.beforeClose && !t.beforeClose() || (n.value = !0, clearTimeout(e), e = window.setTimeout(l, 400), s.visible = !1, (d = t.closed) == null || d.call(t));
160
158
  }
161
- function x() {
162
- if (!c.value) return;
159
+ function l() {
160
+ if (!n.value) return;
163
161
  const d = s.parent;
164
- c.value = !1, d.vLoadingAddClassList = void 0, g();
162
+ n.value = !1, d.vLoadingAddClassList = void 0, o();
165
163
  }
166
- const B = X({
164
+ const g = Q({
167
165
  name: "DasLoading",
168
- setup(d, { expose: a }) {
169
- const { ns: r, zIndex: l } = Ce("loading");
170
- return a({
171
- ns: r,
172
- zIndex: l
166
+ setup(d, { expose: m }) {
167
+ const { ns: f, zIndex: a } = xe("loading");
168
+ return m({
169
+ ns: f,
170
+ zIndex: a
173
171
  }), () => {
174
- let p = s.spinner || s.svg || T;
175
- const L = s.type;
176
- L == "page" && (p = T), L == "container" && (p = Be), L == "component" && (p = Ve);
177
- const J = typeof p == "boolean" ? void 0 : _(p), Q = s.text ? _("p", { class: r.b("text") }, [s.text]) : void 0;
172
+ let r = s.spinner || s.svg || S;
173
+ const i = s.type;
174
+ i == "page" && (r = S), i == "container" && (r = ke), i == "component" && (r = we);
175
+ const Y = typeof r == "boolean" ? void 0 : _(r), H = s.text ? _("p", { class: f.b("text") }, [s.text]) : void 0;
178
176
  return _(
179
- ee,
177
+ W,
180
178
  {
181
- name: r.b("fade"),
182
- onAfterLeave: x
179
+ name: f.b("fade"),
180
+ onAfterLeave: l
183
181
  },
184
182
  {
185
- default: te(() => [
186
- ne(
187
- se(
183
+ default: X(() => [
184
+ ee(
185
+ te(
188
186
  "div",
189
187
  {
190
188
  style: {
191
189
  backgroundColor: s.background || ""
192
190
  },
193
191
  class: [
194
- r.b("mask"),
192
+ f.b("mask"),
195
193
  s.customClass,
196
194
  s.fullscreen ? "is-fullscreen" : ""
197
195
  ]
@@ -200,51 +198,51 @@ function Ee(t) {
200
198
  _(
201
199
  "div",
202
200
  {
203
- class: r.b("spinner")
201
+ class: f.b("spinner")
204
202
  },
205
- [J, Q]
203
+ [Y, H]
206
204
  )
207
205
  ]
208
206
  ),
209
- [[ae, s.visible]]
207
+ [[ne, s.visible]]
210
208
  )
211
209
  ])
212
210
  }
213
211
  );
214
212
  };
215
213
  }
216
- }), h = oe(B), v = h.mount(document.createElement("div"));
214
+ }), h = se(g), p = h.mount(document.createElement("div"));
217
215
  return {
218
- ...re(s),
219
- setText: u,
220
- removeElLoadingChild: i,
221
- close: m,
222
- handleAfterLeave: x,
223
- vm: v,
216
+ ...ae(s),
217
+ setText: c,
218
+ removeElLoadingChild: u,
219
+ close: y,
220
+ handleAfterLeave: l,
221
+ vm: p,
224
222
  get $el() {
225
- return v.$el;
223
+ return p.$el;
226
224
  }
227
225
  };
228
226
  }
229
227
  let C;
230
- const H = function(t = {}) {
231
- if (!k) return;
232
- const e = Oe(t);
228
+ const U = function(t = {}) {
229
+ if (!A) return;
230
+ const e = Be(t);
233
231
  if (e.fullscreen && C)
234
232
  return C;
235
- const n = Ee({
233
+ const n = ze({
236
234
  ...e,
237
235
  closed: () => {
238
236
  var c;
239
237
  (c = e.closed) == null || c.call(e), e.fullscreen && (C = void 0);
240
238
  }
241
239
  });
242
- Se(e, e.parent, n), D(e, e.parent, n), e.parent.vLoadingAddClassList = () => D(e, e.parent, n);
243
- let o = e.parent.getAttribute("loading-number");
244
- return o ? o = `${Number.parseInt(o) + 1}` : o = "1", e.parent.setAttribute("loading-number", o), e.parent.appendChild(n.$el), F(() => n.visible.value = e.visible), e.fullscreen && (C = n), n;
245
- }, Oe = (t) => {
240
+ Ee(e, e.parent, n), P(e, e.parent, n), e.parent.vLoadingAddClassList = () => P(e, e.parent, n);
241
+ let s = e.parent.getAttribute("loading-number");
242
+ return s ? s = `${Number.parseInt(s) + 1}` : s = "1", e.parent.setAttribute("loading-number", s), e.parent.appendChild(n.$el), j(() => n.visible.value = e.visible), e.fullscreen && (C = n), n;
243
+ }, Be = (t) => {
246
244
  let e;
247
- return G(t.target) ? e = document.querySelector(t.target) ?? document.body : e = t.target || document.body, {
245
+ return K(t.target) ? e = document.querySelector(t.target) ?? document.body : e = t.target || document.body, {
248
246
  parent: e === document.body || t.body ? document.body : e,
249
247
  background: t.background || "",
250
248
  svg: t.svg || "",
@@ -258,70 +256,70 @@ const H = function(t = {}) {
258
256
  visible: t.visible ?? !0,
259
257
  target: e
260
258
  };
261
- }, Se = async (t, e, n) => {
262
- const { nextZIndex: o } = n.vm.zIndex || n.vm._.exposed.zIndex, c = {};
259
+ }, Ee = async (t, e, n) => {
260
+ const { nextZIndex: s } = n.vm.zIndex || n.vm._.exposed.zIndex, c = {};
263
261
  if (t.fullscreen)
264
- n.originalPosition.value = y(document.body, "position"), n.originalOverflow.value = y(document.body, "overflow"), c.zIndex = o();
262
+ n.originalPosition.value = b(document.body, "position"), n.originalOverflow.value = b(document.body, "overflow"), c.zIndex = s();
265
263
  else if (t.parent === document.body) {
266
- n.originalPosition.value = y(document.body, "position"), await F();
267
- for (const s of ["top", "left"]) {
268
- const u = s === "top" ? "scrollTop" : "scrollLeft";
269
- c[s] = `${t.target.getBoundingClientRect()[s] + document.body[u] + document.documentElement[u] - Number.parseInt(y(document.body, `margin-${s}`), 10)}px`;
264
+ n.originalPosition.value = b(document.body, "position"), await j();
265
+ for (const o of ["top", "left"]) {
266
+ const u = o === "top" ? "scrollTop" : "scrollLeft";
267
+ c[o] = `${t.target.getBoundingClientRect()[o] + document.body[u] + document.documentElement[u] - Number.parseInt(b(document.body, `margin-${o}`), 10)}px`;
270
268
  }
271
- for (const s of ["height", "width"])
272
- c[s] = `${t.target.getBoundingClientRect()[s]}px`;
269
+ for (const o of ["height", "width"])
270
+ c[o] = `${t.target.getBoundingClientRect()[o]}px`;
273
271
  } else
274
- n.originalPosition.value = y(e, "position");
275
- for (const [s, u] of Object.entries(c))
276
- n.$el.style[s] = u;
277
- }, D = (t, e, n) => {
278
- const o = n.vm.ns || n.vm._.exposed.ns;
279
- ["absolute", "fixed", "sticky"].includes(n.originalPosition.value) ? $(e, o.bm("parent", "relative")) : S(e, o.bm("parent", "relative")), t.fullscreen && t.lock ? S(e, o.bm("parent", "hidden")) : $(e, o.bm("parent", "hidden"));
280
- }, N = Symbol("DasLoading"), Z = (t, e) => {
281
- const n = e.instance, o = (i) => q(e.value) ? e.value[i] : void 0, c = (i) => {
282
- const m = G(i) && (n == null ? void 0 : n[i]) || i;
283
- return m && I(m);
284
- }, s = (i) => c(
285
- o(i) || t.getAttribute(`das-loading-${me(i)}`)
286
- ), u = o("fullscreen") ?? e.modifiers.fullscreen, g = {
287
- type: s("type"),
288
- text: s("text"),
289
- svg: s("svg"),
290
- svgViewBox: s("svgViewBox"),
291
- spinner: s("spinner"),
292
- background: s("background"),
293
- customClass: s("customClass"),
272
+ n.originalPosition.value = b(e, "position");
273
+ for (const [o, u] of Object.entries(c))
274
+ n.$el.style[o] = u;
275
+ }, P = (t, e, n) => {
276
+ const s = n.vm.ns || n.vm._.exposed.ns;
277
+ ["absolute", "fixed", "sticky"].includes(n.originalPosition.value) ? $(e, s.bm("parent", "relative")) : E(e, s.bm("parent", "relative")), t.fullscreen && t.lock ? E(e, s.bm("parent", "hidden")) : $(e, s.bm("parent", "hidden"));
278
+ }, w = Symbol("DasLoading"), T = (t, e) => {
279
+ const n = e.instance, s = (l) => F(e.value) ? e.value[l] : void 0, c = (l) => {
280
+ const g = K(l) && (n == null ? void 0 : n[l]) || l;
281
+ return g && I(g);
282
+ }, o = (l) => c(
283
+ s(l) || t.getAttribute(`das-loading-${ue(l)}`)
284
+ ), u = s("fullscreen") ?? e.modifiers.fullscreen, y = {
285
+ type: o("type"),
286
+ text: o("text"),
287
+ svg: o("svg"),
288
+ svgViewBox: o("svgViewBox"),
289
+ spinner: o("spinner"),
290
+ background: o("background"),
291
+ customClass: o("customClass"),
294
292
  fullscreen: u,
295
- target: o("target") ?? (u ? void 0 : t),
296
- body: o("body") ?? e.modifiers.body,
297
- lock: o("lock") ?? e.modifiers.lock
293
+ target: s("target") ?? (u ? void 0 : t),
294
+ body: s("body") ?? e.modifiers.body,
295
+ lock: s("lock") ?? e.modifiers.lock
298
296
  };
299
- t[N] = {
300
- options: g,
301
- instance: H(g)
297
+ t[w] = {
298
+ options: y,
299
+ instance: U(y)
302
300
  };
303
- }, Pe = (t, e) => {
301
+ }, Oe = (t, e) => {
304
302
  for (const n of Object.keys(e))
305
- ce(e[n]) && (e[n].value = t[n]);
306
- }, Re = {
303
+ oe(e[n]) && (e[n].value = t[n]);
304
+ }, De = {
307
305
  mounted(t, e) {
308
- e.value && Z(t, e);
306
+ e.value && T(t, e);
309
307
  },
310
308
  updated(t, e) {
311
- const n = t[N];
312
- e.oldValue !== e.value && (e.value && !e.oldValue ? Z(t, e) : e.value && e.oldValue ? q(e.value) && Pe(e.value, n.options) : n == null || n.instance.close());
309
+ const n = t[w];
310
+ e.oldValue !== e.value && (e.value && !e.oldValue ? T(t, e) : e.value && e.oldValue ? F(e.value) && Oe(e.value, n.options) : n == null || n.instance.close());
313
311
  },
314
312
  unmounted(t) {
315
313
  var e;
316
- (e = t[N]) == null || e.instance.close();
314
+ (e = t[w]) == null || e.instance.close();
317
315
  }
318
- }, Te = { 加载: { "zh-CN": "加载", en: "Loading", "zh-MO": "加載", _appCode: "framework" } };
319
- de(Te);
320
- const je = {
321
- service: H
322
- }, Ke = { name: `loading ${le("加载")}` };
316
+ }, Se = { 加载: { "zh-CN": "加载", en: "Loading", "zh-MO": "加載", _appCode: "framework" } };
317
+ re(Se);
318
+ const Ze = {
319
+ service: U
320
+ }, Re = { name: `loading ${ce("加载")}` };
323
321
  export {
324
- je as DasLoading,
325
- Ke as default,
326
- Re as vDasLoading
322
+ Ze as DasLoading,
323
+ Re as default,
324
+ De as vDasLoading
327
325
  };