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