@huyooo/ui 0.17.2 → 0.17.3
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-jfSU-9BO.js → AuthkitAppSetting-Chqg3OI1.js} +1 -1
- package/dist/{AuthkitGithubBinding-Co5Z_cD0.js → AuthkitGithubBinding-Bi1ybbDX.js} +4 -6
- package/dist/{Contact-B09Z0y_t.js → Contact-Dv1CMS3J.js} +1 -1
- package/dist/{UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-BVtXbwch.js → UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-Cumx2rfc.js} +1 -1
- package/dist/{WidthContainer-Ct44rKyS.js → WidthContainer-fMC6ZQEc.js} +3 -3
- package/dist/authkit.js +4 -4
- package/dist/common.js +1 -1
- package/dist/composables/Authkit/useAuthkitAppsAuthPageInfo.d.ts +0 -2
- package/dist/composables.js +3 -3
- package/dist/main.js +8 -8
- package/dist/privateCom.js +1 -1
- package/dist/style.css +1 -1
- package/dist/types/api/auth.generated.d.ts +0 -8
- package/dist/types/app.d.ts +0 -1
- package/dist/{useAuthkitAppsAuthPageInfo-DWd0bDP-.js → useAuthkitAppsAuthPageInfo-B2F2AKoh.js} +1 -2
- package/dist/{useLegalLinks--qFGF7lO.js → useLegalLinks-DG-SIR3U.js} +1 -1
- package/dist/{useRoutePermission-chEi45Nb.js → useRoutePermission-CV3Wq1_G.js} +1 -1
- package/dist/user.js +1 -1
- package/package.json +1 -1
|
@@ -474,7 +474,6 @@ export type Api = {
|
|
|
474
474
|
/** 创建新应用 */
|
|
475
475
|
post: {
|
|
476
476
|
body: {
|
|
477
|
-
appKey: string;
|
|
478
477
|
name: string;
|
|
479
478
|
homePageUrl?: string;
|
|
480
479
|
authorizationCallback?: string;
|
|
@@ -499,7 +498,6 @@ export type Api = {
|
|
|
499
498
|
post: {
|
|
500
499
|
body: {
|
|
501
500
|
id: string;
|
|
502
|
-
appKey?: string;
|
|
503
501
|
name?: string;
|
|
504
502
|
homePageUrl?: string;
|
|
505
503
|
authorizationCallback?: string;
|
|
@@ -652,7 +650,6 @@ export type Api = {
|
|
|
652
650
|
pageSize: number;
|
|
653
651
|
where: {
|
|
654
652
|
id?: string;
|
|
655
|
-
appKey?: string;
|
|
656
653
|
name?: string;
|
|
657
654
|
homePageUrl?: string;
|
|
658
655
|
extensions?: Record<string, string>;
|
|
@@ -667,7 +664,6 @@ export type Api = {
|
|
|
667
664
|
body: {
|
|
668
665
|
where: {
|
|
669
666
|
id?: string;
|
|
670
|
-
appKey?: string;
|
|
671
667
|
name?: string;
|
|
672
668
|
homePageUrl?: string;
|
|
673
669
|
extensions?: Record<string, string>;
|
|
@@ -2095,7 +2091,6 @@ export interface ApiClient {
|
|
|
2095
2091
|
create: {
|
|
2096
2092
|
/** 创建新应用 */
|
|
2097
2093
|
post: (body: {
|
|
2098
|
-
appKey: string;
|
|
2099
2094
|
name: string;
|
|
2100
2095
|
homePageUrl?: string;
|
|
2101
2096
|
authorizationCallback?: string;
|
|
@@ -2114,7 +2109,6 @@ export interface ApiClient {
|
|
|
2114
2109
|
/** 更新应用信息 */
|
|
2115
2110
|
post: (body: {
|
|
2116
2111
|
id: string;
|
|
2117
|
-
appKey?: string;
|
|
2118
2112
|
name?: string;
|
|
2119
2113
|
homePageUrl?: string;
|
|
2120
2114
|
authorizationCallback?: string;
|
|
@@ -2228,7 +2222,6 @@ export interface ApiClient {
|
|
|
2228
2222
|
pageSize: number;
|
|
2229
2223
|
where: {
|
|
2230
2224
|
id?: string;
|
|
2231
|
-
appKey?: string;
|
|
2232
2225
|
name?: string;
|
|
2233
2226
|
homePageUrl?: string;
|
|
2234
2227
|
extensions?: Record<string, string>;
|
|
@@ -2240,7 +2233,6 @@ export interface ApiClient {
|
|
|
2240
2233
|
post: (body: {
|
|
2241
2234
|
where: {
|
|
2242
2235
|
id?: string;
|
|
2243
|
-
appKey?: string;
|
|
2244
2236
|
name?: string;
|
|
2245
2237
|
homePageUrl?: string;
|
|
2246
2238
|
extensions?: Record<string, string>;
|
package/dist/types/app.d.ts
CHANGED
package/dist/{useAuthkitAppsAuthPageInfo-DWd0bDP-.js → useAuthkitAppsAuthPageInfo-B2F2AKoh.js}
RENAMED
|
@@ -2,7 +2,6 @@ import { ref as n } from "vue";
|
|
|
2
2
|
import { e as l } from "./apiClients-DrGX2iJy.js";
|
|
3
3
|
const a = n({
|
|
4
4
|
id: "",
|
|
5
|
-
appKey: "",
|
|
6
5
|
name: "",
|
|
7
6
|
description: "",
|
|
8
7
|
homePageUrl: "",
|
|
@@ -87,7 +86,7 @@ const a = n({
|
|
|
87
86
|
}
|
|
88
87
|
}), o = n(!1), t = n(!1);
|
|
89
88
|
function u(e) {
|
|
90
|
-
a.value.id = e.id, a.value.
|
|
89
|
+
a.value.id = e.id, a.value.name = e.name, a.value.description = e.description, a.value.homePageUrl = e.homePageUrl, a.value.applicationLogo = e.applicationLogo, a.value.applicationLogoUrl = e.applicationLogoUrl, a.value.publicRoutes = e.publicRoutes || [], a.value.oauth = e.oauth, a.value.authMethods = e.authMethods || a.value.authMethods, a.value.authorizationCallback = e.authorizationCallback, a.value.aboutUs = e.aboutUs, a.value.brand = e.brand;
|
|
91
90
|
}
|
|
92
91
|
async function i() {
|
|
93
92
|
o.value = !0, t.value = !1;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { computed as c } from "vue";
|
|
2
2
|
import { g as L } from "./apiClients-DrGX2iJy.js";
|
|
3
|
-
import { u as m } from "./useAuthkitAppsAuthPageInfo-
|
|
3
|
+
import { u as m } from "./useAuthkitAppsAuthPageInfo-B2F2AKoh.js";
|
|
4
4
|
const l = {
|
|
5
5
|
userServiceAgreement: "用户服务协议",
|
|
6
6
|
privacyPolicy: "隐私协议",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ref as w, computed as b, watch as S } from "vue";
|
|
2
2
|
import { useRouter as I, useRoute as T } from "vue-router";
|
|
3
|
-
import { u as k } from "./useAuthkitAppsAuthPageInfo-
|
|
3
|
+
import { u as k } from "./useAuthkitAppsAuthPageInfo-B2F2AKoh.js";
|
|
4
4
|
import { u as M } from "./useAuthkitUsersProfile-BZDk21c8.js";
|
|
5
5
|
const y = w({
|
|
6
6
|
key: "",
|
package/dist/user.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { U as a, a as n, b as r, c as t, d as U, _ as u, e as i, f as M, g as o, h as m, i as I, j as c, k as d, l as b, m as f } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-
|
|
1
|
+
import { U as a, a as n, b as r, c as t, d as U, _ as u, e as i, f as M, g as o, h as m, i as I, j as c, k as d, l as b, m as f } from "./UserMenuInvitationsItem.vue_vue_type_script_setup_true_lang-Cumx2rfc.js";
|
|
2
2
|
export {
|
|
3
3
|
a as UserAccountMenu,
|
|
4
4
|
n as UserAvatar,
|