@ezuikit/player-theme 2.1.0-beta.2 → 2.1.0-beta.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/constant.js +1 -1
- package/dist/index.js +4 -4
- package/dist/index.mjs +4 -4
- package/dist/index.umd.js +4 -4
- package/dist/style.js +1 -1
- package/package.json +1 -1
package/dist/constant.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v2.1.0-beta.
|
|
2
|
+
* @ezuikit/player-theme v2.1.0-beta.3
|
|
3
3
|
* Copyright (c) 2025-12-30 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1746,7 +1746,7 @@ var VOLUME_DEFAULT_OPTIONS = {
|
|
|
1746
1746
|
_this._lastVolume = _this._volume;
|
|
1747
1747
|
_this._muted = !!((_this__options_props3 = _this._options.props) == null ? void 0 : _this__options_props3.muted) || false;
|
|
1748
1748
|
// 轻应用私有暂时不支持调节音量
|
|
1749
|
-
if (!(Utils.isMobile || _this._options.PLAY_TYPE
|
|
1749
|
+
if (!(Utils.isMobile || _this._options.PLAY_TYPE === 'ezopen')) {
|
|
1750
1750
|
var _this__options_props4, _this__options_props5;
|
|
1751
1751
|
_this.picker = new Picker(_this.$container, {
|
|
1752
1752
|
getPopupContainer: function() {
|
|
@@ -8719,7 +8719,7 @@ function _set_prototype_of$6(o, p) {
|
|
|
8719
8719
|
],
|
|
8720
8720
|
badges: ((_this_options_props = this.options.props) == null ? void 0 : _this_options_props.recMonth) || [],
|
|
8721
8721
|
language: this.options.language === 'zh' ? 'zh' : 'en',
|
|
8722
|
-
current:
|
|
8722
|
+
current: require$$1.DateTime.toDate(this._value),
|
|
8723
8723
|
placement: 'tr',
|
|
8724
8724
|
triggerClose: true,
|
|
8725
8725
|
disabledDate: function(date) {
|
|
@@ -11391,7 +11391,7 @@ var THEME_DEFAULT_OPTIONS = {
|
|
|
11391
11391
|
zh: zh,
|
|
11392
11392
|
en: en
|
|
11393
11393
|
};
|
|
11394
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.0-beta.
|
|
11394
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.0-beta.3';
|
|
11395
11395
|
|
|
11396
11396
|
exports.Control = Control;
|
|
11397
11397
|
exports.EVENTS = EVENTS;
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v2.1.0-beta.
|
|
2
|
+
* @ezuikit/player-theme v2.1.0-beta.3
|
|
3
3
|
* Copyright (c) 2025-12-30 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1744,7 +1744,7 @@ var VOLUME_DEFAULT_OPTIONS = {
|
|
|
1744
1744
|
_this._lastVolume = _this._volume;
|
|
1745
1745
|
_this._muted = !!((_this__options_props3 = _this._options.props) == null ? void 0 : _this__options_props3.muted) || false;
|
|
1746
1746
|
// 轻应用私有暂时不支持调节音量
|
|
1747
|
-
if (!(Utils.isMobile || _this._options.PLAY_TYPE
|
|
1747
|
+
if (!(Utils.isMobile || _this._options.PLAY_TYPE === 'ezopen')) {
|
|
1748
1748
|
var _this__options_props4, _this__options_props5;
|
|
1749
1749
|
_this.picker = new Picker(_this.$container, {
|
|
1750
1750
|
getPopupContainer: function() {
|
|
@@ -8717,7 +8717,7 @@ function _set_prototype_of$6(o, p) {
|
|
|
8717
8717
|
],
|
|
8718
8718
|
badges: ((_this_options_props = this.options.props) == null ? void 0 : _this_options_props.recMonth) || [],
|
|
8719
8719
|
language: this.options.language === 'zh' ? 'zh' : 'en',
|
|
8720
|
-
current:
|
|
8720
|
+
current: DateTime.toDate(this._value),
|
|
8721
8721
|
placement: 'tr',
|
|
8722
8722
|
triggerClose: true,
|
|
8723
8723
|
disabledDate: function(date) {
|
|
@@ -11389,6 +11389,6 @@ var THEME_DEFAULT_OPTIONS = {
|
|
|
11389
11389
|
zh: zh,
|
|
11390
11390
|
en: en
|
|
11391
11391
|
};
|
|
11392
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.0-beta.
|
|
11392
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.0-beta.3';
|
|
11393
11393
|
|
|
11394
11394
|
export { Control, EVENTS, Fullscreen, Loading, Message, Play, Poster, Rec, Theme, Utils, Volume };
|
package/dist/index.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v2.1.0-beta.
|
|
2
|
+
* @ezuikit/player-theme v2.1.0-beta.3
|
|
3
3
|
* Copyright (c) 2025-12-30 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -2995,7 +2995,7 @@
|
|
|
2995
2995
|
_this._lastVolume = _this._volume;
|
|
2996
2996
|
_this._muted = !!((_this__options_props3 = _this._options.props) == null ? void 0 : _this__options_props3.muted) || false;
|
|
2997
2997
|
// 轻应用私有暂时不支持调节音量
|
|
2998
|
-
if (!(Utils.isMobile || _this._options.PLAY_TYPE
|
|
2998
|
+
if (!(Utils.isMobile || _this._options.PLAY_TYPE === 'ezopen')) {
|
|
2999
2999
|
var _this__options_props4, _this__options_props5;
|
|
3000
3000
|
_this.picker = new Picker(_this.$container, {
|
|
3001
3001
|
getPopupContainer: function() {
|
|
@@ -10498,7 +10498,7 @@
|
|
|
10498
10498
|
],
|
|
10499
10499
|
badges: ((_this_options_props = this.options.props) == null ? void 0 : _this_options_props.recMonth) || [],
|
|
10500
10500
|
language: this.options.language === 'zh' ? 'zh' : 'en',
|
|
10501
|
-
current:
|
|
10501
|
+
current: distExports$6.DateTime.toDate(this._value),
|
|
10502
10502
|
placement: 'tr',
|
|
10503
10503
|
triggerClose: true,
|
|
10504
10504
|
disabledDate: function(date) {
|
|
@@ -13771,7 +13771,7 @@
|
|
|
13771
13771
|
zh: zh,
|
|
13772
13772
|
en: en
|
|
13773
13773
|
};
|
|
13774
|
-
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.0-beta.
|
|
13774
|
+
/** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.0-beta.3';
|
|
13775
13775
|
|
|
13776
13776
|
// 不要动这里的代码, 这个出口是为了编译成 umd 规范的文件
|
|
13777
13777
|
|
package/dist/style.js
CHANGED