@tet/tet-components-angular 1.3.137-testing → 1.3.138-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.
@@ -523,11 +523,11 @@ let TetCarousel = class TetCarousel {
523
523
  this.el = r.nativeElement;
524
524
  }
525
525
  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 }); }
526
- 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 }); }
526
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCarousel, selector: "tet-carousel", inputs: { buttonIconLeft: "buttonIconLeft", buttonIconRight: "buttonIconRight", label: "label", 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 }); }
527
527
  };
528
528
  TetCarousel = __decorate([
529
529
  ProxyCmp({
530
- inputs: ['buttonIconLeft', 'buttonIconRight', 'language', 'maxDots', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'transitionDuration', 'transitionTiming']
530
+ inputs: ['buttonIconLeft', 'buttonIconRight', 'label', 'language', 'maxDots', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'transitionDuration', 'transitionTiming']
531
531
  })
532
532
  ], TetCarousel);
533
533
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCarousel, decorators: [{
@@ -537,7 +537,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
537
537
  changeDetection: ChangeDetectionStrategy.OnPush,
538
538
  template: '<ng-content></ng-content>',
539
539
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
540
- inputs: ['buttonIconLeft', 'buttonIconRight', 'language', 'maxDots', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'transitionDuration', 'transitionTiming'],
540
+ inputs: ['buttonIconLeft', 'buttonIconRight', 'label', 'language', 'maxDots', 'showButtons', 'showDots', 'showGradient', 'swipeThreshold', 'theme', 'transitionDuration', 'transitionTiming'],
541
541
  }]
542
542
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
543
543
  let TetCheckbox = class TetCheckbox {