@ezuikit/player-theme 0.0.1-alpha.2 → 0.0.1-alpha.3
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/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/dist/index.umd.js +3 -3
- package/dist/style.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v0.0.1-alpha.
|
|
2
|
+
* @ezuikit/player-theme v0.0.1-alpha.3
|
|
3
3
|
* Copyright (c) 2025-10-08 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -9546,7 +9546,6 @@ const THEME_DEFAULT_OPTIONS = {
|
|
|
9546
9546
|
this._playing = playing;
|
|
9547
9547
|
if (!playing) {
|
|
9548
9548
|
this.loading = false;
|
|
9549
|
-
this._disabled(true);
|
|
9550
9549
|
[
|
|
9551
9550
|
'ptz',
|
|
9552
9551
|
'talk',
|
|
@@ -9556,6 +9555,7 @@ const THEME_DEFAULT_OPTIONS = {
|
|
|
9556
9555
|
this.controls[`${key}Control`].reset();
|
|
9557
9556
|
}
|
|
9558
9557
|
});
|
|
9558
|
+
this._disabled(true);
|
|
9559
9559
|
}
|
|
9560
9560
|
this.emit(EVENTS.play, playing);
|
|
9561
9561
|
if ((_this_controls = this.controls) == null ? void 0 : _this_controls.playControl) {
|
|
@@ -10588,7 +10588,7 @@ const THEME_DEFAULT_OPTIONS = {
|
|
|
10588
10588
|
zh,
|
|
10589
10589
|
en
|
|
10590
10590
|
};
|
|
10591
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '0.0.1-alpha.
|
|
10591
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '0.0.1-alpha.3';
|
|
10592
10592
|
|
|
10593
10593
|
exports.Control = Control;
|
|
10594
10594
|
exports.Fullscreen = Fullscreen;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v0.0.1-alpha.
|
|
2
|
+
* @ezuikit/player-theme v0.0.1-alpha.3
|
|
3
3
|
* Copyright (c) 2025-10-08 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -9542,7 +9542,6 @@ const THEME_DEFAULT_OPTIONS = {
|
|
|
9542
9542
|
this._playing = playing;
|
|
9543
9543
|
if (!playing) {
|
|
9544
9544
|
this.loading = false;
|
|
9545
|
-
this._disabled(true);
|
|
9546
9545
|
[
|
|
9547
9546
|
'ptz',
|
|
9548
9547
|
'talk',
|
|
@@ -9552,6 +9551,7 @@ const THEME_DEFAULT_OPTIONS = {
|
|
|
9552
9551
|
this.controls[`${key}Control`].reset();
|
|
9553
9552
|
}
|
|
9554
9553
|
});
|
|
9554
|
+
this._disabled(true);
|
|
9555
9555
|
}
|
|
9556
9556
|
this.emit(EVENTS.play, playing);
|
|
9557
9557
|
if ((_this_controls = this.controls) == null ? void 0 : _this_controls.playControl) {
|
|
@@ -10584,6 +10584,6 @@ const THEME_DEFAULT_OPTIONS = {
|
|
|
10584
10584
|
zh,
|
|
10585
10585
|
en
|
|
10586
10586
|
};
|
|
10587
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '0.0.1-alpha.
|
|
10587
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '0.0.1-alpha.3';
|
|
10588
10588
|
|
|
10589
10589
|
export { Control, Fullscreen, Loading, Message, Play, Poster, Rec, Theme, Utils, Volume, Theme as default };
|
package/dist/index.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v0.0.1-alpha.
|
|
2
|
+
* @ezuikit/player-theme v0.0.1-alpha.3
|
|
3
3
|
* Copyright (c) 2025-10-08 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -13469,7 +13469,6 @@
|
|
|
13469
13469
|
this._playing = playing;
|
|
13470
13470
|
if (!playing) {
|
|
13471
13471
|
this.loading = false;
|
|
13472
|
-
this._disabled(true);
|
|
13473
13472
|
[
|
|
13474
13473
|
'ptz',
|
|
13475
13474
|
'talk',
|
|
@@ -13479,6 +13478,7 @@
|
|
|
13479
13478
|
_this.controls["" + key + "Control"].reset();
|
|
13480
13479
|
}
|
|
13481
13480
|
});
|
|
13481
|
+
this._disabled(true);
|
|
13482
13482
|
}
|
|
13483
13483
|
this.emit(EVENTS.play, playing);
|
|
13484
13484
|
if ((_this_controls = this.controls) == null ? void 0 : _this_controls.playControl) {
|
|
@@ -13831,7 +13831,7 @@
|
|
|
13831
13831
|
zh: zh,
|
|
13832
13832
|
en: en
|
|
13833
13833
|
};
|
|
13834
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '0.0.1-alpha.
|
|
13834
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '0.0.1-alpha.3';
|
|
13835
13835
|
|
|
13836
13836
|
// 不要动这里的代码, 这个出口是为了编译成 umd 规范的文件
|
|
13837
13837
|
|
package/dist/style.js
CHANGED