@huyooo/ui 2.1.3 → 2.1.6
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/{AuthkitAppSetting-1FsF45E3.js → AuthkitAppSetting-CHVSyEY1.js} +9 -9
- package/dist/{Contact-DBG20I8Y.js → Contact-BTQf8tEx.js} +3 -3
- package/dist/{CustomTable-HDwqEcmB.js → CustomTable-BY0oHLXc.js} +1 -1
- package/dist/{FeedbackModal.vue_vue_type_script_setup_true_lang-hveEkBb4.js → FeedbackModal.vue_vue_type_script_setup_true_lang-FIZdBxIZ.js} +5 -5
- package/dist/{LandingPageSectionTabs-BT08gT7_.js → LandingPageSectionTabs-Bl6X2W5W.js} +2 -2
- package/dist/{LegalDocViewer-DvsnAv6f.js → LegalDocViewer-DiNoy_oj.js} +10 -10
- package/dist/{MessageHandle-BUufez4S.js → MessageHandle-DDGFSJMg.js} +3 -3
- package/dist/{MessageList-rttvPmxV.js → MessageList-CE5E_5Uv.js} +1 -1
- package/dist/PaySubscriptions-pEZtjp1g.js +1287 -0
- package/dist/{PricingPlans-CQaXgOIR.js → PricingPlans-DNPKQwFa.js} +4 -4
- package/dist/{ReferrerReferees-CGrH-gYJ.js → ReferrerReferees-t5s4LzbY.js} +4 -4
- package/dist/{Upload.vue_vue_type_script_setup_true_lang-CgZQOZYt.js → Upload.vue_vue_type_script_setup_true_lang-DsrqOACa.js} +1 -1
- package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-DbkGYZ2f.js +601 -0
- package/dist/{WidthContainer-BzU8aEwN.js → WidthContainer-FXZqDMid.js} +10 -10
- package/dist/apiClients-CWSwNzGk.js +272 -0
- package/dist/authkit.js +10 -10
- package/dist/common.js +2 -2
- package/dist/components/Authkit/AuthkitAppSetting.vue.d.ts +2 -2
- package/dist/components/Feedback/FeedbackModal.vue.d.ts +2 -2
- package/dist/components/LandingPage/LandingPageSections.vue.d.ts +1 -1
- package/dist/components/Message/MessageTabs.vue.d.ts +2 -2
- package/dist/components/Pay/PaySubscriptions.vue.d.ts +2 -2
- package/dist/components/UserMenu/UserMenuModals.vue.d.ts +9 -9
- package/dist/composables/Billing/useBillingSubscriptionSummary.d.ts +77 -258
- package/dist/composables.js +13 -13
- package/dist/feedback.js +2 -2
- package/dist/{fetchAuthPageAboutUs-DV7ArpNZ.js → fetchAuthPageAboutUs-CLQlGhQy.js} +2 -2
- package/dist/{index-Cn6LcfZO.js → index-BYH7DaQf.js} +1 -1
- package/dist/landingPage.js +1 -1
- package/dist/main.js +117 -116
- package/dist/message.js +5 -5
- package/dist/pay.d.ts +1 -1
- package/dist/pay.js +18 -17
- package/dist/privateCom.js +1 -1
- package/dist/referrer.js +1 -1
- package/dist/{runtime-Dp7MgwhI.js → runtime-DDJRAtkv.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/api/billing.generated.d.ts +2 -2
- package/dist/types/subscription.d.ts +57 -0
- package/dist/types/user.d.ts +3 -0
- package/dist/upload.js +2 -2
- package/dist/{useAuthkitAppsAuthPageInfo-DZ1p-P3Q.js → useAuthkitAppsAuthPageInfo-2izIyMfu.js} +6 -2
- package/dist/{useAuthkitAuth-cHrJMM8E.js → useAuthkitAuth-CWHJs8zY.js} +2 -2
- package/dist/{useAuthkitCreateAndUpdate-Bbv7vZZn.js → useAuthkitCreateAndUpdate-COI5KVPJ.js} +1 -1
- package/dist/useAuthkitUsersProfile-D4H_Gxgd.js +67 -0
- package/dist/{useBillingStatusOptions-Br-iL77Z.js → useBillingStatusOptions-C6edto7H.js} +1 -1
- package/dist/useBillingSubscriptionSummary-BC3G0N4t.js +43 -0
- package/dist/{useEnsureAuthenticated-C8qS8DLL.js → useEnsureAuthenticated-RZ1DflLz.js} +2 -2
- package/dist/{useLegalDocs-C4qk5CTb.js → useLegalDocs-xXYvYpPC.js} +2 -2
- package/dist/{useMessageNotifications-D9uikt21.js → useMessageNotifications-pxa5LHjV.js} +1 -1
- package/dist/{usePageSEO-Dl6_kBWP.js → usePageSEO-B3stKP3n.js} +2 -2
- package/dist/{useRoutePermission-DYPZgvYv.js → useRoutePermission-CGq_LIZM.js} +3 -3
- package/dist/useSubscriptionCheckout-3BtQARep.js +388 -0
- package/dist/user.js +1 -1
- package/dist/utils/passkeySupport.d.ts +1 -1
- package/dist/utils/subscriptionDisplay.d.ts +6 -6
- package/package.json +1 -1
- package/dist/PaySubscriptions-Bv6LQ_Pf.js +0 -1331
- package/dist/UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-Di-VAlur.js +0 -598
- package/dist/apiClients-Ctcq8NZs.js +0 -245
- package/dist/useAuthkitUsersProfile-8FzLTfUJ.js +0 -55
- package/dist/useSubscriptionCheckout-CYU2Ke0y.js +0 -353
|
@@ -0,0 +1,272 @@
|
|
|
1
|
+
import { eden as f, defineMiddleware as p, createClient as j } from "@vafast/api-client";
|
|
2
|
+
/* empty css */
|
|
3
|
+
import { Message as $ } from "@arco-design/web-vue";
|
|
4
|
+
import { ref as M, computed as A } from "vue";
|
|
5
|
+
function g(e, t = 3) {
|
|
6
|
+
const n = e.indexOf("@");
|
|
7
|
+
if (n > 1) {
|
|
8
|
+
const o = e.slice(0, t), u = e.slice(n);
|
|
9
|
+
return o + "***" + u;
|
|
10
|
+
}
|
|
11
|
+
return e;
|
|
12
|
+
}
|
|
13
|
+
function O(e) {
|
|
14
|
+
const t = e.trim();
|
|
15
|
+
return t.length < 7 ? t : `${t.slice(0, 3)}****${t.slice(-4)}`;
|
|
16
|
+
}
|
|
17
|
+
const z = {
|
|
18
|
+
normal: "正常",
|
|
19
|
+
pending: "待完善",
|
|
20
|
+
forbidden: "已禁用",
|
|
21
|
+
deleted: "已注销"
|
|
22
|
+
};
|
|
23
|
+
function se(e) {
|
|
24
|
+
return e ? z[e] ?? e : "-";
|
|
25
|
+
}
|
|
26
|
+
function ue(e) {
|
|
27
|
+
var n, o, u, h, m, w, i, a, r;
|
|
28
|
+
const t = [];
|
|
29
|
+
if ((n = e.email) != null && n.trim() && t.push(g(e.email.trim())), (o = e.phone) != null && o.trim() && t.push(O(e.phone.trim())), e.wechat) {
|
|
30
|
+
const s = (u = e.wechat.nickname) == null ? void 0 : u.trim();
|
|
31
|
+
t.push(s ? `微信(${s})` : "微信");
|
|
32
|
+
}
|
|
33
|
+
return (m = (h = e.github) == null ? void 0 : h.login) != null && m.trim() && t.push(`GitHub(${e.github.login.trim()})`), (i = (w = e.google) == null ? void 0 : w.email) != null && i.trim() && t.push(g(e.google.email.trim())), (r = (a = e.microsoft) == null ? void 0 : a.email) != null && r.trim() && t.push(g(e.microsoft.email.trim())), t.length > 0 ? t.join(" / ") : "-";
|
|
34
|
+
}
|
|
35
|
+
const k = /* @__PURE__ */ new Set();
|
|
36
|
+
function le(e) {
|
|
37
|
+
return k.add(e), () => {
|
|
38
|
+
k.delete(e);
|
|
39
|
+
};
|
|
40
|
+
}
|
|
41
|
+
function P() {
|
|
42
|
+
try {
|
|
43
|
+
localStorage.removeItem("jwtToken"), localStorage.removeItem("refreshToken");
|
|
44
|
+
} catch (e) {
|
|
45
|
+
console.warn("Failed to clear localStorage:", e);
|
|
46
|
+
}
|
|
47
|
+
k.forEach((e) => e());
|
|
48
|
+
}
|
|
49
|
+
function ce(e) {
|
|
50
|
+
try {
|
|
51
|
+
localStorage.setItem("jwtToken", e.jwtToken), localStorage.setItem("refreshToken", e.refreshToken);
|
|
52
|
+
} catch (t) {
|
|
53
|
+
console.warn("Failed to set localStorage:", t);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
function H() {
|
|
57
|
+
try {
|
|
58
|
+
return localStorage.getItem("refreshToken");
|
|
59
|
+
} catch (e) {
|
|
60
|
+
return console.warn("Failed to get refreshToken from localStorage:", e), null;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
function L(e) {
|
|
64
|
+
try {
|
|
65
|
+
localStorage.setItem("jwtToken", e);
|
|
66
|
+
} catch (t) {
|
|
67
|
+
console.warn("Failed to update jwtToken in localStorage:", t);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
function N(e) {
|
|
71
|
+
return f(e);
|
|
72
|
+
}
|
|
73
|
+
function _(e) {
|
|
74
|
+
return f(e);
|
|
75
|
+
}
|
|
76
|
+
function B(e) {
|
|
77
|
+
return f(e);
|
|
78
|
+
}
|
|
79
|
+
function x(e) {
|
|
80
|
+
return f(e);
|
|
81
|
+
}
|
|
82
|
+
function D(e) {
|
|
83
|
+
return f(e);
|
|
84
|
+
}
|
|
85
|
+
function F(e) {
|
|
86
|
+
return f(e);
|
|
87
|
+
}
|
|
88
|
+
const y = M(!1), S = M("signIn");
|
|
89
|
+
function q(e) {
|
|
90
|
+
e != null && e.view && (S.value = e.view), y.value = !0;
|
|
91
|
+
}
|
|
92
|
+
function J() {
|
|
93
|
+
y.value = !1, S.value = "signIn";
|
|
94
|
+
}
|
|
95
|
+
function K() {
|
|
96
|
+
return {
|
|
97
|
+
open: q,
|
|
98
|
+
close: J,
|
|
99
|
+
isOpen: A(() => y.value),
|
|
100
|
+
view: A(() => S.value)
|
|
101
|
+
};
|
|
102
|
+
}
|
|
103
|
+
const T = 40101, E = 401, G = ["/apps/authPageInfo", "/users/profile"];
|
|
104
|
+
function Q(e) {
|
|
105
|
+
var t;
|
|
106
|
+
return e.status === E || ((t = e.error) == null ? void 0 : t.code) === E;
|
|
107
|
+
}
|
|
108
|
+
function V(e) {
|
|
109
|
+
var t;
|
|
110
|
+
return Q(e) && ((t = e.error) == null ? void 0 : t.code) !== T;
|
|
111
|
+
}
|
|
112
|
+
function W() {
|
|
113
|
+
const {
|
|
114
|
+
open: e
|
|
115
|
+
} = K();
|
|
116
|
+
e();
|
|
117
|
+
}
|
|
118
|
+
function I() {
|
|
119
|
+
P(), W();
|
|
120
|
+
}
|
|
121
|
+
function X() {
|
|
122
|
+
P();
|
|
123
|
+
}
|
|
124
|
+
function b(e) {
|
|
125
|
+
return G.some((t) => e.includes(t));
|
|
126
|
+
}
|
|
127
|
+
function R(e) {
|
|
128
|
+
if (e.type === "network" || e.type === "timeout" || e.type === "abort")
|
|
129
|
+
return !0;
|
|
130
|
+
const t = e.message || "";
|
|
131
|
+
return /failed to fetch|networkerror|load failed|network request failed|请求超时|请求已取消|network error/i.test(t);
|
|
132
|
+
}
|
|
133
|
+
function Z(e, t) {
|
|
134
|
+
return !!(e.meta.get("silentError") === !0 || b(e.path) && R(t));
|
|
135
|
+
}
|
|
136
|
+
function Y(e) {
|
|
137
|
+
return R(e) ? e.type === "timeout" || e.message.includes("超时") ? "请求超时,请稍后重试" : e.type === "abort" || e.message.includes("取消") ? "请求已取消" : "网络异常,请稍后重试" : e.message || "请求失败";
|
|
138
|
+
}
|
|
139
|
+
function ee(e, t, n) {
|
|
140
|
+
console.warn(n ? "[api:silent]" : "[api]", e.method, e.path, t.type || "unknown", t.code, t.message);
|
|
141
|
+
}
|
|
142
|
+
async function te(e) {
|
|
143
|
+
const t = H();
|
|
144
|
+
if (!t)
|
|
145
|
+
throw new Error("No refresh token available");
|
|
146
|
+
try {
|
|
147
|
+
const o = await (await fetch(`${e.authPrefixUrl}/auth/refresh`, {
|
|
148
|
+
method: "POST",
|
|
149
|
+
headers: {
|
|
150
|
+
"Content-Type": "application/json",
|
|
151
|
+
"app-id": e.appId
|
|
152
|
+
},
|
|
153
|
+
body: JSON.stringify({
|
|
154
|
+
refreshToken: t
|
|
155
|
+
})
|
|
156
|
+
})).json();
|
|
157
|
+
if (o.jwtToken)
|
|
158
|
+
return L(o.jwtToken), o.refreshToken && localStorage.setItem("refreshToken", o.refreshToken), o.jwtToken;
|
|
159
|
+
throw new Error(o.message || "Token refresh failed");
|
|
160
|
+
} catch (n) {
|
|
161
|
+
throw console.error("Token refresh failed:", n), n;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
function v(e) {
|
|
165
|
+
let t = !1, n = [];
|
|
166
|
+
function o(i, a = null) {
|
|
167
|
+
n.forEach(({
|
|
168
|
+
resolve: r,
|
|
169
|
+
reject: s
|
|
170
|
+
}) => {
|
|
171
|
+
i ? s(i) : a && r(a);
|
|
172
|
+
}), n = [];
|
|
173
|
+
}
|
|
174
|
+
const u = p(async (i, a) => (i.headers.set("app-id", e.appId), a()), {
|
|
175
|
+
name: "app-id"
|
|
176
|
+
}), h = p(async (i, a) => {
|
|
177
|
+
const r = e.getAccessToken();
|
|
178
|
+
return r && i.headers.set("authorization", `Bearer ${r}`), a();
|
|
179
|
+
}, {
|
|
180
|
+
name: "token"
|
|
181
|
+
}), m = p(async (i, a) => {
|
|
182
|
+
var s;
|
|
183
|
+
const r = await a();
|
|
184
|
+
if (((s = r.error) == null ? void 0 : s.code) !== T)
|
|
185
|
+
return r;
|
|
186
|
+
if (t)
|
|
187
|
+
return new Promise((l, U) => {
|
|
188
|
+
n.push({
|
|
189
|
+
resolve: async (C) => {
|
|
190
|
+
i.headers.set("authorization", `Bearer ${C}`), l(await a());
|
|
191
|
+
},
|
|
192
|
+
reject: () => U(r)
|
|
193
|
+
});
|
|
194
|
+
});
|
|
195
|
+
t = !0;
|
|
196
|
+
try {
|
|
197
|
+
const l = await te(e);
|
|
198
|
+
return o(null, l), i.headers.set("authorization", `Bearer ${l}`), await a();
|
|
199
|
+
} catch (l) {
|
|
200
|
+
return o(l, null), I(), r;
|
|
201
|
+
} finally {
|
|
202
|
+
t = !1;
|
|
203
|
+
}
|
|
204
|
+
}, {
|
|
205
|
+
name: "token-refresh"
|
|
206
|
+
}), w = p(async (i, a) => {
|
|
207
|
+
const r = await a();
|
|
208
|
+
if (V(r))
|
|
209
|
+
return b(i.path) ? (X(), r) : (I(), r);
|
|
210
|
+
if (r.error && r.error.code !== T) {
|
|
211
|
+
const s = Z(i, r.error);
|
|
212
|
+
ee(i, r.error, s), s || $.error(Y(r.error));
|
|
213
|
+
}
|
|
214
|
+
return r;
|
|
215
|
+
}, {
|
|
216
|
+
name: "error-message"
|
|
217
|
+
});
|
|
218
|
+
return {
|
|
219
|
+
appIdMiddleware: u,
|
|
220
|
+
tokenMiddleware: h,
|
|
221
|
+
tokenRefreshMiddleware: m,
|
|
222
|
+
errorMessageMiddleware: w
|
|
223
|
+
};
|
|
224
|
+
}
|
|
225
|
+
function fe(e, t) {
|
|
226
|
+
const {
|
|
227
|
+
tokenRefreshMiddleware: n,
|
|
228
|
+
errorMessageMiddleware: o
|
|
229
|
+
} = v(t);
|
|
230
|
+
return e.use(n).use(o);
|
|
231
|
+
}
|
|
232
|
+
function c(e, t) {
|
|
233
|
+
return j({
|
|
234
|
+
baseURL: e,
|
|
235
|
+
timeout: 3e4
|
|
236
|
+
}).use(t.appIdMiddleware).use(t.tokenMiddleware).use(t.tokenRefreshMiddleware).use(t.errorMessageMiddleware);
|
|
237
|
+
}
|
|
238
|
+
function re(e) {
|
|
239
|
+
const t = v(e);
|
|
240
|
+
return {
|
|
241
|
+
auth: _(c(e.authPrefixUrl, t)),
|
|
242
|
+
billing: B(c(e.billingPrefixUrl, t)),
|
|
243
|
+
ones: D(c(e.onesPrefixUrl, t)),
|
|
244
|
+
log: x(c(e.logPrefixUrl, t)),
|
|
245
|
+
ai: N(c(e.aiPrefixUrl, t)),
|
|
246
|
+
webhook: F(c(e.webhookPrefixUrl, t))
|
|
247
|
+
};
|
|
248
|
+
}
|
|
249
|
+
let d = null;
|
|
250
|
+
function he(e) {
|
|
251
|
+
if (d)
|
|
252
|
+
throw new Error("Huyooo UI Runtime 已初始化,不能重复创建");
|
|
253
|
+
return d = re(e), d;
|
|
254
|
+
}
|
|
255
|
+
function de() {
|
|
256
|
+
if (!d)
|
|
257
|
+
throw new Error("请先在应用入口调用 app.use(createHuyoooUI(config))");
|
|
258
|
+
return d;
|
|
259
|
+
}
|
|
260
|
+
export {
|
|
261
|
+
ue as b,
|
|
262
|
+
v as c,
|
|
263
|
+
se as f,
|
|
264
|
+
de as g,
|
|
265
|
+
g as h,
|
|
266
|
+
he as i,
|
|
267
|
+
le as o,
|
|
268
|
+
P as r,
|
|
269
|
+
ce as s,
|
|
270
|
+
K as u,
|
|
271
|
+
fe as w
|
|
272
|
+
};
|
package/dist/authkit.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { A as s, B as i, a as e, _ as u, b as h, O as A, P as o, c as r, d as n, e as k, f as d, S as g, g as l, h as p, u as P, i as f } from "./AuthkitAppSetting-
|
|
2
|
-
import { A as m, a as S, b as L, c as O, d as U, E as w, e as x, f as B, g as D, O as E, h as b, P as y, i as C, j as I, _ as v, R as V, S as _, k as R, l as T, m as G, n as M, o as j, p as z, L as F } from "./LegalDocViewer-
|
|
3
|
-
import { u as Y } from "./useAuthkitAppsAuthPageInfo-
|
|
4
|
-
import { u as H } from "./useAuthkitAuth-
|
|
5
|
-
import { u as N } from "./apiClients-
|
|
6
|
-
import { u as W } from "./useEnsureAuthenticated-
|
|
7
|
-
import { L as Z, a as $, b as tt, i as at, o as st, r as it, c as et, u as ut } from "./useLegalDocs-
|
|
8
|
-
import { f as At } from "./fetchAuthPageAboutUs-
|
|
9
|
-
import { u as rt } from "./useAuthkitUsersProfile-
|
|
10
|
-
import { u as kt } from "./useAuthkitCreateAndUpdate-
|
|
1
|
+
import { A as s, B as i, a as e, _ as u, b as h, O as A, P as o, c as r, d as n, e as k, f as d, S as g, g as l, h as p, u as P, i as f } from "./AuthkitAppSetting-CHVSyEY1.js";
|
|
2
|
+
import { A as m, a as S, b as L, c as O, d as U, E as w, e as x, f as B, g as D, O as E, h as b, P as y, i as C, j as I, _ as v, R as V, S as _, k as R, l as T, m as G, n as M, o as j, p as z, L as F } from "./LegalDocViewer-DiNoy_oj.js";
|
|
3
|
+
import { u as Y } from "./useAuthkitAppsAuthPageInfo-2izIyMfu.js";
|
|
4
|
+
import { u as H } from "./useAuthkitAuth-CWHJs8zY.js";
|
|
5
|
+
import { u as N } from "./apiClients-CWSwNzGk.js";
|
|
6
|
+
import { u as W } from "./useEnsureAuthenticated-RZ1DflLz.js";
|
|
7
|
+
import { L as Z, a as $, b as tt, i as at, o as st, r as it, c as et, u as ut } from "./useLegalDocs-xXYvYpPC.js";
|
|
8
|
+
import { f as At } from "./fetchAuthPageAboutUs-CLQlGhQy.js";
|
|
9
|
+
import { u as rt } from "./useAuthkitUsersProfile-D4H_Gxgd.js";
|
|
10
|
+
import { u as kt } from "./useAuthkitCreateAndUpdate-COI5KVPJ.js";
|
|
11
11
|
export {
|
|
12
12
|
s as AuthkitAppSetting,
|
|
13
13
|
m as AuthkitAuth,
|
package/dist/common.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { A as s, a as o, C as r, D as t, G as p, H as n, b as l, S as m, W as u } from "./WidthContainer-
|
|
1
|
+
import { A as s, a as o, C as r, D as t, G as p, H as n, b as l, S as m, W as u } from "./WidthContainer-FXZqDMid.js";
|
|
2
2
|
import { C as d, a as f } from "./CollapseItem-DUzZA6tx.js";
|
|
3
|
-
import { C as x, E as b } from "./CustomTable-
|
|
3
|
+
import { C as x, E as b } from "./CustomTable-BY0oHLXc.js";
|
|
4
4
|
import { L } from "./Logo-B9DFBxDU.js";
|
|
5
5
|
import { M as g, a as A } from "./Menu-uCexrsKP.js";
|
|
6
6
|
export {
|
|
@@ -2,10 +2,10 @@ declare function setData(_data: unknown, state: boolean): void;
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
3
|
setData: typeof setData;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
confirm: (...args: any[]) => void;
|
|
6
5
|
cancel: (...args: any[]) => void;
|
|
6
|
+
confirm: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -2,10 +2,10 @@ declare function setData(state: boolean): void;
|
|
|
2
2
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
3
3
|
setData: typeof setData;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
-
confirm: (...args: any[]) => void;
|
|
6
5
|
cancel: (...args: any[]) => void;
|
|
6
|
+
confirm: (...args: any[]) => void;
|
|
7
7
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
8
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
9
8
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
9
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
11
11
|
export default _default;
|
|
@@ -14,8 +14,8 @@ interface Props {
|
|
|
14
14
|
}
|
|
15
15
|
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
16
16
|
reverse: boolean;
|
|
17
|
-
title: string;
|
|
18
17
|
features: Feature[];
|
|
18
|
+
title: string;
|
|
19
19
|
imageAlt: string;
|
|
20
20
|
subTitle: string;
|
|
21
21
|
imageUrl: string;
|
|
@@ -16,8 +16,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
16
16
|
required: true;
|
|
17
17
|
};
|
|
18
18
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
19
|
-
readAll: (...args: any[]) => void;
|
|
20
19
|
change: (...args: any[]) => void;
|
|
20
|
+
readAll: (...args: any[]) => void;
|
|
21
21
|
"update:activeTab": (...args: any[]) => void;
|
|
22
22
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
23
|
tabs: {
|
|
@@ -36,8 +36,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
36
36
|
required: true;
|
|
37
37
|
};
|
|
38
38
|
}>> & Readonly<{
|
|
39
|
-
onReadAll?: ((...args: any[]) => any) | undefined;
|
|
40
39
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onReadAll?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
"onUpdate:activeTab"?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
43
43
|
export default _default;
|
|
@@ -3,10 +3,10 @@ declare function setData(data: OpenSubscriptionsOptions | null, state: boolean):
|
|
|
3
3
|
declare const _default: import('vue').DefineComponent<{}, {
|
|
4
4
|
setData: typeof setData;
|
|
5
5
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
|
-
confirm: (...args: any[]) => void;
|
|
7
6
|
cancel: (...args: any[]) => void;
|
|
7
|
+
confirm: (...args: any[]) => void;
|
|
8
8
|
}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
|
|
9
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
10
9
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
10
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
12
12
|
export default _default;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
2
|
appSettingRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
3
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
4
3
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
4
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
5
5
|
}>, {
|
|
6
6
|
setData: (_data: unknown, state: boolean) => void;
|
|
7
7
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
-
confirm: (...args: any[]) => void;
|
|
9
8
|
cancel: (...args: any[]) => void;
|
|
9
|
+
confirm: (...args: any[]) => void;
|
|
10
10
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
11
11
|
P: {};
|
|
12
12
|
B: {};
|
|
@@ -15,19 +15,19 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
15
15
|
M: {};
|
|
16
16
|
Defaults: {};
|
|
17
17
|
}, Readonly<{}> & Readonly<{
|
|
18
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
19
18
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
19
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
20
20
|
}>, {
|
|
21
21
|
setData: (_data: unknown, state: boolean) => void;
|
|
22
22
|
}, {}, {}, {}, {}> | null;
|
|
23
23
|
paySubsRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
24
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
25
24
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
25
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
26
26
|
}>, {
|
|
27
27
|
setData: (data: import('../../composables/UserMenu/useUserMenu').OpenSubscriptionsOptions | null, state: boolean) => void;
|
|
28
28
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
29
|
-
confirm: (...args: any[]) => void;
|
|
30
29
|
cancel: (...args: any[]) => void;
|
|
30
|
+
confirm: (...args: any[]) => void;
|
|
31
31
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
32
32
|
P: {};
|
|
33
33
|
B: {};
|
|
@@ -36,8 +36,8 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
36
36
|
M: {};
|
|
37
37
|
Defaults: {};
|
|
38
38
|
}, Readonly<{}> & Readonly<{
|
|
39
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
40
39
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
40
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
}>, {
|
|
42
42
|
setData: (data: import('../../composables/UserMenu/useUserMenu').OpenSubscriptionsOptions | null, state: boolean) => void;
|
|
43
43
|
}, {}, {}, {}, {}> | null;
|
|
@@ -107,13 +107,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
107
107
|
openNotification: () => void;
|
|
108
108
|
}, {}, {}, {}, {}> | null;
|
|
109
109
|
feedbackModalRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
|
|
110
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
111
110
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
111
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
112
112
|
}>, {
|
|
113
113
|
setData: (state: boolean) => void;
|
|
114
114
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
115
|
-
confirm: (...args: any[]) => void;
|
|
116
115
|
cancel: (...args: any[]) => void;
|
|
116
|
+
confirm: (...args: any[]) => void;
|
|
117
117
|
}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
118
118
|
P: {};
|
|
119
119
|
B: {};
|
|
@@ -122,8 +122,8 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
122
122
|
M: {};
|
|
123
123
|
Defaults: {};
|
|
124
124
|
}, Readonly<{}> & Readonly<{
|
|
125
|
-
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
126
125
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
126
|
+
onConfirm?: ((...args: any[]) => any) | undefined;
|
|
127
127
|
}>, {
|
|
128
128
|
setData: (state: boolean) => void;
|
|
129
129
|
}, {}, {}, {}, {}> | null;
|