@das-fed/ui 7.0.5-test.11 → 7.0.5-test.13

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.
@@ -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;