@anzusystems/common-admin 0.0.27 → 0.0.29
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/common-admin.es.d.ts +72 -1
- package/dist/common-admin.es.js +707 -635
- package/dist/common-admin.es.js.map +1 -1
- package/package.json +10 -10
package/dist/common-admin.es.js
CHANGED
|
@@ -3,7 +3,7 @@ var Fr = (t, n, e) => n in t ? Er(t, n, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var hn = (t, n, e) => (Fr(t, typeof n != "symbol" ? n + "" : n, e), e);
|
|
4
4
|
import { defineComponent as R, computed as _, openBlock as k, createBlock as B, unref as h, withCtx as C, createTextVNode as Z, toDisplayString as V, createElementBlock as U, createVNode as S, createCommentVNode as re, renderSlot as Pe, createElementVNode as ie, resolveComponent as Nr, normalizeClass as Me, withModifiers as le, withDirectives as Ka, vShow as Za, isProxy as Lr, toRaw as Vr, isRef as Ue, inject as De, createSlots as $n, Fragment as Je, provide as $a, ref as te, renderList as dt, watch as ct, TransitionGroup as Qa, normalizeStyle as Oa, resolveDynamicComponent as ea, h as jr, nextTick as Br, onMounted as Rr, withKeys as zr, reactive as Yr, toRefs as Xa, mergeProps as ta, readonly as Ft, createStaticVNode as er, setBlockTracking as Pa, onBeforeUnmount as Hr } from "vue";
|
|
5
5
|
import { useI18n as X, createI18n as Jr } from "vue-i18n";
|
|
6
|
-
import { useI18n as
|
|
6
|
+
import { useI18n as _p } from "vue-i18n";
|
|
7
7
|
import { VChip as zt } from "vuetify/lib/components/VChip/index.mjs";
|
|
8
8
|
import { VRow as Wn, VCol as Et, VSpacer as Ia } from "vuetify/lib/components/VGrid/index.mjs";
|
|
9
9
|
import { VAlert as Ur } from "vuetify/lib/components/VAlert/index.mjs";
|
|
@@ -30,7 +30,7 @@ import { useLocale as ho } from "vuetify";
|
|
|
30
30
|
import { VAvatar as Ea } from "vuetify/lib/components/VAvatar/index.mjs";
|
|
31
31
|
import { VAppBar as go } from "vuetify/lib/components/VAppBar/index.mjs";
|
|
32
32
|
import vo from "axios";
|
|
33
|
-
const
|
|
33
|
+
const bo = { key: 1 }, yo = /* @__PURE__ */ R({
|
|
34
34
|
__name: "ABooleanValue",
|
|
35
35
|
props: {
|
|
36
36
|
value: { type: [Number, String, Boolean] },
|
|
@@ -43,13 +43,14 @@ const yo = { key: 1 }, bo = /* @__PURE__ */ R({
|
|
|
43
43
|
key: 0,
|
|
44
44
|
color: h(s),
|
|
45
45
|
label: "",
|
|
46
|
-
size: "small"
|
|
46
|
+
size: "small",
|
|
47
|
+
class: "v-chip-custom-no-link"
|
|
47
48
|
}, {
|
|
48
49
|
default: C(() => [
|
|
49
50
|
Z(V(h(o)), 1)
|
|
50
51
|
]),
|
|
51
52
|
_: 1
|
|
52
|
-
}, 8, ["color"])) : (k(), U("span",
|
|
53
|
+
}, 8, ["color"])) : (k(), U("span", bo, V(h(o)), 1));
|
|
53
54
|
}
|
|
54
55
|
}), wo = {
|
|
55
56
|
key: 0,
|
|
@@ -77,7 +78,7 @@ const yo = { key: 1 }, bo = /* @__PURE__ */ R({
|
|
|
77
78
|
_: 3
|
|
78
79
|
}));
|
|
79
80
|
}
|
|
80
|
-
}), Do = ["textContent"],
|
|
81
|
+
}), Do = ["textContent"], Yf = /* @__PURE__ */ R({
|
|
81
82
|
__name: "AAlerts",
|
|
82
83
|
props: {
|
|
83
84
|
max: { default: 5 },
|
|
@@ -156,7 +157,7 @@ const mt = (t, n) => {
|
|
|
156
157
|
for (const [a, o] of n)
|
|
157
158
|
e[a] = o;
|
|
158
159
|
return e;
|
|
159
|
-
},
|
|
160
|
+
}, Hf = /* @__PURE__ */ mt(Mo, [["__scopeId", "data-v-cb6a21a9"]]), $ = (t) => typeof t > "u", Na = (t) => !$(t), ke = (t) => t === null, na = (t) => typeof t == "number", nt = (t) => typeof t == "string", Xe = (t) => Array.isArray(t), La = (t) => typeof t == "boolean", Jf = (t) => nt(t) && /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.test(t), Uf = (t) => {
|
|
160
161
|
const n = parseFloat(t);
|
|
161
162
|
return !isNaN(t) && (n | 0) === n;
|
|
162
163
|
}, sr = (t) => typeof t == "object" && !Xe(t) && !ke(t), lr = (t) => sr(t) ? Object.keys(t).length === 0 : !1, ur = (t) => Xe(t) && t.length === 0, Ao = (t) => ke(t) || $(t) || t === "" || t === 0 || ur(t) || lr(t), Bt = (t) => {
|
|
@@ -175,7 +176,7 @@ const mt = (t, n) => {
|
|
|
175
176
|
return n;
|
|
176
177
|
}
|
|
177
178
|
return Number.isNaN(e) ? n : e;
|
|
178
|
-
},
|
|
179
|
+
}, Wf = (t, n = 0) => {
|
|
179
180
|
let e = n;
|
|
180
181
|
try {
|
|
181
182
|
e = Number.parseFloat(t);
|
|
@@ -189,7 +190,7 @@ const mt = (t, n) => {
|
|
|
189
190
|
start: t.slice(0, e),
|
|
190
191
|
end: t.slice(e + n.length)
|
|
191
192
|
};
|
|
192
|
-
},
|
|
193
|
+
}, qf = (t) => t.toString().toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, "-").replace(/&/g, "-").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/^-+/, "").replace(/-+$/, ""), _o = (t) => t.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), Gf = (t, n = 80) => t.length > n ? t.substring(1, n) + "..." : t, To = (t, n) => {
|
|
193
194
|
if (t.indexOf(":") === -1)
|
|
194
195
|
return t;
|
|
195
196
|
const e = [];
|
|
@@ -202,7 +203,7 @@ const mt = (t, n) => {
|
|
|
202
203
|
}, qn = (t) => t.replace(".", "-"), at = Symbol.for("anzu:system-scope"), rt = Symbol.for("anzu:subject-scope"), xo = {
|
|
203
204
|
key: 0,
|
|
204
205
|
class: "required"
|
|
205
|
-
},
|
|
206
|
+
}, Kf = /* @__PURE__ */ R({
|
|
206
207
|
__name: "AFormTextField",
|
|
207
208
|
props: {
|
|
208
209
|
modelValue: null,
|
|
@@ -227,7 +228,7 @@ const mt = (t, n) => {
|
|
|
227
228
|
}, d = _(() => {
|
|
228
229
|
var f, m;
|
|
229
230
|
return $(e.errorMessage) ? (m = (f = e.v) == null ? void 0 : f.$errors) != null && m.length ? [e.v.$errors.map((w) => w.$message).join(" ")] : [] : [e.errorMessage];
|
|
230
|
-
}),
|
|
231
|
+
}), b = _(() => {
|
|
231
232
|
var m, w;
|
|
232
233
|
if (!$(e.label))
|
|
233
234
|
return e.label;
|
|
@@ -256,7 +257,7 @@ const mt = (t, n) => {
|
|
|
256
257
|
t.hideLabel ? void 0 : {
|
|
257
258
|
name: "label",
|
|
258
259
|
fn: C(() => [
|
|
259
|
-
Z(V(h(
|
|
260
|
+
Z(V(h(b)), 1),
|
|
260
261
|
h(p) ? (k(), U("span", xo)) : re("", !0)
|
|
261
262
|
]),
|
|
262
263
|
key: "0"
|
|
@@ -266,7 +267,7 @@ const mt = (t, n) => {
|
|
|
266
267
|
}), $o = {
|
|
267
268
|
key: 0,
|
|
268
269
|
class: "required"
|
|
269
|
-
},
|
|
270
|
+
}, Zf = /* @__PURE__ */ R({
|
|
270
271
|
__name: "AFormTextarea",
|
|
271
272
|
props: {
|
|
272
273
|
modelValue: null,
|
|
@@ -290,7 +291,7 @@ const mt = (t, n) => {
|
|
|
290
291
|
}, d = _(() => {
|
|
291
292
|
var f, m;
|
|
292
293
|
return $(e.errorMessage) ? (m = (f = e.v) == null ? void 0 : f.$errors) != null && m.length ? [e.v.$errors.map((w) => w.$message).join(" ")] : [] : [e.errorMessage];
|
|
293
|
-
}),
|
|
294
|
+
}), b = _(() => {
|
|
294
295
|
var m, w;
|
|
295
296
|
if (!$(e.label))
|
|
296
297
|
return e.label;
|
|
@@ -319,7 +320,7 @@ const mt = (t, n) => {
|
|
|
319
320
|
t.hideLabel ? void 0 : {
|
|
320
321
|
name: "label",
|
|
321
322
|
fn: C(() => [
|
|
322
|
-
Z(V(h(
|
|
323
|
+
Z(V(h(b)), 1),
|
|
323
324
|
h(p) ? (k(), U("span", $o)) : re("", !0)
|
|
324
325
|
]),
|
|
325
326
|
key: "0"
|
|
@@ -329,7 +330,7 @@ const mt = (t, n) => {
|
|
|
329
330
|
}), Oo = {
|
|
330
331
|
key: 0,
|
|
331
332
|
class: "required"
|
|
332
|
-
},
|
|
333
|
+
}, Qf = /* @__PURE__ */ R({
|
|
333
334
|
__name: "AFormBooleanToggle",
|
|
334
335
|
props: {
|
|
335
336
|
modelValue: { default: null },
|
|
@@ -344,8 +345,8 @@ const mt = (t, n) => {
|
|
|
344
345
|
get() {
|
|
345
346
|
return e.modelValue;
|
|
346
347
|
},
|
|
347
|
-
set(
|
|
348
|
-
n("update:modelValue",
|
|
348
|
+
set(b) {
|
|
349
|
+
n("update:modelValue", b);
|
|
349
350
|
}
|
|
350
351
|
}), { t: l } = X(), c = _(() => {
|
|
351
352
|
var p, f;
|
|
@@ -353,13 +354,13 @@ const mt = (t, n) => {
|
|
|
353
354
|
return e.label;
|
|
354
355
|
if ($(a) || $(o) || $((p = e.v) == null ? void 0 : p.$path))
|
|
355
356
|
return "";
|
|
356
|
-
const { end:
|
|
357
|
-
return l(a + "." + o + ".model." +
|
|
357
|
+
const { end: b } = At((f = e.v) == null ? void 0 : f.$path, ".");
|
|
358
|
+
return l(a + "." + o + ".model." + b);
|
|
358
359
|
}), d = _(() => {
|
|
359
|
-
var
|
|
360
|
-
return $(e.required) ? !!((
|
|
360
|
+
var b, p;
|
|
361
|
+
return $(e.required) ? !!((b = e.v) != null && b.required && ((p = e.v) == null ? void 0 : p.required.$params.type) === "required") : e.required;
|
|
361
362
|
});
|
|
362
|
-
return (
|
|
363
|
+
return (b, p) => (k(), U(Je, null, [
|
|
363
364
|
t.label ? (k(), B(tr, {
|
|
364
365
|
key: 0,
|
|
365
366
|
class: "pr-1"
|
|
@@ -399,7 +400,7 @@ const mt = (t, n) => {
|
|
|
399
400
|
}, 8, ["modelValue", "mandatory"])
|
|
400
401
|
], 64));
|
|
401
402
|
}
|
|
402
|
-
}),
|
|
403
|
+
}), Xf = /* @__PURE__ */ R({
|
|
403
404
|
__name: "ASystemEntityScope",
|
|
404
405
|
props: {
|
|
405
406
|
system: null,
|
|
@@ -416,7 +417,7 @@ const mt = (t, n) => {
|
|
|
416
417
|
a && typeof a == "object" && dr(a);
|
|
417
418
|
}
|
|
418
419
|
return Object.freeze(t);
|
|
419
|
-
},
|
|
420
|
+
}, em = (t) => Object.keys(t).map((n) => t[n]), cr = (t, n, e = ".") => {
|
|
420
421
|
const a = n.split(e);
|
|
421
422
|
let o = t;
|
|
422
423
|
for (; a.length; ) {
|
|
@@ -426,7 +427,7 @@ const mt = (t, n) => {
|
|
|
426
427
|
o = o[s];
|
|
427
428
|
}
|
|
428
429
|
return o;
|
|
429
|
-
},
|
|
430
|
+
}, tm = (t, n, e, a = ".") => {
|
|
430
431
|
const o = n.split(a);
|
|
431
432
|
let s = t;
|
|
432
433
|
for (; o.length - 1; ) {
|
|
@@ -437,7 +438,7 @@ const mt = (t, n) => {
|
|
|
437
438
|
}
|
|
438
439
|
s[o[0]] = e;
|
|
439
440
|
};
|
|
440
|
-
function
|
|
441
|
+
function nm(t, n, e = ".") {
|
|
441
442
|
const a = n.split(e), o = a.length - 1;
|
|
442
443
|
function s(l, c = 0) {
|
|
443
444
|
const d = a[c];
|
|
@@ -471,7 +472,7 @@ const Va = ["en", "sk"], Q = Jr({
|
|
|
471
472
|
label: "",
|
|
472
473
|
getLabel: () => ""
|
|
473
474
|
};
|
|
474
|
-
function
|
|
475
|
+
function am(t) {
|
|
475
476
|
const n = (s) => ({
|
|
476
477
|
...s,
|
|
477
478
|
getLabel: (l = "", c = "") => Eo(s, l, c)
|
|
@@ -500,37 +501,37 @@ var Gn = {}, No = {
|
|
|
500
501
|
(function(e, a) {
|
|
501
502
|
t.exports = a();
|
|
502
503
|
})(aa, function() {
|
|
503
|
-
var e = 1e3, a = 6e4, o = 36e5, s = "millisecond", l = "second", c = "minute", d = "hour",
|
|
504
|
-
var g = ["th", "st", "nd", "rd"],
|
|
505
|
-
return "[" + x + (g[(
|
|
506
|
-
} }, L = function(x, g,
|
|
504
|
+
var e = 1e3, a = 6e4, o = 36e5, s = "millisecond", l = "second", c = "minute", d = "hour", b = "day", p = "week", f = "month", m = "quarter", w = "year", j = "date", D = "Invalid Date", N = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, I = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(x) {
|
|
505
|
+
var g = ["th", "st", "nd", "rd"], y = x % 100;
|
|
506
|
+
return "[" + x + (g[(y - 20) % 10] || g[y] || g[0]) + "]";
|
|
507
|
+
} }, L = function(x, g, y) {
|
|
507
508
|
var T = String(x);
|
|
508
|
-
return !T || T.length >= g ? x : "" + Array(g + 1 - T.length).join(
|
|
509
|
+
return !T || T.length >= g ? x : "" + Array(g + 1 - T.length).join(y) + x;
|
|
509
510
|
}, H = { s: L, z: function(x) {
|
|
510
|
-
var g = -x.utcOffset(),
|
|
511
|
+
var g = -x.utcOffset(), y = Math.abs(g), T = Math.floor(y / 60), M = y % 60;
|
|
511
512
|
return (g <= 0 ? "+" : "-") + L(T, 2, "0") + ":" + L(M, 2, "0");
|
|
512
|
-
}, m: function x(g,
|
|
513
|
-
if (g.date() <
|
|
514
|
-
return -x(
|
|
515
|
-
var T = 12 * (
|
|
516
|
-
return +(-(T + (
|
|
513
|
+
}, m: function x(g, y) {
|
|
514
|
+
if (g.date() < y.date())
|
|
515
|
+
return -x(y, g);
|
|
516
|
+
var T = 12 * (y.year() - g.year()) + (y.month() - g.month()), M = g.clone().add(T, f), z = y - M < 0, J = g.clone().add(T + (z ? -1 : 1), f);
|
|
517
|
+
return +(-(T + (y - M) / (z ? M - J : J - M)) || 0);
|
|
517
518
|
}, a: function(x) {
|
|
518
519
|
return x < 0 ? Math.ceil(x) || 0 : Math.floor(x);
|
|
519
520
|
}, p: function(x) {
|
|
520
|
-
return { M: f, y: w, w: p, d:
|
|
521
|
+
return { M: f, y: w, w: p, d: b, D: j, h: d, m: c, s: l, ms: s, Q: m }[x] || String(x || "").toLowerCase().replace(/s$/, "");
|
|
521
522
|
}, u: function(x) {
|
|
522
523
|
return x === void 0;
|
|
523
524
|
} }, se = "en", ue = {};
|
|
524
525
|
ue[se] = I;
|
|
525
526
|
var ge = function(x) {
|
|
526
527
|
return x instanceof _e;
|
|
527
|
-
}, we = function x(g,
|
|
528
|
+
}, we = function x(g, y, T) {
|
|
528
529
|
var M;
|
|
529
530
|
if (!g)
|
|
530
531
|
return se;
|
|
531
532
|
if (typeof g == "string") {
|
|
532
533
|
var z = g.toLowerCase();
|
|
533
|
-
ue[z] && (M = z),
|
|
534
|
+
ue[z] && (M = z), y && (ue[z] = y, M = z);
|
|
534
535
|
var J = g.split("-");
|
|
535
536
|
if (!M && J.length > 1)
|
|
536
537
|
return x(J[0]);
|
|
@@ -542,18 +543,18 @@ var Gn = {}, No = {
|
|
|
542
543
|
}, ee = function(x, g) {
|
|
543
544
|
if (ge(x))
|
|
544
545
|
return x.clone();
|
|
545
|
-
var
|
|
546
|
-
return
|
|
546
|
+
var y = typeof g == "object" ? g : {};
|
|
547
|
+
return y.date = x, y.args = arguments, new _e(y);
|
|
547
548
|
}, G = H;
|
|
548
549
|
G.l = we, G.i = ge, G.w = function(x, g) {
|
|
549
550
|
return ee(x, { locale: g.$L, utc: g.$u, x: g.$x, $offset: g.$offset });
|
|
550
551
|
};
|
|
551
552
|
var _e = function() {
|
|
552
|
-
function x(
|
|
553
|
-
this.$L = we(
|
|
553
|
+
function x(y) {
|
|
554
|
+
this.$L = we(y.locale, null, !0), this.parse(y);
|
|
554
555
|
}
|
|
555
556
|
var g = x.prototype;
|
|
556
|
-
return g.parse = function(
|
|
557
|
+
return g.parse = function(y) {
|
|
557
558
|
this.$d = function(T) {
|
|
558
559
|
var M = T.date, z = T.utc;
|
|
559
560
|
if (M === null)
|
|
@@ -570,31 +571,31 @@ var Gn = {}, No = {
|
|
|
570
571
|
}
|
|
571
572
|
}
|
|
572
573
|
return new Date(M);
|
|
573
|
-
}(
|
|
574
|
+
}(y), this.$x = y.x || {}, this.init();
|
|
574
575
|
}, g.init = function() {
|
|
575
|
-
var
|
|
576
|
-
this.$y =
|
|
576
|
+
var y = this.$d;
|
|
577
|
+
this.$y = y.getFullYear(), this.$M = y.getMonth(), this.$D = y.getDate(), this.$W = y.getDay(), this.$H = y.getHours(), this.$m = y.getMinutes(), this.$s = y.getSeconds(), this.$ms = y.getMilliseconds();
|
|
577
578
|
}, g.$utils = function() {
|
|
578
579
|
return G;
|
|
579
580
|
}, g.isValid = function() {
|
|
580
581
|
return this.$d.toString() !== D;
|
|
581
|
-
}, g.isSame = function(
|
|
582
|
-
var M = ee(
|
|
582
|
+
}, g.isSame = function(y, T) {
|
|
583
|
+
var M = ee(y);
|
|
583
584
|
return this.startOf(T) <= M && M <= this.endOf(T);
|
|
584
|
-
}, g.isAfter = function(
|
|
585
|
-
return ee(
|
|
586
|
-
}, g.isBefore = function(
|
|
587
|
-
return this.endOf(T) < ee(
|
|
588
|
-
}, g.$g = function(
|
|
589
|
-
return G.u(
|
|
585
|
+
}, g.isAfter = function(y, T) {
|
|
586
|
+
return ee(y) < this.startOf(T);
|
|
587
|
+
}, g.isBefore = function(y, T) {
|
|
588
|
+
return this.endOf(T) < ee(y);
|
|
589
|
+
}, g.$g = function(y, T, M) {
|
|
590
|
+
return G.u(y) ? this[T] : this.set(M, y);
|
|
590
591
|
}, g.unix = function() {
|
|
591
592
|
return Math.floor(this.valueOf() / 1e3);
|
|
592
593
|
}, g.valueOf = function() {
|
|
593
594
|
return this.$d.getTime();
|
|
594
|
-
}, g.startOf = function(
|
|
595
|
-
var M = this, z = !!G.u(T) || T, J = G.p(
|
|
595
|
+
}, g.startOf = function(y, T) {
|
|
596
|
+
var M = this, z = !!G.u(T) || T, J = G.p(y), K = function(Ae, pe) {
|
|
596
597
|
var Ne = G.w(M.$u ? Date.UTC(M.$y, pe, Ae) : new Date(M.$y, pe, Ae), M);
|
|
597
|
-
return z ? Ne : Ne.endOf(
|
|
598
|
+
return z ? Ne : Ne.endOf(b);
|
|
598
599
|
}, ce = function(Ae, pe) {
|
|
599
600
|
return G.w(M.toDate()[Ae].apply(M.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(pe)), M);
|
|
600
601
|
}, fe = this.$W, ve = this.$M, Ee = this.$D, Ce = "set" + (this.$u ? "UTC" : "");
|
|
@@ -606,7 +607,7 @@ var Gn = {}, No = {
|
|
|
606
607
|
case p:
|
|
607
608
|
var Be = this.$locale().weekStart || 0, Fe = (fe < Be ? fe + 7 : fe) - Be;
|
|
608
609
|
return K(z ? Ee - Fe : Ee + (6 - Fe), ve);
|
|
609
|
-
case
|
|
610
|
+
case b:
|
|
610
611
|
case j:
|
|
611
612
|
return ce(Ce + "Hours", 0);
|
|
612
613
|
case d:
|
|
@@ -618,44 +619,44 @@ var Gn = {}, No = {
|
|
|
618
619
|
default:
|
|
619
620
|
return this.clone();
|
|
620
621
|
}
|
|
621
|
-
}, g.endOf = function(
|
|
622
|
-
return this.startOf(
|
|
623
|
-
}, g.$set = function(
|
|
624
|
-
var M, z = G.p(
|
|
622
|
+
}, g.endOf = function(y) {
|
|
623
|
+
return this.startOf(y, !1);
|
|
624
|
+
}, g.$set = function(y, T) {
|
|
625
|
+
var M, z = G.p(y), J = "set" + (this.$u ? "UTC" : ""), K = (M = {}, M[b] = J + "Date", M[j] = J + "Date", M[f] = J + "Month", M[w] = J + "FullYear", M[d] = J + "Hours", M[c] = J + "Minutes", M[l] = J + "Seconds", M[s] = J + "Milliseconds", M)[z], ce = z === b ? this.$D + (T - this.$W) : T;
|
|
625
626
|
if (z === f || z === w) {
|
|
626
627
|
var fe = this.clone().set(j, 1);
|
|
627
628
|
fe.$d[K](ce), fe.init(), this.$d = fe.set(j, Math.min(this.$D, fe.daysInMonth())).$d;
|
|
628
629
|
} else
|
|
629
630
|
K && this.$d[K](ce);
|
|
630
631
|
return this.init(), this;
|
|
631
|
-
}, g.set = function(
|
|
632
|
-
return this.clone().$set(
|
|
633
|
-
}, g.get = function(
|
|
634
|
-
return this[G.p(
|
|
635
|
-
}, g.add = function(
|
|
632
|
+
}, g.set = function(y, T) {
|
|
633
|
+
return this.clone().$set(y, T);
|
|
634
|
+
}, g.get = function(y) {
|
|
635
|
+
return this[G.p(y)]();
|
|
636
|
+
}, g.add = function(y, T) {
|
|
636
637
|
var M, z = this;
|
|
637
|
-
|
|
638
|
+
y = Number(y);
|
|
638
639
|
var J = G.p(T), K = function(ve) {
|
|
639
640
|
var Ee = ee(z);
|
|
640
|
-
return G.w(Ee.date(Ee.date() + Math.round(ve *
|
|
641
|
+
return G.w(Ee.date(Ee.date() + Math.round(ve * y)), z);
|
|
641
642
|
};
|
|
642
643
|
if (J === f)
|
|
643
|
-
return this.set(f, this.$M +
|
|
644
|
+
return this.set(f, this.$M + y);
|
|
644
645
|
if (J === w)
|
|
645
|
-
return this.set(w, this.$y +
|
|
646
|
-
if (J ===
|
|
646
|
+
return this.set(w, this.$y + y);
|
|
647
|
+
if (J === b)
|
|
647
648
|
return K(1);
|
|
648
649
|
if (J === p)
|
|
649
650
|
return K(7);
|
|
650
|
-
var ce = (M = {}, M[c] = a, M[d] = o, M[l] = e, M)[J] || 1, fe = this.$d.getTime() +
|
|
651
|
+
var ce = (M = {}, M[c] = a, M[d] = o, M[l] = e, M)[J] || 1, fe = this.$d.getTime() + y * ce;
|
|
651
652
|
return G.w(fe, this);
|
|
652
|
-
}, g.subtract = function(
|
|
653
|
-
return this.add(-1 *
|
|
654
|
-
}, g.format = function(
|
|
653
|
+
}, g.subtract = function(y, T) {
|
|
654
|
+
return this.add(-1 * y, T);
|
|
655
|
+
}, g.format = function(y) {
|
|
655
656
|
var T = this, M = this.$locale();
|
|
656
657
|
if (!this.isValid())
|
|
657
658
|
return M.invalidDate || D;
|
|
658
|
-
var z =
|
|
659
|
+
var z = y || "YYYY-MM-DDTHH:mm:ssZ", J = G.z(this), K = this.$H, ce = this.$m, fe = this.$M, ve = M.weekdays, Ee = M.months, Ce = function(pe, Ne, Ze, Re) {
|
|
659
660
|
return pe && (pe[Ne] || pe(T, z)) || Ze[Ne].slice(0, Re);
|
|
660
661
|
}, Be = function(pe) {
|
|
661
662
|
return G.s(K % 12 || 12, pe, "0");
|
|
@@ -668,17 +669,17 @@ var Gn = {}, No = {
|
|
|
668
669
|
});
|
|
669
670
|
}, g.utcOffset = function() {
|
|
670
671
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
671
|
-
}, g.diff = function(
|
|
672
|
-
var z, J = G.p(T), K = ee(
|
|
673
|
-
return ve = (z = {}, z[w] = ve / 12, z[f] = ve, z[m] = ve / 3, z[p] = (fe - ce) / 6048e5, z[
|
|
672
|
+
}, g.diff = function(y, T, M) {
|
|
673
|
+
var z, J = G.p(T), K = ee(y), ce = (K.utcOffset() - this.utcOffset()) * a, fe = this - K, ve = G.m(this, K);
|
|
674
|
+
return ve = (z = {}, z[w] = ve / 12, z[f] = ve, z[m] = ve / 3, z[p] = (fe - ce) / 6048e5, z[b] = (fe - ce) / 864e5, z[d] = fe / o, z[c] = fe / a, z[l] = fe / e, z)[J] || fe, M ? ve : G.a(ve);
|
|
674
675
|
}, g.daysInMonth = function() {
|
|
675
676
|
return this.endOf(f).$D;
|
|
676
677
|
}, g.$locale = function() {
|
|
677
678
|
return ue[this.$L];
|
|
678
|
-
}, g.locale = function(
|
|
679
|
-
if (!
|
|
679
|
+
}, g.locale = function(y, T) {
|
|
680
|
+
if (!y)
|
|
680
681
|
return this.$L;
|
|
681
|
-
var M = this.clone(), z = we(
|
|
682
|
+
var M = this.clone(), z = we(y, T, !0);
|
|
682
683
|
return z && (M.$L = z), M;
|
|
683
684
|
}, g.clone = function() {
|
|
684
685
|
return G.w(this.$d, this);
|
|
@@ -692,7 +693,7 @@ var Gn = {}, No = {
|
|
|
692
693
|
return this.$d.toUTCString();
|
|
693
694
|
}, x;
|
|
694
695
|
}(), Te = _e.prototype;
|
|
695
|
-
return ee.prototype = Te, [["$ms", s], ["$s", l], ["$m", c], ["$H", d], ["$W",
|
|
696
|
+
return ee.prototype = Te, [["$ms", s], ["$s", l], ["$m", c], ["$H", d], ["$W", b], ["$M", f], ["$y", w], ["$D", j]].forEach(function(x) {
|
|
696
697
|
Te[x[1]] = function(g) {
|
|
697
698
|
return this.$g(g, x[0], x[1]);
|
|
698
699
|
};
|
|
@@ -703,7 +704,7 @@ var Gn = {}, No = {
|
|
|
703
704
|
}, ee.en = ue[se], ee.Ls = ue, ee.p = {}, ee;
|
|
704
705
|
});
|
|
705
706
|
})(No);
|
|
706
|
-
const
|
|
707
|
+
const ye = Gn;
|
|
707
708
|
var Kn = {}, Lo = {
|
|
708
709
|
get exports() {
|
|
709
710
|
return Kn;
|
|
@@ -728,9 +729,9 @@ var Kn = {}, Lo = {
|
|
|
728
729
|
}, d.local = function() {
|
|
729
730
|
return c(this.toDate(), { locale: this.$L, utc: !1 });
|
|
730
731
|
};
|
|
731
|
-
var
|
|
732
|
+
var b = d.parse;
|
|
732
733
|
d.parse = function(D) {
|
|
733
|
-
D.utc && (this.$u = !0), this.$utils().u(D.$offset) || (this.$offset = D.$offset),
|
|
734
|
+
D.utc && (this.$u = !0), this.$utils().u(D.$offset) || (this.$offset = D.$offset), b.call(this, D);
|
|
734
735
|
};
|
|
735
736
|
var p = d.init;
|
|
736
737
|
d.init = function() {
|
|
@@ -793,20 +794,20 @@ var Kn = {}, Lo = {
|
|
|
793
794
|
});
|
|
794
795
|
})(Lo);
|
|
795
796
|
const Vo = Kn;
|
|
796
|
-
|
|
797
|
-
const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000000Z", pr = "2100-01-01T00:00:00.000000Z", jo = () =>
|
|
797
|
+
ye.extend(Vo);
|
|
798
|
+
const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000000Z", pr = "2100-01-01T00:00:00.000000Z", jo = () => ye().utc().toDate(), rm = () => So(ye().utc().unix()), An = (t = !0, n = !1) => t && !n ? ye().utc().format("YYYY-MM-DDTHH:mm:ss") + ft : t && n ? ye().utc().format("YYYY-MM-DDTHH:mm:00") + ft : !t && n ? ye().utc().format("YYYY-MM-DDTHH:mm:00.SSSSSS") + "Z" : ye().utc().format("YYYY-MM-DDTHH:mm:ss.SSSSSS") + "Z", om = (t = 0) => t === 0 ? ye().startOf("day").utc().format(Mn) + ft : ye().add(t, "days").startOf("day").utc().format(Mn) + ft, im = (t = 0) => t === 0 ? ye().endOf("day").utc().format(Mn) + ft : ye().add(t, "days").endOf("day").utc().format(Mn) + ft, sm = (t = 0, n = null) => {
|
|
798
799
|
if (n === null && (n = new Date()), t === 0)
|
|
799
800
|
return n;
|
|
800
801
|
if (t > 0)
|
|
801
|
-
return
|
|
802
|
+
return ye(n).add(t, "minutes").toDate();
|
|
802
803
|
if (t < 0)
|
|
803
|
-
return
|
|
804
|
-
}, Bo = (t) =>
|
|
804
|
+
return ye(n).subtract(t, "minutes").toDate();
|
|
805
|
+
}, Bo = (t) => ye(t).utc().format("YYYY-MM-DDTHH:mm:ss") + ft, lm = () => ye().utc().format("YYYY"), Ro = (t, n = "") => t === pr || t === mr || t === "" || ke(t) || $(t) ? n : ye(t).format("DD.MM.YYYY HH:mm"), zo = (t, n = "") => {
|
|
805
806
|
if (t === pr || t === mr || t === "" || ke(t) || $(t))
|
|
806
807
|
return n;
|
|
807
808
|
let e = !0, a = !0;
|
|
808
|
-
const o =
|
|
809
|
-
return s.format("YYYY") === o.format("YYYY") && (e = !1), s.format("YYYY-MM-DD") === o.format("YYYY-MM-DD") && (a = !1), !e && !a ?
|
|
809
|
+
const o = ye(t), s = ye();
|
|
810
|
+
return s.format("YYYY") === o.format("YYYY") && (e = !1), s.format("YYYY-MM-DD") === o.format("YYYY-MM-DD") && (a = !1), !e && !a ? ye(o).format("H:mm") : e ? ye(o).format("D.M.YYYY H:mm") : ye(o).format("D.M. H:mm");
|
|
810
811
|
}, Yo = { key: 1 }, Ho = /* @__PURE__ */ R({
|
|
811
812
|
__name: "ADatatableColumn",
|
|
812
813
|
props: {
|
|
@@ -817,7 +818,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
817
818
|
const n = t, e = _(() => cr(n.rowData, n.column.name)), a = _(() => n.column.type === "datetime" || Po.includes(n.column.name) ? zo(e.value) : e.value), o = _(() => typeof e.value == "boolean");
|
|
818
819
|
return (s, l) => (k(), U("td", null, [
|
|
819
820
|
Pe(s.$slots, h(qn)(t.column.name), { data: h(e) }, () => [
|
|
820
|
-
h(o) ? (k(), B(
|
|
821
|
+
h(o) ? (k(), B(yo, {
|
|
821
822
|
key: 0,
|
|
822
823
|
chip: "",
|
|
823
824
|
value: h(e)
|
|
@@ -825,7 +826,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
825
826
|
])
|
|
826
827
|
]));
|
|
827
828
|
}
|
|
828
|
-
}), Jo = { key: 0 }, Uo = ["onClick"], Wo = { key: 0 }, qo = { class: "d-flex justify-end" }, Go = { key: 1 }, Ko = ["colspan"],
|
|
829
|
+
}), Jo = { key: 0 }, Uo = ["onClick"], Wo = { key: 0 }, qo = { class: "d-flex justify-end" }, Go = { key: 1 }, Ko = ["colspan"], um = /* @__PURE__ */ R({
|
|
829
830
|
__name: "ADatatable",
|
|
830
831
|
props: {
|
|
831
832
|
data: null,
|
|
@@ -839,7 +840,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
839
840
|
}, s = De(at, void 0), l = De(rt, void 0), c = _(() => !Ao(e.data)), d = _(() => {
|
|
840
841
|
let p = e.columns.availableColumns.value.length;
|
|
841
842
|
return e.actions && ++p, p;
|
|
842
|
-
}), { t:
|
|
843
|
+
}), { t: b } = X();
|
|
843
844
|
return (p, f) => (k(), B(Gr, { class: "anzu-data-table" }, {
|
|
844
845
|
default: C(() => [
|
|
845
846
|
ie("thead", null, [
|
|
@@ -878,7 +879,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
878
879
|
ie("td", {
|
|
879
880
|
colspan: h(d),
|
|
880
881
|
class: "text-center text-disabled"
|
|
881
|
-
}, V(h(
|
|
882
|
+
}, V(h(b)("common.system.datatable.noDataText")), 9, Ko)
|
|
882
883
|
]))
|
|
883
884
|
])
|
|
884
885
|
]),
|
|
@@ -888,7 +889,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
888
889
|
}), Zo = { class: "anzu-data-footer" }, Qo = {
|
|
889
890
|
key: 0,
|
|
890
891
|
class: "anzu-data-footer__page-limit"
|
|
891
|
-
}, Xo = { class: "anzu-data-footer__pagination" }, ei = { class: "anzu-data-footer__icons-before" }, ti = { class: "current-page" }, ni = { class: "anzu-data-footer__icons-after" },
|
|
892
|
+
}, Xo = { class: "anzu-data-footer__pagination" }, ei = { class: "anzu-data-footer__icons-before" }, ti = { class: "current-page" }, ni = { class: "anzu-data-footer__icons-after" }, dm = /* @__PURE__ */ R({
|
|
892
893
|
__name: "ADatatablePagination",
|
|
893
894
|
props: {
|
|
894
895
|
modelValue: null,
|
|
@@ -904,7 +905,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
904
905
|
set(I) {
|
|
905
906
|
n("update:modelValue", Bt(I));
|
|
906
907
|
}
|
|
907
|
-
}), { t: o } = X(), s = _(() => Math.ceil(a.value.totalCount / a.value.rowsPerPage)), l = _(() => a.value.page * a.value.rowsPerPage - a.value.rowsPerPage + 1), c = _(() => a.value.page * a.value.rowsPerPage - a.value.rowsPerPage + a.value.currentViewCount), d = _(() => a.value.page === 1),
|
|
908
|
+
}), { t: o } = X(), s = _(() => Math.ceil(a.value.totalCount / a.value.rowsPerPage)), l = _(() => a.value.page * a.value.rowsPerPage - a.value.rowsPerPage + 1), c = _(() => a.value.page * a.value.rowsPerPage - a.value.rowsPerPage + a.value.currentViewCount), d = _(() => a.value.page === 1), b = _(() => !ke(a.value.hasNextPage) || a.value.page === s.value), p = _(() => ke(a.value.hasNextPage) && a.value.page === s.value || a.value.hasNextPage === !1), f = _(() => ke(a.value.hasNextPage) ? a.value.totalCount : a.value.hasNextPage ? c.value + 1 + "+" : c.value), m = _(() => a.value.rowsPerPage);
|
|
908
909
|
ct(m, (I, L) => {
|
|
909
910
|
I !== L && (a.value.page = 1, n("change"));
|
|
910
911
|
});
|
|
@@ -979,7 +980,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
979
980
|
onClick: le(P, ["stop"])
|
|
980
981
|
}, null, 8, ["disabled", "onClick"]),
|
|
981
982
|
S(de, {
|
|
982
|
-
disabled: h(
|
|
983
|
+
disabled: h(b),
|
|
983
984
|
icon: "mdi-page-last",
|
|
984
985
|
size: "small",
|
|
985
986
|
variant: "text",
|
|
@@ -989,7 +990,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
989
990
|
]));
|
|
990
991
|
}
|
|
991
992
|
});
|
|
992
|
-
function
|
|
993
|
+
function cm(t, n) {
|
|
993
994
|
return (e = {}) => {
|
|
994
995
|
const a = $(e.variant) ? "eq" : e.variant;
|
|
995
996
|
let o = $(e.default) ? null : e.default;
|
|
@@ -1030,7 +1031,7 @@ function ra() {
|
|
|
1030
1031
|
}
|
|
1031
1032
|
};
|
|
1032
1033
|
}
|
|
1033
|
-
const
|
|
1034
|
+
const fm = /* @__PURE__ */ R({
|
|
1034
1035
|
__name: "AFilterString",
|
|
1035
1036
|
props: {
|
|
1036
1037
|
modelValue: null,
|
|
@@ -1048,14 +1049,14 @@ const tm = /* @__PURE__ */ R({
|
|
|
1048
1049
|
}), { clearOne: o } = ra(), { t: s } = X(), l = _(() => e.modelValue.titleT ? s(e.modelValue.titleT) : void 0);
|
|
1049
1050
|
return (c, d) => (k(), B(Pn, {
|
|
1050
1051
|
modelValue: h(a),
|
|
1051
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
1052
|
+
"onUpdate:modelValue": d[0] || (d[0] = (b) => Ue(a) ? a.value = b : null),
|
|
1052
1053
|
label: h(l),
|
|
1053
1054
|
clearable: !t.modelValue.mandatory,
|
|
1054
1055
|
"data-cy": t.dataCy,
|
|
1055
|
-
"onClick:clear": d[1] || (d[1] = le((
|
|
1056
|
+
"onClick:clear": d[1] || (d[1] = le((b) => h(o)(t.modelValue), ["stop"]))
|
|
1056
1057
|
}, null, 8, ["modelValue", "label", "clearable", "data-cy"]));
|
|
1057
1058
|
}
|
|
1058
|
-
}),
|
|
1059
|
+
}), mm = /* @__PURE__ */ R({
|
|
1059
1060
|
__name: "AFilterInteger",
|
|
1060
1061
|
props: {
|
|
1061
1062
|
modelValue: null,
|
|
@@ -1073,11 +1074,11 @@ const tm = /* @__PURE__ */ R({
|
|
|
1073
1074
|
}), { clearOne: o } = ra(), { t: s } = X(), l = _(() => e.modelValue.titleT ? s(e.modelValue.titleT) : void 0);
|
|
1074
1075
|
return (c, d) => (k(), B(Pn, {
|
|
1075
1076
|
modelValue: h(a),
|
|
1076
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
1077
|
+
"onUpdate:modelValue": d[0] || (d[0] = (b) => Ue(a) ? a.value = b : null),
|
|
1077
1078
|
label: h(l),
|
|
1078
1079
|
clearable: !t.modelValue.mandatory,
|
|
1079
1080
|
"data-cy": t.dataCy,
|
|
1080
|
-
"onClick:clear": d[1] || (d[1] = le((
|
|
1081
|
+
"onClick:clear": d[1] || (d[1] = le((b) => h(o)(t.modelValue), ["stop"]))
|
|
1081
1082
|
}, null, 8, ["modelValue", "label", "clearable", "data-cy"]));
|
|
1082
1083
|
}
|
|
1083
1084
|
}), et = (t) => {
|
|
@@ -1181,7 +1182,7 @@ const tm = /* @__PURE__ */ R({
|
|
|
1181
1182
|
_: 1
|
|
1182
1183
|
}, 8, ["class", "data-cy", "onClick"]));
|
|
1183
1184
|
}
|
|
1184
|
-
}),
|
|
1185
|
+
}), pm = /* @__PURE__ */ R({
|
|
1185
1186
|
__name: "AFilterWrapper",
|
|
1186
1187
|
props: {
|
|
1187
1188
|
enableAdvanced: { type: Boolean, default: !1 },
|
|
@@ -1287,7 +1288,7 @@ function hr() {
|
|
|
1287
1288
|
getGrantOption: (a) => n.value.find((o) => o.value === a)
|
|
1288
1289
|
};
|
|
1289
1290
|
}
|
|
1290
|
-
const
|
|
1291
|
+
const hm = /* @__PURE__ */ R({
|
|
1291
1292
|
__name: "APermissionGrantEditor",
|
|
1292
1293
|
props: {
|
|
1293
1294
|
availableGrants: null,
|
|
@@ -1320,9 +1321,9 @@ const rm = /* @__PURE__ */ R({
|
|
|
1320
1321
|
color: (d = h(o)(c)) == null ? void 0 : d.color
|
|
1321
1322
|
}, {
|
|
1322
1323
|
default: C(() => {
|
|
1323
|
-
var
|
|
1324
|
+
var b;
|
|
1324
1325
|
return [
|
|
1325
|
-
Z(V((
|
|
1326
|
+
Z(V((b = h(o)(c)) == null ? void 0 : b.title), 1)
|
|
1326
1327
|
];
|
|
1327
1328
|
}),
|
|
1328
1329
|
_: 2
|
|
@@ -1361,7 +1362,7 @@ function ii() {
|
|
|
1361
1362
|
const si = {
|
|
1362
1363
|
key: 0,
|
|
1363
1364
|
class: "ml-1"
|
|
1364
|
-
},
|
|
1365
|
+
}, gm = /* @__PURE__ */ R({
|
|
1365
1366
|
__name: "APermissionValueChip",
|
|
1366
1367
|
props: {
|
|
1367
1368
|
grant: null,
|
|
@@ -1470,14 +1471,14 @@ function gi(t, n, e, a, o, s) {
|
|
|
1470
1471
|
_: 3
|
|
1471
1472
|
}, 8, ["onEnter", "onLeave", "onAfterLeave"]);
|
|
1472
1473
|
}
|
|
1473
|
-
const vi = /* @__PURE__ */ oa(hi, [["render", gi]]),
|
|
1474
|
+
const vi = /* @__PURE__ */ oa(hi, [["render", gi]]), bi = R({
|
|
1474
1475
|
name: "css-group",
|
|
1475
1476
|
inheritAttrs: !1,
|
|
1476
1477
|
props: {
|
|
1477
1478
|
name: { type: String, required: !0 }
|
|
1478
1479
|
}
|
|
1479
1480
|
});
|
|
1480
|
-
function
|
|
1481
|
+
function yi(t, n, e, a, o, s) {
|
|
1481
1482
|
return k(), B(Qa, {
|
|
1482
1483
|
tag: "span",
|
|
1483
1484
|
name: t.name
|
|
@@ -1488,7 +1489,7 @@ function bi(t, n, e, a, o, s) {
|
|
|
1488
1489
|
_: 3
|
|
1489
1490
|
}, 8, ["name"]);
|
|
1490
1491
|
}
|
|
1491
|
-
const wi = /* @__PURE__ */ oa(
|
|
1492
|
+
const wi = /* @__PURE__ */ oa(bi, [["render", yi]]), jn = "[-+]?[0-9]*.?[0-9]+", Ra = [
|
|
1492
1493
|
{
|
|
1493
1494
|
name: "px",
|
|
1494
1495
|
regexp: new RegExp(`^${jn}px$`)
|
|
@@ -1661,7 +1662,7 @@ const wi = /* @__PURE__ */ oa(yi, [["render", bi]]), jn = "[-+]?[0-9]*.?[0-9]+",
|
|
|
1661
1662
|
this.destroyAll();
|
|
1662
1663
|
return;
|
|
1663
1664
|
}
|
|
1664
|
-
const n = typeof t.duration == "number" ? t.duration : this.duration, e = typeof t.speed == "number" ? t.speed : this.speed, a = typeof t.ignoreDuplicates == "boolean" ? t.ignoreDuplicates : this.ignoreDuplicates, { title: o, text: s, type: l, data: c, id: d } = t,
|
|
1665
|
+
const n = typeof t.duration == "number" ? t.duration : this.duration, e = typeof t.speed == "number" ? t.speed : this.speed, a = typeof t.ignoreDuplicates == "boolean" ? t.ignoreDuplicates : this.ignoreDuplicates, { title: o, text: s, type: l, data: c, id: d } = t, b = {
|
|
1665
1666
|
id: d || ci(),
|
|
1666
1667
|
title: o,
|
|
1667
1668
|
text: s,
|
|
@@ -1671,11 +1672,11 @@ const wi = /* @__PURE__ */ oa(yi, [["render", bi]]), jn = "[-+]?[0-9]*.?[0-9]+",
|
|
|
1671
1672
|
length: n + 2 * e,
|
|
1672
1673
|
data: c
|
|
1673
1674
|
};
|
|
1674
|
-
n >= 0 && (this.timerControl = new pi(() => this.destroy(
|
|
1675
|
+
n >= 0 && (this.timerControl = new pi(() => this.destroy(b), b.length, b));
|
|
1675
1676
|
const p = this.reverse ? !this.botToTop : this.botToTop;
|
|
1676
1677
|
let f = -1;
|
|
1677
1678
|
const m = this.active.some((w) => w.title === t.title && w.text === t.text);
|
|
1678
|
-
(!a || !m) && (p ? (this.list.push(
|
|
1679
|
+
(!a || !m) && (p ? (this.list.push(b), this.$emit("start", b), this.active.length > this.max && (f = 0)) : (this.list.unshift(b), this.$emit("start", b), this.active.length > this.max && (f = this.active.length - 1)), f !== -1 && this.destroy(this.active[f]));
|
|
1679
1680
|
},
|
|
1680
1681
|
closeItem(t) {
|
|
1681
1682
|
this.destroyById(t);
|
|
@@ -1799,17 +1800,17 @@ const Oi = {
|
|
|
1799
1800
|
console.error("vite-plugin-css-injected-by-js", e);
|
|
1800
1801
|
}
|
|
1801
1802
|
})();
|
|
1802
|
-
const Fn = Symbol("currentUser"),
|
|
1803
|
+
const Fn = Symbol("currentUser"), br = Symbol("customAclResolver"), yr = Symbol("availableLanguages"), wr = Symbol("defaultLanguage"), vm = {
|
|
1803
1804
|
install(t, n) {
|
|
1804
|
-
t.provide(Fn, n.currentUser), t.provide(
|
|
1805
|
+
t.provide(Fn, n.currentUser), t.provide(br, n.customAclResolver), t.provide(yr, n.languages.available), t.provide(wr, n.languages.default), t.component("Acl", Ii), t.use(Oi, { componentName: "Notifications" });
|
|
1805
1806
|
}
|
|
1806
1807
|
}, kr = "ROLE_ADMIN";
|
|
1807
1808
|
function Pi(t) {
|
|
1808
|
-
const n = $(t) || $(t.disableInject), e = (t == null ? void 0 : t.currentUser) ?? (n ? De(Fn, void 0) : void 0), a = (t == null ? void 0 : t.customAclProvider) ?? (n ? De(
|
|
1809
|
+
const n = $(t) || $(t.disableInject), e = (t == null ? void 0 : t.currentUser) ?? (n ? De(Fn, void 0) : void 0), a = (t == null ? void 0 : t.customAclProvider) ?? (n ? De(br, void 0) : void 0), o = (d, b) => {
|
|
1809
1810
|
if ($(e))
|
|
1810
1811
|
throw new Error("Composable useAcl can be used as a global state without providing current user as a parameter.");
|
|
1811
1812
|
if (Na(a) && Na(a.can))
|
|
1812
|
-
return a.can(d,
|
|
1813
|
+
return a.can(d, b);
|
|
1813
1814
|
if ($(e.value) || e.value.id === 0)
|
|
1814
1815
|
return !1;
|
|
1815
1816
|
if (e.value.roles.includes(kr))
|
|
@@ -1823,9 +1824,9 @@ function Pi(t) {
|
|
|
1823
1824
|
case Dn.Deny:
|
|
1824
1825
|
return !1;
|
|
1825
1826
|
case Dn.AllowOwner:
|
|
1826
|
-
if ($(
|
|
1827
|
+
if ($(b))
|
|
1827
1828
|
throw new Error(`Required subject for acl "${d}" to determine an ability to access the resource.`);
|
|
1828
|
-
return s(
|
|
1829
|
+
return s(b);
|
|
1829
1830
|
default:
|
|
1830
1831
|
return !1;
|
|
1831
1832
|
}
|
|
@@ -1845,8 +1846,8 @@ function Pi(t) {
|
|
|
1845
1846
|
}
|
|
1846
1847
|
return {
|
|
1847
1848
|
can: o,
|
|
1848
|
-
canForAll: (d,
|
|
1849
|
-
canForSome: (d,
|
|
1849
|
+
canForAll: (d, b) => d.length === 0 ? !0 : d.every((p) => o(p, b)),
|
|
1850
|
+
canForSome: (d, b) => d.length === 0 ? !0 : d.some((p) => o(p, b))
|
|
1850
1851
|
};
|
|
1851
1852
|
}
|
|
1852
1853
|
const Ii = /* @__PURE__ */ R({
|
|
@@ -2053,7 +2054,7 @@ function Dr(t, n) {
|
|
|
2053
2054
|
if (t.parentNode)
|
|
2054
2055
|
return Dr(t.parentNode, n);
|
|
2055
2056
|
}
|
|
2056
|
-
function
|
|
2057
|
+
function bn(t, n) {
|
|
2057
2058
|
var e = ae("div", "numInputWrapper"), a = ae("input", "numInput " + t), o = ae("span", "arrowUp"), s = ae("span", "arrowDown");
|
|
2058
2059
|
if (navigator.userAgent.indexOf("MSIE 9.0") === -1 ? a.type = "number" : (a.type = "text", a.pattern = "\\d*"), n !== void 0)
|
|
2059
2060
|
for (var l in n)
|
|
@@ -2235,8 +2236,8 @@ var zn = function() {
|
|
|
2235
2236
|
}
|
|
2236
2237
|
}, Cr = function(t) {
|
|
2237
2238
|
var n = t.config, e = n === void 0 ? Ct : n, a = t.l10n, o = a === void 0 ? Rt : a, s = t.isMobile, l = s === void 0 ? !1 : s;
|
|
2238
|
-
return function(c, d,
|
|
2239
|
-
var p =
|
|
2239
|
+
return function(c, d, b) {
|
|
2240
|
+
var p = b || o;
|
|
2240
2241
|
return e.formatDate !== void 0 && !l ? e.formatDate(c, d, p) : d.split("").map(function(f, m, w) {
|
|
2241
2242
|
return Nt[f] && w[m - 1] !== "\\" ? Nt[f](c, p, e) : f !== "\\" ? f : "";
|
|
2242
2243
|
}).join("");
|
|
@@ -2245,7 +2246,7 @@ var zn = function() {
|
|
|
2245
2246
|
var n = t.config, e = n === void 0 ? Ct : n, a = t.l10n, o = a === void 0 ? Rt : a;
|
|
2246
2247
|
return function(s, l, c, d) {
|
|
2247
2248
|
if (!(s !== 0 && !s)) {
|
|
2248
|
-
var
|
|
2249
|
+
var b = d || o, p, f = s;
|
|
2249
2250
|
if (s instanceof Date)
|
|
2250
2251
|
p = new Date(s.getTime());
|
|
2251
2252
|
else if (typeof s != "string" && s.toFixed !== void 0)
|
|
@@ -2273,7 +2274,7 @@ var zn = function() {
|
|
|
2273
2274
|
}
|
|
2274
2275
|
p = !e || !e.noCalendar ? new Date(new Date().getFullYear(), 0, 1, 0, 0, 0, 0) : new Date(new Date().setHours(0, 0, 0, 0)), D.forEach(function(ge) {
|
|
2275
2276
|
var we = ge.fn, ee = ge.val;
|
|
2276
|
-
return p = we(p, ee,
|
|
2277
|
+
return p = we(p, ee, b) || p;
|
|
2277
2278
|
}), p = j ? p : void 0;
|
|
2278
2279
|
}
|
|
2279
2280
|
}
|
|
@@ -2344,7 +2345,7 @@ var $e = globalThis && globalThis.__assign || function() {
|
|
|
2344
2345
|
}, Vi = 300;
|
|
2345
2346
|
function ji(t, n) {
|
|
2346
2347
|
var e = {
|
|
2347
|
-
config: $e($e({}, Ct),
|
|
2348
|
+
config: $e($e({}, Ct), be.defaultConfig),
|
|
2348
2349
|
l10n: Rt
|
|
2349
2350
|
};
|
|
2350
2351
|
e.parseDate = Zn({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = D, e._setHoursFromDate = m, e._positionCalendar = it, e.changeMonth = ce, e.changeYear = Fe, e.clear = fe, e.close = ve, e.onMouseOver = Re, e._createElement = ae, e.createDay = ue, e.destroy = Ee, e.isEnabled = Ae, e.jumpToDate = I, e.updateValue = ze, e.open = Jt, e.redraw = xt, e.set = Gt, e.setDate = Kt, e.toggle = en;
|
|
@@ -2385,7 +2386,7 @@ function ji(t, n) {
|
|
|
2385
2386
|
var v = e._input.value;
|
|
2386
2387
|
f(), ze(), e._input.value !== v && e._debouncedChange();
|
|
2387
2388
|
}
|
|
2388
|
-
function
|
|
2389
|
+
function b(r, i) {
|
|
2389
2390
|
return r % 12 + 12 * Ye(i === e.l10n.amPM[1]);
|
|
2390
2391
|
}
|
|
2391
2392
|
function p(r) {
|
|
@@ -2400,7 +2401,7 @@ function ji(t, n) {
|
|
|
2400
2401
|
function f() {
|
|
2401
2402
|
if (!(e.hourElement === void 0 || e.minuteElement === void 0)) {
|
|
2402
2403
|
var r = (parseInt(e.hourElement.value.slice(-2), 10) || 0) % 24, i = (parseInt(e.minuteElement.value, 10) || 0) % 60, u = e.secondElement !== void 0 ? (parseInt(e.secondElement.value, 10) || 0) % 60 : 0;
|
|
2403
|
-
e.amPM !== void 0 && (r =
|
|
2404
|
+
e.amPM !== void 0 && (r = b(r, e.amPM.textContent));
|
|
2404
2405
|
var v = e.config.minTime !== void 0 || e.config.minDate && e.minDateHasTime && e.latestSelectedDateObj && je(e.latestSelectedDateObj, e.config.minDate, !0) === 0, A = e.config.maxTime !== void 0 || e.config.maxDate && e.maxDateHasTime && e.latestSelectedDateObj && je(e.latestSelectedDateObj, e.config.maxDate, !0) === 0;
|
|
2405
2406
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
2406
2407
|
var O = Yn(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), W = Yn(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), F = Yn(r, i, u);
|
|
@@ -2488,7 +2489,7 @@ function ji(t, n) {
|
|
|
2488
2489
|
~i.className.indexOf("arrow") && H(r, i.classList.contains("arrowUp") ? 1 : -1);
|
|
2489
2490
|
}
|
|
2490
2491
|
function H(r, i, u) {
|
|
2491
|
-
var v = r && Ve(r), A = u || v && v.parentNode && v.parentNode.firstChild, O =
|
|
2492
|
+
var v = r && Ve(r), A = u || v && v.parentNode && v.parentNode.firstChild, O = yt("increment");
|
|
2492
2493
|
O.delta = i, A && A.dispatchEvent(O);
|
|
2493
2494
|
}
|
|
2494
2495
|
function se() {
|
|
@@ -2575,7 +2576,7 @@ function ji(t, n) {
|
|
|
2575
2576
|
var F = Ve(W), q = parseInt(F.value, 10);
|
|
2576
2577
|
e.changeMonth(q - e.currentMonth), me("onMonthChange");
|
|
2577
2578
|
}), x(), u = e.monthsDropdownContainer);
|
|
2578
|
-
var v =
|
|
2579
|
+
var v = bn("cur-year", { tabindex: "-1" }), A = v.getElementsByTagName("input")[0];
|
|
2579
2580
|
A.setAttribute("aria-label", e.l10n.yearAriaLabel), e.config.minDate && A.setAttribute("min", e.config.minDate.getFullYear().toString()), e.config.maxDate && (A.setAttribute("max", e.config.maxDate.getFullYear().toString()), A.disabled = !!e.config.minDate && e.config.minDate.getFullYear() === e.config.maxDate.getFullYear());
|
|
2580
2581
|
var O = ae("div", "flatpickr-current-month");
|
|
2581
2582
|
return O.appendChild(u), O.appendChild(v), i.appendChild(O), r.appendChild(i), {
|
|
@@ -2584,7 +2585,7 @@ function ji(t, n) {
|
|
|
2584
2585
|
monthElement: u
|
|
2585
2586
|
};
|
|
2586
2587
|
}
|
|
2587
|
-
function
|
|
2588
|
+
function y() {
|
|
2588
2589
|
vn(e.monthNav), e.monthNav.appendChild(e.prevMonthNav), e.config.showMonths && (e.yearElements = [], e.monthElements = []);
|
|
2589
2590
|
for (var r = e.config.showMonths; r--; ) {
|
|
2590
2591
|
var i = g();
|
|
@@ -2593,7 +2594,7 @@ function ji(t, n) {
|
|
|
2593
2594
|
e.monthNav.appendChild(e.nextMonthNav);
|
|
2594
2595
|
}
|
|
2595
2596
|
function T() {
|
|
2596
|
-
return e.monthNav = ae("div", "flatpickr-months"), e.yearElements = [], e.monthElements = [], e.prevMonthNav = ae("span", "flatpickr-prev-month"), e.prevMonthNav.innerHTML = e.config.prevArrow, e.nextMonthNav = ae("span", "flatpickr-next-month"), e.nextMonthNav.innerHTML = e.config.nextArrow,
|
|
2597
|
+
return e.monthNav = ae("div", "flatpickr-months"), e.yearElements = [], e.monthElements = [], e.prevMonthNav = ae("span", "flatpickr-prev-month"), e.prevMonthNav.innerHTML = e.config.prevArrow, e.nextMonthNav = ae("span", "flatpickr-next-month"), e.nextMonthNav.innerHTML = e.config.nextArrow, y(), Object.defineProperty(e, "_hidePrevMonthArrow", {
|
|
2597
2598
|
get: function() {
|
|
2598
2599
|
return e.__hidePrevMonthArrow;
|
|
2599
2600
|
},
|
|
@@ -2613,16 +2614,16 @@ function ji(t, n) {
|
|
|
2613
2614
|
e.calendarContainer.classList.add("hasTime"), e.config.noCalendar && e.calendarContainer.classList.add("noCalendar");
|
|
2614
2615
|
var r = Hn(e.config);
|
|
2615
2616
|
e.timeContainer = ae("div", "flatpickr-time"), e.timeContainer.tabIndex = -1;
|
|
2616
|
-
var i = ae("span", "flatpickr-time-separator", ":"), u =
|
|
2617
|
+
var i = ae("span", "flatpickr-time-separator", ":"), u = bn("flatpickr-hour", {
|
|
2617
2618
|
"aria-label": e.l10n.hourAriaLabel
|
|
2618
2619
|
});
|
|
2619
2620
|
e.hourElement = u.getElementsByTagName("input")[0];
|
|
2620
|
-
var v =
|
|
2621
|
+
var v = bn("flatpickr-minute", {
|
|
2621
2622
|
"aria-label": e.l10n.minuteAriaLabel
|
|
2622
2623
|
});
|
|
2623
2624
|
if (e.minuteElement = v.getElementsByTagName("input")[0], e.hourElement.tabIndex = e.minuteElement.tabIndex = -1, e.hourElement.value = Ie(e.latestSelectedDateObj ? e.latestSelectedDateObj.getHours() : e.config.time_24hr ? r.hours : p(r.hours)), e.minuteElement.value = Ie(e.latestSelectedDateObj ? e.latestSelectedDateObj.getMinutes() : r.minutes), e.hourElement.setAttribute("step", e.config.hourIncrement.toString()), e.minuteElement.setAttribute("step", e.config.minuteIncrement.toString()), e.hourElement.setAttribute("min", e.config.time_24hr ? "0" : "1"), e.hourElement.setAttribute("max", e.config.time_24hr ? "23" : "12"), e.hourElement.setAttribute("maxlength", "2"), e.minuteElement.setAttribute("min", "0"), e.minuteElement.setAttribute("max", "59"), e.minuteElement.setAttribute("maxlength", "2"), e.timeContainer.appendChild(u), e.timeContainer.appendChild(i), e.timeContainer.appendChild(v), e.config.time_24hr && e.timeContainer.classList.add("time24hr"), e.config.enableSeconds) {
|
|
2624
2625
|
e.timeContainer.classList.add("hasSeconds");
|
|
2625
|
-
var A =
|
|
2626
|
+
var A = bn("flatpickr-second");
|
|
2626
2627
|
e.secondElement = A.getElementsByTagName("input")[0], e.secondElement.value = Ie(e.latestSelectedDateObj ? e.latestSelectedDateObj.getSeconds() : r.seconds), e.secondElement.setAttribute("step", e.minuteElement.getAttribute("step")), e.secondElement.setAttribute("min", "0"), e.secondElement.setAttribute("max", "59"), e.secondElement.setAttribute("maxlength", "2"), e.timeContainer.appendChild(ae("span", "flatpickr-time-separator", ":")), e.timeContainer.appendChild(A);
|
|
2627
2628
|
}
|
|
2628
2629
|
return e.config.time_24hr || (e.amPM = ae("span", "flatpickr-am-pm", e.l10n.amPM[Ye((e.latestSelectedDateObj ? e.hourElement.value : e.config.defaultHour) > 11)]), e.amPM.title = e.l10n.toggleTitle, e.amPM.tabIndex = -1, e.timeContainer.appendChild(e.amPM)), e.timeContainer;
|
|
@@ -2782,10 +2783,10 @@ function ji(t, n) {
|
|
|
2782
2783
|
var W = !!e.timeContainer && e.timeContainer.contains(i);
|
|
2783
2784
|
switch (r.keyCode) {
|
|
2784
2785
|
case 13:
|
|
2785
|
-
W ? (r.preventDefault(), d(),
|
|
2786
|
+
W ? (r.preventDefault(), d(), bt()) : $t(r);
|
|
2786
2787
|
break;
|
|
2787
2788
|
case 27:
|
|
2788
|
-
r.preventDefault(),
|
|
2789
|
+
r.preventDefault(), bt();
|
|
2789
2790
|
break;
|
|
2790
2791
|
case 8:
|
|
2791
2792
|
case 46:
|
|
@@ -2922,11 +2923,11 @@ function ji(t, n) {
|
|
|
2922
2923
|
});
|
|
2923
2924
|
var v = i.mode === "time";
|
|
2924
2925
|
if (!i.dateFormat && (i.enableTime || v)) {
|
|
2925
|
-
var A =
|
|
2926
|
+
var A = be.defaultConfig.dateFormat || Ct.dateFormat;
|
|
2926
2927
|
u.dateFormat = i.noCalendar || v ? "H:i" + (i.enableSeconds ? ":S" : "") : A + " H:i" + (i.enableSeconds ? ":S" : "");
|
|
2927
2928
|
}
|
|
2928
2929
|
if (i.altInput && (i.enableTime || v) && !i.altFormat) {
|
|
2929
|
-
var O =
|
|
2930
|
+
var O = be.defaultConfig.altFormat || Ct.altFormat;
|
|
2930
2931
|
u.altFormat = i.noCalendar || v ? "h:i" + (i.enableSeconds ? ":S K" : " K") : O + (" h:i" + (i.enableSeconds ? ":S" : "") + " K");
|
|
2931
2932
|
}
|
|
2932
2933
|
Object.defineProperty(e.config, "minDate", {
|
|
@@ -2974,9 +2975,9 @@ function ji(t, n) {
|
|
|
2974
2975
|
return e.config.wrap ? t.querySelector("[data-input]") : t;
|
|
2975
2976
|
}
|
|
2976
2977
|
function Tt() {
|
|
2977
|
-
typeof e.config.locale != "object" && typeof
|
|
2978
|
+
typeof e.config.locale != "object" && typeof be.l10ns[e.config.locale] > "u" && e.config.errorHandler(new Error("flatpickr: invalid locale " + e.config.locale)), e.l10n = $e($e({}, be.l10ns.default), typeof e.config.locale == "object" ? e.config.locale : e.config.locale !== "default" ? be.l10ns[e.config.locale] : void 0), ut.D = "(" + e.l10n.weekdays.shorthand.join("|") + ")", ut.l = "(" + e.l10n.weekdays.longhand.join("|") + ")", ut.M = "(" + e.l10n.months.shorthand.join("|") + ")", ut.F = "(" + e.l10n.months.longhand.join("|") + ")", ut.K = "(" + e.l10n.amPM[0] + "|" + e.l10n.amPM[1] + "|" + e.l10n.amPM[0].toLowerCase() + "|" + e.l10n.amPM[1].toLowerCase() + ")";
|
|
2978
2979
|
var r = $e($e({}, n), JSON.parse(JSON.stringify(t.dataset || {})));
|
|
2979
|
-
r.time_24hr === void 0 &&
|
|
2980
|
+
r.time_24hr === void 0 && be.defaultConfig.time_24hr === void 0 && (e.config.time_24hr = e.l10n.time_24hr), e.formatDate = Cr(e), e.parseDate = Zn({ config: e.config, l10n: e.l10n });
|
|
2980
2981
|
}
|
|
2981
2982
|
function it(r) {
|
|
2982
2983
|
if (typeof e.config.position == "function")
|
|
@@ -3027,7 +3028,7 @@ function ji(t, n) {
|
|
|
3027
3028
|
function xt() {
|
|
3028
3029
|
e.config.noCalendar || e.isMobile || (x(), lt(), Te());
|
|
3029
3030
|
}
|
|
3030
|
-
function
|
|
3031
|
+
function bt() {
|
|
3031
3032
|
e._input.focus(), window.navigator.userAgent.indexOf("MSIE") !== -1 || navigator.msMaxTouchPoints !== void 0 ? setTimeout(e.close, 0) : e.close();
|
|
3032
3033
|
}
|
|
3033
3034
|
function $t(r) {
|
|
@@ -3052,14 +3053,14 @@ function ji(t, n) {
|
|
|
3052
3053
|
}
|
|
3053
3054
|
if (lt(), Te(), ze(), !O && e.config.mode !== "range" && e.config.showMonths === 1 ? ge(v) : e.selectedDateElem !== void 0 && e.hourElement === void 0 && e.selectedDateElem && e.selectedDateElem.focus(), e.hourElement !== void 0 && e.hourElement !== void 0 && e.hourElement.focus(), e.config.closeOnSelect) {
|
|
3054
3055
|
var q = e.config.mode === "single" && !e.config.enableTime, E = e.config.mode === "range" && e.selectedDates.length === 2 && !e.config.enableTime;
|
|
3055
|
-
(q || E) &&
|
|
3056
|
+
(q || E) && bt();
|
|
3056
3057
|
}
|
|
3057
3058
|
N();
|
|
3058
3059
|
}
|
|
3059
3060
|
}
|
|
3060
3061
|
var st = {
|
|
3061
3062
|
locale: [Tt, J],
|
|
3062
|
-
showMonths: [
|
|
3063
|
+
showMonths: [y, c, z],
|
|
3063
3064
|
minDate: [I],
|
|
3064
3065
|
maxDate: [I],
|
|
3065
3066
|
positionElement: [It],
|
|
@@ -3167,10 +3168,10 @@ function ji(t, n) {
|
|
|
3167
3168
|
if (u !== void 0 && u.length > 0)
|
|
3168
3169
|
for (var v = 0; u[v] && v < u.length; v++)
|
|
3169
3170
|
u[v](e.selectedDates, e.input.value, e, i);
|
|
3170
|
-
r === "onChange" && (e.input.dispatchEvent(
|
|
3171
|
+
r === "onChange" && (e.input.dispatchEvent(yt("change")), e.input.dispatchEvent(yt("input")));
|
|
3171
3172
|
}
|
|
3172
3173
|
}
|
|
3173
|
-
function
|
|
3174
|
+
function yt(r) {
|
|
3174
3175
|
var i = document.createEvent("Event");
|
|
3175
3176
|
return i.initEvent(r, !0, !0), i;
|
|
3176
3177
|
}
|
|
@@ -3238,30 +3239,30 @@ typeof HTMLElement < "u" && typeof HTMLCollection < "u" && typeof NodeList < "u"
|
|
|
3238
3239
|
}, HTMLElement.prototype.flatpickr = function(t) {
|
|
3239
3240
|
return Mt([this], t);
|
|
3240
3241
|
});
|
|
3241
|
-
var
|
|
3242
|
+
var be = function(t, n) {
|
|
3242
3243
|
return typeof t == "string" ? Mt(window.document.querySelectorAll(t), n) : t instanceof Node ? Mt([t], n) : Mt(t, n);
|
|
3243
3244
|
};
|
|
3244
|
-
|
|
3245
|
-
|
|
3245
|
+
be.defaultConfig = {};
|
|
3246
|
+
be.l10ns = {
|
|
3246
3247
|
en: $e({}, Rt),
|
|
3247
3248
|
default: $e({}, Rt)
|
|
3248
3249
|
};
|
|
3249
|
-
|
|
3250
|
-
|
|
3250
|
+
be.localize = function(t) {
|
|
3251
|
+
be.l10ns.default = $e($e({}, be.l10ns.default), t);
|
|
3251
3252
|
};
|
|
3252
|
-
|
|
3253
|
-
|
|
3253
|
+
be.setDefaults = function(t) {
|
|
3254
|
+
be.defaultConfig = $e($e({}, be.defaultConfig), t);
|
|
3254
3255
|
};
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3256
|
+
be.parseDate = Zn({});
|
|
3257
|
+
be.formatDate = Cr({});
|
|
3258
|
+
be.compareDates = je;
|
|
3258
3259
|
typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
|
|
3259
3260
|
return Mt(this, t);
|
|
3260
3261
|
});
|
|
3261
3262
|
Date.prototype.fp_incr = function(t) {
|
|
3262
3263
|
return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
|
|
3263
3264
|
};
|
|
3264
|
-
typeof window < "u" && (window.flatpickr =
|
|
3265
|
+
typeof window < "u" && (window.flatpickr = be);
|
|
3265
3266
|
const Mr = [
|
|
3266
3267
|
"onChange",
|
|
3267
3268
|
"onClose",
|
|
@@ -3333,7 +3334,7 @@ const Wa = [...Mr, ...Bi], Ri = ["locale", "showMonths"], zi = R({
|
|
|
3333
3334
|
};
|
|
3334
3335
|
},
|
|
3335
3336
|
mounted() {
|
|
3336
|
-
this.fp || (this.fp =
|
|
3337
|
+
this.fp || (this.fp = be(this.getElem(), this.prepareConfig()), this.fpInput().addEventListener("blur", this.onBlur), this.$watch("disabled", this.watchDisabled, {
|
|
3337
3338
|
immediate: !0
|
|
3338
3339
|
}));
|
|
3339
3340
|
},
|
|
@@ -3341,7 +3342,7 @@ const Wa = [...Mr, ...Bi], Ri = ["locale", "showMonths"], zi = R({
|
|
|
3341
3342
|
prepareConfig() {
|
|
3342
3343
|
let t = Object.assign({}, this.config);
|
|
3343
3344
|
this.events.forEach((e) => {
|
|
3344
|
-
let a =
|
|
3345
|
+
let a = be.defaultConfig[e] || [], o = (...s) => {
|
|
3345
3346
|
this.$emit(Ja(e), ...s);
|
|
3346
3347
|
};
|
|
3347
3348
|
t[e] = Ua(t[e] || []).concat(a, o);
|
|
@@ -3456,8 +3457,8 @@ var Qn = {}, Yi = {
|
|
|
3456
3457
|
var c = /* @__PURE__ */ Object.create(null);
|
|
3457
3458
|
if (o.r(c), Object.defineProperty(c, "default", { enumerable: !0, value: s }), l & 2 && typeof s != "string")
|
|
3458
3459
|
for (var d in s)
|
|
3459
|
-
o.d(c, d, function(
|
|
3460
|
-
return s[
|
|
3460
|
+
o.d(c, d, function(b) {
|
|
3461
|
+
return s[b];
|
|
3461
3462
|
}.bind(null, d));
|
|
3462
3463
|
return c;
|
|
3463
3464
|
}, o.n = function(s) {
|
|
@@ -3486,13 +3487,13 @@ var Qn = {}, Yi = {
|
|
|
3486
3487
|
/***/
|
|
3487
3488
|
function(e, a, o) {
|
|
3488
3489
|
var s = this && this.__assign || function() {
|
|
3489
|
-
return s = Object.assign || function(
|
|
3490
|
+
return s = Object.assign || function(b) {
|
|
3490
3491
|
for (var p, f = 1, m = arguments.length; f < m; f++) {
|
|
3491
3492
|
p = arguments[f];
|
|
3492
3493
|
for (var w in p)
|
|
3493
|
-
Object.prototype.hasOwnProperty.call(p, w) && (
|
|
3494
|
+
Object.prototype.hasOwnProperty.call(p, w) && (b[w] = p[w]);
|
|
3494
3495
|
}
|
|
3495
|
-
return
|
|
3496
|
+
return b;
|
|
3496
3497
|
}, s.apply(this, arguments);
|
|
3497
3498
|
};
|
|
3498
3499
|
Object.defineProperty(a, "__esModule", { value: !0 }), a.ShortcutButtonsPlugin = void 0;
|
|
@@ -3504,8 +3505,8 @@ var Qn = {}, Yi = {
|
|
|
3504
3505
|
"class",
|
|
3505
3506
|
"tabindex"
|
|
3506
3507
|
]);
|
|
3507
|
-
function d(
|
|
3508
|
-
var p = s(s({}, l),
|
|
3508
|
+
function d(b) {
|
|
3509
|
+
var p = s(s({}, l), b);
|
|
3509
3510
|
return function(f) {
|
|
3510
3511
|
var m;
|
|
3511
3512
|
function w(N) {
|
|
@@ -3701,7 +3702,7 @@ var Tn = {}, Ji = {
|
|
|
3701
3702
|
l.l10ns.at = c, l.l10ns;
|
|
3702
3703
|
var d = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
3703
3704
|
l10ns: {}
|
|
3704
|
-
},
|
|
3705
|
+
}, b = {
|
|
3705
3706
|
weekdays: {
|
|
3706
3707
|
shorthand: ["B.", "B.e.", "Ç.a.", "Ç.", "C.a.", "C.", "Ş."],
|
|
3707
3708
|
longhand: [
|
|
@@ -3755,7 +3756,7 @@ var Tn = {}, Ji = {
|
|
|
3755
3756
|
amPM: ["GƏ", "GS"],
|
|
3756
3757
|
time_24hr: !0
|
|
3757
3758
|
};
|
|
3758
|
-
d.l10ns.az =
|
|
3759
|
+
d.l10ns.az = b, d.l10ns;
|
|
3759
3760
|
var p = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
3760
3761
|
l10ns: {}
|
|
3761
3762
|
}, f = {
|
|
@@ -4372,7 +4373,7 @@ var Tn = {}, Ji = {
|
|
|
4372
4373
|
hourAriaLabel: "Hour",
|
|
4373
4374
|
minuteAriaLabel: "Minute",
|
|
4374
4375
|
time_24hr: !1
|
|
4375
|
-
},
|
|
4376
|
+
}, y = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4376
4377
|
l10ns: {}
|
|
4377
4378
|
}, T = {
|
|
4378
4379
|
firstDayOfWeek: 1,
|
|
@@ -4427,7 +4428,7 @@ var Tn = {}, Ji = {
|
|
|
4427
4428
|
},
|
|
4428
4429
|
time_24hr: !0
|
|
4429
4430
|
};
|
|
4430
|
-
|
|
4431
|
+
y.l10ns.eo = T, y.l10ns;
|
|
4431
4432
|
var M = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4432
4433
|
l10ns: {}
|
|
4433
4434
|
}, z = {
|
|
@@ -5112,7 +5113,7 @@ var Tn = {}, Ji = {
|
|
|
5112
5113
|
rangeSeparator: " - "
|
|
5113
5114
|
};
|
|
5114
5115
|
qt.l10ns.id = xt, qt.l10ns;
|
|
5115
|
-
var
|
|
5116
|
+
var bt = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5116
5117
|
l10ns: {}
|
|
5117
5118
|
}, $t = {
|
|
5118
5119
|
weekdays: {
|
|
@@ -5166,7 +5167,7 @@ var Tn = {}, Ji = {
|
|
|
5166
5167
|
yearAriaLabel: "Ár",
|
|
5167
5168
|
time_24hr: !0
|
|
5168
5169
|
};
|
|
5169
|
-
|
|
5170
|
+
bt.l10ns.is = $t, bt.l10ns;
|
|
5170
5171
|
var st = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5171
5172
|
l10ns: {}
|
|
5172
5173
|
}, Gt = {
|
|
@@ -5446,7 +5447,7 @@ var Tn = {}, Ji = {
|
|
|
5446
5447
|
Xt.l10ns.km = en, Xt.l10ns;
|
|
5447
5448
|
var me = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5448
5449
|
l10ns: {}
|
|
5449
|
-
},
|
|
5450
|
+
}, yt = {
|
|
5450
5451
|
weekdays: {
|
|
5451
5452
|
shorthand: ["Жс", "Дс", "Сc", "Ср", "Бс", "Жм", "Сб"],
|
|
5452
5453
|
longhand: [
|
|
@@ -5500,7 +5501,7 @@ var Tn = {}, Ji = {
|
|
|
5500
5501
|
amPM: ["ТД", "ТК"],
|
|
5501
5502
|
yearAriaLabel: "Жыл"
|
|
5502
5503
|
};
|
|
5503
|
-
me.l10ns.kz =
|
|
5504
|
+
me.l10ns.kz = yt, me.l10ns;
|
|
5504
5505
|
var wt = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5505
5506
|
l10ns: {}
|
|
5506
5507
|
}, tn = {
|
|
@@ -6652,9 +6653,9 @@ var Tn = {}, Ji = {
|
|
|
6652
6653
|
time_24hr: !0
|
|
6653
6654
|
};
|
|
6654
6655
|
ga.l10ns.tr = va, ga.l10ns;
|
|
6655
|
-
var
|
|
6656
|
+
var ba = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6656
6657
|
l10ns: {}
|
|
6657
|
-
},
|
|
6658
|
+
}, ya = {
|
|
6658
6659
|
firstDayOfWeek: 1,
|
|
6659
6660
|
weekdays: {
|
|
6660
6661
|
shorthand: ["Нд", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
|
|
@@ -6700,7 +6701,7 @@ var Tn = {}, Ji = {
|
|
|
6700
6701
|
},
|
|
6701
6702
|
time_24hr: !0
|
|
6702
6703
|
};
|
|
6703
|
-
|
|
6704
|
+
ba.l10ns.uk = ya, ba.l10ns;
|
|
6704
6705
|
var wa = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6705
6706
|
l10ns: {}
|
|
6706
6707
|
}, ka = {
|
|
@@ -6971,7 +6972,7 @@ var Tn = {}, Ji = {
|
|
|
6971
6972
|
var Pr = {
|
|
6972
6973
|
ar: s,
|
|
6973
6974
|
at: c,
|
|
6974
|
-
az:
|
|
6975
|
+
az: b,
|
|
6975
6976
|
be: f,
|
|
6976
6977
|
bg: D,
|
|
6977
6978
|
bn: P,
|
|
@@ -7005,7 +7006,7 @@ var Tn = {}, Ji = {
|
|
|
7005
7006
|
ka: Zt,
|
|
7006
7007
|
ko: It,
|
|
7007
7008
|
km: en,
|
|
7008
|
-
kz:
|
|
7009
|
+
kz: yt,
|
|
7009
7010
|
lt: tn,
|
|
7010
7011
|
lv: kt,
|
|
7011
7012
|
mk: nn,
|
|
@@ -7028,7 +7029,7 @@ var Tn = {}, Ji = {
|
|
|
7028
7029
|
sv: ma,
|
|
7029
7030
|
th: ha,
|
|
7030
7031
|
tr: va,
|
|
7031
|
-
uk:
|
|
7032
|
+
uk: ya,
|
|
7032
7033
|
vn: Aa,
|
|
7033
7034
|
zh: _a,
|
|
7034
7035
|
zh_tw: xa,
|
|
@@ -7071,7 +7072,7 @@ const Gi = {
|
|
|
7071
7072
|
},
|
|
7072
7073
|
emits: ["change", "blur", "update:modelValue", "onOpen", "onClose"],
|
|
7073
7074
|
setup(t, { emit: n }) {
|
|
7074
|
-
const e = t, a = (x) => x !== null && typeof x.fp < "u", o = te(null), s = te(null), l = te(!1), c = te("sk"), d = te(""),
|
|
7075
|
+
const e = t, a = (x) => x !== null && typeof x.fp < "u", o = te(null), s = te(null), l = te(!1), c = te("sk"), d = te(""), b = te(null), { t: p } = X(), f = (x) => x.replace("Z", "000Z"), m = (x) => {
|
|
7075
7076
|
if (x === null || $(x)) {
|
|
7076
7077
|
n("update:modelValue", null), n("change");
|
|
7077
7078
|
return;
|
|
@@ -7088,17 +7089,17 @@ const Gi = {
|
|
|
7088
7089
|
}, D = () => {
|
|
7089
7090
|
a(o.value) && (d.value = o.value.fpInput().value);
|
|
7090
7091
|
}, N = () => {
|
|
7091
|
-
var
|
|
7092
|
+
var y, T, M;
|
|
7092
7093
|
if (!a(o.value))
|
|
7093
7094
|
return;
|
|
7094
7095
|
const x = d.value.replace(/[^\s\d.:]/g, ""), g = o.value.fp.parseDate(x, I.value);
|
|
7095
7096
|
if ($(g)) {
|
|
7096
|
-
ke(e.defaultValue) ? (
|
|
7097
|
+
ke(e.defaultValue) ? (y = o.value) == null || y.fp.clear(!0) : (T = o.value) == null || T.fp.setDate(e.defaultValue, !0), _e.value.textFieldValue.$touch(), n("blur");
|
|
7097
7098
|
return;
|
|
7098
7099
|
}
|
|
7099
7100
|
(M = o.value) == null || M.fp.setDate(g, !0), _e.value.textFieldValue.$touch(), n("blur");
|
|
7100
7101
|
}, P = () => {
|
|
7101
|
-
|
|
7102
|
+
b.value = e.defaultValue, n("update:modelValue", h(e.defaultValue));
|
|
7102
7103
|
}, I = _(() => e.type === "datetime" ? "d.m.Y H:i" : "d.m.Y"), L = _(() => e.type === "datetime" ? "dd.mm.yyyy hh:mm" : "dd.mm.yyyy"), H = _(() => e.enable && e.enable.length > 0 ? e.enable : [
|
|
7103
7104
|
{
|
|
7104
7105
|
from: new Date(1901, 1),
|
|
@@ -7112,8 +7113,8 @@ const Gi = {
|
|
|
7112
7113
|
}
|
|
7113
7114
|
],
|
|
7114
7115
|
onClick: (x, g) => {
|
|
7115
|
-
const
|
|
7116
|
-
g.setDate(
|
|
7116
|
+
const y = jo();
|
|
7117
|
+
g.setDate(y, !0), m(Bo(y));
|
|
7117
7118
|
}
|
|
7118
7119
|
})
|
|
7119
7120
|
]), ge = _(() => {
|
|
@@ -7155,10 +7156,10 @@ const Gi = {
|
|
|
7155
7156
|
};
|
|
7156
7157
|
Rr(() => {
|
|
7157
7158
|
if ((ke(e.modelValue) || $(e.modelValue)) && !ke(e.defaultValue)) {
|
|
7158
|
-
|
|
7159
|
+
b.value = e.defaultValue;
|
|
7159
7160
|
return;
|
|
7160
7161
|
}
|
|
7161
|
-
|
|
7162
|
+
b.value = $(e.modelValue) ? null : e.modelValue;
|
|
7162
7163
|
});
|
|
7163
7164
|
const ee = qi(), G = _(() => ({
|
|
7164
7165
|
textFieldValue: {
|
|
@@ -7169,7 +7170,7 @@ const Gi = {
|
|
|
7169
7170
|
ref_key: "textFieldRef",
|
|
7170
7171
|
ref: s,
|
|
7171
7172
|
modelValue: d.value,
|
|
7172
|
-
"onUpdate:modelValue": g[0] || (g[0] = (
|
|
7173
|
+
"onUpdate:modelValue": g[0] || (g[0] = (y) => d.value = y),
|
|
7173
7174
|
"error-messages": h(Te),
|
|
7174
7175
|
"persistent-placeholder": !0,
|
|
7175
7176
|
placeholder: h(L),
|
|
@@ -7190,7 +7191,7 @@ const Gi = {
|
|
|
7190
7191
|
ref: o,
|
|
7191
7192
|
config: h(ge),
|
|
7192
7193
|
disabled: t.disabled,
|
|
7193
|
-
"model-value":
|
|
7194
|
+
"model-value": b.value,
|
|
7194
7195
|
"onUpdate:modelValue": m,
|
|
7195
7196
|
onOnClose: j,
|
|
7196
7197
|
onOnOpen: w,
|
|
@@ -7216,7 +7217,7 @@ const Gi = {
|
|
|
7216
7217
|
]), 1032, ["modelValue", "error-messages", "placeholder", "onKeyup"]));
|
|
7217
7218
|
}
|
|
7218
7219
|
});
|
|
7219
|
-
const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-ebdc75e0"]]),
|
|
7220
|
+
const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-ebdc75e0"]]), bm = /* @__PURE__ */ R({
|
|
7220
7221
|
__name: "AFormDatetimePicker",
|
|
7221
7222
|
props: {
|
|
7222
7223
|
modelValue: null,
|
|
@@ -7237,7 +7238,7 @@ const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-ebdc75e0"]]), sm = /* @
|
|
|
7237
7238
|
}, d = _(() => {
|
|
7238
7239
|
var f, m;
|
|
7239
7240
|
return $(e.errorMessage) ? (m = (f = e.v) == null ? void 0 : f.$errors) != null && m.length ? [e.v.$errors.map((w) => w.$message).join(" ")] : [] : [e.errorMessage];
|
|
7240
|
-
}),
|
|
7241
|
+
}), b = _(() => {
|
|
7241
7242
|
var m, w;
|
|
7242
7243
|
if (!$(e.label))
|
|
7243
7244
|
return e.label;
|
|
@@ -7254,13 +7255,13 @@ const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-ebdc75e0"]]), sm = /* @
|
|
|
7254
7255
|
"data-cy": t.dataCy,
|
|
7255
7256
|
"error-messages": h(d),
|
|
7256
7257
|
required: h(p),
|
|
7257
|
-
label: h(
|
|
7258
|
+
label: h(b),
|
|
7258
7259
|
clearable: t.clearable,
|
|
7259
7260
|
onBlur: c,
|
|
7260
7261
|
"onUpdate:modelValue": m[0] || (m[0] = (w) => l(w))
|
|
7261
7262
|
}, null, 8, ["model-value", "data-cy", "error-messages", "required", "label", "clearable"]));
|
|
7262
7263
|
}
|
|
7263
|
-
}),
|
|
7264
|
+
}), ym = /* @__PURE__ */ R({
|
|
7264
7265
|
__name: "AFilterDatetimePicker",
|
|
7265
7266
|
props: {
|
|
7266
7267
|
modelValue: null
|
|
@@ -7296,7 +7297,7 @@ function Sr() {
|
|
|
7296
7297
|
totalCount: 0
|
|
7297
7298
|
});
|
|
7298
7299
|
}
|
|
7299
|
-
function
|
|
7300
|
+
function wm(t) {
|
|
7300
7301
|
return {
|
|
7301
7302
|
showPagination: _(() => !(t.page === 1 && t.currentViewCount < t.rowsPerPage))
|
|
7302
7303
|
};
|
|
@@ -7304,7 +7305,7 @@ function um(t) {
|
|
|
7304
7305
|
const Zi = {
|
|
7305
7306
|
key: 0,
|
|
7306
7307
|
class: "required"
|
|
7307
|
-
},
|
|
7308
|
+
}, km = /* @__PURE__ */ R({
|
|
7308
7309
|
__name: "AFormRemoteAutocomplete",
|
|
7309
7310
|
props: {
|
|
7310
7311
|
modelValue: null,
|
|
@@ -7341,56 +7342,56 @@ const Zi = {
|
|
|
7341
7342
|
set(g) {
|
|
7342
7343
|
a.value = g;
|
|
7343
7344
|
}
|
|
7344
|
-
}), { t: s } = X(), l = De(at, void 0), c = De(rt, void 0), d = te(!1),
|
|
7345
|
+
}), { t: s } = X(), l = De(at, void 0), c = De(rt, void 0), d = te(!1), b = () => {
|
|
7345
7346
|
d.value = !0, n("focus", a.value);
|
|
7346
7347
|
}, p = () => {
|
|
7347
7348
|
var g;
|
|
7348
7349
|
d.value = !1, (g = e.v) == null || g.$touch(), n("blur", a.value);
|
|
7349
7350
|
}, f = _(() => {
|
|
7350
|
-
var g,
|
|
7351
|
-
return $(e.errorMessage) ? (
|
|
7351
|
+
var g, y;
|
|
7352
|
+
return $(e.errorMessage) ? (y = (g = e.v) == null ? void 0 : g.$errors) != null && y.length ? e.v.$errors.map((T) => T.$message) : [] : [e.errorMessage];
|
|
7352
7353
|
}), m = _(() => {
|
|
7353
|
-
var
|
|
7354
|
+
var y, T;
|
|
7354
7355
|
if (!$(e.label))
|
|
7355
7356
|
return e.label;
|
|
7356
|
-
if ($(l) || $(c) || $((
|
|
7357
|
+
if ($(l) || $(c) || $((y = e.v) == null ? void 0 : y.$path))
|
|
7357
7358
|
return "";
|
|
7358
7359
|
const { end: g } = At((T = e.v) == null ? void 0 : T.$path, ".");
|
|
7359
7360
|
return s(l + "." + c + ".model." + g);
|
|
7360
7361
|
}), w = _(() => {
|
|
7361
|
-
var g,
|
|
7362
|
-
return $(e.required) ? ((g = e.v) == null ? void 0 : g.required) && ((
|
|
7363
|
-
}), j = _(() => e.multiple !== !1), D = (g,
|
|
7362
|
+
var g, y;
|
|
7363
|
+
return $(e.required) ? ((g = e.v) == null ? void 0 : g.required) && ((y = e.v) == null ? void 0 : y.required.$params.type) === "required" : e.required;
|
|
7364
|
+
}), j = _(() => e.multiple !== !1), D = (g, y) => [...new Map([...g, ...y].map((T) => [T.value, T])).values()], N = te(!1), { innerFilter: P } = Xa(e), I = Sr(), L = te([]), H = te([]), se = te([]), ue = _(() => D(se.value, H.value)), ge = async (g) => {
|
|
7364
7365
|
N.value = !0;
|
|
7365
|
-
const
|
|
7366
|
-
|
|
7366
|
+
const y = P.value[e.filterByField];
|
|
7367
|
+
y.model = g, H.value = await e.fetchItems(I, P.value), N.value = !1;
|
|
7367
7368
|
};
|
|
7368
7369
|
if (e.lazyLoader) {
|
|
7369
|
-
const { allValues: g, loadedAll:
|
|
7370
|
-
ct(
|
|
7370
|
+
const { allValues: g, loadedAll: y } = e.lazyLoader();
|
|
7371
|
+
ct(y, (T) => {
|
|
7371
7372
|
T && L.value.length > 0 && (se.value = g.value.filter((M) => L.value.includes(M.value)));
|
|
7372
7373
|
});
|
|
7373
7374
|
}
|
|
7374
7375
|
const we = (g) => {
|
|
7375
|
-
const
|
|
7376
|
+
const y = se.value.filter(
|
|
7376
7377
|
(M) => g.includes(M.value)
|
|
7377
7378
|
), T = H.value.filter((M) => g.includes(M.value));
|
|
7378
|
-
return D(
|
|
7379
|
-
}, ee = async (g) => new Promise((
|
|
7379
|
+
return D(y, T);
|
|
7380
|
+
}, ee = async (g) => new Promise((y) => {
|
|
7380
7381
|
const T = we(g);
|
|
7381
|
-
return se.value = T,
|
|
7382
|
-
}), G = (g) => new Promise((
|
|
7382
|
+
return se.value = T, y(T.length === g.length);
|
|
7383
|
+
}), G = (g) => new Promise((y) => {
|
|
7383
7384
|
if (!e.lazyLoader)
|
|
7384
|
-
return
|
|
7385
|
+
return y(!1);
|
|
7385
7386
|
const { hasId: T, allValues: M, loadedAll: z } = e.lazyLoader();
|
|
7386
|
-
return g.every((K) => T(K)) ? z.value ? (se.value = Bt(M.value.filter((K) => g.includes(K.value))),
|
|
7387
|
+
return g.every((K) => T(K)) ? z.value ? (se.value = Bt(M.value.filter((K) => g.includes(K.value))), y(!0)) : (g.forEach((K) => L.value.push(K)), y(!0)) : y(!1);
|
|
7387
7388
|
}), _e = async (g) => {
|
|
7388
7389
|
!e.disableInitFetch && (ur(g) || ke(g)) && (N.value = !0, H.value = await e.fetchItems(I, P.value), N.value = !1);
|
|
7389
7390
|
};
|
|
7390
7391
|
ct(
|
|
7391
7392
|
a,
|
|
7392
|
-
async (g,
|
|
7393
|
-
if (g ===
|
|
7393
|
+
async (g, y) => {
|
|
7394
|
+
if (g === y)
|
|
7394
7395
|
return;
|
|
7395
7396
|
if (ke(g) || $(g) || Xe(g) && g.length === 0) {
|
|
7396
7397
|
se.value = [], await _e(g);
|
|
@@ -7406,15 +7407,15 @@ const Zi = {
|
|
|
7406
7407
|
};
|
|
7407
7408
|
return nr(
|
|
7408
7409
|
Te,
|
|
7409
|
-
(g,
|
|
7410
|
-
g !==
|
|
7410
|
+
(g, y) => {
|
|
7411
|
+
g !== y && (ge(g), n("searchChangeDebounced", g));
|
|
7411
7412
|
},
|
|
7412
7413
|
{ debounce: 300, maxWait: 1e3 }
|
|
7413
|
-
), ct(Te, (g,
|
|
7414
|
-
g !==
|
|
7415
|
-
}), (g,
|
|
7414
|
+
), ct(Te, (g, y) => {
|
|
7415
|
+
g !== y && n("searchChange", g);
|
|
7416
|
+
}), (g, y) => (k(), B(En, {
|
|
7416
7417
|
modelValue: h(o),
|
|
7417
|
-
"onUpdate:modelValue":
|
|
7418
|
+
"onUpdate:modelValue": y[0] || (y[0] = (T) => Ue(o) ? o.value = T : null),
|
|
7418
7419
|
chips: t.chips,
|
|
7419
7420
|
items: h(ue),
|
|
7420
7421
|
"item-title": "title",
|
|
@@ -7426,7 +7427,7 @@ const Zi = {
|
|
|
7426
7427
|
loading: N.value,
|
|
7427
7428
|
dirty: "",
|
|
7428
7429
|
onBlur: p,
|
|
7429
|
-
onFocus:
|
|
7430
|
+
onFocus: b,
|
|
7430
7431
|
"onUpdate:search": x
|
|
7431
7432
|
}, $n({
|
|
7432
7433
|
label: C(() => [
|
|
@@ -7458,7 +7459,7 @@ const Zi = {
|
|
|
7458
7459
|
}), Qi = { key: 0 }, Xi = {
|
|
7459
7460
|
key: 0,
|
|
7460
7461
|
class: "required"
|
|
7461
|
-
},
|
|
7462
|
+
}, Dm = /* @__PURE__ */ R({
|
|
7462
7463
|
__name: "AFormValueObjectOptionsSelect",
|
|
7463
7464
|
props: {
|
|
7464
7465
|
modelValue: null,
|
|
@@ -7488,7 +7489,7 @@ const Zi = {
|
|
|
7488
7489
|
}, d = _(() => {
|
|
7489
7490
|
var m, w;
|
|
7490
7491
|
return $(e.errorMessage) ? (w = (m = e.v) == null ? void 0 : m.$errors) != null && w.length ? e.v.$errors.map((j) => j.$message) : [] : [e.errorMessage];
|
|
7491
|
-
}),
|
|
7492
|
+
}), b = _(() => {
|
|
7492
7493
|
var w, j;
|
|
7493
7494
|
if (!$(e.label))
|
|
7494
7495
|
return e.label;
|
|
@@ -7514,14 +7515,14 @@ const Zi = {
|
|
|
7514
7515
|
}, {
|
|
7515
7516
|
label: C(() => [
|
|
7516
7517
|
t.hideLabel ? re("", !0) : (k(), U("span", Qi, [
|
|
7517
|
-
Z(V(h(
|
|
7518
|
+
Z(V(h(b)), 1),
|
|
7518
7519
|
h(p) ? (k(), U("span", Xi)) : re("", !0)
|
|
7519
7520
|
]))
|
|
7520
7521
|
]),
|
|
7521
7522
|
_: 1
|
|
7522
7523
|
}, 8, ["modelValue", "items", "multiple", "clearable", "error-messages", "data-cy"]));
|
|
7523
7524
|
}
|
|
7524
|
-
}),
|
|
7525
|
+
}), Cm = /* @__PURE__ */ R({
|
|
7525
7526
|
__name: "AFilterValueObjectOptionsSelect",
|
|
7526
7527
|
props: {
|
|
7527
7528
|
modelValue: null,
|
|
@@ -7539,17 +7540,17 @@ const Zi = {
|
|
|
7539
7540
|
}), { t: s } = X(), l = _(() => e.modelValue.titleT ? s(e.modelValue.titleT) : void 0);
|
|
7540
7541
|
return (c, d) => (k(), B(En, {
|
|
7541
7542
|
modelValue: h(o),
|
|
7542
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
7543
|
+
"onUpdate:modelValue": d[0] || (d[0] = (b) => Ue(o) ? o.value = b : null),
|
|
7543
7544
|
items: t.items,
|
|
7544
7545
|
label: h(l),
|
|
7545
7546
|
multiple: t.modelValue.multiple,
|
|
7546
7547
|
clearable: !t.modelValue.mandatory,
|
|
7547
7548
|
"data-cy": "filter-value",
|
|
7548
|
-
onClear: d[1] || (d[1] = (
|
|
7549
|
-
onChange: d[2] || (d[2] = (
|
|
7549
|
+
onClear: d[1] || (d[1] = (b) => h(a)(t.modelValue)),
|
|
7550
|
+
onChange: d[2] || (d[2] = (b) => n("change"))
|
|
7550
7551
|
}, null, 8, ["modelValue", "items", "label", "multiple", "clearable"]));
|
|
7551
7552
|
}
|
|
7552
|
-
}),
|
|
7553
|
+
}), Mm = /* @__PURE__ */ R({
|
|
7553
7554
|
__name: "AFilterRemoteAutocomplete",
|
|
7554
7555
|
props: {
|
|
7555
7556
|
modelValue: null,
|
|
@@ -7574,29 +7575,29 @@ const Zi = {
|
|
|
7574
7575
|
H != null && !I.has(H.value) && I.set(H.value, H);
|
|
7575
7576
|
}
|
|
7576
7577
|
return Array.from(I.values());
|
|
7577
|
-
}, c = Sr(), d = te([]),
|
|
7578
|
+
}, c = Sr(), d = te([]), b = te([]), p = _(() => l(b.value.concat(d.value))), f = te(!1), m = async (P) => {
|
|
7578
7579
|
if (P.length > 0) {
|
|
7579
7580
|
f.value = !0;
|
|
7580
7581
|
const I = s.value[e.filterByField];
|
|
7581
7582
|
I.model = P, d.value = await e.fetchItems(c, s.value), f.value = !1;
|
|
7582
7583
|
}
|
|
7583
7584
|
}, w = (P) => {
|
|
7584
|
-
const I =
|
|
7585
|
+
const I = b.value.filter(
|
|
7585
7586
|
(H) => P.includes(H.value)
|
|
7586
7587
|
), L = d.value.filter((H) => P.includes(H.value));
|
|
7587
7588
|
return l([].concat(I, L));
|
|
7588
7589
|
}, j = async (P) => {
|
|
7589
7590
|
let I = 1, L = [];
|
|
7590
|
-
return Xe(P) ? (I = P.length, L = w(P)) : L = w([P]),
|
|
7591
|
+
return Xe(P) ? (I = P.length, L = w(P)) : L = w([P]), b.value = L, L.length === I;
|
|
7591
7592
|
}, { t: D } = X(), N = _(() => e.modelValue.titleT ? D(e.modelValue.titleT) : void 0);
|
|
7592
7593
|
return ct(
|
|
7593
7594
|
a,
|
|
7594
7595
|
async (P) => {
|
|
7595
7596
|
if (ke(P) || Xe(P) && P.length === 0) {
|
|
7596
|
-
|
|
7597
|
+
b.value = [];
|
|
7597
7598
|
return;
|
|
7598
7599
|
}
|
|
7599
|
-
await j(P) || (
|
|
7600
|
+
await j(P) || (b.value = await e.fetchItemsByIds(
|
|
7600
7601
|
Xe(P) ? P : [P]
|
|
7601
7602
|
));
|
|
7602
7603
|
},
|
|
@@ -7675,7 +7676,7 @@ const Zi = {
|
|
|
7675
7676
|
]));
|
|
7676
7677
|
}
|
|
7677
7678
|
});
|
|
7678
|
-
const
|
|
7679
|
+
const Am = /* @__PURE__ */ mt(ts, [["__scopeId", "data-v-2ee04bbf"]]);
|
|
7679
7680
|
var ns = /* @__PURE__ */ ((t) => (t.Waiting = "waiting", t.Processing = "processing", t.AwaitingBatchProcess = "awaiting_batch_process", t.Done = "done", t.Error = "error", t.Default = "waiting", t))(ns || {});
|
|
7680
7681
|
function as() {
|
|
7681
7682
|
const { t } = X(), n = te([
|
|
@@ -7710,7 +7711,7 @@ function as() {
|
|
|
7710
7711
|
getJobStatusOption: (a) => n.value.find((o) => o.value === a)
|
|
7711
7712
|
};
|
|
7712
7713
|
}
|
|
7713
|
-
const
|
|
7714
|
+
const Sm = /* @__PURE__ */ R({
|
|
7714
7715
|
__name: "AJobStatusChip",
|
|
7715
7716
|
props: {
|
|
7716
7717
|
value: null
|
|
@@ -7778,7 +7779,7 @@ function os() {
|
|
|
7778
7779
|
getLogLevelOption: (e) => t.value.find((a) => a.value === e)
|
|
7779
7780
|
};
|
|
7780
7781
|
}
|
|
7781
|
-
const
|
|
7782
|
+
const _m = /* @__PURE__ */ R({
|
|
7782
7783
|
__name: "ALogLevelChip",
|
|
7783
7784
|
props: {
|
|
7784
7785
|
level: null
|
|
@@ -7894,7 +7895,7 @@ function ia() {
|
|
|
7894
7895
|
}
|
|
7895
7896
|
};
|
|
7896
7897
|
}
|
|
7897
|
-
const _r = (t) => "" + t, is = ["data-cy", "onClick"],
|
|
7898
|
+
const _r = (t) => "" + t, is = ["data-cy", "onClick"], Tm = /* @__PURE__ */ R({
|
|
7898
7899
|
__name: "ACopyText",
|
|
7899
7900
|
props: {
|
|
7900
7901
|
value: null,
|
|
@@ -7975,7 +7976,7 @@ const ss = {
|
|
|
7975
7976
|
const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
7976
7977
|
key: 0,
|
|
7977
7978
|
class: "app-page-title-icon"
|
|
7978
|
-
}, fs = ["data-cy"], ms = { class: "text-subtitle-1 font-weight-bold pl-2" },
|
|
7979
|
+
}, fs = ["data-cy"], ms = { class: "text-subtitle-1 font-weight-bold pl-2" }, xm = /* @__PURE__ */ R({
|
|
7979
7980
|
__name: "APageTitle",
|
|
7980
7981
|
props: {
|
|
7981
7982
|
heading: { default: "" },
|
|
@@ -7999,7 +8000,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
7999
8000
|
], 8, fs)
|
|
8000
8001
|
]));
|
|
8001
8002
|
}
|
|
8002
|
-
}),
|
|
8003
|
+
}), $m = /* @__PURE__ */ R({
|
|
8003
8004
|
__name: "AUserAndTimeTrackingFields",
|
|
8004
8005
|
props: {
|
|
8005
8006
|
data: null,
|
|
@@ -8035,7 +8036,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8035
8036
|
}, 8, ["title"]))
|
|
8036
8037
|
], 64));
|
|
8037
8038
|
}
|
|
8038
|
-
}),
|
|
8039
|
+
}), Om = /* @__PURE__ */ R({
|
|
8039
8040
|
__name: "AActionCloseButton",
|
|
8040
8041
|
props: {
|
|
8041
8042
|
routeName: null,
|
|
@@ -8070,7 +8071,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8070
8071
|
_: 1
|
|
8071
8072
|
}, 8, ["class", "data-cy", "to"]));
|
|
8072
8073
|
}
|
|
8073
|
-
}),
|
|
8074
|
+
}), Pm = /* @__PURE__ */ R({
|
|
8074
8075
|
__name: "AActionCreateButton",
|
|
8075
8076
|
props: {
|
|
8076
8077
|
routeName: null,
|
|
@@ -8093,7 +8094,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8093
8094
|
_: 1
|
|
8094
8095
|
}, 8, ["class", "data-cy", "to"]));
|
|
8095
8096
|
}
|
|
8096
|
-
}), ps = { class: "d-block pl-0 w-100" }, hs = { class: "text-h6" },
|
|
8097
|
+
}), ps = { class: "d-block pl-0 w-100" }, hs = { class: "text-h6" }, Im = /* @__PURE__ */ R({
|
|
8097
8098
|
__name: "AActionDeleteButton",
|
|
8098
8099
|
props: {
|
|
8099
8100
|
variant: { default: "text" },
|
|
@@ -8124,7 +8125,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8124
8125
|
o.value = !1;
|
|
8125
8126
|
}, d = () => {
|
|
8126
8127
|
c();
|
|
8127
|
-
}, { t:
|
|
8128
|
+
}, { t: b } = X();
|
|
8128
8129
|
return n({
|
|
8129
8130
|
closeDialog: c
|
|
8130
8131
|
}), (p, f) => (k(), U(Je, null, [
|
|
@@ -8148,7 +8149,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8148
8149
|
location: "bottom"
|
|
8149
8150
|
}, {
|
|
8150
8151
|
default: C(() => [
|
|
8151
|
-
Z(V(h(
|
|
8152
|
+
Z(V(h(b)(t.buttonT)), 1)
|
|
8152
8153
|
]),
|
|
8153
8154
|
_: 1
|
|
8154
8155
|
})
|
|
@@ -8174,7 +8175,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8174
8175
|
}, {
|
|
8175
8176
|
default: C(() => [
|
|
8176
8177
|
ie("div", ps, [
|
|
8177
|
-
ie("div", hs, V(h(
|
|
8178
|
+
ie("div", hs, V(h(b)(t.dialogMessageT)), 1)
|
|
8178
8179
|
]),
|
|
8179
8180
|
S(Ia),
|
|
8180
8181
|
S(fo, null, {
|
|
@@ -8205,7 +8206,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8205
8206
|
onClick: le(d, ["stop"])
|
|
8206
8207
|
}, {
|
|
8207
8208
|
default: C(() => [
|
|
8208
|
-
Z(V(h(
|
|
8209
|
+
Z(V(h(b)(t.dialogCancelButtonT)), 1)
|
|
8209
8210
|
]),
|
|
8210
8211
|
_: 1
|
|
8211
8212
|
}, 8, ["color", "disabled", "onClick"]),
|
|
@@ -8216,7 +8217,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8216
8217
|
onClick: le(l, ["stop"])
|
|
8217
8218
|
}, {
|
|
8218
8219
|
default: C(() => [
|
|
8219
|
-
Z(V(h(
|
|
8220
|
+
Z(V(h(b)(t.dialogConfirmButtonT)), 1)
|
|
8220
8221
|
]),
|
|
8221
8222
|
_: 1
|
|
8222
8223
|
}, 8, ["color", "loading", "onClick"])
|
|
@@ -8231,7 +8232,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8231
8232
|
}, 8, ["modelValue"])
|
|
8232
8233
|
], 64));
|
|
8233
8234
|
}
|
|
8234
|
-
}),
|
|
8235
|
+
}), Em = /* @__PURE__ */ R({
|
|
8235
8236
|
__name: "AActionEditButton",
|
|
8236
8237
|
props: {
|
|
8237
8238
|
routeName: null,
|
|
@@ -8260,7 +8261,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8260
8261
|
_: 1
|
|
8261
8262
|
}, 8, ["class", "data-cy", "loading", "onClick"]));
|
|
8262
8263
|
}
|
|
8263
|
-
}),
|
|
8264
|
+
}), Fm = /* @__PURE__ */ R({
|
|
8264
8265
|
__name: "AActionSaveAndCloseButton",
|
|
8265
8266
|
props: {
|
|
8266
8267
|
buttonT: { default: "common.button.saveAndClose" },
|
|
@@ -8304,7 +8305,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8304
8305
|
_: 1
|
|
8305
8306
|
}, 8, ["class", "data-cy", "loading", "disabled", "onClick"]));
|
|
8306
8307
|
}
|
|
8307
|
-
}),
|
|
8308
|
+
}), Nm = /* @__PURE__ */ R({
|
|
8308
8309
|
__name: "AActionSaveButton",
|
|
8309
8310
|
props: {
|
|
8310
8311
|
buttonT: { default: "common.button.save" },
|
|
@@ -8359,7 +8360,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8359
8360
|
_: 1
|
|
8360
8361
|
}, 8, ["class", "data-cy", "loading", "disabled", "onClick"]));
|
|
8361
8362
|
}
|
|
8362
|
-
}),
|
|
8363
|
+
}), Lm = /* @__PURE__ */ R({
|
|
8363
8364
|
__name: "ATableCopyIdButton",
|
|
8364
8365
|
props: {
|
|
8365
8366
|
id: null,
|
|
@@ -8406,7 +8407,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8406
8407
|
_: 1
|
|
8407
8408
|
}, 8, ["class", "data-cy", "size", "onClick"])) : re("", !0);
|
|
8408
8409
|
}
|
|
8409
|
-
}),
|
|
8410
|
+
}), Vm = /* @__PURE__ */ R({
|
|
8410
8411
|
__name: "ATableDetailButton",
|
|
8411
8412
|
props: {
|
|
8412
8413
|
recordId: null,
|
|
@@ -8444,7 +8445,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8444
8445
|
_: 1
|
|
8445
8446
|
}, 8, ["class", "data-cy", "target", "to"]));
|
|
8446
8447
|
}
|
|
8447
|
-
}),
|
|
8448
|
+
}), jm = /* @__PURE__ */ R({
|
|
8448
8449
|
__name: "ATableEditButton",
|
|
8449
8450
|
props: {
|
|
8450
8451
|
recordId: null,
|
|
@@ -8515,7 +8516,7 @@ window.matchMedia(xr).addEventListener("change", (t) => {
|
|
|
8515
8516
|
$r.value = t.matches, jt();
|
|
8516
8517
|
});
|
|
8517
8518
|
const vs = _(() => Vt.value === "light" ? "white" : "#1A1A1A");
|
|
8518
|
-
function
|
|
8519
|
+
function bs() {
|
|
8519
8520
|
const t = () => {
|
|
8520
8521
|
Un(
|
|
8521
8522
|
"auto"
|
|
@@ -8554,25 +8555,25 @@ function ys() {
|
|
|
8554
8555
|
setThemeLight: e
|
|
8555
8556
|
};
|
|
8556
8557
|
}
|
|
8557
|
-
const
|
|
8558
|
+
const ys = { key: 0 }, ws = { key: 1 }, ks = { key: 2 }, Bm = /* @__PURE__ */ R({
|
|
8558
8559
|
__name: "AThemeSelect",
|
|
8559
8560
|
setup(t) {
|
|
8560
|
-
const { setThemeDark: n, setThemeAuto: e, setThemeLight: a, settings: o } =
|
|
8561
|
+
const { setThemeDark: n, setThemeAuto: e, setThemeLight: a, settings: o } = bs(), { t: s } = X(), l = te(!1);
|
|
8561
8562
|
return (c, d) => (k(), B(ir, {
|
|
8562
8563
|
modelValue: l.value,
|
|
8563
|
-
"onUpdate:modelValue": d[0] || (d[0] = (
|
|
8564
|
+
"onUpdate:modelValue": d[0] || (d[0] = (b) => l.value = b),
|
|
8564
8565
|
"close-on-content-click": ""
|
|
8565
8566
|
}, {
|
|
8566
|
-
activator: C(({ props:
|
|
8567
|
+
activator: C(({ props: b }) => [
|
|
8567
8568
|
S(de, ta({
|
|
8568
8569
|
class: "pl-1",
|
|
8569
8570
|
rounded: "pill"
|
|
8570
|
-
},
|
|
8571
|
+
}, b, {
|
|
8571
8572
|
variant: "text",
|
|
8572
8573
|
"data-cy": "settings-theme"
|
|
8573
8574
|
}), {
|
|
8574
8575
|
default: C(() => [
|
|
8575
|
-
h(o) === h(Lt).Auto ? (k(), U("div",
|
|
8576
|
+
h(o) === h(Lt).Auto ? (k(), U("div", ys, [
|
|
8576
8577
|
S(he, {
|
|
8577
8578
|
class: "mr-1",
|
|
8578
8579
|
icon: "mdi-brightness-auto",
|
|
@@ -8752,12 +8753,12 @@ const Rs = /* @__PURE__ */ mt(Ns, [["render", Bs]]), zs = { class: "flag" }, Ga
|
|
|
8752
8753
|
__name: "ALanguageSelect",
|
|
8753
8754
|
emits: ["afterChange"],
|
|
8754
8755
|
setup(t, { emit: n }) {
|
|
8755
|
-
const e = De(Fn), a = De(
|
|
8756
|
+
const e = De(Fn), a = De(yr), o = De(wr), { setLanguage: s } = Ds(a, o), { currentLanguageCode: l } = Cs(), c = (p) => {
|
|
8756
8757
|
s(p) && n("afterChange", p);
|
|
8757
8758
|
}, d = _(() => {
|
|
8758
8759
|
const p = Cn.find((f) => f.code === l.value);
|
|
8759
8760
|
return $(p) ? Cn[0] : p;
|
|
8760
|
-
}),
|
|
8761
|
+
}), b = _(() => Cn.filter(
|
|
8761
8762
|
(p) => {
|
|
8762
8763
|
var f;
|
|
8763
8764
|
return (a.includes(p.code) || p.code === "xx") && (!p.adminOnly || ((f = e.value) == null ? void 0 : f.roles.includes(kr)));
|
|
@@ -8797,7 +8798,7 @@ const Rs = /* @__PURE__ */ mt(Ns, [["render", Bs]]), zs = { class: "flag" }, Ga
|
|
|
8797
8798
|
default: C(() => [
|
|
8798
8799
|
S(or, { dense: "" }, {
|
|
8799
8800
|
default: C(() => [
|
|
8800
|
-
(k(!0), U(Je, null, dt(h(
|
|
8801
|
+
(k(!0), U(Je, null, dt(h(b), (m) => (k(), B(kn, {
|
|
8801
8802
|
key: m.code,
|
|
8802
8803
|
onClick: le((w) => c(m.code), ["stop"])
|
|
8803
8804
|
}, {
|
|
@@ -8833,7 +8834,7 @@ const Rs = /* @__PURE__ */ mt(Ns, [["render", Bs]]), zs = { class: "flag" }, Ga
|
|
|
8833
8834
|
}));
|
|
8834
8835
|
}
|
|
8835
8836
|
});
|
|
8836
|
-
const
|
|
8837
|
+
const Rm = /* @__PURE__ */ mt(Ys, [["__scopeId", "data-v-a2015e08"]]), Hs = ["onClick"], Js = /* @__PURE__ */ R({
|
|
8837
8838
|
__name: "ASystemBarNewVersion",
|
|
8838
8839
|
setup(t) {
|
|
8839
8840
|
const { t: n } = X(), e = () => {
|
|
@@ -8847,7 +8848,7 @@ const $m = /* @__PURE__ */ mt(Ys, [["__scopeId", "data-v-a2015e08"]]), Hs = ["on
|
|
|
8847
8848
|
}, V(h(n)("common.system.newVersionReload")), 9, Hs)
|
|
8848
8849
|
]), Pa(1), o[0]);
|
|
8849
8850
|
}
|
|
8850
|
-
}), Us = { class: "text-center w-100 text-caption pb-1" },
|
|
8851
|
+
}), Us = { class: "text-center w-100 text-caption pb-1" }, zm = /* @__PURE__ */ R({
|
|
8851
8852
|
__name: "ASystemBar",
|
|
8852
8853
|
props: {
|
|
8853
8854
|
currentVersion: null,
|
|
@@ -8891,8 +8892,8 @@ const $m = /* @__PURE__ */ mt(Ys, [["__scopeId", "data-v-a2015e08"]]), Hs = ["on
|
|
|
8891
8892
|
_: 1
|
|
8892
8893
|
})) : re("", !0);
|
|
8893
8894
|
}
|
|
8894
|
-
}),
|
|
8895
|
-
function
|
|
8895
|
+
}), Ym = (t) => t ? 1 : 0;
|
|
8896
|
+
function Hm(t = "", n = "user") {
|
|
8896
8897
|
let e = t, a = n;
|
|
8897
8898
|
return {
|
|
8898
8899
|
createAnzuUser: (s, l) => (nt(s) && (e = s), nt(l) && (a = l), {
|
|
@@ -8921,7 +8922,7 @@ function Im(t = "", n = "user") {
|
|
|
8921
8922
|
})
|
|
8922
8923
|
};
|
|
8923
8924
|
}
|
|
8924
|
-
function
|
|
8925
|
+
function Jm() {
|
|
8925
8926
|
return {
|
|
8926
8927
|
createPermissionConfig: () => ({
|
|
8927
8928
|
config: {},
|
|
@@ -8935,7 +8936,7 @@ function Em() {
|
|
|
8935
8936
|
})
|
|
8936
8937
|
};
|
|
8937
8938
|
}
|
|
8938
|
-
function
|
|
8939
|
+
function Um() {
|
|
8939
8940
|
return {
|
|
8940
8941
|
createPermissionGroup: () => ({
|
|
8941
8942
|
id: 0,
|
|
@@ -8951,12 +8952,12 @@ function Fm() {
|
|
|
8951
8952
|
})
|
|
8952
8953
|
};
|
|
8953
8954
|
}
|
|
8954
|
-
const
|
|
8955
|
+
const Wm = (t, n = 2) => {
|
|
8955
8956
|
if (t === 0)
|
|
8956
8957
|
return "0 Bytes";
|
|
8957
8958
|
const e = 1024, a = n < 0 ? 0 : n, o = ["Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], s = Math.floor(Math.log(t) / Math.log(e));
|
|
8958
8959
|
return parseFloat((t / Math.pow(e, s)).toFixed(a)) + " " + o[s];
|
|
8959
|
-
}, Ws = 200, qs = 201, Gs = 204,
|
|
8960
|
+
}, Ws = 200, qs = 201, Gs = 204, qm = 400, Gm = 401, Ks = 422, Zs = [Ws, qs, Gs], pt = (t) => Zs.includes(t);
|
|
8960
8961
|
class ht extends Error {
|
|
8961
8962
|
constructor() {
|
|
8962
8963
|
super();
|
|
@@ -8971,7 +8972,7 @@ class ot extends Error {
|
|
|
8971
8972
|
this.name = this.constructor.name, this.date = new Date();
|
|
8972
8973
|
}
|
|
8973
8974
|
}
|
|
8974
|
-
class
|
|
8975
|
+
class Km extends Error {
|
|
8975
8976
|
constructor(e = "") {
|
|
8976
8977
|
super();
|
|
8977
8978
|
hn(this, "date");
|
|
@@ -8988,32 +8989,32 @@ function gt() {
|
|
|
8988
8989
|
if (!a || !a.response || !a.response.data)
|
|
8989
8990
|
return;
|
|
8990
8991
|
const l = a.response.data, c = [];
|
|
8991
|
-
for (const [d,
|
|
8992
|
+
for (const [d, b] of Object.entries(l.fields))
|
|
8992
8993
|
c.push({
|
|
8993
8994
|
field: o + "." + s + ".model." + d,
|
|
8994
|
-
errors:
|
|
8995
|
+
errors: b
|
|
8995
8996
|
});
|
|
8996
8997
|
Xs(c);
|
|
8997
8998
|
},
|
|
8998
8999
|
isValidationError: (a) => !!(vo.isAxiosError(a) && a.response && a.response.status === Ks && a.response.data && a.response.data.error === Qs)
|
|
8999
9000
|
};
|
|
9000
9001
|
}
|
|
9001
|
-
const vt = (t, n, e = "") => lr(n) ? t : To(e === "" ? t : e, n), { isValidationError: tl, handleValidationError: nl } = gt(),
|
|
9002
|
+
const vt = (t, n, e = "") => lr(n) ? t : To(e === "" ? t : e, n), { isValidationError: tl, handleValidationError: nl } = gt(), Zm = (t, n, e = "", a = {}, o = null, s, l, c = {}) => new Promise((d, b) => {
|
|
9002
9003
|
const p = { method: n };
|
|
9003
9004
|
e !== "" && (p.url = vt(e, a)), ke(o) || (p.data = JSON.stringify(o)), t().request({ ...c, ...p }).then((f) => {
|
|
9004
9005
|
if (!pt(f.status))
|
|
9005
9006
|
throw new ht();
|
|
9006
9007
|
f.data.data ? d(f.data.data) : f.data && d(f.data);
|
|
9007
9008
|
}).catch((f) => {
|
|
9008
|
-
tl(f) && (nl(f, s, l),
|
|
9009
|
+
tl(f) && (nl(f, s, l), b(new ot())), b(f);
|
|
9009
9010
|
});
|
|
9010
9011
|
}), { isValidationError: al, handleValidationError: rl } = gt(), ol = (t, n = {}, e, a = {}, o, s, l = {}) => new Promise((c, d) => {
|
|
9011
|
-
t().post(vt(e, a), JSON.stringify(n), l).then((
|
|
9012
|
-
if (!pt(
|
|
9012
|
+
t().post(vt(e, a), JSON.stringify(n), l).then((b) => {
|
|
9013
|
+
if (!pt(b.status))
|
|
9013
9014
|
throw new ht();
|
|
9014
|
-
c(
|
|
9015
|
-
}).catch((
|
|
9016
|
-
al(
|
|
9015
|
+
c(b.data);
|
|
9016
|
+
}).catch((b) => {
|
|
9017
|
+
al(b) && (rl(b, o, s), d(new ot())), d(b);
|
|
9017
9018
|
});
|
|
9018
9019
|
}), { isValidationError: il, handleValidationError: sl } = gt(), ll = (t, n, e = {}, a, o, s = {}) => new Promise((l, c) => {
|
|
9019
9020
|
t().delete(vt(n, e), s).then((d) => {
|
|
@@ -9030,7 +9031,7 @@ function Or() {
|
|
|
9030
9031
|
}, e = (p, f) => {
|
|
9031
9032
|
c("offset", p * f - f);
|
|
9032
9033
|
}, a = (p, f) => {
|
|
9033
|
-
ke(p)
|
|
9034
|
+
!ke(p) && p.length > 0 && c("order[" + p + "]", f ? "desc" : "asc");
|
|
9034
9035
|
}, o = (p) => La(p) ? p ? "1" : "0" : p, s = (p, f, m) => {
|
|
9035
9036
|
nt(m) && m.length === 0 || t.value.push("filter_" + p + "[" + f + "]=" + o(m));
|
|
9036
9037
|
}, l = (p) => {
|
|
@@ -9067,18 +9068,18 @@ function Or() {
|
|
|
9067
9068
|
const { isValidationError: ul, handleValidationError: dl } = gt(), cl = (t, n) => {
|
|
9068
9069
|
const { querySetLimit: e, querySetOffset: a, querySetOrder: o, queryBuild: s, queryAddFilter: l, queryAdd: c } = Or(), d = t.length;
|
|
9069
9070
|
return e(d), a(1, d), o("id", !1), n ? c("id", t.join(",")) : l("in", "id", t.join(",")), s();
|
|
9070
|
-
},
|
|
9071
|
+
}, Qm = (t, n, e, a = {}, o, s, l = {}, c = !1) => new Promise((d, b) => {
|
|
9071
9072
|
t().get(vt(e, a) + cl(n, c), l).then((p) => {
|
|
9072
9073
|
if (!pt(p.status))
|
|
9073
9074
|
throw new ht();
|
|
9074
9075
|
d(p.data.data);
|
|
9075
9076
|
}).catch((p) => {
|
|
9076
|
-
ul(p) && (dl(p, o, s),
|
|
9077
|
+
ul(p) && (dl(p, o, s), b(new ot())), b(p);
|
|
9077
9078
|
});
|
|
9078
9079
|
}), { isValidationError: fl, handleValidationError: ml } = gt(), pl = (t, n) => {
|
|
9079
9080
|
const { querySetLimit: e, querySetOffset: a, querySetOrder: o, queryBuild: s, querySetFilters: l } = Or();
|
|
9080
9081
|
return e(t.rowsPerPage), a(t.page, t.rowsPerPage), o(t.sortBy, t.descending), l(n), s();
|
|
9081
|
-
}, hl = (t, n, e = {}, a, o, s, l, c = {}) => new Promise((d,
|
|
9082
|
+
}, hl = (t, n, e = {}, a, o, s, l, c = {}) => new Promise((d, b) => {
|
|
9082
9083
|
const p = $(o._elastic) ? "" : "/search";
|
|
9083
9084
|
t().get(
|
|
9084
9085
|
vt(n, e) + p + pl(a, o),
|
|
@@ -9088,9 +9089,9 @@ const { isValidationError: ul, handleValidationError: dl } = gt(), cl = (t, n) =
|
|
|
9088
9089
|
throw new ht();
|
|
9089
9090
|
a.totalCount = f.data.totalCount, a.currentViewCount = f.data.data.length, $(f.data.hasNextPage) || (a.hasNextPage = f.data.hasNextPage), d(f.data.data);
|
|
9090
9091
|
}).catch((f) => {
|
|
9091
|
-
fl(f) && (ml(f, s, l),
|
|
9092
|
+
fl(f) && (ml(f, s, l), b(new ot())), b(f);
|
|
9092
9093
|
});
|
|
9093
|
-
}), { isValidationError: gl, handleValidationError: vl } = gt(),
|
|
9094
|
+
}), { isValidationError: gl, handleValidationError: vl } = gt(), bl = (t, n, e = {}, a, o, s = {}) => new Promise((l, c) => {
|
|
9094
9095
|
t().get(vt(n, e), s).then((d) => {
|
|
9095
9096
|
if (!pt(d.status))
|
|
9096
9097
|
throw new ht();
|
|
@@ -9098,27 +9099,27 @@ const { isValidationError: ul, handleValidationError: dl } = gt(), cl = (t, n) =
|
|
|
9098
9099
|
}).catch((d) => {
|
|
9099
9100
|
gl(d) && (vl(d, a, o), c(new ot())), c(d);
|
|
9100
9101
|
});
|
|
9101
|
-
}), { isValidationError:
|
|
9102
|
-
t().put(vt(e, a), JSON.stringify(n), l).then((
|
|
9103
|
-
if (!pt(
|
|
9102
|
+
}), { isValidationError: yl, handleValidationError: wl } = gt(), Xm = (t, n = {}, e, a = {}, o, s, l = {}) => new Promise((c, d) => {
|
|
9103
|
+
t().put(vt(e, a), JSON.stringify(n), l).then((b) => {
|
|
9104
|
+
if (!pt(b.status))
|
|
9104
9105
|
throw new ht();
|
|
9105
|
-
c(
|
|
9106
|
-
}).catch((
|
|
9107
|
-
|
|
9106
|
+
c(b.data);
|
|
9107
|
+
}).catch((b) => {
|
|
9108
|
+
yl(b) && (wl(b, o, s), d(new ot())), d(b);
|
|
9108
9109
|
});
|
|
9109
|
-
}),
|
|
9110
|
-
function
|
|
9110
|
+
}), yn = "/adm/v1/job", wn = "job";
|
|
9111
|
+
function ep(t, n) {
|
|
9111
9112
|
return {
|
|
9112
|
-
fetchJobList: (l, c) => hl(t,
|
|
9113
|
-
fetchJob: (l) =>
|
|
9113
|
+
fetchJobList: (l, c) => hl(t, yn, {}, l, c, n, wn),
|
|
9114
|
+
fetchJob: (l) => bl(t, yn + "/:id", { id: l }, n, wn),
|
|
9114
9115
|
createJob: (l) => {
|
|
9115
9116
|
const c = _o(l._resourceName).slice(4);
|
|
9116
|
-
return ol(t, l,
|
|
9117
|
+
return ol(t, l, yn + "/:type", { type: c }, n, wn);
|
|
9117
9118
|
},
|
|
9118
|
-
deleteJob: (l) => ll(t,
|
|
9119
|
+
deleteJob: (l) => ll(t, yn + "/:id", { id: l }, n, wn)
|
|
9119
9120
|
};
|
|
9120
9121
|
}
|
|
9121
|
-
function
|
|
9122
|
+
function tp(t = []) {
|
|
9122
9123
|
const { t: n } = X(), e = te([
|
|
9123
9124
|
{
|
|
9124
9125
|
value: "jobUserDataDelete",
|
|
@@ -9131,38 +9132,38 @@ function Hm(t = []) {
|
|
|
9131
9132
|
getJobResourceOption: (o) => e.value.find((s) => s.value === o)
|
|
9132
9133
|
};
|
|
9133
9134
|
}
|
|
9134
|
-
const
|
|
9135
|
+
const np = (t, n) => {
|
|
9135
9136
|
const e = t.indexOf(n);
|
|
9136
9137
|
if (e === -1) {
|
|
9137
9138
|
t.push(n);
|
|
9138
9139
|
return;
|
|
9139
9140
|
}
|
|
9140
9141
|
t.splice(e, 1);
|
|
9141
|
-
},
|
|
9142
|
+
}, ap = (t, n = ", ") => t.join(n), rp = (...t) => Array.from(...t), kl = (t, n = []) => t.reduce((e, a) => Array.isArray(a) ? kl(a, n) : (n.push(a), n), []), Dl = (t) => {
|
|
9142
9143
|
history.replaceState(history.state, "", t);
|
|
9143
|
-
},
|
|
9144
|
+
}, op = (t, n) => {
|
|
9144
9145
|
const e = t.resolve(n);
|
|
9145
9146
|
Dl(e.href);
|
|
9146
9147
|
}, { t: Cl } = Q.global;
|
|
9147
|
-
function
|
|
9148
|
+
function ip() {
|
|
9148
9149
|
return Se({ t: Cl })(Xr, {
|
|
9149
9150
|
messagePath: () => "validations.js.required"
|
|
9150
9151
|
});
|
|
9151
9152
|
}
|
|
9152
9153
|
const { t: Ml } = Q.global;
|
|
9153
|
-
function
|
|
9154
|
+
function sp() {
|
|
9154
9155
|
return Se({ t: Ml })(Yt.regex(/^[a-z\-0-9/]+$/), {
|
|
9155
9156
|
messagePath: () => "validations.js.slug"
|
|
9156
9157
|
});
|
|
9157
9158
|
}
|
|
9158
9159
|
const { t: Al } = Q.global;
|
|
9159
|
-
function
|
|
9160
|
+
function lp() {
|
|
9160
9161
|
return Se({ t: Al })(eo, {
|
|
9161
9162
|
messagePath: () => "validations.js.url"
|
|
9162
9163
|
});
|
|
9163
9164
|
}
|
|
9164
9165
|
const { t: Sl } = Q.global;
|
|
9165
|
-
function
|
|
9166
|
+
function up() {
|
|
9166
9167
|
const t = Se({ t: Sl }), n = (a, o) => (s) => !Yt.req(s) || s.every((l) => l.length >= h(a) && l.length <= h(o));
|
|
9167
9168
|
return t((a, o) => ({
|
|
9168
9169
|
$validator: n(a, o),
|
|
@@ -9182,26 +9183,26 @@ function Qm() {
|
|
|
9182
9183
|
});
|
|
9183
9184
|
}
|
|
9184
9185
|
const { t: _l } = Q.global;
|
|
9185
|
-
function
|
|
9186
|
+
function dp() {
|
|
9186
9187
|
return Se({ t: _l })(to, {
|
|
9187
9188
|
withArguments: !0,
|
|
9188
9189
|
messagePath: () => "validations.js.between"
|
|
9189
9190
|
});
|
|
9190
9191
|
}
|
|
9191
9192
|
const { t: Tl } = Q.global;
|
|
9192
|
-
function
|
|
9193
|
+
function cp() {
|
|
9193
9194
|
return Se({ t: Tl })(no, {
|
|
9194
9195
|
messagePath: () => "validations.js.email"
|
|
9195
9196
|
});
|
|
9196
9197
|
}
|
|
9197
9198
|
const { t: xl } = Q.global;
|
|
9198
|
-
function
|
|
9199
|
+
function fp() {
|
|
9199
9200
|
return Se({ t: xl })(Yt.regex(/^(\+|-)?(?:90(?:(?:\.0{1,6})?)|(?:[0-9]|[1-8][0-9])(?:(?:\.[0-9]{1,6})?))$/), {
|
|
9200
9201
|
messagePath: () => "validations.js.latitude"
|
|
9201
9202
|
});
|
|
9202
9203
|
}
|
|
9203
9204
|
const { t: $l } = Q.global;
|
|
9204
|
-
function
|
|
9205
|
+
function mp() {
|
|
9205
9206
|
return Se({ t: $l })(
|
|
9206
9207
|
(n, e, a) => a.required ? !(parseFloat(n) === 0 && parseFloat(e.longitudeText.value) === 0) : !0,
|
|
9207
9208
|
{
|
|
@@ -9210,7 +9211,7 @@ function np() {
|
|
|
9210
9211
|
);
|
|
9211
9212
|
}
|
|
9212
9213
|
const { t: Ol } = Q.global;
|
|
9213
|
-
function
|
|
9214
|
+
function pp() {
|
|
9214
9215
|
return Se({ t: Ol })(
|
|
9215
9216
|
Yt.regex(/^(\+|-)?(?:180(?:(?:\.0{1,6})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\.[0-9]{1,6})?))$/),
|
|
9216
9217
|
{
|
|
@@ -9219,47 +9220,47 @@ function ap() {
|
|
|
9219
9220
|
);
|
|
9220
9221
|
}
|
|
9221
9222
|
const { t: Pl } = Q.global;
|
|
9222
|
-
function
|
|
9223
|
+
function hp() {
|
|
9223
9224
|
return Se({ t: Pl })(ao, {
|
|
9224
9225
|
withArguments: !0,
|
|
9225
9226
|
messagePath: () => "validations.js.maxLength"
|
|
9226
9227
|
});
|
|
9227
9228
|
}
|
|
9228
9229
|
const { t: Il } = Q.global;
|
|
9229
|
-
function
|
|
9230
|
+
function gp() {
|
|
9230
9231
|
return Se({ t: Il })(ro, {
|
|
9231
9232
|
withArguments: !0,
|
|
9232
9233
|
messagePath: () => "validations.js.maxValue"
|
|
9233
9234
|
});
|
|
9234
9235
|
}
|
|
9235
9236
|
const { t: El } = Q.global;
|
|
9236
|
-
function
|
|
9237
|
+
function vp() {
|
|
9237
9238
|
return Se({ t: El })(oo, {
|
|
9238
9239
|
withArguments: !0,
|
|
9239
9240
|
messagePath: () => "validations.js.minLength"
|
|
9240
9241
|
});
|
|
9241
9242
|
}
|
|
9242
9243
|
const { t: Fl } = Q.global;
|
|
9243
|
-
function
|
|
9244
|
+
function bp() {
|
|
9244
9245
|
return Se({ t: Fl })(io, {
|
|
9245
9246
|
withArguments: !0,
|
|
9246
9247
|
messagePath: () => "validations.js.minValue"
|
|
9247
9248
|
});
|
|
9248
9249
|
}
|
|
9249
9250
|
const { t: Nl } = Q.global;
|
|
9250
|
-
function
|
|
9251
|
+
function yp() {
|
|
9251
9252
|
return Se({ t: Nl })(so, {
|
|
9252
9253
|
messagePath: () => "validations.js.numeric"
|
|
9253
9254
|
});
|
|
9254
9255
|
}
|
|
9255
9256
|
const { t: Ll } = Q.global;
|
|
9256
|
-
function
|
|
9257
|
+
function wp() {
|
|
9257
9258
|
return Se({ t: Ll })(Yt.regex(/^\+4219[0-9]{8}$/), {
|
|
9258
9259
|
messagePath: () => "validations.js.phoneNumber"
|
|
9259
9260
|
});
|
|
9260
9261
|
}
|
|
9261
9262
|
const { t: Vl } = Q.global;
|
|
9262
|
-
function
|
|
9263
|
+
function kp() {
|
|
9263
9264
|
return Se({ t: Vl })(
|
|
9264
9265
|
(n, e, a) => a.required ? !(parseFloat(n) === 0 && parseFloat(e.latitudeText.value) === 0) : !0,
|
|
9265
9266
|
{
|
|
@@ -9357,7 +9358,7 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9357
9358
|
recordWas: au,
|
|
9358
9359
|
idWasCopied: ru,
|
|
9359
9360
|
textWasCopied: ou
|
|
9360
|
-
}, su = "Create", lu = "Create And Close", uu = "Save", du = "Save And Close", cu = "Close", fu = "Edit", mu = "Detail", pu = "Apply Filter", hu = "Reset Filter", gu = "More filters", vu = "Cancel",
|
|
9361
|
+
}, su = "Create", lu = "Create And Close", uu = "Save", du = "Save And Close", cu = "Close", fu = "Edit", mu = "Detail", pu = "Apply Filter", hu = "Reset Filter", gu = "More filters", vu = "Cancel", bu = "Id", yu = "Now", wu = "Logout", ku = "Confirm", Du = "Copy ID", Cu = "Add", Mu = "Download", Au = "Upload", Su = {
|
|
9361
9362
|
create: su,
|
|
9362
9363
|
createAndClose: lu,
|
|
9363
9364
|
save: uu,
|
|
@@ -9370,8 +9371,8 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9370
9371
|
advancedFilters: gu,
|
|
9371
9372
|
cancel: vu,
|
|
9372
9373
|
delete: "Delete",
|
|
9373
|
-
id:
|
|
9374
|
-
now:
|
|
9374
|
+
id: bu,
|
|
9375
|
+
now: yu,
|
|
9375
9376
|
logout: wu,
|
|
9376
9377
|
confirm: ku,
|
|
9377
9378
|
copyId: Du,
|
|
@@ -9396,27 +9397,63 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9396
9397
|
dark: "Dark",
|
|
9397
9398
|
auto: "Auto"
|
|
9398
9399
|
}, Nu = {
|
|
9400
|
+
config: "Config table",
|
|
9399
9401
|
displayCols: "Display columns",
|
|
9400
9402
|
itemsPerPage: "Records per page",
|
|
9401
9403
|
from: "from",
|
|
9402
|
-
noDataText: "No data to display"
|
|
9404
|
+
noDataText: "No data to display",
|
|
9405
|
+
ordering: {
|
|
9406
|
+
title: "Ordering",
|
|
9407
|
+
mostRelevant: "Most relevant",
|
|
9408
|
+
mostRecent: "Most recent",
|
|
9409
|
+
oldest: "Oldest"
|
|
9410
|
+
}
|
|
9403
9411
|
}, Lu = {
|
|
9404
9412
|
confirmDelete: "Remove?",
|
|
9405
9413
|
hide: "Hide",
|
|
9406
9414
|
show: "Show"
|
|
9407
9415
|
}, Vu = {
|
|
9416
|
+
button: "Applications"
|
|
9417
|
+
}, ju = {
|
|
9418
|
+
button: "Account",
|
|
9419
|
+
logout: "Logout",
|
|
9420
|
+
logoutText: "Are you sure you want to log out?",
|
|
9421
|
+
logoutConfirm: "Logout",
|
|
9422
|
+
settings: "Settings"
|
|
9423
|
+
}, Bu = {
|
|
9424
|
+
detail: "Detail",
|
|
9425
|
+
edit: "Edit",
|
|
9426
|
+
create: "Create"
|
|
9427
|
+
}, Ru = {
|
|
9428
|
+
text: "Prosím, prihláste sa",
|
|
9429
|
+
button: "Prihlásiť sa"
|
|
9430
|
+
}, zu = {
|
|
9431
|
+
title: "Oops, 404",
|
|
9432
|
+
text: "This page doesn't exist",
|
|
9433
|
+
backButton: "Return to homepage"
|
|
9434
|
+
}, Yu = {
|
|
9435
|
+
title: "Oops, 401",
|
|
9436
|
+
text: "You don't have access to this page",
|
|
9437
|
+
backButton: "Return to login"
|
|
9438
|
+
}, Hu = {
|
|
9408
9439
|
version: Pu,
|
|
9409
9440
|
newVersionText: Iu,
|
|
9410
9441
|
newVersionReload: Eu,
|
|
9411
9442
|
theme: Fu,
|
|
9412
9443
|
datatable: Nu,
|
|
9413
|
-
modal: Lu
|
|
9414
|
-
|
|
9444
|
+
modal: Lu,
|
|
9445
|
+
adminSwitcher: Vu,
|
|
9446
|
+
currentUser: ju,
|
|
9447
|
+
breadcrumb: Bu,
|
|
9448
|
+
login: Ru,
|
|
9449
|
+
notFound: zu,
|
|
9450
|
+
unauthorized: Yu
|
|
9451
|
+
}, Ju = {
|
|
9415
9452
|
detail: "Anzu User Detail",
|
|
9416
9453
|
list: "Anzu Users List",
|
|
9417
9454
|
edit: "Anzu User Edit",
|
|
9418
9455
|
create: "Anzu User Create"
|
|
9419
|
-
},
|
|
9456
|
+
}, Uu = {
|
|
9420
9457
|
id: "ID",
|
|
9421
9458
|
enabled: "Enabled",
|
|
9422
9459
|
email: "Email",
|
|
@@ -9432,25 +9469,25 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9432
9469
|
color: "Avatar color",
|
|
9433
9470
|
text: "Avatar text"
|
|
9434
9471
|
}
|
|
9435
|
-
},
|
|
9472
|
+
}, Wu = {
|
|
9436
9473
|
id: "ID",
|
|
9437
9474
|
enabled: "Enabled",
|
|
9438
9475
|
email: "Email"
|
|
9439
|
-
},
|
|
9476
|
+
}, qu = {
|
|
9440
9477
|
grants: "Actions",
|
|
9441
9478
|
permissions: "Permissions",
|
|
9442
9479
|
resolvedPermissions: "Resolved Permission",
|
|
9443
9480
|
noPermissions: "No permissions set"
|
|
9444
|
-
},
|
|
9445
|
-
meta:
|
|
9446
|
-
model:
|
|
9447
|
-
filter:
|
|
9448
|
-
table:
|
|
9449
|
-
},
|
|
9481
|
+
}, Gu = {
|
|
9482
|
+
meta: Ju,
|
|
9483
|
+
model: Uu,
|
|
9484
|
+
filter: Wu,
|
|
9485
|
+
table: qu
|
|
9486
|
+
}, Ku = {
|
|
9450
9487
|
detail: "Detail",
|
|
9451
9488
|
list: "List",
|
|
9452
9489
|
create: "Create"
|
|
9453
|
-
},
|
|
9490
|
+
}, Zu = {
|
|
9454
9491
|
id: "Id",
|
|
9455
9492
|
_resourceName: "Type",
|
|
9456
9493
|
status: "Status",
|
|
@@ -9459,23 +9496,23 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9459
9496
|
result: "Result",
|
|
9460
9497
|
targetUserId: "Target user id",
|
|
9461
9498
|
anonymizeUser: "Anonymize user"
|
|
9462
|
-
},
|
|
9499
|
+
}, Qu = {
|
|
9463
9500
|
jobUserDataDelete: "User data delete"
|
|
9464
|
-
},
|
|
9501
|
+
}, Xu = {
|
|
9465
9502
|
waiting: "Waiting",
|
|
9466
9503
|
processing: "Processing",
|
|
9467
9504
|
awaitingBatchProcess: "Processing batch",
|
|
9468
9505
|
done: "Done",
|
|
9469
9506
|
error: "Error"
|
|
9470
|
-
},
|
|
9471
|
-
meta:
|
|
9472
|
-
model:
|
|
9473
|
-
jobResource:
|
|
9474
|
-
status:
|
|
9475
|
-
},
|
|
9507
|
+
}, ed = {
|
|
9508
|
+
meta: Ku,
|
|
9509
|
+
model: Zu,
|
|
9510
|
+
jobResource: Qu,
|
|
9511
|
+
status: Xu
|
|
9512
|
+
}, td = {
|
|
9476
9513
|
detail: "Log Detail",
|
|
9477
9514
|
list: "List of Logs"
|
|
9478
|
-
},
|
|
9515
|
+
}, nd = "System", ad = {
|
|
9479
9516
|
system: "System",
|
|
9480
9517
|
type: "Type",
|
|
9481
9518
|
levelName: "Level",
|
|
@@ -9486,7 +9523,7 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9486
9523
|
datetimeTo: "Date until",
|
|
9487
9524
|
message: "Message",
|
|
9488
9525
|
appVersion: "Version"
|
|
9489
|
-
},
|
|
9526
|
+
}, rd = {
|
|
9490
9527
|
id: "ID",
|
|
9491
9528
|
datetime: "Date",
|
|
9492
9529
|
levelName: "Level",
|
|
@@ -9502,80 +9539,80 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9502
9539
|
path: "URL",
|
|
9503
9540
|
httpStatus: "Status code"
|
|
9504
9541
|
}
|
|
9505
|
-
},
|
|
9506
|
-
meta:
|
|
9507
|
-
system:
|
|
9508
|
-
filter:
|
|
9509
|
-
model:
|
|
9510
|
-
},
|
|
9542
|
+
}, od = {
|
|
9543
|
+
meta: td,
|
|
9544
|
+
system: nd,
|
|
9545
|
+
filter: ad,
|
|
9546
|
+
model: rd
|
|
9547
|
+
}, id = {
|
|
9511
9548
|
actions: "Actions",
|
|
9512
9549
|
permissions: "Permissions"
|
|
9513
|
-
},
|
|
9550
|
+
}, sd = {
|
|
9514
9551
|
allow: "Allow",
|
|
9515
9552
|
allowOwner: "Owner only",
|
|
9516
9553
|
deny: "Deny"
|
|
9517
|
-
},
|
|
9554
|
+
}, ld = {
|
|
9518
9555
|
role: "Role",
|
|
9519
9556
|
group: "Group",
|
|
9520
9557
|
user: "User",
|
|
9521
9558
|
defaultGrant: "Default"
|
|
9522
|
-
},
|
|
9523
|
-
table:
|
|
9524
|
-
grant:
|
|
9525
|
-
grantOrigin:
|
|
9526
|
-
},
|
|
9559
|
+
}, ud = {
|
|
9560
|
+
table: id,
|
|
9561
|
+
grant: sd,
|
|
9562
|
+
grantOrigin: ld
|
|
9563
|
+
}, dd = {
|
|
9527
9564
|
detail: "Permission Group Detail",
|
|
9528
9565
|
list: "Permission Group List",
|
|
9529
9566
|
create: "Permission Group Create",
|
|
9530
9567
|
edit: "Permission Group Edit"
|
|
9531
|
-
},
|
|
9568
|
+
}, cd = {
|
|
9532
9569
|
id: "ID",
|
|
9533
9570
|
title: "Title",
|
|
9534
9571
|
description: "Description",
|
|
9535
9572
|
permissions: "Permissions"
|
|
9536
|
-
},
|
|
9573
|
+
}, fd = {
|
|
9537
9574
|
id: "ID",
|
|
9538
9575
|
title: "Title"
|
|
9539
|
-
},
|
|
9576
|
+
}, md = {
|
|
9540
9577
|
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
9541
|
-
},
|
|
9542
|
-
meta:
|
|
9543
|
-
model:
|
|
9544
|
-
filter:
|
|
9545
|
-
button:
|
|
9546
|
-
},
|
|
9547
|
-
error_field_length_min:
|
|
9548
|
-
error_field_length_max:
|
|
9549
|
-
error_field_not_unique:
|
|
9550
|
-
error_compromised_password:
|
|
9551
|
-
},
|
|
9552
|
-
required:
|
|
9553
|
-
minLength:
|
|
9554
|
-
maxLength:
|
|
9555
|
-
email:
|
|
9556
|
-
stringArrayItemLength:
|
|
9557
|
-
},
|
|
9578
|
+
}, pd = {
|
|
9579
|
+
meta: dd,
|
|
9580
|
+
model: cd,
|
|
9581
|
+
filter: fd,
|
|
9582
|
+
button: md
|
|
9583
|
+
}, hd = "error_field_length_min", gd = "error_field_length_max", vd = "error_field_not_unique", bd = "error_compromised_password", yd = {
|
|
9584
|
+
error_field_length_min: hd,
|
|
9585
|
+
error_field_length_max: gd,
|
|
9586
|
+
error_field_not_unique: vd,
|
|
9587
|
+
error_compromised_password: bd
|
|
9588
|
+
}, wd = "Required.", kd = "Minimal length is {min}.", Dd = "Maximal length is {max}.", Cd = "Incorrect email format", Md = "Item length in list must have between {min} and {max} characters.", Ad = {
|
|
9589
|
+
required: wd,
|
|
9590
|
+
minLength: kd,
|
|
9591
|
+
maxLength: Dd,
|
|
9592
|
+
email: Cd,
|
|
9593
|
+
stringArrayItemLength: Md
|
|
9594
|
+
}, Dp = {
|
|
9558
9595
|
common: {
|
|
9559
9596
|
alert: iu,
|
|
9560
9597
|
button: Su,
|
|
9561
9598
|
model: Ou,
|
|
9562
|
-
system:
|
|
9563
|
-
anzuUser:
|
|
9564
|
-
job:
|
|
9565
|
-
log:
|
|
9566
|
-
permission:
|
|
9567
|
-
permissionGroup:
|
|
9599
|
+
system: Hu,
|
|
9600
|
+
anzuUser: Gu,
|
|
9601
|
+
job: ed,
|
|
9602
|
+
log: od,
|
|
9603
|
+
permission: ud,
|
|
9604
|
+
permissionGroup: pd
|
|
9568
9605
|
},
|
|
9569
9606
|
$vuetify: Xl,
|
|
9570
9607
|
validations: {
|
|
9571
9608
|
api: {
|
|
9572
|
-
...
|
|
9609
|
+
...yd
|
|
9573
9610
|
},
|
|
9574
9611
|
js: {
|
|
9575
|
-
...
|
|
9612
|
+
...Ad
|
|
9576
9613
|
}
|
|
9577
9614
|
}
|
|
9578
|
-
},
|
|
9615
|
+
}, Sd = "System error, try again later or contact administrator", _d = "Please fill all required fields and fix problems", Td = "Please, fix these errors", xd = {
|
|
9579
9616
|
created: "Record was created",
|
|
9580
9617
|
updated: "Record was updated",
|
|
9581
9618
|
deleted: "Record was removed",
|
|
@@ -9583,73 +9620,108 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9583
9620
|
unpublished: "Record was unpublished",
|
|
9584
9621
|
enabled: "Record was enabled",
|
|
9585
9622
|
disabled: "Record was disabled"
|
|
9586
|
-
},
|
|
9587
|
-
unknownError:
|
|
9588
|
-
fixValidationErrors:
|
|
9589
|
-
fixApiValidationErrors:
|
|
9590
|
-
recordWas:
|
|
9591
|
-
idWasCopied:
|
|
9592
|
-
textWasCopied:
|
|
9593
|
-
},
|
|
9594
|
-
create:
|
|
9595
|
-
createAndClose:
|
|
9596
|
-
save:
|
|
9597
|
-
saveAndClose:
|
|
9598
|
-
close:
|
|
9599
|
-
edit:
|
|
9600
|
-
detail:
|
|
9601
|
-
submitFilter:
|
|
9602
|
-
resetFilter:
|
|
9603
|
-
advancedFilters:
|
|
9604
|
-
cancel:
|
|
9623
|
+
}, $d = "ID was copied to clipboard", Od = "Text was copied to clipboard", Pd = {
|
|
9624
|
+
unknownError: Sd,
|
|
9625
|
+
fixValidationErrors: _d,
|
|
9626
|
+
fixApiValidationErrors: Td,
|
|
9627
|
+
recordWas: xd,
|
|
9628
|
+
idWasCopied: $d,
|
|
9629
|
+
textWasCopied: Od
|
|
9630
|
+
}, Id = "Vytvoriť", Ed = "Vytvoriť a zatvoriť", Fd = "Uložiť", Nd = "Uložiť a zatvoriť", Ld = "Zatvoriť", Vd = "Editovať", jd = "Detail", Bd = "Hľadať", Rd = "Zrušiť filter", zd = "More filters", Yd = "Zrušiť", Hd = "ID", Jd = "Teraz", Ud = "Potvrď", Wd = "Copy ID", qd = "Pridať", Gd = "Download", Kd = "Upload", Zd = {
|
|
9631
|
+
create: Id,
|
|
9632
|
+
createAndClose: Ed,
|
|
9633
|
+
save: Fd,
|
|
9634
|
+
saveAndClose: Nd,
|
|
9635
|
+
close: Ld,
|
|
9636
|
+
edit: Vd,
|
|
9637
|
+
detail: jd,
|
|
9638
|
+
submitFilter: Bd,
|
|
9639
|
+
resetFilter: Rd,
|
|
9640
|
+
advancedFilters: zd,
|
|
9641
|
+
cancel: Yd,
|
|
9605
9642
|
delete: "Zmazať",
|
|
9606
|
-
id:
|
|
9607
|
-
now:
|
|
9608
|
-
|
|
9609
|
-
|
|
9610
|
-
|
|
9611
|
-
|
|
9612
|
-
|
|
9613
|
-
|
|
9614
|
-
}, Wd = "System", qd = "Nevybrané", Gd = {
|
|
9643
|
+
id: Hd,
|
|
9644
|
+
now: Jd,
|
|
9645
|
+
confirm: Ud,
|
|
9646
|
+
copyId: Wd,
|
|
9647
|
+
add: qd,
|
|
9648
|
+
download: Gd,
|
|
9649
|
+
Upload: Kd
|
|
9650
|
+
}, Qd = "System", Xd = "Nevybrané", ec = {
|
|
9615
9651
|
true: "áno",
|
|
9616
9652
|
false: "nie"
|
|
9617
|
-
},
|
|
9653
|
+
}, tc = {
|
|
9618
9654
|
createdAt: "Created",
|
|
9619
9655
|
modifiedAt: "Modified",
|
|
9620
9656
|
created: "Created",
|
|
9621
9657
|
modified: "Modified"
|
|
9622
|
-
},
|
|
9623
|
-
system:
|
|
9624
|
-
notSelected:
|
|
9625
|
-
boolean:
|
|
9626
|
-
tracking:
|
|
9627
|
-
},
|
|
9658
|
+
}, nc = {
|
|
9659
|
+
system: Qd,
|
|
9660
|
+
notSelected: Xd,
|
|
9661
|
+
boolean: ec,
|
|
9662
|
+
tracking: tc
|
|
9663
|
+
}, ac = "version", rc = "New version of admin is available. For proper functioning, latest version is required.", oc = "Reload new version", ic = {
|
|
9628
9664
|
light: "Svetlá",
|
|
9629
9665
|
dark: "Tmavá",
|
|
9630
9666
|
auto: "Automatická"
|
|
9631
|
-
},
|
|
9667
|
+
}, sc = {
|
|
9668
|
+
config: "Config table",
|
|
9632
9669
|
displayCols: "Display columns",
|
|
9633
9670
|
itemsPerPage: "Records per page",
|
|
9634
9671
|
from: "from",
|
|
9635
|
-
noDataText: "No data to display"
|
|
9636
|
-
|
|
9672
|
+
noDataText: "No data to display",
|
|
9673
|
+
ordering: {
|
|
9674
|
+
title: "Radenie",
|
|
9675
|
+
mostRelevant: "Najrelevantnejšie",
|
|
9676
|
+
mostRecent: "Najnovšie",
|
|
9677
|
+
oldest: "Najstaršie"
|
|
9678
|
+
}
|
|
9679
|
+
}, lc = {
|
|
9637
9680
|
confirmDelete: "Remove?",
|
|
9638
9681
|
hide: "Hide",
|
|
9639
9682
|
show: "Show"
|
|
9640
|
-
},
|
|
9641
|
-
|
|
9642
|
-
|
|
9643
|
-
|
|
9644
|
-
|
|
9645
|
-
|
|
9646
|
-
|
|
9647
|
-
|
|
9683
|
+
}, uc = {
|
|
9684
|
+
button: "Aplikácie"
|
|
9685
|
+
}, dc = {
|
|
9686
|
+
button: "Účet",
|
|
9687
|
+
logout: "Odhlásenie",
|
|
9688
|
+
logoutText: "Skutočne chcete odhlásiť?",
|
|
9689
|
+
logoutConfirm: "Odhlásiť",
|
|
9690
|
+
settings: "Nastavenia"
|
|
9691
|
+
}, cc = {
|
|
9692
|
+
detail: "Detail",
|
|
9693
|
+
edit: "Úprava",
|
|
9694
|
+
create: "Vytvorenie"
|
|
9695
|
+
}, fc = {
|
|
9696
|
+
text: "Prosím, prihláste sa",
|
|
9697
|
+
button: "Prihlásiť sa"
|
|
9698
|
+
}, mc = {
|
|
9699
|
+
title: "Ups, 404",
|
|
9700
|
+
text: "Táto stránka neexistuje",
|
|
9701
|
+
backButton: "Vráť ma na úvodnú stránku"
|
|
9702
|
+
}, pc = {
|
|
9703
|
+
title: "Ups, 401",
|
|
9704
|
+
text: "Na túto stránku nemáte prístup",
|
|
9705
|
+
backButton: "Vráť ma na prihlásenie"
|
|
9706
|
+
}, hc = {
|
|
9707
|
+
version: ac,
|
|
9708
|
+
newVersionText: rc,
|
|
9709
|
+
newVersionReload: oc,
|
|
9710
|
+
theme: ic,
|
|
9711
|
+
datatable: sc,
|
|
9712
|
+
modal: lc,
|
|
9713
|
+
adminSwitcher: uc,
|
|
9714
|
+
currentUser: dc,
|
|
9715
|
+
breadcrumb: cc,
|
|
9716
|
+
login: fc,
|
|
9717
|
+
notFound: mc,
|
|
9718
|
+
unauthorized: pc
|
|
9719
|
+
}, gc = {
|
|
9648
9720
|
detail: "Anzu User Detail",
|
|
9649
9721
|
list: "Anzu Users List",
|
|
9650
9722
|
edit: "Anzu User Edit",
|
|
9651
9723
|
create: "Anzu User Create"
|
|
9652
|
-
},
|
|
9724
|
+
}, vc = {
|
|
9653
9725
|
id: "ID",
|
|
9654
9726
|
enabled: "Enabled",
|
|
9655
9727
|
email: "Email",
|
|
@@ -9665,25 +9737,25 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9665
9737
|
color: "Avatar farba",
|
|
9666
9738
|
text: "Avatar text"
|
|
9667
9739
|
}
|
|
9668
|
-
},
|
|
9740
|
+
}, bc = {
|
|
9669
9741
|
id: "ID",
|
|
9670
9742
|
enabled: "Enabled",
|
|
9671
9743
|
email: "Email"
|
|
9672
|
-
},
|
|
9744
|
+
}, yc = {
|
|
9673
9745
|
grants: "Actions",
|
|
9674
9746
|
permissions: "Permissions",
|
|
9675
9747
|
resolvedPermissions: "Resolved Permission",
|
|
9676
9748
|
noPermissions: "No permissions set"
|
|
9677
|
-
},
|
|
9678
|
-
meta:
|
|
9679
|
-
model:
|
|
9680
|
-
filter:
|
|
9681
|
-
table:
|
|
9682
|
-
},
|
|
9749
|
+
}, wc = {
|
|
9750
|
+
meta: gc,
|
|
9751
|
+
model: vc,
|
|
9752
|
+
filter: bc,
|
|
9753
|
+
table: yc
|
|
9754
|
+
}, kc = {
|
|
9683
9755
|
detail: "Detail",
|
|
9684
9756
|
list: "Zoznam",
|
|
9685
9757
|
create: "Vytvoriť"
|
|
9686
|
-
},
|
|
9758
|
+
}, Dc = {
|
|
9687
9759
|
id: "Id",
|
|
9688
9760
|
_resourceName: "Typ",
|
|
9689
9761
|
status: "Stav",
|
|
@@ -9692,23 +9764,23 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9692
9764
|
result: "Výsledok",
|
|
9693
9765
|
targetUserId: "Cieľovy používateľ",
|
|
9694
9766
|
anonymizeUser: "Anonymizuj používateľa"
|
|
9695
|
-
},
|
|
9767
|
+
}, Cc = {
|
|
9696
9768
|
jobUserDataDelete: "Výmaz používateľových dát"
|
|
9697
|
-
},
|
|
9769
|
+
}, Mc = {
|
|
9698
9770
|
waiting: "V poradí",
|
|
9699
9771
|
processing: "Procesuje sa",
|
|
9700
9772
|
awaitingBatchProcess: "Procesuje sa v dávke",
|
|
9701
9773
|
done: "Hotovo",
|
|
9702
9774
|
error: "Chyba"
|
|
9703
|
-
},
|
|
9704
|
-
meta:
|
|
9705
|
-
model:
|
|
9706
|
-
jobResource:
|
|
9707
|
-
status:
|
|
9708
|
-
},
|
|
9775
|
+
}, Ac = {
|
|
9776
|
+
meta: kc,
|
|
9777
|
+
model: Dc,
|
|
9778
|
+
jobResource: Cc,
|
|
9779
|
+
status: Mc
|
|
9780
|
+
}, Sc = {
|
|
9709
9781
|
detail: "Log Detail",
|
|
9710
9782
|
list: "List of Logs"
|
|
9711
|
-
},
|
|
9783
|
+
}, _c = "System", Tc = {
|
|
9712
9784
|
system: "System",
|
|
9713
9785
|
type: "Type",
|
|
9714
9786
|
levelName: "Level",
|
|
@@ -9719,7 +9791,7 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9719
9791
|
datetimeTo: "Date until",
|
|
9720
9792
|
message: "Message",
|
|
9721
9793
|
appVersion: "Version"
|
|
9722
|
-
},
|
|
9794
|
+
}, xc = {
|
|
9723
9795
|
id: "ID",
|
|
9724
9796
|
datetime: "Date",
|
|
9725
9797
|
levelName: "Level",
|
|
@@ -9735,62 +9807,62 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9735
9807
|
path: "URL",
|
|
9736
9808
|
httpStatus: "Status code"
|
|
9737
9809
|
}
|
|
9738
|
-
},
|
|
9739
|
-
meta:
|
|
9740
|
-
system:
|
|
9741
|
-
filter:
|
|
9742
|
-
model:
|
|
9743
|
-
},
|
|
9810
|
+
}, $c = {
|
|
9811
|
+
meta: Sc,
|
|
9812
|
+
system: _c,
|
|
9813
|
+
filter: Tc,
|
|
9814
|
+
model: xc
|
|
9815
|
+
}, Oc = {
|
|
9744
9816
|
actions: "Akcie",
|
|
9745
9817
|
permissions: "Oprávnenia"
|
|
9746
|
-
},
|
|
9818
|
+
}, Pc = {
|
|
9747
9819
|
allow: "Povolený",
|
|
9748
9820
|
allowOwner: "Iba vlastník",
|
|
9749
9821
|
deny: "Zamietnutý"
|
|
9750
|
-
},
|
|
9822
|
+
}, Ic = {
|
|
9751
9823
|
role: "Rola",
|
|
9752
9824
|
group: "Skupina",
|
|
9753
9825
|
user: "Užívateľ",
|
|
9754
9826
|
defaultGrant: "Default"
|
|
9755
|
-
},
|
|
9756
|
-
table:
|
|
9757
|
-
grant:
|
|
9758
|
-
grantOrigin:
|
|
9759
|
-
},
|
|
9827
|
+
}, Ec = {
|
|
9828
|
+
table: Oc,
|
|
9829
|
+
grant: Pc,
|
|
9830
|
+
grantOrigin: Ic
|
|
9831
|
+
}, Fc = {
|
|
9760
9832
|
detail: "Permission Group Detail",
|
|
9761
9833
|
list: "Permission Group List",
|
|
9762
9834
|
create: "Permission Group Create",
|
|
9763
9835
|
edit: "Permission Group Edit"
|
|
9764
|
-
},
|
|
9836
|
+
}, Nc = {
|
|
9765
9837
|
id: "ID",
|
|
9766
9838
|
title: "Title",
|
|
9767
9839
|
description: "Description",
|
|
9768
9840
|
permissions: "Permissions"
|
|
9769
|
-
},
|
|
9841
|
+
}, Lc = {
|
|
9770
9842
|
id: "ID",
|
|
9771
9843
|
title: "Title"
|
|
9772
|
-
},
|
|
9844
|
+
}, Vc = {
|
|
9773
9845
|
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
9774
|
-
},
|
|
9775
|
-
meta:
|
|
9776
|
-
model:
|
|
9777
|
-
filter:
|
|
9778
|
-
button:
|
|
9779
|
-
},
|
|
9780
|
-
error_field_length_min:
|
|
9781
|
-
error_field_length_max:
|
|
9782
|
-
error_field_not_unique:
|
|
9783
|
-
error_compromised_password:
|
|
9784
|
-
},
|
|
9785
|
-
required:
|
|
9786
|
-
minLength:
|
|
9787
|
-
maxLength:
|
|
9788
|
-
email:
|
|
9789
|
-
stringArrayItemLength:
|
|
9790
|
-
},
|
|
9846
|
+
}, jc = {
|
|
9847
|
+
meta: Fc,
|
|
9848
|
+
model: Nc,
|
|
9849
|
+
filter: Lc,
|
|
9850
|
+
button: Vc
|
|
9851
|
+
}, Bc = "error_field_length_min", Rc = "error_field_length_max", zc = "error_field_not_unique", Yc = "error_compromised_password", Hc = {
|
|
9852
|
+
error_field_length_min: Bc,
|
|
9853
|
+
error_field_length_max: Rc,
|
|
9854
|
+
error_field_not_unique: zc,
|
|
9855
|
+
error_compromised_password: Yc
|
|
9856
|
+
}, Jc = "Required.", Uc = "Minimal length is {min}.", Wc = "Maximal length is {max}.", qc = "Incorrect email format", Gc = "Item length in list must have between {min} and {max} characters.", Kc = {
|
|
9857
|
+
required: Jc,
|
|
9858
|
+
minLength: Uc,
|
|
9859
|
+
maxLength: Wc,
|
|
9860
|
+
email: qc,
|
|
9861
|
+
stringArrayItemLength: Gc
|
|
9862
|
+
}, Zc = "Badge", Qc = "Close", Xc = {
|
|
9791
9863
|
noResultsText: "No matching records found",
|
|
9792
9864
|
loadingText: "Loading items..."
|
|
9793
|
-
},
|
|
9865
|
+
}, ef = {
|
|
9794
9866
|
itemsPerPageText: "Rows per page:",
|
|
9795
9867
|
ariaLabel: {
|
|
9796
9868
|
sortDescending: "Sorted descending.",
|
|
@@ -9801,7 +9873,7 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9801
9873
|
activateAscending: "Activate to sort ascending."
|
|
9802
9874
|
},
|
|
9803
9875
|
sortBy: "Sort by"
|
|
9804
|
-
},
|
|
9876
|
+
}, tf = {
|
|
9805
9877
|
itemsPerPageText: "Items per page:",
|
|
9806
9878
|
itemsPerPageAll: "All",
|
|
9807
9879
|
nextPage: "Next page",
|
|
@@ -9809,31 +9881,31 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9809
9881
|
firstPage: "First page",
|
|
9810
9882
|
lastPage: "Last page",
|
|
9811
9883
|
pageText: "{0}-{1} of {2}"
|
|
9812
|
-
},
|
|
9884
|
+
}, nf = {
|
|
9813
9885
|
itemsSelected: "{0} selected",
|
|
9814
9886
|
nextMonthAriaLabel: "Next month",
|
|
9815
9887
|
nextYearAriaLabel: "Next year",
|
|
9816
9888
|
prevMonthAriaLabel: "Previous month",
|
|
9817
9889
|
prevYearAriaLabel: "Previous year"
|
|
9818
|
-
},
|
|
9890
|
+
}, af = "No data available", rf = {
|
|
9819
9891
|
prev: "Previous visual",
|
|
9820
9892
|
next: "Next visual",
|
|
9821
9893
|
ariaLabel: {
|
|
9822
9894
|
delimiter: "Carousel slide {0} of {1}"
|
|
9823
9895
|
}
|
|
9824
|
-
},
|
|
9896
|
+
}, of = {
|
|
9825
9897
|
moreEvents: "{0} more"
|
|
9826
|
-
},
|
|
9898
|
+
}, sf = {
|
|
9827
9899
|
clear: "Clear {0}",
|
|
9828
9900
|
prependAction: "{0} prepended action",
|
|
9829
9901
|
appendAction: "{0} appended action"
|
|
9830
|
-
},
|
|
9902
|
+
}, lf = {
|
|
9831
9903
|
counter: "{0} files",
|
|
9832
9904
|
counterSize: "{0} files ({1} in total)"
|
|
9833
|
-
},
|
|
9905
|
+
}, uf = {
|
|
9834
9906
|
am: "AM",
|
|
9835
9907
|
pm: "PM"
|
|
9836
|
-
},
|
|
9908
|
+
}, df = {
|
|
9837
9909
|
ariaLabel: {
|
|
9838
9910
|
root: "Navigácia stránkovania",
|
|
9839
9911
|
next: "Ďalšia stránka",
|
|
@@ -9843,114 +9915,114 @@ const jl = "Badge", Bl = "Close", Rl = {
|
|
|
9843
9915
|
first: "First page",
|
|
9844
9916
|
last: "Last page"
|
|
9845
9917
|
}
|
|
9846
|
-
},
|
|
9918
|
+
}, cf = {
|
|
9847
9919
|
ariaLabel: {
|
|
9848
9920
|
item: "Rating {0} of {1}"
|
|
9849
9921
|
}
|
|
9850
|
-
},
|
|
9851
|
-
badge:
|
|
9852
|
-
close:
|
|
9853
|
-
dataIterator:
|
|
9854
|
-
dataTable:
|
|
9855
|
-
dataFooter:
|
|
9856
|
-
datePicker:
|
|
9857
|
-
noDataText:
|
|
9858
|
-
carousel:
|
|
9859
|
-
calendar:
|
|
9860
|
-
input:
|
|
9861
|
-
fileInput:
|
|
9862
|
-
timePicker:
|
|
9863
|
-
pagination:
|
|
9864
|
-
rating:
|
|
9865
|
-
},
|
|
9922
|
+
}, ff = {
|
|
9923
|
+
badge: Zc,
|
|
9924
|
+
close: Qc,
|
|
9925
|
+
dataIterator: Xc,
|
|
9926
|
+
dataTable: ef,
|
|
9927
|
+
dataFooter: tf,
|
|
9928
|
+
datePicker: nf,
|
|
9929
|
+
noDataText: af,
|
|
9930
|
+
carousel: rf,
|
|
9931
|
+
calendar: of,
|
|
9932
|
+
input: sf,
|
|
9933
|
+
fileInput: lf,
|
|
9934
|
+
timePicker: uf,
|
|
9935
|
+
pagination: df,
|
|
9936
|
+
rating: cf
|
|
9937
|
+
}, Cp = {
|
|
9866
9938
|
common: {
|
|
9867
|
-
alert:
|
|
9868
|
-
button:
|
|
9869
|
-
model:
|
|
9870
|
-
system:
|
|
9871
|
-
anzuUser:
|
|
9872
|
-
job:
|
|
9873
|
-
log:
|
|
9874
|
-
permission:
|
|
9875
|
-
permissionGroup:
|
|
9939
|
+
alert: Pd,
|
|
9940
|
+
button: Zd,
|
|
9941
|
+
model: nc,
|
|
9942
|
+
system: hc,
|
|
9943
|
+
anzuUser: wc,
|
|
9944
|
+
job: Ac,
|
|
9945
|
+
log: $c,
|
|
9946
|
+
permission: Ec,
|
|
9947
|
+
permissionGroup: jc
|
|
9876
9948
|
},
|
|
9877
|
-
$vuetify:
|
|
9949
|
+
$vuetify: ff,
|
|
9878
9950
|
validations: {
|
|
9879
9951
|
api: {
|
|
9880
|
-
...
|
|
9952
|
+
...Hc
|
|
9881
9953
|
},
|
|
9882
9954
|
js: {
|
|
9883
|
-
...
|
|
9955
|
+
...Kc
|
|
9884
9956
|
}
|
|
9885
9957
|
}
|
|
9886
9958
|
};
|
|
9887
|
-
const
|
|
9959
|
+
const mf = {
|
|
9888
9960
|
CHIP_LINK: "mdi-arrow-top-right",
|
|
9889
9961
|
CHIP_LINK_EXTERNAL: "mdi-open-in-new"
|
|
9890
|
-
},
|
|
9962
|
+
}, Mp = dr(mf);
|
|
9891
9963
|
export {
|
|
9892
|
-
|
|
9893
|
-
|
|
9894
|
-
|
|
9895
|
-
|
|
9896
|
-
|
|
9897
|
-
|
|
9898
|
-
|
|
9899
|
-
|
|
9900
|
-
|
|
9901
|
-
|
|
9902
|
-
|
|
9903
|
-
|
|
9964
|
+
Om as AActionCloseButton,
|
|
9965
|
+
Pm as AActionCreateButton,
|
|
9966
|
+
Im as AActionDeleteButton,
|
|
9967
|
+
Em as AActionEditButton,
|
|
9968
|
+
Fm as AActionSaveAndCloseButton,
|
|
9969
|
+
Nm as AActionSaveButton,
|
|
9970
|
+
Yf as AAlerts,
|
|
9971
|
+
yo as ABooleanValue,
|
|
9972
|
+
Hf as ACard,
|
|
9973
|
+
Tm as ACopyText,
|
|
9974
|
+
um as ADatatable,
|
|
9975
|
+
dm as ADatatablePagination,
|
|
9904
9976
|
za as ADatetime,
|
|
9905
9977
|
oi as AFilterAdvancedButton,
|
|
9906
|
-
|
|
9907
|
-
|
|
9908
|
-
|
|
9909
|
-
|
|
9978
|
+
Am as AFilterBooleanGroup,
|
|
9979
|
+
ym as AFilterDatetimePicker,
|
|
9980
|
+
mm as AFilterInteger,
|
|
9981
|
+
Mm as AFilterRemoteAutocomplete,
|
|
9910
9982
|
ri as AFilterResetButton,
|
|
9911
|
-
|
|
9983
|
+
fm as AFilterString,
|
|
9912
9984
|
ai as AFilterSubmitButton,
|
|
9913
|
-
|
|
9914
|
-
|
|
9915
|
-
|
|
9916
|
-
|
|
9917
|
-
|
|
9918
|
-
|
|
9919
|
-
|
|
9920
|
-
|
|
9985
|
+
Cm as AFilterValueObjectOptionsSelect,
|
|
9986
|
+
pm as AFilterWrapper,
|
|
9987
|
+
Qf as AFormBooleanToggle,
|
|
9988
|
+
bm as AFormDatetimePicker,
|
|
9989
|
+
km as AFormRemoteAutocomplete,
|
|
9990
|
+
Kf as AFormTextField,
|
|
9991
|
+
Zf as AFormTextarea,
|
|
9992
|
+
Dm as AFormValueObjectOptionsSelect,
|
|
9921
9993
|
Tr as AIconGroup,
|
|
9922
|
-
|
|
9923
|
-
|
|
9924
|
-
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9994
|
+
Sm as AJobStatusChip,
|
|
9995
|
+
Rm as ALanguageSelect,
|
|
9996
|
+
_m as ALogLevelChip,
|
|
9997
|
+
xm as APageTitle,
|
|
9998
|
+
hm as APermissionGrantEditor,
|
|
9999
|
+
gm as APermissionValueChip,
|
|
9928
10000
|
Fa as ARow,
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9932
|
-
|
|
9933
|
-
|
|
9934
|
-
|
|
9935
|
-
|
|
10001
|
+
zm as ASystemBar,
|
|
10002
|
+
Xf as ASystemEntityScope,
|
|
10003
|
+
Lm as ATableCopyIdButton,
|
|
10004
|
+
Vm as ATableDetailButton,
|
|
10005
|
+
jm as ATableEditButton,
|
|
10006
|
+
Bm as AThemeSelect,
|
|
10007
|
+
$m as AUserAndTimeTrackingFields,
|
|
9936
10008
|
Ii as Acl,
|
|
9937
10009
|
ht as AnzuApiResponseCodeError,
|
|
9938
10010
|
ot as AnzuApiValidationError,
|
|
9939
|
-
|
|
9940
|
-
|
|
9941
|
-
|
|
10011
|
+
Km as AnzuFatalError,
|
|
10012
|
+
vm as AnzuSystemsCommonAdmin,
|
|
10013
|
+
yr as AvailableLanguagesSymbol,
|
|
9942
10014
|
pr as DATETIME_MAX,
|
|
9943
10015
|
mr as DATETIME_MIN,
|
|
9944
10016
|
wr as DefaultLanguageSymbol,
|
|
9945
10017
|
Dn as Grant,
|
|
9946
10018
|
gr as GrantOrigin,
|
|
9947
|
-
|
|
10019
|
+
qm as HTTP_STATUS_BAD_REQUEST,
|
|
9948
10020
|
qs as HTTP_STATUS_CREATED,
|
|
9949
10021
|
Gs as HTTP_STATUS_NO_CONTENT,
|
|
9950
10022
|
Ws as HTTP_STATUS_OK,
|
|
9951
|
-
|
|
10023
|
+
Gm as HTTP_STATUS_UNAUTHORIZED,
|
|
9952
10024
|
Ks as HTTP_STATUS_UNPROCESSABLE_ENTITY,
|
|
9953
|
-
|
|
10025
|
+
Mp as ICON,
|
|
9954
10026
|
ns as JobStatus,
|
|
9955
10027
|
rs as LogLevel,
|
|
9956
10028
|
qa as NEW_LINE_MARK,
|
|
@@ -9958,28 +10030,28 @@ export {
|
|
|
9958
10030
|
rt as SubjectScopeSymbol,
|
|
9959
10031
|
at as SystemScopeSymbol,
|
|
9960
10032
|
gs as Theme,
|
|
9961
|
-
|
|
10033
|
+
Zm as apiAnyRequest,
|
|
9962
10034
|
ol as apiCreateOne,
|
|
9963
10035
|
ll as apiDeleteOne,
|
|
9964
|
-
|
|
10036
|
+
Qm as apiFetchByIds,
|
|
9965
10037
|
hl as apiFetchList,
|
|
9966
|
-
|
|
9967
|
-
|
|
10038
|
+
bl as apiFetchOne,
|
|
10039
|
+
Xm as apiUpdateOne,
|
|
9968
10040
|
kl as arrayFlatten,
|
|
9969
|
-
|
|
9970
|
-
|
|
9971
|
-
|
|
9972
|
-
|
|
9973
|
-
|
|
10041
|
+
rp as arrayFromArgs,
|
|
10042
|
+
np as arrayItemToggle,
|
|
10043
|
+
ap as arrayToString,
|
|
10044
|
+
Ym as booleanToInteger,
|
|
10045
|
+
op as browserHistoryReplaceUrlByRouter,
|
|
9974
10046
|
Dl as browserHistoryReplaceUrlByString,
|
|
9975
10047
|
Bt as cloneDeep,
|
|
9976
|
-
|
|
10048
|
+
sm as dateModifyMinutes,
|
|
9977
10049
|
jo as dateNow,
|
|
9978
|
-
|
|
10050
|
+
im as dateTimeEndOfDay,
|
|
9979
10051
|
zo as dateTimeFriendly,
|
|
9980
10052
|
An as dateTimeNow,
|
|
9981
10053
|
Ro as dateTimePretty,
|
|
9982
|
-
|
|
10054
|
+
om as dateTimeStartOfDay,
|
|
9983
10055
|
Bo as dateToUtc,
|
|
9984
10056
|
et as eventClickBlur,
|
|
9985
10057
|
Q as i18n,
|
|
@@ -9987,11 +10059,11 @@ export {
|
|
|
9987
10059
|
La as isBoolean,
|
|
9988
10060
|
ui as isCreatedByAware,
|
|
9989
10061
|
Na as isDefined,
|
|
9990
|
-
|
|
10062
|
+
Jf as isDocId,
|
|
9991
10063
|
Ao as isEmpty,
|
|
9992
10064
|
ur as isEmptyArray,
|
|
9993
10065
|
lr as isEmptyObject,
|
|
9994
|
-
|
|
10066
|
+
Uf as isInt,
|
|
9995
10067
|
ke as isNull,
|
|
9996
10068
|
na as isNumber,
|
|
9997
10069
|
sr as isObject,
|
|
@@ -9999,63 +10071,63 @@ export {
|
|
|
9999
10071
|
nt as isString,
|
|
10000
10072
|
$ as isUndefined,
|
|
10001
10073
|
pt as isValidHTTPStatus,
|
|
10002
|
-
|
|
10003
|
-
|
|
10004
|
-
|
|
10074
|
+
cm as makeFilterHelper,
|
|
10075
|
+
Dp as messagesEn,
|
|
10076
|
+
Cp as messagesSk,
|
|
10005
10077
|
Ds as modifyLanguageSettings,
|
|
10006
10078
|
_r as numberToString,
|
|
10007
10079
|
dr as objectDeepFreeze,
|
|
10008
|
-
|
|
10080
|
+
nm as objectDeletePropertyByPath,
|
|
10009
10081
|
cr as objectGetValueByPath,
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10082
|
+
em as objectGetValues,
|
|
10083
|
+
tm as objectSetValueByPath,
|
|
10084
|
+
Wm as prettyBytes,
|
|
10013
10085
|
qn as stringNormalizeForSlotName,
|
|
10014
10086
|
At as stringSplitOnFirstOccurrence,
|
|
10015
|
-
|
|
10087
|
+
Wf as stringToFloat,
|
|
10016
10088
|
So as stringToInt,
|
|
10017
10089
|
_o as stringToKebabCase,
|
|
10018
|
-
|
|
10019
|
-
|
|
10090
|
+
qf as stringToSlug,
|
|
10091
|
+
Gf as stringTrimLength,
|
|
10020
10092
|
To as stringUrlTemplateReplace,
|
|
10021
|
-
|
|
10093
|
+
rm as timestampCurrent,
|
|
10022
10094
|
Pi as useAcl,
|
|
10023
10095
|
ia as useAlerts,
|
|
10024
|
-
|
|
10096
|
+
Hm as useAnzuUserFactory,
|
|
10025
10097
|
Or as useApiQueryBuilder,
|
|
10026
|
-
|
|
10098
|
+
am as useDatatableColumns,
|
|
10027
10099
|
gt as useErrorHandler,
|
|
10028
10100
|
ra as useFilterHelpers,
|
|
10029
10101
|
hr as useGrant,
|
|
10030
10102
|
ii as useGrantOrigin,
|
|
10031
|
-
|
|
10032
|
-
|
|
10033
|
-
|
|
10103
|
+
_p as useI18n,
|
|
10104
|
+
ep as useJobApi,
|
|
10105
|
+
tp as useJobResource,
|
|
10034
10106
|
as as useJobStatus,
|
|
10035
10107
|
Cs as useLanguageSettings,
|
|
10036
10108
|
os as useLogLevel,
|
|
10037
10109
|
Sr as usePagination,
|
|
10038
|
-
|
|
10039
|
-
|
|
10040
|
-
|
|
10041
|
-
|
|
10042
|
-
|
|
10043
|
-
|
|
10044
|
-
|
|
10045
|
-
|
|
10046
|
-
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10050
|
-
|
|
10051
|
-
|
|
10052
|
-
|
|
10053
|
-
|
|
10054
|
-
|
|
10110
|
+
wm as usePaginationAutoHide,
|
|
10111
|
+
Jm as usePermissionConfigFactory,
|
|
10112
|
+
Um as usePermissionGroupFactory,
|
|
10113
|
+
bs as useTheme,
|
|
10114
|
+
dp as useValidateBetween,
|
|
10115
|
+
cp as useValidateEmail,
|
|
10116
|
+
fp as useValidateLatitude,
|
|
10117
|
+
mp as useValidateLatitudeNotZeroAsLongitude,
|
|
10118
|
+
pp as useValidateLongitude,
|
|
10119
|
+
kp as useValidateLongitudeNotZeroAsLatitude,
|
|
10120
|
+
hp as useValidateMaxLength,
|
|
10121
|
+
gp as useValidateMaxValue,
|
|
10122
|
+
vp as useValidateMinLength,
|
|
10123
|
+
bp as useValidateMinValue,
|
|
10124
|
+
yp as useValidateNumeric,
|
|
10125
|
+
wp as useValidatePhoneNumber,
|
|
10126
|
+
ip as useValidateRequired,
|
|
10055
10127
|
qi as useValidateRequiredIf,
|
|
10056
|
-
|
|
10057
|
-
|
|
10058
|
-
|
|
10059
|
-
|
|
10128
|
+
sp as useValidateSlug,
|
|
10129
|
+
up as useValidateStringArrayItemLength,
|
|
10130
|
+
lp as useValidateUrl,
|
|
10131
|
+
lm as yearNow
|
|
10060
10132
|
};
|
|
10061
10133
|
//# sourceMappingURL=common-admin.es.js.map
|