cty-mui-angular 1.0.20 → 1.0.21
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
|
@@ -845,12 +845,12 @@ let CtyCircle = class CtyCircle {
|
|
|
845
845
|
this.el = r.nativeElement;
|
|
846
846
|
}
|
|
847
847
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCircle, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
848
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCircle, isStandalone: true, selector: "cty-circle", inputs: { clockwise: "clockwise", color: "color", rad: "rad", rate: "rate", ratio: "ratio", text: "text", width: "width", zeroTransparent: "zeroTransparent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
848
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCircle, isStandalone: true, selector: "cty-circle", inputs: { clockwise: "clockwise", color: "color", offset: "offset", rad: "rad", rate: "rate", ratio: "ratio", text: "text", width: "width", widthDif: "widthDif", zeroTransparent: "zeroTransparent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
849
849
|
};
|
|
850
850
|
CtyCircle = __decorate([
|
|
851
851
|
ProxyCmp({
|
|
852
852
|
defineCustomElementFn: defineCustomElement$k,
|
|
853
|
-
inputs: ['clockwise', 'color', 'rad', 'rate', 'ratio', 'text', 'width', 'zeroTransparent']
|
|
853
|
+
inputs: ['clockwise', 'color', 'offset', 'rad', 'rate', 'ratio', 'text', 'width', 'widthDif', 'zeroTransparent']
|
|
854
854
|
})
|
|
855
855
|
], CtyCircle);
|
|
856
856
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCircle, decorators: [{
|
|
@@ -860,7 +860,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
860
860
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
861
861
|
template: '<ng-content></ng-content>',
|
|
862
862
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
863
|
-
inputs: ['clockwise', 'color', 'rad', 'rate', 'ratio', 'text', 'width', 'zeroTransparent'],
|
|
863
|
+
inputs: ['clockwise', 'color', 'offset', 'rad', 'rate', 'ratio', 'text', 'width', 'widthDif', 'zeroTransparent'],
|
|
864
864
|
standalone: true
|
|
865
865
|
}]
|
|
866
866
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|