cty-mui-angular 1.0.16 → 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.
@@ -400,6 +400,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
400
400
  inputs: ['animated', 'backdropDismiss', 'cancelText', 'cascade', 'childrenKey', 'columns', 'columnsCount', 'confirmText', 'cssClass', 'defaultValues', 'enterAnimation', 'leaveAnimation', 'optionCount', 'optionHeight', 'root', 'textKey', 'title', 'trigger', 'type', 'valueKey'],
401
401
  }]
402
402
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
403
+ let CtyCascaderView = class CtyCascaderView {
404
+ z;
405
+ el;
406
+ constructor(c, r, z) {
407
+ this.z = z;
408
+ c.detach();
409
+ this.el = r.nativeElement;
410
+ proxyOutputs(this, this.el, ['ctyChange', 'ctyValueChange', 'ctyTabsChange']);
411
+ }
412
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCascaderView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
413
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCascaderView, selector: "cty-cascader-view", inputs: { activeIcon: "activeIcon", loading: "loading", options: "options", placeholder: "placeholder", props: "props", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
414
+ };
415
+ CtyCascaderView = __decorate([
416
+ ProxyCmp({
417
+ inputs: ['activeIcon', 'loading', 'options', 'placeholder', 'props', 'value']
418
+ })
419
+ ], CtyCascaderView);
420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCascaderView, decorators: [{
421
+ type: Component,
422
+ args: [{
423
+ selector: 'cty-cascader-view',
424
+ changeDetection: ChangeDetectionStrategy.OnPush,
425
+ template: '<ng-content></ng-content>',
426
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
427
+ inputs: ['activeIcon', 'loading', 'options', 'placeholder', 'props', 'value'],
428
+ }]
429
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
403
430
  let CtyCircle = class CtyCircle {
404
431
  z;
405
432
  el;
@@ -508,6 +535,34 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
508
535
  inputs: ['placement', 'vertical'],
509
536
  }]
510
537
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
538
+ let CtyDropdown = class CtyDropdown {
539
+ z;
540
+ el;
541
+ constructor(c, r, z) {
542
+ this.z = z;
543
+ c.detach();
544
+ this.el = r.nativeElement;
545
+ proxyOutputs(this, this.el, ['ctyChange']);
546
+ }
547
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
548
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyDropdown, selector: "cty-dropdown", inputs: { arrowIcon: "arrowIcon", backdropDismiss: "backdropDismiss", defaultValue: "defaultValue", isDynamicsLabel: "isDynamicsLabel", options: "options", outsideDismiss: "outsideDismiss" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
549
+ };
550
+ CtyDropdown = __decorate([
551
+ ProxyCmp({
552
+ inputs: ['arrowIcon', 'backdropDismiss', 'defaultValue', 'isDynamicsLabel', 'options', 'outsideDismiss'],
553
+ methods: ['close', 'toggleNavPop']
554
+ })
555
+ ], CtyDropdown);
556
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyDropdown, decorators: [{
557
+ type: Component,
558
+ args: [{
559
+ selector: 'cty-dropdown',
560
+ changeDetection: ChangeDetectionStrategy.OnPush,
561
+ template: '<ng-content></ng-content>',
562
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
563
+ inputs: ['arrowIcon', 'backdropDismiss', 'defaultValue', 'isDynamicsLabel', 'options', 'outsideDismiss'],
564
+ }]
565
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
511
566
  let CtyEmpty = class CtyEmpty {
512
567
  z;
513
568
  el;
@@ -949,11 +1004,11 @@ let CtyQuickAccess = class CtyQuickAccess {
949
1004
  proxyOutputs(this, this.el, ['ctyTap', 'ctySlide', 'ctySlideEnd', 'ctyInit']);
950
1005
  }
951
1006
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyQuickAccess, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
952
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyQuickAccess, selector: "cty-quick-access", inputs: { col: "col", options: "options", paper: "paper", props: "props", quickThreshold: "quickThreshold", row: "row", slideThreshold: "slideThreshold", transition: "transition" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1007
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyQuickAccess, selector: "cty-quick-access", inputs: { col: "col", duration: "duration", options: "options", paper: "paper", props: "props", quickThreshold: "quickThreshold", row: "row", slideThreshold: "slideThreshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
953
1008
  };
954
1009
  CtyQuickAccess = __decorate([
955
1010
  ProxyCmp({
956
- inputs: ['col', 'options', 'paper', 'props', 'quickThreshold', 'row', 'slideThreshold', 'transition'],
1011
+ inputs: ['col', 'duration', 'options', 'paper', 'props', 'quickThreshold', 'row', 'slideThreshold'],
957
1012
  methods: ['getCurrentPage']
958
1013
  })
959
1014
  ], CtyQuickAccess);
@@ -964,7 +1019,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
964
1019
  changeDetection: ChangeDetectionStrategy.OnPush,
965
1020
  template: '<ng-content></ng-content>',
966
1021
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
967
- inputs: ['col', 'options', 'paper', 'props', 'quickThreshold', 'row', 'slideThreshold', 'transition'],
1022
+ inputs: ['col', 'duration', 'options', 'paper', 'props', 'quickThreshold', 'row', 'slideThreshold'],
968
1023
  }]
969
1024
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
970
1025
  let CtyRate = class CtyRate {
@@ -1050,6 +1105,33 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1050
1105
  inputs: ['autoHeight', 'layout', 'observer', 'observerParents', 'segmentProps', 'segments', 'top'],
1051
1106
  }]
1052
1107
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1108
+ let CtySelector = class CtySelector {
1109
+ z;
1110
+ el;
1111
+ constructor(c, r, z) {
1112
+ this.z = z;
1113
+ c.detach();
1114
+ this.el = r.nativeElement;
1115
+ proxyOutputs(this, this.el, ['ctyChange', 'ctyValueChange']);
1116
+ }
1117
+ /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtySelector, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1118
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtySelector, selector: "cty-selector", inputs: { atleastOneSelected: "atleastOneSelected", checkMark: "checkMark", checkMarkIcon: "checkMarkIcon", columns: "columns", disabled: "disabled", multiple: "multiple", options: "options", props: "props", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1119
+ };
1120
+ CtySelector = __decorate([
1121
+ ProxyCmp({
1122
+ inputs: ['atleastOneSelected', 'checkMark', 'checkMarkIcon', 'columns', 'disabled', 'multiple', 'options', 'props', 'value']
1123
+ })
1124
+ ], CtySelector);
1125
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtySelector, decorators: [{
1126
+ type: Component,
1127
+ args: [{
1128
+ selector: 'cty-selector',
1129
+ changeDetection: ChangeDetectionStrategy.OnPush,
1130
+ template: '<ng-content></ng-content>',
1131
+ // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1132
+ inputs: ['atleastOneSelected', 'checkMark', 'checkMarkIcon', 'columns', 'disabled', 'multiple', 'options', 'props', 'value'],
1133
+ }]
1134
+ }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1053
1135
  let CtyShareSheet = class CtyShareSheet {
1054
1136
  z;
1055
1137
  el;
@@ -1656,10 +1738,12 @@ const DIRECTIVES = [
1656
1738
  CtyCanvasBoard,
1657
1739
  CtyCanvasVideo,
1658
1740
  CtyCascader,
1741
+ CtyCascaderView,
1659
1742
  CtyCircle,
1660
1743
  CtyCountDown,
1661
1744
  CtyCropImage,
1662
1745
  CtyDivider,
1746
+ CtyDropdown,
1663
1747
  CtyEmpty,
1664
1748
  CtyFloatingBubble,
1665
1749
  CtyFloatingPanel,
@@ -1680,6 +1764,7 @@ const DIRECTIVES = [
1680
1764
  CtyRate,
1681
1765
  CtyRecord,
1682
1766
  CtySegmentSlides,
1767
+ CtySelector,
1683
1768
  CtyShareSheet,
1684
1769
  CtySidePanel,
1685
1770
  CtyStep,
@@ -1718,7 +1803,7 @@ class CtyMUIModule {
1718
1803
  };
1719
1804
  }
1720
1805
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
1721
- /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, declarations: [CtyActionSheet, CtyAgree, CtyAlert, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCameraPhoto, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCircle, CtyCountDown, CtyCropImage, CtyDivider, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyIndexBar, CtyKeyboard, CtyLoading, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtySegmentSlides, CtyShareSheet, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyVideo, CtyVirtualList], imports: [CommonModule], exports: [CtyActionSheet, CtyAgree, CtyAlert, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCameraPhoto, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCircle, CtyCountDown, CtyCropImage, CtyDivider, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyIndexBar, CtyKeyboard, CtyLoading, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtySegmentSlides, CtyShareSheet, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyVideo, CtyVirtualList] });
1806
+ /** @nocollapse */ static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, declarations: [CtyActionSheet, CtyAgree, CtyAlert, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCameraPhoto, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCascaderView, CtyCircle, CtyCountDown, CtyCropImage, CtyDivider, CtyDropdown, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyIndexBar, CtyKeyboard, CtyLoading, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtySegmentSlides, CtySelector, CtyShareSheet, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyVideo, CtyVirtualList], imports: [CommonModule], exports: [CtyActionSheet, CtyAgree, CtyAlert, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCameraPhoto, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCascaderView, CtyCircle, CtyCountDown, CtyCropImage, CtyDivider, CtyDropdown, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyIndexBar, CtyKeyboard, CtyLoading, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtySegmentSlides, CtySelector, CtyShareSheet, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyVideo, CtyVirtualList] });
1722
1807
  /** @nocollapse */ static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, imports: [CommonModule] });
1723
1808
  }
1724
1809
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyMUIModule, decorators: [{
@@ -1751,5 +1836,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1751
1836
  * Generated bundle index. Do not edit.
1752
1837
  */
1753
1838
 
1754
- 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, CtyIndexBar, CtyKeyboard, CtyLoading, CtyLoadingController, CtyMUIModule, 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, DirectiveModule };
1839
+ export { CtyActionSheet, CtyActionSheetController, CtyAgree, CtyAlert, CtyAlertController, CtyAnswerSheet, CtyArticleCard, CtyAudio, CtyBackdrop, CtyBanner, CtyCameraPhoto, CtyCameraPhotoController, CtyCanvasBoard, CtyCanvasVideo, CtyCascader, CtyCascaderController, CtyCascaderView, CtyCircle, CtyController, CtyCountDown, CtyCropImage, CtyDivider, CtyDropdown, CtyEmpty, CtyFloatingBubble, CtyFloatingPanel, CtyIcon, CtyImageUpload, CtyImageViewer, CtyIndexBar, CtyKeyboard, CtyLoading, CtyLoadingController, CtyMUIModule, CtyMediaCapture, CtyNavBar, CtyNoticeBar, CtyOverlay, CtyOverlayController, CtyPdfViewer, CtyPermissionPurpose, CtyProgress, CtyQuickAccess, CtyRate, CtyRecord, CtyRecordController, CtySegmentSlides, CtySelector, CtyShareSheet, CtyShareSheetController, CtySidePanel, CtyStep, CtyStepper, CtySteps, CtySwipe, CtySwipeItem, CtySwiper, CtyTextEllipsis, CtyTitleBar, CtyTour, CtyTutorial, CtyTutorialController, CtyVideo, CtyVirtualList, DirectiveModule };
1755
1840
  //# sourceMappingURL=cty-mui-angular.mjs.map