@salla.sa/twilight-components 2.11.67 → 2.11.70
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/{app-globals-670dfe10.js → app-globals-7aa5a435.js} +2 -2
- package/dist/cjs/cart-3ecaa815.js +13 -0
- package/dist/cjs/index-1d2b3370.js +2 -2
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/salla-add-product-button.cjs.entry.js +21 -4
- package/dist/cjs/{salla-button_36.cjs.entry.js → salla-button_37.cjs.entry.js} +2731 -158
- package/dist/cjs/salla-installment.cjs.entry.js +0 -3
- package/dist/cjs/twilight.cjs.js +2 -2
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/salla-add-product-button/salla-add-product-button.css +2 -1
- package/dist/collection/components/salla-add-product-button/salla-add-product-button.js +59 -6
- package/dist/collection/components/salla-installment/salla-installment.js +0 -3
- package/dist/collection/components/salla-quick-buy/salla-quick-buy.css +10 -0
- package/dist/collection/components/salla-quick-buy/salla-quick-buy.js +326 -0
- package/dist/collection/components/salla-quick-order/salla-quick-order.js +2 -2
- package/dist/collection/components/salla-verify/salla-verify.js +4 -2
- package/dist/collection/global/app-dev.js +4 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +3 -2
- package/dist/components/salla-add-product-button.js +39 -13
- package/dist/components/salla-installment.js +0 -3
- package/dist/components/salla-quick-buy.d.ts +11 -0
- package/dist/components/salla-quick-buy.js +9 -0
- package/dist/components/salla-quick-buy2.js +2612 -0
- package/dist/components/salla-quick-order.js +2 -2
- package/dist/components/salla-verify2.js +4 -2
- package/dist/esm/{app-globals-eeb025b4.js → app-globals-225364bb.js} +2 -2
- package/dist/esm/cart-8c60b447.js +11 -0
- package/dist/esm/index-f1d446ac.js +2 -2
- package/dist/esm/loader.js +2 -2
- package/dist/esm/salla-add-product-button.entry.js +21 -4
- package/dist/esm/{salla-button_36.entry.js → salla-button_37.entry.js} +2731 -159
- package/dist/esm/salla-installment.entry.js +0 -3
- package/dist/esm/twilight.js +2 -2
- package/dist/esm-es5/{app-globals-eeb025b4.js → app-globals-225364bb.js} +2 -2
- package/dist/esm-es5/cart-8c60b447.js +4 -0
- package/dist/esm-es5/index-f1d446ac.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/salla-add-product-button.entry.js +2 -2
- package/dist/esm-es5/salla-button_37.entry.js +53 -0
- package/dist/esm-es5/salla-installment.entry.js +1 -1
- package/dist/esm-es5/twilight.js +1 -1
- package/dist/twilight/{p-23d0dd98.entry.js → p-003923b5.entry.js} +6 -6
- package/dist/twilight/{p-4192bf33.system.entry.js → p-195385b2.system.entry.js} +1 -1
- package/dist/twilight/{p-fc7d131d.js → p-3c6e1a89.js} +2 -2
- package/dist/twilight/p-4bf1c1a4.system.js +4 -0
- package/dist/twilight/p-60fb9bb5.system.js +4 -0
- package/dist/twilight/p-8a13cf01.js +4 -0
- package/dist/twilight/p-8c7b124e.system.entry.js +4 -0
- package/dist/twilight/p-91f5d041.entry.js +4 -0
- package/dist/twilight/{p-da745d1b.system.entry.js → p-d86b2dbd.system.entry.js} +9 -9
- package/dist/twilight/p-f0de0ca1.entry.js +4 -0
- package/dist/twilight/p-f35ef1d6.system.js +24 -0
- package/dist/twilight/twilight.esm.js +1 -1
- package/dist/twilight/twilight.js +1 -1
- package/dist/types/components/salla-add-product-button/salla-add-product-button.d.ts +11 -1
- package/dist/types/components/salla-quick-buy/salla-quick-buy.d.ts +50 -0
- package/dist/types/components.d.ts +97 -0
- package/package.json +6 -5
- package/dist/esm-es5/salla-button_36.entry.js +0 -53
- package/dist/twilight/p-295d0d13.entry.js +0 -4
- package/dist/twilight/p-70aabbb8.entry.js +0 -4
- package/dist/twilight/p-9058f2c1.system.js +0 -24
- package/dist/twilight/p-9a106732.system.js +0 -4
- package/dist/twilight/p-f080991b.system.entry.js +0 -4
|
@@ -22,9 +22,6 @@ const SallaInstallment = class {
|
|
|
22
22
|
* Currency code
|
|
23
23
|
*/
|
|
24
24
|
this.currency = salla.config.get('user.currency_code');
|
|
25
|
-
this.tamaraIsActive = false;
|
|
26
|
-
this.tabbyIsActive = false;
|
|
27
|
-
this.spotiiIsActive = false;
|
|
28
25
|
salla.lang.onLoaded(() => {
|
|
29
26
|
const installment = salla.config.get('store.settings.installments');
|
|
30
27
|
if (installment) {
|
package/dist/cjs/twilight.cjs.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
'use strict';
|
|
5
5
|
|
|
6
6
|
const index = require('./index-1d2b3370.js');
|
|
7
|
-
const appGlobals = require('./app-globals-
|
|
7
|
+
const appGlobals = require('./app-globals-7aa5a435.js');
|
|
8
8
|
require('./_commonjsHelpers-691dd63b.js');
|
|
9
9
|
|
|
10
10
|
/*
|
|
@@ -78,5 +78,5 @@ const patchDynamicImport = (base, orgScriptElm) => {
|
|
|
78
78
|
|
|
79
79
|
patchBrowser().then(options => {
|
|
80
80
|
appGlobals.globalScripts();
|
|
81
|
-
return index.bootstrapLazy(JSON.parse("[[\"salla-button_36.cjs\",[[4,\"salla-gifting\",{\"productId\":[2,\"product-id\"],\"widgetSubtitle\":[1,\"widget-subtitle\"],\"sectionTitle\":[32],\"sectionSubtitle\":[32],\"sectionBtnText\":[32],\"giftDetails\":[32],\"selectImageForYourGift\":[32],\"selectImageOrUpload\":[32],\"selectGiftMessage\":[32],\"giftCustomText\":[32],\"textId\":[32],\"incorrectGiftText\":[32],\"nextStep\":[32],\"senderNameLabel\":[32],\"receiverNameFieldLabel\":[32],\"receiverMobileFieldLabel\":[32],\"receiverEmailFieldLabel\":[32],\"emailPlaceholder\":[32],\"sendLater\":[32],\"selectSendDateAndTime\":[32],\"canNotEditOrderAfterSelectDate\":[32],\"sendGift\":[32],\"donationRequired\":[32],\"currentStep\":[32],\"showCalendar\":[32],\"showGiftText\":[32],\"currentLang\":[32],\"parentClass\":[32],\"errors\":[32],\"gift\":[32],\"selectedGiftTextOption\":[32],\"showTextArea\":[32],\"selectedImage\":[32],\"uploadedImage\":[32],\"selectedText\":[32],\"senderName\":[32],\"errorMessage\":[32],\"hasError\":[32],\"quantity\":[32],\"deliveryDate\":[32],\"timeZone\":[32],\"receiverName\":[32],\"receiverMobile\":[32],\"receiverCountryCode\":[32],\"receiverEmail\":[32],\"open\":[64],\"close\":[64],\"goToStep2\":[64]}],[4,\"salla-loyalty\",{\"prizePoints\":[1544,\"prize-points\"],\"customerPoints\":[1538,\"customer-points\"],\"prizeTitle\":[1537,\"prize-title\"],\"allowEmail\":[4,\"allow-email\"],\"allowMobile\":[4,\"allow-mobile\"],\"requireEmail\":[4,\"require-email\"],\"guestMessage\":[1025,\"guest-message\"],\"loyaltyProgram\":[32],\"buttonLoading\":[32],\"selectedItem\":[32],\"askConfirmation\":[32],\"is_loggedin\":[32],\"hasError\":[32],\"errorMessage\":[32],\"translationLoaded\":[32],\"open\":[64],\"close\":[64],\"resetExchange\":[64],\"exchangeLoyaltyPoint\":[64]}],[4,\"salla-product-size-guide\",{\"guides\":[32],\"productId\":[32],\"placeholder_title\":[32],\"placeholder_description\":[32],\"modal_title\":[32],\"hasError\":[32],\"open\":[64],\"close\":[64]}],[4,\"salla-login-modal\",{\"isEmailAllowed\":[1028,\"is-email-allowed\"],\"isMobileAllowed\":[1028,\"is-mobile-allowed\"],\"isEmailRequired\":[1028,\"is-email-required\"],\"supportWebAuth\":[516,\"support-web-auth\"],\"currentTabName\":[32],\"regType\":[32],\"translationLoaded\":[32],\"title\":[32],\"emailErrorMsg\":[32],\"firstNameErrorMsg\":[32],\"lastNameErrorMsg\":[32],\"dragAndDrop\":[32],\"browseFromFiles\":[32],\"customFields\":[32],\"uploadedImage\":[32],\"open\":[64]},[[8,\"verified\",\"onVerified\"]]],[0,\"salla-offer-modal\",{\"offer\":[32],\"offer_name\":[32],\"offer_message\":[32],\"hasError\":[32],\"errorMessage\":[32],\"productID\":[32],\"offer_type\":[32],\"translationLoaded\":[32],\"addToCartLabel\":[32],\"open\":[64],\"showOffer\":[64]}],[0,\"salla-rating-modal\",{\"orderId\":[2,\"order-id\"],\"order\":[32],\"hasError\":[32],\"errorMessage\":[32],\"translationLoaded\":[32],\"open\":[64],\"close\":[64]}],[4,\"salla-scopes\",{\"selection\":[1],\"searchDisplayLimit\":[2,\"search-display-limit\"],\"translationLoaded\":[32],\"mode\":[32],\"current_scope\":[32],\"scopes\":[32],\"originalScopesList\":[32],\"selected_scope\":[32],\"isOpenedBefore\":[32],\"hasError\":[32],\"loading\":[32],\"close\":[64],\"open\":[64],\"handleSubmit\":[64]}],[0,\"salla-localization-modal\",{\"language\":[1537],\"currency\":[1537],\"translationLoaded\":[32],\"languages\":[32],\"currencies\":[32],\"hasError\":[32],\"errorMessage\":[32],\"open\":[64],\"close\":[64],\"submit\":[64]}],[0,\"salla-quick-order\",{\"quickOrderTitle\":[1025,\"quick-order-title\"],\"subTitle\":[1025,\"sub-title\"],\"payButtonTitle\":[1025,\"pay-button-title\"],\"confirmPayButtonTitle\":[1025,\"confirm-pay-button-title\"],\"agreementText\":[1025,\"agreement-text\"],\"isEmailRequired\":[1028,\"is-email-required\"],\"productId\":[1025,\"product-id\"],\"thanksMessage\":[1025,\"thanks-message\"],\"quickOrderStyle\":[1025,\"quick-order-style\"],\"user\":[32],\"isAvailable\":[32],\"oneClick\":[32],\"expanded\":[32],\"isTermsRequired\":[32],\"countryCode\":[32],\"submitSucess\":[32],\"placeHolderEmail\":[32],\"emailOptional\":[32],\"agreementShowText\":[32],\"agreementModalHead\":[32],\"userNameLabel\":[32],\"termsChecked\":[32]}],[0,\"salla-user-settings\",{\"isNotifiable\":[516,\"is-notifiable\"],\"deactivateAccount\":[32],\"promotionalMsgs\":[32],\"deactivateDesc\":[32],\"promotionalMsgsDesc\":[32],\"sorryForLeavingText\":[32],\"warningText\":[32],\"keepAccount\":[32],\"buttonLoading\":[32]}],[0,\"salla-search\",{\"inline\":[4],\"oval\":[4],\"height\":[2],\"translationLoaded\":[32],\"results\":[32],\"loading\":[32],\"typing\":[32],\"debounce\":[32],\"search_term\":[32]},[[0,\"keydown\",\"handleKeyDown\"]]],[4,\"salla-social-share\",{\"url\":[513],\"urlName\":[513,\"url-name\"],\"platforms\":[513],\"opened\":[32],\"allPlatforms\":[32],\"platformIcons\":[32],\"convertedPlatforms\":[32],\"open\":[64]}],[4,\"salla-cart-summary\",{\"showCartLabel\":[4,\"show-cart-label\"],\"cartSummaryCount\":[32],\"cartSummaryTotal\":[32],\"cartLabel\":[32],\"animateToCart\":[64]}],[0,\"salla-count-down\",{\"date\":[1],\"boxed\":[4],\"size\":[1],\"color\":[1],\"labeled\":[4],\"endText\":[1,\"end-text\"],\"digits\":[1],\"daysLabel\":[32],\"hoursLabel\":[32],\"minutesLabel\":[32],\"secondsLabel\":[32],\"endLabel\":[32],\"invalidDate\":[32],\"offerEnded\":[32],\"countInterval\":[32],\"endCountDown\":[64]}],[4,\"salla-infinite-scroll\",{\"nextPage\":[1,\"next-page\"],\"autoload\":[1028],\"container\":[1],\"item\":[1],\"loadMore\":[32],\"noMore\":[32],\"failedToLoad\":[32]}],[4,\"salla-quantity-input\",{\"quantity\":[32],\"decrease\":[64],\"increase\":[64],\"setValue\":[64]}],[0,\"salla-user-menu\",{\"inline\":[516],\"avatarOnly\":[516,\"avatar-only\"],\"showHeader\":[516,\"show-header\"],\"relativeDropdown\":[516,\"relative-dropdown\"],\"accountLoading\":[32],\"opened\":[32],\"notifications\":[32],\"orders\":[32],\"pending_orders\":[32],\"wishlist\":[32],\"profile\":[32],\"rating\":[32],\"logout\":[32],\"hello\":[32],\"first_name\":[32],\"last_name\":[32],\"avatar\":[32],\"badges\":[32],\"hasBadges\":[32],\"OrderUpdate\":[32]}],[0,\"salla-product-availability\",{\"channels\":[1],\"notifyOptionsAvailability\":[4,\"notify-options-availability\"],\"productId\":[2,\"product-id\"],\"isSubscribed\":[1028,\"is-subscribed\"],\"translationLoaded\":[32],\"title_\":[32],\"isVisitorSubscribed\":[32]}],[4,\"salla-map\",{\"name\":[1],\"required\":[4],\"readonly\":[4],\"searchable\":[1028],\"lat\":[1026],\"lng\":[1026],\"apiKey\":[1025,\"api-key\"],\"modalTitle\":[1,\"modal-title\"],\"zoom\":[1026],\"theme\":[1025],\"modalActivityTitle\":[32],\"confirmButtonTitle\":[32],\"locateButtonTitle\":[32],\"locateButtonEdit\":[32],\"searchPlaceholder\":[32],\"searchInputValue\":[32],\"formattedAddress\":[32],\"geolocationError\":[32],\"searchInput\":[32],\"mapInput\":[32],\"mapElement\":[32],\"selectedLat\":[32],\"selectedLng\":[32],\"open\":[64]}],[4,\"salla-verify\",{\"display\":[1],\"type\":[1025],\"autoReload\":[4,\"auto-reload\"],\"supportWebAuth\":[4,\"support-web-auth\"],\"translationLoaded\":[32],\"title\":[32],\"resendAfter\":[32],\"isProfileVerify\":[32],\"getCode\":[64],\"open\":[64]}],[4,\"salla-color-picker\",{\"name\":[1],\"required\":[4],\"color\":[1],\"format\":[1],\"showCancelButton\":[4,\"show-cancel-button\"],\"showTextField\":[4,\"show-text-field\"],\"enableAlpha\":[4,\"enable-alpha\"],\"widgetColor\":[32],\"setPickerOption\":[64],\"movePopUp\":[64],\"setColorValue\":[64],\"openPicker\":[64],\"closePicker\":[64],\"destroyPicker\":[64]}],[0,\"salla-progress-bar\",{\"donation\":[1],\"target\":[1026],\"value\":[1026],\"height\":[1025],\"header\":[1025],\"stripped\":[1028],\"message\":[1025],\"unit\":[1025],\"color\":[1025]}],[0,\"salla-rating-stars\",{\"name\":[1],\"size\":[1],\"value\":[2],\"reviews\":[2]}],[0,\"salla-datetime-picker\",{\"value\":[1537],\"required\":[4],\"name\":[513],\"placeholder\":[1],\"allowInput\":[4,\"allow-input\"],\"allowInvalidPreload\":[4,\"allow-invalid-preload\"],\"altFormat\":[1,\"alt-format\"],\"altInput\":[4,\"alt-input\"],\"altInputClass\":[1,\"alt-input-class\"],\"appendTo\":[16],\"ariaDateFormat\":[1,\"aria-date-format\"],\"autoFillDefaultTime\":[4,\"auto-fill-default-time\"],\"clickOpens\":[4,\"click-opens\"],\"closeOnSelect\":[4,\"close-on-select\"],\"conjunction\":[1],\"dateFormat\":[1,\"date-format\"],\"defaultDate\":[8,\"default-date\"],\"defaultHour\":[2,\"default-hour\"],\"defaultMinute\":[2,\"default-minute\"],\"defaultSeconds\":[2,\"default-seconds\"],\"disable\":[16],\"disableMobile\":[4,\"disable-mobile\"],\"enable\":[16],\"enableSeconds\":[4,\"enable-seconds\"],\"enableTime\":[4,\"enable-time\"],\"formatDate\":[16],\"hourIncrement\":[2,\"hour-increment\"],\"inline\":[4],\"locale\":[1],\"maxDate\":[8,\"max-date\"],\"maxTime\":[8,\"max-time\"],\"minDate\":[8,\"min-date\"],\"minTime\":[8,\"min-time\"],\"minuteIncrement\":[2,\"minute-increment\"],\"mode\":[1],\"monthSelectorType\":[1,\"month-selector-type\"],\"nextArrow\":[1,\"next-arrow\"],\"noCalendar\":[4,\"no-calendar\"],\"dateParser\":[16],\"position\":[1],\"positionElement\":[16],\"prevArrow\":[1,\"prev-arrow\"],\"shorthandCurrentMonth\":[4,\"shorthand-current-month\"],\"static\":[4],\"showMonths\":[2,\"show-months\"],\"time_24hr\":[4,\"time_-2-4hr\"],\"weekNumbers\":[4,\"week-numbers\"],\"wrap\":[4]}],[4,\"salla-tab-content\",{\"name\":[1],\"isSelected\":[32],\"getChild\":[64]}],[4,\"salla-tab-header\",{\"name\":[1],\"activeClass\":[1,\"active-class\"],\"height\":[8],\"centered\":[4],\"isSelected\":[32],\"getChild\":[64]}],[4,\"salla-tabs\",{\"backgroundColor\":[1,\"background-color\"],\"vertical\":[4]},[[0,\"tabSelected\",\"onSelectedTab\"]]],[0,\"salla-file-upload\",{\"value\":[1537],\"files\":[513],\"height\":[513],\"cartItemId\":[1,\"cart-item-id\"],\"profileImage\":[516,\"profile-image\"],\"name\":[1537],\"payloadName\":[1,\"payload-name\"],\"accept\":[1537],\"fileId\":[2,\"file-id\"],\"url\":[1025],\"method\":[1],\"formData\":[1,\"form-data\"],\"required\":[4],\"maxFileSize\":[1,\"max-file-size\"],\"disabled\":[4],\"allowDrop\":[4,\"allow-drop\"],\"allowBrowse\":[4,\"allow-browse\"],\"allowPaste\":[4,\"allow-paste\"],\"allowMultiple\":[4,\"allow-multiple\"],\"allowReplace\":[4,\"allow-replace\"],\"allowRevert\":[4,\"allow-revert\"],\"allowRemove\":[4,\"allow-remove\"],\"allowProcess\":[4,\"allow-process\"],\"allowReorder\":[4,\"allow-reorder\"],\"storeAsFile\":[4,\"store-as-file\"],\"forceRevert\":[4,\"force-revert\"],\"maxFilesCount\":[2,\"max-files-count\"],\"maxParallelUploads\":[2,\"max-parallel-uploads\"],\"checkValidity\":[4,\"check-validity\"],\"itemInsertLocation\":[1,\"item-insert-location\"],\"itemInsertInterval\":[2,\"item-insert-interval\"],\"credits\":[4],\"dropOnPage\":[4,\"drop-on-page\"],\"dropOnElement\":[4,\"drop-on-element\"],\"dropValidation\":[4,\"drop-validation\"],\"ignoredFiles\":[16],\"instantUpload\":[1028,\"instant-upload\"],\"chunkUploads\":[4,\"chunk-uploads\"],\"chunkForce\":[4,\"chunk-force\"],\"chunkSize\":[2,\"chunk-size\"],\"chunkRetryDelays\":[16],\"labelDecimalSeparator\":[1,\"label-decimal-separator\"],\"labelThousandsSeparator\":[1,\"label-thousands-separator\"],\"labelIdle\":[1025,\"label-idle\"],\"iconRemove\":[1,\"icon-remove\"],\"iconProcess\":[1,\"icon-process\"],\"iconRetry\":[1,\"icon-retry\"],\"iconUndo\":[1,\"icon-undo\"],\"setOption\":[64]}],[4,\"salla-slider\",{\"blockTitle\":[513,\"block-title\"],\"listenToThumbnailsOption\":[516,\"listen-to-thumbnails-option\"],\"blockSubtitle\":[513,\"block-subtitle\"],\"displayAllUrl\":[513,\"display-all-url\"],\"arrowsCentered\":[516,\"arrows-centered\"],\"verticalThumbs\":[516,\"vertical-thumbs\"],\"vertical\":[516],\"autoHeight\":[516,\"auto-height\"],\"showControls\":[516,\"show-controls\"],\"controlsOuter\":[516,\"controls-outer\"],\"showThumbsControls\":[4,\"show-thumbs-controls\"],\"autoPlay\":[4,\"auto-play\"],\"slidesPerView\":[1,\"slides-per-view\"],\"pagination\":[4],\"centered\":[4],\"loop\":[4],\"type\":[1],\"sliderConfig\":[520,\"slider-config\"],\"thumbsConfig\":[520,\"thumbs-config\"],\"currentIndex\":[32],\"isEnd\":[32],\"isBeginning\":[32],\"isRTL\":[32],\"swiperScript\":[32],\"displayAllTitle\":[32],\"slideTo\":[64],\"slideNext\":[64],\"slidePrev\":[64],\"slideToLoop\":[64],\"slideNextLoop\":[64],\"slidePrevLoop\":[64],\"slideReset\":[64],\"slideToClosest\":[64],\"update\":[64],\"updateAutoHeight\":[64],\"updateSlides\":[64],\"updateProgress\":[64],\"updateSlidesClasses\":[64],\"getSlides\":[64]}],[4,\"salla-list-tile\",{\"href\":[1],\"target\":[1]}],[0,\"salla-tel-input\",{\"phone\":[1025],\"name\":[1],\"countryCode\":[1025,\"country-code\"],\"mobileRequired\":[32],\"countryCodeLabel\":[32],\"mobileLabel\":[32],\"tooShort\":[32],\"tooLong\":[32],\"invalidCountryCode\":[32],\"invalidNumber\":[32],\"errorMap\":[32],\"getValues\":[64],\"isValid\":[64]}],[4,\"salla-placeholder\",{\"icon\":[1],\"alignment\":[1],\"iconSize\":[1,\"icon-size\"],\"translationLoaded\":[32]}],[0,\"salla-skeleton\",{\"type\":[1],\"width\":[1],\"height\":[1]}],[4,\"salla-modal\",{\"isClosable\":[1028,\"is-closable\"],\"width\":[513],\"position\":[513],\"visible\":[516],\"hasSkeleton\":[516,\"has-skeleton\"],\"isLoading\":[1540,\"is-loading\"],\"subTitleFirst\":[4,\"sub-title-first\"],\"noPadding\":[4,\"no-padding\"],\"subTitle\":[1,\"sub-title\"],\"centered\":[4],\"iconStyle\":[1,\"icon-style\"],\"modalTitle\":[32],\"open\":[64],\"close\":[64],\"setTitle\":[64],\"loading\":[64],\"stopLoading\":[64]},[[0,\"keyup\",\"handleKeyUp\"]]],[4,\"salla-button\",{\"shape\":[513],\"color\":[513],\"fill\":[513],\"size\":[513],\"width\":[513],\"loading\":[516],\"disabled\":[516],\"loaderPosition\":[1,\"loader-position\"],\"href\":[1],\"load\":[64],\"stop\":[64],\"setText\":[64],\"disable\":[64],\"enable\":[64]}],[0,\"salla-loading\",{\"size\":[8],\"width\":[8],\"color\":[1],\"bgColor\":[1,\"bg-color\"]}]]],[\"salla-product-options.cjs\",[[0,\"salla-product-options\",{\"productId\":[2,\"product-id\"],\"options\":[1],\"optionsData\":[32],\"outOfStockText\":[32],\"donationAmount\":[32],\"selectedOptions\":[32],\"canDisabled\":[32],\"selectedSkus\":[32],\"selectedOutSkus\":[32],\"getSelectedOptionsData\":[64],\"reportValidity\":[64],\"hasOutOfStockOption\":[64],\"getSelectedOptions\":[64],\"getOption\":[64]}]]],[\"salla-add-product-button.cjs\",[[4,\"salla-add-product-button\",{\"channels\":[513],\"subscribedOptions\":[1,\"subscribed-options\"],\"quantity\":[514],\"donatingAmount\":[514,\"donating-amount\"],\"notifyOptionsAvailability\":[516,\"notify-options-availability\"],\"productId\":[520,\"product-id\"],\"productStatus\":[513,\"product-status\"],\"productType\":[513,\"product-type\"],\"hasOutOfStockOption\":[32],\"hasSubscribedOptions\":[32],\"selectedOptions\":[32]}]]],[\"salla-comment-form.cjs\",[[0,\"salla-comment-form\",{\"type\":[1537],\"showAvatar\":[4,\"show-avatar\"],\"itemId\":[1544,\"item-id\"],\"placeholder\":[32],\"submitText\":[32],\"canComment\":[32]}]]],[\"salla-installment.cjs\",[[0,\"salla-installment\",{\"price\":[1],\"language\":[1],\"currency\":[1],\"tamaraIsActive\":[32],\"tabbyIsActive\":[32],\"spotiiIsActive\":[32]}]]],[\"salla-loyalty-prize-item.cjs\",[[0,\"salla-loyalty-prize-item\",{\"item\":[16]}]]],[\"salla-select.cjs\",[[0,\"salla-select\",{\"label\":[1],\"items\":[16],\"itemText\":[1,\"item-text\"],\"itemValue\":[1,\"item-value\"],\"itemDisabled\":[1,\"item-disabled\"],\"size\":[1],\"value\":[1032],\"autofocus\":[4],\"clearable\":[4],\"clearIcon\":[1,\"clear-icon\"],\"color\":[1],\"flat\":[4],\"disabled\":[4],\"loading\":[4],\"loadingColor\":[1,\"loading-color\"],\"hint\":[1],\"persistHint\":[4,\"persist-hint\"],\"placeholder\":[1],\"multiple\":[4],\"autocomplete\":[4],\"required\":[4],\"chips\":[4],\"shape\":[1],\"returnObject\":[4,\"return-object\"],\"hideDetail\":[4,\"hide-detail\"]}]]],[\"salla-conditional-fields.cjs\",[[4,\"salla-conditional-fields\",null,[[0,\"change\",\"changeHandler\"]]]]]]"), options);
|
|
81
|
+
return index.bootstrapLazy(JSON.parse("[[\"salla-button_37.cjs\",[[4,\"salla-gifting\",{\"productId\":[2,\"product-id\"],\"widgetSubtitle\":[1,\"widget-subtitle\"],\"sectionTitle\":[32],\"sectionSubtitle\":[32],\"sectionBtnText\":[32],\"giftDetails\":[32],\"selectImageForYourGift\":[32],\"selectImageOrUpload\":[32],\"selectGiftMessage\":[32],\"giftCustomText\":[32],\"textId\":[32],\"incorrectGiftText\":[32],\"nextStep\":[32],\"senderNameLabel\":[32],\"receiverNameFieldLabel\":[32],\"receiverMobileFieldLabel\":[32],\"receiverEmailFieldLabel\":[32],\"emailPlaceholder\":[32],\"sendLater\":[32],\"selectSendDateAndTime\":[32],\"canNotEditOrderAfterSelectDate\":[32],\"sendGift\":[32],\"donationRequired\":[32],\"currentStep\":[32],\"showCalendar\":[32],\"showGiftText\":[32],\"currentLang\":[32],\"parentClass\":[32],\"errors\":[32],\"gift\":[32],\"selectedGiftTextOption\":[32],\"showTextArea\":[32],\"selectedImage\":[32],\"uploadedImage\":[32],\"selectedText\":[32],\"senderName\":[32],\"errorMessage\":[32],\"hasError\":[32],\"quantity\":[32],\"deliveryDate\":[32],\"timeZone\":[32],\"receiverName\":[32],\"receiverMobile\":[32],\"receiverCountryCode\":[32],\"receiverEmail\":[32],\"open\":[64],\"close\":[64],\"goToStep2\":[64]}],[4,\"salla-loyalty\",{\"prizePoints\":[1544,\"prize-points\"],\"customerPoints\":[1538,\"customer-points\"],\"prizeTitle\":[1537,\"prize-title\"],\"allowEmail\":[4,\"allow-email\"],\"allowMobile\":[4,\"allow-mobile\"],\"requireEmail\":[4,\"require-email\"],\"guestMessage\":[1025,\"guest-message\"],\"loyaltyProgram\":[32],\"buttonLoading\":[32],\"selectedItem\":[32],\"askConfirmation\":[32],\"is_loggedin\":[32],\"hasError\":[32],\"errorMessage\":[32],\"translationLoaded\":[32],\"open\":[64],\"close\":[64],\"resetExchange\":[64],\"exchangeLoyaltyPoint\":[64]}],[4,\"salla-product-size-guide\",{\"guides\":[32],\"productId\":[32],\"placeholder_title\":[32],\"placeholder_description\":[32],\"modal_title\":[32],\"hasError\":[32],\"open\":[64],\"close\":[64]}],[4,\"salla-login-modal\",{\"isEmailAllowed\":[1028,\"is-email-allowed\"],\"isMobileAllowed\":[1028,\"is-mobile-allowed\"],\"isEmailRequired\":[1028,\"is-email-required\"],\"supportWebAuth\":[516,\"support-web-auth\"],\"currentTabName\":[32],\"regType\":[32],\"translationLoaded\":[32],\"title\":[32],\"emailErrorMsg\":[32],\"firstNameErrorMsg\":[32],\"lastNameErrorMsg\":[32],\"dragAndDrop\":[32],\"browseFromFiles\":[32],\"customFields\":[32],\"uploadedImage\":[32],\"open\":[64]},[[8,\"verified\",\"onVerified\"]]],[0,\"salla-offer-modal\",{\"offer\":[32],\"offer_name\":[32],\"offer_message\":[32],\"hasError\":[32],\"errorMessage\":[32],\"productID\":[32],\"offer_type\":[32],\"translationLoaded\":[32],\"addToCartLabel\":[32],\"open\":[64],\"showOffer\":[64]}],[0,\"salla-rating-modal\",{\"orderId\":[2,\"order-id\"],\"order\":[32],\"hasError\":[32],\"errorMessage\":[32],\"translationLoaded\":[32],\"open\":[64],\"close\":[64]}],[4,\"salla-scopes\",{\"selection\":[1],\"searchDisplayLimit\":[2,\"search-display-limit\"],\"translationLoaded\":[32],\"mode\":[32],\"current_scope\":[32],\"scopes\":[32],\"originalScopesList\":[32],\"selected_scope\":[32],\"isOpenedBefore\":[32],\"hasError\":[32],\"loading\":[32],\"close\":[64],\"open\":[64],\"handleSubmit\":[64]}],[0,\"salla-localization-modal\",{\"language\":[1537],\"currency\":[1537],\"translationLoaded\":[32],\"languages\":[32],\"currencies\":[32],\"hasError\":[32],\"errorMessage\":[32],\"open\":[64],\"close\":[64],\"submit\":[64]}],[0,\"salla-quick-order\",{\"quickOrderTitle\":[1025,\"quick-order-title\"],\"subTitle\":[1025,\"sub-title\"],\"payButtonTitle\":[1025,\"pay-button-title\"],\"confirmPayButtonTitle\":[1025,\"confirm-pay-button-title\"],\"agreementText\":[1025,\"agreement-text\"],\"isEmailRequired\":[1028,\"is-email-required\"],\"productId\":[1025,\"product-id\"],\"thanksMessage\":[1025,\"thanks-message\"],\"quickOrderStyle\":[1025,\"quick-order-style\"],\"user\":[32],\"isAvailable\":[32],\"oneClick\":[32],\"expanded\":[32],\"isTermsRequired\":[32],\"countryCode\":[32],\"submitSucess\":[32],\"placeHolderEmail\":[32],\"emailOptional\":[32],\"agreementShowText\":[32],\"agreementModalHead\":[32],\"userNameLabel\":[32],\"termsChecked\":[32]}],[0,\"salla-user-settings\",{\"isNotifiable\":[516,\"is-notifiable\"],\"deactivateAccount\":[32],\"promotionalMsgs\":[32],\"deactivateDesc\":[32],\"promotionalMsgsDesc\":[32],\"sorryForLeavingText\":[32],\"warningText\":[32],\"keepAccount\":[32],\"buttonLoading\":[32]}],[0,\"salla-search\",{\"inline\":[4],\"oval\":[4],\"height\":[2],\"translationLoaded\":[32],\"results\":[32],\"loading\":[32],\"typing\":[32],\"debounce\":[32],\"search_term\":[32]},[[0,\"keydown\",\"handleKeyDown\"]]],[4,\"salla-social-share\",{\"url\":[513],\"urlName\":[513,\"url-name\"],\"platforms\":[513],\"opened\":[32],\"allPlatforms\":[32],\"platformIcons\":[32],\"convertedPlatforms\":[32],\"open\":[64]}],[4,\"salla-cart-summary\",{\"showCartLabel\":[4,\"show-cart-label\"],\"cartSummaryCount\":[32],\"cartSummaryTotal\":[32],\"cartLabel\":[32],\"animateToCart\":[64]}],[0,\"salla-count-down\",{\"date\":[1],\"boxed\":[4],\"size\":[1],\"color\":[1],\"labeled\":[4],\"endText\":[1,\"end-text\"],\"digits\":[1],\"daysLabel\":[32],\"hoursLabel\":[32],\"minutesLabel\":[32],\"secondsLabel\":[32],\"endLabel\":[32],\"invalidDate\":[32],\"offerEnded\":[32],\"countInterval\":[32],\"endCountDown\":[64]}],[4,\"salla-infinite-scroll\",{\"nextPage\":[1,\"next-page\"],\"autoload\":[1028],\"container\":[1],\"item\":[1],\"loadMore\":[32],\"noMore\":[32],\"failedToLoad\":[32]}],[4,\"salla-quantity-input\",{\"quantity\":[32],\"decrease\":[64],\"increase\":[64],\"setValue\":[64]}],[0,\"salla-user-menu\",{\"inline\":[516],\"avatarOnly\":[516,\"avatar-only\"],\"showHeader\":[516,\"show-header\"],\"relativeDropdown\":[516,\"relative-dropdown\"],\"accountLoading\":[32],\"opened\":[32],\"notifications\":[32],\"orders\":[32],\"pending_orders\":[32],\"wishlist\":[32],\"profile\":[32],\"rating\":[32],\"logout\":[32],\"hello\":[32],\"first_name\":[32],\"last_name\":[32],\"avatar\":[32],\"badges\":[32],\"hasBadges\":[32],\"OrderUpdate\":[32]}],[0,\"salla-product-availability\",{\"channels\":[1],\"notifyOptionsAvailability\":[4,\"notify-options-availability\"],\"productId\":[2,\"product-id\"],\"isSubscribed\":[1028,\"is-subscribed\"],\"translationLoaded\":[32],\"title_\":[32],\"isVisitorSubscribed\":[32]}],[4,\"salla-map\",{\"name\":[1],\"required\":[4],\"readonly\":[4],\"searchable\":[1028],\"lat\":[1026],\"lng\":[1026],\"apiKey\":[1025,\"api-key\"],\"modalTitle\":[1,\"modal-title\"],\"zoom\":[1026],\"theme\":[1025],\"modalActivityTitle\":[32],\"confirmButtonTitle\":[32],\"locateButtonTitle\":[32],\"locateButtonEdit\":[32],\"searchPlaceholder\":[32],\"searchInputValue\":[32],\"formattedAddress\":[32],\"geolocationError\":[32],\"searchInput\":[32],\"mapInput\":[32],\"mapElement\":[32],\"selectedLat\":[32],\"selectedLng\":[32],\"open\":[64]}],[4,\"salla-verify\",{\"display\":[1],\"type\":[1025],\"autoReload\":[4,\"auto-reload\"],\"supportWebAuth\":[4,\"support-web-auth\"],\"translationLoaded\":[32],\"title\":[32],\"resendAfter\":[32],\"isProfileVerify\":[32],\"getCode\":[64],\"open\":[64]}],[0,\"salla-quick-buy\",{\"type\":[1025],\"productId\":[1025,\"product-id\"],\"amount\":[1538],\"currency\":[1025],\"options\":[16],\"isRequireShipping\":[1028,\"is-require-shipping\"],\"isApplePayActive\":[32],\"quickBuy\":[32]}],[4,\"salla-color-picker\",{\"name\":[1],\"required\":[4],\"color\":[1],\"format\":[1],\"showCancelButton\":[4,\"show-cancel-button\"],\"showTextField\":[4,\"show-text-field\"],\"enableAlpha\":[4,\"enable-alpha\"],\"widgetColor\":[32],\"setPickerOption\":[64],\"movePopUp\":[64],\"setColorValue\":[64],\"openPicker\":[64],\"closePicker\":[64],\"destroyPicker\":[64]}],[0,\"salla-progress-bar\",{\"donation\":[1],\"target\":[1026],\"value\":[1026],\"height\":[1025],\"header\":[1025],\"stripped\":[1028],\"message\":[1025],\"unit\":[1025],\"color\":[1025]}],[0,\"salla-rating-stars\",{\"name\":[1],\"size\":[1],\"value\":[2],\"reviews\":[2]}],[0,\"salla-datetime-picker\",{\"value\":[1537],\"required\":[4],\"name\":[513],\"placeholder\":[1],\"allowInput\":[4,\"allow-input\"],\"allowInvalidPreload\":[4,\"allow-invalid-preload\"],\"altFormat\":[1,\"alt-format\"],\"altInput\":[4,\"alt-input\"],\"altInputClass\":[1,\"alt-input-class\"],\"appendTo\":[16],\"ariaDateFormat\":[1,\"aria-date-format\"],\"autoFillDefaultTime\":[4,\"auto-fill-default-time\"],\"clickOpens\":[4,\"click-opens\"],\"closeOnSelect\":[4,\"close-on-select\"],\"conjunction\":[1],\"dateFormat\":[1,\"date-format\"],\"defaultDate\":[8,\"default-date\"],\"defaultHour\":[2,\"default-hour\"],\"defaultMinute\":[2,\"default-minute\"],\"defaultSeconds\":[2,\"default-seconds\"],\"disable\":[16],\"disableMobile\":[4,\"disable-mobile\"],\"enable\":[16],\"enableSeconds\":[4,\"enable-seconds\"],\"enableTime\":[4,\"enable-time\"],\"formatDate\":[16],\"hourIncrement\":[2,\"hour-increment\"],\"inline\":[4],\"locale\":[1],\"maxDate\":[8,\"max-date\"],\"maxTime\":[8,\"max-time\"],\"minDate\":[8,\"min-date\"],\"minTime\":[8,\"min-time\"],\"minuteIncrement\":[2,\"minute-increment\"],\"mode\":[1],\"monthSelectorType\":[1,\"month-selector-type\"],\"nextArrow\":[1,\"next-arrow\"],\"noCalendar\":[4,\"no-calendar\"],\"dateParser\":[16],\"position\":[1],\"positionElement\":[16],\"prevArrow\":[1,\"prev-arrow\"],\"shorthandCurrentMonth\":[4,\"shorthand-current-month\"],\"static\":[4],\"showMonths\":[2,\"show-months\"],\"time_24hr\":[4,\"time_-2-4hr\"],\"weekNumbers\":[4,\"week-numbers\"],\"wrap\":[4]}],[4,\"salla-tab-content\",{\"name\":[1],\"isSelected\":[32],\"getChild\":[64]}],[4,\"salla-tab-header\",{\"name\":[1],\"activeClass\":[1,\"active-class\"],\"height\":[8],\"centered\":[4],\"isSelected\":[32],\"getChild\":[64]}],[4,\"salla-tabs\",{\"backgroundColor\":[1,\"background-color\"],\"vertical\":[4]},[[0,\"tabSelected\",\"onSelectedTab\"]]],[0,\"salla-file-upload\",{\"value\":[1537],\"files\":[513],\"height\":[513],\"cartItemId\":[1,\"cart-item-id\"],\"profileImage\":[516,\"profile-image\"],\"name\":[1537],\"payloadName\":[1,\"payload-name\"],\"accept\":[1537],\"fileId\":[2,\"file-id\"],\"url\":[1025],\"method\":[1],\"formData\":[1,\"form-data\"],\"required\":[4],\"maxFileSize\":[1,\"max-file-size\"],\"disabled\":[4],\"allowDrop\":[4,\"allow-drop\"],\"allowBrowse\":[4,\"allow-browse\"],\"allowPaste\":[4,\"allow-paste\"],\"allowMultiple\":[4,\"allow-multiple\"],\"allowReplace\":[4,\"allow-replace\"],\"allowRevert\":[4,\"allow-revert\"],\"allowRemove\":[4,\"allow-remove\"],\"allowProcess\":[4,\"allow-process\"],\"allowReorder\":[4,\"allow-reorder\"],\"storeAsFile\":[4,\"store-as-file\"],\"forceRevert\":[4,\"force-revert\"],\"maxFilesCount\":[2,\"max-files-count\"],\"maxParallelUploads\":[2,\"max-parallel-uploads\"],\"checkValidity\":[4,\"check-validity\"],\"itemInsertLocation\":[1,\"item-insert-location\"],\"itemInsertInterval\":[2,\"item-insert-interval\"],\"credits\":[4],\"dropOnPage\":[4,\"drop-on-page\"],\"dropOnElement\":[4,\"drop-on-element\"],\"dropValidation\":[4,\"drop-validation\"],\"ignoredFiles\":[16],\"instantUpload\":[1028,\"instant-upload\"],\"chunkUploads\":[4,\"chunk-uploads\"],\"chunkForce\":[4,\"chunk-force\"],\"chunkSize\":[2,\"chunk-size\"],\"chunkRetryDelays\":[16],\"labelDecimalSeparator\":[1,\"label-decimal-separator\"],\"labelThousandsSeparator\":[1,\"label-thousands-separator\"],\"labelIdle\":[1025,\"label-idle\"],\"iconRemove\":[1,\"icon-remove\"],\"iconProcess\":[1,\"icon-process\"],\"iconRetry\":[1,\"icon-retry\"],\"iconUndo\":[1,\"icon-undo\"],\"setOption\":[64]}],[4,\"salla-slider\",{\"blockTitle\":[513,\"block-title\"],\"listenToThumbnailsOption\":[516,\"listen-to-thumbnails-option\"],\"blockSubtitle\":[513,\"block-subtitle\"],\"displayAllUrl\":[513,\"display-all-url\"],\"arrowsCentered\":[516,\"arrows-centered\"],\"verticalThumbs\":[516,\"vertical-thumbs\"],\"vertical\":[516],\"autoHeight\":[516,\"auto-height\"],\"showControls\":[516,\"show-controls\"],\"controlsOuter\":[516,\"controls-outer\"],\"showThumbsControls\":[4,\"show-thumbs-controls\"],\"autoPlay\":[4,\"auto-play\"],\"slidesPerView\":[1,\"slides-per-view\"],\"pagination\":[4],\"centered\":[4],\"loop\":[4],\"type\":[1],\"sliderConfig\":[520,\"slider-config\"],\"thumbsConfig\":[520,\"thumbs-config\"],\"currentIndex\":[32],\"isEnd\":[32],\"isBeginning\":[32],\"isRTL\":[32],\"swiperScript\":[32],\"displayAllTitle\":[32],\"slideTo\":[64],\"slideNext\":[64],\"slidePrev\":[64],\"slideToLoop\":[64],\"slideNextLoop\":[64],\"slidePrevLoop\":[64],\"slideReset\":[64],\"slideToClosest\":[64],\"update\":[64],\"updateAutoHeight\":[64],\"updateSlides\":[64],\"updateProgress\":[64],\"updateSlidesClasses\":[64],\"getSlides\":[64]}],[4,\"salla-list-tile\",{\"href\":[1],\"target\":[1]}],[0,\"salla-tel-input\",{\"phone\":[1025],\"name\":[1],\"countryCode\":[1025,\"country-code\"],\"mobileRequired\":[32],\"countryCodeLabel\":[32],\"mobileLabel\":[32],\"tooShort\":[32],\"tooLong\":[32],\"invalidCountryCode\":[32],\"invalidNumber\":[32],\"errorMap\":[32],\"getValues\":[64],\"isValid\":[64]}],[4,\"salla-placeholder\",{\"icon\":[1],\"alignment\":[1],\"iconSize\":[1,\"icon-size\"],\"translationLoaded\":[32]}],[0,\"salla-skeleton\",{\"type\":[1],\"width\":[1],\"height\":[1]}],[4,\"salla-modal\",{\"isClosable\":[1028,\"is-closable\"],\"width\":[513],\"position\":[513],\"visible\":[516],\"hasSkeleton\":[516,\"has-skeleton\"],\"isLoading\":[1540,\"is-loading\"],\"subTitleFirst\":[4,\"sub-title-first\"],\"noPadding\":[4,\"no-padding\"],\"subTitle\":[1,\"sub-title\"],\"centered\":[4],\"iconStyle\":[1,\"icon-style\"],\"modalTitle\":[32],\"open\":[64],\"close\":[64],\"setTitle\":[64],\"loading\":[64],\"stopLoading\":[64]},[[0,\"keyup\",\"handleKeyUp\"]]],[4,\"salla-button\",{\"shape\":[513],\"color\":[513],\"fill\":[513],\"size\":[513],\"width\":[513],\"loading\":[516],\"disabled\":[516],\"loaderPosition\":[1,\"loader-position\"],\"href\":[1],\"load\":[64],\"stop\":[64],\"setText\":[64],\"disable\":[64],\"enable\":[64]}],[0,\"salla-loading\",{\"size\":[8],\"width\":[8],\"color\":[1],\"bgColor\":[1,\"bg-color\"]}]]],[\"salla-product-options.cjs\",[[0,\"salla-product-options\",{\"productId\":[2,\"product-id\"],\"options\":[1],\"optionsData\":[32],\"outOfStockText\":[32],\"donationAmount\":[32],\"selectedOptions\":[32],\"canDisabled\":[32],\"selectedSkus\":[32],\"selectedOutSkus\":[32],\"getSelectedOptionsData\":[64],\"reportValidity\":[64],\"hasOutOfStockOption\":[64],\"getSelectedOptions\":[64],\"getOption\":[64]}]]],[\"salla-add-product-button.cjs\",[[4,\"salla-add-product-button\",{\"channels\":[513],\"subscribedOptions\":[1,\"subscribed-options\"],\"quickBuy\":[1540,\"quick-buy\"],\"quantity\":[514],\"donatingAmount\":[514,\"donating-amount\"],\"notifyOptionsAvailability\":[516,\"notify-options-availability\"],\"productId\":[520,\"product-id\"],\"supportStickyBar\":[516,\"support-sticky-bar\"],\"productStatus\":[513,\"product-status\"],\"productType\":[513,\"product-type\"],\"hasOutOfStockOption\":[32],\"hasSubscribedOptions\":[32],\"selectedOptions\":[32],\"showQuickBuy\":[32]}]]],[\"salla-comment-form.cjs\",[[0,\"salla-comment-form\",{\"type\":[1537],\"showAvatar\":[4,\"show-avatar\"],\"itemId\":[1544,\"item-id\"],\"placeholder\":[32],\"submitText\":[32],\"canComment\":[32]}]]],[\"salla-installment.cjs\",[[0,\"salla-installment\",{\"price\":[1],\"language\":[1],\"currency\":[1],\"tamaraIsActive\":[32],\"tabbyIsActive\":[32],\"spotiiIsActive\":[32]}]]],[\"salla-loyalty-prize-item.cjs\",[[0,\"salla-loyalty-prize-item\",{\"item\":[16]}]]],[\"salla-select.cjs\",[[0,\"salla-select\",{\"label\":[1],\"items\":[16],\"itemText\":[1,\"item-text\"],\"itemValue\":[1,\"item-value\"],\"itemDisabled\":[1,\"item-disabled\"],\"size\":[1],\"value\":[1032],\"autofocus\":[4],\"clearable\":[4],\"clearIcon\":[1,\"clear-icon\"],\"color\":[1],\"flat\":[4],\"disabled\":[4],\"loading\":[4],\"loadingColor\":[1,\"loading-color\"],\"hint\":[1],\"persistHint\":[4,\"persist-hint\"],\"placeholder\":[1],\"multiple\":[4],\"autocomplete\":[4],\"required\":[4],\"chips\":[4],\"shape\":[1],\"returnObject\":[4,\"return-object\"],\"hideDetail\":[4,\"hide-detail\"]}]]],[\"salla-conditional-fields.cjs\",[[4,\"salla-conditional-fields\",null,[[0,\"change\",\"changeHandler\"]]]]]]"), options);
|
|
82
82
|
});
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"./components/salla-product-size-guide/salla-product-size-guide.js",
|
|
28
28
|
"./components/salla-progress-bar/salla-progress-bar.js",
|
|
29
29
|
"./components/salla-quantity-input/salla-quantity-input.js",
|
|
30
|
+
"./components/salla-quick-buy/salla-quick-buy.js",
|
|
30
31
|
"./components/salla-quick-order/salla-quick-order.js",
|
|
31
32
|
"./components/salla-rating-modal/salla-rating-modal.js",
|
|
32
33
|
"./components/salla-rating-stars/salla-rating-stars.js",
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* Crafted with ❤ by Salla
|
|
3
3
|
*/
|
|
4
4
|
import { Component, Element, State, Event, Host, Prop, h } from '@stencil/core';
|
|
5
|
+
import Cart from '../../assets/svg/cart.svg';
|
|
5
6
|
export class SallaAddProductButton {
|
|
6
7
|
constructor() {
|
|
7
8
|
this.hostAttributes = {};
|
|
@@ -14,9 +15,15 @@ export class SallaAddProductButton {
|
|
|
14
15
|
*/
|
|
15
16
|
this.productType = 'product';
|
|
16
17
|
this.selectedOptions = [];
|
|
18
|
+
salla.onReady(() => {
|
|
19
|
+
this.showQuickBuy = this.quickBuy && !!salla.config.get('store.settings.buy_now');
|
|
20
|
+
});
|
|
17
21
|
}
|
|
18
22
|
getLabel() {
|
|
19
23
|
if (this.productStatus === 'sale') {
|
|
24
|
+
if (this.supportStickyBar && window.innerWidth <= 768) {
|
|
25
|
+
return Cart;
|
|
26
|
+
}
|
|
20
27
|
return salla.lang.get('pages.cart.add_to_cart');
|
|
21
28
|
}
|
|
22
29
|
if (this.productType !== 'donating') {
|
|
@@ -72,7 +79,18 @@ export class SallaAddProductButton {
|
|
|
72
79
|
return this.hostAttributes;
|
|
73
80
|
}
|
|
74
81
|
componentWillLoad() {
|
|
75
|
-
this.
|
|
82
|
+
this.passedLabel = this.host.innerHTML.replace('<!---->', '').trim();
|
|
83
|
+
if (this.host.hasAttribute('type') && this.host.getAttribute('type') === 'submit' && this.supportStickyBar) {
|
|
84
|
+
window.addEventListener('resize', () => {
|
|
85
|
+
var _a, _b;
|
|
86
|
+
if (window.innerWidth >= 768 && !!this.passedLabel) {
|
|
87
|
+
(_a = this.btn) === null || _a === void 0 ? void 0 : _a.setText(this.passedLabel);
|
|
88
|
+
}
|
|
89
|
+
else {
|
|
90
|
+
(_b = this.btn) === null || _b === void 0 ? void 0 : _b.setText(this.getLabel());
|
|
91
|
+
}
|
|
92
|
+
});
|
|
93
|
+
}
|
|
76
94
|
}
|
|
77
95
|
render() {
|
|
78
96
|
var _a;
|
|
@@ -92,9 +110,10 @@ export class SallaAddProductButton {
|
|
|
92
110
|
h("span", { class: "s-hidden" },
|
|
93
111
|
h("slot", null))));
|
|
94
112
|
}
|
|
95
|
-
return h(Host,
|
|
113
|
+
return h(Host, { class: { 's-add-product-button-with-quick-buy': this.showQuickBuy, 's-add-product-button-with-sticky-bar': this.supportStickyBar } },
|
|
96
114
|
h("salla-button", Object.assign({ color: this.productStatus === 'sale' ? 'primary' : 'light', type: "button", fill: this.productStatus === 'sale' ? 'solid' : 'outline', ref: el => this.btn = el, onClick: event => this.addProductToCart(event), disabled: this.productStatus !== 'sale' }, this.getBtnAttributes(), { "loader-position": "center" }),
|
|
97
|
-
h("slot", null))
|
|
115
|
+
h("slot", null)),
|
|
116
|
+
this.showQuickBuy ? h("salla-quick-buy", Object.assign({}, this.getBtnAttributes())) : '');
|
|
98
117
|
}
|
|
99
118
|
componentDidLoad() {
|
|
100
119
|
if (!this.notifyOptionsAvailability) {
|
|
@@ -106,7 +125,6 @@ export class SallaAddProductButton {
|
|
|
106
125
|
return;
|
|
107
126
|
}
|
|
108
127
|
this.hasSubscribedOptions = false;
|
|
109
|
-
this.hasLabel = false;
|
|
110
128
|
this.selectedOptions = await ((_a = document.querySelector(`salla-product-options[product-id="${this.productId}"]`)) === null || _a === void 0 ? void 0 : _a.getSelectedOptions());
|
|
111
129
|
this.hasOutOfStockOption = await ((_b = document.querySelector(`salla-product-options[product-id="${this.productId}"]`)) === null || _b === void 0 ? void 0 : _b.hasOutOfStockOption());
|
|
112
130
|
let subscribedDetails = salla.storage.get(`product-${this.productId}-subscribed-options`);
|
|
@@ -125,7 +143,7 @@ export class SallaAddProductButton {
|
|
|
125
143
|
componentDidRender() {
|
|
126
144
|
var _a;
|
|
127
145
|
//if label not passed, get label
|
|
128
|
-
if (this.
|
|
146
|
+
if (!!this.passedLabel && window.innerWidth >= 768) {
|
|
129
147
|
return;
|
|
130
148
|
}
|
|
131
149
|
(_a = this.btn) === null || _a === void 0 ? void 0 : _a.setText(this.getLabel());
|
|
@@ -173,6 +191,23 @@ export class SallaAddProductButton {
|
|
|
173
191
|
"attribute": "subscribed-options",
|
|
174
192
|
"reflect": false
|
|
175
193
|
},
|
|
194
|
+
"quickBuy": {
|
|
195
|
+
"type": "boolean",
|
|
196
|
+
"mutable": true,
|
|
197
|
+
"complexType": {
|
|
198
|
+
"original": "boolean",
|
|
199
|
+
"resolved": "boolean",
|
|
200
|
+
"references": {}
|
|
201
|
+
},
|
|
202
|
+
"required": false,
|
|
203
|
+
"optional": false,
|
|
204
|
+
"docs": {
|
|
205
|
+
"tags": [],
|
|
206
|
+
"text": "Support Quick Pay Button"
|
|
207
|
+
},
|
|
208
|
+
"attribute": "quick-buy",
|
|
209
|
+
"reflect": true
|
|
210
|
+
},
|
|
176
211
|
"quantity": {
|
|
177
212
|
"type": "number",
|
|
178
213
|
"mutable": false,
|
|
@@ -241,6 +276,23 @@ export class SallaAddProductButton {
|
|
|
241
276
|
"attribute": "product-id",
|
|
242
277
|
"reflect": true
|
|
243
278
|
},
|
|
279
|
+
"supportStickyBar": {
|
|
280
|
+
"type": "boolean",
|
|
281
|
+
"mutable": false,
|
|
282
|
+
"complexType": {
|
|
283
|
+
"original": "boolean",
|
|
284
|
+
"resolved": "boolean",
|
|
285
|
+
"references": {}
|
|
286
|
+
},
|
|
287
|
+
"required": false,
|
|
288
|
+
"optional": false,
|
|
289
|
+
"docs": {
|
|
290
|
+
"tags": [],
|
|
291
|
+
"text": "Support themes that have a sticky bar"
|
|
292
|
+
},
|
|
293
|
+
"attribute": "support-sticky-bar",
|
|
294
|
+
"reflect": true
|
|
295
|
+
},
|
|
244
296
|
"productStatus": {
|
|
245
297
|
"type": "string",
|
|
246
298
|
"mutable": false,
|
|
@@ -281,7 +333,8 @@ export class SallaAddProductButton {
|
|
|
281
333
|
static get states() { return {
|
|
282
334
|
"hasOutOfStockOption": {},
|
|
283
335
|
"hasSubscribedOptions": {},
|
|
284
|
-
"selectedOptions": {}
|
|
336
|
+
"selectedOptions": {},
|
|
337
|
+
"showQuickBuy": {}
|
|
285
338
|
}; }
|
|
286
339
|
static get events() { return [{
|
|
287
340
|
"method": "success",
|
|
@@ -14,9 +14,6 @@ export class SallaInstallment {
|
|
|
14
14
|
* Currency code
|
|
15
15
|
*/
|
|
16
16
|
this.currency = salla.config.get('user.currency_code');
|
|
17
|
-
this.tamaraIsActive = false;
|
|
18
|
-
this.tabbyIsActive = false;
|
|
19
|
-
this.spotiiIsActive = false;
|
|
20
17
|
salla.lang.onLoaded(() => {
|
|
21
18
|
const installment = salla.config.get('store.settings.installments');
|
|
22
19
|
if (installment) {
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
.s-quick-buy-button .s-button-text {
|
|
2
|
+
display: flex;
|
|
3
|
+
}
|
|
4
|
+
apple-pay-button {
|
|
5
|
+
--apple-pay-button-width: 100%;
|
|
6
|
+
--apple-pay-button-height: 40px;
|
|
7
|
+
--apple-pay-button-border-radius: 7px;
|
|
8
|
+
--apple-pay-button-padding: 0px 5px;
|
|
9
|
+
--apple-pay-button-box-sizing: content-box;
|
|
10
|
+
}
|
|
@@ -0,0 +1,326 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* Crafted with ❤ by Salla
|
|
3
|
+
*/
|
|
4
|
+
import { Component, Host, h, Prop, State, Element } from '@stencil/core';
|
|
5
|
+
import FullWallet from '../../assets/svg/full-wallet.svg';
|
|
6
|
+
import "@salla.sa/applepay/src/index";
|
|
7
|
+
export class SallaQuickBuy {
|
|
8
|
+
constructor() {
|
|
9
|
+
/**
|
|
10
|
+
* Button type.
|
|
11
|
+
*
|
|
12
|
+
* @type {string}
|
|
13
|
+
* @default plain
|
|
14
|
+
**/
|
|
15
|
+
this.type = 'buy';
|
|
16
|
+
/**
|
|
17
|
+
* Product amount.
|
|
18
|
+
*
|
|
19
|
+
* @type {number}
|
|
20
|
+
* @default 0
|
|
21
|
+
**/
|
|
22
|
+
this.amount = 0;
|
|
23
|
+
/**
|
|
24
|
+
* Product options, if is empty will get the data from the document.querySelector('salla-product-options[product-id="X"]')
|
|
25
|
+
*
|
|
26
|
+
* @type {object}
|
|
27
|
+
* @default {}
|
|
28
|
+
*/
|
|
29
|
+
this.options = {};
|
|
30
|
+
this.quickBuy = salla.lang.get('pages.products.buy_now');
|
|
31
|
+
salla.lang.onLoaded(() => {
|
|
32
|
+
this.quickBuy = salla.lang.get('pages.products.buy_now');
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
async quickBuyHandler() {
|
|
36
|
+
if (salla.config.isGuest()) {
|
|
37
|
+
// todo (low) :: find a way to re-fire the method after success
|
|
38
|
+
return salla.auth.event.dispatch('login::open');
|
|
39
|
+
}
|
|
40
|
+
let optionsElement = document.querySelector(`salla-product-options[product-id="${this.productId}"]`);
|
|
41
|
+
//make sure all the required options are selected
|
|
42
|
+
if (optionsElement && !await optionsElement.reportValidity()) {
|
|
43
|
+
return salla.error(salla.lang.get('common.messages.required_fields'));
|
|
44
|
+
}
|
|
45
|
+
//use this way to get quantity too
|
|
46
|
+
let data = this.host.getElementSallaData();
|
|
47
|
+
// if the store doesn't have Apple Pay , just create a cart and then redirect to check out page
|
|
48
|
+
// @ts-ignore
|
|
49
|
+
if (!this.isApplePayActive) {
|
|
50
|
+
// return salla.product.buyNow(this.productId, data);
|
|
51
|
+
return salla.api.request('checkout/quick-purchase/' + this.productId, data, 'post')
|
|
52
|
+
.then(resp => {
|
|
53
|
+
if (resp.data.redirect) {
|
|
54
|
+
window.location.href = resp.data.redirect;
|
|
55
|
+
}
|
|
56
|
+
return resp;
|
|
57
|
+
});
|
|
58
|
+
}
|
|
59
|
+
data.is_applepay = true;
|
|
60
|
+
if ('append' in data) {
|
|
61
|
+
data.append('is_applepay', true);
|
|
62
|
+
}
|
|
63
|
+
// noinspection TypeScriptValidateJSTypes
|
|
64
|
+
salla.event.dispatch('payments::apple-pay.start-transaction', {
|
|
65
|
+
amount: this.amount,
|
|
66
|
+
currency: this.currency,
|
|
67
|
+
requiredShippingContactFields: this.isRequireShipping ? ['postalAddress'] : null,
|
|
68
|
+
shippingMethods: this.isRequireShipping ? [] : null,
|
|
69
|
+
supportedNetworks: salla.config.get('store.settings.buy_now.networks'),
|
|
70
|
+
// supportedCountries: data.applepay_supported_networks, // todo :: later get it from store settings with countries
|
|
71
|
+
validateMerchant: {
|
|
72
|
+
url: salla.url.get('checkout/applepay/validate'),
|
|
73
|
+
onSuccess: () => {
|
|
74
|
+
return salla.api.request('checkout/quick-purchase/' + this.productId, typeof data == 'object' ? data : undefined, 'post', {}).then(response => {
|
|
75
|
+
var _a, _b;
|
|
76
|
+
// if is redirect url returned for any reason, lets redirect the user to check out
|
|
77
|
+
if ((_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.redirect) {
|
|
78
|
+
salla.log('🍏 Pay: create checkout success: redirect exits, go to checkout page');
|
|
79
|
+
window.location.href = response.data.redirect.url;
|
|
80
|
+
return response;
|
|
81
|
+
}
|
|
82
|
+
// the cart is not ready to complete apply pay session
|
|
83
|
+
if (!((_b = response === null || response === void 0 ? void 0 : response.data) === null || _b === void 0 ? void 0 : _b.id)) {
|
|
84
|
+
salla.logger.warn('🍏 Pay: create checkout success: No id, or redirect');
|
|
85
|
+
return response;
|
|
86
|
+
}
|
|
87
|
+
window.SallaApplePay.id = response.data.id || response.data.data.id;
|
|
88
|
+
salla.log('🍏 Pay: create checkout success: with id #' + window.SallaApplePay.id);
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
authorized: {
|
|
93
|
+
// submit checkout route
|
|
94
|
+
url: salla.url.get('checkout/{id}/payments/submit'),
|
|
95
|
+
onFailed: (response) => {
|
|
96
|
+
var _a, _b, _c, _d;
|
|
97
|
+
window.SallaApplePay.onCancel({}, ((_b = (_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.error) === null || _b === void 0 ? void 0 : _b.message) || ((_d = (_c = response === null || response === void 0 ? void 0 : response.data) === null || _c === void 0 ? void 0 : _c.error) === null || _d === void 0 ? void 0 : _d.code) || salla.lang.get('pages.checkout.payment_failed'));
|
|
98
|
+
},
|
|
99
|
+
onSuccess: (response) => {
|
|
100
|
+
window.location.href = response.redirect.url;
|
|
101
|
+
salla.log('🍏 Pay: authorized Success:: redirect to thank you page, order placed');
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
shippingMethodSelected: this.isRequireShipping ? {
|
|
105
|
+
url: salla.url.get('checkout/{id}/shipping/details'),
|
|
106
|
+
} : null,
|
|
107
|
+
shippingContactSelected: this.isRequireShipping ? {
|
|
108
|
+
url: salla.url.get('checkout/{id}/address/add'),
|
|
109
|
+
} : null,
|
|
110
|
+
oncouponcodechanged: {
|
|
111
|
+
url: salla.url.get('checkout/{id}/coupons')
|
|
112
|
+
},
|
|
113
|
+
recalculateTotal: {
|
|
114
|
+
url: salla.url.get('checkout/{id}/payments/recalculate')
|
|
115
|
+
},
|
|
116
|
+
onError: function (message) {
|
|
117
|
+
salla.log(message);
|
|
118
|
+
salla.notify.error(message);
|
|
119
|
+
}
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
componentWillLoad() {
|
|
123
|
+
return new Promise((resolve, reject) => {
|
|
124
|
+
salla.onReady(async () => {
|
|
125
|
+
var _a, _b;
|
|
126
|
+
if (!this.currency) {
|
|
127
|
+
this.currency = salla.config.get('user.currency_code');
|
|
128
|
+
}
|
|
129
|
+
if (!this.productId && salla.config.get('page.id')) {
|
|
130
|
+
this.productId = salla.config.get('page.id');
|
|
131
|
+
}
|
|
132
|
+
if (window.innerWidth <= 768 && this.type !== 'plain') {
|
|
133
|
+
this.type = 'plain';
|
|
134
|
+
}
|
|
135
|
+
if (!this.productId) {
|
|
136
|
+
salla.logger.warn('🍏 Pay: Failed load the quick buy, the product id is missing');
|
|
137
|
+
return reject();
|
|
138
|
+
}
|
|
139
|
+
if (!this.amount && this.productId) {
|
|
140
|
+
await salla.product.getDetails(this.productId, []).then((response) => {
|
|
141
|
+
var _a;
|
|
142
|
+
this.amount = response.data.price;
|
|
143
|
+
this.isRequireShipping = ((_a = response === null || response === void 0 ? void 0 : response.data) === null || _a === void 0 ? void 0 : _a.is_require_shipping) || false;
|
|
144
|
+
}).catch((error) => {
|
|
145
|
+
salla.logger.warn('🍏 Pay: Failed load the quick buy, get the product details failed: ', error);
|
|
146
|
+
return reject();
|
|
147
|
+
});
|
|
148
|
+
}
|
|
149
|
+
if (salla.url.is_page('product.single')) {
|
|
150
|
+
salla.product.event.onPriceUpdated(response => this.amount = response.data.price);
|
|
151
|
+
}
|
|
152
|
+
this.isApplePayActive = ((_a = window.ApplePaySession) === null || _a === void 0 ? void 0 : _a.canMakePayments()) && ((_b = salla.config.get('store.settings.payments')) === null || _b === void 0 ? void 0 : _b.includes('apple_pay'));
|
|
153
|
+
let applePaySdk = document.getElementById('apple-pay-sdk');
|
|
154
|
+
if (applePaySdk || !this.isApplePayActive) {
|
|
155
|
+
salla.logger.warn('🍏 Pay: Skipped load apple pay because ' + (applePaySdk ? 'already loaded' : 'is not available in the browser'));
|
|
156
|
+
resolve(true);
|
|
157
|
+
return;
|
|
158
|
+
}
|
|
159
|
+
const script = document.createElement('script');
|
|
160
|
+
script.src = 'https://applepay.cdn-apple.com/jsapi/v1/apple-pay-sdk.js';
|
|
161
|
+
script.setAttribute('id', 'apple-pay-sdk');
|
|
162
|
+
script.async = true;
|
|
163
|
+
document.body.appendChild(script);
|
|
164
|
+
resolve(true);
|
|
165
|
+
});
|
|
166
|
+
});
|
|
167
|
+
}
|
|
168
|
+
render() {
|
|
169
|
+
return h(Host, null, this.quickBuyButton());
|
|
170
|
+
}
|
|
171
|
+
quickBuyButton() {
|
|
172
|
+
return this.isApplePayActive
|
|
173
|
+
? h("apple-pay-button", { locale: salla.config.get('user.language_code'), onClick: () => this.quickBuyHandler(), "data-quick-purchase": "applepay", class: "s-quick-buy-apple-pay", "data-is-applepay": "1", buttonstyle: "black", type: this.type })
|
|
174
|
+
:
|
|
175
|
+
h("salla-button", { onClick: () => this.quickBuyHandler(), class: "s-quick-buy-button", color: "primary", fill: "outline", size: "medium", width: "wide", shape: "btn" },
|
|
176
|
+
h("span", { innerHTML: FullWallet }),
|
|
177
|
+
this.quickBuy);
|
|
178
|
+
}
|
|
179
|
+
static get is() { return "salla-quick-buy"; }
|
|
180
|
+
static get originalStyleUrls() { return {
|
|
181
|
+
"$": ["salla-quick-buy.scss"]
|
|
182
|
+
}; }
|
|
183
|
+
static get styleUrls() { return {
|
|
184
|
+
"$": ["salla-quick-buy.css"]
|
|
185
|
+
}; }
|
|
186
|
+
static get properties() { return {
|
|
187
|
+
"type": {
|
|
188
|
+
"type": "string",
|
|
189
|
+
"mutable": true,
|
|
190
|
+
"complexType": {
|
|
191
|
+
"original": "'plain' | 'buy' | 'donate' | 'book' | 'pay' | 'order'",
|
|
192
|
+
"resolved": "\"book\" | \"buy\" | \"donate\" | \"order\" | \"pay\" | \"plain\"",
|
|
193
|
+
"references": {}
|
|
194
|
+
},
|
|
195
|
+
"required": false,
|
|
196
|
+
"optional": false,
|
|
197
|
+
"docs": {
|
|
198
|
+
"tags": [{
|
|
199
|
+
"name": "type",
|
|
200
|
+
"text": "{string}"
|
|
201
|
+
}, {
|
|
202
|
+
"name": "default",
|
|
203
|
+
"text": "plain"
|
|
204
|
+
}],
|
|
205
|
+
"text": "Button type."
|
|
206
|
+
},
|
|
207
|
+
"attribute": "type",
|
|
208
|
+
"reflect": false,
|
|
209
|
+
"defaultValue": "'buy'"
|
|
210
|
+
},
|
|
211
|
+
"productId": {
|
|
212
|
+
"type": "string",
|
|
213
|
+
"mutable": true,
|
|
214
|
+
"complexType": {
|
|
215
|
+
"original": "string",
|
|
216
|
+
"resolved": "string",
|
|
217
|
+
"references": {}
|
|
218
|
+
},
|
|
219
|
+
"required": false,
|
|
220
|
+
"optional": false,
|
|
221
|
+
"docs": {
|
|
222
|
+
"tags": [{
|
|
223
|
+
"name": "type",
|
|
224
|
+
"text": "{string}"
|
|
225
|
+
}],
|
|
226
|
+
"text": "Product ID."
|
|
227
|
+
},
|
|
228
|
+
"attribute": "product-id",
|
|
229
|
+
"reflect": false
|
|
230
|
+
},
|
|
231
|
+
"amount": {
|
|
232
|
+
"type": "number",
|
|
233
|
+
"mutable": true,
|
|
234
|
+
"complexType": {
|
|
235
|
+
"original": "number",
|
|
236
|
+
"resolved": "number",
|
|
237
|
+
"references": {}
|
|
238
|
+
},
|
|
239
|
+
"required": false,
|
|
240
|
+
"optional": false,
|
|
241
|
+
"docs": {
|
|
242
|
+
"tags": [{
|
|
243
|
+
"name": "type",
|
|
244
|
+
"text": "{number}"
|
|
245
|
+
}, {
|
|
246
|
+
"name": "default",
|
|
247
|
+
"text": "0"
|
|
248
|
+
}],
|
|
249
|
+
"text": "Product amount."
|
|
250
|
+
},
|
|
251
|
+
"attribute": "amount",
|
|
252
|
+
"reflect": true,
|
|
253
|
+
"defaultValue": "0"
|
|
254
|
+
},
|
|
255
|
+
"currency": {
|
|
256
|
+
"type": "string",
|
|
257
|
+
"mutable": true,
|
|
258
|
+
"complexType": {
|
|
259
|
+
"original": "string",
|
|
260
|
+
"resolved": "string",
|
|
261
|
+
"references": {}
|
|
262
|
+
},
|
|
263
|
+
"required": false,
|
|
264
|
+
"optional": false,
|
|
265
|
+
"docs": {
|
|
266
|
+
"tags": [{
|
|
267
|
+
"name": "type",
|
|
268
|
+
"text": "{string}"
|
|
269
|
+
}, {
|
|
270
|
+
"name": "default",
|
|
271
|
+
"text": "salla.config.get('user.currency_code')"
|
|
272
|
+
}],
|
|
273
|
+
"text": "Product amount currency"
|
|
274
|
+
},
|
|
275
|
+
"attribute": "currency",
|
|
276
|
+
"reflect": false
|
|
277
|
+
},
|
|
278
|
+
"options": {
|
|
279
|
+
"type": "unknown",
|
|
280
|
+
"mutable": false,
|
|
281
|
+
"complexType": {
|
|
282
|
+
"original": "{}",
|
|
283
|
+
"resolved": "{}",
|
|
284
|
+
"references": {}
|
|
285
|
+
},
|
|
286
|
+
"required": false,
|
|
287
|
+
"optional": false,
|
|
288
|
+
"docs": {
|
|
289
|
+
"tags": [{
|
|
290
|
+
"name": "type",
|
|
291
|
+
"text": "{object}"
|
|
292
|
+
}, {
|
|
293
|
+
"name": "default",
|
|
294
|
+
"text": "{}"
|
|
295
|
+
}],
|
|
296
|
+
"text": "Product options, if is empty will get the data from the document.querySelector('salla-product-options[product-id=\"X\"]')"
|
|
297
|
+
},
|
|
298
|
+
"defaultValue": "{}"
|
|
299
|
+
},
|
|
300
|
+
"isRequireShipping": {
|
|
301
|
+
"type": "boolean",
|
|
302
|
+
"mutable": true,
|
|
303
|
+
"complexType": {
|
|
304
|
+
"original": "boolean",
|
|
305
|
+
"resolved": "boolean",
|
|
306
|
+
"references": {}
|
|
307
|
+
},
|
|
308
|
+
"required": false,
|
|
309
|
+
"optional": false,
|
|
310
|
+
"docs": {
|
|
311
|
+
"tags": [{
|
|
312
|
+
"name": "type",
|
|
313
|
+
"text": "{boolean}"
|
|
314
|
+
}],
|
|
315
|
+
"text": "To be passed to purchaseNow request"
|
|
316
|
+
},
|
|
317
|
+
"attribute": "is-require-shipping",
|
|
318
|
+
"reflect": false
|
|
319
|
+
}
|
|
320
|
+
}; }
|
|
321
|
+
static get states() { return {
|
|
322
|
+
"isApplePayActive": {},
|
|
323
|
+
"quickBuy": {}
|
|
324
|
+
}; }
|
|
325
|
+
static get elementRef() { return "host"; }
|
|
326
|
+
}
|
|
@@ -149,7 +149,7 @@ export class SallaQuickOrder {
|
|
|
149
149
|
}
|
|
150
150
|
loadquickOrderSettings() {
|
|
151
151
|
return salla.api.withoutNotifier(() => salla.api.cart.getQuickOrderSettings().then(res => {
|
|
152
|
-
var _a, _b;
|
|
152
|
+
var _a, _b, _c;
|
|
153
153
|
this.isAvailable = true;
|
|
154
154
|
this.quickOrderTitle = res.data.title;
|
|
155
155
|
this.subTitle = res.data.sub_title;
|
|
@@ -165,7 +165,7 @@ export class SallaQuickOrder {
|
|
|
165
165
|
// make email required if user is gust or is required from server
|
|
166
166
|
this.isEmailRequired = ((_b = this.user) === null || _b === void 0 ? void 0 : _b.email) ? false : this.isEmailRequired;
|
|
167
167
|
// check if one click is available
|
|
168
|
-
this.oneClick =
|
|
168
|
+
this.oneClick = ((_c = this.user) === null || _c === void 0 ? void 0 : _c.email) && !this.isTermsRequired;
|
|
169
169
|
}));
|
|
170
170
|
}
|
|
171
171
|
componentWillLoad() {
|