cty-mui-angular 1.0.33 → 1.0.35
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 +4 -4
- package/esm2022/standalone/directives/proxies.mjs +4 -4
- package/fesm2022/cty-mui-angular-standalone.mjs +3 -3
- package/fesm2022/cty-mui-angular-standalone.mjs.map +1 -1
- package/fesm2022/cty-mui-angular.mjs +3 -3
- package/fesm2022/cty-mui-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -1
|
@@ -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", width: "width", 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", 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 });
|
|
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', 'width', 'zooms'],
|
|
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'],
|
|
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', 'width', 'zooms'],
|
|
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'],
|
|
747
747
|
standalone: true
|
|
748
748
|
}]
|
|
749
749
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|