@tet/tet-components-angular 1.3.157-testing → 1.4.0-production

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.
@@ -198,11 +198,11 @@ let TetAutocomplete = class TetAutocomplete {
198
198
  proxyOutputs(this, this.el, ['optionSelected', 'activeComponentStateChanged']);
199
199
  }
200
200
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
201
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAutocomplete, selector: "tet-autocomplete", inputs: { clearCallback: "clearCallback", darkTheme: "darkTheme", defaultOptions: "defaultOptions", finishedLoading: "finishedLoading", highlightOptionsKeyword: "highlightOptionsKeyword", newStyle: "newStyle", noOptionsMessage: "noOptionsMessage", noOptionsRenderFunction: "noOptionsRenderFunction", optionsFilterAction: "optionsFilterAction", optionsIcon: "optionsIcon", redesignedStyle: "redesignedStyle", showOptionsOnEscapeClear: "showOptionsOnEscapeClear", typingDebounceTime: "typingDebounceTime" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
201
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAutocomplete, selector: "tet-autocomplete", inputs: { clearCallback: "clearCallback", darkTheme: "darkTheme", defaultOptions: "defaultOptions", finishedLoading: "finishedLoading", highlightOptionsKeyword: "highlightOptionsKeyword", newStyle: "newStyle", noOptionsMessage: "noOptionsMessage", noOptionsRenderFunction: "noOptionsRenderFunction", optionsFilterAction: "optionsFilterAction", optionsIcon: "optionsIcon", redesignedStyle: "redesignedStyle", showOptionsOnEscapeClear: "showOptionsOnEscapeClear" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
202
202
  };
203
203
  TetAutocomplete = __decorate([
204
204
  ProxyCmp({
205
- inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'redesignedStyle', 'showOptionsOnEscapeClear', 'typingDebounceTime'],
205
+ inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'redesignedStyle', 'showOptionsOnEscapeClear'],
206
206
  methods: ['clear', 'focusOnNativeInput', 'selectOption']
207
207
  })
208
208
  ], TetAutocomplete);
@@ -213,7 +213,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
213
213
  changeDetection: ChangeDetectionStrategy.OnPush,
214
214
  template: '<ng-content></ng-content>',
215
215
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
216
- inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'redesignedStyle', 'showOptionsOnEscapeClear', 'typingDebounceTime'],
216
+ inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'redesignedStyle', 'showOptionsOnEscapeClear'],
217
217
  }]
218
218
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
219
219
  let TetAutocompleteDropdown = class TetAutocompleteDropdown {