umwd-components 0.1.419 → 0.1.420

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.
@@ -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 r from"@mui/material/Typography";import n from"@mui/material/Container";import a from"@mui/material/Stack";import l from"@mui/material/Grid";import o from"@mui/material/Paper";import i 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 x}from"@mui/material/styles";import E,{useState as f,useEffect as b}from"react";import h from"next/link";import{useSearchParams as k}from"next/navigation";import{useSession as v}from"../../../context/auth/SessionContext.js";import g from"@mui/icons-material/KeyboardArrowLeft";import B from"@mui/icons-material/KeyboardArrowRight";import y from"./Step1.js";import C from"./Step2.js";import S from"./Step3.js";import N from"./Step4.js";import j from"./Step5.js";import{useCheckout as w}from"../../../context/e-commerce/checkout/CheckoutContext.js";import{useCart as z}from"../../../context/e-commerce/cart/CartContext.js";function _(_){var D=_.shopUrl,I=void 0===D?"/shop":D,O=x(),P=d(O.breakpoints.down("sm")),T=w(),A=T.state,H=T.runAllChecks,L=z().dispatch,M=t(f(0),2),V=M[0],F=M[1],K=function(){F((function(e){return e+1}))},G=function(){F((function(e){return e-1}))},Q=v(),R=Q.loading;Q.error;var U=Q.user,q=k();b((function(){null!==q&&(q.get("order")&&(F(4),localStorage.removeItem("cart"),L({type:"SET_ITEMS",payload:[]})))}),[q]),b((function(){H()}),[U]);var J=!A.itemsInCart,W=!A.customerProfileComplete,X=[{label:"Login or register",children:E.createElement(y,null),backButton:E.createElement(m,{variant:P?"text":"outlined",disabled:0===V,onClick:G,sx:{mr:1}},"Back",P&&E.createElement(g,null)),nextButton:E.createElement(m,{variant:P?"text":"contained",onClick:K,sx:{ml:1},disabled:(!U||J)&&"production"===process.env.NODE_ENV,size:P?"small":"large"},"Next",P&&E.createElement(B,null))},{label:"Provide us with your address",children:E.createElement(C,null),backButton:E.createElement(m,{size:P?"small":"large",onClick:G,disabled:0===V,variant:P?"text":"outlined"},"Back",P&&E.createElement(g,null)),nextButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:(!U||J||W)&&"production"===process.env.NODE_ENV},"Next",P&&E.createElement(B,null))},{label:"Set up mailing options",children:E.createElement(S,null),backButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"outlined",onClick:G,disabled:0===V},"Back",P&&E.createElement(g,null)),nextButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:(!U||J||W)&&"production"===process.env.NODE_ENV},"Next",P&&E.createElement(B,null))},{label:"Confirm and make a payment",children:E.createElement(N,null),nextButton:E.createElement(E.Fragment,null,E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:!0},"Next",P&&E.createElement(B,null))),backButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"outlined",onClick:G,disabled:0===V},"Back",P&&E.createElement(g,null))},{label:"Done!",children:E.createElement(j,null)}];return E.createElement(n,{sx:{py:2,minHeight:"100vh"}},E.createElement(l,{container:!0,spacing:2,sx:{py:3,minHeight:"60vh"}},E.createElement(l,{item:!0,xs:12},E.createElement(r,{variant:"h4",align:"center"},"Check Out")),J&&4!=V&&E.createElement(l,{item:!0,xs:12},E.createElement(i,{sx:{color:"red",border:"2px solid red",p:2}},E.createElement(r,{variant:"h5"},"No products in cart"),E.createElement(r,{variant:"body1"},"There are no products selected to order, please visit the shop befor continuing"))),E.createElement(l,{item:!0,xs:12},E.createElement(i,{width:"100%"},E.createElement(o,{sx:{p:2,mb:2,display:{xs:"block",sm:"none"}}},E.createElement(a,{direction:"row",spacing:2,alignItems:"center"},E.createElement(r,{variant:"body2"},"".concat(V+1," / ").concat(X.length)),E.createElement(r,null,"".concat(X[V].label)))),E.createElement(o,{sx:{px:2,pt:2,mb:2,display:{xs:"none",sm:"block"}}},E.createElement(c,{activeStep:V},X.map((function(t,r){var n={};return E.createElement(s,e({key:r},{},{sx:{pb:"20px"}}),E.createElement(u,n,t.label))})))),!R&&E.createElement(E.Fragment,null,X[V].children,E.createElement(o,{sx:{p:2,mt:2,display:{xs:"none",sm:"block"}}},E.createElement(a,{direction:"row",spacing:2},X[V].backButton,E.createElement(m,{variant:"outlined",sx:{ml:1}},E.createElement(h,{href:I},"continue shopping")),E.createElement(i,{sx:{flex:"1 1 auto"}}),X[V].nextButton))))),E.createElement(l,{item:!0,xs:12},E.createElement(p,{sx:{display:{xs:"flex",sm:"none"}},variant:"text",steps:X.length,position:"static",activeStep:V,nextButton:X[V].nextButton,backButton:X[V].backButton}))))}export{_ as default};
7
+ import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import{__read as t}from"../../../../node_modules/tslib/tslib.es6.js";import r from"@mui/material/Typography";import n from"@mui/material/Container";import a from"@mui/material/Stack";import l from"@mui/material/Grid";import o from"@mui/material/Paper";import i 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 x}from"@mui/material/styles";import E,{useState as f,useEffect as b}from"react";import g from"next/link";import{useSearchParams as h}from"next/navigation";import{useSession as k}from"../../../context/auth/SessionContext.js";import v from"@mui/icons-material/KeyboardArrowLeft";import B from"@mui/icons-material/KeyboardArrowRight";import y from"./Step1.js";import C from"./Step2.js";import S from"./Step3.js";import N from"./Step4.js";import j from"./Step5.js";import{useCheckout as w}from"../../../context/e-commerce/checkout/CheckoutContext.js";import{useCart as z}from"../../../context/e-commerce/cart/CartContext.js";function _(_){var D=_.shopUrl,I=void 0===D?"/shop":D,O=x(),P=d(O.breakpoints.down("sm")),T=w(),A=T.state,H=T.runAllChecks,L=z().dispatch,M=t(f(0),2),V=M[0],F=M[1],K=function(){F((function(e){return e+1}))},G=function(){F((function(e){return e-1}))},Q=k(),R=Q.loading;Q.error;var U=Q.user,q=h();b((function(){null!==q&&(q.get("order")&&(F(4),localStorage.removeItem("cart"),L({type:"SET_ITEMS",payload:[]})))}),[q]),b((function(){H(),console.log("change in user!!")}),[U]);var J=!A.itemsInCart,W=!A.customerProfileComplete,X=[{label:"Login or register",children:E.createElement(y,null),backButton:E.createElement(m,{variant:P?"text":"outlined",disabled:0===V,onClick:G,sx:{mr:1}},"Back",P&&E.createElement(v,null)),nextButton:E.createElement(m,{variant:P?"text":"contained",onClick:K,sx:{ml:1},disabled:(!U||J)&&"production"===process.env.NODE_ENV,size:P?"small":"large"},"Next",P&&E.createElement(B,null))},{label:"Provide us with your address",children:E.createElement(C,null),backButton:E.createElement(m,{size:P?"small":"large",onClick:G,disabled:0===V,variant:P?"text":"outlined"},"Back",P&&E.createElement(v,null)),nextButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:(!U||J||W)&&"production"===process.env.NODE_ENV},"Next",P&&E.createElement(B,null))},{label:"Set up mailing options",children:E.createElement(S,null),backButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"outlined",onClick:G,disabled:0===V},"Back",P&&E.createElement(v,null)),nextButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:(!U||J||W)&&"production"===process.env.NODE_ENV},"Next",P&&E.createElement(B,null))},{label:"Confirm and make a payment",children:E.createElement(N,null),nextButton:E.createElement(E.Fragment,null,E.createElement(m,{size:P?"small":"large",variant:P?"text":"contained",onClick:function(){K()},disabled:!0},"Next",P&&E.createElement(B,null))),backButton:E.createElement(m,{size:P?"small":"large",variant:P?"text":"outlined",onClick:G,disabled:0===V},"Back",P&&E.createElement(v,null))},{label:"Done!",children:E.createElement(j,null)}];return E.createElement(n,{sx:{py:2,minHeight:"100vh"}},E.createElement(l,{container:!0,spacing:2,sx:{py:3,minHeight:"60vh"}},E.createElement(l,{item:!0,xs:12},E.createElement(r,{variant:"h4",align:"center"},"Check Out")),J&&4!=V&&E.createElement(l,{item:!0,xs:12},E.createElement(i,{sx:{color:"red",border:"2px solid red",p:2}},E.createElement(r,{variant:"h5"},"No products in cart"),E.createElement(r,{variant:"body1"},"There are no products selected to order, please visit the shop befor continuing"))),E.createElement(l,{item:!0,xs:12},E.createElement(i,{width:"100%"},E.createElement(o,{sx:{p:2,mb:2,display:{xs:"block",sm:"none"}}},E.createElement(a,{direction:"row",spacing:2,alignItems:"center"},E.createElement(r,{variant:"body2"},"".concat(V+1," / ").concat(X.length)),E.createElement(r,null,"".concat(X[V].label)))),E.createElement(o,{sx:{px:2,pt:2,mb:2,display:{xs:"none",sm:"block"}}},E.createElement(c,{activeStep:V},X.map((function(t,r){var n={};return E.createElement(s,e({key:r},{},{sx:{pb:"20px"}}),E.createElement(u,n,t.label))})))),!R&&E.createElement(E.Fragment,null,X[V].children,E.createElement(o,{sx:{p:2,mt:2,display:{xs:"none",sm:"block"}}},E.createElement(a,{direction:"row",spacing:2},X[V].backButton,E.createElement(m,{variant:"outlined",sx:{ml:1}},E.createElement(g,{href:I},"continue shopping")),E.createElement(i,{sx:{flex:"1 1 auto"}}),X[V].nextButton))))),E.createElement(l,{item:!0,xs:12},E.createElement(p,{sx:{display:{xs:"flex",sm:"none"}},variant:"text",steps:X.length,position:"static",activeStep:V,nextButton:X[V].nextButton,backButton:X[V].backButton}))))}export{_ as default};
@@ -4,4 +4,4 @@
4
4
  * @copyright Jelle Paulus
