@ezuikit/player-theme 3.0.1-beta.3 → 3.0.2-beta.1
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 +2 -11
- package/dist/index.cjs +247 -690
- package/dist/index.esm.js +247 -690
- package/dist/index.umd.js +248 -691
- package/dist/style.css +3 -6
- package/dist/style.js +2 -2
- package/dist/types/index.d.ts +30 -72
- package/package.json +1 -1
package/dist/constant.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* @ezuikit/player-theme v3.0.
|
|
3
|
-
* Copyright (c) 2026-05-
|
|
2
|
+
* @ezuikit/player-theme v3.0.2-beta.1
|
|
3
|
+
* Copyright (c) 2026-05-15 Ezviz-OpenBiz
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
6
6
|
/**
|
|
@@ -160,9 +160,6 @@ var EVENTS = {
|
|
|
160
160
|
/** 麦克风音量变化 */ talkVolumeChange: 'talkVolumeChange',
|
|
161
161
|
/** 语音广播状态变化 */ broadcastChange: 'broadcastChange',
|
|
162
162
|
/** AI对话框状态变化 */ aichatChange: 'aichatChange',
|
|
163
|
-
/** 直播模式切换 */ liveChange: 'liveChange',
|
|
164
|
-
/** 回放下拉选择变化 */ recDropdownChange: 'recDropdownChange',
|
|
165
|
-
/** 告警消息面板状态变化 */ alarmMessageChange: 'alarmMessageChange',
|
|
166
163
|
/** 动态切换日志配置 */ setLoggerOptions: 'setLoggerOptions',
|
|
167
164
|
records: 'records',
|
|
168
165
|
ptzSpeedChange: 'ptzSpeedChange',
|
|
@@ -210,12 +207,6 @@ var EVENTS = {
|
|
|
210
207
|
/** 语音广播控件销毁 */ broadcastDestroy: 'Control.broadcastDestroy',
|
|
211
208
|
/** AI对话框状态变化 */ aichatChange: 'Control.aichatChange',
|
|
212
209
|
/** 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',
|
|
219
210
|
/** 缩放比例改变 */ zoomChange: 'Control.zoomChange',
|
|
220
211
|
/** 音量调节面板 展示隐藏变换 */ zoomPanelOpenChange: 'Control.zoomPanelOpenChange',
|
|
221
212
|
/** 缩放控件销毁 */ zoomDestroy: 'Control.zoomDestroy',
|