@das-fed/ui 6.4.0-test.30 → 6.4.0-test.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (167) hide show
  1. package/esm-map.json +26 -1
  2. package/package.json +10 -5
  3. package/packages/business-components/ai-panel/i18n/index.d.ts +244 -0
  4. package/packages/business-components/ai-panel/index-BY-YZuV-.js +180 -0
  5. package/packages/business-components/ai-panel/index-BY-YZuV-.js.gz +0 -0
  6. package/packages/business-components/ai-panel/index-CJeKTaAS.js +60 -0
  7. package/packages/business-components/ai-panel/index-CJeKTaAS.js.gz +0 -0
  8. package/packages/business-components/ai-panel/index-Cbga17VS.js +5841 -0
  9. package/packages/business-components/ai-panel/index-Cbga17VS.js.gz +0 -0
  10. package/packages/business-components/ai-panel/index.js +9 -0
  11. package/packages/business-components/ai-panel/src/dasAI/apis.d.ts +16 -0
  12. package/packages/business-components/ai-panel/src/dasAI/components/addNew/index.vue.d.ts +6 -0
  13. package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.d.ts +7 -0
  14. package/packages/business-components/ai-panel/src/dasAI/components/deleteDialog/index.vue.d.ts +12 -0
  15. package/packages/business-components/ai-panel/src/dasAI/components/folderDialog/index.d.ts +6 -0
  16. package/packages/business-components/ai-panel/src/dasAI/components/sender/components/senderOpt.vue.d.ts +2 -0
  17. package/packages/business-components/ai-panel/src/dasAI/hooks/audio.d.ts +8 -0
  18. package/packages/business-components/ai-panel/src/dasAI/hooks/knowbase.d.ts +4 -0
  19. package/packages/business-components/ai-panel/src/dasAI/index.vue.d.ts +14 -0
  20. package/packages/business-components/ai-panel/src/dasAI/store/index.d.ts +21 -0
  21. package/packages/business-components/ai-panel/src/index.vue.d.ts +30 -0
  22. package/packages/business-components/ai-panel/src/type.d.ts +10 -0
  23. package/packages/business-components/ai-panel/style.css +1 -0
  24. package/packages/business-components/ai-panel/style.css.gz +0 -0
  25. package/packages/business-components/change-pwd/index.js +13 -10
  26. package/packages/business-components/change-pwd/index.js.gz +0 -0
  27. package/packages/business-components/change-pwd/style.css +1 -1
  28. package/packages/business-components/device-panel/index.js +2 -2
  29. package/packages/business-components/device-panel/index.js.gz +0 -0
  30. package/packages/business-components/device-panel/src/components/alarmDevicePanel/index.vue.d.ts +1 -1
  31. package/packages/business-components/device-panel/src/components/alarmDevicePanel/linkDialog.vue.d.ts +1 -1
  32. package/packages/business-components/device-panel/src/components/devicePanelModal/linkDialog.vue.d.ts +1 -1
  33. package/packages/business-components/device-panel/style.css +1 -1
  34. package/packages/business-components/device-panel/style.css.gz +0 -0
  35. package/packages/business-components/index.d.ts +1 -0
  36. package/packages/business-components/index.js +1 -0
  37. package/packages/business-components/model-table-dialog/index.d.ts +9 -9
  38. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +3 -3
  39. package/packages/business-components/process-search-form/hooks/useService.d.ts +1 -1
  40. package/packages/business-components/user-org-dialog/index.js +79 -79
  41. package/packages/business-components/user-org-dialog/index.js.gz +0 -0
  42. package/packages/business-components/user-org-dialog/style.css +1 -1
  43. package/packages/business-components/user-org-dialog/style.css.gz +0 -0
  44. package/packages/business-components/video-dialog/index.js +193 -186
  45. package/packages/business-components/video-dialog/index.js.gz +0 -0
  46. package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +1 -0
  47. package/packages/business-components/video-dialog/style.css +1 -1
  48. package/packages/business-components/video-dialog/style.css.gz +0 -0
  49. package/packages/components/image-upload/index.d.ts +1 -0
  50. package/packages/components/image-upload/index.js +85 -82
  51. package/packages/components/image-upload/index.js.gz +0 -0
  52. package/packages/components/image-upload/src/Index.vue.d.ts +1 -0
  53. package/packages/components/image-upload/src/type.d.ts +3 -0
  54. package/packages/components/image-upload/style.css +1 -1
  55. package/packages/components/image-upload/style.css.gz +0 -0
  56. package/packages/components/image-viewer/index.d.ts +5 -2
  57. package/packages/components/image-viewer/index.js +395 -362
  58. package/packages/components/image-viewer/index.js.gz +0 -0
  59. package/packages/components/image-viewer/src/Index.vue.d.ts +5 -2
  60. package/packages/components/image-viewer/src/hooks/use-imageViewer.d.ts +1 -0
  61. package/packages/components/image-viewer/src/type.d.ts +6 -0
  62. package/packages/components/image-viewer/style.css +1 -1
  63. package/packages/components/image-viewer/style.css.gz +0 -0
  64. package/packages/components/scrollbar/index.js +1 -1
  65. package/packages/components/scrollbar/index.js.gz +0 -0
  66. package/packages/components/scrollbar/style.css +1 -1
  67. package/packages/components/scrollbar/style.css.gz +0 -0
  68. package/packages/components/select/index.js +58 -57
  69. package/packages/components/select/index.js.gz +0 -0
  70. package/packages/components/select/src/type.d.ts +2 -0
  71. package/packages/components/select/style.css +1 -1
  72. package/packages/components/select/style.css.gz +0 -0
  73. package/packages/components/tree-select/src/App.vue.d.ts +2 -0
  74. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +2 -0
  75. package/packages/icons/audioing/index.d.ts +1 -0
  76. package/packages/icons/audioing/index.js +17 -0
  77. package/packages/icons/audioing/index.js.gz +0 -0
  78. package/packages/icons/audioing/index.vue.d.ts +19 -0
  79. package/packages/icons/bobaoguanbi/index.d.ts +1 -0
  80. package/packages/icons/bobaoguanbi/index.js +17 -0
  81. package/packages/icons/bobaoguanbi/index.js.gz +0 -0
  82. package/packages/icons/bobaoguanbi/index.vue.d.ts +19 -0
  83. package/packages/icons/bobaokaiqi/index.d.ts +1 -0
  84. package/packages/icons/bobaokaiqi/index.js +17 -0
  85. package/packages/icons/bobaokaiqi/index.js.gz +0 -0
  86. package/packages/icons/bobaokaiqi/index.vue.d.ts +19 -0
  87. package/packages/icons/cankaoneirong/index.d.ts +1 -0
  88. package/packages/icons/cankaoneirong/index.js +22 -0
  89. package/packages/icons/cankaoneirong/index.js.gz +0 -0
  90. package/packages/icons/cankaoneirong/index.vue.d.ts +19 -0
  91. package/packages/icons/closeaudio/index.d.ts +1 -0
  92. package/packages/icons/closeaudio/index.js +17 -0
  93. package/packages/icons/closeaudio/index.js.gz +0 -0
  94. package/packages/icons/closeaudio/index.vue.d.ts +19 -0
  95. package/packages/icons/fasong/index.d.ts +1 -0
  96. package/packages/icons/fasong/index.js +22 -0
  97. package/packages/icons/fasong/index.js.gz +0 -0
  98. package/packages/icons/fasong/index.vue.d.ts +19 -0
  99. package/packages/icons/fresh/index.d.ts +1 -0
  100. package/packages/icons/fresh/index.js +22 -0
  101. package/packages/icons/fresh/index.js.gz +0 -0
  102. package/packages/icons/fresh/index.vue.d.ts +19 -0
  103. package/packages/icons/fuzhineirong/index.d.ts +1 -0
  104. package/packages/icons/fuzhineirong/index.js +22 -0
  105. package/packages/icons/fuzhineirong/index.js.gz +0 -0
  106. package/packages/icons/fuzhineirong/index.vue.d.ts +19 -0
  107. package/packages/icons/huida/index.d.ts +1 -0
  108. package/packages/icons/huida/index.js +22 -0
  109. package/packages/icons/huida/index.js.gz +0 -0
  110. package/packages/icons/huida/index.vue.d.ts +19 -0
  111. package/packages/icons/huidaodibu/index.d.ts +1 -0
  112. package/packages/icons/huidaodibu/index.js +22 -0
  113. package/packages/icons/huidaodibu/index.js.gz +0 -0
  114. package/packages/icons/huidaodibu/index.vue.d.ts +19 -0
  115. package/packages/icons/index.d.ts +23 -0
  116. package/packages/icons/index.js +23 -0
  117. package/packages/icons/intnet/index.d.ts +1 -0
  118. package/packages/icons/intnet/index.js +17 -0
  119. package/packages/icons/intnet/index.js.gz +0 -0
  120. package/packages/icons/intnet/index.vue.d.ts +19 -0
  121. package/packages/icons/know/index.d.ts +1 -0
  122. package/packages/icons/know/index.js +17 -0
  123. package/packages/icons/know/index.js.gz +0 -0
  124. package/packages/icons/know/index.vue.d.ts +19 -0
  125. package/packages/icons/knowed/index.d.ts +1 -0
  126. package/packages/icons/knowed/index.js +17 -0
  127. package/packages/icons/knowed/index.js.gz +0 -0
  128. package/packages/icons/knowed/index.vue.d.ts +19 -0
  129. package/packages/icons/knowopen/index.d.ts +1 -0
  130. package/packages/icons/knowopen/index.js +17 -0
  131. package/packages/icons/knowopen/index.js.gz +0 -0
  132. package/packages/icons/knowopen/index.vue.d.ts +19 -0
  133. package/packages/icons/lianjie/index.d.ts +1 -0
  134. package/packages/icons/lianjie/index.js +22 -0
  135. package/packages/icons/lianjie/index.js.gz +0 -0
  136. package/packages/icons/lianjie/index.vue.d.ts +19 -0
  137. package/packages/icons/lishihuihua/index.d.ts +1 -0
  138. package/packages/icons/lishihuihua/index.js +22 -0
  139. package/packages/icons/lishihuihua/index.js.gz +0 -0
  140. package/packages/icons/lishihuihua/index.vue.d.ts +19 -0
  141. package/packages/icons/qingkong/index.d.ts +1 -0
  142. package/packages/icons/qingkong/index.js +22 -0
  143. package/packages/icons/qingkong/index.js.gz +0 -0
  144. package/packages/icons/qingkong/index.vue.d.ts +19 -0
  145. package/packages/icons/select2/index.d.ts +1 -0
  146. package/packages/icons/select2/index.js +17 -0
  147. package/packages/icons/select2/index.vue.d.ts +19 -0
  148. package/packages/icons/shendusikao/index.d.ts +1 -0
  149. package/packages/icons/shendusikao/index.js +22 -0
  150. package/packages/icons/shendusikao/index.js.gz +0 -0
  151. package/packages/icons/shendusikao/index.vue.d.ts +19 -0
  152. package/packages/icons/tianjiaxinhuati/index.d.ts +1 -0
  153. package/packages/icons/tianjiaxinhuati/index.js +22 -0
  154. package/packages/icons/tianjiaxinhuati/index.js.gz +0 -0
  155. package/packages/icons/tianjiaxinhuati/index.vue.d.ts +19 -0
  156. package/packages/icons/yingyong/index.d.ts +1 -0
  157. package/packages/icons/yingyong/index.js +17 -0
  158. package/packages/icons/yingyong/index.js.gz +0 -0
  159. package/packages/icons/yingyong/index.vue.d.ts +19 -0
  160. package/packages/icons/yuyin/index.d.ts +1 -0
  161. package/packages/icons/yuyin/index.js +17 -0
  162. package/packages/icons/yuyin/index.js.gz +0 -0
  163. package/packages/icons/yuyin/index.vue.d.ts +19 -0
  164. package/packages/icons/zhongxinshengcheng/index.d.ts +1 -0
  165. package/packages/icons/zhongxinshengcheng/index.js +22 -0
  166. package/packages/icons/zhongxinshengcheng/index.js.gz +0 -0
  167. package/packages/icons/zhongxinshengcheng/index.vue.d.ts +19 -0
