@everymatrix/bonus-elevate-shop-item
Advanced tools
Comparing version 1.43.0 to 1.43.3
@@ -1,1 +0,1 @@ | ||
import{p as e,b as s}from"./p-84e222d1.js";(()=>{const s=import.meta.url,t={};return""!==s&&(t.resourcesUrl=new URL(".",s).href),e(t)})().then((e=>s([["p-c8d51d14",[[1,"bonus-elevate-shop-item",{endpoint:[513],language:[513],itemId:[1537,"item-id"],elevateGift:[1040],session:[513],clientStyling:[513,"client-styling"],clientStylingUrl:[513,"client-styling-url"],translationUrl:[513,"translation-url"],showSliderDots:[516,"show-slider-dots"],showSliderArrows:[516,"show-slider-arrows"],isGiftNotFound:[32],redeemErrorMsg:[32],isRedeeming:[32]}],[0,"bonus-elevate-shop-assets-slider",{showSliderDots:[516,"show-slider-dots"],showSliderArrows:[516,"show-slider-arrows"],itemsPerPage:[514,"items-per-page"],sliderItems:[16],activeIndex:[32]}],[4,"general-styling-wrapper",{clientStyling:[1,"client-styling"],clientStylingUrl:[1,"client-styling-url"],translationUrl:[1,"translation-url"],targetTranslations:[16]}]]]],e))); | ||
import{p as e,b as s}from"./p-84e222d1.js";(()=>{const s=import.meta.url,t={};return""!==s&&(t.resourcesUrl=new URL(".",s).href),e(t)})().then((e=>s([["p-854daf62",[[1,"bonus-elevate-shop-item",{endpoint:[513],language:[513],itemId:[1537,"item-id"],elevateGift:[1040],session:[513],clientStyling:[513,"client-styling"],clientStylingUrl:[513,"client-styling-url"],translationUrl:[513,"translation-url"],showSliderDots:[516,"show-slider-dots"],showSliderArrows:[516,"show-slider-arrows"],isGiftNotFound:[32],redeemErrorMsg:[32],isRedeeming:[32]}],[0,"bonus-elevate-shop-assets-slider",{showSliderDots:[516,"show-slider-dots"],showSliderArrows:[516,"show-slider-arrows"],itemsPerPage:[514,"items-per-page"],sliderItems:[16],activeIndex:[32]}],[4,"general-styling-wrapper",{clientStyling:[1,"client-styling"],clientStylingUrl:[1,"client-styling-url"],translationUrl:[1,"translation-url"],targetTranslations:[16]}]]]],e))); |
@@ -146,3 +146,3 @@ 'use strict'; | ||
en: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -155,3 +155,3 @@ redeem: 'Redeem', | ||
ro: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -164,3 +164,3 @@ redeem: 'Redeem', | ||
fr: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -173,3 +173,3 @@ redeem: 'Redeem', | ||
ar: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -182,3 +182,3 @@ redeem: 'Redeem', | ||
hu: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -370,3 +370,3 @@ redeem: 'Redeem', | ||
this.onBackClicked(); | ||
} }, '<')), index.h("div", { class: "Thumnails GiftNotFound" }, translate('noDataFound', this.language), "."))), this.elevateGift && index.h(index.Fragment, null, index.h("div", { class: "ThumbnailRow" }, index.h("div", { class: 'Row' }, index.h("div", { class: "BackButton", onClick: () => { this.onBackClicked(); } }, '<'), index.h("bonus-elevate-shop-assets-slider", { class: 'Thumbnails', itemsPerPage: 1, sliderItems: this.elevateGift.presentation.assets, showSliderDots: this.showSliderDots })), index.h("div", { class: 'Col Details' }, index.h("h3", { class: "GiftName" }, this.elevateGift.presentation.displayName || this.elevateGift.displayName), index.h("div", { class: "GiftPoints" }, index.h("span", { class: "Points" }, this.elevateGift.points, " "), index.h("span", { class: " PointsLabel" }, translate('points', this.language))))), index.h("div", { class: 'ShopItemDetail Details' }, index.h("div", { class: "GiftPresentation" }, index.h("p", null, this.elevateGift.presentation.description ? this.elevateGift.presentation.description : translate('noGiftPresentation', this.language))), index.h("div", { class: `RedeemButton ${this.elevateGift.available === 'false' || this.isRedeeming ? 'Disabled' : ''} | ||
} }, '<')), index.h("div", { class: "Thumnails GiftNotFound" }, translate('noDataFound', this.language), "."))), this.elevateGift && index.h(index.Fragment, null, index.h("div", { class: "ThumbnailRow" }, index.h("div", { class: 'Row' }, index.h("div", { class: "BackButton", onClick: () => { this.onBackClicked(); } }, '<'), index.h("bonus-elevate-shop-assets-slider", { class: 'Thumbnails', itemsPerPage: 1, sliderItems: this.elevateGift.presentation.assets, showSliderDots: this.showSliderDots })), index.h("div", { class: 'Col Details' }, index.h("h3", { class: "GiftName" }, this.elevateGift.presentation.displayName || this.elevateGift.displayName), index.h("div", { class: "GiftPoints" }, index.h("span", { class: "Points" }, this.elevateGift.points, " "), index.h("span", { class: " PointsLabel" }, translate('coins', this.language))))), index.h("div", { class: 'ShopItemDetail Details' }, index.h("div", { class: "GiftPresentation" }, index.h("p", null, this.elevateGift.presentation.description ? this.elevateGift.presentation.description : translate('noGiftPresentation', this.language))), index.h("div", { class: `RedeemButton ${this.elevateGift.available === 'false' || this.isRedeeming ? 'Disabled' : ''} | ||
${this.deviceType == 'dk' ? 'DkButton' : ''}`, onClick: this.redeemGiftConfirm.bind(this) }, translate('redeem', this.language)), index.h("span", { class: 'RedeemError Error' }, " ", this.redeemErrorMsg, " ")))))); | ||
@@ -373,0 +373,0 @@ } |
@@ -147,3 +147,3 @@ import { Component, Fragment, h, Host, Prop, State } from '@stencil/core'; | ||
" "), | ||
h("span", { class: " PointsLabel" }, translate('points', this.language))))), | ||
h("span", { class: " PointsLabel" }, translate('coins', this.language))))), | ||
h("div", { class: 'ShopItemDetail Details' }, | ||
@@ -150,0 +150,0 @@ h("div", { class: "GiftPresentation" }, |
@@ -5,3 +5,3 @@ const DEFAULT_LANGUAGE = 'en'; | ||
en: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -14,3 +14,3 @@ redeem: 'Redeem', | ||
ro: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -23,3 +23,3 @@ redeem: 'Redeem', | ||
fr: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -32,3 +32,3 @@ redeem: 'Redeem', | ||
ar: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -41,3 +41,3 @@ redeem: 'Redeem', | ||
hu: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -44,0 +44,0 @@ redeem: 'Redeem', |
@@ -9,3 +9,3 @@ import { proxyCustomElement, HTMLElement, h, Host, Fragment } from '@stencil/core/internal/client'; | ||
en: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -18,3 +18,3 @@ redeem: 'Redeem', | ||
ro: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -27,3 +27,3 @@ redeem: 'Redeem', | ||
fr: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -36,3 +36,3 @@ redeem: 'Redeem', | ||
ar: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -45,3 +45,3 @@ redeem: 'Redeem', | ||
hu: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -235,3 +235,3 @@ redeem: 'Redeem', | ||
this.onBackClicked(); | ||
} }, '<')), h("div", { class: "Thumnails GiftNotFound" }, translate('noDataFound', this.language), "."))), this.elevateGift && h(Fragment, null, h("div", { class: "ThumbnailRow" }, h("div", { class: 'Row' }, h("div", { class: "BackButton", onClick: () => { this.onBackClicked(); } }, '<'), h("bonus-elevate-shop-assets-slider", { class: 'Thumbnails', itemsPerPage: 1, sliderItems: this.elevateGift.presentation.assets, showSliderDots: this.showSliderDots })), h("div", { class: 'Col Details' }, h("h3", { class: "GiftName" }, this.elevateGift.presentation.displayName || this.elevateGift.displayName), h("div", { class: "GiftPoints" }, h("span", { class: "Points" }, this.elevateGift.points, " "), h("span", { class: " PointsLabel" }, translate('points', this.language))))), h("div", { class: 'ShopItemDetail Details' }, h("div", { class: "GiftPresentation" }, h("p", null, this.elevateGift.presentation.description ? this.elevateGift.presentation.description : translate('noGiftPresentation', this.language))), h("div", { class: `RedeemButton ${this.elevateGift.available === 'false' || this.isRedeeming ? 'Disabled' : ''} | ||
} }, '<')), h("div", { class: "Thumnails GiftNotFound" }, translate('noDataFound', this.language), "."))), this.elevateGift && h(Fragment, null, h("div", { class: "ThumbnailRow" }, h("div", { class: 'Row' }, h("div", { class: "BackButton", onClick: () => { this.onBackClicked(); } }, '<'), h("bonus-elevate-shop-assets-slider", { class: 'Thumbnails', itemsPerPage: 1, sliderItems: this.elevateGift.presentation.assets, showSliderDots: this.showSliderDots })), h("div", { class: 'Col Details' }, h("h3", { class: "GiftName" }, this.elevateGift.presentation.displayName || this.elevateGift.displayName), h("div", { class: "GiftPoints" }, h("span", { class: "Points" }, this.elevateGift.points, " "), h("span", { class: " PointsLabel" }, translate('coins', this.language))))), h("div", { class: 'ShopItemDetail Details' }, h("div", { class: "GiftPresentation" }, h("p", null, this.elevateGift.presentation.description ? this.elevateGift.presentation.description : translate('noGiftPresentation', this.language))), h("div", { class: `RedeemButton ${this.elevateGift.available === 'false' || this.isRedeeming ? 'Disabled' : ''} | ||
${this.deviceType == 'dk' ? 'DkButton' : ''}`, onClick: this.redeemGiftConfirm.bind(this) }, translate('redeem', this.language)), h("span", { class: 'RedeemError Error' }, " ", this.redeemErrorMsg, " ")))))); | ||
@@ -238,0 +238,0 @@ } |
@@ -142,3 +142,3 @@ import { r as registerInstance, h, g as getElement, F as Fragment, H as Host } from './index-dbb9b7c5.js'; | ||
en: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -151,3 +151,3 @@ redeem: 'Redeem', | ||
ro: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -160,3 +160,3 @@ redeem: 'Redeem', | ||
fr: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -169,3 +169,3 @@ redeem: 'Redeem', | ||
ar: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -178,3 +178,3 @@ redeem: 'Redeem', | ||
hu: { | ||
points: 'Points', | ||
coins: 'Coins', | ||
noGiftPresentation: 'No description', | ||
@@ -366,3 +366,3 @@ redeem: 'Redeem', | ||
this.onBackClicked(); | ||
} }, '<')), h("div", { class: "Thumnails GiftNotFound" }, translate('noDataFound', this.language), "."))), this.elevateGift && h(Fragment, null, h("div", { class: "ThumbnailRow" }, h("div", { class: 'Row' }, h("div", { class: "BackButton", onClick: () => { this.onBackClicked(); } }, '<'), h("bonus-elevate-shop-assets-slider", { class: 'Thumbnails', itemsPerPage: 1, sliderItems: this.elevateGift.presentation.assets, showSliderDots: this.showSliderDots })), h("div", { class: 'Col Details' }, h("h3", { class: "GiftName" }, this.elevateGift.presentation.displayName || this.elevateGift.displayName), h("div", { class: "GiftPoints" }, h("span", { class: "Points" }, this.elevateGift.points, " "), h("span", { class: " PointsLabel" }, translate('points', this.language))))), h("div", { class: 'ShopItemDetail Details' }, h("div", { class: "GiftPresentation" }, h("p", null, this.elevateGift.presentation.description ? this.elevateGift.presentation.description : translate('noGiftPresentation', this.language))), h("div", { class: `RedeemButton ${this.elevateGift.available === 'false' || this.isRedeeming ? 'Disabled' : ''} | ||
} }, '<')), h("div", { class: "Thumnails GiftNotFound" }, translate('noDataFound', this.language), "."))), this.elevateGift && h(Fragment, null, h("div", { class: "ThumbnailRow" }, h("div", { class: 'Row' }, h("div", { class: "BackButton", onClick: () => { this.onBackClicked(); } }, '<'), h("bonus-elevate-shop-assets-slider", { class: 'Thumbnails', itemsPerPage: 1, sliderItems: this.elevateGift.presentation.assets, showSliderDots: this.showSliderDots })), h("div", { class: 'Col Details' }, h("h3", { class: "GiftName" }, this.elevateGift.presentation.displayName || this.elevateGift.displayName), h("div", { class: "GiftPoints" }, h("span", { class: "Points" }, this.elevateGift.points, " "), h("span", { class: " PointsLabel" }, translate('coins', this.language))))), h("div", { class: 'ShopItemDetail Details' }, h("div", { class: "GiftPresentation" }, h("p", null, this.elevateGift.presentation.description ? this.elevateGift.presentation.description : translate('noGiftPresentation', this.language))), h("div", { class: `RedeemButton ${this.elevateGift.available === 'false' || this.isRedeeming ? 'Disabled' : ''} | ||
${this.deviceType == 'dk' ? 'DkButton' : ''}`, onClick: this.redeemGiftConfirm.bind(this) }, translate('redeem', this.language)), h("span", { class: 'RedeemError Error' }, " ", this.redeemErrorMsg, " ")))))); | ||
@@ -369,0 +369,0 @@ } |
{ | ||
"name": "@everymatrix/bonus-elevate-shop-item", | ||
"version": "1.43.0", | ||
"version": "1.43.3", | ||
"main": "./dist/index.cjs.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.js", |
458305