@das-fed/ui 6.4.0-hot.40 → 6.4.0-hot.42
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/components/hls-player/index.d.ts +8 -0
- package/packages/components/hls-player/index.js +1690 -1773
- package/packages/components/hls-player/index.js.gz +0 -0
- package/packages/components/hls-player/src/das-hls-player-origin.vue.d.ts +13 -0
- package/packages/components/hls-player/src/das-hls-player.vue.d.ts +7 -0
- package/packages/components/hls-player/src/type.d.ts +3 -0
- package/packages/components/hls-player/style.css +1 -1
- package/packages/components/hls-player/style.css.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@das-fed/ui",
|
|
3
|
-
"version": "6.4.0-hot.
|
|
3
|
+
"version": "6.4.0-hot.42",
|
|
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": "6.4.0-hot.
|
|
29
|
+
"@das-fed/cli": "6.4.0-hot.42",
|
|
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": "6.4.0-hot.
|
|
60
|
-
"@das-fed/utils": "6.4.0-hot.
|
|
61
|
-
"@das-fed/web": "6.4.0-hot.
|
|
59
|
+
"@das-fed/ui": "6.4.0-hot.42",
|
|
60
|
+
"@das-fed/utils": "6.4.0-hot.42",
|
|
61
|
+
"@das-fed/web": "6.4.0-hot.42",
|
|
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",
|
|
@@ -1,18 +1,22 @@
|
|
|
1
1
|
declare const DasHlsPlayer: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {
|
|
2
2
|
video: import("vue").Ref<any, any>;
|
|
3
3
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
4
|
+
error: (error: unknown) => any;
|
|
4
5
|
loaded: (player: any) => any;
|
|
5
6
|
errorClick: () => any;
|
|
6
7
|
}, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
8
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
7
9
|
onLoaded?: ((player: any) => any) | undefined;
|
|
8
10
|
onErrorClick?: (() => any) | undefined;
|
|
9
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
|
|
10
12
|
declare const getDasHlsPlayerRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
13
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
11
14
|
onLoaded?: ((player: any) => any) | undefined;
|
|
12
15
|
onErrorClick?: (() => any) | undefined;
|
|
13
16
|
}>, {
|
|
14
17
|
video: import("vue").Ref<any, any>;
|
|
15
18
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
19
|
+
error: (error: unknown) => any;
|
|
16
20
|
loaded: (player: any) => any;
|
|
17
21
|
errorClick: () => any;
|
|
18
22
|
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -23,16 +27,19 @@ declare const getDasHlsPlayerRef: () => import("vue").Ref<import("vue").CreateCo
|
|
|
23
27
|
M: {};
|
|
24
28
|
Defaults: {};
|
|
25
29
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
30
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
26
31
|
onLoaded?: ((player: any) => any) | undefined;
|
|
27
32
|
onErrorClick?: (() => any) | undefined;
|
|
28
33
|
}>, {
|
|
29
34
|
video: import("vue").Ref<any, any>;
|
|
30
35
|
}, {}, {}, {}, {}> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
|
|
36
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
31
37
|
onLoaded?: ((player: any) => any) | undefined;
|
|
32
38
|
onErrorClick?: (() => any) | undefined;
|
|
33
39
|
}>, {
|
|
34
40
|
video: import("vue").Ref<any, any>;
|
|
35
41
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
42
|
+
error: (error: unknown) => any;
|
|
36
43
|
loaded: (player: any) => any;
|
|
37
44
|
errorClick: () => any;
|
|
38
45
|
}, import("vue").PublicProps, {}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
@@ -43,6 +50,7 @@ declare const getDasHlsPlayerRef: () => import("vue").Ref<import("vue").CreateCo
|
|
|
43
50
|
M: {};
|
|
44
51
|
Defaults: {};
|
|
45
52
|
}, Readonly<import("./src/type.js").Props> & Readonly<{
|
|
53
|
+
onError?: ((error: unknown) => any) | undefined;
|
|
46
54
|
onLoaded?: ((player: any) => any) | undefined;
|
|
47
55
|
onErrorClick?: (() => any) | undefined;
|
|
48
56
|
}>, {
|