cty-mui-angular 1.0.2 → 1.0.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/esm2022/directives/proxies.mjs +3 -3
- package/esm2022/standalone/directives/proxies.mjs +3 -3
- package/fesm2022/cty-mui-angular-standalone.mjs +2 -2
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +2 -2
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -481,7 +481,7 @@ CtyAudio = __decorate([
|
|
|
481
481
|
ProxyCmp({
|
|
482
482
|
defineCustomElementFn: defineCustomElement$a,
|
|
483
483
|
inputs: ['allowBackward', 'allowForward', 'autoplay', 'cycleRate', 'initialTime', 'playCtrl', 'rate', 'rateVisible', 'rates', 'trafficMsg', 'unAllowForwardMsg', 'unAllowRateMsg', 'url'],
|
|
484
|
-
methods: ['switchAudio', 'play', 'pause', 'setPlayRate', 'getAudioElement']
|
|
484
|
+
methods: ['updatePlayedTime', 'switchAudio', 'play', 'pause', 'setPlayRate', 'getAudioElement']
|
|
485
485
|
})
|
|
486
486
|
], CtyAudio);
|
|
487
487
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyAudio, decorators: [{
|
|
@@ -1535,7 +1535,7 @@ CtyVideo = __decorate([
|
|
|
1535
1535
|
ProxyCmp({
|
|
1536
1536
|
defineCustomElementFn: defineCustomElement$K,
|
|
1537
1537
|
inputs: ['allowBackward', 'allowForward', 'autoplay', 'controls', 'defaultFullscreen', 'directRate', 'direction', 'errorMsg', 'exitFullscreenIcon', 'footerCtrl', 'fullscreenIcon', 'fullscreenOnly', 'headerCtrl', 'interactiveActions', 'landscapeEnterTimer', 'landscapeLeaveTimer', 'loading', 'loadingImg', 'markers', 'orientation', 'player', 'poster', 'preload', 'progressPosition', 'rate', 'rates', 'startTime', 'title', 'togglePlayTimer', 'trafficAutoplay', 'trafficMsg', 'unAllowForwardMsg', 'unAllowRateMsg', 'updateNow', 'url'],
|
|
1538
|
-
methods: ['play', 'setCtrlShow', 'pause', 'setVideoCurrentTime', 'toggleVideo', 'toggleVolume', 'setPlayRate', 'getVideoElement']
|
|
1538
|
+
methods: ['play', 'setCtrlShow', 'pause', 'setVideoCurrentTime', 'clearCtrlTimeout', 'setWarningMsg', 'toggleVideo', 'toggleVolume', 'setPlayRate', 'getVideoElement', 'getVideoState']
|
|
1539
1539
|
})
|
|
1540
1540
|
], CtyVideo);
|
|
1541
1541
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyVideo, decorators: [{
|