@noxickon/onyx 0.1.0 → 1.0.1
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/animations.css +264 -0
- package/dist/chunks/hooks-DiKvsNs-.js +48 -0
- package/dist/chunks/hooks-bJFfbTks.js +8624 -0
- package/dist/chunks/query-BhvXa-m6.js +10 -0
- package/dist/chunks/query-iDn3qBGF.js +14 -0
- package/dist/chunks/ui-ChsTPgui.js +41 -0
- package/dist/chunks/ui-DxsSYHCv.js +20634 -0
- package/dist/chunks/useAuth-BFgXzu6Q.js +12 -0
- package/dist/chunks/useAuth-DxoDe3YA.js +1 -0
- package/dist/contexts/contexts.cjs.js +5 -0
- package/dist/contexts/contexts.es.js +156 -0
- package/dist/contexts.d.ts +117 -0
- package/dist/hooks/hooks.cjs.js +1 -6
- package/dist/hooks/hooks.es.js +11 -1916
- package/dist/hooks.d.ts +79 -21
- package/dist/index.d.ts +1782 -268
- package/dist/layouts/layouts.cjs.js +1 -0
- package/dist/layouts/layouts.es.js +688 -0
- package/dist/layouts.d.ts +430 -0
- package/dist/onyx.cjs.js +1 -1
- package/dist/onyx.es.js +53 -1395
- package/dist/pages/pages.cjs.js +2 -2
- package/dist/pages/pages.es.js +71 -69
- package/dist/pages.d.ts +4 -4
- package/dist/routes/routes.cjs.js +1 -0
- package/dist/routes/routes.es.js +31 -0
- package/dist/routes.d.ts +28 -0
- package/dist/shared.css +77 -48
- package/dist/ui.css +1 -0
- package/dist/utils/utils.cjs.js +1 -1
- package/dist/utils/utils.es.js +20 -6
- package/dist/utils.d.ts +109 -5
- package/package.json +39 -28
- package/dist/chunks/AuthContext-CaZKJMxQ.js +0 -2149
- package/dist/chunks/AuthContext-uU1aP9gj.js +0 -31
- package/dist/chunks/Button-D-v4l8ZE.js +0 -20
- package/dist/chunks/Button-bARrxYyo.js +0 -11053
- package/dist/chunks/Input-CLi1H63d.js +0 -1
- package/dist/chunks/Input-dfvmdIHi.js +0 -138
- package/dist/chunks/_commonjsHelpers-C6fGbg64.js +0 -6
- package/dist/chunks/_commonjsHelpers-DwGv2jUC.js +0 -1
- package/dist/chunks/constants-B1_n9ezb.js +0 -1
- package/dist/chunks/constants-CDXq37n6.js +0 -4
- package/dist/chunks/errorHelper-DbQKxxQA.js +0 -1
- package/dist/chunks/errorHelper-qN6iGI6f.js +0 -18
- package/dist/chunks/formatTimestamp-CMxOnPo1.js +0 -12
- package/dist/chunks/formatTimestamp-TTsNcy7u.js +0 -1
- package/dist/chunks/index-CPwC_oqh.js +0 -561
- package/dist/chunks/index-DY808_YF.js +0 -2
- package/dist/chunks/isObject-BDHKUJKN.js +0 -1
- package/dist/chunks/isObject-vmP43YLW.js +0 -6
- package/dist/chunks/jsx-runtime--oOP9f8K.js +0 -284
- package/dist/chunks/jsx-runtime-CITbqOLs.js +0 -22
- package/dist/chunks/tslib.es6-ci7D5hcx.js +0 -44
- package/dist/chunks/tslib.es6-nRfFZWHa.js +0 -1
- package/dist/chunks/useAuth-BsWbsZD5.js +0 -1
- package/dist/chunks/useAuth-CkaMowHd.js +0 -11
- package/dist/chunks/useForm-BuzPPZZE.js +0 -3070
- package/dist/chunks/useForm-F8doF8lW.js +0 -18
- package/dist/chunks/useQuery-Dh3SZN5S.js +0 -1482
- package/dist/chunks/useQuery-y4De9xeL.js +0 -2
- package/dist/context/context.cjs.js +0 -1
- package/dist/context/context.es.js +0 -39
- package/dist/context.d.ts +0 -47
- package/dist/index.css +0 -1
- package/dist/layout/layout.cjs.js +0 -1
- package/dist/layout/layout.es.js +0 -265
- package/dist/layout.d.ts +0 -90
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("react"),u=e.createContext(void 0);function n(){const t=e.useContext(u);if(!t)throw new Error("useOxAuth must be used within an AuthProvider");return t}exports.OxAuthContext=u;exports.useOxAuth=n;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const c=require("../chunks/ui-ChsTPgui.js"),m=require("../chunks/query-BhvXa-m6.js"),E=require("../chunks/useAuth-DxoDe3YA.js"),h=require("../chunks/hooks-DiKvsNs-.js"),u=require("react");function A({adminRole:s="admin",children:r,getCurrentUserQuery:n=m.DEFAULT_GET_CURRENT_USER,options:o={},pollInterval:l=300*1e3}){const{data:a,error:O,loading:f,refetch:e}=h.useQuery(n,{fetchPolicy:"cache-and-network",nextFetchPolicy:"cache-first",errorPolicy:"all",pollInterval:l,...o}),t=!!a?.me,i=a?.me?.role===s;return c.jsxRuntimeExports.jsx(E.OxAuthContext.Provider,{value:{user:a?.me||null,loading:f,error:O??null,isLoggedIn:t,isAdmin:i,refreshUser:e},children:r})}const g=h.gql`
|
|
2
|
+
query getFeatures {
|
|
3
|
+
features
|
|
4
|
+
}
|
|
5
|
+
`,p=u.createContext(void 0);function D({children:s,enableDevMode:r=!1,getFeaturesQuery:n=g,options:o={},pollInterval:l=300*1e3}){const{data:a,error:O,loading:f,refetch:e}=h.useQuery(n,{fetchPolicy:"cache-and-network",nextFetchPolicy:"cache-first",errorPolicy:"all",pollInterval:l,skip:r,...o}),t=a?.features||{},i=d=>r?!0:t[d]??!1;return c.jsxRuntimeExports.jsx(p.Provider,{value:{features:t,isEnabled:i,loading:f,error:O??null,refreshFeatures:e,enableDevMode:r},children:s})}function F(){const s=u.useContext(p);if(!s)throw new Error("useOxFeature must be used within an OxFeatureProvider");return s}const P=({children:s,className:r,fallback:n=null,name:o})=>{const{isEnabled:l}=F();return l(o)?c.jsxRuntimeExports.jsx("div",{className:c.cn("contents",r),children:s}):n?c.jsxRuntimeExports.jsx("div",{className:c.cn("contents",r),children:n}):null},v=u.createContext(null),R=({children:s,maxDialogs:r=3})=>{const[n,o]=u.useState([]);u.useEffect(()=>(n.some(t=>t.isOpen)?document.body.classList.add("overflow-hidden"):document.body.classList.remove("overflow-hidden"),()=>{document.body.classList.remove("overflow-hidden")}),[n]);const l=u.useCallback(()=>{let e=null;o(t=>{const i=t.filter(x=>x.isOpen),d=h.head(i);return d?(e=d.id,t.map(x=>x.id===d.id?{...x,isOpen:!1}:x)):t}),e&&setTimeout(()=>{o(t=>h.reject(t,i=>i.id===e))},200)},[]),a=u.useCallback((e,t)=>{const i=h.uniqueId(),d={id:i,content:e,isOpen:!0,options:t};return o(x=>[d,...x].slice(0,r)),i},[r]),O=u.useCallback(()=>{o(e=>e.map(t=>({...t,isOpen:!1}))),setTimeout(()=>{o([])},200)},[]),f=Object.assign((e,t)=>a(e,t),{open:a,dismiss:l,dismissAll:O});return c.jsxRuntimeExports.jsxs(v.Provider,{value:f,children:[s,n.map(e=>c.jsxRuntimeExports.jsx(c.OxDialog,{isOpen:e.isOpen,onClose:l,...e.options,children:e.content},e.id))]})},T=()=>{const s=u.useContext(v);if(!s)throw new Error("useOxDialog must be used within a DialogProvider");return s};exports.DEFAULT_GET_CURRENT_USER=m.DEFAULT_GET_CURRENT_USER;exports.OxAuthContext=E.OxAuthContext;exports.useOxAuth=E.useOxAuth;exports.DEFAULT_GET_FEATURES=g;exports.OxAuthProvider=A;exports.OxDialogProvider=R;exports.OxFeatureFlag=P;exports.OxFeatureProvider=D;exports.useOxDialog=T;exports.useOxFeature=F;
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
import { _ as d, $ as h, o as D } from "../chunks/ui-DxsSYHCv.js";
|
|
2
|
+
import { D as E } from "../chunks/query-iDn3qBGF.js";
|
|
3
|
+
import { O as F } from "../chunks/useAuth-BFgXzu6Q.js";
|
|
4
|
+
import { u as H } from "../chunks/useAuth-BFgXzu6Q.js";
|
|
5
|
+
import { v as p, n as P, w as y, r as j, k as A } from "../chunks/hooks-bJFfbTks.js";
|
|
6
|
+
import { createContext as O, useContext as g, useState as C, useEffect as T, useCallback as x } from "react";
|
|
7
|
+
function S({
|
|
8
|
+
adminRole: t = "admin",
|
|
9
|
+
children: o,
|
|
10
|
+
getCurrentUserQuery: n = E,
|
|
11
|
+
options: r = {},
|
|
12
|
+
pollInterval: c = 300 * 1e3
|
|
13
|
+
}) {
|
|
14
|
+
const { data: l, error: f, loading: m, refetch: e } = p(
|
|
15
|
+
n,
|
|
16
|
+
{
|
|
17
|
+
fetchPolicy: "cache-and-network",
|
|
18
|
+
nextFetchPolicy: "cache-first",
|
|
19
|
+
errorPolicy: "all",
|
|
20
|
+
pollInterval: c,
|
|
21
|
+
...r
|
|
22
|
+
}
|
|
23
|
+
), s = !!l?.me, i = l?.me?.role === t;
|
|
24
|
+
return /* @__PURE__ */ d.jsx(
|
|
25
|
+
F.Provider,
|
|
26
|
+
{
|
|
27
|
+
value: {
|
|
28
|
+
user: l?.me || null,
|
|
29
|
+
loading: m,
|
|
30
|
+
error: f ?? null,
|
|
31
|
+
isLoggedIn: s,
|
|
32
|
+
isAdmin: i,
|
|
33
|
+
refreshUser: e
|
|
34
|
+
},
|
|
35
|
+
children: o
|
|
36
|
+
}
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
const b = P`
|
|
40
|
+
query getFeatures {
|
|
41
|
+
features
|
|
42
|
+
}
|
|
43
|
+
`, v = O(void 0);
|
|
44
|
+
function G({
|
|
45
|
+
children: t,
|
|
46
|
+
enableDevMode: o = !1,
|
|
47
|
+
getFeaturesQuery: n = b,
|
|
48
|
+
options: r = {},
|
|
49
|
+
pollInterval: c = 300 * 1e3
|
|
50
|
+
}) {
|
|
51
|
+
const { data: l, error: f, loading: m, refetch: e } = p(n, {
|
|
52
|
+
fetchPolicy: "cache-and-network",
|
|
53
|
+
nextFetchPolicy: "cache-first",
|
|
54
|
+
errorPolicy: "all",
|
|
55
|
+
pollInterval: c,
|
|
56
|
+
skip: o,
|
|
57
|
+
...r
|
|
58
|
+
}), s = l?.features || {}, i = (a) => o ? !0 : s[a] ?? !1;
|
|
59
|
+
return /* @__PURE__ */ d.jsx(
|
|
60
|
+
v.Provider,
|
|
61
|
+
{
|
|
62
|
+
value: {
|
|
63
|
+
features: s,
|
|
64
|
+
isEnabled: i,
|
|
65
|
+
loading: m,
|
|
66
|
+
error: f ?? null,
|
|
67
|
+
refreshFeatures: e,
|
|
68
|
+
enableDevMode: o
|
|
69
|
+
},
|
|
70
|
+
children: t
|
|
71
|
+
}
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
function L() {
|
|
75
|
+
const t = g(v);
|
|
76
|
+
if (!t)
|
|
77
|
+
throw new Error("useOxFeature must be used within an OxFeatureProvider");
|
|
78
|
+
return t;
|
|
79
|
+
}
|
|
80
|
+
const N = ({
|
|
81
|
+
children: t,
|
|
82
|
+
className: o,
|
|
83
|
+
fallback: n = null,
|
|
84
|
+
name: r
|
|
85
|
+
}) => {
|
|
86
|
+
const { isEnabled: c } = L();
|
|
87
|
+
return c(r) ? /* @__PURE__ */ d.jsx("div", { className: h("contents", o), children: t }) : n ? /* @__PURE__ */ d.jsx("div", { className: h("contents", o), children: n }) : null;
|
|
88
|
+
}, w = O(null), Q = ({ children: t, maxDialogs: o = 3 }) => {
|
|
89
|
+
const [n, r] = C([]);
|
|
90
|
+
T(() => (n.some((s) => s.isOpen) ? document.body.classList.add("overflow-hidden") : document.body.classList.remove("overflow-hidden"), () => {
|
|
91
|
+
document.body.classList.remove("overflow-hidden");
|
|
92
|
+
}), [n]);
|
|
93
|
+
const c = x(() => {
|
|
94
|
+
let e = null;
|
|
95
|
+
r((s) => {
|
|
96
|
+
const i = s.filter((u) => u.isOpen), a = y(i);
|
|
97
|
+
return a ? (e = a.id, s.map(
|
|
98
|
+
(u) => u.id === a.id ? { ...u, isOpen: !1 } : u
|
|
99
|
+
)) : s;
|
|
100
|
+
}), e && setTimeout(() => {
|
|
101
|
+
r((s) => j(s, (i) => i.id === e));
|
|
102
|
+
}, 200);
|
|
103
|
+
}, []), l = x(
|
|
104
|
+
(e, s) => {
|
|
105
|
+
const i = A(), a = {
|
|
106
|
+
id: i,
|
|
107
|
+
content: e,
|
|
108
|
+
isOpen: !0,
|
|
109
|
+
options: s
|
|
110
|
+
};
|
|
111
|
+
return r((u) => [a, ...u].slice(0, o)), i;
|
|
112
|
+
},
|
|
113
|
+
[o]
|
|
114
|
+
), f = x(() => {
|
|
115
|
+
r((e) => e.map((s) => ({ ...s, isOpen: !1 }))), setTimeout(() => {
|
|
116
|
+
r([]);
|
|
117
|
+
}, 200);
|
|
118
|
+
}, []), m = Object.assign(
|
|
119
|
+
(e, s) => l(e, s),
|
|
120
|
+
{
|
|
121
|
+
open: l,
|
|
122
|
+
dismiss: c,
|
|
123
|
+
dismissAll: f
|
|
124
|
+
}
|
|
125
|
+
);
|
|
126
|
+
return /* @__PURE__ */ d.jsxs(w.Provider, { value: m, children: [
|
|
127
|
+
t,
|
|
128
|
+
n.map((e) => /* @__PURE__ */ d.jsx(
|
|
129
|
+
D,
|
|
130
|
+
{
|
|
131
|
+
isOpen: e.isOpen,
|
|
132
|
+
onClose: c,
|
|
133
|
+
...e.options,
|
|
134
|
+
children: e.content
|
|
135
|
+
},
|
|
136
|
+
e.id
|
|
137
|
+
))
|
|
138
|
+
] });
|
|
139
|
+
}, $ = () => {
|
|
140
|
+
const t = g(w);
|
|
141
|
+
if (!t)
|
|
142
|
+
throw new Error("useOxDialog must be used within a DialogProvider");
|
|
143
|
+
return t;
|
|
144
|
+
};
|
|
145
|
+
export {
|
|
146
|
+
E as DEFAULT_GET_CURRENT_USER,
|
|
147
|
+
b as DEFAULT_GET_FEATURES,
|
|
148
|
+
F as OxAuthContext,
|
|
149
|
+
S as OxAuthProvider,
|
|
150
|
+
Q as OxDialogProvider,
|
|
151
|
+
N as OxFeatureFlag,
|
|
152
|
+
G as OxFeatureProvider,
|
|
153
|
+
H as useOxAuth,
|
|
154
|
+
$ as useOxDialog,
|
|
155
|
+
L as useOxFeature
|
|
156
|
+
};
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
import { Context } from 'react';
|
|
2
|
+
import { DocumentNode } from 'graphql';
|
|
3
|
+
import { DocumentNode as DocumentNode_2 } from '@apollo/client';
|
|
4
|
+
import { ErrorLike } from '@apollo/client';
|
|
5
|
+
import { JSX } from 'react/jsx-runtime';
|
|
6
|
+
import { ReactNode } from 'react';
|
|
7
|
+
import { useQuery } from '@apollo/client/react';
|
|
8
|
+
|
|
9
|
+
export declare const DEFAULT_GET_CURRENT_USER: DocumentNode;
|
|
10
|
+
|
|
11
|
+
export declare const DEFAULT_GET_FEATURES: DocumentNode;
|
|
12
|
+
|
|
13
|
+
export declare type FeatureFlags = Record<string, boolean>;
|
|
14
|
+
|
|
15
|
+
export declare const OxAuthContext: Context<OxAuthContextType | undefined>;
|
|
16
|
+
|
|
17
|
+
export declare type OxAuthContextType = {
|
|
18
|
+
error: ErrorLike | null;
|
|
19
|
+
isAdmin: boolean;
|
|
20
|
+
isLoggedIn: boolean;
|
|
21
|
+
loading: boolean;
|
|
22
|
+
refreshUser: ReturnType<typeof useQuery<OxGetCurrentUserResponse>>['refetch'];
|
|
23
|
+
user: OxUser;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
export declare function OxAuthProvider({ adminRole, children, getCurrentUserQuery, options, pollInterval, }: OxAuthProviderProps): JSX.Element;
|
|
27
|
+
|
|
28
|
+
export declare interface OxAuthProviderProps {
|
|
29
|
+
adminRole?: string;
|
|
30
|
+
children: ReactNode;
|
|
31
|
+
getCurrentUserQuery?: DocumentNode_2;
|
|
32
|
+
options?: Omit<Parameters<typeof useQuery>[1], 'pollInterval'>;
|
|
33
|
+
pollInterval?: number;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export declare interface OxDialogContextApi {
|
|
37
|
+
(content: ReactNode, options?: OxDialogOptions): string;
|
|
38
|
+
dismiss: () => void;
|
|
39
|
+
dismissAll: () => void;
|
|
40
|
+
open: (content: ReactNode, options?: OxDialogOptions) => string;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export declare interface OxDialogData {
|
|
44
|
+
content: ReactNode;
|
|
45
|
+
id: string;
|
|
46
|
+
isOpen: boolean;
|
|
47
|
+
isRemoving?: boolean;
|
|
48
|
+
options?: OxDialogOptions;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export declare interface OxDialogOptions {
|
|
52
|
+
className?: string;
|
|
53
|
+
closeOnOutsideClick?: boolean;
|
|
54
|
+
persistent?: boolean;
|
|
55
|
+
showCloseButton?: boolean;
|
|
56
|
+
size?: OxDialogSize;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export declare const OxDialogProvider: ({ children, maxDialogs }: OxDialogProviderProps) => JSX.Element;
|
|
60
|
+
|
|
61
|
+
export declare interface OxDialogProviderProps {
|
|
62
|
+
children: ReactNode;
|
|
63
|
+
maxDialogs?: number;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
declare type OxDialogSize = 'sm' | 'md' | 'lg' | 'xl';
|
|
67
|
+
|
|
68
|
+
export declare type OxFeatureContextType = {
|
|
69
|
+
enableDevMode: boolean;
|
|
70
|
+
error: ErrorLike | null;
|
|
71
|
+
features: FeatureFlags;
|
|
72
|
+
isEnabled: (featureName: string) => boolean;
|
|
73
|
+
loading: boolean;
|
|
74
|
+
refreshFeatures: ReturnType<typeof useQuery<OxGetFeaturesResponse>>['refetch'];
|
|
75
|
+
};
|
|
76
|
+
|
|
77
|
+
export declare const OxFeatureFlag: ({ children, className, fallback, name, }: OxFeatureFlagProps) => JSX.Element | null;
|
|
78
|
+
|
|
79
|
+
export declare interface OxFeatureFlagProps {
|
|
80
|
+
children: ReactNode;
|
|
81
|
+
className?: string;
|
|
82
|
+
fallback?: ReactNode;
|
|
83
|
+
name: string;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export declare function OxFeatureProvider({ children, enableDevMode, getFeaturesQuery, options, pollInterval, }: OxFeatureProviderProps): JSX.Element;
|
|
87
|
+
|
|
88
|
+
export declare interface OxFeatureProviderProps {
|
|
89
|
+
children: ReactNode;
|
|
90
|
+
enableDevMode?: boolean;
|
|
91
|
+
getFeaturesQuery?: DocumentNode_2;
|
|
92
|
+
options?: Omit<Parameters<typeof useQuery>[1], 'pollInterval'>;
|
|
93
|
+
pollInterval?: number;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export declare type OxGetCurrentUserResponse = {
|
|
97
|
+
me: OxUser;
|
|
98
|
+
};
|
|
99
|
+
|
|
100
|
+
export declare type OxGetFeaturesResponse = {
|
|
101
|
+
features: FeatureFlags;
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export declare type OxUser = {
|
|
105
|
+
email?: string;
|
|
106
|
+
id: string;
|
|
107
|
+
role: string;
|
|
108
|
+
username?: string;
|
|
109
|
+
} | null;
|
|
110
|
+
|
|
111
|
+
export declare function useOxAuth(): OxAuthContextType;
|
|
112
|
+
|
|
113
|
+
export declare const useOxDialog: () => OxDialogContextApi;
|
|
114
|
+
|
|
115
|
+
export declare function useOxFeature(): OxFeatureContextType;
|
|
116
|
+
|
|
117
|
+
export { }
|
package/dist/hooks/hooks.cjs.js
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const j=require("../chunks/useForm-F8doF8lW.js"),I=require("react"),U=require("../chunks/tslib.es6-nRfFZWHa.js"),N=require("../chunks/index-DY808_YF.js"),H=require("../chunks/useQuery-y4De9xeL.js");var ct=["refetch","reobserve","fetchMore","updateQuery","startPolling","stopPolling","subscribeToMore"];function ut(e,t){var n,r=N.rehacktExports.useRef(void 0),s=N.rehacktExports.useRef(void 0),o=N.rehacktExports.useRef(void 0),i=N.mergeOptions(t,r.current||{}),c=(n=i?.query)!==null&&n!==void 0?n:e;s.current=t,o.current=c;var f=U.__assign(U.__assign({},i),{skip:!r.current}),u=H.useQueryInternals(c,f),l=u.obsQueryFields,d=u.result,w=u.client,g=u.resultData,p=u.observable,m=u.onQueryExecuted,h=p.options.initialFetchPolicy||H.getDefaultFetchPolicy(f.defaultOptions,w.defaultOptions),R=N.rehacktExports.useReducer(function(x){return x+1},0)[1],E=N.rehacktExports.useMemo(function(){for(var x={},_=function(Re){var at=l[Re];x[Re]=function(){return r.current||(r.current=Object.create(null),R()),at.apply(this,arguments)}},v=0,G=ct;v<G.length;v++){var it=G[v];_(it)}return x},[R,l]),b=!!r.current,T=N.rehacktExports.useMemo(function(){return U.__assign(U.__assign(U.__assign({},d),E),{called:b})},[d,E,b]),S=N.rehacktExports.useCallback(function(x){r.current=x?U.__assign(U.__assign({},x),{fetchPolicy:x.fetchPolicy||h}):{fetchPolicy:h};var _=N.mergeOptions(s.current,U.__assign({query:o.current},r.current)),v=lt(g,p,w,c,U.__assign(U.__assign({},_),{skip:!1}),m).then(function(G){return Object.assign(G,E)});return v.catch(function(){}),v},[w,c,E,h,p,g,m]),A=N.rehacktExports.useRef(S);j.useIsomorphicLayoutEffect(function(){A.current=S});var D=N.rehacktExports.useCallback(function(){for(var x=[],_=0;_<arguments.length;_++)x[_]=arguments[_];return A.current.apply(A,x)},[]);return[D,T]}function lt(e,t,n,r,s,o){var i=s.query||r,c=H.createMakeWatchQueryOptions(n,i,s,!1)(t),f=t.reobserveAsConcast(H.getObsQueryOptions(t,n,s,c));return o(c),new Promise(function(u){var l;f.subscribe({next:function(d){l=d},error:function(){u(H.toQueryResult(t.getCurrentResult(),e.previousData,t,n))},complete:function(){u(H.toQueryResult(t.maskResult(l),e.previousData,t,n))}})})}const ft=(e,t)=>{const n=r=>e(r);return Object.defineProperty(n,"message",{value:t}),n};function De(e,t){return function(){return e.apply(t,arguments)}}const{toString:dt}=Object.prototype,{getPrototypeOf:we}=Object,{iterator:re,toStringTag:Be}=Symbol,se=(e=>t=>{const n=dt.call(t);return e[n]||(e[n]=n.slice(8,-1).toLowerCase())})(Object.create(null)),k=e=>(e=e.toLowerCase(),t=>se(t)===e),oe=e=>t=>typeof t===e,{isArray:z}=Array,V=oe("undefined");function W(e){return e!==null&&!V(e)&&e.constructor!==null&&!V(e.constructor)&&F(e.constructor.isBuffer)&&e.constructor.isBuffer(e)}const qe=k("ArrayBuffer");function pt(e){let t;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&qe(e.buffer),t}const ht=oe("string"),F=oe("function"),je=oe("number"),K=e=>e!==null&&typeof e=="object",mt=e=>e===!0||e===!1,Z=e=>{if(se(e)!=="object")return!1;const t=we(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Be in e)&&!(re in e)},yt=e=>{if(!K(e)||W(e))return!1;try{return Object.keys(e).length===0&&Object.getPrototypeOf(e)===Object.prototype}catch{return!1}},bt=k("Date"),wt=k("File"),Et=k("Blob"),gt=k("FileList"),Rt=e=>K(e)&&F(e.pipe),St=e=>{let t;return e&&(typeof FormData=="function"&&e instanceof FormData||F(e.append)&&((t=se(e))==="formdata"||t==="object"&&F(e.toString)&&e.toString()==="[object FormData]"))},Ot=k("URLSearchParams"),[Tt,At,xt,Ct]=["ReadableStream","Request","Response","Headers"].map(k),Ft=e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Q(e,t,{allOwnKeys:n=!1}={}){if(e===null||typeof e>"u")return;let r,s;if(typeof e!="object"&&(e=[e]),z(e))for(r=0,s=e.length;r<s;r++)t.call(null,e[r],r,e);else{if(W(e))return;const o=n?Object.getOwnPropertyNames(e):Object.keys(e),i=o.length;let c;for(r=0;r<i;r++)c=o[r],t.call(null,e[c],c,e)}}function Me(e,t){if(W(e))return null;t=t.toLowerCase();const n=Object.keys(e);let r=n.length,s;for(;r-- >0;)if(s=n[r],t===s.toLowerCase())return s;return null}const B=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,ve=e=>!V(e)&&e!==B;function de(){const{caseless:e}=ve(this)&&this||{},t={},n=(r,s)=>{const o=e&&Me(t,s)||s;Z(t[o])&&Z(r)?t[o]=de(t[o],r):Z(r)?t[o]=de({},r):z(r)?t[o]=r.slice():t[o]=r};for(let r=0,s=arguments.length;r<s;r++)arguments[r]&&Q(arguments[r],n);return t}const Pt=(e,t,n,{allOwnKeys:r}={})=>(Q(t,(s,o)=>{n&&F(s)?e[o]=De(s,n):e[o]=s},{allOwnKeys:r}),e),_t=e=>(e.charCodeAt(0)===65279&&(e=e.slice(1)),e),Nt=(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},kt=(e,t,n,r)=>{let s,o,i;const c={};if(t=t||{},e==null)return t;do{for(s=Object.getOwnPropertyNames(e),o=s.length;o-- >0;)i=s[o],(!r||r(i,e,t))&&!c[i]&&(t[i]=e[i],c[i]=!0);e=n!==!1&&we(e)}while(e&&(!n||n(e,t))&&e!==Object.prototype);return t},Ut=(e,t,n)=>{e=String(e),(n===void 0||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return r!==-1&&r===n},Lt=e=>{if(!e)return null;if(z(e))return e;let t=e.length;if(!je(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},Dt=(e=>t=>e&&t instanceof e)(typeof Uint8Array<"u"&&we(Uint8Array)),Bt=(e,t)=>{const r=(e&&e[re]).call(e);let s;for(;(s=r.next())&&!s.done;){const o=s.value;t.call(e,o[0],o[1])}},qt=(e,t)=>{let n;const r=[];for(;(n=e.exec(t))!==null;)r.push(n);return r},jt=k("HTMLFormElement"),Mt=e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(n,r,s){return r.toUpperCase()+s}),Se=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),vt=k("RegExp"),Ie=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};Q(n,(s,o)=>{let i;(i=t(s,o,e))!==!1&&(r[o]=i||s)}),Object.defineProperties(e,r)},It=e=>{Ie(e,(t,n)=>{if(F(e)&&["arguments","caller","callee"].indexOf(n)!==-1)return!1;const r=e[n];if(F(r)){if(t.enumerable=!1,"writable"in t){t.writable=!1;return}t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")})}})},Ht=(e,t)=>{const n={},r=s=>{s.forEach(o=>{n[o]=!0})};return z(e)?r(e):r(String(e).split(t)),n},zt=()=>{},$t=(e,t)=>e!=null&&Number.isFinite(e=+e)?e:t;function Jt(e){return!!(e&&F(e.append)&&e[Be]==="FormData"&&e[re])}const Vt=e=>{const t=new Array(10),n=(r,s)=>{if(K(r)){if(t.indexOf(r)>=0)return;if(W(r))return r;if(!("toJSON"in r)){t[s]=r;const o=z(r)?[]:{};return Q(r,(i,c)=>{const f=n(i,s+1);!V(f)&&(o[c]=f)}),t[s]=void 0,o}}return r};return n(e,0)},Wt=k("AsyncFunction"),Kt=e=>e&&(K(e)||F(e))&&F(e.then)&&F(e.catch),He=((e,t)=>e?setImmediate:t?((n,r)=>(B.addEventListener("message",({source:s,data:o})=>{s===B&&o===n&&r.length&&r.shift()()},!1),s=>{r.push(s),B.postMessage(n,"*")}))(`axios@${Math.random()}`,[]):n=>setTimeout(n))(typeof setImmediate=="function",F(B.postMessage)),Qt=typeof queueMicrotask<"u"?queueMicrotask.bind(B):typeof process<"u"&&process.nextTick||He,Xt=e=>e!=null&&F(e[re]),a={isArray:z,isArrayBuffer:qe,isBuffer:W,isFormData:St,isArrayBufferView:pt,isString:ht,isNumber:je,isBoolean:mt,isObject:K,isPlainObject:Z,isEmptyObject:yt,isReadableStream:Tt,isRequest:At,isResponse:xt,isHeaders:Ct,isUndefined:V,isDate:bt,isFile:wt,isBlob:Et,isRegExp:vt,isFunction:F,isStream:Rt,isURLSearchParams:Ot,isTypedArray:Dt,isFileList:gt,forEach:Q,merge:de,extend:Pt,trim:Ft,stripBOM:_t,inherits:Nt,toFlatObject:kt,kindOf:se,kindOfTest:k,endsWith:Ut,toArray:Lt,forEachEntry:Bt,matchAll:qt,isHTMLForm:jt,hasOwnProperty:Se,hasOwnProp:Se,reduceDescriptors:Ie,freezeMethods:It,toObjectSet:Ht,toCamelCase:Mt,noop:zt,toFiniteNumber:$t,findKey:Me,global:B,isContextDefined:ve,isSpecCompliantForm:Jt,toJSONObject:Vt,isAsyncFn:Wt,isThenable:Kt,setImmediate:He,asap:Qt,isIterable:Xt};function y(e,t,n,r,s){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),s&&(this.response=s,this.status=s.status?s.status:null)}a.inherits(y,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:a.toJSONObject(this.config),code:this.code,status:this.status}}});const ze=y.prototype,$e={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(e=>{$e[e]={value:e}});Object.defineProperties(y,$e);Object.defineProperty(ze,"isAxiosError",{value:!0});y.from=(e,t,n,r,s,o)=>{const i=Object.create(ze);return a.toFlatObject(e,i,function(f){return f!==Error.prototype},c=>c!=="isAxiosError"),y.call(i,e.message,t,n,r,s),i.cause=e,i.name=e.name,o&&Object.assign(i,o),i};const Gt=null;function pe(e){return a.isPlainObject(e)||a.isArray(e)}function Je(e){return a.endsWith(e,"[]")?e.slice(0,-2):e}function Oe(e,t,n){return e?e.concat(t).map(function(s,o){return s=Je(s),!n&&o?"["+s+"]":s}).join(n?".":""):t}function Zt(e){return a.isArray(e)&&!e.some(pe)}const Yt=a.toFlatObject(a,{},null,function(t){return/^is[A-Z]/.test(t)});function ie(e,t,n){if(!a.isObject(e))throw new TypeError("target must be an object");t=t||new FormData,n=a.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,function(m,h){return!a.isUndefined(h[m])});const r=n.metaTokens,s=n.visitor||l,o=n.dots,i=n.indexes,f=(n.Blob||typeof Blob<"u"&&Blob)&&a.isSpecCompliantForm(t);if(!a.isFunction(s))throw new TypeError("visitor must be a function");function u(p){if(p===null)return"";if(a.isDate(p))return p.toISOString();if(a.isBoolean(p))return p.toString();if(!f&&a.isBlob(p))throw new y("Blob is not supported. Use a Buffer instead.");return a.isArrayBuffer(p)||a.isTypedArray(p)?f&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function l(p,m,h){let R=p;if(p&&!h&&typeof p=="object"){if(a.endsWith(m,"{}"))m=r?m:m.slice(0,-2),p=JSON.stringify(p);else if(a.isArray(p)&&Zt(p)||(a.isFileList(p)||a.endsWith(m,"[]"))&&(R=a.toArray(p)))return m=Je(m),R.forEach(function(b,T){!(a.isUndefined(b)||b===null)&&t.append(i===!0?Oe([m],T,o):i===null?m:m+"[]",u(b))}),!1}return pe(p)?!0:(t.append(Oe(h,m,o),u(p)),!1)}const d=[],w=Object.assign(Yt,{defaultVisitor:l,convertValue:u,isVisitable:pe});function g(p,m){if(!a.isUndefined(p)){if(d.indexOf(p)!==-1)throw Error("Circular reference detected in "+m.join("."));d.push(p),a.forEach(p,function(R,E){(!(a.isUndefined(R)||R===null)&&s.call(t,R,a.isString(E)?E.trim():E,m,w))===!0&&g(R,m?m.concat(E):[E])}),d.pop()}}if(!a.isObject(e))throw new TypeError("data must be an object");return g(e),t}function Te(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,function(r){return t[r]})}function Ee(e,t){this._pairs=[],e&&ie(e,this,t)}const Ve=Ee.prototype;Ve.append=function(t,n){this._pairs.push([t,n])};Ve.toString=function(t){const n=t?function(r){return t.call(this,r,Te)}:Te;return this._pairs.map(function(s){return n(s[0])+"="+n(s[1])},"").join("&")};function en(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function We(e,t,n){if(!t)return e;const r=n&&n.encode||en;a.isFunction(n)&&(n={serialize:n});const s=n&&n.serialize;let o;if(s?o=s(t,n):o=a.isURLSearchParams(t)?t.toString():new Ee(t,n).toString(r),o){const i=e.indexOf("#");i!==-1&&(e=e.slice(0,i)),e+=(e.indexOf("?")===-1?"?":"&")+o}return e}class Ae{constructor(){this.handlers=[]}use(t,n,r){return this.handlers.push({fulfilled:t,rejected:n,synchronous:r?r.synchronous:!1,runWhen:r?r.runWhen:null}),this.handlers.length-1}eject(t){this.handlers[t]&&(this.handlers[t]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(t){a.forEach(this.handlers,function(r){r!==null&&t(r)})}}const Ke={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},tn=typeof URLSearchParams<"u"?URLSearchParams:Ee,nn=typeof FormData<"u"?FormData:null,rn=typeof Blob<"u"?Blob:null,sn={isBrowser:!0,classes:{URLSearchParams:tn,FormData:nn,Blob:rn},protocols:["http","https","file","blob","url","data"]},ge=typeof window<"u"&&typeof document<"u",he=typeof navigator=="object"&&navigator||void 0,on=ge&&(!he||["ReactNative","NativeScript","NS"].indexOf(he.product)<0),an=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",cn=ge&&window.location.href||"http://localhost",un=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:ge,hasStandardBrowserEnv:on,hasStandardBrowserWebWorkerEnv:an,navigator:he,origin:cn},Symbol.toStringTag,{value:"Module"})),C={...un,...sn};function ln(e,t){return ie(e,new C.classes.URLSearchParams,{visitor:function(n,r,s,o){return C.isNode&&a.isBuffer(n)?(this.append(r,n.toString("base64")),!1):o.defaultVisitor.apply(this,arguments)},...t})}function fn(e){return a.matchAll(/\w+|\[(\w*)]/g,e).map(t=>t[0]==="[]"?"":t[1]||t[0])}function dn(e){const t={},n=Object.keys(e);let r;const s=n.length;let o;for(r=0;r<s;r++)o=n[r],t[o]=e[o];return t}function Qe(e){function t(n,r,s,o){let i=n[o++];if(i==="__proto__")return!0;const c=Number.isFinite(+i),f=o>=n.length;return i=!i&&a.isArray(s)?s.length:i,f?(a.hasOwnProp(s,i)?s[i]=[s[i],r]:s[i]=r,!c):((!s[i]||!a.isObject(s[i]))&&(s[i]=[]),t(n,r,s[i],o)&&a.isArray(s[i])&&(s[i]=dn(s[i])),!c)}if(a.isFormData(e)&&a.isFunction(e.entries)){const n={};return a.forEachEntry(e,(r,s)=>{t(fn(r),s,n,0)}),n}return null}function pn(e,t,n){if(a.isString(e))try{return(t||JSON.parse)(e),a.trim(e)}catch(r){if(r.name!=="SyntaxError")throw r}return(n||JSON.stringify)(e)}const X={transitional:Ke,adapter:["xhr","http","fetch"],transformRequest:[function(t,n){const r=n.getContentType()||"",s=r.indexOf("application/json")>-1,o=a.isObject(t);if(o&&a.isHTMLForm(t)&&(t=new FormData(t)),a.isFormData(t))return s?JSON.stringify(Qe(t)):t;if(a.isArrayBuffer(t)||a.isBuffer(t)||a.isStream(t)||a.isFile(t)||a.isBlob(t)||a.isReadableStream(t))return t;if(a.isArrayBufferView(t))return t.buffer;if(a.isURLSearchParams(t))return n.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let c;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return ln(t,this.formSerializer).toString();if((c=a.isFileList(t))||r.indexOf("multipart/form-data")>-1){const f=this.env&&this.env.FormData;return ie(c?{"files[]":t}:t,f&&new f,this.formSerializer)}}return o||s?(n.setContentType("application/json",!1),pn(t)):t}],transformResponse:[function(t){const n=this.transitional||X.transitional,r=n&&n.forcedJSONParsing,s=this.responseType==="json";if(a.isResponse(t)||a.isReadableStream(t))return t;if(t&&a.isString(t)&&(r&&!this.responseType||s)){const i=!(n&&n.silentJSONParsing)&&s;try{return JSON.parse(t)}catch(c){if(i)throw c.name==="SyntaxError"?y.from(c,y.ERR_BAD_RESPONSE,this,null,this.response):c}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:C.classes.FormData,Blob:C.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};a.forEach(["delete","get","head","post","put","patch"],e=>{X.headers[e]={}});const hn=a.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),mn=e=>{const t={};let n,r,s;return e&&e.split(`
|
|
2
|
-
`).forEach(function(i){s=i.indexOf(":"),n=i.substring(0,s).trim().toLowerCase(),r=i.substring(s+1).trim(),!(!n||t[n]&&hn[n])&&(n==="set-cookie"?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)}),t},xe=Symbol("internals");function J(e){return e&&String(e).trim().toLowerCase()}function Y(e){return e===!1||e==null?e:a.isArray(e)?e.map(Y):String(e)}function yn(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}const bn=e=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim());function ue(e,t,n,r,s){if(a.isFunction(r))return r.call(this,t,n);if(s&&(t=n),!!a.isString(t)){if(a.isString(r))return t.indexOf(r)!==-1;if(a.isRegExp(r))return r.test(t)}}function wn(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(t,n,r)=>n.toUpperCase()+r)}function En(e,t){const n=a.toCamelCase(" "+t);["get","set","has"].forEach(r=>{Object.defineProperty(e,r+n,{value:function(s,o,i){return this[r].call(this,t,s,o,i)},configurable:!0})})}let P=class{constructor(t){t&&this.set(t)}set(t,n,r){const s=this;function o(c,f,u){const l=J(f);if(!l)throw new Error("header name must be a non-empty string");const d=a.findKey(s,l);(!d||s[d]===void 0||u===!0||u===void 0&&s[d]!==!1)&&(s[d||f]=Y(c))}const i=(c,f)=>a.forEach(c,(u,l)=>o(u,l,f));if(a.isPlainObject(t)||t instanceof this.constructor)i(t,n);else if(a.isString(t)&&(t=t.trim())&&!bn(t))i(mn(t),n);else if(a.isObject(t)&&a.isIterable(t)){let c={},f,u;for(const l of t){if(!a.isArray(l))throw TypeError("Object iterator must return a key-value pair");c[u=l[0]]=(f=c[u])?a.isArray(f)?[...f,l[1]]:[f,l[1]]:l[1]}i(c,n)}else t!=null&&o(n,t,r);return this}get(t,n){if(t=J(t),t){const r=a.findKey(this,t);if(r){const s=this[r];if(!n)return s;if(n===!0)return yn(s);if(a.isFunction(n))return n.call(this,s,r);if(a.isRegExp(n))return n.exec(s);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,n){if(t=J(t),t){const r=a.findKey(this,t);return!!(r&&this[r]!==void 0&&(!n||ue(this,this[r],r,n)))}return!1}delete(t,n){const r=this;let s=!1;function o(i){if(i=J(i),i){const c=a.findKey(r,i);c&&(!n||ue(r,r[c],c,n))&&(delete r[c],s=!0)}}return a.isArray(t)?t.forEach(o):o(t),s}clear(t){const n=Object.keys(this);let r=n.length,s=!1;for(;r--;){const o=n[r];(!t||ue(this,this[o],o,t,!0))&&(delete this[o],s=!0)}return s}normalize(t){const n=this,r={};return a.forEach(this,(s,o)=>{const i=a.findKey(r,o);if(i){n[i]=Y(s),delete n[o];return}const c=t?wn(o):String(o).trim();c!==o&&delete n[o],n[c]=Y(s),r[c]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const n=Object.create(null);return a.forEach(this,(r,s)=>{r!=null&&r!==!1&&(n[s]=t&&a.isArray(r)?r.join(", "):r)}),n}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,n])=>t+": "+n).join(`
|
|
3
|
-
`)}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...n){const r=new this(t);return n.forEach(s=>r.set(s)),r}static accessor(t){const r=(this[xe]=this[xe]={accessors:{}}).accessors,s=this.prototype;function o(i){const c=J(i);r[c]||(En(s,i),r[c]=!0)}return a.isArray(t)?t.forEach(o):o(t),this}};P.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);a.reduceDescriptors(P.prototype,({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(r){this[n]=r}}});a.freezeMethods(P);function le(e,t){const n=this||X,r=t||n,s=P.from(r.headers);let o=r.data;return a.forEach(e,function(c){o=c.call(n,o,s.normalize(),t?t.status:void 0)}),s.normalize(),o}function Xe(e){return!!(e&&e.__CANCEL__)}function $(e,t,n){y.call(this,e??"canceled",y.ERR_CANCELED,t,n),this.name="CanceledError"}a.inherits($,y,{__CANCEL__:!0});function Ge(e,t,n){const r=n.config.validateStatus;!n.status||!r||r(n.status)?e(n):t(new y("Request failed with status code "+n.status,[y.ERR_BAD_REQUEST,y.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n))}function gn(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}function Rn(e,t){e=e||10;const n=new Array(e),r=new Array(e);let s=0,o=0,i;return t=t!==void 0?t:1e3,function(f){const u=Date.now(),l=r[o];i||(i=u),n[s]=f,r[s]=u;let d=o,w=0;for(;d!==s;)w+=n[d++],d=d%e;if(s=(s+1)%e,s===o&&(o=(o+1)%e),u-i<t)return;const g=l&&u-l;return g?Math.round(w*1e3/g):void 0}}function Sn(e,t){let n=0,r=1e3/t,s,o;const i=(u,l=Date.now())=>{n=l,s=null,o&&(clearTimeout(o),o=null),e(...u)};return[(...u)=>{const l=Date.now(),d=l-n;d>=r?i(u,l):(s=u,o||(o=setTimeout(()=>{o=null,i(s)},r-d)))},()=>s&&i(s)]}const te=(e,t,n=3)=>{let r=0;const s=Rn(50,250);return Sn(o=>{const i=o.loaded,c=o.lengthComputable?o.total:void 0,f=i-r,u=s(f),l=i<=c;r=i;const d={loaded:i,total:c,progress:c?i/c:void 0,bytes:f,rate:u||void 0,estimated:u&&c&&l?(c-i)/u:void 0,event:o,lengthComputable:c!=null,[t?"download":"upload"]:!0};e(d)},n)},Ce=(e,t)=>{const n=e!=null;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},Fe=e=>(...t)=>a.asap(()=>e(...t)),On=C.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,C.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(C.origin),C.navigator&&/(msie|trident)/i.test(C.navigator.userAgent)):()=>!0,Tn=C.hasStandardBrowserEnv?{write(e,t,n,r,s,o){const i=[e+"="+encodeURIComponent(t)];a.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),a.isString(r)&&i.push("path="+r),a.isString(s)&&i.push("domain="+s),o===!0&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function An(e){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(e)}function xn(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}function Ze(e,t,n){let r=!An(t);return e&&(r||n==!1)?xn(e,t):t}const Pe=e=>e instanceof P?{...e}:e;function M(e,t){t=t||{};const n={};function r(u,l,d,w){return a.isPlainObject(u)&&a.isPlainObject(l)?a.merge.call({caseless:w},u,l):a.isPlainObject(l)?a.merge({},l):a.isArray(l)?l.slice():l}function s(u,l,d,w){if(a.isUndefined(l)){if(!a.isUndefined(u))return r(void 0,u,d,w)}else return r(u,l,d,w)}function o(u,l){if(!a.isUndefined(l))return r(void 0,l)}function i(u,l){if(a.isUndefined(l)){if(!a.isUndefined(u))return r(void 0,u)}else return r(void 0,l)}function c(u,l,d){if(d in t)return r(u,l);if(d in e)return r(void 0,u)}const f={url:o,method:o,data:o,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:c,headers:(u,l,d)=>s(Pe(u),Pe(l),d,!0)};return a.forEach(Object.keys({...e,...t}),function(l){const d=f[l]||s,w=d(e[l],t[l],l);a.isUndefined(w)&&d!==c||(n[l]=w)}),n}const Ye=e=>{const t=M({},e);let{data:n,withXSRFToken:r,xsrfHeaderName:s,xsrfCookieName:o,headers:i,auth:c}=t;t.headers=i=P.from(i),t.url=We(Ze(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),c&&i.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):"")));let f;if(a.isFormData(n)){if(C.hasStandardBrowserEnv||C.hasStandardBrowserWebWorkerEnv)i.setContentType(void 0);else if((f=i.getContentType())!==!1){const[u,...l]=f?f.split(";").map(d=>d.trim()).filter(Boolean):[];i.setContentType([u||"multipart/form-data",...l].join("; "))}}if(C.hasStandardBrowserEnv&&(r&&a.isFunction(r)&&(r=r(t)),r||r!==!1&&On(t.url))){const u=s&&o&&Tn.read(o);u&&i.set(s,u)}return t},Cn=typeof XMLHttpRequest<"u",Fn=Cn&&function(e){return new Promise(function(n,r){const s=Ye(e);let o=s.data;const i=P.from(s.headers).normalize();let{responseType:c,onUploadProgress:f,onDownloadProgress:u}=s,l,d,w,g,p;function m(){g&&g(),p&&p(),s.cancelToken&&s.cancelToken.unsubscribe(l),s.signal&&s.signal.removeEventListener("abort",l)}let h=new XMLHttpRequest;h.open(s.method.toUpperCase(),s.url,!0),h.timeout=s.timeout;function R(){if(!h)return;const b=P.from("getAllResponseHeaders"in h&&h.getAllResponseHeaders()),S={data:!c||c==="text"||c==="json"?h.responseText:h.response,status:h.status,statusText:h.statusText,headers:b,config:e,request:h};Ge(function(D){n(D),m()},function(D){r(D),m()},S),h=null}"onloadend"in h?h.onloadend=R:h.onreadystatechange=function(){!h||h.readyState!==4||h.status===0&&!(h.responseURL&&h.responseURL.indexOf("file:")===0)||setTimeout(R)},h.onabort=function(){h&&(r(new y("Request aborted",y.ECONNABORTED,e,h)),h=null)},h.onerror=function(){r(new y("Network Error",y.ERR_NETWORK,e,h)),h=null},h.ontimeout=function(){let T=s.timeout?"timeout of "+s.timeout+"ms exceeded":"timeout exceeded";const S=s.transitional||Ke;s.timeoutErrorMessage&&(T=s.timeoutErrorMessage),r(new y(T,S.clarifyTimeoutError?y.ETIMEDOUT:y.ECONNABORTED,e,h)),h=null},o===void 0&&i.setContentType(null),"setRequestHeader"in h&&a.forEach(i.toJSON(),function(T,S){h.setRequestHeader(S,T)}),a.isUndefined(s.withCredentials)||(h.withCredentials=!!s.withCredentials),c&&c!=="json"&&(h.responseType=s.responseType),u&&([w,p]=te(u,!0),h.addEventListener("progress",w)),f&&h.upload&&([d,g]=te(f),h.upload.addEventListener("progress",d),h.upload.addEventListener("loadend",g)),(s.cancelToken||s.signal)&&(l=b=>{h&&(r(!b||b.type?new $(null,e,h):b),h.abort(),h=null)},s.cancelToken&&s.cancelToken.subscribe(l),s.signal&&(s.signal.aborted?l():s.signal.addEventListener("abort",l)));const E=gn(s.url);if(E&&C.protocols.indexOf(E)===-1){r(new y("Unsupported protocol "+E+":",y.ERR_BAD_REQUEST,e));return}h.send(o||null)})},Pn=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let r=new AbortController,s;const o=function(u){if(!s){s=!0,c();const l=u instanceof Error?u:this.reason;r.abort(l instanceof y?l:new $(l instanceof Error?l.message:l))}};let i=t&&setTimeout(()=>{i=null,o(new y(`timeout ${t} of ms exceeded`,y.ETIMEDOUT))},t);const c=()=>{e&&(i&&clearTimeout(i),i=null,e.forEach(u=>{u.unsubscribe?u.unsubscribe(o):u.removeEventListener("abort",o)}),e=null)};e.forEach(u=>u.addEventListener("abort",o));const{signal:f}=r;return f.unsubscribe=()=>a.asap(c),f}},_n=function*(e,t){let n=e.byteLength;if(n<t){yield e;return}let r=0,s;for(;r<n;)s=r+t,yield e.slice(r,s),r=s},Nn=async function*(e,t){for await(const n of kn(e))yield*_n(n,t)},kn=async function*(e){if(e[Symbol.asyncIterator]){yield*e;return}const t=e.getReader();try{for(;;){const{done:n,value:r}=await t.read();if(n)break;yield r}}finally{await t.cancel()}},_e=(e,t,n,r)=>{const s=Nn(e,t);let o=0,i,c=f=>{i||(i=!0,r&&r(f))};return new ReadableStream({async pull(f){try{const{done:u,value:l}=await s.next();if(u){c(),f.close();return}let d=l.byteLength;if(n){let w=o+=d;n(w)}f.enqueue(new Uint8Array(l))}catch(u){throw c(u),u}},cancel(f){return c(f),s.return()}},{highWaterMark:2})},ae=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",et=ae&&typeof ReadableStream=="function",Un=ae&&(typeof TextEncoder=="function"?(e=>t=>e.encode(t))(new TextEncoder):async e=>new Uint8Array(await new Response(e).arrayBuffer())),tt=(e,...t)=>{try{return!!e(...t)}catch{return!1}},Ln=et&&tt(()=>{let e=!1;const t=new Request(C.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t}),Ne=64*1024,me=et&&tt(()=>a.isReadableStream(new Response("").body)),ne={stream:me&&(e=>e.body)};ae&&(e=>{["text","arrayBuffer","blob","formData","stream"].forEach(t=>{!ne[t]&&(ne[t]=a.isFunction(e[t])?n=>n[t]():(n,r)=>{throw new y(`Response type '${t}' is not supported`,y.ERR_NOT_SUPPORT,r)})})})(new Response);const Dn=async e=>{if(e==null)return 0;if(a.isBlob(e))return e.size;if(a.isSpecCompliantForm(e))return(await new Request(C.origin,{method:"POST",body:e}).arrayBuffer()).byteLength;if(a.isArrayBufferView(e)||a.isArrayBuffer(e))return e.byteLength;if(a.isURLSearchParams(e)&&(e=e+""),a.isString(e))return(await Un(e)).byteLength},Bn=async(e,t)=>{const n=a.toFiniteNumber(e.getContentLength());return n??Dn(t)},qn=ae&&(async e=>{let{url:t,method:n,data:r,signal:s,cancelToken:o,timeout:i,onDownloadProgress:c,onUploadProgress:f,responseType:u,headers:l,withCredentials:d="same-origin",fetchOptions:w}=Ye(e);u=u?(u+"").toLowerCase():"text";let g=Pn([s,o&&o.toAbortSignal()],i),p;const m=g&&g.unsubscribe&&(()=>{g.unsubscribe()});let h;try{if(f&&Ln&&n!=="get"&&n!=="head"&&(h=await Bn(l,r))!==0){let S=new Request(t,{method:"POST",body:r,duplex:"half"}),A;if(a.isFormData(r)&&(A=S.headers.get("content-type"))&&l.setContentType(A),S.body){const[D,x]=Ce(h,te(Fe(f)));r=_e(S.body,Ne,D,x)}}a.isString(d)||(d=d?"include":"omit");const R="credentials"in Request.prototype;p=new Request(t,{...w,signal:g,method:n.toUpperCase(),headers:l.normalize().toJSON(),body:r,duplex:"half",credentials:R?d:void 0});let E=await fetch(p,w);const b=me&&(u==="stream"||u==="response");if(me&&(c||b&&m)){const S={};["status","statusText","headers"].forEach(_=>{S[_]=E[_]});const A=a.toFiniteNumber(E.headers.get("content-length")),[D,x]=c&&Ce(A,te(Fe(c),!0))||[];E=new Response(_e(E.body,Ne,D,()=>{x&&x(),m&&m()}),S)}u=u||"text";let T=await ne[a.findKey(ne,u)||"text"](E,e);return!b&&m&&m(),await new Promise((S,A)=>{Ge(S,A,{data:T,headers:P.from(E.headers),status:E.status,statusText:E.statusText,config:e,request:p})})}catch(R){throw m&&m(),R&&R.name==="TypeError"&&/Load failed|fetch/i.test(R.message)?Object.assign(new y("Network Error",y.ERR_NETWORK,e,p),{cause:R.cause||R}):y.from(R,R&&R.code,e,p)}}),ye={http:Gt,xhr:Fn,fetch:qn};a.forEach(ye,(e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch{}Object.defineProperty(e,"adapterName",{value:t})}});const ke=e=>`- ${e}`,jn=e=>a.isFunction(e)||e===null||e===!1,nt={getAdapter:e=>{e=a.isArray(e)?e:[e];const{length:t}=e;let n,r;const s={};for(let o=0;o<t;o++){n=e[o];let i;if(r=n,!jn(n)&&(r=ye[(i=String(n)).toLowerCase()],r===void 0))throw new y(`Unknown adapter '${i}'`);if(r)break;s[i||"#"+o]=r}if(!r){const o=Object.entries(s).map(([c,f])=>`adapter ${c} `+(f===!1?"is not supported by the environment":"is not available in the build"));let i=t?o.length>1?`since :
|
|
4
|
-
`+o.map(ke).join(`
|
|
5
|
-
`):" "+ke(o[0]):"as no adapter specified";throw new y("There is no suitable adapter to dispatch the request "+i,"ERR_NOT_SUPPORT")}return r},adapters:ye};function fe(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new $(null,e)}function Ue(e){return fe(e),e.headers=P.from(e.headers),e.data=le.call(e,e.transformRequest),["post","put","patch"].indexOf(e.method)!==-1&&e.headers.setContentType("application/x-www-form-urlencoded",!1),nt.getAdapter(e.adapter||X.adapter)(e).then(function(r){return fe(e),r.data=le.call(e,e.transformResponse,r),r.headers=P.from(r.headers),r},function(r){return Xe(r)||(fe(e),r&&r.response&&(r.response.data=le.call(e,e.transformResponse,r.response),r.response.headers=P.from(r.response.headers))),Promise.reject(r)})}const rt="1.11.0",ce={};["object","boolean","number","function","string","symbol"].forEach((e,t)=>{ce[e]=function(r){return typeof r===e||"a"+(t<1?"n ":" ")+e}});const Le={};ce.transitional=function(t,n,r){function s(o,i){return"[Axios v"+rt+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,c)=>{if(t===!1)throw new y(s(i," has been removed"+(n?" in "+n:"")),y.ERR_DEPRECATED);return n&&!Le[i]&&(Le[i]=!0,console.warn(s(i," has been deprecated since v"+n+" and will be removed in the near future"))),t?t(o,i,c):!0}};ce.spelling=function(t){return(n,r)=>(console.warn(`${r} is likely a misspelling of ${t}`),!0)};function Mn(e,t,n){if(typeof e!="object")throw new y("options must be an object",y.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let s=r.length;for(;s-- >0;){const o=r[s],i=t[o];if(i){const c=e[o],f=c===void 0||i(c,o,e);if(f!==!0)throw new y("option "+o+" must be "+f,y.ERR_BAD_OPTION_VALUE);continue}if(n!==!0)throw new y("Unknown option "+o,y.ERR_BAD_OPTION)}}const ee={assertOptions:Mn,validators:ce},L=ee.validators;let q=class{constructor(t){this.defaults=t||{},this.interceptors={request:new Ae,response:new Ae}}async request(t,n){try{return await this._request(t,n)}catch(r){if(r instanceof Error){let s={};Error.captureStackTrace?Error.captureStackTrace(s):s=new Error;const o=s.stack?s.stack.replace(/^.+\n/,""):"";try{r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
|
|
6
|
-
`+o):r.stack=o}catch{}}throw r}}_request(t,n){typeof t=="string"?(n=n||{},n.url=t):n=t||{},n=M(this.defaults,n);const{transitional:r,paramsSerializer:s,headers:o}=n;r!==void 0&&ee.assertOptions(r,{silentJSONParsing:L.transitional(L.boolean),forcedJSONParsing:L.transitional(L.boolean),clarifyTimeoutError:L.transitional(L.boolean)},!1),s!=null&&(a.isFunction(s)?n.paramsSerializer={serialize:s}:ee.assertOptions(s,{encode:L.function,serialize:L.function},!0)),n.allowAbsoluteUrls!==void 0||(this.defaults.allowAbsoluteUrls!==void 0?n.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:n.allowAbsoluteUrls=!0),ee.assertOptions(n,{baseUrl:L.spelling("baseURL"),withXsrfToken:L.spelling("withXSRFToken")},!0),n.method=(n.method||this.defaults.method||"get").toLowerCase();let i=o&&a.merge(o.common,o[n.method]);o&&a.forEach(["delete","get","head","post","put","patch","common"],p=>{delete o[p]}),n.headers=P.concat(i,o);const c=[];let f=!0;this.interceptors.request.forEach(function(m){typeof m.runWhen=="function"&&m.runWhen(n)===!1||(f=f&&m.synchronous,c.unshift(m.fulfilled,m.rejected))});const u=[];this.interceptors.response.forEach(function(m){u.push(m.fulfilled,m.rejected)});let l,d=0,w;if(!f){const p=[Ue.bind(this),void 0];for(p.unshift(...c),p.push(...u),w=p.length,l=Promise.resolve(n);d<w;)l=l.then(p[d++],p[d++]);return l}w=c.length;let g=n;for(d=0;d<w;){const p=c[d++],m=c[d++];try{g=p(g)}catch(h){m.call(this,h);break}}try{l=Ue.call(this,g)}catch(p){return Promise.reject(p)}for(d=0,w=u.length;d<w;)l=l.then(u[d++],u[d++]);return l}getUri(t){t=M(this.defaults,t);const n=Ze(t.baseURL,t.url,t.allowAbsoluteUrls);return We(n,t.params,t.paramsSerializer)}};a.forEach(["delete","get","head","options"],function(t){q.prototype[t]=function(n,r){return this.request(M(r||{},{method:t,url:n,data:(r||{}).data}))}});a.forEach(["post","put","patch"],function(t){function n(r){return function(o,i,c){return this.request(M(c||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:o,data:i}))}}q.prototype[t]=n(),q.prototype[t+"Form"]=n(!0)});let vn=class st{constructor(t){if(typeof t!="function")throw new TypeError("executor must be a function.");let n;this.promise=new Promise(function(o){n=o});const r=this;this.promise.then(s=>{if(!r._listeners)return;let o=r._listeners.length;for(;o-- >0;)r._listeners[o](s);r._listeners=null}),this.promise.then=s=>{let o;const i=new Promise(c=>{r.subscribe(c),o=c}).then(s);return i.cancel=function(){r.unsubscribe(o)},i},t(function(o,i,c){r.reason||(r.reason=new $(o,i,c),n(r.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(t){if(this.reason){t(this.reason);return}this._listeners?this._listeners.push(t):this._listeners=[t]}unsubscribe(t){if(!this._listeners)return;const n=this._listeners.indexOf(t);n!==-1&&this._listeners.splice(n,1)}toAbortSignal(){const t=new AbortController,n=r=>{t.abort(r)};return this.subscribe(n),t.signal.unsubscribe=()=>this.unsubscribe(n),t.signal}static source(){let t;return{token:new st(function(s){t=s}),cancel:t}}};function In(e){return function(n){return e.apply(null,n)}}function Hn(e){return a.isObject(e)&&e.isAxiosError===!0}const be={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(be).forEach(([e,t])=>{be[t]=e});function ot(e){const t=new q(e),n=De(q.prototype.request,t);return a.extend(n,q.prototype,t,{allOwnKeys:!0}),a.extend(n,t,null,{allOwnKeys:!0}),n.create=function(s){return ot(M(e,s))},n}const O=ot(X);O.Axios=q;O.CanceledError=$;O.CancelToken=vn;O.isCancel=Xe;O.VERSION=rt;O.toFormData=ie;O.AxiosError=y;O.Cancel=O.CanceledError;O.all=function(t){return Promise.all(t)};O.spread=In;O.isAxiosError=Hn;O.mergeConfig=M;O.AxiosHeaders=P;O.formToJSON=e=>Qe(a.isHTMLForm(e)?new FormData(e):e);O.getAdapter=nt.getAdapter;O.HttpStatusCode=be;O.default=O;const{Axios:Wn,AxiosError:Kn,CanceledError:Qn,isCancel:Xn,CancelToken:Gn,VERSION:Zn,all:Yn,Cancel:er,isAxiosError:tr,spread:nr,toFormData:rr,AxiosHeaders:sr,HttpStatusCode:or,formToJSON:ir,getAdapter:ar,mergeConfig:cr}=O,zn=({endpoint:e,headers:t={},initialData:n,validationRules:r})=>{const s=j.useFormState({initialData:n,validationRules:r}),[o,i]=I.useState(!1),c=I.useRef(null),f=I.useCallback((l={})=>{const{onBefore:d=()=>{},onCancel:w=()=>{},onError:g=()=>{},onFinish:p=()=>{},onSuccess:m=()=>{},onUpload:h=()=>{},skipValidation:R=!1}=l;if(!R&&!s.validate())return;const E=new FormData;Object.entries(s.data).forEach(([b,T])=>{Array.isArray(T)?T.forEach(S=>{S instanceof File?E.append(b,S):E.append(b,String(S))}):T instanceof File?E.append(b,T):E.append(b,String(T))}),d?.(),i(!0),c.current=new AbortController,O.post(e,E,{headers:{"Content-Type":"multipart/form-data",...t},signal:c.current.signal,onUploadProgress:b=>{h?.(b)}}).then(b=>{m?.(b)}).catch(b=>{O.isCancel(b)?w?.(b):g?.(b)}).finally(()=>{p?.(),i(!1),c.current=null})},[e,t,s]),u=I.useCallback(()=>{c.current&&c.current.abort("Upload cancelled by user")},[]);return{...s,upload:f,isUploading:o,cancel:u}},$n=({headers:e={},initialData:t,options:n={},query:r,validationRules:s})=>{const{data:o,setData:i,validate:c,...f}=j.useFormState({initialData:t,validationRules:s}),[u,{data:l,error:d,loading:w,refetch:g}]=ut(r,{fetchPolicy:"network-only",errorPolicy:"all",notifyOnNetworkStatusChange:!0,...n}),p=I.useCallback((h={})=>{const{onBefore:R=()=>{},onError:E=()=>{},onFinish:b=()=>{},onSuccess:T=()=>{},skipValidation:S=!1}=h;!S&&!c()||(R?.(),u({variables:{filters:o},...!j.isEmpty(e)&&{context:{headers:e}}}).then(A=>{T?.(A)}).catch(A=>{E?.(A)}).finally(()=>{b?.()}))},[o,u,e,c]),m=I.useCallback(()=>{g&&g({filters:o})},[g,o]);return{...f,validate:c,filter:o,setFilter:i,isLoading:w,query:p,refetch:m,data:l,error:d}};exports.handleRules=j.handleRules;exports.useForm=j.useForm;exports.useFormState=j.useFormState;exports.useFileUpload=zn;exports.useFilter=$n;exports.validator=ft;
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/hooks-DiKvsNs-.js");exports.handleRules=e.handleRules;exports.useControllableState=e.useControllableState;exports.useFileUpload=e.useFileUpload;exports.useFilter=e.useFilter;exports.useFocus=e.useFocus;exports.useForm=e.useForm;exports.useFormState=e.useFormState;exports.useKeyboard=e.useKeyboard;exports.useOverflowDetection=e.useOverflowDetection;exports.validator=e.validator;
|