@tet/tet-components-angular 1.3.38-testing → 1.3.39-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.
@@ -1319,11 +1319,11 @@ let TetTabHeader = class TetTabHeader {
1319
1319
  proxyOutputs(this, this.el, ['tabSelected']);
1320
1320
  }
1321
1321
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1322
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTabHeader, selector: "tet-tab-header", inputs: { autoplayDelay: "autoplayDelay", dataName: "dataName", defaultTab: "defaultTab", hideActiveHeaderUnderline: "hideActiveHeaderUnderline", hideHeaderUnderline: "hideHeaderUnderline", position: "position", segmented: "segmented", sizing: "sizing", stopAutoplayOnContentHover: "stopAutoplayOnContentHover", stopAutoplayOnHeaderHover: "stopAutoplayOnHeaderHover", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1322
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetTabHeader, selector: "tet-tab-header", inputs: { autoplayDelay: "autoplayDelay", darkMode: "darkMode", dataName: "dataName", defaultTab: "defaultTab", hideActiveHeaderUnderline: "hideActiveHeaderUnderline", hideHeaderUnderline: "hideHeaderUnderline", position: "position", segmented: "segmented", sizing: "sizing", stopAutoplayOnContentHover: "stopAutoplayOnContentHover", stopAutoplayOnHeaderHover: "stopAutoplayOnHeaderHover", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1323
1323
  };
1324
1324
  TetTabHeader = __decorate([
1325
1325
  ProxyCmp({
1326
- inputs: ['autoplayDelay', 'dataName', 'defaultTab', 'hideActiveHeaderUnderline', 'hideHeaderUnderline', 'position', 'segmented', 'sizing', 'stopAutoplayOnContentHover', 'stopAutoplayOnHeaderHover', 'theme', 'type'],
1326
+ inputs: ['autoplayDelay', 'darkMode', 'dataName', 'defaultTab', 'hideActiveHeaderUnderline', 'hideHeaderUnderline', 'position', 'segmented', 'sizing', 'stopAutoplayOnContentHover', 'stopAutoplayOnHeaderHover', 'theme', 'type'],
1327
1327
  methods: ['toggleAutoplay', 'stopAutoplay', 'startAutoplay', 'selectTab']
1328
1328
  })
1329
1329
  ], TetTabHeader);
@@ -1334,7 +1334,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1334
1334
  changeDetection: ChangeDetectionStrategy.OnPush,
1335
1335
  template: '<ng-content></ng-content>',
1336
1336
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1337
- inputs: ['autoplayDelay', 'dataName', 'defaultTab', 'hideActiveHeaderUnderline', 'hideHeaderUnderline', 'position', 'segmented', 'sizing', 'stopAutoplayOnContentHover', 'stopAutoplayOnHeaderHover', 'theme', 'type'],
1337
+ inputs: ['autoplayDelay', 'darkMode', 'dataName', 'defaultTab', 'hideActiveHeaderUnderline', 'hideHeaderUnderline', 'position', 'segmented', 'sizing', 'stopAutoplayOnContentHover', 'stopAutoplayOnHeaderHover', 'theme', 'type'],
1338
1338
  }]
1339
1339
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1340
1340
  let TetTable = class TetTable {