@tet/tet-components-angular 1.3.55-testing → 1.3.56-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.
|
@@ -92,14 +92,14 @@ let TetAddressSearch = class TetAddressSearch {
|
|
|
92
92
|
this.z = z;
|
|
93
93
|
c.detach();
|
|
94
94
|
this.el = r.nativeElement;
|
|
95
|
-
proxyOutputs(this, this.el, ['addressSelected', 'clearInputField', 'manualAddressInput']);
|
|
95
|
+
proxyOutputs(this, this.el, ['addressSelected', 'clearInputField', 'manualAddressInput', 'searchSubmitted']);
|
|
96
96
|
}
|
|
97
97
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetAddressSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
98
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAddressSearch, selector: "tet-address-search", inputs: { accessibilityLabel: "accessibilityLabel", addressKey: "addressKey", inputDisabled: "inputDisabled", isInputInvalid: "isInputInvalid", label: "label", language: "language", manualAddressTriggers: "manualAddressTriggers", minSearchKeywordLength: "minSearchKeywordLength", newFormsStyle: "newFormsStyle", newStyle: "newStyle", placeholder: "placeholder", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
98
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetAddressSearch, selector: "tet-address-search", inputs: { accessibilityLabel: "accessibilityLabel", addressKey: "addressKey", closeButtonText: "closeButtonText", inputDisabled: "inputDisabled", isInputInvalid: "isInputInvalid", label: "label", language: "language", manualAddressTriggers: "manualAddressTriggers", minSearchKeywordLength: "minSearchKeywordLength", newFormsStyle: "newFormsStyle", newStyle: "newStyle", placeholder: "placeholder", redesignedStyle: "redesignedStyle", searchButtonText: "searchButtonText", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
99
99
|
};
|
|
100
100
|
TetAddressSearch = __decorate([
|
|
101
101
|
ProxyCmp({
|
|
102
|
-
inputs: ['accessibilityLabel', 'addressKey', 'inputDisabled', 'isInputInvalid', 'label', 'language', 'manualAddressTriggers', 'minSearchKeywordLength', 'newFormsStyle', 'newStyle', 'placeholder', 'theme'],
|
|
102
|
+
inputs: ['accessibilityLabel', 'addressKey', 'closeButtonText', 'inputDisabled', 'isInputInvalid', 'label', 'language', 'manualAddressTriggers', 'minSearchKeywordLength', 'newFormsStyle', 'newStyle', 'placeholder', 'redesignedStyle', 'searchButtonText', 'theme'],
|
|
103
103
|
methods: ['resetInputState']
|
|
104
104
|
})
|
|
105
105
|
], TetAddressSearch);
|
|
@@ -110,7 +110,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
110
110
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
111
111
|
template: '<ng-content></ng-content>',
|
|
112
112
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
113
|
-
inputs: ['accessibilityLabel', 'addressKey', 'inputDisabled', 'isInputInvalid', 'label', 'language', 'manualAddressTriggers', 'minSearchKeywordLength', 'newFormsStyle', 'newStyle', 'placeholder', 'theme'],
|
|
113
|
+
inputs: ['accessibilityLabel', 'addressKey', 'closeButtonText', 'inputDisabled', 'isInputInvalid', 'label', 'language', 'manualAddressTriggers', 'minSearchKeywordLength', 'newFormsStyle', 'newStyle', 'placeholder', 'redesignedStyle', 'searchButtonText', 'theme'],
|
|
114
114
|
}]
|
|
115
115
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
116
116
|
let TetAssetAddresses = class TetAssetAddresses {
|
|
@@ -172,11 +172,11 @@ let TetAutocomplete = class TetAutocomplete {
|
|
|
172
172
|
proxyOutputs(this, this.el, ['optionSelected', 'activeComponentStateChanged']);
|
|
173
173
|
}
|
|
174
174
|
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 }); }
|
|
175
|
-
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", showOptionsOnEscapeClear: "showOptionsOnEscapeClear", typingDebounceTime: "typingDebounceTime" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
175
|
+
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 }); }
|
|
176
176
|
};
|
|
177
177
|
TetAutocomplete = __decorate([
|
|
178
178
|
ProxyCmp({
|
|
179
|
-
inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'showOptionsOnEscapeClear', 'typingDebounceTime'],
|
|
179
|
+
inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'redesignedStyle', 'showOptionsOnEscapeClear', 'typingDebounceTime'],
|
|
180
180
|
methods: ['clear', 'focusOnNativeInput', 'selectOption']
|
|
181
181
|
})
|
|
182
182
|
], TetAutocomplete);
|
|
@@ -187,7 +187,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
187
187
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
188
188
|
template: '<ng-content></ng-content>',
|
|
189
189
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
190
|
-
inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'showOptionsOnEscapeClear', 'typingDebounceTime'],
|
|
190
|
+
inputs: ['clearCallback', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'redesignedStyle', 'showOptionsOnEscapeClear', 'typingDebounceTime'],
|
|
191
191
|
}]
|
|
192
192
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
193
193
|
let TetAutocompleteDropdown = class TetAutocompleteDropdown {
|