@vuetify/one 2.11.3 → 2.13.0
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/auth-DkYOaeOy.js +589 -0
- package/dist/index.d.ts +14 -2
- package/dist/index.js +1092 -1046
- package/dist/stores/auth.d.ts +1 -1
- package/dist/stores/auth.js +1 -1
- package/package.json +1 -1
- package/dist/auth-DCDisIda.js +0 -578
package/dist/stores/auth.d.ts
CHANGED
|
@@ -60,7 +60,7 @@ interface AuthState {
|
|
|
60
60
|
isEditor: Ref<boolean>;
|
|
61
61
|
verify: (force?: boolean) => Promise<void>;
|
|
62
62
|
findIdentity: (provider: string) => VOneIdentity | undefined;
|
|
63
|
-
login: (provider?: 'github' | 'discord' | 'shopify' | 'google') => Promise<void>;
|
|
63
|
+
login: (provider?: 'github' | 'discord' | 'shopify' | 'google' | 'opencollective') => Promise<void>;
|
|
64
64
|
logout: (identity?: string) => Promise<void>;
|
|
65
65
|
lastLoginProvider: () => string | null;
|
|
66
66
|
sync: () => Promise<void>;
|
package/dist/stores/auth.js
CHANGED
package/package.json
CHANGED
package/dist/auth-DCDisIda.js
DELETED
|
@@ -1,578 +0,0 @@
|
|
|
1
|
-
import { merge as O } from "lodash-es";
|
|
2
|
-
import { defineStore as R } from "pinia";
|
|
3
|
-
import { ref as b, reactive as Y, watch as I, toRefs as G, computed as p, shallowRef as N, toRef as C, nextTick as K } from "vue";
|
|
4
|
-
import { useRoute as Z, useRouter as V } from "vue-router";
|
|
5
|
-
const B = R("queue", () => {
|
|
6
|
-
const e = b([]);
|
|
7
|
-
function t(o) {
|
|
8
|
-
const r = typeof o == "string" ? { text: o } : o;
|
|
9
|
-
e.value.push(r);
|
|
10
|
-
}
|
|
11
|
-
function s(o) {
|
|
12
|
-
t({
|
|
13
|
-
color: "error",
|
|
14
|
-
text: o,
|
|
15
|
-
location: "top end",
|
|
16
|
-
timeout: -1
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
function i(o) {
|
|
20
|
-
t({
|
|
21
|
-
color: "success",
|
|
22
|
-
text: o,
|
|
23
|
-
location: "top end"
|
|
24
|
-
});
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
queue: e,
|
|
28
|
-
show: t,
|
|
29
|
-
showError: s,
|
|
30
|
-
showSuccess: i
|
|
31
|
-
};
|
|
32
|
-
}), D = [
|
|
33
|
-
(e) => (e.v || (e.pwaRefresh = !0, typeof e.api == "boolean" && (e.api = e.api ? "inline" : "link-only"), typeof e.rtl == "boolean" && (e.direction = e.rtl ? "rtl" : "ltr", delete e.rtl), typeof e.theme == "object" && (e.mixedTheme = e.theme.mixed, e.theme = e.theme.system ? "system" : e.theme.dark ? "dark" : "light"), Array.isArray(e.notifications) && (e.notifications = { read: e.notifications }), typeof e.last == "object" && (e.notifications = e.notifications || {}, e.notifications.last = e.last, delete e.last), e.v = 1), e),
|
|
34
|
-
(e) => (e.v === 1 && (Array.isArray(e.composition) && (e.composition = "composition"), Array.isArray(e.notifications?.last?.banner) || (e.notifications = e.notifications || {}, e.notifications.last = e.notifications.last || {}, e.notifications.last.banner = []), e.v = 2), e),
|
|
35
|
-
(e) => (e.v === 2 && (e.syncSettings = !0, e.disableAds = !1, e.v = 3), e),
|
|
36
|
-
(e) => (e.v === 3 && (e.quickbar = !1, e.v = 4), e),
|
|
37
|
-
(e) => (e.v === 4 && (e.suits = { show: !1, elements: ["app-bar"], suit: "" }, e.notifications = e.notifications || {}, e.notifications.banners = !0, e.v = 5), e)
|
|
38
|
-
];
|
|
39
|
-
function ee(e) {
|
|
40
|
-
return {
|
|
41
|
-
version: 6,
|
|
42
|
-
ecosystem: {
|
|
43
|
-
bin: {
|
|
44
|
-
wordWrap: !1
|
|
45
|
-
},
|
|
46
|
-
play: {
|
|
47
|
-
showErrors: !0,
|
|
48
|
-
wordWrap: !1
|
|
49
|
-
},
|
|
50
|
-
studio: {},
|
|
51
|
-
link: {},
|
|
52
|
-
docs: {
|
|
53
|
-
api: e.api || "link-only",
|
|
54
|
-
composition: e.composition || "composition",
|
|
55
|
-
pins: {
|
|
56
|
-
enabled: e.pins || !1,
|
|
57
|
-
pinned: Array.isArray(e.pinned) ? e.pinned.map((t) => t.name || t).filter(Boolean) : []
|
|
58
|
-
},
|
|
59
|
-
mixedTheme: e.mixedTheme ?? !0,
|
|
60
|
-
favorites: [],
|
|
61
|
-
slashSearch: e.slashSearch || !1,
|
|
62
|
-
railDrawer: e.railDrawer || !1
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
one: {
|
|
66
|
-
avatar: e.avatar || "",
|
|
67
|
-
ads: {
|
|
68
|
-
enabled: !e.disableAds,
|
|
69
|
-
house: e.showHouseAds || !1
|
|
70
|
-
},
|
|
71
|
-
command: {},
|
|
72
|
-
theme: e.theme || "system",
|
|
73
|
-
direction: e.direction || "ltr",
|
|
74
|
-
colors: {
|
|
75
|
-
primary: e.colors?.one || "surface-light"
|
|
76
|
-
},
|
|
77
|
-
suits: {
|
|
78
|
-
enabled: e.suits?.show || !1,
|
|
79
|
-
elements: e.suits?.elements || ["app-bar"],
|
|
80
|
-
suit: e.suits?.suit || ""
|
|
81
|
-
},
|
|
82
|
-
notifications: {
|
|
83
|
-
enabled: e.notifications?.show ?? !0,
|
|
84
|
-
read: e.notifications?.read || [],
|
|
85
|
-
last: ""
|
|
86
|
-
},
|
|
87
|
-
banners: {
|
|
88
|
-
enabled: e.notifications?.banners ?? !0,
|
|
89
|
-
read: e.notifications?.last?.banner || [],
|
|
90
|
-
last: ""
|
|
91
|
-
},
|
|
92
|
-
quicklinks: e.quickbar || !1,
|
|
93
|
-
sync: e.syncSettings ?? !0,
|
|
94
|
-
devmode: e.dev || !1
|
|
95
|
-
}
|
|
96
|
-
};
|
|
97
|
-
}
|
|
98
|
-
function F(e) {
|
|
99
|
-
return {
|
|
100
|
-
...e,
|
|
101
|
-
version: 7,
|
|
102
|
-
ecosystem: {
|
|
103
|
-
...e.ecosystem,
|
|
104
|
-
mcp: {
|
|
105
|
-
seen: !1
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
function te(e) {
|
|
111
|
-
const t = D.reduce((i, o) => o(i), e), s = ee(t);
|
|
112
|
-
return F(s);
|
|
113
|
-
}
|
|
114
|
-
const H = typeof window < "u", g = {
|
|
115
|
-
version: 7,
|
|
116
|
-
ecosystem: {
|
|
117
|
-
bin: {
|
|
118
|
-
wordWrap: !0
|
|
119
|
-
},
|
|
120
|
-
play: {
|
|
121
|
-
showErrors: !0,
|
|
122
|
-
wordWrap: !1
|
|
123
|
-
},
|
|
124
|
-
studio: {},
|
|
125
|
-
link: {},
|
|
126
|
-
docs: {
|
|
127
|
-
api: "link-only",
|
|
128
|
-
composition: "composition",
|
|
129
|
-
pins: {
|
|
130
|
-
enabled: !1,
|
|
131
|
-
pinned: []
|
|
132
|
-
},
|
|
133
|
-
mixedTheme: !0,
|
|
134
|
-
favorites: [],
|
|
135
|
-
slashSearch: !1,
|
|
136
|
-
railDrawer: !1
|
|
137
|
-
},
|
|
138
|
-
mcp: {
|
|
139
|
-
seen: !1
|
|
140
|
-
}
|
|
141
|
-
},
|
|
142
|
-
one: {
|
|
143
|
-
avatar: "",
|
|
144
|
-
ads: {
|
|
145
|
-
enabled: !0,
|
|
146
|
-
house: !1
|
|
147
|
-
},
|
|
148
|
-
command: {},
|
|
149
|
-
theme: "system",
|
|
150
|
-
direction: "ltr",
|
|
151
|
-
colors: {
|
|
152
|
-
primary: "surface-light"
|
|
153
|
-
},
|
|
154
|
-
suits: {
|
|
155
|
-
enabled: !1,
|
|
156
|
-
elements: ["app-bar"],
|
|
157
|
-
suit: ""
|
|
158
|
-
},
|
|
159
|
-
notifications: {
|
|
160
|
-
enabled: !0,
|
|
161
|
-
read: [],
|
|
162
|
-
last: ""
|
|
163
|
-
},
|
|
164
|
-
banners: {
|
|
165
|
-
enabled: !0,
|
|
166
|
-
read: [],
|
|
167
|
-
last: ""
|
|
168
|
-
},
|
|
169
|
-
quicklinks: !1,
|
|
170
|
-
ecosystem: {
|
|
171
|
-
pinned: [],
|
|
172
|
-
seen: !1
|
|
173
|
-
},
|
|
174
|
-
sync: !0,
|
|
175
|
-
devmode: !1
|
|
176
|
-
}
|
|
177
|
-
}, se = R("user", () => {
|
|
178
|
-
const e = Y(structuredClone(g));
|
|
179
|
-
I(e, s, { deep: !0 });
|
|
180
|
-
function t() {
|
|
181
|
-
if (!H)
|
|
182
|
-
return;
|
|
183
|
-
const o = localStorage.getItem("vuetify@user");
|
|
184
|
-
if (o)
|
|
185
|
-
try {
|
|
186
|
-
const r = JSON.parse(o);
|
|
187
|
-
if (r.version >= 7) {
|
|
188
|
-
const u = {
|
|
189
|
-
version: 7,
|
|
190
|
-
ecosystem: O(structuredClone(g.ecosystem), r.ecosystem || {}),
|
|
191
|
-
one: O(structuredClone(g.one), r.one || {})
|
|
192
|
-
};
|
|
193
|
-
Object.assign(e, u);
|
|
194
|
-
} else if (r.version === 6) {
|
|
195
|
-
const u = F(r), h = {
|
|
196
|
-
version: 7,
|
|
197
|
-
ecosystem: O(structuredClone(g.ecosystem), u.ecosystem || {}),
|
|
198
|
-
one: O(structuredClone(g.one), u.one || {})
|
|
199
|
-
};
|
|
200
|
-
Object.assign(e, h);
|
|
201
|
-
} else {
|
|
202
|
-
const u = te(r);
|
|
203
|
-
Object.assign(e, u);
|
|
204
|
-
}
|
|
205
|
-
s();
|
|
206
|
-
} catch (r) {
|
|
207
|
-
console.error("Failed to load user settings:", r);
|
|
208
|
-
}
|
|
209
|
-
}
|
|
210
|
-
function s() {
|
|
211
|
-
H && localStorage.setItem("vuetify@user", JSON.stringify(e, null, 2));
|
|
212
|
-
}
|
|
213
|
-
function i() {
|
|
214
|
-
H && (Object.assign(e, structuredClone(g)), s());
|
|
215
|
-
}
|
|
216
|
-
return t(), {
|
|
217
|
-
...G(e),
|
|
218
|
-
load: t,
|
|
219
|
-
save: s,
|
|
220
|
-
reset: i
|
|
221
|
-
};
|
|
222
|
-
}), Q = R("http", {
|
|
223
|
-
state: () => ({
|
|
224
|
-
url: ""
|
|
225
|
-
}),
|
|
226
|
-
actions: {
|
|
227
|
-
async fetch(e, t = {}) {
|
|
228
|
-
const s = await fetch(`${this.url}${e}`, {
|
|
229
|
-
credentials: "include",
|
|
230
|
-
...t
|
|
231
|
-
});
|
|
232
|
-
if (!s.ok) {
|
|
233
|
-
const i = await s.text();
|
|
234
|
-
let o = i || `HTTP ${s.status}`;
|
|
235
|
-
try {
|
|
236
|
-
const r = JSON.parse(i);
|
|
237
|
-
o = r.message || r.error || i;
|
|
238
|
-
} catch {
|
|
239
|
-
}
|
|
240
|
-
throw new Error(o);
|
|
241
|
-
}
|
|
242
|
-
return s.status === 204 ? {} : s.json();
|
|
243
|
-
},
|
|
244
|
-
async post(e, t, s = {}) {
|
|
245
|
-
return this.fetch(e, {
|
|
246
|
-
method: "POST",
|
|
247
|
-
headers: {
|
|
248
|
-
"Content-Type": "application/json"
|
|
249
|
-
},
|
|
250
|
-
body: JSON.stringify(t),
|
|
251
|
-
...s
|
|
252
|
-
});
|
|
253
|
-
},
|
|
254
|
-
async form(e, t, s = {}) {
|
|
255
|
-
return this.fetch(e, {
|
|
256
|
-
method: "POST",
|
|
257
|
-
body: t,
|
|
258
|
-
...s
|
|
259
|
-
});
|
|
260
|
-
},
|
|
261
|
-
async get(e, t = {}) {
|
|
262
|
-
return this.fetch(e, t);
|
|
263
|
-
},
|
|
264
|
-
async delete(e, t = {}) {
|
|
265
|
-
return this.fetch(e, {
|
|
266
|
-
method: "DELETE",
|
|
267
|
-
...t
|
|
268
|
-
});
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
});
|
|
272
|
-
function z() {
|
|
273
|
-
const e = Z();
|
|
274
|
-
return p(
|
|
275
|
-
() => e.query
|
|
276
|
-
);
|
|
277
|
-
}
|
|
278
|
-
const M = R("one", () => {
|
|
279
|
-
const e = z(), t = V(), s = X(), i = Q(), o = B(), r = N(!1), u = N(!1), h = b(null), v = b([]), S = p(() => e.value.session_id), q = p(() => h.value?.items[0].plan.interval), j = p(() => h.value?.items[0].plan.type), $ = b([]), d = p(() => s.user?.sponsorships.find((n) => n.platform === "stripe" && n.tierName.startsWith("sub_"))), E = p(() => !!d.value?.tierName), a = p(() => s.user?.sponsorships.reduce((n, l) => {
|
|
280
|
-
if (!l.isActive || l.interval === "once")
|
|
281
|
-
return n;
|
|
282
|
-
const y = l.interval === "month" ? l.amount : l.amount / 12;
|
|
283
|
-
return n + y / 100;
|
|
284
|
-
}, 0) ?? 0), T = p(() => s.user?.sponsorships.find((n) => n.tierName.startsWith("sub_") && n.isActive)), P = p(() => s.user?.sponsorships.find((n) => n.platform === "github" && n.isActive)), U = p(() => s.user?.sponsorships.find((n) => n.platform === "discord" && n.isActive)), x = p(() => s.user?.identities.find((n) => n.provider === "shopify")), c = p(() => !i.url || s.isAdmin || d.value?.isActive || $.value.some((n) => ["one", "one/team"].includes(n)));
|
|
285
|
-
I(u, L), I(S, async (n) => {
|
|
286
|
-
n && await f();
|
|
287
|
-
}, { immediate: !0 }), I(e, (n) => {
|
|
288
|
-
if (n.one !== "subscribe" || s.user)
|
|
289
|
-
return;
|
|
290
|
-
s.dialog = !0;
|
|
291
|
-
const l = I(() => s.user, (y) => {
|
|
292
|
-
y && (s.dialog = !1, l());
|
|
293
|
-
});
|
|
294
|
-
}, { immediate: !0 });
|
|
295
|
-
async function f() {
|
|
296
|
-
try {
|
|
297
|
-
r.value = !0, await i.post("/one/activate", { sessionId: S.value }), await s.verify(!0), await w();
|
|
298
|
-
const n = new URL(window.location.href), l = n.searchParams;
|
|
299
|
-
l.delete("session_id"), l.delete("team"), history.pushState(null, "", n.toString());
|
|
300
|
-
} catch (n) {
|
|
301
|
-
o.showError(n?.message ?? "Error activating subscription, Please contact support");
|
|
302
|
-
} finally {
|
|
303
|
-
r.value = !1;
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
async function m() {
|
|
307
|
-
window.open(`${i.url}/one/manage`, "_blank");
|
|
308
|
-
}
|
|
309
|
-
async function k(n, l) {
|
|
310
|
-
r.value = !0;
|
|
311
|
-
const y = new URL("/one/subscribe", i.url);
|
|
312
|
-
y.searchParams.set("interval", n), y.searchParams.set("type", l), window.location.href = y.toString();
|
|
313
|
-
}
|
|
314
|
-
async function W() {
|
|
315
|
-
if (d.value)
|
|
316
|
-
try {
|
|
317
|
-
r.value = !0, await i.post(
|
|
318
|
-
`/one/cancel?subscriptionId=${d.value?.tierName}`
|
|
319
|
-
), await s.verify(!0);
|
|
320
|
-
} catch (n) {
|
|
321
|
-
o.showError(n?.message ?? "Error cancelling subscription, Please contact support");
|
|
322
|
-
} finally {
|
|
323
|
-
r.value = !1;
|
|
324
|
-
}
|
|
325
|
-
}
|
|
326
|
-
async function _(n, l) {
|
|
327
|
-
if (d.value)
|
|
328
|
-
try {
|
|
329
|
-
r.value = !0, await i.post("/one/modify", {
|
|
330
|
-
subscriptionId: d.value.tierName,
|
|
331
|
-
interval: n,
|
|
332
|
-
type: l
|
|
333
|
-
}), await s.verify(!0);
|
|
334
|
-
} catch (y) {
|
|
335
|
-
o.showError(y?.message ?? "Error modifying subscription");
|
|
336
|
-
} finally {
|
|
337
|
-
r.value = !1;
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
async function w() {
|
|
341
|
-
try {
|
|
342
|
-
r.value = !0;
|
|
343
|
-
const n = await i.get("/one/info");
|
|
344
|
-
return h.value = n.subscription, v.value = n.invoices, n;
|
|
345
|
-
} catch (n) {
|
|
346
|
-
o.showError(n?.message ?? "Error fetching subscription info");
|
|
347
|
-
} finally {
|
|
348
|
-
r.value = !1;
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
function L() {
|
|
352
|
-
t.push({
|
|
353
|
-
query: {
|
|
354
|
-
...e.value,
|
|
355
|
-
one: void 0
|
|
356
|
-
}
|
|
357
|
-
});
|
|
358
|
-
}
|
|
359
|
-
return {
|
|
360
|
-
info: h,
|
|
361
|
-
interval: q,
|
|
362
|
-
subscriptionType: j,
|
|
363
|
-
access: $,
|
|
364
|
-
invoices: v,
|
|
365
|
-
sessionId: S,
|
|
366
|
-
subscription: d,
|
|
367
|
-
monthlyTotal: a,
|
|
368
|
-
hasBilling: E,
|
|
369
|
-
isLoading: r,
|
|
370
|
-
isOpen: u,
|
|
371
|
-
isSubscriber: c,
|
|
372
|
-
github: P,
|
|
373
|
-
discord: U,
|
|
374
|
-
shopify: x,
|
|
375
|
-
one: T,
|
|
376
|
-
activate: f,
|
|
377
|
-
cancel: W,
|
|
378
|
-
manage: m,
|
|
379
|
-
modify: _,
|
|
380
|
-
resetQuery: L,
|
|
381
|
-
subscribe: k,
|
|
382
|
-
subscriptionInfo: w
|
|
383
|
-
};
|
|
384
|
-
}), re = R("team", () => {
|
|
385
|
-
const e = z(), t = X(), s = M(), i = Q(), o = B(), r = N(!1), u = b(null), h = b(!1), v = p(() => e.value.invite), S = p(
|
|
386
|
-
() => u.value ? s.access?.some((a) => ["one/team", "snips/team"].includes(a)) : !1
|
|
387
|
-
);
|
|
388
|
-
I(v, async () => {
|
|
389
|
-
if (v.value) {
|
|
390
|
-
t.user || (t.dialog = !0);
|
|
391
|
-
try {
|
|
392
|
-
r.value = !0;
|
|
393
|
-
const a = await i.get(`/one/team/${v.value}`);
|
|
394
|
-
u.value = a.team, h.value = !0;
|
|
395
|
-
} catch (a) {
|
|
396
|
-
d(), o.showError(a.message);
|
|
397
|
-
} finally {
|
|
398
|
-
r.value = !1;
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
}, { immediate: !0 });
|
|
402
|
-
async function q(a) {
|
|
403
|
-
try {
|
|
404
|
-
if (r.value = !0, !u.value)
|
|
405
|
-
return;
|
|
406
|
-
await i.post("/one/team/remove", { userId: a }), u.value.members = u.value.members.filter((T) => T.id !== a);
|
|
407
|
-
} catch (T) {
|
|
408
|
-
o.showError(T?.message ?? "Error removing user from team");
|
|
409
|
-
} finally {
|
|
410
|
-
r.value = !1;
|
|
411
|
-
}
|
|
412
|
-
}
|
|
413
|
-
async function j() {
|
|
414
|
-
try {
|
|
415
|
-
r.value = !0, await i.post("/one/team/leave", { teamId: u.value?.id }), await t.verify(!0);
|
|
416
|
-
} catch (a) {
|
|
417
|
-
o.showError(a?.message ?? "Error leaving team");
|
|
418
|
-
} finally {
|
|
419
|
-
r.value = !1;
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
async function $() {
|
|
423
|
-
try {
|
|
424
|
-
r.value = !0, await i.post("/one/team/join", { inviteCode: v.value }), await t.verify(!0), d();
|
|
425
|
-
} catch (a) {
|
|
426
|
-
o.showError(a?.message ?? "Error joining team");
|
|
427
|
-
} finally {
|
|
428
|
-
r.value = !1;
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
function d() {
|
|
432
|
-
h.value = !1;
|
|
433
|
-
const a = new URL(window.location.href);
|
|
434
|
-
a.searchParams.delete("invite"), window.history.replaceState({}, "", a.toString());
|
|
435
|
-
}
|
|
436
|
-
const E = p(() => t.user?.id === t.user?.team?.owner.id);
|
|
437
|
-
return {
|
|
438
|
-
team: u,
|
|
439
|
-
teamInviteDialog: h,
|
|
440
|
-
teamInviteCode: v,
|
|
441
|
-
hasTeamAccess: S,
|
|
442
|
-
isTeamOwner: E,
|
|
443
|
-
isLoading: r,
|
|
444
|
-
removeFromTeam: q,
|
|
445
|
-
leaveTeam: j,
|
|
446
|
-
joinTeam: $,
|
|
447
|
-
clearTeamQuery: d
|
|
448
|
-
};
|
|
449
|
-
}), J = typeof window < "u", X = R("auth", () => {
|
|
450
|
-
const e = b(!1), t = b(null), s = Q(), i = se(), o = V(), r = N(!1), u = M(), h = re(), v = B(), S = C(() => !!t.value), q = C(() => t.value?.role === "super"), j = C(() => ["super", "admin"].includes(t.value?.role ?? "")), $ = C(() => ["super", "admin", "editor"].includes(t.value?.role ?? ""));
|
|
451
|
-
let d = !!x();
|
|
452
|
-
I(t, (c) => {
|
|
453
|
-
if (!J || !c?.settings)
|
|
454
|
-
return;
|
|
455
|
-
const f = localStorage.getItem("vuetify@user") || "{}";
|
|
456
|
-
if (JSON.stringify(c.settings, null, 2) === f)
|
|
457
|
-
return;
|
|
458
|
-
d = !0;
|
|
459
|
-
let m = c.settings;
|
|
460
|
-
m.version === 6 && (m = F(m));
|
|
461
|
-
const k = {
|
|
462
|
-
version: 7,
|
|
463
|
-
ecosystem: O(structuredClone(g.ecosystem), m.ecosystem || {}),
|
|
464
|
-
one: O(structuredClone(g.one), m.one || {})
|
|
465
|
-
};
|
|
466
|
-
Object.assign(i, k);
|
|
467
|
-
}), i.$subscribe(() => {
|
|
468
|
-
d || E(), d = !1;
|
|
469
|
-
});
|
|
470
|
-
async function E() {
|
|
471
|
-
if (await K(), !(!t.value || !i.one.sync))
|
|
472
|
-
try {
|
|
473
|
-
await s.post("/user/settings", { settings: i.$state }), await a(!0);
|
|
474
|
-
} catch (c) {
|
|
475
|
-
v.showError(c?.message ?? "Error syncing settings");
|
|
476
|
-
}
|
|
477
|
-
}
|
|
478
|
-
async function a(c = !1) {
|
|
479
|
-
if (a.promise)
|
|
480
|
-
return a.promise;
|
|
481
|
-
if (!c && !document.cookie.includes("sx=1") && location.hostname.match(/([^.]+\.[^.]+)$/)?.[1] === new URL(s.url).hostname.match(/([^.]+\.[^.]+)$/)?.[1]) {
|
|
482
|
-
t.value = null;
|
|
483
|
-
return;
|
|
484
|
-
}
|
|
485
|
-
r.value = !0, a.promise = fetch(`${s.url}/auth/verify`, {
|
|
486
|
-
credentials: "include",
|
|
487
|
-
cache: c ? "reload" : void 0
|
|
488
|
-
}).then(
|
|
489
|
-
async (f) => {
|
|
490
|
-
if (f.ok || f.status === 401) {
|
|
491
|
-
const m = await f.json();
|
|
492
|
-
t.value = m.user, u.access = m.access, h.team = m.user?.team;
|
|
493
|
-
} else
|
|
494
|
-
console.error(f.statusText);
|
|
495
|
-
},
|
|
496
|
-
() => {
|
|
497
|
-
}
|
|
498
|
-
).finally(() => {
|
|
499
|
-
r.value = !1, a.promise = null;
|
|
500
|
-
});
|
|
501
|
-
}
|
|
502
|
-
a.promise = null;
|
|
503
|
-
async function T(c = "github") {
|
|
504
|
-
r.value = !0;
|
|
505
|
-
const f = `${s.url}/auth/${c}/redirect`;
|
|
506
|
-
if (c === "shopify") {
|
|
507
|
-
window.location.assign(f + "?next=" + encodeURIComponent(window.location.href));
|
|
508
|
-
return;
|
|
509
|
-
}
|
|
510
|
-
const m = 400, k = 600, W = window.screenX + (window.innerWidth - m) / 2, _ = window.screenY + (window.innerHeight - k) / 2, w = window.open(
|
|
511
|
-
"",
|
|
512
|
-
"vuetify:authorize:popup",
|
|
513
|
-
`popup,left=${W},top=${_},width=${m},height=${k},resizable`
|
|
514
|
-
);
|
|
515
|
-
if (!w) {
|
|
516
|
-
console.error("Failed to open popup");
|
|
517
|
-
return;
|
|
518
|
-
}
|
|
519
|
-
w.location.href = f;
|
|
520
|
-
let L = -1, n = -1;
|
|
521
|
-
function l(A) {
|
|
522
|
-
A.origin === s.url && A.data?.type === "auth-response" && (A.data.status === "success" ? (t.value || (localStorage.setItem("vuetify@lastLoginProvider", c), e.value = !1, o.push("/user/dashboard")), t.value = A.data.body.user, u.access = A.data.body.access, h.team = A.data.body.user?.team, E()) : console.error(A.data.message), y());
|
|
523
|
-
}
|
|
524
|
-
function y() {
|
|
525
|
-
window.removeEventListener("message", l), window.clearInterval(L), window.clearTimeout(n), w?.close(), r.value = !1;
|
|
526
|
-
}
|
|
527
|
-
window.addEventListener("message", l), L = window.setInterval(() => {
|
|
528
|
-
!w || w.closed ? (console.error("Auth popup closed"), y()) : w.postMessage({ type: "auth-request" }, "*");
|
|
529
|
-
}, 1e3), n = window.setTimeout(() => {
|
|
530
|
-
y(), console.error("Auth timed out");
|
|
531
|
-
}, 120 * 1e3);
|
|
532
|
-
}
|
|
533
|
-
async function P(c) {
|
|
534
|
-
r.value = !0;
|
|
535
|
-
const f = c ? `/auth/${c}/logout` : "/auth/logout";
|
|
536
|
-
try {
|
|
537
|
-
await s.post(f), await a(!0), t.value = null;
|
|
538
|
-
} catch (m) {
|
|
539
|
-
v.showError(m?.message ?? "Error logging out");
|
|
540
|
-
} finally {
|
|
541
|
-
o.push({
|
|
542
|
-
path: "/",
|
|
543
|
-
query: o.currentRoute.value.query
|
|
544
|
-
}), r.value = !1;
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
function U(c) {
|
|
548
|
-
return t.value?.identities.find((f) => f.provider === c);
|
|
549
|
-
}
|
|
550
|
-
function x() {
|
|
551
|
-
return J ? localStorage.getItem("vuetify@lastLoginProvider") : null;
|
|
552
|
-
}
|
|
553
|
-
return J && a(), {
|
|
554
|
-
user: t,
|
|
555
|
-
url: s.url,
|
|
556
|
-
dialog: e,
|
|
557
|
-
isLoading: r,
|
|
558
|
-
isAuthenticated: S,
|
|
559
|
-
isSuper: q,
|
|
560
|
-
isAdmin: j,
|
|
561
|
-
isEditor: $,
|
|
562
|
-
verify: a,
|
|
563
|
-
findIdentity: U,
|
|
564
|
-
login: T,
|
|
565
|
-
logout: P,
|
|
566
|
-
lastLoginProvider: x,
|
|
567
|
-
sync: E
|
|
568
|
-
};
|
|
569
|
-
});
|
|
570
|
-
export {
|
|
571
|
-
X as a,
|
|
572
|
-
se as b,
|
|
573
|
-
M as c,
|
|
574
|
-
z as d,
|
|
575
|
-
Q as e,
|
|
576
|
-
re as f,
|
|
577
|
-
B as u
|
|
578
|
-
};
|