umwd-components 0.1.432 → 0.1.434
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/checkout/Step2.js +1 -1
- package/dist/src/components/e-commerce/checkout/Step3.js +1 -1
- package/dist/src/components/e-commerce/checkout/Step5.js +1 -1
- package/dist/src/context/auth/SessionContext.js +1 -1
- package/dist/src/context/e-commerce/checkout/CheckoutContext.js +1 -1
- package/dist/src/data/actions/auth-actions.js +1 -1
- package/dist/src/data/services/auth-service.js +1 -1
- package/dist/src/data/services/get-user-me-loader.js +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types/components/e-commerce/checkout/Step1.d.ts +2 -1
- package/dist/types/components/e-commerce/checkout/Step3.d.ts +2 -1
- package/dist/types/context/auth/SessionContext.d.ts +1 -0
- package/package.json +1 -1
- package/src/components/e-commerce/checkout/Step1.tsx +2 -23
- package/src/components/e-commerce/checkout/Step2.tsx +0 -9
- package/src/components/e-commerce/checkout/Step3.tsx +67 -64
- package/src/components/e-commerce/checkout/Step5.tsx +1 -8
- package/src/context/auth/SessionContext.tsx +23 -13
- package/src/context/e-commerce/checkout/CheckoutContext.tsx +2 -17
- package/src/data/actions/auth-actions.ts +6 -4
- package/src/data/services/auth-service.ts +3 -2
- package/src/data/services/get-user-me-loader.ts +12 -2
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import r,{useState as t,useEffect as o}from"react";import i from"@mui/material/Button";import m from"@mui/material/Paper";import l from"@mui/material/Stack";import a from"@mui/material/Box";import n from"@mui/material/CircularProgress";import{useSession as s}from"../../../context/auth/SessionContext.js";import{isCustomerProfileComplete as c}from"../../../lib/isCustomerProfileComplete.js";import u from"../customer/DenseCustomerProfileDisplay.js";import p from"../customer/CustomerProfileEditForm.js";function f(){var f=s(),d=f.user,E=f.loading,x=f.error,C=e(t((null==d?void 0:d.customer_profile)?d.customer_profile:null),2),g=C[0],
|
|
7
|
+
import{__read as e}from"../../../../node_modules/tslib/tslib.es6.js";import r,{useState as t,useEffect as o}from"react";import i from"@mui/material/Button";import m from"@mui/material/Paper";import l from"@mui/material/Stack";import a from"@mui/material/Box";import n from"@mui/material/CircularProgress";import{useSession as s}from"../../../context/auth/SessionContext.js";import{isCustomerProfileComplete as c}from"../../../lib/isCustomerProfileComplete.js";import u from"../customer/DenseCustomerProfileDisplay.js";import p from"../customer/CustomerProfileEditForm.js";function f(){var f=s(),d=f.user,E=f.loading,x=f.error,C=e(t((null==d?void 0:d.customer_profile)?d.customer_profile:null),2),g=C[0],v=C[1],h=e(t(!(g&&c(g))),2),j=h[0],P=h[1];return E||!d?r.createElement(a,{sx:{display:{xs:"none",md:"flex"},flexGrow:0,position:"relative",width:"40px",height:"40px"}},r.createElement(n,null)):x?r.createElement("p",null,"Error: ",x):(o((function(){v((null==d?void 0:d.customer_profile)?d.customer_profile:null)}),[d]),r.createElement(m,{sx:{p:2}},j?r.createElement(l,{spacing:2},r.createElement(p,{data:g}),r.createElement(i,{variant:"contained",onClick:function(){P(!1)},disabled:!c(g)},"cancel")):r.createElement(l,{spacing:2},r.createElement(u,{data:g}),r.createElement(i,{variant:"contained",onClick:function(){P(!0)}},"Change address"))))}export{f as default};
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import t from"react";import r from"@mui/material/Paper";import
|
|
6
|
+
import{extends as e}from"../../../../_virtual/_rollupPluginBabelHelpers.js";import t from"react";import r from"@mui/material/Paper";import n from"@mui/material/Stack";import i from"@mui/material/Typography";import a from"@mui/material/Autocomplete";import l from"@mui/material/Grid";import o from"@mui/material/Checkbox";import m from"@mui/material/TextField";import s from"../../common/Address.js";function d(d){var c,p,u=d.user,f=d.prefersBillingAddress,E=void 0===f||f,v=d.prefersDeliveryAddress,g=void 0===v||v,y=d.delivery_options,_=d.payment_options,b=d.togglePrefersBillingAddress,h=d.togglePrefersDeliveryAddress;return t.createElement(r,{sx:{p:2}},t.createElement(n,{spacing:2},null!==u&&t.createElement("form",null,t.createElement(l,{container:!0,spacing:2},t.createElement(l,{item:!0,xs:12,md:6},t.createElement(n,{spacing:2,justifyContent:"space-between"},t.createElement(i,{variant:"h5"},"Delivery Options"),t.createElement(i,{variant:"body1"},"Your order will be delivered at this address"),g&&u.customer_profile.delivery_address?t.createElement(s,{data:u.customer_profile.delivery_address}):t.createElement(s,{data:u.customer_profile.company_address}),null!=(null===(c=null==u?void 0:u.customer_profile)||void 0===c?void 0:c.delivery_address)&&t.createElement(n,{direction:"row",spacing:2,alignItems:"center"},t.createElement(o,{checked:!g,onChange:h}),t.createElement(i,null,"Use company address instead")),y&&y.length>0&&t.createElement(a,{options:y,renderInput:function(r){return t.createElement(m,e({},r,{label:"Delivery Options"}))}}))),t.createElement(l,{item:!0,xs:12,md:6},t.createElement(n,{spacing:2,justifyContent:"space-between"},t.createElement(i,{variant:"h5"},"Payment Options"),t.createElement(i,{variant:"body1"},"Your invoice will be shipped to this address"),E&&u.customer_profile.billing_address?t.createElement(s,{data:u.customer_profile.billing_address}):t.createElement(s,{data:u.customer_profile.company_address}),null!=(null===(p=null==u?void 0:u.customer_profile)||void 0===p?void 0:p.billing_address)&&t.createElement(n,{direction:"row",spacing:2,alignItems:"center"},t.createElement(o,{checked:!E,onChange:b}),t.createElement(i,null,"Use company address instead")),_&&_.length>0&&t.createElement(a,{options:_,renderInput:function(r){return t.createElement(m,e({},r,{label:"Payment Options"}))}})))))))}export{d as default};
|
|
@@ -3,4 +3,4 @@
|
|
|
3
3
|
* @copyright Jelle Paulus
|
|
4
4
|
* @license MIT
|
|
5
5
|
*/
|
|
6
|
-
import{__read as e,__awaiter as
|
|
6
|
+
import{__read as e,__awaiter as t,__generator as r}from"../../../../node_modules/tslib/tslib.es6.js";import i,{useState as o,useEffect as l}from"react";import{getSingleOrderByUuid as n}from"../../../data/loaders/e-commerce-loaders.js";import{useSearchParams as a}from"next/navigation";import m from"../opo/OpoDisplay.js";import c from"@mui/material/Paper";import s from"@mui/material/Stack";import u from"@mui/material/Typography";import d from"@mui/material/useMediaQuery";import p from"@mui/icons-material/MoreVert";import f from"@mui/icons-material/ListAlt";import h from"@mui/icons-material/AccountCircle";import{useTheme as v}from"@mui/material/styles";function E(){var E=a(),g=e(o(null),2),y=g[0],b=g[1],x=null!==E?E.get("order"):null,k=v(),A=d(k.breakpoints.down("md"));return l((function(){!function(){t(this,void 0,void 0,(function(){var e;return r(this,(function(t){switch(t.label){case 0:return x?[4,n(x)]:[3,2];case 1:e=t.sent(),b(e.error?null:e),t.label=2;case 2:return[2]}}))}))}()}),[x]),x&&null!==y?y?i.createElement(c,{sx:{p:2}},i.createElement(s,{spacing:2},y&&i.createElement(m,{opo:y}),i.createElement(u,{variant:"h6"},"Thank you for shopping with us!"),i.createElement(u,null,"You are always able to access your information and documents in your personal details."),A?i.createElement(u,null,"Click on the ",i.createElement(p,{sx:{verticalAlign:"middle"}})," icon in the top-right bottom of the screen, then click on"," ",i.createElement(f,{sx:{verticalAlign:"middle"}})," Orders"):i.createElement(u,null,"Hover over the"," ",i.createElement(h,{sx:{verticalAlign:"middle"}})," icon in the top-right corner of the screen, then click on"," ",i.createElement(f,{sx:{verticalAlign:"middle"}})," Orders"))):i.createElement("div",null,"Loading..."):i.createElement("div",null,"No order to display...")}export{E as default};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__read as
|
|
7
|
+
import{__read as r,__awaiter as e,__generator as t}from"../../../node_modules/tslib/tslib.es6.js";import n,{useState as s,useEffect as o,useContext as i,createContext as u}from"react";import{getAuthToken as c}from"../../data/services/get-token.js";import{getUserMeLoader as a}from"../../data/services/get-user-me-loader.js";import{loginUserService as l}from"../../data/services/auth-service.js";import{logoutAction as d}from"../../data/actions/auth-actions.js";import{useSearchParams as f}from"next/navigation";var v=u(void 0),h=function(i){var u=i.children,h=r(s(null),2),m=h[0],g=h[1],p=r(s(!0),2),w=p[0],b=p[1],j=r(s(null),2),y=j[0],A=j[1],x=f(),E=function(){return e(void 0,void 0,void 0,(function(){var r,e;return t(this,(function(t){switch(t.label){case 0:b(!0),t.label=1;case 1:return t.trys.push([1,4,5,6]),[4,c()];case 2:return(r=t.sent())?[4,a(r)]:(b(!1),[2]);case 3:return(e=t.sent())?g(e):A("Failed to fetch user details"),[3,6];case 4:return t.sent(),A("An error occurred while fetching user details"),[3,6];case 5:return b(!1),[7];case 6:return[2]}}))}))};o((function(){E()}),[]),o((function(){x&&"success"===x.get("login")&&S()}),[x]);var S=function(){return e(void 0,void 0,void 0,(function(){return t(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,E()];case 1:return r.sent(),[3,3];case 2:return r.sent(),A("An error occurred while refreshing session"),[3,3];case 3:return[2]}}))}))};return n.createElement(v.Provider,{value:{user:m,loading:w,error:y,login:function(r,n){return e(void 0,void 0,void 0,(function(){var e;return t(this,(function(t){switch(t.label){case 0:b(!0),t.label=1;case 1:return t.trys.push([1,3,4,5]),[4,l({identifier:r,password:n})];case 2:return(e=t.sent())&&e.jwt?(document.cookie="jwt=".concat(e.jwt,";path=/;max-age=604800;secure"),g(e.user)):A("Failed to login"),[3,5];case 3:return t.sent(),A("An error occurred during login"),[3,5];case 4:return b(!1),[7];case 5:return[2]}}))}))},logout:function(){return e(void 0,void 0,void 0,(function(){return t(this,(function(r){switch(r.label){case 0:return r.trys.push([0,2,,3]),[4,d()];case 1:return r.sent(),g(null),[3,3];case 2:return r.sent(),A("An error occurred during logout"),[3,3];case 3:return[2]}}))}))},refreshSession:S,clearError:function(){A(null)}}},u)},m=function(){var r=i(v);if(!r)throw new Error("useSession must be used within a SessionProvider");return r};export{h as SessionProvider,m as useSession};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__read as e,__assign as
|
|
7
|
+
import{__read as e,__assign as r}from"../../../../node_modules/tslib/tslib.es6.js";import s,{useReducer as i,useContext as l,createContext as o}from"react";import{isCustomerProfileComplete as d}from"../../../lib/isCustomerProfileComplete.js";import{isAddressComplete as t}from"../../../lib/isAddressComplete.js";import{areBusinessCredentailsComplete as n}from"../../../lib/areBusinessCredentialsComplete.js";import{useClientSideCart as a}from"../../../components/e-commerce/cart/hooks.js";import{useSession as p}from"../../auth/SessionContext.js";import m from"../../../lib/isVATValid.js";import u from"../../../lib/isEORIValid.js";var f={confirmations:{itemsInCart:!1,customerProfileComplete:!1,companyAddressComplete:!1,deliveryAddressComplete:!1,billingAddressComplete:!1,businessCredentailsComplete:!1,hasValidatedVAT:!1,hasValidatedEORI:!1},delivery_options:[{id:1,label:"ptt"}],payment_options:[{id:1,label:"ideal"}],prefersBillingAddress:!0,prefersDeliveryAddress:!0},c=o({state:f,runAllChecks:function(){},togglePrefersBillingAddress:function(){},togglePrefersDeliveryAddress:function(){}}),v=function(e,s){switch(s.type){case"UPDATE_CONFIRMATIONS":return r(r({},e),{confirmations:r(r({},e.confirmations),s.payload)});case"SET_PREFERS_BILLING_ADDRESS":return r(r({},e),{prefersBillingAddress:s.payload.prefersBillingAddress});case"SET_PREFERS_DELIVERY_ADDRESS":return r(r({},e),{prefersDeliveryAddress:s.payload.prefersDeliveryAddress});default:return e}},A=function(r){var l=r.children,o=e(i(v,f),2),A=o[0],_=o[1],E=p(),y=E.user;E.loading,E.error;var C=a(),g={state:A,runAllChecks:function(){var e,r,s,i,l,o,a=C.state.items.length>0,p=d(null==y?void 0:y.customer_profile),f=t(null===(e=null==y?void 0:y.customer_profile)||void 0===e?void 0:e.company_address),c=t(null===(r=null==y?void 0:y.customer_profile)||void 0===r?void 0:r.delivery_address),v=t(null===(s=null==y?void 0:y.customer_profile)||void 0===s?void 0:s.billing_address),A=n(null===(i=null==y?void 0:y.customer_profile)||void 0===i?void 0:i.business_credentials),E=m(null===(l=null==y?void 0:y.customer_profile)||void 0===l?void 0:l.business_credentials),g=u(null===(o=null==y?void 0:y.customer_profile)||void 0===o?void 0:o.business_credentials);_({type:"UPDATE_CONFIRMATIONS",payload:{itemsInCart:a,customerProfileComplete:p,companyAddressComplete:f,deliveryAddressComplete:c,billingAddressComplete:v,businessCredentailsComplete:A,hasValidatedVAT:E,hasValidatedEORI:g}})},togglePrefersBillingAddress:function(){_({type:"SET_PREFERS_BILLING_ADDRESS",payload:{prefersBillingAddress:!A.prefersBillingAddress}})},togglePrefersDeliveryAddress:function(){_({type:"SET_PREFERS_DELIVERY_ADDRESS",payload:{prefersDeliveryAddress:!A.prefersDeliveryAddress}})}};return s.createElement(c.Provider,{value:g},l)},_=function(){return l(c)};export{A as CheckoutProvider,_ as useCheckout};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__awaiter as e,__generator as r,__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{z as t}from"zod";import{cookies as a}from"next/headers";import{redirect as i}from"next/navigation";import{registerUserService as o,loginUserService as n}from"../services/auth-service.js";var d,l={maxAge:604800,path:"/",domain:null!==(d=process.env.HOST)&&void 0!==d?d:"localhost",httpOnly:!0,secure:"production"===process.env.NODE_ENV},m=t.object({username:t.string().min(3).max(20,{message:"Username must be between 3 and 20 characters"}),password:t.string().min(6).max(100,{message:"Password must be between 6 and 100 characters"}),email:t.string().email({message:"Please enter a valid email address"}),redirect:t.string().optional()});function u(t,n){return e(this,void 0,void 0,(function(){var e,d,u,c,g;return r(this,(function(r){switch(r.label){case 0:return(e=m.safeParse({username:n.get("username"),password:n.get("password"),email:n.get("email")})).success?[4,o(e.data)]:[2,s(s({},t),{zodErrors:e.error.flatten().fieldErrors,strapiErrors:null,message:"Missing Fields. Failed to Register."})];case 1:return(d=r.sent())?d.error?[2,s(s({},t),{strapiErrors:d.error,zodErrors:null,message:"Failed to Register."})]:(u=null!==(g=null===(c=n.get("redirect"))||void 0===c?void 0:c.toString())&&void 0!==g?g:null,a().set("jwt",d.jwt,l),i(u||"/dashboard"),[2]):[2,s(s({},t),{strapiErrors:null,zodErrors:null,message:"Ops! Something went wrong. Please try again."})]}}))}))}var c=t.object({identifier:t.string().min(3,{message:"Identifier must have at least 3 or more characters"}).max(20,{message:"Please enter a valid username or email address"}),password:t.string().min(6,{message:"Password must have at least 6 or more characters"}).max(100,{message:"Password must be between 6 and 100 characters"}),redirect:t.string().optional()});function g(t,o){return e(this,void 0,void 0,(function(){var e,d,m,u,g,p;return r(this,(function(r){switch(r.label){case 0:return(e=c.safeParse({identifier:o.get("identifier"),password:o.get("password")})).success?[4,n(e.data)]:[2,s(s({},t),{zodErrors:e.error.flatten().fieldErrors,message:"Missing Fields. Failed to Login."})];case 1:return(d=r.sent())?d.error?[2,s(s({},t),{strapiErrors:d.error,zodErrors:null,message:"Failed to Login."})]:(a().set("jwt",d.jwt,l),m=null!==(p=null===(g=o.get("redirect"))||void 0===g?void 0:g.toString())&&void 0!==p?p:null,u="".concat(m||"/dashboard","?login=success"),i(u),[2]):[2,s(s({},t),{strapiErrors:
|
|
7
|
+
import{__awaiter as e,__generator as r,__assign as s}from"../../../node_modules/tslib/tslib.es6.js";import{z as t}from"zod";import{cookies as a}from"next/headers";import{redirect as i}from"next/navigation";import{registerUserService as o,loginUserService as n}from"../services/auth-service.js";var d,l={maxAge:604800,path:"/",domain:null!==(d=process.env.HOST)&&void 0!==d?d:"localhost",httpOnly:!0,secure:"production"===process.env.NODE_ENV},m=t.object({username:t.string().min(3).max(20,{message:"Username must be between 3 and 20 characters"}),password:t.string().min(6).max(100,{message:"Password must be between 6 and 100 characters"}),email:t.string().email({message:"Please enter a valid email address"}),redirect:t.string().optional()});function u(t,n){return e(this,void 0,void 0,(function(){var e,d,u,c,g;return r(this,(function(r){switch(r.label){case 0:return(e=m.safeParse({username:n.get("username"),password:n.get("password"),email:n.get("email")})).success?[4,o(e.data)]:[2,s(s({},t),{zodErrors:e.error.flatten().fieldErrors,strapiErrors:null,message:"Missing Fields. Failed to Register."})];case 1:return(d=r.sent())?d.error?[2,s(s({},t),{strapiErrors:d.error,zodErrors:null,message:"Failed to Register."})]:(u=null!==(g=null===(c=n.get("redirect"))||void 0===c?void 0:c.toString())&&void 0!==g?g:null,a().set("jwt",d.jwt,l),i(u||"/dashboard"),[2]):[2,s(s({},t),{strapiErrors:null,zodErrors:null,message:"Ops! Something went wrong. Please try again."})]}}))}))}var c=t.object({identifier:t.string().min(3,{message:"Identifier must have at least 3 or more characters"}).max(20,{message:"Please enter a valid username or email address"}),password:t.string().min(6,{message:"Password must have at least 6 or more characters"}).max(100,{message:"Password must be between 6 and 100 characters"}),redirect:t.string().optional()});function g(t,o){return e(this,void 0,void 0,(function(){var e,d,m,u,g,p;return r(this,(function(r){switch(r.label){case 0:return(e=c.safeParse({identifier:o.get("identifier"),password:o.get("password")})).success?[4,n(e.data)]:[2,s(s({},t),{zodErrors:e.error.flatten().fieldErrors,message:"Missing Fields. Failed to Login."})];case 1:return(d=r.sent())?d.error?[2,s(s({},t),{strapiErrors:d.error,zodErrors:null,message:"Failed to Login."})]:(a().set("jwt",d.jwt,l),m=null!==(p=null===(g=o.get("redirect"))||void 0===g?void 0:g.toString())&&void 0!==p?p:null,u="".concat(m||"/dashboard","?login=success"),i(u),[2]):[2,s(s({},t),{strapiErrors:null,zodErrors:null,message:"Ops! Something went wrong. Please try again."})]}}))}))}function p(){return e(this,void 0,void 0,(function(){return r(this,(function(e){return a().set("jwt","",s(s({},l),{maxAge:0})),i("/"),[2]}))}))}export{g as loginUserAction,p as logoutAction,u as registerUserAction};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__awaiter as
|
|
7
|
+
import{__awaiter as r,__generator as e,__assign as t}from"../../../node_modules/tslib/tslib.es6.js";import{getStrapiURL as o}from"../../lib/utils.js";var n=o();function s(o){return r(this,void 0,void 0,(function(){var r,s,a;return e(this,(function(e){switch(e.label){case 0:r=new URL("/api/auth/local/register",n),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t({},o)),cache:"no-cache"})];case 2:if(!(s=e.sent()).ok)throw new Error("HTTP error! status: ".concat(s.status));return[2,s.json()];case 3:throw a=e.sent(),console.error("Registration Service Error:",a),a;case 4:return[2]}}))}))}function a(o){return r(this,void 0,void 0,(function(){var r,s,a;return e(this,(function(e){switch(e.label){case 0:r=new URL("/api/auth/local",n),e.label=1;case 1:return e.trys.push([1,3,,4]),[4,fetch(r,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t({},o)),cache:"no-cache"})];case 2:if(!(s=e.sent()).ok)throw new Error("HTTP error! status: ".concat(s.status));return[2,s.json()];case 3:throw a=e.sent(),console.error("Login Service Error:",a),a;case 4:return[2]}}))}))}export{a as loginUserService,s as registerUserService};
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
* @copyright Jelle Paulus
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
7
|
-
import{__awaiter as
|
|
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";var s=n(),a=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}}}}}}),i=o.stringify({populate:"role"});function u(){return r(this,void 0,void 0,(function(){var r,o,n,i,u;return e(this,(function(e){switch(e.label){case 0:return(r=new URL("/api/users/me",s)).search=a,[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(i=e.sent()).error?[2,{ok:!1,data:null,error:i.error}]:[2,{ok:!0,data:i,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 c(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",s)).search=a,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 l(){return r(this,void 0,void 0,(function(){var r,o,n,a,u;return e(this,(function(e){switch(e.label){case 0:return(r=new URL("/api/users/me",s)).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(a=e.sent()).error?[2,{ok:!1,data:null,error:a.error}]:[2,{ok:!0,data:a,error:null}];case 5:return u=e.sent(),console.error("getUserRole Error:",u),[2,{ok:!1,data:null,error:u}];case 6:return[2]}}))}))}export{u as getExtendedUserMeLoader,c as getUserMeLoader,l as getUserRole};
|