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.
@@ -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
  }