@aerogel/core 0.1.1-next.1d7c8c18816e65c5c2c583364135435a9eb414fa → 0.1.1-next.3efa6858f5942a7048392e08e88f511c6c5ca343
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/aerogel-core.d.ts +114 -83
- package/dist/aerogel-core.js +939 -905
- package/dist/aerogel-core.js.map +1 -1
- package/package.json +1 -1
- package/src/components/contracts/Modal.ts +2 -0
- package/src/components/headless/HeadlessInputInput.vue +9 -3
- package/src/components/ui/AdvancedOptions.vue +4 -13
- package/src/components/ui/Details.vue +20 -0
- package/src/components/ui/Modal.vue +30 -11
- package/src/components/ui/index.ts +1 -0
- package/src/index.css +9 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/time.ts +2 -0
package/dist/aerogel-core.js
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var _ = (t, s, e) =>
|
|
4
|
-
import { markRaw as
|
|
5
|
-
import { JSError as
|
|
6
|
-
import
|
|
7
|
-
import { createPinia as
|
|
8
|
-
import
|
|
9
|
-
import { marked as
|
|
10
|
-
import { injectModal as
|
|
11
|
-
import { ModalComponent as
|
|
12
|
-
import
|
|
13
|
-
import { cva as
|
|
14
|
-
import { twMerge as
|
|
15
|
-
import { Primitive as
|
|
16
|
-
class
|
|
1
|
+
var At = Object.defineProperty;
|
|
2
|
+
var Pt = (t, s, e) => s in t ? At(t, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[s] = e;
|
|
3
|
+
var _ = (t, s, e) => Pt(t, typeof s != "symbol" ? s + "" : s, e);
|
|
4
|
+
import { markRaw as V, Comment as Dt, Text as Bt, Static as jt, inject as Y, reactive as ve, unref as l, onUnmounted as $e, ref as N, computed as c, readonly as _e, nextTick as Ft, useAttrs as tt, onMounted as st, watch as Le, toRaw as Ut, customRef as Ot, watchEffect as G, defineComponent as h, createBlock as f, openBlock as o, mergeProps as H, withCtx as m, renderSlot as $, createPropsRestProxy as K, createVNode as d, normalizeProps as ce, guardReactiveProps as de, createTextVNode as L, toDisplayString as x, normalizeClass as C, createElementBlock as y, Fragment as D, renderList as U, provide as pe, resolveDynamicComponent as ee, useSlots as Ie, createCommentVNode as M, createElementVNode as b, h as Nt, useTemplateRef as te, withModifiers as rt, withDirectives as nt, vModelCheckbox as Wt, normalizeStyle as Kt, resolveComponent as Qt, createApp as Jt, vModelText as Zt } from "vue";
|
|
5
|
+
import { JSError as xe, stringToSlug as Xt, tap as se, MagicObject as at, PromisedValue as J, Storage as O, objectOnly as ae, arrayFrom as lt, isEmpty as Te, objectDeepClone as Yt, fail as W, facade as re, arrayRemove as He, getEnv as Gt, updateLocationQueryParameters as es, forever as ts, toString as j, objectWithout as ss, noop as rs, debounce as ns, stringMatchAll as ot, isDevelopment as Z, isTesting as ze, after as oe, uuid as ue, isObject as he, objectWithoutEmpty as it, value as as, isInstanceOf as Oe, stringExcerpt as ls, arraySorted as os, ListenersManager as is, toError as us, round as cs } from "@noeldemartin/utils";
|
|
6
|
+
import B from "virtual:aerogel";
|
|
7
|
+
import { createPinia as ds, setActivePinia as ps, defineStore as ms } from "pinia";
|
|
8
|
+
import fs from "dompurify";
|
|
9
|
+
import { marked as hs, Renderer as Ne } from "marked";
|
|
10
|
+
import { injectModal as ut, useModal as gs, createModal as vs, showModal as We, closeModal as Ke, modals as le, ModalComponent as bs, ModalsPortal as ys } from "@noeldemartin/vue-modals";
|
|
11
|
+
import { ModalComponent as po, ModalsPortal as mo, closeModal as fo, createModal as ho, injectModal as go, modals as vo, showModal as bo } from "@noeldemartin/vue-modals";
|
|
12
|
+
import ws from "clsx";
|
|
13
|
+
import { cva as $s } from "class-variance-authority";
|
|
14
|
+
import { twMerge as _s } from "tailwind-merge";
|
|
15
|
+
import { Primitive as xs, SelectValue as Qe, SelectTrigger as Cs, SelectIcon as Ss, SelectItem as ks, SelectItemText as Ts, SelectPortal as Ms, SelectContent as Es, SelectViewport as Hs, SelectRoot as Vs, Label as Ls, useForwardExpose as Re, SwitchRoot as Is, SwitchThumb as zs, DialogRoot as Rs, DialogPortal as qs, DialogContent as As, DialogDescription as Ps, DialogOverlay as Ds, DialogTitle as Bs, ToastClose as js, ToastRoot as Fs, ToastProvider as Us, ToastViewport as Os, DropdownMenuItem as Ns, DropdownMenuContent as Ws, DropdownMenuRoot as Ks, DropdownMenuTrigger as Qs, DropdownMenuPortal as Js } from "reka-ui";
|
|
16
|
+
class Ve extends xe {
|
|
17
17
|
constructor(s, e) {
|
|
18
18
|
super(`Service '${s}' failed booting`, { cause: e });
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
function
|
|
22
|
-
return
|
|
21
|
+
function Zs() {
|
|
22
|
+
return B.namespace ?? Xt(B.name);
|
|
23
23
|
}
|
|
24
24
|
let qe = null;
|
|
25
|
-
function
|
|
26
|
-
return qe ??
|
|
25
|
+
function ct() {
|
|
26
|
+
return qe ?? Xs();
|
|
27
27
|
}
|
|
28
|
-
function
|
|
29
|
-
return
|
|
30
|
-
qe = t,
|
|
28
|
+
function Xs() {
|
|
29
|
+
return se(ds(), (t) => {
|
|
30
|
+
qe = t, ps(t);
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
|
-
function
|
|
34
|
-
return qe ??
|
|
33
|
+
function Ys() {
|
|
34
|
+
return qe ?? ct();
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
return
|
|
36
|
+
function Gs(t, s) {
|
|
37
|
+
return ct(), ms(t, s)();
|
|
38
38
|
}
|
|
39
|
-
function
|
|
39
|
+
function Ce(t) {
|
|
40
40
|
var s;
|
|
41
|
-
return s = class extends
|
|
41
|
+
return s = class extends Se {
|
|
42
42
|
usesStore() {
|
|
43
43
|
return !0;
|
|
44
44
|
}
|
|
@@ -74,8 +74,8 @@ To fix this problem, declare your initialState as a function instead.`
|
|
|
74
74
|
}
|
|
75
75
|
}, _(s, "persist", t.persist ?? []), s;
|
|
76
76
|
}
|
|
77
|
-
var
|
|
78
|
-
let
|
|
77
|
+
var Ee;
|
|
78
|
+
let Se = (Ee = class extends at {
|
|
79
79
|
constructor() {
|
|
80
80
|
super();
|
|
81
81
|
_(this, "_name");
|
|
@@ -84,7 +84,7 @@ let Ce = (He = class extends nt {
|
|
|
84
84
|
_(this, "_watchers");
|
|
85
85
|
_(this, "_store");
|
|
86
86
|
const e = this.getComputedStateDefinition();
|
|
87
|
-
this._name = this.getName() ?? new.target.name, this._booted = new
|
|
87
|
+
this._name = this.getName() ?? new.target.name, this._booted = new J(), this._computedStateKeys = new Set(Object.keys(e)), this._watchers = this.getStateWatchers(), this._store = this.usesStore() && Gs(this._name, {
|
|
88
88
|
state: () => this.getInitialState(),
|
|
89
89
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
90
90
|
getters: e
|
|
@@ -97,7 +97,7 @@ let Ce = (He = class extends nt {
|
|
|
97
97
|
return super.static(e);
|
|
98
98
|
}
|
|
99
99
|
launch() {
|
|
100
|
-
const e = (r) => this._booted.reject(new
|
|
100
|
+
const e = (r) => this._booted.reject(new Ve(this._name, r));
|
|
101
101
|
try {
|
|
102
102
|
this.frameworkBoot().then(() => this.boot()).then(() => this._booted.resolve()).catch(e);
|
|
103
103
|
} catch (r) {
|
|
@@ -118,14 +118,14 @@ let Ce = (He = class extends nt {
|
|
|
118
118
|
setState(e, r) {
|
|
119
119
|
if (!this._store)
|
|
120
120
|
return;
|
|
121
|
-
const n = typeof e == "string" ? { [e]: r } : e, a =
|
|
121
|
+
const n = typeof e == "string" ? { [e]: r } : e, a = ae(this._store.$state, Object.keys(n));
|
|
122
122
|
Object.assign(this._store.$state, n), this.onStateUpdated(n, a);
|
|
123
123
|
}
|
|
124
124
|
updatePersistedState(e) {
|
|
125
125
|
if (!this._store)
|
|
126
126
|
return;
|
|
127
|
-
const r =
|
|
128
|
-
|
|
127
|
+
const r = lt(e), n = ae(this._store.$state, r);
|
|
128
|
+
Te(n) || this.onPersistentStateUpdated(n);
|
|
129
129
|
}
|
|
130
130
|
__get(e) {
|
|
131
131
|
return this.hasState(e) ? this.getState(e) : super.__get(e);
|
|
@@ -134,11 +134,11 @@ let Ce = (He = class extends nt {
|
|
|
134
134
|
this.setState({ [e]: r });
|
|
135
135
|
}
|
|
136
136
|
get storageKey() {
|
|
137
|
-
return `${
|
|
137
|
+
return `${Zs()}:${this._name}`;
|
|
138
138
|
}
|
|
139
139
|
onStateUpdated(e, r) {
|
|
140
|
-
const n =
|
|
141
|
-
|
|
140
|
+
const n = ae(e, this.static("persist"));
|
|
141
|
+
Te(n) || this.onPersistentStateUpdated(n);
|
|
142
142
|
for (const a in e) {
|
|
143
143
|
const u = this._watchers[a];
|
|
144
144
|
!u || e[a] === r[a] || u.call(this, e[a], r[a]);
|
|
@@ -148,7 +148,7 @@ let Ce = (He = class extends nt {
|
|
|
148
148
|
const r = O.get(this.storageKey);
|
|
149
149
|
r && O.set(this.storageKey, {
|
|
150
150
|
...r,
|
|
151
|
-
...this.serializePersistedState(
|
|
151
|
+
...this.serializePersistedState(Yt(e))
|
|
152
152
|
});
|
|
153
153
|
}
|
|
154
154
|
usesStore() {
|
|
@@ -178,25 +178,25 @@ let Ce = (He = class extends nt {
|
|
|
178
178
|
async boot() {
|
|
179
179
|
}
|
|
180
180
|
restorePersistedState() {
|
|
181
|
-
if (!(!this.usesStore() ||
|
|
181
|
+
if (!(!this.usesStore() || Te(this.static("persist")))) {
|
|
182
182
|
if (O.has(this.storageKey)) {
|
|
183
183
|
const e = O.require(this.storageKey);
|
|
184
184
|
this.setState(this.deserializePersistedState(e));
|
|
185
185
|
return;
|
|
186
186
|
}
|
|
187
|
-
O.set(this.storageKey,
|
|
187
|
+
O.set(this.storageKey, ae(this.getState(), this.static("persist")));
|
|
188
188
|
}
|
|
189
189
|
}
|
|
190
190
|
requireStore() {
|
|
191
191
|
return this._store ? this._store : W(`Failed getting '${this._name}' store`);
|
|
192
192
|
}
|
|
193
|
-
}, _(
|
|
194
|
-
const
|
|
193
|
+
}, _(Ee, "persist", []), Ee);
|
|
194
|
+
const Cl = {
|
|
195
195
|
Low: -256,
|
|
196
196
|
Default: 0,
|
|
197
197
|
High: 256
|
|
198
198
|
};
|
|
199
|
-
class
|
|
199
|
+
class er extends Se {
|
|
200
200
|
constructor() {
|
|
201
201
|
super(...arguments);
|
|
202
202
|
_(this, "listeners", {});
|
|
@@ -211,7 +211,7 @@ class Gs extends Ce {
|
|
|
211
211
|
var a;
|
|
212
212
|
const n = this.listeners[e] ?? { priorities: [], handlers: {} };
|
|
213
213
|
for (const u of n.priorities)
|
|
214
|
-
await Promise.all(((a = n.handlers[u]) == null ? void 0 : a.map((
|
|
214
|
+
await Promise.all(((a = n.handlers[u]) == null ? void 0 : a.map((i) => i(r))) ?? []);
|
|
215
215
|
}
|
|
216
216
|
// prettier-ignore
|
|
217
217
|
/* eslint-enable max-len */
|
|
@@ -223,11 +223,11 @@ class Gs extends Ce {
|
|
|
223
223
|
/* eslint-enable max-len */
|
|
224
224
|
once(e, r, n) {
|
|
225
225
|
let a = null;
|
|
226
|
-
const u = typeof r == "function" ? {} : r,
|
|
227
|
-
return
|
|
226
|
+
const u = typeof r == "function" ? {} : r, i = typeof r == "function" ? r : n;
|
|
227
|
+
return se(
|
|
228
228
|
() => a && this.off(e, a),
|
|
229
229
|
(p) => {
|
|
230
|
-
a = (...g) => (p(),
|
|
230
|
+
a = (...g) => (p(), i(...g)), this.registerListener(e, u, i);
|
|
231
231
|
}
|
|
232
232
|
);
|
|
233
233
|
}
|
|
@@ -237,30 +237,30 @@ class Gs extends Ce {
|
|
|
237
237
|
if (!n)
|
|
238
238
|
return;
|
|
239
239
|
const a = [...n.priorities];
|
|
240
|
-
for (const
|
|
241
|
-
|
|
240
|
+
for (const i of a)
|
|
241
|
+
He(n.handlers[i] ?? [], r), ((u = n.handlers[i]) == null ? void 0 : u.length) === 0 && (delete n.handlers[i], He(n.priorities, i));
|
|
242
242
|
n.priorities.length === 0 && delete this.listeners[e];
|
|
243
243
|
}
|
|
244
244
|
registerListener(e, r, n) {
|
|
245
245
|
var p, g, w;
|
|
246
246
|
const a = r.priority ?? 0;
|
|
247
247
|
e in this.listeners || (this.listeners[e] = { priorities: [], handlers: {} });
|
|
248
|
-
const u = ((p = this.listeners[e]) == null ? void 0 : p.priorities) ?? W(`priorities missing for event '${e}'`),
|
|
249
|
-
u.includes(a) || (u.push(a), u.sort((v,
|
|
248
|
+
const u = ((p = this.listeners[e]) == null ? void 0 : p.priorities) ?? W(`priorities missing for event '${e}'`), i = ((g = this.listeners[e]) == null ? void 0 : g.handlers) ?? W(`handlers missing for event '${e}'`);
|
|
249
|
+
u.includes(a) || (u.push(a), u.sort((v, k) => k - v), i[a] = []), (w = i[a]) == null || w.push(n);
|
|
250
250
|
}
|
|
251
251
|
}
|
|
252
|
-
const F =
|
|
253
|
-
function
|
|
252
|
+
const F = re(er);
|
|
253
|
+
function Sl(t) {
|
|
254
254
|
return t;
|
|
255
255
|
}
|
|
256
|
-
const
|
|
256
|
+
const tr = Ce({
|
|
257
257
|
name: "app",
|
|
258
258
|
initialState: {
|
|
259
259
|
plugins: {},
|
|
260
260
|
instance: null,
|
|
261
|
-
environment:
|
|
262
|
-
version:
|
|
263
|
-
sourceUrl:
|
|
261
|
+
environment: Gt() ?? "development",
|
|
262
|
+
version: B.version,
|
|
263
|
+
sourceUrl: B.sourceUrl,
|
|
264
264
|
settings: []
|
|
265
265
|
},
|
|
266
266
|
computed: {
|
|
@@ -268,19 +268,19 @@ const Ys = xe({
|
|
|
268
268
|
staging: (t) => t.environment === "staging",
|
|
269
269
|
testing: (t) => t.environment === "test" || t.environment === "testing",
|
|
270
270
|
versionName(t) {
|
|
271
|
-
return this.development ? "dev." +
|
|
271
|
+
return this.development ? "dev." + B.sourceHash.toString().substring(0, 7) : this.staging ? "staging." + B.sourceHash.toString().substring(0, 7) : `v${t.version}`;
|
|
272
272
|
},
|
|
273
273
|
versionUrl(t) {
|
|
274
|
-
return t.sourceUrl + (this.development || this.staging ? `/tree/${
|
|
274
|
+
return t.sourceUrl + (this.development || this.staging ? `/tree/${B.sourceHash}` : `/releases/tag/${this.versionName}`);
|
|
275
275
|
}
|
|
276
276
|
}
|
|
277
277
|
});
|
|
278
|
-
class
|
|
278
|
+
class sr extends tr {
|
|
279
279
|
constructor() {
|
|
280
280
|
super(...arguments);
|
|
281
|
-
_(this, "name",
|
|
282
|
-
_(this, "ready", new
|
|
283
|
-
_(this, "mounted", new
|
|
281
|
+
_(this, "name", B.name);
|
|
282
|
+
_(this, "ready", new J());
|
|
283
|
+
_(this, "mounted", new J());
|
|
284
284
|
}
|
|
285
285
|
isReady() {
|
|
286
286
|
return this.ready.isResolved();
|
|
@@ -289,13 +289,13 @@ class er extends Ys {
|
|
|
289
289
|
return this.mounted.isResolved();
|
|
290
290
|
}
|
|
291
291
|
addSetting(e) {
|
|
292
|
-
this.settings.push(
|
|
292
|
+
this.settings.push(V(e));
|
|
293
293
|
}
|
|
294
294
|
async whenReady(e) {
|
|
295
295
|
return await this.ready.then(e);
|
|
296
296
|
}
|
|
297
297
|
async reload(e) {
|
|
298
|
-
e &&
|
|
298
|
+
e && es(e), location.reload(), await ts();
|
|
299
299
|
}
|
|
300
300
|
plugin(e) {
|
|
301
301
|
return this.plugins[e] ?? null;
|
|
@@ -308,12 +308,12 @@ class er extends Ys {
|
|
|
308
308
|
F.once("application-ready", () => this.ready.resolve()), F.once("application-mounted", () => this.mounted.resolve());
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
|
-
const
|
|
312
|
-
function
|
|
311
|
+
const P = re(sr);
|
|
312
|
+
function kl(t) {
|
|
313
313
|
return t;
|
|
314
314
|
}
|
|
315
|
-
async function
|
|
316
|
-
|
|
315
|
+
async function rr(t, ...s) {
|
|
316
|
+
P.setState(
|
|
317
317
|
"plugins",
|
|
318
318
|
t.reduce(
|
|
319
319
|
(e, r) => (r.name && (e[r.name] = r), e),
|
|
@@ -321,55 +321,55 @@ async function tr(t, ...s) {
|
|
|
321
321
|
)
|
|
322
322
|
), await Promise.all(t.map((e) => e.install(...s)) ?? []);
|
|
323
323
|
}
|
|
324
|
-
function
|
|
325
|
-
return Object.entries(t.props ?? {}).reduce((s, [e, r]) => s + `${e}="${
|
|
324
|
+
function nr(t) {
|
|
325
|
+
return Object.entries(t.props ?? {}).reduce((s, [e, r]) => s + `${e}="${j(r)}"`, "");
|
|
326
326
|
}
|
|
327
|
-
function
|
|
327
|
+
function Tl(t) {
|
|
328
328
|
return t;
|
|
329
329
|
}
|
|
330
|
-
function
|
|
331
|
-
const s =
|
|
332
|
-
return s ?
|
|
330
|
+
function ar(t) {
|
|
331
|
+
const s = Y(t);
|
|
332
|
+
return s ? ve(s) : void 0;
|
|
333
333
|
}
|
|
334
|
-
function
|
|
335
|
-
return
|
|
334
|
+
function R(t, s) {
|
|
335
|
+
return ar(t) ?? W(s ?? `Could not resolve '${j(t)}' injection key`);
|
|
336
336
|
}
|
|
337
|
-
function
|
|
338
|
-
return
|
|
337
|
+
function lr(t, s) {
|
|
338
|
+
return Y(t) ?? W(s ?? `Could not resolve '${j(t)}' injection key`);
|
|
339
339
|
}
|
|
340
|
-
function
|
|
341
|
-
return typeof t == "string" ? t : t.type ===
|
|
340
|
+
function dt(t) {
|
|
341
|
+
return typeof t == "string" ? t : t.type === Dt ? "" : t.type === Bt || t.type === jt ? t.children : t.type === "br" ? `
|
|
342
342
|
|
|
343
|
-
` : `<${t.type} ${
|
|
343
|
+
` : `<${t.type} ${nr(t)}>${Array.from(t.children).map(dt).join("")}</${t.type}>`;
|
|
344
344
|
}
|
|
345
|
-
const
|
|
345
|
+
const Me = /* @__PURE__ */ new WeakMap(), or = {
|
|
346
346
|
mounted(t, { value: s, modifiers: e }) {
|
|
347
347
|
const r = typeof s == "function" ? s : null, n = () => {
|
|
348
348
|
const a = t.getBoundingClientRect();
|
|
349
349
|
e.css && (t.style.setProperty("--width", `${a.width}px`), t.style.setProperty("--height", `${a.height}px`)), r == null || r({ width: a.width, height: a.height });
|
|
350
350
|
};
|
|
351
|
-
e.watch &&
|
|
351
|
+
e.watch && Me.set(t, se(new ResizeObserver(n)).observe(t)), n();
|
|
352
352
|
},
|
|
353
353
|
unmounted(t) {
|
|
354
354
|
var s;
|
|
355
|
-
(s =
|
|
355
|
+
(s = Me.get(t)) == null || s.unobserve(t), Me.delete(t);
|
|
356
356
|
}
|
|
357
357
|
};
|
|
358
|
-
function
|
|
359
|
-
const { baseClasses: e, ...r } = t, { baseClasses: n, ...a } = s, u =
|
|
360
|
-
return
|
|
358
|
+
function pt(t, s) {
|
|
359
|
+
const { baseClasses: e, ...r } = t, { baseClasses: n, ...a } = s, u = $s(n, a);
|
|
360
|
+
return E(u(r), l(e));
|
|
361
361
|
}
|
|
362
|
-
function
|
|
363
|
-
return ws(
|
|
362
|
+
function E(...t) {
|
|
363
|
+
return _s(ws(t));
|
|
364
364
|
}
|
|
365
|
-
function
|
|
365
|
+
function Ml(t, s) {
|
|
366
366
|
const e = F.on(t, s);
|
|
367
|
-
|
|
367
|
+
$e(() => e());
|
|
368
368
|
}
|
|
369
|
-
const
|
|
369
|
+
const ir = {
|
|
370
370
|
required: (t) => t ? void 0 : "required"
|
|
371
371
|
};
|
|
372
|
-
function
|
|
372
|
+
function ur(t, s) {
|
|
373
373
|
var e;
|
|
374
374
|
if (t == null)
|
|
375
375
|
return !0;
|
|
@@ -388,20 +388,20 @@ function ir(t, s) {
|
|
|
388
388
|
return typeof t == "object";
|
|
389
389
|
}
|
|
390
390
|
}
|
|
391
|
-
const
|
|
392
|
-
function
|
|
393
|
-
|
|
391
|
+
const ge = { ...ir };
|
|
392
|
+
function El(t, s) {
|
|
393
|
+
ge[t] = s;
|
|
394
394
|
}
|
|
395
|
-
function
|
|
396
|
-
return
|
|
395
|
+
function cr(t, s) {
|
|
396
|
+
return ur(t, s) ? [] : ["invalid_value"];
|
|
397
397
|
}
|
|
398
|
-
function
|
|
398
|
+
function dr(t, s) {
|
|
399
399
|
var r;
|
|
400
|
-
const e = (r =
|
|
401
|
-
return e ?
|
|
400
|
+
const e = (r = ge[s]) == null ? void 0 : r.call(ge, t);
|
|
401
|
+
return e ? lt(e) : [];
|
|
402
402
|
}
|
|
403
|
-
const
|
|
404
|
-
class
|
|
403
|
+
const Hl = Symbol(), Je = /* @__PURE__ */ new WeakMap();
|
|
404
|
+
class pr extends at {
|
|
405
405
|
constructor(e) {
|
|
406
406
|
super();
|
|
407
407
|
_(this, "errors");
|
|
@@ -413,7 +413,7 @@ class cr extends nt {
|
|
|
413
413
|
this._fields = e, this._submitted = N(!1), this._data = this.getInitialData(e), this._errors = this.getInitialErrors(e), Je.set(
|
|
414
414
|
this,
|
|
415
415
|
c(() => !Object.values(this._errors).some((r) => r !== null))
|
|
416
|
-
), this.errors =
|
|
416
|
+
), this.errors = _e(this._errors);
|
|
417
417
|
}
|
|
418
418
|
get valid() {
|
|
419
419
|
var e;
|
|
@@ -423,8 +423,8 @@ class cr extends nt {
|
|
|
423
423
|
return this._submitted.value;
|
|
424
424
|
}
|
|
425
425
|
setFieldValue(e, r) {
|
|
426
|
-
const n = this._fields[e] ?? W(`Trying to set undefined '${
|
|
427
|
-
this._data[e] = n.type === "string" && (n.trim ?? !0) ?
|
|
426
|
+
const n = this._fields[e] ?? W(`Trying to set undefined '${j(e)}' field`);
|
|
427
|
+
this._data[e] = n.type === "string" && (n.trim ?? !0) ? j(r).trim() : r, this._submitted.value && this.validate();
|
|
428
428
|
}
|
|
429
429
|
getFieldValue(e) {
|
|
430
430
|
return this._data[e];
|
|
@@ -464,11 +464,11 @@ class cr extends nt {
|
|
|
464
464
|
return (n = this._listeners)[e] ?? (n[e] = []), (a = this._listeners[e]) == null || a.push(r), () => this.off(e, r);
|
|
465
465
|
}
|
|
466
466
|
off(e, r) {
|
|
467
|
-
|
|
467
|
+
He(this._listeners[e] ?? [], r);
|
|
468
468
|
}
|
|
469
469
|
async focus(e) {
|
|
470
470
|
var r;
|
|
471
|
-
await
|
|
471
|
+
await Ft(), (r = this._listeners.focus) == null || r.forEach((n) => n(e));
|
|
472
472
|
}
|
|
473
473
|
__get(e) {
|
|
474
474
|
return e in this._fields ? this.getFieldValue(e) : super.__get(e);
|
|
@@ -481,24 +481,24 @@ class cr extends nt {
|
|
|
481
481
|
this.setFieldValue(e, r);
|
|
482
482
|
}
|
|
483
483
|
getFieldErrors(e, r) {
|
|
484
|
-
var
|
|
485
|
-
const n = [], a = this._data[e], u = ((
|
|
486
|
-
n.push(...
|
|
484
|
+
var i;
|
|
485
|
+
const n = [], a = this._data[e], u = ((i = r.rules) == null ? void 0 : i.split("|")) ?? [];
|
|
486
|
+
n.push(...cr(a, r));
|
|
487
487
|
for (const p of u)
|
|
488
|
-
p !== "required" && a == null || n.push(...
|
|
488
|
+
p !== "required" && a == null || n.push(...dr(a, p));
|
|
489
489
|
return n.length > 0 ? n : null;
|
|
490
490
|
}
|
|
491
491
|
getInitialData(e) {
|
|
492
492
|
if (this.static().isConjuring())
|
|
493
493
|
return {};
|
|
494
494
|
const r = Object.entries(e).reduce((n, [a, u]) => (n[a] = u.default ?? null, n), {});
|
|
495
|
-
return
|
|
495
|
+
return ve(r);
|
|
496
496
|
}
|
|
497
497
|
getInitialErrors(e) {
|
|
498
498
|
if (this.static().isConjuring())
|
|
499
499
|
return {};
|
|
500
500
|
const r = Object.keys(e).reduce((n, a) => (n[a] = null, n), {});
|
|
501
|
-
return
|
|
501
|
+
return ve(r);
|
|
502
502
|
}
|
|
503
503
|
resetData() {
|
|
504
504
|
for (const [e, r] of Object.entries(this._fields))
|
|
@@ -508,28 +508,28 @@ class cr extends nt {
|
|
|
508
508
|
Object.keys(this._errors).forEach((r) => delete this._errors[r]), e && Object.assign(this._errors, e);
|
|
509
509
|
}
|
|
510
510
|
}
|
|
511
|
-
function
|
|
512
|
-
const e =
|
|
513
|
-
|
|
511
|
+
function mt(t, s) {
|
|
512
|
+
const e = Y("form", null), r = e == null ? void 0 : e.on("focus", (n) => t.name === n && s());
|
|
513
|
+
$e(() => r == null ? void 0 : r());
|
|
514
514
|
}
|
|
515
|
-
function
|
|
516
|
-
return new
|
|
515
|
+
function ft(t) {
|
|
516
|
+
return new pr(t);
|
|
517
517
|
}
|
|
518
518
|
function Ae() {
|
|
519
|
-
const t =
|
|
520
|
-
return [c(() =>
|
|
519
|
+
const t = tt(), s = c(() => t.class);
|
|
520
|
+
return [c(() => ss(t, "class")), s];
|
|
521
521
|
}
|
|
522
|
-
function
|
|
523
|
-
let s =
|
|
524
|
-
|
|
522
|
+
function Vl(t) {
|
|
523
|
+
let s = rs;
|
|
524
|
+
st(() => s = t()), $e(() => s());
|
|
525
525
|
}
|
|
526
|
-
function
|
|
527
|
-
const e =
|
|
528
|
-
return Le(e, () => O.set(t,
|
|
526
|
+
function Ll(t, s) {
|
|
527
|
+
const e = ve(O.get(t) ?? s);
|
|
528
|
+
return Le(e, () => O.set(t, Ut(e))), e;
|
|
529
529
|
}
|
|
530
|
-
function
|
|
530
|
+
function mr(t) {
|
|
531
531
|
let s = new Set(t), e, r;
|
|
532
|
-
const n =
|
|
532
|
+
const n = Ot((a, u) => (r = a, e = u, {
|
|
533
533
|
get: () => s,
|
|
534
534
|
set: () => W("Attempted to write read-only reactive set")
|
|
535
535
|
}));
|
|
@@ -554,68 +554,68 @@ function dr(t) {
|
|
|
554
554
|
}
|
|
555
555
|
};
|
|
556
556
|
}
|
|
557
|
-
function
|
|
557
|
+
function Il(t) {
|
|
558
558
|
const s = N(), e = c(t);
|
|
559
559
|
return Le(e, async () => s.value = await e.value, { immediate: !0 }), s;
|
|
560
560
|
}
|
|
561
|
-
function
|
|
562
|
-
const e = s ? t : {}, r = s ?? t, n = N(e.initial ?? null), a =
|
|
561
|
+
function zl(t, s) {
|
|
562
|
+
const e = s ? t : {}, r = s ?? t, n = N(e.initial ?? null), a = ns((u) => n.value = u, e.delay ?? 300);
|
|
563
563
|
return G(() => a(r())), n;
|
|
564
564
|
}
|
|
565
565
|
let ie = null;
|
|
566
|
-
function
|
|
567
|
-
return
|
|
566
|
+
function fr() {
|
|
567
|
+
return se(new Ne(), (t) => {
|
|
568
568
|
t.link = function(s) {
|
|
569
569
|
const e = Ne.prototype.link.apply(this, [s]);
|
|
570
570
|
return s.href.startsWith("#") ? e : e.replace("<a", '<a target="_blank"');
|
|
571
571
|
};
|
|
572
572
|
});
|
|
573
573
|
}
|
|
574
|
-
function
|
|
575
|
-
const s =
|
|
574
|
+
function hr(t) {
|
|
575
|
+
const s = ot(t, /<a[^>]*href="#action:([^"]+)"[^>]*>([^<]+)<\/a>/g);
|
|
576
576
|
for (const [e, r, n] of s)
|
|
577
577
|
t = t.replace(e, `<button type="button" data-markdown-action="${r}">${n}</button>`);
|
|
578
578
|
return t;
|
|
579
579
|
}
|
|
580
|
-
function
|
|
581
|
-
const s =
|
|
580
|
+
function gr(t) {
|
|
581
|
+
const s = ot(t, /<a[^>]*href="#route:([^"]+)"[^>]*>([^<]+)<\/a>/g);
|
|
582
582
|
for (const [e, r, n] of s) {
|
|
583
583
|
const a = (ie == null ? void 0 : ie.resolve(r)) ?? r;
|
|
584
584
|
t = t.replace(e, `<a data-markdown-route="${r}" href="${a}">${n}</a>`);
|
|
585
585
|
}
|
|
586
586
|
return t;
|
|
587
587
|
}
|
|
588
|
-
function
|
|
588
|
+
function vr() {
|
|
589
589
|
return ie;
|
|
590
590
|
}
|
|
591
|
-
function
|
|
591
|
+
function Rl(t) {
|
|
592
592
|
ie = t;
|
|
593
593
|
}
|
|
594
|
-
function
|
|
595
|
-
let s =
|
|
596
|
-
return s =
|
|
594
|
+
function br(t) {
|
|
595
|
+
let s = hs(t, { renderer: fr(), async: !1 });
|
|
596
|
+
return s = ht(s), s = hr(s), s = gr(s), s;
|
|
597
597
|
}
|
|
598
|
-
function
|
|
599
|
-
return
|
|
598
|
+
function ht(t) {
|
|
599
|
+
return fs.sanitize(t, { ADD_ATTR: ["target"] });
|
|
600
600
|
}
|
|
601
|
-
const
|
|
601
|
+
const yr = 6e4, Ze = -(/* @__PURE__ */ new Date()).getTimezoneOffset() * -yr, wr = {
|
|
602
602
|
mounted(t, { value: s }) {
|
|
603
|
-
t.innerHTML =
|
|
603
|
+
t.innerHTML = ht(s);
|
|
604
604
|
}
|
|
605
|
-
},
|
|
606
|
-
measure:
|
|
607
|
-
"safe-html":
|
|
608
|
-
},
|
|
605
|
+
}, $r = {
|
|
606
|
+
measure: or,
|
|
607
|
+
"safe-html": wr
|
|
608
|
+
}, _r = {
|
|
609
609
|
install(t, s) {
|
|
610
610
|
const e = {
|
|
611
|
-
|
|
611
|
+
...$r,
|
|
612
612
|
...s.directives
|
|
613
613
|
};
|
|
614
614
|
for (const [r, n] of Object.entries(e))
|
|
615
615
|
t.directive(r, n);
|
|
616
616
|
}
|
|
617
617
|
};
|
|
618
|
-
class
|
|
618
|
+
class xr extends Se {
|
|
619
619
|
constructor() {
|
|
620
620
|
super(...arguments);
|
|
621
621
|
_(this, "cache");
|
|
@@ -631,28 +631,28 @@ class wr extends Ce {
|
|
|
631
631
|
(await n.keys(e)).length !== 0 && await n.put(e, r);
|
|
632
632
|
}
|
|
633
633
|
async open() {
|
|
634
|
-
return this.cache = this.cache ??
|
|
634
|
+
return this.cache = this.cache ?? se(new J(), (e) => {
|
|
635
635
|
caches.open("app").then((r) => e.resolve(r));
|
|
636
636
|
});
|
|
637
637
|
}
|
|
638
638
|
}
|
|
639
|
-
const
|
|
640
|
-
class
|
|
639
|
+
const ql = re(xr);
|
|
640
|
+
class Cr extends Se {
|
|
641
641
|
async purge() {
|
|
642
642
|
await F.emit("purge-storage");
|
|
643
643
|
}
|
|
644
644
|
}
|
|
645
|
-
const
|
|
646
|
-
function
|
|
645
|
+
const gt = re(Cr);
|
|
646
|
+
function Al(t, s) {
|
|
647
647
|
return {
|
|
648
648
|
...t,
|
|
649
|
-
...
|
|
649
|
+
...ae(s, Object.keys(t))
|
|
650
650
|
};
|
|
651
651
|
}
|
|
652
|
-
const
|
|
653
|
-
$app:
|
|
652
|
+
const Sr = {
|
|
653
|
+
$app: P,
|
|
654
654
|
$events: F,
|
|
655
|
-
$storage:
|
|
655
|
+
$storage: gt
|
|
656
656
|
};
|
|
657
657
|
async function ke(t, s) {
|
|
658
658
|
await Promise.all(
|
|
@@ -662,46 +662,46 @@ async function ke(t, s) {
|
|
|
662
662
|
return (u = (a = t.config).errorHandler) == null ? void 0 : u.call(a, n, null, `Failed launching ${e}.`);
|
|
663
663
|
});
|
|
664
664
|
})
|
|
665
|
-
), Object.assign(t.config.globalProperties, s), (
|
|
665
|
+
), Object.assign(t.config.globalProperties, s), (Z() || ze()) && Object.assign(globalThis, s);
|
|
666
666
|
}
|
|
667
|
-
const
|
|
667
|
+
const kr = {
|
|
668
668
|
async install(t, s) {
|
|
669
669
|
var r;
|
|
670
670
|
const e = {
|
|
671
|
-
...
|
|
671
|
+
...Sr,
|
|
672
672
|
...s.services
|
|
673
673
|
};
|
|
674
|
-
t.use(
|
|
674
|
+
t.use(Ys()), (r = s.settings) == null || r.forEach((n) => P.addSetting(n)), await ke(t, e);
|
|
675
675
|
}
|
|
676
|
-
},
|
|
676
|
+
}, Xe = /* @__PURE__ */ new WeakSet();
|
|
677
677
|
function Pe() {
|
|
678
|
-
const t =
|
|
679
|
-
return
|
|
678
|
+
const t = ut(), { close: s, remove: e, ...r } = gs(Xe.has(t) ? {} : { removeOnClose: !1 });
|
|
679
|
+
return Xe.add(t), {
|
|
680
680
|
...r,
|
|
681
681
|
async close(n) {
|
|
682
|
-
s(n), await
|
|
682
|
+
s(n), await oe(1e3), e();
|
|
683
683
|
}
|
|
684
684
|
};
|
|
685
685
|
}
|
|
686
|
-
const
|
|
686
|
+
const vt = 768, be = {
|
|
687
687
|
Mobile: "mobile",
|
|
688
688
|
Desktop: "desktop"
|
|
689
689
|
};
|
|
690
|
-
function
|
|
691
|
-
return globalThis.innerWidth >
|
|
690
|
+
function bt() {
|
|
691
|
+
return globalThis.innerWidth > vt ? be.Desktop : be.Mobile;
|
|
692
692
|
}
|
|
693
|
-
const
|
|
693
|
+
const Tr = Ce({
|
|
694
694
|
name: "ui",
|
|
695
695
|
initialState: {
|
|
696
696
|
toasts: [],
|
|
697
|
-
layout:
|
|
697
|
+
layout: bt()
|
|
698
698
|
},
|
|
699
699
|
computed: {
|
|
700
|
-
desktop: ({ layout: t }) => t ===
|
|
701
|
-
mobile: ({ layout: t }) => t ===
|
|
700
|
+
desktop: ({ layout: t }) => t === be.Desktop,
|
|
701
|
+
mobile: ({ layout: t }) => t === be.Mobile
|
|
702
702
|
}
|
|
703
703
|
});
|
|
704
|
-
class
|
|
704
|
+
class Mr extends Tr {
|
|
705
705
|
constructor() {
|
|
706
706
|
super(...arguments);
|
|
707
707
|
_(this, "components", {});
|
|
@@ -734,16 +734,16 @@ class kr extends Cr {
|
|
|
734
734
|
title: e,
|
|
735
735
|
message: r,
|
|
736
736
|
required: !!(n != null && n.required)
|
|
737
|
-
}, { response:
|
|
738
|
-
(w, [v, { default:
|
|
739
|
-
[v]:
|
|
737
|
+
}, { response: i } = await this.modal(this.requireComponent("confirm-modal"), u), p = typeof i == "object" ? i[0] : i ?? !1, g = typeof i == "object" ? i[1] : Object.entries(u.checkboxes ?? {}).reduce(
|
|
738
|
+
(w, [v, { default: k }]) => ({
|
|
739
|
+
[v]: k ?? !1,
|
|
740
740
|
...w
|
|
741
741
|
}),
|
|
742
742
|
{}
|
|
743
743
|
);
|
|
744
744
|
for (const [w, v] of Object.entries(u.checkboxes ?? {}))
|
|
745
745
|
if (!(!v.required || g[w]))
|
|
746
|
-
return p &&
|
|
746
|
+
return p && Z() && console.warn(`Confirmed confirm modal was suppressed because required '${w}' checkbox was missing`), [!1, g];
|
|
747
747
|
return "checkboxes" in u ? [p, g] : p;
|
|
748
748
|
}
|
|
749
749
|
async prompt(e, r, n) {
|
|
@@ -754,8 +754,8 @@ class kr extends Cr {
|
|
|
754
754
|
title: e,
|
|
755
755
|
message: r,
|
|
756
756
|
...n ?? {}
|
|
757
|
-
}, { response:
|
|
758
|
-
return (a && typeof
|
|
757
|
+
}, { response: i } = await this.modal(this.requireComponent("prompt-modal"), u());
|
|
758
|
+
return (a && typeof i == "string" ? i == null ? void 0 : i.trim() : i) ?? null;
|
|
759
759
|
}
|
|
760
760
|
async loading(e, r) {
|
|
761
761
|
const n = (v) => typeof v == "function" ? Promise.resolve(v()) : v, a = () => {
|
|
@@ -766,31 +766,31 @@ class kr extends Cr {
|
|
|
766
766
|
};
|
|
767
767
|
if (typeof e == "function" || e instanceof Promise)
|
|
768
768
|
return { operationPromise: n(e) };
|
|
769
|
-
const { delay: v, ...
|
|
769
|
+
const { delay: v, ...k } = e;
|
|
770
770
|
return {
|
|
771
|
-
props:
|
|
771
|
+
props: k,
|
|
772
772
|
delay: l(v),
|
|
773
773
|
operationPromise: n(r)
|
|
774
774
|
};
|
|
775
775
|
};
|
|
776
776
|
let u = !1;
|
|
777
|
-
const { operationPromise:
|
|
778
|
-
if (g && await Promise.race([
|
|
779
|
-
return
|
|
780
|
-
const w =
|
|
777
|
+
const { operationPromise: i, props: p, delay: g } = a();
|
|
778
|
+
if (g && await Promise.race([oe({ ms: g }).then(() => u = !0), i]), g && !u)
|
|
779
|
+
return i;
|
|
780
|
+
const w = vs(this.requireComponent("loading-modal"), p);
|
|
781
781
|
We(w);
|
|
782
782
|
try {
|
|
783
|
-
const v = await
|
|
784
|
-
return await
|
|
783
|
+
const v = await i;
|
|
784
|
+
return await oe({ ms: 500 }), v;
|
|
785
785
|
} finally {
|
|
786
786
|
await Ke(w.id, { removeAfter: 1e3 });
|
|
787
787
|
}
|
|
788
788
|
}
|
|
789
789
|
toast(e, r = {}) {
|
|
790
790
|
const { component: n, ...a } = r, u = {
|
|
791
|
-
id:
|
|
791
|
+
id: ue(),
|
|
792
792
|
properties: { message: e, ...a },
|
|
793
|
-
component:
|
|
793
|
+
component: V(n ?? this.requireComponent("toast"))
|
|
794
794
|
};
|
|
795
795
|
this.setState("toasts", this.toasts.concat(u));
|
|
796
796
|
}
|
|
@@ -798,7 +798,7 @@ class kr extends Cr {
|
|
|
798
798
|
return We(e, r ?? {});
|
|
799
799
|
}
|
|
800
800
|
async closeAllModals() {
|
|
801
|
-
await Promise.all(
|
|
801
|
+
await Promise.all(le.value.map(({ id: e }) => Ke(e, { removeAfter: 1e3 })));
|
|
802
802
|
}
|
|
803
803
|
async boot() {
|
|
804
804
|
this.watchMountedEvent(), this.watchViewportBreakpoints();
|
|
@@ -808,17 +808,17 @@ class kr extends Cr {
|
|
|
808
808
|
if (!globalThis.document || !globalThis.getComputedStyle)
|
|
809
809
|
return;
|
|
810
810
|
const e = globalThis.document.getElementById("splash");
|
|
811
|
-
e && (globalThis.getComputedStyle(e).opacity !== "0" && (e.style.opacity = "0", await
|
|
811
|
+
e && (globalThis.getComputedStyle(e).opacity !== "0" && (e.style.opacity = "0", await oe({ ms: 600 })), e.remove());
|
|
812
812
|
});
|
|
813
813
|
}
|
|
814
814
|
watchViewportBreakpoints() {
|
|
815
815
|
if (!globalThis.matchMedia)
|
|
816
816
|
return;
|
|
817
|
-
globalThis.matchMedia(`(min-width: ${
|
|
817
|
+
globalThis.matchMedia(`(min-width: ${vt}px)`).addEventListener("change", () => this.setState({ layout: bt() }));
|
|
818
818
|
}
|
|
819
819
|
}
|
|
820
|
-
const
|
|
821
|
-
class
|
|
820
|
+
const A = re(Mr);
|
|
821
|
+
class Er {
|
|
822
822
|
constructor(s, e) {
|
|
823
823
|
this.locale = s, this.fallbackLocale = e;
|
|
824
824
|
}
|
|
@@ -838,13 +838,13 @@ class Sr {
|
|
|
838
838
|
return ["en"];
|
|
839
839
|
}
|
|
840
840
|
translate(s) {
|
|
841
|
-
return
|
|
841
|
+
return Z() && console.warn("Lang provider is missing"), s;
|
|
842
842
|
}
|
|
843
843
|
translateWithDefault(s, e) {
|
|
844
|
-
return
|
|
844
|
+
return Z() && console.warn("Lang provider is missing"), e;
|
|
845
845
|
}
|
|
846
846
|
}
|
|
847
|
-
const
|
|
847
|
+
const Hr = Ce({
|
|
848
848
|
name: "lang",
|
|
849
849
|
persist: ["locale", "fallbackLocale"],
|
|
850
850
|
initialState: {
|
|
@@ -853,11 +853,11 @@ const Tr = xe({
|
|
|
853
853
|
fallbackLocale: "en"
|
|
854
854
|
}
|
|
855
855
|
});
|
|
856
|
-
class
|
|
856
|
+
class Vr extends Hr {
|
|
857
857
|
constructor() {
|
|
858
858
|
super();
|
|
859
859
|
_(this, "provider");
|
|
860
|
-
this.provider = new
|
|
860
|
+
this.provider = new Er(
|
|
861
861
|
this.getState("locale") ?? this.getBrowserLocale(),
|
|
862
862
|
this.getState("fallbackLocale")
|
|
863
863
|
);
|
|
@@ -885,7 +885,7 @@ class Mr extends Tr {
|
|
|
885
885
|
);
|
|
886
886
|
}
|
|
887
887
|
}
|
|
888
|
-
const
|
|
888
|
+
const X = re(Vr), yt = X.translate.bind(X), S = X.translateWithDefault.bind(X), Lr = Ce({
|
|
889
889
|
name: "errors",
|
|
890
890
|
initialState: {
|
|
891
891
|
logs: [],
|
|
@@ -898,7 +898,7 @@ const Z = se(Mr), bt = Z.translate.bind(Z), k = Z.translateWithDefault.bind(Z),
|
|
|
898
898
|
hasStartupErrors: ({ startupErrors: t }) => t.length > 0
|
|
899
899
|
}
|
|
900
900
|
});
|
|
901
|
-
class
|
|
901
|
+
class Ir extends Lr {
|
|
902
902
|
constructor() {
|
|
903
903
|
super(...arguments);
|
|
904
904
|
_(this, "forceReporting", !1);
|
|
@@ -913,16 +913,16 @@ class Vr extends Hr {
|
|
|
913
913
|
}
|
|
914
914
|
async inspect(e, r) {
|
|
915
915
|
if (Array.isArray(e) && e.length === 0) {
|
|
916
|
-
|
|
916
|
+
A.alert(S("errors.inspectEmpty", "Nothing to inspect!"));
|
|
917
917
|
return;
|
|
918
918
|
}
|
|
919
919
|
const n = Array.isArray(e) ? e[0] : this.isErrorReport(e) ? e : await this.createErrorReport(e), a = Array.isArray(e) ? e : r ?? [n];
|
|
920
|
-
|
|
920
|
+
A.modal(A.requireComponent("error-report-modal"), { report: n, reports: a });
|
|
921
921
|
}
|
|
922
922
|
async report(e, r) {
|
|
923
|
-
if (await F.emit("error", { error: e, message: r }), ze("unit") || (
|
|
923
|
+
if (await F.emit("error", { error: e, message: r }), ze("unit") || (Z() && this.logError(e), !this.enabled))
|
|
924
924
|
throw e;
|
|
925
|
-
if (!
|
|
925
|
+
if (!P.isMounted()) {
|
|
926
926
|
const u = await this.createStartupErrorReport(e);
|
|
927
927
|
u && this.setState({ startupErrors: this.startupErrors.concat(u) });
|
|
928
928
|
return;
|
|
@@ -932,22 +932,22 @@ class Vr extends Hr {
|
|
|
932
932
|
seen: !1,
|
|
933
933
|
date: /* @__PURE__ */ new Date()
|
|
934
934
|
};
|
|
935
|
-
|
|
936
|
-
r ??
|
|
935
|
+
A.toast(
|
|
936
|
+
r ?? S("errors.notice", "Something went wrong, but it's not your fault. Try again!"),
|
|
937
937
|
{
|
|
938
938
|
variant: "danger",
|
|
939
939
|
actions: [
|
|
940
940
|
{
|
|
941
|
-
label:
|
|
941
|
+
label: S("errors.viewDetails", "View details"),
|
|
942
942
|
dismiss: !0,
|
|
943
|
-
click: () =>
|
|
943
|
+
click: () => A.modal(A.requireComponent("error-report-modal"), { report: n, reports: [n] })
|
|
944
944
|
}
|
|
945
945
|
]
|
|
946
946
|
}
|
|
947
947
|
), this.setState({ logs: [a].concat(this.logs) });
|
|
948
948
|
}
|
|
949
949
|
reportDevelopmentError(e, r) {
|
|
950
|
-
|
|
950
|
+
Z() && (r && console.warn(r), this.logError(e));
|
|
951
951
|
}
|
|
952
952
|
see(e) {
|
|
953
953
|
this.setState({
|
|
@@ -968,27 +968,27 @@ class Vr extends Hr {
|
|
|
968
968
|
});
|
|
969
969
|
}
|
|
970
970
|
logError(e) {
|
|
971
|
-
console.error(e),
|
|
971
|
+
console.error(e), he(e) && e.cause && this.logError(e.cause);
|
|
972
972
|
}
|
|
973
973
|
isErrorReport(e) {
|
|
974
|
-
return
|
|
974
|
+
return he(e) && "title" in e;
|
|
975
975
|
}
|
|
976
976
|
async createErrorReport(e) {
|
|
977
|
-
return typeof e == "string" ? { title: e } : e instanceof Error || e instanceof
|
|
978
|
-
title:
|
|
979
|
-
e.name ?? e.title ??
|
|
977
|
+
return typeof e == "string" ? { title: e } : e instanceof Error || e instanceof xe ? this.createErrorReportFromError(e) : he(e) ? it({
|
|
978
|
+
title: j(
|
|
979
|
+
e.name ?? e.title ?? S("errors.unknown", "Unknown Error")
|
|
980
980
|
),
|
|
981
|
-
description:
|
|
982
|
-
e.message ?? e.description ??
|
|
981
|
+
description: j(
|
|
982
|
+
e.message ?? e.description ?? S("errors.unknownDescription", "Unknown error object")
|
|
983
983
|
),
|
|
984
984
|
error: e
|
|
985
985
|
}) : {
|
|
986
|
-
title:
|
|
986
|
+
title: S("errors.unknown", "Unknown Error"),
|
|
987
987
|
error: e
|
|
988
988
|
};
|
|
989
989
|
}
|
|
990
990
|
async createStartupErrorReport(e) {
|
|
991
|
-
return e instanceof
|
|
991
|
+
return e instanceof Ve ? e.cause instanceof Ve ? null : this.createErrorReport(e.cause) : this.createErrorReport(e);
|
|
992
992
|
}
|
|
993
993
|
createErrorReportFromError(e, r = {}) {
|
|
994
994
|
return {
|
|
@@ -1000,7 +1000,7 @@ class Vr extends Hr {
|
|
|
1000
1000
|
};
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
1003
|
-
const
|
|
1003
|
+
const wt = re(Ir), $t = /* @__PURE__ */ h({
|
|
1004
1004
|
__name: "HeadlessButton",
|
|
1005
1005
|
props: {
|
|
1006
1006
|
class: {},
|
|
@@ -1017,7 +1017,7 @@ const yt = se(Vr), wt = /* @__PURE__ */ h({
|
|
|
1017
1017
|
},
|
|
1018
1018
|
setup(t) {
|
|
1019
1019
|
const s = c(() => t.as ? { as: t.as } : t.route ? {
|
|
1020
|
-
as:
|
|
1020
|
+
as: A.resolveComponent("router-link") ?? "a",
|
|
1021
1021
|
to: it({
|
|
1022
1022
|
name: t.route,
|
|
1023
1023
|
params: t.routeParams,
|
|
@@ -1031,7 +1031,7 @@ const yt = se(Vr), wt = /* @__PURE__ */ h({
|
|
|
1031
1031
|
as: "button",
|
|
1032
1032
|
type: t.submit ? "submit" : "button"
|
|
1033
1033
|
});
|
|
1034
|
-
return (e, r) => (
|
|
1034
|
+
return (e, r) => (o(), f(l(xs), H({
|
|
1035
1035
|
class: t.class,
|
|
1036
1036
|
"as-child": e.asChild,
|
|
1037
1037
|
disabled: e.disabled
|
|
@@ -1042,7 +1042,7 @@ const yt = se(Vr), wt = /* @__PURE__ */ h({
|
|
|
1042
1042
|
_: 3
|
|
1043
1043
|
}, 16, ["class", "as-child", "disabled"]));
|
|
1044
1044
|
}
|
|
1045
|
-
}),
|
|
1045
|
+
}), I = /* @__PURE__ */ h({
|
|
1046
1046
|
__name: "Button",
|
|
1047
1047
|
props: {
|
|
1048
1048
|
class: {},
|
|
@@ -1058,7 +1058,7 @@ const yt = se(Vr), wt = /* @__PURE__ */ h({
|
|
|
1058
1058
|
as: {}
|
|
1059
1059
|
},
|
|
1060
1060
|
setup(t) {
|
|
1061
|
-
const s = K(t, ["class", "size", "variant", "disabled"]), e = c(() =>
|
|
1061
|
+
const s = K(t, ["class", "size", "variant", "disabled"]), e = c(() => pt(
|
|
1062
1062
|
{ baseClasses: t.class, variant: t.variant, size: t.size, disabled: t.disabled },
|
|
1063
1063
|
{
|
|
1064
1064
|
baseClasses: "focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2",
|
|
@@ -1154,7 +1154,7 @@ const yt = se(Vr), wt = /* @__PURE__ */ h({
|
|
|
1154
1154
|
}
|
|
1155
1155
|
}
|
|
1156
1156
|
));
|
|
1157
|
-
return (r, n) => (
|
|
1157
|
+
return (r, n) => (o(), f($t, H({
|
|
1158
1158
|
class: e.value,
|
|
1159
1159
|
disabled: r.disabled
|
|
1160
1160
|
}, s), {
|
|
@@ -1165,17 +1165,17 @@ const yt = se(Vr), wt = /* @__PURE__ */ h({
|
|
|
1165
1165
|
}, 16, ["class", "disabled"]));
|
|
1166
1166
|
}
|
|
1167
1167
|
});
|
|
1168
|
-
function
|
|
1168
|
+
function zr(t) {
|
|
1169
1169
|
return typeof t == "object" && t !== null && "label" in t;
|
|
1170
1170
|
}
|
|
1171
|
-
const
|
|
1171
|
+
const _t = /* @__PURE__ */ h({
|
|
1172
1172
|
__name: "HeadlessSelectValue",
|
|
1173
1173
|
setup(t) {
|
|
1174
|
-
const s =
|
|
1174
|
+
const s = R(
|
|
1175
1175
|
"select",
|
|
1176
1176
|
"<HeadlessSelectValue> must be a child of a <HeadlessSelect>"
|
|
1177
1177
|
);
|
|
1178
|
-
return (e, r) => e.$slots.default ? (
|
|
1178
|
+
return (e, r) => e.$slots.default ? (o(), f(l(Qe), {
|
|
1179
1179
|
key: 0,
|
|
1180
1180
|
placeholder: l(s).placeholder
|
|
1181
1181
|
}, {
|
|
@@ -1183,33 +1183,33 @@ const $t = /* @__PURE__ */ h({
|
|
|
1183
1183
|
$(e.$slots, "default")
|
|
1184
1184
|
]),
|
|
1185
1185
|
_: 3
|
|
1186
|
-
}, 8, ["placeholder"])) : (
|
|
1186
|
+
}, 8, ["placeholder"])) : (o(), f(l(Qe), {
|
|
1187
1187
|
key: 1,
|
|
1188
1188
|
placeholder: l(s).placeholder
|
|
1189
1189
|
}, null, 8, ["placeholder"]));
|
|
1190
1190
|
}
|
|
1191
|
-
}),
|
|
1191
|
+
}), xt = /* @__PURE__ */ h({
|
|
1192
1192
|
__name: "HeadlessSelectTrigger",
|
|
1193
1193
|
setup(t) {
|
|
1194
|
-
const s =
|
|
1194
|
+
const s = R(
|
|
1195
1195
|
"select",
|
|
1196
1196
|
"<HeadlessSelectTrigger> must be a child of a <HeadlessSelect>"
|
|
1197
1197
|
);
|
|
1198
|
-
return (e, r) => (
|
|
1198
|
+
return (e, r) => (o(), f(l(Cs), {
|
|
1199
1199
|
id: l(s).id
|
|
1200
1200
|
}, {
|
|
1201
1201
|
default: m(() => [
|
|
1202
1202
|
$(e.$slots, "default", {}, () => [
|
|
1203
|
-
d(
|
|
1203
|
+
d(_t, {
|
|
1204
1204
|
placeholder: l(s).placeholder
|
|
1205
1205
|
}, null, 8, ["placeholder"]),
|
|
1206
|
-
d(l(
|
|
1206
|
+
d(l(Ss))
|
|
1207
1207
|
])
|
|
1208
1208
|
]),
|
|
1209
1209
|
_: 3
|
|
1210
1210
|
}, 8, ["id"]));
|
|
1211
1211
|
}
|
|
1212
|
-
}),
|
|
1212
|
+
}), Ct = /* @__PURE__ */ h({
|
|
1213
1213
|
__name: "HeadlessSelectOption",
|
|
1214
1214
|
props: {
|
|
1215
1215
|
value: {},
|
|
@@ -1219,17 +1219,17 @@ const $t = /* @__PURE__ */ h({
|
|
|
1219
1219
|
as: {}
|
|
1220
1220
|
},
|
|
1221
1221
|
setup(t) {
|
|
1222
|
-
const s =
|
|
1222
|
+
const s = R(
|
|
1223
1223
|
"select",
|
|
1224
1224
|
"<HeadlessSelectOption> must be a child of a <HeadlessSelect>"
|
|
1225
1225
|
), e = c(() => {
|
|
1226
1226
|
var n;
|
|
1227
1227
|
const r = (n = s.options) == null ? void 0 : n.find((a) => a.value === t.value);
|
|
1228
|
-
return r ? r.label :
|
|
1228
|
+
return r ? r.label : j(t.value);
|
|
1229
1229
|
});
|
|
1230
|
-
return (r, n) => (
|
|
1230
|
+
return (r, n) => (o(), f(l(ks), ce(de(r.$props)), {
|
|
1231
1231
|
default: m(() => [
|
|
1232
|
-
d(l(
|
|
1232
|
+
d(l(Ts), null, {
|
|
1233
1233
|
default: m(() => [
|
|
1234
1234
|
$(r.$slots, "default", {}, () => [
|
|
1235
1235
|
L(x(e.value), 1)
|
|
@@ -1241,20 +1241,20 @@ const $t = /* @__PURE__ */ h({
|
|
|
1241
1241
|
_: 3
|
|
1242
1242
|
}, 16));
|
|
1243
1243
|
}
|
|
1244
|
-
}),
|
|
1244
|
+
}), St = /* @__PURE__ */ h({
|
|
1245
1245
|
__name: "HeadlessSelectOptions",
|
|
1246
1246
|
props: {
|
|
1247
1247
|
class: {},
|
|
1248
1248
|
innerClass: {}
|
|
1249
1249
|
},
|
|
1250
1250
|
setup(t) {
|
|
1251
|
-
const s =
|
|
1251
|
+
const s = R(
|
|
1252
1252
|
"select",
|
|
1253
1253
|
"<HeadlessSelectOptions> must be a child of a <HeadlessSelect>"
|
|
1254
|
-
), e = c(() =>
|
|
1255
|
-
return (r, n) => (
|
|
1254
|
+
), e = c(() => E("min-w-(--reka-select-trigger-width) max-h-(--reka-select-content-available-height)", t.class));
|
|
1255
|
+
return (r, n) => (o(), f(l(Ms), null, {
|
|
1256
1256
|
default: m(() => [
|
|
1257
|
-
d(l(
|
|
1257
|
+
d(l(Es), {
|
|
1258
1258
|
position: "popper",
|
|
1259
1259
|
class: C(e.value),
|
|
1260
1260
|
align: l(s).align,
|
|
@@ -1262,12 +1262,12 @@ const $t = /* @__PURE__ */ h({
|
|
|
1262
1262
|
"side-offset": 4
|
|
1263
1263
|
}, {
|
|
1264
1264
|
default: m(() => [
|
|
1265
|
-
d(l(
|
|
1265
|
+
d(l(Hs), {
|
|
1266
1266
|
class: C(r.innerClass)
|
|
1267
1267
|
}, {
|
|
1268
1268
|
default: m(() => [
|
|
1269
1269
|
$(r.$slots, "default", {}, () => [
|
|
1270
|
-
(
|
|
1270
|
+
(o(!0), y(D, null, U(l(s).options ?? [], (a) => (o(), f(Ct, {
|
|
1271
1271
|
key: a.key,
|
|
1272
1272
|
value: a.value
|
|
1273
1273
|
}, null, 8, ["value"]))), 128))
|
|
@@ -1282,7 +1282,7 @@ const $t = /* @__PURE__ */ h({
|
|
|
1282
1282
|
_: 3
|
|
1283
1283
|
}));
|
|
1284
1284
|
}
|
|
1285
|
-
}),
|
|
1285
|
+
}), Rr = /* @__PURE__ */ h({
|
|
1286
1286
|
inheritAttrs: !1,
|
|
1287
1287
|
__name: "HeadlessSelect",
|
|
1288
1288
|
props: {
|
|
@@ -1302,9 +1302,9 @@ const $t = /* @__PURE__ */ h({
|
|
|
1302
1302
|
},
|
|
1303
1303
|
emits: ["update:modelValue"],
|
|
1304
1304
|
setup(t, { expose: s, emit: e }) {
|
|
1305
|
-
const r = e, n =
|
|
1306
|
-
key:
|
|
1307
|
-
label: t.renderOption ? t.renderOption(v) :
|
|
1305
|
+
const r = e, n = Y("form", null), a = c(() => n && t.name ? n.getFieldValue(t.name) : t.modelValue), u = c(() => a.value), i = c(() => !n || !t.name ? null : n.errors[t.name] ?? null), p = c(() => t.options ? t.options.map((v) => ({
|
|
1306
|
+
key: ue(),
|
|
1307
|
+
label: t.renderOption ? t.renderOption(v) : zr(v) ? as(v.label) : j(v),
|
|
1308
1308
|
value: v
|
|
1309
1309
|
})) : null), g = {
|
|
1310
1310
|
labelClass: t.labelClass,
|
|
@@ -1312,17 +1312,17 @@ const $t = /* @__PURE__ */ h({
|
|
|
1312
1312
|
align: t.align,
|
|
1313
1313
|
side: t.side,
|
|
1314
1314
|
value: a,
|
|
1315
|
-
id: `select-${
|
|
1315
|
+
id: `select-${ue()}`,
|
|
1316
1316
|
name: c(() => t.name),
|
|
1317
1317
|
label: c(() => t.label),
|
|
1318
1318
|
description: c(() => t.description),
|
|
1319
|
-
placeholder: c(() => t.placeholder ??
|
|
1319
|
+
placeholder: c(() => t.placeholder ?? S("ui.select", "Select an option")),
|
|
1320
1320
|
options: p,
|
|
1321
1321
|
selectedOption: c(() => {
|
|
1322
1322
|
var v;
|
|
1323
|
-
return (v = p.value) == null ? void 0 : v.find((
|
|
1323
|
+
return (v = p.value) == null ? void 0 : v.find((k) => k.value === t.modelValue);
|
|
1324
1324
|
}),
|
|
1325
|
-
errors:
|
|
1325
|
+
errors: _e(i),
|
|
1326
1326
|
required: c(() => {
|
|
1327
1327
|
if (!(!t.name || !n))
|
|
1328
1328
|
return n.getFieldRules(t.name).includes("required");
|
|
@@ -1338,20 +1338,20 @@ const $t = /* @__PURE__ */ h({
|
|
|
1338
1338
|
function w(v) {
|
|
1339
1339
|
g.update(v);
|
|
1340
1340
|
}
|
|
1341
|
-
return
|
|
1341
|
+
return pe("select", g), s(g), (v, k) => (o(), f(l(Vs), {
|
|
1342
1342
|
"model-value": u.value,
|
|
1343
1343
|
by: v.compareOptions,
|
|
1344
|
-
"onUpdate:modelValue":
|
|
1344
|
+
"onUpdate:modelValue": k[0] || (k[0] = (q) => w(q))
|
|
1345
1345
|
}, {
|
|
1346
1346
|
default: m(({ open: q }) => [
|
|
1347
|
-
(
|
|
1347
|
+
(o(), f(ee(v.as), ce(de(v.$attrs)), {
|
|
1348
1348
|
default: m(() => [
|
|
1349
1349
|
$(v.$slots, "default", {
|
|
1350
1350
|
modelValue: v.modelValue,
|
|
1351
1351
|
open: q
|
|
1352
1352
|
}, () => [
|
|
1353
|
-
d(
|
|
1354
|
-
d(
|
|
1353
|
+
d(xt),
|
|
1354
|
+
d(St)
|
|
1355
1355
|
])
|
|
1356
1356
|
]),
|
|
1357
1357
|
_: 2
|
|
@@ -1360,18 +1360,18 @@ const $t = /* @__PURE__ */ h({
|
|
|
1360
1360
|
_: 3
|
|
1361
1361
|
}, 8, ["model-value", "by"]));
|
|
1362
1362
|
}
|
|
1363
|
-
}),
|
|
1363
|
+
}), Ye = /* @__PURE__ */ h({
|
|
1364
1364
|
__name: "HeadlessSelectLabel",
|
|
1365
1365
|
props: {
|
|
1366
1366
|
asChild: { type: Boolean },
|
|
1367
1367
|
as: {}
|
|
1368
1368
|
},
|
|
1369
1369
|
setup(t) {
|
|
1370
|
-
const s =
|
|
1370
|
+
const s = R(
|
|
1371
1371
|
"select",
|
|
1372
1372
|
"<HeadlessSelectLabel> must be a child of a <HeadlessSelect>"
|
|
1373
|
-
), e =
|
|
1374
|
-
return (n, a) => r.value ? (
|
|
1373
|
+
), e = Ie(), r = c(() => !!(s.label || e.default));
|
|
1374
|
+
return (n, a) => r.value ? (o(), f(l(Ls), H({
|
|
1375
1375
|
key: 0,
|
|
1376
1376
|
for: l(s).id
|
|
1377
1377
|
}, n.$props), {
|
|
@@ -1389,8 +1389,8 @@ const $t = /* @__PURE__ */ h({
|
|
|
1389
1389
|
class: {}
|
|
1390
1390
|
},
|
|
1391
1391
|
setup(t) {
|
|
1392
|
-
const s =
|
|
1393
|
-
return (r, n) => r.$slots.default ? (
|
|
1392
|
+
const s = R("select", "<SelectLabel> must be a child of a <Select>"), e = c(() => E("block text-sm leading-6 font-medium text-gray-900", s.labelClass, t.class));
|
|
1393
|
+
return (r, n) => r.$slots.default ? (o(), f(Ye, {
|
|
1394
1394
|
key: 0,
|
|
1395
1395
|
class: C(e.value)
|
|
1396
1396
|
}, {
|
|
@@ -1398,7 +1398,7 @@ const $t = /* @__PURE__ */ h({
|
|
|
1398
1398
|
$(r.$slots, "default")
|
|
1399
1399
|
]),
|
|
1400
1400
|
_: 3
|
|
1401
|
-
}, 8, ["class"])) : (
|
|
1401
|
+
}, 8, ["class"])) : (o(), f(Ye, {
|
|
1402
1402
|
key: 1,
|
|
1403
1403
|
class: C(e.value)
|
|
1404
1404
|
}, null, 8, ["class"]));
|
|
@@ -1411,12 +1411,12 @@ const $t = /* @__PURE__ */ h({
|
|
|
1411
1411
|
innerClass: {}
|
|
1412
1412
|
},
|
|
1413
1413
|
setup(t) {
|
|
1414
|
-
const s = c(() =>
|
|
1414
|
+
const s = c(() => E("group p-1 outline-none", t.class)), e = c(() => E(
|
|
1415
1415
|
// eslint-disable-next-line vue/max-len
|
|
1416
1416
|
"relative flex max-w-[calc(100vw-2rem)] cursor-pointer items-center truncate rounded-md gap-2 px-2 py-1 text-sm select-none *:truncate group-data-[highlighted]:bg-gray-100 group-data-[state=checked]:font-semibold group-data-[state=unchecked]:opacity-50",
|
|
1417
1417
|
t.innerClass
|
|
1418
1418
|
));
|
|
1419
|
-
return (r, n) => (
|
|
1419
|
+
return (r, n) => (o(), f(Ct, {
|
|
1420
1420
|
class: C(s.value),
|
|
1421
1421
|
value: r.value
|
|
1422
1422
|
}, {
|
|
@@ -1430,18 +1430,18 @@ const $t = /* @__PURE__ */ h({
|
|
|
1430
1430
|
_: 3
|
|
1431
1431
|
}, 8, ["class", "value"]));
|
|
1432
1432
|
}
|
|
1433
|
-
}),
|
|
1433
|
+
}), Tt = /* @__PURE__ */ h({
|
|
1434
1434
|
__name: "SelectOptions",
|
|
1435
1435
|
props: {
|
|
1436
1436
|
class: {}
|
|
1437
1437
|
},
|
|
1438
1438
|
setup(t) {
|
|
1439
|
-
const s =
|
|
1439
|
+
const s = R("select", "<SelectOptions> must be a child of a <Select>"), e = c(() => E(
|
|
1440
1440
|
"z-50 overflow-auto rounded-lg bg-white text-base shadow-lg ring-1 ring-black/5 focus:outline-hidden",
|
|
1441
1441
|
s.optionsClass,
|
|
1442
1442
|
t.class
|
|
1443
1443
|
));
|
|
1444
|
-
return (r, n) => (
|
|
1444
|
+
return (r, n) => (o(), f(St, {
|
|
1445
1445
|
class: C(e.value)
|
|
1446
1446
|
}, {
|
|
1447
1447
|
default: m(() => {
|
|
@@ -1450,12 +1450,12 @@ const $t = /* @__PURE__ */ h({
|
|
|
1450
1450
|
(a = l(s).options) != null && a.length ? $(r.$slots, "default", { key: 0 }, () => {
|
|
1451
1451
|
var u;
|
|
1452
1452
|
return [
|
|
1453
|
-
(
|
|
1454
|
-
key:
|
|
1455
|
-
value:
|
|
1453
|
+
(o(!0), y(D, null, U(((u = l(s)) == null ? void 0 : u.options) ?? [], (i) => (o(), f(Ge, {
|
|
1454
|
+
key: i.key,
|
|
1455
|
+
value: i.value
|
|
1456
1456
|
}, {
|
|
1457
1457
|
default: m(() => [
|
|
1458
|
-
L(x(
|
|
1458
|
+
L(x(i.label), 1)
|
|
1459
1459
|
]),
|
|
1460
1460
|
_: 2
|
|
1461
1461
|
}, 1032, ["value"]))), 128))
|
|
@@ -1476,42 +1476,42 @@ const $t = /* @__PURE__ */ h({
|
|
|
1476
1476
|
_: 3
|
|
1477
1477
|
}, 8, ["class"]));
|
|
1478
1478
|
}
|
|
1479
|
-
}),
|
|
1479
|
+
}), qr = {
|
|
1480
1480
|
viewBox: "0 0 20 20",
|
|
1481
1481
|
width: "1.2em",
|
|
1482
1482
|
height: "1.2em"
|
|
1483
1483
|
};
|
|
1484
|
-
function
|
|
1485
|
-
return
|
|
1484
|
+
function Ar(t, s) {
|
|
1485
|
+
return o(), y("svg", qr, s[0] || (s[0] = [
|
|
1486
1486
|
b("path", {
|
|
1487
1487
|
fill: "currentColor",
|
|
1488
1488
|
d: "m9.293 12.95l.707.707L15.657 8l-1.414-1.414L10 10.828L5.757 6.586L4.343 8z"
|
|
1489
1489
|
}, null, -1)
|
|
1490
1490
|
]));
|
|
1491
1491
|
}
|
|
1492
|
-
const
|
|
1492
|
+
const Pr = V({ name: "zondicons-cheveron-down", render: Ar }), Mt = /* @__PURE__ */ h({
|
|
1493
1493
|
__name: "SelectTrigger",
|
|
1494
1494
|
props: {
|
|
1495
1495
|
class: {}
|
|
1496
1496
|
},
|
|
1497
1497
|
setup(t) {
|
|
1498
|
-
const s =
|
|
1498
|
+
const s = R("select", "<SelectTrigger> must be a child of a <Select>"), e = c(() => E(
|
|
1499
1499
|
// eslint-disable-next-line vue/max-len
|
|
1500
1500
|
"focus:outline-primary-600 data-[state=open]:outline-primary-600 grid w-full cursor-default grid-cols-1 rounded-md bg-white py-1.5 pr-2 pl-3 text-left text-gray-900 outline-1 -outline-offset-1 outline-gray-300 focus:outline-2 focus:-outline-offset-2 sm:text-sm/6",
|
|
1501
1501
|
{ "mt-1": s.label },
|
|
1502
1502
|
t.class
|
|
1503
1503
|
));
|
|
1504
|
-
return (r, n) => (
|
|
1504
|
+
return (r, n) => (o(), f(xt, {
|
|
1505
1505
|
class: C(e.value)
|
|
1506
1506
|
}, {
|
|
1507
1507
|
default: m(() => [
|
|
1508
|
-
d(
|
|
1509
|
-
d(l(
|
|
1508
|
+
d(_t, { class: "col-start-1 row-start-1 truncate pr-6" }),
|
|
1509
|
+
d(l(Pr), { class: "col-start-1 row-start-1 size-5 self-center justify-self-end text-gray-500 sm:size-4" })
|
|
1510
1510
|
]),
|
|
1511
1511
|
_: 1
|
|
1512
1512
|
}, 8, ["class"]));
|
|
1513
1513
|
}
|
|
1514
|
-
}),
|
|
1514
|
+
}), Dr = /* @__PURE__ */ h({
|
|
1515
1515
|
__name: "Select",
|
|
1516
1516
|
props: {
|
|
1517
1517
|
as: {},
|
|
@@ -1530,30 +1530,30 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1530
1530
|
},
|
|
1531
1531
|
emits: ["update:modelValue"],
|
|
1532
1532
|
setup(t) {
|
|
1533
|
-
const { forwardRef: s } =
|
|
1534
|
-
return (e, r) => (
|
|
1533
|
+
const { forwardRef: s } = Re();
|
|
1534
|
+
return (e, r) => (o(), f(Rr, H({ ref: l(s) }, e.$props, {
|
|
1535
1535
|
"onUpdate:modelValue": r[0] || (r[0] = (n) => e.$emit("update:modelValue", n))
|
|
1536
1536
|
}), {
|
|
1537
1537
|
default: m(() => [
|
|
1538
1538
|
d(kt),
|
|
1539
1539
|
$(e.$slots, "default", {}, () => [
|
|
1540
|
-
d(
|
|
1541
|
-
d(
|
|
1540
|
+
d(Mt),
|
|
1541
|
+
d(Tt)
|
|
1542
1542
|
])
|
|
1543
1543
|
]),
|
|
1544
1544
|
_: 3
|
|
1545
1545
|
}, 16));
|
|
1546
1546
|
}
|
|
1547
|
-
}),
|
|
1547
|
+
}), Br = { class: "grow" }, jr = /* @__PURE__ */ h({
|
|
1548
1548
|
__name: "Language",
|
|
1549
1549
|
setup(t) {
|
|
1550
|
-
const s =
|
|
1550
|
+
const s = X.getBrowserLocale(), e = c(() => [null, ...X.locales]);
|
|
1551
1551
|
function r(n) {
|
|
1552
|
-
return (n &&
|
|
1553
|
-
locale:
|
|
1552
|
+
return (n && B.locales[n]) ?? S("settings.localeDefault", "{locale} (default)", {
|
|
1553
|
+
locale: B.locales[s] ?? s
|
|
1554
1554
|
});
|
|
1555
1555
|
}
|
|
1556
|
-
return (n, a) => (
|
|
1556
|
+
return (n, a) => (o(), f(Dr, {
|
|
1557
1557
|
modelValue: n.$lang.locale,
|
|
1558
1558
|
"onUpdate:modelValue": a[0] || (a[0] = (u) => n.$lang.locale = u),
|
|
1559
1559
|
class: "flex flex-col items-start md:flex-row",
|
|
@@ -1562,7 +1562,7 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1562
1562
|
"render-option": r
|
|
1563
1563
|
}, {
|
|
1564
1564
|
default: m(() => [
|
|
1565
|
-
b("div",
|
|
1565
|
+
b("div", Br, [
|
|
1566
1566
|
d(kt, { class: "text-base font-semibold" }, {
|
|
1567
1567
|
default: m(() => [
|
|
1568
1568
|
L(x(n.$td("settings.locale", "Language")), 1)
|
|
@@ -1575,27 +1575,27 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1575
1575
|
class: "mt-1 text-sm text-gray-500"
|
|
1576
1576
|
})
|
|
1577
1577
|
]),
|
|
1578
|
-
d(
|
|
1578
|
+
d(I, {
|
|
1579
1579
|
variant: "ghost",
|
|
1580
|
-
as:
|
|
1580
|
+
as: Mt,
|
|
1581
1581
|
class: "grid w-auto outline-none"
|
|
1582
1582
|
}),
|
|
1583
|
-
d(
|
|
1583
|
+
d(Tt)
|
|
1584
1584
|
]),
|
|
1585
1585
|
_: 1
|
|
1586
1586
|
}, 8, ["modelValue", "options"]));
|
|
1587
1587
|
}
|
|
1588
|
-
}),
|
|
1588
|
+
}), Fr = [
|
|
1589
1589
|
{
|
|
1590
1590
|
priority: 100,
|
|
1591
|
-
component:
|
|
1591
|
+
component: jr
|
|
1592
1592
|
}
|
|
1593
|
-
],
|
|
1593
|
+
], Ur = { $lang: X }, Or = {
|
|
1594
1594
|
async install(t) {
|
|
1595
1595
|
var s;
|
|
1596
|
-
(s = t.config.globalProperties).$t ?? (s.$t =
|
|
1596
|
+
(s = t.config.globalProperties).$t ?? (s.$t = yt), t.config.globalProperties.$td = S, Fr.forEach((e) => P.addSetting(e)), await ke(t, Ur);
|
|
1597
1597
|
}
|
|
1598
|
-
},
|
|
1598
|
+
}, Nr = /* @__PURE__ */ h({
|
|
1599
1599
|
__name: "Markdown",
|
|
1600
1600
|
props: {
|
|
1601
1601
|
as: {},
|
|
@@ -1607,38 +1607,38 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1607
1607
|
actions: {}
|
|
1608
1608
|
},
|
|
1609
1609
|
setup(t) {
|
|
1610
|
-
const s =
|
|
1610
|
+
const s = tt(), e = Ie(), r = c(() => e.default ? e.default().map(dt).join("") : t.text ?? (t.langKey && (t.langDefault ? S(t.langKey, t.langDefault, t.langParams ?? {}) : yt(t.langKey, t.langParams ?? {})))), n = c(() => {
|
|
1611
1611
|
if (!r.value)
|
|
1612
1612
|
return null;
|
|
1613
|
-
let
|
|
1614
|
-
return t.inline && (
|
|
1615
|
-
}), a = () =>
|
|
1613
|
+
let i = br(r.value);
|
|
1614
|
+
return t.inline && (i = i.replace("<p>", "<span>").replace("</p>", "</span>")), i;
|
|
1615
|
+
}), a = () => Nt(t.as ?? (t.inline ? "span" : "div"), {
|
|
1616
1616
|
innerHTML: n.value,
|
|
1617
1617
|
onClick: u,
|
|
1618
1618
|
...s,
|
|
1619
1619
|
class: `${s.class ?? ""} ${t.inline ? "" : "prose"}`
|
|
1620
1620
|
});
|
|
1621
|
-
async function u(
|
|
1621
|
+
async function u(i) {
|
|
1622
1622
|
var g, w;
|
|
1623
|
-
const { target: p } =
|
|
1623
|
+
const { target: p } = i;
|
|
1624
1624
|
if (Oe(p, HTMLElement) && p.dataset.markdownAction) {
|
|
1625
1625
|
(w = (g = t.actions) == null ? void 0 : g[p.dataset.markdownAction]) == null || w.call(g);
|
|
1626
1626
|
return;
|
|
1627
1627
|
}
|
|
1628
1628
|
if (Oe(p, HTMLAnchorElement) && p.dataset.markdownRoute) {
|
|
1629
|
-
const v =
|
|
1630
|
-
v && (
|
|
1629
|
+
const v = vr();
|
|
1630
|
+
v && (i.preventDefault(), v.visit(p.dataset.markdownRoute));
|
|
1631
1631
|
return;
|
|
1632
1632
|
}
|
|
1633
1633
|
}
|
|
1634
|
-
return (
|
|
1634
|
+
return (i, p) => (o(), f(a));
|
|
1635
1635
|
}
|
|
1636
|
-
}),
|
|
1636
|
+
}), Wr = (t, s) => {
|
|
1637
1637
|
const e = t.__vccOpts || t;
|
|
1638
1638
|
for (const [r, n] of s)
|
|
1639
1639
|
e[r] = n;
|
|
1640
1640
|
return e;
|
|
1641
|
-
}, z = /* @__PURE__ */
|
|
1641
|
+
}, z = /* @__PURE__ */ Wr(Nr, [["__scopeId", "data-v-8b211cfb"]]), Kr = { class: "flex-grow" }, Qr = ["id"], Jr = /* @__PURE__ */ h({
|
|
1642
1642
|
__name: "Setting",
|
|
1643
1643
|
props: {
|
|
1644
1644
|
title: {},
|
|
@@ -1648,16 +1648,16 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1648
1648
|
layout: { default: "horizontal" }
|
|
1649
1649
|
},
|
|
1650
1650
|
setup(t) {
|
|
1651
|
-
const s = c(() =>
|
|
1652
|
-
return (e, r) => (
|
|
1651
|
+
const s = c(() => E(t.class, "flex flex-col justify-center gap-1"));
|
|
1652
|
+
return (e, r) => (o(), y("div", {
|
|
1653
1653
|
class: C(["mt-4 flex", { "flex-col": e.layout === "vertical" }])
|
|
1654
1654
|
}, [
|
|
1655
|
-
b("div",
|
|
1655
|
+
b("div", Kr, [
|
|
1656
1656
|
b("h3", {
|
|
1657
1657
|
id: e.titleId,
|
|
1658
1658
|
class: "text-base font-semibold"
|
|
1659
|
-
}, x(e.title), 9,
|
|
1660
|
-
e.description ? (
|
|
1659
|
+
}, x(e.title), 9, Qr),
|
|
1660
|
+
e.description ? (o(), f(z, {
|
|
1661
1661
|
key: 0,
|
|
1662
1662
|
text: e.description,
|
|
1663
1663
|
class: "mt-1 text-sm text-gray-500"
|
|
@@ -1670,7 +1670,7 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1670
1670
|
], 2)
|
|
1671
1671
|
], 2));
|
|
1672
1672
|
}
|
|
1673
|
-
}),
|
|
1673
|
+
}), Zr = ["for"], Xr = /* @__PURE__ */ h({
|
|
1674
1674
|
inheritAttrs: !1,
|
|
1675
1675
|
__name: "HeadlessSwitch",
|
|
1676
1676
|
props: {
|
|
@@ -1685,71 +1685,71 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1685
1685
|
},
|
|
1686
1686
|
emits: ["update:modelValue"],
|
|
1687
1687
|
setup(t, { expose: s, emit: e }) {
|
|
1688
|
-
const r = e, n =
|
|
1689
|
-
id: `switch-${
|
|
1688
|
+
const r = e, n = Y("form", null), a = c(() => !n || !t.name ? null : n.errors[t.name] ?? null), u = {
|
|
1689
|
+
id: `switch-${ue()}`,
|
|
1690
1690
|
name: c(() => t.name),
|
|
1691
1691
|
label: c(() => t.label),
|
|
1692
1692
|
description: c(() => t.description),
|
|
1693
1693
|
value: c(() => n && t.name ? n.getFieldValue(t.name) : t.modelValue),
|
|
1694
|
-
errors:
|
|
1694
|
+
errors: _e(a),
|
|
1695
1695
|
required: c(() => {
|
|
1696
1696
|
if (!(!t.name || !n))
|
|
1697
1697
|
return n.getFieldRules(t.name).includes("required");
|
|
1698
1698
|
}),
|
|
1699
|
-
update(
|
|
1699
|
+
update(i) {
|
|
1700
1700
|
if (n && t.name) {
|
|
1701
|
-
n.setFieldValue(t.name,
|
|
1701
|
+
n.setFieldValue(t.name, i);
|
|
1702
1702
|
return;
|
|
1703
1703
|
}
|
|
1704
|
-
r("update:modelValue",
|
|
1704
|
+
r("update:modelValue", i);
|
|
1705
1705
|
}
|
|
1706
1706
|
};
|
|
1707
1707
|
return s(u), G(() => {
|
|
1708
1708
|
!t.description && !a.value || console.warn("Errors and description not implemented in <HeadlessSwitch>");
|
|
1709
|
-
}), (
|
|
1709
|
+
}), (i, p) => (o(), y("div", {
|
|
1710
1710
|
class: C(t.class)
|
|
1711
1711
|
}, [
|
|
1712
|
-
|
|
1712
|
+
i.label ? (o(), y("label", {
|
|
1713
1713
|
key: 0,
|
|
1714
1714
|
for: u.id,
|
|
1715
|
-
class: C(
|
|
1716
|
-
}, x(
|
|
1717
|
-
d(l(
|
|
1715
|
+
class: C(i.labelClass)
|
|
1716
|
+
}, x(i.label), 11, Zr)) : M("", !0),
|
|
1717
|
+
d(l(Is), H({
|
|
1718
1718
|
id: u.id,
|
|
1719
|
-
name:
|
|
1719
|
+
name: i.name,
|
|
1720
1720
|
"model-value": u.value.value
|
|
1721
|
-
},
|
|
1722
|
-
class:
|
|
1723
|
-
"onUpdate:modelValue": p[0] || (p[0] = (g) =>
|
|
1721
|
+
}, i.$attrs, {
|
|
1722
|
+
class: i.inputClass,
|
|
1723
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => i.$emit("update:modelValue", g))
|
|
1724
1724
|
}), {
|
|
1725
1725
|
default: m(() => [
|
|
1726
|
-
d(l(
|
|
1727
|
-
class: C(
|
|
1726
|
+
d(l(zs), {
|
|
1727
|
+
class: C(i.thumbClass)
|
|
1728
1728
|
}, null, 8, ["class"])
|
|
1729
1729
|
]),
|
|
1730
1730
|
_: 1
|
|
1731
1731
|
}, 16, ["id", "name", "model-value", "class"])
|
|
1732
1732
|
], 2));
|
|
1733
1733
|
}
|
|
1734
|
-
}),
|
|
1734
|
+
}), Yr = /* @__PURE__ */ h({
|
|
1735
1735
|
__name: "Switch",
|
|
1736
1736
|
setup(t) {
|
|
1737
|
-
return (s, e) => (
|
|
1737
|
+
return (s, e) => (o(), f(Xr, {
|
|
1738
1738
|
class: "flex flex-row items-center gap-1",
|
|
1739
1739
|
"input-class": "disabled:opacity-50 disabled:cursor-not-allowed data-[state=checked]:bg-primary-600 data-[state=unchecked]:bg-gray-200 relative inline-flex h-6 w-11 shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focusdisabled:opacity-50 disabled:cursor-not-allowed :ring-2 focus:ring-primary-600 focus:ring-offset-2 focus:outline-hidden",
|
|
1740
1740
|
"thumb-class": "data-[state=checked]:translate-x-5 data-[state=unchecked]:translate-x-0 pointer-events-none inline-block size-5 transform rounded-full bg-white shadow-sm ring-0 transition duration-200 ease-in-out"
|
|
1741
1741
|
}));
|
|
1742
1742
|
}
|
|
1743
|
-
}),
|
|
1743
|
+
}), Gr = /* @__PURE__ */ h({
|
|
1744
1744
|
__name: "Debug",
|
|
1745
1745
|
setup(t) {
|
|
1746
|
-
return (s, e) => (
|
|
1746
|
+
return (s, e) => (o(), f(Jr, {
|
|
1747
1747
|
"title-id": "debug-setting",
|
|
1748
1748
|
title: s.$td("settings.debug", "Debugging"),
|
|
1749
1749
|
description: s.$td("settings.debugDescription", "Enable debugging with [Eruda](https://eruda.liriliri.io/).")
|
|
1750
1750
|
}, {
|
|
1751
1751
|
default: m(() => [
|
|
1752
|
-
d(
|
|
1752
|
+
d(Yr, {
|
|
1753
1753
|
modelValue: s.$errors.debug,
|
|
1754
1754
|
"onUpdate:modelValue": e[0] || (e[0] = (r) => s.$errors.debug = r),
|
|
1755
1755
|
"aria-labelledby": "debug-setting"
|
|
@@ -1758,58 +1758,60 @@ const Ir = E({ name: "zondicons-cheveron-down", render: zr }), Tt = /* @__PURE__
|
|
|
1758
1758
|
_: 1
|
|
1759
1759
|
}, 8, ["title", "description"]));
|
|
1760
1760
|
}
|
|
1761
|
-
}),
|
|
1761
|
+
}), en = [
|
|
1762
1762
|
{
|
|
1763
1763
|
priority: 10,
|
|
1764
|
-
component:
|
|
1764
|
+
component: Gr
|
|
1765
1765
|
}
|
|
1766
|
-
],
|
|
1767
|
-
function
|
|
1768
|
-
|
|
1766
|
+
], Et = [];
|
|
1767
|
+
function Pl(t) {
|
|
1768
|
+
Et.push(t);
|
|
1769
1769
|
}
|
|
1770
1770
|
function Ht(t) {
|
|
1771
|
-
for (const s of
|
|
1771
|
+
for (const s of Et) {
|
|
1772
1772
|
const e = s(t);
|
|
1773
1773
|
if (e)
|
|
1774
1774
|
return e;
|
|
1775
1775
|
}
|
|
1776
|
-
return typeof t == "string" ? t : t instanceof Error || t instanceof
|
|
1776
|
+
return typeof t == "string" ? t : t instanceof Error || t instanceof xe ? t.message : he(t) ? j(t.message ?? t.description ?? "Unknown error object") : S("errors.unknown", "Unknown Error");
|
|
1777
1777
|
}
|
|
1778
|
-
class
|
|
1778
|
+
class et extends xe {
|
|
1779
1779
|
}
|
|
1780
|
-
const
|
|
1781
|
-
function
|
|
1782
|
-
const e = (r) => s(r) ||
|
|
1783
|
-
t.config.errorHandler = e, globalThis.onerror = (r, n, a, u,
|
|
1780
|
+
const tn = { $errors: wt }, sn = (t) => (wt.report(t), !0);
|
|
1781
|
+
function rn(t, s = () => !1) {
|
|
1782
|
+
const e = (r) => s(r) || sn(r);
|
|
1783
|
+
t.config.errorHandler = e, globalThis.onerror = (r, n, a, u, i) => e(i ?? r), globalThis.onunhandledrejection = (r) => e(r.reason);
|
|
1784
1784
|
}
|
|
1785
|
-
const
|
|
1785
|
+
const nn = {
|
|
1786
1786
|
async install(t, s) {
|
|
1787
|
-
|
|
1787
|
+
rn(t, s.handleError), en.forEach((e) => P.addSetting(e)), await ke(t, tn);
|
|
1788
1788
|
}
|
|
1789
|
-
},
|
|
1789
|
+
}, an = {
|
|
1790
1790
|
async install() {
|
|
1791
1791
|
ze() && (globalThis.testingRuntime = {
|
|
1792
1792
|
on: (...t) => F.on(...t),
|
|
1793
|
-
service: (t) =>
|
|
1793
|
+
service: (t) => P.service(t)
|
|
1794
1794
|
});
|
|
1795
1795
|
}
|
|
1796
|
-
},
|
|
1796
|
+
}, ln = {
|
|
1797
1797
|
viewBox: "0 0 20 20",
|
|
1798
1798
|
width: "1.2em",
|
|
1799
1799
|
height: "1.2em"
|
|
1800
1800
|
};
|
|
1801
|
-
function
|
|
1802
|
-
return
|
|
1801
|
+
function on(t, s) {
|
|
1802
|
+
return o(), y("svg", ln, s[0] || (s[0] = [
|
|
1803
1803
|
b("path", {
|
|
1804
1804
|
fill: "currentColor",
|
|
1805
1805
|
d: "M10 8.586L2.929 1.515L1.515 2.929L8.586 10l-7.071 7.071l1.414 1.414L10 11.414l7.071 7.071l1.414-1.414L11.414 10l7.071-7.071l-1.414-1.414z"
|
|
1806
1806
|
}, null, -1)
|
|
1807
1807
|
]));
|
|
1808
1808
|
}
|
|
1809
|
-
const
|
|
1809
|
+
const un = V({ name: "zondicons-close", render: on }), cn = /* @__PURE__ */ h({
|
|
1810
1810
|
__name: "HeadlessModal",
|
|
1811
1811
|
props: {
|
|
1812
1812
|
persistent: { type: Boolean },
|
|
1813
|
+
fullscreen: { type: Boolean },
|
|
1814
|
+
fullscreenMobile: { type: Boolean },
|
|
1813
1815
|
title: {},
|
|
1814
1816
|
titleHidden: { type: Boolean },
|
|
1815
1817
|
description: {},
|
|
@@ -1818,14 +1820,14 @@ const an = E({ name: "zondicons-close", render: nn }), ln = /* @__PURE__ */ h({
|
|
|
1818
1820
|
setup(t, { expose: s }) {
|
|
1819
1821
|
const e = N(null), { close: r } = Pe();
|
|
1820
1822
|
s({ $content: e });
|
|
1821
|
-
const { forwardRef: n } =
|
|
1822
|
-
return
|
|
1823
|
+
const { forwardRef: n } = Re();
|
|
1824
|
+
return pe("$modalContentRef", e), (a, u) => (o(), f(l(Rs), {
|
|
1823
1825
|
ref: l(n),
|
|
1824
1826
|
open: "",
|
|
1825
|
-
"onUpdate:open": u[0] || (u[0] = (
|
|
1827
|
+
"onUpdate:open": u[0] || (u[0] = (i) => a.persistent || i || l(r)())
|
|
1826
1828
|
}, {
|
|
1827
1829
|
default: m(() => [
|
|
1828
|
-
d(l(
|
|
1830
|
+
d(l(qs), null, {
|
|
1829
1831
|
default: m(() => [
|
|
1830
1832
|
$(a.$slots, "default", { close: l(r) })
|
|
1831
1833
|
]),
|
|
@@ -1835,14 +1837,14 @@ const an = E({ name: "zondicons-close", render: nn }), ln = /* @__PURE__ */ h({
|
|
|
1835
1837
|
_: 3
|
|
1836
1838
|
}, 512));
|
|
1837
1839
|
}
|
|
1838
|
-
}),
|
|
1840
|
+
}), dn = /* @__PURE__ */ h({
|
|
1839
1841
|
__name: "HeadlessModalContent",
|
|
1840
1842
|
setup(t) {
|
|
1841
|
-
const { child: s } = Pe(), e =
|
|
1842
|
-
return G(() => e.value = r.value), (n, a) => (
|
|
1843
|
+
const { child: s } = Pe(), e = lr("$modalContentRef"), r = te("$contentRef");
|
|
1844
|
+
return G(() => e.value = r.value), (n, a) => (o(), f(l(As), { ref: "$contentRef" }, {
|
|
1843
1845
|
default: m(() => [
|
|
1844
1846
|
$(n.$slots, "default"),
|
|
1845
|
-
l(s) ? (
|
|
1847
|
+
l(s) ? (o(), f(l(bs), {
|
|
1846
1848
|
key: 0,
|
|
1847
1849
|
is: l(s)
|
|
1848
1850
|
}, null, 8, ["is"])) : M("", !0)
|
|
@@ -1850,21 +1852,21 @@ const an = E({ name: "zondicons-close", render: nn }), ln = /* @__PURE__ */ h({
|
|
|
1850
1852
|
_: 3
|
|
1851
1853
|
}, 512));
|
|
1852
1854
|
}
|
|
1853
|
-
}),
|
|
1855
|
+
}), pn = /* @__PURE__ */ h({
|
|
1854
1856
|
__name: "HeadlessModalDescription",
|
|
1855
1857
|
props: {
|
|
1856
1858
|
asChild: { type: Boolean },
|
|
1857
1859
|
as: {}
|
|
1858
1860
|
},
|
|
1859
1861
|
setup(t) {
|
|
1860
|
-
return (s, e) => (
|
|
1862
|
+
return (s, e) => (o(), f(l(Ps), ce(de(s.$props)), {
|
|
1861
1863
|
default: m(() => [
|
|
1862
1864
|
$(s.$slots, "default")
|
|
1863
1865
|
]),
|
|
1864
1866
|
_: 3
|
|
1865
1867
|
}, 16));
|
|
1866
1868
|
}
|
|
1867
|
-
}),
|
|
1869
|
+
}), mn = /* @__PURE__ */ h({
|
|
1868
1870
|
__name: "HeadlessModalOverlay",
|
|
1869
1871
|
props: {
|
|
1870
1872
|
forceMount: { type: Boolean },
|
|
@@ -1872,34 +1874,33 @@ const an = E({ name: "zondicons-close", render: nn }), ln = /* @__PURE__ */ h({
|
|
|
1872
1874
|
as: {}
|
|
1873
1875
|
},
|
|
1874
1876
|
setup(t) {
|
|
1875
|
-
return (s, e) => (
|
|
1877
|
+
return (s, e) => (o(), f(l(Ds), ce(de(s.$props)), {
|
|
1876
1878
|
default: m(() => [
|
|
1877
1879
|
$(s.$slots, "default")
|
|
1878
1880
|
]),
|
|
1879
1881
|
_: 3
|
|
1880
1882
|
}, 16));
|
|
1881
1883
|
}
|
|
1882
|
-
}),
|
|
1884
|
+
}), fn = /* @__PURE__ */ h({
|
|
1883
1885
|
__name: "HeadlessModalTitle",
|
|
1884
1886
|
props: {
|
|
1885
1887
|
asChild: { type: Boolean },
|
|
1886
1888
|
as: {}
|
|
1887
1889
|
},
|
|
1888
1890
|
setup(t) {
|
|
1889
|
-
return (s, e) => (
|
|
1891
|
+
return (s, e) => (o(), f(l(Bs), ce(de(s.$props)), {
|
|
1890
1892
|
default: m(() => [
|
|
1891
1893
|
$(s.$slots, "default")
|
|
1892
1894
|
]),
|
|
1893
1895
|
_: 3
|
|
1894
1896
|
}, 16));
|
|
1895
1897
|
}
|
|
1896
|
-
}),
|
|
1897
|
-
key: 0,
|
|
1898
|
-
class: "absolute top-0 right-0 hidden pt-3.5 pr-2.5 sm:block"
|
|
1899
|
-
}, mn = ["onClick"], fn = { class: "sr-only" }, Me = dr(), re = /* @__PURE__ */ h({
|
|
1898
|
+
}), hn = ["onClick"], gn = { class: "sr-only" }, fe = mr(), ne = /* @__PURE__ */ h({
|
|
1900
1899
|
__name: "Modal",
|
|
1901
1900
|
props: {
|
|
1902
1901
|
persistent: { type: Boolean },
|
|
1902
|
+
fullscreen: { type: Boolean },
|
|
1903
|
+
fullscreenMobile: { type: Boolean },
|
|
1903
1904
|
title: {},
|
|
1904
1905
|
titleHidden: { type: Boolean },
|
|
1905
1906
|
description: {},
|
|
@@ -1909,56 +1910,68 @@ const an = E({ name: "zondicons-close", render: nn }), ln = /* @__PURE__ */ h({
|
|
|
1909
1910
|
closeHidden: { type: Boolean }
|
|
1910
1911
|
},
|
|
1911
1912
|
setup(t, { expose: s }) {
|
|
1912
|
-
const e = K(t, ["class", "wrapperClass", "title", "titleHidden", "description", "persistent", "closeHidden"]);
|
|
1913
|
+
const e = K(t, ["class", "wrapperClass", "title", "titleHidden", "description", "persistent", "closeHidden", "fullscreen", "fullscreenMobile"]);
|
|
1913
1914
|
s({
|
|
1914
1915
|
$content: c(() => {
|
|
1915
1916
|
var T;
|
|
1916
|
-
return (T =
|
|
1917
|
+
return (T = i.value) == null ? void 0 : T.$content;
|
|
1917
1918
|
})
|
|
1918
1919
|
});
|
|
1919
|
-
const { forwardRef: r, currentRef: n } =
|
|
1920
|
+
const { forwardRef: r, currentRef: n } = Re(), { id: a, visible: u } = Pe(), i = n, p = ut(), g = c(
|
|
1920
1921
|
() => {
|
|
1921
1922
|
var T;
|
|
1922
|
-
return u.value && ((T =
|
|
1923
|
+
return u.value && ((T = le.value.toReversed().find((je) => je.visible.value)) == null ? void 0 : T.id) === a.value;
|
|
1923
1924
|
}
|
|
1924
|
-
), w = c(() =>
|
|
1925
|
-
"
|
|
1926
|
-
"
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
"
|
|
1932
|
-
|
|
1925
|
+
), w = c(() => le.value.find((T) => T.visible.value)), v = c(() => le.value.some((T) => fe.has(T))), k = c(() => t.description ? {} : { "aria-describedby": void 0 }), q = c(() => E(
|
|
1926
|
+
"overflow-auto px-4 pb-4",
|
|
1927
|
+
{ "pt-4": !t.title || t.titleHidden, "max-h-[90vh]": !Q.value },
|
|
1928
|
+
t.class
|
|
1929
|
+
)), Q = c(() => t.fullscreen || t.fullscreenMobile && A.mobile), qt = c(() => E(
|
|
1930
|
+
"isolate fixed z-50 flex flex-col overflow-hidden bg-white text-left duration-300",
|
|
1931
|
+
Q.value ? [
|
|
1932
|
+
"inset-0 transition-[transform,translate] will-change-[transform,translate]",
|
|
1933
|
+
fe.has(p.value) || "animate-[slide-in_var(--tw-duration)_ease-in-out]",
|
|
1934
|
+
g.value ? "translate-y-0" : "translate-y-full"
|
|
1935
|
+
] : [
|
|
1936
|
+
"top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-full",
|
|
1937
|
+
"max-w-[calc(100%-2rem)] rounded-lg shadow-xl sm:max-w-lg",
|
|
1938
|
+
"transition-[scale,opacity] will-change-[scale,opacity]",
|
|
1939
|
+
fe.has(p.value) || "animate-[fade-in_var(--tw-duration)_ease-in-out,grow_var(--tw-duration)_ease-in-out]",
|
|
1940
|
+
g.value ? "scale-100 opacity-100" : "scale-50 opacity-0"
|
|
1941
|
+
],
|
|
1933
1942
|
t.wrapperClass
|
|
1934
1943
|
));
|
|
1935
|
-
return
|
|
1944
|
+
return st(() => oe(500).then(() => fe.add(p.value))), (T, je) => (o(), f(cn, H(e, {
|
|
1936
1945
|
ref: (me) => l(r)(me),
|
|
1937
1946
|
persistent: T.persistent
|
|
1938
1947
|
}), {
|
|
1939
1948
|
default: m(({ close: me }) => {
|
|
1940
1949
|
var Fe, Ue;
|
|
1941
1950
|
return [
|
|
1942
|
-
d(
|
|
1951
|
+
d(mn, {
|
|
1943
1952
|
class: C(["fixed inset-0 transition-opacity duration-300 will-change-[opacity]", {
|
|
1944
1953
|
"animate-[fade-in_var(--tw-duration)_ease-in-out]": !v.value,
|
|
1945
|
-
"bg-black/30": ((Fe = w.value) == null ? void 0 : Fe.id) === l(a) || !w.value && ((Ue = l(
|
|
1946
|
-
"opacity-0": !w.value
|
|
1954
|
+
"bg-black/30": ((Fe = w.value) == null ? void 0 : Fe.id) === l(a) || !w.value && ((Ue = l(le)[0]) == null ? void 0 : Ue.id) === l(a),
|
|
1955
|
+
"opacity-0": !w.value,
|
|
1956
|
+
hidden: Q.value
|
|
1947
1957
|
}])
|
|
1948
1958
|
}, null, 8, ["class"]),
|
|
1949
|
-
d(
|
|
1959
|
+
d(dn, H(k.value, { class: qt.value }), {
|
|
1950
1960
|
default: m(() => [
|
|
1951
|
-
!T.persistent && !T.closeHidden ? (
|
|
1961
|
+
!T.persistent && !T.closeHidden ? (o(), y("div", {
|
|
1962
|
+
key: 0,
|
|
1963
|
+
class: C(["absolute top-0 right-0 pt-3.5 pr-2.5", { "hidden sm:block": !Q.value }])
|
|
1964
|
+
}, [
|
|
1952
1965
|
b("button", {
|
|
1953
1966
|
type: "button",
|
|
1954
1967
|
class: "clickable z-10 rounded-full p-2.5 text-gray-400 hover:text-gray-500",
|
|
1955
|
-
onClick: (
|
|
1968
|
+
onClick: (cl) => me()
|
|
1956
1969
|
}, [
|
|
1957
|
-
b("span",
|
|
1958
|
-
d(l(
|
|
1959
|
-
], 8,
|
|
1960
|
-
])) : M("", !0),
|
|
1961
|
-
T.title ? (
|
|
1970
|
+
b("span", gn, x(T.$td("ui.close", "Close")), 1),
|
|
1971
|
+
d(l(un), { class: "size-4" })
|
|
1972
|
+
], 8, hn)
|
|
1973
|
+
], 2)) : M("", !0),
|
|
1974
|
+
T.title ? (o(), f(fn, {
|
|
1962
1975
|
key: 1,
|
|
1963
1976
|
class: C(["px-4 pt-5 text-base font-semibold text-gray-900", {
|
|
1964
1977
|
"sr-only": T.titleHidden,
|
|
@@ -1974,7 +1987,7 @@ const an = E({ name: "zondicons-close", render: nn }), ln = /* @__PURE__ */ h({
|
|
|
1974
1987
|
]),
|
|
1975
1988
|
_: 1
|
|
1976
1989
|
}, 8, ["class"])) : M("", !0),
|
|
1977
|
-
T.description ? (
|
|
1990
|
+
T.description ? (o(), f(pn, {
|
|
1978
1991
|
key: 2,
|
|
1979
1992
|
class: C(["px-4 pt-1 pb-2", { "sr-only": T.descriptionHidden }])
|
|
1980
1993
|
}, {
|
|
@@ -2000,19 +2013,19 @@ const an = E({ name: "zondicons-close", render: nn }), ln = /* @__PURE__ */ h({
|
|
|
2000
2013
|
}, 16, ["persistent"]));
|
|
2001
2014
|
}
|
|
2002
2015
|
});
|
|
2003
|
-
function
|
|
2004
|
-
const s = c(() => t.title ??
|
|
2016
|
+
function vn(t) {
|
|
2017
|
+
const s = c(() => t.title ?? S("ui.alert", "Alert")), e = c(() => !t.title);
|
|
2005
2018
|
return { renderedTitle: s, titleHidden: e };
|
|
2006
2019
|
}
|
|
2007
|
-
const
|
|
2020
|
+
const bn = /* @__PURE__ */ h({
|
|
2008
2021
|
__name: "AlertModal",
|
|
2009
2022
|
props: {
|
|
2010
2023
|
title: {},
|
|
2011
2024
|
message: {}
|
|
2012
2025
|
},
|
|
2013
2026
|
setup(t, { expose: s }) {
|
|
2014
|
-
const e = t, { renderedTitle: r, titleHidden: n } =
|
|
2015
|
-
return s(), (a, u) => (
|
|
2027
|
+
const e = t, { renderedTitle: r, titleHidden: n } = vn(e);
|
|
2028
|
+
return s(), (a, u) => (o(), f(ne, {
|
|
2016
2029
|
title: l(r),
|
|
2017
2030
|
"title-hidden": l(n)
|
|
2018
2031
|
}, {
|
|
@@ -2034,18 +2047,18 @@ const gn = /* @__PURE__ */ h({
|
|
|
2034
2047
|
return G((n) => {
|
|
2035
2048
|
var a;
|
|
2036
2049
|
e == null || e(), e = (a = t.form) == null ? void 0 : a.on("submit", () => r("submit")), n(() => e == null ? void 0 : e());
|
|
2037
|
-
}),
|
|
2038
|
-
onSubmit: a[0] || (a[0] =
|
|
2050
|
+
}), pe("form", t.form), (n, a) => (o(), y("form", {
|
|
2051
|
+
onSubmit: a[0] || (a[0] = rt((u) => n.form ? n.form.submit() : n.$emit("submit"), ["prevent"]))
|
|
2039
2052
|
}, [
|
|
2040
2053
|
$(n.$slots, "default")
|
|
2041
2054
|
], 32));
|
|
2042
2055
|
}
|
|
2043
2056
|
});
|
|
2044
|
-
function
|
|
2045
|
-
const s =
|
|
2057
|
+
function yn(t) {
|
|
2058
|
+
const s = ft(
|
|
2046
2059
|
Object.entries(t.checkboxes ?? {}).reduce(
|
|
2047
|
-
(u, [
|
|
2048
|
-
[
|
|
2060
|
+
(u, [i, p]) => ({
|
|
2061
|
+
[i]: {
|
|
2049
2062
|
type: "boolean",
|
|
2050
2063
|
default: p.default,
|
|
2051
2064
|
required: p.required ? "required" : void 0
|
|
@@ -2054,13 +2067,13 @@ function vn(t) {
|
|
|
2054
2067
|
}),
|
|
2055
2068
|
{}
|
|
2056
2069
|
)
|
|
2057
|
-
), e = c(() => t.title ??
|
|
2070
|
+
), e = c(() => t.title ?? S("ui.confirm", "Confirm")), r = c(() => !t.title), n = c(() => t.acceptText ?? S("ui.accept", "Ok")), a = c(() => t.cancelText ?? S("ui.cancel", "Cancel"));
|
|
2058
2071
|
return { form: s, renderedTitle: e, titleHidden: r, renderedAcceptText: n, renderedCancelText: a };
|
|
2059
2072
|
}
|
|
2060
|
-
const
|
|
2073
|
+
const wn = {
|
|
2061
2074
|
key: 0,
|
|
2062
2075
|
class: "mt-4 flex flex-col text-sm text-gray-600"
|
|
2063
|
-
},
|
|
2076
|
+
}, $n = { class: "flex items-center" }, _n = ["onUpdate:modelValue", "required"], xn = { class: "ml-1.5" }, Cn = { class: "mt-4 flex flex-row-reverse gap-2" }, Sn = /* @__PURE__ */ h({
|
|
2064
2077
|
__name: "ConfirmModal",
|
|
2065
2078
|
props: {
|
|
2066
2079
|
title: {},
|
|
@@ -2075,8 +2088,8 @@ const bn = {
|
|
|
2075
2088
|
},
|
|
2076
2089
|
emits: ["close"],
|
|
2077
2090
|
setup(t, { expose: s }) {
|
|
2078
|
-
const e = K(t, ["cancelVariant"]), { form: r, renderedTitle: n, titleHidden: a, renderedAcceptText: u, renderedCancelText:
|
|
2079
|
-
return s(), (p, g) => (
|
|
2091
|
+
const e = K(t, ["cancelVariant"]), { form: r, renderedTitle: n, titleHidden: a, renderedAcceptText: u, renderedCancelText: i } = yn(e);
|
|
2092
|
+
return s(), (p, g) => (o(), f(ne, {
|
|
2080
2093
|
title: l(n),
|
|
2081
2094
|
"title-hidden": l(a),
|
|
2082
2095
|
persistent: ""
|
|
@@ -2091,23 +2104,23 @@ const bn = {
|
|
|
2091
2104
|
text: p.message,
|
|
2092
2105
|
actions: p.actions
|
|
2093
2106
|
}, null, 8, ["text", "actions"]),
|
|
2094
|
-
p.checkboxes ? (
|
|
2095
|
-
(
|
|
2096
|
-
b("label",
|
|
2097
|
-
|
|
2098
|
-
"onUpdate:modelValue": (q) => l(r)[
|
|
2107
|
+
p.checkboxes ? (o(), y("ul", wn, [
|
|
2108
|
+
(o(!0), y(D, null, U(p.checkboxes, (v, k) => (o(), y("li", { key: k }, [
|
|
2109
|
+
b("label", $n, [
|
|
2110
|
+
nt(b("input", {
|
|
2111
|
+
"onUpdate:modelValue": (q) => l(r)[k] = q,
|
|
2099
2112
|
type: "checkbox",
|
|
2100
2113
|
required: v.required,
|
|
2101
2114
|
class: "border-primary-600 text-primary-600 hover:bg-primary-50 hover:checked:bg-primary-500 focus:ring-primary-600 focus-visible:ring-primary-600 rounded border-2"
|
|
2102
|
-
}, null, 8,
|
|
2103
|
-
[
|
|
2115
|
+
}, null, 8, _n), [
|
|
2116
|
+
[Wt, l(r)[k]]
|
|
2104
2117
|
]),
|
|
2105
|
-
b("span",
|
|
2118
|
+
b("span", xn, x(v.label), 1)
|
|
2106
2119
|
])
|
|
2107
2120
|
]))), 128))
|
|
2108
2121
|
])) : M("", !0),
|
|
2109
|
-
b("div",
|
|
2110
|
-
d(
|
|
2122
|
+
b("div", Cn, [
|
|
2123
|
+
d(I, {
|
|
2111
2124
|
variant: p.acceptVariant,
|
|
2112
2125
|
submit: ""
|
|
2113
2126
|
}, {
|
|
@@ -2116,13 +2129,13 @@ const bn = {
|
|
|
2116
2129
|
]),
|
|
2117
2130
|
_: 1
|
|
2118
2131
|
}, 8, ["variant"]),
|
|
2119
|
-
p.required ? M("", !0) : (
|
|
2132
|
+
p.required ? M("", !0) : (o(), f(I, {
|
|
2120
2133
|
key: 0,
|
|
2121
2134
|
variant: p.cancelVariant,
|
|
2122
2135
|
onClick: (v) => w(!1)
|
|
2123
2136
|
}, {
|
|
2124
2137
|
default: m(() => [
|
|
2125
|
-
L(x(l(
|
|
2138
|
+
L(x(l(i)), 1)
|
|
2126
2139
|
]),
|
|
2127
2140
|
_: 2
|
|
2128
2141
|
}, 1032, ["variant", "onClick"]))
|
|
@@ -2134,92 +2147,92 @@ const bn = {
|
|
|
2134
2147
|
_: 1
|
|
2135
2148
|
}, 8, ["title", "title-hidden"]));
|
|
2136
2149
|
}
|
|
2137
|
-
}),
|
|
2150
|
+
}), kn = {
|
|
2138
2151
|
viewBox: "0 0 20 20",
|
|
2139
2152
|
width: "1.2em",
|
|
2140
2153
|
height: "1.2em"
|
|
2141
2154
|
};
|
|
2142
|
-
function
|
|
2143
|
-
return
|
|
2155
|
+
function Tn(t, s) {
|
|
2156
|
+
return o(), y("svg", kn, s[0] || (s[0] = [
|
|
2144
2157
|
b("path", {
|
|
2145
2158
|
fill: "currentColor",
|
|
2146
2159
|
d: "M7.05 9.293L6.343 10L12 15.657l1.414-1.414L9.172 10l4.242-4.243L12 4.343z"
|
|
2147
2160
|
}, null, -1)
|
|
2148
2161
|
]));
|
|
2149
2162
|
}
|
|
2150
|
-
const
|
|
2163
|
+
const Mn = V({ name: "zondicons-cheveron-left", render: Tn }), En = {
|
|
2151
2164
|
viewBox: "0 0 20 20",
|
|
2152
2165
|
width: "1.2em",
|
|
2153
2166
|
height: "1.2em"
|
|
2154
2167
|
};
|
|
2155
|
-
function
|
|
2156
|
-
return
|
|
2168
|
+
function Hn(t, s) {
|
|
2169
|
+
return o(), y("svg", En, s[0] || (s[0] = [
|
|
2157
2170
|
b("path", {
|
|
2158
2171
|
fill: "currentColor",
|
|
2159
2172
|
d: "m12.95 10.707l.707-.707L8 4.343L6.586 5.757L10.828 10l-4.242 4.243L8 15.657z"
|
|
2160
2173
|
}, null, -1)
|
|
2161
2174
|
]));
|
|
2162
2175
|
}
|
|
2163
|
-
const
|
|
2176
|
+
const Lt = V({ name: "zondicons-cheveron-right", render: Hn }), Vn = {
|
|
2164
2177
|
viewBox: "0 0 20 20",
|
|
2165
2178
|
width: "1.2em",
|
|
2166
2179
|
height: "1.2em"
|
|
2167
2180
|
};
|
|
2168
|
-
function
|
|
2169
|
-
return
|
|
2181
|
+
function Ln(t, s) {
|
|
2182
|
+
return o(), y("svg", Vn, s[0] || (s[0] = [
|
|
2170
2183
|
b("path", {
|
|
2171
2184
|
fill: "currentColor",
|
|
2172
2185
|
d: "M2.93 17.07A10 10 0 1 1 17.07 2.93A10 10 0 0 1 2.93 17.07M9 5v6h2V5zm0 8v2h2v-2z"
|
|
2173
2186
|
}, null, -1)
|
|
2174
2187
|
]));
|
|
2175
2188
|
}
|
|
2176
|
-
const De =
|
|
2189
|
+
const De = V({ name: "zondicons-exclamation-solid", render: Ln }), In = {
|
|
2177
2190
|
viewBox: "0 0 24 24",
|
|
2178
2191
|
width: "1.2em",
|
|
2179
2192
|
height: "1.2em"
|
|
2180
2193
|
};
|
|
2181
|
-
function
|
|
2182
|
-
return
|
|
2194
|
+
function zn(t, s) {
|
|
2195
|
+
return o(), y("svg", In, s[0] || (s[0] = [
|
|
2183
2196
|
b("path", {
|
|
2184
2197
|
fill: "currentColor",
|
|
2185
2198
|
d: "M20 19V7H4v12zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-7 14v-2h5v2zm-3.42-4L5.57 9H8.4l3.3 3.3c.39.39.39 1.03 0 1.42L8.42 17H5.59z"
|
|
2186
2199
|
}, null, -1)
|
|
2187
2200
|
]));
|
|
2188
2201
|
}
|
|
2189
|
-
const Rn =
|
|
2202
|
+
const Rn = V({ name: "mdi-console", render: zn }), qn = {
|
|
2190
2203
|
viewBox: "0 0 20 20",
|
|
2191
2204
|
width: "1.2em",
|
|
2192
2205
|
height: "1.2em"
|
|
2193
2206
|
};
|
|
2194
|
-
function
|
|
2195
|
-
return
|
|
2207
|
+
function An(t, s) {
|
|
2208
|
+
return o(), y("svg", qn, s[0] || (s[0] = [
|
|
2196
2209
|
b("path", {
|
|
2197
2210
|
fill: "currentColor",
|
|
2198
2211
|
d: "M6 6V2c0-1.1.9-2 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-4v4a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V8c0-1.1.9-2 2-2zm2 0h4a2 2 0 0 1 2 2v4h4V2H8zM2 8v10h10V8z"
|
|
2199
2212
|
}, null, -1)
|
|
2200
2213
|
]));
|
|
2201
2214
|
}
|
|
2202
|
-
const
|
|
2215
|
+
const Pn = V({ name: "zondicons-copy", render: An }), Dn = {
|
|
2203
2216
|
viewBox: "0 0 24 24",
|
|
2204
2217
|
width: "1.2em",
|
|
2205
2218
|
height: "1.2em"
|
|
2206
2219
|
};
|
|
2207
|
-
function
|
|
2208
|
-
return
|
|
2220
|
+
function Bn(t, s) {
|
|
2221
|
+
return o(), y("svg", Dn, s[0] || (s[0] = [
|
|
2209
2222
|
b("path", {
|
|
2210
2223
|
fill: "currentColor",
|
|
2211
2224
|
d: "M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5c.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34c-.46-1.16-1.11-1.47-1.11-1.47c-.91-.62.07-.6.07-.6c1 .07 1.53 1.03 1.53 1.03c.87 1.52 2.34 1.07 2.91.83c.09-.65.35-1.09.63-1.34c-2.22-.25-4.55-1.11-4.55-4.92c0-1.11.38-2 1.03-2.71c-.1-.25-.45-1.29.1-2.64c0 0 .84-.27 2.75 1.02c.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02c.55 1.35.2 2.39.1 2.64c.65.71 1.03 1.6 1.03 2.71c0 3.82-2.34 4.66-4.57 4.91c.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"
|
|
2212
2225
|
}, null, -1)
|
|
2213
2226
|
]));
|
|
2214
2227
|
}
|
|
2215
|
-
const
|
|
2228
|
+
const jn = V({ name: "mdi-github", render: Bn }), Fn = { class: "flex" }, Un = { class: "sr-only" }, On = /* @__PURE__ */ h({
|
|
2216
2229
|
__name: "ErrorReportModalButtons",
|
|
2217
2230
|
props: {
|
|
2218
2231
|
report: {}
|
|
2219
2232
|
},
|
|
2220
2233
|
setup(t) {
|
|
2221
2234
|
const s = t, e = c(() => s.report.description ? `${s.report.title}: ${s.report.description}` : s.report.title), r = c(() => {
|
|
2222
|
-
if (!
|
|
2235
|
+
if (!P.sourceUrl)
|
|
2223
2236
|
return !1;
|
|
2224
2237
|
const a = encodeURIComponent(e.value), u = encodeURIComponent(
|
|
2225
2238
|
[
|
|
@@ -2227,25 +2240,25 @@ const Dn = E({ name: "mdi-github", render: Pn }), jn = { class: "flex" }, Bn = {
|
|
|
2227
2240
|
"",
|
|
2228
2241
|
"Error details:",
|
|
2229
2242
|
"```",
|
|
2230
|
-
|
|
2243
|
+
ls(
|
|
2231
2244
|
s.report.details ?? "Details missing from report",
|
|
2232
|
-
1800 - a.length -
|
|
2245
|
+
1800 - a.length - P.sourceUrl.length
|
|
2233
2246
|
).trim(),
|
|
2234
2247
|
"```"
|
|
2235
2248
|
].join(`
|
|
2236
2249
|
`)
|
|
2237
2250
|
);
|
|
2238
|
-
return `${
|
|
2239
|
-
}), n = c(() =>
|
|
2251
|
+
return `${P.sourceUrl}/issues/new?title=${a}&body=${u}`;
|
|
2252
|
+
}), n = c(() => se(
|
|
2240
2253
|
[
|
|
2241
2254
|
{
|
|
2242
2255
|
id: "clipboard",
|
|
2243
2256
|
description: "Copy to clipboard",
|
|
2244
|
-
iconComponent:
|
|
2257
|
+
iconComponent: Pn,
|
|
2245
2258
|
async click() {
|
|
2246
2259
|
await navigator.clipboard.writeText(`${e.value}
|
|
2247
2260
|
|
|
2248
|
-
${s.report.details}`),
|
|
2261
|
+
${s.report.details}`), A.toast(S("errors.copiedToClipboard", "Debug information copied to clipboard"));
|
|
2249
2262
|
}
|
|
2250
2263
|
},
|
|
2251
2264
|
{
|
|
@@ -2254,8 +2267,8 @@ ${s.report.details}`), P.toast(k("errors.copiedToClipboard", "Debug information
|
|
|
2254
2267
|
iconComponent: Rn,
|
|
2255
2268
|
click() {
|
|
2256
2269
|
const a = s.report.error ?? s.report;
|
|
2257
|
-
window.error = a, console.error(a),
|
|
2258
|
-
|
|
2270
|
+
window.error = a, console.error(a), A.toast(
|
|
2271
|
+
S(
|
|
2259
2272
|
"errors.addedToConsole",
|
|
2260
2273
|
"You can now use the **error** variable in the console"
|
|
2261
2274
|
)
|
|
@@ -2267,24 +2280,24 @@ ${s.report.details}`), P.toast(k("errors.copiedToClipboard", "Debug information
|
|
|
2267
2280
|
r.value && a.push({
|
|
2268
2281
|
id: "github",
|
|
2269
2282
|
description: "Report in GitHub",
|
|
2270
|
-
iconComponent:
|
|
2283
|
+
iconComponent: jn,
|
|
2271
2284
|
url: r.value
|
|
2272
2285
|
});
|
|
2273
2286
|
}
|
|
2274
2287
|
));
|
|
2275
|
-
return (a, u) => (
|
|
2276
|
-
(
|
|
2277
|
-
d(
|
|
2288
|
+
return (a, u) => (o(), y("div", Fn, [
|
|
2289
|
+
(o(!0), y(D, null, U(n.value, (i) => $(a.$slots, "default", H({ ref_for: !0 }, i), () => [
|
|
2290
|
+
d(I, {
|
|
2278
2291
|
size: "icon",
|
|
2279
2292
|
variant: "ghost",
|
|
2280
2293
|
class: "group whitespace-nowrap",
|
|
2281
|
-
href:
|
|
2282
|
-
title: a.$td(`errors.report_${
|
|
2283
|
-
onClick:
|
|
2294
|
+
href: i.url,
|
|
2295
|
+
title: a.$td(`errors.report_${i.id}`, i.description),
|
|
2296
|
+
onClick: i.click
|
|
2284
2297
|
}, {
|
|
2285
2298
|
default: m(() => [
|
|
2286
|
-
b("span",
|
|
2287
|
-
(
|
|
2299
|
+
b("span", Un, x(a.$td(`errors.report_${i.id}`, i.description)), 1),
|
|
2300
|
+
(o(), f(ee(i.iconComponent), {
|
|
2288
2301
|
class: "size-4",
|
|
2289
2302
|
"aria-hidden": "true"
|
|
2290
2303
|
}))
|
|
@@ -2294,7 +2307,7 @@ ${s.report.details}`), P.toast(k("errors.copiedToClipboard", "Debug information
|
|
|
2294
2307
|
])), 256))
|
|
2295
2308
|
]));
|
|
2296
2309
|
}
|
|
2297
|
-
}),
|
|
2310
|
+
}), Nn = /* @__PURE__ */ h({
|
|
2298
2311
|
__name: "ErrorReportModalTitle",
|
|
2299
2312
|
props: {
|
|
2300
2313
|
report: {},
|
|
@@ -2303,19 +2316,19 @@ ${s.report.details}`), P.toast(k("errors.copiedToClipboard", "Debug information
|
|
|
2303
2316
|
},
|
|
2304
2317
|
setup(t) {
|
|
2305
2318
|
const s = c(() => !t.totalReports || t.totalReports <= 1 ? t.report.title : `${t.report.title} (${t.currentReport}/${t.totalReports})`);
|
|
2306
|
-
return (e, r) => (
|
|
2319
|
+
return (e, r) => (o(), f(z, {
|
|
2307
2320
|
text: s.value,
|
|
2308
2321
|
inline: ""
|
|
2309
2322
|
}, null, 8, ["text"]));
|
|
2310
2323
|
}
|
|
2311
2324
|
});
|
|
2312
|
-
function
|
|
2325
|
+
function Wn(t) {
|
|
2313
2326
|
const s = N(t.reports.includes(t.report) ? t.reports.indexOf(t.report) : 0), e = c(() => t.reports[s.value]), r = c(
|
|
2314
2327
|
() => {
|
|
2315
2328
|
var u;
|
|
2316
|
-
return ((u = e.value.details) == null ? void 0 : u.trim()) ||
|
|
2329
|
+
return ((u = e.value.details) == null ? void 0 : u.trim()) || S("errors.detailsEmpty", "This error is missing a stacktrace.");
|
|
2317
2330
|
}
|
|
2318
|
-
), n =
|
|
2331
|
+
), n = S("errors.previousReport", "Show previous report"), a = S("errors.nextReport", "Show next report");
|
|
2319
2332
|
return {
|
|
2320
2333
|
activeReportIndex: s,
|
|
2321
2334
|
details: r,
|
|
@@ -2324,18 +2337,18 @@ function On(t) {
|
|
|
2324
2337
|
activeReport: e
|
|
2325
2338
|
};
|
|
2326
2339
|
}
|
|
2327
|
-
const
|
|
2340
|
+
const Kn = { class: "px-4 pt-5 pb-4" }, Qn = { class: "flex justify-between gap-4" }, Jn = { class: "flex items-center gap-2" }, Zn = {
|
|
2328
2341
|
key: 0,
|
|
2329
2342
|
class: "flex gap-0.5"
|
|
2330
|
-
},
|
|
2343
|
+
}, Xn = { class: "-mt-2 max-h-[75vh] overflow-auto bg-red-800/10" }, Yn = ["textContent"], Gn = /* @__PURE__ */ h({
|
|
2331
2344
|
__name: "ErrorReportModal",
|
|
2332
2345
|
props: {
|
|
2333
2346
|
report: {},
|
|
2334
2347
|
reports: {}
|
|
2335
2348
|
},
|
|
2336
2349
|
setup(t, { expose: s }) {
|
|
2337
|
-
const e = t, { activeReportIndex: r, details: n, nextReportText: a, previousReportText: u, activeReport:
|
|
2338
|
-
return s(), (p, g) => (
|
|
2350
|
+
const e = t, { activeReportIndex: r, details: n, nextReportText: a, previousReportText: u, activeReport: i } = Wn(e);
|
|
2351
|
+
return s(), (p, g) => (o(), f(ne, {
|
|
2339
2352
|
title: p.$td("errors.report", "Error report"),
|
|
2340
2353
|
"title-hidden": "",
|
|
2341
2354
|
"close-hidden": "",
|
|
@@ -2343,18 +2356,18 @@ const Nn = { class: "px-4 pt-5 pb-4" }, Wn = { class: "flex justify-between gap-
|
|
|
2343
2356
|
"wrapper-class": "sm:w-auto sm:min-w-lg sm:max-w-[80vw]"
|
|
2344
2357
|
}, {
|
|
2345
2358
|
default: m(() => [
|
|
2346
|
-
b("div",
|
|
2347
|
-
b("h2",
|
|
2348
|
-
b("div",
|
|
2359
|
+
b("div", Kn, [
|
|
2360
|
+
b("h2", Qn, [
|
|
2361
|
+
b("div", Jn, [
|
|
2349
2362
|
d(l(De), { class: "size-5 text-red-600" }),
|
|
2350
|
-
d(
|
|
2363
|
+
d(Nn, {
|
|
2351
2364
|
class: "text-lg leading-6 font-semibold text-gray-900",
|
|
2352
|
-
report: l(
|
|
2365
|
+
report: l(i),
|
|
2353
2366
|
"current-report": l(r) + 1,
|
|
2354
2367
|
"total-reports": p.reports.length
|
|
2355
2368
|
}, null, 8, ["report", "current-report", "total-reports"]),
|
|
2356
|
-
p.reports.length > 1 ? (
|
|
2357
|
-
d(
|
|
2369
|
+
p.reports.length > 1 ? (o(), y("span", Zn, [
|
|
2370
|
+
d(I, {
|
|
2358
2371
|
size: "icon",
|
|
2359
2372
|
variant: "ghost",
|
|
2360
2373
|
disabled: l(r) === 0,
|
|
@@ -2363,11 +2376,11 @@ const Nn = { class: "px-4 pt-5 pb-4" }, Wn = { class: "flex justify-between gap-
|
|
|
2363
2376
|
onClick: g[0] || (g[0] = (w) => r.value--)
|
|
2364
2377
|
}, {
|
|
2365
2378
|
default: m(() => [
|
|
2366
|
-
d(l(
|
|
2379
|
+
d(l(Mn), { class: "size-4" })
|
|
2367
2380
|
]),
|
|
2368
2381
|
_: 1
|
|
2369
2382
|
}, 8, ["disabled", "aria-label", "title"]),
|
|
2370
|
-
d(
|
|
2383
|
+
d(I, {
|
|
2371
2384
|
size: "icon",
|
|
2372
2385
|
variant: "ghost",
|
|
2373
2386
|
disabled: l(r) === p.reports.length - 1,
|
|
@@ -2376,40 +2389,40 @@ const Nn = { class: "px-4 pt-5 pb-4" }, Wn = { class: "flex justify-between gap-
|
|
|
2376
2389
|
onClick: g[1] || (g[1] = (w) => r.value++)
|
|
2377
2390
|
}, {
|
|
2378
2391
|
default: m(() => [
|
|
2379
|
-
d(l(
|
|
2392
|
+
d(l(Lt), { class: "size-4" })
|
|
2380
2393
|
]),
|
|
2381
2394
|
_: 1
|
|
2382
2395
|
}, 8, ["disabled", "aria-label", "title"])
|
|
2383
2396
|
])) : M("", !0)
|
|
2384
2397
|
]),
|
|
2385
|
-
d(
|
|
2386
|
-
report: l(
|
|
2398
|
+
d(On, {
|
|
2399
|
+
report: l(i),
|
|
2387
2400
|
class: "gap-0.5"
|
|
2388
2401
|
}, null, 8, ["report"])
|
|
2389
2402
|
]),
|
|
2390
|
-
l(
|
|
2403
|
+
l(i).description ? (o(), f(z, {
|
|
2391
2404
|
key: 0,
|
|
2392
|
-
text: l(
|
|
2405
|
+
text: l(i).description,
|
|
2393
2406
|
class: "text-gray-600"
|
|
2394
2407
|
}, null, 8, ["text"])) : M("", !0)
|
|
2395
2408
|
]),
|
|
2396
|
-
b("div",
|
|
2409
|
+
b("div", Xn, [
|
|
2397
2410
|
b("pre", {
|
|
2398
2411
|
class: "p-4 text-xs text-red-800",
|
|
2399
2412
|
textContent: x(l(n))
|
|
2400
|
-
}, null, 8,
|
|
2413
|
+
}, null, 8, Yn)
|
|
2401
2414
|
])
|
|
2402
2415
|
]),
|
|
2403
2416
|
_: 1
|
|
2404
2417
|
}, 8, ["title"]));
|
|
2405
2418
|
}
|
|
2406
|
-
}),
|
|
2419
|
+
}), ea = {
|
|
2407
2420
|
viewBox: "0 0 24 24",
|
|
2408
2421
|
width: "1.2em",
|
|
2409
2422
|
height: "1.2em"
|
|
2410
2423
|
};
|
|
2411
|
-
function
|
|
2412
|
-
return
|
|
2424
|
+
function ta(t, s) {
|
|
2425
|
+
return o(), y("svg", ea, s[0] || (s[0] = [
|
|
2413
2426
|
b("path", {
|
|
2414
2427
|
fill: "currentColor",
|
|
2415
2428
|
d: "M12,1A11,11,0,1,0,23,12,11,11,0,0,0,12,1Zm0,19a8,8,0,1,1,8-8A8,8,0,0,1,12,20Z",
|
|
@@ -2429,7 +2442,7 @@ function Yn(t, s) {
|
|
|
2429
2442
|
], -1)
|
|
2430
2443
|
]));
|
|
2431
2444
|
}
|
|
2432
|
-
const
|
|
2445
|
+
const sa = V({ name: "svg-spinners-90-ring-with-bg", render: ta }), ra = { class: "mt-1 h-2 w-full overflow-hidden rounded-full bg-gray-200" }, na = { class: "sr-only" }, aa = /* @__PURE__ */ h({
|
|
2433
2446
|
__name: "ProgressBar",
|
|
2434
2447
|
props: {
|
|
2435
2448
|
filledClass: {},
|
|
@@ -2438,31 +2451,31 @@ const ea = E({ name: "svg-spinners-90-ring-with-bg", render: Yn }), ta = { class
|
|
|
2438
2451
|
},
|
|
2439
2452
|
setup(t) {
|
|
2440
2453
|
let s;
|
|
2441
|
-
const e = N(0), r = c(() =>
|
|
2454
|
+
const e = N(0), r = c(() => E("size-full transition-transform duration-500 rounded-r-full ease-linear bg-primary-600", t.filledClass)), n = c(() => typeof t.progress == "number" ? t.progress : e.value);
|
|
2442
2455
|
return Le(
|
|
2443
2456
|
() => t.job,
|
|
2444
2457
|
() => {
|
|
2445
2458
|
s && s(), e.value = t.job ? t.job.progress : 0, s = t.job && t.job.listeners.add({ onUpdated: (a) => e.value = a });
|
|
2446
2459
|
},
|
|
2447
2460
|
{ immediate: !0 }
|
|
2448
|
-
),
|
|
2461
|
+
), $e(() => s && s()), (a, u) => (o(), y("div", ra, [
|
|
2449
2462
|
b("div", {
|
|
2450
2463
|
class: C(r.value),
|
|
2451
|
-
style:
|
|
2464
|
+
style: Kt(`transform:translateX(-${(1 - n.value) * 100}%)`)
|
|
2452
2465
|
}, null, 6),
|
|
2453
|
-
b("span",
|
|
2466
|
+
b("span", na, x(a.$td("ui.progress", "{progress}% complete", {
|
|
2454
2467
|
progress: n.value * 100
|
|
2455
2468
|
})), 1)
|
|
2456
2469
|
]));
|
|
2457
2470
|
}
|
|
2458
2471
|
});
|
|
2459
|
-
function
|
|
2460
|
-
const s = c(() => t.title ??
|
|
2461
|
-
() => t.message ??
|
|
2472
|
+
function la(t) {
|
|
2473
|
+
const s = c(() => t.title ?? S("ui.loading", "Loading")), e = c(
|
|
2474
|
+
() => t.message ?? S("ui.loadingInProgress", "Loading in progress...")
|
|
2462
2475
|
), r = c(() => typeof t.progress == "number" || !!t.job), n = c(() => !t.title);
|
|
2463
2476
|
return { renderedTitle: s, renderedMessage: e, titleHidden: n, showProgress: r };
|
|
2464
2477
|
}
|
|
2465
|
-
const
|
|
2478
|
+
const oa = /* @__PURE__ */ h({
|
|
2466
2479
|
__name: "LoadingModal",
|
|
2467
2480
|
props: {
|
|
2468
2481
|
title: {},
|
|
@@ -2471,8 +2484,8 @@ const aa = /* @__PURE__ */ h({
|
|
|
2471
2484
|
job: {}
|
|
2472
2485
|
},
|
|
2473
2486
|
setup(t, { expose: s }) {
|
|
2474
|
-
const e = t, { renderedTitle: r, renderedMessage: n, titleHidden: a, showProgress: u } =
|
|
2475
|
-
return s(), (
|
|
2487
|
+
const e = t, { renderedTitle: r, renderedMessage: n, titleHidden: a, showProgress: u } = la(e);
|
|
2488
|
+
return s(), (i, p) => (o(), f(ne, {
|
|
2476
2489
|
persistent: "",
|
|
2477
2490
|
class: C(["flex", { "flex-col-reverse": l(u), "items-center justify-center gap-2": !l(u) }]),
|
|
2478
2491
|
"wrapper-class": "w-auto",
|
|
@@ -2480,12 +2493,12 @@ const aa = /* @__PURE__ */ h({
|
|
|
2480
2493
|
"title-hidden": l(a)
|
|
2481
2494
|
}, {
|
|
2482
2495
|
default: m(() => [
|
|
2483
|
-
l(u) ? (
|
|
2496
|
+
l(u) ? (o(), f(aa, {
|
|
2484
2497
|
key: 0,
|
|
2485
|
-
progress:
|
|
2486
|
-
job:
|
|
2498
|
+
progress: i.progress,
|
|
2499
|
+
job: i.job,
|
|
2487
2500
|
class: "min-w-[min(400px,80vw)]"
|
|
2488
|
-
}, null, 8, ["progress", "job"])) : (
|
|
2501
|
+
}, null, 8, ["progress", "job"])) : (o(), f(l(sa), {
|
|
2489
2502
|
key: 1,
|
|
2490
2503
|
class: "text-primary-600 mr-1 size-6"
|
|
2491
2504
|
})),
|
|
@@ -2494,7 +2507,7 @@ const aa = /* @__PURE__ */ h({
|
|
|
2494
2507
|
_: 1
|
|
2495
2508
|
}, 8, ["title", "title-hidden", "class"]));
|
|
2496
2509
|
}
|
|
2497
|
-
}),
|
|
2510
|
+
}), Be = /* @__PURE__ */ h({
|
|
2498
2511
|
__name: "HeadlessInput",
|
|
2499
2512
|
props: {
|
|
2500
2513
|
name: {},
|
|
@@ -2505,57 +2518,57 @@ const aa = /* @__PURE__ */ h({
|
|
|
2505
2518
|
},
|
|
2506
2519
|
emits: ["update:modelValue"],
|
|
2507
2520
|
setup(t, { expose: s, emit: e }) {
|
|
2508
|
-
const r = e, n =
|
|
2509
|
-
id: `input-${
|
|
2521
|
+
const r = e, n = Y("form", null), a = c(() => !n || !t.name ? null : n.errors[t.name] ?? null), u = {
|
|
2522
|
+
id: `input-${ue()}`,
|
|
2510
2523
|
name: c(() => t.name),
|
|
2511
2524
|
label: c(() => t.label),
|
|
2512
2525
|
description: c(() => t.description),
|
|
2513
2526
|
value: c(() => n && t.name ? n.getFieldValue(t.name) : t.modelValue),
|
|
2514
|
-
errors:
|
|
2527
|
+
errors: _e(a),
|
|
2515
2528
|
required: c(() => {
|
|
2516
2529
|
if (!(!t.name || !n))
|
|
2517
2530
|
return n.getFieldRules(t.name).includes("required");
|
|
2518
2531
|
}),
|
|
2519
|
-
update(
|
|
2532
|
+
update(i) {
|
|
2520
2533
|
if (n && t.name) {
|
|
2521
|
-
n.setFieldValue(t.name,
|
|
2534
|
+
n.setFieldValue(t.name, i);
|
|
2522
2535
|
return;
|
|
2523
2536
|
}
|
|
2524
|
-
r("update:modelValue",
|
|
2537
|
+
r("update:modelValue", i);
|
|
2525
2538
|
}
|
|
2526
2539
|
};
|
|
2527
|
-
return
|
|
2540
|
+
return pe("input", u), s(u), (i, p) => (o(), f(ee(i.as), null, {
|
|
2528
2541
|
default: m(() => [
|
|
2529
|
-
$(
|
|
2542
|
+
$(i.$slots, "default")
|
|
2530
2543
|
]),
|
|
2531
2544
|
_: 3
|
|
2532
2545
|
}));
|
|
2533
2546
|
}
|
|
2534
|
-
}),
|
|
2547
|
+
}), ia = ["for"], ye = /* @__PURE__ */ h({
|
|
2535
2548
|
__name: "HeadlessInputLabel",
|
|
2536
2549
|
setup(t) {
|
|
2537
|
-
const s =
|
|
2538
|
-
return (n, a) => r.value ? (
|
|
2550
|
+
const s = R("input", "<HeadlessInputLabel> must be a child of a <HeadlessInput>"), e = Ie(), r = c(() => !!(s.label || e.default));
|
|
2551
|
+
return (n, a) => r.value ? (o(), y("label", {
|
|
2539
2552
|
key: 0,
|
|
2540
2553
|
for: l(s).id
|
|
2541
2554
|
}, [
|
|
2542
2555
|
$(n.$slots, "default", {}, () => [
|
|
2543
2556
|
L(x(l(s).label), 1)
|
|
2544
2557
|
])
|
|
2545
|
-
], 8,
|
|
2558
|
+
], 8, ia)) : M("", !0);
|
|
2546
2559
|
}
|
|
2547
|
-
}),
|
|
2560
|
+
}), ua = ["id", "name", "checked", "type", "required", "aria-invalid", "aria-describedby"], It = /* @__PURE__ */ h({
|
|
2548
2561
|
__name: "HeadlessInputInput",
|
|
2549
2562
|
props: {
|
|
2550
2563
|
type: {}
|
|
2551
2564
|
},
|
|
2552
2565
|
setup(t) {
|
|
2553
|
-
const s =
|
|
2566
|
+
const s = te("$inputRef"), e = R("input", "<HeadlessInputInput> must be a child of a <HeadlessInput>"), r = Y("form", null), n = c(() => e.name ?? void 0), a = c(() => e.value), u = c(() => {
|
|
2554
2567
|
if (t.type)
|
|
2555
2568
|
return t.type;
|
|
2556
2569
|
const w = (n.value && (r == null ? void 0 : r.getFieldType(n.value))) ?? "";
|
|
2557
2570
|
return ["text", "email", "number", "tel", "url"].includes(w) ? w : "text";
|
|
2558
|
-
}),
|
|
2571
|
+
}), i = c(() => {
|
|
2559
2572
|
if (u.value === "checkbox")
|
|
2560
2573
|
return !!a.value;
|
|
2561
2574
|
});
|
|
@@ -2569,66 +2582,69 @@ const aa = /* @__PURE__ */ h({
|
|
|
2569
2582
|
case "checkbox":
|
|
2570
2583
|
return s.value.checked;
|
|
2571
2584
|
case "date":
|
|
2572
|
-
|
|
2585
|
+
case "time":
|
|
2586
|
+
case "datetime-local":
|
|
2587
|
+
return new Date(Math.round(s.value.valueAsNumber / 6e4) * 6e4 + Ze);
|
|
2573
2588
|
case "number":
|
|
2574
2589
|
return s.value.valueAsNumber;
|
|
2575
2590
|
default:
|
|
2576
2591
|
return s.value.value;
|
|
2577
2592
|
}
|
|
2578
2593
|
}
|
|
2579
|
-
return
|
|
2594
|
+
return mt(e, () => {
|
|
2580
2595
|
var w;
|
|
2581
2596
|
return (w = s.value) == null ? void 0 : w.focus();
|
|
2582
2597
|
}), G(() => {
|
|
2583
2598
|
if (s.value) {
|
|
2584
|
-
if (
|
|
2585
|
-
|
|
2599
|
+
if (["date", "time", "datetime-local"].includes(u.value) && a.value instanceof Date) {
|
|
2600
|
+
const w = Math.round(a.value.getTime() / 6e4) * 6e4;
|
|
2601
|
+
s.value.valueAsNumber = w - Ze, e.update(new Date(w));
|
|
2586
2602
|
return;
|
|
2587
2603
|
}
|
|
2588
2604
|
s.value.value = a.value ?? null;
|
|
2589
2605
|
}
|
|
2590
|
-
}), (w, v) => (
|
|
2606
|
+
}), (w, v) => (o(), y("input", {
|
|
2591
2607
|
id: l(e).id,
|
|
2592
2608
|
ref: "$inputRef",
|
|
2593
2609
|
name: n.value,
|
|
2594
|
-
checked:
|
|
2610
|
+
checked: i.value,
|
|
2595
2611
|
type: u.value,
|
|
2596
2612
|
required: l(e).required ?? void 0,
|
|
2597
2613
|
"aria-invalid": l(e).errors ? "true" : "false",
|
|
2598
2614
|
"aria-describedby": l(e).errors ? `${l(e).id}-error` : l(e).description ? `${l(e).id}-description` : void 0,
|
|
2599
2615
|
onInput: p
|
|
2600
|
-
}, null, 40,
|
|
2616
|
+
}, null, 40, ua));
|
|
2601
2617
|
}
|
|
2602
|
-
}),
|
|
2618
|
+
}), zt = /* @__PURE__ */ h({
|
|
2603
2619
|
inheritAttrs: !1,
|
|
2604
2620
|
__name: "HeadlessInputDescription",
|
|
2605
2621
|
setup(t) {
|
|
2606
|
-
const s =
|
|
2622
|
+
const s = R(
|
|
2607
2623
|
"input",
|
|
2608
2624
|
"<HeadlessInputDescription> must be a child of a <HeadlessInput>"
|
|
2609
2625
|
), e = c(() => typeof s.description == "string" ? s.description : ""), r = c(() => !!s.description);
|
|
2610
2626
|
return (n, a) => $(n.$slots, "default", {
|
|
2611
2627
|
id: `${l(s).id}-description`
|
|
2612
2628
|
}, () => [
|
|
2613
|
-
r.value ? (
|
|
2629
|
+
r.value ? (o(), f(z, H({ key: 0 }, n.$attrs, {
|
|
2614
2630
|
id: `${l(s).id}-description`,
|
|
2615
2631
|
text: e.value
|
|
2616
2632
|
}), null, 16, ["id", "text"])) : M("", !0)
|
|
2617
2633
|
]);
|
|
2618
2634
|
}
|
|
2619
|
-
}),
|
|
2635
|
+
}), ca = ["id"], we = /* @__PURE__ */ h({
|
|
2620
2636
|
__name: "HeadlessInputError",
|
|
2621
2637
|
setup(t) {
|
|
2622
|
-
const s =
|
|
2623
|
-
return (r, n) => e.value ? (
|
|
2638
|
+
const s = R("input", "<HeadlessInputError> must be a child of a <HeadlessInput>"), e = c(() => s.errors ? S(`errors.${s.errors[0]}`, `Error: ${s.errors[0]}`) : null);
|
|
2639
|
+
return (r, n) => e.value ? (o(), y("p", {
|
|
2624
2640
|
key: 0,
|
|
2625
2641
|
id: `${l(s).id}-error`
|
|
2626
|
-
}, x(e.value), 9,
|
|
2642
|
+
}, x(e.value), 9, ca)) : M("", !0);
|
|
2627
2643
|
}
|
|
2628
|
-
}),
|
|
2644
|
+
}), da = {
|
|
2629
2645
|
key: 0,
|
|
2630
2646
|
class: "pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3"
|
|
2631
|
-
},
|
|
2647
|
+
}, pa = /* @__PURE__ */ h({
|
|
2632
2648
|
inheritAttrs: !1,
|
|
2633
2649
|
__name: "Input",
|
|
2634
2650
|
props: {
|
|
@@ -2641,61 +2657,61 @@ const aa = /* @__PURE__ */ h({
|
|
|
2641
2657
|
},
|
|
2642
2658
|
emits: ["update:modelValue"],
|
|
2643
2659
|
setup(t) {
|
|
2644
|
-
const s = K(t, ["label", "inputClass", "wrapperClass"]), e =
|
|
2645
|
-
var
|
|
2646
|
-
return
|
|
2660
|
+
const s = K(t, ["label", "inputClass", "wrapperClass"]), e = te("$inputRef"), [r, n] = Ae(), a = c(() => E("relative rounded-md shadow-2xs", { "mt-1": t.label }, t.wrapperClass)), u = c(() => {
|
|
2661
|
+
var i, p, g;
|
|
2662
|
+
return E(
|
|
2647
2663
|
// eslint-disable-next-line vue/max-len
|
|
2648
2664
|
"block w-full rounded-md border-0 py-1.5 ring-1 ring-inset focus:ring-2 focus:ring-inset sm:text-sm sm:leading-6",
|
|
2649
2665
|
{
|
|
2650
|
-
"focus:ring-primary-600": !((
|
|
2666
|
+
"focus:ring-primary-600": !((i = e.value) != null && i.errors),
|
|
2651
2667
|
"text-gray-900 shadow-2xs ring-gray-900/10 placeholder:text-gray-400": !((p = e.value) != null && p.errors),
|
|
2652
2668
|
"pr-10 text-red-900 ring-red-900/10 placeholder:text-red-300 focus:ring-red-500": (g = e.value) == null ? void 0 : g.errors
|
|
2653
2669
|
},
|
|
2654
2670
|
t.inputClass
|
|
2655
2671
|
);
|
|
2656
2672
|
});
|
|
2657
|
-
return (
|
|
2673
|
+
return (i, p) => (o(), f(Be, H({
|
|
2658
2674
|
ref: "$inputRef",
|
|
2659
|
-
label:
|
|
2675
|
+
label: i.label,
|
|
2660
2676
|
class: l(n)
|
|
2661
2677
|
}, s, {
|
|
2662
|
-
"onUpdate:modelValue": p[0] || (p[0] = (g) =>
|
|
2678
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => i.$emit("update:modelValue", g))
|
|
2663
2679
|
}), {
|
|
2664
2680
|
default: m(() => {
|
|
2665
2681
|
var g;
|
|
2666
2682
|
return [
|
|
2667
|
-
d(
|
|
2683
|
+
d(ye, { class: "block text-sm leading-6 font-medium text-gray-900" }),
|
|
2668
2684
|
b("div", {
|
|
2669
2685
|
class: C(a.value)
|
|
2670
2686
|
}, [
|
|
2671
|
-
d(
|
|
2672
|
-
(g = e.value) != null && g.errors ? (
|
|
2687
|
+
d(It, H(l(r), { class: u.value }), null, 16, ["class"]),
|
|
2688
|
+
(g = e.value) != null && g.errors ? (o(), y("div", da, [
|
|
2673
2689
|
d(l(De), { class: "size-5 text-red-500" })
|
|
2674
2690
|
])) : M("", !0)
|
|
2675
2691
|
], 2),
|
|
2676
|
-
d(
|
|
2677
|
-
d(
|
|
2692
|
+
d(zt, { class: "mt-2 text-sm text-gray-600" }),
|
|
2693
|
+
d(we, { class: "mt-2 text-sm text-red-600" })
|
|
2678
2694
|
];
|
|
2679
2695
|
}),
|
|
2680
2696
|
_: 1
|
|
2681
2697
|
}, 16, ["label", "class"]));
|
|
2682
2698
|
}
|
|
2683
2699
|
});
|
|
2684
|
-
function
|
|
2700
|
+
function Dl(t, s = {}) {
|
|
2685
2701
|
return {
|
|
2686
2702
|
default: t,
|
|
2687
2703
|
type: "boolean",
|
|
2688
2704
|
rules: s.rules
|
|
2689
2705
|
};
|
|
2690
2706
|
}
|
|
2691
|
-
function
|
|
2707
|
+
function Bl(t, s = {}) {
|
|
2692
2708
|
return {
|
|
2693
2709
|
default: t,
|
|
2694
2710
|
type: "date",
|
|
2695
2711
|
rules: s.rules
|
|
2696
2712
|
};
|
|
2697
2713
|
}
|
|
2698
|
-
function
|
|
2714
|
+
function jl(t, s, e = {}) {
|
|
2699
2715
|
return {
|
|
2700
2716
|
default: s,
|
|
2701
2717
|
type: "enum",
|
|
@@ -2703,21 +2719,21 @@ function Pl(t, s, e = {}) {
|
|
|
2703
2719
|
values: t
|
|
2704
2720
|
};
|
|
2705
2721
|
}
|
|
2706
|
-
function
|
|
2722
|
+
function Fl(t) {
|
|
2707
2723
|
return {
|
|
2708
2724
|
default: t,
|
|
2709
2725
|
type: "boolean",
|
|
2710
2726
|
rules: "required"
|
|
2711
2727
|
};
|
|
2712
2728
|
}
|
|
2713
|
-
function
|
|
2729
|
+
function Ul(t) {
|
|
2714
2730
|
return {
|
|
2715
2731
|
default: t,
|
|
2716
2732
|
type: "date",
|
|
2717
2733
|
rules: "required"
|
|
2718
2734
|
};
|
|
2719
2735
|
}
|
|
2720
|
-
function
|
|
2736
|
+
function Ol(t, s) {
|
|
2721
2737
|
return {
|
|
2722
2738
|
default: s,
|
|
2723
2739
|
type: "enum",
|
|
@@ -2725,55 +2741,55 @@ function Bl(t, s) {
|
|
|
2725
2741
|
values: t
|
|
2726
2742
|
};
|
|
2727
2743
|
}
|
|
2728
|
-
function
|
|
2744
|
+
function Nl(t) {
|
|
2729
2745
|
return {
|
|
2730
2746
|
default: t,
|
|
2731
2747
|
type: "number",
|
|
2732
2748
|
rules: "required"
|
|
2733
2749
|
};
|
|
2734
2750
|
}
|
|
2735
|
-
function
|
|
2751
|
+
function Wl(t) {
|
|
2736
2752
|
return {
|
|
2737
2753
|
default: t,
|
|
2738
2754
|
type: "object",
|
|
2739
2755
|
rules: "required"
|
|
2740
2756
|
};
|
|
2741
2757
|
}
|
|
2742
|
-
function
|
|
2758
|
+
function ma(t) {
|
|
2743
2759
|
return {
|
|
2744
2760
|
default: t,
|
|
2745
2761
|
type: "string",
|
|
2746
2762
|
rules: "required"
|
|
2747
2763
|
};
|
|
2748
2764
|
}
|
|
2749
|
-
function
|
|
2765
|
+
function Kl(t, s = {}) {
|
|
2750
2766
|
return {
|
|
2751
2767
|
default: t,
|
|
2752
2768
|
type: "number",
|
|
2753
2769
|
rules: s.rules
|
|
2754
2770
|
};
|
|
2755
2771
|
}
|
|
2756
|
-
function
|
|
2772
|
+
function Ql(t, s = {}) {
|
|
2757
2773
|
return {
|
|
2758
2774
|
default: t,
|
|
2759
2775
|
type: "object",
|
|
2760
2776
|
rules: s.rules
|
|
2761
2777
|
};
|
|
2762
2778
|
}
|
|
2763
|
-
function
|
|
2779
|
+
function Jl(t, s = {}) {
|
|
2764
2780
|
return {
|
|
2765
2781
|
default: t,
|
|
2766
2782
|
type: "string",
|
|
2767
2783
|
rules: s.rules
|
|
2768
2784
|
};
|
|
2769
2785
|
}
|
|
2770
|
-
function
|
|
2771
|
-
const s =
|
|
2772
|
-
draft:
|
|
2773
|
-
}), e = c(() => t.title ?? t.message), r = c(() => t.title ? t.message : null), n = c(() => t.acceptText ??
|
|
2786
|
+
function fa(t) {
|
|
2787
|
+
const s = ft({
|
|
2788
|
+
draft: ma(t.defaultValue ?? "")
|
|
2789
|
+
}), e = c(() => t.title ?? t.message), r = c(() => t.title ? t.message : null), n = c(() => t.acceptText ?? S("ui.accept", "Ok")), a = c(() => t.cancelText ?? S("ui.cancel", "Cancel"));
|
|
2774
2790
|
return { form: s, renderedTitle: e, renderedMessage: r, renderedAcceptText: n, renderedCancelText: a };
|
|
2775
2791
|
}
|
|
2776
|
-
const
|
|
2792
|
+
const ha = { class: "mt-4 flex flex-row-reverse gap-2" }, ga = /* @__PURE__ */ h({
|
|
2777
2793
|
__name: "PromptModal",
|
|
2778
2794
|
props: {
|
|
2779
2795
|
title: {},
|
|
@@ -2788,8 +2804,8 @@ const ma = { class: "mt-4 flex flex-row-reverse gap-2" }, fa = /* @__PURE__ */ h
|
|
|
2788
2804
|
},
|
|
2789
2805
|
emits: ["close"],
|
|
2790
2806
|
setup(t, { expose: s }) {
|
|
2791
|
-
const e = K(t, ["cancelVariant"]), { form: r, renderedTitle: n, renderedMessage: a, renderedAcceptText: u, renderedCancelText:
|
|
2792
|
-
return s(), (p, g) => (
|
|
2807
|
+
const e = K(t, ["cancelVariant"]), { form: r, renderedTitle: n, renderedMessage: a, renderedAcceptText: u, renderedCancelText: i } = fa(e);
|
|
2808
|
+
return s(), (p, g) => (o(), f(ne, {
|
|
2793
2809
|
title: l(n),
|
|
2794
2810
|
persistent: ""
|
|
2795
2811
|
}, {
|
|
@@ -2799,18 +2815,18 @@ const ma = { class: "mt-4 flex flex-row-reverse gap-2" }, fa = /* @__PURE__ */ h
|
|
|
2799
2815
|
onSubmit: (v) => w(l(r).draft)
|
|
2800
2816
|
}, {
|
|
2801
2817
|
default: m(() => [
|
|
2802
|
-
l(a) ? (
|
|
2818
|
+
l(a) ? (o(), f(z, {
|
|
2803
2819
|
key: 0,
|
|
2804
2820
|
text: l(a)
|
|
2805
2821
|
}, null, 8, ["text"])) : M("", !0),
|
|
2806
|
-
d(
|
|
2822
|
+
d(pa, {
|
|
2807
2823
|
name: "draft",
|
|
2808
2824
|
class: "mt-2",
|
|
2809
2825
|
placeholder: p.placeholder,
|
|
2810
2826
|
label: p.label
|
|
2811
2827
|
}, null, 8, ["placeholder", "label"]),
|
|
2812
|
-
b("div",
|
|
2813
|
-
d(
|
|
2828
|
+
b("div", ha, [
|
|
2829
|
+
d(I, {
|
|
2814
2830
|
variant: p.acceptVariant,
|
|
2815
2831
|
submit: ""
|
|
2816
2832
|
}, {
|
|
@@ -2819,12 +2835,12 @@ const ma = { class: "mt-4 flex flex-row-reverse gap-2" }, fa = /* @__PURE__ */ h
|
|
|
2819
2835
|
]),
|
|
2820
2836
|
_: 1
|
|
2821
2837
|
}, 8, ["variant"]),
|
|
2822
|
-
d(
|
|
2838
|
+
d(I, {
|
|
2823
2839
|
variant: p.cancelVariant,
|
|
2824
2840
|
onClick: (v) => w()
|
|
2825
2841
|
}, {
|
|
2826
2842
|
default: m(() => [
|
|
2827
|
-
L(x(l(
|
|
2843
|
+
L(x(l(i)), 1)
|
|
2828
2844
|
]),
|
|
2829
2845
|
_: 2
|
|
2830
2846
|
}, 1032, ["variant", "onClick"])
|
|
@@ -2836,65 +2852,65 @@ const ma = { class: "mt-4 flex flex-row-reverse gap-2" }, fa = /* @__PURE__ */ h
|
|
|
2836
2852
|
_: 1
|
|
2837
2853
|
}, 8, ["title"]));
|
|
2838
2854
|
}
|
|
2839
|
-
}),
|
|
2855
|
+
}), va = {
|
|
2840
2856
|
viewBox: "0 0 24 24",
|
|
2841
2857
|
width: "1.2em",
|
|
2842
2858
|
height: "1.2em"
|
|
2843
2859
|
};
|
|
2844
|
-
function
|
|
2845
|
-
return
|
|
2860
|
+
function ba(t, s) {
|
|
2861
|
+
return o(), y("svg", va, s[0] || (s[0] = [
|
|
2846
2862
|
b("path", {
|
|
2847
2863
|
fill: "currentColor",
|
|
2848
2864
|
d: "M12 21q-1.625 0-3.012-.8T6.8 18H4v-2h2.1q-.075-.5-.088-1T6 14H4v-2h2q0-.5.012-1t.088-1H4V8h2.8q.35-.575.788-1.075T8.6 6.05L7 4.4L8.4 3l2.15 2.15q.7-.225 1.425-.225t1.425.225L15.6 3L17 4.4l-1.65 1.65q.575.375 1.038.862T17.2 8H20v2h-2.1q.075.5.088 1T18 12h2v2h-2q0 .5-.013 1t-.087 1H20v2h-2.8q-.8 1.4-2.187 2.2T12 21m-2-5h4v-2h-4zm0-4h4v-2h-4z"
|
|
2849
2865
|
}, null, -1)
|
|
2850
2866
|
]));
|
|
2851
2867
|
}
|
|
2852
|
-
const
|
|
2868
|
+
const ya = V({ name: "material-symbols-bug-report", render: ba }), wa = {
|
|
2853
2869
|
viewBox: "0 0 24 24",
|
|
2854
2870
|
width: "1.2em",
|
|
2855
2871
|
height: "1.2em"
|
|
2856
2872
|
};
|
|
2857
|
-
function
|
|
2858
|
-
return
|
|
2873
|
+
function $a(t, s) {
|
|
2874
|
+
return o(), y("svg", wa, s[0] || (s[0] = [
|
|
2859
2875
|
b("path", {
|
|
2860
2876
|
fill: "currentColor",
|
|
2861
2877
|
d: "M7 21q-.825 0-1.412-.587T5 19V6q-.425 0-.712-.288T4 5t.288-.712T5 4h4q0-.425.288-.712T10 3h4q.425 0 .713.288T15 4h4q.425 0 .713.288T20 5t-.288.713T19 6v13q0 .825-.587 1.413T17 21zm5-7.1l1.9 1.9q.275.275.7.275t.7-.275t.275-.7t-.275-.7l-1.9-1.9l1.9-1.9q.275-.275.275-.7t-.275-.7t-.7-.275t-.7.275L12 11.1l-1.9-1.9q-.275-.275-.7-.275t-.7.275t-.275.7t.275.7l1.9 1.9l-1.9 1.9q-.275.275-.275.7t.275.7t.7.275t.7-.275z"
|
|
2862
2878
|
}, null, -1)
|
|
2863
2879
|
]));
|
|
2864
2880
|
}
|
|
2865
|
-
const
|
|
2881
|
+
const _a = V({ name: "material-symbols-delete-forever-rounded", render: $a }), xa = {
|
|
2866
2882
|
viewBox: "0 0 24 24",
|
|
2867
2883
|
width: "1.2em",
|
|
2868
2884
|
height: "1.2em"
|
|
2869
2885
|
};
|
|
2870
|
-
function
|
|
2871
|
-
return
|
|
2886
|
+
function Ca(t, s) {
|
|
2887
|
+
return o(), y("svg", xa, s[0] || (s[0] = [
|
|
2872
2888
|
b("path", {
|
|
2873
2889
|
fill: "currentColor",
|
|
2874
2890
|
d: "M11.25 13.5q.95 0 1.6-.65t.65-1.6t-.65-1.6t-1.6-.65t-1.6.65t-.65 1.6t.65 1.6t1.6.65m4.825 4l-2.625-2.625q-.5.325-1.062.475t-1.138.15q-1.775 0-3.012-1.237T7 11.25t1.238-3.012T11.25 7t3.013 1.238T15.5 11.25q0 .575-.162 1.138t-.488 1.062l2.65 2.65zM5 21q-.825 0-1.412-.587T3 19v-4h2v4h4v2zm10 0v-2h4v-4h2v4q0 .825-.587 1.413T19 21zM3 9V5q0-.825.588-1.412T5 3h4v2H5v4zm16 0V5h-4V3h4q.825 0 1.413.588T21 5v4z"
|
|
2875
2891
|
}, null, -1)
|
|
2876
2892
|
]));
|
|
2877
2893
|
}
|
|
2878
|
-
const
|
|
2894
|
+
const Sa = V({ name: "material-symbols-frame-inspect", render: Ca }), ka = {
|
|
2879
2895
|
viewBox: "0 0 24 24",
|
|
2880
2896
|
width: "1.2em",
|
|
2881
2897
|
height: "1.2em"
|
|
2882
2898
|
};
|
|
2883
|
-
function
|
|
2884
|
-
return
|
|
2899
|
+
function Ta(t, s) {
|
|
2900
|
+
return o(), y("svg", ka, s[0] || (s[0] = [
|
|
2885
2901
|
b("path", {
|
|
2886
2902
|
fill: "currentColor",
|
|
2887
2903
|
d: "M12 20q-3.35 0-5.675-2.325T4 12t2.325-5.675T12 4q1.725 0 3.3.712T18 6.75V5q0-.425.288-.712T19 4t.713.288T20 5v5q0 .425-.288.713T19 11h-5q-.425 0-.712-.288T13 10t.288-.712T14 9h3.2q-.8-1.4-2.187-2.2T12 6Q9.5 6 7.75 7.75T6 12t1.75 4.25T12 18q1.7 0 3.113-.862t2.187-2.313q.2-.35.563-.487t.737-.013q.4.125.575.525t-.025.75q-1.025 2-2.925 3.2T12 20"
|
|
2888
2904
|
}, null, -1)
|
|
2889
2905
|
]));
|
|
2890
2906
|
}
|
|
2891
|
-
const
|
|
2907
|
+
const Ma = V({ name: "material-symbols-refresh-rounded", render: Ta }), Ea = { class: "grid grow place-items-center" }, Ha = { class: "flex flex-col items-center p-8" }, Va = { class: "mt-0 mb-0 text-center text-4xl font-medium text-red-600" }, La = { class: "mt-4 grid grid-cols-1 gap-2 sm:grid-cols-2 [&_button]:justify-start sm:[&_button]:size-32 sm:[&_button]:flex-col sm:[&_button]:justify-center [&_svg]:size-6 sm:[&_svg]:size-8" }, Ia = /* @__PURE__ */ h({
|
|
2892
2908
|
__name: "StartupCrash",
|
|
2893
2909
|
setup(t) {
|
|
2894
2910
|
async function s() {
|
|
2895
|
-
await
|
|
2896
|
-
|
|
2897
|
-
|
|
2911
|
+
await A.confirm(
|
|
2912
|
+
S("startupCrash.purgeConfirmTitle", "Delete everything?"),
|
|
2913
|
+
S(
|
|
2898
2914
|
"startupCrash.purgeConfirmMessage",
|
|
2899
2915
|
`If the problem persists, one drastic solution may be to wipe the storage in this device to start from scratch. However, keep in mind that **all the data that you haven't synchronized will be deleted forever**.
|
|
2900
2916
|
|
|
@@ -2902,16 +2918,16 @@ Do you still want to proceed?`
|
|
|
2902
2918
|
),
|
|
2903
2919
|
{
|
|
2904
2920
|
acceptVariant: "danger",
|
|
2905
|
-
acceptText:
|
|
2921
|
+
acceptText: S("startupCrash.purgeConfirmAccept", "Purge device")
|
|
2906
2922
|
}
|
|
2907
|
-
) && (await
|
|
2923
|
+
) && (await gt.purge(), await P.reload());
|
|
2908
2924
|
}
|
|
2909
2925
|
return (e, r) => {
|
|
2910
|
-
const n =
|
|
2911
|
-
return
|
|
2912
|
-
b("div",
|
|
2926
|
+
const n = Qt("i-majesticons-exclamation");
|
|
2927
|
+
return o(), y("div", Ea, [
|
|
2928
|
+
b("div", Ha, [
|
|
2913
2929
|
d(n, { class: "size-20 text-red-600" }),
|
|
2914
|
-
b("h1",
|
|
2930
|
+
b("h1", Va, x(e.$td("startupCrash.title", "Oops, something went wrong!")), 1),
|
|
2915
2931
|
d(z, {
|
|
2916
2932
|
text: e.$td(
|
|
2917
2933
|
"startupCrash.message",
|
|
@@ -2919,43 +2935,43 @@ Do you still want to proceed?`
|
|
|
2919
2935
|
),
|
|
2920
2936
|
class: "mt-4 text-center"
|
|
2921
2937
|
}, null, 8, ["text"]),
|
|
2922
|
-
b("div",
|
|
2923
|
-
d(
|
|
2938
|
+
b("div", La, [
|
|
2939
|
+
d(I, {
|
|
2924
2940
|
variant: "danger",
|
|
2925
2941
|
onClick: r[0] || (r[0] = (a) => e.$app.reload())
|
|
2926
2942
|
}, {
|
|
2927
2943
|
default: m(() => [
|
|
2928
|
-
d(l(
|
|
2944
|
+
d(l(Ma)),
|
|
2929
2945
|
L(" " + x(e.$td("startupCrash.reload", "Try again")), 1)
|
|
2930
2946
|
]),
|
|
2931
2947
|
_: 1
|
|
2932
2948
|
}),
|
|
2933
|
-
d(
|
|
2949
|
+
d(I, {
|
|
2934
2950
|
variant: "danger",
|
|
2935
2951
|
onClick: r[1] || (r[1] = (a) => e.$errors.inspect(e.$errors.startupErrors))
|
|
2936
2952
|
}, {
|
|
2937
2953
|
default: m(() => [
|
|
2938
|
-
d(l(
|
|
2954
|
+
d(l(ya)),
|
|
2939
2955
|
L(" " + x(e.$td("startupCrash.inspect", "View error details")), 1)
|
|
2940
2956
|
]),
|
|
2941
2957
|
_: 1
|
|
2942
2958
|
}),
|
|
2943
|
-
d(
|
|
2959
|
+
d(I, {
|
|
2944
2960
|
variant: "danger",
|
|
2945
2961
|
onClick: r[2] || (r[2] = (a) => s())
|
|
2946
2962
|
}, {
|
|
2947
2963
|
default: m(() => [
|
|
2948
|
-
d(l(
|
|
2964
|
+
d(l(_a)),
|
|
2949
2965
|
L(" " + x(e.$td("startupCrash.purge", "Purge device")), 1)
|
|
2950
2966
|
]),
|
|
2951
2967
|
_: 1
|
|
2952
2968
|
}),
|
|
2953
|
-
d(
|
|
2969
|
+
d(I, {
|
|
2954
2970
|
variant: "danger",
|
|
2955
2971
|
onClick: r[3] || (r[3] = (a) => e.$errors.debug = !e.$errors.debug)
|
|
2956
2972
|
}, {
|
|
2957
2973
|
default: m(() => [
|
|
2958
|
-
d(l(
|
|
2974
|
+
d(l(Sa)),
|
|
2959
2975
|
L(" " + x(e.$td("startupCrash.debug", "Toggle debugging")), 1)
|
|
2960
2976
|
]),
|
|
2961
2977
|
_: 1
|
|
@@ -2965,13 +2981,13 @@ Do you still want to proceed?`
|
|
|
2965
2981
|
]);
|
|
2966
2982
|
};
|
|
2967
2983
|
}
|
|
2968
|
-
}),
|
|
2984
|
+
}), Rt = /* @__PURE__ */ h({
|
|
2969
2985
|
__name: "HeadlessToastAction",
|
|
2970
2986
|
props: {
|
|
2971
2987
|
action: {}
|
|
2972
2988
|
},
|
|
2973
2989
|
setup(t) {
|
|
2974
|
-
return (s, e) => (
|
|
2990
|
+
return (s, e) => (o(), f(ee(s.action.dismiss ? l(js) : "button"), {
|
|
2975
2991
|
type: "button",
|
|
2976
2992
|
onClick: s.action.click
|
|
2977
2993
|
}, {
|
|
@@ -2981,7 +2997,7 @@ Do you still want to proceed?`
|
|
|
2981
2997
|
_: 1
|
|
2982
2998
|
}, 8, ["onClick"]));
|
|
2983
2999
|
}
|
|
2984
|
-
}),
|
|
3000
|
+
}), za = { key: 0 }, Ra = /* @__PURE__ */ h({
|
|
2985
3001
|
__name: "HeadlessToast",
|
|
2986
3002
|
props: {
|
|
2987
3003
|
message: {},
|
|
@@ -2989,11 +3005,11 @@ Do you still want to proceed?`
|
|
|
2989
3005
|
variant: {}
|
|
2990
3006
|
},
|
|
2991
3007
|
setup(t) {
|
|
2992
|
-
return (s, e) => (
|
|
3008
|
+
return (s, e) => (o(), f(l(Fs), null, {
|
|
2993
3009
|
default: m(() => [
|
|
2994
3010
|
$(s.$slots, "default", {}, () => [
|
|
2995
|
-
s.message ? (
|
|
2996
|
-
(
|
|
3011
|
+
s.message ? (o(), y("span", za, x(s.message), 1)) : M("", !0),
|
|
3012
|
+
(o(!0), y(D, null, U(s.actions, (r, n) => (o(), f(Rt, {
|
|
2997
3013
|
key: n,
|
|
2998
3014
|
action: r
|
|
2999
3015
|
}, null, 8, ["action"]))), 128))
|
|
@@ -3002,7 +3018,7 @@ Do you still want to proceed?`
|
|
|
3002
3018
|
_: 3
|
|
3003
3019
|
}));
|
|
3004
3020
|
}
|
|
3005
|
-
}),
|
|
3021
|
+
}), qa = /* @__PURE__ */ h({
|
|
3006
3022
|
__name: "Toast",
|
|
3007
3023
|
props: {
|
|
3008
3024
|
message: {},
|
|
@@ -3011,7 +3027,7 @@ Do you still want to proceed?`
|
|
|
3011
3027
|
class: {}
|
|
3012
3028
|
},
|
|
3013
3029
|
setup(t, { expose: s }) {
|
|
3014
|
-
const e = c(() =>
|
|
3030
|
+
const e = c(() => pt(
|
|
3015
3031
|
{ baseClasses: t.class, variant: t.variant },
|
|
3016
3032
|
{
|
|
3017
3033
|
baseClasses: "flex items-center gap-2 rounded-md p-2 ring-1 shadow-lg border-gray-200",
|
|
@@ -3027,98 +3043,98 @@ Do you still want to proceed?`
|
|
|
3027
3043
|
}
|
|
3028
3044
|
}
|
|
3029
3045
|
));
|
|
3030
|
-
return s(), (r, n) => (
|
|
3046
|
+
return s(), (r, n) => (o(), f(Ra, {
|
|
3031
3047
|
class: C(e.value)
|
|
3032
3048
|
}, {
|
|
3033
3049
|
default: m(() => [
|
|
3034
|
-
r.message ? (
|
|
3050
|
+
r.message ? (o(), f(z, {
|
|
3035
3051
|
key: 0,
|
|
3036
3052
|
text: r.message,
|
|
3037
3053
|
inline: ""
|
|
3038
3054
|
}, null, 8, ["text"])) : M("", !0),
|
|
3039
|
-
(
|
|
3055
|
+
(o(!0), y(D, null, U(r.actions, (a, u) => (o(), f(I, {
|
|
3040
3056
|
key: u,
|
|
3041
3057
|
action: a,
|
|
3042
3058
|
variant: r.variant,
|
|
3043
|
-
as:
|
|
3059
|
+
as: Rt
|
|
3044
3060
|
}, null, 8, ["action", "variant"]))), 128))
|
|
3045
3061
|
]),
|
|
3046
3062
|
_: 1
|
|
3047
3063
|
}, 8, ["class"]));
|
|
3048
3064
|
}
|
|
3049
|
-
}),
|
|
3065
|
+
}), Aa = { $ui: A }, Pa = {
|
|
3050
3066
|
async install(t, s) {
|
|
3051
3067
|
const e = {
|
|
3052
|
-
"alert-modal":
|
|
3053
|
-
"confirm-modal":
|
|
3054
|
-
"error-report-modal":
|
|
3055
|
-
"loading-modal":
|
|
3056
|
-
"prompt-modal":
|
|
3057
|
-
"startup-crash":
|
|
3058
|
-
toast:
|
|
3068
|
+
"alert-modal": bn,
|
|
3069
|
+
"confirm-modal": Sn,
|
|
3070
|
+
"error-report-modal": Gn,
|
|
3071
|
+
"loading-modal": oa,
|
|
3072
|
+
"prompt-modal": ga,
|
|
3073
|
+
"startup-crash": Ia,
|
|
3074
|
+
toast: qa,
|
|
3059
3075
|
...s.components
|
|
3060
3076
|
};
|
|
3061
3077
|
for (const [r, n] of Object.entries(e))
|
|
3062
|
-
|
|
3063
|
-
await ke(t,
|
|
3078
|
+
A.registerComponent(r, n);
|
|
3079
|
+
await ke(t, Aa);
|
|
3064
3080
|
}
|
|
3065
3081
|
};
|
|
3066
|
-
async function
|
|
3082
|
+
async function Da(t, s = {}) {
|
|
3067
3083
|
var r;
|
|
3068
|
-
const e = [
|
|
3069
|
-
|
|
3084
|
+
const e = [an, _r, nn, Or, kr, Pa, ...s.plugins ?? []];
|
|
3085
|
+
P.instance = t, await rr(e, t, s), await ((r = s.install) == null ? void 0 : r.call(s, t)), await F.emit("application-ready");
|
|
3070
3086
|
}
|
|
3071
|
-
async function
|
|
3087
|
+
async function Zl(t, s = {}) {
|
|
3072
3088
|
var r;
|
|
3073
|
-
const e =
|
|
3074
|
-
|
|
3089
|
+
const e = Jt(t);
|
|
3090
|
+
Z() && (window.$aerogel = e), await Da(e, s), e.mount("#app"), (r = e._container) == null || r.classList.remove("loading"), await F.emit("application-mounted");
|
|
3075
3091
|
}
|
|
3076
|
-
const
|
|
3092
|
+
const Ba = /* @__PURE__ */ h({
|
|
3077
3093
|
__name: "AppToasts",
|
|
3078
3094
|
setup(t) {
|
|
3079
|
-
return (s, e) => (
|
|
3095
|
+
return (s, e) => (o(), f(l(Us), null, {
|
|
3080
3096
|
default: m(() => [
|
|
3081
|
-
(
|
|
3097
|
+
(o(!0), y(D, null, U(s.$ui.toasts, (r) => (o(), f(ee(r.component), H({
|
|
3082
3098
|
id: r.id,
|
|
3083
3099
|
key: r.id
|
|
3084
3100
|
}, { ref_for: !0 }, r.properties), null, 16, ["id"]))), 128)),
|
|
3085
|
-
d(l(
|
|
3101
|
+
d(l(Os), { class: "fixed right-0 bottom-0 z-50 flex flex-col items-end space-y-4 px-4 py-6 sm:p-6" })
|
|
3086
3102
|
]),
|
|
3087
3103
|
_: 1
|
|
3088
3104
|
}));
|
|
3089
3105
|
}
|
|
3090
|
-
}),
|
|
3106
|
+
}), ja = /* @__PURE__ */ h({
|
|
3091
3107
|
__name: "AppOverlays",
|
|
3092
3108
|
setup(t) {
|
|
3093
|
-
return (s, e) => (
|
|
3094
|
-
d(l(
|
|
3095
|
-
d(
|
|
3109
|
+
return (s, e) => (o(), y(D, null, [
|
|
3110
|
+
d(l(ys), { nested: "" }),
|
|
3111
|
+
d(Ba)
|
|
3096
3112
|
], 64));
|
|
3097
3113
|
}
|
|
3098
|
-
}),
|
|
3114
|
+
}), Fa = { class: "flex min-h-full flex-col text-base leading-tight font-normal text-gray-900 antialiased" }, Xl = /* @__PURE__ */ h({
|
|
3099
3115
|
__name: "AppLayout",
|
|
3100
3116
|
setup(t) {
|
|
3101
|
-
return (s, e) => (
|
|
3117
|
+
return (s, e) => (o(), y("div", Fa, [
|
|
3102
3118
|
s.$errors.hasStartupErrors ? $(s.$slots, "startup-crash", { key: 0 }, () => [
|
|
3103
|
-
(
|
|
3119
|
+
(o(), f(ee(s.$ui.requireComponent("startup-crash"))))
|
|
3104
3120
|
]) : $(s.$slots, "default", { key: 1 }),
|
|
3105
|
-
d(
|
|
3121
|
+
d(ja)
|
|
3106
3122
|
]));
|
|
3107
3123
|
}
|
|
3108
|
-
}),
|
|
3124
|
+
}), Ua = ["id", "name", "value", "required", "aria-invalid", "aria-describedby"], Oa = /* @__PURE__ */ h({
|
|
3109
3125
|
__name: "HeadlessInputTextArea",
|
|
3110
3126
|
setup(t) {
|
|
3111
|
-
const s =
|
|
3127
|
+
const s = te("$textAreaRef"), e = R(
|
|
3112
3128
|
"input",
|
|
3113
3129
|
"<HeadlessInputTextArea> must be a child of a <HeadlessInput>"
|
|
3114
3130
|
), r = c(() => e.name ?? void 0), n = c(() => e.value);
|
|
3115
3131
|
function a() {
|
|
3116
3132
|
s.value && e.update(s.value.value);
|
|
3117
3133
|
}
|
|
3118
|
-
return
|
|
3134
|
+
return mt(e, () => {
|
|
3119
3135
|
var u;
|
|
3120
3136
|
return (u = s.value) == null ? void 0 : u.focus();
|
|
3121
|
-
}), (u,
|
|
3137
|
+
}), (u, i) => (o(), y("textarea", {
|
|
3122
3138
|
id: l(e).id,
|
|
3123
3139
|
ref: "$textAreaRef",
|
|
3124
3140
|
name: r.value,
|
|
@@ -3127,22 +3143,37 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3127
3143
|
"aria-invalid": l(e).errors ? "true" : "false",
|
|
3128
3144
|
"aria-describedby": l(e).errors ? `${l(e).id}-error` : l(e).description ? `${l(e).id}-description` : void 0,
|
|
3129
3145
|
onInput: a
|
|
3130
|
-
}, null, 40,
|
|
3146
|
+
}, null, 40, Ua));
|
|
3131
3147
|
}
|
|
3132
|
-
}),
|
|
3133
|
-
__name: "
|
|
3148
|
+
}), Na = { class: "group" }, Wa = { class: "-ml-2 flex w-[max-content] items-center rounded-lg py-2 pr-3 pl-1 hover:bg-gray-100 focus-visible:outline focus-visible:outline-gray-700" }, Ka = { class: "pt-2 pl-4" }, Qa = /* @__PURE__ */ h({
|
|
3149
|
+
__name: "Details",
|
|
3150
|
+
props: {
|
|
3151
|
+
label: {}
|
|
3152
|
+
},
|
|
3134
3153
|
setup(t) {
|
|
3135
|
-
return (s, e) => (
|
|
3136
|
-
b("summary",
|
|
3137
|
-
d(l(
|
|
3138
|
-
b("span", null, x(s
|
|
3154
|
+
return (s, e) => (o(), y("details", Na, [
|
|
3155
|
+
b("summary", Wa, [
|
|
3156
|
+
d(l(Lt), { class: "size-6 transition-transform group-open:rotate-90" }),
|
|
3157
|
+
b("span", null, x(s.label), 1)
|
|
3139
3158
|
]),
|
|
3140
|
-
b("div",
|
|
3159
|
+
b("div", Ka, [
|
|
3141
3160
|
$(s.$slots, "default")
|
|
3142
3161
|
])
|
|
3143
3162
|
]));
|
|
3144
3163
|
}
|
|
3145
|
-
}),
|
|
3164
|
+
}), Yl = /* @__PURE__ */ h({
|
|
3165
|
+
__name: "AdvancedOptions",
|
|
3166
|
+
setup(t) {
|
|
3167
|
+
return (s, e) => (o(), f(Qa, {
|
|
3168
|
+
label: s.$td("ui.advancedOptions", "Advanced options")
|
|
3169
|
+
}, {
|
|
3170
|
+
default: m(() => [
|
|
3171
|
+
$(s.$slots, "default")
|
|
3172
|
+
]),
|
|
3173
|
+
_: 3
|
|
3174
|
+
}, 8, ["label"]));
|
|
3175
|
+
}
|
|
3176
|
+
}), Ja = { class: "flex h-6 items-center" }, Gl = /* @__PURE__ */ h({
|
|
3146
3177
|
inheritAttrs: !1,
|
|
3147
3178
|
__name: "Checkbox",
|
|
3148
3179
|
props: {
|
|
@@ -3155,9 +3186,9 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3155
3186
|
},
|
|
3156
3187
|
emits: ["update:modelValue"],
|
|
3157
3188
|
setup(t) {
|
|
3158
|
-
const s = K(t, ["inputClass", "labelClass"]), e =
|
|
3189
|
+
const s = K(t, ["inputClass", "labelClass"]), e = te("$inputRef"), [r, n] = Ae(), a = c(() => E("relative flex items-start", n.value)), u = c(() => {
|
|
3159
3190
|
var p, g;
|
|
3160
|
-
return
|
|
3191
|
+
return E(
|
|
3161
3192
|
"size-4 rounded text-primary-600 not-checked:hover:bg-gray-200 checked:hover:text-primary-500 checked:border-0",
|
|
3162
3193
|
{
|
|
3163
3194
|
"border-gray-300 focus:ring-primary-600": !((p = e.value) != null && p.errors),
|
|
@@ -3165,43 +3196,43 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3165
3196
|
},
|
|
3166
3197
|
t.inputClass
|
|
3167
3198
|
);
|
|
3168
|
-
}),
|
|
3169
|
-
return (p, g) => (
|
|
3199
|
+
}), i = c(() => E("ml-2 text-sm leading-6", t.labelClass));
|
|
3200
|
+
return (p, g) => (o(), f(Be, H({
|
|
3170
3201
|
ref: "$inputRef",
|
|
3171
3202
|
class: a.value
|
|
3172
3203
|
}, s, {
|
|
3173
3204
|
"onUpdate:modelValue": g[0] || (g[0] = (w) => p.$emit("update:modelValue", w))
|
|
3174
3205
|
}), {
|
|
3175
3206
|
default: m(() => [
|
|
3176
|
-
b("div",
|
|
3177
|
-
d(
|
|
3207
|
+
b("div", Ja, [
|
|
3208
|
+
d(It, H(l(r), {
|
|
3178
3209
|
type: "checkbox",
|
|
3179
3210
|
class: u.value
|
|
3180
3211
|
}), null, 16, ["class"])
|
|
3181
3212
|
]),
|
|
3182
|
-
p.$slots.default ? (
|
|
3213
|
+
p.$slots.default ? (o(), y("div", {
|
|
3183
3214
|
key: 0,
|
|
3184
|
-
class: C(
|
|
3215
|
+
class: C(i.value)
|
|
3185
3216
|
}, [
|
|
3186
|
-
d(
|
|
3217
|
+
d(ye, { class: "text-gray-900" }, {
|
|
3187
3218
|
default: m(() => [
|
|
3188
3219
|
$(p.$slots, "default")
|
|
3189
3220
|
]),
|
|
3190
3221
|
_: 3
|
|
3191
3222
|
}),
|
|
3192
|
-
d(
|
|
3193
|
-
], 2)) : p.label ? (
|
|
3223
|
+
d(we, { class: "text-red-600" })
|
|
3224
|
+
], 2)) : p.label ? (o(), y("div", {
|
|
3194
3225
|
key: 1,
|
|
3195
|
-
class: C(
|
|
3226
|
+
class: C(i.value)
|
|
3196
3227
|
}, [
|
|
3197
|
-
d(
|
|
3198
|
-
d(
|
|
3228
|
+
d(ye, { class: "text-gray-900" }),
|
|
3229
|
+
d(we, { class: "text-red-600" })
|
|
3199
3230
|
], 2)) : M("", !0)
|
|
3200
3231
|
]),
|
|
3201
3232
|
_: 3
|
|
3202
3233
|
}, 16, ["class"]));
|
|
3203
3234
|
}
|
|
3204
|
-
}),
|
|
3235
|
+
}), Za = /* @__PURE__ */ h({
|
|
3205
3236
|
__name: "DropdownMenuOption",
|
|
3206
3237
|
props: {
|
|
3207
3238
|
class: {},
|
|
@@ -3210,11 +3241,11 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3210
3241
|
},
|
|
3211
3242
|
emits: ["select"],
|
|
3212
3243
|
setup(t) {
|
|
3213
|
-
const s = K(t, ["class"]), e = c(() =>
|
|
3244
|
+
const s = K(t, ["class"]), e = c(() => E(
|
|
3214
3245
|
"flex w-full items-center gap-2 rounded-lg px-2 py-2 text-sm text-gray-900 data-[highlighted]:bg-gray-100",
|
|
3215
3246
|
t.class
|
|
3216
3247
|
));
|
|
3217
|
-
return (r, n) => (
|
|
3248
|
+
return (r, n) => (o(), f(l(Ns), H({ class: e.value }, s, {
|
|
3218
3249
|
onSelect: n[0] || (n[0] = (a) => r.$emit("select"))
|
|
3219
3250
|
}), {
|
|
3220
3251
|
default: m(() => [
|
|
@@ -3223,24 +3254,24 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3223
3254
|
_: 3
|
|
3224
3255
|
}, 16, ["class"]));
|
|
3225
3256
|
}
|
|
3226
|
-
}),
|
|
3257
|
+
}), Xa = /* @__PURE__ */ h({
|
|
3227
3258
|
__name: "DropdownMenuOptions",
|
|
3228
3259
|
setup(t) {
|
|
3229
|
-
const s =
|
|
3260
|
+
const s = R(
|
|
3230
3261
|
"dropdown-menu",
|
|
3231
3262
|
"<DropdownMenuOptions> must be a child of a <DropdownMenu>"
|
|
3232
3263
|
);
|
|
3233
|
-
return (e, r) => (
|
|
3264
|
+
return (e, r) => (o(), f(l(Ws), {
|
|
3234
3265
|
class: "gap-y-0.5 rounded-lg bg-white p-1.5 shadow-lg ring-1 ring-black/5",
|
|
3235
3266
|
align: l(s).align,
|
|
3236
3267
|
side: l(s).side
|
|
3237
3268
|
}, {
|
|
3238
3269
|
default: m(() => [
|
|
3239
3270
|
$(e.$slots, "default", {}, () => [
|
|
3240
|
-
(
|
|
3271
|
+
(o(!0), y(D, null, U(l(s).options, (n, a) => (o(), f(Za, H(
|
|
3241
3272
|
{
|
|
3242
3273
|
key: a,
|
|
3243
|
-
as: n.route || n.href ?
|
|
3274
|
+
as: n.route || n.href ? $t : void 0,
|
|
3244
3275
|
class: n.class
|
|
3245
3276
|
},
|
|
3246
3277
|
{ ref_for: !0 },
|
|
@@ -3252,8 +3283,8 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3252
3283
|
} : {},
|
|
3253
3284
|
{
|
|
3254
3285
|
onSelect: (u) => {
|
|
3255
|
-
var
|
|
3256
|
-
return (
|
|
3286
|
+
var i;
|
|
3287
|
+
return (i = n.click) == null ? void 0 : i.call(n);
|
|
3257
3288
|
}
|
|
3258
3289
|
}
|
|
3259
3290
|
), {
|
|
@@ -3267,7 +3298,7 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3267
3298
|
_: 3
|
|
3268
3299
|
}, 8, ["align", "side"]));
|
|
3269
3300
|
}
|
|
3270
|
-
}),
|
|
3301
|
+
}), eo = /* @__PURE__ */ h({
|
|
3271
3302
|
__name: "DropdownMenu",
|
|
3272
3303
|
props: {
|
|
3273
3304
|
align: {},
|
|
@@ -3283,18 +3314,18 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3283
3314
|
return (r = t.options) == null ? void 0 : r.filter(Boolean);
|
|
3284
3315
|
})
|
|
3285
3316
|
};
|
|
3286
|
-
return
|
|
3317
|
+
return pe("dropdown-menu", e), s(e), (r, n) => (o(), f(l(Ks), null, {
|
|
3287
3318
|
default: m(() => [
|
|
3288
|
-
d(l(
|
|
3319
|
+
d(l(Qs), null, {
|
|
3289
3320
|
default: m(() => [
|
|
3290
3321
|
$(r.$slots, "default")
|
|
3291
3322
|
]),
|
|
3292
3323
|
_: 3
|
|
3293
3324
|
}),
|
|
3294
|
-
d(l(
|
|
3325
|
+
d(l(Js), null, {
|
|
3295
3326
|
default: m(() => [
|
|
3296
3327
|
$(r.$slots, "options", {}, () => [
|
|
3297
|
-
d(
|
|
3328
|
+
d(Xa)
|
|
3298
3329
|
])
|
|
3299
3330
|
]),
|
|
3300
3331
|
_: 3
|
|
@@ -3303,7 +3334,7 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3303
3334
|
_: 3
|
|
3304
3335
|
}));
|
|
3305
3336
|
}
|
|
3306
|
-
}),
|
|
3337
|
+
}), Ya = ["aria-hidden"], Ga = ["tabindex", "aria-label", "type"], to = /* @__PURE__ */ h({
|
|
3307
3338
|
__name: "EditableContent",
|
|
3308
3339
|
props: {
|
|
3309
3340
|
type: { default: "text" },
|
|
@@ -3316,40 +3347,40 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3316
3347
|
},
|
|
3317
3348
|
emits: ["update", "save"],
|
|
3318
3349
|
setup(t, { emit: s }) {
|
|
3319
|
-
const e = s, r =
|
|
3350
|
+
const e = s, r = te("$inputRef"), n = N(null), a = N(t.text), u = c(() => E("inline whitespace-pre", t.contentClass)), i = c(() => E("invisible whitespace-pre", t.contentClass)), p = c(() => E("absolute inset-0 h-full w-full resize-none border-0 bg-transparent p-0 focus:ring-0", t.contentClass));
|
|
3320
3351
|
function g() {
|
|
3321
3352
|
n.value = t.text;
|
|
3322
3353
|
}
|
|
3323
3354
|
function w() {
|
|
3324
3355
|
n.value && (t.type !== "number" && a.value.trim().length === 0 && (a.value = n.value, e("update", a.value)), n.value = null, e("save"));
|
|
3325
3356
|
}
|
|
3326
|
-
return G(() => a.value = t.text), (v,
|
|
3357
|
+
return G(() => a.value = t.text), (v, k) => (o(), y("div", {
|
|
3327
3358
|
class: C(["relative", { "pointer-events-none!": v.disabled && !n.value }])
|
|
3328
3359
|
}, [
|
|
3329
|
-
n.value ? (
|
|
3360
|
+
n.value ? (o(), y("span", {
|
|
3330
3361
|
key: 1,
|
|
3331
|
-
class: C(
|
|
3332
|
-
}, x(a.value), 3)) : (
|
|
3362
|
+
class: C(i.value)
|
|
3363
|
+
}, x(a.value), 3)) : (o(), y("div", {
|
|
3333
3364
|
key: 0,
|
|
3334
3365
|
class: C(u.value)
|
|
3335
3366
|
}, [
|
|
3336
3367
|
$(v.$slots, "default")
|
|
3337
3368
|
], 2)),
|
|
3338
|
-
v.type === "number" ? (
|
|
3369
|
+
v.type === "number" ? (o(), y("span", {
|
|
3339
3370
|
key: 2,
|
|
3340
3371
|
class: C(["inline-block transition-[width]", n.value ? "w-5" : "w-0"])
|
|
3341
3372
|
}, null, 2)) : M("", !0),
|
|
3342
3373
|
b("form", {
|
|
3343
3374
|
class: "w-full",
|
|
3344
3375
|
"aria-hidden": v.formAriaHidden,
|
|
3345
|
-
onSubmit:
|
|
3346
|
-
var
|
|
3347
|
-
return (
|
|
3376
|
+
onSubmit: k[4] || (k[4] = rt((q) => {
|
|
3377
|
+
var Q;
|
|
3378
|
+
return (Q = r.value) == null ? void 0 : Q.blur();
|
|
3348
3379
|
}, ["prevent"]))
|
|
3349
3380
|
}, [
|
|
3350
|
-
|
|
3381
|
+
nt(b("input", {
|
|
3351
3382
|
ref: "$inputRef",
|
|
3352
|
-
"onUpdate:modelValue":
|
|
3383
|
+
"onUpdate:modelValue": k[0] || (k[0] = (q) => a.value = q),
|
|
3353
3384
|
tabindex: v.tabindex ?? void 0,
|
|
3354
3385
|
"aria-label": v.ariaLabel ?? void 0,
|
|
3355
3386
|
type: v.type,
|
|
@@ -3357,65 +3388,65 @@ const Pa = /* @__PURE__ */ h({
|
|
|
3357
3388
|
p.value,
|
|
3358
3389
|
{ "opacity-0": !n.value, "appearance-textfield": !n.value && v.type === "number" }
|
|
3359
3390
|
]),
|
|
3360
|
-
onKeyup:
|
|
3361
|
-
onFocus:
|
|
3362
|
-
onBlur:
|
|
3363
|
-
}, null, 42,
|
|
3364
|
-
[
|
|
3391
|
+
onKeyup: k[1] || (k[1] = (q) => v.$emit("update", a.value)),
|
|
3392
|
+
onFocus: k[2] || (k[2] = (q) => g()),
|
|
3393
|
+
onBlur: k[3] || (k[3] = (q) => w())
|
|
3394
|
+
}, null, 42, Ga), [
|
|
3395
|
+
[Zt, a.value]
|
|
3365
3396
|
])
|
|
3366
|
-
], 40,
|
|
3397
|
+
], 40, Ya)
|
|
3367
3398
|
], 2));
|
|
3368
3399
|
}
|
|
3369
|
-
}),
|
|
3400
|
+
}), el = {
|
|
3370
3401
|
viewBox: "0 0 512 512",
|
|
3371
3402
|
width: "1.2em",
|
|
3372
3403
|
height: "1.2em"
|
|
3373
3404
|
};
|
|
3374
|
-
function
|
|
3375
|
-
return
|
|
3405
|
+
function tl(t, s) {
|
|
3406
|
+
return o(), y("svg", el, s[0] || (s[0] = [
|
|
3376
3407
|
b("path", {
|
|
3377
3408
|
fill: "currentColor",
|
|
3378
3409
|
d: "M449.07 399.08L278.64 82.58c-12.08-22.44-44.26-22.44-56.35 0L51.87 399.08A32 32 0 0 0 80 446.25h340.89a32 32 0 0 0 28.18-47.17m-198.6-1.83a20 20 0 1 1 20-20a20 20 0 0 1-20 20m21.72-201.15l-5.74 122a16 16 0 0 1-32 0l-5.74-121.95a21.73 21.73 0 0 1 21.5-22.69h.21a21.74 21.74 0 0 1 21.73 22.7Z"
|
|
3379
3410
|
}, null, -1)
|
|
3380
3411
|
]));
|
|
3381
3412
|
}
|
|
3382
|
-
const
|
|
3413
|
+
const sl = V({ name: "ion-warning", render: tl }), rl = {
|
|
3383
3414
|
viewBox: "0 0 20 20",
|
|
3384
3415
|
width: "1.2em",
|
|
3385
3416
|
height: "1.2em"
|
|
3386
3417
|
};
|
|
3387
|
-
function
|
|
3388
|
-
return
|
|
3418
|
+
function nl(t, s) {
|
|
3419
|
+
return o(), y("svg", rl, s[0] || (s[0] = [
|
|
3389
3420
|
b("path", {
|
|
3390
3421
|
fill: "currentColor",
|
|
3391
3422
|
d: "M.2 10a11 11 0 0 1 19.6 0A11 11 0 0 1 .2 10m9.8 4a4 4 0 1 0 0-8a4 4 0 0 0 0 8m0-2a2 2 0 1 1 0-4a2 2 0 0 1 0 4"
|
|
3392
3423
|
}, null, -1)
|
|
3393
3424
|
]));
|
|
3394
3425
|
}
|
|
3395
|
-
const
|
|
3426
|
+
const al = V({ name: "zondicons-view-show", render: nl }), ll = { class: "font-medium" }, ol = ["datetime"], il = /* @__PURE__ */ h({
|
|
3396
3427
|
__name: "ErrorLogsModal",
|
|
3397
3428
|
setup(t) {
|
|
3398
|
-
return (s, e) => (
|
|
3429
|
+
return (s, e) => (o(), f(ne, {
|
|
3399
3430
|
title: s.$td("errors.report", "Errors ({count})", { count: s.$errors.logs.length })
|
|
3400
3431
|
}, {
|
|
3401
3432
|
default: m(() => [
|
|
3402
3433
|
b("ol", null, [
|
|
3403
|
-
(
|
|
3434
|
+
(o(!0), y(D, null, U(s.$errors.logs, (r, n) => (o(), y("li", {
|
|
3404
3435
|
key: n,
|
|
3405
3436
|
class: "mb-2 flex max-w-prose min-w-56 justify-between py-2 last:mb-0"
|
|
3406
3437
|
}, [
|
|
3407
3438
|
b("div", null, [
|
|
3408
|
-
b("h3",
|
|
3439
|
+
b("h3", ll, x(r.report.title), 1),
|
|
3409
3440
|
b("time", {
|
|
3410
3441
|
datetime: r.date.toISOString(),
|
|
3411
3442
|
class: "text-xs text-gray-700"
|
|
3412
|
-
}, x(r.date.toLocaleTimeString()), 9,
|
|
3443
|
+
}, x(r.date.toLocaleTimeString()), 9, ol),
|
|
3413
3444
|
d(z, {
|
|
3414
3445
|
class: "text-sm text-gray-500",
|
|
3415
3446
|
text: r.report.description ?? l(Ht)(r.report)
|
|
3416
3447
|
}, null, 8, ["text"])
|
|
3417
3448
|
]),
|
|
3418
|
-
d(
|
|
3449
|
+
d(I, {
|
|
3419
3450
|
size: "icon",
|
|
3420
3451
|
variant: "ghost",
|
|
3421
3452
|
"aria-label": s.$td("errors.viewDetails", "View details"),
|
|
@@ -3427,7 +3458,7 @@ const sl = E({ name: "zondicons-view-show", render: tl }), rl = { class: "font-m
|
|
|
3427
3458
|
)
|
|
3428
3459
|
}, {
|
|
3429
3460
|
default: m(() => [
|
|
3430
|
-
d(l(
|
|
3461
|
+
d(l(al), {
|
|
3431
3462
|
class: "size-4",
|
|
3432
3463
|
"aria-hidden": "true"
|
|
3433
3464
|
})
|
|
@@ -3440,36 +3471,36 @@ const sl = E({ name: "zondicons-view-show", render: tl }), rl = { class: "font-m
|
|
|
3440
3471
|
_: 1
|
|
3441
3472
|
}, 8, ["title"]));
|
|
3442
3473
|
}
|
|
3443
|
-
}),
|
|
3474
|
+
}), so = /* @__PURE__ */ h({
|
|
3444
3475
|
__name: "ErrorLogs",
|
|
3445
3476
|
setup(t) {
|
|
3446
|
-
return (s, e) => s.$errors.logs.length > 0 ? (
|
|
3477
|
+
return (s, e) => s.$errors.logs.length > 0 ? (o(), f(I, {
|
|
3447
3478
|
key: 0,
|
|
3448
3479
|
size: "icon",
|
|
3449
3480
|
variant: "ghost",
|
|
3450
3481
|
title: s.$td("errors.viewLogs", "View error logs"),
|
|
3451
3482
|
"aria-label": s.$td("errors.viewLogs", "View error logs"),
|
|
3452
|
-
onClick: e[0] || (e[0] = (r) => s.$ui.modal(
|
|
3483
|
+
onClick: e[0] || (e[0] = (r) => s.$ui.modal(il))
|
|
3453
3484
|
}, {
|
|
3454
3485
|
default: m(() => [
|
|
3455
|
-
d(l(
|
|
3486
|
+
d(l(sl), { class: "size-6 text-red-500" })
|
|
3456
3487
|
]),
|
|
3457
3488
|
_: 1
|
|
3458
3489
|
}, 8, ["title", "aria-label"])) : M("", !0);
|
|
3459
3490
|
}
|
|
3460
|
-
}),
|
|
3491
|
+
}), ro = /* @__PURE__ */ h({
|
|
3461
3492
|
__name: "ErrorMessage",
|
|
3462
3493
|
props: {
|
|
3463
3494
|
error: {}
|
|
3464
3495
|
},
|
|
3465
3496
|
setup(t) {
|
|
3466
3497
|
const s = c(() => Ht(t.error));
|
|
3467
|
-
return (e, r) => (
|
|
3498
|
+
return (e, r) => (o(), f(z, {
|
|
3468
3499
|
text: s.value,
|
|
3469
3500
|
inline: ""
|
|
3470
3501
|
}, null, 8, ["text"]));
|
|
3471
3502
|
}
|
|
3472
|
-
}),
|
|
3503
|
+
}), no = /* @__PURE__ */ h({
|
|
3473
3504
|
__name: "Link",
|
|
3474
3505
|
props: {
|
|
3475
3506
|
class: {},
|
|
@@ -3484,30 +3515,30 @@ const sl = E({ name: "zondicons-view-show", render: tl }), rl = { class: "font-m
|
|
|
3484
3515
|
as: {}
|
|
3485
3516
|
},
|
|
3486
3517
|
setup(t) {
|
|
3487
|
-
return (s, e) => (
|
|
3518
|
+
return (s, e) => (o(), f(I, H({ variant: "link" }, s.$props), {
|
|
3488
3519
|
default: m(() => [
|
|
3489
3520
|
$(s.$slots, "default")
|
|
3490
3521
|
]),
|
|
3491
3522
|
_: 3
|
|
3492
3523
|
}, 16));
|
|
3493
3524
|
}
|
|
3494
|
-
}),
|
|
3525
|
+
}), ao = /* @__PURE__ */ h({
|
|
3495
3526
|
__name: "SettingsModal",
|
|
3496
3527
|
setup(t) {
|
|
3497
|
-
const s = c(() =>
|
|
3498
|
-
return (e, r) => (
|
|
3528
|
+
const s = c(() => os(P.settings, "priority", "desc"));
|
|
3529
|
+
return (e, r) => (o(), f(ne, {
|
|
3499
3530
|
title: e.$td("settings.title", "Settings")
|
|
3500
3531
|
}, {
|
|
3501
3532
|
default: m(() => [
|
|
3502
|
-
(
|
|
3533
|
+
(o(!0), y(D, null, U(s.value, (n, a) => (o(), f(ee(n.component), { key: a }))), 128))
|
|
3503
3534
|
]),
|
|
3504
3535
|
_: 1
|
|
3505
3536
|
}, 8, ["title"]));
|
|
3506
3537
|
}
|
|
3507
|
-
}),
|
|
3538
|
+
}), ul = {
|
|
3508
3539
|
key: 0,
|
|
3509
3540
|
class: "pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3"
|
|
3510
|
-
},
|
|
3541
|
+
}, lo = /* @__PURE__ */ h({
|
|
3511
3542
|
inheritAttrs: !1,
|
|
3512
3543
|
__name: "TextArea",
|
|
3513
3544
|
props: {
|
|
@@ -3520,47 +3551,47 @@ const sl = E({ name: "zondicons-view-show", render: tl }), rl = { class: "font-m
|
|
|
3520
3551
|
},
|
|
3521
3552
|
emits: ["update:modelValue"],
|
|
3522
3553
|
setup(t) {
|
|
3523
|
-
const s = K(t, ["label", "inputClass", "wrapperClass"]), e =
|
|
3524
|
-
var
|
|
3525
|
-
return
|
|
3554
|
+
const s = K(t, ["label", "inputClass", "wrapperClass"]), e = te("$inputRef"), [r, n] = Ae(), a = c(() => E("relative rounded-md shadow-2xs", { "mt-1": t.label }, t.wrapperClass)), u = c(() => {
|
|
3555
|
+
var i, p, g;
|
|
3556
|
+
return E(
|
|
3526
3557
|
// eslint-disable-next-line vue/max-len
|
|
3527
3558
|
"block w-full rounded-md border-0 py-1.5 ring-1 ring-inset focus:ring-2 focus:ring-inset sm:text-sm sm:leading-6",
|
|
3528
3559
|
{
|
|
3529
|
-
"focus:ring-primary-600": !((
|
|
3560
|
+
"focus:ring-primary-600": !((i = e.value) != null && i.errors),
|
|
3530
3561
|
"text-gray-900 shadow-2xs ring-gray-900/10 placeholder:text-gray-400": !((p = e.value) != null && p.errors),
|
|
3531
3562
|
"pr-10 text-red-900 ring-red-900/10 placeholder:text-red-300 focus:ring-red-500": (g = e.value) == null ? void 0 : g.errors
|
|
3532
3563
|
},
|
|
3533
3564
|
t.inputClass
|
|
3534
3565
|
);
|
|
3535
3566
|
});
|
|
3536
|
-
return (
|
|
3567
|
+
return (i, p) => (o(), f(Be, H({
|
|
3537
3568
|
ref: "$inputRef",
|
|
3538
|
-
label:
|
|
3569
|
+
label: i.label,
|
|
3539
3570
|
class: l(n)
|
|
3540
3571
|
}, s, {
|
|
3541
|
-
"onUpdate:modelValue": p[0] || (p[0] = (g) =>
|
|
3572
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => i.$emit("update:modelValue", g))
|
|
3542
3573
|
}), {
|
|
3543
3574
|
default: m(() => {
|
|
3544
3575
|
var g;
|
|
3545
3576
|
return [
|
|
3546
|
-
d(
|
|
3577
|
+
d(ye, { class: "block text-sm leading-6 font-medium text-gray-900" }),
|
|
3547
3578
|
b("div", {
|
|
3548
3579
|
class: C(a.value)
|
|
3549
3580
|
}, [
|
|
3550
|
-
d(
|
|
3551
|
-
(g = e.value) != null && g.errors ? (
|
|
3581
|
+
d(Oa, H(l(r), { class: u.value }), null, 16, ["class"]),
|
|
3582
|
+
(g = e.value) != null && g.errors ? (o(), y("div", ul, [
|
|
3552
3583
|
d(l(De), { class: "size-5 text-red-500" })
|
|
3553
3584
|
])) : M("", !0)
|
|
3554
3585
|
], 2),
|
|
3555
|
-
d(
|
|
3556
|
-
d(
|
|
3586
|
+
d(zt, { class: "mt-2 text-sm text-gray-600" }),
|
|
3587
|
+
d(we, { class: "mt-2 text-sm text-red-600" })
|
|
3557
3588
|
];
|
|
3558
3589
|
}),
|
|
3559
3590
|
_: 1
|
|
3560
3591
|
}, 16, ["label", "class"]));
|
|
3561
3592
|
}
|
|
3562
3593
|
});
|
|
3563
|
-
class
|
|
3594
|
+
class oo {
|
|
3564
3595
|
constructor() {
|
|
3565
3596
|
_(this, "status");
|
|
3566
3597
|
_(this, "_listeners");
|
|
@@ -3568,22 +3599,22 @@ class ni {
|
|
|
3568
3599
|
_(this, "_cancelled");
|
|
3569
3600
|
_(this, "_started");
|
|
3570
3601
|
_(this, "_completed");
|
|
3571
|
-
this.status = this.getInitialStatus(), this._listeners = new
|
|
3602
|
+
this.status = this.getInitialStatus(), this._listeners = new is(), this._started = new J(), this._completed = new J();
|
|
3572
3603
|
}
|
|
3573
3604
|
async start() {
|
|
3574
3605
|
this.beforeStart(), this._started.resolve();
|
|
3575
3606
|
try {
|
|
3576
3607
|
await this.updateProgress(), await this.run(), await this.updateProgress(), this._completed.resolve();
|
|
3577
3608
|
} catch (s) {
|
|
3578
|
-
if (s instanceof
|
|
3609
|
+
if (s instanceof et)
|
|
3579
3610
|
return;
|
|
3580
|
-
throw
|
|
3611
|
+
throw se(us(s), (e) => {
|
|
3581
3612
|
this._completed.reject(e);
|
|
3582
3613
|
});
|
|
3583
3614
|
}
|
|
3584
3615
|
}
|
|
3585
3616
|
async cancel() {
|
|
3586
|
-
this._cancelled = new
|
|
3617
|
+
this._cancelled = new J(), await this._cancelled;
|
|
3587
3618
|
}
|
|
3588
3619
|
serialize() {
|
|
3589
3620
|
return this.serializeStatus(this.status);
|
|
@@ -3618,10 +3649,10 @@ class ni {
|
|
|
3618
3649
|
}
|
|
3619
3650
|
assertNotCancelled() {
|
|
3620
3651
|
if (this._cancelled)
|
|
3621
|
-
throw this._cancelled.resolve(), new
|
|
3652
|
+
throw this._cancelled.resolve(), new et();
|
|
3622
3653
|
}
|
|
3623
3654
|
calculateCurrentProgress(s) {
|
|
3624
|
-
return s ?? (s = this.status), s.completed ? 1 : s.children ?
|
|
3655
|
+
return s ?? (s = this.status), s.completed ? 1 : s.children ? cs(
|
|
3625
3656
|
s.children.reduce((e, r) => e + this.calculateCurrentProgress(r), 0) / s.children.length,
|
|
3626
3657
|
2
|
|
3627
3658
|
) : 0;
|
|
@@ -3635,155 +3666,158 @@ class ni {
|
|
|
3635
3666
|
return { ...s };
|
|
3636
3667
|
}
|
|
3637
3668
|
}
|
|
3638
|
-
async function
|
|
3669
|
+
async function io(t) {
|
|
3639
3670
|
await t.start();
|
|
3640
3671
|
}
|
|
3641
3672
|
export {
|
|
3642
|
-
|
|
3643
|
-
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
|
|
3650
|
-
|
|
3651
|
-
|
|
3652
|
-
|
|
3653
|
-
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
|
|
3657
|
-
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
|
|
3664
|
-
|
|
3665
|
-
|
|
3673
|
+
Yl as AdvancedOptions,
|
|
3674
|
+
bn as AlertModal,
|
|
3675
|
+
P as App,
|
|
3676
|
+
Xl as AppLayout,
|
|
3677
|
+
ja as AppOverlays,
|
|
3678
|
+
sr as AppService,
|
|
3679
|
+
Ba as AppToasts,
|
|
3680
|
+
I as Button,
|
|
3681
|
+
ql as Cache,
|
|
3682
|
+
xr as CacheService,
|
|
3683
|
+
Gl as Checkbox,
|
|
3684
|
+
Sn as ConfirmModal,
|
|
3685
|
+
Qa as Details,
|
|
3686
|
+
eo as DropdownMenu,
|
|
3687
|
+
Za as DropdownMenuOption,
|
|
3688
|
+
Xa as DropdownMenuOptions,
|
|
3689
|
+
to as EditableContent,
|
|
3690
|
+
so as ErrorLogs,
|
|
3691
|
+
il as ErrorLogsModal,
|
|
3692
|
+
ro as ErrorMessage,
|
|
3693
|
+
Gn as ErrorReportModal,
|
|
3694
|
+
On as ErrorReportModalButtons,
|
|
3695
|
+
Nn as ErrorReportModalTitle,
|
|
3696
|
+
wt as Errors,
|
|
3697
|
+
Cl as EventListenerPriorities,
|
|
3666
3698
|
F as Events,
|
|
3667
|
-
|
|
3699
|
+
er as EventsService,
|
|
3668
3700
|
Vt as Form,
|
|
3669
|
-
|
|
3670
|
-
|
|
3671
|
-
|
|
3672
|
-
|
|
3673
|
-
|
|
3674
|
-
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3701
|
+
pr as FormController,
|
|
3702
|
+
$t as HeadlessButton,
|
|
3703
|
+
Be as HeadlessInput,
|
|
3704
|
+
zt as HeadlessInputDescription,
|
|
3705
|
+
we as HeadlessInputError,
|
|
3706
|
+
It as HeadlessInputInput,
|
|
3707
|
+
ye as HeadlessInputLabel,
|
|
3708
|
+
Oa as HeadlessInputTextArea,
|
|
3709
|
+
cn as HeadlessModal,
|
|
3710
|
+
dn as HeadlessModalContent,
|
|
3711
|
+
pn as HeadlessModalDescription,
|
|
3712
|
+
mn as HeadlessModalOverlay,
|
|
3713
|
+
fn as HeadlessModalTitle,
|
|
3714
|
+
Rr as HeadlessSelect,
|
|
3715
|
+
Ye as HeadlessSelectLabel,
|
|
3716
|
+
Ct as HeadlessSelectOption,
|
|
3717
|
+
St as HeadlessSelectOptions,
|
|
3718
|
+
xt as HeadlessSelectTrigger,
|
|
3719
|
+
_t as HeadlessSelectValue,
|
|
3720
|
+
Xr as HeadlessSwitch,
|
|
3689
3721
|
Ra as HeadlessToast,
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3722
|
+
pa as Input,
|
|
3723
|
+
oo as Job,
|
|
3724
|
+
et as JobCancelledError,
|
|
3725
|
+
Ze as LOCAL_TIMEZONE_OFFSET,
|
|
3726
|
+
X as Lang,
|
|
3727
|
+
be as Layouts,
|
|
3728
|
+
no as Link,
|
|
3729
|
+
oa as LoadingModal,
|
|
3730
|
+
yr as MINUTE_MILLISECONDS,
|
|
3731
|
+
vt as MOBILE_BREAKPOINT,
|
|
3698
3732
|
z as Markdown,
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3733
|
+
ne as Modal,
|
|
3734
|
+
po as ModalComponent,
|
|
3735
|
+
mo as ModalsPortal,
|
|
3736
|
+
aa as ProgressBar,
|
|
3737
|
+
ga as PromptModal,
|
|
3738
|
+
Dr as Select,
|
|
3705
3739
|
kt as SelectLabel,
|
|
3706
3740
|
Ge as SelectOption,
|
|
3707
|
-
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
|
|
3741
|
+
Tt as SelectOptions,
|
|
3742
|
+
Mt as SelectTrigger,
|
|
3743
|
+
Se as Service,
|
|
3744
|
+
Ve as ServiceBootError,
|
|
3745
|
+
Jr as Setting,
|
|
3746
|
+
ao as SettingsModal,
|
|
3747
|
+
Ia as StartupCrash,
|
|
3748
|
+
gt as Storage,
|
|
3749
|
+
Yr as Switch,
|
|
3750
|
+
lo as TextArea,
|
|
3751
|
+
qa as Toast,
|
|
3752
|
+
A as UI,
|
|
3753
|
+
Mr as UIService,
|
|
3754
|
+
Hl as __valueType,
|
|
3755
|
+
$r as aerogelDirectives,
|
|
3756
|
+
Zs as appNamespace,
|
|
3757
|
+
Dl as booleanInput,
|
|
3724
3758
|
ke as bootServices,
|
|
3725
|
-
|
|
3726
|
-
|
|
3727
|
-
|
|
3728
|
-
|
|
3729
|
-
|
|
3730
|
-
|
|
3731
|
-
|
|
3732
|
-
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
|
|
3741
|
-
|
|
3759
|
+
Zl as bootstrap,
|
|
3760
|
+
Da as bootstrapApplication,
|
|
3761
|
+
E as classes,
|
|
3762
|
+
fo as closeModal,
|
|
3763
|
+
Il as computedAsync,
|
|
3764
|
+
zl as computedDebounce,
|
|
3765
|
+
ho as createModal,
|
|
3766
|
+
Bl as dateInput,
|
|
3767
|
+
Tl as defineDirective,
|
|
3768
|
+
El as defineFormValidationRule,
|
|
3769
|
+
kl as definePlugin,
|
|
3770
|
+
Ce as defineServiceState,
|
|
3771
|
+
Gs as defineServiceStore,
|
|
3772
|
+
Sl as defineSettings,
|
|
3773
|
+
io as dispatch,
|
|
3774
|
+
jl as enumInput,
|
|
3775
|
+
bt as getCurrentLayout,
|
|
3742
3776
|
Ht as getErrorMessage,
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
|
|
3749
|
-
|
|
3750
|
-
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
|
|
3761
|
-
|
|
3762
|
-
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
|
|
3767
|
-
|
|
3768
|
-
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3777
|
+
vr as getMarkdownRouter,
|
|
3778
|
+
Ys as getPiniaStore,
|
|
3779
|
+
zr as hasSelectOptionLabel,
|
|
3780
|
+
go as injectModal,
|
|
3781
|
+
lr as injectOrFail,
|
|
3782
|
+
ar as injectReactive,
|
|
3783
|
+
R as injectReactiveOrFail,
|
|
3784
|
+
rr as installPlugins,
|
|
3785
|
+
vo as modals,
|
|
3786
|
+
Kl as numberInput,
|
|
3787
|
+
Ql as objectInput,
|
|
3788
|
+
Vl as onCleanMounted,
|
|
3789
|
+
mt as onFormFocus,
|
|
3790
|
+
Ll as persistent,
|
|
3791
|
+
mr as reactiveSet,
|
|
3792
|
+
Pl as registerErrorHandler,
|
|
3793
|
+
br as renderMarkdown,
|
|
3794
|
+
dt as renderVNode,
|
|
3795
|
+
Al as replaceExisting,
|
|
3796
|
+
Fl as requiredBooleanInput,
|
|
3797
|
+
Ul as requiredDateInput,
|
|
3798
|
+
Ol as requiredEnumInput,
|
|
3799
|
+
Nl as requiredNumberInput,
|
|
3800
|
+
Wl as requiredObjectInput,
|
|
3801
|
+
ma as requiredStringInput,
|
|
3802
|
+
Xs as resetPiniaStore,
|
|
3803
|
+
ht as safeHtml,
|
|
3804
|
+
Rl as setMarkdownRouter,
|
|
3805
|
+
bo as showModal,
|
|
3806
|
+
Jl as stringInput,
|
|
3807
|
+
yt as translate,
|
|
3808
|
+
S as translateWithDefault,
|
|
3809
|
+
vn as useAlertModal,
|
|
3810
|
+
yn as useConfirmModal,
|
|
3811
|
+
Wn as useErrorReportModal,
|
|
3812
|
+
Ml as useEvent,
|
|
3813
|
+
ft as useForm,
|
|
3780
3814
|
Ae as useInputAttrs,
|
|
3781
|
-
|
|
3815
|
+
la as useLoadingModal,
|
|
3782
3816
|
Pe as useModal,
|
|
3783
|
-
|
|
3784
|
-
|
|
3785
|
-
|
|
3786
|
-
|
|
3787
|
-
|
|
3817
|
+
fa as usePromptModal,
|
|
3818
|
+
dr as validate,
|
|
3819
|
+
cr as validateType,
|
|
3820
|
+
ge as validators,
|
|
3821
|
+
pt as variantClasses
|
|
3788
3822
|
};
|
|
3789
3823
|
//# sourceMappingURL=aerogel-core.js.map
|