wickes-css2 2.105.0-develop.4 → 2.105.0-develop.5
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/build/css/pages/tradePro-rewards.css +1 -1
- package/build/js/basket.min.js +1 -1
- package/build/js/bundle.min.js +1 -1
- package/build/js/checkout.min.js +1 -1
- package/build/js/emulation.min.js +3 -2
- package/build/js/merged-checkout.min.js +1 -1
- package/build/js/my-account.min.js +1 -1
- package/build/js/page/share-project-list.js +57 -0
- package/build/js/page/tradePro-rewards.js +69 -39
- package/build/js/page/utils/copy-to-clipboard.js +79 -47
- package/build/js/project-list.min.js +143 -85
- package/build/js/tradePro-rewards.min.js +1 -1
- package/package.json +1 -1
- package/src/components/.DS_Store +0 -0
- package/src/js/emulation/project-list-pdp.js +2 -3
- package/src/js/page/share-project-list.js +57 -0
- package/src/js/page/tradePro-rewards.js +69 -39
- package/src/js/page/utils/copy-to-clipboard.js +79 -47
- package/src/page_empty-shared-project-list-bicester-hub.html +1 -0
- package/src/page_empty-shopping-list_guest.html +1 -0
- package/src/page_my-shopping-list-add-notes.html +1 -0
- package/src/page_my-shopping-list-energy.html +1 -0
- package/src/page_my-shopping-list-hide-download.html +2 -1
- package/src/page_my-shopping-list-pdf.html +2 -0
- package/src/page_my-shopping-list-saved-ref.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-oos.html +1 -0
- package/src/page_my-shopping-list-wisdom-partial-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom-registered.html +1 -0
- package/src/page_my-shopping-list-wisdom.html +1 -0
- package/src/page_my-shopping-list.html +1 -0
- package/src/page_my-shopping-list_not-register.html +3 -0
- package/src/page_project-list-generate-project-list-ID.html +3 -0
- package/src/page_project-list-vat.html +4 -0
- package/src/page_project-list-with-new-share-popup-android.html +2 -1
- package/src/page_project-list-with-new-share-popup-ios.html +2 -1
- package/src/page_project-list-with-new-share-popup.html +1 -1
- package/src/page_shared-project-list-bicester-hub.html +2 -1
- package/src/scss/pages/tradePro-rewards.scss +1 -1
- package/build/js/plp-filters.min.js +0 -9
- package/build/js/search-filter.min.js +0 -1
- package/src/js/components/share-project-list.js +0 -53
|
@@ -13038,10 +13038,11 @@ function returnSuccessGetPayload(currentPage) {
|
|
|
13038
13038
|
}
|
|
13039
13039
|
$(document).ready(function () {
|
|
13040
13040
|
function init() {
|
|
13041
|
-
|
|
13041
|
+
var _Wick$SavingShoppingL;
|
|
13042
|
+
if (!$('.shop-list-modal').length || !Wick.SavingShoppingList) {
|
|
13042
13043
|
return;
|
|
13043
13044
|
}
|
|
13044
|
-
$(Wick.SavingShoppingList.el.modalSavingToShopList).on('show.bs.modal', Wick.SavingShoppingList.init);
|
|
13045
|
+
$((_Wick$SavingShoppingL = Wick.SavingShoppingList) === null || _Wick$SavingShoppingL === void 0 ? void 0 : _Wick$SavingShoppingL.el.modalSavingToShopList).on('show.bs.modal', Wick.SavingShoppingList.init);
|
|
13045
13046
|
$(window).on(Wick.SavingShoppingList.CREATE_PROJECT_LIST_EVENT, function (e) {
|
|
13046
13047
|
setTimeout(function () {
|
|
13047
13048
|
e.detail.payload.projectListName.length >= 5 ? e.detail.resolve(returnSuccessCreatePayload()) : e.detail.reject(returnErrorCreatePayload());
|