@tet/tet-components-angular 1.3.16-testing → 1.3.17-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.
@@ -398,11 +398,11 @@ let TetCloudConfigurator = class TetCloudConfigurator {
398
398
  proxyOutputs(this, this.el, ['cloudCalculatorSubmit']);
399
399
  }
400
400
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCloudConfigurator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
401
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCloudConfigurator, selector: "tet-cloud-configurator", inputs: { containerSelector: "containerSelector", language: "language", selectOnFocus: "selectOnFocus" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
401
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCloudConfigurator, selector: "tet-cloud-configurator", inputs: { containerSelector: "containerSelector", language: "language", selectOnFocus: "selectOnFocus", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
402
402
  };
403
403
  TetCloudConfigurator = __decorate([
404
404
  ProxyCmp({
405
- inputs: ['containerSelector', 'language', 'selectOnFocus']
405
+ inputs: ['containerSelector', 'language', 'selectOnFocus', 'theme']
406
406
  })
407
407
  ], TetCloudConfigurator);
408
408
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCloudConfigurator, decorators: [{
@@ -412,7 +412,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
412
412
  changeDetection: ChangeDetectionStrategy.OnPush,
413
413
  template: '<ng-content></ng-content>',
414
414
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
415
- inputs: ['containerSelector', 'language', 'selectOnFocus'],
415
+ inputs: ['containerSelector', 'language', 'selectOnFocus', 'theme'],
416
416
  }]
417
417
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
418
418
  let TetContactForm = class TetContactForm {
@@ -699,11 +699,11 @@ let TetExpandableInput = class TetExpandableInput {
699
699
  proxyOutputs(this, this.el, ['before-state-change', 'after-state-change']);
700
700
  }
701
701
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetExpandableInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
702
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetExpandableInput, selector: "tet-expandable-input", inputs: { accessibilityLabel: "accessibilityLabel", animationDuration: "animationDuration", class: "class", closeInputText: "closeInputText", closedWidth: "closedWidth", darkMode: "darkMode", disabled: "disabled", error: "error", iconClosed: "iconClosed", iconLeft: "iconLeft", iconLeftClickCallback: "iconLeftClickCallback", iconRight: "iconRight", iconRightClickCallback: "iconRightClickCallback", label: "label", manualValidation: "manualValidation", mode: "mode", placeholder: "placeholder", theme: "theme", type: "type", validators: "validators", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
702
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetExpandableInput, selector: "tet-expandable-input", inputs: { accessibilityLabel: "accessibilityLabel", animationDuration: "animationDuration", class: "class", closeInputText: "closeInputText", closedWidth: "closedWidth", darkMode: "darkMode", disabled: "disabled", error: "error", iconClosed: "iconClosed", iconLeft: "iconLeft", iconLeftClickCallback: "iconLeftClickCallback", iconRight: "iconRight", iconRightClickCallback: "iconRightClickCallback", label: "label", manualValidation: "manualValidation", mode: "mode", placeholder: "placeholder", size: "size", theme: "theme", type: "type", validators: "validators", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
703
703
  };
704
704
  TetExpandableInput = __decorate([
705
705
  ProxyCmp({
706
- inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', 'iconClosed', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'label', 'manualValidation', 'mode', 'placeholder', 'theme', 'type', 'validators', 'value'],
706
+ inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', 'iconClosed', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'label', 'manualValidation', 'mode', 'placeholder', 'size', 'theme', 'type', 'validators', 'value'],
707
707
  methods: ['getInputHtmlElement', 'getErrors', 'validateInput', 'setState', 'clear']
708
708
  })
709
709
  ], TetExpandableInput);
@@ -714,7 +714,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
714
714
  changeDetection: ChangeDetectionStrategy.OnPush,
715
715
  template: '<ng-content></ng-content>',
716
716
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
717
- inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', 'iconClosed', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'label', 'manualValidation', 'mode', 'placeholder', 'theme', 'type', 'validators', 'value'],
717
+ inputs: ['accessibilityLabel', 'animationDuration', 'class', 'closeInputText', 'closedWidth', 'darkMode', 'disabled', 'error', 'iconClosed', 'iconLeft', 'iconLeftClickCallback', 'iconRight', 'iconRightClickCallback', 'label', 'manualValidation', 'mode', 'placeholder', 'size', 'theme', 'type', 'validators', 'value'],
718
718
  }]
719
719
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
720
720
  let TetExpansionPanel = class TetExpansionPanel {
@@ -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" }, 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", 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'],
1326
+ inputs: ['autoplayDelay', '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'],
1337
+ inputs: ['autoplayDelay', '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 {