umwd-components 0.1.700 → 0.1.702

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{__assign as e}from"../../../../node_modules/tslib/tslib.es6.js";import t from"react";import r from"@mui/material/Paper";import a from"@mui/material/Stack";import n from"@mui/material/Box";import l from"@mui/material/Typography";import m from"@mui/material/Button";import i from"@mui/material/Grid";import o from"@mui/material/Table";import c from"@mui/material/TableBody";import s from"@mui/material/TableCell";import u from"@mui/material/TableHead";import E from"@mui/material/TableRow";import d from"@mui/material/Divider";import p from"@mui/icons-material/Person";import f from"@mui/icons-material/Email";import g from"@mui/icons-material/Phone";import v from"../../common/Address.js";import h from"./BusinessCredentials.js";import{StyledLink as b}from"../../StyledLink.js";import{Alert as y}from"@mui/material";import{usePathname as _}from"next/navigation";function x(x){var w=x.data,A=w.first_name,B=w.last_name,C=w.email,D=w.phone,T=w.company_address,j=w.billing_address,N=w.delivery_address,P=w.business_credentials,S=w.editProfileUrl,k=void 0===S?"/user/profile/edit":S,R=w.completeEnough,L=void 0!==R&&R,Y=w.orders,z=w.returns;if(!w)return t.createElement(a,{spacing:2},t.createElement(l,null,"Customer profile not available"));var O=_().includes("/user/");return t.createElement(i,{container:!0,sx:{width:"100%"},spacing:2},t.createElement(i,{item:!0,xs:12},t.createElement(a,{spacing:2},t.createElement(a,{direction:"row",spacing:2,justifyContent:"space-between"},t.createElement(a,{spacing:2,sx:{width:"100%"}},t.createElement(l,{variant:"h3",component:"h1"},O?"Your Profile":"Customer Profile"),!O&&w.customer_number&&t.createElement(l,{variant:"body1"},"Customer Number: ",t.createElement("strong",null,w.customer_number))),O&&!Boolean(L)?t.createElement(y,{severity:"warning",action:t.createElement(b,{href:k,target:"_self"},t.createElement(m,{variant:"contained"},"complete profile"))},"After completion of your profile you can enjoy all the benefits of your services."):t.createElement(a,{direction:"row",justifyContent:"flex-end"},t.createElement(b,{href:k,target:"_self"},t.createElement(m,{variant:"contained"},"edit profile")))),t.createElement(d,null))),t.createElement(i,{item:!0,xs:12},P?t.createElement(h,{data:P}):t.createElement(l,null,"Business credentials not available"),t.createElement(d,{sx:{pt:2}})),t.createElement(i,{item:!0,xs:12},t.createElement(a,{spacing:2,direction:"row"},t.createElement(p,null),t.createElement(n,null,t.createElement(l,{variant:"body1",component:"p"},A," ",B," ",!A&&!B&&"N/A"))),t.createElement(a,{spacing:2,direction:"row"},t.createElement(f,null),t.createElement(n,null,t.createElement(l,{variant:"body1",component:"p"},C," ",!C&&"N/A"))),t.createElement(a,{spacing:2,direction:"row"},t.createElement(g,null),t.createElement(n,null,t.createElement(l,{variant:"body1",component:"p"},D," ",!D&&"N/A"))),t.createElement(d,{sx:{pt:2}})),T?t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,{variant:"h6"},"Company Address"),t.createElement(v,{data:e({},T)})):t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,null,"Company address not available")),N?t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,{variant:"h6"},"Delivery Address"),t.createElement(v,{data:e({},N)})):t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,null,"Delivery address not available")),j?t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,{variant:"h6"},"Billing Address"),t.createElement(v,{data:e({},j)})):t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,null,"Billing address not available")),t.createElement(i,{item:!0,xs:12},t.createElement(l,{variant:"h6",gutterBottom:!0},"Orders"),t.createElement(r,null,Y&&Y.data&&Y.data.length>0?t.createElement(o,null,t.createElement(u,null,t.createElement(E,null,t.createElement(s,null,"Order Number"),t.createElement(s,null,"Date"),t.createElement(s,null,"Status"),t.createElement(s,{align:"right"},"Total"),t.createElement(s,{align:"right"},"Actions"))),t.createElement(c,null,Y.data.map((function(e,r){return t.createElement(E,{key:r},t.createElement(s,null,e.opo_number),t.createElement(s,null,new Date(e.order_date).toLocaleDateString()),t.createElement(s,null,e.status),t.createElement(s,{align:"right"},e.total_incl_vat," ",e.order_currency),t.createElement(s,{align:"right"},t.createElement(b,{href:"/orders/".concat(e.uuid),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View"))))})))):t.createElement(n,{p:2},O?t.createElement(l,null,"You have no orders."):t.createElement(l,null,"This user has no orders.")))),t.createElement(i,{item:!0,xs:12},t.createElement(l,{variant:"h6",gutterBottom:!0},"Returns"),t.createElement(r,null,z&&z.data&&z.data.length>0?t.createElement(o,null,t.createElement(u,null,t.createElement(E,null,t.createElement(s,null,"Return Number"),t.createElement(s,null,"RMA Number"),t.createElement(s,null,"Date"),t.createElement(s,null,"Status"),t.createElement(s,{align:"right"},"Actions"))),t.createElement(c,null,z.data.map((function(e,r){return t.createElement(E,{key:r},t.createElement(s,null,e.return_number),t.createElement(s,null,e.rma_number),t.createElement(s,null,new Date(e.return_date).toLocaleDateString()),t.createElement(s,null,e.status),t.createElement(s,{align:"right"},t.createElement(b,{href:"/returns/".concat(e.uuid),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View"))))})))):t.createElement(n,{p:2},O?t.createElement(l,null,"You have no returns."):t.createElement(l,null,"This user has no returns.")))))}export{x as default};
7
+ import{__assign as e}from"../../../../node_modules/tslib/tslib.es6.js";import t from"react";import r from"@mui/material/Paper";import a from"@mui/material/Stack";import n from"@mui/material/Box";import l from"@mui/material/Typography";import m from"@mui/material/Button";import i from"@mui/material/Grid";import o from"@mui/material/Table";import c from"@mui/material/TableBody";import s from"@mui/material/TableCell";import u from"@mui/material/TableHead";import E from"@mui/material/TableRow";import d from"@mui/material/Divider";import p from"@mui/icons-material/Person";import f from"@mui/icons-material/Email";import g from"@mui/icons-material/Phone";import h from"../../common/Address.js";import v from"./BusinessCredentials.js";import{StyledLink as b}from"../../StyledLink.js";import{Alert as y}from"@mui/material";import{usePathname as _}from"next/navigation";function x(x){var w=x.data,A=w.first_name,B=w.last_name,C=w.email,D=w.phone,T=w.company_address,j=w.billing_address,N=w.delivery_address,P=w.business_credentials,S=w.editProfileUrl,k=void 0===S?"/user/profile/edit":S,z=w.completeEnough,O=void 0!==z&&z,R=w.orders,V=w.returns;if(!w)return t.createElement(a,{spacing:2},t.createElement(l,null,"Customer profile not available"));var L=_().includes("/user/");return t.createElement(i,{container:!0,sx:{width:"100%"},spacing:2},t.createElement(i,{item:!0,xs:12},t.createElement(a,{spacing:2},t.createElement(a,{direction:"row",spacing:2,justifyContent:"space-between"},t.createElement(a,{spacing:2,sx:{width:"100%"}},t.createElement(l,{variant:"h3",component:"h1"},L?"Your Profile":"Customer Profile"),!L&&w.customer_number&&t.createElement(l,{variant:"body1"},"Customer Number: ",t.createElement("strong",null,w.customer_number))),L&&t.createElement(t.Fragment,null,Boolean(O)?t.createElement(a,{direction:"row",justifyContent:"flex-end"},t.createElement(b,{href:k,target:"_self"},t.createElement(m,{variant:"contained"},"edit profile"))):t.createElement(y,{severity:"warning",action:t.createElement(b,{href:k,target:"_self"},t.createElement(m,{variant:"contained"},"complete profile"))},"After completion of your profile you can enjoy all the benefits of your services."))),t.createElement(d,null))),t.createElement(i,{item:!0,xs:12},P?t.createElement(v,{data:P}):t.createElement(l,null,"Business credentials not available"),t.createElement(d,{sx:{pt:2}})),t.createElement(i,{item:!0,xs:12},t.createElement(a,{spacing:2,direction:"row"},t.createElement(p,null),t.createElement(n,null,t.createElement(l,{variant:"body1",component:"p"},A," ",B," ",!A&&!B&&"N/A"))),t.createElement(a,{spacing:2,direction:"row"},t.createElement(f,null),t.createElement(n,null,t.createElement(l,{variant:"body1",component:"p"},C," ",!C&&"N/A"))),t.createElement(a,{spacing:2,direction:"row"},t.createElement(g,null),t.createElement(n,null,t.createElement(l,{variant:"body1",component:"p"},D," ",!D&&"N/A"))),t.createElement(d,{sx:{pt:2}})),T?t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,{variant:"h6"},"Company Address"),t.createElement(h,{data:e({},T)})):t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,null,"Company address not available")),N?t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,{variant:"h6"},"Delivery Address"),t.createElement(h,{data:e({},N)})):t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,null,"Delivery address not available")),j?t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,{variant:"h6"},"Billing Address"),t.createElement(h,{data:e({},j)})):t.createElement(i,{item:!0,xs:12,md:4},t.createElement(l,null,"Billing address not available")),t.createElement(i,{item:!0,xs:12},t.createElement(l,{variant:"h6",gutterBottom:!0},"Orders"),t.createElement(r,null,R&&R.data&&R.data.length>0?t.createElement(o,null,t.createElement(u,null,t.createElement(E,null,t.createElement(s,null,"Order Number"),t.createElement(s,null,"Date"),t.createElement(s,null,"Status"),t.createElement(s,{align:"right"},"Total"),t.createElement(s,{align:"right"},"Actions"))),t.createElement(c,null,R.data.map((function(e,r){return t.createElement(E,{key:r},t.createElement(s,null,e.opo_number),t.createElement(s,null,new Date(e.order_date).toLocaleDateString()),t.createElement(s,null,e.status),t.createElement(s,{align:"right"},e.total_incl_vat," ",e.order_currency),t.createElement(s,{align:"right"},L?t.createElement(b,{href:"/user/orders?selectedOrder=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View")):t.createElement(b,{href:"/dashboard/admin/e-commerce/opos?selectedOrder=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View"))))})))):t.createElement(n,{p:2},L?t.createElement(l,null,"You have no orders."):t.createElement(l,null,"This user has no orders.")))),t.createElement(i,{item:!0,xs:12},t.createElement(l,{variant:"h6",gutterBottom:!0},"Returns"),t.createElement(r,null,V&&V.data&&V.data.length>0?t.createElement(o,null,t.createElement(u,null,t.createElement(E,null,t.createElement(s,null,"Return Number"),t.createElement(s,null,"RMA Number"),t.createElement(s,null,"Date"),t.createElement(s,null,"Status"),t.createElement(s,{align:"right"},"Actions"))),t.createElement(c,null,V.data.map((function(e,r){return t.createElement(E,{key:r},t.createElement(s,null,e.return_number),t.createElement(s,null,e.rma_number),t.createElement(s,null,new Date(e.return_date).toLocaleDateString()),t.createElement(s,null,e.status),t.createElement(s,{align:"right"},L?t.createElement(b,{href:"/user/returns/selectedIro=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View")):t.createElement(b,{href:"/dashboard/admin/e-commerce/iros?selectedIro=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View"))))})))):t.createElement(n,{p:2},L?t.createElement(l,null,"You have no returns."):t.createElement(l,null,"This user has no returns.")))))}export{x as default};
@@ -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/Box";import t from"@mui/material/Table";import a from"@mui/material/TableBody";import r from"@mui/material/TableCell";import m from"@mui/material/TableHead";import n from"@mui/material/TableFooter";import o from"@mui/material/TableRow";import i from"@mui/material/Typography";import{OpoSummaryRow as c}from"./OpoSummaryRow.js";function u(u){var p=u.opo,E=p.opo_items;return e.createElement(l,{sx:{p:{xs:1,md:2}}},null!=E?e.createElement(t,null,e.createElement(m,null,e.createElement(o,null,e.createElement(r,null,"Amount"),e.createElement(r,null,"Product Title"),e.createElement(r,null,"Price Excl. VAT"),e.createElement(r,null,"Price Incl. VAT"))),e.createElement(a,null,E.map((function(l){return e.createElement(c,{key:l.id,data:l})}))),e.createElement(n,null,e.createElement(o,null,e.createElement(r,{colSpan:3,align:"right"},"Total excl VAT"),e.createElement(r,{colSpan:1,align:"left"},"€ ",p.total_excl_vat)),e.createElement(o,null,e.createElement(r,{colSpan:3,align:"right"},"Total incl VAT"),e.createElement(r,{colSpan:1,align:"left"},"€ ",p.total_incl_vat)))):e.createElement(i,null,"No products in cart"))}export{u as OpoSummary};
6
+ import e from"react";import l from"@mui/material/Box";import t from"@mui/material/Table";import a from"@mui/material/TableBody";import r from"@mui/material/TableCell";import m from"@mui/material/TableHead";import n from"@mui/material/TableFooter";import o from"@mui/material/TableRow";import i from"@mui/material/Typography";import{OpoSummaryRow as c}from"./OpoSummaryRow.js";function u(u){var p=u.opo,E=p.opo_items;return E?(console.log("opo_items",E),e.createElement(l,{sx:{p:{xs:1,md:2}}},null!=E?e.createElement(t,null,e.createElement(m,null,e.createElement(o,null,e.createElement(r,null,"Amount"),e.createElement(r,null,"Product Title"),e.createElement(r,null,"Price Excl. VAT"),e.createElement(r,null,"Price Incl. VAT"))),e.createElement(a,null,(null==E?void 0:E.data)&&E.data.map((function(l){return e.createElement(c,{key:l.id,data:l})}))),e.createElement(n,null,e.createElement(o,null,e.createElement(r,{colSpan:3,align:"right"},"Total excl VAT"),e.createElement(r,{colSpan:1,align:"left"},"€ ",p.total_excl_vat)),e.createElement(o,null,e.createElement(r,{colSpan:3,align:"right"},"Total incl VAT"),e.createElement(r,{colSpan:1,align:"left"},"€ ",p.total_incl_vat)))):e.createElement(i,null,"No products in cart"))):e.createElement(i,null,"Loading...")}export{u as OpoSummary};
@@ -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 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};
6
+ import e from"react";import t from"@mui/material/TableRow";import r from"@mui/material/TableCell";function l(l){var a=l.data;a.id;var m=a.ordered_quantity,i=a.product;return e.createElement(t,null,e.createElement(r,null,m),e.createElement(r,null,null==i?void 0:i.title))}export{l as OpoSummaryRow};