cty-mui-angular 1.0.38 → 1.0.39
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/common/index.d.ts +1 -0
- package/common/providers/media-editor.d.ts +7 -0
- package/cty-mui-module.d.ts +1 -1
- package/directives/proxies-list.d.ts +1 -1
- package/directives/proxies.d.ts +16 -4
- package/esm2022/common/index.mjs +2 -1
- package/esm2022/common/providers/media-editor.mjs +17 -0
- package/esm2022/cty-mui-module.mjs +2 -2
- package/esm2022/directives/proxies-list.mjs +2 -1
- package/esm2022/directives/proxies.mjs +41 -13
- package/esm2022/index.mjs +2 -2
- package/esm2022/standalone/directives/proxies.mjs +44 -13
- package/esm2022/standalone/index.mjs +2 -2
- package/fesm2022/cty-mui-angular-common.mjs +16 -2
- package/fesm2022/cty-mui-angular-common.mjs.map +1 -1
- package/fesm2022/cty-mui-angular-standalone.mjs +88 -58
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +43 -15
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +16 -4
- package/standalone/index.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as i1 from 'cty-mui-angular/common';
|
|
2
2
|
import { ValueAccessor, ConfigToken, OverlayBaseController } from 'cty-mui-angular/common';
|
|
3
|
-
export { AudioRecorderService, CameraPreviewService, Config, DeviceInfoService, ImagePickerService, KeyboardService, MediaDownloaderService, NetworkService, PaymentService, ScreenOrientationService, ShareService, SpeechTranscriberService, StatusBarService, TemplateRefDirective, UtilsService, VideoCaptureService, VolumeControlService, WechatService } from 'cty-mui-angular/common';
|
|
3
|
+
export { AudioRecorderService, CameraPreviewService, Config, DeviceInfoService, ImagePickerService, KeyboardService, MediaDownloaderService, MediaEditorService, NetworkService, PaymentService, ScreenOrientationService, ShareService, SpeechTranscriberService, StatusBarService, TemplateRefDirective, UtilsService, VideoCaptureService, VolumeControlService, WechatService } from 'cty-mui-angular/common';
|
|
4
4
|
import { __decorate } from 'tslib';
|
|
5
5
|
import * as i0 from '@angular/core';
|
|
6
6
|
import { forwardRef, Component, ChangeDetectionStrategy, HostListener, CUSTOM_ELEMENTS_SCHEMA, makeEnvironmentProviders, APP_INITIALIZER, Injectable } from '@angular/core';
|
|
@@ -46,30 +46,31 @@ import { defineCustomElement as defineCustomElement$A } from 'cty-mui-core/compo
|
|
|
46
46
|
import { defineCustomElement as defineCustomElement$B } from 'cty-mui-core/components/cty-notice-bar.js';
|
|
47
47
|
import { defineCustomElement as defineCustomElement$C } from 'cty-mui-core/components/cty-overlay.js';
|
|
48
48
|
import { defineCustomElement as defineCustomElement$D } from 'cty-mui-core/components/cty-pdf-viewer.js';
|
|
49
|
-
import { defineCustomElement as defineCustomElement$E } from 'cty-mui-core/components/cty-permission-
|
|
50
|
-
import { defineCustomElement as defineCustomElement$F } from 'cty-mui-core/components/cty-
|
|
51
|
-
import { defineCustomElement as defineCustomElement$G } from 'cty-mui-core/components/cty-
|
|
52
|
-
import { defineCustomElement as defineCustomElement$H } from 'cty-mui-core/components/cty-
|
|
53
|
-
import { defineCustomElement as defineCustomElement$I } from 'cty-mui-core/components/cty-
|
|
54
|
-
import { defineCustomElement as defineCustomElement$J } from 'cty-mui-core/components/cty-
|
|
55
|
-
import { defineCustomElement as defineCustomElement$K } from 'cty-mui-core/components/cty-
|
|
56
|
-
import { defineCustomElement as defineCustomElement$L } from 'cty-mui-core/components/cty-
|
|
57
|
-
import { defineCustomElement as defineCustomElement$M } from 'cty-mui-core/components/cty-swipe
|
|
58
|
-
import { defineCustomElement as defineCustomElement$N } from 'cty-mui-core/components/cty-
|
|
59
|
-
import { defineCustomElement as defineCustomElement$O } from 'cty-mui-core/components/cty-
|
|
60
|
-
import { defineCustomElement as defineCustomElement$P } from 'cty-mui-core/components/cty-
|
|
61
|
-
import { defineCustomElement as defineCustomElement$Q } from 'cty-mui-core/components/cty-
|
|
62
|
-
import { defineCustomElement as defineCustomElement$R } from 'cty-mui-core/components/cty-
|
|
63
|
-
import { defineCustomElement as defineCustomElement$S } from 'cty-mui-core/components/cty-
|
|
49
|
+
import { defineCustomElement as defineCustomElement$E } from 'cty-mui-core/components/cty-permission-alert.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$F } from 'cty-mui-core/components/cty-permission-purpose.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$G } from 'cty-mui-core/components/cty-progress.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$H } from 'cty-mui-core/components/cty-quick-access.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$I } from 'cty-mui-core/components/cty-record.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$J } from 'cty-mui-core/components/cty-share-sheet.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$K } from 'cty-mui-core/components/cty-step.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$L } from 'cty-mui-core/components/cty-steps.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$M } from 'cty-mui-core/components/cty-swipe.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$N } from 'cty-mui-core/components/cty-swipe-item.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$O } from 'cty-mui-core/components/cty-text-ellipsis.js';
|
|
60
|
+
import { defineCustomElement as defineCustomElement$P } from 'cty-mui-core/components/cty-title-bar.js';
|
|
61
|
+
import { defineCustomElement as defineCustomElement$Q } from 'cty-mui-core/components/cty-tour.js';
|
|
62
|
+
import { defineCustomElement as defineCustomElement$R } from 'cty-mui-core/components/cty-tutorial.js';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$S } from 'cty-mui-core/components/cty-video.js';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$T } from 'cty-mui-core/components/cty-virtual-list.js';
|
|
64
65
|
import { initialize, alertController, actionSheetController, cameraPhotoController, cascaderController, loadingController, imageViewerController, overlayController, recordController, shareSheetController, tutorialController } from 'cty-mui-core/components';
|
|
65
66
|
export { CTYCityData, DownloadMediaType, Easing, ImagePickerType, MediaSourceType, ModalFade, ModalRotate, ModalSlide, ModalZoom, ShareContentType, SharePlatformType, SlidePosition, UploadProgressTip, WechatMiniProgramType, WechatShareScene, addDays, addHours, addMinutes, addMonths, addSeconds, addYears, camelToKebab, checkScrollEnd, clamp, clipboard, closest, convertDate, convertNumber, convertTimeZone, deepClone, diff, fileSize, formatDate, formatDateTime, fromBase64, getElementRect, getEventClientCoords, getEventPageCoords, getFormatForDatePicker, getFormatForDateTimePicker, getTimeZone, getUTCDate, getUTCDateTime, getValueByKey, identityCodeValid, isDef, isEmail, isEmptyArray, isEmptyObject, isHttp, isJSONObject, isMobileNo, isPrimitive, isPromise, isRealNameForm, isValidDate, kebabToCamel, localDelete, localGet, localSave, mergeObj, numberToChinese, numberToLetter, numericName, pad, parseArray, parseJson, percent, price, randomNum, scrollElementBottom, scrollElementTop, scrollToPoint, secondsToVehicle, sessionDelete, sessionGet, sessionSave, toBase64 } from 'cty-mui-core/components';
|
|
66
|
-
import { defineCustomElement as defineCustomElement$
|
|
67
|
-
import { defineCustomElement as defineCustomElement$
|
|
68
|
-
import { defineCustomElement as defineCustomElement$
|
|
69
|
-
import { defineCustomElement as defineCustomElement$
|
|
70
|
-
import { defineCustomElement as defineCustomElement$
|
|
71
|
-
import { defineCustomElement as defineCustomElement$
|
|
72
|
-
import { defineCustomElement as defineCustomElement$
|
|
67
|
+
import { defineCustomElement as defineCustomElement$U } from 'cty-mui-core/components/cty-action-sheet';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$V } from 'cty-mui-core/components/cty-camera-photo';
|
|
69
|
+
import { defineCustomElement as defineCustomElement$W } from 'cty-mui-core/components/cty-cascader';
|
|
70
|
+
import { defineCustomElement as defineCustomElement$X } from 'cty-mui-core/components/cty-loading';
|
|
71
|
+
import { defineCustomElement as defineCustomElement$Y } from 'cty-mui-core/components/cty-record';
|
|
72
|
+
import { defineCustomElement as defineCustomElement$Z } from 'cty-mui-core/components/cty-share-sheet';
|
|
73
|
+
import { defineCustomElement as defineCustomElement$_ } from 'cty-mui-core/components/cty-tutorial';
|
|
73
74
|
import { actionSheetController as actionSheetController$1, alertController as alertController$1, loadingController as loadingController$1, modalController, pickerController, popoverController, toastController } from '@ionic/core/components';
|
|
74
75
|
|
|
75
76
|
/* eslint-disable */
|
|
@@ -727,12 +728,12 @@ let CtyCamera = class CtyCamera {
|
|
|
727
728
|
proxyOutputs(this, this.el, ['ctyDismiss', 'ctyTakePhoto', 'ctyConfirm']);
|
|
728
729
|
}
|
|
729
730
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCamera, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
730
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCamera, isStandalone: true, selector: "cty-camera", inputs: { closeIcon: "closeIcon", confirmIcon: "confirmIcon", confirmText: "confirmText", deleteIcon: "deleteIcon", file: "file", flashText: "flashText", flipText: "flipText", height: "height", includeThumb: "includeThumb", max: "max", mode: "mode", multipleText: "multipleText", options: "options", quality: "quality", ratioText: "ratioText", ratios: "ratios", safeArea: "safeArea", singleText: "singleText", thumbWidth: "thumbWidth", title: "title", touchZoom: "touchZoom", touchZoomProp: "touchZoomProp", width: "width", zoomSteps: "zoomSteps", zooms: "zooms" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
731
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCamera, isStandalone: true, selector: "cty-camera", inputs: { closeIcon: "closeIcon", confirmIcon: "confirmIcon", confirmText: "confirmText", deleteIcon: "deleteIcon", file: "file", flashText: "flashText", flipText: "flipText", height: "height", includeThumb: "includeThumb", max: "max", mode: "mode", multipleText: "multipleText", options: "options", permissionAlertContent: "permissionAlertContent", permissionAlertTitle: "permissionAlertTitle", permissionAlertbuttons: "permissionAlertbuttons", quality: "quality", ratioText: "ratioText", ratios: "ratios", safeArea: "safeArea", singleText: "singleText", thumbWidth: "thumbWidth", title: "title", touchZoom: "touchZoom", touchZoomProp: "touchZoomProp", width: "width", zoomSteps: "zoomSteps", zooms: "zooms" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
731
732
|
};
|
|
732
733
|
CtyCamera = __decorate([
|
|
733
734
|
ProxyCmp({
|
|
734
735
|
defineCustomElementFn: defineCustomElement$g,
|
|
735
|
-
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'includeThumb', 'max', 'mode', 'multipleText', 'options', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'thumbWidth', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
736
|
+
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'includeThumb', 'max', 'mode', 'multipleText', 'options', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'thumbWidth', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
736
737
|
methods: ['flipCamera', 'toggleFlash', 'flashOff', 'flashOn', 'ratioChange', 'setZoom', 'takePhoto']
|
|
737
738
|
})
|
|
738
739
|
], CtyCamera);
|
|
@@ -743,7 +744,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
743
744
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
744
745
|
template: '<ng-content></ng-content>',
|
|
745
746
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
746
|
-
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'includeThumb', 'max', 'mode', 'multipleText', 'options', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'thumbWidth', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
747
|
+
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'includeThumb', 'max', 'mode', 'multipleText', 'options', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'thumbWidth', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
747
748
|
standalone: true
|
|
748
749
|
}]
|
|
749
750
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -757,12 +758,12 @@ let CtyCameraPhoto = class CtyCameraPhoto {
|
|
|
757
758
|
proxyOutputs(this, this.el, ['ctyTapStart', 'ctyTap', 'ctyDismiss', 'ctyDidPresent', 'ctyWillPresent', 'ctyWillDismiss', 'ctyDidDismiss']);
|
|
758
759
|
}
|
|
759
760
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCameraPhoto, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
760
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCameraPhoto, isStandalone: true, selector: "cty-camera-photo", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cameraProps: "cameraProps", cancelText: "cancelText", clipCancelText: "clipCancelText", clipCconfirmText: "clipCconfirmText", clipImageBg: "clipImageBg", clipImageQuality: "clipImageQuality", clipImageSuffix: "clipImageSuffix", clipImageWidth: "clipImageWidth", clipMaxScale: "clipMaxScale", clipMinScale: "clipMinScale", clipPt: "clipPt", closeIcon: "closeIcon", closeable: "closeable", continuous: "continuous", count: "count", cssClass: "cssClass", enterAnimation: "enterAnimation", file: "file", leaveAnimation: "leaveAnimation", options: "options", overlay: "overlay", permissionPurpose: "permissionPurpose", photoOption: "photoOption", root: "root", title: "title", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
761
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCameraPhoto, isStandalone: true, selector: "cty-camera-photo", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cameraProps: "cameraProps", cancelText: "cancelText", clipCancelText: "clipCancelText", clipCconfirmText: "clipCconfirmText", clipImageBg: "clipImageBg", clipImageQuality: "clipImageQuality", clipImageSuffix: "clipImageSuffix", clipImageWidth: "clipImageWidth", clipMaxScale: "clipMaxScale", clipMinScale: "clipMinScale", clipPt: "clipPt", closeIcon: "closeIcon", closeable: "closeable", continuous: "continuous", count: "count", cssClass: "cssClass", enterAnimation: "enterAnimation", file: "file", leaveAnimation: "leaveAnimation", options: "options", overlay: "overlay", permissionAlertContent: "permissionAlertContent", permissionAlertTitle: "permissionAlertTitle", permissionAlertbuttons: "permissionAlertbuttons", permissionPurpose: "permissionPurpose", photoOption: "photoOption", root: "root", title: "title", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
761
762
|
};
|
|
762
763
|
CtyCameraPhoto = __decorate([
|
|
763
764
|
ProxyCmp({
|
|
764
765
|
defineCustomElementFn: defineCustomElement$h,
|
|
765
|
-
inputs: ['animated', 'backdropDismiss', 'cameraProps', 'cancelText', 'clipCancelText', 'clipCconfirmText', 'clipImageBg', 'clipImageQuality', 'clipImageSuffix', 'clipImageWidth', 'clipMaxScale', 'clipMinScale', 'clipPt', 'closeIcon', 'closeable', 'continuous', 'count', 'cssClass', 'enterAnimation', 'file', 'leaveAnimation', 'options', 'overlay', 'permissionPurpose', 'photoOption', 'root', 'title', 'trigger'],
|
|
766
|
+
inputs: ['animated', 'backdropDismiss', 'cameraProps', 'cancelText', 'clipCancelText', 'clipCconfirmText', 'clipImageBg', 'clipImageQuality', 'clipImageSuffix', 'clipImageWidth', 'clipMaxScale', 'clipMinScale', 'clipPt', 'closeIcon', 'closeable', 'continuous', 'count', 'cssClass', 'enterAnimation', 'file', 'leaveAnimation', 'options', 'overlay', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'permissionPurpose', 'photoOption', 'root', 'title', 'trigger'],
|
|
766
767
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
767
768
|
})
|
|
768
769
|
], CtyCameraPhoto);
|
|
@@ -773,7 +774,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
773
774
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
774
775
|
template: '<ng-content></ng-content>',
|
|
775
776
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
776
|
-
inputs: ['animated', 'backdropDismiss', 'cameraProps', 'cancelText', 'clipCancelText', 'clipCconfirmText', 'clipImageBg', 'clipImageQuality', 'clipImageSuffix', 'clipImageWidth', 'clipMaxScale', 'clipMinScale', 'clipPt', 'closeIcon', 'closeable', 'continuous', 'count', 'cssClass', 'enterAnimation', 'file', 'leaveAnimation', 'options', 'overlay', 'permissionPurpose', 'photoOption', 'root', 'title', 'trigger'],
|
|
777
|
+
inputs: ['animated', 'backdropDismiss', 'cameraProps', 'cancelText', 'clipCancelText', 'clipCconfirmText', 'clipImageBg', 'clipImageQuality', 'clipImageSuffix', 'clipImageWidth', 'clipMaxScale', 'clipMinScale', 'clipPt', 'closeIcon', 'closeable', 'continuous', 'count', 'cssClass', 'enterAnimation', 'file', 'leaveAnimation', 'options', 'overlay', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'permissionPurpose', 'photoOption', 'root', 'title', 'trigger'],
|
|
777
778
|
standalone: true
|
|
778
779
|
}]
|
|
779
780
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1283,12 +1284,12 @@ let CtyMediaCapture = class CtyMediaCapture {
|
|
|
1283
1284
|
proxyOutputs(this, this.el, ['ctyDismiss', 'ctyComplete', 'ctyStart', 'ctyStop']);
|
|
1284
1285
|
}
|
|
1285
1286
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyMediaCapture, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1286
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyMediaCapture, isStandalone: true, selector: "cty-media-capture", inputs: { autoplay: "autoplay", captureTime: "captureTime", closeIcon: "closeIcon", confirmText: "confirmText", controls: "controls", loop: "loop", options: "options", poster: "poster", revocationIcon: "revocationIcon", timeLimit: "timeLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1287
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyMediaCapture, isStandalone: true, selector: "cty-media-capture", inputs: { autoplay: "autoplay", captureTime: "captureTime", closeIcon: "closeIcon", confirmText: "confirmText", controls: "controls", loop: "loop", options: "options", permissionAlertContent: "permissionAlertContent", permissionAlertTitle: "permissionAlertTitle", permissionAlertbuttons: "permissionAlertbuttons", poster: "poster", revocationIcon: "revocationIcon", timeLimit: "timeLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1287
1288
|
};
|
|
1288
1289
|
CtyMediaCapture = __decorate([
|
|
1289
1290
|
ProxyCmp({
|
|
1290
1291
|
defineCustomElementFn: defineCustomElement$z,
|
|
1291
|
-
inputs: ['autoplay', 'captureTime', 'closeIcon', 'confirmText', 'controls', 'loop', 'options', 'poster', 'revocationIcon', 'timeLimit'],
|
|
1292
|
+
inputs: ['autoplay', 'captureTime', 'closeIcon', 'confirmText', 'controls', 'loop', 'options', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'poster', 'revocationIcon', 'timeLimit'],
|
|
1292
1293
|
methods: ['startVideoCapture', 'stopVideoCapture']
|
|
1293
1294
|
})
|
|
1294
1295
|
], CtyMediaCapture);
|
|
@@ -1299,7 +1300,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1299
1300
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1300
1301
|
template: '<ng-content></ng-content>',
|
|
1301
1302
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1302
|
-
inputs: ['autoplay', 'captureTime', 'closeIcon', 'confirmText', 'controls', 'loop', 'options', 'poster', 'revocationIcon', 'timeLimit'],
|
|
1303
|
+
inputs: ['autoplay', 'captureTime', 'closeIcon', 'confirmText', 'controls', 'loop', 'options', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'poster', 'revocationIcon', 'timeLimit'],
|
|
1303
1304
|
standalone: true
|
|
1304
1305
|
}]
|
|
1305
1306
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1420,6 +1421,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1420
1421
|
standalone: true
|
|
1421
1422
|
}]
|
|
1422
1423
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1424
|
+
let CtyPermissionAlert = class CtyPermissionAlert {
|
|
1425
|
+
z;
|
|
1426
|
+
el;
|
|
1427
|
+
constructor(c, r, z) {
|
|
1428
|
+
this.z = z;
|
|
1429
|
+
c.detach();
|
|
1430
|
+
this.el = r.nativeElement;
|
|
1431
|
+
proxyOutputs(this, this.el, ['ctyDismiss', 'ctyTap']);
|
|
1432
|
+
}
|
|
1433
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyPermissionAlert, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1434
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyPermissionAlert, isStandalone: true, selector: "cty-permission-alert", inputs: { backdropDismiss: "backdropDismiss", buttons: "buttons", closeable: "closeable", content: "content", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1435
|
+
};
|
|
1436
|
+
CtyPermissionAlert = __decorate([
|
|
1437
|
+
ProxyCmp({
|
|
1438
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1439
|
+
inputs: ['backdropDismiss', 'buttons', 'closeable', 'content', 'title']
|
|
1440
|
+
})
|
|
1441
|
+
], CtyPermissionAlert);
|
|
1442
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyPermissionAlert, decorators: [{
|
|
1443
|
+
type: Component,
|
|
1444
|
+
args: [{
|
|
1445
|
+
selector: 'cty-permission-alert',
|
|
1446
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1447
|
+
template: '<ng-content></ng-content>',
|
|
1448
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1449
|
+
inputs: ['backdropDismiss', 'buttons', 'closeable', 'content', 'title'],
|
|
1450
|
+
standalone: true
|
|
1451
|
+
}]
|
|
1452
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1423
1453
|
let CtyPermissionPurpose = class CtyPermissionPurpose {
|
|
1424
1454
|
z;
|
|
1425
1455
|
el;
|
|
@@ -1434,7 +1464,7 @@ let CtyPermissionPurpose = class CtyPermissionPurpose {
|
|
|
1434
1464
|
};
|
|
1435
1465
|
CtyPermissionPurpose = __decorate([
|
|
1436
1466
|
ProxyCmp({
|
|
1437
|
-
defineCustomElementFn: defineCustomElement$
|
|
1467
|
+
defineCustomElementFn: defineCustomElement$F,
|
|
1438
1468
|
inputs: ['backdropDismiss', 'description']
|
|
1439
1469
|
})
|
|
1440
1470
|
], CtyPermissionPurpose);
|
|
@@ -1462,7 +1492,7 @@ let CtyProgress = class CtyProgress {
|
|
|
1462
1492
|
};
|
|
1463
1493
|
CtyProgress = __decorate([
|
|
1464
1494
|
ProxyCmp({
|
|
1465
|
-
defineCustomElementFn: defineCustomElement$
|
|
1495
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1466
1496
|
inputs: ['percentage', 'pivot', 'pivotText']
|
|
1467
1497
|
})
|
|
1468
1498
|
], CtyProgress);
|
|
@@ -1491,7 +1521,7 @@ let CtyQuickAccess = class CtyQuickAccess {
|
|
|
1491
1521
|
};
|
|
1492
1522
|
CtyQuickAccess = __decorate([
|
|
1493
1523
|
ProxyCmp({
|
|
1494
|
-
defineCustomElementFn: defineCustomElement$
|
|
1524
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1495
1525
|
inputs: ['col', 'duration', 'options', 'paper', 'props', 'quickThreshold', 'row', 'slideThreshold'],
|
|
1496
1526
|
methods: ['getCurrentPage']
|
|
1497
1527
|
})
|
|
@@ -1517,12 +1547,12 @@ let CtyRecord = class CtyRecord {
|
|
|
1517
1547
|
proxyOutputs(this, this.el, ['ctyRecordStart', 'ctyRecording', 'ctyRecordEnd', 'ctyRecordComplete', 'ctyDismiss', 'ctyDidPresent', 'ctyWillPresent', 'ctyWillDismiss', 'ctyDidDismiss']);
|
|
1518
1548
|
}
|
|
1519
1549
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyRecord, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1520
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyRecord, isStandalone: true, selector: "cty-record", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", circleColor: "circleColor", circleWidth: "circleWidth", closeable: "closeable", cssClass: "cssClass", enterAnimation: "enterAnimation", leaveAnimation: "leaveAnimation", maxSeconds: "maxSeconds", minSeconds: "minSeconds", root: "root", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1550
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyRecord, isStandalone: true, selector: "cty-record", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", circleColor: "circleColor", circleWidth: "circleWidth", closeable: "closeable", cssClass: "cssClass", enterAnimation: "enterAnimation", leaveAnimation: "leaveAnimation", maxSeconds: "maxSeconds", minSeconds: "minSeconds", permissionAlertContent: "permissionAlertContent", permissionAlertTitle: "permissionAlertTitle", permissionAlertbuttons: "permissionAlertbuttons", root: "root", trigger: "trigger" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1521
1551
|
};
|
|
1522
1552
|
CtyRecord = __decorate([
|
|
1523
1553
|
ProxyCmp({
|
|
1524
|
-
defineCustomElementFn: defineCustomElement$
|
|
1525
|
-
inputs: ['animated', 'backdropDismiss', 'circleColor', 'circleWidth', 'closeable', 'cssClass', 'enterAnimation', 'leaveAnimation', 'maxSeconds', 'minSeconds', 'root', 'trigger'],
|
|
1554
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1555
|
+
inputs: ['animated', 'backdropDismiss', 'circleColor', 'circleWidth', 'closeable', 'cssClass', 'enterAnimation', 'leaveAnimation', 'maxSeconds', 'minSeconds', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'root', 'trigger'],
|
|
1526
1556
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'resetRecordState', 'startRecord', 'stopRecording']
|
|
1527
1557
|
})
|
|
1528
1558
|
], CtyRecord);
|
|
@@ -1533,7 +1563,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1533
1563
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1534
1564
|
template: '<ng-content></ng-content>',
|
|
1535
1565
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1536
|
-
inputs: ['animated', 'backdropDismiss', 'circleColor', 'circleWidth', 'closeable', 'cssClass', 'enterAnimation', 'leaveAnimation', 'maxSeconds', 'minSeconds', 'root', 'trigger'],
|
|
1566
|
+
inputs: ['animated', 'backdropDismiss', 'circleColor', 'circleWidth', 'closeable', 'cssClass', 'enterAnimation', 'leaveAnimation', 'maxSeconds', 'minSeconds', 'permissionAlertContent', 'permissionAlertTitle', 'permissionAlertbuttons', 'root', 'trigger'],
|
|
1537
1567
|
standalone: true
|
|
1538
1568
|
}]
|
|
1539
1569
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1551,7 +1581,7 @@ let CtyShareSheet = class CtyShareSheet {
|
|
|
1551
1581
|
};
|
|
1552
1582
|
CtyShareSheet = __decorate([
|
|
1553
1583
|
ProxyCmp({
|
|
1554
|
-
defineCustomElementFn: defineCustomElement$
|
|
1584
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1555
1585
|
inputs: ['animated', 'backdropDismiss', 'cancelText', 'cssClass', 'description', 'enterAnimation', 'guide', 'guideImg', 'hiddenSheet', 'leaveAnimation', 'legacyCopy', 'options', 'permissionDescription', 'permissionPurpose', 'root', 'shareOption', 'title', 'trigger'],
|
|
1556
1586
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1557
1587
|
})
|
|
@@ -1580,7 +1610,7 @@ let CtyStep = class CtyStep {
|
|
|
1580
1610
|
};
|
|
1581
1611
|
CtyStep = __decorate([
|
|
1582
1612
|
ProxyCmp({
|
|
1583
|
-
defineCustomElementFn: defineCustomElement$
|
|
1613
|
+
defineCustomElementFn: defineCustomElement$K
|
|
1584
1614
|
})
|
|
1585
1615
|
], CtyStep);
|
|
1586
1616
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyStep, decorators: [{
|
|
@@ -1608,7 +1638,7 @@ let CtySteps = class CtySteps {
|
|
|
1608
1638
|
};
|
|
1609
1639
|
CtySteps = __decorate([
|
|
1610
1640
|
ProxyCmp({
|
|
1611
|
-
defineCustomElementFn: defineCustomElement$
|
|
1641
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1612
1642
|
inputs: ['active', 'activeIcon', 'direction', 'finishIcon', 'inactiveIcon'],
|
|
1613
1643
|
methods: ['onClickStep']
|
|
1614
1644
|
})
|
|
@@ -1638,7 +1668,7 @@ let CtySwipe = class CtySwipe {
|
|
|
1638
1668
|
};
|
|
1639
1669
|
CtySwipe = __decorate([
|
|
1640
1670
|
ProxyCmp({
|
|
1641
|
-
defineCustomElementFn: defineCustomElement$
|
|
1671
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1642
1672
|
inputs: ['autoplay', 'duration', 'indicator', 'initialSwipe', 'loop', 'touchable', 'vertical'],
|
|
1643
1673
|
methods: ['prev', 'next', 'swipeTo']
|
|
1644
1674
|
})
|
|
@@ -1667,7 +1697,7 @@ let CtySwipeItem = class CtySwipeItem {
|
|
|
1667
1697
|
};
|
|
1668
1698
|
CtySwipeItem = __decorate([
|
|
1669
1699
|
ProxyCmp({
|
|
1670
|
-
defineCustomElementFn: defineCustomElement$
|
|
1700
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1671
1701
|
methods: ['setOffset']
|
|
1672
1702
|
})
|
|
1673
1703
|
], CtySwipeItem);
|
|
@@ -1696,7 +1726,7 @@ let CtyTextEllipsis = class CtyTextEllipsis {
|
|
|
1696
1726
|
};
|
|
1697
1727
|
CtyTextEllipsis = __decorate([
|
|
1698
1728
|
ProxyCmp({
|
|
1699
|
-
defineCustomElementFn: defineCustomElement$
|
|
1729
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1700
1730
|
inputs: ['collapseText', 'content', 'dots', 'expandText', 'position', 'rows']
|
|
1701
1731
|
})
|
|
1702
1732
|
], CtyTextEllipsis);
|
|
@@ -1725,7 +1755,7 @@ let CtyTitleBar = class CtyTitleBar {
|
|
|
1725
1755
|
};
|
|
1726
1756
|
CtyTitleBar = __decorate([
|
|
1727
1757
|
ProxyCmp({
|
|
1728
|
-
defineCustomElementFn: defineCustomElement$
|
|
1758
|
+
defineCustomElementFn: defineCustomElement$P,
|
|
1729
1759
|
inputs: ['endIcon', 'endText', 'startIcon', 'title']
|
|
1730
1760
|
})
|
|
1731
1761
|
], CtyTitleBar);
|
|
@@ -1754,7 +1784,7 @@ let CtyTour = class CtyTour {
|
|
|
1754
1784
|
};
|
|
1755
1785
|
CtyTour = __decorate([
|
|
1756
1786
|
ProxyCmp({
|
|
1757
|
-
defineCustomElementFn: defineCustomElement$
|
|
1787
|
+
defineCustomElementFn: defineCustomElement$Q,
|
|
1758
1788
|
inputs: ['arrow', 'backdropDismiss', 'closeable', 'completeText', 'cssClass', 'initialIndex', 'nextText', 'placement', 'popoverAttrs', 'prevText', 'showPrev', 'steps'],
|
|
1759
1789
|
methods: ['present', 'dismiss', 'prevStep', 'nextStep', 'complete']
|
|
1760
1790
|
})
|
|
@@ -1784,7 +1814,7 @@ let CtyTutorial = class CtyTutorial {
|
|
|
1784
1814
|
};
|
|
1785
1815
|
CtyTutorial = __decorate([
|
|
1786
1816
|
ProxyCmp({
|
|
1787
|
-
defineCustomElementFn: defineCustomElement$
|
|
1817
|
+
defineCustomElementFn: defineCustomElement$R,
|
|
1788
1818
|
inputs: ['animated', 'autoplay', 'backdropDismiss', 'banners', 'closeable', 'cssClass', 'duration', 'enterAnimation', 'indicator', 'initialIndex', 'leaveAnimation', 'loop', 'props', 'root', 'touchable', 'trigger', 'vertical'],
|
|
1789
1819
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1790
1820
|
})
|
|
@@ -1814,7 +1844,7 @@ let CtyVideo = class CtyVideo {
|
|
|
1814
1844
|
};
|
|
1815
1845
|
CtyVideo = __decorate([
|
|
1816
1846
|
ProxyCmp({
|
|
1817
|
-
defineCustomElementFn: defineCustomElement$
|
|
1847
|
+
defineCustomElementFn: defineCustomElement$S,
|
|
1818
1848
|
inputs: ['allowBackgroundForward', 'allowBackward', 'allowForward', 'autoplay', 'controls', 'defaultFullscreen', 'directRate', 'direction', 'errorMsg', 'exitFullscreenIcon', 'footerCtrl', 'fullscreenIcon', 'fullscreenOnly', 'headerCtrl', 'interactiveActions', 'landscapeEnterTimer', 'landscapeLeaveTimer', 'largeScreenIsPortrait', 'loading', 'loadingImg', 'markers', 'orientation', 'player', 'poster', 'preload', 'progressPosition', 'rate', 'rates', 'startTime', 'title', 'togglePlayTimer', 'trafficAutoplay', 'trafficMsg', 'unAllowForwardMsg', 'unAllowRateMsg', 'updateNow', 'url'],
|
|
1819
1849
|
methods: ['play', 'setCtrlShow', 'pause', 'setVideoCurrentTime', 'clearCtrlTimeout', 'setWarningMsg', 'toggleVideo', 'toggleVolume', 'setPlayRate', 'getVideoElement', 'getVideoState']
|
|
1820
1850
|
})
|
|
@@ -1844,7 +1874,7 @@ let CtyVirtualList = class CtyVirtualList {
|
|
|
1844
1874
|
};
|
|
1845
1875
|
CtyVirtualList = __decorate([
|
|
1846
1876
|
ProxyCmp({
|
|
1847
|
-
defineCustomElementFn: defineCustomElement$
|
|
1877
|
+
defineCustomElementFn: defineCustomElement$T,
|
|
1848
1878
|
inputs: ['containerHeight', 'direction', 'itemKey', 'itemRender', 'items', 'preloadItemCount']
|
|
1849
1879
|
})
|
|
1850
1880
|
], CtyVirtualList);
|
|
@@ -1898,7 +1928,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1898
1928
|
class CtyActionSheetController extends OverlayBaseController {
|
|
1899
1929
|
constructor() {
|
|
1900
1930
|
super(actionSheetController);
|
|
1901
|
-
defineCustomElement$
|
|
1931
|
+
defineCustomElement$U();
|
|
1902
1932
|
}
|
|
1903
1933
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1904
1934
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyActionSheetController, providedIn: 'root' });
|
|
@@ -1913,7 +1943,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1913
1943
|
class CtyCameraPhotoController extends OverlayBaseController {
|
|
1914
1944
|
constructor() {
|
|
1915
1945
|
super(cameraPhotoController);
|
|
1916
|
-
defineCustomElement$
|
|
1946
|
+
defineCustomElement$V();
|
|
1917
1947
|
}
|
|
1918
1948
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCameraPhotoController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1919
1949
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCameraPhotoController, providedIn: 'root' });
|
|
@@ -1928,7 +1958,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1928
1958
|
class CtyCascaderController extends OverlayBaseController {
|
|
1929
1959
|
constructor() {
|
|
1930
1960
|
super(cascaderController);
|
|
1931
|
-
defineCustomElement$
|
|
1961
|
+
defineCustomElement$W();
|
|
1932
1962
|
}
|
|
1933
1963
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCascaderController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1934
1964
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCascaderController, providedIn: 'root' });
|
|
@@ -1943,7 +1973,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1943
1973
|
class CtyLoadingController extends OverlayBaseController {
|
|
1944
1974
|
constructor() {
|
|
1945
1975
|
super(loadingController);
|
|
1946
|
-
defineCustomElement$
|
|
1976
|
+
defineCustomElement$X();
|
|
1947
1977
|
}
|
|
1948
1978
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyLoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1949
1979
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyLoadingController, providedIn: 'root' });
|
|
@@ -1988,7 +2018,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1988
2018
|
class CtyRecordController extends OverlayBaseController {
|
|
1989
2019
|
constructor() {
|
|
1990
2020
|
super(recordController);
|
|
1991
|
-
defineCustomElement$
|
|
2021
|
+
defineCustomElement$Y();
|
|
1992
2022
|
}
|
|
1993
2023
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyRecordController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1994
2024
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyRecordController, providedIn: 'root' });
|
|
@@ -2003,7 +2033,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2003
2033
|
class CtyShareSheetController extends OverlayBaseController {
|
|
2004
2034
|
constructor() {
|
|
2005
2035
|
super(shareSheetController);
|
|
2006
|
-
defineCustomElement$
|
|
2036
|
+
defineCustomElement$Z();
|
|
2007
2037
|
}
|
|
2008
2038
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyShareSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2009
2039
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyShareSheetController, providedIn: 'root' });
|
|
@@ -2018,7 +2048,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2018
2048
|
class CtyTutorialController extends OverlayBaseController {
|
|
2019
2049
|
constructor() {
|
|
2020
2050
|
super(tutorialController);
|
|
2021
|
-
defineCustomElement$
|
|
2051
|
+
defineCustomElement$_();
|
|
2022
2052
|
}
|
|
2023
2053
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyTutorialController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
2024
2054
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyTutorialController, providedIn: 'root' });
|
|
@@ -2111,5 +2141,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2111
2141
|
* Generated bundle index. Do not edit.
|
|
2112
2142
|
*/
|
|
2113
2143
|
|
|
2114
|
-
export { CtyActionSheet, CtyActionSheetController, CtyAgree, CtyAlert, CtyAlertController, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCamera, CtyCameraPhoto, CtyCameraPhotoController, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCascaderController, CtyCascaderView, CtyCircle, CtyController, CtyCountDown, CtyCropImage, CtyDivider, CtyDropdown, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyImageViewerController, CtyIndexBar, CtyKeyboard, CtyLoading, CtyLoadingController, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyOverlayController, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtyRecordController, CtySegmentSlides, CtySelector, CtyShareSheet, CtyShareSheetController, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyTutorialController, CtyVideo, CtyVirtualList, provideCtyMUIAngular };
|
|
2144
|
+
export { CtyActionSheet, CtyActionSheetController, CtyAgree, CtyAlert, CtyAlertController, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCamera, CtyCameraPhoto, CtyCameraPhotoController, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCascaderController, CtyCascaderView, CtyCircle, CtyController, CtyCountDown, CtyCropImage, CtyDivider, CtyDropdown, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyImageViewerController, CtyIndexBar, CtyKeyboard, CtyLoading, CtyLoadingController, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyOverlayController, CtyPdfViewer, CtyPermissionAlert, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtyRecordController, CtySegmentSlides, CtySelector, CtyShareSheet, CtyShareSheetController, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyTutorialController, CtyVideo, CtyVirtualList, provideCtyMUIAngular };
|
|
2115
2145
|
//# sourceMappingURL=cty-mui-angular-standalone.mjs.map
|