codesaaz-core 0.0.49 → 0.0.50
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/codesaaz.es.js +415 -380
- package/dist/codesaaz.umd.js +21 -21
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/codesaaz.es.js
CHANGED
|
@@ -76,15 +76,15 @@ function rs(t, e, n = {}, o, r, i) {
|
|
|
76
76
|
const m = o.state.value[t];
|
|
77
77
|
!i && !m && (o.state.value[t] = {}), I({});
|
|
78
78
|
let g;
|
|
79
|
-
function h(
|
|
79
|
+
function h(v) {
|
|
80
80
|
let E;
|
|
81
|
-
s = u = !1, typeof
|
|
81
|
+
s = u = !1, typeof v == "function" ? (v(o.state.value[t]), E = {
|
|
82
82
|
type: Un.patchFunction,
|
|
83
83
|
storeId: t,
|
|
84
84
|
events: p
|
|
85
|
-
}) : (Sr(o.state.value[t],
|
|
85
|
+
}) : (Sr(o.state.value[t], v), E = {
|
|
86
86
|
type: Un.patchObject,
|
|
87
|
-
payload:
|
|
87
|
+
payload: v,
|
|
88
88
|
storeId: t,
|
|
89
89
|
events: p
|
|
90
90
|
});
|
|
@@ -93,7 +93,7 @@ function rs(t, e, n = {}, o, r, i) {
|
|
|
93
93
|
g === D && (s = !0);
|
|
94
94
|
}), u = !0, wn(f, E, o.state.value[t]);
|
|
95
95
|
}
|
|
96
|
-
const
|
|
96
|
+
const y = i ? function() {
|
|
97
97
|
const { state: E } = n, D = E ? E() : {};
|
|
98
98
|
this.$patch((B) => {
|
|
99
99
|
Yt(B, D);
|
|
@@ -105,9 +105,9 @@ function rs(t, e, n = {}, o, r, i) {
|
|
|
105
105
|
function x() {
|
|
106
106
|
a.stop(), f = [], d = [], o._s.delete(t);
|
|
107
107
|
}
|
|
108
|
-
const k = (
|
|
109
|
-
if (li in
|
|
110
|
-
return
|
|
108
|
+
const k = (v, E = "") => {
|
|
109
|
+
if (li in v)
|
|
110
|
+
return v[ir] = E, v;
|
|
111
111
|
const D = function() {
|
|
112
112
|
Mr(o);
|
|
113
113
|
const B = Array.from(arguments), A = [], H = [];
|
|
@@ -126,7 +126,7 @@ function rs(t, e, n = {}, o, r, i) {
|
|
|
126
126
|
});
|
|
127
127
|
let N;
|
|
128
128
|
try {
|
|
129
|
-
N =
|
|
129
|
+
N = v.apply(this && this.$id === t ? this : R, B);
|
|
130
130
|
} catch (ne) {
|
|
131
131
|
throw wn(H, ne), ne;
|
|
132
132
|
}
|
|
@@ -139,10 +139,10 @@ function rs(t, e, n = {}, o, r, i) {
|
|
|
139
139
|
$id: t,
|
|
140
140
|
$onAction: si.bind(null, d),
|
|
141
141
|
$patch: h,
|
|
142
|
-
$reset:
|
|
143
|
-
$subscribe(
|
|
144
|
-
const D = si(f,
|
|
145
|
-
(E.flush === "sync" ? u : s) &&
|
|
142
|
+
$reset: y,
|
|
143
|
+
$subscribe(v, E = {}) {
|
|
144
|
+
const D = si(f, v, E.detached, () => B()), B = a.run(() => Ae(() => o.state.value[t], (A) => {
|
|
145
|
+
(E.flush === "sync" ? u : s) && v({
|
|
146
146
|
storeId: t,
|
|
147
147
|
type: Un.direct,
|
|
148
148
|
events: p
|
|
@@ -154,24 +154,24 @@ function rs(t, e, n = {}, o, r, i) {
|
|
|
154
154
|
}, R = Rt(T);
|
|
155
155
|
o._s.set(t, R);
|
|
156
156
|
const w = (o._a && o._a.runWithContext || tu)(() => o._e.run(() => (a = Nl()).run(() => e({ action: k }))));
|
|
157
|
-
for (const
|
|
158
|
-
const E = w[
|
|
157
|
+
for (const v in w) {
|
|
158
|
+
const E = w[v];
|
|
159
159
|
if (Ht(E) && !ru(E) || Qa(E))
|
|
160
|
-
i || (m && ou(E) && (Ht(E) ? E.value = m[
|
|
160
|
+
i || (m && ou(E) && (Ht(E) ? E.value = m[v] : Sr(E, m[v])), o.state.value[t][v] = E);
|
|
161
161
|
else if (typeof E == "function") {
|
|
162
|
-
const D = k(E,
|
|
163
|
-
w[
|
|
162
|
+
const D = k(E, v);
|
|
163
|
+
w[v] = D, l.actions[v] = E;
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
166
|
return Yt(R, w), Yt(Ll(R), w), Object.defineProperty(R, "$state", {
|
|
167
167
|
get: () => o.state.value[t],
|
|
168
|
-
set: (
|
|
168
|
+
set: (v) => {
|
|
169
169
|
h((E) => {
|
|
170
|
-
Yt(E,
|
|
170
|
+
Yt(E, v);
|
|
171
171
|
});
|
|
172
172
|
}
|
|
173
|
-
}), o._p.forEach((
|
|
174
|
-
Yt(R, a.run(() =>
|
|
173
|
+
}), o._p.forEach((v) => {
|
|
174
|
+
Yt(R, a.run(() => v({
|
|
175
175
|
store: R,
|
|
176
176
|
app: o._a,
|
|
177
177
|
pinia: o,
|
|
@@ -534,12 +534,12 @@ function Wo(t, e, n) {
|
|
|
534
534
|
return F.isArrayBuffer(m) || F.isTypedArray(m) ? c && typeof Blob == "function" ? new Blob([m]) : Buffer.from(m) : m;
|
|
535
535
|
}
|
|
536
536
|
function u(m, g, h) {
|
|
537
|
-
let
|
|
537
|
+
let y = m;
|
|
538
538
|
if (m && !h && typeof m == "object") {
|
|
539
539
|
if (F.endsWith(g, "{}"))
|
|
540
540
|
g = o ? g : g.slice(0, -2), m = JSON.stringify(m);
|
|
541
|
-
else if (F.isArray(m) && qu(m) || (F.isFileList(m) || F.endsWith(g, "[]")) && (
|
|
542
|
-
return g = gs(g),
|
|
541
|
+
else if (F.isArray(m) && qu(m) || (F.isFileList(m) || F.endsWith(g, "[]")) && (y = F.toArray(m)))
|
|
542
|
+
return g = gs(g), y.forEach(function(k, T) {
|
|
543
543
|
!(F.isUndefined(k) || k === null) && e.append(
|
|
544
544
|
// eslint-disable-next-line no-nested-ternary
|
|
545
545
|
a === !0 ? di([g], T, i) : a === null ? g : g + "[]",
|
|
@@ -558,14 +558,14 @@ function Wo(t, e, n) {
|
|
|
558
558
|
if (!F.isUndefined(m)) {
|
|
559
559
|
if (f.indexOf(m) !== -1)
|
|
560
560
|
throw Error("Circular reference detected in " + g.join("."));
|
|
561
|
-
f.push(m), F.forEach(m, function(
|
|
562
|
-
(!(F.isUndefined(
|
|
561
|
+
f.push(m), F.forEach(m, function(y, x) {
|
|
562
|
+
(!(F.isUndefined(y) || y === null) && r.call(
|
|
563
563
|
e,
|
|
564
|
-
|
|
564
|
+
y,
|
|
565
565
|
F.isString(x) ? x.trim() : x,
|
|
566
566
|
g,
|
|
567
567
|
d
|
|
568
|
-
)) === !0 && p(
|
|
568
|
+
)) === !0 && p(y, g ? g.concat(x) : [x]);
|
|
569
569
|
}), f.pop();
|
|
570
570
|
}
|
|
571
571
|
}
|
|
@@ -1224,7 +1224,7 @@ const Ss = (t) => {
|
|
|
1224
1224
|
}
|
|
1225
1225
|
let h = new XMLHttpRequest();
|
|
1226
1226
|
h.open(r.method.toUpperCase(), r.url, !0), h.timeout = r.timeout;
|
|
1227
|
-
function
|
|
1227
|
+
function y() {
|
|
1228
1228
|
if (!h)
|
|
1229
1229
|
return;
|
|
1230
1230
|
const k = dt.from(
|
|
@@ -1243,8 +1243,8 @@ const Ss = (t) => {
|
|
|
1243
1243
|
o(w), g();
|
|
1244
1244
|
}, R), h = null;
|
|
1245
1245
|
}
|
|
1246
|
-
"onloadend" in h ? h.onloadend =
|
|
1247
|
-
!h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(
|
|
1246
|
+
"onloadend" in h ? h.onloadend = y : h.onreadystatechange = function() {
|
|
1247
|
+
!h || h.readyState !== 4 || h.status === 0 && !(h.responseURL && h.responseURL.indexOf("file:") === 0) || setTimeout(y);
|
|
1248
1248
|
}, h.onabort = function() {
|
|
1249
1249
|
h && (o(new be("Request aborted", be.ECONNABORTED, t, h)), h = null);
|
|
1250
1250
|
}, h.onerror = function() {
|
|
@@ -1422,15 +1422,15 @@ const _c = async (t) => {
|
|
|
1422
1422
|
duplex: "half"
|
|
1423
1423
|
}), _;
|
|
1424
1424
|
if (F.isFormData(o) && (_ = R.headers.get("content-type")) && u.setContentType(_), R.body) {
|
|
1425
|
-
const [w,
|
|
1425
|
+
const [w, v] = gi(
|
|
1426
1426
|
h,
|
|
1427
1427
|
Fo(hi(c))
|
|
1428
1428
|
);
|
|
1429
|
-
o = yi(R.body, vi, w,
|
|
1429
|
+
o = yi(R.body, vi, w, v);
|
|
1430
1430
|
}
|
|
1431
1431
|
}
|
|
1432
1432
|
F.isString(f) || (f = f ? "include" : "omit");
|
|
1433
|
-
const
|
|
1433
|
+
const y = "credentials" in Request.prototype;
|
|
1434
1434
|
m = new Request(e, {
|
|
1435
1435
|
...d,
|
|
1436
1436
|
signal: p,
|
|
@@ -1438,7 +1438,7 @@ const _c = async (t) => {
|
|
|
1438
1438
|
headers: u.normalize().toJSON(),
|
|
1439
1439
|
body: o,
|
|
1440
1440
|
duplex: "half",
|
|
1441
|
-
credentials:
|
|
1441
|
+
credentials: y ? f : void 0
|
|
1442
1442
|
});
|
|
1443
1443
|
let x = await fetch(m);
|
|
1444
1444
|
const k = $r && (s === "stream" || s === "response");
|
|
@@ -1447,13 +1447,13 @@ const _c = async (t) => {
|
|
|
1447
1447
|
["status", "statusText", "headers"].forEach((E) => {
|
|
1448
1448
|
R[E] = x[E];
|
|
1449
1449
|
});
|
|
1450
|
-
const _ = F.toFiniteNumber(x.headers.get("content-length")), [w,
|
|
1450
|
+
const _ = F.toFiniteNumber(x.headers.get("content-length")), [w, v] = l && gi(
|
|
1451
1451
|
_,
|
|
1452
1452
|
Fo(hi(l), !0)
|
|
1453
1453
|
) || [];
|
|
1454
1454
|
x = new Response(
|
|
1455
1455
|
yi(x.body, vi, w, () => {
|
|
1456
|
-
|
|
1456
|
+
v && v(), g && g();
|
|
1457
1457
|
}),
|
|
1458
1458
|
R
|
|
1459
1459
|
);
|
|
@@ -1470,13 +1470,13 @@ const _c = async (t) => {
|
|
|
1470
1470
|
request: m
|
|
1471
1471
|
});
|
|
1472
1472
|
});
|
|
1473
|
-
} catch (
|
|
1474
|
-
throw g && g(),
|
|
1473
|
+
} catch (y) {
|
|
1474
|
+
throw g && g(), y && y.name === "TypeError" && /fetch/i.test(y.message) ? Object.assign(
|
|
1475
1475
|
new be("Network Error", be.ERR_NETWORK, t, m),
|
|
1476
1476
|
{
|
|
1477
|
-
cause:
|
|
1477
|
+
cause: y.cause || y
|
|
1478
1478
|
}
|
|
1479
|
-
) : be.from(
|
|
1479
|
+
) : be.from(y, y && y.code, t, m);
|
|
1480
1480
|
}
|
|
1481
1481
|
}), _r = {
|
|
1482
1482
|
http: Wu,
|
|
@@ -1997,8 +1997,8 @@ function At() {
|
|
|
1997
1997
|
return await e(`/api/app/v1/${h}/entity/${m}/link/record/${g}?fetchRelatedEntities=true`);
|
|
1998
1998
|
},
|
|
1999
1999
|
saveRelatedEntityRecord: async (m, g, h) => {
|
|
2000
|
-
const
|
|
2001
|
-
return await n(`/api/app/v1/${
|
|
2000
|
+
const y = i();
|
|
2001
|
+
return await n(`/api/app/v1/${y}/entity/${m}/link/record/${g}`, h);
|
|
2002
2002
|
},
|
|
2003
2003
|
getRecord: async (m, g) => {
|
|
2004
2004
|
const h = i();
|
|
@@ -2009,8 +2009,8 @@ function At() {
|
|
|
2009
2009
|
return await n(`/api/app/v1/${h}/entity/${m}/record`, g);
|
|
2010
2010
|
},
|
|
2011
2011
|
updateRecord: async (m, g, h) => {
|
|
2012
|
-
const
|
|
2013
|
-
return await o(`/api/app/v1/${
|
|
2012
|
+
const y = i();
|
|
2013
|
+
return await o(`/api/app/v1/${y}/entity/${m}/record/${g}`, h);
|
|
2014
2014
|
},
|
|
2015
2015
|
deleteRecord: async (m, g) => {
|
|
2016
2016
|
const h = i();
|
|
@@ -2037,7 +2037,7 @@ function Nc(t = "") {
|
|
|
2037
2037
|
endsWith: "ENDS_WITH"
|
|
2038
2038
|
};
|
|
2039
2039
|
let o = I({}), r = I([]), i = I([]), a = I([]);
|
|
2040
|
-
const l = I(""), c = I(1), s = I(25), u = I(0), f = I(0), d = I(0), p = I(!1), m = I([]), g = I(""), h = I({}),
|
|
2040
|
+
const l = I(""), c = I(1), s = I(25), u = I(0), f = I(0), d = I(0), p = I(!1), m = I([]), g = I(""), h = I({}), y = async (B, A = !0) => {
|
|
2041
2041
|
p.value = !0;
|
|
2042
2042
|
try {
|
|
2043
2043
|
const H = await e.getEntityRecords(B);
|
|
@@ -2083,7 +2083,7 @@ function Nc(t = "") {
|
|
|
2083
2083
|
x();
|
|
2084
2084
|
}, w = () => {
|
|
2085
2085
|
x();
|
|
2086
|
-
},
|
|
2086
|
+
}, v = (B) => {
|
|
2087
2087
|
switch (B.toLowerCase()) {
|
|
2088
2088
|
case "integer":
|
|
2089
2089
|
case "int":
|
|
@@ -2125,12 +2125,12 @@ function Nc(t = "") {
|
|
|
2125
2125
|
primarayKeyColumn: h,
|
|
2126
2126
|
onFullTextSearch: w,
|
|
2127
2127
|
getDatatypeByField: E,
|
|
2128
|
-
getColumnDatatype:
|
|
2128
|
+
getColumnDatatype: v,
|
|
2129
2129
|
onSort: T,
|
|
2130
2130
|
onPage: R,
|
|
2131
2131
|
onFilter: _,
|
|
2132
2132
|
fetchEntityFilterData: x,
|
|
2133
|
-
fetchEntityByName:
|
|
2133
|
+
fetchEntityByName: y
|
|
2134
2134
|
};
|
|
2135
2135
|
}
|
|
2136
2136
|
const ot = (t, e) => {
|
|
@@ -2239,8 +2239,8 @@ const ot = (t, e) => {
|
|
|
2239
2239
|
onInput: a[6] || (a[6] = (h) => r(t.column)),
|
|
2240
2240
|
invalid: ((m = t.errors) == null ? void 0 : m.length) > 0
|
|
2241
2241
|
}, null, 8, ["modelValue", "id", "name", "invalid"])),
|
|
2242
|
-
(b(!0), C(ue, null, Re(t.errors, (h,
|
|
2243
|
-
key:
|
|
2242
|
+
(b(!0), C(ue, null, Re(t.errors, (h, y) => (b(), C("div", {
|
|
2243
|
+
key: y,
|
|
2244
2244
|
class: "text-red-500 mt-1 ml-2"
|
|
2245
2245
|
}, [
|
|
2246
2246
|
h.includes("hint:") ? (b(), C("small", Mc, te(h.split(":")[1]), 1)) : (b(), C("small", jc, te(h), 1))
|
|
@@ -2806,13 +2806,13 @@ function Ns(t) {
|
|
|
2806
2806
|
const h = oe(() => {
|
|
2807
2807
|
const O = u.value.reduce(($, M) => (M.errors.length && ($[Ce(M.path)] = M.errors), $), {});
|
|
2808
2808
|
return Object.assign(Object.assign({}, f.value), O);
|
|
2809
|
-
}),
|
|
2809
|
+
}), y = oe(() => vt(h.value).reduce((O, $) => {
|
|
2810
2810
|
const M = h.value[$];
|
|
2811
2811
|
return M != null && M.length && (O[$] = M[0]), O;
|
|
2812
2812
|
}, {})), x = oe(() => u.value.reduce((O, $) => (O[Ce($.path)] = { name: Ce($.path) || "", label: $.label || "" }, O), {})), k = oe(() => u.value.reduce((O, $) => {
|
|
2813
2813
|
var M;
|
|
2814
2814
|
return O[Ce($.path)] = (M = $.bails) !== null && M !== void 0 ? M : !0, O;
|
|
2815
|
-
}, {})), T = Object.assign({}, {}), R = (e = void 0) !== null && e !== void 0 ? e : !1, { initialValues: _, originalInitialValues: w, setInitialValues:
|
|
2815
|
+
}, {})), T = Object.assign({}, {}), R = (e = void 0) !== null && e !== void 0 ? e : !1, { initialValues: _, originalInitialValues: w, setInitialValues: v } = Ed(u, s), E = Cd(u, s, w, y), D = oe(() => u.value.reduce((O, $) => {
|
|
2816
2816
|
const M = Mt(s, Ce($.path));
|
|
2817
2817
|
return Vt(O, Ce($.path), M), O;
|
|
2818
2818
|
}, {})), B = void 0;
|
|
@@ -2856,7 +2856,7 @@ function Ns(t) {
|
|
|
2856
2856
|
validate: $ == null ? void 0 : $.validate,
|
|
2857
2857
|
dirty: oe(() => !Hn(K(L), K(pe)))
|
|
2858
2858
|
});
|
|
2859
|
-
return u.value.push(Fe), d.value[J] = Fe, p(),
|
|
2859
|
+
return u.value.push(Fe), d.value[J] = Fe, p(), y.value[J] && !T[J] && mt(() => {
|
|
2860
2860
|
st(J, { mode: "silent" });
|
|
2861
2861
|
}), Ht(O) && Ae(O, (Le) => {
|
|
2862
2862
|
p();
|
|
@@ -2963,7 +2963,7 @@ function Ns(t) {
|
|
|
2963
2963
|
values: s,
|
|
2964
2964
|
controlledValues: D,
|
|
2965
2965
|
errorBag: h,
|
|
2966
|
-
errors:
|
|
2966
|
+
errors: y,
|
|
2967
2967
|
schema: B,
|
|
2968
2968
|
submitCount: l,
|
|
2969
2969
|
meta: E,
|
|
@@ -3064,7 +3064,7 @@ function Ns(t) {
|
|
|
3064
3064
|
}
|
|
3065
3065
|
function Be(O, $) {
|
|
3066
3066
|
let M = De(O != null && O.values ? O.values : w.value);
|
|
3067
|
-
M = $ != null && $.force ? M : Yn(w.value, M), M = Jt(B) && Et(B.cast) ? B.cast(M) : M,
|
|
3067
|
+
M = $ != null && $.force ? M : Yn(w.value, M), M = Jt(B) && Et(B.cast) ? B.cast(M) : M, v(M, { force: $ == null ? void 0 : $.force }), N((ee) => {
|
|
3068
3068
|
var pe;
|
|
3069
3069
|
ee.__flags.pendingReset = !0, ee.validated = !1, ee.touched = ((pe = O == null ? void 0 : O.touched) === null || pe === void 0 ? void 0 : pe[Ce(ee.path)]) || !1, Ne(Ce(ee.path), Mt(M, Ce(ee.path)), !1), m(Ce(ee.path), void 0);
|
|
3070
3070
|
}), $ != null && $.force ? pt(M, !1) : tt(M, !1), g((O == null ? void 0 : O.errors) || {}), l.value = (O == null ? void 0 : O.submitCount) || 0, mt(() => {
|
|
@@ -3253,78 +3253,78 @@ var fr, Fi;
|
|
|
3253
3253
|
function $d() {
|
|
3254
3254
|
if (Fi) return fr;
|
|
3255
3255
|
Fi = 1;
|
|
3256
|
-
function t(
|
|
3257
|
-
this._maxSize =
|
|
3256
|
+
function t(y) {
|
|
3257
|
+
this._maxSize = y, this.clear();
|
|
3258
3258
|
}
|
|
3259
3259
|
t.prototype.clear = function() {
|
|
3260
3260
|
this._size = 0, this._values = /* @__PURE__ */ Object.create(null);
|
|
3261
|
-
}, t.prototype.get = function(
|
|
3262
|
-
return this._values[
|
|
3263
|
-
}, t.prototype.set = function(
|
|
3264
|
-
return this._size >= this._maxSize && this.clear(),
|
|
3261
|
+
}, t.prototype.get = function(y) {
|
|
3262
|
+
return this._values[y];
|
|
3263
|
+
}, t.prototype.set = function(y, x) {
|
|
3264
|
+
return this._size >= this._maxSize && this.clear(), y in this._values || this._size++, this._values[y] = x;
|
|
3265
3265
|
};
|
|
3266
3266
|
var e = /[^.^\]^[]+|(?=\[\]|\.\.)/g, n = /^\d+$/, o = /^\d/, r = /[~`!#$%\^&*+=\-\[\]\\';,/{}|\\":<>\?]/g, i = /^\s*(['"]?)(.*?)(\1)\s*$/, a = 512, l = new t(a), c = new t(a), s = new t(a);
|
|
3267
3267
|
fr = {
|
|
3268
3268
|
Cache: t,
|
|
3269
3269
|
split: f,
|
|
3270
3270
|
normalizePath: u,
|
|
3271
|
-
setter: function(
|
|
3272
|
-
var x = u(
|
|
3273
|
-
return c.get(
|
|
3274
|
-
for (var _ = 0, w = x.length,
|
|
3271
|
+
setter: function(y) {
|
|
3272
|
+
var x = u(y);
|
|
3273
|
+
return c.get(y) || c.set(y, function(T, R) {
|
|
3274
|
+
for (var _ = 0, w = x.length, v = T; _ < w - 1; ) {
|
|
3275
3275
|
var E = x[_];
|
|
3276
3276
|
if (E === "__proto__" || E === "constructor" || E === "prototype")
|
|
3277
3277
|
return T;
|
|
3278
|
-
|
|
3278
|
+
v = v[x[_++]];
|
|
3279
3279
|
}
|
|
3280
|
-
|
|
3280
|
+
v[x[_]] = R;
|
|
3281
3281
|
});
|
|
3282
3282
|
},
|
|
3283
|
-
getter: function(
|
|
3284
|
-
var k = u(
|
|
3285
|
-
return s.get(
|
|
3283
|
+
getter: function(y, x) {
|
|
3284
|
+
var k = u(y);
|
|
3285
|
+
return s.get(y) || s.set(y, function(R) {
|
|
3286
3286
|
for (var _ = 0, w = k.length; _ < w; )
|
|
3287
3287
|
if (R != null || !x) R = R[k[_++]];
|
|
3288
3288
|
else return;
|
|
3289
3289
|
return R;
|
|
3290
3290
|
});
|
|
3291
3291
|
},
|
|
3292
|
-
join: function(
|
|
3293
|
-
return
|
|
3292
|
+
join: function(y) {
|
|
3293
|
+
return y.reduce(function(x, k) {
|
|
3294
3294
|
return x + (p(k) || n.test(k) ? "[" + k + "]" : (x ? "." : "") + k);
|
|
3295
3295
|
}, "");
|
|
3296
3296
|
},
|
|
3297
|
-
forEach: function(
|
|
3298
|
-
d(Array.isArray(
|
|
3297
|
+
forEach: function(y, x, k) {
|
|
3298
|
+
d(Array.isArray(y) ? y : f(y), x, k);
|
|
3299
3299
|
}
|
|
3300
3300
|
};
|
|
3301
|
-
function u(
|
|
3302
|
-
return l.get(
|
|
3303
|
-
|
|
3304
|
-
f(
|
|
3301
|
+
function u(y) {
|
|
3302
|
+
return l.get(y) || l.set(
|
|
3303
|
+
y,
|
|
3304
|
+
f(y).map(function(x) {
|
|
3305
3305
|
return x.replace(i, "$2");
|
|
3306
3306
|
})
|
|
3307
3307
|
);
|
|
3308
3308
|
}
|
|
3309
|
-
function f(
|
|
3310
|
-
return
|
|
3309
|
+
function f(y) {
|
|
3310
|
+
return y.match(e) || [""];
|
|
3311
3311
|
}
|
|
3312
|
-
function d(
|
|
3313
|
-
var T =
|
|
3312
|
+
function d(y, x, k) {
|
|
3313
|
+
var T = y.length, R, _, w, v;
|
|
3314
3314
|
for (_ = 0; _ < T; _++)
|
|
3315
|
-
R =
|
|
3315
|
+
R = y[_], R && (h(R) && (R = '"' + R + '"'), v = p(R), w = !v && /^\d+$/.test(R), x.call(k, R, v, w, _, y));
|
|
3316
3316
|
}
|
|
3317
|
-
function p(
|
|
3318
|
-
return typeof
|
|
3317
|
+
function p(y) {
|
|
3318
|
+
return typeof y == "string" && y && ["'", '"'].indexOf(y.charAt(0)) !== -1;
|
|
3319
3319
|
}
|
|
3320
|
-
function m(
|
|
3321
|
-
return
|
|
3320
|
+
function m(y) {
|
|
3321
|
+
return y.match(o) && !y.match(n);
|
|
3322
3322
|
}
|
|
3323
|
-
function g(
|
|
3324
|
-
return r.test(
|
|
3323
|
+
function g(y) {
|
|
3324
|
+
return r.test(y);
|
|
3325
3325
|
}
|
|
3326
|
-
function h(
|
|
3327
|
-
return !p(
|
|
3326
|
+
function h(y) {
|
|
3327
|
+
return !p(y) && (m(y) || g(y));
|
|
3328
3328
|
}
|
|
3329
3329
|
return fr;
|
|
3330
3330
|
}
|
|
@@ -3375,11 +3375,11 @@ function Td() {
|
|
|
3375
3375
|
throw new Error("Found unknown node. Make sure to provided all involved nodes. Unknown node: " + JSON.stringify(p));
|
|
3376
3376
|
if (!c[m]) {
|
|
3377
3377
|
c[m] = !0;
|
|
3378
|
-
var
|
|
3379
|
-
if (
|
|
3378
|
+
var y = u.get(p) || /* @__PURE__ */ new Set();
|
|
3379
|
+
if (y = Array.from(y), m = y.length) {
|
|
3380
3380
|
g.add(p);
|
|
3381
3381
|
do {
|
|
3382
|
-
var x =
|
|
3382
|
+
var x = y[--m];
|
|
3383
3383
|
d(x, f.get(x), g);
|
|
3384
3384
|
} while (m);
|
|
3385
3385
|
g.delete(p);
|
|
@@ -3638,7 +3638,7 @@ function kn(t) {
|
|
|
3638
3638
|
parent: m,
|
|
3639
3639
|
context: g,
|
|
3640
3640
|
abortEarly: h = a.spec.abortEarly,
|
|
3641
|
-
disableStackTrace:
|
|
3641
|
+
disableStackTrace: y = a.spec.disableStackTrace
|
|
3642
3642
|
} = r;
|
|
3643
3643
|
function x(B) {
|
|
3644
3644
|
return bn.isRef(B) ? B.getValue(n, m, g) : B;
|
|
@@ -3650,7 +3650,7 @@ function kn(t) {
|
|
|
3650
3650
|
label: a.spec.label,
|
|
3651
3651
|
path: B.path || o,
|
|
3652
3652
|
spec: a.spec,
|
|
3653
|
-
disableStackTrace: B.disableStackTrace ||
|
|
3653
|
+
disableStackTrace: B.disableStackTrace || y
|
|
3654
3654
|
}, f, B.params);
|
|
3655
3655
|
for (const P of Object.keys(A)) A[P] = x(A[P]);
|
|
3656
3656
|
const H = new ct(ct.formatError(B.message || d, A), n, A.path, B.type || s, A.disableStackTrace);
|
|
@@ -4554,12 +4554,12 @@ class Ws extends Ft {
|
|
|
4554
4554
|
context: n.context,
|
|
4555
4555
|
parent: c
|
|
4556
4556
|
});
|
|
4557
|
-
let h = d instanceof Ft ? d.spec : void 0,
|
|
4557
|
+
let h = d instanceof Ft ? d.spec : void 0, y = h == null ? void 0 : h.strict;
|
|
4558
4558
|
if (h != null && h.strip) {
|
|
4559
4559
|
u = u || f in r;
|
|
4560
4560
|
continue;
|
|
4561
4561
|
}
|
|
4562
|
-
m = !n.__validating || !
|
|
4562
|
+
m = !n.__validating || !y ? (
|
|
4563
4563
|
// TODO: use _cast, this is double resolving
|
|
4564
4564
|
d.cast(r[f], s)
|
|
4565
4565
|
) : r[f], m !== void 0 && (c[f] = m);
|
|
@@ -4773,7 +4773,7 @@ function Zr(t, e, n) {
|
|
|
4773
4773
|
toast.add({ severity: "error", summary: "Error", detail: z.errorMessage, life: 3e3 });
|
|
4774
4774
|
} finally {
|
|
4775
4775
|
}
|
|
4776
|
-
},
|
|
4776
|
+
}, y = async () => {
|
|
4777
4777
|
var Y;
|
|
4778
4778
|
try {
|
|
4779
4779
|
const z = await o.getRecord(t, e);
|
|
@@ -4831,7 +4831,7 @@ function Zr(t, e, n) {
|
|
|
4831
4831
|
let z = l.value[Y];
|
|
4832
4832
|
z.autoGenerated || (i.value[z.name] = "");
|
|
4833
4833
|
}
|
|
4834
|
-
},
|
|
4834
|
+
}, v = (Y) => {
|
|
4835
4835
|
let z = "";
|
|
4836
4836
|
for (let X = 0; X < l.value.length; X++) {
|
|
4837
4837
|
let ce = l.value[X];
|
|
@@ -4846,7 +4846,7 @@ function Zr(t, e, n) {
|
|
|
4846
4846
|
return Object.entries(i.value).filter(([X]) => !Y.includes(X)).map(([X, ce]) => ({
|
|
4847
4847
|
recordColumnName: X,
|
|
4848
4848
|
recordColumnValue: ce,
|
|
4849
|
-
columnType:
|
|
4849
|
+
columnType: v(X)
|
|
4850
4850
|
}));
|
|
4851
4851
|
}, D = async (Y = {}) => {
|
|
4852
4852
|
try {
|
|
@@ -4934,7 +4934,7 @@ function Zr(t, e, n) {
|
|
|
4934
4934
|
clearErrors: q,
|
|
4935
4935
|
saveRecord: D,
|
|
4936
4936
|
fetchAllRecords: h,
|
|
4937
|
-
fetchRecord:
|
|
4937
|
+
fetchRecord: y,
|
|
4938
4938
|
getRelatedEntityRecordById: x,
|
|
4939
4939
|
cancleRecord: N,
|
|
4940
4940
|
saveRelatedEntityRecord: _
|
|
@@ -5037,21 +5037,21 @@ const lf = {
|
|
|
5037
5037
|
d("update:modelValue", f.value[s.relatedEntityColumn]);
|
|
5038
5038
|
}, g = () => {
|
|
5039
5039
|
for (let h = 0; h < u.value.result.length; h++) {
|
|
5040
|
-
const
|
|
5041
|
-
if (
|
|
5042
|
-
f.value =
|
|
5040
|
+
const y = u.value.result[h];
|
|
5041
|
+
if (y[s.relatedEntityColumn] == s.modelValue) {
|
|
5042
|
+
f.value = y;
|
|
5043
5043
|
break;
|
|
5044
5044
|
}
|
|
5045
5045
|
}
|
|
5046
5046
|
};
|
|
5047
|
-
return (h,
|
|
5047
|
+
return (h, y) => {
|
|
5048
5048
|
const x = G("Select");
|
|
5049
5049
|
return b(), C("div", df, [
|
|
5050
5050
|
S("label", { for: t.columnName }, te(t.columnName), 9, ff),
|
|
5051
5051
|
V(x, {
|
|
5052
5052
|
modelValue: K(f),
|
|
5053
5053
|
"onUpdate:modelValue": [
|
|
5054
|
-
|
|
5054
|
+
y[0] || (y[0] = (k) => Ht(f) ? f.value = k : f = k),
|
|
5055
5055
|
m
|
|
5056
5056
|
],
|
|
5057
5057
|
"item-value": t.relatedEntityColumn,
|
|
@@ -5137,24 +5137,24 @@ const lf = {
|
|
|
5137
5137
|
default: Z(() => {
|
|
5138
5138
|
var h;
|
|
5139
5139
|
return [
|
|
5140
|
-
(b(!0), C(ue, null, Re(K(i), (
|
|
5140
|
+
(b(!0), C(ue, null, Re(K(i), (y, x) => {
|
|
5141
5141
|
var k;
|
|
5142
5142
|
return b(), C("div", { key: x }, [
|
|
5143
|
-
!
|
|
5143
|
+
!y.autoGenerated && !y.foreignKey ? (b(), U(Go, {
|
|
5144
5144
|
key: 0,
|
|
5145
|
-
modelValue: K(r)[
|
|
5146
|
-
"onUpdate:modelValue": (T) => K(r)[
|
|
5147
|
-
column:
|
|
5148
|
-
errors: (k = K(a)[
|
|
5145
|
+
modelValue: K(r)[y.name],
|
|
5146
|
+
"onUpdate:modelValue": (T) => K(r)[y.name] = T,
|
|
5147
|
+
column: y,
|
|
5148
|
+
errors: (k = K(a)[y.name]) == null ? void 0 : k.messages,
|
|
5149
5149
|
onInput: K(c)
|
|
5150
5150
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "column", "errors", "onInput"])) : j("", !0),
|
|
5151
|
-
!
|
|
5151
|
+
!y.autoGenerated && y.foreignKey ? (b(), U(Ks, {
|
|
5152
5152
|
key: 1,
|
|
5153
|
-
modelValue: K(r)[
|
|
5154
|
-
"onUpdate:modelValue": (T) => K(r)[
|
|
5155
|
-
entityName:
|
|
5156
|
-
columnName:
|
|
5157
|
-
relatedEntityColumn:
|
|
5153
|
+
modelValue: K(r)[y.name],
|
|
5154
|
+
"onUpdate:modelValue": (T) => K(r)[y.name] = T,
|
|
5155
|
+
entityName: y.foreignKey.referencedEntityName,
|
|
5156
|
+
columnName: y.name,
|
|
5157
|
+
relatedEntityColumn: y.foreignKey.referencedColumnName
|
|
5158
5158
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "entityName", "columnName", "relatedEntityColumn"])) : j("", !0)
|
|
5159
5159
|
]);
|
|
5160
5160
|
}), 128)),
|
|
@@ -5641,7 +5641,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
5641
5641
|
setup(t) {
|
|
5642
5642
|
const e = et(), n = t;
|
|
5643
5643
|
console.log("columnsToShow", n.columnsToShow);
|
|
5644
|
-
const o = hn(), r = I(n.entityName || o.params.entityName), i = I({}), a = I(""), l = I(!1), c = I(!1), { items: s, headers: u, first: f, totalRecords: d, pageSize: p, loading: m, sortBy: g, sortDirection: h, operatorMap:
|
|
5644
|
+
const o = hn(), r = I(n.entityName || o.params.entityName), i = I({}), a = I(""), l = I(!1), c = I(!1), { items: s, headers: u, first: f, totalRecords: d, pageSize: p, loading: m, sortBy: g, sortDirection: h, operatorMap: y, filterToSend: x, primarayKeyColumn: k, fullTextSearch: T, listingResponse: R, onFullTextSearch: _, getDatatypeByField: w, getColumnDatatype: v, onSort: E, onPage: D, onFilter: B, fetchEntityFilterData: A, fetchEntityByName: H } = Nc(r.value), P = I();
|
|
5645
5645
|
let q = I(!1);
|
|
5646
5646
|
const N = (se) => {
|
|
5647
5647
|
i.value = se.reduce((de, we) => {
|
|
@@ -5684,12 +5684,12 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
5684
5684
|
const we = se[de];
|
|
5685
5685
|
return we.constraints ? we.constraints.filter((Se) => Se.value !== null && Se.value !== "").map((Se) => ({
|
|
5686
5686
|
columnName: de,
|
|
5687
|
-
operator:
|
|
5687
|
+
operator: y[Se.matchMode] ?? Se.matchMode,
|
|
5688
5688
|
value: Se.value,
|
|
5689
5689
|
columnType: w(de)
|
|
5690
5690
|
})) : we.value !== null && we.value !== "" ? {
|
|
5691
5691
|
columnName: de,
|
|
5692
|
-
operator:
|
|
5692
|
+
operator: y[we.matchMode] ?? we.matchMode,
|
|
5693
5693
|
value: we.value,
|
|
5694
5694
|
columnType: w(de)
|
|
5695
5695
|
} : [];
|
|
@@ -5803,7 +5803,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
5803
5803
|
return [
|
|
5804
5804
|
(b(!0), C(ue, null, Re(K(u).filter((_e) => !n.columnsToShow || n.columnsToShow.length === 0 || n.columnsToShow.includes(_e.field)), (_e) => (b(), U(W, {
|
|
5805
5805
|
key: _e.field,
|
|
5806
|
-
dataType: K(
|
|
5806
|
+
dataType: K(v)(_e.datatype),
|
|
5807
5807
|
field: _e.field,
|
|
5808
5808
|
header: _e.name,
|
|
5809
5809
|
sortable: _e.sortable,
|
|
@@ -6033,7 +6033,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6033
6033
|
setup(t) {
|
|
6034
6034
|
hn();
|
|
6035
6035
|
const e = t, n = it(t, "modelValue"), o = new At(), r = I({}), i = I([]), a = I({}), l = I([]), c = I([]), s = I({}), u = I("id"), f = I(1), d = I([]), p = I(25), m = I(0), g = I(0), h = I(0);
|
|
6036
|
-
let
|
|
6036
|
+
let y = I([]);
|
|
6037
6037
|
const x = I(!1), k = {
|
|
6038
6038
|
gt: "GREATER_THAN",
|
|
6039
6039
|
dateAfter: "GREATER_THAN",
|
|
@@ -6078,10 +6078,10 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6078
6078
|
pageSize: p.value,
|
|
6079
6079
|
currentPage: m.value,
|
|
6080
6080
|
columnList: null,
|
|
6081
|
-
filter:
|
|
6081
|
+
filter: y.value,
|
|
6082
6082
|
fullTextSearch: ""
|
|
6083
6083
|
}, W = await o.searchEntityRecords(e.linkedEntity.entityName, Q);
|
|
6084
|
-
W && W.response && (r.value = W.response, l.value = W.response.entity.entityDefinition.columns, c.value = Ne(W.response.entity.entityDefinition.columns), g.value = W.response.totalRecords, await w(), await
|
|
6084
|
+
W && W.response && (r.value = W.response, l.value = W.response.entity.entityDefinition.columns, c.value = Ne(W.response.entity.entityDefinition.columns), g.value = W.response.totalRecords, await w(), await v(), E());
|
|
6085
6085
|
} catch {
|
|
6086
6086
|
} finally {
|
|
6087
6087
|
}
|
|
@@ -6090,7 +6090,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6090
6090
|
const W = l.value[Q];
|
|
6091
6091
|
!W.autoGeneerated && W.foreignKey && W.foreignKey.referencedEntityName.toLowerCase() == e.entity360Name.toLowerCase() && (a.value = W);
|
|
6092
6092
|
}
|
|
6093
|
-
},
|
|
6093
|
+
}, v = async () => {
|
|
6094
6094
|
for (let Q = 0; Q < l.value.length; Q++) {
|
|
6095
6095
|
const W = l.value[Q];
|
|
6096
6096
|
if (W.primaryKey && W.primaryKey == !0) {
|
|
@@ -6211,10 +6211,10 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6211
6211
|
Q.editing = !Q.editing;
|
|
6212
6212
|
}, Se = () => {
|
|
6213
6213
|
let Q = JSON.parse(JSON.stringify(d.value));
|
|
6214
|
-
|
|
6214
|
+
y.value = [];
|
|
6215
6215
|
for (let W = 0; W < Q.length; W++) {
|
|
6216
6216
|
const $e = Q[W];
|
|
6217
|
-
delete $e.editing, $e.columnName && $e.operator && $e.value && ($e.columnType = tt($e.columnName), $e.operator = k[$e.operator],
|
|
6217
|
+
delete $e.editing, $e.columnName && $e.operator && $e.value && ($e.columnType = tt($e.columnName), $e.operator = k[$e.operator], y.value.push($e));
|
|
6218
6218
|
}
|
|
6219
6219
|
_();
|
|
6220
6220
|
}, Ne = (Q) => Q.map((W) => ({
|
|
@@ -6540,7 +6540,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6540
6540
|
const g = async () => {
|
|
6541
6541
|
try {
|
|
6542
6542
|
const R = await e(c.linkedEntity.entityName);
|
|
6543
|
-
R && R.response && (u.value = R.response, await
|
|
6543
|
+
R && R.response && (u.value = R.response, await y(R.response.entity.entityDefinition.columns), await k(), console.log(u.value));
|
|
6544
6544
|
} catch {
|
|
6545
6545
|
} finally {
|
|
6546
6546
|
}
|
|
@@ -6551,7 +6551,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6551
6551
|
} catch {
|
|
6552
6552
|
} finally {
|
|
6553
6553
|
}
|
|
6554
|
-
},
|
|
6554
|
+
}, y = async (R) => {
|
|
6555
6555
|
for (let _ = 0; _ < R.length; _++) {
|
|
6556
6556
|
const w = R[_];
|
|
6557
6557
|
if (w.primaryKey && w.primaryKey == !0) {
|
|
@@ -6584,7 +6584,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6584
6584
|
c.saveExistingEntityObject(R);
|
|
6585
6585
|
};
|
|
6586
6586
|
return (R, _) => {
|
|
6587
|
-
const w = G("Select"),
|
|
6587
|
+
const w = G("Select"), v = G("Divider"), E = G("Button");
|
|
6588
6588
|
return b(), C("div", kp, [
|
|
6589
6589
|
V(w, {
|
|
6590
6590
|
modelValue: K(d),
|
|
@@ -6609,7 +6609,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6609
6609
|
_: 1
|
|
6610
6610
|
}, 8, ["modelValue", "item-value", "options", "optionLabel", "placeholder"]),
|
|
6611
6611
|
S("div", Ep, [
|
|
6612
|
-
V(
|
|
6612
|
+
V(v),
|
|
6613
6613
|
S("div", Op, [
|
|
6614
6614
|
S("div", $p, [
|
|
6615
6615
|
V(E, {
|
|
@@ -6687,7 +6687,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6687
6687
|
};
|
|
6688
6688
|
m(o.entity360Name, o.entity360Id, T);
|
|
6689
6689
|
}
|
|
6690
|
-
},
|
|
6690
|
+
}, y = (x) => {
|
|
6691
6691
|
const k = {
|
|
6692
6692
|
entityLinkage: [
|
|
6693
6693
|
{
|
|
@@ -6699,7 +6699,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6699
6699
|
m(x.linkedEntityName, x.linkedEntityRecordId, k);
|
|
6700
6700
|
};
|
|
6701
6701
|
return (x, k) => {
|
|
6702
|
-
const T = G("Tab"), R = G("TabList"), _ = G("Divider"), w = G("Button"),
|
|
6702
|
+
const T = G("Tab"), R = G("TabList"), _ = G("Divider"), w = G("Button"), v = G("TabPanel"), E = G("TabPanels"), D = G("Tabs"), B = G("Drawer");
|
|
6703
6703
|
return b(), U(B, {
|
|
6704
6704
|
visible: n.value,
|
|
6705
6705
|
"onUpdate:visible": k[3] || (k[3] = (A) => n.value = A),
|
|
@@ -6736,7 +6736,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6736
6736
|
}),
|
|
6737
6737
|
V(E, null, {
|
|
6738
6738
|
default: Z(() => [
|
|
6739
|
-
V(
|
|
6739
|
+
V(v, { value: "0" }, {
|
|
6740
6740
|
default: Z(() => [
|
|
6741
6741
|
(b(!0), C(ue, null, Re(K(c), (A, H) => {
|
|
6742
6742
|
var P;
|
|
@@ -6777,7 +6777,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6777
6777
|
]),
|
|
6778
6778
|
_: 1
|
|
6779
6779
|
}),
|
|
6780
|
-
V(
|
|
6780
|
+
V(v, { value: "1" }, {
|
|
6781
6781
|
default: Z(() => [
|
|
6782
6782
|
t.linkedEntity.relationType == "ONE_TO_MANY" ? (b(), U(wp, {
|
|
6783
6783
|
key: 0,
|
|
@@ -6795,7 +6795,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6795
6795
|
linkedEntity: t.linkedEntity,
|
|
6796
6796
|
entity360Name: t.entity360Name,
|
|
6797
6797
|
entity360Id: t.entity360Id,
|
|
6798
|
-
saveExistingEntityObject:
|
|
6798
|
+
saveExistingEntityObject: y
|
|
6799
6799
|
}, null, 8, ["modelValue", "linkedEntity", "entity360Name", "entity360Id"])) : j("", !0)
|
|
6800
6800
|
]),
|
|
6801
6801
|
_: 1
|
|
@@ -6936,7 +6936,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6936
6936
|
const o = et(), r = hn(), i = t, a = I(!0), l = I(!1), c = I([]);
|
|
6937
6937
|
let s = (B = r == null ? void 0 : r.params) == null ? void 0 : B.entityName, u = (A = r == null ? void 0 : r.params) == null ? void 0 : A.id;
|
|
6938
6938
|
i.entityName && (s = i.entityName), i.recordId && (u = i.recordId);
|
|
6939
|
-
const f = n, { formData: d, columns: p, errors: m, backendErrors: g, isDataChange: h, linkedEntities:
|
|
6939
|
+
const f = n, { formData: d, columns: p, errors: m, backendErrors: g, isDataChange: h, linkedEntities: y, primarayColumn: x, clearErrors: k, saveRecord: T, getRelatedEntityRecordById: R, cancleRecord: _ } = Zr(s, u, f);
|
|
6940
6940
|
Ae(
|
|
6941
6941
|
() => o.globalConfigs.appId,
|
|
6942
6942
|
async (H) => {
|
|
@@ -6946,7 +6946,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6946
6946
|
);
|
|
6947
6947
|
const w = () => {
|
|
6948
6948
|
a.value = !a.value;
|
|
6949
|
-
},
|
|
6949
|
+
}, v = () => {
|
|
6950
6950
|
l.value = !l.value;
|
|
6951
6951
|
}, E = () => {
|
|
6952
6952
|
R();
|
|
@@ -6959,7 +6959,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6959
6959
|
return e({
|
|
6960
6960
|
getRelatedEntity: D
|
|
6961
6961
|
}), Ae(
|
|
6962
|
-
() =>
|
|
6962
|
+
() => y.value,
|
|
6963
6963
|
(H) => {
|
|
6964
6964
|
Array.isArray(H) && H.length > 0 && H[0] && (c.value = H);
|
|
6965
6965
|
},
|
|
@@ -6974,7 +6974,7 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
6974
6974
|
[t.variable || ""]: {
|
|
6975
6975
|
formData: K(d),
|
|
6976
6976
|
columns: K(p),
|
|
6977
|
-
linkedEntities: K(
|
|
6977
|
+
linkedEntities: K(y),
|
|
6978
6978
|
errors: K(m),
|
|
6979
6979
|
recordId: K(u),
|
|
6980
6980
|
entityName: K(s),
|
|
@@ -7090,12 +7090,12 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
7090
7090
|
]),
|
|
7091
7091
|
_: 1
|
|
7092
7092
|
}),
|
|
7093
|
-
((ve = K(
|
|
7093
|
+
((ve = K(y)) == null ? void 0 : ve.length) > 0 ? (b(), C("div", im, [
|
|
7094
7094
|
l.value ? (b(), U(ye, {
|
|
7095
7095
|
key: 0,
|
|
7096
7096
|
icon: "pi pi-caret-right",
|
|
7097
7097
|
rounded: "",
|
|
7098
|
-
onClick:
|
|
7098
|
+
onClick: v,
|
|
7099
7099
|
"aria-label": "Filter",
|
|
7100
7100
|
style: { height: "2rem", width: "2rem", left: "-20px" }
|
|
7101
7101
|
})) : j("", !0),
|
|
@@ -7103,12 +7103,12 @@ const Bf = { key: 0 }, Rf = { key: 1 }, ti = {
|
|
|
7103
7103
|
key: 1,
|
|
7104
7104
|
icon: "pi pi-caret-left",
|
|
7105
7105
|
rounded: "",
|
|
7106
|
-
onClick:
|
|
7106
|
+
onClick: v,
|
|
7107
7107
|
"aria-label": "Filter",
|
|
7108
7108
|
style: { height: "2rem", width: "2rem", left: "-20px" }
|
|
7109
7109
|
})),
|
|
7110
7110
|
l.value ? (b(), C("div", am, [
|
|
7111
|
-
(b(!0), C(ue, null, Re(K(
|
|
7111
|
+
(b(!0), C(ue, null, Re(K(y), (se, de) => (b(), C("div", { key: de }, [
|
|
7112
7112
|
V(qp, {
|
|
7113
7113
|
entity360Name: K(s),
|
|
7114
7114
|
entity360Id: K(u),
|
|
@@ -7167,16 +7167,16 @@ function Zo() {
|
|
|
7167
7167
|
}
|
|
7168
7168
|
}, a = async (_, w) => {
|
|
7169
7169
|
try {
|
|
7170
|
-
let
|
|
7171
|
-
if (
|
|
7172
|
-
return
|
|
7173
|
-
} catch (
|
|
7174
|
-
return
|
|
7170
|
+
let v = await t.addRecord(_.entityName, w);
|
|
7171
|
+
if (v)
|
|
7172
|
+
return v;
|
|
7173
|
+
} catch (v) {
|
|
7174
|
+
return v;
|
|
7175
7175
|
} finally {
|
|
7176
7176
|
}
|
|
7177
|
-
}, l = async (_, w,
|
|
7177
|
+
}, l = async (_, w, v) => {
|
|
7178
7178
|
try {
|
|
7179
|
-
const E = await t.updateRecord(_.entityName, w,
|
|
7179
|
+
const E = await t.updateRecord(_.entityName, w, v);
|
|
7180
7180
|
if (E && E.response)
|
|
7181
7181
|
return E;
|
|
7182
7182
|
} catch (E) {
|
|
@@ -7186,55 +7186,55 @@ function Zo() {
|
|
|
7186
7186
|
}, c = async (_, w) => {
|
|
7187
7187
|
try {
|
|
7188
7188
|
w.filter == null && (w.filter = {}), Object.keys(w.filter).length === 0 && (w.filter = []);
|
|
7189
|
-
const
|
|
7190
|
-
if (
|
|
7191
|
-
return
|
|
7192
|
-
} catch (
|
|
7193
|
-
return
|
|
7189
|
+
const v = await t.searchEntityRecords(_.entityName, w);
|
|
7190
|
+
if (v)
|
|
7191
|
+
return v.response.sortBy = w.sortBy, v.response.filters = w.filter, v.response.sortDirection = w.sortDirection, v.response.fullTextSearch = w.fullTextSearch, v;
|
|
7192
|
+
} catch (v) {
|
|
7193
|
+
return v;
|
|
7194
7194
|
} finally {
|
|
7195
7195
|
}
|
|
7196
7196
|
}, s = async (_, w) => {
|
|
7197
7197
|
try {
|
|
7198
|
-
const
|
|
7199
|
-
if (
|
|
7200
|
-
return
|
|
7201
|
-
} catch (
|
|
7202
|
-
console.error("Error on deleting record:",
|
|
7198
|
+
const v = await t.deleteRecord(_.entityName, w);
|
|
7199
|
+
if (v)
|
|
7200
|
+
return v;
|
|
7201
|
+
} catch (v) {
|
|
7202
|
+
console.error("Error on deleting record:", v.errorMessage);
|
|
7203
7203
|
} finally {
|
|
7204
7204
|
}
|
|
7205
7205
|
}, u = (_) => _.result, f = (_) => {
|
|
7206
|
-
var w,
|
|
7207
|
-
return (
|
|
7206
|
+
var w, v;
|
|
7207
|
+
return (v = (w = _ == null ? void 0 : _.entity) == null ? void 0 : w.entityDefinition) == null ? void 0 : v.columns;
|
|
7208
7208
|
}, d = (_) => {
|
|
7209
7209
|
const w = _.entity.entityDefinition.columns;
|
|
7210
|
-
let
|
|
7210
|
+
let v = {};
|
|
7211
7211
|
for (let E = 0; E < w.length; E++) {
|
|
7212
7212
|
const D = w[E];
|
|
7213
7213
|
if (D.primaryKey && D.primaryKey == !0) {
|
|
7214
|
-
|
|
7214
|
+
v = D;
|
|
7215
7215
|
break;
|
|
7216
7216
|
}
|
|
7217
7217
|
}
|
|
7218
|
-
return
|
|
7218
|
+
return v;
|
|
7219
7219
|
}, p = (_) => {
|
|
7220
7220
|
const w = _.entity.entityDefinition.columns;
|
|
7221
|
-
let
|
|
7221
|
+
let v = {};
|
|
7222
7222
|
for (let E = 0; E < w.length; E++) {
|
|
7223
7223
|
let D = w[E];
|
|
7224
|
-
D.autoGenerated || (
|
|
7224
|
+
D.autoGenerated || (v[D.name] = "");
|
|
7225
7225
|
}
|
|
7226
|
-
return
|
|
7226
|
+
return v;
|
|
7227
7227
|
}, m = (_, w) => {
|
|
7228
|
-
let
|
|
7228
|
+
let v = "";
|
|
7229
7229
|
const E = _.entity.entityDefinition.columns;
|
|
7230
7230
|
for (let D = 0; D < E.length; D++) {
|
|
7231
7231
|
let B = E[D];
|
|
7232
7232
|
if (w == B.name) {
|
|
7233
|
-
|
|
7233
|
+
v = B.type;
|
|
7234
7234
|
break;
|
|
7235
7235
|
}
|
|
7236
7236
|
}
|
|
7237
|
-
return
|
|
7237
|
+
return v;
|
|
7238
7238
|
}, g = (_, w) => {
|
|
7239
7239
|
const E = _.entity.entityDefinition.columns.filter((B) => B.autoGenerated).map((B) => B.name);
|
|
7240
7240
|
return Object.entries(w).filter(([B]) => !E.includes(B)).map(([B, A]) => ({
|
|
@@ -7245,14 +7245,14 @@ function Zo() {
|
|
|
7245
7245
|
}, h = () => {
|
|
7246
7246
|
const _ = o.data.entity.entityDefinition.columns;
|
|
7247
7247
|
return Qr().shape(
|
|
7248
|
-
_.reduce((
|
|
7248
|
+
_.reduce((v, E) => (E.autoGenerated || (v[E.name] = Jr().nullable(!1).test({
|
|
7249
7249
|
name: "custom-validation",
|
|
7250
7250
|
test: function(D) {
|
|
7251
7251
|
const B = [];
|
|
7252
7252
|
let A = "";
|
|
7253
7253
|
if (E.required && (!D || D.trim() === ""))
|
|
7254
7254
|
if (E.validations) {
|
|
7255
|
-
A =
|
|
7255
|
+
A = y(E.validations, "VALIDATE_REQUIRED"), B.push(A);
|
|
7256
7256
|
let H = k(E.validations, "VALIDATE_REQUIRED");
|
|
7257
7257
|
H && (H = "hint:" + H, B.push(H));
|
|
7258
7258
|
} else
|
|
@@ -7260,14 +7260,14 @@ function Zo() {
|
|
|
7260
7260
|
else {
|
|
7261
7261
|
if (E.maxLength && D.length > E.maxLength)
|
|
7262
7262
|
if (E.validations) {
|
|
7263
|
-
A =
|
|
7263
|
+
A = y(E.validations, "VALIDATE_MAXLENGTH"), B.push(A);
|
|
7264
7264
|
let H = k(E.validations, "VALIDATE_MAXLENGTH");
|
|
7265
7265
|
H && (H = "hint:" + H, B.push(H));
|
|
7266
7266
|
} else
|
|
7267
7267
|
A = E.displayName + " cannot exceed from " + E.maxLength + " characters", B.push(A);
|
|
7268
7268
|
if (E.regxId && !new RegExp(x(E.validations, "VALIDATE_REGX")).test(D))
|
|
7269
7269
|
if (E.validations) {
|
|
7270
|
-
A =
|
|
7270
|
+
A = y(E.validations, "VALIDATE_REGX"), B.push(A);
|
|
7271
7271
|
let H = k(E.validations, "VALIDATE_REGX");
|
|
7272
7272
|
H && (H = "hint:" + H, B.push(H));
|
|
7273
7273
|
} else
|
|
@@ -7278,20 +7278,20 @@ function Zo() {
|
|
|
7278
7278
|
// This will return the array of errors
|
|
7279
7279
|
}) : !0;
|
|
7280
7280
|
}
|
|
7281
|
-
})),
|
|
7281
|
+
})), v), {})
|
|
7282
7282
|
);
|
|
7283
|
-
},
|
|
7284
|
-
for (let
|
|
7285
|
-
if (w == _[
|
|
7286
|
-
return _[
|
|
7283
|
+
}, y = (_, w) => {
|
|
7284
|
+
for (let v = 0; v < _.length; v++)
|
|
7285
|
+
if (w == _[v].type)
|
|
7286
|
+
return _[v].message;
|
|
7287
7287
|
}, x = (_, w) => {
|
|
7288
|
-
for (let
|
|
7289
|
-
if (w == _[
|
|
7290
|
-
return _[
|
|
7288
|
+
for (let v = 0; v < _.length; v++)
|
|
7289
|
+
if (w == _[v].type)
|
|
7290
|
+
return _[v].regx;
|
|
7291
7291
|
}, k = (_, w) => {
|
|
7292
|
-
for (let
|
|
7293
|
-
if (w == _[
|
|
7294
|
-
return _[
|
|
7292
|
+
for (let v = 0; v < _.length; v++)
|
|
7293
|
+
if (w == _[v].type)
|
|
7294
|
+
return _[v].hint;
|
|
7295
7295
|
};
|
|
7296
7296
|
return {
|
|
7297
7297
|
state: o,
|
|
@@ -7313,8 +7313,8 @@ function Zo() {
|
|
|
7313
7313
|
return await _.validate(w, { abortEarly: !1 }), n({}), {
|
|
7314
7314
|
validate: !0
|
|
7315
7315
|
};
|
|
7316
|
-
} catch (
|
|
7317
|
-
const E =
|
|
7316
|
+
} catch (v) {
|
|
7317
|
+
const E = v.inner.reduce((A, H) => (A[H.path] || (A[H.path] = { messages: [] }), A[H.path].messages.push(...H.errors), A), {}), D = Object.entries(E).reduce((A, [H, P]) => (A[H] = { messages: P.messages }, A), {});
|
|
7318
7318
|
return n(D), {
|
|
7319
7319
|
validate: !1,
|
|
7320
7320
|
errors: e.value
|
|
@@ -7399,8 +7399,8 @@ const er = {
|
|
|
7399
7399
|
c.value = p.errors;
|
|
7400
7400
|
return;
|
|
7401
7401
|
}
|
|
7402
|
-
const m = n.getPrimaryKeyColumn(n.state.data), g = o.item[m.name], h = { dataDefinitions: n.createDataToSave(n.state.data, i.value) },
|
|
7403
|
-
if (
|
|
7402
|
+
const m = n.getPrimaryKeyColumn(n.state.data), g = o.item[m.name], h = { dataDefinitions: n.createDataToSave(n.state.data, i.value) }, y = await n.updateRecord(n.state.data, g, h);
|
|
7403
|
+
if (y && y.success) {
|
|
7404
7404
|
e.value = !1;
|
|
7405
7405
|
const x = {
|
|
7406
7406
|
sortBy: n.state.data.sortBy,
|
|
@@ -7416,7 +7416,7 @@ const er = {
|
|
|
7416
7416
|
n.setEntity(T);
|
|
7417
7417
|
}
|
|
7418
7418
|
} else
|
|
7419
|
-
|
|
7419
|
+
y.validationErrors && (a.value = JSON.parse(JSON.stringify(y.errvalidationErrorsors)));
|
|
7420
7420
|
}, u = async () => {
|
|
7421
7421
|
const p = await n.validateData(l.value, i.value);
|
|
7422
7422
|
if (!p.validate) {
|
|
@@ -7436,7 +7436,7 @@ const er = {
|
|
|
7436
7436
|
key: 0,
|
|
7437
7437
|
showFooter: !1,
|
|
7438
7438
|
visible: e.value,
|
|
7439
|
-
"onUpdate:visible": m[2] || (m[2] = (
|
|
7439
|
+
"onUpdate:visible": m[2] || (m[2] = (y) => e.value = y),
|
|
7440
7440
|
style: { width: "50rem" },
|
|
7441
7441
|
breakpoints: { "1199px": "75vw", "575px": "90vw" },
|
|
7442
7442
|
modal: !0,
|
|
@@ -7452,18 +7452,18 @@ const er = {
|
|
|
7452
7452
|
icon: "",
|
|
7453
7453
|
label: "Cancel",
|
|
7454
7454
|
severity: "secondary",
|
|
7455
|
-
onClick: m[0] || (m[0] = (
|
|
7455
|
+
onClick: m[0] || (m[0] = (y) => e.value = !1)
|
|
7456
7456
|
}),
|
|
7457
7457
|
V(g, {
|
|
7458
7458
|
type: "button",
|
|
7459
7459
|
icon: "",
|
|
7460
7460
|
label: "Save",
|
|
7461
7461
|
severity: "success",
|
|
7462
|
-
onClick: m[1] || (m[1] = (
|
|
7462
|
+
onClick: m[1] || (m[1] = (y) => f())
|
|
7463
7463
|
})
|
|
7464
7464
|
]),
|
|
7465
7465
|
default: Z(() => {
|
|
7466
|
-
var
|
|
7466
|
+
var y;
|
|
7467
7467
|
return [
|
|
7468
7468
|
(b(!0), C(ue, null, Re(K(r), (x, k) => {
|
|
7469
7469
|
var T;
|
|
@@ -7486,7 +7486,7 @@ const er = {
|
|
|
7486
7486
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "entityName", "columnName", "relatedEntityColumn"])) : j("", !0)
|
|
7487
7487
|
]);
|
|
7488
7488
|
}), 128)),
|
|
7489
|
-
((
|
|
7489
|
+
((y = K(a)) == null ? void 0 : y.length) > 0 ? (b(), U(qs, {
|
|
7490
7490
|
key: 0,
|
|
7491
7491
|
errors: K(a)
|
|
7492
7492
|
}, null, 8, ["errors"])) : j("", !0)
|
|
@@ -7687,36 +7687,36 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7687
7687
|
{ label: "DESC", value: -1 }
|
|
7688
7688
|
];
|
|
7689
7689
|
let f = [];
|
|
7690
|
-
const d = oe(() => t.headers.filter((w) => w.sortable)), p = oe(() => t.headers.filter((w) => w.filterable)), m = (w) => t.headers.filter((
|
|
7690
|
+
const d = oe(() => t.headers.filter((w) => w.sortable)), p = oe(() => t.headers.filter((w) => w.filterable)), m = (w) => t.headers.filter((v) => {
|
|
7691
7691
|
var E;
|
|
7692
|
-
return
|
|
7693
|
-
}).map((
|
|
7694
|
-
label:
|
|
7695
|
-
value:
|
|
7692
|
+
return v.filterable ? ((E = r.value[w]) == null ? void 0 : E.columnName) === v.name ? !0 : !r.value.some((D, B) => B !== w && D.columnName === v.name) : !1;
|
|
7693
|
+
}).map((v) => ({
|
|
7694
|
+
label: v.name,
|
|
7695
|
+
value: v.field
|
|
7696
7696
|
})), g = (w) => {
|
|
7697
|
-
let
|
|
7697
|
+
let v = "";
|
|
7698
7698
|
switch (t.getDatatypeByField(w.columnName).toLowerCase()) {
|
|
7699
7699
|
case "string":
|
|
7700
7700
|
case "uuid":
|
|
7701
|
-
|
|
7701
|
+
v = "startsWith";
|
|
7702
7702
|
break;
|
|
7703
7703
|
case "date":
|
|
7704
|
-
|
|
7704
|
+
v = "dateIs";
|
|
7705
7705
|
break;
|
|
7706
7706
|
case "numeric":
|
|
7707
7707
|
case "int":
|
|
7708
7708
|
case "integer":
|
|
7709
|
-
|
|
7709
|
+
v = "equals";
|
|
7710
7710
|
break;
|
|
7711
7711
|
case "bool":
|
|
7712
7712
|
case "boolean":
|
|
7713
|
-
|
|
7713
|
+
v = "equals";
|
|
7714
7714
|
break;
|
|
7715
7715
|
}
|
|
7716
|
-
w.operator =
|
|
7716
|
+
w.operator = v, w.value = "";
|
|
7717
7717
|
}, h = (w) => {
|
|
7718
|
-
const
|
|
7719
|
-
switch (
|
|
7718
|
+
const v = t.getDatatypeByField(w.columnName);
|
|
7719
|
+
switch (v && v.toLowerCase()) {
|
|
7720
7720
|
case "integer":
|
|
7721
7721
|
case "int":
|
|
7722
7722
|
case "numeric":
|
|
@@ -7733,15 +7733,15 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7733
7733
|
f = a;
|
|
7734
7734
|
}
|
|
7735
7735
|
return f;
|
|
7736
|
-
},
|
|
7736
|
+
}, y = (w) => {
|
|
7737
7737
|
if (w && w.columnName) {
|
|
7738
|
-
const
|
|
7739
|
-
return t.getColumnDatatype(
|
|
7738
|
+
const v = t.getDatatypeByField(w.columnName);
|
|
7739
|
+
return t.getColumnDatatype(v);
|
|
7740
7740
|
} else return "";
|
|
7741
7741
|
}, x = () => {
|
|
7742
7742
|
for (let w = 0; w < r.value.length; w++) {
|
|
7743
|
-
const
|
|
7744
|
-
|
|
7743
|
+
const v = r.value[w];
|
|
7744
|
+
v.editing = !1;
|
|
7745
7745
|
}
|
|
7746
7746
|
r.value.push(
|
|
7747
7747
|
{ columnName: "", value: "", operator: "", editing: !0 }
|
|
@@ -7751,20 +7751,20 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7751
7751
|
}, T = (w) => {
|
|
7752
7752
|
w.editing = !w.editing;
|
|
7753
7753
|
}, R = () => {
|
|
7754
|
-
let w = [],
|
|
7755
|
-
for (let E = 0; E <
|
|
7756
|
-
const D =
|
|
7754
|
+
let w = [], v = JSON.parse(JSON.stringify(r.value));
|
|
7755
|
+
for (let E = 0; E < v.length; E++) {
|
|
7756
|
+
const D = v[E];
|
|
7757
7757
|
delete D.editing, D.columnName && D.operator && D.value && (D.columnType = t.getDatatypeByField(D.columnName), D.operator = t.operatorMap[D.operator], w.push(D));
|
|
7758
7758
|
}
|
|
7759
7759
|
t.filterCallback(w);
|
|
7760
7760
|
}, _ = () => {
|
|
7761
7761
|
t.sortCallback();
|
|
7762
7762
|
};
|
|
7763
|
-
return (w,
|
|
7763
|
+
return (w, v) => {
|
|
7764
7764
|
const E = G("Select"), D = G("Divider"), B = G("InputNumber"), A = G("DatePicker"), H = G("InputText"), P = G("Button"), q = G("Drawer");
|
|
7765
7765
|
return b(), U(q, {
|
|
7766
7766
|
visible: o.value,
|
|
7767
|
-
"onUpdate:visible":
|
|
7767
|
+
"onUpdate:visible": v[4] || (v[4] = (N) => o.value = N),
|
|
7768
7768
|
header: "Sorting and Filter",
|
|
7769
7769
|
blockScroll: !0,
|
|
7770
7770
|
position: "right",
|
|
@@ -7775,34 +7775,34 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7775
7775
|
}, {
|
|
7776
7776
|
default: Z(() => [
|
|
7777
7777
|
S("div", Tm, [
|
|
7778
|
-
|
|
7778
|
+
v[5] || (v[5] = S("div", { class: "col-12 font-bold" }, "Sort Column", -1)),
|
|
7779
7779
|
S("div", Im, [
|
|
7780
7780
|
V(E, {
|
|
7781
7781
|
modelValue: e.value,
|
|
7782
|
-
"onUpdate:modelValue":
|
|
7782
|
+
"onUpdate:modelValue": v[0] || (v[0] = (N) => e.value = N),
|
|
7783
7783
|
options: d.value,
|
|
7784
7784
|
optionLabel: "name",
|
|
7785
7785
|
optionValue: "field",
|
|
7786
7786
|
highlightOnSelect: !1,
|
|
7787
7787
|
class: "w-full",
|
|
7788
|
-
onChange:
|
|
7788
|
+
onChange: v[1] || (v[1] = (N) => _(w.event))
|
|
7789
7789
|
}, null, 8, ["modelValue", "options"])
|
|
7790
7790
|
])
|
|
7791
7791
|
]),
|
|
7792
7792
|
S("div", Bm, [
|
|
7793
|
-
|
|
7793
|
+
v[6] || (v[6] = S("div", { class: "col-12 font-bold" }, [
|
|
7794
7794
|
S("div", { class: "col-12 font-bold" }, "Sort Direction")
|
|
7795
7795
|
], -1)),
|
|
7796
7796
|
S("div", Rm, [
|
|
7797
7797
|
V(E, {
|
|
7798
7798
|
modelValue: n.value,
|
|
7799
|
-
"onUpdate:modelValue":
|
|
7799
|
+
"onUpdate:modelValue": v[2] || (v[2] = (N) => n.value = N),
|
|
7800
7800
|
options: u,
|
|
7801
7801
|
optionLabel: "label",
|
|
7802
7802
|
optionValue: "value",
|
|
7803
7803
|
highlightOnSelect: !1,
|
|
7804
7804
|
class: "w-full",
|
|
7805
|
-
onChange:
|
|
7805
|
+
onChange: v[3] || (v[3] = (N) => _(w.event))
|
|
7806
7806
|
}, null, 8, ["modelValue"])
|
|
7807
7807
|
])
|
|
7808
7808
|
]),
|
|
@@ -7810,7 +7810,7 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7810
7810
|
N.editing ? (b(), C("div", Fm, [
|
|
7811
7811
|
V(D),
|
|
7812
7812
|
S("div", Pm, [
|
|
7813
|
-
|
|
7813
|
+
v[7] || (v[7] = S("div", { class: "col-12 font-bold" }, "Filter Column", -1)),
|
|
7814
7814
|
S("div", Am, [
|
|
7815
7815
|
V(E, {
|
|
7816
7816
|
modelValue: N.columnName,
|
|
@@ -7826,7 +7826,7 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7826
7826
|
])
|
|
7827
7827
|
]),
|
|
7828
7828
|
S("div", Dm, [
|
|
7829
|
-
|
|
7829
|
+
v[8] || (v[8] = S("div", { class: "col-12 font-bold" }, "Filter Operator", -1)),
|
|
7830
7830
|
S("div", Nm, [
|
|
7831
7831
|
V(E, {
|
|
7832
7832
|
modelValue: N.operator,
|
|
@@ -7841,16 +7841,16 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7841
7841
|
])
|
|
7842
7842
|
]),
|
|
7843
7843
|
S("div", Lm, [
|
|
7844
|
-
|
|
7844
|
+
v[9] || (v[9] = S("div", { class: "col-12 font-bold" }, "Filter value", -1)),
|
|
7845
7845
|
S("div", Vm, [
|
|
7846
|
-
|
|
7846
|
+
y(N) == "numeric" ? (b(), U(B, {
|
|
7847
7847
|
key: 0,
|
|
7848
7848
|
format: !1,
|
|
7849
7849
|
class: "w-full",
|
|
7850
7850
|
modelValue: N.value,
|
|
7851
7851
|
"onUpdate:modelValue": (Y) => N.value = Y,
|
|
7852
7852
|
placeholder: "Search value"
|
|
7853
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) :
|
|
7853
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : y(N) == "date" ? (b(), U(A, {
|
|
7854
7854
|
key: 1,
|
|
7855
7855
|
class: "w-full",
|
|
7856
7856
|
modelValue: N.value,
|
|
@@ -7953,17 +7953,17 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7953
7953
|
NOT_CONTAINS: "NOT_CONTAINS",
|
|
7954
7954
|
ENDS_WITH: "ENDS_WITH"
|
|
7955
7955
|
}, p = () => {
|
|
7956
|
-
var
|
|
7956
|
+
var v;
|
|
7957
7957
|
const w = f.externalFilterPayload;
|
|
7958
|
-
i.value = ((
|
|
7958
|
+
i.value = ((v = w.sortBy) == null ? void 0 : v[0]) || "", a.value = w.sortDirection === "DESC" ? -1 : 1, l.value = w.fullTextSearch || "", o.value = w.filter || [], r.value = w.filter || [], h();
|
|
7959
7959
|
};
|
|
7960
7960
|
Ae(
|
|
7961
7961
|
() => e.state.data,
|
|
7962
7962
|
(w) => {
|
|
7963
7963
|
if (w && !u.value) {
|
|
7964
7964
|
if (c.value = e.getEntityColumns(w), s.value = T(c.value), !i.value) {
|
|
7965
|
-
const
|
|
7966
|
-
i.value = (
|
|
7965
|
+
const v = e.getPrimaryKeyColumn(w);
|
|
7966
|
+
i.value = (v == null ? void 0 : v.name) || "";
|
|
7967
7967
|
}
|
|
7968
7968
|
f.externalFilterPayload && p(), u.value = !0;
|
|
7969
7969
|
}
|
|
@@ -7975,7 +7975,7 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7975
7975
|
}, g = (w) => {
|
|
7976
7976
|
r.value = w, h();
|
|
7977
7977
|
}, h = async () => {
|
|
7978
|
-
const w = e.state.data,
|
|
7978
|
+
const w = e.state.data, v = {
|
|
7979
7979
|
sortBy: [i.value],
|
|
7980
7980
|
sortDirection: a.value === 1 ? "ASC" : "DESC",
|
|
7981
7981
|
pageSize: (w == null ? void 0 : w.pageSize) || 25,
|
|
@@ -7983,22 +7983,22 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
7983
7983
|
columnList: null,
|
|
7984
7984
|
filter: r.value,
|
|
7985
7985
|
fullTextSearch: l.value
|
|
7986
|
-
}, E = await e.searchRecord(w,
|
|
7986
|
+
}, E = await e.searchRecord(w, v);
|
|
7987
7987
|
E != null && E.success && e.setEntity(E.response);
|
|
7988
|
-
},
|
|
7988
|
+
}, y = () => {
|
|
7989
7989
|
h();
|
|
7990
7990
|
}, x = () => {
|
|
7991
7991
|
o.value = [], r.value = [], h();
|
|
7992
7992
|
}, k = () => {
|
|
7993
7993
|
h();
|
|
7994
|
-
}, T = (w) => w.map((
|
|
7995
|
-
field:
|
|
7996
|
-
name:
|
|
7997
|
-
filterable:
|
|
7998
|
-
datatype:
|
|
7999
|
-
sortable:
|
|
8000
|
-
displayFormatKey:
|
|
8001
|
-
displayFormat:
|
|
7994
|
+
}, T = (w) => w.map((v) => ({
|
|
7995
|
+
field: v.name,
|
|
7996
|
+
name: v.displayName || v.name,
|
|
7997
|
+
filterable: v.filterable,
|
|
7998
|
+
datatype: v.type,
|
|
7999
|
+
sortable: v.indexColumn,
|
|
8000
|
+
displayFormatKey: v.displayFormatKey,
|
|
8001
|
+
displayFormat: v.displayFormat
|
|
8002
8002
|
})), R = (w) => {
|
|
8003
8003
|
switch (w.toLowerCase()) {
|
|
8004
8004
|
case "integer":
|
|
@@ -8014,10 +8014,10 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
8014
8014
|
return "text";
|
|
8015
8015
|
}
|
|
8016
8016
|
}, _ = (w) => {
|
|
8017
|
-
const
|
|
8018
|
-
return
|
|
8017
|
+
const v = c.value.find((E) => E.name === w);
|
|
8018
|
+
return v ? v.type : null;
|
|
8019
8019
|
};
|
|
8020
|
-
return (w,
|
|
8020
|
+
return (w, v) => {
|
|
8021
8021
|
const E = G("Button"), D = G("InputIcon"), B = G("InputText"), A = G("IconField"), H = G("Toolbar");
|
|
8022
8022
|
return b(), C(ue, null, [
|
|
8023
8023
|
V(H, { class: "p-2 my-2" }, {
|
|
@@ -8029,7 +8029,7 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
8029
8029
|
icon: "pi pi-filter",
|
|
8030
8030
|
label: "Filter",
|
|
8031
8031
|
severity: "info",
|
|
8032
|
-
onClick:
|
|
8032
|
+
onClick: v[0] || (v[0] = (P) => m())
|
|
8033
8033
|
})
|
|
8034
8034
|
]),
|
|
8035
8035
|
V(E, {
|
|
@@ -8039,7 +8039,7 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
8039
8039
|
icon: "pi pi-filter-slash",
|
|
8040
8040
|
label: "Clear",
|
|
8041
8041
|
severity: "warn",
|
|
8042
|
-
onClick:
|
|
8042
|
+
onClick: v[1] || (v[1] = (P) => x())
|
|
8043
8043
|
})
|
|
8044
8044
|
]),
|
|
8045
8045
|
end: Z(() => [
|
|
@@ -8049,14 +8049,14 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
8049
8049
|
}, {
|
|
8050
8050
|
default: Z(() => [
|
|
8051
8051
|
V(D, {
|
|
8052
|
-
onClick:
|
|
8052
|
+
onClick: v[2] || (v[2] = (P) => k()),
|
|
8053
8053
|
class: "pi pi-search"
|
|
8054
8054
|
}),
|
|
8055
8055
|
V(B, {
|
|
8056
8056
|
class: "w-full sm:w-auto",
|
|
8057
|
-
onKeyup:
|
|
8057
|
+
onKeyup: v[3] || (v[3] = zr((P) => k(), ["enter"])),
|
|
8058
8058
|
modelValue: l.value,
|
|
8059
|
-
"onUpdate:modelValue":
|
|
8059
|
+
"onUpdate:modelValue": v[4] || (v[4] = (P) => l.value = P),
|
|
8060
8060
|
placeholder: "Search..."
|
|
8061
8061
|
}, null, 8, ["modelValue"])
|
|
8062
8062
|
]),
|
|
@@ -8067,16 +8067,16 @@ const Em = /* @__PURE__ */ ot(Sm, [["render", Cm]]), Om = { class: "my-2" }, $m
|
|
|
8067
8067
|
}),
|
|
8068
8068
|
V(qm, {
|
|
8069
8069
|
sortBy: i.value,
|
|
8070
|
-
"onUpdate:sortBy":
|
|
8070
|
+
"onUpdate:sortBy": v[5] || (v[5] = (P) => i.value = P),
|
|
8071
8071
|
sortDirection: a.value,
|
|
8072
|
-
"onUpdate:sortDirection":
|
|
8072
|
+
"onUpdate:sortDirection": v[6] || (v[6] = (P) => a.value = P),
|
|
8073
8073
|
showFilter: n.value,
|
|
8074
|
-
"onUpdate:showFilter":
|
|
8074
|
+
"onUpdate:showFilter": v[7] || (v[7] = (P) => n.value = P),
|
|
8075
8075
|
filters: o.value,
|
|
8076
|
-
"onUpdate:filters":
|
|
8076
|
+
"onUpdate:filters": v[8] || (v[8] = (P) => o.value = P),
|
|
8077
8077
|
headers: s.value,
|
|
8078
8078
|
operatorMap: d,
|
|
8079
|
-
sortCallback:
|
|
8079
|
+
sortCallback: y,
|
|
8080
8080
|
filterCallback: g,
|
|
8081
8081
|
getColumnDatatype: R,
|
|
8082
8082
|
getDatatypeByField: _
|
|
@@ -9055,12 +9055,12 @@ const Hg = _n({
|
|
|
9055
9055
|
var r;
|
|
9056
9056
|
const i = Ag(n), a = i.getSlides(), l = oe(() => a.length), c = I(null), s = I(null), u = I(0), f = oe(() => Object.assign(Object.assign(Object.assign({}, He), Lg(t, ["breakpoints", "modelValue"])), { i18n: Object.assign(Object.assign({}, He.i18n), t.i18n) })), d = kr(Object.assign({}, f.value)), p = I((r = t.modelValue) !== null && r !== void 0 ? r : 0), m = I(p.value);
|
|
9057
9057
|
Ae(p, (L) => m.value = L);
|
|
9058
|
-
const g = I(0), h = oe(() => Math.ceil((l.value - 1) / 2)),
|
|
9058
|
+
const g = I(0), h = oe(() => Math.ceil((l.value - 1) / 2)), y = oe(() => l.value - 1), x = oe(() => 0);
|
|
9059
9059
|
let k = null, T = null, R = null;
|
|
9060
9060
|
const _ = oe(() => u.value + d.gap), w = oe(() => {
|
|
9061
9061
|
const L = d.dir || "ltr";
|
|
9062
9062
|
return L in Jn ? Jn[L] : L;
|
|
9063
|
-
}),
|
|
9063
|
+
}), v = oe(() => ["rtl", "btt"].includes(w.value)), E = oe(() => ["ttb", "btt"].includes(w.value)), D = oe(() => d.itemsToShow === "auto"), B = oe(() => E.value ? "height" : "width");
|
|
9064
9064
|
function A() {
|
|
9065
9065
|
var L;
|
|
9066
9066
|
if (!de.value)
|
|
@@ -9107,7 +9107,7 @@ const Hg = _n({
|
|
|
9107
9107
|
function X() {
|
|
9108
9108
|
!d.wrapAround && l.value > 0 && (p.value = Nt({
|
|
9109
9109
|
val: p.value,
|
|
9110
|
-
max:
|
|
9110
|
+
max: y.value,
|
|
9111
9111
|
min: x.value
|
|
9112
9112
|
})), D.value || (d.itemsToShow = Nt({
|
|
9113
9113
|
val: Number(d.itemsToShow),
|
|
@@ -9151,11 +9151,11 @@ const Hg = _n({
|
|
|
9151
9151
|
switch (L.key) {
|
|
9152
9152
|
case "ArrowLeft":
|
|
9153
9153
|
case "ArrowUp":
|
|
9154
|
-
E.value === L.key.endsWith("Up") && (
|
|
9154
|
+
E.value === L.key.endsWith("Up") && (v.value ? bt(!0) : Wt(!0));
|
|
9155
9155
|
break;
|
|
9156
9156
|
case "ArrowRight":
|
|
9157
9157
|
case "ArrowDown":
|
|
9158
|
-
E.value === L.key.endsWith("Down") && (
|
|
9158
|
+
E.value === L.key.endsWith("Down") && (v.value ? Wt(!0) : bt(!0));
|
|
9159
9159
|
break;
|
|
9160
9160
|
}
|
|
9161
9161
|
}, 200), W = () => {
|
|
@@ -9177,13 +9177,13 @@ const Hg = _n({
|
|
|
9177
9177
|
Ne.x = J - Se.x, Ne.y = ae - Se.y;
|
|
9178
9178
|
const re = Vg({
|
|
9179
9179
|
isVertical: E.value,
|
|
9180
|
-
isReversed:
|
|
9180
|
+
isReversed: v.value,
|
|
9181
9181
|
dragged: Ne,
|
|
9182
9182
|
effectiveSlideSize: _.value
|
|
9183
9183
|
});
|
|
9184
9184
|
m.value = d.wrapAround ? p.value + re : Nt({
|
|
9185
9185
|
val: p.value + re,
|
|
9186
|
-
max:
|
|
9186
|
+
max: y.value,
|
|
9187
9187
|
min: x.value
|
|
9188
9188
|
}), n("drag", { deltaX: Ne.x, deltaY: Ne.y });
|
|
9189
9189
|
});
|
|
@@ -9216,11 +9216,11 @@ const Hg = _n({
|
|
|
9216
9216
|
let ae = L, re = L;
|
|
9217
9217
|
g.value = p.value, d.wrapAround ? re = tl({
|
|
9218
9218
|
val: ae,
|
|
9219
|
-
max:
|
|
9219
|
+
max: y.value,
|
|
9220
9220
|
min: x.value
|
|
9221
9221
|
}) : ae = Nt({
|
|
9222
9222
|
val: ae,
|
|
9223
|
-
max:
|
|
9223
|
+
max: y.value,
|
|
9224
9224
|
min: x.value
|
|
9225
9225
|
}), n("slide-start", {
|
|
9226
9226
|
slidingToIndex: L,
|
|
@@ -9295,7 +9295,7 @@ const Hg = _n({
|
|
|
9295
9295
|
min: 0
|
|
9296
9296
|
})), L = J * _.value;
|
|
9297
9297
|
}
|
|
9298
|
-
return L * (
|
|
9298
|
+
return L * (v.value ? 1 : -1);
|
|
9299
9299
|
}), $ = oe(() => {
|
|
9300
9300
|
var L, J;
|
|
9301
9301
|
if (!D.value) {
|
|
@@ -9347,7 +9347,7 @@ const Hg = _n({
|
|
|
9347
9347
|
if (!d.wrapAround && d.preventExcessiveDragging) {
|
|
9348
9348
|
let re = 0;
|
|
9349
9349
|
D.value ? re = q.value.reduce((Le, Qe) => Le + Qe[B.value], 0) : re = (l.value - Number(d.itemsToShow)) * _.value;
|
|
9350
|
-
const ge =
|
|
9350
|
+
const ge = v.value ? 0 : -1 * re, Fe = v.value ? re : 0;
|
|
9351
9351
|
ae = Nt({
|
|
9352
9352
|
val: ae,
|
|
9353
9353
|
min: ge,
|
|
@@ -9366,7 +9366,7 @@ const Hg = _n({
|
|
|
9366
9366
|
currentSlide: p,
|
|
9367
9367
|
isSliding: Ge,
|
|
9368
9368
|
isVertical: E,
|
|
9369
|
-
maxSlide:
|
|
9369
|
+
maxSlide: y,
|
|
9370
9370
|
minSlide: x,
|
|
9371
9371
|
nav: pe,
|
|
9372
9372
|
normalizedDir: w,
|
|
@@ -9381,7 +9381,7 @@ const Hg = _n({
|
|
|
9381
9381
|
const le = Rt({
|
|
9382
9382
|
config: d,
|
|
9383
9383
|
currentSlide: p,
|
|
9384
|
-
maxSlide:
|
|
9384
|
+
maxSlide: y,
|
|
9385
9385
|
middleSlide: h,
|
|
9386
9386
|
minSlide: x,
|
|
9387
9387
|
slideSize: u,
|
|
@@ -11090,8 +11090,8 @@ function lb() {
|
|
|
11090
11090
|
}, e._ = n = {
|
|
11091
11091
|
// formats numbers separators, decimals places, signs, abbreviations
|
|
11092
11092
|
numberToFormat: function(s, u, f) {
|
|
11093
|
-
var d = i[e.options.currentLocale], p = !1, m = !1, g = 0, h = "",
|
|
11094
|
-
if (s = s || 0,
|
|
11093
|
+
var d = i[e.options.currentLocale], p = !1, m = !1, g = 0, h = "", y = 1e12, x = 1e9, k = 1e6, T = 1e3, R = "", _ = !1, w, v, E, D, B, A, H;
|
|
11094
|
+
if (s = s || 0, v = Math.abs(s), e._.includes(u, "(") ? (p = !0, u = u.replace(/[\(|\)]/g, "")) : (e._.includes(u, "+") || e._.includes(u, "-")) && (B = e._.includes(u, "+") ? u.indexOf("+") : s < 0 ? u.indexOf("-") : -1, u = u.replace(/[\+|\-]/g, "")), e._.includes(u, "a") && (w = u.match(/a(k|m|b|t)?/), w = w ? w[1] : !1, e._.includes(u, " a") && (h = " "), u = u.replace(new RegExp(h + "a[kmbt]?"), ""), v >= y && !w || w === "t" ? (h += d.abbreviations.trillion, s = s / y) : v < y && v >= x && !w || w === "b" ? (h += d.abbreviations.billion, s = s / x) : v < x && v >= k && !w || w === "m" ? (h += d.abbreviations.million, s = s / k) : (v < k && v >= T && !w || w === "k") && (h += d.abbreviations.thousand, s = s / T)), e._.includes(u, "[.]") && (m = !0, u = u.replace("[.]", ".")), E = s.toString().split(".")[0], D = u.split(".")[1], A = u.indexOf(","), g = (u.split(".")[0].split(",")[0].match(/0/g) || []).length, D ? (e._.includes(D, "[") ? (D = D.replace("]", ""), D = D.split("["), R = e._.toFixed(s, D[0].length + D[1].length, f, D[1].length)) : R = e._.toFixed(s, D.length, f), E = R.split(".")[0], e._.includes(R, ".") ? R = d.delimiters.decimal + R.split(".")[1] : R = "", m && Number(R.slice(1)) === 0 && (R = "")) : E = e._.toFixed(s, 0, f), h && !w && Number(E) >= 1e3 && h !== d.abbreviations.trillion)
|
|
11095
11095
|
switch (E = String(Number(E) / 1e3), h) {
|
|
11096
11096
|
case d.abbreviations.thousand:
|
|
11097
11097
|
h = d.abbreviations.million;
|
|
@@ -11187,8 +11187,8 @@ function lb() {
|
|
|
11187
11187
|
* problems for accounting- and finance-related software.
|
|
11188
11188
|
*/
|
|
11189
11189
|
toFixed: function(s, u, f, d) {
|
|
11190
|
-
var p = s.toString().split("."), m = u - (d || 0), g, h,
|
|
11191
|
-
return p.length === 2 ? g = Math.min(Math.max(p[1].length, m), u) : g = m,
|
|
11190
|
+
var p = s.toString().split("."), m = u - (d || 0), g, h, y, x;
|
|
11191
|
+
return p.length === 2 ? g = Math.min(Math.max(p[1].length, m), u) : g = m, y = Math.pow(10, g), x = (f(s + "e+" + g) / y).toFixed(g), d > u - g && (h = new RegExp("\\.?0{1," + (d - (u - g)) + "}$"), x = x.replace(h, "")), x;
|
|
11192
11192
|
}
|
|
11193
11193
|
}, e.options = l, e.formats = r, e.locales = i, e.locale = function(s) {
|
|
11194
11194
|
return s && (l.currentLocale = s.toLowerCase()), l.currentLocale;
|
|
@@ -11212,17 +11212,17 @@ function lb() {
|
|
|
11212
11212
|
throw new TypeError(u + " " + s + " already registered.");
|
|
11213
11213
|
return this[s + "s"][u] = f, f;
|
|
11214
11214
|
}, e.validate = function(s, u) {
|
|
11215
|
-
var f, d, p, m, g, h,
|
|
11215
|
+
var f, d, p, m, g, h, y, x;
|
|
11216
11216
|
if (typeof s != "string" && (s += "", console.warn && console.warn("Numeral.js: Value is not string. It has been co-erced to: ", s)), s = s.trim(), s.match(/^\d+$/))
|
|
11217
11217
|
return !0;
|
|
11218
11218
|
if (s === "")
|
|
11219
11219
|
return !1;
|
|
11220
11220
|
try {
|
|
11221
|
-
|
|
11221
|
+
y = e.localeData(u);
|
|
11222
11222
|
} catch {
|
|
11223
|
-
|
|
11223
|
+
y = e.localeData(e.locale());
|
|
11224
11224
|
}
|
|
11225
|
-
return p =
|
|
11225
|
+
return p = y.currency.symbol, g = y.abbreviations, f = y.delimiters.decimal, y.delimiters.thousands === "." ? d = "\\." : d = y.delimiters.thousands, x = s.match(/^[^\d]+/), x !== null && (s = s.substr(1), x[0] !== p) || (x = s.match(/[^\d]+$/), x !== null && (s = s.slice(0, -1), x[0] !== g.thousand && x[0] !== g.million && x[0] !== g.billion && x[0] !== g.trillion)) ? !1 : (h = new RegExp(d + "{2}"), s.match(/[^\d.,]/g) ? !1 : (m = s.split(f), m.length > 2 ? !1 : m.length < 2 ? !!m[0].match(/^\d+.*\d$/) && !m[0].match(h) : m[0].length === 1 ? !!m[0].match(/^\d+$/) && !m[0].match(h) && !!m[1].match(/^\d+$/) : !!m[0].match(/^\d+.*\d$/) && !m[0].match(h) && !!m[1].match(/^\d+$/)));
|
|
11226
11226
|
}, e.fn = c.prototype = {
|
|
11227
11227
|
clone: function() {
|
|
11228
11228
|
return e(this);
|
|
@@ -11331,10 +11331,10 @@ function lb() {
|
|
|
11331
11331
|
unformat: new RegExp(d)
|
|
11332
11332
|
},
|
|
11333
11333
|
format: function(p, m, g) {
|
|
11334
|
-
var h,
|
|
11335
|
-
for (m = m.replace(/\s?i?b/, ""), k = 0; k <=
|
|
11336
|
-
if (T = Math.pow(
|
|
11337
|
-
x +=
|
|
11334
|
+
var h, y = e._.includes(m, "ib") ? u : s, x = e._.includes(m, " b") || e._.includes(m, " ib") ? " " : "", k, T, R;
|
|
11335
|
+
for (m = m.replace(/\s?i?b/, ""), k = 0; k <= y.suffixes.length; k++)
|
|
11336
|
+
if (T = Math.pow(y.base, k), R = Math.pow(y.base, k + 1), p === null || p === 0 || p >= T && p < R) {
|
|
11337
|
+
x += y.suffixes[k], T > 0 && (p = p / T);
|
|
11338
11338
|
break;
|
|
11339
11339
|
}
|
|
11340
11340
|
return h = e._.numberToFormat(p, m, g), h + x;
|
|
@@ -11401,7 +11401,7 @@ function lb() {
|
|
|
11401
11401
|
unformat: function(s) {
|
|
11402
11402
|
var u = e._.includes(s, "e+") ? s.split("e+") : s.split("e-"), f = Number(u[0]), d = Number(u[1]);
|
|
11403
11403
|
d = e._.includes(s, "e-") ? d *= -1 : d;
|
|
11404
|
-
function p(m, g, h,
|
|
11404
|
+
function p(m, g, h, y) {
|
|
11405
11405
|
var x = e._.correctionFactor(m, g), k = m * x * (g * x) / (x * x);
|
|
11406
11406
|
return k;
|
|
11407
11407
|
}
|
|
@@ -11974,8 +11974,8 @@ function Nb(t, e = {}) {
|
|
|
11974
11974
|
(f, [d, p]) => {
|
|
11975
11975
|
const m = Ut(d, i) ? Dr(u) : Dr(u, Ys(d)), g = Rb(p);
|
|
11976
11976
|
if (Pt(g)) {
|
|
11977
|
-
const { variables: h, tokens:
|
|
11978
|
-
ka(f.tokens,
|
|
11977
|
+
const { variables: h, tokens: y } = a(g, m);
|
|
11978
|
+
ka(f.tokens, y), ka(f.variables, h);
|
|
11979
11979
|
} else
|
|
11980
11980
|
f.tokens.push((o ? m.replace(`${o}-`, "") : m).replaceAll("-", ".")), Ab(f.variables, ll(m), ul(g, m, o, [i]));
|
|
11981
11981
|
return f;
|
|
@@ -12036,12 +12036,12 @@ var St = {
|
|
|
12036
12036
|
getCommon({ name: t = "", theme: e = {}, params: n, set: o, defaults: r }) {
|
|
12037
12037
|
var i, a, l, c, s, u, f;
|
|
12038
12038
|
const { preset: d, options: p } = e;
|
|
12039
|
-
let m, g, h,
|
|
12039
|
+
let m, g, h, y, x, k, T;
|
|
12040
12040
|
if (Ee(d) && p.transform !== "strict") {
|
|
12041
|
-
const { primitive: R, semantic: _, extend: w } = d,
|
|
12041
|
+
const { primitive: R, semantic: _, extend: w } = d, v = _ || {}, { colorScheme: E } = v, D = Lt(v, ["colorScheme"]), B = w || {}, { colorScheme: A } = B, H = Lt(B, ["colorScheme"]), P = E || {}, { dark: q } = P, N = Lt(P, ["dark"]), ne = A || {}, { dark: Y } = ne, z = Lt(ne, ["dark"]), X = Ee(R) ? this._toVariables({ primitive: R }, p) : {}, ce = Ee(D) ? this._toVariables({ semantic: D }, p) : {}, ye = Ee(N) ? this._toVariables({ light: N }, p) : {}, ve = Ee(q) ? this._toVariables({ dark: q }, p) : {}, se = Ee(H) ? this._toVariables({ semantic: H }, p) : {}, de = Ee(z) ? this._toVariables({ light: z }, p) : {}, we = Ee(Y) ? this._toVariables({ dark: Y }, p) : {}, [Se, Ne] = [(i = X.declarations) != null ? i : "", X.tokens], [pt, tt] = [(a = ce.declarations) != null ? a : "", ce.tokens || []], [kt, ht] = [(l = ye.declarations) != null ? l : "", ye.tokens || []], [Q, W] = [(c = ve.declarations) != null ? c : "", ve.tokens || []], [$e, Ie] = [(s = se.declarations) != null ? s : "", se.tokens || []], [_e, Be] = [(u = de.declarations) != null ? u : "", de.tokens || []], [ze, st] = [(f = we.declarations) != null ? f : "", we.tokens || []];
|
|
12042
12042
|
m = this.transformCSS(t, Se, "light", "variable", p, o, r), g = Ne;
|
|
12043
12043
|
const _t = this.transformCSS(t, `${pt}${kt}`, "light", "variable", p, o, r), Ge = this.transformCSS(t, `${Q}`, "dark", "variable", p, o, r);
|
|
12044
|
-
h = `${_t}${Ge}`,
|
|
12044
|
+
h = `${_t}${Ge}`, y = [.../* @__PURE__ */ new Set([...tt, ...ht, ...W])];
|
|
12045
12045
|
const lt = this.transformCSS(t, `${$e}${_e}color-scheme:light`, "light", "variable", p, o, r), bt = this.transformCSS(t, `${ze}color-scheme:dark`, "dark", "variable", p, o, r);
|
|
12046
12046
|
x = `${lt}${bt}`, k = [.../* @__PURE__ */ new Set([...Ie, ...Be, ...st])], T = wt(d.css, { dt: qn });
|
|
12047
12047
|
}
|
|
@@ -12052,7 +12052,7 @@ var St = {
|
|
|
12052
12052
|
},
|
|
12053
12053
|
semantic: {
|
|
12054
12054
|
css: h,
|
|
12055
|
-
tokens:
|
|
12055
|
+
tokens: y
|
|
12056
12056
|
},
|
|
12057
12057
|
global: {
|
|
12058
12058
|
css: x,
|
|
@@ -12065,8 +12065,8 @@ var St = {
|
|
|
12065
12065
|
var l, c, s;
|
|
12066
12066
|
let u, f, d;
|
|
12067
12067
|
if (Ee(e) && n.transform !== "strict") {
|
|
12068
|
-
const p = t.replace("-directive", ""), m = e, { colorScheme: g, extend: h, css:
|
|
12069
|
-
u = `${ce}${ye}`, f = [.../* @__PURE__ */ new Set([...N, ...Y, ...X])], d = wt(
|
|
12068
|
+
const p = t.replace("-directive", ""), m = e, { colorScheme: g, extend: h, css: y } = m, x = Lt(m, ["colorScheme", "extend", "css"]), k = h || {}, { colorScheme: T } = k, R = Lt(k, ["colorScheme"]), _ = g || {}, { dark: w } = _, v = Lt(_, ["dark"]), E = T || {}, { dark: D } = E, B = Lt(E, ["dark"]), A = Ee(x) ? this._toVariables({ [p]: Ve(Ve({}, x), R) }, n) : {}, H = Ee(v) ? this._toVariables({ [p]: Ve(Ve({}, v), B) }, n) : {}, P = Ee(w) ? this._toVariables({ [p]: Ve(Ve({}, w), D) }, n) : {}, [q, N] = [(l = A.declarations) != null ? l : "", A.tokens || []], [ne, Y] = [(c = H.declarations) != null ? c : "", H.tokens || []], [z, X] = [(s = P.declarations) != null ? s : "", P.tokens || []], ce = this.transformCSS(p, `${q}${ne}`, "light", "variable", n, r, i, a), ye = this.transformCSS(p, z, "dark", "variable", n, r, i, a);
|
|
12069
|
+
u = `${ce}${ye}`, f = [.../* @__PURE__ */ new Set([...N, ...Y, ...X])], d = wt(y, { dt: qn });
|
|
12070
12070
|
}
|
|
12071
12071
|
return {
|
|
12072
12072
|
css: u,
|
|
@@ -12127,9 +12127,9 @@ var St = {
|
|
|
12127
12127
|
const f = /{([^}]*)}/g;
|
|
12128
12128
|
let d = a;
|
|
12129
12129
|
if (u.name = this.path, u.binding || (u.binding = {}), Ut(a, f)) {
|
|
12130
|
-
const m = a.trim().replaceAll(f, (
|
|
12130
|
+
const m = a.trim().replaceAll(f, (y) => {
|
|
12131
12131
|
var x;
|
|
12132
|
-
const k =
|
|
12132
|
+
const k = y.replace(/{|}/g, ""), T = (x = r[k]) == null ? void 0 : x.computed(s, u);
|
|
12133
12133
|
return Qo(T) && T.length === 2 ? `light-dark(${T[0].value},${T[1].value})` : T == null ? void 0 : T.value;
|
|
12134
12134
|
}), g = /(\d+\w*\s+[\+\-\*\/]\s+\d+\w*)/g, h = /var\([^)]+\)/g;
|
|
12135
12135
|
d = Ut(m.replace(h, "0"), g) ? `calc(${m})` : m;
|
|
@@ -12343,8 +12343,8 @@ function Ub(t, e, n = !0) {
|
|
|
12343
12343
|
var o, r, i, a;
|
|
12344
12344
|
if (t) {
|
|
12345
12345
|
const l = t.offsetParent ? { width: t.offsetWidth, height: t.offsetHeight } : dl(t), c = l.height, s = l.width, u = e.offsetHeight, f = e.offsetWidth, d = e.getBoundingClientRect(), p = Mb(), m = jb(), g = fl();
|
|
12346
|
-
let h,
|
|
12347
|
-
d.top + u + c > g.height ? (h = d.top + p - c, x = "bottom", h < 0 && (h = p)) : h = u + d.top + p, d.left + s > g.width ?
|
|
12346
|
+
let h, y, x = "top";
|
|
12347
|
+
d.top + u + c > g.height ? (h = d.top + p - c, x = "bottom", h < 0 && (h = p)) : h = u + d.top + p, d.left + s > g.width ? y = Math.max(0, d.left + m + f - s) : y = d.left + m, t.style.top = h + "px", t.style.left = y + "px", t.style.transformOrigin = x, n && (t.style.marginTop = x === "bottom" ? `calc(${(r = (o = Vo(/-anchor-gutter$/)) == null ? void 0 : o.value) != null ? r : "2px"} * -1)` : (a = (i = Vo(/-anchor-gutter$/)) == null ? void 0 : i.value) != null ? a : "");
|
|
12348
12348
|
}
|
|
12349
12349
|
}
|
|
12350
12350
|
function Hb(t, e) {
|
|
@@ -12593,7 +12593,7 @@ function s0(t) {
|
|
|
12593
12593
|
}
|
|
12594
12594
|
var l0 = 0;
|
|
12595
12595
|
function u0(t) {
|
|
12596
|
-
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = I(!1), o = I(t), r = I(null), i = ri() ? window.document : void 0, a = e.document, l = a === void 0 ? i : a, c = e.immediate, s = c === void 0 ? !0 : c, u = e.manual, f = u === void 0 ? !1 : u, d = e.name, p = d === void 0 ? "style_".concat(++l0) : d, m = e.id, g = m === void 0 ? void 0 : m, h = e.media,
|
|
12596
|
+
var e = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = I(!1), o = I(t), r = I(null), i = ri() ? window.document : void 0, a = e.document, l = a === void 0 ? i : a, c = e.immediate, s = c === void 0 ? !0 : c, u = e.manual, f = u === void 0 ? !1 : u, d = e.name, p = d === void 0 ? "style_".concat(++l0) : d, m = e.id, g = m === void 0 ? void 0 : m, h = e.media, y = h === void 0 ? void 0 : h, x = e.nonce, k = x === void 0 ? void 0 : x, T = e.first, R = T === void 0 ? !1 : T, _ = e.onMounted, w = _ === void 0 ? void 0 : _, v = e.onUpdated, E = v === void 0 ? void 0 : v, D = e.onLoad, B = D === void 0 ? void 0 : D, A = e.props, H = A === void 0 ? {} : A, P = function() {
|
|
12597
12597
|
}, q = function(Y) {
|
|
12598
12598
|
var z = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
12599
12599
|
if (l) {
|
|
@@ -12601,7 +12601,7 @@ function u0(t) {
|
|
|
12601
12601
|
r.value = l.querySelector('style[data-primevue-style-id="'.concat(ce, '"]')) || l.getElementById(ye) || l.createElement("style"), r.value.isConnected || (o.value = Y || t, zo(r.value, {
|
|
12602
12602
|
type: "text/css",
|
|
12603
12603
|
id: ye,
|
|
12604
|
-
media:
|
|
12604
|
+
media: y,
|
|
12605
12605
|
nonce: ve
|
|
12606
12606
|
}), R ? l.head.prepend(r.value) : l.head.appendChild(r.value), o0(r.value, "data-primevue-style-id", ce), zo(r.value, X), r.value.onload = function(se) {
|
|
12607
12607
|
return B == null ? void 0 : B(se, {
|
|
@@ -13084,8 +13084,8 @@ var vn = {
|
|
|
13084
13084
|
beforeCreate: function() {
|
|
13085
13085
|
var e, n, o, r, i, a, l, c, s, u, f, d = (e = this.pt) === null || e === void 0 ? void 0 : e._usept, p = d ? (n = this.pt) === null || n === void 0 || (n = n.originalValue) === null || n === void 0 ? void 0 : n[this.$.type.name] : void 0, m = d ? (o = this.pt) === null || o === void 0 || (o = o.value) === null || o === void 0 ? void 0 : o[this.$.type.name] : this.pt;
|
|
13086
13086
|
(r = m || p) === null || r === void 0 || (r = r.hooks) === null || r === void 0 || (i = r.onBeforeCreate) === null || i === void 0 || i.call(r);
|
|
13087
|
-
var g = (a = this.$primevueConfig) === null || a === void 0 || (a = a.pt) === null || a === void 0 ? void 0 : a._usept, h = g ? (l = this.$primevue) === null || l === void 0 || (l = l.config) === null || l === void 0 || (l = l.pt) === null || l === void 0 ? void 0 : l.originalValue : void 0,
|
|
13088
|
-
(u =
|
|
13087
|
+
var g = (a = this.$primevueConfig) === null || a === void 0 || (a = a.pt) === null || a === void 0 ? void 0 : a._usept, h = g ? (l = this.$primevue) === null || l === void 0 || (l = l.config) === null || l === void 0 || (l = l.pt) === null || l === void 0 ? void 0 : l.originalValue : void 0, y = g ? (c = this.$primevue) === null || c === void 0 || (c = c.config) === null || c === void 0 || (c = c.pt) === null || c === void 0 ? void 0 : c.value : (s = this.$primevue) === null || s === void 0 || (s = s.config) === null || s === void 0 ? void 0 : s.pt;
|
|
13088
|
+
(u = y || h) === null || u === void 0 || (u = u[this.$.type.name]) === null || u === void 0 || (u = u.hooks) === null || u === void 0 || (f = u.onBeforeCreate) === null || f === void 0 || f.call(u), this.$attrSelector = ii("pc");
|
|
13089
13089
|
},
|
|
13090
13090
|
created: function() {
|
|
13091
13091
|
this._hook("onCreated");
|
|
@@ -13163,7 +13163,7 @@ var vn = {
|
|
|
13163
13163
|
}, this.$styleOptions), h), Te.setLoadedStyleName(this.$style.name);
|
|
13164
13164
|
}
|
|
13165
13165
|
if (!Te.isStyleNameLoaded("layer-order")) {
|
|
13166
|
-
var
|
|
13166
|
+
var y, x, k = (y = this.$style) === null || y === void 0 || (x = y.getLayerOrderThemeCSS) === null || x === void 0 ? void 0 : x.call(y);
|
|
13167
13167
|
je.load(k, xe({
|
|
13168
13168
|
name: "layer-order",
|
|
13169
13169
|
first: !0
|
|
@@ -13803,7 +13803,7 @@ var ke = {
|
|
|
13803
13803
|
}, i), d), Te.setLoadedStyleName("common");
|
|
13804
13804
|
}
|
|
13805
13805
|
if (!Te.isStyleNameLoaded((n = r.$style) === null || n === void 0 ? void 0 : n.name) && (o = r.$style) !== null && o !== void 0 && o.name) {
|
|
13806
|
-
var p, m, g, h,
|
|
13806
|
+
var p, m, g, h, y = ((p = r.$style) === null || p === void 0 || (m = p.getDirectiveTheme) === null || m === void 0 ? void 0 : m.call(p)) || {}, x = y.css, k = y.style;
|
|
13807
13807
|
(g = r.$style) === null || g === void 0 || g.load(x, Oe({
|
|
13808
13808
|
name: "".concat(r.$style.name, "-variables")
|
|
13809
13809
|
}, i)), (h = r.$style) === null || h === void 0 || h.loadTheme(Oe({
|
|
@@ -13851,7 +13851,7 @@ var ke = {
|
|
|
13851
13851
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, o = function(a, l, c, s, u) {
|
|
13852
13852
|
var f, d, p, m;
|
|
13853
13853
|
l._$instances = l._$instances || {};
|
|
13854
|
-
var g = ke._getConfig(c, s), h = l._$instances[e] || {},
|
|
13854
|
+
var g = ke._getConfig(c, s), h = l._$instances[e] || {}, y = yn(h) ? Oe(Oe({}, n), n == null ? void 0 : n.methods) : {};
|
|
13855
13855
|
l._$instances[e] = Oe(Oe({}, h), {}, {
|
|
13856
13856
|
/* new instance variables to pass in directive methods */
|
|
13857
13857
|
$name: e,
|
|
@@ -13908,7 +13908,7 @@ var ke = {
|
|
|
13908
13908
|
var k, T = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "", R = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !0, _ = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
|
|
13909
13909
|
return R ? ke._getOptionValue((k = l.$instance) === null || k === void 0 || (k = k.$style) === null || k === void 0 ? void 0 : k.inlineStyles, T, Oe({}, _)) : void 0;
|
|
13910
13910
|
}
|
|
13911
|
-
},
|
|
13911
|
+
}, y), l.$instance = l._$instances[e], (d = (p = l.$instance)[a]) === null || d === void 0 || d.call(p, l, c, s, u), l["$".concat(e)] = l.$instance, ke._hook(e, a, l, c, s, u), l.$pd || (l.$pd = {}), l.$pd[e] = Oe(Oe({}, (m = l.$pd) === null || m === void 0 ? void 0 : m[e]), {}, {
|
|
13912
13912
|
name: e,
|
|
13913
13913
|
instance: l.$instance
|
|
13914
13914
|
});
|
|
@@ -16003,15 +16003,15 @@ var Fl = {
|
|
|
16003
16003
|
return w > -1;
|
|
16004
16004
|
}) : e > -1;
|
|
16005
16005
|
if (a) {
|
|
16006
|
-
var l = this.first, c = this.element, s = c.scrollTop, u = s === void 0 ? 0 : s, f = c.scrollLeft, d = f === void 0 ? 0 : f, p = this.calculateNumItems(), m = p.numToleratedItems, g = this.getContentPosition(), h = this.itemSize,
|
|
16007
|
-
var
|
|
16008
|
-
return
|
|
16009
|
-
}, x = function(
|
|
16010
|
-
return
|
|
16006
|
+
var l = this.first, c = this.element, s = c.scrollTop, u = s === void 0 ? 0 : s, f = c.scrollLeft, d = f === void 0 ? 0 : f, p = this.calculateNumItems(), m = p.numToleratedItems, g = this.getContentPosition(), h = this.itemSize, y = function() {
|
|
16007
|
+
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, E = arguments.length > 1 ? arguments[1] : void 0;
|
|
16008
|
+
return v <= E ? 0 : v;
|
|
16009
|
+
}, x = function(v, E, D) {
|
|
16010
|
+
return v * E + D;
|
|
16011
16011
|
}, k = function() {
|
|
16012
|
-
var
|
|
16012
|
+
var v = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, E = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
|
|
16013
16013
|
return n.scrollTo({
|
|
16014
|
-
left:
|
|
16014
|
+
left: v,
|
|
16015
16015
|
top: E,
|
|
16016
16016
|
behavior: o
|
|
16017
16017
|
});
|
|
@@ -16020,9 +16020,9 @@ var Fl = {
|
|
|
16020
16020
|
cols: 0
|
|
16021
16021
|
} : 0, R = !1, _ = !1;
|
|
16022
16022
|
r ? (T = {
|
|
16023
|
-
rows:
|
|
16024
|
-
cols:
|
|
16025
|
-
}, k(x(T.cols, h[1], g.left), x(T.rows, h[0], g.top)), _ = this.lastScrollPos.top !== u || this.lastScrollPos.left !== d, R = T.rows !== l.rows || T.cols !== l.cols) : (T =
|
|
16023
|
+
rows: y(e[0], m[0]),
|
|
16024
|
+
cols: y(e[1], m[1])
|
|
16025
|
+
}, k(x(T.cols, h[1], g.left), x(T.rows, h[0], g.top)), _ = this.lastScrollPos.top !== u || this.lastScrollPos.left !== d, R = T.rows !== l.rows || T.cols !== l.cols) : (T = y(e, m), i ? k(x(T, h, g.left), u) : k(d, x(T, h, g.top)), _ = this.lastScrollPos !== (i ? d : u), R = T !== l), this.isRangeChanged = R, _ && (this.first = T);
|
|
16026
16026
|
}
|
|
16027
16027
|
},
|
|
16028
16028
|
scrollInView: function(e, n) {
|
|
@@ -16033,9 +16033,9 @@ var Fl = {
|
|
|
16033
16033
|
}) : e > -1;
|
|
16034
16034
|
if (l) {
|
|
16035
16035
|
var c = this.getRenderedRange(), s = c.first, u = c.viewport, f = function() {
|
|
16036
|
-
var
|
|
16036
|
+
var y = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 0, x = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
|
|
16037
16037
|
return o.scrollTo({
|
|
16038
|
-
left:
|
|
16038
|
+
left: y,
|
|
16039
16039
|
top: x,
|
|
16040
16040
|
behavior: r
|
|
16041
16041
|
});
|
|
@@ -16217,7 +16217,7 @@ var Fl = {
|
|
|
16217
16217
|
}, d = l(o.scrollTop, a.top), p = l(o.scrollLeft, a.left), m = r ? {
|
|
16218
16218
|
rows: 0,
|
|
16219
16219
|
cols: 0
|
|
16220
|
-
} : 0, g = this.last, h = !1,
|
|
16220
|
+
} : 0, g = this.last, h = !1, y = this.lastScrollPos;
|
|
16221
16221
|
if (r) {
|
|
16222
16222
|
var x = this.lastScrollPos.top <= d, k = this.lastScrollPos.left <= p;
|
|
16223
16223
|
if (!this.appendOnly || this.appendOnly && (x || k)) {
|
|
@@ -16234,7 +16234,7 @@ var Fl = {
|
|
|
16234
16234
|
}, g = {
|
|
16235
16235
|
rows: f(T.rows, m.rows, this.last.rows, this.numItemsInViewport.rows, this.d_numToleratedItems[0]),
|
|
16236
16236
|
cols: f(T.cols, m.cols, this.last.cols, this.numItemsInViewport.cols, this.d_numToleratedItems[1], !0)
|
|
16237
|
-
}, h = m.rows !== this.first.rows || g.rows !== this.last.rows || m.cols !== this.first.cols || g.cols !== this.last.cols || this.isRangeChanged,
|
|
16237
|
+
}, h = m.rows !== this.first.rows || g.rows !== this.last.rows || m.cols !== this.first.cols || g.cols !== this.last.cols || this.isRangeChanged, y = {
|
|
16238
16238
|
top: d,
|
|
16239
16239
|
left: p
|
|
16240
16240
|
};
|
|
@@ -16242,15 +16242,15 @@ var Fl = {
|
|
|
16242
16242
|
} else {
|
|
16243
16243
|
var _ = i ? p : d, w = this.lastScrollPos <= _;
|
|
16244
16244
|
if (!this.appendOnly || this.appendOnly && w) {
|
|
16245
|
-
var
|
|
16246
|
-
m = u(
|
|
16245
|
+
var v = c(_, this.itemSize), E = s(v, this.first, this.last, this.numItemsInViewport, this.d_numToleratedItems, w);
|
|
16246
|
+
m = u(v, E, this.first, this.last, this.numItemsInViewport, this.d_numToleratedItems, w), g = f(v, m, this.last, this.numItemsInViewport, this.d_numToleratedItems), h = m !== this.first || g !== this.last || this.isRangeChanged, y = _;
|
|
16247
16247
|
}
|
|
16248
16248
|
}
|
|
16249
16249
|
return {
|
|
16250
16250
|
first: m,
|
|
16251
16251
|
last: g,
|
|
16252
16252
|
isRangeChanged: h,
|
|
16253
|
-
scrollPos:
|
|
16253
|
+
scrollPos: y
|
|
16254
16254
|
};
|
|
16255
16255
|
},
|
|
16256
16256
|
onScrollChange: function(e) {
|
|
@@ -17764,21 +17764,21 @@ function dv(t, e, n, o, r, i) {
|
|
|
17764
17764
|
pt: t.ptm("virtualScroller")
|
|
17765
17765
|
}), wr({
|
|
17766
17766
|
content: Z(function(h) {
|
|
17767
|
-
var
|
|
17767
|
+
var y = h.styleClass, x = h.contentRef, k = h.items, T = h.getItemOptions, R = h.contentStyle, _ = h.itemSize;
|
|
17768
17768
|
return [S("ul", ie({
|
|
17769
|
-
ref: function(
|
|
17770
|
-
return i.listRef(
|
|
17769
|
+
ref: function(v) {
|
|
17770
|
+
return i.listRef(v, x);
|
|
17771
17771
|
},
|
|
17772
17772
|
id: r.id + "_list",
|
|
17773
|
-
class: [t.cx("list"),
|
|
17773
|
+
class: [t.cx("list"), y],
|
|
17774
17774
|
style: R,
|
|
17775
17775
|
role: "listbox"
|
|
17776
|
-
}, t.ptm("list")), [(b(!0), C(ue, null, Re(k, function(w,
|
|
17776
|
+
}, t.ptm("list")), [(b(!0), C(ue, null, Re(k, function(w, v) {
|
|
17777
17777
|
return b(), C(ue, {
|
|
17778
|
-
key: i.getOptionRenderKey(w, i.getOptionIndex(
|
|
17778
|
+
key: i.getOptionRenderKey(w, i.getOptionIndex(v, T))
|
|
17779
17779
|
}, [i.isOptionGroup(w) ? (b(), C("li", ie({
|
|
17780
17780
|
key: 0,
|
|
17781
|
-
id: r.id + "_" + i.getOptionIndex(
|
|
17781
|
+
id: r.id + "_" + i.getOptionIndex(v, T),
|
|
17782
17782
|
style: {
|
|
17783
17783
|
height: _ ? _ + "px" : void 0
|
|
17784
17784
|
},
|
|
@@ -17787,7 +17787,7 @@ function dv(t, e, n, o, r, i) {
|
|
|
17787
17787
|
ref_for: !0
|
|
17788
17788
|
}, t.ptm("optionGroup")), [me(t.$slots, "optiongroup", {
|
|
17789
17789
|
option: w.optionGroup,
|
|
17790
|
-
index: i.getOptionIndex(
|
|
17790
|
+
index: i.getOptionIndex(v, T)
|
|
17791
17791
|
}, function() {
|
|
17792
17792
|
return [S("span", ie({
|
|
17793
17793
|
class: t.cx("optionGroupLabel"),
|
|
@@ -17795,10 +17795,10 @@ function dv(t, e, n, o, r, i) {
|
|
|
17795
17795
|
}, t.ptm("optionGroupLabel")), te(i.getOptionGroupLabel(w.optionGroup)), 17)];
|
|
17796
17796
|
})], 16, uv)) : po((b(), C("li", ie({
|
|
17797
17797
|
key: 1,
|
|
17798
|
-
id: r.id + "_" + i.getOptionIndex(
|
|
17798
|
+
id: r.id + "_" + i.getOptionIndex(v, T),
|
|
17799
17799
|
class: t.cx("option", {
|
|
17800
17800
|
option: w,
|
|
17801
|
-
focusedOption: i.getOptionIndex(
|
|
17801
|
+
focusedOption: i.getOptionIndex(v, T)
|
|
17802
17802
|
}),
|
|
17803
17803
|
style: {
|
|
17804
17804
|
height: _ ? _ + "px" : void 0
|
|
@@ -17808,18 +17808,18 @@ function dv(t, e, n, o, r, i) {
|
|
|
17808
17808
|
"aria-selected": i.isSelected(w),
|
|
17809
17809
|
"aria-disabled": i.isOptionDisabled(w),
|
|
17810
17810
|
"aria-setsize": i.ariaSetSize,
|
|
17811
|
-
"aria-posinset": i.getAriaPosInset(i.getOptionIndex(
|
|
17811
|
+
"aria-posinset": i.getAriaPosInset(i.getOptionIndex(v, T)),
|
|
17812
17812
|
onClick: function(D) {
|
|
17813
17813
|
return i.onOptionSelect(D, w);
|
|
17814
17814
|
},
|
|
17815
17815
|
onMousemove: function(D) {
|
|
17816
|
-
return i.onOptionMouseMove(D, i.getOptionIndex(
|
|
17816
|
+
return i.onOptionMouseMove(D, i.getOptionIndex(v, T));
|
|
17817
17817
|
},
|
|
17818
17818
|
"data-p-selected": i.isSelected(w),
|
|
17819
|
-
"data-p-focused": r.focusedOptionIndex === i.getOptionIndex(
|
|
17819
|
+
"data-p-focused": r.focusedOptionIndex === i.getOptionIndex(v, T),
|
|
17820
17820
|
"data-p-disabled": i.isOptionDisabled(w),
|
|
17821
17821
|
ref_for: !0
|
|
17822
|
-
}, i.getPTItemOptions(w, T,
|
|
17822
|
+
}, i.getPTItemOptions(w, T, v, "option")), [t.checkmark ? (b(), C(ue, {
|
|
17823
17823
|
key: 0
|
|
17824
17824
|
}, [i.isSelected(w) ? (b(), U(f, ie({
|
|
17825
17825
|
key: 0,
|
|
@@ -17832,7 +17832,7 @@ function dv(t, e, n, o, r, i) {
|
|
|
17832
17832
|
}, t.ptm("optionBlankIcon")), null, 16, ["class"]))], 64)) : j("", !0), me(t.$slots, "option", {
|
|
17833
17833
|
option: w,
|
|
17834
17834
|
selected: i.isSelected(w),
|
|
17835
|
-
index: i.getOptionIndex(
|
|
17835
|
+
index: i.getOptionIndex(v, T)
|
|
17836
17836
|
}, function() {
|
|
17837
17837
|
return [S("span", ie({
|
|
17838
17838
|
class: t.cx("optionLabel"),
|
|
@@ -17861,9 +17861,9 @@ function dv(t, e, n, o, r, i) {
|
|
|
17861
17861
|
}, [t.$slots.loader ? {
|
|
17862
17862
|
name: "loader",
|
|
17863
17863
|
fn: Z(function(h) {
|
|
17864
|
-
var
|
|
17864
|
+
var y = h.options;
|
|
17865
17865
|
return [me(t.$slots, "loader", {
|
|
17866
|
-
options:
|
|
17866
|
+
options: y
|
|
17867
17867
|
})];
|
|
17868
17868
|
}),
|
|
17869
17869
|
key: "0"
|
|
@@ -17931,16 +17931,26 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
17931
17931
|
}
|
|
17932
17932
|
}, pv = { class: "relative" }, mv = {
|
|
17933
17933
|
key: 0,
|
|
17934
|
-
|
|
17934
|
+
style: { "z-index": "1000" },
|
|
17935
|
+
class: "absolute mt-1 w-full bg-white border border-gray-200 rounded shadow max-h-60 overflow-y-auto"
|
|
17935
17936
|
}, gv = ["onMousedown"], hv = {
|
|
17936
17937
|
__name: "DynamicSelection",
|
|
17937
17938
|
props: {
|
|
17939
|
+
modelValue: {
|
|
17940
|
+
type: [String, Number],
|
|
17941
|
+
default: null
|
|
17942
|
+
},
|
|
17938
17943
|
url: String,
|
|
17939
17944
|
jsonPath: String,
|
|
17940
17945
|
displayField: {
|
|
17941
17946
|
type: String,
|
|
17942
17947
|
default: "label"
|
|
17943
17948
|
},
|
|
17949
|
+
valueField: {
|
|
17950
|
+
type: String,
|
|
17951
|
+
default: "id"
|
|
17952
|
+
// Field to emit (e.g., id, uuid)
|
|
17953
|
+
},
|
|
17944
17954
|
method: {
|
|
17945
17955
|
type: String,
|
|
17946
17956
|
default: "GET"
|
|
@@ -17952,16 +17962,14 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
17952
17962
|
},
|
|
17953
17963
|
emits: ["update:modelValue", "onChange"],
|
|
17954
17964
|
setup(t, { emit: e }) {
|
|
17955
|
-
const n = et(), o = () => n.getAppId();
|
|
17956
|
-
console.log(`App ID: ${o()}`);
|
|
17957
|
-
const r = t, i = e, a = I(null), l = I(""), c = I(!1), s = I([]);
|
|
17965
|
+
const n = et(), o = () => n.getAppId(), r = t, i = e, a = I(null), l = I(""), c = I(!1), s = I([]);
|
|
17958
17966
|
function u() {
|
|
17959
17967
|
setTimeout(() => {
|
|
17960
17968
|
c.value = !1;
|
|
17961
17969
|
}, 150);
|
|
17962
17970
|
}
|
|
17963
17971
|
function f(g, h) {
|
|
17964
|
-
const
|
|
17972
|
+
const y = h.split(".").reduce((x, k) => {
|
|
17965
17973
|
var R;
|
|
17966
17974
|
const T = k.match(/^(\w+)\[(\d+)\]$/);
|
|
17967
17975
|
if (T) {
|
|
@@ -17970,26 +17978,30 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
17970
17978
|
} else
|
|
17971
17979
|
return x == null ? void 0 : x[k];
|
|
17972
17980
|
}, g);
|
|
17973
|
-
return Array.isArray(
|
|
17981
|
+
return Array.isArray(y) ? y : y ? [y] : [];
|
|
17974
17982
|
}
|
|
17975
17983
|
async function d() {
|
|
17976
17984
|
if (!r.url || r.options.length) return;
|
|
17977
17985
|
const g = r.url.includes("appid") ? r.url.replace("${appid}", o()) : r.url;
|
|
17978
17986
|
try {
|
|
17979
|
-
const
|
|
17987
|
+
const y = await (await fetch(g, {
|
|
17980
17988
|
method: r.method.toUpperCase(),
|
|
17981
17989
|
headers: {
|
|
17982
17990
|
"Content-Type": "application/json"
|
|
17983
17991
|
},
|
|
17984
17992
|
...r.method.toUpperCase() === "POST" ? { body: "{}" } : {}
|
|
17985
17993
|
})).json();
|
|
17986
|
-
s.value = f(
|
|
17994
|
+
s.value = f(y, r.jsonPath);
|
|
17987
17995
|
} catch (h) {
|
|
17988
17996
|
console.error("Error fetching options:", h);
|
|
17989
17997
|
}
|
|
17990
17998
|
}
|
|
17991
17999
|
Ze(() => {
|
|
17992
18000
|
r.options.length ? s.value = r.options : d();
|
|
18001
|
+
const g = s.value.find(
|
|
18002
|
+
(h) => h[r.valueField] === r.modelValue
|
|
18003
|
+
);
|
|
18004
|
+
g && (a.value = g, l.value = g[r.displayField] || g.label || "");
|
|
17993
18005
|
});
|
|
17994
18006
|
const p = oe(() => {
|
|
17995
18007
|
const g = l.value.toLowerCase();
|
|
@@ -17998,15 +18010,23 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
17998
18010
|
);
|
|
17999
18011
|
});
|
|
18000
18012
|
function m(g) {
|
|
18001
|
-
a.value = g, l.value = g[r.displayField] || g.label, c.value = !1
|
|
18013
|
+
a.value = g, l.value = g[r.displayField] || g.label, c.value = !1;
|
|
18014
|
+
const h = g[r.valueField];
|
|
18015
|
+
i("update:modelValue", h), i("onChange", h);
|
|
18002
18016
|
}
|
|
18003
|
-
return Ae(
|
|
18017
|
+
return Ae(
|
|
18018
|
+
() => r.modelValue,
|
|
18019
|
+
(g) => {
|
|
18020
|
+
const h = s.value.find((y) => y[r.valueField] === g);
|
|
18021
|
+
h ? (a.value = h, l.value = h[r.displayField] || h.label || "") : (a.value = null, l.value = "");
|
|
18022
|
+
}
|
|
18023
|
+
), Ae(l, (g) => {
|
|
18004
18024
|
g === "" && (c.value = !0);
|
|
18005
18025
|
}), (g, h) => (b(), C("div", pv, [
|
|
18006
18026
|
po(S("input", {
|
|
18007
18027
|
type: "text",
|
|
18008
|
-
"onUpdate:modelValue": h[0] || (h[0] = (
|
|
18009
|
-
onFocus: h[1] || (h[1] = (
|
|
18028
|
+
"onUpdate:modelValue": h[0] || (h[0] = (y) => l.value = y),
|
|
18029
|
+
onFocus: h[1] || (h[1] = (y) => c.value = !0),
|
|
18010
18030
|
onBlur: u,
|
|
18011
18031
|
class: "w-full border border-gray-300 rounded-md p-2 bg-white text-gray-700",
|
|
18012
18032
|
placeholder: "Select an option"
|
|
@@ -18014,24 +18034,29 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
18014
18034
|
[Jl, l.value]
|
|
18015
18035
|
]),
|
|
18016
18036
|
c.value && p.value.length ? (b(), C("ul", mv, [
|
|
18017
|
-
(b(!0), C(ue, null, Re(p.value, (
|
|
18018
|
-
key:
|
|
18019
|
-
onMousedown: zn((x) => m(
|
|
18037
|
+
(b(!0), C(ue, null, Re(p.value, (y) => (b(), C("li", {
|
|
18038
|
+
key: y.id || y.value,
|
|
18039
|
+
onMousedown: zn((x) => m(y), ["prevent"]),
|
|
18020
18040
|
class: "p-2 hover:bg-blue-100 cursor-pointer"
|
|
18021
18041
|
}, [
|
|
18022
|
-
me(g.$slots, "dropdown-item", { item:
|
|
18023
|
-
qe(te(
|
|
18042
|
+
me(g.$slots, "dropdown-item", { item: y }, () => [
|
|
18043
|
+
qe(te(y[t.displayField] || y.label), 1)
|
|
18024
18044
|
], !0)
|
|
18025
18045
|
], 40, gv))), 128))
|
|
18026
18046
|
])) : j("", !0)
|
|
18027
18047
|
]));
|
|
18028
18048
|
}
|
|
18029
|
-
}, uo = /* @__PURE__ */ ot(hv, [["__scopeId", "data-v-
|
|
18049
|
+
}, uo = /* @__PURE__ */ ot(hv, [["__scopeId", "data-v-36a7e9f2"]]), bv = "/api/app/v1/${appid}/entity", Ka = {
|
|
18030
18050
|
__name: "EntityRecordSelection",
|
|
18031
18051
|
props: /* @__PURE__ */ Xe({
|
|
18052
|
+
valueField: {
|
|
18053
|
+
type: String,
|
|
18054
|
+
default: "id"
|
|
18055
|
+
// Field to emit (e.g., id, uuid)
|
|
18056
|
+
},
|
|
18032
18057
|
entity: {
|
|
18033
18058
|
type: String,
|
|
18034
|
-
default: "
|
|
18059
|
+
default: "customer"
|
|
18035
18060
|
},
|
|
18036
18061
|
displayField: {
|
|
18037
18062
|
type: String,
|
|
@@ -18059,27 +18084,30 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
18059
18084
|
}),
|
|
18060
18085
|
emits: /* @__PURE__ */ Xe(["update:modelValue", "onChange"], ["update:modelValue"]),
|
|
18061
18086
|
setup(t, { emit: e }) {
|
|
18062
|
-
const n =
|
|
18087
|
+
const n = I(null), o = t, r = e;
|
|
18088
|
+
it(t, "modelValue");
|
|
18089
|
+
const i = oe(() => `${bv}/${o.entity}/record`);
|
|
18063
18090
|
function a(l) {
|
|
18064
|
-
|
|
18091
|
+
r("update:modelValue", JSON.stringify(l)), r("onChange", JSON.stringify(l));
|
|
18065
18092
|
}
|
|
18066
18093
|
return (l, c) => (b(), U(uo, {
|
|
18067
|
-
modelValue:
|
|
18068
|
-
"onUpdate:modelValue": c[0] || (c[0] = (s) =>
|
|
18094
|
+
modelValue: n.value,
|
|
18095
|
+
"onUpdate:modelValue": c[0] || (c[0] = (s) => n.value = s),
|
|
18069
18096
|
url: i.value,
|
|
18070
18097
|
jsonPath: "response.result",
|
|
18071
18098
|
displayField: t.displayField,
|
|
18072
18099
|
method: "GET",
|
|
18073
18100
|
options: t.options,
|
|
18074
|
-
onOnChange: a
|
|
18075
|
-
|
|
18101
|
+
onOnChange: a,
|
|
18102
|
+
valueField: t.valueField
|
|
18103
|
+
}, null, 8, ["modelValue", "url", "displayField", "options", "valueField"]));
|
|
18076
18104
|
}
|
|
18077
18105
|
}, yv = "/api/app/v1/${appid}/entity", Eo = {
|
|
18078
18106
|
__name: "EntitySelection",
|
|
18079
18107
|
props: /* @__PURE__ */ Xe({
|
|
18080
18108
|
displayField: {
|
|
18081
18109
|
type: String,
|
|
18082
|
-
default: "
|
|
18110
|
+
default: "name"
|
|
18083
18111
|
},
|
|
18084
18112
|
searchKey: {
|
|
18085
18113
|
type: String,
|
|
@@ -18093,7 +18121,7 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
18093
18121
|
type: Array,
|
|
18094
18122
|
default: () => []
|
|
18095
18123
|
},
|
|
18096
|
-
|
|
18124
|
+
"entity-name": {
|
|
18097
18125
|
type: Object,
|
|
18098
18126
|
default: null
|
|
18099
18127
|
}
|
|
@@ -18101,11 +18129,11 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
18101
18129
|
modelValue: {},
|
|
18102
18130
|
modelModifiers: {}
|
|
18103
18131
|
}),
|
|
18104
|
-
emits: /* @__PURE__ */ Xe(["update:
|
|
18132
|
+
emits: /* @__PURE__ */ Xe(["update:entity-name", "onChange"], ["update:modelValue"]),
|
|
18105
18133
|
setup(t, { emit: e }) {
|
|
18106
18134
|
const n = e, o = it(t, "modelValue");
|
|
18107
18135
|
function r(i) {
|
|
18108
|
-
n("update:
|
|
18136
|
+
n("update:entity-name", JSON.stringify(i)), n("onChange", i);
|
|
18109
18137
|
}
|
|
18110
18138
|
return (i, a) => (b(), U(uo, {
|
|
18111
18139
|
modelValue: o.value,
|
|
@@ -18115,12 +18143,18 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
18115
18143
|
displayField: t.displayField,
|
|
18116
18144
|
method: "GET",
|
|
18117
18145
|
options: t.options,
|
|
18118
|
-
onOnChange: r
|
|
18146
|
+
onOnChange: r,
|
|
18147
|
+
valueField: "name"
|
|
18119
18148
|
}, null, 8, ["modelValue", "displayField", "options"]));
|
|
18120
18149
|
}
|
|
18121
18150
|
}, vv = "/api/app/v1/${appid}/menu", Ga = {
|
|
18122
18151
|
__name: "MenuSelection",
|
|
18123
18152
|
props: /* @__PURE__ */ Xe({
|
|
18153
|
+
valueField: {
|
|
18154
|
+
type: String,
|
|
18155
|
+
default: "displayLabel"
|
|
18156
|
+
// Field to emit (e.g., id, uuid)
|
|
18157
|
+
},
|
|
18124
18158
|
displayField: {
|
|
18125
18159
|
type: String,
|
|
18126
18160
|
default: "displayLabel"
|
|
@@ -18159,8 +18193,9 @@ const fv = { class: "editable-label-editing flex items-center gap-2 w-full" }, q
|
|
|
18159
18193
|
displayField: t.displayField,
|
|
18160
18194
|
method: "GET",
|
|
18161
18195
|
options: t.options,
|
|
18162
|
-
onOnChange: r
|
|
18163
|
-
|
|
18196
|
+
onOnChange: r,
|
|
18197
|
+
valueField: t.valueField
|
|
18198
|
+
}, null, 8, ["modelValue", "displayField", "options", "valueField"]));
|
|
18164
18199
|
}
|
|
18165
18200
|
}, Ya = {
|
|
18166
18201
|
__name: "label",
|
|
@@ -23562,8 +23597,8 @@ function gw() {
|
|
|
23562
23597
|
const m = a.value.find((g) => g.name === e.primary);
|
|
23563
23598
|
if (m.name === "noir") {
|
|
23564
23599
|
const g = [50, 100, 200, 300, 400, 500, 600, 700, 800, 900, 950], h = {};
|
|
23565
|
-
return g.forEach((
|
|
23566
|
-
h[
|
|
23600
|
+
return g.forEach((y) => {
|
|
23601
|
+
h[y] = `{surface.${y}}`;
|
|
23567
23602
|
}), {
|
|
23568
23603
|
semantic: {
|
|
23569
23604
|
primary: h,
|
|
@@ -23646,7 +23681,7 @@ function gw() {
|
|
|
23646
23681
|
function d(m, g) {
|
|
23647
23682
|
let h;
|
|
23648
23683
|
if (m === "primary") {
|
|
23649
|
-
if (h = a.value.find((
|
|
23684
|
+
if (h = a.value.find((y) => y.name === g), !h) return;
|
|
23650
23685
|
e.primary = h.name, f({
|
|
23651
23686
|
semantic: {
|
|
23652
23687
|
primary: h.palette
|
|
@@ -23654,14 +23689,14 @@ function gw() {
|
|
|
23654
23689
|
});
|
|
23655
23690
|
}
|
|
23656
23691
|
if (m === "surface") {
|
|
23657
|
-
if (h = l.value.find((
|
|
23692
|
+
if (h = l.value.find((y) => y.name === g), !h) return;
|
|
23658
23693
|
e.surface = h.name, Lb(h.palette);
|
|
23659
23694
|
}
|
|
23660
23695
|
}
|
|
23661
23696
|
function p() {
|
|
23662
23697
|
var h;
|
|
23663
23698
|
e.preset = i.value;
|
|
23664
|
-
const m = r[i.value], g = (h = l.value.find((
|
|
23699
|
+
const m = r[i.value], g = (h = l.value.find((y) => y.name === e.surface)) == null ? void 0 : h.palette;
|
|
23665
23700
|
cl().preset(m).preset(u()).surfacePalette(g).use({ useDefaultOptions: !0 });
|
|
23666
23701
|
}
|
|
23667
23702
|
return {
|