@anzusystems/common-admin 0.0.64 → 0.0.66
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 +26 -9
- package/dist/common-admin.es.js +685 -687
- package/dist/common-admin.es.js.map +1 -1
- package/package.json +6 -6
package/dist/common-admin.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
var go = Object.defineProperty;
|
|
2
2
|
var vo = (t, n, e) => n in t ? go(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e;
|
|
3
3
|
var Pn = (t, n, e) => (vo(t, typeof n != "symbol" ? n + "" : n, e), e);
|
|
4
|
-
import { defineComponent as L, computed as x, openBlock as w, createBlock as E, unref as f, withCtx as v, createTextVNode as z, toDisplayString as $, createElementBlock as H, createVNode as b, createCommentVNode as Z, renderSlot as _e, createElementVNode as te, resolveComponent as
|
|
4
|
+
import { defineComponent as L, computed as x, openBlock as w, createBlock as E, unref as f, withCtx as v, createTextVNode as z, toDisplayString as $, createElementBlock as H, createVNode as b, createCommentVNode as Z, renderSlot as _e, createElementVNode as te, resolveComponent as Bt, normalizeClass as we, withModifiers as ne, withDirectives as xr, vShow as Sr, isProxy as yo, toRaw as bo, isRef as Ye, inject as ke, createSlots as on, Fragment as He, provide as ur, watch as Ve, renderList as Mt, ref as J, TransitionGroup as Tr, normalizeStyle as ya, resolveDynamicComponent as xa, onMounted as Kn, h as wo, nextTick as ko, withKeys as $r, reactive as Co, toRefs as Sa, shallowRef as dr, readonly as Lt, mergeProps as Ta, createStaticVNode as Or, setBlockTracking as cr, onBeforeUnmount as Ao } from "vue";
|
|
5
5
|
import { useI18n as K, createI18n as Do } from "vue-i18n";
|
|
6
|
-
import { useI18n as
|
|
6
|
+
import { useI18n as Lg } from "vue-i18n";
|
|
7
7
|
import { VChip as ft } from "vuetify/lib/components/VChip/index.mjs";
|
|
8
8
|
import { VRow as ba, VCol as Zt, VSpacer as nn } from "vuetify/lib/components/VGrid/index.mjs";
|
|
9
9
|
import { VAlert as _o } from "vuetify/lib/components/VAlert/index.mjs";
|
|
@@ -24,7 +24,7 @@ import { VDialog as Pa } from "vuetify/lib/components/VDialog/index.mjs";
|
|
|
24
24
|
import { useFetch as So, watchDebounced as Ia, useClipboard as Er, useStorage as Nr, useIntervalFn as To, useDebounceFn as $o } from "@vueuse/core";
|
|
25
25
|
import { VExpandTransition as Oo } from "vuetify/lib/components/transitions/index.mjs";
|
|
26
26
|
import Vo from "@vuelidate/core";
|
|
27
|
-
import { createI18nMessage as Ze, requiredIf as Po, between as Io, email as Fo, maxLength as Eo, maxValue as No, minLength as Lo, minValue as zo, numeric as
|
|
27
|
+
import { createI18nMessage as Ze, requiredIf as Po, between as Io, email as Fo, maxLength as Eo, maxValue as No, minLength as Lo, minValue as zo, numeric as jo, required as Bo, helpers as Lr, url as Ro } from "@vuelidate/validators";
|
|
28
28
|
import { VAutocomplete as sn } from "vuetify/lib/components/VAutocomplete/index.mjs";
|
|
29
29
|
import { VCheckboxBtn as Uo } from "vuetify/lib/components/VCheckbox/index.mjs";
|
|
30
30
|
import { VSwitch as Yo } from "vuetify/lib/components/VSwitch/index.mjs";
|
|
@@ -35,7 +35,7 @@ import { VAppBar as Jo } from "vuetify/lib/components/VAppBar/index.mjs";
|
|
|
35
35
|
import { VColorPicker as Wo } from "vuetify/lib/components/VColorPicker/index.mjs";
|
|
36
36
|
import { VDivider as qo } from "vuetify/lib/components/VDivider/index.mjs";
|
|
37
37
|
import { VBtn as In, VChip as Ko } from "vuetify/components";
|
|
38
|
-
const Go = { key: 1 },
|
|
38
|
+
const Go = { key: 1 }, Ep = /* @__PURE__ */ L({
|
|
39
39
|
__name: "ABooleanValue",
|
|
40
40
|
props: {
|
|
41
41
|
value: { type: [Number, String, Boolean] },
|
|
@@ -64,11 +64,11 @@ const Go = { key: 1 }, Vp = /* @__PURE__ */ L({
|
|
|
64
64
|
props: {
|
|
65
65
|
title: { default: "" },
|
|
66
66
|
value: { default: "" },
|
|
67
|
-
dataCy: { default:
|
|
67
|
+
dataCy: { default: void 0 },
|
|
68
68
|
titleClass: { default: "text-subtitle-2" }
|
|
69
69
|
},
|
|
70
70
|
setup(t) {
|
|
71
|
-
return (n, e) => (w(), E(ba,
|
|
71
|
+
return (n, e) => (w(), E(ba, { "data-cy": t.dataCy }, {
|
|
72
72
|
default: v(() => [
|
|
73
73
|
b(Zt, null, {
|
|
74
74
|
default: v(() => [
|
|
@@ -81,9 +81,9 @@ const Go = { key: 1 }, Vp = /* @__PURE__ */ L({
|
|
|
81
81
|
})
|
|
82
82
|
]),
|
|
83
83
|
_: 3
|
|
84
|
-
}));
|
|
84
|
+
}, 8, ["data-cy"]));
|
|
85
85
|
}
|
|
86
|
-
}), Xo = ["textContent"],
|
|
86
|
+
}), Xo = ["textContent"], Np = /* @__PURE__ */ L({
|
|
87
87
|
__name: "AAlerts",
|
|
88
88
|
props: {
|
|
89
89
|
max: { default: 5 },
|
|
@@ -94,7 +94,7 @@ const Go = { key: 1 }, Vp = /* @__PURE__ */ L({
|
|
|
94
94
|
},
|
|
95
95
|
setup(t) {
|
|
96
96
|
return (n, e) => {
|
|
97
|
-
const a =
|
|
97
|
+
const a = Bt("Notifications");
|
|
98
98
|
return w(), E(a, {
|
|
99
99
|
max: t.max,
|
|
100
100
|
group: t.group,
|
|
@@ -139,7 +139,7 @@ const Go = { key: 1 }, Vp = /* @__PURE__ */ L({
|
|
|
139
139
|
]);
|
|
140
140
|
}
|
|
141
141
|
});
|
|
142
|
-
const
|
|
142
|
+
const Lp = /* @__PURE__ */ L({
|
|
143
143
|
__name: "ACard",
|
|
144
144
|
props: {
|
|
145
145
|
loading: { type: Boolean, default: void 0 },
|
|
@@ -159,10 +159,10 @@ const Ip = /* @__PURE__ */ L({
|
|
|
159
159
|
_: 3
|
|
160
160
|
}, 8, ["title", "loading"]));
|
|
161
161
|
}
|
|
162
|
-
}), T = (t) => typeof t > "u", fr = (t) => !T(t), he = (t) => t === null, Fa = (t) => typeof t == "number", ct = (t) => typeof t == "string", Ne = (t) => Array.isArray(t), mr = (t) => typeof t == "boolean",
|
|
162
|
+
}), T = (t) => typeof t > "u", fr = (t) => !T(t), he = (t) => t === null, Fa = (t) => typeof t == "number", ct = (t) => typeof t == "string", Ne = (t) => Array.isArray(t), mr = (t) => typeof t == "boolean", zp = (t) => ct(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), jp = (t) => {
|
|
163
163
|
const n = parseFloat(t);
|
|
164
164
|
return !isNaN(t) && (n | 0) === n;
|
|
165
|
-
}, Qn = (t) => typeof t == "object" && !Ne(t) && !he(t), zr = (t) => Qn(t) ? Object.keys(t).length === 0 : !1, ni = (t) => Ne(t) && t.length === 0,
|
|
165
|
+
}, Qn = (t) => typeof t == "object" && !Ne(t) && !he(t), zr = (t) => Qn(t) ? Object.keys(t).length === 0 : !1, ni = (t) => Ne(t) && t.length === 0, Bp = (t) => he(t) || T(t) || t === "" || t === 0 || ni(t) || zr(t), mt = (t) => {
|
|
166
166
|
if (typeof structuredClone == "function")
|
|
167
167
|
try {
|
|
168
168
|
return yo(t) ? structuredClone(bo(t)) : Ye(t) ? structuredClone(f(t)) : structuredClone(t);
|
|
@@ -178,7 +178,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
178
178
|
return n;
|
|
179
179
|
}
|
|
180
180
|
return Number.isNaN(e) ? n : e;
|
|
181
|
-
},
|
|
181
|
+
}, Rp = (t, n = 0) => {
|
|
182
182
|
let e = n;
|
|
183
183
|
try {
|
|
184
184
|
e = Number.parseFloat(t);
|
|
@@ -192,7 +192,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
192
192
|
start: t.slice(0, e),
|
|
193
193
|
end: t.slice(e + n.length)
|
|
194
194
|
};
|
|
195
|
-
},
|
|
195
|
+
}, Up = (t) => t.toString().toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, "-").replace(/&/g, "-").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/^-+/, "").replace(/-+$/, ""), ri = (t) => t.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), Yp = (t, n = 80) => t.length > n ? t.substring(1, n) + "..." : t, oi = (t, n) => {
|
|
196
196
|
if (t.indexOf(":") === -1)
|
|
197
197
|
return t;
|
|
198
198
|
const e = [];
|
|
@@ -202,7 +202,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
202
202
|
const l = r.substring(1);
|
|
203
203
|
T(n[l]) || (e[o] = n[r.substring(1)] + "");
|
|
204
204
|
}), e.join("/");
|
|
205
|
-
},
|
|
205
|
+
}, Hp = (t, n) => {
|
|
206
206
|
if (t.indexOf(":") === -1)
|
|
207
207
|
return t;
|
|
208
208
|
const e = [];
|
|
@@ -213,10 +213,10 @@ const Ip = /* @__PURE__ */ L({
|
|
|
213
213
|
const l = /^:([a-zA-Z0-9_-]+).*/, c = r.match(l);
|
|
214
214
|
he(c) || !c[1] || T(n[c[1]]) || (e[o] = n[c[1]] + "");
|
|
215
215
|
}), e.join("/");
|
|
216
|
-
},
|
|
216
|
+
}, Jp = (t) => t.replace(".", "-"), rt = Symbol.for("anzu:system-scope"), ot = Symbol.for("anzu:subject-scope"), ii = {
|
|
217
217
|
key: 0,
|
|
218
218
|
class: "required"
|
|
219
|
-
},
|
|
219
|
+
}, Wp = /* @__PURE__ */ L({
|
|
220
220
|
__name: "AFormTextField",
|
|
221
221
|
props: {
|
|
222
222
|
modelValue: null,
|
|
@@ -282,7 +282,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
282
282
|
}), li = {
|
|
283
283
|
key: 0,
|
|
284
284
|
class: "required"
|
|
285
|
-
},
|
|
285
|
+
}, qp = /* @__PURE__ */ L({
|
|
286
286
|
__name: "AFormTextarea",
|
|
287
287
|
props: {
|
|
288
288
|
modelValue: null,
|
|
@@ -345,7 +345,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
345
345
|
}), si = {
|
|
346
346
|
key: 0,
|
|
347
347
|
class: "required"
|
|
348
|
-
},
|
|
348
|
+
}, Kp = /* @__PURE__ */ L({
|
|
349
349
|
__name: "AFormBooleanToggle",
|
|
350
350
|
props: {
|
|
351
351
|
modelValue: { default: null },
|
|
@@ -415,7 +415,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
415
415
|
}, 8, ["modelValue", "mandatory"])
|
|
416
416
|
], 64));
|
|
417
417
|
}
|
|
418
|
-
}),
|
|
418
|
+
}), Gp = /* @__PURE__ */ L({
|
|
419
419
|
__name: "ASystemEntityScope",
|
|
420
420
|
props: {
|
|
421
421
|
system: null,
|
|
@@ -428,7 +428,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
428
428
|
}), ui = { class: "anzu-data-footer" }, di = {
|
|
429
429
|
key: 0,
|
|
430
430
|
class: "anzu-data-footer__page-limit"
|
|
431
|
-
}, ci = { class: "anzu-data-footer__pagination" }, fi = { class: "anzu-data-footer__icons-before" }, mi = { class: "current-page" }, pi = { class: "anzu-data-footer__icons-after" },
|
|
431
|
+
}, ci = { class: "anzu-data-footer__pagination" }, fi = { class: "anzu-data-footer__icons-before" }, mi = { class: "current-page" }, pi = { class: "anzu-data-footer__icons-after" }, Zp = /* @__PURE__ */ L({
|
|
432
432
|
__name: "ADatatablePagination",
|
|
433
433
|
props: {
|
|
434
434
|
modelValue: null,
|
|
@@ -529,7 +529,7 @@ const Ip = /* @__PURE__ */ L({
|
|
|
529
529
|
]));
|
|
530
530
|
}
|
|
531
531
|
});
|
|
532
|
-
const
|
|
532
|
+
const Qp = /* @__PURE__ */ L({
|
|
533
533
|
__name: "ADatatableConfigButton",
|
|
534
534
|
props: {
|
|
535
535
|
columnsAll: null,
|
|
@@ -620,7 +620,7 @@ const qp = /* @__PURE__ */ L({
|
|
|
620
620
|
_: 1
|
|
621
621
|
}, 8, ["class", "data-cy"]));
|
|
622
622
|
}
|
|
623
|
-
}), hi = { class: "d-flex align-center justify-center" }, gi = { class: "text-caption mr-1" },
|
|
623
|
+
}), hi = { class: "d-flex align-center justify-center" }, gi = { class: "text-caption mr-1" }, Xp = /* @__PURE__ */ L({
|
|
624
624
|
__name: "ADatatableOrdering",
|
|
625
625
|
props: {
|
|
626
626
|
variant: { default: "default" },
|
|
@@ -712,7 +712,7 @@ const qp = /* @__PURE__ */ L({
|
|
|
712
712
|
})
|
|
713
713
|
]));
|
|
714
714
|
}
|
|
715
|
-
}),
|
|
715
|
+
}), jr = /* @__PURE__ */ L({
|
|
716
716
|
__name: "ADialogToolbar",
|
|
717
717
|
emits: ["onCancel"],
|
|
718
718
|
setup(t, { emit: n }) {
|
|
@@ -743,7 +743,7 @@ const qp = /* @__PURE__ */ L({
|
|
|
743
743
|
_: 3
|
|
744
744
|
}));
|
|
745
745
|
}
|
|
746
|
-
}),
|
|
746
|
+
}), eh = /* @__PURE__ */ L({
|
|
747
747
|
__name: "ALogData",
|
|
748
748
|
props: {
|
|
749
749
|
data: null
|
|
@@ -775,7 +775,7 @@ function vi(t) {
|
|
|
775
775
|
});
|
|
776
776
|
} };
|
|
777
777
|
}
|
|
778
|
-
const Un = vi(),
|
|
778
|
+
const Un = vi(), Br = /* @__PURE__ */ new Map(), pr = {
|
|
779
779
|
x: ["left", "center", "right"],
|
|
780
780
|
y: ["top", "bottom"]
|
|
781
781
|
}, yi = ((t) => () => t++)(0), bi = (t) => typeof t != "string" ? [] : t.split(/\s+/gi).filter((n) => n), wi = (t) => {
|
|
@@ -985,7 +985,7 @@ const xi = /* @__PURE__ */ Ea(_i, [["render", Mi]]), la = "[-+]?[0-9]*.?[0-9]+",
|
|
|
985
985
|
data() {
|
|
986
986
|
return {
|
|
987
987
|
list: [],
|
|
988
|
-
velocity:
|
|
988
|
+
velocity: Br.get("velocity"),
|
|
989
989
|
timerControl: null
|
|
990
990
|
};
|
|
991
991
|
},
|
|
@@ -1154,7 +1154,7 @@ Ke.close = (t) => {
|
|
|
1154
1154
|
Un.emit("close", t);
|
|
1155
1155
|
};
|
|
1156
1156
|
function Ni(t, n = {}) {
|
|
1157
|
-
Object.entries(n).forEach((a) =>
|
|
1157
|
+
Object.entries(n).forEach((a) => Br.set(...a));
|
|
1158
1158
|
const e = n.name || "notify";
|
|
1159
1159
|
t.config.globalProperties["$" + e] = Ke, t.component(n.componentName || "Notifications", Ei);
|
|
1160
1160
|
}
|
|
@@ -1186,9 +1186,9 @@ class Ie extends Error {
|
|
|
1186
1186
|
super(e), this.name = "AnzuFatalError", this.cause = n, this.message = e;
|
|
1187
1187
|
}
|
|
1188
1188
|
}
|
|
1189
|
-
const zi = 200,
|
|
1189
|
+
const zi = 200, ji = 201, pt = 204, th = 400, nh = 401, Bi = 403, Ur = 422, Ri = [zi, ji, pt], St = (t) => {
|
|
1190
1190
|
var n;
|
|
1191
|
-
return Va.isAxiosError(t) && ((n = t.response) == null ? void 0 : n.status) ===
|
|
1191
|
+
return Va.isAxiosError(t) && ((n = t.response) == null ? void 0 : n.status) === Bi;
|
|
1192
1192
|
}, Yr = (t) => t instanceof ht;
|
|
1193
1193
|
class ht extends Error {
|
|
1194
1194
|
constructor(n, e = "") {
|
|
@@ -1363,7 +1363,7 @@ function Na() {
|
|
|
1363
1363
|
showErrorsDefault: (y) => Yr(y) ? (k(), !0) : Hr(y) ? (m(y.fields), !0) : Ji(y) ? (d(y.detail), !0) : Rr(y) || Jr(y) ? (g(), !0) : !1
|
|
1364
1364
|
};
|
|
1365
1365
|
}
|
|
1366
|
-
const
|
|
1366
|
+
const ah = /* @__PURE__ */ L({
|
|
1367
1367
|
__name: "ACreateDialog",
|
|
1368
1368
|
props: {
|
|
1369
1369
|
modelValue: { type: Boolean },
|
|
@@ -1402,7 +1402,7 @@ const Xp = /* @__PURE__ */ L({
|
|
|
1402
1402
|
}
|
|
1403
1403
|
};
|
|
1404
1404
|
return (g, k) => {
|
|
1405
|
-
const I =
|
|
1405
|
+
const I = Bt("ABtnTertiary"), y = Bt("ABtnPrimary");
|
|
1406
1406
|
return w(), E(y, {
|
|
1407
1407
|
class: we(t.buttonClass),
|
|
1408
1408
|
rounded: "pill",
|
|
@@ -1425,7 +1425,7 @@ const Xp = /* @__PURE__ */ L({
|
|
|
1425
1425
|
"data-cy": "create-panel"
|
|
1426
1426
|
}, {
|
|
1427
1427
|
default: v(() => [
|
|
1428
|
-
b(
|
|
1428
|
+
b(jr, { onOnCancel: l }, {
|
|
1429
1429
|
default: v(() => [
|
|
1430
1430
|
_e(g.$slots, "title", {}, () => [
|
|
1431
1431
|
z($(f(a)("common.button.create")), 1)
|
|
@@ -1477,7 +1477,7 @@ const Xp = /* @__PURE__ */ L({
|
|
|
1477
1477
|
}, 8, ["class", "data-cy", "onClick"]);
|
|
1478
1478
|
};
|
|
1479
1479
|
}
|
|
1480
|
-
}), Ki = { class: "a-admin-switcher__content" }, Gi = ["href"], Zi = ["src", "alt"], Qi = { class: "a-admin-switcher__item-title" },
|
|
1480
|
+
}), Ki = { class: "a-admin-switcher__content" }, Gi = ["href"], Zi = ["src", "alt"], Qi = { class: "a-admin-switcher__item-title" }, rh = /* @__PURE__ */ L({
|
|
1481
1481
|
__name: "AAdminSwitcher",
|
|
1482
1482
|
props: {
|
|
1483
1483
|
configUrl: { default: null }
|
|
@@ -1545,10 +1545,10 @@ const bt = (t, n) => {
|
|
|
1545
1545
|
return e;
|
|
1546
1546
|
}, Xi = {};
|
|
1547
1547
|
function el(t, n) {
|
|
1548
|
-
const e =
|
|
1548
|
+
const e = Bt("RouterView");
|
|
1549
1549
|
return w(), E(e);
|
|
1550
1550
|
}
|
|
1551
|
-
const
|
|
1551
|
+
const oh = /* @__PURE__ */ bt(Xi, [["render", el]]);
|
|
1552
1552
|
var La = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1553
1553
|
function Wr(t) {
|
|
1554
1554
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -1577,8 +1577,8 @@ var ka = {}, tl = {
|
|
|
1577
1577
|
}, m: function D(C, _) {
|
|
1578
1578
|
if (C.date() < _.date())
|
|
1579
1579
|
return -D(_, C);
|
|
1580
|
-
var M = 12 * (_.year() - C.year()) + (_.month() - C.month()), S = C.clone().add(M, d),
|
|
1581
|
-
return +(-(M + (_ - S) / (
|
|
1580
|
+
var M = 12 * (_.year() - C.year()) + (_.month() - C.month()), S = C.clone().add(M, d), j = _ - S < 0, G = C.clone().add(M + (j ? -1 : 1), d);
|
|
1581
|
+
return +(-(M + (_ - S) / (j ? S - G : G - S)) || 0);
|
|
1582
1582
|
}, a: function(D) {
|
|
1583
1583
|
return D < 0 ? Math.ceil(D) || 0 : Math.floor(D);
|
|
1584
1584
|
}, p: function(D) {
|
|
@@ -1594,8 +1594,8 @@ var ka = {}, tl = {
|
|
|
1594
1594
|
if (!C)
|
|
1595
1595
|
return ae;
|
|
1596
1596
|
if (typeof C == "string") {
|
|
1597
|
-
var
|
|
1598
|
-
ee[
|
|
1597
|
+
var j = C.toLowerCase();
|
|
1598
|
+
ee[j] && (S = j), _ && (ee[j] = _, S = j);
|
|
1599
1599
|
var G = C.split("-");
|
|
1600
1600
|
if (!S && G.length > 1)
|
|
1601
1601
|
return D(G[0]);
|
|
@@ -1620,7 +1620,7 @@ var ka = {}, tl = {
|
|
|
1620
1620
|
var C = D.prototype;
|
|
1621
1621
|
return C.parse = function(_) {
|
|
1622
1622
|
this.$d = function(M) {
|
|
1623
|
-
var S = M.date,
|
|
1623
|
+
var S = M.date, j = M.utc;
|
|
1624
1624
|
if (S === null)
|
|
1625
1625
|
return /* @__PURE__ */ new Date(NaN);
|
|
1626
1626
|
if (Q.u(S))
|
|
@@ -1631,7 +1631,7 @@ var ka = {}, tl = {
|
|
|
1631
1631
|
var G = S.match(O);
|
|
1632
1632
|
if (G) {
|
|
1633
1633
|
var se = G[2] - 1 || 0, ge = (G[7] || "0").substring(0, 3);
|
|
1634
|
-
return
|
|
1634
|
+
return j ? new Date(Date.UTC(G[1], se, G[3] || 1, G[4] || 0, G[5] || 0, G[6] || 0, ge)) : new Date(G[1], se, G[3] || 1, G[4] || 0, G[5] || 0, G[6] || 0, ge);
|
|
1635
1635
|
}
|
|
1636
1636
|
}
|
|
1637
1637
|
return new Date(S);
|
|
@@ -1657,20 +1657,20 @@ var ka = {}, tl = {
|
|
|
1657
1657
|
}, C.valueOf = function() {
|
|
1658
1658
|
return this.$d.getTime();
|
|
1659
1659
|
}, C.startOf = function(_, M) {
|
|
1660
|
-
var S = this,
|
|
1661
|
-
var
|
|
1662
|
-
return
|
|
1660
|
+
var S = this, j = !!Q.u(M) || M, G = Q.p(_), se = function(Se, Ce) {
|
|
1661
|
+
var je = Q.w(S.$u ? Date.UTC(S.$y, Ce, Se) : new Date(S.$y, Ce, Se), S);
|
|
1662
|
+
return j ? je : je.endOf(p);
|
|
1663
1663
|
}, ge = function(Se, Ce) {
|
|
1664
|
-
return Q.w(S.toDate()[Se].apply(S.toDate("s"), (
|
|
1664
|
+
return Q.w(S.toDate()[Se].apply(S.toDate("s"), (j ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Ce)), S);
|
|
1665
1665
|
}, ve = this.$W, Ae = this.$M, Le = this.$D, xe = "set" + (this.$u ? "UTC" : "");
|
|
1666
1666
|
switch (G) {
|
|
1667
1667
|
case k:
|
|
1668
|
-
return
|
|
1668
|
+
return j ? se(1, 0) : se(31, 11);
|
|
1669
1669
|
case d:
|
|
1670
|
-
return
|
|
1670
|
+
return j ? se(1, Ae) : se(0, Ae + 1);
|
|
1671
1671
|
case m:
|
|
1672
1672
|
var Je = this.$locale().weekStart || 0, ze = (ve < Je ? ve + 7 : ve) - Je;
|
|
1673
|
-
return se(
|
|
1673
|
+
return se(j ? Le - ze : Le + (6 - ze), Ae);
|
|
1674
1674
|
case p:
|
|
1675
1675
|
case I:
|
|
1676
1676
|
return ge(xe + "Hours", 0);
|
|
@@ -1686,8 +1686,8 @@ var ka = {}, tl = {
|
|
|
1686
1686
|
}, C.endOf = function(_) {
|
|
1687
1687
|
return this.startOf(_, !1);
|
|
1688
1688
|
}, C.$set = function(_, M) {
|
|
1689
|
-
var S,
|
|
1690
|
-
if (
|
|
1689
|
+
var S, j = Q.p(_), G = "set" + (this.$u ? "UTC" : ""), se = (S = {}, S[p] = G + "Date", S[I] = G + "Date", S[d] = G + "Month", S[k] = G + "FullYear", S[u] = G + "Hours", S[c] = G + "Minutes", S[l] = G + "Seconds", S[o] = G + "Milliseconds", S)[j], ge = j === p ? this.$D + (M - this.$W) : M;
|
|
1690
|
+
if (j === d || j === k) {
|
|
1691
1691
|
var ve = this.clone().set(I, 1);
|
|
1692
1692
|
ve.$d[se](ge), ve.init(), this.$d = ve.set(I, Math.min(this.$D, ve.daysInMonth())).$d;
|
|
1693
1693
|
} else
|
|
@@ -1698,11 +1698,11 @@ var ka = {}, tl = {
|
|
|
1698
1698
|
}, C.get = function(_) {
|
|
1699
1699
|
return this[Q.p(_)]();
|
|
1700
1700
|
}, C.add = function(_, M) {
|
|
1701
|
-
var S,
|
|
1701
|
+
var S, j = this;
|
|
1702
1702
|
_ = Number(_);
|
|
1703
1703
|
var G = Q.p(M), se = function(Ae) {
|
|
1704
|
-
var Le = ie(
|
|
1705
|
-
return Q.w(Le.date(Le.date() + Math.round(Ae * _)),
|
|
1704
|
+
var Le = ie(j);
|
|
1705
|
+
return Q.w(Le.date(Le.date() + Math.round(Ae * _)), j);
|
|
1706
1706
|
};
|
|
1707
1707
|
if (G === d)
|
|
1708
1708
|
return this.set(d, this.$M + _);
|
|
@@ -1720,22 +1720,22 @@ var ka = {}, tl = {
|
|
|
1720
1720
|
var M = this, S = this.$locale();
|
|
1721
1721
|
if (!this.isValid())
|
|
1722
1722
|
return S.invalidDate || y;
|
|
1723
|
-
var
|
|
1724
|
-
return Ce && (Ce[
|
|
1723
|
+
var j = _ || "YYYY-MM-DDTHH:mm:ssZ", G = Q.z(this), se = this.$H, ge = this.$m, ve = this.$M, Ae = S.weekdays, Le = S.months, xe = function(Ce, je, it, We) {
|
|
1724
|
+
return Ce && (Ce[je] || Ce(M, j)) || it[je].slice(0, We);
|
|
1725
1725
|
}, Je = function(Ce) {
|
|
1726
1726
|
return Q.s(se % 12 || 12, Ce, "0");
|
|
1727
|
-
}, ze = S.meridiem || function(Ce,
|
|
1727
|
+
}, ze = S.meridiem || function(Ce, je, it) {
|
|
1728
1728
|
var We = Ce < 12 ? "AM" : "PM";
|
|
1729
1729
|
return it ? We.toLowerCase() : We;
|
|
1730
1730
|
}, Se = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: ve + 1, MM: Q.s(ve + 1, 2, "0"), MMM: xe(S.monthsShort, ve, Le, 3), MMMM: xe(Le, ve), D: this.$D, DD: Q.s(this.$D, 2, "0"), d: String(this.$W), dd: xe(S.weekdaysMin, this.$W, Ae, 2), ddd: xe(S.weekdaysShort, this.$W, Ae, 3), dddd: Ae[this.$W], H: String(se), HH: Q.s(se, 2, "0"), h: Je(1), hh: Je(2), a: ze(se, ge, !0), A: ze(se, ge, !1), m: String(ge), mm: Q.s(ge, 2, "0"), s: String(this.$s), ss: Q.s(this.$s, 2, "0"), SSS: Q.s(this.$ms, 3, "0"), Z: G };
|
|
1731
|
-
return
|
|
1732
|
-
return
|
|
1731
|
+
return j.replace(V, function(Ce, je) {
|
|
1732
|
+
return je || Se[Ce] || G.replace(":", "");
|
|
1733
1733
|
});
|
|
1734
1734
|
}, C.utcOffset = function() {
|
|
1735
1735
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1736
1736
|
}, C.diff = function(_, M, S) {
|
|
1737
|
-
var
|
|
1738
|
-
return Ae = (
|
|
1737
|
+
var j, G = Q.p(M), se = ie(_), ge = (se.utcOffset() - this.utcOffset()) * a, ve = this - se, Ae = Q.m(this, se);
|
|
1738
|
+
return Ae = (j = {}, j[k] = Ae / 12, j[d] = Ae, j[g] = Ae / 3, j[m] = (ve - ge) / 6048e5, j[p] = (ve - ge) / 864e5, j[u] = ve / r, j[c] = ve / a, j[l] = ve / e, j)[G] || ve, S ? Ae : Q.a(Ae);
|
|
1739
1739
|
}, C.daysInMonth = function() {
|
|
1740
1740
|
return this.endOf(d).$D;
|
|
1741
1741
|
}, C.$locale = function() {
|
|
@@ -1743,8 +1743,8 @@ var ka = {}, tl = {
|
|
|
1743
1743
|
}, C.locale = function(_, M) {
|
|
1744
1744
|
if (!_)
|
|
1745
1745
|
return this.$L;
|
|
1746
|
-
var S = this.clone(),
|
|
1747
|
-
return
|
|
1746
|
+
var S = this.clone(), j = pe(_, M, !0);
|
|
1747
|
+
return j && (S.$L = j), S;
|
|
1748
1748
|
}, C.clone = function() {
|
|
1749
1749
|
return Q.w(this.$d, this);
|
|
1750
1750
|
}, C.toDate = function() {
|
|
@@ -1859,29 +1859,22 @@ var Ca = {}, nl = {
|
|
|
1859
1859
|
})(nl);
|
|
1860
1860
|
const al = Ca;
|
|
1861
1861
|
be.extend(al);
|
|
1862
|
-
const _t = ".000000Z", Yn = "YYYY-MM-DDTHH:mm:ss", Xn = "1970-01-01T00:00:00.000000Z", ea = "2100-01-01T00:00:00.000000Z", rl = () => be().utc().toDate(),
|
|
1863
|
-
if (n === null && (n = /* @__PURE__ */ new Date()), t === 0)
|
|
1864
|
-
return n;
|
|
1865
|
-
if (t > 0)
|
|
1866
|
-
return be(n).add(t, "minutes").toDate();
|
|
1867
|
-
if (t < 0)
|
|
1868
|
-
return be(n).subtract(t, "minutes").toDate();
|
|
1869
|
-
}, ol = (t) => be(t).utc().format("YYYY-MM-DDTHH:mm:ss") + _t, ih = () => be().utc().format("YYYY"), Aa = (t, n = "") => t === ea || t === Xn || t === "" || he(t) || T(t) ? n : be(t).format("DD.MM.YYYY HH:mm"), lh = (t, n = "") => {
|
|
1862
|
+
const _t = ".000000Z", Yn = "YYYY-MM-DDTHH:mm:ss", Xn = "1970-01-01T00:00:00.000000Z", ea = "2100-01-01T00:00:00.000000Z", rl = () => be().utc().toDate(), ih = (t) => be(t).toDate(), lh = () => ai(be().utc().unix()), Rt = (t = !0, n = !1) => t && !n ? be().utc().format("YYYY-MM-DDTHH:mm:ss") + _t : t && n ? be().utc().format("YYYY-MM-DDTHH:mm:00") + _t : !t && n ? be().utc().format("YYYY-MM-DDTHH:mm:00.SSSSSS") + "Z" : be().utc().format("YYYY-MM-DDTHH:mm:ss.SSSSSS") + "Z", sh = (t = 0) => t === 0 ? be().startOf("day").utc().format(Yn) + _t : be().add(t, "days").startOf("day").utc().format(Yn) + _t, uh = (t = 0) => t === 0 ? be().endOf("day").utc().format(Yn) + _t : be().add(t, "days").endOf("day").utc().format(Yn) + _t, dh = (t = 0, n = null) => (n === null && (n = /* @__PURE__ */ new Date()), t === 0 ? n : t > 0 ? be(n).add(t, "minutes").toDate() : t < 0 ? be(n).subtract(t, "minutes").toDate() : n), ol = (t) => be(t).utc().format("YYYY-MM-DDTHH:mm:ss") + _t, ch = () => be().utc().format("YYYY"), Aa = (t, n = "") => t === ea || t === Xn || t === "" || he(t) || T(t) ? n : be(t).format("DD.MM.YYYY HH:mm"), fh = (t, n = "") => {
|
|
1870
1863
|
if (t === ea || t === Xn || t === "" || he(t) || T(t))
|
|
1871
1864
|
return n;
|
|
1872
1865
|
let e = !0, a = !0;
|
|
1873
1866
|
const r = be(t), o = be();
|
|
1874
1867
|
return o.format("YYYY") === r.format("YYYY") && (e = !1), o.format("YYYY-MM-DD") === r.format("YYYY-MM-DD") && (a = !1), !e && !a ? be(r).format("H:mm") : e ? be(r).format("D.M.YYYY H:mm") : be(r).format("D.M. H:mm");
|
|
1875
|
-
},
|
|
1876
|
-
const
|
|
1877
|
-
return
|
|
1868
|
+
}, mh = (t, n = "") => t === ea || t === Xn || t === "" || he(t) || T(t) ? n : be(t).format("DD.MM.YYYY"), ph = (t, n = "") => t === ea || t === Xn || t === "" || he(t) || T(t) ? n : be(t).format("HH:mm"), hh = (t, n, e = "ms") => {
|
|
1869
|
+
const a = be(t), r = be(n);
|
|
1870
|
+
return a.diff(r, e);
|
|
1878
1871
|
}, il = { class: "d-flex align-center" }, ll = {
|
|
1879
1872
|
key: 0,
|
|
1880
1873
|
class: "mr-2"
|
|
1881
1874
|
}, sl = { class: "d-flex align-center" }, ul = {
|
|
1882
1875
|
key: 0,
|
|
1883
1876
|
class: "mr-2"
|
|
1884
|
-
},
|
|
1877
|
+
}, gh = /* @__PURE__ */ L({
|
|
1885
1878
|
__name: "ATimeTrackingFields",
|
|
1886
1879
|
props: {
|
|
1887
1880
|
data: null,
|
|
@@ -1914,7 +1907,7 @@ const _t = ".000000Z", Yn = "YYYY-MM-DDTHH:mm:ss", Xn = "1970-01-01T00:00:00.000
|
|
|
1914
1907
|
], 64));
|
|
1915
1908
|
}
|
|
1916
1909
|
});
|
|
1917
|
-
function
|
|
1910
|
+
function vh(t, n) {
|
|
1918
1911
|
return (e = {}) => {
|
|
1919
1912
|
const a = T(e.variant) ? "eq" : e.variant;
|
|
1920
1913
|
let r = T(e.default) ? null : e.default;
|
|
@@ -1955,7 +1948,7 @@ function za() {
|
|
|
1955
1948
|
}
|
|
1956
1949
|
};
|
|
1957
1950
|
}
|
|
1958
|
-
const
|
|
1951
|
+
const yh = /* @__PURE__ */ L({
|
|
1959
1952
|
__name: "AFilterString",
|
|
1960
1953
|
props: {
|
|
1961
1954
|
modelValue: null,
|
|
@@ -1982,7 +1975,7 @@ const mh = /* @__PURE__ */ L({
|
|
|
1982
1975
|
"onClick:clear": p[1] || (p[1] = ne((m) => f(r)(t.modelValue), ["stop"]))
|
|
1983
1976
|
}, null, 8, ["modelValue", "label", "placeholder", "clearable", "data-cy"]));
|
|
1984
1977
|
}
|
|
1985
|
-
}),
|
|
1978
|
+
}), bh = /* @__PURE__ */ L({
|
|
1986
1979
|
__name: "AFilterInteger",
|
|
1987
1980
|
props: {
|
|
1988
1981
|
modelValue: null,
|
|
@@ -2109,7 +2102,7 @@ const mh = /* @__PURE__ */ L({
|
|
|
2109
2102
|
_: 1
|
|
2110
2103
|
}, 8, ["class", "data-cy", "onClick"]));
|
|
2111
2104
|
}
|
|
2112
|
-
}),
|
|
2105
|
+
}), wh = /* @__PURE__ */ L({
|
|
2113
2106
|
__name: "AFilterWrapper",
|
|
2114
2107
|
props: {
|
|
2115
2108
|
enableAdvanced: { type: Boolean, default: !1 },
|
|
@@ -2189,10 +2182,10 @@ const mh = /* @__PURE__ */ L({
|
|
|
2189
2182
|
], 64));
|
|
2190
2183
|
}
|
|
2191
2184
|
});
|
|
2192
|
-
var
|
|
2185
|
+
var Bn = /* @__PURE__ */ ((t) => (t[t.Deny = 0] = "Deny", t[t.AllowOwner = 1] = "AllowOwner", t[t.Allow = 2] = "Allow", t[
|
|
2193
2186
|
t.Default = 0
|
|
2194
2187
|
/* Deny */
|
|
2195
|
-
] = "Default", t))(
|
|
2188
|
+
] = "Default", t))(Bn || {});
|
|
2196
2189
|
function qr() {
|
|
2197
2190
|
const { t } = K(), n = J([
|
|
2198
2191
|
{
|
|
@@ -2216,7 +2209,7 @@ function qr() {
|
|
|
2216
2209
|
getGrantOption: (a) => n.value.find((r) => r.value === a)
|
|
2217
2210
|
};
|
|
2218
2211
|
}
|
|
2219
|
-
const
|
|
2212
|
+
const kh = /* @__PURE__ */ L({
|
|
2220
2213
|
__name: "APermissionGrantEditor",
|
|
2221
2214
|
props: {
|
|
2222
2215
|
availableGrants: null,
|
|
@@ -2290,7 +2283,7 @@ function ml() {
|
|
|
2290
2283
|
const pl = {
|
|
2291
2284
|
key: 0,
|
|
2292
2285
|
class: "ml-1"
|
|
2293
|
-
},
|
|
2286
|
+
}, Ch = /* @__PURE__ */ L({
|
|
2294
2287
|
__name: "APermissionValueChip",
|
|
2295
2288
|
props: {
|
|
2296
2289
|
grant: null,
|
|
@@ -2321,7 +2314,7 @@ const pl = {
|
|
|
2321
2314
|
a && typeof a == "object" && Gr(a);
|
|
2322
2315
|
}
|
|
2323
2316
|
return Object.freeze(t);
|
|
2324
|
-
},
|
|
2317
|
+
}, Ah = (t) => Object.keys(t).map((n) => t[n]), Zr = (t, n, e = ".") => {
|
|
2325
2318
|
const a = n.split(e);
|
|
2326
2319
|
let r = t;
|
|
2327
2320
|
for (; a.length; ) {
|
|
@@ -2331,7 +2324,7 @@ const pl = {
|
|
|
2331
2324
|
r = r[o];
|
|
2332
2325
|
}
|
|
2333
2326
|
return r;
|
|
2334
|
-
},
|
|
2327
|
+
}, Dh = (t, n, e, a = ".") => {
|
|
2335
2328
|
const r = n.split(a);
|
|
2336
2329
|
let o = t;
|
|
2337
2330
|
for (; r.length - 1; ) {
|
|
@@ -2342,7 +2335,7 @@ const pl = {
|
|
|
2342
2335
|
}
|
|
2343
2336
|
o[r[0]] = e;
|
|
2344
2337
|
};
|
|
2345
|
-
function
|
|
2338
|
+
function _h(t, n, e = ".") {
|
|
2346
2339
|
const a = n.split(e), r = a.length - 1;
|
|
2347
2340
|
function o(l, c = 0) {
|
|
2348
2341
|
const u = a[c];
|
|
@@ -2354,7 +2347,7 @@ function wh(t, n, e = ".") {
|
|
|
2354
2347
|
}
|
|
2355
2348
|
return o(t), t;
|
|
2356
2349
|
}
|
|
2357
|
-
const hl = (t) => Qn(t) && Object.hasOwn(t, "owners"), gl = (t) => Object.hasOwn(t, "createdBy"), ta = Symbol("currentUser"), Qr = Symbol("customAclResolver"), Xr = Symbol("availableLanguages"), eo = Symbol("defaultLanguage"),
|
|
2350
|
+
const hl = (t) => Qn(t) && Object.hasOwn(t, "owners"), gl = (t) => Object.hasOwn(t, "createdBy"), ta = Symbol("currentUser"), Qr = Symbol("customAclResolver"), Xr = Symbol("availableLanguages"), eo = Symbol("defaultLanguage"), Mh = {
|
|
2358
2351
|
install(t, n) {
|
|
2359
2352
|
t.provide(ta, n.currentUser), t.provide(Qr, n.customAclResolver), t.provide(Xr, n.languages.available), t.provide(eo, n.languages.default), t.component("Acl", yl), t.use(Li, { componentName: "Notifications" });
|
|
2360
2353
|
}
|
|
@@ -2373,11 +2366,11 @@ function vl(t) {
|
|
|
2373
2366
|
if (T(m))
|
|
2374
2367
|
return !1;
|
|
2375
2368
|
switch (m) {
|
|
2376
|
-
case
|
|
2369
|
+
case Bn.Allow:
|
|
2377
2370
|
return !0;
|
|
2378
|
-
case
|
|
2371
|
+
case Bn.Deny:
|
|
2379
2372
|
return !1;
|
|
2380
|
-
case
|
|
2373
|
+
case Bn.AllowOwner:
|
|
2381
2374
|
if (T(p))
|
|
2382
2375
|
throw new Error(`Required subject for acl "${u}" to determine an ability to access the resource.`);
|
|
2383
2376
|
return o(p);
|
|
@@ -2965,8 +2958,8 @@ function Dl(t, n) {
|
|
|
2965
2958
|
}
|
|
2966
2959
|
} else {
|
|
2967
2960
|
if (P) {
|
|
2968
|
-
var
|
|
2969
|
-
i = Math.min(i,
|
|
2961
|
+
var B = e.config.maxTime !== void 0 ? e.config.maxTime : e.config.maxDate;
|
|
2962
|
+
i = Math.min(i, B.getHours()), i === B.getHours() && (s = Math.min(s, B.getMinutes())), s === B.getMinutes() && (h = Math.min(h, B.getSeconds()));
|
|
2970
2963
|
}
|
|
2971
2964
|
if (A) {
|
|
2972
2965
|
var q = e.config.minTime !== void 0 ? e.config.minTime : e.config.minDate;
|
|
@@ -3027,7 +3020,7 @@ function Dl(t, n) {
|
|
|
3027
3020
|
u(h);
|
|
3028
3021
|
});
|
|
3029
3022
|
}
|
|
3030
|
-
e.config.allowInput && y(e._input, "blur",
|
|
3023
|
+
e.config.allowInput && y(e._input, "blur", je);
|
|
3031
3024
|
}
|
|
3032
3025
|
function F(i, s) {
|
|
3033
3026
|
var h = i !== void 0 ? e.parseDate(i) : e.latestSelectedDateObj || (e.config.minDate && e.config.minDate > e.now ? e.config.minDate : e.config.maxDate && e.config.maxDate < e.now ? e.config.maxDate : e.now), A = e.currentYear, P = e.currentMonth;
|
|
@@ -3053,7 +3046,7 @@ function Dl(t, n) {
|
|
|
3053
3046
|
var s = se(), h = s.weekWrapper, A = s.weekNumbers;
|
|
3054
3047
|
e.innerContainer.appendChild(h), e.weekNumbers = A, e.weekWrapper = h;
|
|
3055
3048
|
}
|
|
3056
|
-
e.rContainer = ce("div", "flatpickr-rContainer"), e.rContainer.appendChild(
|
|
3049
|
+
e.rContainer = ce("div", "flatpickr-rContainer"), e.rContainer.appendChild(j()), e.daysContainer || (e.daysContainer = ce("div", "flatpickr-days"), e.daysContainer.tabIndex = -1), W(), e.rContainer.appendChild(e.daysContainer), e.innerContainer.appendChild(e.rContainer), i.appendChild(e.innerContainer);
|
|
3057
3050
|
}
|
|
3058
3051
|
e.config.enableTime && i.appendChild(S()), Pe(e.calendarContainer, "rangeMode", e.config.mode === "range"), Pe(e.calendarContainer, "animate", e.config.animate === !0), Pe(e.calendarContainer, "multiMonth", e.config.showMonths > 1), e.calendarContainer.appendChild(i);
|
|
3059
3052
|
var P = e.config.appendTo !== void 0 && e.config.appendTo.nodeType !== void 0;
|
|
@@ -3080,9 +3073,9 @@ function Dl(t, n) {
|
|
|
3080
3073
|
}
|
|
3081
3074
|
function ie(i, s) {
|
|
3082
3075
|
for (var h = i.className.indexOf("Month") === -1 ? i.dateObj.getMonth() : e.currentMonth, A = s > 0 ? e.config.showMonths : -1, P = s > 0 ? 1 : -1, N = h - e.currentMonth; N != A; N += P)
|
|
3083
|
-
for (var X = e.daysContainer.children[N], Y = h - e.currentMonth === N ? i.$i + s : s < 0 ? X.children.length - 1 : 0, re = X.children.length,
|
|
3084
|
-
var q = X.children[
|
|
3085
|
-
if (q.className.indexOf("hidden") === -1 && Se(q.dateObj) && Math.abs(i.$i -
|
|
3076
|
+
for (var X = e.daysContainer.children[N], Y = h - e.currentMonth === N ? i.$i + s : s < 0 ? X.children.length - 1 : 0, re = X.children.length, B = Y; B >= 0 && B < re && B != (s > 0 ? re : -1); B += P) {
|
|
3077
|
+
var q = X.children[B];
|
|
3078
|
+
if (q.className.indexOf("hidden") === -1 && Se(q.dateObj) && Math.abs(i.$i - B) >= Math.abs(s))
|
|
3086
3079
|
return ue(q);
|
|
3087
3080
|
}
|
|
3088
3081
|
e.changeMonth(P), Q(pe(P), 0);
|
|
@@ -3092,14 +3085,14 @@ function Dl(t, n) {
|
|
|
3092
3085
|
P === void 0 ? e._input.focus() : A ? ie(P, s) : ue(P);
|
|
3093
3086
|
}
|
|
3094
3087
|
function Me(i, s) {
|
|
3095
|
-
for (var h = (new Date(i, s, 1).getDay() - e.l10n.firstDayOfWeek + 7) % 7, A = e.utils.getDaysInMonth((s - 1 + 12) % 12, i), P = e.utils.getDaysInMonth(s, i), N = window.document.createDocumentFragment(), X = e.config.showMonths > 1, Y = X ? "prevMonthDay hidden" : "prevMonthDay", re = X ? "nextMonthDay hidden" : "nextMonthDay",
|
|
3096
|
-
N.appendChild(ee("flatpickr-day " + Y, new Date(i, s - 1,
|
|
3097
|
-
for (
|
|
3098
|
-
N.appendChild(ee("flatpickr-day", new Date(i, s,
|
|
3088
|
+
for (var h = (new Date(i, s, 1).getDay() - e.l10n.firstDayOfWeek + 7) % 7, A = e.utils.getDaysInMonth((s - 1 + 12) % 12, i), P = e.utils.getDaysInMonth(s, i), N = window.document.createDocumentFragment(), X = e.config.showMonths > 1, Y = X ? "prevMonthDay hidden" : "prevMonthDay", re = X ? "nextMonthDay hidden" : "nextMonthDay", B = A + 1 - h, q = 0; B <= A; B++, q++)
|
|
3089
|
+
N.appendChild(ee("flatpickr-day " + Y, new Date(i, s - 1, B), B, q));
|
|
3090
|
+
for (B = 1; B <= P; B++, q++)
|
|
3091
|
+
N.appendChild(ee("flatpickr-day", new Date(i, s, B), B, q));
|
|
3099
3092
|
for (var fe = P + 1; fe <= 42 - h && (e.config.showMonths === 1 || q % 7 !== 0); fe++, q++)
|
|
3100
3093
|
N.appendChild(ee("flatpickr-day " + re, new Date(i, s + 1, fe % P), fe, q));
|
|
3101
|
-
var
|
|
3102
|
-
return
|
|
3094
|
+
var Be = ce("div", "dayContainer");
|
|
3095
|
+
return Be.appendChild(N), Be;
|
|
3103
3096
|
}
|
|
3104
3097
|
function W() {
|
|
3105
3098
|
if (e.daysContainer !== void 0) {
|
|
@@ -3182,7 +3175,7 @@ function Dl(t, n) {
|
|
|
3182
3175
|
}
|
|
3183
3176
|
return e.config.time_24hr || (e.amPM = ce("span", "flatpickr-am-pm", e.l10n.amPM[Ge((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;
|
|
3184
3177
|
}
|
|
3185
|
-
function
|
|
3178
|
+
function j() {
|
|
3186
3179
|
e.weekdayContainer ? En(e.weekdayContainer) : e.weekdayContainer = ce("div", "flatpickr-weekdays");
|
|
3187
3180
|
for (var i = e.config.showMonths; i--; ) {
|
|
3188
3181
|
var s = ce("div", "flatpickr-weekdaycontainer");
|
|
@@ -3323,7 +3316,7 @@ function Dl(t, n) {
|
|
|
3323
3316
|
function Ce(i) {
|
|
3324
3317
|
return e.daysContainer !== void 0 ? i.className.indexOf("hidden") === -1 && i.className.indexOf("flatpickr-disabled") === -1 && e.daysContainer.contains(i) : !1;
|
|
3325
3318
|
}
|
|
3326
|
-
function
|
|
3319
|
+
function je(i) {
|
|
3327
3320
|
var s = i.target === e._input, h = e._input.value.trimEnd() !== Et();
|
|
3328
3321
|
s && h && !(i.relatedTarget && xe(i.relatedTarget)) && e.setDate(e._input.value, !0, i.target === e.altInput ? e.config.altFormat : e.config.dateFormat);
|
|
3329
3322
|
}
|
|
@@ -3361,8 +3354,8 @@ function Dl(t, n) {
|
|
|
3361
3354
|
case 38:
|
|
3362
3355
|
case 40:
|
|
3363
3356
|
i.preventDefault();
|
|
3364
|
-
var
|
|
3365
|
-
e.daysContainer && s.$i !== void 0 || s === e.input || s === e.altInput ? i.ctrlKey ? (i.stopPropagation(), ze(e.currentYear -
|
|
3357
|
+
var B = i.keyCode === 40 ? 1 : -1;
|
|
3358
|
+
e.daysContainer && s.$i !== void 0 || s === e.input || s === e.altInput ? i.ctrlKey ? (i.stopPropagation(), ze(e.currentYear - B), Q(pe(1), 0)) : X || Q(void 0, B * 7) : s === e.currentYearElement ? ze(e.currentYear - B) : e.config.enableTime && (!X && e.hourElement && e.hourElement.focus(), u(i), e._debouncedChange());
|
|
3366
3359
|
break;
|
|
3367
3360
|
case 9:
|
|
3368
3361
|
if (X) {
|
|
@@ -3375,8 +3368,8 @@ function Dl(t, n) {
|
|
|
3375
3368
|
return $e;
|
|
3376
3369
|
}), fe = q.indexOf(s);
|
|
3377
3370
|
if (fe !== -1) {
|
|
3378
|
-
var
|
|
3379
|
-
i.preventDefault(), (
|
|
3371
|
+
var Be = q[fe + (i.shiftKey ? -1 : 1)];
|
|
3372
|
+
i.preventDefault(), (Be || e._input).focus();
|
|
3380
3373
|
}
|
|
3381
3374
|
} else
|
|
3382
3375
|
!e.config.noCalendar && e.daysContainer && e.daysContainer.contains(s) && i.shiftKey && (i.preventDefault(), e._input.focus());
|
|
@@ -3398,11 +3391,11 @@ function Dl(t, n) {
|
|
|
3398
3391
|
}
|
|
3399
3392
|
function We(i, s) {
|
|
3400
3393
|
if (s === void 0 && (s = "flatpickr-day"), !(e.selectedDates.length !== 1 || i && (!i.classList.contains(s) || i.classList.contains("flatpickr-disabled")))) {
|
|
3401
|
-
for (var h = i ? i.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), A = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), P = Math.min(h, e.selectedDates[0].getTime()), N = Math.max(h, e.selectedDates[0].getTime()), X = !1, Y = 0, re = 0,
|
|
3402
|
-
Se(new Date(
|
|
3394
|
+
for (var h = i ? i.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), A = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), P = Math.min(h, e.selectedDates[0].getTime()), N = Math.max(h, e.selectedDates[0].getTime()), X = !1, Y = 0, re = 0, B = P; B < N; B += Cl.DAY)
|
|
3395
|
+
Se(new Date(B), !0) || (X = X || B > P && B < N, B < A && (!Y || B > Y) ? Y = B : B > A && (!re || B < re) && (re = B));
|
|
3403
3396
|
var q = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + s));
|
|
3404
3397
|
q.forEach(function(fe) {
|
|
3405
|
-
var
|
|
3398
|
+
var Be = fe.dateObj, $e = Be.getTime(), dt = Y > 0 && $e < Y || re > 0 && $e > re;
|
|
3406
3399
|
if (dt) {
|
|
3407
3400
|
fe.classList.add("notAllowed"), ["inRange", "startRange", "endRange"].forEach(function(lt) {
|
|
3408
3401
|
fe.classList.remove(lt);
|
|
@@ -3520,8 +3513,8 @@ function Dl(t, n) {
|
|
|
3520
3513
|
}), e.isMobile = !e.config.disableMobile && !e.config.inline && e.config.mode === "single" && !e.config.disable.length && !e.config.enable && !e.config.weekNumbers && /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
|
|
3521
3514
|
for (var Y = 0; Y < e.config.plugins.length; Y++) {
|
|
3522
3515
|
var re = e.config.plugins[Y](e) || {};
|
|
3523
|
-
for (var
|
|
3524
|
-
sa.indexOf(
|
|
3516
|
+
for (var B in re)
|
|
3517
|
+
sa.indexOf(B) > -1 ? e.config[B] = ua(re[B]).map(l).concat(e.config[B]) : typeof s[B] > "u" && (e.config[B] = re[B]);
|
|
3525
3518
|
}
|
|
3526
3519
|
s.altInputClass || (e.config.altInputClass = Yt().className + " " + e.config.altInputClass), ye("onParseConfig");
|
|
3527
3520
|
}
|
|
@@ -3540,10 +3533,10 @@ function Dl(t, n) {
|
|
|
3540
3533
|
ye("onPreCalendarPosition");
|
|
3541
3534
|
var s = i || e._positionElement, h = Array.prototype.reduce.call(e.calendarContainer.children, function($n, On) {
|
|
3542
3535
|
return $n + On.offsetHeight;
|
|
3543
|
-
}, 0), A = e.calendarContainer.offsetWidth, P = e.config.position.split(" "), N = P[0], X = P.length > 1 ? P[1] : null, Y = s.getBoundingClientRect(), re = window.innerHeight - Y.bottom,
|
|
3544
|
-
if (Pe(e.calendarContainer, "arrowTop", !
|
|
3545
|
-
var fe = window.pageXOffset + Y.left,
|
|
3546
|
-
X === "center" ? (fe -= (A - Y.width) / 2,
|
|
3536
|
+
}, 0), A = e.calendarContainer.offsetWidth, P = e.config.position.split(" "), N = P[0], X = P.length > 1 ? P[1] : null, Y = s.getBoundingClientRect(), re = window.innerHeight - Y.bottom, B = N === "above" || N !== "below" && re < h && Y.top > h, q = window.pageYOffset + Y.top + (B ? -h - 2 : s.offsetHeight + 2);
|
|
3537
|
+
if (Pe(e.calendarContainer, "arrowTop", !B), Pe(e.calendarContainer, "arrowBottom", B), !e.config.inline) {
|
|
3538
|
+
var fe = window.pageXOffset + Y.left, Be = !1, $e = !1;
|
|
3539
|
+
X === "center" ? (fe -= (A - Y.width) / 2, Be = !0) : X === "right" && (fe -= A - Y.width, $e = !0), Pe(e.calendarContainer, "arrowLeft", !Be && !$e), Pe(e.calendarContainer, "arrowCenter", Be), Pe(e.calendarContainer, "arrowRight", $e);
|
|
3547
3540
|
var dt = window.document.body.offsetWidth - (window.pageXOffset + Y.right), lt = fe + A > window.document.body.offsetWidth, An = dt + A > window.document.body.offsetWidth;
|
|
3548
3541
|
if (Pe(e.calendarContainer, "rightMost", lt), !e.config.static)
|
|
3549
3542
|
if (e.calendarContainer.style.top = q + "px", !lt)
|
|
@@ -3606,15 +3599,15 @@ function Dl(t, n) {
|
|
|
3606
3599
|
e.currentYear = P.getFullYear(), e.currentMonth = P.getMonth(), Y && (ye("onYearChange"), D()), ye("onMonthChange");
|
|
3607
3600
|
}
|
|
3608
3601
|
if (Ct(), W(), qe(), !N && e.config.mode !== "range" && e.config.showMonths === 1 ? ue(A) : 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) {
|
|
3609
|
-
var re = e.config.mode === "single" && !e.config.enableTime,
|
|
3610
|
-
(re ||
|
|
3602
|
+
var re = e.config.mode === "single" && !e.config.enableTime, B = e.config.mode === "range" && e.selectedDates.length === 2 && !e.config.enableTime;
|
|
3603
|
+
(re || B) && Pt();
|
|
3611
3604
|
}
|
|
3612
3605
|
O();
|
|
3613
3606
|
}
|
|
3614
3607
|
}
|
|
3615
3608
|
var kt = {
|
|
3616
3609
|
locale: [Ht, G],
|
|
3617
|
-
showMonths: [_, c,
|
|
3610
|
+
showMonths: [_, c, j],
|
|
3618
3611
|
minDate: [F],
|
|
3619
3612
|
maxDate: [F],
|
|
3620
3613
|
positionElement: [Gt],
|
|
@@ -3765,15 +3758,15 @@ function Dl(t, n) {
|
|
|
3765
3758
|
i.preventDefault();
|
|
3766
3759
|
var s = i.type === "keydown", h = Re(i), A = h;
|
|
3767
3760
|
e.amPM !== void 0 && h === e.amPM && (e.amPM.textContent = e.l10n.amPM[Ge(e.amPM.textContent === e.l10n.amPM[0])]);
|
|
3768
|
-
var P = parseFloat(A.getAttribute("min")), N = parseFloat(A.getAttribute("max")), X = parseFloat(A.getAttribute("step")), Y = parseInt(A.value, 10), re = i.delta || (s ? i.which === 38 ? 1 : -1 : 0),
|
|
3761
|
+
var P = parseFloat(A.getAttribute("min")), N = parseFloat(A.getAttribute("max")), X = parseFloat(A.getAttribute("step")), Y = parseInt(A.value, 10), re = i.delta || (s ? i.which === 38 ? 1 : -1 : 0), B = Y + X * re;
|
|
3769
3762
|
if (typeof A.value < "u" && A.value.length === 2) {
|
|
3770
3763
|
var q = A === e.hourElement, fe = A === e.minuteElement;
|
|
3771
|
-
|
|
3764
|
+
B < P ? (B = N + B + Ge(!q) + (Ge(q) && Ge(!e.amPM)), fe && U(void 0, -1, e.hourElement)) : B > N && (B = A === e.hourElement ? B - N - Ge(!e.amPM) : P, fe && U(void 0, 1, e.hourElement)), e.amPM && q && (X === 1 ? B + Y === 23 : Math.abs(B - Y) > X) && (e.amPM.textContent = e.l10n.amPM[Ge(e.amPM.textContent === e.l10n.amPM[0])]), A.value = Ee(B);
|
|
3772
3765
|
}
|
|
3773
3766
|
}
|
|
3774
3767
|
return r(), e;
|
|
3775
3768
|
}
|
|
3776
|
-
function
|
|
3769
|
+
function jt(t, n) {
|
|
3777
3770
|
for (var e = Array.prototype.slice.call(t).filter(function(l) {
|
|
3778
3771
|
return l instanceof HTMLElement;
|
|
3779
3772
|
}), a = [], r = 0; r < e.length; r++) {
|
|
@@ -3789,12 +3782,12 @@ function Bt(t, n) {
|
|
|
3789
3782
|
return a.length === 1 ? a[0] : a;
|
|
3790
3783
|
}
|
|
3791
3784
|
typeof HTMLElement < "u" && typeof HTMLCollection < "u" && typeof NodeList < "u" && (HTMLCollection.prototype.flatpickr = NodeList.prototype.flatpickr = function(t) {
|
|
3792
|
-
return
|
|
3785
|
+
return jt(this, t);
|
|
3793
3786
|
}, HTMLElement.prototype.flatpickr = function(t) {
|
|
3794
|
-
return
|
|
3787
|
+
return jt([this], t);
|
|
3795
3788
|
});
|
|
3796
3789
|
var De = function(t, n) {
|
|
3797
|
-
return typeof t == "string" ?
|
|
3790
|
+
return typeof t == "string" ? jt(window.document.querySelectorAll(t), n) : t instanceof Node ? jt([t], n) : jt(t, n);
|
|
3798
3791
|
};
|
|
3799
3792
|
De.defaultConfig = {};
|
|
3800
3793
|
De.l10ns = {
|
|
@@ -3811,7 +3804,7 @@ De.parseDate = Da({});
|
|
|
3811
3804
|
De.formatDate = ao({});
|
|
3812
3805
|
De.compareDates = Ue;
|
|
3813
3806
|
typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
|
|
3814
|
-
return
|
|
3807
|
+
return jt(this, t);
|
|
3815
3808
|
});
|
|
3816
3809
|
Date.prototype.fp_incr = function(t) {
|
|
3817
3810
|
return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
|
|
@@ -4985,7 +4978,7 @@ var Wn = {}, $l = {
|
|
|
4985
4978
|
_.l10ns.eo = M, _.l10ns;
|
|
4986
4979
|
var S = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4987
4980
|
l10ns: {}
|
|
4988
|
-
},
|
|
4981
|
+
}, j = {
|
|
4989
4982
|
weekdays: {
|
|
4990
4983
|
shorthand: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"],
|
|
4991
4984
|
longhand: [
|
|
@@ -5035,7 +5028,7 @@ var Wn = {}, $l = {
|
|
|
5035
5028
|
rangeSeparator: " a ",
|
|
5036
5029
|
time_24hr: !0
|
|
5037
5030
|
};
|
|
5038
|
-
S.l10ns.es =
|
|
5031
|
+
S.l10ns.es = j, S.l10ns;
|
|
5039
5032
|
var G = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5040
5033
|
l10ns: {}
|
|
5041
5034
|
}, se = {
|
|
@@ -5310,7 +5303,7 @@ var Wn = {}, $l = {
|
|
|
5310
5303
|
ze.l10ns.fr = Se, ze.l10ns;
|
|
5311
5304
|
var Ce = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5312
5305
|
l10ns: {}
|
|
5313
|
-
},
|
|
5306
|
+
}, je = {
|
|
5314
5307
|
weekdays: {
|
|
5315
5308
|
shorthand: ["Κυ", "Δε", "Τρ", "Τε", "Πέ", "Πα", "Σά"],
|
|
5316
5309
|
longhand: [
|
|
@@ -5367,7 +5360,7 @@ var Wn = {}, $l = {
|
|
|
5367
5360
|
hourAriaLabel: "ώρα",
|
|
5368
5361
|
minuteAriaLabel: "λεπτό"
|
|
5369
5362
|
};
|
|
5370
|
-
Ce.l10ns.gr =
|
|
5363
|
+
Ce.l10ns.gr = je, Ce.l10ns;
|
|
5371
5364
|
var it = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5372
5365
|
l10ns: {}
|
|
5373
5366
|
}, We = {
|
|
@@ -6462,7 +6455,7 @@ var Wn = {}, $l = {
|
|
|
6462
6455
|
}
|
|
6463
6456
|
};
|
|
6464
6457
|
Y.l10ns.nn = re, Y.l10ns;
|
|
6465
|
-
var
|
|
6458
|
+
var B = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6466
6459
|
l10ns: {}
|
|
6467
6460
|
}, q = {
|
|
6468
6461
|
weekdays: {
|
|
@@ -6517,10 +6510,10 @@ var Wn = {}, $l = {
|
|
|
6517
6510
|
return ".";
|
|
6518
6511
|
}
|
|
6519
6512
|
};
|
|
6520
|
-
|
|
6513
|
+
B.l10ns.no = q, B.l10ns;
|
|
6521
6514
|
var fe = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6522
6515
|
l10ns: {}
|
|
6523
|
-
},
|
|
6516
|
+
}, Be = {
|
|
6524
6517
|
weekdays: {
|
|
6525
6518
|
shorthand: ["ਐਤ", "ਸੋਮ", "ਮੰਗਲ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕਰ", "ਸ਼ਨਿੱਚਰ"],
|
|
6526
6519
|
longhand: [
|
|
@@ -6565,7 +6558,7 @@ var Wn = {}, $l = {
|
|
|
6565
6558
|
},
|
|
6566
6559
|
time_24hr: !0
|
|
6567
6560
|
};
|
|
6568
|
-
fe.l10ns.pa =
|
|
6561
|
+
fe.l10ns.pa = Be, fe.l10ns;
|
|
6569
6562
|
var $e = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6570
6563
|
l10ns: {}
|
|
6571
6564
|
}, dt = {
|
|
@@ -6884,7 +6877,7 @@ var Wn = {}, $l = {
|
|
|
6884
6877
|
Tn.l10ns.sk = $n, Tn.l10ns;
|
|
6885
6878
|
var On = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6886
6879
|
l10ns: {}
|
|
6887
|
-
},
|
|
6880
|
+
}, ja = {
|
|
6888
6881
|
weekdays: {
|
|
6889
6882
|
shorthand: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"],
|
|
6890
6883
|
longhand: [
|
|
@@ -6934,8 +6927,8 @@ var Wn = {}, $l = {
|
|
|
6934
6927
|
return ".";
|
|
6935
6928
|
}
|
|
6936
6929
|
};
|
|
6937
|
-
On.l10ns.sl =
|
|
6938
|
-
var
|
|
6930
|
+
On.l10ns.sl = ja, On.l10ns;
|
|
6931
|
+
var Ba = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6939
6932
|
l10ns: {}
|
|
6940
6933
|
}, Ra = {
|
|
6941
6934
|
weekdays: {
|
|
@@ -6989,7 +6982,7 @@ var Wn = {}, $l = {
|
|
|
6989
6982
|
minuteAriaLabel: "Minuta",
|
|
6990
6983
|
time_24hr: !0
|
|
6991
6984
|
};
|
|
6992
|
-
|
|
6985
|
+
Ba.l10ns.sq = Ra, Ba.l10ns;
|
|
6993
6986
|
var Ua = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6994
6987
|
l10ns: {}
|
|
6995
6988
|
}, Ya = {
|
|
@@ -7541,13 +7534,13 @@ var Wn = {}, $l = {
|
|
|
7541
7534
|
default: a({}, C),
|
|
7542
7535
|
en: C,
|
|
7543
7536
|
eo: M,
|
|
7544
|
-
es:
|
|
7537
|
+
es: j,
|
|
7545
7538
|
et: se,
|
|
7546
7539
|
fa: ve,
|
|
7547
7540
|
fi: Le,
|
|
7548
7541
|
fo: Je,
|
|
7549
7542
|
fr: Se,
|
|
7550
|
-
gr:
|
|
7543
|
+
gr: je,
|
|
7551
7544
|
he: We,
|
|
7552
7545
|
hi: dn,
|
|
7553
7546
|
hr: cn,
|
|
@@ -7570,14 +7563,14 @@ var Wn = {}, $l = {
|
|
|
7570
7563
|
nl: X,
|
|
7571
7564
|
nn: re,
|
|
7572
7565
|
no: q,
|
|
7573
|
-
pa:
|
|
7566
|
+
pa: Be,
|
|
7574
7567
|
pl: dt,
|
|
7575
7568
|
pt: An,
|
|
7576
7569
|
ro: Dn,
|
|
7577
7570
|
ru: Mn,
|
|
7578
7571
|
si: Sn,
|
|
7579
7572
|
sk: $n,
|
|
7580
|
-
sl:
|
|
7573
|
+
sl: ja,
|
|
7581
7574
|
sq: Ra,
|
|
7582
7575
|
sr: Ya,
|
|
7583
7576
|
sv: Ja,
|
|
@@ -7645,7 +7638,7 @@ const Pl = {
|
|
|
7645
7638
|
}, O = () => {
|
|
7646
7639
|
a(r.value) && (u.value = r.value.fpInput().value);
|
|
7647
7640
|
}, V = () => {
|
|
7648
|
-
var M, S,
|
|
7641
|
+
var M, S, j;
|
|
7649
7642
|
if (!a(r.value))
|
|
7650
7643
|
return;
|
|
7651
7644
|
const C = u.value.replace(/[^\s\d.:]/g, ""), _ = r.value.fp.parseDate(C, R.value);
|
|
@@ -7653,7 +7646,7 @@ const Pl = {
|
|
|
7653
7646
|
he(e.defaultValue) ? (M = r.value) == null || M.fp.clear(!0) : (S = r.value) == null || S.fp.setDate(e.defaultValue, !0), W.value.textFieldValue.$touch(), n("blur");
|
|
7654
7647
|
return;
|
|
7655
7648
|
}
|
|
7656
|
-
(
|
|
7649
|
+
(j = r.value) == null || j.fp.setDate(_, !0), W.value.textFieldValue.$touch(), n("blur");
|
|
7657
7650
|
}, F = () => {
|
|
7658
7651
|
p.value = e.defaultValue, n("update:modelValue", f(e.defaultValue));
|
|
7659
7652
|
}, R = x(() => e.type === "datetime" ? "d.m.Y H:i" : "d.m.Y"), U = x(() => e.type === "datetime" ? "dd.mm.yyyy hh:mm" : "dd.mm.yyyy"), ae = x(() => e.enable && e.enable.length > 0 ? e.enable : [
|
|
@@ -7777,7 +7770,7 @@ const Pl = {
|
|
|
7777
7770
|
]), 1032, ["modelValue", "error-messages", "placeholder", "onKeyup"]));
|
|
7778
7771
|
}
|
|
7779
7772
|
});
|
|
7780
|
-
const io = /* @__PURE__ */ bt(Il, [["__scopeId", "data-v-0573e4a9"]]),
|
|
7773
|
+
const io = /* @__PURE__ */ bt(Il, [["__scopeId", "data-v-0573e4a9"]]), xh = /* @__PURE__ */ L({
|
|
7781
7774
|
__name: "AFormDatetimePicker",
|
|
7782
7775
|
props: {
|
|
7783
7776
|
modelValue: null,
|
|
@@ -7821,7 +7814,7 @@ const io = /* @__PURE__ */ bt(Il, [["__scopeId", "data-v-0573e4a9"]]), Ch = /* @
|
|
|
7821
7814
|
"onUpdate:modelValue": g[0] || (g[0] = (k) => l(k))
|
|
7822
7815
|
}, null, 8, ["model-value", "data-cy", "error-messages", "required", "label", "clearable"]));
|
|
7823
7816
|
}
|
|
7824
|
-
}),
|
|
7817
|
+
}), Sh = /* @__PURE__ */ L({
|
|
7825
7818
|
__name: "AFilterDatetimePicker",
|
|
7826
7819
|
props: {
|
|
7827
7820
|
modelValue: null,
|
|
@@ -7859,7 +7852,7 @@ function na(t = "createdAt") {
|
|
|
7859
7852
|
totalCount: 0
|
|
7860
7853
|
});
|
|
7861
7854
|
}
|
|
7862
|
-
function
|
|
7855
|
+
function Th(t) {
|
|
7863
7856
|
return {
|
|
7864
7857
|
showPagination: x(() => !(t.page === 1 && t.currentViewCount < t.rowsPerPage))
|
|
7865
7858
|
};
|
|
@@ -7867,7 +7860,7 @@ function Dh(t) {
|
|
|
7867
7860
|
const Fl = {
|
|
7868
7861
|
key: 0,
|
|
7869
7862
|
class: "required"
|
|
7870
|
-
},
|
|
7863
|
+
}, $h = /* @__PURE__ */ L({
|
|
7871
7864
|
__name: "AFormRemoteAutocomplete",
|
|
7872
7865
|
props: {
|
|
7873
7866
|
modelValue: null,
|
|
@@ -7901,14 +7894,14 @@ const Fl = {
|
|
|
7901
7894
|
o.value = !0, n("blur", e.modelValue), (M = e.v) == null || M.$touch();
|
|
7902
7895
|
}, g = x(() => {
|
|
7903
7896
|
var M, S;
|
|
7904
|
-
return T(e.errorMessage) ? (S = (M = e.v) == null ? void 0 : M.$errors) != null && S.length ? e.v.$errors.map((
|
|
7897
|
+
return T(e.errorMessage) ? (S = (M = e.v) == null ? void 0 : M.$errors) != null && S.length ? e.v.$errors.map((j) => j.$message) : [] : [e.errorMessage];
|
|
7905
7898
|
}), k = x(() => {
|
|
7906
|
-
var S,
|
|
7899
|
+
var S, j;
|
|
7907
7900
|
if (!T(e.label))
|
|
7908
7901
|
return e.label;
|
|
7909
7902
|
if (T(p) || T(m) || T((S = e.v) == null ? void 0 : S.$path))
|
|
7910
7903
|
return "";
|
|
7911
|
-
const { end: M } = st((
|
|
7904
|
+
const { end: M } = st((j = e.v) == null ? void 0 : j.$path, ".");
|
|
7912
7905
|
return c(p + "." + m + ".model." + M);
|
|
7913
7906
|
}), I = x(() => {
|
|
7914
7907
|
var M, S;
|
|
@@ -7919,17 +7912,17 @@ const Fl = {
|
|
|
7919
7912
|
M.set(S.value, { value: S.value, title: S.title });
|
|
7920
7913
|
}), V.value.forEach((S) => {
|
|
7921
7914
|
M.set(S.value, { value: S.value, title: S.title });
|
|
7922
|
-
}), Array.from(M, ([S,
|
|
7915
|
+
}), Array.from(M, ([S, j]) => ({ value: S, title: j.title }));
|
|
7923
7916
|
}), U = J(!1), ae = x(() => U.value ? !0 : e.loading), ee = async (M) => {
|
|
7924
7917
|
U.value = !0;
|
|
7925
7918
|
const S = u.value[e.filterByField];
|
|
7926
7919
|
S.model = M, V.value = await e.fetchItems(O, u.value), U.value = !1;
|
|
7927
7920
|
}, ue = (M) => {
|
|
7928
|
-
const S = R.value.filter((
|
|
7921
|
+
const S = R.value.filter((j) => M.includes(j.value));
|
|
7929
7922
|
return [].concat(S);
|
|
7930
7923
|
}, pe = async (M) => {
|
|
7931
|
-
let S = 1,
|
|
7932
|
-
return Ne(M) ? (S = M.length,
|
|
7924
|
+
let S = 1, j = [];
|
|
7925
|
+
return Ne(M) ? (S = M.length, j = ue(M)) : j = ue([M]), F.value = j, j.length === S;
|
|
7933
7926
|
}, ie = J(!1), Q = () => {
|
|
7934
7927
|
clearTimeout(l.value), l.value = void 0;
|
|
7935
7928
|
}, Me = async () => {
|
|
@@ -7980,7 +7973,7 @@ const Fl = {
|
|
|
7980
7973
|
M !== S && n("searchChange", M);
|
|
7981
7974
|
}), (M, S) => (w(), E(sn, {
|
|
7982
7975
|
modelValue: f(a),
|
|
7983
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
7976
|
+
"onUpdate:modelValue": S[0] || (S[0] = (j) => Ye(a) ? a.value = j : null),
|
|
7984
7977
|
items: f(R),
|
|
7985
7978
|
"no-filter": "",
|
|
7986
7979
|
multiple: f(y),
|
|
@@ -8005,7 +7998,7 @@ const Fl = {
|
|
|
8005
7998
|
_: 1
|
|
8006
7999
|
}, 8, ["modelValue", "items", "multiple", "clearable", "error-messages", "chips", "hide-details", "loading"]));
|
|
8007
8000
|
}
|
|
8008
|
-
}), El = { class: "d-flex" }, Nl = ["for"],
|
|
8001
|
+
}), El = { class: "d-flex" }, Nl = ["for"], Oh = /* @__PURE__ */ L({
|
|
8009
8002
|
__name: "AFormRemoteCheckbox",
|
|
8010
8003
|
props: {
|
|
8011
8004
|
modelValue: { type: Boolean },
|
|
@@ -8056,7 +8049,7 @@ const Fl = {
|
|
|
8056
8049
|
}, $(f(l)), 9, Nl))
|
|
8057
8050
|
]));
|
|
8058
8051
|
}
|
|
8059
|
-
}), Ll = { class: "d-flex" }, zl = ["for"],
|
|
8052
|
+
}), Ll = { class: "d-flex" }, zl = ["for"], Vh = /* @__PURE__ */ L({
|
|
8060
8053
|
__name: "AFormRemoteSwitch",
|
|
8061
8054
|
props: {
|
|
8062
8055
|
modelValue: { type: Boolean },
|
|
@@ -8137,10 +8130,10 @@ const Fl = {
|
|
|
8137
8130
|
]));
|
|
8138
8131
|
}
|
|
8139
8132
|
});
|
|
8140
|
-
const
|
|
8133
|
+
const jl = { key: 0 }, Bl = {
|
|
8141
8134
|
key: 0,
|
|
8142
8135
|
class: "required"
|
|
8143
|
-
},
|
|
8136
|
+
}, Ph = /* @__PURE__ */ L({
|
|
8144
8137
|
__name: "AFormValueObjectOptionsSelect",
|
|
8145
8138
|
props: {
|
|
8146
8139
|
modelValue: null,
|
|
@@ -8195,15 +8188,15 @@ const Bl = { key: 0 }, jl = {
|
|
|
8195
8188
|
onBlur: c
|
|
8196
8189
|
}, {
|
|
8197
8190
|
label: v(() => [
|
|
8198
|
-
t.hideLabel ? Z("", !0) : (w(), H("span",
|
|
8191
|
+
t.hideLabel ? Z("", !0) : (w(), H("span", jl, [
|
|
8199
8192
|
z($(f(p)), 1),
|
|
8200
|
-
f(m) ? (w(), H("span",
|
|
8193
|
+
f(m) ? (w(), H("span", Bl)) : Z("", !0)
|
|
8201
8194
|
]))
|
|
8202
8195
|
]),
|
|
8203
8196
|
_: 1
|
|
8204
8197
|
}, 8, ["modelValue", "items", "multiple", "clearable", "error-messages", "data-cy"]));
|
|
8205
8198
|
}
|
|
8206
|
-
}),
|
|
8199
|
+
}), Ih = /* @__PURE__ */ L({
|
|
8207
8200
|
__name: "AFilterValueObjectOptionsSelect",
|
|
8208
8201
|
props: {
|
|
8209
8202
|
modelValue: null,
|
|
@@ -8232,7 +8225,7 @@ const Bl = { key: 0 }, jl = {
|
|
|
8232
8225
|
onChange: p[2] || (p[2] = (m) => n("change"))
|
|
8233
8226
|
}, null, 8, ["modelValue", "items", "chips", "label", "multiple", "clearable"]));
|
|
8234
8227
|
}
|
|
8235
|
-
}),
|
|
8228
|
+
}), Fh = /* @__PURE__ */ L({
|
|
8236
8229
|
__name: "AFilterRemoteAutocomplete",
|
|
8237
8230
|
props: {
|
|
8238
8231
|
modelValue: null,
|
|
@@ -8392,7 +8385,7 @@ const Bl = { key: 0 }, jl = {
|
|
|
8392
8385
|
]));
|
|
8393
8386
|
}
|
|
8394
8387
|
});
|
|
8395
|
-
const
|
|
8388
|
+
const Eh = /* @__PURE__ */ bt(Ul, [["__scopeId", "data-v-0bca0344"]]), Nh = /* @__PURE__ */ L({
|
|
8396
8389
|
__name: "AFilterBooleanSelect",
|
|
8397
8390
|
props: {
|
|
8398
8391
|
modelValue: null,
|
|
@@ -8490,7 +8483,7 @@ const Hl = /* @__PURE__ */ L({
|
|
|
8490
8483
|
LINK_EXTERNAL: "mdi-open-in-new"
|
|
8491
8484
|
}
|
|
8492
8485
|
}
|
|
8493
|
-
}, Cr = Gr(Jl), Wl = { key: 1 },
|
|
8486
|
+
}, Cr = Gr(Jl), Wl = { key: 1 }, Lh = /* @__PURE__ */ L({
|
|
8494
8487
|
__name: "ACachedChip",
|
|
8495
8488
|
props: {
|
|
8496
8489
|
id: { default: null },
|
|
@@ -8617,7 +8610,7 @@ function Kl() {
|
|
|
8617
8610
|
getLogLevelOption: (e) => t.value.find((a) => a.value === e)
|
|
8618
8611
|
};
|
|
8619
8612
|
}
|
|
8620
|
-
const
|
|
8613
|
+
const zh = /* @__PURE__ */ L({
|
|
8621
8614
|
__name: "ALogLevelChip",
|
|
8622
8615
|
props: {
|
|
8623
8616
|
level: null
|
|
@@ -8636,7 +8629,7 @@ const Ih = /* @__PURE__ */ L({
|
|
|
8636
8629
|
_: 1
|
|
8637
8630
|
}, 8, ["color"])) : Z("", !0);
|
|
8638
8631
|
}
|
|
8639
|
-
}), so = (t) => "" + t, Gl = ["data-cy", "onClick"],
|
|
8632
|
+
}), so = (t) => "" + t, Gl = ["data-cy", "onClick"], jh = /* @__PURE__ */ L({
|
|
8640
8633
|
__name: "ACopyText",
|
|
8641
8634
|
props: {
|
|
8642
8635
|
value: null,
|
|
@@ -8727,7 +8720,7 @@ function ts(t, n) {
|
|
|
8727
8720
|
_: 3
|
|
8728
8721
|
});
|
|
8729
8722
|
}
|
|
8730
|
-
const
|
|
8723
|
+
const Bh = /* @__PURE__ */ bt(es, [["render", ts]]), Rh = /* @__PURE__ */ L({
|
|
8731
8724
|
__name: "AUserAndTimeTrackingFields",
|
|
8732
8725
|
props: {
|
|
8733
8726
|
data: null,
|
|
@@ -8763,7 +8756,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
8763
8756
|
}, 8, ["title"]))
|
|
8764
8757
|
], 64));
|
|
8765
8758
|
}
|
|
8766
|
-
}),
|
|
8759
|
+
}), Uh = /* @__PURE__ */ L({
|
|
8767
8760
|
__name: "AActionCloseButton",
|
|
8768
8761
|
props: {
|
|
8769
8762
|
routeName: null,
|
|
@@ -8801,7 +8794,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
8801
8794
|
_: 1
|
|
8802
8795
|
}, 8, ["class", "data-cy", "to", "width", "height"]));
|
|
8803
8796
|
}
|
|
8804
|
-
}),
|
|
8797
|
+
}), Yh = /* @__PURE__ */ L({
|
|
8805
8798
|
__name: "AActionCreateButton",
|
|
8806
8799
|
props: {
|
|
8807
8800
|
routeName: null,
|
|
@@ -8863,7 +8856,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
8863
8856
|
_: 1
|
|
8864
8857
|
}, 8, ["class", "data-cy", "variant", "to", "height"]));
|
|
8865
8858
|
}
|
|
8866
|
-
}),
|
|
8859
|
+
}), Hh = /* @__PURE__ */ L({
|
|
8867
8860
|
__name: "AActionDeleteButton",
|
|
8868
8861
|
props: {
|
|
8869
8862
|
variant: { default: "icon" },
|
|
@@ -8908,7 +8901,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
8908
8901
|
}
|
|
8909
8902
|
});
|
|
8910
8903
|
return (d, g) => {
|
|
8911
|
-
const k =
|
|
8904
|
+
const k = Bt("ABtnTertiary"), I = Bt("ABtnPrimary");
|
|
8912
8905
|
return w(), H(He, null, [
|
|
8913
8906
|
t.variant === "icon" ? (w(), E(oe, {
|
|
8914
8907
|
key: 0,
|
|
@@ -8965,7 +8958,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
8965
8958
|
"data-cy": "delete-panel"
|
|
8966
8959
|
}, {
|
|
8967
8960
|
default: v(() => [
|
|
8968
|
-
b(
|
|
8961
|
+
b(jr, { onOnCancel: u }, {
|
|
8969
8962
|
default: v(() => [
|
|
8970
8963
|
z($(f(p)(t.dialogMessageT)), 1)
|
|
8971
8964
|
]),
|
|
@@ -9007,7 +9000,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
9007
9000
|
], 64);
|
|
9008
9001
|
};
|
|
9009
9002
|
}
|
|
9010
|
-
}),
|
|
9003
|
+
}), Jh = /* @__PURE__ */ L({
|
|
9011
9004
|
__name: "AActionEditButton",
|
|
9012
9005
|
props: {
|
|
9013
9006
|
routeName: null,
|
|
@@ -9077,7 +9070,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
9077
9070
|
_: 1
|
|
9078
9071
|
}, 8, ["class", "variant", "data-cy", "loading", "height", "onClick"]));
|
|
9079
9072
|
}
|
|
9080
|
-
}),
|
|
9073
|
+
}), Wh = /* @__PURE__ */ L({
|
|
9081
9074
|
__name: "AActionSaveAndCloseButton",
|
|
9082
9075
|
props: {
|
|
9083
9076
|
buttonT: { default: "common.button.saveAndClose" },
|
|
@@ -9121,7 +9114,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
9121
9114
|
_: 1
|
|
9122
9115
|
}, 8, ["class", "data-cy", "loading", "disabled", "onClick"]));
|
|
9123
9116
|
}
|
|
9124
|
-
}),
|
|
9117
|
+
}), qh = /* @__PURE__ */ L({
|
|
9125
9118
|
__name: "AActionSaveButton",
|
|
9126
9119
|
props: {
|
|
9127
9120
|
buttonT: { default: "common.button.save" },
|
|
@@ -9191,7 +9184,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
9191
9184
|
_: 1
|
|
9192
9185
|
}, 8, ["class", "data-cy", "variant", "loading", "disabled", "height", "onClick"]));
|
|
9193
9186
|
}
|
|
9194
|
-
}),
|
|
9187
|
+
}), Kh = /* @__PURE__ */ L({
|
|
9195
9188
|
__name: "ATableCopyIdButton",
|
|
9196
9189
|
props: {
|
|
9197
9190
|
id: null,
|
|
@@ -9238,7 +9231,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
9238
9231
|
_: 1
|
|
9239
9232
|
}, 8, ["class", "data-cy", "size", "onClick"])) : Z("", !0);
|
|
9240
9233
|
}
|
|
9241
|
-
}),
|
|
9234
|
+
}), Gh = /* @__PURE__ */ L({
|
|
9242
9235
|
__name: "ATableDetailButton",
|
|
9243
9236
|
props: {
|
|
9244
9237
|
routeName: null,
|
|
@@ -9275,7 +9268,7 @@ const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
|
9275
9268
|
_: 1
|
|
9276
9269
|
}, 8, ["class", "data-cy", "to"]));
|
|
9277
9270
|
}
|
|
9278
|
-
}),
|
|
9271
|
+
}), Zh = /* @__PURE__ */ L({
|
|
9279
9272
|
__name: "ATableEditButton",
|
|
9280
9273
|
props: {
|
|
9281
9274
|
routeName: null,
|
|
@@ -9384,7 +9377,7 @@ function rs() {
|
|
|
9384
9377
|
setThemeLight: e
|
|
9385
9378
|
};
|
|
9386
9379
|
}
|
|
9387
|
-
const os = { key: 0 }, is = { key: 1 }, ls = { key: 2 },
|
|
9380
|
+
const os = { key: 0 }, is = { key: 1 }, ls = { key: 2 }, Qh = /* @__PURE__ */ L({
|
|
9388
9381
|
__name: "AThemeSelect",
|
|
9389
9382
|
setup(t) {
|
|
9390
9383
|
const { setThemeDark: n, setThemeAuto: e, setThemeLight: a, settings: r } = rs(), { t: o } = K(), l = J(!1);
|
|
@@ -9664,7 +9657,7 @@ const _s = /* @__PURE__ */ bt(ws, [["render", Ds]]), Ms = { class: "flag" }, Ar
|
|
|
9664
9657
|
}));
|
|
9665
9658
|
}
|
|
9666
9659
|
});
|
|
9667
|
-
const
|
|
9660
|
+
const Xh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["onClick"], Ts = /* @__PURE__ */ L({
|
|
9668
9661
|
__name: "ASystemBarNewVersion",
|
|
9669
9662
|
setup(t) {
|
|
9670
9663
|
const { t: n } = K(), e = () => {
|
|
@@ -9678,7 +9671,7 @@ const qh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["on
|
|
|
9678
9671
|
}, $(f(n)("common.system.newVersionReload")), 9, Ss)
|
|
9679
9672
|
]), cr(1), r[0]);
|
|
9680
9673
|
}
|
|
9681
|
-
}), $s = { class: "text-center w-100 text-caption pb-1" },
|
|
9674
|
+
}), $s = { class: "text-center w-100 text-caption pb-1" }, eg = /* @__PURE__ */ L({
|
|
9682
9675
|
__name: "ASystemBar",
|
|
9683
9676
|
props: {
|
|
9684
9677
|
currentVersion: null,
|
|
@@ -9764,7 +9757,7 @@ const qh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["on
|
|
|
9764
9757
|
}, Ps = {
|
|
9765
9758
|
key: 0,
|
|
9766
9759
|
class: "required"
|
|
9767
|
-
},
|
|
9760
|
+
}, tg = /* @__PURE__ */ L({
|
|
9768
9761
|
__name: "AAvatarColorPicker",
|
|
9769
9762
|
props: {
|
|
9770
9763
|
modelValue: null,
|
|
@@ -9841,12 +9834,13 @@ const qh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["on
|
|
|
9841
9834
|
]));
|
|
9842
9835
|
}
|
|
9843
9836
|
});
|
|
9844
|
-
const Is = /* @__PURE__ */ te("br", null, null, -1),
|
|
9837
|
+
const Is = /* @__PURE__ */ te("br", null, null, -1), ng = /* @__PURE__ */ L({
|
|
9845
9838
|
__name: "ACurrentUserDropdown",
|
|
9846
9839
|
props: {
|
|
9847
9840
|
currentUser: null,
|
|
9848
9841
|
settingsRouteName: null,
|
|
9849
|
-
logoutRouteName: null
|
|
9842
|
+
logoutRouteName: null,
|
|
9843
|
+
dataCy: { default: "navbar-user" }
|
|
9850
9844
|
},
|
|
9851
9845
|
setup(t) {
|
|
9852
9846
|
const { t: n } = K(), e = J(!1);
|
|
@@ -9854,7 +9848,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
|
9854
9848
|
variant: "text",
|
|
9855
9849
|
icon: "",
|
|
9856
9850
|
size: "small",
|
|
9857
|
-
"data-cy":
|
|
9851
|
+
"data-cy": t.dataCy
|
|
9858
9852
|
}, {
|
|
9859
9853
|
default: v(() => [
|
|
9860
9854
|
b(Dr, {
|
|
@@ -9911,7 +9905,8 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
|
9911
9905
|
b(Xe, {
|
|
9912
9906
|
active: !1,
|
|
9913
9907
|
"prepend-icon": "mdi-cog",
|
|
9914
|
-
to: { name: t.settingsRouteName }
|
|
9908
|
+
to: { name: t.settingsRouteName },
|
|
9909
|
+
"data-cy": "navbar-user-settings"
|
|
9915
9910
|
}, {
|
|
9916
9911
|
default: v(() => [
|
|
9917
9912
|
z($(f(n)("common.system.currentUser.settings")), 1)
|
|
@@ -9920,6 +9915,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
|
9920
9915
|
}, 8, ["to"]),
|
|
9921
9916
|
b(Xe, {
|
|
9922
9917
|
"prepend-icon": "mdi-logout",
|
|
9918
|
+
"data-cy": "navbar-user-logout",
|
|
9923
9919
|
onClick: r[3] || (r[3] = ne((o) => e.value = !0, ["stop"]))
|
|
9924
9920
|
}, {
|
|
9925
9921
|
default: v(() => [
|
|
@@ -10008,12 +10004,12 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
|
10008
10004
|
})) : Z("", !0)
|
|
10009
10005
|
]),
|
|
10010
10006
|
_: 1
|
|
10011
|
-
}));
|
|
10007
|
+
}, 8, ["data-cy"]));
|
|
10012
10008
|
}
|
|
10013
10009
|
}), Fs = {
|
|
10014
10010
|
key: 0,
|
|
10015
10011
|
class: "required"
|
|
10016
|
-
},
|
|
10012
|
+
}, ag = /* @__PURE__ */ L({
|
|
10017
10013
|
__name: "AFormRemoteAutocompleteWithCached",
|
|
10018
10014
|
props: {
|
|
10019
10015
|
modelValue: null,
|
|
@@ -10163,7 +10159,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
|
10163
10159
|
}), Es = { class: "d-flex justify-center align-center fill-height" }, Ns = { class: "d-flex justify-center align-center flex-column" }, Ls = ["src"], zs = {
|
|
10164
10160
|
key: 0,
|
|
10165
10161
|
class: "display-1 my-3"
|
|
10166
|
-
},
|
|
10162
|
+
}, js = { class: "mb-3 body-1" }, Bs = { class: "py-5" }, Rs = /* @__PURE__ */ L({
|
|
10167
10163
|
__name: "ALoginView",
|
|
10168
10164
|
props: {
|
|
10169
10165
|
title: { default: void 0 },
|
|
@@ -10181,10 +10177,10 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
|
10181
10177
|
alt: ""
|
|
10182
10178
|
}, null, 8, Ls),
|
|
10183
10179
|
t.title ? (w(), H("h1", zs, $(t.title), 1)) : Z("", !0),
|
|
10184
|
-
te("h4",
|
|
10180
|
+
te("h4", js, [
|
|
10185
10181
|
te("span", null, $(f(n)("common.system.login.text")), 1)
|
|
10186
10182
|
]),
|
|
10187
|
-
te("div",
|
|
10183
|
+
te("div", Bs, [
|
|
10188
10184
|
t.loginUrl ? (w(), E(oe, {
|
|
10189
10185
|
key: 0,
|
|
10190
10186
|
"data-cy": t.dataCy,
|
|
@@ -10202,7 +10198,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
|
10202
10198
|
]));
|
|
10203
10199
|
}
|
|
10204
10200
|
});
|
|
10205
|
-
const
|
|
10201
|
+
const rg = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), og = /* @__PURE__ */ L({
|
|
10206
10202
|
__name: "ALogoutView",
|
|
10207
10203
|
props: {
|
|
10208
10204
|
logoutUrl: { type: [null, Function], default: void 0 }
|
|
@@ -10213,7 +10209,7 @@ const Xh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), eg = /* @
|
|
|
10213
10209
|
n.logoutUrl && (window.location.href = n.logoutUrl());
|
|
10214
10210
|
}), (e, a) => (w(), H("div"));
|
|
10215
10211
|
}
|
|
10216
|
-
}), Us = { class: "d-flex justify-center align-center fill-height" }, Ys = { class: "d-flex flex-column align-center" }, Hs = { class: "d-flex justify-center align-center text-primary" }, Js = { class: "pa-4" },
|
|
10212
|
+
}), Us = { class: "d-flex justify-center align-center fill-height" }, Ys = { class: "d-flex flex-column align-center" }, Hs = { class: "d-flex justify-center align-center text-primary" }, Js = { class: "pa-4" }, ig = /* @__PURE__ */ L({
|
|
10217
10213
|
__name: "AUnauthorizedView",
|
|
10218
10214
|
props: {
|
|
10219
10215
|
returnRouteName: null
|
|
@@ -10243,7 +10239,7 @@ const Xh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), eg = /* @
|
|
|
10243
10239
|
])
|
|
10244
10240
|
]));
|
|
10245
10241
|
}
|
|
10246
|
-
}), Ws = { class: "d-flex justify-center align-center fill-height" }, qs = { class: "d-flex flex-column align-center" }, Ks = { class: "d-flex justify-center align-center text-primary" }, Gs = { class: "pa-4" },
|
|
10242
|
+
}), Ws = { class: "d-flex justify-center align-center fill-height" }, qs = { class: "d-flex flex-column align-center" }, Ks = { class: "d-flex justify-center align-center text-primary" }, Gs = { class: "pa-4" }, lg = /* @__PURE__ */ L({
|
|
10247
10243
|
__name: "ANotFoundView",
|
|
10248
10244
|
props: {
|
|
10249
10245
|
returnRouteName: null
|
|
@@ -10273,7 +10269,7 @@ const Xh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), eg = /* @
|
|
|
10273
10269
|
])
|
|
10274
10270
|
]));
|
|
10275
10271
|
}
|
|
10276
|
-
}),
|
|
10272
|
+
}), sg = /* @__PURE__ */ L({
|
|
10277
10273
|
__name: "AJobDetailCommon",
|
|
10278
10274
|
props: {
|
|
10279
10275
|
job: null,
|
|
@@ -10332,8 +10328,8 @@ const Xh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), eg = /* @
|
|
|
10332
10328
|
}, null, 8, ["title", "value"])
|
|
10333
10329
|
]));
|
|
10334
10330
|
}
|
|
10335
|
-
}),
|
|
10336
|
-
function
|
|
10331
|
+
}), ug = (t) => t ? 1 : 0;
|
|
10332
|
+
function dg(t = "", n = "user") {
|
|
10337
10333
|
let e = t, a = n;
|
|
10338
10334
|
return {
|
|
10339
10335
|
createAnzuUser: (o, l) => (ct(o) && (e = o), ct(l) && (a = l), {
|
|
@@ -10362,7 +10358,7 @@ function og(t = "", n = "user") {
|
|
|
10362
10358
|
})
|
|
10363
10359
|
};
|
|
10364
10360
|
}
|
|
10365
|
-
function
|
|
10361
|
+
function cg() {
|
|
10366
10362
|
return {
|
|
10367
10363
|
createPermissionConfig: () => ({
|
|
10368
10364
|
config: {},
|
|
@@ -10376,7 +10372,7 @@ function ig() {
|
|
|
10376
10372
|
})
|
|
10377
10373
|
};
|
|
10378
10374
|
}
|
|
10379
|
-
function
|
|
10375
|
+
function fg() {
|
|
10380
10376
|
return {
|
|
10381
10377
|
createPermissionGroup: () => ({
|
|
10382
10378
|
id: 0,
|
|
@@ -10392,12 +10388,12 @@ function lg() {
|
|
|
10392
10388
|
})
|
|
10393
10389
|
};
|
|
10394
10390
|
}
|
|
10395
|
-
const
|
|
10391
|
+
const mg = (t, n = 2) => {
|
|
10396
10392
|
if (t === 0)
|
|
10397
10393
|
return "0 Bytes";
|
|
10398
10394
|
const e = 1024, a = n < 0 ? 0 : n, r = ["Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], o = Math.floor(Math.log(t) / Math.log(e));
|
|
10399
10395
|
return parseFloat((t / Math.pow(e, o)).toFixed(a)) + " " + r[o];
|
|
10400
|
-
}, Ot = (t) => Ri.includes(t), Vt = (t, n, e = "") => zr(n) ? t : oi(e === "" ? t : e, n),
|
|
10396
|
+
}, Ot = (t) => Ri.includes(t), Vt = (t, n, e = "") => zr(n) ? t : oi(e === "" ? t : e, n), pg = (t, n, e = "", a = {}, r = null, o, l, c = {}) => new Promise((u, p) => {
|
|
10401
10397
|
const m = { method: n };
|
|
10402
10398
|
e !== "" && (m.url = Vt(e, a)), he(r) || (m.data = JSON.stringify(r)), t().request({ ...c, ...m }).then((d) => Ot(d.status) ? d.data ? u(d.data) : d.status === pt ? u(null) : p(new Ie()) : p(new vt(d.status))).catch((d) => St(d) ? p(new ht(d)) : Tt(d) ? p(new gt(d, o, l, d)) : $t(d) ? p(new yt(d, d)) : p(new Ie(d)));
|
|
10403
10399
|
}), Zs = (t, n = {}, e, a = {}, r, o, l = {}) => new Promise((c, u) => {
|
|
@@ -10448,7 +10444,7 @@ function mo() {
|
|
|
10448
10444
|
const Xs = (t, n) => {
|
|
10449
10445
|
const { querySetLimit: e, querySetOffset: a, querySetOrder: r, queryBuild: o, queryAddFilter: l, queryAdd: c } = mo(), u = t.length;
|
|
10450
10446
|
return e(u), a(1, u), r("id", !1), n ? c("id", t.join(",")) : l("in", "id", t.join(",")), o();
|
|
10451
|
-
},
|
|
10447
|
+
}, hg = (t, n, e, a = {}, r, o, l = {}, c = !1) => new Promise((u, p) => {
|
|
10452
10448
|
t().get(Vt(e, a) + Xs(n, c), l).then((m) => {
|
|
10453
10449
|
var d;
|
|
10454
10450
|
return Ot(m.status) ? (d = m.data) != null && d.data ? u(m.data.data) : m.status === pt ? u(null) : p(new Ie()) : p(new vt(m.status));
|
|
@@ -10472,10 +10468,10 @@ const Xs = (t, n) => {
|
|
|
10472
10468
|
}).catch((d) => St(d) ? p(new ht(d)) : Tt(d) ? p(new gt(d, o, l, d)) : $t(d) ? p(new yt(d, d)) : p(new Ie(d)));
|
|
10473
10469
|
}), ru = (t, n, e = {}, a, r, o = {}) => new Promise((l, c) => {
|
|
10474
10470
|
t().get(Vt(n, e), o).then((u) => Ot(u.status) ? u.data ? l(u.data) : u.status === pt ? l(null) : c(new Ie()) : c(new vt(u.status))).catch((u) => St(u) ? c(new ht(u)) : Tt(u) ? c(new gt(u, a, r, u)) : $t(u) ? c(new yt(u, u)) : c(new Ie(u)));
|
|
10475
|
-
}),
|
|
10471
|
+
}), gg = (t, n = {}, e, a = {}, r, o, l = {}) => new Promise((c, u) => {
|
|
10476
10472
|
t().put(Vt(e, a), JSON.stringify(n), l).then((p) => Ot(p.status) ? p.data ? c(p.data) : p.status === pt ? c(null) : u(new Ie()) : u(new vt(p.status))).catch((p) => St(p) ? u(new ht(p)) : Tt(p) ? u(new gt(p, r, o, p)) : $t(p) ? u(new yt(p, p)) : u(new Ie(p)));
|
|
10477
10473
|
});
|
|
10478
|
-
function
|
|
10474
|
+
function vg() {
|
|
10479
10475
|
return {
|
|
10480
10476
|
isAnzuFatalError: Rr,
|
|
10481
10477
|
isAnzuApiForbiddenError: Yr,
|
|
@@ -10484,7 +10480,7 @@ function fg() {
|
|
|
10484
10480
|
};
|
|
10485
10481
|
}
|
|
10486
10482
|
const Ln = "/adm/v1/job", zn = "job";
|
|
10487
|
-
function
|
|
10483
|
+
function yg(t, n) {
|
|
10488
10484
|
return {
|
|
10489
10485
|
fetchJobList: (l, c) => au(t, Ln, {}, l, c, n, zn),
|
|
10490
10486
|
fetchJob: (l) => ru(t, Ln + "/:id", { id: l }, n, zn),
|
|
@@ -10495,8 +10491,8 @@ function mg(t, n) {
|
|
|
10495
10491
|
deleteJob: (l) => Qs(t, Ln + "/:id", { id: l }, n, zn)
|
|
10496
10492
|
};
|
|
10497
10493
|
}
|
|
10498
|
-
const
|
|
10499
|
-
function
|
|
10494
|
+
const bg = "jobUserDataDelete";
|
|
10495
|
+
function wg(t = []) {
|
|
10500
10496
|
const { t: n } = K(), e = J([
|
|
10501
10497
|
{
|
|
10502
10498
|
value: "jobUserDataDelete",
|
|
@@ -10509,14 +10505,14 @@ function hg(t = []) {
|
|
|
10509
10505
|
getJobResourceOption: (r) => e.value.find((o) => o.value === r)
|
|
10510
10506
|
};
|
|
10511
10507
|
}
|
|
10512
|
-
const
|
|
10508
|
+
const kg = (t, n) => {
|
|
10513
10509
|
const e = t.indexOf(n);
|
|
10514
10510
|
if (e === -1) {
|
|
10515
10511
|
t.push(n);
|
|
10516
10512
|
return;
|
|
10517
10513
|
}
|
|
10518
10514
|
t.splice(e, 1);
|
|
10519
|
-
},
|
|
10515
|
+
}, Cg = (t, n = ", ") => t.join(n), Ag = (...t) => Array.from(...t), ou = (t, n = []) => t.reduce((e, a) => Array.isArray(a) ? ou(a, n) : (n.push(a), n), []), Dg = (t, n) => {
|
|
10520
10516
|
if (t.length !== n.length)
|
|
10521
10517
|
return !1;
|
|
10522
10518
|
const e = t.slice().sort(), a = n.slice().sort();
|
|
@@ -10526,7 +10522,7 @@ const gg = (t, n) => {
|
|
|
10526
10522
|
return !0;
|
|
10527
10523
|
}, iu = (t) => {
|
|
10528
10524
|
history.replaceState(history.state, "", t);
|
|
10529
|
-
},
|
|
10525
|
+
}, _g = (t, n) => {
|
|
10530
10526
|
const e = t.resolve(n);
|
|
10531
10527
|
iu(e.href);
|
|
10532
10528
|
}, lu = "Badge", su = "Close", uu = {
|
|
@@ -10621,7 +10617,7 @@ const gg = (t, n) => {
|
|
|
10621
10617
|
recordWas: xu,
|
|
10622
10618
|
idWasCopied: Su,
|
|
10623
10619
|
textWasCopied: Tu
|
|
10624
|
-
}, Ou = "Create", Vu = "Create And Close", Pu = "Save", Iu = "Save And Close", Fu = "Close", Eu = "Edit", Nu = "Detail", Lu = "Apply Filter", zu = "Reset Filter",
|
|
10620
|
+
}, Ou = "Create", Vu = "Create And Close", Pu = "Save", Iu = "Save And Close", Fu = "Close", Eu = "Edit", Nu = "Detail", Lu = "Apply Filter", zu = "Reset Filter", ju = "More filters", Bu = "Cancel", Ru = "Id", Uu = "Now", Yu = "Confirm", Hu = "Copy ID", Ju = "Add", Wu = "Download", qu = "Upload", Ku = "Refresh", Gu = "Forwards", Zu = "Backwards", Qu = {
|
|
10625
10621
|
create: Ou,
|
|
10626
10622
|
createAndClose: Vu,
|
|
10627
10623
|
save: Pu,
|
|
@@ -10631,8 +10627,8 @@ const gg = (t, n) => {
|
|
|
10631
10627
|
detail: Nu,
|
|
10632
10628
|
submitFilter: Lu,
|
|
10633
10629
|
resetFilter: zu,
|
|
10634
|
-
advancedFilters:
|
|
10635
|
-
cancel:
|
|
10630
|
+
advancedFilters: ju,
|
|
10631
|
+
cancel: Bu,
|
|
10636
10632
|
delete: "Delete",
|
|
10637
10633
|
id: Ru,
|
|
10638
10634
|
now: Uu,
|
|
@@ -10642,31 +10638,31 @@ const gg = (t, n) => {
|
|
|
10642
10638
|
download: Wu,
|
|
10643
10639
|
upload: qu,
|
|
10644
10640
|
refresh: Ku,
|
|
10645
|
-
|
|
10646
|
-
|
|
10647
|
-
},
|
|
10641
|
+
forwards: Gu,
|
|
10642
|
+
backwards: Zu
|
|
10643
|
+
}, Xu = "System", ed = "Not selected", td = {
|
|
10648
10644
|
true: "Yes",
|
|
10649
10645
|
false: "No"
|
|
10650
|
-
},
|
|
10646
|
+
}, nd = {
|
|
10651
10647
|
createdAt: "Created",
|
|
10652
10648
|
modifiedAt: "Modified",
|
|
10653
10649
|
created: "Created",
|
|
10654
10650
|
modified: "Modified"
|
|
10655
|
-
},
|
|
10651
|
+
}, ad = {
|
|
10656
10652
|
eq: "Presný výraz",
|
|
10657
10653
|
contains: "Kdekolvek vo výraze",
|
|
10658
10654
|
startsWith: "Začiatok výrazu"
|
|
10659
|
-
},
|
|
10660
|
-
system:
|
|
10661
|
-
notSelected:
|
|
10662
|
-
boolean:
|
|
10663
|
-
tracking:
|
|
10664
|
-
filterPlaceholder:
|
|
10665
|
-
},
|
|
10655
|
+
}, rd = {
|
|
10656
|
+
system: Xu,
|
|
10657
|
+
notSelected: ed,
|
|
10658
|
+
boolean: td,
|
|
10659
|
+
tracking: nd,
|
|
10660
|
+
filterPlaceholder: ad
|
|
10661
|
+
}, od = "version", id = "New version of admin is available. For proper functioning, latest version is required.", ld = "Reload new version", sd = {
|
|
10666
10662
|
light: "Light",
|
|
10667
10663
|
dark: "Dark",
|
|
10668
10664
|
auto: "Auto"
|
|
10669
|
-
},
|
|
10665
|
+
}, ud = {
|
|
10670
10666
|
config: "Config table",
|
|
10671
10667
|
displayCols: "Display columns",
|
|
10672
10668
|
itemsPerPage: "Records per page",
|
|
@@ -10678,52 +10674,52 @@ const gg = (t, n) => {
|
|
|
10678
10674
|
mostRecent: "Most recent",
|
|
10679
10675
|
oldest: "Oldest"
|
|
10680
10676
|
}
|
|
10681
|
-
},
|
|
10677
|
+
}, dd = {
|
|
10682
10678
|
confirmDelete: "Remove?",
|
|
10683
10679
|
hide: "Hide",
|
|
10684
10680
|
show: "Show"
|
|
10685
|
-
},
|
|
10681
|
+
}, cd = {
|
|
10686
10682
|
button: "Applications"
|
|
10687
|
-
},
|
|
10683
|
+
}, fd = {
|
|
10688
10684
|
button: "Account",
|
|
10689
10685
|
logout: "Logout",
|
|
10690
10686
|
logoutText: "Are you sure you want to log out?",
|
|
10691
10687
|
logoutConfirm: "Logout",
|
|
10692
10688
|
settings: "Settings"
|
|
10693
|
-
},
|
|
10689
|
+
}, md = {
|
|
10694
10690
|
detail: "Detail",
|
|
10695
10691
|
edit: "Edit",
|
|
10696
10692
|
create: "Create"
|
|
10697
|
-
},
|
|
10693
|
+
}, pd = {
|
|
10698
10694
|
text: "Prosím, prihláste sa",
|
|
10699
10695
|
button: "Prihlásiť sa"
|
|
10700
|
-
},
|
|
10696
|
+
}, hd = {
|
|
10701
10697
|
title: "Oops, 404",
|
|
10702
10698
|
text: "This page doesn't exist",
|
|
10703
10699
|
backButton: "Return to homepage"
|
|
10704
|
-
},
|
|
10700
|
+
}, gd = {
|
|
10705
10701
|
title: "Oops, 401",
|
|
10706
10702
|
text: "You don't have access to this page",
|
|
10707
10703
|
backButton: "Return to login"
|
|
10708
|
-
},
|
|
10709
|
-
version:
|
|
10710
|
-
newVersionText:
|
|
10711
|
-
newVersionReload:
|
|
10712
|
-
theme:
|
|
10713
|
-
datatable:
|
|
10714
|
-
modal:
|
|
10715
|
-
adminSwitcher:
|
|
10716
|
-
currentUser:
|
|
10717
|
-
breadcrumb:
|
|
10718
|
-
login:
|
|
10719
|
-
notFound:
|
|
10720
|
-
unauthorized:
|
|
10721
|
-
},
|
|
10704
|
+
}, vd = {
|
|
10705
|
+
version: od,
|
|
10706
|
+
newVersionText: id,
|
|
10707
|
+
newVersionReload: ld,
|
|
10708
|
+
theme: sd,
|
|
10709
|
+
datatable: ud,
|
|
10710
|
+
modal: dd,
|
|
10711
|
+
adminSwitcher: cd,
|
|
10712
|
+
currentUser: fd,
|
|
10713
|
+
breadcrumb: md,
|
|
10714
|
+
login: pd,
|
|
10715
|
+
notFound: hd,
|
|
10716
|
+
unauthorized: gd
|
|
10717
|
+
}, yd = {
|
|
10722
10718
|
detail: "Anzu User Detail",
|
|
10723
10719
|
list: "Anzu Users List",
|
|
10724
10720
|
edit: "Anzu User Edit",
|
|
10725
10721
|
create: "Anzu User Create"
|
|
10726
|
-
},
|
|
10722
|
+
}, bd = {
|
|
10727
10723
|
id: "ID",
|
|
10728
10724
|
enabled: "Enabled",
|
|
10729
10725
|
email: "Email",
|
|
@@ -10739,26 +10735,26 @@ const gg = (t, n) => {
|
|
|
10739
10735
|
color: "Avatar color",
|
|
10740
10736
|
text: "Avatar text"
|
|
10741
10737
|
}
|
|
10742
|
-
},
|
|
10738
|
+
}, wd = {
|
|
10743
10739
|
id: "ID",
|
|
10744
10740
|
enabled: "Enabled",
|
|
10745
10741
|
email: "Email"
|
|
10746
|
-
},
|
|
10742
|
+
}, kd = {
|
|
10747
10743
|
grants: "Actions",
|
|
10748
10744
|
permissions: "Permissions",
|
|
10749
10745
|
resolvedPermissions: "Resolved Permission",
|
|
10750
10746
|
noPermissions: "No permissions set"
|
|
10751
|
-
},
|
|
10752
|
-
meta:
|
|
10753
|
-
model:
|
|
10754
|
-
filter:
|
|
10755
|
-
table:
|
|
10756
|
-
},
|
|
10747
|
+
}, Cd = {
|
|
10748
|
+
meta: yd,
|
|
10749
|
+
model: bd,
|
|
10750
|
+
filter: wd,
|
|
10751
|
+
table: kd
|
|
10752
|
+
}, Ad = {
|
|
10757
10753
|
id: "Id",
|
|
10758
10754
|
status: "Status",
|
|
10759
10755
|
startedAtFrom: "Started at from",
|
|
10760
10756
|
startedAtUntil: "Started at until"
|
|
10761
|
-
},
|
|
10757
|
+
}, Dd = {
|
|
10762
10758
|
id: "Id",
|
|
10763
10759
|
_resourceName: "Type",
|
|
10764
10760
|
status: "Status",
|
|
@@ -10767,26 +10763,26 @@ const gg = (t, n) => {
|
|
|
10767
10763
|
result: "Result",
|
|
10768
10764
|
targetUserId: "Target user id",
|
|
10769
10765
|
anonymizeUser: "Anonymize user"
|
|
10770
|
-
},
|
|
10766
|
+
}, _d = {
|
|
10771
10767
|
jobUserDataDelete: "User data delete"
|
|
10772
|
-
},
|
|
10768
|
+
}, Md = {
|
|
10773
10769
|
create: "Create job"
|
|
10774
|
-
},
|
|
10770
|
+
}, xd = {
|
|
10775
10771
|
waiting: "Waiting",
|
|
10776
10772
|
processing: "Processing",
|
|
10777
10773
|
awaitingBatchProcess: "Processing batch",
|
|
10778
10774
|
done: "Done",
|
|
10779
10775
|
error: "Error"
|
|
10780
|
-
},
|
|
10781
|
-
filter:
|
|
10782
|
-
model:
|
|
10783
|
-
jobResource:
|
|
10784
|
-
button:
|
|
10785
|
-
status:
|
|
10786
|
-
},
|
|
10776
|
+
}, Sd = {
|
|
10777
|
+
filter: Ad,
|
|
10778
|
+
model: Dd,
|
|
10779
|
+
jobResource: _d,
|
|
10780
|
+
button: Md,
|
|
10781
|
+
status: xd
|
|
10782
|
+
}, Td = {
|
|
10787
10783
|
detail: "Log Detail",
|
|
10788
10784
|
list: "List of Logs"
|
|
10789
|
-
},
|
|
10785
|
+
}, $d = "System", Od = {
|
|
10790
10786
|
system: "System",
|
|
10791
10787
|
type: "Type",
|
|
10792
10788
|
levelName: "Level",
|
|
@@ -10797,7 +10793,7 @@ const gg = (t, n) => {
|
|
|
10797
10793
|
datetimeTo: "Date until",
|
|
10798
10794
|
message: "Message",
|
|
10799
10795
|
appVersion: "Version"
|
|
10800
|
-
},
|
|
10796
|
+
}, Vd = {
|
|
10801
10797
|
id: "ID",
|
|
10802
10798
|
datetime: "Date",
|
|
10803
10799
|
levelName: "Level",
|
|
@@ -10813,100 +10809,100 @@ const gg = (t, n) => {
|
|
|
10813
10809
|
path: "URL",
|
|
10814
10810
|
httpStatus: "Status code"
|
|
10815
10811
|
}
|
|
10816
|
-
},
|
|
10817
|
-
meta:
|
|
10818
|
-
system:
|
|
10819
|
-
filter:
|
|
10820
|
-
model:
|
|
10821
|
-
},
|
|
10812
|
+
}, Pd = {
|
|
10813
|
+
meta: Td,
|
|
10814
|
+
system: $d,
|
|
10815
|
+
filter: Od,
|
|
10816
|
+
model: Vd
|
|
10817
|
+
}, Id = {
|
|
10822
10818
|
actions: "Actions",
|
|
10823
10819
|
permissions: "Permissions"
|
|
10824
|
-
},
|
|
10820
|
+
}, Fd = {
|
|
10825
10821
|
allow: "Allow",
|
|
10826
10822
|
allowOwner: "Owner only",
|
|
10827
10823
|
deny: "Deny"
|
|
10828
|
-
},
|
|
10824
|
+
}, Ed = {
|
|
10829
10825
|
role: "Role",
|
|
10830
10826
|
group: "Group",
|
|
10831
10827
|
user: "User",
|
|
10832
10828
|
defaultGrant: "Default"
|
|
10833
|
-
},
|
|
10834
|
-
table:
|
|
10835
|
-
grant:
|
|
10836
|
-
grantOrigin:
|
|
10837
|
-
},
|
|
10829
|
+
}, Nd = {
|
|
10830
|
+
table: Id,
|
|
10831
|
+
grant: Fd,
|
|
10832
|
+
grantOrigin: Ed
|
|
10833
|
+
}, Ld = {
|
|
10838
10834
|
detail: "Permission Group Detail",
|
|
10839
10835
|
list: "Permission Group List",
|
|
10840
10836
|
create: "Permission Group Create",
|
|
10841
10837
|
edit: "Permission Group Edit"
|
|
10842
|
-
},
|
|
10838
|
+
}, zd = {
|
|
10843
10839
|
id: "ID",
|
|
10844
10840
|
title: "Title",
|
|
10845
10841
|
description: "Description",
|
|
10846
10842
|
permissions: "Permissions"
|
|
10847
|
-
},
|
|
10843
|
+
}, jd = {
|
|
10848
10844
|
id: "ID",
|
|
10849
10845
|
title: "Title"
|
|
10850
|
-
}, zd = {
|
|
10851
|
-
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
10852
10846
|
}, Bd = {
|
|
10853
|
-
|
|
10854
|
-
|
|
10855
|
-
|
|
10856
|
-
|
|
10857
|
-
|
|
10858
|
-
|
|
10859
|
-
|
|
10860
|
-
|
|
10861
|
-
|
|
10862
|
-
|
|
10863
|
-
|
|
10864
|
-
|
|
10865
|
-
|
|
10866
|
-
|
|
10867
|
-
|
|
10868
|
-
|
|
10869
|
-
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10873
|
-
|
|
10874
|
-
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
|
|
10878
|
-
|
|
10879
|
-
|
|
10880
|
-
|
|
10881
|
-
|
|
10882
|
-
|
|
10883
|
-
|
|
10884
|
-
|
|
10885
|
-
},
|
|
10847
|
+
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
10848
|
+
}, Rd = {
|
|
10849
|
+
meta: Ld,
|
|
10850
|
+
model: zd,
|
|
10851
|
+
filter: jd,
|
|
10852
|
+
button: Bd
|
|
10853
|
+
}, Ud = "Invalid", Yd = "ID mismatch error when editing object. Please contact the administrator if needed.", Hd = "Required field is empty.", Jd = "Field does not meet minimum length requirement.", Wd = "Field does not meet maximum length requirement.", qd = "Invalid field.", Kd = "Field must be unique.", Gd = "Value in field not found.", Zd = "Value must be greater.", Qd = "Value must be lower.", Xd = "Incorrect format.", ec = "Url is in an incorrect format.", tc = "Item already exists.", nc = {
|
|
10854
|
+
noTranslation: Ud,
|
|
10855
|
+
error_id_mismatch: Yd,
|
|
10856
|
+
error_field_empty: Hd,
|
|
10857
|
+
error_field_length_min: Jd,
|
|
10858
|
+
error_field_length_max: Wd,
|
|
10859
|
+
error_field_invalid: qd,
|
|
10860
|
+
error_field_not_unique: Kd,
|
|
10861
|
+
error_field_value_not_found: Gd,
|
|
10862
|
+
error_field_range_min: Zd,
|
|
10863
|
+
error_field_range_max: Qd,
|
|
10864
|
+
error_field_regex: Xd,
|
|
10865
|
+
error_field_url: ec,
|
|
10866
|
+
error_already_exists: tc
|
|
10867
|
+
}, ac = "Required.", rc = "Value must be between {min} and {max}.", oc = "Minimal length is {min}.", ic = "Maximal length is {max}.", lc = "Maximal value must be {max}.", sc = "Minimal value must be {min}.", uc = "Incorrect email format.", dc = "Incorrect url format.", cc = "Allowed only numbers.", fc = "Allowed only characters a-z, - and numbers 0-9.", mc = "Item length in list must have between {min} and {max} characters.", pc = {
|
|
10868
|
+
required: ac,
|
|
10869
|
+
between: rc,
|
|
10870
|
+
minLength: oc,
|
|
10871
|
+
maxLength: ic,
|
|
10872
|
+
maxValue: lc,
|
|
10873
|
+
minValue: sc,
|
|
10874
|
+
email: uc,
|
|
10875
|
+
url: dc,
|
|
10876
|
+
numeric: cc,
|
|
10877
|
+
slug: fc,
|
|
10878
|
+
stringArrayItemLength: mc
|
|
10879
|
+
}, hc = "Chyba", gc = {
|
|
10880
|
+
noTranslation: hc
|
|
10881
|
+
}, Mg = {
|
|
10886
10882
|
common: {
|
|
10887
10883
|
alert: $u,
|
|
10888
|
-
button:
|
|
10889
|
-
model:
|
|
10890
|
-
system:
|
|
10891
|
-
anzuUser:
|
|
10892
|
-
job:
|
|
10893
|
-
log:
|
|
10894
|
-
permission:
|
|
10895
|
-
permissionGroup:
|
|
10884
|
+
button: Qu,
|
|
10885
|
+
model: rd,
|
|
10886
|
+
system: vd,
|
|
10887
|
+
anzuUser: Cd,
|
|
10888
|
+
job: Sd,
|
|
10889
|
+
log: Pd,
|
|
10890
|
+
permission: Nd,
|
|
10891
|
+
permissionGroup: Rd
|
|
10896
10892
|
},
|
|
10897
10893
|
$vuetify: ku,
|
|
10898
10894
|
error: {
|
|
10899
10895
|
apiValidation: {
|
|
10900
|
-
...
|
|
10896
|
+
...nc
|
|
10901
10897
|
},
|
|
10902
10898
|
apiForbiddenOperation: {
|
|
10903
|
-
...
|
|
10899
|
+
...gc
|
|
10904
10900
|
},
|
|
10905
10901
|
jsValidation: {
|
|
10906
|
-
...
|
|
10902
|
+
...pc
|
|
10907
10903
|
}
|
|
10908
10904
|
}
|
|
10909
|
-
},
|
|
10905
|
+
}, vc = "Systémová chyba. Skúste neskôr alebo kontaktujte administrátora.", yc = "Prístup zamietnutý. Na vykonanie danej akcie nemáte oprávnenie.", bc = "Vyplňte všetky povinné polia a opravte chyby.", wc = "Opravne tieto chyby.", kc = "Zakázaná akcia.", Cc = {
|
|
10910
10906
|
created: "Záznam bol vytvorený.",
|
|
10911
10907
|
updated: "Záznam bol upravený.",
|
|
10912
10908
|
deleted: "Záznam bol odstránený.",
|
|
@@ -10914,61 +10910,61 @@ const gg = (t, n) => {
|
|
|
10914
10910
|
unpublished: "Záznam bol stiahnutý.",
|
|
10915
10911
|
enabled: "Záznam bol povolený.",
|
|
10916
10912
|
disabled: "Záznam bol zakázaný."
|
|
10917
|
-
},
|
|
10918
|
-
unknownError:
|
|
10919
|
-
forbiddenError:
|
|
10920
|
-
fixValidationErrors:
|
|
10921
|
-
fixApiValidationErrors:
|
|
10922
|
-
apiForbiddenOperationError:
|
|
10923
|
-
recordWas:
|
|
10924
|
-
idWasCopied:
|
|
10925
|
-
textWasCopied:
|
|
10926
|
-
},
|
|
10927
|
-
create:
|
|
10928
|
-
createAndClose:
|
|
10929
|
-
save:
|
|
10930
|
-
saveAndClose:
|
|
10931
|
-
close:
|
|
10932
|
-
edit:
|
|
10933
|
-
detail:
|
|
10934
|
-
submitFilter:
|
|
10935
|
-
resetFilter:
|
|
10936
|
-
advancedFilters:
|
|
10937
|
-
cancel:
|
|
10913
|
+
}, Ac = "ID bolo skopírované do schránky.", Dc = "Text bol skopírovaný do schránky", _c = {
|
|
10914
|
+
unknownError: vc,
|
|
10915
|
+
forbiddenError: yc,
|
|
10916
|
+
fixValidationErrors: bc,
|
|
10917
|
+
fixApiValidationErrors: wc,
|
|
10918
|
+
apiForbiddenOperationError: kc,
|
|
10919
|
+
recordWas: Cc,
|
|
10920
|
+
idWasCopied: Ac,
|
|
10921
|
+
textWasCopied: Dc
|
|
10922
|
+
}, Mc = "Vytvoriť", xc = "Vytvoriť a zatvoriť", Sc = "Uložiť", Tc = "Uložiť a zatvoriť", $c = "Zatvoriť", Oc = "Editovať", Vc = "Detail", Pc = "Hľadať", Ic = "Zrušiť filter", Fc = "Viac filtrov", Ec = "Zrušiť", Nc = "ID", Lc = "Teraz", zc = "Potvrď", jc = "Kopírovať ID", Bc = "Pridať", Rc = "Stiahnuť", Uc = "Nahratie", Yc = "Obnoviť", Hc = "Dopredu", Jc = "Dozadu", Wc = {
|
|
10923
|
+
create: Mc,
|
|
10924
|
+
createAndClose: xc,
|
|
10925
|
+
save: Sc,
|
|
10926
|
+
saveAndClose: Tc,
|
|
10927
|
+
close: $c,
|
|
10928
|
+
edit: Oc,
|
|
10929
|
+
detail: Vc,
|
|
10930
|
+
submitFilter: Pc,
|
|
10931
|
+
resetFilter: Ic,
|
|
10932
|
+
advancedFilters: Fc,
|
|
10933
|
+
cancel: Ec,
|
|
10938
10934
|
delete: "Zmazať",
|
|
10939
|
-
id:
|
|
10940
|
-
now:
|
|
10941
|
-
confirm:
|
|
10942
|
-
copyId:
|
|
10943
|
-
add:
|
|
10944
|
-
download:
|
|
10945
|
-
upload:
|
|
10946
|
-
refresh:
|
|
10947
|
-
|
|
10948
|
-
|
|
10949
|
-
},
|
|
10935
|
+
id: Nc,
|
|
10936
|
+
now: Lc,
|
|
10937
|
+
confirm: zc,
|
|
10938
|
+
copyId: jc,
|
|
10939
|
+
add: Bc,
|
|
10940
|
+
download: Rc,
|
|
10941
|
+
upload: Uc,
|
|
10942
|
+
refresh: Yc,
|
|
10943
|
+
forwards: Hc,
|
|
10944
|
+
backwards: Jc
|
|
10945
|
+
}, qc = "Systém", Kc = "Nevybrané", Gc = {
|
|
10950
10946
|
true: "áno",
|
|
10951
10947
|
false: "nie"
|
|
10952
|
-
},
|
|
10948
|
+
}, Zc = {
|
|
10953
10949
|
createdAt: "Vytvorené",
|
|
10954
10950
|
modifiedAt: "Upravené",
|
|
10955
10951
|
created: "Vytvorené",
|
|
10956
10952
|
modified: "Upravené"
|
|
10957
|
-
},
|
|
10953
|
+
}, Qc = {
|
|
10958
10954
|
eq: "Presný výraz",
|
|
10959
10955
|
contains: "Kdekoľvek vo výraze",
|
|
10960
10956
|
startsWith: "Začiatok výrazu"
|
|
10961
|
-
},
|
|
10962
|
-
system:
|
|
10963
|
-
notSelected:
|
|
10964
|
-
boolean:
|
|
10965
|
-
tracking:
|
|
10966
|
-
filterPlaceholder:
|
|
10967
|
-
},
|
|
10957
|
+
}, Xc = {
|
|
10958
|
+
system: qc,
|
|
10959
|
+
notSelected: Kc,
|
|
10960
|
+
boolean: Gc,
|
|
10961
|
+
tracking: Zc,
|
|
10962
|
+
filterPlaceholder: Qc
|
|
10963
|
+
}, ef = "Verzia", tf = "K dispozícii je nová verzia administrácie. Pre správne fungovanie je potrebné vykonať aktulizáciu.", nf = "Načítať novú verziu.", af = {
|
|
10968
10964
|
light: "Svetlá",
|
|
10969
10965
|
dark: "Tmavá",
|
|
10970
10966
|
auto: "Automatická"
|
|
10971
|
-
},
|
|
10967
|
+
}, rf = {
|
|
10972
10968
|
config: "Konfigurácia tabuľky",
|
|
10973
10969
|
displayCols: "Zobrazené stĺpce",
|
|
10974
10970
|
itemsPerPage: "Záznamov na stránke",
|
|
@@ -10980,52 +10976,52 @@ const gg = (t, n) => {
|
|
|
10980
10976
|
mostRecent: "Najnovšie",
|
|
10981
10977
|
oldest: "Najstaršie"
|
|
10982
10978
|
}
|
|
10983
|
-
},
|
|
10979
|
+
}, of = {
|
|
10984
10980
|
confirmDelete: "Odstrániť?",
|
|
10985
10981
|
hide: "Skryť",
|
|
10986
10982
|
show: "Zobraziť"
|
|
10987
|
-
},
|
|
10983
|
+
}, lf = {
|
|
10988
10984
|
button: "Aplikácie"
|
|
10989
|
-
},
|
|
10985
|
+
}, sf = {
|
|
10990
10986
|
button: "Účet",
|
|
10991
10987
|
logout: "Odhlásenie",
|
|
10992
10988
|
logoutText: "Skutočne sa chcete odhlásiť?",
|
|
10993
10989
|
logoutConfirm: "Odhlásiť",
|
|
10994
10990
|
settings: "Nastavenia"
|
|
10995
|
-
},
|
|
10991
|
+
}, uf = {
|
|
10996
10992
|
detail: "Detail",
|
|
10997
10993
|
edit: "Úprava",
|
|
10998
10994
|
create: "Vytvorenie"
|
|
10999
|
-
},
|
|
10995
|
+
}, df = {
|
|
11000
10996
|
text: "Prosím, prihláste sa",
|
|
11001
10997
|
button: "Prihlásiť sa"
|
|
11002
|
-
},
|
|
10998
|
+
}, cf = {
|
|
11003
10999
|
title: "Ups, nastala chyba 404",
|
|
11004
11000
|
text: "Táto stránka neexistuje. Pokiaľ by mala, kontaktujte administrátora.",
|
|
11005
11001
|
backButton: "Vráť ma na úvodnú stránku"
|
|
11006
|
-
},
|
|
11002
|
+
}, ff = {
|
|
11007
11003
|
title: "Ups, nastala chyba 401",
|
|
11008
11004
|
text: "Na túto stránku nemáte prístup. Pokiaľ máte mať k tejto stránke prístup, kontaktujte administrátora.",
|
|
11009
11005
|
backButton: "Vráť ma na prihlásenie"
|
|
11010
|
-
},
|
|
11011
|
-
version:
|
|
11012
|
-
newVersionText:
|
|
11013
|
-
newVersionReload:
|
|
11014
|
-
theme:
|
|
11015
|
-
datatable:
|
|
11016
|
-
modal:
|
|
11017
|
-
adminSwitcher:
|
|
11018
|
-
currentUser:
|
|
11019
|
-
breadcrumb:
|
|
11020
|
-
login:
|
|
11021
|
-
notFound:
|
|
11022
|
-
unauthorized:
|
|
11023
|
-
},
|
|
11006
|
+
}, mf = {
|
|
11007
|
+
version: ef,
|
|
11008
|
+
newVersionText: tf,
|
|
11009
|
+
newVersionReload: nf,
|
|
11010
|
+
theme: af,
|
|
11011
|
+
datatable: rf,
|
|
11012
|
+
modal: of,
|
|
11013
|
+
adminSwitcher: lf,
|
|
11014
|
+
currentUser: sf,
|
|
11015
|
+
breadcrumb: uf,
|
|
11016
|
+
login: df,
|
|
11017
|
+
notFound: cf,
|
|
11018
|
+
unauthorized: ff
|
|
11019
|
+
}, pf = {
|
|
11024
11020
|
detail: "Detail Anzu používateľa",
|
|
11025
11021
|
list: "Zoznam Anzu používateľov",
|
|
11026
11022
|
edit: "Úprava Anzu používateľa",
|
|
11027
11023
|
create: "Vytvorenie Anzu používateľa"
|
|
11028
|
-
},
|
|
11024
|
+
}, hf = {
|
|
11029
11025
|
id: "ID",
|
|
11030
11026
|
enabled: "Povolený",
|
|
11031
11027
|
email: "Email",
|
|
@@ -11041,26 +11037,26 @@ const gg = (t, n) => {
|
|
|
11041
11037
|
color: "Avatar farba",
|
|
11042
11038
|
text: "Avatar text"
|
|
11043
11039
|
}
|
|
11044
|
-
},
|
|
11040
|
+
}, gf = {
|
|
11045
11041
|
id: "ID",
|
|
11046
11042
|
enabled: "Povolený",
|
|
11047
11043
|
email: "Email"
|
|
11048
|
-
},
|
|
11044
|
+
}, vf = {
|
|
11049
11045
|
grants: "Akcie",
|
|
11050
11046
|
permissions: "Oprávnenia",
|
|
11051
11047
|
resolvedPermissions: "Výsledné oprávnenie",
|
|
11052
11048
|
noPermissions: "Žiadne oprávnenia"
|
|
11053
|
-
},
|
|
11054
|
-
meta:
|
|
11055
|
-
model:
|
|
11056
|
-
filter:
|
|
11057
|
-
table:
|
|
11058
|
-
},
|
|
11049
|
+
}, yf = {
|
|
11050
|
+
meta: pf,
|
|
11051
|
+
model: hf,
|
|
11052
|
+
filter: gf,
|
|
11053
|
+
table: vf
|
|
11054
|
+
}, bf = {
|
|
11059
11055
|
id: "Id",
|
|
11060
11056
|
status: "Stav",
|
|
11061
11057
|
startedAtFrom: "Začiatok",
|
|
11062
11058
|
startedAtUntil: "Ukončenie"
|
|
11063
|
-
},
|
|
11059
|
+
}, wf = {
|
|
11064
11060
|
id: "Id",
|
|
11065
11061
|
_resourceName: "Typ",
|
|
11066
11062
|
status: "Stav",
|
|
@@ -11069,26 +11065,26 @@ const gg = (t, n) => {
|
|
|
11069
11065
|
result: "Výsledok",
|
|
11070
11066
|
targetUserId: "Cieľovy používateľ",
|
|
11071
11067
|
anonymizeUser: "Anonymizuj používateľa"
|
|
11072
|
-
},
|
|
11068
|
+
}, kf = {
|
|
11073
11069
|
jobUserDataDelete: "Výmaz používateľových dát"
|
|
11074
|
-
},
|
|
11070
|
+
}, Cf = {
|
|
11075
11071
|
create: "Vytvoriť systémovú úlohu"
|
|
11076
|
-
},
|
|
11072
|
+
}, Af = {
|
|
11077
11073
|
waiting: "V poradí",
|
|
11078
11074
|
processing: "Procesuje sa",
|
|
11079
11075
|
awaitingBatchProcess: "Procesuje sa v dávke",
|
|
11080
11076
|
done: "Hotovo",
|
|
11081
11077
|
error: "Chyba"
|
|
11082
|
-
},
|
|
11083
|
-
filter:
|
|
11084
|
-
model:
|
|
11085
|
-
jobResource:
|
|
11086
|
-
button:
|
|
11087
|
-
status:
|
|
11088
|
-
},
|
|
11078
|
+
}, Df = {
|
|
11079
|
+
filter: bf,
|
|
11080
|
+
model: wf,
|
|
11081
|
+
jobResource: kf,
|
|
11082
|
+
button: Cf,
|
|
11083
|
+
status: Af
|
|
11084
|
+
}, _f = {
|
|
11089
11085
|
detail: "Detail logu",
|
|
11090
11086
|
list: "ZOznam logov"
|
|
11091
|
-
},
|
|
11087
|
+
}, Mf = "Systém", xf = {
|
|
11092
11088
|
system: "Systém",
|
|
11093
11089
|
type: "Typ",
|
|
11094
11090
|
levelName: "Úroveň",
|
|
@@ -11099,7 +11095,7 @@ const gg = (t, n) => {
|
|
|
11099
11095
|
datetimeTo: "Dátum do",
|
|
11100
11096
|
message: "Správa",
|
|
11101
11097
|
appVersion: "Verzia"
|
|
11102
|
-
},
|
|
11098
|
+
}, Sf = {
|
|
11103
11099
|
id: "ID",
|
|
11104
11100
|
datetime: "Dátum",
|
|
11105
11101
|
levelName: "Úroveň",
|
|
@@ -11115,51 +11111,51 @@ const gg = (t, n) => {
|
|
|
11115
11111
|
path: "URL",
|
|
11116
11112
|
httpStatus: "Kód stavu"
|
|
11117
11113
|
}
|
|
11118
|
-
},
|
|
11119
|
-
meta:
|
|
11120
|
-
system:
|
|
11121
|
-
filter:
|
|
11122
|
-
model:
|
|
11123
|
-
},
|
|
11114
|
+
}, Tf = {
|
|
11115
|
+
meta: _f,
|
|
11116
|
+
system: Mf,
|
|
11117
|
+
filter: xf,
|
|
11118
|
+
model: Sf
|
|
11119
|
+
}, $f = {
|
|
11124
11120
|
actions: "Akcie",
|
|
11125
11121
|
permissions: "Oprávnenia"
|
|
11126
|
-
},
|
|
11122
|
+
}, Of = {
|
|
11127
11123
|
allow: "Povolený",
|
|
11128
11124
|
allowOwner: "Iba vlastník",
|
|
11129
11125
|
deny: "Zamietnutý"
|
|
11130
|
-
},
|
|
11126
|
+
}, Vf = {
|
|
11131
11127
|
role: "Rola",
|
|
11132
11128
|
group: "Skupina",
|
|
11133
11129
|
user: "Užívateľ",
|
|
11134
11130
|
defaultGrant: "Default"
|
|
11135
|
-
},
|
|
11136
|
-
table:
|
|
11137
|
-
grant:
|
|
11138
|
-
grantOrigin:
|
|
11139
|
-
},
|
|
11131
|
+
}, Pf = {
|
|
11132
|
+
table: $f,
|
|
11133
|
+
grant: Of,
|
|
11134
|
+
grantOrigin: Vf
|
|
11135
|
+
}, If = {
|
|
11140
11136
|
detail: "Detail skupiny oprávnení",
|
|
11141
11137
|
list: "Zoznam skupín oprávnení",
|
|
11142
11138
|
create: "Vytvorenie skupiny oprávnení",
|
|
11143
11139
|
edit: "Úprava skupiny oprávnení"
|
|
11144
|
-
},
|
|
11140
|
+
}, Ff = {
|
|
11145
11141
|
id: "ID",
|
|
11146
11142
|
title: "Nadpis",
|
|
11147
11143
|
description: "Popis",
|
|
11148
11144
|
permissions: "Oprávnenia"
|
|
11149
|
-
},
|
|
11145
|
+
}, Ef = {
|
|
11150
11146
|
id: "ID",
|
|
11151
11147
|
title: "Nadpis"
|
|
11152
|
-
},
|
|
11148
|
+
}, Nf = {
|
|
11153
11149
|
deleteConfirm: "Skupina povolení bude natrvalo odstránená zo systému. Chcete pokračovať?"
|
|
11154
|
-
},
|
|
11155
|
-
meta:
|
|
11156
|
-
model:
|
|
11157
|
-
filter:
|
|
11158
|
-
button:
|
|
11159
|
-
},
|
|
11150
|
+
}, Lf = {
|
|
11151
|
+
meta: If,
|
|
11152
|
+
model: Ff,
|
|
11153
|
+
filter: Ef,
|
|
11154
|
+
button: Nf
|
|
11155
|
+
}, zf = "Štítok", jf = "Zatvoriť", Bf = {
|
|
11160
11156
|
noResultsText: "Nenašli sa žiadne zodpovedajúce záznamy",
|
|
11161
11157
|
loadingText: "Načítavanie záznamov ..."
|
|
11162
|
-
},
|
|
11158
|
+
}, Rf = {
|
|
11163
11159
|
itemsPerPageText: "Riadkov na stránku:",
|
|
11164
11160
|
ariaLabel: {
|
|
11165
11161
|
sortDescending: "Zoradiť zostupne.",
|
|
@@ -11170,7 +11166,7 @@ const gg = (t, n) => {
|
|
|
11170
11166
|
activateAscending: "Aktivovať vzostupné radenie"
|
|
11171
11167
|
},
|
|
11172
11168
|
sortBy: "Radiť"
|
|
11173
|
-
},
|
|
11169
|
+
}, Uf = {
|
|
11174
11170
|
itemsPerPageText: "Záznamov na stránku:",
|
|
11175
11171
|
itemsPerPageAll: "Všetky",
|
|
11176
11172
|
nextPage: "Ďalšia strana",
|
|
@@ -11178,31 +11174,31 @@ const gg = (t, n) => {
|
|
|
11178
11174
|
firstPage: "Prvá strana",
|
|
11179
11175
|
lastPage: "Posledná strana",
|
|
11180
11176
|
pageText: "{0}-{1} z {2}"
|
|
11181
|
-
},
|
|
11177
|
+
}, Yf = {
|
|
11182
11178
|
itemsSelected: "{0} vybraných",
|
|
11183
11179
|
nextMonthAriaLabel: "Ďalší mesiac",
|
|
11184
11180
|
nextYearAriaLabel: "Ďalší rok",
|
|
11185
11181
|
prevMonthAriaLabel: "Predchádzajúci mesiac",
|
|
11186
11182
|
prevYearAriaLabel: "Predchádzajúci rok"
|
|
11187
|
-
},
|
|
11183
|
+
}, Hf = "Žiadne dostupné dáta", Jf = {
|
|
11188
11184
|
prev: "Predchádzajúci krok",
|
|
11189
11185
|
next: "Nasledujúci krok",
|
|
11190
11186
|
ariaLabel: {
|
|
11191
11187
|
delimiter: "Krok {0} z {1}"
|
|
11192
11188
|
}
|
|
11193
|
-
},
|
|
11189
|
+
}, Wf = {
|
|
11194
11190
|
moreEvents: "{0} viac"
|
|
11195
|
-
},
|
|
11191
|
+
}, qf = {
|
|
11196
11192
|
clear: "Vymazať {0}",
|
|
11197
11193
|
prependAction: "{0} akcií pred",
|
|
11198
11194
|
appendAction: "{0} nasledovných akcií"
|
|
11199
|
-
},
|
|
11195
|
+
}, Kf = {
|
|
11200
11196
|
counter: "{0} súborov",
|
|
11201
11197
|
counterSize: "{0} súborov ({1} spolu)"
|
|
11202
|
-
},
|
|
11198
|
+
}, Gf = {
|
|
11203
11199
|
am: "AM",
|
|
11204
11200
|
pm: "PM"
|
|
11205
|
-
},
|
|
11201
|
+
}, Zf = {
|
|
11206
11202
|
ariaLabel: {
|
|
11207
11203
|
root: "Navigácia stránkovania",
|
|
11208
11204
|
next: "Ďalšia stránka",
|
|
@@ -11212,140 +11208,140 @@ const gg = (t, n) => {
|
|
|
11212
11208
|
first: "Prvá stránka",
|
|
11213
11209
|
last: "Posledná stránka"
|
|
11214
11210
|
}
|
|
11215
|
-
},
|
|
11211
|
+
}, Qf = {
|
|
11216
11212
|
ariaLabel: {
|
|
11217
11213
|
item: "Hodnotenie {0} z {1}"
|
|
11218
11214
|
}
|
|
11219
|
-
},
|
|
11220
|
-
badge:
|
|
11221
|
-
close:
|
|
11222
|
-
dataIterator:
|
|
11223
|
-
dataTable:
|
|
11224
|
-
dataFooter:
|
|
11225
|
-
datePicker:
|
|
11226
|
-
noDataText:
|
|
11227
|
-
carousel:
|
|
11228
|
-
calendar:
|
|
11229
|
-
input:
|
|
11230
|
-
fileInput:
|
|
11231
|
-
timePicker:
|
|
11232
|
-
pagination:
|
|
11233
|
-
rating:
|
|
11234
|
-
},
|
|
11235
|
-
noTranslation:
|
|
11236
|
-
error_id_mismatch:
|
|
11237
|
-
error_field_empty:
|
|
11238
|
-
error_field_length_min:
|
|
11239
|
-
error_field_length_max:
|
|
11240
|
-
error_field_invalid:
|
|
11241
|
-
error_field_not_unique:
|
|
11242
|
-
error_field_value_not_found:
|
|
11243
|
-
error_field_range_min:
|
|
11244
|
-
error_field_range_max:
|
|
11245
|
-
error_field_regex:
|
|
11246
|
-
error_field_url:
|
|
11247
|
-
error_already_exists:
|
|
11248
|
-
},
|
|
11249
|
-
noTranslation:
|
|
11250
|
-
},
|
|
11251
|
-
required:
|
|
11252
|
-
between:
|
|
11253
|
-
minLength:
|
|
11254
|
-
maxLength:
|
|
11255
|
-
minValue:
|
|
11256
|
-
maxValue:
|
|
11257
|
-
email:
|
|
11258
|
-
url:
|
|
11259
|
-
numeric:
|
|
11260
|
-
slug:
|
|
11261
|
-
stringArrayItemLength:
|
|
11262
|
-
},
|
|
11215
|
+
}, Xf = {
|
|
11216
|
+
badge: zf,
|
|
11217
|
+
close: jf,
|
|
11218
|
+
dataIterator: Bf,
|
|
11219
|
+
dataTable: Rf,
|
|
11220
|
+
dataFooter: Uf,
|
|
11221
|
+
datePicker: Yf,
|
|
11222
|
+
noDataText: Hf,
|
|
11223
|
+
carousel: Jf,
|
|
11224
|
+
calendar: Wf,
|
|
11225
|
+
input: qf,
|
|
11226
|
+
fileInput: Kf,
|
|
11227
|
+
timePicker: Gf,
|
|
11228
|
+
pagination: Zf,
|
|
11229
|
+
rating: Qf
|
|
11230
|
+
}, em = "Nevalidné.", tm = "Nesúlad ID pri upravovaní objektu (MismatchID chyba). V prípade potreby kontaktuje administrátora.", nm = "Povinné pole je prázdne.", am = "Nedodržaná minimálna dĺžka poľa.", rm = "Nedodržaná maximálna dĺžka poľa.", om = "Neplatné pole.", im = "Pole musí byť unikátne.", lm = "Hodnota v poli nebola nájdená.", sm = "Hodnota musí byť vyššia", um = "Hodnota musí byť nižšia.", dm = "Nesprávny formát.", cm = "URL je v nesprávnom tvare.", fm = "Daná položka už existuje.", mm = {
|
|
11231
|
+
noTranslation: em,
|
|
11232
|
+
error_id_mismatch: tm,
|
|
11233
|
+
error_field_empty: nm,
|
|
11234
|
+
error_field_length_min: am,
|
|
11235
|
+
error_field_length_max: rm,
|
|
11236
|
+
error_field_invalid: om,
|
|
11237
|
+
error_field_not_unique: im,
|
|
11238
|
+
error_field_value_not_found: lm,
|
|
11239
|
+
error_field_range_min: sm,
|
|
11240
|
+
error_field_range_max: um,
|
|
11241
|
+
error_field_regex: dm,
|
|
11242
|
+
error_field_url: cm,
|
|
11243
|
+
error_already_exists: fm
|
|
11244
|
+
}, pm = "Nastala neznáma chyba. V prípade potreby kontaktujte administrátora.", hm = {
|
|
11245
|
+
noTranslation: pm
|
|
11246
|
+
}, gm = "Povinná hodnota.", vm = "Hodnota musí byť medzi {min} a {max}.", ym = "Minimálny počet znakov je {min}.", bm = "Maximálny počet znakov je {max}.", wm = "Minimálna hodnota je {min}.", km = "Maximálna hodnota je {max}.", Cm = "Nesprávny formát emailu.", Am = "Nesprávny formát URL.", Dm = "Musia byť zadané iba čísla.", _m = "Povolené znaky pre slug sú a-z, - a 0-9.", Mm = "Dĺžka znakov každej položky musí byť medzi {min} a {max} znakov.", xm = {
|
|
11247
|
+
required: gm,
|
|
11248
|
+
between: vm,
|
|
11249
|
+
minLength: ym,
|
|
11250
|
+
maxLength: bm,
|
|
11251
|
+
minValue: wm,
|
|
11252
|
+
maxValue: km,
|
|
11253
|
+
email: Cm,
|
|
11254
|
+
url: Am,
|
|
11255
|
+
numeric: Dm,
|
|
11256
|
+
slug: _m,
|
|
11257
|
+
stringArrayItemLength: Mm
|
|
11258
|
+
}, xg = {
|
|
11263
11259
|
common: {
|
|
11264
|
-
alert:
|
|
11265
|
-
button:
|
|
11266
|
-
model:
|
|
11267
|
-
system:
|
|
11268
|
-
anzuUser:
|
|
11269
|
-
job:
|
|
11270
|
-
log:
|
|
11271
|
-
permission:
|
|
11272
|
-
permissionGroup:
|
|
11273
|
-
},
|
|
11274
|
-
$vuetify:
|
|
11260
|
+
alert: _c,
|
|
11261
|
+
button: Wc,
|
|
11262
|
+
model: Xc,
|
|
11263
|
+
system: mf,
|
|
11264
|
+
anzuUser: yf,
|
|
11265
|
+
job: Df,
|
|
11266
|
+
log: Tf,
|
|
11267
|
+
permission: Pf,
|
|
11268
|
+
permissionGroup: Lf
|
|
11269
|
+
},
|
|
11270
|
+
$vuetify: Xf,
|
|
11275
11271
|
error: {
|
|
11276
11272
|
apiValidation: {
|
|
11277
|
-
...
|
|
11273
|
+
...mm
|
|
11278
11274
|
},
|
|
11279
11275
|
apiForbiddenOperation: {
|
|
11280
|
-
...
|
|
11276
|
+
...hm
|
|
11281
11277
|
},
|
|
11282
11278
|
jsValidation: {
|
|
11283
|
-
...
|
|
11279
|
+
...xm
|
|
11284
11280
|
}
|
|
11285
11281
|
}
|
|
11286
11282
|
};
|
|
11287
|
-
const { t:
|
|
11288
|
-
function
|
|
11289
|
-
return Ze({ t:
|
|
11283
|
+
const { t: Sm } = le.global;
|
|
11284
|
+
function Tm() {
|
|
11285
|
+
return Ze({ t: Sm })(Io, {
|
|
11290
11286
|
withArguments: !0,
|
|
11291
11287
|
messagePath: () => "error.jsValidation.between"
|
|
11292
11288
|
});
|
|
11293
11289
|
}
|
|
11294
|
-
const { t:
|
|
11295
|
-
function
|
|
11296
|
-
return Ze({ t:
|
|
11290
|
+
const { t: $m } = le.global;
|
|
11291
|
+
function Om() {
|
|
11292
|
+
return Ze({ t: $m })(Fo, {
|
|
11297
11293
|
messagePath: () => "error.jsValidation.email"
|
|
11298
11294
|
});
|
|
11299
11295
|
}
|
|
11300
|
-
const { t:
|
|
11301
|
-
function
|
|
11302
|
-
return Ze({ t:
|
|
11296
|
+
const { t: Vm } = le.global;
|
|
11297
|
+
function Pm() {
|
|
11298
|
+
return Ze({ t: Vm })(Eo, {
|
|
11303
11299
|
withArguments: !0,
|
|
11304
11300
|
messagePath: () => "error.jsValidation.maxLength"
|
|
11305
11301
|
});
|
|
11306
11302
|
}
|
|
11307
|
-
const { t:
|
|
11308
|
-
function
|
|
11309
|
-
return Ze({ t:
|
|
11303
|
+
const { t: Im } = le.global;
|
|
11304
|
+
function Fm() {
|
|
11305
|
+
return Ze({ t: Im })(No, {
|
|
11310
11306
|
withArguments: !0,
|
|
11311
11307
|
messagePath: () => "error.jsValidation.maxValue"
|
|
11312
11308
|
});
|
|
11313
11309
|
}
|
|
11314
|
-
const { t:
|
|
11315
|
-
function
|
|
11316
|
-
return Ze({ t:
|
|
11310
|
+
const { t: Em } = le.global;
|
|
11311
|
+
function Nm() {
|
|
11312
|
+
return Ze({ t: Em })(Lo, {
|
|
11317
11313
|
withArguments: !0,
|
|
11318
11314
|
messagePath: () => "error.jsValidation.minLength"
|
|
11319
11315
|
});
|
|
11320
11316
|
}
|
|
11321
|
-
const { t:
|
|
11322
|
-
function
|
|
11323
|
-
return Ze({ t:
|
|
11317
|
+
const { t: Lm } = le.global;
|
|
11318
|
+
function zm() {
|
|
11319
|
+
return Ze({ t: Lm })(zo, {
|
|
11324
11320
|
withArguments: !0,
|
|
11325
11321
|
messagePath: () => "error.jsValidation.minValue"
|
|
11326
11322
|
});
|
|
11327
11323
|
}
|
|
11328
|
-
const { t:
|
|
11329
|
-
function
|
|
11330
|
-
return Ze({ t:
|
|
11324
|
+
const { t: jm } = le.global;
|
|
11325
|
+
function Bm() {
|
|
11326
|
+
return Ze({ t: jm })(jo, {
|
|
11331
11327
|
messagePath: () => "error.jsValidation.numeric"
|
|
11332
11328
|
});
|
|
11333
11329
|
}
|
|
11334
|
-
const { t:
|
|
11335
|
-
function
|
|
11336
|
-
return Ze({ t:
|
|
11330
|
+
const { t: Rm } = le.global;
|
|
11331
|
+
function Um() {
|
|
11332
|
+
return Ze({ t: Rm })(Bo, {
|
|
11337
11333
|
messagePath: () => "error.jsValidation.required"
|
|
11338
11334
|
});
|
|
11339
11335
|
}
|
|
11340
|
-
const { t:
|
|
11341
|
-
function
|
|
11342
|
-
return Ze({ t:
|
|
11336
|
+
const { t: Ym } = le.global;
|
|
11337
|
+
function Hm() {
|
|
11338
|
+
return Ze({ t: Ym })(Lr.regex(/^[a-z\-0-9/]+$/), {
|
|
11343
11339
|
messagePath: () => "error.jsValidation.slug"
|
|
11344
11340
|
});
|
|
11345
11341
|
}
|
|
11346
|
-
const { t:
|
|
11347
|
-
function
|
|
11348
|
-
const t = Ze({ t:
|
|
11342
|
+
const { t: Jm } = le.global;
|
|
11343
|
+
function Wm() {
|
|
11344
|
+
const t = Ze({ t: Jm }), n = (a, r) => (o) => !Lr.req(o) || o.every((l) => l.length >= f(a) && l.length <= f(r));
|
|
11349
11345
|
return t((a, r) => ({
|
|
11350
11346
|
$validator: n(a, r),
|
|
11351
11347
|
// $message not required when using i18n
|
|
@@ -11363,42 +11359,42 @@ function Um() {
|
|
|
11363
11359
|
messagePath: () => "error.jsValidation.stringArrayItemLength"
|
|
11364
11360
|
});
|
|
11365
11361
|
}
|
|
11366
|
-
const { t:
|
|
11367
|
-
function
|
|
11368
|
-
return Ze({ t:
|
|
11362
|
+
const { t: qm } = le.global;
|
|
11363
|
+
function Km() {
|
|
11364
|
+
return Ze({ t: qm })(Ro, {
|
|
11369
11365
|
messagePath: () => "error.jsValidation.url"
|
|
11370
11366
|
});
|
|
11371
11367
|
}
|
|
11372
|
-
function
|
|
11368
|
+
function Sg() {
|
|
11373
11369
|
return {
|
|
11374
|
-
required:
|
|
11370
|
+
required: Um(),
|
|
11375
11371
|
requiredIf: oo(),
|
|
11376
|
-
minLength:
|
|
11377
|
-
maxLength:
|
|
11378
|
-
minValue:
|
|
11379
|
-
maxValue:
|
|
11380
|
-
between:
|
|
11381
|
-
email:
|
|
11382
|
-
numeric:
|
|
11383
|
-
slug:
|
|
11384
|
-
url:
|
|
11385
|
-
stringArrayItemLength:
|
|
11372
|
+
minLength: Nm(),
|
|
11373
|
+
maxLength: Pm(),
|
|
11374
|
+
minValue: zm(),
|
|
11375
|
+
maxValue: Fm(),
|
|
11376
|
+
between: Tm(),
|
|
11377
|
+
email: Om(),
|
|
11378
|
+
numeric: Bm(),
|
|
11379
|
+
slug: Hm(),
|
|
11380
|
+
url: Km(),
|
|
11381
|
+
stringArrayItemLength: Wm()
|
|
11386
11382
|
};
|
|
11387
11383
|
}
|
|
11388
|
-
const
|
|
11384
|
+
const Gm = ["createdAt", "modifiedAt"], { t: _r } = le.global || le, Zm = {
|
|
11389
11385
|
key: "",
|
|
11390
11386
|
title: void 0,
|
|
11391
11387
|
sortable: !1,
|
|
11392
11388
|
fixed: !1
|
|
11393
11389
|
};
|
|
11394
|
-
function
|
|
11390
|
+
function Tg(t, n, e = void 0, a = void 0, r = !1, o = void 0) {
|
|
11395
11391
|
const l = na();
|
|
11396
11392
|
if (o)
|
|
11397
11393
|
for (const m of Object.keys(l))
|
|
11398
11394
|
m in o && (l[m] = o[m]);
|
|
11399
11395
|
const c = t.map((m) => {
|
|
11400
|
-
const d = { ...
|
|
11401
|
-
return T(d.title) && (T(d.title) &&
|
|
11396
|
+
const d = { ...Zm, ...m };
|
|
11397
|
+
return T(d.title) && (T(d.title) && Gm.includes(d.key) ? d.title = _r("common.model.tracking." + d.key) : T(d.title) && e && a ? d.title = _r(e + "." + a + ".model." + d.key) : d.title = ""), d;
|
|
11402
11398
|
}), u = x(() => {
|
|
11403
11399
|
const m = [];
|
|
11404
11400
|
return c.forEach((d) => {
|
|
@@ -11419,7 +11415,7 @@ function Dg(t, n, e = void 0, a = void 0, r = !1, o = void 0) {
|
|
|
11419
11415
|
pagination: l
|
|
11420
11416
|
};
|
|
11421
11417
|
}
|
|
11422
|
-
const
|
|
11418
|
+
const $g = () => ({
|
|
11423
11419
|
commonAliases: () => ({
|
|
11424
11420
|
ABtnPrimary: In,
|
|
11425
11421
|
ABtnSecondary: In,
|
|
@@ -11455,7 +11451,8 @@ const _g = () => ({
|
|
|
11455
11451
|
color: "primary"
|
|
11456
11452
|
},
|
|
11457
11453
|
VSwitch: {
|
|
11458
|
-
color: "success"
|
|
11454
|
+
color: "success",
|
|
11455
|
+
density: "compact"
|
|
11459
11456
|
},
|
|
11460
11457
|
VCard: {
|
|
11461
11458
|
variant: "flat"
|
|
@@ -11530,7 +11527,7 @@ const _g = () => ({
|
|
|
11530
11527
|
}
|
|
11531
11528
|
})
|
|
11532
11529
|
});
|
|
11533
|
-
function
|
|
11530
|
+
function Og(t, n, e, a = "id") {
|
|
11534
11531
|
const r = J(/* @__PURE__ */ new Map()), o = J(/* @__PURE__ */ new Set()), l = (...V) => {
|
|
11535
11532
|
const F = J(/* @__PURE__ */ new Set());
|
|
11536
11533
|
for (let R = 0; R < V.length; R++) {
|
|
@@ -11595,7 +11592,7 @@ function Mg(t, n, e, a = "id") {
|
|
|
11595
11592
|
}
|
|
11596
11593
|
};
|
|
11597
11594
|
}
|
|
11598
|
-
async function
|
|
11595
|
+
async function Vg() {
|
|
11599
11596
|
(await import("./webfontloader-e9985fe5.js").then((n) => n.w)).load({
|
|
11600
11597
|
google: {
|
|
11601
11598
|
families: ["Roboto:100,300,400,500,700,900&display=swap"]
|
|
@@ -11603,7 +11600,7 @@ async function xg() {
|
|
|
11603
11600
|
// urls: ['https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css']
|
|
11604
11601
|
});
|
|
11605
11602
|
}
|
|
11606
|
-
function
|
|
11603
|
+
function Pg() {
|
|
11607
11604
|
const t = (e, a) => ({
|
|
11608
11605
|
id: 0,
|
|
11609
11606
|
status: lo.Default,
|
|
@@ -11628,27 +11625,27 @@ function Sg() {
|
|
|
11628
11625
|
})
|
|
11629
11626
|
};
|
|
11630
11627
|
}
|
|
11631
|
-
let
|
|
11632
|
-
const
|
|
11633
|
-
function
|
|
11634
|
-
if (!
|
|
11628
|
+
let jn;
|
|
11629
|
+
const Qm = new Uint8Array(16);
|
|
11630
|
+
function Xm() {
|
|
11631
|
+
if (!jn && (jn = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !jn))
|
|
11635
11632
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
11636
|
-
return
|
|
11633
|
+
return jn(Qm);
|
|
11637
11634
|
}
|
|
11638
11635
|
const Te = [];
|
|
11639
11636
|
for (let t = 0; t < 256; ++t)
|
|
11640
11637
|
Te.push((t + 256).toString(16).slice(1));
|
|
11641
|
-
function
|
|
11638
|
+
function ep(t, n = 0) {
|
|
11642
11639
|
return (Te[t[n + 0]] + Te[t[n + 1]] + Te[t[n + 2]] + Te[t[n + 3]] + "-" + Te[t[n + 4]] + Te[t[n + 5]] + "-" + Te[t[n + 6]] + Te[t[n + 7]] + "-" + Te[t[n + 8]] + Te[t[n + 9]] + "-" + Te[t[n + 10]] + Te[t[n + 11]] + Te[t[n + 12]] + Te[t[n + 13]] + Te[t[n + 14]] + Te[t[n + 15]]).toLowerCase();
|
|
11643
11640
|
}
|
|
11644
11641
|
let Mr, ha, ga = 0, va = 0;
|
|
11645
|
-
function
|
|
11642
|
+
function tp(t, n, e) {
|
|
11646
11643
|
let a = n && e || 0;
|
|
11647
11644
|
const r = n || new Array(16);
|
|
11648
11645
|
t = t || {};
|
|
11649
11646
|
let o = t.node || Mr, l = t.clockseq !== void 0 ? t.clockseq : ha;
|
|
11650
11647
|
if (o == null || l == null) {
|
|
11651
|
-
const g = t.random || (t.rng ||
|
|
11648
|
+
const g = t.random || (t.rng || Xm)();
|
|
11652
11649
|
o == null && (o = Mr = [g[0] | 1, g[1], g[2], g[3], g[4], g[5]]), l == null && (l = ha = (g[6] << 8 | g[7]) & 16383);
|
|
11653
11650
|
}
|
|
11654
11651
|
let c = t.msecs !== void 0 ? t.msecs : Date.now(), u = t.nsecs !== void 0 ? t.nsecs : va + 1;
|
|
@@ -11662,10 +11659,10 @@ function Zm(t, n, e) {
|
|
|
11662
11659
|
r[a++] = d >>> 8 & 255, r[a++] = d & 255, r[a++] = d >>> 24 & 15 | 16, r[a++] = d >>> 16 & 255, r[a++] = l >>> 8 | 128, r[a++] = l & 255;
|
|
11663
11660
|
for (let g = 0; g < 6; ++g)
|
|
11664
11661
|
r[a + g] = o[g];
|
|
11665
|
-
return n ||
|
|
11662
|
+
return n || ep(r);
|
|
11666
11663
|
}
|
|
11667
|
-
const
|
|
11668
|
-
function
|
|
11664
|
+
const Ig = () => tp(), At = J(null);
|
|
11665
|
+
function Fg(t) {
|
|
11669
11666
|
t.query.loginState && (At.value = t.query.loginState.toString());
|
|
11670
11667
|
const n = () => he(At.value), e = () => At.value === "success", a = () => At.value === "failure-sso-communication", r = () => At.value === "failure-internal-error", o = () => At.value === "failure-unauthorized";
|
|
11671
11668
|
return {
|
|
@@ -11678,93 +11675,93 @@ function $g(t) {
|
|
|
11678
11675
|
};
|
|
11679
11676
|
}
|
|
11680
11677
|
export {
|
|
11681
|
-
|
|
11682
|
-
|
|
11683
|
-
|
|
11684
|
-
|
|
11685
|
-
|
|
11686
|
-
|
|
11687
|
-
|
|
11688
|
-
|
|
11678
|
+
Uh as AActionCloseButton,
|
|
11679
|
+
Yh as AActionCreateButton,
|
|
11680
|
+
Hh as AActionDeleteButton,
|
|
11681
|
+
Jh as AActionEditButton,
|
|
11682
|
+
Wh as AActionSaveAndCloseButton,
|
|
11683
|
+
qh as AActionSaveButton,
|
|
11684
|
+
rh as AAdminSwitcher,
|
|
11685
|
+
Np as AAlerts,
|
|
11689
11686
|
Dr as AAnzuUserAvatar,
|
|
11690
|
-
|
|
11691
|
-
|
|
11692
|
-
|
|
11693
|
-
|
|
11687
|
+
tg as AAvatarColorPicker,
|
|
11688
|
+
Ep as ABooleanValue,
|
|
11689
|
+
Lh as ACachedChip,
|
|
11690
|
+
Lp as ACard,
|
|
11694
11691
|
ti as ACardLoader,
|
|
11695
|
-
|
|
11696
|
-
|
|
11697
|
-
|
|
11698
|
-
|
|
11699
|
-
|
|
11700
|
-
|
|
11701
|
-
|
|
11692
|
+
Bh as AChipNoLink,
|
|
11693
|
+
jh as ACopyText,
|
|
11694
|
+
ah as ACreateDialog,
|
|
11695
|
+
ng as ACurrentUserDropdown,
|
|
11696
|
+
Qp as ADatatableConfigButton,
|
|
11697
|
+
Xp as ADatatableOrdering,
|
|
11698
|
+
Zp as ADatatablePagination,
|
|
11702
11699
|
Hn as ADatetime,
|
|
11703
|
-
|
|
11704
|
-
|
|
11700
|
+
jr as ADialogToolbar,
|
|
11701
|
+
oh as AEmptyRouterView,
|
|
11705
11702
|
dl as AFilterAdvancedButton,
|
|
11706
|
-
|
|
11707
|
-
|
|
11708
|
-
|
|
11709
|
-
|
|
11710
|
-
|
|
11703
|
+
Eh as AFilterBooleanGroup,
|
|
11704
|
+
Nh as AFilterBooleanSelect,
|
|
11705
|
+
Sh as AFilterDatetimePicker,
|
|
11706
|
+
bh as AFilterInteger,
|
|
11707
|
+
Fh as AFilterRemoteAutocomplete,
|
|
11711
11708
|
fl as AFilterResetButton,
|
|
11712
|
-
|
|
11709
|
+
yh as AFilterString,
|
|
11713
11710
|
cl as AFilterSubmitButton,
|
|
11714
|
-
|
|
11715
|
-
|
|
11716
|
-
|
|
11717
|
-
|
|
11718
|
-
|
|
11719
|
-
|
|
11720
|
-
|
|
11721
|
-
|
|
11722
|
-
|
|
11723
|
-
|
|
11724
|
-
|
|
11711
|
+
Ih as AFilterValueObjectOptionsSelect,
|
|
11712
|
+
wh as AFilterWrapper,
|
|
11713
|
+
Kp as AFormBooleanToggle,
|
|
11714
|
+
xh as AFormDatetimePicker,
|
|
11715
|
+
$h as AFormRemoteAutocomplete,
|
|
11716
|
+
ag as AFormRemoteAutocompleteWithCached,
|
|
11717
|
+
Oh as AFormRemoteCheckbox,
|
|
11718
|
+
Vh as AFormRemoteSwitch,
|
|
11719
|
+
Wp as AFormTextField,
|
|
11720
|
+
qp as AFormTextarea,
|
|
11721
|
+
Ph as AFormValueObjectOptionsSelect,
|
|
11725
11722
|
uo as AIconGroup,
|
|
11726
|
-
|
|
11723
|
+
sg as AJobDetailCommon,
|
|
11727
11724
|
Hl as AJobStatusChip,
|
|
11728
|
-
|
|
11729
|
-
|
|
11730
|
-
|
|
11731
|
-
|
|
11732
|
-
|
|
11733
|
-
|
|
11734
|
-
|
|
11735
|
-
|
|
11725
|
+
Xh as ALanguageSelect,
|
|
11726
|
+
eh as ALogData,
|
|
11727
|
+
zh as ALogLevelChip,
|
|
11728
|
+
rg as ALoginView,
|
|
11729
|
+
og as ALogoutView,
|
|
11730
|
+
lg as ANotFoundView,
|
|
11731
|
+
kh as APermissionGrantEditor,
|
|
11732
|
+
Ch as APermissionValueChip,
|
|
11736
11733
|
nt as ARow,
|
|
11737
|
-
|
|
11738
|
-
|
|
11739
|
-
|
|
11740
|
-
|
|
11741
|
-
|
|
11742
|
-
|
|
11743
|
-
|
|
11744
|
-
|
|
11745
|
-
|
|
11734
|
+
eg as ASystemBar,
|
|
11735
|
+
Gp as ASystemEntityScope,
|
|
11736
|
+
Kh as ATableCopyIdButton,
|
|
11737
|
+
Gh as ATableDetailButton,
|
|
11738
|
+
Zh as ATableEditButton,
|
|
11739
|
+
Qh as AThemeSelect,
|
|
11740
|
+
gh as ATimeTrackingFields,
|
|
11741
|
+
ig as AUnauthorizedView,
|
|
11742
|
+
Rh as AUserAndTimeTrackingFields,
|
|
11746
11743
|
yl as Acl,
|
|
11747
11744
|
ht as AnzuApiForbiddenError,
|
|
11748
11745
|
yt as AnzuApiForbiddenOperationError,
|
|
11749
11746
|
vt as AnzuApiResponseCodeError,
|
|
11750
11747
|
gt as AnzuApiValidationError,
|
|
11751
11748
|
Ie as AnzuFatalError,
|
|
11752
|
-
|
|
11749
|
+
Mh as AnzuSystemsCommonAdmin,
|
|
11753
11750
|
Xr as AvailableLanguagesSymbol,
|
|
11754
11751
|
Cr as COMMON_CONFIG,
|
|
11755
11752
|
ea as DATETIME_MAX,
|
|
11756
11753
|
Xn as DATETIME_MIN,
|
|
11757
11754
|
eo as DefaultLanguageSymbol,
|
|
11758
|
-
|
|
11755
|
+
Bn as Grant,
|
|
11759
11756
|
Kr as GrantOrigin,
|
|
11760
|
-
|
|
11761
|
-
|
|
11762
|
-
|
|
11757
|
+
th as HTTP_STATUS_BAD_REQUEST,
|
|
11758
|
+
ji as HTTP_STATUS_CREATED,
|
|
11759
|
+
Bi as HTTP_STATUS_FORBIDDEN,
|
|
11763
11760
|
pt as HTTP_STATUS_NO_CONTENT,
|
|
11764
11761
|
zi as HTTP_STATUS_OK,
|
|
11765
|
-
|
|
11762
|
+
nh as HTTP_STATUS_UNAUTHORIZED,
|
|
11766
11763
|
Ur as HTTP_STATUS_UNPROCESSABLE_ENTITY,
|
|
11767
|
-
|
|
11764
|
+
bg as JOB_RESOURCE_USER_DATA_DELETE,
|
|
11768
11765
|
lo as JobStatus,
|
|
11769
11766
|
ql as LogLevel,
|
|
11770
11767
|
qi as NEW_LINE_MARK,
|
|
@@ -11772,39 +11769,40 @@ export {
|
|
|
11772
11769
|
ot as SubjectScopeSymbol,
|
|
11773
11770
|
rt as SystemScopeSymbol,
|
|
11774
11771
|
ns as Theme,
|
|
11775
|
-
|
|
11772
|
+
pg as apiAnyRequest,
|
|
11776
11773
|
Zs as apiCreateOne,
|
|
11777
11774
|
Qs as apiDeleteOne,
|
|
11778
|
-
|
|
11775
|
+
hg as apiFetchByIds,
|
|
11779
11776
|
au as apiFetchList,
|
|
11780
11777
|
ru as apiFetchOne,
|
|
11781
|
-
|
|
11778
|
+
gg as apiUpdateOne,
|
|
11782
11779
|
ou as arrayFlatten,
|
|
11783
|
-
|
|
11784
|
-
|
|
11785
|
-
|
|
11786
|
-
|
|
11780
|
+
Ag as arrayFromArgs,
|
|
11781
|
+
kg as arrayItemToggle,
|
|
11782
|
+
Cg as arrayToString,
|
|
11783
|
+
Dg as arraysHaveSameElements,
|
|
11787
11784
|
$t as axiosErrorResponseHasForbiddenOperationData,
|
|
11788
11785
|
Tt as axiosErrorResponseHasValidationData,
|
|
11789
11786
|
St as axiosErrorResponseIsForbidden,
|
|
11790
|
-
|
|
11791
|
-
|
|
11787
|
+
ug as booleanToInteger,
|
|
11788
|
+
_g as browserHistoryReplaceUrlByRouter,
|
|
11792
11789
|
iu as browserHistoryReplaceUrlByString,
|
|
11793
11790
|
mt as cloneDeep,
|
|
11794
|
-
|
|
11795
|
-
|
|
11796
|
-
|
|
11791
|
+
Tg as createDatatableColumnsConfig,
|
|
11792
|
+
hh as dateDiff,
|
|
11793
|
+
dh as dateModifyMinutes,
|
|
11797
11794
|
rl as dateNow,
|
|
11798
|
-
|
|
11799
|
-
|
|
11800
|
-
|
|
11795
|
+
mh as datePretty,
|
|
11796
|
+
uh as dateTimeEndOfDay,
|
|
11797
|
+
fh as dateTimeFriendly,
|
|
11801
11798
|
Rt as dateTimeNow,
|
|
11802
11799
|
Aa as dateTimePretty,
|
|
11803
|
-
|
|
11800
|
+
sh as dateTimeStartOfDay,
|
|
11801
|
+
ih as dateTimeToDate,
|
|
11804
11802
|
ol as dateToUtc,
|
|
11805
|
-
|
|
11803
|
+
Og as defineCached,
|
|
11806
11804
|
ut as eventClickBlur,
|
|
11807
|
-
|
|
11805
|
+
Ig as generateUUIDv1,
|
|
11808
11806
|
le as i18n,
|
|
11809
11807
|
Yr as isAnzuApiForbiddenError,
|
|
11810
11808
|
Ji as isAnzuApiForbiddenOperationError,
|
|
@@ -11815,11 +11813,11 @@ export {
|
|
|
11815
11813
|
mr as isBoolean,
|
|
11816
11814
|
gl as isCreatedByAware,
|
|
11817
11815
|
fr as isDefined,
|
|
11818
|
-
|
|
11819
|
-
|
|
11816
|
+
zp as isDocId,
|
|
11817
|
+
Bp as isEmpty,
|
|
11820
11818
|
ni as isEmptyArray,
|
|
11821
11819
|
zr as isEmptyObject,
|
|
11822
|
-
|
|
11820
|
+
jp as isInt,
|
|
11823
11821
|
he as isNull,
|
|
11824
11822
|
Fa as isNumber,
|
|
11825
11823
|
Qn as isObject,
|
|
@@ -11827,52 +11825,52 @@ export {
|
|
|
11827
11825
|
ct as isString,
|
|
11828
11826
|
T as isUndefined,
|
|
11829
11827
|
Ot as isValidHTTPStatus,
|
|
11830
|
-
|
|
11831
|
-
|
|
11832
|
-
|
|
11833
|
-
|
|
11828
|
+
Vg as loadCommonFonts,
|
|
11829
|
+
vh as makeFilterHelper,
|
|
11830
|
+
Mg as messagesEn,
|
|
11831
|
+
xg as messagesSk,
|
|
11834
11832
|
ss as modifyLanguageSettings,
|
|
11835
11833
|
so as numberToString,
|
|
11836
11834
|
Gr as objectDeepFreeze,
|
|
11837
|
-
|
|
11835
|
+
_h as objectDeletePropertyByPath,
|
|
11838
11836
|
Zr as objectGetValueByPath,
|
|
11839
|
-
|
|
11840
|
-
|
|
11841
|
-
|
|
11842
|
-
|
|
11837
|
+
Ah as objectGetValues,
|
|
11838
|
+
Dh as objectSetValueByPath,
|
|
11839
|
+
mg as prettyBytes,
|
|
11840
|
+
Jp as stringNormalizeForSlotName,
|
|
11843
11841
|
st as stringSplitOnFirstOccurrence,
|
|
11844
|
-
|
|
11842
|
+
Rp as stringToFloat,
|
|
11845
11843
|
ai as stringToInt,
|
|
11846
11844
|
ri as stringToKebabCase,
|
|
11847
|
-
|
|
11848
|
-
|
|
11845
|
+
Up as stringToSlug,
|
|
11846
|
+
Yp as stringTrimLength,
|
|
11849
11847
|
oi as stringUrlTemplateReplace,
|
|
11850
|
-
|
|
11851
|
-
|
|
11852
|
-
|
|
11848
|
+
Hp as stringUrlTemplateReplaceVueRouter,
|
|
11849
|
+
ph as timePretty,
|
|
11850
|
+
lh as timestampCurrent,
|
|
11853
11851
|
vl as useAcl,
|
|
11854
11852
|
Na as useAlerts,
|
|
11855
|
-
|
|
11853
|
+
dg as useAnzuUserFactory,
|
|
11856
11854
|
mo as useApiQueryBuilder,
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11855
|
+
Pg as useCommonJobFactory,
|
|
11856
|
+
$g as useCommonVuetifyConfig,
|
|
11857
|
+
vg as useErrors,
|
|
11860
11858
|
za as useFilterHelpers,
|
|
11861
11859
|
qr as useGrant,
|
|
11862
11860
|
ml as useGrantOrigin,
|
|
11863
|
-
|
|
11864
|
-
|
|
11865
|
-
|
|
11861
|
+
Lg as useI18n,
|
|
11862
|
+
yg as useJobApi,
|
|
11863
|
+
wg as useJobBaseResource,
|
|
11866
11864
|
Yl as useJobStatus,
|
|
11867
11865
|
us as useLanguageSettings,
|
|
11868
11866
|
Kl as useLogLevel,
|
|
11869
|
-
|
|
11867
|
+
Fg as useLoginStatus,
|
|
11870
11868
|
na as usePagination,
|
|
11871
|
-
|
|
11872
|
-
|
|
11873
|
-
|
|
11869
|
+
Th as usePaginationAutoHide,
|
|
11870
|
+
cg as usePermissionConfigFactory,
|
|
11871
|
+
fg as usePermissionGroupFactory,
|
|
11874
11872
|
rs as useTheme,
|
|
11875
|
-
|
|
11876
|
-
|
|
11873
|
+
Sg as useValidate,
|
|
11874
|
+
ch as yearNow
|
|
11877
11875
|
};
|
|
11878
11876
|
//# sourceMappingURL=common-admin.es.js.map
|