cty-mui-angular 1.0.36 → 1.0.38
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 +3 -3
- package/esm2022/directives/proxies.mjs +10 -10
- package/esm2022/standalone/directives/proxies.mjs +7 -7
- package/fesm2022/cty-mui-angular-standalone.mjs +6 -6
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +9 -9
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +2 -2
|
@@ -727,12 +727,12 @@ let CtyCamera = class CtyCamera {
|
|
|
727
727
|
proxyOutputs(this, this.el, ['ctyDismiss', 'ctyTakePhoto', 'ctyConfirm']);
|
|
728
728
|
}
|
|
729
729
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCamera, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
730
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCamera, isStandalone: true, selector: "cty-camera", inputs: { closeIcon: "closeIcon", confirmIcon: "confirmIcon", confirmText: "confirmText", deleteIcon: "deleteIcon", file: "file", flashText: "flashText", flipText: "flipText", height: "height", max: "max", mode: "mode", multipleText: "multipleText", options: "options", quality: "quality", ratioText: "ratioText", ratios: "ratios", safeArea: "safeArea", singleText: "singleText", title: "title", touchZoom: "touchZoom", touchZoomProp: "touchZoomProp", width: "width", zoomSteps: "zoomSteps", zooms: "zooms" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
730
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCamera, isStandalone: true, selector: "cty-camera", inputs: { closeIcon: "closeIcon", confirmIcon: "confirmIcon", confirmText: "confirmText", deleteIcon: "deleteIcon", file: "file", flashText: "flashText", flipText: "flipText", height: "height", includeThumb: "includeThumb", max: "max", mode: "mode", multipleText: "multipleText", options: "options", quality: "quality", ratioText: "ratioText", ratios: "ratios", safeArea: "safeArea", singleText: "singleText", thumbWidth: "thumbWidth", title: "title", touchZoom: "touchZoom", touchZoomProp: "touchZoomProp", width: "width", zoomSteps: "zoomSteps", zooms: "zooms" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
731
731
|
};
|
|
732
732
|
CtyCamera = __decorate([
|
|
733
733
|
ProxyCmp({
|
|
734
734
|
defineCustomElementFn: defineCustomElement$g,
|
|
735
|
-
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'max', 'mode', 'multipleText', 'options', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
735
|
+
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'includeThumb', 'max', 'mode', 'multipleText', 'options', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'thumbWidth', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
736
736
|
methods: ['flipCamera', 'toggleFlash', 'flashOff', 'flashOn', 'ratioChange', 'setZoom', 'takePhoto']
|
|
737
737
|
})
|
|
738
738
|
], CtyCamera);
|
|
@@ -743,7 +743,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
743
743
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
744
744
|
template: '<ng-content></ng-content>',
|
|
745
745
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
746
|
-
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'max', 'mode', 'multipleText', 'options', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
746
|
+
inputs: ['closeIcon', 'confirmIcon', 'confirmText', 'deleteIcon', 'file', 'flashText', 'flipText', 'height', 'includeThumb', 'max', 'mode', 'multipleText', 'options', 'quality', 'ratioText', 'ratios', 'safeArea', 'singleText', 'thumbWidth', 'title', 'touchZoom', 'touchZoomProp', 'width', 'zoomSteps', 'zooms'],
|
|
747
747
|
standalone: true
|
|
748
748
|
}]
|
|
749
749
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
@@ -1840,12 +1840,12 @@ let CtyVirtualList = class CtyVirtualList {
|
|
|
1840
1840
|
proxyOutputs(this, this.el, ['ctyScroll']);
|
|
1841
1841
|
}
|
|
1842
1842
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyVirtualList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1843
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVirtualList, isStandalone: true, selector: "cty-virtual-list", inputs: { containerHeight: "containerHeight", direction: "direction", itemKey: "itemKey", items: "items", preloadItemCount: "preloadItemCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1843
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyVirtualList, isStandalone: true, selector: "cty-virtual-list", inputs: { containerHeight: "containerHeight", direction: "direction", itemKey: "itemKey", itemRender: "itemRender", items: "items", preloadItemCount: "preloadItemCount" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
1844
1844
|
};
|
|
1845
1845
|
CtyVirtualList = __decorate([
|
|
1846
1846
|
ProxyCmp({
|
|
1847
1847
|
defineCustomElementFn: defineCustomElement$S,
|
|
1848
|
-
inputs: ['containerHeight', 'direction', 'itemKey', 'items', 'preloadItemCount']
|
|
1848
|
+
inputs: ['containerHeight', 'direction', 'itemKey', 'itemRender', 'items', 'preloadItemCount']
|
|
1849
1849
|
})
|
|
1850
1850
|
], CtyVirtualList);
|
|
1851
1851
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyVirtualList, decorators: [{
|
|
@@ -1855,7 +1855,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1855
1855
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1856
1856
|
template: '<ng-content></ng-content>',
|
|
1857
1857
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1858
|
-
inputs: ['containerHeight', 'direction', 'itemKey', 'items', 'preloadItemCount'],
|
|
1858
|
+
inputs: ['containerHeight', 'direction', 'itemKey', 'itemRender', 'items', 'preloadItemCount'],
|
|
1859
1859
|
standalone: true
|
|
1860
1860
|
}]
|
|
1861
1861
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|