cty-mui-angular 1.0.19 → 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
package/directives/proxies.d.ts
CHANGED
|
@@ -208,7 +208,7 @@ export declare class CtyCircle {
|
|
|
208
208
|
protected el: HTMLCtyCircleElement;
|
|
209
209
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
210
210
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtyCircle, never>;
|
|
211
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCircle, "cty-circle", never, { "clockwise": { "alias": "clockwise"; "required": false; }; "color": { "alias": "color"; "required": false; }; "rad": { "alias": "rad"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "text": { "alias": "text"; "required": false; }; "width": { "alias": "width"; "required": false; }; "zeroTransparent": { "alias": "zeroTransparent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
211
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtyCircle, "cty-circle", never, { "clockwise": { "alias": "clockwise"; "required": false; }; "color": { "alias": "color"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "rad": { "alias": "rad"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "ratio": { "alias": "ratio"; "required": false; }; "text": { "alias": "text"; "required": false; }; "width": { "alias": "width"; "required": false; }; "widthDif": { "alias": "widthDif"; "required": false; }; "zeroTransparent": { "alias": "zeroTransparent"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
212
212
|
}
|
|
213
213
|
export declare interface CtyCircle extends Components.CtyCircle {
|
|
214
214
|
}
|