umwd-components 0.1.702 → 0.1.704

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,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};
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};
@@ -3,4 +3,4 @@
3
3
  * @copyright Jelle Paulus
4
4
  * @license MIT
5
5
  */
6
- import e from"react";import t from"@mui/material/Typography";import l from"@mui/material/Table";import r from"@mui/material/TableHead";import a from"@mui/material/TableRow";import m from"@mui/material/TableCell";import n from"@mui/material/TableBody";import{OpoSummary as o}from"./OpoSummary.js";import{PaymentStatusIndicator as i}from"./PaymentStatusIndicator.js";function u(u){var d,p,c,E,v=u.opo;return e.createElement(e.Fragment,null,e.createElement(t,{variant:"h5"},"Order Details"),e.createElement(l,null,e.createElement(r,null,e.createElement(a,null,e.createElement(m,null,"Order number"),e.createElement(m,null,"Order Date"),e.createElement(m,null,"Payment status"))),e.createElement(n,null,e.createElement(a,null,e.createElement(m,null,v.opo_number),e.createElement(m,null,v.order_date),e.createElement(m,null,e.createElement(i,{payment_status:null===(p=null===(d=null==v?void 0:v.payments)||void 0===d?void 0:d[0])||void 0===p?void 0:p.payment_status,provider_id:null===(E=null===(c=null==v?void 0:v.payments)||void 0===c?void 0:c[0])||void 0===E?void 0:E.provider_id}))))),e.createElement(t,{variant:"body1"},"Contents of the order:"),e.createElement(o,{opo:v}))}export{u as default};
6
+ import e from"react";import t from"@mui/material/Typography";import l from"@mui/material/Table";import r from"@mui/material/TableHead";import a from"@mui/material/TableRow";import m from"@mui/material/TableCell";import n from"@mui/material/TableBody";import{OpoSummary as o}from"./OpoSummary.js";import{PaymentStatusIndicator as i}from"./PaymentStatusIndicator.js";function u(u){var d,p,c,E,s=u.opo;return e.createElement(e.Fragment,null,e.createElement(t,{variant:"h5"},"Order Details"),e.createElement(l,null,e.createElement(r,null,e.createElement(a,null,e.createElement(m,null,"Order number"),e.createElement(m,null,"Order Date"),e.createElement(m,null,"Payment status"))),e.createElement(n,null,e.createElement(a,null,e.createElement(m,null,s.opo_number),e.createElement(m,null,s.order_date),e.createElement(m,null,e.createElement(i,{payment_status:null===(p=null===(d=null==s?void 0:s.payments)||void 0===d?void 0:d[0])||void 0===p?void 0:p.payment_status,provider_id:null===(E=null===(c=null==s?void 0:s.payments)||void 0===c?void 0:c[0])||void 0===E?void 0:E.provider_id}))))),e.createElement(t,{variant:"body1",sx:{mt:2}},"Contents of the order:"),e.createElement(o,{opo:s}))}export{u as default};
@@ -3,4 +3,4 @@
3
3
  * @copyright Jelle Paulus
4
4
  * @license MIT
5
5
  */
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};
6
+ import e from"react";import l from"@mui/material/TableRow";import i from"@mui/material/TableCell";function r(r){var t,n,o=r.data;o.id;var a=o.ordered_quantity,c=o.product;return e.createElement(l,null,e.createElement(i,null,a),e.createElement(i,null,null==c?void 0:c.title),e.createElement(i,null,(null===(t=null==c?void 0:c.price)||void 0===t?void 0:t.price)?"€ ".concat(c.price.price):"no information"),e.createElement(i,null,(null===(n=null==c?void 0:c.price)||void 0===n?void 0:n.price_incl_vat)?"€ ".concat(c.price.price_incl_vat):"no information"))}export{r as OpoSummaryRow};
@@ -4,4 +4,4 @@
4
4
  * @copyright Jelle Paulus
5
5
  * @license MIT
6
6
  */
