umwd-components 0.1.704 → 0.1.705
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 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,I=w.business_credentials,P=w.editProfileUrl,S=void 0===P?"/user/profile/edit":P,k=w.completeEnough,z=void 0!==k&&k,O=w.orders,R=w.returns;if(!w)return t.createElement(a,{spacing:2},t.createElement(l,null,"Customer profile not available"));var V=_().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"},V?"Your Profile":"Customer Profile"),!V&&w.customer_number&&t.createElement(l,{variant:"body1"},"Customer Number: ",t.createElement("strong",null,w.customer_number))),V&&t.createElement(t.Fragment,null,Boolean(z)?t.createElement(a,{direction:"row",justifyContent:"flex-end"},t.createElement(b,{href:S,target:"_self"},t.createElement(m,{variant:"contained"},"edit profile"))):t.createElement(y,{severity:"warning",action:t.createElement(b,{href:S,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},I?t.createElement(v,{data:I}):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,O&&O.data&&O.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,O.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"},V?t.createElement(b,{href:"/user/orders?selectedOpoId=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View")):t.createElement(b,{href:"/dashboard/admin/e-commerce/opos?selectedOpoId=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View"))))})))):t.createElement(n,{p:2},V?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,R&&R.data&&R.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,R.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"},V?t.createElement(b,{href:"/user/returns
|
|
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,I=w.business_credentials,P=w.editProfileUrl,S=void 0===P?"/user/profile/edit":P,k=w.completeEnough,z=void 0!==k&&k,O=w.orders,R=w.returns;if(!w)return t.createElement(a,{spacing:2},t.createElement(l,null,"Customer profile not available"));var V=_().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"},V?"Your Profile":"Customer Profile"),!V&&w.customer_number&&t.createElement(l,{variant:"body1"},"Customer Number: ",t.createElement("strong",null,w.customer_number))),V&&t.createElement(t.Fragment,null,Boolean(z)?t.createElement(a,{direction:"row",justifyContent:"flex-end"},t.createElement(b,{href:S,target:"_self"},t.createElement(m,{variant:"contained"},"edit profile"))):t.createElement(y,{severity:"warning",action:t.createElement(b,{href:S,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},I?t.createElement(v,{data:I}):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,O&&O.data&&O.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,O.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"},V?t.createElement(b,{href:"/user/orders?selectedOpoId=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View")):t.createElement(b,{href:"/dashboard/admin/e-commerce/opos?selectedOpoId=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View"))))})))):t.createElement(n,{p:2},V?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,R&&R.data&&R.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,R.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"},V?t.createElement(b,{href:"/user/returns?selectedIroId=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View")):t.createElement(b,{href:"/dashboard/admin/e-commerce/iros?selectedIroId=".concat(e.id),target:"_self"},t.createElement(m,{variant:"contained",size:"small"},"View"))))})))):t.createElement(n,{p:2},V?t.createElement(l,null,"You have no returns."):t.createElement(l,null,"This user has no returns.")))))}export{x as default};
|