@ezuikit/player-theme 2.1.2-beta.3 → 2.1.2-beta.4

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,6 +1,6 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.3
3
- * Copyright (c) 2026-03-10 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v2.1.2-beta.4
3
+ * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  /**
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.3
3
- * Copyright (c) 2026-03-10 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v2.1.2-beta.4
3
+ * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  'use strict';
@@ -8519,7 +8519,7 @@ function _ts_generator$2(thisArg, body) {
8519
8519
  classNameSuffix: 'aichat'
8520
8520
  })) || this;
8521
8521
  _this._options = options;
8522
- if (options.urlInfo.search === "" && options.urlInfo.recType === "cloud") {
8522
+ if (options.urlInfo.searchParams.busType !== '7' && options.urlInfo.recType === "cloud") {
8523
8523
  _this._render();
8524
8524
  _this.on(EVENTS.aichatChange, function(active) {
8525
8525
  if (_this.active !== active) {
@@ -11952,7 +11952,7 @@ var THEME_DEFAULT_OPTIONS = {
11952
11952
  zh: zh,
11953
11953
  en: en
11954
11954
  };
11955
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.3';
11955
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.4';
11956
11956
 
11957
11957
  exports.Control = Control;
11958
11958
  exports.EVENTS = EVENTS;
package/dist/index.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.3
3
- * Copyright (c) 2026-03-10 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v2.1.2-beta.4
3
+ * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  import EventEmitter from 'eventemitter3';
@@ -8517,7 +8517,7 @@ function _ts_generator$2(thisArg, body) {
8517
8517
  classNameSuffix: 'aichat'
8518
8518
  })) || this;
8519
8519
  _this._options = options;
8520
- if (options.urlInfo.search === "" && options.urlInfo.recType === "cloud") {
8520
+ if (options.urlInfo.searchParams.busType !== '7' && options.urlInfo.recType === "cloud") {
8521
8521
  _this._render();
8522
8522
  _this.on(EVENTS.aichatChange, function(active) {
8523
8523
  if (_this.active !== active) {
@@ -11950,6 +11950,6 @@ var THEME_DEFAULT_OPTIONS = {
11950
11950
  zh: zh,
11951
11951
  en: en
11952
11952
  };
11953
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.3';
11953
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.4';
11954
11954
 
11955
11955
  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.2-beta.3
3
- * Copyright (c) 2026-03-10 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v2.1.2-beta.4
3
+ * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  (function (global, factory) {
@@ -10161,7 +10161,7 @@
10161
10161
  classNameSuffix: 'aichat'
10162
10162
  })) || this;
10163
10163
  _this._options = options;
10164
- if (options.urlInfo.search === "" && options.urlInfo.recType === "cloud") {
10164
+ if (options.urlInfo.searchParams.busType !== '7' && options.urlInfo.recType === "cloud") {
10165
10165
  _this._render();
10166
10166
  _this.on(EVENTS.aichatChange, function(active) {
10167
10167
  if (_this.active !== active) {
@@ -14104,7 +14104,7 @@
14104
14104
  zh: zh,
14105
14105
  en: en
14106
14106
  };
14107
- /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.3';
14107
+ /** 版本号 @since 0.0.1 */ Theme.THEME_VERSION = '2.1.2-beta.4';
14108
14108
 
14109
14109
  // 不要动这里的代码, 这个出口是为了编译成 umd 规范的文件
14110
14110
 
package/dist/style.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
- * @ezuikit/player-theme v2.1.2-beta.3
3
- * Copyright (c) 2026-03-10 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v2.1.2-beta.4
3
+ * Copyright (c) 2026-03-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  require("./style.css");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ezuikit/player-theme",
3
- "version": "2.1.2-beta.3",
3
+ "version": "2.1.2-beta.4",
4
4
  "description": "player theme",
5
5
  "title": "theme",
6
6
  "main": "dist/index.js",