umwd-components 0.1.458 → 0.1.459
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/invoice/CreateInvoiceForm.js +1 -1
- package/dist/src/components/e-commerce/invoice/InvoiceItemFields.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/e-commerce/invoice/InvoiceItemFields.d.ts +2 -0
- package/package.json +1 -1
- package/src/components/e-commerce/invoice/CreateInvoiceForm.tsx +2 -0
- package/src/components/e-commerce/invoice/InvoiceItemFields.tsx +6 -0
|
@@ -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/index8.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/index7.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,__spreadArray as n,__assign as t,__awaiter as r,__generator as a}from"../../../../node_modules/tslib/tslib.es6.js";import l,{useState as i,useEffect as o}from"react";import
|
|
7
|
+
import{__read as e,__spreadArray as n,__assign as t,__awaiter as r,__generator as a}from"../../../../node_modules/tslib/tslib.es6.js";import l,{useState as i,useEffect as o}from"react";import c from"@mui/material/Paper";import m from"@mui/material/Box";import s from"@mui/material/Stack";import u from"@mui/material/Alert";import d from"@mui/material/TextField";import v from"@mui/material/Typography";import{SubmitButton as _}from"../../SubmitButton.js";import{useFormState as f}from"react-dom";import{StrapiErrors as p}from"../../StrapiErrors.js";import{createInvoiceAction as b}from"../../../data/actions/e-commerce/invoices/createInvoiceAction.js";import E from"@mui/material/Grid";import{AddressFields as g}from"../../common/Address.js";import y from"@mui/material/Divider";import{BusinessCredentialsFields as h}from"../customer/BusinessCredentials.js";import{CustomerSelector as C}from"../customer/CustomerSelector.js";import{getSingleCustomer as x}from"../../../data/loaders/e-commerce/getSingleCustomer.js";import k from"@mui/material/Checkbox";import{InvoiceItemFields as I}from"./InvoiceItemFields.js";import{InvoicePDFViewer as j}from"./InvoicePDF.js";import{getPublicInformation as A}from"../../../data/loaders/public-information/getPublicInformation.js";import N from"../../common/markdown/MarkdownEditor.js";var w={zodErrors:null,strapiErrors:null,data:null,message:null};function F(F){var R=this,S=F.customerLabels,B=F.revalidateCallback,P=F.sx,T=e(f(b,w),2),D=T[0],L=T[1],U=e(i(!1),2),z=U[0],G=U[1],M=e(i(!1),2),V=M[0],q=M[1],H=e(i(null),2),J=H[0],K=H[1],O=e(i(null),2),Q=O[0],W=O[1];return o((function(){(null==D?void 0:D.data)&&B&&B()}),[D.data]),o((function(){!function(){r(this,void 0,void 0,(function(){var e;return a(this,(function(n){switch(n.label){case 0:return[4,A()];case 1:return e=n.sent(),W((function(n){return t(t({},n),{seller_phone:null==e?void 0:e.phone,seller_email:null==e?void 0:e.email,seller_company_address:null==e?void 0:e.address,seller_business_credentials:null==e?void 0:e.business_credentials})})),[2]}}))}))}()}),[]),l.createElement(m,{sx:n([{p:2}],e(Array.isArray(P)?P:[P]),!1),component:c},l.createElement("form",{action:L},l.createElement(E,{container:!0,spacing:2},l.createElement(E,{item:!0,xs:12},l.createElement(v,{variant:"h6"},"Create Invoice"),l.createElement(v,{variant:"body2"},"Information on creating a invoice")),l.createElement(E,{item:!0,xs:12},l.createElement(v,{variant:"h6"},"Choose a user"),l.createElement(C,{customerLabels:S,onChangeCallback:function(e){return r(R,void 0,void 0,(function(){var n;return a(this,(function(t){switch(t.label){case 0:return 0===e.length?(K(null),[2]):[4,x(e[0])];case 1:return n=t.sent(),console.log("customer",n),K(n),[2]}}))}))}}),l.createElement(v,{variant:"h6"},"Set user details manually"),l.createElement(s,{spacing:2,direction:"row"},l.createElement(d,{name:"buyer_first_name",label:"First Name",value:(null==J?void 0:J.first_name)||(null==Q?void 0:Q.buyer_first_name)||"",onChange:function(e){W((function(n){return t(t({},n),{buyer_first_name:e.target.value})}))},disabled:null!==J}),l.createElement(d,{name:"buyer_last_name",label:"Last Name",value:(null==J?void 0:J.last_name)||(null==Q?void 0:Q.buyer_last_name)||"",onChange:function(e){W((function(n){return t(t({},n),{buyer_last_name:e.target.value})}))},disabled:null!==J})),l.createElement(v,{variant:"body2"}),l.createElement(v,{variant:"h6"},"Company Address"),l.createElement(y,null),l.createElement(g,{data:null==J?void 0:J.company_address,componentName:"buyer_company_address",componentReference:"common.address",onChangeCallback:function(e){W((function(n){return t(t({},n),{buyer_company_address:e})}))},disabled:null!==J}),l.createElement(v,{variant:"h6"},"Delivery Address"),l.createElement(y,null),null!==J?l.createElement(l.Fragment,null,null===J.delivery_address?l.createElement(v,{variant:"body2"},"No delivery address on file"):l.createElement(g,{data:null==J?void 0:J.delivery_address,componentName:"buyer_delivery_address",componentReference:"common.address",onChangeCallback:function(e){W((function(n){return t(t({},n),{buyer_delivery_address:e})}))},disabled:null!==J})):l.createElement(l.Fragment,null,l.createElement(s,{direction:"row",spacing:2,alignItems:"center"},l.createElement(k,{value:V,checked:V,onChange:function(){return q(!V)}}),l.createElement(v,null,"Use a different address for delivery")),V&&l.createElement(g,{componentName:"buyer_delivery_address",componentReference:"common.address",onChangeCallback:function(e){W((function(n){return t(t({},n),{buyer_delivery_address:e})}))}})),l.createElement(v,{variant:"h6"},"Billing Address"),l.createElement(y,null),null!==J?l.createElement(l.Fragment,null,null===J.billing_address?l.createElement(v,{variant:"body2"},"No billing address on file"):l.createElement(g,{data:null==J?void 0:J.billing_address,componentName:"buyer_billing_address",componentReference:"common.address",onChangeCallback:function(e){W((function(n){return t(t({},n),{buyer_billing_address:e})}))},disabled:null!==J})):l.createElement(l.Fragment,null,l.createElement(s,{direction:"row",spacing:2,alignItems:"center"},l.createElement(k,{value:z,checked:z,onChange:function(){return G(!z)}}),l.createElement(v,null,"Use a different address for billing")),z&&l.createElement(g,{componentName:"buyer_billing_address",componentReference:"common.address",onChangeCallback:function(e){W((function(n){return t(t({},n),{buyer_billing_address:e})}))}})),l.createElement(v,{variant:"h6"},"Bussiness Credentials"),l.createElement(y,null),l.createElement(h,{data:null==J?void 0:J.business_credentials,componentName:"buyer_business_credentials",componentReference:"business.credentials",onChangeCallback:function(e){W((function(n){return t(t({},n),{buyer_business_credentials:e})}))},disabled:null!==J})),l.createElement(E,{item:!0,xs:12},l.createElement(v,{variant:"h6"},"Invoice Items"),l.createElement(I,{onChangeCallback:function(e){W((function(n){return n?t(t({},n),{items:e.map((function(e){return t(t({},e),{product:"product"in e?e.product:void 0,item_description:"item_description"in e?e.item_description:void 0,price_excl_vat:"price_excl_vat"in e?e.price_excl_vat:0,vat_rate:"vat_rate"in e?e.vat_rate:0,vat:"vat"in e?e.vat:0,price_incl_vat:"price_incl_vat"in e?e.price_incl_vat:0})})),VAT_total:e.reduce((function(e,n){return e+n.price_excl_vat*(n.vat_rate/100)}),0),total_excl_vat:e.reduce((function(e,n){return e+n.price_excl_vat}),0),total_incl_vat:e.reduce((function(e,n){return e+n.price_excl_vat+n.price_excl_vat*(n.vat_rate/100)}),0)}):null}))}})),l.createElement(E,{item:!0,xs:12},l.createElement(v,{variant:"h6"},"Add a Comment"),l.createElement(N,{name:"comments",label:"Comments",onChangeCallback:function(e){return W((function(n){return n?t(t({},n),{comments:e}):null}))}})),l.createElement(E,{item:!0,xs:12},l.createElement(v,{variant:"h6"},"Preview the Invoice"),null!==Q&&l.createElement(j,{invoice:Q})),l.createElement(E,{item:!0,xs:12},l.createElement(s,{direction:"row-reverse",spacing:2,alignItems:"center",sx:{py:1}},l.createElement(_,{text:"create invoice",loadingText:"loading"}),(null==D?void 0:D.strapiErrors)&&l.createElement(p,{error:null==D?void 0:D.strapiErrors}),(null==D?void 0:D.message)&&l.createElement(u,{severity:"error"},null==D?void 0:D.message))))))}export{F as CreateInvoiceForm};
|
|
@@ -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 a,{useState as r}from"react";import i from"@mui/material/Table";import n from"@mui/material/TableHead";import l from"@mui/material/TableBody";import m from"@mui/material/TableCell";import c from"@mui/material/TableRow";import o 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
|
|
6
|
+
import{__read as e,__spreadArray as t}from"../../../../node_modules/tslib/tslib.es6.js";import a,{useState as r}from"react";import i from"@mui/material/Table";import n from"@mui/material/TableHead";import l from"@mui/material/TableBody";import m from"@mui/material/TableCell";import c from"@mui/material/TableRow";import o 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 v from"@mui/icons-material/Delete";function E(E){var h=E.onChangeCallback,x=e(r([]),2),_=x[0],g=x[1],w=e(r(""),2),f=w[0],b=w[1],y=e(r(0),2),I=y[0],T=y[1],A=e(r(0),2),C=A[0],V=A[1],k=e(r(0),2),q=k[0],D=k[1];return a.createElement(d,{spacing:2},a.createElement(s,{variant:"h5"},"Adding the items to the invoice"),a.createElement(s,{variant:"body1"}),a.createElement(s,{variant:"body2"}),a.createElement(i,null,a.createElement(n,null,a.createElement(c,null,a.createElement(m,{id:"line_item_number",sx:[{width:"15%"}]},"Line Item Number"),a.createElement(m,{sx:[{width:"35%"}]},"Item Description"),a.createElement(m,{sx:[{width:"10%"}]},"Price excl. VAT"),a.createElement(m,{sx:[{width:"10%"}]},"VAT Rate"),a.createElement(m,{sx:[{width:"10%"}]},"VAT"),a.createElement(m,{sx:[{width:"10%"}]},"Price incl. VAT"),a.createElement(m,{sx:[{width:"10%"}]},"Amount"),a.createElement(m,null))),a.createElement(l,null,_.map((function(e,t){return a.createElement(c,{key:t},a.createElement(m,{sx:[{width:"15%"}]},t+1,".0.0"),a.createElement(m,{sx:[{width:"35%"}]},e.item_description),a.createElement(m,{sx:{width:"10%"}},e.price_excl_vat),a.createElement(m,{sx:{width:"10%"}},e.vat_rate),a.createElement(m,{sx:{width:"10%"}},e.price_excl_vat*(e.vat_rate/100)),a.createElement(m,{sx:{width:"10%"}},e.price_excl_vat*(1+e.vat_rate/100)),a.createElement(m,{sx:{width:"5%"}},e.quantity),a.createElement(m,{align:"right",sx:{width:"5%"}},a.createElement(o,null,a.createElement(v,null))))})))),a.createElement(d,{direction:"row",spacing:1,alignItems:"center",sx:{p:2,width:"100%"}},a.createElement(s,{variant:"body1",sx:{width:"15%"}},_.length+1,".0.0"),a.createElement(p,{id:"item_description",name:"item_description",label:"Item Description",sx:{width:"35%"},value:f,onChange:function(e){return b(e.target.value)}}),a.createElement(p,{id:"price_excl_vat",name:"price_excl_vat",type:"number",label:"Price",value:C,onChange:function(e){""!==e.target.value?parseInt(e.target.value)<0?V(0):V(parseInt(e.target.value)):V(0)},sx:{width:"10%"}}),a.createElement(p,{id:"vat_rate",name:"vat_rate",type:"number",label:"VAT Rate",value:q,onChange:function(e){""!==e.target.value?parseInt(e.target.value)<0?D(0):D(parseInt(e.target.value)):D(0)},sx:{width:"30%"}}),a.createElement(p,{id:"quantity",name:"quantity",type:"number",label:"Amount",value:I,onChange:function(e){""!==e.target.value?parseInt(e.target.value)<0?T(0):T(parseInt(e.target.value)):T(0)},sx:{width:"5%"}}),a.createElement(o,{onClick:function(){if(null!==f&&null!==I){var a={item_description:f,quantity:I,price_excl_vat:C,vat_rate:q,vat:C*(q/100),price_incl_vat:C*(1+q/100)};g(t(t([],e(_),!1),[a],!1)),h&&h(t(t([],e(_),!1),[a],!1)),b(""),T(0),V(0),D(0)}else console.log("nextItemDescription or nextAmount is null")}},a.createElement(u,null))))}export{E as InvoiceItemFields};
|