@ezuikit/player-theme 3.0.0-beta.5 → 3.0.1-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 CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
- * @ezuikit/player-theme v3.0.0-beta.5
3
- * Copyright (c) 2026-05-06 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v3.0.1-beta.3
3
+ * Copyright (c) 2026-05-13 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  /**
@@ -160,6 +160,9 @@ var EVENTS = {
160
160
  /** 麦克风音量变化 */ talkVolumeChange: 'talkVolumeChange',
161
161
  /** 语音广播状态变化 */ broadcastChange: 'broadcastChange',
162
162
  /** AI对话框状态变化 */ aichatChange: 'aichatChange',
163
+ /** 直播模式切换 */ liveChange: 'liveChange',
164
+ /** 回放下拉选择变化 */ recDropdownChange: 'recDropdownChange',
165
+ /** 告警消息面板状态变化 */ alarmMessageChange: 'alarmMessageChange',
163
166
  /** 动态切换日志配置 */ setLoggerOptions: 'setLoggerOptions',
164
167
  records: 'records',
165
168
  ptzSpeedChange: 'ptzSpeedChange',
@@ -207,6 +210,12 @@ var EVENTS = {
207
210
  /** 语音广播控件销毁 */ broadcastDestroy: 'Control.broadcastDestroy',
208
211
  /** AI对话框状态变化 */ aichatChange: 'Control.aichatChange',
209
212
  /** AI对话框控件销毁 */ aichatDestroy: 'Control.aichatDestroy',
213
+ /** 直播按钮点击 */ liveChange: 'Control.liveChange',
214
+ /** 直播控件销毁 */ liveDestroy: 'Control.liveDestroy',
215
+ /** 回放下拉选择变化 */ recDropdownChange: 'Control.recDropdownChange',
216
+ /** 回放下拉控件销毁 */ recDropdownDestroy: 'Control.recDropdownDestroy',
217
+ /** 告警消息面板开关 */ alarmMessageChange: 'Control.alarmMessageChange',
218
+ /** 告警消息面板销毁 */ alarmMessageDestroy: 'Control.alarmMessageDestroy',
210
219
  /** 缩放比例改变 */ zoomChange: 'Control.zoomChange',
211
220
  /** 音量调节面板 展示隐藏变换 */ zoomPanelOpenChange: 'Control.zoomPanelOpenChange',
212
221
  /** 缩放控件销毁 */ zoomDestroy: 'Control.zoomDestroy',