@das-fed/ui 7.1.0-dev.9 → 7.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. package/esm-map.json +3 -1
  2. package/package.json +5 -5
  3. package/packages/business-components/device-panel/index.d.ts +1 -1
  4. package/packages/business-components/device-panel/index.js +10420 -10357
  5. package/packages/business-components/device-panel/index.js.gz +0 -0
  6. package/packages/business-components/device-panel/src/components/devicePanelModal/index.vue.d.ts +1 -1
  7. package/packages/business-components/device-panel/src/index.vue.d.ts +1 -1
  8. package/packages/business-components/device-panel/src/render-panel.d.ts +2 -1
  9. package/packages/business-components/device-panel/style.css +1 -1
  10. package/packages/business-components/device-panel/style.css.gz +0 -0
  11. package/packages/business-components/index.d.ts +1 -0
  12. package/packages/business-components/index.js +1 -0
  13. package/packages/business-components/layout-breadcrumb/index.js +72 -74
  14. package/packages/business-components/layout-breadcrumb/index.js.gz +0 -0
  15. package/packages/business-components/update-confirm-dialog/i18n/index.d.ts +23 -0
  16. package/packages/business-components/update-confirm-dialog/index.d.ts +61 -0
  17. package/packages/business-components/update-confirm-dialog/index.js +105 -0
  18. package/packages/business-components/update-confirm-dialog/index.js.gz +0 -0
  19. package/packages/business-components/update-confirm-dialog/src/App.vue.d.ts +11 -0
  20. package/packages/business-components/update-confirm-dialog/src/type.d.ts +4 -0
  21. package/packages/business-components/video-dialog/index.d.ts +10 -0
  22. package/packages/business-components/video-dialog/index.js +293 -289
  23. package/packages/business-components/video-dialog/index.js.gz +0 -0
  24. package/packages/business-components/video-dialog/src/index.vue.d.ts +2 -0
  25. package/packages/business-components/video-dialog/src/type.d.ts +4 -0
  26. package/packages/business-components/video-dialog/style.css +1 -1
  27. package/packages/business-components/video-dialog/style.css.gz +0 -0
  28. package/packages/components/collapse-panel/index.js +64 -39
  29. package/packages/components/collapse-panel/index.js.gz +0 -0
  30. package/packages/components/collapse-panel/style.css +1 -1
  31. package/packages/components/collapse-panel/style.css.gz +0 -0
  32. package/packages/components/dialog/index.d.ts +9 -3
  33. package/packages/components/dialog/index.js +72 -69
  34. package/packages/components/dialog/index.js.gz +0 -0
  35. package/packages/components/dialog/src/Index.vue.d.ts +4 -1
  36. package/packages/components/dialog/src/type.d.ts +4 -0
  37. package/packages/components/dialog/style.css +1 -1
  38. package/packages/components/dialog/style.css.gz +0 -0
  39. package/packages/components/edit-table/index.js +1 -1
  40. package/packages/components/edit-table/index.js.gz +0 -0
  41. package/packages/components/search-form/index.js +503 -498
  42. package/packages/components/search-form/index.js.gz +0 -0
  43. package/packages/components/search-form/src/Index.vue.d.ts +2 -0
  44. package/packages/components/search-form/src/type.d.ts +9 -5
  45. package/packages/components/search-form/style.css +1 -1
  46. package/packages/components/search-form/style.css.gz +0 -0
  47. package/packages/components/tree-select/index.js +43 -42
  48. package/packages/components/tree-select/index.js.gz +0 -0
  49. package/packages/components/tree-select/src/App.vue.d.ts +1 -0
@@ -16,6 +16,7 @@ export * from './process-form';
16
16
  export * from './process-log';
17
17
  export * from './process-search-form';
18
18
  export * from './process-table';
19
+ export * from './update-confirm-dialog';
19
20
  export * from './upload-file';
20
21
  export * from './urgent-panel';
21
22
  export * from './user-org-dialog';
