cty-mui-angular 1.0.15 → 1.0.17
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 +64 -3
- package/esm2022/cty-mui-module.mjs +2 -2
- package/esm2022/directives/proxies-list.mjs +6 -1
- package/esm2022/directives/proxies.mjs +151 -10
- package/esm2022/index.mjs +1 -1
- package/esm2022/standalone/directives/cascader-view.mjs +60 -0
- package/esm2022/standalone/directives/index.mjs +4 -1
- package/esm2022/standalone/directives/proxies.mjs +73 -10
- package/esm2022/standalone/directives/segment-slides.mjs +2 -2
- package/esm2022/standalone/directives/selector.mjs +60 -0
- package/esm2022/standalone/directives/side-panel.mjs +60 -0
- package/esm2022/standalone/index.mjs +2 -2
- package/fesm2022/cty-mui-angular-standalone.mjs +362 -142
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +152 -11
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
- package/standalone/directives/cascader-view.d.ts +19 -0
- package/standalone/directives/index.d.ts +3 -0
- package/standalone/directives/proxies.d.ts +23 -3
- package/standalone/directives/selector.d.ts +19 -0
- package/standalone/directives/side-panel.d.ts +19 -0
- package/standalone/index.d.ts +2 -2
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.CtyCameraPhoto, typeof i1.CtyCanvasBoard, typeof i1.CtyCanvasVideo, typeof i1.CtyCascader, typeof i1.CtyCircle, typeof i1.CtyCountDown, typeof i1.CtyCropImage, typeof i1.CtyDivider, 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.CtyShareSheet, typeof i1.CtyStep, typeof i1.CtyStepper, typeof i1.CtySteps, typeof i1.CtySwipe, typeof i1.CtySwipeItem, typeof i1.CtySwiper, typeof i1.CtyTextEllipsis, 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.CtyCameraPhoto, typeof i1.CtyCanvasBoard, typeof i1.CtyCanvasVideo, typeof i1.CtyCascader, typeof i1.CtyCircle, typeof i1.CtyCountDown, typeof i1.CtyCropImage, typeof i1.CtyDivider, 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.CtyShareSheet, typeof i1.CtyStep, typeof i1.CtyStepper, typeof i1.CtySteps, typeof i1.CtySwipe, typeof i1.CtySwipeItem, typeof i1.CtySwiper, typeof i1.CtyTextEllipsis, 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.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.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]>;
|
|
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.CtyCameraPhoto | typeof d.CtyCanvasBoard | typeof d.CtyCanvasVideo | typeof d.CtyCascader | typeof d.CtyCircle | typeof d.CtyCountDown | typeof d.CtyCropImage | typeof d.CtyDivider | 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.CtyShareSheet | typeof d.CtyStep | typeof d.CtyStepper | typeof d.CtySteps | typeof d.CtySwipe | typeof d.CtySwipeItem | typeof d.CtySwiper | typeof d.CtyTextEllipsis | 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.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)[];
|
package/directives/proxies.d.ts
CHANGED
|
@@ -8,11 +8,13 @@ import type { VideoCustomEventDetail as ICtyCanvasVideoVideoCustomEventDetail }
|
|
|
8
8
|
import type { VideoCommonCustomEventDetail as ICtyCanvasVideoVideoCommonCustomEventDetail } from 'cty-mui-core';
|
|
9
9
|
import type { VideoStateDetail as ICtyCanvasVideoVideoStateDetail } from 'cty-mui-core';
|
|
10
10
|
import type { CascaderOption as ICtyCascaderCascaderOption } from 'cty-mui-core';
|
|
11
|
+
import type { CascaderOption as ICtyCascaderViewCascaderOption } from 'cty-mui-core';
|
|
11
12
|
import type { DateFormat as ICtyCountDownDateFormat } from 'cty-mui-core';
|
|
12
13
|
import type { ResourceResult as ICtyCropImageResourceResult } from 'cty-mui-core';
|
|
13
14
|
import type { FloatingBubbleOffset as ICtyFloatingBubbleFloatingBubbleOffset } from 'cty-mui-core';
|
|
14
15
|
import type { ImageOption as ICtyImageUploadImageOption } from 'cty-mui-core';
|
|
15
16
|
import type { ResourceResult as ICtyMediaCaptureResourceResult } from 'cty-mui-core';
|
|
17
|
+
import type { SelectorOption as ICtySelectorSelectorOption } from 'cty-mui-core';
|
|
16
18
|
import type { ShareSheetEventDetail as ICtyShareSheetShareSheetEventDetail } from 'cty-mui-core';
|
|
17
19
|
import type { ShareSheetFailEventDetail as ICtyShareSheetShareSheetFailEventDetail } from 'cty-mui-core';
|
|
18
20
|
import type { SwiperResult as ICtySwiperSwiperResult } from 'cty-mui-core';
|
|
@@ -186,6 +188,21 @@ export declare interface CtyCascader extends Components.CtyCascader {
|
|
|
186
188
|
ctyWillDismiss: EventEmitter<CustomEvent<void>>;
|
|
187
189
|
ctyDidDismiss: EventEmitter<CustomEvent<void>>;
|
|
188
190
|
}
|
|
191
|
+
export declare class CtyCascaderView {
|
|
192
|
+
protected z: NgZone;
|
|
193
|
+
protected el: HTMLCtyCascaderViewElement;
|
|
194
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
195
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtyCascaderView, never>;
|
|
196
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCascaderView, "cty-cascader-view", never, { "activeIcon": { "alias": "activeIcon"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "options": { "alias": "options"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "props": { "alias": "props"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
197
|
+
}
|
|
198
|
+
export declare interface CtyCascaderView extends Components.CtyCascaderView {
|
|
199
|
+
ctyChange: EventEmitter<CustomEvent<(string | number)[]>>;
|
|
200
|
+
ctyValueChange: EventEmitter<CustomEvent<{
|
|
201
|
+
value: (string | number)[];
|
|
202
|
+
items: (ICtyCascaderViewCascaderOption | null)[];
|
|
203
|
+
}>>;
|
|
204
|
+
ctyTabsChange: EventEmitter<CustomEvent<number>>;
|
|
205
|
+
}
|
|
189
206
|
export declare class CtyCircle {
|
|
190
207
|
protected z: NgZone;
|
|
191
208
|
protected el: HTMLCtyCircleElement;
|
|
@@ -226,6 +243,16 @@ export declare class CtyDivider {
|
|
|
226
243
|
}
|
|
227
244
|
export declare interface CtyDivider extends Components.CtyDivider {
|
|
228
245
|
}
|
|
246
|
+
export declare class CtyDropdown {
|
|
247
|
+
protected z: NgZone;
|
|
248
|
+
protected el: HTMLCtyDropdownElement;
|
|
249
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
250
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtyDropdown, never>;
|
|
251
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyDropdown, "cty-dropdown", never, { "arrowIcon": { "alias": "arrowIcon"; "required": false; }; "backdropDismiss": { "alias": "backdropDismiss"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "isDynamicsLabel": { "alias": "isDynamicsLabel"; "required": false; }; "options": { "alias": "options"; "required": false; }; "outsideDismiss": { "alias": "outsideDismiss"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
252
|
+
}
|
|
253
|
+
export declare interface CtyDropdown extends Components.CtyDropdown {
|
|
254
|
+
ctyChange: EventEmitter<CustomEvent<(string | number)[]>>;
|
|
255
|
+
}
|
|
229
256
|
export declare class CtyEmpty {
|
|
230
257
|
protected z: NgZone;
|
|
231
258
|
protected el: HTMLCtyEmptyElement;
|
|
@@ -347,7 +374,7 @@ export declare class CtyNavBar {
|
|
|
347
374
|
protected el: HTMLCtyNavBarElement;
|
|
348
375
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
349
376
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyNavBar, never>;
|
|
350
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyNavBar, "cty-nav-bar", never, { "arrow": { "alias": "arrow"; "required": false; }; "end": { "alias": "end"; "required": false; }; "start": { "alias": "start"; "required": false; }; "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
377
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyNavBar, "cty-nav-bar", never, { "arrow": { "alias": "arrow"; "required": false; }; "arrowIcon": { "alias": "arrowIcon"; "required": false; }; "end": { "alias": "end"; "required": false; }; "start": { "alias": "start"; "required": false; }; "title": { "alias": "title"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
351
378
|
}
|
|
352
379
|
export declare interface CtyNavBar extends Components.CtyNavBar {
|
|
353
380
|
ctyDismiss: EventEmitter<CustomEvent<void>>;
|
|
@@ -411,7 +438,7 @@ export declare class CtyQuickAccess {
|
|
|
411
438
|
protected el: HTMLCtyQuickAccessElement;
|
|
412
439
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
413
440
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyQuickAccess, never>;
|
|
414
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyQuickAccess, "cty-quick-access", never, { "col": { "alias": "col"; "required": false; }; "
|
|
441
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyQuickAccess, "cty-quick-access", never, { "col": { "alias": "col"; "required": false; }; "duration": { "alias": "duration"; "required": false; }; "options": { "alias": "options"; "required": false; }; "paper": { "alias": "paper"; "required": false; }; "props": { "alias": "props"; "required": false; }; "quickThreshold": { "alias": "quickThreshold"; "required": false; }; "row": { "alias": "row"; "required": false; }; "slideThreshold": { "alias": "slideThreshold"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
415
442
|
}
|
|
416
443
|
export declare interface CtyQuickAccess extends Components.CtyQuickAccess {
|
|
417
444
|
ctyTap: EventEmitter<CustomEvent<object>>;
|
|
@@ -457,6 +484,20 @@ export declare class CtySegmentSlides {
|
|
|
457
484
|
export declare interface CtySegmentSlides extends Components.CtySegmentSlides {
|
|
458
485
|
ctySlideChange: EventEmitter<CustomEvent<number>>;
|
|
459
486
|
}
|
|
487
|
+
export declare class CtySelector {
|
|
488
|
+
protected z: NgZone;
|
|
489
|
+
protected el: HTMLCtySelectorElement;
|
|
490
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
491
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtySelector, never>;
|
|
492
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtySelector, "cty-selector", never, { "atleastOneSelected": { "alias": "atleastOneSelected"; "required": false; }; "checkMark": { "alias": "checkMark"; "required": false; }; "checkMarkIcon": { "alias": "checkMarkIcon"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "options": { "alias": "options"; "required": false; }; "props": { "alias": "props"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
493
|
+
}
|
|
494
|
+
export declare interface CtySelector extends Components.CtySelector {
|
|
495
|
+
ctyChange: EventEmitter<CustomEvent<string | number | (string | number)[]>>;
|
|
496
|
+
ctyValueChange: EventEmitter<CustomEvent<{
|
|
497
|
+
value: string | number | (string | number)[];
|
|
498
|
+
items: ICtySelectorSelectorOption[];
|
|
499
|
+
}>>;
|
|
500
|
+
}
|
|
460
501
|
export declare class CtyShareSheet {
|
|
461
502
|
protected z: NgZone;
|
|
462
503
|
protected el: HTMLCtyShareSheetElement;
|
|
@@ -475,6 +516,16 @@ export declare interface CtyShareSheet extends Components.CtyShareSheet {
|
|
|
475
516
|
ctyWillDismiss: EventEmitter<CustomEvent<void>>;
|
|
476
517
|
ctyDidDismiss: EventEmitter<CustomEvent<void>>;
|
|
477
518
|
}
|
|
519
|
+
export declare class CtySidePanel {
|
|
520
|
+
protected z: NgZone;
|
|
521
|
+
protected el: HTMLCtySidePanelElement;
|
|
522
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
523
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtySidePanel, never>;
|
|
524
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtySidePanel, "cty-side-panel", never, { "beforeChange": { "alias": "beforeChange"; "required": false; }; "sideBars": { "alias": "sideBars"; "required": false; }; "singleContent": { "alias": "singleContent"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
525
|
+
}
|
|
526
|
+
export declare interface CtySidePanel extends Components.CtySidePanel {
|
|
527
|
+
ctyChange: EventEmitter<CustomEvent<number>>;
|
|
528
|
+
}
|
|
478
529
|
export declare class CtyStep {
|
|
479
530
|
protected z: NgZone;
|
|
480
531
|
protected el: HTMLCtyStepElement;
|
|
@@ -557,6 +608,16 @@ export declare class CtyTextEllipsis {
|
|
|
557
608
|
export declare interface CtyTextEllipsis extends Components.CtyTextEllipsis {
|
|
558
609
|
ctyExpandChange: EventEmitter<CustomEvent<boolean>>;
|
|
559
610
|
}
|
|
611
|
+
export declare class CtyTitleBar {
|
|
612
|
+
protected z: NgZone;
|
|
613
|
+
protected el: HTMLCtyTitleBarElement;
|
|
614
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
615
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CtyTitleBar, never>;
|
|
616
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyTitleBar, "cty-title-bar", never, { "endIcon": { "alias": "endIcon"; "required": false; }; "endText": { "alias": "endText"; "required": false; }; "startIcon": { "alias": "startIcon"; "required": false; }; "title": { "alias": "title"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
617
|
+
}
|
|
618
|
+
export declare interface CtyTitleBar extends Components.CtyTitleBar {
|
|
619
|
+
ctyClickEnd: EventEmitter<CustomEvent<void>>;
|
|
620
|
+
}
|
|
560
621
|
export declare class CtyTour {
|
|
561
622
|
protected z: NgZone;
|
|
562
623
|
protected el: HTMLCtyTourElement;
|
|
@@ -589,7 +650,7 @@ export declare class CtyVideo {
|
|
|
589
650
|
protected el: HTMLCtyVideoElement;
|
|
590
651
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
591
652
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyVideo, never>;
|
|
592
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyVideo, "cty-video", never, { "allowBackward": { "alias": "allowBackward"; "required": false; }; "allowForward": { "alias": "allowForward"; "required": false; }; "autoplay": { "alias": "autoplay"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "defaultFullscreen": { "alias": "defaultFullscreen"; "required": false; }; "directRate": { "alias": "directRate"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "errorMsg": { "alias": "errorMsg"; "required": false; }; "exitFullscreenIcon": { "alias": "exitFullscreenIcon"; "required": false; }; "footerCtrl": { "alias": "footerCtrl"; "required": false; }; "fullscreenIcon": { "alias": "fullscreenIcon"; "required": false; }; "fullscreenOnly": { "alias": "fullscreenOnly"; "required": false; }; "headerCtrl": { "alias": "headerCtrl"; "required": false; }; "interactiveActions": { "alias": "interactiveActions"; "required": false; }; "landscapeEnterTimer": { "alias": "landscapeEnterTimer"; "required": false; }; "landscapeLeaveTimer": { "alias": "landscapeLeaveTimer"; "required": false; }; "largeScreenIsPortrait": { "alias": "largeScreenIsPortrait"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingImg": { "alias": "loadingImg"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "player": { "alias": "player"; "required": false; }; "poster": { "alias": "poster"; "required": false; }; "preload": { "alias": "preload"; "required": false; }; "progressPosition": { "alias": "progressPosition"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "rates": { "alias": "rates"; "required": false; }; "startTime": { "alias": "startTime"; "required": false; }; "title": { "alias": "title"; "required": false; }; "togglePlayTimer": { "alias": "togglePlayTimer"; "required": false; }; "trafficAutoplay": { "alias": "trafficAutoplay"; "required": false; }; "trafficMsg": { "alias": "trafficMsg"; "required": false; }; "unAllowForwardMsg": { "alias": "unAllowForwardMsg"; "required": false; }; "unAllowRateMsg": { "alias": "unAllowRateMsg"; "required": false; }; "updateNow": { "alias": "updateNow"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
653
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyVideo, "cty-video", never, { "allowBackgroundForward": { "alias": "allowBackgroundForward"; "required": false; }; "allowBackward": { "alias": "allowBackward"; "required": false; }; "allowForward": { "alias": "allowForward"; "required": false; }; "autoplay": { "alias": "autoplay"; "required": false; }; "controls": { "alias": "controls"; "required": false; }; "defaultFullscreen": { "alias": "defaultFullscreen"; "required": false; }; "directRate": { "alias": "directRate"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "errorMsg": { "alias": "errorMsg"; "required": false; }; "exitFullscreenIcon": { "alias": "exitFullscreenIcon"; "required": false; }; "footerCtrl": { "alias": "footerCtrl"; "required": false; }; "fullscreenIcon": { "alias": "fullscreenIcon"; "required": false; }; "fullscreenOnly": { "alias": "fullscreenOnly"; "required": false; }; "headerCtrl": { "alias": "headerCtrl"; "required": false; }; "interactiveActions": { "alias": "interactiveActions"; "required": false; }; "landscapeEnterTimer": { "alias": "landscapeEnterTimer"; "required": false; }; "landscapeLeaveTimer": { "alias": "landscapeLeaveTimer"; "required": false; }; "largeScreenIsPortrait": { "alias": "largeScreenIsPortrait"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "loadingImg": { "alias": "loadingImg"; "required": false; }; "markers": { "alias": "markers"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "player": { "alias": "player"; "required": false; }; "poster": { "alias": "poster"; "required": false; }; "preload": { "alias": "preload"; "required": false; }; "progressPosition": { "alias": "progressPosition"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "rates": { "alias": "rates"; "required": false; }; "startTime": { "alias": "startTime"; "required": false; }; "title": { "alias": "title"; "required": false; }; "togglePlayTimer": { "alias": "togglePlayTimer"; "required": false; }; "trafficAutoplay": { "alias": "trafficAutoplay"; "required": false; }; "trafficMsg": { "alias": "trafficMsg"; "required": false; }; "unAllowForwardMsg": { "alias": "unAllowForwardMsg"; "required": false; }; "unAllowRateMsg": { "alias": "unAllowRateMsg"; "required": false; }; "updateNow": { "alias": "updateNow"; "required": false; }; "url": { "alias": "url"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
593
654
|
}
|
|
594
655
|
export declare interface CtyVideo extends Components.CtyVideo {
|
|
595
656
|
ctyDismiss: EventEmitter<CustomEvent<boolean>>;
|
|
@@ -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.CtyCameraPhoto, i1.CtyCanvasBoard, i1.CtyCanvasVideo, i1.CtyCascader, i1.CtyCircle, i1.CtyCountDown, i1.CtyCropImage, i1.CtyDivider, 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.CtyShareSheet, i1.CtyStep, i1.CtyStepper, i1.CtySteps, i1.CtySwipe, i1.CtySwipeItem, i1.CtySwiper, i1.CtyTextEllipsis, 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.CtyCameraPhoto, i1.CtyCanvasBoard, i1.CtyCanvasVideo, i1.CtyCascader, i1.CtyCircle, i1.CtyCountDown, i1.CtyCropImage, i1.CtyDivider, 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.CtyShareSheet, i1.CtyStep, i1.CtyStepper, i1.CtySteps, i1.CtySwipe, i1.CtySwipeItem, i1.CtySwiper, i1.CtyTextEllipsis, 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.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.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] });
|
|
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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3R5LW11aS1tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9zcmMvY3R5LW11aS1tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFlBQVksRUFBRSxRQUFRLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUN6RCxPQUFPLEVBQXVCLGVBQWUsRUFBRSxRQUFRLEVBQUUsTUFBTSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3ZGLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUdyRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDakQsT0FBTyxFQUFFLFVBQVUsRUFBRSxNQUFNLDJCQUEyQixDQUFDOzs7QUFDdkQsTUFBTSxZQUFZLEdBQUc7SUFDakIsR0FBRyxVQUFVO0NBQ2hCLENBQUE7QUFNRCxNQUFNLE9BQU8sWUFBWTtJQUNyQixNQUFNLENBQUMsT0FBTyxDQUFDLE1BQW9CO1FBQy9CLE9BQU87WUFDSCxRQUFRLEVBQUUsWUFBWTtZQUN0QixTQUFTLEVBQUU7Z0JBQ1A7b0JBQ0UsT0FBTyxFQUFFLFdBQVc7b0JBQ3BCLFFBQVEsRUFBRSxNQUFNO2lCQUNqQjtnQkFDRDtvQkFDRSxPQUFPLEVBQUUsZUFBZTtvQkFDeEIsVUFBVSxFQUFFLGFBQWE7b0JBQ3pCLEtBQUssRUFBRSxJQUFJO29CQUNYLElBQUksRUFBRSxDQUFDLFdBQVcsRUFBRSxRQUFRLEVBQUUsTUFBTSxDQUFDO2lCQUN0QzthQUNKO1NBQ0osQ0FBQTtJQUNMLENBQUM7MkhBakJRLFlBQVk7NEhBQVosWUFBWSxvNEJBRlgsWUFBWTs0SEFFYixZQUFZLFlBRlgsWUFBWTs7NEZBRWIsWUFBWTtrQkFMeEIsUUFBUTttQkFBQztvQkFDTixZQUFZLEVBQUUsWUFBWTtvQkFDMUIsT0FBTyxFQUFFLFlBQVk7b0JBQ3JCLE9BQU8sRUFBRSxDQUFDLFlBQVksQ0FBQztpQkFDeEIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUsIERPQ1VNRU5UIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcclxuaW1wb3J0IHsgTW9kdWxlV2l0aFByb3ZpZGVycywgQVBQX0lOSVRJQUxJWkVSLCBOZ01vZHVsZSwgTmdab25lIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IENvbmZpZ1Rva2VuIH0gZnJvbSAnY3R5LW11aS1hbmd1bGFyL2NvbW1vbic7XHJcbmltcG9ydCB7IEN0eU1VSUNvbmZpZyB9IGZyb20gJ2N0eS1tdWktY29yZSc7XHJcblxyXG5pbXBvcnQgeyBhcHBJbml0aWFsaXplIH0gZnJvbSAnLi9hcHAtaW5pdGlhbGl6ZSc7XHJcbmltcG9ydCB7IERJUkVDVElWRVMgfSBmcm9tICcuL2RpcmVjdGl2ZXMvcHJveGllcy1saXN0JztcclxuY29uc3QgREVDTEFSQVRJT05TID0gW1xyXG4gICAgLi4uRElSRUNUSVZFU1xyXG5dXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBkZWNsYXJhdGlvbnM6IERFQ0xBUkFUSU9OUyxcclxuICAgIGV4cG9ydHM6IERFQ0xBUkFUSU9OUyxcclxuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxyXG4gIH0pXHJcbmV4cG9ydCBjbGFzcyBDdHlNVUlNb2R1bGUge1xyXG4gICAgc3RhdGljIGZvclJvb3QoY29uZmlnOiBDdHlNVUlDb25maWcpOiBNb2R1bGVXaXRoUHJvdmlkZXJzPEN0eU1VSU1vZHVsZT4ge1xyXG4gICAgICAgIHJldHVybiB7XHJcbiAgICAgICAgICAgIG5nTW9kdWxlOiBDdHlNVUlNb2R1bGUsXHJcbiAgICAgICAgICAgIHByb3ZpZGVyczogW1xyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICBwcm92aWRlOiBDb25maWdUb2tlbixcclxuICAgICAgICAgICAgICAgICAgdXNlVmFsdWU6IGNvbmZpZyxcclxuICAgICAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICAgIHByb3ZpZGU6IEFQUF9JTklUSUFMSVpFUixcclxuICAgICAgICAgICAgICAgICAgdXNlRmFjdG9yeTogYXBwSW5pdGlhbGl6ZSxcclxuICAgICAgICAgICAgICAgICAgbXVsdGk6IHRydWUsXHJcbiAgICAgICAgICAgICAgICAgIGRlcHM6IFtDb25maWdUb2tlbiwgRE9DVU1FTlQsIE5nWm9uZV0sXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIF1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbn0iXX0=
|
|
@@ -12,10 +12,12 @@ export const DIRECTIVES = [
|
|
|
12
12
|
d.CtyCanvasBoard,
|
|
13
13
|
d.CtyCanvasVideo,
|
|
14
14
|
d.CtyCascader,
|
|
15
|
+
d.CtyCascaderView,
|
|
15
16
|
d.CtyCircle,
|
|
16
17
|
d.CtyCountDown,
|
|
17
18
|
d.CtyCropImage,
|
|
18
19
|
d.CtyDivider,
|
|
20
|
+
d.CtyDropdown,
|
|
19
21
|
d.CtyEmpty,
|
|
20
22
|
d.CtyFloatingBubble,
|
|
21
23
|
d.CtyFloatingPanel,
|
|
@@ -36,7 +38,9 @@ export const DIRECTIVES = [
|
|
|
36
38
|
d.CtyRate,
|
|
37
39
|
d.CtyRecord,
|
|
38
40
|
d.CtySegmentSlides,
|
|
41
|
+
d.CtySelector,
|
|
39
42
|
d.CtyShareSheet,
|
|
43
|
+
d.CtySidePanel,
|
|
40
44
|
d.CtyStep,
|
|
41
45
|
d.CtyStepper,
|
|
42
46
|
d.CtySteps,
|
|
@@ -44,9 +48,10 @@ export const DIRECTIVES = [
|
|
|
44
48
|
d.CtySwipeItem,
|
|
45
49
|
d.CtySwiper,
|
|
46
50
|
d.CtyTextEllipsis,
|
|
51
|
+
d.CtyTitleBar,
|
|
47
52
|
d.CtyTour,
|
|
48
53
|
d.CtyTutorial,
|
|
49
54
|
d.CtyVideo,
|
|
50
55
|
d.CtyVirtualList
|
|
51
56
|
];
|
|
52
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
57
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJveGllcy1saXN0LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2RpcmVjdGl2ZXMvcHJveGllcy1saXN0LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sS0FBSyxDQUFDLE1BQU0sV0FBVyxDQUFDO0FBRS9CLE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRztJQUN4QixDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxRQUFRO0lBQ1YsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLGNBQWM7SUFDaEIsQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsU0FBUztJQUNYLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsVUFBVTtJQUNaLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsaUJBQWlCO0lBQ25CLENBQUMsQ0FBQyxnQkFBZ0I7SUFDbEIsQ0FBQyxDQUFDLE9BQU87SUFDVCxDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxXQUFXO0lBQ2IsQ0FBQyxDQUFDLFVBQVU7SUFDWixDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsU0FBUztJQUNYLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLFVBQVU7SUFDWixDQUFDLENBQUMsWUFBWTtJQUNkLENBQUMsQ0FBQyxvQkFBb0I7SUFDdEIsQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsY0FBYztJQUNoQixDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxTQUFTO0lBQ1gsQ0FBQyxDQUFDLGdCQUFnQjtJQUNsQixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxhQUFhO0lBQ2YsQ0FBQyxDQUFDLFlBQVk7SUFDZCxDQUFDLENBQUMsT0FBTztJQUNULENBQUMsQ0FBQyxVQUFVO0lBQ1osQ0FBQyxDQUFDLFFBQVE7SUFDVixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxZQUFZO0lBQ2QsQ0FBQyxDQUFDLFNBQVM7SUFDWCxDQUFDLENBQUMsZUFBZTtJQUNqQixDQUFDLENBQUMsV0FBVztJQUNiLENBQUMsQ0FBQyxPQUFPO0lBQ1QsQ0FBQyxDQUFDLFdBQVc7SUFDYixDQUFDLENBQUMsUUFBUTtJQUNWLENBQUMsQ0FBQyxjQUFjO0NBQ2pCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJcbmltcG9ydCAqIGFzIGQgZnJvbSAnLi9wcm94aWVzJztcblxuZXhwb3J0IGNvbnN0IERJUkVDVElWRVMgPSBbXG4gIGQuQ3R5QWN0aW9uU2hlZXQsXG4gIGQuQ3R5QWdyZWUsXG4gIGQuQ3R5QWxlcnQsXG4gIGQuQ3R5QW5zd2VyU2hlZXQsXG4gIGQuQ3R5QXJ0aWNsZUNhcmQsXG4gIGQuQ3R5QXVkaW8sXG4gIGQuQ3R5QmFja2Ryb3AsXG4gIGQuQ3R5QmFubmVyLFxuICBkLkN0eUNhbWVyYVBob3RvLFxuICBkLkN0eUNhbnZhc0JvYXJkLFxuICBkLkN0eUNhbnZhc1ZpZGVvLFxuICBkLkN0eUNhc2NhZGVyLFxuICBkLkN0eUNhc2NhZGVyVmlldyxcbiAgZC5DdHlDaXJjbGUsXG4gIGQuQ3R5Q291bnREb3duLFxuICBkLkN0eUNyb3BJbWFnZSxcbiAgZC5DdHlEaXZpZGVyLFxuICBkLkN0eURyb3Bkb3duLFxuICBkLkN0eUVtcHR5LFxuICBkLkN0eUZsb2F0aW5nQnViYmxlLFxuICBkLkN0eUZsb2F0aW5nUGFuZWwsXG4gIGQuQ3R5SWNvbixcbiAgZC5DdHlJbWFnZVVwbG9hZCxcbiAgZC5DdHlJbWFnZVZpZXdlcixcbiAgZC5DdHlJbmRleEJhcixcbiAgZC5DdHlLZXlib2FyZCxcbiAgZC5DdHlMb2FkaW5nLFxuICBkLkN0eU1lZGlhQ2FwdHVyZSxcbiAgZC5DdHlOYXZCYXIsXG4gIGQuQ3R5Tm90aWNlQmFyLFxuICBkLkN0eU92ZXJsYXksXG4gIGQuQ3R5UGRmVmlld2VyLFxuICBkLkN0eVBlcm1pc3Npb25QdXJwb3NlLFxuICBkLkN0eVByb2dyZXNzLFxuICBkLkN0eVF1aWNrQWNjZXNzLFxuICBkLkN0eVJhdGUsXG4gIGQuQ3R5UmVjb3JkLFxuICBkLkN0eVNlZ21lbnRTbGlkZXMsXG4gIGQuQ3R5U2VsZWN0b3IsXG4gIGQuQ3R5U2hhcmVTaGVldCxcbiAgZC5DdHlTaWRlUGFuZWwsXG4gIGQuQ3R5U3RlcCxcbiAgZC5DdHlTdGVwcGVyLFxuICBkLkN0eVN0ZXBzLFxuICBkLkN0eVN3aXBlLFxuICBkLkN0eVN3aXBlSXRlbSxcbiAgZC5DdHlTd2lwZXIsXG4gIGQuQ3R5VGV4dEVsbGlwc2lzLFxuICBkLkN0eVRpdGxlQmFyLFxuICBkLkN0eVRvdXIsXG4gIGQuQ3R5VHV0b3JpYWwsXG4gIGQuQ3R5VmlkZW8sXG4gIGQuQ3R5VmlydHVhbExpc3Rcbl07XG4iXX0=
|