@shopgate/pwa-common-commerce
Version:
Commerce library for the Shopgate Connect PWA.
1 lines • 2.99 kB
JavaScript
function _extends(){_extends=Object.assign||function(target){for(var i=1;i<arguments.length;i++){var source=arguments[i];for(var key in source){if(Object.prototype.hasOwnProperty.call(source,key)){target[key]=source[key];}}}return target;};return _extends.apply(this,arguments);}var initialCategoryState={category:{rootCategories:{},categoriesById:{},childrenByCategoryId:{},currentCategoryId:null}};var categoryState={category:{rootCategories:{categories:['men','women'],expires:9999999999999,isFetching:false},categoriesById:{men:{id:'men',name:'Men',parent:{id:null,name:'Default- category'},path:'Men',description:'',imageUrl:'https://shopgate-public.s3.amazonaws.com/categories/24453/1346609@2x.jpg',externalUrl:'http://material-fashion.myshopify.com/collections/men',sort:0,productCount:6,childrenSort:'import',childrenCount:0,children:[],isFetching:false,expires:9999999999999},women:{id:'women',name:'Women',parent:{id:null,name:'Default- category'},path:'Women',description:'',imageUrl:'https://shopgate-public.s3.amazonaws.com/categories/24453/1346610@2x.jpg',externalUrl:'http://material-fashion.myshopify.com/collections/women',sort:0,productCount:6,childrenSort:'import',childrenCount:1,children:[],isFetching:false,expires:9999999999999},test:{id:'test',name:'test',parent:{id:'women',name:'Women'},path:'Default- category=>Women=>test',description:'',imageUrl:null,externalUrl:'',sort:10001,productCount:0,childrenSort:'import',childrenCount:0,children:[],isFetching:false,expires:9999999999999}},childrenByCategoryId:{women:{children:['test'],isFetching:false,expires:9999999999999}},currentCategoryId:null}};var homeRoute={id:'a4bf3a32-0ed8-4138-bb94-098f32f3aeb3',params:{},pathname:'/',pattern:'/',query:{},state:{}};var categoryRouteMock={id:'c8256921-3667-45d0-a0fe-a7a8bb5ed3b8',params:{},pathname:'/category',pattern:'/category',query:{},state:{title:'Categories'}};var childCategoryRouteMock={id:'5a227cfd-c55a-4e9b-9deb-d2ee20154030',params:{categoryId:'776f6d656e'},pathname:'/category/776f6d656e',pattern:'/category/:categoryId',query:{},state:{title:'Women'}};var routerState={router:{routing:false,stack:[_extends({},homeRoute)]}};var uiState={ui:{general:{}}};var emptyState=_extends({},initialCategoryState,{category:_extends({},initialCategoryState.category,{categoriesById:{test:{id:'test',name:'test',parent:{id:'women',name:'Women'},path:'Default- category=>Women=>test',description:'',imageUrl:null,externalUrl:'',sort:10001,productCount:0,childrenSort:'import',childrenCount:0,children:[],isFetching:false,expires:9999999999999}}}),product:{resultsByHash:{}},filter:{activeFilters:null},router:_extends({},routerState.router,{stack:[].concat(routerState.router.stack,[{id:'5a227cfd-c55a-4e9b-9deb-d2ee20154030',params:{categoryId:'74657374'},pathname:'/category/74657374',pattern:'/category/:categoryId',query:{},state:{title:'test'}}])})});export{initialCategoryState,emptyState,categoryState,routerState,categoryRouteMock,childCategoryRouteMock,uiState};