@better-auth-ui/heroui 1.6.11 → 1.6.13
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/index.js +329 -2038
- package/package.json +9 -8
- package/src/components/auth/additional-field.tsx +2 -1
- package/src/components/auth/error-toaster.tsx +35 -18
package/dist/index.js
CHANGED
|
@@ -1,27 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { a as e, i as t, n, r, t as i } from "./user-view--47tVtJ3.js";
|
|
3
3
|
import { authMutationKeys as a, authQueryKeys as o, fileToBase64 as s, getProviderName as c, parseAdditionalFieldValue as l, resolveInputType as u } from "@better-auth-ui/core";
|
|
4
|
-
import { AuthProvider as d, providerIcons as f, useAccountInfo as p, useAuth as m, useAuthenticate as h, useChangeEmail as g, useChangePassword as _, useFetchOptions as v, useLinkSocial as y, useListAccounts as b, useListSessions as ee, useRequestPasswordReset as
|
|
5
|
-
import { ArrowRightFromSquare as
|
|
6
|
-
import { Button as
|
|
4
|
+
import { AuthProvider as d, providerIcons as f, useAccountInfo as p, useAuth as m, useAuthenticate as h, useChangeEmail as g, useChangePassword as _, useFetchOptions as v, useLinkSocial as y, useListAccounts as b, useListSessions as ee, useRequestPasswordReset as x, useResetPassword as S, useRevokeSession as te, useSendVerificationEmail as ne, useSession as C, useSignInEmail as re, useSignOut as ie, useSignUpEmail as ae, useUnlinkAccount as w, useUpdateUser as oe } from "@better-auth-ui/react";
|
|
5
|
+
import { ArrowRightFromSquare as T, ArrowRightToSquare as se, Check as E, ChevronsExpandVertical as ce, CloudArrowUpIn as le, Copy as ue, Display as de, Eye as D, EyeSlash as O, Gear as fe, Link as pe, LinkSlash as me, Person as he, PersonPlus as ge, PlugConnection as _e, Shield as ve, Smartphone as ye, TrashBin as be, Xmark as xe } from "@gravity-ui/icons";
|
|
6
|
+
import { Button as k, Calendar as A, Card as j, Checkbox as M, Chip as Se, ComboBox as Ce, DateField as we, DatePicker as Te, Description as Ee, Dropdown as N, FieldError as P, Fieldset as F, Form as I, Input as L, InputGroup as R, Label as z, Link as B, ListBox as V, NumberField as H, RouterProvider as De, Select as U, Skeleton as W, Slider as Oe, Spinner as G, Switch as ke, Tabs as K, TextArea as Ae, TextField as q, TimeField as je, cn as J, toast as Y } from "@heroui/react";
|
|
7
7
|
import { fromDate as Me, getLocalTimeZone as Ne, parseDate as Pe, parseDateTime as Fe, toCalendarDate as Ie, toCalendarDateTime as Le } from "@internationalized/date";
|
|
8
8
|
import { isValidElement as Re, useEffect as ze, useMemo as Be, useRef as Ve, useState as X } from "react";
|
|
9
9
|
import { Fragment as Z, jsx as Q, jsxs as $ } from "react/jsx-runtime";
|
|
10
10
|
import { matchMutation as He, matchQuery as Ue, useIsMutating as We, useQueryClient as Ge } from "@tanstack/react-query";
|
|
11
|
-
|
|
12
|
-
var Ke = Object.create, qe = Object.defineProperty, Je = Object.getOwnPropertyDescriptor, Ye = Object.getOwnPropertyNames, Xe = Object.getPrototypeOf, Ze = Object.prototype.hasOwnProperty, Qe = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), $e = (e, t, n, r) => {
|
|
13
|
-
if (t && typeof t == "object" || typeof t == "function") for (var i = Ye(t), a = 0, o = i.length, s; a < o; a++) s = i[a], !Ze.call(e, s) && s !== n && qe(e, s, {
|
|
14
|
-
get: ((e) => t[e]).bind(null, s),
|
|
15
|
-
enumerable: !(r = Je(t, s)) || r.enumerable
|
|
16
|
-
});
|
|
17
|
-
return e;
|
|
18
|
-
}, et = (e, t, n) => (n = e == null ? {} : Ke(Xe(e)), $e(t || !e || !e.__esModule ? qe(n, "default", {
|
|
19
|
-
value: e,
|
|
20
|
-
enumerable: !0
|
|
21
|
-
}) : n, e));
|
|
22
|
-
//#endregion
|
|
11
|
+
import Ke from "bowser";
|
|
23
12
|
//#region src/components/auth/additional-field.tsx
|
|
24
|
-
function
|
|
13
|
+
function qe(e) {
|
|
25
14
|
if (e instanceof Date) return Ie(Me(e, Ne()));
|
|
26
15
|
if (typeof e == "string") try {
|
|
27
16
|
return Pe(e.slice(0, 10));
|
|
@@ -29,7 +18,7 @@ function tt(e) {
|
|
|
29
18
|
return;
|
|
30
19
|
}
|
|
31
20
|
}
|
|
32
|
-
function
|
|
21
|
+
function Je(e) {
|
|
33
22
|
if (e instanceof Date) return Le(Me(e, Ne()));
|
|
34
23
|
if (typeof e == "string") try {
|
|
35
24
|
return Fe(e.replace(/(Z|[+-]\d{2}:?\d{2})$/, ""));
|
|
@@ -37,7 +26,7 @@ function nt(e) {
|
|
|
37
26
|
return;
|
|
38
27
|
}
|
|
39
28
|
}
|
|
40
|
-
function
|
|
29
|
+
function Ye({ getValue: e, isDisabled: t }) {
|
|
41
30
|
let { localization: n } = m(), [r, i] = X(!1);
|
|
42
31
|
async function a() {
|
|
43
32
|
let t = e();
|
|
@@ -47,17 +36,17 @@ function rt({ getValue: e, isDisabled: t }) {
|
|
|
47
36
|
Y.danger(e instanceof Error ? e.message : String(e));
|
|
48
37
|
}
|
|
49
38
|
}
|
|
50
|
-
return /* @__PURE__ */ Q(
|
|
39
|
+
return /* @__PURE__ */ Q(k, {
|
|
51
40
|
isIconOnly: !0,
|
|
52
41
|
"aria-label": n.settings.copyToClipboard,
|
|
53
42
|
size: "sm",
|
|
54
43
|
variant: "ghost",
|
|
55
44
|
isDisabled: t,
|
|
56
45
|
onPress: a,
|
|
57
|
-
children: Q(r ?
|
|
46
|
+
children: Q(r ? E : ue, { className: "size-4" })
|
|
58
47
|
});
|
|
59
48
|
}
|
|
60
|
-
function
|
|
49
|
+
function Xe({ name: e, field: t, isPending: n, variant: r }) {
|
|
61
50
|
let { localization: i } = m(), a = u(t), o = r === "transparent" ? "primary" : "secondary", s = Ve(null);
|
|
62
51
|
if (t.render) return /* @__PURE__ */ Q(Z, { children: t.render({
|
|
63
52
|
name: e,
|
|
@@ -76,18 +65,18 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
76
65
|
isDisabled: n,
|
|
77
66
|
isReadOnly: t.readOnly,
|
|
78
67
|
children: [
|
|
79
|
-
/* @__PURE__ */ Q(
|
|
68
|
+
/* @__PURE__ */ Q(z, { children: t.label }),
|
|
80
69
|
/* @__PURE__ */ Q(Ae, {
|
|
81
70
|
placeholder: t.placeholder,
|
|
82
71
|
required: t.required,
|
|
83
72
|
variant: o
|
|
84
73
|
}),
|
|
85
|
-
/* @__PURE__ */ Q(
|
|
74
|
+
/* @__PURE__ */ Q(P, {})
|
|
86
75
|
]
|
|
87
76
|
});
|
|
88
77
|
if (a === "number") {
|
|
89
78
|
let r = t.formatOptions?.maximumFractionDigits;
|
|
90
|
-
return /* @__PURE__ */ $(
|
|
79
|
+
return /* @__PURE__ */ $(H, {
|
|
91
80
|
name: e,
|
|
92
81
|
defaultValue: typeof t.defaultValue == "number" ? t.defaultValue : t.defaultValue != null && t.defaultValue !== "" ? Number(t.defaultValue) : void 0,
|
|
93
82
|
minValue: t.min,
|
|
@@ -98,16 +87,16 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
98
87
|
isReadOnly: t.readOnly,
|
|
99
88
|
variant: o,
|
|
100
89
|
children: [
|
|
101
|
-
/* @__PURE__ */ Q(
|
|
102
|
-
/* @__PURE__ */ $(
|
|
103
|
-
/* @__PURE__ */ Q(
|
|
104
|
-
/* @__PURE__ */ Q(
|
|
90
|
+
/* @__PURE__ */ Q(z, { children: t.label }),
|
|
91
|
+
/* @__PURE__ */ $(H.Group, { children: [
|
|
92
|
+
/* @__PURE__ */ Q(H.DecrementButton, {}),
|
|
93
|
+
/* @__PURE__ */ Q(H.Input, {
|
|
105
94
|
placeholder: t.placeholder,
|
|
106
95
|
required: t.required
|
|
107
96
|
}),
|
|
108
|
-
/* @__PURE__ */ Q(
|
|
97
|
+
/* @__PURE__ */ Q(H.IncrementButton, {})
|
|
109
98
|
] }),
|
|
110
|
-
/* @__PURE__ */ Q(
|
|
99
|
+
/* @__PURE__ */ Q(P, {})
|
|
111
100
|
]
|
|
112
101
|
});
|
|
113
102
|
}
|
|
@@ -123,7 +112,7 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
123
112
|
className: "flex flex-col gap-2",
|
|
124
113
|
children: [/* @__PURE__ */ $("div", {
|
|
125
114
|
className: "flex items-center justify-between gap-2",
|
|
126
|
-
children: [/* @__PURE__ */ Q(
|
|
115
|
+
children: [/* @__PURE__ */ Q(z, { children: t.label }), /* @__PURE__ */ Q(Oe.Output, { className: "text-sm text-muted" })]
|
|
127
116
|
}), /* @__PURE__ */ $(Oe.Track, { children: [/* @__PURE__ */ Q(Oe.Fill, {}), /* @__PURE__ */ Q(Oe.Thumb, { name: e })] })]
|
|
128
117
|
});
|
|
129
118
|
}
|
|
@@ -132,18 +121,18 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
132
121
|
defaultSelected: t.defaultValue === !0 || t.defaultValue === "true",
|
|
133
122
|
isDisabled: n,
|
|
134
123
|
isReadOnly: t.readOnly,
|
|
135
|
-
children: [/* @__PURE__ */ Q(ke.Control, { children: /* @__PURE__ */ Q(ke.Thumb, {}) }), /* @__PURE__ */ Q(
|
|
124
|
+
children: [/* @__PURE__ */ Q(ke.Control, { children: /* @__PURE__ */ Q(ke.Thumb, {}) }), /* @__PURE__ */ Q(z, { children: t.label })]
|
|
136
125
|
});
|
|
137
|
-
if (a === "checkbox") return /* @__PURE__ */ $(
|
|
126
|
+
if (a === "checkbox") return /* @__PURE__ */ $(M, {
|
|
138
127
|
name: e,
|
|
139
128
|
defaultSelected: t.defaultValue === !0 || t.defaultValue === "true",
|
|
140
129
|
isDisabled: n,
|
|
141
130
|
isReadOnly: t.readOnly,
|
|
142
131
|
isRequired: t.required,
|
|
143
132
|
variant: o,
|
|
144
|
-
children: [/* @__PURE__ */ Q(
|
|
133
|
+
children: [/* @__PURE__ */ Q(M.Control, { children: /* @__PURE__ */ Q(M.Indicator, {}) }), /* @__PURE__ */ Q(M.Content, { children: /* @__PURE__ */ Q(z, { children: t.label }) })]
|
|
145
134
|
});
|
|
146
|
-
if (a === "select") return /* @__PURE__ */ $(
|
|
135
|
+
if (a === "select") return /* @__PURE__ */ $(U, {
|
|
147
136
|
className: "[&[data-required=true]>.label]:after:content-none",
|
|
148
137
|
name: e,
|
|
149
138
|
defaultValue: t.defaultValue == null ? void 0 : String(t.defaultValue),
|
|
@@ -153,17 +142,17 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
153
142
|
variant: o,
|
|
154
143
|
fullWidth: !0,
|
|
155
144
|
children: [
|
|
156
|
-
/* @__PURE__ */ Q(
|
|
157
|
-
/* @__PURE__ */ $(
|
|
158
|
-
/* @__PURE__ */ Q(
|
|
145
|
+
/* @__PURE__ */ Q(z, { children: t.label }),
|
|
146
|
+
/* @__PURE__ */ $(U.Trigger, { children: [/* @__PURE__ */ Q(U.Value, {}), /* @__PURE__ */ Q(U.Indicator, {})] }),
|
|
147
|
+
/* @__PURE__ */ Q(U.Popover, { children: /* @__PURE__ */ Q(V, { children: t.options?.map((e) => /* @__PURE__ */ $(V.Item, {
|
|
159
148
|
id: e.value,
|
|
160
149
|
textValue: typeof e.label == "string" ? e.label : e.value,
|
|
161
|
-
children: [e.label, /* @__PURE__ */ Q(
|
|
150
|
+
children: [e.label, /* @__PURE__ */ Q(V.ItemIndicator, {})]
|
|
162
151
|
}, e.value)) }) }),
|
|
163
|
-
/* @__PURE__ */ Q(
|
|
152
|
+
/* @__PURE__ */ Q(P, {})
|
|
164
153
|
]
|
|
165
154
|
});
|
|
166
|
-
if (a === "combobox") return /* @__PURE__ */ $(
|
|
155
|
+
if (a === "combobox") return /* @__PURE__ */ $(Ce, {
|
|
167
156
|
className: "[&[data-required=true]>.label]:after:content-none",
|
|
168
157
|
name: e,
|
|
169
158
|
defaultSelectedKey: t.defaultValue == null ? void 0 : String(t.defaultValue),
|
|
@@ -173,50 +162,50 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
173
162
|
variant: o,
|
|
174
163
|
fullWidth: !0,
|
|
175
164
|
children: [
|
|
176
|
-
/* @__PURE__ */ Q(
|
|
177
|
-
/* @__PURE__ */ $(
|
|
178
|
-
/* @__PURE__ */ Q(
|
|
165
|
+
/* @__PURE__ */ Q(z, { children: t.label }),
|
|
166
|
+
/* @__PURE__ */ $(Ce.InputGroup, { children: [/* @__PURE__ */ Q(L, { placeholder: t.placeholder }), /* @__PURE__ */ Q(Ce.Trigger, {})] }),
|
|
167
|
+
/* @__PURE__ */ Q(Ce.Popover, { children: /* @__PURE__ */ Q(V, { children: t.options?.map((e) => /* @__PURE__ */ $(V.Item, {
|
|
179
168
|
id: e.value,
|
|
180
169
|
textValue: typeof e.label == "string" ? e.label : e.value,
|
|
181
|
-
children: [e.label, /* @__PURE__ */ Q(
|
|
170
|
+
children: [e.label, /* @__PURE__ */ Q(V.ItemIndicator, {})]
|
|
182
171
|
}, e.value)) }) }),
|
|
183
|
-
/* @__PURE__ */ Q(
|
|
172
|
+
/* @__PURE__ */ Q(P, {})
|
|
184
173
|
]
|
|
185
174
|
});
|
|
186
175
|
if (a === "date" || a === "datetime") {
|
|
187
176
|
let r = a === "datetime";
|
|
188
|
-
return /* @__PURE__ */ Q(
|
|
177
|
+
return /* @__PURE__ */ Q(Te, {
|
|
189
178
|
className: "w-full [&[data-required=true]>.label]:after:content-none",
|
|
190
179
|
name: e,
|
|
191
|
-
defaultValue: r ?
|
|
180
|
+
defaultValue: r ? Je(t.defaultValue) : qe(t.defaultValue),
|
|
192
181
|
granularity: r ? "minute" : "day",
|
|
193
182
|
isDisabled: n,
|
|
194
183
|
isReadOnly: t.readOnly,
|
|
195
184
|
isRequired: t.required,
|
|
196
185
|
children: ({ state: n }) => /* @__PURE__ */ $(Z, { children: [
|
|
197
|
-
/* @__PURE__ */ Q(
|
|
198
|
-
/* @__PURE__ */ $(
|
|
186
|
+
/* @__PURE__ */ Q(z, { children: t.label }),
|
|
187
|
+
/* @__PURE__ */ $(we.Group, {
|
|
199
188
|
variant: o,
|
|
200
189
|
fullWidth: !0,
|
|
201
|
-
children: [/* @__PURE__ */ Q(
|
|
190
|
+
children: [/* @__PURE__ */ Q(we.Input, { children: (e) => /* @__PURE__ */ Q(we.Segment, { segment: e }) }), /* @__PURE__ */ Q(we.Suffix, { children: /* @__PURE__ */ Q(Te.Trigger, { children: /* @__PURE__ */ Q(Te.TriggerIndicator, {}) }) })]
|
|
202
191
|
}),
|
|
203
|
-
/* @__PURE__ */ Q(
|
|
204
|
-
/* @__PURE__ */ $(
|
|
192
|
+
/* @__PURE__ */ Q(P, {}),
|
|
193
|
+
/* @__PURE__ */ $(Te.Popover, {
|
|
205
194
|
className: "flex flex-col gap-3",
|
|
206
|
-
children: [/* @__PURE__ */ $(
|
|
195
|
+
children: [/* @__PURE__ */ $(A, {
|
|
207
196
|
"aria-label": typeof t.label == "string" ? t.label : e,
|
|
208
197
|
children: [
|
|
209
|
-
/* @__PURE__ */ $(
|
|
210
|
-
/* @__PURE__ */ $(
|
|
211
|
-
/* @__PURE__ */ Q(
|
|
212
|
-
/* @__PURE__ */ Q(
|
|
198
|
+
/* @__PURE__ */ $(A.Header, { children: [
|
|
199
|
+
/* @__PURE__ */ $(A.YearPickerTrigger, { children: [/* @__PURE__ */ Q(A.YearPickerTriggerHeading, {}), /* @__PURE__ */ Q(A.YearPickerTriggerIndicator, {})] }),
|
|
200
|
+
/* @__PURE__ */ Q(A.NavButton, { slot: "previous" }),
|
|
201
|
+
/* @__PURE__ */ Q(A.NavButton, { slot: "next" })
|
|
213
202
|
] }),
|
|
214
|
-
/* @__PURE__ */ $(
|
|
215
|
-
/* @__PURE__ */ Q(
|
|
203
|
+
/* @__PURE__ */ $(A.Grid, { children: [/* @__PURE__ */ Q(A.GridHeader, { children: (e) => /* @__PURE__ */ Q(A.HeaderCell, { children: e }) }), /* @__PURE__ */ Q(A.GridBody, { children: (e) => /* @__PURE__ */ Q(A.Cell, { date: e }) })] }),
|
|
204
|
+
/* @__PURE__ */ Q(A.YearPickerGrid, { children: /* @__PURE__ */ Q(A.YearPickerGridBody, { children: ({ year: e }) => /* @__PURE__ */ Q(A.YearPickerCell, { year: e }) }) })
|
|
216
205
|
]
|
|
217
206
|
}), r && /* @__PURE__ */ $("div", {
|
|
218
207
|
className: "flex items-center justify-between",
|
|
219
|
-
children: [/* @__PURE__ */ Q(
|
|
208
|
+
children: [/* @__PURE__ */ Q(z, { children: i.settings.time }), /* @__PURE__ */ Q(je, {
|
|
220
209
|
"aria-label": i.settings.time,
|
|
221
210
|
granularity: "minute",
|
|
222
211
|
value: n.timeValue,
|
|
@@ -238,12 +227,12 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
238
227
|
isDisabled: n,
|
|
239
228
|
isReadOnly: t.readOnly,
|
|
240
229
|
children: [
|
|
241
|
-
/* @__PURE__ */ Q(
|
|
242
|
-
/* @__PURE__ */ $(
|
|
230
|
+
/* @__PURE__ */ Q(z, { children: t.label }),
|
|
231
|
+
/* @__PURE__ */ $(R, {
|
|
243
232
|
variant: o,
|
|
244
233
|
children: [
|
|
245
|
-
c && /* @__PURE__ */ Q(
|
|
246
|
-
/* @__PURE__ */ Q(
|
|
234
|
+
c && /* @__PURE__ */ Q(R.Prefix, { children: t.prefix }),
|
|
235
|
+
/* @__PURE__ */ Q(R.Input, {
|
|
247
236
|
ref: s,
|
|
248
237
|
placeholder: t.placeholder,
|
|
249
238
|
required: t.required,
|
|
@@ -251,16 +240,16 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
251
240
|
inputMode: h,
|
|
252
241
|
step: g
|
|
253
242
|
}),
|
|
254
|
-
t.copyable ? /* @__PURE__ */ Q(
|
|
243
|
+
t.copyable ? /* @__PURE__ */ Q(R.Suffix, {
|
|
255
244
|
className: "px-0",
|
|
256
|
-
children: /* @__PURE__ */ Q(
|
|
245
|
+
children: /* @__PURE__ */ Q(Ye, {
|
|
257
246
|
getValue: () => s.current?.value,
|
|
258
247
|
isDisabled: n
|
|
259
248
|
})
|
|
260
|
-
}) : t.suffix != null && /* @__PURE__ */ Q(
|
|
249
|
+
}) : t.suffix != null && /* @__PURE__ */ Q(R.Suffix, { children: t.suffix })
|
|
261
250
|
]
|
|
262
251
|
}),
|
|
263
|
-
/* @__PURE__ */ Q(
|
|
252
|
+
/* @__PURE__ */ Q(P, {})
|
|
264
253
|
]
|
|
265
254
|
}) : /* @__PURE__ */ $(q, {
|
|
266
255
|
name: e,
|
|
@@ -268,8 +257,8 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
268
257
|
isDisabled: n,
|
|
269
258
|
isReadOnly: t.readOnly,
|
|
270
259
|
children: [
|
|
271
|
-
/* @__PURE__ */ Q(
|
|
272
|
-
/* @__PURE__ */ Q(
|
|
260
|
+
/* @__PURE__ */ Q(z, { children: t.label }),
|
|
261
|
+
/* @__PURE__ */ Q(L, {
|
|
273
262
|
placeholder: t.placeholder,
|
|
274
263
|
required: t.required,
|
|
275
264
|
variant: o,
|
|
@@ -277,14 +266,14 @@ function it({ name: e, field: t, isPending: n, variant: r }) {
|
|
|
277
266
|
inputMode: h,
|
|
278
267
|
step: g
|
|
279
268
|
}),
|
|
280
|
-
/* @__PURE__ */ Q(
|
|
269
|
+
/* @__PURE__ */ Q(P, {})
|
|
281
270
|
]
|
|
282
271
|
});
|
|
283
272
|
}
|
|
284
273
|
//#endregion
|
|
285
274
|
//#region src/components/auth/forgot-password.tsx
|
|
286
|
-
function
|
|
287
|
-
let { authClient: r, baseURL: i, basePaths: a, localization: o, viewPaths: s, navigate: c, plugins: l } = m(), { fetchOptions: u, resetFetchOptions: d } = v(), { mutate: f, isPending: p } =
|
|
275
|
+
function Ze({ className: e, variant: t, ...n }) {
|
|
276
|
+
let { authClient: r, baseURL: i, basePaths: a, localization: o, viewPaths: s, navigate: c, plugins: l } = m(), { fetchOptions: u, resetFetchOptions: d } = v(), { mutate: f, isPending: p } = x(r, {
|
|
288
277
|
onError: (e) => {
|
|
289
278
|
Y.danger(e.error?.message || e.message), d();
|
|
290
279
|
},
|
|
@@ -300,18 +289,18 @@ function at({ className: e, variant: t, ...n }) {
|
|
|
300
289
|
});
|
|
301
290
|
}
|
|
302
291
|
let g = l.find((e) => e.captchaComponent)?.captchaComponent;
|
|
303
|
-
return /* @__PURE__ */ $(
|
|
292
|
+
return /* @__PURE__ */ $(j, {
|
|
304
293
|
className: J("w-full max-w-sm gap-4 md:p-6", e),
|
|
305
294
|
variant: t,
|
|
306
295
|
...n,
|
|
307
296
|
children: [
|
|
308
|
-
/* @__PURE__ */ Q(
|
|
297
|
+
/* @__PURE__ */ Q(j.Header, { children: /* @__PURE__ */ Q(j.Title, {
|
|
309
298
|
className: "text-xl font-semibold mb-1",
|
|
310
299
|
children: o.auth.forgotPassword
|
|
311
300
|
}) }),
|
|
312
|
-
/* @__PURE__ */ Q(
|
|
301
|
+
/* @__PURE__ */ Q(j.Content, {
|
|
313
302
|
className: "gap-4",
|
|
314
|
-
children: /* @__PURE__ */ $(
|
|
303
|
+
children: /* @__PURE__ */ $(I, {
|
|
315
304
|
onSubmit: h,
|
|
316
305
|
className: "flex flex-col gap-4",
|
|
317
306
|
children: [
|
|
@@ -321,13 +310,13 @@ function at({ className: e, variant: t, ...n }) {
|
|
|
321
310
|
autoComplete: "email",
|
|
322
311
|
isDisabled: p,
|
|
323
312
|
children: [
|
|
324
|
-
/* @__PURE__ */ Q(
|
|
325
|
-
/* @__PURE__ */ Q(
|
|
313
|
+
/* @__PURE__ */ Q(z, { children: o.auth.email }),
|
|
314
|
+
/* @__PURE__ */ Q(L, {
|
|
326
315
|
placeholder: o.auth.emailPlaceholder,
|
|
327
316
|
required: !0,
|
|
328
317
|
variant: t === "transparent" ? "primary" : "secondary"
|
|
329
318
|
}),
|
|
330
|
-
/* @__PURE__ */ Q(
|
|
319
|
+
/* @__PURE__ */ Q(P, {})
|
|
331
320
|
]
|
|
332
321
|
}),
|
|
333
322
|
g && /* @__PURE__ */ Q("div", {
|
|
@@ -336,7 +325,7 @@ function at({ className: e, variant: t, ...n }) {
|
|
|
336
325
|
}),
|
|
337
326
|
/* @__PURE__ */ Q("div", {
|
|
338
327
|
className: "flex flex-col gap-3",
|
|
339
|
-
children: /* @__PURE__ */ $(
|
|
328
|
+
children: /* @__PURE__ */ $(k, {
|
|
340
329
|
type: "submit",
|
|
341
330
|
className: "w-full",
|
|
342
331
|
isPending: p,
|
|
@@ -349,14 +338,14 @@ function at({ className: e, variant: t, ...n }) {
|
|
|
349
338
|
]
|
|
350
339
|
})
|
|
351
340
|
}),
|
|
352
|
-
/* @__PURE__ */ Q(
|
|
341
|
+
/* @__PURE__ */ Q(j.Footer, {
|
|
353
342
|
className: "flex-col gap-3",
|
|
354
|
-
children: /* @__PURE__ */ $(
|
|
343
|
+
children: /* @__PURE__ */ $(Ee, {
|
|
355
344
|
className: "text-sm",
|
|
356
345
|
children: [
|
|
357
346
|
o.auth.rememberYourPassword,
|
|
358
347
|
" ",
|
|
359
|
-
/* @__PURE__ */ Q(
|
|
348
|
+
/* @__PURE__ */ Q(B, {
|
|
360
349
|
href: `${a.auth}/${s.auth.signIn}`,
|
|
361
350
|
className: "text-accent no-underline hover:underline decoration-accent-hover",
|
|
362
351
|
children: o.auth.signIn
|
|
@@ -369,8 +358,8 @@ function at({ className: e, variant: t, ...n }) {
|
|
|
369
358
|
}
|
|
370
359
|
//#endregion
|
|
371
360
|
//#region src/components/auth/reset-password.tsx
|
|
372
|
-
function
|
|
373
|
-
let { authClient: r, basePaths: i, emailAndPassword: a, localization: o, viewPaths: s, navigate: c } = m(), { mutate: l, isPending: u } =
|
|
361
|
+
function Qe({ className: e, variant: t, ...n }) {
|
|
362
|
+
let { authClient: r, basePaths: i, emailAndPassword: a, localization: o, viewPaths: s, navigate: c } = m(), { mutate: l, isPending: u } = S(r, { onSuccess: () => {
|
|
374
363
|
Y.success(o.auth.passwordResetSuccess), c({ to: `${i.auth}/${s.auth.signIn}` });
|
|
375
364
|
} }), [d, f] = X(!1), [p, h] = X(!1);
|
|
376
365
|
ze(() => {
|
|
@@ -398,18 +387,18 @@ function ot({ className: e, variant: t, ...n }) {
|
|
|
398
387
|
newPassword: r
|
|
399
388
|
});
|
|
400
389
|
}
|
|
401
|
-
return /* @__PURE__ */ $(
|
|
390
|
+
return /* @__PURE__ */ $(j, {
|
|
402
391
|
className: J("w-full max-w-sm gap-4 md:p-6", e),
|
|
403
392
|
variant: t,
|
|
404
393
|
...n,
|
|
405
394
|
children: [
|
|
406
|
-
/* @__PURE__ */ Q(
|
|
395
|
+
/* @__PURE__ */ Q(j.Header, { children: /* @__PURE__ */ Q(j.Title, {
|
|
407
396
|
className: "text-xl font-semibold mb-1",
|
|
408
397
|
children: o.auth.resetPassword
|
|
409
398
|
}) }),
|
|
410
|
-
/* @__PURE__ */ Q(
|
|
399
|
+
/* @__PURE__ */ Q(j.Content, {
|
|
411
400
|
className: "gap-4",
|
|
412
|
-
children: /* @__PURE__ */ $(
|
|
401
|
+
children: /* @__PURE__ */ $(I, {
|
|
413
402
|
onSubmit: g,
|
|
414
403
|
className: "flex flex-col gap-4",
|
|
415
404
|
children: [
|
|
@@ -420,28 +409,28 @@ function ot({ className: e, variant: t, ...n }) {
|
|
|
420
409
|
autoComplete: "new-password",
|
|
421
410
|
isDisabled: u,
|
|
422
411
|
children: [
|
|
423
|
-
/* @__PURE__ */ Q(
|
|
424
|
-
/* @__PURE__ */ $(
|
|
412
|
+
/* @__PURE__ */ Q(z, { children: o.auth.password }),
|
|
413
|
+
/* @__PURE__ */ $(R, {
|
|
425
414
|
variant: t === "transparent" ? "primary" : "secondary",
|
|
426
|
-
children: [/* @__PURE__ */ Q(
|
|
415
|
+
children: [/* @__PURE__ */ Q(R.Input, {
|
|
427
416
|
name: "password",
|
|
428
417
|
placeholder: o.auth.newPasswordPlaceholder,
|
|
429
418
|
type: d ? "text" : "password",
|
|
430
419
|
required: !0
|
|
431
|
-
}), /* @__PURE__ */ Q(
|
|
420
|
+
}), /* @__PURE__ */ Q(R.Suffix, {
|
|
432
421
|
className: "px-0",
|
|
433
|
-
children: /* @__PURE__ */ Q(
|
|
422
|
+
children: /* @__PURE__ */ Q(k, {
|
|
434
423
|
isIconOnly: !0,
|
|
435
424
|
"aria-label": d ? o.auth.hidePassword : o.auth.showPassword,
|
|
436
425
|
size: "sm",
|
|
437
426
|
variant: "ghost",
|
|
438
427
|
onPress: () => f(!d),
|
|
439
428
|
isDisabled: u,
|
|
440
|
-
children: Q(d ?
|
|
429
|
+
children: Q(d ? O : D, {})
|
|
441
430
|
})
|
|
442
431
|
})]
|
|
443
432
|
}),
|
|
444
|
-
/* @__PURE__ */ Q(
|
|
433
|
+
/* @__PURE__ */ Q(P, {})
|
|
445
434
|
]
|
|
446
435
|
}),
|
|
447
436
|
a?.confirmPassword && /* @__PURE__ */ $(q, {
|
|
@@ -451,33 +440,33 @@ function ot({ className: e, variant: t, ...n }) {
|
|
|
451
440
|
autoComplete: "new-password",
|
|
452
441
|
isDisabled: u,
|
|
453
442
|
children: [
|
|
454
|
-
/* @__PURE__ */ Q(
|
|
455
|
-
/* @__PURE__ */ $(
|
|
443
|
+
/* @__PURE__ */ Q(z, { children: o.auth.confirmPassword }),
|
|
444
|
+
/* @__PURE__ */ $(R, {
|
|
456
445
|
variant: t === "transparent" ? "primary" : "secondary",
|
|
457
|
-
children: [/* @__PURE__ */ Q(
|
|
446
|
+
children: [/* @__PURE__ */ Q(R.Input, {
|
|
458
447
|
placeholder: o.auth.confirmPasswordPlaceholder,
|
|
459
448
|
type: p ? "text" : "password",
|
|
460
449
|
required: !0,
|
|
461
450
|
name: "confirmPassword"
|
|
462
|
-
}), /* @__PURE__ */ Q(
|
|
451
|
+
}), /* @__PURE__ */ Q(R.Suffix, {
|
|
463
452
|
className: "px-0",
|
|
464
|
-
children: /* @__PURE__ */ Q(
|
|
453
|
+
children: /* @__PURE__ */ Q(k, {
|
|
465
454
|
isIconOnly: !0,
|
|
466
455
|
"aria-label": p ? o.auth.hidePassword : o.auth.showPassword,
|
|
467
456
|
size: "sm",
|
|
468
457
|
variant: "ghost",
|
|
469
458
|
onPress: () => h(!p),
|
|
470
459
|
isDisabled: u,
|
|
471
|
-
children: Q(p ?
|
|
460
|
+
children: Q(p ? O : D, {})
|
|
472
461
|
})
|
|
473
462
|
})]
|
|
474
463
|
}),
|
|
475
|
-
/* @__PURE__ */ Q(
|
|
464
|
+
/* @__PURE__ */ Q(P, {})
|
|
476
465
|
]
|
|
477
466
|
}),
|
|
478
467
|
/* @__PURE__ */ Q("div", {
|
|
479
468
|
className: "flex flex-col gap-3",
|
|
480
|
-
children: /* @__PURE__ */ $(
|
|
469
|
+
children: /* @__PURE__ */ $(k, {
|
|
481
470
|
type: "submit",
|
|
482
471
|
className: "w-full",
|
|
483
472
|
isPending: u,
|
|
@@ -490,14 +479,14 @@ function ot({ className: e, variant: t, ...n }) {
|
|
|
490
479
|
]
|
|
491
480
|
})
|
|
492
481
|
}),
|
|
493
|
-
/* @__PURE__ */ Q(
|
|
482
|
+
/* @__PURE__ */ Q(j.Footer, {
|
|
494
483
|
className: "flex-col gap-3",
|
|
495
|
-
children: /* @__PURE__ */ $(
|
|
484
|
+
children: /* @__PURE__ */ $(Ee, {
|
|
496
485
|
className: "text-sm",
|
|
497
486
|
children: [
|
|
498
487
|
o.auth.rememberYourPassword,
|
|
499
488
|
" ",
|
|
500
|
-
/* @__PURE__ */ Q(
|
|
489
|
+
/* @__PURE__ */ Q(B, {
|
|
501
490
|
href: `${i.auth}/${s.auth.signIn}`,
|
|
502
491
|
className: "text-accent no-underline hover:underline decoration-accent-hover",
|
|
503
492
|
children: o.auth.signIn
|
|
@@ -510,12 +499,12 @@ function ot({ className: e, variant: t, ...n }) {
|
|
|
510
499
|
}
|
|
511
500
|
//#endregion
|
|
512
501
|
//#region src/components/auth/sign-in.tsx
|
|
513
|
-
function
|
|
514
|
-
let { authClient: c, basePaths: l, baseURL: u, emailAndPassword: d, localization: f, plugins: p, redirectTo: h, socialProviders: g, viewPaths: _, navigate: y } = m(), { fetchOptions: b, resetFetchOptions: ee } = v(), [
|
|
502
|
+
function $e({ className: t, socialLayout: n, socialPosition: i = "bottom", variant: o, ...s }) {
|
|
503
|
+
let { authClient: c, basePaths: l, baseURL: u, emailAndPassword: d, localization: f, plugins: p, redirectTo: h, socialProviders: g, viewPaths: _, navigate: y } = m(), { fetchOptions: b, resetFetchOptions: ee } = v(), [x, S] = X(""), { mutate: te } = ne(c, { onSuccess: () => Y.success(f.auth.verificationEmailSent) }), { mutate: C, isPending: ie } = re(c, {
|
|
515
504
|
onError: (e, { email: t }) => {
|
|
516
|
-
|
|
505
|
+
S(""), e.error?.code === "EMAIL_NOT_VERIFIED" ? Y.danger(e.error?.message || e.message, { actionProps: {
|
|
517
506
|
children: f.auth.resend,
|
|
518
|
-
onClick: () =>
|
|
507
|
+
onClick: () => te({
|
|
519
508
|
email: t,
|
|
520
509
|
callbackURL: `${u}${h}`
|
|
521
510
|
})
|
|
@@ -527,25 +516,25 @@ function st({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
527
516
|
let t = new FormData(e.currentTarget), n = t.get("email"), r = t.get("rememberMe") === "on";
|
|
528
517
|
C({
|
|
529
518
|
email: n,
|
|
530
|
-
password:
|
|
519
|
+
password: x,
|
|
531
520
|
...d?.rememberMe ? { rememberMe: r } : {},
|
|
532
521
|
fetchOptions: b
|
|
533
522
|
});
|
|
534
|
-
}, w = We({ mutationKey: a.signIn.all }) + We({ mutationKey: a.signUp.all }) > 0,
|
|
535
|
-
return /* @__PURE__ */ $(
|
|
523
|
+
}, w = We({ mutationKey: a.signIn.all }) + We({ mutationKey: a.signUp.all }) > 0, oe = p.find((e) => e.captchaComponent)?.captchaComponent, T = d?.enabled && !!g?.length;
|
|
524
|
+
return /* @__PURE__ */ $(j, {
|
|
536
525
|
className: J("w-full max-w-sm gap-4 md:p-6", t),
|
|
537
526
|
variant: o,
|
|
538
527
|
...s,
|
|
539
528
|
children: [
|
|
540
|
-
/* @__PURE__ */ Q(
|
|
529
|
+
/* @__PURE__ */ Q(j.Header, { children: /* @__PURE__ */ Q(j.Title, {
|
|
541
530
|
className: "text-xl font-semibold mb-1",
|
|
542
531
|
children: f.auth.signIn
|
|
543
532
|
}) }),
|
|
544
|
-
/* @__PURE__ */ $(
|
|
533
|
+
/* @__PURE__ */ $(j.Content, {
|
|
545
534
|
className: "gap-4",
|
|
546
535
|
children: [
|
|
547
|
-
i === "top" && /* @__PURE__ */ $(Z, { children: [!!g?.length && /* @__PURE__ */ Q(r, { socialLayout: n }),
|
|
548
|
-
d?.enabled && /* @__PURE__ */ $(
|
|
536
|
+
i === "top" && /* @__PURE__ */ $(Z, { children: [!!g?.length && /* @__PURE__ */ Q(r, { socialLayout: n }), T && /* @__PURE__ */ Q(e, { children: f.auth.or })] }),
|
|
537
|
+
d?.enabled && /* @__PURE__ */ $(I, {
|
|
549
538
|
onSubmit: ae,
|
|
550
539
|
className: "flex flex-col gap-4",
|
|
551
540
|
children: [
|
|
@@ -555,13 +544,13 @@ function st({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
555
544
|
autoComplete: "email",
|
|
556
545
|
isDisabled: w,
|
|
557
546
|
children: [
|
|
558
|
-
/* @__PURE__ */ Q(
|
|
559
|
-
/* @__PURE__ */ Q(
|
|
547
|
+
/* @__PURE__ */ Q(z, { children: f.auth.email }),
|
|
548
|
+
/* @__PURE__ */ Q(L, {
|
|
560
549
|
placeholder: f.auth.emailPlaceholder,
|
|
561
550
|
variant: o === "transparent" ? "primary" : "secondary",
|
|
562
551
|
required: !0
|
|
563
552
|
}),
|
|
564
|
-
/* @__PURE__ */ Q(
|
|
553
|
+
/* @__PURE__ */ Q(P, {})
|
|
565
554
|
]
|
|
566
555
|
}),
|
|
567
556
|
/* @__PURE__ */ $(q, {
|
|
@@ -571,31 +560,31 @@ function st({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
571
560
|
type: "password",
|
|
572
561
|
autoComplete: "current-password",
|
|
573
562
|
isDisabled: w,
|
|
574
|
-
value:
|
|
575
|
-
onChange:
|
|
563
|
+
value: x,
|
|
564
|
+
onChange: S,
|
|
576
565
|
children: [
|
|
577
|
-
/* @__PURE__ */ Q(
|
|
578
|
-
/* @__PURE__ */ Q(
|
|
566
|
+
/* @__PURE__ */ Q(z, { children: f.auth.password }),
|
|
567
|
+
/* @__PURE__ */ Q(L, {
|
|
579
568
|
placeholder: f.auth.passwordPlaceholder,
|
|
580
569
|
variant: o === "transparent" ? "primary" : "secondary",
|
|
581
570
|
required: !0
|
|
582
571
|
}),
|
|
583
|
-
/* @__PURE__ */ Q(
|
|
572
|
+
/* @__PURE__ */ Q(P, {})
|
|
584
573
|
]
|
|
585
574
|
}),
|
|
586
|
-
d?.rememberMe && /* @__PURE__ */ $(
|
|
575
|
+
d?.rememberMe && /* @__PURE__ */ $(M, {
|
|
587
576
|
name: "rememberMe",
|
|
588
577
|
isDisabled: w,
|
|
589
578
|
variant: o === "transparent" ? "primary" : "secondary",
|
|
590
|
-
children: [/* @__PURE__ */ Q(
|
|
579
|
+
children: [/* @__PURE__ */ Q(M.Control, { children: /* @__PURE__ */ Q(M.Indicator, {}) }), /* @__PURE__ */ Q(M.Content, { children: /* @__PURE__ */ Q(z, { children: f.auth.rememberMe }) })]
|
|
591
580
|
}),
|
|
592
|
-
|
|
581
|
+
oe && /* @__PURE__ */ Q("div", {
|
|
593
582
|
className: "flex justify-center",
|
|
594
|
-
children:
|
|
583
|
+
children: oe
|
|
595
584
|
}),
|
|
596
585
|
/* @__PURE__ */ $("div", {
|
|
597
586
|
className: "flex flex-col gap-3",
|
|
598
|
-
children: [/* @__PURE__ */ $(
|
|
587
|
+
children: [/* @__PURE__ */ $(k, {
|
|
599
588
|
type: "submit",
|
|
600
589
|
className: "w-full",
|
|
601
590
|
isPending: w,
|
|
@@ -607,21 +596,21 @@ function st({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
607
596
|
})
|
|
608
597
|
]
|
|
609
598
|
}),
|
|
610
|
-
i === "bottom" && /* @__PURE__ */ $(Z, { children: [
|
|
599
|
+
i === "bottom" && /* @__PURE__ */ $(Z, { children: [T && /* @__PURE__ */ Q(e, { children: f.auth.or }), !!g?.length && /* @__PURE__ */ Q(r, { socialLayout: n })] })
|
|
611
600
|
]
|
|
612
601
|
}),
|
|
613
|
-
/* @__PURE__ */ $(
|
|
602
|
+
/* @__PURE__ */ $(j.Footer, {
|
|
614
603
|
className: "flex-col gap-3",
|
|
615
|
-
children: [d?.forgotPassword && /* @__PURE__ */ Q(
|
|
604
|
+
children: [d?.forgotPassword && /* @__PURE__ */ Q(B, {
|
|
616
605
|
href: `${l.auth}/${_.auth.forgotPassword}`,
|
|
617
606
|
className: "no-underline hover:underline",
|
|
618
607
|
children: f.auth.forgotPasswordLink
|
|
619
|
-
}), d?.enabled && /* @__PURE__ */ $(
|
|
608
|
+
}), d?.enabled && /* @__PURE__ */ $(Ee, {
|
|
620
609
|
className: "text-sm",
|
|
621
610
|
children: [
|
|
622
611
|
f.auth.needToCreateAnAccount,
|
|
623
612
|
" ",
|
|
624
|
-
/* @__PURE__ */ Q(
|
|
613
|
+
/* @__PURE__ */ Q(B, {
|
|
625
614
|
href: `${l.auth}/${_.auth.signUp}`,
|
|
626
615
|
className: "text-accent no-underline hover:underline decoration-accent-hover",
|
|
627
616
|
children: f.auth.signUp
|
|
@@ -634,7 +623,7 @@ function st({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
634
623
|
}
|
|
635
624
|
//#endregion
|
|
636
625
|
//#region src/components/auth/sign-out.tsx
|
|
637
|
-
function
|
|
626
|
+
function et({ className: e }) {
|
|
638
627
|
let { authClient: t, basePaths: n, navigate: r, viewPaths: i } = m(), { mutate: a } = ie(t, {
|
|
639
628
|
onError: (e) => {
|
|
640
629
|
Y.danger(e.error?.message || e.message), r({
|
|
@@ -656,19 +645,19 @@ function ct({ className: e }) {
|
|
|
656
645
|
}
|
|
657
646
|
//#endregion
|
|
658
647
|
//#region src/components/auth/sign-up.tsx
|
|
659
|
-
function
|
|
660
|
-
let { additionalFields: c, authClient: u, basePaths: d, emailAndPassword: f, localization: p, plugins: h, redirectTo: g, socialProviders: _, viewPaths: y, navigate: b } = m(), { fetchOptions: ee, resetFetchOptions:
|
|
648
|
+
function tt({ className: t, socialLayout: n, socialPosition: i = "bottom", variant: o, ...s }) {
|
|
649
|
+
let { additionalFields: c, authClient: u, basePaths: d, emailAndPassword: f, localization: p, plugins: h, redirectTo: g, socialProviders: _, viewPaths: y, navigate: b } = m(), { fetchOptions: ee, resetFetchOptions: x } = v(), [S, te] = X(""), [ne, C] = X(""), { mutate: re, isPending: ie } = ae(u, {
|
|
661
650
|
onError: (e) => {
|
|
662
|
-
|
|
651
|
+
te(""), C(""), Y.danger(e.error?.message || e.message), x();
|
|
663
652
|
},
|
|
664
653
|
onSuccess: () => {
|
|
665
654
|
f?.requireEmailVerification ? (Y.success(p.auth.verifyYourEmail), b({ to: `${d.auth}/${y.auth.signIn}` })) : b({ to: g });
|
|
666
655
|
}
|
|
667
|
-
}), [w,
|
|
656
|
+
}), [w, oe] = X(!1), [T, se] = X(!1), E = We({ mutationKey: a.signIn.all }) + We({ mutationKey: a.signUp.all }) > 0, ce = h.find((e) => e.captchaComponent)?.captchaComponent, le = async (e) => {
|
|
668
657
|
e.preventDefault();
|
|
669
658
|
let t = new FormData(e.currentTarget), n = t.get("name") ?? "", r = t.get("email");
|
|
670
|
-
if (f?.confirmPassword &&
|
|
671
|
-
Y.danger(p.auth.passwordsDoNotMatch),
|
|
659
|
+
if (f?.confirmPassword && S !== ne) {
|
|
660
|
+
Y.danger(p.auth.passwordsDoNotMatch), te(""), C("");
|
|
672
661
|
return;
|
|
673
662
|
}
|
|
674
663
|
let i = {};
|
|
@@ -686,62 +675,62 @@ function lt({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
686
675
|
re({
|
|
687
676
|
name: n,
|
|
688
677
|
email: r,
|
|
689
|
-
password:
|
|
678
|
+
password: S,
|
|
690
679
|
...i,
|
|
691
680
|
fetchOptions: ee
|
|
692
681
|
});
|
|
693
|
-
},
|
|
694
|
-
return /* @__PURE__ */ $(
|
|
682
|
+
}, ue = f?.enabled && !!_?.length;
|
|
683
|
+
return /* @__PURE__ */ $(j, {
|
|
695
684
|
className: J("w-full max-w-sm gap-4 md:p-6", t),
|
|
696
685
|
variant: o,
|
|
697
686
|
...s,
|
|
698
687
|
children: [
|
|
699
|
-
/* @__PURE__ */ Q(
|
|
688
|
+
/* @__PURE__ */ Q(j.Header, { children: /* @__PURE__ */ Q(j.Title, {
|
|
700
689
|
className: "text-xl font-semibold mb-1",
|
|
701
690
|
children: p.auth.signUp
|
|
702
691
|
}) }),
|
|
703
|
-
/* @__PURE__ */ $(
|
|
692
|
+
/* @__PURE__ */ $(j.Content, {
|
|
704
693
|
className: "gap-4",
|
|
705
694
|
children: [
|
|
706
|
-
i === "top" && /* @__PURE__ */ $(Z, { children: [!!_?.length && /* @__PURE__ */ Q(r, { socialLayout: n }),
|
|
707
|
-
f?.enabled && /* @__PURE__ */ $(
|
|
708
|
-
onSubmit:
|
|
695
|
+
i === "top" && /* @__PURE__ */ $(Z, { children: [!!_?.length && /* @__PURE__ */ Q(r, { socialLayout: n }), ue && /* @__PURE__ */ Q(e, { children: p.auth.or })] }),
|
|
696
|
+
f?.enabled && /* @__PURE__ */ $(I, {
|
|
697
|
+
onSubmit: le,
|
|
709
698
|
className: "flex flex-col gap-4",
|
|
710
699
|
children: [
|
|
711
700
|
f.name !== !1 && /* @__PURE__ */ $(q, {
|
|
712
701
|
name: "name",
|
|
713
702
|
type: "text",
|
|
714
703
|
autoComplete: "name",
|
|
715
|
-
isDisabled:
|
|
704
|
+
isDisabled: E,
|
|
716
705
|
children: [
|
|
717
|
-
/* @__PURE__ */ Q(
|
|
718
|
-
/* @__PURE__ */ Q(
|
|
706
|
+
/* @__PURE__ */ Q(z, { children: p.auth.name }),
|
|
707
|
+
/* @__PURE__ */ Q(L, {
|
|
719
708
|
placeholder: p.auth.namePlaceholder,
|
|
720
709
|
required: !0,
|
|
721
710
|
variant: o === "transparent" ? "primary" : "secondary"
|
|
722
711
|
}),
|
|
723
|
-
/* @__PURE__ */ Q(
|
|
712
|
+
/* @__PURE__ */ Q(P, {})
|
|
724
713
|
]
|
|
725
714
|
}),
|
|
726
715
|
/* @__PURE__ */ $(q, {
|
|
727
716
|
name: "email",
|
|
728
717
|
type: "email",
|
|
729
718
|
autoComplete: "email",
|
|
730
|
-
isDisabled:
|
|
719
|
+
isDisabled: E,
|
|
731
720
|
children: [
|
|
732
|
-
/* @__PURE__ */ Q(
|
|
733
|
-
/* @__PURE__ */ Q(
|
|
721
|
+
/* @__PURE__ */ Q(z, { children: p.auth.email }),
|
|
722
|
+
/* @__PURE__ */ Q(L, {
|
|
734
723
|
placeholder: p.auth.emailPlaceholder,
|
|
735
724
|
required: !0,
|
|
736
725
|
variant: o === "transparent" ? "primary" : "secondary"
|
|
737
726
|
}),
|
|
738
|
-
/* @__PURE__ */ Q(
|
|
727
|
+
/* @__PURE__ */ Q(P, {})
|
|
739
728
|
]
|
|
740
729
|
}),
|
|
741
|
-
c?.map((e) => e.signUp === "above" && /* @__PURE__ */ Q(
|
|
730
|
+
c?.map((e) => e.signUp === "above" && /* @__PURE__ */ Q(Xe, {
|
|
742
731
|
name: e.name,
|
|
743
732
|
field: e,
|
|
744
|
-
isPending:
|
|
733
|
+
isPending: E,
|
|
745
734
|
variant: o
|
|
746
735
|
}, e.name)),
|
|
747
736
|
/* @__PURE__ */ $(q, {
|
|
@@ -749,32 +738,32 @@ function lt({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
749
738
|
maxLength: f?.maxPasswordLength,
|
|
750
739
|
name: "password",
|
|
751
740
|
autoComplete: "new-password",
|
|
752
|
-
isDisabled:
|
|
753
|
-
value:
|
|
754
|
-
onChange:
|
|
741
|
+
isDisabled: E,
|
|
742
|
+
value: S,
|
|
743
|
+
onChange: te,
|
|
755
744
|
children: [
|
|
756
|
-
/* @__PURE__ */ Q(
|
|
757
|
-
/* @__PURE__ */ $(
|
|
745
|
+
/* @__PURE__ */ Q(z, { children: p.auth.password }),
|
|
746
|
+
/* @__PURE__ */ $(R, {
|
|
758
747
|
variant: o === "transparent" ? "primary" : "secondary",
|
|
759
|
-
children: [/* @__PURE__ */ Q(
|
|
748
|
+
children: [/* @__PURE__ */ Q(R.Input, {
|
|
760
749
|
placeholder: p.auth.passwordPlaceholder,
|
|
761
750
|
type: w ? "text" : "password",
|
|
762
751
|
name: "password",
|
|
763
752
|
required: !0
|
|
764
|
-
}), /* @__PURE__ */ Q(
|
|
753
|
+
}), /* @__PURE__ */ Q(R.Suffix, {
|
|
765
754
|
className: "px-0",
|
|
766
|
-
children: /* @__PURE__ */ Q(
|
|
755
|
+
children: /* @__PURE__ */ Q(k, {
|
|
767
756
|
isIconOnly: !0,
|
|
768
757
|
"aria-label": w ? p.auth.hidePassword : p.auth.showPassword,
|
|
769
758
|
size: "sm",
|
|
770
759
|
variant: "ghost",
|
|
771
|
-
onPress: () =>
|
|
772
|
-
isDisabled:
|
|
773
|
-
children: Q(w ?
|
|
760
|
+
onPress: () => oe(!w),
|
|
761
|
+
isDisabled: E,
|
|
762
|
+
children: Q(w ? O : D, {})
|
|
774
763
|
})
|
|
775
764
|
})]
|
|
776
765
|
}),
|
|
777
|
-
/* @__PURE__ */ Q(
|
|
766
|
+
/* @__PURE__ */ Q(P, {})
|
|
778
767
|
]
|
|
779
768
|
}),
|
|
780
769
|
f?.confirmPassword && /* @__PURE__ */ $(q, {
|
|
@@ -782,50 +771,50 @@ function lt({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
782
771
|
maxLength: f?.maxPasswordLength,
|
|
783
772
|
name: "confirmPassword",
|
|
784
773
|
autoComplete: "new-password",
|
|
785
|
-
isDisabled:
|
|
774
|
+
isDisabled: E,
|
|
786
775
|
value: ne,
|
|
787
776
|
onChange: C,
|
|
788
777
|
children: [
|
|
789
|
-
/* @__PURE__ */ Q(
|
|
790
|
-
/* @__PURE__ */ $(
|
|
778
|
+
/* @__PURE__ */ Q(z, { children: p.auth.confirmPassword }),
|
|
779
|
+
/* @__PURE__ */ $(R, {
|
|
791
780
|
variant: o === "transparent" ? "primary" : "secondary",
|
|
792
|
-
children: [/* @__PURE__ */ Q(
|
|
781
|
+
children: [/* @__PURE__ */ Q(R.Input, {
|
|
793
782
|
name: "confirmPassword",
|
|
794
783
|
placeholder: p.auth.confirmPasswordPlaceholder,
|
|
795
|
-
type:
|
|
784
|
+
type: T ? "text" : "password",
|
|
796
785
|
required: !0
|
|
797
|
-
}), /* @__PURE__ */ Q(
|
|
786
|
+
}), /* @__PURE__ */ Q(R.Suffix, {
|
|
798
787
|
className: "px-0",
|
|
799
|
-
children: /* @__PURE__ */ Q(
|
|
788
|
+
children: /* @__PURE__ */ Q(k, {
|
|
800
789
|
isIconOnly: !0,
|
|
801
|
-
"aria-label":
|
|
790
|
+
"aria-label": T ? p.auth.hidePassword : p.auth.showPassword,
|
|
802
791
|
size: "sm",
|
|
803
792
|
variant: "ghost",
|
|
804
|
-
onPress: () =>
|
|
805
|
-
isDisabled:
|
|
806
|
-
children: Q(
|
|
793
|
+
onPress: () => se(!T),
|
|
794
|
+
isDisabled: E,
|
|
795
|
+
children: Q(T ? O : D, {})
|
|
807
796
|
})
|
|
808
797
|
})]
|
|
809
798
|
}),
|
|
810
|
-
/* @__PURE__ */ Q(
|
|
799
|
+
/* @__PURE__ */ Q(P, {})
|
|
811
800
|
]
|
|
812
801
|
}),
|
|
813
|
-
c?.map((e) => e.signUp && e.signUp !== "above" && /* @__PURE__ */ Q(
|
|
802
|
+
c?.map((e) => e.signUp && e.signUp !== "above" && /* @__PURE__ */ Q(Xe, {
|
|
814
803
|
name: e.name,
|
|
815
804
|
field: e,
|
|
816
|
-
isPending:
|
|
805
|
+
isPending: E,
|
|
817
806
|
variant: o
|
|
818
807
|
}, e.name)),
|
|
819
|
-
|
|
808
|
+
ce && /* @__PURE__ */ Q("div", {
|
|
820
809
|
className: "flex justify-center",
|
|
821
|
-
children:
|
|
810
|
+
children: ce
|
|
822
811
|
}),
|
|
823
812
|
/* @__PURE__ */ $("div", {
|
|
824
813
|
className: "flex flex-col gap-3",
|
|
825
|
-
children: [/* @__PURE__ */ $(
|
|
814
|
+
children: [/* @__PURE__ */ $(k, {
|
|
826
815
|
type: "submit",
|
|
827
816
|
className: "w-full",
|
|
828
|
-
isPending:
|
|
817
|
+
isPending: E,
|
|
829
818
|
children: [ie && /* @__PURE__ */ Q(G, {
|
|
830
819
|
color: "current",
|
|
831
820
|
size: "sm"
|
|
@@ -834,17 +823,17 @@ function lt({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
834
823
|
})
|
|
835
824
|
]
|
|
836
825
|
}),
|
|
837
|
-
i === "bottom" && /* @__PURE__ */ $(Z, { children: [
|
|
826
|
+
i === "bottom" && /* @__PURE__ */ $(Z, { children: [ue && /* @__PURE__ */ Q(e, { children: p.auth.or }), !!_?.length && /* @__PURE__ */ Q(r, { socialLayout: n })] })
|
|
838
827
|
]
|
|
839
828
|
}),
|
|
840
|
-
/* @__PURE__ */ Q(
|
|
829
|
+
/* @__PURE__ */ Q(j.Footer, {
|
|
841
830
|
className: "flex-col gap-3",
|
|
842
|
-
children: /* @__PURE__ */ $(
|
|
831
|
+
children: /* @__PURE__ */ $(Ee, {
|
|
843
832
|
className: "text-sm",
|
|
844
833
|
children: [
|
|
845
834
|
p.auth.alreadyHaveAnAccount,
|
|
846
835
|
" ",
|
|
847
|
-
/* @__PURE__ */ Q(
|
|
836
|
+
/* @__PURE__ */ Q(B, {
|
|
848
837
|
href: `${d.auth}/${y.auth.signIn}`,
|
|
849
838
|
className: "text-accent no-underline hover:underline decoration-accent-hover",
|
|
850
839
|
children: p.auth.signIn
|
|
@@ -857,21 +846,21 @@ function lt({ className: t, socialLayout: n, socialPosition: i = "bottom", varia
|
|
|
857
846
|
}
|
|
858
847
|
//#endregion
|
|
859
848
|
//#region src/components/auth/auth.tsx
|
|
860
|
-
var
|
|
849
|
+
var nt = [
|
|
861
850
|
"signUp",
|
|
862
851
|
"forgotPassword",
|
|
863
852
|
"resetPassword"
|
|
864
|
-
],
|
|
865
|
-
signIn:
|
|
866
|
-
signOut:
|
|
867
|
-
signUp:
|
|
868
|
-
forgotPassword:
|
|
869
|
-
resetPassword:
|
|
853
|
+
], rt = {
|
|
854
|
+
signIn: $e,
|
|
855
|
+
signOut: et,
|
|
856
|
+
signUp: tt,
|
|
857
|
+
forgotPassword: Ze,
|
|
858
|
+
resetPassword: Qe
|
|
870
859
|
};
|
|
871
|
-
function
|
|
860
|
+
function it({ path: e, socialLayout: t, socialPosition: n, view: r, ...i }) {
|
|
872
861
|
let { basePaths: a, emailAndPassword: o, plugins: s, viewPaths: c, navigate: l } = m();
|
|
873
862
|
if (!r && !e) throw Error("[Better Auth UI] Either `view` or `path` must be provided");
|
|
874
|
-
let u = r || Object.keys(c.auth).find((t) => c.auth[t] === e), d = !o?.enabled && u &&
|
|
863
|
+
let u = r || Object.keys(c.auth).find((t) => c.auth[t] === e), d = !o?.enabled && u && nt.includes(u);
|
|
875
864
|
if (ze(() => {
|
|
876
865
|
d && l({
|
|
877
866
|
to: `${a.auth}/${c.auth.signIn}`,
|
|
@@ -901,8 +890,8 @@ function ft({ path: e, socialLayout: t, socialPosition: n, view: r, ...i }) {
|
|
|
901
890
|
...i
|
|
902
891
|
});
|
|
903
892
|
}
|
|
904
|
-
let f = u ?
|
|
905
|
-
if (!f) throw Error(`[Better Auth UI] Unknown view "${u}". Valid views are: ${Object.keys(
|
|
893
|
+
let f = u ? rt[u] : void 0;
|
|
894
|
+
if (!f) throw Error(`[Better Auth UI] Unknown view "${u}". Valid views are: ${Object.keys(rt).join(", ")}`);
|
|
906
895
|
return /* @__PURE__ */ Q(f, {
|
|
907
896
|
socialLayout: t,
|
|
908
897
|
socialPosition: n,
|
|
@@ -911,38 +900,40 @@ function ft({ path: e, socialLayout: t, socialPosition: n, view: r, ...i }) {
|
|
|
911
900
|
}
|
|
912
901
|
//#endregion
|
|
913
902
|
//#region src/components/auth/error-toaster.tsx
|
|
914
|
-
function
|
|
903
|
+
function at() {
|
|
915
904
|
let e = Ge();
|
|
916
905
|
return ze(() => {
|
|
917
|
-
let t = e.getQueryCache()
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
906
|
+
let t = e.getQueryCache(), n = t.config.onError;
|
|
907
|
+
t.config.onError = (e, t) => {
|
|
908
|
+
if (n?.(e, t), !Ue({ queryKey: o.all }, t)) return;
|
|
909
|
+
let r = e;
|
|
910
|
+
r?.error && Y.danger(r.error.message);
|
|
911
|
+
};
|
|
912
|
+
let r = e.getMutationCache(), i = r.config.onError;
|
|
913
|
+
return r.config.onError = (e, t, n, r, o) => {
|
|
914
|
+
if (i?.(e, t, n, r, o), !He({ mutationKey: a.all }, r)) return;
|
|
915
|
+
let s = e;
|
|
916
|
+
Y.danger(s.error?.message || s.message);
|
|
917
|
+
}, () => {
|
|
918
|
+
t.config.onError = n, r.config.onError = i;
|
|
928
919
|
};
|
|
929
920
|
}, [e]), null;
|
|
930
921
|
}
|
|
931
922
|
//#endregion
|
|
932
923
|
//#region src/components/auth/auth-provider.tsx
|
|
933
|
-
function
|
|
924
|
+
function ot({ children: e, navigate: t, ...n }) {
|
|
934
925
|
return /* @__PURE__ */ Q(d, {
|
|
935
926
|
navigate: t,
|
|
936
927
|
...n,
|
|
937
|
-
children: /* @__PURE__ */ $(
|
|
928
|
+
children: /* @__PURE__ */ $(De, {
|
|
938
929
|
navigate: (e) => t({ to: e }),
|
|
939
|
-
children: [e, /* @__PURE__ */ Q(
|
|
930
|
+
children: [e, /* @__PURE__ */ Q(at, {})]
|
|
940
931
|
})
|
|
941
932
|
});
|
|
942
933
|
}
|
|
943
934
|
//#endregion
|
|
944
935
|
//#region src/components/auth/settings/account/change-email.tsx
|
|
945
|
-
function
|
|
936
|
+
function st({ className: e, variant: t, ...n }) {
|
|
946
937
|
let { authClient: r, localization: i, baseURL: a, viewPaths: o } = m(), { data: s } = C(r), { mutate: c, isPending: l } = g(r, { onSuccess: () => Y.success(i.settings.changeEmailSuccess) });
|
|
947
938
|
function u(e) {
|
|
948
939
|
e.preventDefault(), c({
|
|
@@ -953,30 +944,30 @@ function ht({ className: e, variant: t, ...n }) {
|
|
|
953
944
|
return /* @__PURE__ */ $("div", { children: [/* @__PURE__ */ Q("h2", {
|
|
954
945
|
className: J("text-sm font-semibold mb-3"),
|
|
955
946
|
children: i.settings.changeEmail
|
|
956
|
-
}), /* @__PURE__ */ Q(
|
|
947
|
+
}), /* @__PURE__ */ Q(j, {
|
|
957
948
|
className: J("p-4 gap-4", e),
|
|
958
949
|
variant: t,
|
|
959
950
|
...n,
|
|
960
|
-
children: /* @__PURE__ */ Q(
|
|
951
|
+
children: /* @__PURE__ */ Q(j.Content, { children: /* @__PURE__ */ Q(I, {
|
|
961
952
|
onSubmit: u,
|
|
962
|
-
children: /* @__PURE__ */ $(
|
|
953
|
+
children: /* @__PURE__ */ $(F, {
|
|
963
954
|
className: "w-full gap-4",
|
|
964
|
-
children: [/* @__PURE__ */ Q(
|
|
955
|
+
children: [/* @__PURE__ */ Q(F.Group, { children: /* @__PURE__ */ $(q, {
|
|
965
956
|
name: "email",
|
|
966
957
|
type: "email",
|
|
967
958
|
defaultValue: s?.user.email,
|
|
968
959
|
isDisabled: l || !s,
|
|
969
960
|
children: [
|
|
970
|
-
/* @__PURE__ */ Q(
|
|
971
|
-
s ? /* @__PURE__ */ Q(
|
|
961
|
+
/* @__PURE__ */ Q(z, { children: i.auth.email }),
|
|
962
|
+
s ? /* @__PURE__ */ Q(L, {
|
|
972
963
|
required: !0,
|
|
973
964
|
variant: t === "transparent" ? "primary" : "secondary",
|
|
974
965
|
autoComplete: "email",
|
|
975
966
|
placeholder: i.auth.emailPlaceholder
|
|
976
967
|
}) : /* @__PURE__ */ Q(W, { className: "h-10 md:h-9 w-full rounded-xl" }),
|
|
977
|
-
/* @__PURE__ */ Q(
|
|
968
|
+
/* @__PURE__ */ Q(P, {})
|
|
978
969
|
]
|
|
979
|
-
}, `${s?.user.id}-${s?.user.email}-email`) }), /* @__PURE__ */ Q(
|
|
970
|
+
}, `${s?.user.id}-${s?.user.email}-email`) }), /* @__PURE__ */ Q(F.Actions, { children: /* @__PURE__ */ $(k, {
|
|
980
971
|
type: "submit",
|
|
981
972
|
isPending: l,
|
|
982
973
|
isDisabled: !s,
|
|
@@ -992,8 +983,8 @@ function ht({ className: e, variant: t, ...n }) {
|
|
|
992
983
|
}
|
|
993
984
|
//#endregion
|
|
994
985
|
//#region src/components/auth/settings/account/change-avatar.tsx
|
|
995
|
-
function
|
|
996
|
-
let { authClient: t, localization: r, avatar: i } = m(), { data: a } = C(t), { mutate: o, isPending: c } =
|
|
986
|
+
function ct({ className: e }) {
|
|
987
|
+
let { authClient: t, localization: r, avatar: i } = m(), { data: a } = C(t), { mutate: o, isPending: c } = oe(t), l = Ve(null), [u, d] = X(!1), [f, p] = X(!1), h = c || u || f;
|
|
997
988
|
async function g(e) {
|
|
998
989
|
let t = e.target.files?.[0];
|
|
999
990
|
if (t) {
|
|
@@ -1024,7 +1015,7 @@ function gt({ className: e }) {
|
|
|
1024
1015
|
return /* @__PURE__ */ $("div", {
|
|
1025
1016
|
className: J("flex flex-col gap-1", e),
|
|
1026
1017
|
children: [
|
|
1027
|
-
/* @__PURE__ */ Q(
|
|
1018
|
+
/* @__PURE__ */ Q(z, {
|
|
1028
1019
|
isDisabled: !a,
|
|
1029
1020
|
children: r.settings.avatar
|
|
1030
1021
|
}),
|
|
@@ -1037,7 +1028,7 @@ function gt({ className: e }) {
|
|
|
1037
1028
|
}),
|
|
1038
1029
|
/* @__PURE__ */ $("div", {
|
|
1039
1030
|
className: "flex items-center gap-4",
|
|
1040
|
-
children: [/* @__PURE__ */ Q(
|
|
1031
|
+
children: [/* @__PURE__ */ Q(k, {
|
|
1041
1032
|
type: "button",
|
|
1042
1033
|
isIconOnly: !0,
|
|
1043
1034
|
variant: "ghost",
|
|
@@ -1048,23 +1039,23 @@ function gt({ className: e }) {
|
|
|
1048
1039
|
size: "lg",
|
|
1049
1040
|
isPending: h
|
|
1050
1041
|
})
|
|
1051
|
-
}), /* @__PURE__ */ $(
|
|
1042
|
+
}), /* @__PURE__ */ $(N, { children: [/* @__PURE__ */ $(k, {
|
|
1052
1043
|
isDisabled: !a || h,
|
|
1053
1044
|
size: "sm",
|
|
1054
1045
|
variant: "secondary",
|
|
1055
1046
|
children: [h && /* @__PURE__ */ Q(G, { size: "sm" }), r.settings.changeAvatar]
|
|
1056
|
-
}), /* @__PURE__ */ Q(
|
|
1047
|
+
}), /* @__PURE__ */ Q(N.Popover, {
|
|
1057
1048
|
className: "min-w-fit",
|
|
1058
|
-
children: /* @__PURE__ */ $(
|
|
1049
|
+
children: /* @__PURE__ */ $(N.Menu, { children: [/* @__PURE__ */ $(N.Item, {
|
|
1059
1050
|
textValue: r.settings.uploadAvatar,
|
|
1060
1051
|
onAction: () => l.current?.click(),
|
|
1061
|
-
children: [/* @__PURE__ */ Q(
|
|
1062
|
-
}), /* @__PURE__ */ $(
|
|
1052
|
+
children: [/* @__PURE__ */ Q(le, { className: "text-muted" }), /* @__PURE__ */ Q(z, { children: r.settings.uploadAvatar })]
|
|
1053
|
+
}), /* @__PURE__ */ $(N.Item, {
|
|
1063
1054
|
textValue: r.settings.deleteAvatar,
|
|
1064
1055
|
isDisabled: !a?.user.image,
|
|
1065
1056
|
onAction: _,
|
|
1066
1057
|
variant: "danger",
|
|
1067
|
-
children: [/* @__PURE__ */ Q(
|
|
1058
|
+
children: [/* @__PURE__ */ Q(be, { className: "text-danger" }), /* @__PURE__ */ Q(z, { children: r.settings.deleteAvatar })]
|
|
1068
1059
|
})] })
|
|
1069
1060
|
})] })]
|
|
1070
1061
|
})
|
|
@@ -1073,8 +1064,8 @@ function gt({ className: e }) {
|
|
|
1073
1064
|
}
|
|
1074
1065
|
//#endregion
|
|
1075
1066
|
//#region src/components/auth/settings/account/user-profile.tsx
|
|
1076
|
-
function
|
|
1077
|
-
let { additionalFields: r, authClient: i, localization: a } = m(), { data: o } = C(i), { mutate: s, isPending: c } =
|
|
1067
|
+
function lt({ className: e, variant: t, ...n }) {
|
|
1068
|
+
let { additionalFields: r, authClient: i, localization: a } = m(), { data: o } = C(i), { mutate: s, isPending: c } = oe(i, { onSuccess: () => Y.success(a.settings.profileUpdatedSuccess) });
|
|
1078
1069
|
async function u(e) {
|
|
1079
1070
|
e.preventDefault();
|
|
1080
1071
|
let t = new FormData(e.currentTarget), n = t.get("name"), i = {};
|
|
@@ -1097,35 +1088,35 @@ function _t({ className: e, variant: t, ...n }) {
|
|
|
1097
1088
|
return /* @__PURE__ */ $("div", { children: [/* @__PURE__ */ Q("h2", {
|
|
1098
1089
|
className: J("text-sm font-semibold mb-3"),
|
|
1099
1090
|
children: a.settings.userProfile
|
|
1100
|
-
}), /* @__PURE__ */ Q(
|
|
1091
|
+
}), /* @__PURE__ */ Q(j, {
|
|
1101
1092
|
className: J("p-4 gap-4", e),
|
|
1102
1093
|
variant: t,
|
|
1103
1094
|
...n,
|
|
1104
|
-
children: /* @__PURE__ */ Q(
|
|
1095
|
+
children: /* @__PURE__ */ Q(j.Content, { children: /* @__PURE__ */ $(I, {
|
|
1105
1096
|
onSubmit: u,
|
|
1106
1097
|
className: "flex flex-col gap-4",
|
|
1107
1098
|
children: [
|
|
1108
|
-
/* @__PURE__ */ Q(
|
|
1099
|
+
/* @__PURE__ */ Q(ct, {}),
|
|
1109
1100
|
/* @__PURE__ */ $(q, {
|
|
1110
1101
|
name: "name",
|
|
1111
1102
|
defaultValue: o?.user.name,
|
|
1112
1103
|
isDisabled: c || !o,
|
|
1113
1104
|
children: [
|
|
1114
|
-
/* @__PURE__ */ Q(
|
|
1115
|
-
/* @__PURE__ */ Q(
|
|
1105
|
+
/* @__PURE__ */ Q(z, { children: a.auth.name }),
|
|
1106
|
+
/* @__PURE__ */ Q(L, {
|
|
1116
1107
|
className: J(!o && "hidden"),
|
|
1117
1108
|
autoComplete: "name",
|
|
1118
1109
|
placeholder: a.auth.name,
|
|
1119
1110
|
variant: t === "transparent" ? "primary" : "secondary"
|
|
1120
1111
|
}),
|
|
1121
1112
|
!o && /* @__PURE__ */ Q(W, { className: "h-10 md:h-9 w-full rounded-xl" }),
|
|
1122
|
-
/* @__PURE__ */ Q(
|
|
1113
|
+
/* @__PURE__ */ Q(P, {})
|
|
1123
1114
|
]
|
|
1124
1115
|
}, `${o?.user?.id}-${o?.user?.name}-name`),
|
|
1125
1116
|
r?.filter((e) => e.profile !== !1).map((e) => {
|
|
1126
1117
|
if (!o) return e.inputType === "hidden" ? null : /* @__PURE__ */ Q(W, { className: "h-10 md:h-9 w-full rounded-xl" }, e.name);
|
|
1127
1118
|
let n = o.user[e.name], r = `${o.user.id}-${e.name}-${n instanceof Date ? n.toISOString() : String(n ?? "")}`;
|
|
1128
|
-
return /* @__PURE__ */ Q(
|
|
1119
|
+
return /* @__PURE__ */ Q(Xe, {
|
|
1129
1120
|
name: e.name,
|
|
1130
1121
|
field: {
|
|
1131
1122
|
...e,
|
|
@@ -1135,7 +1126,7 @@ function _t({ className: e, variant: t, ...n }) {
|
|
|
1135
1126
|
variant: t
|
|
1136
1127
|
}, r);
|
|
1137
1128
|
}),
|
|
1138
|
-
/* @__PURE__ */ $(
|
|
1129
|
+
/* @__PURE__ */ $(k, {
|
|
1139
1130
|
type: "submit",
|
|
1140
1131
|
isPending: c,
|
|
1141
1132
|
isDisabled: !o,
|
|
@@ -1152,1721 +1143,21 @@ function _t({ className: e, variant: t, ...n }) {
|
|
|
1152
1143
|
}
|
|
1153
1144
|
//#endregion
|
|
1154
1145
|
//#region src/components/auth/settings/account/account-settings.tsx
|
|
1155
|
-
function
|
|
1146
|
+
function ut({ className: e, variant: t, ...n }) {
|
|
1156
1147
|
let { emailAndPassword: r, plugins: i } = m(), a = i.some((e) => e.id === "magicLink");
|
|
1157
1148
|
return /* @__PURE__ */ $("div", {
|
|
1158
1149
|
className: J("flex w-full flex-col gap-4 md:gap-6", e),
|
|
1159
1150
|
...n,
|
|
1160
1151
|
children: [
|
|
1161
|
-
/* @__PURE__ */ Q(
|
|
1162
|
-
(r?.enabled || a) && /* @__PURE__ */ Q(
|
|
1152
|
+
/* @__PURE__ */ Q(lt, { variant: t }),
|
|
1153
|
+
(r?.enabled || a) && /* @__PURE__ */ Q(st, { variant: t }),
|
|
1163
1154
|
i.flatMap((e) => e.accountCards?.map((n, r) => /* @__PURE__ */ Q(n, { variant: t }, `${e.id}-${r.toString()}`)))
|
|
1164
1155
|
]
|
|
1165
1156
|
});
|
|
1166
1157
|
}
|
|
1167
1158
|
//#endregion
|
|
1168
1159
|
//#region src/components/auth/settings/security/active-session.tsx
|
|
1169
|
-
|
|
1170
|
-
(function(n, r) {
|
|
1171
|
-
typeof e == "object" && typeof t == "object" ? t.exports = r() : typeof define == "function" && define.amd ? define([], r) : typeof e == "object" ? e.bowser = r() : n.bowser = r();
|
|
1172
|
-
})(e, (function() {
|
|
1173
|
-
return function(e) {
|
|
1174
|
-
var t = {};
|
|
1175
|
-
function n(r) {
|
|
1176
|
-
if (t[r]) return t[r].exports;
|
|
1177
|
-
var i = t[r] = {
|
|
1178
|
-
i: r,
|
|
1179
|
-
l: !1,
|
|
1180
|
-
exports: {}
|
|
1181
|
-
};
|
|
1182
|
-
return e[r].call(i.exports, i, i.exports, n), i.l = !0, i.exports;
|
|
1183
|
-
}
|
|
1184
|
-
return n.m = e, n.c = t, n.d = function(e, t, r) {
|
|
1185
|
-
n.o(e, t) || Object.defineProperty(e, t, {
|
|
1186
|
-
enumerable: !0,
|
|
1187
|
-
get: r
|
|
1188
|
-
});
|
|
1189
|
-
}, n.r = function(e) {
|
|
1190
|
-
typeof Symbol < "u" && Symbol.toStringTag && Object.defineProperty(e, Symbol.toStringTag, { value: "Module" }), Object.defineProperty(e, "__esModule", { value: !0 });
|
|
1191
|
-
}, n.t = function(e, t) {
|
|
1192
|
-
if (1 & t && (e = n(e)), 8 & t || 4 & t && typeof e == "object" && e && e.__esModule) return e;
|
|
1193
|
-
var r = Object.create(null);
|
|
1194
|
-
if (n.r(r), Object.defineProperty(r, "default", {
|
|
1195
|
-
enumerable: !0,
|
|
1196
|
-
value: e
|
|
1197
|
-
}), 2 & t && typeof e != "string") for (var i in e) n.d(r, i, function(t) {
|
|
1198
|
-
return e[t];
|
|
1199
|
-
}.bind(null, i));
|
|
1200
|
-
return r;
|
|
1201
|
-
}, n.n = function(e) {
|
|
1202
|
-
var t = e && e.__esModule ? function() {
|
|
1203
|
-
return e.default;
|
|
1204
|
-
} : function() {
|
|
1205
|
-
return e;
|
|
1206
|
-
};
|
|
1207
|
-
return n.d(t, "a", t), t;
|
|
1208
|
-
}, n.o = function(e, t) {
|
|
1209
|
-
return Object.prototype.hasOwnProperty.call(e, t);
|
|
1210
|
-
}, n.p = "", n(n.s = 90);
|
|
1211
|
-
}({
|
|
1212
|
-
17: function(e, t, n) {
|
|
1213
|
-
t.__esModule = !0, t.default = void 0;
|
|
1214
|
-
var r = n(18);
|
|
1215
|
-
t.default = function() {
|
|
1216
|
-
function e() {}
|
|
1217
|
-
return e.getFirstMatch = function(e, t) {
|
|
1218
|
-
var n = t.match(e);
|
|
1219
|
-
return n && n.length > 0 && n[1] || "";
|
|
1220
|
-
}, e.getSecondMatch = function(e, t) {
|
|
1221
|
-
var n = t.match(e);
|
|
1222
|
-
return n && n.length > 1 && n[2] || "";
|
|
1223
|
-
}, e.matchAndReturnConst = function(e, t, n) {
|
|
1224
|
-
if (e.test(t)) return n;
|
|
1225
|
-
}, e.getWindowsVersionName = function(e) {
|
|
1226
|
-
switch (e) {
|
|
1227
|
-
case "NT": return "NT";
|
|
1228
|
-
case "XP": return "XP";
|
|
1229
|
-
case "NT 5.0": return "2000";
|
|
1230
|
-
case "NT 5.1": return "XP";
|
|
1231
|
-
case "NT 5.2": return "2003";
|
|
1232
|
-
case "NT 6.0": return "Vista";
|
|
1233
|
-
case "NT 6.1": return "7";
|
|
1234
|
-
case "NT 6.2": return "8";
|
|
1235
|
-
case "NT 6.3": return "8.1";
|
|
1236
|
-
case "NT 10.0": return "10";
|
|
1237
|
-
default: return;
|
|
1238
|
-
}
|
|
1239
|
-
}, e.getMacOSVersionName = function(e) {
|
|
1240
|
-
var t = e.split(".").splice(0, 2).map((function(e) {
|
|
1241
|
-
return parseInt(e, 10) || 0;
|
|
1242
|
-
}));
|
|
1243
|
-
t.push(0);
|
|
1244
|
-
var n = t[0], r = t[1];
|
|
1245
|
-
if (n === 10) switch (r) {
|
|
1246
|
-
case 5: return "Leopard";
|
|
1247
|
-
case 6: return "Snow Leopard";
|
|
1248
|
-
case 7: return "Lion";
|
|
1249
|
-
case 8: return "Mountain Lion";
|
|
1250
|
-
case 9: return "Mavericks";
|
|
1251
|
-
case 10: return "Yosemite";
|
|
1252
|
-
case 11: return "El Capitan";
|
|
1253
|
-
case 12: return "Sierra";
|
|
1254
|
-
case 13: return "High Sierra";
|
|
1255
|
-
case 14: return "Mojave";
|
|
1256
|
-
case 15: return "Catalina";
|
|
1257
|
-
default: return;
|
|
1258
|
-
}
|
|
1259
|
-
switch (n) {
|
|
1260
|
-
case 11: return "Big Sur";
|
|
1261
|
-
case 12: return "Monterey";
|
|
1262
|
-
case 13: return "Ventura";
|
|
1263
|
-
case 14: return "Sonoma";
|
|
1264
|
-
case 15: return "Sequoia";
|
|
1265
|
-
default: return;
|
|
1266
|
-
}
|
|
1267
|
-
}, e.getAndroidVersionName = function(e) {
|
|
1268
|
-
var t = e.split(".").splice(0, 2).map((function(e) {
|
|
1269
|
-
return parseInt(e, 10) || 0;
|
|
1270
|
-
}));
|
|
1271
|
-
if (t.push(0), !(t[0] === 1 && t[1] < 5)) return t[0] === 1 && t[1] < 6 ? "Cupcake" : t[0] === 1 && t[1] >= 6 ? "Donut" : t[0] === 2 && t[1] < 2 ? "Eclair" : t[0] === 2 && t[1] === 2 ? "Froyo" : t[0] === 2 && t[1] > 2 ? "Gingerbread" : t[0] === 3 ? "Honeycomb" : t[0] === 4 && t[1] < 1 ? "Ice Cream Sandwich" : t[0] === 4 && t[1] < 4 ? "Jelly Bean" : t[0] === 4 && t[1] >= 4 ? "KitKat" : t[0] === 5 ? "Lollipop" : t[0] === 6 ? "Marshmallow" : t[0] === 7 ? "Nougat" : t[0] === 8 ? "Oreo" : t[0] === 9 ? "Pie" : void 0;
|
|
1272
|
-
}, e.getVersionPrecision = function(e) {
|
|
1273
|
-
return e.split(".").length;
|
|
1274
|
-
}, e.compareVersions = function(t, n, r) {
|
|
1275
|
-
r === void 0 && (r = !1);
|
|
1276
|
-
var i = e.getVersionPrecision(t), a = e.getVersionPrecision(n), o = Math.max(i, a), s = 0, c = e.map([t, n], (function(t) {
|
|
1277
|
-
var n = o - e.getVersionPrecision(t), r = t + Array(n + 1).join(".0");
|
|
1278
|
-
return e.map(r.split("."), (function(e) {
|
|
1279
|
-
return Array(20 - e.length).join("0") + e;
|
|
1280
|
-
})).reverse();
|
|
1281
|
-
}));
|
|
1282
|
-
for (r && (s = o - Math.min(i, a)), --o; o >= s;) {
|
|
1283
|
-
if (c[0][o] > c[1][o]) return 1;
|
|
1284
|
-
if (c[0][o] === c[1][o]) {
|
|
1285
|
-
if (o === s) return 0;
|
|
1286
|
-
--o;
|
|
1287
|
-
} else if (c[0][o] < c[1][o]) return -1;
|
|
1288
|
-
}
|
|
1289
|
-
}, e.map = function(e, t) {
|
|
1290
|
-
var n, r = [];
|
|
1291
|
-
if (Array.prototype.map) return Array.prototype.map.call(e, t);
|
|
1292
|
-
for (n = 0; n < e.length; n += 1) r.push(t(e[n]));
|
|
1293
|
-
return r;
|
|
1294
|
-
}, e.find = function(e, t) {
|
|
1295
|
-
var n, r;
|
|
1296
|
-
if (Array.prototype.find) return Array.prototype.find.call(e, t);
|
|
1297
|
-
for (n = 0, r = e.length; n < r; n += 1) {
|
|
1298
|
-
var i = e[n];
|
|
1299
|
-
if (t(i, n)) return i;
|
|
1300
|
-
}
|
|
1301
|
-
}, e.assign = function(e) {
|
|
1302
|
-
for (var t, n, r = e, i = arguments.length, a = Array(i > 1 ? i - 1 : 0), o = 1; o < i; o++) a[o - 1] = arguments[o];
|
|
1303
|
-
if (Object.assign) return Object.assign.apply(Object, [e].concat(a));
|
|
1304
|
-
var s = function() {
|
|
1305
|
-
var e = a[t];
|
|
1306
|
-
typeof e == "object" && e && Object.keys(e).forEach((function(t) {
|
|
1307
|
-
r[t] = e[t];
|
|
1308
|
-
}));
|
|
1309
|
-
};
|
|
1310
|
-
for (t = 0, n = a.length; t < n; t += 1) s();
|
|
1311
|
-
return e;
|
|
1312
|
-
}, e.getBrowserAlias = function(e) {
|
|
1313
|
-
return r.BROWSER_ALIASES_MAP[e];
|
|
1314
|
-
}, e.getBrowserTypeByAlias = function(e) {
|
|
1315
|
-
return r.BROWSER_MAP[e] || "";
|
|
1316
|
-
}, e;
|
|
1317
|
-
}(), e.exports = t.default;
|
|
1318
|
-
},
|
|
1319
|
-
18: function(e, t, n) {
|
|
1320
|
-
t.__esModule = !0, t.ENGINE_MAP = t.OS_MAP = t.PLATFORMS_MAP = t.BROWSER_MAP = t.BROWSER_ALIASES_MAP = void 0, t.BROWSER_ALIASES_MAP = {
|
|
1321
|
-
AmazonBot: "amazonbot",
|
|
1322
|
-
"Amazon Silk": "amazon_silk",
|
|
1323
|
-
"Android Browser": "android",
|
|
1324
|
-
BaiduSpider: "baiduspider",
|
|
1325
|
-
Bada: "bada",
|
|
1326
|
-
BingCrawler: "bingcrawler",
|
|
1327
|
-
Brave: "brave",
|
|
1328
|
-
BlackBerry: "blackberry",
|
|
1329
|
-
"ChatGPT-User": "chatgpt_user",
|
|
1330
|
-
Chrome: "chrome",
|
|
1331
|
-
ClaudeBot: "claudebot",
|
|
1332
|
-
Chromium: "chromium",
|
|
1333
|
-
Diffbot: "diffbot",
|
|
1334
|
-
DuckDuckBot: "duckduckbot",
|
|
1335
|
-
DuckDuckGo: "duckduckgo",
|
|
1336
|
-
Electron: "electron",
|
|
1337
|
-
Epiphany: "epiphany",
|
|
1338
|
-
FacebookExternalHit: "facebookexternalhit",
|
|
1339
|
-
Firefox: "firefox",
|
|
1340
|
-
Focus: "focus",
|
|
1341
|
-
Generic: "generic",
|
|
1342
|
-
"Google Search": "google_search",
|
|
1343
|
-
Googlebot: "googlebot",
|
|
1344
|
-
GPTBot: "gptbot",
|
|
1345
|
-
"Internet Explorer": "ie",
|
|
1346
|
-
InternetArchiveCrawler: "internetarchivecrawler",
|
|
1347
|
-
"K-Meleon": "k_meleon",
|
|
1348
|
-
LibreWolf: "librewolf",
|
|
1349
|
-
Linespider: "linespider",
|
|
1350
|
-
Maxthon: "maxthon",
|
|
1351
|
-
"Meta-ExternalAds": "meta_externalads",
|
|
1352
|
-
"Meta-ExternalAgent": "meta_externalagent",
|
|
1353
|
-
"Meta-ExternalFetcher": "meta_externalfetcher",
|
|
1354
|
-
"Meta-WebIndexer": "meta_webindexer",
|
|
1355
|
-
"Microsoft Edge": "edge",
|
|
1356
|
-
"MZ Browser": "mz",
|
|
1357
|
-
"NAVER Whale Browser": "naver",
|
|
1358
|
-
"OAI-SearchBot": "oai_searchbot",
|
|
1359
|
-
Omgilibot: "omgilibot",
|
|
1360
|
-
Opera: "opera",
|
|
1361
|
-
"Opera Coast": "opera_coast",
|
|
1362
|
-
"Pale Moon": "pale_moon",
|
|
1363
|
-
PerplexityBot: "perplexitybot",
|
|
1364
|
-
"Perplexity-User": "perplexity_user",
|
|
1365
|
-
PhantomJS: "phantomjs",
|
|
1366
|
-
PingdomBot: "pingdombot",
|
|
1367
|
-
Puffin: "puffin",
|
|
1368
|
-
QQ: "qq",
|
|
1369
|
-
QQLite: "qqlite",
|
|
1370
|
-
QupZilla: "qupzilla",
|
|
1371
|
-
Roku: "roku",
|
|
1372
|
-
Safari: "safari",
|
|
1373
|
-
Sailfish: "sailfish",
|
|
1374
|
-
"Samsung Internet for Android": "samsung_internet",
|
|
1375
|
-
SlackBot: "slackbot",
|
|
1376
|
-
SeaMonkey: "seamonkey",
|
|
1377
|
-
Sleipnir: "sleipnir",
|
|
1378
|
-
"Sogou Browser": "sogou",
|
|
1379
|
-
Swing: "swing",
|
|
1380
|
-
Tizen: "tizen",
|
|
1381
|
-
"UC Browser": "uc",
|
|
1382
|
-
Vivaldi: "vivaldi",
|
|
1383
|
-
"WebOS Browser": "webos",
|
|
1384
|
-
WeChat: "wechat",
|
|
1385
|
-
YahooSlurp: "yahooslurp",
|
|
1386
|
-
"Yandex Browser": "yandex",
|
|
1387
|
-
YandexBot: "yandexbot",
|
|
1388
|
-
YouBot: "youbot"
|
|
1389
|
-
}, t.BROWSER_MAP = {
|
|
1390
|
-
amazonbot: "AmazonBot",
|
|
1391
|
-
amazon_silk: "Amazon Silk",
|
|
1392
|
-
android: "Android Browser",
|
|
1393
|
-
baiduspider: "BaiduSpider",
|
|
1394
|
-
bada: "Bada",
|
|
1395
|
-
bingcrawler: "BingCrawler",
|
|
1396
|
-
blackberry: "BlackBerry",
|
|
1397
|
-
brave: "Brave",
|
|
1398
|
-
chatgpt_user: "ChatGPT-User",
|
|
1399
|
-
chrome: "Chrome",
|
|
1400
|
-
claudebot: "ClaudeBot",
|
|
1401
|
-
chromium: "Chromium",
|
|
1402
|
-
diffbot: "Diffbot",
|
|
1403
|
-
duckduckbot: "DuckDuckBot",
|
|
1404
|
-
duckduckgo: "DuckDuckGo",
|
|
1405
|
-
edge: "Microsoft Edge",
|
|
1406
|
-
electron: "Electron",
|
|
1407
|
-
epiphany: "Epiphany",
|
|
1408
|
-
facebookexternalhit: "FacebookExternalHit",
|
|
1409
|
-
firefox: "Firefox",
|
|
1410
|
-
focus: "Focus",
|
|
1411
|
-
generic: "Generic",
|
|
1412
|
-
google_search: "Google Search",
|
|
1413
|
-
googlebot: "Googlebot",
|
|
1414
|
-
gptbot: "GPTBot",
|
|
1415
|
-
ie: "Internet Explorer",
|
|
1416
|
-
internetarchivecrawler: "InternetArchiveCrawler",
|
|
1417
|
-
k_meleon: "K-Meleon",
|
|
1418
|
-
librewolf: "LibreWolf",
|
|
1419
|
-
linespider: "Linespider",
|
|
1420
|
-
maxthon: "Maxthon",
|
|
1421
|
-
meta_externalads: "Meta-ExternalAds",
|
|
1422
|
-
meta_externalagent: "Meta-ExternalAgent",
|
|
1423
|
-
meta_externalfetcher: "Meta-ExternalFetcher",
|
|
1424
|
-
meta_webindexer: "Meta-WebIndexer",
|
|
1425
|
-
mz: "MZ Browser",
|
|
1426
|
-
naver: "NAVER Whale Browser",
|
|
1427
|
-
oai_searchbot: "OAI-SearchBot",
|
|
1428
|
-
omgilibot: "Omgilibot",
|
|
1429
|
-
opera: "Opera",
|
|
1430
|
-
opera_coast: "Opera Coast",
|
|
1431
|
-
pale_moon: "Pale Moon",
|
|
1432
|
-
perplexitybot: "PerplexityBot",
|
|
1433
|
-
perplexity_user: "Perplexity-User",
|
|
1434
|
-
phantomjs: "PhantomJS",
|
|
1435
|
-
pingdombot: "PingdomBot",
|
|
1436
|
-
puffin: "Puffin",
|
|
1437
|
-
qq: "QQ Browser",
|
|
1438
|
-
qqlite: "QQ Browser Lite",
|
|
1439
|
-
qupzilla: "QupZilla",
|
|
1440
|
-
roku: "Roku",
|
|
1441
|
-
safari: "Safari",
|
|
1442
|
-
sailfish: "Sailfish",
|
|
1443
|
-
samsung_internet: "Samsung Internet for Android",
|
|
1444
|
-
seamonkey: "SeaMonkey",
|
|
1445
|
-
slackbot: "SlackBot",
|
|
1446
|
-
sleipnir: "Sleipnir",
|
|
1447
|
-
sogou: "Sogou Browser",
|
|
1448
|
-
swing: "Swing",
|
|
1449
|
-
tizen: "Tizen",
|
|
1450
|
-
uc: "UC Browser",
|
|
1451
|
-
vivaldi: "Vivaldi",
|
|
1452
|
-
webos: "WebOS Browser",
|
|
1453
|
-
wechat: "WeChat",
|
|
1454
|
-
yahooslurp: "YahooSlurp",
|
|
1455
|
-
yandex: "Yandex Browser",
|
|
1456
|
-
yandexbot: "YandexBot",
|
|
1457
|
-
youbot: "YouBot"
|
|
1458
|
-
}, t.PLATFORMS_MAP = {
|
|
1459
|
-
bot: "bot",
|
|
1460
|
-
desktop: "desktop",
|
|
1461
|
-
mobile: "mobile",
|
|
1462
|
-
tablet: "tablet",
|
|
1463
|
-
tv: "tv"
|
|
1464
|
-
}, t.OS_MAP = {
|
|
1465
|
-
Android: "Android",
|
|
1466
|
-
Bada: "Bada",
|
|
1467
|
-
BlackBerry: "BlackBerry",
|
|
1468
|
-
ChromeOS: "Chrome OS",
|
|
1469
|
-
HarmonyOS: "HarmonyOS",
|
|
1470
|
-
iOS: "iOS",
|
|
1471
|
-
Linux: "Linux",
|
|
1472
|
-
MacOS: "macOS",
|
|
1473
|
-
PlayStation4: "PlayStation 4",
|
|
1474
|
-
Roku: "Roku",
|
|
1475
|
-
Tizen: "Tizen",
|
|
1476
|
-
WebOS: "WebOS",
|
|
1477
|
-
Windows: "Windows",
|
|
1478
|
-
WindowsPhone: "Windows Phone"
|
|
1479
|
-
}, t.ENGINE_MAP = {
|
|
1480
|
-
Blink: "Blink",
|
|
1481
|
-
EdgeHTML: "EdgeHTML",
|
|
1482
|
-
Gecko: "Gecko",
|
|
1483
|
-
Presto: "Presto",
|
|
1484
|
-
Trident: "Trident",
|
|
1485
|
-
WebKit: "WebKit"
|
|
1486
|
-
};
|
|
1487
|
-
},
|
|
1488
|
-
90: function(e, t, n) {
|
|
1489
|
-
t.__esModule = !0, t.default = void 0;
|
|
1490
|
-
var r, i = (r = n(91)) && r.__esModule ? r : { default: r }, a = n(18);
|
|
1491
|
-
function o(e, t) {
|
|
1492
|
-
for (var n = 0; n < t.length; n++) {
|
|
1493
|
-
var r = t[n];
|
|
1494
|
-
r.enumerable = r.enumerable || !1, r.configurable = !0, "value" in r && (r.writable = !0), Object.defineProperty(e, r.key, r);
|
|
1495
|
-
}
|
|
1496
|
-
}
|
|
1497
|
-
t.default = function() {
|
|
1498
|
-
function e() {}
|
|
1499
|
-
var t, n, r;
|
|
1500
|
-
return e.getParser = function(e, t, n) {
|
|
1501
|
-
if (t === void 0 && (t = !1), n === void 0 && (n = null), typeof e != "string") throw Error("UserAgent should be a string");
|
|
1502
|
-
return new i.default(e, t, n);
|
|
1503
|
-
}, e.parse = function(e, t) {
|
|
1504
|
-
return t === void 0 && (t = null), new i.default(e, t).getResult();
|
|
1505
|
-
}, t = e, r = [
|
|
1506
|
-
{
|
|
1507
|
-
key: "BROWSER_MAP",
|
|
1508
|
-
get: function() {
|
|
1509
|
-
return a.BROWSER_MAP;
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
{
|
|
1513
|
-
key: "ENGINE_MAP",
|
|
1514
|
-
get: function() {
|
|
1515
|
-
return a.ENGINE_MAP;
|
|
1516
|
-
}
|
|
1517
|
-
},
|
|
1518
|
-
{
|
|
1519
|
-
key: "OS_MAP",
|
|
1520
|
-
get: function() {
|
|
1521
|
-
return a.OS_MAP;
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
key: "PLATFORMS_MAP",
|
|
1526
|
-
get: function() {
|
|
1527
|
-
return a.PLATFORMS_MAP;
|
|
1528
|
-
}
|
|
1529
|
-
}
|
|
1530
|
-
], (n = null) && o(t.prototype, n), r && o(t, r), e;
|
|
1531
|
-
}(), e.exports = t.default;
|
|
1532
|
-
},
|
|
1533
|
-
91: function(e, t, n) {
|
|
1534
|
-
t.__esModule = !0, t.default = void 0;
|
|
1535
|
-
var r = c(n(92)), i = c(n(93)), a = c(n(94)), o = c(n(95)), s = c(n(17));
|
|
1536
|
-
function c(e) {
|
|
1537
|
-
return e && e.__esModule ? e : { default: e };
|
|
1538
|
-
}
|
|
1539
|
-
t.default = function() {
|
|
1540
|
-
function e(e, t, n) {
|
|
1541
|
-
if (t === void 0 && (t = !1), n === void 0 && (n = null), e == null || e === "") throw Error("UserAgent parameter can't be empty");
|
|
1542
|
-
this._ua = e;
|
|
1543
|
-
var r = !1;
|
|
1544
|
-
typeof t == "boolean" ? (r = t, this._hints = n) : this._hints = typeof t == "object" && t ? t : null, this.parsedResult = {}, !0 !== r && this.parse();
|
|
1545
|
-
}
|
|
1546
|
-
var t = e.prototype;
|
|
1547
|
-
return t.getHints = function() {
|
|
1548
|
-
return this._hints;
|
|
1549
|
-
}, t.hasBrand = function(e) {
|
|
1550
|
-
if (!this._hints || !Array.isArray(this._hints.brands)) return !1;
|
|
1551
|
-
var t = e.toLowerCase();
|
|
1552
|
-
return this._hints.brands.some((function(e) {
|
|
1553
|
-
return e.brand && e.brand.toLowerCase() === t;
|
|
1554
|
-
}));
|
|
1555
|
-
}, t.getBrandVersion = function(e) {
|
|
1556
|
-
if (this._hints && Array.isArray(this._hints.brands)) {
|
|
1557
|
-
var t = e.toLowerCase(), n = this._hints.brands.find((function(e) {
|
|
1558
|
-
return e.brand && e.brand.toLowerCase() === t;
|
|
1559
|
-
}));
|
|
1560
|
-
return n ? n.version : void 0;
|
|
1561
|
-
}
|
|
1562
|
-
}, t.getUA = function() {
|
|
1563
|
-
return this._ua;
|
|
1564
|
-
}, t.test = function(e) {
|
|
1565
|
-
return e.test(this._ua);
|
|
1566
|
-
}, t.parseBrowser = function() {
|
|
1567
|
-
var e = this;
|
|
1568
|
-
this.parsedResult.browser = {};
|
|
1569
|
-
var t = s.default.find(r.default, (function(t) {
|
|
1570
|
-
if (typeof t.test == "function") return t.test(e);
|
|
1571
|
-
if (Array.isArray(t.test)) return t.test.some((function(t) {
|
|
1572
|
-
return e.test(t);
|
|
1573
|
-
}));
|
|
1574
|
-
throw Error("Browser's test function is not valid");
|
|
1575
|
-
}));
|
|
1576
|
-
return t && (this.parsedResult.browser = t.describe(this.getUA(), this)), this.parsedResult.browser;
|
|
1577
|
-
}, t.getBrowser = function() {
|
|
1578
|
-
return this.parsedResult.browser ? this.parsedResult.browser : this.parseBrowser();
|
|
1579
|
-
}, t.getBrowserName = function(e) {
|
|
1580
|
-
return e ? String(this.getBrowser().name).toLowerCase() || "" : this.getBrowser().name || "";
|
|
1581
|
-
}, t.getBrowserVersion = function() {
|
|
1582
|
-
return this.getBrowser().version;
|
|
1583
|
-
}, t.getOS = function() {
|
|
1584
|
-
return this.parsedResult.os ? this.parsedResult.os : this.parseOS();
|
|
1585
|
-
}, t.parseOS = function() {
|
|
1586
|
-
var e = this;
|
|
1587
|
-
this.parsedResult.os = {};
|
|
1588
|
-
var t = s.default.find(i.default, (function(t) {
|
|
1589
|
-
if (typeof t.test == "function") return t.test(e);
|
|
1590
|
-
if (Array.isArray(t.test)) return t.test.some((function(t) {
|
|
1591
|
-
return e.test(t);
|
|
1592
|
-
}));
|
|
1593
|
-
throw Error("Browser's test function is not valid");
|
|
1594
|
-
}));
|
|
1595
|
-
return t && (this.parsedResult.os = t.describe(this.getUA())), this.parsedResult.os;
|
|
1596
|
-
}, t.getOSName = function(e) {
|
|
1597
|
-
var t = this.getOS().name;
|
|
1598
|
-
return e ? String(t).toLowerCase() || "" : t || "";
|
|
1599
|
-
}, t.getOSVersion = function() {
|
|
1600
|
-
return this.getOS().version;
|
|
1601
|
-
}, t.getPlatform = function() {
|
|
1602
|
-
return this.parsedResult.platform ? this.parsedResult.platform : this.parsePlatform();
|
|
1603
|
-
}, t.getPlatformType = function(e) {
|
|
1604
|
-
e === void 0 && (e = !1);
|
|
1605
|
-
var t = this.getPlatform().type;
|
|
1606
|
-
return e ? String(t).toLowerCase() || "" : t || "";
|
|
1607
|
-
}, t.parsePlatform = function() {
|
|
1608
|
-
var e = this;
|
|
1609
|
-
this.parsedResult.platform = {};
|
|
1610
|
-
var t = s.default.find(a.default, (function(t) {
|
|
1611
|
-
if (typeof t.test == "function") return t.test(e);
|
|
1612
|
-
if (Array.isArray(t.test)) return t.test.some((function(t) {
|
|
1613
|
-
return e.test(t);
|
|
1614
|
-
}));
|
|
1615
|
-
throw Error("Browser's test function is not valid");
|
|
1616
|
-
}));
|
|
1617
|
-
return t && (this.parsedResult.platform = t.describe(this.getUA())), this.parsedResult.platform;
|
|
1618
|
-
}, t.getEngine = function() {
|
|
1619
|
-
return this.parsedResult.engine ? this.parsedResult.engine : this.parseEngine();
|
|
1620
|
-
}, t.getEngineName = function(e) {
|
|
1621
|
-
return e ? String(this.getEngine().name).toLowerCase() || "" : this.getEngine().name || "";
|
|
1622
|
-
}, t.parseEngine = function() {
|
|
1623
|
-
var e = this;
|
|
1624
|
-
this.parsedResult.engine = {};
|
|
1625
|
-
var t = s.default.find(o.default, (function(t) {
|
|
1626
|
-
if (typeof t.test == "function") return t.test(e);
|
|
1627
|
-
if (Array.isArray(t.test)) return t.test.some((function(t) {
|
|
1628
|
-
return e.test(t);
|
|
1629
|
-
}));
|
|
1630
|
-
throw Error("Browser's test function is not valid");
|
|
1631
|
-
}));
|
|
1632
|
-
return t && (this.parsedResult.engine = t.describe(this.getUA())), this.parsedResult.engine;
|
|
1633
|
-
}, t.parse = function() {
|
|
1634
|
-
return this.parseBrowser(), this.parseOS(), this.parsePlatform(), this.parseEngine(), this;
|
|
1635
|
-
}, t.getResult = function() {
|
|
1636
|
-
return s.default.assign({}, this.parsedResult);
|
|
1637
|
-
}, t.satisfies = function(e) {
|
|
1638
|
-
var t = this, n = {}, r = 0, i = {}, a = 0;
|
|
1639
|
-
if (Object.keys(e).forEach((function(t) {
|
|
1640
|
-
var o = e[t];
|
|
1641
|
-
typeof o == "string" ? (i[t] = o, a += 1) : typeof o == "object" && (n[t] = o, r += 1);
|
|
1642
|
-
})), r > 0) {
|
|
1643
|
-
var o = Object.keys(n), c = s.default.find(o, (function(e) {
|
|
1644
|
-
return t.isOS(e);
|
|
1645
|
-
}));
|
|
1646
|
-
if (c) {
|
|
1647
|
-
var l = this.satisfies(n[c]);
|
|
1648
|
-
if (l !== void 0) return l;
|
|
1649
|
-
}
|
|
1650
|
-
var u = s.default.find(o, (function(e) {
|
|
1651
|
-
return t.isPlatform(e);
|
|
1652
|
-
}));
|
|
1653
|
-
if (u) {
|
|
1654
|
-
var d = this.satisfies(n[u]);
|
|
1655
|
-
if (d !== void 0) return d;
|
|
1656
|
-
}
|
|
1657
|
-
}
|
|
1658
|
-
if (a > 0) {
|
|
1659
|
-
var f = Object.keys(i), p = s.default.find(f, (function(e) {
|
|
1660
|
-
return t.isBrowser(e, !0);
|
|
1661
|
-
}));
|
|
1662
|
-
if (p !== void 0) return this.compareVersion(i[p]);
|
|
1663
|
-
}
|
|
1664
|
-
}, t.isBrowser = function(e, t) {
|
|
1665
|
-
t === void 0 && (t = !1);
|
|
1666
|
-
var n = this.getBrowserName().toLowerCase(), r = e.toLowerCase(), i = s.default.getBrowserTypeByAlias(r);
|
|
1667
|
-
return t && i && (r = i.toLowerCase()), r === n;
|
|
1668
|
-
}, t.compareVersion = function(e) {
|
|
1669
|
-
var t = [0], n = e, r = !1, i = this.getBrowserVersion();
|
|
1670
|
-
if (typeof i == "string") return e[0] === ">" || e[0] === "<" ? (n = e.substr(1), e[1] === "=" ? (r = !0, n = e.substr(2)) : t = [], e[0] === ">" ? t.push(1) : t.push(-1)) : e[0] === "=" ? n = e.substr(1) : e[0] === "~" && (r = !0, n = e.substr(1)), t.indexOf(s.default.compareVersions(i, n, r)) > -1;
|
|
1671
|
-
}, t.isOS = function(e) {
|
|
1672
|
-
return this.getOSName(!0) === String(e).toLowerCase();
|
|
1673
|
-
}, t.isPlatform = function(e) {
|
|
1674
|
-
return this.getPlatformType(!0) === String(e).toLowerCase();
|
|
1675
|
-
}, t.isEngine = function(e) {
|
|
1676
|
-
return this.getEngineName(!0) === String(e).toLowerCase();
|
|
1677
|
-
}, t.is = function(e, t) {
|
|
1678
|
-
return t === void 0 && (t = !1), this.isBrowser(e, t) || this.isOS(e) || this.isPlatform(e);
|
|
1679
|
-
}, t.some = function(e) {
|
|
1680
|
-
var t = this;
|
|
1681
|
-
return e === void 0 && (e = []), e.some((function(e) {
|
|
1682
|
-
return t.is(e);
|
|
1683
|
-
}));
|
|
1684
|
-
}, e;
|
|
1685
|
-
}(), e.exports = t.default;
|
|
1686
|
-
},
|
|
1687
|
-
92: function(e, t, n) {
|
|
1688
|
-
t.__esModule = !0, t.default = void 0;
|
|
1689
|
-
var r, i = (r = n(17)) && r.__esModule ? r : { default: r }, a = /version\/(\d+(\.?_?\d+)+)/i;
|
|
1690
|
-
t.default = [
|
|
1691
|
-
{
|
|
1692
|
-
test: [/gptbot/i],
|
|
1693
|
-
describe: function(e) {
|
|
1694
|
-
var t = { name: "GPTBot" }, n = i.default.getFirstMatch(/gptbot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1695
|
-
return n && (t.version = n), t;
|
|
1696
|
-
}
|
|
1697
|
-
},
|
|
1698
|
-
{
|
|
1699
|
-
test: [/chatgpt-user/i],
|
|
1700
|
-
describe: function(e) {
|
|
1701
|
-
var t = { name: "ChatGPT-User" }, n = i.default.getFirstMatch(/chatgpt-user\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1702
|
-
return n && (t.version = n), t;
|
|
1703
|
-
}
|
|
1704
|
-
},
|
|
1705
|
-
{
|
|
1706
|
-
test: [/oai-searchbot/i],
|
|
1707
|
-
describe: function(e) {
|
|
1708
|
-
var t = { name: "OAI-SearchBot" }, n = i.default.getFirstMatch(/oai-searchbot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1709
|
-
return n && (t.version = n), t;
|
|
1710
|
-
}
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
test: [
|
|
1714
|
-
/claudebot/i,
|
|
1715
|
-
/claude-web/i,
|
|
1716
|
-
/claude-user/i,
|
|
1717
|
-
/claude-searchbot/i
|
|
1718
|
-
],
|
|
1719
|
-
describe: function(e) {
|
|
1720
|
-
var t = { name: "ClaudeBot" }, n = i.default.getFirstMatch(/(?:claudebot|claude-web|claude-user|claude-searchbot)\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1721
|
-
return n && (t.version = n), t;
|
|
1722
|
-
}
|
|
1723
|
-
},
|
|
1724
|
-
{
|
|
1725
|
-
test: [/omgilibot/i, /webzio-extended/i],
|
|
1726
|
-
describe: function(e) {
|
|
1727
|
-
var t = { name: "Omgilibot" }, n = i.default.getFirstMatch(/(?:omgilibot|webzio-extended)\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1728
|
-
return n && (t.version = n), t;
|
|
1729
|
-
}
|
|
1730
|
-
},
|
|
1731
|
-
{
|
|
1732
|
-
test: [/diffbot/i],
|
|
1733
|
-
describe: function(e) {
|
|
1734
|
-
var t = { name: "Diffbot" }, n = i.default.getFirstMatch(/diffbot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1735
|
-
return n && (t.version = n), t;
|
|
1736
|
-
}
|
|
1737
|
-
},
|
|
1738
|
-
{
|
|
1739
|
-
test: [/perplexitybot/i],
|
|
1740
|
-
describe: function(e) {
|
|
1741
|
-
var t = { name: "PerplexityBot" }, n = i.default.getFirstMatch(/perplexitybot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1742
|
-
return n && (t.version = n), t;
|
|
1743
|
-
}
|
|
1744
|
-
},
|
|
1745
|
-
{
|
|
1746
|
-
test: [/perplexity-user/i],
|
|
1747
|
-
describe: function(e) {
|
|
1748
|
-
var t = { name: "Perplexity-User" }, n = i.default.getFirstMatch(/perplexity-user\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1749
|
-
return n && (t.version = n), t;
|
|
1750
|
-
}
|
|
1751
|
-
},
|
|
1752
|
-
{
|
|
1753
|
-
test: [/youbot/i],
|
|
1754
|
-
describe: function(e) {
|
|
1755
|
-
var t = { name: "YouBot" }, n = i.default.getFirstMatch(/youbot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1756
|
-
return n && (t.version = n), t;
|
|
1757
|
-
}
|
|
1758
|
-
},
|
|
1759
|
-
{
|
|
1760
|
-
test: [/meta-webindexer/i],
|
|
1761
|
-
describe: function(e) {
|
|
1762
|
-
var t = { name: "Meta-WebIndexer" }, n = i.default.getFirstMatch(/meta-webindexer\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1763
|
-
return n && (t.version = n), t;
|
|
1764
|
-
}
|
|
1765
|
-
},
|
|
1766
|
-
{
|
|
1767
|
-
test: [/meta-externalads/i],
|
|
1768
|
-
describe: function(e) {
|
|
1769
|
-
var t = { name: "Meta-ExternalAds" }, n = i.default.getFirstMatch(/meta-externalads\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1770
|
-
return n && (t.version = n), t;
|
|
1771
|
-
}
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
test: [/meta-externalagent/i],
|
|
1775
|
-
describe: function(e) {
|
|
1776
|
-
var t = { name: "Meta-ExternalAgent" }, n = i.default.getFirstMatch(/meta-externalagent\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1777
|
-
return n && (t.version = n), t;
|
|
1778
|
-
}
|
|
1779
|
-
},
|
|
1780
|
-
{
|
|
1781
|
-
test: [/meta-externalfetcher/i],
|
|
1782
|
-
describe: function(e) {
|
|
1783
|
-
var t = { name: "Meta-ExternalFetcher" }, n = i.default.getFirstMatch(/meta-externalfetcher\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1784
|
-
return n && (t.version = n), t;
|
|
1785
|
-
}
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
test: [/googlebot/i],
|
|
1789
|
-
describe: function(e) {
|
|
1790
|
-
var t = { name: "Googlebot" }, n = i.default.getFirstMatch(/googlebot\/(\d+(\.\d+))/i, e) || i.default.getFirstMatch(a, e);
|
|
1791
|
-
return n && (t.version = n), t;
|
|
1792
|
-
}
|
|
1793
|
-
},
|
|
1794
|
-
{
|
|
1795
|
-
test: [/linespider/i],
|
|
1796
|
-
describe: function(e) {
|
|
1797
|
-
var t = { name: "Linespider" }, n = i.default.getFirstMatch(/(?:linespider)(?:-[-\w]+)?[\s/](\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1798
|
-
return n && (t.version = n), t;
|
|
1799
|
-
}
|
|
1800
|
-
},
|
|
1801
|
-
{
|
|
1802
|
-
test: [/amazonbot/i],
|
|
1803
|
-
describe: function(e) {
|
|
1804
|
-
var t = { name: "AmazonBot" }, n = i.default.getFirstMatch(/amazonbot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1805
|
-
return n && (t.version = n), t;
|
|
1806
|
-
}
|
|
1807
|
-
},
|
|
1808
|
-
{
|
|
1809
|
-
test: [/bingbot/i],
|
|
1810
|
-
describe: function(e) {
|
|
1811
|
-
var t = { name: "BingCrawler" }, n = i.default.getFirstMatch(/bingbot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1812
|
-
return n && (t.version = n), t;
|
|
1813
|
-
}
|
|
1814
|
-
},
|
|
1815
|
-
{
|
|
1816
|
-
test: [/baiduspider/i],
|
|
1817
|
-
describe: function(e) {
|
|
1818
|
-
var t = { name: "BaiduSpider" }, n = i.default.getFirstMatch(/baiduspider\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1819
|
-
return n && (t.version = n), t;
|
|
1820
|
-
}
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
test: [/duckduckbot/i],
|
|
1824
|
-
describe: function(e) {
|
|
1825
|
-
var t = { name: "DuckDuckBot" }, n = i.default.getFirstMatch(/duckduckbot\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1826
|
-
return n && (t.version = n), t;
|
|
1827
|
-
}
|
|
1828
|
-
},
|
|
1829
|
-
{
|
|
1830
|
-
test: [/ia_archiver/i],
|
|
1831
|
-
describe: function(e) {
|
|
1832
|
-
var t = { name: "InternetArchiveCrawler" }, n = i.default.getFirstMatch(/ia_archiver\/(\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1833
|
-
return n && (t.version = n), t;
|
|
1834
|
-
}
|
|
1835
|
-
},
|
|
1836
|
-
{
|
|
1837
|
-
test: [/facebookexternalhit/i, /facebookcatalog/i],
|
|
1838
|
-
describe: function() {
|
|
1839
|
-
return { name: "FacebookExternalHit" };
|
|
1840
|
-
}
|
|
1841
|
-
},
|
|
1842
|
-
{
|
|
1843
|
-
test: [/slackbot/i, /slack-imgProxy/i],
|
|
1844
|
-
describe: function(e) {
|
|
1845
|
-
var t = { name: "SlackBot" }, n = i.default.getFirstMatch(/(?:slackbot|slack-imgproxy)(?:-[-\w]+)?[\s/](\d+(\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1846
|
-
return n && (t.version = n), t;
|
|
1847
|
-
}
|
|
1848
|
-
},
|
|
1849
|
-
{
|
|
1850
|
-
test: [/yahoo!?[\s/]*slurp/i],
|
|
1851
|
-
describe: function() {
|
|
1852
|
-
return { name: "YahooSlurp" };
|
|
1853
|
-
}
|
|
1854
|
-
},
|
|
1855
|
-
{
|
|
1856
|
-
test: [/yandexbot/i, /yandexmobilebot/i],
|
|
1857
|
-
describe: function() {
|
|
1858
|
-
return { name: "YandexBot" };
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
test: [/pingdom/i],
|
|
1863
|
-
describe: function() {
|
|
1864
|
-
return { name: "PingdomBot" };
|
|
1865
|
-
}
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
test: [/opera/i],
|
|
1869
|
-
describe: function(e) {
|
|
1870
|
-
var t = { name: "Opera" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:opera)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1871
|
-
return n && (t.version = n), t;
|
|
1872
|
-
}
|
|
1873
|
-
},
|
|
1874
|
-
{
|
|
1875
|
-
test: [/opr\/|opios/i],
|
|
1876
|
-
describe: function(e) {
|
|
1877
|
-
var t = { name: "Opera" }, n = i.default.getFirstMatch(/(?:opr|opios)[\s/](\S+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1878
|
-
return n && (t.version = n), t;
|
|
1879
|
-
}
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
test: [/SamsungBrowser/i],
|
|
1883
|
-
describe: function(e) {
|
|
1884
|
-
var t = { name: "Samsung Internet for Android" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:SamsungBrowser)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1885
|
-
return n && (t.version = n), t;
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
test: [/Whale/i],
|
|
1890
|
-
describe: function(e) {
|
|
1891
|
-
var t = { name: "NAVER Whale Browser" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:whale)[\s/](\d+(?:\.\d+)+)/i, e);
|
|
1892
|
-
return n && (t.version = n), t;
|
|
1893
|
-
}
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
test: [/PaleMoon/i],
|
|
1897
|
-
describe: function(e) {
|
|
1898
|
-
var t = { name: "Pale Moon" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:PaleMoon)[\s/](\d+(?:\.\d+)+)/i, e);
|
|
1899
|
-
return n && (t.version = n), t;
|
|
1900
|
-
}
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
test: [/MZBrowser/i],
|
|
1904
|
-
describe: function(e) {
|
|
1905
|
-
var t = { name: "MZ Browser" }, n = i.default.getFirstMatch(/(?:MZBrowser)[\s/](\d+(?:\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1906
|
-
return n && (t.version = n), t;
|
|
1907
|
-
}
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
test: [/focus/i],
|
|
1911
|
-
describe: function(e) {
|
|
1912
|
-
var t = { name: "Focus" }, n = i.default.getFirstMatch(/(?:focus)[\s/](\d+(?:\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1913
|
-
return n && (t.version = n), t;
|
|
1914
|
-
}
|
|
1915
|
-
},
|
|
1916
|
-
{
|
|
1917
|
-
test: [/swing/i],
|
|
1918
|
-
describe: function(e) {
|
|
1919
|
-
var t = { name: "Swing" }, n = i.default.getFirstMatch(/(?:swing)[\s/](\d+(?:\.\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1920
|
-
return n && (t.version = n), t;
|
|
1921
|
-
}
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
test: [/coast/i],
|
|
1925
|
-
describe: function(e) {
|
|
1926
|
-
var t = { name: "Opera Coast" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:coast)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1927
|
-
return n && (t.version = n), t;
|
|
1928
|
-
}
|
|
1929
|
-
},
|
|
1930
|
-
{
|
|
1931
|
-
test: [/opt\/\d+(?:.?_?\d+)+/i],
|
|
1932
|
-
describe: function(e) {
|
|
1933
|
-
var t = { name: "Opera Touch" }, n = i.default.getFirstMatch(/(?:opt)[\s/](\d+(\.?_?\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1934
|
-
return n && (t.version = n), t;
|
|
1935
|
-
}
|
|
1936
|
-
},
|
|
1937
|
-
{
|
|
1938
|
-
test: [/yabrowser/i],
|
|
1939
|
-
describe: function(e) {
|
|
1940
|
-
var t = { name: "Yandex Browser" }, n = i.default.getFirstMatch(/(?:yabrowser)[\s/](\d+(\.?_?\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1941
|
-
return n && (t.version = n), t;
|
|
1942
|
-
}
|
|
1943
|
-
},
|
|
1944
|
-
{
|
|
1945
|
-
test: [/ucbrowser/i],
|
|
1946
|
-
describe: function(e) {
|
|
1947
|
-
var t = { name: "UC Browser" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:ucbrowser)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1948
|
-
return n && (t.version = n), t;
|
|
1949
|
-
}
|
|
1950
|
-
},
|
|
1951
|
-
{
|
|
1952
|
-
test: [/Maxthon|mxios/i],
|
|
1953
|
-
describe: function(e) {
|
|
1954
|
-
var t = { name: "Maxthon" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:Maxthon|mxios)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1955
|
-
return n && (t.version = n), t;
|
|
1956
|
-
}
|
|
1957
|
-
},
|
|
1958
|
-
{
|
|
1959
|
-
test: [/epiphany/i],
|
|
1960
|
-
describe: function(e) {
|
|
1961
|
-
var t = { name: "Epiphany" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:epiphany)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1962
|
-
return n && (t.version = n), t;
|
|
1963
|
-
}
|
|
1964
|
-
},
|
|
1965
|
-
{
|
|
1966
|
-
test: [/puffin/i],
|
|
1967
|
-
describe: function(e) {
|
|
1968
|
-
var t = { name: "Puffin" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:puffin)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1969
|
-
return n && (t.version = n), t;
|
|
1970
|
-
}
|
|
1971
|
-
},
|
|
1972
|
-
{
|
|
1973
|
-
test: [/sleipnir/i],
|
|
1974
|
-
describe: function(e) {
|
|
1975
|
-
var t = { name: "Sleipnir" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:sleipnir)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1976
|
-
return n && (t.version = n), t;
|
|
1977
|
-
}
|
|
1978
|
-
},
|
|
1979
|
-
{
|
|
1980
|
-
test: [/k-meleon/i],
|
|
1981
|
-
describe: function(e) {
|
|
1982
|
-
var t = { name: "K-Meleon" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/(?:k-meleon)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
1983
|
-
return n && (t.version = n), t;
|
|
1984
|
-
}
|
|
1985
|
-
},
|
|
1986
|
-
{
|
|
1987
|
-
test: [/micromessenger/i],
|
|
1988
|
-
describe: function(e) {
|
|
1989
|
-
var t = { name: "WeChat" }, n = i.default.getFirstMatch(/(?:micromessenger)[\s/](\d+(\.?_?\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1990
|
-
return n && (t.version = n), t;
|
|
1991
|
-
}
|
|
1992
|
-
},
|
|
1993
|
-
{
|
|
1994
|
-
test: [/qqbrowser/i],
|
|
1995
|
-
describe: function(e) {
|
|
1996
|
-
var t = { name: /qqbrowserlite/i.test(e) ? "QQ Browser Lite" : "QQ Browser" }, n = i.default.getFirstMatch(/(?:qqbrowserlite|qqbrowser)[/](\d+(\.?_?\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
1997
|
-
return n && (t.version = n), t;
|
|
1998
|
-
}
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
test: [/msie|trident/i],
|
|
2002
|
-
describe: function(e) {
|
|
2003
|
-
var t = { name: "Internet Explorer" }, n = i.default.getFirstMatch(/(?:msie |rv:)(\d+(\.?_?\d+)+)/i, e);
|
|
2004
|
-
return n && (t.version = n), t;
|
|
2005
|
-
}
|
|
2006
|
-
},
|
|
2007
|
-
{
|
|
2008
|
-
test: [/\sedg\//i],
|
|
2009
|
-
describe: function(e) {
|
|
2010
|
-
var t = { name: "Microsoft Edge" }, n = i.default.getFirstMatch(/\sedg\/(\d+(\.?_?\d+)+)/i, e);
|
|
2011
|
-
return n && (t.version = n), t;
|
|
2012
|
-
}
|
|
2013
|
-
},
|
|
2014
|
-
{
|
|
2015
|
-
test: [/edg([ea]|ios)/i],
|
|
2016
|
-
describe: function(e) {
|
|
2017
|
-
var t = { name: "Microsoft Edge" }, n = i.default.getSecondMatch(/edg([ea]|ios)\/(\d+(\.?_?\d+)+)/i, e);
|
|
2018
|
-
return n && (t.version = n), t;
|
|
2019
|
-
}
|
|
2020
|
-
},
|
|
2021
|
-
{
|
|
2022
|
-
test: [/vivaldi/i],
|
|
2023
|
-
describe: function(e) {
|
|
2024
|
-
var t = { name: "Vivaldi" }, n = i.default.getFirstMatch(/vivaldi\/(\d+(\.?_?\d+)+)/i, e);
|
|
2025
|
-
return n && (t.version = n), t;
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
test: [/seamonkey/i],
|
|
2030
|
-
describe: function(e) {
|
|
2031
|
-
var t = { name: "SeaMonkey" }, n = i.default.getFirstMatch(/seamonkey\/(\d+(\.?_?\d+)+)/i, e);
|
|
2032
|
-
return n && (t.version = n), t;
|
|
2033
|
-
}
|
|
2034
|
-
},
|
|
2035
|
-
{
|
|
2036
|
-
test: [/sailfish/i],
|
|
2037
|
-
describe: function(e) {
|
|
2038
|
-
var t = { name: "Sailfish" }, n = i.default.getFirstMatch(/sailfish\s?browser\/(\d+(\.\d+)?)/i, e);
|
|
2039
|
-
return n && (t.version = n), t;
|
|
2040
|
-
}
|
|
2041
|
-
},
|
|
2042
|
-
{
|
|
2043
|
-
test: [/silk/i],
|
|
2044
|
-
describe: function(e) {
|
|
2045
|
-
var t = { name: "Amazon Silk" }, n = i.default.getFirstMatch(/silk\/(\d+(\.?_?\d+)+)/i, e);
|
|
2046
|
-
return n && (t.version = n), t;
|
|
2047
|
-
}
|
|
2048
|
-
},
|
|
2049
|
-
{
|
|
2050
|
-
test: [/phantom/i],
|
|
2051
|
-
describe: function(e) {
|
|
2052
|
-
var t = { name: "PhantomJS" }, n = i.default.getFirstMatch(/phantomjs\/(\d+(\.?_?\d+)+)/i, e);
|
|
2053
|
-
return n && (t.version = n), t;
|
|
2054
|
-
}
|
|
2055
|
-
},
|
|
2056
|
-
{
|
|
2057
|
-
test: [/slimerjs/i],
|
|
2058
|
-
describe: function(e) {
|
|
2059
|
-
var t = { name: "SlimerJS" }, n = i.default.getFirstMatch(/slimerjs\/(\d+(\.?_?\d+)+)/i, e);
|
|
2060
|
-
return n && (t.version = n), t;
|
|
2061
|
-
}
|
|
2062
|
-
},
|
|
2063
|
-
{
|
|
2064
|
-
test: [/blackberry|\bbb\d+/i, /rim\stablet/i],
|
|
2065
|
-
describe: function(e) {
|
|
2066
|
-
var t = { name: "BlackBerry" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/blackberry[\d]+\/(\d+(\.?_?\d+)+)/i, e);
|
|
2067
|
-
return n && (t.version = n), t;
|
|
2068
|
-
}
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
test: [/(web|hpw)[o0]s/i],
|
|
2072
|
-
describe: function(e) {
|
|
2073
|
-
var t = { name: "WebOS Browser" }, n = i.default.getFirstMatch(a, e) || i.default.getFirstMatch(/w(?:eb)?[o0]sbrowser\/(\d+(\.?_?\d+)+)/i, e);
|
|
2074
|
-
return n && (t.version = n), t;
|
|
2075
|
-
}
|
|
2076
|
-
},
|
|
2077
|
-
{
|
|
2078
|
-
test: [/bada/i],
|
|
2079
|
-
describe: function(e) {
|
|
2080
|
-
var t = { name: "Bada" }, n = i.default.getFirstMatch(/dolfin\/(\d+(\.?_?\d+)+)/i, e);
|
|
2081
|
-
return n && (t.version = n), t;
|
|
2082
|
-
}
|
|
2083
|
-
},
|
|
2084
|
-
{
|
|
2085
|
-
test: [/tizen/i],
|
|
2086
|
-
describe: function(e) {
|
|
2087
|
-
var t = { name: "Tizen" }, n = i.default.getFirstMatch(/(?:tizen\s?)?browser\/(\d+(\.?_?\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
2088
|
-
return n && (t.version = n), t;
|
|
2089
|
-
}
|
|
2090
|
-
},
|
|
2091
|
-
{
|
|
2092
|
-
test: [/qupzilla/i],
|
|
2093
|
-
describe: function(e) {
|
|
2094
|
-
var t = { name: "QupZilla" }, n = i.default.getFirstMatch(/(?:qupzilla)[\s/](\d+(\.?_?\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
2095
|
-
return n && (t.version = n), t;
|
|
2096
|
-
}
|
|
2097
|
-
},
|
|
2098
|
-
{
|
|
2099
|
-
test: [/librewolf/i],
|
|
2100
|
-
describe: function(e) {
|
|
2101
|
-
var t = { name: "LibreWolf" }, n = i.default.getFirstMatch(/(?:librewolf)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
2102
|
-
return n && (t.version = n), t;
|
|
2103
|
-
}
|
|
2104
|
-
},
|
|
2105
|
-
{
|
|
2106
|
-
test: [/firefox|iceweasel|fxios/i],
|
|
2107
|
-
describe: function(e) {
|
|
2108
|
-
var t = { name: "Firefox" }, n = i.default.getFirstMatch(/(?:firefox|iceweasel|fxios)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
2109
|
-
return n && (t.version = n), t;
|
|
2110
|
-
}
|
|
2111
|
-
},
|
|
2112
|
-
{
|
|
2113
|
-
test: [/electron/i],
|
|
2114
|
-
describe: function(e) {
|
|
2115
|
-
var t = { name: "Electron" }, n = i.default.getFirstMatch(/(?:electron)\/(\d+(\.?_?\d+)+)/i, e);
|
|
2116
|
-
return n && (t.version = n), t;
|
|
2117
|
-
}
|
|
2118
|
-
},
|
|
2119
|
-
{
|
|
2120
|
-
test: [
|
|
2121
|
-
/sogoumobilebrowser/i,
|
|
2122
|
-
/metasr/i,
|
|
2123
|
-
/se 2\.[x]/i
|
|
2124
|
-
],
|
|
2125
|
-
describe: function(e) {
|
|
2126
|
-
var t = { name: "Sogou Browser" }, n = i.default.getFirstMatch(/(?:sogoumobilebrowser)[\s/](\d+(\.?_?\d+)+)/i, e), r = i.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i, e), a = i.default.getFirstMatch(/se ([\d.]+)x/i, e), o = n || r || a;
|
|
2127
|
-
return o && (t.version = o), t;
|
|
2128
|
-
}
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
test: [/MiuiBrowser/i],
|
|
2132
|
-
describe: function(e) {
|
|
2133
|
-
var t = { name: "Miui" }, n = i.default.getFirstMatch(/(?:MiuiBrowser)[\s/](\d+(\.?_?\d+)+)/i, e);
|
|
2134
|
-
return n && (t.version = n), t;
|
|
2135
|
-
}
|
|
2136
|
-
},
|
|
2137
|
-
{
|
|
2138
|
-
test: function(e) {
|
|
2139
|
-
return !!e.hasBrand("DuckDuckGo") || e.test(/\sDdg\/[\d.]+$/i);
|
|
2140
|
-
},
|
|
2141
|
-
describe: function(e, t) {
|
|
2142
|
-
var n = { name: "DuckDuckGo" };
|
|
2143
|
-
if (t) {
|
|
2144
|
-
var r = t.getBrandVersion("DuckDuckGo");
|
|
2145
|
-
if (r) return n.version = r, n;
|
|
2146
|
-
}
|
|
2147
|
-
var a = i.default.getFirstMatch(/\sDdg\/([\d.]+)$/i, e);
|
|
2148
|
-
return a && (n.version = a), n;
|
|
2149
|
-
}
|
|
2150
|
-
},
|
|
2151
|
-
{
|
|
2152
|
-
test: function(e) {
|
|
2153
|
-
return e.hasBrand("Brave");
|
|
2154
|
-
},
|
|
2155
|
-
describe: function(e, t) {
|
|
2156
|
-
var n = { name: "Brave" };
|
|
2157
|
-
if (t) {
|
|
2158
|
-
var r = t.getBrandVersion("Brave");
|
|
2159
|
-
if (r) return n.version = r, n;
|
|
2160
|
-
}
|
|
2161
|
-
return n;
|
|
2162
|
-
}
|
|
2163
|
-
},
|
|
2164
|
-
{
|
|
2165
|
-
test: [/chromium/i],
|
|
2166
|
-
describe: function(e) {
|
|
2167
|
-
var t = { name: "Chromium" }, n = i.default.getFirstMatch(/(?:chromium)[\s/](\d+(\.?_?\d+)+)/i, e) || i.default.getFirstMatch(a, e);
|
|
2168
|
-
return n && (t.version = n), t;
|
|
2169
|
-
}
|
|
2170
|
-
},
|
|
2171
|
-
{
|
|
2172
|
-
test: [/chrome|crios|crmo/i],
|
|
2173
|
-
describe: function(e) {
|
|
2174
|
-
var t = { name: "Chrome" }, n = i.default.getFirstMatch(/(?:chrome|crios|crmo)\/(\d+(\.?_?\d+)+)/i, e);
|
|
2175
|
-
return n && (t.version = n), t;
|
|
2176
|
-
}
|
|
2177
|
-
},
|
|
2178
|
-
{
|
|
2179
|
-
test: [/GSA/i],
|
|
2180
|
-
describe: function(e) {
|
|
2181
|
-
var t = { name: "Google Search" }, n = i.default.getFirstMatch(/(?:GSA)\/(\d+(\.?_?\d+)+)/i, e);
|
|
2182
|
-
return n && (t.version = n), t;
|
|
2183
|
-
}
|
|
2184
|
-
},
|
|
2185
|
-
{
|
|
2186
|
-
test: function(e) {
|
|
2187
|
-
var t = !e.test(/like android/i), n = e.test(/android/i);
|
|
2188
|
-
return t && n;
|
|
2189
|
-
},
|
|
2190
|
-
describe: function(e) {
|
|
2191
|
-
var t = { name: "Android Browser" }, n = i.default.getFirstMatch(a, e);
|
|
2192
|
-
return n && (t.version = n), t;
|
|
2193
|
-
}
|
|
2194
|
-
},
|
|
2195
|
-
{
|
|
2196
|
-
test: [/playstation 4/i],
|
|
2197
|
-
describe: function(e) {
|
|
2198
|
-
var t = { name: "PlayStation 4" }, n = i.default.getFirstMatch(a, e);
|
|
2199
|
-
return n && (t.version = n), t;
|
|
2200
|
-
}
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
test: [/safari|applewebkit/i],
|
|
2204
|
-
describe: function(e) {
|
|
2205
|
-
var t = { name: "Safari" }, n = i.default.getFirstMatch(a, e);
|
|
2206
|
-
return n && (t.version = n), t;
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
{
|
|
2210
|
-
test: [/.*/i],
|
|
2211
|
-
describe: function(e) {
|
|
2212
|
-
var t = e.search("\\(") === -1 ? /^(.*)\/(.*) / : /^(.*)\/(.*)[ \t]\((.*)/;
|
|
2213
|
-
return {
|
|
2214
|
-
name: i.default.getFirstMatch(t, e),
|
|
2215
|
-
version: i.default.getSecondMatch(t, e)
|
|
2216
|
-
};
|
|
2217
|
-
}
|
|
2218
|
-
}
|
|
2219
|
-
], e.exports = t.default;
|
|
2220
|
-
},
|
|
2221
|
-
93: function(e, t, n) {
|
|
2222
|
-
t.__esModule = !0, t.default = void 0;
|
|
2223
|
-
var r, i = (r = n(17)) && r.__esModule ? r : { default: r }, a = n(18);
|
|
2224
|
-
t.default = [
|
|
2225
|
-
{
|
|
2226
|
-
test: [/Roku\/DVP/],
|
|
2227
|
-
describe: function(e) {
|
|
2228
|
-
var t = i.default.getFirstMatch(/Roku\/DVP-(\d+\.\d+)/i, e);
|
|
2229
|
-
return {
|
|
2230
|
-
name: a.OS_MAP.Roku,
|
|
2231
|
-
version: t
|
|
2232
|
-
};
|
|
2233
|
-
}
|
|
2234
|
-
},
|
|
2235
|
-
{
|
|
2236
|
-
test: [/windows phone/i],
|
|
2237
|
-
describe: function(e) {
|
|
2238
|
-
var t = i.default.getFirstMatch(/windows phone (?:os)?\s?(\d+(\.\d+)*)/i, e);
|
|
2239
|
-
return {
|
|
2240
|
-
name: a.OS_MAP.WindowsPhone,
|
|
2241
|
-
version: t
|
|
2242
|
-
};
|
|
2243
|
-
}
|
|
2244
|
-
},
|
|
2245
|
-
{
|
|
2246
|
-
test: [/windows /i],
|
|
2247
|
-
describe: function(e) {
|
|
2248
|
-
var t = i.default.getFirstMatch(/Windows ((NT|XP)( \d\d?.\d)?)/i, e), n = i.default.getWindowsVersionName(t);
|
|
2249
|
-
return {
|
|
2250
|
-
name: a.OS_MAP.Windows,
|
|
2251
|
-
version: t,
|
|
2252
|
-
versionName: n
|
|
2253
|
-
};
|
|
2254
|
-
}
|
|
2255
|
-
},
|
|
2256
|
-
{
|
|
2257
|
-
test: [/Macintosh(.*?) FxiOS(.*?)\//],
|
|
2258
|
-
describe: function(e) {
|
|
2259
|
-
var t = { name: a.OS_MAP.iOS }, n = i.default.getSecondMatch(/(Version\/)(\d[\d.]+)/, e);
|
|
2260
|
-
return n && (t.version = n), t;
|
|
2261
|
-
}
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
test: [/macintosh/i],
|
|
2265
|
-
describe: function(e) {
|
|
2266
|
-
var t = i.default.getFirstMatch(/mac os x (\d+(\.?_?\d+)+)/i, e).replace(/[_\s]/g, "."), n = i.default.getMacOSVersionName(t), r = {
|
|
2267
|
-
name: a.OS_MAP.MacOS,
|
|
2268
|
-
version: t
|
|
2269
|
-
};
|
|
2270
|
-
return n && (r.versionName = n), r;
|
|
2271
|
-
}
|
|
2272
|
-
},
|
|
2273
|
-
{
|
|
2274
|
-
test: [/(ipod|iphone|ipad)/i],
|
|
2275
|
-
describe: function(e) {
|
|
2276
|
-
var t = i.default.getFirstMatch(/os (\d+([_\s]\d+)*) like mac os x/i, e).replace(/[_\s]/g, ".");
|
|
2277
|
-
return {
|
|
2278
|
-
name: a.OS_MAP.iOS,
|
|
2279
|
-
version: t
|
|
2280
|
-
};
|
|
2281
|
-
}
|
|
2282
|
-
},
|
|
2283
|
-
{
|
|
2284
|
-
test: [/OpenHarmony/i],
|
|
2285
|
-
describe: function(e) {
|
|
2286
|
-
var t = i.default.getFirstMatch(/OpenHarmony\s+(\d+(\.\d+)*)/i, e);
|
|
2287
|
-
return {
|
|
2288
|
-
name: a.OS_MAP.HarmonyOS,
|
|
2289
|
-
version: t
|
|
2290
|
-
};
|
|
2291
|
-
}
|
|
2292
|
-
},
|
|
2293
|
-
{
|
|
2294
|
-
test: function(e) {
|
|
2295
|
-
var t = !e.test(/like android/i), n = e.test(/android/i);
|
|
2296
|
-
return t && n;
|
|
2297
|
-
},
|
|
2298
|
-
describe: function(e) {
|
|
2299
|
-
var t = i.default.getFirstMatch(/android[\s/-](\d+(\.\d+)*)/i, e), n = i.default.getAndroidVersionName(t), r = {
|
|
2300
|
-
name: a.OS_MAP.Android,
|
|
2301
|
-
version: t
|
|
2302
|
-
};
|
|
2303
|
-
return n && (r.versionName = n), r;
|
|
2304
|
-
}
|
|
2305
|
-
},
|
|
2306
|
-
{
|
|
2307
|
-
test: [/(web|hpw)[o0]s/i],
|
|
2308
|
-
describe: function(e) {
|
|
2309
|
-
var t = i.default.getFirstMatch(/(?:web|hpw)[o0]s\/(\d+(\.\d+)*)/i, e), n = { name: a.OS_MAP.WebOS };
|
|
2310
|
-
return t && t.length && (n.version = t), n;
|
|
2311
|
-
}
|
|
2312
|
-
},
|
|
2313
|
-
{
|
|
2314
|
-
test: [/blackberry|\bbb\d+/i, /rim\stablet/i],
|
|
2315
|
-
describe: function(e) {
|
|
2316
|
-
var t = i.default.getFirstMatch(/rim\stablet\sos\s(\d+(\.\d+)*)/i, e) || i.default.getFirstMatch(/blackberry\d+\/(\d+([_\s]\d+)*)/i, e) || i.default.getFirstMatch(/\bbb(\d+)/i, e);
|
|
2317
|
-
return {
|
|
2318
|
-
name: a.OS_MAP.BlackBerry,
|
|
2319
|
-
version: t
|
|
2320
|
-
};
|
|
2321
|
-
}
|
|
2322
|
-
},
|
|
2323
|
-
{
|
|
2324
|
-
test: [/bada/i],
|
|
2325
|
-
describe: function(e) {
|
|
2326
|
-
var t = i.default.getFirstMatch(/bada\/(\d+(\.\d+)*)/i, e);
|
|
2327
|
-
return {
|
|
2328
|
-
name: a.OS_MAP.Bada,
|
|
2329
|
-
version: t
|
|
2330
|
-
};
|
|
2331
|
-
}
|
|
2332
|
-
},
|
|
2333
|
-
{
|
|
2334
|
-
test: [/tizen/i],
|
|
2335
|
-
describe: function(e) {
|
|
2336
|
-
var t = i.default.getFirstMatch(/tizen[/\s](\d+(\.\d+)*)/i, e);
|
|
2337
|
-
return {
|
|
2338
|
-
name: a.OS_MAP.Tizen,
|
|
2339
|
-
version: t
|
|
2340
|
-
};
|
|
2341
|
-
}
|
|
2342
|
-
},
|
|
2343
|
-
{
|
|
2344
|
-
test: [/linux/i],
|
|
2345
|
-
describe: function() {
|
|
2346
|
-
return { name: a.OS_MAP.Linux };
|
|
2347
|
-
}
|
|
2348
|
-
},
|
|
2349
|
-
{
|
|
2350
|
-
test: [/CrOS/],
|
|
2351
|
-
describe: function() {
|
|
2352
|
-
return { name: a.OS_MAP.ChromeOS };
|
|
2353
|
-
}
|
|
2354
|
-
},
|
|
2355
|
-
{
|
|
2356
|
-
test: [/PlayStation 4/],
|
|
2357
|
-
describe: function(e) {
|
|
2358
|
-
var t = i.default.getFirstMatch(/PlayStation 4[/\s](\d+(\.\d+)*)/i, e);
|
|
2359
|
-
return {
|
|
2360
|
-
name: a.OS_MAP.PlayStation4,
|
|
2361
|
-
version: t
|
|
2362
|
-
};
|
|
2363
|
-
}
|
|
2364
|
-
}
|
|
2365
|
-
], e.exports = t.default;
|
|
2366
|
-
},
|
|
2367
|
-
94: function(e, t, n) {
|
|
2368
|
-
t.__esModule = !0, t.default = void 0;
|
|
2369
|
-
var r, i = (r = n(17)) && r.__esModule ? r : { default: r }, a = n(18);
|
|
2370
|
-
t.default = [
|
|
2371
|
-
{
|
|
2372
|
-
test: [/googlebot/i],
|
|
2373
|
-
describe: function() {
|
|
2374
|
-
return {
|
|
2375
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2376
|
-
vendor: "Google"
|
|
2377
|
-
};
|
|
2378
|
-
}
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
test: [/linespider/i],
|
|
2382
|
-
describe: function() {
|
|
2383
|
-
return {
|
|
2384
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2385
|
-
vendor: "Line"
|
|
2386
|
-
};
|
|
2387
|
-
}
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
test: [/amazonbot/i],
|
|
2391
|
-
describe: function() {
|
|
2392
|
-
return {
|
|
2393
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2394
|
-
vendor: "Amazon"
|
|
2395
|
-
};
|
|
2396
|
-
}
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
test: [/gptbot/i],
|
|
2400
|
-
describe: function() {
|
|
2401
|
-
return {
|
|
2402
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2403
|
-
vendor: "OpenAI"
|
|
2404
|
-
};
|
|
2405
|
-
}
|
|
2406
|
-
},
|
|
2407
|
-
{
|
|
2408
|
-
test: [/chatgpt-user/i],
|
|
2409
|
-
describe: function() {
|
|
2410
|
-
return {
|
|
2411
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2412
|
-
vendor: "OpenAI"
|
|
2413
|
-
};
|
|
2414
|
-
}
|
|
2415
|
-
},
|
|
2416
|
-
{
|
|
2417
|
-
test: [/oai-searchbot/i],
|
|
2418
|
-
describe: function() {
|
|
2419
|
-
return {
|
|
2420
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2421
|
-
vendor: "OpenAI"
|
|
2422
|
-
};
|
|
2423
|
-
}
|
|
2424
|
-
},
|
|
2425
|
-
{
|
|
2426
|
-
test: [/baiduspider/i],
|
|
2427
|
-
describe: function() {
|
|
2428
|
-
return {
|
|
2429
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2430
|
-
vendor: "Baidu"
|
|
2431
|
-
};
|
|
2432
|
-
}
|
|
2433
|
-
},
|
|
2434
|
-
{
|
|
2435
|
-
test: [/bingbot/i],
|
|
2436
|
-
describe: function() {
|
|
2437
|
-
return {
|
|
2438
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2439
|
-
vendor: "Bing"
|
|
2440
|
-
};
|
|
2441
|
-
}
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
test: [/duckduckbot/i],
|
|
2445
|
-
describe: function() {
|
|
2446
|
-
return {
|
|
2447
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2448
|
-
vendor: "DuckDuckGo"
|
|
2449
|
-
};
|
|
2450
|
-
}
|
|
2451
|
-
},
|
|
2452
|
-
{
|
|
2453
|
-
test: [
|
|
2454
|
-
/claudebot/i,
|
|
2455
|
-
/claude-web/i,
|
|
2456
|
-
/claude-user/i,
|
|
2457
|
-
/claude-searchbot/i
|
|
2458
|
-
],
|
|
2459
|
-
describe: function() {
|
|
2460
|
-
return {
|
|
2461
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2462
|
-
vendor: "Anthropic"
|
|
2463
|
-
};
|
|
2464
|
-
}
|
|
2465
|
-
},
|
|
2466
|
-
{
|
|
2467
|
-
test: [/omgilibot/i, /webzio-extended/i],
|
|
2468
|
-
describe: function() {
|
|
2469
|
-
return {
|
|
2470
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2471
|
-
vendor: "Webz.io"
|
|
2472
|
-
};
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
{
|
|
2476
|
-
test: [/diffbot/i],
|
|
2477
|
-
describe: function() {
|
|
2478
|
-
return {
|
|
2479
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2480
|
-
vendor: "Diffbot"
|
|
2481
|
-
};
|
|
2482
|
-
}
|
|
2483
|
-
},
|
|
2484
|
-
{
|
|
2485
|
-
test: [/perplexitybot/i],
|
|
2486
|
-
describe: function() {
|
|
2487
|
-
return {
|
|
2488
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2489
|
-
vendor: "Perplexity AI"
|
|
2490
|
-
};
|
|
2491
|
-
}
|
|
2492
|
-
},
|
|
2493
|
-
{
|
|
2494
|
-
test: [/perplexity-user/i],
|
|
2495
|
-
describe: function() {
|
|
2496
|
-
return {
|
|
2497
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2498
|
-
vendor: "Perplexity AI"
|
|
2499
|
-
};
|
|
2500
|
-
}
|
|
2501
|
-
},
|
|
2502
|
-
{
|
|
2503
|
-
test: [/youbot/i],
|
|
2504
|
-
describe: function() {
|
|
2505
|
-
return {
|
|
2506
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2507
|
-
vendor: "You.com"
|
|
2508
|
-
};
|
|
2509
|
-
}
|
|
2510
|
-
},
|
|
2511
|
-
{
|
|
2512
|
-
test: [/ia_archiver/i],
|
|
2513
|
-
describe: function() {
|
|
2514
|
-
return {
|
|
2515
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2516
|
-
vendor: "Internet Archive"
|
|
2517
|
-
};
|
|
2518
|
-
}
|
|
2519
|
-
},
|
|
2520
|
-
{
|
|
2521
|
-
test: [/meta-webindexer/i],
|
|
2522
|
-
describe: function() {
|
|
2523
|
-
return {
|
|
2524
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2525
|
-
vendor: "Meta"
|
|
2526
|
-
};
|
|
2527
|
-
}
|
|
2528
|
-
},
|
|
2529
|
-
{
|
|
2530
|
-
test: [/meta-externalads/i],
|
|
2531
|
-
describe: function() {
|
|
2532
|
-
return {
|
|
2533
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2534
|
-
vendor: "Meta"
|
|
2535
|
-
};
|
|
2536
|
-
}
|
|
2537
|
-
},
|
|
2538
|
-
{
|
|
2539
|
-
test: [/meta-externalagent/i],
|
|
2540
|
-
describe: function() {
|
|
2541
|
-
return {
|
|
2542
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2543
|
-
vendor: "Meta"
|
|
2544
|
-
};
|
|
2545
|
-
}
|
|
2546
|
-
},
|
|
2547
|
-
{
|
|
2548
|
-
test: [/meta-externalfetcher/i],
|
|
2549
|
-
describe: function() {
|
|
2550
|
-
return {
|
|
2551
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2552
|
-
vendor: "Meta"
|
|
2553
|
-
};
|
|
2554
|
-
}
|
|
2555
|
-
},
|
|
2556
|
-
{
|
|
2557
|
-
test: [/facebookexternalhit/i, /facebookcatalog/i],
|
|
2558
|
-
describe: function() {
|
|
2559
|
-
return {
|
|
2560
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2561
|
-
vendor: "Meta"
|
|
2562
|
-
};
|
|
2563
|
-
}
|
|
2564
|
-
},
|
|
2565
|
-
{
|
|
2566
|
-
test: [/slackbot/i, /slack-imgProxy/i],
|
|
2567
|
-
describe: function() {
|
|
2568
|
-
return {
|
|
2569
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2570
|
-
vendor: "Slack"
|
|
2571
|
-
};
|
|
2572
|
-
}
|
|
2573
|
-
},
|
|
2574
|
-
{
|
|
2575
|
-
test: [/yahoo/i],
|
|
2576
|
-
describe: function() {
|
|
2577
|
-
return {
|
|
2578
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2579
|
-
vendor: "Yahoo"
|
|
2580
|
-
};
|
|
2581
|
-
}
|
|
2582
|
-
},
|
|
2583
|
-
{
|
|
2584
|
-
test: [/yandexbot/i, /yandexmobilebot/i],
|
|
2585
|
-
describe: function() {
|
|
2586
|
-
return {
|
|
2587
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2588
|
-
vendor: "Yandex"
|
|
2589
|
-
};
|
|
2590
|
-
}
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
test: [/pingdom/i],
|
|
2594
|
-
describe: function() {
|
|
2595
|
-
return {
|
|
2596
|
-
type: a.PLATFORMS_MAP.bot,
|
|
2597
|
-
vendor: "Pingdom"
|
|
2598
|
-
};
|
|
2599
|
-
}
|
|
2600
|
-
},
|
|
2601
|
-
{
|
|
2602
|
-
test: [/huawei/i],
|
|
2603
|
-
describe: function(e) {
|
|
2604
|
-
var t = i.default.getFirstMatch(/(can-l01)/i, e) && "Nova", n = {
|
|
2605
|
-
type: a.PLATFORMS_MAP.mobile,
|
|
2606
|
-
vendor: "Huawei"
|
|
2607
|
-
};
|
|
2608
|
-
return t && (n.model = t), n;
|
|
2609
|
-
}
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
test: [/nexus\s*(?:7|8|9|10).*/i],
|
|
2613
|
-
describe: function() {
|
|
2614
|
-
return {
|
|
2615
|
-
type: a.PLATFORMS_MAP.tablet,
|
|
2616
|
-
vendor: "Nexus"
|
|
2617
|
-
};
|
|
2618
|
-
}
|
|
2619
|
-
},
|
|
2620
|
-
{
|
|
2621
|
-
test: [/ipad/i],
|
|
2622
|
-
describe: function() {
|
|
2623
|
-
return {
|
|
2624
|
-
type: a.PLATFORMS_MAP.tablet,
|
|
2625
|
-
vendor: "Apple",
|
|
2626
|
-
model: "iPad"
|
|
2627
|
-
};
|
|
2628
|
-
}
|
|
2629
|
-
},
|
|
2630
|
-
{
|
|
2631
|
-
test: [/Macintosh(.*?) FxiOS(.*?)\//],
|
|
2632
|
-
describe: function() {
|
|
2633
|
-
return {
|
|
2634
|
-
type: a.PLATFORMS_MAP.tablet,
|
|
2635
|
-
vendor: "Apple",
|
|
2636
|
-
model: "iPad"
|
|
2637
|
-
};
|
|
2638
|
-
}
|
|
2639
|
-
},
|
|
2640
|
-
{
|
|
2641
|
-
test: [/kftt build/i],
|
|
2642
|
-
describe: function() {
|
|
2643
|
-
return {
|
|
2644
|
-
type: a.PLATFORMS_MAP.tablet,
|
|
2645
|
-
vendor: "Amazon",
|
|
2646
|
-
model: "Kindle Fire HD 7"
|
|
2647
|
-
};
|
|
2648
|
-
}
|
|
2649
|
-
},
|
|
2650
|
-
{
|
|
2651
|
-
test: [/silk/i],
|
|
2652
|
-
describe: function() {
|
|
2653
|
-
return {
|
|
2654
|
-
type: a.PLATFORMS_MAP.tablet,
|
|
2655
|
-
vendor: "Amazon"
|
|
2656
|
-
};
|
|
2657
|
-
}
|
|
2658
|
-
},
|
|
2659
|
-
{
|
|
2660
|
-
test: [/tablet(?! pc)/i],
|
|
2661
|
-
describe: function() {
|
|
2662
|
-
return { type: a.PLATFORMS_MAP.tablet };
|
|
2663
|
-
}
|
|
2664
|
-
},
|
|
2665
|
-
{
|
|
2666
|
-
test: function(e) {
|
|
2667
|
-
var t = e.test(/ipod|iphone/i), n = e.test(/like (ipod|iphone)/i);
|
|
2668
|
-
return t && !n;
|
|
2669
|
-
},
|
|
2670
|
-
describe: function(e) {
|
|
2671
|
-
var t = i.default.getFirstMatch(/(ipod|iphone)/i, e);
|
|
2672
|
-
return {
|
|
2673
|
-
type: a.PLATFORMS_MAP.mobile,
|
|
2674
|
-
vendor: "Apple",
|
|
2675
|
-
model: t
|
|
2676
|
-
};
|
|
2677
|
-
}
|
|
2678
|
-
},
|
|
2679
|
-
{
|
|
2680
|
-
test: [/nexus\s*[0-6].*/i, /galaxy nexus/i],
|
|
2681
|
-
describe: function() {
|
|
2682
|
-
return {
|
|
2683
|
-
type: a.PLATFORMS_MAP.mobile,
|
|
2684
|
-
vendor: "Nexus"
|
|
2685
|
-
};
|
|
2686
|
-
}
|
|
2687
|
-
},
|
|
2688
|
-
{
|
|
2689
|
-
test: [/Nokia/i],
|
|
2690
|
-
describe: function(e) {
|
|
2691
|
-
var t = i.default.getFirstMatch(/Nokia\s+([0-9]+(\.[0-9]+)?)/i, e), n = {
|
|
2692
|
-
type: a.PLATFORMS_MAP.mobile,
|
|
2693
|
-
vendor: "Nokia"
|
|
2694
|
-
};
|
|
2695
|
-
return t && (n.model = t), n;
|
|
2696
|
-
}
|
|
2697
|
-
},
|
|
2698
|
-
{
|
|
2699
|
-
test: [/[^-]mobi/i],
|
|
2700
|
-
describe: function() {
|
|
2701
|
-
return { type: a.PLATFORMS_MAP.mobile };
|
|
2702
|
-
}
|
|
2703
|
-
},
|
|
2704
|
-
{
|
|
2705
|
-
test: function(e) {
|
|
2706
|
-
return e.getBrowserName(!0) === "blackberry";
|
|
2707
|
-
},
|
|
2708
|
-
describe: function() {
|
|
2709
|
-
return {
|
|
2710
|
-
type: a.PLATFORMS_MAP.mobile,
|
|
2711
|
-
vendor: "BlackBerry"
|
|
2712
|
-
};
|
|
2713
|
-
}
|
|
2714
|
-
},
|
|
2715
|
-
{
|
|
2716
|
-
test: function(e) {
|
|
2717
|
-
return e.getBrowserName(!0) === "bada";
|
|
2718
|
-
},
|
|
2719
|
-
describe: function() {
|
|
2720
|
-
return { type: a.PLATFORMS_MAP.mobile };
|
|
2721
|
-
}
|
|
2722
|
-
},
|
|
2723
|
-
{
|
|
2724
|
-
test: function(e) {
|
|
2725
|
-
return e.getBrowserName() === "windows phone";
|
|
2726
|
-
},
|
|
2727
|
-
describe: function() {
|
|
2728
|
-
return {
|
|
2729
|
-
type: a.PLATFORMS_MAP.mobile,
|
|
2730
|
-
vendor: "Microsoft"
|
|
2731
|
-
};
|
|
2732
|
-
}
|
|
2733
|
-
},
|
|
2734
|
-
{
|
|
2735
|
-
test: function(e) {
|
|
2736
|
-
var t = Number(String(e.getOSVersion()).split(".")[0]);
|
|
2737
|
-
return e.getOSName(!0) === "android" && t >= 3;
|
|
2738
|
-
},
|
|
2739
|
-
describe: function() {
|
|
2740
|
-
return { type: a.PLATFORMS_MAP.tablet };
|
|
2741
|
-
}
|
|
2742
|
-
},
|
|
2743
|
-
{
|
|
2744
|
-
test: function(e) {
|
|
2745
|
-
return e.getOSName(!0) === "android";
|
|
2746
|
-
},
|
|
2747
|
-
describe: function() {
|
|
2748
|
-
return { type: a.PLATFORMS_MAP.mobile };
|
|
2749
|
-
}
|
|
2750
|
-
},
|
|
2751
|
-
{
|
|
2752
|
-
test: [/smart-?tv|smarttv/i],
|
|
2753
|
-
describe: function() {
|
|
2754
|
-
return { type: a.PLATFORMS_MAP.tv };
|
|
2755
|
-
}
|
|
2756
|
-
},
|
|
2757
|
-
{
|
|
2758
|
-
test: [/netcast/i],
|
|
2759
|
-
describe: function() {
|
|
2760
|
-
return { type: a.PLATFORMS_MAP.tv };
|
|
2761
|
-
}
|
|
2762
|
-
},
|
|
2763
|
-
{
|
|
2764
|
-
test: function(e) {
|
|
2765
|
-
return e.getOSName(!0) === "macos";
|
|
2766
|
-
},
|
|
2767
|
-
describe: function() {
|
|
2768
|
-
return {
|
|
2769
|
-
type: a.PLATFORMS_MAP.desktop,
|
|
2770
|
-
vendor: "Apple"
|
|
2771
|
-
};
|
|
2772
|
-
}
|
|
2773
|
-
},
|
|
2774
|
-
{
|
|
2775
|
-
test: function(e) {
|
|
2776
|
-
return e.getOSName(!0) === "windows";
|
|
2777
|
-
},
|
|
2778
|
-
describe: function() {
|
|
2779
|
-
return { type: a.PLATFORMS_MAP.desktop };
|
|
2780
|
-
}
|
|
2781
|
-
},
|
|
2782
|
-
{
|
|
2783
|
-
test: function(e) {
|
|
2784
|
-
return e.getOSName(!0) === "linux";
|
|
2785
|
-
},
|
|
2786
|
-
describe: function() {
|
|
2787
|
-
return { type: a.PLATFORMS_MAP.desktop };
|
|
2788
|
-
}
|
|
2789
|
-
},
|
|
2790
|
-
{
|
|
2791
|
-
test: function(e) {
|
|
2792
|
-
return e.getOSName(!0) === "playstation 4";
|
|
2793
|
-
},
|
|
2794
|
-
describe: function() {
|
|
2795
|
-
return { type: a.PLATFORMS_MAP.tv };
|
|
2796
|
-
}
|
|
2797
|
-
},
|
|
2798
|
-
{
|
|
2799
|
-
test: function(e) {
|
|
2800
|
-
return e.getOSName(!0) === "roku";
|
|
2801
|
-
},
|
|
2802
|
-
describe: function() {
|
|
2803
|
-
return { type: a.PLATFORMS_MAP.tv };
|
|
2804
|
-
}
|
|
2805
|
-
}
|
|
2806
|
-
], e.exports = t.default;
|
|
2807
|
-
},
|
|
2808
|
-
95: function(e, t, n) {
|
|
2809
|
-
t.__esModule = !0, t.default = void 0;
|
|
2810
|
-
var r, i = (r = n(17)) && r.__esModule ? r : { default: r }, a = n(18);
|
|
2811
|
-
t.default = [
|
|
2812
|
-
{
|
|
2813
|
-
test: function(e) {
|
|
2814
|
-
return e.getBrowserName(!0) === "microsoft edge";
|
|
2815
|
-
},
|
|
2816
|
-
describe: function(e) {
|
|
2817
|
-
if (/\sedg\//i.test(e)) return { name: a.ENGINE_MAP.Blink };
|
|
2818
|
-
var t = i.default.getFirstMatch(/edge\/(\d+(\.?_?\d+)+)/i, e);
|
|
2819
|
-
return {
|
|
2820
|
-
name: a.ENGINE_MAP.EdgeHTML,
|
|
2821
|
-
version: t
|
|
2822
|
-
};
|
|
2823
|
-
}
|
|
2824
|
-
},
|
|
2825
|
-
{
|
|
2826
|
-
test: [/trident/i],
|
|
2827
|
-
describe: function(e) {
|
|
2828
|
-
var t = { name: a.ENGINE_MAP.Trident }, n = i.default.getFirstMatch(/trident\/(\d+(\.?_?\d+)+)/i, e);
|
|
2829
|
-
return n && (t.version = n), t;
|
|
2830
|
-
}
|
|
2831
|
-
},
|
|
2832
|
-
{
|
|
2833
|
-
test: function(e) {
|
|
2834
|
-
return e.test(/presto/i);
|
|
2835
|
-
},
|
|
2836
|
-
describe: function(e) {
|
|
2837
|
-
var t = { name: a.ENGINE_MAP.Presto }, n = i.default.getFirstMatch(/presto\/(\d+(\.?_?\d+)+)/i, e);
|
|
2838
|
-
return n && (t.version = n), t;
|
|
2839
|
-
}
|
|
2840
|
-
},
|
|
2841
|
-
{
|
|
2842
|
-
test: function(e) {
|
|
2843
|
-
var t = e.test(/gecko/i), n = e.test(/like gecko/i);
|
|
2844
|
-
return t && !n;
|
|
2845
|
-
},
|
|
2846
|
-
describe: function(e) {
|
|
2847
|
-
var t = { name: a.ENGINE_MAP.Gecko }, n = i.default.getFirstMatch(/gecko\/(\d+(\.?_?\d+)+)/i, e);
|
|
2848
|
-
return n && (t.version = n), t;
|
|
2849
|
-
}
|
|
2850
|
-
},
|
|
2851
|
-
{
|
|
2852
|
-
test: [/(apple)?webkit\/537\.36/i],
|
|
2853
|
-
describe: function() {
|
|
2854
|
-
return { name: a.ENGINE_MAP.Blink };
|
|
2855
|
-
}
|
|
2856
|
-
},
|
|
2857
|
-
{
|
|
2858
|
-
test: [/(apple)?webkit/i],
|
|
2859
|
-
describe: function(e) {
|
|
2860
|
-
var t = { name: a.ENGINE_MAP.WebKit }, n = i.default.getFirstMatch(/webkit\/(\d+(\.?_?\d+)+)/i, e);
|
|
2861
|
-
return n && (t.version = n), t;
|
|
2862
|
-
}
|
|
2863
|
-
}
|
|
2864
|
-
], e.exports = t.default;
|
|
2865
|
-
}
|
|
2866
|
-
});
|
|
2867
|
-
}));
|
|
2868
|
-
})))(), 1);
|
|
2869
|
-
function bt(e) {
|
|
1160
|
+
function dt(e) {
|
|
2870
1161
|
let t = Math.floor((Date.now() - e.getTime()) / 1e3), n = new Intl.RelativeTimeFormat(void 0, { numeric: "auto" });
|
|
2871
1162
|
for (let [e, r] of [
|
|
2872
1163
|
["year", 31536e3],
|
|
@@ -2879,30 +1170,30 @@ function bt(e) {
|
|
|
2879
1170
|
]) if (t >= r) return n.format(-Math.floor(t / r), e);
|
|
2880
1171
|
return n.format(0, "second");
|
|
2881
1172
|
}
|
|
2882
|
-
function
|
|
2883
|
-
let { authClient: t, basePaths: n, localization: r, viewPaths: i, navigate: a } = m(), { data: o } = C(t, { refetchOnMount: !1 }), { mutate: s, isPending: c } =
|
|
1173
|
+
function ft({ activeSession: e }) {
|
|
1174
|
+
let { authClient: t, basePaths: n, localization: r, viewPaths: i, navigate: a } = m(), { data: o } = C(t, { refetchOnMount: !1 }), { mutate: s, isPending: c } = te(t, { onSuccess: () => Y.success(r.settings.revokeSessionSuccess) }), l = e.token === o?.session.token, u = Ke.parse(e.userAgent || "");
|
|
2884
1175
|
return /* @__PURE__ */ $("div", {
|
|
2885
1176
|
className: "flex items-center gap-3",
|
|
2886
1177
|
children: [
|
|
2887
1178
|
/* @__PURE__ */ Q("div", {
|
|
2888
1179
|
className: "flex size-10 shrink-0 items-center justify-center rounded-xl bg-surface-secondary",
|
|
2889
|
-
children: u.platform.type === "mobile" || u.platform.type === "tablet" ? /* @__PURE__ */ Q(
|
|
1180
|
+
children: u.platform.type === "mobile" || u.platform.type === "tablet" ? /* @__PURE__ */ Q(ye, { className: "size-4.5" }) : /* @__PURE__ */ Q(de, { className: "size-4.5" })
|
|
2890
1181
|
}),
|
|
2891
1182
|
/* @__PURE__ */ $("div", {
|
|
2892
1183
|
className: "flex flex-col min-w-0",
|
|
2893
1184
|
children: [/* @__PURE__ */ $("span", {
|
|
2894
1185
|
className: "text-sm font-medium truncate",
|
|
2895
1186
|
children: [u.browser.name || "Unknown Browser", u.os.name ? `, ${u.os.name}` : ""]
|
|
2896
|
-
}), l ? /* @__PURE__ */ Q(
|
|
1187
|
+
}), l ? /* @__PURE__ */ Q(Se, {
|
|
2897
1188
|
color: "accent",
|
|
2898
1189
|
size: "sm",
|
|
2899
1190
|
children: r.settings.currentSession
|
|
2900
1191
|
}) : e.createdAt && /* @__PURE__ */ Q("span", {
|
|
2901
1192
|
className: "text-xs text-muted capitalize",
|
|
2902
|
-
children:
|
|
1193
|
+
children: dt(e.createdAt)
|
|
2903
1194
|
})]
|
|
2904
1195
|
}),
|
|
2905
|
-
/* @__PURE__ */ $(
|
|
1196
|
+
/* @__PURE__ */ $(k, {
|
|
2906
1197
|
className: "ml-auto shrink-0",
|
|
2907
1198
|
variant: "outline",
|
|
2908
1199
|
size: "sm",
|
|
@@ -2912,29 +1203,29 @@ function xt({ activeSession: e }) {
|
|
|
2912
1203
|
children: [c ? /* @__PURE__ */ Q(G, {
|
|
2913
1204
|
color: "current",
|
|
2914
1205
|
size: "sm"
|
|
2915
|
-
}) : Q(l ?
|
|
1206
|
+
}) : Q(l ? T : xe, {}), l ? r.auth.signOut : r.settings.revoke]
|
|
2916
1207
|
})
|
|
2917
1208
|
]
|
|
2918
1209
|
});
|
|
2919
1210
|
}
|
|
2920
1211
|
//#endregion
|
|
2921
1212
|
//#region src/components/auth/settings/security/active-sessions.tsx
|
|
2922
|
-
function
|
|
1213
|
+
function pt({ className: e, variant: t, ...n }) {
|
|
2923
1214
|
let { authClient: r, localization: i } = m(), { data: a } = C(r), { data: o, isPending: s } = ee(r), c = o && [...o].sort((e, t) => e.id === a?.session.id ? -1 : +(t.id === a?.session.id));
|
|
2924
1215
|
return /* @__PURE__ */ $("div", { children: [/* @__PURE__ */ Q("h2", {
|
|
2925
1216
|
className: J("text-sm font-semibold mb-3"),
|
|
2926
1217
|
children: i.settings.activeSessions
|
|
2927
|
-
}), /* @__PURE__ */ Q(
|
|
1218
|
+
}), /* @__PURE__ */ Q(j, {
|
|
2928
1219
|
className: J(e),
|
|
2929
1220
|
variant: t,
|
|
2930
1221
|
...n,
|
|
2931
|
-
children: /* @__PURE__ */ Q(
|
|
1222
|
+
children: /* @__PURE__ */ Q(j.Content, {
|
|
2932
1223
|
className: "gap-0",
|
|
2933
|
-
children: s ? /* @__PURE__ */ Q(
|
|
1224
|
+
children: s ? /* @__PURE__ */ Q(mt, {}) : c?.map((e, t) => /* @__PURE__ */ $("div", { children: [t > 0 && /* @__PURE__ */ Q("div", { className: "border-b border-dashed -mx-4 my-4" }), /* @__PURE__ */ Q(ft, { activeSession: e })] }, e.id))
|
|
2934
1225
|
})
|
|
2935
1226
|
})] });
|
|
2936
1227
|
}
|
|
2937
|
-
function
|
|
1228
|
+
function mt() {
|
|
2938
1229
|
return /* @__PURE__ */ Q("div", {
|
|
2939
1230
|
className: "flex items-center justify-between",
|
|
2940
1231
|
children: /* @__PURE__ */ $("div", {
|
|
@@ -2948,13 +1239,13 @@ function Ct() {
|
|
|
2948
1239
|
}
|
|
2949
1240
|
//#endregion
|
|
2950
1241
|
//#region src/components/auth/settings/security/change-password.tsx
|
|
2951
|
-
function
|
|
1242
|
+
function ht({ className: e, variant: t, ...n }) {
|
|
2952
1243
|
let { authClient: r, emailAndPassword: i, localization: a } = m(), { data: o } = C(r), { data: s, isPending: c } = b(r), l = s?.some((e) => e.providerId === "credential");
|
|
2953
|
-
return !c && !l ? /* @__PURE__ */ Q(
|
|
1244
|
+
return !c && !l ? /* @__PURE__ */ Q(gt, {
|
|
2954
1245
|
className: e,
|
|
2955
1246
|
variant: t,
|
|
2956
1247
|
...n
|
|
2957
|
-
}) : /* @__PURE__ */ Q(
|
|
1248
|
+
}) : /* @__PURE__ */ Q(_t, {
|
|
2958
1249
|
className: e,
|
|
2959
1250
|
variant: t,
|
|
2960
1251
|
emailAndPassword: i,
|
|
@@ -2963,18 +1254,18 @@ function wt({ className: e, variant: t, ...n }) {
|
|
|
2963
1254
|
...n
|
|
2964
1255
|
});
|
|
2965
1256
|
}
|
|
2966
|
-
function
|
|
2967
|
-
let { authClient: r, localization: i } = m(), { data: a } = C(r), { mutate: o, isPending: s } =
|
|
1257
|
+
function gt({ className: e, variant: t, ...n }) {
|
|
1258
|
+
let { authClient: r, localization: i } = m(), { data: a } = C(r), { mutate: o, isPending: s } = x(r, { onSuccess: () => Y.success(i.auth.passwordResetEmailSent) }), c = () => {
|
|
2968
1259
|
a?.user.email && o({ email: a.user.email });
|
|
2969
1260
|
};
|
|
2970
1261
|
return /* @__PURE__ */ $("div", { children: [/* @__PURE__ */ Q("h2", {
|
|
2971
1262
|
className: J("text-sm font-semibold mb-3"),
|
|
2972
1263
|
children: i.settings.changePassword
|
|
2973
|
-
}), /* @__PURE__ */ Q(
|
|
1264
|
+
}), /* @__PURE__ */ Q(j, {
|
|
2974
1265
|
className: J(e),
|
|
2975
1266
|
variant: t,
|
|
2976
1267
|
...n,
|
|
2977
|
-
children: /* @__PURE__ */ $(
|
|
1268
|
+
children: /* @__PURE__ */ $(j.Content, {
|
|
2978
1269
|
className: "flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between",
|
|
2979
1270
|
children: [/* @__PURE__ */ $("div", { children: [/* @__PURE__ */ Q("p", {
|
|
2980
1271
|
className: "text-sm font-medium leading-tight",
|
|
@@ -2982,7 +1273,7 @@ function Tt({ className: e, variant: t, ...n }) {
|
|
|
2982
1273
|
}), /* @__PURE__ */ Q("p", {
|
|
2983
1274
|
className: "text-muted text-xs mt-0.5",
|
|
2984
1275
|
children: i.settings.setPasswordDescription
|
|
2985
|
-
})] }), /* @__PURE__ */ $(
|
|
1276
|
+
})] }), /* @__PURE__ */ $(k, {
|
|
2986
1277
|
size: "sm",
|
|
2987
1278
|
isPending: s,
|
|
2988
1279
|
isDisabled: !a,
|
|
@@ -2995,7 +1286,7 @@ function Tt({ className: e, variant: t, ...n }) {
|
|
|
2995
1286
|
})
|
|
2996
1287
|
})] });
|
|
2997
1288
|
}
|
|
2998
|
-
function
|
|
1289
|
+
function _t({ className: e, variant: t, emailAndPassword: n, localization: r, session: i, ...a }) {
|
|
2999
1290
|
let { authClient: o } = m(), [s, c] = X(""), [l, u] = X(""), [d, f] = X(""), { mutate: p, isPending: h } = _(o, {
|
|
3000
1291
|
onError: (e) => {
|
|
3001
1292
|
c(""), u(""), f(""), Y.danger(e.error?.message || e.message);
|
|
@@ -3017,15 +1308,15 @@ function Et({ className: e, variant: t, emailAndPassword: n, localization: r, se
|
|
|
3017
1308
|
return /* @__PURE__ */ $("div", { children: [/* @__PURE__ */ Q("h2", {
|
|
3018
1309
|
className: J("text-sm font-semibold mb-3"),
|
|
3019
1310
|
children: r.settings.changePassword
|
|
3020
|
-
}), /* @__PURE__ */ Q(
|
|
1311
|
+
}), /* @__PURE__ */ Q(j, {
|
|
3021
1312
|
className: J("p-4 gap-4", e),
|
|
3022
1313
|
variant: t,
|
|
3023
1314
|
...a,
|
|
3024
|
-
children: /* @__PURE__ */ Q(
|
|
1315
|
+
children: /* @__PURE__ */ Q(j.Content, { children: /* @__PURE__ */ Q(I, {
|
|
3025
1316
|
onSubmit: ee,
|
|
3026
|
-
children: /* @__PURE__ */ $(
|
|
1317
|
+
children: /* @__PURE__ */ $(F, {
|
|
3027
1318
|
className: "w-full gap-4",
|
|
3028
|
-
children: [/* @__PURE__ */ $(
|
|
1319
|
+
children: [/* @__PURE__ */ $(F.Group, { children: [
|
|
3029
1320
|
/* @__PURE__ */ $(q, {
|
|
3030
1321
|
name: "currentPassword",
|
|
3031
1322
|
type: "password",
|
|
@@ -3034,8 +1325,8 @@ function Et({ className: e, variant: t, emailAndPassword: n, localization: r, se
|
|
|
3034
1325
|
value: s,
|
|
3035
1326
|
onChange: c,
|
|
3036
1327
|
children: [
|
|
3037
|
-
/* @__PURE__ */ Q(
|
|
3038
|
-
/* @__PURE__ */ Q(
|
|
1328
|
+
/* @__PURE__ */ Q(z, { children: r.settings.currentPassword }),
|
|
1329
|
+
/* @__PURE__ */ Q(L, {
|
|
3039
1330
|
className: J(!i && "hidden"),
|
|
3040
1331
|
autoComplete: "current-password",
|
|
3041
1332
|
placeholder: r.settings.currentPasswordPlaceholder,
|
|
@@ -3043,7 +1334,7 @@ function Et({ className: e, variant: t, emailAndPassword: n, localization: r, se
|
|
|
3043
1334
|
variant: t === "transparent" ? "primary" : "secondary"
|
|
3044
1335
|
}),
|
|
3045
1336
|
!i && /* @__PURE__ */ Q(W, { className: "h-10 md:h-9 w-full rounded-xl" }),
|
|
3046
|
-
/* @__PURE__ */ Q(
|
|
1337
|
+
/* @__PURE__ */ Q(P, {})
|
|
3047
1338
|
]
|
|
3048
1339
|
}),
|
|
3049
1340
|
/* @__PURE__ */ $(q, {
|
|
@@ -3053,31 +1344,31 @@ function Et({ className: e, variant: t, emailAndPassword: n, localization: r, se
|
|
|
3053
1344
|
value: l,
|
|
3054
1345
|
onChange: u,
|
|
3055
1346
|
children: [
|
|
3056
|
-
/* @__PURE__ */ Q(
|
|
3057
|
-
/* @__PURE__ */ $(
|
|
1347
|
+
/* @__PURE__ */ Q(z, { children: r.auth.newPassword }),
|
|
1348
|
+
/* @__PURE__ */ $(R, {
|
|
3058
1349
|
className: J(!i && "hidden"),
|
|
3059
1350
|
variant: t === "transparent" ? "primary" : "secondary",
|
|
3060
|
-
children: [/* @__PURE__ */ Q(
|
|
1351
|
+
children: [/* @__PURE__ */ Q(R.Input, {
|
|
3061
1352
|
name: "newPassword",
|
|
3062
1353
|
type: g ? "text" : "password",
|
|
3063
1354
|
autoComplete: "new-password",
|
|
3064
1355
|
placeholder: r.auth.newPasswordPlaceholder,
|
|
3065
1356
|
required: !0
|
|
3066
|
-
}), /* @__PURE__ */ Q(
|
|
1357
|
+
}), /* @__PURE__ */ Q(R.Suffix, {
|
|
3067
1358
|
className: "px-0",
|
|
3068
|
-
children: /* @__PURE__ */ Q(
|
|
1359
|
+
children: /* @__PURE__ */ Q(k, {
|
|
3069
1360
|
isIconOnly: !0,
|
|
3070
1361
|
"aria-label": g ? r.auth.hidePassword : r.auth.showPassword,
|
|
3071
1362
|
size: "sm",
|
|
3072
1363
|
variant: "ghost",
|
|
3073
1364
|
onPress: () => v(!g),
|
|
3074
1365
|
isDisabled: h,
|
|
3075
|
-
children: Q(g ?
|
|
1366
|
+
children: Q(g ? O : D, {})
|
|
3076
1367
|
})
|
|
3077
1368
|
})]
|
|
3078
1369
|
}),
|
|
3079
1370
|
!i && /* @__PURE__ */ Q(W, { className: "h-10 md:h-9 w-full rounded-xl" }),
|
|
3080
|
-
/* @__PURE__ */ Q(
|
|
1371
|
+
/* @__PURE__ */ Q(P, {})
|
|
3081
1372
|
]
|
|
3082
1373
|
}),
|
|
3083
1374
|
n?.confirmPassword && /* @__PURE__ */ $(q, {
|
|
@@ -3088,34 +1379,34 @@ function Et({ className: e, variant: t, emailAndPassword: n, localization: r, se
|
|
|
3088
1379
|
value: d,
|
|
3089
1380
|
onChange: f,
|
|
3090
1381
|
children: [
|
|
3091
|
-
/* @__PURE__ */ Q(
|
|
3092
|
-
/* @__PURE__ */ $(
|
|
1382
|
+
/* @__PURE__ */ Q(z, { children: r.auth.confirmPassword }),
|
|
1383
|
+
/* @__PURE__ */ $(R, {
|
|
3093
1384
|
className: J(!i && "hidden"),
|
|
3094
1385
|
variant: t === "transparent" ? "primary" : "secondary",
|
|
3095
|
-
children: [/* @__PURE__ */ Q(
|
|
1386
|
+
children: [/* @__PURE__ */ Q(R.Input, {
|
|
3096
1387
|
name: "confirmPassword",
|
|
3097
1388
|
type: y ? "text" : "password",
|
|
3098
1389
|
autoComplete: "new-password",
|
|
3099
1390
|
placeholder: r.auth.confirmPasswordPlaceholder,
|
|
3100
1391
|
required: !0
|
|
3101
|
-
}), /* @__PURE__ */ Q(
|
|
1392
|
+
}), /* @__PURE__ */ Q(R.Suffix, {
|
|
3102
1393
|
className: "px-0",
|
|
3103
|
-
children: /* @__PURE__ */ Q(
|
|
1394
|
+
children: /* @__PURE__ */ Q(k, {
|
|
3104
1395
|
isIconOnly: !0,
|
|
3105
1396
|
"aria-label": y ? r.auth.hidePassword : r.auth.showPassword,
|
|
3106
1397
|
size: "sm",
|
|
3107
1398
|
variant: "ghost",
|
|
3108
1399
|
onPress: () => b(!y),
|
|
3109
1400
|
isDisabled: h,
|
|
3110
|
-
children: Q(y ?
|
|
1401
|
+
children: Q(y ? O : D, {})
|
|
3111
1402
|
})
|
|
3112
1403
|
})]
|
|
3113
1404
|
}),
|
|
3114
1405
|
!i && /* @__PURE__ */ Q(W, { className: "h-10 md:h-9 w-full rounded-xl" }),
|
|
3115
|
-
/* @__PURE__ */ Q(
|
|
1406
|
+
/* @__PURE__ */ Q(P, {})
|
|
3116
1407
|
]
|
|
3117
1408
|
})
|
|
3118
|
-
] }), /* @__PURE__ */ Q(
|
|
1409
|
+
] }), /* @__PURE__ */ Q(F.Actions, { children: /* @__PURE__ */ $(k, {
|
|
3119
1410
|
type: "submit",
|
|
3120
1411
|
isPending: h,
|
|
3121
1412
|
isDisabled: !i,
|
|
@@ -3131,14 +1422,14 @@ function Et({ className: e, variant: t, emailAndPassword: n, localization: r, se
|
|
|
3131
1422
|
}
|
|
3132
1423
|
//#endregion
|
|
3133
1424
|
//#region src/components/auth/settings/security/linked-account.tsx
|
|
3134
|
-
function
|
|
1425
|
+
function vt({ account: e, provider: t }) {
|
|
3135
1426
|
let { authClient: n, baseURL: r, localization: i } = m(), { data: a, isPending: o } = p(n, { query: { accountId: e?.accountId } }), { mutate: s, isPending: l } = y(n), { mutate: u, isPending: d } = w(n, { onSuccess: () => Y.success(i.settings.accountUnlinked) }), h = f[t], g = c(t), _ = a?.data?.login || a?.data?.username || a?.user?.email || a?.user?.name || e?.accountId;
|
|
3136
1427
|
return /* @__PURE__ */ $("div", {
|
|
3137
1428
|
className: "flex items-center gap-3",
|
|
3138
1429
|
children: [
|
|
3139
1430
|
/* @__PURE__ */ Q("div", {
|
|
3140
1431
|
className: J("flex size-10 shrink-0 items-center justify-center rounded-xl bg-surface-secondary"),
|
|
3141
|
-
children: Q(h ||
|
|
1432
|
+
children: Q(h || _e, { className: "size-4.5" })
|
|
3142
1433
|
}),
|
|
3143
1434
|
/* @__PURE__ */ $("div", {
|
|
3144
1435
|
className: "flex flex-col min-w-0",
|
|
@@ -3150,7 +1441,7 @@ function Dt({ account: e, provider: t }) {
|
|
|
3150
1441
|
children: e ? _ : i.settings.linkProvider.replace("{{provider}}", g)
|
|
3151
1442
|
})]
|
|
3152
1443
|
}),
|
|
3153
|
-
e ? /* @__PURE__ */ $(
|
|
1444
|
+
e ? /* @__PURE__ */ $(k, {
|
|
3154
1445
|
className: "ml-auto shrink-0",
|
|
3155
1446
|
variant: "outline",
|
|
3156
1447
|
size: "sm",
|
|
@@ -3160,8 +1451,8 @@ function Dt({ account: e, provider: t }) {
|
|
|
3160
1451
|
children: [d ? /* @__PURE__ */ Q(G, {
|
|
3161
1452
|
color: "current",
|
|
3162
1453
|
size: "sm"
|
|
3163
|
-
}) : /* @__PURE__ */ Q(
|
|
3164
|
-
}) : /* @__PURE__ */ $(
|
|
1454
|
+
}) : /* @__PURE__ */ Q(me, {}), i.settings.unlinkProvider.replace("{{provider}}", "").trim()]
|
|
1455
|
+
}) : /* @__PURE__ */ $(k, {
|
|
3165
1456
|
className: "ml-auto shrink-0",
|
|
3166
1457
|
variant: "outline",
|
|
3167
1458
|
size: "sm",
|
|
@@ -3174,14 +1465,14 @@ function Dt({ account: e, provider: t }) {
|
|
|
3174
1465
|
children: [l ? /* @__PURE__ */ Q(G, {
|
|
3175
1466
|
color: "current",
|
|
3176
1467
|
size: "sm"
|
|
3177
|
-
}) : /* @__PURE__ */ Q(
|
|
1468
|
+
}) : /* @__PURE__ */ Q(pe, {}), i.settings.link]
|
|
3178
1469
|
})
|
|
3179
1470
|
]
|
|
3180
1471
|
});
|
|
3181
1472
|
}
|
|
3182
1473
|
//#endregion
|
|
3183
1474
|
//#region src/components/auth/settings/security/linked-accounts.tsx
|
|
3184
|
-
function
|
|
1475
|
+
function yt({ className: e, variant: t, ...n }) {
|
|
3185
1476
|
let { authClient: r, localization: i, socialProviders: a } = m(), { data: o, isPending: s } = b(r), c = [...(o?.filter((e) => e.providerId !== "credential"))?.map((e) => ({
|
|
3186
1477
|
key: e.id,
|
|
3187
1478
|
account: e,
|
|
@@ -3194,20 +1485,20 @@ function Ot({ className: e, variant: t, ...n }) {
|
|
|
3194
1485
|
return /* @__PURE__ */ $("div", { children: [/* @__PURE__ */ Q("h2", {
|
|
3195
1486
|
className: J("text-sm font-semibold mb-3"),
|
|
3196
1487
|
children: i.settings.linkedAccounts
|
|
3197
|
-
}), /* @__PURE__ */ Q(
|
|
1488
|
+
}), /* @__PURE__ */ Q(j, {
|
|
3198
1489
|
className: J(e),
|
|
3199
1490
|
variant: t,
|
|
3200
1491
|
...n,
|
|
3201
|
-
children: /* @__PURE__ */ Q(
|
|
1492
|
+
children: /* @__PURE__ */ Q(j.Content, {
|
|
3202
1493
|
className: "gap-0",
|
|
3203
|
-
children: s ? a?.map((e, t) => /* @__PURE__ */ $("div", { children: [t > 0 && /* @__PURE__ */ Q("div", { className: "border-b border-dashed -mx-4 my-4" }), /* @__PURE__ */ Q(
|
|
1494
|
+
children: s ? a?.map((e, t) => /* @__PURE__ */ $("div", { children: [t > 0 && /* @__PURE__ */ Q("div", { className: "border-b border-dashed -mx-4 my-4" }), /* @__PURE__ */ Q(bt, {})] }, e)) : c.map((e, t) => /* @__PURE__ */ $("div", { children: [t > 0 && /* @__PURE__ */ Q("div", { className: "border-b border-dashed -mx-4 my-4" }), /* @__PURE__ */ Q(vt, {
|
|
3204
1495
|
account: e.account,
|
|
3205
1496
|
provider: e.provider
|
|
3206
1497
|
})] }, e.key))
|
|
3207
1498
|
})
|
|
3208
1499
|
})] });
|
|
3209
1500
|
}
|
|
3210
|
-
function
|
|
1501
|
+
function bt() {
|
|
3211
1502
|
return /* @__PURE__ */ Q("div", {
|
|
3212
1503
|
className: "flex items-center justify-between",
|
|
3213
1504
|
children: /* @__PURE__ */ $("div", {
|
|
@@ -3221,22 +1512,22 @@ function kt() {
|
|
|
3221
1512
|
}
|
|
3222
1513
|
//#endregion
|
|
3223
1514
|
//#region src/components/auth/settings/security/security-settings.tsx
|
|
3224
|
-
function
|
|
1515
|
+
function xt({ className: e, variant: t, ...n }) {
|
|
3225
1516
|
let { emailAndPassword: r, plugins: i, socialProviders: a } = m();
|
|
3226
1517
|
return /* @__PURE__ */ $("div", {
|
|
3227
1518
|
className: J("flex w-full flex-col gap-4 md:gap-6", e),
|
|
3228
1519
|
...n,
|
|
3229
1520
|
children: [
|
|
3230
|
-
r?.enabled && /* @__PURE__ */ Q(
|
|
3231
|
-
!!a?.length && /* @__PURE__ */ Q(
|
|
3232
|
-
/* @__PURE__ */ Q(
|
|
1521
|
+
r?.enabled && /* @__PURE__ */ Q(ht, { variant: t }),
|
|
1522
|
+
!!a?.length && /* @__PURE__ */ Q(yt, { variant: t }),
|
|
1523
|
+
/* @__PURE__ */ Q(pt, { variant: t }),
|
|
3233
1524
|
i.flatMap((e) => e.securityCards?.map((n, r) => /* @__PURE__ */ Q(n, { variant: t }, `${e.id}-${r.toString()}`)))
|
|
3234
1525
|
]
|
|
3235
1526
|
});
|
|
3236
1527
|
}
|
|
3237
1528
|
//#endregion
|
|
3238
1529
|
//#region src/components/auth/settings/settings.tsx
|
|
3239
|
-
function
|
|
1530
|
+
function St({ className: e, hideNav: t, path: n, variant: r, view: i, ...a }) {
|
|
3240
1531
|
if (!i && !n) throw Error("[Better Auth UI] Either `view` or `path` must be provided");
|
|
3241
1532
|
let { authClient: o, basePaths: s, localization: c, viewPaths: l, plugins: u } = m();
|
|
3242
1533
|
h(o);
|
|
@@ -3272,7 +1563,7 @@ function jt({ className: e, hideNav: t, path: n, variant: r, view: i, ...a }) {
|
|
|
3272
1563
|
inline: "center"
|
|
3273
1564
|
}),
|
|
3274
1565
|
children: [
|
|
3275
|
-
/* @__PURE__ */ Q(
|
|
1566
|
+
/* @__PURE__ */ Q(he, { className: "text-muted" }),
|
|
3276
1567
|
c.settings.account,
|
|
3277
1568
|
/* @__PURE__ */ Q(K.Indicator, {})
|
|
3278
1569
|
]
|
|
@@ -3286,7 +1577,7 @@ function jt({ className: e, hideNav: t, path: n, variant: r, view: i, ...a }) {
|
|
|
3286
1577
|
inline: "center"
|
|
3287
1578
|
}),
|
|
3288
1579
|
children: [
|
|
3289
|
-
/* @__PURE__ */ Q(
|
|
1580
|
+
/* @__PURE__ */ Q(ve, { className: "text-muted" }),
|
|
3290
1581
|
c.settings.security,
|
|
3291
1582
|
/* @__PURE__ */ Q(K.Indicator, {})
|
|
3292
1583
|
]
|
|
@@ -3306,12 +1597,12 @@ function jt({ className: e, hideNav: t, path: n, variant: r, view: i, ...a }) {
|
|
|
3306
1597
|
/* @__PURE__ */ Q(K.Panel, {
|
|
3307
1598
|
id: "account",
|
|
3308
1599
|
className: "px-0",
|
|
3309
|
-
children: /* @__PURE__ */ Q(
|
|
1600
|
+
children: /* @__PURE__ */ Q(ut, { variant: r })
|
|
3310
1601
|
}),
|
|
3311
1602
|
/* @__PURE__ */ Q(K.Panel, {
|
|
3312
1603
|
id: "security",
|
|
3313
1604
|
className: "px-0",
|
|
3314
|
-
children: /* @__PURE__ */ Q(
|
|
1605
|
+
children: /* @__PURE__ */ Q(xt, { variant: r })
|
|
3315
1606
|
}),
|
|
3316
1607
|
u.flatMap((e) => e.settingsTabs?.map((t, n) => /* @__PURE__ */ Q(K.Panel, {
|
|
3317
1608
|
id: t.view,
|
|
@@ -3323,28 +1614,28 @@ function jt({ className: e, hideNav: t, path: n, variant: r, view: i, ...a }) {
|
|
|
3323
1614
|
}
|
|
3324
1615
|
//#endregion
|
|
3325
1616
|
//#region src/components/auth/user/user-button.tsx
|
|
3326
|
-
function
|
|
1617
|
+
function Ct(e, t) {
|
|
3327
1618
|
if (Re(e)) return e;
|
|
3328
1619
|
let { label: n, href: r, icon: i, variant: a } = e;
|
|
3329
|
-
return /* @__PURE__ */ $(
|
|
1620
|
+
return /* @__PURE__ */ $(N.Item, {
|
|
3330
1621
|
href: r,
|
|
3331
1622
|
variant: a,
|
|
3332
1623
|
textValue: typeof n == "string" ? n : void 0,
|
|
3333
|
-
children: [i, /* @__PURE__ */ Q(
|
|
1624
|
+
children: [i, /* @__PURE__ */ Q(z, { children: n })]
|
|
3334
1625
|
}, t);
|
|
3335
1626
|
}
|
|
3336
|
-
function
|
|
1627
|
+
function wt({ className: e, placement: t, size: r = "default", variant: a = "ghost", links: o, hideSettings: s, hideSubtitle: c }) {
|
|
3337
1628
|
let { authClient: l, basePaths: u, viewPaths: d, localization: f, plugins: p } = m(), { data: h, isPending: g } = C(l), _ = p.flatMap((e) => e.userMenuItems?.map((t, n) => /* @__PURE__ */ Q(t, { hideSubtitle: c }, `${e.id}-${n.toString()}`)) ?? []), v = o?.flatMap((e, t) => {
|
|
3338
1629
|
if (!Re(e)) {
|
|
3339
1630
|
let t = e.visibility ?? "always";
|
|
3340
1631
|
if (t === "authenticated" && !h || t === "unauthenticated" && h) return [];
|
|
3341
1632
|
}
|
|
3342
|
-
return [
|
|
1633
|
+
return [Ct(e, `user-button-link-${t.toString()}`)];
|
|
3343
1634
|
});
|
|
3344
|
-
return /* @__PURE__ */ $(
|
|
1635
|
+
return /* @__PURE__ */ $(N, { children: [r === "icon" ? /* @__PURE__ */ Q(N.Trigger, {
|
|
3345
1636
|
className: J("rounded-full", e),
|
|
3346
1637
|
children: /* @__PURE__ */ Q(n, {})
|
|
3347
|
-
}) : /* @__PURE__ */ $(
|
|
1638
|
+
}) : /* @__PURE__ */ $(k, {
|
|
3348
1639
|
variant: a,
|
|
3349
1640
|
className: J("h-auto font-normal justify-start px-2 py-2 text-left", e),
|
|
3350
1641
|
children: [h || g ? /* @__PURE__ */ Q(i, {
|
|
@@ -3353,42 +1644,42 @@ function Nt({ className: e, placement: t, size: r = "default", variant: a = "gho
|
|
|
3353
1644
|
}) : /* @__PURE__ */ $(Z, { children: [/* @__PURE__ */ Q(n, {}), /* @__PURE__ */ Q("p", {
|
|
3354
1645
|
className: "text-sm font-medium",
|
|
3355
1646
|
children: f.auth.account
|
|
3356
|
-
})] }), /* @__PURE__ */ Q(
|
|
3357
|
-
}), /* @__PURE__ */ $(
|
|
1647
|
+
})] }), /* @__PURE__ */ Q(ce, { className: "ml-auto size-3 text-muted" })]
|
|
1648
|
+
}), /* @__PURE__ */ $(N.Popover, {
|
|
3358
1649
|
placement: t,
|
|
3359
1650
|
className: "min-w-40 md:min-w-56 max-w-[48svw]",
|
|
3360
1651
|
children: [h && /* @__PURE__ */ Q("div", {
|
|
3361
1652
|
className: "px-3 pt-3 pb-1",
|
|
3362
1653
|
children: /* @__PURE__ */ Q(i, { hideSubtitle: c })
|
|
3363
|
-
}), /* @__PURE__ */ Q(
|
|
1654
|
+
}), /* @__PURE__ */ Q(N.Menu, { children: h ? /* @__PURE__ */ $(Z, { children: [
|
|
3364
1655
|
v,
|
|
3365
|
-
!s && /* @__PURE__ */ $(
|
|
1656
|
+
!s && /* @__PURE__ */ $(N.Item, {
|
|
3366
1657
|
textValue: f.settings.settings,
|
|
3367
1658
|
href: `${u.settings}/${d.settings.account}`,
|
|
3368
|
-
children: [/* @__PURE__ */ Q(
|
|
1659
|
+
children: [/* @__PURE__ */ Q(fe, { className: "text-muted" }), /* @__PURE__ */ Q(z, { children: f.settings.settings })]
|
|
3369
1660
|
}),
|
|
3370
1661
|
_,
|
|
3371
|
-
/* @__PURE__ */ $(
|
|
1662
|
+
/* @__PURE__ */ $(N.Item, {
|
|
3372
1663
|
textValue: f.auth.signOut,
|
|
3373
1664
|
href: `${u.auth}/${d.auth.signOut}`,
|
|
3374
1665
|
variant: "danger",
|
|
3375
|
-
children: [/* @__PURE__ */ Q(
|
|
1666
|
+
children: [/* @__PURE__ */ Q(T, { className: "text-danger" }), /* @__PURE__ */ Q(z, { children: f.auth.signOut })]
|
|
3376
1667
|
})
|
|
3377
1668
|
] }) : /* @__PURE__ */ $(Z, { children: [
|
|
3378
1669
|
v,
|
|
3379
|
-
/* @__PURE__ */ $(
|
|
1670
|
+
/* @__PURE__ */ $(N.Item, {
|
|
3380
1671
|
textValue: f.auth.signIn,
|
|
3381
1672
|
href: `${u.auth}/${d.auth.signIn}`,
|
|
3382
|
-
children: [/* @__PURE__ */ Q(
|
|
1673
|
+
children: [/* @__PURE__ */ Q(se, { className: "text-muted" }), /* @__PURE__ */ Q(z, { children: f.auth.signIn })]
|
|
3383
1674
|
}),
|
|
3384
|
-
/* @__PURE__ */ $(
|
|
1675
|
+
/* @__PURE__ */ $(N.Item, {
|
|
3385
1676
|
textValue: f.auth.signUp,
|
|
3386
1677
|
href: `${u.auth}/${d.auth.signUp}`,
|
|
3387
|
-
children: [/* @__PURE__ */ Q(
|
|
1678
|
+
children: [/* @__PURE__ */ Q(ge, { className: "text-muted" }), /* @__PURE__ */ Q(z, { children: f.auth.signUp })]
|
|
3388
1679
|
}),
|
|
3389
1680
|
_
|
|
3390
1681
|
] }) })]
|
|
3391
1682
|
})] });
|
|
3392
1683
|
}
|
|
3393
1684
|
//#endregion
|
|
3394
|
-
export {
|
|
1685
|
+
export { ut as AccountSettings, pt as ActiveSessions, Xe as AdditionalField, it as Auth, ot as AuthProvider, st as ChangeEmail, ht as ChangePassword, Ze as ForgotPassword, yt as LinkedAccounts, t as ProviderButton, r as ProviderButtons, Qe as ResetPassword, xt as SecuritySettings, St as Settings, $e as SignIn, et as SignOut, tt as SignUp, n as UserAvatar, wt as UserButton, lt as UserProfile, i as UserView };
|