@anzusystems/common-admin 0.0.63 → 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 +34 -20
- package/dist/common-admin.es.js +554 -553
- package/dist/common-admin.es.js.map +1 -1
- package/package.json +4 -4
package/dist/common-admin.es.js
CHANGED
|
@@ -3,7 +3,7 @@ var vo = (t, n, e) => n in t ? go(t, n, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var Pn = (t, n, e) => (vo(t, typeof n != "symbol" ? n + "" : n, e), e);
|
|
4
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";
|
|
@@ -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 }, $p = /* @__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 },
|
|
@@ -139,7 +139,7 @@ const Go = { key: 1 }, $p = /* @__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 Vp = /* @__PURE__ */ L({
|
|
|
159
159
|
_: 3
|
|
160
160
|
}, 8, ["title", "loading"]));
|
|
161
161
|
}
|
|
162
|
-
}), T = (t) => typeof t > "u", fr = (t) => !T(t), he = (t) => t === null, Fa = (t) => typeof t == "number", ct = (t) => typeof t == "string", Ne = (t) => Array.isArray(t), mr = (t) => typeof t == "boolean",
|
|
162
|
+
}), T = (t) => typeof t > "u", fr = (t) => !T(t), he = (t) => t === null, Fa = (t) => typeof t == "number", ct = (t) => typeof t == "string", Ne = (t) => Array.isArray(t), mr = (t) => typeof t == "boolean", 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 Vp = /* @__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 Vp = /* @__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 Vp = /* @__PURE__ */ L({
|
|
|
202
202
|
const l = r.substring(1);
|
|
203
203
|
T(n[l]) || (e[o] = n[r.substring(1)] + "");
|
|
204
204
|
}), e.join("/");
|
|
205
|
-
},
|
|
205
|
+
}, Hp = (t, n) => {
|
|
206
206
|
if (t.indexOf(":") === -1)
|
|
207
207
|
return t;
|
|
208
208
|
const e = [];
|
|
@@ -213,10 +213,10 @@ const Vp = /* @__PURE__ */ L({
|
|
|
213
213
|
const l = /^:([a-zA-Z0-9_-]+).*/, c = r.match(l);
|
|
214
214
|
he(c) || !c[1] || T(n[c[1]]) || (e[o] = n[c[1]] + "");
|
|
215
215
|
}), e.join("/");
|
|
216
|
-
},
|
|
216
|
+
}, 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 Vp = /* @__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 Vp = /* @__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 Vp = /* @__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 Vp = /* @__PURE__ */ L({
|
|
|
428
428
|
}), ui = { class: "anzu-data-footer" }, di = {
|
|
429
429
|
key: 0,
|
|
430
430
|
class: "anzu-data-footer__page-limit"
|
|
431
|
-
}, ci = { class: "anzu-data-footer__pagination" }, fi = { class: "anzu-data-footer__icons-before" }, mi = { class: "current-page" }, pi = { class: "anzu-data-footer__icons-after" },
|
|
431
|
+
}, ci = { class: "anzu-data-footer__pagination" }, fi = { class: "anzu-data-footer__icons-before" }, mi = { class: "current-page" }, pi = { class: "anzu-data-footer__icons-after" }, Zp = /* @__PURE__ */ L({
|
|
432
432
|
__name: "ADatatablePagination",
|
|
433
433
|
props: {
|
|
434
434
|
modelValue: null,
|
|
@@ -529,7 +529,7 @@ const Vp = /* @__PURE__ */ L({
|
|
|
529
529
|
]));
|
|
530
530
|
}
|
|
531
531
|
});
|
|
532
|
-
const
|
|
532
|
+
const Qp = /* @__PURE__ */ L({
|
|
533
533
|
__name: "ADatatableConfigButton",
|
|
534
534
|
props: {
|
|
535
535
|
columnsAll: null,
|
|
@@ -620,7 +620,7 @@ const Jp = /* @__PURE__ */ L({
|
|
|
620
620
|
_: 1
|
|
621
621
|
}, 8, ["class", "data-cy"]));
|
|
622
622
|
}
|
|
623
|
-
}), hi = { class: "d-flex align-center justify-center" }, gi = { class: "text-caption mr-1" },
|
|
623
|
+
}), hi = { class: "d-flex align-center justify-center" }, gi = { class: "text-caption mr-1" }, Xp = /* @__PURE__ */ L({
|
|
624
624
|
__name: "ADatatableOrdering",
|
|
625
625
|
props: {
|
|
626
626
|
variant: { default: "default" },
|
|
@@ -743,7 +743,7 @@ const Jp = /* @__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
|
|
@@ -1186,7 +1186,7 @@ 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, ji = 201, pt = 204,
|
|
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
1191
|
return Va.isAxiosError(t) && ((n = t.response) == null ? void 0 : n.status) === Bi;
|
|
1192
1192
|
}, Yr = (t) => t instanceof ht;
|
|
@@ -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 },
|
|
@@ -1477,7 +1477,7 @@ const Zp = /* @__PURE__ */ L({
|
|
|
1477
1477
|
}, 8, ["class", "data-cy", "onClick"]);
|
|
1478
1478
|
};
|
|
1479
1479
|
}
|
|
1480
|
-
}), Ki = { class: "a-admin-switcher__content" }, Gi = ["href"], Zi = ["src", "alt"], Qi = { class: "a-admin-switcher__item-title" },
|
|
1480
|
+
}), Ki = { class: "a-admin-switcher__content" }, Gi = ["href"], Zi = ["src", "alt"], Qi = { class: "a-admin-switcher__item-title" }, rh = /* @__PURE__ */ L({
|
|
1481
1481
|
__name: "AAdminSwitcher",
|
|
1482
1482
|
props: {
|
|
1483
1483
|
configUrl: { default: null }
|
|
@@ -1548,7 +1548,7 @@ function el(t, n) {
|
|
|
1548
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;
|
|
@@ -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, rh = () => 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"), oh = (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 ch = /* @__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 ch = /* @__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 },
|
|
@@ -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 yh(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
|
}
|
|
@@ -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"]]), wh = /* @
|
|
|
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 Ch(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,
|
|
@@ -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 },
|
|
@@ -8140,7 +8133,7 @@ const Fl = {
|
|
|
8140
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,
|
|
@@ -8203,7 +8196,7 @@ const jl = { key: 0 }, Bl = {
|
|
|
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 jl = { key: 0 }, Bl = {
|
|
|
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 jl = { key: 0 }, Bl = {
|
|
|
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 Vh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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" },
|
|
@@ -9007,7 +9000,7 @@ const Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Ih = /* @__PURE__ */ bt(es, [["render", ts]]), Fh = /* @__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 Jh = /* @__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 Jh = /* @__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 Jh = /* @__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), Kh = /* @__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,
|
|
@@ -10202,7 +10195,7 @@ const Is = /* @__PURE__ */ te("br", null, null, -1), Kh = /* @__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 Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
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 Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
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 Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
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 Zh = /* @__PURE__ */ bt(Rs, [["__scopeId", "data-v-489475db"]]), Qh = /* @
|
|
|
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 ag(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 rg() {
|
|
|
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 og() {
|
|
|
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 dg() {
|
|
|
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 cg(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 mg(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 pg = (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 pg = (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", ju = "More filters", Bu = "Cancel", Ru = "Id", Uu = "Now", Yu = "Confirm", Hu = "Copy ID", Ju = "Add", Wu = "Download", qu = "Upload", Ku = {
|
|
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,
|
|
@@ -10640,30 +10633,33 @@ const pg = (t, n) => {
|
|
|
10640
10633
|
copyId: Hu,
|
|
10641
10634
|
add: Ju,
|
|
10642
10635
|
download: Wu,
|
|
10643
|
-
upload: qu
|
|
10644
|
-
|
|
10636
|
+
upload: qu,
|
|
10637
|
+
refresh: Ku,
|
|
10638
|
+
forwards: Gu,
|
|
10639
|
+
backwards: Zu
|
|
10640
|
+
}, Xu = "System", ed = "Not selected", td = {
|
|
10645
10641
|
true: "Yes",
|
|
10646
10642
|
false: "No"
|
|
10647
|
-
},
|
|
10643
|
+
}, nd = {
|
|
10648
10644
|
createdAt: "Created",
|
|
10649
10645
|
modifiedAt: "Modified",
|
|
10650
10646
|
created: "Created",
|
|
10651
10647
|
modified: "Modified"
|
|
10652
|
-
},
|
|
10648
|
+
}, ad = {
|
|
10653
10649
|
eq: "Presný výraz",
|
|
10654
10650
|
contains: "Kdekolvek vo výraze",
|
|
10655
10651
|
startsWith: "Začiatok výrazu"
|
|
10656
|
-
},
|
|
10657
|
-
system:
|
|
10658
|
-
notSelected:
|
|
10659
|
-
boolean:
|
|
10660
|
-
tracking:
|
|
10661
|
-
filterPlaceholder:
|
|
10662
|
-
},
|
|
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 = {
|
|
10663
10659
|
light: "Light",
|
|
10664
10660
|
dark: "Dark",
|
|
10665
10661
|
auto: "Auto"
|
|
10666
|
-
},
|
|
10662
|
+
}, ud = {
|
|
10667
10663
|
config: "Config table",
|
|
10668
10664
|
displayCols: "Display columns",
|
|
10669
10665
|
itemsPerPage: "Records per page",
|
|
@@ -10675,52 +10671,52 @@ const pg = (t, n) => {
|
|
|
10675
10671
|
mostRecent: "Most recent",
|
|
10676
10672
|
oldest: "Oldest"
|
|
10677
10673
|
}
|
|
10678
|
-
},
|
|
10674
|
+
}, dd = {
|
|
10679
10675
|
confirmDelete: "Remove?",
|
|
10680
10676
|
hide: "Hide",
|
|
10681
10677
|
show: "Show"
|
|
10682
|
-
},
|
|
10678
|
+
}, cd = {
|
|
10683
10679
|
button: "Applications"
|
|
10684
|
-
},
|
|
10680
|
+
}, fd = {
|
|
10685
10681
|
button: "Account",
|
|
10686
10682
|
logout: "Logout",
|
|
10687
10683
|
logoutText: "Are you sure you want to log out?",
|
|
10688
10684
|
logoutConfirm: "Logout",
|
|
10689
10685
|
settings: "Settings"
|
|
10690
|
-
},
|
|
10686
|
+
}, md = {
|
|
10691
10687
|
detail: "Detail",
|
|
10692
10688
|
edit: "Edit",
|
|
10693
10689
|
create: "Create"
|
|
10694
|
-
},
|
|
10690
|
+
}, pd = {
|
|
10695
10691
|
text: "Prosím, prihláste sa",
|
|
10696
10692
|
button: "Prihlásiť sa"
|
|
10697
|
-
},
|
|
10693
|
+
}, hd = {
|
|
10698
10694
|
title: "Oops, 404",
|
|
10699
10695
|
text: "This page doesn't exist",
|
|
10700
10696
|
backButton: "Return to homepage"
|
|
10701
|
-
},
|
|
10697
|
+
}, gd = {
|
|
10702
10698
|
title: "Oops, 401",
|
|
10703
10699
|
text: "You don't have access to this page",
|
|
10704
10700
|
backButton: "Return to login"
|
|
10705
|
-
},
|
|
10706
|
-
version:
|
|
10707
|
-
newVersionText:
|
|
10708
|
-
newVersionReload:
|
|
10709
|
-
theme:
|
|
10710
|
-
datatable:
|
|
10711
|
-
modal:
|
|
10712
|
-
adminSwitcher:
|
|
10713
|
-
currentUser:
|
|
10714
|
-
breadcrumb:
|
|
10715
|
-
login:
|
|
10716
|
-
notFound:
|
|
10717
|
-
unauthorized:
|
|
10718
|
-
},
|
|
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 = {
|
|
10719
10715
|
detail: "Anzu User Detail",
|
|
10720
10716
|
list: "Anzu Users List",
|
|
10721
10717
|
edit: "Anzu User Edit",
|
|
10722
10718
|
create: "Anzu User Create"
|
|
10723
|
-
},
|
|
10719
|
+
}, bd = {
|
|
10724
10720
|
id: "ID",
|
|
10725
10721
|
enabled: "Enabled",
|
|
10726
10722
|
email: "Email",
|
|
@@ -10736,26 +10732,26 @@ const pg = (t, n) => {
|
|
|
10736
10732
|
color: "Avatar color",
|
|
10737
10733
|
text: "Avatar text"
|
|
10738
10734
|
}
|
|
10739
|
-
},
|
|
10735
|
+
}, wd = {
|
|
10740
10736
|
id: "ID",
|
|
10741
10737
|
enabled: "Enabled",
|
|
10742
10738
|
email: "Email"
|
|
10743
|
-
},
|
|
10739
|
+
}, kd = {
|
|
10744
10740
|
grants: "Actions",
|
|
10745
10741
|
permissions: "Permissions",
|
|
10746
10742
|
resolvedPermissions: "Resolved Permission",
|
|
10747
10743
|
noPermissions: "No permissions set"
|
|
10748
|
-
},
|
|
10749
|
-
meta:
|
|
10750
|
-
model:
|
|
10751
|
-
filter:
|
|
10752
|
-
table:
|
|
10753
|
-
},
|
|
10744
|
+
}, Cd = {
|
|
10745
|
+
meta: yd,
|
|
10746
|
+
model: bd,
|
|
10747
|
+
filter: wd,
|
|
10748
|
+
table: kd
|
|
10749
|
+
}, Ad = {
|
|
10754
10750
|
id: "Id",
|
|
10755
10751
|
status: "Status",
|
|
10756
10752
|
startedAtFrom: "Started at from",
|
|
10757
10753
|
startedAtUntil: "Started at until"
|
|
10758
|
-
},
|
|
10754
|
+
}, Dd = {
|
|
10759
10755
|
id: "Id",
|
|
10760
10756
|
_resourceName: "Type",
|
|
10761
10757
|
status: "Status",
|
|
@@ -10764,26 +10760,26 @@ const pg = (t, n) => {
|
|
|
10764
10760
|
result: "Result",
|
|
10765
10761
|
targetUserId: "Target user id",
|
|
10766
10762
|
anonymizeUser: "Anonymize user"
|
|
10767
|
-
},
|
|
10763
|
+
}, _d = {
|
|
10768
10764
|
jobUserDataDelete: "User data delete"
|
|
10769
|
-
},
|
|
10765
|
+
}, Md = {
|
|
10770
10766
|
create: "Create job"
|
|
10771
|
-
},
|
|
10767
|
+
}, xd = {
|
|
10772
10768
|
waiting: "Waiting",
|
|
10773
10769
|
processing: "Processing",
|
|
10774
10770
|
awaitingBatchProcess: "Processing batch",
|
|
10775
10771
|
done: "Done",
|
|
10776
10772
|
error: "Error"
|
|
10777
|
-
},
|
|
10778
|
-
filter:
|
|
10779
|
-
model:
|
|
10780
|
-
jobResource:
|
|
10781
|
-
button:
|
|
10782
|
-
status:
|
|
10783
|
-
},
|
|
10773
|
+
}, Sd = {
|
|
10774
|
+
filter: Ad,
|
|
10775
|
+
model: Dd,
|
|
10776
|
+
jobResource: _d,
|
|
10777
|
+
button: Md,
|
|
10778
|
+
status: xd
|
|
10779
|
+
}, Td = {
|
|
10784
10780
|
detail: "Log Detail",
|
|
10785
10781
|
list: "List of Logs"
|
|
10786
|
-
},
|
|
10782
|
+
}, $d = "System", Od = {
|
|
10787
10783
|
system: "System",
|
|
10788
10784
|
type: "Type",
|
|
10789
10785
|
levelName: "Level",
|
|
@@ -10794,7 +10790,7 @@ const pg = (t, n) => {
|
|
|
10794
10790
|
datetimeTo: "Date until",
|
|
10795
10791
|
message: "Message",
|
|
10796
10792
|
appVersion: "Version"
|
|
10797
|
-
},
|
|
10793
|
+
}, Vd = {
|
|
10798
10794
|
id: "ID",
|
|
10799
10795
|
datetime: "Date",
|
|
10800
10796
|
levelName: "Level",
|
|
@@ -10810,100 +10806,100 @@ const pg = (t, n) => {
|
|
|
10810
10806
|
path: "URL",
|
|
10811
10807
|
httpStatus: "Status code"
|
|
10812
10808
|
}
|
|
10813
|
-
},
|
|
10814
|
-
meta:
|
|
10815
|
-
system:
|
|
10816
|
-
filter:
|
|
10817
|
-
model:
|
|
10818
|
-
},
|
|
10809
|
+
}, Pd = {
|
|
10810
|
+
meta: Td,
|
|
10811
|
+
system: $d,
|
|
10812
|
+
filter: Od,
|
|
10813
|
+
model: Vd
|
|
10814
|
+
}, Id = {
|
|
10819
10815
|
actions: "Actions",
|
|
10820
10816
|
permissions: "Permissions"
|
|
10821
|
-
},
|
|
10817
|
+
}, Fd = {
|
|
10822
10818
|
allow: "Allow",
|
|
10823
10819
|
allowOwner: "Owner only",
|
|
10824
10820
|
deny: "Deny"
|
|
10825
|
-
},
|
|
10821
|
+
}, Ed = {
|
|
10826
10822
|
role: "Role",
|
|
10827
10823
|
group: "Group",
|
|
10828
10824
|
user: "User",
|
|
10829
10825
|
defaultGrant: "Default"
|
|
10830
|
-
},
|
|
10831
|
-
table:
|
|
10832
|
-
grant:
|
|
10833
|
-
grantOrigin:
|
|
10834
|
-
},
|
|
10826
|
+
}, Nd = {
|
|
10827
|
+
table: Id,
|
|
10828
|
+
grant: Fd,
|
|
10829
|
+
grantOrigin: Ed
|
|
10830
|
+
}, Ld = {
|
|
10835
10831
|
detail: "Permission Group Detail",
|
|
10836
10832
|
list: "Permission Group List",
|
|
10837
10833
|
create: "Permission Group Create",
|
|
10838
10834
|
edit: "Permission Group Edit"
|
|
10839
|
-
},
|
|
10835
|
+
}, zd = {
|
|
10840
10836
|
id: "ID",
|
|
10841
10837
|
title: "Title",
|
|
10842
10838
|
description: "Description",
|
|
10843
10839
|
permissions: "Permissions"
|
|
10844
|
-
},
|
|
10840
|
+
}, jd = {
|
|
10845
10841
|
id: "ID",
|
|
10846
10842
|
title: "Title"
|
|
10847
|
-
},
|
|
10843
|
+
}, Bd = {
|
|
10848
10844
|
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
10849
|
-
},
|
|
10850
|
-
meta:
|
|
10851
|
-
model:
|
|
10852
|
-
filter:
|
|
10853
|
-
button:
|
|
10854
|
-
},
|
|
10855
|
-
noTranslation:
|
|
10856
|
-
error_id_mismatch:
|
|
10857
|
-
error_field_empty:
|
|
10858
|
-
error_field_length_min:
|
|
10859
|
-
error_field_length_max:
|
|
10860
|
-
error_field_invalid:
|
|
10861
|
-
error_field_not_unique:
|
|
10862
|
-
error_field_value_not_found:
|
|
10863
|
-
error_field_range_min:
|
|
10864
|
-
error_field_range_max:
|
|
10865
|
-
error_field_regex:
|
|
10866
|
-
error_field_url:
|
|
10867
|
-
error_already_exists:
|
|
10868
|
-
},
|
|
10869
|
-
required:
|
|
10870
|
-
between:
|
|
10871
|
-
minLength:
|
|
10872
|
-
maxLength:
|
|
10873
|
-
maxValue:
|
|
10874
|
-
minValue:
|
|
10875
|
-
email:
|
|
10876
|
-
url:
|
|
10877
|
-
numeric:
|
|
10878
|
-
slug:
|
|
10879
|
-
stringArrayItemLength:
|
|
10880
|
-
},
|
|
10881
|
-
noTranslation:
|
|
10882
|
-
},
|
|
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 = {
|
|
10883
10879
|
common: {
|
|
10884
10880
|
alert: $u,
|
|
10885
|
-
button:
|
|
10886
|
-
model:
|
|
10887
|
-
system:
|
|
10888
|
-
anzuUser:
|
|
10889
|
-
job:
|
|
10890
|
-
log:
|
|
10891
|
-
permission:
|
|
10892
|
-
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
|
|
10893
10889
|
},
|
|
10894
10890
|
$vuetify: ku,
|
|
10895
10891
|
error: {
|
|
10896
10892
|
apiValidation: {
|
|
10897
|
-
...
|
|
10893
|
+
...nc
|
|
10898
10894
|
},
|
|
10899
10895
|
apiForbiddenOperation: {
|
|
10900
|
-
...
|
|
10896
|
+
...gc
|
|
10901
10897
|
},
|
|
10902
10898
|
jsValidation: {
|
|
10903
|
-
...
|
|
10899
|
+
...pc
|
|
10904
10900
|
}
|
|
10905
10901
|
}
|
|
10906
|
-
},
|
|
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 = {
|
|
10907
10903
|
created: "Záznam bol vytvorený.",
|
|
10908
10904
|
updated: "Záznam bol upravený.",
|
|
10909
10905
|
deleted: "Záznam bol odstránený.",
|
|
@@ -10911,58 +10907,61 @@ const pg = (t, n) => {
|
|
|
10911
10907
|
unpublished: "Záznam bol stiahnutý.",
|
|
10912
10908
|
enabled: "Záznam bol povolený.",
|
|
10913
10909
|
disabled: "Záznam bol zakázaný."
|
|
10914
|
-
},
|
|
10915
|
-
unknownError:
|
|
10916
|
-
forbiddenError:
|
|
10917
|
-
fixValidationErrors:
|
|
10918
|
-
fixApiValidationErrors:
|
|
10919
|
-
apiForbiddenOperationError:
|
|
10920
|
-
recordWas:
|
|
10921
|
-
idWasCopied:
|
|
10922
|
-
textWasCopied:
|
|
10923
|
-
},
|
|
10924
|
-
create:
|
|
10925
|
-
createAndClose:
|
|
10926
|
-
save:
|
|
10927
|
-
saveAndClose:
|
|
10928
|
-
close:
|
|
10929
|
-
edit:
|
|
10930
|
-
detail:
|
|
10931
|
-
submitFilter:
|
|
10932
|
-
resetFilter:
|
|
10933
|
-
advancedFilters:
|
|
10934
|
-
cancel:
|
|
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,
|
|
10935
10931
|
delete: "Zmazať",
|
|
10936
|
-
id:
|
|
10937
|
-
now:
|
|
10938
|
-
confirm:
|
|
10939
|
-
copyId:
|
|
10940
|
-
add:
|
|
10941
|
-
download:
|
|
10942
|
-
|
|
10943
|
-
|
|
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 = {
|
|
10944
10943
|
true: "áno",
|
|
10945
10944
|
false: "nie"
|
|
10946
|
-
},
|
|
10945
|
+
}, Zc = {
|
|
10947
10946
|
createdAt: "Vytvorené",
|
|
10948
10947
|
modifiedAt: "Upravené",
|
|
10949
10948
|
created: "Vytvorené",
|
|
10950
10949
|
modified: "Upravené"
|
|
10951
|
-
},
|
|
10950
|
+
}, Qc = {
|
|
10952
10951
|
eq: "Presný výraz",
|
|
10953
10952
|
contains: "Kdekoľvek vo výraze",
|
|
10954
10953
|
startsWith: "Začiatok výrazu"
|
|
10955
|
-
},
|
|
10956
|
-
system:
|
|
10957
|
-
notSelected:
|
|
10958
|
-
boolean:
|
|
10959
|
-
tracking:
|
|
10960
|
-
filterPlaceholder:
|
|
10961
|
-
},
|
|
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 = {
|
|
10962
10961
|
light: "Svetlá",
|
|
10963
10962
|
dark: "Tmavá",
|
|
10964
10963
|
auto: "Automatická"
|
|
10965
|
-
},
|
|
10964
|
+
}, rf = {
|
|
10966
10965
|
config: "Konfigurácia tabuľky",
|
|
10967
10966
|
displayCols: "Zobrazené stĺpce",
|
|
10968
10967
|
itemsPerPage: "Záznamov na stránke",
|
|
@@ -10974,52 +10973,52 @@ const pg = (t, n) => {
|
|
|
10974
10973
|
mostRecent: "Najnovšie",
|
|
10975
10974
|
oldest: "Najstaršie"
|
|
10976
10975
|
}
|
|
10977
|
-
},
|
|
10976
|
+
}, of = {
|
|
10978
10977
|
confirmDelete: "Odstrániť?",
|
|
10979
10978
|
hide: "Skryť",
|
|
10980
10979
|
show: "Zobraziť"
|
|
10981
|
-
},
|
|
10980
|
+
}, lf = {
|
|
10982
10981
|
button: "Aplikácie"
|
|
10983
|
-
},
|
|
10982
|
+
}, sf = {
|
|
10984
10983
|
button: "Účet",
|
|
10985
10984
|
logout: "Odhlásenie",
|
|
10986
10985
|
logoutText: "Skutočne sa chcete odhlásiť?",
|
|
10987
10986
|
logoutConfirm: "Odhlásiť",
|
|
10988
10987
|
settings: "Nastavenia"
|
|
10989
|
-
},
|
|
10988
|
+
}, uf = {
|
|
10990
10989
|
detail: "Detail",
|
|
10991
10990
|
edit: "Úprava",
|
|
10992
10991
|
create: "Vytvorenie"
|
|
10993
|
-
},
|
|
10992
|
+
}, df = {
|
|
10994
10993
|
text: "Prosím, prihláste sa",
|
|
10995
10994
|
button: "Prihlásiť sa"
|
|
10996
|
-
},
|
|
10995
|
+
}, cf = {
|
|
10997
10996
|
title: "Ups, nastala chyba 404",
|
|
10998
10997
|
text: "Táto stránka neexistuje. Pokiaľ by mala, kontaktujte administrátora.",
|
|
10999
10998
|
backButton: "Vráť ma na úvodnú stránku"
|
|
11000
|
-
},
|
|
10999
|
+
}, ff = {
|
|
11001
11000
|
title: "Ups, nastala chyba 401",
|
|
11002
11001
|
text: "Na túto stránku nemáte prístup. Pokiaľ máte mať k tejto stránke prístup, kontaktujte administrátora.",
|
|
11003
11002
|
backButton: "Vráť ma na prihlásenie"
|
|
11004
|
-
},
|
|
11005
|
-
version:
|
|
11006
|
-
newVersionText:
|
|
11007
|
-
newVersionReload:
|
|
11008
|
-
theme:
|
|
11009
|
-
datatable:
|
|
11010
|
-
modal:
|
|
11011
|
-
adminSwitcher:
|
|
11012
|
-
currentUser:
|
|
11013
|
-
breadcrumb:
|
|
11014
|
-
login:
|
|
11015
|
-
notFound:
|
|
11016
|
-
unauthorized:
|
|
11017
|
-
},
|
|
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 = {
|
|
11018
11017
|
detail: "Detail Anzu používateľa",
|
|
11019
11018
|
list: "Zoznam Anzu používateľov",
|
|
11020
11019
|
edit: "Úprava Anzu používateľa",
|
|
11021
11020
|
create: "Vytvorenie Anzu používateľa"
|
|
11022
|
-
},
|
|
11021
|
+
}, hf = {
|
|
11023
11022
|
id: "ID",
|
|
11024
11023
|
enabled: "Povolený",
|
|
11025
11024
|
email: "Email",
|
|
@@ -11035,26 +11034,26 @@ const pg = (t, n) => {
|
|
|
11035
11034
|
color: "Avatar farba",
|
|
11036
11035
|
text: "Avatar text"
|
|
11037
11036
|
}
|
|
11038
|
-
},
|
|
11037
|
+
}, gf = {
|
|
11039
11038
|
id: "ID",
|
|
11040
11039
|
enabled: "Povolený",
|
|
11041
11040
|
email: "Email"
|
|
11042
|
-
},
|
|
11041
|
+
}, vf = {
|
|
11043
11042
|
grants: "Akcie",
|
|
11044
11043
|
permissions: "Oprávnenia",
|
|
11045
11044
|
resolvedPermissions: "Výsledné oprávnenie",
|
|
11046
11045
|
noPermissions: "Žiadne oprávnenia"
|
|
11047
|
-
},
|
|
11048
|
-
meta:
|
|
11049
|
-
model:
|
|
11050
|
-
filter:
|
|
11051
|
-
table:
|
|
11052
|
-
},
|
|
11046
|
+
}, yf = {
|
|
11047
|
+
meta: pf,
|
|
11048
|
+
model: hf,
|
|
11049
|
+
filter: gf,
|
|
11050
|
+
table: vf
|
|
11051
|
+
}, bf = {
|
|
11053
11052
|
id: "Id",
|
|
11054
11053
|
status: "Stav",
|
|
11055
11054
|
startedAtFrom: "Začiatok",
|
|
11056
11055
|
startedAtUntil: "Ukončenie"
|
|
11057
|
-
},
|
|
11056
|
+
}, wf = {
|
|
11058
11057
|
id: "Id",
|
|
11059
11058
|
_resourceName: "Typ",
|
|
11060
11059
|
status: "Stav",
|
|
@@ -11063,26 +11062,26 @@ const pg = (t, n) => {
|
|
|
11063
11062
|
result: "Výsledok",
|
|
11064
11063
|
targetUserId: "Cieľovy používateľ",
|
|
11065
11064
|
anonymizeUser: "Anonymizuj používateľa"
|
|
11066
|
-
},
|
|
11065
|
+
}, kf = {
|
|
11067
11066
|
jobUserDataDelete: "Výmaz používateľových dát"
|
|
11068
|
-
},
|
|
11067
|
+
}, Cf = {
|
|
11069
11068
|
create: "Vytvoriť systémovú úlohu"
|
|
11070
|
-
},
|
|
11069
|
+
}, Af = {
|
|
11071
11070
|
waiting: "V poradí",
|
|
11072
11071
|
processing: "Procesuje sa",
|
|
11073
11072
|
awaitingBatchProcess: "Procesuje sa v dávke",
|
|
11074
11073
|
done: "Hotovo",
|
|
11075
11074
|
error: "Chyba"
|
|
11076
|
-
},
|
|
11077
|
-
filter:
|
|
11078
|
-
model:
|
|
11079
|
-
jobResource:
|
|
11080
|
-
button:
|
|
11081
|
-
status:
|
|
11082
|
-
},
|
|
11075
|
+
}, Df = {
|
|
11076
|
+
filter: bf,
|
|
11077
|
+
model: wf,
|
|
11078
|
+
jobResource: kf,
|
|
11079
|
+
button: Cf,
|
|
11080
|
+
status: Af
|
|
11081
|
+
}, _f = {
|
|
11083
11082
|
detail: "Detail logu",
|
|
11084
11083
|
list: "ZOznam logov"
|
|
11085
|
-
},
|
|
11084
|
+
}, Mf = "Systém", xf = {
|
|
11086
11085
|
system: "Systém",
|
|
11087
11086
|
type: "Typ",
|
|
11088
11087
|
levelName: "Úroveň",
|
|
@@ -11093,7 +11092,7 @@ const pg = (t, n) => {
|
|
|
11093
11092
|
datetimeTo: "Dátum do",
|
|
11094
11093
|
message: "Správa",
|
|
11095
11094
|
appVersion: "Verzia"
|
|
11096
|
-
},
|
|
11095
|
+
}, Sf = {
|
|
11097
11096
|
id: "ID",
|
|
11098
11097
|
datetime: "Dátum",
|
|
11099
11098
|
levelName: "Úroveň",
|
|
@@ -11109,51 +11108,51 @@ const pg = (t, n) => {
|
|
|
11109
11108
|
path: "URL",
|
|
11110
11109
|
httpStatus: "Kód stavu"
|
|
11111
11110
|
}
|
|
11112
|
-
},
|
|
11113
|
-
meta:
|
|
11114
|
-
system:
|
|
11115
|
-
filter:
|
|
11116
|
-
model:
|
|
11117
|
-
},
|
|
11111
|
+
}, Tf = {
|
|
11112
|
+
meta: _f,
|
|
11113
|
+
system: Mf,
|
|
11114
|
+
filter: xf,
|
|
11115
|
+
model: Sf
|
|
11116
|
+
}, $f = {
|
|
11118
11117
|
actions: "Akcie",
|
|
11119
11118
|
permissions: "Oprávnenia"
|
|
11120
|
-
},
|
|
11119
|
+
}, Of = {
|
|
11121
11120
|
allow: "Povolený",
|
|
11122
11121
|
allowOwner: "Iba vlastník",
|
|
11123
11122
|
deny: "Zamietnutý"
|
|
11124
|
-
},
|
|
11123
|
+
}, Vf = {
|
|
11125
11124
|
role: "Rola",
|
|
11126
11125
|
group: "Skupina",
|
|
11127
11126
|
user: "Užívateľ",
|
|
11128
11127
|
defaultGrant: "Default"
|
|
11129
|
-
},
|
|
11130
|
-
table:
|
|
11131
|
-
grant:
|
|
11132
|
-
grantOrigin:
|
|
11133
|
-
},
|
|
11128
|
+
}, Pf = {
|
|
11129
|
+
table: $f,
|
|
11130
|
+
grant: Of,
|
|
11131
|
+
grantOrigin: Vf
|
|
11132
|
+
}, If = {
|
|
11134
11133
|
detail: "Detail skupiny oprávnení",
|
|
11135
11134
|
list: "Zoznam skupín oprávnení",
|
|
11136
11135
|
create: "Vytvorenie skupiny oprávnení",
|
|
11137
11136
|
edit: "Úprava skupiny oprávnení"
|
|
11138
|
-
},
|
|
11137
|
+
}, Ff = {
|
|
11139
11138
|
id: "ID",
|
|
11140
11139
|
title: "Nadpis",
|
|
11141
11140
|
description: "Popis",
|
|
11142
11141
|
permissions: "Oprávnenia"
|
|
11143
|
-
},
|
|
11142
|
+
}, Ef = {
|
|
11144
11143
|
id: "ID",
|
|
11145
11144
|
title: "Nadpis"
|
|
11146
|
-
},
|
|
11145
|
+
}, Nf = {
|
|
11147
11146
|
deleteConfirm: "Skupina povolení bude natrvalo odstránená zo systému. Chcete pokračovať?"
|
|
11148
|
-
},
|
|
11149
|
-
meta:
|
|
11150
|
-
model:
|
|
11151
|
-
filter:
|
|
11152
|
-
button:
|
|
11153
|
-
},
|
|
11147
|
+
}, Lf = {
|
|
11148
|
+
meta: If,
|
|
11149
|
+
model: Ff,
|
|
11150
|
+
filter: Ef,
|
|
11151
|
+
button: Nf
|
|
11152
|
+
}, zf = "Štítok", jf = "Zatvoriť", Bf = {
|
|
11154
11153
|
noResultsText: "Nenašli sa žiadne zodpovedajúce záznamy",
|
|
11155
11154
|
loadingText: "Načítavanie záznamov ..."
|
|
11156
|
-
},
|
|
11155
|
+
}, Rf = {
|
|
11157
11156
|
itemsPerPageText: "Riadkov na stránku:",
|
|
11158
11157
|
ariaLabel: {
|
|
11159
11158
|
sortDescending: "Zoradiť zostupne.",
|
|
@@ -11164,7 +11163,7 @@ const pg = (t, n) => {
|
|
|
11164
11163
|
activateAscending: "Aktivovať vzostupné radenie"
|
|
11165
11164
|
},
|
|
11166
11165
|
sortBy: "Radiť"
|
|
11167
|
-
},
|
|
11166
|
+
}, Uf = {
|
|
11168
11167
|
itemsPerPageText: "Záznamov na stránku:",
|
|
11169
11168
|
itemsPerPageAll: "Všetky",
|
|
11170
11169
|
nextPage: "Ďalšia strana",
|
|
@@ -11172,31 +11171,31 @@ const pg = (t, n) => {
|
|
|
11172
11171
|
firstPage: "Prvá strana",
|
|
11173
11172
|
lastPage: "Posledná strana",
|
|
11174
11173
|
pageText: "{0}-{1} z {2}"
|
|
11175
|
-
},
|
|
11174
|
+
}, Yf = {
|
|
11176
11175
|
itemsSelected: "{0} vybraných",
|
|
11177
11176
|
nextMonthAriaLabel: "Ďalší mesiac",
|
|
11178
11177
|
nextYearAriaLabel: "Ďalší rok",
|
|
11179
11178
|
prevMonthAriaLabel: "Predchádzajúci mesiac",
|
|
11180
11179
|
prevYearAriaLabel: "Predchádzajúci rok"
|
|
11181
|
-
},
|
|
11180
|
+
}, Hf = "Žiadne dostupné dáta", Jf = {
|
|
11182
11181
|
prev: "Predchádzajúci krok",
|
|
11183
11182
|
next: "Nasledujúci krok",
|
|
11184
11183
|
ariaLabel: {
|
|
11185
11184
|
delimiter: "Krok {0} z {1}"
|
|
11186
11185
|
}
|
|
11187
|
-
},
|
|
11186
|
+
}, Wf = {
|
|
11188
11187
|
moreEvents: "{0} viac"
|
|
11189
|
-
},
|
|
11188
|
+
}, qf = {
|
|
11190
11189
|
clear: "Vymazať {0}",
|
|
11191
11190
|
prependAction: "{0} akcií pred",
|
|
11192
11191
|
appendAction: "{0} nasledovných akcií"
|
|
11193
|
-
},
|
|
11192
|
+
}, Kf = {
|
|
11194
11193
|
counter: "{0} súborov",
|
|
11195
11194
|
counterSize: "{0} súborov ({1} spolu)"
|
|
11196
|
-
},
|
|
11195
|
+
}, Gf = {
|
|
11197
11196
|
am: "AM",
|
|
11198
11197
|
pm: "PM"
|
|
11199
|
-
},
|
|
11198
|
+
}, Zf = {
|
|
11200
11199
|
ariaLabel: {
|
|
11201
11200
|
root: "Navigácia stránkovania",
|
|
11202
11201
|
next: "Ďalšia stránka",
|
|
@@ -11206,140 +11205,140 @@ const pg = (t, n) => {
|
|
|
11206
11205
|
first: "Prvá stránka",
|
|
11207
11206
|
last: "Posledná stránka"
|
|
11208
11207
|
}
|
|
11209
|
-
},
|
|
11208
|
+
}, Qf = {
|
|
11210
11209
|
ariaLabel: {
|
|
11211
11210
|
item: "Hodnotenie {0} z {1}"
|
|
11212
11211
|
}
|
|
11213
|
-
},
|
|
11214
|
-
badge:
|
|
11215
|
-
close:
|
|
11216
|
-
dataIterator:
|
|
11217
|
-
dataTable:
|
|
11218
|
-
dataFooter:
|
|
11219
|
-
datePicker:
|
|
11220
|
-
noDataText:
|
|
11221
|
-
carousel:
|
|
11222
|
-
calendar:
|
|
11223
|
-
input:
|
|
11224
|
-
fileInput:
|
|
11225
|
-
timePicker:
|
|
11226
|
-
pagination:
|
|
11227
|
-
rating:
|
|
11228
|
-
},
|
|
11229
|
-
noTranslation:
|
|
11230
|
-
error_id_mismatch:
|
|
11231
|
-
error_field_empty:
|
|
11232
|
-
error_field_length_min:
|
|
11233
|
-
error_field_length_max:
|
|
11234
|
-
error_field_invalid:
|
|
11235
|
-
error_field_not_unique:
|
|
11236
|
-
error_field_value_not_found:
|
|
11237
|
-
error_field_range_min:
|
|
11238
|
-
error_field_range_max:
|
|
11239
|
-
error_field_regex:
|
|
11240
|
-
error_field_url:
|
|
11241
|
-
error_already_exists:
|
|
11242
|
-
},
|
|
11243
|
-
noTranslation:
|
|
11244
|
-
},
|
|
11245
|
-
required:
|
|
11246
|
-
between:
|
|
11247
|
-
minLength:
|
|
11248
|
-
maxLength:
|
|
11249
|
-
minValue:
|
|
11250
|
-
maxValue:
|
|
11251
|
-
email:
|
|
11252
|
-
url:
|
|
11253
|
-
numeric:
|
|
11254
|
-
slug:
|
|
11255
|
-
stringArrayItemLength:
|
|
11256
|
-
},
|
|
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 = {
|
|
11257
11256
|
common: {
|
|
11258
|
-
alert:
|
|
11259
|
-
button:
|
|
11260
|
-
model:
|
|
11261
|
-
system:
|
|
11262
|
-
anzuUser:
|
|
11263
|
-
job:
|
|
11264
|
-
log:
|
|
11265
|
-
permission:
|
|
11266
|
-
permissionGroup:
|
|
11267
|
-
},
|
|
11268
|
-
$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,
|
|
11269
11268
|
error: {
|
|
11270
11269
|
apiValidation: {
|
|
11271
|
-
...
|
|
11270
|
+
...mm
|
|
11272
11271
|
},
|
|
11273
11272
|
apiForbiddenOperation: {
|
|
11274
|
-
...
|
|
11273
|
+
...hm
|
|
11275
11274
|
},
|
|
11276
11275
|
jsValidation: {
|
|
11277
|
-
...
|
|
11276
|
+
...xm
|
|
11278
11277
|
}
|
|
11279
11278
|
}
|
|
11280
11279
|
};
|
|
11281
|
-
const { t:
|
|
11282
|
-
function
|
|
11283
|
-
return Ze({ t:
|
|
11280
|
+
const { t: Sm } = le.global;
|
|
11281
|
+
function Tm() {
|
|
11282
|
+
return Ze({ t: Sm })(Io, {
|
|
11284
11283
|
withArguments: !0,
|
|
11285
11284
|
messagePath: () => "error.jsValidation.between"
|
|
11286
11285
|
});
|
|
11287
11286
|
}
|
|
11288
|
-
const { t:
|
|
11289
|
-
function
|
|
11290
|
-
return Ze({ t:
|
|
11287
|
+
const { t: $m } = le.global;
|
|
11288
|
+
function Om() {
|
|
11289
|
+
return Ze({ t: $m })(Fo, {
|
|
11291
11290
|
messagePath: () => "error.jsValidation.email"
|
|
11292
11291
|
});
|
|
11293
11292
|
}
|
|
11294
|
-
const { t:
|
|
11295
|
-
function
|
|
11296
|
-
return Ze({ t:
|
|
11293
|
+
const { t: Vm } = le.global;
|
|
11294
|
+
function Pm() {
|
|
11295
|
+
return Ze({ t: Vm })(Eo, {
|
|
11297
11296
|
withArguments: !0,
|
|
11298
11297
|
messagePath: () => "error.jsValidation.maxLength"
|
|
11299
11298
|
});
|
|
11300
11299
|
}
|
|
11301
|
-
const { t:
|
|
11302
|
-
function
|
|
11303
|
-
return Ze({ t:
|
|
11300
|
+
const { t: Im } = le.global;
|
|
11301
|
+
function Fm() {
|
|
11302
|
+
return Ze({ t: Im })(No, {
|
|
11304
11303
|
withArguments: !0,
|
|
11305
11304
|
messagePath: () => "error.jsValidation.maxValue"
|
|
11306
11305
|
});
|
|
11307
11306
|
}
|
|
11308
|
-
const { t:
|
|
11309
|
-
function
|
|
11310
|
-
return Ze({ t:
|
|
11307
|
+
const { t: Em } = le.global;
|
|
11308
|
+
function Nm() {
|
|
11309
|
+
return Ze({ t: Em })(Lo, {
|
|
11311
11310
|
withArguments: !0,
|
|
11312
11311
|
messagePath: () => "error.jsValidation.minLength"
|
|
11313
11312
|
});
|
|
11314
11313
|
}
|
|
11315
|
-
const { t:
|
|
11316
|
-
function
|
|
11317
|
-
return Ze({ t:
|
|
11314
|
+
const { t: Lm } = le.global;
|
|
11315
|
+
function zm() {
|
|
11316
|
+
return Ze({ t: Lm })(zo, {
|
|
11318
11317
|
withArguments: !0,
|
|
11319
11318
|
messagePath: () => "error.jsValidation.minValue"
|
|
11320
11319
|
});
|
|
11321
11320
|
}
|
|
11322
|
-
const { t:
|
|
11323
|
-
function
|
|
11324
|
-
return Ze({ t:
|
|
11321
|
+
const { t: jm } = le.global;
|
|
11322
|
+
function Bm() {
|
|
11323
|
+
return Ze({ t: jm })(jo, {
|
|
11325
11324
|
messagePath: () => "error.jsValidation.numeric"
|
|
11326
11325
|
});
|
|
11327
11326
|
}
|
|
11328
|
-
const { t:
|
|
11329
|
-
function
|
|
11330
|
-
return Ze({ t:
|
|
11327
|
+
const { t: Rm } = le.global;
|
|
11328
|
+
function Um() {
|
|
11329
|
+
return Ze({ t: Rm })(Bo, {
|
|
11331
11330
|
messagePath: () => "error.jsValidation.required"
|
|
11332
11331
|
});
|
|
11333
11332
|
}
|
|
11334
|
-
const { t:
|
|
11335
|
-
function
|
|
11336
|
-
return Ze({ t:
|
|
11333
|
+
const { t: Ym } = le.global;
|
|
11334
|
+
function Hm() {
|
|
11335
|
+
return Ze({ t: Ym })(Lr.regex(/^[a-z\-0-9/]+$/), {
|
|
11337
11336
|
messagePath: () => "error.jsValidation.slug"
|
|
11338
11337
|
});
|
|
11339
11338
|
}
|
|
11340
|
-
const { t:
|
|
11341
|
-
function
|
|
11342
|
-
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));
|
|
11343
11342
|
return t((a, r) => ({
|
|
11344
11343
|
$validator: n(a, r),
|
|
11345
11344
|
// $message not required when using i18n
|
|
@@ -11357,42 +11356,42 @@ function Bm() {
|
|
|
11357
11356
|
messagePath: () => "error.jsValidation.stringArrayItemLength"
|
|
11358
11357
|
});
|
|
11359
11358
|
}
|
|
11360
|
-
const { t:
|
|
11361
|
-
function
|
|
11362
|
-
return Ze({ t:
|
|
11359
|
+
const { t: qm } = le.global;
|
|
11360
|
+
function Km() {
|
|
11361
|
+
return Ze({ t: qm })(Ro, {
|
|
11363
11362
|
messagePath: () => "error.jsValidation.url"
|
|
11364
11363
|
});
|
|
11365
11364
|
}
|
|
11366
|
-
function
|
|
11365
|
+
function Sg() {
|
|
11367
11366
|
return {
|
|
11368
|
-
required:
|
|
11367
|
+
required: Um(),
|
|
11369
11368
|
requiredIf: oo(),
|
|
11370
|
-
minLength:
|
|
11371
|
-
maxLength:
|
|
11372
|
-
minValue:
|
|
11373
|
-
maxValue:
|
|
11374
|
-
between:
|
|
11375
|
-
email:
|
|
11376
|
-
numeric:
|
|
11377
|
-
slug:
|
|
11378
|
-
url:
|
|
11379
|
-
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()
|
|
11380
11379
|
};
|
|
11381
11380
|
}
|
|
11382
|
-
const
|
|
11381
|
+
const Gm = ["createdAt", "modifiedAt"], { t: _r } = le.global || le, Zm = {
|
|
11383
11382
|
key: "",
|
|
11384
11383
|
title: void 0,
|
|
11385
11384
|
sortable: !1,
|
|
11386
11385
|
fixed: !1
|
|
11387
11386
|
};
|
|
11388
|
-
function
|
|
11387
|
+
function Tg(t, n, e = void 0, a = void 0, r = !1, o = void 0) {
|
|
11389
11388
|
const l = na();
|
|
11390
11389
|
if (o)
|
|
11391
11390
|
for (const m of Object.keys(l))
|
|
11392
11391
|
m in o && (l[m] = o[m]);
|
|
11393
11392
|
const c = t.map((m) => {
|
|
11394
|
-
const d = { ...
|
|
11395
|
-
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;
|
|
11396
11395
|
}), u = x(() => {
|
|
11397
11396
|
const m = [];
|
|
11398
11397
|
return c.forEach((d) => {
|
|
@@ -11413,7 +11412,7 @@ function Cg(t, n, e = void 0, a = void 0, r = !1, o = void 0) {
|
|
|
11413
11412
|
pagination: l
|
|
11414
11413
|
};
|
|
11415
11414
|
}
|
|
11416
|
-
const
|
|
11415
|
+
const $g = () => ({
|
|
11417
11416
|
commonAliases: () => ({
|
|
11418
11417
|
ABtnPrimary: In,
|
|
11419
11418
|
ABtnSecondary: In,
|
|
@@ -11449,7 +11448,8 @@ const Ag = () => ({
|
|
|
11449
11448
|
color: "primary"
|
|
11450
11449
|
},
|
|
11451
11450
|
VSwitch: {
|
|
11452
|
-
color: "success"
|
|
11451
|
+
color: "success",
|
|
11452
|
+
density: "compact"
|
|
11453
11453
|
},
|
|
11454
11454
|
VCard: {
|
|
11455
11455
|
variant: "flat"
|
|
@@ -11524,7 +11524,7 @@ const Ag = () => ({
|
|
|
11524
11524
|
}
|
|
11525
11525
|
})
|
|
11526
11526
|
});
|
|
11527
|
-
function
|
|
11527
|
+
function Og(t, n, e, a = "id") {
|
|
11528
11528
|
const r = J(/* @__PURE__ */ new Map()), o = J(/* @__PURE__ */ new Set()), l = (...V) => {
|
|
11529
11529
|
const F = J(/* @__PURE__ */ new Set());
|
|
11530
11530
|
for (let R = 0; R < V.length; R++) {
|
|
@@ -11589,7 +11589,7 @@ function Dg(t, n, e, a = "id") {
|
|
|
11589
11589
|
}
|
|
11590
11590
|
};
|
|
11591
11591
|
}
|
|
11592
|
-
async function
|
|
11592
|
+
async function Vg() {
|
|
11593
11593
|
(await import("./webfontloader-e9985fe5.js").then((n) => n.w)).load({
|
|
11594
11594
|
google: {
|
|
11595
11595
|
families: ["Roboto:100,300,400,500,700,900&display=swap"]
|
|
@@ -11597,7 +11597,7 @@ async function _g() {
|
|
|
11597
11597
|
// urls: ['https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css']
|
|
11598
11598
|
});
|
|
11599
11599
|
}
|
|
11600
|
-
function
|
|
11600
|
+
function Pg() {
|
|
11601
11601
|
const t = (e, a) => ({
|
|
11602
11602
|
id: 0,
|
|
11603
11603
|
status: lo.Default,
|
|
@@ -11623,26 +11623,26 @@ function Mg() {
|
|
|
11623
11623
|
};
|
|
11624
11624
|
}
|
|
11625
11625
|
let jn;
|
|
11626
|
-
const
|
|
11627
|
-
function
|
|
11626
|
+
const Qm = new Uint8Array(16);
|
|
11627
|
+
function Xm() {
|
|
11628
11628
|
if (!jn && (jn = typeof crypto < "u" && crypto.getRandomValues && crypto.getRandomValues.bind(crypto), !jn))
|
|
11629
11629
|
throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
|
|
11630
|
-
return jn(
|
|
11630
|
+
return jn(Qm);
|
|
11631
11631
|
}
|
|
11632
11632
|
const Te = [];
|
|
11633
11633
|
for (let t = 0; t < 256; ++t)
|
|
11634
11634
|
Te.push((t + 256).toString(16).slice(1));
|
|
11635
|
-
function
|
|
11635
|
+
function ep(t, n = 0) {
|
|
11636
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();
|
|
11637
11637
|
}
|
|
11638
11638
|
let Mr, ha, ga = 0, va = 0;
|
|
11639
|
-
function
|
|
11639
|
+
function tp(t, n, e) {
|
|
11640
11640
|
let a = n && e || 0;
|
|
11641
11641
|
const r = n || new Array(16);
|
|
11642
11642
|
t = t || {};
|
|
11643
11643
|
let o = t.node || Mr, l = t.clockseq !== void 0 ? t.clockseq : ha;
|
|
11644
11644
|
if (o == null || l == null) {
|
|
11645
|
-
const g = t.random || (t.rng ||
|
|
11645
|
+
const g = t.random || (t.rng || Xm)();
|
|
11646
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);
|
|
11647
11647
|
}
|
|
11648
11648
|
let c = t.msecs !== void 0 ? t.msecs : Date.now(), u = t.nsecs !== void 0 ? t.nsecs : va + 1;
|
|
@@ -11656,10 +11656,10 @@ function Km(t, n, e) {
|
|
|
11656
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;
|
|
11657
11657
|
for (let g = 0; g < 6; ++g)
|
|
11658
11658
|
r[a + g] = o[g];
|
|
11659
|
-
return n ||
|
|
11659
|
+
return n || ep(r);
|
|
11660
11660
|
}
|
|
11661
|
-
const
|
|
11662
|
-
function
|
|
11661
|
+
const Ig = () => tp(), At = J(null);
|
|
11662
|
+
function Fg(t) {
|
|
11663
11663
|
t.query.loginState && (At.value = t.query.loginState.toString());
|
|
11664
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";
|
|
11665
11665
|
return {
|
|
@@ -11672,78 +11672,78 @@ function Sg(t) {
|
|
|
11672
11672
|
};
|
|
11673
11673
|
}
|
|
11674
11674
|
export {
|
|
11675
|
-
|
|
11676
|
-
|
|
11677
|
-
|
|
11678
|
-
|
|
11679
|
-
|
|
11680
|
-
|
|
11681
|
-
|
|
11682
|
-
|
|
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,
|
|
11683
11683
|
Dr as AAnzuUserAvatar,
|
|
11684
|
-
|
|
11685
|
-
|
|
11686
|
-
|
|
11687
|
-
|
|
11684
|
+
tg as AAvatarColorPicker,
|
|
11685
|
+
Ep as ABooleanValue,
|
|
11686
|
+
Lh as ACachedChip,
|
|
11687
|
+
Lp as ACard,
|
|
11688
11688
|
ti as ACardLoader,
|
|
11689
|
-
|
|
11690
|
-
|
|
11691
|
-
|
|
11692
|
-
|
|
11693
|
-
|
|
11694
|
-
|
|
11695
|
-
|
|
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,
|
|
11696
11696
|
Hn as ADatetime,
|
|
11697
11697
|
jr as ADialogToolbar,
|
|
11698
|
-
|
|
11698
|
+
oh as AEmptyRouterView,
|
|
11699
11699
|
dl as AFilterAdvancedButton,
|
|
11700
|
-
|
|
11701
|
-
|
|
11702
|
-
|
|
11703
|
-
|
|
11704
|
-
|
|
11700
|
+
Eh as AFilterBooleanGroup,
|
|
11701
|
+
Nh as AFilterBooleanSelect,
|
|
11702
|
+
Sh as AFilterDatetimePicker,
|
|
11703
|
+
bh as AFilterInteger,
|
|
11704
|
+
Fh as AFilterRemoteAutocomplete,
|
|
11705
11705
|
fl as AFilterResetButton,
|
|
11706
|
-
|
|
11706
|
+
yh as AFilterString,
|
|
11707
11707
|
cl as AFilterSubmitButton,
|
|
11708
|
-
|
|
11709
|
-
|
|
11710
|
-
|
|
11711
|
-
|
|
11712
|
-
|
|
11713
|
-
|
|
11714
|
-
|
|
11715
|
-
|
|
11716
|
-
|
|
11717
|
-
|
|
11718
|
-
|
|
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,
|
|
11719
11719
|
uo as AIconGroup,
|
|
11720
|
-
|
|
11720
|
+
sg as AJobDetailCommon,
|
|
11721
11721
|
Hl as AJobStatusChip,
|
|
11722
|
-
|
|
11723
|
-
|
|
11724
|
-
|
|
11725
|
-
|
|
11726
|
-
|
|
11727
|
-
|
|
11728
|
-
|
|
11729
|
-
|
|
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,
|
|
11730
11730
|
nt as ARow,
|
|
11731
|
-
|
|
11732
|
-
|
|
11733
|
-
|
|
11734
|
-
|
|
11735
|
-
|
|
11736
|
-
|
|
11737
|
-
|
|
11738
|
-
|
|
11739
|
-
|
|
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,
|
|
11740
11740
|
yl as Acl,
|
|
11741
11741
|
ht as AnzuApiForbiddenError,
|
|
11742
11742
|
yt as AnzuApiForbiddenOperationError,
|
|
11743
11743
|
vt as AnzuApiResponseCodeError,
|
|
11744
11744
|
gt as AnzuApiValidationError,
|
|
11745
11745
|
Ie as AnzuFatalError,
|
|
11746
|
-
|
|
11746
|
+
Mh as AnzuSystemsCommonAdmin,
|
|
11747
11747
|
Xr as AvailableLanguagesSymbol,
|
|
11748
11748
|
Cr as COMMON_CONFIG,
|
|
11749
11749
|
ea as DATETIME_MAX,
|
|
@@ -11751,14 +11751,14 @@ export {
|
|
|
11751
11751
|
eo as DefaultLanguageSymbol,
|
|
11752
11752
|
Bn as Grant,
|
|
11753
11753
|
Kr as GrantOrigin,
|
|
11754
|
-
|
|
11754
|
+
th as HTTP_STATUS_BAD_REQUEST,
|
|
11755
11755
|
ji as HTTP_STATUS_CREATED,
|
|
11756
11756
|
Bi as HTTP_STATUS_FORBIDDEN,
|
|
11757
11757
|
pt as HTTP_STATUS_NO_CONTENT,
|
|
11758
11758
|
zi as HTTP_STATUS_OK,
|
|
11759
|
-
|
|
11759
|
+
nh as HTTP_STATUS_UNAUTHORIZED,
|
|
11760
11760
|
Ur as HTTP_STATUS_UNPROCESSABLE_ENTITY,
|
|
11761
|
-
|
|
11761
|
+
bg as JOB_RESOURCE_USER_DATA_DELETE,
|
|
11762
11762
|
lo as JobStatus,
|
|
11763
11763
|
ql as LogLevel,
|
|
11764
11764
|
qi as NEW_LINE_MARK,
|
|
@@ -11766,39 +11766,40 @@ export {
|
|
|
11766
11766
|
ot as SubjectScopeSymbol,
|
|
11767
11767
|
rt as SystemScopeSymbol,
|
|
11768
11768
|
ns as Theme,
|
|
11769
|
-
|
|
11769
|
+
pg as apiAnyRequest,
|
|
11770
11770
|
Zs as apiCreateOne,
|
|
11771
11771
|
Qs as apiDeleteOne,
|
|
11772
|
-
|
|
11772
|
+
hg as apiFetchByIds,
|
|
11773
11773
|
au as apiFetchList,
|
|
11774
11774
|
ru as apiFetchOne,
|
|
11775
|
-
|
|
11775
|
+
gg as apiUpdateOne,
|
|
11776
11776
|
ou as arrayFlatten,
|
|
11777
|
-
|
|
11778
|
-
|
|
11779
|
-
|
|
11780
|
-
|
|
11777
|
+
Ag as arrayFromArgs,
|
|
11778
|
+
kg as arrayItemToggle,
|
|
11779
|
+
Cg as arrayToString,
|
|
11780
|
+
Dg as arraysHaveSameElements,
|
|
11781
11781
|
$t as axiosErrorResponseHasForbiddenOperationData,
|
|
11782
11782
|
Tt as axiosErrorResponseHasValidationData,
|
|
11783
11783
|
St as axiosErrorResponseIsForbidden,
|
|
11784
|
-
|
|
11785
|
-
|
|
11784
|
+
ug as booleanToInteger,
|
|
11785
|
+
_g as browserHistoryReplaceUrlByRouter,
|
|
11786
11786
|
iu as browserHistoryReplaceUrlByString,
|
|
11787
11787
|
mt as cloneDeep,
|
|
11788
|
-
|
|
11789
|
-
|
|
11790
|
-
|
|
11788
|
+
Tg as createDatatableColumnsConfig,
|
|
11789
|
+
hh as dateDiff,
|
|
11790
|
+
dh as dateModifyMinutes,
|
|
11791
11791
|
rl as dateNow,
|
|
11792
|
-
|
|
11793
|
-
|
|
11794
|
-
|
|
11792
|
+
mh as datePretty,
|
|
11793
|
+
uh as dateTimeEndOfDay,
|
|
11794
|
+
fh as dateTimeFriendly,
|
|
11795
11795
|
Rt as dateTimeNow,
|
|
11796
11796
|
Aa as dateTimePretty,
|
|
11797
|
-
|
|
11797
|
+
sh as dateTimeStartOfDay,
|
|
11798
|
+
ih as dateTimeToDate,
|
|
11798
11799
|
ol as dateToUtc,
|
|
11799
|
-
|
|
11800
|
+
Og as defineCached,
|
|
11800
11801
|
ut as eventClickBlur,
|
|
11801
|
-
|
|
11802
|
+
Ig as generateUUIDv1,
|
|
11802
11803
|
le as i18n,
|
|
11803
11804
|
Yr as isAnzuApiForbiddenError,
|
|
11804
11805
|
Ji as isAnzuApiForbiddenOperationError,
|
|
@@ -11809,11 +11810,11 @@ export {
|
|
|
11809
11810
|
mr as isBoolean,
|
|
11810
11811
|
gl as isCreatedByAware,
|
|
11811
11812
|
fr as isDefined,
|
|
11812
|
-
|
|
11813
|
-
|
|
11813
|
+
zp as isDocId,
|
|
11814
|
+
Bp as isEmpty,
|
|
11814
11815
|
ni as isEmptyArray,
|
|
11815
11816
|
zr as isEmptyObject,
|
|
11816
|
-
|
|
11817
|
+
jp as isInt,
|
|
11817
11818
|
he as isNull,
|
|
11818
11819
|
Fa as isNumber,
|
|
11819
11820
|
Qn as isObject,
|
|
@@ -11821,52 +11822,52 @@ export {
|
|
|
11821
11822
|
ct as isString,
|
|
11822
11823
|
T as isUndefined,
|
|
11823
11824
|
Ot as isValidHTTPStatus,
|
|
11824
|
-
|
|
11825
|
-
|
|
11826
|
-
|
|
11827
|
-
|
|
11825
|
+
Vg as loadCommonFonts,
|
|
11826
|
+
vh as makeFilterHelper,
|
|
11827
|
+
Mg as messagesEn,
|
|
11828
|
+
xg as messagesSk,
|
|
11828
11829
|
ss as modifyLanguageSettings,
|
|
11829
11830
|
so as numberToString,
|
|
11830
11831
|
Gr as objectDeepFreeze,
|
|
11831
|
-
|
|
11832
|
+
_h as objectDeletePropertyByPath,
|
|
11832
11833
|
Zr as objectGetValueByPath,
|
|
11833
|
-
|
|
11834
|
-
|
|
11835
|
-
|
|
11836
|
-
|
|
11834
|
+
Ah as objectGetValues,
|
|
11835
|
+
Dh as objectSetValueByPath,
|
|
11836
|
+
mg as prettyBytes,
|
|
11837
|
+
Jp as stringNormalizeForSlotName,
|
|
11837
11838
|
st as stringSplitOnFirstOccurrence,
|
|
11838
|
-
|
|
11839
|
+
Rp as stringToFloat,
|
|
11839
11840
|
ai as stringToInt,
|
|
11840
11841
|
ri as stringToKebabCase,
|
|
11841
|
-
|
|
11842
|
-
|
|
11842
|
+
Up as stringToSlug,
|
|
11843
|
+
Yp as stringTrimLength,
|
|
11843
11844
|
oi as stringUrlTemplateReplace,
|
|
11844
|
-
|
|
11845
|
-
|
|
11846
|
-
|
|
11845
|
+
Hp as stringUrlTemplateReplaceVueRouter,
|
|
11846
|
+
ph as timePretty,
|
|
11847
|
+
lh as timestampCurrent,
|
|
11847
11848
|
vl as useAcl,
|
|
11848
11849
|
Na as useAlerts,
|
|
11849
|
-
|
|
11850
|
+
dg as useAnzuUserFactory,
|
|
11850
11851
|
mo as useApiQueryBuilder,
|
|
11851
|
-
|
|
11852
|
-
|
|
11853
|
-
|
|
11852
|
+
Pg as useCommonJobFactory,
|
|
11853
|
+
$g as useCommonVuetifyConfig,
|
|
11854
|
+
vg as useErrors,
|
|
11854
11855
|
za as useFilterHelpers,
|
|
11855
11856
|
qr as useGrant,
|
|
11856
11857
|
ml as useGrantOrigin,
|
|
11857
|
-
|
|
11858
|
-
|
|
11859
|
-
|
|
11858
|
+
Lg as useI18n,
|
|
11859
|
+
yg as useJobApi,
|
|
11860
|
+
wg as useJobBaseResource,
|
|
11860
11861
|
Yl as useJobStatus,
|
|
11861
11862
|
us as useLanguageSettings,
|
|
11862
11863
|
Kl as useLogLevel,
|
|
11863
|
-
|
|
11864
|
+
Fg as useLoginStatus,
|
|
11864
11865
|
na as usePagination,
|
|
11865
|
-
|
|
11866
|
-
|
|
11867
|
-
|
|
11866
|
+
Th as usePaginationAutoHide,
|
|
11867
|
+
cg as usePermissionConfigFactory,
|
|
11868
|
+
fg as usePermissionGroupFactory,
|
|
11868
11869
|
rs as useTheme,
|
|
11869
|
-
|
|
11870
|
-
|
|
11870
|
+
Sg as useValidate,
|
|
11871
|
+
ch as yearNow
|
|
11871
11872
|
};
|
|
11872
11873
|
//# sourceMappingURL=common-admin.es.js.map
|