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