7
- import{__awaiter as e,__generator as o}from"../../../../node_modules/tslib/tslib.es6.js";import t from"../../../../node_modules/qs/lib/index.js";import{fetchData as r}from"../loaders.js";import{getStrapiURL as s}from"../../../lib/utils.js";var p=s();function i(s){return e(this,void 0,void 0,(function(){var e;return o(this,(function(o){switch(o.label){case 0:return(e=new URL("/api/opos/".concat(s),p)).search=t.stringify({populate:{opo_items:{populate:{product:{populate:{image:!0}},picked_reports:!0,packed_reports:!0,shipped_reports:!0,reports:{populate:{author:!0}}}},customer:{populate:["business_credentials"]},notes:{populate:{author:{populate:!0}}}}}),[4,r(e.href)];case 1:return[2,o.sent()]}}))}))}export{i as getSingleOpo};
7
+ import{__awaiter as e,__generator as o}from"../../../../node_modules/tslib/tslib.es6.js";import t from"../../../../node_modules/qs/lib/index.js";import{fetchData as r}from"../loaders.js";import{getStrapiURL as s}from"../../../lib/utils.js";var p=s();function i(s){return e(this,void 0,void 0,(function(){var e;return o(this,(function(o){switch(o.label){case 0:return(e=new URL("/api/opos/".concat(s),p)).search=t.stringify({populate:{opo_items:{populate:{product:{populate:{price:!0,image:!0}},picked_reports:!0,packed_reports:!0,shipped_reports:!0,reports:{populate:{author:!0}}}},customer:{populate:["business_credentials"]},notes:{populate:{author:{populate:!0}}}}}),[4,r(e.href)];case 1:return[2,o.sent()]}}))}))}export{i as getSingleOpo};
@@ -4,4 +4,4 @@
4
4
  * @copyright Jelle Paulus
5
5
  * @license MIT
6
6
  */
