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.
Files changed (42) hide show
  1. package/build/css/pages/tradePro-rewards.css +1 -1
  2. package/build/js/basket.min.js +1 -1
  3. package/build/js/bundle.min.js +1 -1
  4. package/build/js/checkout.min.js +1 -1
  5. package/build/js/emulation.min.js +3 -2
  6. package/build/js/merged-checkout.min.js +1 -1
  7. package/build/js/my-account.min.js +1 -1
  8. package/build/js/page/share-project-list.js +57 -0
  9. package/build/js/page/tradePro-rewards.js +69 -39
  10. package/build/js/page/utils/copy-to-clipboard.js +79 -47
  11. package/build/js/project-list.min.js +143 -85
  12. package/build/js/tradePro-rewards.min.js +1 -1
  13. package/package.json +1 -1
  14. package/src/components/.DS_Store +0 -0
  15. package/src/js/emulation/project-list-pdp.js +2 -3
  16. package/src/js/page/share-project-list.js +57 -0
  17. package/src/js/page/tradePro-rewards.js +69 -39
  18. package/src/js/page/utils/copy-to-clipboard.js +79 -47
  19. package/src/page_empty-shared-project-list-bicester-hub.html +1 -0
  20. package/src/page_empty-shopping-list_guest.html +1 -0
  21. package/src/page_my-shopping-list-add-notes.html +1 -0
  22. package/src/page_my-shopping-list-energy.html +1 -0
  23. package/src/page_my-shopping-list-hide-download.html +2 -1
  24. package/src/page_my-shopping-list-pdf.html +2 -0
  25. package/src/page_my-shopping-list-saved-ref.html +1 -0
  26. package/src/page_my-shopping-list-wisdom-oos-registered.html +1 -0
  27. package/src/page_my-shopping-list-wisdom-oos.html +1 -0
  28. package/src/page_my-shopping-list-wisdom-partial-registered.html +1 -0
  29. package/src/page_my-shopping-list-wisdom-registered.html +1 -0
  30. package/src/page_my-shopping-list-wisdom.html +1 -0
  31. package/src/page_my-shopping-list.html +1 -0
  32. package/src/page_my-shopping-list_not-register.html +3 -0
  33. package/src/page_project-list-generate-project-list-ID.html +3 -0
  34. package/src/page_project-list-vat.html +4 -0
  35. package/src/page_project-list-with-new-share-popup-android.html +2 -1
  36. package/src/page_project-list-with-new-share-popup-ios.html +2 -1
  37. package/src/page_project-list-with-new-share-popup.html +1 -1
  38. package/src/page_shared-project-list-bicester-hub.html +2 -1
  39. package/src/scss/pages/tradePro-rewards.scss +1 -1
  40. package/build/js/plp-filters.min.js +0 -9
  41. package/build/js/search-filter.min.js +0 -1
  42. 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
- if (!$('.shop-list-modal').length) {
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());