umwd-components 0.1.384 → 0.1.385
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/Step4.js +1 -1
- package/dist/src/components/e-commerce/invoice/InvoiceItemFields.js +1 -1
- package/dist/src/components/e-commerce/opo/OpoSummaryRow.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/types/e-commerce/opo/types.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/e-commerce/checkout/Step4.tsx +1 -1
- package/src/components/e-commerce/invoice/InvoiceItemFields.tsx +0 -2
- package/src/components/e-commerce/opo/OpoSummaryRow.tsx +2 -2
- package/src/types/e-commerce/opo/types.ts +1 -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/index6.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{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{Fragment as r}from"react";import
|
|
7
|
+
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import t,{Fragment as r}from"react";import o from"@mui/material/Paper";import a from"@mui/material/Stack";import m from"@mui/material/Alert";import n from"@mui/material/Button";import i from"@mui/material/Typography";import{useClientSideCart as l}from"../cart/hooks.js";import c from"../cart/CartSummary.js";import{useFormState as s}from"react-dom";import{checkoutAction as p}from"../../../data/actions/e-commerce/checkout-action.js";import{StrapiErrors as u}from"../../StrapiErrors.js";function d(){var d=l().state,y=e(s(p,{zodErrors:null,strapiErrors:null,data:null,message:null}),2),f=y[0],E=y[1];return t.createElement(o,{sx:{p:2}},t.createElement(a,{spacing:2},t.createElement(c,null),t.createElement(u,{error:null==f?void 0:f.strapiErrors}),(null==f?void 0:f.message)&&t.createElement(m,{severity:"error"},null==f?void 0:f.message),t.createElement(i,null,"Please double check all details prior to payment."),t.createElement(i,null,"Is this order compleet?"),t.createElement("form",{id:"paymentform",action:E},d.items&&d.items.map((function(e,o){return t.createElement(r,{key:o},t.createElement("input",{type:"hidden",name:"opo_items[".concat(o,"].product"),value:e.id}),t.createElement("input",{type:"hidden",name:"opo_items[".concat(o,"].ordered_quantity"),value:e.quantity}))})),t.createElement(i,null,"Please click 'Proceed to payment' to proceed to the secure payment page. After completing the payment, you will automatically return to our shop. For any updates on this order, you can always access the latest information in your personal details."),t.createElement(n,{variant:"contained",form:"paymentform",type:"submit"},"Proceed to payment"))))}export{d as default};
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__read as e,__spreadArray as t}from"../../../../node_modules/tslib/tslib.es6.js";import i,{useState as n}from"react";import r from"@mui/material/Table";import a from"@mui/material/TableHead";import m from"@mui/material/TableBody";import l from"@mui/material/TableCell";import o from"@mui/material/TableRow";import c from"@mui/material/IconButton";import u from"@mui/icons-material/Add";import s from"@mui/material/Typography";import d from"@mui/material/Stack";import p from"@mui/material/TextField";import E from"@mui/icons-material/Delete";function h(h){var f=h.onChangeCallback,
|
|
6
|
+
import{__read as e,__spreadArray as t}from"../../../../node_modules/tslib/tslib.es6.js";import i,{useState as n}from"react";import r from"@mui/material/Table";import a from"@mui/material/TableHead";import m from"@mui/material/TableBody";import l from"@mui/material/TableCell";import o from"@mui/material/TableRow";import c from"@mui/material/IconButton";import u from"@mui/icons-material/Add";import s from"@mui/material/Typography";import d from"@mui/material/Stack";import p from"@mui/material/TextField";import E from"@mui/icons-material/Delete";function h(h){var f=h.onChangeCallback,b=e(n([]),2),g=b[0],x=b[1],v=e(n(""),2),w=v[0],y=v[1],I=e(n(0),2),T=I[0],_=I[1];return i.createElement(d,{spacing:2},i.createElement(s,{variant:"h5"},"Adding the items to the invoice"),i.createElement(s,{variant:"body1"}),i.createElement(s,{variant:"body2"}),i.createElement(r,null,i.createElement(a,null,i.createElement(o,null,i.createElement(l,{id:"line_item_number",sx:[{width:"15%"}]},"Line Item Number"),i.createElement(l,{sx:[{width:"55%"}]},"Item Description"),i.createElement(l,{sx:[{width:"15%"}]},"Amount"),i.createElement(l,null))),i.createElement(m,null,g.map((function(e,t){return i.createElement(o,{key:t},i.createElement(l,{sx:[{width:"15%"}]},t+1,".0.0"),i.createElement(l,{sx:[{width:"55%"}]},e.item_description),i.createElement(l,{sx:{width:"15%"}},e.quantity),i.createElement(l,{align:"right",sx:{width:"5%"}},i.createElement(c,null,i.createElement(E,null))))})))),i.createElement(d,{direction:"row",spacing:1,alignItems:"center",sx:{p:2,width:"100%"}},i.createElement(s,{variant:"body1",sx:{width:"15%"}},g.length+1,".0.0"),i.createElement(p,{id:"item_description",name:"item_description",label:"Item Description",sx:{width:"55%"},value:w,onChange:function(e){return y(e.target.value)}}),i.createElement(p,{id:"quantity",name:"quantity",type:"number",label:"Amount",value:T,onChange:function(e){""!==e.target.value?parseInt(e.target.value)<0?_(0):_(parseInt(e.target.value)):_(0)},sx:{width:"15%"}}),i.createElement(c,{onClick:function(){if(null!==w&&null!==T){var i={item_description:w,quantity:T};x(t(t([],e(g),!1),[i],!1)),f&&f(t(t([],e(g),!1),[i],!1)),y(""),_(0)}else console.log("nextItemDescription or nextAmount is null")}},i.createElement(u,null))))}export{h as InvoiceItemFields};
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import e from"react";import l from"@mui/material/TableRow";import
|
|
6
|
+
import e from"react";import l from"@mui/material/TableRow";import r from"@mui/material/TableCell";function t(t){var i,n,a=t.data;a.id;var o=a.ordered_quantity,u=a.product;return e.createElement(l,null,e.createElement(r,null,o),e.createElement(r,null,null==u?void 0:u.title),e.createElement(r,null,"€ ",null===(i=null==u?void 0:u.price)||void 0===i?void 0:i.price),e.createElement(r,null,"€ ",null===(n=null==u?void 0:u.price)||void 0===n?void 0:n.price_incl_vat))}export{t as OpoSummaryRow};
|