7
- import{__awaiter as r,__generator as e}from"../../../node_modules/tslib/tslib.es6.js";import{getAuthToken as t}from"./get-token.js";import o from"../../../node_modules/qs/lib/index.js";import{getStrapiURL as n}from"../../lib/utils.js";import{unstable_noStore as s}from"next/cache";var a=n(),i=o.stringify({populate:{customer_profile:{populate:{company_address:!0,delivery_address:!0,billing_address:!0,business_credentials:{populate:{vat_validate_response:!0,eori_validate_response:!0}}}}}}),c=o.stringify({populate:"role"});function u(){return r(this,void 0,void 0,(function(){var r,o,n,c,u;return e(this,(function(e){switch(e.label){case 0:return s(),(r=new URL("/api/users/me",a)).search=i,[4,t()];case 1:if(!(o=e.sent()))return[2,{ok:!1,data:null,error:null}];e.label=2;case 2:return e.trys.push([2,5,,6]),[4,fetch(r.href,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer ".concat(o)},cache:"no-cache"})];case 3:if(!(n=e.sent()).ok)throw new Error("HTTP error! status: ".concat(n.status));return[4,n.json()];case 4:return(c=e.sent()).error?[2,{ok:!1,data:null,error:c.error}]:[2,{ok:!0,data:c,error:null}];case 5:return u=e.sent(),console.error("getExtendedUserMeLoader Error:",u),[2,{ok:!1,data:null,error:u}];case 6:return[2]}}))}))}function l(t){return r(this,void 0,void 0,(function(){var r,o,n;return e(this,(function(e){switch(e.label){case 0:(r=new URL("/api/users/me",a)).search=i,e.label=1;case 1:return e.trys.push([1,3,,4]),[4,fetch(r,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer ".concat(t)}})];case 2:if(!(o=e.sent()).ok)throw new Error("HTTP error! status: ".concat(o.status));if(o.ok)return[2,o.json()];throw new Error("Failed to fetch user details");case 3:return n=e.sent(),console.error("getUserMeLoader Error:",n),[2,null];case 4:return[2]}}))}))}function d(){return r(this,void 0,void 0,(function(){var r,o,n,s,i;return e(this,(function(e){switch(e.label){case 0:return(r=new URL("/api/users/me",a)).search=c,[4,t()];case 1:if(!(o=e.sent()))return[2,{ok:!1,data:null,error:null}];e.label=2;case 2:return e.trys.push([2,5,,6]),[4,fetch(r.href,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer ".concat(o)},cache:"no-cache"})];case 3:if(!(n=e.sent()).ok)throw new Error("HTTP error! status: ".concat(n.status));return[4,n.json()];case 4:return(s=e.sent()).error?[2,{ok:!1,data:null,error:s.error}]:[2,{ok:!0,data:s,error:null}];case 5:return i=e.sent(),console.error("getUserRole Error:",i),[2,{ok:!1,data:null,error:i}];case 6:return[2]}}))}))}export{u as getExtendedUserMeLoader,l as getUserMeLoader,d as getUserRole};
7
+ import{__awaiter as r,__generator as e}from"../../../node_modules/tslib/tslib.es6.js";import{getAuthToken as t}from"./get-token.js";import o from"../../../node_modules/qs/lib/index.js";import{getStrapiURL as n}from"../../lib/utils.js";import{unstable_noStore as s}from"next/cache";var a=n(),i=o.stringify({populate:{customer_profile:{populate:{company_address:!0,delivery_address:!0,billing_address:!0,business_credentials:{populate:{vat_validate_response:!0,eori_validate_response:!0}},orders:{populate:{opo_items:{populate:{product:{populate:{price:!0,image:!0}}}}}},returns:{populate:{iro_items:{populate:{product:{populate:{price:!0,image:!0}}}}}}}}}}),u=o.stringify({populate:"role"});function c(){return r(this,void 0,void 0,(function(){var r,o,n,u,c;return e(this,(function(e){switch(e.label){case 0:return s(),(r=new URL("/api/users/me",a)).search=i,[4,t()];case 1:if(!(o=e.sent()))return[2,{ok:!1,data:null,error:null}];e.label=2;case 2:return e.trys.push([2,5,,6]),[4,fetch(r.href,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer ".concat(o)},cache:"no-cache"})];case 3:if(!(n=e.sent()).ok)throw new Error("HTTP error! status: ".concat(n.status));return[4,n.json()];case 4:return(u=e.sent()).error?[2,{ok:!1,data:null,error:u.error}]:[2,{ok:!0,data:u,error:null}];case 5:return c=e.sent(),console.error("getExtendedUserMeLoader Error:",c),[2,{ok:!1,data:null,error:c}];case 6:return[2]}}))}))}function l(t){return r(this,void 0,void 0,(function(){var r,o,n;return e(this,(function(e){switch(e.label){case 0:(r=new URL("/api/users/me",a)).search=i,e.label=1;case 1:return e.trys.push([1,3,,4]),[4,fetch(r,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer ".concat(t)}})];case 2:if(!(o=e.sent()).ok)throw new Error("HTTP error! status: ".concat(o.status));if(o.ok)return[2,o.json()];throw new Error("Failed to fetch user details");case 3:return n=e.sent(),console.error("getUserMeLoader Error:",n),[2,null];case 4:return[2]}}))}))}function p(){return r(this,void 0,void 0,(function(){var r,o,n,s,i;return e(this,(function(e){switch(e.label){case 0:return(r=new URL("/api/users/me",a)).search=u,[4,t()];case 1:if(!(o=e.sent()))return[2,{ok:!1,data:null,error:null}];e.label=2;case 2:return e.trys.push([2,5,,6]),[4,fetch(r.href,{method:"GET",headers:{"Content-Type":"application/json",Authorization:"Bearer ".concat(o)},cache:"no-cache"})];case 3:if(!(n=e.sent()).ok)throw new Error("HTTP error! status: ".concat(n.status));return[4,n.json()];case 4:return(s=e.sent()).error?[2,{ok:!1,data:null,error:s.error}]:[2,{ok:!0,data:s,error:null}];case 5:return i=e.sent(),console.error("getUserRole Error:",i),[2,{ok:!1,data:null,error:i}];case 6:return[2]}}))}))}export{c as getExtendedUserMeLoader,l as getUserMeLoader,p as getUserRole};