umwd-components 0.1.430 → 0.1.432
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/node_modules/base64-js/index.js +1 -1
- package/dist/node_modules/ieee754/index.js +1 -1
- package/dist/src/components/e-commerce/checkout/CheckoutForm.js +1 -1
- package/dist/src/components/e-commerce/checkout/Step3.js +1 -1
- package/dist/src/data/loaders/e-commerce/getTableProducts.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/data/loaders/e-commerce/getTableProducts.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/e-commerce/checkout/CheckoutForm.tsx +2 -2
- package/src/components/e-commerce/checkout/Step3.tsx +7 -7
- package/src/data/loaders/e-commerce/getTableProducts.ts +7 -1
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__exports as r}from"../../_virtual/
|
|
6
|
+
import{__exports as r}from"../../_virtual/index7.js";var t;function e(){if(t)return r;t=1,r.byteLength=function(r){var t=i(r),e=t[0],n=t[1];return 3*(e+n)/4-n},r.toByteArray=function(r){var t,e,a=i(r),u=a[0],h=a[1],c=new o(function(r,t,e){return 3*(t+e)/4-e}(0,u,h)),f=0,d=h>0?u-4:u;for(e=0;e<d;e+=4)t=n[r.charCodeAt(e)]<<18|n[r.charCodeAt(e+1)]<<12|n[r.charCodeAt(e+2)]<<6|n[r.charCodeAt(e+3)],c[f++]=t>>16&255,c[f++]=t>>8&255,c[f++]=255&t;2===h&&(t=n[r.charCodeAt(e)]<<2|n[r.charCodeAt(e+1)]>>4,c[f++]=255&t);1===h&&(t=n[r.charCodeAt(e)]<<10|n[r.charCodeAt(e+1)]<<4|n[r.charCodeAt(e+2)]>>2,c[f++]=t>>8&255,c[f++]=255&t);return c},r.fromByteArray=function(r){for(var t,n=r.length,o=n%3,a=[],u=16383,i=0,c=n-o;i<c;i+=u)a.push(h(r,i,i+u>c?c:i+u));1===o?(t=r[n-1],a.push(e[t>>2]+e[t<<4&63]+"==")):2===o&&(t=(r[n-2]<<8)+r[n-1],a.push(e[t>>10]+e[t>>4&63]+e[t<<2&63]+"="));return a.join("")};for(var e=[],n=[],o="undefined"!=typeof Uint8Array?Uint8Array:Array,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",u=0;u<64;++u)e[u]=a[u],n[a.charCodeAt(u)]=u;function i(r){var t=r.length;if(t%4>0)throw new Error("Invalid string. Length must be a multiple of 4");var e=r.indexOf("=");return-1===e&&(e=t),[e,e===t?0:4-e%4]}function h(r,t,n){for(var o,a,u=[],i=t;i<n;i+=3)o=(r[i]<<16&16711680)+(r[i+1]<<8&65280)+(255&r[i+2]),u.push(e[(a=o)>>18&63]+e[a>>12&63]+e[a>>6&63]+e[63&a]);return u.join("")}return n["-".charCodeAt(0)]=62,n["_".charCodeAt(0)]=63,r}export{e as __require};
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__exports as a}from"../../_virtual/
|
|
6
|
+
import{__exports as a}from"../../_virtual/index8.js";
|
|
7
7
|
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */var t;function o(){return t||(t=1,a.read=function(a,t,o,r,h){var M,e,i=8*h-r-1,p=(1<<i)-1,f=p>>1,n=-7,w=o?h-1:0,s=o?-1:1,u=a[t+w];for(w+=s,M=u&(1<<-n)-1,u>>=-n,n+=i;n>0;M=256*M+a[t+w],w+=s,n-=8);for(e=M&(1<<-n)-1,M>>=-n,n+=r;n>0;e=256*e+a[t+w],w+=s,n-=8);if(0===M)M=1-f;else{if(M===p)return e?NaN:1/0*(u?-1:1);e+=Math.pow(2,r),M-=f}return(u?-1:1)*e*Math.pow(2,M-r)},a.write=function(a,t,o,r,h,M){var e,i,p,f=8*M-h-1,n=(1<<f)-1,w=n>>1,s=23===h?Math.pow(2,-24)-Math.pow(2,-77):0,u=r?0:M-1,N=r?1:-1,_=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,e=n):(e=Math.floor(Math.log(t)/Math.LN2),t*(p=Math.pow(2,-e))<1&&(e--,p*=2),(t+=e+w>=1?s/p:s*Math.pow(2,1-w))*p>=2&&(e++,p/=2),e+w>=n?(i=0,e=n):e+w>=1?(i=(t*p-1)*Math.pow(2,h),e+=w):(i=t*Math.pow(2,w-1)*Math.pow(2,h),e=0));h>=8;a[o+u]=255&i,u+=N,i/=256,h-=8);for(e=e<<h|i,f+=h;f>0;a[o+u]=255&e,u+=N,e/=256,f-=8);a[o+u-N]|=128*_}),a}export{o as __require};
|
|
@@ -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
|
|
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 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 p from"@mui/material/StepLabel";import u from"@mui/material/MobileStepper";import d from"@mui/material/Alert";import f from"@mui/material/useMediaQuery";import{useTheme as E}from"@mui/material/styles";import x,{useState as g,useEffect as b}from"react";import v from"next/link";import{useSearchParams as h}from"next/navigation";import{useSession as k}from"../../../context/auth/SessionContext.js";import y from"@mui/icons-material/KeyboardArrowLeft";import B from"@mui/icons-material/KeyboardArrowRight";import C from"./Step1.js";import S from"./Step2.js";import A from"./Step3.js";import N from"./Step4.js";import _ from"./Step5.js";import{useCheckout as j}from"../../../context/e-commerce/checkout/CheckoutContext.js";import{useCart as D}from"../../../context/e-commerce/cart/CartContext.js";function P(P){var w=P.shopUrl,z=void 0===w?"/shop":w,I=E(),O=f(I.breakpoints.down("sm")),T=j(),H=T.state,L=T.runAllChecks,M=T.togglePrefersBillingAddress,V=T.togglePrefersDeliveryAddress,F=D().dispatch,K=t(g(0),2),G=K[0],Q=K[1],R=function(){Q((function(e){return e+1}))},U=function(){Q((function(e){return e-1}))},q=k(),J=q.loading;q.error;var W=q.user;q.login;var X=q.logout,Y=h();b((function(){null!==Y&&(Y.get("order")&&(Q(4),localStorage.removeItem("cart"),F({type:"SET_ITEMS",payload:[]})))}),[Y]),b((function(){L()}),[W]);var Z=!H.confirmations.itemsInCart,$=!H.confirmations.customerProfileComplete,ee=[{label:"Login or register",children:x.createElement(C,{user:W,logout:X}),backButton:x.createElement(m,{variant:O?"text":"outlined",disabled:0===G,onClick:U,sx:{mr:1}},"Back",O&&x.createElement(y,null)),nextButton:x.createElement(m,{variant:O?"text":"contained",onClick:R,sx:{ml:1},disabled:(!W||Z)&&"production"===process.env.NODE_ENV,size:O?"small":"large"},"Next",O&&x.createElement(B,null))},{label:"Provide us with your address",children:x.createElement(S,null),backButton:x.createElement(m,{size:O?"small":"large",onClick:U,disabled:0===G,variant:O?"text":"outlined"},"Back",O&&x.createElement(y,null)),nextButton:x.createElement(m,{size:O?"small":"large",variant:O?"text":"contained",onClick:function(){R()},disabled:(!W||Z||$)&&"production"===process.env.NODE_ENV},"Next",O&&x.createElement(B,null))},{label:"Set up mailing options",children:x.createElement(A,{user:W,prefersBillingAddress:H.prefersBillingAddress,prefersDeliveryAddress:H.prefersDeliveryAddress,delivery_options:H.delivery_options,payment_options:H.payment_options,togglePrefersBillingAddress:M,togglePrefersDeliveryAddress:V}),backButton:x.createElement(m,{size:O?"small":"large",variant:O?"text":"outlined",onClick:U,disabled:0===G},"Back",O&&x.createElement(y,null)),nextButton:x.createElement(m,{size:O?"small":"large",variant:O?"text":"contained",onClick:function(){R()},disabled:(!W||Z||$)&&"production"===process.env.NODE_ENV},"Next",O&&x.createElement(B,null))},{label:"Confirm and make a payment",children:x.createElement(N,null),nextButton:x.createElement(x.Fragment,null,x.createElement(m,{size:O?"small":"large",variant:O?"text":"contained",onClick:function(){R()},disabled:!0},"Next",O&&x.createElement(B,null))),backButton:x.createElement(m,{size:O?"small":"large",variant:O?"text":"outlined",onClick:U,disabled:0===G},"Back",O&&x.createElement(y,null))},{label:"Done!",children:x.createElement(_,null)}];return x.createElement(n,{sx:{py:2,minHeight:"100vh"}},x.createElement(l,{container:!0,spacing:2,sx:{py:3,minHeight:"60vh"}},x.createElement(l,{item:!0,xs:12},x.createElement(r,{variant:"h4",align:"center"},"Check Out")),Z&&4!=G&&x.createElement(l,{item:!0,xs:12},x.createElement(d,{severity:"error"},x.createElement(r,{variant:"h5"},"No products in cart"),x.createElement(r,{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(r,{variant:"body2"},"".concat(G+1," / ").concat(ee.length)),x.createElement(r,null,"".concat(ee[G].label)))),x.createElement(i,{sx:{px:2,pt:2,mb:2,display:{xs:"none",sm:"block"}}},x.createElement(c,{activeStep:G},ee.map((function(t,r){var n={};return x.createElement(s,e({key:r},{},{sx:{pb:"20px"}}),x.createElement(p,n,t.label))})))),!J&&x.createElement(x.Fragment,null,ee[G].children,x.createElement(i,{sx:{p:2,mt:2,display:{xs:"none",sm:"block"}}},x.createElement(a,{direction:"row",spacing:2},ee[G].backButton,x.createElement(m,{variant:"outlined",sx:{ml:1}},x.createElement(v,{href:z},"continue shopping")),x.createElement(o,{sx:{flex:"1 1 auto"}}),ee[G].nextButton))))),x.createElement(l,{item:!0,xs:12},x.createElement(u,{sx:{display:{xs:"flex",sm:"none"}},variant:"text",steps:ee.length,position:"static",activeStep:G,nextButton:ee[G].nextButton,backButton:ee[G].backButton}))))}export{P as default};
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import
|
|
6
|
+
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import t from"react";import r from"@mui/material/Paper";import i from"@mui/material/Stack";import n from"@mui/material/Typography";import a from"@mui/material/Autocomplete";import l from"@mui/material/Grid";import o from"@mui/material/Checkbox";import m from"@mui/material/TextField";import s from"../../common/Address.js";function d(d){var c,p,u=d.user,f=d.prefersBillingAddress,E=void 0===f||f,v=d.prefersDeliveryAddress,g=void 0===v||v,y=d.delivery_options,_=d.payment_options,b=d.togglePrefersBillingAddress,h=d.togglePrefersDeliveryAddress;return t.createElement(r,{sx:{p:2}},t.createElement(i,{spacing:2},t.createElement("form",null,t.createElement(l,{container:!0,spacing:2},t.createElement(l,{item:!0,xs:12,md:6},t.createElement(i,{spacing:2,justifyContent:"space-between"},t.createElement(n,{variant:"h5"},"Delivery Options"),t.createElement(n,{variant:"body1"},"Your order will be delivered at this address"),g&&u.customer_profile.delivery_address?t.createElement(s,{data:u.customer_profile.delivery_address}):t.createElement(s,{data:u.customer_profile.company_address}),null!=(null===(c=null==u?void 0:u.customer_profile)||void 0===c?void 0:c.delivery_address)&&t.createElement(i,{direction:"row",spacing:2,alignItems:"center"},t.createElement(o,{checked:!g,onChange:h}),t.createElement(n,null,"Use company address instead")),y&&y.length>0&&t.createElement(a,{options:y,renderInput:function(r){return t.createElement(m,e({},r,{label:"Delivery Options"}))}}))),t.createElement(l,{item:!0,xs:12,md:6},t.createElement(i,{spacing:2,justifyContent:"space-between"},t.createElement(n,{variant:"h5"},"Payment Options"),t.createElement(n,{variant:"body1"},"Your invoice will be shipped to this address"),E&&u.customer_profile.billing_address?t.createElement(s,{data:u.customer_profile.billing_address}):t.createElement(s,{data:u.customer_profile.company_address}),null!=(null===(p=null==u?void 0:u.customer_profile)||void 0===p?void 0:p.billing_address)&&t.createElement(i,{direction:"row",spacing:2,alignItems:"center"},t.createElement(o,{checked:!E,onChange:b}),t.createElement(n,null,"Use company address instead")),_&&_.length>0&&t.createElement(a,{options:_,renderInput:function(r){return t.createElement(m,e({},r,{label:"Payment Options"}))}})))))))}export{d as default};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__awaiter as
|
|
7
|
+
import{__awaiter as i,__generator as r}from"../../../../node_modules/tslib/tslib.es6.js";import e from"../../../../node_modules/qs/lib/index.js";import{fetchData as t}from"../loaders.js";import{getStrapiURL as o}from"../../../lib/utils.js";import{unstable_noStore as s}from"next/cache";var n=o();function a(o,a,c,p,l){return i(this,void 0,void 0,(function(){var i;return r(this,(function(r){switch(r.label){case 0:return s(),(i=new URL("/api/products",n)).search=e.stringify({filters:{is_archive:{$in:l}},sort:"".concat(p||"id",":").concat(c||"desc"),populate:{price:!0},pagination:{pageSize:a||10,page:o?o+1:1}}),[4,t(i.href)];case 1:return[2,r.sent()]}}))}))}export{a as getTableProducts};
|