@das-fed/ui 7.1.0-dev.1 → 7.1.0-dev.3

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 (63) hide show
  1. package/esm-map.json +1 -2
  2. package/package.json +5 -5
  3. package/packages/business-components/app-container/style.css +1 -1
  4. package/packages/business-components/app-container/style.css.gz +0 -0
  5. package/packages/business-components/area-phone-select/index.d.ts +23 -23
  6. package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
  7. package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
  8. package/packages/business-components/payment/index.d.ts +9 -11
  9. package/packages/business-components/payment/index.js +122 -129
  10. package/packages/business-components/payment/index.js.gz +0 -0
  11. package/packages/business-components/payment/style.css +1 -1
  12. package/packages/business-components/payment/type.d.ts +2 -0
  13. package/packages/business-components/process-search-form/index.js +54 -54
  14. package/packages/business-components/process-search-form/index.js.gz +0 -0
  15. package/packages/business-components/video-dialog/index.d.ts +10 -0
  16. package/packages/business-components/video-dialog/index.js +375 -356
  17. package/packages/business-components/video-dialog/index.js.gz +0 -0
  18. package/packages/business-components/video-dialog/src/api.d.ts +1 -0
  19. package/packages/business-components/video-dialog/src/component/Player/index.vue.d.ts +2 -0
  20. package/packages/business-components/video-dialog/src/hooks/use-video/PlayerProvider.d.ts +6 -0
  21. package/packages/business-components/video-dialog/src/index.vue.d.ts +2 -0
  22. package/packages/business-components/video-dialog/src/type.d.ts +7 -1
  23. package/packages/business-components/video-dialog/style.css +1 -1
  24. package/packages/business-components/video-dialog/style.css.gz +0 -0
  25. package/packages/components/autocomplete/index.d.ts +15 -15
  26. package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
  27. package/packages/components/checkbox/index.d.ts +15 -15
  28. package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
  29. package/packages/components/color-picker/index.d.ts +8 -8
  30. package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
  31. package/packages/components/custom-search-item/index.d.ts +15 -15
  32. package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
  33. package/packages/components/hls-player/index.js +488 -484
  34. package/packages/components/hls-player/index.js.gz +0 -0
  35. package/packages/components/hls-player/src/type.d.ts +3 -0
  36. package/packages/components/hls-player/style.css +1 -1
  37. package/packages/components/hls-player/style.css.gz +0 -0
  38. package/packages/components/input/index.d.ts +5 -5
  39. package/packages/components/input/src/index.vue.d.ts +2 -2
  40. package/packages/components/input-dialog-select/index.d.ts +2 -2
  41. package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
  42. package/packages/components/input-number/index.d.ts +8 -8
  43. package/packages/components/input-number/src/App.vue.d.ts +2 -2
  44. package/packages/components/live-player/index.d.ts +2 -0
  45. package/packages/components/live-player/index.js +822 -814
  46. package/packages/components/live-player/index.js.gz +0 -0
  47. package/packages/components/live-player/src/type.d.ts +3 -0
  48. package/packages/components/live-player/style.css +1 -1
  49. package/packages/components/radio/index.d.ts +15 -15
  50. package/packages/components/radio/src/Index.vue.d.ts +2 -2
  51. package/packages/components/rich-editor/index.d.ts +8 -8
  52. package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
  53. package/packages/components/search/index.d.ts +2 -2
  54. package/packages/components/search/src/Index.vue.d.ts +2 -2
  55. package/packages/components/search-form/index.js +175 -174
  56. package/packages/components/search-form/index.js.gz +0 -0
  57. package/packages/components/search-form/style.css +1 -1
  58. package/packages/components/search-form/style.css.gz +0 -0
  59. package/packages/components/special-range-picker-month/index.d.ts +2 -2
  60. package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
  61. package/packages/components/special-range-picker-year/index.d.ts +2 -2
  62. package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
  63. package/packages/components/tree-select/src/App.vue.d.ts +2 -2
@@ -1,60 +1,60 @@
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 J, nextTick as P, unref as l, ref as w, watch as R, defineComponent as O, useCssVars as pe, computed as U, createElementBlock as S, openBlock as p, normalizeClass as ve, renderSlot as ee, createCommentVNode as b, Fragment as x, renderList as fe, createBlock as N, withCtx as y, withModifiers as _, createVNode as v, createElementVNode as f, toDisplayString as V, toRefs as me } from "vue";
3
- import { withInstall as ye } from "@das-fed/utils/with-install/index";
4
- import { t as C, setI18nRule as Ce } from "@das-fed/web/packages/i18n/index";
5
- import { DasDialog as ge } from "@das-fed/ui/packages/components/dialog/index";
6
- import { DasTooltip as h } from "@das-fed/ui/packages/components/tooltip/index";
7
- import { DasIconFullscreen2 as ke } from "@das-fed/ui/packages/icons/fullscreen-2/index";
8
- import { DasAutoRegisterIcon as _e, DasIcon as $ } from "@das-fed/ui/packages/components/icon/index";
2
+ import { getCurrentScope as ue, onScopeDispose as de, getCurrentInstance as ve, onMounted as te, nextTick as P, unref as l, ref as h, watch as F, defineComponent as D, useCssVars as pe, computed as T, createElementBlock as S, openBlock as p, normalizeClass as fe, renderSlot as oe, createCommentVNode as I, Fragment as H, renderList as me, createBlock as R, withCtx as k, withModifiers as _, createVNode as f, createElementVNode as m, toDisplayString as j, toRefs as Ce } from "vue";
3
+ import { withInstall as ge } from "@das-fed/utils/with-install/index";
4
+ import { t as y, setI18nRule as ke } from "@das-fed/web/packages/i18n/index";
5
+ import { DasDialog as ye } from "@das-fed/ui/packages/components/dialog/index";
6
+ import { DasTooltip as w } from "@das-fed/ui/packages/components/tooltip/index";
7
+ import { DasIconFullscreen2 as _e } from "@das-fed/ui/packages/icons/fullscreen-2/index";
8
+ import { DasAutoRegisterIcon as he, DasIcon as $ } from "@das-fed/ui/packages/components/icon/index";
9
9
  import { DasLivePlayer as we } from "@das-fed/ui/packages/components/live-player/index";
