@anzusystems/common-admin 0.0.63 → 0.0.64
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 +27 -18
- package/dist/common-admin.es.js +662 -656
- package/dist/common-admin.es.js.map +1 -1
- package/package.json +2 -2
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 jt, 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 Pg } 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 Bo, required as jo, 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 }, Vp = /* @__PURE__ */ L({
|
|
39
39
|
__name: "ABooleanValue",
|
|
40
40
|
props: {
|
|
41
41
|
value: { type: [Number, String, Boolean] },
|
|
@@ -83,7 +83,7 @@ const Go = { key: 1 }, $p = /* @__PURE__ */ L({
|
|
|
83
83
|
_: 3
|
|
84
84
|
}));
|
|
85
85
|
}
|
|
86
|
-
}), Xo = ["textContent"],
|
|
86
|
+
}), Xo = ["textContent"], Pp = /* @__PURE__ */ L({
|
|
87
87
|
__name: "AAlerts",
|
|
88
88
|
props: {
|
|
89
89
|
max: { default: 5 },
|
|
@@ -94,7 +94,7 @@ const Go = { key: 1 }, $p = /* @__PURE__ */ L({
|
|
|
94
94
|
},
|
|
95
95
|
setup(t) {
|
|
96
96
|
return (n, e) => {
|
|
97
|
-
const a =
|
|
97
|
+
const a = jt("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 }, $p = /* @__PURE__ */ L({
|
|
|
139
139
|
]);
|
|
140
140
|
}
|
|
141
141
|
});
|
|
142
|
-
const
|
|
142
|
+
const Ip = /* @__PURE__ */ L({
|
|
143
143
|
__name: "ACard",
|
|
144
144
|
props: {
|
|
145
145
|
loading: { type: Boolean, default: void 0 },
|
|
@@ -159,10 +159,10 @@ const Vp = /* @__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", Fp = (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), Ep = (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, Np = (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 Vp = /* @__PURE__ */ L({
|
|
|
178
178
|
return n;
|
|
179
179
|
}
|
|
180
180
|
return Number.isNaN(e) ? n : e;
|
|
181
|
-
},
|
|
181
|
+
}, Lp = (t, n = 0) => {
|
|
182
182
|
let e = n;
|
|
183
183
|
try {
|
|
184
184
|
e = Number.parseFloat(t);
|
|
@@ -192,7 +192,7 @@ const Vp = /* @__PURE__ */ L({
|
|
|
192
192
|
start: t.slice(0, e),
|
|
193
193
|
end: t.slice(e + n.length)
|
|
194
194
|
};
|
|
195
|
-
},
|
|
195
|
+
}, zp = (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(), Bp = (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 Vp = /* @__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
|
+
}, jp = (t, n) => {
|
|
206
206
|
if (t.indexOf(":") === -1)
|
|
207
207
|
return t;
|
|
208
208
|
const e = [];
|
|
@@ -213,10 +213,10 @@ const Vp = /* @__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
|
+
}, Rp = (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
|
+
}, Up = /* @__PURE__ */ L({
|
|
220
220
|
__name: "AFormTextField",
|
|
221
221
|
props: {
|
|
222
222
|
modelValue: null,
|
|
@@ -282,7 +282,7 @@ const Vp = /* @__PURE__ */ L({
|
|
|
282
282
|
}), li = {
|
|
283
283
|
key: 0,
|
|
284
284
|
class: "required"
|
|
285
|
-
},
|
|
285
|
+
}, Yp = /* @__PURE__ */ L({
|
|
286
286
|
__name: "AFormTextarea",
|
|
287
287
|
props: {
|
|
288
288
|
modelValue: null,
|
|
@@ -345,7 +345,7 @@ const Vp = /* @__PURE__ */ L({
|
|
|
345
345
|
}), si = {
|
|
346
346
|
key: 0,
|
|
347
347
|
class: "required"
|
|
348
|
-
},
|
|
348
|
+
}, Hp = /* @__PURE__ */ L({
|
|
349
349
|
__name: "AFormBooleanToggle",
|
|
350
350
|
props: {
|
|
351
351
|
modelValue: { default: null },
|
|
@@ -415,7 +415,7 @@ const Vp = /* @__PURE__ */ L({
|
|
|
415
415
|
}, 8, ["modelValue", "mandatory"])
|
|
416
416
|
], 64));
|
|
417
417
|
}
|
|
418
|
-
}),
|
|
418
|
+
}), Jp = /* @__PURE__ */ L({
|
|
419
419
|
__name: "ASystemEntityScope",
|
|
420
420
|
props: {
|
|
421
421
|
system: null,
|
|
@@ -428,7 +428,7 @@ const Vp = /* @__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" }, Wp = /* @__PURE__ */ L({
|
|
432
432
|
__name: "ADatatablePagination",
|
|
433
433
|
props: {
|
|
434
434
|
modelValue: null,
|
|
@@ -529,7 +529,7 @@ const Vp = /* @__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 Jp = /* @__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" }, Kp = /* @__PURE__ */ L({
|
|
624
624
|
__name: "ADatatableOrdering",
|
|
625
625
|
props: {
|
|
626
626
|
variant: { default: "default" },
|
|
@@ -712,7 +712,7 @@ const Jp = /* @__PURE__ */ L({
|
|
|
712
712
|
})
|
|
713
713
|
]));
|
|
714
714
|
}
|
|
715
|
-
}),
|
|
715
|
+
}), Br = /* @__PURE__ */ L({
|
|
716
716
|
__name: "ADialogToolbar",
|
|
717
717
|
emits: ["onCancel"],
|
|
718
718
|
setup(t, { emit: n }) {
|
|
@@ -743,7 +743,7 @@ const Jp = /* @__PURE__ */ L({
|
|
|
743
743
|
_: 3
|
|
744
744
|
}));
|
|
745
745
|
}
|
|
746
|
-
}),
|
|
746
|
+
}), Gp = /* @__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(), jr = /* @__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: jr.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) => jr.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, Bi = 201, pt = 204, Zp = 400, Qp = 401, ji = 403, Ur = 422, Ri = [zi, Bi, 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) === ji;
|
|
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 Xp = /* @__PURE__ */ L({
|
|
1367
1367
|
__name: "ACreateDialog",
|
|
1368
1368
|
props: {
|
|
1369
1369
|
modelValue: { type: Boolean },
|
|
@@ -1402,7 +1402,7 @@ const Zp = /* @__PURE__ */ L({
|
|
|
1402
1402
|
}
|
|
1403
1403
|
};
|
|
1404
1404
|
return (g, k) => {
|
|
1405
|
-
const I =
|
|
1405
|
+
const I = jt("ABtnTertiary"), y = jt("ABtnPrimary");
|
|
1406
1406
|
return w(), E(y, {
|
|
1407
1407
|
class: we(t.buttonClass),
|
|
1408
1408
|
rounded: "pill",
|
|
@@ -1425,7 +1425,7 @@ const Zp = /* @__PURE__ */ L({
|
|
|
1425
1425
|
"data-cy": "create-panel"
|
|
1426
1426
|
}, {
|
|
1427
1427
|
default: v(() => [
|
|
1428
|
-
b(
|
|
1428
|
+
b(Br, { 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 Zp = /* @__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" }, eh = /* @__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 = jt("RouterView");
|
|
1549
1549
|
return w(), E(e);
|
|
1550
1550
|
}
|
|
1551
|
-
const
|
|
1551
|
+
const th = /* @__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), B = _ - S < 0, G = C.clone().add(M + (B ? -1 : 1), d);
|
|
1581
|
+
return +(-(M + (_ - S) / (B ? 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 B = C.toLowerCase();
|
|
1598
|
+
ee[B] && (S = B), _ && (ee[B] = _, S = B);
|
|
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, B = 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 B ? 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, B = !!Q.u(M) || M, G = Q.p(_), se = function(Se, Ce) {
|
|
1661
|
+
var Be = Q.w(S.$u ? Date.UTC(S.$y, Ce, Se) : new Date(S.$y, Ce, Se), S);
|
|
1662
|
+
return B ? Be : Be.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"), (B ? [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 B ? se(1, 0) : se(31, 11);
|
|
1669
1669
|
case d:
|
|
1670
|
-
return
|
|
1670
|
+
return B ? 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(B ? 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, B = 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)[B], ge = B === p ? this.$D + (M - this.$W) : M;
|
|
1690
|
+
if (B === d || B === 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, B = 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(B);
|
|
1705
|
+
return Q.w(Le.date(Le.date() + Math.round(Ae * _)), B);
|
|
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 B = _ || "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, Be, it, We) {
|
|
1724
|
+
return Ce && (Ce[Be] || Ce(M, B)) || it[Be].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, Be, 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 B.replace(V, function(Ce, Be) {
|
|
1732
|
+
return Be || 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 B, G = Q.p(M), se = ie(_), ge = (se.utcOffset() - this.utcOffset()) * a, ve = this - se, Ae = Q.m(this, se);
|
|
1738
|
+
return Ae = (B = {}, B[k] = Ae / 12, B[d] = Ae, B[g] = Ae / 3, B[m] = (ve - ge) / 6048e5, B[p] = (ve - ge) / 864e5, B[u] = ve / r, B[c] = ve / a, B[l] = ve / e, B)[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(), B = pe(_, M, !0);
|
|
1747
|
+
return B && (S.$L = B), S;
|
|
1748
1748
|
}, C.clone = function() {
|
|
1749
1749
|
return Q.w(this.$d, this);
|
|
1750
1750
|
}, C.toDate = function() {
|
|
@@ -1859,20 +1859,20 @@ 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(),
|
|
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(), nh = () => 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", ah = (t = 0) => t === 0 ? be().startOf("day").utc().format(Yn) + _t : be().add(t, "days").startOf("day").utc().format(Yn) + _t, rh = (t = 0) => t === 0 ? be().endOf("day").utc().format(Yn) + _t : be().add(t, "days").endOf("day").utc().format(Yn) + _t, oh = (t = 0, n = null) => {
|
|
1863
1863
|
if (n === null && (n = /* @__PURE__ */ new Date()), t === 0)
|
|
1864
1864
|
return n;
|
|
1865
1865
|
if (t > 0)
|
|
1866
1866
|
return be(n).add(t, "minutes").toDate();
|
|
1867
1867
|
if (t < 0)
|
|
1868
1868
|
return be(n).subtract(t, "minutes").toDate();
|
|
1869
|
-
}, ol = (t) => be(t).utc().format("YYYY-MM-DDTHH:mm:ss") + _t,
|
|
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 = "") => {
|
|
1870
1870
|
if (t === ea || t === Xn || t === "" || he(t) || T(t))
|
|
1871
1871
|
return n;
|
|
1872
1872
|
let e = !0, a = !0;
|
|
1873
1873
|
const r = be(t), o = be();
|
|
1874
1874
|
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
|
-
},
|
|
1875
|
+
}, sh = (t, n = "") => t === ea || t === Xn || t === "" || he(t) || T(t) ? n : be(t).format("DD.MM.YYYY"), uh = (t, n = "") => t === ea || t === Xn || t === "" || he(t) || T(t) ? n : be(t).format("HH:mm"), dh = (t, n) => {
|
|
1876
1876
|
const e = be(t), a = be(n);
|
|
1877
1877
|
return e.diff(a);
|
|
1878
1878
|
}, il = { class: "d-flex align-center" }, ll = {
|
|
@@ -1881,7 +1881,7 @@ const _t = ".000000Z", Yn = "YYYY-MM-DDTHH:mm:ss", Xn = "1970-01-01T00:00:00.000
|
|
|
1881
1881
|
}, sl = { class: "d-flex align-center" }, ul = {
|
|
1882
1882
|
key: 0,
|
|
1883
1883
|
class: "mr-2"
|
|
1884
|
-
},
|
|
1884
|
+
}, ch = /* @__PURE__ */ L({
|
|
1885
1885
|
__name: "ATimeTrackingFields",
|
|
1886
1886
|
props: {
|
|
1887
1887
|
data: null,
|
|
@@ -1914,7 +1914,7 @@ const _t = ".000000Z", Yn = "YYYY-MM-DDTHH:mm:ss", Xn = "1970-01-01T00:00:00.000
|
|
|
1914
1914
|
], 64));
|
|
1915
1915
|
}
|
|
1916
1916
|
});
|
|
1917
|
-
function
|
|
1917
|
+
function fh(t, n) {
|
|
1918
1918
|
return (e = {}) => {
|
|
1919
1919
|
const a = T(e.variant) ? "eq" : e.variant;
|
|
1920
1920
|
let r = T(e.default) ? null : e.default;
|
|
@@ -1955,7 +1955,7 @@ function za() {
|
|
|
1955
1955
|
}
|
|
1956
1956
|
};
|
|
1957
1957
|
}
|
|
1958
|
-
const
|
|
1958
|
+
const mh = /* @__PURE__ */ L({
|
|
1959
1959
|
__name: "AFilterString",
|
|
1960
1960
|
props: {
|
|
1961
1961
|
modelValue: null,
|
|
@@ -1982,7 +1982,7 @@ const ch = /* @__PURE__ */ L({
|
|
|
1982
1982
|
"onClick:clear": p[1] || (p[1] = ne((m) => f(r)(t.modelValue), ["stop"]))
|
|
1983
1983
|
}, null, 8, ["modelValue", "label", "placeholder", "clearable", "data-cy"]));
|
|
1984
1984
|
}
|
|
1985
|
-
}),
|
|
1985
|
+
}), ph = /* @__PURE__ */ L({
|
|
1986
1986
|
__name: "AFilterInteger",
|
|
1987
1987
|
props: {
|
|
1988
1988
|
modelValue: null,
|
|
@@ -2109,7 +2109,7 @@ const ch = /* @__PURE__ */ L({
|
|
|
2109
2109
|
_: 1
|
|
2110
2110
|
}, 8, ["class", "data-cy", "onClick"]));
|
|
2111
2111
|
}
|
|
2112
|
-
}),
|
|
2112
|
+
}), hh = /* @__PURE__ */ L({
|
|
2113
2113
|
__name: "AFilterWrapper",
|
|
2114
2114
|
props: {
|
|
2115
2115
|
enableAdvanced: { type: Boolean, default: !1 },
|
|
@@ -2189,10 +2189,10 @@ const ch = /* @__PURE__ */ L({
|
|
|
2189
2189
|
], 64));
|
|
2190
2190
|
}
|
|
2191
2191
|
});
|
|
2192
|
-
var
|
|
2192
|
+
var jn = /* @__PURE__ */ ((t) => (t[t.Deny = 0] = "Deny", t[t.AllowOwner = 1] = "AllowOwner", t[t.Allow = 2] = "Allow", t[
|
|
2193
2193
|
t.Default = 0
|
|
2194
2194
|
/* Deny */
|
|
2195
|
-
] = "Default", t))(
|
|
2195
|
+
] = "Default", t))(jn || {});
|
|
2196
2196
|
function qr() {
|
|
2197
2197
|
const { t } = K(), n = J([
|
|
2198
2198
|
{
|
|
@@ -2216,7 +2216,7 @@ function qr() {
|
|
|
2216
2216
|
getGrantOption: (a) => n.value.find((r) => r.value === a)
|
|
2217
2217
|
};
|
|
2218
2218
|
}
|
|
2219
|
-
const
|
|
2219
|
+
const gh = /* @__PURE__ */ L({
|
|
2220
2220
|
__name: "APermissionGrantEditor",
|
|
2221
2221
|
props: {
|
|
2222
2222
|
availableGrants: null,
|
|
@@ -2290,7 +2290,7 @@ function ml() {
|
|
|
2290
2290
|
const pl = {
|
|
2291
2291
|
key: 0,
|
|
2292
2292
|
class: "ml-1"
|
|
2293
|
-
},
|
|
2293
|
+
}, vh = /* @__PURE__ */ L({
|
|
2294
2294
|
__name: "APermissionValueChip",
|
|
2295
2295
|
props: {
|
|
2296
2296
|
grant: null,
|
|
@@ -2321,7 +2321,7 @@ const pl = {
|
|
|
2321
2321
|
a && typeof a == "object" && Gr(a);
|
|
2322
2322
|
}
|
|
2323
2323
|
return Object.freeze(t);
|
|
2324
|
-
},
|
|
2324
|
+
}, yh = (t) => Object.keys(t).map((n) => t[n]), Zr = (t, n, e = ".") => {
|
|
2325
2325
|
const a = n.split(e);
|
|
2326
2326
|
let r = t;
|
|
2327
2327
|
for (; a.length; ) {
|
|
@@ -2331,7 +2331,7 @@ const pl = {
|
|
|
2331
2331
|
r = r[o];
|
|
2332
2332
|
}
|
|
2333
2333
|
return r;
|
|
2334
|
-
},
|
|
2334
|
+
}, bh = (t, n, e, a = ".") => {
|
|
2335
2335
|
const r = n.split(a);
|
|
2336
2336
|
let o = t;
|
|
2337
2337
|
for (; r.length - 1; ) {
|
|
@@ -2342,7 +2342,7 @@ const pl = {
|
|
|
2342
2342
|
}
|
|
2343
2343
|
o[r[0]] = e;
|
|
2344
2344
|
};
|
|
2345
|
-
function
|
|
2345
|
+
function wh(t, n, e = ".") {
|
|
2346
2346
|
const a = n.split(e), r = a.length - 1;
|
|
2347
2347
|
function o(l, c = 0) {
|
|
2348
2348
|
const u = a[c];
|
|
@@ -2354,7 +2354,7 @@ function yh(t, n, e = ".") {
|
|
|
2354
2354
|
}
|
|
2355
2355
|
return o(t), t;
|
|
2356
2356
|
}
|
|
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"),
|
|
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"), kh = {
|
|
2358
2358
|
install(t, n) {
|
|
2359
2359
|
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
2360
|
}
|
|
@@ -2373,11 +2373,11 @@ function vl(t) {
|
|
|
2373
2373
|
if (T(m))
|
|
2374
2374
|
return !1;
|
|
2375
2375
|
switch (m) {
|
|
2376
|
-
case
|
|
2376
|
+
case jn.Allow:
|
|
2377
2377
|
return !0;
|
|
2378
|
-
case
|
|
2378
|
+
case jn.Deny:
|
|
2379
2379
|
return !1;
|
|
2380
|
-
case
|
|
2380
|
+
case jn.AllowOwner:
|
|
2381
2381
|
if (T(p))
|
|
2382
2382
|
throw new Error(`Required subject for acl "${u}" to determine an ability to access the resource.`);
|
|
2383
2383
|
return o(p);
|
|
@@ -2965,8 +2965,8 @@ function Dl(t, n) {
|
|
|
2965
2965
|
}
|
|
2966
2966
|
} else {
|
|
2967
2967
|
if (P) {
|
|
2968
|
-
var
|
|
2969
|
-
i = Math.min(i,
|
|
2968
|
+
var j = e.config.maxTime !== void 0 ? e.config.maxTime : e.config.maxDate;
|
|
2969
|
+
i = Math.min(i, j.getHours()), i === j.getHours() && (s = Math.min(s, j.getMinutes())), s === j.getMinutes() && (h = Math.min(h, j.getSeconds()));
|
|
2970
2970
|
}
|
|
2971
2971
|
if (A) {
|
|
2972
2972
|
var q = e.config.minTime !== void 0 ? e.config.minTime : e.config.minDate;
|
|
@@ -3027,7 +3027,7 @@ function Dl(t, n) {
|
|
|
3027
3027
|
u(h);
|
|
3028
3028
|
});
|
|
3029
3029
|
}
|
|
3030
|
-
e.config.allowInput && y(e._input, "blur",
|
|
3030
|
+
e.config.allowInput && y(e._input, "blur", Be);
|
|
3031
3031
|
}
|
|
3032
3032
|
function F(i, s) {
|
|
3033
3033
|
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 +3053,7 @@ function Dl(t, n) {
|
|
|
3053
3053
|
var s = se(), h = s.weekWrapper, A = s.weekNumbers;
|
|
3054
3054
|
e.innerContainer.appendChild(h), e.weekNumbers = A, e.weekWrapper = h;
|
|
3055
3055
|
}
|
|
3056
|
-
e.rContainer = ce("div", "flatpickr-rContainer"), e.rContainer.appendChild(
|
|
3056
|
+
e.rContainer = ce("div", "flatpickr-rContainer"), e.rContainer.appendChild(B()), 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
3057
|
}
|
|
3058
3058
|
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
3059
|
var P = e.config.appendTo !== void 0 && e.config.appendTo.nodeType !== void 0;
|
|
@@ -3080,9 +3080,9 @@ function Dl(t, n) {
|
|
|
3080
3080
|
}
|
|
3081
3081
|
function ie(i, s) {
|
|
3082
3082
|
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 -
|
|
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, j = Y; j >= 0 && j < re && j != (s > 0 ? re : -1); j += P) {
|
|
3084
|
+
var q = X.children[j];
|
|
3085
|
+
if (q.className.indexOf("hidden") === -1 && Se(q.dateObj) && Math.abs(i.$i - j) >= Math.abs(s))
|
|
3086
3086
|
return ue(q);
|
|
3087
3087
|
}
|
|
3088
3088
|
e.changeMonth(P), Q(pe(P), 0);
|
|
@@ -3092,14 +3092,14 @@ function Dl(t, n) {
|
|
|
3092
3092
|
P === void 0 ? e._input.focus() : A ? ie(P, s) : ue(P);
|
|
3093
3093
|
}
|
|
3094
3094
|
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,
|
|
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", j = A + 1 - h, q = 0; j <= A; j++, q++)
|
|
3096
|
+
N.appendChild(ee("flatpickr-day " + Y, new Date(i, s - 1, j), j, q));
|
|
3097
|
+
for (j = 1; j <= P; j++, q++)
|
|
3098
|
+
N.appendChild(ee("flatpickr-day", new Date(i, s, j), j, q));
|
|
3099
3099
|
for (var fe = P + 1; fe <= 42 - h && (e.config.showMonths === 1 || q % 7 !== 0); fe++, q++)
|
|
3100
3100
|
N.appendChild(ee("flatpickr-day " + re, new Date(i, s + 1, fe % P), fe, q));
|
|
3101
|
-
var
|
|
3102
|
-
return
|
|
3101
|
+
var je = ce("div", "dayContainer");
|
|
3102
|
+
return je.appendChild(N), je;
|
|
3103
3103
|
}
|
|
3104
3104
|
function W() {
|
|
3105
3105
|
if (e.daysContainer !== void 0) {
|
|
@@ -3182,7 +3182,7 @@ function Dl(t, n) {
|
|
|
3182
3182
|
}
|
|
3183
3183
|
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
3184
|
}
|
|
3185
|
-
function
|
|
3185
|
+
function B() {
|
|
3186
3186
|
e.weekdayContainer ? En(e.weekdayContainer) : e.weekdayContainer = ce("div", "flatpickr-weekdays");
|
|
3187
3187
|
for (var i = e.config.showMonths; i--; ) {
|
|
3188
3188
|
var s = ce("div", "flatpickr-weekdaycontainer");
|
|
@@ -3323,7 +3323,7 @@ function Dl(t, n) {
|
|
|
3323
3323
|
function Ce(i) {
|
|
3324
3324
|
return e.daysContainer !== void 0 ? i.className.indexOf("hidden") === -1 && i.className.indexOf("flatpickr-disabled") === -1 && e.daysContainer.contains(i) : !1;
|
|
3325
3325
|
}
|
|
3326
|
-
function
|
|
3326
|
+
function Be(i) {
|
|
3327
3327
|
var s = i.target === e._input, h = e._input.value.trimEnd() !== Et();
|
|
3328
3328
|
s && h && !(i.relatedTarget && xe(i.relatedTarget)) && e.setDate(e._input.value, !0, i.target === e.altInput ? e.config.altFormat : e.config.dateFormat);
|
|
3329
3329
|
}
|
|
@@ -3361,8 +3361,8 @@ function Dl(t, n) {
|
|
|
3361
3361
|
case 38:
|
|
3362
3362
|
case 40:
|
|
3363
3363
|
i.preventDefault();
|
|
3364
|
-
var
|
|
3365
|
-
e.daysContainer && s.$i !== void 0 || s === e.input || s === e.altInput ? i.ctrlKey ? (i.stopPropagation(), ze(e.currentYear -
|
|
3364
|
+
var j = i.keyCode === 40 ? 1 : -1;
|
|
3365
|
+
e.daysContainer && s.$i !== void 0 || s === e.input || s === e.altInput ? i.ctrlKey ? (i.stopPropagation(), ze(e.currentYear - j), Q(pe(1), 0)) : X || Q(void 0, j * 7) : s === e.currentYearElement ? ze(e.currentYear - j) : e.config.enableTime && (!X && e.hourElement && e.hourElement.focus(), u(i), e._debouncedChange());
|
|
3366
3366
|
break;
|
|
3367
3367
|
case 9:
|
|
3368
3368
|
if (X) {
|
|
@@ -3375,8 +3375,8 @@ function Dl(t, n) {
|
|
|
3375
3375
|
return $e;
|
|
3376
3376
|
}), fe = q.indexOf(s);
|
|
3377
3377
|
if (fe !== -1) {
|
|
3378
|
-
var
|
|
3379
|
-
i.preventDefault(), (
|
|
3378
|
+
var je = q[fe + (i.shiftKey ? -1 : 1)];
|
|
3379
|
+
i.preventDefault(), (je || e._input).focus();
|
|
3380
3380
|
}
|
|
3381
3381
|
} else
|
|
3382
3382
|
!e.config.noCalendar && e.daysContainer && e.daysContainer.contains(s) && i.shiftKey && (i.preventDefault(), e._input.focus());
|
|
@@ -3398,11 +3398,11 @@ function Dl(t, n) {
|
|
|
3398
3398
|
}
|
|
3399
3399
|
function We(i, s) {
|
|
3400
3400
|
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(
|
|
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, j = P; j < N; j += Cl.DAY)
|
|
3402
|
+
Se(new Date(j), !0) || (X = X || j > P && j < N, j < A && (!Y || j > Y) ? Y = j : j > A && (!re || j < re) && (re = j));
|
|
3403
3403
|
var q = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + s));
|
|
3404
3404
|
q.forEach(function(fe) {
|
|
3405
|
-
var
|
|
3405
|
+
var je = fe.dateObj, $e = je.getTime(), dt = Y > 0 && $e < Y || re > 0 && $e > re;
|
|
3406
3406
|
if (dt) {
|
|
3407
3407
|
fe.classList.add("notAllowed"), ["inRange", "startRange", "endRange"].forEach(function(lt) {
|
|
3408
3408
|
fe.classList.remove(lt);
|
|
@@ -3520,8 +3520,8 @@ function Dl(t, n) {
|
|
|
3520
3520
|
}), 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
3521
|
for (var Y = 0; Y < e.config.plugins.length; Y++) {
|
|
3522
3522
|
var re = e.config.plugins[Y](e) || {};
|
|
3523
|
-
for (var
|
|
3524
|
-
sa.indexOf(
|
|
3523
|
+
for (var j in re)
|
|
3524
|
+
sa.indexOf(j) > -1 ? e.config[j] = ua(re[j]).map(l).concat(e.config[j]) : typeof s[j] > "u" && (e.config[j] = re[j]);
|
|
3525
3525
|
}
|
|
3526
3526
|
s.altInputClass || (e.config.altInputClass = Yt().className + " " + e.config.altInputClass), ye("onParseConfig");
|
|
3527
3527
|
}
|
|
@@ -3540,10 +3540,10 @@ function Dl(t, n) {
|
|
|
3540
3540
|
ye("onPreCalendarPosition");
|
|
3541
3541
|
var s = i || e._positionElement, h = Array.prototype.reduce.call(e.calendarContainer.children, function($n, On) {
|
|
3542
3542
|
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,
|
|
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, j = N === "above" || N !== "below" && re < h && Y.top > h, q = window.pageYOffset + Y.top + (j ? -h - 2 : s.offsetHeight + 2);
|
|
3544
|
+
if (Pe(e.calendarContainer, "arrowTop", !j), Pe(e.calendarContainer, "arrowBottom", j), !e.config.inline) {
|
|
3545
|
+
var fe = window.pageXOffset + Y.left, je = !1, $e = !1;
|
|
3546
|
+
X === "center" ? (fe -= (A - Y.width) / 2, je = !0) : X === "right" && (fe -= A - Y.width, $e = !0), Pe(e.calendarContainer, "arrowLeft", !je && !$e), Pe(e.calendarContainer, "arrowCenter", je), Pe(e.calendarContainer, "arrowRight", $e);
|
|
3547
3547
|
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
3548
|
if (Pe(e.calendarContainer, "rightMost", lt), !e.config.static)
|
|
3549
3549
|
if (e.calendarContainer.style.top = q + "px", !lt)
|
|
@@ -3606,15 +3606,15 @@ function Dl(t, n) {
|
|
|
3606
3606
|
e.currentYear = P.getFullYear(), e.currentMonth = P.getMonth(), Y && (ye("onYearChange"), D()), ye("onMonthChange");
|
|
3607
3607
|
}
|
|
3608
3608
|
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 ||
|
|
3609
|
+
var re = e.config.mode === "single" && !e.config.enableTime, j = e.config.mode === "range" && e.selectedDates.length === 2 && !e.config.enableTime;
|
|
3610
|
+
(re || j) && Pt();
|
|
3611
3611
|
}
|
|
3612
3612
|
O();
|
|
3613
3613
|
}
|
|
3614
3614
|
}
|
|
3615
3615
|
var kt = {
|
|
3616
3616
|
locale: [Ht, G],
|
|
3617
|
-
showMonths: [_, c,
|
|
3617
|
+
showMonths: [_, c, B],
|
|
3618
3618
|
minDate: [F],
|
|
3619
3619
|
maxDate: [F],
|
|
3620
3620
|
positionElement: [Gt],
|
|
@@ -3765,15 +3765,15 @@ function Dl(t, n) {
|
|
|
3765
3765
|
i.preventDefault();
|
|
3766
3766
|
var s = i.type === "keydown", h = Re(i), A = h;
|
|
3767
3767
|
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),
|
|
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), j = Y + X * re;
|
|
3769
3769
|
if (typeof A.value < "u" && A.value.length === 2) {
|
|
3770
3770
|
var q = A === e.hourElement, fe = A === e.minuteElement;
|
|
3771
|
-
|
|
3771
|
+
j < P ? (j = N + j + Ge(!q) + (Ge(q) && Ge(!e.amPM)), fe && U(void 0, -1, e.hourElement)) : j > N && (j = A === e.hourElement ? j - N - Ge(!e.amPM) : P, fe && U(void 0, 1, e.hourElement)), e.amPM && q && (X === 1 ? j + Y === 23 : Math.abs(j - Y) > X) && (e.amPM.textContent = e.l10n.amPM[Ge(e.amPM.textContent === e.l10n.amPM[0])]), A.value = Ee(j);
|
|
3772
3772
|
}
|
|
3773
3773
|
}
|
|
3774
3774
|
return r(), e;
|
|
3775
3775
|
}
|
|
3776
|
-
function
|
|
3776
|
+
function Bt(t, n) {
|
|
3777
3777
|
for (var e = Array.prototype.slice.call(t).filter(function(l) {
|
|
3778
3778
|
return l instanceof HTMLElement;
|
|
3779
3779
|
}), a = [], r = 0; r < e.length; r++) {
|
|
@@ -3789,12 +3789,12 @@ function jt(t, n) {
|
|
|
3789
3789
|
return a.length === 1 ? a[0] : a;
|
|
3790
3790
|
}
|
|
3791
3791
|
typeof HTMLElement < "u" && typeof HTMLCollection < "u" && typeof NodeList < "u" && (HTMLCollection.prototype.flatpickr = NodeList.prototype.flatpickr = function(t) {
|
|
3792
|
-
return
|
|
3792
|
+
return Bt(this, t);
|
|
3793
3793
|
}, HTMLElement.prototype.flatpickr = function(t) {
|
|
3794
|
-
return
|
|
3794
|
+
return Bt([this], t);
|
|
3795
3795
|
});
|
|
3796
3796
|
var De = function(t, n) {
|
|
3797
|
-
return typeof t == "string" ?
|
|
3797
|
+
return typeof t == "string" ? Bt(window.document.querySelectorAll(t), n) : t instanceof Node ? Bt([t], n) : Bt(t, n);
|
|
3798
3798
|
};
|
|
3799
3799
|
De.defaultConfig = {};
|
|
3800
3800
|
De.l10ns = {
|
|
@@ -3811,7 +3811,7 @@ De.parseDate = Da({});
|
|
|
3811
3811
|
De.formatDate = ao({});
|
|
3812
3812
|
De.compareDates = Ue;
|
|
3813
3813
|
typeof jQuery < "u" && typeof jQuery.fn < "u" && (jQuery.fn.flatpickr = function(t) {
|
|
3814
|
-
return
|
|
3814
|
+
return Bt(this, t);
|
|
3815
3815
|
});
|
|
3816
3816
|
Date.prototype.fp_incr = function(t) {
|
|
3817
3817
|
return new Date(this.getFullYear(), this.getMonth(), this.getDate() + (typeof t == "string" ? parseInt(t, 10) : t));
|
|
@@ -4985,7 +4985,7 @@ var Wn = {}, $l = {
|
|
|
4985
4985
|
_.l10ns.eo = M, _.l10ns;
|
|
4986
4986
|
var S = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4987
4987
|
l10ns: {}
|
|
4988
|
-
},
|
|
4988
|
+
}, B = {
|
|
4989
4989
|
weekdays: {
|
|
4990
4990
|
shorthand: ["Dom", "Lun", "Mar", "Mié", "Jue", "Vie", "Sáb"],
|
|
4991
4991
|
longhand: [
|
|
@@ -5035,7 +5035,7 @@ var Wn = {}, $l = {
|
|
|
5035
5035
|
rangeSeparator: " a ",
|
|
5036
5036
|
time_24hr: !0
|
|
5037
5037
|
};
|
|
5038
|
-
S.l10ns.es =
|
|
5038
|
+
S.l10ns.es = B, S.l10ns;
|
|
5039
5039
|
var G = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5040
5040
|
l10ns: {}
|
|
5041
5041
|
}, se = {
|
|
@@ -5310,7 +5310,7 @@ var Wn = {}, $l = {
|
|
|
5310
5310
|
ze.l10ns.fr = Se, ze.l10ns;
|
|
5311
5311
|
var Ce = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5312
5312
|
l10ns: {}
|
|
5313
|
-
},
|
|
5313
|
+
}, Be = {
|
|
5314
5314
|
weekdays: {
|
|
5315
5315
|
shorthand: ["Κυ", "Δε", "Τρ", "Τε", "Πέ", "Πα", "Σά"],
|
|
5316
5316
|
longhand: [
|
|
@@ -5367,7 +5367,7 @@ var Wn = {}, $l = {
|
|
|
5367
5367
|
hourAriaLabel: "ώρα",
|
|
5368
5368
|
minuteAriaLabel: "λεπτό"
|
|
5369
5369
|
};
|
|
5370
|
-
Ce.l10ns.gr =
|
|
5370
|
+
Ce.l10ns.gr = Be, Ce.l10ns;
|
|
5371
5371
|
var it = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5372
5372
|
l10ns: {}
|
|
5373
5373
|
}, We = {
|
|
@@ -6462,7 +6462,7 @@ var Wn = {}, $l = {
|
|
|
6462
6462
|
}
|
|
6463
6463
|
};
|
|
6464
6464
|
Y.l10ns.nn = re, Y.l10ns;
|
|
6465
|
-
var
|
|
6465
|
+
var j = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6466
6466
|
l10ns: {}
|
|
6467
6467
|
}, q = {
|
|
6468
6468
|
weekdays: {
|
|
@@ -6517,10 +6517,10 @@ var Wn = {}, $l = {
|
|
|
6517
6517
|
return ".";
|
|
6518
6518
|
}
|
|
6519
6519
|
};
|
|
6520
|
-
|
|
6520
|
+
j.l10ns.no = q, j.l10ns;
|
|
6521
6521
|
var fe = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6522
6522
|
l10ns: {}
|
|
6523
|
-
},
|
|
6523
|
+
}, je = {
|
|
6524
6524
|
weekdays: {
|
|
6525
6525
|
shorthand: ["ਐਤ", "ਸੋਮ", "ਮੰਗਲ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕਰ", "ਸ਼ਨਿੱਚਰ"],
|
|
6526
6526
|
longhand: [
|
|
@@ -6565,7 +6565,7 @@ var Wn = {}, $l = {
|
|
|
6565
6565
|
},
|
|
6566
6566
|
time_24hr: !0
|
|
6567
6567
|
};
|
|
6568
|
-
fe.l10ns.pa =
|
|
6568
|
+
fe.l10ns.pa = je, fe.l10ns;
|
|
6569
6569
|
var $e = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6570
6570
|
l10ns: {}
|
|
6571
6571
|
}, dt = {
|
|
@@ -6884,7 +6884,7 @@ var Wn = {}, $l = {
|
|
|
6884
6884
|
Tn.l10ns.sk = $n, Tn.l10ns;
|
|
6885
6885
|
var On = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6886
6886
|
l10ns: {}
|
|
6887
|
-
},
|
|
6887
|
+
}, Ba = {
|
|
6888
6888
|
weekdays: {
|
|
6889
6889
|
shorthand: ["Ned", "Pon", "Tor", "Sre", "Čet", "Pet", "Sob"],
|
|
6890
6890
|
longhand: [
|
|
@@ -6934,8 +6934,8 @@ var Wn = {}, $l = {
|
|
|
6934
6934
|
return ".";
|
|
6935
6935
|
}
|
|
6936
6936
|
};
|
|
6937
|
-
On.l10ns.sl =
|
|
6938
|
-
var
|
|
6937
|
+
On.l10ns.sl = Ba, On.l10ns;
|
|
6938
|
+
var ja = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6939
6939
|
l10ns: {}
|
|
6940
6940
|
}, Ra = {
|
|
6941
6941
|
weekdays: {
|
|
@@ -6989,7 +6989,7 @@ var Wn = {}, $l = {
|
|
|
6989
6989
|
minuteAriaLabel: "Minuta",
|
|
6990
6990
|
time_24hr: !0
|
|
6991
6991
|
};
|
|
6992
|
-
|
|
6992
|
+
ja.l10ns.sq = Ra, ja.l10ns;
|
|
6993
6993
|
var Ua = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6994
6994
|
l10ns: {}
|
|
6995
6995
|
}, Ya = {
|
|
@@ -7541,13 +7541,13 @@ var Wn = {}, $l = {
|
|
|
7541
7541
|
default: a({}, C),
|
|
7542
7542
|
en: C,
|
|
7543
7543
|
eo: M,
|
|
7544
|
-
es:
|
|
7544
|
+
es: B,
|
|
7545
7545
|
et: se,
|
|
7546
7546
|
fa: ve,
|
|
7547
7547
|
fi: Le,
|
|
7548
7548
|
fo: Je,
|
|
7549
7549
|
fr: Se,
|
|
7550
|
-
gr:
|
|
7550
|
+
gr: Be,
|
|
7551
7551
|
he: We,
|
|
7552
7552
|
hi: dn,
|
|
7553
7553
|
hr: cn,
|
|
@@ -7570,14 +7570,14 @@ var Wn = {}, $l = {
|
|
|
7570
7570
|
nl: X,
|
|
7571
7571
|
nn: re,
|
|
7572
7572
|
no: q,
|
|
7573
|
-
pa:
|
|
7573
|
+
pa: je,
|
|
7574
7574
|
pl: dt,
|
|
7575
7575
|
pt: An,
|
|
7576
7576
|
ro: Dn,
|
|
7577
7577
|
ru: Mn,
|
|
7578
7578
|
si: Sn,
|
|
7579
7579
|
sk: $n,
|
|
7580
|
-
sl:
|
|
7580
|
+
sl: Ba,
|
|
7581
7581
|
sq: Ra,
|
|
7582
7582
|
sr: Ya,
|
|
7583
7583
|
sv: Ja,
|
|
@@ -7645,7 +7645,7 @@ const Pl = {
|
|
|
7645
7645
|
}, O = () => {
|
|
7646
7646
|
a(r.value) && (u.value = r.value.fpInput().value);
|
|
7647
7647
|
}, V = () => {
|
|
7648
|
-
var M, S,
|
|
7648
|
+
var M, S, B;
|
|
7649
7649
|
if (!a(r.value))
|
|
7650
7650
|
return;
|
|
7651
7651
|
const C = u.value.replace(/[^\s\d.:]/g, ""), _ = r.value.fp.parseDate(C, R.value);
|
|
@@ -7653,7 +7653,7 @@ const Pl = {
|
|
|
7653
7653
|
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
7654
|
return;
|
|
7655
7655
|
}
|
|
7656
|
-
(
|
|
7656
|
+
(B = r.value) == null || B.fp.setDate(_, !0), W.value.textFieldValue.$touch(), n("blur");
|
|
7657
7657
|
}, F = () => {
|
|
7658
7658
|
p.value = e.defaultValue, n("update:modelValue", f(e.defaultValue));
|
|
7659
7659
|
}, 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 +7777,7 @@ const Pl = {
|
|
|
7777
7777
|
]), 1032, ["modelValue", "error-messages", "placeholder", "onKeyup"]));
|
|
7778
7778
|
}
|
|
7779
7779
|
});
|
|
7780
|
-
const io = /* @__PURE__ */ bt(Il, [["__scopeId", "data-v-0573e4a9"]]),
|
|
7780
|
+
const io = /* @__PURE__ */ bt(Il, [["__scopeId", "data-v-0573e4a9"]]), Ch = /* @__PURE__ */ L({
|
|
7781
7781
|
__name: "AFormDatetimePicker",
|
|
7782
7782
|
props: {
|
|
7783
7783
|
modelValue: null,
|
|
@@ -7821,7 +7821,7 @@ const io = /* @__PURE__ */ bt(Il, [["__scopeId", "data-v-0573e4a9"]]), wh = /* @
|
|
|
7821
7821
|
"onUpdate:modelValue": g[0] || (g[0] = (k) => l(k))
|
|
7822
7822
|
}, null, 8, ["model-value", "data-cy", "error-messages", "required", "label", "clearable"]));
|
|
7823
7823
|
}
|
|
7824
|
-
}),
|
|
7824
|
+
}), Ah = /* @__PURE__ */ L({
|
|
7825
7825
|
__name: "AFilterDatetimePicker",
|
|
7826
7826
|
props: {
|
|
7827
7827
|
modelValue: null,
|
|
@@ -7859,7 +7859,7 @@ function na(t = "createdAt") {
|
|
|
7859
7859
|
totalCount: 0
|
|
7860
7860
|
});
|
|
7861
7861
|
}
|
|
7862
|
-
function
|
|
7862
|
+
function Dh(t) {
|
|
7863
7863
|
return {
|
|
7864
7864
|
showPagination: x(() => !(t.page === 1 && t.currentViewCount < t.rowsPerPage))
|
|
7865
7865
|
};
|
|
@@ -7867,7 +7867,7 @@ function Ch(t) {
|
|
|
7867
7867
|
const Fl = {
|
|
7868
7868
|
key: 0,
|
|
7869
7869
|
class: "required"
|
|
7870
|
-
},
|
|
7870
|
+
}, _h = /* @__PURE__ */ L({
|
|
7871
7871
|
__name: "AFormRemoteAutocomplete",
|
|
7872
7872
|
props: {
|
|
7873
7873
|
modelValue: null,
|
|
@@ -7901,14 +7901,14 @@ const Fl = {
|
|
|
7901
7901
|
o.value = !0, n("blur", e.modelValue), (M = e.v) == null || M.$touch();
|
|
7902
7902
|
}, g = x(() => {
|
|
7903
7903
|
var M, S;
|
|
7904
|
-
return T(e.errorMessage) ? (S = (M = e.v) == null ? void 0 : M.$errors) != null && S.length ? e.v.$errors.map((
|
|
7904
|
+
return T(e.errorMessage) ? (S = (M = e.v) == null ? void 0 : M.$errors) != null && S.length ? e.v.$errors.map((B) => B.$message) : [] : [e.errorMessage];
|
|
7905
7905
|
}), k = x(() => {
|
|
7906
|
-
var S,
|
|
7906
|
+
var S, B;
|
|
7907
7907
|
if (!T(e.label))
|
|
7908
7908
|
return e.label;
|
|
7909
7909
|
if (T(p) || T(m) || T((S = e.v) == null ? void 0 : S.$path))
|
|
7910
7910
|
return "";
|
|
7911
|
-
const { end: M } = st((
|
|
7911
|
+
const { end: M } = st((B = e.v) == null ? void 0 : B.$path, ".");
|
|
7912
7912
|
return c(p + "." + m + ".model." + M);
|
|
7913
7913
|
}), I = x(() => {
|
|
7914
7914
|
var M, S;
|
|
@@ -7919,17 +7919,17 @@ const Fl = {
|
|
|
7919
7919
|
M.set(S.value, { value: S.value, title: S.title });
|
|
7920
7920
|
}), V.value.forEach((S) => {
|
|
7921
7921
|
M.set(S.value, { value: S.value, title: S.title });
|
|
7922
|
-
}), Array.from(M, ([S,
|
|
7922
|
+
}), Array.from(M, ([S, B]) => ({ value: S, title: B.title }));
|
|
7923
7923
|
}), U = J(!1), ae = x(() => U.value ? !0 : e.loading), ee = async (M) => {
|
|
7924
7924
|
U.value = !0;
|
|
7925
7925
|
const S = u.value[e.filterByField];
|
|
7926
7926
|
S.model = M, V.value = await e.fetchItems(O, u.value), U.value = !1;
|
|
7927
7927
|
}, ue = (M) => {
|
|
7928
|
-
const S = R.value.filter((
|
|
7928
|
+
const S = R.value.filter((B) => M.includes(B.value));
|
|
7929
7929
|
return [].concat(S);
|
|
7930
7930
|
}, pe = async (M) => {
|
|
7931
|
-
let S = 1,
|
|
7932
|
-
return Ne(M) ? (S = M.length,
|
|
7931
|
+
let S = 1, B = [];
|
|
7932
|
+
return Ne(M) ? (S = M.length, B = ue(M)) : B = ue([M]), F.value = B, B.length === S;
|
|
7933
7933
|
}, ie = J(!1), Q = () => {
|
|
7934
7934
|
clearTimeout(l.value), l.value = void 0;
|
|
7935
7935
|
}, Me = async () => {
|
|
@@ -7980,7 +7980,7 @@ const Fl = {
|
|
|
7980
7980
|
M !== S && n("searchChange", M);
|
|
7981
7981
|
}), (M, S) => (w(), E(sn, {
|
|
7982
7982
|
modelValue: f(a),
|
|
7983
|
-
"onUpdate:modelValue": S[0] || (S[0] = (
|
|
7983
|
+
"onUpdate:modelValue": S[0] || (S[0] = (B) => Ye(a) ? a.value = B : null),
|
|
7984
7984
|
items: f(R),
|
|
7985
7985
|
"no-filter": "",
|
|
7986
7986
|
multiple: f(y),
|
|
@@ -8005,7 +8005,7 @@ const Fl = {
|
|
|
8005
8005
|
_: 1
|
|
8006
8006
|
}, 8, ["modelValue", "items", "multiple", "clearable", "error-messages", "chips", "hide-details", "loading"]));
|
|
8007
8007
|
}
|
|
8008
|
-
}), El = { class: "d-flex" }, Nl = ["for"],
|
|
8008
|
+
}), El = { class: "d-flex" }, Nl = ["for"], Mh = /* @__PURE__ */ L({
|
|
8009
8009
|
__name: "AFormRemoteCheckbox",
|
|
8010
8010
|
props: {
|
|
8011
8011
|
modelValue: { type: Boolean },
|
|
@@ -8056,7 +8056,7 @@ const Fl = {
|
|
|
8056
8056
|
}, $(f(l)), 9, Nl))
|
|
8057
8057
|
]));
|
|
8058
8058
|
}
|
|
8059
|
-
}), Ll = { class: "d-flex" }, zl = ["for"],
|
|
8059
|
+
}), Ll = { class: "d-flex" }, zl = ["for"], xh = /* @__PURE__ */ L({
|
|
8060
8060
|
__name: "AFormRemoteSwitch",
|
|
8061
8061
|
props: {
|
|
8062
8062
|
modelValue: { type: Boolean },
|
|
@@ -8137,10 +8137,10 @@ const Fl = {
|
|
|
8137
8137
|
]));
|
|
8138
8138
|
}
|
|
8139
8139
|
});
|
|
8140
|
-
const
|
|
8140
|
+
const Bl = { key: 0 }, jl = {
|
|
8141
8141
|
key: 0,
|
|
8142
8142
|
class: "required"
|
|
8143
|
-
},
|
|
8143
|
+
}, Sh = /* @__PURE__ */ L({
|
|
8144
8144
|
__name: "AFormValueObjectOptionsSelect",
|
|
8145
8145
|
props: {
|
|
8146
8146
|
modelValue: null,
|
|
@@ -8195,15 +8195,15 @@ const jl = { key: 0 }, Bl = {
|
|
|
8195
8195
|
onBlur: c
|
|
8196
8196
|
}, {
|
|
8197
8197
|
label: v(() => [
|
|
8198
|
-
t.hideLabel ? Z("", !0) : (w(), H("span",
|
|
8198
|
+
t.hideLabel ? Z("", !0) : (w(), H("span", Bl, [
|
|
8199
8199
|
z($(f(p)), 1),
|
|
8200
|
-
f(m) ? (w(), H("span",
|
|
8200
|
+
f(m) ? (w(), H("span", jl)) : Z("", !0)
|
|
8201
8201
|
]))
|
|
8202
8202
|
]),
|
|
8203
8203
|
_: 1
|
|
8204
8204
|
}, 8, ["modelValue", "items", "multiple", "clearable", "error-messages", "data-cy"]));
|
|
8205
8205
|
}
|
|
8206
|
-
}),
|
|
8206
|
+
}), Th = /* @__PURE__ */ L({
|
|
8207
8207
|
__name: "AFilterValueObjectOptionsSelect",
|
|
8208
8208
|
props: {
|
|
8209
8209
|
modelValue: null,
|
|
@@ -8232,7 +8232,7 @@ const jl = { key: 0 }, Bl = {
|
|
|
8232
8232
|
onChange: p[2] || (p[2] = (m) => n("change"))
|
|
8233
8233
|
}, null, 8, ["modelValue", "items", "chips", "label", "multiple", "clearable"]));
|
|
8234
8234
|
}
|
|
8235
|
-
}),
|
|
8235
|
+
}), $h = /* @__PURE__ */ L({
|
|
8236
8236
|
__name: "AFilterRemoteAutocomplete",
|
|
8237
8237
|
props: {
|
|
8238
8238
|
modelValue: null,
|
|
@@ -8392,7 +8392,7 @@ const jl = { key: 0 }, Bl = {
|
|
|
8392
8392
|
]));
|
|
8393
8393
|
}
|
|
8394
8394
|
});
|
|
8395
|
-
const
|
|
8395
|
+
const Oh = /* @__PURE__ */ bt(Ul, [["__scopeId", "data-v-0bca0344"]]), Vh = /* @__PURE__ */ L({
|
|
8396
8396
|
__name: "AFilterBooleanSelect",
|
|
8397
8397
|
props: {
|
|
8398
8398
|
modelValue: null,
|
|
@@ -8490,7 +8490,7 @@ const Hl = /* @__PURE__ */ L({
|
|
|
8490
8490
|
LINK_EXTERNAL: "mdi-open-in-new"
|
|
8491
8491
|
}
|
|
8492
8492
|
}
|
|
8493
|
-
}, Cr = Gr(Jl), Wl = { key: 1 },
|
|
8493
|
+
}, Cr = Gr(Jl), Wl = { key: 1 }, Ph = /* @__PURE__ */ L({
|
|
8494
8494
|
__name: "ACachedChip",
|
|
8495
8495
|
props: {
|
|
8496
8496
|
id: { default: null },
|
|
@@ -8617,7 +8617,7 @@ function Kl() {
|
|
|
8617
8617
|
getLogLevelOption: (e) => t.value.find((a) => a.value === e)
|
|
8618
8618
|
};
|
|
8619
8619
|
}
|
|
8620
|
-
const
|
|
8620
|
+
const Ih = /* @__PURE__ */ L({
|
|
8621
8621
|
__name: "ALogLevelChip",
|
|
8622
8622
|
props: {
|
|
8623
8623
|
level: null
|
|
@@ -8636,7 +8636,7 @@ const Vh = /* @__PURE__ */ L({
|
|
|
8636
8636
|
_: 1
|
|
8637
8637
|
}, 8, ["color"])) : Z("", !0);
|
|
8638
8638
|
}
|
|
8639
|
-
}), so = (t) => "" + t, Gl = ["data-cy", "onClick"],
|
|
8639
|
+
}), so = (t) => "" + t, Gl = ["data-cy", "onClick"], Fh = /* @__PURE__ */ L({
|
|
8640
8640
|
__name: "ACopyText",
|
|
8641
8641
|
props: {
|
|
8642
8642
|
value: null,
|
|
@@ -8727,7 +8727,7 @@ function ts(t, n) {
|
|
|
8727
8727
|
_: 3
|
|
8728
8728
|
});
|
|
8729
8729
|
}
|
|
8730
|
-
const
|
|
8730
|
+
const Eh = /* @__PURE__ */ bt(es, [["render", ts]]), Nh = /* @__PURE__ */ L({
|
|
8731
8731
|
__name: "AUserAndTimeTrackingFields",
|
|
8732
8732
|
props: {
|
|
8733
8733
|
data: null,
|
|
@@ -8763,7 +8763,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
8763
8763
|
}, 8, ["title"]))
|
|
8764
8764
|
], 64));
|
|
8765
8765
|
}
|
|
8766
|
-
}),
|
|
8766
|
+
}), Lh = /* @__PURE__ */ L({
|
|
8767
8767
|
__name: "AActionCloseButton",
|
|
8768
8768
|
props: {
|
|
8769
8769
|
routeName: null,
|
|
@@ -8801,7 +8801,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
8801
8801
|
_: 1
|
|
8802
8802
|
}, 8, ["class", "data-cy", "to", "width", "height"]));
|
|
8803
8803
|
}
|
|
8804
|
-
}),
|
|
8804
|
+
}), zh = /* @__PURE__ */ L({
|
|
8805
8805
|
__name: "AActionCreateButton",
|
|
8806
8806
|
props: {
|
|
8807
8807
|
routeName: null,
|
|
@@ -8863,7 +8863,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
8863
8863
|
_: 1
|
|
8864
8864
|
}, 8, ["class", "data-cy", "variant", "to", "height"]));
|
|
8865
8865
|
}
|
|
8866
|
-
}),
|
|
8866
|
+
}), Bh = /* @__PURE__ */ L({
|
|
8867
8867
|
__name: "AActionDeleteButton",
|
|
8868
8868
|
props: {
|
|
8869
8869
|
variant: { default: "icon" },
|
|
@@ -8908,7 +8908,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
8908
8908
|
}
|
|
8909
8909
|
});
|
|
8910
8910
|
return (d, g) => {
|
|
8911
|
-
const k =
|
|
8911
|
+
const k = jt("ABtnTertiary"), I = jt("ABtnPrimary");
|
|
8912
8912
|
return w(), H(He, null, [
|
|
8913
8913
|
t.variant === "icon" ? (w(), E(oe, {
|
|
8914
8914
|
key: 0,
|
|
@@ -8965,7 +8965,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
8965
8965
|
"data-cy": "delete-panel"
|
|
8966
8966
|
}, {
|
|
8967
8967
|
default: v(() => [
|
|
8968
|
-
b(
|
|
8968
|
+
b(Br, { onOnCancel: u }, {
|
|
8969
8969
|
default: v(() => [
|
|
8970
8970
|
z($(f(p)(t.dialogMessageT)), 1)
|
|
8971
8971
|
]),
|
|
@@ -9007,7 +9007,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
9007
9007
|
], 64);
|
|
9008
9008
|
};
|
|
9009
9009
|
}
|
|
9010
|
-
}),
|
|
9010
|
+
}), jh = /* @__PURE__ */ L({
|
|
9011
9011
|
__name: "AActionEditButton",
|
|
9012
9012
|
props: {
|
|
9013
9013
|
routeName: null,
|
|
@@ -9077,7 +9077,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
9077
9077
|
_: 1
|
|
9078
9078
|
}, 8, ["class", "variant", "data-cy", "loading", "height", "onClick"]));
|
|
9079
9079
|
}
|
|
9080
|
-
}),
|
|
9080
|
+
}), Rh = /* @__PURE__ */ L({
|
|
9081
9081
|
__name: "AActionSaveAndCloseButton",
|
|
9082
9082
|
props: {
|
|
9083
9083
|
buttonT: { default: "common.button.saveAndClose" },
|
|
@@ -9121,7 +9121,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
9121
9121
|
_: 1
|
|
9122
9122
|
}, 8, ["class", "data-cy", "loading", "disabled", "onClick"]));
|
|
9123
9123
|
}
|
|
9124
|
-
}),
|
|
9124
|
+
}), Uh = /* @__PURE__ */ L({
|
|
9125
9125
|
__name: "AActionSaveButton",
|
|
9126
9126
|
props: {
|
|
9127
9127
|
buttonT: { default: "common.button.save" },
|
|
@@ -9191,7 +9191,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
9191
9191
|
_: 1
|
|
9192
9192
|
}, 8, ["class", "data-cy", "variant", "loading", "disabled", "height", "onClick"]));
|
|
9193
9193
|
}
|
|
9194
|
-
}),
|
|
9194
|
+
}), Yh = /* @__PURE__ */ L({
|
|
9195
9195
|
__name: "ATableCopyIdButton",
|
|
9196
9196
|
props: {
|
|
9197
9197
|
id: null,
|
|
@@ -9238,7 +9238,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
9238
9238
|
_: 1
|
|
9239
9239
|
}, 8, ["class", "data-cy", "size", "onClick"])) : Z("", !0);
|
|
9240
9240
|
}
|
|
9241
|
-
}),
|
|
9241
|
+
}), Hh = /* @__PURE__ */ L({
|
|
9242
9242
|
__name: "ATableDetailButton",
|
|
9243
9243
|
props: {
|
|
9244
9244
|
routeName: null,
|
|
@@ -9275,7 +9275,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__PURE__ */ L({
|
|
|
9275
9275
|
_: 1
|
|
9276
9276
|
}, 8, ["class", "data-cy", "to"]));
|
|
9277
9277
|
}
|
|
9278
|
-
}),
|
|
9278
|
+
}), Jh = /* @__PURE__ */ L({
|
|
9279
9279
|
__name: "ATableEditButton",
|
|
9280
9280
|
props: {
|
|
9281
9281
|
routeName: null,
|
|
@@ -9384,7 +9384,7 @@ function rs() {
|
|
|
9384
9384
|
setThemeLight: e
|
|
9385
9385
|
};
|
|
9386
9386
|
}
|
|
9387
|
-
const os = { key: 0 }, is = { key: 1 }, ls = { key: 2 },
|
|
9387
|
+
const os = { key: 0 }, is = { key: 1 }, ls = { key: 2 }, Wh = /* @__PURE__ */ L({
|
|
9388
9388
|
__name: "AThemeSelect",
|
|
9389
9389
|
setup(t) {
|
|
9390
9390
|
const { setThemeDark: n, setThemeAuto: e, setThemeLight: a, settings: r } = rs(), { t: o } = K(), l = J(!1);
|
|
@@ -9664,7 +9664,7 @@ const _s = /* @__PURE__ */ bt(ws, [["render", Ds]]), Ms = { class: "flag" }, Ar
|
|
|
9664
9664
|
}));
|
|
9665
9665
|
}
|
|
9666
9666
|
});
|
|
9667
|
-
const
|
|
9667
|
+
const qh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["onClick"], Ts = /* @__PURE__ */ L({
|
|
9668
9668
|
__name: "ASystemBarNewVersion",
|
|
9669
9669
|
setup(t) {
|
|
9670
9670
|
const { t: n } = K(), e = () => {
|
|
@@ -9678,7 +9678,7 @@ const Jh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["on
|
|
|
9678
9678
|
}, $(f(n)("common.system.newVersionReload")), 9, Ss)
|
|
9679
9679
|
]), cr(1), r[0]);
|
|
9680
9680
|
}
|
|
9681
|
-
}), $s = { class: "text-center w-100 text-caption pb-1" },
|
|
9681
|
+
}), $s = { class: "text-center w-100 text-caption pb-1" }, Kh = /* @__PURE__ */ L({
|
|
9682
9682
|
__name: "ASystemBar",
|
|
9683
9683
|
props: {
|
|
9684
9684
|
currentVersion: null,
|
|
@@ -9764,7 +9764,7 @@ const Jh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["on
|
|
|
9764
9764
|
}, Ps = {
|
|
9765
9765
|
key: 0,
|
|
9766
9766
|
class: "required"
|
|
9767
|
-
},
|
|
9767
|
+
}, Gh = /* @__PURE__ */ L({
|
|
9768
9768
|
__name: "AAvatarColorPicker",
|
|
9769
9769
|
props: {
|
|
9770
9770
|
modelValue: null,
|
|
@@ -9841,7 +9841,7 @@ const Jh = /* @__PURE__ */ bt(xs, [["__scopeId", "data-v-8f7b4952"]]), Ss = ["on
|
|
|
9841
9841
|
]));
|
|
9842
9842
|
}
|
|
9843
9843
|
});
|
|
9844
|
-
const Is = /* @__PURE__ */ te("br", null, null, -1),
|
|
9844
|
+
const Is = /* @__PURE__ */ te("br", null, null, -1), Zh = /* @__PURE__ */ L({
|
|
9845
9845
|
__name: "ACurrentUserDropdown",
|
|
9846
9846
|
props: {
|
|
9847
9847
|
currentUser: null,
|
|
@@ -10013,7 +10013,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Kh = /* @__PURE__ */ L({
|
|
|
10013
10013
|
}), Fs = {
|
|
10014
10014
|
key: 0,
|
|
10015
10015
|
class: "required"
|
|
10016
|
-
},
|
|
10016
|
+
}, Qh = /* @__PURE__ */ L({
|
|
10017
10017
|
__name: "AFormRemoteAutocompleteWithCached",
|
|
10018
10018
|
props: {
|
|
10019
10019
|
modelValue: null,
|
|
@@ -10163,7 +10163,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Kh = /* @__PURE__ */ L({
|
|
|
10163
10163
|
}), Es = { class: "d-flex justify-center align-center fill-height" }, Ns = { class: "d-flex justify-center align-center flex-column" }, Ls = ["src"], zs = {
|
|
10164
10164
|
key: 0,
|
|
10165
10165
|
class: "display-1 my-3"
|
|
10166
|
-
},
|
|
10166
|
+
}, Bs = { class: "mb-3 body-1" }, js = { class: "py-5" }, Rs = /* @__PURE__ */ L({
|
|
10167
10167
|
__name: "ALoginView",
|
|
10168
10168
|
props: {
|
|
10169
10169
|
title: { default: void 0 },
|
|
@@ -10181,10 +10181,10 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Kh = /* @__PURE__ */ L({
|
|
|
10181
10181
|
alt: ""
|
|
10182
10182
|
}, null, 8, Ls),
|
|
10183
10183
|
t.title ? (w(), H("h1", zs, $(t.title), 1)) : Z("", !0),
|
|
10184
|
-
te("h4",
|
|
10184
|
+
te("h4", Bs, [
|
|
10185
10185
|
te("span", null, $(f(n)("common.system.login.text")), 1)
|
|
10186
10186
|
]),
|
|
10187
|
-
te("div",
|
|
10187
|
+
te("div", js, [
|
|
10188
10188
|
t.loginUrl ? (w(), E(oe, {
|
|
10189
10189
|
key: 0,
|
|
10190
10190
|
"data-cy": t.dataCy,
|
|
@@ -10202,7 +10202,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Kh = /* @__PURE__ */ L({
|
|
|
10202
10202
|
]));
|
|
10203
10203
|
}
|
|
10204
10204
|
});
|
|
10205
|
-
const
|
|
10205
|
+
const Xh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), eg = /* @__PURE__ */ L({
|
|
10206
10206
|
__name: "ALogoutView",
|
|
10207
10207
|
props: {
|
|
10208
10208
|
logoutUrl: { type: [null, Function], default: void 0 }
|
|
@@ -10213,7 +10213,7 @@ const Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
10213
10213
|
n.logoutUrl && (window.location.href = n.logoutUrl());
|
|
10214
10214
|
}), (e, a) => (w(), H("div"));
|
|
10215
10215
|
}
|
|
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" },
|
|
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" }, tg = /* @__PURE__ */ L({
|
|
10217
10217
|
__name: "AUnauthorizedView",
|
|
10218
10218
|
props: {
|
|
10219
10219
|
returnRouteName: null
|
|
@@ -10243,7 +10243,7 @@ const Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
10243
10243
|
])
|
|
10244
10244
|
]));
|
|
10245
10245
|
}
|
|
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" },
|
|
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" }, ng = /* @__PURE__ */ L({
|
|
10247
10247
|
__name: "ANotFoundView",
|
|
10248
10248
|
props: {
|
|
10249
10249
|
returnRouteName: null
|
|
@@ -10273,7 +10273,7 @@ const Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
10273
10273
|
])
|
|
10274
10274
|
]));
|
|
10275
10275
|
}
|
|
10276
|
-
}),
|
|
10276
|
+
}), ag = /* @__PURE__ */ L({
|
|
10277
10277
|
__name: "AJobDetailCommon",
|
|
10278
10278
|
props: {
|
|
10279
10279
|
job: null,
|
|
@@ -10332,8 +10332,8 @@ const Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
10332
10332
|
}, null, 8, ["title", "value"])
|
|
10333
10333
|
]));
|
|
10334
10334
|
}
|
|
10335
|
-
}),
|
|
10336
|
-
function
|
|
10335
|
+
}), rg = (t) => t ? 1 : 0;
|
|
10336
|
+
function og(t = "", n = "user") {
|
|
10337
10337
|
let e = t, a = n;
|
|
10338
10338
|
return {
|
|
10339
10339
|
createAnzuUser: (o, l) => (ct(o) && (e = o), ct(l) && (a = l), {
|
|
@@ -10362,7 +10362,7 @@ function ag(t = "", n = "user") {
|
|
|
10362
10362
|
})
|
|
10363
10363
|
};
|
|
10364
10364
|
}
|
|
10365
|
-
function
|
|
10365
|
+
function ig() {
|
|
10366
10366
|
return {
|
|
10367
10367
|
createPermissionConfig: () => ({
|
|
10368
10368
|
config: {},
|
|
@@ -10376,7 +10376,7 @@ function rg() {
|
|
|
10376
10376
|
})
|
|
10377
10377
|
};
|
|
10378
10378
|
}
|
|
10379
|
-
function
|
|
10379
|
+
function lg() {
|
|
10380
10380
|
return {
|
|
10381
10381
|
createPermissionGroup: () => ({
|
|
10382
10382
|
id: 0,
|
|
@@ -10392,12 +10392,12 @@ function og() {
|
|
|
10392
10392
|
})
|
|
10393
10393
|
};
|
|
10394
10394
|
}
|
|
10395
|
-
const
|
|
10395
|
+
const sg = (t, n = 2) => {
|
|
10396
10396
|
if (t === 0)
|
|
10397
10397
|
return "0 Bytes";
|
|
10398
10398
|
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
10399
|
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),
|
|
10400
|
+
}, Ot = (t) => Ri.includes(t), Vt = (t, n, e = "") => zr(n) ? t : oi(e === "" ? t : e, n), ug = (t, n, e = "", a = {}, r = null, o, l, c = {}) => new Promise((u, p) => {
|
|
10401
10401
|
const m = { method: n };
|
|
10402
10402
|
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
10403
|
}), Zs = (t, n = {}, e, a = {}, r, o, l = {}) => new Promise((c, u) => {
|
|
@@ -10448,7 +10448,7 @@ function mo() {
|
|
|
10448
10448
|
const Xs = (t, n) => {
|
|
10449
10449
|
const { querySetLimit: e, querySetOffset: a, querySetOrder: r, queryBuild: o, queryAddFilter: l, queryAdd: c } = mo(), u = t.length;
|
|
10450
10450
|
return e(u), a(1, u), r("id", !1), n ? c("id", t.join(",")) : l("in", "id", t.join(",")), o();
|
|
10451
|
-
},
|
|
10451
|
+
}, dg = (t, n, e, a = {}, r, o, l = {}, c = !1) => new Promise((u, p) => {
|
|
10452
10452
|
t().get(Vt(e, a) + Xs(n, c), l).then((m) => {
|
|
10453
10453
|
var d;
|
|
10454
10454
|
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 +10472,10 @@ const Xs = (t, n) => {
|
|
|
10472
10472
|
}).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
10473
|
}), ru = (t, n, e = {}, a, r, o = {}) => new Promise((l, c) => {
|
|
10474
10474
|
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
|
-
}),
|
|
10475
|
+
}), cg = (t, n = {}, e, a = {}, r, o, l = {}) => new Promise((c, u) => {
|
|
10476
10476
|
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
10477
|
});
|
|
10478
|
-
function
|
|
10478
|
+
function fg() {
|
|
10479
10479
|
return {
|
|
10480
10480
|
isAnzuFatalError: Rr,
|
|
10481
10481
|
isAnzuApiForbiddenError: Yr,
|
|
@@ -10484,7 +10484,7 @@ function dg() {
|
|
|
10484
10484
|
};
|
|
10485
10485
|
}
|
|
10486
10486
|
const Ln = "/adm/v1/job", zn = "job";
|
|
10487
|
-
function
|
|
10487
|
+
function mg(t, n) {
|
|
10488
10488
|
return {
|
|
10489
10489
|
fetchJobList: (l, c) => au(t, Ln, {}, l, c, n, zn),
|
|
10490
10490
|
fetchJob: (l) => ru(t, Ln + "/:id", { id: l }, n, zn),
|
|
@@ -10495,8 +10495,8 @@ function cg(t, n) {
|
|
|
10495
10495
|
deleteJob: (l) => Qs(t, Ln + "/:id", { id: l }, n, zn)
|
|
10496
10496
|
};
|
|
10497
10497
|
}
|
|
10498
|
-
const
|
|
10499
|
-
function
|
|
10498
|
+
const pg = "jobUserDataDelete";
|
|
10499
|
+
function hg(t = []) {
|
|
10500
10500
|
const { t: n } = K(), e = J([
|
|
10501
10501
|
{
|
|
10502
10502
|
value: "jobUserDataDelete",
|
|
@@ -10509,14 +10509,14 @@ function mg(t = []) {
|
|
|
10509
10509
|
getJobResourceOption: (r) => e.value.find((o) => o.value === r)
|
|
10510
10510
|
};
|
|
10511
10511
|
}
|
|
10512
|
-
const
|
|
10512
|
+
const gg = (t, n) => {
|
|
10513
10513
|
const e = t.indexOf(n);
|
|
10514
10514
|
if (e === -1) {
|
|
10515
10515
|
t.push(n);
|
|
10516
10516
|
return;
|
|
10517
10517
|
}
|
|
10518
10518
|
t.splice(e, 1);
|
|
10519
|
-
},
|
|
10519
|
+
}, vg = (t, n = ", ") => t.join(n), yg = (...t) => Array.from(...t), ou = (t, n = []) => t.reduce((e, a) => Array.isArray(a) ? ou(a, n) : (n.push(a), n), []), bg = (t, n) => {
|
|
10520
10520
|
if (t.length !== n.length)
|
|
10521
10521
|
return !1;
|
|
10522
10522
|
const e = t.slice().sort(), a = n.slice().sort();
|
|
@@ -10526,7 +10526,7 @@ const pg = (t, n) => {
|
|
|
10526
10526
|
return !0;
|
|
10527
10527
|
}, iu = (t) => {
|
|
10528
10528
|
history.replaceState(history.state, "", t);
|
|
10529
|
-
},
|
|
10529
|
+
}, wg = (t, n) => {
|
|
10530
10530
|
const e = t.resolve(n);
|
|
10531
10531
|
iu(e.href);
|
|
10532
10532
|
}, lu = "Badge", su = "Close", uu = {
|
|
@@ -10621,7 +10621,7 @@ const pg = (t, n) => {
|
|
|
10621
10621
|
recordWas: xu,
|
|
10622
10622
|
idWasCopied: Su,
|
|
10623
10623
|
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",
|
|
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", Bu = "More filters", ju = "Cancel", Ru = "Id", Uu = "Now", Yu = "Confirm", Hu = "Copy ID", Ju = "Add", Wu = "Download", qu = "Upload", Ku = "Refresh", Gu = {
|
|
10625
10625
|
create: Ou,
|
|
10626
10626
|
createAndClose: Vu,
|
|
10627
10627
|
save: Pu,
|
|
@@ -10631,8 +10631,8 @@ const pg = (t, n) => {
|
|
|
10631
10631
|
detail: Nu,
|
|
10632
10632
|
submitFilter: Lu,
|
|
10633
10633
|
resetFilter: zu,
|
|
10634
|
-
advancedFilters:
|
|
10635
|
-
cancel:
|
|
10634
|
+
advancedFilters: Bu,
|
|
10635
|
+
cancel: ju,
|
|
10636
10636
|
delete: "Delete",
|
|
10637
10637
|
id: Ru,
|
|
10638
10638
|
now: Uu,
|
|
@@ -10640,30 +10640,33 @@ const pg = (t, n) => {
|
|
|
10640
10640
|
copyId: Hu,
|
|
10641
10641
|
add: Ju,
|
|
10642
10642
|
download: Wu,
|
|
10643
|
-
upload: qu
|
|
10644
|
-
|
|
10643
|
+
upload: qu,
|
|
10644
|
+
refresh: Ku,
|
|
10645
|
+
"forwards ": "Forwards",
|
|
10646
|
+
"backwards ": "Backwards"
|
|
10647
|
+
}, Zu = "System", Qu = "Not selected", Xu = {
|
|
10645
10648
|
true: "Yes",
|
|
10646
10649
|
false: "No"
|
|
10647
|
-
},
|
|
10650
|
+
}, ed = {
|
|
10648
10651
|
createdAt: "Created",
|
|
10649
10652
|
modifiedAt: "Modified",
|
|
10650
10653
|
created: "Created",
|
|
10651
10654
|
modified: "Modified"
|
|
10652
|
-
},
|
|
10655
|
+
}, td = {
|
|
10653
10656
|
eq: "Presný výraz",
|
|
10654
10657
|
contains: "Kdekolvek vo výraze",
|
|
10655
10658
|
startsWith: "Začiatok výrazu"
|
|
10656
|
-
},
|
|
10657
|
-
system:
|
|
10658
|
-
notSelected:
|
|
10659
|
-
boolean:
|
|
10660
|
-
tracking:
|
|
10661
|
-
filterPlaceholder:
|
|
10662
|
-
},
|
|
10659
|
+
}, nd = {
|
|
10660
|
+
system: Zu,
|
|
10661
|
+
notSelected: Qu,
|
|
10662
|
+
boolean: Xu,
|
|
10663
|
+
tracking: ed,
|
|
10664
|
+
filterPlaceholder: td
|
|
10665
|
+
}, ad = "version", rd = "New version of admin is available. For proper functioning, latest version is required.", od = "Reload new version", id = {
|
|
10663
10666
|
light: "Light",
|
|
10664
10667
|
dark: "Dark",
|
|
10665
10668
|
auto: "Auto"
|
|
10666
|
-
},
|
|
10669
|
+
}, ld = {
|
|
10667
10670
|
config: "Config table",
|
|
10668
10671
|
displayCols: "Display columns",
|
|
10669
10672
|
itemsPerPage: "Records per page",
|
|
@@ -10675,52 +10678,52 @@ const pg = (t, n) => {
|
|
|
10675
10678
|
mostRecent: "Most recent",
|
|
10676
10679
|
oldest: "Oldest"
|
|
10677
10680
|
}
|
|
10678
|
-
},
|
|
10681
|
+
}, sd = {
|
|
10679
10682
|
confirmDelete: "Remove?",
|
|
10680
10683
|
hide: "Hide",
|
|
10681
10684
|
show: "Show"
|
|
10682
|
-
}, sd = {
|
|
10683
|
-
button: "Applications"
|
|
10684
10685
|
}, ud = {
|
|
10686
|
+
button: "Applications"
|
|
10687
|
+
}, dd = {
|
|
10685
10688
|
button: "Account",
|
|
10686
10689
|
logout: "Logout",
|
|
10687
10690
|
logoutText: "Are you sure you want to log out?",
|
|
10688
10691
|
logoutConfirm: "Logout",
|
|
10689
10692
|
settings: "Settings"
|
|
10690
|
-
},
|
|
10693
|
+
}, cd = {
|
|
10691
10694
|
detail: "Detail",
|
|
10692
10695
|
edit: "Edit",
|
|
10693
10696
|
create: "Create"
|
|
10694
|
-
},
|
|
10697
|
+
}, fd = {
|
|
10695
10698
|
text: "Prosím, prihláste sa",
|
|
10696
10699
|
button: "Prihlásiť sa"
|
|
10697
|
-
},
|
|
10700
|
+
}, md = {
|
|
10698
10701
|
title: "Oops, 404",
|
|
10699
10702
|
text: "This page doesn't exist",
|
|
10700
10703
|
backButton: "Return to homepage"
|
|
10701
|
-
},
|
|
10704
|
+
}, pd = {
|
|
10702
10705
|
title: "Oops, 401",
|
|
10703
10706
|
text: "You don't have access to this page",
|
|
10704
10707
|
backButton: "Return to login"
|
|
10705
|
-
}, pd = {
|
|
10706
|
-
version: nd,
|
|
10707
|
-
newVersionText: ad,
|
|
10708
|
-
newVersionReload: rd,
|
|
10709
|
-
theme: od,
|
|
10710
|
-
datatable: id,
|
|
10711
|
-
modal: ld,
|
|
10712
|
-
adminSwitcher: sd,
|
|
10713
|
-
currentUser: ud,
|
|
10714
|
-
breadcrumb: dd,
|
|
10715
|
-
login: cd,
|
|
10716
|
-
notFound: fd,
|
|
10717
|
-
unauthorized: md
|
|
10718
10708
|
}, hd = {
|
|
10709
|
+
version: ad,
|
|
10710
|
+
newVersionText: rd,
|
|
10711
|
+
newVersionReload: od,
|
|
10712
|
+
theme: id,
|
|
10713
|
+
datatable: ld,
|
|
10714
|
+
modal: sd,
|
|
10715
|
+
adminSwitcher: ud,
|
|
10716
|
+
currentUser: dd,
|
|
10717
|
+
breadcrumb: cd,
|
|
10718
|
+
login: fd,
|
|
10719
|
+
notFound: md,
|
|
10720
|
+
unauthorized: pd
|
|
10721
|
+
}, gd = {
|
|
10719
10722
|
detail: "Anzu User Detail",
|
|
10720
10723
|
list: "Anzu Users List",
|
|
10721
10724
|
edit: "Anzu User Edit",
|
|
10722
10725
|
create: "Anzu User Create"
|
|
10723
|
-
},
|
|
10726
|
+
}, vd = {
|
|
10724
10727
|
id: "ID",
|
|
10725
10728
|
enabled: "Enabled",
|
|
10726
10729
|
email: "Email",
|
|
@@ -10736,26 +10739,26 @@ const pg = (t, n) => {
|
|
|
10736
10739
|
color: "Avatar color",
|
|
10737
10740
|
text: "Avatar text"
|
|
10738
10741
|
}
|
|
10739
|
-
},
|
|
10742
|
+
}, yd = {
|
|
10740
10743
|
id: "ID",
|
|
10741
10744
|
enabled: "Enabled",
|
|
10742
10745
|
email: "Email"
|
|
10743
|
-
},
|
|
10746
|
+
}, bd = {
|
|
10744
10747
|
grants: "Actions",
|
|
10745
10748
|
permissions: "Permissions",
|
|
10746
10749
|
resolvedPermissions: "Resolved Permission",
|
|
10747
10750
|
noPermissions: "No permissions set"
|
|
10748
|
-
}, bd = {
|
|
10749
|
-
meta: hd,
|
|
10750
|
-
model: gd,
|
|
10751
|
-
filter: vd,
|
|
10752
|
-
table: yd
|
|
10753
10751
|
}, wd = {
|
|
10752
|
+
meta: gd,
|
|
10753
|
+
model: vd,
|
|
10754
|
+
filter: yd,
|
|
10755
|
+
table: bd
|
|
10756
|
+
}, kd = {
|
|
10754
10757
|
id: "Id",
|
|
10755
10758
|
status: "Status",
|
|
10756
10759
|
startedAtFrom: "Started at from",
|
|
10757
10760
|
startedAtUntil: "Started at until"
|
|
10758
|
-
},
|
|
10761
|
+
}, Cd = {
|
|
10759
10762
|
id: "Id",
|
|
10760
10763
|
_resourceName: "Type",
|
|
10761
10764
|
status: "Status",
|
|
@@ -10764,26 +10767,26 @@ const pg = (t, n) => {
|
|
|
10764
10767
|
result: "Result",
|
|
10765
10768
|
targetUserId: "Target user id",
|
|
10766
10769
|
anonymizeUser: "Anonymize user"
|
|
10767
|
-
}, Cd = {
|
|
10768
|
-
jobUserDataDelete: "User data delete"
|
|
10769
10770
|
}, Ad = {
|
|
10770
|
-
|
|
10771
|
+
jobUserDataDelete: "User data delete"
|
|
10771
10772
|
}, Dd = {
|
|
10773
|
+
create: "Create job"
|
|
10774
|
+
}, _d = {
|
|
10772
10775
|
waiting: "Waiting",
|
|
10773
10776
|
processing: "Processing",
|
|
10774
10777
|
awaitingBatchProcess: "Processing batch",
|
|
10775
10778
|
done: "Done",
|
|
10776
10779
|
error: "Error"
|
|
10777
|
-
}, _d = {
|
|
10778
|
-
filter: wd,
|
|
10779
|
-
model: kd,
|
|
10780
|
-
jobResource: Cd,
|
|
10781
|
-
button: Ad,
|
|
10782
|
-
status: Dd
|
|
10783
10780
|
}, Md = {
|
|
10781
|
+
filter: kd,
|
|
10782
|
+
model: Cd,
|
|
10783
|
+
jobResource: Ad,
|
|
10784
|
+
button: Dd,
|
|
10785
|
+
status: _d
|
|
10786
|
+
}, xd = {
|
|
10784
10787
|
detail: "Log Detail",
|
|
10785
10788
|
list: "List of Logs"
|
|
10786
|
-
},
|
|
10789
|
+
}, Sd = "System", Td = {
|
|
10787
10790
|
system: "System",
|
|
10788
10791
|
type: "Type",
|
|
10789
10792
|
levelName: "Level",
|
|
@@ -10794,7 +10797,7 @@ const pg = (t, n) => {
|
|
|
10794
10797
|
datetimeTo: "Date until",
|
|
10795
10798
|
message: "Message",
|
|
10796
10799
|
appVersion: "Version"
|
|
10797
|
-
},
|
|
10800
|
+
}, $d = {
|
|
10798
10801
|
id: "ID",
|
|
10799
10802
|
datetime: "Date",
|
|
10800
10803
|
levelName: "Level",
|
|
@@ -10810,100 +10813,100 @@ const pg = (t, n) => {
|
|
|
10810
10813
|
path: "URL",
|
|
10811
10814
|
httpStatus: "Status code"
|
|
10812
10815
|
}
|
|
10813
|
-
}, $d = {
|
|
10814
|
-
meta: Md,
|
|
10815
|
-
system: xd,
|
|
10816
|
-
filter: Sd,
|
|
10817
|
-
model: Td
|
|
10818
10816
|
}, Od = {
|
|
10817
|
+
meta: xd,
|
|
10818
|
+
system: Sd,
|
|
10819
|
+
filter: Td,
|
|
10820
|
+
model: $d
|
|
10821
|
+
}, Vd = {
|
|
10819
10822
|
actions: "Actions",
|
|
10820
10823
|
permissions: "Permissions"
|
|
10821
|
-
},
|
|
10824
|
+
}, Pd = {
|
|
10822
10825
|
allow: "Allow",
|
|
10823
10826
|
allowOwner: "Owner only",
|
|
10824
10827
|
deny: "Deny"
|
|
10825
|
-
},
|
|
10828
|
+
}, Id = {
|
|
10826
10829
|
role: "Role",
|
|
10827
10830
|
group: "Group",
|
|
10828
10831
|
user: "User",
|
|
10829
10832
|
defaultGrant: "Default"
|
|
10830
|
-
}, Id = {
|
|
10831
|
-
table: Od,
|
|
10832
|
-
grant: Vd,
|
|
10833
|
-
grantOrigin: Pd
|
|
10834
10833
|
}, Fd = {
|
|
10834
|
+
table: Vd,
|
|
10835
|
+
grant: Pd,
|
|
10836
|
+
grantOrigin: Id
|
|
10837
|
+
}, Ed = {
|
|
10835
10838
|
detail: "Permission Group Detail",
|
|
10836
10839
|
list: "Permission Group List",
|
|
10837
10840
|
create: "Permission Group Create",
|
|
10838
10841
|
edit: "Permission Group Edit"
|
|
10839
|
-
},
|
|
10842
|
+
}, Nd = {
|
|
10840
10843
|
id: "ID",
|
|
10841
10844
|
title: "Title",
|
|
10842
10845
|
description: "Description",
|
|
10843
10846
|
permissions: "Permissions"
|
|
10844
|
-
},
|
|
10847
|
+
}, Ld = {
|
|
10845
10848
|
id: "ID",
|
|
10846
10849
|
title: "Title"
|
|
10847
|
-
}, Ld = {
|
|
10848
|
-
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
10849
10850
|
}, zd = {
|
|
10850
|
-
|
|
10851
|
-
|
|
10852
|
-
|
|
10853
|
-
|
|
10854
|
-
|
|
10851
|
+
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
10852
|
+
}, Bd = {
|
|
10853
|
+
meta: Ed,
|
|
10854
|
+
model: Nd,
|
|
10855
|
+
filter: Ld,
|
|
10856
|
+
button: zd
|
|
10857
|
+
}, jd = "Invalid", Rd = "ID mismatch error when editing object. Please contact the administrator if needed.", Ud = "Required field is empty.", Yd = "Field does not meet minimum length requirement.", Hd = "Field does not meet maximum length requirement.", Jd = "Invalid field.", Wd = "Field must be unique.", qd = "Value in field not found.", Kd = "Value must be greater.", Gd = "Value must be lower.", Zd = "Incorrect format.", Qd = "Url is in an incorrect format.", Xd = "Item already exists.", ec = {
|
|
10855
10858
|
noTranslation: jd,
|
|
10856
|
-
error_id_mismatch:
|
|
10857
|
-
error_field_empty:
|
|
10858
|
-
error_field_length_min:
|
|
10859
|
-
error_field_length_max:
|
|
10860
|
-
error_field_invalid:
|
|
10861
|
-
error_field_not_unique:
|
|
10862
|
-
error_field_value_not_found:
|
|
10863
|
-
error_field_range_min:
|
|
10864
|
-
error_field_range_max:
|
|
10865
|
-
error_field_regex:
|
|
10866
|
-
error_field_url:
|
|
10867
|
-
error_already_exists:
|
|
10868
|
-
},
|
|
10869
|
-
required:
|
|
10870
|
-
between:
|
|
10871
|
-
minLength:
|
|
10872
|
-
maxLength:
|
|
10873
|
-
maxValue:
|
|
10874
|
-
minValue:
|
|
10875
|
-
email:
|
|
10876
|
-
url:
|
|
10877
|
-
numeric:
|
|
10878
|
-
slug:
|
|
10879
|
-
stringArrayItemLength:
|
|
10880
|
-
},
|
|
10881
|
-
noTranslation:
|
|
10882
|
-
},
|
|
10859
|
+
error_id_mismatch: Rd,
|
|
10860
|
+
error_field_empty: Ud,
|
|
10861
|
+
error_field_length_min: Yd,
|
|
10862
|
+
error_field_length_max: Hd,
|
|
10863
|
+
error_field_invalid: Jd,
|
|
10864
|
+
error_field_not_unique: Wd,
|
|
10865
|
+
error_field_value_not_found: qd,
|
|
10866
|
+
error_field_range_min: Kd,
|
|
10867
|
+
error_field_range_max: Gd,
|
|
10868
|
+
error_field_regex: Zd,
|
|
10869
|
+
error_field_url: Qd,
|
|
10870
|
+
error_already_exists: Xd
|
|
10871
|
+
}, tc = "Required.", nc = "Value must be between {min} and {max}.", ac = "Minimal length is {min}.", rc = "Maximal length is {max}.", oc = "Maximal value must be {max}.", ic = "Minimal value must be {min}.", lc = "Incorrect email format.", sc = "Incorrect url format.", uc = "Allowed only numbers.", dc = "Allowed only characters a-z, - and numbers 0-9.", cc = "Item length in list must have between {min} and {max} characters.", fc = {
|
|
10872
|
+
required: tc,
|
|
10873
|
+
between: nc,
|
|
10874
|
+
minLength: ac,
|
|
10875
|
+
maxLength: rc,
|
|
10876
|
+
maxValue: oc,
|
|
10877
|
+
minValue: ic,
|
|
10878
|
+
email: lc,
|
|
10879
|
+
url: sc,
|
|
10880
|
+
numeric: uc,
|
|
10881
|
+
slug: dc,
|
|
10882
|
+
stringArrayItemLength: cc
|
|
10883
|
+
}, mc = "Chyba", pc = {
|
|
10884
|
+
noTranslation: mc
|
|
10885
|
+
}, kg = {
|
|
10883
10886
|
common: {
|
|
10884
10887
|
alert: $u,
|
|
10885
|
-
button:
|
|
10886
|
-
model:
|
|
10887
|
-
system:
|
|
10888
|
-
anzuUser:
|
|
10889
|
-
job:
|
|
10890
|
-
log:
|
|
10891
|
-
permission:
|
|
10892
|
-
permissionGroup:
|
|
10888
|
+
button: Gu,
|
|
10889
|
+
model: nd,
|
|
10890
|
+
system: hd,
|
|
10891
|
+
anzuUser: wd,
|
|
10892
|
+
job: Md,
|
|
10893
|
+
log: Od,
|
|
10894
|
+
permission: Fd,
|
|
10895
|
+
permissionGroup: Bd
|
|
10893
10896
|
},
|
|
10894
10897
|
$vuetify: ku,
|
|
10895
10898
|
error: {
|
|
10896
10899
|
apiValidation: {
|
|
10897
|
-
...
|
|
10900
|
+
...ec
|
|
10898
10901
|
},
|
|
10899
10902
|
apiForbiddenOperation: {
|
|
10900
|
-
...
|
|
10903
|
+
...pc
|
|
10901
10904
|
},
|
|
10902
10905
|
jsValidation: {
|
|
10903
|
-
...
|
|
10906
|
+
...fc
|
|
10904
10907
|
}
|
|
10905
10908
|
}
|
|
10906
|
-
},
|
|
10909
|
+
}, hc = "Systémová chyba. Skúste neskôr alebo kontaktujte administrátora.", gc = "Prístup zamietnutý. Na vykonanie danej akcie nemáte oprávnenie.", vc = "Vyplňte všetky povinné polia a opravte chyby.", yc = "Opravne tieto chyby.", bc = "Zakázaná akcia.", wc = {
|
|
10907
10910
|
created: "Záznam bol vytvorený.",
|
|
10908
10911
|
updated: "Záznam bol upravený.",
|
|
10909
10912
|
deleted: "Záznam bol odstránený.",
|
|
@@ -10911,58 +10914,61 @@ const pg = (t, n) => {
|
|
|
10911
10914
|
unpublished: "Záznam bol stiahnutý.",
|
|
10912
10915
|
enabled: "Záznam bol povolený.",
|
|
10913
10916
|
disabled: "Záznam bol zakázaný."
|
|
10914
|
-
},
|
|
10915
|
-
unknownError:
|
|
10916
|
-
forbiddenError:
|
|
10917
|
-
fixValidationErrors:
|
|
10918
|
-
fixApiValidationErrors:
|
|
10919
|
-
apiForbiddenOperationError:
|
|
10920
|
-
recordWas:
|
|
10921
|
-
idWasCopied:
|
|
10922
|
-
textWasCopied:
|
|
10923
|
-
},
|
|
10924
|
-
create:
|
|
10925
|
-
createAndClose:
|
|
10926
|
-
save:
|
|
10927
|
-
saveAndClose:
|
|
10928
|
-
close:
|
|
10929
|
-
edit:
|
|
10930
|
-
detail:
|
|
10931
|
-
submitFilter:
|
|
10932
|
-
resetFilter:
|
|
10933
|
-
advancedFilters:
|
|
10934
|
-
cancel:
|
|
10917
|
+
}, kc = "ID bolo skopírované do schránky.", Cc = "Text bol skopírovaný do schránky", Ac = {
|
|
10918
|
+
unknownError: hc,
|
|
10919
|
+
forbiddenError: gc,
|
|
10920
|
+
fixValidationErrors: vc,
|
|
10921
|
+
fixApiValidationErrors: yc,
|
|
10922
|
+
apiForbiddenOperationError: bc,
|
|
10923
|
+
recordWas: wc,
|
|
10924
|
+
idWasCopied: kc,
|
|
10925
|
+
textWasCopied: Cc
|
|
10926
|
+
}, Dc = "Vytvoriť", _c = "Vytvoriť a zatvoriť", Mc = "Uložiť", xc = "Uložiť a zatvoriť", Sc = "Zatvoriť", Tc = "Editovať", $c = "Detail", Oc = "Hľadať", Vc = "Zrušiť filter", Pc = "Viac filtrov", Ic = "Zrušiť", Fc = "ID", Ec = "Teraz", Nc = "Potvrď", Lc = "Kopírovať ID", zc = "Pridať", Bc = "Stiahnuť", jc = "Nahratie", Rc = "Obnoviť", Uc = {
|
|
10927
|
+
create: Dc,
|
|
10928
|
+
createAndClose: _c,
|
|
10929
|
+
save: Mc,
|
|
10930
|
+
saveAndClose: xc,
|
|
10931
|
+
close: Sc,
|
|
10932
|
+
edit: Tc,
|
|
10933
|
+
detail: $c,
|
|
10934
|
+
submitFilter: Oc,
|
|
10935
|
+
resetFilter: Vc,
|
|
10936
|
+
advancedFilters: Pc,
|
|
10937
|
+
cancel: Ic,
|
|
10935
10938
|
delete: "Zmazať",
|
|
10936
|
-
id:
|
|
10937
|
-
now:
|
|
10938
|
-
confirm:
|
|
10939
|
-
copyId:
|
|
10940
|
-
add:
|
|
10941
|
-
download:
|
|
10942
|
-
|
|
10943
|
-
|
|
10939
|
+
id: Fc,
|
|
10940
|
+
now: Ec,
|
|
10941
|
+
confirm: Nc,
|
|
10942
|
+
copyId: Lc,
|
|
10943
|
+
add: zc,
|
|
10944
|
+
download: Bc,
|
|
10945
|
+
upload: jc,
|
|
10946
|
+
refresh: Rc,
|
|
10947
|
+
"forwards ": "Dopredu",
|
|
10948
|
+
"backwards ": "Dozadu"
|
|
10949
|
+
}, Yc = "Systém", Hc = "Nevybrané", Jc = {
|
|
10944
10950
|
true: "áno",
|
|
10945
10951
|
false: "nie"
|
|
10946
|
-
},
|
|
10952
|
+
}, Wc = {
|
|
10947
10953
|
createdAt: "Vytvorené",
|
|
10948
10954
|
modifiedAt: "Upravené",
|
|
10949
10955
|
created: "Vytvorené",
|
|
10950
10956
|
modified: "Upravené"
|
|
10951
|
-
},
|
|
10957
|
+
}, qc = {
|
|
10952
10958
|
eq: "Presný výraz",
|
|
10953
10959
|
contains: "Kdekoľvek vo výraze",
|
|
10954
10960
|
startsWith: "Začiatok výrazu"
|
|
10955
|
-
},
|
|
10956
|
-
system:
|
|
10957
|
-
notSelected:
|
|
10958
|
-
boolean:
|
|
10959
|
-
tracking:
|
|
10960
|
-
filterPlaceholder:
|
|
10961
|
-
},
|
|
10961
|
+
}, Kc = {
|
|
10962
|
+
system: Yc,
|
|
10963
|
+
notSelected: Hc,
|
|
10964
|
+
boolean: Jc,
|
|
10965
|
+
tracking: Wc,
|
|
10966
|
+
filterPlaceholder: qc
|
|
10967
|
+
}, Gc = "Verzia", Zc = "K dispozícii je nová verzia administrácie. Pre správne fungovanie je potrebné vykonať aktulizáciu.", Qc = "Načítať novú verziu.", Xc = {
|
|
10962
10968
|
light: "Svetlá",
|
|
10963
10969
|
dark: "Tmavá",
|
|
10964
10970
|
auto: "Automatická"
|
|
10965
|
-
},
|
|
10971
|
+
}, ef = {
|
|
10966
10972
|
config: "Konfigurácia tabuľky",
|
|
10967
10973
|
displayCols: "Zobrazené stĺpce",
|
|
10968
10974
|
itemsPerPage: "Záznamov na stránke",
|
|
@@ -10974,52 +10980,52 @@ const pg = (t, n) => {
|
|
|
10974
10980
|
mostRecent: "Najnovšie",
|
|
10975
10981
|
oldest: "Najstaršie"
|
|
10976
10982
|
}
|
|
10977
|
-
},
|
|
10983
|
+
}, tf = {
|
|
10978
10984
|
confirmDelete: "Odstrániť?",
|
|
10979
10985
|
hide: "Skryť",
|
|
10980
10986
|
show: "Zobraziť"
|
|
10981
|
-
},
|
|
10987
|
+
}, nf = {
|
|
10982
10988
|
button: "Aplikácie"
|
|
10983
|
-
},
|
|
10989
|
+
}, af = {
|
|
10984
10990
|
button: "Účet",
|
|
10985
10991
|
logout: "Odhlásenie",
|
|
10986
10992
|
logoutText: "Skutočne sa chcete odhlásiť?",
|
|
10987
10993
|
logoutConfirm: "Odhlásiť",
|
|
10988
10994
|
settings: "Nastavenia"
|
|
10989
|
-
},
|
|
10995
|
+
}, rf = {
|
|
10990
10996
|
detail: "Detail",
|
|
10991
10997
|
edit: "Úprava",
|
|
10992
10998
|
create: "Vytvorenie"
|
|
10993
|
-
},
|
|
10999
|
+
}, of = {
|
|
10994
11000
|
text: "Prosím, prihláste sa",
|
|
10995
11001
|
button: "Prihlásiť sa"
|
|
10996
|
-
},
|
|
11002
|
+
}, lf = {
|
|
10997
11003
|
title: "Ups, nastala chyba 404",
|
|
10998
11004
|
text: "Táto stránka neexistuje. Pokiaľ by mala, kontaktujte administrátora.",
|
|
10999
11005
|
backButton: "Vráť ma na úvodnú stránku"
|
|
11000
|
-
},
|
|
11006
|
+
}, sf = {
|
|
11001
11007
|
title: "Ups, nastala chyba 401",
|
|
11002
11008
|
text: "Na túto stránku nemáte prístup. Pokiaľ máte mať k tejto stránke prístup, kontaktujte administrátora.",
|
|
11003
11009
|
backButton: "Vráť ma na prihlásenie"
|
|
11004
|
-
},
|
|
11005
|
-
version:
|
|
11006
|
-
newVersionText:
|
|
11007
|
-
newVersionReload:
|
|
11008
|
-
theme:
|
|
11009
|
-
datatable:
|
|
11010
|
-
modal:
|
|
11011
|
-
adminSwitcher:
|
|
11012
|
-
currentUser:
|
|
11013
|
-
breadcrumb:
|
|
11014
|
-
login:
|
|
11015
|
-
notFound:
|
|
11016
|
-
unauthorized:
|
|
11017
|
-
},
|
|
11010
|
+
}, uf = {
|
|
11011
|
+
version: Gc,
|
|
11012
|
+
newVersionText: Zc,
|
|
11013
|
+
newVersionReload: Qc,
|
|
11014
|
+
theme: Xc,
|
|
11015
|
+
datatable: ef,
|
|
11016
|
+
modal: tf,
|
|
11017
|
+
adminSwitcher: nf,
|
|
11018
|
+
currentUser: af,
|
|
11019
|
+
breadcrumb: rf,
|
|
11020
|
+
login: of,
|
|
11021
|
+
notFound: lf,
|
|
11022
|
+
unauthorized: sf
|
|
11023
|
+
}, df = {
|
|
11018
11024
|
detail: "Detail Anzu používateľa",
|
|
11019
11025
|
list: "Zoznam Anzu používateľov",
|
|
11020
11026
|
edit: "Úprava Anzu používateľa",
|
|
11021
11027
|
create: "Vytvorenie Anzu používateľa"
|
|
11022
|
-
},
|
|
11028
|
+
}, cf = {
|
|
11023
11029
|
id: "ID",
|
|
11024
11030
|
enabled: "Povolený",
|
|
11025
11031
|
email: "Email",
|
|
@@ -11035,26 +11041,26 @@ const pg = (t, n) => {
|
|
|
11035
11041
|
color: "Avatar farba",
|
|
11036
11042
|
text: "Avatar text"
|
|
11037
11043
|
}
|
|
11038
|
-
},
|
|
11044
|
+
}, ff = {
|
|
11039
11045
|
id: "ID",
|
|
11040
11046
|
enabled: "Povolený",
|
|
11041
11047
|
email: "Email"
|
|
11042
|
-
},
|
|
11048
|
+
}, mf = {
|
|
11043
11049
|
grants: "Akcie",
|
|
11044
11050
|
permissions: "Oprávnenia",
|
|
11045
11051
|
resolvedPermissions: "Výsledné oprávnenie",
|
|
11046
11052
|
noPermissions: "Žiadne oprávnenia"
|
|
11047
|
-
},
|
|
11048
|
-
meta:
|
|
11049
|
-
model:
|
|
11050
|
-
filter:
|
|
11051
|
-
table:
|
|
11052
|
-
},
|
|
11053
|
+
}, pf = {
|
|
11054
|
+
meta: df,
|
|
11055
|
+
model: cf,
|
|
11056
|
+
filter: ff,
|
|
11057
|
+
table: mf
|
|
11058
|
+
}, hf = {
|
|
11053
11059
|
id: "Id",
|
|
11054
11060
|
status: "Stav",
|
|
11055
11061
|
startedAtFrom: "Začiatok",
|
|
11056
11062
|
startedAtUntil: "Ukončenie"
|
|
11057
|
-
},
|
|
11063
|
+
}, gf = {
|
|
11058
11064
|
id: "Id",
|
|
11059
11065
|
_resourceName: "Typ",
|
|
11060
11066
|
status: "Stav",
|
|
@@ -11063,26 +11069,26 @@ const pg = (t, n) => {
|
|
|
11063
11069
|
result: "Výsledok",
|
|
11064
11070
|
targetUserId: "Cieľovy používateľ",
|
|
11065
11071
|
anonymizeUser: "Anonymizuj používateľa"
|
|
11066
|
-
},
|
|
11072
|
+
}, vf = {
|
|
11067
11073
|
jobUserDataDelete: "Výmaz používateľových dát"
|
|
11068
|
-
},
|
|
11074
|
+
}, yf = {
|
|
11069
11075
|
create: "Vytvoriť systémovú úlohu"
|
|
11070
|
-
},
|
|
11076
|
+
}, bf = {
|
|
11071
11077
|
waiting: "V poradí",
|
|
11072
11078
|
processing: "Procesuje sa",
|
|
11073
11079
|
awaitingBatchProcess: "Procesuje sa v dávke",
|
|
11074
11080
|
done: "Hotovo",
|
|
11075
11081
|
error: "Chyba"
|
|
11076
|
-
},
|
|
11077
|
-
filter:
|
|
11078
|
-
model:
|
|
11079
|
-
jobResource:
|
|
11080
|
-
button:
|
|
11081
|
-
status:
|
|
11082
|
-
},
|
|
11082
|
+
}, wf = {
|
|
11083
|
+
filter: hf,
|
|
11084
|
+
model: gf,
|
|
11085
|
+
jobResource: vf,
|
|
11086
|
+
button: yf,
|
|
11087
|
+
status: bf
|
|
11088
|
+
}, kf = {
|
|
11083
11089
|
detail: "Detail logu",
|
|
11084
11090
|
list: "ZOznam logov"
|
|
11085
|
-
},
|
|
11091
|
+
}, Cf = "Systém", Af = {
|
|
11086
11092
|
system: "Systém",
|
|
11087
11093
|
type: "Typ",
|
|
11088
11094
|
levelName: "Úroveň",
|
|
@@ -11093,7 +11099,7 @@ const pg = (t, n) => {
|
|
|
11093
11099
|
datetimeTo: "Dátum do",
|
|
11094
11100
|
message: "Správa",
|
|
11095
11101
|
appVersion: "Verzia"
|
|
11096
|
-
},
|
|
11102
|
+
}, Df = {
|
|
11097
11103
|
id: "ID",
|
|
11098
11104
|
datetime: "Dátum",
|
|
11099
11105
|
levelName: "Úroveň",
|
|
@@ -11109,51 +11115,51 @@ const pg = (t, n) => {
|
|
|
11109
11115
|
path: "URL",
|
|
11110
11116
|
httpStatus: "Kód stavu"
|
|
11111
11117
|
}
|
|
11112
|
-
},
|
|
11113
|
-
meta:
|
|
11114
|
-
system:
|
|
11115
|
-
filter:
|
|
11116
|
-
model:
|
|
11117
|
-
},
|
|
11118
|
+
}, _f = {
|
|
11119
|
+
meta: kf,
|
|
11120
|
+
system: Cf,
|
|
11121
|
+
filter: Af,
|
|
11122
|
+
model: Df
|
|
11123
|
+
}, Mf = {
|
|
11118
11124
|
actions: "Akcie",
|
|
11119
11125
|
permissions: "Oprávnenia"
|
|
11120
|
-
},
|
|
11126
|
+
}, xf = {
|
|
11121
11127
|
allow: "Povolený",
|
|
11122
11128
|
allowOwner: "Iba vlastník",
|
|
11123
11129
|
deny: "Zamietnutý"
|
|
11124
|
-
},
|
|
11130
|
+
}, Sf = {
|
|
11125
11131
|
role: "Rola",
|
|
11126
11132
|
group: "Skupina",
|
|
11127
11133
|
user: "Užívateľ",
|
|
11128
11134
|
defaultGrant: "Default"
|
|
11129
|
-
},
|
|
11130
|
-
table:
|
|
11131
|
-
grant:
|
|
11132
|
-
grantOrigin:
|
|
11133
|
-
},
|
|
11135
|
+
}, Tf = {
|
|
11136
|
+
table: Mf,
|
|
11137
|
+
grant: xf,
|
|
11138
|
+
grantOrigin: Sf
|
|
11139
|
+
}, $f = {
|
|
11134
11140
|
detail: "Detail skupiny oprávnení",
|
|
11135
11141
|
list: "Zoznam skupín oprávnení",
|
|
11136
11142
|
create: "Vytvorenie skupiny oprávnení",
|
|
11137
11143
|
edit: "Úprava skupiny oprávnení"
|
|
11138
|
-
},
|
|
11144
|
+
}, Of = {
|
|
11139
11145
|
id: "ID",
|
|
11140
11146
|
title: "Nadpis",
|
|
11141
11147
|
description: "Popis",
|
|
11142
11148
|
permissions: "Oprávnenia"
|
|
11143
|
-
},
|
|
11149
|
+
}, Vf = {
|
|
11144
11150
|
id: "ID",
|
|
11145
11151
|
title: "Nadpis"
|
|
11146
|
-
},
|
|
11152
|
+
}, Pf = {
|
|
11147
11153
|
deleteConfirm: "Skupina povolení bude natrvalo odstránená zo systému. Chcete pokračovať?"
|
|
11148
|
-
},
|
|
11149
|
-
meta:
|
|
11150
|
-
model:
|
|
11151
|
-
filter:
|
|
11152
|
-
button:
|
|
11153
|
-
},
|
|
11154
|
+
}, If = {
|
|
11155
|
+
meta: $f,
|
|
11156
|
+
model: Of,
|
|
11157
|
+
filter: Vf,
|
|
11158
|
+
button: Pf
|
|
11159
|
+
}, Ff = "Štítok", Ef = "Zatvoriť", Nf = {
|
|
11154
11160
|
noResultsText: "Nenašli sa žiadne zodpovedajúce záznamy",
|
|
11155
11161
|
loadingText: "Načítavanie záznamov ..."
|
|
11156
|
-
},
|
|
11162
|
+
}, Lf = {
|
|
11157
11163
|
itemsPerPageText: "Riadkov na stránku:",
|
|
11158
11164
|
ariaLabel: {
|
|
11159
11165
|
sortDescending: "Zoradiť zostupne.",
|
|
@@ -11164,7 +11170,7 @@ const pg = (t, n) => {
|
|
|
11164
11170
|
activateAscending: "Aktivovať vzostupné radenie"
|
|
11165
11171
|
},
|
|
11166
11172
|
sortBy: "Radiť"
|
|
11167
|
-
},
|
|
11173
|
+
}, zf = {
|
|
11168
11174
|
itemsPerPageText: "Záznamov na stránku:",
|
|
11169
11175
|
itemsPerPageAll: "Všetky",
|
|
11170
11176
|
nextPage: "Ďalšia strana",
|
|
@@ -11172,31 +11178,31 @@ const pg = (t, n) => {
|
|
|
11172
11178
|
firstPage: "Prvá strana",
|
|
11173
11179
|
lastPage: "Posledná strana",
|
|
11174
11180
|
pageText: "{0}-{1} z {2}"
|
|
11175
|
-
},
|
|
11181
|
+
}, Bf = {
|
|
11176
11182
|
itemsSelected: "{0} vybraných",
|
|
11177
11183
|
nextMonthAriaLabel: "Ďalší mesiac",
|
|
11178
11184
|
nextYearAriaLabel: "Ďalší rok",
|
|
11179
11185
|
prevMonthAriaLabel: "Predchádzajúci mesiac",
|
|
11180
11186
|
prevYearAriaLabel: "Predchádzajúci rok"
|
|
11181
|
-
},
|
|
11187
|
+
}, jf = "Žiadne dostupné dáta", Rf = {
|
|
11182
11188
|
prev: "Predchádzajúci krok",
|
|
11183
11189
|
next: "Nasledujúci krok",
|
|
11184
11190
|
ariaLabel: {
|
|
11185
11191
|
delimiter: "Krok {0} z {1}"
|
|
11186
11192
|
}
|
|
11187
|
-
},
|
|
11193
|
+
}, Uf = {
|
|
11188
11194
|
moreEvents: "{0} viac"
|
|
11189
|
-
},
|
|
11195
|
+
}, Yf = {
|
|
11190
11196
|
clear: "Vymazať {0}",
|
|
11191
11197
|
prependAction: "{0} akcií pred",
|
|
11192
11198
|
appendAction: "{0} nasledovných akcií"
|
|
11193
|
-
},
|
|
11199
|
+
}, Hf = {
|
|
11194
11200
|
counter: "{0} súborov",
|
|
11195
11201
|
counterSize: "{0} súborov ({1} spolu)"
|
|
11196
|
-
},
|
|
11202
|
+
}, Jf = {
|
|
11197
11203
|
am: "AM",
|
|
11198
11204
|
pm: "PM"
|
|
11199
|
-
},
|
|
11205
|
+
}, Wf = {
|
|
11200
11206
|
ariaLabel: {
|
|
11201
11207
|
root: "Navigácia stránkovania",
|
|
11202
11208
|
next: "Ďalšia stránka",
|
|
@@ -11206,140 +11212,140 @@ const pg = (t, n) => {
|
|
|
11206
11212
|
first: "Prvá stránka",
|
|
11207
11213
|
last: "Posledná stránka"
|
|
11208
11214
|
}
|
|
11209
|
-
},
|
|
11215
|
+
}, qf = {
|
|
11210
11216
|
ariaLabel: {
|
|
11211
11217
|
item: "Hodnotenie {0} z {1}"
|
|
11212
11218
|
}
|
|
11213
|
-
},
|
|
11214
|
-
badge:
|
|
11215
|
-
close:
|
|
11216
|
-
dataIterator:
|
|
11217
|
-
dataTable:
|
|
11218
|
-
dataFooter:
|
|
11219
|
-
datePicker:
|
|
11220
|
-
noDataText:
|
|
11221
|
-
carousel:
|
|
11222
|
-
calendar:
|
|
11223
|
-
input:
|
|
11224
|
-
fileInput:
|
|
11225
|
-
timePicker:
|
|
11226
|
-
pagination:
|
|
11227
|
-
rating:
|
|
11228
|
-
},
|
|
11229
|
-
noTranslation:
|
|
11230
|
-
error_id_mismatch:
|
|
11231
|
-
error_field_empty:
|
|
11232
|
-
error_field_length_min:
|
|
11233
|
-
error_field_length_max:
|
|
11234
|
-
error_field_invalid:
|
|
11235
|
-
error_field_not_unique:
|
|
11236
|
-
error_field_value_not_found:
|
|
11237
|
-
error_field_range_min:
|
|
11238
|
-
error_field_range_max:
|
|
11239
|
-
error_field_regex:
|
|
11240
|
-
error_field_url:
|
|
11241
|
-
error_already_exists:
|
|
11242
|
-
},
|
|
11243
|
-
noTranslation:
|
|
11244
|
-
},
|
|
11245
|
-
required:
|
|
11246
|
-
between:
|
|
11247
|
-
minLength:
|
|
11248
|
-
maxLength:
|
|
11249
|
-
minValue:
|
|
11250
|
-
maxValue:
|
|
11251
|
-
email:
|
|
11252
|
-
url:
|
|
11253
|
-
numeric:
|
|
11254
|
-
slug:
|
|
11255
|
-
stringArrayItemLength:
|
|
11256
|
-
},
|
|
11219
|
+
}, Kf = {
|
|
11220
|
+
badge: Ff,
|
|
11221
|
+
close: Ef,
|
|
11222
|
+
dataIterator: Nf,
|
|
11223
|
+
dataTable: Lf,
|
|
11224
|
+
dataFooter: zf,
|
|
11225
|
+
datePicker: Bf,
|
|
11226
|
+
noDataText: jf,
|
|
11227
|
+
carousel: Rf,
|
|
11228
|
+
calendar: Uf,
|
|
11229
|
+
input: Yf,
|
|
11230
|
+
fileInput: Hf,
|
|
11231
|
+
timePicker: Jf,
|
|
11232
|
+
pagination: Wf,
|
|
11233
|
+
rating: qf
|
|
11234
|
+
}, Gf = "Nevalidné.", Zf = "Nesúlad ID pri upravovaní objektu (MismatchID chyba). V prípade potreby kontaktuje administrátora.", Qf = "Povinné pole je prázdne.", Xf = "Nedodržaná minimálna dĺžka poľa.", em = "Nedodržaná maximálna dĺžka poľa.", tm = "Neplatné pole.", nm = "Pole musí byť unikátne.", am = "Hodnota v poli nebola nájdená.", rm = "Hodnota musí byť vyššia", om = "Hodnota musí byť nižšia.", im = "Nesprávny formát.", lm = "URL je v nesprávnom tvare.", sm = "Daná položka už existuje.", um = {
|
|
11235
|
+
noTranslation: Gf,
|
|
11236
|
+
error_id_mismatch: Zf,
|
|
11237
|
+
error_field_empty: Qf,
|
|
11238
|
+
error_field_length_min: Xf,
|
|
11239
|
+
error_field_length_max: em,
|
|
11240
|
+
error_field_invalid: tm,
|
|
11241
|
+
error_field_not_unique: nm,
|
|
11242
|
+
error_field_value_not_found: am,
|
|
11243
|
+
error_field_range_min: rm,
|
|
11244
|
+
error_field_range_max: om,
|
|
11245
|
+
error_field_regex: im,
|
|
11246
|
+
error_field_url: lm,
|
|
11247
|
+
error_already_exists: sm
|
|
11248
|
+
}, dm = "Nastala neznáma chyba. V prípade potreby kontaktujte administrátora.", cm = {
|
|
11249
|
+
noTranslation: dm
|
|
11250
|
+
}, fm = "Povinná hodnota.", mm = "Hodnota musí byť medzi {min} a {max}.", pm = "Minimálny počet znakov je {min}.", hm = "Maximálny počet znakov je {max}.", gm = "Minimálna hodnota je {min}.", vm = "Maximálna hodnota je {max}.", ym = "Nesprávny formát emailu.", bm = "Nesprávny formát URL.", wm = "Musia byť zadané iba čísla.", km = "Povolené znaky pre slug sú a-z, - a 0-9.", Cm = "Dĺžka znakov každej položky musí byť medzi {min} a {max} znakov.", Am = {
|
|
11251
|
+
required: fm,
|
|
11252
|
+
between: mm,
|
|
11253
|
+
minLength: pm,
|
|
11254
|
+
maxLength: hm,
|
|
11255
|
+
minValue: gm,
|
|
11256
|
+
maxValue: vm,
|
|
11257
|
+
email: ym,
|
|
11258
|
+
url: bm,
|
|
11259
|
+
numeric: wm,
|
|
11260
|
+
slug: km,
|
|
11261
|
+
stringArrayItemLength: Cm
|
|
11262
|
+
}, Cg = {
|
|
11257
11263
|
common: {
|
|
11258
|
-
alert:
|
|
11259
|
-
button:
|
|
11260
|
-
model:
|
|
11261
|
-
system:
|
|
11262
|
-
anzuUser:
|
|
11263
|
-
job:
|
|
11264
|
-
log:
|
|
11265
|
-
permission:
|
|
11266
|
-
permissionGroup:
|
|
11267
|
-
},
|
|
11268
|
-
$vuetify:
|
|
11264
|
+
alert: Ac,
|
|
11265
|
+
button: Uc,
|
|
11266
|
+
model: Kc,
|
|
11267
|
+
system: uf,
|
|
11268
|
+
anzuUser: pf,
|
|
11269
|
+
job: wf,
|
|
11270
|
+
log: _f,
|
|
11271
|
+
permission: Tf,
|
|
11272
|
+
permissionGroup: If
|
|
11273
|
+
},
|
|
11274
|
+
$vuetify: Kf,
|
|
11269
11275
|
error: {
|
|
11270
11276
|
apiValidation: {
|
|
11271
|
-
...
|
|
11277
|
+
...um
|
|
11272
11278
|
},
|
|
11273
11279
|
apiForbiddenOperation: {
|
|
11274
|
-
...
|
|
11280
|
+
...cm
|
|
11275
11281
|
},
|
|
11276
11282
|
jsValidation: {
|
|
11277
|
-
...
|
|
11283
|
+
...Am
|
|
11278
11284
|
}
|
|
11279
11285
|
}
|
|
11280
11286
|
};
|
|
11281
|
-
const { t: Cm } = le.global;
|
|
11282
|
-
function Am() {
|
|
11283
|
-
return Ze({ t: Cm })(Io, {
|
|
11284
|
-
withArguments: !0,
|
|
11285
|
-
messagePath: () => "error.jsValidation.between"
|
|
11286
|
-
});
|
|
11287
|
-
}
|
|
11288
11287
|
const { t: Dm } = le.global;
|
|
11289
11288
|
function _m() {
|
|
11290
|
-
return Ze({ t: Dm })(
|
|
11291
|
-
|
|
11289
|
+
return Ze({ t: Dm })(Io, {
|
|
11290
|
+
withArguments: !0,
|
|
11291
|
+
messagePath: () => "error.jsValidation.between"
|
|
11292
11292
|
});
|
|
11293
11293
|
}
|
|
11294
11294
|
const { t: Mm } = le.global;
|
|
11295
11295
|
function xm() {
|
|
11296
|
-
return Ze({ t: Mm })(
|
|
11297
|
-
|
|
11298
|
-
messagePath: () => "error.jsValidation.maxLength"
|
|
11296
|
+
return Ze({ t: Mm })(Fo, {
|
|
11297
|
+
messagePath: () => "error.jsValidation.email"
|
|
11299
11298
|
});
|
|
11300
11299
|
}
|
|
11301
11300
|
const { t: Sm } = le.global;
|
|
11302
11301
|
function Tm() {
|
|
11303
|
-
return Ze({ t: Sm })(
|
|
11302
|
+
return Ze({ t: Sm })(Eo, {
|
|
11304
11303
|
withArguments: !0,
|
|
11305
|
-
messagePath: () => "error.jsValidation.
|
|
11304
|
+
messagePath: () => "error.jsValidation.maxLength"
|
|
11306
11305
|
});
|
|
11307
11306
|
}
|
|
11308
11307
|
const { t: $m } = le.global;
|
|
11309
11308
|
function Om() {
|
|
11310
|
-
return Ze({ t: $m })(
|
|
11309
|
+
return Ze({ t: $m })(No, {
|
|
11311
11310
|
withArguments: !0,
|
|
11312
|
-
messagePath: () => "error.jsValidation.
|
|
11311
|
+
messagePath: () => "error.jsValidation.maxValue"
|
|
11313
11312
|
});
|
|
11314
11313
|
}
|
|
11315
11314
|
const { t: Vm } = le.global;
|
|
11316
11315
|
function Pm() {
|
|
11317
|
-
return Ze({ t: Vm })(
|
|
11316
|
+
return Ze({ t: Vm })(Lo, {
|
|
11318
11317
|
withArguments: !0,
|
|
11319
|
-
messagePath: () => "error.jsValidation.
|
|
11318
|
+
messagePath: () => "error.jsValidation.minLength"
|
|
11320
11319
|
});
|
|
11321
11320
|
}
|
|
11322
11321
|
const { t: Im } = le.global;
|
|
11323
11322
|
function Fm() {
|
|
11324
|
-
return Ze({ t: Im })(
|
|
11325
|
-
|
|
11323
|
+
return Ze({ t: Im })(zo, {
|
|
11324
|
+
withArguments: !0,
|
|
11325
|
+
messagePath: () => "error.jsValidation.minValue"
|
|
11326
11326
|
});
|
|
11327
11327
|
}
|
|
11328
11328
|
const { t: Em } = le.global;
|
|
11329
11329
|
function Nm() {
|
|
11330
11330
|
return Ze({ t: Em })(Bo, {
|
|
11331
|
-
messagePath: () => "error.jsValidation.
|
|
11331
|
+
messagePath: () => "error.jsValidation.numeric"
|
|
11332
11332
|
});
|
|
11333
11333
|
}
|
|
11334
11334
|
const { t: Lm } = le.global;
|
|
11335
11335
|
function zm() {
|
|
11336
|
-
return Ze({ t: Lm })(
|
|
11336
|
+
return Ze({ t: Lm })(jo, {
|
|
11337
|
+
messagePath: () => "error.jsValidation.required"
|
|
11338
|
+
});
|
|
11339
|
+
}
|
|
11340
|
+
const { t: Bm } = le.global;
|
|
11341
|
+
function jm() {
|
|
11342
|
+
return Ze({ t: Bm })(Lr.regex(/^[a-z\-0-9/]+$/), {
|
|
11337
11343
|
messagePath: () => "error.jsValidation.slug"
|
|
11338
11344
|
});
|
|
11339
11345
|
}
|
|
11340
|
-
const { t:
|
|
11341
|
-
function
|
|
11342
|
-
const t = Ze({ t:
|
|
11346
|
+
const { t: Rm } = le.global;
|
|
11347
|
+
function Um() {
|
|
11348
|
+
const t = Ze({ t: Rm }), n = (a, r) => (o) => !Lr.req(o) || o.every((l) => l.length >= f(a) && l.length <= f(r));
|
|
11343
11349
|
return t((a, r) => ({
|
|
11344
11350
|
$validator: n(a, r),
|
|
11345
11351
|
// $message not required when using i18n
|
|
@@ -11357,42 +11363,42 @@ function Bm() {
|
|
|
11357
11363
|
messagePath: () => "error.jsValidation.stringArrayItemLength"
|
|
11358
11364
|
});
|
|
11359
11365
|
}
|
|
11360
|
-
const { t:
|
|
11361
|
-
function
|
|
11362
|
-
return Ze({ t:
|
|
11366
|
+
const { t: Ym } = le.global;
|
|
11367
|
+
function Hm() {
|
|
11368
|
+
return Ze({ t: Ym })(Ro, {
|
|
11363
11369
|
messagePath: () => "error.jsValidation.url"
|
|
11364
11370
|
});
|
|
11365
11371
|
}
|
|
11366
|
-
function
|
|
11372
|
+
function Ag() {
|
|
11367
11373
|
return {
|
|
11368
|
-
required:
|
|
11374
|
+
required: zm(),
|
|
11369
11375
|
requiredIf: oo(),
|
|
11370
|
-
minLength:
|
|
11371
|
-
maxLength:
|
|
11372
|
-
minValue:
|
|
11373
|
-
maxValue:
|
|
11374
|
-
between:
|
|
11375
|
-
email:
|
|
11376
|
-
numeric:
|
|
11377
|
-
slug:
|
|
11378
|
-
url:
|
|
11379
|
-
stringArrayItemLength:
|
|
11376
|
+
minLength: Pm(),
|
|
11377
|
+
maxLength: Tm(),
|
|
11378
|
+
minValue: Fm(),
|
|
11379
|
+
maxValue: Om(),
|
|
11380
|
+
between: _m(),
|
|
11381
|
+
email: xm(),
|
|
11382
|
+
numeric: Nm(),
|
|
11383
|
+
slug: jm(),
|
|
11384
|
+
url: Hm(),
|
|
11385
|
+
stringArrayItemLength: Um()
|
|
11380
11386
|
};
|
|
11381
11387
|
}
|
|
11382
|
-
const
|
|
11388
|
+
const Jm = ["createdAt", "modifiedAt"], { t: _r } = le.global || le, Wm = {
|
|
11383
11389
|
key: "",
|
|
11384
11390
|
title: void 0,
|
|
11385
11391
|
sortable: !1,
|
|
11386
11392
|
fixed: !1
|
|
11387
11393
|
};
|
|
11388
|
-
function
|
|
11394
|
+
function Dg(t, n, e = void 0, a = void 0, r = !1, o = void 0) {
|
|
11389
11395
|
const l = na();
|
|
11390
11396
|
if (o)
|
|
11391
11397
|
for (const m of Object.keys(l))
|
|
11392
11398
|
m in o && (l[m] = o[m]);
|
|
11393
11399
|
const c = t.map((m) => {
|
|
11394
|
-
const d = { ...
|
|
11395
|
-
return T(d.title) && (T(d.title) &&
|
|
11400
|
+
const d = { ...Wm, ...m };
|
|
11401
|
+
return T(d.title) && (T(d.title) && Jm.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;
|
|
11396
11402
|
}), u = x(() => {
|
|
11397
11403
|
const m = [];
|
|
11398
11404
|
return c.forEach((d) => {
|
|
@@ -11413,7 +11419,7 @@ function Cg(t, n, e = void 0, a = void 0, r = !1, o = void 0) {
|
|
|
11413
11419
|
pagination: l
|
|
11414
11420
|
};
|
|
11415
11421
|
}
|
|
11416
|
-
const
|
|
11422
|
+
const _g = () => ({
|
|
11417
11423
|
commonAliases: () => ({
|
|
11418
11424
|
ABtnPrimary: In,
|
|
11419
11425
|
ABtnSecondary: In,
|
|
@@ -11524,7 +11530,7 @@ const Ag = () => ({
|
|
|
11524
11530
|
}
|
|
11525
11531
|
})
|
|
11526
11532
|
});
|
|
11527
|
-
function
|
|
11533
|
+
function Mg(t, n, e, a = "id") {
|
|
11528
11534
|
const r = J(/* @__PURE__ */ new Map()), o = J(/* @__PURE__ */ new Set()), l = (...V) => {
|
|
11529
11535
|
const F = J(/* @__PURE__ */ new Set());
|
|
11530
11536
|
for (let R = 0; R < V.length; R++) {
|
|
@@ -11589,7 +11595,7 @@ function Dg(t, n, e, a = "id") {
|
|
|
11589
11595
|
}
|
|
11590
11596
|
};
|
|
11591
11597
|
}
|
|
11592
|
-
async function
|
|
11598
|
+
async function xg() {
|
|
11593
11599
|
(await import("./webfontloader-e9985fe5.js").then((n) => n.w)).load({
|
|
11594
11600
|
google: {
|
|
11595
11601
|
families: ["Roboto:100,300,400,500,700,900&display=swap"]
|
|
@@ -11597,7 +11603,7 @@ async function _g() {
|
|
|
11597
11603
|
// urls: ['https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css']
|
|
11598
11604
|
});
|
|
11599
11605
|
}
|
|
11600
|
-
function
|
|
11606
|
+
function Sg() {
|
|
11601
11607
|
const t = (e, a) => ({
|
|
11602
11608
|
id: 0,
|
|
11603
11609
|
status: lo.Default,
|
|
@@ -11622,27 +11628,27 @@ function Mg() {
|
|
|
11622
11628
|
})
|
|
11623
11629
|
};
|
|
11624
11630
|
}
|
|
11625
|
-
let
|
|
11626
|
-
const
|
|
11627
|
-
function
|
|
11628
|
-
if (!
|
|
11631
|
+
let Bn;
|
|
11632
|
+
const qm = new Uint8Array(16);
|
|
11633
|
+
function Km() {
|
|
11634
|
+
if (!Bn && (Bn = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !Bn))
|
|
11629
11635
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
11630
|
-
return
|
|
11636
|
+
return Bn(qm);
|
|
11631
11637
|
}
|
|
11632
11638
|
const Te = [];
|
|
11633
11639
|
for (let t = 0; t < 256; ++t)
|
|
11634
11640
|
Te.push((t + 256).toString(16).slice(1));
|
|
11635
|
-
function
|
|
11641
|
+
function Gm(t, n = 0) {
|
|
11636
11642
|
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();
|
|
11637
11643
|
}
|
|
11638
11644
|
let Mr, ha, ga = 0, va = 0;
|
|
11639
|
-
function
|
|
11645
|
+
function Zm(t, n, e) {
|
|
11640
11646
|
let a = n && e || 0;
|
|
11641
11647
|
const r = n || new Array(16);
|
|
11642
11648
|
t = t || {};
|
|
11643
11649
|
let o = t.node || Mr, l = t.clockseq !== void 0 ? t.clockseq : ha;
|
|
11644
11650
|
if (o == null || l == null) {
|
|
11645
|
-
const g = t.random || (t.rng ||
|
|
11651
|
+
const g = t.random || (t.rng || Km)();
|
|
11646
11652
|
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);
|
|
11647
11653
|
}
|
|
11648
11654
|
let c = t.msecs !== void 0 ? t.msecs : Date.now(), u = t.nsecs !== void 0 ? t.nsecs : va + 1;
|
|
@@ -11656,10 +11662,10 @@ function Km(t, n, e) {
|
|
|
11656
11662
|
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;
|
|
11657
11663
|
for (let g = 0; g < 6; ++g)
|
|
11658
11664
|
r[a + g] = o[g];
|
|
11659
|
-
return n ||
|
|
11665
|
+
return n || Gm(r);
|
|
11660
11666
|
}
|
|
11661
|
-
const
|
|
11662
|
-
function
|
|
11667
|
+
const Tg = () => Zm(), At = J(null);
|
|
11668
|
+
function $g(t) {
|
|
11663
11669
|
t.query.loginState && (At.value = t.query.loginState.toString());
|
|
11664
11670
|
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";
|
|
11665
11671
|
return {
|
|
@@ -11672,93 +11678,93 @@ function Sg(t) {
|
|
|
11672
11678
|
};
|
|
11673
11679
|
}
|
|
11674
11680
|
export {
|
|
11675
|
-
|
|
11676
|
-
|
|
11677
|
-
|
|
11678
|
-
|
|
11679
|
-
|
|
11680
|
-
|
|
11681
|
-
|
|
11682
|
-
|
|
11681
|
+
Lh as AActionCloseButton,
|
|
11682
|
+
zh as AActionCreateButton,
|
|
11683
|
+
Bh as AActionDeleteButton,
|
|
11684
|
+
jh as AActionEditButton,
|
|
11685
|
+
Rh as AActionSaveAndCloseButton,
|
|
11686
|
+
Uh as AActionSaveButton,
|
|
11687
|
+
eh as AAdminSwitcher,
|
|
11688
|
+
Pp as AAlerts,
|
|
11683
11689
|
Dr as AAnzuUserAvatar,
|
|
11684
|
-
|
|
11685
|
-
|
|
11686
|
-
|
|
11687
|
-
|
|
11690
|
+
Gh as AAvatarColorPicker,
|
|
11691
|
+
Vp as ABooleanValue,
|
|
11692
|
+
Ph as ACachedChip,
|
|
11693
|
+
Ip as ACard,
|
|
11688
11694
|
ti as ACardLoader,
|
|
11689
|
-
|
|
11690
|
-
|
|
11691
|
-
|
|
11692
|
-
|
|
11693
|
-
|
|
11694
|
-
|
|
11695
|
-
|
|
11695
|
+
Eh as AChipNoLink,
|
|
11696
|
+
Fh as ACopyText,
|
|
11697
|
+
Xp as ACreateDialog,
|
|
11698
|
+
Zh as ACurrentUserDropdown,
|
|
11699
|
+
qp as ADatatableConfigButton,
|
|
11700
|
+
Kp as ADatatableOrdering,
|
|
11701
|
+
Wp as ADatatablePagination,
|
|
11696
11702
|
Hn as ADatetime,
|
|
11697
|
-
|
|
11698
|
-
|
|
11703
|
+
Br as ADialogToolbar,
|
|
11704
|
+
th as AEmptyRouterView,
|
|
11699
11705
|
dl as AFilterAdvancedButton,
|
|
11700
|
-
|
|
11701
|
-
|
|
11702
|
-
|
|
11703
|
-
|
|
11704
|
-
|
|
11706
|
+
Oh as AFilterBooleanGroup,
|
|
11707
|
+
Vh as AFilterBooleanSelect,
|
|
11708
|
+
Ah as AFilterDatetimePicker,
|
|
11709
|
+
ph as AFilterInteger,
|
|
11710
|
+
$h as AFilterRemoteAutocomplete,
|
|
11705
11711
|
fl as AFilterResetButton,
|
|
11706
|
-
|
|
11712
|
+
mh as AFilterString,
|
|
11707
11713
|
cl as AFilterSubmitButton,
|
|
11708
|
-
|
|
11709
|
-
|
|
11710
|
-
|
|
11711
|
-
|
|
11712
|
-
|
|
11713
|
-
|
|
11714
|
-
|
|
11715
|
-
|
|
11716
|
-
|
|
11717
|
-
|
|
11718
|
-
|
|
11714
|
+
Th as AFilterValueObjectOptionsSelect,
|
|
11715
|
+
hh as AFilterWrapper,
|
|
11716
|
+
Hp as AFormBooleanToggle,
|
|
11717
|
+
Ch as AFormDatetimePicker,
|
|
11718
|
+
_h as AFormRemoteAutocomplete,
|
|
11719
|
+
Qh as AFormRemoteAutocompleteWithCached,
|
|
11720
|
+
Mh as AFormRemoteCheckbox,
|
|
11721
|
+
xh as AFormRemoteSwitch,
|
|
11722
|
+
Up as AFormTextField,
|
|
11723
|
+
Yp as AFormTextarea,
|
|
11724
|
+
Sh as AFormValueObjectOptionsSelect,
|
|
11719
11725
|
uo as AIconGroup,
|
|
11720
|
-
|
|
11726
|
+
ag as AJobDetailCommon,
|
|
11721
11727
|
Hl as AJobStatusChip,
|
|
11722
|
-
|
|
11723
|
-
|
|
11724
|
-
|
|
11725
|
-
|
|
11726
|
-
|
|
11727
|
-
|
|
11728
|
-
|
|
11729
|
-
|
|
11728
|
+
qh as ALanguageSelect,
|
|
11729
|
+
Gp as ALogData,
|
|
11730
|
+
Ih as ALogLevelChip,
|
|
11731
|
+
Xh as ALoginView,
|
|
11732
|
+
eg as ALogoutView,
|
|
11733
|
+
ng as ANotFoundView,
|
|
11734
|
+
gh as APermissionGrantEditor,
|
|
11735
|
+
vh as APermissionValueChip,
|
|
11730
11736
|
nt as ARow,
|
|
11731
|
-
|
|
11732
|
-
|
|
11733
|
-
|
|
11734
|
-
|
|
11735
|
-
|
|
11736
|
-
|
|
11737
|
-
|
|
11738
|
-
|
|
11739
|
-
|
|
11737
|
+
Kh as ASystemBar,
|
|
11738
|
+
Jp as ASystemEntityScope,
|
|
11739
|
+
Yh as ATableCopyIdButton,
|
|
11740
|
+
Hh as ATableDetailButton,
|
|
11741
|
+
Jh as ATableEditButton,
|
|
11742
|
+
Wh as AThemeSelect,
|
|
11743
|
+
ch as ATimeTrackingFields,
|
|
11744
|
+
tg as AUnauthorizedView,
|
|
11745
|
+
Nh as AUserAndTimeTrackingFields,
|
|
11740
11746
|
yl as Acl,
|
|
11741
11747
|
ht as AnzuApiForbiddenError,
|
|
11742
11748
|
yt as AnzuApiForbiddenOperationError,
|
|
11743
11749
|
vt as AnzuApiResponseCodeError,
|
|
11744
11750
|
gt as AnzuApiValidationError,
|
|
11745
11751
|
Ie as AnzuFatalError,
|
|
11746
|
-
|
|
11752
|
+
kh as AnzuSystemsCommonAdmin,
|
|
11747
11753
|
Xr as AvailableLanguagesSymbol,
|
|
11748
11754
|
Cr as COMMON_CONFIG,
|
|
11749
11755
|
ea as DATETIME_MAX,
|
|
11750
11756
|
Xn as DATETIME_MIN,
|
|
11751
11757
|
eo as DefaultLanguageSymbol,
|
|
11752
|
-
|
|
11758
|
+
jn as Grant,
|
|
11753
11759
|
Kr as GrantOrigin,
|
|
11754
|
-
|
|
11755
|
-
|
|
11756
|
-
|
|
11760
|
+
Zp as HTTP_STATUS_BAD_REQUEST,
|
|
11761
|
+
Bi as HTTP_STATUS_CREATED,
|
|
11762
|
+
ji as HTTP_STATUS_FORBIDDEN,
|
|
11757
11763
|
pt as HTTP_STATUS_NO_CONTENT,
|
|
11758
11764
|
zi as HTTP_STATUS_OK,
|
|
11759
|
-
|
|
11765
|
+
Qp as HTTP_STATUS_UNAUTHORIZED,
|
|
11760
11766
|
Ur as HTTP_STATUS_UNPROCESSABLE_ENTITY,
|
|
11761
|
-
|
|
11767
|
+
pg as JOB_RESOURCE_USER_DATA_DELETE,
|
|
11762
11768
|
lo as JobStatus,
|
|
11763
11769
|
ql as LogLevel,
|
|
11764
11770
|
qi as NEW_LINE_MARK,
|
|
@@ -11766,39 +11772,39 @@ export {
|
|
|
11766
11772
|
ot as SubjectScopeSymbol,
|
|
11767
11773
|
rt as SystemScopeSymbol,
|
|
11768
11774
|
ns as Theme,
|
|
11769
|
-
|
|
11775
|
+
ug as apiAnyRequest,
|
|
11770
11776
|
Zs as apiCreateOne,
|
|
11771
11777
|
Qs as apiDeleteOne,
|
|
11772
|
-
|
|
11778
|
+
dg as apiFetchByIds,
|
|
11773
11779
|
au as apiFetchList,
|
|
11774
11780
|
ru as apiFetchOne,
|
|
11775
|
-
|
|
11781
|
+
cg as apiUpdateOne,
|
|
11776
11782
|
ou as arrayFlatten,
|
|
11777
|
-
|
|
11778
|
-
|
|
11779
|
-
|
|
11780
|
-
|
|
11783
|
+
yg as arrayFromArgs,
|
|
11784
|
+
gg as arrayItemToggle,
|
|
11785
|
+
vg as arrayToString,
|
|
11786
|
+
bg as arraysHaveSameElements,
|
|
11781
11787
|
$t as axiosErrorResponseHasForbiddenOperationData,
|
|
11782
11788
|
Tt as axiosErrorResponseHasValidationData,
|
|
11783
11789
|
St as axiosErrorResponseIsForbidden,
|
|
11784
|
-
|
|
11785
|
-
|
|
11790
|
+
rg as booleanToInteger,
|
|
11791
|
+
wg as browserHistoryReplaceUrlByRouter,
|
|
11786
11792
|
iu as browserHistoryReplaceUrlByString,
|
|
11787
11793
|
mt as cloneDeep,
|
|
11788
|
-
|
|
11789
|
-
|
|
11790
|
-
|
|
11794
|
+
Dg as createDatatableColumnsConfig,
|
|
11795
|
+
dh as dateDiff,
|
|
11796
|
+
oh as dateModifyMinutes,
|
|
11791
11797
|
rl as dateNow,
|
|
11792
|
-
|
|
11793
|
-
|
|
11794
|
-
|
|
11798
|
+
sh as datePretty,
|
|
11799
|
+
rh as dateTimeEndOfDay,
|
|
11800
|
+
lh as dateTimeFriendly,
|
|
11795
11801
|
Rt as dateTimeNow,
|
|
11796
11802
|
Aa as dateTimePretty,
|
|
11797
|
-
|
|
11803
|
+
ah as dateTimeStartOfDay,
|
|
11798
11804
|
ol as dateToUtc,
|
|
11799
|
-
|
|
11805
|
+
Mg as defineCached,
|
|
11800
11806
|
ut as eventClickBlur,
|
|
11801
|
-
|
|
11807
|
+
Tg as generateUUIDv1,
|
|
11802
11808
|
le as i18n,
|
|
11803
11809
|
Yr as isAnzuApiForbiddenError,
|
|
11804
11810
|
Ji as isAnzuApiForbiddenOperationError,
|
|
@@ -11809,11 +11815,11 @@ export {
|
|
|
11809
11815
|
mr as isBoolean,
|
|
11810
11816
|
gl as isCreatedByAware,
|
|
11811
11817
|
fr as isDefined,
|
|
11812
|
-
|
|
11813
|
-
|
|
11818
|
+
Fp as isDocId,
|
|
11819
|
+
Np as isEmpty,
|
|
11814
11820
|
ni as isEmptyArray,
|
|
11815
11821
|
zr as isEmptyObject,
|
|
11816
|
-
|
|
11822
|
+
Ep as isInt,
|
|
11817
11823
|
he as isNull,
|
|
11818
11824
|
Fa as isNumber,
|
|
11819
11825
|
Qn as isObject,
|
|
@@ -11821,52 +11827,52 @@ export {
|
|
|
11821
11827
|
ct as isString,
|
|
11822
11828
|
T as isUndefined,
|
|
11823
11829
|
Ot as isValidHTTPStatus,
|
|
11824
|
-
|
|
11825
|
-
|
|
11826
|
-
|
|
11827
|
-
|
|
11830
|
+
xg as loadCommonFonts,
|
|
11831
|
+
fh as makeFilterHelper,
|
|
11832
|
+
kg as messagesEn,
|
|
11833
|
+
Cg as messagesSk,
|
|
11828
11834
|
ss as modifyLanguageSettings,
|
|
11829
11835
|
so as numberToString,
|
|
11830
11836
|
Gr as objectDeepFreeze,
|
|
11831
|
-
|
|
11837
|
+
wh as objectDeletePropertyByPath,
|
|
11832
11838
|
Zr as objectGetValueByPath,
|
|
11833
|
-
|
|
11834
|
-
|
|
11835
|
-
|
|
11836
|
-
|
|
11839
|
+
yh as objectGetValues,
|
|
11840
|
+
bh as objectSetValueByPath,
|
|
11841
|
+
sg as prettyBytes,
|
|
11842
|
+
Rp as stringNormalizeForSlotName,
|
|
11837
11843
|
st as stringSplitOnFirstOccurrence,
|
|
11838
|
-
|
|
11844
|
+
Lp as stringToFloat,
|
|
11839
11845
|
ai as stringToInt,
|
|
11840
11846
|
ri as stringToKebabCase,
|
|
11841
|
-
|
|
11842
|
-
|
|
11847
|
+
zp as stringToSlug,
|
|
11848
|
+
Bp as stringTrimLength,
|
|
11843
11849
|
oi as stringUrlTemplateReplace,
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
|
|
11850
|
+
jp as stringUrlTemplateReplaceVueRouter,
|
|
11851
|
+
uh as timePretty,
|
|
11852
|
+
nh as timestampCurrent,
|
|
11847
11853
|
vl as useAcl,
|
|
11848
11854
|
Na as useAlerts,
|
|
11849
|
-
|
|
11855
|
+
og as useAnzuUserFactory,
|
|
11850
11856
|
mo as useApiQueryBuilder,
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11857
|
+
Sg as useCommonJobFactory,
|
|
11858
|
+
_g as useCommonVuetifyConfig,
|
|
11859
|
+
fg as useErrors,
|
|
11854
11860
|
za as useFilterHelpers,
|
|
11855
11861
|
qr as useGrant,
|
|
11856
11862
|
ml as useGrantOrigin,
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11863
|
+
Pg as useI18n,
|
|
11864
|
+
mg as useJobApi,
|
|
11865
|
+
hg as useJobBaseResource,
|
|
11860
11866
|
Yl as useJobStatus,
|
|
11861
11867
|
us as useLanguageSettings,
|
|
11862
11868
|
Kl as useLogLevel,
|
|
11863
|
-
|
|
11869
|
+
$g as useLoginStatus,
|
|
11864
11870
|
na as usePagination,
|
|
11865
|
-
|
|
11866
|
-
|
|
11867
|
-
|
|
11871
|
+
Dh as usePaginationAutoHide,
|
|
11872
|
+
ig as usePermissionConfigFactory,
|
|
11873
|
+
lg as usePermissionGroupFactory,
|
|
11868
11874
|
rs as useTheme,
|
|
11869
|
-
|
|
11870
|
-
|
|
11875
|
+
Ag as useValidate,
|
|
11876
|
+
ih as yearNow
|
|
11871
11877
|
};
|
|
11872
11878
|
//# sourceMappingURL=common-admin.es.js.map
|