@ezuikit/player-theme 3.1.0-beta.4 → 3.1.0-beta.5

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.1.0-beta.4
2
+ * @ezuikit/player-theme v3.1.0-beta.5
3
3
  * Copyright (c) 2026-07-06 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.1.0-beta.4
2
+ * @ezuikit/player-theme v3.1.0-beta.5
3
3
  * Copyright (c) 2026-07-06 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -7456,6 +7456,7 @@ function _set_prototype_of$c(o, p) {
7456
7456
  }, options, {
7457
7457
  showEventFilter: false,
7458
7458
  showCardTypeIcon: false,
7459
+ sections: [],
7459
7460
  onCardClick: function(section, index, sections) {
7460
7461
  _this.emit(EVENTS.control.recListCardClick, section, index, sections);
7461
7462
  },
@@ -8609,6 +8610,7 @@ function _set_prototype_of$5(o, p) {
8609
8610
  showCoverFold: (_this__options_showCoverFold = this._options.showCoverFold) != null ? _this__options_showCoverFold : true,
8610
8611
  hoverTipPlacement: 'top'
8611
8612
  }, this._options || {}, {
8613
+ showSectionIcon: false,
8612
8614
  onClickSeek: function(date) {
8613
8615
  if (date == null ? void 0 : date.getTime()) {
8614
8616
  _this._options.onClickSeek == null ? void 0 : _this._options.onClickSeek.call(_this._options, date);
@@ -11268,7 +11270,7 @@ var THEME_DEFAULT_OPTIONS = {
11268
11270
  zh: zh,
11269
11271
  en: en
11270
11272
  };
11271
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.1.0-beta.4';
11273
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.1.0-beta.5';
11272
11274
 
11273
11275
  exports.Control = Control;
11274
11276
  exports.EVENTS = EVENTS;
package/dist/index.esm.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.1.0-beta.4
2
+ * @ezuikit/player-theme v3.1.0-beta.5
3
3
  * Copyright (c) 2026-07-06 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
@@ -7454,6 +7454,7 @@ function _set_prototype_of$c(o, p) {
7454
7454
  }, options, {
7455
7455
  showEventFilter: false,
7456
7456
  showCardTypeIcon: false,
7457
+ sections: [],
7457
7458
  onCardClick: function(section, index, sections) {
7458
7459
  _this.emit(EVENTS.control.recListCardClick, section, index, sections);
7459
7460
  },
@@ -8607,6 +8608,7 @@ function _set_prototype_of$5(o, p) {
8607
8608
  showCoverFold: (_this__options_showCoverFold = this._options.showCoverFold) != null ? _this__options_showCoverFold : true,
8608
8609
  hoverTipPlacement: 'top'
8609
8610
  }, this._options || {}, {
8611
+ showSectionIcon: false,
8610
8612
  onClickSeek: function(date) {
8611
8613
  if (date == null ? void 0 : date.getTime()) {
8612
8614
  _this._options.onClickSeek == null ? void 0 : _this._options.onClickSeek.call(_this._options, date);
@@ -11266,6 +11268,6 @@ var THEME_DEFAULT_OPTIONS = {
11266
11268
  zh: zh,
11267
11269
  en: en
11268
11270
  };
11269
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.1.0-beta.4';
11271
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '3.1.0-beta.5';
11270
11272
 
11271
11273
  export { Control, EVENTS, Fullscreen, Loading, Message, Play, Poster, Rec, Theme, Utils, Volume };