@tet/tet-components 1.3.146-testing → 1.3.147-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/index-f559cb2e.js +24 -36
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{tet-notification.cjs.entry.js → tet-accordion_2.cjs.entry.js} +131 -0
- package/dist/cjs/tet-address-offers-filters-products_2.cjs.entry.js +1 -1
- package/dist/cjs/{tet-autocomplete_2.cjs.entry.js → tet-autocomplete.cjs.entry.js} +0 -65
- package/dist/cjs/tet-b2b-check-out-form_5.cjs.entry.js +647 -0
- package/dist/cjs/tet-b2b-configurator.cjs.entry.js +536 -0
- package/dist/cjs/tet-b2b-service-calculator.cjs.entry.js +1 -1
- package/dist/cjs/tet-border-radius.cjs.entry.js +1 -1
- package/dist/cjs/tet-business-lines.cjs.entry.js +1 -1
- package/dist/cjs/tet-colors.cjs.entry.js +4 -4
- package/dist/cjs/tet-compare-card-v2.cjs.entry.js +1 -1
- package/dist/cjs/tet-components.cjs.js +1 -1
- package/dist/cjs/tet-font-weight.cjs.entry.js +1 -1
- package/dist/cjs/tet-fonts.cjs.entry.js +1 -1
- package/dist/cjs/tet-grid.cjs.entry.js +1 -1
- package/dist/cjs/tet-layout.cjs.entry.js +1 -1
- package/dist/cjs/tet-link.cjs.entry.js +1 -1
- package/dist/cjs/tet-spacing.cjs.entry.js +1 -1
- package/dist/cjs/tet-spinner.cjs.entry.js +71 -0
- package/dist/cjs/tet-text-list.cjs.entry.js +1 -1
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/test/tet-b2b-compare-card.spec.js +0 -1
- package/dist/collection/components/advanced/cards/tet-b2b-compare-card/tet-b2b-compare-card.js +8 -8
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.css +7 -0
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.js +31 -7
- package/dist/collection/components/advanced/cards/tet-compare-card/tet-compare-card.css +1 -0
- package/dist/collection/components/advanced/cards/tet-compare-card-v2/tet-compare-card-v2.css +1 -0
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.css +0 -2
- package/dist/collection/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.js +24 -4
- package/dist/collection/components/simple/lists/tet-text-list/tet-text-list.css +1 -0
- package/dist/collection/components/simple/menu/tet-business-navigation/tet-business-navigation.css +15 -5
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.css +4 -2
- package/dist/collection/components/simple/structural/tet-accordion/tet-accordion.js +27 -5
- package/dist/collection/components/views/tet-b2b-configurator/b2b-configurator.store.js +47 -0
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/test/tet-b2b-configurator-cart.spec.js +10 -1
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.css +54 -9
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.js +106 -8
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.css +472 -0
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.js +612 -0
- package/dist/collection/components/views/tet-b2b-service-calculator/tet-b2b-service-calculator.js +1 -1
- package/dist/collection/components/views/tet-business-lines/tet-business-lines.js +1 -1
- package/dist/collection/docs/styling/border-radius/tet-border-radius.js +1 -1
- package/dist/collection/docs/styling/colors/tet-colors.js +4 -4
- package/dist/collection/docs/styling/font-weight/tet-font-weight.js +1 -1
- package/dist/collection/docs/styling/fonts/tet-fonts.js +1 -1
- package/dist/collection/docs/styling/layout/tet-layout.js +1 -1
- package/dist/collection/docs/styling/link/tet-link.js +1 -1
- package/dist/collection/docs/styling/spacing/tet-spacing.js +1 -1
- package/dist/collection/docs/styling/tet-grid/tet-grid.js +1 -1
- package/dist/collection/services/utils/minimum-duration-time.js +14 -0
- package/dist/components/index.js +2 -0
- package/dist/components/{p-08cb8e8b.js → p-401be6d8.js} +8 -6
- package/dist/components/{p-b3266df2.js → p-42c3311c.js} +1 -1
- package/dist/components/{p-c15aec6f.js → p-4a4c9b2c.js} +1 -1
- package/dist/{esm/tet-business-navigation.entry.js → components/p-5541195e.js} +35 -8
- package/dist/components/{p-e735af9c.js → p-8dd212bd.js} +1 -1
- package/dist/{esm/tet-b2b-compare-card.entry.js → components/p-922171da.js} +68 -20
- package/dist/{esm/tet-b2b-check-out-form.entry.js → components/p-b74f5470.js} +69 -16
- package/dist/components/p-cbf2c238.js +227 -0
- package/dist/components/{p-18778346.js → p-e72ea31d.js} +1 -1
- package/dist/{esm/tet-business-summary-card.entry.js → components/p-f68a8deb.js} +66 -14
- package/dist/components/tet-accordion.js +1 -1
- package/dist/components/tet-address-offers-view.js +2 -2
- package/dist/components/tet-address-offers.js +1 -1
- package/dist/components/tet-b2b-check-out-form.js +1 -207
- package/dist/components/tet-b2b-compare-card.js +1 -206
- package/dist/components/tet-b2b-configurator-cart.js +1 -167
- package/dist/components/tet-b2b-configurator.d.ts +11 -0
- package/dist/components/tet-b2b-configurator.js +661 -0
- package/dist/components/tet-b2b-service-calculator.js +1 -1
- package/dist/components/tet-border-radius.js +1 -1
- package/dist/components/tet-business-compare-card.js +1 -1
- package/dist/components/tet-business-lines.js +1 -1
- package/dist/components/tet-business-navigation.js +1 -103
- package/dist/components/tet-business-summary-card.js +1 -116
- package/dist/components/tet-colors.js +4 -4
- package/dist/components/tet-compare-card-v2.js +1 -1
- package/dist/components/tet-compare-card.js +1 -1
- package/dist/components/tet-compare-cards-tab.js +2 -2
- package/dist/components/tet-compare-cards.js +1 -1
- package/dist/components/tet-font-weight.js +1 -1
- package/dist/components/tet-fonts.js +1 -1
- package/dist/components/tet-grid.js +1 -1
- package/dist/components/tet-layout.js +1 -1
- package/dist/components/tet-link.js +1 -1
- package/dist/components/tet-spacing.js +1 -1
- package/dist/components/tet-text-list.js +1 -1
- package/dist/esm/index-7f1e2a22.js +24 -36
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{tet-notification.entry.js → tet-accordion_2.entry.js} +132 -2
- package/dist/esm/tet-address-offers-filters-products_2.entry.js +1 -1
- package/dist/esm/{tet-autocomplete_2.entry.js → tet-autocomplete.entry.js} +1 -65
- package/dist/esm/tet-b2b-check-out-form_5.entry.js +639 -0
- package/dist/esm/tet-b2b-configurator.entry.js +532 -0
- package/dist/esm/tet-b2b-service-calculator.entry.js +1 -1
- package/dist/esm/tet-border-radius.entry.js +1 -1
- package/dist/esm/tet-business-lines.entry.js +1 -1
- package/dist/esm/tet-colors.entry.js +4 -4
- package/dist/esm/tet-compare-card-v2.entry.js +1 -1
- package/dist/esm/tet-components.js +1 -1
- package/dist/esm/tet-font-weight.entry.js +1 -1
- package/dist/esm/tet-fonts.entry.js +1 -1
- package/dist/esm/tet-grid.entry.js +1 -1
- package/dist/esm/tet-layout.entry.js +1 -1
- package/dist/esm/tet-link.entry.js +1 -1
- package/dist/esm/tet-spacing.entry.js +1 -1
- package/dist/esm/tet-spinner.entry.js +67 -0
- package/dist/esm/tet-text-list.entry.js +1 -1
- package/dist/tet-components/{p-0121cef5.entry.js → p-067c2f1b.entry.js} +1 -1
- package/dist/tet-components/{p-bb6387c6.entry.js → p-0738afc0.entry.js} +1 -1
- package/dist/tet-components/{p-f476f61c.entry.js → p-07aee8d0.entry.js} +1 -1
- package/dist/tet-components/p-0d818b7e.entry.js +1 -0
- package/dist/tet-components/{p-56460d2d.entry.js → p-4c9e742f.entry.js} +1 -1
- package/dist/tet-components/{p-9c274191.entry.js → p-4e0a24ba.entry.js} +1 -1
- package/dist/tet-components/p-4ea127f4.entry.js +1 -0
- package/dist/tet-components/{p-9bfcf2cc.entry.js → p-62eb4fe0.entry.js} +1 -1
- package/dist/tet-components/{p-38c3b247.entry.js → p-662d9457.entry.js} +1 -1
- package/dist/tet-components/{p-1ddb9e3c.entry.js → p-677b8bf7.entry.js} +1 -1
- package/dist/tet-components/{p-7f00f463.entry.js → p-6a4a979c.entry.js} +1 -1
- package/dist/tet-components/p-6d2c4b16.entry.js +1 -0
- package/dist/tet-components/{p-6782340f.entry.js → p-9513c8f6.entry.js} +1 -1
- package/dist/tet-components/p-af917a8f.entry.js +1 -0
- package/dist/tet-components/{p-597e234a.entry.js → p-dcb66405.entry.js} +1 -1
- package/dist/tet-components/{p-4838a00a.entry.js → p-e311eb7d.entry.js} +1 -1
- package/dist/tet-components/p-ed67bd52.entry.js +1 -0
- package/dist/tet-components/{p-bd8a0449.entry.js → p-eed6163a.entry.js} +1 -1
- package/dist/tet-components/tet-components.css +1 -1
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/dist/types/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.d.ts +4 -2
- package/dist/types/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.d.ts +2 -1
- package/dist/types/components/simple/structural/tet-accordion/tet-accordion.d.ts +5 -0
- package/dist/types/components/views/tet-b2b-configurator/b2b-configurator.store.d.ts +22 -0
- package/dist/types/components.d.ts +100 -4
- package/dist/types/services/api/interfaces/property.interface.d.ts +2 -2
- package/dist/types/services/api/services/b2b-configurator/b2b-configurator.d.ts +4 -4
- package/dist/types/services/utils/minimum-duration-time.d.ts +9 -0
- package/package.json +1 -1
- package/dist/cjs/tet-accordion.cjs.entry.js +0 -136
- package/dist/cjs/tet-b2b-check-out-form.cjs.entry.js +0 -164
- package/dist/cjs/tet-b2b-compare-card.cjs.entry.js +0 -164
- package/dist/cjs/tet-b2b-configurator-cart.cjs.entry.js +0 -129
- package/dist/cjs/tet-business-navigation.cjs.entry.js +0 -82
- package/dist/cjs/tet-business-summary-card.cjs.entry.js +0 -77
- package/dist/esm/tet-accordion.entry.js +0 -132
- package/dist/esm/tet-b2b-configurator-cart.entry.js +0 -125
- package/dist/tet-components/p-05fc6443.entry.js +0 -1
- package/dist/tet-components/p-319c29e9.entry.js +0 -1
- package/dist/tet-components/p-47618056.entry.js +0 -1
- package/dist/tet-components/p-4eb386f5.entry.js +0 -1
- package/dist/tet-components/p-62419a1f.entry.js +0 -1
- package/dist/tet-components/p-a9499bbb.entry.js +0 -1
- package/dist/tet-components/p-d0d39e88.entry.js +0 -1
- package/dist/tet-components/p-ff5dba0e.entry.js +0 -1
- package/dist/types/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.d.ts +0 -67
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-1ec7f341.js";export{s as setNonce}from"./p-1ec7f341.js";import{g as a}from"./p-e1255160.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((async e=>(await a(),t(JSON.parse('[["p-94c3c4ec",[[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"]}]]],["p-eeb72714",[[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"],"withProductFilters":[4,"with-product-filters"],"productDataLoaded":[32],"showLoader":[32],"productSACData":[32],"filteredProductCodes":[32]},[[0,"compareCardsDidRender","hideLoader"]],{"showLoader":["onDataChange"]}]]],["p-79255c00",[[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"]}]]],["p-c1294aa0",[[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"]}]]],["p-4838a00a",[[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"]}]]],["p-d4d704e4",[[1,"tet-cloud-application-form-dialog",{"privacyPolicyLinkUrl":[1,"privacy-policy-link-url"],"loading":[4],"showOverlay":[4,"show-overlay"],"language":[1],"theme":[1],"privacyPolicyError":[32],"open":[64],"close":[64]},null,{"language":["onLanguageChange"]}]]],["p-597e234a",[[1,"tet-compare-card-v2",{"clickCallback":[16],"cardType":[1,"card-type"],"theme":[1],"colorIcons":[4,"color-icons"],"bestChoice":[4,"best-choice"],"language":[1],"options":[16],"cardBackgroundColor":[1,"card-background-color"],"cardScript":[1,"card-script"],"bestChoiceTextPosition":[1,"best-choice-text-position"],"darkMode":[4,"dark-mode"],"bonuses":[16],"benefitTitle":[1,"benefit-title"],"benefits":[16],"contractTerm":[2,"contract-term"],"bestChoiceText":[1,"best-choice-text"],"currency":[1],"secondaryLink":[1,"secondary-link"],"secondaryLinkText":[1,"secondary-link-text"],"secondaryLinkOpenBlank":[4,"secondary-link-open-blank"],"buttonTitle":[1,"button-title"],"linkOpenBlank":[4,"link-open-blank"],"dropdownOptions":[16],"showLoader":[32],"selectedProductCode":[32],"selectedSwitchKeys":[32],"preselectedKeys":[32],"preselectedProductCode":[32],"allProductData":[32],"preselectedRemountId":[32]},[[0,"optionSelected","onOptionSelected"]]]]],["p-05fc6443",[[1,"tet-b2b-check-out-form",{"language":[1],"theme":[1],"open":[64]},null,{"language":["onLanguageChange"]}]]],["p-2a3448bc",[[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"]}]]],["p-d4603ec3",[[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"]}]]],["p-8fd47633",[[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"]}]]],["p-5d321447",[[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"]}]]],["p-cb7e189e",[[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]}]]],["p-62419a1f",[[1,"tet-b2b-compare-card",{"theme":[1],"options":[16],"count":[2],"isSelected":[4,"is-selected"],"localCount":[32],"localIsSelected":[32],"isTablet":[32]},null,{"count":["syncCount"],"isSelected":["syncSelected"]}]]],["p-4eb386f5",[[1,"tet-b2b-configurator-cart",{"theme":[1],"data":[16],"isCartEmpty":[4,"is-cart-empty"],"context":[1],"isDesktopResolution":[4,"is-desktop-resolution"],"isAccordionOpen":[32],"isPrimaryBlockOpen":[32],"isSecondaryBlockOpen":[32],"primarySlotFilled":[32],"secondarySlotFilled":[32]},null,{"isDesktopResolution":["openAccordionOnResolutionChange"]}]]],["p-47618056",[[1,"tet-business-summary-card",{"productName":[1,"product-name"],"price":[2],"productDescription":[1,"product-description"],"discountPrice":[2,"discount-price"],"currency":[1],"contractTerm":[1,"contract-term"],"theme":[1],"withStepper":[4,"with-stepper"],"value":[2],"minValue":[2,"min-value"],"maxValue":[2,"max-value"],"stepperLabel":[1,"stepper-label"],"language":[1]}]]],["p-7f6ac0d6",[[1,"tet-dynamic-card",{"theme":[1],"size":[1],"sizeChangeBreakpoint":[1,"size-change-breakpoint"],"isInCarousel":[4,"is-in-carousel"],"pictureLayoutShiftPosition":[1,"picture-layout-shift-position"],"cardTitle":[1,"card-title"],"subtitle":[1],"tags":[16],"dateTag":[1,"date-tag"],"dateTagColorLight":[1,"date-tag-color-light"],"dateTagColorDark":[1,"date-tag-color-dark"],"priceTagOptions":[16],"linkHref":[1,"link-href"],"linkText":[1,"link-text"],"linkNewTab":[4,"link-new-tab"],"index":[2],"isFocused":[32],"originalSize":[32],"currentSize":[32]},null,{"theme":["onThemeChanged"],"size":["onSizeChange"]}]]],["p-d123c385",[[1,"tet-filter",{"theme":[1],"clearFilterButtonTitle":[1,"clear-filter-button-title"],"showClearFilterButton":[4,"show-clear-filter-button"],"tags":[16],"filterState":[32]},null,{"tags":["tagsWatchHandler"]}]]],["p-d025efa2",[[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],"theme":[1],"isKeydownFocus":[32]}]]],["p-98d6a381",[[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]}]]],["p-8b455701",[[1,"tet-referral",{"theme":[1],"language":[1],"data":[1]},null,{"language":["onLanguageChange"]}]]],["p-6e8f1b37",[[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"]}]]],["p-decd45f3",[[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"]}]]],["p-1ecc7145",[[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"]}]]],["p-59db86cf",[[1,"tet-business-compare-card",{"mainTitle":[1,"main-title"],"bulletPoints":[16],"pricePrefix":[1,"price-prefix"],"price":[1],"currency":[1],"theme":[1],"hasContentInFooter":[32]}]]],["p-57f2ce1a",[[1,"tet-carousel",{"theme":[1],"showDots":[4,"show-dots"],"showGradient":[4,"show-gradient"],"showButtons":[4,"show-buttons"],"transitionDuration":[2,"transition-duration"],"swipeThreshold":[2,"swipe-threshold"],"transitionTiming":[1,"transition-timing"],"buttonIconLeft":[1,"button-icon-left"],"buttonIconRight":[1,"button-icon-right"],"maxDots":[2,"max-dots"],"label":[1],"language":[1],"activeDotIndex":[32],"dotCount":[32],"totalItems":[32],"activeItem":[32],"isDragging":[32],"dragOffset":[32]},null,{"language":["onLanguageChange"],"showGradient":["checkGradient"],"dragOffset":["checkGradient"]}]]],["p-3ca29117",[[1,"tet-expandable-input",{"class":[1,"input-class"],"placeholder":[1,"input-placeholder"],"value":[1,"input-value"],"disabled":[4,"input-disabled"],"accessibilityLabel":[1,"accessibility-label"],"mode":[1],"closedWidth":[1,"closed-width"],"animationDuration":[2,"animation-duration"],"error":[4],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"iconRightClickCallback":[16],"validators":[16],"manualValidation":[4,"manual-validation"],"theme":[1],"size":[1],"closeInputText":[1,"close-input-text"],"darkMode":[4,"dark-mode"],"expanded":[32],"hasInputValue":[32],"getInputHtmlElement":[64],"getErrors":[64],"validateInput":[64],"setState":[64],"clear":[64]},[[0,"blur","onBlur"],[0,"focus","onFocus"]],{"mode":["onModeChange"],"size":["onSizeChange"]}]]],["p-00695447",[[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"]}]]],["p-2f029068",[[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,{"paused":["onPausedStateChange"],"language":["onLanguageChange"]}]]],["p-bd8a0449",[[1,"tet-business-lines",{"language":[1],"addressKey":[2,"address-key"],"showHeadings":[4,"show-headings"],"address":[32],"businessLines":[32]},null,{"language":["onLanguageChange"],"addressKey":["onAddressKeyChange"]}]]],["p-ff5dba0e",[[1,"tet-business-navigation",{"menuItems":[16],"theme":[1],"selectedItemId":[32],"positions":[32],"selectMenuItem":[64]}]]],["p-b1f31660",[[0,"tet-business-round-stepper",{"stepperData":[16],"layout":[1],"theme":[1]}]]],["p-476001d6",[[1,"tet-inline-message",{"variant":[1],"theme":[1]}]]],["p-65a928aa",[[1,"tet-label",{"labelTitle":[1,"label-title"],"translateTitle":[4,"translate-title"],"active":[4],"theme":[1],"type":[1],"showIcon":[4,"show-icon"]}]]],["p-557685b2",[[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"]]]]],["p-27b66648",[[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]}]]],["p-37259e51",[[1,"tet-navigation-mobile",{"darkMode":[4,"dark-mode"],"isTogglerExpanded":[32],"isTogglerVisible":[32],"showToggler":[64],"hideToggler":[64],"open":[64],"close":[64]},null,{"isTogglerExpanded":["onMenuToggle"]}]]],["p-bdce1210",[[1,"tet-round-stepper",{"stepperData":[16],"forcedColumn":[4,"forced-column"],"hideIcons":[4,"hide-icons"],"theme":[1]},[[9,"resize","onResize"]]]]],["p-992f7033",[[1,"tet-tv-gift-list",{"header":[1],"listBulletIcon":[1,"list-bullet-icon"],"imageSource":[1,"image-source"],"list":[16],"containerSize":[32]},[[9,"resize","onWindowResize"]]]]],["p-11e8f3aa",[[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"]}]]],["p-7f00f463",[[1,"tet-border-radius"]]],["p-4fd91299",[[1,"tet-business-card",{"mainTitle":[1,"main-title"],"subTitle":[1,"sub-title"],"infoText":[1,"info-text"],"type":[1],"theme":[1],"size":[32]}]]],["p-6782340f",[[1,"tet-colors",{"showVariables":[4,"show-variables"],"darkTheme":[4,"dark-theme"]}]]],["p-5ef2b795",[[1,"tet-contact-info",{"contactBlocks":[16]}]]],["p-b989c3e1",[[1,"tet-expansion-panel",{"toggleElement":[1025,"toggle-element"],"initialState":[1,"initial-state"],"state":[32],"open":[64],"close":[64],"toggle":[64],"getState":[64]}]]],["p-9c274191",[[1,"tet-font-weight"]]],["p-0121cef5",[[1,"tet-fonts"]]],["p-1ddb9e3c",[[0,"tet-grid"]]],["p-f476f61c",[[1,"tet-layout"]]],["p-9bfcf2cc",[[1,"tet-link"]]],["p-38c3b247",[[1,"tet-spacing"]]],["p-643c2378",[[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"]]]]],["p-a9649e33",[[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"]]]]],["p-7dea8123",[[1,"tet-icon",{"name":[1],"theme":[1],"type":[1],"useDefaultColor":[4,"use-default-color"],"accessibilityLabel":[1,"accessibility-label"],"focusable":[4]},null,{"name":["onNameChange"]}]]],["p-f1ee7e86",[[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"]}]]],["p-6c69e565",[[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"]}]]],["p-c82c7f32",[[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]},[[0,"keydown","onKeydown"],[8,"keydown","onTabKeydown"],[0,"focus","onFocus"],[8,"click","onClick"],[0,"input","inputChangeHandler"],[0,"blur","onBlur"]],{"suffix":["onSuffixChange"]}]]],["p-319c29e9",[[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]}]]],["p-910087e6",[[1,"tet-stepper-v2",{"stepperData":[16],"theme":[1]}]]],["p-e3b987d7",[[1,"tet-stepper-v3",{"stepperData":[16],"theme":[1]}]]],["p-3239abed",[[1,"tet-price-view",{"theme":[1],"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"],"staticColors":[4,"static-colors"]}]]],["p-a15886aa",[[1,"tet-stepper",{"stepperData":[16]}]]],["p-f7b3eab0",[[1,"tet-placeholder",{"width":[1],"height":[1],"darkTheme":[4,"dark-theme"]}]]],["p-48ed1dbc",[[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"]}],[1,"tet-tab-content",{"dataName":[1,"data-name"],"defaultTab":[8,"default-tab"],"parentContainer":[16],"useVisibility":[4,"use-visibility"],"selectedId":[32],"previousDataName":[32],"previousParentContainer":[32],"theme":[32],"init":[64],"selectTab":[64]},null,{"dataName":["onDataNameChange"],"parentContainer":["onParentContainerChange"]}]]],["p-1ff6c573",[[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"]}]]],["p-d0d39e88",[[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]}]]],["p-bb6387c6",[[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]}]]],["p-469f4991",[[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"]]]]],["p-941d8b49",[[1,"tet-switch",{"theme":[1],"label":[1],"accessibilityLabel":[1,"accessibility-label"],"name":[1],"value":[8],"disabled":[4],"checked":[516],"setChecked":[64]}]]],["p-4efb7ee4",[[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],"idSuffix":[32],"segmentAnimation":[32],"toggleAutoplay":[64],"stopAutoplay":[64],"startAutoplay":[64],"selectTab":[64]},null,{"hideActiveHeaderUnderline":["showActiveHeaderUnderline"],"autoplayDelay":["onAutoplayDelayChange"],"segmented":["onSegmentedChange"]}]]],["p-837b0ee6",[[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"]}]]],["p-73e8e847",[[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"]}]]],["p-265ac4ba",[[1,"tet-loader"]]],["p-6e7a5d73",[[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]}]]],["p-1460a670",[[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"]}]]],["p-4e3c6172",[[6,"tet-input",{"isPhoneNumber":[4,"is-phone-number"],"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"]]]]],["p-c634602c",[[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"],"disabled":[4],"language":[1]},null,{"language":["onLanguageChange"]}]]],["p-31746283",[[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"]}],[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"]}]]],["p-c1c74500",[[1,"tet-address-offers",{"addressKey":[8,"address-key"],"catalog":[16],"theme":[1],"darkMode":[4,"dark-mode"],"termText":[1,"term-text"],"formParameters":[1,"form-parameters"],"language":[1],"allowedTvProductCodes":[16],"showLoader":[32],"subcategoryProductFilters":[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"]}]]],["p-1ac2736c",[[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]}]]],["p-e62d7082",[[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"]}]]],["p-56460d2d",[[1,"tet-address-offers-filters-products",{"language":[1],"clearFilterButton":[4,"clear-filter-button"],"theme":[1],"catalog":[16],"productCodes":[16],"category":[16],"subcategoryId":[1,"subcategory-id"],"availableTvProducts":[32],"activeTvFilters":[32]},null,{"language":["onLanguageChange"],"catalog":["onDataChange"],"category":["onDataChange"],"productCodes":["onProductCodesChanged"]}],[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"],"bestChoiceTextFloating":[4,"best-choice-text-floating"],"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"]]]]],["p-a9499bbb",[[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]},[[1,"pointerup","onPointerUp"],[9,"pointerup","onWindowPointerUp"],[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"]}]]]]'),e))));
|
|
1
|
+
import{p as e,b as t}from"./p-1ec7f341.js";export{s as setNonce}from"./p-1ec7f341.js";import{g as a}from"./p-e1255160.js";(()=>{const t=import.meta.url,a={};return""!==t&&(a.resourcesUrl=new URL(".",t).href),e(a)})().then((async e=>(await a(),t(JSON.parse('[["p-94c3c4ec",[[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"]}]]],["p-6d2c4b16",[[1,"tet-b2b-configurator",{"theme":[1],"stickyRefEl":[1,"sticky-ref-el"],"referenceElement":[32],"isLoading":[32],"itemToRemove":[32],"checkoutAttempted":[32],"formState":[32],"activePrimaryCategoryId":[32],"activeSecondaryCategoryId":[32],"selectedPrimaryCards":[32],"selectedSecondaryCards":[32],"isDesktopResolution":[32],"setSubmitFormState":[64]},[[9,"resize","onResize"]],{"activePrimaryCategoryId":["resetSelectedPrimaryCards"],"activeSecondaryCategoryId":["resetSelectedSecondaryCards"]}]]],["p-eeb72714",[[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"],"withProductFilters":[4,"with-product-filters"],"productDataLoaded":[32],"showLoader":[32],"productSACData":[32],"filteredProductCodes":[32]},[[0,"compareCardsDidRender","hideLoader"]],{"showLoader":["onDataChange"]}]]],["p-79255c00",[[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"]}]]],["p-c1294aa0",[[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"]}]]],["p-e311eb7d",[[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"]}]]],["p-d4d704e4",[[1,"tet-cloud-application-form-dialog",{"privacyPolicyLinkUrl":[1,"privacy-policy-link-url"],"loading":[4],"showOverlay":[4,"show-overlay"],"language":[1],"theme":[1],"privacyPolicyError":[32],"open":[64],"close":[64]},null,{"language":["onLanguageChange"]}]]],["p-dcb66405",[[1,"tet-compare-card-v2",{"clickCallback":[16],"cardType":[1,"card-type"],"theme":[1],"colorIcons":[4,"color-icons"],"bestChoice":[4,"best-choice"],"language":[1],"options":[16],"cardBackgroundColor":[1,"card-background-color"],"cardScript":[1,"card-script"],"bestChoiceTextPosition":[1,"best-choice-text-position"],"darkMode":[4,"dark-mode"],"bonuses":[16],"benefitTitle":[1,"benefit-title"],"benefits":[16],"contractTerm":[2,"contract-term"],"bestChoiceText":[1,"best-choice-text"],"currency":[1],"secondaryLink":[1,"secondary-link"],"secondaryLinkText":[1,"secondary-link-text"],"secondaryLinkOpenBlank":[4,"secondary-link-open-blank"],"buttonTitle":[1,"button-title"],"linkOpenBlank":[4,"link-open-blank"],"dropdownOptions":[16],"showLoader":[32],"selectedProductCode":[32],"selectedSwitchKeys":[32],"preselectedKeys":[32],"preselectedProductCode":[32],"allProductData":[32],"preselectedRemountId":[32]},[[0,"optionSelected","onOptionSelected"]]]]],["p-2a3448bc",[[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"]}]]],["p-d4603ec3",[[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"]}]]],["p-8fd47633",[[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"]}]]],["p-5d321447",[[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"]}]]],["p-cb7e189e",[[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]}]]],["p-7f6ac0d6",[[1,"tet-dynamic-card",{"theme":[1],"size":[1],"sizeChangeBreakpoint":[1,"size-change-breakpoint"],"isInCarousel":[4,"is-in-carousel"],"pictureLayoutShiftPosition":[1,"picture-layout-shift-position"],"cardTitle":[1,"card-title"],"subtitle":[1],"tags":[16],"dateTag":[1,"date-tag"],"dateTagColorLight":[1,"date-tag-color-light"],"dateTagColorDark":[1,"date-tag-color-dark"],"priceTagOptions":[16],"linkHref":[1,"link-href"],"linkText":[1,"link-text"],"linkNewTab":[4,"link-new-tab"],"index":[2],"isFocused":[32],"originalSize":[32],"currentSize":[32]},null,{"theme":["onThemeChanged"],"size":["onSizeChange"]}]]],["p-d123c385",[[1,"tet-filter",{"theme":[1],"clearFilterButtonTitle":[1,"clear-filter-button-title"],"showClearFilterButton":[4,"show-clear-filter-button"],"tags":[16],"filterState":[32]},null,{"tags":["tagsWatchHandler"]}]]],["p-d025efa2",[[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],"theme":[1],"isKeydownFocus":[32]}]]],["p-98d6a381",[[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]}]]],["p-8b455701",[[1,"tet-referral",{"theme":[1],"language":[1],"data":[1]},null,{"language":["onLanguageChange"]}]]],["p-6e8f1b37",[[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"]}]]],["p-decd45f3",[[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"]}]]],["p-1ecc7145",[[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"]}]]],["p-59db86cf",[[1,"tet-business-compare-card",{"mainTitle":[1,"main-title"],"bulletPoints":[16],"pricePrefix":[1,"price-prefix"],"price":[1],"currency":[1],"theme":[1],"hasContentInFooter":[32]}]]],["p-57f2ce1a",[[1,"tet-carousel",{"theme":[1],"showDots":[4,"show-dots"],"showGradient":[4,"show-gradient"],"showButtons":[4,"show-buttons"],"transitionDuration":[2,"transition-duration"],"swipeThreshold":[2,"swipe-threshold"],"transitionTiming":[1,"transition-timing"],"buttonIconLeft":[1,"button-icon-left"],"buttonIconRight":[1,"button-icon-right"],"maxDots":[2,"max-dots"],"label":[1],"language":[1],"activeDotIndex":[32],"dotCount":[32],"totalItems":[32],"activeItem":[32],"isDragging":[32],"dragOffset":[32]},null,{"language":["onLanguageChange"],"showGradient":["checkGradient"],"dragOffset":["checkGradient"]}]]],["p-3ca29117",[[1,"tet-expandable-input",{"class":[1,"input-class"],"placeholder":[1,"input-placeholder"],"value":[1,"input-value"],"disabled":[4,"input-disabled"],"accessibilityLabel":[1,"accessibility-label"],"mode":[1],"closedWidth":[1,"closed-width"],"animationDuration":[2,"animation-duration"],"error":[4],"iconLeft":[1,"icon-left"],"iconRight":[1,"icon-right"],"iconRightClickCallback":[16],"validators":[16],"manualValidation":[4,"manual-validation"],"theme":[1],"size":[1],"closeInputText":[1,"close-input-text"],"darkMode":[4,"dark-mode"],"expanded":[32],"hasInputValue":[32],"getInputHtmlElement":[64],"getErrors":[64],"validateInput":[64],"setState":[64],"clear":[64]},[[0,"blur","onBlur"],[0,"focus","onFocus"]],{"mode":["onModeChange"],"size":["onSizeChange"]}]]],["p-00695447",[[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"]}]]],["p-2f029068",[[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,{"paused":["onPausedStateChange"],"language":["onLanguageChange"]}]]],["p-eed6163a",[[1,"tet-business-lines",{"language":[1],"addressKey":[2,"address-key"],"showHeadings":[4,"show-headings"],"address":[32],"businessLines":[32]},null,{"language":["onLanguageChange"],"addressKey":["onAddressKeyChange"]}]]],["p-b1f31660",[[0,"tet-business-round-stepper",{"stepperData":[16],"layout":[1],"theme":[1]}]]],["p-476001d6",[[1,"tet-inline-message",{"variant":[1],"theme":[1]}]]],["p-65a928aa",[[1,"tet-label",{"labelTitle":[1,"label-title"],"translateTitle":[4,"translate-title"],"active":[4],"theme":[1],"type":[1],"showIcon":[4,"show-icon"]}]]],["p-557685b2",[[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"]]]]],["p-27b66648",[[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]}]]],["p-37259e51",[[1,"tet-navigation-mobile",{"darkMode":[4,"dark-mode"],"isTogglerExpanded":[32],"isTogglerVisible":[32],"showToggler":[64],"hideToggler":[64],"open":[64],"close":[64]},null,{"isTogglerExpanded":["onMenuToggle"]}]]],["p-bdce1210",[[1,"tet-round-stepper",{"stepperData":[16],"forcedColumn":[4,"forced-column"],"hideIcons":[4,"hide-icons"],"theme":[1]},[[9,"resize","onResize"]]]]],["p-992f7033",[[1,"tet-tv-gift-list",{"header":[1],"listBulletIcon":[1,"list-bullet-icon"],"imageSource":[1,"image-source"],"list":[16],"containerSize":[32]},[[9,"resize","onWindowResize"]]]]],["p-11e8f3aa",[[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"]}]]],["p-6a4a979c",[[1,"tet-border-radius"]]],["p-4fd91299",[[1,"tet-business-card",{"mainTitle":[1,"main-title"],"subTitle":[1,"sub-title"],"infoText":[1,"info-text"],"type":[1],"theme":[1],"size":[32]}]]],["p-9513c8f6",[[1,"tet-colors",{"showVariables":[4,"show-variables"],"darkTheme":[4,"dark-theme"]}]]],["p-5ef2b795",[[1,"tet-contact-info",{"contactBlocks":[16]}]]],["p-b989c3e1",[[1,"tet-expansion-panel",{"toggleElement":[1025,"toggle-element"],"initialState":[1,"initial-state"],"state":[32],"open":[64],"close":[64],"toggle":[64],"getState":[64]}]]],["p-4e0a24ba",[[1,"tet-font-weight"]]],["p-067c2f1b",[[1,"tet-fonts"]]],["p-677b8bf7",[[0,"tet-grid"]]],["p-07aee8d0",[[1,"tet-layout"]]],["p-62eb4fe0",[[1,"tet-link"]]],["p-662d9457",[[1,"tet-spacing"]]],["p-643c2378",[[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"]]]]],["p-a9649e33",[[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"]]]]],["p-4e3c6172",[[6,"tet-input",{"isPhoneNumber":[4,"is-phone-number"],"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"]]]]],["p-f1ee7e86",[[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"]}]]],["p-6c69e565",[[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"]}]]],["p-c82c7f32",[[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]},[[0,"keydown","onKeydown"],[8,"keydown","onTabKeydown"],[0,"focus","onFocus"],[8,"click","onClick"],[0,"input","inputChangeHandler"],[0,"blur","onBlur"]],{"suffix":["onSuffixChange"]}]]],["p-910087e6",[[1,"tet-stepper-v2",{"stepperData":[16],"theme":[1]}]]],["p-e3b987d7",[[1,"tet-stepper-v3",{"stepperData":[16],"theme":[1]}]]],["p-3239abed",[[1,"tet-price-view",{"theme":[1],"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"],"staticColors":[4,"static-colors"]}]]],["p-a15886aa",[[1,"tet-stepper",{"stepperData":[16]}]]],["p-e62d7082",[[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"]}]]],["p-48ed1dbc",[[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"]}],[1,"tet-tab-content",{"dataName":[1,"data-name"],"defaultTab":[8,"default-tab"],"parentContainer":[16],"useVisibility":[4,"use-visibility"],"selectedId":[32],"previousDataName":[32],"previousParentContainer":[32],"theme":[32],"init":[64],"selectTab":[64]},null,{"dataName":["onDataNameChange"],"parentContainer":["onParentContainerChange"]}]]],["p-265ac4ba",[[1,"tet-loader"]]],["p-1ff6c573",[[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"]}]]],["p-469f4991",[[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"]]]]],["p-941d8b49",[[1,"tet-switch",{"theme":[1],"label":[1],"accessibilityLabel":[1,"accessibility-label"],"name":[1],"value":[8],"disabled":[4],"checked":[516],"setChecked":[64]}]]],["p-4efb7ee4",[[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],"idSuffix":[32],"segmentAnimation":[32],"toggleAutoplay":[64],"stopAutoplay":[64],"startAutoplay":[64],"selectTab":[64]},null,{"hideActiveHeaderUnderline":["showActiveHeaderUnderline"],"autoplayDelay":["onAutoplayDelayChange"],"segmented":["onSegmentedChange"]}]]],["p-7dea8123",[[1,"tet-icon",{"name":[1],"theme":[1],"type":[1],"useDefaultColor":[4,"use-default-color"],"accessibilityLabel":[1,"accessibility-label"],"focusable":[4]},null,{"name":["onNameChange"]}]]],["p-0738afc0",[[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]}]]],["p-c1c74500",[[1,"tet-address-offers",{"addressKey":[8,"address-key"],"catalog":[16],"theme":[1],"darkMode":[4,"dark-mode"],"termText":[1,"term-text"],"formParameters":[1,"form-parameters"],"language":[1],"allowedTvProductCodes":[16],"showLoader":[32],"subcategoryProductFilters":[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"]}]]],["p-ed67bd52",[[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]},[[1,"pointerup","onPointerUp"],[9,"pointerup","onWindowPointerUp"],[9,"mousedown","onMouseDown"],[8,"activeComponentStateChanged","onComponentActiveStateChange"],[0,"keydown","handleKeyDown"],[0,"focusout","handleFocusOut"]]]]],["p-837b0ee6",[[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"]}]]],["p-1ac2736c",[[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]}]]],["p-af917a8f",[[1,"tet-accordion",{"isOpen":[1540,"is-open"],"theme":[1],"header":[1],"headerImageSrc":[1,"header-image-src"],"headerImageAlt":[1,"header-image-alt"],"indicatorDirection":[1,"indicator-direction"],"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]}],[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]}]]],["p-73e8e847",[[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"]}]]],["p-1460a670",[[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"]}]]],["p-0d818b7e",[[1,"tet-b2b-check-out-form",{"language":[1],"theme":[1],"open":[64],"close":[64]},null,{"language":["onLanguageChange"]}],[1,"tet-b2b-compare-card",{"theme":[1],"options":[16],"count":[2],"isSelected":[4,"is-selected"],"localCount":[32],"localIsSelected":[32],"isTablet":[32]},null,{"count":["syncCount"],"isSelected":["syncSelected"]}],[1,"tet-b2b-configurator-cart",{"theme":[1],"data":[16],"isCartEmpty":[4,"is-cart-empty"],"context":[1],"isDesktopResolution":[4,"is-desktop-resolution"],"isAccordionOpen":[32],"isPrimaryBlockOpen":[32],"isSecondaryBlockOpen":[32],"primarySlotFilled":[32],"secondarySlotFilled":[32],"changeBlockState":[64]},null,{"isDesktopResolution":["openAccordionOnResolutionChange"],"isCartEmpty":["checkStickyClassOnCartEmptyChange"]}],[1,"tet-business-summary-card",{"productName":[1,"product-name"],"price":[2],"productDescription":[1,"product-description"],"discountPrice":[2,"discount-price"],"currency":[1],"contractTerm":[2,"contract-term"],"theme":[1],"withStepper":[4,"with-stepper"],"value":[2],"minValue":[2,"min-value"],"maxValue":[2,"max-value"],"stepperLabel":[1,"stepper-label"],"context":[1],"language":[1]}],[1,"tet-business-navigation",{"menuItems":[16],"theme":[1],"selectedItemId":[32],"positions":[32],"selectMenuItem":[64]}]]],["p-4ea127f4",[[1,"tet-spinner",{"theme":[1],"size":[1],"type":[1],"previousProgress":[32],"setProgress":[64]},null,{"type":["onTypeChange"]}]]],["p-c634602c",[[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"],"disabled":[4],"language":[1]},null,{"language":["onLanguageChange"]}]]],["p-31746283",[[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"]}],[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"]}]]],["p-f7b3eab0",[[1,"tet-placeholder",{"width":[1],"height":[1],"darkTheme":[4,"dark-theme"]}]]],["p-4c9e742f",[[1,"tet-address-offers-filters-products",{"language":[1],"clearFilterButton":[4,"clear-filter-button"],"theme":[1],"catalog":[16],"productCodes":[16],"category":[16],"subcategoryId":[1,"subcategory-id"],"availableTvProducts":[32],"activeTvFilters":[32]},null,{"language":["onLanguageChange"],"catalog":["onDataChange"],"category":["onDataChange"],"productCodes":["onProductCodesChanged"]}],[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"],"bestChoiceTextFloating":[4,"best-choice-text-floating"],"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"]]]]],["p-6e7a5d73",[[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]}]]]]'),e))));
|
|
@@ -12,7 +12,7 @@ export declare class TetBusinessSummaryCardComponent {
|
|
|
12
12
|
/** Currency for given price. */
|
|
13
13
|
currency: string;
|
|
14
14
|
/** Contract term */
|
|
15
|
-
contractTerm:
|
|
15
|
+
contractTerm: number;
|
|
16
16
|
/** Business summary card theme */
|
|
17
17
|
theme: 'light' | 'dark';
|
|
18
18
|
/** Detects if counting stepper should be rendered.*/
|
|
@@ -25,6 +25,8 @@ export declare class TetBusinessSummaryCardComponent {
|
|
|
25
25
|
maxValue?: number;
|
|
26
26
|
/** Label for stepper */
|
|
27
27
|
stepperLabel?: string;
|
|
28
|
+
/** Context in which cart is renderd. `edit` will result in more details */
|
|
29
|
+
context: 'edit' | 'checkout';
|
|
28
30
|
/** Summary card language */
|
|
29
31
|
language: Language;
|
|
30
32
|
/** Emit event when Edit button clicked */
|
|
@@ -32,7 +34,7 @@ export declare class TetBusinessSummaryCardComponent {
|
|
|
32
34
|
/** Emit event when Delete button clicked */
|
|
33
35
|
deleteButtonClick: EventEmitter;
|
|
34
36
|
/** Emit event when amount of products changed */
|
|
35
|
-
amountChange: EventEmitter
|
|
37
|
+
amountChange: EventEmitter<number>;
|
|
36
38
|
componentWillLoad(): Promise<void>;
|
|
37
39
|
/** Function to render stepper label if provided */
|
|
38
40
|
private renderLabel;
|
package/dist/types/components/advanced/forms/tet-b2b-check-out-form/tet-b2b-check-out-form.d.ts
CHANGED
|
@@ -20,8 +20,9 @@ export declare class TetAvailabilityContactForm {
|
|
|
20
20
|
*/
|
|
21
21
|
onLanguageChange(language: Language): void;
|
|
22
22
|
/** Method to open check out form */
|
|
23
|
-
/** Method to open check out form */
|
|
24
23
|
open(): Promise<void>;
|
|
24
|
+
/** Method to close check out form */
|
|
25
|
+
close(): Promise<void>;
|
|
25
26
|
/**
|
|
26
27
|
* Lifecycle method.
|
|
27
28
|
*/
|
|
@@ -38,6 +38,11 @@ export declare class TetAccordion {
|
|
|
38
38
|
* Header image alt text.
|
|
39
39
|
*/
|
|
40
40
|
headerImageAlt: string;
|
|
41
|
+
/**
|
|
42
|
+
* The direction of indicator icon
|
|
43
|
+
* @default 'down'
|
|
44
|
+
*/
|
|
45
|
+
indicatorDirection: 'up' | 'down';
|
|
41
46
|
/**
|
|
42
47
|
* Determines whether to enable or disable the bottom content border.
|
|
43
48
|
*/
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { B2BCategory, B2BConfiguratorResponse, B2BProduct } from "../../../services/api/services/b2b-configurator/b2b-configurator";
|
|
2
|
+
type ProductDetails = {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
amount: number;
|
|
6
|
+
discountAmount: number | null;
|
|
7
|
+
categoryName: B2BCategory['name'];
|
|
8
|
+
categoryType: B2BCategory['type'];
|
|
9
|
+
categoryId: B2BCategory['id'];
|
|
10
|
+
b2bConfiguratorProduct: B2BProduct['b2bConfiguratorProduct'];
|
|
11
|
+
};
|
|
12
|
+
declare const state: {
|
|
13
|
+
data: B2BConfiguratorResponse;
|
|
14
|
+
cart: Map<string, number>;
|
|
15
|
+
productDetails: Map<string, ProductDetails>;
|
|
16
|
+
};
|
|
17
|
+
declare const initData: (data: B2BConfiguratorResponse) => void;
|
|
18
|
+
declare const addToCart: (product: string, count: number) => void;
|
|
19
|
+
declare const removeFromCart: (product: string) => void;
|
|
20
|
+
declare const resetCart: () => void;
|
|
21
|
+
declare const getCart: () => Record<string, number>;
|
|
22
|
+
export { state as b2bState, initData, addToCart, removeFromCart, resetCart, getCart };
|
|
@@ -15,7 +15,9 @@ import { UniqueAddressInterface } from "./components/advanced/customer/tet-asset
|
|
|
15
15
|
import { UniqueAddressInterface as UniqueAddressInterface1 } from "./components/advanced/customer/tet-asset-availability-addresses/tet-asset-availability-addresses";
|
|
16
16
|
import { OptionInterface } from "./components/advanced/address/tet-autocomplete/tet-autocomplete";
|
|
17
17
|
import { B2BCard, B2bCardUpdateEvent } from "./components/advanced/cards/tet-b2b-compare-card/tet-b2b-compare-card";
|
|
18
|
+
import { B2BSubmit, FormState } from "./components/views/tet-b2b-configurator/tet-b2b-configurator";
|
|
18
19
|
import { B2BCartData } from "./components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart";
|
|
20
|
+
import { CategoryType } from "./services/api/services/b2b-configurator/b2b-configurator";
|
|
19
21
|
import { ITetBarGraphData } from "./components/simple/tables-and-graphs/tet-bar-graph/tet-bar-graph";
|
|
20
22
|
import { TetBusinessButtonType, TetBusinessTheme } from "./components/advanced/cards/tet-business-card/tet-business-card";
|
|
21
23
|
import { TetBusinessTheme as TetBusinessTheme1 } from "./components/advanced/cards/tet-business-card/tet-business-card";
|
|
@@ -74,7 +76,9 @@ export { UniqueAddressInterface } from "./components/advanced/customer/tet-asset
|
|
|
74
76
|
export { UniqueAddressInterface as UniqueAddressInterface1 } from "./components/advanced/customer/tet-asset-availability-addresses/tet-asset-availability-addresses";
|
|
75
77
|
export { OptionInterface } from "./components/advanced/address/tet-autocomplete/tet-autocomplete";
|
|
76
78
|
export { B2BCard, B2bCardUpdateEvent } from "./components/advanced/cards/tet-b2b-compare-card/tet-b2b-compare-card";
|
|
79
|
+
export { B2BSubmit, FormState } from "./components/views/tet-b2b-configurator/tet-b2b-configurator";
|
|
77
80
|
export { B2BCartData } from "./components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart";
|
|
81
|
+
export { CategoryType } from "./services/api/services/b2b-configurator/b2b-configurator";
|
|
78
82
|
export { ITetBarGraphData } from "./components/simple/tables-and-graphs/tet-bar-graph/tet-bar-graph";
|
|
79
83
|
export { TetBusinessButtonType, TetBusinessTheme } from "./components/advanced/cards/tet-business-card/tet-business-card";
|
|
80
84
|
export { TetBusinessTheme as TetBusinessTheme1 } from "./components/advanced/cards/tet-business-card/tet-business-card";
|
|
@@ -158,6 +162,11 @@ export namespace Components {
|
|
|
158
162
|
* Determines the h tag for heading.
|
|
159
163
|
*/
|
|
160
164
|
"headingTag": 'span' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
165
|
+
/**
|
|
166
|
+
* The direction of indicator icon
|
|
167
|
+
* @default 'down'
|
|
168
|
+
*/
|
|
169
|
+
"indicatorDirection": 'up' | 'down';
|
|
161
170
|
/**
|
|
162
171
|
* The initial state of the accordion content.
|
|
163
172
|
*/
|
|
@@ -626,6 +635,10 @@ export namespace Components {
|
|
|
626
635
|
* A simple contact form for submitting company details and cart details.'
|
|
627
636
|
*/
|
|
628
637
|
interface TetB2bCheckOutForm {
|
|
638
|
+
/**
|
|
639
|
+
* Method to close check out form
|
|
640
|
+
*/
|
|
641
|
+
"close": () => Promise<void>;
|
|
629
642
|
/**
|
|
630
643
|
* The translation language code for the component.
|
|
631
644
|
*/
|
|
@@ -659,7 +672,28 @@ export namespace Components {
|
|
|
659
672
|
*/
|
|
660
673
|
"theme": 'light' | 'dark';
|
|
661
674
|
}
|
|
675
|
+
interface TetB2bConfigurator {
|
|
676
|
+
/**
|
|
677
|
+
* Sets the value of form submission status
|
|
678
|
+
*/
|
|
679
|
+
"setSubmitFormState": (value: FormState) => Promise<void>;
|
|
680
|
+
/**
|
|
681
|
+
* Id or class of refenrece element in parent component. The header sticky position will be set to the top of this container.
|
|
682
|
+
*/
|
|
683
|
+
"stickyRefEl": string;
|
|
684
|
+
/**
|
|
685
|
+
* The theme used for the component's styling.
|
|
686
|
+
* @default 'light'
|
|
687
|
+
*/
|
|
688
|
+
"theme": 'light' | 'dark';
|
|
689
|
+
}
|
|
662
690
|
interface TetB2bConfiguratorCart {
|
|
691
|
+
/**
|
|
692
|
+
* Changes block accordion state to open|close
|
|
693
|
+
* @param category
|
|
694
|
+
* @param state
|
|
695
|
+
*/
|
|
696
|
+
"changeBlockState": (category: CategoryType, state: 'open' | 'close') => Promise<void>;
|
|
663
697
|
/**
|
|
664
698
|
* Context in which cart is renderd. `edit` will result in more details
|
|
665
699
|
*/
|
|
@@ -902,10 +936,14 @@ export namespace Components {
|
|
|
902
936
|
"theme": 'light' | 'dark';
|
|
903
937
|
}
|
|
904
938
|
interface TetBusinessSummaryCard {
|
|
939
|
+
/**
|
|
940
|
+
* Context in which cart is renderd. `edit` will result in more details
|
|
941
|
+
*/
|
|
942
|
+
"context": 'edit' | 'checkout';
|
|
905
943
|
/**
|
|
906
944
|
* Contract term
|
|
907
945
|
*/
|
|
908
|
-
"contractTerm":
|
|
946
|
+
"contractTerm": number;
|
|
909
947
|
/**
|
|
910
948
|
* Currency for given price.
|
|
911
949
|
*/
|
|
@@ -3586,6 +3624,10 @@ export interface TetB2bCompareCardCustomEvent<T> extends CustomEvent<T> {
|
|
|
3586
3624
|
detail: T;
|
|
3587
3625
|
target: HTMLTetB2bCompareCardElement;
|
|
3588
3626
|
}
|
|
3627
|
+
export interface TetB2bConfiguratorCustomEvent<T> extends CustomEvent<T> {
|
|
3628
|
+
detail: T;
|
|
3629
|
+
target: HTMLTetB2bConfiguratorElement;
|
|
3630
|
+
}
|
|
3589
3631
|
export interface TetBannerNavCustomEvent<T> extends CustomEvent<T> {
|
|
3590
3632
|
detail: T;
|
|
3591
3633
|
target: HTMLTetBannerNavElement;
|
|
@@ -3992,6 +4034,25 @@ declare global {
|
|
|
3992
4034
|
prototype: HTMLTetB2bCompareCardElement;
|
|
3993
4035
|
new (): HTMLTetB2bCompareCardElement;
|
|
3994
4036
|
};
|
|
4037
|
+
interface HTMLTetB2bConfiguratorElementEventMap {
|
|
4038
|
+
"compareLinkClick": string;
|
|
4039
|
+
"b2bConfiguratorSubmit": B2BSubmit;
|
|
4040
|
+
"successCloseClick": any;
|
|
4041
|
+
}
|
|
4042
|
+
interface HTMLTetB2bConfiguratorElement extends Components.TetB2bConfigurator, HTMLStencilElement {
|
|
4043
|
+
addEventListener<K extends keyof HTMLTetB2bConfiguratorElementEventMap>(type: K, listener: (this: HTMLTetB2bConfiguratorElement, ev: TetB2bConfiguratorCustomEvent<HTMLTetB2bConfiguratorElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4044
|
+
addEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4045
|
+
addEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | AddEventListenerOptions): void;
|
|
4046
|
+
addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
|
|
4047
|
+
removeEventListener<K extends keyof HTMLTetB2bConfiguratorElementEventMap>(type: K, listener: (this: HTMLTetB2bConfiguratorElement, ev: TetB2bConfiguratorCustomEvent<HTMLTetB2bConfiguratorElementEventMap[K]>) => any, options?: boolean | EventListenerOptions): void;
|
|
4048
|
+
removeEventListener<K extends keyof DocumentEventMap>(type: K, listener: (this: Document, ev: DocumentEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4049
|
+
removeEventListener<K extends keyof HTMLElementEventMap>(type: K, listener: (this: HTMLElement, ev: HTMLElementEventMap[K]) => any, options?: boolean | EventListenerOptions): void;
|
|
4050
|
+
removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
|
|
4051
|
+
}
|
|
4052
|
+
var HTMLTetB2bConfiguratorElement: {
|
|
4053
|
+
prototype: HTMLTetB2bConfiguratorElement;
|
|
4054
|
+
new (): HTMLTetB2bConfiguratorElement;
|
|
4055
|
+
};
|
|
3995
4056
|
interface HTMLTetB2bConfiguratorCartElement extends Components.TetB2bConfiguratorCart, HTMLStencilElement {
|
|
3996
4057
|
}
|
|
3997
4058
|
var HTMLTetB2bConfiguratorCartElement: {
|
|
@@ -4110,7 +4171,7 @@ declare global {
|
|
|
4110
4171
|
interface HTMLTetBusinessSummaryCardElementEventMap {
|
|
4111
4172
|
"editButtonClick": any;
|
|
4112
4173
|
"deleteButtonClick": any;
|
|
4113
|
-
"amountChange":
|
|
4174
|
+
"amountChange": number;
|
|
4114
4175
|
}
|
|
4115
4176
|
interface HTMLTetBusinessSummaryCardElement extends Components.TetBusinessSummaryCard, HTMLStencilElement {
|
|
4116
4177
|
addEventListener<K extends keyof HTMLTetBusinessSummaryCardElementEventMap>(type: K, listener: (this: HTMLTetBusinessSummaryCardElement, ev: TetBusinessSummaryCardCustomEvent<HTMLTetBusinessSummaryCardElementEventMap[K]>) => any, options?: boolean | AddEventListenerOptions): void;
|
|
@@ -5153,6 +5214,7 @@ declare global {
|
|
|
5153
5214
|
"tet-availability-contact-form": HTMLTetAvailabilityContactFormElement;
|
|
5154
5215
|
"tet-b2b-check-out-form": HTMLTetB2bCheckOutFormElement;
|
|
5155
5216
|
"tet-b2b-compare-card": HTMLTetB2bCompareCardElement;
|
|
5217
|
+
"tet-b2b-configurator": HTMLTetB2bConfiguratorElement;
|
|
5156
5218
|
"tet-b2b-configurator-cart": HTMLTetB2bConfiguratorCartElement;
|
|
5157
5219
|
"tet-b2b-service-calculator": HTMLTetB2bServiceCalculatorElement;
|
|
5158
5220
|
"tet-banner-nav": HTMLTetBannerNavElement;
|
|
@@ -5264,6 +5326,11 @@ declare namespace LocalJSX {
|
|
|
5264
5326
|
* Determines the h tag for heading.
|
|
5265
5327
|
*/
|
|
5266
5328
|
"headingTag"?: 'span' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
5329
|
+
/**
|
|
5330
|
+
* The direction of indicator icon
|
|
5331
|
+
* @default 'down'
|
|
5332
|
+
*/
|
|
5333
|
+
"indicatorDirection"?: 'up' | 'down';
|
|
5267
5334
|
/**
|
|
5268
5335
|
* The initial state of the accordion content.
|
|
5269
5336
|
*/
|
|
@@ -5827,6 +5894,29 @@ declare namespace LocalJSX {
|
|
|
5827
5894
|
*/
|
|
5828
5895
|
"theme"?: 'light' | 'dark';
|
|
5829
5896
|
}
|
|
5897
|
+
interface TetB2bConfigurator {
|
|
5898
|
+
/**
|
|
5899
|
+
* The submit event of the B2B configurator.
|
|
5900
|
+
*/
|
|
5901
|
+
"onB2bConfiguratorSubmit"?: (event: TetB2bConfiguratorCustomEvent<B2BSubmit>) => void;
|
|
5902
|
+
/**
|
|
5903
|
+
* Emitted when the compare link for a category is clicked.
|
|
5904
|
+
*/
|
|
5905
|
+
"onCompareLinkClick"?: (event: TetB2bConfiguratorCustomEvent<string>) => void;
|
|
5906
|
+
/**
|
|
5907
|
+
* Emitted when the close button of success modal is clicked.
|
|
5908
|
+
*/
|
|
5909
|
+
"onSuccessCloseClick"?: (event: TetB2bConfiguratorCustomEvent<any>) => void;
|
|
5910
|
+
/**
|
|
5911
|
+
* Id or class of refenrece element in parent component. The header sticky position will be set to the top of this container.
|
|
5912
|
+
*/
|
|
5913
|
+
"stickyRefEl"?: string;
|
|
5914
|
+
/**
|
|
5915
|
+
* The theme used for the component's styling.
|
|
5916
|
+
* @default 'light'
|
|
5917
|
+
*/
|
|
5918
|
+
"theme"?: 'light' | 'dark';
|
|
5919
|
+
}
|
|
5830
5920
|
interface TetB2bConfiguratorCart {
|
|
5831
5921
|
/**
|
|
5832
5922
|
* Context in which cart is renderd. `edit` will result in more details
|
|
@@ -6058,10 +6148,14 @@ declare namespace LocalJSX {
|
|
|
6058
6148
|
"theme"?: 'light' | 'dark';
|
|
6059
6149
|
}
|
|
6060
6150
|
interface TetBusinessSummaryCard {
|
|
6151
|
+
/**
|
|
6152
|
+
* Context in which cart is renderd. `edit` will result in more details
|
|
6153
|
+
*/
|
|
6154
|
+
"context"?: 'edit' | 'checkout';
|
|
6061
6155
|
/**
|
|
6062
6156
|
* Contract term
|
|
6063
6157
|
*/
|
|
6064
|
-
"contractTerm"?:
|
|
6158
|
+
"contractTerm"?: number;
|
|
6065
6159
|
/**
|
|
6066
6160
|
* Currency for given price.
|
|
6067
6161
|
*/
|
|
@@ -6085,7 +6179,7 @@ declare namespace LocalJSX {
|
|
|
6085
6179
|
/**
|
|
6086
6180
|
* Emit event when amount of products changed
|
|
6087
6181
|
*/
|
|
6088
|
-
"onAmountChange"?: (event: TetBusinessSummaryCardCustomEvent<
|
|
6182
|
+
"onAmountChange"?: (event: TetBusinessSummaryCardCustomEvent<number>) => void;
|
|
6089
6183
|
/**
|
|
6090
6184
|
* Emit event when Delete button clicked
|
|
6091
6185
|
*/
|
|
@@ -8746,6 +8840,7 @@ declare namespace LocalJSX {
|
|
|
8746
8840
|
"tet-availability-contact-form": TetAvailabilityContactForm;
|
|
8747
8841
|
"tet-b2b-check-out-form": TetB2bCheckOutForm;
|
|
8748
8842
|
"tet-b2b-compare-card": TetB2bCompareCard;
|
|
8843
|
+
"tet-b2b-configurator": TetB2bConfigurator;
|
|
8749
8844
|
"tet-b2b-configurator-cart": TetB2bConfiguratorCart;
|
|
8750
8845
|
"tet-b2b-service-calculator": TetB2bServiceCalculator;
|
|
8751
8846
|
"tet-banner-nav": TetBannerNav;
|
|
@@ -8886,6 +8981,7 @@ declare module "@stencil/core" {
|
|
|
8886
8981
|
*/
|
|
8887
8982
|
"tet-b2b-check-out-form": LocalJSX.TetB2bCheckOutForm & JSXBase.HTMLAttributes<HTMLTetB2bCheckOutFormElement>;
|
|
8888
8983
|
"tet-b2b-compare-card": LocalJSX.TetB2bCompareCard & JSXBase.HTMLAttributes<HTMLTetB2bCompareCardElement>;
|
|
8984
|
+
"tet-b2b-configurator": LocalJSX.TetB2bConfigurator & JSXBase.HTMLAttributes<HTMLTetB2bConfiguratorElement>;
|
|
8889
8985
|
"tet-b2b-configurator-cart": LocalJSX.TetB2bConfiguratorCart & JSXBase.HTMLAttributes<HTMLTetB2bConfiguratorCartElement>;
|
|
8890
8986
|
/**
|
|
8891
8987
|
* B2B service calculator.
|
|
@@ -4,12 +4,12 @@ type CategoryType = 'primary' | 'secondary';
|
|
|
4
4
|
type B2BCategory = {
|
|
5
5
|
id: number;
|
|
6
6
|
name: string;
|
|
7
|
+
order: number;
|
|
7
8
|
type: CategoryType;
|
|
8
9
|
key: string;
|
|
9
10
|
isActive: boolean;
|
|
10
11
|
icon: string;
|
|
11
|
-
|
|
12
|
-
description: string | null;
|
|
12
|
+
modalScreenId: string | null;
|
|
13
13
|
allowMultipleChoice: boolean;
|
|
14
14
|
products: B2BProduct[];
|
|
15
15
|
};
|
|
@@ -18,7 +18,7 @@ type B2BProduct = {
|
|
|
18
18
|
productCode: string;
|
|
19
19
|
attributes: {
|
|
20
20
|
key: string;
|
|
21
|
-
value: number;
|
|
21
|
+
value: number | boolean;
|
|
22
22
|
}[];
|
|
23
23
|
amount: number;
|
|
24
24
|
benefits: TranslatableProperty;
|
|
@@ -56,4 +56,4 @@ type B2BProductConfigurationNumber = B2BProductConfiguration & {
|
|
|
56
56
|
selectionType: 'number';
|
|
57
57
|
};
|
|
58
58
|
declare const b2bConfigurator: () => Promise<B2BConfiguratorResponse>;
|
|
59
|
-
export { b2bConfigurator, B2BConfiguratorResponse, B2BCategory, CategoryType };
|
|
59
|
+
export { b2bConfigurator, B2BConfiguratorResponse, B2BCategory, B2BProduct, CategoryType };
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Ensures an asynchronous operation (Promise or async function) takes at least
|
|
3
|
+
* a specified minimum duration to resolve.
|
|
4
|
+
* @param callback The Promise to await, or an asynchronous function that returns a Promise.
|
|
5
|
+
* @param minDurationMs The minimum time, in milliseconds, the resulting Promise should take to resolve.
|
|
6
|
+
* @returns A Promise that resolves with the result of the callback, but only after
|
|
7
|
+
* both the callback and the minDurationMs delay have completed.
|
|
8
|
+
*/
|
|
9
|
+
export declare const ensureMinDuration: <T>(callback: Promise<T> | (() => Promise<T>), minDurationMs: number) => Promise<T>;
|
package/package.json
CHANGED