cty-mui-angular 1.0.37 → 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 +18 -6
- 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 +47 -19
- package/esm2022/index.mjs +2 -2
- package/esm2022/standalone/directives/proxies.mjs +47 -16
- 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 +91 -61
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +49 -21
- 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 +17 -5
- package/standalone/index.d.ts +1 -1
package/common/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ export { DeviceInfoService } from './providers/device-info';
|
|
|
8
8
|
export { ImagePickerService } from './providers/image-picker';
|
|
9
9
|
export { KeyboardService } from './providers/keyboard';
|
|
10
10
|
export { MediaDownloaderService } from './providers/media-downloader';
|
|
11
|
+
export { MediaEditorService } from './providers/media-editor';
|
|
11
12
|
export { NetworkService } from './providers/network';
|
|
12
13
|
export { PaymentService } from './providers/payment';
|
|
13
14
|
export { ScreenOrientationService } from './providers/screen-orientation';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { CTYMediaEditor } from 'cty-mui-core/components';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MediaEditorService extends CTYMediaEditor {
|
|
4
|
+
constructor();
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MediaEditorService, never>;
|
|
6
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MediaEditorService>;
|
|
7
|
+
}
|
package/cty-mui-module.d.ts
CHANGED
|
@@ -6,6 +6,6 @@ import * as i2 from "@angular/common";
|
|
|
6
6
|
export declare class CtyMUIModule {
|
|
7
7
|
static forRoot(config: CtyMUIConfig): ModuleWithProviders<CtyMUIModule>;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyMUIModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CtyMUIModule, [typeof i1.CtyActionSheet, typeof i1.CtyAgree, typeof i1.CtyAlert, typeof i1.CtyAnswerSheet, typeof i1.CtyArticleCard, typeof i1.CtyAudio, typeof i1.CtyBackdrop, typeof i1.CtyBanner, typeof i1.CtyCamera, typeof i1.CtyCameraPhoto, typeof i1.CtyCanvasBoard, typeof i1.CtyCanvasVideo, typeof i1.CtyCascader, typeof i1.CtyCascaderView, typeof i1.CtyCircle, typeof i1.CtyCountDown, typeof i1.CtyCropImage, typeof i1.CtyDivider, typeof i1.CtyDropdown, typeof i1.CtyEmpty, typeof i1.CtyFloatingBubble, typeof i1.CtyFloatingPanel, typeof i1.CtyIcon, typeof i1.CtyImageUpload, typeof i1.CtyImageViewer, typeof i1.CtyIndexBar, typeof i1.CtyKeyboard, typeof i1.CtyLoading, typeof i1.CtyMediaCapture, typeof i1.CtyNavBar, typeof i1.CtyNoticeBar, typeof i1.CtyOverlay, typeof i1.CtyPdfViewer, typeof i1.CtyPermissionPurpose, typeof i1.CtyProgress, typeof i1.CtyQuickAccess, typeof i1.CtyRate, typeof i1.CtyRecord, typeof i1.CtySegmentSlides, typeof i1.CtySelector, typeof i1.CtyShareSheet, typeof i1.CtySidePanel, typeof i1.CtyStep, typeof i1.CtyStepper, typeof i1.CtySteps, typeof i1.CtySwipe, typeof i1.CtySwipeItem, typeof i1.CtySwiper, typeof i1.CtyTextEllipsis, typeof i1.CtyTitleBar, typeof i1.CtyTour, typeof i1.CtyTutorial, typeof i1.CtyVideo, typeof i1.CtyVirtualList], [typeof i2.CommonModule], [typeof i1.CtyActionSheet, typeof i1.CtyAgree, typeof i1.CtyAlert, typeof i1.CtyAnswerSheet, typeof i1.CtyArticleCard, typeof i1.CtyAudio, typeof i1.CtyBackdrop, typeof i1.CtyBanner, typeof i1.CtyCamera, typeof i1.CtyCameraPhoto, typeof i1.CtyCanvasBoard, typeof i1.CtyCanvasVideo, typeof i1.CtyCascader, typeof i1.CtyCascaderView, typeof i1.CtyCircle, typeof i1.CtyCountDown, typeof i1.CtyCropImage, typeof i1.CtyDivider, typeof i1.CtyDropdown, typeof i1.CtyEmpty, typeof i1.CtyFloatingBubble, typeof i1.CtyFloatingPanel, typeof i1.CtyIcon, typeof i1.CtyImageUpload, typeof i1.CtyImageViewer, typeof i1.CtyIndexBar, typeof i1.CtyKeyboard, typeof i1.CtyLoading, typeof i1.CtyMediaCapture, typeof i1.CtyNavBar, typeof i1.CtyNoticeBar, typeof i1.CtyOverlay, typeof i1.CtyPdfViewer, typeof i1.CtyPermissionPurpose, typeof i1.CtyProgress, typeof i1.CtyQuickAccess, typeof i1.CtyRate, typeof i1.CtyRecord, typeof i1.CtySegmentSlides, typeof i1.CtySelector, typeof i1.CtyShareSheet, typeof i1.CtySidePanel, typeof i1.CtyStep, typeof i1.CtyStepper, typeof i1.CtySteps, typeof i1.CtySwipe, typeof i1.CtySwipeItem, typeof i1.CtySwiper, typeof i1.CtyTextEllipsis, typeof i1.CtyTitleBar, typeof i1.CtyTour, typeof i1.CtyTutorial, typeof i1.CtyVideo, typeof i1.CtyVirtualList]>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CtyMUIModule, [typeof i1.CtyActionSheet, typeof i1.CtyAgree, typeof i1.CtyAlert, typeof i1.CtyAnswerSheet, typeof i1.CtyArticleCard, typeof i1.CtyAudio, typeof i1.CtyBackdrop, typeof i1.CtyBanner, typeof i1.CtyCamera, typeof i1.CtyCameraPhoto, typeof i1.CtyCanvasBoard, typeof i1.CtyCanvasVideo, typeof i1.CtyCascader, typeof i1.CtyCascaderView, typeof i1.CtyCircle, typeof i1.CtyCountDown, typeof i1.CtyCropImage, typeof i1.CtyDivider, typeof i1.CtyDropdown, typeof i1.CtyEmpty, typeof i1.CtyFloatingBubble, typeof i1.CtyFloatingPanel, typeof i1.CtyIcon, typeof i1.CtyImageUpload, typeof i1.CtyImageViewer, typeof i1.CtyIndexBar, typeof i1.CtyKeyboard, typeof i1.CtyLoading, typeof i1.CtyMediaCapture, typeof i1.CtyNavBar, typeof i1.CtyNoticeBar, typeof i1.CtyOverlay, typeof i1.CtyPdfViewer, typeof i1.CtyPermissionAlert, typeof i1.CtyPermissionPurpose, typeof i1.CtyProgress, typeof i1.CtyQuickAccess, typeof i1.CtyRate, typeof i1.CtyRecord, typeof i1.CtySegmentSlides, typeof i1.CtySelector, typeof i1.CtyShareSheet, typeof i1.CtySidePanel, typeof i1.CtyStep, typeof i1.CtyStepper, typeof i1.CtySteps, typeof i1.CtySwipe, typeof i1.CtySwipeItem, typeof i1.CtySwiper, typeof i1.CtyTextEllipsis, typeof i1.CtyTitleBar, typeof i1.CtyTour, typeof i1.CtyTutorial, typeof i1.CtyVideo, typeof i1.CtyVirtualList], [typeof i2.CommonModule], [typeof i1.CtyActionSheet, typeof i1.CtyAgree, typeof i1.CtyAlert, typeof i1.CtyAnswerSheet, typeof i1.CtyArticleCard, typeof i1.CtyAudio, typeof i1.CtyBackdrop, typeof i1.CtyBanner, typeof i1.CtyCamera, typeof i1.CtyCameraPhoto, typeof i1.CtyCanvasBoard, typeof i1.CtyCanvasVideo, typeof i1.CtyCascader, typeof i1.CtyCascaderView, typeof i1.CtyCircle, typeof i1.CtyCountDown, typeof i1.CtyCropImage, typeof i1.CtyDivider, typeof i1.CtyDropdown, typeof i1.CtyEmpty, typeof i1.CtyFloatingBubble, typeof i1.CtyFloatingPanel, typeof i1.CtyIcon, typeof i1.CtyImageUpload, typeof i1.CtyImageViewer, typeof i1.CtyIndexBar, typeof i1.CtyKeyboard, typeof i1.CtyLoading, typeof i1.CtyMediaCapture, typeof i1.CtyNavBar, typeof i1.CtyNoticeBar, typeof i1.CtyOverlay, typeof i1.CtyPdfViewer, typeof i1.CtyPermissionAlert, typeof i1.CtyPermissionPurpose, typeof i1.CtyProgress, typeof i1.CtyQuickAccess, typeof i1.CtyRate, typeof i1.CtyRecord, typeof i1.CtySegmentSlides, typeof i1.CtySelector, typeof i1.CtyShareSheet, typeof i1.CtySidePanel, typeof i1.CtyStep, typeof i1.CtyStepper, typeof i1.CtySteps, typeof i1.CtySwipe, typeof i1.CtySwipeItem, typeof i1.CtySwiper, typeof i1.CtyTextEllipsis, typeof i1.CtyTitleBar, typeof i1.CtyTour, typeof i1.CtyTutorial, typeof i1.CtyVideo, typeof i1.CtyVirtualList]>;
|
|
10
10
|
static ɵinj: i0.ɵɵInjectorDeclaration<CtyMUIModule>;
|
|
11
11
|
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import * as d from './proxies';
|
|
2
|
-
export declare const DIRECTIVES: (typeof d.CtyActionSheet | typeof d.CtyAgree | typeof d.CtyAlert | typeof d.CtyAnswerSheet | typeof d.CtyArticleCard | typeof d.CtyAudio | typeof d.CtyBackdrop | typeof d.CtyBanner | typeof d.CtyCamera | typeof d.CtyCameraPhoto | typeof d.CtyCanvasBoard | typeof d.CtyCanvasVideo | typeof d.CtyCascader | typeof d.CtyCascaderView | typeof d.CtyCircle | typeof d.CtyCountDown | typeof d.CtyCropImage | typeof d.CtyDivider | typeof d.CtyDropdown | typeof d.CtyEmpty | typeof d.CtyFloatingBubble | typeof d.CtyFloatingPanel | typeof d.CtyIcon | typeof d.CtyImageUpload | typeof d.CtyImageViewer | typeof d.CtyIndexBar | typeof d.CtyKeyboard | typeof d.CtyLoading | typeof d.CtyMediaCapture | typeof d.CtyNavBar | typeof d.CtyNoticeBar | typeof d.CtyOverlay | typeof d.CtyPdfViewer | typeof d.CtyPermissionPurpose | typeof d.CtyProgress | typeof d.CtyQuickAccess | typeof d.CtyRate | typeof d.CtyRecord | typeof d.CtySegmentSlides | typeof d.CtySelector | typeof d.CtyShareSheet | typeof d.CtySidePanel | typeof d.CtyStep | typeof d.CtyStepper | typeof d.CtySteps | typeof d.CtySwipe | typeof d.CtySwipeItem | typeof d.CtySwiper | typeof d.CtyTextEllipsis | typeof d.CtyTitleBar | typeof d.CtyTour | typeof d.CtyTutorial | typeof d.CtyVideo | typeof d.CtyVirtualList)[];
|
|
2
|
+
export declare const DIRECTIVES: (typeof d.CtyActionSheet | typeof d.CtyAgree | typeof d.CtyAlert | typeof d.CtyAnswerSheet | typeof d.CtyArticleCard | typeof d.CtyAudio | typeof d.CtyBackdrop | typeof d.CtyBanner | typeof d.CtyCamera | typeof d.CtyCameraPhoto | typeof d.CtyCanvasBoard | typeof d.CtyCanvasVideo | typeof d.CtyCascader | typeof d.CtyCascaderView | typeof d.CtyCircle | typeof d.CtyCountDown | typeof d.CtyCropImage | typeof d.CtyDivider | typeof d.CtyDropdown | typeof d.CtyEmpty | typeof d.CtyFloatingBubble | typeof d.CtyFloatingPanel | typeof d.CtyIcon | typeof d.CtyImageUpload | typeof d.CtyImageViewer | typeof d.CtyIndexBar | typeof d.CtyKeyboard | typeof d.CtyLoading | typeof d.CtyMediaCapture | typeof d.CtyNavBar | typeof d.CtyNoticeBar | typeof d.CtyOverlay | typeof d.CtyPdfViewer | typeof d.CtyPermissionAlert | typeof d.CtyPermissionPurpose | typeof d.CtyProgress | typeof d.CtyQuickAccess | typeof d.CtyRate | typeof d.CtyRecord | typeof d.CtySegmentSlides | typeof d.CtySelector | typeof d.CtyShareSheet | typeof d.CtySidePanel | typeof d.CtyStep | typeof d.CtyStepper | typeof d.CtySteps | typeof d.CtySwipe | typeof d.CtySwipeItem | typeof d.CtySwiper | typeof d.CtyTextEllipsis | typeof d.CtyTitleBar | typeof d.CtyTour | typeof d.CtyTutorial | typeof d.CtyVideo | typeof d.CtyVirtualList)[];
|
package/directives/proxies.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ import type { ResourceResult as ICtyCropImageResourceResult } from 'cty-mui-core
|
|
|
15
15
|
import type { FloatingBubbleOffset as ICtyFloatingBubbleFloatingBubbleOffset } from 'cty-mui-core';
|
|
16
16
|
import type { ImageOption as ICtyImageUploadImageOption } from 'cty-mui-core';
|
|
17
17
|
import type { ResourceResult as ICtyMediaCaptureResourceResult } from 'cty-mui-core';
|
|
18
|
+
import type { AlertTapEventDetail as ICtyPermissionAlertAlertTapEventDetail } from 'cty-mui-core';
|
|
18
19
|
import type { SelectorOption as ICtySelectorSelectorOption } from 'cty-mui-core';
|
|
19
20
|
import type { ShareSheetEventDetail as ICtyShareSheetShareSheetEventDetail } from 'cty-mui-core';
|
|
20
21
|
import type { ShareSheetFailEventDetail as ICtyShareSheetShareSheetFailEventDetail } from 'cty-mui-core';
|
|
@@ -121,7 +122,7 @@ export declare class CtyCamera {
|
|
|
121
122
|
protected el: HTMLCtyCameraElement;
|
|
122
123
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
123
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyCamera, never>;
|
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCamera, "cty-camera", never, { "closeIcon": { "alias": "closeIcon"; "required": false; }; "confirmIcon": { "alias": "confirmIcon"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "deleteIcon": { "alias": "deleteIcon"; "required": false; }; "file": { "alias": "file"; "required": false; }; "flashText": { "alias": "flashText"; "required": false; }; "flipText": { "alias": "flipText"; "required": false; }; "height": { "alias": "height"; "required": false; }; "max": { "alias": "max"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multipleText": { "alias": "multipleText"; "required": false; }; "options": { "alias": "options"; "required": false; }; "quality": { "alias": "quality"; "required": false; }; "ratioText": { "alias": "ratioText"; "required": false; }; "ratios": { "alias": "ratios"; "required": false; }; "safeArea": { "alias": "safeArea"; "required": false; }; "singleText": { "alias": "singleText"; "required": false; }; "title": { "alias": "title"; "required": false; }; "touchZoom": { "alias": "touchZoom"; "required": false; }; "touchZoomProp": { "alias": "touchZoomProp"; "required": false; }; "width": { "alias": "width"; "required": false; }; "zoomSteps": { "alias": "zoomSteps"; "required": false; }; "zooms": { "alias": "zooms"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCamera, "cty-camera", never, { "closeIcon": { "alias": "closeIcon"; "required": false; }; "confirmIcon": { "alias": "confirmIcon"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "deleteIcon": { "alias": "deleteIcon"; "required": false; }; "file": { "alias": "file"; "required": false; }; "flashText": { "alias": "flashText"; "required": false; }; "flipText": { "alias": "flipText"; "required": false; }; "height": { "alias": "height"; "required": false; }; "includeThumb": { "alias": "includeThumb"; "required": false; }; "max": { "alias": "max"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "multipleText": { "alias": "multipleText"; "required": false; }; "options": { "alias": "options"; "required": false; }; "permissionAlertContent": { "alias": "permissionAlertContent"; "required": false; }; "permissionAlertTitle": { "alias": "permissionAlertTitle"; "required": false; }; "permissionAlertbuttons": { "alias": "permissionAlertbuttons"; "required": false; }; "quality": { "alias": "quality"; "required": false; }; "ratioText": { "alias": "ratioText"; "required": false; }; "ratios": { "alias": "ratios"; "required": false; }; "safeArea": { "alias": "safeArea"; "required": false; }; "singleText": { "alias": "singleText"; "required": false; }; "thumbWidth": { "alias": "thumbWidth"; "required": false; }; "title": { "alias": "title"; "required": false; }; "touchZoom": { "alias": "touchZoom"; "required": false; }; "touchZoomProp": { "alias": "touchZoomProp"; "required": false; }; "width": { "alias": "width"; "required": false; }; "zoomSteps": { "alias": "zoomSteps"; "required": false; }; "zooms": { "alias": "zooms"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
125
126
|
}
|
|
126
127
|
export declare interface CtyCamera extends Components.CtyCamera {
|
|
127
128
|
ctyDismiss: EventEmitter<CustomEvent<void>>;
|
|
@@ -133,7 +134,7 @@ export declare class CtyCameraPhoto {
|
|
|
133
134
|
protected el: HTMLCtyCameraPhotoElement;
|
|
134
135
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
135
136
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyCameraPhoto, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCameraPhoto, "cty-camera-photo", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "cameraProps": { "alias": "cameraProps"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; "clipCancelText": { "alias": "clipCancelText"; "required": false; }; "clipCconfirmText": { "alias": "clipCconfirmText"; "required": false; }; "clipImageBg": { "alias": "clipImageBg"; "required": false; }; "clipImageQuality": { "alias": "clipImageQuality"; "required": false; }; "clipImageSuffix": { "alias": "clipImageSuffix"; "required": false; }; "clipImageWidth": { "alias": "clipImageWidth"; "required": false; }; "clipMaxScale": { "alias": "clipMaxScale"; "required": false; }; "clipMinScale": { "alias": "clipMinScale"; "required": false; }; "clipPt": { "alias": "clipPt"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "continuous": { "alias": "continuous"; "required": false; }; "count": { "alias": "count"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "file": { "alias": "file"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "options": { "alias": "options"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "permissionPurpose": { "alias": "permissionPurpose"; "required": false; }; "photoOption": { "alias": "photoOption"; "required": false; }; "root": { "alias": "root"; "required": false; }; "title": { "alias": "title"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
137
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCameraPhoto, "cty-camera-photo", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "cameraProps": { "alias": "cameraProps"; "required": false; }; "cancelText": { "alias": "cancelText"; "required": false; }; "clipCancelText": { "alias": "clipCancelText"; "required": false; }; "clipCconfirmText": { "alias": "clipCconfirmText"; "required": false; }; "clipImageBg": { "alias": "clipImageBg"; "required": false; }; "clipImageQuality": { "alias": "clipImageQuality"; "required": false; }; "clipImageSuffix": { "alias": "clipImageSuffix"; "required": false; }; "clipImageWidth": { "alias": "clipImageWidth"; "required": false; }; "clipMaxScale": { "alias": "clipMaxScale"; "required": false; }; "clipMinScale": { "alias": "clipMinScale"; "required": false; }; "clipPt": { "alias": "clipPt"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "continuous": { "alias": "continuous"; "required": false; }; "count": { "alias": "count"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "file": { "alias": "file"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "options": { "alias": "options"; "required": false; }; "overlay": { "alias": "overlay"; "required": false; }; "permissionAlertContent": { "alias": "permissionAlertContent"; "required": false; }; "permissionAlertTitle": { "alias": "permissionAlertTitle"; "required": false; }; "permissionAlertbuttons": { "alias": "permissionAlertbuttons"; "required": false; }; "permissionPurpose": { "alias": "permissionPurpose"; "required": false; }; "photoOption": { "alias": "photoOption"; "required": false; }; "root": { "alias": "root"; "required": false; }; "title": { "alias": "title"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
137
138
|
}
|
|
138
139
|
export declare interface CtyCameraPhoto extends Components.CtyCameraPhoto {
|
|
139
140
|
ctyTapStart: EventEmitter<CustomEvent<number>>;
|
|
@@ -376,7 +377,7 @@ export declare class CtyMediaCapture {
|
|
|
376
377
|
protected el: HTMLCtyMediaCaptureElement;
|
|
377
378
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
378
379
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyMediaCapture, never>;
|
|
379
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyMediaCapture, "cty-media-capture", never, { "autoplay": { "alias": "autoplay"; "required": false; }; "captureTime": { "alias": "captureTime"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "loop": { "alias": "loop"; "required": false; }; "options": { "alias": "options"; "required": false; }; "poster": { "alias": "poster"; "required": false; }; "revocationIcon": { "alias": "revocationIcon"; "required": false; }; "timeLimit": { "alias": "timeLimit"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
380
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyMediaCapture, "cty-media-capture", never, { "autoplay": { "alias": "autoplay"; "required": false; }; "captureTime": { "alias": "captureTime"; "required": false; }; "closeIcon": { "alias": "closeIcon"; "required": false; }; "confirmText": { "alias": "confirmText"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "loop": { "alias": "loop"; "required": false; }; "options": { "alias": "options"; "required": false; }; "permissionAlertContent": { "alias": "permissionAlertContent"; "required": false; }; "permissionAlertTitle": { "alias": "permissionAlertTitle"; "required": false; }; "permissionAlertbuttons": { "alias": "permissionAlertbuttons"; "required": false; }; "poster": { "alias": "poster"; "required": false; }; "revocationIcon": { "alias": "revocationIcon"; "required": false; }; "timeLimit": { "alias": "timeLimit"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
380
381
|
}
|
|
381
382
|
export declare interface CtyMediaCapture extends Components.CtyMediaCapture {
|
|
382
383
|
ctyDismiss: EventEmitter<CustomEvent<void>>;
|
|
@@ -429,6 +430,17 @@ export declare interface CtyPdfViewer extends Components.CtyPdfViewer {
|
|
|
429
430
|
ctyInit: EventEmitter<CustomEvent<void>>;
|
|
430
431
|
ctyEnd: EventEmitter<CustomEvent<MessageEvent>>;
|
|
431
432
|
}
|
|
433
|
+
export declare class CtyPermissionAlert {
|
|
434
|
+
protected z: NgZone;
|
|
435
|
+
protected el: HTMLCtyPermissionAlertElement;
|
|
436
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
437
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtyPermissionAlert, never>;
|
|
438
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyPermissionAlert, "cty-permission-alert", never, { "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "content": { "alias": "content"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
439
|
+
}
|
|
440
|
+
export declare interface CtyPermissionAlert extends Components.CtyPermissionAlert {
|
|
441
|
+
ctyDismiss: EventEmitter<CustomEvent<void>>;
|
|
442
|
+
ctyTap: EventEmitter<CustomEvent<ICtyPermissionAlertAlertTapEventDetail>>;
|
|
443
|
+
}
|
|
432
444
|
export declare class CtyPermissionPurpose {
|
|
433
445
|
protected z: NgZone;
|
|
434
446
|
protected el: HTMLCtyPermissionPurposeElement;
|
|
@@ -476,7 +488,7 @@ export declare class CtyRecord {
|
|
|
476
488
|
protected el: HTMLCtyRecordElement;
|
|
477
489
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
478
490
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyRecord, never>;
|
|
479
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyRecord, "cty-record", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "circleColor": { "alias": "circleColor"; "required": false; }; "circleWidth": { "alias": "circleWidth"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "maxSeconds": { "alias": "maxSeconds"; "required": false; }; "minSeconds": { "alias": "minSeconds"; "required": false; }; "root": { "alias": "root"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
491
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyRecord, "cty-record", never, { "animated": { "alias": "animated"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "circleColor": { "alias": "circleColor"; "required": false; }; "circleWidth": { "alias": "circleWidth"; "required": false; }; "closeable": { "alias": "closeable"; "required": false; }; "cssClass": { "alias": "cssClass"; "required": false; }; "enterAnimation": { "alias": "enterAnimation"; "required": false; }; "leaveAnimation": { "alias": "leaveAnimation"; "required": false; }; "maxSeconds": { "alias": "maxSeconds"; "required": false; }; "minSeconds": { "alias": "minSeconds"; "required": false; }; "permissionAlertContent": { "alias": "permissionAlertContent"; "required": false; }; "permissionAlertTitle": { "alias": "permissionAlertTitle"; "required": false; }; "permissionAlertbuttons": { "alias": "permissionAlertbuttons"; "required": false; }; "root": { "alias": "root"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
480
492
|
}
|
|
481
493
|
export declare interface CtyRecord extends Components.CtyRecord {
|
|
482
494
|
ctyRecordStart: EventEmitter<CustomEvent<void>>;
|
|
@@ -555,7 +567,7 @@ export declare class CtyStepper {
|
|
|
555
567
|
protected el: HTMLCtyStepperElement;
|
|
556
568
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
557
569
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyStepper, never>;
|
|
558
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyStepper, "cty-stepper", never, { "disableInput": { "alias": "disableInput"; "required": false; }; "disableMinus": { "alias": "disableMinus"; "required": false; }; "disablePlus": { "alias": "disablePlus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "integer": { "alias": "integer"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minusText": { "alias": "minusText"; "required": false; }; "plusText": { "alias": "plusText"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showInput": { "alias": "showInput"; "required": false; }; "showMinus": { "alias": "showMinus"; "required": false; }; "showPlus": { "alias": "showPlus"; "required": false; }; "step": { "alias": "step"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
570
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyStepper, "cty-stepper", never, { "beforeChange": { "alias": "beforeChange"; "required": false; }; "disableInput": { "alias": "disableInput"; "required": false; }; "disableMinus": { "alias": "disableMinus"; "required": false; }; "disablePlus": { "alias": "disablePlus"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "integer": { "alias": "integer"; "required": false; }; "max": { "alias": "max"; "required": false; }; "min": { "alias": "min"; "required": false; }; "minusText": { "alias": "minusText"; "required": false; }; "plusText": { "alias": "plusText"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "showInput": { "alias": "showInput"; "required": false; }; "showMinus": { "alias": "showMinus"; "required": false; }; "showPlus": { "alias": "showPlus"; "required": false; }; "step": { "alias": "step"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
559
571
|
}
|
|
560
572
|
export declare interface CtyStepper extends Components.CtyStepper {
|
|
561
573
|
ctyMinus: EventEmitter<CustomEvent<number | string>>;
|
|
@@ -691,7 +703,7 @@ export declare class CtyVirtualList {
|
|
|
691
703
|
protected el: HTMLCtyVirtualListElement;
|
|
692
704
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
693
705
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyVirtualList, never>;
|
|
694
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyVirtualList, "cty-virtual-list", never, { "containerHeight": { "alias": "containerHeight"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "items": { "alias": "items"; "required": false; }; "preloadItemCount": { "alias": "preloadItemCount"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
706
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyVirtualList, "cty-virtual-list", never, { "containerHeight": { "alias": "containerHeight"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "itemKey": { "alias": "itemKey"; "required": false; }; "itemRender": { "alias": "itemRender"; "required": false; }; "items": { "alias": "items"; "required": false; }; "preloadItemCount": { "alias": "preloadItemCount"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
695
707
|
}
|
|
696
708
|
export declare interface CtyVirtualList extends Components.CtyVirtualList {
|
|
697
709
|
ctyScroll: EventEmitter<CustomEvent<void>>;
|
package/esm2022/common/index.mjs
CHANGED
|
@@ -7,6 +7,7 @@ export { DeviceInfoService } from './providers/device-info';
|
|
|
7
7
|
export { ImagePickerService } from './providers/image-picker';
|
|
8
8
|
export { KeyboardService } from './providers/keyboard';
|
|
9
9
|
export { MediaDownloaderService } from './providers/media-downloader';
|
|
10
|
+
export { MediaEditorService } from './providers/media-editor';
|
|
10
11
|
export { NetworkService } from './providers/network';
|
|
11
12
|
export { PaymentService } from './providers/payment';
|
|
12
13
|
export { ScreenOrientationService } from './providers/screen-orientation';
|
|
@@ -19,4 +20,4 @@ export { VolumeControlService } from './providers/volume-control';
|
|
|
19
20
|
export { WechatService } from './providers/wechat';
|
|
20
21
|
export { VideoCaptureService } from './providers/video-capture';
|
|
21
22
|
export { TemplateRefDirective } from './directives/template-ref';
|
|
22
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
23
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9jb21tb24vc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxNQUFNLEVBQUUsV0FBVyxFQUFFLE1BQU0sb0JBQW9CLENBQUM7QUFJekQsY0FBYyxzQ0FBc0MsQ0FBQztBQUVyRCxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN4RCxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sY0FBYyxDQUFDO0FBQ25DLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDRCQUE0QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxpQkFBaUIsRUFBRSxNQUFNLHlCQUF5QixDQUFDO0FBQzVELE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDBCQUEwQixDQUFDO0FBQzlELE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsc0JBQXNCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN0RSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDckQsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ3JELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLGdDQUFnQyxDQUFDO0FBQzFFLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxtQkFBbUIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsZ0JBQWdCLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUMxRCxPQUFPLEVBQUUsd0JBQXdCLEVBQUUsTUFBTSxnQ0FBZ0MsQ0FBQztBQUMxRSxPQUFPLEVBQUUsb0JBQW9CLEVBQUUsTUFBTSw0QkFBNEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDakQsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sNEJBQTRCLENBQUM7QUFDbEUsT0FBTyxFQUFFLGFBQWEsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxtQkFBbUIsRUFBRSxNQUFNLDJCQUEyQixDQUFDO0FBQ2hFLE9BQU8sRUFBRSxvQkFBb0IsRUFBRSxNQUFNLDJCQUEyQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHsgQ29uZmlnLCBDb25maWdUb2tlbiB9IGZyb20gJy4vcHJvdmlkZXJzL2NvbmZpZyc7XHJcbmV4cG9ydCB0eXBlIHsgQ3R5TVVJV2luZG93IH0gZnJvbSAnLi90eXBlcy9pbnRlcmZhY2VzJztcclxuXHJcblxyXG5leHBvcnQgKiBmcm9tICcuL2RpcmVjdGl2ZXMvY29udHJvbC12YWx1ZS1hY2Nlc3NvcnMnO1xyXG5cclxuZXhwb3J0IHsgT3ZlcmxheUJhc2VDb250cm9sbGVyIH0gZnJvbSAnLi91dGlscy9vdmVybGF5JztcclxuZXhwb3J0IHsgcmFmIH0gZnJvbSAnLi91dGlscy91dGlsJztcclxuZXhwb3J0IHsgQXVkaW9SZWNvcmRlclNlcnZpY2UgfSBmcm9tICcuL3Byb3ZpZGVycy9hdWRpby1yZWNvcmRlcic7XHJcbmV4cG9ydCB7IERldmljZUluZm9TZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvZGV2aWNlLWluZm8nO1xyXG5leHBvcnQgeyBJbWFnZVBpY2tlclNlcnZpY2UgfSBmcm9tICcuL3Byb3ZpZGVycy9pbWFnZS1waWNrZXInO1xyXG5leHBvcnQgeyBLZXlib2FyZFNlcnZpY2UgfSBmcm9tICcuL3Byb3ZpZGVycy9rZXlib2FyZCc7XHJcbmV4cG9ydCB7IE1lZGlhRG93bmxvYWRlclNlcnZpY2UgfSBmcm9tICcuL3Byb3ZpZGVycy9tZWRpYS1kb3dubG9hZGVyJztcclxuZXhwb3J0IHsgTWVkaWFFZGl0b3JTZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvbWVkaWEtZWRpdG9yJztcclxuZXhwb3J0IHsgTmV0d29ya1NlcnZpY2UgfSBmcm9tICcuL3Byb3ZpZGVycy9uZXR3b3JrJztcclxuZXhwb3J0IHsgUGF5bWVudFNlcnZpY2UgfSBmcm9tICcuL3Byb3ZpZGVycy9wYXltZW50JztcclxuZXhwb3J0IHsgU2NyZWVuT3JpZW50YXRpb25TZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvc2NyZWVuLW9yaWVudGF0aW9uJztcclxuZXhwb3J0IHsgU2hhcmVTZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvc2hhcmUnO1xyXG5leHBvcnQgeyBTdGF0dXNCYXJTZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvc3RhdHVzLWJhcic7XHJcbmV4cG9ydCB7IFNwZWVjaFRyYW5zY3JpYmVyU2VydmljZSB9IGZyb20gJy4vcHJvdmlkZXJzL3NwZWVjaC10cmFuc2NyaWJlcic7XHJcbmV4cG9ydCB7IENhbWVyYVByZXZpZXdTZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvY2FtZXJhLXByZXZpZXcnO1xyXG5leHBvcnQgeyBVdGlsc1NlcnZpY2UgfSBmcm9tICcuL3Byb3ZpZGVycy91dGlscyc7XHJcbmV4cG9ydCB7IFZvbHVtZUNvbnRyb2xTZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvdm9sdW1lLWNvbnRyb2wnO1xyXG5leHBvcnQgeyBXZWNoYXRTZXJ2aWNlIH0gZnJvbSAnLi9wcm92aWRlcnMvd2VjaGF0JztcclxuZXhwb3J0IHsgVmlkZW9DYXB0dXJlU2VydmljZSB9IGZyb20gJy4vcHJvdmlkZXJzL3ZpZGVvLWNhcHR1cmUnO1xyXG5leHBvcnQgeyBUZW1wbGF0ZVJlZkRpcmVjdGl2ZSB9IGZyb20gJy4vZGlyZWN0aXZlcy90ZW1wbGF0ZS1yZWYnO1xyXG4iXX0=
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Injectable } from '@angular/core';
|
|
2
|
+
import { CTYMediaEditor } from 'cty-mui-core/components';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export class MediaEditorService extends CTYMediaEditor {
|
|
5
|
+
constructor() {
|
|
6
|
+
super();
|
|
7
|
+
}
|
|
8
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MediaEditorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
9
|
+
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MediaEditorService, providedIn: 'root' });
|
|
10
|
+
}
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: MediaEditorService, decorators: [{
|
|
12
|
+
type: Injectable,
|
|
13
|
+
args: [{
|
|
14
|
+
providedIn: 'root',
|
|
15
|
+
}]
|
|
16
|
+
}], ctorParameters: function () { return []; } });
|
|
17
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWVkaWEtZWRpdG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vY29tbW9uL3NyYy9wcm92aWRlcnMvbWVkaWEtZWRpdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxVQUFVLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLHlCQUF5QixDQUFDOztBQUl6RCxNQUFNLE9BQU8sa0JBQW1CLFNBQVEsY0FBYztJQUNsRDtRQUNJLEtBQUssRUFBRSxDQUFDO0lBQ1osQ0FBQzsySEFIUSxrQkFBa0I7K0hBQWxCLGtCQUFrQixjQUZmLE1BQU07OzRGQUVULGtCQUFrQjtrQkFIOUIsVUFBVTttQkFBQztvQkFDUixVQUFVLEVBQUUsTUFBTTtpQkFDckIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge0luamVjdGFibGV9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDVFlNZWRpYUVkaXRvciB9IGZyb20gJ2N0eS1tdWktY29yZS9jb21wb25lbnRzJztcclxuQEluamVjdGFibGUoe1xyXG4gICAgcHJvdmlkZWRJbjogJ3Jvb3QnLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTWVkaWFFZGl0b3JTZXJ2aWNlIGV4dGVuZHMgQ1RZTWVkaWFFZGl0b3Ige1xyXG4gICAgY29uc3RydWN0b3IoKSB7XHJcbiAgICAgICAgc3VwZXIoKTtcclxuICAgIH1cclxufSJdfQ==
|
|
@@ -27,7 +27,7 @@ export class CtyMUIModule {
|
|
|
27
27
|
};
|
|
28
28
|
}
|
|
29
29
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
30
|
-
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, declarations: [i1.CtyActionSheet, i1.CtyAgree, i1.CtyAlert, i1.CtyAnswerSheet, i1.CtyArticleCard, i1.CtyAudio, i1.CtyBackdrop, i1.CtyBanner, i1.CtyCamera, i1.CtyCameraPhoto, i1.CtyCanvasBoard, i1.CtyCanvasVideo, i1.CtyCascader, i1.CtyCascaderView, i1.CtyCircle, i1.CtyCountDown, i1.CtyCropImage, i1.CtyDivider, i1.CtyDropdown, i1.CtyEmpty, i1.CtyFloatingBubble, i1.CtyFloatingPanel, i1.CtyIcon, i1.CtyImageUpload, i1.CtyImageViewer, i1.CtyIndexBar, i1.CtyKeyboard, i1.CtyLoading, i1.CtyMediaCapture, i1.CtyNavBar, i1.CtyNoticeBar, i1.CtyOverlay, i1.CtyPdfViewer, i1.CtyPermissionPurpose, i1.CtyProgress, i1.CtyQuickAccess, i1.CtyRate, i1.CtyRecord, i1.CtySegmentSlides, i1.CtySelector, i1.CtyShareSheet, i1.CtySidePanel, i1.CtyStep, i1.CtyStepper, i1.CtySteps, i1.CtySwipe, i1.CtySwipeItem, i1.CtySwiper, i1.CtyTextEllipsis, i1.CtyTitleBar, i1.CtyTour, i1.CtyTutorial, i1.CtyVideo, i1.CtyVirtualList], imports: [CommonModule], exports: [i1.CtyActionSheet, i1.CtyAgree, i1.CtyAlert, i1.CtyAnswerSheet, i1.CtyArticleCard, i1.CtyAudio, i1.CtyBackdrop, i1.CtyBanner, i1.CtyCamera, i1.CtyCameraPhoto, i1.CtyCanvasBoard, i1.CtyCanvasVideo, i1.CtyCascader, i1.CtyCascaderView, i1.CtyCircle, i1.CtyCountDown, i1.CtyCropImage, i1.CtyDivider, i1.CtyDropdown, i1.CtyEmpty, i1.CtyFloatingBubble, i1.CtyFloatingPanel, i1.CtyIcon, i1.CtyImageUpload, i1.CtyImageViewer, i1.CtyIndexBar, i1.CtyKeyboard, i1.CtyLoading, i1.CtyMediaCapture, i1.CtyNavBar, i1.CtyNoticeBar, i1.CtyOverlay, i1.CtyPdfViewer, i1.CtyPermissionPurpose, i1.CtyProgress, i1.CtyQuickAccess, i1.CtyRate, i1.CtyRecord, i1.CtySegmentSlides, i1.CtySelector, i1.CtyShareSheet, i1.CtySidePanel, i1.CtyStep, i1.CtyStepper, i1.CtySteps, i1.CtySwipe, i1.CtySwipeItem, i1.CtySwiper, i1.CtyTextEllipsis, i1.CtyTitleBar, i1.CtyTour, i1.CtyTutorial, i1.CtyVideo, i1.CtyVirtualList] });
|
|
30
|
+
/** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, declarations: [i1.CtyActionSheet, i1.CtyAgree, i1.CtyAlert, i1.CtyAnswerSheet, i1.CtyArticleCard, i1.CtyAudio, i1.CtyBackdrop, i1.CtyBanner, i1.CtyCamera, i1.CtyCameraPhoto, i1.CtyCanvasBoard, i1.CtyCanvasVideo, i1.CtyCascader, i1.CtyCascaderView, i1.CtyCircle, i1.CtyCountDown, i1.CtyCropImage, i1.CtyDivider, i1.CtyDropdown, i1.CtyEmpty, i1.CtyFloatingBubble, i1.CtyFloatingPanel, i1.CtyIcon, i1.CtyImageUpload, i1.CtyImageViewer, i1.CtyIndexBar, i1.CtyKeyboard, i1.CtyLoading, i1.CtyMediaCapture, i1.CtyNavBar, i1.CtyNoticeBar, i1.CtyOverlay, i1.CtyPdfViewer, i1.CtyPermissionAlert, i1.CtyPermissionPurpose, i1.CtyProgress, i1.CtyQuickAccess, i1.CtyRate, i1.CtyRecord, i1.CtySegmentSlides, i1.CtySelector, i1.CtyShareSheet, i1.CtySidePanel, i1.CtyStep, i1.CtyStepper, i1.CtySteps, i1.CtySwipe, i1.CtySwipeItem, i1.CtySwiper, i1.CtyTextEllipsis, i1.CtyTitleBar, i1.CtyTour, i1.CtyTutorial, i1.CtyVideo, i1.CtyVirtualList], imports: [CommonModule], exports: [i1.CtyActionSheet, i1.CtyAgree, i1.CtyAlert, i1.CtyAnswerSheet, i1.CtyArticleCard, i1.CtyAudio, i1.CtyBackdrop, i1.CtyBanner, i1.CtyCamera, i1.CtyCameraPhoto, i1.CtyCanvasBoard, i1.CtyCanvasVideo, i1.CtyCascader, i1.CtyCascaderView, i1.CtyCircle, i1.CtyCountDown, i1.CtyCropImage, i1.CtyDivider, i1.CtyDropdown, i1.CtyEmpty, i1.CtyFloatingBubble, i1.CtyFloatingPanel, i1.CtyIcon, i1.CtyImageUpload, i1.CtyImageViewer, i1.CtyIndexBar, i1.CtyKeyboard, i1.CtyLoading, i1.CtyMediaCapture, i1.CtyNavBar, i1.CtyNoticeBar, i1.CtyOverlay, i1.CtyPdfViewer, i1.CtyPermissionAlert, i1.CtyPermissionPurpose, i1.CtyProgress, i1.CtyQuickAccess, i1.CtyRate, i1.CtyRecord, i1.CtySegmentSlides, i1.CtySelector, i1.CtyShareSheet, i1.CtySidePanel, i1.CtyStep, i1.CtyStepper, i1.CtySteps, i1.CtySwipe, i1.CtySwipeItem, i1.CtySwiper, i1.CtyTextEllipsis, i1.CtyTitleBar, i1.CtyTour, i1.CtyTutorial, i1.CtyVideo, i1.CtyVirtualList] });
|
|
31
31
|
/** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, imports: [CommonModule] });
|
|
32
32
|
}
|
|
33
33
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, decorators: [{
|
|
@@ -38,4 +38,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
38
38
|
imports: [CommonModule],
|
|
39
39
|
}]
|
|
40
40
|
}] });
|
|
41
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
41
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3R5LW11aS1tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY3R5LW11aS1tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxRQUFRLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN6RCxPQUFPLEVBQXVCLGVBQWUsRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUdyRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDakQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFDdkQsTUFBTSxZQUFZLEdBQUc7SUFDakIsR0FBRyxVQUFVO0NBQ2hCLENBQUE7QUFNRCxNQUFNLE9BQU8sWUFBWTtJQUNyQixNQUFNLENBQUMsT0FBTyxDQUFDLE1BQW9CO1FBQy9CLE9BQU87WUFDSCxRQUFRLEVBQUUsWUFBWTtZQUN0QixTQUFTLEVBQUU7Z0JBQ1A7b0JBQ0UsT0FBTyxFQUFFLFdBQVc7b0JBQ3BCLFFBQVEsRUFBRSxNQUFNO2lCQUNqQjtnQkFDRDtvQkFDRSxPQUFPLEVBQUUsZUFBZTtvQkFDeEIsVUFBVSxFQUFFLGFBQWE7b0JBQ3pCLEtBQUssRUFBRSxJQUFJO29CQUNYLElBQUksRUFBRSxDQUFDLFdBQVcsRUFBRSxRQUFRLEVBQUUsTUFBTSxDQUFDO2lCQUN0QzthQUNKO1NBQ0osQ0FBQTtJQUNMLENBQUM7MkhBakJRLFlBQVk7NEhBQVosWUFBWSx5NkJBRlgsWUFBWTs0SEFFYixZQUFZLFlBRlgsWUFBWTs7NEZBRWIsWUFBWTtrQkFMeEIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsWUFBWTtvQkFDMUIsT0FBTyxFQUFFLFlBQVk7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUsIERPQ1VNRU5UIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgQVBQX0lOSVRJQUxJWkVSLCBOZ01vZHVsZSwgTmdab25lIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbmZpZ1Rva2VuIH0gZnJvbSAnY3R5LW11aS1hbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEN0eU1VSUNvbmZpZyB9IGZyb20gJ2N0eS1tdWktY29yZSc7XHJcblxyXG5pbXBvcnQgeyBhcHBJbml0aWFsaXplIH0gZnJvbSAnLi9hcHAtaW5pdGlhbGl6ZSc7XHJcbmltcG9ydCB7IERJUkVDVElWRVMgfSBmcm9tICcuL2RpcmVjdGl2ZXMvcHJveGllcy1saXN0JztcclxuY29uc3QgREVDTEFSQVRJT05TID0gW1xyXG4gICAgLi4uRElSRUNUSVZFU1xyXG5dXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBkZWNsYXJhdGlvbnM6IERFQ0xBUkFUSU9OUyxcclxuICAgIGV4cG9ydHM6IERFQ0xBUkFUSU9OUyxcclxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxyXG4gIH0pXHJcbmV4cG9ydCBjbGFzcyBDdHlNVUlNb2R1bGUge1xyXG4gICAgc3RhdGljIGZvclJvb3QoY29uZmlnOiBDdHlNVUlDb25maWcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPEN0eU1VSU1vZHVsZT4ge1xyXG4gICAgICAgIHJldHVybiB7XHJcbiAgICAgICAgICAgIG5nTW9kdWxlOiBDdHlNVUlNb2R1bGUsXHJcbiAgICAgICAgICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICBwcm92aWRlOiBDb25maWdUb2tlbixcclxuICAgICAgICAgICAgICAgICAgdXNlVmFsdWU6IGNvbmZpZyxcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgIHByb3ZpZGU6IEFQUF9JTklUSUFMSVpFUixcclxuICAgICAgICAgICAgICAgICAgdXNlRmFjdG9yeTogYXBwSW5pdGlhbGl6ZSxcclxuICAgICAgICAgICAgICAgICAgbXVsdGk6IHRydWUsXHJcbiAgICAgICAgICAgICAgICAgIGRlcHM6IFtDb25maWdUb2tlbiwgRE9DVU1FTlQsIE5nWm9uZV0sXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIF1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbn0iXX0=
|
|
@@ -33,6 +33,7 @@ export const DIRECTIVES = [
|
|
|
33
33
|
d.CtyNoticeBar,
|
|
34
34
|
d.CtyOverlay,
|
|
35
35
|
d.CtyPdfViewer,
|
|
36
|
+
d.CtyPermissionAlert,
|
|
36
37
|
d.CtyPermissionPurpose,
|
|
37
38
|
d.CtyProgress,
|
|
38
39
|
d.CtyQuickAccess,
|
|
@@ -55,4 +56,4 @@ export const DIRECTIVES = [
|
|
|
55
56
|
d.CtyVideo,
|
|
56
57
|
d.CtyVirtualList
|
|
57
58
|
];
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
59
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJveGllcy1saXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2RpcmVjdGl2ZXMvcHJveGllcy1saXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxDQUFDLE1BQU0sV0FBVyxDQUFDO0FBRS9CLE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxRQUFRO0lBQ1YsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLFNBQVM7SUFDWCxDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxlQUFlO0lBQ2pCLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxVQUFVO0lBQ1osQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxpQkFBaUI7SUFDbkIsQ0FBQyxDQUFDLGdCQUFnQjtJQUNsQixDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxjQUFjO0lBQ2hCLENBQUMsQ0FBQyxjQUFjO0lBQ2hCLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxlQUFlO0lBQ2pCLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLGtCQUFrQjtJQUNwQixDQUFDLENBQUMsb0JBQW9CO0lBQ3RCLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsU0FBUztJQUNYLENBQUMsQ0FBQyxnQkFBZ0I7SUFDbEIsQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsYUFBYTtJQUNmLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxRQUFRO0lBQ1YsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLGVBQWU7SUFDakIsQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsY0FBYztDQUNqQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiXG5pbXBvcnQgKiBhcyBkIGZyb20gJy4vcHJveGllcyc7XG5cbmV4cG9ydCBjb25zdCBESVJFQ1RJVkVTID0gW1xuICBkLkN0eUFjdGlvblNoZWV0LFxuICBkLkN0eUFncmVlLFxuICBkLkN0eUFsZXJ0LFxuICBkLkN0eUFuc3dlclNoZWV0LFxuICBkLkN0eUFydGljbGVDYXJkLFxuICBkLkN0eUF1ZGlvLFxuICBkLkN0eUJhY2tkcm9wLFxuICBkLkN0eUJhbm5lcixcbiAgZC5DdHlDYW1lcmEsXG4gIGQuQ3R5Q2FtZXJhUGhvdG8sXG4gIGQuQ3R5Q2FudmFzQm9hcmQsXG4gIGQuQ3R5Q2FudmFzVmlkZW8sXG4gIGQuQ3R5Q2FzY2FkZXIsXG4gIGQuQ3R5Q2FzY2FkZXJWaWV3LFxuICBkLkN0eUNpcmNsZSxcbiAgZC5DdHlDb3VudERvd24sXG4gIGQuQ3R5Q3JvcEltYWdlLFxuICBkLkN0eURpdmlkZXIsXG4gIGQuQ3R5RHJvcGRvd24sXG4gIGQuQ3R5RW1wdHksXG4gIGQuQ3R5RmxvYXRpbmdCdWJibGUsXG4gIGQuQ3R5RmxvYXRpbmdQYW5lbCxcbiAgZC5DdHlJY29uLFxuICBkLkN0eUltYWdlVXBsb2FkLFxuICBkLkN0eUltYWdlVmlld2VyLFxuICBkLkN0eUluZGV4QmFyLFxuICBkLkN0eUtleWJvYXJkLFxuICBkLkN0eUxvYWRpbmcsXG4gIGQuQ3R5TWVkaWFDYXB0dXJlLFxuICBkLkN0eU5hdkJhcixcbiAgZC5DdHlOb3RpY2VCYXIsXG4gIGQuQ3R5T3ZlcmxheSxcbiAgZC5DdHlQZGZWaWV3ZXIsXG4gIGQuQ3R5UGVybWlzc2lvbkFsZXJ0LFxuICBkLkN0eVBlcm1pc3Npb25QdXJwb3NlLFxuICBkLkN0eVByb2dyZXNzLFxuICBkLkN0eVF1aWNrQWNjZXNzLFxuICBkLkN0eVJhdGUsXG4gIGQuQ3R5UmVjb3JkLFxuICBkLkN0eVNlZ21lbnRTbGlkZXMsXG4gIGQuQ3R5U2VsZWN0b3IsXG4gIGQuQ3R5U2hhcmVTaGVldCxcbiAgZC5DdHlTaWRlUGFuZWwsXG4gIGQuQ3R5U3RlcCxcbiAgZC5DdHlTdGVwcGVyLFxuICBkLkN0eVN0ZXBzLFxuICBkLkN0eVN3aXBlLFxuICBkLkN0eVN3aXBlSXRlbSxcbiAgZC5DdHlTd2lwZXIsXG4gIGQuQ3R5VGV4dEVsbGlwc2lzLFxuICBkLkN0eVRpdGxlQmFyLFxuICBkLkN0eVRvdXIsXG4gIGQuQ3R5VHV0b3JpYWwsXG4gIGQuQ3R5VmlkZW8sXG4gIGQuQ3R5VmlydHVhbExpc3Rcbl07XG4iXX0=
|