@tet/tet-components-angular 1.3.79-testing → 1.3.81-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.
@@ -396,11 +396,11 @@ let TetCarousel = class TetCarousel {
396
396
  this.el = r.nativeElement;
397
397
  }
398
398
  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 }); }
399
- 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", theme: "theme", trackClass: "trackClass", transitionDuration: "transitionDuration", transitionTiming: "transitionTiming" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
399
+ 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 }); }
400
400
  };
401
401
  TetCarousel = __decorate([
402
402
  ProxyCmp({
403
- inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming']
403
+ inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming']
404
404
  })
405
405
  ], TetCarousel);
406
406
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCarousel, decorators: [{
@@ -410,7 +410,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
410
410
  changeDetection: ChangeDetectionStrategy.OnPush,
411
411
  template: '<ng-content></ng-content>',
412
412
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
413
- inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming'],
413
+ inputs: ['buttonClass', 'buttonIconLeft', 'buttonIconRight', 'containerClass', 'dotClass', 'showButtons', 'showDots', 'swipeThreshold', 'theme', 'trackClass', 'transitionDuration', 'transitionTiming'],
414
414
  }]
415
415
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
416
416
  let TetCheckbox = class TetCheckbox {