@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/style.css
CHANGED
|
@@ -13,7 +13,7 @@ body.ezplayer-body-mobile-noscroll{background-color:#000!important;height:100vh;
|
|
|
13
13
|
.ecalendar{box-sizing:border-box;cursor:unset;line-height:normal;margin:0;padding-left:0;text-align:left}.ecalendar-panel{border:1px solid var(--edate-border-color,rgba(5,5,5,.06));box-sizing:border-box;display:flex;flex-direction:column;width:100%}.ecalendar-body{box-sizing:border-box;color:var(--edate-default-color,rgba(0,0,0,.88));flex:1 1 auto;padding:6px 10px}.ecalendar-content{box-sizing:border-box;width:100%}.ecalendar-content th{height:30px}.ecalendar-content tr td{padding:3px 0}.ecalendar-content tr td:before{content:"";display:block;height:var(--edate-calendar-cell-height,24px);position:absolute;width:100%}.ecalendar-cell{box-sizing:border-box;color:rgba(0,0,0,.25);cursor:pointer;padding:0;position:relative;text-align:center}.ecalendar-cell:not(.edate-disabled):hover .ecalendar-cell-inner{background-color:var(--edate-hover-bg-color,rgba(0,0,0,.04))}.ecalendar-cell-in-view{color:var(--edate-default-color,rgba(0,0,0,.88))}.ecalendar-cell-in-view.ecalendar-cell-selected:not(.edate-disabled) .ecalendar-cell-inner{background-color:var(--edate-primary-color,#1677ff)!important;color:#fff}.ecalendar-cell-in-view.ecalendar-cell-selected:not(.edate-disabled) .ecalendar-badge{background-color:#fff}.ecalendar-cell-in-view.ecalendar-cell-selected.edate-disabled .ecalendar-cell-inner{background-color:var(--edate-disabled-bg-color,rgba(0,0,0,.25))}.ecalendar-cell-in-view.ecalendar-cell-today .ecalendar-cell-inner{border-color:var(--edate-primary-color,#1677ff)}.ecalendar-cell-in-view.ecalendar-cell-today.edate-disabled .ecalendar-cell-inner{border-color:var(--edate-disabled-bg-color,rgba(0,0,0,.25))}.ecalendar-cell-inner{align-items:center;border:1px solid transparent;border-radius:var(--edate-calendar-border-radius,2px);display:inline-flex;height:var(--edate-calendar-cell-height,26px);inset-inline-end:0;inset-inline-start:0;justify-content:center;line-height:var(--edate-calendar-cell-height,26px);padding:0;position:relative;transition:background .2s,border .2s;width:var(--edate-calendar-cell-width,26px);z-index:2}.ecalendar-cell .ecalendar-badge{background-color:var(--edate-primary-color,#1677ff);border-radius:50%;height:3px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(8px);width:3px;z-index:3}.ecalendar-cell.edate-disabled .ecalendar-badge{background-color:var(--edate-disabled-color,rgba(0,0,0,.25))}.epicker-mobile .ecalendar-content tr td{padding:8px 0}
|
|
14
14
|
.emonth{cursor:unset;line-height:normal}.emonth-panel{background-color:#fff;border:1px solid var(--edate-border-color,rgba(5,5,5,.06));display:flex;flex-direction:column}.emonth-panel .emonth-body{padding:1px 8px}.emonth-panel table{width:100%}.emonth-panel .emonth-cell{height:52px}.emonth-panel .emonth-cell-inner{padding:0 8px}.emonth-body{color:var(--edate-default-color,rgba(0,0,0,.88));padding:0 10px}.emonth-content{width:100%}.emonth-cell{box-sizing:border-box;color:rgba(0,0,0,.25);cursor:pointer;padding:0;position:relative;text-align:center}.emonth-cell:not(.edate-disabled):hover .emonth-cell-inner{background-color:var(--edate-hover-bg-color,rgba(0,0,0,.04))}.emonth-cell:before{content:"";height:22px;inset-inline-end:0;inset-inline-start:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;z-index:1}.emonth-cell-in-view{color:var(--edate-default-color,rgba(0,0,0,.88))}.emonth-cell-in-view.emonth-cell-selected:not(.edate-disabled) .emonth-cell-inner{background-color:var(--edate-primary-color,#1677ff)!important;color:#fff}.emonth-cell-in-view.emonth-cell-selected.edate-disabled .emonth-cell-inner{background-color:var(--edate-disabled-bg-color,rgba(0,0,0,.04))!important}.emonth-cell-inner{border-radius:var(--edate-border-radius,2px);display:inline-block;height:22px;line-height:22px;min-width:22px;position:relative;transition:background .2s,border .2s;z-index:2}
|
|
15
15
|
.eyear{cursor:unset;line-height:normal}.eyear-layout{align-items:stretch;display:flex;flex-wrap:nowrap}.eyear-panel{background-color:#fff;border:1px solid var(--edate-border-color,rgba(5,5,5,.06));display:flex;flex-direction:column}.eyear-panel .eyear-body{padding:1px 8px}.eyear-panel table{width:100%}.eyear-panel .eyear-cell{height:52px}.eyear-panel .eyear-cell-inner{padding:0 8px}.eyear-body{padding:0 10px}.eyear-cell{box-sizing:border-box;color:rgba(0,0,0,.25);cursor:pointer;padding:0;position:relative;text-align:center}.eyear-cell:not(.edate-disabled):hover .eyear-cell-inner{background-color:var(--edate-hover-bg-color,rgba(0,0,0,.04))}.eyear-cell:before{content:"";height:22px;inset-inline-end:0;inset-inline-start:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s;z-index:1}.eyear-cell-in-view{color:var(--edate-default-color,rgba(0,0,0,.88))}.eyear-cell-in-view.eyear-cell-selected:not(.edate-disabled) .eyear-cell-inner{background-color:var(--edate-primary-color,#1677ff);color:#fff}.eyear-cell-in-view.eyear-cell-selected.edate-disabled .eyear-cell-inner{background-color:var(--edate-disabled-bg-color,rgba(0,0,0,.04))}.eyear-cell-inner{border-radius:var(--data-picker-border-radius,2px);display:inline-block;height:22px;line-height:22px;min-width:22px;position:relative;transition:background .2s,border .2s;z-index:2}
|
|
16
|
-
.ezplayer .ezplayer-progress{align-items:center;background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-radius:var(--ezplayer-border-radius,8px);box-sizing:border-box;cursor:default;display:flex;flex-direction:column;justify-content:center;padding:
|
|
16
|
+
.ezplayer .ezplayer-progress{align-items:center;background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-radius:var(--ezplayer-border-radius,8px);box-sizing:border-box;cursor:default;display:flex;flex-direction:column;justify-content:center;padding:30px 9px 11px;position:relative;width:38px}.ezplayer .ezplayer-progress,.ezplayer .ezplayer-progress-text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ezplayer .ezplayer-progress-text{font-size:12px;height:17px;left:0;line-height:17px;position:absolute;text-align:center;top:8px;width:100%}.ezplayer .ezplayer-progress-minus,.ezplayer .ezplayer-progress-plus{display:flex;height:25px;justify-content:center}.ezplayer .ezplayer-progress-minus .ezplayer-icon,.ezplayer .ezplayer-progress-plus .ezplayer-icon{color:#fff;cursor:pointer;display:inline-block;font-size:20px;height:20px;text-align:center;transition:color .3s ease,border-color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:20px}.ezplayer .ezplayer-progress-minus .ezplayer-icon:active,.ezplayer .ezplayer-progress-plus .ezplayer-icon:active{color:var(--ezplayer-primary-color,#407aff)}@media (hover:hover){.ezplayer .ezplayer-progress-minus .ezplayer-icon:hover,.ezplayer .ezplayer-progress-plus .ezplayer-icon:hover{color:var(--ezplayer-primary-color,#407aff)}}.ezplayer .ezplayer-progress-plus{padding-bottom:5px}.ezplayer .ezplayer-progress-minus{padding-top:5px}.ezplayer .ezplayer-progress-slider{background-color:hsla(0,0%,100%,.75);border-radius:2px;cursor:pointer;flex:1 1 auto;position:relative;width:4px}.ezplayer .ezplayer-progress-slider-fill{background-color:var(--ezplayer-primary-color,#407aff);border-radius:4px;bottom:0;height:0;left:0;position:absolute;width:100%}.ezplayer .ezplayer-progress-slider-handle{align-items:center;background-color:var(--ezplayer-primary-color,#407aff);border-radius:50%;cursor:pointer;display:inline-flex;height:12px;justify-content:center;left:50%;position:absolute;top:0;transform:translate(-50%,-50%);width:12px}.ezplayer .ezplayer-progress-slider-handle:hover{box-shadow:0 0 2px var(--ezplayer-primary-color,#407aff)}.ezplayer .ezplayer-progress-slider-handle:before{background-color:#fff;border-radius:50%;content:"";display:inline;height:6px;width:6px}
|
|
17
17
|
.ezplayer-icon{align-items:center;color:inherit;display:inline-flex;font-size:var(--ezplayer-icon-font-size,24px);font-style:normal;line-height:0;text-align:center;text-rendering:optimizeLegibility;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
|
|
18
18
|
.ezplayer-select-panel{background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-radius:var(--ezplayer-border-radius,8px);color:var(--ezplayer-default-color,#fff);display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;position:relative}.ezplayer-select-btn{width:50px}.ezplayer-select-btn span{display:inline-block;font-size:12px;font-size:calc(var(--ezplayer-font-size, 14px) - 2px);line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ezplayer-select-list{align-items:center;display:flex;flex-direction:column;font-size:var(--ezplayer-font-size,14px);list-style:none;margin:0;padding:12px 0!important;width:100%}.ezplayer-select-option{box-sizing:border-box;cursor:pointer;display:inline-flex;height:28px;justify-content:center;line-height:18px;list-style:none;padding:5px 20px!important;transition:color .3s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.ezplayer-select-option span{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ezplayer-select-option:hover{color:var(--ezplayer-active-color)}.ezplayer-select-cancel,.ezplayer-select-close{display:none}.ezplayer-select-cancel{font-size:var(--ezplayer-font-size,14px)}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-panel{background-color:transparent;max-width:400px;padding-bottom:calc(54px + env(safe-area-inset-bottom));width:90%}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-list{align-items:center;background-color:#fff;border-radius:var(--ezplayer-border-radius,8px);display:flex;flex-direction:column;font-size:var(--ezplayer-font-size,14px);max-height:70vh;max-height:calc(90vh - 108px);overflow-x:hidden;overflow-y:auto;padding:20px 0!important}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-cancel,.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-option{align-items:center;box-sizing:border-box;color:#2c2c2c;display:inline-flex;height:36px;justify-content:center;line-height:26px;padding:5px 20px!important}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-option{--webkit-tap-highlight-color:transparent!important}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-option:hover{color:#2c2c2c}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-option:active{background-color:#f8f8f8}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-cancel{background-color:#fff;border-radius:var(--ezplayer-border-radius,8px);display:flex;height:54px;margin-top:8px}.ezplayer-mobile .epicker-mobile.ezplayer-select-picker .ezplayer-select-cancel:active{color:var(--ezplayer-active-color)}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .epicker-body{bottom:0;left:unset;right:0;top:0;width:240px}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-panel{align-items:center;background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-bottom-right-radius:0;border-top-right-radius:0;height:100%;justify-content:center;padding-bottom:env(safe-area-inset-bottom);width:100%}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-list{background-color:transparent;border-radius:0;color:#fff;height:auto;margin:0;max-height:100%;width:100%}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-option,.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-option:hover{color:#fff}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-option:active{background-color:transparent;color:var(--ezplayer-active-color)}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-cancel{display:none}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-close{display:inline-flex;left:10px;position:absolute;top:10px}.ezplayer-mobile.ezplayer-fullscreen .epicker-mobile.ezplayer-select-picker .ezplayer-select-close:active{color:var(--ezplayer-active-color)}
|
|
19
19
|
.ezplayer-control-fullscreen .ezplayer-icon-exit-fullscreen,.ezplayer-control-global-fullscreen .ezplayer-icon-exit-global-fullscreen{display:none}.ezplayer-fullscreen .ezplayer-icon-exit-fullscreen{display:inline-flex}.ezplayer-fullscreen .ezplayer-icon-fullscreen{display:none}.ezplayer-global-fullscreen .ezplayer-icon-exit-global-fullscreen{display:inline-flex}.ezplayer-global-fullscreen .ezplayer-icon-global-fullscreen{display:none}
|
|
@@ -23,19 +23,16 @@ body.ezplayer-body-mobile-noscroll{background-color:#000!important;height:100vh;
|
|
|
23
23
|
.ezplayer-icon-volume{position:relative}.ezplayer-icon-volume svg .ezplayer-icon-volume-high,.ezplayer-icon-volume svg .ezplayer-icon-volume-low,.ezplayer-icon-volume svg .ezplayer-icon-volume-muted{display:none}.ezplayer-icon-volume.ezplayer-icon-volume-high svg .ezplayer-icon-volume-high,.ezplayer-icon-volume.ezplayer-icon-volume-high svg .ezplayer-icon-volume-low,.ezplayer-icon-volume.ezplayer-icon-volume-low svg .ezplayer-icon-volume-low,.ezplayer-icon-volume.ezplayer-icon-volume-muted svg .ezplayer-icon-volume-muted,.ezplayer-icon-volume.ezplayer-icon-volume-zero svg .ezplayer-icon-volume-muted{display:inline}.ezplayer-volume-progress{height:126px}
|
|
24
24
|
.ezplayer-control-rec{box-sizing:border-box;display:inline-flex;flex-direction:row}.ezplayer-control-rec .ezplayer-icon-cloud-rec,.ezplayer-control-rec .ezplayer-icon-cloud-record,.ezplayer-control-rec .ezplayer-icon-sdk{color:#d4d7dd;cursor:pointer;margin-left:5px}.ezplayer-mobile-extend .ezplayer-control-rec{background-color:#f4f6fc;border:1px solid #ededed;border-radius:18px;height:30px}.ezplayer-mobile-extend .ezplayer-icon-cloud-rec,.ezplayer-mobile-extend .ezplayer-icon-cloud-record,.ezplayer-mobile-extend .ezplayer-icon-sdk{cursor:pointer;font-size:20px;margin-left:1px;padding:2px 7px}.ezplayer-mobile-extend .ezplayer-icon-cloud-rec.ezplayer-active,.ezplayer-mobile-extend .ezplayer-icon-cloud-record.ezplayer-active,.ezplayer-mobile-extend .ezplayer-icon-sdk.ezplayer-active{background-color:#fff;border-radius:12px;box-shadow:0 1px 4px 0 hsla(0,0%,68%,.2)}.ezplayer-mobile .ezplayer-icon-cloud-rec,.ezplayer-mobile .ezplayer-icon-cloud-record,.ezplayer-mobile .ezplayer-icon-sdk{margin-left:10px}
|
|
25
25
|
.ezplayer-more-panel{align-items:center;background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-radius:var(--ezplayer-border-radius,8px);cursor:default;display:flex;flex-direction:row;padding:8px 10px}.ezplayer-more .ezplayer-control{margin-left:10px}.ezplayer-more .ezplayer-control:first-child{margin-right:0}
|
|
26
|
-
.ezplayer-
|
|
26
|
+
.ezplayer-zoom-panel{bottom:0;display:inline-flex;flex-direction:column;height:100%;justify-content:flex-end;left:20px;padding-bottom:calc(var(--ezplayer-footer-height, 80px) + 20px);pointer-events:none;position:absolute;top:0;z-index:23}.ezplayer-zoom-panel .ezplayer-progress{height:200px;max-height:95%;pointer-events:auto}.ezplayer-mini-height .ezplayer-progress-minus,.ezplayer-mini-height .ezplayer-progress-plus,.ezplayer-small-height .ezplayer-progress-minus,.ezplayer-small-height .ezplayer-progress-plus{display:none}.ezplayer-small-height .ezplayer-zoom-panel{min-height:auto;padding-bottom:calc(var(--ezplayer-footer-height, 80px))}.ezplayer-small-height .ezplayer-zoom-panel .ezplayer-progress{height:150px;max-height:95%;pointer-events:auto}.ezplayer-mini-height .ezplayer-zoom-panel{min-height:auto;padding-bottom:calc(var(--ezplayer-footer-height, 80px) - 10px);padding-top:0}.ezplayer-pc.ezplayer-has-time-line.ezplayer-medium-height .ezplayer-zoom-panel{padding-bottom:calc(var(--ezplayer-footer-height, 80px) + 31px)}.ezplayer-pc.ezplayer-has-time-line.ezplayer-mini-height .ezplayer-zoom-panel,.ezplayer-pc.ezplayer-has-time-line.ezplayer-small-height .ezplayer-zoom-panel{padding-bottom:calc(var(--ezplayer-footer-height, 80px) + 16px)}.ezplayer-mobile .ezplayer-zoom-panel{padding-bottom:calc(var(--ezplayer-mobile-footer-height, 54px) + 10px)!important}.ezplayer-mobile.ezplayer-fullscreen .ezplayer-zoom-panel{padding-bottom:var(--ezplayer-mobile-fullscreen-footer-height,110px)!important;padding-top:var(--ezplayer-mobile-fullscreen-header-height,75px)!important}
|
|
27
27
|
.ezplayer-icon-talk-growth-dot1,.ezplayer-icon-talk-growth-dot2,.ezplayer-icon-talk-growth-dot3,.ezplayer-icon-talk-growth-dot4{color:var(--ezplayer-default-color,#fff)}.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-deafening .ezplayer-icon-talk-growth-dot1,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-deafening .ezplayer-icon-talk-growth-dot2,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-deafening .ezplayer-icon-talk-growth-dot3,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-deafening .ezplayer-icon-talk-growth-dot4,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-high .ezplayer-icon-talk-growth-dot2,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-high .ezplayer-icon-talk-growth-dot3,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-high .ezplayer-icon-talk-growth-dot4,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-low .ezplayer-icon-talk-growth-dot4,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-normal .ezplayer-icon-talk-growth-dot3,.ezplayer-control-talk.ezplayer-active.ezplayer-talk-gain-normal .ezplayer-icon-talk-growth-dot4{color:var(--ezplayer-active-color,#407aff)}
|
|
28
28
|
.ezplayer-control-broadcast.ezplayer-active .ezplayer-icon-record-circle{color:var(--ezplayer-active-color,#407aff)}
|
|
29
29
|
.ezplayer-control-aichat.ezplayer-active .ezplayer-icon-aichat{color:var(--ezplayer-active-color,#407aff)}
|
|
30
|
-
.ezplayer-control-live .ezplayer-live-btn{cursor:pointer;font-size:14px;line-height:20px;padding:2px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.ezplayer-control-live.ezplayer-active .ezplayer-live-btn{color:var(--ezplayer-active-color,#407aff)}
|
|
31
|
-
.ezplayer-control-rec-dropdown .ezplayer-rec-dropdown-btn{cursor:pointer;font-size:14px;line-height:20px;padding:2px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.ezplayer-control-rec-dropdown.ezplayer-active .ezplayer-rec-dropdown-btn{color:var(--ezplayer-active-color,#407aff)}.ezplayer-rec-dropdown-picker .ezplayer-rec-dropdown-panel{background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-radius:var(--ezplayer-border-radius,8px);color:var(--ezplayer-default-color,#fff);padding:8px 0}.ezplayer-rec-dropdown-picker .ezplayer-rec-dropdown-list{list-style:none;margin:0;padding:0}.ezplayer-rec-dropdown-picker .ezplayer-rec-dropdown-item{cursor:pointer;font-size:14px;line-height:20px;padding:6px 20px;transition:color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.ezplayer-rec-dropdown-picker .ezplayer-rec-dropdown-item.ezplayer-active,.ezplayer-rec-dropdown-picker .ezplayer-rec-dropdown-item:hover{color:var(--ezplayer-active-color,#407aff)}
|
|
32
|
-
.ezplayer-control-alarm-message .ezplayer-alarm-message-btn{cursor:pointer;font-size:14px;line-height:20px;padding:2px 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.ezplayer-mobile-extend .ezplayer-control-alarm-message{align-items:center;background-color:#f4f6fc;border:1px solid #ededed;border-radius:50%;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:18px;height:30px;justify-content:center;margin-left:8px;width:30px}
|
|
33
30
|
.ezplayer-record-timer{align-items:center;background-color:#ff4c5c;border-radius:24px;color:#fff;display:inline-flex;flex-direction:row;left:50%;padding:2px 6px;position:absolute;top:60px;transform:translateX(-50%);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:3}.ezplayer-record-timer .ezplayer-icon-record-circle{font-size:14px}.ezplayer-record-timer-time{font-weight:400;letter-spacing:1px;line-height:20px;margin-left:2px}
|
|
34
31
|
.ezplayer-select-definition .ezplayer-select-panel{width:100px}.ezplayer-control-definition .ezplayer-select-btn{width:75px}
|
|
35
32
|
|
|
36
33
|
.ezplayer-control-device{width:100%}.ezplayer-control-device span{display:inline;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
|
|
37
34
|
.ezplayer-pause{bottom:0;color:#fff!important;cursor:pointer!important;height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%;z-index:3}.ezplayer-pause-circle{align-items:center;background-color:rgba(0,0,0,.4);border-radius:50%;cursor:pointer;display:flex;font-size:20px;height:50px;justify-content:center;transition:transform .3s ease,opacity 1s ease;width:50px}.ezplayer-pause-circle:hover{opacity:.85}.ezplayer-pause-circle .ezplayer-icon-pause,.ezplayer-pause-circle .ezplayer-icon-play{font-size:32px}.ezplayer-pause-transform .ezplayer-pause-circle{opacity:0;transform:scale(1.1)}
|
|
38
|
-
.ezplayer-medium-height .ezplayer-ptz-panel,.ezplayer-mini-height .ezplayer-ptz-panel{padding-bottom:0;padding-top:0;right:0;z-index:22}.ezplayer-medium-height .ezplayer-ptz-panel .ezplayer-ptz-turntable,.ezplayer-mini-height .ezplayer-ptz-panel .ezplayer-ptz-turntable{border-bottom-right-radius:0;border-top-right-radius:0;max-height:none}.ezplayer-mini-height .ez-ptz-btn-container,.ezplayer-mini-height .ez-ptz-speed-container{display:none!important}.ezplayer-ptz-panel{box-sizing:border-box;flex-direction:column;max-width:70%;padding-bottom:var(--ezplayer-footer-height,80px);padding-top:var(--ezplayer-header-height,46px);pointer-events:none;position:absolute;right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:150px;z-index:3}.ezplayer-ptz-panel,.ezplayer-ptz-panel .ezplayer-ptz-turntable{align-items:center;display:flex;height:100%;justify-content:center}.ezplayer-ptz-panel .ezplayer-ptz-turntable{background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-radius:var(--ezplayer-border-radius,8px);flex:1 1 auto;max-height:283px;padding:20px;pointer-events:auto;width:100%}.ezplayer-mobile .ezplayer-control-ptz,.ezplayer-mobile .ezplayer-ptz-panel{display:none}.ezplayer-mobile.ezplayer-fullscreen .ezplayer-control-ptz,.ezplayer-mobile.ezplayer-fullscreen .ezplayer-ptz-panel{display:inline-flex}.ezplayer-mobile.ezplayer-fullscreen .ezplayer-ptz-panel{padding-bottom:calc(var(--ezplayer-mobile-fullscreen-footer-height, 110px) - 20px);padding-top:var(--ezplayer-mobile-fullscreen-header-height,75px)}.ezplayer-mobile.ezplayer-fullscreen.ezplayer-medium-height .ezplayer-ptz-panel,.ezplayer-mobile.ezplayer-fullscreen.ezplayer-mini-height .ezplayer-ptz-panel{padding-bottom:0;padding-top:0}
|
|
35
|
+
.ezplayer-medium-height .ezplayer-ptz-panel,.ezplayer-mini-height .ezplayer-ptz-panel,.ezplayer-small-height .ezplayer-ptz-panel{padding-bottom:0;padding-top:0;right:0;z-index:22}.ezplayer-medium-height .ezplayer-ptz-panel .ezplayer-ptz-turntable,.ezplayer-mini-height .ezplayer-ptz-panel .ezplayer-ptz-turntable,.ezplayer-small-height .ezplayer-ptz-panel .ezplayer-ptz-turntable{border-bottom-right-radius:0;border-top-right-radius:0;max-height:none}.ezplayer-mini-height .ez-ptz-btn-container,.ezplayer-mini-height .ez-ptz-speed-container,.ezplayer-small-height .ez-ptz-btn-container,.ezplayer-small-height .ez-ptz-speed-container{display:none!important}.ezplayer-ptz-panel{box-sizing:border-box;flex-direction:column;max-width:70%;padding-bottom:var(--ezplayer-footer-height,80px);padding-top:var(--ezplayer-header-height,46px);pointer-events:none;position:absolute;right:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:150px;z-index:3}.ezplayer-ptz-panel,.ezplayer-ptz-panel .ezplayer-ptz-turntable{align-items:center;display:flex;height:100%;justify-content:center}.ezplayer-ptz-panel .ezplayer-ptz-turntable{background-color:var(--ezplayer-panel-bg-color,rgba(0,0,0,.7));border-radius:var(--ezplayer-border-radius,8px);flex:1 1 auto;max-height:283px;padding:20px;pointer-events:auto;width:100%}.ezplayer-mobile .ezplayer-control-ptz,.ezplayer-mobile .ezplayer-ptz-panel{display:none}.ezplayer-mobile.ezplayer-fullscreen .ezplayer-control-ptz,.ezplayer-mobile.ezplayer-fullscreen .ezplayer-ptz-panel{display:inline-flex}.ezplayer-mobile.ezplayer-fullscreen .ezplayer-ptz-panel{padding-bottom:calc(var(--ezplayer-mobile-fullscreen-footer-height, 110px) - 20px);padding-top:var(--ezplayer-mobile-fullscreen-header-height,75px)}.ezplayer-mobile.ezplayer-fullscreen.ezplayer-medium-height .ezplayer-ptz-panel,.ezplayer-mobile.ezplayer-fullscreen.ezplayer-mini-height .ezplayer-ptz-panel,.ezplayer-mobile.ezplayer-fullscreen.ezplayer-small-height .ezplayer-ptz-panel{padding-bottom:0;padding-top:0}
|
|
39
36
|
|
|
40
37
|
.ezplayer-mobile-extend .ezplayer-mobile-date-filter{align-items:center;background:#f4f6fc;border:1px solid #ededed;border-radius:8px;box-sizing:border-box;color:#2c2c2c;display:inline-flex;font-family:PingFang SC;font-size:16px;font-weight:500;height:36px;justify-content:center;letter-spacing:0;line-height:20px;padding:6px 10px}.ezplayer-mobile-extend .ezplayer-mobile-date-filter-value{margin-right:5px}.ezplayer-mobile-extend .ezplayer-icon-filter{font-size:20px}
|
|
41
38
|
.ezplayer-control-time-line{overflow:hidden;padding-right:40px;position:relative}.ezplayer-control-time-line .ezplayer-time-line-scale-add,.ezplayer-control-time-line .ezplayer-time-line-scale-sub{align-items:center;background-color:#333;border-radius:2px;color:var(--ezplayer-default-color,#fff);cursor:pointer;display:inline-flex;height:14px;justify-content:center;overflow:hidden;position:absolute;right:0;transition:color .3s ease;width:14px}.ezplayer-control-time-line .ezplayer-icon-add,.ezplayer-control-time-line .ezplayer-icon-reduce{font-size:12px;font-weight:500}.ezplayer-control-time-line .ezplayer-icon-add:hover,.ezplayer-control-time-line .ezplayer-icon-reduce:hover{color:var(--ezplayer-primary-color,#407aff)}.ezplayer-control-time-line .ezplayer-time-line-scale-add{top:2px}.ezplayer-control-time-line .ezplayer-time-line-scale-sub{bottom:2px}.ezplayer-mobile-extend .ezplayer-control-time-line{display:block;height:300px;margin-top:10px;padding-right:0}
|
package/dist/style.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -91,12 +91,6 @@ declare const EVENTS: {
|
|
|
91
91
|
readonly broadcastChange: "broadcastChange";
|
|
92
92
|
/** AI对话框状态变化 */
|
|
93
93
|
readonly aichatChange: "aichatChange";
|
|
94
|
-
/** 直播模式切换 */
|
|
95
|
-
readonly liveChange: "liveChange";
|
|
96
|
-
/** 回放下拉选择变化 */
|
|
97
|
-
readonly recDropdownChange: "recDropdownChange";
|
|
98
|
-
/** 告警消息面板状态变化 */
|
|
99
|
-
readonly alarmMessageChange: "alarmMessageChange";
|
|
100
94
|
/** 动态切换日志配置 */
|
|
101
95
|
readonly setLoggerOptions: "setLoggerOptions";
|
|
102
96
|
readonly records: "records";
|
|
@@ -179,18 +173,6 @@ declare const EVENTS: {
|
|
|
179
173
|
readonly aichatChange: "Control.aichatChange";
|
|
180
174
|
/** AI对话框控件销毁 */
|
|
181
175
|
readonly aichatDestroy: "Control.aichatDestroy";
|
|
182
|
-
/** 直播按钮点击 */
|
|
183
|
-
readonly liveChange: "Control.liveChange";
|
|
184
|
-
/** 直播控件销毁 */
|
|
185
|
-
readonly liveDestroy: "Control.liveDestroy";
|
|
186
|
-
/** 回放下拉选择变化 */
|
|
187
|
-
readonly recDropdownChange: "Control.recDropdownChange";
|
|
188
|
-
/** 回放下拉控件销毁 */
|
|
189
|
-
readonly recDropdownDestroy: "Control.recDropdownDestroy";
|
|
190
|
-
/** 告警消息面板开关 */
|
|
191
|
-
readonly alarmMessageChange: "Control.alarmMessageChange";
|
|
192
|
-
/** 告警消息面板销毁 */
|
|
193
|
-
readonly alarmMessageDestroy: "Control.alarmMessageDestroy";
|
|
194
176
|
/** 缩放比例改变 */
|
|
195
177
|
readonly zoomChange: "Control.zoomChange";
|
|
196
178
|
/** 音量调节面板 展示隐藏变换 */
|
|
@@ -968,12 +950,6 @@ type ControlType =
|
|
|
968
950
|
| 'broadcast'
|
|
969
951
|
/** AI对话 */
|
|
970
952
|
| 'aiChat'
|
|
971
|
-
/** 直播按钮 */
|
|
972
|
-
| 'live'
|
|
973
|
-
/** 回放下拉 */
|
|
974
|
-
| 'recDropdown'
|
|
975
|
-
/** 告警消息 */
|
|
976
|
-
| 'alarmMessage'
|
|
977
953
|
/** 电子放大 */
|
|
978
954
|
| 'zoom'
|
|
979
955
|
/** 清晰度, 兼容 hd */
|
|
@@ -1466,9 +1442,6 @@ declare class Theme extends EventEmitter {
|
|
|
1466
1442
|
readonly talkVolumeChange: "talkVolumeChange";
|
|
1467
1443
|
readonly broadcastChange: "broadcastChange";
|
|
1468
1444
|
readonly aichatChange: "aichatChange";
|
|
1469
|
-
readonly liveChange: "liveChange";
|
|
1470
|
-
readonly recDropdownChange: "recDropdownChange";
|
|
1471
|
-
readonly alarmMessageChange: "alarmMessageChange";
|
|
1472
1445
|
readonly setLoggerOptions: "setLoggerOptions";
|
|
1473
1446
|
readonly records: "records";
|
|
1474
1447
|
readonly ptzSpeedChange: "ptzSpeedChange";
|
|
@@ -1485,6 +1458,7 @@ declare class Theme extends EventEmitter {
|
|
|
1485
1458
|
readonly capturePictureDestroy: "Control.capturePictureDestroy";
|
|
1486
1459
|
readonly volumechange: "Control.volumechange";
|
|
1487
1460
|
readonly volumePanelOpenChange: "Control.volumePanelOpenChange";
|
|
1461
|
+
/** resizeObserver 监听销毁 */
|
|
1488
1462
|
readonly volumeDestroy: "Control.volumeDestroy";
|
|
1489
1463
|
readonly controlsBarOpenChange: "Control.controlsBarOpenChange";
|
|
1490
1464
|
readonly headerMoreShowControlsChange: "Control.headerMoreShowControlsChange";
|
|
@@ -1494,11 +1468,14 @@ declare class Theme extends EventEmitter {
|
|
|
1494
1468
|
readonly deviceDestroy: "Control.deviceDestroy";
|
|
1495
1469
|
readonly recTypeChange: "Control.recTypeChange";
|
|
1496
1470
|
readonly recDestroy: "Control.recDestroy";
|
|
1497
|
-
readonly definitionChange: "Control.definitionChange";
|
|
1471
|
+
readonly definitionChange: "Control.definitionChange"; /** 窗口尺寸变化时,设置窗口超出隐藏,防止出现滚动条 */
|
|
1498
1472
|
readonly definitionList: "Control.definitionList";
|
|
1499
1473
|
readonly definitionPanelOpenChange: "Control.definitionPanelOpenChange";
|
|
1500
1474
|
readonly definitionDestroy: "Control.definitionDestroy";
|
|
1501
1475
|
readonly speedChange: "Control.speedChange";
|
|
1476
|
+
/**
|
|
1477
|
+
* 录像回放的月份列表 @private
|
|
1478
|
+
*/
|
|
1502
1479
|
readonly speedPanelOpenChange: "Control.speedPanelOpenChange";
|
|
1503
1480
|
readonly speedDestroy: "Control.speedDestroy";
|
|
1504
1481
|
readonly ptzPanelOpenChange: "Control.ptzPanelOpenChange";
|
|
@@ -1514,12 +1491,6 @@ declare class Theme extends EventEmitter {
|
|
|
1514
1491
|
readonly broadcastDestroy: "Control.broadcastDestroy";
|
|
1515
1492
|
readonly aichatChange: "Control.aichatChange";
|
|
1516
1493
|
readonly aichatDestroy: "Control.aichatDestroy";
|
|
1517
|
-
readonly liveChange: "Control.liveChange";
|
|
1518
|
-
readonly liveDestroy: "Control.liveDestroy";
|
|
1519
|
-
readonly recDropdownChange: "Control.recDropdownChange";
|
|
1520
|
-
readonly recDropdownDestroy: "Control.recDropdownDestroy";
|
|
1521
|
-
readonly alarmMessageChange: "Control.alarmMessageChange";
|
|
1522
|
-
readonly alarmMessageDestroy: "Control.alarmMessageDestroy";
|
|
1523
1494
|
readonly zoomChange: "Control.zoomChange";
|
|
1524
1495
|
readonly zoomPanelOpenChange: "Control.zoomPanelOpenChange";
|
|
1525
1496
|
readonly zoomDestroy: "Control.zoomDestroy";
|
|
@@ -1737,12 +1708,6 @@ declare class Theme extends EventEmitter {
|
|
|
1737
1708
|
BTN_TALK: string;
|
|
1738
1709
|
BTN_BROADCAST: string;
|
|
1739
1710
|
BTN_AICHAT: string;
|
|
1740
|
-
BTN_LIVE: string;
|
|
1741
|
-
BTN_REC_DROPDOWN: string;
|
|
1742
|
-
BTN_ALARM_MESSAGE: string;
|
|
1743
|
-
REC_DROPDOWN_CLOUD_REC: string;
|
|
1744
|
-
REC_DROPDOWN_CLOUD_RECORD: string;
|
|
1745
|
-
REC_DROPDOWN_LOCAL_REC: string;
|
|
1746
1711
|
BTN_ZOOM: string;
|
|
1747
1712
|
BTN_3D_ZOOM: string;
|
|
1748
1713
|
BTN_PTZ: string;
|
|
@@ -1752,11 +1717,10 @@ declare class Theme extends EventEmitter {
|
|
|
1752
1717
|
BTN_EXIR_FULLSCREEN: string;
|
|
1753
1718
|
BTN_HD: string;
|
|
1754
1719
|
BTN_SPEED: string;
|
|
1755
|
-
BTN_CLOUDREC: string;
|
|
1720
|
+
BTN_CLOUDREC: string; /** @since 0.0.1 @private */
|
|
1756
1721
|
BTN_CLOUDRECORD: string;
|
|
1757
1722
|
BTN_REC: string;
|
|
1758
1723
|
BTN_CALENDAR: string;
|
|
1759
|
-
/** resizeObserver 监听销毁 */
|
|
1760
1724
|
BTN_MORE: string;
|
|
1761
1725
|
DEVICE_NAME: string;
|
|
1762
1726
|
DEVICE_ID: string;
|
|
@@ -1765,56 +1729,51 @@ declare class Theme extends EventEmitter {
|
|
|
1765
1729
|
START_RECORD_SUCCESS: string;
|
|
1766
1730
|
START_RECORD_FAILED: string;
|
|
1767
1731
|
STOP_RECORD_SUCCESS: string;
|
|
1768
|
-
STOP_RECORD_FAILED: string;
|
|
1732
|
+
STOP_RECORD_FAILED: string;
|
|
1769
1733
|
RECORD_TIPS: string;
|
|
1770
1734
|
RECORDS: string;
|
|
1771
1735
|
OPEN_SOUND: string;
|
|
1772
|
-
CLOSE_SOUND: string;
|
|
1736
|
+
CLOSE_SOUND: string;
|
|
1773
1737
|
SOUND_OPENED: string;
|
|
1774
1738
|
ZOOM: string;
|
|
1775
1739
|
START_ZOOM: string;
|
|
1776
|
-
/** 是否播放中 @private */
|
|
1777
1740
|
CLOSE_ZOOM: string;
|
|
1778
1741
|
ZOOM_ADD: string;
|
|
1779
1742
|
ZOOM_SUB: string;
|
|
1780
|
-
ZOOM_ADD_MAX: string;
|
|
1743
|
+
ZOOM_ADD_MAX: string;
|
|
1781
1744
|
ZOOM_SUB_MIN: string;
|
|
1782
|
-
ZOOM_LIMIT_MAX: string;
|
|
1783
|
-
ZOOM_LIMIT_MIN: string;
|
|
1745
|
+
ZOOM_LIMIT_MAX: string;
|
|
1746
|
+
ZOOM_LIMIT_MIN: string;
|
|
1784
1747
|
ZOOM_NOT_ENABLED: string;
|
|
1785
1748
|
'3D_ZOOM': string;
|
|
1786
1749
|
'3D_ZOOM_DISABLE': string;
|
|
1787
|
-
'3D_ZOOM_FAILED': string;
|
|
1750
|
+
'3D_ZOOM_FAILED': string;
|
|
1788
1751
|
START_3D_ZOOM: string;
|
|
1789
1752
|
CLOSE_3D_ZOOM: string;
|
|
1790
1753
|
DEVICE_NOT_SUPPORT_3D_ZOOM: string;
|
|
1791
1754
|
'3D_ZOOM_ACTIVED': string;
|
|
1792
|
-
'3D_ZOOM_NOT_ACTIVED': string;
|
|
1755
|
+
'3D_ZOOM_NOT_ACTIVED': string; /** 对讲中 @private */
|
|
1793
1756
|
'3D_ZOOM_CLOSED': string;
|
|
1794
1757
|
CHANGE_ZOOM_TYPE: string;
|
|
1795
|
-
/** 窗口尺寸变化时,设置窗口超出隐藏,防止出现滚动条 */
|
|
1796
1758
|
FULLSCREEN: string;
|
|
1797
1759
|
FULLSCREEN_EXIT: string;
|
|
1798
1760
|
GET_WEB_FULLSCREEN_STATUS: string;
|
|
1799
1761
|
WEB_FULLSCREEN: string;
|
|
1800
|
-
/**
|
|
1801
|
-
* 录像回放的月份列表 @private
|
|
1802
|
-
*/
|
|
1803
1762
|
WEB_FULLSCREEN_EXIT: string;
|
|
1804
1763
|
DESTROY: string;
|
|
1805
1764
|
GET_CAPACITY: string;
|
|
1806
1765
|
GET_PTZ_STATUS: string;
|
|
1807
1766
|
GET_PTZ_STATUS_FAILED: string;
|
|
1808
1767
|
MOBILE_HIDE_PTZ: string;
|
|
1809
|
-
/**
|
|
1810
|
-
* 录像回放的月份列表 @private
|
|
1811
|
-
*/
|
|
1812
1768
|
OPTION_PTZ_FAILED: string;
|
|
1813
1769
|
MOBILE_PTZ_TIPS: string;
|
|
1814
1770
|
PTZ_FAST: string;
|
|
1815
1771
|
PTZ_MID: string;
|
|
1816
1772
|
PTZ_SLOW: string;
|
|
1817
1773
|
PTZ_SPEED: string;
|
|
1774
|
+
/**
|
|
1775
|
+
* 录像回放的月份列表 @private
|
|
1776
|
+
*/
|
|
1818
1777
|
DEVICE_ZOOM: string;
|
|
1819
1778
|
DEVICE_FOCUS: string;
|
|
1820
1779
|
NOT_SUPPORT_DEVICE_ZOOM: string;
|
|
@@ -2035,12 +1994,6 @@ declare class Theme extends EventEmitter {
|
|
|
2035
1994
|
BTN_TALK: string;
|
|
2036
1995
|
BTN_BROADCAST: string;
|
|
2037
1996
|
BTN_AICHAT: string;
|
|
2038
|
-
BTN_LIVE: string;
|
|
2039
|
-
BTN_REC_DROPDOWN: string;
|
|
2040
|
-
BTN_ALARM_MESSAGE: string;
|
|
2041
|
-
REC_DROPDOWN_CLOUD_REC: string;
|
|
2042
|
-
REC_DROPDOWN_CLOUD_RECORD: string;
|
|
2043
|
-
REC_DROPDOWN_LOCAL_REC: string;
|
|
2044
1997
|
BTN_ZOOM: string;
|
|
2045
1998
|
BTN_3D_ZOOM: string;
|
|
2046
1999
|
BTN_PTZ: string;
|
|
@@ -2064,7 +2017,9 @@ declare class Theme extends EventEmitter {
|
|
|
2064
2017
|
START_RECORD_SUCCESS: string;
|
|
2065
2018
|
START_RECORD_FAILED: string;
|
|
2066
2019
|
STOP_RECORD_SUCCESS: string;
|
|
2067
|
-
STOP_RECORD_FAILED: string;
|
|
2020
|
+
STOP_RECORD_FAILED: string; /**
|
|
2021
|
+
* 是否在缩放中
|
|
2022
|
+
*/
|
|
2068
2023
|
RECORD_TIPS: string;
|
|
2069
2024
|
RECORDS: string;
|
|
2070
2025
|
OPEN_SOUND: string;
|
|
@@ -2076,7 +2031,16 @@ declare class Theme extends EventEmitter {
|
|
|
2076
2031
|
ZOOM_ADD: string;
|
|
2077
2032
|
ZOOM_SUB: string;
|
|
2078
2033
|
ZOOM_ADD_MAX: string;
|
|
2079
|
-
ZOOM_SUB_MIN: string;
|
|
2034
|
+
ZOOM_SUB_MIN: string; /**
|
|
2035
|
+
* 电子放大倍数, 仅 ezopen 支持
|
|
2036
|
+
* @since 0.0.1
|
|
2037
|
+
* @example
|
|
2038
|
+
* ```ts
|
|
2039
|
+
* theme.zoom // 放大倍数
|
|
2040
|
+
* // 事件监听
|
|
2041
|
+
* theme.on(Theme.EVENTS.zoom, (zoom: number) => {})
|
|
2042
|
+
* ```
|
|
2043
|
+
*/
|
|
2080
2044
|
ZOOM_LIMIT_MAX: string;
|
|
2081
2045
|
ZOOM_LIMIT_MIN: string;
|
|
2082
2046
|
ZOOM_NOT_ENABLED: string;
|
|
@@ -2106,9 +2070,6 @@ declare class Theme extends EventEmitter {
|
|
|
2106
2070
|
PTZ_MID: string;
|
|
2107
2071
|
PTZ_SLOW: string;
|
|
2108
2072
|
PTZ_SPEED: string;
|
|
2109
|
-
/**
|
|
2110
|
-
* 倍速
|
|
2111
|
-
*/
|
|
2112
2073
|
DEVICE_ZOOM: string;
|
|
2113
2074
|
DEVICE_FOCUS: string;
|
|
2114
2075
|
NOT_SUPPORT_DEVICE_ZOOM: string;
|
|
@@ -2118,10 +2079,7 @@ declare class Theme extends EventEmitter {
|
|
|
2118
2079
|
CHANGE_FEC_TYPE: string;
|
|
2119
2080
|
DEVICE_NOT_SUPPORT: string;
|
|
2120
2081
|
TYPE_NOT_SUPPORT: string;
|
|
2121
|
-
FEC_SUPPORT_VERSION: string;
|
|
2122
|
-
* 录制中, 仅 ezopen 支持
|
|
2123
|
-
* @since 0.0.1
|
|
2124
|
-
*/
|
|
2082
|
+
FEC_SUPPORT_VERSION: string;
|
|
2125
2083
|
NO_CANVAS_ID: string;
|
|
2126
2084
|
SET_FEC_PARAMS: string;
|
|
2127
2085
|
GET_FEC_PARAMS: string;
|