@ezuikit/player-theme 2.1.3-beta.1 → 2.1.3-beta.2
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/dist/constant.js +2 -2
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/dist/index.umd.js +3 -3
- package/dist/style.js +2 -2
- package/dist/types/index.d.ts +1 -1
- package/package.json +41 -41
package/dist/constant.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v2.1.3-beta.
|
|
3
|
-
* Copyright (c) 2026-03-
|
|
2
|
+
* @ezuikit/player-theme v2.1.3-beta.2
|
|
3
|
+
* Copyright (c) 2026-03-25 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
'use strict';
|
|
@@ -11995,7 +11995,7 @@ var THEME_DEFAULT_OPTIONS = {
|
|
|
11995
11995
|
zh: zh,
|
|
11996
11996
|
en: en
|
|
11997
11997
|
};
|
|
11998
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.3-beta.
|
|
11998
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.3-beta.2';
|
|
11999
11999
|
|
|
12000
12000
|
exports.Control = Control;
|
|
12001
12001
|
exports.EVENTS = EVENTS;
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v2.1.3-beta.
|
|
3
|
-
* Copyright (c) 2026-03-
|
|
2
|
+
* @ezuikit/player-theme v2.1.3-beta.2
|
|
3
|
+
* Copyright (c) 2026-03-25 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
import EventEmitter from 'eventemitter3';
|
|
@@ -11993,6 +11993,6 @@ var THEME_DEFAULT_OPTIONS = {
|
|
|
11993
11993
|
zh: zh,
|
|
11994
11994
|
en: en
|
|
11995
11995
|
};
|
|
11996
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.3-beta.
|
|
11996
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.3-beta.2';
|
|
11997
11997
|
|
|
11998
11998
|
export { Control, EVENTS, Fullscreen, Loading, Message, Play, Poster, Rec, Theme, Utils, Volume };
|
package/dist/index.umd.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v2.1.3-beta.
|
|
3
|
-
* Copyright (c) 2026-03-
|
|
2
|
+
* @ezuikit/player-theme v2.1.3-beta.2
|
|
3
|
+
* Copyright (c) 2026-03-25 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
(function (global, factory) {
|
|
@@ -14147,7 +14147,7 @@
|
|
|
14147
14147
|
zh: zh,
|
|
14148
14148
|
en: en
|
|
14149
14149
|
};
|
|
14150
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.3-beta.
|
|
14150
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.3-beta.2';
|
|
14151
14151
|
|
|
14152
14152
|
// 不要动这里的代码, 这个出口是为了编译成 umd 规范的文件
|
|
14153
14153
|
|
package/dist/style.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -2529,7 +2529,7 @@ declare class Theme extends EventEmitter {
|
|
|
2529
2529
|
* @param url 录像 url
|
|
2530
2530
|
* @returns {"rec" | "cloudRecord" | "cloudRec" | ""} 录像类型, rec: 录像, cloudRec: 云录像, cloudRecord: 云录制
|
|
2531
2531
|
*/
|
|
2532
|
-
protected _getRecType(url: string): "" | "
|
|
2532
|
+
protected _getRecType(url: string): "" | "cloudRec" | "cloudRecord" | "rec";
|
|
2533
2533
|
private resetControl;
|
|
2534
2534
|
/**
|
|
2535
2535
|
* 窗口全屏后旋转 90度判断, 然后设置控件已经旋转 90度, 为了解决控件交互问题
|
package/package.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ezuikit/player-theme",
|
|
3
|
-
"version": "2.1.3-beta.
|
|
4
|
-
"description": "player theme",
|
|
5
|
-
"title": "theme",
|
|
6
|
-
"main": "dist/index.js",
|
|
7
|
-
"types": "dist/types/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"keywords": [
|
|
12
|
-
"player",
|
|
13
|
-
"theme",
|
|
14
|
-
"ezuikit",
|
|
15
|
-
"ezviz",
|
|
16
|
-
"ui"
|
|
17
|
-
],
|
|
18
|
-
"author": "Ezviz-OpenBiz",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"dependencies": {
|
|
21
|
-
"@ezuikit/utils-i18n": "2.0.0",
|
|
22
|
-
"@ezuikit/utils-logger": "2.0.0",
|
|
23
|
-
"@ezuikit/utils-tools": "2.0.3",
|
|
24
|
-
"@ezuikit/control-date-picker": "1.0.5",
|
|
25
|
-
"@ezuikit/control-time-line": "1.0.7",
|
|
26
|
-
"@juggle/resize-observer": "^3.4.0",
|
|
27
|
-
"@skax/delegate": "4.0.2",
|
|
28
|
-
"@skax/picker": "1.1.7",
|
|
29
|
-
"deepmerge": "^4.3.1",
|
|
30
|
-
"eventemitter3": "^5.0.1",
|
|
31
|
-
"screenfull": "5.2.0"
|
|
32
|
-
},
|
|
33
|
-
"repository": {
|
|
34
|
-
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme.git"
|
|
36
|
-
},
|
|
37
|
-
"bugs": {
|
|
38
|
-
"url": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme/issues"
|
|
39
|
-
},
|
|
40
|
-
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme#readme"
|
|
41
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@ezuikit/player-theme",
|
|
3
|
+
"version": "2.1.3-beta.2",
|
|
4
|
+
"description": "player theme",
|
|
5
|
+
"title": "theme",
|
|
6
|
+
"main": "dist/index.js",
|
|
7
|
+
"types": "dist/types/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"keywords": [
|
|
12
|
+
"player",
|
|
13
|
+
"theme",
|
|
14
|
+
"ezuikit",
|
|
15
|
+
"ezviz",
|
|
16
|
+
"ui"
|
|
17
|
+
],
|
|
18
|
+
"author": "Ezviz-OpenBiz",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"dependencies": {
|
|
21
|
+
"@ezuikit/utils-i18n": "2.0.0",
|
|
22
|
+
"@ezuikit/utils-logger": "2.0.0",
|
|
23
|
+
"@ezuikit/utils-tools": "2.0.3",
|
|
24
|
+
"@ezuikit/control-date-picker": "1.0.5",
|
|
25
|
+
"@ezuikit/control-time-line": "1.0.7",
|
|
26
|
+
"@juggle/resize-observer": "^3.4.0",
|
|
27
|
+
"@skax/delegate": "4.0.2",
|
|
28
|
+
"@skax/picker": "1.1.7",
|
|
29
|
+
"deepmerge": "^4.3.1",
|
|
30
|
+
"eventemitter3": "^5.0.1",
|
|
31
|
+
"screenfull": "5.2.0"
|
|
32
|
+
},
|
|
33
|
+
"repository": {
|
|
34
|
+
"type": "git",
|
|
35
|
+
"url": "git+https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme.git"
|
|
36
|
+
},
|
|
37
|
+
"bugs": {
|
|
38
|
+
"url": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme/issues"
|
|
39
|
+
},
|
|
40
|
+
"homepage": "https://github.com/Ezviz-OpenBiz/EZUIKit-player-theme#readme"
|
|
41
|
+
}
|