@tet/tet-components-angular 1.4.36-testing → 1.4.37-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.
|
@@ -239,11 +239,12 @@ let TetAutocomplete = class TetAutocomplete {
|
|
|
239
239
|
this.z = z;
|
|
240
240
|
this.optionSelected = new EventEmitter();
|
|
241
241
|
this.activeComponentStateChanged = new EventEmitter();
|
|
242
|
+
this.searchTextSubmitted = new EventEmitter();
|
|
242
243
|
c.detach();
|
|
243
244
|
this.el = r.nativeElement;
|
|
244
245
|
}
|
|
245
246
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAutocomplete, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
246
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAutocomplete, isStandalone: false, selector: "tet-autocomplete", inputs: { clearCallback: "clearCallback", customOptionRenderFunction: "customOptionRenderFunction", darkTheme: "darkTheme", defaultOptions: "defaultOptions", finishedLoading: "finishedLoading", highlightOptionsKeyword: "highlightOptionsKeyword", newStyle: "newStyle", noOptionsMessage: "noOptionsMessage", noOptionsRenderFunction: "noOptionsRenderFunction", optionsFilterAction: "optionsFilterAction", optionsIcon: "optionsIcon", redesignedStyle: "redesignedStyle", showOptionsOnEscapeClear: "showOptionsOnEscapeClear" }, outputs: { optionSelected: "optionSelected", activeComponentStateChanged: "activeComponentStateChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
247
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAutocomplete, isStandalone: false, selector: "tet-autocomplete", inputs: { clearCallback: "clearCallback", customOptionRenderFunction: "customOptionRenderFunction", darkTheme: "darkTheme", defaultOptions: "defaultOptions", finishedLoading: "finishedLoading", highlightOptionsKeyword: "highlightOptionsKeyword", newStyle: "newStyle", noOptionsMessage: "noOptionsMessage", noOptionsRenderFunction: "noOptionsRenderFunction", optionsFilterAction: "optionsFilterAction", optionsIcon: "optionsIcon", redesignedStyle: "redesignedStyle", showOptionsOnEscapeClear: "showOptionsOnEscapeClear" }, outputs: { optionSelected: "optionSelected", activeComponentStateChanged: "activeComponentStateChanged", searchTextSubmitted: "searchTextSubmitted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
247
248
|
};
|
|
248
249
|
TetAutocomplete = __decorate([
|
|
249
250
|
ProxyCmp({
|
|
@@ -259,13 +260,15 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
259
260
|
template: '<ng-content></ng-content>',
|
|
260
261
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
261
262
|
inputs: ['clearCallback', 'customOptionRenderFunction', 'darkTheme', 'defaultOptions', 'finishedLoading', 'highlightOptionsKeyword', 'newStyle', 'noOptionsMessage', 'noOptionsRenderFunction', 'optionsFilterAction', 'optionsIcon', 'redesignedStyle', 'showOptionsOnEscapeClear'],
|
|
262
|
-
outputs: ['optionSelected', 'activeComponentStateChanged'],
|
|
263
|
+
outputs: ['optionSelected', 'activeComponentStateChanged', 'searchTextSubmitted'],
|
|
263
264
|
standalone: false
|
|
264
265
|
}]
|
|
265
266
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }], propDecorators: { optionSelected: [{
|
|
266
267
|
type: Output
|
|
267
268
|
}], activeComponentStateChanged: [{
|
|
268
269
|
type: Output
|
|
270
|
+
}], searchTextSubmitted: [{
|
|
271
|
+
type: Output
|
|
269
272
|
}] } });
|
|
270
273
|
let TetAutocompleteDropdown = class TetAutocompleteDropdown {
|
|
271
274
|
constructor(c, r, z) {
|
|
@@ -555,11 +558,11 @@ let TetBusinessNavigation = class TetBusinessNavigation {
|
|
|
555
558
|
this.el = r.nativeElement;
|
|
556
559
|
}
|
|
557
560
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetBusinessNavigation, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
558
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetBusinessNavigation, isStandalone: false, selector: "tet-business-navigation", inputs: { expandable: "expandable", language: "language", menuItems: "menuItems", theme: "theme" }, outputs: { "menu-click-event": "menu-click-event", menuClickEvent: "menu-click-event" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
561
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetBusinessNavigation, isStandalone: false, selector: "tet-business-navigation", inputs: { emitOnSelectedClick: "emitOnSelectedClick", expandable: "expandable", language: "language", menuItems: "menuItems", singleOpenMenu: "singleOpenMenu", theme: "theme" }, outputs: { "menu-click-event": "menu-click-event", menuClickEvent: "menu-click-event" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
559
562
|
};
|
|
560
563
|
TetBusinessNavigation = __decorate([
|
|
561
564
|
ProxyCmp({
|
|
562
|
-
inputs: ['expandable', 'language', 'menuItems', 'theme'],
|
|
565
|
+
inputs: ['emitOnSelectedClick', 'expandable', 'language', 'menuItems', 'singleOpenMenu', 'theme'],
|
|
563
566
|
methods: ['selectMenuItem']
|
|
564
567
|
})
|
|
565
568
|
], TetBusinessNavigation);
|
|
@@ -570,7 +573,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
570
573
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
571
574
|
template: '<ng-content></ng-content>',
|
|
572
575
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
573
|
-
inputs: ['expandable', 'language', { name: 'menuItems', required: true }, 'theme'],
|
|
576
|
+
inputs: ['emitOnSelectedClick', 'expandable', 'language', { name: 'menuItems', required: true }, 'singleOpenMenu', 'theme'],
|
|
574
577
|
outputs: ['menu-click-event'],
|
|
575
578
|
standalone: false
|
|
576
579
|
}]
|
|
@@ -1567,11 +1570,11 @@ let TetMenuMobile = class TetMenuMobile {
|
|
|
1567
1570
|
this.el = r.nativeElement;
|
|
1568
1571
|
}
|
|
1569
1572
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetMenuMobile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1570
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetMenuMobile, isStandalone: false, selector: "tet-menu-mobile", inputs: { darkMode: "darkMode", firstLevelIcon: "firstLevelIcon", firstLevelId: "firstLevelId", firstLevelLink: "firstLevelLink", firstLevelTitle: "firstLevelTitle", hideBottomBorder: "hideBottomBorder", highlightTheme: "highlightTheme", isActive: "isActive", showAnimation: "showAnimation", subLevels: "subLevels" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1573
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetMenuMobile, isStandalone: false, selector: "tet-menu-mobile", inputs: { darkMode: "darkMode", firstLevelIcon: "firstLevelIcon", firstLevelId: "firstLevelId", firstLevelLink: "firstLevelLink", firstLevelTitle: "firstLevelTitle", hideBottomBorder: "hideBottomBorder", highlightTheme: "highlightTheme", isActive: "isActive", openActiveMenu: "openActiveMenu", showAnimation: "showAnimation", subLevels: "subLevels" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1571
1574
|
};
|
|
1572
1575
|
TetMenuMobile = __decorate([
|
|
1573
1576
|
ProxyCmp({
|
|
1574
|
-
inputs: ['darkMode', 'firstLevelIcon', 'firstLevelId', 'firstLevelLink', 'firstLevelTitle', 'hideBottomBorder', 'highlightTheme', 'isActive', 'showAnimation', 'subLevels']
|
|
1577
|
+
inputs: ['darkMode', 'firstLevelIcon', 'firstLevelId', 'firstLevelLink', 'firstLevelTitle', 'hideBottomBorder', 'highlightTheme', 'isActive', 'openActiveMenu', 'showAnimation', 'subLevels']
|
|
1575
1578
|
})
|
|
1576
1579
|
], TetMenuMobile);
|
|
1577
1580
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetMenuMobile, decorators: [{
|
|
@@ -1581,7 +1584,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
1581
1584
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1582
1585
|
template: '<ng-content></ng-content>',
|
|
1583
1586
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1584
|
-
inputs: ['darkMode', 'firstLevelIcon', 'firstLevelId', 'firstLevelLink', 'firstLevelTitle', 'hideBottomBorder', 'highlightTheme', 'isActive', 'showAnimation', 'subLevels'],
|
|
1587
|
+
inputs: ['darkMode', 'firstLevelIcon', 'firstLevelId', 'firstLevelLink', 'firstLevelTitle', 'hideBottomBorder', 'highlightTheme', 'isActive', 'openActiveMenu', 'showAnimation', 'subLevels'],
|
|
1585
1588
|
standalone: false
|
|
1586
1589
|
}]
|
|
1587
1590
|
}], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
|
|
@@ -2143,11 +2146,11 @@ let TetSupportSearch = class TetSupportSearch {
|
|
|
2143
2146
|
this.el = r.nativeElement;
|
|
2144
2147
|
}
|
|
2145
2148
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetSupportSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2146
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetSupportSearch, isStandalone: false, selector: "tet-support-search", inputs: { disabled: "disabled", labels: "labels", maxSearchResults: "maxSearchResults", minSearchLength: "minSearchLength", searchApiUrl: "searchApiUrl", searchQuery: "searchQuery", showInputLabel: "showInputLabel", theme: "theme" }, outputs: { searchSubmitted: "searchSubmitted", optionSelected: "optionSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2149
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetSupportSearch, isStandalone: false, selector: "tet-support-search", inputs: { disabled: "disabled", labels: "labels", maxSearchResults: "maxSearchResults", minSearchLength: "minSearchLength", preventDuplicateSubmit: "preventDuplicateSubmit", searchApiUrl: "searchApiUrl", searchQuery: "searchQuery", showInputLabel: "showInputLabel", submitCooldownMs: "submitCooldownMs", theme: "theme" }, outputs: { searchSubmitted: "searchSubmitted", optionSelected: "optionSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
2147
2150
|
};
|
|
2148
2151
|
TetSupportSearch = __decorate([
|
|
2149
2152
|
ProxyCmp({
|
|
2150
|
-
inputs: ['disabled', 'labels', 'maxSearchResults', 'minSearchLength', 'searchApiUrl', 'searchQuery', 'showInputLabel', 'theme'],
|
|
2153
|
+
inputs: ['disabled', 'labels', 'maxSearchResults', 'minSearchLength', 'preventDuplicateSubmit', 'searchApiUrl', 'searchQuery', 'showInputLabel', 'submitCooldownMs', 'theme'],
|
|
2151
2154
|
methods: ['resetInputState']
|
|
2152
2155
|
})
|
|
2153
2156
|
], TetSupportSearch);
|
|
@@ -2158,7 +2161,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.16", ngImpo
|
|
|
2158
2161
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2159
2162
|
template: '<ng-content></ng-content>',
|
|
2160
2163
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2161
|
-
inputs: ['disabled', { name: 'labels', required: true }, 'maxSearchResults', 'minSearchLength', 'searchApiUrl', 'searchQuery', 'showInputLabel', 'theme'],
|
|
2164
|
+
inputs: ['disabled', { name: 'labels', required: true }, 'maxSearchResults', 'minSearchLength', 'preventDuplicateSubmit', 'searchApiUrl', 'searchQuery', 'showInputLabel', 'submitCooldownMs', 'theme'],
|
|
2162
2165
|
outputs: ['searchSubmitted', 'optionSelected'],
|
|
2163
2166
|
standalone: false
|
|
2164
2167
|
}]
|