@@ -1,55 +1,55 @@
1
1
  import '@das-fed/ui/packages/business-components/video-dialog/style.css';
2
- import { getCurrentScope as ce, onScopeDispose as ue, getCurrentInstance as de, onMounted as K, nextTick as L, unref as l, ref as _, watch as S, defineComponent as D, useCssVars as pe, computed as P, createElementBlock as O, openBlock as k, normalizeClass as ve, renderSlot as X, createCommentVNode as I, Fragment as J, renderList as fe, createBlock as E, withCtx as f, withModifiers as y, createVNode as p, createElementVNode as v, toDisplayString as V, toRefs as me } from "vue";
3
- import { withInstall as ge } from "@das-fed/utils/with-install/index";
4
- import { t as m, setI18nRule as Ce } from "@das-fed/web/packages/i18n/index";
2
+ import { getCurrentScope as ce, onScopeDispose as ue, getCurrentInstance as de, onMounted as K, nextTick as P, unref as l, ref as _, watch as F, defineComponent as D, useCssVars as pe, computed as x, createElementBlock as O, openBlock as g, normalizeClass as ve, renderSlot as X, createCommentVNode as I, Fragment as J, renderList as fe, createBlock as N, withCtx as f, withModifiers as y, createVNode as p, createElementVNode as v, toDisplayString as V, toRefs as me } from "vue";
3
+ import { withInstall as Ce } from "@das-fed/utils/with-install/index";
4
+ import { t as m, setI18nRule as ge } from "@das-fed/web/packages/i18n/index";
5
5
  import { DasDialog as ke } from "@das-fed/ui/packages/components/dialog/index";
