@anzusystems/common-admin 1.47.0-beta.dev-1778753790 → 1.47.0-beta.dev-1778753791
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/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DDq97ou0.mjs → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-BT0EDnmK.mjs} +174 -165
- package/dist/{AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-DDq97ou0.mjs.map → AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-BT0EDnmK.mjs.map} +1 -1
- package/dist/common-admin.css +1 -1
- package/dist/common-admin.js +3 -3
- package/dist/labs.js +6 -3
- package/dist/labs.js.map +1 -1
- package/dist/{webfontloader-GR-npb3W.mjs → webfontloader-CnPPCw6-.mjs} +2 -2
- package/dist/{webfontloader-GR-npb3W.mjs.map → webfontloader-CnPPCw6-.mjs.map} +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as De, openBlock as I, createBlock as q, withCtx as E, createVNode as S, createElementBlock as
|
|
1
|
+
import { defineComponent as De, openBlock as I, createBlock as q, withCtx as E, createVNode as S, createElementBlock as ne, normalizeClass as Xe, toDisplayString as ee, createCommentVNode as re, renderSlot as he, createElementVNode as ye, isProxy as es, toRaw as Oa, isRef as Ra, unref as B, computed as P, Fragment as je, normalizeStyle as ts, createTextVNode as ie, shallowRef as Da, watch as Ee, ref as N, reactive as Gt, inject as oe, createSlots as Xt, withDirectives as Vn, onMounted as Mo, withModifiers as me, onUnmounted as ns, TransitionGroup as as, mergeProps as Ue, isVNode as os, useModel as it, useTemplateRef as Tt, nextTick as qe, withKeys as Ea, vModelText as sl, mergeModels as Qe, getCurrentInstance as zn, resolveComponent as rn, resolveDynamicComponent as Ul, renderList as Vt, toValue as il, toRef as ls, onBeforeUnmount as Io, provide as sn, vShow as rs, useSlots as ss, shallowReactive as is, normalizeProps as ul } from "vue";
|
|
2
2
|
import { useEventBus as ct, tryOnBeforeUnmount as us, watchDebounced as $o, useResizeObserver as cs, watchThrottled as ds, defaultDocument as fs, unrefElement as cl, tryOnMounted as ms, tryOnScopeDispose as vs, useElementSize as ps } from "@vueuse/core";
|
|
3
3
|
import { useI18n as Re, createI18n as hs } from "vue-i18n";
|
|
4
4
|
import { VAutocomplete as Pa } from "vuetify/components/VAutocomplete";
|
|
@@ -12,7 +12,7 @@ import { VTextarea as gs } from "vuetify/components/VTextarea";
|
|
|
12
12
|
import { VForm as zl } from "vuetify/components/VForm";
|
|
13
13
|
import { VBtn as Te } from "vuetify/components/VBtn";
|
|
14
14
|
import { VIcon as we } from "vuetify/components/VIcon";
|
|
15
|
-
import { VTooltip as
|
|
15
|
+
import { VTooltip as Je } from "vuetify/components/VTooltip";
|
|
16
16
|
import { VTextField as Kn } from "vuetify/components/VTextField";
|
|
17
17
|
import Ta from "@vuelidate/core";
|
|
18
18
|
import { createI18nMessage as dt, between as bs, email as ys, maxLength as Cs, maxValue as ws, minLength as Ss, minValue as ks, numeric as Ds, required as Es, requiredIf as xs, helpers as jl, url as Ts } from "@vuelidate/validators";
|
|
@@ -42,9 +42,9 @@ const Ps = { class: "text-high-emphasis" }, qt = /* @__PURE__ */ De({
|
|
|
42
42
|
default: E(() => [
|
|
43
43
|
S(xt, null, {
|
|
44
44
|
default: E(() => [
|
|
45
|
-
e.title.length ? (I(),
|
|
45
|
+
e.title.length ? (I(), ne("h4", {
|
|
46
46
|
key: 0,
|
|
47
|
-
class:
|
|
47
|
+
class: Xe(e.titleClass)
|
|
48
48
|
}, ee(e.title), 3)) : re("", !0),
|
|
49
49
|
he(n.$slots, "default", {}, () => [
|
|
50
50
|
ye("span", Ps, ee(e.value), 1)
|
|
@@ -135,10 +135,10 @@ const Ps = { class: "text-high-emphasis" }, qt = /* @__PURE__ */ De({
|
|
|
135
135
|
const o = n.user.person.firstName.charAt(0) + n.user.person.lastName.charAt(0);
|
|
136
136
|
return o.length > 0 ? o : n.user.email.slice(0, 2);
|
|
137
137
|
});
|
|
138
|
-
return (o, s) => (I(),
|
|
138
|
+
return (o, s) => (I(), ne(je, null, [
|
|
139
139
|
S(Os, {
|
|
140
140
|
color: t.value,
|
|
141
|
-
class:
|
|
141
|
+
class: Xe(["text-uppercase", e.containerClass]),
|
|
142
142
|
size: e.size
|
|
143
143
|
}, {
|
|
144
144
|
default: E(() => [
|
|
@@ -146,7 +146,7 @@ const Ps = { class: "text-high-emphasis" }, qt = /* @__PURE__ */ De({
|
|
|
146
146
|
class: "d-inline-flex text-white font-weight-light",
|
|
147
147
|
style: ts({ fontSize: a.value })
|
|
148
148
|
}, ee(l.value), 5),
|
|
149
|
-
e.tooltip ? (I(), q(
|
|
149
|
+
e.tooltip ? (I(), q(Je, {
|
|
150
150
|
key: 0,
|
|
151
151
|
activator: "parent"
|
|
152
152
|
}, {
|
|
@@ -183,8 +183,8 @@ const Ps = { class: "text-high-emphasis" }, qt = /* @__PURE__ */ De({
|
|
|
183
183
|
a.value || M(i) || !i._loaded || (t.value = i, a.value = !0);
|
|
184
184
|
},
|
|
185
185
|
{ immediate: !0 }
|
|
186
|
-
), (i, u) => (I(),
|
|
187
|
-
B(te)(e.id) || B(M)(e.id) ? (I(),
|
|
186
|
+
), (i, u) => (I(), ne("div", Vs, [
|
|
187
|
+
B(te)(e.id) || B(M)(e.id) ? (I(), ne("span", Ns)) : a.value ? (I(), ne(je, { key: 1 }, [
|
|
188
188
|
e.isModerator ? (I(), q(Rs, {
|
|
189
189
|
key: 0,
|
|
190
190
|
location: "top right",
|
|
@@ -580,7 +580,7 @@ const ii = {
|
|
|
580
580
|
name: "label",
|
|
581
581
|
fn: E(() => [
|
|
582
582
|
ie(ee(c.value), 1),
|
|
583
|
-
v.value ? (I(),
|
|
583
|
+
v.value ? (I(), ne("span", ii)) : re("", !0)
|
|
584
584
|
]),
|
|
585
585
|
key: "0"
|
|
586
586
|
},
|
|
@@ -975,13 +975,13 @@ const fa = {
|
|
|
975
975
|
};
|
|
976
976
|
V >= 0 && (F.timer = yi(() => v(F), F.length));
|
|
977
977
|
const U = "bottom" in u.value, W = e.reverse ? !U : U;
|
|
978
|
-
let
|
|
978
|
+
let ae = -1;
|
|
979
979
|
const de = r.value.find((ke) => ke.title === A.title && ke.text === A.text);
|
|
980
980
|
if (L && de) {
|
|
981
981
|
de.duplicates++;
|
|
982
982
|
return;
|
|
983
983
|
}
|
|
984
|
-
W ? (l.value.push(F), n("start", F), r.value.length > e.max && (
|
|
984
|
+
W ? (l.value.push(F), n("start", F), r.value.length > e.max && (ae = 0)) : (l.value.unshift(F), n("start", F), r.value.length > e.max && (ae = r.value.length - 1)), ae !== -1 && v(r.value[ae]);
|
|
985
985
|
}, g = (A) => {
|
|
986
986
|
y(A);
|
|
987
987
|
}, f = (A) => ["vue-notification-template", e.classes, A.type || ""], c = (A) => s.value ? void 0 : {
|
|
@@ -1041,13 +1041,13 @@ const fa = {
|
|
|
1041
1041
|
}) : S("div", {
|
|
1042
1042
|
class: f(V),
|
|
1043
1043
|
onClick: () => d(V)
|
|
1044
|
-
}, [e.dangerouslySetInnerHtml ? S(
|
|
1044
|
+
}, [e.dangerouslySetInnerHtml ? S(je, null, [V.title ? S("div", {
|
|
1045
1045
|
class: "notification-title",
|
|
1046
1046
|
innerHTML: V.title
|
|
1047
1047
|
}, null) : null, S("div", {
|
|
1048
1048
|
class: "notification-content",
|
|
1049
1049
|
innerHTML: V.text
|
|
1050
|
-
}, null)]) : S(
|
|
1050
|
+
}, null)]) : S(je, null, [V.title ? S("div", {
|
|
1051
1051
|
class: "notification-title"
|
|
1052
1052
|
}, [V.title]) : null, S("div", {
|
|
1053
1053
|
class: "notification-content"
|
|
@@ -1310,8 +1310,8 @@ function Hi() {
|
|
|
1310
1310
|
var W = T.split("-");
|
|
1311
1311
|
if (!F && W.length > 1) return R(W[0]);
|
|
1312
1312
|
} else {
|
|
1313
|
-
var
|
|
1314
|
-
b[
|
|
1313
|
+
var ae = T.name;
|
|
1314
|
+
b[ae] = T, F = ae;
|
|
1315
1315
|
}
|
|
1316
1316
|
return !D && F && (x = F), F || !D && x;
|
|
1317
1317
|
}, V = function(R, T) {
|
|
@@ -1336,8 +1336,8 @@ function Hi() {
|
|
|
1336
1336
|
if (typeof F == "string" && !/Z$/i.test(F)) {
|
|
1337
1337
|
var W = F.match(f);
|
|
1338
1338
|
if (W) {
|
|
1339
|
-
var
|
|
1340
|
-
return U ? new Date(Date.UTC(W[1],
|
|
1339
|
+
var ae = W[2] - 1 || 0, de = (W[7] || "0").substring(0, 3);
|
|
1340
|
+
return U ? new Date(Date.UTC(W[1], ae, W[3] || 1, W[4] || 0, W[5] || 0, W[6] || 0, de)) : new Date(W[1], ae, W[3] || 1, W[4] || 0, W[5] || 0, W[6] || 0, de);
|
|
1341
1341
|
}
|
|
1342
1342
|
}
|
|
1343
1343
|
return new Date(F);
|
|
@@ -1363,7 +1363,7 @@ function Hi() {
|
|
|
1363
1363
|
}, T.valueOf = function() {
|
|
1364
1364
|
return this.$d.getTime();
|
|
1365
1365
|
}, T.startOf = function(k, D) {
|
|
1366
|
-
var F = this, U = !!H.u(D) || D, W = H.p(k),
|
|
1366
|
+
var F = this, U = !!H.u(D) || D, W = H.p(k), ae = function(Z, Ae) {
|
|
1367
1367
|
var Q = H.w(F.$u ? Date.UTC(F.$y, Ae, Z) : new Date(F.$y, Ae, Z), F);
|
|
1368
1368
|
return U ? Q : Q.endOf(u);
|
|
1369
1369
|
}, de = function(Z, Ae) {
|
|
@@ -1371,12 +1371,12 @@ function Hi() {
|
|
|
1371
1371
|
}, ke = this.$W, _e = this.$M, ve = this.$D, X = "set" + (this.$u ? "UTC" : "");
|
|
1372
1372
|
switch (W) {
|
|
1373
1373
|
case p:
|
|
1374
|
-
return U ?
|
|
1374
|
+
return U ? ae(1, 0) : ae(31, 11);
|
|
1375
1375
|
case d:
|
|
1376
|
-
return U ?
|
|
1376
|
+
return U ? ae(1, _e) : ae(0, _e + 1);
|
|
1377
1377
|
case m:
|
|
1378
1378
|
var se = this.$locale().weekStart || 0, G = (ke < se ? ke + 7 : ke) - se;
|
|
1379
|
-
return
|
|
1379
|
+
return ae(U ? ve - G : ve + (6 - G), _e);
|
|
1380
1380
|
case u:
|
|
1381
1381
|
case C:
|
|
1382
1382
|
return de(X + "Hours", 0);
|
|
@@ -1392,11 +1392,11 @@ function Hi() {
|
|
|
1392
1392
|
}, T.endOf = function(k) {
|
|
1393
1393
|
return this.startOf(k, !1);
|
|
1394
1394
|
}, T.$set = function(k, D) {
|
|
1395
|
-
var F, U = H.p(k), W = "set" + (this.$u ? "UTC" : ""),
|
|
1395
|
+
var F, U = H.p(k), W = "set" + (this.$u ? "UTC" : ""), ae = (F = {}, F[u] = W + "Date", F[C] = W + "Date", F[d] = W + "Month", F[p] = W + "FullYear", F[i] = W + "Hours", F[r] = W + "Minutes", F[s] = W + "Seconds", F[o] = W + "Milliseconds", F)[U], de = U === u ? this.$D + (D - this.$W) : D;
|
|
1396
1396
|
if (U === d || U === p) {
|
|
1397
1397
|
var ke = this.clone().set(C, 1);
|
|
1398
|
-
ke.$d[
|
|
1399
|
-
} else
|
|
1398
|
+
ke.$d[ae](de), ke.init(), this.$d = ke.set(C, Math.min(this.$D, ke.daysInMonth())).$d;
|
|
1399
|
+
} else ae && this.$d[ae](de);
|
|
1400
1400
|
return this.init(), this;
|
|
1401
1401
|
}, T.set = function(k, D) {
|
|
1402
1402
|
return this.clone().$set(k, D);
|
|
@@ -1405,14 +1405,14 @@ function Hi() {
|
|
|
1405
1405
|
}, T.add = function(k, D) {
|
|
1406
1406
|
var F, U = this;
|
|
1407
1407
|
k = Number(k);
|
|
1408
|
-
var W = H.p(D),
|
|
1408
|
+
var W = H.p(D), ae = function(_e) {
|
|
1409
1409
|
var ve = V(U);
|
|
1410
1410
|
return H.w(ve.date(ve.date() + Math.round(_e * k)), U);
|
|
1411
1411
|
};
|
|
1412
1412
|
if (W === d) return this.set(d, this.$M + k);
|
|
1413
1413
|
if (W === p) return this.set(p, this.$y + k);
|
|
1414
|
-
if (W === u) return
|
|
1415
|
-
if (W === m) return
|
|
1414
|
+
if (W === u) return ae(1);
|
|
1415
|
+
if (W === m) return ae(7);
|
|
1416
1416
|
var de = (F = {}, F[r] = a, F[i] = l, F[s] = t, F)[W] || 1, ke = this.$d.getTime() + k * de;
|
|
1417
1417
|
return H.w(ke, this);
|
|
1418
1418
|
}, T.subtract = function(k, D) {
|
|
@@ -1420,10 +1420,10 @@ function Hi() {
|
|
|
1420
1420
|
}, T.format = function(k) {
|
|
1421
1421
|
var D = this, F = this.$locale();
|
|
1422
1422
|
if (!this.isValid()) return F.invalidDate || g;
|
|
1423
|
-
var U = k || "YYYY-MM-DDTHH:mm:ssZ", W = H.z(this),
|
|
1423
|
+
var U = k || "YYYY-MM-DDTHH:mm:ssZ", W = H.z(this), ae = this.$H, de = this.$m, ke = this.$M, _e = F.weekdays, ve = F.months, X = F.meridiem, se = function(Ae, Q, le, fe) {
|
|
1424
1424
|
return Ae && (Ae[Q] || Ae(D, U)) || le[Q].slice(0, fe);
|
|
1425
1425
|
}, G = function(Ae) {
|
|
1426
|
-
return H.s(
|
|
1426
|
+
return H.s(ae % 12 || 12, Ae, "0");
|
|
1427
1427
|
}, Z = X || function(Ae, Q, le) {
|
|
1428
1428
|
var fe = Ae < 12 ? "AM" : "PM";
|
|
1429
1429
|
return le ? fe.toLowerCase() : fe;
|
|
@@ -1456,17 +1456,17 @@ function Hi() {
|
|
|
1456
1456
|
case "dddd":
|
|
1457
1457
|
return _e[D.$W];
|
|
1458
1458
|
case "H":
|
|
1459
|
-
return String(
|
|
1459
|
+
return String(ae);
|
|
1460
1460
|
case "HH":
|
|
1461
|
-
return H.s(
|
|
1461
|
+
return H.s(ae, 2, "0");
|
|
1462
1462
|
case "h":
|
|
1463
1463
|
return G(1);
|
|
1464
1464
|
case "hh":
|
|
1465
1465
|
return G(2);
|
|
1466
1466
|
case "a":
|
|
1467
|
-
return Z(
|
|
1467
|
+
return Z(ae, de, !0);
|
|
1468
1468
|
case "A":
|
|
1469
|
-
return Z(
|
|
1469
|
+
return Z(ae, de, !1);
|
|
1470
1470
|
case "m":
|
|
1471
1471
|
return String(de);
|
|
1472
1472
|
case "mm":
|
|
@@ -1486,10 +1486,10 @@ function Hi() {
|
|
|
1486
1486
|
}, T.utcOffset = function() {
|
|
1487
1487
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1488
1488
|
}, T.diff = function(k, D, F) {
|
|
1489
|
-
var U, W = this,
|
|
1489
|
+
var U, W = this, ae = H.p(D), de = V(k), ke = (de.utcOffset() - this.utcOffset()) * a, _e = this - de, ve = function() {
|
|
1490
1490
|
return H.m(W, de);
|
|
1491
1491
|
};
|
|
1492
|
-
switch (
|
|
1492
|
+
switch (ae) {
|
|
1493
1493
|
case p:
|
|
1494
1494
|
U = ve() / 12;
|
|
1495
1495
|
break;
|
|
@@ -1711,8 +1711,8 @@ function Gi() {
|
|
|
1711
1711
|
return (function(U) {
|
|
1712
1712
|
var W = U.afternoon;
|
|
1713
1713
|
if (W !== void 0) {
|
|
1714
|
-
var
|
|
1715
|
-
W ?
|
|
1714
|
+
var ae = U.hours;
|
|
1715
|
+
W ? ae < 12 && (U.hours += 12) : ae === 12 && (U.hours = 0), delete U.afternoon;
|
|
1716
1716
|
}
|
|
1717
1717
|
})(H), H;
|
|
1718
1718
|
};
|
|
@@ -1729,7 +1729,7 @@ function Gi() {
|
|
|
1729
1729
|
H && (_ = z[2]), i = this.$locale(), !V && _ && (i = v.Ls[_]), this.$d = (function(D, F, U, W) {
|
|
1730
1730
|
try {
|
|
1731
1731
|
if (["x", "X"].indexOf(F) > -1) return new Date((F === "X" ? 1e3 : 1) * D);
|
|
1732
|
-
var
|
|
1732
|
+
var ae = g(F)(D), de = ae.year, ke = ae.month, _e = ae.day, ve = ae.hours, X = ae.minutes, se = ae.seconds, G = ae.milliseconds, Z = ae.zone, Ae = ae.week, Q = /* @__PURE__ */ new Date(), le = _e || (de || ke ? 1 : Q.getDate()), fe = de || Q.getFullYear(), Be = 0;
|
|
1733
1733
|
de && !ke || (Be = ke > 0 ? ke - 1 : Q.getMonth());
|
|
1734
1734
|
var Ft, J = ve || 0, Ce = X || 0, Fe = se || 0, Me = G || 0;
|
|
1735
1735
|
return Z ? new Date(Date.UTC(fe, Be, le, J, Ce, Fe, Me + 60 * Z.offset * 1e3)) : U ? new Date(Date.UTC(fe, Be, le, J, Ce, Fe, Me)) : (Ft = new Date(fe, Be, le, J, Ce, Fe, Me), Ae && (Ft = W(Ft).week(Ae).toDate()), Ft);
|
|
@@ -1789,7 +1789,7 @@ const Nt = ".000000Z", Aa = "YYYY-MM-DDTHH:mm:ss", Ua = "1970-01-01T00:00:00.000
|
|
|
1789
1789
|
Ha(o), t("submit");
|
|
1790
1790
|
};
|
|
1791
1791
|
return (o, s) => (I(), q(Te, {
|
|
1792
|
-
class:
|
|
1792
|
+
class: Xe(e.buttonClass),
|
|
1793
1793
|
"data-cy": e.dataCy,
|
|
1794
1794
|
color: "primary",
|
|
1795
1795
|
type: "submit",
|
|
@@ -1815,7 +1815,7 @@ const Nt = ".000000Z", Aa = "YYYY-MM-DDTHH:mm:ss", Ua = "1970-01-01T00:00:00.000
|
|
|
1815
1815
|
Ha(o), t("reset");
|
|
1816
1816
|
}, { t: l } = Re();
|
|
1817
1817
|
return (o, s) => (I(), q(Te, {
|
|
1818
|
-
class:
|
|
1818
|
+
class: Xe([e.buttonClass, "text-medium-emphasis px-2"]),
|
|
1819
1819
|
"data-cy": e.dataCy,
|
|
1820
1820
|
"min-width": "36px",
|
|
1821
1821
|
variant: "flat",
|
|
@@ -1826,7 +1826,7 @@ const Nt = ".000000Z", Aa = "YYYY-MM-DDTHH:mm:ss", Ua = "1970-01-01T00:00:00.000
|
|
|
1826
1826
|
color: "grey-darken-1",
|
|
1827
1827
|
icon: "mdi-filter-remove-outline"
|
|
1828
1828
|
}),
|
|
1829
|
-
S(
|
|
1829
|
+
S(Je, {
|
|
1830
1830
|
activator: "parent",
|
|
1831
1831
|
location: "bottom"
|
|
1832
1832
|
}, {
|
|
@@ -2044,10 +2044,10 @@ const Au = { class: "a-datetime-picker-time" }, Mu = { class: "a-datetime-picker
|
|
|
2044
2044
|
set: (x) => {
|
|
2045
2045
|
let b = String(x).replace(/[^0-9]/g, "");
|
|
2046
2046
|
if (b && parseInt(b) > 23) {
|
|
2047
|
-
o.value = "23",
|
|
2047
|
+
o.value = "23", qe(() => i.value?.focus());
|
|
2048
2048
|
return;
|
|
2049
2049
|
}
|
|
2050
|
-
b.length > 2 && (b = b.slice(0, 2)), o.value = b, b.length === 2 &&
|
|
2050
|
+
b.length > 2 && (b = b.slice(0, 2)), o.value = b, b.length === 2 && qe(() => i.value?.focus());
|
|
2051
2051
|
}
|
|
2052
2052
|
}), m = P({
|
|
2053
2053
|
get: () => s.value,
|
|
@@ -2061,7 +2061,7 @@ const Au = { class: "a-datetime-picker-time" }, Mu = { class: "a-datetime-picker
|
|
|
2061
2061
|
}
|
|
2062
2062
|
}), d = async (x) => {
|
|
2063
2063
|
const b = x.target;
|
|
2064
|
-
await
|
|
2064
|
+
await qe(), b?.select();
|
|
2065
2065
|
}, h = () => {
|
|
2066
2066
|
const x = parseInt(o.value || "0");
|
|
2067
2067
|
o.value = x >= 0 && x <= 23 ? String(x).padStart(2, "0") : "00";
|
|
@@ -2119,7 +2119,7 @@ const Au = { class: "a-datetime-picker-time" }, Mu = { class: "a-datetime-picker
|
|
|
2119
2119
|
A >= 0 && A <= 23 && V >= 0 && V <= 59 && (l.value = { hours: A, minutes: V });
|
|
2120
2120
|
}), n({
|
|
2121
2121
|
focusHour: $
|
|
2122
|
-
}), (x, b) => (I(),
|
|
2122
|
+
}), (x, b) => (I(), ne("div", Au, [
|
|
2123
2123
|
ye("div", Mu, [
|
|
2124
2124
|
Vn(ye("input", {
|
|
2125
2125
|
ref_key: "hoursRefInput",
|
|
@@ -2271,7 +2271,7 @@ const Au = { class: "a-datetime-picker-time" }, Mu = { class: "a-datetime-picker
|
|
|
2271
2271
|
{ immediate: !0 }
|
|
2272
2272
|
), Ee(l, (D) => {
|
|
2273
2273
|
if (D) {
|
|
2274
|
-
A(), te(p.value) && (te(t.defaultValue) || M(t.defaultValue)) && (t.lastMinuteMoment ? p.value = be().second(59).millisecond(999) : p.value = be().second(0).millisecond(0)),
|
|
2274
|
+
A(), te(p.value) && (te(t.defaultValue) || M(t.defaultValue)) && (t.lastMinuteMoment ? p.value = be().second(59).millisecond(999) : p.value = be().second(0).millisecond(0)), qe(() => {
|
|
2275
2275
|
o.value++;
|
|
2276
2276
|
}), a("onOpen");
|
|
2277
2277
|
return;
|
|
@@ -2312,7 +2312,7 @@ const Au = { class: "a-datetime-picker-time" }, Mu = { class: "a-datetime-picker
|
|
|
2312
2312
|
}, T = () => {
|
|
2313
2313
|
r.value?.focusHour();
|
|
2314
2314
|
}, k = () => {
|
|
2315
|
-
t.lastMinuteMoment ? p.value = be().second(59).millisecond(999) : p.value = be().second(0).millisecond(0),
|
|
2315
|
+
t.lastMinuteMoment ? p.value = be().second(59).millisecond(999) : p.value = be().second(0).millisecond(0), qe(() => {
|
|
2316
2316
|
o.value++, s.value++;
|
|
2317
2317
|
});
|
|
2318
2318
|
};
|
|
@@ -2424,7 +2424,7 @@ const Au = { class: "a-datetime-picker-time" }, Mu = { class: "a-datetime-picker
|
|
|
2424
2424
|
name: "label",
|
|
2425
2425
|
fn: E(() => [
|
|
2426
2426
|
ie(ee(e.label), 1),
|
|
2427
|
-
e.required ? (I(),
|
|
2427
|
+
e.required ? (I(), ne("span", Pu)) : re("", !0)
|
|
2428
2428
|
]),
|
|
2429
2429
|
key: "0"
|
|
2430
2430
|
}
|
|
@@ -3257,11 +3257,11 @@ const Zm = (e, n = {}, t, a = {}, l, o, s = {}) => new Promise((r, i) => {
|
|
|
3257
3257
|
f.value = !0, await F("focus");
|
|
3258
3258
|
}, W = async () => {
|
|
3259
3259
|
await F("hover");
|
|
3260
|
-
},
|
|
3260
|
+
}, ae = P(() => {
|
|
3261
3261
|
if (!p.value.multiple && z.value[0])
|
|
3262
3262
|
return z.value[0].title;
|
|
3263
3263
|
}), de = (Q) => {
|
|
3264
|
-
!p.value.multiple && !f.value && Q.length === 0 ||
|
|
3264
|
+
!p.value.multiple && !f.value && Q.length === 0 || ae.value !== Q && (g.value = Q);
|
|
3265
3265
|
}, { clearOne: ke } = Ct(), _e = () => {
|
|
3266
3266
|
ke(t.name, r, s), o.value.delete(t.name);
|
|
3267
3267
|
}, ve = async () => {
|
|
@@ -3361,7 +3361,7 @@ const Zm = (e, n = {}, t, a = {}, l, o, s = {}) => new Promise((r, i) => {
|
|
|
3361
3361
|
}, {
|
|
3362
3362
|
default: E(() => [
|
|
3363
3363
|
ie(ee(Be.raw.title) + " ", 1),
|
|
3364
|
-
Be.raw.subtitle ? (I(),
|
|
3364
|
+
Be.raw.subtitle ? (I(), ne("span", tc, " (" + ee(Be.raw.subtitle) + ") ", 1)) : re("", !0)
|
|
3365
3365
|
]),
|
|
3366
3366
|
_: 2
|
|
3367
3367
|
}, 1032, ["closable", "text", "disabled"])
|
|
@@ -3476,7 +3476,7 @@ const Qm = /* @__PURE__ */ De({
|
|
|
3476
3476
|
s.touched = !0;
|
|
3477
3477
|
let se = null;
|
|
3478
3478
|
Se(X) ? se = X.map((G) => G.value) : te(X) || (se = X.value), r[t.name] = se, a("change");
|
|
3479
|
-
},
|
|
3479
|
+
}, ae = async () => {
|
|
3480
3480
|
try {
|
|
3481
3481
|
x.value = await t.fetchItemsMinimal(
|
|
3482
3482
|
$,
|
|
@@ -3577,7 +3577,7 @@ const Qm = /* @__PURE__ */ De({
|
|
|
3577
3577
|
onBlur: v,
|
|
3578
3578
|
onFocus: k,
|
|
3579
3579
|
onMouseenter: D,
|
|
3580
|
-
"onClick:clear":
|
|
3580
|
+
"onClick:clear": ae
|
|
3581
3581
|
}, {
|
|
3582
3582
|
item: E(({ props: G, internalItem: Z }) => [
|
|
3583
3583
|
he(X.$slots, "item", {
|
|
@@ -3691,7 +3691,7 @@ const Qm = /* @__PURE__ */ De({
|
|
|
3691
3691
|
return r[t.nameFrom];
|
|
3692
3692
|
},
|
|
3693
3693
|
set(L) {
|
|
3694
|
-
r[t.nameFrom] = L, A(L), s.touched = !0,
|
|
3694
|
+
r[t.nameFrom] = L, A(L), s.touched = !0, qe(() => {
|
|
3695
3695
|
a("change");
|
|
3696
3696
|
});
|
|
3697
3697
|
}
|
|
@@ -3759,7 +3759,7 @@ const Qm = /* @__PURE__ */ De({
|
|
|
3759
3759
|
};
|
|
3760
3760
|
return (L, _) => {
|
|
3761
3761
|
const R = rn("ABtnTertiary"), T = rn("ABtnPrimary");
|
|
3762
|
-
return I(),
|
|
3762
|
+
return I(), ne(je, null, [
|
|
3763
3763
|
C.value ? (I(), q(gs, {
|
|
3764
3764
|
key: 0,
|
|
3765
3765
|
label: v.value,
|
|
@@ -3881,7 +3881,7 @@ const Qm = /* @__PURE__ */ De({
|
|
|
3881
3881
|
},
|
|
3882
3882
|
setup(e) {
|
|
3883
3883
|
const n = e;
|
|
3884
|
-
return (t, a) => (I(),
|
|
3884
|
+
return (t, a) => (I(), ne("div", null, ee(n.name), 1));
|
|
3885
3885
|
}
|
|
3886
3886
|
}), lc = /* @__PURE__ */ De({
|
|
3887
3887
|
__name: "AFilterDatetimePicker",
|
|
@@ -4244,7 +4244,7 @@ const dc = { key: 0 }, fc = 32, pr = /* @__PURE__ */ De({
|
|
|
4244
4244
|
}, y = async (b) => {
|
|
4245
4245
|
const O = m.value;
|
|
4246
4246
|
if (te(O)) return;
|
|
4247
|
-
h.value = 1e3, await
|
|
4247
|
+
h.value = 1e3, await qe();
|
|
4248
4248
|
let z = 0, A = 0;
|
|
4249
4249
|
for (let V = 0; V < O.children.length; V++) {
|
|
4250
4250
|
const L = O.children[V].offsetWidth;
|
|
@@ -4274,18 +4274,18 @@ const dc = { key: 0 }, fc = 32, pr = /* @__PURE__ */ De({
|
|
|
4274
4274
|
};
|
|
4275
4275
|
});
|
|
4276
4276
|
return Ee([u, () => $.value.length], ([b]) => {
|
|
4277
|
-
b === !0 || te(m.value) || (d.value = m.value.clientWidth,
|
|
4277
|
+
b === !0 || te(m.value) || (d.value = m.value.clientWidth, qe(() => {
|
|
4278
4278
|
y(d.value);
|
|
4279
4279
|
}));
|
|
4280
4280
|
}), Mo(() => {
|
|
4281
4281
|
f();
|
|
4282
|
-
}), (b, O) => (I(),
|
|
4282
|
+
}), (b, O) => (I(), ne("div", {
|
|
4283
4283
|
ref: "toolbar",
|
|
4284
4284
|
key: $.value.length,
|
|
4285
4285
|
class: "w-100 d-flex overflow-hidden align-center mb-1"
|
|
4286
4286
|
}, [
|
|
4287
|
-
u.value ? (I(),
|
|
4288
|
-
(I(!0),
|
|
4287
|
+
u.value ? (I(), ne("div", dc)) : (I(), ne(je, { key: 1 }, [
|
|
4288
|
+
(I(!0), ne(je, null, Vt(x.value.visible, (z) => (I(), ne("div", {
|
|
4289
4289
|
key: z.id,
|
|
4290
4290
|
class: "white-space-nowrap"
|
|
4291
4291
|
}, [
|
|
@@ -4317,7 +4317,7 @@ const dc = { key: 0 }, fc = 32, pr = /* @__PURE__ */ De({
|
|
|
4317
4317
|
default: E(() => [
|
|
4318
4318
|
S(xa, { density: "compact" }, {
|
|
4319
4319
|
default: E(() => [
|
|
4320
|
-
(I(!0),
|
|
4320
|
+
(I(!0), ne(je, null, Vt(x.value.hidden, (z) => (I(), q(st, {
|
|
4321
4321
|
key: z.id,
|
|
4322
4322
|
onClick: (A) => v(z)
|
|
4323
4323
|
}, {
|
|
@@ -4817,7 +4817,7 @@ function et(e) {
|
|
|
4817
4817
|
newDraggableIndex: Rt
|
|
4818
4818
|
}, e));
|
|
4819
4819
|
}
|
|
4820
|
-
var K, Ne, pe, Le, jt, Ca, Ve, Pt, on, rt, Rn, Rt, ma, Ge, nn = !1, $a = !1, Fa = [], Yt, gt, fo, mo, Ol, Rl, In, tn, Pn, Ln = !1, va = !1, wa,
|
|
4820
|
+
var K, Ne, pe, Le, jt, Ca, Ve, Pt, on, rt, Rn, Rt, ma, Ge, nn = !1, $a = !1, Fa = [], Yt, gt, fo, mo, Ol, Rl, In, tn, Pn, Ln = !1, va = !1, wa, Ze, vo = [], Eo = !1, _a = [], za = typeof document < "u", pa = jo, Pl = na || $t ? "cssFloat" : "float", Tc = za && !hr && !jo && "draggable" in document.createElement("div"), Dr = (function() {
|
|
4821
4821
|
if (za) {
|
|
4822
4822
|
if ($t)
|
|
4823
4823
|
return !1;
|
|
@@ -5088,7 +5088,7 @@ ce.prototype = /** @lends Sortable.prototype */
|
|
|
5088
5088
|
},
|
|
5089
5089
|
_onTouchMove: function(n) {
|
|
5090
5090
|
if (Yt) {
|
|
5091
|
-
var t = this.options, a = t.fallbackTolerance, l = t.fallbackOffset, o = n.touches ? n.touches[0] : n, s = pe && ln(pe, !0), r = pe && s && s.a, i = pe && s && s.d, u = pa &&
|
|
5091
|
+
var t = this.options, a = t.fallbackTolerance, l = t.fallbackOffset, o = n.touches ? n.touches[0] : n, s = pe && ln(pe, !0), r = pe && s && s.a, i = pe && s && s.d, u = pa && Ze && Bl(Ze), m = (o.clientX - Yt.clientX + l.x) / (r || 1) + (u ? u[0] - vo[0] : 0) / (r || 1), d = (o.clientY - Yt.clientY + l.y) / (i || 1) + (u ? u[1] - vo[1] : 0) / (i || 1);
|
|
5092
5092
|
if (!ce.active && !nn) {
|
|
5093
5093
|
if (a && Math.max(Math.abs(o.clientX - this._lastX), Math.abs(o.clientY - this._lastY)) < a)
|
|
5094
5094
|
return;
|
|
@@ -5113,9 +5113,9 @@ ce.prototype = /** @lends Sortable.prototype */
|
|
|
5113
5113
|
if (!pe) {
|
|
5114
5114
|
var n = this.options.fallbackOnBody ? document.body : Le, t = ze(K, !0, pa, !0, n), a = this.options;
|
|
5115
5115
|
if (pa) {
|
|
5116
|
-
for (
|
|
5117
|
-
|
|
5118
|
-
|
|
5116
|
+
for (Ze = n; ue(Ze, "position") === "static" && ue(Ze, "transform") === "none" && Ze !== document; )
|
|
5117
|
+
Ze = Ze.parentNode;
|
|
5118
|
+
Ze !== document.body && Ze !== document.documentElement ? (Ze === document && (Ze = St()), t.top += Ze.scrollTop, t.left += Ze.scrollLeft) : Ze = St(), vo = Bl(Ze);
|
|
5119
5119
|
}
|
|
5120
5120
|
pe = K.cloneNode(!0), lt(pe, a.ghostClass, !1), lt(pe, a.fallbackClass, !0), lt(pe, a.dragClass, !0), ue(pe, "transition", ""), ue(pe, "transform", ""), ue(pe, "box-sizing", "border-box"), ue(pe, "margin", 0), ue(pe, "top", t.top), ue(pe, "left", t.left), ue(pe, "width", t.width), ue(pe, "height", t.height), ue(pe, "opacity", "0.8"), ue(pe, "position", pa ? "absolute" : "fixed"), ue(pe, "zIndex", "100000"), ue(pe, "pointerEvents", "none"), ce.ghost = pe, n.appendChild(pe), ue(pe, "transform-origin", Ol / parseInt(pe.style.width) * 100 + "% " + Rl / parseInt(pe.style.height) * 100 + "%");
|
|
5121
5121
|
}
|
|
@@ -5151,8 +5151,8 @@ ce.prototype = /** @lends Sortable.prototype */
|
|
|
5151
5151
|
fromSortable: h,
|
|
5152
5152
|
target: a,
|
|
5153
5153
|
completed: v,
|
|
5154
|
-
onMove: function(
|
|
5155
|
-
return ha(Le, t, K, l,
|
|
5154
|
+
onMove: function(ae, de) {
|
|
5155
|
+
return ha(Le, t, K, l, ae, ze(ae), n, de);
|
|
5156
5156
|
},
|
|
5157
5157
|
changed: y
|
|
5158
5158
|
}, U));
|
|
@@ -5656,7 +5656,7 @@ function Yc(e, n, t, a = null) {
|
|
|
5656
5656
|
const l = Ra(e), o = l ? [...il(e)] : il(e);
|
|
5657
5657
|
if (t >= 0 && t < o.length) {
|
|
5658
5658
|
const s = o.splice(n, 1)[0];
|
|
5659
|
-
|
|
5659
|
+
qe(() => {
|
|
5660
5660
|
o.splice(t, 0, s), l && (e.value = o);
|
|
5661
5661
|
});
|
|
5662
5662
|
}
|
|
@@ -5720,7 +5720,7 @@ function Qc(e, n, t, a) {
|
|
|
5720
5720
|
};
|
|
5721
5721
|
}
|
|
5722
5722
|
const h = P(() => e.value.map((_, R) => d(_, R))), p = (_ = void 0) => {
|
|
5723
|
-
u.value++, M(_) || a("update:modelValue", _),
|
|
5723
|
+
u.value++, M(_) || a("update:modelValue", _), qe(() => {
|
|
5724
5724
|
n();
|
|
5725
5725
|
});
|
|
5726
5726
|
}, C = (_) => {
|
|
@@ -5886,7 +5886,7 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
5886
5886
|
} = Qc(o, p, a, l);
|
|
5887
5887
|
return Io(() => {
|
|
5888
5888
|
$();
|
|
5889
|
-
}),
|
|
5889
|
+
}), qe(() => {
|
|
5890
5890
|
z.value = document.querySelector("#" + d.value), p();
|
|
5891
5891
|
}), Ee(
|
|
5892
5892
|
() => a.disableDraggable,
|
|
@@ -5908,16 +5908,16 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
5908
5908
|
updateDataAtIndex: T
|
|
5909
5909
|
}), (k, D) => {
|
|
5910
5910
|
const F = rn("ABtnTertiary"), U = rn("ABtnPrimary");
|
|
5911
|
-
return I(),
|
|
5911
|
+
return I(), ne("div", null, [
|
|
5912
5912
|
ye("div", {
|
|
5913
5913
|
id: d.value,
|
|
5914
|
-
class:
|
|
5914
|
+
class: Xe(h.value)
|
|
5915
5915
|
}, [
|
|
5916
|
-
(I(),
|
|
5916
|
+
(I(), ne("div", {
|
|
5917
5917
|
key: B(g),
|
|
5918
|
-
class:
|
|
5918
|
+
class: Xe(B(Vl))
|
|
5919
5919
|
}, [
|
|
5920
|
-
(I(!0),
|
|
5920
|
+
(I(!0), ne(je, null, Vt(B(C), (W, ae) => (I(), ne(je, {
|
|
5921
5921
|
key: W.key
|
|
5922
5922
|
}, [
|
|
5923
5923
|
e.chips ? (I(), q(un, {
|
|
@@ -5937,7 +5937,7 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
5937
5937
|
name: "prepend",
|
|
5938
5938
|
fn: E(() => [
|
|
5939
5939
|
S(we, {
|
|
5940
|
-
class:
|
|
5940
|
+
class: Xe({
|
|
5941
5941
|
[B(xn)]: !0,
|
|
5942
5942
|
[B(xn) + "--disabled"]: e.disableDraggable
|
|
5943
5943
|
}),
|
|
@@ -5958,18 +5958,18 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
5958
5958
|
]),
|
|
5959
5959
|
key: "1"
|
|
5960
5960
|
} : void 0
|
|
5961
|
-
]), 1032, ["size", "prepend-icon", "append-icon", "onClick:close"])) : (I(),
|
|
5961
|
+
]), 1032, ["size", "prepend-icon", "append-icon", "onClick:close"])) : (I(), ne("div", nd, [
|
|
5962
5962
|
ye("div", ad, [
|
|
5963
5963
|
he(k.$slots, "itemBefore", { item: W })
|
|
5964
5964
|
]),
|
|
5965
5965
|
ye("div", {
|
|
5966
|
-
class:
|
|
5967
|
-
"a-sortable-widget__item--last":
|
|
5968
|
-
"a-sortable-widget__item--first":
|
|
5966
|
+
class: Xe(["a-sortable-widget__item", {
|
|
5967
|
+
"a-sortable-widget__item--last": ae + 1 === B(C).length,
|
|
5968
|
+
"a-sortable-widget__item--first": ae === 0
|
|
5969
5969
|
}])
|
|
5970
5970
|
}, [
|
|
5971
5971
|
S(we, {
|
|
5972
|
-
class:
|
|
5972
|
+
class: Xe({
|
|
5973
5973
|
[B(xn)]: !0,
|
|
5974
5974
|
[B(xn) + "--disabled"]: e.disableDraggable
|
|
5975
5975
|
}),
|
|
@@ -5979,7 +5979,7 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
5979
5979
|
he(k.$slots, "item", { item: W })
|
|
5980
5980
|
]),
|
|
5981
5981
|
ye("div", {
|
|
5982
|
-
class:
|
|
5982
|
+
class: Xe(["a-sortable-widget__buttons", { "a-sortable-widget__buttons--permanent": e.permanentButtons }])
|
|
5983
5983
|
}, [
|
|
5984
5984
|
he(k.$slots, "item-buttons", { item: W }, () => [
|
|
5985
5985
|
e.showEditButton ? (I(), q(Te, {
|
|
@@ -5992,7 +5992,7 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
5992
5992
|
}, {
|
|
5993
5993
|
default: E(() => [
|
|
5994
5994
|
S(we, { icon: "mdi-pencil" }),
|
|
5995
|
-
S(
|
|
5995
|
+
S(Je, {
|
|
5996
5996
|
anchor: "bottom",
|
|
5997
5997
|
activator: "parent",
|
|
5998
5998
|
text: B(s)("common.button.edit")
|
|
@@ -6010,7 +6010,7 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
6010
6010
|
}, {
|
|
6011
6011
|
default: E(() => [
|
|
6012
6012
|
S(we, { icon: "mdi-trash-can-outline" }),
|
|
6013
|
-
S(
|
|
6013
|
+
S(Je, {
|
|
6014
6014
|
anchor: "bottom",
|
|
6015
6015
|
activator: "parent",
|
|
6016
6016
|
text: B(s)("common.button.delete")
|
|
@@ -6028,7 +6028,7 @@ const ed = "a-sortable-", td = ["id"], nd = { key: 1 }, ad = { class: "a-sortabl
|
|
|
6028
6028
|
}, {
|
|
6029
6029
|
default: E(() => [
|
|
6030
6030
|
S(we, { icon: "mdi-dots-vertical" }),
|
|
6031
|
-
S(
|
|
6031
|
+
S(Je, {
|
|
6032
6032
|
anchor: "bottom",
|
|
6033
6033
|
activator: "parent",
|
|
6034
6034
|
text: "More options"
|
|
@@ -6243,7 +6243,7 @@ const id = {
|
|
|
6243
6243
|
} finally {
|
|
6244
6244
|
d.value = !1;
|
|
6245
6245
|
}
|
|
6246
|
-
},
|
|
6246
|
+
}, ae = () => {
|
|
6247
6247
|
if (r.value === "add") {
|
|
6248
6248
|
if (y.value.$touch(), y.value.$invalid) {
|
|
6249
6249
|
R();
|
|
@@ -6261,7 +6261,7 @@ const id = {
|
|
|
6261
6261
|
h.value = !1;
|
|
6262
6262
|
}
|
|
6263
6263
|
}, ke = Tt("inputRef"), _e = async (G) => {
|
|
6264
|
-
g.value = { id: G.raw.id, customName: G.raw.customName }, await
|
|
6264
|
+
g.value = { id: G.raw.id, customName: G.raw.customName }, await qe(), ke.value?.focus();
|
|
6265
6265
|
}, ve = async (G) => {
|
|
6266
6266
|
if (te(g.value)) return;
|
|
6267
6267
|
h.value = !0;
|
|
@@ -6336,7 +6336,7 @@ const id = {
|
|
|
6336
6336
|
]),
|
|
6337
6337
|
_: 1
|
|
6338
6338
|
}, 8, ["modelValue"]),
|
|
6339
|
-
r.value === "add" ? (I(),
|
|
6339
|
+
r.value === "add" ? (I(), ne("div", id, [
|
|
6340
6340
|
S(qt, {
|
|
6341
6341
|
title: B(L)("common.filter.bookmark.infoSave")
|
|
6342
6342
|
}, null, 8, ["title"]),
|
|
@@ -6377,8 +6377,8 @@ const id = {
|
|
|
6377
6377
|
]),
|
|
6378
6378
|
_: 1
|
|
6379
6379
|
})
|
|
6380
|
-
])) : r.value === "manage" ? (I(),
|
|
6381
|
-
h.value ? (I(),
|
|
6380
|
+
])) : r.value === "manage" ? (I(), ne("div", ud, [
|
|
6381
|
+
h.value ? (I(), ne("div", cd, [
|
|
6382
6382
|
S(Fo, { indeterminate: "" })
|
|
6383
6383
|
])) : (I(), q(rd, {
|
|
6384
6384
|
key: 1,
|
|
@@ -6399,14 +6399,14 @@ const id = {
|
|
|
6399
6399
|
"onUpdate:modelValue": Z[5] || (Z[5] = (fe) => g.value.customName = fe),
|
|
6400
6400
|
"hide-details": "auto",
|
|
6401
6401
|
v: B(x)
|
|
6402
|
-
}, null, 8, ["modelValue", "v"])) : (I(),
|
|
6402
|
+
}, null, 8, ["modelValue", "v"])) : (I(), ne("div", dd, ee(le.raw.customName), 1))
|
|
6403
6403
|
]),
|
|
6404
6404
|
_: 2
|
|
6405
6405
|
}, [
|
|
6406
6406
|
B(te)(g.value) ? void 0 : {
|
|
6407
6407
|
name: "item-buttons",
|
|
6408
6408
|
fn: E(({ item: le }) => [
|
|
6409
|
-
g.value && g.value.id === le.raw.id ? (I(),
|
|
6409
|
+
g.value && g.value.id === le.raw.id ? (I(), ne("div", fd, [
|
|
6410
6410
|
S(Te, {
|
|
6411
6411
|
icon: "",
|
|
6412
6412
|
size: "x-small",
|
|
@@ -6416,7 +6416,7 @@ const id = {
|
|
|
6416
6416
|
}, {
|
|
6417
6417
|
default: E(() => [
|
|
6418
6418
|
S(we, { icon: "mdi-check" }),
|
|
6419
|
-
S(
|
|
6419
|
+
S(Je, {
|
|
6420
6420
|
anchor: "bottom",
|
|
6421
6421
|
activator: "parent",
|
|
6422
6422
|
text: B(L)("common.button.confirm")
|
|
@@ -6433,7 +6433,7 @@ const id = {
|
|
|
6433
6433
|
}, {
|
|
6434
6434
|
default: E(() => [
|
|
6435
6435
|
S(we, { icon: "mdi-close" }),
|
|
6436
|
-
S(
|
|
6436
|
+
S(Je, {
|
|
6437
6437
|
anchor: "bottom",
|
|
6438
6438
|
activator: "parent",
|
|
6439
6439
|
text: B(L)("common.button.cancel")
|
|
@@ -6465,7 +6465,7 @@ const id = {
|
|
|
6465
6465
|
S(Q, {
|
|
6466
6466
|
"data-cy": "button-confirm",
|
|
6467
6467
|
loading: d.value,
|
|
6468
|
-
onClick: me(
|
|
6468
|
+
onClick: me(ae, ["stop"])
|
|
6469
6469
|
}, {
|
|
6470
6470
|
default: E(() => [
|
|
6471
6471
|
ie(ee(r.value === "add" ? B(L)("common.button.add") : B(L)("common.filter.bookmark.saveBookmarkOrder")), 1)
|
|
@@ -6504,9 +6504,9 @@ const id = {
|
|
|
6504
6504
|
const n = it(e, "dialog"), t = (l) => {
|
|
6505
6505
|
Ha(l), n.value = !0;
|
|
6506
6506
|
}, { t: a } = Re();
|
|
6507
|
-
return (l, o) => (I(),
|
|
6507
|
+
return (l, o) => (I(), ne(je, null, [
|
|
6508
6508
|
S(Te, {
|
|
6509
|
-
class:
|
|
6509
|
+
class: Xe([e.buttonClass, "text-medium-emphasis px-2"]),
|
|
6510
6510
|
"data-cy": e.dataCy,
|
|
6511
6511
|
"min-width": "36px",
|
|
6512
6512
|
variant: "flat",
|
|
@@ -6517,7 +6517,7 @@ const id = {
|
|
|
6517
6517
|
color: "grey-darken-1",
|
|
6518
6518
|
icon: "mdi-bookmark-outline"
|
|
6519
6519
|
}),
|
|
6520
|
-
S(
|
|
6520
|
+
S(Je, {
|
|
6521
6521
|
activator: "parent",
|
|
6522
6522
|
location: "bottom"
|
|
6523
6523
|
}, {
|
|
@@ -6575,15 +6575,15 @@ const id = {
|
|
|
6575
6575
|
const d = N(/* @__PURE__ */ new Map());
|
|
6576
6576
|
sn(pt, d);
|
|
6577
6577
|
const h = () => {
|
|
6578
|
-
m.value++,
|
|
6578
|
+
m.value++, qe(() => {
|
|
6579
6579
|
l("submit"), s();
|
|
6580
6580
|
});
|
|
6581
6581
|
}, { clearAll: p, clearAllFilterSelected: C } = Ct(), g = () => {
|
|
6582
|
-
|
|
6582
|
+
qe(() => {
|
|
6583
6583
|
m.value++, l("bookmarkLoadAfter"), s();
|
|
6584
6584
|
});
|
|
6585
6585
|
}, f = () => {
|
|
6586
|
-
p(i, r), C(i, r, d),
|
|
6586
|
+
p(i, r), C(i, r, d), qe(() => {
|
|
6587
6587
|
m.value++, l("reset"), s();
|
|
6588
6588
|
});
|
|
6589
6589
|
}, c = P(() => r.touched), v = P(() => Object.entries(r.fields).filter(([, y]) => !y.render.skip).map(([y]) => y));
|
|
@@ -6623,7 +6623,7 @@ const id = {
|
|
|
6623
6623
|
he(y.$slots, "detail", {}, () => [
|
|
6624
6624
|
S(Kt, null, {
|
|
6625
6625
|
default: E(() => [
|
|
6626
|
-
(I(!0),
|
|
6626
|
+
(I(!0), ne(je, null, Vt(v.value, (x) => (I(), q(xt, {
|
|
6627
6627
|
key: x,
|
|
6628
6628
|
cols: B(r).fields[x].render.xs || 12,
|
|
6629
6629
|
sm: B(r).fields[x].render.sm || 12,
|
|
@@ -6645,7 +6645,7 @@ const id = {
|
|
|
6645
6645
|
})
|
|
6646
6646
|
])
|
|
6647
6647
|
]),
|
|
6648
|
-
e.hideButtons ? re("", !0) : (I(),
|
|
6648
|
+
e.hideButtons ? re("", !0) : (I(), ne("div", hd, [
|
|
6649
6649
|
he(y.$slots, "buttons", {}, () => [
|
|
6650
6650
|
S(rr, { touched: c.value }, null, 8, ["touched"]),
|
|
6651
6651
|
S(sr, { onReset: f }),
|
|
@@ -6676,7 +6676,7 @@ const id = {
|
|
|
6676
6676
|
Ha(s), a.value = !a.value, t("advancedFilter");
|
|
6677
6677
|
}, { t: o } = Re();
|
|
6678
6678
|
return (s, r) => (I(), q(Te, {
|
|
6679
|
-
class:
|
|
6679
|
+
class: Xe(e.buttonClass),
|
|
6680
6680
|
"data-cy": e.dataCy,
|
|
6681
6681
|
icon: "",
|
|
6682
6682
|
size: "x-small",
|
|
@@ -6685,7 +6685,7 @@ const id = {
|
|
|
6685
6685
|
}, {
|
|
6686
6686
|
default: E(() => [
|
|
6687
6687
|
S(we, { icon: "mdi-filter-variant" }),
|
|
6688
|
-
S(
|
|
6688
|
+
S(Je, {
|
|
6689
6689
|
activator: "parent",
|
|
6690
6690
|
location: "bottom"
|
|
6691
6691
|
}, {
|
|
@@ -6717,12 +6717,12 @@ const id = {
|
|
|
6717
6717
|
}), { clearOneFilterSelected: r, isClearable: i } = Ct(), u = (m, d) => {
|
|
6718
6718
|
r(m, d, t, n, a), n.touched = !0;
|
|
6719
6719
|
};
|
|
6720
|
-
return (m, d) => (I(!0),
|
|
6720
|
+
return (m, d) => (I(!0), ne(je, null, Vt(s.value, (h) => (I(), ne("div", {
|
|
6721
6721
|
key: h.name,
|
|
6722
6722
|
class: "a-selected-filters"
|
|
6723
6723
|
}, [
|
|
6724
6724
|
ye("div", bd, ee(h.title) + ": ", 1),
|
|
6725
|
-
(I(!0),
|
|
6725
|
+
(I(!0), ne(je, null, Vt(h.options, (p) => (I(), ne("div", {
|
|
6726
6726
|
key: p.value,
|
|
6727
6727
|
class: "a-selected-filters__chips"
|
|
6728
6728
|
}, [
|
|
@@ -6791,15 +6791,15 @@ const id = {
|
|
|
6791
6791
|
const d = N(/* @__PURE__ */ new Map());
|
|
6792
6792
|
sn(pt, d);
|
|
6793
6793
|
const h = () => {
|
|
6794
|
-
m.value++,
|
|
6794
|
+
m.value++, qe(() => {
|
|
6795
6795
|
l("submit");
|
|
6796
6796
|
});
|
|
6797
6797
|
}, { clearAll: p, clearAllFilterSelected: C } = Ct(), g = () => {
|
|
6798
|
-
|
|
6798
|
+
qe(() => {
|
|
6799
6799
|
m.value++, l("bookmarkLoadAfter");
|
|
6800
6800
|
});
|
|
6801
6801
|
}, f = () => {
|
|
6802
|
-
p(i, r), C(i, r, d),
|
|
6802
|
+
p(i, r), C(i, r, d), qe(() => {
|
|
6803
6803
|
m.value++, l("reset");
|
|
6804
6804
|
});
|
|
6805
6805
|
}, c = () => {
|
|
@@ -6903,16 +6903,16 @@ const id = {
|
|
|
6903
6903
|
]),
|
|
6904
6904
|
_: 3
|
|
6905
6905
|
})),
|
|
6906
|
-
e.hideMore ? re("", !0) : (I(),
|
|
6906
|
+
e.hideMore ? re("", !0) : (I(), ne("div", kd, [
|
|
6907
6907
|
(I(), q(Ul(e.alwaysVisible ? "div" : "VSlideYTransition"), null, {
|
|
6908
6908
|
default: E(() => [
|
|
6909
6909
|
Vn(ye("div", {
|
|
6910
|
-
class:
|
|
6910
|
+
class: Xe({ "mt-6 pa-4 system-border-a": !e.alwaysVisible })
|
|
6911
6911
|
}, [
|
|
6912
6912
|
he($.$slots, "detail", {}, () => [
|
|
6913
6913
|
S(Kt, null, {
|
|
6914
6914
|
default: E(() => [
|
|
6915
|
-
(I(!0),
|
|
6915
|
+
(I(!0), ne(je, null, Vt(y.value, (b) => (I(), q(xt, {
|
|
6916
6916
|
key: b,
|
|
6917
6917
|
cols: B(r).fields[b].render.xs || 12,
|
|
6918
6918
|
sm: B(r).fields[b].render.sm || 6,
|
|
@@ -7293,8 +7293,8 @@ function _d(e) {
|
|
|
7293
7293
|
const h = new Set(d ?? []), p = m.find((g) => !h.has(g));
|
|
7294
7294
|
if (p === void 0 || !e.isInlineEdit.value) return;
|
|
7295
7295
|
const C = e.findEntry(p);
|
|
7296
|
-
C && (t.value.has(p) || t.value.set(p, Oe(C.data)), n.value.add(p), e.afterAutoOpen?.(p),
|
|
7297
|
-
|
|
7296
|
+
C && (t.value.has(p) || t.value.set(p, Oe(C.data)), n.value.add(p), e.afterAutoOpen?.(p), qe(() => {
|
|
7297
|
+
qe(() => {
|
|
7298
7298
|
e.rowsContainer.value?.querySelector(
|
|
7299
7299
|
`${e.rowSelector}[data-id="${CSS.escape(String(p))}"]`
|
|
7300
7300
|
)?.scrollIntoView({ block: "center", behavior: "smooth" });
|
|
@@ -7477,7 +7477,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
7477
7477
|
}),
|
|
7478
7478
|
S(La, null, {
|
|
7479
7479
|
default: E(() => [
|
|
7480
|
-
e.itemLabel ? (I(),
|
|
7480
|
+
e.itemLabel ? (I(), ne("p", Rd, ee(B(o)("common.sortable.moveToPosition.itemDescription", { label: e.itemLabel })), 1)) : re("", !0),
|
|
7481
7481
|
S(Kn, {
|
|
7482
7482
|
modelValue: s.value,
|
|
7483
7483
|
"onUpdate:modelValue": h[0] || (h[0] = (p) => s.value = p),
|
|
@@ -7543,7 +7543,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
7543
7543
|
emits: ["add"],
|
|
7544
7544
|
setup(e) {
|
|
7545
7545
|
const { t: n } = Re();
|
|
7546
|
-
return (t, a) => (I(),
|
|
7546
|
+
return (t, a) => (I(), ne("div", Ld, [
|
|
7547
7547
|
ye("h3", Vd, ee(e.title), 1),
|
|
7548
7548
|
ye("p", Nd, ee(e.text), 1),
|
|
7549
7549
|
e.addLabel && e.canAdd ? (I(), q(Te, {
|
|
@@ -7578,30 +7578,36 @@ const Od = /* @__PURE__ */ De({
|
|
|
7578
7578
|
},
|
|
7579
7579
|
setup(e) {
|
|
7580
7580
|
const { t: n } = Re();
|
|
7581
|
-
return (t, a) => (I(),
|
|
7581
|
+
return (t, a) => (I(), ne("div", Yd, [
|
|
7582
7582
|
e.hasPendingChanges ? (I(), q(we, {
|
|
7583
7583
|
key: 0,
|
|
7584
7584
|
icon: "mdi-circle-medium",
|
|
7585
7585
|
color: "warning",
|
|
7586
7586
|
size: "18"
|
|
7587
7587
|
})) : re("", !0),
|
|
7588
|
-
e.error ? (I(),
|
|
7588
|
+
e.error ? (I(), ne("span", Hd, ee(e.error), 1)) : e.hasPendingChanges ? (I(), ne("span", zd, ee(B(n)("common.sortable.pendingChanges", { count: e.pendingCount })), 1)) : (I(), ne("span", jd, ee(B(n)("common.sortable.noPendingChanges")), 1))
|
|
7589
7589
|
]));
|
|
7590
7590
|
}
|
|
7591
|
-
}), Kd =
|
|
7591
|
+
}), Kd = ["title"], Wd = /* @__PURE__ */ De({
|
|
7592
7592
|
__name: "LeUnsavedLabel",
|
|
7593
7593
|
props: {
|
|
7594
|
-
label: { default: null }
|
|
7594
|
+
label: { default: null },
|
|
7595
|
+
dotOnly: { type: Boolean, default: !1 }
|
|
7595
7596
|
},
|
|
7596
7597
|
setup(e) {
|
|
7597
7598
|
const { t: n } = Re();
|
|
7598
|
-
return (t, a) => (I(),
|
|
7599
|
+
return (t, a) => (I(), ne("span", {
|
|
7600
|
+
class: Xe(["a-le-unsaved-label", { "a-le-unsaved-label--dot": e.dotOnly }]),
|
|
7601
|
+
title: e.dotOnly ? e.label ?? B(n)("common.sortable.unsaved") : void 0
|
|
7602
|
+
}, [
|
|
7599
7603
|
S(we, {
|
|
7600
7604
|
icon: "mdi-circle-medium",
|
|
7601
7605
|
size: "12"
|
|
7602
7606
|
}),
|
|
7603
|
-
|
|
7604
|
-
|
|
7607
|
+
e.dotOnly ? re("", !0) : (I(), ne(je, { key: 0 }, [
|
|
7608
|
+
ie(ee(e.label ?? B(n)("common.sortable.unsaved")), 1)
|
|
7609
|
+
], 64))
|
|
7610
|
+
], 10, Kd));
|
|
7605
7611
|
}
|
|
7606
7612
|
}), Gd = /* @__PURE__ */ De({
|
|
7607
7613
|
__name: "LeDragHandle",
|
|
@@ -7739,7 +7745,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
7739
7745
|
}), D = P(() => !a.readonly && !a.disabled && !a.loading), F = P(
|
|
7740
7746
|
() => D.value && !a.disableReorder && o.value.length > 1
|
|
7741
7747
|
), U = P(() => a.embedded), W = P(() => a.allowEditInReorder), {
|
|
7742
|
-
applying:
|
|
7748
|
+
applying: ae,
|
|
7743
7749
|
applyError: de,
|
|
7744
7750
|
hasPendingChanges: ke,
|
|
7745
7751
|
movedCount: _e,
|
|
@@ -8075,7 +8081,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8075
8081
|
touch: h.value,
|
|
8076
8082
|
actions: Kr(w.key)
|
|
8077
8083
|
}), Wr = P(() => ({
|
|
8078
|
-
applying:
|
|
8084
|
+
applying: ae.value,
|
|
8079
8085
|
hasPendingChanges: Q.value,
|
|
8080
8086
|
movedCount: Ae.value,
|
|
8081
8087
|
error: de.value,
|
|
@@ -8120,10 +8126,10 @@ const Od = /* @__PURE__ */ De({
|
|
|
8120
8126
|
enterReorderMode: X,
|
|
8121
8127
|
cancelReorderMode: se,
|
|
8122
8128
|
applyReorder: G
|
|
8123
|
-
}), (w, j) => (I(),
|
|
8129
|
+
}), (w, j) => (I(), ne("div", {
|
|
8124
8130
|
ref_key: "rootEl",
|
|
8125
8131
|
ref: m,
|
|
8126
|
-
class:
|
|
8132
|
+
class: Xe(["a-sortable-list-editor", [
|
|
8127
8133
|
`a-sortable-list-editor--two-rows-${e.twoRows}`,
|
|
8128
8134
|
`a-sortable-list-editor--mode-${s.value}`,
|
|
8129
8135
|
{
|
|
@@ -8138,13 +8144,13 @@ const Od = /* @__PURE__ */ De({
|
|
|
8138
8144
|
]])
|
|
8139
8145
|
}, [
|
|
8140
8146
|
ye("div", Qd, [
|
|
8141
|
-
oa.value ? (I(),
|
|
8147
|
+
oa.value ? (I(), ne("div", ef, [
|
|
8142
8148
|
he(w.$slots, "header", Ue({ title: e.title }, tl.value), () => [
|
|
8143
|
-
e.title ? (I(),
|
|
8149
|
+
e.title ? (I(), ne("h3", tf, ee(e.title), 1)) : re("", !0),
|
|
8144
8150
|
ye("div", nf, [
|
|
8145
8151
|
B(ve) && !e.embedded ? he(w.$slots, "reorder-toolbar", ul(Ue({ key: 0 }, Wr.value)), () => [
|
|
8146
8152
|
S(qd, {
|
|
8147
|
-
class:
|
|
8153
|
+
class: Xe({ "a-le-toolbar-status--pending": Q.value }),
|
|
8148
8154
|
"has-pending-changes": Q.value,
|
|
8149
8155
|
"pending-count": Ae.value,
|
|
8150
8156
|
error: B(de)
|
|
@@ -8152,7 +8158,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8152
8158
|
S(Te, {
|
|
8153
8159
|
variant: "text",
|
|
8154
8160
|
size: "small",
|
|
8155
|
-
disabled: B(
|
|
8161
|
+
disabled: B(ae),
|
|
8156
8162
|
onClick: B(se)
|
|
8157
8163
|
}, {
|
|
8158
8164
|
default: E(() => [
|
|
@@ -8165,8 +8171,8 @@ const Od = /* @__PURE__ */ De({
|
|
|
8165
8171
|
variant: "flat",
|
|
8166
8172
|
size: "small",
|
|
8167
8173
|
"prepend-icon": "mdi-check",
|
|
8168
|
-
loading: B(
|
|
8169
|
-
disabled: B(
|
|
8174
|
+
loading: B(ae),
|
|
8175
|
+
disabled: B(ae) || !Q.value,
|
|
8170
8176
|
onClick: B(G)
|
|
8171
8177
|
}, {
|
|
8172
8178
|
default: E(() => [
|
|
@@ -8189,7 +8195,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8189
8195
|
icon: "mdi-sort",
|
|
8190
8196
|
size: "18"
|
|
8191
8197
|
}),
|
|
8192
|
-
S(
|
|
8198
|
+
S(Je, {
|
|
8193
8199
|
activator: "parent",
|
|
8194
8200
|
location: "bottom",
|
|
8195
8201
|
text: B(r)("common.sortable.reorder")
|
|
@@ -8214,13 +8220,13 @@ const Od = /* @__PURE__ */ De({
|
|
|
8214
8220
|
])
|
|
8215
8221
|
])
|
|
8216
8222
|
])) : re("", !0),
|
|
8217
|
-
e.loading ? (I(),
|
|
8223
|
+
e.loading ? (I(), ne("div", af, [
|
|
8218
8224
|
S(Fo, {
|
|
8219
8225
|
indeterminate: "",
|
|
8220
8226
|
color: "primary",
|
|
8221
8227
|
size: "32"
|
|
8222
8228
|
})
|
|
8223
|
-
])) : e.error ? (I(),
|
|
8229
|
+
])) : e.error ? (I(), ne("div", of, [
|
|
8224
8230
|
S(Kl, {
|
|
8225
8231
|
type: "error",
|
|
8226
8232
|
variant: "tonal",
|
|
@@ -8232,13 +8238,13 @@ const Od = /* @__PURE__ */ De({
|
|
|
8232
8238
|
]),
|
|
8233
8239
|
_: 1
|
|
8234
8240
|
})
|
|
8235
|
-
])) : !B(ve) && w.$slots["view-body"] ? (I(),
|
|
8241
|
+
])) : !B(ve) && w.$slots["view-body"] ? (I(), ne("div", lf, [
|
|
8236
8242
|
he(w.$slots, "view-body", {
|
|
8237
8243
|
items: o.value,
|
|
8238
8244
|
mode: s.value,
|
|
8239
8245
|
actions: { enterReorderMode: B(X) }
|
|
8240
8246
|
})
|
|
8241
|
-
])) : Go.value ? (I(),
|
|
8247
|
+
])) : Go.value ? (I(), ne("div", rf, [
|
|
8242
8248
|
he(w.$slots, "empty", {
|
|
8243
8249
|
readonly: e.readonly,
|
|
8244
8250
|
disabled: e.disabled,
|
|
@@ -8252,18 +8258,18 @@ const Od = /* @__PURE__ */ De({
|
|
|
8252
8258
|
onAdd: wn
|
|
8253
8259
|
}, null, 8, ["title", "text", "add-label", "can-add"])
|
|
8254
8260
|
])
|
|
8255
|
-
])) : (I(),
|
|
8261
|
+
])) : (I(), ne("div", {
|
|
8256
8262
|
key: 5,
|
|
8257
8263
|
ref_key: "rowsContainer",
|
|
8258
8264
|
ref: b,
|
|
8259
8265
|
class: "a-sortable-list-editor__rows"
|
|
8260
8266
|
}, [
|
|
8261
|
-
(I(!0),
|
|
8267
|
+
(I(!0), ne(je, null, Vt(Bt.value, (Y) => (I(), ne("div", {
|
|
8262
8268
|
key: String(Y.key),
|
|
8263
8269
|
"data-id": String(Y.key),
|
|
8264
8270
|
role: "listitem",
|
|
8265
8271
|
tabindex: B(Qt).rowTabindex(Y.key),
|
|
8266
|
-
class:
|
|
8272
|
+
class: Xe(["a-le-row", {
|
|
8267
8273
|
"a-le-row--two-rows": e.twoRows === "always",
|
|
8268
8274
|
"a-le-row--editing": Y.editing,
|
|
8269
8275
|
"a-le-row--expanded": Y.expanded,
|
|
@@ -8285,11 +8291,14 @@ const Od = /* @__PURE__ */ De({
|
|
|
8285
8291
|
he(w.$slots, "item-compact", Ue({ ref_for: !0 }, Ot(Y)), () => [
|
|
8286
8292
|
ye("span", df, ee(Xo(Y.raw, Y.key)), 1)
|
|
8287
8293
|
]),
|
|
8288
|
-
Y.unsaved ? (I(), q(Wd, {
|
|
8294
|
+
Y.unsaved ? (I(), q(Wd, {
|
|
8295
|
+
key: 0,
|
|
8296
|
+
"dot-only": e.chips
|
|
8297
|
+
}, null, 8, ["dot-only"])) : re("", !0)
|
|
8289
8298
|
]),
|
|
8290
|
-
!e.chips && !B(ve) ? (I(),
|
|
8299
|
+
!e.chips && !B(ve) ? (I(), ne("div", ff, [
|
|
8291
8300
|
he(w.$slots, "item-status", Ue({ ref_for: !0 }, Ot(Y)), () => [
|
|
8292
|
-
e.statusField && Y.raw[e.statusField] != null && Y.raw[e.statusField] !== "" ? (I(),
|
|
8301
|
+
e.statusField && Y.raw[e.statusField] != null && Y.raw[e.statusField] !== "" ? (I(), ne("span", mf, ee(Y.raw[e.statusField]), 1)) : re("", !0)
|
|
8293
8302
|
])
|
|
8294
8303
|
])) : re("", !0),
|
|
8295
8304
|
ye("div", vf, [
|
|
@@ -8311,7 +8320,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8311
8320
|
})
|
|
8312
8321
|
]),
|
|
8313
8322
|
_: 1
|
|
8314
|
-
}, 8, ["onClick"])) : B(ve) ? (I(),
|
|
8323
|
+
}, 8, ["onClick"])) : B(ve) ? (I(), ne(je, { key: 1 }, [
|
|
8315
8324
|
S(Te, {
|
|
8316
8325
|
icon: "",
|
|
8317
8326
|
size: "small",
|
|
@@ -8326,7 +8335,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8326
8335
|
icon: "mdi-arrow-up",
|
|
8327
8336
|
size: "18"
|
|
8328
8337
|
}),
|
|
8329
|
-
S(
|
|
8338
|
+
S(Je, {
|
|
8330
8339
|
activator: "parent",
|
|
8331
8340
|
location: "bottom",
|
|
8332
8341
|
text: B(r)("common.sortable.moveUp")
|
|
@@ -8348,7 +8357,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8348
8357
|
icon: "mdi-arrow-down",
|
|
8349
8358
|
size: "18"
|
|
8350
8359
|
}),
|
|
8351
|
-
S(
|
|
8360
|
+
S(Je, {
|
|
8352
8361
|
activator: "parent",
|
|
8353
8362
|
location: "bottom",
|
|
8354
8363
|
text: B(r)("common.sortable.moveDown")
|
|
@@ -8369,7 +8378,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8369
8378
|
icon: "mdi-dots-vertical",
|
|
8370
8379
|
size: "18"
|
|
8371
8380
|
}),
|
|
8372
|
-
S(
|
|
8381
|
+
S(Je, {
|
|
8373
8382
|
activator: "parent",
|
|
8374
8383
|
location: "bottom",
|
|
8375
8384
|
text: B(r)("common.sortable.more")
|
|
@@ -8472,7 +8481,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8472
8481
|
]),
|
|
8473
8482
|
_: 2
|
|
8474
8483
|
}, 1024)
|
|
8475
|
-
], 64)) : (I(),
|
|
8484
|
+
], 64)) : (I(), ne(je, { key: 2 }, [
|
|
8476
8485
|
e.showEditButton && D.value ? (I(), q(Te, {
|
|
8477
8486
|
key: 0,
|
|
8478
8487
|
icon: "",
|
|
@@ -8488,7 +8497,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8488
8497
|
icon: "mdi-pencil-outline",
|
|
8489
8498
|
size: "18"
|
|
8490
8499
|
}),
|
|
8491
|
-
S(
|
|
8500
|
+
S(Je, {
|
|
8492
8501
|
activator: "parent",
|
|
8493
8502
|
location: "bottom",
|
|
8494
8503
|
text: B(r)("common.sortable.edit")
|
|
@@ -8510,7 +8519,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8510
8519
|
icon: "mdi-trash-can-outline",
|
|
8511
8520
|
size: "18"
|
|
8512
8521
|
}),
|
|
8513
|
-
S(
|
|
8522
|
+
S(Je, {
|
|
8514
8523
|
activator: "parent",
|
|
8515
8524
|
location: "bottom",
|
|
8516
8525
|
text: B(r)("common.sortable.delete")
|
|
@@ -8532,7 +8541,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8532
8541
|
icon: "mdi-dots-vertical",
|
|
8533
8542
|
size: "18"
|
|
8534
8543
|
}),
|
|
8535
|
-
S(
|
|
8544
|
+
S(Je, {
|
|
8536
8545
|
activator: "parent",
|
|
8537
8546
|
location: "bottom",
|
|
8538
8547
|
text: B(r)("common.sortable.more")
|
|
@@ -8570,14 +8579,14 @@ const Od = /* @__PURE__ */ De({
|
|
|
8570
8579
|
])
|
|
8571
8580
|
])
|
|
8572
8581
|
], 8, uf),
|
|
8573
|
-
Y.editing && (e.allowEditInReorder || !B(ve)) && w.$slots.item ? (I(),
|
|
8582
|
+
Y.editing && (e.allowEditInReorder || !B(ve)) && w.$slots.item ? (I(), ne(je, { key: 0 }, [
|
|
8574
8583
|
ye("div", pf, [
|
|
8575
8584
|
ye("div", hf, [
|
|
8576
8585
|
he(w.$slots, "item", Ue({ ref_for: !0 }, Ot(Y)))
|
|
8577
8586
|
])
|
|
8578
8587
|
]),
|
|
8579
8588
|
he(w.$slots, "item-footer", Ue({ ref_for: !0 }, Ot(Y)), () => [
|
|
8580
|
-
Rr.value && !B(ve) ? (I(),
|
|
8589
|
+
Rr.value && !B(ve) ? (I(), ne("div", gf, [
|
|
8581
8590
|
j[2] || (j[2] = ye("div", { class: "a-le-row-footer-spacer" }, null, -1)),
|
|
8582
8591
|
S(Te, {
|
|
8583
8592
|
variant: "text",
|
|
@@ -8603,7 +8612,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8603
8612
|
}, 8, ["disabled", "onClick"])
|
|
8604
8613
|
])) : re("", !0)
|
|
8605
8614
|
])
|
|
8606
|
-
], 64)) : w.$slots["item-readonly"] && (e.readonly || Y.expanded) && (e.allowEditInReorder || !B(ve)) ? (I(),
|
|
8615
|
+
], 64)) : w.$slots["item-readonly"] && (e.readonly || Y.expanded) && (e.allowEditInReorder || !B(ve)) ? (I(), ne("div", bf, [
|
|
8607
8616
|
ye("div", yf, [
|
|
8608
8617
|
he(w.$slots, "item-readonly", Ue({ ref_for: !0 }, Ot(Y)))
|
|
8609
8618
|
])
|
|
@@ -8756,7 +8765,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8756
8765
|
});
|
|
8757
8766
|
};
|
|
8758
8767
|
return Ce(T.value), Ce(R.value), Array.from(J.values());
|
|
8759
|
-
}), U = N(!1), W = P(() => U.value ? !0 : a.loading),
|
|
8768
|
+
}), U = N(!1), W = P(() => U.value ? !0 : a.loading), ae = (J) => {
|
|
8760
8769
|
T.value = [], d.value = Se(J) ? [] : null, y.value = Se(J) ? [] : null;
|
|
8761
8770
|
}, de = (J) => {
|
|
8762
8771
|
const Ce = (Fe) => F.value.find((Me) => Me.value === Fe) ?? { title: `${Fe}`, value: Fe };
|
|
@@ -8871,7 +8880,7 @@ const Od = /* @__PURE__ */ De({
|
|
|
8871
8880
|
async (J, Ce) => {
|
|
8872
8881
|
if (J !== Ce) {
|
|
8873
8882
|
if (k.value && (k.value = !1, await se("mounted", J)), h.value.enabled && v.value && C.value(J), Wl(J)) {
|
|
8874
|
-
|
|
8883
|
+
ae(J);
|
|
8875
8884
|
return;
|
|
8876
8885
|
}
|
|
8877
8886
|
await ke(J);
|
|
@@ -8920,17 +8929,17 @@ const Od = /* @__PURE__ */ De({
|
|
|
8920
8929
|
}, {
|
|
8921
8930
|
default: E(() => [
|
|
8922
8931
|
ie(ee(Me.raw.title) + " ", 1),
|
|
8923
|
-
Me.raw.subtitle ? (I(),
|
|
8932
|
+
Me.raw.subtitle ? (I(), ne("span", wf, " (" + ee(Me.raw.subtitle) + ") ", 1)) : re("", !0)
|
|
8924
8933
|
]),
|
|
8925
8934
|
_: 2
|
|
8926
8935
|
}, 1032, ["closable", "text", "disabled", "onClick:close"])
|
|
8927
8936
|
]),
|
|
8928
8937
|
label: E(() => [
|
|
8929
|
-
e.hideLabel ? re("", !0) : (I(),
|
|
8938
|
+
e.hideLabel ? re("", !0) : (I(), ne("span", {
|
|
8930
8939
|
key: H.value + ""
|
|
8931
8940
|
}, [
|
|
8932
8941
|
ie(ee(V.value) + " ", 1),
|
|
8933
|
-
H.value ? (I(),
|
|
8942
|
+
H.value ? (I(), ne("span", Sf)) : re("", !0)
|
|
8934
8943
|
]))
|
|
8935
8944
|
]),
|
|
8936
8945
|
_: 2
|
|
@@ -9171,4 +9180,4 @@ export {
|
|
|
9171
9180
|
Wl as y,
|
|
9172
9181
|
Gl as z
|
|
9173
9182
|
};
|
|
9174
|
-
//# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-
|
|
9183
|
+
//# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-BT0EDnmK.mjs.map
|