@tet/tet-components-angular 1.3.18-testing → 1.3.19-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.
@@ -321,11 +321,11 @@ let TetButton = class TetButton {
321
321
  this.el = r.nativeElement;
322
322
  }
323
323
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetButton, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
324
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetButton, selector: "tet-button", inputs: { accessibilityLabel: "accessibilityLabel", clickCallback: "clickCallback", disabled: "disabled", elementId: "elementId", iconMode: "iconMode", size: "size", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
324
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetButton, selector: "tet-button", inputs: { accessibilityLabel: "accessibilityLabel", clickCallback: "clickCallback", disabled: "disabled", elementId: "elementId", iconMode: "iconMode", iconName: "iconName", size: "size", theme: "theme", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
325
325
  };
326
326
  TetButton = __decorate([
327
327
  ProxyCmp({
328
- inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'size', 'theme', 'type']
328
+ inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'iconName', 'size', 'theme', 'type']
329
329
  })
330
330
  ], TetButton);
331
331
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetButton, decorators: [{
@@ -335,7 +335,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
335
335
  changeDetection: ChangeDetectionStrategy.OnPush,
336
336
  template: '<ng-content></ng-content>',
337
337
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
338
- inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'size', 'theme', 'type'],
338
+ inputs: ['accessibilityLabel', 'clickCallback', 'disabled', 'elementId', 'iconMode', 'iconName', 'size', 'theme', 'type'],
339
339
  }]
340
340
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
341
341
  let TetCheckbox = class TetCheckbox {