@tet/tet-components-angular 1.3.133-testing → 1.3.134-production

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.
@@ -497,11 +497,11 @@ let TetCarousel = class TetCarousel {
497
497
  this.el = r.nativeElement;
498
498
  }
499
499
  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 }); }
500
- 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 }); }
500
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCarousel, selector: "tet-carousel", inputs: { buttonIconLeft: "buttonIconLeft", buttonIconRight: "buttonIconRight", language: "language", maxDots: "maxDots", showButtons: "showButtons", showDots: "showDots", showGradient: "showGradient", swipeThreshold: "swipeThreshold", theme: "theme", transitionDuration: "transitionDuration", transitionTiming: "transitionTiming" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
501
501
  };
502
502
  TetCarousel = __decorate([
503
503
  ProxyCmp({
504
- inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming']
504
+ inputs: ['buttonIconLeft', 'buttonIconRight', 'language', 'maxDots', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'transitionDuration', 'transitionTiming']
505
505
  })
506
506
  ], TetCarousel);
507
507
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCarousel, decorators: [{
@@ -511,7 +511,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
511
511
  changeDetection: ChangeDetectionStrategy.OnPush,
512
512
  template: '<ng-content></ng-content>',
513
513
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
514
- inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming'],
514
+ inputs: ['buttonIconLeft', 'buttonIconRight', 'language', 'maxDots', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'transitionDuration', 'transitionTiming'],
515
515
  }]
516
516
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
517
517
  let TetCheckbox = class TetCheckbox {