@jumpgroup/jump-design-system 0.3.86 → 0.3.87

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.
@@ -0,0 +1 @@
1
+ {"version":3,"names":["jumpCardEcommerceCss","JumpCardEcommerceStyle0","JumpCardEcommerce","this","handleMouseMove","e","enableZoom","imageEl","left","top","width","height","currentTarget","getBoundingClientRect","x","clientX","y","clientY","moveX","moveY","style","transform","handleMouseLeave","setPrice","price","salePrice","shouldFormat","formatPrices","forceVariationsOrder","optionsOrdered","setTimeout","addOption","props","detail","existingIndex","variations","findIndex","v","code","Object","assign","map","i","onVariationSelected","currentValue","variationSelectEl","value","sortedVariations","sort","a","b","orderA","order","orderB","localeCompare","variation","find","selectedVariation","variationSelected","emit","componentWillLoad","componentDidLoad","jumpQuantityEl","querySelector","addEventListener","onQuantityChange","bind","quantity","getValue","then","disconnectedCallback","removeEventListener","_a","onToggleFavorite","favorite","toggleFavorite","productId","goToProduct","goToProductPage","link","addProductToCart","addedToCart","length","payload","productAddToCart","waitingList","addToWaitingList","productWaitingList","locale","document","documentElement","lang","toUpperCase","priceFormatted","toLocaleString","minimumFractionDigits","maximumFractionDigits","salePriceFormatted","render","backgroundClass","hasBackground","isMini","iconOnlyClass","onlyIconButton","justifyClass","outOfStock","hasImageOnHover","hoverImg","miniCard","enableZoomClass","calculateDiscount","discount","toFixed","h","Host","imageObjectFit","badge","class","variant","badgeColor","dimension","label","hasFavorite","onClick","size","text","onlyIcon","slot","name","category","hasSlotForFavorite","onMouseMove","onMouseLeave","href","img","videoSrc","src","alt","imgAlt","ref","el","hoverImgAlt","autoplay","type","notificationUrl","notificationText","hasSlotAddToCart","pill","productName","subtitle","currency","onChange","filter","imgUrl","index","key","outOfStockText","addToCartColor","waitingListText","disallowAddToCart","addToCartText","disallowAddToCartLabel"],"sources":["src/components/jump-card-ecommerce/jump-card-ecommerce.scss?tag=jump-card-ecommerce&encapsulation=shadow","src/components/jump-card-ecommerce/jump-card-ecommerce.tsx"],"sourcesContent":[":host {\n --card-max-width: 450px;\n --jump-card-max-width-horizontal: 100%;\n --jump-card-color: var(--neutral-grey-primary);\n --jump-card-background: transparent;\n --jump-card-border-color: var(--neutral-grey-background);\n --jump-card-padding: 0.5rem;\n --jump-card-commerce-out-of-stock-color: var(--status-danger-standard);\n --jump-card-ecommerce-discount-color: var(--status-danger-standard);\n --image-object-fit: cover;\n\n max-width: var(--card-max-width);\n overflow: hidden;\n display: flex;\n flex-direction: column;\n position: relative;\n width: 100%;\n font-family: var(--ff-primary, 'Arial'), sans-serif;\n line-height: var(--lh-400, 1.3);\n background-color: var(--jump-card-background);\n color: var(--jump-card-color);\n\n .Footer,\n .Body {\n display: flex;\n width: 100%;\n }\n\n jump-badge {\n position: absolute;\n top: 1rem;\n left: 1rem;\n z-index: 2;\n\n &.hasBackground.iconOnly {\n top: calc(1rem + 8px);\n left: calc(1rem + 8px);\n }\n }\n\n .Favorite {\n position: absolute;\n top: 1rem;\n right: 1rem;\n z-index: 2;\n\n &.hasBackground.iconOnly {\n top: calc(1rem + 8px);\n right: calc(1rem + 8px);\n }\n }\n\n .Media {\n // aspect-ratio: 3/4;\n overflow: hidden;\n position: relative;\n border-radius: 3px;\n aspect-ratio: 1/1;\n\n .Images {\n height: 100%;\n margin: 0;\n position: relative;\n\n img {\n height: 100%;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n overflow: hidden;\n object-fit: var(--image-object-fit, cover);\n }\n\n &__Front {\n z-index: 1;\n transition: opacity 0.5s linear;\n cursor: pointer;\n }\n\n &.has-hover-image {\n &:hover .Images__Front {\n opacity: 0;\n }\n }\n\n &.enable-zoom {\n overflow: hidden;\n\n .Images__Front {\n transition: transform 0s ease-out;\n cursor: zoom-in;\n }\n\n &:hover {\n .Images__Front {\n transform: scale(1.5);\n }\n }\n }\n }\n\n &.hasBackground {\n background-color: var(--neutral-white);\n\n &.iconOnly {\n border-top-left-radius: 6px;\n border-top-right-radius: 6px;\n padding: var(--jump-card-padding) var(--jump-card-padding) 0;\n\n img {\n border-radius: 6px;\n }\n }\n }\n\n &.iconOnly {\n border-bottom-right-radius: 0;\n }\n\n &.is-mini {\n max-width: 180px;\n }\n }\n\n .NotificationCart {\n display: none;\n position: absolute;\n bottom: 0px;\n width: 100%;\n padding: 2rem 1rem;\n background-color: hsl(0 0% 0% / 35%);\n box-sizing: border-box;\n z-index: 2;\n transform: translate3d(0, 0, 0);\n\n &.is-active {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n .Content {\n &.hasBackground {\n background-color: var(--neutral-white);\n padding: calc(var(--jump-card-padding) * 2);\n }\n\n &.iconOnly {\n padding: calc(var(--jump-card-padding) * 2) var(--jump-card-padding);\n }\n\n &.is-mini {\n max-width: 180px;\n }\n }\n\n .Body {\n display: flex;\n flex-direction: column;\n gap: 0.75rem;\n padding: var(--jump-card-padding) 0;\n\n & > * {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n\n & > * {\n flex: 0 1 auto;\n }\n }\n\n &.hasBackground {\n padding: 0 0 var(--jump-card-padding);\n }\n\n &.iconOnly {\n padding: 0;\n }\n\n &.is-mini {\n & > * {\n flex-direction: column;\n }\n\n padding: calc(var(--jump-card-padding) / 2) 0;\n }\n }\n\n .Product {\n font-size: var(--fs-400);\n color: var(--neutral-grey-primary);\n text-decoration: none;\n }\n\n .Subtitle {\n font-size: var(--fs-300);\n color: var(--neutral-grey-secondary);\n line-height: 1.2;\n }\n\n .Footer {\n line-height: var(--lh-400);\n justify-content: end;\n padding: var(--jump-card-padding) 0;\n align-items: flex-end;\n\n &.justify-between {\n justify-content: space-between;\n }\n\n &.hasBackground {\n padding-bottom: 0;\n }\n\n &.iconOnly {\n padding: 0;\n }\n\n &.is-mini {\n padding: calc(var(--jump-card-padding) / 2) 0;\n }\n\n &__AddToCart {\n --jump-button-color: var(--jump-card-ecommerce-add-to-cart-color);\n --jump-button-background: var(--jump-card-ecommerce-add-to-cart-background);\n --jump-button-color-hover: var(--jump-card-ecommerce-add-to-cart-color-hover);\n --jump-button-background-hover: var(--jump-card-ecommerce-add-to-cart-background-hover);\n }\n }\n\n .OutOfStock {\n justify-items: start;\n font-size: var(--fs-300);\n font-weight: var(--fw-900);\n color: var(--jump-card-commerce-out-of-stock-color);\n }\n\n .OnlyIconButton {\n position: absolute;\n bottom: 0;\n right: 0;\n background: var(--neutral-white);\n border-top-left-radius: 20px;\n padding: 8px 8px 0px 8px;\n z-index: 2;\n }\n\n .Price {\n position: relative;\n display: grid;\n grid-template-columns: auto auto;\n grid-template-rows: 1.5rem 1.5rem auto;\n justify-items: end;\n align-items: end;\n column-gap: 0.5rem;\n\n font-size: var(--fs-500);\n font-weight: var(--fw-900);\n line-height: var(--lh-400);\n\n & > * {\n display: inline-flex;\n }\n\n &__Regular {\n text-align: right;\n\n &.sale {\n text-decoration: line-through;\n color: var(--neutral-grey-secondary);\n font-weight: var(--fw-400);\n font-size: var(--fs-400);\n grid-column: 2;\n grid-row: 1;\n }\n }\n\n &__Sale {\n grid-column: 2;\n grid-row: 2;\n }\n\n &__Discount {\n color: var(--jump-card-ecommerce-discount-color);\n font-weight: var(--fw-400);\n font-size: var(--fs-300);\n grid-column: 1;\n grid-row: 1;\n }\n\n &.is-mini {\n display: flex;\n font-size: var(--fs-400);\n }\n }\n\n .SelectVariations {\n display: flex;\n align-items: flex-end;\n max-width: calc(50% - 1rem);\n\n select {\n appearance: none;\n background-color: transparent;\n border: 1px solid var(--neutral-grey-secondary);\n border-radius: 3px;\n color: var(--neutral-grey-secondary);\n font-size: var(--fs-300);\n padding: 0.5rem 0.75rem;\n max-width: 100%;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E\");\n background-position: right 0.5rem center;\n background-repeat: no-repeat;\n background-size: 1.5em 1.5em;\n padding-right: 2.5rem;\n -webkit-print-color-adjust: exact;\n }\n }\n}\n\n.slide-in-bottom {\n animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;\n}\n\n.slide-out-bottom {\n animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;\n}\n\n.fade-in-out {\n animation-name: fade-in-out;\n animation-duration: 6s;\n animation-timing-function: ease-in-out;\n}\n\n@keyframes fade-in-out {\n from {\n opacity: 0;\n transform: translateY(100px);\n }\n\n 50% {\n opacity: 1;\n transform: translateY(0);\n }\n\n to {\n opacity: 0;\n transform: translateY(100px);\n }\n}\n","import { Component, Host, h, Prop, Event, EventEmitter, Element, State, Listen, Method } from '@stencil/core';\n\ninterface Variation {\n code: string;\n imgUrl: string;\n label: string;\n taxonomy: string;\n order?: number; // Aggiunta proprietà order\n // Add more keys as needed\n}\n\n@Component({\n tag: 'jump-card-ecommerce',\n styleUrl: 'jump-card-ecommerce.scss',\n shadow: true,\n})\nexport class JumpCardEcommerce {\n\n @Element() JumpCardEcommerce: HTMLElement;\n jumpQuantityEl;\n private imageEl: HTMLImageElement;\n\n /* ---------------------- @PROPERTIES ------------------------- */\n\n /** Indicate if card has only icon button*/\n @Prop() onlyIconButton: boolean = false;\n\n /** Indicate if card has background*/\n @Prop() hasBackground: boolean = false;\n\n /** Indicates the badge of the card*/\n @Prop() badge: string;\n\n /** Indicates if the product is favorite */\n @Prop({ mutable: true, reflect: true }) favorite: boolean = false;\n\n /** Indicate if the whislist is active in shop*/\n @Prop() hasFavorite: boolean = false;\n\n /** Indicate if the whislist will be slotted*/\n @Prop() hasSlotForFavorite: boolean = false;\n\n /** Indicate if the add to cart btn will be slotted*/\n @Prop() hasSlotAddToCart: boolean = false;\n\n /** Indicates the link of the card*/\n @Prop() link: string;\n\n /** Indicates the image's src of the card*/\n @Prop() img: string;\n\n /** Indicates the img's alt of the card*/\n @Prop() imgAlt: string;\n\n /** Indicates the over image's src of the card*/\n @Prop() hoverImg: string;\n\n /** Indicates the hover img's alt of the card*/\n @Prop() hoverImgAlt: string;\n\n /** Indicates the videoSrc of the card*/\n @Prop() videoSrc: string;\n\n /** Indicates the notificationUrl of the card*/\n @Prop() notificationUrl: string;\n\n /** Indicates the notificationText of the card*/\n @Prop() notificationText: string = 'Aggiunto al carrello';\n\n /** Indicates the title of the card*/\n @Prop() productName: string;\n\n /** Indicates the subtitle of the card*/\n @Prop() subtitle: string;\n\n /** Indicates the ID of the product, can be also a SKU*/\n @Prop() productId: string;\n\n /** Indicates the price of the card */\n @Prop() price: number;\n\n /** Indicates the sale price of the card */\n @Prop() salePrice: number;\n\n /** Indicates the currency of the card */\n @Prop() currency: string = '€';\n\n /** Indicates the variant of the button */\n @Prop() addToCartColor: 'primary' | 'secondary'|'white'|'neutral' = 'secondary';\n\n /** Indicates the variant of the button */\n @Prop() badgeColor: 'primary' | 'secondary' | 'neutral' | 'warning' | 'success' | 'danger' = 'secondary';\n\n /** Indicates if the product is outOfStock */\n @Prop({ mutable: true, reflect: true }) outOfStock: boolean = false;\n\n /** Indicates the outOfStockText of the product*/\n @Prop() outOfStockText: string;\n\n /** Indicates the button class of the add to cart / notification button */\n @Prop() addToCartText: string = 'Aggiungi al carrello';\n\n /** Indicates the button class of the add to cart / notification button */\n @Prop() waitingListText: string = 'Notifica disponibilità';\n\n /** Indicate if the user request to be notified when te product is avaible*/\n @Prop() addToWaitingList: boolean = false;\n\n /** Indicate if the card is Mini Card*/\n @Prop() isMini: boolean = false;\n\n /** Indica se si tratta di un prodotto che può essere aggiunto al carrello solo dalla pagina prodotto */\n @Prop() disallowAddToCart: boolean = false;\n\n /** Label del pulsante che appare quando il prodotto non può essere aggiunto al carrello */\n @Prop() disallowAddToCartLabel: string = 'Scopri';\n\n /** Indica se è attivo lo zoom all'hover */\n @Prop() enableZoom: boolean = false;\n\n /** Controlla il comportamento dell'object-fit delle immagini */\n @Prop() imageObjectFit: 'cover' | 'scale-down' | 'contain' | 'fill' | 'none' = 'cover';\n\n /* ---------------------- @STATE ------------------------- */\n\n /** Indicate if the product is added to cart --> non deve esserci nelle storie! */\n @Prop() addedToCart: boolean = false;\n\n @Prop() endAddedToCart: boolean = false;\n\n @State() variations: Variation[] = [];\n\n @State() selectedVariation: Variation;\n\n @State() priceFormatted: string;\n\n @State() salePriceFormatted: string;\n\n /** Flag per tracciare se le opzioni sono state ordinate */\n @State() optionsOrdered: boolean = false;\n\n // è una proprietà che viene cambiata solo da dentro\n quantity: number;\n\n variationSelectEl: HTMLSelectElement;\n\n /* ---------------------- @EVENTS ------------------------- */\n\n @Event({ eventName: 'jump-toggle-favorite' }) toggleFavorite: EventEmitter;\n\n @Event({ eventName: 'jump-add-to-cart' }) productAddToCart: EventEmitter;\n\n @Event({ eventName: 'jump-add-to-waiting-list' }) productWaitingList: EventEmitter;\n\n @Event({ eventName: 'jump-variation-selected' }) variationSelected: EventEmitter; // verificare se corretto: aggiungo un evento\n\n @Event({ eventName: 'jump-card-go-to-product-page' }) goToProductPage: EventEmitter;\n\n /**\n * Set the price of the product\n * @param price\n * @param salePrice\n */\n @Method()\n async setPrice(price: number, salePrice: number) {\n let shouldFormat = false;\n if (price && price > 0) {\n shouldFormat = true;\n this.price = price;\n }\n\n if (salePrice && salePrice > 0) {\n this.salePrice = salePrice;\n }\n\n if (shouldFormat) {\n this.formatPrices();\n }\n }\n\n /**\n * Forza l'ordinamento delle variazioni (utile per debugging o situazioni edge-case)\n */\n @Method()\n async forceVariationsOrder() {\n this.optionsOrdered = false;\n setTimeout(() => {\n this.optionsOrdered = true;\n }, 1);\n }\n\n @Listen('jump-card-ecommerce-option-connected')\n addOption(e) {\n let props = e.detail; // es {code: 'sku1', imageUrl: 'https://google.com/', order: 1}\n \n // Aggiungiamo la nuova variazione solo se non esiste già\n const existingIndex = this.variations.findIndex(v => v.code === props.code);\n if (existingIndex === -1) {\n this.variations = [...this.variations, { ...props }];\n } else {\n // Se esiste già, la aggiorniamo\n this.variations = this.variations.map((v, i) => i === existingIndex ? { ...props } : v);\n }\n \n // Resettiamo il flag di ordinamento\n this.optionsOrdered = false;\n \n // Forziamo il re-render per applicare l'ordinamento dopo un brevissimo delay\n setTimeout(() => {\n this.optionsOrdered = true;\n }, 1);\n }\n\n onVariationSelected() {\n let currentValue = this.variationSelectEl.value;\n \n // Ordiniamo sempre le variazioni prima di cercare quella selezionata\n const sortedVariations = [...this.variations].sort((a, b) => {\n const orderA = a.order || 999;\n const orderB = b.order || 999;\n \n if (orderA !== orderB) {\n return orderA - orderB;\n }\n \n return a.code.localeCompare(b.code);\n });\n \n let variation = sortedVariations.find(\n (variation) => variation.code == currentValue,\n );\n this.selectedVariation = variation;\n this.variationSelected.emit(variation); // verificare se corretto: emetto l'evento\n }\n\n /* ---------------------- @LIFECYCLE ------------------------- */\n\n componentWillLoad() {\n }\n\n componentDidLoad() {\n this.jumpQuantityEl = this.JumpCardEcommerce.querySelector('jump-quantity');\n\n if (this.jumpQuantityEl) {\n this.jumpQuantityEl.addEventListener('jump-change', this.onQuantityChange.bind(this));\n this.quantity = this.jumpQuantityEl.getValue().then((quantity) => {\n this.quantity = quantity;\n });\n }\n\n this.formatPrices();\n }\n\n disconnectedCallback() {\n this.jumpQuantityEl = this.JumpCardEcommerce.querySelector('jump-quantity');\n if (this.jumpQuantityEl) {\n this.jumpQuantityEl.removeEventListener('jump-change', this.onQuantityChange);\n }\n }\n\n /* ---------------------- @METHODS ------------------------- */\n\n private handleMouseMove = (e: MouseEvent) => {\n if (!this.enableZoom || !this.imageEl) return;\n\n const { left, top, width, height } = (e.currentTarget as HTMLElement).getBoundingClientRect();\n const x = e.clientX - left;\n const y = e.clientY - top;\n\n const moveX = (x / width - 0.5) * -80; // Controlla l'ampiezza del movimento\n const moveY = (y / height - 0.5) * -80; // Controlla l'ampiezza del movimento\n\n this.imageEl.style.transform = `scale(1.5) translate(${moveX}px, ${moveY}px)`;\n };\n\n private handleMouseLeave = () => {\n if (!this.enableZoom || !this.imageEl) return;\n this.imageEl.style.transform = 'scale(1) translate(0, 0)';\n };\n\n onQuantityChange(e) {\n this.quantity = e.detail.value ?? false;\n }\n\n onToggleFavorite() {\n this.favorite = !this.favorite;\n this.toggleFavorite.emit(\n {\n productId: this.productId,\n favorite: this.favorite,\n },\n );\n }\n\n goToProduct(){\n this.goToProductPage.emit({\n productId: this.productId,\n link: this.link,\n });\n }\n\n addProductToCart() {\n this.addedToCart = true;\n let variations = this.selectedVariation;\n if (!variations && this.variations.length > 0) {\n variations = this.variations[0];\n }\n\n const payload = {\n productId: this.productId,\n addedToCart: this.addedToCart,\n quantity: this.quantity ?? null,\n variation: variations ?? null,\n };\n this.productAddToCart.emit(payload);\n\n setTimeout(() => {\n this.addedToCart = false;\n }, 6000);\n }\n\n waitingList() {\n this.addToWaitingList = true;\n this.productWaitingList.emit(\n {\n productId: this.productId,\n addToWaitingList: this.addToWaitingList,\n },\n );\n }\n\n formatPrices() {\n let locale = document.documentElement.lang ?? 'it-IT';\n if (locale.length == 2) {\n locale = `${locale}-${locale.toUpperCase()}`;\n }\n\n // Format price with 2 decimal digits and in locale\n this.priceFormatted = this.price.toLocaleString(locale, { minimumFractionDigits: 2, maximumFractionDigits: 2 });\n this.salePriceFormatted = this.salePrice.toLocaleString(locale, {\n minimumFractionDigits: 2,\n maximumFractionDigits: 2,\n });\n }\n\n render() {\n const backgroundClass = this.hasBackground && !this.isMini ? 'hasBackground' : '';\n const iconOnlyClass = this.onlyIconButton && !this.isMini ? 'iconOnly' : '';\n const justifyClass = this.outOfStock ? 'justify-between' : '';\n const hasImageOnHover = this.hoverImg ? 'has-hover-image' : '';\n const miniCard = this.isMini ? 'is-mini' : '';\n const enableZoomClass = this.enableZoom ? 'enable-zoom' : '';\n\n // Ordiniamo sempre le variazioni al momento del render per garantire consistenza\n const sortedVariations = [...this.variations].sort((a, b) => {\n const orderA = a.order || 999;\n const orderB = b.order || 999;\n \n if (orderA !== orderB) {\n return orderA - orderB;\n }\n \n // Se order è uguale, ordina per codice alfanumericamente\n return a.code.localeCompare(b.code);\n });\n\n function calculateDiscount(price: number, salePrice: number): string {\n const discount = ((price - salePrice) / price) * 100;\n return discount.toFixed(0);\n };\n\n return (\n <Host style={{'--image-object-fit': this.imageObjectFit}}>\n {!this.isMini && this.badge ?\n <jump-badge class={`${backgroundClass} ${iconOnlyClass}`} variant={this.badgeColor} dimension=\"small\"\n label={this.badge}></jump-badge> : ''}\n\n {!this.isMini && this.hasFavorite ?\n <jump-button onClick={() => this.onToggleFavorite()} class={`Favorite ${backgroundClass} ${iconOnlyClass}`}\n variant={this.favorite ? 'primary' : 'neutral'} size=\"small\" text onlyIcon>\n <jump-icon slot=\"prefix\" name=\"heart\" category={this.favorite ? 'solid' : 'light'}\n size=\"medium\"></jump-icon>\n </jump-button>\n :\n this.hasSlotForFavorite ? <div class=\"Favorite\">\n <slot name=\"favorite\"></slot>\n </div> : null\n }\n\n <div\n class={`Media ${iconOnlyClass} ${backgroundClass} ${miniCard}`}\n onMouseMove={this.handleMouseMove}\n onMouseLeave={this.handleMouseLeave}\n >\n <a href={this.link}>\n <figure class={`Images ${hasImageOnHover} ${enableZoomClass}`}>\n {this.img && !this.videoSrc ? <img class=\"Images__Front\" src={this.img} alt={this.imgAlt} ref={el => this.imageEl = el as HTMLImageElement}></img> : ''}\n {this.hoverImg && !this.videoSrc ?\n <img class=\"Images__OnHover\" src={this.hoverImg} alt={this.hoverImgAlt}></img> : ''}\n </figure>\n {this.videoSrc && !this.img ?\n <video autoplay>\n <source src={this.videoSrc} type=\"video/mp4\" />\n <source src={this.videoSrc} type=\"video/mov\" />\n <source src={this.videoSrc} type=\"video/webm\" />\n </video> : ''}\n </a>\n {!this.isMini ?\n <div class={`NotificationCart ${this.addedToCart == true ? 'is-active fade-in-out' : ''}`}>\n <jump-button href={this.notificationUrl} variant=\"white\" text>\n <jump-icon slot=\"prefix\" name=\"check\"></jump-icon>\n <span> {this.notificationText} </span>\n </jump-button>\n </div>\n : null\n }\n\n {!this.isMini && this.onlyIconButton && !this.hasSlotAddToCart ?\n <div class=\"OnlyIconButton\">\n <jump-button variant=\"secondary\" size=\"large\" pill onlyIcon onClick={() => this.addProductToCart()}>\n <jump-icon slot=\"prefix\" name=\"cart-shopping\" category=\"regular\"></jump-icon>\n </jump-button>\n </div>\n : ''\n }\n\n {!this.isMini && this.onlyIconButton && this.hasSlotAddToCart ?\n <div class=\"OnlyIconButton\">\n <slot name=\"add-to-cart\"></slot>\n </div>\n : ''\n }\n\n \n </div>\n\n <div class={`Content ${backgroundClass} ${iconOnlyClass} ${miniCard}`}>\n <div class={`Body ${backgroundClass} ${iconOnlyClass} ${miniCard}`}>\n <div>\n <div class=\"Info\">\n <a href={this.link} class=\"Product\">{this.productName}</a>\n {this.subtitle ? <div class=\"Subtitle\">{this.subtitle}</div> : null}\n </div>\n\n {this.price ?\n <div class={`Price ${miniCard}`}>\n {!this.isMini && this.salePrice && this.salePrice < this.price ?\n <div class=\"Price__Discount\"> {calculateDiscount(this.price, this.salePrice)}% </div>\n : null}\n\n {!this.isMini ?\n <div class={`Price__Regular ${this.salePrice && this.salePrice < this.price ? 'sale' : ''}`}>\n {this.currency}{this.priceFormatted}\n </div>\n :\n <div class={`Price__Regular`}>\n {this.currency}{this.salePrice && this.salePrice < this.price ? this.salePriceFormatted : this.priceFormatted}\n </div>\n }\n\n {!this.isMini && this.salePrice && this.salePrice < this.price ?\n <div class=\"Price__Sale\">{this.currency}{this.salePriceFormatted}</div>\n : null}\n </div>\n : null}\n </div>\n\n {!this.isMini || sortedVariations.length != 0 ?\n <div>\n {sortedVariations.length != 0 ?\n <div class=\"SelectVariations\">\n <select\n ref={(el) => (this.variationSelectEl = el)} //salvo questo elemento in this.variationSelectEl\n onChange={() => {\n this.onVariationSelected();\n }}\n >\n {sortedVariations\n .filter((variation) => !variation.imgUrl)\n .map((variation, index) => (\n <option key={`${variation.code}-${variation.order || 999}-${index}`} value={variation.code}>{variation.label}</option>\n ))}\n </select>\n </div>\n : null}\n <slot name=\"quantity\"></slot>\n </div>\n : null}\n </div>\n\n <div class={`Footer ${justifyClass} ${backgroundClass} ${iconOnlyClass} ${miniCard}`}>\n\n {this.outOfStock && !this.isMini?\n <div class=\"OutOfStock\">{this.outOfStockText ? this.outOfStockText : 'Esaurito'}</div> : ''}\n\n {this.outOfStock ?\n <jump-button class=\"Footer__AddToCart\" variant={this.addToCartColor} size=\"small\" text onClick={() => this.waitingList()}>\n <jump-icon slot=\"prefix\" name=\"bell\" category=\"regular\" size=\"small\"></jump-icon>\n {this.waitingListText}\n </jump-button> : ''\n }\n\n {!this.outOfStock && !this.onlyIconButton && !this.hasSlotAddToCart && !this.disallowAddToCart ?\n <jump-button class=\"Footer__AddToCart\" variant={this.addToCartColor} size=\"small\" text onClick={() => this.addProductToCart()}>\n <jump-icon slot=\"prefix\" name=\"cart-shopping\" category=\"regular\" size=\"small\"></jump-icon>\n {this.addToCartText}\n </jump-button> : ''\n }\n\n {!this.outOfStock && !this.onlyIconButton && this.hasSlotAddToCart ?\n <slot name=\"add-to-cart\"></slot>\n : null\n }\n\n {!this.outOfStock && this.disallowAddToCart ?\n <jump-button class=\"Footer__AddToCart\" variant={this.addToCartColor} size=\"small\" text onClick={() => this.goToProduct()}>\n <jump-icon slot=\"suffix\" name=\"arrow-right\"></jump-icon> {this.disallowAddToCartLabel}\n </jump-button> : ''\n }\n </div>\n </div>\n </Host>\n );\n }\n\n}\n"],"mappings":"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"}
@@ -83,8 +83,8 @@ export declare class JumpCardEcommerce {
83
83
  selectedVariation: Variation;
84
84
  priceFormatted: string;
85
85
  salePriceFormatted: string;
86
- /** Timeout per raccogliere tutte le opzioni prima di ordinarle */
87
- private optionsCollectionTimeout;
86
+ /** Flag per tracciare se le opzioni sono state ordinate */
87
+ optionsOrdered: boolean;
88
88
  quantity: number;
89
89
  variationSelectEl: HTMLSelectElement;
90
90
  toggleFavorite: EventEmitter;
@@ -99,9 +99,9 @@ export declare class JumpCardEcommerce {
99
99
  */
100
100
  setPrice(price: number, salePrice: number): Promise<void>;
101
101
  /**
102
- * Ottiene le variazioni ordinate per order e poi per codice
102
+ * Forza l'ordinamento delle variazioni (utile per debugging o situazioni edge-case)
103
103
  */
104
- private getSortedVariations;
104
+ forceVariationsOrder(): Promise<void>;
105
105
  addOption(e: any): void;
106
106
  onVariationSelected(): void;
107
107
  componentWillLoad(): void;
@@ -200,6 +200,10 @@ export namespace Components {
200
200
  * Indicates if the product is favorite
201
201
  */
202
202
  "favorite": boolean;
203
+ /**
204
+ * Forza l'ordinamento delle variazioni (utile per debugging o situazioni edge-case)
205
+ */
206
+ "forceVariationsOrder": () => Promise<void>;
203
207
  /**
204
208
  * Indicate if card has background
205
209
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jumpgroup/jump-design-system",
3
- "version": "0.3.86",
3
+ "version": "0.3.87",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -1 +0,0 @@
1
- {"version":3,"names":["jumpCardEcommerceCss","JumpCardEcommerceStyle0","JumpCardEcommerce","this","handleMouseMove","e","enableZoom","imageEl","left","top","width","height","currentTarget","getBoundingClientRect","x","clientX","y","clientY","moveX","moveY","style","transform","handleMouseLeave","setPrice","price","salePrice","shouldFormat","formatPrices","getSortedVariations","variations","sort","a","b","orderA","order","orderB","code","localeCompare","addOption","props","detail","Object","assign","optionsCollectionTimeout","clearTimeout","setTimeout","onVariationSelected","currentValue","variationSelectEl","value","variation","find","selectedVariation","variationSelected","emit","componentWillLoad","componentDidLoad","jumpQuantityEl","querySelector","addEventListener","onQuantityChange","bind","quantity","getValue","then","disconnectedCallback","removeEventListener","_a","onToggleFavorite","favorite","toggleFavorite","productId","goToProduct","goToProductPage","link","addProductToCart","addedToCart","length","payload","productAddToCart","waitingList","addToWaitingList","productWaitingList","locale","document","documentElement","lang","toUpperCase","priceFormatted","toLocaleString","minimumFractionDigits","maximumFractionDigits","salePriceFormatted","render","backgroundClass","hasBackground","isMini","iconOnlyClass","onlyIconButton","justifyClass","outOfStock","hasImageOnHover","hoverImg","miniCard","enableZoomClass","calculateDiscount","discount","toFixed","h","Host","imageObjectFit","badge","class","variant","badgeColor","dimension","label","hasFavorite","onClick","size","text","onlyIcon","slot","name","category","hasSlotForFavorite","onMouseMove","onMouseLeave","href","img","videoSrc","src","alt","imgAlt","ref","el","hoverImgAlt","autoplay","type","notificationUrl","notificationText","hasSlotAddToCart","pill","productName","subtitle","currency","onChange","filter","imgUrl","map","outOfStockText","addToCartColor","waitingListText","disallowAddToCart","addToCartText","disallowAddToCartLabel"],"sources":["src/components/jump-card-ecommerce/jump-card-ecommerce.scss?tag=jump-card-ecommerce&encapsulation=shadow","src/components/jump-card-ecommerce/jump-card-ecommerce.tsx"],"sourcesContent":[":host {\n --card-max-width: 450px;\n --jump-card-max-width-horizontal: 100%;\n --jump-card-color: var(--neutral-grey-primary);\n --jump-card-background: transparent;\n --jump-card-border-color: var(--neutral-grey-background);\n --jump-card-padding: 0.5rem;\n --jump-card-commerce-out-of-stock-color: var(--status-danger-standard);\n --jump-card-ecommerce-discount-color: var(--status-danger-standard);\n --image-object-fit: cover;\n\n max-width: var(--card-max-width);\n overflow: hidden;\n display: flex;\n flex-direction: column;\n position: relative;\n width: 100%;\n font-family: var(--ff-primary, 'Arial'), sans-serif;\n line-height: var(--lh-400, 1.3);\n background-color: var(--jump-card-background);\n color: var(--jump-card-color);\n\n .Footer,\n .Body {\n display: flex;\n width: 100%;\n }\n\n jump-badge {\n position: absolute;\n top: 1rem;\n left: 1rem;\n z-index: 2;\n\n &.hasBackground.iconOnly {\n top: calc(1rem + 8px);\n left: calc(1rem + 8px);\n }\n }\n\n .Favorite {\n position: absolute;\n top: 1rem;\n right: 1rem;\n z-index: 2;\n\n &.hasBackground.iconOnly {\n top: calc(1rem + 8px);\n right: calc(1rem + 8px);\n }\n }\n\n .Media {\n // aspect-ratio: 3/4;\n overflow: hidden;\n position: relative;\n border-radius: 3px;\n aspect-ratio: 1/1;\n\n .Images {\n height: 100%;\n margin: 0;\n position: relative;\n\n img {\n height: 100%;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n overflow: hidden;\n object-fit: var(--image-object-fit, cover);\n }\n\n &__Front {\n z-index: 1;\n transition: opacity 0.5s linear;\n cursor: pointer;\n }\n\n &.has-hover-image {\n &:hover .Images__Front {\n opacity: 0;\n }\n }\n\n &.enable-zoom {\n overflow: hidden;\n\n .Images__Front {\n transition: transform 0s ease-out;\n cursor: zoom-in;\n }\n\n &:hover {\n .Images__Front {\n transform: scale(1.5);\n }\n }\n }\n }\n\n &.hasBackground {\n background-color: var(--neutral-white);\n\n &.iconOnly {\n border-top-left-radius: 6px;\n border-top-right-radius: 6px;\n padding: var(--jump-card-padding) var(--jump-card-padding) 0;\n\n img {\n border-radius: 6px;\n }\n }\n }\n\n &.iconOnly {\n border-bottom-right-radius: 0;\n }\n\n &.is-mini {\n max-width: 180px;\n }\n }\n\n .NotificationCart {\n display: none;\n position: absolute;\n bottom: 0px;\n width: 100%;\n padding: 2rem 1rem;\n background-color: hsl(0 0% 0% / 35%);\n box-sizing: border-box;\n z-index: 2;\n transform: translate3d(0, 0, 0);\n\n &.is-active {\n display: flex;\n align-items: center;\n justify-content: center;\n }\n }\n\n .Content {\n &.hasBackground {\n background-color: var(--neutral-white);\n padding: calc(var(--jump-card-padding) * 2);\n }\n\n &.iconOnly {\n padding: calc(var(--jump-card-padding) * 2) var(--jump-card-padding);\n }\n\n &.is-mini {\n max-width: 180px;\n }\n }\n\n .Body {\n display: flex;\n flex-direction: column;\n gap: 0.75rem;\n padding: var(--jump-card-padding) 0;\n\n & > * {\n display: flex;\n flex-direction: row;\n justify-content: space-between;\n\n & > * {\n flex: 0 1 auto;\n }\n }\n\n &.hasBackground {\n padding: 0 0 var(--jump-card-padding);\n }\n\n &.iconOnly {\n padding: 0;\n }\n\n &.is-mini {\n & > * {\n flex-direction: column;\n }\n\n padding: calc(var(--jump-card-padding) / 2) 0;\n }\n }\n\n .Product {\n font-size: var(--fs-400);\n color: var(--neutral-grey-primary);\n text-decoration: none;\n }\n\n .Subtitle {\n font-size: var(--fs-300);\n color: var(--neutral-grey-secondary);\n line-height: 1.2;\n }\n\n .Footer {\n line-height: var(--lh-400);\n justify-content: end;\n padding: var(--jump-card-padding) 0;\n align-items: flex-end;\n\n &.justify-between {\n justify-content: space-between;\n }\n\n &.hasBackground {\n padding-bottom: 0;\n }\n\n &.iconOnly {\n padding: 0;\n }\n\n &.is-mini {\n padding: calc(var(--jump-card-padding) / 2) 0;\n }\n\n &__AddToCart {\n --jump-button-color: var(--jump-card-ecommerce-add-to-cart-color);\n --jump-button-background: var(--jump-card-ecommerce-add-to-cart-background);\n --jump-button-color-hover: var(--jump-card-ecommerce-add-to-cart-color-hover);\n --jump-button-background-hover: var(--jump-card-ecommerce-add-to-cart-background-hover);\n }\n }\n\n .OutOfStock {\n justify-items: start;\n font-size: var(--fs-300);\n font-weight: var(--fw-900);\n color: var(--jump-card-commerce-out-of-stock-color);\n }\n\n .OnlyIconButton {\n position: absolute;\n bottom: 0;\n right: 0;\n background: var(--neutral-white);\n border-top-left-radius: 20px;\n padding: 8px 8px 0px 8px;\n z-index: 2;\n }\n\n .Price {\n position: relative;\n display: grid;\n grid-template-columns: auto auto;\n grid-template-rows: 1.5rem 1.5rem auto;\n justify-items: end;\n align-items: end;\n column-gap: 0.5rem;\n\n font-size: var(--fs-500);\n font-weight: var(--fw-900);\n line-height: var(--lh-400);\n\n & > * {\n display: inline-flex;\n }\n\n &__Regular {\n text-align: right;\n\n &.sale {\n text-decoration: line-through;\n color: var(--neutral-grey-secondary);\n font-weight: var(--fw-400);\n font-size: var(--fs-400);\n grid-column: 2;\n grid-row: 1;\n }\n }\n\n &__Sale {\n grid-column: 2;\n grid-row: 2;\n }\n\n &__Discount {\n color: var(--jump-card-ecommerce-discount-color);\n font-weight: var(--fw-400);\n font-size: var(--fs-300);\n grid-column: 1;\n grid-row: 1;\n }\n\n &.is-mini {\n display: flex;\n font-size: var(--fs-400);\n }\n }\n\n .SelectVariations {\n display: flex;\n align-items: flex-end;\n max-width: calc(50% - 1rem);\n\n select {\n appearance: none;\n background-color: transparent;\n border: 1px solid var(--neutral-grey-secondary);\n border-radius: 3px;\n color: var(--neutral-grey-secondary);\n font-size: var(--fs-300);\n padding: 0.5rem 0.75rem;\n max-width: 100%;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E\");\n background-position: right 0.5rem center;\n background-repeat: no-repeat;\n background-size: 1.5em 1.5em;\n padding-right: 2.5rem;\n -webkit-print-color-adjust: exact;\n }\n }\n}\n\n.slide-in-bottom {\n animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;\n}\n\n.slide-out-bottom {\n animation: slide-out-bottom 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;\n}\n\n.fade-in-out {\n animation-name: fade-in-out;\n animation-duration: 6s;\n animation-timing-function: ease-in-out;\n}\n\n@keyframes fade-in-out {\n from {\n opacity: 0;\n transform: translateY(100px);\n }\n\n 50% {\n opacity: 1;\n transform: translateY(0);\n }\n\n to {\n opacity: 0;\n transform: translateY(100px);\n }\n}\n","import { Component, Host, h, Prop, Event, EventEmitter, Element, State, Listen, Method } from '@stencil/core';\n\ninterface Variation {\n code: string;\n imgUrl: string;\n label: string;\n taxonomy: string;\n order?: number; // Aggiunta proprietà order\n // Add more keys as needed\n}\n\n@Component({\n tag: 'jump-card-ecommerce',\n styleUrl: 'jump-card-ecommerce.scss',\n shadow: true,\n})\nexport class JumpCardEcommerce {\n\n @Element() JumpCardEcommerce: HTMLElement;\n jumpQuantityEl;\n private imageEl: HTMLImageElement;\n\n /* ---------------------- @PROPERTIES ------------------------- */\n\n /** Indicate if card has only icon button*/\n @Prop() onlyIconButton: boolean = false;\n\n /** Indicate if card has background*/\n @Prop() hasBackground: boolean = false;\n\n /** Indicates the badge of the card*/\n @Prop() badge: string;\n\n /** Indicates if the product is favorite */\n @Prop({ mutable: true, reflect: true }) favorite: boolean = false;\n\n /** Indicate if the whislist is active in shop*/\n @Prop() hasFavorite: boolean = false;\n\n /** Indicate if the whislist will be slotted*/\n @Prop() hasSlotForFavorite: boolean = false;\n\n /** Indicate if the add to cart btn will be slotted*/\n @Prop() hasSlotAddToCart: boolean = false;\n\n /** Indicates the link of the card*/\n @Prop() link: string;\n\n /** Indicates the image's src of the card*/\n @Prop() img: string;\n\n /** Indicates the img's alt of the card*/\n @Prop() imgAlt: string;\n\n /** Indicates the over image's src of the card*/\n @Prop() hoverImg: string;\n\n /** Indicates the hover img's alt of the card*/\n @Prop() hoverImgAlt: string;\n\n /** Indicates the videoSrc of the card*/\n @Prop() videoSrc: string;\n\n /** Indicates the notificationUrl of the card*/\n @Prop() notificationUrl: string;\n\n /** Indicates the notificationText of the card*/\n @Prop() notificationText: string = 'Aggiunto al carrello';\n\n /** Indicates the title of the card*/\n @Prop() productName: string;\n\n /** Indicates the subtitle of the card*/\n @Prop() subtitle: string;\n\n /** Indicates the ID of the product, can be also a SKU*/\n @Prop() productId: string;\n\n /** Indicates the price of the card */\n @Prop() price: number;\n\n /** Indicates the sale price of the card */\n @Prop() salePrice: number;\n\n /** Indicates the currency of the card */\n @Prop() currency: string = '€';\n\n /** Indicates the variant of the button */\n @Prop() addToCartColor: 'primary' | 'secondary'|'white'|'neutral' = 'secondary';\n\n /** Indicates the variant of the button */\n @Prop() badgeColor: 'primary' | 'secondary' | 'neutral' | 'warning' | 'success' | 'danger' = 'secondary';\n\n /** Indicates if the product is outOfStock */\n @Prop({ mutable: true, reflect: true }) outOfStock: boolean = false;\n\n /** Indicates the outOfStockText of the product*/\n @Prop() outOfStockText: string;\n\n /** Indicates the button class of the add to cart / notification button */\n @Prop() addToCartText: string = 'Aggiungi al carrello';\n\n /** Indicates the button class of the add to cart / notification button */\n @Prop() waitingListText: string = 'Notifica disponibilità';\n\n /** Indicate if the user request to be notified when te product is avaible*/\n @Prop() addToWaitingList: boolean = false;\n\n /** Indicate if the card is Mini Card*/\n @Prop() isMini: boolean = false;\n\n /** Indica se si tratta di un prodotto che può essere aggiunto al carrello solo dalla pagina prodotto */\n @Prop() disallowAddToCart: boolean = false;\n\n /** Label del pulsante che appare quando il prodotto non può essere aggiunto al carrello */\n @Prop() disallowAddToCartLabel: string = 'Scopri';\n\n /** Indica se è attivo lo zoom all'hover */\n @Prop() enableZoom: boolean = false;\n\n /** Controlla il comportamento dell'object-fit delle immagini */\n @Prop() imageObjectFit: 'cover' | 'scale-down' | 'contain' | 'fill' | 'none' = 'cover';\n\n /* ---------------------- @STATE ------------------------- */\n\n /** Indicate if the product is added to cart --> non deve esserci nelle storie! */\n @Prop() addedToCart: boolean = false;\n\n @Prop() endAddedToCart: boolean = false;\n\n @State() variations: Variation[] = [];\n\n @State() selectedVariation: Variation;\n\n @State() priceFormatted: string;\n\n @State() salePriceFormatted: string;\n\n /** Timeout per raccogliere tutte le opzioni prima di ordinarle */\n private optionsCollectionTimeout: any;\n\n // è una proprietà che viene cambiata solo da dentro\n quantity: number;\n\n variationSelectEl: HTMLSelectElement;\n\n /* ---------------------- @EVENTS ------------------------- */\n\n @Event({ eventName: 'jump-toggle-favorite' }) toggleFavorite: EventEmitter;\n\n @Event({ eventName: 'jump-add-to-cart' }) productAddToCart: EventEmitter;\n\n @Event({ eventName: 'jump-add-to-waiting-list' }) productWaitingList: EventEmitter;\n\n @Event({ eventName: 'jump-variation-selected' }) variationSelected: EventEmitter; // verificare se corretto: aggiungo un evento\n\n @Event({ eventName: 'jump-card-go-to-product-page' }) goToProductPage: EventEmitter;\n\n /**\n * Set the price of the product\n * @param price\n * @param salePrice\n */\n @Method()\n async setPrice(price: number, salePrice: number) {\n let shouldFormat = false;\n if (price && price > 0) {\n shouldFormat = true;\n this.price = price;\n }\n\n if (salePrice && salePrice > 0) {\n this.salePrice = salePrice;\n }\n\n if (shouldFormat) {\n this.formatPrices();\n }\n }\n\n /**\n * Ottiene le variazioni ordinate per order e poi per codice\n */\n private getSortedVariations(): Variation[] {\n return [...this.variations].sort((a, b) => {\n const orderA = a.order || 999;\n const orderB = b.order || 999;\n \n if (orderA !== orderB) {\n return orderA - orderB;\n }\n \n // Se order è uguale, ordina per codice alfanumericamente\n return a.code.localeCompare(b.code);\n });\n }\n\n @Listen('jump-card-ecommerce-option-connected')\n addOption(e) {\n let props = e.detail; // es {code: 'sku1', imageUrl: 'https://google.com/', order: 1}\n this.variations = [...this.variations, { ...props }];\n \n // Resettiamo il timeout ogni volta che arriva una nuova opzione\n if (this.optionsCollectionTimeout) {\n clearTimeout(this.optionsCollectionTimeout);\n }\n \n // Aspettiamo 50ms dopo l'ultima opzione ricevuta per ordinare tutto\n this.optionsCollectionTimeout = setTimeout(() => {\n // Ordiniamo le variazioni una volta per tutte\n this.variations = this.getSortedVariations();\n }, 50);\n }\n\n onVariationSelected() {\n let currentValue = this.variationSelectEl.value;\n let variation = this.variations.find(\n (variation) => variation.code == currentValue,\n );\n this.selectedVariation = variation;\n this.variationSelected.emit(variation); // verificare se corretto: emetto l'evento\n }\n\n /* ---------------------- @LIFECYCLE ------------------------- */\n\n componentWillLoad() {\n }\n\n componentDidLoad() {\n this.jumpQuantityEl = this.JumpCardEcommerce.querySelector('jump-quantity');\n\n if (this.jumpQuantityEl) {\n this.jumpQuantityEl.addEventListener('jump-change', this.onQuantityChange.bind(this));\n this.quantity = this.jumpQuantityEl.getValue().then((quantity) => {\n this.quantity = quantity;\n });\n }\n\n this.formatPrices();\n }\n\n disconnectedCallback() {\n this.jumpQuantityEl = this.JumpCardEcommerce.querySelector('jump-quantity');\n if (this.jumpQuantityEl) {\n this.jumpQuantityEl.removeEventListener('jump-change', this.onQuantityChange);\n }\n }\n\n /* ---------------------- @METHODS ------------------------- */\n\n private handleMouseMove = (e: MouseEvent) => {\n if (!this.enableZoom || !this.imageEl) return;\n\n const { left, top, width, height } = (e.currentTarget as HTMLElement).getBoundingClientRect();\n const x = e.clientX - left;\n const y = e.clientY - top;\n\n const moveX = (x / width - 0.5) * -80; // Controlla l'ampiezza del movimento\n const moveY = (y / height - 0.5) * -80; // Controlla l'ampiezza del movimento\n\n this.imageEl.style.transform = `scale(1.5) translate(${moveX}px, ${moveY}px)`;\n };\n\n private handleMouseLeave = () => {\n if (!this.enableZoom || !this.imageEl) return;\n this.imageEl.style.transform = 'scale(1) translate(0, 0)';\n };\n\n onQuantityChange(e) {\n this.quantity = e.detail.value ?? false;\n }\n\n onToggleFavorite() {\n this.favorite = !this.favorite;\n this.toggleFavorite.emit(\n {\n productId: this.productId,\n favorite: this.favorite,\n },\n );\n }\n\n goToProduct(){\n this.goToProductPage.emit({\n productId: this.productId,\n link: this.link,\n });\n }\n\n addProductToCart() {\n this.addedToCart = true;\n let variations = this.selectedVariation;\n if (!variations && this.variations.length > 0) {\n variations = this.variations[0];\n }\n\n const payload = {\n productId: this.productId,\n addedToCart: this.addedToCart,\n quantity: this.quantity ?? null,\n variation: variations ?? null,\n };\n this.productAddToCart.emit(payload);\n\n setTimeout(() => {\n this.addedToCart = false;\n }, 6000);\n }\n\n waitingList() {\n this.addToWaitingList = true;\n this.productWaitingList.emit(\n {\n productId: this.productId,\n addToWaitingList: this.addToWaitingList,\n },\n );\n }\n\n formatPrices() {\n let locale = document.documentElement.lang ?? 'it-IT';\n if (locale.length == 2) {\n locale = `${locale}-${locale.toUpperCase()}`;\n }\n\n // Format price with 2 decimal digits and in locale\n this.priceFormatted = this.price.toLocaleString(locale, { minimumFractionDigits: 2, maximumFractionDigits: 2 });\n this.salePriceFormatted = this.salePrice.toLocaleString(locale, {\n minimumFractionDigits: 2,\n maximumFractionDigits: 2,\n });\n }\n\n render() {\n const backgroundClass = this.hasBackground && !this.isMini ? 'hasBackground' : '';\n const iconOnlyClass = this.onlyIconButton && !this.isMini ? 'iconOnly' : '';\n const justifyClass = this.outOfStock ? 'justify-between' : '';\n const hasImageOnHover = this.hoverImg ? 'has-hover-image' : '';\n const miniCard = this.isMini ? 'is-mini' : '';\n const enableZoomClass = this.enableZoom ? 'enable-zoom' : '';\n\n function calculateDiscount(price: number, salePrice: number): string {\n const discount = ((price - salePrice) / price) * 100;\n return discount.toFixed(0);\n };\n\n return (\n <Host style={{'--image-object-fit': this.imageObjectFit}}>\n {!this.isMini && this.badge ?\n <jump-badge class={`${backgroundClass} ${iconOnlyClass}`} variant={this.badgeColor} dimension=\"small\"\n label={this.badge}></jump-badge> : ''}\n\n {!this.isMini && this.hasFavorite ?\n <jump-button onClick={() => this.onToggleFavorite()} class={`Favorite ${backgroundClass} ${iconOnlyClass}`}\n variant={this.favorite ? 'primary' : 'neutral'} size=\"small\" text onlyIcon>\n <jump-icon slot=\"prefix\" name=\"heart\" category={this.favorite ? 'solid' : 'light'}\n size=\"medium\"></jump-icon>\n </jump-button>\n :\n this.hasSlotForFavorite ? <div class=\"Favorite\">\n <slot name=\"favorite\"></slot>\n </div> : null\n }\n\n <div\n class={`Media ${iconOnlyClass} ${backgroundClass} ${miniCard}`}\n onMouseMove={this.handleMouseMove}\n onMouseLeave={this.handleMouseLeave}\n >\n <a href={this.link}>\n <figure class={`Images ${hasImageOnHover} ${enableZoomClass}`}>\n {this.img && !this.videoSrc ? <img class=\"Images__Front\" src={this.img} alt={this.imgAlt} ref={el => this.imageEl = el as HTMLImageElement}></img> : ''}\n {this.hoverImg && !this.videoSrc ?\n <img class=\"Images__OnHover\" src={this.hoverImg} alt={this.hoverImgAlt}></img> : ''}\n </figure>\n {this.videoSrc && !this.img ?\n <video autoplay>\n <source src={this.videoSrc} type=\"video/mp4\" />\n <source src={this.videoSrc} type=\"video/mov\" />\n <source src={this.videoSrc} type=\"video/webm\" />\n </video> : ''}\n </a>\n {!this.isMini ?\n <div class={`NotificationCart ${this.addedToCart == true ? 'is-active fade-in-out' : ''}`}>\n <jump-button href={this.notificationUrl} variant=\"white\" text>\n <jump-icon slot=\"prefix\" name=\"check\"></jump-icon>\n <span> {this.notificationText} </span>\n </jump-button>\n </div>\n : null\n }\n\n {!this.isMini && this.onlyIconButton && !this.hasSlotAddToCart ?\n <div class=\"OnlyIconButton\">\n <jump-button variant=\"secondary\" size=\"large\" pill onlyIcon onClick={() => this.addProductToCart()}>\n <jump-icon slot=\"prefix\" name=\"cart-shopping\" category=\"regular\"></jump-icon>\n </jump-button>\n </div>\n : ''\n }\n\n {!this.isMini && this.onlyIconButton && this.hasSlotAddToCart ?\n <div class=\"OnlyIconButton\">\n <slot name=\"add-to-cart\"></slot>\n </div>\n : ''\n }\n\n \n </div>\n\n <div class={`Content ${backgroundClass} ${iconOnlyClass} ${miniCard}`}>\n <div class={`Body ${backgroundClass} ${iconOnlyClass} ${miniCard}`}>\n <div>\n <div class=\"Info\">\n <a href={this.link} class=\"Product\">{this.productName}</a>\n {this.subtitle ? <div class=\"Subtitle\">{this.subtitle}</div> : null}\n </div>\n\n {this.price ?\n <div class={`Price ${miniCard}`}>\n {!this.isMini && this.salePrice && this.salePrice < this.price ?\n <div class=\"Price__Discount\"> {calculateDiscount(this.price, this.salePrice)}% </div>\n : null}\n\n {!this.isMini ?\n <div class={`Price__Regular ${this.salePrice && this.salePrice < this.price ? 'sale' : ''}`}>\n {this.currency}{this.priceFormatted}\n </div>\n :\n <div class={`Price__Regular`}>\n {this.currency}{this.salePrice && this.salePrice < this.price ? this.salePriceFormatted : this.priceFormatted}\n </div>\n }\n\n {!this.isMini && this.salePrice && this.salePrice < this.price ?\n <div class=\"Price__Sale\">{this.currency}{this.salePriceFormatted}</div>\n : null}\n </div>\n : null}\n </div>\n\n {!this.isMini || this.variations.length != 0 ?\n <div>\n {this.variations.length != 0 ?\n <div class=\"SelectVariations\">\n <select\n ref={(el) => (this.variationSelectEl = el)} //salvo questo elemento in this.variationSelectEl\n onChange={() => {\n this.onVariationSelected();\n }}\n >\n {this.variations\n .filter((variation) => !variation.imgUrl)\n .map((variation) => (\n <option value={variation.code}>{variation.label}</option>\n ))}\n </select>\n </div>\n : null}\n <slot name=\"quantity\"></slot>\n </div>\n : null}\n </div>\n\n <div class={`Footer ${justifyClass} ${backgroundClass} ${iconOnlyClass} ${miniCard}`}>\n\n {this.outOfStock && !this.isMini?\n <div class=\"OutOfStock\">{this.outOfStockText ? this.outOfStockText : 'Esaurito'}</div> : ''}\n\n {this.outOfStock ?\n <jump-button class=\"Footer__AddToCart\" variant={this.addToCartColor} size=\"small\" text onClick={() => this.waitingList()}>\n <jump-icon slot=\"prefix\" name=\"bell\" category=\"regular\" size=\"small\"></jump-icon>\n {this.waitingListText}\n </jump-button> : ''\n }\n\n {!this.outOfStock && !this.onlyIconButton && !this.hasSlotAddToCart && !this.disallowAddToCart ?\n <jump-button class=\"Footer__AddToCart\" variant={this.addToCartColor} size=\"small\" text onClick={() => this.addProductToCart()}>\n <jump-icon slot=\"prefix\" name=\"cart-shopping\" category=\"regular\" size=\"small\"></jump-icon>\n {this.addToCartText}\n </jump-button> : ''\n }\n\n {!this.outOfStock && !this.onlyIconButton && this.hasSlotAddToCart ?\n <slot name=\"add-to-cart\"></slot>\n : null\n }\n\n {!this.outOfStock && this.disallowAddToCart ?\n <jump-button class=\"Footer__AddToCart\" variant={this.addToCartColor} size=\"small\" text onClick={() => this.goToProduct()}>\n <jump-icon slot=\"suffix\" name=\"arrow-right\"></jump-icon> {this.disallowAddToCartLabel}\n </jump-button> : ''\n }\n </div>\n </div>\n </Host>\n );\n }\n\n}\n"],"mappings":"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"}