@tet/tet-components-angular 1.3.103-testing → 1.3.104-staging

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.
@@ -421,11 +421,11 @@ let TetCarousel = class TetCarousel {
421
421
  this.el = r.nativeElement;
422
422
  }
423
423
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCarousel, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
424
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCarousel, selector: "tet-carousel", inputs: { buttonClass: "buttonClass", buttonIconLeft: "buttonIconLeft", buttonIconRight: "buttonIconRight", containerClass: "containerClass", dotClass: "dotClass", showButtons: "showButtons", showDots: "showDots", swipeThreshold: "swipeThreshold", theme: "theme", trackClass: "trackClass", transitionDuration: "transitionDuration", transitionTiming: "transitionTiming" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
424
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCarousel, selector: "tet-carousel", inputs: { buttonClass: "buttonClass", buttonIconLeft: "buttonIconLeft", buttonIconRight: "buttonIconRight", containerClass: "containerClass", dotClass: "dotClass", showButtons: "showButtons", showDots: "showDots", showGradient: "showGradient", swipeThreshold: "swipeThreshold", theme: "theme", trackClass: "trackClass", transitionDuration: "transitionDuration", transitionTiming: "transitionTiming" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
425
425
  };
426
426
  TetCarousel = __decorate([
427
427
  ProxyCmp({
428
- inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming']
428
+ inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming']
429
429
  })
430
430
  ], TetCarousel);
431
431
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCarousel, decorators: [{
@@ -435,7 +435,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
435
435
  changeDetection: ChangeDetectionStrategy.OnPush,
436
436
  template: '<ng-content></ng-content>',
437
437
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
438
- inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming'],
438
+ inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming'],
439
439
  }]
440
440
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
441
441
  let TetCheckbox = class TetCheckbox {