cty-mui-angular 1.0.15 → 1.0.16
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/cty-mui-module.d.ts +1 -1
- package/directives/proxies-list.d.ts +1 -1
- package/directives/proxies.d.ts +22 -2
- package/esm2022/cty-mui-module.mjs +2 -2
- package/esm2022/directives/proxies-list.mjs +3 -1
- package/esm2022/directives/proxies.mjs +63 -7
- package/esm2022/index.mjs +1 -1
- package/esm2022/standalone/directives/index.mjs +2 -1
- package/esm2022/standalone/directives/proxies.mjs +38 -7
- package/esm2022/standalone/directives/segment-slides.mjs +2 -2
- package/esm2022/standalone/directives/side-panel.mjs +60 -0
- package/esm2022/standalone/index.mjs +2 -2
- package/fesm2022/cty-mui-angular-standalone.mjs +213 -130
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +64 -8
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
- package/standalone/directives/index.d.ts +1 -0
- package/standalone/directives/proxies.d.ts +12 -2
- package/standalone/directives/side-panel.d.ts +19 -0
- package/standalone/index.d.ts +2 -2
|
@@ -10,60 +10,62 @@ import { fromEvent } from 'rxjs';
|
|
|
10
10
|
import { defineCustomElement as defineCustomElement$2 } from 'cty-mui-core/components/cty-rate.js';
|
|
11
11
|
import { register } from 'swiper/element/bundle';
|
|
12
12
|
import { defineCustomElement as defineCustomElement$3 } from 'cty-mui-core/components/cty-segment-slides.js';
|
|
13
|
-
import { defineCustomElement as defineCustomElement$4 } from 'cty-mui-core/components/cty-
|
|
14
|
-
import { defineCustomElement as defineCustomElement$5 } from 'cty-mui-core/components/cty-
|
|
15
|
-
import { defineCustomElement as defineCustomElement$6 } from 'cty-mui-core/components/cty-
|
|
16
|
-
import { defineCustomElement as defineCustomElement$7 } from 'cty-mui-core/components/cty-
|
|
17
|
-
import { defineCustomElement as defineCustomElement$8 } from 'cty-mui-core/components/cty-
|
|
18
|
-
import { defineCustomElement as defineCustomElement$9 } from 'cty-mui-core/components/cty-
|
|
19
|
-
import { defineCustomElement as defineCustomElement$a } from 'cty-mui-core/components/cty-
|
|
20
|
-
import { defineCustomElement as defineCustomElement$b } from 'cty-mui-core/components/cty-
|
|
21
|
-
import { defineCustomElement as defineCustomElement$c } from 'cty-mui-core/components/cty-
|
|
22
|
-
import { defineCustomElement as defineCustomElement$d } from 'cty-mui-core/components/cty-
|
|
23
|
-
import { defineCustomElement as defineCustomElement$e } from 'cty-mui-core/components/cty-
|
|
24
|
-
import { defineCustomElement as defineCustomElement$f } from 'cty-mui-core/components/cty-canvas-
|
|
25
|
-
import { defineCustomElement as defineCustomElement$g } from 'cty-mui-core/components/cty-
|
|
26
|
-
import { defineCustomElement as defineCustomElement$h } from 'cty-mui-core/components/cty-
|
|
27
|
-
import { defineCustomElement as defineCustomElement$i } from 'cty-mui-core/components/cty-
|
|
28
|
-
import { defineCustomElement as defineCustomElement$j } from 'cty-mui-core/components/cty-
|
|
29
|
-
import { defineCustomElement as defineCustomElement$k } from 'cty-mui-core/components/cty-
|
|
30
|
-
import { defineCustomElement as defineCustomElement$l } from 'cty-mui-core/components/cty-
|
|
31
|
-
import { defineCustomElement as defineCustomElement$m } from 'cty-mui-core/components/cty-
|
|
32
|
-
import { defineCustomElement as defineCustomElement$n } from 'cty-mui-core/components/cty-floating-
|
|
33
|
-
import { defineCustomElement as defineCustomElement$o } from 'cty-mui-core/components/cty-
|
|
34
|
-
import { defineCustomElement as defineCustomElement$p } from 'cty-mui-core/components/cty-
|
|
35
|
-
import { defineCustomElement as defineCustomElement$q } from 'cty-mui-core/components/cty-image-
|
|
36
|
-
import { defineCustomElement as defineCustomElement$r } from 'cty-mui-core/components/cty-
|
|
37
|
-
import { defineCustomElement as defineCustomElement$s } from 'cty-mui-core/components/cty-
|
|
38
|
-
import { defineCustomElement as defineCustomElement$t } from 'cty-mui-core/components/cty-
|
|
39
|
-
import { defineCustomElement as defineCustomElement$u } from 'cty-mui-core/components/cty-
|
|
40
|
-
import { defineCustomElement as defineCustomElement$v } from 'cty-mui-core/components/cty-
|
|
41
|
-
import { defineCustomElement as defineCustomElement$w } from 'cty-mui-core/components/cty-
|
|
42
|
-
import { defineCustomElement as defineCustomElement$x } from 'cty-mui-core/components/cty-
|
|
43
|
-
import { defineCustomElement as defineCustomElement$y } from 'cty-mui-core/components/cty-
|
|
44
|
-
import { defineCustomElement as defineCustomElement$z } from 'cty-mui-core/components/cty-
|
|
45
|
-
import { defineCustomElement as defineCustomElement$A } from 'cty-mui-core/components/cty-
|
|
46
|
-
import { defineCustomElement as defineCustomElement$B } from 'cty-mui-core/components/cty-
|
|
47
|
-
import { defineCustomElement as defineCustomElement$C } from 'cty-mui-core/components/cty-
|
|
48
|
-
import { defineCustomElement as defineCustomElement$D } from 'cty-mui-core/components/cty-
|
|
49
|
-
import { defineCustomElement as defineCustomElement$E } from 'cty-mui-core/components/cty-
|
|
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-swipe
|
|
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-
|
|
13
|
+
import { defineCustomElement as defineCustomElement$4 } from 'cty-mui-core/components/cty-side-panel.js';
|
|
14
|
+
import { defineCustomElement as defineCustomElement$5 } from 'cty-mui-core/components/cty-stepper.js';
|
|
15
|
+
import { defineCustomElement as defineCustomElement$6 } from 'cty-mui-core/components/cty-swiper.js';
|
|
16
|
+
import { defineCustomElement as defineCustomElement$7 } from 'cty-mui-core/components/cty-action-sheet.js';
|
|
17
|
+
import { defineCustomElement as defineCustomElement$8 } from 'cty-mui-core/components/cty-alert.js';
|
|
18
|
+
import { defineCustomElement as defineCustomElement$9 } from 'cty-mui-core/components/cty-answer-sheet.js';
|
|
19
|
+
import { defineCustomElement as defineCustomElement$a } from 'cty-mui-core/components/cty-article-card.js';
|
|
20
|
+
import { defineCustomElement as defineCustomElement$b } from 'cty-mui-core/components/cty-audio.js';
|
|
21
|
+
import { defineCustomElement as defineCustomElement$c } from 'cty-mui-core/components/cty-backdrop.js';
|
|
22
|
+
import { defineCustomElement as defineCustomElement$d } from 'cty-mui-core/components/cty-banner.js';
|
|
23
|
+
import { defineCustomElement as defineCustomElement$e } from 'cty-mui-core/components/cty-camera-photo.js';
|
|
24
|
+
import { defineCustomElement as defineCustomElement$f } from 'cty-mui-core/components/cty-canvas-board.js';
|
|
25
|
+
import { defineCustomElement as defineCustomElement$g } from 'cty-mui-core/components/cty-canvas-video.js';
|
|
26
|
+
import { defineCustomElement as defineCustomElement$h } from 'cty-mui-core/components/cty-cascader.js';
|
|
27
|
+
import { defineCustomElement as defineCustomElement$i } from 'cty-mui-core/components/cty-circle.js';
|
|
28
|
+
import { defineCustomElement as defineCustomElement$j } from 'cty-mui-core/components/cty-count-down.js';
|
|
29
|
+
import { defineCustomElement as defineCustomElement$k } from 'cty-mui-core/components/cty-crop-image.js';
|
|
30
|
+
import { defineCustomElement as defineCustomElement$l } from 'cty-mui-core/components/cty-divider.js';
|
|
31
|
+
import { defineCustomElement as defineCustomElement$m } from 'cty-mui-core/components/cty-empty.js';
|
|
32
|
+
import { defineCustomElement as defineCustomElement$n } from 'cty-mui-core/components/cty-floating-bubble.js';
|
|
33
|
+
import { defineCustomElement as defineCustomElement$o } from 'cty-mui-core/components/cty-floating-panel.js';
|
|
34
|
+
import { defineCustomElement as defineCustomElement$p } from 'cty-mui-core/components/cty-icon.js';
|
|
35
|
+
import { defineCustomElement as defineCustomElement$q } from 'cty-mui-core/components/cty-image-upload.js';
|
|
36
|
+
import { defineCustomElement as defineCustomElement$r } from 'cty-mui-core/components/cty-image-viewer.js';
|
|
37
|
+
import { defineCustomElement as defineCustomElement$s } from 'cty-mui-core/components/cty-index-bar.js';
|
|
38
|
+
import { defineCustomElement as defineCustomElement$t } from 'cty-mui-core/components/cty-keyboard.js';
|
|
39
|
+
import { defineCustomElement as defineCustomElement$u } from 'cty-mui-core/components/cty-loading.js';
|
|
40
|
+
import { defineCustomElement as defineCustomElement$v } from 'cty-mui-core/components/cty-media-capture.js';
|
|
41
|
+
import { defineCustomElement as defineCustomElement$w } from 'cty-mui-core/components/cty-nav-bar.js';
|
|
42
|
+
import { defineCustomElement as defineCustomElement$x } from 'cty-mui-core/components/cty-notice-bar.js';
|
|
43
|
+
import { defineCustomElement as defineCustomElement$y } from 'cty-mui-core/components/cty-overlay.js';
|
|
44
|
+
import { defineCustomElement as defineCustomElement$z } from 'cty-mui-core/components/cty-pdf-viewer.js';
|
|
45
|
+
import { defineCustomElement as defineCustomElement$A } from 'cty-mui-core/components/cty-permission-purpose.js';
|
|
46
|
+
import { defineCustomElement as defineCustomElement$B } from 'cty-mui-core/components/cty-progress.js';
|
|
47
|
+
import { defineCustomElement as defineCustomElement$C } from 'cty-mui-core/components/cty-quick-access.js';
|
|
48
|
+
import { defineCustomElement as defineCustomElement$D } from 'cty-mui-core/components/cty-record.js';
|
|
49
|
+
import { defineCustomElement as defineCustomElement$E } from 'cty-mui-core/components/cty-share-sheet.js';
|
|
50
|
+
import { defineCustomElement as defineCustomElement$F } from 'cty-mui-core/components/cty-step.js';
|
|
51
|
+
import { defineCustomElement as defineCustomElement$G } from 'cty-mui-core/components/cty-steps.js';
|
|
52
|
+
import { defineCustomElement as defineCustomElement$H } from 'cty-mui-core/components/cty-swipe.js';
|
|
53
|
+
import { defineCustomElement as defineCustomElement$I } from 'cty-mui-core/components/cty-swipe-item.js';
|
|
54
|
+
import { defineCustomElement as defineCustomElement$J } from 'cty-mui-core/components/cty-text-ellipsis.js';
|
|
55
|
+
import { defineCustomElement as defineCustomElement$K } from 'cty-mui-core/components/cty-title-bar.js';
|
|
56
|
+
import { defineCustomElement as defineCustomElement$L } from 'cty-mui-core/components/cty-tour.js';
|
|
57
|
+
import { defineCustomElement as defineCustomElement$M } from 'cty-mui-core/components/cty-tutorial.js';
|
|
58
|
+
import { defineCustomElement as defineCustomElement$N } from 'cty-mui-core/components/cty-video.js';
|
|
59
|
+
import { defineCustomElement as defineCustomElement$O } from 'cty-mui-core/components/cty-virtual-list.js';
|
|
58
60
|
import { initialize, alertController, actionSheetController, cameraPhotoController, cascaderController, loadingController, imageViewerController, overlayController, recordController, shareSheetController, tutorialController } from 'cty-mui-core/components';
|
|
59
61
|
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';
|
|
60
|
-
import { defineCustomElement as defineCustomElement$
|
|
61
|
-
import { defineCustomElement as defineCustomElement$
|
|
62
|
-
import { defineCustomElement as defineCustomElement$
|
|
63
|
-
import { defineCustomElement as defineCustomElement$
|
|
64
|
-
import { defineCustomElement as defineCustomElement$
|
|
65
|
-
import { defineCustomElement as defineCustomElement$
|
|
66
|
-
import { defineCustomElement as defineCustomElement$
|
|
62
|
+
import { defineCustomElement as defineCustomElement$P } from 'cty-mui-core/components/cty-action-sheet';
|
|
63
|
+
import { defineCustomElement as defineCustomElement$Q } from 'cty-mui-core/components/cty-camera-photo';
|
|
64
|
+
import { defineCustomElement as defineCustomElement$R } from 'cty-mui-core/components/cty-cascader';
|
|
65
|
+
import { defineCustomElement as defineCustomElement$S } from 'cty-mui-core/components/cty-loading';
|
|
66
|
+
import { defineCustomElement as defineCustomElement$T } from 'cty-mui-core/components/cty-record';
|
|
67
|
+
import { defineCustomElement as defineCustomElement$U } from 'cty-mui-core/components/cty-share-sheet';
|
|
68
|
+
import { defineCustomElement as defineCustomElement$V } from 'cty-mui-core/components/cty-tutorial';
|
|
67
69
|
import { actionSheetController as actionSheetController$1, alertController as alertController$1, loadingController as loadingController$1, modalController, pickerController, popoverController, toastController } from '@ionic/core/components';
|
|
68
70
|
|
|
69
71
|
/* eslint-disable */
|
|
@@ -124,7 +126,7 @@ function ProxyCmp(opts) {
|
|
|
124
126
|
return decorator;
|
|
125
127
|
}
|
|
126
128
|
|
|
127
|
-
const INPUTS$
|
|
129
|
+
const INPUTS$5 = ['disabled', 'spinner', 'triggerArea', 'value'];
|
|
128
130
|
/**
|
|
129
131
|
* Pulling the provider into an object and using PURE works
|
|
130
132
|
* around an ng-packagr issue that causes
|
|
@@ -133,7 +135,7 @@ const INPUTS$4 = ['disabled', 'spinner', 'triggerArea', 'value'];
|
|
|
133
135
|
* is not supported by Webpack and causes treeshaking
|
|
134
136
|
* to not work on these kinds of components.
|
|
135
137
|
*/
|
|
136
|
-
const accessorProvider$
|
|
138
|
+
const accessorProvider$3 = {
|
|
137
139
|
provide: NG_VALUE_ACCESSOR,
|
|
138
140
|
useExisting: /*@__PURE__*/ forwardRef(() => CtyAgree),
|
|
139
141
|
multi: true,
|
|
@@ -152,12 +154,12 @@ let CtyAgree = class CtyAgree extends ValueAccessor {
|
|
|
152
154
|
this.handleValueChange(el, el.value);
|
|
153
155
|
}
|
|
154
156
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyAgree, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
155
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyAgree, isStandalone: true, selector: "cty-agree", inputs: { disabled: "disabled", spinner: "spinner", triggerArea: "triggerArea", value: "value" }, host: { listeners: { "ctyChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$
|
|
157
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyAgree, isStandalone: true, selector: "cty-agree", inputs: { disabled: "disabled", spinner: "spinner", triggerArea: "triggerArea", value: "value" }, host: { listeners: { "ctyChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$3], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
156
158
|
};
|
|
157
159
|
CtyAgree = __decorate([
|
|
158
160
|
ProxyCmp({
|
|
159
161
|
defineCustomElementFn: defineCustomElement$1,
|
|
160
|
-
inputs: INPUTS$
|
|
162
|
+
inputs: INPUTS$5,
|
|
161
163
|
})
|
|
162
164
|
], CtyAgree);
|
|
163
165
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyAgree, decorators: [{
|
|
@@ -167,8 +169,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
167
169
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
168
170
|
template: '<ng-content></ng-content>',
|
|
169
171
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
170
|
-
inputs: INPUTS$
|
|
171
|
-
providers: [accessorProvider$
|
|
172
|
+
inputs: INPUTS$5,
|
|
173
|
+
providers: [accessorProvider$3],
|
|
172
174
|
standalone: true,
|
|
173
175
|
}]
|
|
174
176
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
|
|
@@ -176,7 +178,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
176
178
|
args: ['ctyChange', ['$event.target']]
|
|
177
179
|
}] } });
|
|
178
180
|
|
|
179
|
-
const INPUTS$
|
|
181
|
+
const INPUTS$4 = ['clearable', 'count', 'disabled', 'half', 'icon', 'readonly', 'touchable', 'value', 'voidIcon'];
|
|
180
182
|
/**
|
|
181
183
|
* Pulling the provider into an object and using PURE works
|
|
182
184
|
* around an ng-packagr issue that causes
|
|
@@ -185,7 +187,7 @@ const INPUTS$3 = ['clearable', 'count', 'disabled', 'half', 'icon', 'readonly',
|
|
|
185
187
|
* is not supported by Webpack and causes treeshaking
|
|
186
188
|
* to not work on these kinds of components.
|
|
187
189
|
*/
|
|
188
|
-
const accessorProvider$
|
|
190
|
+
const accessorProvider$2 = {
|
|
189
191
|
provide: NG_VALUE_ACCESSOR,
|
|
190
192
|
useExisting: /*@__PURE__*/ forwardRef(() => CtyRate),
|
|
191
193
|
multi: true,
|
|
@@ -204,12 +206,12 @@ let CtyRate = class CtyRate extends ValueAccessor {
|
|
|
204
206
|
this.handleValueChange(el, el.value);
|
|
205
207
|
}
|
|
206
208
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyRate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
207
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyRate, isStandalone: true, selector: "cty-rate", inputs: { clearable: "clearable", count: "count", disabled: "disabled", half: "half", icon: "icon", readonly: "readonly", touchable: "touchable", value: "value", voidIcon: "voidIcon" }, host: { listeners: { "ctyChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$
|
|
209
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyRate, isStandalone: true, selector: "cty-rate", inputs: { clearable: "clearable", count: "count", disabled: "disabled", half: "half", icon: "icon", readonly: "readonly", touchable: "touchable", value: "value", voidIcon: "voidIcon" }, host: { listeners: { "ctyChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$2], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
208
210
|
};
|
|
209
211
|
CtyRate = __decorate([
|
|
210
212
|
ProxyCmp({
|
|
211
213
|
defineCustomElementFn: defineCustomElement$2,
|
|
212
|
-
inputs: INPUTS$
|
|
214
|
+
inputs: INPUTS$4,
|
|
213
215
|
})
|
|
214
216
|
], CtyRate);
|
|
215
217
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyRate, decorators: [{
|
|
@@ -219,8 +221,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
219
221
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
220
222
|
template: '<ng-content></ng-content>',
|
|
221
223
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
222
|
-
inputs: INPUTS$
|
|
223
|
-
providers: [accessorProvider$
|
|
224
|
+
inputs: INPUTS$4,
|
|
225
|
+
providers: [accessorProvider$2],
|
|
224
226
|
standalone: true,
|
|
225
227
|
}]
|
|
226
228
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
|
|
@@ -229,7 +231,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
229
231
|
}] } });
|
|
230
232
|
|
|
231
233
|
register();
|
|
232
|
-
const INPUTS$
|
|
234
|
+
const INPUTS$3 = ['segments', 'autoHeight', 'top', 'segmentProps', 'layout', 'observer', 'observerParents'];
|
|
233
235
|
let CtySegmentSlides = class CtySegmentSlides {
|
|
234
236
|
z;
|
|
235
237
|
el;
|
|
@@ -245,8 +247,8 @@ let CtySegmentSlides = class CtySegmentSlides {
|
|
|
245
247
|
CtySegmentSlides = __decorate([
|
|
246
248
|
ProxyCmp({
|
|
247
249
|
defineCustomElementFn: defineCustomElement$3,
|
|
248
|
-
inputs: INPUTS$
|
|
249
|
-
methods: ['doSlideTo', 'getActiveIndex']
|
|
250
|
+
inputs: INPUTS$3,
|
|
251
|
+
methods: ['doSlideTo', 'getActiveIndex', 'getSwiper']
|
|
250
252
|
})
|
|
251
253
|
], CtySegmentSlides);
|
|
252
254
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtySegmentSlides, decorators: [{
|
|
@@ -256,12 +258,64 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
256
258
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
257
259
|
template: '<ng-content></ng-content>',
|
|
258
260
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
259
|
-
inputs: INPUTS$
|
|
261
|
+
inputs: INPUTS$3,
|
|
260
262
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
|
261
263
|
standalone: true,
|
|
262
264
|
}]
|
|
263
265
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
264
266
|
|
|
267
|
+
const INPUTS$2 = ['sideBars', 'singleContent', 'beforeChange', 'value'];
|
|
268
|
+
/**
|
|
269
|
+
* Pulling the provider into an object and using PURE works
|
|
270
|
+
* around an ng-packagr issue that causes
|
|
271
|
+
* components with multiple decorators and
|
|
272
|
+
* a provider to be re-assigned. This re-assignment
|
|
273
|
+
* is not supported by Webpack and causes treeshaking
|
|
274
|
+
* to not work on these kinds of components.
|
|
275
|
+
*/
|
|
276
|
+
const accessorProvider$1 = {
|
|
277
|
+
provide: NG_VALUE_ACCESSOR,
|
|
278
|
+
useExisting: /*@__PURE__*/ forwardRef(() => CtySidePanel),
|
|
279
|
+
multi: true,
|
|
280
|
+
};
|
|
281
|
+
let CtySidePanel = class CtySidePanel extends ValueAccessor {
|
|
282
|
+
z;
|
|
283
|
+
el;
|
|
284
|
+
constructor(c, r, z, injector) {
|
|
285
|
+
super(injector, r);
|
|
286
|
+
this.z = z;
|
|
287
|
+
c.detach();
|
|
288
|
+
this.el = r.nativeElement;
|
|
289
|
+
proxyOutputs(this, this.el, ['ctyChange']);
|
|
290
|
+
}
|
|
291
|
+
handleIonChange(el) {
|
|
292
|
+
this.handleValueChange(el, el.value);
|
|
293
|
+
}
|
|
294
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtySidePanel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
295
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtySidePanel, isStandalone: true, selector: "cty-side-panel", inputs: { sideBars: "sideBars", singleContent: "singleContent", beforeChange: "beforeChange", value: "value" }, host: { listeners: { "ctyChange": "handleIonChange($event.target)" } }, providers: [accessorProvider$1], usesInheritance: true, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
296
|
+
};
|
|
297
|
+
CtySidePanel = __decorate([
|
|
298
|
+
ProxyCmp({
|
|
299
|
+
defineCustomElementFn: defineCustomElement$4,
|
|
300
|
+
inputs: INPUTS$2,
|
|
301
|
+
})
|
|
302
|
+
], CtySidePanel);
|
|
303
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtySidePanel, decorators: [{
|
|
304
|
+
type: Component,
|
|
305
|
+
args: [{
|
|
306
|
+
selector: 'cty-side-panel',
|
|
307
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
308
|
+
template: '<ng-content></ng-content>',
|
|
309
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
310
|
+
inputs: INPUTS$2,
|
|
311
|
+
providers: [accessorProvider$1],
|
|
312
|
+
standalone: true,
|
|
313
|
+
}]
|
|
314
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }, { type: i0.Injector }]; }, propDecorators: { handleIonChange: [{
|
|
315
|
+
type: HostListener,
|
|
316
|
+
args: ['ctyChange', ['$event.target']]
|
|
317
|
+
}] } });
|
|
318
|
+
|
|
265
319
|
const INPUTS$1 = ['disabled', 'disableInput', 'disableMinus', 'disablePlus', 'integer', 'max', 'min', 'minusText', 'plusText', 'readonly', 'showInput', 'showMinus', 'showPlus', 'step', 'value'];
|
|
266
320
|
/**
|
|
267
321
|
* Pulling the provider into an object and using PURE works
|
|
@@ -294,7 +348,7 @@ let CtyStepper = class CtyStepper extends ValueAccessor {
|
|
|
294
348
|
};
|
|
295
349
|
CtyStepper = __decorate([
|
|
296
350
|
ProxyCmp({
|
|
297
|
-
defineCustomElementFn: defineCustomElement$
|
|
351
|
+
defineCustomElementFn: defineCustomElement$5,
|
|
298
352
|
inputs: INPUTS$1,
|
|
299
353
|
methods: ['handleMinus', 'handlePlus'],
|
|
300
354
|
})
|
|
@@ -331,7 +385,7 @@ let CtySwiper = class CtySwiper {
|
|
|
331
385
|
};
|
|
332
386
|
CtySwiper = __decorate([
|
|
333
387
|
ProxyCmp({
|
|
334
|
-
defineCustomElementFn: defineCustomElement$
|
|
388
|
+
defineCustomElementFn: defineCustomElement$6,
|
|
335
389
|
inputs: INPUTS,
|
|
336
390
|
methods: ['prev', 'next', 'slideTo', 'getSwiper', 'refreshSwiper']
|
|
337
391
|
})
|
|
@@ -363,7 +417,7 @@ let CtyActionSheet = class CtyActionSheet {
|
|
|
363
417
|
};
|
|
364
418
|
CtyActionSheet = __decorate([
|
|
365
419
|
ProxyCmp({
|
|
366
|
-
defineCustomElementFn: defineCustomElement$
|
|
420
|
+
defineCustomElementFn: defineCustomElement$7,
|
|
367
421
|
inputs: ['animated', 'backdropDismiss', 'cancelText', 'closeIcon', 'closeable', 'cssClass', 'enterAnimation', 'leaveAnimation', 'options', 'root', 'subtitle', 'title', 'trigger'],
|
|
368
422
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
369
423
|
})
|
|
@@ -393,7 +447,7 @@ let CtyAlert = class CtyAlert {
|
|
|
393
447
|
};
|
|
394
448
|
CtyAlert = __decorate([
|
|
395
449
|
ProxyCmp({
|
|
396
|
-
defineCustomElementFn: defineCustomElement$
|
|
450
|
+
defineCustomElementFn: defineCustomElement$8,
|
|
397
451
|
inputs: ['animated', 'backdropDismiss', 'buttons', 'closeable', 'content', 'cssClass', 'enterAnimation', 'img', 'leaveAnimation', 'root', 'title', 'trigger'],
|
|
398
452
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
399
453
|
})
|
|
@@ -423,7 +477,7 @@ let CtyAnswerSheet = class CtyAnswerSheet {
|
|
|
423
477
|
};
|
|
424
478
|
CtyAnswerSheet = __decorate([
|
|
425
479
|
ProxyCmp({
|
|
426
|
-
defineCustomElementFn: defineCustomElement$
|
|
480
|
+
defineCustomElementFn: defineCustomElement$9,
|
|
427
481
|
inputs: ['answers', 'categories', 'displayTotal', 'distinguish', 'placement', 'props', 'results', 'totalText']
|
|
428
482
|
})
|
|
429
483
|
], CtyAnswerSheet);
|
|
@@ -451,7 +505,7 @@ let CtyArticleCard = class CtyArticleCard {
|
|
|
451
505
|
};
|
|
452
506
|
CtyArticleCard = __decorate([
|
|
453
507
|
ProxyCmp({
|
|
454
|
-
defineCustomElementFn: defineCustomElement$
|
|
508
|
+
defineCustomElementFn: defineCustomElement$a,
|
|
455
509
|
inputs: ['layout', 'thumbnails', 'title']
|
|
456
510
|
})
|
|
457
511
|
], CtyArticleCard);
|
|
@@ -480,7 +534,7 @@ let CtyAudio = class CtyAudio {
|
|
|
480
534
|
};
|
|
481
535
|
CtyAudio = __decorate([
|
|
482
536
|
ProxyCmp({
|
|
483
|
-
defineCustomElementFn: defineCustomElement$
|
|
537
|
+
defineCustomElementFn: defineCustomElement$b,
|
|
484
538
|
inputs: ['allowBackward', 'allowForward', 'autoplay', 'cycleRate', 'initialTime', 'playCtrl', 'rate', 'rateVisible', 'rates', 'trafficMsg', 'unAllowForwardMsg', 'unAllowRateMsg', 'url'],
|
|
485
539
|
methods: ['updatePlayedTime', 'switchAudio', 'play', 'pause', 'setPlayRate', 'getAudioElement']
|
|
486
540
|
})
|
|
@@ -510,7 +564,7 @@ let CtyBackdrop = class CtyBackdrop {
|
|
|
510
564
|
};
|
|
511
565
|
CtyBackdrop = __decorate([
|
|
512
566
|
ProxyCmp({
|
|
513
|
-
defineCustomElementFn: defineCustomElement$
|
|
567
|
+
defineCustomElementFn: defineCustomElement$c,
|
|
514
568
|
inputs: ['backdropDismiss', 'html', 'position']
|
|
515
569
|
})
|
|
516
570
|
], CtyBackdrop);
|
|
@@ -539,7 +593,7 @@ let CtyBanner = class CtyBanner {
|
|
|
539
593
|
};
|
|
540
594
|
CtyBanner = __decorate([
|
|
541
595
|
ProxyCmp({
|
|
542
|
-
defineCustomElementFn: defineCustomElement$
|
|
596
|
+
defineCustomElementFn: defineCustomElement$d,
|
|
543
597
|
inputs: ['autoplay', 'banners', 'duration', 'indicator', 'initialIndex', 'loop', 'props', 'touchable', 'vertical'],
|
|
544
598
|
methods: ['swipeNext', 'swipePrev', 'swipeTo']
|
|
545
599
|
})
|
|
@@ -569,7 +623,7 @@ let CtyCameraPhoto = class CtyCameraPhoto {
|
|
|
569
623
|
};
|
|
570
624
|
CtyCameraPhoto = __decorate([
|
|
571
625
|
ProxyCmp({
|
|
572
|
-
defineCustomElementFn: defineCustomElement$
|
|
626
|
+
defineCustomElementFn: defineCustomElement$e,
|
|
573
627
|
inputs: ['animated', 'backdropDismiss', 'cancelText', 'clipCancelText', 'clipCconfirmText', 'clipImageBg', 'clipImageQuality', 'clipImageSuffix', 'clipImageWidth', 'clipMaxScale', 'clipMinScale', 'clipPt', 'closeIcon', 'closeable', 'count', 'cssClass', 'enterAnimation', 'file', 'leaveAnimation', 'options', 'overlay', 'permissionPurpose', 'photoOption', 'root', 'title', 'trigger'],
|
|
574
628
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
575
629
|
})
|
|
@@ -599,7 +653,7 @@ let CtyCanvasBoard = class CtyCanvasBoard {
|
|
|
599
653
|
};
|
|
600
654
|
CtyCanvasBoard = __decorate([
|
|
601
655
|
ProxyCmp({
|
|
602
|
-
defineCustomElementFn: defineCustomElement$
|
|
656
|
+
defineCustomElementFn: defineCustomElement$f,
|
|
603
657
|
inputs: ['bgColor', 'bgIcon', 'clearIcon', 'clearLabel', 'confirmLabel', 'dpr', 'eraserIcon', 'footerOpn', 'headerOpn', 'lineCap', 'lineWidths', 'pencilIcon', 'quality', 'redoIcon', 'showButtons', 'strokeColor', 'strokeWidth', 'suffix', 'undoIcon'],
|
|
604
658
|
methods: ['undo', 'redo', 'clear', 'getDataURL']
|
|
605
659
|
})
|
|
@@ -629,7 +683,7 @@ let CtyCanvasVideo = class CtyCanvasVideo {
|
|
|
629
683
|
};
|
|
630
684
|
CtyCanvasVideo = __decorate([
|
|
631
685
|
ProxyCmp({
|
|
632
|
-
defineCustomElementFn: defineCustomElement$
|
|
686
|
+
defineCustomElementFn: defineCustomElement$g,
|
|
633
687
|
inputs: ['autoplay', 'avatarButton', 'next', 'preload', 'props', 'slice', 'videos'],
|
|
634
688
|
methods: ['slideToPrev', 'slideToNext']
|
|
635
689
|
})
|
|
@@ -659,7 +713,7 @@ let CtyCascader = class CtyCascader {
|
|
|
659
713
|
};
|
|
660
714
|
CtyCascader = __decorate([
|
|
661
715
|
ProxyCmp({
|
|
662
|
-
defineCustomElementFn: defineCustomElement$
|
|
716
|
+
defineCustomElementFn: defineCustomElement$h,
|
|
663
717
|
inputs: ['animated', 'backdropDismiss', 'cancelText', 'cascade', 'childrenKey', 'columns', 'columnsCount', 'confirmText', 'cssClass', 'defaultValues', 'enterAnimation', 'leaveAnimation', 'optionCount', 'optionHeight', 'root', 'textKey', 'title', 'trigger', 'type', 'valueKey'],
|
|
664
718
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
665
719
|
})
|
|
@@ -688,7 +742,7 @@ let CtyCircle = class CtyCircle {
|
|
|
688
742
|
};
|
|
689
743
|
CtyCircle = __decorate([
|
|
690
744
|
ProxyCmp({
|
|
691
|
-
defineCustomElementFn: defineCustomElement$
|
|
745
|
+
defineCustomElementFn: defineCustomElement$i,
|
|
692
746
|
inputs: ['clockwise', 'color', 'rad', 'rate', 'text', 'width', 'zeroTransparent']
|
|
693
747
|
})
|
|
694
748
|
], CtyCircle);
|
|
@@ -717,7 +771,7 @@ let CtyCountDown = class CtyCountDown {
|
|
|
717
771
|
};
|
|
718
772
|
CtyCountDown = __decorate([
|
|
719
773
|
ProxyCmp({
|
|
720
|
-
defineCustomElementFn: defineCustomElement$
|
|
774
|
+
defineCustomElementFn: defineCustomElement$j,
|
|
721
775
|
inputs: ['autoStart', 'dateFormatUnit', 'format', 'millisecond', 'time', 'unit'],
|
|
722
776
|
methods: ['start', 'reset', 'pause']
|
|
723
777
|
})
|
|
@@ -747,7 +801,7 @@ let CtyCropImage = class CtyCropImage {
|
|
|
747
801
|
};
|
|
748
802
|
CtyCropImage = __decorate([
|
|
749
803
|
ProxyCmp({
|
|
750
|
-
defineCustomElementFn: defineCustomElement$
|
|
804
|
+
defineCustomElementFn: defineCustomElement$k,
|
|
751
805
|
inputs: ['cancelText', 'confirmText', 'imageBackground', 'imageWidth', 'maxScale', 'minScale', 'quality', 'suffix', 'url'],
|
|
752
806
|
methods: ['getCanvasImg']
|
|
753
807
|
})
|
|
@@ -776,7 +830,7 @@ let CtyDivider = class CtyDivider {
|
|
|
776
830
|
};
|
|
777
831
|
CtyDivider = __decorate([
|
|
778
832
|
ProxyCmp({
|
|
779
|
-
defineCustomElementFn: defineCustomElement$
|
|
833
|
+
defineCustomElementFn: defineCustomElement$l,
|
|
780
834
|
inputs: ['placement', 'vertical']
|
|
781
835
|
})
|
|
782
836
|
], CtyDivider);
|
|
@@ -804,7 +858,7 @@ let CtyEmpty = class CtyEmpty {
|
|
|
804
858
|
};
|
|
805
859
|
CtyEmpty = __decorate([
|
|
806
860
|
ProxyCmp({
|
|
807
|
-
defineCustomElementFn: defineCustomElement$
|
|
861
|
+
defineCustomElementFn: defineCustomElement$m,
|
|
808
862
|
inputs: ['description', 'image']
|
|
809
863
|
})
|
|
810
864
|
], CtyEmpty);
|
|
@@ -833,7 +887,7 @@ let CtyFloatingBubble = class CtyFloatingBubble {
|
|
|
833
887
|
};
|
|
834
888
|
CtyFloatingBubble = __decorate([
|
|
835
889
|
ProxyCmp({
|
|
836
|
-
defineCustomElementFn: defineCustomElement$
|
|
890
|
+
defineCustomElementFn: defineCustomElement$n,
|
|
837
891
|
inputs: ['axis', 'gap', 'icon', 'magnetic', 'offset']
|
|
838
892
|
})
|
|
839
893
|
], CtyFloatingBubble);
|
|
@@ -862,7 +916,7 @@ let CtyFloatingPanel = class CtyFloatingPanel {
|
|
|
862
916
|
};
|
|
863
917
|
CtyFloatingPanel = __decorate([
|
|
864
918
|
ProxyCmp({
|
|
865
|
-
defineCustomElementFn: defineCustomElement$
|
|
919
|
+
defineCustomElementFn: defineCustomElement$o,
|
|
866
920
|
inputs: ['anchors', 'contentDraggable', 'damp', 'endAnchor', 'icon']
|
|
867
921
|
})
|
|
868
922
|
], CtyFloatingPanel);
|
|
@@ -890,7 +944,7 @@ let CtyIcon = class CtyIcon {
|
|
|
890
944
|
};
|
|
891
945
|
CtyIcon = __decorate([
|
|
892
946
|
ProxyCmp({
|
|
893
|
-
defineCustomElementFn: defineCustomElement$
|
|
947
|
+
defineCustomElementFn: defineCustomElement$p,
|
|
894
948
|
inputs: ['color', 'flipRtl', 'lazy', 'name', 'sanitize', 'size']
|
|
895
949
|
})
|
|
896
950
|
], CtyIcon);
|
|
@@ -919,7 +973,7 @@ let CtyImageUpload = class CtyImageUpload {
|
|
|
919
973
|
};
|
|
920
974
|
CtyImageUpload = __decorate([
|
|
921
975
|
ProxyCmp({
|
|
922
|
-
defineCustomElementFn: defineCustomElement$
|
|
976
|
+
defineCustomElementFn: defineCustomElement$q,
|
|
923
977
|
inputs: ['addIcon', 'addImage', 'cameraPhotoOptions', 'count', 'deleteable', 'imageViewer', 'imageViewerOptions', 'images']
|
|
924
978
|
})
|
|
925
979
|
], CtyImageUpload);
|
|
@@ -948,7 +1002,7 @@ let CtyImageViewer = class CtyImageViewer {
|
|
|
948
1002
|
};
|
|
949
1003
|
CtyImageViewer = __decorate([
|
|
950
1004
|
ProxyCmp({
|
|
951
|
-
defineCustomElementFn: defineCustomElement$
|
|
1005
|
+
defineCustomElementFn: defineCustomElement$r,
|
|
952
1006
|
inputs: ['animated', 'attrs', 'backdropDismiss', 'closeable', 'cssClass', 'enterAnimation', 'images', 'initialSlide', 'leaveAnimation', 'loop', 'pager', 'root', 'speed', 'trigger', 'zoom'],
|
|
953
1007
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'slideTo']
|
|
954
1008
|
})
|
|
@@ -978,7 +1032,7 @@ let CtyIndexBar = class CtyIndexBar {
|
|
|
978
1032
|
};
|
|
979
1033
|
CtyIndexBar = __decorate([
|
|
980
1034
|
ProxyCmp({
|
|
981
|
-
defineCustomElementFn: defineCustomElement$
|
|
1035
|
+
defineCustomElementFn: defineCustomElement$s,
|
|
982
1036
|
inputs: ['alphabet', 'alphabets', 'duration', 'indexList', 'offsetDiff', 'sticky', 'stickyTop', 'sum'],
|
|
983
1037
|
methods: ['scrollToIndex']
|
|
984
1038
|
})
|
|
@@ -1007,7 +1061,7 @@ let CtyKeyboard = class CtyKeyboard {
|
|
|
1007
1061
|
};
|
|
1008
1062
|
CtyKeyboard = __decorate([
|
|
1009
1063
|
ProxyCmp({
|
|
1010
|
-
defineCustomElementFn: defineCustomElement$
|
|
1064
|
+
defineCustomElementFn: defineCustomElement$t
|
|
1011
1065
|
})
|
|
1012
1066
|
], CtyKeyboard);
|
|
1013
1067
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyKeyboard, decorators: [{
|
|
@@ -1035,7 +1089,7 @@ let CtyLoading = class CtyLoading {
|
|
|
1035
1089
|
};
|
|
1036
1090
|
CtyLoading = __decorate([
|
|
1037
1091
|
ProxyCmp({
|
|
1038
|
-
defineCustomElementFn: defineCustomElement$
|
|
1092
|
+
defineCustomElementFn: defineCustomElement$u,
|
|
1039
1093
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'enterAnimation', 'img', 'leaveAnimation', 'root', 'spinner', 'trigger', 'vertical'],
|
|
1040
1094
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1041
1095
|
})
|
|
@@ -1065,7 +1119,7 @@ let CtyMediaCapture = class CtyMediaCapture {
|
|
|
1065
1119
|
};
|
|
1066
1120
|
CtyMediaCapture = __decorate([
|
|
1067
1121
|
ProxyCmp({
|
|
1068
|
-
defineCustomElementFn: defineCustomElement$
|
|
1122
|
+
defineCustomElementFn: defineCustomElement$v,
|
|
1069
1123
|
inputs: ['autoplay', 'captureTime', 'closeIcon', 'confirmText', 'controls', 'loop', 'options', 'poster', 'revocationIcon', 'timeLimit'],
|
|
1070
1124
|
methods: ['startVideoCapture', 'stopVideoCapture']
|
|
1071
1125
|
})
|
|
@@ -1091,12 +1145,12 @@ let CtyNavBar = class CtyNavBar {
|
|
|
1091
1145
|
proxyOutputs(this, this.el, ['ctyDismiss']);
|
|
1092
1146
|
}
|
|
1093
1147
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyNavBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1094
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyNavBar, isStandalone: true, selector: "cty-nav-bar", inputs: { arrow: "arrow", end: "end", start: "start", title: "title", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1148
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyNavBar, isStandalone: true, selector: "cty-nav-bar", inputs: { arrow: "arrow", arrowIcon: "arrowIcon", end: "end", start: "start", title: "title", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1095
1149
|
};
|
|
1096
1150
|
CtyNavBar = __decorate([
|
|
1097
1151
|
ProxyCmp({
|
|
1098
|
-
defineCustomElementFn: defineCustomElement$
|
|
1099
|
-
inputs: ['arrow', 'end', 'start', 'title', 'type']
|
|
1152
|
+
defineCustomElementFn: defineCustomElement$w,
|
|
1153
|
+
inputs: ['arrow', 'arrowIcon', 'end', 'start', 'title', 'type']
|
|
1100
1154
|
})
|
|
1101
1155
|
], CtyNavBar);
|
|
1102
1156
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyNavBar, decorators: [{
|
|
@@ -1106,7 +1160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1106
1160
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1107
1161
|
template: '<ng-content></ng-content>',
|
|
1108
1162
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1109
|
-
inputs: ['arrow', 'end', 'start', 'title', 'type'],
|
|
1163
|
+
inputs: ['arrow', 'arrowIcon', 'end', 'start', 'title', 'type'],
|
|
1110
1164
|
standalone: true
|
|
1111
1165
|
}]
|
|
1112
1166
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1124,7 +1178,7 @@ let CtyNoticeBar = class CtyNoticeBar {
|
|
|
1124
1178
|
};
|
|
1125
1179
|
CtyNoticeBar = __decorate([
|
|
1126
1180
|
ProxyCmp({
|
|
1127
|
-
defineCustomElementFn: defineCustomElement$
|
|
1181
|
+
defineCustomElementFn: defineCustomElement$x,
|
|
1128
1182
|
inputs: ['endIcon', 'scrollable', 'speed', 'startIcon', 'text']
|
|
1129
1183
|
})
|
|
1130
1184
|
], CtyNoticeBar);
|
|
@@ -1153,7 +1207,7 @@ let CtyOverlay = class CtyOverlay {
|
|
|
1153
1207
|
};
|
|
1154
1208
|
CtyOverlay = __decorate([
|
|
1155
1209
|
ProxyCmp({
|
|
1156
|
-
defineCustomElementFn: defineCustomElement$
|
|
1210
|
+
defineCustomElementFn: defineCustomElement$y,
|
|
1157
1211
|
inputs: ['animated', 'backdropDismiss', 'cssClass', 'enterAnimation', 'html', 'leaveAnimation', 'position', 'root', 'trigger'],
|
|
1158
1212
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1159
1213
|
})
|
|
@@ -1183,7 +1237,7 @@ let CtyPdfViewer = class CtyPdfViewer {
|
|
|
1183
1237
|
};
|
|
1184
1238
|
CtyPdfViewer = __decorate([
|
|
1185
1239
|
ProxyCmp({
|
|
1186
|
-
defineCustomElementFn: defineCustomElement$
|
|
1240
|
+
defineCustomElementFn: defineCustomElement$z,
|
|
1187
1241
|
inputs: ['url', 'viewerUrl']
|
|
1188
1242
|
})
|
|
1189
1243
|
], CtyPdfViewer);
|
|
@@ -1212,7 +1266,7 @@ let CtyPermissionPurpose = class CtyPermissionPurpose {
|
|
|
1212
1266
|
};
|
|
1213
1267
|
CtyPermissionPurpose = __decorate([
|
|
1214
1268
|
ProxyCmp({
|
|
1215
|
-
defineCustomElementFn: defineCustomElement$
|
|
1269
|
+
defineCustomElementFn: defineCustomElement$A,
|
|
1216
1270
|
inputs: ['backdropDismiss', 'description']
|
|
1217
1271
|
})
|
|
1218
1272
|
], CtyPermissionPurpose);
|
|
@@ -1240,7 +1294,7 @@ let CtyProgress = class CtyProgress {
|
|
|
1240
1294
|
};
|
|
1241
1295
|
CtyProgress = __decorate([
|
|
1242
1296
|
ProxyCmp({
|
|
1243
|
-
defineCustomElementFn: defineCustomElement$
|
|
1297
|
+
defineCustomElementFn: defineCustomElement$B,
|
|
1244
1298
|
inputs: ['percentage', 'pivot', 'pivotText']
|
|
1245
1299
|
})
|
|
1246
1300
|
], CtyProgress);
|
|
@@ -1269,7 +1323,7 @@ let CtyQuickAccess = class CtyQuickAccess {
|
|
|
1269
1323
|
};
|
|
1270
1324
|
CtyQuickAccess = __decorate([
|
|
1271
1325
|
ProxyCmp({
|
|
1272
|
-
defineCustomElementFn: defineCustomElement$
|
|
1326
|
+
defineCustomElementFn: defineCustomElement$C,
|
|
1273
1327
|
inputs: ['col', 'options', 'paper', 'props', 'quickThreshold', 'row', 'slideThreshold', 'transition'],
|
|
1274
1328
|
methods: ['getCurrentPage']
|
|
1275
1329
|
})
|
|
@@ -1299,7 +1353,7 @@ let CtyRecord = class CtyRecord {
|
|
|
1299
1353
|
};
|
|
1300
1354
|
CtyRecord = __decorate([
|
|
1301
1355
|
ProxyCmp({
|
|
1302
|
-
defineCustomElementFn: defineCustomElement$
|
|
1356
|
+
defineCustomElementFn: defineCustomElement$D,
|
|
1303
1357
|
inputs: ['animated', 'backdropDismiss', 'circleColor', 'circleWidth', 'closeable', 'cssClass', 'enterAnimation', 'leaveAnimation', 'maxSeconds', 'minSeconds', 'root', 'trigger'],
|
|
1304
1358
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss', 'resetRecordState', 'startRecord', 'stopRecording']
|
|
1305
1359
|
})
|
|
@@ -1329,7 +1383,7 @@ let CtyShareSheet = class CtyShareSheet {
|
|
|
1329
1383
|
};
|
|
1330
1384
|
CtyShareSheet = __decorate([
|
|
1331
1385
|
ProxyCmp({
|
|
1332
|
-
defineCustomElementFn: defineCustomElement$
|
|
1386
|
+
defineCustomElementFn: defineCustomElement$E,
|
|
1333
1387
|
inputs: ['animated', 'backdropDismiss', 'cancelText', 'cssClass', 'description', 'enterAnimation', 'guide', 'guideImg', 'hiddenSheet', 'leaveAnimation', 'legacyCopy', 'options', 'permissionDescription', 'permissionPurpose', 'root', 'shareOption', 'title', 'trigger'],
|
|
1334
1388
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1335
1389
|
})
|
|
@@ -1358,7 +1412,7 @@ let CtyStep = class CtyStep {
|
|
|
1358
1412
|
};
|
|
1359
1413
|
CtyStep = __decorate([
|
|
1360
1414
|
ProxyCmp({
|
|
1361
|
-
defineCustomElementFn: defineCustomElement$
|
|
1415
|
+
defineCustomElementFn: defineCustomElement$F
|
|
1362
1416
|
})
|
|
1363
1417
|
], CtyStep);
|
|
1364
1418
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyStep, decorators: [{
|
|
@@ -1386,7 +1440,7 @@ let CtySteps = class CtySteps {
|
|
|
1386
1440
|
};
|
|
1387
1441
|
CtySteps = __decorate([
|
|
1388
1442
|
ProxyCmp({
|
|
1389
|
-
defineCustomElementFn: defineCustomElement$
|
|
1443
|
+
defineCustomElementFn: defineCustomElement$G,
|
|
1390
1444
|
inputs: ['active', 'activeIcon', 'direction', 'finishIcon', 'inactiveIcon'],
|
|
1391
1445
|
methods: ['onClickStep']
|
|
1392
1446
|
})
|
|
@@ -1416,7 +1470,7 @@ let CtySwipe = class CtySwipe {
|
|
|
1416
1470
|
};
|
|
1417
1471
|
CtySwipe = __decorate([
|
|
1418
1472
|
ProxyCmp({
|
|
1419
|
-
defineCustomElementFn: defineCustomElement$
|
|
1473
|
+
defineCustomElementFn: defineCustomElement$H,
|
|
1420
1474
|
inputs: ['autoplay', 'duration', 'indicator', 'initialSwipe', 'loop', 'touchable', 'vertical'],
|
|
1421
1475
|
methods: ['prev', 'next', 'swipeTo']
|
|
1422
1476
|
})
|
|
@@ -1445,7 +1499,7 @@ let CtySwipeItem = class CtySwipeItem {
|
|
|
1445
1499
|
};
|
|
1446
1500
|
CtySwipeItem = __decorate([
|
|
1447
1501
|
ProxyCmp({
|
|
1448
|
-
defineCustomElementFn: defineCustomElement$
|
|
1502
|
+
defineCustomElementFn: defineCustomElement$I,
|
|
1449
1503
|
methods: ['setOffset']
|
|
1450
1504
|
})
|
|
1451
1505
|
], CtySwipeItem);
|
|
@@ -1474,7 +1528,7 @@ let CtyTextEllipsis = class CtyTextEllipsis {
|
|
|
1474
1528
|
};
|
|
1475
1529
|
CtyTextEllipsis = __decorate([
|
|
1476
1530
|
ProxyCmp({
|
|
1477
|
-
defineCustomElementFn: defineCustomElement$
|
|
1531
|
+
defineCustomElementFn: defineCustomElement$J,
|
|
1478
1532
|
inputs: ['collapseText', 'content', 'dots', 'expandText', 'position', 'rows']
|
|
1479
1533
|
})
|
|
1480
1534
|
], CtyTextEllipsis);
|
|
@@ -1489,6 +1543,35 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1489
1543
|
standalone: true
|
|
1490
1544
|
}]
|
|
1491
1545
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1546
|
+
let CtyTitleBar = class CtyTitleBar {
|
|
1547
|
+
z;
|
|
1548
|
+
el;
|
|
1549
|
+
constructor(c, r, z) {
|
|
1550
|
+
this.z = z;
|
|
1551
|
+
c.detach();
|
|
1552
|
+
this.el = r.nativeElement;
|
|
1553
|
+
proxyOutputs(this, this.el, ['ctyClickEnd']);
|
|
1554
|
+
}
|
|
1555
|
+
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyTitleBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1556
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyTitleBar, isStandalone: true, selector: "cty-title-bar", inputs: { endIcon: "endIcon", endText: "endText", startIcon: "startIcon", title: "title" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1557
|
+
};
|
|
1558
|
+
CtyTitleBar = __decorate([
|
|
1559
|
+
ProxyCmp({
|
|
1560
|
+
defineCustomElementFn: defineCustomElement$K,
|
|
1561
|
+
inputs: ['endIcon', 'endText', 'startIcon', 'title']
|
|
1562
|
+
})
|
|
1563
|
+
], CtyTitleBar);
|
|
1564
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyTitleBar, decorators: [{
|
|
1565
|
+
type: Component,
|
|
1566
|
+
args: [{
|
|
1567
|
+
selector: 'cty-title-bar',
|
|
1568
|
+
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1569
|
+
template: '<ng-content></ng-content>',
|
|
1570
|
+
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1571
|
+
inputs: ['endIcon', 'endText', 'startIcon', 'title'],
|
|
1572
|
+
standalone: true
|
|
1573
|
+
}]
|
|
1574
|
+
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1492
1575
|
let CtyTour = class CtyTour {
|
|
1493
1576
|
z;
|
|
1494
1577
|
el;
|
|
@@ -1503,7 +1586,7 @@ let CtyTour = class CtyTour {
|
|
|
1503
1586
|
};
|
|
1504
1587
|
CtyTour = __decorate([
|
|
1505
1588
|
ProxyCmp({
|
|
1506
|
-
defineCustomElementFn: defineCustomElement$
|
|
1589
|
+
defineCustomElementFn: defineCustomElement$L,
|
|
1507
1590
|
inputs: ['arrow', 'backdropDismiss', 'closeable', 'completeText', 'cssClass', 'initialIndex', 'nextText', 'placement', 'popoverAttrs', 'prevText', 'showPrev', 'steps'],
|
|
1508
1591
|
methods: ['present', 'dismiss', 'prevStep', 'nextStep', 'complete']
|
|
1509
1592
|
})
|
|
@@ -1533,7 +1616,7 @@ let CtyTutorial = class CtyTutorial {
|
|
|
1533
1616
|
};
|
|
1534
1617
|
CtyTutorial = __decorate([
|
|
1535
1618
|
ProxyCmp({
|
|
1536
|
-
defineCustomElementFn: defineCustomElement$
|
|
1619
|
+
defineCustomElementFn: defineCustomElement$M,
|
|
1537
1620
|
inputs: ['animated', 'autoplay', 'backdropDismiss', 'banners', 'closeable', 'cssClass', 'duration', 'enterAnimation', 'indicator', 'initialIndex', 'leaveAnimation', 'loop', 'props', 'root', 'touchable', 'trigger', 'vertical'],
|
|
1538
1621
|
methods: ['present', 'dismiss', 'onDidDismiss', 'onWillDismiss']
|
|
1539
1622
|
})
|
|
@@ -1559,12 +1642,12 @@ let CtyVideo = class CtyVideo {
|
|
|
1559
1642
|
proxyOutputs(this, this.el, ['ctyDismiss', 'ctyVideoCanplay', 'ctyVideoTimeupdate', 'ctyVideoPlaying', 'ctyVideoPlay', 'ctyVideoPause', 'ctyVideoStalled', 'ctyVideoWaiting', 'ctyVideoEnded', 'ctyVideoError', 'ctyVideoChangeVolume', 'ctyVideoProgress', 'ctyVideoScreenChange', 'ctyVideoIAEnter', 'ctyVideoIAAction', 'ctyVideoCtrlChange', 'ctyVideoRateChange']);
|
|
1560
1643
|
}
|
|
1561
1644
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyVideo, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1562
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVideo, isStandalone: true, selector: "cty-video", inputs: { allowBackward: "allowBackward", allowForward: "allowForward", autoplay: "autoplay", controls: "controls", defaultFullscreen: "defaultFullscreen", directRate: "directRate", direction: "direction", errorMsg: "errorMsg", exitFullscreenIcon: "exitFullscreenIcon", footerCtrl: "footerCtrl", fullscreenIcon: "fullscreenIcon", fullscreenOnly: "fullscreenOnly", headerCtrl: "headerCtrl", interactiveActions: "interactiveActions", landscapeEnterTimer: "landscapeEnterTimer", landscapeLeaveTimer: "landscapeLeaveTimer", largeScreenIsPortrait: "largeScreenIsPortrait", loading: "loading", loadingImg: "loadingImg", markers: "markers", orientation: "orientation", player: "player", poster: "poster", preload: "preload", progressPosition: "progressPosition", rate: "rate", rates: "rates", startTime: "startTime", title: "title", togglePlayTimer: "togglePlayTimer", trafficAutoplay: "trafficAutoplay", trafficMsg: "trafficMsg", unAllowForwardMsg: "unAllowForwardMsg", unAllowRateMsg: "unAllowRateMsg", updateNow: "updateNow", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1645
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVideo, isStandalone: true, selector: "cty-video", inputs: { allowBackgroundForward: "allowBackgroundForward", allowBackward: "allowBackward", allowForward: "allowForward", autoplay: "autoplay", controls: "controls", defaultFullscreen: "defaultFullscreen", directRate: "directRate", direction: "direction", errorMsg: "errorMsg", exitFullscreenIcon: "exitFullscreenIcon", footerCtrl: "footerCtrl", fullscreenIcon: "fullscreenIcon", fullscreenOnly: "fullscreenOnly", headerCtrl: "headerCtrl", interactiveActions: "interactiveActions", landscapeEnterTimer: "landscapeEnterTimer", landscapeLeaveTimer: "landscapeLeaveTimer", largeScreenIsPortrait: "largeScreenIsPortrait", loading: "loading", loadingImg: "loadingImg", markers: "markers", orientation: "orientation", player: "player", poster: "poster", preload: "preload", progressPosition: "progressPosition", rate: "rate", rates: "rates", startTime: "startTime", title: "title", togglePlayTimer: "togglePlayTimer", trafficAutoplay: "trafficAutoplay", trafficMsg: "trafficMsg", unAllowForwardMsg: "unAllowForwardMsg", unAllowRateMsg: "unAllowRateMsg", updateNow: "updateNow", url: "url" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1563
1646
|
};
|
|
1564
1647
|
CtyVideo = __decorate([
|
|
1565
1648
|
ProxyCmp({
|
|
1566
|
-
defineCustomElementFn: defineCustomElement$
|
|
1567
|
-
inputs: ['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'],
|
|
1649
|
+
defineCustomElementFn: defineCustomElement$N,
|
|
1650
|
+
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'],
|
|
1568
1651
|
methods: ['play', 'setCtrlShow', 'pause', 'setVideoCurrentTime', 'clearCtrlTimeout', 'setWarningMsg', 'toggleVideo', 'toggleVolume', 'setPlayRate', 'getVideoElement', 'getVideoState']
|
|
1569
1652
|
})
|
|
1570
1653
|
], CtyVideo);
|
|
@@ -1575,7 +1658,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1575
1658
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1576
1659
|
template: '<ng-content></ng-content>',
|
|
1577
1660
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1578
|
-
inputs: ['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'],
|
|
1661
|
+
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'],
|
|
1579
1662
|
standalone: true
|
|
1580
1663
|
}]
|
|
1581
1664
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1593,7 +1676,7 @@ let CtyVirtualList = class CtyVirtualList {
|
|
|
1593
1676
|
};
|
|
1594
1677
|
CtyVirtualList = __decorate([
|
|
1595
1678
|
ProxyCmp({
|
|
1596
|
-
defineCustomElementFn: defineCustomElement$
|
|
1679
|
+
defineCustomElementFn: defineCustomElement$O,
|
|
1597
1680
|
inputs: ['containerHeight', 'direction', 'itemKey', 'items', 'preloadItemCount']
|
|
1598
1681
|
})
|
|
1599
1682
|
], CtyVirtualList);
|
|
@@ -1632,7 +1715,7 @@ const initializeCtyMUIAngular = (config) => {
|
|
|
1632
1715
|
class CtyAlertController extends OverlayBaseController {
|
|
1633
1716
|
constructor() {
|
|
1634
1717
|
super(alertController);
|
|
1635
|
-
defineCustomElement$
|
|
1718
|
+
defineCustomElement$8();
|
|
1636
1719
|
}
|
|
1637
1720
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyAlertController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1638
1721
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyAlertController, providedIn: 'root' });
|
|
@@ -1647,7 +1730,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1647
1730
|
class CtyActionSheetController extends OverlayBaseController {
|
|
1648
1731
|
constructor() {
|
|
1649
1732
|
super(actionSheetController);
|
|
1650
|
-
defineCustomElement$
|
|
1733
|
+
defineCustomElement$P();
|
|
1651
1734
|
}
|
|
1652
1735
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyActionSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1653
1736
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyActionSheetController, providedIn: 'root' });
|
|
@@ -1662,7 +1745,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1662
1745
|
class CtyCameraPhotoController extends OverlayBaseController {
|
|
1663
1746
|
constructor() {
|
|
1664
1747
|
super(cameraPhotoController);
|
|
1665
|
-
defineCustomElement$
|
|
1748
|
+
defineCustomElement$Q();
|
|
1666
1749
|
}
|
|
1667
1750
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCameraPhotoController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1668
1751
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCameraPhotoController, providedIn: 'root' });
|
|
@@ -1677,7 +1760,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1677
1760
|
class CtyCascaderController extends OverlayBaseController {
|
|
1678
1761
|
constructor() {
|
|
1679
1762
|
super(cascaderController);
|
|
1680
|
-
defineCustomElement$
|
|
1763
|
+
defineCustomElement$R();
|
|
1681
1764
|
}
|
|
1682
1765
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCascaderController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1683
1766
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCascaderController, providedIn: 'root' });
|
|
@@ -1692,7 +1775,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1692
1775
|
class CtyLoadingController extends OverlayBaseController {
|
|
1693
1776
|
constructor() {
|
|
1694
1777
|
super(loadingController);
|
|
1695
|
-
defineCustomElement$
|
|
1778
|
+
defineCustomElement$S();
|
|
1696
1779
|
}
|
|
1697
1780
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyLoadingController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1698
1781
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyLoadingController, providedIn: 'root' });
|
|
@@ -1707,7 +1790,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1707
1790
|
class CtyImageViewerController extends OverlayBaseController {
|
|
1708
1791
|
constructor() {
|
|
1709
1792
|
super(imageViewerController);
|
|
1710
|
-
defineCustomElement$
|
|
1793
|
+
defineCustomElement$8();
|
|
1711
1794
|
}
|
|
1712
1795
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyImageViewerController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1713
1796
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyImageViewerController, providedIn: 'root' });
|
|
@@ -1722,7 +1805,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1722
1805
|
class CtyOverlayController extends OverlayBaseController {
|
|
1723
1806
|
constructor() {
|
|
1724
1807
|
super(overlayController);
|
|
1725
|
-
defineCustomElement$
|
|
1808
|
+
defineCustomElement$8();
|
|
1726
1809
|
}
|
|
1727
1810
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyOverlayController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1728
1811
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyOverlayController, providedIn: 'root' });
|
|
@@ -1737,7 +1820,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1737
1820
|
class CtyRecordController extends OverlayBaseController {
|
|
1738
1821
|
constructor() {
|
|
1739
1822
|
super(recordController);
|
|
1740
|
-
defineCustomElement$
|
|
1823
|
+
defineCustomElement$T();
|
|
1741
1824
|
}
|
|
1742
1825
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyRecordController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1743
1826
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyRecordController, providedIn: 'root' });
|
|
@@ -1752,7 +1835,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1752
1835
|
class CtyShareSheetController extends OverlayBaseController {
|
|
1753
1836
|
constructor() {
|
|
1754
1837
|
super(shareSheetController);
|
|
1755
|
-
defineCustomElement$
|
|
1838
|
+
defineCustomElement$U();
|
|
1756
1839
|
}
|
|
1757
1840
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyShareSheetController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1758
1841
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyShareSheetController, providedIn: 'root' });
|
|
@@ -1767,7 +1850,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1767
1850
|
class CtyTutorialController extends OverlayBaseController {
|
|
1768
1851
|
constructor() {
|
|
1769
1852
|
super(tutorialController);
|
|
1770
|
-
defineCustomElement$
|
|
1853
|
+
defineCustomElement$V();
|
|
1771
1854
|
}
|
|
1772
1855
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyTutorialController, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1773
1856
|
/** @nocollapse */ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyTutorialController, providedIn: 'root' });
|
|
@@ -1860,5 +1943,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1860
1943
|
* Generated bundle index. Do not edit.
|
|
1861
1944
|
*/
|
|
1862
1945
|
|
|
1863
|
-
export { CtyActionSheet, CtyActionSheetController, CtyAgree, CtyAlert, CtyAlertController, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCameraPhoto, CtyCameraPhotoController, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCascaderController, CtyCircle, CtyController, CtyCountDown, CtyCropImage, CtyDivider, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyImageViewerController, CtyIndexBar, CtyKeyboard, CtyLoading, CtyLoadingController, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyOverlayController, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtyRecordController, CtySegmentSlides, CtyShareSheet, CtyShareSheetController, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTour, CtyTutorial, CtyTutorialController, CtyVideo, CtyVirtualList, provideCtyMUIAngular };
|
|
1946
|
+
export { CtyActionSheet, CtyActionSheetController, CtyAgree, CtyAlert, CtyAlertController, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCameraPhoto, CtyCameraPhotoController, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCascaderController, CtyCircle, CtyController, CtyCountDown, CtyCropImage, CtyDivider, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyImageViewerController, CtyIndexBar, CtyKeyboard, CtyLoading, CtyLoadingController, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyOverlayController, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtyRecordController, CtySegmentSlides, CtyShareSheet, CtyShareSheetController, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyTutorialController, CtyVideo, CtyVirtualList, provideCtyMUIAngular };
|
|
1864
1947
|
//# sourceMappingURL=cty-mui-angular-standalone.mjs.map
|