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