quasar-ui-danx 0.3.51 → 0.3.53
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/danx.es.js +214 -204
- package/dist/danx.es.js.map +1 -1
- package/dist/danx.umd.js +4 -4
- package/dist/danx.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Utility/Files/FilePreview.vue +5 -1
- package/src/helpers/formats.ts +89 -87
- package/src/helpers/request.ts +18 -5
package/dist/danx.es.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
var d_ = Object.defineProperty;
|
2
2
|
var __ = (t, e, n) => e in t ? d_(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n;
|
3
3
|
var re = (t, e, n) => __(t, typeof e != "symbol" ? e + "" : e, n);
|
4
|
-
import { shallowRef as Lt, getCurrentScope as f_, onScopeDispose as m_, unref as v, ref as B, computed as R, getCurrentInstance as h_, onMounted as xn, watch as ce, createBlock as E, openBlock as m, createVNode as k, resolveComponent as L, createElementBlock as y, normalizeClass as z, createCommentVNode as M, createElementVNode as A, toDisplayString as P, withCtx as D, Fragment as G, createTextVNode as Z, renderSlot as
|
4
|
+
import { shallowRef as Lt, getCurrentScope as f_, onScopeDispose as m_, unref as v, ref as B, computed as R, getCurrentInstance as h_, onMounted as xn, watch as ce, createBlock as E, openBlock as m, createVNode as k, resolveComponent as L, createElementBlock as y, normalizeClass as z, createCommentVNode as M, createElementVNode as A, toDisplayString as P, withCtx as D, Fragment as G, createTextVNode as Z, renderSlot as q, withKeys as yo, renderList as pe, resolveDirective as p_, withDirectives as g_, mergeProps as Wt, resolveDynamicComponent as jt, withModifiers as Yt, normalizeStyle as ci, isVNode as b_, isRef as Ha, Transition as Wa, TransitionGroup as ja, useCssModule as y_, nextTick as vr, defineComponent as Ya, toRefs as x_, onBeforeUnmount as v_, onActivated as w_, onDeactivated as S_, h as zs } from "vue";
|
5
5
|
import { uid as T_, QSpinner as Qa, QBtn as Vs, QSelect as qs, QSeparator as C_, QTd as xo, QTh as E_, QSpinnerBall as Gs, QTr as I_, QTable as k_, QTab as F_ } from "quasar";
|
6
6
|
const Rt = Lt({
|
7
7
|
tinyMceApiKey: "set-api-key-in-danx-options",
|
@@ -836,7 +836,7 @@ function tf(t, e, n) {
|
|
836
836
|
function nf(t) {
|
837
837
|
const e = [];
|
838
838
|
for (let n = 1; n <= 12; n++) {
|
839
|
-
const r =
|
839
|
+
const r = V.utc(2009, n, 1);
|
840
840
|
e.push(t(r));
|
841
841
|
}
|
842
842
|
return e;
|
@@ -844,7 +844,7 @@ function nf(t) {
|
|
844
844
|
function rf(t) {
|
845
845
|
const e = [];
|
846
846
|
for (let n = 1; n <= 7; n++) {
|
847
|
-
const r =
|
847
|
+
const r = V.utc(2016, 11, 13 + n);
|
848
848
|
e.push(t(r));
|
849
849
|
}
|
850
850
|
return e;
|
@@ -995,7 +995,7 @@ class ie {
|
|
995
995
|
() => {
|
996
996
|
if (!this.meridiemCache) {
|
997
997
|
const e = { hour: "numeric", hourCycle: "h12" };
|
998
|
-
this.meridiemCache = [
|
998
|
+
this.meridiemCache = [V.utc(2016, 11, 13, 9), V.utc(2016, 11, 13, 19)].map(
|
999
999
|
(n) => this.extract(n, e, "dayperiod")
|
1000
1000
|
);
|
1001
1001
|
}
|
@@ -1006,7 +1006,7 @@ class ie {
|
|
1006
1006
|
eras(e) {
|
1007
1007
|
return qr(this, e, Nu, () => {
|
1008
1008
|
const n = { era: e };
|
1009
|
-
return this.eraCache[e] || (this.eraCache[e] = [
|
1009
|
+
return this.eraCache[e] || (this.eraCache[e] = [V.utc(-40, 1, 1), V.utc(2017, 1, 1)].map(
|
1010
1010
|
(r) => this.extract(r, n, "era")
|
1011
1011
|
)), this.eraCache[e];
|
1012
1012
|
});
|
@@ -1422,7 +1422,7 @@ class me {
|
|
1422
1422
|
* @return {void}
|
1423
1423
|
*/
|
1424
1424
|
static resetCaches() {
|
1425
|
-
ie.resetCache(), yt.resetCache(),
|
1425
|
+
ie.resetCache(), yt.resetCache(), V.resetCache(), ff();
|
1426
1426
|
}
|
1427
1427
|
}
|
1428
1428
|
class at {
|
@@ -2627,7 +2627,7 @@ class ee {
|
|
2627
2627
|
format: "extended",
|
2628
2628
|
...e,
|
2629
2629
|
includeOffset: !1
|
2630
|
-
},
|
2630
|
+
}, V.fromMillis(n, { zone: "UTC" }).toISOTime(e));
|
2631
2631
|
}
|
2632
2632
|
/**
|
2633
2633
|
* Returns an ISO 8601 representation of this Duration appropriate for use in JSON.
|
@@ -3005,13 +3005,13 @@ class fe {
|
|
3005
3005
|
if (r && i) {
|
3006
3006
|
let o, s;
|
3007
3007
|
try {
|
3008
|
-
o =
|
3008
|
+
o = V.fromISO(r, n), s = o.isValid;
|
3009
3009
|
} catch {
|
3010
3010
|
s = !1;
|
3011
3011
|
}
|
3012
3012
|
let l, a;
|
3013
3013
|
try {
|
3014
|
-
l =
|
3014
|
+
l = V.fromISO(i, n), a = l.isValid;
|
3015
3015
|
} catch {
|
3016
3016
|
a = !1;
|
3017
3017
|
}
|
@@ -3394,7 +3394,7 @@ class Gr {
|
|
3394
3394
|
* @return {boolean}
|
3395
3395
|
*/
|
3396
3396
|
static hasDST(e = me.defaultZone) {
|
3397
|
-
const n =
|
3397
|
+
const n = V.now().setZone(e).set({ month: 12 });
|
3398
3398
|
return !e.isUniversal && n.offset !== n.set({ month: 6 }).offset;
|
3399
3399
|
}
|
3400
3400
|
/**
|
@@ -3847,7 +3847,7 @@ function D1(t) {
|
|
3847
3847
|
}
|
3848
3848
|
let Qi = null;
|
3849
3849
|
function P1() {
|
3850
|
-
return Qi || (Qi =
|
3850
|
+
return Qi || (Qi = V.fromMillis(1555555555555)), Qi;
|
3851
3851
|
}
|
3852
3852
|
function N1(t, e) {
|
3853
3853
|
if (t.literal)
|
@@ -3928,7 +3928,7 @@ function rn(t, e) {
|
|
3928
3928
|
loc: t.loc,
|
3929
3929
|
invalid: t.invalid
|
3930
3930
|
};
|
3931
|
-
return new
|
3931
|
+
return new V({ ...n, ...e, old: n });
|
3932
3932
|
}
|
3933
3933
|
function Yu(t, e, n) {
|
3934
3934
|
let r = t - e * 60 * 1e3;
|
@@ -3978,14 +3978,14 @@ function xl(t, e) {
|
|
3978
3978
|
function Fn(t, e, n, r, i, o) {
|
3979
3979
|
const { setZone: s, zone: l } = n;
|
3980
3980
|
if (t && Object.keys(t).length !== 0 || e) {
|
3981
|
-
const a = e || l, u =
|
3981
|
+
const a = e || l, u = V.fromObject(t, {
|
3982
3982
|
...n,
|
3983
3983
|
zone: a,
|
3984
3984
|
specificOffset: o
|
3985
3985
|
});
|
3986
3986
|
return s ? u : u.setZone(l);
|
3987
3987
|
} else
|
3988
|
-
return
|
3988
|
+
return V.invalid(
|
3989
3989
|
new at("unparsable", `the input "${i}" can't be parsed as ${r}`)
|
3990
3990
|
);
|
3991
3991
|
}
|
@@ -4084,7 +4084,7 @@ function V1(t) {
|
|
4084
4084
|
function Sl(t, e) {
|
4085
4085
|
const n = Ut(e.zone, me.defaultZone);
|
4086
4086
|
if (!n.isValid)
|
4087
|
-
return
|
4087
|
+
return V.invalid(_r(n));
|
4088
4088
|
const r = ie.fromObject(e);
|
4089
4089
|
let i, o;
|
4090
4090
|
if (H(t.year))
|
@@ -4094,11 +4094,11 @@ function Sl(t, e) {
|
|
4094
4094
|
H(t[a]) && (t[a] = Qu[a]);
|
4095
4095
|
const s = wu(t) || Su(t);
|
4096
4096
|
if (s)
|
4097
|
-
return
|
4097
|
+
return V.invalid(s);
|
4098
4098
|
const l = V1(n);
|
4099
4099
|
[i, o] = ei(t, l, n);
|
4100
4100
|
}
|
4101
|
-
return new
|
4101
|
+
return new V({ ts: i, zone: n, loc: r, o });
|
4102
4102
|
}
|
4103
4103
|
function Tl(t, e, n) {
|
4104
4104
|
const r = H(n.round) ? !0 : n.round, i = (s, l) => (s = cs(s, r || n.calendary ? 0 : 2, !0), e.loc.clone(n).relFormatter(n).format(s, l)), o = (s) => n.calendary ? e.hasSame(t, s) ? 0 : e.startOf(s).diff(t.startOf(s), s).get(s) : e.diff(t, s).get(s);
|
@@ -4116,7 +4116,7 @@ function Cl(t) {
|
|
4116
4116
|
return t.length > 0 && typeof t[t.length - 1] == "object" ? (e = t[t.length - 1], n = Array.from(t).slice(0, t.length - 1)) : n = Array.from(t), [e, n];
|
4117
4117
|
}
|
4118
4118
|
let ti, ni = {};
|
4119
|
-
class
|
4119
|
+
class V {
|
4120
4120
|
/**
|
4121
4121
|
* @access private
|
4122
4122
|
*/
|
@@ -4143,7 +4143,7 @@ class q {
|
|
4143
4143
|
* @return {DateTime}
|
4144
4144
|
*/
|
4145
4145
|
static now() {
|
4146
|
-
return new
|
4146
|
+
return new V({});
|
4147
4147
|
}
|
4148
4148
|
/**
|
4149
4149
|
* Create a local DateTime
|
@@ -4209,13 +4209,13 @@ class q {
|
|
4209
4209
|
static fromJSDate(e, n = {}) {
|
4210
4210
|
const r = gf(e) ? e.valueOf() : NaN;
|
4211
4211
|
if (Number.isNaN(r))
|
4212
|
-
return
|
4212
|
+
return V.invalid("invalid input");
|
4213
4213
|
const i = Ut(n.zone, me.defaultZone);
|
4214
|
-
return i.isValid ? new
|
4214
|
+
return i.isValid ? new V({
|
4215
4215
|
ts: r,
|
4216
4216
|
zone: i,
|
4217
4217
|
loc: ie.fromObject(n)
|
4218
|
-
}) :
|
4218
|
+
}) : V.invalid(_r(i));
|
4219
4219
|
}
|
4220
4220
|
/**
|
4221
4221
|
* Create a DateTime from a number of milliseconds since the epoch (meaning since 1 January 1970 00:00:00 UTC). Uses the default zone.
|
@@ -4230,7 +4230,7 @@ class q {
|
|
4230
4230
|
*/
|
4231
4231
|
static fromMillis(e, n = {}) {
|
4232
4232
|
if (Gt(e))
|
4233
|
-
return e < -864e13 || e > $1 ?
|
4233
|
+
return e < -864e13 || e > $1 ? V.invalid("Timestamp out of range") : new V({
|
4234
4234
|
ts: e,
|
4235
4235
|
zone: Ut(n.zone, me.defaultZone),
|
4236
4236
|
loc: ie.fromObject(n)
|
@@ -4252,7 +4252,7 @@ class q {
|
|
4252
4252
|
*/
|
4253
4253
|
static fromSeconds(e, n = {}) {
|
4254
4254
|
if (Gt(e))
|
4255
|
-
return new
|
4255
|
+
return new V({
|
4256
4256
|
ts: e * 1e3,
|
4257
4257
|
zone: Ut(n.zone, me.defaultZone),
|
4258
4258
|
loc: ie.fromObject(n)
|
@@ -4296,7 +4296,7 @@ class q {
|
|
4296
4296
|
e = e || {};
|
4297
4297
|
const r = Ut(n.zone, me.defaultZone);
|
4298
4298
|
if (!r.isValid)
|
4299
|
-
return
|
4299
|
+
return V.invalid(_r(r));
|
4300
4300
|
const i = ie.fromObject(n), o = hi(e, wl), { minDaysInFirstWeek: s, startOfWeek: l } = cl(o, i), a = me.now(), u = H(n.specificOffset) ? r.offset(a) : n.specificOffset, c = !H(o.ordinal), d = !H(o.year), _ = !H(o.month) || !H(o.day), f = d || _, p = o.weekYear || o.weekNumber;
|
4301
4301
|
if ((f || c) && p)
|
4302
4302
|
throw new Un(
|
@@ -4314,17 +4314,17 @@ class q {
|
|
4314
4314
|
}
|
4315
4315
|
const C = h ? mf(o, s, l) : c ? hf(o) : wu(o), S = C || Su(o);
|
4316
4316
|
if (S)
|
4317
|
-
return
|
4318
|
-
const x = h ? al(o, s, l) : c ? ul(o) : o, [b, O] = ei(x, u, r), F = new
|
4317
|
+
return V.invalid(S);
|
4318
|
+
const x = h ? al(o, s, l) : c ? ul(o) : o, [b, O] = ei(x, u, r), F = new V({
|
4319
4319
|
ts: b,
|
4320
4320
|
zone: r,
|
4321
4321
|
o: O,
|
4322
4322
|
loc: i
|
4323
4323
|
});
|
4324
|
-
return o.weekday && f && e.weekday !== F.weekday ?
|
4324
|
+
return o.weekday && f && e.weekday !== F.weekday ? V.invalid(
|
4325
4325
|
"mismatched weekday",
|
4326
4326
|
`you can't specify both a weekday of ${o.weekday} and a date of ${F.toISO()}`
|
4327
|
-
) : F.isValid ? F :
|
4327
|
+
) : F.isValid ? F : V.invalid(F.invalid);
|
4328
4328
|
}
|
4329
4329
|
/**
|
4330
4330
|
* Create a DateTime from an ISO 8601 string
|
@@ -4408,13 +4408,13 @@ class q {
|
|
4408
4408
|
numberingSystem: o,
|
4409
4409
|
defaultToEN: !0
|
4410
4410
|
}), [l, a, u, c] = M1(s, e, n);
|
4411
|
-
return c ?
|
4411
|
+
return c ? V.invalid(c) : Fn(l, a, r, `format ${n}`, e, u);
|
4412
4412
|
}
|
4413
4413
|
/**
|
4414
4414
|
* @deprecated use fromFormat instead
|
4415
4415
|
*/
|
4416
4416
|
static fromString(e, n, r = {}) {
|
4417
|
-
return
|
4417
|
+
return V.fromFormat(e, n, r);
|
4418
4418
|
}
|
4419
4419
|
/**
|
4420
4420
|
* Create a DateTime from a SQL date, time, or datetime
|
@@ -4453,7 +4453,7 @@ class q {
|
|
4453
4453
|
const r = e instanceof at ? e : new at(e, n);
|
4454
4454
|
if (me.throwOnInvalid)
|
4455
4455
|
throw new B_(r);
|
4456
|
-
return new
|
4456
|
+
return new V({ invalid: r });
|
4457
4457
|
}
|
4458
4458
|
/**
|
4459
4459
|
* Check if an object is an instance of DateTime. Works across context boundaries
|
@@ -4892,7 +4892,7 @@ class q {
|
|
4892
4892
|
}
|
4893
4893
|
return rn(this, { ts: i, zone: e });
|
4894
4894
|
} else
|
4895
|
-
return
|
4895
|
+
return V.invalid(_r(e));
|
4896
4896
|
}
|
4897
4897
|
/**
|
4898
4898
|
* "Set" the locale, numberingSystem, or outputCalendar. Returns a newly-constructed DateTime.
|
@@ -5329,7 +5329,7 @@ class q {
|
|
5329
5329
|
* @return {Duration}
|
5330
5330
|
*/
|
5331
5331
|
diffNow(e = "milliseconds", n = {}) {
|
5332
|
-
return this.diff(
|
5332
|
+
return this.diff(V.now(), e, n);
|
5333
5333
|
}
|
5334
5334
|
/**
|
5335
5335
|
* Return an Interval spanning between this DateTime and another DateTime
|
@@ -5385,7 +5385,7 @@ class q {
|
|
5385
5385
|
*/
|
5386
5386
|
toRelative(e = {}) {
|
5387
5387
|
if (!this.isValid) return null;
|
5388
|
-
const n = e.base ||
|
5388
|
+
const n = e.base || V.fromObject({}, { zone: this.zone }), r = e.padding ? this < n ? -e.padding : e.padding : 0;
|
5389
5389
|
let i = ["years", "months", "days", "hours", "minutes", "seconds"], o = e.unit;
|
5390
5390
|
return Array.isArray(e.unit) && (i = e.unit, o = void 0), Tl(n, this.plus(r), {
|
5391
5391
|
...e,
|
@@ -5408,7 +5408,7 @@ class q {
|
|
5408
5408
|
* @example DateTime.now().minus({ days: 2 }).toRelativeCalendar() //=> "2 days ago"
|
5409
5409
|
*/
|
5410
5410
|
toRelativeCalendar(e = {}) {
|
5411
|
-
return this.isValid ? Tl(e.base ||
|
5411
|
+
return this.isValid ? Tl(e.base || V.fromObject({}, { zone: this.zone }), this, {
|
5412
5412
|
...e,
|
5413
5413
|
numeric: "auto",
|
5414
5414
|
units: ["years", "months", "days"],
|
@@ -5421,7 +5421,7 @@ class q {
|
|
5421
5421
|
* @return {DateTime} the min DateTime, or undefined if called with no argument
|
5422
5422
|
*/
|
5423
5423
|
static min(...e) {
|
5424
|
-
if (!e.every(
|
5424
|
+
if (!e.every(V.isDateTime))
|
5425
5425
|
throw new Oe("min requires all arguments be DateTimes");
|
5426
5426
|
return dl(e, (n) => n.valueOf(), Math.min);
|
5427
5427
|
}
|
@@ -5431,7 +5431,7 @@ class q {
|
|
5431
5431
|
* @return {DateTime} the max DateTime, or undefined if called with no argument
|
5432
5432
|
*/
|
5433
5433
|
static max(...e) {
|
5434
|
-
if (!e.every(
|
5434
|
+
if (!e.every(V.isDateTime))
|
5435
5435
|
throw new Oe("max requires all arguments be DateTimes");
|
5436
5436
|
return dl(e, (n) => n.valueOf(), Math.max);
|
5437
5437
|
}
|
@@ -5455,7 +5455,7 @@ class q {
|
|
5455
5455
|
* @deprecated use fromFormatExplain instead
|
5456
5456
|
*/
|
5457
5457
|
static fromStringExplain(e, n, r = {}) {
|
5458
|
-
return
|
5458
|
+
return V.fromFormatExplain(e, n, r);
|
5459
5459
|
}
|
5460
5460
|
/**
|
5461
5461
|
* Build a parser for `fmt` using the given locale. This parser can be passed
|
@@ -5502,7 +5502,7 @@ class q {
|
|
5502
5502
|
`fromFormatParser called with a locale of ${s}, but the format parser was created for ${n.locale}`
|
5503
5503
|
);
|
5504
5504
|
const { result: l, zone: a, specificOffset: u, invalidReason: c } = n.explainFromTokens(e);
|
5505
|
-
return c ?
|
5505
|
+
return c ? V.invalid(c) : Fn(
|
5506
5506
|
l,
|
5507
5507
|
a,
|
5508
5508
|
r,
|
@@ -5668,40 +5668,40 @@ class q {
|
|
5668
5668
|
}
|
5669
5669
|
}
|
5670
5670
|
function lr(t) {
|
5671
|
-
if (
|
5671
|
+
if (V.isDateTime(t))
|
5672
5672
|
return t;
|
5673
5673
|
if (t && t.valueOf && Gt(t.valueOf()))
|
5674
|
-
return
|
5674
|
+
return V.fromJSDate(t);
|
5675
5675
|
if (t && typeof t == "object")
|
5676
|
-
return
|
5676
|
+
return V.fromObject(t);
|
5677
5677
|
throw new Oe(
|
5678
5678
|
`Unknown datetime argument: ${t}, of type ${typeof t}`
|
5679
5679
|
);
|
5680
5680
|
}
|
5681
|
-
const Ku = new yt("America/Chicago");
|
5681
|
+
const Ku = new yt("America/Chicago"), D6 = V;
|
5682
5682
|
function Ju(t) {
|
5683
|
-
return t = t == null ? void 0 : t.replace("T", " "),
|
5683
|
+
return t = t == null ? void 0 : t.replace("T", " "), V.fromSQL(t, { zone: Ku }).setZone("local");
|
5684
5684
|
}
|
5685
5685
|
function q1(t) {
|
5686
|
-
return t = t == null ? void 0 : t.replace("T", " "),
|
5686
|
+
return t = t == null ? void 0 : t.replace("T", " "), V.fromSQL(t, { zone: "local" }).setZone(Ku);
|
5687
5687
|
}
|
5688
5688
|
function pi(t) {
|
5689
|
-
return typeof t == "string" ? (t = t.replace("T", " ").replace(/\//g, "-"),
|
5689
|
+
return typeof t == "string" ? (t = t.replace("T", " ").replace(/\//g, "-"), V.fromSQL(t)) : t || V.fromSQL("0000-00-00 00:00:00");
|
5690
5690
|
}
|
5691
5691
|
function Io(t, e = "yyyy/MM/dd") {
|
5692
|
-
return
|
5692
|
+
return V.fromFormat(t, e);
|
5693
5693
|
}
|
5694
5694
|
function El(t, e = "yyyy/MM/dd HH:mm:ss") {
|
5695
|
-
return
|
5695
|
+
return V.fromFormat(t, e);
|
5696
5696
|
}
|
5697
|
-
function
|
5697
|
+
function P6(t) {
|
5698
5698
|
return Ct(t, { format: "yyyy/MM/dd" });
|
5699
5699
|
}
|
5700
5700
|
function Sr(t, e = {}) {
|
5701
5701
|
return ms(Ju(t), e);
|
5702
5702
|
}
|
5703
5703
|
function ms(t = null, { format: e = "M/d/yy h:mma", empty: n = "- -" } = {}) {
|
5704
|
-
const r = (t ? pi(t) :
|
5704
|
+
const r = (t ? pi(t) : V.now()).toFormat(e).toLowerCase();
|
5705
5705
|
return r === "invalid datetime" ? n : r;
|
5706
5706
|
}
|
5707
5707
|
function Il(t = null) {
|
@@ -5711,8 +5711,8 @@ function Ct(t, { empty: e = "--", format: n = "M/d/yy" } = {}) {
|
|
5711
5711
|
const r = pi(t).toFormat(n);
|
5712
5712
|
return ["Invalid DateTime", "invalid datetime"].includes(r) ? e : r;
|
5713
5713
|
}
|
5714
|
-
function
|
5715
|
-
const e =
|
5714
|
+
function N6(t) {
|
5715
|
+
const e = V.now().setZone("UTC").startOf("year").set({ second: t }), n = Math.floor(t / 3600);
|
5716
5716
|
return (n ? n + ":" : "") + e.toFormat("mm:ss");
|
5717
5717
|
}
|
5718
5718
|
function ec(t) {
|
@@ -5724,7 +5724,7 @@ function ec(t) {
|
|
5724
5724
|
function Wn(t, e = {}) {
|
5725
5725
|
return new Intl.NumberFormat("en-US", e).format(t);
|
5726
5726
|
}
|
5727
|
-
function
|
5727
|
+
function M6(t, e) {
|
5728
5728
|
if (t.length > e) {
|
5729
5729
|
const n = Math.floor((e - 3) / 2), r = e - n - 3;
|
5730
5730
|
return t.substring(0, n) + "..." + t.substring(t.length - r);
|
@@ -5734,7 +5734,7 @@ function N6(t, e) {
|
|
5734
5734
|
function G1(t, e = {}) {
|
5735
5735
|
return e = { multiplier: 100, maximumFractionDigits: 1, NaN: "N/A", ...e }, t = parseFloat("" + t), isNaN(t) ? e.NaN : Wn(t * (e.multiplier || 100), e) + "%";
|
5736
5736
|
}
|
5737
|
-
function
|
5737
|
+
function $6(t) {
|
5738
5738
|
if (!t || typeof t != "string")
|
5739
5739
|
return t || "";
|
5740
5740
|
const e = t.replace(/\D/g, "").split("");
|
@@ -5758,7 +5758,7 @@ function M6(t) {
|
|
5758
5758
|
s === 0 && o === "1" ? n += "+1 " : n += o;
|
5759
5759
|
}), t === "+1 (" ? "" : n;
|
5760
5760
|
}
|
5761
|
-
function
|
5761
|
+
function L6(t, e) {
|
5762
5762
|
return pi(e).diff(pi(t), ["days"]).days;
|
5763
5763
|
}
|
5764
5764
|
async function Z1(t, e = "download") {
|
@@ -5840,7 +5840,7 @@ function hs(t, e, n) {
|
|
5840
5840
|
}
|
5841
5841
|
return !0;
|
5842
5842
|
}
|
5843
|
-
async function
|
5843
|
+
async function U6(t, e = "", n = null) {
|
5844
5844
|
let r;
|
5845
5845
|
n && (r = {
|
5846
5846
|
method: "POST",
|
@@ -9998,13 +9998,13 @@ class ws {
|
|
9998
9998
|
}
|
9999
9999
|
}
|
10000
10000
|
const vi = B([]), wi = B([]);
|
10001
|
-
function
|
10001
|
+
function B6(t) {
|
10002
10002
|
vi.value = [...vi.value, t];
|
10003
10003
|
}
|
10004
|
-
function
|
10004
|
+
function z6(t, e, n) {
|
10005
10005
|
wi.value.push({ id: n, name: t, callback: e });
|
10006
10006
|
}
|
10007
|
-
function
|
10007
|
+
function V6(t) {
|
10008
10008
|
wi.value = wi.value.filter((e) => e.id !== t);
|
10009
10009
|
}
|
10010
10010
|
function ba(t, e, n) {
|
@@ -10016,7 +10016,7 @@ function ba(t, e, n) {
|
|
10016
10016
|
function ya(t) {
|
10017
10017
|
return t.key ? ("" + t.key).toLowerCase() : t.keyCode;
|
10018
10018
|
}
|
10019
|
-
function
|
10019
|
+
function q6(t) {
|
10020
10020
|
vi.value = t, window.addEventListener("keydown", (e) => {
|
10021
10021
|
ba("keydown", ya(e), e);
|
10022
10022
|
}), window.addEventListener("keyup", (e) => {
|
@@ -10065,11 +10065,16 @@ const xa = B({
|
|
10065
10065
|
configure(t) {
|
10066
10066
|
xa.value = t;
|
10067
10067
|
},
|
10068
|
-
url(t) {
|
10069
|
-
|
10068
|
+
url(t, e = void 0) {
|
10069
|
+
if (t.startsWith("http") || (t = xa.value.baseUrl + t), e) {
|
10070
|
+
for (const [n, r] of Object.entries(e))
|
10071
|
+
typeof r == "object" && r !== null && (e[n] = JSON.stringify(r));
|
10072
|
+
t += (t.match(/\?/) ? "&" : "?") + new URLSearchParams(e).toString();
|
10073
|
+
}
|
10074
|
+
return t;
|
10070
10075
|
},
|
10071
10076
|
async get(t, e = {}) {
|
10072
|
-
return
|
10077
|
+
return t = va.url(t, e.params), fetch(t, {
|
10073
10078
|
method: "get",
|
10074
10079
|
headers: {
|
10075
10080
|
Accept: "application/json",
|
@@ -10095,7 +10100,7 @@ const xa = B({
|
|
10095
10100
|
}).then((i) => i.json());
|
10096
10101
|
}
|
10097
10102
|
};
|
10098
|
-
async function
|
10103
|
+
async function G6(t, e, n, r) {
|
10099
10104
|
let i;
|
10100
10105
|
n && (i = e.value.find((o) => o.id === n) || (await t({ id: n }))[0]), e.value = await t(r), i && !e.value.find((o) => o.id === n) && e.value.push(i);
|
10101
10106
|
}
|
@@ -10137,7 +10142,7 @@ function fn(t, e = null) {
|
|
10137
10142
|
const n = localStorage.getItem(t);
|
10138
10143
|
return n ? JSON.parse(n) : e;
|
10139
10144
|
}
|
10140
|
-
function
|
10145
|
+
function Z6(t, e = "") {
|
10141
10146
|
const n = Xc(t, e), r = document.createElement("style");
|
10142
10147
|
r.innerHTML = `:root {${n}}`, document.head.appendChild(r);
|
10143
10148
|
}
|
@@ -10731,7 +10736,7 @@ const ry = {
|
|
10731
10736
|
onDragstart: s[0] || (s[0] = (...l) => v(i).dragStart && v(i).dragStart(...l)),
|
10732
10737
|
onDragend: s[1] || (s[1] = (...l) => v(i).dragEnd && v(i).dragEnd(...l))
|
10733
10738
|
}, [
|
10734
|
-
|
10739
|
+
q(o.$slots, "default")
|
10735
10740
|
], 34));
|
10736
10741
|
}
|
10737
10742
|
}, iy = {
|
@@ -10911,7 +10916,7 @@ function Ly(t, e) {
|
|
10911
10916
|
}, null, -1)
|
10912
10917
|
]));
|
10913
10918
|
}
|
10914
|
-
const Ss = { render: Ly },
|
10919
|
+
const Ss = { render: Ly }, H6 = {
|
10915
10920
|
__name: "ExportButton",
|
10916
10921
|
props: {
|
10917
10922
|
exporter: {
|
@@ -10944,7 +10949,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
10944
10949
|
}, 8, ["loading"]);
|
10945
10950
|
};
|
10946
10951
|
}
|
10947
|
-
},
|
10952
|
+
}, W6 = {
|
10948
10953
|
__name: "RefreshButton",
|
10949
10954
|
props: {
|
10950
10955
|
loading: Boolean
|
@@ -10964,7 +10969,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
10964
10969
|
}, 8, ["loading"]);
|
10965
10970
|
};
|
10966
10971
|
}
|
10967
|
-
}, Uy = { class: "previous-next-controls" },
|
10972
|
+
}, Uy = { class: "previous-next-controls" }, j6 = {
|
10968
10973
|
__name: "PreviousNextControls",
|
10969
10974
|
props: {
|
10970
10975
|
isLoading: Boolean
|
@@ -11077,7 +11082,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11077
11082
|
A("h3", {
|
11078
11083
|
class: z(["font-normal flex items-center", t.titleClass])
|
11079
11084
|
}, [
|
11080
|
-
|
11085
|
+
q(s.$slots, "title", {}, () => [
|
11081
11086
|
Z(P(t.title), 1)
|
11082
11087
|
])
|
11083
11088
|
], 2),
|
@@ -11087,7 +11092,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11087
11092
|
})) : M("", !0),
|
11088
11093
|
s.$slots.toolbar ? (m(), E(a, { key: 1 }, {
|
11089
11094
|
default: D(() => [
|
11090
|
-
|
11095
|
+
q(s.$slots, "toolbar")
|
11091
11096
|
]),
|
11092
11097
|
_: 3
|
11093
11098
|
})) : M("", !0),
|
@@ -11096,7 +11101,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11096
11101
|
class: z(["px-6 bg-gray-100 flex-grow max-h-full overflow-y-auto", t.contentClass])
|
11097
11102
|
}, {
|
11098
11103
|
default: D(() => [
|
11099
|
-
|
11104
|
+
q(s.$slots, "default", {}, () => [
|
11100
11105
|
Z(P(t.content), 1)
|
11101
11106
|
])
|
11102
11107
|
]),
|
@@ -11110,12 +11115,12 @@ const Ss = { render: Ly }, Z6 = {
|
|
11110
11115
|
onClick: o
|
11111
11116
|
}, {
|
11112
11117
|
default: D(() => [
|
11113
|
-
|
11118
|
+
q(s.$slots, "cancel-text")
|
11114
11119
|
]),
|
11115
11120
|
_: 3
|
11116
11121
|
}, 8, ["label"])
|
11117
11122
|
]),
|
11118
|
-
|
11123
|
+
q(s.$slots, "actions"),
|
11119
11124
|
t.hideConfirm ? M("", !0) : (m(), y("div", Vy, [
|
11120
11125
|
k(u, {
|
11121
11126
|
label: s.$slots["confirm-text"] ? "" : t.confirmText,
|
@@ -11126,7 +11131,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11126
11131
|
onClick: i
|
11127
11132
|
}, {
|
11128
11133
|
default: D(() => [
|
11129
|
-
|
11134
|
+
q(s.$slots, "confirm-text")
|
11130
11135
|
]),
|
11131
11136
|
_: 3
|
11132
11137
|
}, 8, ["label", "class", "loading", "disable"])
|
@@ -11498,7 +11503,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11498
11503
|
}, bx = /* @__PURE__ */ vt(px, [["__cssModules", gx]]), yx = {
|
11499
11504
|
key: 0,
|
11500
11505
|
class: "p-4 m-4 absolute-top-right top right cursor-pointer"
|
11501
|
-
},
|
11506
|
+
}, Y6 = {
|
11502
11507
|
__name: "FullScreenDialog",
|
11503
11508
|
props: {
|
11504
11509
|
modelValue: Boolean,
|
@@ -11535,7 +11540,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11535
11540
|
])), [
|
11536
11541
|
[u]
|
11537
11542
|
]) : M("", !0),
|
11538
|
-
|
11543
|
+
q(s.$slots, "default")
|
11539
11544
|
], 2)
|
11540
11545
|
]),
|
11541
11546
|
_: 3
|
@@ -11605,7 +11610,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11605
11610
|
A("h3", {
|
11606
11611
|
class: z(["font-normal flex items-center", t.titleClass])
|
11607
11612
|
}, [
|
11608
|
-
|
11613
|
+
q(i.$slots, "title", {}, () => [
|
11609
11614
|
Z(P(t.title), 1)
|
11610
11615
|
])
|
11611
11616
|
], 2),
|
@@ -11618,7 +11623,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11618
11623
|
class: "px-6 bg-gray-100 flex-grow max-h-full overflow-y-auto"
|
11619
11624
|
}, {
|
11620
11625
|
default: D(() => [
|
11621
|
-
|
11626
|
+
q(i.$slots, "default", {}, () => [
|
11622
11627
|
Z(P(t.content), 1)
|
11623
11628
|
])
|
11624
11629
|
]),
|
@@ -11632,7 +11637,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11632
11637
|
onClick: r
|
11633
11638
|
}, {
|
11634
11639
|
default: D(() => [
|
11635
|
-
|
11640
|
+
q(i.$slots, "done-text")
|
11636
11641
|
]),
|
11637
11642
|
_: 3
|
11638
11643
|
}, 8, ["label"])
|
@@ -11652,7 +11657,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11652
11657
|
}, 8, ["full-height", "full-width", "model-value", "no-backdrop-dismiss", "maximized"]);
|
11653
11658
|
};
|
11654
11659
|
}
|
11655
|
-
},
|
11660
|
+
}, Q6 = {
|
11656
11661
|
__name: "InputDialog",
|
11657
11662
|
props: {
|
11658
11663
|
...Si.props,
|
@@ -11675,7 +11680,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
11675
11680
|
onClose: i[3] || (i[3] = (s) => r.$emit("close", s))
|
11676
11681
|
}), {
|
11677
11682
|
default: D(() => [
|
11678
|
-
|
11683
|
+
q(r.$slots, "default", {}, () => [
|
11679
11684
|
k(o, {
|
11680
11685
|
modelValue: n.value,
|
11681
11686
|
"onUpdate:modelValue": i[0] || (i[0] = (s) => n.value = s),
|
@@ -11956,6 +11961,10 @@ const Ss = { render: Ly }, Z6 = {
|
|
11956
11961
|
type: Object,
|
11957
11962
|
default: null
|
11958
11963
|
},
|
11964
|
+
imageFit: {
|
11965
|
+
type: String,
|
11966
|
+
default: "fill"
|
11967
|
+
},
|
11959
11968
|
relatedFiles: {
|
11960
11969
|
type: Array,
|
11961
11970
|
default: null
|
@@ -12029,12 +12038,12 @@ const Ss = { render: Ly }, Z6 = {
|
|
12029
12038
|
])) : M("", !0),
|
12030
12039
|
_.value || f.value ? (m(), E(w, {
|
12031
12040
|
key: 1,
|
12032
|
-
fit:
|
12041
|
+
fit: t.imageFit,
|
12033
12042
|
class: "non-selectable max-h-full max-w-full h-full",
|
12034
12043
|
src: (_.value || d.value) + "#t=0.1",
|
12035
12044
|
preload: "auto",
|
12036
12045
|
"data-testid": "previewed-image"
|
12037
|
-
}, null, 8, ["src"])) : (m(), y("div", Yx, [
|
12046
|
+
}, null, 8, ["fit", "src"])) : (m(), y("div", Yx, [
|
12038
12047
|
c.value ? (m(), E(v(vy), {
|
12039
12048
|
key: 0,
|
12040
12049
|
class: "w-24"
|
@@ -12048,7 +12057,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12048
12057
|
key: 0,
|
12049
12058
|
class: z(g.cls["action-button"])
|
12050
12059
|
}, [
|
12051
|
-
|
12060
|
+
q(g.$slots, "action-button")
|
12052
12061
|
], 2)) : M("", !0),
|
12053
12062
|
t.image && t.image.progress !== void 0 ? (m(), y("div", Qx, [
|
12054
12063
|
k(I, {
|
@@ -12058,7 +12067,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12058
12067
|
stripe: ""
|
12059
12068
|
}, null, 8, ["value"])
|
12060
12069
|
])) : M("", !0)
|
12061
|
-
], 64)) :
|
12070
|
+
], 64)) : q(g.$slots, "missing", { key: 1 }, () => [
|
12062
12071
|
(m(), E(jt(t.missingIcon), { class: "w-full h-full p-2 text-gray-300" }))
|
12063
12072
|
])
|
12064
12073
|
], 2),
|
@@ -12090,7 +12099,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12090
12099
|
})) : M("", !0)
|
12091
12100
|
]),
|
12092
12101
|
A("div", Jx, [
|
12093
|
-
|
12102
|
+
q(g.$slots, "below")
|
12094
12103
|
]),
|
12095
12104
|
i.value && !t.disabled ? (m(), E(v(bx), {
|
12096
12105
|
key: 0,
|
@@ -12135,7 +12144,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12135
12144
|
}, uv = {
|
12136
12145
|
key: 1,
|
12137
12146
|
class: "address-line-3"
|
12138
|
-
}, cv = { class: "address-city-state-zip" },
|
12147
|
+
}, cv = { class: "address-city-state-zip" }, X6 = {
|
12139
12148
|
__name: "AddressFormat",
|
12140
12149
|
props: {
|
12141
12150
|
address: {
|
@@ -12159,7 +12168,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12159
12168
|
], 64)) : M("", !0)
|
12160
12169
|
]));
|
12161
12170
|
}
|
12162
|
-
},
|
12171
|
+
}, K6 = {
|
12163
12172
|
__name: "FlatListFormat",
|
12164
12173
|
props: {
|
12165
12174
|
items: {
|
@@ -12181,7 +12190,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12181
12190
|
}, dv = { class: "flex flex-nowrap items-center" }, _v = {
|
12182
12191
|
key: 0,
|
12183
12192
|
class: "whitespace-nowrap"
|
12184
|
-
},
|
12193
|
+
}, J6 = {
|
12185
12194
|
__name: "GpsCoordinatesFormat",
|
12186
12195
|
props: {
|
12187
12196
|
location: {
|
@@ -12210,7 +12219,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12210
12219
|
]);
|
12211
12220
|
};
|
12212
12221
|
}
|
12213
|
-
}, fv = { class: "flex items-center flex-nowrap" },
|
12222
|
+
}, fv = { class: "flex items-center flex-nowrap" }, e3 = {
|
12214
12223
|
__name: "IconWithTextFormat",
|
12215
12224
|
props: {
|
12216
12225
|
icon: {
|
@@ -12238,13 +12247,13 @@ const Ss = { render: Ly }, Z6 = {
|
|
12238
12247
|
A("div", {
|
12239
12248
|
class: z(t.textClass)
|
12240
12249
|
}, [
|
12241
|
-
|
12250
|
+
q(e.$slots, "default", {}, () => [
|
12242
12251
|
Z(P(t.text), 1)
|
12243
12252
|
])
|
12244
12253
|
], 2)
|
12245
12254
|
]));
|
12246
12255
|
}
|
12247
|
-
}, mv = { class: "text-xs font-bold" },
|
12256
|
+
}, mv = { class: "text-xs font-bold" }, t3 = {
|
12248
12257
|
__name: "LabelValueFormat",
|
12249
12258
|
props: {
|
12250
12259
|
label: {
|
@@ -12267,7 +12276,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12267
12276
|
A("div", {
|
12268
12277
|
class: z({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
12269
12278
|
}, [
|
12270
|
-
t.loading ? (m(), E(r, { key: 0 })) :
|
12279
|
+
t.loading ? (m(), E(r, { key: 0 })) : q(e.$slots, "default", { key: 1 }, () => [
|
12271
12280
|
Z(P(t.value || "-"), 1)
|
12272
12281
|
])
|
12273
12282
|
], 2)
|
@@ -12572,7 +12581,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12572
12581
|
style: ci(l.value)
|
12573
12582
|
}, [
|
12574
12583
|
A("div", Lv, [
|
12575
|
-
|
12584
|
+
q(a.$slots, "default", { isCollapsed: i.value })
|
12576
12585
|
]),
|
12577
12586
|
!t.disabled && (!t.hideToggleOnCollapse || !i.value) ? (m(), y(G, { key: 0 }, [
|
12578
12587
|
t.toggleAtTop ? (m(), y("div", {
|
@@ -12587,7 +12596,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12587
12596
|
key: 0,
|
12588
12597
|
class: z(["flex w-full p-4", t.rightSide ? "justify-start" : "justify-end"])
|
12589
12598
|
}, [
|
12590
|
-
|
12599
|
+
q(a.$slots, "toggle", {}, () => [
|
12591
12600
|
k(c, {
|
12592
12601
|
class: "btn-secondary",
|
12593
12602
|
onClick: s
|
@@ -12894,7 +12903,7 @@ const Ss = { render: Ly }, Z6 = {
|
|
12894
12903
|
A("div", {
|
12895
12904
|
class: z({ [o.cls["dialog-content"]]: !0, [t.contentClass]: !0 })
|
12896
12905
|
}, [
|
12897
|
-
|
12906
|
+
q(o.$slots, "default")
|
12898
12907
|
], 2)
|
12899
12908
|
])
|
12900
12909
|
]),
|
@@ -12993,7 +13002,7 @@ const Er = od, d2 = {
|
|
12993
13002
|
}, [
|
12994
13003
|
i.$slots.tooltip || t.tooltip ? (m(), E(s, { key: 0 }, {
|
12995
13004
|
default: D(() => [
|
12996
|
-
|
13005
|
+
q(i.$slots, "tooltip", {}, () => [
|
12997
13006
|
Z(P(t.tooltip), 1)
|
12998
13007
|
])
|
12999
13008
|
]),
|
@@ -13048,7 +13057,7 @@ const Er = od, d2 = {
|
|
13048
13057
|
], 2);
|
13049
13058
|
};
|
13050
13059
|
}
|
13051
|
-
},
|
13060
|
+
}, n3 = {
|
13052
13061
|
__name: "InteractiveTooltip",
|
13053
13062
|
props: { tooltip: { type: String, default: "" } },
|
13054
13063
|
setup(t) {
|
@@ -13088,7 +13097,7 @@ const Er = od, d2 = {
|
|
13088
13097
|
onMouseleave: u
|
13089
13098
|
}, {
|
13090
13099
|
default: D(() => [
|
13091
|
-
|
13100
|
+
q(d.$slots, "default", {}, () => [
|
13092
13101
|
Z(P(t.tooltip), 1)
|
13093
13102
|
])
|
13094
13103
|
]),
|
@@ -13096,7 +13105,7 @@ const Er = od, d2 = {
|
|
13096
13105
|
}, 8, ["modelValue"]);
|
13097
13106
|
};
|
13098
13107
|
}
|
13099
|
-
}, h2 = { class: "flex items-center w-full" }, p2 = { class: "flex-grow text-sm" },
|
13108
|
+
}, h2 = { class: "flex items-center w-full" }, p2 = { class: "flex-grow text-sm" }, r3 = {
|
13100
13109
|
__name: "BadgeTab",
|
13101
13110
|
props: {
|
13102
13111
|
name: {
|
@@ -13134,7 +13143,7 @@ const Er = od, d2 = {
|
|
13134
13143
|
}, 8, ["name"]);
|
13135
13144
|
};
|
13136
13145
|
}
|
13137
|
-
}, g2 = { class: "flex items-center w-full" }, b2 = { class: "flex-grow text-sm" },
|
13146
|
+
}, g2 = { class: "flex items-center w-full" }, b2 = { class: "flex-grow text-sm" }, i3 = {
|
13138
13147
|
__name: "IndicatorTab",
|
13139
13148
|
props: {
|
13140
13149
|
name: {
|
@@ -13190,12 +13199,12 @@ const Er = od, d2 = {
|
|
13190
13199
|
class: "relative"
|
13191
13200
|
}, {
|
13192
13201
|
default: D(() => [
|
13193
|
-
|
13202
|
+
q(e.$slots, "default")
|
13194
13203
|
]),
|
13195
13204
|
_: 3
|
13196
13205
|
}, 8, ["name"]));
|
13197
13206
|
}
|
13198
|
-
},
|
13207
|
+
}, o3 = {
|
13199
13208
|
__name: "SlideTransition",
|
13200
13209
|
props: {
|
13201
13210
|
name: {
|
@@ -13206,7 +13215,7 @@ const Er = od, d2 = {
|
|
13206
13215
|
setup(t) {
|
13207
13216
|
return (e, n) => (m(), E(Wa, { name: t.name }, {
|
13208
13217
|
default: D(() => [
|
13209
|
-
|
13218
|
+
q(e.$slots, "default")
|
13210
13219
|
]),
|
13211
13220
|
_: 3
|
13212
13221
|
}, 8, ["name"]));
|
@@ -15225,7 +15234,7 @@ Be("x,y,z,top,right,bottom,left,width,height,fontSize,padding,margin,perspective
|
|
15225
15234
|
qe.registerPlugin(i_);
|
15226
15235
|
var is = qe.registerPlugin(i_) || qe;
|
15227
15236
|
is.core.Tween;
|
15228
|
-
const
|
15237
|
+
const s3 = {
|
15229
15238
|
__name: "StaggeredListTransition",
|
15230
15239
|
props: {
|
15231
15240
|
height: {
|
@@ -15284,7 +15293,7 @@ const o3 = {
|
|
15284
15293
|
onLeave: s
|
15285
15294
|
}, {
|
15286
15295
|
default: D(() => [
|
15287
|
-
|
15296
|
+
q(l.$slots, "default")
|
15288
15297
|
]),
|
15289
15298
|
_: 3
|
15290
15299
|
}, 512));
|
@@ -15465,12 +15474,12 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
15465
15474
|
}, null, 8, ["svg"])
|
15466
15475
|
])) : M("", !0),
|
15467
15476
|
A("div", Lw, [
|
15468
|
-
|
15477
|
+
q(o.$slots, "default")
|
15469
15478
|
])
|
15470
15479
|
])
|
15471
15480
|
], 32));
|
15472
15481
|
}
|
15473
|
-
},
|
15482
|
+
}, l3 = {
|
15474
15483
|
__name: "ColumnSettingsDialog",
|
15475
15484
|
props: {
|
15476
15485
|
hiddenColumnNames: {
|
@@ -15919,7 +15928,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
15919
15928
|
}
|
15920
15929
|
}, _4 = {
|
15921
15930
|
$style: l4
|
15922
|
-
},
|
15931
|
+
}, a3 = /* @__PURE__ */ vt(d4, [["__cssModules", _4]]), u3 = {
|
15923
15932
|
__name: "CollapsableFiltersSidebar",
|
15924
15933
|
props: {
|
15925
15934
|
name: {
|
@@ -15982,7 +15991,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
15982
15991
|
return ((i = e.field) == null ? void 0 : i.required_group) || (e.required || (o = e.field) != null && o.required ? "*" : "");
|
15983
15992
|
});
|
15984
15993
|
return (i, o) => (m(), y("span", null, [
|
15985
|
-
|
15994
|
+
q(i.$slots, "default", {}, () => {
|
15986
15995
|
var s;
|
15987
15996
|
return [
|
15988
15997
|
Z(P(n.value) + " ", 1),
|
@@ -16084,7 +16093,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16084
16093
|
const r = L("QInput");
|
16085
16094
|
return m(), y("div", null, [
|
16086
16095
|
A("label", m4, [
|
16087
|
-
|
16096
|
+
q(e.$slots, "label", {}, () => [
|
16088
16097
|
Z(P(t.label), 1)
|
16089
16098
|
])
|
16090
16099
|
]),
|
@@ -16111,7 +16120,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16111
16120
|
]);
|
16112
16121
|
};
|
16113
16122
|
}
|
16114
|
-
},
|
16123
|
+
}, c3 = {
|
16115
16124
|
__name: "ConfirmPasswordField",
|
16116
16125
|
props: {
|
16117
16126
|
name: {
|
@@ -16375,7 +16384,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16375
16384
|
});
|
16376
16385
|
};
|
16377
16386
|
}
|
16378
|
-
},
|
16387
|
+
}, d3 = {
|
16379
16388
|
__name: "DateTimeField",
|
16380
16389
|
props: {
|
16381
16390
|
modelValue: {
|
@@ -16433,7 +16442,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16433
16442
|
]);
|
16434
16443
|
};
|
16435
16444
|
}
|
16436
|
-
},
|
16445
|
+
}, _3 = {
|
16437
16446
|
__name: "EditableDiv",
|
16438
16447
|
props: {
|
16439
16448
|
modelValue: {
|
@@ -16459,7 +16468,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16459
16468
|
onInput: s
|
16460
16469
|
}, P(i.value), 33));
|
16461
16470
|
}
|
16462
|
-
}, T4 = ["accept", "capture"],
|
16471
|
+
}, T4 = ["accept", "capture"], f3 = {
|
16463
16472
|
__name: "FileUploadButton",
|
16464
16473
|
props: {
|
16465
16474
|
...Vs.props,
|
@@ -16518,7 +16527,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16518
16527
|
onClick: c[0] || (c[0] = (d) => u.$refs.fileUpload.click())
|
16519
16528
|
}), {
|
16520
16529
|
default: D(() => [
|
16521
|
-
|
16530
|
+
q(u.$slots, "default", {}, () => [
|
16522
16531
|
k(v(jb), { class: "w-5 mr-2" }),
|
16523
16532
|
Z(" " + P(t.text), 1)
|
16524
16533
|
]),
|
@@ -16537,7 +16546,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16537
16546
|
_: 3
|
16538
16547
|
}, 16));
|
16539
16548
|
}
|
16540
|
-
}, C4 = { class: "inline-block" }, E4 = { class: "cursor-pointer py-2 hover:bg-blue-200 flex items-center justify-end" },
|
16549
|
+
}, C4 = { class: "inline-block" }, E4 = { class: "cursor-pointer py-2 hover:bg-blue-200 flex items-center justify-end" }, m3 = {
|
16541
16550
|
__name: "InlineDateTimeField",
|
16542
16551
|
props: {
|
16543
16552
|
modelValue: {
|
@@ -16703,7 +16712,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16703
16712
|
A("div", {
|
16704
16713
|
class: z({ "mt-2": !t.dense, "mt-1": t.dense, "text-no-wrap": t.nowrap })
|
16705
16714
|
}, [
|
16706
|
-
|
16715
|
+
q(e.$slots, "default", {}, () => [
|
16707
16716
|
Z(P(t.value || "-"), 1)
|
16708
16717
|
])
|
16709
16718
|
], 2)
|
@@ -16780,7 +16789,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16780
16789
|
onRemove: (f) => v(u)(_)
|
16781
16790
|
}, {
|
16782
16791
|
below: D(() => [
|
16783
|
-
|
16792
|
+
q(c.$slots, "below-file", { file: _ })
|
16784
16793
|
]),
|
16785
16794
|
_: 2
|
16786
16795
|
}, 1032, ["class", "image", "related-files", "removable", "onRemove"]))), 128)),
|
@@ -16914,7 +16923,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
16914
16923
|
"onUpdate:modelValue": g
|
16915
16924
|
}), {
|
16916
16925
|
append: D(() => [
|
16917
|
-
|
16926
|
+
q(x.$slots, "append", {}, () => [
|
16918
16927
|
k(v(Ub), {
|
16919
16928
|
class: z(["w-4 transition", s.value ? "rotate-180" : ""])
|
16920
16929
|
}, null, 8, ["class"])
|
@@ -17099,7 +17108,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
17099
17108
|
}, null, 8, ["modelValue", "field", "no-label"])
|
17100
17109
|
]));
|
17101
17110
|
}
|
17102
|
-
},
|
17111
|
+
}, h3 = {
|
17103
17112
|
__name: "NewPasswordField",
|
17104
17113
|
props: {
|
17105
17114
|
name: {
|
@@ -17252,7 +17261,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
17252
17261
|
]);
|
17253
17262
|
};
|
17254
17263
|
}
|
17255
|
-
}, Z4 = ["data-dusk", "onClick"],
|
17264
|
+
}, Z4 = ["data-dusk", "onClick"], p3 = {
|
17256
17265
|
__name: "SelectDrawer",
|
17257
17266
|
props: {
|
17258
17267
|
modelValue: {
|
@@ -17320,7 +17329,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
17320
17329
|
class: "mr-2",
|
17321
17330
|
onClick: Yt((h) => u(p), ["stop"])
|
17322
17331
|
}, null, 8, ["model-value", "onClick"]),
|
17323
|
-
|
17332
|
+
q(c.$slots, "option", { opt: p }, () => [
|
17324
17333
|
Z(P(p.label), 1)
|
17325
17334
|
])
|
17326
17335
|
], 8, Z4))), 128))
|
@@ -17335,11 +17344,11 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
17335
17344
|
onClick: d[1] || (d[1] = (p) => i.value = !0)
|
17336
17345
|
}, {
|
17337
17346
|
default: D(() => [
|
17338
|
-
|
17339
|
-
|
17347
|
+
q(c.$slots, "selected", {}, () => [
|
17348
|
+
q(c.$slots, "label", {}, () => [
|
17340
17349
|
Z(P(t.label) + ": ", 1)
|
17341
17350
|
]),
|
17342
|
-
t.modelValue && t.modelValue.length > 0 ?
|
17351
|
+
t.modelValue && t.modelValue.length > 0 ? q(c.$slots, "selection", { key: 0 }, () => [
|
17343
17352
|
t.multiple ? (m(), y(G, { key: 0 }, [
|
17344
17353
|
Z(P(l(t.modelValue[0])) + " ", 1),
|
17345
17354
|
t.modelValue.length > 1 ? (m(), y(G, { key: 0 }, [
|
@@ -17348,7 +17357,7 @@ const Mw = { class: "flex items-center" }, $w = { key: 0 }, Lw = { class: "flex-
|
|
17348
17357
|
], 64)) : (m(), y(G, { key: 1 }, [
|
17349
17358
|
Z(P(l(t.modelValue)), 1)
|
17350
17359
|
], 64))
|
17351
|
-
]) :
|
17360
|
+
]) : q(c.$slots, "placeholder", { key: 1 }, () => [
|
17352
17361
|
Z(P(t.placeholder), 1)
|
17353
17362
|
])
|
17354
17363
|
])
|
@@ -17908,7 +17917,7 @@ const mS = ["innerHTML"], hS = {
|
|
17908
17917
|
])
|
17909
17918
|
]),
|
17910
17919
|
default: D(() => [
|
17911
|
-
|
17920
|
+
q(e.$slots, "default")
|
17912
17921
|
]),
|
17913
17922
|
_: 3
|
17914
17923
|
});
|
@@ -18026,7 +18035,7 @@ const mS = ["innerHTML"], hS = {
|
|
18026
18035
|
}, CS = /* @__PURE__ */ vt(TS, [["__scopeId", "data-v-a0bc1dac"]]), ES = { class: "w-full flex justify-end items-center flex-nowrap border-b" }, IS = { class: "flex-grow" }, kS = {
|
18027
18036
|
key: 0,
|
18028
18037
|
class: "flex justify-end items-stretch flex-nowrap p-4"
|
18029
|
-
},
|
18038
|
+
}, g3 = {
|
18030
18039
|
__name: "FilterToolbarLayout",
|
18031
18040
|
props: {
|
18032
18041
|
filter: {
|
@@ -18050,7 +18059,7 @@ const mS = ["innerHTML"], hS = {
|
|
18050
18059
|
"onUpdate:filter": s[0] || (s[0] = (l) => o.$emit("update:filter", l))
|
18051
18060
|
}, null, 8, ["show-filters", "filter"]),
|
18052
18061
|
A("div", IS, [
|
18053
|
-
|
18062
|
+
q(o.$slots, "default")
|
18054
18063
|
]),
|
18055
18064
|
o.$slots["right-side"] ? (m(), y("div", kS, [
|
18056
18065
|
o.$slots.default ? (m(), E(v(C_), {
|
@@ -18058,7 +18067,7 @@ const mS = ["innerHTML"], hS = {
|
|
18058
18067
|
vertical: "",
|
18059
18068
|
class: "mx-4 h-10 self-center"
|
18060
18069
|
})) : M("", !0),
|
18061
|
-
|
18070
|
+
q(o.$slots, "right-side")
|
18062
18071
|
])) : M("", !0)
|
18063
18072
|
]));
|
18064
18073
|
}
|
@@ -18071,7 +18080,7 @@ const mS = ["innerHTML"], hS = {
|
|
18071
18080
|
}, PS = { class: "flex-grow" }, NS = {
|
18072
18081
|
key: 1,
|
18073
18082
|
class: "flex flex-nowrap items-center mr-2"
|
18074
|
-
}, MS = ["onClick"], $S = ["onClick"],
|
18083
|
+
}, MS = ["onClick"], $S = ["onClick"], b3 = {
|
18075
18084
|
__name: "RenderedForm",
|
18076
18085
|
props: {
|
18077
18086
|
values: {
|
@@ -18257,7 +18266,7 @@ const mS = ["innerHTML"], hS = {
|
|
18257
18266
|
"onUpdate:modelValue": (K) => p(U.name, K)
|
18258
18267
|
}, {
|
18259
18268
|
"below-file": D(({ file: K }) => [
|
18260
|
-
|
18269
|
+
q(C.$slots, "below-file", { file: K })
|
18261
18270
|
]),
|
18262
18271
|
_: 2
|
18263
18272
|
}, 1032, ["model-value", "field", "label", "no-label", "show-name", "rows", "clearable", "file-class", "disable", "readonly", "onUpdate:modelValue"]))
|
@@ -18294,15 +18303,15 @@ const mS = ["innerHTML"], hS = {
|
|
18294
18303
|
}, LS = {}, US = { class: "flex flex-grow flex-col flex-nowrap overflow-hidden h-full bg-white" }, RS = { class: "flex flex-nowrap flex-grow overflow-hidden w-full" };
|
18295
18304
|
function BS(t, e) {
|
18296
18305
|
return m(), y("div", US, [
|
18297
|
-
|
18298
|
-
|
18306
|
+
q(t.$slots, "top"),
|
18307
|
+
q(t.$slots, "toolbar"),
|
18299
18308
|
A("div", RS, [
|
18300
|
-
|
18301
|
-
|
18309
|
+
q(t.$slots, "filters"),
|
18310
|
+
q(t.$slots, "default")
|
18302
18311
|
])
|
18303
18312
|
]);
|
18304
18313
|
}
|
18305
|
-
const
|
18314
|
+
const y3 = /* @__PURE__ */ vt(LS, [["render", BS]]);
|
18306
18315
|
function zS(t) {
|
18307
18316
|
xn(() => {
|
18308
18317
|
const e = t.value.$el.getElementsByClassName("q-table__middle")[0];
|
@@ -18333,7 +18342,7 @@ function qS(t, e = null) {
|
|
18333
18342
|
}
|
18334
18343
|
return n;
|
18335
18344
|
}
|
18336
|
-
function
|
18345
|
+
function x3({
|
18337
18346
|
listRoute: t,
|
18338
18347
|
summaryRoute: e = null,
|
18339
18348
|
filterFieldOptionsRoute: n = null,
|
@@ -18505,7 +18514,7 @@ function y3({
|
|
18505
18514
|
setItemInList: _e
|
18506
18515
|
};
|
18507
18516
|
}
|
18508
|
-
function
|
18517
|
+
function v3(t, e) {
|
18509
18518
|
const n = `${t}-column-order`, r = `${t}-visible-columns`, i = `${t}-title-columns`, o = B(fn(n) || []), s = B(fn(r, [])), l = B(fn(i, [])), a = R(() => u.value.slice(0, 1)), u = R(() => [...e].sort((f, p) => {
|
18510
18519
|
const h = o.value.indexOf(f.name), g = o.value.indexOf(p.name);
|
18511
18520
|
return h === -1 ? 1 : g === -1 ? -1 : h - g;
|
@@ -18619,7 +18628,7 @@ const GS = {
|
|
18619
18628
|
r.value.vnode ? (m(), E(v(Er), {
|
18620
18629
|
key: 0,
|
18621
18630
|
vnode: r.value.vnode(n.value)
|
18622
|
-
}, null, 8, ["vnode"])) :
|
18631
|
+
}, null, 8, ["vnode"])) : q(a.$slots, "default", { key: 1 }, () => [
|
18623
18632
|
Z(P(i.value), 1)
|
18624
18633
|
])
|
18625
18634
|
], 2)) : (m(), y("div", {
|
@@ -18629,7 +18638,7 @@ const GS = {
|
|
18629
18638
|
r.value.vnode ? (m(), E(v(Er), {
|
18630
18639
|
key: 0,
|
18631
18640
|
vnode: r.value.vnode(n.value)
|
18632
|
-
}, null, 8, ["vnode"])) :
|
18641
|
+
}, null, 8, ["vnode"])) : q(a.$slots, "default", { key: 1 }, () => [
|
18633
18642
|
Z(P(i.value), 1)
|
18634
18643
|
])
|
18635
18644
|
], 2)),
|
@@ -18976,18 +18985,18 @@ const GS = {
|
|
18976
18985
|
setup(t) {
|
18977
18986
|
return (e, n) => (m(), y("div", yT, [
|
18978
18987
|
t.loading ? (m(), y("div", xT, [
|
18979
|
-
|
18988
|
+
q(e.$slots, "loading", {}, () => [
|
18980
18989
|
Z(P(t.loadingText) + " ", 1),
|
18981
18990
|
k(v(Gs), { class: "w-4 ml-2" })
|
18982
18991
|
])
|
18983
18992
|
])) : M("", !0),
|
18984
18993
|
t.saving ? (m(), y("div", vT, [
|
18985
|
-
|
18994
|
+
q(e.$slots, "saving", {}, () => [
|
18986
18995
|
Z(P(t.savingText) + " ", 1),
|
18987
18996
|
k(v(Gs), { class: "w-4 ml-2" })
|
18988
18997
|
])
|
18989
18998
|
])) : M("", !0),
|
18990
|
-
|
18999
|
+
q(e.$slots, "default", {}, () => [
|
18991
19000
|
Z(P(t.text), 1)
|
18992
19001
|
])
|
18993
19002
|
]));
|
@@ -19076,7 +19085,7 @@ const GS = {
|
|
19076
19085
|
_: 1
|
19077
19086
|
}, 8, ["class"]));
|
19078
19087
|
}
|
19079
|
-
}, IT = { class: "overflow-hidden w-full" },
|
19088
|
+
}, IT = { class: "overflow-hidden w-full" }, w3 = {
|
19080
19089
|
__name: "ActionTable",
|
19081
19090
|
props: {
|
19082
19091
|
name: {
|
@@ -19145,7 +19154,7 @@ const GS = {
|
|
19145
19154
|
onRequest: l[3] || (l[3] = (u) => s.$emit("update:quasar-pagination", { ...u.pagination, __sort: v(VS)(u.pagination, t.columns) }))
|
19146
19155
|
}, {
|
19147
19156
|
"no-data": D(() => [
|
19148
|
-
|
19157
|
+
q(s.$slots, "empty", {}, () => [
|
19149
19158
|
k(wT, {
|
19150
19159
|
text: `There are no ${t.label.toLowerCase()} matching the applied filter`
|
19151
19160
|
}, null, 8, ["text"])
|
@@ -19183,7 +19192,7 @@ const GS = {
|
|
19183
19192
|
settings: i.value[u.col.name]
|
19184
19193
|
}, {
|
19185
19194
|
default: D(() => [
|
19186
|
-
|
19195
|
+
q(s.$slots, "default", {
|
19187
19196
|
columnName: u.col.name,
|
19188
19197
|
row: u.row,
|
19189
19198
|
value: u.value
|
@@ -19245,7 +19254,7 @@ const GS = {
|
|
19245
19254
|
], 64))
|
19246
19255
|
]));
|
19247
19256
|
}
|
19248
|
-
}, OT = { class: "text-gray-700 flex items-stretch flex-nowrap p-4" }, AT = { class: "flex-grow text-sm w-3/5 overflow-auto" }, DT = { class: "flex flex-nowrap items-center mt-4" }, PT = { class: "bg-red-200 line-through p-2" }, NT = { class: "bg-emerald-200 ml-2.5 p-2" }, MT = { class: "ml-4 text-sm w-2/5" }, $T = ["href"],
|
19257
|
+
}, OT = { class: "text-gray-700 flex items-stretch flex-nowrap p-4" }, AT = { class: "flex-grow text-sm w-3/5 overflow-auto" }, DT = { class: "flex flex-nowrap items-center mt-4" }, PT = { class: "bg-red-200 line-through p-2" }, NT = { class: "bg-emerald-200 ml-2.5 p-2" }, MT = { class: "ml-4 text-sm w-2/5" }, $T = ["href"], S3 = {
|
19249
19258
|
__name: "AuditHistoryItem",
|
19250
19259
|
props: {
|
19251
19260
|
item: {
|
@@ -19302,7 +19311,7 @@ const GS = {
|
|
19302
19311
|
}, LT = ["onClick"], UT = {
|
19303
19312
|
key: 0,
|
19304
19313
|
class: "flex-shrink-0"
|
19305
|
-
},
|
19314
|
+
}, T3 = {
|
19306
19315
|
__name: "NavigationMenu",
|
19307
19316
|
props: {
|
19308
19317
|
collapsed: Boolean,
|
@@ -19691,7 +19700,7 @@ const GS = {
|
|
19691
19700
|
}, c6 = /* @__PURE__ */ vt(a6, [["__cssModules", u6]]), d6 = { class: "flex flex-col flex-nowrap h-full" }, _6 = { class: "flex items-center px-6 py-4 border-b" }, f6 = { class: "flex-grow" }, m6 = { class: "flex-grow overflow-hidden h-full" }, h6 = { class: "flex items-stretch flex-nowrap h-full" }, p6 = { class: "border-r w-[13.5rem] overflow-y-auto" }, g6 = {
|
19692
19701
|
key: 0,
|
19693
19702
|
class: "border-l overflow-y-auto"
|
19694
|
-
},
|
19703
|
+
}, C3 = {
|
19695
19704
|
__name: "PanelsDrawer",
|
19696
19705
|
props: {
|
19697
19706
|
modelValue: {
|
@@ -19724,7 +19733,7 @@ const GS = {
|
|
19724
19733
|
A("div", d6, [
|
19725
19734
|
A("div", _6, [
|
19726
19735
|
A("div", f6, [
|
19727
|
-
|
19736
|
+
q(r.$slots, "header")
|
19728
19737
|
]),
|
19729
19738
|
A("div", null, [
|
19730
19739
|
k(o, {
|
@@ -19755,7 +19764,7 @@ const GS = {
|
|
19755
19764
|
class: z(t.panelsClass)
|
19756
19765
|
}, null, 8, ["panels", "active-panel", "class"]),
|
19757
19766
|
r.$slots["right-sidebar"] ? (m(), y("div", g6, [
|
19758
|
-
|
19767
|
+
q(r.$slots, "right-sidebar")
|
19759
19768
|
])) : M("", !0)
|
19760
19769
|
])
|
19761
19770
|
])
|
@@ -19765,119 +19774,120 @@ const GS = {
|
|
19765
19774
|
});
|
19766
19775
|
};
|
19767
19776
|
}
|
19768
|
-
}, b6 = "0.3.
|
19777
|
+
}, b6 = "0.3.53", y6 = {
|
19769
19778
|
version: b6
|
19770
19779
|
}, { version: x6 } = y6;
|
19771
|
-
function
|
19780
|
+
function E3(t) {
|
19772
19781
|
console.log(`Installing Danx UI ${x6}... Nothing to do really.`);
|
19773
19782
|
}
|
19774
19783
|
export {
|
19775
19784
|
GS as ActionMenu,
|
19776
|
-
|
19785
|
+
w3 as ActionTable,
|
19777
19786
|
WS as ActionTableColumn,
|
19778
19787
|
bT as ActionTableHeaderColumn,
|
19779
|
-
|
19788
|
+
y3 as ActionTableLayout,
|
19780
19789
|
d2 as ActionVnode,
|
19781
|
-
|
19782
|
-
|
19790
|
+
X6 as AddressFormat,
|
19791
|
+
S3 as AuditHistoryItem,
|
19783
19792
|
Za as AuditHistoryItemValue,
|
19784
|
-
|
19793
|
+
r3 as BadgeTab,
|
19785
19794
|
o_ as BooleanField,
|
19786
19795
|
sy as CaretDownIcon,
|
19787
|
-
|
19796
|
+
u3 as CollapsableFiltersSidebar,
|
19788
19797
|
Bv as CollapsableSidebar,
|
19789
19798
|
Sa as ColumnListItem,
|
19790
|
-
|
19799
|
+
l3 as ColumnSettingsDialog,
|
19791
19800
|
Si as ConfirmDialog,
|
19792
|
-
|
19801
|
+
c3 as ConfirmPasswordField,
|
19793
19802
|
id as ContentDrawer,
|
19794
19803
|
l_ as DateField,
|
19795
19804
|
a_ as DateRangeField,
|
19796
|
-
|
19805
|
+
d3 as DateTimeField,
|
19797
19806
|
u_ as DateTimePicker,
|
19798
19807
|
nd as DragAndDrop,
|
19799
19808
|
uy as DragHandleDotsIcon,
|
19800
19809
|
_y as DragHandleIcon,
|
19801
|
-
|
19810
|
+
_3 as EditableDiv,
|
19802
19811
|
wT as EmptyTableState,
|
19803
|
-
|
19812
|
+
H6 as ExportButton,
|
19804
19813
|
or as FieldLabel,
|
19805
19814
|
Cr as FilePreview,
|
19806
19815
|
ws as FileUpload,
|
19807
|
-
|
19816
|
+
f3 as FileUploadButton,
|
19808
19817
|
xS as FilterFieldItem,
|
19809
19818
|
wS as FilterFieldList,
|
19810
19819
|
hy as FilterIcon,
|
19811
19820
|
CS as FilterListToggle,
|
19812
|
-
|
19821
|
+
g3 as FilterToolbarLayout,
|
19813
19822
|
Ga as FilterableField,
|
19814
19823
|
ct as FlashMessages,
|
19815
|
-
|
19824
|
+
K6 as FlatListFormat,
|
19816
19825
|
bx as FullScreenCarouselDialog,
|
19817
|
-
|
19818
|
-
|
19826
|
+
Y6 as FullScreenDialog,
|
19827
|
+
J6 as GpsCoordinatesFormat,
|
19819
19828
|
ry as HandleDraggable,
|
19820
|
-
|
19829
|
+
e3 as IconWithTextFormat,
|
19821
19830
|
by as ImageIcon,
|
19822
|
-
|
19831
|
+
i3 as IndicatorTab,
|
19823
19832
|
Sx as InfoDialog,
|
19824
|
-
|
19825
|
-
|
19833
|
+
m3 as InlineDateTimeField,
|
19834
|
+
Q6 as InputDialog,
|
19826
19835
|
I4 as IntegerField,
|
19827
|
-
|
19836
|
+
n3 as InteractiveTooltip,
|
19828
19837
|
F4 as LabelValueBlock,
|
19829
|
-
|
19838
|
+
t3 as LabelValueFormat,
|
19830
19839
|
s_ as LabeledInput,
|
19831
19840
|
Nw as ListDragAndDrop,
|
19832
19841
|
Uw as ListItemDraggable,
|
19833
19842
|
y2 as ListTransition,
|
19843
|
+
D6 as LuxonDateTime,
|
19834
19844
|
P4 as MultiFileField,
|
19835
19845
|
$4 as MultiKeywordField,
|
19836
|
-
|
19837
|
-
|
19846
|
+
T3 as NavigationMenu,
|
19847
|
+
h3 as NewPasswordField,
|
19838
19848
|
z4 as NoInputField,
|
19839
19849
|
Ai as NumberField,
|
19840
19850
|
go as NumberRangeField,
|
19841
|
-
|
19851
|
+
C3 as PanelsDrawer,
|
19842
19852
|
RT as PanelsDrawerPanels,
|
19843
19853
|
c6 as PanelsDrawerTabs,
|
19844
19854
|
vy as PdfIcon,
|
19845
19855
|
Ty as PercentIcon,
|
19846
19856
|
m2 as PopoverMenu,
|
19847
|
-
|
19848
|
-
|
19857
|
+
j6 as PreviousNextControls,
|
19858
|
+
W6 as RefreshButton,
|
19849
19859
|
_2 as RenderComponent,
|
19850
19860
|
Er as RenderVnode,
|
19851
|
-
|
19852
|
-
|
19861
|
+
b3 as RenderedForm,
|
19862
|
+
p3 as SelectDrawer,
|
19853
19863
|
Di as SelectField,
|
19854
19864
|
Y4 as SelectWithChildrenField,
|
19855
19865
|
K4 as SingleFileField,
|
19856
19866
|
Iy as SkipNextIcon,
|
19857
19867
|
Oy as SkipPreviousIcon,
|
19858
|
-
|
19859
|
-
|
19868
|
+
o3 as SlideTransition,
|
19869
|
+
s3 as StaggeredListTransition,
|
19860
19870
|
rv as SvgImg,
|
19861
19871
|
ET as TableSummaryRow,
|
19862
19872
|
ui as TextField,
|
19863
19873
|
Rw as TitleColumnFormat,
|
19864
19874
|
rd as TrashIcon,
|
19865
|
-
|
19875
|
+
a3 as VisibleColumnsToggleButtons,
|
19866
19876
|
My as WarningIcon,
|
19867
19877
|
hS as WysiwygField,
|
19868
19878
|
Ss as XIcon,
|
19869
19879
|
Ln as activeActionVnode,
|
19870
|
-
|
19871
|
-
|
19880
|
+
B6 as addHotkey,
|
19881
|
+
Z6 as applyCssVars,
|
19872
19882
|
Xc as buildCssVars,
|
19873
|
-
|
19883
|
+
M6 as centerTruncate,
|
19874
19884
|
T6 as configure,
|
19875
19885
|
Rt as danxOptions,
|
19876
19886
|
Il as dbDateTime,
|
19877
|
-
|
19887
|
+
L6 as diffInDays,
|
19878
19888
|
hs as download,
|
19879
19889
|
Z1 as downloadBlobOrUrl,
|
19880
|
-
|
19890
|
+
U6 as downloadFile,
|
19881
19891
|
H1 as downloadFileResponse,
|
19882
19892
|
ec as fCurrency,
|
19883
19893
|
Ct as fDate,
|
@@ -19885,17 +19895,17 @@ export {
|
|
19885
19895
|
Sr as fLocalizedDateTime,
|
19886
19896
|
Wn as fNumber,
|
19887
19897
|
G1 as fPercent,
|
19888
|
-
|
19889
|
-
|
19890
|
-
|
19891
|
-
|
19898
|
+
$6 as fPhone,
|
19899
|
+
P6 as fQDate,
|
19900
|
+
N6 as fSecondsToTime,
|
19901
|
+
G6 as fetchResourceListWithSelected,
|
19892
19902
|
qS as getFilterFromUrl,
|
19893
19903
|
fn as getItem,
|
19894
19904
|
kl as getResponseHeader,
|
19895
19905
|
$b as getUrlParam,
|
19896
19906
|
U_ as incrementName,
|
19897
|
-
|
19898
|
-
|
19907
|
+
E3 as install,
|
19908
|
+
z6 as listen,
|
19899
19909
|
Ju as localizedDateTime,
|
19900
19910
|
VS as mapSortBy,
|
19901
19911
|
F6 as metersToMiles,
|
@@ -19906,7 +19916,7 @@ export {
|
|
19906
19916
|
pi as parseDateTime,
|
19907
19917
|
Io as parseQDate,
|
19908
19918
|
El as parseQDateTime,
|
19909
|
-
|
19919
|
+
q6 as registerHotkeys,
|
19910
19920
|
zS as registerStickyScrolling,
|
19911
19921
|
q1 as remoteDateTime,
|
19912
19922
|
di as remove,
|
@@ -19916,13 +19926,13 @@ export {
|
|
19916
19926
|
_n as setItem,
|
19917
19927
|
os as sleep,
|
19918
19928
|
I6 as uniqueBy,
|
19919
|
-
|
19929
|
+
V6 as unlisten,
|
19920
19930
|
E6 as useActions,
|
19921
19931
|
R_ as useCompatibility,
|
19922
|
-
|
19932
|
+
x3 as useListControls,
|
19923
19933
|
Mb as useMultiFileUpload,
|
19924
19934
|
Lb as useSingleFileUpload,
|
19925
|
-
|
19935
|
+
v3 as useTableColumns,
|
19926
19936
|
x6 as version,
|
19927
19937
|
js as waitForRef
|
19928
19938
|
};
|