@acmekit/dashboard 2.13.6 → 2.13.8
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/api-key-management-create-D57V3NN2.mjs +170 -0
- package/dist/api-key-management-detail-QURSBB6T.mjs +307 -0
- package/dist/api-key-management-edit-GG5V77GY.mjs +106 -0
- package/dist/api-key-management-list-PL64LD22.mjs +400 -0
- package/dist/app.js +16930 -1004
- package/dist/app.mjs +793 -884
- package/dist/chunk-22YYMH6M.mjs +382 -0
- package/dist/chunk-2U3RK3JG.mjs +474 -0
- package/dist/chunk-535OVBXR.mjs +226 -0
- package/dist/chunk-6SQCO25J.mjs +65 -0
- package/dist/chunk-774WSTCC.mjs +19 -0
- package/dist/chunk-7ZHDHEUH.mjs +1837 -0
- package/dist/chunk-C76H5USB.mjs +16 -0
- package/dist/chunk-DFFLVEZ5.mjs +40 -0
- package/dist/chunk-DN3MIYQH.mjs +140 -0
- package/dist/chunk-DQCEH3X2.mjs +28 -0
- package/dist/chunk-DTY37DDZ.mjs +20 -0
- package/dist/chunk-FXYH54JP.mjs +16 -0
- package/dist/chunk-G22WWLPG.mjs +44 -0
- package/dist/chunk-G2VJOHHV.mjs +32 -0
- package/dist/chunk-GBFVWROS.mjs +58 -0
- package/dist/chunk-ITNQKZQQ.mjs +142 -0
- package/dist/chunk-IUCDCPJU.mjs +0 -0
- package/dist/chunk-LKWTBYYC.mjs +35 -0
- package/dist/{chunk-4VYJHIB3.mjs → chunk-ND3ODI36.mjs} +0 -72
- package/dist/chunk-OAHCJFG3.mjs +17 -0
- package/dist/chunk-OHAFITSB.mjs +54 -0
- package/dist/chunk-RPAL6FHW.mjs +73 -0
- package/dist/{chunk-JSJZMTQG.mjs → chunk-RREPQMYC.mjs} +14 -41
- package/dist/chunk-S3REQHPQ.mjs +86 -0
- package/dist/chunk-S4DMV3ZT.mjs +35 -0
- package/dist/chunk-TCNCAWYD.mjs +9 -0
- package/dist/chunk-ULSPL3DR.mjs +126 -0
- package/dist/chunk-VBT5YZ4K.mjs +129 -0
- package/dist/chunk-WILMJYUB.mjs +35 -0
- package/dist/chunk-XIM7X4FB.mjs +83 -0
- package/dist/chunk-YB52HEIR.mjs +387 -0
- package/dist/chunk-YRWSG3YM.mjs +80 -0
- package/dist/{invite-S5USGDOZ.mjs → invite-BAFXQBLJ.mjs} +15 -7
- package/dist/{login-BRUR5XXN.mjs → login-YURMNRCS.mjs} +23 -9
- package/dist/profile-detail-SJWODS2K.mjs +96 -0
- package/dist/profile-edit-HSGF4UXZ.mjs +173 -0
- package/dist/{reset-password-UQPRHMB3.mjs → reset-password-RQ5M7HQC.mjs} +8 -4
- package/dist/settings-3XWLL5LG.mjs +545 -0
- package/dist/store-detail-SQKV5KBD.mjs +109 -0
- package/dist/store-edit-WGGIJMYJ.mjs +97 -0
- package/dist/store-metadata-CSBUGX6Z.mjs +49 -0
- package/dist/translation-list-H5X4DVCC.mjs +587 -0
- package/dist/translations-edit-NPAUN2GZ.mjs +5376 -0
- package/dist/user-detail-7SUQ35G7.mjs +169 -0
- package/dist/user-edit-KUZV37AH.mjs +114 -0
- package/dist/user-invite-OREFWWYL.mjs +361 -0
- package/dist/user-list-OWUR75OP.mjs +1116 -0
- package/dist/user-metadata-QHUX5SHZ.mjs +51 -0
- package/dist/workflow-execution-detail-MWNM25TF.mjs +820 -0
- package/dist/workflow-execution-list-IGYF44UH.mjs +175 -0
- package/package.json +9 -9
- package/src/components/layout/settings-layout/settings-layout.tsx +74 -6
- package/src/dashboard-app/routes/get-route.map.tsx +225 -0
- package/src/routes/login/login.tsx +1 -1
- package/dist/chunk-FBTP4AJM.mjs +0 -221
- package/dist/chunk-NQEMGMWU.mjs +0 -159
- package/dist/chunk-QYOO4QR6.mjs +0 -73
- package/dist/login-AIMR26AL.mjs +0 -291
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import {
|
|
2
|
+
MetadataForm
|
|
3
|
+
} from "./chunk-YB52HEIR.mjs";
|
|
4
|
+
import "./chunk-6SQCO25J.mjs";
|
|
5
|
+
import "./chunk-ULSPL3DR.mjs";
|
|
6
|
+
import "./chunk-GBFVWROS.mjs";
|
|
7
|
+
import "./chunk-VBT5YZ4K.mjs";
|
|
8
|
+
import "./chunk-LKWTBYYC.mjs";
|
|
9
|
+
import "./chunk-IUCDCPJU.mjs";
|
|
10
|
+
import "./chunk-OHAFITSB.mjs";
|
|
11
|
+
import "./chunk-DN3MIYQH.mjs";
|
|
12
|
+
import {
|
|
13
|
+
useUpdateUser,
|
|
14
|
+
useUser
|
|
15
|
+
} from "./chunk-YRWSG3YM.mjs";
|
|
16
|
+
import "./chunk-XIM7X4FB.mjs";
|
|
17
|
+
import "./chunk-ITNQKZQQ.mjs";
|
|
18
|
+
import {
|
|
19
|
+
RouteDrawer
|
|
20
|
+
} from "./chunk-2U3RK3JG.mjs";
|
|
21
|
+
import "./chunk-ND3ODI36.mjs";
|
|
22
|
+
import "./chunk-OAHCJFG3.mjs";
|
|
23
|
+
import "./chunk-S4DMV3ZT.mjs";
|
|
24
|
+
import "./chunk-FXYH54JP.mjs";
|
|
25
|
+
import "./chunk-774WSTCC.mjs";
|
|
26
|
+
import "./chunk-DTY37DDZ.mjs";
|
|
27
|
+
import "./chunk-QZ7TP4HQ.mjs";
|
|
28
|
+
|
|
29
|
+
// src/routes/users/user-metadata/user-metadata.tsx
|
|
30
|
+
import { useParams } from "react-router-dom";
|
|
31
|
+
import { jsx } from "react/jsx-runtime";
|
|
32
|
+
var UserMetadata = () => {
|
|
33
|
+
const { id } = useParams();
|
|
34
|
+
const { user, isPending, isError, error } = useUser(id);
|
|
35
|
+
const { mutateAsync, isPending: isMutating } = useUpdateUser(id);
|
|
36
|
+
if (isError) {
|
|
37
|
+
throw error;
|
|
38
|
+
}
|
|
39
|
+
return /* @__PURE__ */ jsx(RouteDrawer, { children: /* @__PURE__ */ jsx(
|
|
40
|
+
MetadataForm,
|
|
41
|
+
{
|
|
42
|
+
isPending,
|
|
43
|
+
isMutating,
|
|
44
|
+
hook: mutateAsync,
|
|
45
|
+
metadata: user?.metadata
|
|
46
|
+
}
|
|
47
|
+
) });
|
|
48
|
+
};
|
|
49
|
+
export {
|
|
50
|
+
UserMetadata as Component
|
|
51
|
+
};
|