@anzusystems/common-admin 1.47.0-alpha76 → 1.47.0-alpha77
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 -0
- package/dist/common-admin.es.js +1 -1
- package/dist/{lib-B6BxNa_b.js → lib-0FdakAVl.js} +1004 -995
- package/dist/lib-0FdakAVl.js.map +1 -0
- package/dist/{webfontloader-DneTKZGv.js → webfontloader-dehHK0ef.js} +2 -2
- package/dist/{webfontloader-DneTKZGv.js.map → webfontloader-dehHK0ef.js.map} +1 -1
- package/package.json +3 -3
- package/dist/lib-B6BxNa_b.js.map +0 -1
|
@@ -93,7 +93,7 @@ const Gm = { key: 1 }, Nd = /* @__PURE__ */ W({
|
|
|
93
93
|
_: 3
|
|
94
94
|
}, 8, ["data-cy"]));
|
|
95
95
|
}
|
|
96
|
-
}), Jm = ["textContent"],
|
|
96
|
+
}), Jm = ["textContent"], gS = /* @__PURE__ */ W({
|
|
97
97
|
__name: "AAlerts",
|
|
98
98
|
props: {
|
|
99
99
|
max: { default: 5 },
|
|
@@ -148,7 +148,7 @@ const Gm = { key: 1 }, Nd = /* @__PURE__ */ W({
|
|
|
148
148
|
[Oa, a.loading]
|
|
149
149
|
]);
|
|
150
150
|
}
|
|
151
|
-
}),
|
|
151
|
+
}), qS = /* @__PURE__ */ W({
|
|
152
152
|
__name: "ACard",
|
|
153
153
|
props: {
|
|
154
154
|
loading: { type: Boolean, default: void 0 },
|
|
@@ -201,7 +201,7 @@ const Gm = { key: 1 }, Nd = /* @__PURE__ */ W({
|
|
|
201
201
|
start: t.slice(0, e),
|
|
202
202
|
end: t.slice(e + a.length)
|
|
203
203
|
};
|
|
204
|
-
},
|
|
204
|
+
}, YS = (t) => t.toString().toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, "-").replace(/&/g, "-").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/^-+/, "").replace(/-+$/, ""), rf = (t) => t.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), XS = (t, a = 80) => t.length > a ? t.substring(1, a) + "..." : t, of = (t, a) => {
|
|
205
205
|
if (t.indexOf(":") === -1) return t;
|
|
206
206
|
const e = [];
|
|
207
207
|
return t.split("/").forEach((i, r) => {
|
|
@@ -209,7 +209,7 @@ const Gm = { key: 1 }, Nd = /* @__PURE__ */ W({
|
|
|
209
209
|
const o = i.substring(1);
|
|
210
210
|
R(a[o]) || (e[r] = a[i.substring(1)] + "");
|
|
211
211
|
}), e.join("/");
|
|
212
|
-
},
|
|
212
|
+
}, AS = (t, a) => {
|
|
213
213
|
if (t.indexOf(":") === -1) return t;
|
|
214
214
|
const e = [];
|
|
215
215
|
return t.split("/").forEach((i, r) => {
|
|
@@ -218,7 +218,7 @@ const Gm = { key: 1 }, Nd = /* @__PURE__ */ W({
|
|
|
218
218
|
const o = /^:([a-zA-Z0-9_-]+).*/, l = i.match(o);
|
|
219
219
|
se(l) || !l[1] || R(a[l[1]]) || (e[r] = a[l[1]] + "");
|
|
220
220
|
}), e.join("/");
|
|
221
|
-
},
|
|
221
|
+
}, yS = (t) => t.replace(".", "-"), bS = (t) => /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,63}$/.test(t), ka = Symbol.for("anzu:SystemScope"), Ia = Symbol.for("anzu:SubjectScope"), so = Symbol.for("anzu:CurrentUser"), jd = Symbol.for("anzu:CustomAclResolver"), Hd = Symbol.for("anzu:AvailableLanguages"), Wd = Symbol.for("anzu:DefaultLanguage"), nf = /* @__PURE__ */ L("div", null, null, -1), hn = /* @__PURE__ */ W({
|
|
222
222
|
__name: "AAnzuUserAvatar",
|
|
223
223
|
props: {
|
|
224
224
|
user: { default: void 0 },
|
|
@@ -374,7 +374,7 @@ function Kr(t) {
|
|
|
374
374
|
function Dr(t) {
|
|
375
375
|
return t.status === nu.Failed;
|
|
376
376
|
}
|
|
377
|
-
const
|
|
377
|
+
const CS = {
|
|
378
378
|
Free: "free",
|
|
379
379
|
Moderated: "moderated"
|
|
380
380
|
}, Ar = {
|
|
@@ -893,7 +893,7 @@ const Cf = {
|
|
|
893
893
|
])
|
|
894
894
|
]));
|
|
895
895
|
}
|
|
896
|
-
}),
|
|
896
|
+
}), xS = /* @__PURE__ */ W({
|
|
897
897
|
__name: "ADatatableConfigButton",
|
|
898
898
|
props: {
|
|
899
899
|
columnsAll: {},
|
|
@@ -984,7 +984,7 @@ const Cf = {
|
|
|
984
984
|
_: 1
|
|
985
985
|
}, 8, ["class", "data-cy"]));
|
|
986
986
|
}
|
|
987
|
-
}), Tf = { class: "d-flex align-center justify-center" }, Ef = { class: "text-caption mr-1" },
|
|
987
|
+
}), Tf = { class: "d-flex align-center justify-center" }, Ef = { class: "text-caption mr-1" }, wS = /* @__PURE__ */ W({
|
|
988
988
|
__name: "ADatatableOrdering",
|
|
989
989
|
props: {
|
|
990
990
|
variant: { default: "default" },
|
|
@@ -1106,7 +1106,7 @@ const Cf = {
|
|
|
1106
1106
|
_: 3
|
|
1107
1107
|
}));
|
|
1108
1108
|
}
|
|
1109
|
-
}),
|
|
1109
|
+
}), kS = /* @__PURE__ */ W({
|
|
1110
1110
|
__name: "ALogData",
|
|
1111
1111
|
props: {
|
|
1112
1112
|
data: {}
|
|
@@ -1541,7 +1541,7 @@ class Xt extends Error {
|
|
|
1541
1541
|
super(e), this.name = "AnzuFatalError", this.cause = a, this.message = e;
|
|
1542
1542
|
}
|
|
1543
1543
|
}
|
|
1544
|
-
const Ts = 200, Hn = 201, Zf = 202, za = 204,
|
|
1544
|
+
const Ts = 200, Hn = 201, Zf = 202, za = 204, IS = 400, _S = 401, Jf = 403, cu = 422, Qf = [Ts, Hn, Zf, za], La = (t) => {
|
|
1545
1545
|
var a;
|
|
1546
1546
|
return Jr.isAxiosError(t) && ((a = t.response) == null ? void 0 : a.status) === Jf;
|
|
1547
1547
|
}, mu = (t) => t instanceof _a;
|
|
@@ -1718,7 +1718,7 @@ function We() {
|
|
|
1718
1718
|
showErrorsDefault: (F) => mu(F) ? (Y(), !0) : fu(F) ? (c(F.fields), !0) : sV(F) ? (u(F.detail), !0) : uu(F) || Vu(F) ? (p(), !0) : !1
|
|
1719
1719
|
};
|
|
1720
1720
|
}
|
|
1721
|
-
const
|
|
1721
|
+
const SS = /* @__PURE__ */ W({
|
|
1722
1722
|
__name: "ACreateDialog",
|
|
1723
1723
|
props: /* @__PURE__ */ Ht({
|
|
1724
1724
|
buttonClass: { default: "" },
|
|
@@ -1834,7 +1834,7 @@ const kS = /* @__PURE__ */ W({
|
|
|
1834
1834
|
}, 8, ["class", "data-cy"]);
|
|
1835
1835
|
};
|
|
1836
1836
|
}
|
|
1837
|
-
}), rV = { class: "a-admin-switcher__content" }, oV = ["href"], nV = ["src", "alt"], lV = { class: "a-admin-switcher__item-title" },
|
|
1837
|
+
}), rV = { class: "a-admin-switcher__content" }, oV = ["href"], nV = ["src", "alt"], lV = { class: "a-admin-switcher__item-title" }, KS = /* @__PURE__ */ W({
|
|
1838
1838
|
__name: "AAdminSwitcher",
|
|
1839
1839
|
props: {
|
|
1840
1840
|
configUrl: { default: null }
|
|
@@ -1904,7 +1904,7 @@ function uV(t, a) {
|
|
|
1904
1904
|
const e = $e("RouterView");
|
|
1905
1905
|
return q(), M(e);
|
|
1906
1906
|
}
|
|
1907
|
-
const
|
|
1907
|
+
const DS = /* @__PURE__ */ ja(dV, [["render", uV]]);
|
|
1908
1908
|
var ro = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
|
|
1909
1909
|
function oo(t) {
|
|
1910
1910
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
@@ -2386,13 +2386,13 @@ var fV = gu.exports;
|
|
|
2386
2386
|
const qu = /* @__PURE__ */ oo(fV);
|
|
2387
2387
|
Ee.extend(Fu);
|
|
2388
2388
|
Ee.extend(qu);
|
|
2389
|
-
const ds = ".000000Z", Mr = "YYYY-MM-DDTHH:mm:ss", no = "1970-01-01T00:00:00.000000Z", lo = "2100-01-01T00:00:00.000000Z",
|
|
2389
|
+
const ds = ".000000Z", Mr = "YYYY-MM-DDTHH:mm:ss", no = "1970-01-01T00:00:00.000000Z", lo = "2100-01-01T00:00:00.000000Z", TS = () => Ee().utc().toDate(), ES = (t) => Ee(t).toDate(), MS = () => ai(Ee().utc().unix()), Ot = (t = !0, a = !1) => t && !a ? Ee().utc().format("YYYY-MM-DDTHH:mm:ss") + ds : t && a ? Ee().utc().format("YYYY-MM-DDTHH:mm:00") + ds : !t && a ? Ee().utc().format("YYYY-MM-DDTHH:mm:00.SSSSSS") + "Z" : Ee().utc().format("YYYY-MM-DDTHH:mm:ss.SSSSSS") + "Z", $S = (t = 0) => t === 0 ? Ee().startOf("day").utc().format(Mr) + ds : Ee().add(t, "days").startOf("day").utc().format(Mr) + ds, BS = (t = 0) => t === 0 ? Ee().endOf("day").utc().format(Mr) + ds : Ee().add(t, "days").endOf("day").utc().format(Mr) + ds, PS = (t = 0, a = null) => (a === null && (a = /* @__PURE__ */ new Date()), t === 0 ? a : t > 0 ? Ee(a).add(t, "minutes").toDate() : t < 0 ? Ee(a).subtract(Math.abs(t), "minutes").toDate() : a), OS = (t) => Ee(t).utc().format("YYYY-MM-DDTHH:mm:ss") + ds, RS = () => Ee().utc().format("YYYY"), Ss = (t, a = "") => t === lo || t === no || t === "" || se(t) || R(t) ? a : Ee(t).format("DD.MM.YYYY HH:mm"), zS = (t, a = "") => {
|
|
2390
2390
|
if (t === lo || t === no || t === "" || se(t) || R(t))
|
|
2391
2391
|
return a;
|
|
2392
2392
|
let e = !0, s = !0;
|
|
2393
2393
|
const i = Ee(t), r = Ee();
|
|
2394
2394
|
return r.format("YYYY") === i.format("YYYY") && (e = !1), r.format("YYYY-MM-DD") === i.format("YYYY-MM-DD") && (s = !1), !e && !s ? Ee(i).format("H:mm") : e ? Ee(i).format("D.M.YYYY H:mm") : Ee(i).format("D.M. H:mm");
|
|
2395
|
-
},
|
|
2395
|
+
}, LS = (t, a = "") => t === lo || t === no || t === "" || se(t) || R(t) ? a : Ee(t).format("DD.MM.YYYY"), NS = (t, a = "") => t === lo || t === no || t === "" || se(t) || R(t) ? a : Ee(t).format("HH:mm"), US = (t, a, e = "ms") => {
|
|
2396
2396
|
const s = Ee(t), i = Ee(a);
|
|
2397
2397
|
return s.diff(i, e);
|
|
2398
2398
|
}, VV = { class: "d-flex align-center" }, pV = {
|
|
@@ -2401,7 +2401,7 @@ const ds = ".000000Z", Mr = "YYYY-MM-DDTHH:mm:ss", no = "1970-01-01T00:00:00.000
|
|
|
2401
2401
|
}, vV = { class: "d-flex align-center" }, hV = {
|
|
2402
2402
|
key: 0,
|
|
2403
2403
|
class: "mr-2"
|
|
2404
|
-
},
|
|
2404
|
+
}, jS = /* @__PURE__ */ W({
|
|
2405
2405
|
__name: "ATimeTrackingFields",
|
|
2406
2406
|
props: {
|
|
2407
2407
|
data: {},
|
|
@@ -2606,7 +2606,7 @@ const Yu = /* @__PURE__ */ W({
|
|
|
2606
2606
|
} : void 0
|
|
2607
2607
|
]), 1032, ["modelValue", "label", "data-cy", "placeholder"]));
|
|
2608
2608
|
}
|
|
2609
|
-
}),
|
|
2609
|
+
}), HS = /* @__PURE__ */ ja(FV, [["__scopeId", "data-v-c2649051"]]), WS = /* @__PURE__ */ W({
|
|
2610
2610
|
__name: "AFilterInteger",
|
|
2611
2611
|
props: {
|
|
2612
2612
|
modelValue: {},
|
|
@@ -2733,7 +2733,7 @@ const Yu = /* @__PURE__ */ W({
|
|
|
2733
2733
|
_: 1
|
|
2734
2734
|
}, 8, ["class", "data-cy"]));
|
|
2735
2735
|
}
|
|
2736
|
-
}), XV = { class: "a-filter-advanced__content" },
|
|
2736
|
+
}), XV = { class: "a-filter-advanced__content" }, GS = /* @__PURE__ */ W({
|
|
2737
2737
|
__name: "AFilterWrapper",
|
|
2738
2738
|
props: {
|
|
2739
2739
|
enableAdvanced: { type: Boolean, default: !1 },
|
|
@@ -2838,7 +2838,7 @@ function Xu() {
|
|
|
2838
2838
|
getGrantOption: (s) => a.value.find((i) => i.value === s)
|
|
2839
2839
|
};
|
|
2840
2840
|
}
|
|
2841
|
-
const
|
|
2841
|
+
const ZS = /* @__PURE__ */ W({
|
|
2842
2842
|
__name: "APermissionGrantEditor",
|
|
2843
2843
|
props: {
|
|
2844
2844
|
availableGrants: {},
|
|
@@ -2912,7 +2912,7 @@ function AV() {
|
|
|
2912
2912
|
const yV = {
|
|
2913
2913
|
key: 0,
|
|
2914
2914
|
class: "ml-1"
|
|
2915
|
-
},
|
|
2915
|
+
}, JS = /* @__PURE__ */ W({
|
|
2916
2916
|
__name: "APermissionValueChip",
|
|
2917
2917
|
props: {
|
|
2918
2918
|
grant: {},
|
|
@@ -2943,7 +2943,7 @@ const yV = {
|
|
|
2943
2943
|
s && typeof s == "object" && yu(s);
|
|
2944
2944
|
}
|
|
2945
2945
|
return Object.freeze(t);
|
|
2946
|
-
},
|
|
2946
|
+
}, QS = (t) => Object.keys(t).map((a) => t[a]), uo = (t, a, e = ".") => {
|
|
2947
2947
|
const s = a.split(e);
|
|
2948
2948
|
let i = t;
|
|
2949
2949
|
for (; s.length; ) {
|
|
@@ -2962,7 +2962,7 @@ const yV = {
|
|
|
2962
2962
|
}
|
|
2963
2963
|
r[i[0]] = e;
|
|
2964
2964
|
};
|
|
2965
|
-
function
|
|
2965
|
+
function eK(t, a, e = ".") {
|
|
2966
2966
|
const s = a.split(e), i = s.length - 1;
|
|
2967
2967
|
function r(o, l = 0) {
|
|
2968
2968
|
const n = s[l];
|
|
@@ -3526,7 +3526,7 @@ const QV = (t) => (Vm("data-v-8b2f16cf"), t = t(), pm(), t), ep = { class: "a-da
|
|
|
3526
3526
|
_: 3
|
|
3527
3527
|
}, 8, ["modelValue", "data-cy", "error-messages", "required", "disabled", "label", "clearable"]));
|
|
3528
3528
|
}
|
|
3529
|
-
}), mp = { class: "d-flex justify-space-between" }, fp = { style: { opacity: "0.5" } },
|
|
3529
|
+
}), mp = { class: "d-flex justify-space-between" }, fp = { style: { opacity: "0.5" } }, tK = /* @__PURE__ */ W({
|
|
3530
3530
|
__name: "AFormFlagDatetimePicker",
|
|
3531
3531
|
props: {
|
|
3532
3532
|
modelValue: {},
|
|
@@ -3664,7 +3664,7 @@ const QV = (t) => (Vm("data-v-8b2f16cf"), t = t(), pm(), t), ep = { class: "a-da
|
|
|
3664
3664
|
})
|
|
3665
3665
|
], 64));
|
|
3666
3666
|
}
|
|
3667
|
-
}),
|
|
3667
|
+
}), aK = /* @__PURE__ */ W({
|
|
3668
3668
|
__name: "AFilterDatetimePicker",
|
|
3669
3669
|
props: {
|
|
3670
3670
|
modelValue: {},
|
|
@@ -3702,7 +3702,7 @@ function Es(t = "id") {
|
|
|
3702
3702
|
totalCount: 0
|
|
3703
3703
|
});
|
|
3704
3704
|
}
|
|
3705
|
-
function
|
|
3705
|
+
function sK(t) {
|
|
3706
3706
|
return {
|
|
3707
3707
|
showPagination: _(() => !(t.page === 1 && t.currentViewCount < t.rowsPerPage))
|
|
3708
3708
|
};
|
|
@@ -3952,7 +3952,7 @@ const Vp = {
|
|
|
3952
3952
|
} : void 0
|
|
3953
3953
|
]), 1032, ["model-value", "items", "multiple", "clearable", "error-messages", "chips", "hide-details", "loading", "disabled"]));
|
|
3954
3954
|
}
|
|
3955
|
-
}), vp = { class: "d-flex" }, hp = ["for"],
|
|
3955
|
+
}), vp = { class: "d-flex" }, hp = ["for"], iK = /* @__PURE__ */ W({
|
|
3956
3956
|
__name: "AFormRemoteCheckbox",
|
|
3957
3957
|
props: {
|
|
3958
3958
|
modelValue: { type: Boolean },
|
|
@@ -4000,7 +4000,7 @@ const Vp = {
|
|
|
4000
4000
|
}, I(l.value), 9, hp))
|
|
4001
4001
|
]));
|
|
4002
4002
|
}
|
|
4003
|
-
}),
|
|
4003
|
+
}), rK = /* @__PURE__ */ W({
|
|
4004
4004
|
__name: "AFormSwitch",
|
|
4005
4005
|
props: {
|
|
4006
4006
|
modelValue: { type: Boolean },
|
|
@@ -4072,7 +4072,7 @@ const Vp = {
|
|
|
4072
4072
|
} : void 0
|
|
4073
4073
|
]), 1032, ["data-cy", "model-value", "disabled"]));
|
|
4074
4074
|
}
|
|
4075
|
-
}), Fp = { class: "d-flex" }, gp = ["for"],
|
|
4075
|
+
}), Fp = { class: "d-flex" }, gp = ["for"], oK = /* @__PURE__ */ W({
|
|
4076
4076
|
__name: "AFormRemoteSwitch",
|
|
4077
4077
|
props: {
|
|
4078
4078
|
modelValue: { type: Boolean },
|
|
@@ -4259,7 +4259,7 @@ const Vp = {
|
|
|
4259
4259
|
} : void 0
|
|
4260
4260
|
]), 1032, ["modelValue", "items", "multiple", "disabled", "clearable", "error-messages", "data-cy"]));
|
|
4261
4261
|
}
|
|
4262
|
-
}),
|
|
4262
|
+
}), nK = /* @__PURE__ */ W({
|
|
4263
4263
|
__name: "AFilterValueObjectOptionsSelect",
|
|
4264
4264
|
props: {
|
|
4265
4265
|
modelValue: {},
|
|
@@ -4288,7 +4288,7 @@ const Vp = {
|
|
|
4288
4288
|
onChange: c[2] || (c[2] = (u) => s("change"))
|
|
4289
4289
|
}, null, 8, ["modelValue", "items", "chips", "label", "multiple", "clearable"]));
|
|
4290
4290
|
}
|
|
4291
|
-
}),
|
|
4291
|
+
}), lK = /* @__PURE__ */ W({
|
|
4292
4292
|
__name: "AFilterRemoteAutocomplete",
|
|
4293
4293
|
props: {
|
|
4294
4294
|
modelValue: {},
|
|
@@ -4458,11 +4458,14 @@ const Vp = {
|
|
|
4458
4458
|
}, 8, ["modelValue"])
|
|
4459
4459
|
]));
|
|
4460
4460
|
}
|
|
4461
|
-
}),
|
|
4461
|
+
}), dK = /* @__PURE__ */ ja(yp, [["__scopeId", "data-v-0bca0344"]]), Ko = /* @__PURE__ */ W({
|
|
4462
4462
|
__name: "AFilterBooleanSelect",
|
|
4463
4463
|
props: {
|
|
4464
4464
|
modelValue: {},
|
|
4465
|
-
dataCy: { default: "filter-boolean" }
|
|
4465
|
+
dataCy: { default: "filter-boolean" },
|
|
4466
|
+
allT: { default: "common.model.all" },
|
|
4467
|
+
trueT: { default: "common.model.boolean.true" },
|
|
4468
|
+
falseT: { default: "common.model.boolean.false" }
|
|
4466
4469
|
},
|
|
4467
4470
|
emits: ["update:modelValue"],
|
|
4468
4471
|
setup(t, { emit: a }) {
|
|
@@ -4475,9 +4478,9 @@ const Vp = {
|
|
|
4475
4478
|
n === 1 && (d = !0), n === 0 && (d = !1), s("update:modelValue", { ...e.modelValue, model: d });
|
|
4476
4479
|
}
|
|
4477
4480
|
}), { t: r } = ee(), o = _(() => e.modelValue.titleT ? r(e.modelValue.titleT) : void 0), l = _(() => [
|
|
4478
|
-
{ value: -1, title: r(
|
|
4479
|
-
{ value: 1, title: r(
|
|
4480
|
-
{ value: 0, title: r(
|
|
4481
|
+
{ value: -1, title: r(e.allT) },
|
|
4482
|
+
{ value: 1, title: r(e.trueT) },
|
|
4483
|
+
{ value: 0, title: r(e.falseT) }
|
|
4481
4484
|
]);
|
|
4482
4485
|
return (n, d) => (q(), M(zi, {
|
|
4483
4486
|
modelValue: i.value,
|
|
@@ -4556,7 +4559,7 @@ const Cp = /* @__PURE__ */ W({
|
|
|
4556
4559
|
LINK_EXTERNAL: "mdi-open-in-new"
|
|
4557
4560
|
}
|
|
4558
4561
|
}
|
|
4559
|
-
}, Ml = yu(xp), wp = { key: 1 },
|
|
4562
|
+
}, Ml = yu(xp), wp = { key: 1 }, uK = /* @__PURE__ */ W({
|
|
4560
4563
|
__name: "ACachedChip",
|
|
4561
4564
|
props: {
|
|
4562
4565
|
id: { default: null },
|
|
@@ -4690,7 +4693,7 @@ function Ip() {
|
|
|
4690
4693
|
getLogLevelOption: (e) => t.value.find((s) => s.value === e)
|
|
4691
4694
|
};
|
|
4692
4695
|
}
|
|
4693
|
-
const
|
|
4696
|
+
const cK = /* @__PURE__ */ W({
|
|
4694
4697
|
__name: "ALogLevelChip",
|
|
4695
4698
|
props: {
|
|
4696
4699
|
level: {}
|
|
@@ -4996,7 +4999,7 @@ function Bp(t, a = !1, e = void 0, s = void 0, i = !1) {
|
|
|
4996
4999
|
unsubscribeCollabStartingListener: $
|
|
4997
5000
|
};
|
|
4998
5001
|
}
|
|
4999
|
-
const Pp = { class: "ml-3" }, Op = { class: "ml-1" },
|
|
5002
|
+
const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, mK = /* @__PURE__ */ W({
|
|
5000
5003
|
__name: "ACollabManagement",
|
|
5001
5004
|
props: {
|
|
5002
5005
|
collabRoom: {},
|
|
@@ -5473,7 +5476,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
5473
5476
|
]);
|
|
5474
5477
|
};
|
|
5475
5478
|
}
|
|
5476
|
-
}),
|
|
5479
|
+
}), fK = /* @__PURE__ */ W({
|
|
5477
5480
|
__name: "AUserAndTimeTrackingFields",
|
|
5478
5481
|
props: {
|
|
5479
5482
|
data: {},
|
|
@@ -5509,7 +5512,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
5509
5512
|
}, 8, ["title"]))
|
|
5510
5513
|
], 64));
|
|
5511
5514
|
}
|
|
5512
|
-
}),
|
|
5515
|
+
}), VK = /* @__PURE__ */ W({
|
|
5513
5516
|
__name: "AActionCloseButton",
|
|
5514
5517
|
props: {
|
|
5515
5518
|
routeName: { default: void 0 },
|
|
@@ -5550,7 +5553,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
5550
5553
|
_: 1
|
|
5551
5554
|
}, 8, ["class", "data-cy", "to", "width", "height"]));
|
|
5552
5555
|
}
|
|
5553
|
-
}),
|
|
5556
|
+
}), pK = /* @__PURE__ */ W({
|
|
5554
5557
|
__name: "AActionCreateButton",
|
|
5555
5558
|
props: {
|
|
5556
5559
|
routeName: {},
|
|
@@ -5756,7 +5759,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
5756
5759
|
], 64);
|
|
5757
5760
|
};
|
|
5758
5761
|
}
|
|
5759
|
-
}),
|
|
5762
|
+
}), vK = /* @__PURE__ */ W({
|
|
5760
5763
|
__name: "AActionEditButton",
|
|
5761
5764
|
props: {
|
|
5762
5765
|
routeName: {},
|
|
@@ -5826,7 +5829,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
5826
5829
|
_: 1
|
|
5827
5830
|
}, 8, ["class", "variant", "data-cy", "loading", "height"]));
|
|
5828
5831
|
}
|
|
5829
|
-
}),
|
|
5832
|
+
}), hK = /* @__PURE__ */ W({
|
|
5830
5833
|
__name: "AActionSaveAndCloseButton",
|
|
5831
5834
|
props: {
|
|
5832
5835
|
buttonT: { default: "common.button.saveAndClose" },
|
|
@@ -5870,7 +5873,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
5870
5873
|
_: 1
|
|
5871
5874
|
}, 8, ["class", "data-cy", "loading", "disabled"]));
|
|
5872
5875
|
}
|
|
5873
|
-
}),
|
|
5876
|
+
}), FK = /* @__PURE__ */ W({
|
|
5874
5877
|
__name: "AActionSaveButton",
|
|
5875
5878
|
props: {
|
|
5876
5879
|
buttonT: { default: "common.button.save" },
|
|
@@ -5987,7 +5990,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
5987
5990
|
_: 1
|
|
5988
5991
|
}, 8, ["class", "data-cy", "size"])) : N("", !0);
|
|
5989
5992
|
}
|
|
5990
|
-
}),
|
|
5993
|
+
}), gK = /* @__PURE__ */ W({
|
|
5991
5994
|
__name: "ATableDetailButton",
|
|
5992
5995
|
props: {
|
|
5993
5996
|
routeName: {},
|
|
@@ -6024,7 +6027,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
6024
6027
|
_: 1
|
|
6025
6028
|
}, 8, ["class", "data-cy", "to"]));
|
|
6026
6029
|
}
|
|
6027
|
-
}),
|
|
6030
|
+
}), qK = /* @__PURE__ */ W({
|
|
6028
6031
|
__name: "ATableEditButton",
|
|
6029
6032
|
props: {
|
|
6030
6033
|
routeName: {},
|
|
@@ -6061,7 +6064,7 @@ const Pp = { class: "ml-3" }, Op = { class: "ml-1" }, dK = /* @__PURE__ */ W({
|
|
|
6061
6064
|
_: 1
|
|
6062
6065
|
}, 8, ["class", "data-cy", "to"]));
|
|
6063
6066
|
}
|
|
6064
|
-
}), Lp = /* @__PURE__ */ L("div", { class: "a-button-split__divider d-inline-flex" }, null, -1),
|
|
6067
|
+
}), Lp = /* @__PURE__ */ L("div", { class: "a-button-split__divider d-inline-flex" }, null, -1), YK = /* @__PURE__ */ W({
|
|
6065
6068
|
__name: "ABtnSplit",
|
|
6066
6069
|
props: {
|
|
6067
6070
|
buttonT: { default: "" },
|
|
@@ -6249,7 +6252,7 @@ function Ni() {
|
|
|
6249
6252
|
setThemeLight: e
|
|
6250
6253
|
};
|
|
6251
6254
|
}
|
|
6252
|
-
const jp = { key: 0 }, Hp = { key: 1 }, Wp = { key: 2 },
|
|
6255
|
+
const jp = { key: 0 }, Hp = { key: 1 }, Wp = { key: 2 }, XK = /* @__PURE__ */ W({
|
|
6253
6256
|
__name: "AThemeSelect",
|
|
6254
6257
|
setup(t) {
|
|
6255
6258
|
const { setThemeDark: a, setThemeAuto: e, setThemeLight: s, settings: i } = Ni(), { t: r } = ee(), o = S(!1);
|
|
@@ -6528,7 +6531,7 @@ const fv = /* @__PURE__ */ ja(lv, [["render", mv]]), Vv = { class: "flag" }, $l
|
|
|
6528
6531
|
_: 1
|
|
6529
6532
|
}));
|
|
6530
6533
|
}
|
|
6531
|
-
}),
|
|
6534
|
+
}), AK = /* @__PURE__ */ ja(pv, [["__scopeId", "data-v-c3ec4800"]]), vv = /* @__PURE__ */ W({
|
|
6532
6535
|
__name: "ASystemBarNewVersion",
|
|
6533
6536
|
setup(t) {
|
|
6534
6537
|
const { t: a } = ee(), e = () => {
|
|
@@ -6548,7 +6551,7 @@ class or extends Error {
|
|
|
6548
6551
|
super(a), this.name = "AnzuNewVersionFetchError", this.message = a;
|
|
6549
6552
|
}
|
|
6550
6553
|
}
|
|
6551
|
-
const hv = { class: "text-center w-100 text-caption pb-1" },
|
|
6554
|
+
const hv = { class: "text-center w-100 text-caption pb-1" }, yK = /* @__PURE__ */ W({
|
|
6552
6555
|
__name: "ASystemBar",
|
|
6553
6556
|
props: {
|
|
6554
6557
|
currentVersion: {},
|
|
@@ -6607,7 +6610,7 @@ const hv = { class: "text-center w-100 text-caption pb-1" }, YK = /* @__PURE__ *
|
|
|
6607
6610
|
}, gv = {
|
|
6608
6611
|
key: 0,
|
|
6609
6612
|
class: "required"
|
|
6610
|
-
},
|
|
6613
|
+
}, bK = /* @__PURE__ */ W({
|
|
6611
6614
|
__name: "AAvatarColorPicker",
|
|
6612
6615
|
props: {
|
|
6613
6616
|
modelValue: {},
|
|
@@ -6683,7 +6686,7 @@ const hv = { class: "text-center w-100 text-caption pb-1" }, YK = /* @__PURE__ *
|
|
|
6683
6686
|
}, 8, ["variant", "color"])
|
|
6684
6687
|
]));
|
|
6685
6688
|
}
|
|
6686
|
-
}), qv = /* @__PURE__ */ L("br", null, null, -1),
|
|
6689
|
+
}), qv = /* @__PURE__ */ L("br", null, null, -1), CK = /* @__PURE__ */ W({
|
|
6687
6690
|
__name: "ACurrentUserDropdown",
|
|
6688
6691
|
props: {
|
|
6689
6692
|
currentUser: {},
|
|
@@ -7044,7 +7047,7 @@ const hv = { class: "text-center w-100 text-caption pb-1" }, YK = /* @__PURE__ *
|
|
|
7044
7047
|
])
|
|
7045
7048
|
]));
|
|
7046
7049
|
}
|
|
7047
|
-
}),
|
|
7050
|
+
}), xK = /* @__PURE__ */ ja(wv, [["__scopeId", "data-v-1c5c4c96"]]), wK = /* @__PURE__ */ W({
|
|
7048
7051
|
__name: "ALogoutView",
|
|
7049
7052
|
props: {
|
|
7050
7053
|
logoutUrl: { type: Function, default: void 0 }
|
|
@@ -7055,7 +7058,7 @@ const hv = { class: "text-center w-100 text-caption pb-1" }, YK = /* @__PURE__ *
|
|
|
7055
7058
|
a.logoutUrl && (window.location.href = a.logoutUrl());
|
|
7056
7059
|
}), (e, s) => (q(), P("div"));
|
|
7057
7060
|
}
|
|
7058
|
-
}), kv = { class: "d-flex justify-center align-center fill-height" }, Iv = { class: "d-flex flex-column align-center" }, _v = { class: "d-flex justify-center align-center text-primary" }, Sv = { class: "pa-4" },
|
|
7061
|
+
}), kv = { class: "d-flex justify-center align-center fill-height" }, Iv = { class: "d-flex flex-column align-center" }, _v = { class: "d-flex justify-center align-center text-primary" }, Sv = { class: "pa-4" }, kK = /* @__PURE__ */ W({
|
|
7059
7062
|
__name: "AUnauthorizedView",
|
|
7060
7063
|
props: {
|
|
7061
7064
|
returnRouteName: {}
|
|
@@ -7085,7 +7088,7 @@ const hv = { class: "text-center w-100 text-caption pb-1" }, YK = /* @__PURE__ *
|
|
|
7085
7088
|
])
|
|
7086
7089
|
]));
|
|
7087
7090
|
}
|
|
7088
|
-
}), Kv = { class: "d-flex justify-center align-center fill-height" }, Dv = { class: "d-flex flex-column align-center" }, Tv = { class: "d-flex justify-center align-center text-primary" }, Ev = { class: "pa-4" },
|
|
7091
|
+
}), Kv = { class: "d-flex justify-center align-center fill-height" }, Dv = { class: "d-flex flex-column align-center" }, Tv = { class: "d-flex justify-center align-center text-primary" }, Ev = { class: "pa-4" }, IK = /* @__PURE__ */ W({
|
|
7089
7092
|
__name: "ANotFoundView",
|
|
7090
7093
|
props: {
|
|
7091
7094
|
returnRouteName: {}
|
|
@@ -7151,7 +7154,7 @@ const hv = { class: "text-center w-100 text-caption pb-1" }, YK = /* @__PURE__ *
|
|
|
7151
7154
|
_: 1
|
|
7152
7155
|
}, 8, ["color"]));
|
|
7153
7156
|
}
|
|
7154
|
-
}),
|
|
7157
|
+
}), _K = /* @__PURE__ */ W({
|
|
7155
7158
|
__name: "AJobDetailCommon",
|
|
7156
7159
|
props: {
|
|
7157
7160
|
job: {},
|
|
@@ -7230,7 +7233,7 @@ const hv = { class: "text-center w-100 text-caption pb-1" }, YK = /* @__PURE__ *
|
|
|
7230
7233
|
}, null, 8, ["title", "value"])
|
|
7231
7234
|
]));
|
|
7232
7235
|
}
|
|
7233
|
-
}),
|
|
7236
|
+
}), SK = /* @__PURE__ */ W({
|
|
7234
7237
|
__name: "AJobBaseCreateForm",
|
|
7235
7238
|
props: {
|
|
7236
7239
|
modelValue: { required: !0 },
|
|
@@ -8636,7 +8639,7 @@ const Xh = { class: "d-flex flex-column w-100 px-1 align-center" }, Ah = { class
|
|
|
8636
8639
|
]));
|
|
8637
8640
|
}
|
|
8638
8641
|
}), zh = "/adm/v1/user/current", Lh = (t) => Jt(t, zh, {}, "coreDam", "user"), Xn = S(void 0), zu = S(!1);
|
|
8639
|
-
function
|
|
8642
|
+
function KK(t) {
|
|
8640
8643
|
return new Promise((a, e) => {
|
|
8641
8644
|
Lh(t).then((s) => {
|
|
8642
8645
|
Xn.value = s, s.roles.includes(Wn) && (zu.value = !0), a(Xn);
|
|
@@ -10170,7 +10173,7 @@ function kF(t, a, e) {
|
|
|
10170
10173
|
}
|
|
10171
10174
|
return nc(s);
|
|
10172
10175
|
}
|
|
10173
|
-
const ts = () => xF(),
|
|
10176
|
+
const ts = () => xF(), DK = () => kF(), Gs = "a-sortable-widget__handle", dc = "a-sortable-widget__ghost", uc = "a-sortable-widget__drag", cc = "a-sortable-widget__chosen", Ur = "a-sortable-widget__group";
|
|
10174
10177
|
function IF(t, a, e, s) {
|
|
10175
10178
|
const i = S(!1), r = S(null), o = S(null), l = S(ts()), n = S(null), d = S(0), c = S(e.dirty);
|
|
10176
10179
|
function u(E, k) {
|
|
@@ -10266,7 +10269,7 @@ function IF(t, a, e, s) {
|
|
|
10266
10269
|
updateDataAtIndex: x
|
|
10267
10270
|
};
|
|
10268
10271
|
}
|
|
10269
|
-
const rl = "a-sortable-", _F = ["id"], SF = { class: "a-sortable-widget__before" }, KF = { class: "a-sortable-widget__item" }, DF = { class: "a-sortable-widget__content" }, TF = { class: "a-sortable-widget__buttons" }, EF = { class: "a-sortable-widget__after" },
|
|
10272
|
+
const rl = "a-sortable-", _F = ["id"], SF = { class: "a-sortable-widget__before" }, KF = { class: "a-sortable-widget__item" }, DF = { class: "a-sortable-widget__content" }, TF = { class: "a-sortable-widget__buttons" }, EF = { class: "a-sortable-widget__after" }, TK = /* @__PURE__ */ W({
|
|
10270
10273
|
__name: "ASortable",
|
|
10271
10274
|
props: {
|
|
10272
10275
|
modelValue: {},
|
|
@@ -10925,7 +10928,7 @@ const OF = ["data-id"], RF = { class: "a-sortable-nested-widget__nested" }, zF =
|
|
|
10925
10928
|
], 10, OF);
|
|
10926
10929
|
};
|
|
10927
10930
|
}
|
|
10928
|
-
}), HF = ["id"],
|
|
10931
|
+
}), HF = ["id"], EK = /* @__PURE__ */ W({
|
|
10929
10932
|
__name: "ASortableNested",
|
|
10930
10933
|
props: {
|
|
10931
10934
|
modelValue: {},
|
|
@@ -11124,7 +11127,7 @@ const OF = ["data-id"], RF = { class: "a-sortable-nested-widget__nested" }, zF =
|
|
|
11124
11127
|
}), WF = { class: "d-flex flex-column w-100 px-1 align-center" }, GF = { class: "d-flex justify-space-between w-100 align-center" }, ZF = { class: "d-flex align-center" }, JF = { class: "d-flex align-center" }, QF = { class: "subject-select__sidebar system-border-r" }, eg = { class: "subject-select-filter" }, tg = { class: "subject-select-filter__content" }, ag = { class: "subject-select-filter__actions" }, sg = { class: "subject-select__content" }, ig = {
|
|
11125
11128
|
key: 0,
|
|
11126
11129
|
class: "d-flex w-100 align-center justify-center pa-4"
|
|
11127
|
-
}, rg = { class: "subject-select__actions system-border-t" }, og = { key: 0 }, ng = { key: 1 },
|
|
11130
|
+
}, rg = { class: "subject-select__actions system-border-t" }, og = { key: 0 }, ng = { key: 1 }, MK = /* @__PURE__ */ W({
|
|
11128
11131
|
__name: "ASubjectSelect",
|
|
11129
11132
|
props: {
|
|
11130
11133
|
selectedItems: {},
|
|
@@ -11375,8 +11378,8 @@ const It = {
|
|
|
11375
11378
|
Integer: "integer",
|
|
11376
11379
|
StringArray: "stringArray",
|
|
11377
11380
|
Boolean: "boolean"
|
|
11378
|
-
},
|
|
11379
|
-
function
|
|
11381
|
+
}, $K = It.String;
|
|
11382
|
+
function BK() {
|
|
11380
11383
|
const { t } = ee(), a = S([
|
|
11381
11384
|
{
|
|
11382
11385
|
value: It.String,
|
|
@@ -11405,7 +11408,10 @@ const dg = /* @__PURE__ */ W({
|
|
|
11405
11408
|
props: {
|
|
11406
11409
|
modelValue: { type: [Boolean, null] },
|
|
11407
11410
|
dataCy: { default: "optional-boolean" },
|
|
11408
|
-
label: { default: void 0 }
|
|
11411
|
+
label: { default: void 0 },
|
|
11412
|
+
allT: { default: "common.model.all" },
|
|
11413
|
+
trueT: { default: "common.model.boolean.true" },
|
|
11414
|
+
falseT: { default: "common.model.boolean.false" }
|
|
11409
11415
|
},
|
|
11410
11416
|
emits: ["update:modelValue"],
|
|
11411
11417
|
setup(t, { emit: a }) {
|
|
@@ -11418,9 +11424,9 @@ const dg = /* @__PURE__ */ W({
|
|
|
11418
11424
|
l === 1 && (n = !0), l === 0 && (n = !1), s("update:modelValue", n);
|
|
11419
11425
|
}
|
|
11420
11426
|
}), { t: r } = ee(), o = _(() => [
|
|
11421
|
-
{ value: -1, title: r(
|
|
11422
|
-
{ value: 1, title: r(
|
|
11423
|
-
{ value: 0, title: r(
|
|
11427
|
+
{ value: -1, title: r(e.allT) },
|
|
11428
|
+
{ value: 1, title: r(e.trueT) },
|
|
11429
|
+
{ value: 0, title: r(e.falseT) }
|
|
11424
11430
|
]);
|
|
11425
11431
|
return (l, n) => (q(), M(zi, {
|
|
11426
11432
|
modelValue: i.value,
|
|
@@ -11838,7 +11844,7 @@ function fc(t = void 0, a) {
|
|
|
11838
11844
|
};
|
|
11839
11845
|
}
|
|
11840
11846
|
var nl = /* @__PURE__ */ ((t) => (t.File = "file", t.Asset = "asset", t.ExternalProviderAsset = "externalProviderAsset", t.SlotFile = "slotFile", t))(nl || {}), Ne = /* @__PURE__ */ ((t) => (t.Loading = "loading", t.Waiting = "waiting", t.Uploading = "uploading", t.Processing = "processing", t.Failed = "failed", t.Uploaded = "uploaded", t.Stop = "stop", t))(Ne || {}), Zs = /* @__PURE__ */ ((t) => (t.Uploading = "uploading", t.Uploaded = "uploaded", t.Stored = "stored", t.Duplicate = "duplicate", t.Processed = "processed", t.Failed = "failed", t))(Zs || {}), Ya = /* @__PURE__ */ ((t) => (t.None = "none", t.Unknown = "unknown", t.InvalidChecksum = "invalid_checksum", t.InvalidMimeType = "invalid_mime_type", t.DownloadFailed = "download_failed", t.InvalidSize = "invalid_size", t.Default = "none", t))(Ya || {}), Yg = /* @__PURE__ */ ((t) => (t.Image = "image", t.Audio = "audio", t.Default = "image", t))(Yg || {});
|
|
11841
|
-
const Wi = (t) => !t || !t._resourceName ? !1 : t._resourceName === "imageFile",
|
|
11847
|
+
const Wi = (t) => !t || !t._resourceName ? !1 : t._resourceName === "imageFile", PK = (t) => !t || !t._resourceName ? !1 : t._resourceName === "videoFile", OK = (t) => !t || !t._resourceName ? !1 : t._resourceName === "audioFile", RK = (t) => !t || !t._resourceName ? !1 : t._resourceName === "documentFile";
|
|
11842
11848
|
function Xg() {
|
|
11843
11849
|
return {
|
|
11844
11850
|
createDefault: (a, e, s, i, r, o) => ({
|
|
@@ -12670,7 +12676,7 @@ const vr = {
|
|
|
12670
12676
|
DistributionAuthorized: "distribution_authorized",
|
|
12671
12677
|
UserUpdated: "user_updated"
|
|
12672
12678
|
}, { t: Ug } = De.global || De, id = S(!1);
|
|
12673
|
-
function
|
|
12679
|
+
function zK() {
|
|
12674
12680
|
const { notification: t } = Ku(), a = t.enabled && t.webSocketUrl.length > 0, e = hc(), { open: s } = xm(t.webSocketUrl, {
|
|
12675
12681
|
immediate: !1,
|
|
12676
12682
|
autoClose: !1,
|
|
@@ -18785,7 +18791,7 @@ const XX = { key: 0 }, AX = /* @__PURE__ */ W({
|
|
|
18785
18791
|
}, fA = {
|
|
18786
18792
|
key: 2,
|
|
18787
18793
|
class: "text-error"
|
|
18788
|
-
},
|
|
18794
|
+
}, LK = /* @__PURE__ */ W({
|
|
18789
18795
|
__name: "AImageWidget",
|
|
18790
18796
|
props: {
|
|
18791
18797
|
modelValue: {},
|
|
@@ -20386,7 +20392,7 @@ const MA = { class: "sidebar-info d-flex w-100 h-100 flex-column" }, $A = { clas
|
|
|
20386
20392
|
}, hy = {
|
|
20387
20393
|
key: 2,
|
|
20388
20394
|
class: "text-error"
|
|
20389
|
-
},
|
|
20395
|
+
}, NK = /* @__PURE__ */ W({
|
|
20390
20396
|
__name: "AImageWidgetMultiple",
|
|
20391
20397
|
props: {
|
|
20392
20398
|
modelValue: {},
|
|
@@ -20446,7 +20452,7 @@ const MA = { class: "sidebar-info d-flex w-100 h-100 flex-column" }, $A = { clas
|
|
|
20446
20452
|
indeterminate: ""
|
|
20447
20453
|
}));
|
|
20448
20454
|
}
|
|
20449
|
-
}), Fy = { class: "asset-list-tiles asset-list-tiles--thumbnail" }, gy = { class: "asset-list-tiles__item-card" }, qy = { class: "ma-2" },
|
|
20455
|
+
}), Fy = { class: "asset-list-tiles asset-list-tiles--thumbnail" }, gy = { class: "asset-list-tiles__item-card" }, qy = { class: "ma-2" }, UK = /* @__PURE__ */ W({
|
|
20450
20456
|
__name: "AImageWidgetMultipleSimple",
|
|
20451
20457
|
props: {
|
|
20452
20458
|
modelValue: {},
|
|
@@ -20498,7 +20504,7 @@ const MA = { class: "sidebar-info d-flex w-100 h-100 flex-column" }, $A = { clas
|
|
|
20498
20504
|
]))), 128))
|
|
20499
20505
|
]));
|
|
20500
20506
|
}
|
|
20501
|
-
}), Yy = ["src"],
|
|
20507
|
+
}), Yy = ["src"], jK = /* @__PURE__ */ W({
|
|
20502
20508
|
__name: "AImagePublicInput",
|
|
20503
20509
|
props: /* @__PURE__ */ Ht({
|
|
20504
20510
|
selectLicences: {},
|
|
@@ -20676,7 +20682,7 @@ const MA = { class: "sidebar-info d-flex w-100 h-100 flex-column" }, $A = { clas
|
|
|
20676
20682
|
])
|
|
20677
20683
|
]));
|
|
20678
20684
|
}
|
|
20679
|
-
}), Ay = ["onClick"], yy = { key: 1 }, by = ["colspan"],
|
|
20685
|
+
}), Ay = ["onClick"], yy = { key: 1 }, by = ["colspan"], HK = /* @__PURE__ */ W({
|
|
20680
20686
|
__name: "ADatatable",
|
|
20681
20687
|
props: {
|
|
20682
20688
|
items: {},
|
|
@@ -20761,7 +20767,7 @@ function wy(t, a, e = void 0, s = void 0, i = !1, r = void 0, o = void 0, l = vo
|
|
|
20761
20767
|
pagination: c
|
|
20762
20768
|
};
|
|
20763
20769
|
}
|
|
20764
|
-
function
|
|
20770
|
+
function WK(t, a, e, s, i, r) {
|
|
20765
20771
|
const o = S(!1), l = S([]), n = S([]), d = S(!1), { resetFilter: c, submitFilter: u } = ni(), { showErrorsDefault: p } = We(), { columnsVisible: Y, pagination: v, updateSortBy: F, columnsAll: g, columnsHidden: y } = wy(
|
|
20766
20772
|
t,
|
|
20767
20773
|
a,
|
|
@@ -20819,7 +20825,7 @@ function UK(t, a, e, s, i, r) {
|
|
|
20819
20825
|
submitFilter: () => u(r, v, w)
|
|
20820
20826
|
};
|
|
20821
20827
|
}
|
|
20822
|
-
const
|
|
20828
|
+
const GK = (t, a) => ({
|
|
20823
20829
|
showSelectAll: !1,
|
|
20824
20830
|
allSelected: () => [],
|
|
20825
20831
|
select: ({ items: e, value: s, selected: i }) => {
|
|
@@ -20833,8 +20839,8 @@ const jK = (t, a) => ({
|
|
|
20833
20839
|
return i;
|
|
20834
20840
|
},
|
|
20835
20841
|
selectAll: ({ selected: e }) => e
|
|
20836
|
-
}),
|
|
20837
|
-
function
|
|
20842
|
+
}), ZK = (t) => t ? 1 : 0;
|
|
20843
|
+
function JK(t = "", a = "user") {
|
|
20838
20844
|
let e = t, s = a;
|
|
20839
20845
|
return {
|
|
20840
20846
|
createAnzuUser: (r, o) => (Pt(r) && (e = r), Pt(o) && (s = o), {
|
|
@@ -20863,7 +20869,7 @@ function WK(t = "", a = "user") {
|
|
|
20863
20869
|
})
|
|
20864
20870
|
};
|
|
20865
20871
|
}
|
|
20866
|
-
function
|
|
20872
|
+
function QK() {
|
|
20867
20873
|
return {
|
|
20868
20874
|
createPermissionConfig: () => ({
|
|
20869
20875
|
config: {},
|
|
@@ -20877,7 +20883,7 @@ function GK() {
|
|
|
20877
20883
|
})
|
|
20878
20884
|
};
|
|
20879
20885
|
}
|
|
20880
|
-
function
|
|
20886
|
+
function eD() {
|
|
20881
20887
|
return {
|
|
20882
20888
|
createPermissionGroup: () => ({
|
|
20883
20889
|
id: 0,
|
|
@@ -20893,7 +20899,7 @@ function ZK() {
|
|
|
20893
20899
|
})
|
|
20894
20900
|
};
|
|
20895
20901
|
}
|
|
20896
|
-
const
|
|
20902
|
+
const tD = (t, a, e = "", s = {}, i = null, r, o, l = {}) => new Promise((n, d) => {
|
|
20897
20903
|
const c = { method: a };
|
|
20898
20904
|
e !== "" && (c.url = Vs(e, s)), se(i) || (c.data = JSON.stringify(i)), t().request({ ...l, ...c }).then((u) => ps(u.status) ? u.data ? n(u.data) : u.status === za ? n(null) : d(new Xt()) : d(new Na(u.status))).catch((u) => La(u) ? d(new _a(u)) : Sa(u) ? d(new Ka(u, r, o, u)) : Ua(u) ? d(new Da(u, u)) : d(new Xt(u)));
|
|
20899
20905
|
}), Kd = (t, a = void 0) => {
|
|
@@ -20902,7 +20908,7 @@ const JK = (t, a, e = "", s = {}, i = null, r, o, l = {}) => new Promise((n, d)
|
|
|
20902
20908
|
}, ky = (t, a, e, s, i = void 0) => {
|
|
20903
20909
|
const { querySetLimit: r, querySetOffset: o, querySetOrder: l, queryBuild: n, querySetFilters: d } = mo();
|
|
20904
20910
|
return r(t), o(a, t), l(e, s), pe(i) && d(i), n();
|
|
20905
|
-
},
|
|
20911
|
+
}, aD = async (t, a, e = {}, s = "id", i = !0, r = void 0, o = 100, l, n, d = !1, c = {}) => {
|
|
20906
20912
|
const u = pe(r == null ? void 0 : r._elastic) || d ? "/search" : "", p = Es(s);
|
|
20907
20913
|
p.rowsPerPage = o, p.sortBy = s, p.descending = i;
|
|
20908
20914
|
const Y = Vs(a, e) + u, v = [];
|
|
@@ -20947,7 +20953,7 @@ const JK = (t, a, e = "", s = {}, i = null, r, o, l = {}) => new Promise((n, d)
|
|
|
20947
20953
|
return La(F) ? Promise.reject(new _a(F)) : Sa(F) ? Promise.reject(new Ka(F, l, n, F)) : Ua(F) ? Promise.reject(new Da(F, F)) : Promise.reject(new Xt(F));
|
|
20948
20954
|
}
|
|
20949
20955
|
};
|
|
20950
|
-
function
|
|
20956
|
+
function sD() {
|
|
20951
20957
|
return {
|
|
20952
20958
|
isAnzuFatalError: uu,
|
|
20953
20959
|
isAnzuApiForbiddenError: mu,
|
|
@@ -20956,7 +20962,7 @@ function eD() {
|
|
|
20956
20962
|
};
|
|
20957
20963
|
}
|
|
20958
20964
|
const Yr = "/adm/v1/job", Xr = "job";
|
|
20959
|
-
function
|
|
20965
|
+
function iD(t, a) {
|
|
20960
20966
|
return {
|
|
20961
20967
|
fetchJobList: (o, l) => Ha(t, Yr, {}, o, l, a, Xr),
|
|
20962
20968
|
fetchJob: (o) => Jt(t, Yr + "/:id", { id: o }, a, Xr),
|
|
@@ -20967,8 +20973,8 @@ function tD(t, a) {
|
|
|
20967
20973
|
deleteJob: (o) => wc(t, Yr + "/:id", { id: o }, a, Xr)
|
|
20968
20974
|
};
|
|
20969
20975
|
}
|
|
20970
|
-
const
|
|
20971
|
-
function
|
|
20976
|
+
const rD = "jobUserDataDelete";
|
|
20977
|
+
function oD(t = []) {
|
|
20972
20978
|
const { t: a } = ee(), e = S([
|
|
20973
20979
|
{
|
|
20974
20980
|
value: "jobUserDataDelete",
|
|
@@ -20981,18 +20987,18 @@ function sD(t = []) {
|
|
|
20981
20987
|
getJobResourceOption: (i) => e.value.find((r) => r.value === i)
|
|
20982
20988
|
};
|
|
20983
20989
|
}
|
|
20984
|
-
const
|
|
20990
|
+
const nD = {
|
|
20985
20991
|
install(t, a) {
|
|
20986
20992
|
t.provide(so, a.currentUser), t.provide(jd, a.customAclResolver), t.provide(Hd, a.languages.available), t.provide(Wd, a.languages.default), t.component("Acl", wV), t.use(Gf, { componentName: "Notifications" }), qg(a.image), Rv(a.coreDam), Xf(a.collab);
|
|
20987
20993
|
}
|
|
20988
|
-
},
|
|
20994
|
+
}, lD = (t, a) => {
|
|
20989
20995
|
const e = t.indexOf(a);
|
|
20990
20996
|
if (e === -1) {
|
|
20991
20997
|
t.push(a);
|
|
20992
20998
|
return;
|
|
20993
20999
|
}
|
|
20994
21000
|
t.splice(e, 1);
|
|
20995
|
-
},
|
|
21001
|
+
}, dD = (t, a = ", ") => t.join(a), uD = (...t) => Array.from(...t), Iy = (t, a = []) => t.reduce((e, s) => Array.isArray(s) ? Iy(s, a) : (a.push(s), a), []), cD = (t, a) => {
|
|
20996
21002
|
if (t.length !== a.length)
|
|
20997
21003
|
return !1;
|
|
20998
21004
|
const e = t.slice().sort(), s = a.slice().sort();
|
|
@@ -21002,7 +21008,7 @@ const iD = {
|
|
|
21002
21008
|
return !0;
|
|
21003
21009
|
}, _y = (t) => {
|
|
21004
21010
|
history.replaceState(history.state, "", t);
|
|
21005
|
-
},
|
|
21011
|
+
}, mD = (t, a) => {
|
|
21006
21012
|
const e = t.resolve(a);
|
|
21007
21013
|
_y(e.href);
|
|
21008
21014
|
}, Sy = "Systémová chyba. Zkuste to později nebo kontaktujte administrátora.", Ky = "Přístup zamítnut. K provedení dané akce nemáte oprávnění.", Dy = "Vyplňte všechna povinná pole a opravte chyby.", Ty = "Opravte tyto chyby.", Ey = "Zakázaná akce.", My = {
|
|
@@ -21048,29 +21054,30 @@ const iD = {
|
|
|
21048
21054
|
next: lb,
|
|
21049
21055
|
prev: db,
|
|
21050
21056
|
loadMore: ub
|
|
21051
|
-
}, mb = "Systém", fb = "Nevybráno", Vb = {
|
|
21057
|
+
}, mb = "Systém", fb = "Nevybráno", Vb = "Všechno", pb = {
|
|
21052
21058
|
true: "ano",
|
|
21053
21059
|
false: "ne"
|
|
21054
|
-
},
|
|
21060
|
+
}, vb = {
|
|
21055
21061
|
createdAt: "Vytvořeno",
|
|
21056
21062
|
modifiedAt: "Upraveno",
|
|
21057
21063
|
created: "Vytvořeno",
|
|
21058
21064
|
modified: "Upraveno"
|
|
21059
|
-
},
|
|
21065
|
+
}, hb = {
|
|
21060
21066
|
eq: "Přesný výraz",
|
|
21061
21067
|
contains: "Kdekoli ve výrazu",
|
|
21062
21068
|
startsWith: "Začátek výrazu"
|
|
21063
|
-
},
|
|
21069
|
+
}, Fb = {
|
|
21064
21070
|
system: mb,
|
|
21065
21071
|
notSelected: fb,
|
|
21066
|
-
|
|
21067
|
-
|
|
21068
|
-
|
|
21069
|
-
|
|
21072
|
+
all: Vb,
|
|
21073
|
+
boolean: pb,
|
|
21074
|
+
tracking: vb,
|
|
21075
|
+
filterPlaceholder: hb
|
|
21076
|
+
}, gb = "Verze", qb = "K dispozici je nová verze administrace. Pro správné fungování je třeba provést aktulizaci.", Yb = "Načíst novou verzi.", Xb = {
|
|
21070
21077
|
light: "Světlá",
|
|
21071
21078
|
dark: "Tmavá",
|
|
21072
21079
|
auto: "Automatická"
|
|
21073
|
-
},
|
|
21080
|
+
}, Ab = {
|
|
21074
21081
|
config: "Konfigurace tabulky",
|
|
21075
21082
|
displayCols: "Zobrazené sloupce",
|
|
21076
21083
|
itemsPerPage: "Záznamů na stránce",
|
|
@@ -21082,52 +21089,52 @@ const iD = {
|
|
|
21082
21089
|
mostRecent: "Nejnovější",
|
|
21083
21090
|
oldest: "Nejstarší"
|
|
21084
21091
|
}
|
|
21085
|
-
},
|
|
21092
|
+
}, yb = {
|
|
21086
21093
|
confirmDelete: "Odstranit?",
|
|
21087
21094
|
hide: "Skrýt",
|
|
21088
21095
|
show: "Zobrazit"
|
|
21089
|
-
}, yb = {
|
|
21090
|
-
button: "Aplikace"
|
|
21091
21096
|
}, bb = {
|
|
21097
|
+
button: "Aplikace"
|
|
21098
|
+
}, Cb = {
|
|
21092
21099
|
button: "Účet",
|
|
21093
21100
|
logout: "Odhlášení",
|
|
21094
21101
|
logoutText: "Skutečně se chcete odhlásit?",
|
|
21095
21102
|
logoutConfirm: "Odhlásit",
|
|
21096
21103
|
settings: "Nastavení"
|
|
21097
|
-
},
|
|
21104
|
+
}, xb = {
|
|
21098
21105
|
detail: "Detail",
|
|
21099
21106
|
edit: "Úprava",
|
|
21100
21107
|
create: "Vytvoření"
|
|
21101
|
-
},
|
|
21108
|
+
}, wb = {
|
|
21102
21109
|
text: "Prosím, přihlaste se",
|
|
21103
21110
|
button: "Přihlásit se"
|
|
21104
|
-
},
|
|
21111
|
+
}, kb = {
|
|
21105
21112
|
title: "Ups, nastala chyba 404",
|
|
21106
21113
|
text: "Tato stránka neexistuje. Pokud by měla, kontaktujte administrátora.",
|
|
21107
21114
|
backButton: "Vrať mě na úvodní stránku"
|
|
21108
|
-
},
|
|
21115
|
+
}, Ib = {
|
|
21109
21116
|
title: "Ups, nastala chyba 401",
|
|
21110
21117
|
text: "Na tuto stránku nemáte přístup. Pokud máte mít k této stránce přístup, kontaktujte administrátora.",
|
|
21111
21118
|
backButton: "Vrať mě k přihlášení"
|
|
21112
|
-
}, Ib = {
|
|
21113
|
-
version: Fb,
|
|
21114
|
-
newVersionText: gb,
|
|
21115
|
-
newVersionReload: qb,
|
|
21116
|
-
theme: Yb,
|
|
21117
|
-
datatable: Xb,
|
|
21118
|
-
modal: Ab,
|
|
21119
|
-
adminSwitcher: yb,
|
|
21120
|
-
currentUser: bb,
|
|
21121
|
-
breadcrumb: Cb,
|
|
21122
|
-
login: xb,
|
|
21123
|
-
notFound: wb,
|
|
21124
|
-
unauthorized: kb
|
|
21125
21119
|
}, _b = {
|
|
21120
|
+
version: gb,
|
|
21121
|
+
newVersionText: qb,
|
|
21122
|
+
newVersionReload: Yb,
|
|
21123
|
+
theme: Xb,
|
|
21124
|
+
datatable: Ab,
|
|
21125
|
+
modal: yb,
|
|
21126
|
+
adminSwitcher: bb,
|
|
21127
|
+
currentUser: Cb,
|
|
21128
|
+
breadcrumb: xb,
|
|
21129
|
+
login: wb,
|
|
21130
|
+
notFound: kb,
|
|
21131
|
+
unauthorized: Ib
|
|
21132
|
+
}, Sb = {
|
|
21126
21133
|
detail: "Detail Anzu uživatele",
|
|
21127
21134
|
list: "Seznam Anzu uživatelů",
|
|
21128
21135
|
edit: "Úprava Anzu uživatele",
|
|
21129
21136
|
create: "Vytvoření Anzu uživatele"
|
|
21130
|
-
},
|
|
21137
|
+
}, Kb = {
|
|
21131
21138
|
id: "ID",
|
|
21132
21139
|
enabled: "Povolen",
|
|
21133
21140
|
email: "E-mail",
|
|
@@ -21143,31 +21150,31 @@ const iD = {
|
|
|
21143
21150
|
color: "Avatar barva",
|
|
21144
21151
|
text: "Avatar text"
|
|
21145
21152
|
}
|
|
21146
|
-
},
|
|
21153
|
+
}, Db = {
|
|
21147
21154
|
id: "ID",
|
|
21148
21155
|
enabled: "Povolen",
|
|
21149
21156
|
email: "E-mail"
|
|
21150
|
-
},
|
|
21157
|
+
}, Tb = {
|
|
21151
21158
|
grants: "Akce",
|
|
21152
21159
|
permissions: "Oprávnění",
|
|
21153
21160
|
resolvedPermissions: "Výsledné oprávnění",
|
|
21154
21161
|
noPermissions: "Žádná oprávnění"
|
|
21155
|
-
},
|
|
21162
|
+
}, Eb = {
|
|
21156
21163
|
title: "Kopirovat rolu a oprávnenia",
|
|
21157
21164
|
desc: "Potrebujete skopirovat rolu a opravnenia z uz existujuceho pouzivatela?",
|
|
21158
21165
|
srcUser: "Zdrojovy uzivatel"
|
|
21159
|
-
}, Eb = {
|
|
21160
|
-
meta: _b,
|
|
21161
|
-
model: Sb,
|
|
21162
|
-
filter: Kb,
|
|
21163
|
-
table: Db,
|
|
21164
|
-
copyPermissions: Tb
|
|
21165
21166
|
}, Mb = {
|
|
21167
|
+
meta: Sb,
|
|
21168
|
+
model: Kb,
|
|
21169
|
+
filter: Db,
|
|
21170
|
+
table: Tb,
|
|
21171
|
+
copyPermissions: Eb
|
|
21172
|
+
}, $b = {
|
|
21166
21173
|
id: "Id",
|
|
21167
21174
|
status: "Stav",
|
|
21168
21175
|
startedAtFrom: "Začátek",
|
|
21169
21176
|
startedAtUntil: "Ukončení"
|
|
21170
|
-
},
|
|
21177
|
+
}, Bb = {
|
|
21171
21178
|
id: "Id",
|
|
21172
21179
|
_resourceName: "Typ",
|
|
21173
21180
|
status: "Stav",
|
|
@@ -21176,26 +21183,26 @@ const iD = {
|
|
|
21176
21183
|
result: "Výsledek",
|
|
21177
21184
|
targetUserId: "Cílový uživatel",
|
|
21178
21185
|
anonymizeUser: "Anonymizuj uživatele"
|
|
21179
|
-
}, Bb = {
|
|
21180
|
-
jobUserDataDelete: "Výmaz uživatelských dat"
|
|
21181
21186
|
}, Pb = {
|
|
21182
|
-
|
|
21187
|
+
jobUserDataDelete: "Výmaz uživatelských dat"
|
|
21183
21188
|
}, Ob = {
|
|
21189
|
+
create: "Vytvořit systémovou úlohu"
|
|
21190
|
+
}, Rb = {
|
|
21184
21191
|
waiting: "V pořadí",
|
|
21185
21192
|
processing: "Procesuje se",
|
|
21186
21193
|
awaitingBatchProcess: "Procesuje se v dávce",
|
|
21187
21194
|
done: "Hotovo",
|
|
21188
21195
|
error: "Chyba"
|
|
21189
|
-
}, Rb = {
|
|
21190
|
-
filter: Mb,
|
|
21191
|
-
model: $b,
|
|
21192
|
-
jobResource: Bb,
|
|
21193
|
-
button: Pb,
|
|
21194
|
-
status: Ob
|
|
21195
21196
|
}, zb = {
|
|
21197
|
+
filter: $b,
|
|
21198
|
+
model: Bb,
|
|
21199
|
+
jobResource: Pb,
|
|
21200
|
+
button: Ob,
|
|
21201
|
+
status: Rb
|
|
21202
|
+
}, Lb = {
|
|
21196
21203
|
detail: "Detail logu",
|
|
21197
21204
|
list: "Seznam logů"
|
|
21198
|
-
},
|
|
21205
|
+
}, Nb = "Systém", Ub = {
|
|
21199
21206
|
system: "Systém",
|
|
21200
21207
|
type: "Typ",
|
|
21201
21208
|
levelName: "Úroveň",
|
|
@@ -21206,7 +21213,7 @@ const iD = {
|
|
|
21206
21213
|
datetimeTo: "Datum do",
|
|
21207
21214
|
message: "Správa",
|
|
21208
21215
|
appVersion: "Verze"
|
|
21209
|
-
},
|
|
21216
|
+
}, jb = {
|
|
21210
21217
|
id: "ID",
|
|
21211
21218
|
datetime: "Datum",
|
|
21212
21219
|
levelName: "Úroveň",
|
|
@@ -21222,54 +21229,54 @@ const iD = {
|
|
|
21222
21229
|
path: "URL",
|
|
21223
21230
|
httpStatus: "Kód stavu"
|
|
21224
21231
|
}
|
|
21225
|
-
}, jb = {
|
|
21226
|
-
meta: zb,
|
|
21227
|
-
system: Lb,
|
|
21228
|
-
filter: Nb,
|
|
21229
|
-
model: Ub
|
|
21230
21232
|
}, Hb = {
|
|
21233
|
+
meta: Lb,
|
|
21234
|
+
system: Nb,
|
|
21235
|
+
filter: Ub,
|
|
21236
|
+
model: jb
|
|
21237
|
+
}, Wb = {
|
|
21231
21238
|
actions: "Akce",
|
|
21232
21239
|
permissions: "Oprávnění"
|
|
21233
|
-
},
|
|
21240
|
+
}, Gb = {
|
|
21234
21241
|
allow: "Povolen",
|
|
21235
21242
|
allowOwner: "Pouze vlastník",
|
|
21236
21243
|
deny: "Zamítnut"
|
|
21237
|
-
},
|
|
21244
|
+
}, Zb = {
|
|
21238
21245
|
role: "Role",
|
|
21239
21246
|
group: "Skupina",
|
|
21240
21247
|
user: "Uživatel",
|
|
21241
21248
|
defaultGrant: "Default"
|
|
21242
|
-
}, Zb = {
|
|
21243
|
-
table: Hb,
|
|
21244
|
-
grant: Wb,
|
|
21245
|
-
grantOrigin: Gb
|
|
21246
21249
|
}, Jb = {
|
|
21250
|
+
table: Wb,
|
|
21251
|
+
grant: Gb,
|
|
21252
|
+
grantOrigin: Zb
|
|
21253
|
+
}, Qb = {
|
|
21247
21254
|
detail: "Detail skupiny oprávnění",
|
|
21248
21255
|
list: "Seznam skupin oprávnění",
|
|
21249
21256
|
create: "Vytvoření skupiny oprávnění",
|
|
21250
21257
|
edit: "Úprava skupiny oprávnění"
|
|
21251
|
-
},
|
|
21258
|
+
}, e0 = {
|
|
21252
21259
|
id: "ID",
|
|
21253
21260
|
title: "Nadpis",
|
|
21254
21261
|
description: "Popis",
|
|
21255
21262
|
permissions: "Oprávnění"
|
|
21256
|
-
},
|
|
21263
|
+
}, t0 = {
|
|
21257
21264
|
id: "ID",
|
|
21258
21265
|
title: "Nadpis"
|
|
21259
|
-
}, t0 = {
|
|
21260
|
-
deleteConfirm: "Skupina povolení bude trvale odstraněna ze systému. Chcete pokračovat?"
|
|
21261
21266
|
}, a0 = {
|
|
21262
|
-
|
|
21263
|
-
|
|
21264
|
-
|
|
21265
|
-
|
|
21266
|
-
|
|
21267
|
+
deleteConfirm: "Skupina povolení bude trvale odstraněna ze systému. Chcete pokračovat?"
|
|
21268
|
+
}, s0 = {
|
|
21269
|
+
meta: Qb,
|
|
21270
|
+
model: e0,
|
|
21271
|
+
filter: t0,
|
|
21272
|
+
button: a0
|
|
21273
|
+
}, i0 = "Štítek", r0 = "Otevřít", o0 = "Zavřít", n0 = {
|
|
21267
21274
|
ok: "OK",
|
|
21268
21275
|
cancel: "Zrušit"
|
|
21269
|
-
},
|
|
21276
|
+
}, l0 = {
|
|
21270
21277
|
noResultsText: "Nenašli se žádné odpovídající záznamy",
|
|
21271
21278
|
loadingText: "Načítání záznamů ..."
|
|
21272
|
-
},
|
|
21279
|
+
}, d0 = {
|
|
21273
21280
|
itemsPerPageText: "Řádků na stránku:",
|
|
21274
21281
|
ariaLabel: {
|
|
21275
21282
|
sortDescending: "Řadit sestupně.",
|
|
@@ -21280,7 +21287,7 @@ const iD = {
|
|
|
21280
21287
|
activateAscending: "Aktivovat vzestupné řazení"
|
|
21281
21288
|
},
|
|
21282
21289
|
sortBy: "Radiť"
|
|
21283
|
-
},
|
|
21290
|
+
}, u0 = {
|
|
21284
21291
|
itemsPerPageText: "Záznamů na stránku:",
|
|
21285
21292
|
itemsPerPageAll: "Všechny",
|
|
21286
21293
|
nextPage: "Další strana",
|
|
@@ -21288,9 +21295,9 @@ const iD = {
|
|
|
21288
21295
|
firstPage: "První strana",
|
|
21289
21296
|
lastPage: "Poslední strana",
|
|
21290
21297
|
pageText: "{0}-{1} z {2}"
|
|
21291
|
-
}, u0 = {
|
|
21292
|
-
divider: "do"
|
|
21293
21298
|
}, c0 = {
|
|
21299
|
+
divider: "do"
|
|
21300
|
+
}, m0 = {
|
|
21294
21301
|
itemsSelected: "{0} vybrán",
|
|
21295
21302
|
range: {
|
|
21296
21303
|
title: "Vyberte datumy",
|
|
@@ -21301,27 +21308,27 @@ const iD = {
|
|
|
21301
21308
|
input: {
|
|
21302
21309
|
placeholder: "Zadejte datum"
|
|
21303
21310
|
}
|
|
21304
|
-
},
|
|
21311
|
+
}, f0 = "Žádná dostupná data", V0 = {
|
|
21305
21312
|
prev: "Předchozí krok",
|
|
21306
21313
|
next: "Následující krok",
|
|
21307
21314
|
ariaLabel: {
|
|
21308
21315
|
delimiter: "Krok {0} z {1}"
|
|
21309
21316
|
}
|
|
21310
|
-
},
|
|
21317
|
+
}, p0 = {
|
|
21311
21318
|
moreEvents: "{0} více",
|
|
21312
21319
|
today: "Dnes"
|
|
21313
|
-
},
|
|
21320
|
+
}, v0 = {
|
|
21314
21321
|
clear: "Vymazat {0}",
|
|
21315
21322
|
prependAction: "{0} akcí před",
|
|
21316
21323
|
appendAction: "{0} následujících akcí",
|
|
21317
21324
|
otp: "Vložte výhradně OTP znaky {0}"
|
|
21318
|
-
},
|
|
21325
|
+
}, h0 = {
|
|
21319
21326
|
counter: "{0} souborů",
|
|
21320
21327
|
counterSize: "{0} souborů ({1} spolu)"
|
|
21321
|
-
},
|
|
21328
|
+
}, F0 = {
|
|
21322
21329
|
am: "AM",
|
|
21323
21330
|
pm: "PM"
|
|
21324
|
-
},
|
|
21331
|
+
}, g0 = {
|
|
21325
21332
|
ariaLabel: {
|
|
21326
21333
|
root: "Navigace stránkování",
|
|
21327
21334
|
next: "Další stránka",
|
|
@@ -21331,66 +21338,66 @@ const iD = {
|
|
|
21331
21338
|
first: "První stránka",
|
|
21332
21339
|
last: "Poslední stránka"
|
|
21333
21340
|
}
|
|
21334
|
-
},
|
|
21341
|
+
}, q0 = {
|
|
21335
21342
|
next: "Další",
|
|
21336
21343
|
prev: "Předchozí"
|
|
21337
|
-
},
|
|
21344
|
+
}, Y0 = {
|
|
21338
21345
|
ariaLabel: {
|
|
21339
21346
|
item: "Hodnocení {0} z {1}"
|
|
21340
21347
|
}
|
|
21341
|
-
},
|
|
21348
|
+
}, X0 = "Načítám...", A0 = {
|
|
21342
21349
|
loadMore: "Načíst více",
|
|
21343
21350
|
empty: "Žádné další"
|
|
21344
|
-
},
|
|
21345
|
-
badge:
|
|
21346
|
-
open:
|
|
21347
|
-
close:
|
|
21348
|
-
confirmEdit:
|
|
21349
|
-
dataIterator:
|
|
21350
|
-
dataTable:
|
|
21351
|
-
dataFooter:
|
|
21352
|
-
dateRangeInput:
|
|
21353
|
-
datePicker:
|
|
21354
|
-
noDataText:
|
|
21355
|
-
carousel:
|
|
21356
|
-
calendar:
|
|
21357
|
-
input:
|
|
21358
|
-
fileInput:
|
|
21359
|
-
timePicker:
|
|
21360
|
-
pagination:
|
|
21361
|
-
stepper:
|
|
21362
|
-
rating:
|
|
21363
|
-
loading:
|
|
21364
|
-
infiniteScroll:
|
|
21365
|
-
},
|
|
21366
|
-
noTranslation:
|
|
21367
|
-
error_id_mismatch:
|
|
21368
|
-
error_field_empty:
|
|
21369
|
-
error_field_length_min:
|
|
21370
|
-
error_field_length_max:
|
|
21371
|
-
error_field_invalid:
|
|
21372
|
-
error_field_not_unique:
|
|
21373
|
-
error_field_value_not_found:
|
|
21374
|
-
error_field_range_min:
|
|
21375
|
-
error_field_range_max:
|
|
21376
|
-
error_field_regex:
|
|
21377
|
-
error_field_url:
|
|
21378
|
-
error_already_exists:
|
|
21379
|
-
},
|
|
21380
|
-
noTranslation:
|
|
21381
|
-
},
|
|
21382
|
-
required:
|
|
21383
|
-
between:
|
|
21384
|
-
minLength:
|
|
21385
|
-
maxLength:
|
|
21386
|
-
minValue:
|
|
21387
|
-
maxValue:
|
|
21388
|
-
email:
|
|
21389
|
-
url:
|
|
21390
|
-
numeric:
|
|
21391
|
-
slug:
|
|
21392
|
-
stringArrayItemLength:
|
|
21393
|
-
},
|
|
21351
|
+
}, y0 = {
|
|
21352
|
+
badge: i0,
|
|
21353
|
+
open: r0,
|
|
21354
|
+
close: o0,
|
|
21355
|
+
confirmEdit: n0,
|
|
21356
|
+
dataIterator: l0,
|
|
21357
|
+
dataTable: d0,
|
|
21358
|
+
dataFooter: u0,
|
|
21359
|
+
dateRangeInput: c0,
|
|
21360
|
+
datePicker: m0,
|
|
21361
|
+
noDataText: f0,
|
|
21362
|
+
carousel: V0,
|
|
21363
|
+
calendar: p0,
|
|
21364
|
+
input: v0,
|
|
21365
|
+
fileInput: h0,
|
|
21366
|
+
timePicker: F0,
|
|
21367
|
+
pagination: g0,
|
|
21368
|
+
stepper: q0,
|
|
21369
|
+
rating: Y0,
|
|
21370
|
+
loading: X0,
|
|
21371
|
+
infiniteScroll: A0
|
|
21372
|
+
}, b0 = "Nevalidní.", C0 = "Nesoulad ID při upravování objektu (MismatchID chyba). V případě potřeby kontaktuje administrátora.", x0 = "Povinné pole je prázdné.", w0 = "Nedodržená minimální délka pole.", k0 = "Nedodržená maximální délka pole.", I0 = "Neplatné pole.", _0 = "Pole musí být unikátní.", S0 = "Hodnota v poli nebyla nalezena.", K0 = "Hodnota musí být vyšší", D0 = "Hodnota musí být nižší.", T0 = "Nesprávný formát.", E0 = "URL je ve špatném tvaru.", M0 = "Daná položka již existuje.", $0 = {
|
|
21373
|
+
noTranslation: b0,
|
|
21374
|
+
error_id_mismatch: C0,
|
|
21375
|
+
error_field_empty: x0,
|
|
21376
|
+
error_field_length_min: w0,
|
|
21377
|
+
error_field_length_max: k0,
|
|
21378
|
+
error_field_invalid: I0,
|
|
21379
|
+
error_field_not_unique: _0,
|
|
21380
|
+
error_field_value_not_found: S0,
|
|
21381
|
+
error_field_range_min: K0,
|
|
21382
|
+
error_field_range_max: D0,
|
|
21383
|
+
error_field_regex: T0,
|
|
21384
|
+
error_field_url: E0,
|
|
21385
|
+
error_already_exists: M0
|
|
21386
|
+
}, B0 = "Nastala neznámá chyba. V případě potřeby kontaktujte administrátora.", P0 = {
|
|
21387
|
+
noTranslation: B0
|
|
21388
|
+
}, O0 = "Povinná hodnota.", R0 = "Hodnota musí být mezi {min} a {max}.", z0 = "Minimální počet znaků je {min}.", L0 = "Maximální počet znaků je {max}.", N0 = "Minimální hodnota je {min}.", U0 = "Maximální hodnota je {max}.", j0 = "Nesprávný formát e-mailu.", H0 = "Nesprávný formát URL.", W0 = "Musí být zadána pouze čísla.", G0 = "Povolené znaky pro slug jsou a-z, - a 0-9.", Z0 = "Délka znaků každé položky musí být mezi {min} a {max} znaků.", J0 = {
|
|
21389
|
+
required: O0,
|
|
21390
|
+
between: R0,
|
|
21391
|
+
minLength: z0,
|
|
21392
|
+
maxLength: L0,
|
|
21393
|
+
minValue: N0,
|
|
21394
|
+
maxValue: U0,
|
|
21395
|
+
email: j0,
|
|
21396
|
+
url: H0,
|
|
21397
|
+
numeric: W0,
|
|
21398
|
+
slug: G0,
|
|
21399
|
+
stringArrayItemLength: Z0
|
|
21400
|
+
}, Q0 = {
|
|
21394
21401
|
id: "Id",
|
|
21395
21402
|
texts: {
|
|
21396
21403
|
displayTitle: "Titulek"
|
|
@@ -21401,7 +21408,7 @@ const iD = {
|
|
|
21401
21408
|
size: "Velikost"
|
|
21402
21409
|
}
|
|
21403
21410
|
}
|
|
21404
|
-
},
|
|
21411
|
+
}, e1 = {
|
|
21405
21412
|
table: {
|
|
21406
21413
|
image: "Náhled"
|
|
21407
21414
|
},
|
|
@@ -21419,54 +21426,54 @@ const iD = {
|
|
|
21419
21426
|
pickExactCount: "Vyberte assety: {count}. Zvolených: {selected}.",
|
|
21420
21427
|
pickRangeCount: "Vyberte od {minCount} do {maxCount} assetů. Zvolených: {selected}."
|
|
21421
21428
|
}
|
|
21422
|
-
},
|
|
21429
|
+
}, t1 = {
|
|
21423
21430
|
licence: "Licence",
|
|
21424
21431
|
text: "Text",
|
|
21425
21432
|
described: "Popsáno",
|
|
21426
21433
|
visible: "Viditelné",
|
|
21427
21434
|
generatedBySystem: "Generováno systémem"
|
|
21428
|
-
}, t1 = {
|
|
21429
|
-
unallowedLicence: "Nemáte práva na licenciu v DAM"
|
|
21430
21435
|
}, a1 = {
|
|
21431
|
-
|
|
21432
|
-
meta: Q0,
|
|
21433
|
-
filter: e1,
|
|
21434
|
-
error: t1
|
|
21436
|
+
unallowedLicence: "Nemáte práva na licenciu v DAM"
|
|
21435
21437
|
}, s1 = {
|
|
21436
|
-
|
|
21438
|
+
model: Q0,
|
|
21439
|
+
meta: e1,
|
|
21440
|
+
filter: t1,
|
|
21441
|
+
error: a1
|
|
21437
21442
|
}, i1 = {
|
|
21443
|
+
toggle: "Filter"
|
|
21444
|
+
}, r1 = {
|
|
21438
21445
|
title: "Vyberte",
|
|
21439
21446
|
pickExactCount: "Vyberte: {count}. Zvolených: {selected}.",
|
|
21440
21447
|
pickRangeCount: "Vyberte od {minCount} do {maxCount}. Zvolených: {selected}."
|
|
21441
|
-
}, r1 = {
|
|
21442
|
-
filter: s1,
|
|
21443
|
-
texts: i1
|
|
21444
21448
|
}, o1 = {
|
|
21449
|
+
filter: i1,
|
|
21450
|
+
texts: r1
|
|
21451
|
+
}, n1 = {
|
|
21445
21452
|
remainingSeconds: "{value} vteřin",
|
|
21446
21453
|
remainingMinutes: "{value} minut",
|
|
21447
21454
|
remainingHours: "{value} hodin",
|
|
21448
21455
|
remainingDays: "{value} dní"
|
|
21449
|
-
},
|
|
21456
|
+
}, l1 = {
|
|
21450
21457
|
remainingSeconds: "{value} s",
|
|
21451
21458
|
remainingMinutes: "{value} m",
|
|
21452
21459
|
remainingHours: "{value} h",
|
|
21453
21460
|
remainingDays: "{value} d"
|
|
21454
|
-
},
|
|
21455
|
-
long:
|
|
21456
|
-
short:
|
|
21457
|
-
now:
|
|
21458
|
-
},
|
|
21461
|
+
}, d1 = "Teď", u1 = {
|
|
21462
|
+
long: n1,
|
|
21463
|
+
short: l1,
|
|
21464
|
+
now: d1
|
|
21465
|
+
}, c1 = "Přidání nové položky na poslední pozici", m1 = "Upravit", f1 = "Odstranit", V1 = "Přidání nové položky za", p1 = "Přidat dítě", v1 = "Další možnosti", h1 = {
|
|
21459
21466
|
maxDeepExceed: "Nemožnost přesunu. Nová hloubka překročí maximální hloubku.",
|
|
21460
21467
|
unableToAdd: "Nelze přidat položku."
|
|
21461
|
-
}, h1 = {
|
|
21462
|
-
addNewAtEnd: u1,
|
|
21463
|
-
edit: c1,
|
|
21464
|
-
remove: m1,
|
|
21465
|
-
addAfter: f1,
|
|
21466
|
-
addChild: V1,
|
|
21467
|
-
more: p1,
|
|
21468
|
-
error: v1
|
|
21469
21468
|
}, F1 = {
|
|
21469
|
+
addNewAtEnd: c1,
|
|
21470
|
+
edit: m1,
|
|
21471
|
+
remove: f1,
|
|
21472
|
+
addAfter: V1,
|
|
21473
|
+
addChild: p1,
|
|
21474
|
+
more: v1,
|
|
21475
|
+
error: h1
|
|
21476
|
+
}, g1 = {
|
|
21470
21477
|
model: {
|
|
21471
21478
|
texts: {
|
|
21472
21479
|
description: "Popis",
|
|
@@ -21489,12 +21496,12 @@ const iD = {
|
|
|
21489
21496
|
description: "Ak prepíšete popis na tomto mieste, nezmeníte ho v úložisku obrázkov."
|
|
21490
21497
|
}
|
|
21491
21498
|
}
|
|
21492
|
-
},
|
|
21499
|
+
}, q1 = {
|
|
21493
21500
|
edit: "Upraviť v DAM",
|
|
21494
21501
|
displayTitle: "Meno originálu",
|
|
21495
21502
|
error: "Chyba",
|
|
21496
21503
|
copyAssetId: "Kopírovať asset ID"
|
|
21497
|
-
},
|
|
21504
|
+
}, Y1 = {
|
|
21498
21505
|
model: {
|
|
21499
21506
|
authors: "Autori",
|
|
21500
21507
|
keywords: "Kľúčové slová"
|
|
@@ -21576,7 +21583,7 @@ const iD = {
|
|
|
21576
21583
|
downloadFailed: "Sťahovanie zlyhalo",
|
|
21577
21584
|
invalidSize: "Neplatná veľkosť"
|
|
21578
21585
|
}
|
|
21579
|
-
},
|
|
21586
|
+
}, X1 = {
|
|
21580
21587
|
waiting: "Čakanie",
|
|
21581
21588
|
processing: "Spracováva sa",
|
|
21582
21589
|
uploading: "Nahrávanie",
|
|
@@ -21597,7 +21604,7 @@ const iD = {
|
|
|
21597
21604
|
cancelOrUploadFirst: "Chcete zrušiť alebo nahrať iba prvých {count} súborov?",
|
|
21598
21605
|
actionAddFirstItems: "Pridať prvých {count} súborov"
|
|
21599
21606
|
}
|
|
21600
|
-
},
|
|
21607
|
+
}, A1 = {
|
|
21601
21608
|
model: {
|
|
21602
21609
|
name: "Meno"
|
|
21603
21610
|
},
|
|
@@ -21607,7 +21614,7 @@ const iD = {
|
|
|
21607
21614
|
meta: {
|
|
21608
21615
|
create: "Vytvoriť kľúčové slovo"
|
|
21609
21616
|
}
|
|
21610
|
-
},
|
|
21617
|
+
}, y1 = {
|
|
21611
21618
|
model: {
|
|
21612
21619
|
name: "Meno",
|
|
21613
21620
|
identifier: "Identifikátor",
|
|
@@ -21626,27 +21633,27 @@ const iD = {
|
|
|
21626
21633
|
create: "Vytvorenie autora"
|
|
21627
21634
|
},
|
|
21628
21635
|
conflicts: "Konflikt autorov"
|
|
21629
|
-
},
|
|
21636
|
+
}, b1 = {
|
|
21630
21637
|
unknownError: "Systémova chyba. Skúste neskôr alebo kontaktujte administrátora.",
|
|
21631
21638
|
systemError: "Chyba",
|
|
21632
21639
|
size: "Nesprávna veľkosť",
|
|
21633
21640
|
offset: "Nesprávny offset",
|
|
21634
21641
|
mimeType: "Nesprávny formát súboru"
|
|
21635
|
-
},
|
|
21636
|
-
image:
|
|
21637
|
-
queueItem:
|
|
21638
|
-
asset:
|
|
21639
|
-
upload:
|
|
21640
|
-
keyword:
|
|
21641
|
-
author:
|
|
21642
|
-
uploadErrors:
|
|
21643
|
-
notificationsNotConnected:
|
|
21642
|
+
}, C1 = "Notifikačná služba má dočasný výpadok, niektoré funkcie sa nemusia správať korektne.", x1 = {
|
|
21643
|
+
image: g1,
|
|
21644
|
+
queueItem: q1,
|
|
21645
|
+
asset: Y1,
|
|
21646
|
+
upload: X1,
|
|
21647
|
+
keyword: A1,
|
|
21648
|
+
author: y1,
|
|
21649
|
+
uploadErrors: b1,
|
|
21650
|
+
notificationsNotConnected: C1,
|
|
21644
21651
|
public: {
|
|
21645
21652
|
idOrUrl: "Image ID or public image URL",
|
|
21646
21653
|
inputError: "Incorrect ID provided",
|
|
21647
21654
|
imagePreview: "Image preview"
|
|
21648
21655
|
}
|
|
21649
|
-
},
|
|
21656
|
+
}, w1 = {
|
|
21650
21657
|
occupied: "Entita je práve upravovaná iným používateľom a je nutné požiadať o kolaboráciu",
|
|
21651
21658
|
error: "Ľutujeme, ale pri inicializácii kolaborácie nastala neočakávaná chyba.",
|
|
21652
21659
|
approvedJoinRequest: "Vaša žiadosť o kolaboráciu bola úspešne schválená, môžete vstúpiť do editácie.",
|
|
@@ -21659,63 +21666,63 @@ const iD = {
|
|
|
21659
21666
|
transferredModeration: "Stali ste sa moderátorom.",
|
|
21660
21667
|
alreadyRequestedToJoin: "Už ste o kolaboráciu požiadali, čaká sa na schválenie vašej žiadosti.",
|
|
21661
21668
|
failedRequestedToJoin: "Ľutujeme, ale vašu žiadosť o pripojenie ku kolaborácii sa nepodarilo spracovať. Skúste to neskôr.."
|
|
21662
|
-
},
|
|
21669
|
+
}, k1 = "Na článku sa práve pracuje", I1 = "Chcete požiadať o kolaboráciu?", _1 = "Požiadať o kolaboráciu", S1 = "Žiadosti o kolaboráciu", K1 = "Čakanie na schválenie", D1 = "Automaticky prijatý za", T1 = "Poslať žiadosť o prevzatie moderovania", E1 = "Žiadosť o prevzatie moderovania", M1 = "žiada o prevzatie moderovania", $1 = "Manažment moderátora", B1 = "Presunúť moderovanie", P1 = {
|
|
21663
21670
|
accept: "Prijať",
|
|
21664
21671
|
reject: "Zamietnuť",
|
|
21665
21672
|
kickUser: "Vyhodiť z kolaborácie",
|
|
21666
21673
|
kickYourself: "Odísť z kolaborácie",
|
|
21667
21674
|
transferModeration: "Presunúť moderovanie"
|
|
21668
|
-
},
|
|
21669
|
-
alert:
|
|
21670
|
-
occupiedEntityTitle:
|
|
21671
|
-
occupiedEntityText:
|
|
21672
|
-
requestToCollaborate:
|
|
21673
|
-
requestToCollaborateText:
|
|
21674
|
-
waitingForApprove:
|
|
21675
|
-
approvedAfterCountdown:
|
|
21676
|
-
requestToTakeModeration:
|
|
21677
|
-
requestToTakeModerationTextTitle:
|
|
21678
|
-
requestToTakeModerationText:
|
|
21679
|
-
moderatorManagement:
|
|
21680
|
-
transferModeration:
|
|
21681
|
-
button:
|
|
21682
|
-
},
|
|
21675
|
+
}, O1 = {
|
|
21676
|
+
alert: w1,
|
|
21677
|
+
occupiedEntityTitle: k1,
|
|
21678
|
+
occupiedEntityText: I1,
|
|
21679
|
+
requestToCollaborate: _1,
|
|
21680
|
+
requestToCollaborateText: S1,
|
|
21681
|
+
waitingForApprove: K1,
|
|
21682
|
+
approvedAfterCountdown: D1,
|
|
21683
|
+
requestToTakeModeration: T1,
|
|
21684
|
+
requestToTakeModerationTextTitle: E1,
|
|
21685
|
+
requestToTakeModerationText: M1,
|
|
21686
|
+
moderatorManagement: $1,
|
|
21687
|
+
transferModeration: B1,
|
|
21688
|
+
button: P1
|
|
21689
|
+
}, fD = {
|
|
21683
21690
|
common: {
|
|
21684
21691
|
alert: Py,
|
|
21685
21692
|
button: cb,
|
|
21686
|
-
model:
|
|
21687
|
-
system:
|
|
21688
|
-
anzuUser:
|
|
21689
|
-
job:
|
|
21690
|
-
log:
|
|
21691
|
-
permission:
|
|
21692
|
-
permissionGroup:
|
|
21693
|
-
assetSelect:
|
|
21694
|
-
subjectSelect:
|
|
21695
|
-
time:
|
|
21696
|
-
sortable:
|
|
21697
|
-
damImage:
|
|
21698
|
-
collab:
|
|
21699
|
-
},
|
|
21700
|
-
$vuetify:
|
|
21693
|
+
model: Fb,
|
|
21694
|
+
system: _b,
|
|
21695
|
+
anzuUser: Mb,
|
|
21696
|
+
job: zb,
|
|
21697
|
+
log: Hb,
|
|
21698
|
+
permission: Jb,
|
|
21699
|
+
permissionGroup: s0,
|
|
21700
|
+
assetSelect: s1,
|
|
21701
|
+
subjectSelect: o1,
|
|
21702
|
+
time: u1,
|
|
21703
|
+
sortable: F1,
|
|
21704
|
+
damImage: x1,
|
|
21705
|
+
collab: O1
|
|
21706
|
+
},
|
|
21707
|
+
$vuetify: y0,
|
|
21701
21708
|
error: {
|
|
21702
21709
|
apiValidation: {
|
|
21703
|
-
|
|
21710
|
+
...$0
|
|
21704
21711
|
},
|
|
21705
21712
|
apiForbiddenOperation: {
|
|
21706
|
-
...
|
|
21713
|
+
...P0
|
|
21707
21714
|
},
|
|
21708
21715
|
jsValidation: {
|
|
21709
|
-
...
|
|
21716
|
+
...J0
|
|
21710
21717
|
}
|
|
21711
21718
|
}
|
|
21712
|
-
},
|
|
21719
|
+
}, R1 = "Badge", z1 = "Open", L1 = "Close", N1 = {
|
|
21713
21720
|
ok: "OK",
|
|
21714
21721
|
cancel: "Cancel"
|
|
21715
|
-
},
|
|
21722
|
+
}, U1 = {
|
|
21716
21723
|
noResultsText: "No matching records found",
|
|
21717
21724
|
loadingText: "Loading items..."
|
|
21718
|
-
},
|
|
21725
|
+
}, j1 = {
|
|
21719
21726
|
itemsPerPageText: "Rows per page:",
|
|
21720
21727
|
ariaLabel: {
|
|
21721
21728
|
sortDescending: "Sorted descending.",
|
|
@@ -21726,7 +21733,7 @@ const iD = {
|
|
|
21726
21733
|
activateAscending: "Activate to sort ascending."
|
|
21727
21734
|
},
|
|
21728
21735
|
sortBy: "Sort by"
|
|
21729
|
-
},
|
|
21736
|
+
}, H1 = {
|
|
21730
21737
|
itemsPerPageText: "Items per page:",
|
|
21731
21738
|
itemsPerPageAll: "All",
|
|
21732
21739
|
nextPage: "Next page",
|
|
@@ -21734,9 +21741,9 @@ const iD = {
|
|
|
21734
21741
|
firstPage: "First page",
|
|
21735
21742
|
lastPage: "Last page",
|
|
21736
21743
|
pageText: "{0}-{1} of {2}"
|
|
21737
|
-
}, H1 = {
|
|
21738
|
-
divider: "to"
|
|
21739
21744
|
}, W1 = {
|
|
21745
|
+
divider: "to"
|
|
21746
|
+
}, G1 = {
|
|
21740
21747
|
itemsSelected: "{0} selected",
|
|
21741
21748
|
range: {
|
|
21742
21749
|
title: "Select dates",
|
|
@@ -21747,27 +21754,27 @@ const iD = {
|
|
|
21747
21754
|
input: {
|
|
21748
21755
|
placeholder: "Enter date"
|
|
21749
21756
|
}
|
|
21750
|
-
},
|
|
21757
|
+
}, Z1 = "No data available", J1 = {
|
|
21751
21758
|
prev: "Previous visual",
|
|
21752
21759
|
next: "Next visual",
|
|
21753
21760
|
ariaLabel: {
|
|
21754
21761
|
delimiter: "Carousel slide {0} of {1}"
|
|
21755
21762
|
}
|
|
21756
|
-
},
|
|
21763
|
+
}, Q1 = {
|
|
21757
21764
|
moreEvents: "{0} more",
|
|
21758
21765
|
today: "Today"
|
|
21759
|
-
},
|
|
21766
|
+
}, e2 = {
|
|
21760
21767
|
clear: "Clear {0}",
|
|
21761
21768
|
prependAction: "{0} prepended action",
|
|
21762
21769
|
appendAction: "{0} appended action",
|
|
21763
21770
|
otp: "Please enter OTP character {0}"
|
|
21764
|
-
},
|
|
21771
|
+
}, t2 = {
|
|
21765
21772
|
counter: "{0} files",
|
|
21766
21773
|
counterSize: "{0} files ({1} in total)"
|
|
21767
|
-
},
|
|
21774
|
+
}, a2 = {
|
|
21768
21775
|
am: "AM",
|
|
21769
21776
|
pm: "PM"
|
|
21770
|
-
},
|
|
21777
|
+
}, s2 = {
|
|
21771
21778
|
ariaLabel: {
|
|
21772
21779
|
root: "Navigácia stránkovania",
|
|
21773
21780
|
next: "Ďalšia stránka",
|
|
@@ -21777,38 +21784,38 @@ const iD = {
|
|
|
21777
21784
|
first: "First page",
|
|
21778
21785
|
last: "Last page"
|
|
21779
21786
|
}
|
|
21780
|
-
},
|
|
21787
|
+
}, i2 = {
|
|
21781
21788
|
next: "Next",
|
|
21782
21789
|
prev: "Previous"
|
|
21783
|
-
},
|
|
21790
|
+
}, r2 = {
|
|
21784
21791
|
ariaLabel: {
|
|
21785
21792
|
item: "Rating {0} of {1}"
|
|
21786
21793
|
}
|
|
21787
|
-
},
|
|
21794
|
+
}, o2 = "Loading...", n2 = {
|
|
21788
21795
|
loadMore: "Load more",
|
|
21789
21796
|
empty: "No more"
|
|
21790
|
-
},
|
|
21791
|
-
badge:
|
|
21792
|
-
open:
|
|
21793
|
-
close:
|
|
21794
|
-
confirmEdit:
|
|
21795
|
-
dataIterator:
|
|
21796
|
-
dataTable:
|
|
21797
|
-
dataFooter:
|
|
21798
|
-
dateRangeInput:
|
|
21799
|
-
datePicker:
|
|
21800
|
-
noDataText:
|
|
21801
|
-
carousel:
|
|
21802
|
-
calendar:
|
|
21803
|
-
input:
|
|
21804
|
-
fileInput:
|
|
21805
|
-
timePicker:
|
|
21806
|
-
pagination:
|
|
21807
|
-
stepper:
|
|
21808
|
-
rating:
|
|
21809
|
-
loading:
|
|
21810
|
-
infiniteScroll:
|
|
21811
|
-
},
|
|
21797
|
+
}, l2 = {
|
|
21798
|
+
badge: R1,
|
|
21799
|
+
open: z1,
|
|
21800
|
+
close: L1,
|
|
21801
|
+
confirmEdit: N1,
|
|
21802
|
+
dataIterator: U1,
|
|
21803
|
+
dataTable: j1,
|
|
21804
|
+
dataFooter: H1,
|
|
21805
|
+
dateRangeInput: W1,
|
|
21806
|
+
datePicker: G1,
|
|
21807
|
+
noDataText: Z1,
|
|
21808
|
+
carousel: J1,
|
|
21809
|
+
calendar: Q1,
|
|
21810
|
+
input: e2,
|
|
21811
|
+
fileInput: t2,
|
|
21812
|
+
timePicker: a2,
|
|
21813
|
+
pagination: s2,
|
|
21814
|
+
stepper: i2,
|
|
21815
|
+
rating: r2,
|
|
21816
|
+
loading: o2,
|
|
21817
|
+
infiniteScroll: n2
|
|
21818
|
+
}, d2 = "System error, try again later or contact administrator", u2 = "Access denied, you dont have correct rights for this action", c2 = "Please fill all required fields and fix problems", m2 = "Please, fix these errors", f2 = "Forbidden operation", V2 = {
|
|
21812
21819
|
created: "Record was created",
|
|
21813
21820
|
updated: "Record was updated",
|
|
21814
21821
|
deleted: "Record was removed",
|
|
@@ -21816,64 +21823,65 @@ const iD = {
|
|
|
21816
21823
|
unpublished: "Record was unpublished",
|
|
21817
21824
|
enabled: "Record was enabled",
|
|
21818
21825
|
disabled: "Record was disabled"
|
|
21819
|
-
},
|
|
21820
|
-
unknownError:
|
|
21821
|
-
forbiddenError:
|
|
21822
|
-
fixValidationErrors:
|
|
21823
|
-
fixApiValidationErrors:
|
|
21824
|
-
apiForbiddenOperationError:
|
|
21825
|
-
recordWas:
|
|
21826
|
-
idWasCopied:
|
|
21827
|
-
textWasCopied:
|
|
21828
|
-
},
|
|
21829
|
-
create:
|
|
21830
|
-
createAndClose:
|
|
21831
|
-
save:
|
|
21832
|
-
saveAndClose:
|
|
21833
|
-
close:
|
|
21834
|
-
edit:
|
|
21835
|
-
detail:
|
|
21836
|
-
submitFilter:
|
|
21837
|
-
resetFilter:
|
|
21838
|
-
advancedFilters:
|
|
21839
|
-
cancel:
|
|
21826
|
+
}, p2 = "ID was copied to clipboard", v2 = "Text was copied to clipboard", h2 = {
|
|
21827
|
+
unknownError: d2,
|
|
21828
|
+
forbiddenError: u2,
|
|
21829
|
+
fixValidationErrors: c2,
|
|
21830
|
+
fixApiValidationErrors: m2,
|
|
21831
|
+
apiForbiddenOperationError: f2,
|
|
21832
|
+
recordWas: V2,
|
|
21833
|
+
idWasCopied: p2,
|
|
21834
|
+
textWasCopied: v2
|
|
21835
|
+
}, F2 = "Create", g2 = "Create And Close", q2 = "Save", Y2 = "Save And Close", X2 = "Close", A2 = "Edit", y2 = "Detail", b2 = "Apply Filter", C2 = "Reset Filter", x2 = "More filters", w2 = "Cancel", k2 = "Id", I2 = "Now", _2 = "Confirm", S2 = "Copy ID", K2 = "Add", D2 = "Download", T2 = "Upload", E2 = "Refresh", M2 = "Forwards", $2 = "Backwards", B2 = "Next", P2 = "Prev", O2 = "Load more", R2 = {
|
|
21836
|
+
create: F2,
|
|
21837
|
+
createAndClose: g2,
|
|
21838
|
+
save: q2,
|
|
21839
|
+
saveAndClose: Y2,
|
|
21840
|
+
close: X2,
|
|
21841
|
+
edit: A2,
|
|
21842
|
+
detail: y2,
|
|
21843
|
+
submitFilter: b2,
|
|
21844
|
+
resetFilter: C2,
|
|
21845
|
+
advancedFilters: x2,
|
|
21846
|
+
cancel: w2,
|
|
21840
21847
|
delete: "Delete",
|
|
21841
|
-
id:
|
|
21842
|
-
now:
|
|
21843
|
-
confirm:
|
|
21844
|
-
copyId:
|
|
21845
|
-
add:
|
|
21846
|
-
download:
|
|
21847
|
-
upload:
|
|
21848
|
-
refresh:
|
|
21849
|
-
forwards:
|
|
21850
|
-
backwards:
|
|
21851
|
-
next:
|
|
21852
|
-
prev:
|
|
21853
|
-
loadMore:
|
|
21854
|
-
},
|
|
21848
|
+
id: k2,
|
|
21849
|
+
now: I2,
|
|
21850
|
+
confirm: _2,
|
|
21851
|
+
copyId: S2,
|
|
21852
|
+
add: K2,
|
|
21853
|
+
download: D2,
|
|
21854
|
+
upload: T2,
|
|
21855
|
+
refresh: E2,
|
|
21856
|
+
forwards: M2,
|
|
21857
|
+
backwards: $2,
|
|
21858
|
+
next: B2,
|
|
21859
|
+
prev: P2,
|
|
21860
|
+
loadMore: O2
|
|
21861
|
+
}, z2 = "System", L2 = "Not selected", N2 = "All", U2 = {
|
|
21855
21862
|
true: "Yes",
|
|
21856
21863
|
false: "No"
|
|
21857
|
-
},
|
|
21864
|
+
}, j2 = {
|
|
21858
21865
|
createdAt: "Created",
|
|
21859
21866
|
modifiedAt: "Modified",
|
|
21860
21867
|
created: "Created",
|
|
21861
21868
|
modified: "Modified"
|
|
21862
|
-
},
|
|
21869
|
+
}, H2 = {
|
|
21863
21870
|
eq: "Presný výraz",
|
|
21864
21871
|
contains: "Kdekolvek vo výraze",
|
|
21865
21872
|
startsWith: "Začiatok výrazu"
|
|
21866
|
-
},
|
|
21867
|
-
system:
|
|
21868
|
-
notSelected:
|
|
21869
|
-
|
|
21870
|
-
|
|
21871
|
-
|
|
21872
|
-
|
|
21873
|
+
}, W2 = {
|
|
21874
|
+
system: z2,
|
|
21875
|
+
notSelected: L2,
|
|
21876
|
+
all: N2,
|
|
21877
|
+
boolean: U2,
|
|
21878
|
+
tracking: j2,
|
|
21879
|
+
filterPlaceholder: H2
|
|
21880
|
+
}, G2 = "version", Z2 = "New version of admin is available. For proper functioning, latest version is required.", J2 = "Reload new version", Q2 = {
|
|
21873
21881
|
light: "Light",
|
|
21874
21882
|
dark: "Dark",
|
|
21875
21883
|
auto: "Auto"
|
|
21876
|
-
},
|
|
21884
|
+
}, eC = {
|
|
21877
21885
|
config: "Config table",
|
|
21878
21886
|
displayCols: "Display columns",
|
|
21879
21887
|
itemsPerPage: "Records per page",
|
|
@@ -21885,52 +21893,52 @@ const iD = {
|
|
|
21885
21893
|
mostRecent: "Most recent",
|
|
21886
21894
|
oldest: "Oldest"
|
|
21887
21895
|
}
|
|
21888
|
-
},
|
|
21896
|
+
}, tC = {
|
|
21889
21897
|
confirmDelete: "Remove?",
|
|
21890
21898
|
hide: "Hide",
|
|
21891
21899
|
show: "Show"
|
|
21892
|
-
},
|
|
21900
|
+
}, aC = {
|
|
21893
21901
|
button: "Applications"
|
|
21894
|
-
},
|
|
21902
|
+
}, sC = {
|
|
21895
21903
|
button: "Account",
|
|
21896
21904
|
logout: "Logout",
|
|
21897
21905
|
logoutText: "Are you sure you want to log out?",
|
|
21898
21906
|
logoutConfirm: "Logout",
|
|
21899
21907
|
settings: "Settings"
|
|
21900
|
-
},
|
|
21908
|
+
}, iC = {
|
|
21901
21909
|
detail: "Detail",
|
|
21902
21910
|
edit: "Edit",
|
|
21903
21911
|
create: "Create"
|
|
21904
|
-
},
|
|
21912
|
+
}, rC = {
|
|
21905
21913
|
text: "Prosím, prihláste sa",
|
|
21906
21914
|
button: "Prihlásiť sa"
|
|
21907
|
-
},
|
|
21915
|
+
}, oC = {
|
|
21908
21916
|
title: "Oops, 404",
|
|
21909
21917
|
text: "This page doesn't exist",
|
|
21910
21918
|
backButton: "Return to homepage"
|
|
21911
|
-
},
|
|
21919
|
+
}, nC = {
|
|
21912
21920
|
title: "Oops, 401",
|
|
21913
21921
|
text: "You don't have access to this page",
|
|
21914
21922
|
backButton: "Return to login"
|
|
21915
|
-
},
|
|
21916
|
-
version:
|
|
21917
|
-
newVersionText:
|
|
21918
|
-
newVersionReload:
|
|
21919
|
-
theme:
|
|
21920
|
-
datatable:
|
|
21921
|
-
modal:
|
|
21922
|
-
adminSwitcher:
|
|
21923
|
-
currentUser:
|
|
21924
|
-
breadcrumb:
|
|
21925
|
-
login:
|
|
21926
|
-
notFound:
|
|
21927
|
-
unauthorized:
|
|
21928
|
-
},
|
|
21923
|
+
}, lC = {
|
|
21924
|
+
version: G2,
|
|
21925
|
+
newVersionText: Z2,
|
|
21926
|
+
newVersionReload: J2,
|
|
21927
|
+
theme: Q2,
|
|
21928
|
+
datatable: eC,
|
|
21929
|
+
modal: tC,
|
|
21930
|
+
adminSwitcher: aC,
|
|
21931
|
+
currentUser: sC,
|
|
21932
|
+
breadcrumb: iC,
|
|
21933
|
+
login: rC,
|
|
21934
|
+
notFound: oC,
|
|
21935
|
+
unauthorized: nC
|
|
21936
|
+
}, dC = {
|
|
21929
21937
|
detail: "Anzu User Detail",
|
|
21930
21938
|
list: "Anzu Users List",
|
|
21931
21939
|
edit: "Anzu User Edit",
|
|
21932
21940
|
create: "Anzu User Create"
|
|
21933
|
-
},
|
|
21941
|
+
}, uC = {
|
|
21934
21942
|
id: "ID",
|
|
21935
21943
|
enabled: "Enabled",
|
|
21936
21944
|
email: "Email",
|
|
@@ -21946,31 +21954,31 @@ const iD = {
|
|
|
21946
21954
|
color: "Avatar color",
|
|
21947
21955
|
text: "Avatar text"
|
|
21948
21956
|
}
|
|
21949
|
-
},
|
|
21957
|
+
}, cC = {
|
|
21950
21958
|
id: "ID",
|
|
21951
21959
|
enabled: "Enabled",
|
|
21952
21960
|
email: "Email"
|
|
21953
|
-
},
|
|
21961
|
+
}, mC = {
|
|
21954
21962
|
grants: "Actions",
|
|
21955
21963
|
permissions: "Permissions",
|
|
21956
21964
|
resolvedPermissions: "Resolved Permission",
|
|
21957
21965
|
noPermissions: "No permissions set"
|
|
21958
|
-
},
|
|
21966
|
+
}, fC = {
|
|
21959
21967
|
title: "Kopirovat rolu a oprávnenia",
|
|
21960
21968
|
desc: "Potrebujete skopirovat rolu a opravnenia z uz existujuceho pouzivatela?",
|
|
21961
21969
|
srcUser: "Zdrojovy uzivatel"
|
|
21962
|
-
},
|
|
21963
|
-
meta:
|
|
21964
|
-
model:
|
|
21965
|
-
filter:
|
|
21966
|
-
table:
|
|
21967
|
-
copyPermissions:
|
|
21968
|
-
},
|
|
21970
|
+
}, VC = {
|
|
21971
|
+
meta: dC,
|
|
21972
|
+
model: uC,
|
|
21973
|
+
filter: cC,
|
|
21974
|
+
table: mC,
|
|
21975
|
+
copyPermissions: fC
|
|
21976
|
+
}, pC = {
|
|
21969
21977
|
id: "Id",
|
|
21970
21978
|
status: "Status",
|
|
21971
21979
|
startedAtFrom: "Started at from",
|
|
21972
21980
|
startedAtUntil: "Started at until"
|
|
21973
|
-
},
|
|
21981
|
+
}, vC = {
|
|
21974
21982
|
id: "Id",
|
|
21975
21983
|
_resourceName: "Type",
|
|
21976
21984
|
status: "Status",
|
|
@@ -21979,26 +21987,26 @@ const iD = {
|
|
|
21979
21987
|
result: "Result",
|
|
21980
21988
|
targetUserId: "Target user id",
|
|
21981
21989
|
anonymizeUser: "Anonymize user"
|
|
21982
|
-
},
|
|
21990
|
+
}, hC = {
|
|
21983
21991
|
jobUserDataDelete: "User data delete"
|
|
21984
|
-
},
|
|
21992
|
+
}, FC = {
|
|
21985
21993
|
create: "Create job"
|
|
21986
|
-
},
|
|
21994
|
+
}, gC = {
|
|
21987
21995
|
waiting: "Waiting",
|
|
21988
21996
|
processing: "Processing",
|
|
21989
21997
|
awaitingBatchProcess: "Processing batch",
|
|
21990
21998
|
done: "Done",
|
|
21991
21999
|
error: "Error"
|
|
21992
|
-
},
|
|
21993
|
-
filter:
|
|
21994
|
-
model:
|
|
21995
|
-
jobResource:
|
|
21996
|
-
button:
|
|
21997
|
-
status:
|
|
21998
|
-
},
|
|
22000
|
+
}, qC = {
|
|
22001
|
+
filter: pC,
|
|
22002
|
+
model: vC,
|
|
22003
|
+
jobResource: hC,
|
|
22004
|
+
button: FC,
|
|
22005
|
+
status: gC
|
|
22006
|
+
}, YC = {
|
|
21999
22007
|
detail: "Log Detail",
|
|
22000
22008
|
list: "List of Logs"
|
|
22001
|
-
},
|
|
22009
|
+
}, XC = "System", AC = {
|
|
22002
22010
|
system: "System",
|
|
22003
22011
|
type: "Type",
|
|
22004
22012
|
levelName: "Level",
|
|
@@ -22009,7 +22017,7 @@ const iD = {
|
|
|
22009
22017
|
datetimeTo: "Date until",
|
|
22010
22018
|
message: "Message",
|
|
22011
22019
|
appVersion: "Version"
|
|
22012
|
-
},
|
|
22020
|
+
}, yC = {
|
|
22013
22021
|
id: "ID",
|
|
22014
22022
|
datetime: "Date",
|
|
22015
22023
|
levelName: "Level",
|
|
@@ -22025,76 +22033,76 @@ const iD = {
|
|
|
22025
22033
|
path: "URL",
|
|
22026
22034
|
httpStatus: "Status code"
|
|
22027
22035
|
}
|
|
22028
|
-
},
|
|
22029
|
-
meta:
|
|
22030
|
-
system:
|
|
22031
|
-
filter:
|
|
22032
|
-
model:
|
|
22033
|
-
},
|
|
22036
|
+
}, bC = {
|
|
22037
|
+
meta: YC,
|
|
22038
|
+
system: XC,
|
|
22039
|
+
filter: AC,
|
|
22040
|
+
model: yC
|
|
22041
|
+
}, CC = {
|
|
22034
22042
|
actions: "Actions",
|
|
22035
22043
|
permissions: "Permissions"
|
|
22036
|
-
},
|
|
22044
|
+
}, xC = {
|
|
22037
22045
|
allow: "Allow",
|
|
22038
22046
|
allowOwner: "Owner only",
|
|
22039
22047
|
deny: "Deny"
|
|
22040
|
-
},
|
|
22048
|
+
}, wC = {
|
|
22041
22049
|
role: "Role",
|
|
22042
22050
|
group: "Group",
|
|
22043
22051
|
user: "User",
|
|
22044
22052
|
defaultGrant: "Default"
|
|
22045
|
-
},
|
|
22046
|
-
table:
|
|
22047
|
-
grant:
|
|
22048
|
-
grantOrigin:
|
|
22049
|
-
},
|
|
22053
|
+
}, kC = {
|
|
22054
|
+
table: CC,
|
|
22055
|
+
grant: xC,
|
|
22056
|
+
grantOrigin: wC
|
|
22057
|
+
}, IC = {
|
|
22050
22058
|
detail: "Permission Group Detail",
|
|
22051
22059
|
list: "Permission Group List",
|
|
22052
22060
|
create: "Permission Group Create",
|
|
22053
22061
|
edit: "Permission Group Edit"
|
|
22054
|
-
},
|
|
22062
|
+
}, _C = {
|
|
22055
22063
|
id: "ID",
|
|
22056
22064
|
title: "Title",
|
|
22057
22065
|
description: "Description",
|
|
22058
22066
|
permissions: "Permissions"
|
|
22059
|
-
},
|
|
22067
|
+
}, SC = {
|
|
22060
22068
|
id: "ID",
|
|
22061
22069
|
title: "Title"
|
|
22062
|
-
},
|
|
22070
|
+
}, KC = {
|
|
22063
22071
|
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
22064
|
-
},
|
|
22065
|
-
meta:
|
|
22066
|
-
model:
|
|
22067
|
-
filter:
|
|
22068
|
-
button:
|
|
22069
|
-
},
|
|
22070
|
-
noTranslation:
|
|
22071
|
-
error_id_mismatch:
|
|
22072
|
-
error_field_empty:
|
|
22073
|
-
error_field_length_min:
|
|
22074
|
-
error_field_length_max:
|
|
22075
|
-
error_field_invalid:
|
|
22076
|
-
error_field_not_unique:
|
|
22077
|
-
error_field_value_not_found:
|
|
22078
|
-
error_field_range_min:
|
|
22079
|
-
error_field_range_max:
|
|
22080
|
-
error_field_regex:
|
|
22081
|
-
error_field_url:
|
|
22082
|
-
error_already_exists:
|
|
22083
|
-
},
|
|
22084
|
-
required:
|
|
22085
|
-
between:
|
|
22086
|
-
minLength:
|
|
22087
|
-
maxLength:
|
|
22088
|
-
maxValue:
|
|
22089
|
-
minValue:
|
|
22090
|
-
email:
|
|
22091
|
-
url:
|
|
22092
|
-
numeric:
|
|
22093
|
-
slug:
|
|
22094
|
-
stringArrayItemLength:
|
|
22095
|
-
},
|
|
22096
|
-
noTranslation:
|
|
22097
|
-
},
|
|
22072
|
+
}, DC = {
|
|
22073
|
+
meta: IC,
|
|
22074
|
+
model: _C,
|
|
22075
|
+
filter: SC,
|
|
22076
|
+
button: KC
|
|
22077
|
+
}, TC = "Invalid", EC = "ID mismatch error when editing object. Please contact the administrator if needed.", MC = "Required field is empty.", $C = "Field does not meet minimum length requirement.", BC = "Field does not meet maximum length requirement.", PC = "Invalid field.", OC = "Field must be unique.", RC = "Value in field not found.", zC = "Value must be greater.", LC = "Value must be lower.", NC = "Incorrect format.", UC = "Url is in an incorrect format.", jC = "Item already exists.", HC = {
|
|
22078
|
+
noTranslation: TC,
|
|
22079
|
+
error_id_mismatch: EC,
|
|
22080
|
+
error_field_empty: MC,
|
|
22081
|
+
error_field_length_min: $C,
|
|
22082
|
+
error_field_length_max: BC,
|
|
22083
|
+
error_field_invalid: PC,
|
|
22084
|
+
error_field_not_unique: OC,
|
|
22085
|
+
error_field_value_not_found: RC,
|
|
22086
|
+
error_field_range_min: zC,
|
|
22087
|
+
error_field_range_max: LC,
|
|
22088
|
+
error_field_regex: NC,
|
|
22089
|
+
error_field_url: UC,
|
|
22090
|
+
error_already_exists: jC
|
|
22091
|
+
}, WC = "Required.", GC = "Value must be between {min} and {max}.", ZC = "Minimal length is {min}.", JC = "Maximal length is {max}.", QC = "Maximal value must be {max}.", ex = "Minimal value must be {min}.", tx = "Incorrect email format.", ax = "Incorrect url format.", sx = "Allowed only numbers.", ix = "Allowed only characters a-z, - and numbers 0-9.", rx = "Item length in list must have between {min} and {max} characters.", ox = {
|
|
22092
|
+
required: WC,
|
|
22093
|
+
between: GC,
|
|
22094
|
+
minLength: ZC,
|
|
22095
|
+
maxLength: JC,
|
|
22096
|
+
maxValue: QC,
|
|
22097
|
+
minValue: ex,
|
|
22098
|
+
email: tx,
|
|
22099
|
+
url: ax,
|
|
22100
|
+
numeric: sx,
|
|
22101
|
+
slug: ix,
|
|
22102
|
+
stringArrayItemLength: rx
|
|
22103
|
+
}, nx = "Chyba", lx = {
|
|
22104
|
+
noTranslation: nx
|
|
22105
|
+
}, dx = {
|
|
22098
22106
|
id: "Id",
|
|
22099
22107
|
texts: {
|
|
22100
22108
|
displayTitle: "Title"
|
|
@@ -22105,7 +22113,7 @@ const iD = {
|
|
|
22105
22113
|
size: "Size"
|
|
22106
22114
|
}
|
|
22107
22115
|
}
|
|
22108
|
-
},
|
|
22116
|
+
}, ux = {
|
|
22109
22117
|
table: {
|
|
22110
22118
|
image: "Image"
|
|
22111
22119
|
},
|
|
@@ -22123,54 +22131,54 @@ const iD = {
|
|
|
22123
22131
|
pickExactCount: "Select assets: {count}. Selected: {selected}.",
|
|
22124
22132
|
pickRangeCount: "Select from {minCount} to {maxCount} assets. Selected: {selected}."
|
|
22125
22133
|
}
|
|
22126
|
-
},
|
|
22134
|
+
}, cx = {
|
|
22127
22135
|
licence: "Licence",
|
|
22128
22136
|
text: "Text",
|
|
22129
22137
|
described: "Described",
|
|
22130
22138
|
visible: "Visible",
|
|
22131
22139
|
generatedBySystem: "Generated by system"
|
|
22132
|
-
}, ux = {
|
|
22133
|
-
unallowedLicence: "Nemáte práva na licenciu v DAM"
|
|
22134
|
-
}, cx = {
|
|
22135
|
-
model: nx,
|
|
22136
|
-
meta: lx,
|
|
22137
|
-
filter: dx,
|
|
22138
|
-
error: ux
|
|
22139
22140
|
}, mx = {
|
|
22140
|
-
|
|
22141
|
+
unallowedLicence: "Nemáte práva na licenciu v DAM"
|
|
22141
22142
|
}, fx = {
|
|
22143
|
+
model: dx,
|
|
22144
|
+
meta: ux,
|
|
22145
|
+
filter: cx,
|
|
22146
|
+
error: mx
|
|
22147
|
+
}, Vx = {
|
|
22148
|
+
toggle: "Filter"
|
|
22149
|
+
}, px = {
|
|
22142
22150
|
title: "Select",
|
|
22143
22151
|
pickExactCount: "Select: {count}. Selected: {selected}.",
|
|
22144
22152
|
pickRangeCount: "Select from {minCount} to {maxCount}. Selected: {selected}."
|
|
22145
|
-
},
|
|
22146
|
-
filter:
|
|
22147
|
-
texts:
|
|
22148
|
-
},
|
|
22153
|
+
}, vx = {
|
|
22154
|
+
filter: Vx,
|
|
22155
|
+
texts: px
|
|
22156
|
+
}, hx = {
|
|
22149
22157
|
remainingSeconds: "{value} seconds",
|
|
22150
22158
|
remainingMinutes: "{value} minutes",
|
|
22151
22159
|
remainingHours: "{value} hours",
|
|
22152
22160
|
remainingDays: "{value} days"
|
|
22153
|
-
},
|
|
22161
|
+
}, Fx = {
|
|
22154
22162
|
remainingSeconds: "{value} s",
|
|
22155
22163
|
remainingMinutes: "{value} m",
|
|
22156
22164
|
remainingHours: "{value} h",
|
|
22157
22165
|
remainingDays: "{value} d"
|
|
22158
|
-
},
|
|
22159
|
-
long:
|
|
22160
|
-
short:
|
|
22161
|
-
now:
|
|
22162
|
-
},
|
|
22166
|
+
}, gx = "Now", qx = {
|
|
22167
|
+
long: hx,
|
|
22168
|
+
short: Fx,
|
|
22169
|
+
now: gx
|
|
22170
|
+
}, Yx = "Add new item at last position", Xx = "Edit", Ax = "Remove", yx = "Add new item after", bx = "Add child", Cx = "More options", xx = {
|
|
22163
22171
|
maxDeepExceed: "Unable to move. New deep will exceed max deep.",
|
|
22164
22172
|
unableToAdd: "Unable to add item."
|
|
22165
|
-
},
|
|
22166
|
-
addNewAtEnd:
|
|
22167
|
-
edit:
|
|
22168
|
-
remove:
|
|
22169
|
-
addAfter:
|
|
22170
|
-
addChild:
|
|
22171
|
-
more:
|
|
22172
|
-
error:
|
|
22173
|
-
},
|
|
22173
|
+
}, wx = {
|
|
22174
|
+
addNewAtEnd: Yx,
|
|
22175
|
+
edit: Xx,
|
|
22176
|
+
remove: Ax,
|
|
22177
|
+
addAfter: yx,
|
|
22178
|
+
addChild: bx,
|
|
22179
|
+
more: Cx,
|
|
22180
|
+
error: xx
|
|
22181
|
+
}, kx = {
|
|
22174
22182
|
model: {
|
|
22175
22183
|
texts: {
|
|
22176
22184
|
description: "Popis",
|
|
@@ -22193,12 +22201,12 @@ const iD = {
|
|
|
22193
22201
|
description: "Ak prepíšete popis na tomto mieste, nezmeníte ho v úložisku obrázkov."
|
|
22194
22202
|
}
|
|
22195
22203
|
}
|
|
22196
|
-
},
|
|
22204
|
+
}, Ix = {
|
|
22197
22205
|
edit: "Upraviť v DAM",
|
|
22198
22206
|
displayTitle: "Meno originálu",
|
|
22199
22207
|
error: "Chyba",
|
|
22200
22208
|
copyAssetId: "Kopírovať asset ID"
|
|
22201
|
-
},
|
|
22209
|
+
}, _x = {
|
|
22202
22210
|
model: {
|
|
22203
22211
|
authors: "Autori",
|
|
22204
22212
|
keywords: "Kľúčové slová"
|
|
@@ -22280,7 +22288,7 @@ const iD = {
|
|
|
22280
22288
|
downloadFailed: "Sťahovanie zlyhalo",
|
|
22281
22289
|
invalidSize: "Neplatná veľkosť"
|
|
22282
22290
|
}
|
|
22283
|
-
},
|
|
22291
|
+
}, Sx = {
|
|
22284
22292
|
waiting: "Čakanie",
|
|
22285
22293
|
processing: "Spracováva sa",
|
|
22286
22294
|
uploading: "Nahrávanie",
|
|
@@ -22301,7 +22309,7 @@ const iD = {
|
|
|
22301
22309
|
cancelOrUploadFirst: "Do you want to cancel or upload only first {count} file(s)?",
|
|
22302
22310
|
actionAddFirstItems: "Add first {count} file(s)"
|
|
22303
22311
|
}
|
|
22304
|
-
},
|
|
22312
|
+
}, Kx = {
|
|
22305
22313
|
model: {
|
|
22306
22314
|
name: "Meno"
|
|
22307
22315
|
},
|
|
@@ -22311,7 +22319,7 @@ const iD = {
|
|
|
22311
22319
|
meta: {
|
|
22312
22320
|
create: "Vytvoriť kľúčové slovo"
|
|
22313
22321
|
}
|
|
22314
|
-
},
|
|
22322
|
+
}, Dx = {
|
|
22315
22323
|
model: {
|
|
22316
22324
|
name: "Meno",
|
|
22317
22325
|
identifier: "Identifikátor",
|
|
@@ -22330,27 +22338,27 @@ const iD = {
|
|
|
22330
22338
|
create: "Vytvorenie autora"
|
|
22331
22339
|
},
|
|
22332
22340
|
conflicts: "Konflikt autorov"
|
|
22333
|
-
},
|
|
22341
|
+
}, Tx = {
|
|
22334
22342
|
unknownError: "Systémova chyba. Skúste neskôr alebo kontaktujte administrátora.",
|
|
22335
22343
|
systemError: "Chyba",
|
|
22336
22344
|
size: "Nesprávna veľkosť",
|
|
22337
22345
|
offset: "Nesprávny offset",
|
|
22338
22346
|
mimeType: "Nesprávny formát súboru"
|
|
22339
|
-
},
|
|
22340
|
-
image:
|
|
22341
|
-
queueItem:
|
|
22342
|
-
asset:
|
|
22343
|
-
upload:
|
|
22344
|
-
keyword:
|
|
22345
|
-
author:
|
|
22346
|
-
uploadErrors:
|
|
22347
|
-
notificationsNotConnected:
|
|
22347
|
+
}, Ex = "Notifikačná služba má dočasný výpadok, niektoré funkcie sa nemusia správať korektne.", Mx = {
|
|
22348
|
+
image: kx,
|
|
22349
|
+
queueItem: Ix,
|
|
22350
|
+
asset: _x,
|
|
22351
|
+
upload: Sx,
|
|
22352
|
+
keyword: Kx,
|
|
22353
|
+
author: Dx,
|
|
22354
|
+
uploadErrors: Tx,
|
|
22355
|
+
notificationsNotConnected: Ex,
|
|
22348
22356
|
public: {
|
|
22349
22357
|
idOrUrl: "Image ID or public image URL",
|
|
22350
22358
|
inputError: "Incorrect ID provided",
|
|
22351
22359
|
imagePreview: "Image preview"
|
|
22352
22360
|
}
|
|
22353
|
-
},
|
|
22361
|
+
}, $x = {
|
|
22354
22362
|
occupied: "Entita je práve upravovaná iným používateľom a je nutné požiadať o kolaboráciu",
|
|
22355
22363
|
error: "Ľutujeme, ale pri inicializácii kolaborácie nastala neočakávaná chyba.",
|
|
22356
22364
|
approvedJoinRequest: "Vaša žiadosť o kolaboráciu bola úspešne schválená, môžete vstúpiť do editácie.",
|
|
@@ -22363,57 +22371,57 @@ const iD = {
|
|
|
22363
22371
|
transferredModeration: "Stali ste sa moderátorom.",
|
|
22364
22372
|
alreadyRequestedToJoin: "Už ste o kolaboráciu požiadali, čaká sa na schválenie vašej žiadosti.",
|
|
22365
22373
|
failedRequestedToJoin: "Ľutujeme, ale vašu žiadosť o pripojenie ku kolaborácii sa nepodarilo spracovať. Skúste to neskôr.."
|
|
22366
|
-
},
|
|
22374
|
+
}, Bx = "Na článku sa práve pracuje", Px = "Chcete požiadať o kolaboráciu?", Ox = "Požiadať o kolaboráciu", Rx = "Žiadosti o kolaboráciu", zx = "Čakanie na schválenie", Lx = "Automaticky prijatý za", Nx = "Poslať žiadosť o prevzatie moderovania", Ux = "Žiadosť o prevzatie moderovania", jx = "žiada o prevzatie moderovania", Hx = "Manažment moderátora", Wx = "Presunúť moderovanie", Gx = {
|
|
22367
22375
|
accept: "Prijať",
|
|
22368
22376
|
reject: "Zamietnuť",
|
|
22369
22377
|
kickUser: "Vyhodiť z kolaborácie",
|
|
22370
22378
|
kickYourself: "Odísť z kolaborácie",
|
|
22371
22379
|
transferModeration: "Presunúť moderovanie"
|
|
22372
|
-
},
|
|
22373
|
-
alert:
|
|
22374
|
-
occupiedEntityTitle:
|
|
22375
|
-
occupiedEntityText:
|
|
22376
|
-
requestToCollaborate:
|
|
22377
|
-
requestToCollaborateText:
|
|
22378
|
-
waitingForApprove:
|
|
22379
|
-
approvedAfterCountdown:
|
|
22380
|
-
requestToTakeModeration:
|
|
22381
|
-
requestToTakeModerationTextTitle:
|
|
22382
|
-
requestToTakeModerationText:
|
|
22383
|
-
moderatorManagement:
|
|
22384
|
-
transferModeration:
|
|
22385
|
-
button:
|
|
22386
|
-
},
|
|
22380
|
+
}, Zx = {
|
|
22381
|
+
alert: $x,
|
|
22382
|
+
occupiedEntityTitle: Bx,
|
|
22383
|
+
occupiedEntityText: Px,
|
|
22384
|
+
requestToCollaborate: Ox,
|
|
22385
|
+
requestToCollaborateText: Rx,
|
|
22386
|
+
waitingForApprove: zx,
|
|
22387
|
+
approvedAfterCountdown: Lx,
|
|
22388
|
+
requestToTakeModeration: Nx,
|
|
22389
|
+
requestToTakeModerationTextTitle: Ux,
|
|
22390
|
+
requestToTakeModerationText: jx,
|
|
22391
|
+
moderatorManagement: Hx,
|
|
22392
|
+
transferModeration: Wx,
|
|
22393
|
+
button: Gx
|
|
22394
|
+
}, VD = {
|
|
22387
22395
|
common: {
|
|
22388
|
-
alert:
|
|
22389
|
-
button:
|
|
22390
|
-
model:
|
|
22391
|
-
system:
|
|
22392
|
-
anzuUser:
|
|
22393
|
-
job:
|
|
22394
|
-
log:
|
|
22395
|
-
permission:
|
|
22396
|
-
permissionGroup:
|
|
22397
|
-
assetSelect:
|
|
22398
|
-
subjectSelect:
|
|
22399
|
-
time:
|
|
22400
|
-
sortable:
|
|
22401
|
-
damImage:
|
|
22402
|
-
collab:
|
|
22403
|
-
},
|
|
22404
|
-
$vuetify:
|
|
22396
|
+
alert: h2,
|
|
22397
|
+
button: R2,
|
|
22398
|
+
model: W2,
|
|
22399
|
+
system: lC,
|
|
22400
|
+
anzuUser: VC,
|
|
22401
|
+
job: qC,
|
|
22402
|
+
log: bC,
|
|
22403
|
+
permission: kC,
|
|
22404
|
+
permissionGroup: DC,
|
|
22405
|
+
assetSelect: fx,
|
|
22406
|
+
subjectSelect: vx,
|
|
22407
|
+
time: qx,
|
|
22408
|
+
sortable: wx,
|
|
22409
|
+
damImage: Mx,
|
|
22410
|
+
collab: Zx
|
|
22411
|
+
},
|
|
22412
|
+
$vuetify: l2,
|
|
22405
22413
|
error: {
|
|
22406
22414
|
apiValidation: {
|
|
22407
|
-
...
|
|
22415
|
+
...HC
|
|
22408
22416
|
},
|
|
22409
22417
|
apiForbiddenOperation: {
|
|
22410
|
-
...
|
|
22418
|
+
...lx
|
|
22411
22419
|
},
|
|
22412
22420
|
jsValidation: {
|
|
22413
|
-
...
|
|
22421
|
+
...ox
|
|
22414
22422
|
}
|
|
22415
22423
|
}
|
|
22416
|
-
},
|
|
22424
|
+
}, Jx = "Systémová chyba. Skúste neskôr alebo kontaktujte administrátora.", Qx = "Prístup zamietnutý. Na vykonanie danej akcie nemáte oprávnenie.", ew = "Vyplňte všetky povinné polia a opravte chyby.", tw = "Opravte tieto chyby.", aw = "Zakázaná akcia.", sw = {
|
|
22417
22425
|
created: "Záznam bol vytvorený.",
|
|
22418
22426
|
updated: "Záznam bol upravený.",
|
|
22419
22427
|
deleted: "Záznam bol odstránený.",
|
|
@@ -22421,64 +22429,65 @@ const iD = {
|
|
|
22421
22429
|
unpublished: "Záznam bol stiahnutý.",
|
|
22422
22430
|
enabled: "Záznam bol povolený.",
|
|
22423
22431
|
disabled: "Záznam bol zakázaný."
|
|
22424
|
-
},
|
|
22425
|
-
unknownError:
|
|
22426
|
-
forbiddenError:
|
|
22427
|
-
fixValidationErrors:
|
|
22428
|
-
fixApiValidationErrors:
|
|
22429
|
-
apiForbiddenOperationError:
|
|
22430
|
-
recordWas:
|
|
22431
|
-
idWasCopied:
|
|
22432
|
-
textWasCopied:
|
|
22433
|
-
},
|
|
22434
|
-
create:
|
|
22435
|
-
createAndClose:
|
|
22436
|
-
save:
|
|
22437
|
-
saveAndClose:
|
|
22438
|
-
close:
|
|
22439
|
-
edit:
|
|
22440
|
-
detail:
|
|
22441
|
-
submitFilter:
|
|
22442
|
-
resetFilter:
|
|
22443
|
-
advancedFilters:
|
|
22444
|
-
cancel:
|
|
22432
|
+
}, iw = "ID bolo skopírované do schránky.", rw = "Text bol skopírovaný do schránky", ow = {
|
|
22433
|
+
unknownError: Jx,
|
|
22434
|
+
forbiddenError: Qx,
|
|
22435
|
+
fixValidationErrors: ew,
|
|
22436
|
+
fixApiValidationErrors: tw,
|
|
22437
|
+
apiForbiddenOperationError: aw,
|
|
22438
|
+
recordWas: sw,
|
|
22439
|
+
idWasCopied: iw,
|
|
22440
|
+
textWasCopied: rw
|
|
22441
|
+
}, nw = "Vytvoriť", lw = "Vytvoriť a zatvoriť", dw = "Uložiť", uw = "Uložiť a zatvoriť", cw = "Zatvoriť", mw = "Editovať", fw = "Detail", Vw = "Hľadať", pw = "Zrušiť filter", vw = "Viac filtrov", hw = "Zrušiť", Fw = "ID", gw = "Teraz", qw = "Potvrdiť", Yw = "Kopírovať ID", Xw = "Pridať", Aw = "Stiahnuť", yw = "Nahrať", bw = "Obnoviť", Cw = "Dopredu", xw = "Dozadu", ww = "Pokračovať", kw = "Späť", Iw = "Načítaj ďalšie", _w = {
|
|
22442
|
+
create: nw,
|
|
22443
|
+
createAndClose: lw,
|
|
22444
|
+
save: dw,
|
|
22445
|
+
saveAndClose: uw,
|
|
22446
|
+
close: cw,
|
|
22447
|
+
edit: mw,
|
|
22448
|
+
detail: fw,
|
|
22449
|
+
submitFilter: Vw,
|
|
22450
|
+
resetFilter: pw,
|
|
22451
|
+
advancedFilters: vw,
|
|
22452
|
+
cancel: hw,
|
|
22445
22453
|
delete: "Zmazať",
|
|
22446
|
-
id:
|
|
22447
|
-
now:
|
|
22448
|
-
confirm:
|
|
22449
|
-
copyId:
|
|
22450
|
-
add:
|
|
22451
|
-
download:
|
|
22452
|
-
upload:
|
|
22453
|
-
refresh:
|
|
22454
|
-
forwards:
|
|
22455
|
-
backwards:
|
|
22456
|
-
next:
|
|
22457
|
-
prev:
|
|
22458
|
-
loadMore:
|
|
22459
|
-
},
|
|
22454
|
+
id: Fw,
|
|
22455
|
+
now: gw,
|
|
22456
|
+
confirm: qw,
|
|
22457
|
+
copyId: Yw,
|
|
22458
|
+
add: Xw,
|
|
22459
|
+
download: Aw,
|
|
22460
|
+
upload: yw,
|
|
22461
|
+
refresh: bw,
|
|
22462
|
+
forwards: Cw,
|
|
22463
|
+
backwards: xw,
|
|
22464
|
+
next: ww,
|
|
22465
|
+
prev: kw,
|
|
22466
|
+
loadMore: Iw
|
|
22467
|
+
}, Sw = "Systém", Kw = "Nevybrané", Dw = "Všetko", Tw = {
|
|
22460
22468
|
true: "áno",
|
|
22461
22469
|
false: "nie"
|
|
22462
|
-
},
|
|
22470
|
+
}, Ew = {
|
|
22463
22471
|
createdAt: "Vytvorené",
|
|
22464
22472
|
modifiedAt: "Upravené",
|
|
22465
22473
|
created: "Vytvorené",
|
|
22466
22474
|
modified: "Upravené"
|
|
22467
|
-
},
|
|
22475
|
+
}, Mw = {
|
|
22468
22476
|
eq: "Presný výraz",
|
|
22469
22477
|
contains: "Kdekoľvek vo výraze",
|
|
22470
22478
|
startsWith: "Začiatok výrazu"
|
|
22471
|
-
},
|
|
22472
|
-
system:
|
|
22473
|
-
notSelected:
|
|
22474
|
-
|
|
22475
|
-
|
|
22476
|
-
|
|
22477
|
-
|
|
22479
|
+
}, $w = {
|
|
22480
|
+
system: Sw,
|
|
22481
|
+
notSelected: Kw,
|
|
22482
|
+
all: Dw,
|
|
22483
|
+
boolean: Tw,
|
|
22484
|
+
tracking: Ew,
|
|
22485
|
+
filterPlaceholder: Mw
|
|
22486
|
+
}, Bw = "Verzia", Pw = "K dispozícii je nová verzia administrácie. Pre správne fungovanie je potrebné vykonať aktulizáciu.", Ow = "Načítať novú verziu.", Rw = {
|
|
22478
22487
|
light: "Svetlá",
|
|
22479
22488
|
dark: "Tmavá",
|
|
22480
22489
|
auto: "Automatická"
|
|
22481
|
-
},
|
|
22490
|
+
}, zw = {
|
|
22482
22491
|
config: "Konfigurácia tabuľky",
|
|
22483
22492
|
displayCols: "Zobrazené stĺpce",
|
|
22484
22493
|
itemsPerPage: "Záznamov na stránke",
|
|
@@ -22490,56 +22499,56 @@ const iD = {
|
|
|
22490
22499
|
mostRecent: "Najnovšie",
|
|
22491
22500
|
oldest: "Najstaršie"
|
|
22492
22501
|
}
|
|
22493
|
-
},
|
|
22502
|
+
}, Lw = {
|
|
22494
22503
|
confirmDelete: "Odstrániť?",
|
|
22495
22504
|
hide: "Skryť",
|
|
22496
22505
|
show: "Zobraziť"
|
|
22497
|
-
},
|
|
22506
|
+
}, Nw = {
|
|
22498
22507
|
button: "Aplikácie"
|
|
22499
|
-
},
|
|
22508
|
+
}, Uw = {
|
|
22500
22509
|
button: "Účet",
|
|
22501
22510
|
logout: "Odhlásenie",
|
|
22502
22511
|
logoutText: "Skutočne sa chcete odhlásiť?",
|
|
22503
22512
|
logoutConfirm: "Odhlásiť",
|
|
22504
22513
|
settings: "Nastavenia"
|
|
22505
|
-
},
|
|
22514
|
+
}, jw = {
|
|
22506
22515
|
detail: "Detail",
|
|
22507
22516
|
edit: "Úprava",
|
|
22508
22517
|
create: "Vytvorenie"
|
|
22509
|
-
},
|
|
22518
|
+
}, Hw = {
|
|
22510
22519
|
text: "Prosím, prihláste sa",
|
|
22511
22520
|
button: "Prihlásiť sa"
|
|
22512
|
-
},
|
|
22521
|
+
}, Ww = {
|
|
22513
22522
|
title: "Ups, nastala chyba 404",
|
|
22514
22523
|
text: "Táto stránka neexistuje. Pokiaľ by mala, kontaktujte administrátora.",
|
|
22515
22524
|
backButton: "Vráť ma na úvodnú stránku"
|
|
22516
|
-
},
|
|
22525
|
+
}, Gw = {
|
|
22517
22526
|
title: "Ups, nastala chyba 401",
|
|
22518
22527
|
text: "Na túto stránku nemáte prístup. Pokiaľ máte mať k tejto stránke prístup, kontaktujte administrátora.",
|
|
22519
22528
|
backButton: "Vráť ma na prihlásenie"
|
|
22520
|
-
},
|
|
22529
|
+
}, Zw = {
|
|
22521
22530
|
dropPossibility: "Nahrať alebo presunúť súbory",
|
|
22522
22531
|
dropHere: "Nahrať súbory"
|
|
22523
|
-
},
|
|
22524
|
-
version:
|
|
22525
|
-
newVersionText:
|
|
22526
|
-
newVersionReload:
|
|
22527
|
-
theme:
|
|
22528
|
-
datatable:
|
|
22529
|
-
modal:
|
|
22530
|
-
adminSwitcher:
|
|
22531
|
-
currentUser:
|
|
22532
|
-
breadcrumb:
|
|
22533
|
-
login:
|
|
22534
|
-
notFound:
|
|
22535
|
-
unauthorized:
|
|
22536
|
-
dropzone:
|
|
22537
|
-
},
|
|
22532
|
+
}, Jw = {
|
|
22533
|
+
version: Bw,
|
|
22534
|
+
newVersionText: Pw,
|
|
22535
|
+
newVersionReload: Ow,
|
|
22536
|
+
theme: Rw,
|
|
22537
|
+
datatable: zw,
|
|
22538
|
+
modal: Lw,
|
|
22539
|
+
adminSwitcher: Nw,
|
|
22540
|
+
currentUser: Uw,
|
|
22541
|
+
breadcrumb: jw,
|
|
22542
|
+
login: Hw,
|
|
22543
|
+
notFound: Ww,
|
|
22544
|
+
unauthorized: Gw,
|
|
22545
|
+
dropzone: Zw
|
|
22546
|
+
}, Qw = {
|
|
22538
22547
|
detail: "Detail Anzu používateľa",
|
|
22539
22548
|
list: "Zoznam Anzu používateľov",
|
|
22540
22549
|
edit: "Úprava Anzu používateľa",
|
|
22541
22550
|
create: "Vytvorenie Anzu používateľa"
|
|
22542
|
-
},
|
|
22551
|
+
}, ek = {
|
|
22543
22552
|
id: "ID",
|
|
22544
22553
|
enabled: "Povolený",
|
|
22545
22554
|
email: "E-mail",
|
|
@@ -22555,31 +22564,31 @@ const iD = {
|
|
|
22555
22564
|
color: "Avatar farba",
|
|
22556
22565
|
text: "Avatar text"
|
|
22557
22566
|
}
|
|
22558
|
-
},
|
|
22567
|
+
}, tk = {
|
|
22559
22568
|
id: "ID",
|
|
22560
22569
|
enabled: "Povolený",
|
|
22561
22570
|
email: "E-mail"
|
|
22562
|
-
},
|
|
22571
|
+
}, ak = {
|
|
22563
22572
|
grants: "Akcie",
|
|
22564
22573
|
permissions: "Oprávnenia",
|
|
22565
22574
|
resolvedPermissions: "Výsledné oprávnenie",
|
|
22566
22575
|
noPermissions: "Žiadne oprávnenia"
|
|
22567
|
-
},
|
|
22576
|
+
}, sk = {
|
|
22568
22577
|
title: "Kopírovať rolu a oprávnenia",
|
|
22569
22578
|
desc: "Potrebujete skopírovať rolu a oprávnenia z už existujúceho používateľa?",
|
|
22570
22579
|
srcUser: "Zdrojový používateľ"
|
|
22571
|
-
},
|
|
22572
|
-
meta:
|
|
22573
|
-
model:
|
|
22574
|
-
filter:
|
|
22575
|
-
table:
|
|
22576
|
-
copyPermissions:
|
|
22577
|
-
},
|
|
22580
|
+
}, ik = {
|
|
22581
|
+
meta: Qw,
|
|
22582
|
+
model: ek,
|
|
22583
|
+
filter: tk,
|
|
22584
|
+
table: ak,
|
|
22585
|
+
copyPermissions: sk
|
|
22586
|
+
}, rk = {
|
|
22578
22587
|
id: "Id",
|
|
22579
22588
|
status: "Stav",
|
|
22580
22589
|
startedAtFrom: "Začiatok",
|
|
22581
22590
|
startedAtUntil: "Ukončenie"
|
|
22582
|
-
},
|
|
22591
|
+
}, ok = {
|
|
22583
22592
|
id: "Id",
|
|
22584
22593
|
_resourceName: "Typ",
|
|
22585
22594
|
priority: "Priorita",
|
|
@@ -22590,33 +22599,33 @@ const iD = {
|
|
|
22590
22599
|
result: "Výsledok",
|
|
22591
22600
|
targetUserId: "Cieľový používateľ",
|
|
22592
22601
|
anonymizeUser: "Anonymizuj používateľa"
|
|
22593
|
-
},
|
|
22602
|
+
}, nk = {
|
|
22594
22603
|
priority: {
|
|
22595
22604
|
low: "Nízka",
|
|
22596
22605
|
medium: "Normálna",
|
|
22597
22606
|
high: "Vysoká"
|
|
22598
22607
|
}
|
|
22599
|
-
},
|
|
22608
|
+
}, lk = {
|
|
22600
22609
|
jobUserDataDelete: "Výmaz používateľových dát"
|
|
22601
|
-
},
|
|
22610
|
+
}, dk = {
|
|
22602
22611
|
create: "Vytvoriť systémovú úlohu"
|
|
22603
|
-
},
|
|
22612
|
+
}, uk = {
|
|
22604
22613
|
waiting: "V poradí",
|
|
22605
22614
|
processing: "Procesuje sa",
|
|
22606
22615
|
awaitingBatchProcess: "Procesuje sa v dávke",
|
|
22607
22616
|
done: "Hotovo",
|
|
22608
22617
|
error: "Chyba"
|
|
22609
|
-
},
|
|
22610
|
-
filter:
|
|
22611
|
-
model:
|
|
22612
|
-
meta:
|
|
22613
|
-
jobResource:
|
|
22614
|
-
button:
|
|
22615
|
-
status:
|
|
22616
|
-
},
|
|
22618
|
+
}, ck = {
|
|
22619
|
+
filter: rk,
|
|
22620
|
+
model: ok,
|
|
22621
|
+
meta: nk,
|
|
22622
|
+
jobResource: lk,
|
|
22623
|
+
button: dk,
|
|
22624
|
+
status: uk
|
|
22625
|
+
}, mk = {
|
|
22617
22626
|
detail: "Detail logu",
|
|
22618
22627
|
list: "Zoznam logov"
|
|
22619
|
-
},
|
|
22628
|
+
}, fk = "Systém", Vk = {
|
|
22620
22629
|
system: "Systém",
|
|
22621
22630
|
type: "Typ",
|
|
22622
22631
|
levelName: "Úroveň",
|
|
@@ -22627,7 +22636,7 @@ const iD = {
|
|
|
22627
22636
|
datetimeTo: "Dátum do",
|
|
22628
22637
|
message: "Správa",
|
|
22629
22638
|
appVersion: "Verzia"
|
|
22630
|
-
},
|
|
22639
|
+
}, pk = {
|
|
22631
22640
|
id: "ID",
|
|
22632
22641
|
datetime: "Dátum",
|
|
22633
22642
|
levelName: "Úroveň",
|
|
@@ -22643,54 +22652,54 @@ const iD = {
|
|
|
22643
22652
|
path: "URL",
|
|
22644
22653
|
httpStatus: "Kód stavu"
|
|
22645
22654
|
}
|
|
22646
|
-
},
|
|
22647
|
-
meta:
|
|
22648
|
-
system:
|
|
22649
|
-
filter:
|
|
22650
|
-
model:
|
|
22651
|
-
},
|
|
22655
|
+
}, vk = {
|
|
22656
|
+
meta: mk,
|
|
22657
|
+
system: fk,
|
|
22658
|
+
filter: Vk,
|
|
22659
|
+
model: pk
|
|
22660
|
+
}, hk = {
|
|
22652
22661
|
actions: "Akcie",
|
|
22653
22662
|
permissions: "Oprávnenia"
|
|
22654
|
-
},
|
|
22663
|
+
}, Fk = {
|
|
22655
22664
|
allow: "Povolený",
|
|
22656
22665
|
allowOwner: "Iba vlastník",
|
|
22657
22666
|
deny: "Zamietnutý"
|
|
22658
|
-
},
|
|
22667
|
+
}, gk = {
|
|
22659
22668
|
role: "Rola",
|
|
22660
22669
|
group: "Skupina",
|
|
22661
22670
|
user: "Užívateľ",
|
|
22662
22671
|
defaultGrant: "Default"
|
|
22663
|
-
},
|
|
22664
|
-
table:
|
|
22665
|
-
grant:
|
|
22666
|
-
grantOrigin:
|
|
22667
|
-
},
|
|
22672
|
+
}, qk = {
|
|
22673
|
+
table: hk,
|
|
22674
|
+
grant: Fk,
|
|
22675
|
+
grantOrigin: gk
|
|
22676
|
+
}, Yk = {
|
|
22668
22677
|
detail: "Detail skupiny oprávnení",
|
|
22669
22678
|
list: "Zoznam skupín oprávnení",
|
|
22670
22679
|
create: "Vytvorenie skupiny oprávnení",
|
|
22671
22680
|
edit: "Úprava skupiny oprávnení"
|
|
22672
|
-
},
|
|
22681
|
+
}, Xk = {
|
|
22673
22682
|
id: "ID",
|
|
22674
22683
|
title: "Nadpis",
|
|
22675
22684
|
description: "Popis",
|
|
22676
22685
|
permissions: "Oprávnenia"
|
|
22677
|
-
},
|
|
22686
|
+
}, Ak = {
|
|
22678
22687
|
id: "ID",
|
|
22679
22688
|
title: "Nadpis"
|
|
22680
|
-
},
|
|
22689
|
+
}, yk = {
|
|
22681
22690
|
deleteConfirm: "Skupina povolení bude natrvalo odstránená zo systému. Chcete pokračovať?"
|
|
22682
|
-
},
|
|
22683
|
-
meta:
|
|
22684
|
-
model:
|
|
22685
|
-
filter:
|
|
22686
|
-
button:
|
|
22687
|
-
},
|
|
22691
|
+
}, bk = {
|
|
22692
|
+
meta: Yk,
|
|
22693
|
+
model: Xk,
|
|
22694
|
+
filter: Ak,
|
|
22695
|
+
button: yk
|
|
22696
|
+
}, Ck = "Štítok", xk = "Otvoriť", wk = "Zatvoriť", kk = {
|
|
22688
22697
|
ok: "OK",
|
|
22689
22698
|
cancel: "Cancel"
|
|
22690
|
-
},
|
|
22699
|
+
}, Ik = {
|
|
22691
22700
|
noResultsText: "Nenašli sa žiadne zodpovedajúce záznamy",
|
|
22692
22701
|
loadingText: "Načítavanie záznamov ..."
|
|
22693
|
-
},
|
|
22702
|
+
}, _k = {
|
|
22694
22703
|
itemsPerPageText: "Riadkov na stránku:",
|
|
22695
22704
|
ariaLabel: {
|
|
22696
22705
|
sortDescending: "Zoradiť zostupne.",
|
|
@@ -22701,7 +22710,7 @@ const iD = {
|
|
|
22701
22710
|
activateAscending: "Aktivovať vzostupné radenie"
|
|
22702
22711
|
},
|
|
22703
22712
|
sortBy: "Radiť"
|
|
22704
|
-
},
|
|
22713
|
+
}, Sk = {
|
|
22705
22714
|
itemsPerPageText: "Záznamov na stránku:",
|
|
22706
22715
|
itemsPerPageAll: "Všetky",
|
|
22707
22716
|
nextPage: "Ďalšia strana",
|
|
@@ -22709,9 +22718,9 @@ const iD = {
|
|
|
22709
22718
|
firstPage: "Prvá strana",
|
|
22710
22719
|
lastPage: "Posledná strana",
|
|
22711
22720
|
pageText: "{0}-{1} z {2}"
|
|
22712
|
-
},
|
|
22721
|
+
}, Kk = {
|
|
22713
22722
|
divider: "do"
|
|
22714
|
-
},
|
|
22723
|
+
}, Dk = {
|
|
22715
22724
|
itemsSelected: "{0} vybraných",
|
|
22716
22725
|
range: {
|
|
22717
22726
|
title: "Vybrať dátumy",
|
|
@@ -22722,27 +22731,27 @@ const iD = {
|
|
|
22722
22731
|
input: {
|
|
22723
22732
|
placeholder: "Vybrať dátum"
|
|
22724
22733
|
}
|
|
22725
|
-
},
|
|
22734
|
+
}, Tk = "Žiadne dostupné dáta", Ek = {
|
|
22726
22735
|
prev: "Predchádzajúci krok",
|
|
22727
22736
|
next: "Nasledujúci krok",
|
|
22728
22737
|
ariaLabel: {
|
|
22729
22738
|
delimiter: "Krok {0} z {1}"
|
|
22730
22739
|
}
|
|
22731
|
-
},
|
|
22740
|
+
}, Mk = {
|
|
22732
22741
|
moreEvents: "{0} ďalších",
|
|
22733
22742
|
today: "Dnes"
|
|
22734
|
-
},
|
|
22743
|
+
}, $k = {
|
|
22735
22744
|
clear: "Vymazať {0}",
|
|
22736
22745
|
prependAction: "{0} akcií pred",
|
|
22737
22746
|
appendAction: "{0} nasledovných akcií",
|
|
22738
22747
|
otp: "Please enter OTP character {0}"
|
|
22739
|
-
},
|
|
22748
|
+
}, Bk = {
|
|
22740
22749
|
counter: "{0} súborov",
|
|
22741
22750
|
counterSize: "{0} súborov ({1} spolu)"
|
|
22742
|
-
},
|
|
22751
|
+
}, Pk = {
|
|
22743
22752
|
am: "AM",
|
|
22744
22753
|
pm: "PM"
|
|
22745
|
-
},
|
|
22754
|
+
}, Ok = {
|
|
22746
22755
|
ariaLabel: {
|
|
22747
22756
|
root: "Navigácia stránkovania",
|
|
22748
22757
|
next: "Ďalšia stránka",
|
|
@@ -22752,66 +22761,66 @@ const iD = {
|
|
|
22752
22761
|
first: "Prvá stránka",
|
|
22753
22762
|
last: "Posledná stránka"
|
|
22754
22763
|
}
|
|
22755
|
-
},
|
|
22764
|
+
}, Rk = {
|
|
22756
22765
|
next: "Next",
|
|
22757
22766
|
prev: "Previous"
|
|
22758
|
-
},
|
|
22767
|
+
}, zk = {
|
|
22759
22768
|
ariaLabel: {
|
|
22760
22769
|
item: "Hodnotenie {0} z {1}"
|
|
22761
22770
|
}
|
|
22762
|
-
},
|
|
22771
|
+
}, Lk = "Loading...", Nk = {
|
|
22763
22772
|
loadMore: "Load more",
|
|
22764
22773
|
empty: "No more"
|
|
22765
|
-
},
|
|
22766
|
-
badge:
|
|
22767
|
-
open:
|
|
22768
|
-
close:
|
|
22769
|
-
confirmEdit:
|
|
22770
|
-
dataIterator:
|
|
22771
|
-
dataTable:
|
|
22772
|
-
dataFooter:
|
|
22773
|
-
dateRangeInput:
|
|
22774
|
-
datePicker:
|
|
22775
|
-
noDataText:
|
|
22776
|
-
carousel:
|
|
22777
|
-
calendar:
|
|
22778
|
-
input:
|
|
22779
|
-
fileInput:
|
|
22780
|
-
timePicker:
|
|
22781
|
-
pagination:
|
|
22782
|
-
stepper:
|
|
22783
|
-
rating:
|
|
22784
|
-
loading:
|
|
22785
|
-
infiniteScroll:
|
|
22786
|
-
},
|
|
22787
|
-
noTranslation:
|
|
22788
|
-
error_id_mismatch:
|
|
22789
|
-
error_field_empty:
|
|
22790
|
-
error_field_length_min:
|
|
22791
|
-
error_field_length_max:
|
|
22792
|
-
error_field_invalid:
|
|
22793
|
-
error_field_not_unique:
|
|
22794
|
-
error_field_value_not_found:
|
|
22795
|
-
error_field_range_min:
|
|
22796
|
-
error_field_range_max:
|
|
22797
|
-
error_field_regex:
|
|
22798
|
-
error_field_url:
|
|
22799
|
-
error_already_exists:
|
|
22800
|
-
},
|
|
22801
|
-
noTranslation:
|
|
22802
|
-
},
|
|
22803
|
-
required:
|
|
22804
|
-
between:
|
|
22805
|
-
minLength:
|
|
22806
|
-
maxLength:
|
|
22807
|
-
minValue:
|
|
22808
|
-
maxValue:
|
|
22809
|
-
email:
|
|
22810
|
-
url:
|
|
22811
|
-
numeric:
|
|
22812
|
-
slug:
|
|
22813
|
-
stringArrayItemLength:
|
|
22814
|
-
},
|
|
22774
|
+
}, Uk = {
|
|
22775
|
+
badge: Ck,
|
|
22776
|
+
open: xk,
|
|
22777
|
+
close: wk,
|
|
22778
|
+
confirmEdit: kk,
|
|
22779
|
+
dataIterator: Ik,
|
|
22780
|
+
dataTable: _k,
|
|
22781
|
+
dataFooter: Sk,
|
|
22782
|
+
dateRangeInput: Kk,
|
|
22783
|
+
datePicker: Dk,
|
|
22784
|
+
noDataText: Tk,
|
|
22785
|
+
carousel: Ek,
|
|
22786
|
+
calendar: Mk,
|
|
22787
|
+
input: $k,
|
|
22788
|
+
fileInput: Bk,
|
|
22789
|
+
timePicker: Pk,
|
|
22790
|
+
pagination: Ok,
|
|
22791
|
+
stepper: Rk,
|
|
22792
|
+
rating: zk,
|
|
22793
|
+
loading: Lk,
|
|
22794
|
+
infiniteScroll: Nk
|
|
22795
|
+
}, jk = "Nevalidné.", Hk = "Nesúlad ID pri upravovaní objektu (MismatchID chyba). V prípade potreby kontaktuje administrátora.", Wk = "Povinné pole je prázdne.", Gk = "Nedodržaná minimálna dĺžka poľa.", Zk = "Nedodržaná maximálna dĺžka poľa.", Jk = "Neplatné pole.", Qk = "Pole musí byť unikátne.", eI = "Hodnota v poli nebola nájdená.", tI = "Hodnota musí byť vyššia", aI = "Hodnota musí byť nižšia.", sI = "Nesprávny formát.", iI = "URL je v nesprávnom tvare.", rI = "Daná položka už existuje.", oI = {
|
|
22796
|
+
noTranslation: jk,
|
|
22797
|
+
error_id_mismatch: Hk,
|
|
22798
|
+
error_field_empty: Wk,
|
|
22799
|
+
error_field_length_min: Gk,
|
|
22800
|
+
error_field_length_max: Zk,
|
|
22801
|
+
error_field_invalid: Jk,
|
|
22802
|
+
error_field_not_unique: Qk,
|
|
22803
|
+
error_field_value_not_found: eI,
|
|
22804
|
+
error_field_range_min: tI,
|
|
22805
|
+
error_field_range_max: aI,
|
|
22806
|
+
error_field_regex: sI,
|
|
22807
|
+
error_field_url: iI,
|
|
22808
|
+
error_already_exists: rI
|
|
22809
|
+
}, nI = "Nastala neznáma chyba. V prípade potreby kontaktujte administrátora.", lI = {
|
|
22810
|
+
noTranslation: nI
|
|
22811
|
+
}, dI = "Povinná hodnota.", uI = "Hodnota musí byť medzi {min} a {max}.", cI = "Minimálny počet znakov je {min}.", mI = "Maximálny počet znakov je {max}.", fI = "Minimálna hodnota je {min}.", VI = "Maximálna hodnota je {max}.", pI = "Nesprávny formát emailu.", vI = "Nesprávny formát URL.", hI = "Musia byť zadané iba čísla.", FI = "Povolené znaky pre slug sú a-z, - a 0-9.", gI = "Dĺžka znakov každej položky musí byť medzi {min} a {max} znakov.", qI = {
|
|
22812
|
+
required: dI,
|
|
22813
|
+
between: uI,
|
|
22814
|
+
minLength: cI,
|
|
22815
|
+
maxLength: mI,
|
|
22816
|
+
minValue: fI,
|
|
22817
|
+
maxValue: VI,
|
|
22818
|
+
email: pI,
|
|
22819
|
+
url: vI,
|
|
22820
|
+
numeric: hI,
|
|
22821
|
+
slug: FI,
|
|
22822
|
+
stringArrayItemLength: gI
|
|
22823
|
+
}, YI = {
|
|
22815
22824
|
id: "Id",
|
|
22816
22825
|
texts: {
|
|
22817
22826
|
displayTitle: "Titulok"
|
|
@@ -22822,7 +22831,7 @@ const iD = {
|
|
|
22822
22831
|
size: "Veľkosť"
|
|
22823
22832
|
}
|
|
22824
22833
|
}
|
|
22825
|
-
},
|
|
22834
|
+
}, XI = {
|
|
22826
22835
|
table: {
|
|
22827
22836
|
image: "Náhľad"
|
|
22828
22837
|
},
|
|
@@ -22840,54 +22849,54 @@ const iD = {
|
|
|
22840
22849
|
pickExactCount: "Vyberte assety: {count}. Zvolených: {selected}.",
|
|
22841
22850
|
pickRangeCount: "Vyberte od {minCount} do {maxCount} assetov. Zvolených: {selected}."
|
|
22842
22851
|
}
|
|
22843
|
-
},
|
|
22852
|
+
}, AI = {
|
|
22844
22853
|
licence: "Licencia",
|
|
22845
22854
|
text: "Text",
|
|
22846
22855
|
described: "Popísané",
|
|
22847
22856
|
visible: "Viditeľné",
|
|
22848
22857
|
generatedBySystem: "Generované systémom"
|
|
22849
|
-
},
|
|
22858
|
+
}, yI = {
|
|
22850
22859
|
unallowedLicence: "Nemáte práva na licenciu v DAM"
|
|
22851
|
-
},
|
|
22852
|
-
model:
|
|
22853
|
-
meta:
|
|
22854
|
-
filter:
|
|
22855
|
-
error:
|
|
22856
|
-
},
|
|
22860
|
+
}, bI = {
|
|
22861
|
+
model: YI,
|
|
22862
|
+
meta: XI,
|
|
22863
|
+
filter: AI,
|
|
22864
|
+
error: yI
|
|
22865
|
+
}, CI = {
|
|
22857
22866
|
toggle: "Filter"
|
|
22858
|
-
},
|
|
22867
|
+
}, xI = {
|
|
22859
22868
|
title: "Vyberte",
|
|
22860
22869
|
pickExactCount: "Vyberte: {count}. Zvolených: {selected}.",
|
|
22861
22870
|
pickRangeCount: "Vyberte od {minCount} do {maxCount}. Zvolených: {selected}."
|
|
22862
|
-
},
|
|
22863
|
-
filter:
|
|
22864
|
-
texts:
|
|
22865
|
-
},
|
|
22871
|
+
}, wI = {
|
|
22872
|
+
filter: CI,
|
|
22873
|
+
texts: xI
|
|
22874
|
+
}, kI = {
|
|
22866
22875
|
remainingSeconds: "{value} sekúnd",
|
|
22867
22876
|
remainingMinutes: "{value} minút",
|
|
22868
22877
|
remainingHours: "{value} hodín",
|
|
22869
22878
|
remainingDays: "{value} dní"
|
|
22870
|
-
},
|
|
22879
|
+
}, II = {
|
|
22871
22880
|
remainingSeconds: "{value} s",
|
|
22872
22881
|
remainingMinutes: "{value} m",
|
|
22873
22882
|
remainingHours: "{value} h",
|
|
22874
22883
|
remainingDays: "{value} d"
|
|
22875
|
-
},
|
|
22876
|
-
long:
|
|
22877
|
-
short:
|
|
22878
|
-
now:
|
|
22879
|
-
},
|
|
22884
|
+
}, _I = "Teraz", SI = {
|
|
22885
|
+
long: kI,
|
|
22886
|
+
short: II,
|
|
22887
|
+
now: _I
|
|
22888
|
+
}, KI = "Add new item at last position", DI = "Edit", TI = "Remove", EI = "Add new item after", MI = "Add child", $I = "More options", BI = {
|
|
22880
22889
|
maxDeepExceed: "Unable to move. New deep will exceed max deep.",
|
|
22881
22890
|
unableToAdd: "Unable to add item."
|
|
22882
|
-
},
|
|
22883
|
-
addNewAtEnd:
|
|
22884
|
-
edit:
|
|
22885
|
-
remove:
|
|
22886
|
-
addAfter:
|
|
22887
|
-
addChild:
|
|
22888
|
-
more:
|
|
22889
|
-
error:
|
|
22890
|
-
},
|
|
22891
|
+
}, PI = {
|
|
22892
|
+
addNewAtEnd: KI,
|
|
22893
|
+
edit: DI,
|
|
22894
|
+
remove: TI,
|
|
22895
|
+
addAfter: EI,
|
|
22896
|
+
addChild: MI,
|
|
22897
|
+
more: $I,
|
|
22898
|
+
error: BI
|
|
22899
|
+
}, OI = {
|
|
22891
22900
|
model: {
|
|
22892
22901
|
texts: {
|
|
22893
22902
|
description: "Popis",
|
|
@@ -22910,12 +22919,12 @@ const iD = {
|
|
|
22910
22919
|
description: "Ak prepíšete popis na tomto mieste, nezmeníte ho v úložisku obrázkov."
|
|
22911
22920
|
}
|
|
22912
22921
|
}
|
|
22913
|
-
},
|
|
22922
|
+
}, RI = {
|
|
22914
22923
|
edit: "Upraviť v DAM",
|
|
22915
22924
|
displayTitle: "Meno originálu",
|
|
22916
22925
|
error: "Chyba",
|
|
22917
22926
|
copyAssetId: "Kopírovať asset ID"
|
|
22918
|
-
},
|
|
22927
|
+
}, zI = {
|
|
22919
22928
|
model: {
|
|
22920
22929
|
authors: "Autori",
|
|
22921
22930
|
keywords: "Kľúčové slová"
|
|
@@ -22997,7 +23006,7 @@ const iD = {
|
|
|
22997
23006
|
downloadFailed: "Sťahovanie zlyhalo",
|
|
22998
23007
|
invalidSize: "Neplatná veľkosť"
|
|
22999
23008
|
}
|
|
23000
|
-
},
|
|
23009
|
+
}, LI = {
|
|
23001
23010
|
waiting: "Čakanie",
|
|
23002
23011
|
processing: "Spracováva sa",
|
|
23003
23012
|
uploading: "Nahrávanie",
|
|
@@ -23018,7 +23027,7 @@ const iD = {
|
|
|
23018
23027
|
cancelOrUploadFirst: "Chcete zrušiť alebo nahrať iba prvých {count} súborov?",
|
|
23019
23028
|
actionAddFirstItems: "Pridať prvých {count} súborov"
|
|
23020
23029
|
}
|
|
23021
|
-
},
|
|
23030
|
+
}, NI = {
|
|
23022
23031
|
model: {
|
|
23023
23032
|
name: "Meno"
|
|
23024
23033
|
},
|
|
@@ -23028,7 +23037,7 @@ const iD = {
|
|
|
23028
23037
|
meta: {
|
|
23029
23038
|
create: "Vytvoriť kľúčové slovo"
|
|
23030
23039
|
}
|
|
23031
|
-
},
|
|
23040
|
+
}, UI = {
|
|
23032
23041
|
model: {
|
|
23033
23042
|
name: "Meno",
|
|
23034
23043
|
identifier: "Identifikátor",
|
|
@@ -23047,27 +23056,27 @@ const iD = {
|
|
|
23047
23056
|
create: "Vytvorenie autora"
|
|
23048
23057
|
},
|
|
23049
23058
|
conflicts: "Konflikt autorov"
|
|
23050
|
-
},
|
|
23059
|
+
}, jI = {
|
|
23051
23060
|
unknownError: "Systémova chyba. Skúste neskôr alebo kontaktujte administrátora.",
|
|
23052
23061
|
systemError: "Chyba",
|
|
23053
23062
|
size: "Nesprávna veľkosť",
|
|
23054
23063
|
offset: "Nesprávny offset",
|
|
23055
23064
|
mimeType: "Nesprávny formát súboru"
|
|
23056
|
-
},
|
|
23057
|
-
image:
|
|
23058
|
-
queueItem:
|
|
23059
|
-
asset:
|
|
23060
|
-
upload:
|
|
23061
|
-
keyword:
|
|
23062
|
-
author:
|
|
23063
|
-
uploadErrors:
|
|
23064
|
-
notificationsNotConnected:
|
|
23065
|
+
}, HI = "Notifikačná služba má dočasný výpadok, niektoré funkcie sa nemusia správať korektne.", WI = {
|
|
23066
|
+
image: OI,
|
|
23067
|
+
queueItem: RI,
|
|
23068
|
+
asset: zI,
|
|
23069
|
+
upload: LI,
|
|
23070
|
+
keyword: NI,
|
|
23071
|
+
author: UI,
|
|
23072
|
+
uploadErrors: jI,
|
|
23073
|
+
notificationsNotConnected: HI,
|
|
23065
23074
|
public: {
|
|
23066
23075
|
idOrUrl: "Image ID or public image URL",
|
|
23067
23076
|
inputError: "Incorrect ID provided",
|
|
23068
23077
|
imagePreview: "Image preview"
|
|
23069
23078
|
}
|
|
23070
|
-
},
|
|
23079
|
+
}, GI = {
|
|
23071
23080
|
occupied: "Entita je práve upravovaná iným používateľom a je nutné požiadať o kolaboráciu",
|
|
23072
23081
|
error: "Ľutujeme, ale pri inicializácii kolaborácie nastala neočakávaná chyba.",
|
|
23073
23082
|
approvedJoinRequest: "Vaša žiadosť o kolaboráciu bola úspešne schválená, môžete vstúpiť do editácie.",
|
|
@@ -23080,57 +23089,57 @@ const iD = {
|
|
|
23080
23089
|
transferredModeration: "Stali ste sa moderátorom.",
|
|
23081
23090
|
alreadyRequestedToJoin: "Už ste o kolaboráciu požiadali, čaká sa na schválenie vašej žiadosti.",
|
|
23082
23091
|
failedRequestedToJoin: "Ľutujeme, ale vašu žiadosť o pripojenie ku kolaborácii sa nepodarilo spracovať. Skúste to neskôr.."
|
|
23083
|
-
},
|
|
23092
|
+
}, ZI = "Na článku sa práve pracuje", JI = "Chcete požiadať o kolaboráciu?", QI = "Požiadať o kolaboráciu", e_ = "Žiadosti o kolaboráciu", t_ = "Čakanie na schválenie", a_ = "Automaticky prijatý za", s_ = "Poslať žiadosť o prevzatie moderovania", i_ = "Žiadosť o prevzatie moderovania", r_ = "žiada o prevzatie moderovania", o_ = "Manažment moderátora", n_ = "Presunúť moderovanie", l_ = {
|
|
23084
23093
|
accept: "Prijať",
|
|
23085
23094
|
reject: "Zamietnuť",
|
|
23086
23095
|
kickUser: "Vyhodiť z kolaborácie",
|
|
23087
23096
|
kickYourself: "Odísť z kolaborácie",
|
|
23088
23097
|
transferModeration: "Presunúť moderovanie"
|
|
23089
|
-
},
|
|
23090
|
-
alert:
|
|
23091
|
-
occupiedEntityTitle:
|
|
23092
|
-
occupiedEntityText:
|
|
23093
|
-
requestToCollaborate:
|
|
23094
|
-
requestToCollaborateText:
|
|
23095
|
-
waitingForApprove:
|
|
23096
|
-
approvedAfterCountdown:
|
|
23097
|
-
requestToTakeModeration:
|
|
23098
|
-
requestToTakeModerationTextTitle:
|
|
23099
|
-
requestToTakeModerationText:
|
|
23100
|
-
moderatorManagement:
|
|
23101
|
-
transferModeration:
|
|
23102
|
-
button:
|
|
23103
|
-
},
|
|
23098
|
+
}, d_ = {
|
|
23099
|
+
alert: GI,
|
|
23100
|
+
occupiedEntityTitle: ZI,
|
|
23101
|
+
occupiedEntityText: JI,
|
|
23102
|
+
requestToCollaborate: QI,
|
|
23103
|
+
requestToCollaborateText: e_,
|
|
23104
|
+
waitingForApprove: t_,
|
|
23105
|
+
approvedAfterCountdown: a_,
|
|
23106
|
+
requestToTakeModeration: s_,
|
|
23107
|
+
requestToTakeModerationTextTitle: i_,
|
|
23108
|
+
requestToTakeModerationText: r_,
|
|
23109
|
+
moderatorManagement: o_,
|
|
23110
|
+
transferModeration: n_,
|
|
23111
|
+
button: l_
|
|
23112
|
+
}, pD = {
|
|
23104
23113
|
common: {
|
|
23105
|
-
alert:
|
|
23106
|
-
button:
|
|
23107
|
-
model:
|
|
23108
|
-
system:
|
|
23109
|
-
anzuUser:
|
|
23110
|
-
job:
|
|
23111
|
-
log:
|
|
23112
|
-
permission:
|
|
23113
|
-
permissionGroup:
|
|
23114
|
-
assetSelect:
|
|
23115
|
-
subjectSelect:
|
|
23116
|
-
time:
|
|
23117
|
-
sortable:
|
|
23118
|
-
damImage:
|
|
23119
|
-
collab:
|
|
23120
|
-
},
|
|
23121
|
-
$vuetify:
|
|
23114
|
+
alert: ow,
|
|
23115
|
+
button: _w,
|
|
23116
|
+
model: $w,
|
|
23117
|
+
system: Jw,
|
|
23118
|
+
anzuUser: ik,
|
|
23119
|
+
job: ck,
|
|
23120
|
+
log: vk,
|
|
23121
|
+
permission: qk,
|
|
23122
|
+
permissionGroup: bk,
|
|
23123
|
+
assetSelect: bI,
|
|
23124
|
+
subjectSelect: wI,
|
|
23125
|
+
time: SI,
|
|
23126
|
+
sortable: PI,
|
|
23127
|
+
damImage: WI,
|
|
23128
|
+
collab: d_
|
|
23129
|
+
},
|
|
23130
|
+
$vuetify: Uk,
|
|
23122
23131
|
error: {
|
|
23123
23132
|
apiValidation: {
|
|
23124
|
-
...
|
|
23133
|
+
...oI
|
|
23125
23134
|
},
|
|
23126
23135
|
apiForbiddenOperation: {
|
|
23127
|
-
...
|
|
23136
|
+
...lI
|
|
23128
23137
|
},
|
|
23129
23138
|
jsValidation: {
|
|
23130
|
-
...
|
|
23139
|
+
...qI
|
|
23131
23140
|
}
|
|
23132
23141
|
}
|
|
23133
|
-
},
|
|
23142
|
+
}, vD = () => ({
|
|
23134
23143
|
commonAliases: () => ({
|
|
23135
23144
|
ABtnPrimary: sr,
|
|
23136
23145
|
ABtnSecondary: sr,
|
|
@@ -23243,15 +23252,15 @@ const iD = {
|
|
|
23243
23252
|
}
|
|
23244
23253
|
})
|
|
23245
23254
|
});
|
|
23246
|
-
async function
|
|
23247
|
-
(await import("./webfontloader-
|
|
23255
|
+
async function hD() {
|
|
23256
|
+
(await import("./webfontloader-dehHK0ef.js").then((a) => a.w)).load({
|
|
23248
23257
|
google: {
|
|
23249
23258
|
families: ["Roboto:100,300,400,500,700,900&display=swap"]
|
|
23250
23259
|
}
|
|
23251
23260
|
// urls: ['https://cdn.jsdelivr.net/npm/@mdi/font@5.x/css/materialdesignicons.min.css']
|
|
23252
23261
|
});
|
|
23253
23262
|
}
|
|
23254
|
-
function
|
|
23263
|
+
function FD() {
|
|
23255
23264
|
const t = (e, s) => ({
|
|
23256
23265
|
id: 0,
|
|
23257
23266
|
scheduledAt: Ot(),
|
|
@@ -23279,7 +23288,7 @@ function pD() {
|
|
|
23279
23288
|
};
|
|
23280
23289
|
}
|
|
23281
23290
|
const Cs = S(null);
|
|
23282
|
-
function
|
|
23291
|
+
function gD(t) {
|
|
23283
23292
|
t.query.loginState && (Cs.value = t.query.loginState.toString());
|
|
23284
23293
|
const a = () => se(Cs.value), e = () => Cs.value === "success", s = () => Cs.value === "failure-sso-communication", i = () => Cs.value === "failure-internal-error", r = () => Cs.value === "failure-unauthorized";
|
|
23285
23294
|
return {
|
|
@@ -23291,7 +23300,7 @@ function vD(t) {
|
|
|
23291
23300
|
isStatusUnauthorized: r
|
|
23292
23301
|
};
|
|
23293
23302
|
}
|
|
23294
|
-
function
|
|
23303
|
+
function qD() {
|
|
23295
23304
|
const { collabOptions: t } = Zt(), { showWarningT: a, showSuccessT: e } = We(), { collabConnected: s, collabSocket: i, collabRoomInfoState: r, collabFieldLocksState: o } = io();
|
|
23296
23305
|
return {
|
|
23297
23306
|
initCollab: () => {
|
|
@@ -23355,16 +23364,16 @@ function hD() {
|
|
|
23355
23364
|
}
|
|
23356
23365
|
};
|
|
23357
23366
|
}
|
|
23358
|
-
const
|
|
23359
|
-
function
|
|
23367
|
+
const u_ = "embed:", c_ = "comment:";
|
|
23368
|
+
function YD() {
|
|
23360
23369
|
return {
|
|
23361
23370
|
createCollabRoom: (i, r, o) => o + ":" + r + ":" + i,
|
|
23362
23371
|
createCollabFieldConfig: (i, r, o) => ({ room: r, field: i, cachedUsers: o }),
|
|
23363
|
-
createCollabEmbedFieldName: (i) =>
|
|
23364
|
-
createCollabCommentFieldName: (i) =>
|
|
23372
|
+
createCollabEmbedFieldName: (i) => u_ + i,
|
|
23373
|
+
createCollabCommentFieldName: (i) => c_ + i
|
|
23365
23374
|
};
|
|
23366
23375
|
}
|
|
23367
|
-
function
|
|
23376
|
+
function XD(t, a = !1) {
|
|
23368
23377
|
const { collabOptions: e } = Zt(), { collabSocket: s, collabFieldLocksState: i, collabFieldDataBufferState: r, collabRoomInfoState: o } = io(), l = jn(), n = ou(), d = S(), c = S(), u = (y, h) => {
|
|
23369
23378
|
y.room !== t || R(h) || R(d.value) || d.value(y.field, h);
|
|
23370
23379
|
}, p = (y) => {
|
|
@@ -23443,8 +23452,8 @@ function gD(t, a = !1) {
|
|
|
23443
23452
|
}
|
|
23444
23453
|
};
|
|
23445
23454
|
}
|
|
23446
|
-
const lm = "/adm/v1/asset-licence", yl = "assetLicence",
|
|
23447
|
-
function
|
|
23455
|
+
const lm = "/adm/v1/asset-licence", yl = "assetLicence", m_ = (t, a) => Ms(t, a, lm, {}, Be, yl), f_ = (t, a, e) => Ha(t, lm, {}, a, e, Be, yl), fn = oi(Be, yl);
|
|
23456
|
+
function V_() {
|
|
23448
23457
|
return oa({
|
|
23449
23458
|
name: {
|
|
23450
23459
|
...fn({ name: "name", variant: "startsWith" })
|
|
@@ -23457,16 +23466,16 @@ function c_() {
|
|
|
23457
23466
|
}
|
|
23458
23467
|
});
|
|
23459
23468
|
}
|
|
23460
|
-
const
|
|
23469
|
+
const p_ = (t) => {
|
|
23461
23470
|
const a = (i) => i.map((r) => ({
|
|
23462
23471
|
title: r.name,
|
|
23463
23472
|
value: r.id
|
|
23464
23473
|
}));
|
|
23465
23474
|
return {
|
|
23466
|
-
fetchItems: async (i, r) => a(await
|
|
23467
|
-
fetchItemsByIds: async (i) => a(await
|
|
23475
|
+
fetchItems: async (i, r) => a(await f_(t, i, r)),
|
|
23476
|
+
fetchItemsByIds: async (i) => a(await m_(t, i))
|
|
23468
23477
|
};
|
|
23469
|
-
},
|
|
23478
|
+
}, AD = /* @__PURE__ */ W({
|
|
23470
23479
|
__name: "DamAssetLicenceRemoteAutocomplete",
|
|
23471
23480
|
props: /* @__PURE__ */ Ht({
|
|
23472
23481
|
modelValue: {},
|
|
@@ -23492,7 +23501,7 @@ const m_ = (t) => {
|
|
|
23492
23501
|
set(c) {
|
|
23493
23502
|
s("update:modelValue", xe(c));
|
|
23494
23503
|
}
|
|
23495
|
-
}), r = ba(t, "selected"), { fetchItems: o, fetchItemsByIds: l } =
|
|
23504
|
+
}), r = ba(t, "selected"), { fetchItems: o, fetchItemsByIds: l } = p_(e.client), n = V_(), d = _(() => e.extSystemId);
|
|
23496
23505
|
return Ye(
|
|
23497
23506
|
d,
|
|
23498
23507
|
(c, u) => {
|
|
@@ -23524,24 +23533,24 @@ const m_ = (t) => {
|
|
|
23524
23533
|
"disable-init-fetch": c.disableInitFetch
|
|
23525
23534
|
}, null, 8, ["modelValue", "selected", "required", "label", "fetch-items", "fetch-items-by-ids", "inner-filter", "multiple", "clearable", "data-cy", "hide-details", "disable-init-fetch"]));
|
|
23526
23535
|
}
|
|
23527
|
-
}), dm = "/adm/v1/asset-licence-group", bl = "assetLicenceGroup",
|
|
23536
|
+
}), dm = "/adm/v1/asset-licence-group", bl = "assetLicenceGroup", v_ = (t, a) => Ms(t, a, dm, {}, Be, bl, {}, !0), h_ = (t, a, e) => Ha(t, dm, {}, a, e, Be, bl), F_ = (t) => {
|
|
23528
23537
|
const a = (i) => i.map((r) => ({
|
|
23529
23538
|
title: r.name,
|
|
23530
23539
|
value: r.id
|
|
23531
23540
|
}));
|
|
23532
23541
|
return {
|
|
23533
|
-
fetchItems: async (i, r) => a(await
|
|
23534
|
-
fetchItemsByIds: async (i) => a(await
|
|
23542
|
+
fetchItems: async (i, r) => a(await h_(t, i, r)),
|
|
23543
|
+
fetchItemsByIds: async (i) => a(await v_(t, i))
|
|
23535
23544
|
};
|
|
23536
|
-
},
|
|
23537
|
-
function
|
|
23545
|
+
}, g_ = oi(Be, bl);
|
|
23546
|
+
function q_() {
|
|
23538
23547
|
return oa({
|
|
23539
23548
|
name: {
|
|
23540
|
-
...
|
|
23549
|
+
...g_({ name: "name", variant: "startsWith" })
|
|
23541
23550
|
}
|
|
23542
23551
|
});
|
|
23543
23552
|
}
|
|
23544
|
-
const
|
|
23553
|
+
const yD = /* @__PURE__ */ W({
|
|
23545
23554
|
__name: "DamAssetLicenceGroupRemoteAutocomplete",
|
|
23546
23555
|
props: /* @__PURE__ */ Ht({
|
|
23547
23556
|
modelValue: {},
|
|
@@ -23566,7 +23575,7 @@ const YD = /* @__PURE__ */ W({
|
|
|
23566
23575
|
set(d) {
|
|
23567
23576
|
s("update:modelValue", xe(d));
|
|
23568
23577
|
}
|
|
23569
|
-
}), r = ba(t, "selected"), { fetchItems: o, fetchItemsByIds: l } =
|
|
23578
|
+
}), r = ba(t, "selected"), { fetchItems: o, fetchItemsByIds: l } = F_(e.client), n = q_();
|
|
23570
23579
|
return (d, c) => (q(), M(Zn, {
|
|
23571
23580
|
modelValue: i.value,
|
|
23572
23581
|
"onUpdate:modelValue": c[0] || (c[0] = (u) => i.value = u),
|
|
@@ -23585,24 +23594,24 @@ const YD = /* @__PURE__ */ W({
|
|
|
23585
23594
|
"disable-init-fetch": d.disableInitFetch
|
|
23586
23595
|
}, null, 8, ["modelValue", "selected", "required", "label", "fetch-items", "fetch-items-by-ids", "inner-filter", "multiple", "clearable", "data-cy", "hide-details", "disable-init-fetch"]));
|
|
23587
23596
|
}
|
|
23588
|
-
}), um = "/adm/v1/ext-system", Cl = "extSystem",
|
|
23589
|
-
fetchItems: async (s, i) => (await
|
|
23597
|
+
}), um = "/adm/v1/ext-system", Cl = "extSystem", Y_ = (t, a) => Ms(t, a, um, {}, Be, Cl), X_ = (t, a, e) => Ha(t, um, {}, a, e, Be, Cl), A_ = (t) => ({
|
|
23598
|
+
fetchItems: async (s, i) => (await X_(t, s, i)).map((o) => ({
|
|
23590
23599
|
title: o.slug,
|
|
23591
23600
|
value: o.id
|
|
23592
23601
|
})),
|
|
23593
|
-
fetchItemsByIds: async (s) => (await
|
|
23602
|
+
fetchItemsByIds: async (s) => (await Y_(t, s)).map((r) => ({
|
|
23594
23603
|
title: r.slug,
|
|
23595
23604
|
value: r.id
|
|
23596
23605
|
}))
|
|
23597
|
-
}),
|
|
23598
|
-
function
|
|
23606
|
+
}), y_ = oi(Be, Cl);
|
|
23607
|
+
function b_() {
|
|
23599
23608
|
return oa({
|
|
23600
23609
|
name: {
|
|
23601
|
-
...
|
|
23610
|
+
...y_({ name: "name", variant: "startsWith" })
|
|
23602
23611
|
}
|
|
23603
23612
|
});
|
|
23604
23613
|
}
|
|
23605
|
-
const
|
|
23614
|
+
const bD = /* @__PURE__ */ W({
|
|
23606
23615
|
__name: "DamExtSystemRemoteAutocomplete",
|
|
23607
23616
|
props: {
|
|
23608
23617
|
modelValue: {},
|
|
@@ -23624,7 +23633,7 @@ const XD = /* @__PURE__ */ W({
|
|
|
23624
23633
|
set(n) {
|
|
23625
23634
|
s("update:modelValue", xe(n));
|
|
23626
23635
|
}
|
|
23627
|
-
}), { fetchItems: r, fetchItemsByIds: o } =
|
|
23636
|
+
}), { fetchItems: r, fetchItemsByIds: o } = A_(e.client), l = b_();
|
|
23628
23637
|
return (n, d) => (q(), M(Zn, {
|
|
23629
23638
|
modelValue: i.value,
|
|
23630
23639
|
"onUpdate:modelValue": d[0] || (d[0] = (c) => i.value = c),
|
|
@@ -23642,7 +23651,7 @@ const XD = /* @__PURE__ */ W({
|
|
|
23642
23651
|
}, null, 8, ["modelValue", "required", "label", "fetch-items", "fetch-items-by-ids", "inner-filter", "multiple", "clearable", "data-cy", "hide-details", "disable-init-fetch"]));
|
|
23643
23652
|
}
|
|
23644
23653
|
});
|
|
23645
|
-
function
|
|
23654
|
+
function C_(t) {
|
|
23646
23655
|
const { damPrvConfig: a } = yt(t), e = Object.entries(a.value.assetExternalProviders).map(
|
|
23647
23656
|
([r, o]) => ({
|
|
23648
23657
|
value: r,
|
|
@@ -23654,7 +23663,7 @@ function A_(t) {
|
|
|
23654
23663
|
getExternalProviderAssetTypeOption: (r) => s.value.find((o) => o.value === r)
|
|
23655
23664
|
};
|
|
23656
23665
|
}
|
|
23657
|
-
const
|
|
23666
|
+
const CD = /* @__PURE__ */ W({
|
|
23658
23667
|
__name: "DamExternalProviderAssetSelect",
|
|
23659
23668
|
props: {
|
|
23660
23669
|
modelValue: {},
|
|
@@ -23674,7 +23683,7 @@ const AD = /* @__PURE__ */ W({
|
|
|
23674
23683
|
}
|
|
23675
23684
|
}), r = () => {
|
|
23676
23685
|
s("blur", i.value);
|
|
23677
|
-
}, { allExternalProviderAssetTypeOptions: o } =
|
|
23686
|
+
}, { allExternalProviderAssetTypeOptions: o } = C_(e.client);
|
|
23678
23687
|
return (l, n) => (q(), M(zi, {
|
|
23679
23688
|
modelValue: i.value,
|
|
23680
23689
|
"onUpdate:modelValue": n[0] || (n[0] = (d) => i.value = d),
|
|
@@ -23691,7 +23700,7 @@ const AD = /* @__PURE__ */ W({
|
|
|
23691
23700
|
}, null, 8, ["modelValue", "items", "label", "multiple", "data-cy"]));
|
|
23692
23701
|
}
|
|
23693
23702
|
});
|
|
23694
|
-
function
|
|
23703
|
+
function x_(t) {
|
|
23695
23704
|
const { damPrvConfig: a } = yt(t), e = Object.entries(a.value.distributionServices).map(
|
|
23696
23705
|
([r, o]) => ({
|
|
23697
23706
|
value: r,
|
|
@@ -23703,7 +23712,7 @@ function y_(t) {
|
|
|
23703
23712
|
getDistributionServiceTypeOption: (r) => s.value.find((o) => o.value === r)
|
|
23704
23713
|
};
|
|
23705
23714
|
}
|
|
23706
|
-
const
|
|
23715
|
+
const xD = /* @__PURE__ */ W({
|
|
23707
23716
|
__name: "DamDistributionServiceSelect",
|
|
23708
23717
|
props: {
|
|
23709
23718
|
modelValue: {},
|
|
@@ -23723,7 +23732,7 @@ const yD = /* @__PURE__ */ W({
|
|
|
23723
23732
|
}
|
|
23724
23733
|
}), r = () => {
|
|
23725
23734
|
s("blur", i.value);
|
|
23726
|
-
}, { allDistributionServiceTypeOptions: o } =
|
|
23735
|
+
}, { allDistributionServiceTypeOptions: o } = x_(e.client);
|
|
23727
23736
|
return (l, n) => (q(), M(zi, {
|
|
23728
23737
|
modelValue: i.value,
|
|
23729
23738
|
"onUpdate:modelValue": n[0] || (n[0] = (d) => i.value = d),
|
|
@@ -23739,122 +23748,122 @@ const yD = /* @__PURE__ */ W({
|
|
|
23739
23748
|
onBlur: r
|
|
23740
23749
|
}, null, 8, ["modelValue", "items", "label", "multiple", "data-cy"]));
|
|
23741
23750
|
}
|
|
23742
|
-
}), Co = "/adm/v1/user", xo = "user",
|
|
23751
|
+
}), Co = "/adm/v1/user", xo = "user", wD = (t, a) => Ms(t, a, Co, {}, Be, xo), kD = (t, a, e) => Ha(t, Co, {}, a, e, Be, xo), ID = (t, a, e) => ll(t, e, Co + "/:id", { id: a }, Be, xo), _D = (t, a) => Jt(t, Co + "/:id", { id: a }, Be, xo);
|
|
23743
23752
|
export {
|
|
23744
|
-
|
|
23745
|
-
|
|
23753
|
+
HS as $,
|
|
23754
|
+
dK as A,
|
|
23746
23755
|
Gn as B,
|
|
23747
23756
|
Df as C,
|
|
23748
|
-
|
|
23749
|
-
|
|
23757
|
+
xS as D,
|
|
23758
|
+
wS as E,
|
|
23750
23759
|
xt as F,
|
|
23751
|
-
|
|
23752
|
-
|
|
23760
|
+
SS as G,
|
|
23761
|
+
kS as H,
|
|
23753
23762
|
Cp as I,
|
|
23754
|
-
|
|
23755
|
-
|
|
23756
|
-
|
|
23757
|
-
|
|
23763
|
+
uK as J,
|
|
23764
|
+
KS as K,
|
|
23765
|
+
DS as L,
|
|
23766
|
+
jS as M,
|
|
23758
23767
|
wV as N,
|
|
23759
23768
|
$r as O,
|
|
23760
23769
|
xu as P,
|
|
23761
|
-
|
|
23762
|
-
|
|
23763
|
-
|
|
23770
|
+
fK as Q,
|
|
23771
|
+
VK as R,
|
|
23772
|
+
pK as S,
|
|
23764
23773
|
Rp as T,
|
|
23765
|
-
|
|
23766
|
-
|
|
23767
|
-
|
|
23774
|
+
vK as U,
|
|
23775
|
+
hK as V,
|
|
23776
|
+
FK as W,
|
|
23768
23777
|
gV as X,
|
|
23769
23778
|
YV as Y,
|
|
23770
23779
|
qV as Z,
|
|
23771
|
-
|
|
23780
|
+
qS as _,
|
|
23772
23781
|
ef as a,
|
|
23773
23782
|
on as a$,
|
|
23774
23783
|
zp as a0,
|
|
23775
|
-
|
|
23776
|
-
|
|
23777
|
-
|
|
23778
|
-
|
|
23779
|
-
|
|
23780
|
-
|
|
23781
|
-
|
|
23784
|
+
gK as a1,
|
|
23785
|
+
qK as a2,
|
|
23786
|
+
YK as a3,
|
|
23787
|
+
XK as a4,
|
|
23788
|
+
AK as a5,
|
|
23789
|
+
yK as a6,
|
|
23790
|
+
cK as a7,
|
|
23782
23791
|
hn as a8,
|
|
23783
|
-
|
|
23784
|
-
|
|
23785
|
-
|
|
23786
|
-
|
|
23787
|
-
|
|
23788
|
-
|
|
23792
|
+
bK as a9,
|
|
23793
|
+
yD as aA,
|
|
23794
|
+
xK as aB,
|
|
23795
|
+
wK as aC,
|
|
23796
|
+
kK as aD,
|
|
23797
|
+
IK as aE,
|
|
23789
23798
|
Es as aF,
|
|
23790
|
-
|
|
23799
|
+
sK as aG,
|
|
23791
23800
|
ni as aH,
|
|
23792
23801
|
oi as aI,
|
|
23793
23802
|
Pq as aJ,
|
|
23794
23803
|
We as aK,
|
|
23795
|
-
|
|
23804
|
+
sD as aL,
|
|
23796
23805
|
wy as aM,
|
|
23797
23806
|
Ni as aN,
|
|
23798
23807
|
Fc as aO,
|
|
23799
23808
|
Np as aP,
|
|
23800
23809
|
Zp as aQ,
|
|
23801
23810
|
Gp as aR,
|
|
23802
|
-
|
|
23803
|
-
|
|
23804
|
-
|
|
23811
|
+
gD as aS,
|
|
23812
|
+
WK as aT,
|
|
23813
|
+
GK as aU,
|
|
23805
23814
|
lg as aV,
|
|
23806
|
-
|
|
23815
|
+
BK as aW,
|
|
23807
23816
|
yt as aX,
|
|
23808
23817
|
Xg as aY,
|
|
23809
23818
|
yg as aZ,
|
|
23810
23819
|
fc as a_,
|
|
23811
|
-
|
|
23820
|
+
CK as aa,
|
|
23812
23821
|
_u as ab,
|
|
23813
|
-
|
|
23822
|
+
_K as ac,
|
|
23814
23823
|
Mv as ad,
|
|
23815
|
-
|
|
23816
|
-
|
|
23817
|
-
|
|
23818
|
-
|
|
23824
|
+
SK as ae,
|
|
23825
|
+
TK as af,
|
|
23826
|
+
EK as ag,
|
|
23827
|
+
MK as ah,
|
|
23819
23828
|
pg as ai,
|
|
23820
23829
|
wn as aj,
|
|
23821
|
-
|
|
23830
|
+
LK as ak,
|
|
23822
23831
|
ul as al,
|
|
23823
|
-
|
|
23824
|
-
|
|
23825
|
-
|
|
23832
|
+
NK as am,
|
|
23833
|
+
UK as an,
|
|
23834
|
+
jK as ao,
|
|
23826
23835
|
cX as ap,
|
|
23827
23836
|
Nt as aq,
|
|
23828
23837
|
rr as ar,
|
|
23829
|
-
|
|
23838
|
+
mK as as,
|
|
23830
23839
|
Uu as at,
|
|
23831
|
-
|
|
23840
|
+
HK as au,
|
|
23832
23841
|
dg as av,
|
|
23833
|
-
|
|
23834
|
-
|
|
23835
|
-
|
|
23836
|
-
|
|
23842
|
+
bD as aw,
|
|
23843
|
+
CD as ax,
|
|
23844
|
+
xD as ay,
|
|
23845
|
+
AD as az,
|
|
23837
23846
|
Je as b,
|
|
23838
|
-
|
|
23839
|
-
|
|
23847
|
+
eK as b$,
|
|
23848
|
+
zK as b0,
|
|
23840
23849
|
jg as b1,
|
|
23841
23850
|
vg as b2,
|
|
23842
23851
|
P7 as b3,
|
|
23843
23852
|
S7 as b4,
|
|
23844
23853
|
k7 as b5,
|
|
23845
23854
|
Lu as b6,
|
|
23846
|
-
|
|
23847
|
-
|
|
23848
|
-
|
|
23855
|
+
KK as b7,
|
|
23856
|
+
x_ as b8,
|
|
23857
|
+
V_ as b9,
|
|
23849
23858
|
Lv as bA,
|
|
23850
23859
|
Nv as bB,
|
|
23851
23860
|
Uv as bC,
|
|
23852
23861
|
Eu as bD,
|
|
23853
23862
|
vr as bE,
|
|
23854
23863
|
$c as bF,
|
|
23855
|
-
|
|
23856
|
-
|
|
23857
|
-
|
|
23864
|
+
JK as bG,
|
|
23865
|
+
QK as bH,
|
|
23866
|
+
eD as bI,
|
|
23858
23867
|
xe as bJ,
|
|
23859
23868
|
vn as bK,
|
|
23860
23869
|
ao as bL,
|
|
@@ -23870,7 +23879,7 @@ export {
|
|
|
23870
23879
|
af as bV,
|
|
23871
23880
|
Pt as bW,
|
|
23872
23881
|
eo as bX,
|
|
23873
|
-
|
|
23882
|
+
QS as bY,
|
|
23874
23883
|
uo as bZ,
|
|
23875
23884
|
qn as b_,
|
|
23876
23885
|
ol as ba,
|
|
@@ -23883,95 +23892,95 @@ export {
|
|
|
23883
23892
|
Ip as bh,
|
|
23884
23893
|
bV as bi,
|
|
23885
23894
|
CV as bj,
|
|
23886
|
-
|
|
23895
|
+
rD as bk,
|
|
23887
23896
|
bu as bl,
|
|
23888
|
-
|
|
23897
|
+
FD as bm,
|
|
23889
23898
|
Ya as bn,
|
|
23890
23899
|
Zs as bo,
|
|
23891
23900
|
Yg as bp,
|
|
23892
23901
|
Wi as bq,
|
|
23893
|
-
|
|
23894
|
-
|
|
23895
|
-
|
|
23902
|
+
PK as br,
|
|
23903
|
+
OK as bs,
|
|
23904
|
+
RK as bt,
|
|
23896
23905
|
Ne as bu,
|
|
23897
23906
|
nl as bv,
|
|
23898
23907
|
It as bw,
|
|
23899
|
-
|
|
23908
|
+
$K as bx,
|
|
23900
23909
|
qe as by,
|
|
23901
23910
|
Ge as bz,
|
|
23902
23911
|
wu as c,
|
|
23903
|
-
|
|
23912
|
+
wD as c$,
|
|
23904
23913
|
yu as c0,
|
|
23905
23914
|
ai as c1,
|
|
23906
23915
|
Il as c2,
|
|
23907
|
-
|
|
23916
|
+
YS as c3,
|
|
23908
23917
|
Ra as c4,
|
|
23909
|
-
|
|
23918
|
+
XS as c5,
|
|
23910
23919
|
rf as c6,
|
|
23911
|
-
|
|
23912
|
-
|
|
23920
|
+
yS as c7,
|
|
23921
|
+
bS as c8,
|
|
23913
23922
|
of as c9,
|
|
23914
23923
|
_y as cA,
|
|
23915
|
-
|
|
23924
|
+
mD as cB,
|
|
23916
23925
|
ha as cC,
|
|
23917
23926
|
ts as cD,
|
|
23918
|
-
|
|
23919
|
-
|
|
23927
|
+
DK as cE,
|
|
23928
|
+
tD as cF,
|
|
23920
23929
|
Fo as cG,
|
|
23921
23930
|
wc as cH,
|
|
23922
23931
|
Ms as cI,
|
|
23923
23932
|
Ha as cJ,
|
|
23924
|
-
|
|
23933
|
+
aD as cK,
|
|
23925
23934
|
Jt as cL,
|
|
23926
23935
|
ll as cM,
|
|
23927
23936
|
mo as cN,
|
|
23928
23937
|
zv as cO,
|
|
23929
|
-
|
|
23930
|
-
|
|
23938
|
+
iD as cP,
|
|
23939
|
+
oD as cQ,
|
|
23931
23940
|
bp as cR,
|
|
23932
23941
|
xV as cS,
|
|
23933
23942
|
hY as cT,
|
|
23934
23943
|
FY as cU,
|
|
23935
|
-
|
|
23936
|
-
|
|
23937
|
-
|
|
23938
|
-
|
|
23939
|
-
|
|
23940
|
-
|
|
23941
|
-
|
|
23944
|
+
m_ as cV,
|
|
23945
|
+
f_ as cW,
|
|
23946
|
+
v_ as cX,
|
|
23947
|
+
h_ as cY,
|
|
23948
|
+
Y_ as cZ,
|
|
23949
|
+
X_ as c_,
|
|
23950
|
+
AS as ca,
|
|
23942
23951
|
no as cb,
|
|
23943
23952
|
lo as cc,
|
|
23944
|
-
|
|
23945
|
-
|
|
23946
|
-
|
|
23953
|
+
MS as cd,
|
|
23954
|
+
BS as ce,
|
|
23955
|
+
$S as cf,
|
|
23947
23956
|
Ot as cg,
|
|
23948
|
-
|
|
23957
|
+
zS as ch,
|
|
23949
23958
|
Ss as ci,
|
|
23950
|
-
|
|
23951
|
-
|
|
23952
|
-
|
|
23953
|
-
|
|
23954
|
-
|
|
23955
|
-
|
|
23956
|
-
|
|
23957
|
-
|
|
23959
|
+
PS as cj,
|
|
23960
|
+
OS as ck,
|
|
23961
|
+
TS as cl,
|
|
23962
|
+
ES as cm,
|
|
23963
|
+
RS as cn,
|
|
23964
|
+
LS as co,
|
|
23965
|
+
NS as cp,
|
|
23966
|
+
US as cq,
|
|
23958
23967
|
po as cr,
|
|
23959
23968
|
ps as cs,
|
|
23960
23969
|
Cu as ct,
|
|
23961
|
-
|
|
23962
|
-
|
|
23963
|
-
|
|
23964
|
-
|
|
23970
|
+
ZK as cu,
|
|
23971
|
+
lD as cv,
|
|
23972
|
+
dD as cw,
|
|
23973
|
+
uD as cx,
|
|
23965
23974
|
Iy as cy,
|
|
23966
|
-
|
|
23967
|
-
|
|
23975
|
+
cD as cz,
|
|
23976
|
+
gS as d,
|
|
23968
23977
|
Da as d$,
|
|
23969
|
-
|
|
23970
|
-
|
|
23971
|
-
|
|
23972
|
-
|
|
23973
|
-
|
|
23974
|
-
|
|
23978
|
+
kD as d0,
|
|
23979
|
+
ID as d1,
|
|
23980
|
+
_D as d2,
|
|
23981
|
+
fD as d3,
|
|
23982
|
+
VD as d4,
|
|
23983
|
+
pD as d5,
|
|
23975
23984
|
ka as d6,
|
|
23976
23985
|
Ia as d7,
|
|
23977
23986
|
Hd as d8,
|
|
@@ -23990,11 +23999,11 @@ export {
|
|
|
23990
23999
|
nu as dL,
|
|
23991
24000
|
Kr as dM,
|
|
23992
24001
|
Dr as dN,
|
|
23993
|
-
|
|
24002
|
+
CS as dO,
|
|
23994
24003
|
Ar as dP,
|
|
23995
24004
|
yr as dQ,
|
|
23996
|
-
|
|
23997
|
-
|
|
24005
|
+
u_ as dR,
|
|
24006
|
+
c_ as dS,
|
|
23998
24007
|
De as dT,
|
|
23999
24008
|
mu as dU,
|
|
24000
24009
|
La as dV,
|
|
@@ -24006,22 +24015,22 @@ export {
|
|
|
24006
24015
|
Ts as da,
|
|
24007
24016
|
Hn as db,
|
|
24008
24017
|
za as dc,
|
|
24009
|
-
|
|
24010
|
-
|
|
24018
|
+
IS as dd,
|
|
24019
|
+
_S as de,
|
|
24011
24020
|
Jf as df,
|
|
24012
24021
|
cu as dg,
|
|
24013
24022
|
Wn as dh,
|
|
24014
24023
|
pu as di,
|
|
24015
24024
|
Ml as dj,
|
|
24016
24025
|
fs as dk,
|
|
24017
|
-
|
|
24026
|
+
qD as dl,
|
|
24018
24027
|
Zt as dm,
|
|
24019
24028
|
lu as dn,
|
|
24020
24029
|
io as dp,
|
|
24021
24030
|
ms as dq,
|
|
24022
24031
|
Bp as dr,
|
|
24023
|
-
|
|
24024
|
-
|
|
24032
|
+
YD as ds,
|
|
24033
|
+
XD as dt,
|
|
24025
24034
|
jn as du,
|
|
24026
24035
|
Gd as dv,
|
|
24027
24036
|
Zd as dw,
|
|
@@ -24034,34 +24043,34 @@ export {
|
|
|
24034
24043
|
Ka as e2,
|
|
24035
24044
|
uu as e3,
|
|
24036
24045
|
Xt as e4,
|
|
24037
|
-
|
|
24038
|
-
|
|
24039
|
-
|
|
24046
|
+
nD as e5,
|
|
24047
|
+
vD as e6,
|
|
24048
|
+
hD as e7,
|
|
24040
24049
|
Ag as e8,
|
|
24041
24050
|
Ls as e9,
|
|
24042
24051
|
Lh as ea,
|
|
24043
24052
|
Xn as eb,
|
|
24044
24053
|
zu as ec,
|
|
24045
|
-
|
|
24054
|
+
ZS as f,
|
|
24046
24055
|
oo as g,
|
|
24047
|
-
|
|
24056
|
+
JS as h,
|
|
24048
24057
|
Ca as i,
|
|
24049
24058
|
Tr as j,
|
|
24050
24059
|
ss as k,
|
|
24051
24060
|
cp as l,
|
|
24052
|
-
|
|
24061
|
+
tK as m,
|
|
24053
24062
|
Zn as n,
|
|
24054
|
-
|
|
24055
|
-
|
|
24056
|
-
|
|
24063
|
+
iK as o,
|
|
24064
|
+
oK as p,
|
|
24065
|
+
rK as q,
|
|
24057
24066
|
Xp as r,
|
|
24058
|
-
|
|
24067
|
+
GS as s,
|
|
24059
24068
|
Yu as t,
|
|
24060
|
-
|
|
24061
|
-
|
|
24062
|
-
|
|
24069
|
+
WS as u,
|
|
24070
|
+
lK as v,
|
|
24071
|
+
nK as w,
|
|
24063
24072
|
Ko as x,
|
|
24064
|
-
|
|
24073
|
+
aK as y,
|
|
24065
24074
|
Hs as z
|
|
24066
24075
|
};
|
|
24067
|
-
//# sourceMappingURL=lib-
|
|
24076
|
+
//# sourceMappingURL=lib-0FdakAVl.js.map
|