@@ -16,6 +16,7 @@ export * from './process-form'
16
16
  export * from './process-log'
17
17
  export * from './process-search-form'
18
18
  export * from './process-table'
19
+ export * from './update-confirm-dialog'
19
20
  export * from './upload-file'
20
21
  export * from './urgent-panel'
21
22
  export * from './user-org-dialog'
@@ -1,113 +1,111 @@
1
1
  import '@das-fed/ui/packages/business-components/layout-breadcrumb/style.css';
2
- import { ref as S, computed as T, watch as L, nextTick as R, defineComponent as q, createElementBlock as N, createCommentVNode as U, unref as y, openBlock as x, createVNode as D } from "vue";
3
- import { withInstall as P } from "@das-fed/utils/with-install/index";
4
- import { DasBreadCrumb as O } from "@das-fed/ui/packages/components/breadcrumb/index";
5
- import { useRouter as $, useRoute as j } from "vue-router";
6
- import { flatTree as I } from "@das-fed/utils/common-tools";
7
- import { getSubApps as _ } from "@das-fed/utils/common-info";
8
- import { setThemeRule as E } from "@das-fed/web/packages/theme/index";
9
- const J = (s, f) => {
10
- const a = S([]), l = T(() => [...a.value, ...s.data || []]), m = (e) => new Promise((n) => {
11
- const { app: o = "", menu: d = "" } = e || {};
12
- if (!o) return n(!1);
13
- const c = () => {
14
- const t = _() ?? {}, r = t.currentSubAppCode, i = t.currentSubApp.currentMenuCode;
15
- if (o === r && d === i) return n(!0);
16
- setTimeout(() => c(), 100);
2
+ import { ref as _, computed as T, watch as I, nextTick as q, defineComponent as N, createElementBlock as R, createCommentVNode as U, unref as g, openBlock as x, createVNode as D } from "vue";
3
+ import { withInstall as O } from "@das-fed/utils/with-install/index";
4
+ import { DasBreadCrumb as P } from "@das-fed/ui/packages/components/breadcrumb/index";
5
+ import { useRouter as J, useRoute as $ } from "vue-router";
6
+ import { flatTree as L } from "@das-fed/utils/common-tools";
7
+ import { getSubApps as S } from "@das-fed/utils/common-info";
8
+ import { setThemeRule as j } from "@das-fed/web/packages/theme/index";
9
+ const E = (s, l) => {
10
+ const a = _([]), b = T(() => [...a.value, ...s.data || []]), p = (e) => new Promise((c) => {
11
+ const { app: r = "", menu: i = "" } = e || {};
12
+ if (!r) return c(!1);
13
+ const u = () => {
14
+ const t = S() ?? {}, o = t.currentSubAppCode, d = t.currentSubApp.currentMenuCode;
15
+ if (JSON.parse(sessionStorage.getItem("breadcrumb") || "{}")[r] && r === o && i === d)
16
+ return c(!0);
17
+ setTimeout(() => u(), 100);
17
18
  };
18
- c();
19
- }), h = async (e, n) => {
20
- var i, u;
21
- await m(n);
22
- const o = [], d = n.menu || "", c = ((u = (i = _()) == null ? void 0 : i.currentSubApp) == null ? void 0 : u.menus) ?? [];
23
- if (!c || !c.length) return;
19
+ u();
20
+ }), h = async (e, c) => {
21
+ var d, n;
22
+ await p(c);
23
+ const r = [], i = c.menu || "", u = ((n = (d = S()) == null ? void 0 : d.currentSubApp) == null ? void 0 : n.menus) ?? [];
24
+ if (!u || !u.length) return;
24
25
  let t = null;
25
- const r = I(c);
26
- if (d ? t = r.find((p) => p.code === d) : t = r.find((p) => p.routeUrl && p.routeUrl === e), t) {
27
- const p = t.code.split(".");
28
- if (p.length === 3) {
29
- const B = p.slice(0, 2).join("."), k = r.find((v) => v.code === B || v.originalCode === B);
30
- o.push({ name: (k == null ? void 0 : k.name) ?? "", isMenu: !0, disabled: !0 });
26
+ const o = L(u);
27
+ if (i ? t = o.find((m) => m.code === i) : t = o.find((m) => m.routeUrl && m.routeUrl === e), t) {
28
+ const m = t.code.split(".");
29
+ if (m.length === 3) {
30
+ const B = m.slice(0, 2).join("."), k = o.find((v) => v.code === B || v.originalCode === B);
31
+ r.push({ name: (k == null ? void 0 : k.name) ?? "", isMenu: !0, disabled: !0 });
31
32
  }
32
33
  const M = {
33
34
  name: (t == null ? void 0 : t.name) ?? "",
34
35
  routerPath: (t == null ? void 0 : t.routeUrl) ?? "",
35
36
  isMenu: !0
36
37
  };
37
- o.push(M);
38
+ r.push(M);
38
39
  }
39
- a.value = o;
40
- }, g = (e) => {
41
- e.disabled || f("click-item", e);
42
- }, C = $(), b = j();
43
- L(
40
+ a.value = r;
41
+ }, y = (e) => {
42
+ e.disabled || l("click-item", e);
43
+ }, C = J(), f = $();
44
+ I(
44
45
  () => C.currentRoute.value,
45
46
  (e) => {
46
- const n = (e == null ? void 0 : e.path) ?? "", o = (e == null ? void 0 : e.query) ?? {};
47
+ const c = (e == null ? void 0 : e.path) ?? "", r = (e == null ? void 0 : e.query) ?? {};
47
48
  setTimeout(() => {
48
- h(n, o);
49
+ h(c, r);
49
50
  }, 200);
50
51
  }
51
- ), h(b.path, b.query);
52
- const A = S(!1);
53
- return L(
52
+ ), h(f.path, f.query);
53
+ const A = _(!1);
54
+ return I(
54
55
  () => s.data,
55
- () => {
56
- R(() => {
57
- m().then(() => {
58
- var t;
59
- const e = _(), n = b.query.app || e.currentSubApp.code || "";
60
- let o = b.query.menu || "";
61
- if (!o) {
62
- const r = ((t = e.currentSubApp) == null ? void 0 : t.menus) ?? [], i = I(r).find(
63
- (u) => `/${(u == null ? void 0 : u.applicationPath) ?? ""}${(u == null ? void 0 : u.routeUrl) ?? ""}`.replace(/\/\//g, "/") === location.pathname
64
- );
65
- i && (o = i.code);
66
- }
67
- const d = JSON.parse(sessionStorage.getItem("breadcrumb") || "{}")[n], c = [];
68
- for (let r in d) d[r] && c.push(r);
69
- A.value = !!c.find((r) => o === r);
70
- });
71
- });
56
+ async () => {
57
+ var t;
58
+ await q(), await p(f.query);
59
+ const e = S(), c = f.query.app || e.currentSubApp.code || "";
60
+ let r = f.query.menu || "";
61
+ if (!r) {
62
+ const o = ((t = e.currentSubApp) == null ? void 0 : t.menus) ?? [], d = L(o).find(
63
+ (n) => `/${(n == null ? void 0 : n.applicationPath) ?? ""}${(n == null ? void 0 : n.routeUrl) ?? ""}`.replace(/\/\//g, "/") === location.pathname
64
+ );
65
+ d && (r = d.code);
66
+ }
67
+ const i = JSON.parse(sessionStorage.getItem("breadcrumb") || "{}")[c], u = [];
68
+ for (let o in i) i[o] && u.push(o);
69
+ A.value = !!u.find((o) => r === o);
72
70
  },
73
71
  { deep: !0, immediate: !0 }
74
72
  ), {
75
73
  isShow: A,
76
- breadcrumbList: l,
77
- clickItem: g
74
+ breadcrumbList: b,
75
+ clickItem: y
78
76
  };
79
- }, z = {
77
+ }, w = {
80
78
  key: 0,
81
79
  class: "layout-breadcrumb"
82
- }, F = {
80
+ }, z = {
83
81
  name: "LayoutBreadCrumb"
84
- }, G = /* @__PURE__ */ q({
85
- ...F,
82
+ }, F = /* @__PURE__ */ N({
83
+ ...z,
86
84
  props: {
87
85
  data: { default: () => [] }
88
86
  },
89
87
  emits: ["click-item"],
90
- setup(s, { emit: f }) {
91
- const a = s, l = f, { isShow: m, breadcrumbList: h, clickItem: g } = J(a, l);
92
- return (C, b) => y(m) && C.data && C.data.length ? (x(), N("div", z, [
93
- D(y(O), {
94
- data: y(h),
95
- onClickItem: y(g)
88
+ setup(s, { emit: l }) {
89
+ const a = s, b = l, { isShow: p, breadcrumbList: h, clickItem: y } = E(a, b);
90
+ return (C, f) => g(p) && C.data && C.data.length ? (x(), R("div", w, [
91
+ D(g(P), {
92
+ data: g(h),
93
+ onClickItem: g(y)
96
94
  }, null, 8, ["data", "onClickItem"])
97
95
  ])) : U("v-if", !0);
98
96
  }
99
- }), H = (s, f) => {
97
+ }), G = (s, l) => {
100
98
  const a = s.__vccOpts || s;
101
- for (const [l, m] of f)
102
- a[l] = m;
99
+ for (const [b, p] of l)
100
+ a[b] = p;
103
101
  return a;
104
- }, K = /* @__PURE__ */ H(G, [["__scopeId", "data-v-878cd70a"]]), Q = {
102
+ }, H = /* @__PURE__ */ G(F, [["__scopeId", "data-v-878cd70a"]]), K = {
105
103
  "--das-layout-micro-container-bg-color": "#e2e7ef",
106
104
  "--das-layout-breadcrumb-bg-color": "#ffffff"
107
105
  };
108
- E(Q);
109
- const te = P(K), oe = () => S(null);
106
+ j(K);
107
+ const te = O(H), re = () => _(null);
110
108
  export {
111
109
  te as DasLayoutBreadcrumb,
112
- oe as DasLayoutBreadcrumbRef
110
+ re as DasLayoutBreadcrumbRef
113
111
  };
@@ -0,0 +1,23 @@
1
+ declare const _default: {
2
+ 操作确认: {
3
+ 'zh-CN': string;
4
+ en: string;
5
+ };
6
+ '\u751F\u6548\u540E\uFF0C\u5373\u5237\u65B0\u7CFB\u7EDF\uFF0C\u5173\u95ED\u5DF2\u6253\u5F00\u7684\u529F\u80FD\u9875\u7B7E': {
7
+ 'zh-CN': string;
8
+ en: string;
9
+ };
10
+ '\u786E\u5B9A\u8981\u7ACB\u5373\u751F\u6548\u5417\uFF1F': {
11
+ 'zh-CN': string;
12
+ en: string;
13
+ };
14
+ 稍后: {
15
+ 'zh-CN': string;
16
+ en: string;
17
+ };
18
+ 立即生效: {
19
+ 'zh-CN': string;
20
+ en: string;
21
+ };
22
+ };
23
+ export default _default;
@@ -0,0 +1,61 @@
1
+ declare const DasUpdateConfirmDialog: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<{}, {
2
+ open: () => void;
3
+ close: () => void;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ cancel: () => any;
6
+ confirm: () => any;
7
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
+ onCancel?: (() => any) | undefined;
9
+ onConfirm?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
11
+ /** 获取组件实例 */
12
+ declare const DasUpdateConfirmDialogRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
13
+ onCancel?: (() => any) | undefined;
14
+ onConfirm?: (() => any) | undefined;
15
+ }>, {
16
+ open: () => void;
17
+ close: () => void;
18
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
19
+ cancel: () => any;
20
+ confirm: () => any;
21
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
22
+ P: {};
23
+ B: {};
24
+ D: {};
25
+ C: {};
26
+ M: {};
27
+ Defaults: {};
28
+ }, Readonly<{}> & Readonly<{
29
+ onCancel?: (() => any) | undefined;
30
+ onConfirm?: (() => any) | undefined;
31
+ }>, {
32
+ open: () => void;
33
+ close: () => void;
34
+ }, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
35
+ onCancel?: (() => any) | undefined;
36
+ onConfirm?: (() => any) | undefined;
37
+ }>, {
38
+ open: () => void;
39
+ close: () => void;
40
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
41
+ cancel: () => any;
42
+ confirm: () => any;
43
+ }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
44
+ P: {};
45
+ B: {};
46
+ D: {};
47
+ C: {};
48
+ M: {};
49
+ Defaults: {};
50
+ }, Readonly<{}> & Readonly<{
51
+ onCancel?: (() => any) | undefined;
52
+ onConfirm?: (() => any) | undefined;
53
+ }>, {
54
+ open: () => void;
55
+ close: () => void;
56
+ }, {}, {}, {}, {}> | null>;
57
+ export { DasUpdateConfirmDialog, DasUpdateConfirmDialogRef };
58
+ declare const _default: {
59
+ title: string;
60
+ };
61
+ export default _default;
@@ -0,0 +1,105 @@
1
+ import { withInstall as g } from "@das-fed/utils/with-install/index";
2
+ import { defineComponent as k, ref as d, createBlock as v, openBlock as z, unref as e, withCtx as n, createElementVNode as l, toDisplayString as a, createVNode as m, createTextVNode as c } from "vue";
3
+ import { DasDialog as D } from "@das-fed/ui/packages/components/dialog/index";
4
+ import { DasButton as f } from "@das-fed/ui/packages/components/button/index";
5
+ import { t, setI18nRule as N } from "@das-fed/web/packages/i18n/index";
6
+ const b = { class: "tips" }, x = { class: "tips" }, w = /* @__PURE__ */ k({
7
+ __name: "App",
8
+ emits: ["confirm", "cancel"],
9
+ setup(A, { expose: p, emit: u }) {
10
+ const s = u, o = d(!1), C = () => {
11
+ o.value = !0;
12
+ }, i = () => {
13
+ o.value = !1;
14
+ }, _ = () => {
15
+ s("confirm"), i();
16
+ }, h = () => {
17
+ s("cancel"), i();
18
+ };
19
+ return p({
20
+ open: C,
21
+ close: i
22
+ }), (B, r) => (z(), v(e(D), {
23
+ size: "mini",
24
+ title: e(t)("操作确认"),
25
+ customClass: "portal-management-update-dialog",
26
+ modelValue: o.value,
27
+ "onUpdate:modelValue": r[0] || (r[0] = (y) => o.value = y),
28
+ type: "feedback",
29
+ "feed-type": "warning"
30
+ }, {
31
+ footer: n(() => [
32
+ l("div", null, [
33
+ m(e(f), {
34
+ size: "middle",
35
+ onClick: h
36
+ }, {
37
+ default: n(() => [
38
+ c(
39
+ a(e(t)("稍后")),
40
+ 1
41
+ /* TEXT */
42
+ )
43
+ ]),
44
+ _: 1
45
+ /* STABLE */
46
+ }),
47
+ m(e(f), {
48
+ btnType: "primary",
49
+ block: "",
50
+ size: "middle",
51
+ style: { "margin-left": "12px" },
52
+ onClick: _
53
+ }, {
54
+ default: n(() => [
55
+ c(
56
+ a(e(t)("立即生效")),
57
+ 1
58
+ /* TEXT */
59
+ )
60
+ ]),
61
+ _: 1
62
+ /* STABLE */
63
+ })
64
+ ])
65
+ ]),
66
+ default: n(() => [
67
+ l(
68
+ "div",
69
+ b,
70
+ a(e(t)("生效后,即刷新系统,关闭已打开的功能页签")),
71
+ 1
72
+ /* TEXT */
73
+ ),
74
+ l(
75
+ "div",
76
+ x,
77
+ a(e(t)("确定要立即生效吗?")),
78
+ 1
79
+ /* TEXT */
80
+ )
81
+ ]),
82
+ _: 1
83
+ /* STABLE */
84
+ }, 8, ["title", "modelValue"]));
85
+ }
86
+ }), V = {
87
+ 操作确认: { "zh-CN": "操作确认", en: "Operation Confirmation" },
88
+ "生效后,即刷新系统,关闭已打开的功能页签": {
89
+ "zh-CN": "生效后,即刷新系统,关闭已打开的功能页签",
90
+ en: "After taking effect, the system will be refreshed, and the opened feature tabs will be closed."
91
+ },
92
+ "确定要立即生效吗?": {
93
+ "zh-CN": "确定要立即生效吗?",
94
+ en: "Are you sure you want to take effect immediately?"
95
+ },
96
+ 稍后: { "zh-CN": "稍后", en: "Later" },
97
+ 立即生效: { "zh-CN": "立即生效", en: "Take Effect Immediately" }
98
+ };
99
+ N(V);
100
+ const L = g(w), O = () => d(null), S = { title: "确认是否立即生效组件" };
101
+ export {
102
+ L as DasUpdateConfirmDialog,
103
+ O as DasUpdateConfirmDialogRef,
104
+ S as default
105
+ };
@@ -0,0 +1,11 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {
2
+ open: () => void;
3
+ close: () => void;
4
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5
+ cancel: () => any;
6
+ confirm: () => any;
7
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
8
+ onCancel?: (() => any) | undefined;
9
+ onConfirm?: (() => any) | undefined;
10
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
11
+ export default _default;
@@ -0,0 +1,4 @@
1
+ export interface Emits {
2
+ (e: 'confirm'): void
3
+ (e: 'cancel'): void
4
+ }
@@ -5,6 +5,8 @@ declare const DasVideoDialog: import("@das-fed/utils").SFCWithInstall<import("vu
5
5
  }>, {
6
6
  baseURL: string;
7
7
  visible: boolean;
8
+ draggable: boolean;
9
+ resizable: boolean;
8
10
  gridNum: number;
9
11
  deviceList: import("./src/type.js").Device[];
10
12
  isHls: boolean;
@@ -17,6 +19,8 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
17
19
  }, import("vue").PublicProps, {
18
20
  baseURL: string;
19
21
  visible: boolean;
22
+ draggable: boolean;
23
+ resizable: boolean;
20
24
  gridNum: number;
21
25
  deviceList: import("./src/type.js").Device[];
22
26
  isHls: boolean;
@@ -33,6 +37,8 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
33
37
  }>, {}, {}, {}, {}, {
34
38
  baseURL: string;
35
39
  visible: boolean;
40
+ draggable: boolean;
41
+ resizable: boolean;
36
42
  gridNum: number;
37
43
  deviceList: import("./src/type.js").Device[];
38
44
  isHls: boolean;
@@ -44,6 +50,8 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
44
50
  }, import("vue").PublicProps, {
45
51
  baseURL: string;
46
52
  visible: boolean;
53
+ draggable: boolean;
54
+ resizable: boolean;
47
55
  gridNum: number;
48
56
  deviceList: import("./src/type.js").Device[];
49
57
  isHls: boolean;
@@ -60,6 +68,8 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
60
68
  }>, {}, {}, {}, {}, {
61
69
  baseURL: string;
62
70
  visible: boolean;
71
+ draggable: boolean;
72
+ resizable: boolean;
63
73
  gridNum: number;
64
74
  deviceList: import("./src/type.js").Device[];
65
75
  isHls: boolean;