@tet/tet-components 1.3.63-testing → 1.3.64-testing
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.
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/tet-compare-card_4.cjs.entry.js +1 -4
- package/dist/cjs/tet-compare-cards-tab.cjs.entry.js +3 -2
- package/dist/cjs/tet-components.cjs.js +1 -1
- package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.js +1 -4
- package/dist/collection/components/advanced/cards/tet-compare-cards-tab/tet-compare-cards-tab.js +21 -2
- package/dist/components/{p-3f56c720.js → p-45d68571.js} +1 -1
- package/dist/components/{p-3ebcb822.js → p-9ec656d8.js} +1 -1
- package/dist/components/{p-9f7922f9.js → p-bd139081.js} +1 -4
- package/dist/components/tet-address-offers-view.js +2 -2
- package/dist/components/tet-address-offers.js +1 -1
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +6 -4
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/tet-compare-card_4.entry.js +1 -4
- package/dist/esm/tet-compare-cards-tab.entry.js +3 -2
- package/dist/esm/tet-components.js +1 -1
- package/dist/tet-components/p-0650702f.entry.js +1 -0
- package/dist/tet-components/p-49e636bb.entry.js +1 -0
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/dist/types/components/advanced/cards/tet-compare-card/tet-compare-card.d.ts +0 -2
- package/dist/types/components/advanced/cards/tet-compare-cards-tab/tet-compare-cards-tab.d.ts +6 -0
- package/dist/types/components.d.ts +8 -0
- package/package.json +1 -1
- package/dist/tet-components/p-3688fa8d.entry.js +0 -1
- package/dist/tet-components/p-562983ce.entry.js +0 -1
|
@@ -5,7 +5,7 @@ import { t as translate, p as processTranslations } from './p-ae1f41ee.js';
|
|
|
5
5
|
import { g as generateFormUrl } from './p-6e631dc7.js';
|
|
6
6
|
import { d as defineCustomElement$9 } from './p-1f8c84e9.js';
|
|
7
7
|
import { d as defineCustomElement$8 } from './p-ed7db4de.js';
|
|
8
|
-
import { d as defineCustomElement$7 } from './p-
|
|
8
|
+
import { d as defineCustomElement$7 } from './p-bd139081.js';
|
|
9
9
|
import { d as defineCustomElement$6 } from './p-a6d99476.js';
|
|
10
10
|
import { d as defineCustomElement$5 } from './p-d0c96e9c.js';
|
|
11
11
|
import { d as defineCustomElement$4 } from './p-8bf4c1bc.js';
|
|
@@ -3,7 +3,7 @@ import { e as endpoints, A as ApiRequest } from './p-a63d3582.js';
|
|
|
3
3
|
import { g as generateFormUrl } from './p-6e631dc7.js';
|
|
4
4
|
import { d as defineCustomElement$7 } from './p-1f8c84e9.js';
|
|
5
5
|
import { d as defineCustomElement$6 } from './p-ed7db4de.js';
|
|
6
|
-
import { d as defineCustomElement$5 } from './p-
|
|
6
|
+
import { d as defineCustomElement$5 } from './p-bd139081.js';
|
|
7
7
|
import { d as defineCustomElement$4 } from './p-a6d99476.js';
|
|
8
8
|
import { d as defineCustomElement$3 } from './p-d0c96e9c.js';
|
|
9
9
|
import { d as defineCustomElement$2 } from './p-8bf4c1bc.js';
|
|
@@ -558,9 +558,6 @@ const TetCompareCard = /*@__PURE__*/ proxyCustomElement(class TetCompareCard ext
|
|
|
558
558
|
}
|
|
559
559
|
return this.parentElement;
|
|
560
560
|
}
|
|
561
|
-
getDropdownTheme() {
|
|
562
|
-
return this.options.dropdownTheme;
|
|
563
|
-
}
|
|
564
561
|
getTheme() {
|
|
565
562
|
if (this.darkMode) {
|
|
566
563
|
if (this.theme === 'classic' || this.theme === 'light' || this.theme === 'dark') {
|
|
@@ -635,7 +632,7 @@ const TetCompareCard = /*@__PURE__*/ proxyCustomElement(class TetCompareCard ext
|
|
|
635
632
|
'price-wrapper': true,
|
|
636
633
|
'price-wrap': this.options.priceWrap,
|
|
637
634
|
'price-flex-column': this.priceShownVertically
|
|
638
|
-
} }, h("div", { class: "price-container" }, this.options.pricePrefix && h("div", { class: "price-prefix", innerHTML: this.options.pricePrefix }), h("div", { class: "new-price translation-none" }, parseFloat(this.options.price.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "currency" }, h("span", null, this.options.currency), this.renderTooltip('priceInfo'))), this.options.oldPrice ? (h("div", { class: "old-price-container" }, h("div", { class: "old-price translation-none" }, parseFloat(this.options.oldPrice.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "old-currency" }, this.options.currency))) : (''))) : (''), this.showHelper ? (h("div", { class: "helper" }, this.options.term ? h("div", { class: "term" }, this.options.term) : '', this.options.termText ? h("div", { class: "term-text", innerHTML: this.options.termText }) : '', h("span", { innerHTML: this.options.helper }))) : (''), this.isNetflixCard && this.options.selectOptions !== undefined ? (h("div", { class: "select" }, h("tet-dropdown", { id: "dropdown", class: "cards-dropdown", theme: this.
|
|
635
|
+
} }, h("div", { class: "price-container" }, this.options.pricePrefix && h("div", { class: "price-prefix", innerHTML: this.options.pricePrefix }), h("div", { class: "new-price translation-none" }, parseFloat(this.options.price.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "currency" }, h("span", null, this.options.currency), this.renderTooltip('priceInfo'))), this.options.oldPrice ? (h("div", { class: "old-price-container" }, h("div", { class: "old-price translation-none" }, parseFloat(this.options.oldPrice.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "old-currency" }, this.options.currency))) : (''))) : (''), this.showHelper ? (h("div", { class: "helper" }, this.options.term ? h("div", { class: "term" }, this.options.term) : '', this.options.termText ? h("div", { class: "term-text", innerHTML: this.options.termText }) : '', h("span", { innerHTML: this.options.helper }))) : (''), this.isNetflixCard && this.options.selectOptions !== undefined ? (h("div", { class: "select" }, h("tet-dropdown", { id: "dropdown", class: "cards-dropdown", theme: this.darkMode ? 'dark' : 'light', "button-label": "", "label-logo": this.options.selectOptions[0].labelLogo, "label-right": this.options.selectOptions[0].labelRight, "label-right-color": this.options.selectOptions[0].labelRightColor, "close-on-selection": true, options: this.options.selectOptions, "flex-layout": true }))) : ('')), h("div", { class: "button-wrapper" }, this.renderButton(), h("div", { class: "description-wrapper js-resize-divide-slot" }, h("slot", { name: "description-slot" })), this.options.secondaryLink && this.options.secondaryLinkText && (h("div", { class: {
|
|
639
636
|
'secondary-link': true,
|
|
640
637
|
[`${this.secondaryLinkPosition}`]: true
|
|
641
638
|
} }, this.options.secondaryLinkOpenBlank ? (h("a", { target: "_blank", href: this.options.secondaryLink }, this.options.secondaryLinkText)) : (h("a", { href: this.options.secondaryLink }, this.options.secondaryLinkText)))))), this.cardScript ? h("link", { href: this.cardScript, rel: "stylesheet", type: "text/css" }) : '', h("div", { class: "data-hidden" }, h("div", { "data-attribute": "hero-title" }, this.options.heroTitle ? this.options.heroTitle : ''), h("div", { "data-attribute": "main-title" }, this.options.mainTitle ? this.options.mainTitle : ''), h("div", { "data-attribute": "sub-title" }, this.options.subTitle ? this.options.subTitle : ''), h("div", { "data-attribute": "price" }, this.options.price ? this.formatPrice(this.options.price) : ''), h("div", { "data-attribute": "old-price" }, this.options.oldPrice ? this.formatPrice(this.options.oldPrice) : ''), h("div", { "data-attribute": "term" }, this.options.term ? this.options.term : ''), h("div", { "data-attribute": "term-text" }, this.options.termText ? this.options.termText : ''), h("div", { "data-attribute": "helper" }, this.options.helper ? this.options.helper : ''), h("div", { "data-attribute": "description" }, h("slot", { name: "description-slot" })), h("div", { "data-attribute": "custom-slot" }, h("slot", { name: "custom-slot" })), this.showBulletPoints ? (h("div", { "data-attribute": "bullet-points" }, (_d = (_c = this.options) === null || _c === void 0 ? void 0 : _c.bulletPoints) === null || _d === void 0 ? void 0 : _d.map((bulletpoint) => (h("div", null, bulletpoint))))) : (''), h("div", { "data-attribute": "divided-information" }, h("slot", { name: "divided-information-slot" })), this.options.pricePrefix ?
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, f as forceUpdate, h as h$1, c as Host, F as Fragment } from './p-37ed3ebb.js';
|
|
2
2
|
import { h } from './p-a0d406ca.js';
|
|
3
3
|
import { p as processTranslations, t as translate } from './p-ae1f41ee.js';
|
|
4
|
-
import { d as defineCustomElement$o } from './p-
|
|
4
|
+
import { d as defineCustomElement$o } from './p-45d68571.js';
|
|
5
5
|
import { d as defineCustomElement$n } from './p-aca37faa.js';
|
|
6
6
|
import { d as defineCustomElement$m } from './p-0141d9c1.js';
|
|
7
7
|
import { d as defineCustomElement$l } from './p-a16b2429.js';
|
|
@@ -9,7 +9,7 @@ import { d as defineCustomElement$k } from './p-ffeb7385.js';
|
|
|
9
9
|
import { d as defineCustomElement$j } from './p-7b581191.js';
|
|
10
10
|
import { d as defineCustomElement$i } from './p-1f8c84e9.js';
|
|
11
11
|
import { d as defineCustomElement$h } from './p-ed7db4de.js';
|
|
12
|
-
import { d as defineCustomElement$g } from './p-
|
|
12
|
+
import { d as defineCustomElement$g } from './p-bd139081.js';
|
|
13
13
|
import { d as defineCustomElement$f } from './p-b215fe36.js';
|
|
14
14
|
import { d as defineCustomElement$e } from './p-cd8f3a84.js';
|
|
15
15
|
import { d as defineCustomElement$d } from './p-a6d99476.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TetAddressOffers$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { T as TetAddressOffers$1, d as defineCustomElement$1 } from './p-45d68571.js';
|
|
2
2
|
|
|
3
3
|
const TetAddressOffers = TetAddressOffers$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { p as proxyCustomElement, H, h, c as Host } from './p-37ed3ebb.js';
|
|
2
|
-
import { p as productComparison, f as fillProductData, a as fillOldProductData, d as defineCustomElement$8 } from './p-
|
|
2
|
+
import { p as productComparison, f as fillProductData, a as fillOldProductData, d as defineCustomElement$8 } from './p-9ec656d8.js';
|
|
3
3
|
import './p-a63d3582.js';
|
|
4
4
|
import { d as defineCustomElement$b } from './p-1f8c84e9.js';
|
|
5
5
|
import { d as defineCustomElement$a } from './p-ed7db4de.js';
|
|
6
|
-
import { d as defineCustomElement$9 } from './p-
|
|
6
|
+
import { d as defineCustomElement$9 } from './p-bd139081.js';
|
|
7
7
|
import { d as defineCustomElement$7 } from './p-a6d99476.js';
|
|
8
8
|
import { d as defineCustomElement$6 } from './p-d0c96e9c.js';
|
|
9
9
|
import { d as defineCustomElement$5 } from './p-8bf4c1bc.js';
|
|
@@ -35,6 +35,7 @@ const TetTabCompareCards = /*@__PURE__*/ proxyCustomElement(class TetTabCompareC
|
|
|
35
35
|
this.theme = 'light';
|
|
36
36
|
this.darkMode = false;
|
|
37
37
|
this.isNetflixCard = false;
|
|
38
|
+
this.darkHeader = false;
|
|
38
39
|
this.productDataLoaded = false;
|
|
39
40
|
this.showLoader = true;
|
|
40
41
|
this.productSACData = undefined;
|
|
@@ -134,7 +135,7 @@ const TetTabCompareCards = /*@__PURE__*/ proxyCustomElement(class TetTabCompareC
|
|
|
134
135
|
tab.disabled = true;
|
|
135
136
|
}
|
|
136
137
|
});
|
|
137
|
-
return (h("div", { class: "tet-compare-cards-tab__header-container" }, h("tet-tab-header", { darkMode: this.darkMode, position: tabList.tabHeader.position, "default-tab": `tab-${level}-${tabList.tabHeader.defaultTabIndex}`, segmented: tabList.tabHeader.segmented, sizing: tabList.tabHeader.sizing, "data-name": tabList.tabHeader.dataName, class: "tet-compare-cards-tab__header" }, tabList.tabs.map((element, index) => (h("button", { "data-name": `tab-${level}-${index}`, class: { disabled: element.disabled || this.showLoader, 'button': true } }, element.image && !element.imagePositionRight ?
|
|
138
|
+
return (h("div", { class: "tet-compare-cards-tab__header-container" }, h("tet-tab-header", { darkMode: this.darkHeader ? true : this.darkMode, position: tabList.tabHeader.position, "default-tab": `tab-${level}-${tabList.tabHeader.defaultTabIndex}`, segmented: tabList.tabHeader.segmented, sizing: tabList.tabHeader.sizing, "data-name": tabList.tabHeader.dataName, class: "tet-compare-cards-tab__header" }, tabList.tabs.map((element, index) => (h("button", { "data-name": `tab-${level}-${index}`, class: { disabled: element.disabled || this.showLoader, 'button': true } }, element.image && !element.imagePositionRight ?
|
|
138
139
|
h("img", { class: "tet-compare-cards-tab__header--image", src: element.image, alt: element.altText }) : '', element.title, element.image && element.imagePositionRight ?
|
|
139
140
|
h("img", { class: { 'tet-compare-cards-tab__header--image': true, 'right': true }, src: element.image, alt: element.altText }) : ''))))));
|
|
140
141
|
}
|
|
@@ -178,7 +179,7 @@ const TetTabCompareCards = /*@__PURE__*/ proxyCustomElement(class TetTabCompareC
|
|
|
178
179
|
return (h("div", { class: "tet-compare-cards-tab__content" }, h("tet-compare-cards", { theme: this.theme, "dark-mode": this.darkMode, "is-netflix-card": this.isNetflixCard, layout: this.layout, "force-column": this.forceColumn, "vat-text": vatText !== null && vatText !== void 0 ? vatText : false, "card-script": cardScript !== null && cardScript !== void 0 ? cardScript : false, data: cardsWithAddedSACData, newUrlGeneratorStructure: this.newUrlGeneratorStructure })));
|
|
179
180
|
}
|
|
180
181
|
render() {
|
|
181
|
-
return (h(Host, { key: '
|
|
182
|
+
return (h(Host, { key: '7058e7a89d8ca7993468913c87960e84883e4902' }, h("div", { key: 'ee7613f3e2f6e0c98fd446fb70cf2c50f3642373', class: "tet-compare-cards-tab-wrapper" }, this.renderTabHeader(this.data, 1), this.renderLoader(), h("div", { key: '250357233316a3e84a5ae0072968f25750b1f5ec', class: {
|
|
182
183
|
'tet-compare-cards-tab__cards': true,
|
|
183
184
|
'hidden': this.showLoader
|
|
184
185
|
} }, this.productDataLoaded ? this.renderContent(this.data, 1) : ''))));
|
|
@@ -196,6 +197,7 @@ const TetTabCompareCards = /*@__PURE__*/ proxyCustomElement(class TetTabCompareC
|
|
|
196
197
|
"theme": [1],
|
|
197
198
|
"darkMode": [4, "dark-mode"],
|
|
198
199
|
"isNetflixCard": [4, "is-netflix-card"],
|
|
200
|
+
"darkHeader": [4, "dark-header"],
|
|
199
201
|
"productDataLoaded": [32],
|
|
200
202
|
"showLoader": [32],
|
|
201
203
|
"productSACData": [32]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { T as TetCompareCards$1, d as defineCustomElement$1 } from './p-
|
|
1
|
+
import { T as TetCompareCards$1, d as defineCustomElement$1 } from './p-9ec656d8.js';
|
|
2
2
|
|
|
3
3
|
const TetCompareCards = TetCompareCards$1;
|
|
4
4
|
const defineCustomElement = defineCustomElement$1;
|
package/dist/esm/loader.js
CHANGED
|
@@ -5,7 +5,7 @@ import { g as globalScripts } from './app-globals-0f993ce5.js';
|
|
|
5
5
|
const defineCustomElements = async (win, options) => {
|
|
6
6
|
if (typeof window === 'undefined') return undefined;
|
|
7
7
|
await globalScripts();
|
|
8
|
-
return bootstrapLazy(JSON.parse("[[\"tet-address-offers-view\",[[1,\"tet-address-offers-view\",{\"language\":[1],\"addressKey\":[1,\"address-key\"],\"theme\":[1],\"userPersonalCode\":[1,\"user-personal-code\"],\"showAuthorizedAddresses\":[4,\"show-authorized-addresses\"],\"accessToken\":[1,\"access-token\"],\"noUserFound\":[4,\"no-user-found\"],\"callCenterTaskOptions\":[16],\"showContactForm\":[1028,\"show-contact-form\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"address\":[32]},[[0,\"assetAddressSelected\",\"onAddressSelected\"],[0,\"customerNotFound\",\"customerNotFound\"],[0,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}]]],[\"tet-asset-addresses\",[[1,\"tet-asset-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"isAddressSearchVisible\":[32]},[[0,\"addressSelected\",\"onAddressSelected\"]],{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-compare-cards-tab\",[[1,\"tet-compare-cards-tab\",{\"data\":[16],\"forceColumn\":[4,\"force-column\"],\"layout\":[1],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"productDataLoaded\":[32],\"showLoader\":[32],\"productSACData\":[32]},[[0,\"compareCardsDidRender\",\"hideLoader\"]],{\"showLoader\":[\"onDataChange\"]}]]],[\"tet-cloud-configurator\",[[1,\"tet-cloud-configurator\",{\"language\":[1],\"containerSelector\":[1,\"container-selector\"],\"theme\":[1],\"selectOnFocus\":[4,\"select-on-focus\"],\"isLoading\":[32],\"headerRef\":[32],\"footerRef\":[32],\"formValues\":[32],\"selectedTab\":[32],\"selectedPeriod\":[32],\"isFloatingSummary\":[32],\"isListExpanded\":[32],\"parentElement\":[32]},null,{\"isLoading\":[\"onisLoadingChange\"],\"headerRef\":[\"onHeaderRefChange\"],\"footerRef\":[\"onFooterRefChange\"],\"selectedTab\":[\"onSelectedTabChange\"],\"language\":[\"onLanguageChange\"]}]]],[\"tet-b2b-service-calculator\",[[1,\"tet-b2b-service-calculator\",{\"language\":[1],\"totalPrice\":[32],\"withItAdmin\":[32],\"withInPersonServiceSupport\":[32],\"unitCountSelected\":[32]},[[0,\"slider-input\",\"onSliderInput\"]],{\"language\":[\"onLanguageChange\"],\"withItAdmin\":[\"onControlChange\"],\"withInPersonServiceSupport\":[\"onControlChange\"]}]]],[\"tet-cloud-application-form-dialog\",[[1,\"tet-cloud-application-form-dialog\",{\"privacyPolicyLinkUrl\":[1,\"privacy-policy-link-url\"],\"loading\":[4],\"showOverlay\":[4,\"show-overlay\"],\"language\":[1],\"privacyPolicyError\":[32],\"open\":[64],\"close\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-contact-form\",[[1,\"tet-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"subtitle\":[1],\"showLoader\":[32]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-customer-assets\",[[1,\"tet-customer-assets\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"singleLoader\":[4,\"single-loader\"],\"hideAssets\":[4,\"hide-assets\"],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"groupByAddress\":[4,\"group-by-address\"],\"loaderElementsCount\":[2,\"loader-elements-count\"],\"darkTheme\":[4,\"dark-theme\"],\"assets\":[32],\"showLoader\":[32]},null,{\"pid\":[\"loadAssetsOnPidChange\"],\"salesforceAccountId\":[\"loadAssetsOnAccountIdChange\"],\"assets\":[\"onAssetsChange\"]}]]],[\"tet-datepicker\",[[1,\"tet-datepicker\",{\"locale\":[1],\"overlayEffect\":[4,\"overlay-effect\"],\"rangePickerMode\":[4,\"range-picker-mode\"],\"isOpen\":[1028,\"is-open\"],\"date\":[1040],\"datepickerView\":[1025,\"datepicker-view\"],\"rangeDates\":[32],\"internalDate\":[32],\"toggleIsOpen\":[64]},[[0,\"dateChanged\",\"handleDateChanged\"],[0,\"datepickerViewChanged\",\"handleDatepickerViewChanged\"],[0,\"internalDateChanged\",\"handleInternalDateChanged\"],[0,\"rangeDateSet\",\"handleRangeDateSet\"],[0,\"datepickerClosed\",\"handleDatepickerClosed\"],[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]],{\"date\":[\"handleDateChange\"],\"rangeDates\":[\"handleRangeDateChange\"]}]]],[\"tet-macd-view\",[[1,\"tet-macd-view\",{\"language\":[1],\"theme\":[1],\"showErrorNotification\":[1028,\"show-error-notification\"],\"showLoader\":[1028,\"show-loader\"],\"loaderHeight\":[1,\"loader-height\"],\"accessToken\":[1,\"access-token\"],\"eventsOnly\":[4,\"events-only\"],\"hideUnavailable\":[4,\"hide-unavailable\"],\"assetId\":[1025,\"asset-id\"],\"accountNumber\":[1026,\"account-number\"],\"macdOrderTypes\":[16],\"ignoredMacdOrderTypes\":[16],\"suspendFn\":[16],\"changeOfPlanFn\":[16],\"promotionChangeFn\":[16],\"ceaseFn\":[16],\"modifyFn\":[16]},null,{\"language\":[\"onLanguageChange\"],\"accessToken\":[\"setAccessToken\"],\"macdOrderTypes\":[\"setMacdOrderTypes\"]}]]],[\"tet-autocomplete-dropdown\",[[1,\"tet-autocomplete-dropdown\",{\"options\":[16],\"defaultOption\":[16],\"noOptionsMessage\":[1,\"no-options-message\"],\"placeholder\":[1],\"label\":[1],\"theme\":[1],\"hasError\":[4,\"has-error\"],\"errorMessage\":[1,\"error-message\"],\"inputValue\":[32],\"clearInput\":[64],\"focusOnNativeInput\":[64]}]]],[\"tet-multi-step-dialog\",[[1,\"tet-multi-step-dialog\",{\"content\":[1],\"steps\":[16],\"isOpen\":[4,\"is-open\"],\"dialogDataScreenKey\":[1,\"dialog-data-screen-key\"],\"tetDialogClass\":[1,\"tet-dialog-class\"],\"language\":[1],\"isKeydownFocus\":[32]}]]],[\"tet-news-card-list\",[[1,\"tet-news-card-list\",{\"items\":[16],\"withControls\":[4,\"with-controls\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"theme\":[1]}]]],[\"tet-referral\",[[1,\"tet-referral\",{\"theme\":[1],\"language\":[1],\"data\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view\",[[1,\"tet-thank-you-view\",{\"stepperData\":[16],\"theme\":[1],\"mainBlockIcon\":[1,\"main-block-icon\"],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonDescription\":[1,\"cta-button-description\"],\"ctaButtonType\":[1,\"cta-button-type\"]}]]],[\"tet-thank-you-view-v2\",[[1,\"tet-thank-you-view-v2\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view-v3\",[[1,\"tet-thank-you-view-v3\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-compare-card\",[[1,\"tet-business-compare-card\",{\"mainTitle\":[1,\"main-title\"],\"bulletPoints\":[16],\"pricePrefix\":[1,\"price-prefix\"],\"price\":[1],\"currency\":[1],\"theme\":[1],\"hasContentInFooter\":[32]}]]],[\"tet-carousel\",[[1,\"tet-carousel\",{\"theme\":[1],\"showDots\":[4,\"show-dots\"],\"showButtons\":[4,\"show-buttons\"],\"transitionDuration\":[2,\"transition-duration\"],\"transitionTiming\":[1,\"transition-timing\"],\"buttonIconLeft\":[1,\"button-icon-left\"],\"buttonIconRight\":[1,\"button-icon-right\"],\"containerClass\":[1,\"container-class\"],\"trackClass\":[1,\"track-class\"],\"buttonClass\":[1,\"button-class\"],\"dotClass\":[1,\"dot-class\"],\"activeIndex\":[32],\"screenCount\":[32],\"totalItems\":[32],\"items\":[32],\"isDragging\":[32]}]]],[\"tet-expandable-input\",[[1,\"tet-expandable-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"mode\":[1],\"closedWidth\":[1,\"closed-width\"],\"animationDuration\":[2,\"animation-duration\"],\"error\":[4],\"label\":[1],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconClosed\":[1,\"icon-closed\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"size\":[1],\"closeInputText\":[1,\"close-input-text\"],\"darkMode\":[4,\"dark-mode\"],\"expanded\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"validateInput\":[64],\"setState\":[64],\"clear\":[64]},[[0,\"blur\",\"onBlur\"]],{\"mode\":[\"onModeChange\"]}]]],[\"tet-table\",[[2,\"tet-table\",{\"caption\":[1],\"cellTextAlign\":[1,\"cell-text-align\"],\"tableHeader\":[1,\"table-header\"],\"tableHeaderTextAlign\":[1,\"table-header-text-align\"],\"tableHeaderColumnSpan\":[2,\"table-header-column-span\"],\"tableHeaderWidth\":[1,\"table-header-width\"],\"tableData\":[1040],\"gappedColumnLayout\":[4,\"gapped-column-layout\"],\"theme\":[1],\"normalizedColumns\":[32]},null,{\"tableData\":[\"onTableDataChange\"]}]]],[\"tet-accordion\",[[1,\"tet-accordion\",{\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"header\":[1],\"headerImageSrc\":[1,\"header-image-src\"],\"headerImageAlt\":[1,\"header-image-alt\"],\"withBorder\":[4,\"with-border\"],\"withAutoScroll\":[4,\"with-auto-scroll\"],\"breakpoint\":[1],\"headingTag\":[1,\"heading-tag\"],\"transparentBackground\":[4,\"transparent-background\"],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64],\"setState\":[64]}]]],[\"tet-banner-nav\",[[0,\"tet-banner-nav\",{\"slides\":[2],\"duration\":[2],\"paused\":[4],\"mobileLayout\":[4,\"mobile-layout\"],\"theme\":[1],\"language\":[1],\"isPaused\":[32],\"currentSlide\":[32],\"firstLoad\":[32],\"pause\":[64],\"play\":[64],\"goTo\":[64],\"next\":[64],\"previous\":[64],\"getCurrentSlide\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-lines\",[[1,\"tet-business-lines\",{\"language\":[1],\"addressKey\":[2,\"address-key\"],\"showHeadings\":[4,\"show-headings\"],\"address\":[32],\"businessLines\":[32]},null,{\"language\":[\"onLanguageChange\"],\"addressKey\":[\"onAddressKeyChange\"]}]]],[\"tet-business-round-stepper\",[[0,\"tet-business-round-stepper\",{\"stepperData\":[16],\"layout\":[1]}]]],[\"tet-inline-message\",[[1,\"tet-inline-message\",{\"variant\":[1]}]]],[\"tet-label\",[[1,\"tet-label\",{\"labelTitle\":[1,\"label-title\"],\"translateTitle\":[4,\"translate-title\"],\"active\":[4],\"theme\":[1],\"type\":[1],\"showIcon\":[4,\"show-icon\"]}]]],[\"tet-menu\",[[1,\"tet-menu\",{\"type\":[1],\"active\":[4],\"clickable\":[4],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelId\":[1,\"first-level-id\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelIcon\":[1,\"first-level-icon\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isSubmenuLeft\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-menu-mobile\",[[1,\"tet-menu-mobile\",{\"isActive\":[4,\"active\"],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelId\":[1,\"first-level-id\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isExpanded\":[32],\"hasDropdownContent\":[32],\"subMenuState\":[32]}]]],[\"tet-navigation-mobile\",[[1,\"tet-navigation-mobile\",{\"darkMode\":[4,\"dark-mode\"],\"isTogglerExpanded\":[32],\"isTogglerVisible\":[32],\"showToggler\":[64],\"hideToggler\":[64],\"open\":[64],\"close\":[64]},null,{\"isTogglerExpanded\":[\"onMenuToggle\"]}]]],[\"tet-round-stepper\",[[1,\"tet-round-stepper\",{\"stepperData\":[16],\"forcedColumn\":[4,\"forced-column\"],\"hideIcons\":[4,\"hide-icons\"],\"theme\":[1]},[[9,\"resize\",\"onResize\"]]]]],[\"tet-tv-gift-list\",[[1,\"tet-tv-gift-list\",{\"header\":[1],\"listBulletIcon\":[1,\"list-bullet-icon\"],\"imageSource\":[1,\"image-source\"],\"list\":[16],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-bar-graph\",[[1,\"tet-bar-graph\",{\"parentContainer\":[1040],\"data\":[16],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"valueUnit\":[1,\"value-unit\"],\"labelPosition\":[1,\"label-position\"],\"valuePosition\":[1,\"value-position\"],\"dataOrder\":[1,\"data-order\"],\"withGrid\":[4,\"with-grid\"],\"animationDuration\":[2,\"animation-duration\"],\"size\":[1],\"theme\":[1],\"displayData\":[32],\"componentSize\":[32],\"labelWidth\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"size\":[\"onSizeChange\"],\"dataOrder\":[\"onDataOrderChange\"],\"data\":[\"onDataChange\"],\"minValue\":[\"onMinValueChange\"],\"maxValue\":[\"onMaxValueChange\"]}]]],[\"tet-border-radius\",[[1,\"tet-border-radius\"]]],[\"tet-business-card\",[[1,\"tet-business-card\",{\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"infoText\":[1,\"info-text\"],\"type\":[1],\"theme\":[1],\"size\":[32]}]]],[\"tet-colors\",[[1,\"tet-colors\",{\"showVariables\":[4,\"show-variables\"],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-contact-info\",[[1,\"tet-contact-info\",{\"contactBlocks\":[16]}]]],[\"tet-expansion-panel\",[[1,\"tet-expansion-panel\",{\"toggleElement\":[1025,\"toggle-element\"],\"initialState\":[1,\"initial-state\"],\"state\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64]}]]],[\"tet-font-weight\",[[1,\"tet-font-weight\"]]],[\"tet-fonts\",[[1,\"tet-fonts\"]]],[\"tet-grid\",[[0,\"tet-grid\"]]],[\"tet-layout\",[[1,\"tet-layout\"]]],[\"tet-link\",[[1,\"tet-link\"]]],[\"tet-price-view\",[[1,\"tet-price-view\",{\"background\":[1],\"font\":[1],\"size\":[1],\"headingText\":[1,\"heading-text\"],\"priceType\":[1,\"price-type\"],\"euroPrice\":[1,\"euro-price\"],\"centsPrice\":[1,\"cents-price\"],\"footerText\":[1,\"footer-text\"],\"footerTextType\":[1,\"footer-text-type\"]}]]],[\"tet-spacing\",[[1,\"tet-spacing\"]]],[\"tet-textarea\",[[1,\"tet-textarea\",{\"value\":[1],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"errorMessages\":[16],\"theme\":[1],\"isKeyboardFocus\":[32],\"focusVisible\":[32]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-tv-gift-block\",[[1,\"tet-tv-gift-block\",{\"headerTitle\":[1,\"header-title\"],\"headerImageSrc\":[1,\"header-image-src\"],\"footerTitle\":[1,\"footer-title\"],\"footerText\":[1,\"footer-text\"],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-compare-cards\",[[1,\"tet-compare-cards\",{\"data\":[1040],\"vatText\":[1,\"vat-text\"],\"forceColumn\":[4,\"force-column\"],\"theme\":[1],\"layout\":[1],\"cardScript\":[1,\"card-script\"],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"changedProductCode\":[1,\"changed-product-code\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"initializedState\":[32],\"showLoader\":[32]},[[0,\"optionSelected\",\"onOptionSelected\"]],{\"data\":[\"onDataChange\"]}]]],[\"tet-card-list\",[[1,\"tet-card-list\",{\"theme\":[1],\"withControls\":[4,\"with-controls\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withOverflowOpacity\":[4,\"with-overflow-opacity\"],\"overflowOpacityMinWidth\":[1,\"overflow-opacity-min-width\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"withActiveElement\":[4,\"with-active-element\"],\"activeElementClass\":[1,\"active-element-class\"],\"scrollAnimationSpeed\":[2,\"scroll-animation-speed\"],\"iconPrev\":[1,\"icon-prev\"],\"iconNext\":[1,\"icon-next\"],\"controlVisibility\":[32],\"scrollThumbWidth\":[32],\"isSmallContainer\":[32],\"scrollListTo\":[64],\"scrollListBy\":[64],\"scrollListToElementCenter\":[64]},[[9,\"resize\",\"onResize\"]],{\"withMouseDrag\":[\"onWithMouseDragChange\"],\"disableScroll\":[\"onDisableScrollChange\"],\"withControls\":[\"onWithControlsChange\"],\"withOverflowOpacity\":[\"onWithOverflowOpacityChange\"],\"withVirtualScroll\":[\"onWithVirtualScrollChange\"]}]]],[\"tet-notification\",[[1,\"tet-notification\",{\"icon\":[1],\"headerTitle\":[1,\"header-title\"],\"content\":[1],\"type\":[1],\"allowClose\":[4,\"allow-close\"],\"theme\":[1],\"animationDuration\":[2,\"animation-duration\"],\"close\":[64]}]]],[\"tet-stepper-v2\",[[1,\"tet-stepper-v2\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-stepper-v3\",[[1,\"tet-stepper-v3\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-text-list\",[[1,\"tet-text-list\",{\"listType\":[1,\"list-type\"],\"decimalStart\":[2,\"decimal-start\"],\"decimalPrefix\":[1,\"decimal-prefix\"],\"withIcon\":[4,\"with-icon\"],\"listIcon\":[1,\"list-icon\"],\"theme\":[1]}]]],[\"tet-stepper\",[[1,\"tet-stepper\",{\"stepperData\":[16]}]]],[\"tet-input\",[[6,\"tet-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"readonly\":[4,\"input-readonly\"],\"error\":[4],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"autocomplete\":[1],\"maxlength\":[1],\"inputTabindex\":[2,\"input-tabindex\"],\"errorMessages\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"clearErrors\":[64],\"validateInput\":[64]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-address-search\",[[1,\"tet-address-search\",{\"language\":[1],\"minSearchKeywordLength\":[2,\"min-search-keyword-length\"],\"placeholder\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"addressKey\":[1,\"address-key\"],\"newStyle\":[4,\"new-style\"],\"newFormsStyle\":[4,\"new-forms-style\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"theme\":[1],\"manualAddressTriggers\":[4,\"manual-address-triggers\"],\"isInputInvalid\":[4,\"is-input-invalid\"],\"inputDisabled\":[1028,\"input-disabled\"],\"searchButtonText\":[1,\"search-button-text\"],\"closeButtonText\":[1,\"close-button-text\"],\"inputIconRight\":[32],\"inputValueLength\":[32],\"isLoading\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"elementActive\":[32],\"resetInputState\":[64]},[[8,\"keydown\",\"onKeyDown\"]],{\"language\":[\"onLanguageChanged\"],\"addressKey\":[\"search\"],\"inputDisabled\":[\"onInputDisabledStateChange\"]}]]],[\"tet-number-input_2\",[[1,\"tet-number-input\",{\"label\":[1],\"theme\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"buttonAccessibilityLabel\":[1,\"button-accessibility-label\"],\"helperText\":[1,\"helper-text\"],\"suffixes\":[16],\"value\":[1026],\"min\":[2],\"max\":[2],\"disabled\":[4],\"error\":[4],\"completed\":[4],\"selectOnFocus\":[4,\"select-on-focus\"],\"suffix\":[32],\"isOpen\":[32],\"isValueHidden\":[32],\"isKeyboardFocus\":[32],\"getValue\":[64],\"resetSuffix\":[64]},[[8,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[8,\"click\",\"onClick\"],[0,\"input\",\"inputChangeHandler\"],[0,\"blur\",\"onBlur\"]],{\"suffix\":[\"onSuffixChange\"]}],[1,\"tet-stepper-input\",{\"value\":[1026],\"theme\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"selectOnFocus\":[4,\"select-on-focus\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"language\":[1],\"getValue\":[64]},[[0,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[0,\"input\",\"inputChangeHandler\"]],{\"language\":[\"onLanguageChange\"],\"value\":[\"onValueChange\"]}]]],[\"tet-range-slider_2\",[[1,\"tet-range-slider\",{\"parentContainer\":[1040],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"inputMaxValue\":[2,\"input-max-value\"],\"defaultValue\":[2,\"default-value\"],\"step\":[2],\"dataPoints\":[16],\"displayDataPoints\":[16],\"lockToDataPoint\":[4,\"lock-to-data-point\"],\"type\":[1],\"withControls\":[4,\"with-controls\"],\"withInput\":[4,\"with-input\"],\"withCurrentStepCounter\":[4,\"with-current-step-counter\"],\"dataUnits\":[1,\"data-units\"],\"size\":[1],\"reduceButtonAccessibilityLabel\":[1,\"reduce-button-accessibility-label\"],\"addButtonAccessibilityLabel\":[1,\"add-button-accessibility-label\"],\"numberInputAccessibilityLabel\":[1,\"number-input-accessibility-label\"],\"sliderInputAccessibilityLabel\":[1,\"slider-input-accessibility-label\"],\"theme\":[1],\"currentValue\":[32],\"dataSet\":[32],\"containerSize\":[32],\"tooltipOffset\":[32],\"isSliding\":[32],\"isPointerDown\":[32],\"positions\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"dataPoints\":[\"onDataPointsChange\"],\"type\":[\"onTypeChange\"],\"currentValue\":[\"onCurrentValueChange\"],\"size\":[\"onSizeChange\"]}],[1,\"tet-switch\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"setChecked\":[64]}]]],[\"tet-radio\",[[6,\"tet-radio\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"inputAutofocus\":[4,\"input-autofocus\"],\"setChecked\":[64]},[[0,\"keydown\",\"onKeydown\"]]]]],[\"tet-tooltip\",[[1,\"tet-tooltip\",{\"theme\":[1],\"targetElementSelector\":[1,\"target-element-selector\"],\"hoverElement\":[16],\"doNotShowOnHover\":[4,\"do-not-show-on-hover\"],\"position\":[1],\"positionState\":[32],\"showTooltip\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]},[[16,\"touchmove\",\"handleTouchmove\"],[16,\"wheel\",\"handleWheel\"],[16,\"keydown\",\"onKeydown\"],[9,\"resize\",\"handleResize\"]],{\"position\":[\"handlePositionChange\"],\"showTooltip\":[\"onShowTooltipChange\"]}]]],[\"tet-loader\",[[1,\"tet-loader\"]]],[\"tet-placeholder\",[[1,\"tet-placeholder\",{\"width\":[1],\"height\":[1],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-icon\",[[1,\"tet-icon\",{\"name\":[1],\"theme\":[1],\"type\":[1],\"useDefaultColor\":[4,\"use-default-color\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"focusable\":[4]},null,{\"name\":[\"onNameChange\"]}]]],[\"tet-button\",[[17,\"tet-button\",{\"clickCallback\":[16],\"size\":[1],\"type\":[1],\"theme\":[1],\"disabled\":[4],\"iconMode\":[4,\"icon-mode\"],\"iconPosition\":[1,\"icon-position\"],\"iconName\":[1,\"icon-name\"],\"elementId\":[1,\"element-id\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"url\":[1],\"urlTarget\":[1,\"url-target\"]}]]],[\"tet-compare-card_4\",[[1,\"tet-tab-content\",{\"dataName\":[1,\"data-name\"],\"defaultTab\":[8,\"default-tab\"],\"parentContainer\":[16],\"useVisibility\":[4,\"use-visibility\"],\"selectedId\":[32],\"previousDataName\":[32],\"previousParentContainer\":[32],\"init\":[64],\"selectTab\":[64]},null,{\"dataName\":[\"onDataNameChange\"],\"parentContainer\":[\"onParentContainerChange\"]}],[1,\"tet-compare-card\",{\"clickCallback\":[16],\"index\":[2],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"colorIcons\":[4,\"color-icons\"],\"fullHeight\":[4,\"full-height\"],\"bestChoice\":[4,\"best-choice\"],\"cardHeader\":[1,\"card-header\"],\"logo\":[1],\"image\":[1],\"thumbnail\":[1],\"thumbnailAlt\":[1,\"thumbnail-alt\"],\"language\":[1],\"options\":[16],\"minWideWidth\":[2,\"min-wide-width\"],\"cardList\":[4,\"card-list\"],\"cardBackgroundColor\":[1,\"card-background-color\"],\"cardScript\":[1,\"card-script\"],\"parentContainer\":[16],\"hideBestChoiceBorder\":[4,\"hide-best-choice-border\"],\"withBorder\":[4,\"with-border\"],\"priceShownVertically\":[4,\"price-shown-vertically\"],\"bestChoiceTextPosition\":[1,\"best-choice-text-position\"],\"secondaryLinkPosition\":[1,\"secondary-link-position\"],\"showBulletPoints\":[4,\"show-bullet-points\"],\"showSubTitle\":[4,\"show-sub-title\"],\"showHelper\":[4,\"show-helper\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"currentCardType\":[32]},[[0,\"click\",\"onClick\"]]],[1,\"tet-tab-header\",{\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"type\":[1],\"position\":[1],\"sizing\":[1],\"defaultTab\":[8,\"default-tab\"],\"segmented\":[4],\"hideHeaderUnderline\":[4,\"hide-header-underline\"],\"hideActiveHeaderUnderline\":[4,\"hide-active-header-underline\"],\"autoplayDelay\":[2,\"autoplay-delay\"],\"stopAutoplayOnHeaderHover\":[4,\"stop-autoplay-on-header-hover\"],\"stopAutoplayOnContentHover\":[4,\"stop-autoplay-on-content-hover\"],\"dataName\":[1,\"data-name\"],\"selectedId\":[32],\"positions\":[32],\"autoplay\":[32],\"segmentAnimation\":[32],\"toggleAutoplay\":[64],\"stopAutoplay\":[64],\"startAutoplay\":[64],\"selectTab\":[64]},null,{\"hideActiveHeaderUnderline\":[\"showActiveHeaderUnderline\"],\"autoplayDelay\":[\"onAutoplayDelayChange\"],\"segmented\":[\"onSegmentedChange\"]}],[1,\"tet-dropdown\",{\"label\":[1],\"labelLogo\":[1,\"label-logo\"],\"labelLogoGrayscale\":[1,\"label-logo-grayscale\"],\"labelRight\":[1,\"label-right\"],\"labelRightColor\":[1,\"label-right-color\"],\"labelSubText\":[1,\"label-sub-text\"],\"flexLayout\":[4,\"flex-layout\"],\"buttonLabel\":[1,\"button-label\"],\"allowMultiple\":[4,\"allow-multiple\"],\"closeOnSelection\":[4,\"close-on-selection\"],\"theme\":[1],\"options\":[16],\"disabled\":[4],\"selectedOptionIndexes\":[32],\"isOpen\":[32],\"isKeyboardFocus\":[32],\"getSelectedOptions\":[64],\"selectOption\":[64]},[[8,\"click\",\"handleWindowClick\"],[8,\"focusout\",\"handleFocusOut\"]],{\"options\":[\"onOptionsChange\"]}]]],[\"tet-address-offers_4\",[[1,\"tet-address-offers\",{\"addressKey\":[8,\"address-key\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"language\":[1],\"showLoader\":[32]},null,{\"addressKey\":[\"onAddressKeyChange\"],\"language\":[\"onLanguageChanged\"]}],[1,\"tet-availability-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"success\":[1028],\"showAvailabilityContactForm\":[4,\"show-availability-contact-form\"],\"subtitle\":[1],\"showLoader\":[32]},[[0,\"taskCreationSuccess\",\"onSuccess\"],[4,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}],[1,\"tet-address-offers-filters\",{\"language\":[1],\"clearFilterButton\":[4,\"clear-filter-button\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}],[1,\"tet-asset-availability-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"unselectAssetAddresses\":[64]},null,{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-datepicker-header_4\",[[1,\"tet-datepicker-header\",{\"locale\":[1],\"selectedDate\":[16],\"internalDate\":[16],\"datepickerView\":[1,\"datepicker-view\"]}],[1,\"tet-datepicker-month-view\",{\"rangeDates\":[16],\"selectedDate\":[16],\"internalDate\":[16],\"rangePickerMode\":[4,\"range-picker-mode\"],\"inRangeHoverDate\":[32]},null,{\"internalDate\":[\"handleDateChange\"]}],[1,\"tet-datepicker-multi-year-view\",{\"selectedDate\":[16],\"internalDate\":[16],\"years\":[32]},null,{\"internalDate\":[\"handleInternalDateChange\"]}],[1,\"tet-datepicker-year-view\",{\"selectedDate\":[16],\"internalDate\":[16]}]]],[\"tet-tag_2\",[[1,\"tet-tag-group\",{\"language\":[1],\"tags\":[16],\"theme\":[1]}],[1,\"tet-tag\",{\"tagTitle\":[1,\"tag-title\"],\"count\":[2],\"active\":[4],\"theme\":[1],\"showIcon\":[4,\"show-icon\"],\"language\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-dialog\",[[1,\"tet-dialog\",{\"headerTitle\":[1,\"header-title\"],\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"closeOnEscape\":[4,\"close-on-escape\"],\"preventDefaultClose\":[4,\"prevent-default-close\"],\"footerDisplay\":[1,\"footer-display\"],\"hideCloseButton\":[4,\"hide-close-button\"],\"showHeaderDivider\":[4,\"show-header-divider\"],\"hideHeader\":[4,\"hide-header\"],\"titleId\":[1,\"title-id\"],\"open\":[64],\"close\":[64]},[[8,\"keydown\",\"handleKeyDown\"]],{\"isOpen\":[\"onDialogOpenAction\"]}]]],[\"tet-autocomplete_2\",[[1,\"tet-autocomplete\",{\"showOptionsOnEscapeClear\":[4,\"show-options-on-escape-clear\"],\"defaultOptions\":[16],\"optionsFilterAction\":[16],\"typingDebounceTime\":[2,\"typing-debounce-time\"],\"noOptionsMessage\":[1,\"no-options-message\"],\"noOptionsRenderFunction\":[16],\"clearCallback\":[16],\"finishedLoading\":[16],\"newStyle\":[4,\"new-style\"],\"highlightOptionsKeyword\":[4,\"highlight-options-keyword\"],\"darkTheme\":[4,\"dark-theme\"],\"optionsIcon\":[1,\"options-icon\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"filteredOptions\":[32],\"activeOption\":[32],\"showOptions\":[32],\"showLoader\":[32],\"isKeyboardFocus\":[32],\"clear\":[64],\"focusOnNativeInput\":[64],\"selectOption\":[64]},[[0,\"click\",\"onClick\"],[8,\"click\",\"onWindowClick\"],[9,\"mousedown\",\"onMouseDown\"],[8,\"activeComponentStateChanged\",\"onComponentActiveStateChange\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"focusout\",\"handleFocusOut\"]]],[1,\"tet-spinner\",{\"theme\":[1],\"size\":[1],\"type\":[1],\"previousProgress\":[32],\"setProgress\":[64]},null,{\"type\":[\"onTypeChange\"]}]]],[\"tet-checkbox\",[[1,\"tet-checkbox\",{\"theme\":[1],\"label\":[1],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"error\":[1540],\"indeterminate\":[1540],\"setChecked\":[64],\"setIndeterminate\":[64],\"setError\":[64]},null,{\"indeterminate\":[\"updateIndeterminateState\"]}]]],[\"tet-container_2\",[[1,\"tet-selection-list\",{\"items\":[16],\"preSelectedItems\":[16],\"multipleSelections\":[4,\"multiple-selections\"],\"itemRenderFunction\":[16],\"identifier\":[1],\"selectedItems\":[32],\"unsetSelectedItems\":[64],\"getSelectedItems\":[64]},null,{\"preSelectedItems\":[\"onPreselectedItemsChanged\"]}],[1,\"tet-container\",{\"highlightable\":[4],\"selected\":[4],\"theme\":[1]}]]]]"), options);
|
|
8
|
+
return bootstrapLazy(JSON.parse("[[\"tet-address-offers-view\",[[1,\"tet-address-offers-view\",{\"language\":[1],\"addressKey\":[1,\"address-key\"],\"theme\":[1],\"userPersonalCode\":[1,\"user-personal-code\"],\"showAuthorizedAddresses\":[4,\"show-authorized-addresses\"],\"accessToken\":[1,\"access-token\"],\"noUserFound\":[4,\"no-user-found\"],\"callCenterTaskOptions\":[16],\"showContactForm\":[1028,\"show-contact-form\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"address\":[32]},[[0,\"assetAddressSelected\",\"onAddressSelected\"],[0,\"customerNotFound\",\"customerNotFound\"],[0,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}]]],[\"tet-asset-addresses\",[[1,\"tet-asset-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"isAddressSearchVisible\":[32]},[[0,\"addressSelected\",\"onAddressSelected\"]],{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-compare-cards-tab\",[[1,\"tet-compare-cards-tab\",{\"data\":[16],\"forceColumn\":[4,\"force-column\"],\"layout\":[1],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkHeader\":[4,\"dark-header\"],\"productDataLoaded\":[32],\"showLoader\":[32],\"productSACData\":[32]},[[0,\"compareCardsDidRender\",\"hideLoader\"]],{\"showLoader\":[\"onDataChange\"]}]]],[\"tet-cloud-configurator\",[[1,\"tet-cloud-configurator\",{\"language\":[1],\"containerSelector\":[1,\"container-selector\"],\"theme\":[1],\"selectOnFocus\":[4,\"select-on-focus\"],\"isLoading\":[32],\"headerRef\":[32],\"footerRef\":[32],\"formValues\":[32],\"selectedTab\":[32],\"selectedPeriod\":[32],\"isFloatingSummary\":[32],\"isListExpanded\":[32],\"parentElement\":[32]},null,{\"isLoading\":[\"onisLoadingChange\"],\"headerRef\":[\"onHeaderRefChange\"],\"footerRef\":[\"onFooterRefChange\"],\"selectedTab\":[\"onSelectedTabChange\"],\"language\":[\"onLanguageChange\"]}]]],[\"tet-b2b-service-calculator\",[[1,\"tet-b2b-service-calculator\",{\"language\":[1],\"totalPrice\":[32],\"withItAdmin\":[32],\"withInPersonServiceSupport\":[32],\"unitCountSelected\":[32]},[[0,\"slider-input\",\"onSliderInput\"]],{\"language\":[\"onLanguageChange\"],\"withItAdmin\":[\"onControlChange\"],\"withInPersonServiceSupport\":[\"onControlChange\"]}]]],[\"tet-cloud-application-form-dialog\",[[1,\"tet-cloud-application-form-dialog\",{\"privacyPolicyLinkUrl\":[1,\"privacy-policy-link-url\"],\"loading\":[4],\"showOverlay\":[4,\"show-overlay\"],\"language\":[1],\"privacyPolicyError\":[32],\"open\":[64],\"close\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-contact-form\",[[1,\"tet-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"subtitle\":[1],\"showLoader\":[32]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-customer-assets\",[[1,\"tet-customer-assets\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"singleLoader\":[4,\"single-loader\"],\"hideAssets\":[4,\"hide-assets\"],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"groupByAddress\":[4,\"group-by-address\"],\"loaderElementsCount\":[2,\"loader-elements-count\"],\"darkTheme\":[4,\"dark-theme\"],\"assets\":[32],\"showLoader\":[32]},null,{\"pid\":[\"loadAssetsOnPidChange\"],\"salesforceAccountId\":[\"loadAssetsOnAccountIdChange\"],\"assets\":[\"onAssetsChange\"]}]]],[\"tet-datepicker\",[[1,\"tet-datepicker\",{\"locale\":[1],\"overlayEffect\":[4,\"overlay-effect\"],\"rangePickerMode\":[4,\"range-picker-mode\"],\"isOpen\":[1028,\"is-open\"],\"date\":[1040],\"datepickerView\":[1025,\"datepicker-view\"],\"rangeDates\":[32],\"internalDate\":[32],\"toggleIsOpen\":[64]},[[0,\"dateChanged\",\"handleDateChanged\"],[0,\"datepickerViewChanged\",\"handleDatepickerViewChanged\"],[0,\"internalDateChanged\",\"handleInternalDateChanged\"],[0,\"rangeDateSet\",\"handleRangeDateSet\"],[0,\"datepickerClosed\",\"handleDatepickerClosed\"],[9,\"resize\",\"onWindowResize\"],[9,\"scroll\",\"onWindowScroll\"]],{\"date\":[\"handleDateChange\"],\"rangeDates\":[\"handleRangeDateChange\"]}]]],[\"tet-macd-view\",[[1,\"tet-macd-view\",{\"language\":[1],\"theme\":[1],\"showErrorNotification\":[1028,\"show-error-notification\"],\"showLoader\":[1028,\"show-loader\"],\"loaderHeight\":[1,\"loader-height\"],\"accessToken\":[1,\"access-token\"],\"eventsOnly\":[4,\"events-only\"],\"hideUnavailable\":[4,\"hide-unavailable\"],\"assetId\":[1025,\"asset-id\"],\"accountNumber\":[1026,\"account-number\"],\"macdOrderTypes\":[16],\"ignoredMacdOrderTypes\":[16],\"suspendFn\":[16],\"changeOfPlanFn\":[16],\"promotionChangeFn\":[16],\"ceaseFn\":[16],\"modifyFn\":[16]},null,{\"language\":[\"onLanguageChange\"],\"accessToken\":[\"setAccessToken\"],\"macdOrderTypes\":[\"setMacdOrderTypes\"]}]]],[\"tet-autocomplete-dropdown\",[[1,\"tet-autocomplete-dropdown\",{\"options\":[16],\"defaultOption\":[16],\"noOptionsMessage\":[1,\"no-options-message\"],\"placeholder\":[1],\"label\":[1],\"theme\":[1],\"hasError\":[4,\"has-error\"],\"errorMessage\":[1,\"error-message\"],\"inputValue\":[32],\"clearInput\":[64],\"focusOnNativeInput\":[64]}]]],[\"tet-multi-step-dialog\",[[1,\"tet-multi-step-dialog\",{\"content\":[1],\"steps\":[16],\"isOpen\":[4,\"is-open\"],\"dialogDataScreenKey\":[1,\"dialog-data-screen-key\"],\"tetDialogClass\":[1,\"tet-dialog-class\"],\"language\":[1],\"isKeydownFocus\":[32]}]]],[\"tet-news-card-list\",[[1,\"tet-news-card-list\",{\"items\":[16],\"withControls\":[4,\"with-controls\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"theme\":[1]}]]],[\"tet-referral\",[[1,\"tet-referral\",{\"theme\":[1],\"language\":[1],\"data\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view\",[[1,\"tet-thank-you-view\",{\"stepperData\":[16],\"theme\":[1],\"mainBlockIcon\":[1,\"main-block-icon\"],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonDescription\":[1,\"cta-button-description\"],\"ctaButtonType\":[1,\"cta-button-type\"]}]]],[\"tet-thank-you-view-v2\",[[1,\"tet-thank-you-view-v2\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-thank-you-view-v3\",[[1,\"tet-thank-you-view-v3\",{\"stepperData\":[16],\"icon\":[1],\"mainBlockTitle\":[1,\"main-block-title\"],\"mainBlockDescription\":[1,\"main-block-description\"],\"ctaButtonLabel\":[1,\"cta-button-label\"],\"ctaButtonId\":[1,\"cta-button-id\"],\"ctaButtonSize\":[1,\"cta-button-size\"],\"ctaButtonType\":[1,\"cta-button-type\"],\"ctaButtonTheme\":[1,\"cta-button-theme\"],\"language\":[1],\"translationGroup\":[1,\"translation-group\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-compare-card\",[[1,\"tet-business-compare-card\",{\"mainTitle\":[1,\"main-title\"],\"bulletPoints\":[16],\"pricePrefix\":[1,\"price-prefix\"],\"price\":[1],\"currency\":[1],\"theme\":[1],\"hasContentInFooter\":[32]}]]],[\"tet-carousel\",[[1,\"tet-carousel\",{\"theme\":[1],\"showDots\":[4,\"show-dots\"],\"showButtons\":[4,\"show-buttons\"],\"transitionDuration\":[2,\"transition-duration\"],\"transitionTiming\":[1,\"transition-timing\"],\"buttonIconLeft\":[1,\"button-icon-left\"],\"buttonIconRight\":[1,\"button-icon-right\"],\"containerClass\":[1,\"container-class\"],\"trackClass\":[1,\"track-class\"],\"buttonClass\":[1,\"button-class\"],\"dotClass\":[1,\"dot-class\"],\"activeIndex\":[32],\"screenCount\":[32],\"totalItems\":[32],\"items\":[32],\"isDragging\":[32]}]]],[\"tet-expandable-input\",[[1,\"tet-expandable-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"mode\":[1],\"closedWidth\":[1,\"closed-width\"],\"animationDuration\":[2,\"animation-duration\"],\"error\":[4],\"label\":[1],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconClosed\":[1,\"icon-closed\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"size\":[1],\"closeInputText\":[1,\"close-input-text\"],\"darkMode\":[4,\"dark-mode\"],\"expanded\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"validateInput\":[64],\"setState\":[64],\"clear\":[64]},[[0,\"blur\",\"onBlur\"]],{\"mode\":[\"onModeChange\"]}]]],[\"tet-table\",[[2,\"tet-table\",{\"caption\":[1],\"cellTextAlign\":[1,\"cell-text-align\"],\"tableHeader\":[1,\"table-header\"],\"tableHeaderTextAlign\":[1,\"table-header-text-align\"],\"tableHeaderColumnSpan\":[2,\"table-header-column-span\"],\"tableHeaderWidth\":[1,\"table-header-width\"],\"tableData\":[1040],\"gappedColumnLayout\":[4,\"gapped-column-layout\"],\"theme\":[1],\"normalizedColumns\":[32]},null,{\"tableData\":[\"onTableDataChange\"]}]]],[\"tet-accordion\",[[1,\"tet-accordion\",{\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"header\":[1],\"headerImageSrc\":[1,\"header-image-src\"],\"headerImageAlt\":[1,\"header-image-alt\"],\"withBorder\":[4,\"with-border\"],\"withAutoScroll\":[4,\"with-auto-scroll\"],\"breakpoint\":[1],\"headingTag\":[1,\"heading-tag\"],\"transparentBackground\":[4,\"transparent-background\"],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64],\"setState\":[64]}]]],[\"tet-banner-nav\",[[0,\"tet-banner-nav\",{\"slides\":[2],\"duration\":[2],\"paused\":[4],\"mobileLayout\":[4,\"mobile-layout\"],\"theme\":[1],\"language\":[1],\"isPaused\":[32],\"currentSlide\":[32],\"firstLoad\":[32],\"pause\":[64],\"play\":[64],\"goTo\":[64],\"next\":[64],\"previous\":[64],\"getCurrentSlide\":[64]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-business-lines\",[[1,\"tet-business-lines\",{\"language\":[1],\"addressKey\":[2,\"address-key\"],\"showHeadings\":[4,\"show-headings\"],\"address\":[32],\"businessLines\":[32]},null,{\"language\":[\"onLanguageChange\"],\"addressKey\":[\"onAddressKeyChange\"]}]]],[\"tet-business-round-stepper\",[[0,\"tet-business-round-stepper\",{\"stepperData\":[16],\"layout\":[1]}]]],[\"tet-inline-message\",[[1,\"tet-inline-message\",{\"variant\":[1]}]]],[\"tet-label\",[[1,\"tet-label\",{\"labelTitle\":[1,\"label-title\"],\"translateTitle\":[4,\"translate-title\"],\"active\":[4],\"theme\":[1],\"type\":[1],\"showIcon\":[4,\"show-icon\"]}]]],[\"tet-menu\",[[1,\"tet-menu\",{\"type\":[1],\"active\":[4],\"clickable\":[4],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelId\":[1,\"first-level-id\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelIcon\":[1,\"first-level-icon\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isSubmenuLeft\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-menu-mobile\",[[1,\"tet-menu-mobile\",{\"isActive\":[4,\"active\"],\"firstLevelTitle\":[1,\"first-level-title\"],\"firstLevelLink\":[1,\"first-level-link\"],\"firstLevelId\":[1,\"first-level-id\"],\"subLevels\":[16],\"darkMode\":[4,\"dark-mode\"],\"isExpanded\":[32],\"hasDropdownContent\":[32],\"subMenuState\":[32]}]]],[\"tet-navigation-mobile\",[[1,\"tet-navigation-mobile\",{\"darkMode\":[4,\"dark-mode\"],\"isTogglerExpanded\":[32],\"isTogglerVisible\":[32],\"showToggler\":[64],\"hideToggler\":[64],\"open\":[64],\"close\":[64]},null,{\"isTogglerExpanded\":[\"onMenuToggle\"]}]]],[\"tet-round-stepper\",[[1,\"tet-round-stepper\",{\"stepperData\":[16],\"forcedColumn\":[4,\"forced-column\"],\"hideIcons\":[4,\"hide-icons\"],\"theme\":[1]},[[9,\"resize\",\"onResize\"]]]]],[\"tet-tv-gift-list\",[[1,\"tet-tv-gift-list\",{\"header\":[1],\"listBulletIcon\":[1,\"list-bullet-icon\"],\"imageSource\":[1,\"image-source\"],\"list\":[16],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-bar-graph\",[[1,\"tet-bar-graph\",{\"parentContainer\":[1040],\"data\":[16],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"valueUnit\":[1,\"value-unit\"],\"labelPosition\":[1,\"label-position\"],\"valuePosition\":[1,\"value-position\"],\"dataOrder\":[1,\"data-order\"],\"withGrid\":[4,\"with-grid\"],\"animationDuration\":[2,\"animation-duration\"],\"size\":[1],\"theme\":[1],\"displayData\":[32],\"componentSize\":[32],\"labelWidth\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"size\":[\"onSizeChange\"],\"dataOrder\":[\"onDataOrderChange\"],\"data\":[\"onDataChange\"],\"minValue\":[\"onMinValueChange\"],\"maxValue\":[\"onMaxValueChange\"]}]]],[\"tet-border-radius\",[[1,\"tet-border-radius\"]]],[\"tet-business-card\",[[1,\"tet-business-card\",{\"mainTitle\":[1,\"main-title\"],\"subTitle\":[1,\"sub-title\"],\"infoText\":[1,\"info-text\"],\"type\":[1],\"theme\":[1],\"size\":[32]}]]],[\"tet-colors\",[[1,\"tet-colors\",{\"showVariables\":[4,\"show-variables\"],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-contact-info\",[[1,\"tet-contact-info\",{\"contactBlocks\":[16]}]]],[\"tet-expansion-panel\",[[1,\"tet-expansion-panel\",{\"toggleElement\":[1025,\"toggle-element\"],\"initialState\":[1,\"initial-state\"],\"state\":[32],\"open\":[64],\"close\":[64],\"toggle\":[64],\"getState\":[64]}]]],[\"tet-font-weight\",[[1,\"tet-font-weight\"]]],[\"tet-fonts\",[[1,\"tet-fonts\"]]],[\"tet-grid\",[[0,\"tet-grid\"]]],[\"tet-layout\",[[1,\"tet-layout\"]]],[\"tet-link\",[[1,\"tet-link\"]]],[\"tet-price-view\",[[1,\"tet-price-view\",{\"background\":[1],\"font\":[1],\"size\":[1],\"headingText\":[1,\"heading-text\"],\"priceType\":[1,\"price-type\"],\"euroPrice\":[1,\"euro-price\"],\"centsPrice\":[1,\"cents-price\"],\"footerText\":[1,\"footer-text\"],\"footerTextType\":[1,\"footer-text-type\"]}]]],[\"tet-spacing\",[[1,\"tet-spacing\"]]],[\"tet-textarea\",[[1,\"tet-textarea\",{\"value\":[1],\"label\":[1],\"placeholder\":[1],\"disabled\":[4],\"errorMessages\":[16],\"theme\":[1],\"isKeyboardFocus\":[32],\"focusVisible\":[32]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-tv-gift-block\",[[1,\"tet-tv-gift-block\",{\"headerTitle\":[1,\"header-title\"],\"headerImageSrc\":[1,\"header-image-src\"],\"footerTitle\":[1,\"footer-title\"],\"footerText\":[1,\"footer-text\"],\"containerSize\":[32]},[[9,\"resize\",\"onWindowResize\"]]]]],[\"tet-compare-cards\",[[1,\"tet-compare-cards\",{\"data\":[1040],\"vatText\":[1,\"vat-text\"],\"forceColumn\":[4,\"force-column\"],\"theme\":[1],\"layout\":[1],\"cardScript\":[1,\"card-script\"],\"newUrlGeneratorStructure\":[4,\"new-url-generator-structure\"],\"changedProductCode\":[1,\"changed-product-code\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"initializedState\":[32],\"showLoader\":[32]},[[0,\"optionSelected\",\"onOptionSelected\"]],{\"data\":[\"onDataChange\"]}]]],[\"tet-card-list\",[[1,\"tet-card-list\",{\"theme\":[1],\"withControls\":[4,\"with-controls\"],\"controlScrollAmount\":[2,\"control-scroll-amount\"],\"scrollFullWidth\":[4,\"scroll-full-width\"],\"initialScrollAmount\":[2,\"initial-scroll-amount\"],\"disableScroll\":[4,\"disable-scroll\"],\"withScrollbar\":[4,\"with-scrollbar\"],\"withOverflowOpacity\":[4,\"with-overflow-opacity\"],\"overflowOpacityMinWidth\":[1,\"overflow-opacity-min-width\"],\"withMouseDrag\":[4,\"with-mouse-drag\"],\"withVirtualScroll\":[4,\"with-virtual-scroll\"],\"withActiveElement\":[4,\"with-active-element\"],\"activeElementClass\":[1,\"active-element-class\"],\"scrollAnimationSpeed\":[2,\"scroll-animation-speed\"],\"iconPrev\":[1,\"icon-prev\"],\"iconNext\":[1,\"icon-next\"],\"controlVisibility\":[32],\"scrollThumbWidth\":[32],\"isSmallContainer\":[32],\"scrollListTo\":[64],\"scrollListBy\":[64],\"scrollListToElementCenter\":[64]},[[9,\"resize\",\"onResize\"]],{\"withMouseDrag\":[\"onWithMouseDragChange\"],\"disableScroll\":[\"onDisableScrollChange\"],\"withControls\":[\"onWithControlsChange\"],\"withOverflowOpacity\":[\"onWithOverflowOpacityChange\"],\"withVirtualScroll\":[\"onWithVirtualScrollChange\"]}]]],[\"tet-notification\",[[1,\"tet-notification\",{\"icon\":[1],\"headerTitle\":[1,\"header-title\"],\"content\":[1],\"type\":[1],\"allowClose\":[4,\"allow-close\"],\"theme\":[1],\"animationDuration\":[2,\"animation-duration\"],\"close\":[64]}]]],[\"tet-stepper-v2\",[[1,\"tet-stepper-v2\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-stepper-v3\",[[1,\"tet-stepper-v3\",{\"stepperData\":[16],\"theme\":[1]}]]],[\"tet-text-list\",[[1,\"tet-text-list\",{\"listType\":[1,\"list-type\"],\"decimalStart\":[2,\"decimal-start\"],\"decimalPrefix\":[1,\"decimal-prefix\"],\"withIcon\":[4,\"with-icon\"],\"listIcon\":[1,\"list-icon\"],\"theme\":[1]}]]],[\"tet-stepper\",[[1,\"tet-stepper\",{\"stepperData\":[16]}]]],[\"tet-input\",[[6,\"tet-input\",{\"class\":[1,\"input-class\"],\"placeholder\":[1,\"input-placeholder\"],\"type\":[1,\"input-type\"],\"value\":[1,\"input-value\"],\"disabled\":[4,\"input-disabled\"],\"readonly\":[4,\"input-readonly\"],\"error\":[4],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"iconLeft\":[1,\"icon-left\"],\"iconRight\":[1,\"icon-right\"],\"iconLeftClickCallback\":[16],\"iconRightClickCallback\":[16],\"validators\":[16],\"manualValidation\":[4,\"manual-validation\"],\"theme\":[1],\"autocomplete\":[1],\"maxlength\":[1],\"inputTabindex\":[2,\"input-tabindex\"],\"errorMessages\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"getInputHtmlElement\":[64],\"getErrors\":[64],\"clearErrors\":[64],\"validateInput\":[64]},[[8,\"keydown\",\"onKeyDown\"],[9,\"mousedown\",\"onMouseDown\"]]]]],[\"tet-address-search\",[[1,\"tet-address-search\",{\"language\":[1],\"minSearchKeywordLength\":[2,\"min-search-keyword-length\"],\"placeholder\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"addressKey\":[1,\"address-key\"],\"newStyle\":[4,\"new-style\"],\"newFormsStyle\":[4,\"new-forms-style\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"theme\":[1],\"manualAddressTriggers\":[4,\"manual-address-triggers\"],\"isInputInvalid\":[4,\"is-input-invalid\"],\"inputDisabled\":[1028,\"input-disabled\"],\"searchButtonText\":[1,\"search-button-text\"],\"closeButtonText\":[1,\"close-button-text\"],\"inputIconRight\":[32],\"inputValueLength\":[32],\"isLoading\":[32],\"isKeyboardFocus\":[32],\"focusVisible\":[32],\"elementActive\":[32],\"resetInputState\":[64]},[[8,\"keydown\",\"onKeyDown\"]],{\"language\":[\"onLanguageChanged\"],\"addressKey\":[\"search\"],\"inputDisabled\":[\"onInputDisabledStateChange\"]}]]],[\"tet-number-input_2\",[[1,\"tet-number-input\",{\"label\":[1],\"theme\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"buttonAccessibilityLabel\":[1,\"button-accessibility-label\"],\"helperText\":[1,\"helper-text\"],\"suffixes\":[16],\"value\":[1026],\"min\":[2],\"max\":[2],\"disabled\":[4],\"error\":[4],\"completed\":[4],\"selectOnFocus\":[4,\"select-on-focus\"],\"suffix\":[32],\"isOpen\":[32],\"isValueHidden\":[32],\"isKeyboardFocus\":[32],\"getValue\":[64],\"resetSuffix\":[64]},[[8,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[8,\"click\",\"onClick\"],[0,\"input\",\"inputChangeHandler\"],[0,\"blur\",\"onBlur\"]],{\"suffix\":[\"onSuffixChange\"]}],[1,\"tet-stepper-input\",{\"value\":[1026],\"theme\":[1],\"min\":[2],\"max\":[2],\"step\":[2],\"selectOnFocus\":[4,\"select-on-focus\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"language\":[1],\"getValue\":[64]},[[0,\"keydown\",\"onKeydown\"],[0,\"focus\",\"onFocus\"],[0,\"input\",\"inputChangeHandler\"]],{\"language\":[\"onLanguageChange\"],\"value\":[\"onValueChange\"]}]]],[\"tet-range-slider_2\",[[1,\"tet-range-slider\",{\"parentContainer\":[1040],\"minValue\":[2,\"min-value\"],\"maxValue\":[2,\"max-value\"],\"inputMaxValue\":[2,\"input-max-value\"],\"defaultValue\":[2,\"default-value\"],\"step\":[2],\"dataPoints\":[16],\"displayDataPoints\":[16],\"lockToDataPoint\":[4,\"lock-to-data-point\"],\"type\":[1],\"withControls\":[4,\"with-controls\"],\"withInput\":[4,\"with-input\"],\"withCurrentStepCounter\":[4,\"with-current-step-counter\"],\"dataUnits\":[1,\"data-units\"],\"size\":[1],\"reduceButtonAccessibilityLabel\":[1,\"reduce-button-accessibility-label\"],\"addButtonAccessibilityLabel\":[1,\"add-button-accessibility-label\"],\"numberInputAccessibilityLabel\":[1,\"number-input-accessibility-label\"],\"sliderInputAccessibilityLabel\":[1,\"slider-input-accessibility-label\"],\"theme\":[1],\"currentValue\":[32],\"dataSet\":[32],\"containerSize\":[32],\"tooltipOffset\":[32],\"isSliding\":[32],\"isPointerDown\":[32],\"positions\":[32]},[[9,\"resize\",\"onWindowResize\"]],{\"dataPoints\":[\"onDataPointsChange\"],\"type\":[\"onTypeChange\"],\"currentValue\":[\"onCurrentValueChange\"],\"size\":[\"onSizeChange\"]}],[1,\"tet-switch\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"setChecked\":[64]}]]],[\"tet-radio\",[[6,\"tet-radio\",{\"theme\":[1],\"label\":[1],\"accessibilityLabel\":[1,\"accessibility-label\"],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"inputAutofocus\":[4,\"input-autofocus\"],\"setChecked\":[64]},[[0,\"keydown\",\"onKeydown\"]]]]],[\"tet-tooltip\",[[1,\"tet-tooltip\",{\"theme\":[1],\"targetElementSelector\":[1,\"target-element-selector\"],\"hoverElement\":[16],\"doNotShowOnHover\":[4,\"do-not-show-on-hover\"],\"position\":[1],\"positionState\":[32],\"showTooltip\":[32],\"show\":[64],\"hide\":[64],\"toggle\":[64]},[[16,\"touchmove\",\"handleTouchmove\"],[16,\"wheel\",\"handleWheel\"],[16,\"keydown\",\"onKeydown\"],[9,\"resize\",\"handleResize\"]],{\"position\":[\"handlePositionChange\"],\"showTooltip\":[\"onShowTooltipChange\"]}]]],[\"tet-loader\",[[1,\"tet-loader\"]]],[\"tet-placeholder\",[[1,\"tet-placeholder\",{\"width\":[1],\"height\":[1],\"darkTheme\":[4,\"dark-theme\"]}]]],[\"tet-icon\",[[1,\"tet-icon\",{\"name\":[1],\"theme\":[1],\"type\":[1],\"useDefaultColor\":[4,\"use-default-color\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"focusable\":[4]},null,{\"name\":[\"onNameChange\"]}]]],[\"tet-button\",[[17,\"tet-button\",{\"clickCallback\":[16],\"size\":[1],\"type\":[1],\"theme\":[1],\"disabled\":[4],\"iconMode\":[4,\"icon-mode\"],\"iconPosition\":[1,\"icon-position\"],\"iconName\":[1,\"icon-name\"],\"elementId\":[1,\"element-id\"],\"accessibilityLabel\":[1,\"accessibility-label\"],\"url\":[1],\"urlTarget\":[1,\"url-target\"]}]]],[\"tet-compare-card_4\",[[1,\"tet-tab-content\",{\"dataName\":[1,\"data-name\"],\"defaultTab\":[8,\"default-tab\"],\"parentContainer\":[16],\"useVisibility\":[4,\"use-visibility\"],\"selectedId\":[32],\"previousDataName\":[32],\"previousParentContainer\":[32],\"init\":[64],\"selectTab\":[64]},null,{\"dataName\":[\"onDataNameChange\"],\"parentContainer\":[\"onParentContainerChange\"]}],[1,\"tet-compare-card\",{\"clickCallback\":[16],\"index\":[2],\"cardType\":[1,\"card-type\"],\"theme\":[1],\"colorIcons\":[4,\"color-icons\"],\"fullHeight\":[4,\"full-height\"],\"bestChoice\":[4,\"best-choice\"],\"cardHeader\":[1,\"card-header\"],\"logo\":[1],\"image\":[1],\"thumbnail\":[1],\"thumbnailAlt\":[1,\"thumbnail-alt\"],\"language\":[1],\"options\":[16],\"minWideWidth\":[2,\"min-wide-width\"],\"cardList\":[4,\"card-list\"],\"cardBackgroundColor\":[1,\"card-background-color\"],\"cardScript\":[1,\"card-script\"],\"parentContainer\":[16],\"hideBestChoiceBorder\":[4,\"hide-best-choice-border\"],\"withBorder\":[4,\"with-border\"],\"priceShownVertically\":[4,\"price-shown-vertically\"],\"bestChoiceTextPosition\":[1,\"best-choice-text-position\"],\"secondaryLinkPosition\":[1,\"secondary-link-position\"],\"showBulletPoints\":[4,\"show-bullet-points\"],\"showSubTitle\":[4,\"show-sub-title\"],\"showHelper\":[4,\"show-helper\"],\"isNetflixCard\":[4,\"is-netflix-card\"],\"darkMode\":[4,\"dark-mode\"],\"currentCardType\":[32]},[[0,\"click\",\"onClick\"]]],[1,\"tet-tab-header\",{\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"type\":[1],\"position\":[1],\"sizing\":[1],\"defaultTab\":[8,\"default-tab\"],\"segmented\":[4],\"hideHeaderUnderline\":[4,\"hide-header-underline\"],\"hideActiveHeaderUnderline\":[4,\"hide-active-header-underline\"],\"autoplayDelay\":[2,\"autoplay-delay\"],\"stopAutoplayOnHeaderHover\":[4,\"stop-autoplay-on-header-hover\"],\"stopAutoplayOnContentHover\":[4,\"stop-autoplay-on-content-hover\"],\"dataName\":[1,\"data-name\"],\"selectedId\":[32],\"positions\":[32],\"autoplay\":[32],\"segmentAnimation\":[32],\"toggleAutoplay\":[64],\"stopAutoplay\":[64],\"startAutoplay\":[64],\"selectTab\":[64]},null,{\"hideActiveHeaderUnderline\":[\"showActiveHeaderUnderline\"],\"autoplayDelay\":[\"onAutoplayDelayChange\"],\"segmented\":[\"onSegmentedChange\"]}],[1,\"tet-dropdown\",{\"label\":[1],\"labelLogo\":[1,\"label-logo\"],\"labelLogoGrayscale\":[1,\"label-logo-grayscale\"],\"labelRight\":[1,\"label-right\"],\"labelRightColor\":[1,\"label-right-color\"],\"labelSubText\":[1,\"label-sub-text\"],\"flexLayout\":[4,\"flex-layout\"],\"buttonLabel\":[1,\"button-label\"],\"allowMultiple\":[4,\"allow-multiple\"],\"closeOnSelection\":[4,\"close-on-selection\"],\"theme\":[1],\"options\":[16],\"disabled\":[4],\"selectedOptionIndexes\":[32],\"isOpen\":[32],\"isKeyboardFocus\":[32],\"getSelectedOptions\":[64],\"selectOption\":[64]},[[8,\"click\",\"handleWindowClick\"],[8,\"focusout\",\"handleFocusOut\"]],{\"options\":[\"onOptionsChange\"]}]]],[\"tet-address-offers_4\",[[1,\"tet-address-offers\",{\"addressKey\":[8,\"address-key\"],\"theme\":[1],\"darkMode\":[4,\"dark-mode\"],\"termText\":[1,\"term-text\"],\"formParameters\":[1,\"form-parameters\"],\"language\":[1],\"showLoader\":[32]},null,{\"addressKey\":[\"onAddressKeyChange\"],\"language\":[\"onLanguageChanged\"]}],[1,\"tet-availability-contact-form\",{\"language\":[1],\"taskOptions\":[16],\"submitButtonProps\":[16],\"showTitle\":[4,\"show-title\"],\"showInputLabel\":[4,\"show-input-label\"],\"theme\":[1],\"darkTheme\":[4,\"dark-theme\"],\"success\":[1028],\"showAvailabilityContactForm\":[4,\"show-availability-contact-form\"],\"subtitle\":[1],\"showLoader\":[32]},[[0,\"taskCreationSuccess\",\"onSuccess\"],[4,\"emptyCatalog\",\"onEmptyCatalog\"]],{\"language\":[\"onLanguageChange\"]}],[1,\"tet-address-offers-filters\",{\"language\":[1],\"clearFilterButton\":[4,\"clear-filter-button\"],\"theme\":[1]},null,{\"language\":[\"onLanguageChange\"]}],[1,\"tet-asset-availability-addresses\",{\"accessToken\":[1,\"access-token\"],\"pid\":[1],\"salesforceAccountId\":[1,\"salesforce-account-id\"],\"theme\":[1],\"addressSearchLabel\":[1,\"address-search-label\"],\"addressSearchPlaceholder\":[1,\"address-search-placeholder\"],\"addresses\":[32],\"lastAddedKey\":[32],\"showLoader\":[32],\"unselectAssetAddresses\":[64]},null,{\"pid\":[\"loadAddressesOnPidChange\"],\"salesforceAccountId\":[\"loadAddressesOnAccountIdChange\"],\"addresses\":[\"onAddressesChange\"]}]]],[\"tet-datepicker-header_4\",[[1,\"tet-datepicker-header\",{\"locale\":[1],\"selectedDate\":[16],\"internalDate\":[16],\"datepickerView\":[1,\"datepicker-view\"]}],[1,\"tet-datepicker-month-view\",{\"rangeDates\":[16],\"selectedDate\":[16],\"internalDate\":[16],\"rangePickerMode\":[4,\"range-picker-mode\"],\"inRangeHoverDate\":[32]},null,{\"internalDate\":[\"handleDateChange\"]}],[1,\"tet-datepicker-multi-year-view\",{\"selectedDate\":[16],\"internalDate\":[16],\"years\":[32]},null,{\"internalDate\":[\"handleInternalDateChange\"]}],[1,\"tet-datepicker-year-view\",{\"selectedDate\":[16],\"internalDate\":[16]}]]],[\"tet-tag_2\",[[1,\"tet-tag-group\",{\"language\":[1],\"tags\":[16],\"theme\":[1]}],[1,\"tet-tag\",{\"tagTitle\":[1,\"tag-title\"],\"count\":[2],\"active\":[4],\"theme\":[1],\"showIcon\":[4,\"show-icon\"],\"language\":[1]},null,{\"language\":[\"onLanguageChange\"]}]]],[\"tet-dialog\",[[1,\"tet-dialog\",{\"headerTitle\":[1,\"header-title\"],\"isOpen\":[1540,\"is-open\"],\"theme\":[1],\"closeOnOverlayClick\":[4,\"close-on-overlay-click\"],\"closeOnEscape\":[4,\"close-on-escape\"],\"preventDefaultClose\":[4,\"prevent-default-close\"],\"footerDisplay\":[1,\"footer-display\"],\"hideCloseButton\":[4,\"hide-close-button\"],\"showHeaderDivider\":[4,\"show-header-divider\"],\"hideHeader\":[4,\"hide-header\"],\"titleId\":[1,\"title-id\"],\"open\":[64],\"close\":[64]},[[8,\"keydown\",\"handleKeyDown\"]],{\"isOpen\":[\"onDialogOpenAction\"]}]]],[\"tet-autocomplete_2\",[[1,\"tet-autocomplete\",{\"showOptionsOnEscapeClear\":[4,\"show-options-on-escape-clear\"],\"defaultOptions\":[16],\"optionsFilterAction\":[16],\"typingDebounceTime\":[2,\"typing-debounce-time\"],\"noOptionsMessage\":[1,\"no-options-message\"],\"noOptionsRenderFunction\":[16],\"clearCallback\":[16],\"finishedLoading\":[16],\"newStyle\":[4,\"new-style\"],\"highlightOptionsKeyword\":[4,\"highlight-options-keyword\"],\"darkTheme\":[4,\"dark-theme\"],\"optionsIcon\":[1,\"options-icon\"],\"redesignedStyle\":[4,\"redesigned-style\"],\"filteredOptions\":[32],\"activeOption\":[32],\"showOptions\":[32],\"showLoader\":[32],\"isKeyboardFocus\":[32],\"clear\":[64],\"focusOnNativeInput\":[64],\"selectOption\":[64]},[[0,\"click\",\"onClick\"],[8,\"click\",\"onWindowClick\"],[9,\"mousedown\",\"onMouseDown\"],[8,\"activeComponentStateChanged\",\"onComponentActiveStateChange\"],[0,\"keydown\",\"handleKeyDown\"],[0,\"focusout\",\"handleFocusOut\"]]],[1,\"tet-spinner\",{\"theme\":[1],\"size\":[1],\"type\":[1],\"previousProgress\":[32],\"setProgress\":[64]},null,{\"type\":[\"onTypeChange\"]}]]],[\"tet-checkbox\",[[1,\"tet-checkbox\",{\"theme\":[1],\"label\":[1],\"name\":[1],\"value\":[8],\"disabled\":[4],\"checked\":[1540],\"error\":[1540],\"indeterminate\":[1540],\"setChecked\":[64],\"setIndeterminate\":[64],\"setError\":[64]},null,{\"indeterminate\":[\"updateIndeterminateState\"]}]]],[\"tet-container_2\",[[1,\"tet-selection-list\",{\"items\":[16],\"preSelectedItems\":[16],\"multipleSelections\":[4,\"multiple-selections\"],\"itemRenderFunction\":[16],\"identifier\":[1],\"selectedItems\":[32],\"unsetSelectedItems\":[64],\"getSelectedItems\":[64]},null,{\"preSelectedItems\":[\"onPreselectedItemsChanged\"]}],[1,\"tet-container\",{\"highlightable\":[4],\"selected\":[4],\"theme\":[1]}]]]]"), options);
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export { defineCustomElements };
|
|
@@ -552,9 +552,6 @@ const TetCompareCard = class {
|
|
|
552
552
|
}
|
|
553
553
|
return this.parentElement;
|
|
554
554
|
}
|
|
555
|
-
getDropdownTheme() {
|
|
556
|
-
return this.options.dropdownTheme;
|
|
557
|
-
}
|
|
558
555
|
getTheme() {
|
|
559
556
|
if (this.darkMode) {
|
|
560
557
|
if (this.theme === 'classic' || this.theme === 'light' || this.theme === 'dark') {
|
|
@@ -629,7 +626,7 @@ const TetCompareCard = class {
|
|
|
629
626
|
'price-wrapper': true,
|
|
630
627
|
'price-wrap': this.options.priceWrap,
|
|
631
628
|
'price-flex-column': this.priceShownVertically
|
|
632
|
-
} }, h("div", { class: "price-container" }, this.options.pricePrefix && h("div", { class: "price-prefix", innerHTML: this.options.pricePrefix }), h("div", { class: "new-price translation-none" }, parseFloat(this.options.price.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "currency" }, h("span", null, this.options.currency), this.renderTooltip('priceInfo'))), this.options.oldPrice ? (h("div", { class: "old-price-container" }, h("div", { class: "old-price translation-none" }, parseFloat(this.options.oldPrice.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "old-currency" }, this.options.currency))) : (''))) : (''), this.showHelper ? (h("div", { class: "helper" }, this.options.term ? h("div", { class: "term" }, this.options.term) : '', this.options.termText ? h("div", { class: "term-text", innerHTML: this.options.termText }) : '', h("span", { innerHTML: this.options.helper }))) : (''), this.isNetflixCard && this.options.selectOptions !== undefined ? (h("div", { class: "select" }, h("tet-dropdown", { id: "dropdown", class: "cards-dropdown", theme: this.
|
|
629
|
+
} }, h("div", { class: "price-container" }, this.options.pricePrefix && h("div", { class: "price-prefix", innerHTML: this.options.pricePrefix }), h("div", { class: "new-price translation-none" }, parseFloat(this.options.price.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "currency" }, h("span", null, this.options.currency), this.renderTooltip('priceInfo'))), this.options.oldPrice ? (h("div", { class: "old-price-container" }, h("div", { class: "old-price translation-none" }, parseFloat(this.options.oldPrice.replace(',', '.')).toFixed(2).replace('.', ',')), h("div", { class: "old-currency" }, this.options.currency))) : (''))) : (''), this.showHelper ? (h("div", { class: "helper" }, this.options.term ? h("div", { class: "term" }, this.options.term) : '', this.options.termText ? h("div", { class: "term-text", innerHTML: this.options.termText }) : '', h("span", { innerHTML: this.options.helper }))) : (''), this.isNetflixCard && this.options.selectOptions !== undefined ? (h("div", { class: "select" }, h("tet-dropdown", { id: "dropdown", class: "cards-dropdown", theme: this.darkMode ? 'dark' : 'light', "button-label": "", "label-logo": this.options.selectOptions[0].labelLogo, "label-right": this.options.selectOptions[0].labelRight, "label-right-color": this.options.selectOptions[0].labelRightColor, "close-on-selection": true, options: this.options.selectOptions, "flex-layout": true }))) : ('')), h("div", { class: "button-wrapper" }, this.renderButton(), h("div", { class: "description-wrapper js-resize-divide-slot" }, h("slot", { name: "description-slot" })), this.options.secondaryLink && this.options.secondaryLinkText && (h("div", { class: {
|
|
633
630
|
'secondary-link': true,
|
|
634
631
|
[`${this.secondaryLinkPosition}`]: true
|
|
635
632
|
} }, this.options.secondaryLinkOpenBlank ? (h("a", { target: "_blank", href: this.options.secondaryLink }, this.options.secondaryLinkText)) : (h("a", { href: this.options.secondaryLink }, this.options.secondaryLinkText)))))), this.cardScript ? h("link", { href: this.cardScript, rel: "stylesheet", type: "text/css" }) : '', h("div", { class: "data-hidden" }, h("div", { "data-attribute": "hero-title" }, this.options.heroTitle ? this.options.heroTitle : ''), h("div", { "data-attribute": "main-title" }, this.options.mainTitle ? this.options.mainTitle : ''), h("div", { "data-attribute": "sub-title" }, this.options.subTitle ? this.options.subTitle : ''), h("div", { "data-attribute": "price" }, this.options.price ? this.formatPrice(this.options.price) : ''), h("div", { "data-attribute": "old-price" }, this.options.oldPrice ? this.formatPrice(this.options.oldPrice) : ''), h("div", { "data-attribute": "term" }, this.options.term ? this.options.term : ''), h("div", { "data-attribute": "term-text" }, this.options.termText ? this.options.termText : ''), h("div", { "data-attribute": "helper" }, this.options.helper ? this.options.helper : ''), h("div", { "data-attribute": "description" }, h("slot", { name: "description-slot" })), h("div", { "data-attribute": "custom-slot" }, h("slot", { name: "custom-slot" })), this.showBulletPoints ? (h("div", { "data-attribute": "bullet-points" }, (_d = (_c = this.options) === null || _c === void 0 ? void 0 : _c.bulletPoints) === null || _d === void 0 ? void 0 : _d.map((bulletpoint) => (h("div", null, bulletpoint))))) : (''), h("div", { "data-attribute": "divided-information" }, h("slot", { name: "divided-information-slot" })), this.options.pricePrefix ?
|
|
@@ -25,6 +25,7 @@ const TetTabCompareCards = class {
|
|
|
25
25
|
this.theme = 'light';
|
|
26
26
|
this.darkMode = false;
|
|
27
27
|
this.isNetflixCard = false;
|
|
28
|
+
this.darkHeader = false;
|
|
28
29
|
this.productDataLoaded = false;
|
|
29
30
|
this.showLoader = true;
|
|
30
31
|
this.productSACData = undefined;
|
|
@@ -124,7 +125,7 @@ const TetTabCompareCards = class {
|
|
|
124
125
|
tab.disabled = true;
|
|
125
126
|
}
|
|
126
127
|
});
|
|
127
|
-
return (h("div", { class: "tet-compare-cards-tab__header-container" }, h("tet-tab-header", { darkMode: this.darkMode, position: tabList.tabHeader.position, "default-tab": `tab-${level}-${tabList.tabHeader.defaultTabIndex}`, segmented: tabList.tabHeader.segmented, sizing: tabList.tabHeader.sizing, "data-name": tabList.tabHeader.dataName, class: "tet-compare-cards-tab__header" }, tabList.tabs.map((element, index) => (h("button", { "data-name": `tab-${level}-${index}`, class: { disabled: element.disabled || this.showLoader, 'button': true } }, element.image && !element.imagePositionRight ?
|
|
128
|
+
return (h("div", { class: "tet-compare-cards-tab__header-container" }, h("tet-tab-header", { darkMode: this.darkHeader ? true : this.darkMode, position: tabList.tabHeader.position, "default-tab": `tab-${level}-${tabList.tabHeader.defaultTabIndex}`, segmented: tabList.tabHeader.segmented, sizing: tabList.tabHeader.sizing, "data-name": tabList.tabHeader.dataName, class: "tet-compare-cards-tab__header" }, tabList.tabs.map((element, index) => (h("button", { "data-name": `tab-${level}-${index}`, class: { disabled: element.disabled || this.showLoader, 'button': true } }, element.image && !element.imagePositionRight ?
|
|
128
129
|
h("img", { class: "tet-compare-cards-tab__header--image", src: element.image, alt: element.altText }) : '', element.title, element.image && element.imagePositionRight ?
|
|
129
130
|
h("img", { class: { 'tet-compare-cards-tab__header--image': true, 'right': true }, src: element.image, alt: element.altText }) : ''))))));
|
|
130
131
|
}
|
|
@@ -168,7 +169,7 @@ const TetTabCompareCards = class {
|
|
|
168
169
|
return (h("div", { class: "tet-compare-cards-tab__content" }, h("tet-compare-cards", { theme: this.theme, "dark-mode": this.darkMode, "is-netflix-card": this.isNetflixCard, layout: this.layout, "force-column": this.forceColumn, "vat-text": vatText !== null && vatText !== void 0 ? vatText : false, "card-script": cardScript !== null && cardScript !== void 0 ? cardScript : false, data: cardsWithAddedSACData, newUrlGeneratorStructure: this.newUrlGeneratorStructure })));
|
|
169
170
|
}
|
|
170
171
|
render() {
|
|
171
|
-
return (h(Host, { key: '
|
|
172
|
+
return (h(Host, { key: '7058e7a89d8ca7993468913c87960e84883e4902' }, h("div", { key: 'ee7613f3e2f6e0c98fd446fb70cf2c50f3642373', class: "tet-compare-cards-tab-wrapper" }, this.renderTabHeader(this.data, 1), this.renderLoader(), h("div", { key: '250357233316a3e84a5ae0072968f25750b1f5ec', class: {
|
|
172
173
|
'tet-compare-cards-tab__cards': true,
|
|
173
174
|
'hidden': this.showLoader
|
|
174
175
|
} }, this.productDataLoaded ? this.renderContent(this.data, 1) : ''))));
|