zudoku 0.3.0-dev.14 → 0.3.0-dev.16
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/lib/components/index.d.ts +2 -0
- package/dist/lib/components/index.js +2 -0
- package/dist/lib/components/index.js.map +1 -1
- package/dist/vite/config.js +0 -2
- package/dist/vite/config.js.map +1 -1
- package/lib/{Spinner-D-NVRYkd.js → Spinner-Cf0Eb7YI.js} +5939 -5937
- package/lib/zudoku.auth-clerk.js +1 -1
- package/lib/zudoku.components.js +96 -94
- package/lib/zudoku.plugins.js +122 -122
- package/package.json +1 -1
- package/src/lib/components/index.ts +3 -0
- package/dist/vite/common.d.ts +0 -1
- package/dist/vite/common.js +0 -5
- package/dist/vite/common.js.map +0 -1
- package/lib/clerk-Wslx_mPo.js +0 -19685
package/lib/zudoku.plugins.js
CHANGED
|
@@ -5,7 +5,7 @@ var Ki = (e, t, n) => t.has(e) || Vs("Cannot " + n);
|
|
|
5
5
|
var Oe = (e, t, n) => (Ki(e, t, "read from private field"), n ? n.call(e) : t.get(e)), bn = (e, t, n) => t.has(e) ? Vs("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(e) : t.set(e, n), vn = (e, t, n, r) => (Ki(e, t, "write to private field"), r ? r.call(e, n) : t.set(e, n), n), wn = (e, t, n) => (Ki(e, t, "access private method"), n);
|
|
6
6
|
import { j as m, a as Ch, O as ic, b as Eh, u as Th, N as oc, m as Ah } from "./index-PyGcnQFX.js";
|
|
7
7
|
import { l as Oh } from "./loglevel-CoH7VSwE.js";
|
|
8
|
-
import { S as Nh,
|
|
8
|
+
import { c as ht, S as Nh, Z as Ph, j as Hs, _ as jh, n as ac, $ as sc, a0 as Rh, a1 as $h, B as Ih, z as se, a2 as Mn, a3 as Wn, a4 as Pe, a5 as Gt, a6 as be, a7 as xe, a8 as Fh, a9 as st, aa as Wt, ab as fr, ac as _h, u as lc, Y as dr, ad as Lh, q as Dh, k as Mh, J as Bh, t as qh, A as zh, D as uc, ae as Ko, w as Go, H as Uh, af as Kt, X as Vh, ag as Pi, l as Hh, R as cc, T as fc, C as dc, ah as Wh, ai as Kh, aj as Gh, F as Ws, ak as ji, al as Jh } from "./Spinner-Cf0Eb7YI.js";
|
|
9
9
|
import * as C from "react";
|
|
10
10
|
import ee, { useLayoutEffect as Yh, useEffect as Ia, useState as vr, useRef as pc, useMemo as hc, forwardRef as Qh, Fragment as Hr, createContext as Xh, useContext as Zh } from "react";
|
|
11
11
|
import * as Fa from "react-dom";
|
|
@@ -13,103 +13,6 @@ import em from "react-dom";
|
|
|
13
13
|
import { a as cn, g as _a, b as tm } from "./state-2Hu1renZ.js";
|
|
14
14
|
import { u as nm, a as rm, C as im, c as om, f as am, P as sm } from "./urql-DMlBWUKL.js";
|
|
15
15
|
import { createSharedWorkerClient as lm } from "virtual:zudoku-openapi-worker";
|
|
16
|
-
var zt, Ut, Ye, Pt, jt, Wr, Jo, rc, um = (rc = class extends Nh {
|
|
17
|
-
constructor(n, r) {
|
|
18
|
-
super();
|
|
19
|
-
bn(this, jt);
|
|
20
|
-
bn(this, zt);
|
|
21
|
-
bn(this, Ut);
|
|
22
|
-
bn(this, Ye);
|
|
23
|
-
bn(this, Pt);
|
|
24
|
-
vn(this, zt, n), this.setOptions(r), this.bindMethods(), wn(this, jt, Wr).call(this);
|
|
25
|
-
}
|
|
26
|
-
bindMethods() {
|
|
27
|
-
this.mutate = this.mutate.bind(this), this.reset = this.reset.bind(this);
|
|
28
|
-
}
|
|
29
|
-
setOptions(n) {
|
|
30
|
-
var i;
|
|
31
|
-
const r = this.options;
|
|
32
|
-
this.options = Oe(this, zt).defaultMutationOptions(n), Ph(this.options, r) || Oe(this, zt).getMutationCache().notify({
|
|
33
|
-
type: "observerOptionsUpdated",
|
|
34
|
-
mutation: Oe(this, Ye),
|
|
35
|
-
observer: this
|
|
36
|
-
}), r != null && r.mutationKey && this.options.mutationKey && Hs(r.mutationKey) !== Hs(this.options.mutationKey) ? this.reset() : ((i = Oe(this, Ye)) == null ? void 0 : i.state.status) === "pending" && Oe(this, Ye).setOptions(this.options);
|
|
37
|
-
}
|
|
38
|
-
onUnsubscribe() {
|
|
39
|
-
var n;
|
|
40
|
-
this.hasListeners() || (n = Oe(this, Ye)) == null || n.removeObserver(this);
|
|
41
|
-
}
|
|
42
|
-
onMutationUpdate(n) {
|
|
43
|
-
wn(this, jt, Wr).call(this), wn(this, jt, Jo).call(this, n);
|
|
44
|
-
}
|
|
45
|
-
getCurrentResult() {
|
|
46
|
-
return Oe(this, Ut);
|
|
47
|
-
}
|
|
48
|
-
reset() {
|
|
49
|
-
var n;
|
|
50
|
-
(n = Oe(this, Ye)) == null || n.removeObserver(this), vn(this, Ye, void 0), wn(this, jt, Wr).call(this), wn(this, jt, Jo).call(this);
|
|
51
|
-
}
|
|
52
|
-
mutate(n, r) {
|
|
53
|
-
var i;
|
|
54
|
-
return vn(this, Pt, r), (i = Oe(this, Ye)) == null || i.removeObserver(this), vn(this, Ye, Oe(this, zt).getMutationCache().build(Oe(this, zt), this.options)), Oe(this, Ye).addObserver(this), Oe(this, Ye).execute(n);
|
|
55
|
-
}
|
|
56
|
-
}, zt = new WeakMap(), Ut = new WeakMap(), Ye = new WeakMap(), Pt = new WeakMap(), jt = new WeakSet(), Wr = function() {
|
|
57
|
-
var r;
|
|
58
|
-
const n = ((r = Oe(this, Ye)) == null ? void 0 : r.state) ?? jh();
|
|
59
|
-
vn(this, Ut, {
|
|
60
|
-
...n,
|
|
61
|
-
isPending: n.status === "pending",
|
|
62
|
-
isSuccess: n.status === "success",
|
|
63
|
-
isError: n.status === "error",
|
|
64
|
-
isIdle: n.status === "idle",
|
|
65
|
-
mutate: this.mutate,
|
|
66
|
-
reset: this.reset
|
|
67
|
-
});
|
|
68
|
-
}, Jo = function(n) {
|
|
69
|
-
ac.batch(() => {
|
|
70
|
-
var r, i, a, o, s, l, u, c;
|
|
71
|
-
if (Oe(this, Pt) && this.hasListeners()) {
|
|
72
|
-
const f = Oe(this, Ut).variables, d = Oe(this, Ut).context;
|
|
73
|
-
(n == null ? void 0 : n.type) === "success" ? ((i = (r = Oe(this, Pt)).onSuccess) == null || i.call(r, n.data, f, d), (o = (a = Oe(this, Pt)).onSettled) == null || o.call(a, n.data, null, f, d)) : (n == null ? void 0 : n.type) === "error" && ((l = (s = Oe(this, Pt)).onError) == null || l.call(s, n.error, f, d), (c = (u = Oe(this, Pt)).onSettled) == null || c.call(
|
|
74
|
-
u,
|
|
75
|
-
void 0,
|
|
76
|
-
n.error,
|
|
77
|
-
f,
|
|
78
|
-
d
|
|
79
|
-
));
|
|
80
|
-
}
|
|
81
|
-
this.listeners.forEach((f) => {
|
|
82
|
-
f(Oe(this, Ut));
|
|
83
|
-
});
|
|
84
|
-
});
|
|
85
|
-
}, rc);
|
|
86
|
-
function La(e, t) {
|
|
87
|
-
const n = sc(), [r] = C.useState(
|
|
88
|
-
() => new um(
|
|
89
|
-
n,
|
|
90
|
-
e
|
|
91
|
-
)
|
|
92
|
-
);
|
|
93
|
-
C.useEffect(() => {
|
|
94
|
-
r.setOptions(e);
|
|
95
|
-
}, [r, e]);
|
|
96
|
-
const i = C.useSyncExternalStore(
|
|
97
|
-
C.useCallback(
|
|
98
|
-
(o) => r.subscribe(ac.batchCalls(o)),
|
|
99
|
-
[r]
|
|
100
|
-
),
|
|
101
|
-
() => r.getCurrentResult(),
|
|
102
|
-
() => r.getCurrentResult()
|
|
103
|
-
), a = C.useCallback(
|
|
104
|
-
(o, s) => {
|
|
105
|
-
r.mutate(o, s).catch(Rh);
|
|
106
|
-
},
|
|
107
|
-
[r]
|
|
108
|
-
);
|
|
109
|
-
if (i.error && $h(r.options.throwOnError, [i.error]))
|
|
110
|
-
throw i.error;
|
|
111
|
-
return { ...i, mutate: a, mutateAsync: i.mutate };
|
|
112
|
-
}
|
|
113
16
|
/**
|
|
114
17
|
* @license lucide-react v0.378.0 - ISC
|
|
115
18
|
*
|
|
@@ -125,14 +28,14 @@ const mc = ht("ChevronDown", [
|
|
|
125
28
|
* This source code is licensed under the ISC license.
|
|
126
29
|
* See the LICENSE file in the root directory of this source tree.
|
|
127
30
|
*/
|
|
128
|
-
const
|
|
31
|
+
const um = ht("ChevronUp", [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]]);
|
|
129
32
|
/**
|
|
130
33
|
* @license lucide-react v0.378.0 - ISC
|
|
131
34
|
*
|
|
132
35
|
* This source code is licensed under the ISC license.
|
|
133
36
|
* See the LICENSE file in the root directory of this source tree.
|
|
134
37
|
*/
|
|
135
|
-
const
|
|
38
|
+
const cm = ht("ChevronsUpDown", [
|
|
136
39
|
["path", { d: "m7 15 5 5 5-5", key: "1hf1tw" }],
|
|
137
40
|
["path", { d: "m7 9 5-5 5 5", key: "sgt6xg" }]
|
|
138
41
|
]);
|
|
@@ -142,7 +45,7 @@ const fm = ht("ChevronsUpDown", [
|
|
|
142
45
|
* This source code is licensed under the ISC license.
|
|
143
46
|
* See the LICENSE file in the root directory of this source tree.
|
|
144
47
|
*/
|
|
145
|
-
const
|
|
48
|
+
const fm = ht("CirclePlay", [
|
|
146
49
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
147
50
|
["polygon", { points: "10 8 16 12 10 16 10 8", key: "1cimsy" }]
|
|
148
51
|
]);
|
|
@@ -152,7 +55,7 @@ const dm = ht("CirclePlay", [
|
|
|
152
55
|
* This source code is licensed under the ISC license.
|
|
153
56
|
* See the LICENSE file in the root directory of this source tree.
|
|
154
57
|
*/
|
|
155
|
-
const
|
|
58
|
+
const dm = ht("EyeOff", [
|
|
156
59
|
["path", { d: "M9.88 9.88a3 3 0 1 0 4.24 4.24", key: "1jxqfv" }],
|
|
157
60
|
[
|
|
158
61
|
"path",
|
|
@@ -173,7 +76,7 @@ const pm = ht("EyeOff", [
|
|
|
173
76
|
* This source code is licensed under the ISC license.
|
|
174
77
|
* See the LICENSE file in the root directory of this source tree.
|
|
175
78
|
*/
|
|
176
|
-
const
|
|
79
|
+
const pm = ht("Eye", [
|
|
177
80
|
["path", { d: "M2 12s3-7 10-7 10 7 10 7-3 7-10 7-10-7-10-7Z", key: "rwhkz3" }],
|
|
178
81
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
179
82
|
]);
|
|
@@ -183,7 +86,7 @@ const hm = ht("Eye", [
|
|
|
183
86
|
* This source code is licensed under the ISC license.
|
|
184
87
|
* See the LICENSE file in the root directory of this source tree.
|
|
185
88
|
*/
|
|
186
|
-
const
|
|
89
|
+
const hm = ht("ListPlus", [
|
|
187
90
|
["path", { d: "M11 12H3", key: "51ecnj" }],
|
|
188
91
|
["path", { d: "M16 6H3", key: "1wxfjs" }],
|
|
189
92
|
["path", { d: "M16 18H3", key: "12xzn7" }],
|
|
@@ -196,7 +99,7 @@ const mm = ht("ListPlus", [
|
|
|
196
99
|
* This source code is licensed under the ISC license.
|
|
197
100
|
* See the LICENSE file in the root directory of this source tree.
|
|
198
101
|
*/
|
|
199
|
-
const
|
|
102
|
+
const mm = ht("ListTree", [
|
|
200
103
|
["path", { d: "M21 12h-8", key: "1bmf0i" }],
|
|
201
104
|
["path", { d: "M21 6H8", key: "1pqkrb" }],
|
|
202
105
|
["path", { d: "M21 18h-8", key: "1tm79t" }],
|
|
@@ -209,7 +112,7 @@ const gm = ht("ListTree", [
|
|
|
209
112
|
* This source code is licensed under the ISC license.
|
|
210
113
|
* See the LICENSE file in the root directory of this source tree.
|
|
211
114
|
*/
|
|
212
|
-
const
|
|
115
|
+
const gm = ht("RotateCw", [
|
|
213
116
|
["path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8", key: "1p45f6" }],
|
|
214
117
|
["path", { d: "M21 3v5h-5", key: "1q7to0" }]
|
|
215
118
|
]);
|
|
@@ -219,7 +122,7 @@ const ym = ht("RotateCw", [
|
|
|
219
122
|
* This source code is licensed under the ISC license.
|
|
220
123
|
* See the LICENSE file in the root directory of this source tree.
|
|
221
124
|
*/
|
|
222
|
-
const
|
|
125
|
+
const ym = ht("Trash", [
|
|
223
126
|
["path", { d: "M3 6h18", key: "d0wm0j" }],
|
|
224
127
|
["path", { d: "M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6", key: "4alrt4" }],
|
|
225
128
|
["path", { d: "M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2", key: "v07s0e" }]
|
|
@@ -230,10 +133,107 @@ const xm = ht("Trash", [
|
|
|
230
133
|
* This source code is licensed under the ISC license.
|
|
231
134
|
* See the LICENSE file in the root directory of this source tree.
|
|
232
135
|
*/
|
|
233
|
-
const
|
|
136
|
+
const La = ht("X", [
|
|
234
137
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
235
138
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
236
139
|
]);
|
|
140
|
+
var zt, Ut, Ye, Pt, jt, Wr, Jo, rc, xm = (rc = class extends Nh {
|
|
141
|
+
constructor(n, r) {
|
|
142
|
+
super();
|
|
143
|
+
bn(this, jt);
|
|
144
|
+
bn(this, zt);
|
|
145
|
+
bn(this, Ut);
|
|
146
|
+
bn(this, Ye);
|
|
147
|
+
bn(this, Pt);
|
|
148
|
+
vn(this, zt, n), this.setOptions(r), this.bindMethods(), wn(this, jt, Wr).call(this);
|
|
149
|
+
}
|
|
150
|
+
bindMethods() {
|
|
151
|
+
this.mutate = this.mutate.bind(this), this.reset = this.reset.bind(this);
|
|
152
|
+
}
|
|
153
|
+
setOptions(n) {
|
|
154
|
+
var i;
|
|
155
|
+
const r = this.options;
|
|
156
|
+
this.options = Oe(this, zt).defaultMutationOptions(n), Ph(this.options, r) || Oe(this, zt).getMutationCache().notify({
|
|
157
|
+
type: "observerOptionsUpdated",
|
|
158
|
+
mutation: Oe(this, Ye),
|
|
159
|
+
observer: this
|
|
160
|
+
}), r != null && r.mutationKey && this.options.mutationKey && Hs(r.mutationKey) !== Hs(this.options.mutationKey) ? this.reset() : ((i = Oe(this, Ye)) == null ? void 0 : i.state.status) === "pending" && Oe(this, Ye).setOptions(this.options);
|
|
161
|
+
}
|
|
162
|
+
onUnsubscribe() {
|
|
163
|
+
var n;
|
|
164
|
+
this.hasListeners() || (n = Oe(this, Ye)) == null || n.removeObserver(this);
|
|
165
|
+
}
|
|
166
|
+
onMutationUpdate(n) {
|
|
167
|
+
wn(this, jt, Wr).call(this), wn(this, jt, Jo).call(this, n);
|
|
168
|
+
}
|
|
169
|
+
getCurrentResult() {
|
|
170
|
+
return Oe(this, Ut);
|
|
171
|
+
}
|
|
172
|
+
reset() {
|
|
173
|
+
var n;
|
|
174
|
+
(n = Oe(this, Ye)) == null || n.removeObserver(this), vn(this, Ye, void 0), wn(this, jt, Wr).call(this), wn(this, jt, Jo).call(this);
|
|
175
|
+
}
|
|
176
|
+
mutate(n, r) {
|
|
177
|
+
var i;
|
|
178
|
+
return vn(this, Pt, r), (i = Oe(this, Ye)) == null || i.removeObserver(this), vn(this, Ye, Oe(this, zt).getMutationCache().build(Oe(this, zt), this.options)), Oe(this, Ye).addObserver(this), Oe(this, Ye).execute(n);
|
|
179
|
+
}
|
|
180
|
+
}, zt = new WeakMap(), Ut = new WeakMap(), Ye = new WeakMap(), Pt = new WeakMap(), jt = new WeakSet(), Wr = function() {
|
|
181
|
+
var r;
|
|
182
|
+
const n = ((r = Oe(this, Ye)) == null ? void 0 : r.state) ?? jh();
|
|
183
|
+
vn(this, Ut, {
|
|
184
|
+
...n,
|
|
185
|
+
isPending: n.status === "pending",
|
|
186
|
+
isSuccess: n.status === "success",
|
|
187
|
+
isError: n.status === "error",
|
|
188
|
+
isIdle: n.status === "idle",
|
|
189
|
+
mutate: this.mutate,
|
|
190
|
+
reset: this.reset
|
|
191
|
+
});
|
|
192
|
+
}, Jo = function(n) {
|
|
193
|
+
ac.batch(() => {
|
|
194
|
+
var r, i, a, o, s, l, u, c;
|
|
195
|
+
if (Oe(this, Pt) && this.hasListeners()) {
|
|
196
|
+
const f = Oe(this, Ut).variables, d = Oe(this, Ut).context;
|
|
197
|
+
(n == null ? void 0 : n.type) === "success" ? ((i = (r = Oe(this, Pt)).onSuccess) == null || i.call(r, n.data, f, d), (o = (a = Oe(this, Pt)).onSettled) == null || o.call(a, n.data, null, f, d)) : (n == null ? void 0 : n.type) === "error" && ((l = (s = Oe(this, Pt)).onError) == null || l.call(s, n.error, f, d), (c = (u = Oe(this, Pt)).onSettled) == null || c.call(
|
|
198
|
+
u,
|
|
199
|
+
void 0,
|
|
200
|
+
n.error,
|
|
201
|
+
f,
|
|
202
|
+
d
|
|
203
|
+
));
|
|
204
|
+
}
|
|
205
|
+
this.listeners.forEach((f) => {
|
|
206
|
+
f(Oe(this, Ut));
|
|
207
|
+
});
|
|
208
|
+
});
|
|
209
|
+
}, rc);
|
|
210
|
+
function Da(e, t) {
|
|
211
|
+
const n = sc(), [r] = C.useState(
|
|
212
|
+
() => new xm(
|
|
213
|
+
n,
|
|
214
|
+
e
|
|
215
|
+
)
|
|
216
|
+
);
|
|
217
|
+
C.useEffect(() => {
|
|
218
|
+
r.setOptions(e);
|
|
219
|
+
}, [r, e]);
|
|
220
|
+
const i = C.useSyncExternalStore(
|
|
221
|
+
C.useCallback(
|
|
222
|
+
(o) => r.subscribe(ac.batchCalls(o)),
|
|
223
|
+
[r]
|
|
224
|
+
),
|
|
225
|
+
() => r.getCurrentResult(),
|
|
226
|
+
() => r.getCurrentResult()
|
|
227
|
+
), a = C.useCallback(
|
|
228
|
+
(o, s) => {
|
|
229
|
+
r.mutate(o, s).catch(Rh);
|
|
230
|
+
},
|
|
231
|
+
[r]
|
|
232
|
+
);
|
|
233
|
+
if (i.error && $h(r.options.throwOnError, [i.error]))
|
|
234
|
+
throw i.error;
|
|
235
|
+
return { ...i, mutate: a, mutateAsync: i.mutate };
|
|
236
|
+
}
|
|
237
237
|
var bm = process.env.NODE_ENV === "production", Gi = "Invariant failed";
|
|
238
238
|
function Ji(e, t) {
|
|
239
239
|
if (!e) {
|
|
@@ -4598,7 +4598,7 @@ const Zf = C.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m.jsx(
|
|
|
4598
4598
|
e
|
|
4599
4599
|
),
|
|
4600
4600
|
...t,
|
|
4601
|
-
children: /* @__PURE__ */ m.jsx(
|
|
4601
|
+
children: /* @__PURE__ */ m.jsx(um, { className: "h-4 w-4" })
|
|
4602
4602
|
}
|
|
4603
4603
|
));
|
|
4604
4604
|
Zf.displayName = Gf.displayName;
|
|
@@ -4682,7 +4682,7 @@ const vx = ({ service: e }) => {
|
|
|
4682
4682
|
defaultValues: {
|
|
4683
4683
|
expiresOn: "30"
|
|
4684
4684
|
}
|
|
4685
|
-
}), i =
|
|
4685
|
+
}), i = Da({
|
|
4686
4686
|
mutationFn: ({ description: a, expiresOn: o }) => {
|
|
4687
4687
|
if (!e.createKey)
|
|
4688
4688
|
throw new Error("deleteKey not implemented");
|
|
@@ -4737,7 +4737,7 @@ const vx = ({ service: e }) => {
|
|
|
4737
4737
|
queryFn: () => e.getKeys(t),
|
|
4738
4738
|
queryKey: ["api-keys"],
|
|
4739
4739
|
retry: !1
|
|
4740
|
-
}), i =
|
|
4740
|
+
}), i = Da({
|
|
4741
4741
|
mutationFn: (a) => {
|
|
4742
4742
|
if (!e.deleteKey)
|
|
4743
4743
|
throw new Error("deleteKey not implemented");
|
|
@@ -4779,7 +4779,7 @@ const vx = ({ service: e }) => {
|
|
|
4779
4779
|
] }),
|
|
4780
4780
|
/* @__PURE__ */ m.jsx("div", { className: "items-center flex justify-center", children: /* @__PURE__ */ m.jsx(Sx, { apiKey: a.key }) }),
|
|
4781
4781
|
/* @__PURE__ */ m.jsxs("div", { className: "flex gap-2", children: [
|
|
4782
|
-
e.rollKey && /* @__PURE__ */ m.jsx(at, { size: "icon", children: /* @__PURE__ */ m.jsx(
|
|
4782
|
+
e.rollKey && /* @__PURE__ */ m.jsx(at, { size: "icon", children: /* @__PURE__ */ m.jsx(gm, { size: 16 }) }),
|
|
4783
4783
|
e.deleteKey && /* @__PURE__ */ m.jsx(
|
|
4784
4784
|
at,
|
|
4785
4785
|
{
|
|
@@ -4789,7 +4789,7 @@ const vx = ({ service: e }) => {
|
|
|
4789
4789
|
confirm("Do you want to delete this key?") && i.mutate(a.id);
|
|
4790
4790
|
},
|
|
4791
4791
|
disabled: i.isPending,
|
|
4792
|
-
children: /* @__PURE__ */ m.jsx(
|
|
4792
|
+
children: /* @__PURE__ */ m.jsx(ym, { size: 16 })
|
|
4793
4793
|
}
|
|
4794
4794
|
)
|
|
4795
4795
|
] })
|
|
@@ -4808,7 +4808,7 @@ const vx = ({ service: e }) => {
|
|
|
4808
4808
|
variant: "outline",
|
|
4809
4809
|
onClick: () => n((r) => !r),
|
|
4810
4810
|
size: "icon",
|
|
4811
|
-
children: t ? /* @__PURE__ */ m.jsx(
|
|
4811
|
+
children: t ? /* @__PURE__ */ m.jsx(dm, { size: 16 }) : /* @__PURE__ */ m.jsx(pm, { size: 16 })
|
|
4812
4812
|
}
|
|
4813
4813
|
)
|
|
4814
4814
|
] });
|
|
@@ -13565,7 +13565,7 @@ const cC = /* @__PURE__ */ _a(uC), up = "data-active", gu = ({
|
|
|
13565
13565
|
});
|
|
13566
13566
|
}, [t]), /* @__PURE__ */ m.jsxs("aside", { className: "sticky top-[--header-height] h-[calc(100vh-var(--header-height))] pt-[--padding-content-top] pb-[--padding-content-bottom] overflow-y-auto ps-1 text-sm", children: [
|
|
13567
13567
|
/* @__PURE__ */ m.jsxs("div", { className: "flex items-center gap-2 font-medium mb-2", children: [
|
|
13568
|
-
/* @__PURE__ */ m.jsx(
|
|
13568
|
+
/* @__PURE__ */ m.jsx(mm, { size: 16 }),
|
|
13569
13569
|
"On this page"
|
|
13570
13570
|
] }),
|
|
13571
13571
|
/* @__PURE__ */ m.jsx(
|
|
@@ -14236,7 +14236,7 @@ const yu = (e, t) => e ? t(e) : void 0, Ro = (e) => Math.abs(
|
|
|
14236
14236
|
t.type === "object" && (((i = t.properties) == null ? void 0 : i.length) ?? Object.entries(t.additionalProperties ?? {}).length > 0) || t.type === "array" && t.items.type === "object" ? /* @__PURE__ */ m.jsxs(cc, { className: "CollapsibleRoot", defaultOpen: !1, children: [
|
|
14237
14237
|
/* @__PURE__ */ m.jsx(fc, { asChild: !0, children: /* @__PURE__ */ m.jsxs(at, { variant: "ghost", size: "sm", children: [
|
|
14238
14238
|
"Show nested fields",
|
|
14239
|
-
/* @__PURE__ */ m.jsx(
|
|
14239
|
+
/* @__PURE__ */ m.jsx(hm, { size: 18, className: "ml-1.5" })
|
|
14240
14240
|
] }) }),
|
|
14241
14241
|
/* @__PURE__ */ m.jsxs(dc, { children: [
|
|
14242
14242
|
t.type === "object" && /* @__PURE__ */ m.jsx("div", { className: "mt-2.5", children: /* @__PURE__ */ m.jsx(
|
|
@@ -18837,7 +18837,7 @@ const vh = C.forwardRef(({ className: e, children: t, ...n }, r) => /* @__PURE__
|
|
|
18837
18837
|
children: [
|
|
18838
18838
|
t,
|
|
18839
18839
|
/* @__PURE__ */ m.jsxs(YA, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
|
|
18840
|
-
/* @__PURE__ */ m.jsx(
|
|
18840
|
+
/* @__PURE__ */ m.jsx(La, { className: "h-4 w-4" }),
|
|
18841
18841
|
/* @__PURE__ */ m.jsx("span", { className: "sr-only", children: "Close" })
|
|
18842
18842
|
] })
|
|
18843
18843
|
]
|
|
@@ -18991,7 +18991,7 @@ const aO = (e, t, n) => {
|
|
|
18991
18991
|
i(u);
|
|
18992
18992
|
},
|
|
18993
18993
|
type: "button",
|
|
18994
|
-
children: /* @__PURE__ */ m.jsx(
|
|
18994
|
+
children: /* @__PURE__ */ m.jsx(La, { size: 16 })
|
|
18995
18995
|
}
|
|
18996
18996
|
),
|
|
18997
18997
|
/* @__PURE__ */ m.jsx("div", { className: "col-span-full border-b border-border" })
|
|
@@ -19127,7 +19127,7 @@ const aO = (e, t, n) => {
|
|
|
19127
19127
|
{
|
|
19128
19128
|
className: "hover:bg-black/5 p-1 rounded mr-2 text-muted-foreground invisible group-hover:visible peer-focus:visible",
|
|
19129
19129
|
onClick: () => o.onChange(""),
|
|
19130
|
-
children: /* @__PURE__ */ m.jsx(
|
|
19130
|
+
children: /* @__PURE__ */ m.jsx(La, { size: 16 })
|
|
19131
19131
|
}
|
|
19132
19132
|
),
|
|
19133
19133
|
name: `queryParams.${a}.value`
|
|
@@ -19183,7 +19183,7 @@ const pO = {
|
|
|
19183
19183
|
pathParams: a,
|
|
19184
19184
|
identity: ii
|
|
19185
19185
|
}
|
|
19186
|
-
}), d = c(), p = Gh(), h =
|
|
19186
|
+
}), d = c(), p = Gh(), h = Da({
|
|
19187
19187
|
mutationFn: async (v) => {
|
|
19188
19188
|
var $, F;
|
|
19189
19189
|
const N = aO(e, t, v), R = performance.now(), L = new Request(N, {
|
|
@@ -19338,7 +19338,7 @@ const pO = {
|
|
|
19338
19338
|
] }) }) });
|
|
19339
19339
|
}, mO = (e) => /* @__PURE__ */ m.jsxs(QA, { children: [
|
|
19340
19340
|
/* @__PURE__ */ m.jsx(XA, { asChild: !0, children: /* @__PURE__ */ m.jsx(
|
|
19341
|
-
|
|
19341
|
+
fm,
|
|
19342
19342
|
{
|
|
19343
19343
|
className: "cursor-pointer text-primary hover:text-primary/80",
|
|
19344
19344
|
size: 16
|
|
@@ -19504,7 +19504,7 @@ const vO = ({ content: e }) => e.length ? /* @__PURE__ */ m.jsx(m.Fragment, { ch
|
|
|
19504
19504
|
children: r.map((i) => /* @__PURE__ */ m.jsx("option", { value: i.value, children: i.label }, i.value))
|
|
19505
19505
|
}
|
|
19506
19506
|
),
|
|
19507
|
-
/* @__PURE__ */ m.jsx("div", { className: "row-start-1 col-start-1 self-center justify-self-end relative end-2 pointer-events-none", children: /* @__PURE__ */ m.jsx(
|
|
19507
|
+
/* @__PURE__ */ m.jsx("div", { className: "row-start-1 col-start-1 self-center justify-self-end relative end-2 pointer-events-none", children: /* @__PURE__ */ m.jsx(cm, { size: 14 }) })
|
|
19508
19508
|
] }), SO = (e, t) => {
|
|
19509
19509
|
let n;
|
|
19510
19510
|
switch (t) {
|
package/package.json
CHANGED
package/dist/vite/common.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const externalModules: never[];
|
package/dist/vite/common.js
DELETED
package/dist/vite/common.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"common.js","sourceRoot":"","sources":["../../src/vite/common.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG;AAC7B,mDAAmD;AACnD,mBAAmB;CACpB,CAAC"}
|