define(["knockout","pubsub","swmRestClient","ccRestClient","notifier","CCi18n","storageApi"],function(e,t,n,r,i,s,o){e.frigelar_wishListWidgetLoaded=e.observable(!1);var u="Minha Lista de Desejos";"use strict";var a=function(e,t){return e.spaceName>t.spaceName?1:e.spaceName0?{op:"remove",spaces:n}:{op:"add"}},createSpacesObject:function(e){var t=this,r=[],i=[];e.forEach(function(e,s){var o=!1;if(t.operationProduct()&&e.products&&e.products.items&&e.products.items.length>0){var o=e.products.items.find(function(e){return e.productProductId===t.operationProduct().id&&e.productSkuId===t.operationProduct().childSKUs[0].repositoryId});o&&(o=!0)}e.spaceName===u||o?e.show=!1:e.show=!0,e.creatorId==n.apiuserid?r.push(e):i.push(e)});var s={mySpaces:r.sort(a),joinedSpaces:i.sort(a)};return s},buildProductSpaceObject:function(){var e=this,t=e.operationProduct(),n={productDesiredQuantity:1,productTitle:t.displayName,productPrice:t.childSKUs[0].listPrice,productSalePrice:t.childSKUs[0].salePrice||"",productUrl:t.route,productProductId:t.id,productSkuId:t.childSKUs[0].repositoryId,productVariantOptions:"",productCurrencyCode:e.site().selectedPriceListGroup().currency.currencyCode,notificationProductPrice:e.site().selectedPriceListGroup().currency.symbol+e.formatPrice(t.childSKUs[0].listPrice,e.site().selectedPriceListGroup().currency.fractionalDigits)};return n.productSalePrice&&(n.notificationProductPrice=e.site().selectedPriceListGroup().currency.symbol+e.formatPrice(t.childSKUs[0].salePrice,e.site().selectedPriceListGroup().currency.fractionalDigits)),t.primarySmallImageURL&&t.primarySmallImageURL.indexOf("no-image")===-1&&(n.productImageUrl=window.location.protocol+"//"+window.location.host+t.primarySmallImageURL),n},createNewSpace:function(e){var t=this;return new Promise(function(t,r){var i={siteId:n.siteid,spaceName:e,spaceDescription:"",accessLevel:0},s=function(e){e.response.code.includes("201")||e.response.code.includes("200")||e.spaceId?t({spaceId:e.spaceId,spaceName:e.spaceName}):r()};n.request("POST","/swm/rs/v1/spaces",i,s,s)})},addToExistingSpace:function(e,t,r){var o=this;return new Promise(function(u,a){var f=t.map(function(e){return e.spaceId}),l=f.map(function(t){var r=(new Promise(function(r,i){n.request("POST","/swm/rs/v1/spaces/{spaceid}/products",e,function(e){r(e)},function(e){r(e)},{spaceid:t})})).then(function(e){return e});return r});Promise.allSettled(l).then(function(n){o.createAddNotifications(n,e,t,r),o.closeModal(),u(n)}).catch(function(e){var t=l.length>1?t=s.t("ns.frigelarAddToWishList:resources.errorAddToMultipleSpaces"):t=s.t("ns.frigelarAddToWishList:resources.errorAddToSpace");i.sendMessage("addToSpaceError",t,"error",!0),o.closeModal(),console.error(e)})})},createAddNotifications:function(e,t,n,r){var o=this,u=[],a=[];e.forEach(function(e){e.status!="rejected"&&e.value&&(e.value.response.code.includes("200")||e.value.response.code.includes("201"))?u.push(e):a.push(e)});var f=o.operationProduct().displayName.substr(0,30)+"...";if(u.length>0){if(r){var l=u.length>1?l=s.t("ns.frigelarAddToWishList:resources.addToMultipleSpacesSuccess",{productName:f,number:u.length}):l=s.t("ns.frigelarAddToWishList:resources.addToSpaceSuccess",{productName:f});i.sendMessage("addToSpaceSuccess",l,"success",!0,!1,function(){o.openModal()},"Alterar local")}u.forEach(function(e){$.Topic("FRIGELAR_PRODUCT_ADD_TO_SPACE_SUCCESS").publish(t)})}if(a.length>0&&r){var l=a.length>1?l=s.t("ns.frigelarAddToWishList:resources.errorAddToMultipleSpaces"):l=s.t("ns.frigelarAddToWishList:resources.errorAddToSpace");setTimeout(function(){i.sendMessage("addToSpaceError",l,"error",!0),a.forEach(function(e){$.Topic("FRIGELAR_PRODUCT_ADD_TO_SPACE_FAIL").publish(t)})},2e3)}},addToDefaultSpace:function(){var e=this;return new Promise(function(t,n){var r=e.buildProductSpaceObject(),o=e.spaces().mySpaces.find(function(e){return e.spaceName===u});o?e.addToExistingSpace(r,[o],!0).then(function(){t()}).catch(function(e){var t=s.t("ns.frigelarAddToWishList:resources.errorAddToSpace");i.sendMessage("addToSpaceError",t,"error",!0)}):e.createNewSpace(u).then(function(n){n&&e.addToExistingSpace(r,[n],!0).then(function(){t()}).catch(function(e){var t=s.t("ns.frigelarAddToWishList:resources.errorAddToSpace");i.sendMessage("addToSpaceError",t,"error",!0)})}).catch(function(e){var t=s.t("ns.frigelarAddToWishList:resources.errorAddToSpace");i.sendMessage("addToSpaceError",t,"error",!0)})})},removeProductFromSpaces:function(e){var t=this;return new Promise(function(e,r){var o=t.operationProduct(),u=t.spaces().mySpaces.map(function(e){var t=e.products.items.find(function(e){return e.productProductId===o.id&&e.productSkuId===o.childSKUs[0].repositoryId});if(t)return{spaceId:e.spaceId,contentId:t.contentId}}).filter(function(e){return e&&e.spaceId&&e.contentId});if(u){var a=u.map(function(e){var t=(new Promise(function(t,r){n.request("DELETE","/swm/rs/v1/spaces/{spaceid}/products/{contentId}",null,function(e){t(e)},function(e){t(e)},{spaceid:e.spaceId,contentId:e.contentId})})).then(function(e){return e});return t});Promise.allSettled(a).then(function(n){t.createRemoveNotifications(n,o),e(n)}).catch(function(e){var t=s.t("ns.frigelarAddToWishList:resources.errorRemoveFromSpaces");i.sendMessage("removeFromSpaceError",t,"error",!0),console.error(e)})}})},createRemoveNotifications:function(e,t){var n=this,r=[],o=[];e.forEach(function(e){e.status!="rejected"&&e.value&&(e.value.response.code.includes("200")||e.value.response.code.includes("201"))?r.push(e):o.push(e)});var u=n.operationProduct().displayName.substr(0,30)+"...";if(r.length>0){var a=s.t("ns.frigelarAddToWishList:resources.removeFromSpacesSuccess",{productName:u});i.sendMessage("removeFromSpaceSuccess",a,"success",!0,!1),r.forEach(function(e){$.Topic("FRIGELAR_PRODUCT_REMOVED_FROM_SPACE_SUCCESS").publish(t)})}if(o.length>0){var a=s.t("ns.frigelarAddToWishList:resources.errorRemoveFromSpaces");setTimeout(function(){i.sendMessage("addToSpaceError",a,"error",!0),o.forEach(function(e){$.Topic("FRIGELAR_PRODUCT_REMOVED_FROM_SPACE_FAIL").publish(t)})},2e3)}},moveProductInSpaces:function(e,t){var r=this;return new Promise(function(o,u){r.getSpaces().then(function(u){var a=r.createSpacesObject(u.items);r.spaces(a);var f=t.spaceId||null,l,c=r.spaces().mySpaces.find(function(t){var n=t.products.items.find(function(t){return t.productProductId===e.productProductId&&t.productSkuId===e.productSkuId});return n&&(l=n.contentId),n});c&&l&&f&&n.request("PUT","/swm/rs/v1/spaces/{spaceid}/products/{contentid}",{targetSpaceId:f},function(n){var u=e.productTitle.substr(0,30)+"...",a=s.t("ns.frigelarAddToWishList:resources.movedToSpaceSuccess",{productName:u,listName:t.spaceName});i.sendMessage("movedToSpaceSuccess",a,"success",!0,!1,function(){r.openModal()},"Alterar local"),$.Topic("FRIGELAR_PRODUCT_ADD_TO_SPACE_SUCCESS").publish(e),r.closeModal(),o(n)},function(e){var n=s.t("ns.frigelarAddToWishList:resources.moveToSpaceError",{list:t.spaceName});i.sendMessage("moveToSpaceError",n,"error",!0),r.closeModal(),o(e)},{spaceid:c.spaceId,contentid:l})}).catch(function(e){console.error(e)})})},addToSpace:function(){var e=this;if(!e.selectedLists()&&(!e.newList()||e.newList()&&!e.newListName()))return;var t=e.buildProductSpaceObject(),n=e.selectedLists()||null;e.newListName()?e.createNewSpace(e.newListName()).then(function(n){n&&(e.moveProductInSpaces(t,n),e.toggleNewListField())}).catch(function(t){var n=s.t("ns.frigelarAddToWishList:resources.newListNotCreated",{listName:e.newListName()});i.sendMessage("addToSpaceError",n,"error",!0)}):n&&e.moveProductInSpaces(t,n)},getMatchSpacesForProducts:function(e){var t=this;return new Promise(function(n,r){(!e||e&&e.length<=0)&&r(null),t.getSpaces().then(function(t){if(t.response.code.indexOf("200")===0){var r=[];e.forEach(function(e){var n=t.items.filter(function(t){var n=t.products.items.find(function(t){return t.productProductId===e.id&&t.productSkuId===e.skuId});return n});r.push({product:e,spaces:n})}),n(r)}else n(null)}).catch(function(e){r(e)})})},checkPageOverflow:function(){var e=this}}})