umwd-components 0.1.699 → 0.1.700
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/src/components/e-commerce/customer/CustomerProfileDisplay.js +1 -1
- package/dist/src/data/actions/logistics/note/createNoteAction.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/components/e-commerce/customer/CustomerProfileDisplay.tsx +21 -25
- package/src/data/actions/logistics/note/createNoteAction.ts +9 -2
|
@@ -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
|
|
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};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__awaiter as r,__generator as e,__assign as t}from"../../../../../node_modules/tslib/tslib.es6.js";import{mutateData as s}from"../../../services/mutate-data.js";import{flattenAttributes as a}from"../../../../lib/utils.js";import{parseFormData as o}from"../../../../lib/parseFormData.js";function i(i,n,l){return r(this,void 0,void 0,(function(){var r,m,u,
|
|
7
|
+
import{__awaiter as r,__generator as e,__assign as t}from"../../../../../node_modules/tslib/tslib.es6.js";import{mutateData as s}from"../../../services/mutate-data.js";import{flattenAttributes as a}from"../../../../lib/utils.js";import{parseFormData as o}from"../../../../lib/parseFormData.js";function i(i,n,l){return r(this,void 0,void 0,(function(){var r,m,u,p;return e(this,(function(e){switch(e.label){case 0:return(r=o(l)).data.content.length<5?[2,t(t({},n),{strapiErrors:null,message:"Content cannot be empty.",severity:"error"})]:(m={data:t(t({},r.data),{related:i})},[4,s("POST","/api/notes",m)]);case 1:return(u=e.sent())?u.error?[2,t(t({},n),{strapiErrors:u.error,message:"Failed to Create Note.",severity:"error"})]:(p=a(u),[2,t(t({},n),{message:"New Note Created",severity:"success",data:p,strapiErrors:null})]):[2,t(t({},n),{strapiErrors:null,message:"Ops! Something went wrong. Please try again.",severity:"error"})]}}))}))}export{i as createNoteAction};
|