umwd-components 0.1.401 → 0.1.403
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/dist/src/components/e-commerce/checkout/CheckoutForm.js +1 -1
- package/dist/src/context/e-commerce/checkout/CheckoutContext.js +1 -1
- package/dist/src/lib/isEORIValid.js +6 -0
- package/dist/src/lib/isVATValid.js +6 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/data/loaders/loaders.d.ts +6 -0
- package/dist/types/lib/isEORIValid.d.ts +2 -0
- package/dist/types/lib/isVATValid.d.ts +2 -0
- package/dist/types/types/e-commerce/BusinessCredentialsProps.d.ts +4 -0
- package/dist/types/types/e-commerce/checkout/types.d.ts +4 -0
- package/package.json +1 -1
- package/src/components/e-commerce/checkout/CheckoutForm.tsx +6 -0
- package/src/context/e-commerce/checkout/CheckoutContext.tsx +16 -0
- package/src/data/loaders/loaders.ts +6 -0
- package/src/lib/isEORIValid.ts +13 -0
- package/src/lib/isVATValid.ts +13 -0
- package/src/types/e-commerce/BusinessCredentialsProps.ts +6 -0
- package/src/types/e-commerce/checkout/types.ts +4 -0
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{__read as t}from"../../../../node_modules/tslib/tslib.es6.js";import n from"@mui/material/Typography";import r from"@mui/material/Container";import a from"@mui/material/Stack";import l from"@mui/material/Grid";import i from"@mui/material/Paper";import o from"@mui/material/Box";import m from"@mui/material/Button";import c from"@mui/material/Stepper";import s from"@mui/material/Step";import u from"@mui/material/StepLabel";import p from"@mui/material/MobileStepper";import d from"@mui/material/useMediaQuery";import{useTheme as E}from"@mui/material/styles";import x,{useState as
|
|
7
|
+
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{__read as t}from"../../../../node_modules/tslib/tslib.es6.js";import n from"@mui/material/Typography";import r from"@mui/material/Container";import a from"@mui/material/Stack";import l from"@mui/material/Grid";import i from"@mui/material/Paper";import o from"@mui/material/Box";import m from"@mui/material/Button";import c from"@mui/material/Stepper";import s from"@mui/material/Step";import u from"@mui/material/StepLabel";import p from"@mui/material/MobileStepper";import d from"@mui/material/useMediaQuery";import{useTheme as E}from"@mui/material/styles";import x,{useState as b,useEffect as f}from"react";import g from"next/link";import{useSearchParams as v}from"next/navigation";import{useSession as h}from"../../../context/auth/SessionContext.js";import k from"@mui/icons-material/KeyboardArrowLeft";import C from"@mui/icons-material/KeyboardArrowRight";import y from"./Step1.js";import S from"./Step2.js";import B from"./Step3.js";import A from"./Step4.js";import j from"./Step5.js";import{useCheckout as w}from"../../../context/e-commerce/checkout/CheckoutContext.js";function z(z){var P=z.shopUrl,V=void 0===P?"/shop":P,I=E(),N=d(I.breakpoints.down("sm")),T=w(),H=T.state,L=T.runAllChecks,O=t(b(0),2),R=O[0],_=O[1],F=function(){_((function(e){return e+1}))},K=function(){_((function(e){return e-1}))},M=h(),D=M.loading;M.error;var G=M.user,Q=v();f((function(){null!==Q&&(Q.get("order")&&_(4))}),[Q]),f((function(){L()}),[G]);var U=!H.itemsInCart;H.customerProfileComplete;var q=[{label:"Login or register",children:x.createElement(y,null),backButton:x.createElement(m,{variant:N?"text":"outlined",disabled:0===R,onClick:K,sx:{mr:1}},"Back",N&&x.createElement(k,null)),nextButton:x.createElement(m,{variant:N?"text":"contained",onClick:F,sx:{ml:1},size:N?"small":"large"},"Next",N&&x.createElement(C,null))},{label:"Provide us with your address",children:x.createElement(S,null),backButton:x.createElement(m,{size:N?"small":"large",onClick:K,disabled:0===R,variant:N?"text":"outlined"},"Back",N&&x.createElement(k,null)),nextButton:x.createElement(m,{size:N?"small":"large",variant:N?"text":"contained",onClick:function(){F()}},"Next",N&&x.createElement(C,null))},{label:"Set up mailing options",children:x.createElement(B,null),backButton:x.createElement(m,{size:N?"small":"large",variant:N?"text":"outlined",onClick:K,disabled:0===R},"Back",N&&x.createElement(k,null)),nextButton:x.createElement(m,{size:N?"small":"large",variant:N?"text":"contained",onClick:function(){F()}},"Next",N&&x.createElement(C,null))},{label:"Confirm and make a payment",children:x.createElement(A,null),nextButton:x.createElement(x.Fragment,null,x.createElement(m,{size:N?"small":"large",variant:N?"text":"contained",onClick:function(){F()},disabled:!0},"Next",N&&x.createElement(C,null))),backButton:x.createElement(m,{size:N?"small":"large",variant:N?"text":"outlined",onClick:K,disabled:0===R},"Back",N&&x.createElement(k,null))},{label:"Done!",children:x.createElement(j,null)}];return x.createElement(r,{sx:{py:2,minHeight:"100vh"}},x.createElement(l,{container:!0,spacing:2,sx:{py:3,minHeight:"60vh"}},x.createElement(l,{item:!0,xs:12,component:i},x.createElement(n,{variant:"body1",align:"center"},"items in cart: ",H.itemsInCart.toString()),x.createElement(n,{variant:"body1",align:"center"},"customerProfileComplete: ",H.customerProfileComplete.toString()),x.createElement(n,{variant:"body1",align:"center"},"companyAddressComplete: ",H.companyAddressComplete.toString()),x.createElement(n,{variant:"body1",align:"center"},"deliveryAddressComplete: ",H.deliveryAddressComplete.toString()),x.createElement(n,{variant:"body1",align:"center"},"billingAddressComplete: ",H.billingAddressComplete.toString()),x.createElement(n,{variant:"body1",align:"center"},"businessCredentailsComplete:"," ",H.businessCredentailsComplete.toString()),x.createElement(n,{variant:"body1",align:"center"},"hasValidatedVAT: ",H.hasValidatedVAT.toString()),x.createElement(n,{variant:"body1",align:"center"},"hasValidatedEORI: ",H.hasValidatedEORI.toString()),x.createElement(m,{onClick:function(){L()}},"run all checks")),x.createElement(l,{item:!0,xs:12},x.createElement(n,{variant:"h4",align:"center"},"Check Out")),U&&4!=R&&x.createElement(l,{item:!0,xs:12},x.createElement(o,{sx:{color:"red",border:"2px solid red",p:2}},x.createElement(n,{variant:"h5"},"No products in cart"),x.createElement(n,{variant:"body1"},"There are no products selected to order, please visit the shop befor continuing"))),x.createElement(l,{item:!0,xs:12},x.createElement(o,{width:"100%"},x.createElement(i,{sx:{p:2,mb:2,display:{xs:"block",sm:"none"}}},x.createElement(a,{direction:"row",spacing:2,alignItems:"center"},x.createElement(n,{variant:"body2"},"".concat(R+1," / ").concat(q.length)),x.createElement(n,null,"".concat(q[R].label)))),x.createElement(i,{sx:{px:2,pt:2,mb:2,display:{xs:"none",sm:"block"}}},x.createElement(c,{activeStep:R},q.map((function(t,n){var r={};return x.createElement(s,e({key:n},{},{sx:{pb:"20px"}}),x.createElement(u,r,t.label))})))),!D&&x.createElement(x.Fragment,null,q[R].children,x.createElement(i,{sx:{p:2,mt:2,display:{xs:"none",sm:"block"}}},x.createElement(a,{direction:"row",spacing:2},q[R].backButton,x.createElement(m,{variant:"outlined",sx:{ml:1}},x.createElement(g,{href:V},"continue shopping")),x.createElement(o,{sx:{flex:"1 1 auto"}}),q[R].nextButton))))),x.createElement(l,{item:!0,xs:12},x.createElement(p,{sx:{display:{xs:"flex",sm:"none"}},variant:"text",steps:q.length,position:"static",activeStep:R,nextButton:q[R].nextButton,backButton:q[R].backButton}))))}export{z as default};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__read as e,__assign as
|
|
7
|
+
import{__read as e,__assign as l}from"../../../../node_modules/tslib/tslib.es6.js";import o,{useReducer as s,useContext as i,createContext as r}from"react";import{isCustomerProfileComplete as t}from"../../../lib/isCustomerProfileComplete.js";import{isAddressComplete as d}from"../../../lib/isAddressComplete.js";import{areBusinessCredentailsComplete as a}from"../../../lib/areBusinessCredentialsComplete.js";import{useClientSideCart as m}from"../../../components/e-commerce/cart/hooks.js";import{useSession as n}from"../../auth/SessionContext.js";import p from"../../../lib/isVATValid.js";import u from"../../../lib/isEORIValid.js";var C={itemsInCart:!1,customerProfileComplete:!1,companyAddressComplete:!1,deliveryAddressComplete:!1,billingAddressComplete:!1,businessCredentailsComplete:!1,hasValidatedVAT:!1,hasValidatedEORI:!1},c=r({state:C,runAllChecks:function(){}}),v=function(e,o){if("UPDATE_CONFIRMATIONS"===o.type){var s=o.payload.itemsInCart,i=o.payload.customerProfileComplete,r=o.payload.companyAddressComplete,t=o.payload.deliveryAddressComplete,d=o.payload.billingAddressComplete,a=o.payload.businessCredentailsComplete,m=o.payload.hasValidatedVAT,n=o.payload.hasValidatedEORI;return l(l({},e),{itemsInCart:s,customerProfileComplete:i,companyAddressComplete:r,deliveryAddressComplete:t,billingAddressComplete:d,businessCredentailsComplete:a,hasValidatedVAT:m,hasValidatedEORI:n})}return e},f=function(l){var i=l.children,r=e(s(v,C),2),f=r[0],A=r[1],y=n(),b=y.user;y.loading,y.error;var _=m(),V={state:f,runAllChecks:function(){var e,l,o,s,i,r,m=_.state.items.length>0,n=t(null==b?void 0:b.customer_profile),C=d(null===(e=null==b?void 0:b.customer_profile)||void 0===e?void 0:e.company_address),c=d(null===(l=null==b?void 0:b.customer_profile)||void 0===l?void 0:l.delivery_address),v=d(null===(o=null==b?void 0:b.customer_profile)||void 0===o?void 0:o.billing_address),f=a(null===(s=null==b?void 0:b.customer_profile)||void 0===s?void 0:s.business_credentials),y=p(null===(i=null==b?void 0:b.customer_profile)||void 0===i?void 0:i.business_credentials),V=u(null===(r=null==b?void 0:b.customer_profile)||void 0===r?void 0:r.business_credentials);A({type:"UPDATE_CONFIRMATIONS",payload:{itemsInCart:m,customerProfileComplete:n,companyAddressComplete:C,deliveryAddressComplete:c,billingAddressComplete:v,businessCredentailsComplete:f,hasValidatedVAT:y,hasValidatedEORI:V}})}};return o.createElement(c.Provider,{value:V},i)},A=function(){return i(c)};export{f as CheckoutProvider,A as useCheckout};
|