5
5
  * @license MIT
6
6
  */
7
- import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import r,{useState as t,useEffect as o}from"react";import i from"@mui/material/Button";import m from"@mui/material/Paper";import a from"@mui/material/Stack";import n from"@mui/material/Box";import l from"@mui/material/CircularProgress";import{useSession as s}from"../../../context/auth/SessionContext.js";import{isCustomerProfileComplete as c}from"../../../lib/isCustomerProfileComplete.js";import u from"../customer/DenseCustomerProfileDisplay.js";import f from"../customer/CustomerProfileEditForm.js";function p(){var p=s(),d=p.user,E=p.loading,x=p.error,C=p.refreshSession;if(E||!d)return r.createElement(n,{sx:{display:{xs:"none",md:"flex"},flexGrow:0,position:"relative",width:"40px",height:"40px"}},r.createElement(l,null));if(x)return r.createElement("p",null,"Error: ",x);var g=(null==d?void 0:d.customer_profile)?d.customer_profile:null,h=e(t(!c(g)),2),v=h[0],j=h[1];return o((function(){C()}),[v]),r.createElement(m,{sx:{p:2}},v?r.createElement(a,{spacing:2},r.createElement(f,{data:g}),r.createElement(i,{variant:"contained",onClick:function(){j(!1)},disabled:!c(g)},"cancel")):r.createElement(a,{spacing:2},r.createElement(u,{data:g}),r.createElement(i,{variant:"contained",onClick:function(){j(!0)}},"Change address")))}export{p as default};
7
+ import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import r,{useState as t}from"react";import o from"@mui/material/Button";import i from"@mui/material/Paper";import m from"@mui/material/Stack";import a from"@mui/material/Box";import n from"@mui/material/CircularProgress";import{useSession as l}from"../../../context/auth/SessionContext.js";import{isCustomerProfileComplete as s}from"../../../lib/isCustomerProfileComplete.js";import c from"../customer/DenseCustomerProfileDisplay.js";import u from"../customer/CustomerProfileEditForm.js";function f(){var f=l(),p=f.user,d=f.loading,E=f.error;if(f.refreshSession,d||!p)return r.createElement(a,{sx:{display:{xs:"none",md:"flex"},flexGrow:0,position:"relative",width:"40px",height:"40px"}},r.createElement(n,null));if(E)return r.createElement("p",null,"Error: ",E);var x=(null==p?void 0:p.customer_profile)?p.customer_profile:null,C=e(t(!s(x)),2),g=C[0],h=C[1];return r.createElement(i,{sx:{p:2}},g?r.createElement(m,{spacing:2},r.createElement(u,{data:x}),r.createElement(o,{variant:"contained",onClick:function(){h(!1)},disabled:!s(x)},"cancel")):r.createElement(m,{spacing:2},r.createElement(c,{data:x}),r.createElement(o,{variant:"contained",onClick:function(){h(!0)}},"Change address")))}export{f as default};