@ezuikit/player-theme 3.0.2-beta.3 → 3.1.0-beta.2

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.2-beta.3
3
- * Copyright (c) 2026-05-20 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v3.1.0-beta.2
3
+ * Copyright (c) 2026-06-26 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  /**
@@ -225,6 +225,8 @@ var EVENTS = {
225
225
  /** 日期改变 */ dateChange: 'Control.dateChange',
226
226
  /** 日期改变 */ dateMonthChange: 'Control.dateMonthChange',
227
227
  /** 日期销毁 */ dateDestroy: 'Control.datePanelDestroy',
228
+ /** 时间面板展示隐藏变换 */ timePanelOpenChange: 'Control.timePanelOpenChange',
229
+ /** 时间改变 */ timeChange: 'Control.timeChange',
228
230
  /** 时间轴拖动结束 */ timeLineChange: 'Control.timeLineChange',
229
231
  /** 时间轴图片列表面板 */ timeLinePanelOpenChange: 'Control.timeLinePanelOpenChange',
230
232
  /** 时间轴控件销毁 */ timeLineDestroy: 'Control.timeLineDestroy',