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.
@@ -436,11 +436,11 @@ let CtyCircle = class CtyCircle {
436
436
  this.el = r.nativeElement;
437
437
  }
438
438
  /** @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 });
439
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCircle, 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 });
439
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: CtyCircle, 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 });
440
440
  };
441
441
  CtyCircle = __decorate([
442
442
  ProxyCmp({
443
- inputs: ['clockwise', 'color', 'rad', 'rate', 'ratio', 'text', 'width', 'zeroTransparent']
443
+ inputs: ['clockwise', 'color', 'offset', 'rad', 'rate', 'ratio', 'text', 'width', 'widthDif', 'zeroTransparent']
444
444
  })
445
445
  ], CtyCircle);
446
446
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: CtyCircle, decorators: [{
@@ -450,7 +450,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
450
450
  changeDetection: ChangeDetectionStrategy.OnPush,
451
451
  template: '<ng-content></ng-content>',
452
452
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
453
- inputs: ['clockwise', 'color', 'rad', 'rate', 'ratio', 'text', 'width', 'zeroTransparent'],
453
+ inputs: ['clockwise', 'color', 'offset', 'rad', 'rate', 'ratio', 'text', 'width', 'widthDif', 'zeroTransparent'],
454
454
  }]
455
455
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
456
456
  let CtyCountDown = class CtyCountDown {