@das-fed/ui 7.0.5-beta.8.2 → 7.0.5-beta.9
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.
- package/package.json +5 -5
- package/packages/business-components/video-dialog/index.d.ts +5 -5
- package/packages/business-components/video-dialog/src/index.vue.d.ts +1 -1
- package/packages/components/search-form/index.js +677 -613
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "7.0.5-beta.
|
|
3
|
+
"version": "7.0.5-beta.9",
|
|
4
4
|
"description": "",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@antv/x6-plugin-snapline": "^2.1.7",
|
|
27
27
|
"@antv/x6-plugin-transform": "^2.1.8",
|
|
28
28
|
"@antv/x6-vue-shape": "^2.1.2",
|
|
29
|
-
"@das-fed/cli": "7.0.5-beta.
|
|
29
|
+
"@das-fed/cli": "7.0.5-beta.9",
|
|
30
30
|
"@element-plus/icons-vue": "^2.3.1",
|
|
31
31
|
"@types/lodash": "^4.14.194",
|
|
32
32
|
"@types/lodash-es": "^4.17.9",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"vue-tsc": "^2.0.29"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@das-fed/ui": "7.0.5-beta.
|
|
60
|
-
"@das-fed/utils": "7.0.5-beta.
|
|
61
|
-
"@das-fed/web": "7.0.5-beta.
|
|
59
|
+
"@das-fed/ui": "7.0.5-beta.9",
|
|
60
|
+
"@das-fed/utils": "7.0.5-beta.9",
|
|
61
|
+
"@das-fed/web": "7.0.5-beta.9",
|
|
62
62
|
"@types/markdown-it": "^14.1.2",
|
|
63
63
|
"@wangeditor-next/editor": "5.6.31",
|
|
64
64
|
"@wangeditor-next/editor-for-vue": "5.1.14",
|
|
@@ -3,10 +3,10 @@ declare const DasVideoDialog: import("@das-fed/utils").SFCWithInstall<import("vu
|
|
|
3
3
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
4
4
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
5
5
|
}>, {
|
|
6
|
-
baseURL: string;
|
|
7
6
|
visible: boolean;
|
|
8
7
|
draggable: boolean;
|
|
9
8
|
resizable: boolean;
|
|
9
|
+
baseURL: string;
|
|
10
10
|
gridNum: number;
|
|
11
11
|
deviceList: import("./src/type.js").Device[];
|
|
12
12
|
isHls: boolean;
|
|
@@ -17,10 +17,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
17
17
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
18
18
|
"update:visible": (value: boolean) => any;
|
|
19
19
|
}, import("vue").PublicProps, {
|
|
20
|
-
baseURL: string;
|
|
21
20
|
visible: boolean;
|
|
22
21
|
draggable: boolean;
|
|
23
22
|
resizable: boolean;
|
|
23
|
+
baseURL: string;
|
|
24
24
|
gridNum: number;
|
|
25
25
|
deviceList: import("./src/type.js").Device[];
|
|
26
26
|
isHls: boolean;
|
|
@@ -35,10 +35,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
35
35
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
36
36
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
37
37
|
}>, {}, {}, {}, {}, {
|
|
38
|
-
baseURL: string;
|
|
39
38
|
visible: boolean;
|
|
40
39
|
draggable: boolean;
|
|
41
40
|
resizable: boolean;
|
|
41
|
+
baseURL: string;
|
|
42
42
|
gridNum: number;
|
|
43
43
|
deviceList: import("./src/type.js").Device[];
|
|
44
44
|
isHls: boolean;
|
|
@@ -48,10 +48,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
48
48
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
49
49
|
"update:visible": (value: boolean) => any;
|
|
50
50
|
}, import("vue").PublicProps, {
|
|
51
|
-
baseURL: string;
|
|
52
51
|
visible: boolean;
|
|
53
52
|
draggable: boolean;
|
|
54
53
|
resizable: boolean;
|
|
54
|
+
baseURL: string;
|
|
55
55
|
gridNum: number;
|
|
56
56
|
deviceList: import("./src/type.js").Device[];
|
|
57
57
|
isHls: boolean;
|
|
@@ -66,10 +66,10 @@ declare const DasVideoDialogRef: () => import("vue").Ref<import("vue").CreateCom
|
|
|
66
66
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
67
67
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
68
68
|
}>, {}, {}, {}, {}, {
|
|
69
|
-
baseURL: string;
|
|
70
69
|
visible: boolean;
|
|
71
70
|
draggable: boolean;
|
|
72
71
|
resizable: boolean;
|
|
72
|
+
baseURL: string;
|
|
73
73
|
gridNum: number;
|
|
74
74
|
deviceList: import("./src/type.js").Device[];
|
|
75
75
|
isHls: boolean;
|
|
@@ -4,10 +4,10 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
|
|
|
4
4
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
5
5
|
"onUpdate:visible"?: ((value: boolean) => any) | undefined;
|
|
6
6
|
}>, {
|
|
7
|
-
baseURL: string;
|
|
8
7
|
visible: boolean;
|
|
9
8
|
draggable: boolean;
|
|
10
9
|
resizable: boolean;
|
|
10
|
+
baseURL: string;
|
|
11
11
|
gridNum: number;
|
|
12
12
|
deviceList: import("./type").Device[];
|
|
13
13
|
isHls: boolean;
|