@hellocoop/vue 2.1.0 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/dist/buttons/BaseButton.vue.d.ts +8 -8
- package/dist/buttons/ContinueButton.vue.d.ts +1 -1
- package/dist/buttons/LoginButton.vue.d.ts +1 -1
- package/dist/buttons/UpdateProfileButton.vue.d.ts +1 -1
- package/dist/index.mjs +143 -132
- package/dist/index.umd.js +1 -1
- package/dist/login-status/LoggedIn.vue.d.ts +4 -2
- package/dist/login-status/LoggedOut.vue.d.ts +4 -2
- package/package.json +6 -4
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Hellō
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -15,9 +15,9 @@ type Props = {
|
|
|
15
15
|
promptLogin?: boolean;
|
|
16
16
|
promptConsent?: boolean;
|
|
17
17
|
loginHint?: string;
|
|
18
|
-
|
|
18
|
+
domainHint?: string;
|
|
19
19
|
};
|
|
20
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
20
|
+
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
21
21
|
label: string;
|
|
22
22
|
color: string;
|
|
23
23
|
theme: string;
|
|
@@ -27,8 +27,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
27
27
|
promptLogin: boolean;
|
|
28
28
|
promptConsent: boolean;
|
|
29
29
|
loginHint: string;
|
|
30
|
-
|
|
31
|
-
}
|
|
30
|
+
domainHint: string;
|
|
31
|
+
}>>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
32
32
|
label: string;
|
|
33
33
|
color: string;
|
|
34
34
|
theme: string;
|
|
@@ -38,8 +38,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
38
38
|
promptLogin: boolean;
|
|
39
39
|
promptConsent: boolean;
|
|
40
40
|
loginHint: string;
|
|
41
|
-
|
|
42
|
-
}
|
|
41
|
+
domainHint: string;
|
|
42
|
+
}>>> & Readonly<{}>, {
|
|
43
43
|
label: string;
|
|
44
44
|
color: Button.Color;
|
|
45
45
|
theme: Button.Theme;
|
|
@@ -49,8 +49,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
49
49
|
promptLogin: boolean;
|
|
50
50
|
promptConsent: boolean;
|
|
51
51
|
loginHint: string;
|
|
52
|
-
|
|
53
|
-
}, {}>;
|
|
52
|
+
domainHint: string;
|
|
53
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
54
54
|
export default _default;
|
|
55
55
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
56
56
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
2
|
export default _default;
|
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { provide as oe, inject as le, defineComponent as C, onMounted as Q, ref as X, openBlock as E, createElementBlock as M, normalizeClass as
|
|
1
|
+
import { provide as oe, inject as le, defineComponent as C, onMounted as Q, ref as X, openBlock as E, createElementBlock as M, normalizeClass as se, unref as Y, normalizeStyle as ue, createElementVNode as ce, createBlock as j, getCurrentInstance as fe, reactive as de, onUnmounted as he, watch as ve, isReadonly as ge, toRefs as me, renderSlot as Z, createCommentVNode as ee } from "vue";
|
|
2
2
|
const w = {
|
|
3
3
|
login: "/api/hellocoop?login=true",
|
|
4
4
|
auth: "/api/hellocoop?auth=true",
|
|
5
5
|
logout: "/api/hellocoop?logout=true"
|
|
6
|
-
}, te = "HelloAuth",
|
|
6
|
+
}, te = "HelloAuth", ye = () => le(te), Be = {
|
|
7
7
|
props: ["auth", "config"],
|
|
8
8
|
setup(t) {
|
|
9
9
|
var n, e, i;
|
|
@@ -35,7 +35,7 @@ var A;
|
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
37
|
})(A || (A = {}));
|
|
38
|
-
const
|
|
38
|
+
const be = ["disabled"], pe = ["innerHTML"], U = /* @__PURE__ */ C({
|
|
39
39
|
__name: "BaseButton",
|
|
40
40
|
props: {
|
|
41
41
|
label: { default: "ō Continue with Hellō" },
|
|
@@ -52,33 +52,33 @@ const pe = ["disabled"], be = ["innerHTML"], U = /* @__PURE__ */ C({
|
|
|
52
52
|
promptLogin: { type: Boolean, default: !1 },
|
|
53
53
|
promptConsent: { type: Boolean, default: !1 },
|
|
54
54
|
loginHint: { default: "" },
|
|
55
|
-
|
|
55
|
+
domainHint: { default: "" }
|
|
56
56
|
},
|
|
57
57
|
setup(t) {
|
|
58
58
|
let n = !1;
|
|
59
59
|
Q(() => {
|
|
60
60
|
typeof window < "u" && !n && (Array.from(document.head.getElementsByTagName("link")).find(
|
|
61
61
|
(f) => {
|
|
62
|
-
var
|
|
63
|
-
return f.getAttribute("rel") === "stylesheet" && ((
|
|
62
|
+
var s;
|
|
63
|
+
return f.getAttribute("rel") === "stylesheet" && ((s = f.getAttribute("href")) == null ? void 0 : s.startsWith(A.STYLES_URL));
|
|
64
64
|
}
|
|
65
65
|
) || console.warn("Could not find Hellō stylesheet. Please add to pages with Hellō buttons. See http://hello.dev/docs/buttons/#stylesheet for more info."), n = !0);
|
|
66
66
|
});
|
|
67
67
|
const e = X(!1), i = t, a = new URL(w.login, window.location.origin);
|
|
68
|
-
i.scope && a.searchParams.set("scope", i.scope.join(" ")), a.searchParams.set("target_uri", i.targetURI || window.location.pathname), i.update && a.searchParams.set("prompt", "consent"), i.promptLogin && i.promptConsent ? a.searchParams.set("prompt", "login consent") : i.promptLogin ? a.searchParams.set("prompt", "login") : i.promptConsent && a.searchParams.set("prompt", "consent"), i.loginHint && a.searchParams.set("login_hint", i.loginHint), i.
|
|
68
|
+
i.scope && a.searchParams.set("scope", i.scope.join(" ")), a.searchParams.set("target_uri", i.targetURI || window.location.pathname), i.update && a.searchParams.set("prompt", "consent"), i.promptLogin && i.promptConsent ? a.searchParams.set("prompt", "login consent") : i.promptLogin ? a.searchParams.set("prompt", "login") : i.promptConsent && a.searchParams.set("prompt", "consent"), i.loginHint && a.searchParams.set("login_hint", i.loginHint), i.domainHint && a.searchParams.set("login_hint", i.domainHint), i.providerHint && a.searchParams.set("provider_hint", i.providerHint.join(" "));
|
|
69
69
|
const r = () => {
|
|
70
70
|
e.value = !0, window.location.href = a.href;
|
|
71
71
|
};
|
|
72
72
|
return (l, f) => {
|
|
73
|
-
var
|
|
73
|
+
var s;
|
|
74
74
|
return E(), M("button", {
|
|
75
75
|
onClick: r,
|
|
76
|
-
class:
|
|
76
|
+
class: se(["hello-btn", (s = Y(A).CLASS_MAPPING[i.color]) == null ? void 0 : s[i.theme], Y(A).HOVER_MAPPING[l.hover], (l.showLoader || e.value) && "hello-btn-loader"]),
|
|
77
77
|
disabled: i.disabled || e.value,
|
|
78
|
-
style:
|
|
78
|
+
style: ue(l.style)
|
|
79
79
|
}, [
|
|
80
|
-
ce("span", { innerHTML: l.label }, null, 8,
|
|
81
|
-
], 14,
|
|
80
|
+
ce("span", { innerHTML: l.label }, null, 8, pe)
|
|
81
|
+
], 14, be);
|
|
82
82
|
};
|
|
83
83
|
}
|
|
84
84
|
}), De = /* @__PURE__ */ C({
|
|
@@ -164,120 +164,130 @@ const x = {
|
|
|
164
164
|
isDocumentVisible: Le,
|
|
165
165
|
fetcher: Ce
|
|
166
166
|
};
|
|
167
|
-
var
|
|
168
|
-
return
|
|
167
|
+
var y = globalThis && globalThis.__assign || function() {
|
|
168
|
+
return y = Object.assign || function(t) {
|
|
169
169
|
for (var n, e = 1, i = arguments.length; e < i; e++) {
|
|
170
170
|
n = arguments[e];
|
|
171
|
-
for (var a in n)
|
|
171
|
+
for (var a in n)
|
|
172
|
+
Object.prototype.hasOwnProperty.call(n, a) && (t[a] = n[a]);
|
|
172
173
|
}
|
|
173
174
|
return t;
|
|
174
|
-
},
|
|
175
|
-
}, R = function(t, n, e, i) {
|
|
175
|
+
}, y.apply(this, arguments);
|
|
176
|
+
}, R = globalThis && globalThis.__awaiter || function(t, n, e, i) {
|
|
176
177
|
function a(r) {
|
|
177
178
|
return r instanceof e ? r : new e(function(l) {
|
|
178
179
|
l(r);
|
|
179
180
|
});
|
|
180
181
|
}
|
|
181
182
|
return new (e || (e = Promise))(function(r, l) {
|
|
182
|
-
function f(
|
|
183
|
+
function f(u) {
|
|
183
184
|
try {
|
|
184
|
-
o(i.next(
|
|
185
|
+
o(i.next(u));
|
|
185
186
|
} catch (g) {
|
|
186
187
|
l(g);
|
|
187
188
|
}
|
|
188
189
|
}
|
|
189
|
-
function u
|
|
190
|
+
function s(u) {
|
|
190
191
|
try {
|
|
191
|
-
o(i.throw(
|
|
192
|
+
o(i.throw(u));
|
|
192
193
|
} catch (g) {
|
|
193
194
|
l(g);
|
|
194
195
|
}
|
|
195
196
|
}
|
|
196
|
-
function o(
|
|
197
|
-
|
|
197
|
+
function o(u) {
|
|
198
|
+
u.done ? r(u.value) : a(u.value).then(f, s);
|
|
198
199
|
}
|
|
199
200
|
o((i = i.apply(t, n || [])).next());
|
|
200
201
|
});
|
|
201
|
-
}, L = function(t, n) {
|
|
202
|
+
}, L = globalThis && globalThis.__generator || function(t, n) {
|
|
202
203
|
var e = { label: 0, sent: function() {
|
|
203
|
-
if (r[0] & 1)
|
|
204
|
+
if (r[0] & 1)
|
|
205
|
+
throw r[1];
|
|
204
206
|
return r[1];
|
|
205
207
|
}, trys: [], ops: [] }, i, a, r, l;
|
|
206
208
|
return l = { next: f(0), throw: f(1), return: f(2) }, typeof Symbol == "function" && (l[Symbol.iterator] = function() {
|
|
207
209
|
return this;
|
|
208
210
|
}), l;
|
|
209
211
|
function f(o) {
|
|
210
|
-
return function(
|
|
211
|
-
return
|
|
212
|
+
return function(u) {
|
|
213
|
+
return s([o, u]);
|
|
212
214
|
};
|
|
213
215
|
}
|
|
214
|
-
function
|
|
215
|
-
if (i)
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
case 5:
|
|
226
|
-
e.label++, a = o[1], o = [0];
|
|
227
|
-
continue;
|
|
228
|
-
case 7:
|
|
229
|
-
o = e.ops.pop(), e.trys.pop();
|
|
230
|
-
continue;
|
|
231
|
-
default:
|
|
232
|
-
if (r = e.trys, !(r = r.length > 0 && r[r.length - 1]) && (o[0] === 6 || o[0] === 2)) {
|
|
233
|
-
e = 0;
|
|
234
|
-
continue;
|
|
235
|
-
}
|
|
236
|
-
if (o[0] === 3 && (!r || o[1] > r[0] && o[1] < r[3])) {
|
|
237
|
-
e.label = o[1];
|
|
238
|
-
break;
|
|
239
|
-
}
|
|
240
|
-
if (o[0] === 6 && e.label < r[1]) {
|
|
241
|
-
e.label = r[1], r = o;
|
|
242
|
-
break;
|
|
243
|
-
}
|
|
244
|
-
if (r && e.label < r[2]) {
|
|
245
|
-
e.label = r[2], e.ops.push(o);
|
|
216
|
+
function s(o) {
|
|
217
|
+
if (i)
|
|
218
|
+
throw new TypeError("Generator is already executing.");
|
|
219
|
+
for (; e; )
|
|
220
|
+
try {
|
|
221
|
+
if (i = 1, a && (r = o[0] & 2 ? a.return : o[0] ? a.throw || ((r = a.return) && r.call(a), 0) : a.next) && !(r = r.call(a, o[1])).done)
|
|
222
|
+
return r;
|
|
223
|
+
switch (a = 0, r && (o = [o[0] & 2, r.value]), o[0]) {
|
|
224
|
+
case 0:
|
|
225
|
+
case 1:
|
|
226
|
+
r = o;
|
|
246
227
|
break;
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
228
|
+
case 4:
|
|
229
|
+
return e.label++, { value: o[1], done: !1 };
|
|
230
|
+
case 5:
|
|
231
|
+
e.label++, a = o[1], o = [0];
|
|
232
|
+
continue;
|
|
233
|
+
case 7:
|
|
234
|
+
o = e.ops.pop(), e.trys.pop();
|
|
235
|
+
continue;
|
|
236
|
+
default:
|
|
237
|
+
if (r = e.trys, !(r = r.length > 0 && r[r.length - 1]) && (o[0] === 6 || o[0] === 2)) {
|
|
238
|
+
e = 0;
|
|
239
|
+
continue;
|
|
240
|
+
}
|
|
241
|
+
if (o[0] === 3 && (!r || o[1] > r[0] && o[1] < r[3])) {
|
|
242
|
+
e.label = o[1];
|
|
243
|
+
break;
|
|
244
|
+
}
|
|
245
|
+
if (o[0] === 6 && e.label < r[1]) {
|
|
246
|
+
e.label = r[1], r = o;
|
|
247
|
+
break;
|
|
248
|
+
}
|
|
249
|
+
if (r && e.label < r[2]) {
|
|
250
|
+
e.label = r[2], e.ops.push(o);
|
|
251
|
+
break;
|
|
252
|
+
}
|
|
253
|
+
r[2] && e.ops.pop(), e.trys.pop();
|
|
254
|
+
continue;
|
|
255
|
+
}
|
|
256
|
+
o = n.call(t, e);
|
|
257
|
+
} catch (u) {
|
|
258
|
+
o = [6, u], a = 0;
|
|
259
|
+
} finally {
|
|
260
|
+
i = r = 0;
|
|
250
261
|
}
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
o = [6, s], a = 0;
|
|
254
|
-
} finally {
|
|
255
|
-
i = r = 0;
|
|
256
|
-
}
|
|
257
|
-
if (o[0] & 5) throw o[1];
|
|
262
|
+
if (o[0] & 5)
|
|
263
|
+
throw o[1];
|
|
258
264
|
return { value: o[0] ? o[1] : void 0, done: !0 };
|
|
259
265
|
}
|
|
260
|
-
}, Ee = function(t, n) {
|
|
266
|
+
}, Ee = globalThis && globalThis.__read || function(t, n) {
|
|
261
267
|
var e = typeof Symbol == "function" && t[Symbol.iterator];
|
|
262
|
-
if (!e)
|
|
268
|
+
if (!e)
|
|
269
|
+
return t;
|
|
263
270
|
var i = e.call(t), a, r = [], l;
|
|
264
271
|
try {
|
|
265
|
-
for (; (n === void 0 || n-- > 0) && !(a = i.next()).done; )
|
|
272
|
+
for (; (n === void 0 || n-- > 0) && !(a = i.next()).done; )
|
|
273
|
+
r.push(a.value);
|
|
266
274
|
} catch (f) {
|
|
267
275
|
l = { error: f };
|
|
268
276
|
} finally {
|
|
269
277
|
try {
|
|
270
278
|
a && !a.done && (e = i.return) && e.call(i);
|
|
271
279
|
} finally {
|
|
272
|
-
if (l)
|
|
280
|
+
if (l)
|
|
281
|
+
throw l.error;
|
|
273
282
|
}
|
|
274
283
|
}
|
|
275
284
|
return r;
|
|
276
|
-
}, Ie = function(t, n, e) {
|
|
277
|
-
if (e || arguments.length === 2)
|
|
278
|
-
(
|
|
285
|
+
}, Ie = globalThis && globalThis.__spreadArray || function(t, n, e) {
|
|
286
|
+
if (e || arguments.length === 2)
|
|
287
|
+
for (var i = 0, a = n.length, r; i < a; i++)
|
|
288
|
+
(r || !(i in n)) && (r || (r = Array.prototype.slice.call(n, 0, i)), r[i] = n[i]);
|
|
279
289
|
return t.concat(r || Array.prototype.slice.call(n));
|
|
280
|
-
}, ne = new F(),
|
|
290
|
+
}, ne = new F(), V = new F(), $ = new F(), re = {
|
|
281
291
|
cache: ne,
|
|
282
292
|
refreshInterval: 0,
|
|
283
293
|
ttl: 0,
|
|
@@ -293,12 +303,12 @@ var m = function() {
|
|
|
293
303
|
isDocumentVisible: x.isDocumentVisible
|
|
294
304
|
};
|
|
295
305
|
function Se(t, n, e) {
|
|
296
|
-
var i =
|
|
306
|
+
var i = V.get(t);
|
|
297
307
|
if (i)
|
|
298
308
|
i.data.push(n);
|
|
299
309
|
else {
|
|
300
310
|
var a = 5e3;
|
|
301
|
-
|
|
311
|
+
V.set(t, [n], e > 0 ? e + a : e);
|
|
302
312
|
}
|
|
303
313
|
}
|
|
304
314
|
function Ae(t, n, e) {
|
|
@@ -311,11 +321,12 @@ function Ae(t, n, e) {
|
|
|
311
321
|
}
|
|
312
322
|
var J = function(t, n, e, i) {
|
|
313
323
|
return e === void 0 && (e = ne), i === void 0 && (i = re.ttl), R(void 0, void 0, void 0, function() {
|
|
314
|
-
var a, r, l, f,
|
|
324
|
+
var a, r, l, f, s, o, u;
|
|
315
325
|
return L(this, function(g) {
|
|
316
326
|
switch (g.label) {
|
|
317
327
|
case 0:
|
|
318
|
-
if (!
|
|
328
|
+
if (!Pe(n))
|
|
329
|
+
return [3, 5];
|
|
319
330
|
g.label = 1;
|
|
320
331
|
case 1:
|
|
321
332
|
return g.trys.push([1, 3, , 4]), [4, n];
|
|
@@ -328,32 +339,32 @@ var J = function(t, n, e, i) {
|
|
|
328
339
|
case 5:
|
|
329
340
|
a = n, g.label = 6;
|
|
330
341
|
case 6:
|
|
331
|
-
if (l = !1,
|
|
342
|
+
if (l = !1, s = { data: a, error: r, isValidating: l }, typeof a < "u")
|
|
332
343
|
try {
|
|
333
|
-
e.set(t,
|
|
344
|
+
e.set(t, s, i);
|
|
334
345
|
} catch (v) {
|
|
335
346
|
console.error("swrv(mutate): failed to set cache", v);
|
|
336
347
|
}
|
|
337
|
-
return o =
|
|
348
|
+
return o = V.get(t), o && o.data.length && (u = o.data.filter(function(v) {
|
|
338
349
|
return v.key === t;
|
|
339
|
-
}),
|
|
340
|
-
typeof
|
|
341
|
-
var
|
|
342
|
-
|
|
343
|
-
}),
|
|
350
|
+
}), u.forEach(function(v, d) {
|
|
351
|
+
typeof s.data < "u" && (v.data = s.data), v.error = s.error, v.isValidating = s.isValidating;
|
|
352
|
+
var b = d === u.length - 1;
|
|
353
|
+
b || delete u[d];
|
|
354
|
+
}), u = u.filter(Boolean)), [2, s];
|
|
344
355
|
}
|
|
345
356
|
});
|
|
346
357
|
});
|
|
347
358
|
};
|
|
348
|
-
function
|
|
359
|
+
function Te() {
|
|
349
360
|
for (var t = this, n = [], e = 0; e < arguments.length; e++)
|
|
350
361
|
n[e] = arguments[e];
|
|
351
|
-
var i, a, r =
|
|
362
|
+
var i, a, r = y({}, re), l = !1, f = !1, s = fe(), o = (s == null ? void 0 : s.proxy) || s;
|
|
352
363
|
if (!o)
|
|
353
364
|
return console.error("Could not get current instance, check to make sure that `useSwrv` is declared in the top level of the setup function."), null;
|
|
354
|
-
var
|
|
355
|
-
n.length >= 1 && (i = n[0]), n.length >= 2 && (a = n[1]), n.length > 2 && (r =
|
|
356
|
-
var g =
|
|
365
|
+
var u = (o == null ? void 0 : o.$isServer) || !1;
|
|
366
|
+
n.length >= 1 && (i = n[0]), n.length >= 2 && (a = n[1]), n.length > 2 && (r = y(y({}, r), n[2]));
|
|
367
|
+
var g = u ? r.serverTTL : r.ttl, v = typeof i == "function" ? i : X(i);
|
|
357
368
|
typeof a > "u" && (a = r.fetcher);
|
|
358
369
|
var d = null;
|
|
359
370
|
d || (d = de({
|
|
@@ -362,33 +373,33 @@ function Pe() {
|
|
|
362
373
|
isValidating: !0,
|
|
363
374
|
key: null
|
|
364
375
|
}));
|
|
365
|
-
var
|
|
376
|
+
var b = function(h, c) {
|
|
366
377
|
return R(t, void 0, void 0, function() {
|
|
367
|
-
var N,
|
|
368
|
-
return L(this, function(
|
|
369
|
-
switch (
|
|
378
|
+
var N, m, I, S, H, z, O, G = this;
|
|
379
|
+
return L(this, function(k) {
|
|
380
|
+
switch (k.label) {
|
|
370
381
|
case 0:
|
|
371
|
-
return N = d.data === void 0,
|
|
382
|
+
return N = d.data === void 0, m = v.value, m ? (I = r.cache.get(m), S = I && I.data, d.isValidating = !0, S && (d.data = S.data, d.error = S.error), H = h || a, !H || !r.isDocumentVisible() && !N || (c == null ? void 0 : c.forceRevalidate) !== void 0 && !(c != null && c.forceRevalidate) ? (d.isValidating = !1, [
|
|
372
383
|
2
|
|
373
384
|
/*return*/
|
|
374
385
|
]) : I && (z = !!(Date.now() - I.createdAt >= r.dedupingInterval || c != null && c.forceRevalidate), !z) ? (d.isValidating = !1, [
|
|
375
386
|
2
|
|
376
387
|
/*return*/
|
|
377
|
-
]) : (
|
|
388
|
+
]) : (O = function() {
|
|
378
389
|
return R(G, void 0, void 0, function() {
|
|
379
|
-
var
|
|
380
|
-
return L(this, function(
|
|
381
|
-
switch (
|
|
390
|
+
var p, K, B, W;
|
|
391
|
+
return L(this, function(P) {
|
|
392
|
+
switch (P.label) {
|
|
382
393
|
case 0:
|
|
383
|
-
return
|
|
394
|
+
return p = $.get(m), p ? [3, 2] : (K = Array.isArray(m) ? m : [m], B = H.apply(void 0, Ie([], Ee(K), !1)), $.set(m, B, r.dedupingInterval), [4, J(m, B, r.cache, g)]);
|
|
384
395
|
case 1:
|
|
385
|
-
return
|
|
396
|
+
return P.sent(), [3, 4];
|
|
386
397
|
case 2:
|
|
387
|
-
return [4, J(
|
|
398
|
+
return [4, J(m, p.data, r.cache, g)];
|
|
388
399
|
case 3:
|
|
389
|
-
|
|
400
|
+
P.sent(), P.label = 4;
|
|
390
401
|
case 4:
|
|
391
|
-
return d.isValidating = !1, $.delete(
|
|
402
|
+
return d.isValidating = !1, $.delete(m), d.error !== void 0 && (W = !l && r.shouldRetryOnError && (c ? c.shouldRetryOnError : !0), W && Ae(b, c ? c.errorRetryCount : 1, r)), [
|
|
392
403
|
2
|
|
393
404
|
/*return*/
|
|
394
405
|
];
|
|
@@ -397,12 +408,12 @@ function Pe() {
|
|
|
397
408
|
});
|
|
398
409
|
}, S && r.revalidateDebounce ? (setTimeout(function() {
|
|
399
410
|
return R(G, void 0, void 0, function() {
|
|
400
|
-
return L(this, function(
|
|
401
|
-
switch (
|
|
411
|
+
return L(this, function(p) {
|
|
412
|
+
switch (p.label) {
|
|
402
413
|
case 0:
|
|
403
|
-
return l ? [3, 2] : [4,
|
|
414
|
+
return l ? [3, 2] : [4, O()];
|
|
404
415
|
case 1:
|
|
405
|
-
|
|
416
|
+
p.sent(), p.label = 2;
|
|
406
417
|
case 2:
|
|
407
418
|
return [
|
|
408
419
|
2
|
|
@@ -416,9 +427,9 @@ function Pe() {
|
|
|
416
427
|
/*return*/
|
|
417
428
|
];
|
|
418
429
|
case 1:
|
|
419
|
-
return [4,
|
|
430
|
+
return [4, O()];
|
|
420
431
|
case 2:
|
|
421
|
-
|
|
432
|
+
k.sent(), k.label = 3;
|
|
422
433
|
case 3:
|
|
423
434
|
return [
|
|
424
435
|
2
|
|
@@ -427,10 +438,10 @@ function Pe() {
|
|
|
427
438
|
}
|
|
428
439
|
});
|
|
429
440
|
});
|
|
430
|
-
},
|
|
441
|
+
}, T = function() {
|
|
431
442
|
return R(t, void 0, void 0, function() {
|
|
432
443
|
return L(this, function(h) {
|
|
433
|
-
return [2,
|
|
444
|
+
return [2, b(null, { shouldRetryOnError: !1 })];
|
|
434
445
|
});
|
|
435
446
|
});
|
|
436
447
|
}, _ = null;
|
|
@@ -440,7 +451,7 @@ function Pe() {
|
|
|
440
451
|
return L(this, function(c) {
|
|
441
452
|
switch (c.label) {
|
|
442
453
|
case 0:
|
|
443
|
-
return !d.error && r.isOnline() ? [4,
|
|
454
|
+
return !d.error && r.isOnline() ? [4, b()] : [3, 2];
|
|
444
455
|
case 1:
|
|
445
456
|
return c.sent(), [3, 3];
|
|
446
457
|
case 2:
|
|
@@ -454,31 +465,31 @@ function Pe() {
|
|
|
454
465
|
});
|
|
455
466
|
});
|
|
456
467
|
};
|
|
457
|
-
r.refreshInterval && (_ = setTimeout(h, r.refreshInterval)), r.revalidateOnFocus && (document.addEventListener("visibilitychange",
|
|
468
|
+
r.refreshInterval && (_ = setTimeout(h, r.refreshInterval)), r.revalidateOnFocus && (document.addEventListener("visibilitychange", T, !1), window.addEventListener("focus", T, !1));
|
|
458
469
|
}), he(function() {
|
|
459
|
-
l = !0, _ && clearTimeout(_), r.revalidateOnFocus && (document.removeEventListener("visibilitychange",
|
|
460
|
-
var h =
|
|
470
|
+
l = !0, _ && clearTimeout(_), r.revalidateOnFocus && (document.removeEventListener("visibilitychange", T, !1), window.removeEventListener("focus", T, !1));
|
|
471
|
+
var h = V.get(v.value);
|
|
461
472
|
h && (h.data = h.data.filter(function(c) {
|
|
462
473
|
return c !== d;
|
|
463
474
|
}));
|
|
464
475
|
});
|
|
465
476
|
try {
|
|
466
477
|
ve(v, function(h) {
|
|
467
|
-
ge(v) || (v.value = h), d.key = h, d.isValidating = !!h, Se(v.value, d, g), !
|
|
478
|
+
ge(v) || (v.value = h), d.key = h, d.isValidating = !!h, Se(v.value, d, g), !u && !f && v.value && b(), f = !1;
|
|
468
479
|
}, {
|
|
469
480
|
immediate: !0
|
|
470
481
|
});
|
|
471
482
|
} catch {
|
|
472
483
|
}
|
|
473
|
-
var ae =
|
|
474
|
-
return
|
|
484
|
+
var ae = y(y({}, me(d)), { mutate: function(h, c) {
|
|
485
|
+
return b(h, y(y({}, c), { forceRevalidate: !0 }));
|
|
475
486
|
} });
|
|
476
487
|
return ae;
|
|
477
488
|
}
|
|
478
|
-
function
|
|
489
|
+
function Pe(t) {
|
|
479
490
|
return t !== null && typeof t == "object" && typeof t.then == "function";
|
|
480
491
|
}
|
|
481
|
-
const
|
|
492
|
+
const Ve = async (t) => {
|
|
482
493
|
try {
|
|
483
494
|
return await (await fetch(t)).json();
|
|
484
495
|
} catch (n) {
|
|
@@ -486,7 +497,7 @@ const Oe = async (t) => {
|
|
|
486
497
|
return;
|
|
487
498
|
}
|
|
488
499
|
}, ie = () => {
|
|
489
|
-
const t =
|
|
500
|
+
const t = ye(), { data: n = t, isValidating: e } = Te(w.auth, Ve);
|
|
490
501
|
return {
|
|
491
502
|
auth: n || {},
|
|
492
503
|
// @ts-ignore //TBD
|
|
@@ -494,25 +505,25 @@ const Oe = async (t) => {
|
|
|
494
505
|
// @ts-ignore
|
|
495
506
|
isLoggedIn: n == null ? void 0 : n.isLoggedIn
|
|
496
507
|
};
|
|
497
|
-
},
|
|
508
|
+
}, He = { key: 0 }, Me = /* @__PURE__ */ C({
|
|
498
509
|
__name: "LoggedIn",
|
|
499
510
|
setup(t) {
|
|
500
511
|
const n = () => {
|
|
501
512
|
var e;
|
|
502
513
|
return ((e = ie()) == null ? void 0 : e.isLoggedIn) || !1;
|
|
503
514
|
};
|
|
504
|
-
return (e, i) => n() ? (E(), M("div",
|
|
515
|
+
return (e, i) => n() ? (E(), M("div", He, [
|
|
505
516
|
Z(e.$slots, "default")
|
|
506
517
|
])) : ee("", !0);
|
|
507
518
|
}
|
|
508
|
-
}),
|
|
519
|
+
}), Oe = { key: 0 }, je = /* @__PURE__ */ C({
|
|
509
520
|
__name: "LoggedOut",
|
|
510
521
|
setup(t) {
|
|
511
522
|
const n = () => {
|
|
512
523
|
var e;
|
|
513
524
|
return ((e = ie()) == null ? void 0 : e.isLoggedIn) || !1;
|
|
514
525
|
};
|
|
515
|
-
return (e, i) => n() ? ee("", !0) : (E(), M("div",
|
|
526
|
+
return (e, i) => n() ? ee("", !0) : (E(), M("div", Oe, [
|
|
516
527
|
Z(e.$slots, "default")
|
|
517
528
|
]));
|
|
518
529
|
}
|
|
@@ -522,7 +533,7 @@ function Fe() {
|
|
|
522
533
|
}
|
|
523
534
|
export {
|
|
524
535
|
De as ContinueButton,
|
|
525
|
-
|
|
536
|
+
Be as HelloProvider,
|
|
526
537
|
Me as LoggedIn,
|
|
527
538
|
je as LoggedOut,
|
|
528
539
|
xe as LoginButton,
|
|
@@ -531,5 +542,5 @@ export {
|
|
|
531
542
|
Fe as logOut,
|
|
532
543
|
w as routeConfig,
|
|
533
544
|
ie as useAuth,
|
|
534
|
-
|
|
545
|
+
ye as useHelloProviderContext
|
|
535
546
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(v,a){typeof exports=="object"&&typeof module<"u"?a(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],a):(v=typeof globalThis<"u"?globalThis:v||self,a(v["@hellocoop/vue"]={},v.Vue))})(this,function(v,a){"use strict";const w={login:"/api/hellocoop?login=true",auth:"/api/hellocoop?auth=true",logout:"/api/hellocoop?logout=true"},N="HelloAuth",z=()=>a.inject(N),Z={props:["auth","config"],setup(t){var n,e,i;(n=t==null?void 0:t.config)!=null&&n.login&&(w.login=t.config.login),(e=t==null?void 0:t.config)!=null&&e.auth&&(w.auth=t.config.auth),(i=t==null?void 0:t.config)!=null&&i.logout&&(w.logout=t.config.logout),a.provide(N,t.auth)},render(){return this.$slots.default()}};var S;(t=>{t.STYLES_URL="https://cdn.hello.coop/css/hello-btn.css",t.HOVER_MAPPING={pop:"",glow:"hello-btn-hover-glow",flare:"hello-btn-hover-flare",none:"hello-btn-hover-none"},t.CLASS_MAPPING={black:{"ignore-light":"","ignore-dark":"hello-btn-black-on-dark","aware-invert":"hello-btn-black-and-invert","aware-static":"hello-btn-black-and-static"},white:{"ignore-light":"hello-btn-white-on-light","ignore-dark":"hello-btn-white-on-dark","aware-invert":"hello-btn-white-and-invert","aware-static":"hello-btn-white-and-static"}}})(S||(S={}));const ee=["disabled"],te=["innerHTML"],B=a.defineComponent({__name:"BaseButton",props:{label:{default:"ō Continue with Hellō"},style:{},color:{default:"black"},theme:{default:"ignore-light"},hover:{default:"pop"},scope:{},update:{type:Boolean},targetURI:{},providerHint:{},showLoader:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},promptLogin:{type:Boolean,default:!1},promptConsent:{type:Boolean,default:!1},loginHint:{default:""},account:{default:void 0}},setup(t){let n=!1;a.onMounted(()=>{typeof window<"u"&&!n&&(Array.from(document.head.getElementsByTagName("link")).find(d=>{var s;return d.getAttribute("rel")==="stylesheet"&&((s=d.getAttribute("href"))==null?void 0:s.startsWith(S.STYLES_URL))})||console.warn("Could not find Hellō stylesheet. Please add to pages with Hellō buttons. See http://hello.dev/docs/buttons/#stylesheet for more info."),n=!0)});const e=a.ref(!1),i=t,o=new URL(w.login,window.location.origin);i.scope&&o.searchParams.set("scope",i.scope.join(" ")),o.searchParams.set("target_uri",i.targetURI||window.location.pathname),i.update&&o.searchParams.set("prompt","consent"),i.promptLogin&&i.promptConsent?o.searchParams.set("prompt","login consent"):i.promptLogin?o.searchParams.set("prompt","login"):i.promptConsent&&o.searchParams.set("prompt","consent"),i.loginHint&&o.searchParams.set("login_hint",i.loginHint),i.account&&o.searchParams.set("account",i.account),i.providerHint&&o.searchParams.set("provider_hint",i.providerHint.join(" "));const r=()=>{e.value=!0,window.location.href=o.href};return(u,d)=>{var s;return a.openBlock(),a.createElementBlock("button",{onClick:r,class:a.normalizeClass(["hello-btn",(s=a.unref(S).CLASS_MAPPING[i.color])==null?void 0:s[i.theme],a.unref(S).HOVER_MAPPING[u.hover],(u.showLoader||e.value)&&"hello-btn-loader"]),disabled:i.disabled||e.value,style:a.normalizeStyle(u.style)},[a.createElementVNode("span",{innerHTML:u.label},null,8,te)],14,ee)}}}),ne=a.defineComponent({__name:"ContinueButton",setup(t){return(n,e)=>(a.openBlock(),a.createBlock(B))}}),re=a.defineComponent({__name:"LoginButton",setup(t){return(n,e)=>(a.openBlock(),a.createBlock(B,{label:"ō Login with Hellō"}))}}),ie=a.defineComponent({__name:"UpdateProfileButton",setup(t){return(n,e)=>(a.openBlock(),a.createBlock(B,{label:"ō Update Profile with Hellō",update:!0}))}});var O=new WeakMap,x=0;function oe(t){if(!t.length)return"";for(var n="arg",e=0;e<t.length;++e){var i=void 0;t[e]===null||typeof t[e]!="object"&&typeof t[e]!="function"?typeof t[e]=="string"?i='"'+t[e]+'"':i=String(t[e]):O.has(t[e])?i=O.get(t[e]):(i=x,O.set(t[e],x++)),n+="@"+i}return n}function ae(t){if(typeof t=="function")try{t=t()}catch{t=""}return Array.isArray(t)?t=oe(t):t=String(t||""),t}var H=function(){function t(n){n===void 0&&(n=0),this.items=new Map,this.ttl=n}return t.prototype.serializeKey=function(n){return ae(n)},t.prototype.get=function(n){var e=this.serializeKey(n);return this.items.get(e)},t.prototype.set=function(n,e,i){var o=this.serializeKey(n),r=i||this.ttl,u=Date.now(),d={data:e,createdAt:u,expiresAt:r?u+r:1/0};this.dispatchExpire(r,d,o),this.items.set(o,d)},t.prototype.dispatchExpire=function(n,e,i){var o=this;n&&setTimeout(function(){var r=Date.now(),u=r>=e.expiresAt;u&&o.delete(i)},n)},t.prototype.delete=function(n){this.items.delete(n)},t}();function le(){return typeof navigator.onLine<"u"?navigator.onLine:!0}function ue(){return typeof document<"u"&&typeof document.visibilityState<"u"?document.visibilityState!=="hidden":!0}var se=function(t){return fetch(t).then(function(n){return n.json()})};const T={isOnline:le,isDocumentVisible:ue,fetcher:se};var b=function(){return b=Object.assign||function(t){for(var n,e=1,i=arguments.length;e<i;e++){n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},b.apply(this,arguments)},R=function(t,n,e,i){function o(r){return r instanceof e?r:new e(function(u){u(r)})}return new(e||(e=Promise))(function(r,u){function d(c){try{l(i.next(c))}catch(y){u(y)}}function s(c){try{l(i.throw(c))}catch(y){u(y)}}function l(c){c.done?r(c.value):o(c.value).then(d,s)}l((i=i.apply(t,n||[])).next())})},L=function(t,n){var e={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},i,o,r,u;return u={next:d(0),throw:d(1),return:d(2)},typeof Symbol=="function"&&(u[Symbol.iterator]=function(){return this}),u;function d(l){return function(c){return s([l,c])}}function s(l){if(i)throw new TypeError("Generator is already executing.");for(;e;)try{if(i=1,o&&(r=l[0]&2?o.return:l[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,l[1])).done)return r;switch(o=0,r&&(l=[l[0]&2,r.value]),l[0]){case 0:case 1:r=l;break;case 4:return e.label++,{value:l[1],done:!1};case 5:e.label++,o=l[1],l=[0];continue;case 7:l=e.ops.pop(),e.trys.pop();continue;default:if(r=e.trys,!(r=r.length>0&&r[r.length-1])&&(l[0]===6||l[0]===2)){e=0;continue}if(l[0]===3&&(!r||l[1]>r[0]&&l[1]<r[3])){e.label=l[1];break}if(l[0]===6&&e.label<r[1]){e.label=r[1],r=l;break}if(r&&e.label<r[2]){e.label=r[2],e.ops.push(l);break}r[2]&&e.ops.pop(),e.trys.pop();continue}l=n.call(t,e)}catch(c){l=[6,c],o=0}finally{i=r=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},ce=function(t,n){var e=typeof Symbol=="function"&&t[Symbol.iterator];if(!e)return t;var i=e.call(t),o,r=[],u;try{for(;(n===void 0||n-- >0)&&!(o=i.next()).done;)r.push(o.value)}catch(d){u={error:d}}finally{try{o&&!o.done&&(e=i.return)&&e.call(i)}finally{if(u)throw u.error}}return r},fe=function(t,n,e){if(e||arguments.length===2)for(var i=0,o=n.length,r;i<o;i++)(r||!(i in n))&&(r||(r=Array.prototype.slice.call(n,0,i)),r[i]=n[i]);return t.concat(r||Array.prototype.slice.call(n))},G=new H,A=new H,D=new H,K={cache:G,refreshInterval:0,ttl:0,serverTTL:1e3,dedupingInterval:2e3,revalidateOnFocus:!0,revalidateDebounce:0,shouldRetryOnError:!0,errorRetryInterval:5e3,errorRetryCount:5,fetcher:T.fetcher,isOnline:T.isOnline,isDocumentVisible:T.isDocumentVisible};function de(t,n,e){var i=A.get(t);if(i)i.data.push(n);else{var o=5e3;A.set(t,[n],e>0?e+o:e)}}function he(t,n,e){if(e.isDocumentVisible()&&!(e.errorRetryCount!==void 0&&n>e.errorRetryCount)){var i=Math.min(n||0,e.errorRetryCount),o=i*e.errorRetryInterval;setTimeout(function(){t(null,{errorRetryCount:i+1,shouldRetryOnError:!0})},o)}}var W=function(t,n,e,i){return e===void 0&&(e=G),i===void 0&&(i=K.ttl),R(void 0,void 0,void 0,function(){var o,r,u,d,s,l,c;return L(this,function(y){switch(y.label){case 0:if(!ge(n))return[3,5];y.label=1;case 1:return y.trys.push([1,3,,4]),[4,n];case 2:return o=y.sent(),[3,4];case 3:return d=y.sent(),r=d,[3,4];case 4:return[3,6];case 5:o=n,y.label=6;case 6:if(u=!1,s={data:o,error:r,isValidating:u},typeof o<"u")try{e.set(t,s,i)}catch(m){console.error("swrv(mutate): failed to set cache",m)}return l=A.get(t),l&&l.data.length&&(c=l.data.filter(function(m){return m.key===t}),c.forEach(function(m,h){typeof s.data<"u"&&(m.data=s.data),m.error=s.error,m.isValidating=s.isValidating;var _=h===c.length-1;_||delete c[h]}),c=c.filter(Boolean)),[2,s]}})})};function ve(){for(var t=this,n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var i,o,r=b({},K),u=!1,d=!1,s=a.getCurrentInstance(),l=(s==null?void 0:s.proxy)||s;if(!l)return console.error("Could not get current instance, check to make sure that `useSwrv` is declared in the top level of the setup function."),null;var c=(l==null?void 0:l.$isServer)||!1;n.length>=1&&(i=n[0]),n.length>=2&&(o=n[1]),n.length>2&&(r=b(b({},r),n[2]));var y=c?r.serverTTL:r.ttl,m=typeof i=="function"?i:a.ref(i);typeof o>"u"&&(o=r.fetcher);var h=null;h||(h=a.reactive({data:void 0,error:void 0,isValidating:!0,key:null}));var _=function(g,f){return R(t,void 0,void 0,function(){var Y,p,k,I,$,q,j,J=this;return L(this,function(U){switch(U.label){case 0:return Y=h.data===void 0,p=m.value,p?(k=r.cache.get(p),I=k&&k.data,h.isValidating=!0,I&&(h.data=I.data,h.error=I.error),$=g||o,!$||!r.isDocumentVisible()&&!Y||(f==null?void 0:f.forceRevalidate)!==void 0&&!(f!=null&&f.forceRevalidate)?(h.isValidating=!1,[2]):k&&(q=!!(Date.now()-k.createdAt>=r.dedupingInterval||f!=null&&f.forceRevalidate),!q)?(h.isValidating=!1,[2]):(j=function(){return R(J,void 0,void 0,function(){var C,Q,F,X;return L(this,function(V){switch(V.label){case 0:return C=D.get(p),C?[3,2]:(Q=Array.isArray(p)?p:[p],F=$.apply(void 0,fe([],ce(Q),!1)),D.set(p,F,r.dedupingInterval),[4,W(p,F,r.cache,y)]);case 1:return V.sent(),[3,4];case 2:return[4,W(p,C.data,r.cache,y)];case 3:V.sent(),V.label=4;case 4:return h.isValidating=!1,D.delete(p),h.error!==void 0&&(X=!u&&r.shouldRetryOnError&&(f?f.shouldRetryOnError:!0),X&&he(_,f?f.errorRetryCount:1,r)),[2]}})})},I&&r.revalidateDebounce?(setTimeout(function(){return R(J,void 0,void 0,function(){return L(this,function(C){switch(C.label){case 0:return u?[3,2]:[4,j()];case 1:C.sent(),C.label=2;case 2:return[2]}})})},r.revalidateDebounce),[3,3]):[3,1])):[2];case 1:return[4,j()];case 2:U.sent(),U.label=3;case 3:return[2]}})})},P=function(){return R(t,void 0,void 0,function(){return L(this,function(g){return[2,_(null,{shouldRetryOnError:!1})]})})},E=null;a.onMounted(function(){var g=function(){return R(t,void 0,void 0,function(){return L(this,function(f){switch(f.label){case 0:return!h.error&&r.isOnline()?[4,_()]:[3,2];case 1:return f.sent(),[3,3];case 2:E&&clearTimeout(E),f.label=3;case 3:return r.refreshInterval&&!u&&(E=setTimeout(g,r.refreshInterval)),[2]}})})};r.refreshInterval&&(E=setTimeout(g,r.refreshInterval)),r.revalidateOnFocus&&(document.addEventListener("visibilitychange",P,!1),window.addEventListener("focus",P,!1))}),a.onUnmounted(function(){u=!0,E&&clearTimeout(E),r.revalidateOnFocus&&(document.removeEventListener("visibilitychange",P,!1),window.removeEventListener("focus",P,!1));var g=A.get(m.value);g&&(g.data=g.data.filter(function(f){return f!==h}))});try{a.watch(m,function(g){a.isReadonly(m)||(m.value=g),h.key=g,h.isValidating=!!g,de(m.value,h,y),!c&&!d&&m.value&&_(),d=!1},{immediate:!0})}catch{}var Re=b(b({},a.toRefs(h)),{mutate:function(g,f){return _(g,b(b({},f),{forceRevalidate:!0}))}});return Re}function ge(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}const me=async t=>{try{return await(await fetch(t)).json()}catch(n){console.error(n);return}},M=()=>{const t=z(),{data:n=t,isValidating:e}=ve(w.auth,me);return{auth:n||{},isLoading:e,isLoggedIn:n==null?void 0:n.isLoggedIn}},ye={key:0},pe=a.defineComponent({__name:"LoggedIn",setup(t){const n=()=>{var e;return((e=M())==null?void 0:e.isLoggedIn)||!1};return(e,i)=>n()?(a.openBlock(),a.createElementBlock("div",ye,[a.renderSlot(e.$slots,"default")])):a.createCommentVNode("",!0)}}),be={key:0},we=a.defineComponent({__name:"LoggedOut",setup(t){const n=()=>{var e;return((e=M())==null?void 0:e.isLoggedIn)||!1};return(e,i)=>n()?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("div",be,[a.renderSlot(e.$slots,"default")]))}}),_e=()=>w.logout;function Ce(){window.location.href=w.logout}v.ContinueButton=ne,v.HelloProvider=Z,v.LoggedIn=pe,v.LoggedOut=we,v.LoginButton=re,v.UpdateProfileButton=ie,v.getLogOutRoute=_e,v.logOut=Ce,v.routeConfig=w,v.useAuth=M,v.useHelloProviderContext=z,Object.defineProperty(v,Symbol.toStringTag,{value:"Module"})});
|
|
1
|
+
(function(g,a){typeof exports=="object"&&typeof module<"u"?a(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],a):(g=typeof globalThis<"u"?globalThis:g||self,a(g["@hellocoop/vue"]={},g.Vue))})(this,function(g,a){"use strict";const w={login:"/api/hellocoop?login=true",auth:"/api/hellocoop?auth=true",logout:"/api/hellocoop?logout=true"},N="HelloAuth",z=()=>a.inject(N),Z={props:["auth","config"],setup(t){var n,e,i;(n=t==null?void 0:t.config)!=null&&n.login&&(w.login=t.config.login),(e=t==null?void 0:t.config)!=null&&e.auth&&(w.auth=t.config.auth),(i=t==null?void 0:t.config)!=null&&i.logout&&(w.logout=t.config.logout),a.provide(N,t.auth)},render(){return this.$slots.default()}};var S;(t=>{t.STYLES_URL="https://cdn.hello.coop/css/hello-btn.css",t.HOVER_MAPPING={pop:"",glow:"hello-btn-hover-glow",flare:"hello-btn-hover-flare",none:"hello-btn-hover-none"},t.CLASS_MAPPING={black:{"ignore-light":"","ignore-dark":"hello-btn-black-on-dark","aware-invert":"hello-btn-black-and-invert","aware-static":"hello-btn-black-and-static"},white:{"ignore-light":"hello-btn-white-on-light","ignore-dark":"hello-btn-white-on-dark","aware-invert":"hello-btn-white-and-invert","aware-static":"hello-btn-white-and-static"}}})(S||(S={}));const ee=["disabled"],te=["innerHTML"],V=a.defineComponent({__name:"BaseButton",props:{label:{default:"ō Continue with Hellō"},style:{},color:{default:"black"},theme:{default:"ignore-light"},hover:{default:"pop"},scope:{},update:{type:Boolean},targetURI:{},providerHint:{},showLoader:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1},promptLogin:{type:Boolean,default:!1},promptConsent:{type:Boolean,default:!1},loginHint:{default:""},domainHint:{default:""}},setup(t){let n=!1;a.onMounted(()=>{typeof window<"u"&&!n&&(Array.from(document.head.getElementsByTagName("link")).find(d=>{var u;return d.getAttribute("rel")==="stylesheet"&&((u=d.getAttribute("href"))==null?void 0:u.startsWith(S.STYLES_URL))})||console.warn("Could not find Hellō stylesheet. Please add to pages with Hellō buttons. See http://hello.dev/docs/buttons/#stylesheet for more info."),n=!0)});const e=a.ref(!1),i=t,o=new URL(w.login,window.location.origin);i.scope&&o.searchParams.set("scope",i.scope.join(" ")),o.searchParams.set("target_uri",i.targetURI||window.location.pathname),i.update&&o.searchParams.set("prompt","consent"),i.promptLogin&&i.promptConsent?o.searchParams.set("prompt","login consent"):i.promptLogin?o.searchParams.set("prompt","login"):i.promptConsent&&o.searchParams.set("prompt","consent"),i.loginHint&&o.searchParams.set("login_hint",i.loginHint),i.domainHint&&o.searchParams.set("login_hint",i.domainHint),i.providerHint&&o.searchParams.set("provider_hint",i.providerHint.join(" "));const r=()=>{e.value=!0,window.location.href=o.href};return(s,d)=>{var u;return a.openBlock(),a.createElementBlock("button",{onClick:r,class:a.normalizeClass(["hello-btn",(u=a.unref(S).CLASS_MAPPING[i.color])==null?void 0:u[i.theme],a.unref(S).HOVER_MAPPING[s.hover],(s.showLoader||e.value)&&"hello-btn-loader"]),disabled:i.disabled||e.value,style:a.normalizeStyle(s.style)},[a.createElementVNode("span",{innerHTML:s.label},null,8,te)],14,ee)}}}),ne=a.defineComponent({__name:"ContinueButton",setup(t){return(n,e)=>(a.openBlock(),a.createBlock(V))}}),re=a.defineComponent({__name:"LoginButton",setup(t){return(n,e)=>(a.openBlock(),a.createBlock(V,{label:"ō Login with Hellō"}))}}),ie=a.defineComponent({__name:"UpdateProfileButton",setup(t){return(n,e)=>(a.openBlock(),a.createBlock(V,{label:"ō Update Profile with Hellō",update:!0}))}});var B=new WeakMap,x=0;function oe(t){if(!t.length)return"";for(var n="arg",e=0;e<t.length;++e){var i=void 0;t[e]===null||typeof t[e]!="object"&&typeof t[e]!="function"?typeof t[e]=="string"?i='"'+t[e]+'"':i=String(t[e]):B.has(t[e])?i=B.get(t[e]):(i=x,B.set(t[e],x++)),n+="@"+i}return n}function ae(t){if(typeof t=="function")try{t=t()}catch{t=""}return Array.isArray(t)?t=oe(t):t=String(t||""),t}var O=function(){function t(n){n===void 0&&(n=0),this.items=new Map,this.ttl=n}return t.prototype.serializeKey=function(n){return ae(n)},t.prototype.get=function(n){var e=this.serializeKey(n);return this.items.get(e)},t.prototype.set=function(n,e,i){var o=this.serializeKey(n),r=i||this.ttl,s=Date.now(),d={data:e,createdAt:s,expiresAt:r?s+r:1/0};this.dispatchExpire(r,d,o),this.items.set(o,d)},t.prototype.dispatchExpire=function(n,e,i){var o=this;n&&setTimeout(function(){var r=Date.now(),s=r>=e.expiresAt;s&&o.delete(i)},n)},t.prototype.delete=function(n){this.items.delete(n)},t}();function le(){return typeof navigator.onLine<"u"?navigator.onLine:!0}function se(){return typeof document<"u"&&typeof document.visibilityState<"u"?document.visibilityState!=="hidden":!0}var ue=function(t){return fetch(t).then(function(n){return n.json()})};const H={isOnline:le,isDocumentVisible:se,fetcher:ue};var b=globalThis&&globalThis.__assign||function(){return b=Object.assign||function(t){for(var n,e=1,i=arguments.length;e<i;e++){n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},b.apply(this,arguments)},R=globalThis&&globalThis.__awaiter||function(t,n,e,i){function o(r){return r instanceof e?r:new e(function(s){s(r)})}return new(e||(e=Promise))(function(r,s){function d(c){try{l(i.next(c))}catch(y){s(y)}}function u(c){try{l(i.throw(c))}catch(y){s(y)}}function l(c){c.done?r(c.value):o(c.value).then(d,u)}l((i=i.apply(t,n||[])).next())})},L=globalThis&&globalThis.__generator||function(t,n){var e={label:0,sent:function(){if(r[0]&1)throw r[1];return r[1]},trys:[],ops:[]},i,o,r,s;return s={next:d(0),throw:d(1),return:d(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function d(l){return function(c){return u([l,c])}}function u(l){if(i)throw new TypeError("Generator is already executing.");for(;e;)try{if(i=1,o&&(r=l[0]&2?o.return:l[0]?o.throw||((r=o.return)&&r.call(o),0):o.next)&&!(r=r.call(o,l[1])).done)return r;switch(o=0,r&&(l=[l[0]&2,r.value]),l[0]){case 0:case 1:r=l;break;case 4:return e.label++,{value:l[1],done:!1};case 5:e.label++,o=l[1],l=[0];continue;case 7:l=e.ops.pop(),e.trys.pop();continue;default:if(r=e.trys,!(r=r.length>0&&r[r.length-1])&&(l[0]===6||l[0]===2)){e=0;continue}if(l[0]===3&&(!r||l[1]>r[0]&&l[1]<r[3])){e.label=l[1];break}if(l[0]===6&&e.label<r[1]){e.label=r[1],r=l;break}if(r&&e.label<r[2]){e.label=r[2],e.ops.push(l);break}r[2]&&e.ops.pop(),e.trys.pop();continue}l=n.call(t,e)}catch(c){l=[6,c],o=0}finally{i=r=0}if(l[0]&5)throw l[1];return{value:l[0]?l[1]:void 0,done:!0}}},ce=globalThis&&globalThis.__read||function(t,n){var e=typeof Symbol=="function"&&t[Symbol.iterator];if(!e)return t;var i=e.call(t),o,r=[],s;try{for(;(n===void 0||n-- >0)&&!(o=i.next()).done;)r.push(o.value)}catch(d){s={error:d}}finally{try{o&&!o.done&&(e=i.return)&&e.call(i)}finally{if(s)throw s.error}}return r},fe=globalThis&&globalThis.__spreadArray||function(t,n,e){if(e||arguments.length===2)for(var i=0,o=n.length,r;i<o;i++)(r||!(i in n))&&(r||(r=Array.prototype.slice.call(n,0,i)),r[i]=n[i]);return t.concat(r||Array.prototype.slice.call(n))},G=new O,T=new O,D=new O,K={cache:G,refreshInterval:0,ttl:0,serverTTL:1e3,dedupingInterval:2e3,revalidateOnFocus:!0,revalidateDebounce:0,shouldRetryOnError:!0,errorRetryInterval:5e3,errorRetryCount:5,fetcher:H.fetcher,isOnline:H.isOnline,isDocumentVisible:H.isDocumentVisible};function de(t,n,e){var i=T.get(t);if(i)i.data.push(n);else{var o=5e3;T.set(t,[n],e>0?e+o:e)}}function he(t,n,e){if(e.isDocumentVisible()&&!(e.errorRetryCount!==void 0&&n>e.errorRetryCount)){var i=Math.min(n||0,e.errorRetryCount),o=i*e.errorRetryInterval;setTimeout(function(){t(null,{errorRetryCount:i+1,shouldRetryOnError:!0})},o)}}var W=function(t,n,e,i){return e===void 0&&(e=G),i===void 0&&(i=K.ttl),R(void 0,void 0,void 0,function(){var o,r,s,d,u,l,c;return L(this,function(y){switch(y.label){case 0:if(!ve(n))return[3,5];y.label=1;case 1:return y.trys.push([1,3,,4]),[4,n];case 2:return o=y.sent(),[3,4];case 3:return d=y.sent(),r=d,[3,4];case 4:return[3,6];case 5:o=n,y.label=6;case 6:if(s=!1,u={data:o,error:r,isValidating:s},typeof o<"u")try{e.set(t,u,i)}catch(m){console.error("swrv(mutate): failed to set cache",m)}return l=T.get(t),l&&l.data.length&&(c=l.data.filter(function(m){return m.key===t}),c.forEach(function(m,h){typeof u.data<"u"&&(m.data=u.data),m.error=u.error,m.isValidating=u.isValidating;var _=h===c.length-1;_||delete c[h]}),c=c.filter(Boolean)),[2,u]}})})};function ge(){for(var t=this,n=[],e=0;e<arguments.length;e++)n[e]=arguments[e];var i,o,r=b({},K),s=!1,d=!1,u=a.getCurrentInstance(),l=(u==null?void 0:u.proxy)||u;if(!l)return console.error("Could not get current instance, check to make sure that `useSwrv` is declared in the top level of the setup function."),null;var c=(l==null?void 0:l.$isServer)||!1;n.length>=1&&(i=n[0]),n.length>=2&&(o=n[1]),n.length>2&&(r=b(b({},r),n[2]));var y=c?r.serverTTL:r.ttl,m=typeof i=="function"?i:a.ref(i);typeof o>"u"&&(o=r.fetcher);var h=null;h||(h=a.reactive({data:void 0,error:void 0,isValidating:!0,key:null}));var _=function(v,f){return R(t,void 0,void 0,function(){var Y,p,k,I,$,q,j,J=this;return L(this,function(U){switch(U.label){case 0:return Y=h.data===void 0,p=m.value,p?(k=r.cache.get(p),I=k&&k.data,h.isValidating=!0,I&&(h.data=I.data,h.error=I.error),$=v||o,!$||!r.isDocumentVisible()&&!Y||(f==null?void 0:f.forceRevalidate)!==void 0&&!(f!=null&&f.forceRevalidate)?(h.isValidating=!1,[2]):k&&(q=!!(Date.now()-k.createdAt>=r.dedupingInterval||f!=null&&f.forceRevalidate),!q)?(h.isValidating=!1,[2]):(j=function(){return R(J,void 0,void 0,function(){var C,Q,F,X;return L(this,function(P){switch(P.label){case 0:return C=D.get(p),C?[3,2]:(Q=Array.isArray(p)?p:[p],F=$.apply(void 0,fe([],ce(Q),!1)),D.set(p,F,r.dedupingInterval),[4,W(p,F,r.cache,y)]);case 1:return P.sent(),[3,4];case 2:return[4,W(p,C.data,r.cache,y)];case 3:P.sent(),P.label=4;case 4:return h.isValidating=!1,D.delete(p),h.error!==void 0&&(X=!s&&r.shouldRetryOnError&&(f?f.shouldRetryOnError:!0),X&&he(_,f?f.errorRetryCount:1,r)),[2]}})})},I&&r.revalidateDebounce?(setTimeout(function(){return R(J,void 0,void 0,function(){return L(this,function(C){switch(C.label){case 0:return s?[3,2]:[4,j()];case 1:C.sent(),C.label=2;case 2:return[2]}})})},r.revalidateDebounce),[3,3]):[3,1])):[2];case 1:return[4,j()];case 2:U.sent(),U.label=3;case 3:return[2]}})})},A=function(){return R(t,void 0,void 0,function(){return L(this,function(v){return[2,_(null,{shouldRetryOnError:!1})]})})},E=null;a.onMounted(function(){var v=function(){return R(t,void 0,void 0,function(){return L(this,function(f){switch(f.label){case 0:return!h.error&&r.isOnline()?[4,_()]:[3,2];case 1:return f.sent(),[3,3];case 2:E&&clearTimeout(E),f.label=3;case 3:return r.refreshInterval&&!s&&(E=setTimeout(v,r.refreshInterval)),[2]}})})};r.refreshInterval&&(E=setTimeout(v,r.refreshInterval)),r.revalidateOnFocus&&(document.addEventListener("visibilitychange",A,!1),window.addEventListener("focus",A,!1))}),a.onUnmounted(function(){s=!0,E&&clearTimeout(E),r.revalidateOnFocus&&(document.removeEventListener("visibilitychange",A,!1),window.removeEventListener("focus",A,!1));var v=T.get(m.value);v&&(v.data=v.data.filter(function(f){return f!==h}))});try{a.watch(m,function(v){a.isReadonly(m)||(m.value=v),h.key=v,h.isValidating=!!v,de(m.value,h,y),!c&&!d&&m.value&&_(),d=!1},{immediate:!0})}catch{}var Re=b(b({},a.toRefs(h)),{mutate:function(v,f){return _(v,b(b({},f),{forceRevalidate:!0}))}});return Re}function ve(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}const me=async t=>{try{return await(await fetch(t)).json()}catch(n){console.error(n);return}},M=()=>{const t=z(),{data:n=t,isValidating:e}=ge(w.auth,me);return{auth:n||{},isLoading:e,isLoggedIn:n==null?void 0:n.isLoggedIn}},ye={key:0},pe=a.defineComponent({__name:"LoggedIn",setup(t){const n=()=>{var e;return((e=M())==null?void 0:e.isLoggedIn)||!1};return(e,i)=>n()?(a.openBlock(),a.createElementBlock("div",ye,[a.renderSlot(e.$slots,"default")])):a.createCommentVNode("",!0)}}),be={key:0},we=a.defineComponent({__name:"LoggedOut",setup(t){const n=()=>{var e;return((e=M())==null?void 0:e.isLoggedIn)||!1};return(e,i)=>n()?a.createCommentVNode("",!0):(a.openBlock(),a.createElementBlock("div",be,[a.renderSlot(e.$slots,"default")]))}}),_e=()=>w.logout;function Ce(){window.location.href=w.logout}g.ContinueButton=ne,g.HelloProvider=Z,g.LoggedIn=pe,g.LoggedOut=we,g.LoginButton=re,g.UpdateProfileButton=ie,g.getLogOutRoute=_e,g.logOut=Ce,g.routeConfig=w,g.useAuth=M,g.useHelloProviderContext=z,Object.defineProperty(g,Symbol.toStringTag,{value:"Module"})});
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
4
6
|
export default _default;
|
|
5
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
8
|
new (): {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
declare
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
2
|
default?(_: {}): any;
|
|
3
|
-
}
|
|
3
|
+
};
|
|
4
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
|
|
4
6
|
export default _default;
|
|
5
7
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
6
8
|
new (): {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hellocoop/vue",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Svelte SDK for Hellō https://hello.dev",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,15 +39,17 @@
|
|
|
39
39
|
"dist"
|
|
40
40
|
],
|
|
41
41
|
"scripts": {
|
|
42
|
-
"build": "vite build"
|
|
42
|
+
"build": "vite build",
|
|
43
|
+
"prebuild": "rimraf dist node_modules"
|
|
43
44
|
},
|
|
44
45
|
"dependencies": {
|
|
45
|
-
"@vitejs/plugin-vue": "^5.1.
|
|
46
|
+
"@vitejs/plugin-vue": "^5.1.4",
|
|
46
47
|
"swrv": "^1.0.4",
|
|
47
48
|
"vue": "^3.0.5"
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"typescript": "^5.2.2",
|
|
51
52
|
"vite-plugin-dts": "^3.6.3"
|
|
52
|
-
}
|
|
53
|
+
},
|
|
54
|
+
"gitHead": "b418b4e249a7fe7025d467688e52132848b465a2"
|
|
53
55
|
}
|