codesaaz-core 0.0.84 → 0.0.86
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 +742 -706
- package/dist/codesaaz.umd.js +21 -21
- package/dist/index.css +1 -1
- package/package.json +1 -1
package/dist/codesaaz.es.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { hasInjectionContext as Yl, inject as
|
|
2
|
-
import { useRoute as
|
|
1
|
+
import { hasInjectionContext as Yl, inject as tt, ref as $, watch as $e, reactive as Nt, effectScope as Xl, isRef as Gt, isReactive as ss, toRaw as Jl, getCurrentScope as Ql, onScopeDispose as Zl, nextTick as mt, toRefs as eu, markRaw as tu, computed as Z, mergeModels as ze, useModel as et, resolveComponent as G, openBlock as b, createElementBlock as S, Fragment as oe, createElementVNode as w, createTextVNode as Je, toDisplayString as X, createCommentVNode as V, createBlock as M, renderList as Oe, createVNode as H, toValue as Ee, unref as Y, onMounted as Ve, provide as sn, readonly as ls, watchEffect as Io, shallowRef as nu, withCtx as ee, onUpdated as us, normalizeProps as Yt, guardReactiveProps as ho, renderSlot as ce, createSlots as Jn, withKeys as Ur, withModifiers as ko, withDirectives as wt, vShow as ou, resolveDirective as Hr, normalizeClass as he, resolveDynamicComponent as Re, mergeProps as re, defineComponent as Pn, h as Ze, shallowReactive as Cr, onBeforeUnmount as cs, useId as ru, getCurrentInstance as ds, onUnmounted as iu, cloneVNode as au, Teleport as su, Transition as lu, normalizeStyle as Qn, vModelText as Bn, vModelCheckbox as fs, createApp as uu } from "vue";
|
|
2
|
+
import { useRoute as un, useRouter as cu } from "vue-router";
|
|
3
3
|
import { InputText as ui } from "primevue";
|
|
4
4
|
/*!
|
|
5
5
|
* pinia v2.3.1
|
|
@@ -51,7 +51,7 @@ const pu = (
|
|
|
51
51
|
function mu(e) {
|
|
52
52
|
return !Er(e) || !e.hasOwnProperty(pu);
|
|
53
53
|
}
|
|
54
|
-
const { assign:
|
|
54
|
+
const { assign: nn } = Object;
|
|
55
55
|
function gu(e) {
|
|
56
56
|
return !!(Gt(e) && e.effect);
|
|
57
57
|
}
|
|
@@ -61,7 +61,7 @@ function hu(e, t, n, o) {
|
|
|
61
61
|
function l() {
|
|
62
62
|
s || (n.state.value[e] = r ? r() : {});
|
|
63
63
|
const c = eu(n.state.value[e]);
|
|
64
|
-
return
|
|
64
|
+
return nn(c, i, Object.keys(a || {}).reduce((d, f) => (d[f] = tu(Z(() => {
|
|
65
65
|
Wr(n);
|
|
66
66
|
const p = n._s.get(e);
|
|
67
67
|
return a[f].call(p, p);
|
|
@@ -71,7 +71,7 @@ function hu(e, t, n, o) {
|
|
|
71
71
|
}
|
|
72
72
|
function gs(e, t, n = {}, o, r, i) {
|
|
73
73
|
let a;
|
|
74
|
-
const s =
|
|
74
|
+
const s = nn({ actions: {} }, n), u = { deep: !0 };
|
|
75
75
|
let l, c, d = [], f = [], p;
|
|
76
76
|
const m = o.state.value[e];
|
|
77
77
|
!i && !m && (o.state.value[e] = {}), $({});
|
|
@@ -96,7 +96,7 @@ function gs(e, t, n = {}, o, r, i) {
|
|
|
96
96
|
const y = i ? function() {
|
|
97
97
|
const { state: k } = n, E = k ? k() : {};
|
|
98
98
|
this.$patch((I) => {
|
|
99
|
-
|
|
99
|
+
nn(I, E);
|
|
100
100
|
});
|
|
101
101
|
} : (
|
|
102
102
|
/* istanbul ignore next */
|
|
@@ -110,9 +110,9 @@ function gs(e, t, n = {}, o, r, i) {
|
|
|
110
110
|
return v[lr] = k, v;
|
|
111
111
|
const E = function() {
|
|
112
112
|
Wr(o);
|
|
113
|
-
const I = Array.from(arguments),
|
|
113
|
+
const I = Array.from(arguments), _ = [], z = [];
|
|
114
114
|
function N(ie) {
|
|
115
|
-
|
|
115
|
+
_.push(ie);
|
|
116
116
|
}
|
|
117
117
|
function K(ie) {
|
|
118
118
|
z.push(ie);
|
|
@@ -130,7 +130,7 @@ function gs(e, t, n = {}, o, r, i) {
|
|
|
130
130
|
} catch (ie) {
|
|
131
131
|
throw Cn(z, ie), ie;
|
|
132
132
|
}
|
|
133
|
-
return J instanceof Promise ? J.then((ie) => (Cn(
|
|
133
|
+
return J instanceof Promise ? J.then((ie) => (Cn(_, ie), ie)).catch((ie) => (Cn(z, ie), Promise.reject(ie))) : (Cn(_, J), J);
|
|
134
134
|
};
|
|
135
135
|
return E[di] = !0, E[lr] = k, E;
|
|
136
136
|
}, T = {
|
|
@@ -141,13 +141,13 @@ function gs(e, t, n = {}, o, r, i) {
|
|
|
141
141
|
$patch: h,
|
|
142
142
|
$reset: y,
|
|
143
143
|
$subscribe(v, k = {}) {
|
|
144
|
-
const E = ci(d, v, k.detached, () => I()), I = a.run(() => $e(() => o.state.value[e], (
|
|
144
|
+
const E = ci(d, v, k.detached, () => I()), I = a.run(() => $e(() => o.state.value[e], (_) => {
|
|
145
145
|
(k.flush === "sync" ? c : l) && v({
|
|
146
146
|
storeId: e,
|
|
147
147
|
type: Kn.direct,
|
|
148
148
|
events: p
|
|
149
|
-
},
|
|
150
|
-
},
|
|
149
|
+
}, _);
|
|
150
|
+
}, nn({}, u, k)));
|
|
151
151
|
return E;
|
|
152
152
|
},
|
|
153
153
|
$dispose: x
|
|
@@ -163,15 +163,15 @@ function gs(e, t, n = {}, o, r, i) {
|
|
|
163
163
|
O[v] = E, s.actions[v] = k;
|
|
164
164
|
}
|
|
165
165
|
}
|
|
166
|
-
return
|
|
166
|
+
return nn(F, O), nn(Jl(F), O), Object.defineProperty(F, "$state", {
|
|
167
167
|
get: () => o.state.value[e],
|
|
168
168
|
set: (v) => {
|
|
169
169
|
h((k) => {
|
|
170
|
-
|
|
170
|
+
nn(k, v);
|
|
171
171
|
});
|
|
172
172
|
}
|
|
173
173
|
}), o._p.forEach((v) => {
|
|
174
|
-
|
|
174
|
+
nn(F, a.run(() => v({
|
|
175
175
|
store: F,
|
|
176
176
|
app: o._a,
|
|
177
177
|
pinia: o,
|
|
@@ -189,11 +189,11 @@ function qr(e, t, n) {
|
|
|
189
189
|
const l = Yl();
|
|
190
190
|
return s = // in test mode, ignore the argument provided as we can always retrieve a
|
|
191
191
|
// pinia instance with getActivePinia()
|
|
192
|
-
s || (l ?
|
|
192
|
+
s || (l ? tt(du, null) : null), s && Wr(s), s = ps, s._s.has(o) || (i ? gs(o, t, r, s) : hu(o, r, s)), s._s.get(o);
|
|
193
193
|
}
|
|
194
194
|
return a.$id = o, a;
|
|
195
195
|
}
|
|
196
|
-
const
|
|
196
|
+
const Qe = /* @__PURE__ */ qr("globalConfigsStore", {
|
|
197
197
|
state: () => ({
|
|
198
198
|
globalConfigs: {}
|
|
199
199
|
}),
|
|
@@ -218,7 +218,7 @@ function hs(e, t) {
|
|
|
218
218
|
const { toString: bu } = Object.prototype, { getPrototypeOf: Kr } = Object, Wo = /* @__PURE__ */ ((e) => (t) => {
|
|
219
219
|
const n = bu.call(t);
|
|
220
220
|
return e[n] || (e[n] = n.slice(8, -1).toLowerCase());
|
|
221
|
-
})(/* @__PURE__ */ Object.create(null)), It = (e) => (e = e.toLowerCase(), (t) => Wo(t) === e), qo = (e) => (t) => typeof t === e, { isArray:
|
|
221
|
+
})(/* @__PURE__ */ Object.create(null)), It = (e) => (e = e.toLowerCase(), (t) => Wo(t) === e), qo = (e) => (t) => typeof t === e, { isArray: An } = Array, Zn = qo("undefined");
|
|
222
222
|
function yu(e) {
|
|
223
223
|
return e !== null && !Zn(e) && e.constructor !== null && !Zn(e.constructor) && gt(e.constructor.isBuffer) && e.constructor.isBuffer(e);
|
|
224
224
|
}
|
|
@@ -241,7 +241,7 @@ function bo(e, t, { allOwnKeys: n = !1 } = {}) {
|
|
|
241
241
|
if (e === null || typeof e > "u")
|
|
242
242
|
return;
|
|
243
243
|
let o, r;
|
|
244
|
-
if (typeof e != "object" && (e = [e]),
|
|
244
|
+
if (typeof e != "object" && (e = [e]), An(e))
|
|
245
245
|
for (o = 0, r = e.length; o < r; o++)
|
|
246
246
|
t.call(null, e[o], o, e);
|
|
247
247
|
else {
|
|
@@ -264,15 +264,15 @@ const mn = typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : typ
|
|
|
264
264
|
function Or() {
|
|
265
265
|
const { caseless: e } = ws(this) && this || {}, t = {}, n = (o, r) => {
|
|
266
266
|
const i = e && vs(t, r) || r;
|
|
267
|
-
Bo(t[i]) && Bo(o) ? t[i] = Or(t[i], o) : Bo(o) ? t[i] = Or({}, o) :
|
|
267
|
+
Bo(t[i]) && Bo(o) ? t[i] = Or(t[i], o) : Bo(o) ? t[i] = Or({}, o) : An(o) ? t[i] = o.slice() : t[i] = o;
|
|
268
268
|
};
|
|
269
269
|
for (let o = 0, r = arguments.length; o < r; o++)
|
|
270
270
|
arguments[o] && bo(arguments[o], n);
|
|
271
271
|
return t;
|
|
272
272
|
}
|
|
273
|
-
const
|
|
273
|
+
const Au = (e, t, n, { allOwnKeys: o } = {}) => (bo(t, (r, i) => {
|
|
274
274
|
n && gt(r) ? e[i] = hs(r, n) : e[i] = r;
|
|
275
|
-
}, { allOwnKeys: o }), e),
|
|
275
|
+
}, { allOwnKeys: o }), e), _u = (e) => (e.charCodeAt(0) === 65279 && (e = e.slice(1)), e), Du = (e, t, n, o) => {
|
|
276
276
|
e.prototype = Object.create(t.prototype, o), e.prototype.constructor = e, Object.defineProperty(e, "super", {
|
|
277
277
|
value: t.prototype
|
|
278
278
|
}), n && Object.assign(e.prototype, n);
|
|
@@ -292,7 +292,7 @@ const _u = (e, t, n, { allOwnKeys: o } = {}) => (bo(t, (r, i) => {
|
|
|
292
292
|
return o !== -1 && o === n;
|
|
293
293
|
}, Vu = (e) => {
|
|
294
294
|
if (!e) return null;
|
|
295
|
-
if (
|
|
295
|
+
if (An(e)) return e;
|
|
296
296
|
let t = e.length;
|
|
297
297
|
if (!ys(t)) return null;
|
|
298
298
|
const n = new Array(t);
|
|
@@ -344,7 +344,7 @@ const _u = (e, t, n, { allOwnKeys: o } = {}) => (bo(t, (r, i) => {
|
|
|
344
344
|
n[i] = !0;
|
|
345
345
|
});
|
|
346
346
|
};
|
|
347
|
-
return
|
|
347
|
+
return An(e) ? o(e) : o(String(e).split(t)), n;
|
|
348
348
|
}, Gu = () => {
|
|
349
349
|
}, Yu = (e, t) => e != null && Number.isFinite(e = +e) ? e : t, ur = "abcdefghijklmnopqrstuvwxyz", pi = "0123456789", xs = {
|
|
350
350
|
DIGIT: pi,
|
|
@@ -367,7 +367,7 @@ const Qu = (e) => {
|
|
|
367
367
|
return;
|
|
368
368
|
if (!("toJSON" in o)) {
|
|
369
369
|
t[r] = o;
|
|
370
|
-
const i =
|
|
370
|
+
const i = An(o) ? [] : {};
|
|
371
371
|
return bo(o, (a, s) => {
|
|
372
372
|
const u = n(a, r + 1);
|
|
373
373
|
!Zn(u) && (i[s] = u);
|
|
@@ -385,7 +385,7 @@ const Qu = (e) => {
|
|
|
385
385
|
typeof setImmediate == "function",
|
|
386
386
|
gt(mn.postMessage)
|
|
387
387
|
), tc = typeof queueMicrotask < "u" ? queueMicrotask.bind(mn) : typeof process < "u" && process.nextTick || Ss, L = {
|
|
388
|
-
isArray:
|
|
388
|
+
isArray: An,
|
|
389
389
|
isArrayBuffer: bs,
|
|
390
390
|
isBuffer: yu,
|
|
391
391
|
isFormData: Ou,
|
|
@@ -411,9 +411,9 @@ const Qu = (e) => {
|
|
|
411
411
|
isFileList: Eu,
|
|
412
412
|
forEach: bo,
|
|
413
413
|
merge: Or,
|
|
414
|
-
extend:
|
|
414
|
+
extend: Au,
|
|
415
415
|
trim: Pu,
|
|
416
|
-
stripBOM:
|
|
416
|
+
stripBOM: _u,
|
|
417
417
|
inherits: Du,
|
|
418
418
|
toFlatObject: Nu,
|
|
419
419
|
kindOf: Wo,
|
|
@@ -1014,10 +1014,10 @@ function dr(e, t) {
|
|
|
1014
1014
|
function Fs(e) {
|
|
1015
1015
|
return !!(e && e.__CANCEL__);
|
|
1016
1016
|
}
|
|
1017
|
-
function
|
|
1017
|
+
function _n(e, t, n) {
|
|
1018
1018
|
ye.call(this, e ?? "canceled", ye.ERR_CANCELED, t, n), this.name = "CanceledError";
|
|
1019
1019
|
}
|
|
1020
|
-
L.inherits(
|
|
1020
|
+
L.inherits(_n, ye, {
|
|
1021
1021
|
__CANCEL__: !0
|
|
1022
1022
|
});
|
|
1023
1023
|
function Rs(e, t, n) {
|
|
@@ -1192,7 +1192,7 @@ function yn(e, t) {
|
|
|
1192
1192
|
L.isUndefined(f) && d !== s || (n[c] = f);
|
|
1193
1193
|
}), n;
|
|
1194
1194
|
}
|
|
1195
|
-
const
|
|
1195
|
+
const As = (e) => {
|
|
1196
1196
|
const t = yn({}, e);
|
|
1197
1197
|
let { data: n, withXSRFToken: o, xsrfHeaderName: r, xsrfCookieName: i, headers: a, auth: s } = t;
|
|
1198
1198
|
t.headers = a = dt.from(a), t.url = Ts(Ps(t.baseURL, t.url), e.params, e.paramsSerializer), s && a.set(
|
|
@@ -1215,7 +1215,7 @@ const _s = (e) => {
|
|
|
1215
1215
|
return t;
|
|
1216
1216
|
}, Fc = typeof XMLHttpRequest < "u", Rc = Fc && function(e) {
|
|
1217
1217
|
return new Promise(function(n, o) {
|
|
1218
|
-
const r =
|
|
1218
|
+
const r = As(e);
|
|
1219
1219
|
let i = r.data;
|
|
1220
1220
|
const a = dt.from(r.headers).normalize();
|
|
1221
1221
|
let { responseType: s, onUploadProgress: u, onDownloadProgress: l } = r, c, d, f, p, m;
|
|
@@ -1261,7 +1261,7 @@ const _s = (e) => {
|
|
|
1261
1261
|
}, i === void 0 && a.setContentType(null), "setRequestHeader" in h && L.forEach(a.toJSON(), function(T, F) {
|
|
1262
1262
|
h.setRequestHeader(F, T);
|
|
1263
1263
|
}), L.isUndefined(r.withCredentials) || (h.withCredentials = !!r.withCredentials), s && s !== "json" && (h.responseType = r.responseType), l && ([f, m] = Do(l, !0), h.addEventListener("progress", f)), u && h.upload && ([d, p] = Do(u), h.upload.addEventListener("progress", d), h.upload.addEventListener("loadend", p)), (r.cancelToken || r.signal) && (c = (C) => {
|
|
1264
|
-
h && (o(!C || C.type ? new
|
|
1264
|
+
h && (o(!C || C.type ? new _n(null, e, h) : C), h.abort(), h = null);
|
|
1265
1265
|
}, r.cancelToken && r.cancelToken.subscribe(c), r.signal && (r.signal.aborted ? c() : r.signal.addEventListener("abort", c)));
|
|
1266
1266
|
const x = Cc(r.url);
|
|
1267
1267
|
if (x && it.protocols.indexOf(x) === -1) {
|
|
@@ -1278,7 +1278,7 @@ const _s = (e) => {
|
|
|
1278
1278
|
if (!r) {
|
|
1279
1279
|
r = !0, s();
|
|
1280
1280
|
const c = l instanceof Error ? l : this.reason;
|
|
1281
|
-
o.abort(c instanceof ye ? c : new
|
|
1281
|
+
o.abort(c instanceof ye ? c : new _n(c instanceof Error ? c.message : c));
|
|
1282
1282
|
}
|
|
1283
1283
|
};
|
|
1284
1284
|
let a = t && setTimeout(() => {
|
|
@@ -1293,7 +1293,7 @@ const _s = (e) => {
|
|
|
1293
1293
|
const { signal: u } = o;
|
|
1294
1294
|
return u.unsubscribe = () => L.asap(s), u;
|
|
1295
1295
|
}
|
|
1296
|
-
},
|
|
1296
|
+
}, Ac = function* (e, t) {
|
|
1297
1297
|
let n = e.byteLength;
|
|
1298
1298
|
if (n < t) {
|
|
1299
1299
|
yield e;
|
|
@@ -1302,9 +1302,9 @@ const _s = (e) => {
|
|
|
1302
1302
|
let o = 0, r;
|
|
1303
1303
|
for (; o < n; )
|
|
1304
1304
|
r = o + t, yield e.slice(o, r), o = r;
|
|
1305
|
-
},
|
|
1305
|
+
}, _c = async function* (e, t) {
|
|
1306
1306
|
for await (const n of Dc(e))
|
|
1307
|
-
yield*
|
|
1307
|
+
yield* Ac(n, t);
|
|
1308
1308
|
}, Dc = async function* (e) {
|
|
1309
1309
|
if (e[Symbol.asyncIterator]) {
|
|
1310
1310
|
yield* e;
|
|
@@ -1322,7 +1322,7 @@ const _s = (e) => {
|
|
|
1322
1322
|
await t.cancel();
|
|
1323
1323
|
}
|
|
1324
1324
|
}, ki = (e, t, n, o) => {
|
|
1325
|
-
const r =
|
|
1325
|
+
const r = _c(e, t);
|
|
1326
1326
|
let i = 0, a, s = (u) => {
|
|
1327
1327
|
a || (a = !0, o && o(u));
|
|
1328
1328
|
};
|
|
@@ -1350,13 +1350,13 @@ const _s = (e) => {
|
|
|
1350
1350
|
}, {
|
|
1351
1351
|
highWaterMark: 2
|
|
1352
1352
|
});
|
|
1353
|
-
}, Yo = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function",
|
|
1353
|
+
}, Yo = typeof fetch == "function" && typeof Request == "function" && typeof Response == "function", _s = Yo && typeof ReadableStream == "function", Nc = Yo && (typeof TextEncoder == "function" ? /* @__PURE__ */ ((e) => (t) => e.encode(t))(new TextEncoder()) : async (e) => new Uint8Array(await new Response(e).arrayBuffer())), Ds = (e, ...t) => {
|
|
1354
1354
|
try {
|
|
1355
1355
|
return !!e(...t);
|
|
1356
1356
|
} catch {
|
|
1357
1357
|
return !1;
|
|
1358
1358
|
}
|
|
1359
|
-
}, Lc =
|
|
1359
|
+
}, Lc = _s && Ds(() => {
|
|
1360
1360
|
let e = !1;
|
|
1361
1361
|
const t = new Request(it.origin, {
|
|
1362
1362
|
body: new ReadableStream(),
|
|
@@ -1366,7 +1366,7 @@ const _s = (e) => {
|
|
|
1366
1366
|
}
|
|
1367
1367
|
}).headers.has("Content-Type");
|
|
1368
1368
|
return e && !t;
|
|
1369
|
-
}), xi = 64 * 1024, Br =
|
|
1369
|
+
}), xi = 64 * 1024, Br = _s && Ds(() => L.isReadableStream(new Response("").body)), No = {
|
|
1370
1370
|
stream: Br && ((e) => e.body)
|
|
1371
1371
|
};
|
|
1372
1372
|
Yo && ((e) => {
|
|
@@ -1407,7 +1407,7 @@ const Vc = async (e) => {
|
|
|
1407
1407
|
headers: c,
|
|
1408
1408
|
withCredentials: d = "same-origin",
|
|
1409
1409
|
fetchOptions: f
|
|
1410
|
-
} =
|
|
1410
|
+
} = As(e);
|
|
1411
1411
|
l = l ? (l + "").toLowerCase() : "text";
|
|
1412
1412
|
let p = Pc([r, i && i.toAbortSignal()], a), m;
|
|
1413
1413
|
const g = p && p.unsubscribe && (() => {
|
|
@@ -1525,7 +1525,7 @@ const Si = (e) => `- ${e}`, Mc = (e) => L.isFunction(e) || e === null || e === !
|
|
|
1525
1525
|
};
|
|
1526
1526
|
function fr(e) {
|
|
1527
1527
|
if (e.cancelToken && e.cancelToken.throwIfRequested(), e.signal && e.signal.aborted)
|
|
1528
|
-
throw new
|
|
1528
|
+
throw new _n(null, e);
|
|
1529
1529
|
}
|
|
1530
1530
|
function Ci(e) {
|
|
1531
1531
|
return fr(e), e.headers = dt.from(e.headers), e.data = dr.call(
|
|
@@ -1742,7 +1742,7 @@ class Xr {
|
|
|
1742
1742
|
o.unsubscribe(i);
|
|
1743
1743
|
}, a;
|
|
1744
1744
|
}, t(function(i, a, s) {
|
|
1745
|
-
o.reason || (o.reason = new
|
|
1745
|
+
o.reason || (o.reason = new _n(i, a, s), n(o.reason));
|
|
1746
1746
|
});
|
|
1747
1747
|
}
|
|
1748
1748
|
/**
|
|
@@ -1875,7 +1875,7 @@ function Vs(e) {
|
|
|
1875
1875
|
}
|
|
1876
1876
|
const Ge = Vs(yo);
|
|
1877
1877
|
Ge.Axios = hn;
|
|
1878
|
-
Ge.CanceledError =
|
|
1878
|
+
Ge.CanceledError = _n;
|
|
1879
1879
|
Ge.CancelToken = Xr;
|
|
1880
1880
|
Ge.isCancel = Fs;
|
|
1881
1881
|
Ge.VERSION = Ls;
|
|
@@ -1928,8 +1928,8 @@ function $i(e = {}) {
|
|
|
1928
1928
|
...e
|
|
1929
1929
|
};
|
|
1930
1930
|
}
|
|
1931
|
-
function
|
|
1932
|
-
|
|
1931
|
+
function Xt() {
|
|
1932
|
+
Qe();
|
|
1933
1933
|
const e = Kc(), t = Ge.create({
|
|
1934
1934
|
headers: $i()
|
|
1935
1935
|
});
|
|
@@ -1981,7 +1981,7 @@ function un() {
|
|
|
1981
1981
|
};
|
|
1982
1982
|
}
|
|
1983
1983
|
function Bt() {
|
|
1984
|
-
const e =
|
|
1984
|
+
const e = Qe(), { get: t, post: n, put: o, del: r } = Xt(), i = () => e.getAppId();
|
|
1985
1985
|
return {
|
|
1986
1986
|
getEntityRecords: async (g) => {
|
|
1987
1987
|
const h = i();
|
|
@@ -2040,17 +2040,17 @@ function Gc(e = "") {
|
|
|
2040
2040
|
endsWith: "ENDS_WITH"
|
|
2041
2041
|
};
|
|
2042
2042
|
let o = $({}), r = $([]), i = $([]), a = $([]);
|
|
2043
|
-
const s = $(""), u = $(1), l = $(25), c = $(0), d = $(0), f = $(0), p = $(!1), m = $([]), g = $(""), h = $({}), y = async (
|
|
2043
|
+
const s = $(""), u = $(1), l = $(25), c = $(0), d = $(0), f = $(0), p = $(!1), m = $([]), g = $(""), h = $({}), y = async (_, z = !0) => {
|
|
2044
2044
|
p.value = !0;
|
|
2045
2045
|
try {
|
|
2046
|
-
const N = await t.getEntityRecords(
|
|
2046
|
+
const N = await t.getEntityRecords(_);
|
|
2047
2047
|
N && N.response && (o.value = N.response, r.value = N.response.result, a.value = T(N.response.entity.entityDefinition.columns), i.value = C(N.response.entity.entityDefinition.columns), d.value = N.response.totalRecords, I());
|
|
2048
2048
|
} catch (N) {
|
|
2049
2049
|
console.error("Error fetching entity:", N.errorMessage);
|
|
2050
2050
|
} finally {
|
|
2051
2051
|
p.value = !1;
|
|
2052
2052
|
}
|
|
2053
|
-
}, x = async (
|
|
2053
|
+
}, x = async (_ = !0) => {
|
|
2054
2054
|
p.value = !0;
|
|
2055
2055
|
try {
|
|
2056
2056
|
const z = {
|
|
@@ -2070,7 +2070,7 @@ function Gc(e = "") {
|
|
|
2070
2070
|
} finally {
|
|
2071
2071
|
p.value = !1;
|
|
2072
2072
|
}
|
|
2073
|
-
}, C = (
|
|
2073
|
+
}, C = (_) => _.filter((z) => z.fieldType !== "ENTITY").map((z) => ({
|
|
2074
2074
|
field: z.name,
|
|
2075
2075
|
name: z.displayName ? z.displayName : z.name,
|
|
2076
2076
|
filterable: z.filterable,
|
|
@@ -2078,17 +2078,17 @@ function Gc(e = "") {
|
|
|
2078
2078
|
sortable: !0,
|
|
2079
2079
|
displayFormatKey: z.displayFormatKey,
|
|
2080
2080
|
displayFormat: z.displayFormat
|
|
2081
|
-
})), T = (
|
|
2082
|
-
s.value =
|
|
2083
|
-
}, B = (
|
|
2084
|
-
l.value =
|
|
2081
|
+
})), T = (_) => _.filter((z) => !(z.fieldType && z.fieldType === "ENTITY")), F = (_) => {
|
|
2082
|
+
s.value = _.sortField, u.value = _.sortOrder, f.value = 0, x();
|
|
2083
|
+
}, B = (_) => {
|
|
2084
|
+
l.value = _.rows, c.value = _.page, f.value = _.first, x();
|
|
2085
2085
|
}, O = () => {
|
|
2086
2086
|
x();
|
|
2087
2087
|
}, v = () => {
|
|
2088
2088
|
x();
|
|
2089
|
-
}, k = (
|
|
2090
|
-
if (
|
|
2091
|
-
switch (
|
|
2089
|
+
}, k = (_) => {
|
|
2090
|
+
if (_)
|
|
2091
|
+
switch (_.toLowerCase()) {
|
|
2092
2092
|
case "integer":
|
|
2093
2093
|
case "int":
|
|
2094
2094
|
case "numeric":
|
|
@@ -2101,12 +2101,12 @@ function Gc(e = "") {
|
|
|
2101
2101
|
default:
|
|
2102
2102
|
return "text";
|
|
2103
2103
|
}
|
|
2104
|
-
}, E = (
|
|
2105
|
-
const z = i.value.find((N) => N.field ===
|
|
2104
|
+
}, E = (_) => {
|
|
2105
|
+
const z = i.value.find((N) => N.field === _);
|
|
2106
2106
|
return z ? z.datatype : null;
|
|
2107
2107
|
}, I = () => {
|
|
2108
|
-
for (let
|
|
2109
|
-
const z = a.value[
|
|
2108
|
+
for (let _ = 0; _ < a.value.length; _++) {
|
|
2109
|
+
const z = a.value[_];
|
|
2110
2110
|
if (z.primaryKey && z.primaryKey == !0) {
|
|
2111
2111
|
h.value = z, s.value = z.name;
|
|
2112
2112
|
break;
|
|
@@ -2165,7 +2165,7 @@ const nt = (e, t) => {
|
|
|
2165
2165
|
}),
|
|
2166
2166
|
emits: /* @__PURE__ */ ze(["input"], ["update:modelValue"]),
|
|
2167
2167
|
setup(e, { emit: t }) {
|
|
2168
|
-
const n =
|
|
2168
|
+
const n = et(e, "modelValue"), o = t, r = (i) => {
|
|
2169
2169
|
o("input", i.name);
|
|
2170
2170
|
};
|
|
2171
2171
|
if (e.column && !e.column.fieldType && !e.column.inputComponent) {
|
|
@@ -2187,7 +2187,7 @@ const nt = (e, t) => {
|
|
|
2187
2187
|
i = "INPUT_UUID";
|
|
2188
2188
|
break;
|
|
2189
2189
|
case "date":
|
|
2190
|
-
i = "
|
|
2190
|
+
i = "INPUT_CALENDAR";
|
|
2191
2191
|
break;
|
|
2192
2192
|
default:
|
|
2193
2193
|
i = "INPUT_STRING";
|
|
@@ -2206,7 +2206,7 @@ const nt = (e, t) => {
|
|
|
2206
2206
|
Je(X(e.column.displayName || e.column.name) + " ", 1),
|
|
2207
2207
|
e.column.required ? (b(), S("span", Jc, "*")) : V("", !0)
|
|
2208
2208
|
], 8, Xc),
|
|
2209
|
-
e.column.inputComponent.toLowerCase() == "
|
|
2209
|
+
e.column.inputComponent.toLowerCase() == "input_calendar" ? (b(), M(s, {
|
|
2210
2210
|
key: 0,
|
|
2211
2211
|
modelValue: n.value,
|
|
2212
2212
|
"onUpdate:modelValue": a[0] || (a[0] = (h) => n.value = h),
|
|
@@ -2218,19 +2218,19 @@ const nt = (e, t) => {
|
|
|
2218
2218
|
key: 1,
|
|
2219
2219
|
modelValue: n.value,
|
|
2220
2220
|
"onUpdate:modelValue": a[2] || (a[2] = (h) => n.value = h),
|
|
2221
|
+
mode: "decimal",
|
|
2221
2222
|
id: e.column.name,
|
|
2222
2223
|
name: e.column.name,
|
|
2223
2224
|
allowEmpty: !0,
|
|
2224
2225
|
format: !1,
|
|
2225
2226
|
onInput: a[3] || (a[3] = (h) => r(e.column)),
|
|
2226
2227
|
invalid: ((f = e.errors) == null ? void 0 : f.length) > 0
|
|
2227
|
-
}, null, 8, ["modelValue", "id", "name", "invalid"])) : e.column.
|
|
2228
|
+
}, null, 8, ["modelValue", "id", "name", "invalid"])) : e.column.inputComponent.toLowerCase() == "input_float" ? (b(), M(u, {
|
|
2228
2229
|
key: 2,
|
|
2229
|
-
|
|
2230
|
-
|
|
2230
|
+
minFractionDigits: 2,
|
|
2231
|
+
maxFractionDigits: 5,
|
|
2231
2232
|
id: e.column.name,
|
|
2232
2233
|
allowEmpty: !0,
|
|
2233
|
-
format: !1,
|
|
2234
2234
|
name: e.column.name,
|
|
2235
2235
|
onInput: a[4] || (a[4] = (h) => r(e.column)),
|
|
2236
2236
|
invalid: ((p = e.errors) == null ? void 0 : p.length) > 0
|
|
@@ -2266,7 +2266,7 @@ const nt = (e, t) => {
|
|
|
2266
2266
|
], 64);
|
|
2267
2267
|
};
|
|
2268
2268
|
}
|
|
2269
|
-
}, Jo = /* @__PURE__ */ nt(od, [["__scopeId", "data-v-
|
|
2269
|
+
}, Jo = /* @__PURE__ */ nt(od, [["__scopeId", "data-v-8a5ef973"]]);
|
|
2270
2270
|
/**
|
|
2271
2271
|
* vee-validate v4.15.0
|
|
2272
2272
|
* (c) 2024 Abdelrahman Awad
|
|
@@ -2347,7 +2347,7 @@ const ld = Symbol("vee-validate-form"), ud = Symbol("vee-validate-form-context")
|
|
|
2347
2347
|
function dd(e) {
|
|
2348
2348
|
return Tt(e) && !!e.__locatorRef;
|
|
2349
2349
|
}
|
|
2350
|
-
function
|
|
2350
|
+
function rn(e) {
|
|
2351
2351
|
return !!e && Tt(e.parse) && e.__type === "VVTypedSchema";
|
|
2352
2352
|
}
|
|
2353
2353
|
function js(e) {
|
|
@@ -2558,7 +2558,7 @@ function Hs(e) {
|
|
|
2558
2558
|
function vd(e) {
|
|
2559
2559
|
return e.type === "number" || e.type === "range" ? Number.isNaN(e.valueAsNumber) ? e.value : e.valueAsNumber : e.value;
|
|
2560
2560
|
}
|
|
2561
|
-
function
|
|
2561
|
+
function Ai(e) {
|
|
2562
2562
|
if (!Us(e))
|
|
2563
2563
|
return e;
|
|
2564
2564
|
const t = e.target;
|
|
@@ -2585,16 +2585,16 @@ function wd(e) {
|
|
|
2585
2585
|
configurable: !1
|
|
2586
2586
|
}), e ? Rn(e) && e._$$isNormalized ? e : Rn(e) ? Object.keys(e).reduce((n, o) => {
|
|
2587
2587
|
const r = kd(e[o]);
|
|
2588
|
-
return e[o] !== !1 && (n[o] =
|
|
2588
|
+
return e[o] !== !1 && (n[o] = _i(r)), n;
|
|
2589
2589
|
}, t) : typeof e != "string" ? t : e.split("|").reduce((n, o) => {
|
|
2590
2590
|
const r = xd(o);
|
|
2591
|
-
return r.name && (n[r.name] =
|
|
2591
|
+
return r.name && (n[r.name] = _i(r.params)), n;
|
|
2592
2592
|
}, t) : t;
|
|
2593
2593
|
}
|
|
2594
2594
|
function kd(e) {
|
|
2595
2595
|
return e === !0 ? [] : Array.isArray(e) || Rn(e) ? e : [e];
|
|
2596
2596
|
}
|
|
2597
|
-
function
|
|
2597
|
+
function _i(e) {
|
|
2598
2598
|
const t = (n) => typeof n == "string" && n[0] === "@" ? Sd(n.slice(1)) : n;
|
|
2599
2599
|
return Array.isArray(e) ? e.map(t) : e instanceof RegExp ? [e] : Object.keys(e).reduce((n, o) => (n[o] = t(e[o]), n), {});
|
|
2600
2600
|
}
|
|
@@ -2632,7 +2632,7 @@ async function $d(e, t, n = {}) {
|
|
|
2632
2632
|
}
|
|
2633
2633
|
async function Od(e, t) {
|
|
2634
2634
|
const n = e.rules;
|
|
2635
|
-
if (
|
|
2635
|
+
if (rn(n) || js(n))
|
|
2636
2636
|
return Id(t, Object.assign(Object.assign({}, e), { rules: n }));
|
|
2637
2637
|
if (Tt(n) || Array.isArray(n)) {
|
|
2638
2638
|
const s = {
|
|
@@ -2704,7 +2704,7 @@ function Ws(e) {
|
|
|
2704
2704
|
};
|
|
2705
2705
|
}
|
|
2706
2706
|
async function Id(e, t) {
|
|
2707
|
-
const o = await (
|
|
2707
|
+
const o = await (rn(t.rules) ? t.rules : Ws(t.rules)).parse(e, { formData: t.formData }), r = [];
|
|
2708
2708
|
for (const i of o.errors)
|
|
2709
2709
|
i.errors.length && r.push(...i.errors);
|
|
2710
2710
|
return {
|
|
@@ -2739,7 +2739,7 @@ function Fd(e, t) {
|
|
|
2739
2739
|
return Array.isArray(e) ? e.map(n) : Object.keys(e).reduce((o, r) => (o[r] = n(e[r]), o), {});
|
|
2740
2740
|
}
|
|
2741
2741
|
async function Rd(e, t) {
|
|
2742
|
-
const o = await (
|
|
2742
|
+
const o = await (rn(e) ? e : Ws(e)).parse(Le(t), { formData: Le(t) }), r = {}, i = {};
|
|
2743
2743
|
for (const a of o.errors) {
|
|
2744
2744
|
const s = a.errors, u = (a.path || "").replace(/\["(\d+)"\]/g, (l, c) => `[${c}]`);
|
|
2745
2745
|
r[u] = { valid: !s.length, errors: s }, s.length && (i[u] = s[0]);
|
|
@@ -2777,69 +2777,69 @@ async function Pd(e, t, n) {
|
|
|
2777
2777
|
source: "schema"
|
|
2778
2778
|
};
|
|
2779
2779
|
}
|
|
2780
|
-
let
|
|
2780
|
+
let Ad = 0;
|
|
2781
2781
|
const Co = ["bails", "fieldsCount", "id", "multiple", "type", "validate"];
|
|
2782
2782
|
function Ks(e) {
|
|
2783
2783
|
const n = Object.assign({}, Ee({})), o = Y(void 0);
|
|
2784
|
-
return o &&
|
|
2784
|
+
return o && rn(o) && Tt(o.cast) ? Le(o.cast(n) || {}) : Le(n);
|
|
2785
2785
|
}
|
|
2786
2786
|
function Gs(e) {
|
|
2787
2787
|
var t;
|
|
2788
|
-
const n =
|
|
2788
|
+
const n = Ad++, o = "Form";
|
|
2789
2789
|
let r = 0;
|
|
2790
2790
|
const i = $(!1), a = $(!1), s = $(0), u = [], l = Nt(Ks()), c = $([]), d = $({}), f = $({}), p = yd(() => {
|
|
2791
|
-
f.value = c.value.reduce((
|
|
2791
|
+
f.value = c.value.reduce((P, A) => (P[xo(Ee(A.path))] = A, P), {});
|
|
2792
2792
|
});
|
|
2793
|
-
function m(
|
|
2794
|
-
const W = ie(
|
|
2793
|
+
function m(P, A) {
|
|
2794
|
+
const W = ie(P);
|
|
2795
2795
|
if (!W) {
|
|
2796
|
-
typeof
|
|
2796
|
+
typeof P == "string" && (d.value[xo(P)] = Pi(A));
|
|
2797
2797
|
return;
|
|
2798
2798
|
}
|
|
2799
|
-
if (typeof
|
|
2800
|
-
const ne = xo(
|
|
2799
|
+
if (typeof P == "string") {
|
|
2800
|
+
const ne = xo(P);
|
|
2801
2801
|
d.value[ne] && delete d.value[ne];
|
|
2802
2802
|
}
|
|
2803
|
-
W.errors = Pi(
|
|
2803
|
+
W.errors = Pi(A), W.valid = !W.errors.length;
|
|
2804
2804
|
}
|
|
2805
|
-
function g(
|
|
2806
|
-
vt(
|
|
2807
|
-
m(
|
|
2805
|
+
function g(P) {
|
|
2806
|
+
vt(P).forEach((A) => {
|
|
2807
|
+
m(A, P[A]);
|
|
2808
2808
|
});
|
|
2809
2809
|
}
|
|
2810
2810
|
const h = Z(() => {
|
|
2811
|
-
const
|
|
2812
|
-
return Object.assign(Object.assign({}, d.value),
|
|
2813
|
-
}), y = Z(() => vt(h.value).reduce((
|
|
2814
|
-
const W = h.value[
|
|
2815
|
-
return W != null && W.length && (
|
|
2816
|
-
}, {})), x = Z(() => c.value.reduce((
|
|
2811
|
+
const P = c.value.reduce((A, W) => (W.errors.length && (A[Ee(W.path)] = W.errors), A), {});
|
|
2812
|
+
return Object.assign(Object.assign({}, d.value), P);
|
|
2813
|
+
}), y = Z(() => vt(h.value).reduce((P, A) => {
|
|
2814
|
+
const W = h.value[A];
|
|
2815
|
+
return W != null && W.length && (P[A] = W[0]), P;
|
|
2816
|
+
}, {})), x = Z(() => c.value.reduce((P, A) => (P[Ee(A.path)] = { name: Ee(A.path) || "", label: A.label || "" }, P), {})), C = Z(() => c.value.reduce((P, A) => {
|
|
2817
2817
|
var W;
|
|
2818
|
-
return
|
|
2819
|
-
}, {})), T = Object.assign({}, {}), F = (t = void 0) !== null && t !== void 0 ? t : !1, { initialValues: B, originalInitialValues: O, setInitialValues: v } = Dd(c, l), k =
|
|
2820
|
-
const W = qt(l, Ee(
|
|
2821
|
-
return Ut(
|
|
2818
|
+
return P[Ee(A.path)] = (W = A.bails) !== null && W !== void 0 ? W : !0, P;
|
|
2819
|
+
}, {})), T = Object.assign({}, {}), F = (t = void 0) !== null && t !== void 0 ? t : !1, { initialValues: B, originalInitialValues: O, setInitialValues: v } = Dd(c, l), k = _d(c, l, O, y), E = Z(() => c.value.reduce((P, A) => {
|
|
2820
|
+
const W = qt(l, Ee(A.path));
|
|
2821
|
+
return Ut(P, Ee(A.path), W), P;
|
|
2822
2822
|
}, {})), I = void 0;
|
|
2823
|
-
function
|
|
2823
|
+
function _(P, A) {
|
|
2824
2824
|
var W, ne;
|
|
2825
|
-
const me = Z(() => qt(B.value, Ee(
|
|
2825
|
+
const me = Z(() => qt(B.value, Ee(P))), be = f.value[Ee(P)], ue = (A == null ? void 0 : A.type) === "checkbox" || (A == null ? void 0 : A.type) === "radio";
|
|
2826
2826
|
if (be && ue) {
|
|
2827
2827
|
be.multiple = !0;
|
|
2828
2828
|
const Me = r++;
|
|
2829
2829
|
return Array.isArray(be.id) ? be.id.push(Me) : be.id = [be.id, Me], be.fieldsCount++, be.__flags.pendingUnmount[Me] = !1, be;
|
|
2830
2830
|
}
|
|
2831
|
-
const U = Z(() => qt(l, Ee(
|
|
2832
|
-
se !== -1 &&
|
|
2831
|
+
const U = Z(() => qt(l, Ee(P))), Q = Ee(P), se = R.findIndex((Me) => Me === Q);
|
|
2832
|
+
se !== -1 && R.splice(se, 1);
|
|
2833
2833
|
const ae = Z(() => {
|
|
2834
2834
|
var Me, ot, Nn, Ln;
|
|
2835
2835
|
const Vn = Ee(I);
|
|
2836
|
-
if (
|
|
2837
|
-
return (ot = (Me = Vn.describe) === null || Me === void 0 ? void 0 : Me.call(Vn, Ee(
|
|
2838
|
-
const sr = Ee(
|
|
2839
|
-
return
|
|
2836
|
+
if (rn(Vn))
|
|
2837
|
+
return (ot = (Me = Vn.describe) === null || Me === void 0 ? void 0 : Me.call(Vn, Ee(P)).required) !== null && ot !== void 0 ? ot : !1;
|
|
2838
|
+
const sr = Ee(A == null ? void 0 : A.schema);
|
|
2839
|
+
return rn(sr) && (Ln = (Nn = sr.describe) === null || Nn === void 0 ? void 0 : Nn.call(sr).required) !== null && Ln !== void 0 ? Ln : !1;
|
|
2840
2840
|
}), ge = r++, De = Nt({
|
|
2841
2841
|
id: ge,
|
|
2842
|
-
path:
|
|
2842
|
+
path: P,
|
|
2843
2843
|
touched: !1,
|
|
2844
2844
|
pending: !1,
|
|
2845
2845
|
valid: !0,
|
|
@@ -2847,9 +2847,9 @@ function Gs(e) {
|
|
|
2847
2847
|
required: ae,
|
|
2848
2848
|
initialValue: me,
|
|
2849
2849
|
errors: nu([]),
|
|
2850
|
-
bails: (ne =
|
|
2851
|
-
label:
|
|
2852
|
-
type: (
|
|
2850
|
+
bails: (ne = A == null ? void 0 : A.bails) !== null && ne !== void 0 ? ne : !1,
|
|
2851
|
+
label: A == null ? void 0 : A.label,
|
|
2852
|
+
type: (A == null ? void 0 : A.type) || "default",
|
|
2853
2853
|
value: U,
|
|
2854
2854
|
multiple: !1,
|
|
2855
2855
|
__flags: {
|
|
@@ -2857,12 +2857,12 @@ function Gs(e) {
|
|
|
2857
2857
|
pendingReset: !1
|
|
2858
2858
|
},
|
|
2859
2859
|
fieldsCount: 1,
|
|
2860
|
-
validate:
|
|
2860
|
+
validate: A == null ? void 0 : A.validate,
|
|
2861
2861
|
dirty: Z(() => !Gn(Y(U), Y(me)))
|
|
2862
2862
|
});
|
|
2863
2863
|
return c.value.push(De), f.value[Q] = De, p(), y.value[Q] && !T[Q] && mt(() => {
|
|
2864
2864
|
st(Q, { mode: "silent" });
|
|
2865
|
-
}), Gt(
|
|
2865
|
+
}), Gt(P) && $e(P, (Me) => {
|
|
2866
2866
|
p();
|
|
2867
2867
|
const ot = Le(U.value);
|
|
2868
2868
|
f.value[Me] = De, mt(() => {
|
|
@@ -2870,61 +2870,61 @@ function Gs(e) {
|
|
|
2870
2870
|
});
|
|
2871
2871
|
}), De;
|
|
2872
2872
|
}
|
|
2873
|
-
const z = Ri(bt, 5), N = Ri(bt, 5), K = bd(async (
|
|
2873
|
+
const z = Ri(bt, 5), N = Ri(bt, 5), K = bd(async (P) => await (P === "silent" ? z() : N()), (P, [A]) => {
|
|
2874
2874
|
const W = vt(Ce.errorBag.value), me = [
|
|
2875
|
-
.../* @__PURE__ */ new Set([...vt(
|
|
2875
|
+
.../* @__PURE__ */ new Set([...vt(P.results), ...c.value.map((be) => be.path), ...W])
|
|
2876
2876
|
].sort().reduce((be, ue) => {
|
|
2877
2877
|
var U;
|
|
2878
|
-
const Q = ue, se = ie(Q) || D(Q), ae = ((U =
|
|
2879
|
-
return be.results[ge] = De, De.valid || (be.errors[ge] = De.errors[0]), se && d.value[ge] && delete d.value[ge], se ? (se.valid = De.valid,
|
|
2878
|
+
const Q = ue, se = ie(Q) || D(Q), ae = ((U = P.results[Q]) === null || U === void 0 ? void 0 : U.errors) || [], ge = Ee(se == null ? void 0 : se.path) || Q, De = Nd({ errors: ae, valid: !ae.length }, be.results[ge]);
|
|
2879
|
+
return be.results[ge] = De, De.valid || (be.errors[ge] = De.errors[0]), se && d.value[ge] && delete d.value[ge], se ? (se.valid = De.valid, A === "silent" || A === "validated-only" && !se.validated || m(se, De.errors), be) : (m(ge, ae), be);
|
|
2880
2880
|
}, {
|
|
2881
|
-
valid:
|
|
2881
|
+
valid: P.valid,
|
|
2882
2882
|
results: {},
|
|
2883
2883
|
errors: {},
|
|
2884
|
-
source:
|
|
2884
|
+
source: P.source
|
|
2885
2885
|
});
|
|
2886
|
-
return
|
|
2886
|
+
return P.values && (me.values = P.values, me.source = P.source), vt(me.results).forEach((be) => {
|
|
2887
2887
|
var ue;
|
|
2888
2888
|
const U = ie(be);
|
|
2889
|
-
U &&
|
|
2889
|
+
U && A !== "silent" && (A === "validated-only" && !U.validated || m(U, (ue = me.results[be]) === null || ue === void 0 ? void 0 : ue.errors));
|
|
2890
2890
|
}), me;
|
|
2891
2891
|
});
|
|
2892
|
-
function J(
|
|
2893
|
-
c.value.forEach(
|
|
2892
|
+
function J(P) {
|
|
2893
|
+
c.value.forEach(P);
|
|
2894
2894
|
}
|
|
2895
|
-
function ie(
|
|
2896
|
-
const
|
|
2897
|
-
return typeof
|
|
2895
|
+
function ie(P) {
|
|
2896
|
+
const A = typeof P == "string" ? xo(P) : P;
|
|
2897
|
+
return typeof A == "string" ? f.value[A] : A;
|
|
2898
2898
|
}
|
|
2899
|
-
function D(
|
|
2900
|
-
return c.value.filter((W) =>
|
|
2899
|
+
function D(P) {
|
|
2900
|
+
return c.value.filter((W) => P.startsWith(Ee(W.path))).reduce((W, ne) => W ? ne.path.length > W.path.length ? ne : W : ne, void 0);
|
|
2901
2901
|
}
|
|
2902
|
-
let
|
|
2903
|
-
function de(
|
|
2904
|
-
return
|
|
2905
|
-
[...
|
|
2902
|
+
let R = [], j;
|
|
2903
|
+
function de(P) {
|
|
2904
|
+
return R.push(P), j || (j = mt(() => {
|
|
2905
|
+
[...R].sort().reverse().forEach((W) => {
|
|
2906
2906
|
Fi(l, W);
|
|
2907
|
-
}),
|
|
2907
|
+
}), R = [], j = null;
|
|
2908
2908
|
})), j;
|
|
2909
2909
|
}
|
|
2910
|
-
function ve(
|
|
2910
|
+
function ve(P) {
|
|
2911
2911
|
return function(W, ne) {
|
|
2912
2912
|
return function(be) {
|
|
2913
2913
|
return be instanceof Event && (be.preventDefault(), be.stopPropagation()), J((ue) => ue.touched = !0), i.value = !0, s.value++, He().then((ue) => {
|
|
2914
2914
|
const U = Le(l);
|
|
2915
2915
|
if (ue.valid && typeof W == "function") {
|
|
2916
2916
|
const Q = Le(E.value);
|
|
2917
|
-
let se =
|
|
2917
|
+
let se = P ? Q : U;
|
|
2918
2918
|
return ue.values && (se = ue.source === "schema" ? ue.values : Object.assign({}, se, ue.values)), W(se, {
|
|
2919
2919
|
evt: be,
|
|
2920
2920
|
controlledValues: Q,
|
|
2921
2921
|
setErrors: g,
|
|
2922
2922
|
setFieldError: m,
|
|
2923
|
-
setTouched:
|
|
2923
|
+
setTouched: Ae,
|
|
2924
2924
|
setFieldTouched: ht,
|
|
2925
2925
|
setValues: rt,
|
|
2926
2926
|
setFieldValue: je,
|
|
2927
|
-
resetForm:
|
|
2927
|
+
resetForm: _e,
|
|
2928
2928
|
resetField: Fe
|
|
2929
2929
|
});
|
|
2930
2930
|
}
|
|
@@ -2942,22 +2942,22 @@ function Gs(e) {
|
|
|
2942
2942
|
}
|
|
2943
2943
|
const le = ve(!1);
|
|
2944
2944
|
le.withControlled = ve(!0);
|
|
2945
|
-
function fe(
|
|
2946
|
-
const W = c.value.findIndex((me) => me.path ===
|
|
2945
|
+
function fe(P, A) {
|
|
2946
|
+
const W = c.value.findIndex((me) => me.path === P && (Array.isArray(me.id) ? me.id.includes(A) : me.id === A)), ne = c.value[W];
|
|
2947
2947
|
if (!(W === -1 || !ne)) {
|
|
2948
2948
|
if (mt(() => {
|
|
2949
|
-
st(
|
|
2949
|
+
st(P, { mode: "silent", warn: !1 });
|
|
2950
2950
|
}), ne.multiple && ne.fieldsCount && ne.fieldsCount--, Array.isArray(ne.id)) {
|
|
2951
|
-
const me = ne.id.indexOf(
|
|
2952
|
-
me >= 0 && ne.id.splice(me, 1), delete ne.__flags.pendingUnmount[
|
|
2951
|
+
const me = ne.id.indexOf(A);
|
|
2952
|
+
me >= 0 && ne.id.splice(me, 1), delete ne.__flags.pendingUnmount[A];
|
|
2953
2953
|
}
|
|
2954
|
-
(!ne.multiple || ne.fieldsCount <= 0) && (c.value.splice(W, 1), Rt(
|
|
2954
|
+
(!ne.multiple || ne.fieldsCount <= 0) && (c.value.splice(W, 1), Rt(P), p(), delete f.value[P]);
|
|
2955
2955
|
}
|
|
2956
2956
|
}
|
|
2957
|
-
function ke(
|
|
2958
|
-
vt(f.value).forEach((
|
|
2959
|
-
|
|
2960
|
-
}), c.value = c.value.filter((
|
|
2957
|
+
function ke(P) {
|
|
2958
|
+
vt(f.value).forEach((A) => {
|
|
2959
|
+
A.startsWith(P) && delete f.value[A];
|
|
2960
|
+
}), c.value = c.value.filter((A) => !A.path.startsWith(P)), mt(() => {
|
|
2961
2961
|
p();
|
|
2962
2962
|
});
|
|
2963
2963
|
}
|
|
@@ -2983,18 +2983,18 @@ function Gs(e) {
|
|
|
2983
2983
|
setValues: rt,
|
|
2984
2984
|
setErrors: g,
|
|
2985
2985
|
setFieldTouched: ht,
|
|
2986
|
-
setTouched:
|
|
2987
|
-
resetForm:
|
|
2986
|
+
setTouched: Ae,
|
|
2987
|
+
resetForm: _e,
|
|
2988
2988
|
resetField: Fe,
|
|
2989
2989
|
handleSubmit: le,
|
|
2990
2990
|
useFieldModel: cn,
|
|
2991
2991
|
defineInputBinds: pe,
|
|
2992
2992
|
defineComponentBinds: Et,
|
|
2993
|
-
defineField:
|
|
2993
|
+
defineField: Qt,
|
|
2994
2994
|
stageInitialValue: Ye,
|
|
2995
2995
|
unsetInitialValue: Rt,
|
|
2996
2996
|
setFieldInitialValue: lt,
|
|
2997
|
-
createPathState:
|
|
2997
|
+
createPathState: _,
|
|
2998
2998
|
getPathState: ie,
|
|
2999
2999
|
unsetPathValue: de,
|
|
3000
3000
|
removePathState: fe,
|
|
@@ -3005,84 +3005,84 @@ function Gs(e) {
|
|
|
3005
3005
|
isFieldDirty: q,
|
|
3006
3006
|
isFieldValid: Be
|
|
3007
3007
|
};
|
|
3008
|
-
function je(
|
|
3009
|
-
const ne = Le(
|
|
3010
|
-
ie(me) ||
|
|
3008
|
+
function je(P, A, W = !0) {
|
|
3009
|
+
const ne = Le(A), me = typeof P == "string" ? P : P.path;
|
|
3010
|
+
ie(me) || _(me), Ut(l, me, ne), W && st(me);
|
|
3011
3011
|
}
|
|
3012
|
-
function pt(
|
|
3012
|
+
function pt(P, A = !0) {
|
|
3013
3013
|
vt(l).forEach((W) => {
|
|
3014
3014
|
delete l[W];
|
|
3015
|
-
}), vt(
|
|
3016
|
-
je(W,
|
|
3017
|
-
}),
|
|
3015
|
+
}), vt(P).forEach((W) => {
|
|
3016
|
+
je(W, P[W], !1);
|
|
3017
|
+
}), A && He();
|
|
3018
3018
|
}
|
|
3019
|
-
function rt(
|
|
3020
|
-
eo(l,
|
|
3019
|
+
function rt(P, A = !0) {
|
|
3020
|
+
eo(l, P), u.forEach((W) => W && W.reset()), A && He();
|
|
3021
3021
|
}
|
|
3022
|
-
function Ct(
|
|
3023
|
-
const W = ie(Ee(
|
|
3022
|
+
function Ct(P, A) {
|
|
3023
|
+
const W = ie(Ee(P)) || _(P);
|
|
3024
3024
|
return Z({
|
|
3025
3025
|
get() {
|
|
3026
3026
|
return W.value;
|
|
3027
3027
|
},
|
|
3028
3028
|
set(ne) {
|
|
3029
3029
|
var me;
|
|
3030
|
-
const be = Ee(
|
|
3031
|
-
je(be, ne, (me = Ee(
|
|
3030
|
+
const be = Ee(P);
|
|
3031
|
+
je(be, ne, (me = Ee(A)) !== null && me !== void 0 ? me : !1);
|
|
3032
3032
|
}
|
|
3033
3033
|
});
|
|
3034
3034
|
}
|
|
3035
|
-
function ht(
|
|
3036
|
-
const W = ie(
|
|
3037
|
-
W && (W.touched =
|
|
3035
|
+
function ht(P, A) {
|
|
3036
|
+
const W = ie(P);
|
|
3037
|
+
W && (W.touched = A);
|
|
3038
3038
|
}
|
|
3039
|
-
function te(
|
|
3040
|
-
const
|
|
3041
|
-
return
|
|
3039
|
+
function te(P) {
|
|
3040
|
+
const A = ie(P);
|
|
3041
|
+
return A ? A.touched : c.value.filter((W) => W.path.startsWith(P)).some((W) => W.touched);
|
|
3042
3042
|
}
|
|
3043
|
-
function q(
|
|
3044
|
-
const
|
|
3045
|
-
return
|
|
3043
|
+
function q(P) {
|
|
3044
|
+
const A = ie(P);
|
|
3045
|
+
return A ? A.dirty : c.value.filter((W) => W.path.startsWith(P)).some((W) => W.dirty);
|
|
3046
3046
|
}
|
|
3047
|
-
function Be(
|
|
3048
|
-
const
|
|
3049
|
-
return
|
|
3047
|
+
function Be(P) {
|
|
3048
|
+
const A = ie(P);
|
|
3049
|
+
return A ? A.valid : c.value.filter((W) => W.path.startsWith(P)).every((W) => W.valid);
|
|
3050
3050
|
}
|
|
3051
|
-
function
|
|
3052
|
-
if (typeof
|
|
3053
|
-
J((
|
|
3054
|
-
|
|
3051
|
+
function Ae(P) {
|
|
3052
|
+
if (typeof P == "boolean") {
|
|
3053
|
+
J((A) => {
|
|
3054
|
+
A.touched = P;
|
|
3055
3055
|
});
|
|
3056
3056
|
return;
|
|
3057
3057
|
}
|
|
3058
|
-
vt(
|
|
3059
|
-
ht(
|
|
3058
|
+
vt(P).forEach((A) => {
|
|
3059
|
+
ht(A, !!P[A]);
|
|
3060
3060
|
});
|
|
3061
3061
|
}
|
|
3062
|
-
function Fe(
|
|
3062
|
+
function Fe(P, A) {
|
|
3063
3063
|
var W;
|
|
3064
|
-
const ne =
|
|
3065
|
-
me && (me.__flags.pendingReset = !0), lt(
|
|
3064
|
+
const ne = A && "value" in A ? A.value : qt(B.value, P), me = ie(P);
|
|
3065
|
+
me && (me.__flags.pendingReset = !0), lt(P, Le(ne), !0), je(P, ne, !1), ht(P, (W = A == null ? void 0 : A.touched) !== null && W !== void 0 ? W : !1), m(P, (A == null ? void 0 : A.errors) || []), mt(() => {
|
|
3066
3066
|
me && (me.__flags.pendingReset = !1);
|
|
3067
3067
|
});
|
|
3068
3068
|
}
|
|
3069
|
-
function
|
|
3070
|
-
let W = Le(
|
|
3071
|
-
W =
|
|
3069
|
+
function _e(P, A) {
|
|
3070
|
+
let W = Le(P != null && P.values ? P.values : O.value);
|
|
3071
|
+
W = A != null && A.force ? W : eo(O.value, W), W = rn(I) && Tt(I.cast) ? I.cast(W) : W, v(W, { force: A == null ? void 0 : A.force }), J((ne) => {
|
|
3072
3072
|
var me;
|
|
3073
|
-
ne.__flags.pendingReset = !0, ne.validated = !1, ne.touched = ((me =
|
|
3074
|
-
}),
|
|
3073
|
+
ne.__flags.pendingReset = !0, ne.validated = !1, ne.touched = ((me = P == null ? void 0 : P.touched) === null || me === void 0 ? void 0 : me[Ee(ne.path)]) || !1, je(Ee(ne.path), qt(W, Ee(ne.path)), !1), m(Ee(ne.path), void 0);
|
|
3074
|
+
}), A != null && A.force ? pt(W, !1) : rt(W, !1), g((P == null ? void 0 : P.errors) || {}), s.value = (P == null ? void 0 : P.submitCount) || 0, mt(() => {
|
|
3075
3075
|
He({ mode: "silent" }), J((ne) => {
|
|
3076
3076
|
ne.__flags.pendingReset = !1;
|
|
3077
3077
|
});
|
|
3078
3078
|
});
|
|
3079
3079
|
}
|
|
3080
|
-
async function He(
|
|
3081
|
-
const
|
|
3082
|
-
if (
|
|
3083
|
-
return Ce.validateSchema(
|
|
3080
|
+
async function He(P) {
|
|
3081
|
+
const A = (P == null ? void 0 : P.mode) || "force";
|
|
3082
|
+
if (A === "force" && J((ue) => ue.validated = !0), Ce.validateSchema)
|
|
3083
|
+
return Ce.validateSchema(A);
|
|
3084
3084
|
a.value = !0;
|
|
3085
|
-
const W = await Promise.all(c.value.map((ue) => ue.validate ? ue.validate(
|
|
3085
|
+
const W = await Promise.all(c.value.map((ue) => ue.validate ? ue.validate(P).then((U) => ({
|
|
3086
3086
|
key: Ee(ue.path),
|
|
3087
3087
|
valid: U.valid,
|
|
3088
3088
|
errors: U.errors,
|
|
@@ -3108,42 +3108,42 @@ function Gs(e) {
|
|
|
3108
3108
|
source: "fields"
|
|
3109
3109
|
};
|
|
3110
3110
|
}
|
|
3111
|
-
async function st(
|
|
3111
|
+
async function st(P, A) {
|
|
3112
3112
|
var W;
|
|
3113
|
-
const ne = ie(
|
|
3114
|
-
return ne && (
|
|
3113
|
+
const ne = ie(P);
|
|
3114
|
+
return ne && (A == null ? void 0 : A.mode) !== "silent" && (ne.validated = !0), ne != null && ne.validate ? ne.validate(A) : (!ne && (W = A == null ? void 0 : A.warn), Promise.resolve({ errors: [], valid: !0 }));
|
|
3115
3115
|
}
|
|
3116
|
-
function Rt(
|
|
3117
|
-
Fi(B.value,
|
|
3116
|
+
function Rt(P) {
|
|
3117
|
+
Fi(B.value, P);
|
|
3118
3118
|
}
|
|
3119
|
-
function Ye(
|
|
3120
|
-
lt(
|
|
3119
|
+
function Ye(P, A, W = !1) {
|
|
3120
|
+
lt(P, A), Ut(l, P, A), W && Ut(O.value, P, Le(A));
|
|
3121
3121
|
}
|
|
3122
|
-
function lt(
|
|
3123
|
-
Ut(B.value,
|
|
3122
|
+
function lt(P, A, W = !1) {
|
|
3123
|
+
Ut(B.value, P, Le(A)), W && Ut(O.value, P, Le(A));
|
|
3124
3124
|
}
|
|
3125
3125
|
async function bt() {
|
|
3126
|
-
const
|
|
3127
|
-
if (!
|
|
3126
|
+
const P = Y(I);
|
|
3127
|
+
if (!P)
|
|
3128
3128
|
return { valid: !0, results: {}, errors: {}, source: "none" };
|
|
3129
3129
|
a.value = !0;
|
|
3130
|
-
const
|
|
3130
|
+
const A = js(P) || rn(P) ? await Rd(P, l) : await Pd(P, l, {
|
|
3131
3131
|
names: x.value,
|
|
3132
3132
|
bailsMap: C.value
|
|
3133
3133
|
});
|
|
3134
|
-
return a.value = !1,
|
|
3134
|
+
return a.value = !1, A;
|
|
3135
3135
|
}
|
|
3136
|
-
const
|
|
3137
|
-
hd(
|
|
3136
|
+
const Jt = le((P, { evt: A }) => {
|
|
3137
|
+
hd(A) && A.target.submit();
|
|
3138
3138
|
});
|
|
3139
3139
|
Ve(() => {
|
|
3140
3140
|
Ce.validateSchema && Ce.validateSchema("silent");
|
|
3141
3141
|
}), Gt(I) && $e(I, () => {
|
|
3142
|
-
var
|
|
3143
|
-
(
|
|
3144
|
-
}),
|
|
3145
|
-
function
|
|
3146
|
-
const W = Tt(
|
|
3142
|
+
var P;
|
|
3143
|
+
(P = Ce.validateSchema) === null || P === void 0 || P.call(Ce, "validated-only");
|
|
3144
|
+
}), sn(ld, Ce);
|
|
3145
|
+
function Qt(P, A) {
|
|
3146
|
+
const W = Tt(A) || A == null ? void 0 : A.label, ne = ie(Ee(P)) || _(P, { label: W }), me = () => Tt(A) ? A(So(ne, Co)) : A || {};
|
|
3147
3147
|
function be() {
|
|
3148
3148
|
var ae;
|
|
3149
3149
|
ne.touched = !0, ((ae = me().validateOnBlur) !== null && ae !== void 0 ? ae : Wn().validateOnBlur) && st(Ee(ne.path));
|
|
@@ -3166,28 +3166,28 @@ function Gs(e) {
|
|
|
3166
3166
|
onInput: ue,
|
|
3167
3167
|
onBlur: be
|
|
3168
3168
|
};
|
|
3169
|
-
return Tt(
|
|
3169
|
+
return Tt(A) ? Object.assign(Object.assign({}, ae), A(So(ne, Co)).props || {}) : A != null && A.props ? Object.assign(Object.assign({}, ae), A.props(So(ne, Co))) : ae;
|
|
3170
3170
|
});
|
|
3171
|
-
return [Ct(
|
|
3171
|
+
return [Ct(P, () => {
|
|
3172
3172
|
var ae, ge, De;
|
|
3173
3173
|
return (De = (ae = me().validateOnModelUpdate) !== null && ae !== void 0 ? ae : (ge = Wn()) === null || ge === void 0 ? void 0 : ge.validateOnModelUpdate) !== null && De !== void 0 ? De : !0;
|
|
3174
3174
|
}), Q];
|
|
3175
3175
|
}
|
|
3176
|
-
function cn(
|
|
3177
|
-
return Array.isArray(
|
|
3176
|
+
function cn(P) {
|
|
3177
|
+
return Array.isArray(P) ? P.map((A) => Ct(A, !0)) : Ct(P);
|
|
3178
3178
|
}
|
|
3179
|
-
function pe(
|
|
3180
|
-
const [W, ne] =
|
|
3179
|
+
function pe(P, A) {
|
|
3180
|
+
const [W, ne] = Qt(P, A);
|
|
3181
3181
|
function me() {
|
|
3182
3182
|
ne.value.onBlur();
|
|
3183
3183
|
}
|
|
3184
3184
|
function be(U) {
|
|
3185
|
-
const Q =
|
|
3186
|
-
je(Ee(
|
|
3185
|
+
const Q = Ai(U);
|
|
3186
|
+
je(Ee(P), Q, !1), ne.value.onInput();
|
|
3187
3187
|
}
|
|
3188
3188
|
function ue(U) {
|
|
3189
|
-
const Q =
|
|
3190
|
-
je(Ee(
|
|
3189
|
+
const Q = Ai(U);
|
|
3190
|
+
je(Ee(P), Q, !1), ne.value.onChange();
|
|
3191
3191
|
}
|
|
3192
3192
|
return Z(() => Object.assign(Object.assign({}, ne.value), {
|
|
3193
3193
|
onBlur: me,
|
|
@@ -3196,20 +3196,20 @@ function Gs(e) {
|
|
|
3196
3196
|
value: W.value
|
|
3197
3197
|
}));
|
|
3198
3198
|
}
|
|
3199
|
-
function Et(
|
|
3200
|
-
const [W, ne] =
|
|
3199
|
+
function Et(P, A) {
|
|
3200
|
+
const [W, ne] = Qt(P, A), me = ie(Ee(P));
|
|
3201
3201
|
function be(ue) {
|
|
3202
3202
|
W.value = ue;
|
|
3203
3203
|
}
|
|
3204
3204
|
return Z(() => {
|
|
3205
|
-
const ue = Tt(
|
|
3205
|
+
const ue = Tt(A) ? A(So(me, Co)) : A || {};
|
|
3206
3206
|
return Object.assign({ [ue.model || "modelValue"]: W.value, [`onUpdate:${ue.model || "modelValue"}`]: be }, ne.value);
|
|
3207
3207
|
});
|
|
3208
3208
|
}
|
|
3209
|
-
const qe = Object.assign(Object.assign({}, Ce), { values: ls(l), handleReset: () =>
|
|
3210
|
-
return
|
|
3209
|
+
const qe = Object.assign(Object.assign({}, Ce), { values: ls(l), handleReset: () => _e(), submitForm: Jt });
|
|
3210
|
+
return sn(ud, qe), qe;
|
|
3211
3211
|
}
|
|
3212
|
-
function
|
|
3212
|
+
function _d(e, t, n, o) {
|
|
3213
3213
|
const r = {
|
|
3214
3214
|
touched: "some",
|
|
3215
3215
|
pending: "some",
|
|
@@ -3428,7 +3428,7 @@ function Vi(e, t = !1) {
|
|
|
3428
3428
|
const o = Ud.call(e).slice(8, -1);
|
|
3429
3429
|
return o === "Date" ? isNaN(e.getTime()) ? "" + e : e.toISOString(e) : o === "Error" || e instanceof Error ? "[" + Hd.call(e) + "]" : o === "RegExp" ? Wd.call(e) : null;
|
|
3430
3430
|
}
|
|
3431
|
-
function
|
|
3431
|
+
function an(e, t) {
|
|
3432
3432
|
let n = Vi(e, t);
|
|
3433
3433
|
return n !== null ? n : JSON.stringify(e, function(o, r) {
|
|
3434
3434
|
let i = Vi(this[o], t);
|
|
@@ -3460,7 +3460,7 @@ class ct extends Error {
|
|
|
3460
3460
|
return n = Object.assign({}, n, {
|
|
3461
3461
|
path: o,
|
|
3462
3462
|
originalPath: n.path
|
|
3463
|
-
}), typeof t == "string" ? t.replace(Yd, (r, i) =>
|
|
3463
|
+
}), typeof t == "string" ? t.replace(Yd, (r, i) => an(n[i])) : typeof t == "function" ? t(n) : t;
|
|
3464
3464
|
}
|
|
3465
3465
|
static isError(t) {
|
|
3466
3466
|
return t && t.name === "ValidationError";
|
|
@@ -3475,7 +3475,7 @@ class ct extends Error {
|
|
|
3475
3475
|
return zi[Symbol.hasInstance](t) || super[Symbol.hasInstance](t);
|
|
3476
3476
|
}
|
|
3477
3477
|
}
|
|
3478
|
-
let
|
|
3478
|
+
let _t = {
|
|
3479
3479
|
default: "${path} is invalid",
|
|
3480
3480
|
required: "${path} is a required field",
|
|
3481
3481
|
defined: "${path} must be defined",
|
|
@@ -3488,8 +3488,8 @@ let At = {
|
|
|
3488
3488
|
value: n,
|
|
3489
3489
|
originalValue: o
|
|
3490
3490
|
}) => {
|
|
3491
|
-
const r = o != null && o !== n ? ` (cast from the value \`${
|
|
3492
|
-
return t !== "mixed" ? `${e} must be a \`${t}\` type, but the final value was: \`${
|
|
3491
|
+
const r = o != null && o !== n ? ` (cast from the value \`${an(o, !0)}\`).` : ".";
|
|
3492
|
+
return t !== "mixed" ? `${e} must be a \`${t}\` type, but the final value was: \`${an(n, !0)}\`` + r : `${e} must match the configured type. The validated value was: \`${an(n, !0)}\`` + r;
|
|
3493
3493
|
}
|
|
3494
3494
|
}, ut = {
|
|
3495
3495
|
length: "${path} must be exactly ${length} characters",
|
|
@@ -3533,14 +3533,14 @@ let At = {
|
|
|
3533
3533
|
spec: o
|
|
3534
3534
|
} = e, r = o.types.length;
|
|
3535
3535
|
if (Array.isArray(n)) {
|
|
3536
|
-
if (n.length < r) return `${t} tuple value has too few items, expected a length of ${r} but got ${n.length} for value: \`${
|
|
3537
|
-
if (n.length > r) return `${t} tuple value has too many items, expected a length of ${r} but got ${n.length} for value: \`${
|
|
3536
|
+
if (n.length < r) return `${t} tuple value has too few items, expected a length of ${r} but got ${n.length} for value: \`${an(n, !0)}\``;
|
|
3537
|
+
if (n.length > r) return `${t} tuple value has too many items, expected a length of ${r} but got ${n.length} for value: \`${an(n, !0)}\``;
|
|
3538
3538
|
}
|
|
3539
|
-
return ct.formatError(
|
|
3539
|
+
return ct.formatError(_t.notType, e);
|
|
3540
3540
|
}
|
|
3541
3541
|
};
|
|
3542
3542
|
Object.assign(/* @__PURE__ */ Object.create(null), {
|
|
3543
|
-
mixed:
|
|
3543
|
+
mixed: _t,
|
|
3544
3544
|
string: ut,
|
|
3545
3545
|
number: Xd,
|
|
3546
3546
|
date: Pr,
|
|
@@ -3648,7 +3648,7 @@ function En(e) {
|
|
|
3648
3648
|
return wn.isRef(I) ? I.getValue(n, m, g) : I;
|
|
3649
3649
|
}
|
|
3650
3650
|
function C(I = {}) {
|
|
3651
|
-
const
|
|
3651
|
+
const _ = Object.assign({
|
|
3652
3652
|
value: n,
|
|
3653
3653
|
originalValue: i,
|
|
3654
3654
|
label: a.spec.label,
|
|
@@ -3656,9 +3656,9 @@ function En(e) {
|
|
|
3656
3656
|
spec: a.spec,
|
|
3657
3657
|
disableStackTrace: I.disableStackTrace || y
|
|
3658
3658
|
}, d, I.params);
|
|
3659
|
-
for (const N of Object.keys(
|
|
3660
|
-
const z = new ct(ct.formatError(I.message || f,
|
|
3661
|
-
return z.params =
|
|
3659
|
+
for (const N of Object.keys(_)) _[N] = x(_[N]);
|
|
3660
|
+
const z = new ct(ct.formatError(I.message || f, _), n, _.path, I.type || l, _.disableStackTrace);
|
|
3661
|
+
return z.params = _, z;
|
|
3662
3662
|
}
|
|
3663
3663
|
const T = h ? s : u;
|
|
3664
3664
|
let F = {
|
|
@@ -3774,7 +3774,7 @@ function In(e, t = /* @__PURE__ */ new Map()) {
|
|
|
3774
3774
|
class Lt {
|
|
3775
3775
|
constructor(t) {
|
|
3776
3776
|
this.type = void 0, this.deps = [], this.tests = void 0, this.transforms = void 0, this.conditions = [], this._mutate = void 0, this.internalTests = {}, this._whitelist = new Vo(), this._blacklist = new Vo(), this.exclusiveTests = /* @__PURE__ */ Object.create(null), this._typeCheck = void 0, this.spec = void 0, this.tests = [], this.transforms = [], this.withMutation(() => {
|
|
3777
|
-
this.typeError(
|
|
3777
|
+
this.typeError(_t.notType);
|
|
3778
3778
|
}), this.type = t.type, this._typeCheck = t.check, this.spec = Object.assign({
|
|
3779
3779
|
strip: !1,
|
|
3780
3780
|
strict: !1,
|
|
@@ -3855,7 +3855,7 @@ class Lt {
|
|
|
3855
3855
|
if (n.assert !== !1 && !o.isType(i)) {
|
|
3856
3856
|
if (r && gn(i))
|
|
3857
3857
|
return i;
|
|
3858
|
-
let a =
|
|
3858
|
+
let a = an(t), s = an(i);
|
|
3859
3859
|
throw new TypeError(`The value of ${n.path || "field"} could not be cast to a value that satisfies the schema type: "${o.type}".
|
|
3860
3860
|
|
|
3861
3861
|
attempted value: ${a}
|
|
@@ -4041,16 +4041,16 @@ attempted value: ${a}
|
|
|
4041
4041
|
optional() {
|
|
4042
4042
|
return this.optionality(!0);
|
|
4043
4043
|
}
|
|
4044
|
-
defined(t =
|
|
4044
|
+
defined(t = _t.defined) {
|
|
4045
4045
|
return this.optionality(!1, t);
|
|
4046
4046
|
}
|
|
4047
4047
|
nullable() {
|
|
4048
4048
|
return this.nullability(!0);
|
|
4049
4049
|
}
|
|
4050
|
-
nonNullable(t =
|
|
4050
|
+
nonNullable(t = _t.notNull) {
|
|
4051
4051
|
return this.nullability(!1, t);
|
|
4052
4052
|
}
|
|
4053
|
-
required(t =
|
|
4053
|
+
required(t = _t.required) {
|
|
4054
4054
|
return this.clone().withMutation((n) => n.nonNullable(t).defined(t));
|
|
4055
4055
|
}
|
|
4056
4056
|
notRequired() {
|
|
@@ -4084,7 +4084,7 @@ attempted value: ${a}
|
|
|
4084
4084
|
name: t[0],
|
|
4085
4085
|
message: t[1],
|
|
4086
4086
|
test: t[2]
|
|
4087
|
-
}, n.message === void 0 && (n.message =
|
|
4087
|
+
}, n.message === void 0 && (n.message = _t.default), typeof n.test != "function") throw new TypeError("`test` is a required parameters");
|
|
4088
4088
|
let o = this.clone(), r = En(n), i = n.exclusive || n.name && o.exclusiveTests[n.name] === !0;
|
|
4089
4089
|
if (n.exclusive && !n.name)
|
|
4090
4090
|
throw new TypeError("Exclusive tests must provide a unique `name` identifying the test");
|
|
@@ -4112,7 +4112,7 @@ attempted value: ${a}
|
|
|
4112
4112
|
}
|
|
4113
4113
|
}), n;
|
|
4114
4114
|
}
|
|
4115
|
-
oneOf(t, n =
|
|
4115
|
+
oneOf(t, n = _t.oneOf) {
|
|
4116
4116
|
let o = this.clone();
|
|
4117
4117
|
return t.forEach((r) => {
|
|
4118
4118
|
o._whitelist.add(r), o._blacklist.delete(r);
|
|
@@ -4131,7 +4131,7 @@ attempted value: ${a}
|
|
|
4131
4131
|
}
|
|
4132
4132
|
}), o;
|
|
4133
4133
|
}
|
|
4134
|
-
notOneOf(t, n =
|
|
4134
|
+
notOneOf(t, n = _t.notOneOf) {
|
|
4135
4135
|
let o = this.clone();
|
|
4136
4136
|
return t.forEach((r) => {
|
|
4137
4137
|
o._blacklist.add(r), o._whitelist.delete(r);
|
|
@@ -4197,14 +4197,14 @@ for (const e of ["equals", "is"]) Lt.prototype[e] = Lt.prototype.oneOf;
|
|
|
4197
4197
|
for (const e of ["not", "nope"]) Lt.prototype[e] = Lt.prototype.notOneOf;
|
|
4198
4198
|
const tf = /^(\d{4}|[+-]\d{6})(?:-?(\d{2})(?:-?(\d{2}))?)?(?:[ T]?(\d{2}):?(\d{2})(?::?(\d{2})(?:[,.](\d{1,}))?)?(?:(Z)|([+-])(\d{2})(?::?(\d{2}))?)?)?$/;
|
|
4199
4199
|
function nf(e) {
|
|
4200
|
-
const t =
|
|
4200
|
+
const t = Ar(e);
|
|
4201
4201
|
if (!t) return Date.parse ? Date.parse(e) : Number.NaN;
|
|
4202
4202
|
if (t.z === void 0 && t.plusMinus === void 0)
|
|
4203
4203
|
return new Date(t.year, t.month, t.day, t.hour, t.minute, t.second, t.millisecond).valueOf();
|
|
4204
4204
|
let n = 0;
|
|
4205
4205
|
return t.z !== "Z" && t.plusMinus !== void 0 && (n = t.hourOffset * 60 + t.minuteOffset, t.plusMinus === "+" && (n = 0 - n)), Date.UTC(t.year, t.month, t.day, t.hour, t.minute + n, t.second, t.millisecond);
|
|
4206
4206
|
}
|
|
4207
|
-
function
|
|
4207
|
+
function Ar(e) {
|
|
4208
4208
|
var t, n;
|
|
4209
4209
|
const o = tf.exec(e);
|
|
4210
4210
|
return o ? {
|
|
@@ -4255,7 +4255,7 @@ class el extends Lt {
|
|
|
4255
4255
|
}
|
|
4256
4256
|
required(t) {
|
|
4257
4257
|
return super.required(t).withMutation((n) => n.test({
|
|
4258
|
-
message: t ||
|
|
4258
|
+
message: t || _t.required,
|
|
4259
4259
|
name: "required",
|
|
4260
4260
|
skipAbsent: !0,
|
|
4261
4261
|
test: (o) => !!o.length
|
|
@@ -4362,7 +4362,7 @@ class el extends Lt {
|
|
|
4362
4362
|
skipAbsent: !0,
|
|
4363
4363
|
test: (i) => {
|
|
4364
4364
|
if (!i || o) return !0;
|
|
4365
|
-
const a =
|
|
4365
|
+
const a = Ar(i);
|
|
4366
4366
|
return a ? !!a.z : !1;
|
|
4367
4367
|
}
|
|
4368
4368
|
}).test({
|
|
@@ -4374,7 +4374,7 @@ class el extends Lt {
|
|
|
4374
4374
|
skipAbsent: !0,
|
|
4375
4375
|
test: (i) => {
|
|
4376
4376
|
if (!i || r == null) return !0;
|
|
4377
|
-
const a =
|
|
4377
|
+
const a = Ar(i);
|
|
4378
4378
|
return a ? a.precision === r : !1;
|
|
4379
4379
|
}
|
|
4380
4380
|
});
|
|
@@ -4499,19 +4499,19 @@ const hf = (e, t, n) => {
|
|
|
4499
4499
|
}
|
|
4500
4500
|
return n.isType(o) ? o : e;
|
|
4501
4501
|
};
|
|
4502
|
-
function
|
|
4502
|
+
function Ao(e) {
|
|
4503
4503
|
if ("fields" in e) {
|
|
4504
4504
|
const t = {};
|
|
4505
4505
|
for (const [n, o] of Object.entries(e.fields))
|
|
4506
|
-
t[n] =
|
|
4506
|
+
t[n] = Ao(o);
|
|
4507
4507
|
return e.setFields(t);
|
|
4508
4508
|
}
|
|
4509
4509
|
if (e.type === "array") {
|
|
4510
4510
|
const t = e.optional();
|
|
4511
|
-
return t.innerType && (t.innerType =
|
|
4511
|
+
return t.innerType && (t.innerType = Ao(t.innerType)), t;
|
|
4512
4512
|
}
|
|
4513
4513
|
return e.type === "tuple" ? e.optional().clone({
|
|
4514
|
-
types: e.spec.types.map(
|
|
4514
|
+
types: e.spec.types.map(Ao)
|
|
4515
4515
|
}) : "optional" in e ? e.optional() : e;
|
|
4516
4516
|
}
|
|
4517
4517
|
const bf = (e, t) => {
|
|
@@ -4656,7 +4656,7 @@ class nl extends Lt {
|
|
|
4656
4656
|
return this.setFields(t);
|
|
4657
4657
|
}
|
|
4658
4658
|
deepPartial() {
|
|
4659
|
-
return
|
|
4659
|
+
return Ao(this);
|
|
4660
4660
|
}
|
|
4661
4661
|
pick(t) {
|
|
4662
4662
|
const n = {};
|
|
@@ -4771,41 +4771,41 @@ function ni(e, t, n) {
|
|
|
4771
4771
|
const h = async () => {
|
|
4772
4772
|
var D;
|
|
4773
4773
|
try {
|
|
4774
|
-
const
|
|
4775
|
-
|
|
4776
|
-
} catch (
|
|
4777
|
-
toast.add({ severity: "error", summary: "Error", detail:
|
|
4774
|
+
const R = await o.getEntityRecords(e);
|
|
4775
|
+
R && R.response && (r.value = R.response, s.value = (D = R.response.entity.entityDefinition) == null ? void 0 : D.columns, ie(), O(), I());
|
|
4776
|
+
} catch (R) {
|
|
4777
|
+
toast.add({ severity: "error", summary: "Error", detail: R.errorMessage, life: 3e3 });
|
|
4778
4778
|
} finally {
|
|
4779
4779
|
}
|
|
4780
4780
|
}, y = async () => {
|
|
4781
4781
|
var D;
|
|
4782
4782
|
try {
|
|
4783
|
-
const
|
|
4784
|
-
|
|
4785
|
-
} catch (
|
|
4786
|
-
console.error("Error fetching entity:",
|
|
4783
|
+
const R = await o.getRecord(e, t);
|
|
4784
|
+
R && R.response && (r.value = R.response, s.value = (D = R.response.entity.entityDefinition) == null ? void 0 : D.columns, ie(), i.value = JSON.parse(JSON.stringify(R.response.result[0])), I());
|
|
4785
|
+
} catch (R) {
|
|
4786
|
+
console.error("Error fetching entity:", R.errorMessage);
|
|
4787
4787
|
} finally {
|
|
4788
4788
|
}
|
|
4789
4789
|
}, x = async () => {
|
|
4790
|
-
var D,
|
|
4790
|
+
var D, R;
|
|
4791
4791
|
try {
|
|
4792
4792
|
const j = await o.getRelatedEntityRecord(e, t);
|
|
4793
|
-
j && j.response && (r.value = j.response, s.value = (
|
|
4793
|
+
j && j.response && (r.value = j.response, s.value = (R = (D = j.response.entity) == null ? void 0 : D.entityDefinition) == null ? void 0 : R.columns, ie(), i.value = JSON.parse(JSON.stringify(j.response.result[0])), i.value.entityName && delete i.value.entityName, i.value.linkedEntities && delete i.value.linkedEntities, c.value = j.response.result[0].linkedEntities, a.value = JSON.parse(JSON.stringify(i.value)), I());
|
|
4794
4794
|
} catch (j) {
|
|
4795
4795
|
console.error("Error fetching entity:", j.errorMessage);
|
|
4796
4796
|
} finally {
|
|
4797
4797
|
}
|
|
4798
4798
|
}, C = async (D) => {
|
|
4799
4799
|
try {
|
|
4800
|
-
let
|
|
4801
|
-
|
|
4802
|
-
} catch (
|
|
4803
|
-
|
|
4800
|
+
let R = await o.addRecord(e, D);
|
|
4801
|
+
R && R.response && n("onSaveDialog", { entityName: e, recordId: t });
|
|
4802
|
+
} catch (R) {
|
|
4803
|
+
R.validationErrors && (l.value = JSON.parse(JSON.stringify(R.validationErrors))), console.error("Error fetching entity:", R.errorMessage);
|
|
4804
4804
|
} finally {
|
|
4805
4805
|
}
|
|
4806
|
-
}, T = async (D,
|
|
4806
|
+
}, T = async (D, R) => {
|
|
4807
4807
|
try {
|
|
4808
|
-
let j = await o.addRecord(e,
|
|
4808
|
+
let j = await o.addRecord(e, R);
|
|
4809
4809
|
if (j && j.response) {
|
|
4810
4810
|
let de = await o.saveRelatedEntityRecord(e, j.response.recordId, D.linkedEntities);
|
|
4811
4811
|
de && de.response && n("onSaveDialog", { entityName: e, recordId: t });
|
|
@@ -4816,37 +4816,37 @@ function ni(e, t, n) {
|
|
|
4816
4816
|
}
|
|
4817
4817
|
}, F = async (D) => {
|
|
4818
4818
|
try {
|
|
4819
|
-
const
|
|
4820
|
-
|
|
4821
|
-
} catch (
|
|
4822
|
-
|
|
4819
|
+
const R = await o.updateRecord(e, t, D);
|
|
4820
|
+
R && R.response && (d.value = !1, a.value = JSON.parse(JSON.stringify(i.value)), n("onSaveDialog", { entityName: e, recordId: t }));
|
|
4821
|
+
} catch (R) {
|
|
4822
|
+
R.validationErrors && (l.value = JSON.parse(JSON.stringify(R.errvalidationErrorsors))), console.error("Error fetching entity:", R.errorMessage);
|
|
4823
4823
|
} finally {
|
|
4824
4824
|
}
|
|
4825
|
-
}, B = async (D,
|
|
4825
|
+
}, B = async (D, R, j) => {
|
|
4826
4826
|
try {
|
|
4827
|
-
let de = await o.saveRelatedEntityRecord(D,
|
|
4828
|
-
de && de.response && n("onSaveDialog", { entityName: e, enityRecordId:
|
|
4827
|
+
let de = await o.saveRelatedEntityRecord(D, R, j);
|
|
4828
|
+
de && de.response && n("onSaveDialog", { entityName: e, enityRecordId: R });
|
|
4829
4829
|
} catch (de) {
|
|
4830
4830
|
de.validationErrors && (l.value = JSON.parse(JSON.stringify(de.validationErrors))), console.error("Error fetching entity:", de.errorMessage);
|
|
4831
4831
|
} finally {
|
|
4832
4832
|
}
|
|
4833
4833
|
}, O = () => {
|
|
4834
4834
|
for (let D = 0; D < s.value.length; D++) {
|
|
4835
|
-
let
|
|
4836
|
-
|
|
4835
|
+
let R = s.value[D];
|
|
4836
|
+
!R.autoGenerated && !R.fieldType && (i.value[R.name] = "");
|
|
4837
4837
|
}
|
|
4838
4838
|
}, v = (D) => {
|
|
4839
|
-
let
|
|
4839
|
+
let R = "";
|
|
4840
4840
|
for (let j = 0; j < s.value.length; j++) {
|
|
4841
4841
|
let de = s.value[j];
|
|
4842
4842
|
if (D == de.name) {
|
|
4843
|
-
|
|
4843
|
+
R = de.type;
|
|
4844
4844
|
break;
|
|
4845
4845
|
}
|
|
4846
4846
|
}
|
|
4847
|
-
return
|
|
4847
|
+
return R;
|
|
4848
4848
|
}, k = () => {
|
|
4849
|
-
const D = s.value.filter((j) => j.autoGenerated).map((j) => j.name);
|
|
4849
|
+
const D = s.value.filter((j) => j.autoGenerated || j.fieldType).map((j) => j.name);
|
|
4850
4850
|
return Object.entries(i.value).filter(([j]) => !D.includes(j)).map(([j, de]) => ({
|
|
4851
4851
|
recordColumnName: j,
|
|
4852
4852
|
recordColumnValue: de,
|
|
@@ -4860,37 +4860,37 @@ function ni(e, t, n) {
|
|
|
4860
4860
|
g(ve);
|
|
4861
4861
|
return;
|
|
4862
4862
|
}
|
|
4863
|
-
const
|
|
4864
|
-
t ? await F(
|
|
4863
|
+
const R = { dataDefinitions: k() };
|
|
4864
|
+
t ? await F(R) : D.relationType == "MANY_TO_ONE" ? await T(D, R) : await C(R);
|
|
4865
4865
|
}, I = () => {
|
|
4866
4866
|
u.value = ti().shape(
|
|
4867
|
-
s.value.reduce((D,
|
|
4867
|
+
s.value.reduce((D, R) => (R.autoGenerated || R.fieldType || (D[R.name] = ei().nullable(!1).test({
|
|
4868
4868
|
name: "custom-validation",
|
|
4869
4869
|
test: function(j) {
|
|
4870
4870
|
const de = [];
|
|
4871
4871
|
let ve = "";
|
|
4872
|
-
if (
|
|
4873
|
-
if (
|
|
4874
|
-
ve =
|
|
4875
|
-
let we = N(
|
|
4872
|
+
if (R.required && (!j || j.trim() === ""))
|
|
4873
|
+
if (R.validations) {
|
|
4874
|
+
ve = _(R.validations, "VALIDATE_REQUIRED"), de.push(ve);
|
|
4875
|
+
let we = N(R.validations, "VALIDATE_REQUIRED");
|
|
4876
4876
|
we && (we = "hint:" + we, de.push(we));
|
|
4877
4877
|
} else
|
|
4878
|
-
ve =
|
|
4878
|
+
ve = R.displayName + " is required.", de.push(ve);
|
|
4879
4879
|
else {
|
|
4880
|
-
if (
|
|
4881
|
-
if (
|
|
4882
|
-
ve =
|
|
4883
|
-
let we = N(
|
|
4880
|
+
if (R.maxLength && j.length > R.maxLength)
|
|
4881
|
+
if (R.validations) {
|
|
4882
|
+
ve = _(R.validations, "VALIDATE_MAXLENGTH"), de.push(ve);
|
|
4883
|
+
let we = N(R.validations, "VALIDATE_MAXLENGTH");
|
|
4884
4884
|
we && (we = "hint:" + we, de.push(we));
|
|
4885
4885
|
} else
|
|
4886
|
-
ve =
|
|
4887
|
-
if (
|
|
4888
|
-
if (
|
|
4889
|
-
ve =
|
|
4890
|
-
let we = N(
|
|
4886
|
+
ve = R.displayName + " cannot exceed from " + R.maxLength + " characters", de.push(ve);
|
|
4887
|
+
if (R.regxId && !new RegExp(z(R.validations, "VALIDATE_REGX")).test(j))
|
|
4888
|
+
if (R.validations) {
|
|
4889
|
+
ve = _(R.validations, "VALIDATE_REGX"), de.push(ve);
|
|
4890
|
+
let we = N(R.validations, "VALIDATE_REGX");
|
|
4891
4891
|
we && (we = "hint:" + we, de.push(we));
|
|
4892
4892
|
} else
|
|
4893
|
-
ve =
|
|
4893
|
+
ve = R.displayName + " invalid format.", de.push(ve);
|
|
4894
4894
|
}
|
|
4895
4895
|
return de.length > 0 ? this.createError({
|
|
4896
4896
|
message: de
|
|
@@ -4899,17 +4899,17 @@ function ni(e, t, n) {
|
|
|
4899
4899
|
}
|
|
4900
4900
|
})), D), {})
|
|
4901
4901
|
);
|
|
4902
|
-
},
|
|
4902
|
+
}, _ = (D, R) => {
|
|
4903
4903
|
for (let j = 0; j < D.length; j++)
|
|
4904
|
-
if (
|
|
4904
|
+
if (R == D[j].type)
|
|
4905
4905
|
return D[j].message;
|
|
4906
|
-
}, z = (D,
|
|
4906
|
+
}, z = (D, R) => {
|
|
4907
4907
|
for (let j = 0; j < D.length; j++)
|
|
4908
|
-
if (
|
|
4908
|
+
if (R == D[j].type)
|
|
4909
4909
|
return D[j].regx;
|
|
4910
|
-
}, N = (D,
|
|
4910
|
+
}, N = (D, R) => {
|
|
4911
4911
|
for (let j = 0; j < D.length; j++)
|
|
4912
|
-
if (
|
|
4912
|
+
if (R == D[j].type)
|
|
4913
4913
|
return D[j].hint;
|
|
4914
4914
|
}, K = (D) => {
|
|
4915
4915
|
g({ ...m.value, [D]: null }), d.value = !0;
|
|
@@ -4920,9 +4920,9 @@ function ni(e, t, n) {
|
|
|
4920
4920
|
i.value = JSON.parse(JSON.stringify(a.value));
|
|
4921
4921
|
}, ie = () => {
|
|
4922
4922
|
for (let D = 0; D < s.value.length; D++) {
|
|
4923
|
-
const
|
|
4924
|
-
if (
|
|
4925
|
-
f.value =
|
|
4923
|
+
const R = s.value[D];
|
|
4924
|
+
if (R.primaryKey && R.primaryKey == !0) {
|
|
4925
|
+
f.value = R;
|
|
4926
4926
|
break;
|
|
4927
4927
|
}
|
|
4928
4928
|
}
|
|
@@ -5008,6 +5008,9 @@ const vf = {
|
|
|
5008
5008
|
type: String,
|
|
5009
5009
|
required: !0
|
|
5010
5010
|
},
|
|
5011
|
+
displayName: {
|
|
5012
|
+
type: String
|
|
5013
|
+
},
|
|
5011
5014
|
relatedEntityColumn: {
|
|
5012
5015
|
type: String,
|
|
5013
5016
|
required: !0
|
|
@@ -5015,7 +5018,7 @@ const vf = {
|
|
|
5015
5018
|
},
|
|
5016
5019
|
emits: ["update:modelValue"],
|
|
5017
5020
|
setup(e, { emit: t }) {
|
|
5018
|
-
|
|
5021
|
+
un();
|
|
5019
5022
|
const {
|
|
5020
5023
|
getEntityRecords: n,
|
|
5021
5024
|
searchEntityRecords: o,
|
|
@@ -5051,7 +5054,7 @@ const vf = {
|
|
|
5051
5054
|
return (h, y) => {
|
|
5052
5055
|
const x = G("Select");
|
|
5053
5056
|
return b(), S("div", xf, [
|
|
5054
|
-
w("label", { for: e.columnName }, X(e.columnName), 9, Sf),
|
|
5057
|
+
w("label", { for: e.columnName }, X(e.displayName || e.columnName), 9, Sf),
|
|
5055
5058
|
H(x, {
|
|
5056
5059
|
modelValue: Y(d),
|
|
5057
5060
|
"onUpdate:modelValue": [
|
|
@@ -5103,7 +5106,7 @@ const vf = {
|
|
|
5103
5106
|
}),
|
|
5104
5107
|
emits: /* @__PURE__ */ ze(["onSaveDialog"], ["update:showForm"]),
|
|
5105
5108
|
setup(e, { emit: t }) {
|
|
5106
|
-
const n =
|
|
5109
|
+
const n = et(e, "showForm"), o = t, { formData: r, columns: i, errors: a, backendErrors: s, clearErrors: u, saveRecord: l, fetchAllRecords: c, fetchRecord: d } = ni(e.entityName, e.recordId, o);
|
|
5107
5110
|
return Ve(() => {
|
|
5108
5111
|
e.recordId ? d() : c();
|
|
5109
5112
|
}), (f, p) => {
|
|
@@ -5158,8 +5161,9 @@ const vf = {
|
|
|
5158
5161
|
"onUpdate:modelValue": (T) => Y(r)[y.name] = T,
|
|
5159
5162
|
entityName: y.foreignKey.referencedEntityName,
|
|
5160
5163
|
columnName: y.name,
|
|
5164
|
+
displayName: y.displayName,
|
|
5161
5165
|
relatedEntityColumn: y.foreignKey.referencedColumnName
|
|
5162
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "entityName", "columnName", "relatedEntityColumn"])) : V("", !0)
|
|
5166
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "entityName", "columnName", "displayName", "relatedEntityColumn"])) : V("", !0)
|
|
5163
5167
|
]);
|
|
5164
5168
|
}), 128)),
|
|
5165
5169
|
((h = Y(s)) == null ? void 0 : h.length) > 0 ? (b(), M(ol, {
|
|
@@ -5189,7 +5193,7 @@ const vf = {
|
|
|
5189
5193
|
}),
|
|
5190
5194
|
emits: /* @__PURE__ */ ze(["onDeleteItem"], ["update:showDeleteDialog"]),
|
|
5191
5195
|
setup(e, { emit: t }) {
|
|
5192
|
-
const n = new Bt(), o =
|
|
5196
|
+
const n = new Bt(), o = et(e, "showDeleteDialog"), r = t, i = async () => {
|
|
5193
5197
|
try {
|
|
5194
5198
|
const a = await n.deleteRecord(e.entityName, e.recordId);
|
|
5195
5199
|
a && a.response && r("onDeleteItem");
|
|
@@ -5235,7 +5239,7 @@ const vf = {
|
|
|
5235
5239
|
};
|
|
5236
5240
|
}
|
|
5237
5241
|
};
|
|
5238
|
-
var Ff = Object.defineProperty, Hi = Object.getOwnPropertySymbols, Rf = Object.prototype.hasOwnProperty, Pf = Object.prototype.propertyIsEnumerable, Wi = (e, t, n) => t in e ? Ff(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n,
|
|
5242
|
+
var Ff = Object.defineProperty, Hi = Object.getOwnPropertySymbols, Rf = Object.prototype.hasOwnProperty, Pf = Object.prototype.propertyIsEnumerable, Wi = (e, t, n) => t in e ? Ff(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Af = (e, t) => {
|
|
5239
5243
|
for (var n in t || (t = {}))
|
|
5240
5244
|
Rf.call(t, n) && Wi(e, n, t[n]);
|
|
5241
5245
|
if (Hi)
|
|
@@ -5246,14 +5250,14 @@ var Ff = Object.defineProperty, Hi = Object.getOwnPropertySymbols, Rf = Object.p
|
|
|
5246
5250
|
function kn(e) {
|
|
5247
5251
|
return e == null || e === "" || Array.isArray(e) && e.length === 0 || !(e instanceof Date) && typeof e == "object" && Object.keys(e).length === 0;
|
|
5248
5252
|
}
|
|
5249
|
-
function
|
|
5253
|
+
function _r(e, t, n = /* @__PURE__ */ new WeakSet()) {
|
|
5250
5254
|
if (e === t) return !0;
|
|
5251
5255
|
if (!e || !t || typeof e != "object" || typeof t != "object" || n.has(e) || n.has(t)) return !1;
|
|
5252
5256
|
n.add(e).add(t);
|
|
5253
5257
|
let o = Array.isArray(e), r = Array.isArray(t), i, a, s;
|
|
5254
5258
|
if (o && r) {
|
|
5255
5259
|
if (a = e.length, a != t.length) return !1;
|
|
5256
|
-
for (i = a; i-- !== 0; ) if (!
|
|
5260
|
+
for (i = a; i-- !== 0; ) if (!_r(e[i], t[i], n)) return !1;
|
|
5257
5261
|
return !0;
|
|
5258
5262
|
}
|
|
5259
5263
|
if (o != r) return !1;
|
|
@@ -5267,11 +5271,11 @@ function Ar(e, t, n = /* @__PURE__ */ new WeakSet()) {
|
|
|
5267
5271
|
if (a = f.length, a !== Object.keys(t).length) return !1;
|
|
5268
5272
|
for (i = a; i-- !== 0; ) if (!Object.prototype.hasOwnProperty.call(t, f[i])) return !1;
|
|
5269
5273
|
for (i = a; i-- !== 0; )
|
|
5270
|
-
if (s = f[i], !
|
|
5274
|
+
if (s = f[i], !_r(e[s], t[s], n)) return !1;
|
|
5271
5275
|
return !0;
|
|
5272
5276
|
}
|
|
5273
|
-
function
|
|
5274
|
-
return
|
|
5277
|
+
function _f(e, t) {
|
|
5278
|
+
return _r(e, t);
|
|
5275
5279
|
}
|
|
5276
5280
|
function er(e) {
|
|
5277
5281
|
return !!(e && e.constructor && e.call && e.apply);
|
|
@@ -5305,7 +5309,7 @@ function Wt(e, t) {
|
|
|
5305
5309
|
return null;
|
|
5306
5310
|
}
|
|
5307
5311
|
function il(e, t, n) {
|
|
5308
|
-
return n ? Wt(e, n) === Wt(t, n) :
|
|
5312
|
+
return n ? Wt(e, n) === Wt(t, n) : _f(e, t);
|
|
5309
5313
|
}
|
|
5310
5314
|
function qi(e, t) {
|
|
5311
5315
|
let n = -1;
|
|
@@ -5351,7 +5355,7 @@ function Kt(e, t) {
|
|
|
5351
5355
|
}
|
|
5352
5356
|
function Ki(...e) {
|
|
5353
5357
|
const t = (n = {}, o = {}) => {
|
|
5354
|
-
const r =
|
|
5358
|
+
const r = Af({}, n);
|
|
5355
5359
|
return Object.keys(o).forEach((i) => {
|
|
5356
5360
|
Vt(o[i]) && i in n && Vt(n[i]) ? r[i] = t(n[i], o[i]) : r[i] = o[i];
|
|
5357
5361
|
}), r;
|
|
@@ -5643,9 +5647,9 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5643
5647
|
showPagination: Boolean
|
|
5644
5648
|
},
|
|
5645
5649
|
setup(e) {
|
|
5646
|
-
const t =
|
|
5650
|
+
const t = Qe(), n = e;
|
|
5647
5651
|
console.log("columnsToShow", n.columnsToShow);
|
|
5648
|
-
const o =
|
|
5652
|
+
const o = un(), r = $(n.entityName || o.params.entityName), i = $({}), a = $(""), s = $(!1), u = $(!1), { items: l, headers: c, first: d, totalRecords: f, pageSize: p, loading: m, sortBy: g, sortDirection: h, operatorMap: y, filterToSend: x, primarayKeyColumn: C, fullTextSearch: T, listingResponse: F, onFullTextSearch: B, getDatatypeByField: O, getColumnDatatype: v, onSort: k, onPage: E, onFilter: I, fetchEntityFilterData: _, fetchEntityByName: z } = Gc(r.value), N = $();
|
|
5649
5653
|
let K = $(!1);
|
|
5650
5654
|
const J = (le) => {
|
|
5651
5655
|
i.value = le.reduce((fe, ke) => {
|
|
@@ -5676,14 +5680,14 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5676
5680
|
J(c.value), x.value = we(i.value), I();
|
|
5677
5681
|
}, D = (le) => {
|
|
5678
5682
|
x.value = we(i.value), I();
|
|
5679
|
-
},
|
|
5683
|
+
}, R = (le) => {
|
|
5680
5684
|
le ? a.value = le[C.value.name] : a.value = "", s.value = !s.value;
|
|
5681
5685
|
}, j = () => {
|
|
5682
|
-
s.value = !1,
|
|
5686
|
+
s.value = !1, _(!1);
|
|
5683
5687
|
}, de = (le) => {
|
|
5684
5688
|
a.value = le[C.value.name], u.value = !0;
|
|
5685
5689
|
}, ve = () => {
|
|
5686
|
-
u.value = !1,
|
|
5690
|
+
u.value = !1, _(!1);
|
|
5687
5691
|
}, we = (le) => Object.keys(le).map((fe) => {
|
|
5688
5692
|
const ke = le[fe];
|
|
5689
5693
|
return ke.constraints ? ke.constraints.filter((Ce) => Ce.value !== null && Ce.value !== "").map((Ce) => ({
|
|
@@ -5725,7 +5729,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5725
5729
|
icon: "pi pi-filter-slash",
|
|
5726
5730
|
label: "Clear",
|
|
5727
5731
|
severity: "warning",
|
|
5728
|
-
onClick: fe[0] || (fe[0] = (
|
|
5732
|
+
onClick: fe[0] || (fe[0] = (Ae) => ie())
|
|
5729
5733
|
})
|
|
5730
5734
|
])
|
|
5731
5735
|
]),
|
|
@@ -5739,7 +5743,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5739
5743
|
icon: "pi pi-plus",
|
|
5740
5744
|
class: "mr-2",
|
|
5741
5745
|
severity: "success",
|
|
5742
|
-
onClick: fe[1] || (fe[1] = (
|
|
5746
|
+
onClick: fe[1] || (fe[1] = (Ae) => R())
|
|
5743
5747
|
})
|
|
5744
5748
|
]),
|
|
5745
5749
|
key: "1"
|
|
@@ -5762,13 +5766,13 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5762
5766
|
sortField: Y(g),
|
|
5763
5767
|
sortOrder: Y(h),
|
|
5764
5768
|
filters: i.value,
|
|
5765
|
-
"onUpdate:filters": fe[5] || (fe[5] = (
|
|
5769
|
+
"onUpdate:filters": fe[5] || (fe[5] = (Ae) => i.value = Ae),
|
|
5766
5770
|
filterDisplay: "menu",
|
|
5767
5771
|
scrollable: "",
|
|
5768
5772
|
scrollHeight: "400px",
|
|
5769
5773
|
onSort: Y(k),
|
|
5770
5774
|
onPage: Y(E),
|
|
5771
|
-
onFilter: fe[6] || (fe[6] = (
|
|
5775
|
+
onFilter: fe[6] || (fe[6] = (Ae) => D()),
|
|
5772
5776
|
size: "large",
|
|
5773
5777
|
paginatorTemplate: "FirstPageLink PrevPageLink PageLinks NextPageLink LastPageLink CurrentPageReport RowsPerPageDropdown",
|
|
5774
5778
|
currentPageReportTemplate: "Showing {first} to {last} of {totalRecords} items"
|
|
@@ -5788,13 +5792,13 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5788
5792
|
default: ee(() => [
|
|
5789
5793
|
H(pt, {
|
|
5790
5794
|
class: "pi pi-search",
|
|
5791
|
-
onClick: fe[2] || (fe[2] = (
|
|
5795
|
+
onClick: fe[2] || (fe[2] = (Ae) => Y(B)())
|
|
5792
5796
|
}),
|
|
5793
5797
|
H(Y(ui), {
|
|
5794
5798
|
class: "w-full sm:w-auto",
|
|
5795
|
-
onKeyup: fe[3] || (fe[3] = Ur((
|
|
5799
|
+
onKeyup: fe[3] || (fe[3] = Ur((Ae) => Y(B)(), ["enter"])),
|
|
5796
5800
|
modelValue: Y(T),
|
|
5797
|
-
"onUpdate:modelValue": fe[4] || (fe[4] = (
|
|
5801
|
+
"onUpdate:modelValue": fe[4] || (fe[4] = (Ae) => Gt(T) ? T.value = Ae : null),
|
|
5798
5802
|
placeholder: "Search..."
|
|
5799
5803
|
}, null, 8, ["modelValue"])
|
|
5800
5804
|
]),
|
|
@@ -5803,7 +5807,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5803
5807
|
])
|
|
5804
5808
|
]),
|
|
5805
5809
|
default: ee(() => {
|
|
5806
|
-
var
|
|
5810
|
+
var Ae;
|
|
5807
5811
|
return [
|
|
5808
5812
|
(b(!0), S(oe, null, Oe(Y(c).filter((Fe) => !n.columnsToShow || n.columnsToShow.length === 0 || n.columnsToShow.includes(Fe.field)), (Fe) => (b(), M(q, {
|
|
5809
5813
|
key: Fe.field,
|
|
@@ -5815,20 +5819,20 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5815
5819
|
showFilterOperator: !1,
|
|
5816
5820
|
style: { "text-wrap": "nowrap" }
|
|
5817
5821
|
}, Jn({
|
|
5818
|
-
body: ee(({ data:
|
|
5822
|
+
body: ee(({ data: _e }) => [
|
|
5819
5823
|
H(ri, {
|
|
5820
5824
|
column: Fe,
|
|
5821
|
-
value:
|
|
5825
|
+
value: _e[Fe.field]
|
|
5822
5826
|
}, null, 8, ["column", "value"])
|
|
5823
5827
|
]),
|
|
5824
5828
|
_: 2
|
|
5825
5829
|
}, [
|
|
5826
5830
|
Fe.datatype.toLowerCase() === "date" && Fe.filterable ? {
|
|
5827
5831
|
name: "filter",
|
|
5828
|
-
fn: ee(({ filterModel:
|
|
5832
|
+
fn: ee(({ filterModel: _e }) => [
|
|
5829
5833
|
H(Ct, {
|
|
5830
|
-
modelValue:
|
|
5831
|
-
"onUpdate:modelValue": (He) =>
|
|
5834
|
+
modelValue: _e.value,
|
|
5835
|
+
"onUpdate:modelValue": (He) => _e.value = He,
|
|
5832
5836
|
dateFormat: "mm/dd/yy",
|
|
5833
5837
|
placeholder: "mm/dd/yyyy"
|
|
5834
5838
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -5836,33 +5840,33 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5836
5840
|
key: "0"
|
|
5837
5841
|
} : Fe.datatype.toLowerCase() === "int" && Fe.filterable ? {
|
|
5838
5842
|
name: "filter",
|
|
5839
|
-
fn: ee(({ filterModel:
|
|
5843
|
+
fn: ee(({ filterModel: _e }) => [
|
|
5840
5844
|
H(ht, {
|
|
5841
|
-
modelValue:
|
|
5842
|
-
"onUpdate:modelValue": (He) =>
|
|
5845
|
+
modelValue: _e.value,
|
|
5846
|
+
"onUpdate:modelValue": (He) => _e.value = He,
|
|
5843
5847
|
placeholder: "Search..."
|
|
5844
5848
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
5845
5849
|
]),
|
|
5846
5850
|
key: "1"
|
|
5847
5851
|
} : Fe.datatype.toLowerCase() === "boolean" && Fe.filterable ? {
|
|
5848
5852
|
name: "filter",
|
|
5849
|
-
fn: ee(({ filterModel:
|
|
5853
|
+
fn: ee(({ filterModel: _e }) => [
|
|
5850
5854
|
H(te, {
|
|
5851
|
-
modelValue:
|
|
5852
|
-
"onUpdate:modelValue": (He) =>
|
|
5853
|
-
indeterminate:
|
|
5855
|
+
modelValue: _e.value,
|
|
5856
|
+
"onUpdate:modelValue": (He) => _e.value = He,
|
|
5857
|
+
indeterminate: _e.value === null,
|
|
5854
5858
|
binary: ""
|
|
5855
5859
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "indeterminate"])
|
|
5856
5860
|
]),
|
|
5857
5861
|
key: "2"
|
|
5858
5862
|
} : Fe.filterable ? {
|
|
5859
5863
|
name: "filter",
|
|
5860
|
-
fn: ee(({ filterModel:
|
|
5864
|
+
fn: ee(({ filterModel: _e }) => [
|
|
5861
5865
|
H(Y(ui), {
|
|
5862
5866
|
style: { width: "150px" },
|
|
5863
5867
|
type: "text",
|
|
5864
|
-
modelValue:
|
|
5865
|
-
"onUpdate:modelValue": (He) =>
|
|
5868
|
+
modelValue: _e.value,
|
|
5869
|
+
"onUpdate:modelValue": (He) => _e.value = He,
|
|
5866
5870
|
class: "p-column-filter",
|
|
5867
5871
|
placeholder: "Search..."
|
|
5868
5872
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
@@ -5870,7 +5874,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5870
5874
|
key: "3"
|
|
5871
5875
|
} : void 0
|
|
5872
5876
|
]), 1032, ["dataType", "field", "header", "sortable"]))), 128)),
|
|
5873
|
-
((
|
|
5877
|
+
((Ae = Y(l)) == null ? void 0 : Ae.length) > 0 && (e.editable || e.deleteable) ? (b(), M(q, {
|
|
5874
5878
|
key: 0,
|
|
5875
5879
|
header: "Actions"
|
|
5876
5880
|
}, {
|
|
@@ -5878,7 +5882,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5878
5882
|
w("div", qf, [
|
|
5879
5883
|
e.editable ? (b(), M(ke, {
|
|
5880
5884
|
key: 0,
|
|
5881
|
-
onClick: (
|
|
5885
|
+
onClick: (_e) => R(Fe),
|
|
5882
5886
|
icon: "pi pi-pencil",
|
|
5883
5887
|
severity: "success",
|
|
5884
5888
|
size: "",
|
|
@@ -5887,7 +5891,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5887
5891
|
}, null, 8, ["onClick"])) : V("", !0),
|
|
5888
5892
|
e.deleteable ? (b(), M(ke, {
|
|
5889
5893
|
key: 1,
|
|
5890
|
-
onClick: (
|
|
5894
|
+
onClick: (_e) => de(Fe),
|
|
5891
5895
|
icon: "pi pi-trash",
|
|
5892
5896
|
severity: "danger",
|
|
5893
5897
|
rounded: "",
|
|
@@ -5906,7 +5910,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5906
5910
|
s.value ? (b(), M(If, {
|
|
5907
5911
|
key: 0,
|
|
5908
5912
|
showForm: s.value,
|
|
5909
|
-
"onUpdate:showForm": fe[7] || (fe[7] = (
|
|
5913
|
+
"onUpdate:showForm": fe[7] || (fe[7] = (Ae) => s.value = Ae),
|
|
5910
5914
|
entityName: Y(F).entityName,
|
|
5911
5915
|
recordId: a.value,
|
|
5912
5916
|
onOnSaveDialog: j
|
|
@@ -5914,7 +5918,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5914
5918
|
u.value ? (b(), M(Bf, {
|
|
5915
5919
|
key: 1,
|
|
5916
5920
|
showDeleteDialog: u.value,
|
|
5917
|
-
"onUpdate:showDeleteDialog": fe[8] || (fe[8] = (
|
|
5921
|
+
"onUpdate:showDeleteDialog": fe[8] || (fe[8] = (Ae) => u.value = Ae),
|
|
5918
5922
|
entityName: Y(F).entityName,
|
|
5919
5923
|
recordId: a.value,
|
|
5920
5924
|
onOnDeleteItem: ve
|
|
@@ -5931,8 +5935,8 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
5931
5935
|
}
|
|
5932
5936
|
},
|
|
5933
5937
|
setup(e) {
|
|
5934
|
-
|
|
5935
|
-
const t =
|
|
5938
|
+
un();
|
|
5939
|
+
const t = Qe(), n = $("");
|
|
5936
5940
|
t.getAppId() != null && t.getAppId() != "" && (n.value = t.getAppId());
|
|
5937
5941
|
const o = $(), r = $(!1), i = $(!1), a = $({}), s = $([
|
|
5938
5942
|
{
|
|
@@ -6035,8 +6039,8 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6035
6039
|
}),
|
|
6036
6040
|
emits: ["update:modelValue"],
|
|
6037
6041
|
setup(e) {
|
|
6038
|
-
|
|
6039
|
-
const t = e, n =
|
|
6042
|
+
un();
|
|
6043
|
+
const t = e, n = et(e, "modelValue"), o = new Bt(), r = $({}), i = $([]), a = $({}), s = $([]), u = $([]), l = $({}), c = $("id"), d = $(1), f = $([]), p = $(25), m = $(0), g = $(0), h = $(0);
|
|
6040
6044
|
let y = $([]);
|
|
6041
6045
|
const x = $(!1), C = {
|
|
6042
6046
|
gt: "GREATER_THAN",
|
|
@@ -6115,15 +6119,15 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6115
6119
|
linkRecordIdList: []
|
|
6116
6120
|
};
|
|
6117
6121
|
for (let Be = 0; Be < te.length; Be++) {
|
|
6118
|
-
const
|
|
6122
|
+
const Ae = te[Be];
|
|
6119
6123
|
q.linkRecordIdList.push(
|
|
6120
|
-
|
|
6124
|
+
Ae
|
|
6121
6125
|
);
|
|
6122
6126
|
}
|
|
6123
6127
|
t.saveExistingRelatedEntityRecord(q);
|
|
6124
6128
|
}, I = () => {
|
|
6125
6129
|
x.value = !x.value;
|
|
6126
|
-
},
|
|
6130
|
+
}, _ = [
|
|
6127
6131
|
{ label: "Starts with", value: "startsWith" },
|
|
6128
6132
|
{ label: "Contains", value: "contains" },
|
|
6129
6133
|
{ label: "Not contains", value: "notContains" },
|
|
@@ -6150,9 +6154,9 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6150
6154
|
{ label: "DESC", value: -1 }
|
|
6151
6155
|
];
|
|
6152
6156
|
let ie = [];
|
|
6153
|
-
const D = Z(() => u.value.filter((te) => te.sortable)),
|
|
6157
|
+
const D = Z(() => u.value.filter((te) => te.sortable)), R = Z(() => u.value.filter((te) => te.filterable)), j = (te) => u.value.filter((q) => {
|
|
6154
6158
|
var Be;
|
|
6155
|
-
return q.filterable ? ((Be = f.value[te]) == null ? void 0 : Be.columnName) === q.name ? !0 : !f.value.some((
|
|
6159
|
+
return q.filterable ? ((Be = f.value[te]) == null ? void 0 : Be.columnName) === q.name ? !0 : !f.value.some((Ae, Fe) => Fe !== te && Ae.columnName === q.name) : !1;
|
|
6156
6160
|
}).map((q) => ({
|
|
6157
6161
|
label: q.name,
|
|
6158
6162
|
value: q.field
|
|
@@ -6193,7 +6197,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6193
6197
|
ie = N;
|
|
6194
6198
|
break;
|
|
6195
6199
|
default:
|
|
6196
|
-
ie =
|
|
6200
|
+
ie = _;
|
|
6197
6201
|
}
|
|
6198
6202
|
return ie;
|
|
6199
6203
|
}, we = (te) => {
|
|
@@ -6252,8 +6256,8 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6252
6256
|
p.value = te.rows, m.value = te.page, h.value = te.first, B();
|
|
6253
6257
|
};
|
|
6254
6258
|
return (te, q) => {
|
|
6255
|
-
var
|
|
6256
|
-
const Be = G("InputIcon"),
|
|
6259
|
+
var Qt, cn;
|
|
6260
|
+
const Be = G("InputIcon"), Ae = G("InputText"), Fe = G("IconField"), _e = G("Select"), He = G("Divider"), st = G("InputNumber"), Rt = G("DatePicker"), Ye = G("Button"), lt = G("Checkbox"), bt = G("Paginator"), Jt = Hr("tooltip");
|
|
6257
6261
|
return b(), S(oe, null, [
|
|
6258
6262
|
w("div", Jf, [
|
|
6259
6263
|
w("div", Qf, [
|
|
@@ -6264,7 +6268,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6264
6268
|
}),
|
|
6265
6269
|
class: "pi pi-search"
|
|
6266
6270
|
}),
|
|
6267
|
-
H(
|
|
6271
|
+
H(Ae, {
|
|
6268
6272
|
class: "w-full",
|
|
6269
6273
|
onKeyup: q[1] || (q[1] = Ur(() => {
|
|
6270
6274
|
}, ["enter"])),
|
|
@@ -6288,7 +6292,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6288
6292
|
w("div", op, [
|
|
6289
6293
|
q[10] || (q[10] = w("div", { class: "col-12 font-bold" }, "Sort Column", -1)),
|
|
6290
6294
|
w("div", rp, [
|
|
6291
|
-
H(
|
|
6295
|
+
H(_e, {
|
|
6292
6296
|
modelValue: c.value,
|
|
6293
6297
|
"onUpdate:modelValue": q[3] || (q[3] = (pe) => c.value = pe),
|
|
6294
6298
|
options: D.value,
|
|
@@ -6305,7 +6309,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6305
6309
|
w("div", { class: "col-12 font-bold" }, "Sort Direction")
|
|
6306
6310
|
], -1)),
|
|
6307
6311
|
w("div", ap, [
|
|
6308
|
-
H(
|
|
6312
|
+
H(_e, {
|
|
6309
6313
|
modelValue: d.value,
|
|
6310
6314
|
"onUpdate:modelValue": q[5] || (q[5] = (pe) => d.value = pe),
|
|
6311
6315
|
options: J,
|
|
@@ -6323,7 +6327,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6323
6327
|
w("div", lp, [
|
|
6324
6328
|
q[12] || (q[12] = w("div", { class: "col-12 font-bold" }, "Filter Column", -1)),
|
|
6325
6329
|
w("div", up, [
|
|
6326
|
-
H(
|
|
6330
|
+
H(_e, {
|
|
6327
6331
|
modelValue: pe.columnName,
|
|
6328
6332
|
"onUpdate:modelValue": (qe) => pe.columnName = qe,
|
|
6329
6333
|
options: j(Et),
|
|
@@ -6339,7 +6343,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6339
6343
|
w("div", cp, [
|
|
6340
6344
|
q[13] || (q[13] = w("div", { class: "col-12 font-bold" }, "Filter Operator", -1)),
|
|
6341
6345
|
w("div", dp, [
|
|
6342
|
-
H(
|
|
6346
|
+
H(_e, {
|
|
6343
6347
|
modelValue: pe.operator,
|
|
6344
6348
|
"onUpdate:modelValue": (qe) => pe.operator = qe,
|
|
6345
6349
|
options: ve(pe),
|
|
@@ -6368,7 +6372,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6368
6372
|
"onUpdate:modelValue": (qe) => pe.value = qe,
|
|
6369
6373
|
dateFormat: "mm/dd/yy",
|
|
6370
6374
|
placeholder: "mm/dd/yyyy"
|
|
6371
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : (b(), M(
|
|
6375
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : (b(), M(Ae, {
|
|
6372
6376
|
key: 2,
|
|
6373
6377
|
modelValue: pe.value,
|
|
6374
6378
|
"onUpdate:modelValue": (qe) => pe.value = qe,
|
|
@@ -6426,7 +6430,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6426
6430
|
H(Ye, {
|
|
6427
6431
|
style: { width: "100px" },
|
|
6428
6432
|
label: "Add",
|
|
6429
|
-
disabled:
|
|
6433
|
+
disabled: R.value.length === f.value.length,
|
|
6430
6434
|
icon: "",
|
|
6431
6435
|
severity: "success",
|
|
6432
6436
|
onClick: le
|
|
@@ -6441,7 +6445,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6441
6445
|
])
|
|
6442
6446
|
])) : V("", !0),
|
|
6443
6447
|
w("div", wp, [
|
|
6444
|
-
w("div", kp, X((
|
|
6448
|
+
w("div", kp, X((Qt = r.value) == null ? void 0 : Qt.totalRecords), 1),
|
|
6445
6449
|
w("div", xp, X((cn = r.value) == null ? void 0 : cn.entityName), 1)
|
|
6446
6450
|
]),
|
|
6447
6451
|
(b(!0), S(oe, null, Oe(r.value.result, (pe, Et) => (b(), S("div", { key: Et }, [
|
|
@@ -6458,7 +6462,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6458
6462
|
]),
|
|
6459
6463
|
F(pe[l.value.name]) ? wt((b(), S("div", Ep, null, 512)), [
|
|
6460
6464
|
[
|
|
6461
|
-
|
|
6465
|
+
Jt,
|
|
6462
6466
|
"This record is already associated.",
|
|
6463
6467
|
void 0,
|
|
6464
6468
|
{ left: !0 }
|
|
@@ -6501,7 +6505,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6501
6505
|
}, Fp = /* @__PURE__ */ nt(Bp, [["__scopeId", "data-v-a358808d"]]), Rp = { class: "field flex flex-col" }, Pp = {
|
|
6502
6506
|
key: 0,
|
|
6503
6507
|
class: "flex items-center"
|
|
6504
|
-
},
|
|
6508
|
+
}, Ap = { key: 1 }, _p = { class: "flex items-center" }, Dp = { class: "flex flex-col justify-center" }, Np = { class: "flex flex-row justify-between items-center" }, Lp = { class: "justify-start" }, Vp = { class: "justify-start" }, zp = {
|
|
6505
6509
|
__name: "EntityLookupObject",
|
|
6506
6510
|
props: /* @__PURE__ */ ze({
|
|
6507
6511
|
linkedEntity: {
|
|
@@ -6524,7 +6528,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6524
6528
|
}),
|
|
6525
6529
|
emits: ["update:modelValue"],
|
|
6526
6530
|
setup(e) {
|
|
6527
|
-
|
|
6531
|
+
un();
|
|
6528
6532
|
const {
|
|
6529
6533
|
getEntityRecords: t,
|
|
6530
6534
|
searchEntityRecords: n,
|
|
@@ -6533,7 +6537,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6533
6537
|
addRecord: i,
|
|
6534
6538
|
updateRecord: a,
|
|
6535
6539
|
deleteRecord: s
|
|
6536
|
-
} = Bt(), u = e, l =
|
|
6540
|
+
} = Bt(), u = e, l = et(e, "modelValue");
|
|
6537
6541
|
new EntityRecordService();
|
|
6538
6542
|
const c = $({}), d = $({});
|
|
6539
6543
|
let f = $("");
|
|
@@ -6603,10 +6607,10 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6603
6607
|
value: ee((E) => [
|
|
6604
6608
|
E.value ? (b(), S("div", Pp, [
|
|
6605
6609
|
w("div", null, X(E.value[p.value.name]), 1)
|
|
6606
|
-
])) : (b(), S("span",
|
|
6610
|
+
])) : (b(), S("span", Ap, X(E.placeholder), 1))
|
|
6607
6611
|
]),
|
|
6608
6612
|
option: ee((E) => [
|
|
6609
|
-
w("div",
|
|
6613
|
+
w("div", _p, [
|
|
6610
6614
|
w("div", null, X(E.option[p.value.name]), 1)
|
|
6611
6615
|
])
|
|
6612
6616
|
]),
|
|
@@ -6655,8 +6659,8 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6655
6659
|
}),
|
|
6656
6660
|
emits: /* @__PURE__ */ ze(["onSaveDialog"], ["update:showCreateRelatedEntityForm"]),
|
|
6657
6661
|
setup(e, { emit: t }) {
|
|
6658
|
-
const n =
|
|
6659
|
-
|
|
6662
|
+
const n = et(e, "showCreateRelatedEntityForm");
|
|
6663
|
+
un();
|
|
6660
6664
|
const o = e, r = o.linkedEntity.entityName, i = t, a = $("Add existing");
|
|
6661
6665
|
Ve(() => {
|
|
6662
6666
|
p();
|
|
@@ -6706,7 +6710,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6706
6710
|
const T = G("Tab"), F = G("TabList"), B = G("Divider"), O = G("Button"), v = G("TabPanel"), k = G("TabPanels"), E = G("Tabs"), I = G("Drawer");
|
|
6707
6711
|
return b(), M(I, {
|
|
6708
6712
|
visible: n.value,
|
|
6709
|
-
"onUpdate:visible": C[3] || (C[3] = (
|
|
6713
|
+
"onUpdate:visible": C[3] || (C[3] = (_) => n.value = _),
|
|
6710
6714
|
blockScroll: !0,
|
|
6711
6715
|
position: "right",
|
|
6712
6716
|
class: "p-fluid layout-profile-sidebar",
|
|
@@ -6742,18 +6746,18 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6742
6746
|
default: ee(() => [
|
|
6743
6747
|
H(v, { value: "0" }, {
|
|
6744
6748
|
default: ee(() => [
|
|
6745
|
-
(b(!0), S(oe, null, Oe(Y(u), (
|
|
6749
|
+
(b(!0), S(oe, null, Oe(Y(u), (_, z) => {
|
|
6746
6750
|
var N;
|
|
6747
6751
|
return b(), S("div", {
|
|
6748
6752
|
key: z,
|
|
6749
6753
|
class: "mt-3"
|
|
6750
6754
|
}, [
|
|
6751
|
-
!
|
|
6755
|
+
!_.autoGenerated && !_.foreignKey ? (b(), M(Jo, {
|
|
6752
6756
|
key: 0,
|
|
6753
|
-
modelValue: Y(s)[
|
|
6754
|
-
"onUpdate:modelValue": (K) => Y(s)[
|
|
6755
|
-
column:
|
|
6756
|
-
errors: (N = Y(l)[
|
|
6757
|
+
modelValue: Y(s)[_.name],
|
|
6758
|
+
"onUpdate:modelValue": (K) => Y(s)[_.name] = K,
|
|
6759
|
+
column: _,
|
|
6760
|
+
errors: (N = Y(l)[_.name]) == null ? void 0 : N.messages,
|
|
6757
6761
|
onInput: Y(d)
|
|
6758
6762
|
}, null, 8, ["modelValue", "onUpdate:modelValue", "column", "errors", "onInput"])) : V("", !0)
|
|
6759
6763
|
]);
|
|
@@ -6766,7 +6770,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6766
6770
|
label: "Cancel",
|
|
6767
6771
|
icon: "",
|
|
6768
6772
|
severity: "secondary",
|
|
6769
|
-
onClick: C[0] || (C[0] = (
|
|
6773
|
+
onClick: C[0] || (C[0] = (_) => n.value = !1)
|
|
6770
6774
|
})
|
|
6771
6775
|
]),
|
|
6772
6776
|
w("div", Wp, [
|
|
@@ -6786,7 +6790,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6786
6790
|
e.linkedEntity.relationType == "ONE_TO_MANY" ? (b(), M(Fp, {
|
|
6787
6791
|
key: 0,
|
|
6788
6792
|
modelValue: n.value,
|
|
6789
|
-
"onUpdate:modelValue": C[1] || (C[1] = (
|
|
6793
|
+
"onUpdate:modelValue": C[1] || (C[1] = (_) => n.value = _),
|
|
6790
6794
|
linkedEntity: e.linkedEntity,
|
|
6791
6795
|
entity360Name: e.entity360Name,
|
|
6792
6796
|
entity360Id: e.entity360Id,
|
|
@@ -6795,7 +6799,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6795
6799
|
e.linkedEntity.relationType == "MANY_TO_ONE" ? (b(), M(zp, {
|
|
6796
6800
|
key: 1,
|
|
6797
6801
|
modelValue: n.value,
|
|
6798
|
-
"onUpdate:modelValue": C[2] || (C[2] = (
|
|
6802
|
+
"onUpdate:modelValue": C[2] || (C[2] = (_) => n.value = _),
|
|
6799
6803
|
linkedEntity: e.linkedEntity,
|
|
6800
6804
|
entity360Name: e.entity360Name,
|
|
6801
6805
|
entity360Id: e.entity360Id,
|
|
@@ -6843,7 +6847,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6843
6847
|
}
|
|
6844
6848
|
},
|
|
6845
6849
|
setup(e) {
|
|
6846
|
-
|
|
6850
|
+
un();
|
|
6847
6851
|
const t = e, n = $(!1), o = $(!1), r = () => {
|
|
6848
6852
|
n.value = !n.value;
|
|
6849
6853
|
}, i = () => {
|
|
@@ -6936,9 +6940,9 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6936
6940
|
},
|
|
6937
6941
|
emits: ["onSaveDialog"],
|
|
6938
6942
|
setup(e, { expose: t, emit: n }) {
|
|
6939
|
-
var I,
|
|
6940
|
-
const o =
|
|
6941
|
-
let l = (I = r == null ? void 0 : r.params) == null ? void 0 : I.entityName, c = (
|
|
6943
|
+
var I, _;
|
|
6944
|
+
const o = Qe(), r = un(), i = e, a = $(!0), s = $(!1), u = $([]);
|
|
6945
|
+
let l = (I = r == null ? void 0 : r.params) == null ? void 0 : I.entityName, c = (_ = r == null ? void 0 : r.params) == null ? void 0 : _.id;
|
|
6942
6946
|
i.entityName && (l = i.entityName), i.recordId && (c = i.recordId);
|
|
6943
6947
|
const d = n, { formData: f, columns: p, errors: m, backendErrors: g, isDataChange: h, linkedEntities: y, primarayColumn: x, clearErrors: C, saveRecord: T, getRelatedEntityRecordById: F, cancleRecord: B } = ni(l, c, d);
|
|
6944
6948
|
$e(
|
|
@@ -6970,7 +6974,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
6970
6974
|
{ immediate: !0, deep: !0 }
|
|
6971
6975
|
), (z, N) => {
|
|
6972
6976
|
var we;
|
|
6973
|
-
const K = G("SplitterPanel"), J = G("Tab"), ie = G("TabList"), D = G("TabPanel"),
|
|
6977
|
+
const K = G("SplitterPanel"), J = G("Tab"), ie = G("TabList"), D = G("TabPanel"), R = G("TabPanels"), j = G("Tabs"), de = G("Splitter"), ve = G("Button");
|
|
6974
6978
|
return z.$slots["list-item-display-360"] ? (b(), S("div", rm, [
|
|
6975
6979
|
ce(z.$slots, "header", {}, void 0, !0),
|
|
6976
6980
|
w("div", null, [
|
|
@@ -7055,7 +7059,7 @@ const Mf = { key: 0 }, Uf = { key: 1 }, ri = {
|
|
|
7055
7059
|
]),
|
|
7056
7060
|
_: 1
|
|
7057
7061
|
}),
|
|
7058
|
-
H(
|
|
7062
|
+
H(R, null, {
|
|
7059
7063
|
default: ee(() => [
|
|
7060
7064
|
H(D, { value: "0" }, {
|
|
7061
7065
|
default: ee(() => [
|
|
@@ -7214,9 +7218,9 @@ function nr() {
|
|
|
7214
7218
|
const k = v.entity.entityDefinition.columns;
|
|
7215
7219
|
let E = {};
|
|
7216
7220
|
for (let I = 0; I < k.length; I++) {
|
|
7217
|
-
const
|
|
7218
|
-
if (
|
|
7219
|
-
E =
|
|
7221
|
+
const _ = k[I];
|
|
7222
|
+
if (_.primaryKey && _.primaryKey == !0) {
|
|
7223
|
+
E = _;
|
|
7220
7224
|
break;
|
|
7221
7225
|
}
|
|
7222
7226
|
}
|
|
@@ -7225,15 +7229,15 @@ function nr() {
|
|
|
7225
7229
|
const k = v.entity.entityDefinition.columns;
|
|
7226
7230
|
let E = {};
|
|
7227
7231
|
for (let I = 0; I < k.length; I++) {
|
|
7228
|
-
let
|
|
7229
|
-
|
|
7232
|
+
let _ = k[I];
|
|
7233
|
+
_.autoGenerated || (E[_.name] = "");
|
|
7230
7234
|
}
|
|
7231
7235
|
return E;
|
|
7232
7236
|
}, g = (v, k) => {
|
|
7233
7237
|
let E = "";
|
|
7234
7238
|
const I = v.entity.entityDefinition.columns;
|
|
7235
|
-
for (let
|
|
7236
|
-
let z = I[
|
|
7239
|
+
for (let _ = 0; _ < I.length; _++) {
|
|
7240
|
+
let z = I[_];
|
|
7237
7241
|
if (k == z.name) {
|
|
7238
7242
|
E = z.type;
|
|
7239
7243
|
break;
|
|
@@ -7252,10 +7256,10 @@ function nr() {
|
|
|
7252
7256
|
return ti().shape(
|
|
7253
7257
|
v.reduce((E, I) => (I.autoGenerated || (E[I.name] = ei().nullable(!1).test({
|
|
7254
7258
|
name: "custom-validation",
|
|
7255
|
-
test: function(
|
|
7259
|
+
test: function(_) {
|
|
7256
7260
|
const z = [];
|
|
7257
7261
|
let N = "";
|
|
7258
|
-
if (I.required && (!
|
|
7262
|
+
if (I.required && (!_ || _.trim() === ""))
|
|
7259
7263
|
if (I.validations) {
|
|
7260
7264
|
N = x(I.validations, "VALIDATE_REQUIRED"), z.push(N);
|
|
7261
7265
|
let K = T(I.validations, "VALIDATE_REQUIRED");
|
|
@@ -7263,14 +7267,14 @@ function nr() {
|
|
|
7263
7267
|
} else
|
|
7264
7268
|
N = I.displayName + " is required.", z.push(N);
|
|
7265
7269
|
else {
|
|
7266
|
-
if (I.maxLength &&
|
|
7270
|
+
if (I.maxLength && _.length > I.maxLength)
|
|
7267
7271
|
if (I.validations) {
|
|
7268
7272
|
N = x(I.validations, "VALIDATE_MAXLENGTH"), z.push(N);
|
|
7269
7273
|
let K = T(I.validations, "VALIDATE_MAXLENGTH");
|
|
7270
7274
|
K && (K = "hint:" + K, z.push(K));
|
|
7271
7275
|
} else
|
|
7272
7276
|
N = I.displayName + " cannot exceed from " + I.maxLength + " characters", z.push(N);
|
|
7273
|
-
if (I.regxId && !new RegExp(C(I.validations, "VALIDATE_REGX")).test(
|
|
7277
|
+
if (I.regxId && !new RegExp(C(I.validations, "VALIDATE_REGX")).test(_))
|
|
7274
7278
|
if (I.validations) {
|
|
7275
7279
|
N = x(I.validations, "VALIDATE_REGX"), z.push(N);
|
|
7276
7280
|
let K = T(I.validations, "VALIDATE_REGX");
|
|
@@ -7319,8 +7323,8 @@ function nr() {
|
|
|
7319
7323
|
validate: !0
|
|
7320
7324
|
};
|
|
7321
7325
|
} catch (E) {
|
|
7322
|
-
const I = E.inner.reduce((N, K) => (N[K.path] || (N[K.path] = { messages: [] }), N[K.path].messages.push(...K.errors), N), {}),
|
|
7323
|
-
return n(
|
|
7326
|
+
const I = E.inner.reduce((N, K) => (N[K.path] || (N[K.path] = { messages: [] }), N[K.path].messages.push(...K.errors), N), {}), _ = Object.entries(I).reduce((N, [K, J]) => (N[K] = { messages: J.messages }, N), {});
|
|
7327
|
+
return n(_), {
|
|
7324
7328
|
validate: !1,
|
|
7325
7329
|
errors: t.value
|
|
7326
7330
|
};
|
|
@@ -7351,7 +7355,7 @@ const or = {
|
|
|
7351
7355
|
},
|
|
7352
7356
|
emits: /* @__PURE__ */ ze(["onDeleteItem"], ["update:showDeleteDialog"]),
|
|
7353
7357
|
setup(e, { emit: t }) {
|
|
7354
|
-
const n =
|
|
7358
|
+
const n = et(e, "showDeleteDialog"), o = t, r = (i) => {
|
|
7355
7359
|
o("onDeleteItem", {
|
|
7356
7360
|
remove: i
|
|
7357
7361
|
});
|
|
@@ -7408,7 +7412,7 @@ const or = {
|
|
|
7408
7412
|
}),
|
|
7409
7413
|
emits: ["update:showEntityForm"],
|
|
7410
7414
|
setup(e) {
|
|
7411
|
-
const t =
|
|
7415
|
+
const t = et(e, "showEntityForm"), n = tt("entityObject"), o = e;
|
|
7412
7416
|
let r = $([]), i = $({}), a = $([]), s = $(null), u = $({});
|
|
7413
7417
|
Ve(() => {
|
|
7414
7418
|
r.value = n.getEntityColumns(n.state.data), o.item ? i.value = JSON.parse(JSON.stringify(o.item)) : i.value = n.getFormData(n.state.data), s.value = n.createValidationSchema();
|
|
@@ -7502,8 +7506,9 @@ const or = {
|
|
|
7502
7506
|
"onUpdate:modelValue": (F) => Y(i)[x.name] = F,
|
|
7503
7507
|
entityName: x.foreignKey.referencedEntityName,
|
|
7504
7508
|
columnName: x.name,
|
|
7509
|
+
displayName: x.displayName,
|
|
7505
7510
|
relatedEntityColumn: x.foreignKey.referencedColumnName
|
|
7506
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue", "entityName", "columnName", "relatedEntityColumn"])) : V("", !0)
|
|
7511
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue", "entityName", "columnName", "displayName", "relatedEntityColumn"])) : V("", !0)
|
|
7507
7512
|
]);
|
|
7508
7513
|
}), 128)),
|
|
7509
7514
|
((y = Y(a)) == null ? void 0 : y.length) > 0 ? (b(), M(ol, {
|
|
@@ -7516,13 +7521,13 @@ const or = {
|
|
|
7516
7521
|
}, 8, ["visible"])) : V("", !0);
|
|
7517
7522
|
};
|
|
7518
7523
|
}
|
|
7519
|
-
}, Im = { class: "flex justify-between items-start" }, Bm = { class: "flex-grow-1" }, Fm = { class: "tile-grid" }, Rm = { class: "font-bold text-lg text-700" }, Pm = { class: "flex flex-col gap-2" },
|
|
7524
|
+
}, Im = { class: "flex justify-between items-start" }, Bm = { class: "flex-grow-1" }, Fm = { class: "tile-grid" }, Rm = { class: "font-bold text-lg text-700" }, Pm = { class: "flex flex-col gap-2" }, Am = {
|
|
7520
7525
|
__name: "EntityListSingleRecord",
|
|
7521
7526
|
props: {
|
|
7522
7527
|
item: Object
|
|
7523
7528
|
},
|
|
7524
7529
|
setup(e) {
|
|
7525
|
-
const t = e, n =
|
|
7530
|
+
const t = e, n = tt("entityObject"), o = $([]), r = $(!1), i = $(!1);
|
|
7526
7531
|
Ve(() => {
|
|
7527
7532
|
o.value = n.getEntityColumns(n.state.data);
|
|
7528
7533
|
});
|
|
@@ -7600,20 +7605,20 @@ const or = {
|
|
|
7600
7605
|
], 64);
|
|
7601
7606
|
};
|
|
7602
7607
|
}
|
|
7603
|
-
},
|
|
7608
|
+
}, _m = /* @__PURE__ */ nt(Am, [["__scopeId", "data-v-bce4d0f0"]]), Dm = {
|
|
7604
7609
|
__name: "EntityListRecordParent",
|
|
7605
7610
|
props: {
|
|
7606
7611
|
listItemDisplay: String
|
|
7607
7612
|
},
|
|
7608
7613
|
setup(e) {
|
|
7609
|
-
const t =
|
|
7614
|
+
const t = tt("entityObject"), n = $([]);
|
|
7610
7615
|
return $e(() => t.state.data, (o) => {
|
|
7611
7616
|
o && (n.value = o.result, console.log("Entity state updated in child:", t));
|
|
7612
7617
|
}, { immediate: !0 }), (o, r) => (b(!0), S(oe, null, Oe(n.value, (i, a) => (b(), S("div", {
|
|
7613
7618
|
key: a,
|
|
7614
7619
|
class: "card rounded-md p-5 my-2 shadow-lg relative tile"
|
|
7615
7620
|
}, [
|
|
7616
|
-
(b(), M(Re(e.listItemDisplay != null && e.listItemDisplay != "" ? e.listItemDisplay :
|
|
7621
|
+
(b(), M(Re(e.listItemDisplay != null && e.listItemDisplay != "" ? e.listItemDisplay : _m), re({ ref_for: !0 }, { item: i }), null, 16))
|
|
7617
7622
|
]))), 128));
|
|
7618
7623
|
}
|
|
7619
7624
|
}, Nm = /* @__PURE__ */ nt(Dm, [["__scopeId", "data-v-f59ea2d9"]]), Lm = {};
|
|
@@ -7623,7 +7628,7 @@ function Vm(e, t) {
|
|
|
7623
7628
|
const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm = { class: "m-0" }, Um = {
|
|
7624
7629
|
__name: "EntityListHeaderSlot",
|
|
7625
7630
|
setup(e) {
|
|
7626
|
-
const t =
|
|
7631
|
+
const t = tt("entityObject");
|
|
7627
7632
|
let n = $("");
|
|
7628
7633
|
return $e(() => t.state.data, (o) => {
|
|
7629
7634
|
o && (n.value = o.entityName);
|
|
@@ -7665,7 +7670,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
7665
7670
|
}),
|
|
7666
7671
|
emits: ["update:sortBy", "update:sortDirection", "update:showFilter", "update:filters"],
|
|
7667
7672
|
setup(e) {
|
|
7668
|
-
const t =
|
|
7673
|
+
const t = et(e, "sortBy"), n = et(e, "sortDirection"), o = et(e, "showFilter"), r = et(e, "filters"), i = {
|
|
7669
7674
|
GREATER_THAN: "is greater than",
|
|
7670
7675
|
dateAfter: "is after",
|
|
7671
7676
|
EQUAL: "is equals",
|
|
@@ -7714,7 +7719,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
7714
7719
|
return e.headers.filter((E) => E.sortable && !O.includes(E.field.toLowerCase()));
|
|
7715
7720
|
}), p = Z(() => e.headers.filter((O) => O.filterable)), m = (O) => e.headers.filter((v) => {
|
|
7716
7721
|
var E, I;
|
|
7717
|
-
return v.filterable ? ((E = r.value[O]) == null ? void 0 : E.columnName) === v.name ? !0 : (e.preFiltered ? ((I = e.preFiltered.match(/\b\w+(?==)/g)) == null ? void 0 : I.map((
|
|
7722
|
+
return v.filterable ? ((E = r.value[O]) == null ? void 0 : E.columnName) === v.name ? !0 : (e.preFiltered ? ((I = e.preFiltered.match(/\b\w+(?==)/g)) == null ? void 0 : I.map((_) => _.trim().toLowerCase())) || [] : []).includes(v.field.toLowerCase()) ? !1 : !r.value.some((_, z) => z !== O && _.columnName === v.name) : !1;
|
|
7718
7723
|
}).map((v) => ({
|
|
7719
7724
|
label: v.name,
|
|
7720
7725
|
value: v.field
|
|
@@ -7786,7 +7791,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
7786
7791
|
e.sortCallback();
|
|
7787
7792
|
};
|
|
7788
7793
|
return (O, v) => {
|
|
7789
|
-
const k = G("Select"), E = G("Divider"), I = G("InputNumber"),
|
|
7794
|
+
const k = G("Select"), E = G("Divider"), I = G("InputNumber"), _ = G("DatePicker"), z = G("InputText"), N = G("Button"), K = G("Drawer");
|
|
7790
7795
|
return b(), M(K, {
|
|
7791
7796
|
visible: o.value,
|
|
7792
7797
|
"onUpdate:visible": v[4] || (v[4] = (J) => o.value = J),
|
|
@@ -7875,7 +7880,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
7875
7880
|
modelValue: J.value,
|
|
7876
7881
|
"onUpdate:modelValue": (D) => J.value = D,
|
|
7877
7882
|
placeholder: "Search value"
|
|
7878
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : y(J) == "date" ? (b(), M(
|
|
7883
|
+
}, null, 8, ["modelValue", "onUpdate:modelValue"])) : y(J) == "date" ? (b(), M(_, {
|
|
7879
7884
|
key: 1,
|
|
7880
7885
|
class: "w-full",
|
|
7881
7886
|
modelValue: J.value,
|
|
@@ -7963,7 +7968,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
7963
7968
|
}
|
|
7964
7969
|
},
|
|
7965
7970
|
setup(e) {
|
|
7966
|
-
const t =
|
|
7971
|
+
const t = tt("entityObject"), n = $(!1), o = $([]), r = $([]), i = $(""), a = $(1), s = $(""), u = $([]), l = $([]), c = $(!1), d = e, f = tt("getVariable"), p = {
|
|
7967
7972
|
GREATER_THAN: "GREATER_THAN",
|
|
7968
7973
|
dateAfter: "GREATER_THAN",
|
|
7969
7974
|
EQUAL: "EQUAL",
|
|
@@ -8018,7 +8023,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
8018
8023
|
var k;
|
|
8019
8024
|
o.value = [], r.value = [];
|
|
8020
8025
|
const v = ((k = d.preFiltered) == null ? void 0 : k.split("&&").map((E) => {
|
|
8021
|
-
const [I,
|
|
8026
|
+
const [I, _] = E.split("=").map((N) => N.trim()), z = f == null ? void 0 : f(_);
|
|
8022
8027
|
return {
|
|
8023
8028
|
columnName: I,
|
|
8024
8029
|
value: z,
|
|
@@ -8056,7 +8061,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
8056
8061
|
return k ? k.type : null;
|
|
8057
8062
|
};
|
|
8058
8063
|
return (v, k) => {
|
|
8059
|
-
const E = G("Button"), I = G("InputIcon"),
|
|
8064
|
+
const E = G("Button"), I = G("InputIcon"), _ = G("InputText"), z = G("IconField"), N = G("Toolbar");
|
|
8060
8065
|
return b(), S(oe, null, [
|
|
8061
8066
|
H(N, { class: "p-2 my-2 border-none" }, {
|
|
8062
8067
|
start: ee(() => [
|
|
@@ -8088,7 +8093,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
8088
8093
|
onClick: k[2] || (k[2] = (K) => T()),
|
|
8089
8094
|
class: "pi pi-search"
|
|
8090
8095
|
}),
|
|
8091
|
-
H(
|
|
8096
|
+
H(_, {
|
|
8092
8097
|
class: "w-full sm:w-auto",
|
|
8093
8098
|
onKeyup: k[3] || (k[3] = Ur((K) => T(), ["enter"])),
|
|
8094
8099
|
modelValue: s.value,
|
|
@@ -8125,7 +8130,7 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
8125
8130
|
__name: "EntityListPagination",
|
|
8126
8131
|
setup(e) {
|
|
8127
8132
|
const t = $(25), n = $(0), o = $(0), r = $(0);
|
|
8128
|
-
let i =
|
|
8133
|
+
let i = tt("entityObject");
|
|
8129
8134
|
const a = async (s) => {
|
|
8130
8135
|
t.value = s.rows, n.value = s.page, r.value = s.first;
|
|
8131
8136
|
const u = {
|
|
@@ -8202,8 +8207,8 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
8202
8207
|
}
|
|
8203
8208
|
},
|
|
8204
8209
|
setup(e, { expose: t }) {
|
|
8205
|
-
const n = nr(), o =
|
|
8206
|
-
|
|
8210
|
+
const n = nr(), o = Qe();
|
|
8211
|
+
sn("entityObject", n);
|
|
8207
8212
|
const r = e;
|
|
8208
8213
|
return t({
|
|
8209
8214
|
props: r,
|
|
@@ -8239,8 +8244,8 @@ const zm = /* @__PURE__ */ nt(Lm, [["render", Vm]]), jm = { class: "my-2" }, Mm
|
|
|
8239
8244
|
}
|
|
8240
8245
|
};
|
|
8241
8246
|
function dg() {
|
|
8242
|
-
|
|
8243
|
-
const { get: e, post: t, put: n, del: o } =
|
|
8247
|
+
Qe();
|
|
8248
|
+
const { get: e, post: t, put: n, del: o } = Xt();
|
|
8244
8249
|
return {
|
|
8245
8250
|
getActiveUser: async () => await e("/users/me"),
|
|
8246
8251
|
getAppSecurity: async (h) => await e(`/api/app/v1/${h}/security`),
|
|
@@ -8256,30 +8261,30 @@ function dg() {
|
|
|
8256
8261
|
deleteAppSecurityAccessRule: async (h, y) => await o(`/api/app/v1/${h}/security/rules/${y}`)
|
|
8257
8262
|
};
|
|
8258
8263
|
}
|
|
8259
|
-
const
|
|
8264
|
+
const Zt = $({ role: [], permissions: [] }), yr = $(!1);
|
|
8260
8265
|
let ea = !1;
|
|
8261
8266
|
function xn() {
|
|
8262
8267
|
const e = async () => {
|
|
8263
8268
|
if (yr.value)
|
|
8264
8269
|
return console.log("User is ROOT_USER, skipping fetch."), !0;
|
|
8265
|
-
if (ea ||
|
|
8270
|
+
if (ea || Zt.value.role[0] && Zt.value.permissions[0])
|
|
8266
8271
|
return console.log("User details already available, skipping fetch."), !0;
|
|
8267
8272
|
console.log("Fetching User Details...");
|
|
8268
8273
|
const { getActiveUser: r } = dg(), i = await r();
|
|
8269
|
-
return console.log("Fetched Response:", i), i && Array.isArray(i.authorities) && i.authorities.includes("ROOT_USER") ? (yr.value = !0, !0) : (
|
|
8274
|
+
return console.log("Fetched Response:", i), i && Array.isArray(i.authorities) && i.authorities.includes("ROOT_USER") ? (yr.value = !0, !0) : (Zt.value = {
|
|
8270
8275
|
role: ["Admin"],
|
|
8271
8276
|
permissions: ["user", "Admin", "Entity"]
|
|
8272
|
-
}, ea = !0, console.log("User Details Set:",
|
|
8277
|
+
}, ea = !0, console.log("User Details Set:", Zt.value), !0);
|
|
8273
8278
|
};
|
|
8274
8279
|
return {
|
|
8275
|
-
userDetails:
|
|
8280
|
+
userDetails: Zt,
|
|
8276
8281
|
fetchUserDetails: e,
|
|
8277
|
-
getRole: () =>
|
|
8278
|
-
getPermissions: () =>
|
|
8282
|
+
getRole: () => Zt.value.role,
|
|
8283
|
+
getPermissions: () => Zt.value.permissions,
|
|
8279
8284
|
hasMatchingRoleAndPermissions: async (r = [], i = []) => {
|
|
8280
8285
|
const a = Array.isArray(r) ? r : r.split(",").map((f) => f.trim()), s = Array.isArray(i) ? i : i.split(",").map((f) => f.trim());
|
|
8281
8286
|
if (await e(), yr.value) return !0;
|
|
8282
|
-
const { role: u, permissions: l } =
|
|
8287
|
+
const { role: u, permissions: l } = Zt.value, c = a.length === 0 || a.some((f) => u.includes(f)), d = s.length === 0 || s.some((f) => l.includes(f));
|
|
8283
8288
|
return c && !d ? !1 : c && d;
|
|
8284
8289
|
}
|
|
8285
8290
|
};
|
|
@@ -8360,7 +8365,7 @@ const fg = { class: "flex items-center justify-between bg-white p-2 rounded bord
|
|
|
8360
8365
|
}
|
|
8361
8366
|
},
|
|
8362
8367
|
setup(e) {
|
|
8363
|
-
const t = e, n =
|
|
8368
|
+
const t = e, n = tt("entityObject"), o = $([]), r = $(null), i = $(null), a = $(!1), s = $(!1), u = $(null);
|
|
8364
8369
|
Ve(() => {
|
|
8365
8370
|
var p, m;
|
|
8366
8371
|
t.linkedEntity && t.linkedEntity.length > 0 ? o.value = Object.keys(t.linkedEntity[0]).map((g) => ({ name: g })) : o.value = n == null ? void 0 : n.getEntityColumns(n.state.data), u.value = ((p = o == null ? void 0 : o.value) == null ? void 0 : p.find((g) => g.name === "created_date")) || null, u.value && (u.value = t == null ? void 0 : t.item[u.value.name]), r.value = ((m = o == null ? void 0 : o.value) == null ? void 0 : m.find((g) => g.name === t.displayField)) || null, r.value && (i.value = t == null ? void 0 : t.item[r.value.name]);
|
|
@@ -8642,8 +8647,8 @@ function Oo(e, t = "px") {
|
|
|
8642
8647
|
const Ig = Pn({
|
|
8643
8648
|
name: "CarouselAria",
|
|
8644
8649
|
setup() {
|
|
8645
|
-
const e =
|
|
8646
|
-
return e ? () =>
|
|
8650
|
+
const e = tt(vn);
|
|
8651
|
+
return e ? () => Ze("div", {
|
|
8647
8652
|
class: ["carousel__liveregion", "carousel__sr-only"],
|
|
8648
8653
|
"aria-live": "polite",
|
|
8649
8654
|
"aria-atomic": "true"
|
|
@@ -8790,7 +8795,7 @@ Pn({
|
|
|
8790
8795
|
const U = f.dir || "ltr";
|
|
8791
8796
|
return U in to ? to[U] : U;
|
|
8792
8797
|
}), v = Z(() => ["rtl", "btt"].includes(O.value)), k = Z(() => ["ttb", "btt"].includes(O.value)), E = Z(() => f.itemsToShow === "auto"), I = Z(() => k.value ? "height" : "width");
|
|
8793
|
-
function
|
|
8798
|
+
function _() {
|
|
8794
8799
|
var U;
|
|
8795
8800
|
if (!fe.value)
|
|
8796
8801
|
return;
|
|
@@ -8798,7 +8803,7 @@ Pn({
|
|
|
8798
8803
|
se.some((ge) => Q >= ge ? (Object.assign(ae, e.breakpoints[ge]), ae.i18n && Object.assign(ae.i18n, d.value.i18n, e.breakpoints[ge].i18n), !0) : !1), Object.assign(f, d.value, ae);
|
|
8799
8804
|
}
|
|
8800
8805
|
const z = vr(() => {
|
|
8801
|
-
|
|
8806
|
+
_(), j(), R();
|
|
8802
8807
|
}), N = Cr(/* @__PURE__ */ new Set()), K = $([]);
|
|
8803
8808
|
function J({ widthMultiplier: U, heightMultiplier: Q }) {
|
|
8804
8809
|
K.value = a.map((se) => {
|
|
@@ -8822,7 +8827,7 @@ Pn({
|
|
|
8822
8827
|
height: ae.height * Q
|
|
8823
8828
|
};
|
|
8824
8829
|
}
|
|
8825
|
-
function
|
|
8830
|
+
function R() {
|
|
8826
8831
|
if (!l.value)
|
|
8827
8832
|
return;
|
|
8828
8833
|
const U = $g(N);
|
|
@@ -8846,7 +8851,7 @@ Pn({
|
|
|
8846
8851
|
}
|
|
8847
8852
|
const de = Z(() => typeof e.ignoreAnimations == "string" ? e.ignoreAnimations.split(",") : Array.isArray(e.ignoreAnimations) ? e.ignoreAnimations : e.ignoreAnimations ? !1 : []);
|
|
8848
8853
|
Io(() => j()), Io(() => {
|
|
8849
|
-
|
|
8854
|
+
R();
|
|
8850
8855
|
});
|
|
8851
8856
|
let ve;
|
|
8852
8857
|
const we = (U) => {
|
|
@@ -8854,21 +8859,21 @@ Pn({
|
|
|
8854
8859
|
if (!(!(Q != null && Q.contains(u.value)) || Array.isArray(de.value) && de.value.includes(U.animationName)) && (N.add(Q), !ve)) {
|
|
8855
8860
|
const se = () => {
|
|
8856
8861
|
ve = requestAnimationFrame(() => {
|
|
8857
|
-
|
|
8862
|
+
R(), se();
|
|
8858
8863
|
});
|
|
8859
8864
|
};
|
|
8860
8865
|
se();
|
|
8861
8866
|
}
|
|
8862
8867
|
}, le = (U) => {
|
|
8863
8868
|
const Q = U.target;
|
|
8864
|
-
Q && N.delete(Q), ve && N.size === 0 && (cancelAnimationFrame(ve),
|
|
8869
|
+
Q && N.delete(Q), ve && N.size === 0 && (cancelAnimationFrame(ve), R());
|
|
8865
8870
|
}, fe = $(!1);
|
|
8866
8871
|
typeof document < "u" && Io(() => {
|
|
8867
8872
|
fe.value && de.value !== !1 ? (document.addEventListener("animationstart", we), document.addEventListener("animationend", le)) : (document.removeEventListener("animationstart", we), document.removeEventListener("animationend", le));
|
|
8868
8873
|
}), Ve(() => {
|
|
8869
|
-
fe.value = !0,
|
|
8874
|
+
fe.value = !0, _(), He(), u.value && (F = new ResizeObserver(z), F.observe(u.value)), n("init");
|
|
8870
8875
|
}), cs(() => {
|
|
8871
|
-
fe.value = !1, i.cleanup(), T && clearTimeout(T), ve && cancelAnimationFrame(ve), C && clearInterval(C), F && (F.disconnect(), F = null), typeof document < "u" && Be(), u.value && (u.value.removeEventListener("transitionend",
|
|
8876
|
+
fe.value = !1, i.cleanup(), T && clearTimeout(T), ve && cancelAnimationFrame(ve), C && clearInterval(C), F && (F.disconnect(), F = null), typeof document < "u" && Be(), u.value && (u.value.removeEventListener("transitionend", R), u.value.removeEventListener("animationiteration", R));
|
|
8872
8877
|
});
|
|
8873
8878
|
let ke = !1;
|
|
8874
8879
|
const Ce = { x: 0, y: 0 }, je = Nt({ x: 0, y: 0 }), pt = $(!1), rt = $(!1), Ct = () => {
|
|
@@ -8880,11 +8885,11 @@ Pn({
|
|
|
8880
8885
|
switch (U.key) {
|
|
8881
8886
|
case "ArrowLeft":
|
|
8882
8887
|
case "ArrowUp":
|
|
8883
|
-
k.value === U.key.endsWith("Up") && (v.value ? bt(!0) :
|
|
8888
|
+
k.value === U.key.endsWith("Up") && (v.value ? bt(!0) : Jt(!0));
|
|
8884
8889
|
break;
|
|
8885
8890
|
case "ArrowRight":
|
|
8886
8891
|
case "ArrowDown":
|
|
8887
|
-
k.value === U.key.endsWith("Down") && (v.value ?
|
|
8892
|
+
k.value === U.key.endsWith("Down") && (v.value ? Jt(!0) : bt(!0));
|
|
8888
8893
|
break;
|
|
8889
8894
|
}
|
|
8890
8895
|
}, 200), q = () => {
|
|
@@ -8892,13 +8897,13 @@ Pn({
|
|
|
8892
8897
|
}, Be = () => {
|
|
8893
8898
|
document.removeEventListener("keydown", te);
|
|
8894
8899
|
};
|
|
8895
|
-
function
|
|
8900
|
+
function Ae(U) {
|
|
8896
8901
|
const Q = U.target.tagName;
|
|
8897
8902
|
if (["INPUT", "TEXTAREA", "SELECT"].includes(Q) || Ye.value || (ke = U.type === "touchstart", !ke && (U.preventDefault(), U.button !== 0)))
|
|
8898
8903
|
return;
|
|
8899
8904
|
Ce.x = "touches" in U ? U.touches[0].clientX : U.clientX, Ce.y = "touches" in U ? U.touches[0].clientY : U.clientY;
|
|
8900
8905
|
const se = ke ? "touchmove" : "mousemove", ae = ke ? "touchend" : "mouseup";
|
|
8901
|
-
document.addEventListener(se, Fe, { passive: !1 }), document.addEventListener(ae,
|
|
8906
|
+
document.addEventListener(se, Fe, { passive: !1 }), document.addEventListener(ae, _e, { passive: !0 });
|
|
8902
8907
|
}
|
|
8903
8908
|
const Fe = vr((U) => {
|
|
8904
8909
|
rt.value = !0;
|
|
@@ -8916,7 +8921,7 @@ Pn({
|
|
|
8916
8921
|
min: x.value
|
|
8917
8922
|
}), n("drag", { deltaX: je.x, deltaY: je.y });
|
|
8918
8923
|
});
|
|
8919
|
-
function
|
|
8924
|
+
function _e() {
|
|
8920
8925
|
if (Fe.cancel(), m.value !== p.value && !ke) {
|
|
8921
8926
|
const se = (ae) => {
|
|
8922
8927
|
ae.preventDefault(), window.removeEventListener("click", se);
|
|
@@ -8925,7 +8930,7 @@ Pn({
|
|
|
8925
8930
|
}
|
|
8926
8931
|
lt(m.value), je.x = 0, je.y = 0, rt.value = !1;
|
|
8927
8932
|
const U = ke ? "touchmove" : "mousemove", Q = ke ? "touchend" : "mouseup";
|
|
8928
|
-
document.removeEventListener(U, Fe), document.removeEventListener(Q,
|
|
8933
|
+
document.removeEventListener(U, Fe), document.removeEventListener(Q, _e);
|
|
8929
8934
|
}
|
|
8930
8935
|
function He() {
|
|
8931
8936
|
!f.autoplay || f.autoplay <= 0 || (C = setInterval(() => {
|
|
@@ -8970,13 +8975,13 @@ Pn({
|
|
|
8970
8975
|
function bt(U = !1) {
|
|
8971
8976
|
lt(p.value + f.itemsToScroll, U);
|
|
8972
8977
|
}
|
|
8973
|
-
function
|
|
8978
|
+
function Jt(U = !1) {
|
|
8974
8979
|
lt(p.value - f.itemsToScroll, U);
|
|
8975
8980
|
}
|
|
8976
|
-
function
|
|
8977
|
-
|
|
8981
|
+
function Qt() {
|
|
8982
|
+
_(), j(), R(), Rt();
|
|
8978
8983
|
}
|
|
8979
|
-
$e(() => [d.value, e.breakpoints], () =>
|
|
8984
|
+
$e(() => [d.value, e.breakpoints], () => _(), { deep: !0 }), $e(() => e.autoplay, () => Rt());
|
|
8980
8985
|
const cn = $e(() => e.modelValue, (U) => {
|
|
8981
8986
|
U !== p.value && lt(Number(U), !0);
|
|
8982
8987
|
});
|
|
@@ -9005,7 +9010,7 @@ Pn({
|
|
|
9005
9010
|
align: f.snapAlign,
|
|
9006
9011
|
itemsToShow: +f.itemsToShow
|
|
9007
9012
|
});
|
|
9008
|
-
}),
|
|
9013
|
+
}), P = Z(() => {
|
|
9009
9014
|
let U = 0;
|
|
9010
9015
|
if (E.value) {
|
|
9011
9016
|
if (p.value < 0 ? U = K.value.slice(p.value).reduce((Q, se) => Q + se[I.value] + f.gap, 0) * -1 : U = K.value.slice(0, p.value).reduce((Q, se) => Q + se[I.value] + f.gap, 0), U -= qe.value, !f.wrapAround) {
|
|
@@ -9025,7 +9030,7 @@ Pn({
|
|
|
9025
9030
|
})), U = Q * B.value;
|
|
9026
9031
|
}
|
|
9027
9032
|
return U * (v.value ? 1 : -1);
|
|
9028
|
-
}),
|
|
9033
|
+
}), A = Z(() => {
|
|
9029
9034
|
var U, Q;
|
|
9030
9035
|
if (!E.value) {
|
|
9031
9036
|
const ge = p.value - qe.value;
|
|
@@ -9048,7 +9053,7 @@ Pn({
|
|
|
9048
9053
|
let se = 0;
|
|
9049
9054
|
{
|
|
9050
9055
|
let ge = 0, De = 0 - pe.value.before;
|
|
9051
|
-
const Me = Math.abs(
|
|
9056
|
+
const Me = Math.abs(P.value + Et.value);
|
|
9052
9057
|
for (; ge <= Me; ) {
|
|
9053
9058
|
const ot = (De % a.length + a.length) % a.length;
|
|
9054
9059
|
ge += ((U = K.value[ot]) === null || U === void 0 ? void 0 : U[I.value]) + f.gap, De++;
|
|
@@ -9058,7 +9063,7 @@ Pn({
|
|
|
9058
9063
|
let ae = 0;
|
|
9059
9064
|
{
|
|
9060
9065
|
let ge = se, De = 0;
|
|
9061
|
-
for (ge < 0 ? De = K.value.slice(0, ge).reduce((Me, ot) => Me + ot[I.value] + f.gap, 0) - Math.abs(
|
|
9066
|
+
for (ge < 0 ? De = K.value.slice(0, ge).reduce((Me, ot) => Me + ot[I.value] + f.gap, 0) - Math.abs(P.value + Et.value) : De = K.value.slice(0, ge).reduce((Me, ot) => Me + ot[I.value] + f.gap, 0) - Math.abs(P.value); De < ie.value[I.value]; ) {
|
|
9062
9067
|
const Me = (ge % a.length + a.length) % a.length;
|
|
9063
9068
|
De += ((Q = K.value[Me]) === null || Q === void 0 ? void 0 : Q[I.value]) + f.gap, ge++;
|
|
9064
9069
|
}
|
|
@@ -9072,7 +9077,7 @@ Pn({
|
|
|
9072
9077
|
if (f.slideEffect === "fade")
|
|
9073
9078
|
return;
|
|
9074
9079
|
const U = k.value ? "Y" : "X", Q = k.value ? je.y : je.x;
|
|
9075
|
-
let se =
|
|
9080
|
+
let se = P.value + Q;
|
|
9076
9081
|
if (!f.wrapAround && f.preventExcessiveDragging) {
|
|
9077
9082
|
let ae = 0;
|
|
9078
9083
|
E.value ? ae = K.value.reduce((Me, ot) => Me + ot[I.value], 0) : ae = (s.value - Number(f.itemsToShow)) * B.value;
|
|
@@ -9089,7 +9094,7 @@ Pn({
|
|
|
9089
9094
|
"--vc-slide-gap": Oo(f.gap),
|
|
9090
9095
|
"--vc-carousel-height": Oo(f.height),
|
|
9091
9096
|
"--vc-cloned-offset": Oo(Et.value)
|
|
9092
|
-
})), me = { slideTo: lt, next: bt, prev:
|
|
9097
|
+
})), me = { slideTo: lt, next: bt, prev: Jt }, be = Nt({
|
|
9093
9098
|
activeSlide: m,
|
|
9094
9099
|
config: f,
|
|
9095
9100
|
currentSlide: p,
|
|
@@ -9104,9 +9109,9 @@ Pn({
|
|
|
9104
9109
|
slides: a,
|
|
9105
9110
|
slidesCount: s,
|
|
9106
9111
|
viewport: l,
|
|
9107
|
-
visibleRange:
|
|
9112
|
+
visibleRange: A
|
|
9108
9113
|
});
|
|
9109
|
-
|
|
9114
|
+
sn(vn, be);
|
|
9110
9115
|
const ue = Nt({
|
|
9111
9116
|
config: f,
|
|
9112
9117
|
currentSlide: p,
|
|
@@ -9120,11 +9125,11 @@ Pn({
|
|
|
9120
9125
|
data: ue,
|
|
9121
9126
|
nav: me,
|
|
9122
9127
|
next: bt,
|
|
9123
|
-
prev:
|
|
9124
|
-
restartCarousel:
|
|
9128
|
+
prev: Jt,
|
|
9129
|
+
restartCarousel: Qt,
|
|
9125
9130
|
slideTo: lt,
|
|
9126
|
-
updateBreakpointsConfig:
|
|
9127
|
-
updateSlideSize:
|
|
9131
|
+
updateBreakpointsConfig: _,
|
|
9132
|
+
updateSlideSize: R,
|
|
9128
9133
|
updateSlidesData: j
|
|
9129
9134
|
}), () => {
|
|
9130
9135
|
var U;
|
|
@@ -9138,17 +9143,17 @@ Pn({
|
|
|
9138
9143
|
toShow: ge
|
|
9139
9144
|
}), ot = [...De, ...se, ...Me];
|
|
9140
9145
|
if (!f.enabled || !ot.length)
|
|
9141
|
-
return
|
|
9146
|
+
return Ze("section", {
|
|
9142
9147
|
ref: u,
|
|
9143
9148
|
class: ["carousel", "is-disabled"]
|
|
9144
9149
|
}, ot);
|
|
9145
|
-
const Nn = ((U = t.addons) === null || U === void 0 ? void 0 : U.call(t, ue)) || [], Ln =
|
|
9150
|
+
const Nn = ((U = t.addons) === null || U === void 0 ? void 0 : U.call(t, ue)) || [], Ln = Ze("ol", {
|
|
9146
9151
|
class: "carousel__track",
|
|
9147
9152
|
style: { transform: W.value },
|
|
9148
|
-
onMousedownCapture: f.mouseDrag ?
|
|
9149
|
-
onTouchstartPassiveCapture: f.touchDrag ?
|
|
9150
|
-
}, ot), Vn =
|
|
9151
|
-
return
|
|
9153
|
+
onMousedownCapture: f.mouseDrag ? Ae : null,
|
|
9154
|
+
onTouchstartPassiveCapture: f.touchDrag ? Ae : null
|
|
9155
|
+
}, ot), Vn = Ze("div", { class: "carousel__viewport", ref: l }, Ln);
|
|
9156
|
+
return Ze("section", {
|
|
9152
9157
|
ref: u,
|
|
9153
9158
|
class: [
|
|
9154
9159
|
"carousel",
|
|
@@ -9169,7 +9174,7 @@ Pn({
|
|
|
9169
9174
|
onBlur: Be,
|
|
9170
9175
|
onMouseenter: Ct,
|
|
9171
9176
|
onMouseleave: ht
|
|
9172
|
-
}, [Vn, Nn,
|
|
9177
|
+
}, [Vn, Nn, Ze(Ig)]);
|
|
9173
9178
|
};
|
|
9174
9179
|
}
|
|
9175
9180
|
});
|
|
@@ -9199,13 +9204,13 @@ const ra = (e) => e && Rg(e), ia = Pn({
|
|
|
9199
9204
|
}
|
|
9200
9205
|
},
|
|
9201
9206
|
setup(e) {
|
|
9202
|
-
const t =
|
|
9207
|
+
const t = tt(vn, null);
|
|
9203
9208
|
return () => {
|
|
9204
9209
|
const n = e.name;
|
|
9205
9210
|
if (!n || !ra(n))
|
|
9206
9211
|
return;
|
|
9207
|
-
const o = Fg[n], r =
|
|
9208
|
-
return
|
|
9212
|
+
const o = Fg[n], r = Ze("path", { d: o }), i = (t == null ? void 0 : t.config.i18n[oa(n)]) || e.title, a = Ze("title", i);
|
|
9213
|
+
return Ze("svg", {
|
|
9209
9214
|
class: "carousel__icon",
|
|
9210
9215
|
viewBox: "0 0 24 24",
|
|
9211
9216
|
role: "img",
|
|
@@ -9218,7 +9223,7 @@ Pn({
|
|
|
9218
9223
|
name: "CarouselNavigation",
|
|
9219
9224
|
inheritAttrs: !1,
|
|
9220
9225
|
setup(e, { slots: t, attrs: n }) {
|
|
9221
|
-
const o =
|
|
9226
|
+
const o = tt(vn);
|
|
9222
9227
|
if (!o)
|
|
9223
9228
|
return () => "";
|
|
9224
9229
|
const { next: r, prev: i } = t, a = () => ({
|
|
@@ -9233,15 +9238,15 @@ Pn({
|
|
|
9233
9238
|
ttb: "arrowDown"
|
|
9234
9239
|
})[o.normalizedDir], u = Z(() => !o.config.wrapAround && o.currentSlide <= o.minSlide), l = Z(() => !o.config.wrapAround && o.currentSlide >= o.maxSlide);
|
|
9235
9240
|
return () => {
|
|
9236
|
-
const { i18n: c } = o.config, d =
|
|
9241
|
+
const { i18n: c } = o.config, d = Ze("button", Object.assign(Object.assign({ type: "button", disabled: u.value, "aria-label": c.ariaPreviousSlide, title: c.ariaPreviousSlide, onClick: o.nav.prev }, n), { class: [
|
|
9237
9242
|
"carousel__prev",
|
|
9238
9243
|
{ "carousel__prev--disabled": u.value },
|
|
9239
9244
|
n.class
|
|
9240
|
-
] }), (i == null ? void 0 : i()) ||
|
|
9245
|
+
] }), (i == null ? void 0 : i()) || Ze(ia, { name: a() })), f = Ze("button", Object.assign(Object.assign({ type: "button", disabled: l.value, "aria-label": c.ariaNextSlide, title: c.ariaNextSlide, onClick: o.nav.next }, n), { class: [
|
|
9241
9246
|
"carousel__next",
|
|
9242
9247
|
{ "carousel__next--disabled": l.value },
|
|
9243
9248
|
n.class
|
|
9244
|
-
] }), (r == null ? void 0 : r()) ||
|
|
9249
|
+
] }), (r == null ? void 0 : r()) || Ze(ia, { name: s() }));
|
|
9245
9250
|
return [d, f];
|
|
9246
9251
|
};
|
|
9247
9252
|
}
|
|
@@ -9257,7 +9262,7 @@ Pn({
|
|
|
9257
9262
|
}
|
|
9258
9263
|
},
|
|
9259
9264
|
setup(e) {
|
|
9260
|
-
const t =
|
|
9265
|
+
const t = tt(vn);
|
|
9261
9266
|
if (!t)
|
|
9262
9267
|
return () => "";
|
|
9263
9268
|
const n = Z(() => t.config.itemsToShow), o = Z(() => Nr({
|
|
@@ -9278,7 +9283,7 @@ Pn({
|
|
|
9278
9283
|
for (let d = r.value ? 0 : t.minSlide; d <= (r.value ? a.value - 1 : t.maxSlide); d++) {
|
|
9279
9284
|
const f = dl(t.config.i18n[r.value ? "ariaNavigateToPage" : "ariaNavigateToSlide"], {
|
|
9280
9285
|
slideNumber: d + 1
|
|
9281
|
-
}), p = s(d), m =
|
|
9286
|
+
}), p = s(d), m = Ze("button", {
|
|
9282
9287
|
type: "button",
|
|
9283
9288
|
class: {
|
|
9284
9289
|
"carousel__pagination-button": !0,
|
|
@@ -9290,10 +9295,10 @@ Pn({
|
|
|
9290
9295
|
title: f,
|
|
9291
9296
|
disabled: e.disableOnClick,
|
|
9292
9297
|
onClick: () => t.nav.slideTo(r.value ? Math.floor(d * +t.config.itemsToShow + o.value) : d)
|
|
9293
|
-
}), g =
|
|
9298
|
+
}), g = Ze("li", { class: "carousel__pagination-item", key: d }, m);
|
|
9294
9299
|
c.push(g);
|
|
9295
9300
|
}
|
|
9296
|
-
return
|
|
9301
|
+
return Ze("ol", { class: "carousel__pagination" }, c);
|
|
9297
9302
|
};
|
|
9298
9303
|
}
|
|
9299
9304
|
});
|
|
@@ -9318,8 +9323,8 @@ Pn({
|
|
|
9318
9323
|
}
|
|
9319
9324
|
},
|
|
9320
9325
|
setup(e, { attrs: t, slots: n, expose: o }) {
|
|
9321
|
-
const r =
|
|
9322
|
-
if (
|
|
9326
|
+
const r = tt(vn);
|
|
9327
|
+
if (sn(vn, void 0), !r)
|
|
9323
9328
|
return () => "";
|
|
9324
9329
|
const i = $(e.index), a = (m) => {
|
|
9325
9330
|
i.value = m;
|
|
@@ -9346,7 +9351,7 @@ Pn({
|
|
|
9346
9351
|
na(s.vnode);
|
|
9347
9352
|
})), () => {
|
|
9348
9353
|
var m, g;
|
|
9349
|
-
return r.config.enabled ?
|
|
9354
|
+
return r.config.enabled ? Ze("li", {
|
|
9350
9355
|
style: [t.style, Object.assign({}, p.value)],
|
|
9351
9356
|
class: {
|
|
9352
9357
|
carousel__slide: !0,
|
|
@@ -9374,10 +9379,10 @@ Pn({
|
|
|
9374
9379
|
};
|
|
9375
9380
|
}
|
|
9376
9381
|
});
|
|
9377
|
-
const Pg = { class: "flex items-center justify-between rounded-md w-full overflow-hidden" },
|
|
9382
|
+
const Pg = { class: "flex items-center justify-between rounded-md w-full overflow-hidden" }, Ag = {
|
|
9378
9383
|
key: 0,
|
|
9379
9384
|
class: "flex flex-col w-full bg-white rounded-lg gap-2"
|
|
9380
|
-
},
|
|
9385
|
+
}, _g = { class: "flex items-center justify-center gap-2 flex-wrap" }, Dg = {
|
|
9381
9386
|
key: 0,
|
|
9382
9387
|
class: "flex items-center gap-3 overflow-x-auto mb-3 p-3 scrollbar-none pr-4"
|
|
9383
9388
|
}, Ng = ["onClick"], Lg = {
|
|
@@ -9469,11 +9474,11 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9469
9474
|
}
|
|
9470
9475
|
},
|
|
9471
9476
|
setup(e, { expose: t, emit: n }) {
|
|
9472
|
-
const o = nr(), r =
|
|
9477
|
+
const o = nr(), r = Qe(), i = new Bt();
|
|
9473
9478
|
$(null), $(null);
|
|
9474
9479
|
const a = $("id"), s = $(1), u = $(25), l = $(0);
|
|
9475
|
-
|
|
9476
|
-
const c = n, d = e, f = $([]), p = $([]), m = $(!0), g = $(null), { hasMatchingRoleAndPermissions: h } = xn(), y =
|
|
9480
|
+
sn("entityObject", o);
|
|
9481
|
+
const c = n, d = e, f = $([]), p = $([]), m = $(!0), g = $(null), { hasMatchingRoleAndPermissions: h } = xn(), y = tt("getVariable");
|
|
9477
9482
|
Ve(async () => {
|
|
9478
9483
|
m.value = await h(d.roles, d.permissions), console.log("props entitylist", d.preFiltered), d.preFiltered && C();
|
|
9479
9484
|
}), d.linkedEntity ? $e(() => d.linkedEntity, (k) => {
|
|
@@ -9492,8 +9497,8 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9492
9497
|
columnList: null,
|
|
9493
9498
|
filter: k,
|
|
9494
9499
|
fullTextSearch: ""
|
|
9495
|
-
},
|
|
9496
|
-
|
|
9500
|
+
}, _ = await i.searchEntityRecords(d.entityName, I);
|
|
9501
|
+
_ && _.response ? (o.state.data = _.response, p.value = ((E = o.state.data) == null ? void 0 : E.presets) || [], console.log("Fetched presets data:", p.value), f.value = _.response.result) : console.error("Error fetching entity data:", _);
|
|
9497
9502
|
} catch (I) {
|
|
9498
9503
|
toast.add({ severity: "error", summary: "Error", detail: (I == null ? void 0 : I.errorMessage) || "Failed to fetch data", life: 3e3 });
|
|
9499
9504
|
}
|
|
@@ -9504,9 +9509,9 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9504
9509
|
return;
|
|
9505
9510
|
}
|
|
9506
9511
|
const k = ((E = d.preFiltered) == null ? void 0 : E.split("&&").map((I) => {
|
|
9507
|
-
const [
|
|
9508
|
-
return console.log("Parsed filter:", { field:
|
|
9509
|
-
columnName:
|
|
9512
|
+
const [_, z] = I.split("=").map((K) => K.trim()), N = (y == null ? void 0 : y(z)) ?? z;
|
|
9513
|
+
return console.log("Parsed filter:", { field: _, value: N }), {
|
|
9514
|
+
columnName: _,
|
|
9510
9515
|
value: N,
|
|
9511
9516
|
operator: "EQUAL",
|
|
9512
9517
|
columnType: typeof N == "string" ? "STRING" : "INT"
|
|
@@ -9538,8 +9543,8 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9538
9543
|
if (d.linkedEntity && d.linkedEntity.length > 0)
|
|
9539
9544
|
o.setEntity(d.linkedEntity);
|
|
9540
9545
|
else if (!d.preFiltered) {
|
|
9541
|
-
const
|
|
9542
|
-
p.value = ((I = (E =
|
|
9546
|
+
const _ = await o.getEntity(d.entityName);
|
|
9547
|
+
p.value = ((I = (E = _ == null ? void 0 : _.response) == null ? void 0 : E.entity) == null ? void 0 : I.presets) || [], console.log("Fetched presets data:", p.value), o.setEntity(_.success ? _.response : { result: [] });
|
|
9543
9548
|
}
|
|
9544
9549
|
}
|
|
9545
9550
|
},
|
|
@@ -9550,13 +9555,13 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9550
9555
|
o.state.data = E || {};
|
|
9551
9556
|
};
|
|
9552
9557
|
return (k, E) => {
|
|
9553
|
-
var I,
|
|
9558
|
+
var I, _, z;
|
|
9554
9559
|
return m.value ? (b(), S("div", re({ key: 0 }, k.$attrs, { class: "flex flex-col" }), [
|
|
9555
9560
|
ce(k.$slots, "header", {}, void 0, !0),
|
|
9556
9561
|
k.$slots["list-item-display"] ? (b(), S(oe, { key: 0 }, [
|
|
9557
9562
|
w("div", Pg, [
|
|
9558
|
-
e.showToolBar == "top" && (e.showFilters || e.showAddButton || e.showPagination) ? (b(), S("div",
|
|
9559
|
-
w("div",
|
|
9563
|
+
e.showToolBar == "top" && (e.showFilters || e.showAddButton || e.showPagination) ? (b(), S("div", Ag, [
|
|
9564
|
+
w("div", _g, [
|
|
9560
9565
|
e.showFilters ? (b(), M(Re(e.listFilter || xt), {
|
|
9561
9566
|
key: 0,
|
|
9562
9567
|
externalFilterPayload: d.externalFilterPayload,
|
|
@@ -9585,7 +9590,7 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9585
9590
|
w("div", {
|
|
9586
9591
|
class: he(["flex flex-wrap", [d.decoration === "tiles" ? "" : "flex-col", `gap-${d.gap}`, d.scrollHeight ? `overflow-y-auto h-[${d.scrollHeight}]` : "", d.justifyContent ? `justify-${d.justifyContent}` : "justify-center"]])
|
|
9587
9592
|
}, [
|
|
9588
|
-
(b(!0), S(oe, null, Oe(e.linkedEntity && e.linkedEntity.length > 0 ? e.linkedEntity : ((z = (
|
|
9593
|
+
(b(!0), S(oe, null, Oe(e.linkedEntity && e.linkedEntity.length > 0 ? e.linkedEntity : ((z = (_ = (I = Y(o)) == null ? void 0 : I.state) == null ? void 0 : _.data) == null ? void 0 : z.result) || [], (N) => ce(k.$slots, "list-item-display", Yt({
|
|
9589
9594
|
item: N,
|
|
9590
9595
|
class: e.listItemClass,
|
|
9591
9596
|
[e.variable || ""]: N
|
|
@@ -9693,7 +9698,7 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9693
9698
|
deletable: Boolean
|
|
9694
9699
|
},
|
|
9695
9700
|
setup(e) {
|
|
9696
|
-
const t = e, n =
|
|
9701
|
+
const t = e, n = tt("entityObject"), o = $([]), r = $(null), i = $(null), a = $(!1), s = $(!1);
|
|
9697
9702
|
Ve(() => {
|
|
9698
9703
|
o.value = n.getEntityColumns(n.state.data), r.value = o.value.find((f) => f.name === t.displayField) || null, r.value && (i.value = t.item[r.value.name]);
|
|
9699
9704
|
});
|
|
@@ -9800,8 +9805,8 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9800
9805
|
}
|
|
9801
9806
|
},
|
|
9802
9807
|
setup(e, { expose: t }) {
|
|
9803
|
-
const n = nr(), o =
|
|
9804
|
-
|
|
9808
|
+
const n = nr(), o = Qe();
|
|
9809
|
+
sn("entityObject", n);
|
|
9805
9810
|
const r = e, i = $([]);
|
|
9806
9811
|
return $e(() => n.state.data, (u) => {
|
|
9807
9812
|
u && (i.value = u.result);
|
|
@@ -9889,7 +9894,7 @@ const Pg = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
9889
9894
|
}
|
|
9890
9895
|
},
|
|
9891
9896
|
setup(e) {
|
|
9892
|
-
const t = e, n =
|
|
9897
|
+
const t = e, n = tt("entityObject"), o = $([]), r = $(null), i = $(null), a = $(!1), s = $(!1);
|
|
9893
9898
|
Ve(() => {
|
|
9894
9899
|
o.value = n.getEntityColumns(n.state.data), r.value = o.value.find((f) => f.name === t.displayField) || null, r.value && (i.value = t.item[r.value.name]);
|
|
9895
9900
|
});
|
|
@@ -10076,7 +10081,7 @@ function Fh(e, t) {
|
|
|
10076
10081
|
function rr(e, t) {
|
|
10077
10082
|
return wo(e) ? e.matches(t) ? e : e.querySelector(t) : null;
|
|
10078
10083
|
}
|
|
10079
|
-
function
|
|
10084
|
+
function en(e, t) {
|
|
10080
10085
|
e && document.activeElement !== e && e.focus(t);
|
|
10081
10086
|
}
|
|
10082
10087
|
function Rh(e, t) {
|
|
@@ -10118,11 +10123,11 @@ function hl(e) {
|
|
|
10118
10123
|
}
|
|
10119
10124
|
return null;
|
|
10120
10125
|
}
|
|
10121
|
-
function
|
|
10126
|
+
function Ah(e, t) {
|
|
10122
10127
|
const n = ii(e, t);
|
|
10123
10128
|
return n.length > 0 ? n[n.length - 1] : null;
|
|
10124
10129
|
}
|
|
10125
|
-
function
|
|
10130
|
+
function _h(e) {
|
|
10126
10131
|
if (e) {
|
|
10127
10132
|
let t = e.getBoundingClientRect();
|
|
10128
10133
|
return {
|
|
@@ -10391,12 +10396,12 @@ var $t = {
|
|
|
10391
10396
|
const { preset: f, options: p } = t;
|
|
10392
10397
|
let m, g, h, y, x, C, T;
|
|
10393
10398
|
if (Te(f) && p.transform !== "strict") {
|
|
10394
|
-
const { primitive: F, semantic: B, extend: O } = f, v = B || {}, { colorScheme: k } = v, E = Mt(v, ["colorScheme"]), I = O || {}, { colorScheme:
|
|
10399
|
+
const { primitive: F, semantic: B, extend: O } = f, v = B || {}, { colorScheme: k } = v, E = Mt(v, ["colorScheme"]), I = O || {}, { colorScheme: _ } = I, z = Mt(I, ["colorScheme"]), N = k || {}, { dark: K } = N, J = Mt(N, ["dark"]), ie = _ || {}, { dark: D } = ie, R = Mt(ie, ["dark"]), j = Te(F) ? this._toVariables({ primitive: F }, p) : {}, de = Te(E) ? this._toVariables({ semantic: E }, p) : {}, ve = Te(J) ? this._toVariables({ light: J }, p) : {}, we = Te(K) ? this._toVariables({ dark: K }, p) : {}, le = Te(z) ? this._toVariables({ semantic: z }, p) : {}, fe = Te(R) ? this._toVariables({ light: R }, p) : {}, ke = Te(D) ? this._toVariables({ dark: D }, p) : {}, [Ce, je] = [(i = j.declarations) != null ? i : "", j.tokens], [pt, rt] = [(a = de.declarations) != null ? a : "", de.tokens || []], [Ct, ht] = [(s = ve.declarations) != null ? s : "", ve.tokens || []], [te, q] = [(u = we.declarations) != null ? u : "", we.tokens || []], [Be, Ae] = [(l = le.declarations) != null ? l : "", le.tokens || []], [Fe, _e] = [(c = fe.declarations) != null ? c : "", fe.tokens || []], [He, st] = [(d = ke.declarations) != null ? d : "", ke.tokens || []];
|
|
10395
10400
|
m = this.transformCSS(e, Ce, "light", "variable", p, o, r), g = je;
|
|
10396
10401
|
const Rt = this.transformCSS(e, `${pt}${Ct}`, "light", "variable", p, o, r), Ye = this.transformCSS(e, `${te}`, "dark", "variable", p, o, r);
|
|
10397
10402
|
h = `${Rt}${Ye}`, y = [.../* @__PURE__ */ new Set([...rt, ...ht, ...q])];
|
|
10398
10403
|
const lt = this.transformCSS(e, `${Be}${Fe}color-scheme:light`, "light", "variable", p, o, r), bt = this.transformCSS(e, `${He}color-scheme:dark`, "dark", "variable", p, o, r);
|
|
10399
|
-
x = `${lt}${bt}`, C = [.../* @__PURE__ */ new Set([...
|
|
10404
|
+
x = `${lt}${bt}`, C = [.../* @__PURE__ */ new Set([...Ae, ..._e, ...st])], T = kt(f.css, { dt: Xn });
|
|
10400
10405
|
}
|
|
10401
10406
|
return {
|
|
10402
10407
|
primitive: {
|
|
@@ -10418,7 +10423,7 @@ var $t = {
|
|
|
10418
10423
|
var s, u, l;
|
|
10419
10424
|
let c, d, f;
|
|
10420
10425
|
if (Te(t) && n.transform !== "strict") {
|
|
10421
|
-
const p = e.replace("-directive", ""), m = t, { colorScheme: g, extend: h, css: y } = m, x = Mt(m, ["colorScheme", "extend", "css"]), C = h || {}, { colorScheme: T } = C, F = Mt(C, ["colorScheme"]), B = g || {}, { dark: O } = B, v = Mt(B, ["dark"]), k = T || {}, { dark: E } = k, I = Mt(k, ["dark"]),
|
|
10426
|
+
const p = e.replace("-directive", ""), m = t, { colorScheme: g, extend: h, css: y } = m, x = Mt(m, ["colorScheme", "extend", "css"]), C = h || {}, { colorScheme: T } = C, F = Mt(C, ["colorScheme"]), B = g || {}, { dark: O } = B, v = Mt(B, ["dark"]), k = T || {}, { dark: E } = k, I = Mt(k, ["dark"]), _ = Te(x) ? this._toVariables({ [p]: Ue(Ue({}, x), F) }, n) : {}, z = Te(v) ? this._toVariables({ [p]: Ue(Ue({}, v), I) }, n) : {}, N = Te(O) ? this._toVariables({ [p]: Ue(Ue({}, O), E) }, n) : {}, [K, J] = [(s = _.declarations) != null ? s : "", _.tokens || []], [ie, D] = [(u = z.declarations) != null ? u : "", z.tokens || []], [R, j] = [(l = N.declarations) != null ? l : "", N.tokens || []], de = this.transformCSS(p, `${K}${ie}`, "light", "variable", n, r, i, a), ve = this.transformCSS(p, R, "dark", "variable", n, r, i, a);
|
|
10422
10427
|
c = `${de}${ve}`, d = [.../* @__PURE__ */ new Set([...J, ...D, ...j])], f = kt(y, { dt: Xn });
|
|
10423
10428
|
}
|
|
10424
10429
|
return {
|
|
@@ -10650,7 +10655,7 @@ var To = {};
|
|
|
10650
10655
|
function li(e = "pui_id_") {
|
|
10651
10656
|
return To.hasOwnProperty(e) || (To[e] = 0), To[e]++, `${e}${To[e]}`;
|
|
10652
10657
|
}
|
|
10653
|
-
var
|
|
10658
|
+
var on = {
|
|
10654
10659
|
_loadedStyleNames: /* @__PURE__ */ new Set(),
|
|
10655
10660
|
getLoadedStyleNames: function() {
|
|
10656
10661
|
return this._loadedStyleNames;
|
|
@@ -10720,11 +10725,11 @@ function nb(e) {
|
|
|
10720
10725
|
}
|
|
10721
10726
|
var ob = 0;
|
|
10722
10727
|
function rb(e) {
|
|
10723
|
-
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = $(!1), o = $(e), r = $(null), i = ai() ? window.document : void 0, a = t.document, s = a === void 0 ? i : a, u = t.immediate, l = u === void 0 ? !0 : u, c = t.manual, d = c === void 0 ? !1 : c, f = t.name, p = f === void 0 ? "style_".concat(++ob) : f, m = t.id, g = m === void 0 ? void 0 : m, h = t.media, y = h === void 0 ? void 0 : h, x = t.nonce, C = x === void 0 ? void 0 : x, T = t.first, F = T === void 0 ? !1 : T, B = t.onMounted, O = B === void 0 ? void 0 : B, v = t.onUpdated, k = v === void 0 ? void 0 : v, E = t.onLoad, I = E === void 0 ? void 0 : E,
|
|
10728
|
+
var t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = $(!1), o = $(e), r = $(null), i = ai() ? window.document : void 0, a = t.document, s = a === void 0 ? i : a, u = t.immediate, l = u === void 0 ? !0 : u, c = t.manual, d = c === void 0 ? !1 : c, f = t.name, p = f === void 0 ? "style_".concat(++ob) : f, m = t.id, g = m === void 0 ? void 0 : m, h = t.media, y = h === void 0 ? void 0 : h, x = t.nonce, C = x === void 0 ? void 0 : x, T = t.first, F = T === void 0 ? !1 : T, B = t.onMounted, O = B === void 0 ? void 0 : B, v = t.onUpdated, k = v === void 0 ? void 0 : v, E = t.onLoad, I = E === void 0 ? void 0 : E, _ = t.props, z = _ === void 0 ? {} : _, N = function() {
|
|
10724
10729
|
}, K = function(D) {
|
|
10725
|
-
var
|
|
10730
|
+
var R = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
10726
10731
|
if (s) {
|
|
10727
|
-
var j = da(da({}, z),
|
|
10732
|
+
var j = da(da({}, z), R), de = j.name || p, ve = j.id || g, we = j.nonce || C;
|
|
10728
10733
|
r.value = s.querySelector('style[data-primevue-style-id="'.concat(de, '"]')) || s.getElementById(ve) || s.createElement("style"), r.value.isConnected || (o.value = D || e, jo(r.value, {
|
|
10729
10734
|
type: "text/css",
|
|
10730
10735
|
id: ve,
|
|
@@ -11252,13 +11257,13 @@ var Sn = {
|
|
|
11252
11257
|
},
|
|
11253
11258
|
_loadStyles: function() {
|
|
11254
11259
|
var t = this, n = function() {
|
|
11255
|
-
|
|
11260
|
+
on.isStyleNameLoaded("base") || (We.loadCSS(t.$styleOptions), t._loadGlobalStyles(), on.setLoadedStyleName("base")), t._loadThemeStyles();
|
|
11256
11261
|
};
|
|
11257
11262
|
n(), this._themeChangeListener(n);
|
|
11258
11263
|
},
|
|
11259
11264
|
_loadCoreStyles: function() {
|
|
11260
11265
|
var t, n;
|
|
11261
|
-
!
|
|
11266
|
+
!on.isStyleNameLoaded((t = this.$style) === null || t === void 0 ? void 0 : t.name) && (n = this.$style) !== null && n !== void 0 && n.name && (ga.loadCSS(this.$styleOptions), this.$options.style && this.$style.loadCSS(this.$styleOptions), on.setLoadedStyleName(this.$style.name));
|
|
11262
11267
|
},
|
|
11263
11268
|
_loadGlobalStyles: function() {
|
|
11264
11269
|
var t = this._useGlobalPT(this._getOptionValue, "global.css", this.$params);
|
|
@@ -11311,7 +11316,7 @@ var Sn = {
|
|
|
11311
11316
|
_themeChangeListener: function() {
|
|
11312
11317
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : function() {
|
|
11313
11318
|
};
|
|
11314
|
-
|
|
11319
|
+
on.clearLoadedStyleNames(), Ht.on("theme:change", t);
|
|
11315
11320
|
},
|
|
11316
11321
|
_getHostInstance: function(t) {
|
|
11317
11322
|
return t ? this.$options.hostName ? t.$.type.name === this.$options.hostName ? t : this._getHostInstance(t.$parentInstance) : t.$parentInstance : void 0;
|
|
@@ -11790,13 +11795,13 @@ function ao(e) {
|
|
|
11790
11795
|
}, ao(e);
|
|
11791
11796
|
}
|
|
11792
11797
|
function ka(e, t) {
|
|
11793
|
-
return Db(e) ||
|
|
11798
|
+
return Db(e) || _b(e, t) || Ab(e, t) || Pb();
|
|
11794
11799
|
}
|
|
11795
11800
|
function Pb() {
|
|
11796
11801
|
throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
11797
11802
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
11798
11803
|
}
|
|
11799
|
-
function
|
|
11804
|
+
function Ab(e, t) {
|
|
11800
11805
|
if (e) {
|
|
11801
11806
|
if (typeof e == "string") return xa(e, t);
|
|
11802
11807
|
var n = {}.toString.call(e).slice(8, -1);
|
|
@@ -11808,7 +11813,7 @@ function xa(e, t) {
|
|
|
11808
11813
|
for (var n = 0, o = Array(t); n < t; n++) o[n] = e[n];
|
|
11809
11814
|
return o;
|
|
11810
11815
|
}
|
|
11811
|
-
function
|
|
11816
|
+
function _b(e, t) {
|
|
11812
11817
|
var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
11813
11818
|
if (n != null) {
|
|
11814
11819
|
var o, r, i, a, s = [], u = !0, l = !1;
|
|
@@ -11926,9 +11931,9 @@ var xe = {
|
|
|
11926
11931
|
},
|
|
11927
11932
|
_loadCoreStyles: function() {
|
|
11928
11933
|
var t, n, o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, r = arguments.length > 1 ? arguments[1] : void 0;
|
|
11929
|
-
if (!
|
|
11934
|
+
if (!on.isStyleNameLoaded((t = o.$style) === null || t === void 0 ? void 0 : t.name) && (n = o.$style) !== null && n !== void 0 && n.name) {
|
|
11930
11935
|
var i;
|
|
11931
|
-
We.loadCSS(r), (i = o.$style) === null || i === void 0 || i.loadCSS(r),
|
|
11936
|
+
We.loadCSS(r), (i = o.$style) === null || i === void 0 || i.loadCSS(r), on.setLoadedStyleName(o.$style.name);
|
|
11932
11937
|
}
|
|
11933
11938
|
},
|
|
11934
11939
|
_loadThemeStyles: function() {
|
|
@@ -11975,7 +11980,7 @@ var xe = {
|
|
|
11975
11980
|
_themeChangeListener: function() {
|
|
11976
11981
|
var t = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : function() {
|
|
11977
11982
|
};
|
|
11978
|
-
|
|
11983
|
+
on.clearLoadedStyleNames(), Ht.on("theme:change", t);
|
|
11979
11984
|
},
|
|
11980
11985
|
_hook: function(t, n, o, r, i, a) {
|
|
11981
11986
|
var s, u, l = "on".concat(Lf(n)), c = xe._getConfig(r, i), d = o == null ? void 0 : o.$instance, f = xe._usePT(d, xe._getPT(r == null || (s = r.value) === null || s === void 0 ? void 0 : s.pt, t), xe._getOptionValue, "hooks.".concat(l)), p = xe._useDefaultPT(d, c == null || (u = c.pt) === null || u === void 0 || (u = u.directives) === null || u === void 0 ? void 0 : u[t], xe._getOptionValue, "hooks.".concat(l)), m = {
|
|
@@ -12224,7 +12229,7 @@ var Tl = Mb.extend("ripple", {
|
|
|
12224
12229
|
var i = Math.max(gl(o), Dh(o));
|
|
12225
12230
|
r.style.height = i + "px", r.style.width = i + "px";
|
|
12226
12231
|
}
|
|
12227
|
-
var a =
|
|
12232
|
+
var a = _h(o), s = t.pageX - a.left + document.body.scrollTop - pn(r) / 2, u = t.pageY - a.top + document.body.scrollLeft - fn(r) / 2;
|
|
12228
12233
|
r.style.top = u + "px", r.style.left = s + "px", !this.isUnstyled() && Ch(r, "p-ink-active"), r.setAttribute("data-p-ink-active", "true"), this.timeout = setTimeout(function() {
|
|
12229
12234
|
r && (!n.isUnstyled() && wr(r, "p-ink-active"), r.setAttribute("data-p-ink-active", "false"));
|
|
12230
12235
|
}, 401);
|
|
@@ -12248,7 +12253,7 @@ function lo(e) {
|
|
|
12248
12253
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
12249
12254
|
}, lo(e);
|
|
12250
12255
|
}
|
|
12251
|
-
function
|
|
12256
|
+
function At(e, t, n) {
|
|
12252
12257
|
return (t = Xb(t)) in e ? Object.defineProperty(e, t, { value: n, enumerable: !0, configurable: !0, writable: !0 }) : e[t] = n, e;
|
|
12253
12258
|
}
|
|
12254
12259
|
function Xb(e) {
|
|
@@ -12895,7 +12900,7 @@ var Qb = function(t) {
|
|
|
12895
12900
|
}, Zb = {
|
|
12896
12901
|
root: function(t) {
|
|
12897
12902
|
var n = t.instance, o = t.props;
|
|
12898
|
-
return ["p-button p-component",
|
|
12903
|
+
return ["p-button p-component", At(At(At(At(At(At(At(At(At({
|
|
12899
12904
|
"p-button-icon-only": n.hasIcon && !o.label && !o.badge,
|
|
12900
12905
|
"p-button-vertical": (o.iconPos === "top" || o.iconPos === "bottom") && o.label,
|
|
12901
12906
|
"p-button-loading": o.loading,
|
|
@@ -12905,7 +12910,7 @@ var Qb = function(t) {
|
|
|
12905
12910
|
loadingIcon: "p-button-loading-icon",
|
|
12906
12911
|
icon: function(t) {
|
|
12907
12912
|
var n = t.props;
|
|
12908
|
-
return ["p-button-icon",
|
|
12913
|
+
return ["p-button-icon", At({}, "p-button-icon-".concat(n.iconPos), n.label)];
|
|
12909
12914
|
},
|
|
12910
12915
|
label: "p-button-label"
|
|
12911
12916
|
}, e0 = We.extend({
|
|
@@ -13215,9 +13220,9 @@ const o0 = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
13215
13220
|
}
|
|
13216
13221
|
},
|
|
13217
13222
|
setup(e, { expose: t, emit: n }) {
|
|
13218
|
-
const o = nr(), r =
|
|
13219
|
-
|
|
13220
|
-
const i = n, a = e, s = $([]), u = $([]), l = $(!0), c = $(null), { hasMatchingRoleAndPermissions: d } = xn(), f =
|
|
13223
|
+
const o = nr(), r = Qe();
|
|
13224
|
+
sn("entityObject", o);
|
|
13225
|
+
const i = n, a = e, s = $([]), u = $([]), l = $(!0), c = $(null), { hasMatchingRoleAndPermissions: d } = xn(), f = tt("getVariable"), p = $(null), m = (B) => {
|
|
13221
13226
|
const O = p.value;
|
|
13222
13227
|
O && (O.scrollLeft += B * 266);
|
|
13223
13228
|
};
|
|
@@ -13251,7 +13256,7 @@ const o0 = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
13251
13256
|
return;
|
|
13252
13257
|
}
|
|
13253
13258
|
const B = ((O = a.preFiltered) == null ? void 0 : O.split("&&").map((v) => {
|
|
13254
|
-
const [k, E] = v.split("=").map((
|
|
13259
|
+
const [k, E] = v.split("=").map((_) => _.trim()), I = (f == null ? void 0 : f(E)) ?? E;
|
|
13255
13260
|
return console.log("Parsed filter:", { field: k, value: I }), {
|
|
13256
13261
|
columnName: k,
|
|
13257
13262
|
value: I,
|
|
@@ -13429,11 +13434,11 @@ const o0 = { class: "flex items-center justify-between rounded-md w-full overflo
|
|
|
13429
13434
|
], 16));
|
|
13430
13435
|
}
|
|
13431
13436
|
}, Ea = /* @__PURE__ */ nt(k0, [["__scopeId", "data-v-6a1d2c67"]]), Bl = 6048e5, x0 = 864e5, $a = Symbol.for("constructDateFrom");
|
|
13432
|
-
function
|
|
13437
|
+
function ln(e, t) {
|
|
13433
13438
|
return typeof e == "function" ? e(t) : e && typeof e == "object" && $a in e ? e[$a](t) : e instanceof Date ? new e.constructor(t) : new Date(t);
|
|
13434
13439
|
}
|
|
13435
13440
|
function Ft(e, t) {
|
|
13436
|
-
return
|
|
13441
|
+
return ln(t || e, e);
|
|
13437
13442
|
}
|
|
13438
13443
|
let S0 = {};
|
|
13439
13444
|
function ar() {
|
|
@@ -13448,9 +13453,9 @@ function Ho(e, t) {
|
|
|
13448
13453
|
return uo(e, { ...t, weekStartsOn: 1 });
|
|
13449
13454
|
}
|
|
13450
13455
|
function Fl(e, t) {
|
|
13451
|
-
const n = Ft(e, t == null ? void 0 : t.in), o = n.getFullYear(), r =
|
|
13456
|
+
const n = Ft(e, t == null ? void 0 : t.in), o = n.getFullYear(), r = ln(n, 0);
|
|
13452
13457
|
r.setFullYear(o + 1, 0, 4), r.setHours(0, 0, 0, 0);
|
|
13453
|
-
const i = Ho(r), a =
|
|
13458
|
+
const i = Ho(r), a = ln(n, 0);
|
|
13454
13459
|
a.setFullYear(o, 0, 4), a.setHours(0, 0, 0, 0);
|
|
13455
13460
|
const s = Ho(a);
|
|
13456
13461
|
return n.getTime() >= i.getTime() ? o + 1 : n.getTime() >= s.getTime() ? o : o - 1;
|
|
@@ -13470,7 +13475,7 @@ function Oa(e) {
|
|
|
13470
13475
|
return n.setUTCFullYear(t.getFullYear()), +e - +n;
|
|
13471
13476
|
}
|
|
13472
13477
|
function C0(e, ...t) {
|
|
13473
|
-
const n =
|
|
13478
|
+
const n = ln.bind(
|
|
13474
13479
|
null,
|
|
13475
13480
|
t.find((o) => typeof o == "object")
|
|
13476
13481
|
);
|
|
@@ -13489,7 +13494,7 @@ function E0(e, t, n) {
|
|
|
13489
13494
|
return Math.round((s - u) / x0);
|
|
13490
13495
|
}
|
|
13491
13496
|
function $0(e, t) {
|
|
13492
|
-
const n = Fl(e, t), o =
|
|
13497
|
+
const n = Fl(e, t), o = ln(e, 0);
|
|
13493
13498
|
return o.setFullYear(n, 0, 4), o.setHours(0, 0, 0, 0), Ho(o);
|
|
13494
13499
|
}
|
|
13495
13500
|
function O0(e) {
|
|
@@ -13585,12 +13590,12 @@ const R0 = {
|
|
|
13585
13590
|
long: "h:mm:ss a z",
|
|
13586
13591
|
medium: "h:mm:ss a",
|
|
13587
13592
|
short: "h:mm a"
|
|
13588
|
-
},
|
|
13593
|
+
}, A0 = {
|
|
13589
13594
|
full: "{{date}} 'at' {{time}}",
|
|
13590
13595
|
long: "{{date}} 'at' {{time}}",
|
|
13591
13596
|
medium: "{{date}}, {{time}}",
|
|
13592
13597
|
short: "{{date}}, {{time}}"
|
|
13593
|
-
},
|
|
13598
|
+
}, _0 = {
|
|
13594
13599
|
date: xr({
|
|
13595
13600
|
formats: R0,
|
|
13596
13601
|
defaultWidth: "full"
|
|
@@ -13600,7 +13605,7 @@ const R0 = {
|
|
|
13600
13605
|
defaultWidth: "full"
|
|
13601
13606
|
}),
|
|
13602
13607
|
dateTime: xr({
|
|
13603
|
-
formats:
|
|
13608
|
+
formats: A0,
|
|
13604
13609
|
defaultWidth: "full"
|
|
13605
13610
|
})
|
|
13606
13611
|
}, D0 = {
|
|
@@ -13924,7 +13929,7 @@ const Y0 = /^(\d+)(th|st|nd|rd)?/i, X0 = /\d+/i, J0 = {
|
|
|
13924
13929
|
}, ly = {
|
|
13925
13930
|
code: "en-US",
|
|
13926
13931
|
formatDistance: F0,
|
|
13927
|
-
formatLong:
|
|
13932
|
+
formatLong: _0,
|
|
13928
13933
|
formatRelative: N0,
|
|
13929
13934
|
localize: W0,
|
|
13930
13935
|
match: sy,
|
|
@@ -13943,16 +13948,16 @@ function cy(e, t) {
|
|
|
13943
13948
|
}
|
|
13944
13949
|
function Rl(e, t) {
|
|
13945
13950
|
var c, d, f, p;
|
|
13946
|
-
const n = Ft(e, t == null ? void 0 : t.in), o = n.getFullYear(), r = ar(), i = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((d = (c = t == null ? void 0 : t.locale) == null ? void 0 : c.options) == null ? void 0 : d.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((p = (f = r.locale) == null ? void 0 : f.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, a =
|
|
13951
|
+
const n = Ft(e, t == null ? void 0 : t.in), o = n.getFullYear(), r = ar(), i = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((d = (c = t == null ? void 0 : t.locale) == null ? void 0 : c.options) == null ? void 0 : d.firstWeekContainsDate) ?? r.firstWeekContainsDate ?? ((p = (f = r.locale) == null ? void 0 : f.options) == null ? void 0 : p.firstWeekContainsDate) ?? 1, a = ln((t == null ? void 0 : t.in) || e, 0);
|
|
13947
13952
|
a.setFullYear(o + 1, 0, i), a.setHours(0, 0, 0, 0);
|
|
13948
|
-
const s = uo(a, t), u =
|
|
13953
|
+
const s = uo(a, t), u = ln((t == null ? void 0 : t.in) || e, 0);
|
|
13949
13954
|
u.setFullYear(o, 0, i), u.setHours(0, 0, 0, 0);
|
|
13950
13955
|
const l = uo(u, t);
|
|
13951
13956
|
return +n >= +s ? o + 1 : +n >= +l ? o : o - 1;
|
|
13952
13957
|
}
|
|
13953
13958
|
function dy(e, t) {
|
|
13954
13959
|
var s, u, l, c;
|
|
13955
|
-
const n = ar(), o = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((u = (s = t == null ? void 0 : t.locale) == null ? void 0 : s.options) == null ? void 0 : u.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((c = (l = n.locale) == null ? void 0 : l.options) == null ? void 0 : c.firstWeekContainsDate) ?? 1, r = Rl(e, t), i =
|
|
13960
|
+
const n = ar(), o = (t == null ? void 0 : t.firstWeekContainsDate) ?? ((u = (s = t == null ? void 0 : t.locale) == null ? void 0 : s.options) == null ? void 0 : u.firstWeekContainsDate) ?? n.firstWeekContainsDate ?? ((c = (l = n.locale) == null ? void 0 : l.options) == null ? void 0 : c.firstWeekContainsDate) ?? 1, r = Rl(e, t), i = ln((t == null ? void 0 : t.in) || e, 0);
|
|
13956
13961
|
return i.setFullYear(r, 0, o), i.setHours(0, 0, 0, 0), uo(i, t);
|
|
13957
13962
|
}
|
|
13958
13963
|
function fy(e, t) {
|
|
@@ -13963,7 +13968,7 @@ function Ne(e, t) {
|
|
|
13963
13968
|
const n = e < 0 ? "-" : "", o = Math.abs(e).toString().padStart(t, "0");
|
|
13964
13969
|
return n + o;
|
|
13965
13970
|
}
|
|
13966
|
-
const
|
|
13971
|
+
const tn = {
|
|
13967
13972
|
// Year
|
|
13968
13973
|
y(e, t) {
|
|
13969
13974
|
const n = e.getFullYear(), o = n > 0 ? n : 1 - n;
|
|
@@ -14051,7 +14056,7 @@ const en = {
|
|
|
14051
14056
|
const o = e.getFullYear(), r = o > 0 ? o : 1 - o;
|
|
14052
14057
|
return n.ordinalNumber(r, { unit: "year" });
|
|
14053
14058
|
}
|
|
14054
|
-
return
|
|
14059
|
+
return tn.y(e, t);
|
|
14055
14060
|
},
|
|
14056
14061
|
// Local week-numbering year
|
|
14057
14062
|
Y: function(e, t, n, o) {
|
|
@@ -14154,7 +14159,7 @@ const en = {
|
|
|
14154
14159
|
switch (t) {
|
|
14155
14160
|
case "M":
|
|
14156
14161
|
case "MM":
|
|
14157
|
-
return
|
|
14162
|
+
return tn.M(e, t);
|
|
14158
14163
|
// 1st, 2nd, ..., 12th
|
|
14159
14164
|
case "Mo":
|
|
14160
14165
|
return n.ordinalNumber(o + 1, { unit: "month" });
|
|
@@ -14219,7 +14224,7 @@ const en = {
|
|
|
14219
14224
|
},
|
|
14220
14225
|
// Day of the month
|
|
14221
14226
|
d: function(e, t, n) {
|
|
14222
|
-
return t === "do" ? n.ordinalNumber(e.getDate(), { unit: "date" }) :
|
|
14227
|
+
return t === "do" ? n.ordinalNumber(e.getDate(), { unit: "date" }) : tn.d(e, t);
|
|
14223
14228
|
},
|
|
14224
14229
|
// Day of year
|
|
14225
14230
|
D: function(e, t, n) {
|
|
@@ -14465,11 +14470,11 @@ const en = {
|
|
|
14465
14470
|
let o = e.getHours() % 12;
|
|
14466
14471
|
return o === 0 && (o = 12), n.ordinalNumber(o, { unit: "hour" });
|
|
14467
14472
|
}
|
|
14468
|
-
return
|
|
14473
|
+
return tn.h(e, t);
|
|
14469
14474
|
},
|
|
14470
14475
|
// Hour [0-23]
|
|
14471
14476
|
H: function(e, t, n) {
|
|
14472
|
-
return t === "Ho" ? n.ordinalNumber(e.getHours(), { unit: "hour" }) :
|
|
14477
|
+
return t === "Ho" ? n.ordinalNumber(e.getHours(), { unit: "hour" }) : tn.H(e, t);
|
|
14473
14478
|
},
|
|
14474
14479
|
// Hour [0-11]
|
|
14475
14480
|
K: function(e, t, n) {
|
|
@@ -14483,15 +14488,15 @@ const en = {
|
|
|
14483
14488
|
},
|
|
14484
14489
|
// Minute
|
|
14485
14490
|
m: function(e, t, n) {
|
|
14486
|
-
return t === "mo" ? n.ordinalNumber(e.getMinutes(), { unit: "minute" }) :
|
|
14491
|
+
return t === "mo" ? n.ordinalNumber(e.getMinutes(), { unit: "minute" }) : tn.m(e, t);
|
|
14487
14492
|
},
|
|
14488
14493
|
// Second
|
|
14489
14494
|
s: function(e, t, n) {
|
|
14490
|
-
return t === "so" ? n.ordinalNumber(e.getSeconds(), { unit: "second" }) :
|
|
14495
|
+
return t === "so" ? n.ordinalNumber(e.getSeconds(), { unit: "second" }) : tn.s(e, t);
|
|
14491
14496
|
},
|
|
14492
14497
|
// Fraction of second
|
|
14493
14498
|
S: function(e, t) {
|
|
14494
|
-
return
|
|
14499
|
+
return tn.S(e, t);
|
|
14495
14500
|
},
|
|
14496
14501
|
// Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
|
|
14497
14502
|
X: function(e, t, n) {
|
|
@@ -14700,7 +14705,7 @@ function Ty(e) {
|
|
|
14700
14705
|
const t = e.match(Cy);
|
|
14701
14706
|
return t ? t[1].replace(Ey, "'") : e;
|
|
14702
14707
|
}
|
|
14703
|
-
var
|
|
14708
|
+
var _o = { exports: {} };
|
|
14704
14709
|
/*! @preserve
|
|
14705
14710
|
* numeral.js
|
|
14706
14711
|
* version : 2.0.6
|
|
@@ -14708,7 +14713,7 @@ var Ao = { exports: {} };
|
|
|
14708
14713
|
* license : MIT
|
|
14709
14714
|
* http://adamwdraper.github.com/Numeral-js/
|
|
14710
14715
|
*/
|
|
14711
|
-
var Iy =
|
|
14716
|
+
var Iy = _o.exports, Pa;
|
|
14712
14717
|
function By() {
|
|
14713
14718
|
return Pa || (Pa = 1, function(e) {
|
|
14714
14719
|
(function(t, n) {
|
|
@@ -14759,8 +14764,8 @@ function By() {
|
|
|
14759
14764
|
}, t._ = n = {
|
|
14760
14765
|
// formats numbers separators, decimals places, signs, abbreviations
|
|
14761
14766
|
numberToFormat: function(l, c, d) {
|
|
14762
|
-
var f = i[t.options.currentLocale], p = !1, m = !1, g = 0, h = "", y = 1e12, x = 1e9, C = 1e6, T = 1e3, F = "", B = !1, O, v, k, E, I,
|
|
14763
|
-
if (l = l || 0, v = Math.abs(l), t._.includes(c, "(") ? (p = !0, c = c.replace(/[\(|\)]/g, "")) : (t._.includes(c, "+") || t._.includes(c, "-")) && (I = t._.includes(c, "+") ? c.indexOf("+") : l < 0 ? c.indexOf("-") : -1, c = c.replace(/[\+|\-]/g, "")), t._.includes(c, "a") && (O = c.match(/a(k|m|b|t)?/), O = O ? O[1] : !1, t._.includes(c, " a") && (h = " "), c = c.replace(new RegExp(h + "a[kmbt]?"), ""), v >= y && !O || O === "t" ? (h += f.abbreviations.trillion, l = l / y) : v < y && v >= x && !O || O === "b" ? (h += f.abbreviations.billion, l = l / x) : v < x && v >= C && !O || O === "m" ? (h += f.abbreviations.million, l = l / C) : (v < C && v >= T && !O || O === "k") && (h += f.abbreviations.thousand, l = l / T)), t._.includes(c, "[.]") && (m = !0, c = c.replace("[.]", ".")), k = l.toString().split(".")[0], E = c.split(".")[1],
|
|
14767
|
+
var f = i[t.options.currentLocale], p = !1, m = !1, g = 0, h = "", y = 1e12, x = 1e9, C = 1e6, T = 1e3, F = "", B = !1, O, v, k, E, I, _, z;
|
|
14768
|
+
if (l = l || 0, v = Math.abs(l), t._.includes(c, "(") ? (p = !0, c = c.replace(/[\(|\)]/g, "")) : (t._.includes(c, "+") || t._.includes(c, "-")) && (I = t._.includes(c, "+") ? c.indexOf("+") : l < 0 ? c.indexOf("-") : -1, c = c.replace(/[\+|\-]/g, "")), t._.includes(c, "a") && (O = c.match(/a(k|m|b|t)?/), O = O ? O[1] : !1, t._.includes(c, " a") && (h = " "), c = c.replace(new RegExp(h + "a[kmbt]?"), ""), v >= y && !O || O === "t" ? (h += f.abbreviations.trillion, l = l / y) : v < y && v >= x && !O || O === "b" ? (h += f.abbreviations.billion, l = l / x) : v < x && v >= C && !O || O === "m" ? (h += f.abbreviations.million, l = l / C) : (v < C && v >= T && !O || O === "k") && (h += f.abbreviations.thousand, l = l / T)), t._.includes(c, "[.]") && (m = !0, c = c.replace("[.]", ".")), k = l.toString().split(".")[0], E = c.split(".")[1], _ = c.indexOf(","), g = (c.split(".")[0].split(",")[0].match(/0/g) || []).length, E ? (t._.includes(E, "[") ? (E = E.replace("]", ""), E = E.split("["), F = t._.toFixed(l, E[0].length + E[1].length, d, E[1].length)) : F = t._.toFixed(l, E.length, d), k = F.split(".")[0], t._.includes(F, ".") ? F = f.delimiters.decimal + F.split(".")[1] : F = "", m && Number(F.slice(1)) === 0 && (F = "")) : k = t._.toFixed(l, 0, d), h && !O && Number(k) >= 1e3 && h !== f.abbreviations.trillion)
|
|
14764
14769
|
switch (k = String(Number(k) / 1e3), h) {
|
|
14765
14770
|
case f.abbreviations.thousand:
|
|
14766
14771
|
h = f.abbreviations.million;
|
|
@@ -14775,7 +14780,7 @@ function By() {
|
|
|
14775
14780
|
if (t._.includes(k, "-") && (k = k.slice(1), B = !0), k.length < g)
|
|
14776
14781
|
for (var N = g - k.length; N > 0; N--)
|
|
14777
14782
|
k = "0" + k;
|
|
14778
|
-
return
|
|
14783
|
+
return _ > -1 && (k = k.toString().replace(/(\d)(?=(\d{3})+(?!\d))/g, "$1" + f.delimiters.thousands)), c.indexOf(".") === 0 && (k = ""), z = k + F + (h || ""), p ? z = (p && B ? "(" : "") + z + (p && B ? ")" : "") : I >= 0 ? z = I === 0 ? (B ? "-" : "+") + z : z + (B ? "-" : "+") : B && (z = "-" + z), z;
|
|
14779
14784
|
},
|
|
14780
14785
|
// unformats numbers separators, decimals places, signs, abbreviations
|
|
14781
14786
|
stringToNumber: function(l) {
|
|
@@ -15119,144 +15124,144 @@ function By() {
|
|
|
15119
15124
|
});
|
|
15120
15125
|
}(), t;
|
|
15121
15126
|
});
|
|
15122
|
-
}(
|
|
15127
|
+
}(_o)), _o.exports;
|
|
15123
15128
|
}
|
|
15124
15129
|
var Fy = By();
|
|
15125
|
-
const
|
|
15130
|
+
const Aa = /* @__PURE__ */ Ys(Fy), _a = {
|
|
15126
15131
|
__name: "FieldExpression",
|
|
15127
15132
|
props: ["value", "type", "displayFormat"],
|
|
15128
15133
|
setup(e) {
|
|
15129
|
-
const t = Z(() => n()), n = () => e.type === "DATE" ? o() : e.type === "NUMBER" ? r() : e.value, o = () => Oy(e.value, e.displayFormat ? e.displayFormat : "MM/dd/yyyy"), r = () => e.displayFormat ? e.displayFormat === "currency" ?
|
|
15134
|
+
const t = Z(() => n()), n = () => e.type === "DATE" ? o() : e.type === "NUMBER" ? r() : e.value, o = () => Oy(e.value, e.displayFormat ? e.displayFormat : "MM/dd/yyyy"), r = () => e.displayFormat ? e.displayFormat === "currency" ? Aa(e.value).format("$0,0.00") : Aa(e.value).format(e.displayFormat) : e.value;
|
|
15130
15135
|
return (i, a) => (b(), S("span", null, X(t.value), 1));
|
|
15131
15136
|
}
|
|
15132
15137
|
};
|
|
15133
15138
|
function Ry() {
|
|
15134
|
-
const e =
|
|
15139
|
+
const e = Qe(), { get: t, post: n, put: o, del: r } = Xt(), i = () => e.getAppId();
|
|
15135
15140
|
return {
|
|
15136
15141
|
getEntities: async () => {
|
|
15137
15142
|
const D = i();
|
|
15138
15143
|
return await t(`/api/app/v1/${D}/entity`);
|
|
15139
15144
|
},
|
|
15140
15145
|
getEntity: async (D) => {
|
|
15141
|
-
const
|
|
15142
|
-
return await t(`/api/app/v1/${
|
|
15146
|
+
const R = i();
|
|
15147
|
+
return await t(`/api/app/v1/${R}/entity/${D}`);
|
|
15143
15148
|
},
|
|
15144
15149
|
saveEntity: async (D) => {
|
|
15145
|
-
const
|
|
15146
|
-
return await n(`/api/app/v1/${
|
|
15150
|
+
const R = i();
|
|
15151
|
+
return await n(`/api/app/v1/${R}/entity`, D);
|
|
15147
15152
|
},
|
|
15148
|
-
updateEntityGeneralSettings: async (D,
|
|
15153
|
+
updateEntityGeneralSettings: async (D, R) => {
|
|
15149
15154
|
const j = i();
|
|
15150
15155
|
return await o(
|
|
15151
15156
|
`/api/app/v1/${j}/entity/${D}/rename`,
|
|
15152
|
-
|
|
15157
|
+
R
|
|
15153
15158
|
);
|
|
15154
15159
|
},
|
|
15155
|
-
updateEntityAuditable: async (D,
|
|
15160
|
+
updateEntityAuditable: async (D, R) => {
|
|
15156
15161
|
const j = i();
|
|
15157
15162
|
return await o(
|
|
15158
15163
|
`/api/app/v1/${j}/entity/${D}/auditable`,
|
|
15159
|
-
|
|
15164
|
+
R
|
|
15160
15165
|
);
|
|
15161
15166
|
},
|
|
15162
|
-
updateEntityRevisionEnabled: async (D,
|
|
15167
|
+
updateEntityRevisionEnabled: async (D, R) => {
|
|
15163
15168
|
const j = i();
|
|
15164
15169
|
return await o(
|
|
15165
15170
|
`/api/app/v1/${j}/entity/${D}/revision`,
|
|
15166
|
-
|
|
15171
|
+
R
|
|
15167
15172
|
);
|
|
15168
15173
|
},
|
|
15169
|
-
updateEntitySoftDelete: async (D,
|
|
15174
|
+
updateEntitySoftDelete: async (D, R) => {
|
|
15170
15175
|
const j = i();
|
|
15171
15176
|
return await o(
|
|
15172
15177
|
`/api/app/v1/${j}/entity/${D}/soft-delete`,
|
|
15173
|
-
|
|
15178
|
+
R
|
|
15174
15179
|
);
|
|
15175
15180
|
},
|
|
15176
|
-
updateEntityDeleteProtected: async (D,
|
|
15181
|
+
updateEntityDeleteProtected: async (D, R) => {
|
|
15177
15182
|
const j = i();
|
|
15178
15183
|
return await o(
|
|
15179
15184
|
`/api/app/v1/${j}/entity/${D}/delete-protect`,
|
|
15180
|
-
|
|
15185
|
+
R
|
|
15181
15186
|
);
|
|
15182
15187
|
},
|
|
15183
|
-
updateEntityColumn: async (D,
|
|
15188
|
+
updateEntityColumn: async (D, R) => {
|
|
15184
15189
|
const j = i();
|
|
15185
15190
|
return await o(
|
|
15186
15191
|
`/api/app/v1/${j}/entity/${D}/column`,
|
|
15187
|
-
|
|
15192
|
+
R
|
|
15188
15193
|
);
|
|
15189
15194
|
},
|
|
15190
|
-
saveEntityColumn: async (D,
|
|
15195
|
+
saveEntityColumn: async (D, R) => {
|
|
15191
15196
|
const j = i();
|
|
15192
15197
|
return await n(
|
|
15193
15198
|
`/api/app/v1/${j}/entity/${D}/column`,
|
|
15194
|
-
|
|
15199
|
+
R
|
|
15195
15200
|
);
|
|
15196
15201
|
},
|
|
15197
|
-
dropEntityColumn: async (D,
|
|
15202
|
+
dropEntityColumn: async (D, R) => {
|
|
15198
15203
|
const j = i();
|
|
15199
15204
|
return await r(
|
|
15200
|
-
`/api/app/v1/${j}/entity/${D}/column/${
|
|
15205
|
+
`/api/app/v1/${j}/entity/${D}/column/${R}`
|
|
15201
15206
|
);
|
|
15202
15207
|
},
|
|
15203
|
-
saveForeignKey: async (D,
|
|
15208
|
+
saveForeignKey: async (D, R) => {
|
|
15204
15209
|
const j = i();
|
|
15205
|
-
return await o(`/api/app/v1/${j}/entity/foreignKey`,
|
|
15210
|
+
return await o(`/api/app/v1/${j}/entity/foreignKey`, R);
|
|
15206
15211
|
},
|
|
15207
15212
|
dropForeignKey: async (D) => {
|
|
15208
|
-
const
|
|
15209
|
-
return await r(`/api/app/v1/${
|
|
15213
|
+
const R = i();
|
|
15214
|
+
return await r(`/api/app/v1/${R}/entity/foreignKey`, D);
|
|
15210
15215
|
},
|
|
15211
|
-
saveUniqueConstraint: async (D,
|
|
15216
|
+
saveUniqueConstraint: async (D, R) => {
|
|
15212
15217
|
const j = i();
|
|
15213
15218
|
return await n(
|
|
15214
|
-
`/api/app/v1/${j}/entity/${D}/column/${
|
|
15219
|
+
`/api/app/v1/${j}/entity/${D}/column/${R}/constraint`
|
|
15215
15220
|
);
|
|
15216
15221
|
},
|
|
15217
|
-
dropUniqueConstraint: async (D,
|
|
15222
|
+
dropUniqueConstraint: async (D, R) => {
|
|
15218
15223
|
const j = i();
|
|
15219
15224
|
return await r(
|
|
15220
|
-
`/api/app/v1/${j}/entity/${D}/column/${
|
|
15225
|
+
`/api/app/v1/${j}/entity/${D}/column/${R}/constraint`
|
|
15221
15226
|
);
|
|
15222
15227
|
},
|
|
15223
|
-
saveIndex: async (D,
|
|
15228
|
+
saveIndex: async (D, R) => {
|
|
15224
15229
|
const j = i();
|
|
15225
15230
|
return await n(
|
|
15226
15231
|
`/api/app/v1/${j}/entity/${D}/column-index`,
|
|
15227
|
-
|
|
15232
|
+
R
|
|
15228
15233
|
);
|
|
15229
15234
|
},
|
|
15230
|
-
dropIndex: async (D,
|
|
15235
|
+
dropIndex: async (D, R) => {
|
|
15231
15236
|
const j = i();
|
|
15232
15237
|
return await r(
|
|
15233
15238
|
`/api/app/v1/${j}/entity/${D}/column-index`,
|
|
15234
|
-
|
|
15239
|
+
R
|
|
15235
15240
|
);
|
|
15236
15241
|
},
|
|
15237
15242
|
deleteEntity: async (D) => {
|
|
15238
|
-
const
|
|
15239
|
-
return await r(`/api/app/v1/${
|
|
15243
|
+
const R = i();
|
|
15244
|
+
return await r(`/api/app/v1/${R}/entity/${D}`);
|
|
15240
15245
|
},
|
|
15241
15246
|
getEntityEvents: async (D) => {
|
|
15242
|
-
const
|
|
15243
|
-
return await t(`/api/app/v1/${
|
|
15247
|
+
const R = i();
|
|
15248
|
+
return await t(`/api/app/v1/${R}/entity/${D}/event`);
|
|
15244
15249
|
},
|
|
15245
|
-
saveEntityEvent: async (D,
|
|
15250
|
+
saveEntityEvent: async (D, R) => {
|
|
15246
15251
|
const j = i();
|
|
15247
15252
|
return await n(
|
|
15248
15253
|
`/api/app/v1/${j}/entity/${D}/event`,
|
|
15249
|
-
|
|
15254
|
+
R
|
|
15250
15255
|
);
|
|
15251
15256
|
},
|
|
15252
|
-
deleteEntityEvent: async (D,
|
|
15257
|
+
deleteEntityEvent: async (D, R) => {
|
|
15253
15258
|
const j = i();
|
|
15254
|
-
return await r(`/api/app/v1/${j}/entity/${D}/event/${
|
|
15259
|
+
return await r(`/api/app/v1/${j}/entity/${D}/event/${R}`);
|
|
15255
15260
|
},
|
|
15256
|
-
updateEntityEvent: async (D,
|
|
15261
|
+
updateEntityEvent: async (D, R, j) => {
|
|
15257
15262
|
const de = i();
|
|
15258
15263
|
return await o(
|
|
15259
|
-
`/api/app/v1/${de}/entity/${D}/event/${
|
|
15264
|
+
`/api/app/v1/${de}/entity/${D}/event/${R}`,
|
|
15260
15265
|
j
|
|
15261
15266
|
);
|
|
15262
15267
|
},
|
|
@@ -15265,31 +15270,31 @@ function Ry() {
|
|
|
15265
15270
|
return await t(`/api/app/v1/${D}/action-type`);
|
|
15266
15271
|
},
|
|
15267
15272
|
getActionConfigByType: async (D) => {
|
|
15268
|
-
const
|
|
15269
|
-
return await t(`/api/app/v1/${
|
|
15273
|
+
const R = i();
|
|
15274
|
+
return await t(`/api/app/v1/${R}/notification-config/${D}`);
|
|
15270
15275
|
},
|
|
15271
|
-
enableCache: async (D,
|
|
15276
|
+
enableCache: async (D, R) => {
|
|
15272
15277
|
const j = i();
|
|
15273
15278
|
return await o(
|
|
15274
15279
|
`/api/app/v1/${j}/entity/${D}/enableCache`,
|
|
15275
|
-
|
|
15280
|
+
R
|
|
15276
15281
|
);
|
|
15277
15282
|
},
|
|
15278
|
-
addOrUpdatePresets: async (D,
|
|
15283
|
+
addOrUpdatePresets: async (D, R) => {
|
|
15279
15284
|
const j = i();
|
|
15280
15285
|
return await n(
|
|
15281
15286
|
`/api/app/v1/${j}/entity/${D}/preset`,
|
|
15282
|
-
|
|
15287
|
+
R
|
|
15283
15288
|
);
|
|
15284
15289
|
},
|
|
15285
15290
|
updateEntity: async (D) => {
|
|
15286
|
-
const
|
|
15287
|
-
return await o(`/api/app/v1/${
|
|
15291
|
+
const R = i();
|
|
15292
|
+
return await o(`/api/app/v1/${R}/entity`, D);
|
|
15288
15293
|
},
|
|
15289
|
-
deletePreset: async (D,
|
|
15294
|
+
deletePreset: async (D, R) => {
|
|
15290
15295
|
const j = i();
|
|
15291
15296
|
return await r(
|
|
15292
|
-
`/api/app/v1/${j}/entity/${D}/preset/${
|
|
15297
|
+
`/api/app/v1/${j}/entity/${D}/preset/${R}`
|
|
15293
15298
|
);
|
|
15294
15299
|
}
|
|
15295
15300
|
};
|
|
@@ -15322,7 +15327,7 @@ const Py = /* @__PURE__ */ qr("entitiesStore", {
|
|
|
15322
15327
|
return this.entities.find((t) => t.name.toLowerCase() === e.toLowerCase());
|
|
15323
15328
|
}
|
|
15324
15329
|
}
|
|
15325
|
-
}),
|
|
15330
|
+
}), Ay = { class: "field flex flex-col w-full" }, _y = {
|
|
15326
15331
|
key: 0,
|
|
15327
15332
|
class: "flex items-center"
|
|
15328
15333
|
}, Dy = { key: 1 }, Ny = { class: "flex items-center" }, Ly = {
|
|
@@ -15332,7 +15337,7 @@ const Py = /* @__PURE__ */ qr("entitiesStore", {
|
|
|
15332
15337
|
onEntityChangeCallback: Function
|
|
15333
15338
|
},
|
|
15334
15339
|
setup(e) {
|
|
15335
|
-
const t =
|
|
15340
|
+
const t = Qe(), n = $(""), o = Py(), r = $([]), i = async () => {
|
|
15336
15341
|
r.value = await o.getEntities(), a();
|
|
15337
15342
|
}, a = () => {
|
|
15338
15343
|
for (let u = 0; u < r.value.length; u++) {
|
|
@@ -15351,7 +15356,7 @@ const Py = /* @__PURE__ */ qr("entitiesStore", {
|
|
|
15351
15356
|
{ immediate: !0 }
|
|
15352
15357
|
), (u, l) => {
|
|
15353
15358
|
const c = G("Select");
|
|
15354
|
-
return b(), S("div",
|
|
15359
|
+
return b(), S("div", Ay, [
|
|
15355
15360
|
H(c, {
|
|
15356
15361
|
modelValue: n.value,
|
|
15357
15362
|
"onUpdate:modelValue": [
|
|
@@ -15365,7 +15370,7 @@ const Py = /* @__PURE__ */ qr("entitiesStore", {
|
|
|
15365
15370
|
class: "w-full"
|
|
15366
15371
|
}, {
|
|
15367
15372
|
value: ee((d) => [
|
|
15368
|
-
d.value ? (b(), S("div",
|
|
15373
|
+
d.value ? (b(), S("div", _y, [
|
|
15369
15374
|
w("div", null, X(d.value.name), 1)
|
|
15370
15375
|
])) : (b(), S("span", Dy, X(d.placeholder), 1))
|
|
15371
15376
|
]),
|
|
@@ -15410,7 +15415,7 @@ const Py = /* @__PURE__ */ qr("entitiesStore", {
|
|
|
15410
15415
|
}
|
|
15411
15416
|
};
|
|
15412
15417
|
function My() {
|
|
15413
|
-
const e =
|
|
15418
|
+
const e = Qe(), { get: t, post: n, put: o, del: r } = Xt(), i = () => e.getAppId();
|
|
15414
15419
|
return {
|
|
15415
15420
|
getAllMenu: async () => {
|
|
15416
15421
|
const f = i();
|
|
@@ -15438,7 +15443,7 @@ function My() {
|
|
|
15438
15443
|
}
|
|
15439
15444
|
};
|
|
15440
15445
|
}
|
|
15441
|
-
const
|
|
15446
|
+
const Al = {
|
|
15442
15447
|
__name: "MenuItem",
|
|
15443
15448
|
props: {
|
|
15444
15449
|
item: Object,
|
|
@@ -15559,7 +15564,7 @@ const _l = {
|
|
|
15559
15564
|
key: 0,
|
|
15560
15565
|
class: he(["list-none mt-1", e.layoutType === "horizontal" ? "absolute left-0 top-full ml-4" : "ml-4 pl-2"])
|
|
15561
15566
|
}, [
|
|
15562
|
-
(b(!0), S(oe, null, Oe(e.item.children, (l) => (b(), M(
|
|
15567
|
+
(b(!0), S(oe, null, Oe(e.item.children, (l) => (b(), M(Al, {
|
|
15563
15568
|
key: l.id,
|
|
15564
15569
|
item: l,
|
|
15565
15570
|
layoutType: e.layoutType,
|
|
@@ -15599,7 +15604,8 @@ const _l = {
|
|
|
15599
15604
|
iconPosition: { type: String, default: "left" },
|
|
15600
15605
|
iconSize: { type: String, default: "text-base" },
|
|
15601
15606
|
labelSize: { type: String, default: "text-sm" },
|
|
15602
|
-
openTrigger: { type: String, default: "click" }
|
|
15607
|
+
openTrigger: { type: String, default: "click" },
|
|
15608
|
+
gap: { type: String, default: "1" }
|
|
15603
15609
|
},
|
|
15604
15610
|
setup(e) {
|
|
15605
15611
|
const t = e, n = $([]), o = My(), r = (s) => {
|
|
@@ -15623,9 +15629,9 @@ const _l = {
|
|
|
15623
15629
|
menuItems: n.value
|
|
15624
15630
|
}) : (b(), S("ul", {
|
|
15625
15631
|
key: 1,
|
|
15626
|
-
class: he(["p-0", e.layoutType === "horizontal" ?
|
|
15632
|
+
class: he(["p-0", e.layoutType === "horizontal" ? `flex flex-row gap-${t.gap}` : `flex flex-col gap-${t.gap}`])
|
|
15627
15633
|
}, [
|
|
15628
|
-
(b(!0), S(oe, null, Oe(n.value, (l) => (b(), M(
|
|
15634
|
+
(b(!0), S(oe, null, Oe(n.value, (l) => (b(), M(Al, {
|
|
15629
15635
|
key: l.id,
|
|
15630
15636
|
item: l,
|
|
15631
15637
|
parentItems: n.value,
|
|
@@ -15893,7 +15899,7 @@ function Ua() {
|
|
|
15893
15899
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "pv_id_";
|
|
15894
15900
|
return li(e);
|
|
15895
15901
|
}
|
|
15896
|
-
var
|
|
15902
|
+
var _l = {
|
|
15897
15903
|
name: "BlankIcon",
|
|
15898
15904
|
extends: Dn
|
|
15899
15905
|
};
|
|
@@ -15911,7 +15917,7 @@ function tv(e, t, n, o, r, i) {
|
|
|
15911
15917
|
"fill-opacity": "0"
|
|
15912
15918
|
}, null, -1)]), 16);
|
|
15913
15919
|
}
|
|
15914
|
-
|
|
15920
|
+
_l.render = tv;
|
|
15915
15921
|
var Dl = {
|
|
15916
15922
|
name: "CheckIcon",
|
|
15917
15923
|
extends: Dn
|
|
@@ -16915,16 +16921,16 @@ var Wl = {
|
|
|
16915
16921
|
}
|
|
16916
16922
|
},
|
|
16917
16923
|
onScrollPositionChange: function(t) {
|
|
16918
|
-
var n = this, o = t.target, r = this.isBoth(), i = this.isHorizontal(), a = this.getContentPosition(), s = function(I,
|
|
16919
|
-
return I ? I >
|
|
16920
|
-
}, u = function(I,
|
|
16921
|
-
return Math.floor(I / (
|
|
16922
|
-
}, l = function(I,
|
|
16923
|
-
return I <= K ? K : J ? z - N - K :
|
|
16924
|
-
}, c = function(I,
|
|
16925
|
-
return I <= J ? 0 : Math.max(0, ie ? I <
|
|
16926
|
-
}, d = function(I,
|
|
16927
|
-
var ie =
|
|
16924
|
+
var n = this, o = t.target, r = this.isBoth(), i = this.isHorizontal(), a = this.getContentPosition(), s = function(I, _) {
|
|
16925
|
+
return I ? I > _ ? I - _ : I : 0;
|
|
16926
|
+
}, u = function(I, _) {
|
|
16927
|
+
return Math.floor(I / (_ || I));
|
|
16928
|
+
}, l = function(I, _, z, N, K, J) {
|
|
16929
|
+
return I <= K ? K : J ? z - N - K : _ + K - 1;
|
|
16930
|
+
}, c = function(I, _, z, N, K, J, ie) {
|
|
16931
|
+
return I <= J ? 0 : Math.max(0, ie ? I < _ ? z : I - J : I > _ ? z : I - 2 * J);
|
|
16932
|
+
}, d = function(I, _, z, N, K, J) {
|
|
16933
|
+
var ie = _ + N + 2 * K;
|
|
16928
16934
|
return I >= K && (ie += K + 1), n.getLast(ie, J);
|
|
16929
16935
|
}, f = s(o.scrollTop, a.top), p = s(o.scrollLeft, a.left), m = r ? {
|
|
16930
16936
|
rows: 0,
|
|
@@ -17618,10 +17624,10 @@ function po(e) {
|
|
|
17618
17624
|
return t && typeof Symbol == "function" && t.constructor === Symbol && t !== Symbol.prototype ? "symbol" : typeof t;
|
|
17619
17625
|
}, po(e);
|
|
17620
17626
|
}
|
|
17621
|
-
function
|
|
17622
|
-
return Lv(e) || Nv(e) || Dv(e) ||
|
|
17627
|
+
function Av(e) {
|
|
17628
|
+
return Lv(e) || Nv(e) || Dv(e) || _v();
|
|
17623
17629
|
}
|
|
17624
|
-
function
|
|
17630
|
+
function _v() {
|
|
17625
17631
|
throw new TypeError(`Invalid attempt to spread non-iterable instance.
|
|
17626
17632
|
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`);
|
|
17627
17633
|
}
|
|
@@ -17769,11 +17775,11 @@ var Kl = {
|
|
|
17769
17775
|
}).length : t) + 1;
|
|
17770
17776
|
},
|
|
17771
17777
|
show: function(t) {
|
|
17772
|
-
this.$emit("before-show"), this.overlayVisible = !0, this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : this.editable ? -1 : this.findSelectedOptionIndex(), t &&
|
|
17778
|
+
this.$emit("before-show"), this.overlayVisible = !0, this.focusedOptionIndex = this.focusedOptionIndex !== -1 ? this.focusedOptionIndex : this.autoOptionFocus ? this.findFirstFocusedOptionIndex() : this.editable ? -1 : this.findSelectedOptionIndex(), t && en(this.$refs.focusInput);
|
|
17773
17779
|
},
|
|
17774
17780
|
hide: function(t) {
|
|
17775
17781
|
var n = this, o = function() {
|
|
17776
|
-
n.$emit("before-hide"), n.overlayVisible = !1, n.clicked = !1, n.focusedOptionIndex = -1, n.searchValue = "", n.resetFilterOnHide && (n.filterValue = null), t &&
|
|
17782
|
+
n.$emit("before-hide"), n.overlayVisible = !1, n.clicked = !1, n.focusedOptionIndex = -1, n.searchValue = "", n.resetFilterOnHide && (n.filterValue = null), t && en(n.$refs.focusInput);
|
|
17777
17783
|
};
|
|
17778
17784
|
setTimeout(function() {
|
|
17779
17785
|
o();
|
|
@@ -17854,11 +17860,11 @@ var Kl = {
|
|
|
17854
17860
|
},
|
|
17855
17861
|
onFirstHiddenFocus: function(t) {
|
|
17856
17862
|
var n = t.relatedTarget === this.$refs.focusInput ? Ph(this.overlay, ':not([data-p-hidden-focusable="true"])') : this.$refs.focusInput;
|
|
17857
|
-
|
|
17863
|
+
en(n);
|
|
17858
17864
|
},
|
|
17859
17865
|
onLastHiddenFocus: function(t) {
|
|
17860
|
-
var n = t.relatedTarget === this.$refs.focusInput ?
|
|
17861
|
-
|
|
17866
|
+
var n = t.relatedTarget === this.$refs.focusInput ? Ah(this.overlay, ':not([data-p-hidden-focusable="true"])') : this.$refs.focusInput;
|
|
17867
|
+
en(n);
|
|
17862
17868
|
},
|
|
17863
17869
|
onOptionSelect: function(t, n) {
|
|
17864
17870
|
var o = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !0, r = this.getOptionValue(n);
|
|
@@ -17987,7 +17993,7 @@ var Kl = {
|
|
|
17987
17993
|
},
|
|
17988
17994
|
onTabKey: function(t) {
|
|
17989
17995
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
|
|
17990
|
-
n || (this.overlayVisible && this.hasFocusableElements() ? (
|
|
17996
|
+
n || (this.overlayVisible && this.hasFocusableElements() ? (en(this.$refs.firstHiddenFocusableElementOnOverlay), t.preventDefault()) : (this.focusedOptionIndex !== -1 && this.onOptionSelect(t, this.visibleOptions[this.focusedOptionIndex]), this.overlayVisible && this.hide(this.filter)));
|
|
17991
17997
|
},
|
|
17992
17998
|
onBackspaceKey: function(t) {
|
|
17993
17999
|
var n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : !1;
|
|
@@ -18000,7 +18006,7 @@ var Kl = {
|
|
|
18000
18006
|
top: "0",
|
|
18001
18007
|
left: "0"
|
|
18002
18008
|
}), this.alignOverlay(), this.scrollInView(), setTimeout(function() {
|
|
18003
|
-
n.autoFilterFocus && n.filter &&
|
|
18009
|
+
n.autoFilterFocus && n.filter && en(n.$refs.filterInput.$el);
|
|
18004
18010
|
}, 1);
|
|
18005
18011
|
},
|
|
18006
18012
|
onOverlayAfterEnter: function() {
|
|
@@ -18009,7 +18015,7 @@ var Kl = {
|
|
|
18009
18015
|
onOverlayLeave: function() {
|
|
18010
18016
|
var t = this;
|
|
18011
18017
|
this.unbindOutsideClickListener(), this.unbindScrollListener(), this.unbindResizeListener(), this.autoFilterFocus && this.filter && !this.editable && this.$nextTick(function() {
|
|
18012
|
-
|
|
18018
|
+
en(t.$refs.filterInput.$el);
|
|
18013
18019
|
}), this.$emit("hide"), this.overlay = null;
|
|
18014
18020
|
},
|
|
18015
18021
|
onOverlayAfterLeave: function(t) {
|
|
@@ -18050,7 +18056,7 @@ var Kl = {
|
|
|
18050
18056
|
if (!this.editable && !this.labelClickListener) {
|
|
18051
18057
|
var n = document.querySelector('label[for="'.concat(this.labelId, '"]'));
|
|
18052
18058
|
n && Mo(n) && (this.labelClickListener = function() {
|
|
18053
|
-
|
|
18059
|
+
en(t.$refs.focusInput);
|
|
18054
18060
|
}, n.addEventListener("click", this.labelClickListener));
|
|
18055
18061
|
}
|
|
18056
18062
|
},
|
|
@@ -18185,7 +18191,7 @@ var Kl = {
|
|
|
18185
18191
|
var s = t.getOptionGroupChildren(a), u = s.filter(function(l) {
|
|
18186
18192
|
return o.includes(l);
|
|
18187
18193
|
});
|
|
18188
|
-
u.length > 0 && i.push(Ka(Ka({}, a), {}, ql({}, typeof t.optionGroupChildren == "string" ? t.optionGroupChildren : "items",
|
|
18194
|
+
u.length > 0 && i.push(Ka(Ka({}, a), {}, ql({}, typeof t.optionGroupChildren == "string" ? t.optionGroupChildren : "items", Av(u))));
|
|
18189
18195
|
}), this.flatOptions(i);
|
|
18190
18196
|
}
|
|
18191
18197
|
return o;
|
|
@@ -18261,7 +18267,7 @@ var Kl = {
|
|
|
18261
18267
|
SpinnerIcon: ir,
|
|
18262
18268
|
SearchIcon: Nl,
|
|
18263
18269
|
CheckIcon: Dl,
|
|
18264
|
-
BlankIcon:
|
|
18270
|
+
BlankIcon: _l
|
|
18265
18271
|
}
|
|
18266
18272
|
}, jv = ["id"], Mv = ["id", "value", "placeholder", "tabindex", "disabled", "aria-label", "aria-labelledby", "aria-expanded", "aria-controls", "aria-activedescendant", "aria-invalid"], Uv = ["id", "tabindex", "aria-label", "aria-labelledby", "aria-expanded", "aria-controls", "aria-activedescendant", "aria-disabled"], Hv = ["id"], Wv = ["id"], qv = ["id", "aria-label", "aria-selected", "aria-disabled", "aria-setsize", "aria-posinset", "onClick", "onMousemove", "data-p-selected", "data-p-focused", "data-p-disabled"];
|
|
18267
18273
|
function Kv(e, t, n, o, r, i) {
|
|
@@ -18675,9 +18681,9 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
18675
18681
|
}),
|
|
18676
18682
|
emits: /* @__PURE__ */ ze(["update:modelValue", "onChange"], ["update:modelValue"]),
|
|
18677
18683
|
setup(e, { emit: t }) {
|
|
18678
|
-
const n =
|
|
18684
|
+
const n = Qe(), o = () => n.getAppId(), r = e;
|
|
18679
18685
|
console.log("DynamicSelection props:", r);
|
|
18680
|
-
const i = t, a =
|
|
18686
|
+
const i = t, a = et(e, "modelValue"), s = $(null), u = $([]), l = Z(
|
|
18681
18687
|
() => r.options.length ? "label" : r.displayField
|
|
18682
18688
|
), c = Z(
|
|
18683
18689
|
() => r.options.length ? "value" : r.valueField
|
|
@@ -18811,7 +18817,7 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
18811
18817
|
emits: /* @__PURE__ */ ze(["update:modelValue", "onChange"], ["update:modelValue"]),
|
|
18812
18818
|
setup(e, { emit: t }) {
|
|
18813
18819
|
const n = $(null), o = e, r = t;
|
|
18814
|
-
|
|
18820
|
+
et(e, "modelValue");
|
|
18815
18821
|
const i = Z(() => `${e1}/${o.entity}/record`), a = $(!0), { hasMatchingRoleAndPermissions: s } = xn();
|
|
18816
18822
|
Ve(async () => {
|
|
18817
18823
|
a.value = await s(o.roles, o.permissions);
|
|
@@ -18854,7 +18860,7 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
18854
18860
|
emits: /* @__PURE__ */ ze(["update:entity-name", "onChange"], ["update:modelValue"]),
|
|
18855
18861
|
setup(e, { emit: t }) {
|
|
18856
18862
|
const n = e, o = t;
|
|
18857
|
-
|
|
18863
|
+
et(e, "modelValue");
|
|
18858
18864
|
const r = $(!0), { hasMatchingRoleAndPermissions: i } = xn();
|
|
18859
18865
|
Ve(async () => {
|
|
18860
18866
|
r.value = await i(n.roles, n.permissions);
|
|
@@ -18908,7 +18914,7 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
18908
18914
|
emits: /* @__PURE__ */ ze(["update:modelValue", "onChange"], ["update:modelValue"]),
|
|
18909
18915
|
setup(e, { emit: t }) {
|
|
18910
18916
|
const n = t;
|
|
18911
|
-
|
|
18917
|
+
et(e, "modelValue");
|
|
18912
18918
|
function o(r) {
|
|
18913
18919
|
n("update:modelValue", r), n("onChange", r);
|
|
18914
18920
|
}
|
|
@@ -18955,7 +18961,7 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
18955
18961
|
},
|
|
18956
18962
|
emits: ["update:modelValue", "onChange"],
|
|
18957
18963
|
setup(e, { emit: t }) {
|
|
18958
|
-
const n =
|
|
18964
|
+
const n = Qe(), o = () => n.getAppId(), r = e;
|
|
18959
18965
|
console.log("DynamicMultiSelection props:", r);
|
|
18960
18966
|
const i = t, a = $(Array.isArray(r.modelValue) ? [...r.modelValue] : []), s = $([]), u = Z(
|
|
18961
18967
|
() => r.options.length ? "label" : r.displayField
|
|
@@ -19075,7 +19081,7 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
19075
19081
|
setup(e, { emit: t }) {
|
|
19076
19082
|
$(null);
|
|
19077
19083
|
const n = e, o = t;
|
|
19078
|
-
|
|
19084
|
+
et(e, "modelValue");
|
|
19079
19085
|
const r = $(!0), { hasMatchingRoleAndPermissions: i } = xn();
|
|
19080
19086
|
Ve(async () => {
|
|
19081
19087
|
r.value = await i(n.roles, n.permissions);
|
|
@@ -19127,7 +19133,7 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
19127
19133
|
setup(e, { emit: t }) {
|
|
19128
19134
|
$(null);
|
|
19129
19135
|
const n = e, o = t;
|
|
19130
|
-
|
|
19136
|
+
et(e, "modelValue");
|
|
19131
19137
|
const r = $(!0), { hasMatchingRoleAndPermissions: i } = xn();
|
|
19132
19138
|
Ve(async () => {
|
|
19133
19139
|
r.value = await i(n.roles, n.permissions);
|
|
@@ -19498,10 +19504,10 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
19498
19504
|
])) : V("", !0)
|
|
19499
19505
|
], 512));
|
|
19500
19506
|
}
|
|
19501
|
-
},
|
|
19507
|
+
}, A1 = {
|
|
19502
19508
|
key: 1,
|
|
19503
19509
|
class: "bg-white text-black-500"
|
|
19504
|
-
},
|
|
19510
|
+
}, _1 = {
|
|
19505
19511
|
__name: "IconComponent",
|
|
19506
19512
|
props: {
|
|
19507
19513
|
iconName: {
|
|
@@ -19513,9 +19519,9 @@ const Gv = { class: "editable-label-editing flex items-center gap-2 w-full" }, G
|
|
|
19513
19519
|
return (t, n) => e.iconName ? (b(), S("i", {
|
|
19514
19520
|
key: 0,
|
|
19515
19521
|
class: he([e.iconName, "text-xl", "text-gray-700"])
|
|
19516
|
-
}, null, 2)) : (b(), S("span",
|
|
19522
|
+
}, null, 2)) : (b(), S("span", A1, "Please Select Icon from Settings"));
|
|
19517
19523
|
}
|
|
19518
|
-
}, rs = /* @__PURE__ */ nt(
|
|
19524
|
+
}, rs = /* @__PURE__ */ nt(_1, [["__scopeId", "data-v-e95232b1"]]), at = Nt({
|
|
19519
19525
|
preset: "Aura",
|
|
19520
19526
|
primary: "emerald",
|
|
19521
19527
|
surface: null,
|
|
@@ -23139,7 +23145,7 @@ var N1 = {
|
|
|
23139
23145
|
color: "{content.background}"
|
|
23140
23146
|
}
|
|
23141
23147
|
}
|
|
23142
|
-
},
|
|
23148
|
+
}, Aw = {
|
|
23143
23149
|
root: {
|
|
23144
23150
|
padding: "0.5rem 1rem",
|
|
23145
23151
|
gap: "0.25rem",
|
|
@@ -23172,7 +23178,7 @@ var N1 = {
|
|
|
23172
23178
|
jumpToPageInput: {
|
|
23173
23179
|
maxWidth: "2.5rem"
|
|
23174
23180
|
}
|
|
23175
|
-
},
|
|
23181
|
+
}, _w = {
|
|
23176
23182
|
root: {
|
|
23177
23183
|
background: "{content.background}",
|
|
23178
23184
|
borderColor: "{content.border.color}",
|
|
@@ -24805,9 +24811,9 @@ var kk = as(as({}, j1), {}, {
|
|
|
24805
24811
|
organizationchart: Rw,
|
|
24806
24812
|
overlaybadge: Pw,
|
|
24807
24813
|
popover: Vw,
|
|
24808
|
-
paginator:
|
|
24814
|
+
paginator: Aw,
|
|
24809
24815
|
password: Nw,
|
|
24810
|
-
panel:
|
|
24816
|
+
panel: _w,
|
|
24811
24817
|
panelmenu: Dw,
|
|
24812
24818
|
picklist: Lw,
|
|
24813
24819
|
progressbar: zw,
|
|
@@ -25036,7 +25042,7 @@ function Pk() {
|
|
|
25036
25042
|
}
|
|
25037
25043
|
} };
|
|
25038
25044
|
}
|
|
25039
|
-
function
|
|
25045
|
+
function Ak() {
|
|
25040
25046
|
const e = new Bt();
|
|
25041
25047
|
return { deleteEntityRecord: async (n, o) => {
|
|
25042
25048
|
try {
|
|
@@ -25049,8 +25055,8 @@ function _k() {
|
|
|
25049
25055
|
}
|
|
25050
25056
|
} };
|
|
25051
25057
|
}
|
|
25052
|
-
function
|
|
25053
|
-
const e =
|
|
25058
|
+
function _k() {
|
|
25059
|
+
const e = Qe(), { get: t, post: n, put: o, del: r } = Xt(), i = () => e.getAppId();
|
|
25054
25060
|
return {
|
|
25055
25061
|
getThemes: async () => {
|
|
25056
25062
|
const d = i();
|
|
@@ -25072,14 +25078,14 @@ function Ak() {
|
|
|
25072
25078
|
};
|
|
25073
25079
|
}
|
|
25074
25080
|
function Dk() {
|
|
25075
|
-
const { get: e } =
|
|
25081
|
+
const { get: e } = Xt();
|
|
25076
25082
|
return {
|
|
25077
25083
|
getPlatformComponents: async () => await e("/api/platform/v1/search/COMPONENT_PALLET?page=0&size=50&continue"),
|
|
25078
25084
|
getComponentTemplates: async (o) => await e(`api/platform/v1/search/COMPONENT_TEMPLATE?keyword=${o}&page=0&size=50`)
|
|
25079
25085
|
};
|
|
25080
25086
|
}
|
|
25081
25087
|
function Nk() {
|
|
25082
|
-
const e =
|
|
25088
|
+
const e = Qe(), { get: t, post: n, put: o, del: r } = Xt(), i = () => e.getAppId();
|
|
25083
25089
|
return {
|
|
25084
25090
|
getPage: async (d) => {
|
|
25085
25091
|
const f = i();
|
|
@@ -25104,7 +25110,7 @@ function Nk() {
|
|
|
25104
25110
|
};
|
|
25105
25111
|
}
|
|
25106
25112
|
function Lk() {
|
|
25107
|
-
const e =
|
|
25113
|
+
const e = Qe(), { get: t, post: n, put: o, del: r } = Xt(), i = () => e.getAppId();
|
|
25108
25114
|
return {
|
|
25109
25115
|
getLayouts: async () => {
|
|
25110
25116
|
const d = i();
|
|
@@ -25128,6 +25134,35 @@ function Lk() {
|
|
|
25128
25134
|
}
|
|
25129
25135
|
};
|
|
25130
25136
|
}
|
|
25137
|
+
function Vk() {
|
|
25138
|
+
const e = Qe(), { get: t, post: n, put: o, del: r } = Xt(), i = () => e.getAppId();
|
|
25139
|
+
return {
|
|
25140
|
+
getGlobalVars: async () => {
|
|
25141
|
+
const f = i();
|
|
25142
|
+
return await t(`/api/app/v1/${f}/content/globalvars`);
|
|
25143
|
+
},
|
|
25144
|
+
addGlobalVars: async (f) => {
|
|
25145
|
+
const p = i();
|
|
25146
|
+
return await n(`/api/app/v1/${p}/content/globalvars`, f);
|
|
25147
|
+
},
|
|
25148
|
+
deleteVars: async (f) => {
|
|
25149
|
+
const p = i();
|
|
25150
|
+
return await r(`/api/app/v1/${p}/content/globalvars/${f}`);
|
|
25151
|
+
},
|
|
25152
|
+
getGlobalActions: async () => {
|
|
25153
|
+
const f = i();
|
|
25154
|
+
return await t(`/api/app/v1/${f}/content/globalaction`);
|
|
25155
|
+
},
|
|
25156
|
+
addGlobalAction: async (f) => {
|
|
25157
|
+
const p = i();
|
|
25158
|
+
return await n(`/api/app/v1/${p}/content/globalaction`, f);
|
|
25159
|
+
},
|
|
25160
|
+
deleteAction: async (f) => {
|
|
25161
|
+
const p = i();
|
|
25162
|
+
return await r(`/api/app/v1/${p}/content/globalaction/${f}`);
|
|
25163
|
+
}
|
|
25164
|
+
};
|
|
25165
|
+
}
|
|
25131
25166
|
const xk = { style: {
|
|
25132
25167
|
position: "fixed",
|
|
25133
25168
|
top: 0,
|
|
@@ -25223,7 +25258,7 @@ const xk = { style: {
|
|
|
25223
25258
|
]));
|
|
25224
25259
|
}
|
|
25225
25260
|
};
|
|
25226
|
-
function
|
|
25261
|
+
function zk({
|
|
25227
25262
|
type: e = "danger",
|
|
25228
25263
|
title: t = "Warning",
|
|
25229
25264
|
message: n = "All the changes you made will be lost, do you wish to continue?",
|
|
@@ -25248,7 +25283,7 @@ function Vk({
|
|
|
25248
25283
|
s.unmount(), a.parentNode === document.body && document.body.removeChild(a);
|
|
25249
25284
|
}, 300);
|
|
25250
25285
|
}
|
|
25251
|
-
return () =>
|
|
25286
|
+
return () => Ze(Ok, {
|
|
25252
25287
|
modelValue: i.value,
|
|
25253
25288
|
"onUpdate:modelValue": (d) => {
|
|
25254
25289
|
i.value = d, d || c();
|
|
@@ -25263,27 +25298,28 @@ function Vk({
|
|
|
25263
25298
|
});
|
|
25264
25299
|
s.mount(a);
|
|
25265
25300
|
}
|
|
25266
|
-
const
|
|
25301
|
+
const jk = {
|
|
25267
25302
|
install(e, t) {
|
|
25268
|
-
e.component("CSEntityGrid", Dr), e.component("csentitygrid", Dr), e.component("CSEntityList", Zi), e.component("csentitylist", Zi), e.component("CSFieldExpression",
|
|
25303
|
+
e.component("CSEntityGrid", Dr), e.component("csentitygrid", Dr), e.component("CSEntityList", Zi), e.component("csentitylist", Zi), e.component("CSFieldExpression", _a), e.component("csfieldexpression", _a), e.component("CSEntity360View", Ji), e.component("csentity360view", Ji), e.component("CSEntityListing", aa), e.component("csentitylisting", aa), e.component("CSEntityListingTile", sa), e.component("csentitylistingtile", sa), e.component("CSEntityListingCarousel", Ea), e.component("csentitylistingcarousel", Ea), e.component("CSEntitySelection", Xa), e.component("csentityselection", Xa), e.component("CSEntityExplorer", Da), e.component("csentityexplorer", Da), e.component("CSMenu", Na), e.component("csmenu", Na), e.component("CSTextInput", La), e.component("cstextinput", La), e.component("CSButton", Va), e.component("csbutton", Va), e.component("CSStateText", za), e.component("csstatetext", za), e.component("CSColorPicker", ja), e.component("cscolorpicker", ja), e.component("CSRangeInput", Ma), e.component("csrangeinput", Ma), e.component("CSSelector", Ga), e.component("csselector", Ga), e.component("CSDynamicSelection", mo), e.component("csdynamicselection", mo), e.component("CSEntityRecordSelection", Ya), e.component("csentityrecordselection", Ya), e.component("CSMenuSelection", Ja), e.component("csmenuSelection", Ja), e.component("CSlabel", es), e.component("cslabel", es), e.component("CSLogin", ts), e.component("cslogin", ts), e.component("CSSignup", ns), e.component("cssignup", ns), e.component("CSRolesSelection", Qa), e.component("csrolesselection", Qa), e.component("CSPermissionSelection", Za), e.component("cspermissionselection", Za), e.component("CSIconSelection", os), e.component("csiconselection", os), e.component("CSIconComponent", rs), e.component("csiconcomponent", rs);
|
|
25269
25304
|
}
|
|
25270
25305
|
};
|
|
25271
25306
|
export {
|
|
25272
|
-
|
|
25273
|
-
|
|
25307
|
+
jk as default,
|
|
25308
|
+
zk as openGlobalDialog,
|
|
25274
25309
|
Pk as useAddEntityRecord,
|
|
25275
25310
|
Dk as useComponentService,
|
|
25276
|
-
|
|
25311
|
+
Ak as useDeleteEntityRecord,
|
|
25277
25312
|
Py as useEntitiesStore,
|
|
25278
25313
|
Bt as useEntityRecordService,
|
|
25279
25314
|
Ry as useEntityService,
|
|
25280
25315
|
Rk as useGetEntityRecord,
|
|
25281
|
-
|
|
25282
|
-
|
|
25316
|
+
Qe as useGlobalConfigsStore,
|
|
25317
|
+
Vk as useGlobalService,
|
|
25318
|
+
Xt as useHttpClient,
|
|
25283
25319
|
Lk as useLayoutService,
|
|
25284
25320
|
My as useMenuService,
|
|
25285
25321
|
Nk as usePageService,
|
|
25286
25322
|
dg as useSecurityService,
|
|
25287
25323
|
Fk as useThemeConfig,
|
|
25288
|
-
|
|
25324
|
+
_k as useThemeService
|
|
25289
25325
|
};
|