wickes-css2 2.112.0-develop.1 → 2.112.0-dont-forget-widget.1
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/Readme.md +1 -1
- package/build/css/account-families-main.css +1 -1
- package/build/css/category-main.css +1 -1
- package/build/css/components/card-product-banner.css +1 -1
- package/build/css/components/card-store-locator-v2.css +1 -1
- package/build/css/components/special-opening-schedule-v2.css +1 -1
- package/build/css/homepage-main.css +1 -1
- package/build/css/kitchen-plp-main.css +1 -1
- package/build/css/main.css +1 -1
- package/build/css/my-account-main-v2.css +1 -1
- package/build/css/my-account-main.css +1 -1
- package/build/css/pages/checkout-new.css +1 -1
- package/build/css/pages/checkout.css +1 -1
- package/build/css/pages/home-movers.css +1 -1
- package/build/css/pages/my-account-v2.css +1 -1
- package/build/css/pages/my-account.css +1 -1
- package/build/css/pages/oldweb_header.css +1 -1
- package/build/css/pages/page_act-trade-pro.css +1 -1
- package/build/css/pages/page_book-consultant-thank-you-new.css +1 -1
- package/build/css/pages/page_checkout-payment-details.css +1 -1
- package/build/css/pages/page_checkout_delivery-new.css +1 -1
- package/build/css/pages/page_content.css +1 -1
- package/build/css/pages/page_default-store.css +1 -1
- package/build/css/pages/page_fdl-management.css +1 -1
- package/build/css/pages/page_fi.css +1 -1
- package/build/css/pages/page_forgotten-password.css +1 -1
- package/build/css/pages/page_home.css +1 -1
- package/build/css/pages/page_in-store-checkout.css +1 -1
- package/build/css/pages/page_installer_form.css +1 -1
- package/build/css/pages/page_kitchen-claims.css +1 -1
- package/build/css/pages/page_merged-basket.css +1 -1
- package/build/css/pages/page_my-order.css +1 -1
- package/build/css/pages/page_my-orders.css +1 -1
- package/build/css/pages/page_new-checkout-forgot.css +1 -1
- package/build/css/pages/page_online-exclusive.css +1 -1
- package/build/css/pages/page_pre_home.css +1 -1
- package/build/css/pages/page_pre_home_thank-you.css +1 -1
- package/build/css/pages/page_product-details-v2.css +1 -1
- package/build/css/pages/page_product_search.css +1 -1
- package/build/css/pages/page_products-list-combined.css +1 -1
- package/build/css/pages/page_products-list.css +1 -1
- package/build/css/pages/page_registration.css +1 -1
- package/build/css/pages/page_shopping-cart-v2.css +1 -1
- package/build/css/pages/page_shopping-cart.css +1 -1
- package/build/css/pages/page_store-locator-details.css +1 -1
- package/build/css/pages/page_thankyou.css +1 -1
- package/build/css/pages/page_ti.css +1 -1
- package/build/css/pages/page_top-rated.css +1 -1
- package/build/css/pages/page_upd-pass.css +1 -1
- package/build/css/pages/page_wismo-details.css +1 -1
- package/build/css/pages/page_wismo-orders.css +1 -1
- package/build/css/pages/sticky_header.css +1 -1
- package/build/css/pages/tradePro-signup.css +1 -1
- package/build/css/pdp-main-before-combine.css +1 -1
- package/build/css/pdp-main-critical.css +1 -1
- package/build/css/pdp-main-non-critical.css +1 -1
- package/build/css/pdp-main.css +1 -1
- package/build/css/plp-main.css +1 -1
- package/build/css/shopping-list-pdf.css +1 -1
- package/build/css/store-locator-main.css +1 -1
- package/build/img/premium-delivery.png +0 -0
- package/build/img/premium-delivery.svg +1 -0
- package/build/js/bloomreach-widget.min.js +1 -1
- package/build/js/emulation.min.js +389 -11
- package/build/js/page/bloomreach-widget/bloomreach-widget.js +241 -0
- package/build/js/page/{bloomreach-widget.js → bloomreach-widget/complete-your-project-widget.js} +205 -359
- package/build/js/page/bloomreach-widget/why-not-add-widget.js +196 -0
- package/package.json +3 -5
- package/src/components/banner-news.hbs +5 -1
- package/src/components/bloomreach/complete-card.hbs +4 -32
- package/src/components/bloomreach/why-not-add-card-skeleton.hbs +14 -0
- package/src/components/bloomreach/why-not-add-card.hbs +73 -0
- package/src/components/bloomreach/why-not-add-content.hbs +41 -0
- package/src/components/bloomreach/why-not-add-skeleton.hbs +9 -0
- package/src/components/bloomreach/why-not-add.hbs +6 -0
- package/src/components/date-selection.hbs +33 -10
- package/src/components/delivery-types.hbs +5 -0
- package/src/components/pdp-price-actions.hbs +2 -2
- package/src/components/price-block-v2.hbs +2 -0
- package/src/components/reviews-rating.hbs +22 -0
- package/src/data/my-account/data_my-account.json +6 -26
- package/src/data/my-account/data_my-order.json +43 -0
- package/src/data/my-account/data_my-orders.json +15 -1
- package/src/img/premium-delivery.png +0 -0
- package/src/img/premium-delivery.svg +1 -0
- package/src/js/emulation/bloomreach-widget-loading.js +2 -2
- package/src/js/emulation/date-selection.js +59 -2
- package/src/js/emulation/mock.js +309 -0
- package/src/js/emulation/why-not-add-loading.js +11 -0
- package/src/js/emulation/why-not-add.js +28 -0
- package/src/js/page/bloomreach-widget/bloomreach-widget.js +241 -0
- package/src/js/page/{bloomreach-widget.js → bloomreach-widget/complete-your-project-widget.js} +205 -359
- package/src/js/page/bloomreach-widget/why-not-add-widget.js +196 -0
- package/src/page_checkout_premium-delivery-details.html +161 -0
- package/src/page_product-details-bloomreach.html +1 -1
- package/src/page_product-details-with-global-search-v2.html +2 -1
- package/src/page_product-details-with-why-not-add-single.html +131 -0
- package/src/scss/category-main.scss +5 -7
- package/src/scss/common/_app.scss +1 -1
- package/src/scss/common/_rewards-counter.scss +1 -2
- package/src/scss/common/_typography.scss +1 -1
- package/src/scss/common/_vat-toggle.scss +1 -1
- package/src/scss/components/_add-list-id.scss +0 -1
- package/src/scss/components/_advice-inspiration-critical.scss +2 -2
- package/src/scss/components/_advice-inspiration.scss +2 -3
- package/src/scss/components/_anchor-nav.scss +1 -1
- package/src/scss/components/_aside-accordion.scss +0 -5
- package/src/scss/components/_aside-nav.scss +1 -1
- package/src/scss/components/_aside-nav2.scss +0 -2
- package/src/scss/components/_autocomplete.scss +0 -1
- package/src/scss/components/_banner-2.scss +1 -1
- package/src/scss/components/_banner-info.scss +1 -1
- package/src/scss/components/_banner.scss +0 -2
- package/src/scss/components/_barcode.scss +0 -1
- package/src/scss/components/_big-wins-critical.scss +8 -9
- package/src/scss/components/_big-wins.scss +25 -32
- package/src/scss/components/_billie-modal.scss +5 -6
- package/src/scss/components/_billie-online-messaging.scss +2 -2
- package/src/scss/components/_card.scss +1 -5
- package/src/scss/components/_cards-slider.scss +1 -1
- package/src/scss/components/_category-tree.scss +2 -2
- package/src/scss/components/_charity-donations.scss +7 -7
- package/src/scss/components/_checkout-action.scss +0 -2
- package/src/scss/components/_checkout_order.scss +1 -1
- package/src/scss/components/_colour-block.scss +0 -2
- package/src/scss/components/_cookies-policy.scss +1 -1
- package/src/scss/components/_copy-project-id.scss +0 -1
- package/src/scss/components/_date-selection-add-new-styles.scss +30 -7
- package/src/scss/components/_date-selection.scss +32 -12
- package/src/scss/components/_donation-cart-new.scss +6 -6
- package/src/scss/components/_donation-cart.scss +3 -4
- package/src/scss/components/_favourite-product.scss +1 -1
- package/src/scss/components/_gallery-critical.scss +3 -3
- package/src/scss/components/_gallery-pdp-critical.scss +4 -4
- package/src/scss/components/_gallery-pdp.scss +2 -2
- package/src/scss/components/_gallery.scss +2 -2
- package/src/scss/components/_hero.scss +0 -1
- package/src/scss/components/_home-banner.scss +1 -1
- package/src/scss/components/_kitchen-card.scss +4 -4
- package/src/scss/components/_lines-group.scss +0 -1
- package/src/scss/components/_marketing-preferences.scss +1 -1
- package/src/scss/components/_merge-basket-options.scss +0 -1
- package/src/scss/components/_modal-box.scss +5 -5
- package/src/scss/components/_new-checkout-form.scss +1 -1
- package/src/scss/components/_notifications-critical.scss +1 -3
- package/src/scss/components/_order-item-cc.scss +6 -7
- package/src/scss/components/_order-item.scss +11 -12
- package/src/scss/components/_order-line-shop-list.scss +2 -2
- package/src/scss/components/_order-line.scss +3 -3
- package/src/scss/components/_page-overlay.scss +3 -9
- package/src/scss/components/_payment-transactions.scss +5 -5
- package/src/scss/components/_payments.scss +0 -1
- package/src/scss/components/_pdp-cta.scss +0 -4
- package/src/scss/components/_pdp-info-v2.scss +2 -5
- package/src/scss/components/_popular-categories.scss +0 -2
- package/src/scss/components/_potential-promotion.scss +1 -1
- package/src/scss/components/_price-badges-critical.scss +0 -1
- package/src/scss/components/_price-badges.scss +0 -2
- package/src/scss/components/_price-tooltip.scss +3 -2
- package/src/scss/components/_price.scss +2 -2
- package/src/scss/components/_product-card-critical.scss +1 -2
- package/src/scss/components/_product-card.scss +3 -5
- package/src/scss/components/_product-main-info.scss +4 -5
- package/src/scss/components/_project-list-multiple.scss +4 -4
- package/src/scss/components/_project-list-total.scss +1 -1
- package/src/scss/components/_proposition.scss +2 -2
- package/src/scss/components/_range-card.scss +1 -3
- package/src/scss/components/_range-types.scss +2 -2
- package/src/scss/components/_recommended.scss +1 -5
- package/src/scss/components/_rewards.scss +1 -1
- package/src/scss/components/_saving-shopping-list-modal.scss +1 -2
- package/src/scss/components/_seo-widgets.scss +1 -2
- package/src/scss/components/_share-list-modal.scss +1 -2
- package/src/scss/components/_shop-colour.scss +1 -1
- package/src/scss/components/_shopping-list-note.scss +2 -2
- package/src/scss/components/_smart-banner.scss +4 -5
- package/src/scss/components/_snack-bar.scss +2 -2
- package/src/scss/components/_steps-three.scss +3 -3
- package/src/scss/components/_steps.scss +2 -2
- package/src/scss/components/_sticky-element-appearance.scss +2 -2
- package/src/scss/components/_tables.scss +1 -2
- package/src/scss/components/_tabs.scss +0 -1
- package/src/scss/components/_tc-generic-floor.scss +3 -3
- package/src/scss/components/_tc-generic.scss +4 -4
- package/src/scss/components/_thank-you-modal.scss +3 -1
- package/src/scss/components/_ti-floor.scss +3 -4
- package/src/scss/components/_ti-header.scss +2 -2
- package/src/scss/components/_ti-radio.scss +4 -4
- package/src/scss/components/_ti-total-area.scss +10 -10
- package/src/scss/components/_tile-banner.scss +1 -1
- package/src/scss/components/_tile-product.scss +3 -4
- package/src/scss/components/_tooltip.scss +2 -2
- package/src/scss/components/_trade-offers.scss +0 -1
- package/src/scss/components/_tradepro-discount-banner.scss +0 -1
- package/src/scss/components/_user-address-delivery.scss +1 -3
- package/src/scss/components/_user-address.scss +1 -1
- package/src/scss/components/_usp-component.scss +0 -1
- package/src/scss/components/_voucher-accordion.scss +3 -3
- package/src/scss/components/_wisdom-critical.scss +2 -3
- package/src/scss/components/_wisdom.scss +6 -9
- package/src/scss/components/_your-details.scss +0 -1
- package/src/scss/components/account-families/_add-members.scss +1 -3
- package/src/scss/components/account-families/_member-card.scss +3 -3
- package/src/scss/components/bloomreach/_bloomreach.scss +3 -0
- package/src/scss/components/bloomreach/_complete-card.scss +0 -38
- package/src/scss/components/bloomreach/_reviews.scss +60 -0
- package/src/scss/components/bloomreach/_why-not-add-card.scss +212 -0
- package/src/scss/components/bloomreach/_why-not-add.scss +143 -0
- package/src/scss/components/card-store-locator-v2.scss +0 -1
- package/src/scss/components/card_v2.scss +3 -7
- package/src/scss/components/checkout-loader-modal.scss +0 -1
- package/src/scss/components/energy-efficiency.scss +6 -6
- package/src/scss/components/global-search.scss +14 -14
- package/src/scss/components/kitchen/_chips.scss +7 -6
- package/src/scss/components/kitchen/_filter-card.scss +1 -1
- package/src/scss/components/kitchen/_sort-by.scss +2 -3
- package/src/scss/components/kitchen/strip-stickers.scss +1 -1
- package/src/scss/components/loader.scss +5 -6
- package/src/scss/components/my-account/_active-orders.scss +6 -6
- package/src/scss/components/my-account/_consignment-info.scss +3 -3
- package/src/scss/components/my-account/_contacts.scss +2 -2
- package/src/scss/components/my-account/_menu.scss +2 -2
- package/src/scss/components/my-account/_mobile-nav.scss +4 -4
- package/src/scss/components/my-account/_order-process.scss +3 -3
- package/src/scss/components/my-account/_order-status.scss +3 -3
- package/src/scss/components/my-account/_orders-nav.scss +1 -1
- package/src/scss/components/my-account/_payment-status.scss +2 -2
- package/src/scss/components/my-account/_saving-totaliser.scss +8 -7
- package/src/scss/components/my-account/_shipment.scss +2 -2
- package/src/scss/components/pdf-loader.scss +1 -2
- package/src/scss/components/price-block-v2-critical.scss +0 -1
- package/src/scss/components/price-block-v2.scss +0 -3
- package/src/scss/components/store-locator-v2-details.scss +2 -2
- package/src/scss/components/strip-stickers.scss +1 -1
- package/src/scss/helpers/_elements.scss +0 -1
- package/src/scss/helpers/_mixins.scss +5 -5
- package/src/scss/helpers/_store-locator-elements.scss +0 -1
- package/src/scss/helpers/_typography.scss +3 -3
- package/src/scss/helpers/_utilities.scss +0 -1
- package/src/scss/helpers/helpers-pdp-critical/_CTAs-critical-pdp.scss +1 -1
- package/src/scss/helpers/helpers-pdp-critical/_elements-critical-pdp.scss +0 -1
- package/src/scss/helpers/helpers-pdp-critical/_helpers-critical-pdp.scss +1 -1
- package/src/scss/helpers/helpers-pdp-critical/_typography-critical-pdp.scss +4 -4
- package/src/scss/libs/_bootstrap-extracted.scss +42 -12
- package/src/scss/libs/_cat-libs.scss +10 -10
- package/src/scss/libs/_font-awesome-icons.scss +133 -113
- package/src/scss/libs/_homepage-libs.scss +12 -12
- package/src/scss/libs/_plp-libs.scss +11 -11
- package/src/scss/libs/_skeleton.scss +4 -4
- package/src/scss/libs/_store-locator-libs.scss +1 -1
- package/src/scss/libs/flatpickr.scss +6 -6
- package/src/scss/my-account-main-v2.scss +19 -19
- package/src/scss/my-account-main.scss +19 -19
- package/src/scss/pages/_checkout-confirmation.scss +1 -3
- package/src/scss/pages/_checkout-sign-in.scss +1 -2
- package/src/scss/pages/_checkout-tradepro.scss +3 -4
- package/src/scss/pages/_checkout-widget.scss +10 -16
- package/src/scss/pages/_checkout_delivery-details.scss +1 -3
- package/src/scss/pages/_checkout_edit-delivery-address.scss +0 -1
- package/src/scss/pages/_checkout_terms-and-conditions.scss +0 -1
- package/src/scss/pages/_checkout_your-details.scss +1 -1
- package/src/scss/pages/_contact-us.scss +0 -1
- package/src/scss/pages/_facets.scss +0 -2
- package/src/scss/pages/_my-account_address-details.scss +0 -3
- package/src/scss/pages/_my-account_change-email.scss +0 -1
- package/src/scss/pages/_my-account_new.scss +25 -31
- package/src/scss/pages/_my-account_order-details.scss +1 -1
- package/src/scss/pages/_my-account_order-history.scss +1 -2
- package/src/scss/pages/_my-account_personal-details.scss +0 -5
- package/src/scss/pages/_my-account_profile.scss +1 -2
- package/src/scss/pages/_my-account_your-account.scss +0 -1
- package/src/scss/pages/_page_category-landing.scss +3 -2
- package/src/scss/pages/bicester-header.scss +0 -1
- package/src/scss/pages/checkout-new.scss +7 -2
- package/src/scss/pages/checkout.scss +4 -5
- package/src/scss/pages/home-movers.scss +1 -1
- package/src/scss/pages/iframe-paypage.scss +44 -44
- package/src/scss/pages/my-account.scss +3 -3
- package/src/scss/pages/oldweb_header.scss +5 -6
- package/src/scss/pages/page_account-deletion.scss +1 -1
- package/src/scss/pages/page_act-trade-pro.scss +0 -1
- package/src/scss/pages/page_address-book.scss +0 -1
- package/src/scss/pages/page_bathroom-trends.scss +0 -1
- package/src/scss/pages/page_book-consultant-thank-you-new.scss +3 -5
- package/src/scss/pages/page_checkout-payment-details.scss +2 -5
- package/src/scss/pages/page_checkout_delivery-new.scss +1 -1
- package/src/scss/pages/page_cms_homepage.scss +1 -1
- package/src/scss/pages/page_contact-us.scss +1 -1
- package/src/scss/pages/page_content.scss +0 -4
- package/src/scss/pages/page_default-store.scss +2 -3
- package/src/scss/pages/page_empty-basket.scss +0 -5
- package/src/scss/pages/page_fdl-management.scss +0 -1
- package/src/scss/pages/page_fi.scss +0 -2
- package/src/scss/pages/page_home.scss +0 -2
- package/src/scss/pages/page_hotspot-guttering.scss +0 -1
- package/src/scss/pages/page_in-store-checkout.scss +1 -3
- package/src/scss/pages/page_installer.scss +3 -5
- package/src/scss/pages/page_installer_form.scss +0 -1
- package/src/scss/pages/page_kitchen-claims.scss +2 -5
- package/src/scss/pages/page_kitchen-list.scss +1 -1
- package/src/scss/pages/page_marketing-preferences.scss +1 -1
- package/src/scss/pages/page_merged-basket.scss +2 -2
- package/src/scss/pages/page_my-account_tradePro.scss +1 -1
- package/src/scss/pages/page_my-order.scss +15 -15
- package/src/scss/pages/page_my-orders.scss +2 -2
- package/src/scss/pages/page_new-checkout_login-register.scss +1 -2
- package/src/scss/pages/page_no-results.scss +1 -2
- package/src/scss/pages/page_online-exclusive.scss +6 -6
- package/src/scss/pages/page_personal-details.scss +2 -2
- package/src/scss/pages/page_pre_home.scss +7 -7
- package/src/scss/pages/page_pre_home_thank-you.scss +2 -2
- package/src/scss/pages/page_product-details-critical.scss +0 -1
- package/src/scss/pages/page_product-details-v2-critical.scss +1 -2
- package/src/scss/pages/page_product-details.scss +0 -1
- package/src/scss/pages/page_products-list-phone.scss +0 -7
- package/src/scss/pages/page_products-list.scss +2 -2
- package/src/scss/pages/page_quiz.scss +3 -3
- package/src/scss/pages/page_rate-review.scss +0 -3
- package/src/scss/pages/page_registration.scss +0 -3
- package/src/scss/pages/page_store-locator-details.scss +2 -2
- package/src/scss/pages/page_ti.scss +1 -5
- package/src/scss/pages/page_top-rated.scss +5 -5
- package/src/scss/pages/page_track-my-order.scss +1 -1
- package/src/scss/pages/page_track_your_order.scss +5 -5
- package/src/scss/pages/page_upd-pass.scss +0 -1
- package/src/scss/pages/page_wismo-details.scss +8 -8
- package/src/scss/pages/page_wismo-order-history.scss +3 -3
- package/src/scss/pages/page_wismo-orders.scss +7 -7
- package/src/scss/pages/print_quiz.scss +3 -1
- package/src/scss/pages/sticky_header.scss +5 -6
- package/src/scss/pages/tradePro-about.scss +1 -1
- package/src/scss/pages/tradePro-discount.scss +1 -2
- package/src/scss/pages/tradePro-rewards-old.scss +4 -3
- package/src/scss/pages/tradePro-signup.scss +3 -5
- package/src/scss/partials/_breadcrumbs-critical.scss +2 -2
- package/src/scss/partials/_breadcrumbs.scss +2 -2
- package/src/scss/partials/_footer-v2.scss +2 -2
- package/src/scss/partials/_footer.scss +4 -4
- package/src/scss/partials/_footer_checkout-new.scss +1 -1
- package/src/scss/partials/_footer_checkout.scss +1 -1
- package/src/scss/partials/_header-critical.scss +6 -9
- package/src/scss/partials/_header.scss +7 -9
- package/src/scss/partials/_header_checkout.scss +2 -2
- package/src/scss/partials/_main-nav.scss +7 -11
- package/src/scss/partials/_sign-up.scss +3 -3
- package/src/scss/shopping-list-pdf.scss +1 -1
- package/src/sitemap.html +12 -4
- package/src/components/.DS_Store +0 -0
- package/src/img/.DS_Store +0 -0
- package/src/img/placeholders/.DS_Store +0 -0
- package/src/js/page/.DS_Store +0 -0
- package/src/scss/.DS_Store +0 -0
- package/src/scss/pages/.DS_Store +0 -0
|
@@ -4997,9 +4997,9 @@ var Wick = window.Wick || {};
|
|
|
4997
4997
|
$(document).ready(function () {
|
|
4998
4998
|
window.setTimeout(function () {
|
|
4999
4999
|
var $container = $('[data-complete-widget]');
|
|
5000
|
-
var contextKey = $container.data('
|
|
5000
|
+
var contextKey = $container.data('mock-key');
|
|
5001
5001
|
var payloadData = Wick.FEMock.dataBloomreach[contextKey];
|
|
5002
|
-
Wick.BloomreachWidget.init(payloadData);
|
|
5002
|
+
Wick.BloomreachWidget.init('completeYourProject', payloadData);
|
|
5003
5003
|
}, 3000);
|
|
5004
5004
|
});
|
|
5005
5005
|
|
|
@@ -5380,12 +5380,14 @@ var DS_EL = {
|
|
|
5380
5380
|
title: '.delivery-btn .title',
|
|
5381
5381
|
subtitle: '.delivery-btn .subtitle',
|
|
5382
5382
|
infoIcon: '.rapid-info-icon',
|
|
5383
|
-
image: '.delivery-btn__image'
|
|
5383
|
+
image: '.delivery-btn__image',
|
|
5384
|
+
premiumImage: '.delivery-btn__image--premium'
|
|
5384
5385
|
};
|
|
5385
5386
|
var DS_CLASSES = {
|
|
5386
5387
|
selectedCell: 'calendar__cell_selected',
|
|
5387
5388
|
isSelected: 'date-selection_selected',
|
|
5388
|
-
rapidCell: '
|
|
5389
|
+
rapidCell: 'calendar-rapid-day',
|
|
5390
|
+
premiumCell: 'calendar-premium-day',
|
|
5389
5391
|
hidden: 'd-none'
|
|
5390
5392
|
};
|
|
5391
5393
|
var rapidLoaderShown = false;
|
|
@@ -5462,15 +5464,65 @@ function updateRapidInfo() {
|
|
|
5462
5464
|
$image.removeClass(DS_CLASSES.hidden);
|
|
5463
5465
|
updateDeliveryInfo();
|
|
5464
5466
|
}
|
|
5467
|
+
function getPremiumOrdinal(day) {
|
|
5468
|
+
if (day > 3 && day < 21) return 'th';
|
|
5469
|
+
switch (day % 10) {
|
|
5470
|
+
case 1:
|
|
5471
|
+
return 'st';
|
|
5472
|
+
case 2:
|
|
5473
|
+
return 'nd';
|
|
5474
|
+
case 3:
|
|
5475
|
+
return 'rd';
|
|
5476
|
+
default:
|
|
5477
|
+
return 'th';
|
|
5478
|
+
}
|
|
5479
|
+
}
|
|
5480
|
+
function formatPremiumDate() {
|
|
5481
|
+
var tomorrow = new Date();
|
|
5482
|
+
tomorrow.setDate(tomorrow.getDate() + 1);
|
|
5483
|
+
var day = tomorrow.getDate();
|
|
5484
|
+
var month = tomorrow.toLocaleString('en-GB', {
|
|
5485
|
+
month: 'long'
|
|
5486
|
+
});
|
|
5487
|
+
var year = tomorrow.getFullYear();
|
|
5488
|
+
return "".concat(day).concat(getPremiumOrdinal(day), " ").concat(month, " ").concat(year);
|
|
5489
|
+
}
|
|
5490
|
+
function updatePremiumDeliveryBlock() {
|
|
5491
|
+
var $timeHead = $('.delivery-block .checkout-order .order-block__time-head');
|
|
5492
|
+
if (!$timeHead.length) return;
|
|
5493
|
+
var $span = $timeHead.find('> span').first();
|
|
5494
|
+
var $icon = $span.find('.iconHead').detach();
|
|
5495
|
+
$span.empty().append($icon).append(" By 12 PM ");
|
|
5496
|
+
$span.append($('<span class="boldDate">').text("- ".concat(formatPremiumDate())));
|
|
5497
|
+
$timeHead.find('.order-block__time-head-info').text('Delivery date');
|
|
5498
|
+
}
|
|
5499
|
+
function updatePremiumInfo() {
|
|
5500
|
+
var $title = $(DS_EL.title);
|
|
5501
|
+
var $subtitle = $(DS_EL.subtitle);
|
|
5502
|
+
var $infoIcon = $subtitle.find(DS_EL.infoIcon).detach();
|
|
5503
|
+
var $image = $(DS_EL.image);
|
|
5504
|
+
var $premiumImage = $(DS_EL.premiumImage);
|
|
5505
|
+
$title.text('Premium delivery');
|
|
5506
|
+
$subtitle.html('Delivered tomorrow morning for £12.00');
|
|
5507
|
+
$infoIcon.addClass(DS_CLASSES.hidden);
|
|
5508
|
+
$subtitle.append($infoIcon);
|
|
5509
|
+
$image.addClass(DS_CLASSES.hidden);
|
|
5510
|
+
$premiumImage.removeClass(DS_CLASSES.hidden);
|
|
5511
|
+
updatePremiumDeliveryBlock();
|
|
5512
|
+
}
|
|
5465
5513
|
function selectTimeSlot(e) {
|
|
5466
5514
|
var $self = $(DS_EL.dateSelection);
|
|
5467
5515
|
var $cell = $(e.target).closest(DS_EL.cell);
|
|
5468
5516
|
var isRapid = $cell.hasClass(DS_CLASSES.rapidCell);
|
|
5517
|
+
var isPremiumCell = $cell.hasClass(DS_CLASSES.premiumCell);
|
|
5469
5518
|
$(DS_EL.cell).removeClass(DS_CLASSES.selectedCell);
|
|
5470
5519
|
$cell.addClass(DS_CLASSES.selectedCell);
|
|
5471
5520
|
$self.trigger('selected');
|
|
5472
5521
|
_isDateSelected = true;
|
|
5473
|
-
if (
|
|
5522
|
+
if (isPremiumCell) {
|
|
5523
|
+
$self.addClass(DS_CLASSES.isSelected);
|
|
5524
|
+
updatePremiumInfo();
|
|
5525
|
+
} else if (isRapid) {
|
|
5474
5526
|
if (!rapidLoaderShown) {
|
|
5475
5527
|
rapidLoaderShown = true;
|
|
5476
5528
|
showRapidLoader();
|
|
@@ -5760,7 +5812,7 @@ function waitFor(getter, cb, opts) {
|
|
|
5760
5812
|
});
|
|
5761
5813
|
})();
|
|
5762
5814
|
|
|
5763
|
-
},{"../page/utils/show-more-less":
|
|
5815
|
+
},{"../page/utils/show-more-less":99}],52:[function(require,module,exports){
|
|
5764
5816
|
"use strict";
|
|
5765
5817
|
|
|
5766
5818
|
var Wick = Wick || {};
|
|
@@ -12932,6 +12984,294 @@ Wick.FEMock = {
|
|
|
12932
12984
|
}));
|
|
12933
12985
|
},
|
|
12934
12986
|
dataBloomreach: {
|
|
12987
|
+
whyNotAddRecommendationsSingle: {
|
|
12988
|
+
recommendedProducts: [{
|
|
12989
|
+
baseProduct: {
|
|
12990
|
+
code: '153731',
|
|
12991
|
+
name: 'Wickes Trade Paint Roller Set - 9in',
|
|
12992
|
+
url: '/Wickes-Trade-Paint-Roller-Set---9in/p/153731',
|
|
12993
|
+
purchasable: true,
|
|
12994
|
+
productType: 'ProductModel',
|
|
12995
|
+
isBaseProduct: false,
|
|
12996
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
12997
|
+
fulfilmentType: 'STANDARD',
|
|
12998
|
+
stock: {
|
|
12999
|
+
stockLevelStatus: {
|
|
13000
|
+
code: 'inStock'
|
|
13001
|
+
}
|
|
13002
|
+
},
|
|
13003
|
+
fulfillmentAttributes: {
|
|
13004
|
+
type: 'STANDARD'
|
|
13005
|
+
},
|
|
13006
|
+
images: [{
|
|
13007
|
+
imageType: 'PRIMARY',
|
|
13008
|
+
format: 'product',
|
|
13009
|
+
url: 'https://placehold.co/68x68?text=roller',
|
|
13010
|
+
altText: 'Wickes Trade Paint Roller Set - 9in'
|
|
13011
|
+
}],
|
|
13012
|
+
externalAverageRating: 5,
|
|
13013
|
+
externalReviewCount: 100,
|
|
13014
|
+
displayPrice: {
|
|
13015
|
+
currencyIso: 'GBP',
|
|
13016
|
+
value: 9999,
|
|
13017
|
+
priceType: 'BUY',
|
|
13018
|
+
formattedValue: '£9,999.00',
|
|
13019
|
+
formattedPriceWithoutCurrencySymbol: '16',
|
|
13020
|
+
currencySymbol: '£',
|
|
13021
|
+
vatRatePercentage: 20,
|
|
13022
|
+
valueInPence: 999900,
|
|
13023
|
+
wasPrice: 30
|
|
13024
|
+
},
|
|
13025
|
+
displayPriceExclusiveVat: {
|
|
13026
|
+
currencyIso: 'GBP',
|
|
13027
|
+
value: 9998,
|
|
13028
|
+
priceType: 'BUY',
|
|
13029
|
+
formattedValue: '£9,998.00',
|
|
13030
|
+
formattedPriceWithoutCurrencySymbol: '13.33',
|
|
13031
|
+
currencySymbol: '£',
|
|
13032
|
+
valueInPence: 999800,
|
|
13033
|
+
wasPrice: 25
|
|
13034
|
+
}
|
|
13035
|
+
}
|
|
13036
|
+
}]
|
|
13037
|
+
},
|
|
13038
|
+
whyNotAddRecommendations: {
|
|
13039
|
+
recommendedProducts: [{
|
|
13040
|
+
baseProduct: {
|
|
13041
|
+
code: '153731',
|
|
13042
|
+
name: 'Wickes Trade Paint Roller Set - 9in',
|
|
13043
|
+
url: '/Wickes-Trade-Paint-Roller-Set---9in/p/153731',
|
|
13044
|
+
purchasable: true,
|
|
13045
|
+
productType: 'ProductModel',
|
|
13046
|
+
isBaseProduct: false,
|
|
13047
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
13048
|
+
fulfilmentType: 'STANDARD',
|
|
13049
|
+
stock: {
|
|
13050
|
+
stockLevelStatus: {
|
|
13051
|
+
code: 'inStock'
|
|
13052
|
+
}
|
|
13053
|
+
},
|
|
13054
|
+
fulfillmentAttributes: {
|
|
13055
|
+
type: 'STANDARD'
|
|
13056
|
+
},
|
|
13057
|
+
images: [{
|
|
13058
|
+
imageType: 'PRIMARY',
|
|
13059
|
+
format: 'product',
|
|
13060
|
+
url: 'https://placehold.co/68x68?text=roller',
|
|
13061
|
+
altText: 'Wickes Trade Paint Roller Set - 9in'
|
|
13062
|
+
}],
|
|
13063
|
+
externalAverageRating: 5,
|
|
13064
|
+
externalReviewCount: 100,
|
|
13065
|
+
displayPrice: {
|
|
13066
|
+
currencyIso: 'GBP',
|
|
13067
|
+
value: 9999,
|
|
13068
|
+
priceType: 'BUY',
|
|
13069
|
+
formattedValue: '£9,999.00',
|
|
13070
|
+
formattedPriceWithoutCurrencySymbol: '16',
|
|
13071
|
+
currencySymbol: '£',
|
|
13072
|
+
vatRatePercentage: 20,
|
|
13073
|
+
valueInPence: 999900,
|
|
13074
|
+
wasPrice: 3000
|
|
13075
|
+
},
|
|
13076
|
+
displayPriceExclusiveVat: {
|
|
13077
|
+
currencyIso: 'GBP',
|
|
13078
|
+
value: 9998,
|
|
13079
|
+
priceType: 'BUY',
|
|
13080
|
+
formattedValue: '£9,998.00',
|
|
13081
|
+
formattedPriceWithoutCurrencySymbol: '13.33',
|
|
13082
|
+
currencySymbol: '£',
|
|
13083
|
+
valueInPence: 999800,
|
|
13084
|
+
wasPrice: 2500
|
|
13085
|
+
}
|
|
13086
|
+
}
|
|
13087
|
+
}, {
|
|
13088
|
+
baseProduct: {
|
|
13089
|
+
code: '349137',
|
|
13090
|
+
name: 'Wickes Microfibre Paint Roller Sleeve - 9in',
|
|
13091
|
+
url: '/Wickes-Microfibre-Paint-Roller-Sleeve---9in/p/349137',
|
|
13092
|
+
purchasable: true,
|
|
13093
|
+
productType: 'ProductModel',
|
|
13094
|
+
isBaseProduct: false,
|
|
13095
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
13096
|
+
fulfilmentType: 'STANDARD',
|
|
13097
|
+
stock: {
|
|
13098
|
+
stockLevelStatus: {
|
|
13099
|
+
code: 'inStock'
|
|
13100
|
+
}
|
|
13101
|
+
},
|
|
13102
|
+
fulfillmentAttributes: {
|
|
13103
|
+
type: 'STANDARD'
|
|
13104
|
+
},
|
|
13105
|
+
images: [{
|
|
13106
|
+
imageType: 'PRIMARY',
|
|
13107
|
+
format: 'product',
|
|
13108
|
+
url: 'https://placehold.co/68x68?text=sleeve',
|
|
13109
|
+
altText: 'Wickes Microfibre Paint Roller Sleeve - 9in'
|
|
13110
|
+
}],
|
|
13111
|
+
externalAverageRating: 4.2,
|
|
13112
|
+
externalReviewCount: 48,
|
|
13113
|
+
displayPrice: {
|
|
13114
|
+
currencyIso: 'GBP',
|
|
13115
|
+
value: 9999,
|
|
13116
|
+
priceType: 'BUY',
|
|
13117
|
+
formattedValue: '£7.5220',
|
|
13118
|
+
formattedPriceWithoutCurrencySymbol: '7.50',
|
|
13119
|
+
currencySymbol: '£',
|
|
13120
|
+
vatRatePercentage: 20,
|
|
13121
|
+
valueInPence: 999900
|
|
13122
|
+
},
|
|
13123
|
+
displayPriceExclusiveVat: {
|
|
13124
|
+
currencyIso: 'GBP',
|
|
13125
|
+
value: 9998,
|
|
13126
|
+
priceType: 'BUY',
|
|
13127
|
+
formattedValue: '£6.25',
|
|
13128
|
+
formattedPriceWithoutCurrencySymbol: '6.25',
|
|
13129
|
+
currencySymbol: '£',
|
|
13130
|
+
valueInPence: 999800
|
|
13131
|
+
}
|
|
13132
|
+
}
|
|
13133
|
+
}, {
|
|
13134
|
+
baseProduct: {
|
|
13135
|
+
code: '221048',
|
|
13136
|
+
name: 'Wickes Paint Tray - 9in',
|
|
13137
|
+
url: '/Wickes-Paint-Tray---9in/p/221048',
|
|
13138
|
+
purchasable: true,
|
|
13139
|
+
productType: 'ProductModel',
|
|
13140
|
+
isBaseProduct: false,
|
|
13141
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
13142
|
+
fulfilmentType: 'STANDARD',
|
|
13143
|
+
stock: {
|
|
13144
|
+
stockLevelStatus: {
|
|
13145
|
+
code: 'inStock'
|
|
13146
|
+
}
|
|
13147
|
+
},
|
|
13148
|
+
fulfillmentAttributes: {
|
|
13149
|
+
type: 'STANDARD'
|
|
13150
|
+
},
|
|
13151
|
+
images: [{
|
|
13152
|
+
imageType: 'PRIMARY',
|
|
13153
|
+
format: 'product',
|
|
13154
|
+
url: 'https://placehold.co/68x68?text=tray',
|
|
13155
|
+
altText: 'Wickes Paint Tray - 9in'
|
|
13156
|
+
}],
|
|
13157
|
+
externalAverageRating: 3.8,
|
|
13158
|
+
externalReviewCount: 19,
|
|
13159
|
+
displayPrice: {
|
|
13160
|
+
currencyIso: 'GBP',
|
|
13161
|
+
value: 4,
|
|
13162
|
+
priceType: 'BUY',
|
|
13163
|
+
formattedValue: '£4',
|
|
13164
|
+
formattedPriceWithoutCurrencySymbol: '4',
|
|
13165
|
+
currencySymbol: '£',
|
|
13166
|
+
vatRatePercentage: 20,
|
|
13167
|
+
valueInPence: 400
|
|
13168
|
+
},
|
|
13169
|
+
displayPriceExclusiveVat: {
|
|
13170
|
+
currencyIso: 'GBP',
|
|
13171
|
+
value: 3.33,
|
|
13172
|
+
priceType: 'BUY',
|
|
13173
|
+
formattedValue: '£3.33',
|
|
13174
|
+
formattedPriceWithoutCurrencySymbol: '3.33',
|
|
13175
|
+
currencySymbol: '£',
|
|
13176
|
+
valueInPence: 333
|
|
13177
|
+
}
|
|
13178
|
+
}
|
|
13179
|
+
}, {
|
|
13180
|
+
baseProduct: {
|
|
13181
|
+
code: '654221',
|
|
13182
|
+
name: 'Wickes Professional Masking Tape - 48mm x 50m',
|
|
13183
|
+
url: '/Wickes-Professional-Masking-Tape---48mm-x-50m/p/654221',
|
|
13184
|
+
purchasable: true,
|
|
13185
|
+
productType: 'ProductModel',
|
|
13186
|
+
isBaseProduct: false,
|
|
13187
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
13188
|
+
fulfilmentType: 'STANDARD',
|
|
13189
|
+
stock: {
|
|
13190
|
+
stockLevelStatus: {
|
|
13191
|
+
code: 'inStock'
|
|
13192
|
+
}
|
|
13193
|
+
},
|
|
13194
|
+
fulfillmentAttributes: {
|
|
13195
|
+
type: 'STANDARD'
|
|
13196
|
+
},
|
|
13197
|
+
images: [{
|
|
13198
|
+
imageType: 'PRIMARY',
|
|
13199
|
+
format: 'product',
|
|
13200
|
+
url: 'https://placehold.co/68x68?text=tape',
|
|
13201
|
+
altText: 'Wickes Professional Masking Tape - 48mm x 50m'
|
|
13202
|
+
}],
|
|
13203
|
+
externalAverageRating: 4.6,
|
|
13204
|
+
externalReviewCount: 72,
|
|
13205
|
+
displayPrice: {
|
|
13206
|
+
currencyIso: 'GBP',
|
|
13207
|
+
value: 5.5,
|
|
13208
|
+
priceType: 'BUY',
|
|
13209
|
+
formattedValue: '£5.50',
|
|
13210
|
+
formattedPriceWithoutCurrencySymbol: '5.50',
|
|
13211
|
+
currencySymbol: '£',
|
|
13212
|
+
vatRatePercentage: 20,
|
|
13213
|
+
valueInPence: 550
|
|
13214
|
+
},
|
|
13215
|
+
displayPriceExclusiveVat: {
|
|
13216
|
+
currencyIso: 'GBP',
|
|
13217
|
+
value: 4.58,
|
|
13218
|
+
priceType: 'BUY',
|
|
13219
|
+
formattedValue: '£4.58',
|
|
13220
|
+
formattedPriceWithoutCurrencySymbol: '4.58',
|
|
13221
|
+
currencySymbol: '£',
|
|
13222
|
+
valueInPence: 458
|
|
13223
|
+
}
|
|
13224
|
+
}
|
|
13225
|
+
}, {
|
|
13226
|
+
baseProduct: {
|
|
13227
|
+
code: '782913',
|
|
13228
|
+
name: 'Wickes Dust Sheet Cotton Twill - 3.6m x 2.7m Extra Long Product Name For Two Line Truncation Test',
|
|
13229
|
+
url: '/Wickes-Dust-Sheet-Cotton-Twill---3-6m-x-2-7m/p/782913',
|
|
13230
|
+
purchasable: true,
|
|
13231
|
+
productType: 'ProductModel',
|
|
13232
|
+
isBaseProduct: false,
|
|
13233
|
+
availabilityRestriction: 'NO_RESTRICTIONS',
|
|
13234
|
+
fulfilmentType: 'STANDARD',
|
|
13235
|
+
stock: {
|
|
13236
|
+
stockLevelStatus: {
|
|
13237
|
+
code: 'inStock'
|
|
13238
|
+
}
|
|
13239
|
+
},
|
|
13240
|
+
fulfillmentAttributes: {
|
|
13241
|
+
type: 'STANDARD'
|
|
13242
|
+
},
|
|
13243
|
+
images: [{
|
|
13244
|
+
imageType: 'PRIMARY',
|
|
13245
|
+
format: 'product',
|
|
13246
|
+
url: 'https://placehold.co/68x68?text=sheet',
|
|
13247
|
+
altText: 'Wickes Dust Sheet Cotton Twill - 3.6m x 2.7m'
|
|
13248
|
+
}],
|
|
13249
|
+
externalAverageRating: 4.1,
|
|
13250
|
+
externalReviewCount: 34,
|
|
13251
|
+
displayPrice: {
|
|
13252
|
+
currencyIso: 'GBP',
|
|
13253
|
+
value: 12,
|
|
13254
|
+
priceType: 'BUY',
|
|
13255
|
+
formattedValue: '£12',
|
|
13256
|
+
formattedPriceWithoutCurrencySymbol: '12',
|
|
13257
|
+
currencySymbol: '£',
|
|
13258
|
+
vatRatePercentage: 20,
|
|
13259
|
+
valueInPence: 1200,
|
|
13260
|
+
wasPrice: 18
|
|
13261
|
+
},
|
|
13262
|
+
displayPriceExclusiveVat: {
|
|
13263
|
+
currencyIso: 'GBP',
|
|
13264
|
+
value: 10,
|
|
13265
|
+
priceType: 'BUY',
|
|
13266
|
+
formattedValue: '£10',
|
|
13267
|
+
formattedPriceWithoutCurrencySymbol: '10',
|
|
13268
|
+
currencySymbol: '£',
|
|
13269
|
+
valueInPence: 1000,
|
|
13270
|
+
wasPrice: 15
|
|
13271
|
+
}
|
|
13272
|
+
}
|
|
13273
|
+
}]
|
|
13274
|
+
},
|
|
12935
13275
|
completeYourProject3Recomendations: [{
|
|
12936
13276
|
baseProduct: {
|
|
12937
13277
|
code: '191018',
|
|
@@ -16973,7 +17313,7 @@ $(document).ready(function () {
|
|
|
16973
17313
|
initStoreLocatorLoadMore();
|
|
16974
17314
|
});
|
|
16975
17315
|
|
|
16976
|
-
},{"../page/utils/loader":
|
|
17316
|
+
},{"../page/utils/loader":98}],88:[function(require,module,exports){
|
|
16977
17317
|
"use strict";
|
|
16978
17318
|
|
|
16979
17319
|
var Wick = window.Wick || {};
|
|
@@ -17123,6 +17463,44 @@ window.ACC.app.isVatToggleAvailable = !!$('.switch-vat input').length;
|
|
|
17123
17463
|
},{}],94:[function(require,module,exports){
|
|
17124
17464
|
"use strict";
|
|
17125
17465
|
|
|
17466
|
+
var Wick = window.Wick || {};
|
|
17467
|
+
$(document).ready(function () {
|
|
17468
|
+
window.setTimeout(function () {
|
|
17469
|
+
var $container = $('[data-why-not-add-widget]');
|
|
17470
|
+
var mockDataKey = $container.data('mock-key');
|
|
17471
|
+
var payloadData = Wick.FEMock.dataBloomreach[mockDataKey];
|
|
17472
|
+
Wick.BloomreachWidget.init('whyNotAdd', payloadData);
|
|
17473
|
+
}, 3000);
|
|
17474
|
+
});
|
|
17475
|
+
|
|
17476
|
+
},{}],95:[function(require,module,exports){
|
|
17477
|
+
"use strict";
|
|
17478
|
+
|
|
17479
|
+
var Wick = window.Wick || {};
|
|
17480
|
+
function simulateHybrisSendingHtml() {
|
|
17481
|
+
var htmlFromHybris = Wick.FEMock.cartPDP;
|
|
17482
|
+
window.dispatchEvent(new CustomEvent('productAddedToCart', {
|
|
17483
|
+
detail: {
|
|
17484
|
+
html: htmlFromHybris
|
|
17485
|
+
}
|
|
17486
|
+
}));
|
|
17487
|
+
}
|
|
17488
|
+
function bindWhyNotAddToCartEvent() {
|
|
17489
|
+
$(window).off('addToCart.whyNotAddEmulation').on('addToCart.whyNotAddEmulation', function (_ref) {
|
|
17490
|
+
var resolve = _ref.detail.resolve;
|
|
17491
|
+
setTimeout(function () {
|
|
17492
|
+
resolve();
|
|
17493
|
+
simulateHybrisSendingHtml();
|
|
17494
|
+
}, 3000);
|
|
17495
|
+
});
|
|
17496
|
+
}
|
|
17497
|
+
$(document).ready(function () {
|
|
17498
|
+
bindWhyNotAddToCartEvent();
|
|
17499
|
+
});
|
|
17500
|
+
|
|
17501
|
+
},{}],96:[function(require,module,exports){
|
|
17502
|
+
"use strict";
|
|
17503
|
+
|
|
17126
17504
|
var Wick = window.Wick = window.Wick || {};
|
|
17127
17505
|
Wick.Wismo = function () {
|
|
17128
17506
|
Wick.SnackBar.init();
|
|
@@ -17152,7 +17530,7 @@ Wick.Wismo = function () {
|
|
|
17152
17530
|
});
|
|
17153
17531
|
}();
|
|
17154
17532
|
|
|
17155
|
-
},{}],
|
|
17533
|
+
},{}],97:[function(require,module,exports){
|
|
17156
17534
|
"use strict";
|
|
17157
17535
|
|
|
17158
17536
|
var Wick = Wick || {};
|
|
@@ -17231,7 +17609,7 @@ Wick.YourDetails = function () {
|
|
|
17231
17609
|
});
|
|
17232
17610
|
}();
|
|
17233
17611
|
|
|
17234
|
-
},{}],
|
|
17612
|
+
},{}],98:[function(require,module,exports){
|
|
17235
17613
|
"use strict";
|
|
17236
17614
|
|
|
17237
17615
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -17257,7 +17635,7 @@ function hideLoader(loaderSelector) {
|
|
|
17257
17635
|
$(defineLoaderWrapper(loaderSelector)).addClass(HIDDEN_CLASS_NAME);
|
|
17258
17636
|
}
|
|
17259
17637
|
|
|
17260
|
-
},{"../../../elements/loader.hbs":25}],
|
|
17638
|
+
},{"../../../elements/loader.hbs":25}],99:[function(require,module,exports){
|
|
17261
17639
|
"use strict";
|
|
17262
17640
|
|
|
17263
17641
|
Object.defineProperty(exports, "__esModule", {
|
|
@@ -17494,4 +17872,4 @@ function createShowMoreLess() {
|
|
|
17494
17872
|
};
|
|
17495
17873
|
}
|
|
17496
17874
|
|
|
17497
|
-
},{"../../../elements/btn.hbs":24}]},{},[26,27,28,29,30,31,32,33,34,35,36,37,38,39,44,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95]);
|
|
17875
|
+
},{"../../../elements/btn.hbs":24}]},{},[26,27,28,29,30,31,32,33,34,35,36,37,38,39,44,40,41,42,43,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97]);
|