@tet/tet-components-angular 1.4.21-testing → 1.4.22-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.
|
@@ -68,6 +68,7 @@ let TetAccordion = class TetAccordion {
|
|
|
68
68
|
this.openChanged = new EventEmitter();
|
|
69
69
|
c.detach();
|
|
70
70
|
this.el = r.nativeElement;
|
|
71
|
+
proxyOutputs(this, this.el, ['openChanged']);
|
|
71
72
|
}
|
|
72
73
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAccordion, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
73
74
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAccordion, isStandalone: false, selector: "tet-accordion", inputs: { breakpoint: "breakpoint", header: "header", headerIconName: "headerIconName", headerImageAlt: "headerImageAlt", headerImageSrc: "headerImageSrc", headingTag: "headingTag", indicatorDirection: "indicatorDirection", isHeaderInteractive: "isHeaderInteractive", isOpen: "isOpen", theme: "theme", transparentBackground: "transparentBackground", withAutoScroll: "withAutoScroll", withBorder: "withBorder" }, outputs: { openChanged: "openChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -99,6 +100,7 @@ let TetAddressOffersFiltersProducts = class TetAddressOffersFiltersProducts {
|
|
|
99
100
|
this.filteredProductsChanged = new EventEmitter();
|
|
100
101
|
c.detach();
|
|
101
102
|
this.el = r.nativeElement;
|
|
103
|
+
proxyOutputs(this, this.el, ['activeFiltersChanged', 'filteredProductsChanged']);
|
|
102
104
|
}
|
|
103
105
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAddressOffersFiltersProducts, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
104
106
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAddressOffersFiltersProducts, isStandalone: false, selector: "tet-address-offers-filters-products", inputs: { catalog: "catalog", category: "category", clearFilterButton: "clearFilterButton", language: "language", productCodes: "productCodes", subcategoryId: "subcategoryId", theme: "theme" }, outputs: { activeFiltersChanged: "activeFiltersChanged", filteredProductsChanged: "filteredProductsChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -133,6 +135,7 @@ let TetAddressSearch = class TetAddressSearch {
|
|
|
133
135
|
this.searchSubmitted = new EventEmitter();
|
|
134
136
|
c.detach();
|
|
135
137
|
this.el = r.nativeElement;
|
|
138
|
+
proxyOutputs(this, this.el, ['addressSelected', 'clearInputField', 'manualAddressInput', 'searchSubmitted']);
|
|
136
139
|
}
|
|
137
140
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAddressSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
138
141
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAddressSearch, isStandalone: false, 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" }, outputs: { addressSelected: "addressSelected", clearInputField: "clearInputField", manualAddressInput: "manualAddressInput", searchSubmitted: "searchSubmitted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -171,6 +174,7 @@ let TetAssetAddresses = class TetAssetAddresses {
|
|
|
171
174
|
this.customerNotFound = new EventEmitter();
|
|
172
175
|
c.detach();
|
|
173
176
|
this.el = r.nativeElement;
|
|
177
|
+
proxyOutputs(this, this.el, ['assetAddressSelected', 'addressesUpdated', 'customerNotFound']);
|
|
174
178
|
}
|
|
175
179
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAssetAddresses, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
176
180
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAssetAddresses, isStandalone: false, selector: "tet-asset-addresses", inputs: { accessToken: "accessToken", addressSearchLabel: "addressSearchLabel", addressSearchPlaceholder: "addressSearchPlaceholder", pid: "pid", salesforceAccountId: "salesforceAccountId", theme: "theme" }, outputs: { assetAddressSelected: "assetAddressSelected", addressesUpdated: "addressesUpdated", customerNotFound: "customerNotFound" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -206,6 +210,7 @@ let TetAssetAvailabilityAddresses = class TetAssetAvailabilityAddresses {
|
|
|
206
210
|
this.customerNotFound = new EventEmitter();
|
|
207
211
|
c.detach();
|
|
208
212
|
this.el = r.nativeElement;
|
|
213
|
+
proxyOutputs(this, this.el, ['assetAddressSelected', 'addressesUpdated', 'customerNotFound']);
|
|
209
214
|
}
|
|
210
215
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAssetAvailabilityAddresses, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
211
216
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAssetAvailabilityAddresses, isStandalone: false, selector: "tet-asset-availability-addresses", inputs: { accessToken: "accessToken", addressSearchLabel: "addressSearchLabel", addressSearchPlaceholder: "addressSearchPlaceholder", pid: "pid", salesforceAccountId: "salesforceAccountId", theme: "theme" }, outputs: { assetAddressSelected: "assetAddressSelected", addressesUpdated: "addressesUpdated", customerNotFound: "customerNotFound" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -241,6 +246,7 @@ let TetAutocomplete = class TetAutocomplete {
|
|
|
241
246
|
this.activeComponentStateChanged = new EventEmitter();
|
|
242
247
|
c.detach();
|
|
243
248
|
this.el = r.nativeElement;
|
|
249
|
+
proxyOutputs(this, this.el, ['optionSelected', 'activeComponentStateChanged']);
|
|
244
250
|
}
|
|
245
251
|
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
252
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAutocomplete, isStandalone: false, 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" }, outputs: { optionSelected: "optionSelected", activeComponentStateChanged: "activeComponentStateChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -275,6 +281,7 @@ let TetAutocompleteDropdown = class TetAutocompleteDropdown {
|
|
|
275
281
|
this.inputValueChanged = new EventEmitter();
|
|
276
282
|
c.detach();
|
|
277
283
|
this.el = r.nativeElement;
|
|
284
|
+
proxyOutputs(this, this.el, ['optionSelected', 'inputValueCleared', 'inputValueChanged']);
|
|
278
285
|
}
|
|
279
286
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAutocompleteDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
280
287
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAutocompleteDropdown, isStandalone: false, selector: "tet-autocomplete-dropdown", inputs: { defaultOption: "defaultOption", errorMessage: "errorMessage", hasError: "hasError", label: "label", noOptionsMessage: "noOptionsMessage", options: "options", placeholder: "placeholder", theme: "theme" }, outputs: { optionSelected: "optionSelected", inputValueCleared: "inputValueCleared", inputValueChanged: "inputValueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -310,6 +317,7 @@ let TetAvailabilityContactForm = class TetAvailabilityContactForm {
|
|
|
310
317
|
this.taskCreationFailed = new EventEmitter();
|
|
311
318
|
c.detach();
|
|
312
319
|
this.el = r.nativeElement;
|
|
320
|
+
proxyOutputs(this, this.el, ['taskCreationSuccess', 'taskCreationFailed']);
|
|
313
321
|
}
|
|
314
322
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetAvailabilityContactForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
315
323
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetAvailabilityContactForm, isStandalone: false, selector: "tet-availability-contact-form", inputs: { darkTheme: "darkTheme", language: "language", showAvailabilityContactForm: "showAvailabilityContactForm", showInputLabel: "showInputLabel", showTitle: "showTitle", submitButtonProps: "submitButtonProps", subtitle: "subtitle", success: "success", taskOptions: "taskOptions", theme: "theme" }, outputs: { taskCreationSuccess: "taskCreationSuccess", taskCreationFailed: "taskCreationFailed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -341,6 +349,7 @@ let TetB2bCheckOutForm = class TetB2bCheckOutForm {
|
|
|
341
349
|
this.submitCheckOutForm = new EventEmitter();
|
|
342
350
|
c.detach();
|
|
343
351
|
this.el = r.nativeElement;
|
|
352
|
+
proxyOutputs(this, this.el, ['submit-check-out-form']);
|
|
344
353
|
}
|
|
345
354
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetB2bCheckOutForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
346
355
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetB2bCheckOutForm, isStandalone: false, selector: "tet-b2b-check-out-form", inputs: { language: "language", theme: "theme" }, outputs: { "submit-check-out-form": "submit-check-out-form", submitCheckOutForm: "submitCheckOutForm" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -372,6 +381,7 @@ let TetB2bCompareCard = class TetB2bCompareCard {
|
|
|
372
381
|
this.selectedChange = new EventEmitter();
|
|
373
382
|
c.detach();
|
|
374
383
|
this.el = r.nativeElement;
|
|
384
|
+
proxyOutputs(this, this.el, ['countChange', 'selectedChange']);
|
|
375
385
|
}
|
|
376
386
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetB2bCompareCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
377
387
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetB2bCompareCard, isStandalone: false, selector: "tet-b2b-compare-card", inputs: { count: "count", isSelected: "isSelected", options: "options", theme: "theme" }, outputs: { countChange: "countChange", selectedChange: "selectedChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -405,6 +415,7 @@ let TetB2bConfigurator = class TetB2bConfigurator {
|
|
|
405
415
|
this.successCloseClick = new EventEmitter();
|
|
406
416
|
c.detach();
|
|
407
417
|
this.el = r.nativeElement;
|
|
418
|
+
proxyOutputs(this, this.el, ['compareLinkClick', 'b2bConfiguratorSubmit', 'successCloseClick']);
|
|
408
419
|
}
|
|
409
420
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetB2bConfigurator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
410
421
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetB2bConfigurator, isStandalone: false, selector: "tet-b2b-configurator", inputs: { stickyRefEl: "stickyRefEl", theme: "theme" }, outputs: { compareLinkClick: "compareLinkClick", b2bConfiguratorSubmit: "b2bConfiguratorSubmit", successCloseClick: "successCloseClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -466,6 +477,7 @@ let TetBannerNav = class TetBannerNav {
|
|
|
466
477
|
this.pauseStateChange = new EventEmitter();
|
|
467
478
|
c.detach();
|
|
468
479
|
this.el = r.nativeElement;
|
|
480
|
+
proxyOutputs(this, this.el, ['slideChange', 'pauseStateChange']);
|
|
469
481
|
}
|
|
470
482
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetBannerNav, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
471
483
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetBannerNav, isStandalone: false, selector: "tet-banner-nav", inputs: { duration: "duration", language: "language", mobileLayout: "mobileLayout", paused: "paused", slides: "slides", theme: "theme" }, outputs: { slideChange: "slideChange", pauseStateChange: "pauseStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -523,6 +535,7 @@ let TetBusinessLines = class TetBusinessLines {
|
|
|
523
535
|
this.businessLineSelected = new EventEmitter();
|
|
524
536
|
c.detach();
|
|
525
537
|
this.el = r.nativeElement;
|
|
538
|
+
proxyOutputs(this, this.el, ['businessLineSelected']);
|
|
526
539
|
}
|
|
527
540
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetBusinessLines, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
528
541
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetBusinessLines, isStandalone: false, selector: "tet-business-lines", inputs: { addressKey: "addressKey", language: "language", showHeadings: "showHeadings" }, outputs: { businessLineSelected: "businessLineSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -552,6 +565,7 @@ let TetBusinessNavigation = class TetBusinessNavigation {
|
|
|
552
565
|
this.menuClickEvent = new EventEmitter();
|
|
553
566
|
c.detach();
|
|
554
567
|
this.el = r.nativeElement;
|
|
568
|
+
proxyOutputs(this, this.el, ['menu-click-event']);
|
|
555
569
|
}
|
|
556
570
|
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 }); }
|
|
557
571
|
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: "menuClickEvent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -609,6 +623,7 @@ let TetBusinessSummaryCard = class TetBusinessSummaryCard {
|
|
|
609
623
|
this.amountChange = new EventEmitter();
|
|
610
624
|
c.detach();
|
|
611
625
|
this.el = r.nativeElement;
|
|
626
|
+
proxyOutputs(this, this.el, ['editButtonClick', 'deleteButtonClick', 'amountChange']);
|
|
612
627
|
}
|
|
613
628
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetBusinessSummaryCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
614
629
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetBusinessSummaryCard, isStandalone: false, selector: "tet-business-summary-card", inputs: { context: "context", contractTerm: "contractTerm", currency: "currency", discountPrice: "discountPrice", language: "language", maxValue: "maxValue", minValue: "minValue", price: "price", productDescription: "productDescription", productName: "productName", stepperLabel: "stepperLabel", theme: "theme", value: "value", withStepper: "withStepper" }, outputs: { editButtonClick: "editButtonClick", deleteButtonClick: "deleteButtonClick", amountChange: "amountChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -692,6 +707,7 @@ let TetCheckbox = class TetCheckbox {
|
|
|
692
707
|
this.check = new EventEmitter();
|
|
693
708
|
c.detach();
|
|
694
709
|
this.el = r.nativeElement;
|
|
710
|
+
proxyOutputs(this, this.el, ['check']);
|
|
695
711
|
}
|
|
696
712
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetCheckbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
697
713
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetCheckbox, isStandalone: false, selector: "tet-checkbox", inputs: { accessibilityLabel: "accessibilityLabel", alignCenter: "alignCenter", checked: "checked", disabled: "disabled", error: "error", focusStyleOnContainer: "focusStyleOnContainer", iconName: "iconName", indeterminate: "indeterminate", label: "label", labelFont: "labelFont", name: "name", theme: "theme", value: "value" }, outputs: { check: "check" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -724,6 +740,7 @@ let TetCloudApplicationFormDialog = class TetCloudApplicationFormDialog {
|
|
|
724
740
|
this.openDialog = new EventEmitter();
|
|
725
741
|
c.detach();
|
|
726
742
|
this.el = r.nativeElement;
|
|
743
|
+
proxyOutputs(this, this.el, ['submitted', 'closeDialog', 'openDialog']);
|
|
727
744
|
}
|
|
728
745
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetCloudApplicationFormDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
729
746
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetCloudApplicationFormDialog, isStandalone: false, selector: "tet-cloud-application-form-dialog", inputs: { language: "language", loading: "loading", privacyPolicyLinkUrl: "privacyPolicyLinkUrl", showOverlay: "showOverlay", theme: "theme" }, outputs: { submitted: "submitted", closeDialog: "closeDialog", openDialog: "openDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -758,6 +775,7 @@ let TetCloudConfigurator = class TetCloudConfigurator {
|
|
|
758
775
|
this.cloudCalculatorSubmit = new EventEmitter();
|
|
759
776
|
c.detach();
|
|
760
777
|
this.el = r.nativeElement;
|
|
778
|
+
proxyOutputs(this, this.el, ['cloudCalculatorSubmit']);
|
|
761
779
|
}
|
|
762
780
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetCloudConfigurator, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
763
781
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetCloudConfigurator, isStandalone: false, selector: "tet-cloud-configurator", inputs: { containerSelector: "containerSelector", language: "language", selectOnFocus: "selectOnFocus", theme: "theme" }, outputs: { cloudCalculatorSubmit: "cloudCalculatorSubmit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -788,6 +806,7 @@ let TetCompareCardV2 = class TetCompareCardV2 {
|
|
|
788
806
|
this.productChanged = new EventEmitter();
|
|
789
807
|
c.detach();
|
|
790
808
|
this.el = r.nativeElement;
|
|
809
|
+
proxyOutputs(this, this.el, ['cardLoaded', 'productChanged']);
|
|
791
810
|
}
|
|
792
811
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetCompareCardV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
793
812
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetCompareCardV2, isStandalone: false, selector: "tet-compare-card-v2", inputs: { benefitTitle: "benefitTitle", benefits: "benefits", bestChoice: "bestChoice", bestChoiceText: "bestChoiceText", bestChoiceTextPosition: "bestChoiceTextPosition", bonuses: "bonuses", buttonTitle: "buttonTitle", cardBackgroundColor: "cardBackgroundColor", cardScript: "cardScript", cardType: "cardType", clickCallback: "clickCallback", colorIcons: "colorIcons", contractTerm: "contractTerm", currency: "currency", darkMode: "darkMode", dropdownOptions: "dropdownOptions", language: "language", linkOpenBlank: "linkOpenBlank", options: "options", secondaryLink: "secondaryLink", secondaryLinkOpenBlank: "secondaryLinkOpenBlank", secondaryLinkText: "secondaryLinkText", theme: "theme" }, outputs: { cardLoaded: "cardLoaded", productChanged: "productChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -820,6 +839,7 @@ let TetContactForm = class TetContactForm {
|
|
|
820
839
|
this.taskCreationFailed = new EventEmitter();
|
|
821
840
|
c.detach();
|
|
822
841
|
this.el = r.nativeElement;
|
|
842
|
+
proxyOutputs(this, this.el, ['taskCreationSuccess', 'taskCreationFailed']);
|
|
823
843
|
}
|
|
824
844
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetContactForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
825
845
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetContactForm, isStandalone: false, selector: "tet-contact-form", inputs: { darkTheme: "darkTheme", language: "language", showInputLabel: "showInputLabel", showTitle: "showTitle", submitButtonProps: "submitButtonProps", subtitle: "subtitle", taskOptions: "taskOptions", theme: "theme" }, outputs: { taskCreationSuccess: "taskCreationSuccess", taskCreationFailed: "taskCreationFailed" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -903,6 +923,7 @@ let TetCustomerAssets = class TetCustomerAssets {
|
|
|
903
923
|
this.customerNotFound = new EventEmitter();
|
|
904
924
|
c.detach();
|
|
905
925
|
this.el = r.nativeElement;
|
|
926
|
+
proxyOutputs(this, this.el, ['assetSelected', 'assetsUpdated', 'customerNotFound']);
|
|
906
927
|
}
|
|
907
928
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetCustomerAssets, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
908
929
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetCustomerAssets, isStandalone: false, selector: "tet-customer-assets", inputs: { accessToken: "accessToken", darkTheme: "darkTheme", groupByAddress: "groupByAddress", hideAssets: "hideAssets", loaderElementsCount: "loaderElementsCount", pid: "pid", salesforceAccountId: "salesforceAccountId", singleLoader: "singleLoader" }, outputs: { assetSelected: "assetSelected", assetsUpdated: "assetsUpdated", customerNotFound: "customerNotFound" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -937,6 +958,7 @@ let TetDatepicker = class TetDatepicker {
|
|
|
937
958
|
this.rangeDatesChanged = new EventEmitter();
|
|
938
959
|
c.detach();
|
|
939
960
|
this.el = r.nativeElement;
|
|
961
|
+
proxyOutputs(this, this.el, ['dateChanged', 'rangeDatesChanged']);
|
|
940
962
|
}
|
|
941
963
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDatepicker, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
942
964
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDatepicker, isStandalone: false, selector: "tet-datepicker", inputs: { date: "date", datepickerView: "datepickerView", isOpen: "isOpen", locale: "locale", overlayEffect: "overlayEffect", rangePickerMode: "rangePickerMode" }, outputs: { dateChanged: "dateChanged", rangeDatesChanged: "rangeDatesChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -970,6 +992,7 @@ let TetDatepickerHeader = class TetDatepickerHeader {
|
|
|
970
992
|
this.datepickerViewChanged = new EventEmitter();
|
|
971
993
|
c.detach();
|
|
972
994
|
this.el = r.nativeElement;
|
|
995
|
+
proxyOutputs(this, this.el, ['internalDateChanged', 'datepickerViewChanged']);
|
|
973
996
|
}
|
|
974
997
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDatepickerHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
975
998
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDatepickerHeader, isStandalone: false, selector: "tet-datepicker-header", inputs: { datepickerView: "datepickerView", internalDate: "internalDate", locale: "locale", selectedDate: "selectedDate" }, outputs: { internalDateChanged: "internalDateChanged", datepickerViewChanged: "datepickerViewChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1004,6 +1027,7 @@ let TetDatepickerMonthView = class TetDatepickerMonthView {
|
|
|
1004
1027
|
this.rangeDateSet = new EventEmitter();
|
|
1005
1028
|
c.detach();
|
|
1006
1029
|
this.el = r.nativeElement;
|
|
1030
|
+
proxyOutputs(this, this.el, ['internalDateChanged', 'dateChanged', 'datepickerClosed', 'rangeDateSet']);
|
|
1007
1031
|
}
|
|
1008
1032
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDatepickerMonthView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1009
1033
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDatepickerMonthView, isStandalone: false, selector: "tet-datepicker-month-view", inputs: { internalDate: "internalDate", rangeDates: "rangeDates", rangePickerMode: "rangePickerMode", selectedDate: "selectedDate" }, outputs: { internalDateChanged: "internalDateChanged", dateChanged: "dateChanged", datepickerClosed: "datepickerClosed", rangeDateSet: "rangeDateSet" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1040,6 +1064,7 @@ let TetDatepickerMultiYearView = class TetDatepickerMultiYearView {
|
|
|
1040
1064
|
this.datepickerViewChanged = new EventEmitter();
|
|
1041
1065
|
c.detach();
|
|
1042
1066
|
this.el = r.nativeElement;
|
|
1067
|
+
proxyOutputs(this, this.el, ['internalDateChanged', 'datepickerViewChanged']);
|
|
1043
1068
|
}
|
|
1044
1069
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDatepickerMultiYearView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1045
1070
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDatepickerMultiYearView, isStandalone: false, selector: "tet-datepicker-multi-year-view", inputs: { internalDate: "internalDate", selectedDate: "selectedDate" }, outputs: { internalDateChanged: "internalDateChanged", datepickerViewChanged: "datepickerViewChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1072,6 +1097,7 @@ let TetDatepickerYearView = class TetDatepickerYearView {
|
|
|
1072
1097
|
this.datepickerViewChanged = new EventEmitter();
|
|
1073
1098
|
c.detach();
|
|
1074
1099
|
this.el = r.nativeElement;
|
|
1100
|
+
proxyOutputs(this, this.el, ['internalDateChanged', 'datepickerViewChanged']);
|
|
1075
1101
|
}
|
|
1076
1102
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDatepickerYearView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1077
1103
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDatepickerYearView, isStandalone: false, selector: "tet-datepicker-year-view", inputs: { internalDate: "internalDate", selectedDate: "selectedDate" }, outputs: { internalDateChanged: "internalDateChanged", datepickerViewChanged: "datepickerViewChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1104,6 +1130,7 @@ let TetDialog = class TetDialog {
|
|
|
1104
1130
|
this.openDialog = new EventEmitter();
|
|
1105
1131
|
c.detach();
|
|
1106
1132
|
this.el = r.nativeElement;
|
|
1133
|
+
proxyOutputs(this, this.el, ['closeDialog', 'openDialog']);
|
|
1107
1134
|
}
|
|
1108
1135
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1109
1136
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDialog, isStandalone: false, selector: "tet-dialog", inputs: { closeOnEscape: "closeOnEscape", closeOnOverlayClick: "closeOnOverlayClick", footerDisplay: "footerDisplay", headerTitle: "headerTitle", hideCloseButton: "hideCloseButton", hideHeader: "hideHeader", isOpen: "isOpen", preventDefaultClose: "preventDefaultClose", showHeaderDivider: "showHeaderDivider", theme: "theme", titleId: "titleId" }, outputs: { closeDialog: "closeDialog", openDialog: "openDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1138,6 +1165,7 @@ let TetDropdown = class TetDropdown {
|
|
|
1138
1165
|
this.optionsChanged = new EventEmitter();
|
|
1139
1166
|
c.detach();
|
|
1140
1167
|
this.el = r.nativeElement;
|
|
1168
|
+
proxyOutputs(this, this.el, ['optionSelected', 'optionChecked', 'optionsChanged']);
|
|
1141
1169
|
}
|
|
1142
1170
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDropdown, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1143
1171
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDropdown, isStandalone: false, selector: "tet-dropdown", inputs: { allowMultiple: "allowMultiple", buttonLabel: "buttonLabel", closeOnSelection: "closeOnSelection", disabled: "disabled", flexLayout: "flexLayout", label: "label", labelLogo: "labelLogo", labelLogoGrayscale: "labelLogoGrayscale", labelRight: "labelRight", labelRightColor: "labelRightColor", labelSubText: "labelSubText", options: "options", theme: "theme" }, outputs: { optionSelected: "optionSelected", optionChecked: "optionChecked", optionsChanged: "optionsChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1172,6 +1200,7 @@ let TetDynamicCard = class TetDynamicCard {
|
|
|
1172
1200
|
this.tetDynamicCardClickEvent = new EventEmitter();
|
|
1173
1201
|
c.detach();
|
|
1174
1202
|
this.el = r.nativeElement;
|
|
1203
|
+
proxyOutputs(this, this.el, ['tetDynamicCardClickEvent']);
|
|
1175
1204
|
}
|
|
1176
1205
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetDynamicCard, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1177
1206
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetDynamicCard, isStandalone: false, selector: "tet-dynamic-card", inputs: { cardTitle: "cardTitle", dateTag: "dateTag", dateTagColorDark: "dateTagColorDark", dateTagColorLight: "dateTagColorLight", index: "index", isInCarousel: "isInCarousel", linkHref: "linkHref", linkNewTab: "linkNewTab", linkText: "linkText", pictureLayoutShiftPosition: "pictureLayoutShiftPosition", priceTagOptions: "priceTagOptions", size: "size", sizeChangeBreakpoint: "sizeChangeBreakpoint", subtitle: "subtitle", tags: "tags", theme: "theme" }, outputs: { tetDynamicCardClickEvent: "tetDynamicCardClickEvent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1202,6 +1231,7 @@ let TetExpandableInput = class TetExpandableInput {
|
|
|
1202
1231
|
this.afterStateChange = new EventEmitter();
|
|
1203
1232
|
c.detach();
|
|
1204
1233
|
this.el = r.nativeElement;
|
|
1234
|
+
proxyOutputs(this, this.el, ['before-state-change', 'after-state-change']);
|
|
1205
1235
|
}
|
|
1206
1236
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetExpandableInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1207
1237
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetExpandableInput, isStandalone: false, selector: "tet-expandable-input", inputs: { accessibilityLabel: "accessibilityLabel", animationDuration: "animationDuration", class: "class", closeInputText: "closeInputText", closedWidth: "closedWidth", darkMode: "darkMode", disabled: "disabled", error: "error", iconLeft: "iconLeft", iconRight: "iconRight", iconRightClickCallback: "iconRightClickCallback", manualValidation: "manualValidation", mode: "mode", placeholder: "placeholder", size: "size", theme: "theme", validators: "validators", value: "value" }, outputs: { "before-state-change": "before-state-change", "after-state-change": "after-state-change", beforeStateChange: "beforeStateChange", afterStateChange: "afterStateChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1260,6 +1290,7 @@ let TetFeedbackForm = class TetFeedbackForm {
|
|
|
1260
1290
|
this.feedbackSubmitted = new EventEmitter();
|
|
1261
1291
|
c.detach();
|
|
1262
1292
|
this.el = r.nativeElement;
|
|
1293
|
+
proxyOutputs(this, this.el, ['feedbackSubmitted']);
|
|
1263
1294
|
}
|
|
1264
1295
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetFeedbackForm, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1265
1296
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetFeedbackForm, isStandalone: false, selector: "tet-feedback-form", inputs: { data: "data", language: "language", theme: "theme" }, outputs: { feedbackSubmitted: "feedbackSubmitted" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1289,6 +1320,7 @@ let TetFilter = class TetFilter {
|
|
|
1289
1320
|
this.filterChange = new EventEmitter();
|
|
1290
1321
|
c.detach();
|
|
1291
1322
|
this.el = r.nativeElement;
|
|
1323
|
+
proxyOutputs(this, this.el, ['filterChange']);
|
|
1292
1324
|
}
|
|
1293
1325
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetFilter, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1294
1326
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetFilter, isStandalone: false, selector: "tet-filter", inputs: { clearFilterButtonTitle: "clearFilterButtonTitle", showClearFilterButton: "showClearFilterButton", tags: "tags", theme: "theme" }, outputs: { filterChange: "filterChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1318,6 +1350,7 @@ let TetFloatingBlock = class TetFloatingBlock {
|
|
|
1318
1350
|
this.contentItemClick = new EventEmitter();
|
|
1319
1351
|
c.detach();
|
|
1320
1352
|
this.el = r.nativeElement;
|
|
1353
|
+
proxyOutputs(this, this.el, ['content-item-click']);
|
|
1321
1354
|
}
|
|
1322
1355
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetFloatingBlock, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1323
1356
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetFloatingBlock, isStandalone: false, selector: "tet-floating-block", inputs: { content: "content", header: "header", theme: "theme" }, outputs: { "content-item-click": "content-item-click", contentItemClick: "contentItemClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1448,6 +1481,7 @@ let TetLinkCardList = class TetLinkCardList {
|
|
|
1448
1481
|
this.linkClick = new EventEmitter();
|
|
1449
1482
|
c.detach();
|
|
1450
1483
|
this.el = r.nativeElement;
|
|
1484
|
+
proxyOutputs(this, this.el, ['linkClick']);
|
|
1451
1485
|
}
|
|
1452
1486
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetLinkCardList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1453
1487
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetLinkCardList, isStandalone: false, selector: "tet-link-card-list", inputs: { isSearchResult: "isSearchResult", items: "items", layout: "layout", placeholderCount: "placeholderCount", theme: "theme" }, outputs: { linkClick: "linkClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1551,6 +1585,7 @@ let TetMultiStepDialog = class TetMultiStepDialog {
|
|
|
1551
1585
|
this.openDialog = new EventEmitter();
|
|
1552
1586
|
c.detach();
|
|
1553
1587
|
this.el = r.nativeElement;
|
|
1588
|
+
proxyOutputs(this, this.el, ['closeDialog', 'openDialog']);
|
|
1554
1589
|
}
|
|
1555
1590
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetMultiStepDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1556
1591
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetMultiStepDialog, isStandalone: false, selector: "tet-multi-step-dialog", inputs: { content: "content", dialogDataScreenKey: "dialogDataScreenKey", isOpen: "isOpen", language: "language", steps: "steps", tetDialogClass: "tetDialogClass", theme: "theme" }, outputs: { closeDialog: "closeDialog", openDialog: "openDialog" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1582,6 +1617,7 @@ let TetNavigationMobile = class TetNavigationMobile {
|
|
|
1582
1617
|
this.mainDropdownToggle = new EventEmitter();
|
|
1583
1618
|
c.detach();
|
|
1584
1619
|
this.el = r.nativeElement;
|
|
1620
|
+
proxyOutputs(this, this.el, ['mainDropdownToggle']);
|
|
1585
1621
|
}
|
|
1586
1622
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetNavigationMobile, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1587
1623
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetNavigationMobile, isStandalone: false, selector: "tet-navigation-mobile", inputs: { darkMode: "darkMode" }, outputs: { mainDropdownToggle: "mainDropdownToggle" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1638,6 +1674,7 @@ let TetNumberInput = class TetNumberInput {
|
|
|
1638
1674
|
this.inputValueChanged = new EventEmitter();
|
|
1639
1675
|
c.detach();
|
|
1640
1676
|
this.el = r.nativeElement;
|
|
1677
|
+
proxyOutputs(this, this.el, ['inputValueChanged']);
|
|
1641
1678
|
}
|
|
1642
1679
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetNumberInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1643
1680
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetNumberInput, isStandalone: false, selector: "tet-number-input", inputs: { accessibilityLabel: "accessibilityLabel", buttonAccessibilityLabel: "buttonAccessibilityLabel", completed: "completed", disabled: "disabled", error: "error", helperText: "helperText", label: "label", max: "max", min: "min", selectOnFocus: "selectOnFocus", suffixes: "suffixes", theme: "theme", value: "value" }, outputs: { inputValueChanged: "inputValueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1718,6 +1755,7 @@ let TetRadio = class TetRadio {
|
|
|
1718
1755
|
this.check = new EventEmitter();
|
|
1719
1756
|
c.detach();
|
|
1720
1757
|
this.el = r.nativeElement;
|
|
1758
|
+
proxyOutputs(this, this.el, ['check']);
|
|
1721
1759
|
}
|
|
1722
1760
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetRadio, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1723
1761
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetRadio, isStandalone: false, selector: "tet-radio", inputs: { accessibilityLabel: "accessibilityLabel", alignCenter: "alignCenter", checked: "checked", disabled: "disabled", error: "error", focusStyleOnContainer: "focusStyleOnContainer", iconName: "iconName", inputAutofocus: "inputAutofocus", label: "label", labelFont: "labelFont", name: "name", theme: "theme", value: "value" }, outputs: { check: "check" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1749,6 +1787,7 @@ let TetRangeSlider = class TetRangeSlider {
|
|
|
1749
1787
|
this.sliderChange = new EventEmitter();
|
|
1750
1788
|
c.detach();
|
|
1751
1789
|
this.el = r.nativeElement;
|
|
1790
|
+
proxyOutputs(this, this.el, ['slider-input', 'slider-change']);
|
|
1752
1791
|
}
|
|
1753
1792
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetRangeSlider, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1754
1793
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetRangeSlider, isStandalone: false, selector: "tet-range-slider", inputs: { addButtonAccessibilityLabel: "addButtonAccessibilityLabel", dataPoints: "dataPoints", dataUnits: "dataUnits", defaultValue: "defaultValue", displayDataPoints: "displayDataPoints", inputMaxValue: "inputMaxValue", lockToDataPoint: "lockToDataPoint", maxValue: "maxValue", minValue: "minValue", numberInputAccessibilityLabel: "numberInputAccessibilityLabel", parentContainer: "parentContainer", reduceButtonAccessibilityLabel: "reduceButtonAccessibilityLabel", size: "size", sliderInputAccessibilityLabel: "sliderInputAccessibilityLabel", step: "step", theme: "theme", type: "type", withControls: "withControls", withCurrentStepCounter: "withCurrentStepCounter", withInput: "withInput" }, outputs: { "slider-input": "slider-input", "slider-change": "slider-change", sliderInput: "sliderInput", sliderChange: "sliderChange" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1780,6 +1819,7 @@ let TetReferral = class TetReferral {
|
|
|
1780
1819
|
this.urlCopied = new EventEmitter();
|
|
1781
1820
|
c.detach();
|
|
1782
1821
|
this.el = r.nativeElement;
|
|
1822
|
+
proxyOutputs(this, this.el, ['urlCopied']);
|
|
1783
1823
|
}
|
|
1784
1824
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetReferral, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1785
1825
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetReferral, isStandalone: false, selector: "tet-referral", inputs: { data: "data", language: "language", theme: "theme" }, outputs: { urlCopied: "urlCopied" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1835,6 +1875,7 @@ let TetSelectionList = class TetSelectionList {
|
|
|
1835
1875
|
this.selectionListRendered = new EventEmitter();
|
|
1836
1876
|
c.detach();
|
|
1837
1877
|
this.el = r.nativeElement;
|
|
1878
|
+
proxyOutputs(this, this.el, ['itemSelected', 'selectionListRendered']);
|
|
1838
1879
|
}
|
|
1839
1880
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetSelectionList, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1840
1881
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetSelectionList, isStandalone: false, selector: "tet-selection-list", inputs: { identifier: "identifier", itemRenderFunction: "itemRenderFunction", items: "items", multipleSelections: "multipleSelections", preSelectedItems: "preSelectedItems" }, outputs: { itemSelected: "itemSelected", selectionListRendered: "selectionListRendered" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -1943,6 +1984,7 @@ let TetStepperInput = class TetStepperInput {
|
|
|
1943
1984
|
this.inputValueChanged = new EventEmitter();
|
|
1944
1985
|
c.detach();
|
|
1945
1986
|
this.el = r.nativeElement;
|
|
1987
|
+
proxyOutputs(this, this.el, ['inputValueChanged']);
|
|
1946
1988
|
}
|
|
1947
1989
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetStepperInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1948
1990
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetStepperInput, isStandalone: false, selector: "tet-stepper-input", inputs: { accessibilityLabel: "accessibilityLabel", language: "language", max: "max", min: "min", selectOnFocus: "selectOnFocus", step: "step", theme: "theme", value: "value" }, outputs: { inputValueChanged: "inputValueChanged" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -2023,6 +2065,7 @@ let TetSwitch = class TetSwitch {
|
|
|
2023
2065
|
this.check = new EventEmitter();
|
|
2024
2066
|
c.detach();
|
|
2025
2067
|
this.el = r.nativeElement;
|
|
2068
|
+
proxyOutputs(this, this.el, ['check']);
|
|
2026
2069
|
}
|
|
2027
2070
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetSwitch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2028
2071
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetSwitch, isStandalone: false, selector: "tet-switch", inputs: { accessibilityLabel: "accessibilityLabel", alignCenter: "alignCenter", checked: "checked", disabled: "disabled", focusStyleOnContainer: "focusStyleOnContainer", label: "label", labelFont: "labelFont", labelPosition: "labelPosition", name: "name", theme: "theme", value: "value" }, outputs: { check: "check" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -2053,6 +2096,7 @@ let TetTabContent = class TetTabContent {
|
|
|
2053
2096
|
this.tabSelected = new EventEmitter();
|
|
2054
2097
|
c.detach();
|
|
2055
2098
|
this.el = r.nativeElement;
|
|
2099
|
+
proxyOutputs(this, this.el, ['tabSelected']);
|
|
2056
2100
|
}
|
|
2057
2101
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetTabContent, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2058
2102
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetTabContent, isStandalone: false, selector: "tet-tab-content", inputs: { dataName: "dataName", defaultTab: "defaultTab", parentContainer: "parentContainer", useVisibility: "useVisibility" }, outputs: { tabSelected: "tabSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -2083,6 +2127,7 @@ let TetTabHeader = class TetTabHeader {
|
|
|
2083
2127
|
this.tabSelected = new EventEmitter();
|
|
2084
2128
|
c.detach();
|
|
2085
2129
|
this.el = r.nativeElement;
|
|
2130
|
+
proxyOutputs(this, this.el, ['tabSelected']);
|
|
2086
2131
|
}
|
|
2087
2132
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetTabHeader, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2088
2133
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetTabHeader, isStandalone: false, 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" }, outputs: { tabSelected: "tabSelected" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -2239,6 +2284,7 @@ let TetThankYouView = class TetThankYouView {
|
|
|
2239
2284
|
this.ctaButtonClick = new EventEmitter();
|
|
2240
2285
|
c.detach();
|
|
2241
2286
|
this.el = r.nativeElement;
|
|
2287
|
+
proxyOutputs(this, this.el, ['ctaButtonClick']);
|
|
2242
2288
|
}
|
|
2243
2289
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetThankYouView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2244
2290
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetThankYouView, isStandalone: false, selector: "tet-thank-you-view", inputs: { ctaButtonDescription: "ctaButtonDescription", ctaButtonLabel: "ctaButtonLabel", ctaButtonSize: "ctaButtonSize", ctaButtonType: "ctaButtonType", mainBlockDescription: "mainBlockDescription", mainBlockIcon: "mainBlockIcon", mainBlockTitle: "mainBlockTitle", stepperData: "stepperData", theme: "theme" }, outputs: { ctaButtonClick: "ctaButtonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -2268,6 +2314,7 @@ let TetThankYouViewV2 = class TetThankYouViewV2 {
|
|
|
2268
2314
|
this.ctaButtonClick = new EventEmitter();
|
|
2269
2315
|
c.detach();
|
|
2270
2316
|
this.el = r.nativeElement;
|
|
2317
|
+
proxyOutputs(this, this.el, ['ctaButtonClick']);
|
|
2271
2318
|
}
|
|
2272
2319
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetThankYouViewV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2273
2320
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetThankYouViewV2, isStandalone: false, selector: "tet-thank-you-view-v2", inputs: { ctaButtonId: "ctaButtonId", ctaButtonLabel: "ctaButtonLabel", ctaButtonSize: "ctaButtonSize", ctaButtonTheme: "ctaButtonTheme", ctaButtonType: "ctaButtonType", icon: "icon", language: "language", mainBlockDescription: "mainBlockDescription", mainBlockTitle: "mainBlockTitle", stepperData: "stepperData", theme: "theme", translationGroup: "translationGroup" }, outputs: { ctaButtonClick: "ctaButtonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
@@ -2297,6 +2344,7 @@ let TetThankYouViewV3 = class TetThankYouViewV3 {
|
|
|
2297
2344
|
this.ctaButtonClick = new EventEmitter();
|
|
2298
2345
|
c.detach();
|
|
2299
2346
|
this.el = r.nativeElement;
|
|
2347
|
+
proxyOutputs(this, this.el, ['ctaButtonClick']);
|
|
2300
2348
|
}
|
|
2301
2349
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.16", ngImport: i0, type: TetThankYouViewV3, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
2302
2350
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.3.16", type: TetThankYouViewV3, isStandalone: false, selector: "tet-thank-you-view-v3", inputs: { ctaButtonId: "ctaButtonId", ctaButtonLabel: "ctaButtonLabel", ctaButtonSize: "ctaButtonSize", ctaButtonTheme: "ctaButtonTheme", ctaButtonType: "ctaButtonType", icon: "icon", language: "language", mainBlockDescription: "mainBlockDescription", mainBlockTitle: "mainBlockTitle", stepperData: "stepperData", theme: "theme", translationGroup: "translationGroup" }, outputs: { ctaButtonClick: "ctaButtonClick" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|