@tet/tet-components 1.3.152-staging → 1.3.153-staging
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/tet-b2b-check-out-form_5.cjs.entry.js +2 -2
- package/dist/cjs/tet-b2b-configurator.cjs.entry.js +4 -4
- package/dist/collection/components/advanced/cards/tet-business-summary-card/tet-business-summary-card.css +11 -6
- package/dist/collection/components/views/tet-b2b-configurator/partials/tet-b2b-configurator-cart/tet-b2b-configurator-cart.css +7 -2
- package/dist/collection/components/views/tet-b2b-configurator/test/mocks/page-loaded.js +4 -4
- package/dist/collection/components/views/tet-b2b-configurator/test/mocks/page-loading.js +4 -4
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.css +16 -0
- package/dist/collection/components/views/tet-b2b-configurator/tet-b2b-configurator.js +3 -3
- package/dist/components/{p-c339ce60.js → p-40c772b5.js} +1 -1
- package/dist/components/p-b1e5b668.js +125 -0
- package/dist/components/tet-b2b-configurator-cart.js +1 -1
- package/dist/components/tet-b2b-configurator.js +6 -6
- package/dist/components/tet-business-summary-card.js +1 -1
- package/dist/esm/tet-b2b-check-out-form_5.entry.js +2 -2
- package/dist/esm/tet-b2b-configurator.entry.js +4 -4
- package/dist/tet-components/{p-9892257e.entry.js → p-26af11a8.entry.js} +1 -1
- package/dist/tet-components/p-38caba5e.entry.js +1 -0
- package/dist/tet-components/tet-components.esm.js +1 -1
- package/dist/types/components/views/tet-b2b-configurator/test/mocks/page-loaded.d.ts +1 -1
- package/dist/types/components/views/tet-b2b-configurator/test/mocks/page-loading.d.ts +1 -1
- package/package.json +1 -1
- package/dist/components/p-e32e2421.js +0 -125
- package/dist/tet-components/p-251c960f.entry.js +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{r as t,c as o,h as e,H as r,g as i}from"./p-67c5dc0a.js";import{e as a,A as n}from"./p-0967ecde.js";import{c as s}from"./p-baa9231f.js";import{t as c}from"./p-42613a55.js";import"./p-d0d6a340.js";const{state:l,set:d,get:f}=s({data:[],cart:new Map,productDetails:new Map}),m=t=>{const o=new Map(l.cart);o.delete(t),d("cart",o)},h=class{constructor(r){t(this,r),this.compareLinkClick=o(this,"compareLinkClick",7),this.b2bConfiguratorSubmit=o(this,"b2bConfiguratorSubmit",7),this.successCloseClick=o(this,"successCloseClick",7),this.priceSuffix="€/mēn.",this.checkDesktopResolution=()=>{this.isDesktopResolution=window.innerWidth>=1024},this.fetchData=async()=>{(t=>{d("data",t);const o=new Map;for(const e of t)for(const t of e.products){const{type:r,name:i,id:a}=e,{name:{lv:n},description:{lv:s},amount:c,b2bConfiguratorProduct:l}=t;o.set(t.productCode,{name:n,description:s,amount:c,discountAmount:l.discountAmount,categoryType:r,categoryName:i,categoryId:a,b2bConfiguratorProduct:l})}d("productDetails",o)})(await(()=>{let t;try{t=new URL(a.b2bConfigurator).href}catch(t){return console.error(t),Promise.reject("B2B configurator endpoint URL generation failed.")}return(new n).setUrl(t).setErrorFallbackValue([]).execute()})())},this.renderPlaceholder=()=>{const t="dark"===this.theme;return[e("div",{class:"offer placeholder"},e("div",{style:{padding:this.isDesktopResolution?"1.5rem":"1rem"}},e("tet-placeholder",{class:"placeholder",height:this.isDesktopResolution?"2rem":"1.5rem",darkTheme:t})),e("div",{class:"offer__content"},e("tet-placeholder",{class:"placeholder offer__navigation",height:this.isDesktopResolution?"48rem":" 2.25rem",darkTheme:t,style:{margin:"0"}}),e("div",{class:"offer__cards"},e("div",{class:"offer__cards-list"},e("tet-placeholder",{class:"placeholder",height:"3rem",darkTheme:t}),e("tet-placeholder",{class:"placeholder",height:"10.25rem",darkTheme:t}),e("tet-placeholder",{class:"placeholder",height:"10.25rem",darkTheme:t}),e("tet-placeholder",{class:"placeholder",height:"10.25rem",darkTheme:t}),e("tet-placeholder",{class:"placeholder",height:"10.25rem",darkTheme:t}))))),e("div",{class:"cart cart--empty",style:{padding:"1.5rem 1rem 1rem","background-color":"var(--b2b-background-color)"}},e("tet-placeholder",{class:"placeholder",height:"12.75rem",darkTheme:t}))]},this.categoryClickHandler=t=>{const{id:o}=t.detail,e=this.getCategoryById(o);e&&("primary"===e.type?this.activePrimaryCategoryId=o:this.activeSecondaryCategoryId=o)},this.renderOffer=()=>{const t=[{name:c("components-b2b-offer-primary-title"),type:"primary"},{name:c("components-b2b-offer-secondary-title"),type:"secondary"}];return e("div",{class:{offer:!0,[`offer--${this.theme}`]:!0}},t.map((t=>{const o=l.data.filter((o=>o.type===t.type)).map((t=>{const{id:o,name:e,icon:r}=t;return{id:o,name:e,icon:r,selected:o===this.activePrimaryCategoryId||o===this.activeSecondaryCategoryId}}));return e("tet-accordion",{ref:o=>{"primary"===t.type?this.primaryAccordionEl=o:this.secondaryAccordionEl=o},key:t.type,class:"offer__block",isOpen:"primary"===t.type,header:t.name,withBorder:!0,theme:this.theme,transparentBackground:!0},e("div",{class:"offer__content"},e("div",{class:"offer__navigation"},e("tet-business-navigation",{ref:o=>{"primary"===t.type?this.primaryNavEl=o:this.secondaryNavEl=o},menuItems:o,theme:this.theme,"onMenu-click-event":this.categoryClickHandler})),this.renderCards(t.type)))})))},this.getCategoryById=t=>l.data.find((o=>o.id===t)),this.onCompareLinkClick=t=>{const o=this.getCategoryById(t);o&&o.modalScreenId&&this.compareLinkClick.emit(o.modalScreenId)},this.handleCardSelected=(t,o)=>{const e=this.getCategoryById(o);if(!e)return;const{type:r,allowMultipleChoice:i}=e;if("primary"===r){if(this.selectedPrimaryCards.includes(t))return;this.selectedPrimaryCards=i?[...this.selectedPrimaryCards,t]:[t]}else{if(this.selectedSecondaryCards.includes(t))return;this.selectedSecondaryCards=i?[...this.selectedSecondaryCards,t]:[t]}},this.handleProductCountChanged=async(t,o)=>{const{cardId:e,count:r}=t.detail,i=this.getCategoryById(o);if(i&&l.cart.get(e)!==r){if(!r)return this.itemToRemove=e,void this.confirmationDialogEl.open();i.allowMultipleChoice||i.products.forEach((t=>t.productCode!==e&&m(t.productCode))),((t,o)=>{if(o<0)return;const e=new Map(l.cart);e.set(t,o),d("cart",e)})(e,r),this.isDesktopResolution&&(this.cartEl.changeBlockState(i.type,"open"),this.cartEl.changeBlockState("primary"===i.type?"secondary":"primary","close"))}},this.onConfirmationClose=()=>{this.itemToRemove=null},this.renderConfirmationDialog=()=>e("tet-dialog",{ref:t=>this.confirmationDialogEl=t,class:this.theme,closeOnOverlayClick:!1,onCloseDialog:this.onConfirmationClose,theme:this.theme},e("div",{class:"action-dialog"},e("tet-icon",{class:"action-dialog__icon action-dialog__attention-icon",name:"attention"}),e("div",{class:"action-dialog__title"},c("components-b2b-item-remove-confirmation-title"))),e("div",{slot:"footer",class:"action-dialog__footer"},e("tet-button",{class:"action-dialog__button",type:"secondary",theme:this.theme,size:"large",onClick:()=>this.confirmationDialogEl.close()},c("components-b2b-item-remove-confirmation-decline")),e("tet-button",{class:"action-dialog__button",type:"primary",theme:this.theme,size:"large",iconName:"tc-trash",iconPosition:"left",onClick:()=>{m(this.itemToRemove),this.confirmationDialogEl.close()}},c("components-b2b-item-remove-confirmation-accept")))),this.resetState=()=>{d("cart",new Map),this.checkoutAttempted=!1,this.primaryAccordionEl.open(),this.secondaryAccordionEl.close()},this.renderSubmissionStateDialog=()=>{const t="loading"===this.formState,o=()=>{this.resetState(),this.successCloseClick.emit(),this.submissionStateDialogEl.close()},r=t?e("div",{class:"action-dialog"},e("tet-spinner",{theme:this.theme}),e("div",{class:"action-dialog__title"},c("components-b2b-loading-dialog-title")),e("div",{class:"action-dialog__description"},c("components-b2b-loading-dialog-description"))):[e("div",{class:"action-dialog"},e("tet-icon",{class:"action-dialog__icon action-dialog__success-icon",name:"tc-check-circle"}),e("div",{class:"action-dialog__title"},c("components-b2b-success-dialog-title")),e("div",{class:"action-dialog__description"},c("components-b2b-success-dialog-description"))),e("div",{slot:"footer",class:"action-dialog__footer"},e("tet-button",{class:"action-dialog__button",type:"secondary",theme:this.theme,size:"large",onClick:o},e("div",{class:"action-dialog__button-text"},c("components-b2b-success-dialog-close"))),e("tet-button",{class:"action-dialog__button",type:"primary",theme:this.theme,size:"large",onClick:()=>{this.resetState(),this.submissionStateDialogEl.close()}},e("div",{class:"action-dialog__button-text"},c("components-b2b-success-dialog-start-again"))))];return e("tet-dialog",{ref:t=>this.submissionStateDialogEl=t,class:{[this.theme]:!0,"action-dialog--loading":t},closeOnOverlayClick:!1,closeOnEscape:!t,hideCloseButton:t,theme:this.theme,onCloseDialog:"success"===this.formState?o:this.submissionStateDialogEl.close},r)},this.renderCards=t=>{var o;const r="primary"===t?this.activePrimaryCategoryId:this.activeSecondaryCategoryId,i="primary"===t?this.selectedPrimaryCards:this.selectedSecondaryCards,a=((null===(o=this.getCategoryById(r))||void 0===o?void 0:o.products)||[]).map((t=>{var o,a;const{productCode:n,name:{lv:s},description:{lv:c},amount:d,b2bConfiguratorProduct:{discountAmount:f,selectionType:m,defaultValue:h,minValue:u,maxValue:y,translationKey:p},benefits:{lv:b},contracts:g}=t,v=!!(null===(o=t.attributes.find((t=>"isBestChoice"===t.key)))||void 0===o?void 0:o.value),_="single"===m?void 0:{defaultValue:h,minValue:u,maxValue:y,label:p},w={id:n,title:s,subtitle:c,isBestChoice:v,price:d,discountPrice:f,benefits:b.split("\n"),contract:null===(a=g[0])||void 0===a?void 0:a.contract,counterOptions:_},k=i.includes(n);return e("tet-b2b-compare-card",{options:w,theme:this.theme,key:n,isSelected:k,onSelectedChange:()=>this.handleCardSelected(n,r),count:l.cart.get(n),onCountChange:t=>this.handleProductCountChanged(t,r)})}));return e("div",{class:"offer__cards"},e("div",{class:"offer__cards-header"},e("div",{class:"offer__cards-title"},c("components-b2b-offer-product-list-title")),e("button",{class:{"button-reset":!0,compare__button:!0,[`${this.theme}`]:!0},onClick:()=>{this.onCompareLinkClick(r)}},e("span",{class:{compare__text:!0,"tet-link":!0,[`${this.theme}`]:!0}},c("components-b2b-offer-compare-link-text")),e("div",{class:"compare__icon-wrapper"},e("tet-icon",{class:"compare__icon",name:"tc-info-circle-outline",theme:this.theme})))),e("div",{class:"offer__cards-list"},a))},this.handleCartProductCountChange=(t,o,e)=>{this.handleProductCountChanged({detail:{cardId:t,count:o}},e)},this.goToProduct=async(t,o)=>{const e=this.getCategoryById(t);e&&("primary"===e.type?(await this.primaryAccordionEl.open(),await this.primaryNavEl.selectMenuItem(t),this.primaryAccordionEl.scrollIntoView({behavior:"smooth"})):"secondary"===e.type&&(await this.secondaryAccordionEl.open(),await this.secondaryNavEl.selectMenuItem(t),this.secondaryAccordionEl.scrollIntoView({behavior:"smooth"})),setTimeout((()=>{this.handleCardSelected(o,t)}),0))},this.renderCartCardsList=t=>{const o=o=>{const r=l.cart.get(o),i=l.productDetails.get(o);if(void 0===r||!i)return null;const{name:a,amount:n,description:s,discountAmount:d,categoryName:f,categoryType:m,categoryId:h,b2bConfiguratorProduct:u}=i,y="primary"===m?s:f,{selectionType:p,term:b,minValue:g,maxValue:v,translationKey:_}=u;return e("tet-business-summary-card",{key:o,productName:a,price:n,productDescription:y,discountPrice:d,currency:this.priceSuffix,contractTerm:b,theme:this.theme,withStepper:"number"===p,value:r,minValue:g,maxValue:v,stepperLabel:c(_||""),context:t,onAmountChange:t=>this.handleCartProductCountChange(o,t.detail,h),onDeleteButtonClick:()=>this.handleCartProductCountChange(o,0,h),onEditButtonClick:()=>this.goToProduct(h,o)})};return["primary","secondary"].map((t=>{const r=[...l.cart].filter((([o])=>{const e=l.productDetails.get(o);return e&&e.categoryType===t})).map((([t])=>o(t)));return r.length?e("div",{class:"cart__card-list",slot:t},r):null}))},this.positionStickyCartEl=()=>{this.referenceElement&&(this.isDesktopResolution?this.hostElement.style.setProperty("--b2b-cart-sticky-top",`${this.referenceElement.offsetTop}px`):this.hostElement.style.removeProperty("--b2b-cart-sticky-top"))},this.renderCart=(t="edit")=>{var o;const r=!l.cart.size;let i={primary:0,secondary:0},a={primary:0,secondary:0},n=0;for(const[t,e]of l.cart){const r=l.productDetails.get(t);r&&(i[r.categoryType]+=(null!==(o=r.discountAmount)&&void 0!==o?o:r.amount)*e,a[r.categoryType]+=1,n+=r.amount*e)}const{primary:s,secondary:d}=i,f=s+d,m=n-f,{primary:h,secondary:u}=this.areProductsAddedToCart(),y="edit"===t&&this.checkoutAttempted&&!h,p="edit"===t&&this.checkoutAttempted&&!u,b={summaryAmount:f.toFixed(2),primaryAmount:s.toFixed(2),secondaryAmount:d.toFixed(2),primaryCount:a.primary,secondaryCount:a.secondary,summarySavings:m.toFixed(2),hasPrimaryNotification:y,hasSecondaryNotification:p},g="edit"===t?e("tet-button",{onClick:this.checkout,slot:"cta",class:"cart__cta",type:"primary",size:this.isDesktopResolution?"large":"medium",theme:this.theme},c("components-b2b-cart-cta-button-title")):null;return e("tet-b2b-configurator-cart",{ref:o=>"edit"===t?this.cartEl=o:null,context:t,class:{cart:!0,"cart--empty":r,[`cart--${t}`]:!0},data:b,theme:this.theme,isCartEmpty:r,isDesktopResolution:this.isDesktopResolution},this.renderCartCardsList(t),g)},this.areProductsAddedToCart=()=>{const t={primary:!1,secondary:!1};for(const[o,e]of l.cart){const e=l.productDetails.get(o);e&&(t[e.categoryType]=!0)}return t},this.checkout=()=>{this.checkoutAttempted=!0;const{primary:t,secondary:o}=this.areProductsAddedToCart();t&&o&&this.checkoutFormEl.open()},this.submit=({detail:t})=>{const o={cart:Object.fromEntries(f("cart")),contactInfo:t};this.formState="loading",this.b2bConfiguratorSubmit.emit(o),this.checkoutFormEl.close(),this.submissionStateDialogEl.open()},this.renderCheckoutForm=()=>e("tet-b2b-check-out-form",{ref:t=>this.checkoutFormEl=t,theme:this.theme,"onSubmit-check-out-form":this.submit},e("div",{slot:"cart"},this.renderCart("checkout"))),this.referenceElement=void 0,this.isLoading=!0,this.itemToRemove=null,this.checkoutAttempted=!1,this.formState="success",this.activePrimaryCategoryId=null,this.activeSecondaryCategoryId=null,this.selectedPrimaryCards=[],this.selectedSecondaryCards=[],this.isDesktopResolution=void 0,this.theme="light",this.stickyRefEl=""}resetSelectedPrimaryCards(){this.selectedPrimaryCards=[]}resetSelectedSecondaryCards(){this.selectedSecondaryCards=[]}async componentWillLoad(){this.checkDesktopResolution(),this.referenceElement=this.stickyRefEl?document.querySelector(this.stickyRefEl):this.hostElement.parentElement}async componentDidLoad(){var t,o;this.isLoading=!0,await(async t=>{const o="function"==typeof t?t():t,e=new Promise((t=>setTimeout(t,500))),[r]=await Promise.all([o,e]);return r})(this.fetchData),this.isLoading=!1,this.activePrimaryCategoryId=(null===(t=l.data.find((t=>"primary"===t.type)))||void 0===t?void 0:t.id)||null,this.activeSecondaryCategoryId=(null===(o=l.data.find((t=>"secondary"===t.type)))||void 0===o?void 0:o.id)||null,this.positionStickyCartEl()}onResize(){this.checkDesktopResolution(),this.positionStickyCartEl()}async setSubmitFormState(t){this.formState=t}render(){return e(r,{key:"e8ab791edeb75ffcde0bd546ffb3020893a55f84"},e("div",{key:"45a92c46a0024d36f5d11d902afa003aeb9d9c6b",class:{configurator:!0,[`${this.theme}`]:!0}},this.isLoading?this.renderPlaceholder():l.data&&[this.renderOffer(),this.renderCart()]),this.renderCheckoutForm(),this.renderConfirmationDialog(),this.renderSubmissionStateDialog())}get hostElement(){return i(this)}static get watchers(){return{activePrimaryCategoryId:["resetSelectedPrimaryCards"],activeSecondaryCategoryId:["resetSelectedSecondaryCards"]}}};h.style='@font-face{font-family:"Gilroy";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Gilroy-W05-Medium.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Medium.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Gilroy-W05-Semibold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Semibold.woff") format("woff")}@font-face{font-family:"Gilroy";font-style:normal;font-weight:700;font-display:swap;src:url("assets/fonts/Gilroy-W05-Bold.woff2") format("woff2"), url("assets/fonts/Gilroy-W05-Bold.woff") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("assets/fonts/Inter-Regular.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Regular.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("assets/fonts/Inter-Medium.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-Medium.woff?v=3.19") format("woff")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("assets/fonts/Inter-SemiBold.woff2?v=3.19") format("woff2"), url("assets/fonts/Inter-SemiBold.woff?v=3.19") format("woff")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}:root{--tet-link-color:var(--tc-text-primary);--tet-link-color-hover:var(--tc-text-secondary);--tet-link-color-active:var(--tc-text-tertiary);--tet-link-color-focus:var(--tc-blue-40);--tet-link-color-disabled:var(--tc-button-text-inverse-disabled);--tet-link-secondary-color:var(--tc-text-secondary);--tet-link-secondary-color-hover:var(--tc-text-primary)}.tet-link,.tet-link__arrow{text-decoration:underline;color:var(--tet-link-color);position:relative;line-height:1.5rem;cursor:pointer}.tet-link.dark,.tet-link__arrow.dark{--tet-link-color:var(--tc-text-primary-dark);--tet-link-color-hover:var(--tc-text-secondary-dark);--tet-link-color-active:var(--tc-text-tertiary-dark);--tet-link-color-focus:var(--tc-blue-40-dark);--tet-link-color-disabled:var(--tc-button-text-inverse-disabled-dark);--tet-link-secondary-color:var(--tc-text-secondary-dark);--tet-link-secondary-color-hover:var(--tc-text-primary-dark)}.tet-link.tet-link--secondary,.tet-link__arrow.tet-link--secondary{--tet-link-color:var(--tet-link-secondary-color);--tet-link-color-hover:var(--tet-link-secondary-color-hover)}.tet-link tet-icon,.tet-link__arrow tet-icon{--icon-color:var(--tet-link-color)}.tet-link:hover,.tet-link__arrow:hover{color:var(--tet-link-color-hover)}.tet-link:hover tet-icon,.tet-link__arrow:hover tet-icon{--icon-color:var(--tet-link-color-hover)}.tet-link:active,.tet-link__arrow:active{color:var(--tet-link-color-active)}.tet-link:active tet-icon,.tet-link__arrow:active tet-icon{--icon-color:var(--tet-link-color-active)}.tet-link:focus-visible,.tet-link__arrow:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s;outline-color:var(--tet-link-color-focus);border-radius:0.125rem}.tet-link.disabled,.tet-link__arrow.disabled{color:var(--tet-link-color-disabled);pointer-events:none;cursor:auto}.tet-link.disabled tet-icon,.tet-link__arrow.disabled tet-icon{--icon-color:var(--tet-link-color-disabled)}.tet-link.disabled:focus-visible,.tet-link__arrow.disabled:focus-visible{outline:none}.tet-link tet-icon,.tet-link__arrow tet-icon{padding-left:0.25rem;padding-right:0.25rem;--icon-container-display:inline-block}.tet-link__arrow{padding-right:1.5rem}.tet-link__arrow::after{content:"--\x3e";position:absolute;white-space:nowrap;display:inline-block;text-decoration:none;padding-left:0.25rem;letter-spacing:initial;transition:all 0.15s ease-in}.tet-link__arrow:hover::after{padding-left:0.375rem}:host{display:block;--b2b-cart-offset-top:0px}.light{--b2b-text-color:var(--tc-text-primary);--b2b-text-color-secondary:var(--tc-text-secondary);--b2b-background-color:var(--tc-layer-primary);--b2b-icon-background-color:var(--tc-layer-secondary);--b2b-icon-pressed-background-color:var(--tc-layer-quaternary);--b2b-box-shadow:var(--tc-elevation-one);--b2b-border-color:var(--tc-border-quaternary);--b2b-summary-block-color:var(--tc-layer-secondary);--b2b-summary-accent-color:var(--tc-yellow-20);--b2b-confirmation-dialog-icon-color:var(--tc-yellow-40);--b2b-success-dialog-icon-color:var(--tc-green-40)}.dark{--b2b-text-color:var(--tc-text-primary-dark);--b2b-text-color-secondary:var(--tc-text-secondary-dark);--b2b-background-color:var(--tc-layer-primary-dark);--b2b-icon-background-color:var(--tc-layer-secondary-dark);--b2b-icon-pressed-background-color:var(--tc-layer-quaternary-dark);--b2b-box-shadow:var(--tc-elevation-one-dark);--b2b-border-color:var(--tc-border-quaternary-dark);--b2b-summary-block-color:var(--tc-layer-secondary-dark);--b2b-summary-accent-color:var(--tc-grey-20-dark);--b2b-confirmation-dialog-icon-color:var(--tc-yellow-40-dark);--b2b-success-dialog-icon-color:var(--tc-green-40-dark)}button.button-reset{background:none;border:none;padding:0;font:inherit;color:inherit;text-align:inherit}.placeholder{--placeholder-animation-speed:5s}.configurator{display:flex;gap:1rem;flex-direction:column;color:var(--b2b-text-color)}@media screen and (min-width: 64rem){.configurator{gap:1.5rem;flex-direction:row;align-items:flex-start}}.offer{border-radius:1rem;height:fit-content;flex:0 0 calc(70% - 0.75rem);background-color:var(--b2b-background-color);box-shadow:var(--b2b-box-shadow)}.offer__block{--accordion-header-padding:1rem;--accordion-header-mobile-padding:1rem;--accordion-header-font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif;--accordion-header-mobile-font:600 1.25rem/1.5rem Gilroy, Gilroy, Arial, sans-serif}.offer__block:first-child{--accordion-border-radius:1rem 1rem 0 0;--accordion-outer-border:var(--b2b-border-color)}.offer__block:last-child{--accordion-border-radius:0 0 1rem 1rem;--accordion-border-bottom-width:0}@media screen and (min-width: 64rem){.offer__block{--accordion-header-padding:1.5rem;--accordion-header-font:600 1.75rem/2rem Gilroy, Gilroy, Arial, sans-serif}}.offer__content{overflow:hidden;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:0.75rem;border-color:var(--b2b-border-color);border-top-style:solid;border-top-width:0.0625rem}@media screen and (min-width: 48rem){.offer__content{padding:1.5rem}}@media screen and (min-width: 64rem){.offer__content{flex-direction:row;gap:1.5rem;padding-bottom:2.5rem}}.offer__navigation{margin:0 -1.5rem;flex:0 0 30%}@media screen and (min-width: 64rem){.offer__navigation{max-width:20.5rem;margin:0}}.offer__cards{flex:1 1 0%}.offer__cards-header{padding:0.5rem 0 0.75rem 0;display:flex;gap:0.5rem;justify-content:space-between;align-items:center}@media screen and (min-width: 64rem){.offer__cards-header{padding:1rem 0}}.offer__cards-list{display:flex;flex-direction:column;gap:1rem}.offer__cards-title{flex:auto;font:600 1rem/1.5rem "Inter", "Gilroy, Arial, sans-serif"}@media screen and (min-width: 64rem){.offer__cards-title{font:600 1.25rem/1.5rem "Gilroy", "Gilroy, Arial, sans-serif"}}.compare__button{border-radius:50%;overflow:hidden}@media screen and (min-width: 64rem){.compare__button{border-radius:0.125rem}}.compare__button:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s}.compare__button.dark:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline:0.125rem solid var(--tc-blue-40-dark);outline-offset:0.125rem;transition:outline 0s}.compare__button:active{--b2b-icon-background-color:var(--b2b-icon-pressed-background-color)}.compare__text{font:400 1rem/1.5rem "Inter", "Gilroy, Arial, sans-serif";display:none}@media screen and (min-width: 64rem){.compare__text{display:initial}}.compare__icon-wrapper{width:2.75rem;height:2.75rem;display:flex;justify-content:center;align-items:center;background-color:var(--b2b-icon-background-color);cursor:pointer}@media screen and (min-width: 64rem){.compare__icon-wrapper{display:none}}.compare__icon{--icon-size:1.5rem}.cart{flex:0 0 calc(30% - 0.75rem);position:sticky}@media screen and (min-width: 64rem){.cart{max-width:calc(30% - 0.75rem)}}.cart--edit{bottom:-1px;top:calc(var(--b2b-cart-sticky-top) + var(--b2b-cart-offset-top))}.cart--empty{display:none}@media screen and (min-width: 64rem){.cart--empty{display:flex}}.cart__card-list{padding:0 1rem 1rem;display:flex;flex-direction:column;gap:0.5rem}.cart__cta{display:block;align-self:center}@media screen and (min-width: 48rem){.cart__cta{align-self:flex-end}}.action-dialog{display:flex;flex-direction:column;gap:0.5rem;align-items:center;margin-bottom:1.5rem}.action-dialog--loading{--dialog-footer-border-color:transparent}.action-dialog__title{text-align:center;font:600 1.5rem/1.75rem "Gilroy", "Gilroy, Arial, sans-serif"}.action-dialog__description{text-align:center;font:400 1rem/1.5rem "Inter", "Gilroy, Arial, sans-serif"}.action-dialog__icon{--icon-size:3rem}.action-dialog__attention-icon{--icon-color:var(--b2b-confirmation-dialog-icon-color)}.action-dialog__success-icon{--icon-color:var(--b2b-success-dialog-icon-color)}.action-dialog__footer{display:flex;flex-direction:column;justify-content:space-between;flex:auto;gap:1rem}@media screen and (min-width: 31.25rem){.action-dialog__footer{flex-direction:row}}.action-dialog__button{--button-width:100%}.action-dialog__button-text{white-space:nowrap}';export{h as tet_b2b_configurator}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{p as e,b as t}from"./p-67c5dc0a.js";export{s as setNonce}from"./p-67c5dc0a.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-554048e9",[[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-251c960f",[[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-f4c885e1",[[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-4ede3a1f",[[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-d2bbd9d7",[[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-d95eaef4",[[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-d07b83ad",[[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-384b538d",[[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-af6a1d29",[[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-43549f0c",[[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-2fa851a4",[[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-adb0fb6e",[[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-9a21bf0b",[[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-2be642ec",[[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-3d275c94",[[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-eec626f5",[[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-8fa0bbba",[[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-f4bf521f",[[1,"tet-referral",{"theme":[1],"language":[1],"data":[1]},null,{"language":["onLanguageChange"]}]]],["p-c415edef",[[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-146ecdb8",[[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-96a3bd92",[[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-ae0201d2",[[1,"tet-business-compare-card",{"mainTitle":[1,"main-title"],"bulletPoints":[16],"pricePrefix":[1,"price-prefix"],"price":[1],"currency":[1],"theme":[1],"hasContentInFooter":[32]}]]],["p-811222db",[[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-18ec0147",[[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-a7f4ca9a",[[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-98787067",[[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-08916e95",[[1,"tet-business-lines",{"language":[1],"addressKey":[2,"address-key"],"showHeadings":[4,"show-headings"],"address":[32],"businessLines":[32]},null,{"language":["onLanguageChange"],"addressKey":["onAddressKeyChange"]}]]],["p-498ec47d",[[0,"tet-business-round-stepper",{"stepperData":[16],"layout":[1],"theme":[1]}]]],["p-d5e4225e",[[1,"tet-inline-message",{"variant":[1],"theme":[1]}]]],["p-50361f7c",[[1,"tet-label",{"labelTitle":[1,"label-title"],"translateTitle":[4,"translate-title"],"active":[4],"theme":[1],"type":[1],"showIcon":[4,"show-icon"]}]]],["p-7ff3a09f",[[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-b5137c33",[[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-431bd2ee",[[1,"tet-navigation-mobile",{"darkMode":[4,"dark-mode"],"isTogglerExpanded":[32],"isTogglerVisible":[32],"showToggler":[64],"hideToggler":[64],"open":[64],"close":[64]},null,{"isTogglerExpanded":["onMenuToggle"]}]]],["p-ebf617e0",[[1,"tet-round-stepper",{"stepperData":[16],"forcedColumn":[4,"forced-column"],"hideIcons":[4,"hide-icons"],"theme":[1]},[[9,"resize","onResize"]]]]],["p-134a3a27",[[1,"tet-tv-gift-list",{"header":[1],"listBulletIcon":[1,"list-bullet-icon"],"imageSource":[1,"image-source"],"list":[16],"containerSize":[32]},[[9,"resize","onWindowResize"]]]]],["p-5bb0324f",[[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-d6566e42",[[1,"tet-border-radius"]]],["p-89d57790",[[1,"tet-business-card",{"mainTitle":[1,"main-title"],"subTitle":[1,"sub-title"],"infoText":[1,"info-text"],"type":[1],"theme":[1],"size":[32]}]]],["p-7e53423b",[[1,"tet-colors",{"showVariables":[4,"show-variables"],"darkTheme":[4,"dark-theme"]}]]],["p-640f3c74",[[1,"tet-contact-info",{"contactBlocks":[16]}]]],["p-2b5c3ead",[[1,"tet-expansion-panel",{"toggleElement":[1025,"toggle-element"],"initialState":[1,"initial-state"],"state":[32],"open":[64],"close":[64],"toggle":[64],"getState":[64]}]]],["p-26ead5ae",[[1,"tet-font-weight"]]],["p-8d29d1e0",[[1,"tet-fonts"]]],["p-1ccb81d6",[[0,"tet-grid"]]],["p-d70b7d35",[[1,"tet-layout"]]],["p-07de58e9",[[1,"tet-link"]]],["p-84f99a6d",[[1,"tet-spacing"]]],["p-ca156b2f",[[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-4f45391c",[[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-fd189a4c",[[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-6a9bebe8",[[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-527d27d5",[[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-bb606862",[[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-504b3a9b",[[1,"tet-stepper-v2",{"stepperData":[16],"theme":[1]}]]],["p-aaa1b6a9",[[1,"tet-stepper-v3",{"stepperData":[16],"theme":[1]}]]],["p-5ddb7dbd",[[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-4fa379f5",[[1,"tet-stepper",{"stepperData":[16]}]]],["p-6ae43a25",[[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-2be8eb0b",[[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-c5f3cf38",[[1,"tet-loader"]]],["p-e4875a68",[[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-4f2e41c8",[[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-d4de419b",[[1,"tet-switch",{"theme":[1],"label":[1],"accessibilityLabel":[1,"accessibility-label"],"name":[1],"value":[8],"disabled":[4],"checked":[516],"setChecked":[64]}]]],["p-5dfaeee4",[[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-caa1fb4d",[[1,"tet-icon",{"name":[1],"theme":[1],"type":[1],"useDefaultColor":[4,"use-default-color"],"accessibilityLabel":[1,"accessibility-label"],"focusable":[4]},null,{"name":["onNameChange"]}]]],["p-e0a79aee",[[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-98f453c3",[[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-3ffa793c",[[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-fbb36c62",[[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-16863fb3",[[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-51ed09f7",[[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-86afa7c3",[[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-3e225bc6",[[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-9892257e",[[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-0a45f03b",[[1,"tet-spinner",{"theme":[1],"size":[1],"type":[1],"previousProgress":[32],"setProgress":[64]},null,{"type":["onTypeChange"]}]]],["p-66f54133",[[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-1b0ac117",[[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-87d3b2f5",[[1,"tet-placeholder",{"width":[1],"height":[1],"darkTheme":[4,"dark-theme"]}]]],["p-c368fef6",[[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-d16367fb",[[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))));
|
|
1
|
+
import{p as e,b as t}from"./p-67c5dc0a.js";export{s as setNonce}from"./p-67c5dc0a.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-554048e9",[[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-38caba5e",[[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-f4c885e1",[[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-4ede3a1f",[[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-d2bbd9d7",[[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-d95eaef4",[[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-d07b83ad",[[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-384b538d",[[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-af6a1d29",[[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-43549f0c",[[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-2fa851a4",[[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-adb0fb6e",[[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-9a21bf0b",[[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-2be642ec",[[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-3d275c94",[[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-eec626f5",[[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-8fa0bbba",[[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-f4bf521f",[[1,"tet-referral",{"theme":[1],"language":[1],"data":[1]},null,{"language":["onLanguageChange"]}]]],["p-c415edef",[[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-146ecdb8",[[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-96a3bd92",[[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-ae0201d2",[[1,"tet-business-compare-card",{"mainTitle":[1,"main-title"],"bulletPoints":[16],"pricePrefix":[1,"price-prefix"],"price":[1],"currency":[1],"theme":[1],"hasContentInFooter":[32]}]]],["p-811222db",[[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-18ec0147",[[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-a7f4ca9a",[[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-98787067",[[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-08916e95",[[1,"tet-business-lines",{"language":[1],"addressKey":[2,"address-key"],"showHeadings":[4,"show-headings"],"address":[32],"businessLines":[32]},null,{"language":["onLanguageChange"],"addressKey":["onAddressKeyChange"]}]]],["p-498ec47d",[[0,"tet-business-round-stepper",{"stepperData":[16],"layout":[1],"theme":[1]}]]],["p-d5e4225e",[[1,"tet-inline-message",{"variant":[1],"theme":[1]}]]],["p-50361f7c",[[1,"tet-label",{"labelTitle":[1,"label-title"],"translateTitle":[4,"translate-title"],"active":[4],"theme":[1],"type":[1],"showIcon":[4,"show-icon"]}]]],["p-7ff3a09f",[[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-b5137c33",[[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-431bd2ee",[[1,"tet-navigation-mobile",{"darkMode":[4,"dark-mode"],"isTogglerExpanded":[32],"isTogglerVisible":[32],"showToggler":[64],"hideToggler":[64],"open":[64],"close":[64]},null,{"isTogglerExpanded":["onMenuToggle"]}]]],["p-ebf617e0",[[1,"tet-round-stepper",{"stepperData":[16],"forcedColumn":[4,"forced-column"],"hideIcons":[4,"hide-icons"],"theme":[1]},[[9,"resize","onResize"]]]]],["p-134a3a27",[[1,"tet-tv-gift-list",{"header":[1],"listBulletIcon":[1,"list-bullet-icon"],"imageSource":[1,"image-source"],"list":[16],"containerSize":[32]},[[9,"resize","onWindowResize"]]]]],["p-5bb0324f",[[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-d6566e42",[[1,"tet-border-radius"]]],["p-89d57790",[[1,"tet-business-card",{"mainTitle":[1,"main-title"],"subTitle":[1,"sub-title"],"infoText":[1,"info-text"],"type":[1],"theme":[1],"size":[32]}]]],["p-7e53423b",[[1,"tet-colors",{"showVariables":[4,"show-variables"],"darkTheme":[4,"dark-theme"]}]]],["p-640f3c74",[[1,"tet-contact-info",{"contactBlocks":[16]}]]],["p-2b5c3ead",[[1,"tet-expansion-panel",{"toggleElement":[1025,"toggle-element"],"initialState":[1,"initial-state"],"state":[32],"open":[64],"close":[64],"toggle":[64],"getState":[64]}]]],["p-26ead5ae",[[1,"tet-font-weight"]]],["p-8d29d1e0",[[1,"tet-fonts"]]],["p-1ccb81d6",[[0,"tet-grid"]]],["p-d70b7d35",[[1,"tet-layout"]]],["p-07de58e9",[[1,"tet-link"]]],["p-84f99a6d",[[1,"tet-spacing"]]],["p-ca156b2f",[[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-4f45391c",[[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-fd189a4c",[[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-6a9bebe8",[[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-527d27d5",[[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-bb606862",[[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-504b3a9b",[[1,"tet-stepper-v2",{"stepperData":[16],"theme":[1]}]]],["p-aaa1b6a9",[[1,"tet-stepper-v3",{"stepperData":[16],"theme":[1]}]]],["p-5ddb7dbd",[[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-4fa379f5",[[1,"tet-stepper",{"stepperData":[16]}]]],["p-6ae43a25",[[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-2be8eb0b",[[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-c5f3cf38",[[1,"tet-loader"]]],["p-e4875a68",[[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-4f2e41c8",[[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-d4de419b",[[1,"tet-switch",{"theme":[1],"label":[1],"accessibilityLabel":[1,"accessibility-label"],"name":[1],"value":[8],"disabled":[4],"checked":[516],"setChecked":[64]}]]],["p-5dfaeee4",[[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-caa1fb4d",[[1,"tet-icon",{"name":[1],"theme":[1],"type":[1],"useDefaultColor":[4,"use-default-color"],"accessibilityLabel":[1,"accessibility-label"],"focusable":[4]},null,{"name":["onNameChange"]}]]],["p-e0a79aee",[[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-98f453c3",[[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-3ffa793c",[[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-fbb36c62",[[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-16863fb3",[[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-51ed09f7",[[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-86afa7c3",[[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-3e225bc6",[[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-26af11a8",[[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-0a45f03b",[[1,"tet-spinner",{"theme":[1],"size":[1],"type":[1],"previousProgress":[32],"setProgress":[64]},null,{"type":["onTypeChange"]}]]],["p-66f54133",[[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-1b0ac117",[[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-87d3b2f5",[[1,"tet-placeholder",{"width":[1],"height":[1],"darkTheme":[4,"dark-theme"]}]]],["p-c368fef6",[[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-d16367fb",[[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))));
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "\n<tet-b2b-configurator style=\"--b2b-cart-sticky-top: undefinedpx;\">\n <mock:shadow-root>\n <div class=\"configurator light\">\n <div class=\"offer offer--light\">\n <tet-accordion class=\"offer__block\" header=\"components-b2b-offer-primary-title\" isopen=\"\" theme=\"light\" transparentbackground=\"\" withborder=\"\">\n <div class=\"offer__content\">\n <div class=\"offer__navigation\">\n <tet-business-navigation theme=\"light\"></tet-business-navigation>\n </div>\n <div class=\"offer__cards\">\n <div class=\"offer__cards-header\">\n <div class=\"offer__cards-title\">\n components-b2b-offer-product-list-title\n </div>\n <button class=\"button-reset compare__button light\">\n <span class=\"compare__text light tet-link\">\n components-b2b-offer-compare-link-text\n </span>\n <div class=\"compare__icon-wrapper\">\n <tet-icon class=\"compare__icon\" name=\"tc-info-circle-outline\" theme=\"light\"></tet-icon>\n </div>\n </button>\n </div>\n <div class=\"offer__cards-list\">\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n </div>\n </div>\n </div>\n </tet-accordion>\n <tet-accordion class=\"offer__block\" header=\"components-b2b-offer-secondary-title\" theme=\"light\" transparentbackground=\"\" withborder=\"\">\n <div class=\"offer__content\">\n <div class=\"offer__navigation\">\n <tet-business-navigation theme=\"light\"></tet-business-navigation>\n </div>\n <div class=\"offer__cards\">\n <div class=\"offer__cards-header\">\n <div class=\"offer__cards-title\">\n components-b2b-offer-product-list-title\n </div>\n <button class=\"button-reset compare__button light\">\n <span class=\"compare__text light tet-link\">\n components-b2b-offer-compare-link-text\n </span>\n <div class=\"compare__icon-wrapper\">\n <tet-icon class=\"compare__icon\" name=\"tc-info-circle-outline\" theme=\"light\"></tet-icon>\n </div>\n </button>\n </div>\n <div class=\"offer__cards-list\">\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n </div>\n </div>\n </div>\n </tet-accordion>\n </div>\n <tet-b2b-configurator-cart class=\"cart cart--edit cart--empty\" context=\"edit\" iscartempty=\"\" isdesktopresolution=\"\" theme=\"light\">\n <tet-button class=\"cart__cta\" size=\"large\" slot=\"cta\" theme=\"light\" type=\"primary\">\n components-b2b-cart-cta-button-title\n </tet-button>\n </tet-b2b-configurator-cart>\n </div>\n <tet-b2b-check-out-form theme=\"light\">\n <div slot=\"cart\">\n <tet-b2b-configurator-cart class=\"cart cart--checkout cart--empty\" \n context=\"checkout\" iscartempty=\"\" isdesktopresolution=\"\" theme=\"light\"></tet-b2b-configurator-cart>\n </div>\n </tet-b2b-check-out-form>\n <tet-dialog class=\"light\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__attention-icon action-dialog__icon\" name=\"attention\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-item-remove-confirmation-title\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button size=\"large\" theme=\"light\" type=\"secondary\">\n components-b2b-item-remove-confirmation-decline\n </tet-button>\n <tet-button iconname=\"tc-trash\" iconposition=\"left\" size=\"large\" theme=\"light\" type=\"primary\">\n components-b2b-item-remove-confirmation-accept\n </tet-button>\n </div>\n </tet-dialog>\n <tet-dialog class=\"light\" closeonescape=\"\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__icon action-dialog__success-icon\" name=\"tc-check-circle\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-success-dialog-title\n </div>\n <div class=\"action-dialog__description\">\n components-b2b-success-dialog-description\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button size=\"large\" theme=\"light\" type=\"secondary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-close\n </div>\n </tet-button>\n <tet-button size=\"large\" theme=\"light\" type=\"primary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-start-again\n </div>\n </tet-button>\n </div>\n </tet-dialog>\n </mock:shadow-root>\n </tet-b2b-configurator>\n";
|
|
1
|
+
declare const _default: "\n<tet-b2b-configurator style=\"--b2b-cart-sticky-top: undefinedpx;\">\n <mock:shadow-root>\n <div class=\"configurator light\">\n <div class=\"offer offer--light\">\n <tet-accordion class=\"offer__block\" header=\"components-b2b-offer-primary-title\" isopen=\"\" theme=\"light\" transparentbackground=\"\" withborder=\"\">\n <div class=\"offer__content\">\n <div class=\"offer__navigation\">\n <tet-business-navigation theme=\"light\"></tet-business-navigation>\n </div>\n <div class=\"offer__cards\">\n <div class=\"offer__cards-header\">\n <div class=\"offer__cards-title\">\n components-b2b-offer-product-list-title\n </div>\n <button class=\"button-reset compare__button light\">\n <span class=\"compare__text light tet-link\">\n components-b2b-offer-compare-link-text\n </span>\n <div class=\"compare__icon-wrapper\">\n <tet-icon class=\"compare__icon\" name=\"tc-info-circle-outline\" theme=\"light\"></tet-icon>\n </div>\n </button>\n </div>\n <div class=\"offer__cards-list\">\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n </div>\n </div>\n </div>\n </tet-accordion>\n <tet-accordion class=\"offer__block\" header=\"components-b2b-offer-secondary-title\" theme=\"light\" transparentbackground=\"\" withborder=\"\">\n <div class=\"offer__content\">\n <div class=\"offer__navigation\">\n <tet-business-navigation theme=\"light\"></tet-business-navigation>\n </div>\n <div class=\"offer__cards\">\n <div class=\"offer__cards-header\">\n <div class=\"offer__cards-title\">\n components-b2b-offer-product-list-title\n </div>\n <button class=\"button-reset compare__button light\">\n <span class=\"compare__text light tet-link\">\n components-b2b-offer-compare-link-text\n </span>\n <div class=\"compare__icon-wrapper\">\n <tet-icon class=\"compare__icon\" name=\"tc-info-circle-outline\" theme=\"light\"></tet-icon>\n </div>\n </button>\n </div>\n <div class=\"offer__cards-list\">\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n <tet-b2b-compare-card theme=\"light\"></tet-b2b-compare-card>\n </div>\n </div>\n </div>\n </tet-accordion>\n </div>\n <tet-b2b-configurator-cart class=\"cart cart--edit cart--empty\" context=\"edit\" iscartempty=\"\" isdesktopresolution=\"\" theme=\"light\">\n <tet-button class=\"cart__cta\" size=\"large\" slot=\"cta\" theme=\"light\" type=\"primary\">\n components-b2b-cart-cta-button-title\n </tet-button>\n </tet-b2b-configurator-cart>\n </div>\n <tet-b2b-check-out-form theme=\"light\">\n <div slot=\"cart\">\n <tet-b2b-configurator-cart class=\"cart cart--checkout cart--empty\" \n context=\"checkout\" iscartempty=\"\" isdesktopresolution=\"\" theme=\"light\"></tet-b2b-configurator-cart>\n </div>\n </tet-b2b-check-out-form>\n <tet-dialog class=\"light\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__attention-icon action-dialog__icon\" name=\"attention\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-item-remove-confirmation-title\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button class=\"action-dialog__button\" size=\"large\" theme=\"light\" type=\"secondary\">\n components-b2b-item-remove-confirmation-decline\n </tet-button>\n <tet-button class=\"action-dialog__button\" iconname=\"tc-trash\" iconposition=\"left\" size=\"large\" theme=\"light\" type=\"primary\">\n components-b2b-item-remove-confirmation-accept\n </tet-button>\n </div>\n </tet-dialog>\n <tet-dialog class=\"light\" closeonescape=\"\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__icon action-dialog__success-icon\" name=\"tc-check-circle\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-success-dialog-title\n </div>\n <div class=\"action-dialog__description\">\n components-b2b-success-dialog-description\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button class=\"action-dialog__button\" size=\"large\" theme=\"light\" type=\"secondary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-close\n </div>\n </tet-button>\n <tet-button class=\"action-dialog__button\" size=\"large\" theme=\"light\" type=\"primary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-start-again\n </div>\n </tet-button>\n </div>\n </tet-dialog>\n </mock:shadow-root>\n </tet-b2b-configurator>\n";
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "\n <tet-b2b-configurator>\n <mock:shadow-root>\n <div class=\"configurator light\">\n <div class=\"offer placeholder\">\n <div style=\"padding: 1.5rem;\">\n <tet-placeholder class=\"placeholder\" height=\"2rem\"></tet-placeholder>\n </div>\n <div class=\"offer__content\">\n <tet-placeholder class=\"offer__navigation placeholder\" height=\"48rem\" style=\"margin: 0;\"></tet-placeholder>\n <div class=\"offer__cards\">\n <div class=\"offer__cards-list\">\n <tet-placeholder class=\"placeholder\" height=\"3rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cart cart--empty\" style=\"padding: 1.5rem 1rem 1rem; background-color: var(--b2b-background-color);\">\n <tet-placeholder class=\"placeholder\" height=\"12.75rem\"></tet-placeholder>\n </div>\n </div>\n <tet-b2b-check-out-form theme=\"light\">\n <div slot=\"cart\">\n <tet-b2b-configurator-cart class=\"cart cart--checkout cart--empty\" \n context=\"checkout\" iscartempty=\"\" isdesktopresolution=\"\" theme=\"light\"></tet-b2b-configurator-cart>\n </div>\n </tet-b2b-check-out-form>\n <tet-dialog class=\"light\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__attention-icon action-dialog__icon\" name=\"attention\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-item-remove-confirmation-title\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button size=\"large\" theme=\"light\" type=\"secondary\">\n components-b2b-item-remove-confirmation-decline\n </tet-button>\n <tet-button iconname=\"tc-trash\" iconposition=\"left\" size=\"large\" theme=\"light\" type=\"primary\">\n components-b2b-item-remove-confirmation-accept\n </tet-button>\n </div>\n </tet-dialog>\n <tet-dialog class=\"light\" closeonescape=\"\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__icon action-dialog__success-icon\" name=\"tc-check-circle\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-success-dialog-title\n </div>\n <div class=\"action-dialog__description\">\n components-b2b-success-dialog-description\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button size=\"large\" theme=\"light\" type=\"secondary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-close\n </div>\n </tet-button>\n <tet-button size=\"large\" theme=\"light\" type=\"primary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-start-again\n </div>\n </tet-button>\n </div>\n </tet-dialog>\n </mock:shadow-root>\n </tet-b2b-configurator>\n";
|
|
1
|
+
declare const _default: "\n <tet-b2b-configurator>\n <mock:shadow-root>\n <div class=\"configurator light\">\n <div class=\"offer placeholder\">\n <div style=\"padding: 1.5rem;\">\n <tet-placeholder class=\"placeholder\" height=\"2rem\"></tet-placeholder>\n </div>\n <div class=\"offer__content\">\n <tet-placeholder class=\"offer__navigation placeholder\" height=\"48rem\" style=\"margin: 0;\"></tet-placeholder>\n <div class=\"offer__cards\">\n <div class=\"offer__cards-list\">\n <tet-placeholder class=\"placeholder\" height=\"3rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n <tet-placeholder class=\"placeholder\" height=\"10.25rem\"></tet-placeholder>\n </div>\n </div>\n </div>\n </div>\n <div class=\"cart cart--empty\" style=\"padding: 1.5rem 1rem 1rem; background-color: var(--b2b-background-color);\">\n <tet-placeholder class=\"placeholder\" height=\"12.75rem\"></tet-placeholder>\n </div>\n </div>\n <tet-b2b-check-out-form theme=\"light\">\n <div slot=\"cart\">\n <tet-b2b-configurator-cart class=\"cart cart--checkout cart--empty\" \n context=\"checkout\" iscartempty=\"\" isdesktopresolution=\"\" theme=\"light\"></tet-b2b-configurator-cart>\n </div>\n </tet-b2b-check-out-form>\n <tet-dialog class=\"light\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__attention-icon action-dialog__icon\" name=\"attention\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-item-remove-confirmation-title\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button class=\"action-dialog__button\" size=\"large\" theme=\"light\" type=\"secondary\">\n components-b2b-item-remove-confirmation-decline\n </tet-button>\n <tet-button class=\"action-dialog__button\" iconname=\"tc-trash\" iconposition=\"left\" size=\"large\" theme=\"light\" type=\"primary\">\n components-b2b-item-remove-confirmation-accept\n </tet-button>\n </div>\n </tet-dialog>\n <tet-dialog class=\"light\" closeonescape=\"\" theme=\"light\">\n <div class=\"action-dialog\">\n <tet-icon class=\"action-dialog__icon action-dialog__success-icon\" name=\"tc-check-circle\"></tet-icon>\n <div class=\"action-dialog__title\">\n components-b2b-success-dialog-title\n </div>\n <div class=\"action-dialog__description\">\n components-b2b-success-dialog-description\n </div>\n </div>\n <div class=\"action-dialog__footer\" slot=\"footer\">\n <tet-button class=\"action-dialog__button\" size=\"large\" theme=\"light\" type=\"secondary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-close\n </div>\n </tet-button>\n <tet-button class=\"action-dialog__button\" size=\"large\" theme=\"light\" type=\"primary\">\n <div class=\"action-dialog__button-text\">\n components-b2b-success-dialog-start-again\n </div>\n </tet-button>\n </div>\n </tet-dialog>\n </mock:shadow-root>\n </tet-b2b-configurator>\n";
|
|
2
2
|
export default _default;
|
package/package.json
CHANGED
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
import { p as proxyCustomElement, H, d as createEvent, h, f as forceUpdate } from './p-5749376d.js';
|
|
2
|
-
import { p as processTranslations, t as translate } from './p-f0503bac.js';
|
|
3
|
-
import { a as a11yBtnClick } from './p-713fff27.js';
|
|
4
|
-
import { d as defineCustomElement$3 } from './p-7556136b.js';
|
|
5
|
-
import { d as defineCustomElement$2 } from './p-7e4ad30e.js';
|
|
6
|
-
import { d as defineCustomElement$1 } from './p-c6b82ba2.js';
|
|
7
|
-
|
|
8
|
-
const tetBusinessSummaryCardCss = "@font-face{font-family:Avenir Next;src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix);src:url(assets/fonts/8e7462a9501f48c43c58f870188b3fb2.eot?#iefix) format(\"eot\"),url(assets/fonts/3c3e10968ffc97c2a52c5830f9886d1f.woff2) format(\"woff2\"),url(assets/fonts/660fbf858d30d7685fa4b166080f5980.woff) format(\"woff\"),url(assets/fonts/2b7748589092fd1a10b806abdfb562ff.ttf) format(\"truetype\");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix);src:url(assets/fonts/d5e25ad69d0ea31f3b8f66d634ca40fe.eot?#iefix) format(\"eot\"),url(assets/fonts/aad36ecead30948bb30fe0ef818b749c.woff2) format(\"woff2\"),url(assets/fonts/c437d7752feaf3f056bbf8613e898d3a.woff) format(\"woff\"),url(assets/fonts/b8df4d02ef5de13a813917a85bc4a9c4.ttf) format(\"truetype\");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix);src:url(assets/fonts/046190c9a2f724b925df848737b03819.eot?#iefix) format(\"eot\"),url(assets/fonts/4d52f8276a74ea8efbad833ed790367c.woff2) format(\"woff2\"),url(assets/fonts/a067695dd1b87e927f4056c040d84669.woff) format(\"woff\"),url(assets/fonts/510a664af9771b72d4ce5e637109ca3c.ttf) format(\"truetype\");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix);src:url(assets/fonts/0715de188f56c99aa615905f7e06292e.eot?#iefix) format(\"eot\"),url(assets/fonts/63f5acc71d9852468683a4bfe824a28f.woff2) format(\"woff2\"),url(assets/fonts/ed94c737da267752ce0abd79bb003ff6.woff) format(\"woff\"),url(assets/fonts/6302f55a6dc6b12365177dc89b7d63cf.ttf) format(\"truetype\");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix);src:url(assets/fonts/3f76abc23eef0596c499840db84213bb.eot?#iefix) format(\"eot\"),url(assets/fonts/1fe7da97fe9dbe1349aca9b54b5fdf69.woff2) format(\"woff2\"),url(assets/fonts/dacc6a84278e221422902af99579ada5.woff) format(\"woff\"),url(assets/fonts/e530c573663a3a07243d303fbf7db508.ttf) format(\"truetype\");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Avenir Next;src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix);src:url(assets/fonts/75f8489ba53f19968feaa3e2eb78c569.eot?#iefix) format(\"eot\"),url(assets/fonts/93ec0034623fc696601ab99aba652d4c.woff2) format(\"woff2\"),url(assets/fonts/d73c8eb1c13abe1237366aa3ee829a59.woff) format(\"woff\"),url(assets/fonts/7b6dcef99f3f4b23346e23925ec8678f.ttf) format(\"truetype\");font-weight:600;font-style:italic;font-display:swap}.tet-icon{font-family:Tet Icons;font-weight:400;font-style:normal;font-size:24px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}@font-face{font-family:Tet Icons;src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot);src:url(assets/fonts/d2ce51cdcd0b9707af186f8d50023d23.eot?#iefix) format(\"embedded-opentype\"),url(assets/fonts/25f10ef322a1220b2e9e11db38b73892.woff2) format(\"woff2\"),url(assets/fonts/fed75ac1edcf1c25cdd8612d2c365f9a.woff) format(\"woff\"),url(assets/fonts/df7fbe67cabb13cb837172a73c46378a.ttf) format(\"truetype\"),url(assets/fonts/5486d8c87e2abc6c13ed952a6cc96658.svg#tet-icons) format(\"svg\");font-weight:400;font-style:normal}.tet-icon:before{content:\"\\E84E\"}.tet-icon--sm{font-size:1.125rem}.tet-icon--md{font-size:1.5rem}.tet-icon--lg{font-size:2.25rem}.tet-icon--xl{font-size:3rem}.tet-icon--xxl{font-size:4rem}.tet-icon--0{font-size:0}.tet-icon--1{font-size:.0625rem}.tet-icon--2{font-size:.125rem}.tet-icon--3{font-size:.1875rem}.tet-icon--4{font-size:.25rem}.tet-icon--5{font-size:.3125rem}.tet-icon--6{font-size:.375rem}.tet-icon--7{font-size:.4375rem}.tet-icon--8{font-size:.5rem}.tet-icon--9{font-size:.5625rem}.tet-icon--10{font-size:.625rem}.tet-icon--11{font-size:.6875rem}.tet-icon--12{font-size:.75rem}.tet-icon--13{font-size:.8125rem}.tet-icon--14{font-size:.875rem}.tet-icon--15{font-size:.9375rem}.tet-icon--16{font-size:1rem}.tet-icon--17{font-size:1.0625rem}.tet-icon--18{font-size:1.125rem}.tet-icon--19{font-size:1.1875rem}.tet-icon--20{font-size:1.25rem}.tet-icon--21{font-size:1.3125rem}.tet-icon--22{font-size:1.375rem}.tet-icon--23{font-size:1.4375rem}.tet-icon--24{font-size:1.5rem}.tet-icon--25{font-size:1.5625rem}.tet-icon--26{font-size:1.625rem}.tet-icon--27{font-size:1.6875rem}.tet-icon--28{font-size:1.75rem}.tet-icon--29{font-size:1.8125rem}.tet-icon--30{font-size:1.875rem}.tet-icon--31{font-size:1.9375rem}.tet-icon--32{font-size:2rem}.tet-icon--33{font-size:2.0625rem}.tet-icon--34{font-size:2.125rem}.tet-icon--35{font-size:2.1875rem}.tet-icon--36{font-size:2.25rem}.tet-icon--37{font-size:2.3125rem}.tet-icon--38{font-size:2.375rem}.tet-icon--39{font-size:2.4375rem}.tet-icon--40{font-size:2.5rem}.tet-icon--41{font-size:2.5625rem}.tet-icon--42{font-size:2.625rem}.tet-icon--43{font-size:2.6875rem}.tet-icon--44{font-size:2.75rem}.tet-icon--45{font-size:2.8125rem}.tet-icon--46{font-size:2.875rem}.tet-icon--47{font-size:2.9375rem}.tet-icon--48{font-size:3rem}.tet-icon--49{font-size:3.0625rem}.tet-icon--50{font-size:3.125rem}.tet-icon--51{font-size:3.1875rem}.tet-icon--52{font-size:3.25rem}.tet-icon--53{font-size:3.3125rem}.tet-icon--54{font-size:3.375rem}.tet-icon--55{font-size:3.4375rem}.tet-icon--56{font-size:3.5rem}.tet-icon--57{font-size:3.5625rem}.tet-icon--58{font-size:3.625rem}.tet-icon--59{font-size:3.6875rem}.tet-icon--60{font-size:3.75rem}.tet-icon--61{font-size:3.8125rem}.tet-icon--62{font-size:3.875rem}.tet-icon--63{font-size:3.9375rem}.tet-icon--64{font-size:4rem}.tet-icon--65{font-size:4.0625rem}.tet-icon--66{font-size:4.125rem}.tet-icon--67{font-size:4.1875rem}.tet-icon--68{font-size:4.25rem}.tet-icon--69{font-size:4.3125rem}.tet-icon--70{font-size:4.375rem}.tet-icon--71{font-size:4.4375rem}.tet-icon--72{font-size:4.5rem}.tet-icon--73{font-size:4.5625rem}.tet-icon--74{font-size:4.625rem}.tet-icon--75{font-size:4.6875rem}.tet-icon--76{font-size:4.75rem}.tet-icon--77{font-size:4.8125rem}.tet-icon--78{font-size:4.875rem}.tet-icon--79{font-size:4.9375rem}.tet-icon--80{font-size:5rem}.tet-icon--81{font-size:5.0625rem}.tet-icon--82{font-size:5.125rem}.tet-icon--83{font-size:5.1875rem}.tet-icon--84{font-size:5.25rem}.tet-icon--85{font-size:5.3125rem}.tet-icon--86{font-size:5.375rem}.tet-icon--87{font-size:5.4375rem}.tet-icon--88{font-size:5.5rem}.tet-icon--89{font-size:5.5625rem}.tet-icon--90{font-size:5.625rem}.tet-icon--91{font-size:5.6875rem}.tet-icon--92{font-size:5.75rem}.tet-icon--93{font-size:5.8125rem}.tet-icon--94{font-size:5.875rem}.tet-icon--95{font-size:5.9375rem}.tet-icon--96{font-size:6rem}.tet-icon--97{font-size:6.0625rem}.tet-icon--98{font-size:6.125rem}.tet-icon--99{font-size:6.1875rem}.tet-icon--100{font-size:6.25rem}.tet-icon--101{font-size:6.3125rem}.tet-icon__add:before{content:\"\\E800\"}.tet-icon__alert-circled:before{content:\"\\E801\"}.tet-icon__alert:before{content:\"\\E802\"}.tet-icon__bank:before{content:\"\\E803\"}.tet-icon__box:before{content:\"\\E804\"}.tet-icon__download:before{content:\"\\E805\"}.tet-icon__burger:before{content:\"\\E806\"}.tet-icon__cancel:before{content:\"\\E807\"}.tet-icon__printer:before{content:\"\\E808\"}.tet-icon__cart-add:before{content:\"\\E809\"}.tet-icon__cart-remove:before{content:\"\\E80A\"}.tet-icon__cart:before{content:\"\\E80B\"}.tet-icon__chat:before{content:\"\\E80C\"}.tet-icon__arrow-up:before{content:\"\\E80D\"}.tet-icon__calendar:before{content:\"\\E80E\"}.tet-icon__help-circled:before{content:\"\\E80F\"}.tet-icon__edit:before{content:\"\\E810\"}.tet-icon__external-link:before{content:\"\\E811\"}.tet-icon__gift:before{content:\"\\E812\"}.tet-icon__person:before{content:\"\\E813\"}.tet-icon__heart:before{content:\"\\E814\"}.tet-icon__language:before{content:\"\\E815\"}.tet-icon__help:before{content:\"\\E816\"}.tet-icon__home-1:before{content:\"\\E817\"}.tet-icon__location:before{content:\"\\E818\"}.tet-icon__home-3:before{content:\"\\E819\"}.tet-icon__chart-even:before{content:\"\\E81A\"}.tet-icon__info-2:before{content:\"\\E81B\"}.tet-icon__key:before{content:\"\\E81C\"}.tet-icon__info:before{content:\"\\E81D\"}.tet-icon__lock-opened:before{content:\"\\E81E\"}.tet-icon__lock-outlined:before{content:\"\\E81F\"}.tet-icon__lock:before{content:\"\\E820\"}.tet-icon__laptop-filled:before{content:\"\\E821\"}.tet-icon__mail:before{content:\"\\E822\"}.tet-icon__options:before{content:\"\\E823\"}.tet-icon__chart-uneven:before{content:\"\\E824\"}.tet-icon__mail-2:before{content:\"\\E825\"}.tet-icon__remove:before{content:\"\\E826\"}.tet-icon__mobile-filled:before{content:\"\\E827\"}.tet-icon__ilu-calendar-check:before{content:\"\\E828\"}.tet-icon__settings-outlined:before{content:\"\\E829\"}.tet-icon__tablet:before{content:\"\\E82A\"}.tet-icon__thumb-up:before{content:\"\\E82B\"}.tet-icon__ilu-purchase:before{content:\"\\E82C\"}.tet-icon__chart-even-outlined:before{content:\"\\E82D\"}.tet-icon__movie:before{content:\"\\E82E\"}.tet-icon__percent:before{content:\"\\E82F\"}.tet-icon__ilu-change-whenever:before{content:\"\\E830\"}.tet-icon__truck:before{content:\"\\E831\"}.tet-icon__zero:before{content:\"\\E832\"}.tet-icon__attach:before{content:\"\\E833\"}.tet-icon__cloud-done:before{content:\"\\E834\"}.tet-icon__cloud-download:before{content:\"\\E835\"}.tet-icon__cloud-upload:before{content:\"\\E836\"}.tet-icon__cloud:before{content:\"\\E837\"}.tet-icon__folder:before{content:\"\\E838\"}.tet-icon__remote:before{content:\"\\E839\"}.tet-icon__router:before{content:\"\\E83A\"}.tet-icon__shield-filled:before{content:\"\\E83B\"}.tet-icon__shield:before{content:\"\\E83C\"}.tet-icon__ilu-devices:before{content:\"\\E83D\"}.tet-icon__ilu-get-points:before{content:\"\\E83E\"}.tet-icon__tv:before{content:\"\\E83F\"}.tet-icon__ilu-internet:before{content:\"\\E840\"}.tet-icon__wifi-outlined:before{content:\"\\E841\"}.tet-icon__wifi:before{content:\"\\E842\"}.tet-icon__description-outlined:before{content:\"\\E843\"}.tet-icon__laptop:before{content:\"\\E844\"}.tet-icon__chart-uneven-outlined:before{content:\"\\E845\"}.tet-icon__meter:before{content:\"\\E846\"}.tet-icon__mobile:before{content:\"\\E847\"}.tet-icon__phone:before{content:\"\\E848\"}.tet-icon__plug-filled:before{content:\"\\E849\"}.tet-icon__plug:before{content:\"\\E84A\"}.tet-icon__print:before{content:\"\\E84B\"}.tet-icon__camera:before{content:\"\\E84C\"}.tet-icon__clock:before{content:\"\\E84D\"}.tet-icon__placeholder:before{content:\"\\E84E\"}.tet-icon__tv-filled:before{content:\"\\E84F\"}.tet-icon__arrow-down:before{content:\"\\E850\"}.tet-icon__arrow-left:before{content:\"\\E851\"}.tet-icon__arrow-right:before{content:\"\\E852\"}.tet-icon__description:before{content:\"\\E853\"}.tet-icon__login:before{content:\"\\E854\"}.tet-icon__check:before{content:\"\\E855\"}.tet-icon__chevron-down:before{content:\"\\E856\"}.tet-icon__chevron-left:before{content:\"\\E857\"}.tet-icon__chevron-right:before{content:\"\\E858\"}.tet-icon__chevron-up:before{content:\"\\E859\"}.tet-icon__close-circled:before{content:\"\\E85A\"}.tet-icon__close:before{content:\"\\E85B\"}.tet-icon__more-horizontal:before{content:\"\\E85C\"}.tet-icon__more-vertical:before{content:\"\\E85D\"}.tet-icon__refresh:before{content:\"\\E85E\"}.tet-icon__facebook:before{content:\"\\E85F\"}.tet-icon__instagram:before{content:\"\\E860\"}.tet-icon__linkedin:before{content:\"\\E861\"}.tet-icon__people:before{content:\"\\E862\"}.tet-icon__logout:before{content:\"\\E863\"}.tet-icon__share:before{content:\"\\E864\"}.tet-icon__twitter:before{content:\"\\E865\"}.tet-icon__cancel-filled:before{content:\"\\E866\"}.tet-icon__done:before{content:\"\\E867\"}.tet-icon__star-filled:before{content:\"\\E868\"}.tet-icon__star:before{content:\"\\E869\"}.tet-icon__clipboard:before{content:\"\\E86A\"}.tet-icon__ilu-calendar:before{content:\"\\E86B\"}.tet-icon__check-circled:before{content:\"\\E86C\"}.tet-icon__ilu-choose-channels:before{content:\"\\E86D\"}.tet-icon__search:before{content:\"\\E86E\"}.tet-icon__warning:before{content:\"\\E86F\"}.tet-icon__ilu-clock-1:before{content:\"\\E870\"}.tet-icon__ilu-fold:before{content:\"\\E871\"}.tet-icon__ilu-letter:before{content:\"\\E872\"}.tet-icon__ilu-pay:before{content:\"\\E873\"}.tet-icon__ilu-meter:before{content:\"\\E874\"}.tet-icon__ilu-sign:before{content:\"\\E875\"}.tet-icon__smart-watch-filled:before{content:\"\\E876\"}.tet-icon__washing-machine-filled:before{content:\"\\E877\"}.tet-icon__bullet:before{content:\"\\E878\"}.tet-icon__sound:before{content:\"\\E879\"}.tet-icon__dropdown:before{content:\"\\E87A\"}.tet-icon__mask-pass:before{content:\"\\E87B\"}.tet-icon__select:before{content:\"\\E87C\"}.tet-icon__text-area-sizing:before{content:\"\\E87D\"}.tet-icon__unmask-pass:before{content:\"\\E87E\"}.tet-icon__bullet-small:before{content:\"\\E882\"}.tet-icon__electric-bolt:before{content:\"\\E880\"}.tet-icon__sun:before{content:\"\\E881\"}:host{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit;padding:0;margin:0}:host{--color-gray-light:#cdd2de;--color-ta070:#f5f6f8;--color-ta080:#e6e8ee;--color-ta100:#cdd2de;--color-ta200:#9ba5be;--color-ta300:#69789c;--color-ta500:#1e356a;--color-ta600:#051d59;--color-tc090:#d6e6fd;--color-tc100:#d1dffe;--color-tc300:#75a1fb;--color-tc500:#1a70f6;--color-tc600:#0060f5;--color-td500:#00F1F2;--color-td600:#01cbe0;--color-tf600:#f53b2a;--color-tg300:#2b3036;--color-tg400:#1d2128;--color-tg500:#12171e;--color-tg600:#01050c;--color-th500:#f5f5f5;--color-ti500:#869198;--color-ti600:#aeb7bc;--text-font:Gilroy, serif;--text-color-darker:var(--color-ta600);--text-color-dark:var(--color-ta500);--text-color-dark-theme:var(--color-th500);--icons-font:Tet Icons, serif}.icon.tet-search{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-search::before{content:\"\\e86e\"}.icon.tet-close-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close-circled::before{content:\"\\e85a\"}.icon.tet-close{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-close::before{content:\"\\e85b\"}.icon.tet-check-circled{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check-circled::before{content:\"\\e86c\"}.icon.tet-check{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-check::before{content:\"\\e855\"}.icon.tet-chevron-up{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-up::before{content:\"\\e859\"}.icon.tet-chevron-down{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-chevron-down::before{content:\"\\e856\"}.icon.tet-clipboard{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-clipboard::before{content:\"\\e86a\"}.icon.tet-info{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-info::before{content:\"\\e81d\"}.icon.tet-done{font-family:var(--icons-font);font-weight:400;font-style:normal;font-size:1.25rem;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;speak:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}.icon.tet-done::before{content:\"\\e867\"}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Medium.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Medium.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Semibold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Semibold.woff\") format(\"woff\")}@font-face{font-family:\"Gilroy\";font-style:normal;font-weight:700;font-display:swap;src:url(\"assets/fonts/Gilroy-W05-Bold.woff2\") format(\"woff2\"), url(\"assets/fonts/Gilroy-W05-Bold.woff\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:400;font-display:swap;src:url(\"assets/fonts/Inter-Regular.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Regular.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:500;font-display:swap;src:url(\"assets/fonts/Inter-Medium.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-Medium.woff?v=3.19\") format(\"woff\")}@font-face{font-family:\"Inter\";font-style:normal;font-weight:600;font-display:swap;src:url(\"assets/fonts/Inter-SemiBold.woff2?v=3.19\") format(\"woff2\"), url(\"assets/fonts/Inter-SemiBold.woff?v=3.19\") format(\"woff\")}:host{--font-family-fallback:Gilroy, Arial, sans-serif;--font-family-headline:Gilroy;--font-family-content:Inter, var(--font-family-fallback);font-family:var(--font-family-content)}:host{--tet-business-summary-card-icon-button-size:2.75rem;display:flex}.business-summary-card{display:flex;flex-direction:column;padding:1rem 1rem 0 1rem;background-color:var(--tet-business-summary-card-background-color);border:0.03125rem solid var(--tet-business-summary-card-border-color);border-radius:0.375rem;width:100%;justify-content:space-between;color:var(--tet-business-summary-card-text-color);box-shadow:var(--tet-business-summary-card-border-shadow)}.business-summary-card.theme-light{--tet-business-summary-card-text-color:var(--tc-text-primary);--tet-business-summary-card-contract-text-color:var(--tc-text-secondary);--tet-business-summary-card-border-color:var(--tc-border-quaternary);--tet-business-summary-card-border-shadow:var(--tc-elevation-one);--tet-business-summary-card-icon-button-background:var(--tc-layer-secondary);--tet-business-summary-card-hover-icon-button-background:var(--tc-layer-tertiary);--tet-business-summary-card-active-icon-button-background:var(--tc-layer-quaternary);--tet-business-summary-card-background-color:var(--tc-layer-primary);--tet-business-summary-card-icon-color:var(--tc-icon-primary);--tet-business-summary-card-hover-delete-icon-color:var(--tc-red-40);--tet-business-summary-card-hover-edit-icon-color:var(--tc-blue-40)}.business-summary-card.theme-light .icon-button:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline-offset:0.125rem;transition:outline 0s}.business-summary-card.theme-light .delete span.icon-container.light.primary{--icon-color:var(--tc-red-40)}.business-summary-card.theme-dark{--tet-business-summary-card-text-color:var(--tc-text-primary-dark);--tet-business-summary-card-contract-text-color:var(--tc-text-secondary-dark);--tet-business-summary-card-border-color:var(--tc-border-quaternary-dark);--tet-business-summary-card-border-shadow:var(--tc-elevation-one-dark);--tet-business-summary-card-icon-button-background:var(--tc-layer-secondary-dark);--tet-business-summary-card-hover-icon-button-background:var(--tc-layer-tertiary-dark);--tet-business-summary-card-active-icon-button-background:var(--tc-layer-quaternary-dark);--tet-business-summary-card-background-color:var(--tc-layer-primary-dark);--tet-business-summary-card-icon-color:var(--tc-icon-primary-dark);--tet-business-summary-card-hover-delete-icon-color:var(--tc-red-40-dark);--tet-business-summary-card-hover-edit-icon-color:var(--tc-blue-40-dark)}.business-summary-card.theme-dark .icon-button:focus-visible{outline:0.125rem solid var(--tc-blue-40);outline:0.125rem solid var(--tc-blue-40-dark);outline-offset:0.125rem;transition:outline 0s}.business-summary-card-content{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:1rem}@media only screen and (max-width: 22.5rem){.business-summary-card-content{flex-direction:column}}.business-summary-card-content__left{display:flex;flex-direction:column;align-items:flex-start}.business-summary-card-content__right{display:flex;flex-direction:column;align-items:flex-end}@media only screen and (max-width: 22.5rem){.business-summary-card-content__right{align-items:flex-start;flex-direction:row;justify-content:flex-start}}.business-summary-card-content__right:has(.button-wrapper){justify-content:flex-end}@media only screen and (max-width: 22.5rem){.business-summary-card-content__right:has(.button-wrapper){justify-content:center}}.business-summary-card-content:has(.content-wrapper){padding-bottom:0}.business-summary-card__stepper{--stepper-value-color:var(--tet-business-summary-card-text-color);--stepper-input-control-background-color:var(--tet-business-summary-card-background-color)}.stepper-wrapper{display:flex;flex-direction:column;align-items:baseline;gap:0.125rem;align-self:stretch}@media only screen and (max-width: 22.5rem){.stepper-wrapper{align-items:center;padding-bottom:1rem}}.stepper-label{font:500 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\";padding:0 0.25rem 0.25rem 0.25rem}@media screen and (min-width: 64rem){.stepper-label{display:none}}.content-wrapper{display:flex;flex-direction:column}.content-wrapper .title{font:500 1rem/1.5rem \"Inter\", \"Gilroy, Arial, sans-serif\"}.content-wrapper .description{font:400 0.875rem/1.25rem \"Inter\", \"Gilroy, Arial, sans-serif\"}.content-wrapper .description.price{align-self:end;text-decoration-line:line-through}@media only screen and (max-width: 22.5rem){.content-wrapper:has(.description.price){flex-direction:row;align-items:center;padding-top:0.25rem;gap:0.5rem}}.contract-term{font:500 0.75rem/1rem \"Inter\", \"Gilroy, Arial, sans-serif\";color:var(--tet-business-summary-card-contract-text-color)}.button-wrapper{display:flex;flex-direction:row;align-items:flex-end;gap:0.5rem}@media only screen and (max-width: 22.5rem){.button-wrapper{align-self:center}}.icon-button{display:flex;width:var(--tet-business-summary-card-icon-button-size);height:var(--tet-business-summary-card-icon-button-size);padding:0.625rem;justify-content:center;align-items:center;border-radius:2.5rem;border:none;background:var(--tet-business-summary-card-icon-button-background);cursor:pointer}.icon-button .edit,.icon-button .delete{--icon-color:var(--tet-business-summary-card-icon-color)}.icon-button:hover .edit,.icon-button:active .edit{--icon-color:var(--tet-business-summary-card-hover-edit-icon-color)}.icon-button:hover .delete,.icon-button:active .delete{--icon-color:var(--tet-business-summary-card-hover-delete-icon-color)}.icon-button:hover{background:var(--tet-business-summary-card-hover-icon-button-background)}.icon-button:active,.icon-button:focus:not(:focus-visible){background:var(--tet-business-summary-card-active-icon-button-background)}";
|
|
9
|
-
const TetBusinessSummaryCardStyle0 = tetBusinessSummaryCardCss;
|
|
10
|
-
|
|
11
|
-
const TetBusinessSummaryCardComponent = /*@__PURE__*/ proxyCustomElement(class TetBusinessSummaryCardComponent extends H {
|
|
12
|
-
constructor() {
|
|
13
|
-
super();
|
|
14
|
-
this.__registerHost();
|
|
15
|
-
this.__attachShadow();
|
|
16
|
-
this.editButtonClick = createEvent(this, "editButtonClick", 7);
|
|
17
|
-
this.deleteButtonClick = createEvent(this, "deleteButtonClick", 7);
|
|
18
|
-
this.amountChange = createEvent(this, "amountChange", 7);
|
|
19
|
-
/** Function to render stepper label if provided */
|
|
20
|
-
this.renderLabel = (withValue) => {
|
|
21
|
-
const { stepperLabel, value } = this;
|
|
22
|
-
if (!stepperLabel) {
|
|
23
|
-
return;
|
|
24
|
-
}
|
|
25
|
-
if (withValue) {
|
|
26
|
-
return (h("span", { class: "contract-term" }, stepperLabel, ": ", value));
|
|
27
|
-
}
|
|
28
|
-
else {
|
|
29
|
-
return h("span", { class: "stepper-label" }, stepperLabel);
|
|
30
|
-
}
|
|
31
|
-
};
|
|
32
|
-
/** Render stepper if necessary */
|
|
33
|
-
this.renderStepper = () => {
|
|
34
|
-
const { withStepper, theme, value, minValue, maxValue } = this;
|
|
35
|
-
if (!withStepper) {
|
|
36
|
-
return;
|
|
37
|
-
}
|
|
38
|
-
return (h("div", { class: "stepper-wrapper" }, this.renderLabel(false), h("tet-stepper-input", { class: "business-summary-card__stepper", theme: theme, value: value, step: 1, min: minValue, max: maxValue, onInputValueChanged: (e) => {
|
|
39
|
-
this.value = e.detail;
|
|
40
|
-
this.amountChange.emit(e.detail);
|
|
41
|
-
} })));
|
|
42
|
-
};
|
|
43
|
-
/** Render Edit or Delete Icon Button */
|
|
44
|
-
this.renderIconButton = (type) => {
|
|
45
|
-
const buttonType = type === 'tc-edit-box' ? 'edit' : 'delete';
|
|
46
|
-
const buttonClickEvent = (e) => {
|
|
47
|
-
type === 'tc-edit-box' ? this.editButtonClick.emit(e) : this.deleteButtonClick.emit(e);
|
|
48
|
-
};
|
|
49
|
-
return (h("button", { class: "icon-button", onClick: (e) => buttonClickEvent(e), onKeyDown: a11yBtnClick }, h("tet-icon", { class: buttonType, name: type, focusable: false })));
|
|
50
|
-
};
|
|
51
|
-
this.productName = undefined;
|
|
52
|
-
this.price = undefined;
|
|
53
|
-
this.productDescription = undefined;
|
|
54
|
-
this.discountPrice = undefined;
|
|
55
|
-
this.currency = undefined;
|
|
56
|
-
this.contractTerm = undefined;
|
|
57
|
-
this.theme = 'light';
|
|
58
|
-
this.withStepper = false;
|
|
59
|
-
this.value = undefined;
|
|
60
|
-
this.minValue = undefined;
|
|
61
|
-
this.maxValue = undefined;
|
|
62
|
-
this.stepperLabel = undefined;
|
|
63
|
-
this.context = 'edit';
|
|
64
|
-
this.language = 'lv';
|
|
65
|
-
}
|
|
66
|
-
async componentWillLoad() {
|
|
67
|
-
processTranslations('tet-components', this.language).then(() => forceUpdate(this));
|
|
68
|
-
}
|
|
69
|
-
/** Return functional Component */
|
|
70
|
-
render() {
|
|
71
|
-
const { productName, price, productDescription, discountPrice, currency, contractTerm, theme } = this;
|
|
72
|
-
const termWithUnit = !contractTerm
|
|
73
|
-
? translate('components-term-month-indefinite')
|
|
74
|
-
: translate(`components-term-month-${contractTerm % 10 === 1 && contractTerm !== 11 ? 'single' : 'plural'}`, {
|
|
75
|
-
term: contractTerm
|
|
76
|
-
});
|
|
77
|
-
return (h("div", { key: '14eacb4e6d292154cf28953171ba3f87224dcd6f', class: { 'business-summary-card': true, [`theme-${theme}`]: true } }, h("div", { key: '92fa9e07a4163b317bdb2fd63a590c3851e0cd5e', class: "business-summary-card-content" }, h("div", { key: '98c81729f5a3ab88cf6cdc4b58c399a6fe4cf78e', class: "business-summary-card-content__left" }, h("div", { key: 'e5df246e2e159edbb1fecbabab36de1ab28e67cf', class: "content-wrapper" }, h("span", { key: '433cf5c7d2350b6abe31ffb87e1eaaa7ebf3fb69', class: "title" }, productName), h("span", { key: 'd05e7b062bc0f7b3ec430bf2ab70bbfaeeeeb0a6', class: "description" }, productDescription))), h("div", { key: '86f4470200eaf0d65c5ec00d6e5c7e13b570cb26', class: "business-summary-card-content__right" }, h("div", { key: '57b90cdf0822751efc506881d0b7ad4617855644', class: "content-wrapper" }, h("span", { key: 'cad18f15bab563d2aaaafec6d1e60138e1ad7872', class: "title" }, `${(discountPrice || price).toFixed(2)} ${currency}`), !!discountPrice && (h("span", { key: '72de14b394994e749a5e62674dec776b320d063a', class: { description: true, price: !!discountPrice } }, `${price.toFixed(2)} ${currency}`))))), h("div", { key: 'c8d1986f46925c23d8f38d9b55312411f70ae83f', class: "business-summary-card-content" }, h("span", { key: '568990ef8cbfd1922757503f18a781e6b1710019', class: "contract-term" }, translate('components-offers-contract-terms-label'), ": ", termWithUnit), this.context === 'checkout' && this.renderLabel(true)), this.context === 'edit' && h("div", { key: 'b8facd4835243c1ad41b58d782692c2cb88a3817', class: "business-summary-card-content" }, h("div", { key: 'f2eb08938f5d9ca5467555eaa499318aba7dd166', class: "business-summary-card-content__left" }, this.renderStepper()), h("div", { key: 'a295c34ed53c520285f46ca937221d94d22db3ec', class: "business-summary-card-content__right" }, h("div", { key: '785e1af1a553086a4b36a6db3478e78f957cd8cf', class: "button-wrapper" }, this.renderIconButton('tc-edit-box'), this.renderIconButton('tc-trash-can'))))));
|
|
78
|
-
}
|
|
79
|
-
static get style() { return TetBusinessSummaryCardStyle0; }
|
|
80
|
-
}, [1, "tet-business-summary-card", {
|
|
81
|
-
"productName": [1, "product-name"],
|
|
82
|
-
"price": [2],
|
|
83
|
-
"productDescription": [1, "product-description"],
|
|
84
|
-
"discountPrice": [2, "discount-price"],
|
|
85
|
-
"currency": [1],
|
|
86
|
-
"contractTerm": [2, "contract-term"],
|
|
87
|
-
"theme": [1],
|
|
88
|
-
"withStepper": [4, "with-stepper"],
|
|
89
|
-
"value": [2],
|
|
90
|
-
"minValue": [2, "min-value"],
|
|
91
|
-
"maxValue": [2, "max-value"],
|
|
92
|
-
"stepperLabel": [1, "stepper-label"],
|
|
93
|
-
"context": [1],
|
|
94
|
-
"language": [1]
|
|
95
|
-
}]);
|
|
96
|
-
function defineCustomElement() {
|
|
97
|
-
if (typeof customElements === "undefined") {
|
|
98
|
-
return;
|
|
99
|
-
}
|
|
100
|
-
const components = ["tet-business-summary-card", "tet-button", "tet-icon", "tet-stepper-input"];
|
|
101
|
-
components.forEach(tagName => { switch (tagName) {
|
|
102
|
-
case "tet-business-summary-card":
|
|
103
|
-
if (!customElements.get(tagName)) {
|
|
104
|
-
customElements.define(tagName, TetBusinessSummaryCardComponent);
|
|
105
|
-
}
|
|
106
|
-
break;
|
|
107
|
-
case "tet-button":
|
|
108
|
-
if (!customElements.get(tagName)) {
|
|
109
|
-
defineCustomElement$3();
|
|
110
|
-
}
|
|
111
|
-
break;
|
|
112
|
-
case "tet-icon":
|
|
113
|
-
if (!customElements.get(tagName)) {
|
|
114
|
-
defineCustomElement$2();
|
|
115
|
-
}
|
|
116
|
-
break;
|
|
117
|
-
case "tet-stepper-input":
|
|
118
|
-
if (!customElements.get(tagName)) {
|
|
119
|
-
defineCustomElement$1();
|
|
120
|
-
}
|
|
121
|
-
break;
|
|
122
|
-
} });
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
export { TetBusinessSummaryCardComponent as T, defineCustomElement as d };
|