6
- import { DasTooltip as w } from "@das-fed/ui/packages/components/tooltip/index";
6
+ import { DasTooltip as h } from "@das-fed/ui/packages/components/tooltip/index";
7
7
  import { DasIconFullscreen2 as ye } from "@das-fed/ui/packages/icons/fullscreen-2/index";
8
- import { DasAutoRegisterIcon as _e, DasIcon as $ } from "@das-fed/ui/packages/components/icon/index";
8
+ import { DasAutoRegisterIcon as _e, DasIcon as L } from "@das-fed/ui/packages/components/icon/index";
9
9
  import { DasLivePlayer as we } from "@das-fed/ui/packages/components/live-player/index";
10
10
  import { DasSpin as he } from "@das-fed/ui/packages/components/spin/index";
11
11
  import be from "dayjs";
12
12
  import { createService as ee } from "@das-fed/utils/api-services/src/create-service";
13
13
  import { getProjectInfo as M, getToken as Ie } from "@das-fed/utils/common-info";
14
14
  var A;
15
- const j = typeof window < "u", Ee = (t) => typeof t == "string", Ne = () => {
15
+ const B = typeof window < "u", Ee = (t) => typeof t == "string", Ne = () => {
16
16
  };
17
- j && ((A = window == null ? void 0 : window.navigator) != null && A.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
17
+ B && ((A = window == null ? void 0 : window.navigator) != null && A.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
18
18
  function te(t) {
19
19
  return typeof t == "function" ? t() : l(t);
20
20
  }
21
- function Se(t) {
21
+ function Fe(t) {
22
22
  return t;
23
23
  }
24
24
  function oe(t) {
25
25
  return ce() ? (ue(t), !0) : !1;
26
26
  }
27
- function Fe(t, n = !0) {
28
- de() ? K(t) : n ? t() : L(t);
27
+ function Se(t, n = !0) {
28
+ de() ? K(t) : n ? t() : P(t);
29
29
  }
30
30
  function ne(t) {
31
31
  var n;
32
32
  const e = te(t);
33
33
  return (n = e == null ? void 0 : e.$el) != null ? n : e;
34
34
  }
35
- const Re = j ? window : void 0, ze = j ? window.document : void 0;
35
+ const Re = B ? window : void 0, ze = B ? window.document : void 0;
36
36
  function Oe(...t) {
37
- let n, e, i, a;
38
- if (Ee(t[0]) || Array.isArray(t[0]) ? ([e, i, a] = t, n = Re) : [n, e, i, a] = t, !n)
37
+ let n, e, i, s;
38
+ if (Ee(t[0]) || Array.isArray(t[0]) ? ([e, i, s] = t, n = Re) : [n, e, i, s] = t, !n)
39
39
  return Ne;
40
40
  Array.isArray(e) || (e = [e]), Array.isArray(i) || (i = [i]);
41
- const o = [], s = () => {
41
+ const o = [], a = () => {
42
42
  o.forEach((c) => c()), o.length = 0;
43
- }, C = (c, g, h, N) => (c.addEventListener(g, h, N), () => c.removeEventListener(g, h, N)), r = S(() => [ne(n), te(a)], ([c, g]) => {
44
- s(), c && o.push(...e.flatMap((h) => i.map((N) => C(c, h, N, g))));
45
- }, { immediate: !0, flush: "post" }), d = () => {
46
- r(), s();
43
+ }, k = (c, C, w, E) => (c.addEventListener(C, w, E), () => c.removeEventListener(C, w, E)), r = F(() => [ne(n), te(s)], ([c, C]) => {
44
+ a(), c && o.push(...e.flatMap((w) => i.map((E) => k(c, w, E, C))));
45
+ }, { immediate: !0, flush: "post" }), u = () => {
46
+ r(), a();
47
47
  };
48
- return oe(d), d;
48
+ return oe(u), u;
49
49
  }
50
50
  function De(t, n = !1) {
51
51
  const e = _(), i = () => e.value = !!t();
52
- return i(), Fe(i, n), e;
52
+ return i(), Se(i, n), e;
53
53
  }
54
54
  const Q = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, q = "__vueuse_ssr_handlers__";
55
55
  Q[q] = Q[q] || {};
@@ -96,38 +96,38 @@ const G = [
96
96
  ]
97
97
  ];
98
98
  function le(t, n = {}) {
99
- const { document: e = ze, autoExit: i = !1 } = n, a = t || (e == null ? void 0 : e.querySelector("html")), o = _(!1);
100
- let s = G[0];
101
- const C = De(() => {
99
+ const { document: e = ze, autoExit: i = !1 } = n, s = t || (e == null ? void 0 : e.querySelector("html")), o = _(!1);
100
+ let a = G[0];
101
+ const k = De(() => {
102
102
  if (e) {
103
- for (const F of G)
104
- if (F[1] in e)
105
- return s = F, !0;
103
+ for (const S of G)
104
+ if (S[1] in e)
105
+ return a = S, !0;
106
106
  } else
107
107
  return !1;
108
108
  return !1;
109
- }), [r, d, c, , g] = s;
110
- async function h() {
111
- C.value && (e != null && e[c] && await e[d](), o.value = !1);
109
+ }), [r, u, c, , C] = a;
110
+ async function w() {
111
+ k.value && (e != null && e[c] && await e[u](), o.value = !1);
112
112
  }
113
- async function N() {
114
- if (!C.value)
113
+ async function E() {
114
+ if (!k.value)
115
115
  return;
116
- await h();
117
- const F = ne(a);
118
- F && (await F[r](), o.value = !0);
116
+ await w();
117
+ const S = ne(s);
118
+ S && (await S[r](), o.value = !0);
119
119
  }
120
- async function T() {
121
- o.value ? await h() : await N();
120
+ async function $() {
121
+ o.value ? await w() : await E();
122
122
  }
123
- return e && Oe(e, g, () => {
123
+ return e && Oe(e, C, () => {
124
124
  o.value = !!(e != null && e[c]);
125
- }, !1), i && oe(h), {
126
- isSupported: C,
125
+ }, !1), i && oe(w), {
126
+ isSupported: k,
127
127
  isFullscreen: o,
128
- enter: N,
129
- exit: h,
130
- toggle: T
128
+ enter: E,
129
+ exit: w,
130
+ toggle: $
131
131
  };
132
132
  }
133
133
  var W;
@@ -169,7 +169,7 @@ const Te = {
169
169
  easeInOutBack: [0.68, -0.6, 0.32, 1.6]
170
170
  };
171
171
  xe({
172
- linear: Se
172
+ linear: Fe
173
173
  }, Te);
174
174
  const Ue = /* @__PURE__ */ D({
175
175
  __name: "GridItem",
@@ -180,23 +180,23 @@ const Ue = /* @__PURE__ */ D({
180
180
  emits: ["itemClick"],
181
181
  setup(t, { emit: n }) {
182
182
  pe((c) => ({
183
- "9b3a2c32": d.value
183
+ "9b3a2c32": u.value
184
184
  }));
185
- const e = t, i = n, a = _(), { toggle: o, isFullscreen: s } = le(a), C = () => {
186
- a.value != document.fullscreenElement && (s.value ? (s.value = !1, L(() => {
185
+ const e = t, i = n, s = _(), { toggle: o, isFullscreen: a } = le(s), k = () => {
186
+ s.value != document.fullscreenElement && (a.value ? (a.value = !1, P(() => {
187
187
  o();
188
188
  })) : o());
189
189
  }, r = () => {
190
190
  i("itemClick");
191
- }, d = P(() => `calc(100% / ${Math.sqrt(e.gridNum)})`);
192
- return (c, g) => (k(), O(
191
+ }, u = x(() => `calc(100% / ${Math.sqrt(e.gridNum)})`);
192
+ return (c, C) => (g(), O(
193
193
  "div",
194
194
  {
195
195
  ref_key: "containerRef",
196
- ref: a,
196
+ ref: s,
197
197
  class: ve(["wrapper", { "is-active": e.active }]),
198
- onDblclick: g[0] || (g[0] = (h) => C()),
199
- onClick: g[1] || (g[1] = (h) => r())
198
+ onDblclick: C[0] || (C[0] = (w) => k()),
199
+ onClick: C[1] || (C[1] = (w) => r())
200
200
  },
201
201
  [
202
202
  X(c.$slots, "default", {}, void 0, !0)
@@ -205,12 +205,12 @@ const Ue = /* @__PURE__ */ D({
205
205
  /* CLASS, NEED_HYDRATION */
206
206
  ));
207
207
  }
208
- }), x = (t, n) => {
208
+ }), T = (t, n) => {
209
209
  const e = t.__vccOpts || t;
210
- for (const [i, a] of n)
211
- e[i] = a;
210
+ for (const [i, s] of n)
211
+ e[i] = s;
212
212
  return e;
213
- }, Ve = /* @__PURE__ */ x(Ue, [["__scopeId", "data-v-100b67ca"]]), je = { class: "layout-wrapper" }, Be = /* @__PURE__ */ D({
213
+ }, Ve = /* @__PURE__ */ T(Ue, [["__scopeId", "data-v-100b67ca"]]), Be = { class: "layout-wrapper" }, je = /* @__PURE__ */ D({
214
214
  __name: "GridLayout",
215
215
  props: {
216
216
  gridNum: {},
@@ -219,18 +219,18 @@ const Ue = /* @__PURE__ */ D({
219
219
  },
220
220
  emits: ["update:activeIndex"],
221
221
  setup(t, { emit: n }) {
222
- const e = t, i = n, a = (o) => {
222
+ const e = t, i = n, s = (o) => {
223
223
  i("update:activeIndex", o);
224
224
  };
225
- return (o, s) => (k(), O("div", je, [
225
+ return (o, a) => (g(), O("div", Be, [
226
226
  I(' :active="index === activeIndex" '),
227
- (k(!0), O(
227
+ (g(!0), O(
228
228
  J,
229
229
  null,
230
- fe(e.gridNum, (C, r) => (k(), E(Ve, {
230
+ fe(e.gridNum, (k, r) => (g(), N(Ve, {
231
231
  active: !1,
232
232
  "grid-num": e.gridNum,
233
- onItemClick: (d) => a(r)
233
+ onItemClick: (u) => s(r)
234
234
  }, {
235
235
  default: f(() => [
236
236
  o.showFn(r) ? X(o.$slots, "default", {
@@ -246,123 +246,123 @@ const Ue = /* @__PURE__ */ D({
246
246
  ))
247
247
  ]));
248
248
  }
249
- }), Me = /* @__PURE__ */ x(Be, [["__scopeId", "data-v-661e2289"]]), Ae = /* @__PURE__ */ D({
249
+ }), Me = /* @__PURE__ */ T(je, [["__scopeId", "data-v-661e2289"]]), Ae = /* @__PURE__ */ D({
250
250
  __name: "DirectionControl",
251
251
  emits: ["change"],
252
252
  setup(t, { emit: n }) {
253
- const e = n, i = (a) => {
254
- e("change", a);
253
+ const e = n, i = (s) => {
254
+ e("change", s);
255
255
  };
256
- return (a, o) => (k(), O(
256
+ return (s, o) => (g(), O(
257
257
  "div",
258
258
  {
259
259
  class: "direction-control",
260
- onDblclick: o[9] || (o[9] = y((s) => s.stopPropagation(), ["stop"]))
260
+ onDblclick: o[9] || (o[9] = y((a) => a.stopPropagation(), ["stop"]))
261
261
  },
262
262
  [
263
- p(l(w), {
263
+ p(l(h), {
264
264
  content: l(m)("左上")
265
265
  }, {
266
266
  default: f(() => [
267
267
  v("div", {
268
268
  class: "icon icon-top-left",
269
- onClick: o[0] || (o[0] = y((s) => i("leftUp"), ["stop"]))
269
+ onClick: o[0] || (o[0] = y((a) => i("leftUp"), ["stop"]))
270
270
  })
271
271
  ]),
272
272
  _: 1
273
273
  /* STABLE */
274
274
  }, 8, ["content"]),
275
- p(l(w), {
275
+ p(l(h), {
276
276
  content: l(m)("上")
277
277
  }, {
278
278
  default: f(() => [
279
279
  v("div", {
280
280
  class: "icon icon-top",
281
- onClick: o[1] || (o[1] = y((s) => i("up"), ["stop"]))
281
+ onClick: o[1] || (o[1] = y((a) => i("up"), ["stop"]))
282
282
  })
283
283
  ]),
284
284
  _: 1
285
285
  /* STABLE */
286
286
  }, 8, ["content"]),
287
- p(l(w), {
287
+ p(l(h), {
288
288
  content: l(m)("右上")
289
289
  }, {
290
290
  default: f(() => [
291
291
  v("div", {
292
292
  class: "icon icon-top-right",
293
- onClick: o[2] || (o[2] = y((s) => i("rightUp"), ["stop"]))
293
+ onClick: o[2] || (o[2] = y((a) => i("rightUp"), ["stop"]))
294
294
  })
295
295
  ]),
296
296
  _: 1
297
297
  /* STABLE */
298
298
  }, 8, ["content"]),
299
- p(l(w), {
299
+ p(l(h), {
300
300
  content: l(m)("左")
301
301
  }, {
302
302
  default: f(() => [
303
303
  v("div", {
304
304
  class: "icon icon-left",
305
- onClick: o[3] || (o[3] = y((s) => i("left"), ["stop"]))
305
+ onClick: o[3] || (o[3] = y((a) => i("left"), ["stop"]))
306
306
  })
307
307
  ]),
308
308
  _: 1
309
309
  /* STABLE */
310
310
  }, 8, ["content"]),
311
- p(l(w), {
311
+ p(l(h), {
312
312
  content: l(m)("自动")
313
313
  }, {
314
314
  default: f(() => [
315
315
  v("div", {
316
316
  class: "icon icon-auto",
317
- onClick: o[4] || (o[4] = y((s) => i("auto"), ["stop"]))
317
+ onClick: o[4] || (o[4] = y((a) => i("auto"), ["stop"]))
318
318
  })
319
319
  ]),
320
320
  _: 1
321
321
  /* STABLE */
322
322
  }, 8, ["content"]),
323
- p(l(w), {
323
+ p(l(h), {
324
324
  content: l(m)("右")
325
325
  }, {
326
326
  default: f(() => [
327
327
  v("div", {
328
328
  class: "icon icon-right",
329
- onClick: o[5] || (o[5] = y((s) => i("right"), ["stop"]))
329
+ onClick: o[5] || (o[5] = y((a) => i("right"), ["stop"]))
330
330
  })
331
331
  ]),
332
332
  _: 1
333
333
  /* STABLE */
334
334
  }, 8, ["content"]),
335
- p(l(w), {
335
+ p(l(h), {
336
336
  content: l(m)("左下")
337
337
  }, {
338
338
  default: f(() => [
339
339
  v("div", {
340
340
  class: "icon icon-bottom-left",
341
- onClick: o[6] || (o[6] = y((s) => i("leftDown"), ["stop"]))
341
+ onClick: o[6] || (o[6] = y((a) => i("leftDown"), ["stop"]))
342
342
  })
343
343
  ]),
344
344
  _: 1
345
345
  /* STABLE */
346
346
  }, 8, ["content"]),
347
- p(l(w), {
347
+ p(l(h), {
348
348
  content: l(m)("下")
349
349
  }, {
350
350
  default: f(() => [
351
351
  v("div", {
352
352
  class: "icon icon-bottom",
353
- onClick: o[7] || (o[7] = y((s) => i("down"), ["stop"]))
353
+ onClick: o[7] || (o[7] = y((a) => i("down"), ["stop"]))
354
354
  })
355
355
  ]),
356
356
  _: 1
357
357
  /* STABLE */
358
358
  }, 8, ["content"]),
359
- p(l(w), {
359
+ p(l(h), {
360
360
  content: l(m)("右下")
361
361
  }, {
362
362
  default: f(() => [
363
363
  v("div", {
364
364
  class: "icon icon-bottom-right",
365
- onClick: o[8] || (o[8] = y((s) => i("rightDown"), ["stop"]))
365
+ onClick: o[8] || (o[8] = y((a) => i("rightDown"), ["stop"]))
366
366
  })
367
367
  ]),
368
368
  _: 1
@@ -373,7 +373,7 @@ const Ue = /* @__PURE__ */ D({
373
373
  /* NEED_HYDRATION */
374
374
  ));
375
375
  }
376
- }), Qe = /* @__PURE__ */ x(Ae, [["__scopeId", "data-v-db2e8ec2"]]), qe = { class: "video-wrapper" }, Ge = { class: "video-top" }, We = { class: "video-top_l" }, He = { class: "video-title-wrapper" }, Ye = { class: "video-title" }, Ze = { class: "video-top_r" }, Ke = {
376
+ }), Qe = /* @__PURE__ */ T(Ae, [["__scopeId", "data-v-db2e8ec2"]]), qe = { class: "video-wrapper" }, Ge = { class: "video-top" }, We = { class: "video-top_l" }, He = { class: "video-title-wrapper" }, Ye = { class: "video-title" }, Ze = { class: "video-top_r" }, Ke = {
377
377
  key: 0,
378
378
  class: "play-status"
379
379
  }, Xe = { class: "video-bottom" }, Je = { class: "video-bottom_r" }, et = /* @__PURE__ */ D({
@@ -383,6 +383,7 @@ const Ue = /* @__PURE__ */ D({
383
383
  title: {},
384
384
  type: {},
385
385
  loading: { type: Boolean },
386
+ isFullscreen: { type: Boolean },
386
387
  playbackRate: { default: 1 },
387
388
  paused: { type: Boolean, default: !1 },
388
389
  authType: { default: () => [] },
@@ -398,55 +399,55 @@ const Ue = /* @__PURE__ */ D({
398
399
  enlarge: import("@das-fed/ui/packages/icons/enlarge"),
399
400
  "direction-control": import("@das-fed/ui/packages/icons/direction-control")
400
401
  });
401
- const a = _(!0), o = _(), s = _(!1), C = _(), r = P(() => {
402
- var u;
403
- return (u = C.value) == null ? void 0 : u.video;
404
- }), d = _(!1), c = _(!0), g = (u) => {
405
- o.value = u, o.value.on(window.mpegts.Events.ERROR, (b) => {
402
+ const s = _(!0), o = _(), a = _(!1), k = _(), r = x(() => {
403
+ var d;
404
+ return (d = k.value) == null ? void 0 : d.video;
405
+ }), u = _(!1), c = _(!0), C = (d) => {
406
+ o.value = d, o.value.on(window.mpegts.Events.ERROR, (b) => {
406
407
  });
407
- }, h = () => {
408
- a.value = !a.value, o.value && (o.value.muted = a.value);
409
- }, N = () => {
410
- s.value = !s.value;
411
- }, T = _(""), F = () => {
412
- const u = document.createElement("canvas");
408
+ }, w = () => {
409
+ s.value = !s.value, o.value && (o.value.muted = s.value);
410
+ }, E = () => {
411
+ a.value = !a.value;
412
+ }, $ = _(""), S = () => {
413
+ const d = document.createElement("canvas");
413
414
  if (r.value) {
414
- u.width = r.value.clientWidth, u.height = r.value.clientHeight;
415
- const b = u.getContext("2d");
416
- b == null || b.drawImage(r.value, 0, 0, u.width, u.height);
417
- const z = u.toDataURL("image/jpg"), ae = `【${e.title}】${be().format("YYYYMMDDHHmmss").toString()}.jpg`;
418
- if (T.value = z, "download" in document.createElement("a")) {
415
+ d.width = r.value.clientWidth, d.height = r.value.clientHeight;
416
+ const b = d.getContext("2d");
417
+ b == null || b.drawImage(r.value, 0, 0, d.width, d.height);
418
+ const z = d.toDataURL("image/jpg"), ae = `【${e.title}】${be().format("YYYYMMDDHHmmss").toString()}.jpg`;
419
+ if ($.value = z, "download" in document.createElement("a")) {
419
420
  const R = document.createElement("a");
420
- R.download = ae, R.style.display = "none", R.href = z, document.body.appendChild(R), document.body.appendChild(u), R.click(), URL.revokeObjectURL(R.href), document.body.removeChild(R), document.body.removeChild(u);
421
+ R.download = ae, R.style.display = "none", R.href = z, document.body.appendChild(R), document.body.appendChild(d), R.click(), URL.revokeObjectURL(R.href), document.body.removeChild(R), document.body.removeChild(d);
421
422
  }
422
423
  }
423
- }, se = (u) => {
424
- i("directionControl", u);
425
- }, B = (u) => {
426
- i("zoomControl", u);
427
- }, U = (u) => e.authType.includes(u);
428
- return S(
424
+ }, se = (d) => {
425
+ i("directionControl", d);
426
+ }, j = (d) => {
427
+ i("zoomControl", d);
428
+ }, U = (d) => e.authType.includes(d);
429
+ return F(
429
430
  () => r.value,
430
431
  () => {
431
432
  r.value && r.value.addEventListener("ended", () => {
432
- d.value = !0, e.type === "playback" && (c.value = !1);
433
+ u.value = !0, e.type === "playback" && (c.value = !1);
433
434
  });
434
435
  }
435
- ), S(
436
+ ), F(
436
437
  () => r.value,
437
438
  () => {
438
- r.value && L(() => {
439
+ r.value && P(() => {
439
440
  r.value.playbackRate = e.playbackRate || 1;
440
441
  });
441
442
  }
442
- ), S(
443
+ ), F(
443
444
  () => o.value,
444
445
  () => {
445
- o.value && L(() => {
446
- o.value.muted = a.value;
446
+ o.value && P(() => {
447
+ o.value.muted = s.value;
447
448
  });
448
449
  }
449
- ), S(
450
+ ), F(
450
451
  () => e.playbackRate,
451
452
  () => {
452
453
  r.value && (r.value.playbackRate = e.playbackRate || 1);
@@ -454,19 +455,19 @@ const Ue = /* @__PURE__ */ D({
454
455
  {
455
456
  immediate: !0
456
457
  }
457
- ), S(
458
+ ), F(
458
459
  () => e.paused,
459
460
  () => {
460
461
  o.value && (e.paused ? o.value.pause() : o.value.play());
461
462
  }
462
- ), S(
463
+ ), F(
463
464
  () => e.videoUrl,
464
465
  () => {
465
- c.value = !1, L(() => {
466
+ c.value = !1, P(() => {
466
467
  c.value = !0;
467
468
  });
468
469
  }
469
- ), (u, b) => (k(), O("div", qe, [
470
+ ), (d, b) => (g(), O("div", qe, [
470
471
  p(l(he), {
471
472
  spinning: e.loading,
472
473
  type: "component",
@@ -486,23 +487,23 @@ const Ue = /* @__PURE__ */ D({
486
487
  ])
487
488
  ]),
488
489
  v("div", Ze, [
489
- ["live"].includes(u.type) ? (k(), O(
490
+ ["live"].includes(d.type) ? (g(), O(
490
491
  "span",
491
492
  Ke,
492
493
  V(l(m)("正在实时预览")),
493
494
  1
494
495
  /* TEXT */
495
496
  )) : I("v-if", !0),
496
- I(' <das-icon class="icon close-icon" icon="close" @click.stop="handleClose"></das-icon> ')
497
+ I(' <das-icon v-if="isFullscreen" class="icon close-icon" icon="close" @click.stop="handleClose"></das-icon> ')
497
498
  ])
498
499
  ]),
499
- e.videoUrl && c.value ? (k(), E(l(we), {
500
+ e.videoUrl && c.value ? (g(), N(l(we), {
500
501
  key: 0,
501
502
  type: "flv",
502
503
  ref_key: "dasLivePlayerRef",
503
- ref: C,
504
- muted: a.value,
505
- onLoaded: g,
504
+ ref: k,
505
+ muted: s.value,
506
+ onLoaded: C,
506
507
  src: e.videoUrl
507
508
  }, null, 8, ["muted", "src"])) : I("v-if", !0),
508
509
  v("div", Xe, [
@@ -521,72 +522,72 @@ const Ue = /* @__PURE__ */ D({
521
522
  onDblclick: b[2] || (b[2] = y((z) => z.stopPropagation(), ["stop"]))
522
523
  },
523
524
  [
524
- p(l(w), {
525
+ p(l(h), {
525
526
  content: l(m)("声音")
526
527
  }, {
527
528
  default: f(() => [
528
- p(l($), {
529
+ p(l(L), {
529
530
  class: "icon icon-volume",
530
- icon: a.value ? "muted" : "volume",
531
- onClick: y(h, ["stop"])
531
+ icon: s.value ? "muted" : "volume",
532
+ onClick: y(w, ["stop"])
532
533
  }, null, 8, ["icon"])
533
534
  ]),
534
535
  _: 1
535
536
  /* STABLE */
536
537
  }, 8, ["content"]),
537
- p(l(w), {
538
+ p(l(h), {
538
539
  content: l(m)("截图")
539
540
  }, {
540
541
  default: f(() => [
541
- p(l($), {
542
+ p(l(L), {
542
543
  class: "icon icon-screenshot",
543
544
  icon: "screenshot",
544
- onClick: y(F, ["stop"])
545
+ onClick: y(S, ["stop"])
545
546
  })
546
547
  ]),
547
548
  _: 1
548
549
  /* STABLE */
549
550
  }, 8, ["content"]),
550
- U("control") ? (k(), E(l(w), {
551
+ U("control") ? (g(), N(l(h), {
551
552
  key: 0,
552
553
  content: l(m)("聚焦-")
553
554
  }, {
554
555
  default: f(() => [
555
- ["live", "polling"].includes(e.type) ? (k(), E(l($), {
556
+ ["live", "polling"].includes(e.type) ? (g(), N(l(L), {
556
557
  key: 0,
557
558
  class: "icon icon-shrink",
558
559
  icon: "shrink",
559
- onClick: b[0] || (b[0] = y((z) => B("zoomOut"), ["stop"]))
560
+ onClick: b[0] || (b[0] = y((z) => j("zoomOut"), ["stop"]))
560
561
  })) : I("v-if", !0)
561
562
  ]),
562
563
  _: 1
563
564
  /* STABLE */
564
565
  }, 8, ["content"])) : I("v-if", !0),
565
- U("control") ? (k(), E(l(w), {
566
+ U("control") ? (g(), N(l(h), {
566
567
  key: 1,
567
568
  content: l(m)("聚焦+")
568
569
  }, {
569
570
  default: f(() => [
570
- ["live", "polling"].includes(e.type) ? (k(), E(l($), {
571
+ ["live", "polling"].includes(e.type) ? (g(), N(l(L), {
571
572
  key: 0,
572
573
  class: "icon icon-enlarge",
573
574
  icon: "enlarge",
574
- onClick: b[1] || (b[1] = y((z) => B("zoomIn"), ["stop"]))
575
+ onClick: b[1] || (b[1] = y((z) => j("zoomIn"), ["stop"]))
575
576
  })) : I("v-if", !0)
576
577
  ]),
577
578
  _: 1
578
579
  /* STABLE */
579
580
  }, 8, ["content"])) : I("v-if", !0),
580
- U("control") ? (k(), E(l(w), {
581
+ U("control") ? (g(), N(l(h), {
581
582
  key: 2,
582
583
  content: l(m)("方向控制")
583
584
  }, {
584
585
  default: f(() => [
585
- ["live", "polling"].includes(e.type) ? (k(), E(l($), {
586
+ ["live", "polling"].includes(e.type) ? (g(), N(l(L), {
586
587
  key: 0,
587
588
  class: "icon icon-direction-control",
588
589
  icon: "direction-control",
589
- onClick: y(N, ["stop"])
590
+ onClick: y(E, ["stop"])
590
591
  })) : I("v-if", !0)
591
592
  ]),
592
593
  _: 1
@@ -598,7 +599,7 @@ const Ue = /* @__PURE__ */ D({
598
599
  )
599
600
  ])
600
601
  ]),
601
- s.value ? (k(), E(Qe, {
602
+ a.value ? (g(), N(Qe, {
602
603
  key: 1,
603
604
  onChange: se
604
605
  })) : I("v-if", !0)
@@ -608,7 +609,7 @@ const Ue = /* @__PURE__ */ D({
608
609
  }, 8, ["spinning", "tip"])
609
610
  ]));
610
611
  }
611
- }), tt = /* @__PURE__ */ x(et, [["__scopeId", "data-v-2bc90e59"]]), ot = "/api/device-relation/deviceproject/v1/project/device/video", nt = "v1", lt = ee(`/api/enterpriseright/permission/${nt}`), ie = ee(`${ot}`, it);
612
+ }), tt = /* @__PURE__ */ T(et, [["__scopeId", "data-v-9cfa053b"]]), ot = "/api/device-relation/deviceproject/v1/project/device/video", nt = "v1", lt = ee(`/api/enterpriseright/permission/${nt}`), ie = ee(`${ot}`, it);
612
613
  function it(t) {
613
614
  const n = M() ? M().id : 1;
614
615
  return t.params || (t.params = {}), t.params.project = n, t.params.projectId = n, t;
@@ -647,80 +648,86 @@ const at = /* @__PURE__ */ D({
647
648
  const {
648
649
  deviceInfo: e,
649
650
  source: i
650
- } = me(t), a = _(!1), o = _(""), s = async () => {
651
- var g;
652
- if (!((g = e.value) != null && g.deviceId)) return;
653
- a.value = !0;
654
- const [d, c] = await rt({
651
+ } = me(t), s = _(!1), o = _(""), a = async () => {
652
+ var C;
653
+ if (!((C = e.value) != null && C.deviceId)) return;
654
+ s.value = !0;
655
+ const [u, c] = await rt({
655
656
  productId: e.value.productId,
656
657
  deviceId: e.value.deviceId,
657
658
  source: i.value
658
659
  });
659
- d || (o.value = st(c == null ? void 0 : c.wsFlvStreamURL)), a.value = !1;
660
- }, C = (d) => {
660
+ u || (o.value = st(c == null ? void 0 : c.wsFlvStreamURL)), s.value = !1;
661
+ }, k = (u) => {
661
662
  Z({
662
663
  productId: e.value.productId,
663
664
  deviceId: e.value.deviceId,
664
- direction: d,
665
+ direction: u,
665
666
  zoom: "",
666
667
  source: i.value || "web"
667
668
  });
668
- }, r = (d) => {
669
+ }, r = (u) => {
669
670
  Z({
670
671
  productId: e.value.productId,
671
672
  deviceId: e.value.deviceId,
672
673
  direction: "",
673
- zoom: d,
674
+ zoom: u,
674
675
  source: i.value || "web"
675
676
  });
676
677
  };
677
678
  return K(() => {
678
- s();
679
- }), S(() => e.value, () => {
680
- s();
679
+ a();
680
+ }), F(() => e.value, () => {
681
+ a();
681
682
  }, {
682
683
  deep: !0
683
684
  }), () => p(J, null, [n.default({
684
685
  videoUrl: o.value,
685
- loading: a.value,
686
- onDirectionControl: C,
686
+ loading: s.value,
687
+ onDirectionControl: k,
687
688
  onZoomControl: r
688
689
  })]);
689
690
  }
690
691
  });
691
692
  function ct(t) {
692
693
  const n = _(0), e = _(), {
693
- toggle: i
694
- } = le(e);
694
+ toggle: i,
695
+ isFullscreen: s,
696
+ exit: o
697
+ } = le(e), a = (r, u) => {
698
+ s.value && o();
699
+ };
695
700
  return {
696
701
  render: () => p(Me, {
697
702
  ref: e,
698
703
  gridNum: t.gridNum,
699
704
  activeIndex: n.value,
700
- "onUpdate:activeIndex": (o) => n.value = o,
701
- showFn: (o) => !!t.deviceList[o]
705
+ "onUpdate:activeIndex": (r) => n.value = r,
706
+ showFn: (r) => !!t.deviceList[r]
702
707
  }, {
703
708
  default: ({
704
- index: o
709
+ index: r
705
710
  }) => {
706
- const s = t.deviceList[o], C = t.source;
711
+ const u = t.deviceList[r], c = t.source;
707
712
  return p(at, {
708
- deviceInfo: s,
709
- source: C
713
+ deviceInfo: u,
714
+ source: c
710
715
  }, {
711
716
  default: ({
712
- videoUrl: r,
713
- onDirectionControl: d,
714
- onZoomControl: c,
715
- loading: g
717
+ videoUrl: C,
718
+ onDirectionControl: w,
719
+ onZoomControl: E,
720
+ loading: $
716
721
  }) => p(tt, {
717
722
  type: "live",
718
- loading: g,
719
- videoUrl: r,
720
- title: s.deviceName,
721
- onDirectionControl: d,
722
- onZoomControl: c,
723
- authType: s.authType === 2 ? ["control"] : []
723
+ loading: $,
724
+ isFullscreen: s.value,
725
+ videoUrl: C,
726
+ title: u.deviceName,
727
+ onClose: () => a(),
728
+ onDirectionControl: w,
729
+ onZoomControl: E,
730
+ authType: u.authType === 2 ? ["control"] : []
724
731
  }, null)
725
732
  });
726
733
  }
@@ -738,10 +745,10 @@ const ut = /* @__PURE__ */ D({
738
745
  },
739
746
  emits: ["update:visible"],
740
747
  setup(t, { emit: n }) {
741
- const e = t, i = n, a = P({
748
+ const e = t, i = n, s = x({
742
749
  get: () => e.visible,
743
750
  set: (r) => i("update:visible", r)
744
- }), { render: o, toggleFullscreen: s } = ct(e), C = P(() => {
751
+ }), { render: o, toggleFullscreen: a } = ct(e), k = x(() => {
745
752
  let r = {};
746
753
  switch (e.gridNum) {
747
754
  case 1:
@@ -756,12 +763,12 @@ const ut = /* @__PURE__ */ D({
756
763
  }
757
764
  return r;
758
765
  });
759
- return (r, d) => (k(), E(l(ke), {
766
+ return (r, u) => (g(), N(l(ke), {
760
767
  size: "mini",
761
768
  title: l(m)("视频监控"),
762
- "custom-class": `das-linakge-video-dialog ${C.value}`,
763
- modelValue: a.value,
764
- "onUpdate:modelValue": d[0] || (d[0] = (c) => a.value = c),
769
+ "custom-class": `das-linakge-video-dialog ${k.value}`,
770
+ modelValue: s.value,
771
+ "onUpdate:modelValue": u[0] || (u[0] = (c) => s.value = c),
765
772
  bodyStyle: { padding: 0 },
766
773
  "close-on-click-modal": !1,
767
774
  "close-on-press-escape": !1,
@@ -778,14 +785,14 @@ const ut = /* @__PURE__ */ D({
778
785
  /* TEXT */
779
786
  )
780
787
  ]),
781
- p(l(w), {
788
+ p(l(h), {
782
789
  content: l(m)("页面全屏")
783
790
  }, {
784
791
  default: f(() => [
785
792
  p(l(ye), {
786
793
  class: "icon",
787
794
  color: "#999",
788
- onClick: l(s)
795
+ onClick: l(a)
789
796
  }, null, 8, ["onClick"])
790
797
  ]),
791
798
  _: 1
@@ -793,7 +800,7 @@ const ut = /* @__PURE__ */ D({
793
800
  }, 8, ["content"])
794
801
  ]),
795
802
  default: f(() => [
796
- a.value ? (k(), E(l(o), { key: 0 })) : I("v-if", !0)
803
+ s.value ? (g(), N(l(o), { key: 0 })) : I("v-if", !0)
797
804
  ]),
798
805
  _: 1
799
806
  /* STABLE */
@@ -821,8 +828,8 @@ const ut = /* @__PURE__ */ D({
821
828
  "聚焦-": { "zh-CN": "聚焦-", en: "Focus-", _appCode: "framework" },
822
829
  "聚焦+": { "zh-CN": "聚焦+", en: "Focus+", _appCode: "framework" }
823
830
  };
824
- Ce(dt);
825
- const It = ge(ut), Et = () => _(null);
831
+ ge(dt);
832
+ const It = Ce(ut), Et = () => _(null);
826
833
  export {
827
834
  It as DasVideoDialog,
828
835
  Et as DasVideoDialogRef,