10
- import { DasSpin as he } from "@das-fed/ui/packages/components/spin/index";
11
- import { DasHlsPlayer as be } from "@das-fed/ui/packages/components/hls-player/index";
12
- import Ie from "dayjs";
13
- import { createService as te } from "@das-fed/utils/api-services/src/create-service";
14
- import { getProjectInfo as A, getToken as Ee } from "@das-fed/utils/common-info";
15
- var Q;
16
- const j = typeof window < "u", Ne = (t) => typeof t == "string", Fe = () => {
10
+ import { DasSpin as be } from "@das-fed/ui/packages/components/spin/index";
11
+ import { DasHlsPlayer as Ie } from "@das-fed/ui/packages/components/hls-player/index";
12
+ import Ee from "dayjs";
13
+ import { createService as M } from "@das-fed/utils/api-services/src/create-service";
14
+ import { getProjectInfo as q, getToken as Re } from "@das-fed/utils/common-info";
15
+ var G;
16
+ const A = typeof window < "u", Ne = (t) => typeof t == "string", Fe = () => {
17
17
  };
18
- j && ((Q = window == null ? void 0 : window.navigator) != null && Q.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
19
- function oe(t) {
18
+ A && ((G = window == null ? void 0 : window.navigator) != null && G.userAgent) && /iP(ad|hone|od)/.test(window.navigator.userAgent);
19
+ function ne(t) {
20
20
  return typeof t == "function" ? t() : l(t);
21
21
  }
22
- function Re(t) {
22
+ function Se(t) {
23
23
  return t;
24
24
  }
25
- function ne(t) {
26
- return ce() ? (ue(t), !0) : !1;
25
+ function le(t) {
26
+ return ue() ? (de(t), !0) : !1;
27
27
  }
28
- function Se(t, n = !0) {
29
- de() ? J(t) : n ? t() : P(t);
28
+ function Le(t, n = !0) {
29
+ ve() ? te(t) : n ? t() : P(t);
30
30
  }
31
- function le(t) {
31
+ function ie(t) {
32
32
  var n;
33
- const e = oe(t);
33
+ const e = ne(t);
34
34
  return (n = e == null ? void 0 : e.$el) != null ? n : e;
35
35
  }
36
- const ze = j ? window : void 0, De = j ? window.document : void 0;
37
- function Oe(...t) {
38
- let n, e, i, r;
39
- if (Ne(t[0]) || Array.isArray(t[0]) ? ([e, i, r] = t, n = ze) : [n, e, i, r] = t, !n)
36
+ const Oe = A ? window : void 0, ze = A ? window.document : void 0;
37
+ function De(...t) {
38
+ let n, e, i, a;
39
+ if (Ne(t[0]) || Array.isArray(t[0]) ? ([e, i, a] = t, n = Oe) : [n, e, i, a] = t, !n)
40
40
  return Fe;
41
41
  Array.isArray(e) || (e = [e]), Array.isArray(i) || (i = [i]);
42
- const o = [], a = () => {
43
- o.forEach((c) => c()), o.length = 0;
44
- }, g = (c, d, k, I) => (c.addEventListener(d, k, I), () => c.removeEventListener(d, k, I)), s = R(() => [le(n), oe(r)], ([c, d]) => {
45
- a(), c && o.push(...e.flatMap((k) => i.map((I) => g(c, k, I, d))));
46
- }, { immediate: !0, flush: "post" }), m = () => {
47
- s(), a();
42
+ const o = [], s = () => {
43
+ o.forEach((r) => r()), o.length = 0;
44
+ }, C = (r, d, g, b) => (r.addEventListener(d, g, b), () => r.removeEventListener(d, g, b)), c = F(() => [ie(n), ne(a)], ([r, d]) => {
45
+ s(), r && o.push(...e.flatMap((g) => i.map((b) => C(r, g, b, d))));
46
+ }, { immediate: !0, flush: "post" }), u = () => {
47
+ c(), s();
48
48
  };
49
- return ne(m), m;
49
+ return le(u), u;
50
50
  }
51
- function Le(t, n = !1) {
52
- const e = w(), i = () => e.value = !!t();
53
- return i(), Se(i, n), e;
51
+ function Ue(t, n = !1) {
52
+ const e = h(), i = () => e.value = !!t();
53
+ return i(), Le(i, n), e;
54
54
  }
55
- const q = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, G = "__vueuse_ssr_handlers__";
56
- q[G] = q[G] || {};
57
- const W = [
55
+ const W = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {}, Y = "__vueuse_ssr_handlers__";
56
+ W[Y] = W[Y] || {};
57
+ const Z = [
58
58
  [
59
59
  "requestFullscreen",
60
60
  "exitFullscreen",
@@ -96,54 +96,54 @@ const W = [
96
96
  "MSFullscreenError"
97
97
  ]
98
98
  ];
99
- function ie(t, n = {}) {
100
- const { document: e = De, autoExit: i = !1 } = n, r = t || (e == null ? void 0 : e.querySelector("html")), o = w(!1);
101
- let a = W[0];
102
- const g = Le(() => {
99
+ function ae(t, n = {}) {
100
+ const { document: e = ze, autoExit: i = !1 } = n, a = t || (e == null ? void 0 : e.querySelector("html")), o = h(!1);
101
+ let s = Z[0];
102
+ const C = Ue(() => {
103
103
  if (e) {
104
- for (const F of W)
105
- if (F[1] in e)
106
- return a = F, !0;
104
+ for (const N of Z)
105
+ if (N[1] in e)
106
+ return s = N, !0;
107
107
  } else
108
108
  return !1;
109
109
  return !1;
110
- }), [s, m, c, , d] = a;
111
- async function k() {
112
- g.value && (e != null && e[c] && await e[m](), o.value = !1);
110
+ }), [c, u, r, , d] = s;
111
+ async function g() {
112
+ C.value && (e != null && e[r] && await e[u](), o.value = !1);
113
113
  }
114
- async function I() {
115
- if (!g.value)
114
+ async function b() {
115
+ if (!C.value)
116
116
  return;
117
- await k();
118
- const F = le(r);
119
- F && (await F[s](), o.value = !0);
117
+ await g();
118
+ const N = ie(a);
119
+ N && (await N[c](), o.value = !0);
120
120
  }
121
121
  async function L() {
122
- o.value ? await k() : await I();
122
+ o.value ? await g() : await b();
123
123
  }
124
- return e && Oe(e, d, () => {
125
- o.value = !!(e != null && e[c]);
126
- }, !1), i && ne(k), {
127
- isSupported: g,
124
+ return e && De(e, d, () => {
125
+ o.value = !!(e != null && e[r]);
126
+ }, !1), i && le(g), {
127
+ isSupported: C,
128
128
  isFullscreen: o,
129
- enter: I,
130
- exit: k,
129
+ enter: b,
130
+ exit: g,
131
131
  toggle: L
132
132
  };
133
133
  }
134
- var Y;
134
+ var K;
135
135
  (function(t) {
136
136
  t.UP = "UP", t.RIGHT = "RIGHT", t.DOWN = "DOWN", t.LEFT = "LEFT", t.NONE = "NONE";
137
- })(Y || (Y = {}));
138
- var $e = Object.defineProperty, Z = Object.getOwnPropertySymbols, Pe = Object.prototype.hasOwnProperty, Ue = Object.prototype.propertyIsEnumerable, K = (t, n, e) => n in t ? $e(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e, xe = (t, n) => {
137
+ })(K || (K = {}));
138
+ var $e = Object.defineProperty, X = Object.getOwnPropertySymbols, Pe = Object.prototype.hasOwnProperty, Te = Object.prototype.propertyIsEnumerable, J = (t, n, e) => n in t ? $e(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e, xe = (t, n) => {
139
139
  for (var e in n || (n = {}))
140
- Pe.call(n, e) && K(t, e, n[e]);
141
- if (Z)
142
- for (var e of Z(n))
143
- Ue.call(n, e) && K(t, e, n[e]);
140
+ Pe.call(n, e) && J(t, e, n[e]);
141
+ if (X)
142
+ for (var e of X(n))
143
+ Te.call(n, e) && J(t, e, n[e]);
144
144
  return t;
145
145
  };
146
- const Te = {
146
+ const He = {
147
147
  easeInSine: [0.12, 0, 0.39, 0],
148
148
  easeOutSine: [0.61, 1, 0.88, 1],
149
149
  easeInOutSine: [0.37, 0, 0.63, 1],
@@ -170,9 +170,9 @@ const Te = {
170
170
  easeInOutBack: [0.68, -0.6, 0.32, 1.6]
171
171
  };
172
172
  xe({
173
- linear: Re
174
- }, Te);
175
- const Be = /* @__PURE__ */ O({
173
+ linear: Se
174
+ }, He);
175
+ const Be = /* @__PURE__ */ D({
176
176
  __name: "GridItem",
177
177
  props: {
178
178
  active: { type: Boolean },
@@ -180,38 +180,38 @@ const Be = /* @__PURE__ */ O({
180
180
  },
181
181
  emits: ["itemClick"],
182
182
  setup(t, { emit: n }) {
183
- pe((c) => ({
184
- "9b3a2c32": m.value
183
+ pe((r) => ({
184
+ "9b3a2c32": u.value
185
185
  }));
186
- const e = t, i = n, r = w(), { toggle: o, isFullscreen: a } = ie(r), g = () => {
187
- r.value != document.fullscreenElement && (a.value ? (a.value = !1, P(() => {
186
+ const e = t, i = n, a = h(), { toggle: o, isFullscreen: s } = ae(a), C = () => {
187
+ a.value != document.fullscreenElement && (s.value ? (s.value = !1, P(() => {
188
188
  o();
189
189
  })) : o());
190
- }, s = () => {
190
+ }, c = () => {
191
191
  i("itemClick");
192
- }, m = U(() => `calc(100% / ${Math.sqrt(e.gridNum)})`);
193
- return (c, d) => (p(), S(
192
+ }, u = T(() => `calc(100% / ${Math.sqrt(e.gridNum)})`);
193
+ return (r, d) => (p(), S(
194
194
  "div",
195
195
  {
196
196
  ref_key: "containerRef",
197
- ref: r,
198
- class: ve(["wrapper", { "is-active": e.active }]),
199
- onDblclick: d[0] || (d[0] = (k) => g()),
200
- onClick: d[1] || (d[1] = (k) => s())
197
+ ref: a,
198
+ class: fe(["wrapper", { "is-active": e.active }]),
199
+ onDblclick: d[0] || (d[0] = (g) => C()),
200
+ onClick: d[1] || (d[1] = (g) => c())
201
201
  },
202
202
  [
203
- ee(c.$slots, "default", {}, void 0, !0)
203
+ oe(r.$slots, "default", {}, void 0, !0)
204
204
  ],
205
205
  34
206
206
  /* CLASS, NEED_HYDRATION */
207
207
  ));
208
208
  }
209
- }), T = (t, n) => {
209
+ }), B = (t, n) => {
210
210
  const e = t.__vccOpts || t;
211
- for (const [i, r] of n)
212
- e[i] = r;
211
+ for (const [i, a] of n)
212
+ e[i] = a;
213
213
  return e;
214
- }, He = /* @__PURE__ */ T(Be, [["__scopeId", "data-v-100b67ca"]]), Ve = { class: "layout-wrapper" }, je = /* @__PURE__ */ O({
214
+ }, Ve = /* @__PURE__ */ B(Be, [["__scopeId", "data-v-100b67ca"]]), je = { class: "layout-wrapper" }, Me = /* @__PURE__ */ D({
215
215
  __name: "GridLayout",
216
216
  props: {
217
217
  gridNum: {},
@@ -220,24 +220,24 @@ const Be = /* @__PURE__ */ O({
220
220
  },
221
221
  emits: ["update:activeIndex"],
222
222
  setup(t, { emit: n }) {
223
- const e = t, i = n, r = (o) => {
223
+ const e = t, i = n, a = (o) => {
224
224
  i("update:activeIndex", o);
225
225
  };
226
- return (o, a) => (p(), S("div", Ve, [
227
- b(' :active="index === activeIndex" '),
226
+ return (o, s) => (p(), S("div", je, [
227
+ I(' :active="index === activeIndex" '),
228
228
  (p(!0), S(
229
- x,
229
+ H,
230
230
  null,
231
- fe(e.gridNum, (g, s) => (p(), N(He, {
231
+ me(e.gridNum, (C, c) => (p(), R(Ve, {
232
232
  active: !1,
233
233
  "grid-num": e.gridNum,
234
- onItemClick: (m) => r(s)
234
+ onItemClick: (u) => a(c)
235
235
  }, {
236
- default: y(() => [
237
- o.showFn(s) ? ee(o.$slots, "default", {
236
+ default: k(() => [
237
+ o.showFn(c) ? oe(o.$slots, "default", {
238
238
  key: 0,
239
- index: s
240
- }, void 0, !0) : b("v-if", !0)
239
+ index: c
240
+ }, void 0, !0) : I("v-if", !0)
241
241
  ]),
242
242
  _: 2
243
243
  /* DYNAMIC */
@@ -247,123 +247,123 @@ const Be = /* @__PURE__ */ O({
247
247
  ))
248
248
  ]));
249
249
  }
250
- }), Me = /* @__PURE__ */ T(je, [["__scopeId", "data-v-661e2289"]]), Ae = /* @__PURE__ */ O({
250
+ }), Ae = /* @__PURE__ */ B(Me, [["__scopeId", "data-v-661e2289"]]), Qe = /* @__PURE__ */ D({
251
251
  __name: "DirectionControl",
252
252
  emits: ["change"],
253
253
  setup(t, { emit: n }) {
254
- const e = n, i = (r) => {
255
- e("change", r);
254
+ const e = n, i = (a) => {
255
+ e("change", a);
256
256
  };
257
- return (r, o) => (p(), S(
257
+ return (a, o) => (p(), S(
258
258
  "div",
259
259
  {
260
260
  class: "direction-control",
261
- onDblclick: o[9] || (o[9] = _((a) => a.stopPropagation(), ["stop"]))
261
+ onDblclick: o[9] || (o[9] = _((s) => s.stopPropagation(), ["stop"]))
262
262
  },
263
263
  [
264
- v(l(h), {
265
- content: l(C)("左上")
264
+ f(l(w), {
265
+ content: l(y)("左上")
266
266
  }, {
267
- default: y(() => [
268
- f("div", {
267
+ default: k(() => [
268
+ m("div", {
269
269
  class: "icon icon-top-left",
270
- onClick: o[0] || (o[0] = _((a) => i("leftUp"), ["stop"]))
270
+ onClick: o[0] || (o[0] = _((s) => i("leftUp"), ["stop"]))
271
271
  })
272
272
  ]),
273
273
  _: 1
274
274
  /* STABLE */
275
275
  }, 8, ["content"]),
276
- v(l(h), {
277
- content: l(C)("上")
276
+ f(l(w), {
277
+ content: l(y)("上")
278
278
  }, {
279
- default: y(() => [
280
- f("div", {
279
+ default: k(() => [
280
+ m("div", {
281
281
  class: "icon icon-top",
282
- onClick: o[1] || (o[1] = _((a) => i("up"), ["stop"]))
282
+ onClick: o[1] || (o[1] = _((s) => i("up"), ["stop"]))
283
283
  })
284
284
  ]),
285
285
  _: 1
286
286
  /* STABLE */
287
287
  }, 8, ["content"]),
288
- v(l(h), {
289
- content: l(C)("右上")
288
+ f(l(w), {
289
+ content: l(y)("右上")
290
290
  }, {
291
- default: y(() => [
292
- f("div", {
291
+ default: k(() => [
292
+ m("div", {
293
293
  class: "icon icon-top-right",
294
- onClick: o[2] || (o[2] = _((a) => i("rightUp"), ["stop"]))
294
+ onClick: o[2] || (o[2] = _((s) => i("rightUp"), ["stop"]))
295
295
  })
296
296
  ]),
297
297
  _: 1
298
298
  /* STABLE */
299
299
  }, 8, ["content"]),
300
- v(l(h), {
301
- content: l(C)("左")
300
+ f(l(w), {
301
+ content: l(y)("左")
302
302
  }, {
303
- default: y(() => [
304
- f("div", {
303
+ default: k(() => [
304
+ m("div", {
305
305
  class: "icon icon-left",
306
- onClick: o[3] || (o[3] = _((a) => i("left"), ["stop"]))
306
+ onClick: o[3] || (o[3] = _((s) => i("left"), ["stop"]))
307
307
  })
308
308
  ]),
309
309
  _: 1
310
310
  /* STABLE */
311
311
  }, 8, ["content"]),
312
- v(l(h), {
313
- content: l(C)("自动")
312
+ f(l(w), {
313
+ content: l(y)("自动")
314
314
  }, {
315
- default: y(() => [
316
- f("div", {
315
+ default: k(() => [
316
+ m("div", {
317
317
  class: "icon icon-auto",
318
- onClick: o[4] || (o[4] = _((a) => i("auto"), ["stop"]))
318
+ onClick: o[4] || (o[4] = _((s) => i("auto"), ["stop"]))
319
319
  })
320
320
  ]),
321
321
  _: 1
322
322
  /* STABLE */
323
323
  }, 8, ["content"]),
324
- v(l(h), {
325
- content: l(C)("右")
324
+ f(l(w), {
325
+ content: l(y)("右")
326
326
  }, {
327
- default: y(() => [
328
- f("div", {
327
+ default: k(() => [
328
+ m("div", {
329
329
  class: "icon icon-right",
330
- onClick: o[5] || (o[5] = _((a) => i("right"), ["stop"]))
330
+ onClick: o[5] || (o[5] = _((s) => i("right"), ["stop"]))
331
331
  })
332
332
  ]),
333
333
  _: 1
334
334
  /* STABLE */
335
335
  }, 8, ["content"]),
336
- v(l(h), {
337
- content: l(C)("左下")
336
+ f(l(w), {
337
+ content: l(y)("左下")
338
338
  }, {
339
- default: y(() => [
340
- f("div", {
339
+ default: k(() => [
340
+ m("div", {
341
341
  class: "icon icon-bottom-left",
342
- onClick: o[6] || (o[6] = _((a) => i("leftDown"), ["stop"]))
342
+ onClick: o[6] || (o[6] = _((s) => i("leftDown"), ["stop"]))
343
343
  })
344
344
  ]),
345
345
  _: 1
346
346
  /* STABLE */
347
347
  }, 8, ["content"]),
348
- v(l(h), {
349
- content: l(C)("下")
348
+ f(l(w), {
349
+ content: l(y)("下")
350
350
  }, {
351
- default: y(() => [
352
- f("div", {
351
+ default: k(() => [
352
+ m("div", {
353
353
  class: "icon icon-bottom",
354
- onClick: o[7] || (o[7] = _((a) => i("down"), ["stop"]))
354
+ onClick: o[7] || (o[7] = _((s) => i("down"), ["stop"]))
355
355
  })
356
356
  ]),
357
357
  _: 1
358
358
  /* STABLE */
359
359
  }, 8, ["content"]),
360
- v(l(h), {
361
- content: l(C)("右下")
360
+ f(l(w), {
361
+ content: l(y)("右下")
362
362
  }, {
363
- default: y(() => [
364
- f("div", {
363
+ default: k(() => [
364
+ m("div", {
365
365
  class: "icon icon-bottom-right",
366
- onClick: o[8] || (o[8] = _((a) => i("rightDown"), ["stop"]))
366
+ onClick: o[8] || (o[8] = _((s) => i("rightDown"), ["stop"]))
367
367
  })
368
368
  ]),
369
369
  _: 1
@@ -374,10 +374,10 @@ const Be = /* @__PURE__ */ O({
374
374
  /* NEED_HYDRATION */
375
375
  ));
376
376
  }
377
- }), Qe = /* @__PURE__ */ T(Ae, [["__scopeId", "data-v-db2e8ec2"]]), qe = { class: "video-wrapper" }, Ge = { class: "video-top" }, We = { class: "video-top_l" }, Ye = { class: "video-title-wrapper" }, Ze = { class: "video-title" }, Ke = { class: "video-top_r" }, Xe = {
377
+ }), qe = /* @__PURE__ */ B(Qe, [["__scopeId", "data-v-db2e8ec2"]]), Ge = { class: "video-wrapper" }, We = { class: "video-top" }, Ye = { class: "video-top_l" }, Ze = { class: "video-title-wrapper" }, Ke = { class: "video-title" }, Xe = { class: "video-top_r" }, Je = {
378
378
  key: 0,
379
379
  class: "play-status"
380
- }, Je = { class: "video-bottom" }, et = { class: "video-bottom_r" }, tt = /* @__PURE__ */ O({
380
+ }, et = { class: "video-bottom" }, tt = { class: "video-bottom_r" }, ot = /* @__PURE__ */ D({
381
381
  __name: "index",
382
382
  props: {
383
383
  videoUrl: {},
@@ -391,252 +391,254 @@ const Be = /* @__PURE__ */ O({
391
391
  isHls: { type: Boolean, default: !1 },
392
392
  onReplay: {}
393
393
  },
394
- emits: ["close", "directionControl", "zoomControl"],
394
+ emits: ["close", "directionControl", "zoomControl", "handleClick"],
395
395
  setup(t, { emit: n }) {
396
396
  const e = t, i = n;
397
- _e({
397
+ he({
398
398
  muted: import("@das-fed/ui/packages/icons/muted"),
399
399
  volume: import("@das-fed/ui/packages/icons/volume"),
400
400
  shrink: import("@das-fed/ui/packages/icons/shrink"),
401
401
  enlarge: import("@das-fed/ui/packages/icons/enlarge"),
402
- "direction-control": import("@das-fed/ui/packages/icons/direction-control")
402
+ "direction-control": import("@das-fed/ui/packages/icons/direction-control"),
403
+ screenshot: import("@das-fed/ui/packages/icons/screenshot")
403
404
  });
404
- const r = w(!0), o = w(), a = w(!1), g = w(), s = U(() => {
405
- var u;
406
- return (u = g.value) == null ? void 0 : u.video;
407
- }), m = w(!1), c = w(!0), d = (u) => {
408
- o.value = u, !e.isHls && o.value.on(window.mpegts.Events.ERROR, (E) => {
405
+ const a = h(!0), o = h(), s = h(!1), C = h(), c = T(() => {
406
+ var v;
407
+ return (v = C.value) == null ? void 0 : v.video;
408
+ }), u = h(!1), r = h(!0), d = (v) => {
409
+ o.value = v, !e.isHls && o.value.on(window.mpegts.Events.ERROR, (E) => {
409
410
  });
410
- }, k = () => {
411
- r.value = !r.value, o.value && (o.value.muted = r.value);
412
- }, I = () => {
413
- a.value = !a.value;
414
- }, L = w(""), F = () => {
415
- const u = document.createElement("canvas");
416
- if (s.value) {
417
- u.width = s.value.clientWidth, u.height = s.value.clientHeight;
418
- const E = u.getContext("2d");
419
- E == null || E.drawImage(s.value, 0, 0, u.width, u.height);
420
- const D = u.toDataURL("image/jpg"), ae = `【${e.title}】${Ie().format("YYYYMMDDHHmmss").toString()}.jpg`;
421
- if (L.value = D, "download" in document.createElement("a")) {
422
- const z = document.createElement("a");
423
- z.download = ae, z.style.display = "none", z.href = D, document.body.appendChild(z), document.body.appendChild(u), z.click(), URL.revokeObjectURL(z.href), document.body.removeChild(z), document.body.removeChild(u);
411
+ }, g = () => {
412
+ a.value = !a.value, i("handleClick", a.value ? "MUTE" : "UNMUTE"), o.value && (o.value.muted = a.value);
413
+ }, b = () => {
414
+ s.value = !s.value;
415
+ }, L = h(""), N = () => {
416
+ const v = document.createElement("canvas");
417
+ if (i("handleClick", "SCREENSHOT"), c.value) {
418
+ v.width = c.value.clientWidth, v.height = c.value.clientHeight;
419
+ const E = v.getContext("2d");
420
+ E == null || E.drawImage(c.value, 0, 0, v.width, v.height);
421
+ const z = v.toDataURL("image/jpg"), ce = `【${e.title}】${Ee().format("YYYYMMDDHHmmss").toString()}.jpg`;
422
+ if (L.value = z, "download" in document.createElement("a")) {
423
+ const O = document.createElement("a");
424
+ O.download = ce, O.style.display = "none", O.href = z, document.body.appendChild(O), document.body.appendChild(v), O.click(), URL.revokeObjectURL(O.href), document.body.removeChild(O), document.body.removeChild(v);
424
425
  }
425
426
  }
426
- }, B = (u) => {
427
- i("directionControl", u);
428
- }, M = (u) => {
429
- i("zoomControl", u);
430
- }, H = (u) => e.authType.includes(u);
431
- return R(
432
- () => s.value,
427
+ }, V = (v) => {
428
+ i("directionControl", v);
429
+ }, x = (v) => {
430
+ i("zoomControl", v);
431
+ }, U = (v) => e.authType.includes(v);
432
+ return F(
433
+ () => c.value,
433
434
  () => {
434
- s.value && s.value.addEventListener("ended", () => {
435
- m.value = !0, e.type === "playback" && (c.value = !1);
435
+ c.value && c.value.addEventListener("ended", () => {
436
+ u.value = !0, e.type === "playback" && (r.value = !1);
436
437
  });
437
438
  }
438
- ), R(
439
- () => s.value,
439
+ ), F(
440
+ () => c.value,
440
441
  () => {
441
- s.value && P(() => {
442
- s.value.playbackRate = e.playbackRate || 1;
442
+ c.value && P(() => {
443
+ c.value.playbackRate = e.playbackRate || 1;
443
444
  });
444
445
  }
445
- ), R(
446
+ ), F(
446
447
  () => o.value,
447
448
  () => {
448
449
  o.value && P(() => {
449
- o.value.muted = r.value;
450
+ o.value.muted = a.value;
450
451
  });
451
452
  }
452
- ), R(
453
+ ), F(
453
454
  () => e.playbackRate,
454
455
  () => {
455
- s.value && (s.value.playbackRate = e.playbackRate || 1);
456
+ c.value && (c.value.playbackRate = e.playbackRate || 1);
456
457
  },
457
458
  {
458
459
  immediate: !0
459
460
  }
460
- ), R(
461
+ ), F(
461
462
  () => e.paused,
462
463
  () => {
463
464
  o.value && (e.paused ? o.value.pause() : o.value.play());
464
465
  }
465
- ), R(
466
+ ), F(
466
467
  () => e.videoUrl,
467
468
  () => {
468
- c.value = !1, P(() => {
469
- c.value = !0;
469
+ r.value = !1, P(() => {
470
+ r.value = !0;
470
471
  });
471
472
  }
472
- ), (u, E) => (p(), S("div", qe, [
473
- v(l(he), {
473
+ ), (v, E) => (p(), S("div", Ge, [
474
+ f(l(be), {
474
475
  spinning: e.loading,
475
476
  type: "component",
476
- tip: l(C)("加载中...")
477
+ tip: l(y)("加载中...")
477
478
  }, {
478
- default: y(() => [
479
- f("div", Ge, [
480
- f("div", We, [
481
- f("div", Ye, [
482
- f(
479
+ default: k(() => [
480
+ m("div", We, [
481
+ m("div", Ye, [
482
+ m("div", Ze, [
483
+ m(
483
484
  "div",
484
- Ze,
485
- V(e.title.length > 20 ? e.title.slice(0, 19) + "..." : e.title),
485
+ Ke,
486
+ j(e.title.length > 20 ? e.title.slice(0, 19) + "..." : e.title),
486
487
  1
487
488
  /* TEXT */
488
489
  )
489
490
  ])
490
491
  ]),
491
- f("div", Ke, [
492
- ["live"].includes(u.type) ? (p(), S(
492
+ m("div", Xe, [
493
+ ["live"].includes(v.type) ? (p(), S(
493
494
  "span",
494
- Xe,
495
- V(l(C)("正在实时预览")),
495
+ Je,
496
+ j(l(y)("正在实时预览")),
496
497
  1
497
498
  /* TEXT */
498
- )) : b("v-if", !0),
499
- b(' <das-icon v-if="isFullscreen" class="icon close-icon" icon="close" @click.stop="handleClose"></das-icon> ')
499
+ )) : I("v-if", !0),
500
+ I(' <das-icon v-if="isFullscreen" class="icon close-icon" icon="close" @click.stop="handleClose"></das-icon> ')
500
501
  ])
501
502
  ]),
502
- u.isHls ? (p(), S(
503
- x,
503
+ v.isHls ? (p(), S(
504
+ H,
504
505
  { key: 1 },
505
506
  [
506
- e.videoUrl && c.value ? (p(), N(l(be), {
507
+ e.videoUrl && r.value ? (p(), R(l(Ie), {
507
508
  key: 0,
508
509
  ref_key: "dasLivePlayerRef",
509
- ref: g,
510
- muted: r.value,
510
+ ref: C,
511
+ muted: a.value,
511
512
  onLoaded: d,
512
513
  src: e.videoUrl
513
- }, null, 8, ["muted", "src"])) : b("v-if", !0)
514
+ }, null, 8, ["muted", "src"])) : I("v-if", !0)
514
515
  ],
515
516
  64
516
517
  /* STABLE_FRAGMENT */
517
518
  )) : (p(), S(
518
- x,
519
+ H,
519
520
  { key: 0 },
520
521
  [
521
- e.videoUrl && c.value ? (p(), N(l(we), {
522
+ e.videoUrl && r.value ? (p(), R(l(we), {
522
523
  key: 0,
523
524
  type: "flv",
524
525
  ref_key: "dasLivePlayerRef",
525
- ref: g,
526
- muted: r.value,
526
+ ref: C,
527
+ muted: a.value,
527
528
  onLoaded: d,
528
529
  src: e.videoUrl
529
- }, null, 8, ["muted", "src"])) : b("v-if", !0)
530
+ }, null, 8, ["muted", "src"])) : I("v-if", !0)
530
531
  ],
531
532
  64
532
533
  /* STABLE_FRAGMENT */
533
534
  )),
534
- f("div", Je, [
535
- E[3] || (E[3] = f(
535
+ m("div", et, [
536
+ E[3] || (E[3] = m(
536
537
  "div",
537
538
  { class: "video-bottom_l" },
538
539
  null,
539
540
  -1
540
541
  /* CACHED */
541
542
  )),
542
- f("div", et, [
543
- f(
543
+ m("div", tt, [
544
+ m(
544
545
  "div",
545
546
  {
546
547
  class: "controls",
547
- onDblclick: E[2] || (E[2] = _((D) => D.stopPropagation(), ["stop"]))
548
+ onDblclick: E[2] || (E[2] = _((z) => z.stopPropagation(), ["stop"]))
548
549
  },
549
550
  [
550
- v(l(h), {
551
- content: l(C)("声音")
551
+ f(l(w), {
552
+ content: l(y)("声音")
552
553
  }, {
553
- default: y(() => [
554
- v(l($), {
554
+ default: k(() => [
555
+ f(l($), {
555
556
  class: "icon icon-volume",
556
- icon: r.value ? "muted" : "volume",
557
- onClick: _(k, ["stop"])
557
+ icon: a.value ? "muted" : "volume",
558
+ onClick: _(g, ["stop"])
558
559
  }, null, 8, ["icon"])
559
560
  ]),
560
561
  _: 1
561
562
  /* STABLE */
562
563
  }, 8, ["content"]),
563
- v(l(h), {
564
- content: l(C)("截图")
564
+ f(l(w), {
565
+ content: l(y)("截图")
565
566
  }, {
566
- default: y(() => [
567
- v(l($), {
567
+ default: k(() => [
568
+ f(l($), {
568
569
  class: "icon icon-screenshot",
569
570
  icon: "screenshot",
570
- onClick: _(F, ["stop"])
571
+ onClick: _(N, ["stop"])
571
572
  })
572
573
  ]),
573
574
  _: 1
574
575
  /* STABLE */
575
576
  }, 8, ["content"]),
576
- H("control") ? (p(), N(l(h), {
577
+ U("control") ? (p(), R(l(w), {
577
578
  key: 0,
578
- content: l(C)("聚焦-")
579
+ content: l(y)("聚焦-")
579
580
  }, {
580
- default: y(() => [
581
- ["live", "polling"].includes(e.type) ? (p(), N(l($), {
581
+ default: k(() => [
582
+ ["live", "polling"].includes(e.type) ? (p(), R(l($), {
582
583
  key: 0,
583
584
  class: "icon icon-shrink",
584
585
  icon: "shrink",
585
- onClick: E[0] || (E[0] = _((D) => M("zoomOut"), ["stop"]))
586
- })) : b("v-if", !0)
586
+ onClick: E[0] || (E[0] = _((z) => x("zoomOut"), ["stop"]))
587
+ })) : I("v-if", !0)
587
588
  ]),
588
589
  _: 1
589
590
  /* STABLE */
590
- }, 8, ["content"])) : b("v-if", !0),
591
- H("control") ? (p(), N(l(h), {
591
+ }, 8, ["content"])) : I("v-if", !0),
592
+ U("control") ? (p(), R(l(w), {
592
593
  key: 1,
593
- content: l(C)("聚焦+")
594
+ content: l(y)("聚焦+")
594
595
  }, {
595
- default: y(() => [
596
- ["live", "polling"].includes(e.type) ? (p(), N(l($), {
596
+ default: k(() => [
597
+ ["live", "polling"].includes(e.type) ? (p(), R(l($), {
597
598
  key: 0,
598
599
  class: "icon icon-enlarge",
599
600
  icon: "enlarge",
600
- onClick: E[1] || (E[1] = _((D) => M("zoomIn"), ["stop"]))
601
- })) : b("v-if", !0)
601
+ onClick: E[1] || (E[1] = _((z) => x("zoomIn"), ["stop"]))
602
+ })) : I("v-if", !0)
602
603
  ]),
603
604
  _: 1
604
605
  /* STABLE */
605
- }, 8, ["content"])) : b("v-if", !0),
606
- H("control") ? (p(), N(l(h), {
606
+ }, 8, ["content"])) : I("v-if", !0),
607
+ U("control") ? (p(), R(l(w), {
607
608
  key: 2,
608
- content: l(C)("方向控制")
609
+ content: l(y)("方向控制")
609
610
  }, {
610
- default: y(() => [
611
- ["live", "polling"].includes(e.type) ? (p(), N(l($), {
611
+ default: k(() => [
612
+ ["live", "polling"].includes(e.type) ? (p(), R(l($), {
612
613
  key: 0,
613
614
  class: "icon icon-direction-control",
614
615
  icon: "direction-control",
615
- onClick: _(I, ["stop"])
616
- })) : b("v-if", !0)
616
+ onClick: _(b, ["stop"])
617
+ })) : I("v-if", !0)
617
618
  ]),
618
619
  _: 1
619
620
  /* STABLE */
620
- }, 8, ["content"])) : b("v-if", !0)
621
+ }, 8, ["content"])) : I("v-if", !0)
621
622
  ],
622
623
  32
623
624
  /* NEED_HYDRATION */
624
625
  )
625
626
  ])
626
627
  ]),
627
- a.value ? (p(), N(Qe, {
628
+ s.value ? (p(), R(qe, {
628
629
  key: 2,
629
- onChange: B
630
- })) : b("v-if", !0)
630
+ onChange: V
631
+ })) : I("v-if", !0)
631
632
  ]),
632
633
  _: 1
633
634
  /* STABLE */
634
635
  }, 8, ["spinning", "tip"])
635
636
  ]));
636
637
  }
637
- }), ot = /* @__PURE__ */ T(tt, [["__scopeId", "data-v-12f30393"]]), nt = "/api/device-relation/deviceproject/v1/project/device/video", lt = "v1", it = te(`/api/enterpriseright/permission/${lt}`), se = te(`${nt}`, st);
638
- function st(t) {
639
- const n = A() ? A().id : 1;
638
+ }), nt = /* @__PURE__ */ B(ot, [["__scopeId", "data-v-4db322a4"]]), lt = "/api/device-relation/deviceproject/v1/project/device/video", it = "v1", at = M(`/api/enterpriseright/permission/${it}`);
639
+ let Q = M(`${lt}`, se);
640
+ function se(t) {
641
+ const n = q() ? q().id : 1;
640
642
  return t.params || (t.params = {}), t.params.project = n, t.params.projectId = n, t;
641
643
  }
642
644
  function re(t) {
@@ -645,19 +647,24 @@ function re(t) {
645
647
  n.append(e, i);
646
648
  return n.toString();
647
649
  }
648
- function X(t) {
649
- return se.post(`/ptz?${re(t)}`)().run();
650
+ function ee(t) {
651
+ return Q.post(`/ptz?${re(t)}`)().run();
650
652
  }
653
+ function st(t) {
654
+ return Q.post(`/url/preview?${re(t)}`)().run();
655
+ }
656
+ at.post("data/device-auth");
651
657
  function rt(t) {
652
- return se.post(`/url/preview?${re(t)}`)().run();
658
+ return new Promise((n) => {
659
+ Q = M(t, se), n("");
660
+ });
653
661
  }
654
- it.post("data/device-auth");
655
- const at = (t) => {
656
- const n = Ee();
662
+ const ct = (t) => {
663
+ const n = Re();
657
664
  return `${t}?token=${n}`;
658
665
  };
659
- w([]);
660
- const ct = /* @__PURE__ */ O({
666
+ h([]);
667
+ const ut = /* @__PURE__ */ D({
661
668
  props: {
662
669
  deviceInfo: {
663
670
  type: Object,
@@ -669,6 +676,9 @@ const ct = /* @__PURE__ */ O({
669
676
  isHls: {
670
677
  type: Boolean,
671
678
  default: !1
679
+ },
680
+ baseURL: {
681
+ type: String
672
682
  }
673
683
  },
674
684
  setup(t, {
@@ -677,95 +687,101 @@ const ct = /* @__PURE__ */ O({
677
687
  const {
678
688
  deviceInfo: e,
679
689
  source: i,
680
- isHls: r
681
- } = me(t), o = w(!1), a = w(""), g = async () => {
682
- var k;
683
- if (!((k = e.value) != null && k.deviceId)) return;
684
- o.value = !0;
685
- const [c, d] = await rt({
690
+ isHls: a,
691
+ baseURL: o
692
+ } = Ce(t), s = h(!1), C = h(""), c = async () => {
693
+ var b;
694
+ if (!((b = e.value) != null && b.deviceId)) return;
695
+ s.value = !0;
696
+ const [d, g] = await st({
686
697
  productId: e.value.productId,
687
698
  deviceId: e.value.deviceId,
688
699
  source: i.value
689
700
  });
690
- if (!c) {
691
- let I = r.value ? "httpHlsStreamURL" : "wsFlvStreamURL";
692
- a.value = at(d == null ? void 0 : d[I]);
701
+ if (!d) {
702
+ let L = a.value ? "httpHlsStreamURL" : "wsFlvStreamURL";
703
+ C.value = ct(g == null ? void 0 : g[L]);
693
704
  }
694
- o.value = !1;
695
- }, s = (c) => {
696
- X({
705
+ s.value = !1;
706
+ }, u = (d) => {
707
+ ee({
697
708
  productId: e.value.productId,
698
709
  deviceId: e.value.deviceId,
699
- direction: c,
710
+ direction: d,
700
711
  zoom: "",
701
712
  source: i.value || "web"
702
713
  });
703
- }, m = (c) => {
704
- X({
714
+ }, r = (d) => {
715
+ ee({
705
716
  productId: e.value.productId,
706
717
  deviceId: e.value.deviceId,
707
718
  direction: "",
708
- zoom: c,
719
+ zoom: d,
709
720
  source: i.value || "web"
710
721
  });
711
722
  };
712
- return J(() => {
713
- g();
714
- }), R(() => e.value, () => {
715
- g();
723
+ return te(async () => {
724
+ o.value && await rt(o.value), c();
725
+ }), F(() => e.value, () => {
726
+ c();
716
727
  }, {
717
728
  deep: !0
718
- }), () => v(x, null, [n.default({
719
- videoUrl: a.value,
720
- loading: o.value,
721
- onDirectionControl: s,
722
- onZoomControl: m,
723
- isHls: r.value
729
+ }), () => f(H, null, [n.default({
730
+ videoUrl: C.value,
731
+ loading: s.value,
732
+ onDirectionControl: u,
733
+ onZoomControl: r,
734
+ isHls: a.value
724
735
  })]);
725
736
  }
726
737
  });
727
- function ut(t) {
728
- const n = w(0), e = w(), {
738
+ function dt(t) {
739
+ const n = h(0), e = h(), {
729
740
  toggle: i,
730
- isFullscreen: r,
741
+ isFullscreen: a,
731
742
  exit: o
732
- } = ie(e), a = (s, m) => {
733
- r.value && o();
743
+ } = ae(e), s = (u, r) => {
744
+ a.value && o();
745
+ }, C = (u) => {
746
+ var r;
747
+ (r = t == null ? void 0 : t.handleClick) == null || r.call(t, u);
734
748
  };
735
749
  return {
736
- render: () => v(Me, {
750
+ render: () => f(Ae, {
737
751
  ref: e,
738
752
  gridNum: t.gridNum,
739
753
  activeIndex: n.value,
740
- "onUpdate:activeIndex": (s) => n.value = s,
741
- showFn: (s) => !!t.deviceList[s]
754
+ "onUpdate:activeIndex": (u) => n.value = u,
755
+ showFn: (u) => !!t.deviceList[u]
742
756
  }, {
743
757
  default: ({
744
- index: s
758
+ index: u
745
759
  }) => {
746
- const m = t.deviceList[s], c = t.source, d = t.isHls;
747
- return v(ct, {
748
- deviceInfo: m,
749
- source: c,
750
- isHls: d
760
+ const r = t.deviceList[u], d = t.source, g = t.isHls, b = t.baseURL;
761
+ return f(ut, {
762
+ deviceInfo: r,
763
+ baseURL: b,
764
+ source: d,
765
+ isHls: g
751
766
  }, {
752
767
  default: ({
753
- videoUrl: k,
754
- onDirectionControl: I,
755
- onZoomControl: L,
756
- loading: F,
757
- isHls: B
758
- }) => v(ot, {
768
+ videoUrl: L,
769
+ onDirectionControl: N,
770
+ onZoomControl: V,
771
+ loading: x,
772
+ isHls: U
773
+ }) => f(nt, {
759
774
  type: "live",
760
- loading: F,
761
- isFullscreen: r.value,
762
- videoUrl: k,
763
- title: m.deviceName,
764
- onClose: () => a(),
765
- onDirectionControl: I,
766
- onZoomControl: L,
767
- authType: m.authType === 2 ? ["control"] : [],
768
- isHls: B
775
+ loading: x,
776
+ isFullscreen: a.value,
777
+ videoUrl: L,
778
+ title: r.deviceName,
779
+ onClose: () => s(),
780
+ onDirectionControl: N,
781
+ onZoomControl: V,
782
+ onHandleClick: C,
783
+ authType: r.authType === 2 ? ["control"] : [],
784
+ isHls: U
769
785
  }, null)
770
786
  });
771
787
  }
@@ -773,73 +789,76 @@ function ut(t) {
773
789
  toggleFullscreen: i
774
790
  };
775
791
  }
776
- const dt = /* @__PURE__ */ O({
792
+ const vt = /* @__PURE__ */ D({
777
793
  __name: "index",
778
794
  props: {
779
795
  visible: { type: Boolean, default: !1 },
780
796
  deviceList: { default: () => [] },
781
797
  gridNum: { default: 4 },
782
798
  source: {},
783
- isHls: { type: Boolean, default: !1 }
799
+ isHls: { type: Boolean, default: !1 },
800
+ dialogTitle: { default: "" },
801
+ baseURL: { default: "" },
802
+ handleClick: {}
784
803
  },
785
804
  emits: ["update:visible"],
786
805
  setup(t, { emit: n }) {
787
- const e = t, i = n, r = U({
806
+ const e = t, i = T(() => e.dialogTitle || y("视频监控")), a = n, o = T({
788
807
  get: () => e.visible,
789
- set: (s) => i("update:visible", s)
790
- }), { render: o, toggleFullscreen: a } = ut(e), g = U(() => {
791
- let s = {};
808
+ set: (u) => a("update:visible", u)
809
+ }), { render: s, toggleFullscreen: C } = dt(e), c = T(() => {
810
+ let u = {};
792
811
  switch (e.gridNum) {
793
812
  case 1:
794
- s = "one-video";
813
+ u = "one-video";
795
814
  break;
796
815
  case 4:
797
- s = "four-video";
816
+ u = "four-video";
798
817
  break;
799
818
  case 9:
800
- s = "nine-video";
819
+ u = "nine-video";
801
820
  break;
802
821
  }
803
- return s;
822
+ return u;
804
823
  });
805
- return (s, m) => (p(), N(l(ge), {
824
+ return (u, r) => (p(), R(l(ye), {
806
825
  size: "mini",
807
- title: l(C)("视频监控"),
808
- "custom-class": `das-linakge-video-dialog ${g.value}`,
809
- modelValue: r.value,
810
- "onUpdate:modelValue": m[0] || (m[0] = (c) => r.value = c),
826
+ title: i.value,
827
+ "custom-class": `das-linakge-video-dialog ${c.value}`,
828
+ modelValue: o.value,
829
+ "onUpdate:modelValue": r[0] || (r[0] = (d) => o.value = d),
811
830
  bodyStyle: { padding: 0 },
812
831
  "close-on-click-modal": !1,
813
832
  "close-on-press-escape": !1,
814
833
  modal: !1,
815
834
  "header-style": { display: "flex", justifyContent: "space-between", alignItems: "center" }
816
835
  }, {
817
- header: y(() => [
818
- f("div", null, [
819
- f(
836
+ header: k(() => [
837
+ m("div", null, [
838
+ m(
820
839
  "span",
821
840
  null,
822
- V(l(C)("视频监控")),
841
+ j(i.value),
823
842
  1
824
843
  /* TEXT */
825
844
  )
826
845
  ]),
827
- v(l(h), {
828
- content: l(C)("页面全屏")
846
+ f(l(w), {
847
+ content: l(y)("页面全屏")
829
848
  }, {
830
- default: y(() => [
831
- v(l(ke), {
849
+ default: k(() => [
850
+ f(l(_e), {
832
851
  class: "icon",
833
852
  color: "#999",
834
- onClick: l(a)
853
+ onClick: l(C)
835
854
  }, null, 8, ["onClick"])
836
855
  ]),
837
856
  _: 1
838
857
  /* STABLE */
839
858
  }, 8, ["content"])
840
859
  ]),
841
- default: y(() => [
842
- r.value ? (p(), N(l(o), { key: 0 })) : b("v-if", !0)
860
+ default: k(() => [
861
+ o.value ? (p(), R(l(s), { key: 0 })) : I("v-if", !0)
843
862
  ]),
844
863
  _: 1
845
864
  /* STABLE */
@@ -867,10 +886,10 @@ const dt = /* @__PURE__ */ O({
867
886
  "聚焦-": { "zh-CN": "聚焦-", en: "Focus-", _appCode: "framework" },
868
887
  "聚焦+": { "zh-CN": "聚焦+", en: "Focus+", _appCode: "framework" }
869
888
  };
870
- Ce(pt);
871
- const Nt = ye(dt), Ft = () => w(null);
889
+ ke(pt);
890
+ const Nt = ge(vt), Ft = () => h(null);
872
891
  export {
873
892
  Nt as DasVideoDialog,
874
893
  Ft as DasVideoDialogRef,
875
- ut as useVideo
894
+ dt as useVideo
876
895
  };