cty-mui-angular 1.0.3 → 1.0.4
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/directives/proxies.d.ts +1 -1
- package/esm2022/directives/proxies.mjs +3 -3
- package/esm2022/standalone/directives/proxies.mjs +2 -2
- package/fesm2022/cty-mui-angular-standalone.mjs +1 -1
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +2 -2
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -1
|
@@ -352,7 +352,7 @@ let CtyCascader = class CtyCascader {
|
|
|
352
352
|
this.z = z;
|
|
353
353
|
c.detach();
|
|
354
354
|
this.el = r.nativeElement;
|
|
355
|
-
proxyOutputs(this, this.el, ['ctyDismiss', 'ctyChange', '
|
|
355
|
+
proxyOutputs(this, this.el, ['ctyDismiss', 'ctyChange', 'ctyConfirm', 'ctyDidPresent', 'ctyWillPresent', 'ctyWillDismiss', 'ctyDidDismiss']);
|
|
356
356
|
}
|
|
357
357
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCascader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
358
358
|
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCascader, selector: "cty-cascader", inputs: { animated: "animated", backdropDismiss: "backdropDismiss", cancelText: "cancelText", cascade: "cascade", childrenKey: "childrenKey", columns: "columns", columnsCount: "columnsCount", confirmText: "confirmText", cssClass: "cssClass", defaultValues: "defaultValues", enterAnimation: "enterAnimation", leaveAnimation: "leaveAnimation", optionCount: "optionCount", optionHeight: "optionHeight", root: "root", textKey: "textKey", title: "title", trigger: "trigger", type: "type", valueKey: "valueKey" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -1010,7 +1010,7 @@ let CtySegmentSlides = class CtySegmentSlides {
|
|
|
1010
1010
|
CtySegmentSlides = __decorate([
|
|
1011
1011
|
ProxyCmp({
|
|
1012
1012
|
inputs: ['autoHeight', 'layout', 'observer', 'observerParents', 'segmentProps', 'segments', 'top'],
|
|
1013
|
-
methods: ['doSlideTo', 'getActiveIndex']
|
|
1013
|
+
methods: ['doSlideTo', 'getActiveIndex', 'getSwiper']
|
|
1014
1014
|
})
|
|
1015
1015
|
], CtySegmentSlides);
|
|
1016
1016
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtySegmentSlides, decorators: [{
|