@anzusystems/common-admin 0.0.25 → 0.0.27
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 +5 -1
- package/dist/common-admin.es.js +874 -869
- package/dist/common-admin.es.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +5 -5
package/dist/common-admin.es.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
var Er = Object.defineProperty;
|
|
2
2
|
var Fr = (t, n, e) => n in t ? Er(t, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[n] = e;
|
|
3
3
|
var hn = (t, n, e) => (Fr(t, typeof n != "symbol" ? n + "" : n, e), e);
|
|
4
|
-
import { defineComponent as R, computed as
|
|
4
|
+
import { defineComponent as R, computed as _, openBlock as k, createBlock as B, unref as h, withCtx as C, createTextVNode as Z, toDisplayString as V, createElementBlock as U, createVNode as S, createCommentVNode as re, renderSlot as Pe, createElementVNode as ie, resolveComponent as Nr, normalizeClass as Me, withModifiers as le, withDirectives as Ka, vShow as Za, isProxy as Lr, toRaw as Vr, isRef as Ue, inject as De, createSlots as $n, Fragment as Je, provide as $a, ref as te, renderList as dt, watch as ct, TransitionGroup as Qa, normalizeStyle as Oa, resolveDynamicComponent as ea, h as jr, nextTick as Br, onMounted as Rr, withKeys as zr, reactive as Yr, toRefs as Xa, mergeProps as ta, readonly as Ft, createStaticVNode as er, setBlockTracking as Pa, onBeforeUnmount as Hr } from "vue";
|
|
5
5
|
import { useI18n as X, createI18n as Jr } from "vue-i18n";
|
|
6
|
-
import { useI18n as
|
|
6
|
+
import { useI18n as gp } from "vue-i18n";
|
|
7
7
|
import { VChip as zt } from "vuetify/lib/components/VChip/index.mjs";
|
|
8
8
|
import { VRow as Wn, VCol as Et, VSpacer as Ia } from "vuetify/lib/components/VGrid/index.mjs";
|
|
9
9
|
import { VAlert as Ur } from "vuetify/lib/components/VAlert/index.mjs";
|
|
@@ -18,7 +18,7 @@ import { VTable as Gr } from "vuetify/lib/components/VTable/index.mjs";
|
|
|
18
18
|
import { VTooltip as Ke } from "vuetify/lib/components/VTooltip/index.mjs";
|
|
19
19
|
import { VExpandTransition as Kr } from "vuetify/lib/components/transitions/index.mjs";
|
|
20
20
|
import Zr from "@vuelidate/core";
|
|
21
|
-
import { createI18nMessage as
|
|
21
|
+
import { createI18nMessage as Se, requiredIf as Qr, required as Xr, helpers as Yt, url as eo, between as to, email as no, maxLength as ao, maxValue as ro, minLength as oo, minValue as io, numeric as so } from "@vuelidate/validators";
|
|
22
22
|
import { watchDebounced as nr, useClipboard as ar, useStorage as rr, useIntervalFn as lo } from "@vueuse/core";
|
|
23
23
|
import { VAutocomplete as En } from "vuetify/lib/components/VAutocomplete/index.mjs";
|
|
24
24
|
import { VDialog as uo } from "vuetify/lib/components/VDialog/index.mjs";
|
|
@@ -38,7 +38,7 @@ const yo = { key: 1 }, bo = /* @__PURE__ */ R({
|
|
|
38
38
|
invertColor: { type: Boolean, default: !1 }
|
|
39
39
|
},
|
|
40
40
|
setup(t) {
|
|
41
|
-
const n = t, { t: e } = X(), a =
|
|
41
|
+
const n = t, { t: e } = X(), a = _(() => n.value === !0 || n.value === 1 || n.value === "true"), o = _(() => a.value ? e("common.model.boolean.true") : e("common.model.boolean.false")), s = _(() => n.invertColor ? a.value ? "error" : "success" : a.value ? "success" : "error");
|
|
42
42
|
return (l, c) => t.chip ? (k(), B(zt, {
|
|
43
43
|
key: 0,
|
|
44
44
|
color: h(s),
|
|
@@ -64,7 +64,7 @@ const yo = { key: 1 }, bo = /* @__PURE__ */ R({
|
|
|
64
64
|
setup(t) {
|
|
65
65
|
return (n, e) => (k(), B(Wn, null, {
|
|
66
66
|
default: C(() => [
|
|
67
|
-
|
|
67
|
+
S(Et, null, {
|
|
68
68
|
default: C(() => [
|
|
69
69
|
t.title.length ? (k(), U("h4", wo, V(t.title), 1)) : re("", !0),
|
|
70
70
|
Pe(n.$slots, "default", {}, () => [
|
|
@@ -77,7 +77,7 @@ const yo = { key: 1 }, bo = /* @__PURE__ */ R({
|
|
|
77
77
|
_: 3
|
|
78
78
|
}));
|
|
79
79
|
}
|
|
80
|
-
}), Do = ["textContent"],
|
|
80
|
+
}), Do = ["textContent"], Pf = /* @__PURE__ */ R({
|
|
81
81
|
__name: "AAlerts",
|
|
82
82
|
props: {
|
|
83
83
|
max: { default: 5 },
|
|
@@ -88,7 +88,7 @@ const yo = { key: 1 }, bo = /* @__PURE__ */ R({
|
|
|
88
88
|
},
|
|
89
89
|
setup(t) {
|
|
90
90
|
return (n, e) => {
|
|
91
|
-
const a =
|
|
91
|
+
const a = Nr("Notifications");
|
|
92
92
|
return k(), B(a, {
|
|
93
93
|
max: t.max,
|
|
94
94
|
group: t.group,
|
|
@@ -97,13 +97,13 @@ const yo = { key: 1 }, bo = /* @__PURE__ */ R({
|
|
|
97
97
|
class: Me(t.customClass)
|
|
98
98
|
}, {
|
|
99
99
|
body: C((o) => [
|
|
100
|
-
|
|
100
|
+
S(Ur, {
|
|
101
101
|
type: o.item.type,
|
|
102
102
|
class: "ma-1",
|
|
103
103
|
density: "compact"
|
|
104
104
|
}, {
|
|
105
105
|
close: C(() => [
|
|
106
|
-
|
|
106
|
+
S(he, {
|
|
107
107
|
icon: "mdi-close",
|
|
108
108
|
onClick: le(o.close, ["stop"])
|
|
109
109
|
}, null, 8, ["onClick"])
|
|
@@ -156,18 +156,18 @@ const mt = (t, n) => {
|
|
|
156
156
|
for (const [a, o] of n)
|
|
157
157
|
e[a] = o;
|
|
158
158
|
return e;
|
|
159
|
-
},
|
|
159
|
+
}, If = /* @__PURE__ */ mt(Mo, [["__scopeId", "data-v-cb6a21a9"]]), $ = (t) => typeof t > "u", Na = (t) => !$(t), ke = (t) => t === null, na = (t) => typeof t == "number", nt = (t) => typeof t == "string", Xe = (t) => Array.isArray(t), La = (t) => typeof t == "boolean", Ef = (t) => nt(t) && /^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$/.test(t), Ff = (t) => {
|
|
160
160
|
const n = parseFloat(t);
|
|
161
161
|
return !isNaN(t) && (n | 0) === n;
|
|
162
162
|
}, sr = (t) => typeof t == "object" && !Xe(t) && !ke(t), lr = (t) => sr(t) ? Object.keys(t).length === 0 : !1, ur = (t) => Xe(t) && t.length === 0, Ao = (t) => ke(t) || $(t) || t === "" || t === 0 || ur(t) || lr(t), Bt = (t) => {
|
|
163
163
|
if (typeof structuredClone == "function")
|
|
164
164
|
try {
|
|
165
|
-
return
|
|
165
|
+
return Lr(t) ? structuredClone(Vr(t)) : Ue(t) ? structuredClone(h(t)) : structuredClone(t);
|
|
166
166
|
} catch {
|
|
167
167
|
return JSON.parse(JSON.stringify(t));
|
|
168
168
|
}
|
|
169
169
|
return JSON.parse(JSON.stringify(t));
|
|
170
|
-
},
|
|
170
|
+
}, So = (t, n = 0) => {
|
|
171
171
|
let e = n;
|
|
172
172
|
try {
|
|
173
173
|
e = Number.parseInt(t, 10);
|
|
@@ -175,7 +175,7 @@ const mt = (t, n) => {
|
|
|
175
175
|
return n;
|
|
176
176
|
}
|
|
177
177
|
return Number.isNaN(e) ? n : e;
|
|
178
|
-
},
|
|
178
|
+
}, Nf = (t, n = 0) => {
|
|
179
179
|
let e = n;
|
|
180
180
|
try {
|
|
181
181
|
e = Number.parseFloat(t);
|
|
@@ -189,7 +189,7 @@ const mt = (t, n) => {
|
|
|
189
189
|
start: t.slice(0, e),
|
|
190
190
|
end: t.slice(e + n.length)
|
|
191
191
|
};
|
|
192
|
-
},
|
|
192
|
+
}, Lf = (t) => t.toString().toLowerCase().trim().normalize("NFD").replace(/[\u0300-\u036f]/g, "").replace(/\s+/g, "-").replace(/&/g, "-").replace(/[^\w-]+/g, "").replace(/--+/g, "-").replace(/^-+/, "").replace(/-+$/, ""), _o = (t) => t.replace(/([a-z0-9]|(?=[A-Z]))([A-Z])/g, "$1-$2").toLowerCase(), Vf = (t, n = 80) => t.length > n ? t.substring(1, n) + "..." : t, To = (t, n) => {
|
|
193
193
|
if (t.indexOf(":") === -1)
|
|
194
194
|
return t;
|
|
195
195
|
const e = [];
|
|
@@ -202,7 +202,7 @@ const mt = (t, n) => {
|
|
|
202
202
|
}, qn = (t) => t.replace(".", "-"), at = Symbol.for("anzu:system-scope"), rt = Symbol.for("anzu:subject-scope"), xo = {
|
|
203
203
|
key: 0,
|
|
204
204
|
class: "required"
|
|
205
|
-
},
|
|
205
|
+
}, jf = /* @__PURE__ */ R({
|
|
206
206
|
__name: "AFormTextField",
|
|
207
207
|
props: {
|
|
208
208
|
modelValue: null,
|
|
@@ -224,10 +224,10 @@ const mt = (t, n) => {
|
|
|
224
224
|
}, c = () => {
|
|
225
225
|
var f;
|
|
226
226
|
n("blur", e.modelValue), (f = e.v) == null || f.$touch();
|
|
227
|
-
}, d =
|
|
227
|
+
}, d = _(() => {
|
|
228
228
|
var f, m;
|
|
229
229
|
return $(e.errorMessage) ? (m = (f = e.v) == null ? void 0 : f.$errors) != null && m.length ? [e.v.$errors.map((w) => w.$message).join(" ")] : [] : [e.errorMessage];
|
|
230
|
-
}), y =
|
|
230
|
+
}), y = _(() => {
|
|
231
231
|
var m, w;
|
|
232
232
|
if (!$(e.label))
|
|
233
233
|
return e.label;
|
|
@@ -235,7 +235,7 @@ const mt = (t, n) => {
|
|
|
235
235
|
return "";
|
|
236
236
|
const { end: f } = At((w = e.v) == null ? void 0 : w.$path, ".");
|
|
237
237
|
return a(o + "." + s + ".model." + f);
|
|
238
|
-
}), p =
|
|
238
|
+
}), p = _(() => {
|
|
239
239
|
var f, m;
|
|
240
240
|
return $(e.required) ? !!((f = e.v) != null && f.required && ((m = e.v) == null ? void 0 : m.required.$params.type) === "required") : e.required;
|
|
241
241
|
});
|
|
@@ -266,7 +266,7 @@ const mt = (t, n) => {
|
|
|
266
266
|
}), $o = {
|
|
267
267
|
key: 0,
|
|
268
268
|
class: "required"
|
|
269
|
-
},
|
|
269
|
+
}, Bf = /* @__PURE__ */ R({
|
|
270
270
|
__name: "AFormTextarea",
|
|
271
271
|
props: {
|
|
272
272
|
modelValue: null,
|
|
@@ -287,10 +287,10 @@ const mt = (t, n) => {
|
|
|
287
287
|
}, c = () => {
|
|
288
288
|
var f;
|
|
289
289
|
n("blur", e.modelValue), (f = e.v) == null || f.$touch();
|
|
290
|
-
}, d =
|
|
290
|
+
}, d = _(() => {
|
|
291
291
|
var f, m;
|
|
292
292
|
return $(e.errorMessage) ? (m = (f = e.v) == null ? void 0 : f.$errors) != null && m.length ? [e.v.$errors.map((w) => w.$message).join(" ")] : [] : [e.errorMessage];
|
|
293
|
-
}), y =
|
|
293
|
+
}), y = _(() => {
|
|
294
294
|
var m, w;
|
|
295
295
|
if (!$(e.label))
|
|
296
296
|
return e.label;
|
|
@@ -298,7 +298,7 @@ const mt = (t, n) => {
|
|
|
298
298
|
return "";
|
|
299
299
|
const { end: f } = At((w = e.v) == null ? void 0 : w.$path, ".");
|
|
300
300
|
return a(o + "." + s + ".model." + f);
|
|
301
|
-
}), p =
|
|
301
|
+
}), p = _(() => {
|
|
302
302
|
var f, m;
|
|
303
303
|
return $(e.required) ? !!((f = e.v) != null && f.required && ((m = e.v) == null ? void 0 : m.required.$params.type) === "required") : e.required;
|
|
304
304
|
});
|
|
@@ -329,7 +329,7 @@ const mt = (t, n) => {
|
|
|
329
329
|
}), Oo = {
|
|
330
330
|
key: 0,
|
|
331
331
|
class: "required"
|
|
332
|
-
},
|
|
332
|
+
}, Rf = /* @__PURE__ */ R({
|
|
333
333
|
__name: "AFormBooleanToggle",
|
|
334
334
|
props: {
|
|
335
335
|
modelValue: { default: null },
|
|
@@ -340,14 +340,14 @@ const mt = (t, n) => {
|
|
|
340
340
|
},
|
|
341
341
|
emits: ["update:modelValue"],
|
|
342
342
|
setup(t, { emit: n }) {
|
|
343
|
-
const e = t, a = De(at, void 0), o = De(rt, void 0), s =
|
|
343
|
+
const e = t, a = De(at, void 0), o = De(rt, void 0), s = _({
|
|
344
344
|
get() {
|
|
345
345
|
return e.modelValue;
|
|
346
346
|
},
|
|
347
347
|
set(y) {
|
|
348
348
|
n("update:modelValue", y);
|
|
349
349
|
}
|
|
350
|
-
}), { t: l } = X(), c =
|
|
350
|
+
}), { t: l } = X(), c = _(() => {
|
|
351
351
|
var p, f;
|
|
352
352
|
if (!$(e.label))
|
|
353
353
|
return e.label;
|
|
@@ -355,7 +355,7 @@ const mt = (t, n) => {
|
|
|
355
355
|
return "";
|
|
356
356
|
const { end: y } = At((f = e.v) == null ? void 0 : f.$path, ".");
|
|
357
357
|
return l(a + "." + o + ".model." + y);
|
|
358
|
-
}), d =
|
|
358
|
+
}), d = _(() => {
|
|
359
359
|
var y, p;
|
|
360
360
|
return $(e.required) ? !!((y = e.v) != null && y.required && ((p = e.v) == null ? void 0 : p.required.$params.type) === "required") : e.required;
|
|
361
361
|
});
|
|
@@ -370,13 +370,13 @@ const mt = (t, n) => {
|
|
|
370
370
|
]),
|
|
371
371
|
_: 1
|
|
372
372
|
})) : re("", !0),
|
|
373
|
-
|
|
373
|
+
S(In, {
|
|
374
374
|
modelValue: h(s),
|
|
375
375
|
"onUpdate:modelValue": p[0] || (p[0] = (f) => Ue(s) ? s.value = f : null),
|
|
376
376
|
mandatory: h(d)
|
|
377
377
|
}, {
|
|
378
378
|
default: C(() => [
|
|
379
|
-
|
|
379
|
+
S(de, {
|
|
380
380
|
value: !0,
|
|
381
381
|
"data-cy": "toggle-true"
|
|
382
382
|
}, {
|
|
@@ -385,7 +385,7 @@ const mt = (t, n) => {
|
|
|
385
385
|
]),
|
|
386
386
|
_: 1
|
|
387
387
|
}),
|
|
388
|
-
|
|
388
|
+
S(de, {
|
|
389
389
|
value: !1,
|
|
390
390
|
"data-cy": "toggle-false"
|
|
391
391
|
}, {
|
|
@@ -399,7 +399,7 @@ const mt = (t, n) => {
|
|
|
399
399
|
}, 8, ["modelValue", "mandatory"])
|
|
400
400
|
], 64));
|
|
401
401
|
}
|
|
402
|
-
}),
|
|
402
|
+
}), zf = /* @__PURE__ */ R({
|
|
403
403
|
__name: "ASystemEntityScope",
|
|
404
404
|
props: {
|
|
405
405
|
system: null,
|
|
@@ -416,7 +416,7 @@ const mt = (t, n) => {
|
|
|
416
416
|
a && typeof a == "object" && dr(a);
|
|
417
417
|
}
|
|
418
418
|
return Object.freeze(t);
|
|
419
|
-
},
|
|
419
|
+
}, Yf = (t) => Object.keys(t).map((n) => t[n]), cr = (t, n, e = ".") => {
|
|
420
420
|
const a = n.split(e);
|
|
421
421
|
let o = t;
|
|
422
422
|
for (; a.length; ) {
|
|
@@ -426,7 +426,7 @@ const mt = (t, n) => {
|
|
|
426
426
|
o = o[s];
|
|
427
427
|
}
|
|
428
428
|
return o;
|
|
429
|
-
},
|
|
429
|
+
}, Hf = (t, n, e, a = ".") => {
|
|
430
430
|
const o = n.split(a);
|
|
431
431
|
let s = t;
|
|
432
432
|
for (; o.length - 1; ) {
|
|
@@ -437,7 +437,7 @@ const mt = (t, n) => {
|
|
|
437
437
|
}
|
|
438
438
|
s[o[0]] = e;
|
|
439
439
|
};
|
|
440
|
-
function
|
|
440
|
+
function Jf(t, n, e = ".") {
|
|
441
441
|
const a = n.split(e), o = a.length - 1;
|
|
442
442
|
function s(l, c = 0) {
|
|
443
443
|
const d = a[c];
|
|
@@ -471,7 +471,7 @@ const Va = ["en", "sk"], Q = Jr({
|
|
|
471
471
|
label: "",
|
|
472
472
|
getLabel: () => ""
|
|
473
473
|
};
|
|
474
|
-
function
|
|
474
|
+
function Uf(t) {
|
|
475
475
|
const n = (s) => ({
|
|
476
476
|
...s,
|
|
477
477
|
getLabel: (l = "", c = "") => Eo(s, l, c)
|
|
@@ -488,7 +488,7 @@ var aa = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : t
|
|
|
488
488
|
function fr(t) {
|
|
489
489
|
return t && t.__esModule && Object.prototype.hasOwnProperty.call(t, "default") ? t.default : t;
|
|
490
490
|
}
|
|
491
|
-
var Gn = {},
|
|
491
|
+
var Gn = {}, No = {
|
|
492
492
|
get exports() {
|
|
493
493
|
return Gn;
|
|
494
494
|
},
|
|
@@ -500,15 +500,15 @@ var Gn = {}, Lo = {
|
|
|
500
500
|
(function(e, a) {
|
|
501
501
|
t.exports = a();
|
|
502
502
|
})(aa, function() {
|
|
503
|
-
var e = 1e3, a = 6e4, o = 36e5, s = "millisecond", l = "second", c = "minute", d = "hour", y = "day", p = "week", f = "month", m = "quarter", w = "year", j = "date", D = "Invalid Date",
|
|
503
|
+
var e = 1e3, a = 6e4, o = 36e5, s = "millisecond", l = "second", c = "minute", d = "hour", y = "day", p = "week", f = "month", m = "quarter", w = "year", j = "date", D = "Invalid Date", N = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, I = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(x) {
|
|
504
504
|
var g = ["th", "st", "nd", "rd"], b = x % 100;
|
|
505
505
|
return "[" + x + (g[(b - 20) % 10] || g[b] || g[0]) + "]";
|
|
506
|
-
} },
|
|
506
|
+
} }, L = function(x, g, b) {
|
|
507
507
|
var T = String(x);
|
|
508
508
|
return !T || T.length >= g ? x : "" + Array(g + 1 - T.length).join(b) + x;
|
|
509
|
-
}, H = { s:
|
|
509
|
+
}, H = { s: L, z: function(x) {
|
|
510
510
|
var g = -x.utcOffset(), b = Math.abs(g), T = Math.floor(b / 60), M = b % 60;
|
|
511
|
-
return (g <= 0 ? "+" : "-") +
|
|
511
|
+
return (g <= 0 ? "+" : "-") + L(T, 2, "0") + ":" + L(M, 2, "0");
|
|
512
512
|
}, m: function x(g, b) {
|
|
513
513
|
if (g.date() < b.date())
|
|
514
514
|
return -x(b, g);
|
|
@@ -523,7 +523,7 @@ var Gn = {}, Lo = {
|
|
|
523
523
|
} }, se = "en", ue = {};
|
|
524
524
|
ue[se] = I;
|
|
525
525
|
var ge = function(x) {
|
|
526
|
-
return x instanceof
|
|
526
|
+
return x instanceof _e;
|
|
527
527
|
}, we = function x(g, b, T) {
|
|
528
528
|
var M;
|
|
529
529
|
if (!g)
|
|
@@ -543,12 +543,12 @@ var Gn = {}, Lo = {
|
|
|
543
543
|
if (ge(x))
|
|
544
544
|
return x.clone();
|
|
545
545
|
var b = typeof g == "object" ? g : {};
|
|
546
|
-
return b.date = x, b.args = arguments, new
|
|
546
|
+
return b.date = x, b.args = arguments, new _e(b);
|
|
547
547
|
}, G = H;
|
|
548
548
|
G.l = we, G.i = ge, G.w = function(x, g) {
|
|
549
549
|
return ee(x, { locale: g.$L, utc: g.$u, x: g.$x, $offset: g.$offset });
|
|
550
550
|
};
|
|
551
|
-
var
|
|
551
|
+
var _e = function() {
|
|
552
552
|
function x(b) {
|
|
553
553
|
this.$L = we(b.locale, null, !0), this.parse(b);
|
|
554
554
|
}
|
|
@@ -563,7 +563,7 @@ var Gn = {}, Lo = {
|
|
|
563
563
|
if (M instanceof Date)
|
|
564
564
|
return new Date(M);
|
|
565
565
|
if (typeof M == "string" && !/Z$/i.test(M)) {
|
|
566
|
-
var J = M.match(
|
|
566
|
+
var J = M.match(N);
|
|
567
567
|
if (J) {
|
|
568
568
|
var K = J[2] - 1 || 0, ce = (J[7] || "0").substring(0, 3);
|
|
569
569
|
return z ? new Date(Date.UTC(J[1], K, J[3] || 1, J[4] || 0, J[5] || 0, J[6] || 0, ce)) : new Date(J[1], K, J[3] || 1, J[4] || 0, J[5] || 0, J[6] || 0, ce);
|
|
@@ -593,8 +593,8 @@ var Gn = {}, Lo = {
|
|
|
593
593
|
return this.$d.getTime();
|
|
594
594
|
}, g.startOf = function(b, T) {
|
|
595
595
|
var M = this, z = !!G.u(T) || T, J = G.p(b), K = function(Ae, pe) {
|
|
596
|
-
var
|
|
597
|
-
return z ?
|
|
596
|
+
var Ne = G.w(M.$u ? Date.UTC(M.$y, pe, Ae) : new Date(M.$y, pe, Ae), M);
|
|
597
|
+
return z ? Ne : Ne.endOf(y);
|
|
598
598
|
}, ce = function(Ae, pe) {
|
|
599
599
|
return G.w(M.toDate()[Ae].apply(M.toDate("s"), (z ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(pe)), M);
|
|
600
600
|
}, fe = this.$W, ve = this.$M, Ee = this.$D, Ce = "set" + (this.$u ? "UTC" : "");
|
|
@@ -655,16 +655,16 @@ var Gn = {}, Lo = {
|
|
|
655
655
|
var T = this, M = this.$locale();
|
|
656
656
|
if (!this.isValid())
|
|
657
657
|
return M.invalidDate || D;
|
|
658
|
-
var z = b || "YYYY-MM-DDTHH:mm:ssZ", J = G.z(this), K = this.$H, ce = this.$m, fe = this.$M, ve = M.weekdays, Ee = M.months, Ce = function(pe,
|
|
659
|
-
return pe && (pe[
|
|
658
|
+
var z = b || "YYYY-MM-DDTHH:mm:ssZ", J = G.z(this), K = this.$H, ce = this.$m, fe = this.$M, ve = M.weekdays, Ee = M.months, Ce = function(pe, Ne, Ze, Re) {
|
|
659
|
+
return pe && (pe[Ne] || pe(T, z)) || Ze[Ne].slice(0, Re);
|
|
660
660
|
}, Be = function(pe) {
|
|
661
661
|
return G.s(K % 12 || 12, pe, "0");
|
|
662
|
-
}, Fe = M.meridiem || function(pe,
|
|
662
|
+
}, Fe = M.meridiem || function(pe, Ne, Ze) {
|
|
663
663
|
var Re = pe < 12 ? "AM" : "PM";
|
|
664
664
|
return Ze ? Re.toLowerCase() : Re;
|
|
665
665
|
}, Ae = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: fe + 1, MM: G.s(fe + 1, 2, "0"), MMM: Ce(M.monthsShort, fe, Ee, 3), MMMM: Ce(Ee, fe), D: this.$D, DD: G.s(this.$D, 2, "0"), d: String(this.$W), dd: Ce(M.weekdaysMin, this.$W, ve, 2), ddd: Ce(M.weekdaysShort, this.$W, ve, 3), dddd: ve[this.$W], H: String(K), HH: G.s(K, 2, "0"), h: Be(1), hh: Be(2), a: Fe(K, ce, !0), A: Fe(K, ce, !1), m: String(ce), mm: G.s(ce, 2, "0"), s: String(this.$s), ss: G.s(this.$s, 2, "0"), SSS: G.s(this.$ms, 3, "0"), Z: J };
|
|
666
|
-
return z.replace(P, function(pe,
|
|
667
|
-
return
|
|
666
|
+
return z.replace(P, function(pe, Ne) {
|
|
667
|
+
return Ne || Ae[pe] || J.replace(":", "");
|
|
668
668
|
});
|
|
669
669
|
}, g.utcOffset = function() {
|
|
670
670
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
@@ -691,20 +691,20 @@ var Gn = {}, Lo = {
|
|
|
691
691
|
}, g.toString = function() {
|
|
692
692
|
return this.$d.toUTCString();
|
|
693
693
|
}, x;
|
|
694
|
-
}(), Te =
|
|
694
|
+
}(), Te = _e.prototype;
|
|
695
695
|
return ee.prototype = Te, [["$ms", s], ["$s", l], ["$m", c], ["$H", d], ["$W", y], ["$M", f], ["$y", w], ["$D", j]].forEach(function(x) {
|
|
696
696
|
Te[x[1]] = function(g) {
|
|
697
697
|
return this.$g(g, x[0], x[1]);
|
|
698
698
|
};
|
|
699
699
|
}), ee.extend = function(x, g) {
|
|
700
|
-
return x.$i || (x(g,
|
|
700
|
+
return x.$i || (x(g, _e, ee), x.$i = !0), ee;
|
|
701
701
|
}, ee.locale = we, ee.isDayjs = ge, ee.unix = function(x) {
|
|
702
702
|
return ee(1e3 * x);
|
|
703
703
|
}, ee.en = ue[se], ee.Ls = ue, ee.p = {}, ee;
|
|
704
704
|
});
|
|
705
|
-
})(
|
|
705
|
+
})(No);
|
|
706
706
|
const be = Gn;
|
|
707
|
-
var Kn = {},
|
|
707
|
+
var Kn = {}, Lo = {
|
|
708
708
|
get exports() {
|
|
709
709
|
return Kn;
|
|
710
710
|
},
|
|
@@ -720,11 +720,11 @@ var Kn = {}, No = {
|
|
|
720
720
|
return function(s, l, c) {
|
|
721
721
|
var d = l.prototype;
|
|
722
722
|
c.utc = function(D) {
|
|
723
|
-
var
|
|
724
|
-
return new l(
|
|
723
|
+
var N = { date: D, utc: !0, args: arguments };
|
|
724
|
+
return new l(N);
|
|
725
725
|
}, d.utc = function(D) {
|
|
726
|
-
var
|
|
727
|
-
return D ?
|
|
726
|
+
var N = c(this.toDate(), { locale: this.$L, utc: !0 });
|
|
727
|
+
return D ? N.add(this.utcOffset(), e) : N;
|
|
728
728
|
}, d.local = function() {
|
|
729
729
|
return c(this.toDate(), { locale: this.$L, utc: !1 });
|
|
730
730
|
};
|
|
@@ -741,7 +741,7 @@ var Kn = {}, No = {
|
|
|
741
741
|
p.call(this);
|
|
742
742
|
};
|
|
743
743
|
var f = d.utcOffset;
|
|
744
|
-
d.utcOffset = function(D,
|
|
744
|
+
d.utcOffset = function(D, N) {
|
|
745
745
|
var P = this.$utils().u;
|
|
746
746
|
if (P(D))
|
|
747
747
|
return this.$u ? 0 : P(this.$offset) ? f.call(this) : this.$offset;
|
|
@@ -754,20 +754,20 @@ var Kn = {}, No = {
|
|
|
754
754
|
return ee === 0 ? 0 : we === "+" ? ee : -ee;
|
|
755
755
|
}(D), D === null))
|
|
756
756
|
return this;
|
|
757
|
-
var I = Math.abs(D) <= 16 ? 60 * D : D,
|
|
758
|
-
if (
|
|
759
|
-
return
|
|
757
|
+
var I = Math.abs(D) <= 16 ? 60 * D : D, L = this;
|
|
758
|
+
if (N)
|
|
759
|
+
return L.$offset = I, L.$u = D === 0, L;
|
|
760
760
|
if (D !== 0) {
|
|
761
761
|
var H = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
762
|
-
(
|
|
762
|
+
(L = this.local().add(I + H, e)).$offset = I, L.$x.$localOffset = H;
|
|
763
763
|
} else
|
|
764
|
-
|
|
765
|
-
return
|
|
764
|
+
L = this.utc();
|
|
765
|
+
return L;
|
|
766
766
|
};
|
|
767
767
|
var m = d.format;
|
|
768
768
|
d.format = function(D) {
|
|
769
|
-
var
|
|
770
|
-
return m.call(this,
|
|
769
|
+
var N = D || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
|
|
770
|
+
return m.call(this, N);
|
|
771
771
|
}, d.valueOf = function() {
|
|
772
772
|
var D = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
|
|
773
773
|
return this.$d.valueOf() - 6e4 * D;
|
|
@@ -783,25 +783,25 @@ var Kn = {}, No = {
|
|
|
783
783
|
return D === "s" && this.$offset ? c(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : w.call(this);
|
|
784
784
|
};
|
|
785
785
|
var j = d.diff;
|
|
786
|
-
d.diff = function(D,
|
|
786
|
+
d.diff = function(D, N, P) {
|
|
787
787
|
if (D && this.$u === D.$u)
|
|
788
|
-
return j.call(this, D,
|
|
789
|
-
var I = this.local(),
|
|
790
|
-
return j.call(I,
|
|
788
|
+
return j.call(this, D, N, P);
|
|
789
|
+
var I = this.local(), L = c(D).local();
|
|
790
|
+
return j.call(I, L, N, P);
|
|
791
791
|
};
|
|
792
792
|
};
|
|
793
793
|
});
|
|
794
|
-
})(
|
|
794
|
+
})(Lo);
|
|
795
795
|
const Vo = Kn;
|
|
796
796
|
be.extend(Vo);
|
|
797
|
-
const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000000Z", pr = "2100-01-01T00:00:00.000000Z", jo = () => be().utc().toDate(),
|
|
797
|
+
const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000000Z", pr = "2100-01-01T00:00:00.000000Z", jo = () => be().utc().toDate(), Wf = () => So(be().utc().unix()), An = (t = !0, n = !1) => t && !n ? be().utc().format("YYYY-MM-DDTHH:mm:ss") + ft : t && n ? be().utc().format("YYYY-MM-DDTHH:mm:00") + ft : !t && n ? be().utc().format("YYYY-MM-DDTHH:mm:00.SSSSSS") + "Z" : be().utc().format("YYYY-MM-DDTHH:mm:ss.SSSSSS") + "Z", qf = (t = 0) => t === 0 ? be().startOf("day").utc().format(Mn) + ft : be().add(t, "days").startOf("day").utc().format(Mn) + ft, Gf = (t = 0) => t === 0 ? be().endOf("day").utc().format(Mn) + ft : be().add(t, "days").endOf("day").utc().format(Mn) + ft, Kf = (t = 0, n = null) => {
|
|
798
798
|
if (n === null && (n = new Date()), t === 0)
|
|
799
799
|
return n;
|
|
800
800
|
if (t > 0)
|
|
801
801
|
return be(n).add(t, "minutes").toDate();
|
|
802
802
|
if (t < 0)
|
|
803
803
|
return be(n).subtract(t, "minutes").toDate();
|
|
804
|
-
}, Bo = (t) => be(t).utc().format("YYYY-MM-DDTHH:mm:ss") + ft,
|
|
804
|
+
}, Bo = (t) => be(t).utc().format("YYYY-MM-DDTHH:mm:ss") + ft, Zf = () => be().utc().format("YYYY"), Ro = (t, n = "") => t === pr || t === mr || t === "" || ke(t) || $(t) ? n : be(t).format("DD.MM.YYYY HH:mm"), zo = (t, n = "") => {
|
|
805
805
|
if (t === pr || t === mr || t === "" || ke(t) || $(t))
|
|
806
806
|
return n;
|
|
807
807
|
let e = !0, a = !0;
|
|
@@ -814,7 +814,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
814
814
|
column: null
|
|
815
815
|
},
|
|
816
816
|
setup(t) {
|
|
817
|
-
const n = t, e =
|
|
817
|
+
const n = t, e = _(() => cr(n.rowData, n.column.name)), a = _(() => n.column.type === "datetime" || Po.includes(n.column.name) ? zo(e.value) : e.value), o = _(() => typeof e.value == "boolean");
|
|
818
818
|
return (s, l) => (k(), U("td", null, [
|
|
819
819
|
Pe(s.$slots, h(qn)(t.column.name), { data: h(e) }, () => [
|
|
820
820
|
h(o) ? (k(), B(bo, {
|
|
@@ -825,7 +825,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
825
825
|
])
|
|
826
826
|
]));
|
|
827
827
|
}
|
|
828
|
-
}), Jo = { key: 0 }, Uo = ["onClick"], Wo = { key: 0 }, qo = { class: "d-flex justify-end" }, Go = { key: 1 }, Ko = ["colspan"],
|
|
828
|
+
}), Jo = { key: 0 }, Uo = ["onClick"], Wo = { key: 0 }, qo = { class: "d-flex justify-end" }, Go = { key: 1 }, Ko = ["colspan"], Qf = /* @__PURE__ */ R({
|
|
829
829
|
__name: "ADatatable",
|
|
830
830
|
props: {
|
|
831
831
|
data: null,
|
|
@@ -834,9 +834,9 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
834
834
|
},
|
|
835
835
|
emits: ["rowClick"],
|
|
836
836
|
setup(t, { emit: n }) {
|
|
837
|
-
const e = t, a =
|
|
837
|
+
const e = t, a = _(() => e.columns.availableColumns.value), o = (p) => {
|
|
838
838
|
n("rowClick", p);
|
|
839
|
-
}, s = De(at, void 0), l = De(rt, void 0), c =
|
|
839
|
+
}, s = De(at, void 0), l = De(rt, void 0), c = _(() => !Ao(e.data)), d = _(() => {
|
|
840
840
|
let p = e.columns.availableColumns.value.length;
|
|
841
841
|
return e.actions && ++p, p;
|
|
842
842
|
}), { t: y } = X();
|
|
@@ -888,7 +888,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
888
888
|
}), Zo = { class: "anzu-data-footer" }, Qo = {
|
|
889
889
|
key: 0,
|
|
890
890
|
class: "anzu-data-footer__page-limit"
|
|
891
|
-
}, Xo = { class: "anzu-data-footer__pagination" }, ei = { class: "anzu-data-footer__icons-before" }, ti = { class: "current-page" }, ni = { class: "anzu-data-footer__icons-after" },
|
|
891
|
+
}, Xo = { class: "anzu-data-footer__pagination" }, ei = { class: "anzu-data-footer__icons-before" }, ti = { class: "current-page" }, ni = { class: "anzu-data-footer__icons-after" }, Xf = /* @__PURE__ */ R({
|
|
892
892
|
__name: "ADatatablePagination",
|
|
893
893
|
props: {
|
|
894
894
|
modelValue: null,
|
|
@@ -897,36 +897,36 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
897
897
|
},
|
|
898
898
|
emits: ["change", "update:modelValue"],
|
|
899
899
|
setup(t, { emit: n }) {
|
|
900
|
-
const e = t, a =
|
|
900
|
+
const e = t, a = _({
|
|
901
901
|
get() {
|
|
902
902
|
return e.modelValue;
|
|
903
903
|
},
|
|
904
904
|
set(I) {
|
|
905
905
|
n("update:modelValue", Bt(I));
|
|
906
906
|
}
|
|
907
|
-
}), { t: o } = X(), s =
|
|
908
|
-
ct(m, (I,
|
|
909
|
-
I !==
|
|
907
|
+
}), { t: o } = X(), s = _(() => Math.ceil(a.value.totalCount / a.value.rowsPerPage)), l = _(() => a.value.page * a.value.rowsPerPage - a.value.rowsPerPage + 1), c = _(() => a.value.page * a.value.rowsPerPage - a.value.rowsPerPage + a.value.currentViewCount), d = _(() => a.value.page === 1), y = _(() => !ke(a.value.hasNextPage) || a.value.page === s.value), p = _(() => ke(a.value.hasNextPage) && a.value.page === s.value || a.value.hasNextPage === !1), f = _(() => ke(a.value.hasNextPage) ? a.value.totalCount : a.value.hasNextPage ? c.value + 1 + "+" : c.value), m = _(() => a.value.rowsPerPage);
|
|
908
|
+
ct(m, (I, L) => {
|
|
909
|
+
I !== L && (a.value.page = 1, n("change"));
|
|
910
910
|
});
|
|
911
|
-
const w =
|
|
912
|
-
ct(w, (I,
|
|
913
|
-
I !==
|
|
911
|
+
const w = _(() => a.value.page);
|
|
912
|
+
ct(w, (I, L) => {
|
|
913
|
+
I !== L && n("change");
|
|
914
914
|
});
|
|
915
915
|
const j = () => {
|
|
916
916
|
a.value.page = 1;
|
|
917
917
|
}, D = () => {
|
|
918
918
|
a.value.page = s.value;
|
|
919
|
-
},
|
|
919
|
+
}, N = () => {
|
|
920
920
|
a.value.page = a.value.page - 1;
|
|
921
921
|
}, P = () => {
|
|
922
922
|
a.value.page = a.value.page + 1;
|
|
923
923
|
};
|
|
924
|
-
return (I,
|
|
924
|
+
return (I, L) => (k(), U("div", Zo, [
|
|
925
925
|
t.hideRecordsPerPage ? re("", !0) : (k(), U("div", Qo, [
|
|
926
926
|
Z(V(h(o)("common.system.datatable.itemsPerPage")) + ": ", 1),
|
|
927
|
-
|
|
927
|
+
S(In, {
|
|
928
928
|
modelValue: h(a).rowsPerPage,
|
|
929
|
-
"onUpdate:modelValue":
|
|
929
|
+
"onUpdate:modelValue": L[0] || (L[0] = (H) => h(a).rowsPerPage = H),
|
|
930
930
|
class: "ml-2",
|
|
931
931
|
density: "compact",
|
|
932
932
|
mandatory: "",
|
|
@@ -952,33 +952,33 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
952
952
|
])),
|
|
953
953
|
ie("div", Xo, V(h(l)) + " - " + V(h(c)) + " " + V(h(o)("common.system.datatable.from")) + " " + V(h(f)), 1),
|
|
954
954
|
ie("div", ei, [
|
|
955
|
-
|
|
955
|
+
S(de, {
|
|
956
956
|
disabled: h(d),
|
|
957
957
|
icon: "mdi-page-first",
|
|
958
958
|
size: "small",
|
|
959
959
|
variant: "text",
|
|
960
960
|
onClick: le(j, ["stop"])
|
|
961
961
|
}, null, 8, ["disabled", "onClick"]),
|
|
962
|
-
|
|
962
|
+
S(de, {
|
|
963
963
|
disabled: h(d),
|
|
964
964
|
icon: "mdi-chevron-left",
|
|
965
965
|
size: "small",
|
|
966
966
|
variant: "text",
|
|
967
|
-
onClick: le(
|
|
967
|
+
onClick: le(N, ["stop"])
|
|
968
968
|
}, null, 8, ["disabled", "onClick"])
|
|
969
969
|
]),
|
|
970
970
|
ie("div", ti, [
|
|
971
971
|
ie("span", null, V(h(a).page), 1)
|
|
972
972
|
]),
|
|
973
973
|
ie("div", ni, [
|
|
974
|
-
|
|
974
|
+
S(de, {
|
|
975
975
|
disabled: h(p),
|
|
976
976
|
icon: "mdi-chevron-right",
|
|
977
977
|
size: "small",
|
|
978
978
|
variant: "text",
|
|
979
979
|
onClick: le(P, ["stop"])
|
|
980
980
|
}, null, 8, ["disabled", "onClick"]),
|
|
981
|
-
|
|
981
|
+
S(de, {
|
|
982
982
|
disabled: h(y),
|
|
983
983
|
icon: "mdi-page-last",
|
|
984
984
|
size: "small",
|
|
@@ -989,7 +989,7 @@ const ft = ".000000Z", Mn = "YYYY-MM-DDTHH:mm:ss", mr = "1970-01-01T00:00:00.000
|
|
|
989
989
|
]));
|
|
990
990
|
}
|
|
991
991
|
});
|
|
992
|
-
function
|
|
992
|
+
function em(t, n) {
|
|
993
993
|
return (e = {}) => {
|
|
994
994
|
const a = $(e.variant) ? "eq" : e.variant;
|
|
995
995
|
let o = $(e.default) ? null : e.default;
|
|
@@ -1030,7 +1030,7 @@ function ra() {
|
|
|
1030
1030
|
}
|
|
1031
1031
|
};
|
|
1032
1032
|
}
|
|
1033
|
-
const
|
|
1033
|
+
const tm = /* @__PURE__ */ R({
|
|
1034
1034
|
__name: "AFilterString",
|
|
1035
1035
|
props: {
|
|
1036
1036
|
modelValue: null,
|
|
@@ -1038,14 +1038,14 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1038
1038
|
},
|
|
1039
1039
|
emits: ["update:modelValue"],
|
|
1040
1040
|
setup(t, { emit: n }) {
|
|
1041
|
-
const e = t, a =
|
|
1041
|
+
const e = t, a = _({
|
|
1042
1042
|
get() {
|
|
1043
1043
|
return e.modelValue.model;
|
|
1044
1044
|
},
|
|
1045
1045
|
set(c) {
|
|
1046
1046
|
n("update:modelValue", { ...e.modelValue, model: c });
|
|
1047
1047
|
}
|
|
1048
|
-
}), { clearOne: o } = ra(), { t: s } = X(), l =
|
|
1048
|
+
}), { clearOne: o } = ra(), { t: s } = X(), l = _(() => e.modelValue.titleT ? s(e.modelValue.titleT) : void 0);
|
|
1049
1049
|
return (c, d) => (k(), B(Pn, {
|
|
1050
1050
|
modelValue: h(a),
|
|
1051
1051
|
"onUpdate:modelValue": d[0] || (d[0] = (y) => Ue(a) ? a.value = y : null),
|
|
@@ -1055,7 +1055,7 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1055
1055
|
"onClick:clear": d[1] || (d[1] = le((y) => h(o)(t.modelValue), ["stop"]))
|
|
1056
1056
|
}, null, 8, ["modelValue", "label", "clearable", "data-cy"]));
|
|
1057
1057
|
}
|
|
1058
|
-
}),
|
|
1058
|
+
}), nm = /* @__PURE__ */ R({
|
|
1059
1059
|
__name: "AFilterInteger",
|
|
1060
1060
|
props: {
|
|
1061
1061
|
modelValue: null,
|
|
@@ -1063,14 +1063,14 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1063
1063
|
},
|
|
1064
1064
|
emits: ["update:modelValue"],
|
|
1065
1065
|
setup(t, { emit: n }) {
|
|
1066
|
-
const e = t, a =
|
|
1066
|
+
const e = t, a = _({
|
|
1067
1067
|
get() {
|
|
1068
1068
|
return e.modelValue.model;
|
|
1069
1069
|
},
|
|
1070
1070
|
set(c) {
|
|
1071
1071
|
n("update:modelValue", { ...e.modelValue, model: c });
|
|
1072
1072
|
}
|
|
1073
|
-
}), { clearOne: o } = ra(), { t: s } = X(), l =
|
|
1073
|
+
}), { clearOne: o } = ra(), { t: s } = X(), l = _(() => e.modelValue.titleT ? s(e.modelValue.titleT) : void 0);
|
|
1074
1074
|
return (c, d) => (k(), B(Pn, {
|
|
1075
1075
|
modelValue: h(a),
|
|
1076
1076
|
"onUpdate:modelValue": d[0] || (d[0] = (y) => Ue(a) ? a.value = y : null),
|
|
@@ -1129,11 +1129,11 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1129
1129
|
onClick: le(e, ["stop"])
|
|
1130
1130
|
}, {
|
|
1131
1131
|
default: C(() => [
|
|
1132
|
-
|
|
1132
|
+
S(he, {
|
|
1133
1133
|
color: "grey darken-1",
|
|
1134
1134
|
icon: "mdi-filter-remove-outline"
|
|
1135
1135
|
}),
|
|
1136
|
-
|
|
1136
|
+
S(Ke, {
|
|
1137
1137
|
activator: "parent",
|
|
1138
1138
|
location: "bottom"
|
|
1139
1139
|
}, {
|
|
@@ -1157,7 +1157,7 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1157
1157
|
setup(t, { emit: n }) {
|
|
1158
1158
|
const e = te(!1), a = (l) => {
|
|
1159
1159
|
et(l), e.value = !e.value, n("advancedFilter");
|
|
1160
|
-
}, o =
|
|
1160
|
+
}, o = _(() => e.value ? "mdi-chevron-double-up" : "mdi-chevron-double-down"), { t: s } = X();
|
|
1161
1161
|
return (l, c) => (k(), B(de, {
|
|
1162
1162
|
class: Me(t.buttonClass),
|
|
1163
1163
|
"data-cy": t.dataCy,
|
|
@@ -1167,8 +1167,8 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1167
1167
|
onClick: le(a, ["stop"])
|
|
1168
1168
|
}, {
|
|
1169
1169
|
default: C(() => [
|
|
1170
|
-
|
|
1171
|
-
|
|
1170
|
+
S(he, { icon: h(o) }, null, 8, ["icon"]),
|
|
1171
|
+
S(Ke, {
|
|
1172
1172
|
activator: "parent",
|
|
1173
1173
|
location: "bottom"
|
|
1174
1174
|
}, {
|
|
@@ -1181,7 +1181,7 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1181
1181
|
_: 1
|
|
1182
1182
|
}, 8, ["class", "data-cy", "onClick"]));
|
|
1183
1183
|
}
|
|
1184
|
-
}),
|
|
1184
|
+
}), am = /* @__PURE__ */ R({
|
|
1185
1185
|
__name: "AFilterWrapper",
|
|
1186
1186
|
props: {
|
|
1187
1187
|
enableAdvanced: { type: Boolean, default: !1 },
|
|
@@ -1201,7 +1201,7 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1201
1201
|
dense: ""
|
|
1202
1202
|
}, {
|
|
1203
1203
|
default: C(() => [
|
|
1204
|
-
|
|
1204
|
+
S(Et, { class: "" }, {
|
|
1205
1205
|
default: C(() => [
|
|
1206
1206
|
Pe(s.$slots, "top")
|
|
1207
1207
|
]),
|
|
@@ -1210,7 +1210,7 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1210
1210
|
]),
|
|
1211
1211
|
_: 3
|
|
1212
1212
|
})) : re("", !0),
|
|
1213
|
-
|
|
1213
|
+
S(Wn, { dense: "" }, {
|
|
1214
1214
|
default: C(() => [
|
|
1215
1215
|
t.enableAdvanced ? (k(), B(Et, {
|
|
1216
1216
|
key: 0,
|
|
@@ -1218,14 +1218,14 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1218
1218
|
cols: "auto"
|
|
1219
1219
|
}, {
|
|
1220
1220
|
default: C(() => [
|
|
1221
|
-
|
|
1221
|
+
S(oi, {
|
|
1222
1222
|
"button-active": a.value,
|
|
1223
1223
|
onAdvancedFilter: o
|
|
1224
1224
|
}, null, 8, ["button-active"])
|
|
1225
1225
|
]),
|
|
1226
1226
|
_: 1
|
|
1227
1227
|
})) : re("", !0),
|
|
1228
|
-
|
|
1228
|
+
S(Et, { class: "" }, {
|
|
1229
1229
|
default: C(() => [
|
|
1230
1230
|
Pe(s.$slots, "default"),
|
|
1231
1231
|
t.enableAdvanced ? (k(), B(Kr, { key: 0 }, {
|
|
@@ -1248,8 +1248,8 @@ const Kf = /* @__PURE__ */ R({
|
|
|
1248
1248
|
}, {
|
|
1249
1249
|
default: C(() => [
|
|
1250
1250
|
Pe(s.$slots, "buttons", {}, () => [
|
|
1251
|
-
|
|
1252
|
-
|
|
1251
|
+
S(ai),
|
|
1252
|
+
S(ri, { onReset: e })
|
|
1253
1253
|
])
|
|
1254
1254
|
]),
|
|
1255
1255
|
_: 3
|
|
@@ -1287,7 +1287,7 @@ function hr() {
|
|
|
1287
1287
|
getGrantOption: (a) => n.value.find((o) => o.value === a)
|
|
1288
1288
|
};
|
|
1289
1289
|
}
|
|
1290
|
-
const
|
|
1290
|
+
const rm = /* @__PURE__ */ R({
|
|
1291
1291
|
__name: "APermissionGrantEditor",
|
|
1292
1292
|
props: {
|
|
1293
1293
|
availableGrants: null,
|
|
@@ -1295,7 +1295,7 @@ const Xf = /* @__PURE__ */ R({
|
|
|
1295
1295
|
},
|
|
1296
1296
|
emits: ["change"],
|
|
1297
1297
|
setup(t, { emit: n }) {
|
|
1298
|
-
const e = t, a =
|
|
1298
|
+
const e = t, a = _({
|
|
1299
1299
|
get() {
|
|
1300
1300
|
return e.selectedGrant;
|
|
1301
1301
|
},
|
|
@@ -1361,14 +1361,14 @@ function ii() {
|
|
|
1361
1361
|
const si = {
|
|
1362
1362
|
key: 0,
|
|
1363
1363
|
class: "ml-1"
|
|
1364
|
-
},
|
|
1364
|
+
}, om = /* @__PURE__ */ R({
|
|
1365
1365
|
__name: "APermissionValueChip",
|
|
1366
1366
|
props: {
|
|
1367
1367
|
grant: null,
|
|
1368
1368
|
grantOrigin: null
|
|
1369
1369
|
},
|
|
1370
1370
|
setup(t) {
|
|
1371
|
-
const n = t, { getGrantOption: e } = hr(), a =
|
|
1371
|
+
const n = t, { getGrantOption: e } = hr(), a = _(() => e(n.grant)), { getGrantOriginOption: o } = ii(), s = _(() => o(n.grantOrigin));
|
|
1372
1372
|
return (l, c) => h(a) ? (k(), B(zt, {
|
|
1373
1373
|
key: 0,
|
|
1374
1374
|
color: h(a).color,
|
|
@@ -1402,7 +1402,7 @@ function di(t) {
|
|
|
1402
1402
|
});
|
|
1403
1403
|
} };
|
|
1404
1404
|
}
|
|
1405
|
-
const
|
|
1405
|
+
const Sn = di(), vr = /* @__PURE__ */ new Map(), Ba = {
|
|
1406
1406
|
x: ["left", "center", "right"],
|
|
1407
1407
|
y: ["top", "bottom"]
|
|
1408
1408
|
}, ci = ((t) => () => t++)(0), fi = (t) => typeof t != "string" ? [] : t.split(/\s+/gi).filter((n) => n), mi = (t) => {
|
|
@@ -1640,7 +1640,7 @@ const wi = /* @__PURE__ */ oa(yi, [["render", bi]]), jn = "[-+]?[0-9]*.?[0-9]+",
|
|
|
1640
1640
|
}
|
|
1641
1641
|
},
|
|
1642
1642
|
mounted() {
|
|
1643
|
-
|
|
1643
|
+
Sn.on("add", this.addItem), Sn.on("close", this.closeItem);
|
|
1644
1644
|
},
|
|
1645
1645
|
methods: {
|
|
1646
1646
|
destroyIfNecessary(t) {
|
|
@@ -1727,7 +1727,7 @@ const wi = /* @__PURE__ */ oa(yi, [["render", bi]]), jn = "[-+]?[0-9]*.?[0-9]+",
|
|
|
1727
1727
|
this.list = this.list.filter((t) => t.state !== gn.DESTROYED);
|
|
1728
1728
|
}
|
|
1729
1729
|
}
|
|
1730
|
-
}), Mi = ["data-id"], Ai = ["onClick"],
|
|
1730
|
+
}), Mi = ["data-id"], Ai = ["onClick"], Si = ["innerHTML"], _i = ["innerHTML"];
|
|
1731
1731
|
function Ti(t, n, e, a, o, s) {
|
|
1732
1732
|
return k(), U("div", {
|
|
1733
1733
|
class: "vue-notification-group",
|
|
@@ -1761,11 +1761,11 @@ function Ti(t, n, e, a, o, s) {
|
|
|
1761
1761
|
key: 0,
|
|
1762
1762
|
class: "notification-title",
|
|
1763
1763
|
innerHTML: l.title
|
|
1764
|
-
}, null, 8,
|
|
1764
|
+
}, null, 8, Si)) : re("", !0),
|
|
1765
1765
|
ie("div", {
|
|
1766
1766
|
class: "notification-content",
|
|
1767
1767
|
innerHTML: l.text
|
|
1768
|
-
}, null, 8,
|
|
1768
|
+
}, null, 8, _i)
|
|
1769
1769
|
], 10, Ai)
|
|
1770
1770
|
])
|
|
1771
1771
|
], 44, Mi))), 128))
|
|
@@ -1775,10 +1775,10 @@ function Ti(t, n, e, a, o, s) {
|
|
|
1775
1775
|
], 4);
|
|
1776
1776
|
}
|
|
1777
1777
|
const xi = /* @__PURE__ */ oa(Ci, [["render", Ti]]), Ge = (t) => {
|
|
1778
|
-
typeof t == "string" && (t = { title: "", text: t }), typeof t == "object" &&
|
|
1778
|
+
typeof t == "string" && (t = { title: "", text: t }), typeof t == "object" && Sn.emit("add", t);
|
|
1779
1779
|
};
|
|
1780
1780
|
Ge.close = (t) => {
|
|
1781
|
-
|
|
1781
|
+
Sn.emit("close", t);
|
|
1782
1782
|
};
|
|
1783
1783
|
function $i(t, n = {}) {
|
|
1784
1784
|
Object.entries(n).forEach((a) => vr.set(...a));
|
|
@@ -1799,7 +1799,7 @@ const Oi = {
|
|
|
1799
1799
|
console.error("vite-plugin-css-injected-by-js", e);
|
|
1800
1800
|
}
|
|
1801
1801
|
})();
|
|
1802
|
-
const Fn = Symbol("currentUser"), yr = Symbol("customAclResolver"), br = Symbol("availableLanguages"), wr = Symbol("defaultLanguage"),
|
|
1802
|
+
const Fn = Symbol("currentUser"), yr = Symbol("customAclResolver"), br = Symbol("availableLanguages"), wr = Symbol("defaultLanguage"), im = {
|
|
1803
1803
|
install(t, n) {
|
|
1804
1804
|
t.provide(Fn, n.currentUser), t.provide(yr, n.customAclResolver), t.provide(br, n.languages.available), t.provide(wr, n.languages.default), t.component("Acl", Ii), t.use(Oi, { componentName: "Notifications" });
|
|
1805
1805
|
}
|
|
@@ -1808,7 +1808,7 @@ function Pi(t) {
|
|
|
1808
1808
|
const n = $(t) || $(t.disableInject), e = (t == null ? void 0 : t.currentUser) ?? (n ? De(Fn, void 0) : void 0), a = (t == null ? void 0 : t.customAclProvider) ?? (n ? De(yr, void 0) : void 0), o = (d, y) => {
|
|
1809
1809
|
if ($(e))
|
|
1810
1810
|
throw new Error("Composable useAcl can be used as a global state without providing current user as a parameter.");
|
|
1811
|
-
if (
|
|
1811
|
+
if (Na(a) && Na(a.can))
|
|
1812
1812
|
return a.can(d, y);
|
|
1813
1813
|
if ($(e.value) || e.value.id === 0)
|
|
1814
1814
|
return !1;
|
|
@@ -1868,7 +1868,7 @@ const Ii = /* @__PURE__ */ R({
|
|
|
1868
1868
|
edgeDateValue: { default: "n/a" }
|
|
1869
1869
|
},
|
|
1870
1870
|
setup(t) {
|
|
1871
|
-
const n = t, e =
|
|
1871
|
+
const n = t, e = _(() => Ro(n.dateTime, n.edgeDateValue));
|
|
1872
1872
|
return (a, o) => V(h(e));
|
|
1873
1873
|
}
|
|
1874
1874
|
});
|
|
@@ -2072,7 +2072,7 @@ function Ve(t) {
|
|
|
2072
2072
|
}
|
|
2073
2073
|
}
|
|
2074
2074
|
var zn = function() {
|
|
2075
|
-
},
|
|
2075
|
+
}, _n = function(t, n, e) {
|
|
2076
2076
|
return e.months[n ? "shorthand" : "longhand"][t];
|
|
2077
2077
|
}, Ei = {
|
|
2078
2078
|
D: zn,
|
|
@@ -2163,18 +2163,18 @@ var zn = function() {
|
|
|
2163
2163
|
u: "(.+)",
|
|
2164
2164
|
w: "(\\d\\d|\\d)",
|
|
2165
2165
|
y: "(\\d{2})"
|
|
2166
|
-
},
|
|
2166
|
+
}, Nt = {
|
|
2167
2167
|
Z: function(t) {
|
|
2168
2168
|
return t.toISOString();
|
|
2169
2169
|
},
|
|
2170
2170
|
D: function(t, n, e) {
|
|
2171
|
-
return n.weekdays.shorthand[
|
|
2171
|
+
return n.weekdays.shorthand[Nt.w(t, n, e)];
|
|
2172
2172
|
},
|
|
2173
2173
|
F: function(t, n, e) {
|
|
2174
|
-
return
|
|
2174
|
+
return _n(Nt.n(t, n, e) - 1, !1, n);
|
|
2175
2175
|
},
|
|
2176
2176
|
G: function(t, n, e) {
|
|
2177
|
-
return Ie(
|
|
2177
|
+
return Ie(Nt.h(t, n, e));
|
|
2178
2178
|
},
|
|
2179
2179
|
H: function(t) {
|
|
2180
2180
|
return Ie(t.getHours());
|
|
@@ -2186,7 +2186,7 @@ var zn = function() {
|
|
|
2186
2186
|
return n.amPM[Ye(t.getHours() > 11)];
|
|
2187
2187
|
},
|
|
2188
2188
|
M: function(t, n) {
|
|
2189
|
-
return
|
|
2189
|
+
return _n(t.getMonth(), !0, n);
|
|
2190
2190
|
},
|
|
2191
2191
|
S: function(t) {
|
|
2192
2192
|
return Ie(t.getSeconds());
|
|
@@ -2238,7 +2238,7 @@ var zn = function() {
|
|
|
2238
2238
|
return function(c, d, y) {
|
|
2239
2239
|
var p = y || o;
|
|
2240
2240
|
return e.formatDate !== void 0 && !l ? e.formatDate(c, d, p) : d.split("").map(function(f, m, w) {
|
|
2241
|
-
return
|
|
2241
|
+
return Nt[f] && w[m - 1] !== "\\" ? Nt[f](c, p, e) : f !== "\\" ? f : "";
|
|
2242
2242
|
}).join("");
|
|
2243
2243
|
};
|
|
2244
2244
|
}, Zn = function(t) {
|
|
@@ -2259,13 +2259,13 @@ var zn = function() {
|
|
|
2259
2259
|
else if (/Z$/.test(w) || /GMT$/.test(w))
|
|
2260
2260
|
p = new Date(s);
|
|
2261
2261
|
else {
|
|
2262
|
-
for (var j = void 0, D = [],
|
|
2263
|
-
var
|
|
2264
|
-
if (ut[
|
|
2265
|
-
I += ut[
|
|
2262
|
+
for (var j = void 0, D = [], N = 0, P = 0, I = ""; N < m.length; N++) {
|
|
2263
|
+
var L = m[N], H = L === "\\", se = m[N - 1] === "\\" || H;
|
|
2264
|
+
if (ut[L] && !se) {
|
|
2265
|
+
I += ut[L];
|
|
2266
2266
|
var ue = new RegExp(I).exec(s);
|
|
2267
|
-
ue && (j = !0) && D[
|
|
2268
|
-
fn: Ei[
|
|
2267
|
+
ue && (j = !0) && D[L !== "Y" ? "push" : "unshift"]({
|
|
2268
|
+
fn: Ei[L],
|
|
2269
2269
|
val: ue[++P]
|
|
2270
2270
|
});
|
|
2271
2271
|
} else
|
|
@@ -2292,10 +2292,10 @@ var Fi = function(t, n, e) {
|
|
|
2292
2292
|
return t > Math.min(n, e) && t < Math.max(n, e);
|
|
2293
2293
|
}, Yn = function(t, n, e) {
|
|
2294
2294
|
return t * 3600 + n * 60 + e;
|
|
2295
|
-
},
|
|
2295
|
+
}, Ni = function(t) {
|
|
2296
2296
|
var n = Math.floor(t / 3600), e = (t - n * 3600) / 60;
|
|
2297
2297
|
return [n, e, t - n * 3600 - e * 60];
|
|
2298
|
-
},
|
|
2298
|
+
}, Li = {
|
|
2299
2299
|
DAY: 864e5
|
|
2300
2300
|
};
|
|
2301
2301
|
function Hn(t) {
|
|
@@ -2405,7 +2405,7 @@ function ji(t, n) {
|
|
|
2405
2405
|
if (e.config.maxTime !== void 0 && e.config.minTime !== void 0 && e.config.minTime > e.config.maxTime) {
|
|
2406
2406
|
var O = Yn(e.config.minTime.getHours(), e.config.minTime.getMinutes(), e.config.minTime.getSeconds()), W = Yn(e.config.maxTime.getHours(), e.config.maxTime.getMinutes(), e.config.maxTime.getSeconds()), F = Yn(r, i, u);
|
|
2407
2407
|
if (F > W && F < O) {
|
|
2408
|
-
var q =
|
|
2408
|
+
var q = Ni(O);
|
|
2409
2409
|
r = q[0], i = q[1], u = q[2];
|
|
2410
2410
|
}
|
|
2411
2411
|
} else {
|
|
@@ -2447,7 +2447,7 @@ function ji(t, n) {
|
|
|
2447
2447
|
}
|
|
2448
2448
|
});
|
|
2449
2449
|
}
|
|
2450
|
-
function
|
|
2450
|
+
function N() {
|
|
2451
2451
|
me("onChange");
|
|
2452
2452
|
}
|
|
2453
2453
|
function P() {
|
|
@@ -2460,19 +2460,19 @@ function ji(t, n) {
|
|
|
2460
2460
|
return;
|
|
2461
2461
|
}
|
|
2462
2462
|
var r = Ya(Ht, 50);
|
|
2463
|
-
if (e._debouncedChange = Ya(
|
|
2463
|
+
if (e._debouncedChange = Ya(N, Vi), e.daysContainer && !/iPhone|iPad|iPod/i.test(navigator.userAgent) && D(e.daysContainer, "mouseover", function(u) {
|
|
2464
2464
|
e.config.mode === "range" && Re(Ve(u));
|
|
2465
2465
|
}), D(e._input, "keydown", Ze), e.calendarContainer !== void 0 && D(e.calendarContainer, "keydown", Ze), !e.config.inline && !e.config.static && D(window, "resize", r), window.ontouchstart !== void 0 ? D(window.document, "touchstart", Be) : D(window.document, "mousedown", Be), D(window.document, "focus", Be, { capture: !0 }), e.config.clickOpens === !0 && (D(e._input, "focus", e.open), D(e._input, "click", e.open)), e.daysContainer !== void 0 && (D(e.monthNav, "click", nn), D(e.monthNav, ["keyup", "increment"], j), D(e.daysContainer, "click", $t)), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0) {
|
|
2466
2466
|
var i = function(u) {
|
|
2467
2467
|
return Ve(u).select();
|
|
2468
2468
|
};
|
|
2469
|
-
D(e.timeContainer, ["increment"], d), D(e.timeContainer, "blur", d, { capture: !0 }), D(e.timeContainer, "click",
|
|
2469
|
+
D(e.timeContainer, ["increment"], d), D(e.timeContainer, "blur", d, { capture: !0 }), D(e.timeContainer, "click", L), D([e.hourElement, e.minuteElement], ["focus", "click"], i), e.secondElement !== void 0 && D(e.secondElement, "focus", function() {
|
|
2470
2470
|
return e.secondElement && e.secondElement.select();
|
|
2471
2471
|
}), e.amPM !== void 0 && D(e.amPM, "click", function(u) {
|
|
2472
2472
|
d(u);
|
|
2473
2473
|
});
|
|
2474
2474
|
}
|
|
2475
|
-
e.config.allowInput && D(e._input, "blur",
|
|
2475
|
+
e.config.allowInput && D(e._input, "blur", Ne);
|
|
2476
2476
|
}
|
|
2477
2477
|
function I(r, i) {
|
|
2478
2478
|
var u = r !== void 0 ? e.parseDate(r) : e.latestSelectedDateObj || (e.config.minDate && e.config.minDate > e.now ? e.config.minDate : e.config.maxDate && e.config.maxDate < e.now ? e.config.maxDate : e.now), v = e.currentYear, A = e.currentMonth;
|
|
@@ -2483,7 +2483,7 @@ function ji(t, n) {
|
|
|
2483
2483
|
}
|
|
2484
2484
|
i && e.currentYear !== v && (me("onYearChange"), x()), i && (e.currentYear !== v || e.currentMonth !== A) && me("onMonthChange"), e.redraw();
|
|
2485
2485
|
}
|
|
2486
|
-
function
|
|
2486
|
+
function L(r) {
|
|
2487
2487
|
var i = Ve(r);
|
|
2488
2488
|
~i.className.indexOf("arrow") && H(r, i.classList.contains("arrowUp") ? 1 : -1);
|
|
2489
2489
|
}
|
|
@@ -2536,22 +2536,22 @@ function ji(t, n) {
|
|
|
2536
2536
|
var u = s(), v = pe(u || document.body), A = r !== void 0 ? r : v ? u : e.selectedDateElem !== void 0 && pe(e.selectedDateElem) ? e.selectedDateElem : e.todayDateElem !== void 0 && pe(e.todayDateElem) ? e.todayDateElem : we(i > 0 ? 1 : -1);
|
|
2537
2537
|
A === void 0 ? e._input.focus() : v ? ee(A, i) : ge(A);
|
|
2538
2538
|
}
|
|
2539
|
-
function
|
|
2539
|
+
function _e(r, i) {
|
|
2540
2540
|
for (var u = (new Date(r, i, 1).getDay() - e.l10n.firstDayOfWeek + 7) % 7, v = e.utils.getDaysInMonth((i - 1 + 12) % 12, r), A = e.utils.getDaysInMonth(i, r), O = window.document.createDocumentFragment(), W = e.config.showMonths > 1, F = W ? "prevMonthDay hidden" : "prevMonthDay", q = W ? "nextMonthDay hidden" : "nextMonthDay", E = v + 1 - u, Y = 0; E <= v; E++, Y++)
|
|
2541
2541
|
O.appendChild(ue("flatpickr-day " + F, new Date(r, i - 1, E), E, Y));
|
|
2542
2542
|
for (E = 1; E <= A; E++, Y++)
|
|
2543
2543
|
O.appendChild(ue("flatpickr-day", new Date(r, i, E), E, Y));
|
|
2544
2544
|
for (var oe = A + 1; oe <= 42 - u && (e.config.showMonths === 1 || Y % 7 !== 0); oe++, Y++)
|
|
2545
2545
|
O.appendChild(ue("flatpickr-day " + q, new Date(r, i + 1, oe % A), oe, Y));
|
|
2546
|
-
var
|
|
2547
|
-
return
|
|
2546
|
+
var Le = ae("div", "dayContainer");
|
|
2547
|
+
return Le.appendChild(O), Le;
|
|
2548
2548
|
}
|
|
2549
2549
|
function Te() {
|
|
2550
2550
|
if (e.daysContainer !== void 0) {
|
|
2551
2551
|
vn(e.daysContainer), e.weekNumbers && vn(e.weekNumbers);
|
|
2552
2552
|
for (var r = document.createDocumentFragment(), i = 0; i < e.config.showMonths; i++) {
|
|
2553
2553
|
var u = new Date(e.currentYear, e.currentMonth, 1);
|
|
2554
|
-
u.setMonth(e.currentMonth + i), r.appendChild(
|
|
2554
|
+
u.setMonth(e.currentMonth + i), r.appendChild(_e(u.getFullYear(), u.getMonth()));
|
|
2555
2555
|
}
|
|
2556
2556
|
e.daysContainer.appendChild(r), e.days = e.daysContainer.firstChild, e.config.mode === "range" && e.selectedDates.length === 1 && Re();
|
|
2557
2557
|
}
|
|
@@ -2565,7 +2565,7 @@ function ji(t, n) {
|
|
|
2565
2565
|
for (var i = 0; i < 12; i++)
|
|
2566
2566
|
if (r(i)) {
|
|
2567
2567
|
var u = ae("option", "flatpickr-monthDropdown-month");
|
|
2568
|
-
u.value = new Date(e.currentYear, i).getMonth().toString(), u.textContent =
|
|
2568
|
+
u.value = new Date(e.currentYear, i).getMonth().toString(), u.textContent = _n(i, e.config.shorthandCurrentMonth, e.l10n), u.tabIndex = -1, e.currentMonth === i && (u.selected = !0), e.monthsDropdownContainer.appendChild(u);
|
|
2569
2569
|
}
|
|
2570
2570
|
}
|
|
2571
2571
|
}
|
|
@@ -2768,7 +2768,7 @@ function ji(t, n) {
|
|
|
2768
2768
|
function pe(r) {
|
|
2769
2769
|
return e.daysContainer !== void 0 ? r.className.indexOf("hidden") === -1 && r.className.indexOf("flatpickr-disabled") === -1 && e.daysContainer.contains(r) : !1;
|
|
2770
2770
|
}
|
|
2771
|
-
function
|
|
2771
|
+
function Ne(r) {
|
|
2772
2772
|
var i = r.target === e._input, u = e._input.value.trimEnd() !== kt();
|
|
2773
2773
|
i && u && !(r.relatedTarget && Ce(r.relatedTarget)) && e.setDate(e._input.value, !0, r.target === e.altInput ? e.config.altFormat : e.config.dateFormat);
|
|
2774
2774
|
}
|
|
@@ -2820,8 +2820,8 @@ function ji(t, n) {
|
|
|
2820
2820
|
return xe;
|
|
2821
2821
|
}), oe = Y.indexOf(i);
|
|
2822
2822
|
if (oe !== -1) {
|
|
2823
|
-
var
|
|
2824
|
-
r.preventDefault(), (
|
|
2823
|
+
var Le = Y[oe + (r.shiftKey ? -1 : 1)];
|
|
2824
|
+
r.preventDefault(), (Le || e._input).focus();
|
|
2825
2825
|
}
|
|
2826
2826
|
} else
|
|
2827
2827
|
!e.config.noCalendar && e.daysContainer && e.daysContainer.contains(i) && r.shiftKey && (r.preventDefault(), e._input.focus());
|
|
@@ -2843,11 +2843,11 @@ function ji(t, n) {
|
|
|
2843
2843
|
}
|
|
2844
2844
|
function Re(r, i) {
|
|
2845
2845
|
if (i === void 0 && (i = "flatpickr-day"), !(e.selectedDates.length !== 1 || r && (!r.classList.contains(i) || r.classList.contains("flatpickr-disabled")))) {
|
|
2846
|
-
for (var u = r ? r.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), v = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), A = Math.min(u, e.selectedDates[0].getTime()), O = Math.max(u, e.selectedDates[0].getTime()), W = !1, F = 0, q = 0, E = A; E < O; E +=
|
|
2846
|
+
for (var u = r ? r.dateObj.getTime() : e.days.firstElementChild.dateObj.getTime(), v = e.parseDate(e.selectedDates[0], void 0, !0).getTime(), A = Math.min(u, e.selectedDates[0].getTime()), O = Math.max(u, e.selectedDates[0].getTime()), W = !1, F = 0, q = 0, E = A; E < O; E += Li.DAY)
|
|
2847
2847
|
Ae(new Date(E), !0) || (W = W || E > A && E < O, E < v && (!F || E > F) ? F = E : E > v && (!q || E < q) && (q = E));
|
|
2848
2848
|
var Y = Array.from(e.rContainer.querySelectorAll("*:nth-child(-n+" + e.config.showMonths + ") > ." + i));
|
|
2849
2849
|
Y.forEach(function(oe) {
|
|
2850
|
-
var
|
|
2850
|
+
var Le = oe.dateObj, xe = Le.getTime(), tt = F > 0 && xe < F || q > 0 && xe > q;
|
|
2851
2851
|
if (tt) {
|
|
2852
2852
|
oe.classList.add("notAllowed"), ["inRange", "startRange", "endRange"].forEach(function(Qe) {
|
|
2853
2853
|
oe.classList.remove(Qe);
|
|
@@ -2880,7 +2880,7 @@ function ji(t, n) {
|
|
|
2880
2880
|
return e.hourElement.select();
|
|
2881
2881
|
}, 50);
|
|
2882
2882
|
}
|
|
2883
|
-
function
|
|
2883
|
+
function St(r) {
|
|
2884
2884
|
return function(i) {
|
|
2885
2885
|
var u = e.config["_" + r + "Date"] = e.parseDate(i, e.config.dateFormat), v = e.config["_" + (r === "min" ? "max" : "min") + "Date"];
|
|
2886
2886
|
u !== void 0 && (e[r === "min" ? "minDateHasTime" : "maxDateHasTime"] = u.getHours() > 0 || u.getMinutes() > 0 || u.getSeconds() > 0), e.selectedDates && (e.selectedDates = e.selectedDates.filter(function(A) {
|
|
@@ -2933,12 +2933,12 @@ function ji(t, n) {
|
|
|
2933
2933
|
get: function() {
|
|
2934
2934
|
return e.config._minDate;
|
|
2935
2935
|
},
|
|
2936
|
-
set:
|
|
2936
|
+
set: St("min")
|
|
2937
2937
|
}), Object.defineProperty(e.config, "maxDate", {
|
|
2938
2938
|
get: function() {
|
|
2939
2939
|
return e.config._maxDate;
|
|
2940
2940
|
},
|
|
2941
|
-
set:
|
|
2941
|
+
set: St("max")
|
|
2942
2942
|
});
|
|
2943
2943
|
var W = function(Y) {
|
|
2944
2944
|
return function(oe) {
|
|
@@ -2968,9 +2968,9 @@ function ji(t, n) {
|
|
|
2968
2968
|
for (var E in q)
|
|
2969
2969
|
Bn.indexOf(E) > -1 ? e.config[E] = Rn(q[E]).map(l).concat(e.config[E]) : typeof i[E] > "u" && (e.config[E] = q[E]);
|
|
2970
2970
|
}
|
|
2971
|
-
i.altInputClass || (e.config.altInputClass =
|
|
2971
|
+
i.altInputClass || (e.config.altInputClass = _t().className + " " + e.config.altInputClass), me("onParseConfig");
|
|
2972
2972
|
}
|
|
2973
|
-
function
|
|
2973
|
+
function _t() {
|
|
2974
2974
|
return e.config.wrap ? t.querySelector("[data-input]") : t;
|
|
2975
2975
|
}
|
|
2976
2976
|
function Tt() {
|
|
@@ -2987,8 +2987,8 @@ function ji(t, n) {
|
|
|
2987
2987
|
return fn + mn.offsetHeight;
|
|
2988
2988
|
}, 0), v = e.calendarContainer.offsetWidth, A = e.config.position.split(" "), O = A[0], W = A.length > 1 ? A[1] : null, F = i.getBoundingClientRect(), q = window.innerHeight - F.bottom, E = O === "above" || O !== "below" && q < u && F.top > u, Y = window.pageYOffset + F.top + (E ? -u - 2 : i.offsetHeight + 2);
|
|
2989
2989
|
if (Oe(e.calendarContainer, "arrowTop", !E), Oe(e.calendarContainer, "arrowBottom", E), !e.config.inline) {
|
|
2990
|
-
var oe = window.pageXOffset + F.left,
|
|
2991
|
-
W === "center" ? (oe -= (v - F.width) / 2,
|
|
2990
|
+
var oe = window.pageXOffset + F.left, Le = !1, xe = !1;
|
|
2991
|
+
W === "center" ? (oe -= (v - F.width) / 2, Le = !0) : W === "right" && (oe -= v - F.width, xe = !0), Oe(e.calendarContainer, "arrowLeft", !Le && !xe), Oe(e.calendarContainer, "arrowCenter", Le), Oe(e.calendarContainer, "arrowRight", xe);
|
|
2992
2992
|
var tt = window.document.body.offsetWidth - (window.pageXOffset + F.right), Qe = oe + v > window.document.body.offsetWidth, rn = tt + v > window.document.body.offsetWidth;
|
|
2993
2993
|
if (Oe(e.calendarContainer, "rightMost", Qe), !e.config.static)
|
|
2994
2994
|
if (e.calendarContainer.style.top = Y + "px", !Qe)
|
|
@@ -3054,7 +3054,7 @@ function ji(t, n) {
|
|
|
3054
3054
|
var q = e.config.mode === "single" && !e.config.enableTime, E = e.config.mode === "range" && e.selectedDates.length === 2 && !e.config.enableTime;
|
|
3055
3055
|
(q || E) && yt();
|
|
3056
3056
|
}
|
|
3057
|
-
|
|
3057
|
+
N();
|
|
3058
3058
|
}
|
|
3059
3059
|
}
|
|
3060
3060
|
var st = {
|
|
@@ -3136,7 +3136,7 @@ function ji(t, n) {
|
|
|
3136
3136
|
r && Ot(r, e.config.dateFormat), e._initialDate = e.selectedDates.length > 0 ? e.selectedDates[0] : e.config.minDate && e.config.minDate.getTime() > e.now.getTime() ? e.config.minDate : e.config.maxDate && e.config.maxDate.getTime() < e.now.getTime() ? e.config.maxDate : e.now, e.currentYear = e._initialDate.getFullYear(), e.currentMonth = e._initialDate.getMonth(), e.selectedDates.length > 0 && (e.latestSelectedDateObj = e.selectedDates[0]), e.config.minTime !== void 0 && (e.config.minTime = e.parseDate(e.config.minTime, "H:i")), e.config.maxTime !== void 0 && (e.config.maxTime = e.parseDate(e.config.maxTime, "H:i")), e.minDateHasTime = !!e.config.minDate && (e.config.minDate.getHours() > 0 || e.config.minDate.getMinutes() > 0 || e.config.minDate.getSeconds() > 0), e.maxDateHasTime = !!e.config.maxDate && (e.config.maxDate.getHours() > 0 || e.config.maxDate.getMinutes() > 0 || e.config.maxDate.getSeconds() > 0);
|
|
3137
3137
|
}
|
|
3138
3138
|
function Qt() {
|
|
3139
|
-
if (e.input =
|
|
3139
|
+
if (e.input = _t(), !e.input) {
|
|
3140
3140
|
e.config.errorHandler(new Error("Invalid input element specified"));
|
|
3141
3141
|
return;
|
|
3142
3142
|
}
|
|
@@ -3188,7 +3188,7 @@ function ji(t, n) {
|
|
|
3188
3188
|
function lt() {
|
|
3189
3189
|
e.config.noCalendar || e.isMobile || !e.monthNav || (e.yearElements.forEach(function(r, i) {
|
|
3190
3190
|
var u = new Date(e.currentYear, e.currentMonth, 1);
|
|
3191
|
-
u.setMonth(e.currentMonth + i), e.config.showMonths > 1 || e.config.monthSelectorType === "static" ? e.monthElements[i].textContent =
|
|
3191
|
+
u.setMonth(e.currentMonth + i), e.config.showMonths > 1 || e.config.monthSelectorType === "static" ? e.monthElements[i].textContent = _n(u.getMonth(), e.config.shorthandCurrentMonth, e.l10n) + " " : e.monthsDropdownContainer.value = u.getMonth().toString(), r.value = u.getFullYear().toString();
|
|
3192
3192
|
}), e._hidePrevMonthArrow = e.config.minDate !== void 0 && (e.currentYear === e.config.minDate.getFullYear() ? e.currentMonth <= e.config.minDate.getMonth() : e.currentYear < e.config.minDate.getFullYear()), e._hideNextMonthArrow = e.config.maxDate !== void 0 && (e.currentYear === e.config.maxDate.getFullYear() ? e.currentMonth + 1 > e.config.maxDate.getMonth() : e.currentYear > e.config.maxDate.getFullYear()));
|
|
3193
3193
|
}
|
|
3194
3194
|
function kt(r) {
|
|
@@ -3508,29 +3508,29 @@ var Qn = {}, Yi = {
|
|
|
3508
3508
|
var p = s(s({}, l), y);
|
|
3509
3509
|
return function(f) {
|
|
3510
3510
|
var m;
|
|
3511
|
-
function w(
|
|
3512
|
-
|
|
3513
|
-
var P =
|
|
3511
|
+
function w(N) {
|
|
3512
|
+
N.stopPropagation(), N.preventDefault();
|
|
3513
|
+
var P = N.target;
|
|
3514
3514
|
if (!(P.tagName.toLowerCase() !== "button" || typeof p.onClick > "u"))
|
|
3515
|
-
for (var I = parseInt(P.dataset.index, 10),
|
|
3515
|
+
for (var I = parseInt(P.dataset.index, 10), L = Array.isArray(p.onClick) ? p.onClick : [p.onClick], H = 0, se = L; H < se.length; H++) {
|
|
3516
3516
|
var ue = se[H];
|
|
3517
3517
|
typeof ue == "function" && ue(I, f);
|
|
3518
3518
|
}
|
|
3519
3519
|
}
|
|
3520
|
-
function j(
|
|
3521
|
-
var P =
|
|
3522
|
-
|
|
3520
|
+
function j(N) {
|
|
3521
|
+
var P = N.target;
|
|
3522
|
+
N.key !== "Tab" || P.tagName.toLowerCase() !== "button" || (N.shiftKey && !P.previousSibling || !N.shiftKey && !P.nextSibling) && (N.preventDefault(), f.element.focus());
|
|
3523
3523
|
}
|
|
3524
|
-
function D(
|
|
3524
|
+
function D(N, P) {
|
|
3525
3525
|
Object.keys(P).filter(function(I) {
|
|
3526
3526
|
return c.has(I);
|
|
3527
3527
|
}).forEach(function(I) {
|
|
3528
|
-
var
|
|
3528
|
+
var L;
|
|
3529
3529
|
if (I === "class") {
|
|
3530
|
-
(
|
|
3530
|
+
(L = N.classList).add.apply(L, P[I].split(" "));
|
|
3531
3531
|
return;
|
|
3532
3532
|
}
|
|
3533
|
-
|
|
3533
|
+
N.setAttribute(I, P[I]);
|
|
3534
3534
|
});
|
|
3535
3535
|
}
|
|
3536
3536
|
return {
|
|
@@ -3539,13 +3539,13 @@ var Qn = {}, Yi = {
|
|
|
3539
3539
|
*/
|
|
3540
3540
|
onReady: function() {
|
|
3541
3541
|
if (m = document.createElement("div"), m.classList.add("shortcut-buttons-flatpickr-wrapper", p.theme), typeof p.label < "u" && p.label.length) {
|
|
3542
|
-
var
|
|
3543
|
-
|
|
3542
|
+
var N = document.createElement("div");
|
|
3543
|
+
N.classList.add("shortcut-buttons-flatpickr-label"), N.textContent = p.label, m.appendChild(N);
|
|
3544
3544
|
}
|
|
3545
3545
|
var P = document.createElement("div");
|
|
3546
|
-
P.classList.add("shortcut-buttons-flatpickr-buttons"), (Array.isArray(p.button) ? p.button : [p.button]).forEach(function(I,
|
|
3546
|
+
P.classList.add("shortcut-buttons-flatpickr-buttons"), (Array.isArray(p.button) ? p.button : [p.button]).forEach(function(I, L) {
|
|
3547
3547
|
var H = document.createElement("button");
|
|
3548
|
-
H.type = "button", H.classList.add("shortcut-buttons-flatpickr-button"), H.textContent = I.label, H.dataset.index = String(
|
|
3548
|
+
H.type = "button", H.classList.add("shortcut-buttons-flatpickr-button"), H.textContent = I.label, H.dataset.index = String(L), typeof I.attributes < "u" && D(H, I.attributes), P.appendChild(H), f.pluginElements.push(H);
|
|
3549
3549
|
}), m.appendChild(P), f.calendarContainer.appendChild(m), m.addEventListener("click", w), m.addEventListener("keydown", j);
|
|
3550
3550
|
},
|
|
3551
3551
|
/**
|
|
@@ -3594,10 +3594,10 @@ var Tn = {}, Ji = {
|
|
|
3594
3594
|
***************************************************************************** */
|
|
3595
3595
|
var a = function() {
|
|
3596
3596
|
return a = Object.assign || function(We) {
|
|
3597
|
-
for (var pn,
|
|
3598
|
-
pn = arguments[
|
|
3599
|
-
for (var
|
|
3600
|
-
Object.prototype.hasOwnProperty.call(pn,
|
|
3597
|
+
for (var pn, Nn = 1, Ir = arguments.length; Nn < Ir; Nn++) {
|
|
3598
|
+
pn = arguments[Nn];
|
|
3599
|
+
for (var Ln in pn)
|
|
3600
|
+
Object.prototype.hasOwnProperty.call(pn, Ln) && (We[Ln] = pn[Ln]);
|
|
3601
3601
|
}
|
|
3602
3602
|
return We;
|
|
3603
3603
|
}, a.apply(this, arguments);
|
|
@@ -3912,7 +3912,7 @@ var Tn = {}, Ji = {
|
|
|
3912
3912
|
firstDayOfWeek: 1
|
|
3913
3913
|
};
|
|
3914
3914
|
j.l10ns.bg = D, j.l10ns;
|
|
3915
|
-
var
|
|
3915
|
+
var N = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
3916
3916
|
l10ns: {}
|
|
3917
3917
|
}, P = {
|
|
3918
3918
|
weekdays: {
|
|
@@ -3958,10 +3958,10 @@ var Tn = {}, Ji = {
|
|
|
3958
3958
|
]
|
|
3959
3959
|
}
|
|
3960
3960
|
};
|
|
3961
|
-
|
|
3961
|
+
N.l10ns.bn = P, N.l10ns;
|
|
3962
3962
|
var I = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
3963
3963
|
l10ns: {}
|
|
3964
|
-
},
|
|
3964
|
+
}, L = {
|
|
3965
3965
|
weekdays: {
|
|
3966
3966
|
shorthand: ["Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds"],
|
|
3967
3967
|
longhand: [
|
|
@@ -4025,7 +4025,7 @@ var Tn = {}, Ji = {
|
|
|
4025
4025
|
rangeSeparator: " a ",
|
|
4026
4026
|
time_24hr: !0
|
|
4027
4027
|
};
|
|
4028
|
-
I.l10ns.cat = I.l10ns.ca =
|
|
4028
|
+
I.l10ns.cat = I.l10ns.ca = L, I.l10ns;
|
|
4029
4029
|
var H = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4030
4030
|
l10ns: {}
|
|
4031
4031
|
}, se = {
|
|
@@ -4197,7 +4197,7 @@ var Tn = {}, Ji = {
|
|
|
4197
4197
|
we.l10ns.cy = ee, we.l10ns;
|
|
4198
4198
|
var G = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4199
4199
|
l10ns: {}
|
|
4200
|
-
},
|
|
4200
|
+
}, _e = {
|
|
4201
4201
|
weekdays: {
|
|
4202
4202
|
shorthand: ["søn", "man", "tir", "ons", "tors", "fre", "lør"],
|
|
4203
4203
|
longhand: [
|
|
@@ -4248,7 +4248,7 @@ var Tn = {}, Ji = {
|
|
|
4248
4248
|
weekAbbreviation: "uge",
|
|
4249
4249
|
time_24hr: !0
|
|
4250
4250
|
};
|
|
4251
|
-
G.l10ns.da =
|
|
4251
|
+
G.l10ns.da = _e, G.l10ns;
|
|
4252
4252
|
var Te = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4253
4253
|
l10ns: {}
|
|
4254
4254
|
}, x = {
|
|
@@ -4755,7 +4755,7 @@ var Tn = {}, Ji = {
|
|
|
4755
4755
|
Fe.l10ns.fr = Ae, Fe.l10ns;
|
|
4756
4756
|
var pe = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4757
4757
|
l10ns: {}
|
|
4758
|
-
},
|
|
4758
|
+
}, Ne = {
|
|
4759
4759
|
weekdays: {
|
|
4760
4760
|
shorthand: ["Κυ", "Δε", "Τρ", "Τε", "Πέ", "Πα", "Σά"],
|
|
4761
4761
|
longhand: [
|
|
@@ -4812,7 +4812,7 @@ var Tn = {}, Ji = {
|
|
|
4812
4812
|
hourAriaLabel: "ώρα",
|
|
4813
4813
|
minuteAriaLabel: "λεπτό"
|
|
4814
4814
|
};
|
|
4815
|
-
pe.l10ns.gr =
|
|
4815
|
+
pe.l10ns.gr = Ne, pe.l10ns;
|
|
4816
4816
|
var Ze = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4817
4817
|
l10ns: {}
|
|
4818
4818
|
}, Re = {
|
|
@@ -4901,7 +4901,7 @@ var Tn = {}, Ji = {
|
|
|
4901
4901
|
}
|
|
4902
4902
|
};
|
|
4903
4903
|
Ht.l10ns.hi = Jt, Ht.l10ns;
|
|
4904
|
-
var
|
|
4904
|
+
var St = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4905
4905
|
l10ns: {}
|
|
4906
4906
|
}, Ut = {
|
|
4907
4907
|
firstDayOfWeek: 1,
|
|
@@ -4949,8 +4949,8 @@ var Tn = {}, Ji = {
|
|
|
4949
4949
|
},
|
|
4950
4950
|
time_24hr: !0
|
|
4951
4951
|
};
|
|
4952
|
-
|
|
4953
|
-
var
|
|
4952
|
+
St.l10ns.hr = Ut, St.l10ns;
|
|
4953
|
+
var _t = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
4954
4954
|
l10ns: {}
|
|
4955
4955
|
}, Tt = {
|
|
4956
4956
|
firstDayOfWeek: 1,
|
|
@@ -5005,7 +5005,7 @@ var Tn = {}, Ji = {
|
|
|
5005
5005
|
rangeSeparator: " - ",
|
|
5006
5006
|
time_24hr: !0
|
|
5007
5007
|
};
|
|
5008
|
-
|
|
5008
|
+
_t.l10ns.hu = Tt, _t.l10ns;
|
|
5009
5009
|
var it = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5010
5010
|
l10ns: {}
|
|
5011
5011
|
}, Wt = {
|
|
@@ -5965,7 +5965,7 @@ var Tn = {}, Ji = {
|
|
|
5965
5965
|
E.l10ns.no = Y, E.l10ns;
|
|
5966
5966
|
var oe = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
5967
5967
|
l10ns: {}
|
|
5968
|
-
},
|
|
5968
|
+
}, Le = {
|
|
5969
5969
|
weekdays: {
|
|
5970
5970
|
shorthand: ["ਐਤ", "ਸੋਮ", "ਮੰਗਲ", "ਬੁੱਧ", "ਵੀਰ", "ਸ਼ੁੱਕਰ", "ਸ਼ਨਿੱਚਰ"],
|
|
5971
5971
|
longhand: [
|
|
@@ -6010,7 +6010,7 @@ var Tn = {}, Ji = {
|
|
|
6010
6010
|
},
|
|
6011
6011
|
time_24hr: !0
|
|
6012
6012
|
};
|
|
6013
|
-
oe.l10ns.pa =
|
|
6013
|
+
oe.l10ns.pa = Le, oe.l10ns;
|
|
6014
6014
|
var xe = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6015
6015
|
l10ns: {}
|
|
6016
6016
|
}, tt = {
|
|
@@ -6866,9 +6866,9 @@ var Tn = {}, Ji = {
|
|
|
6866
6866
|
rangeSeparator: " đến "
|
|
6867
6867
|
};
|
|
6868
6868
|
Ma.l10ns.vn = Aa, Ma.l10ns;
|
|
6869
|
-
var
|
|
6869
|
+
var Sa = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6870
6870
|
l10ns: {}
|
|
6871
|
-
},
|
|
6871
|
+
}, _a = {
|
|
6872
6872
|
weekdays: {
|
|
6873
6873
|
shorthand: ["周日", "周一", "周二", "周三", "周四", "周五", "周六"],
|
|
6874
6874
|
longhand: [
|
|
@@ -6916,7 +6916,7 @@ var Tn = {}, Ji = {
|
|
|
6916
6916
|
scrollTitle: "滚动切换",
|
|
6917
6917
|
toggleTitle: "点击切换 12/24 小时时制"
|
|
6918
6918
|
};
|
|
6919
|
-
|
|
6919
|
+
Sa.l10ns.zh = _a, Sa.l10ns;
|
|
6920
6920
|
var Ta = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
|
|
6921
6921
|
l10ns: {}
|
|
6922
6922
|
}, xa = {
|
|
@@ -6976,12 +6976,12 @@ var Tn = {}, Ji = {
|
|
|
6976
6976
|
bg: D,
|
|
6977
6977
|
bn: P,
|
|
6978
6978
|
bs: w,
|
|
6979
|
-
ca:
|
|
6979
|
+
ca: L,
|
|
6980
6980
|
ckb: se,
|
|
6981
|
-
cat:
|
|
6981
|
+
cat: L,
|
|
6982
6982
|
cs: ge,
|
|
6983
6983
|
cy: ee,
|
|
6984
|
-
da:
|
|
6984
|
+
da: _e,
|
|
6985
6985
|
de: x,
|
|
6986
6986
|
default: a({}, g),
|
|
6987
6987
|
en: g,
|
|
@@ -6992,7 +6992,7 @@ var Tn = {}, Ji = {
|
|
|
6992
6992
|
fi: Ee,
|
|
6993
6993
|
fo: Be,
|
|
6994
6994
|
fr: Ae,
|
|
6995
|
-
gr:
|
|
6995
|
+
gr: Ne,
|
|
6996
6996
|
he: Re,
|
|
6997
6997
|
hi: Jt,
|
|
6998
6998
|
hr: Ut,
|
|
@@ -7015,7 +7015,7 @@ var Tn = {}, Ji = {
|
|
|
7015
7015
|
nl: W,
|
|
7016
7016
|
nn: q,
|
|
7017
7017
|
no: Y,
|
|
7018
|
-
pa:
|
|
7018
|
+
pa: Le,
|
|
7019
7019
|
pl: tt,
|
|
7020
7020
|
pt: rn,
|
|
7021
7021
|
ro: on,
|
|
@@ -7030,7 +7030,7 @@ var Tn = {}, Ji = {
|
|
|
7030
7030
|
tr: va,
|
|
7031
7031
|
uk: ba,
|
|
7032
7032
|
vn: Aa,
|
|
7033
|
-
zh:
|
|
7033
|
+
zh: _a,
|
|
7034
7034
|
zh_tw: xa,
|
|
7035
7035
|
uz: ka,
|
|
7036
7036
|
uz_latn: Ca
|
|
@@ -7041,7 +7041,7 @@ var Tn = {}, Ji = {
|
|
|
7041
7041
|
const Ui = /* @__PURE__ */ fr(Tn);
|
|
7042
7042
|
const { t: Wi } = Q.global;
|
|
7043
7043
|
function qi() {
|
|
7044
|
-
return
|
|
7044
|
+
return Se({ t: Wi })(Qr, {
|
|
7045
7045
|
withArguments: !0,
|
|
7046
7046
|
messagePath: () => "validations.js.required"
|
|
7047
7047
|
});
|
|
@@ -7082,29 +7082,29 @@ const Gi = {
|
|
|
7082
7082
|
}
|
|
7083
7083
|
n("update:modelValue", f(x + "")), n("change");
|
|
7084
7084
|
}, w = () => {
|
|
7085
|
-
|
|
7085
|
+
N(), l.value = !0, n("onOpen");
|
|
7086
7086
|
}, j = () => {
|
|
7087
7087
|
l.value = !1, n("onClose");
|
|
7088
7088
|
}, D = () => {
|
|
7089
7089
|
a(o.value) && (d.value = o.value.fpInput().value);
|
|
7090
|
-
},
|
|
7090
|
+
}, N = () => {
|
|
7091
7091
|
var b, T, M;
|
|
7092
7092
|
if (!a(o.value))
|
|
7093
7093
|
return;
|
|
7094
7094
|
const x = d.value.replace(/[^\s\d.:]/g, ""), g = o.value.fp.parseDate(x, I.value);
|
|
7095
7095
|
if ($(g)) {
|
|
7096
|
-
ke(e.defaultValue) ? (b = o.value) == null || b.fp.clear(!0) : (T = o.value) == null || T.fp.setDate(e.defaultValue, !0),
|
|
7096
|
+
ke(e.defaultValue) ? (b = o.value) == null || b.fp.clear(!0) : (T = o.value) == null || T.fp.setDate(e.defaultValue, !0), _e.value.textFieldValue.$touch(), n("blur");
|
|
7097
7097
|
return;
|
|
7098
7098
|
}
|
|
7099
|
-
(M = o.value) == null || M.fp.setDate(g, !0),
|
|
7099
|
+
(M = o.value) == null || M.fp.setDate(g, !0), _e.value.textFieldValue.$touch(), n("blur");
|
|
7100
7100
|
}, P = () => {
|
|
7101
7101
|
y.value = e.defaultValue, n("update:modelValue", h(e.defaultValue));
|
|
7102
|
-
}, I =
|
|
7102
|
+
}, I = _(() => e.type === "datetime" ? "d.m.Y H:i" : "d.m.Y"), L = _(() => e.type === "datetime" ? "dd.mm.yyyy hh:mm" : "dd.mm.yyyy"), H = _(() => e.enable && e.enable.length > 0 ? e.enable : [
|
|
7103
7103
|
{
|
|
7104
7104
|
from: new Date(1901, 1),
|
|
7105
7105
|
to: new Date(2099, 12)
|
|
7106
7106
|
}
|
|
7107
|
-
]), se =
|
|
7107
|
+
]), se = _(() => ke(e.defaultValue) ? void 0 : e.defaultValue), ue = _(() => e.hideSetToNow ? [] : [
|
|
7108
7108
|
Hi({
|
|
7109
7109
|
button: [
|
|
7110
7110
|
{
|
|
@@ -7116,7 +7116,7 @@ const Gi = {
|
|
|
7116
7116
|
g.setDate(b, !0), m(Bo(b));
|
|
7117
7117
|
}
|
|
7118
7118
|
})
|
|
7119
|
-
]), ge =
|
|
7119
|
+
]), ge = _(() => {
|
|
7120
7120
|
var g;
|
|
7121
7121
|
const x = (g = s.value) == null ? void 0 : g.$el.querySelector(".v-input__control");
|
|
7122
7122
|
return {
|
|
@@ -7149,7 +7149,7 @@ const Gi = {
|
|
|
7149
7149
|
o.value.fp.close();
|
|
7150
7150
|
return;
|
|
7151
7151
|
}
|
|
7152
|
-
|
|
7152
|
+
N(), o.value.fp.open(), o.value.fpInput().focus();
|
|
7153
7153
|
}
|
|
7154
7154
|
}, 0);
|
|
7155
7155
|
};
|
|
@@ -7160,11 +7160,11 @@ const Gi = {
|
|
|
7160
7160
|
}
|
|
7161
7161
|
y.value = $(e.modelValue) ? null : e.modelValue;
|
|
7162
7162
|
});
|
|
7163
|
-
const ee = qi(), G =
|
|
7163
|
+
const ee = qi(), G = _(() => ({
|
|
7164
7164
|
textFieldValue: {
|
|
7165
7165
|
required: ee(e.required)
|
|
7166
7166
|
}
|
|
7167
|
-
})),
|
|
7167
|
+
})), _e = Zr(G, { textFieldValue: d }), Te = _(() => $(e.errorMessages) ? _e.value.textFieldValue.$errors.length ? [_e.value.textFieldValue.$errors.map((x) => x.$message).join(" ")] : [] : e.errorMessages);
|
|
7168
7168
|
return (x, g) => (k(), B(Pn, {
|
|
7169
7169
|
ref_key: "textFieldRef",
|
|
7170
7170
|
ref: s,
|
|
@@ -7172,10 +7172,10 @@ const Gi = {
|
|
|
7172
7172
|
"onUpdate:modelValue": g[0] || (g[0] = (b) => d.value = b),
|
|
7173
7173
|
"error-messages": h(Te),
|
|
7174
7174
|
"persistent-placeholder": !0,
|
|
7175
|
-
placeholder: h(
|
|
7175
|
+
placeholder: h(L),
|
|
7176
7176
|
class: "a-datetime-picker",
|
|
7177
|
-
onBlur:
|
|
7178
|
-
onKeyup: zr(
|
|
7177
|
+
onBlur: N,
|
|
7178
|
+
onKeyup: zr(N, ["enter"])
|
|
7179
7179
|
}, $n({
|
|
7180
7180
|
"append-inner": C(() => [
|
|
7181
7181
|
t.clearable && t.defaultValue !== t.modelValue ? (k(), B(he, {
|
|
@@ -7185,7 +7185,7 @@ const Gi = {
|
|
|
7185
7185
|
onClick: le(P, ["stop"])
|
|
7186
7186
|
}, null, 8, ["onClick"])) : re("", !0),
|
|
7187
7187
|
ie("div", null, [
|
|
7188
|
-
|
|
7188
|
+
S(h(zi), {
|
|
7189
7189
|
ref_key: "flatickrRef",
|
|
7190
7190
|
ref: o,
|
|
7191
7191
|
config: h(ge),
|
|
@@ -7196,7 +7196,7 @@ const Gi = {
|
|
|
7196
7196
|
onOnOpen: w,
|
|
7197
7197
|
onOnChange: D
|
|
7198
7198
|
}, null, 8, ["config", "disabled", "model-value"]),
|
|
7199
|
-
|
|
7199
|
+
S(he, {
|
|
7200
7200
|
class: "a-datetime-picker__calendar",
|
|
7201
7201
|
icon: "mdi-calendar",
|
|
7202
7202
|
onClick: le(we, ["stop"])
|
|
@@ -7216,7 +7216,7 @@ const Gi = {
|
|
|
7216
7216
|
]), 1032, ["modelValue", "error-messages", "placeholder", "onKeyup"]));
|
|
7217
7217
|
}
|
|
7218
7218
|
});
|
|
7219
|
-
const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-
|
|
7219
|
+
const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-ebdc75e0"]]), sm = /* @__PURE__ */ R({
|
|
7220
7220
|
__name: "AFormDatetimePicker",
|
|
7221
7221
|
props: {
|
|
7222
7222
|
modelValue: null,
|
|
@@ -7234,10 +7234,10 @@ const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-59e27a40"]]), nm = /* @
|
|
|
7234
7234
|
}, c = () => {
|
|
7235
7235
|
var f;
|
|
7236
7236
|
n("blur", $(e.modelValue) ? null : e.modelValue), (f = e.v) == null || f.$touch();
|
|
7237
|
-
}, d =
|
|
7237
|
+
}, d = _(() => {
|
|
7238
7238
|
var f, m;
|
|
7239
7239
|
return $(e.errorMessage) ? (m = (f = e.v) == null ? void 0 : f.$errors) != null && m.length ? [e.v.$errors.map((w) => w.$message).join(" ")] : [] : [e.errorMessage];
|
|
7240
|
-
}), y =
|
|
7240
|
+
}), y = _(() => {
|
|
7241
7241
|
var m, w;
|
|
7242
7242
|
if (!$(e.label))
|
|
7243
7243
|
return e.label;
|
|
@@ -7245,7 +7245,7 @@ const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-59e27a40"]]), nm = /* @
|
|
|
7245
7245
|
return "";
|
|
7246
7246
|
const { end: f } = At((w = e.v) == null ? void 0 : w.$path, ".");
|
|
7247
7247
|
return a(o + "." + s + ".model." + f);
|
|
7248
|
-
}), p =
|
|
7248
|
+
}), p = _(() => {
|
|
7249
7249
|
var f, m;
|
|
7250
7250
|
return $(e.required) ? !!((f = e.v) != null && f.required && ((m = e.v) == null ? void 0 : m.required.$params.type) === "required") : e.required;
|
|
7251
7251
|
});
|
|
@@ -7260,21 +7260,21 @@ const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-59e27a40"]]), nm = /* @
|
|
|
7260
7260
|
"onUpdate:modelValue": m[0] || (m[0] = (w) => l(w))
|
|
7261
7261
|
}, null, 8, ["model-value", "data-cy", "error-messages", "required", "label", "clearable"]));
|
|
7262
7262
|
}
|
|
7263
|
-
}),
|
|
7263
|
+
}), lm = /* @__PURE__ */ R({
|
|
7264
7264
|
__name: "AFilterDatetimePicker",
|
|
7265
7265
|
props: {
|
|
7266
7266
|
modelValue: null
|
|
7267
7267
|
},
|
|
7268
7268
|
emits: ["update:modelValue"],
|
|
7269
7269
|
setup(t, { emit: n }) {
|
|
7270
|
-
const e = t, a =
|
|
7270
|
+
const e = t, a = _({
|
|
7271
7271
|
get() {
|
|
7272
7272
|
return e.modelValue.model;
|
|
7273
7273
|
},
|
|
7274
7274
|
set(l) {
|
|
7275
7275
|
n("update:modelValue", { ...e.modelValue, model: l });
|
|
7276
7276
|
}
|
|
7277
|
-
}), { t: o } = X(), s =
|
|
7277
|
+
}), { t: o } = X(), s = _(() => e.modelValue.titleT ? o(e.modelValue.titleT) : void 0);
|
|
7278
7278
|
return (l, c) => (k(), B(Ar, {
|
|
7279
7279
|
modelValue: h(a),
|
|
7280
7280
|
"onUpdate:modelValue": c[0] || (c[0] = (d) => Ue(a) ? a.value = d : null),
|
|
@@ -7284,7 +7284,7 @@ const Ar = /* @__PURE__ */ mt(Ki, [["__scopeId", "data-v-59e27a40"]]), nm = /* @
|
|
|
7284
7284
|
}, null, 8, ["modelValue", "clearable", "default-value", "label"]));
|
|
7285
7285
|
}
|
|
7286
7286
|
});
|
|
7287
|
-
function
|
|
7287
|
+
function Sr() {
|
|
7288
7288
|
return Yr({
|
|
7289
7289
|
sortBy: "createdAt",
|
|
7290
7290
|
descending: !0,
|
|
@@ -7296,15 +7296,15 @@ function _r() {
|
|
|
7296
7296
|
totalCount: 0
|
|
7297
7297
|
});
|
|
7298
7298
|
}
|
|
7299
|
-
function
|
|
7299
|
+
function um(t) {
|
|
7300
7300
|
return {
|
|
7301
|
-
showPagination:
|
|
7301
|
+
showPagination: _(() => !(t.page === 1 && t.currentViewCount < t.rowsPerPage))
|
|
7302
7302
|
};
|
|
7303
7303
|
}
|
|
7304
7304
|
const Zi = {
|
|
7305
7305
|
key: 0,
|
|
7306
7306
|
class: "required"
|
|
7307
|
-
},
|
|
7307
|
+
}, dm = /* @__PURE__ */ R({
|
|
7308
7308
|
__name: "AFormRemoteAutocomplete",
|
|
7309
7309
|
props: {
|
|
7310
7310
|
modelValue: null,
|
|
@@ -7327,14 +7327,14 @@ const Zi = {
|
|
|
7327
7327
|
},
|
|
7328
7328
|
emits: ["update:modelValue", "blur", "focus", "searchChange", "searchChangeDebounced"],
|
|
7329
7329
|
setup(t, { emit: n }) {
|
|
7330
|
-
const e = t, a =
|
|
7330
|
+
const e = t, a = _({
|
|
7331
7331
|
get() {
|
|
7332
7332
|
return e.modelValue;
|
|
7333
7333
|
},
|
|
7334
7334
|
set(g) {
|
|
7335
7335
|
n("update:modelValue", Bt(g));
|
|
7336
7336
|
}
|
|
7337
|
-
}), o =
|
|
7337
|
+
}), o = _({
|
|
7338
7338
|
get() {
|
|
7339
7339
|
return a.value;
|
|
7340
7340
|
},
|
|
@@ -7346,10 +7346,10 @@ const Zi = {
|
|
|
7346
7346
|
}, p = () => {
|
|
7347
7347
|
var g;
|
|
7348
7348
|
d.value = !1, (g = e.v) == null || g.$touch(), n("blur", a.value);
|
|
7349
|
-
}, f =
|
|
7349
|
+
}, f = _(() => {
|
|
7350
7350
|
var g, b;
|
|
7351
7351
|
return $(e.errorMessage) ? (b = (g = e.v) == null ? void 0 : g.$errors) != null && b.length ? e.v.$errors.map((T) => T.$message) : [] : [e.errorMessage];
|
|
7352
|
-
}), m =
|
|
7352
|
+
}), m = _(() => {
|
|
7353
7353
|
var b, T;
|
|
7354
7354
|
if (!$(e.label))
|
|
7355
7355
|
return e.label;
|
|
@@ -7357,18 +7357,18 @@ const Zi = {
|
|
|
7357
7357
|
return "";
|
|
7358
7358
|
const { end: g } = At((T = e.v) == null ? void 0 : T.$path, ".");
|
|
7359
7359
|
return s(l + "." + c + ".model." + g);
|
|
7360
|
-
}), w =
|
|
7360
|
+
}), w = _(() => {
|
|
7361
7361
|
var g, b;
|
|
7362
7362
|
return $(e.required) ? ((g = e.v) == null ? void 0 : g.required) && ((b = e.v) == null ? void 0 : b.required.$params.type) === "required" : e.required;
|
|
7363
|
-
}), j =
|
|
7364
|
-
|
|
7363
|
+
}), j = _(() => e.multiple !== !1), D = (g, b) => [...new Map([...g, ...b].map((T) => [T.value, T])).values()], N = te(!1), { innerFilter: P } = Xa(e), I = Sr(), L = te([]), H = te([]), se = te([]), ue = _(() => D(se.value, H.value)), ge = async (g) => {
|
|
7364
|
+
N.value = !0;
|
|
7365
7365
|
const b = P.value[e.filterByField];
|
|
7366
|
-
b.model = g, H.value = await e.fetchItems(I, P.value),
|
|
7366
|
+
b.model = g, H.value = await e.fetchItems(I, P.value), N.value = !1;
|
|
7367
7367
|
};
|
|
7368
7368
|
if (e.lazyLoader) {
|
|
7369
7369
|
const { allValues: g, loadedAll: b } = e.lazyLoader();
|
|
7370
7370
|
ct(b, (T) => {
|
|
7371
|
-
T &&
|
|
7371
|
+
T && L.value.length > 0 && (se.value = g.value.filter((M) => L.value.includes(M.value)));
|
|
7372
7372
|
});
|
|
7373
7373
|
}
|
|
7374
7374
|
const we = (g) => {
|
|
@@ -7383,9 +7383,9 @@ const Zi = {
|
|
|
7383
7383
|
if (!e.lazyLoader)
|
|
7384
7384
|
return b(!1);
|
|
7385
7385
|
const { hasId: T, allValues: M, loadedAll: z } = e.lazyLoader();
|
|
7386
|
-
return g.every((K) => T(K)) ? z.value ? (se.value = Bt(M.value.filter((K) => g.includes(K.value))), b(!0)) : (g.forEach((K) =>
|
|
7387
|
-
}),
|
|
7388
|
-
!e.disableInitFetch && (ur(g) || ke(g)) && (
|
|
7386
|
+
return g.every((K) => T(K)) ? z.value ? (se.value = Bt(M.value.filter((K) => g.includes(K.value))), b(!0)) : (g.forEach((K) => L.value.push(K)), b(!0)) : b(!1);
|
|
7387
|
+
}), _e = async (g) => {
|
|
7388
|
+
!e.disableInitFetch && (ur(g) || ke(g)) && (N.value = !0, H.value = await e.fetchItems(I, P.value), N.value = !1);
|
|
7389
7389
|
};
|
|
7390
7390
|
ct(
|
|
7391
7391
|
a,
|
|
@@ -7393,7 +7393,7 @@ const Zi = {
|
|
|
7393
7393
|
if (g === b)
|
|
7394
7394
|
return;
|
|
7395
7395
|
if (ke(g) || $(g) || Xe(g) && g.length === 0) {
|
|
7396
|
-
se.value = [], await
|
|
7396
|
+
se.value = [], await _e(g);
|
|
7397
7397
|
return;
|
|
7398
7398
|
}
|
|
7399
7399
|
const T = Xe(g) ? g : [g], M = await ee(T), z = await G(T);
|
|
@@ -7423,7 +7423,7 @@ const Zi = {
|
|
|
7423
7423
|
multiple: h(j),
|
|
7424
7424
|
clearable: t.clearable,
|
|
7425
7425
|
"error-messages": h(f),
|
|
7426
|
-
loading:
|
|
7426
|
+
loading: N.value,
|
|
7427
7427
|
dirty: "",
|
|
7428
7428
|
onBlur: p,
|
|
7429
7429
|
onFocus: y,
|
|
@@ -7446,7 +7446,7 @@ const Zi = {
|
|
|
7446
7446
|
props: T,
|
|
7447
7447
|
item: M
|
|
7448
7448
|
}, () => [
|
|
7449
|
-
|
|
7449
|
+
S(zt, ta(T, {
|
|
7450
7450
|
text: M.title
|
|
7451
7451
|
}), null, 16, ["text"])
|
|
7452
7452
|
])
|
|
@@ -7458,7 +7458,7 @@ const Zi = {
|
|
|
7458
7458
|
}), Qi = { key: 0 }, Xi = {
|
|
7459
7459
|
key: 0,
|
|
7460
7460
|
class: "required"
|
|
7461
|
-
},
|
|
7461
|
+
}, cm = /* @__PURE__ */ R({
|
|
7462
7462
|
__name: "AFormValueObjectOptionsSelect",
|
|
7463
7463
|
props: {
|
|
7464
7464
|
modelValue: null,
|
|
@@ -7475,7 +7475,7 @@ const Zi = {
|
|
|
7475
7475
|
},
|
|
7476
7476
|
emits: ["update:modelValue", "blur"],
|
|
7477
7477
|
setup(t, { emit: n }) {
|
|
7478
|
-
const e = t, a =
|
|
7478
|
+
const e = t, a = _({
|
|
7479
7479
|
get() {
|
|
7480
7480
|
return e.modelValue;
|
|
7481
7481
|
},
|
|
@@ -7485,10 +7485,10 @@ const Zi = {
|
|
|
7485
7485
|
}), o = De(at, void 0), s = De(rt, void 0), { t: l } = X(), c = () => {
|
|
7486
7486
|
var m;
|
|
7487
7487
|
n("blur", e.modelValue), (m = e.v) == null || m.$touch();
|
|
7488
|
-
}, d =
|
|
7488
|
+
}, d = _(() => {
|
|
7489
7489
|
var m, w;
|
|
7490
7490
|
return $(e.errorMessage) ? (w = (m = e.v) == null ? void 0 : m.$errors) != null && w.length ? e.v.$errors.map((j) => j.$message) : [] : [e.errorMessage];
|
|
7491
|
-
}), y =
|
|
7491
|
+
}), y = _(() => {
|
|
7492
7492
|
var w, j;
|
|
7493
7493
|
if (!$(e.label))
|
|
7494
7494
|
return e.label;
|
|
@@ -7496,10 +7496,10 @@ const Zi = {
|
|
|
7496
7496
|
return "";
|
|
7497
7497
|
const { end: m } = At((j = e.v) == null ? void 0 : j.$path, ".");
|
|
7498
7498
|
return l(o + "." + s + ".model." + m);
|
|
7499
|
-
}), p =
|
|
7499
|
+
}), p = _(() => {
|
|
7500
7500
|
var m, w;
|
|
7501
7501
|
return $(e.required) ? !!((m = e.v) != null && m.required && ((w = e.v) == null ? void 0 : w.required.$params.type) === "required") : e.required;
|
|
7502
|
-
}), f =
|
|
7502
|
+
}), f = _(() => e.multiple !== !1);
|
|
7503
7503
|
return (m, w) => (k(), B(En, {
|
|
7504
7504
|
modelValue: h(a),
|
|
7505
7505
|
"onUpdate:modelValue": w[0] || (w[0] = (j) => Ue(a) ? a.value = j : null),
|
|
@@ -7521,7 +7521,7 @@ const Zi = {
|
|
|
7521
7521
|
_: 1
|
|
7522
7522
|
}, 8, ["modelValue", "items", "multiple", "clearable", "error-messages", "data-cy"]));
|
|
7523
7523
|
}
|
|
7524
|
-
}),
|
|
7524
|
+
}), fm = /* @__PURE__ */ R({
|
|
7525
7525
|
__name: "AFilterValueObjectOptionsSelect",
|
|
7526
7526
|
props: {
|
|
7527
7527
|
modelValue: null,
|
|
@@ -7529,14 +7529,14 @@ const Zi = {
|
|
|
7529
7529
|
},
|
|
7530
7530
|
emits: ["update:modelValue", "change"],
|
|
7531
7531
|
setup(t, { emit: n }) {
|
|
7532
|
-
const e = t, { clearOne: a } = ra(), o =
|
|
7532
|
+
const e = t, { clearOne: a } = ra(), o = _({
|
|
7533
7533
|
get() {
|
|
7534
7534
|
return e.modelValue.model;
|
|
7535
7535
|
},
|
|
7536
7536
|
set(c) {
|
|
7537
7537
|
n("update:modelValue", { ...e.modelValue, model: c }), n("change");
|
|
7538
7538
|
}
|
|
7539
|
-
}), { t: s } = X(), l =
|
|
7539
|
+
}), { t: s } = X(), l = _(() => e.modelValue.titleT ? s(e.modelValue.titleT) : void 0);
|
|
7540
7540
|
return (c, d) => (k(), B(En, {
|
|
7541
7541
|
modelValue: h(o),
|
|
7542
7542
|
"onUpdate:modelValue": d[0] || (d[0] = (y) => Ue(o) ? o.value = y : null),
|
|
@@ -7549,7 +7549,7 @@ const Zi = {
|
|
|
7549
7549
|
onChange: d[2] || (d[2] = (y) => n("change"))
|
|
7550
7550
|
}, null, 8, ["modelValue", "items", "label", "multiple", "clearable"]));
|
|
7551
7551
|
}
|
|
7552
|
-
}),
|
|
7552
|
+
}), mm = /* @__PURE__ */ R({
|
|
7553
7553
|
__name: "AFilterRemoteAutocomplete",
|
|
7554
7554
|
props: {
|
|
7555
7555
|
modelValue: null,
|
|
@@ -7560,7 +7560,7 @@ const Zi = {
|
|
|
7560
7560
|
},
|
|
7561
7561
|
emits: ["update:modelValue"],
|
|
7562
7562
|
setup(t, { emit: n }) {
|
|
7563
|
-
const e = t, a =
|
|
7563
|
+
const e = t, a = _({
|
|
7564
7564
|
get() {
|
|
7565
7565
|
return e.modelValue.model;
|
|
7566
7566
|
},
|
|
@@ -7569,12 +7569,12 @@ const Zi = {
|
|
|
7569
7569
|
}
|
|
7570
7570
|
}), o = te(), { innerFilter: s } = Xa(e), l = (P) => {
|
|
7571
7571
|
const I = /* @__PURE__ */ new Map();
|
|
7572
|
-
for (let
|
|
7573
|
-
const H = P[
|
|
7572
|
+
for (let L = 0; L < P.length; ++L) {
|
|
7573
|
+
const H = P[L];
|
|
7574
7574
|
H != null && !I.has(H.value) && I.set(H.value, H);
|
|
7575
7575
|
}
|
|
7576
7576
|
return Array.from(I.values());
|
|
7577
|
-
}, c =
|
|
7577
|
+
}, c = Sr(), d = te([]), y = te([]), p = _(() => l(y.value.concat(d.value))), f = te(!1), m = async (P) => {
|
|
7578
7578
|
if (P.length > 0) {
|
|
7579
7579
|
f.value = !0;
|
|
7580
7580
|
const I = s.value[e.filterByField];
|
|
@@ -7583,12 +7583,12 @@ const Zi = {
|
|
|
7583
7583
|
}, w = (P) => {
|
|
7584
7584
|
const I = y.value.filter(
|
|
7585
7585
|
(H) => P.includes(H.value)
|
|
7586
|
-
),
|
|
7587
|
-
return l([].concat(I,
|
|
7586
|
+
), L = d.value.filter((H) => P.includes(H.value));
|
|
7587
|
+
return l([].concat(I, L));
|
|
7588
7588
|
}, j = async (P) => {
|
|
7589
|
-
let I = 1,
|
|
7590
|
-
return Xe(P) ? (I = P.length,
|
|
7591
|
-
}, { t: D } = X(),
|
|
7589
|
+
let I = 1, L = [];
|
|
7590
|
+
return Xe(P) ? (I = P.length, L = w(P)) : L = w([P]), y.value = L, L.length === I;
|
|
7591
|
+
}, { t: D } = X(), N = _(() => e.modelValue.titleT ? D(e.modelValue.titleT) : void 0);
|
|
7592
7592
|
return ct(
|
|
7593
7593
|
a,
|
|
7594
7594
|
async (P) => {
|
|
@@ -7609,14 +7609,14 @@ const Zi = {
|
|
|
7609
7609
|
{ debounce: 300, maxWait: 1e3 }
|
|
7610
7610
|
), (P, I) => (k(), B(En, {
|
|
7611
7611
|
modelValue: h(a),
|
|
7612
|
-
"onUpdate:modelValue": I[0] || (I[0] = (
|
|
7612
|
+
"onUpdate:modelValue": I[0] || (I[0] = (L) => Ue(a) ? a.value = L : null),
|
|
7613
7613
|
search: o.value,
|
|
7614
|
-
"onUpdate:search": I[1] || (I[1] = (
|
|
7614
|
+
"onUpdate:search": I[1] || (I[1] = (L) => o.value = L),
|
|
7615
7615
|
items: h(p),
|
|
7616
7616
|
"item-title": "title",
|
|
7617
7617
|
"item-value": "value",
|
|
7618
7618
|
"no-filter": "",
|
|
7619
|
-
label: h(
|
|
7619
|
+
label: h(N),
|
|
7620
7620
|
multiple: t.modelValue.multiple,
|
|
7621
7621
|
clearable: !t.modelValue.mandatory
|
|
7622
7622
|
}, null, 8, ["modelValue", "search", "items", "label", "multiple", "clearable"]));
|
|
@@ -7628,28 +7628,28 @@ const Zi = {
|
|
|
7628
7628
|
},
|
|
7629
7629
|
emits: ["update:modelValue"],
|
|
7630
7630
|
setup(t, { emit: n }) {
|
|
7631
|
-
const e = t, a =
|
|
7631
|
+
const e = t, a = _({
|
|
7632
7632
|
get() {
|
|
7633
7633
|
return e.modelValue.model;
|
|
7634
7634
|
},
|
|
7635
7635
|
set(l) {
|
|
7636
7636
|
n("update:modelValue", { ...e.modelValue, model: l });
|
|
7637
7637
|
}
|
|
7638
|
-
}), { t: o } = X(), s =
|
|
7638
|
+
}), { t: o } = X(), s = _(() => e.modelValue.titleT ? o(e.modelValue.titleT) : void 0);
|
|
7639
7639
|
return (l, c) => (k(), U("div", es, [
|
|
7640
|
-
|
|
7640
|
+
S(tr, { class: "pr-1" }, {
|
|
7641
7641
|
default: C(() => [
|
|
7642
7642
|
ie("span", null, V(h(s)), 1)
|
|
7643
7643
|
]),
|
|
7644
7644
|
_: 1
|
|
7645
7645
|
}),
|
|
7646
|
-
|
|
7646
|
+
S(In, {
|
|
7647
7647
|
modelValue: h(a),
|
|
7648
7648
|
"onUpdate:modelValue": c[0] || (c[0] = (d) => Ue(a) ? a.value = d : null),
|
|
7649
7649
|
size: "small"
|
|
7650
7650
|
}, {
|
|
7651
7651
|
default: C(() => [
|
|
7652
|
-
|
|
7652
|
+
S(de, {
|
|
7653
7653
|
size: "small",
|
|
7654
7654
|
value: !0,
|
|
7655
7655
|
color: h(a) === !0 ? "secondary" : ""
|
|
@@ -7659,7 +7659,7 @@ const Zi = {
|
|
|
7659
7659
|
]),
|
|
7660
7660
|
_: 1
|
|
7661
7661
|
}, 8, ["color"]),
|
|
7662
|
-
|
|
7662
|
+
S(de, {
|
|
7663
7663
|
size: "small",
|
|
7664
7664
|
value: !1,
|
|
7665
7665
|
color: h(a) === !1 ? "secondary" : ""
|
|
@@ -7675,7 +7675,7 @@ const Zi = {
|
|
|
7675
7675
|
]));
|
|
7676
7676
|
}
|
|
7677
7677
|
});
|
|
7678
|
-
const
|
|
7678
|
+
const pm = /* @__PURE__ */ mt(ts, [["__scopeId", "data-v-2ee04bbf"]]);
|
|
7679
7679
|
var ns = /* @__PURE__ */ ((t) => (t.Waiting = "waiting", t.Processing = "processing", t.AwaitingBatchProcess = "awaiting_batch_process", t.Done = "done", t.Error = "error", t.Default = "waiting", t))(ns || {});
|
|
7680
7680
|
function as() {
|
|
7681
7681
|
const { t } = X(), n = te([
|
|
@@ -7710,13 +7710,13 @@ function as() {
|
|
|
7710
7710
|
getJobStatusOption: (a) => n.value.find((o) => o.value === a)
|
|
7711
7711
|
};
|
|
7712
7712
|
}
|
|
7713
|
-
const
|
|
7713
|
+
const hm = /* @__PURE__ */ R({
|
|
7714
7714
|
__name: "AJobStatusChip",
|
|
7715
7715
|
props: {
|
|
7716
7716
|
value: null
|
|
7717
7717
|
},
|
|
7718
7718
|
setup(t) {
|
|
7719
|
-
const n = t, { getJobStatusOption: e } = as(), a =
|
|
7719
|
+
const n = t, { getJobStatusOption: e } = as(), a = _(() => e(n.value));
|
|
7720
7720
|
return (o, s) => (k(), B(zt, {
|
|
7721
7721
|
color: h(a).color,
|
|
7722
7722
|
label: "",
|
|
@@ -7778,13 +7778,13 @@ function os() {
|
|
|
7778
7778
|
getLogLevelOption: (e) => t.value.find((a) => a.value === e)
|
|
7779
7779
|
};
|
|
7780
7780
|
}
|
|
7781
|
-
const
|
|
7781
|
+
const gm = /* @__PURE__ */ R({
|
|
7782
7782
|
__name: "ALogLevelChip",
|
|
7783
7783
|
props: {
|
|
7784
7784
|
level: null
|
|
7785
7785
|
},
|
|
7786
7786
|
setup(t) {
|
|
7787
|
-
const n = t, { getLogLevelOption: e } = os(), a =
|
|
7787
|
+
const n = t, { getLogLevelOption: e } = os(), a = _(() => e(n.level));
|
|
7788
7788
|
return (o, s) => h(a) ? (k(), B(zt, {
|
|
7789
7789
|
key: 0,
|
|
7790
7790
|
color: h(a).color,
|
|
@@ -7870,15 +7870,15 @@ function ia() {
|
|
|
7870
7870
|
},
|
|
7871
7871
|
showApiError: (m, w = -1, j = !1) => {
|
|
7872
7872
|
const { t: D } = Q.global;
|
|
7873
|
-
let
|
|
7873
|
+
let N = D("common.alert.fixApiValidationErrors") + qa;
|
|
7874
7874
|
for (let P = 0; P < m.length; P++) {
|
|
7875
|
-
|
|
7875
|
+
N += j ? m[P].field + ": " : D(m[P].field) + ": ";
|
|
7876
7876
|
for (let I = 0; I < m[P].errors.length; I++)
|
|
7877
|
-
|
|
7877
|
+
N += D("validations.api." + m[P].errors[I]) + qa;
|
|
7878
7878
|
}
|
|
7879
7879
|
Ge({
|
|
7880
7880
|
group: "alerts",
|
|
7881
|
-
text:
|
|
7881
|
+
text: N,
|
|
7882
7882
|
duration: w * 1e3,
|
|
7883
7883
|
type: "error"
|
|
7884
7884
|
});
|
|
@@ -7894,7 +7894,7 @@ function ia() {
|
|
|
7894
7894
|
}
|
|
7895
7895
|
};
|
|
7896
7896
|
}
|
|
7897
|
-
const
|
|
7897
|
+
const _r = (t) => "" + t, is = ["data-cy", "onClick"], vm = /* @__PURE__ */ R({
|
|
7898
7898
|
__name: "ACopyText",
|
|
7899
7899
|
props: {
|
|
7900
7900
|
value: null,
|
|
@@ -7903,7 +7903,7 @@ const Sr = (t) => "" + t, is = ["data-cy", "onClick"], fm = /* @__PURE__ */ R({
|
|
|
7903
7903
|
},
|
|
7904
7904
|
setup(t) {
|
|
7905
7905
|
const n = t, { copy: e, isSupported: a } = ar(), { showSuccess: o } = ia(), { t: s } = X(), l = (c) => {
|
|
7906
|
-
et(c), a && (na(n.value) ? e(
|
|
7906
|
+
et(c), a && (na(n.value) ? e(_r(n.value)).then(() => {
|
|
7907
7907
|
o(s(n.notifyT));
|
|
7908
7908
|
}) : nt(n.value) && n.value.length && e(n.value).then(() => {
|
|
7909
7909
|
o(s(n.notifyT));
|
|
@@ -7921,12 +7921,12 @@ const Sr = (t) => "" + t, is = ["data-cy", "onClick"], fm = /* @__PURE__ */ R({
|
|
|
7921
7921
|
size: "x-small",
|
|
7922
7922
|
icon: "mdi-content-copy"
|
|
7923
7923
|
})) : re("", !0),
|
|
7924
|
-
|
|
7924
|
+
S(Ke, {
|
|
7925
7925
|
activator: "parent",
|
|
7926
7926
|
location: "bottom"
|
|
7927
7927
|
}, {
|
|
7928
7928
|
default: C(() => [
|
|
7929
|
-
Z("Copy")
|
|
7929
|
+
Z(" Copy ")
|
|
7930
7930
|
]),
|
|
7931
7931
|
_: 1
|
|
7932
7932
|
})
|
|
@@ -7952,19 +7952,19 @@ const ss = {
|
|
|
7952
7952
|
key: 2,
|
|
7953
7953
|
icon: t.mainIcon
|
|
7954
7954
|
}, null, 8, ["icon"])) : (k(), U("div", ls, [
|
|
7955
|
-
|
|
7955
|
+
S(he, {
|
|
7956
7956
|
size: t.size,
|
|
7957
7957
|
class: "anzu-icon-group__main-icon",
|
|
7958
7958
|
icon: t.mainIcon
|
|
7959
7959
|
}, null, 8, ["size", "icon"]),
|
|
7960
7960
|
ie("div", us, V(t.secondaryText), 1)
|
|
7961
7961
|
])) : (k(), U("div", ss, [
|
|
7962
|
-
|
|
7962
|
+
S(he, {
|
|
7963
7963
|
size: t.size,
|
|
7964
7964
|
class: "anzu-icon-group__main-icon",
|
|
7965
7965
|
icon: t.mainIcon
|
|
7966
7966
|
}, null, 8, ["size", "icon"]),
|
|
7967
|
-
|
|
7967
|
+
S(he, {
|
|
7968
7968
|
size: t.size,
|
|
7969
7969
|
class: "anzu-icon-group__secondary-icon",
|
|
7970
7970
|
icon: t.secondaryIcon
|
|
@@ -7975,7 +7975,7 @@ const ss = {
|
|
|
7975
7975
|
const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
7976
7976
|
key: 0,
|
|
7977
7977
|
class: "app-page-title-icon"
|
|
7978
|
-
}, fs = ["data-cy"], ms = { class: "text-subtitle-1 font-weight-bold pl-2" },
|
|
7978
|
+
}, fs = ["data-cy"], ms = { class: "text-subtitle-1 font-weight-bold pl-2" }, ym = /* @__PURE__ */ R({
|
|
7979
7979
|
__name: "APageTitle",
|
|
7980
7980
|
props: {
|
|
7981
7981
|
heading: { default: "" },
|
|
@@ -7985,7 +7985,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
7985
7985
|
setup(t) {
|
|
7986
7986
|
return (n, e) => (k(), U("div", ds, [
|
|
7987
7987
|
t.icon ? (k(), U("div", cs, [
|
|
7988
|
-
|
|
7988
|
+
S(he, {
|
|
7989
7989
|
class: "icon-gradient",
|
|
7990
7990
|
size: "x-small",
|
|
7991
7991
|
icon: t.icon
|
|
@@ -7999,7 +7999,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
7999
7999
|
], 8, fs)
|
|
8000
8000
|
]));
|
|
8001
8001
|
}
|
|
8002
|
-
}),
|
|
8002
|
+
}), bm = /* @__PURE__ */ R({
|
|
8003
8003
|
__name: "AUserAndTimeTrackingFields",
|
|
8004
8004
|
props: {
|
|
8005
8005
|
data: null,
|
|
@@ -8016,7 +8016,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8016
8016
|
title: h(n)("common.model.tracking.created")
|
|
8017
8017
|
}, {
|
|
8018
8018
|
default: C(() => [
|
|
8019
|
-
|
|
8019
|
+
S(za, {
|
|
8020
8020
|
"date-time": t.data.createdAt
|
|
8021
8021
|
}, null, 8, ["date-time"])
|
|
8022
8022
|
]),
|
|
@@ -8027,7 +8027,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8027
8027
|
title: h(n)("common.model.tracking.modified")
|
|
8028
8028
|
}, {
|
|
8029
8029
|
default: C(() => [
|
|
8030
|
-
|
|
8030
|
+
S(za, {
|
|
8031
8031
|
"date-time": t.data.modifiedAt
|
|
8032
8032
|
}, null, 8, ["date-time"])
|
|
8033
8033
|
]),
|
|
@@ -8035,7 +8035,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8035
8035
|
}, 8, ["title"]))
|
|
8036
8036
|
], 64));
|
|
8037
8037
|
}
|
|
8038
|
-
}),
|
|
8038
|
+
}), wm = /* @__PURE__ */ R({
|
|
8039
8039
|
__name: "AActionCloseButton",
|
|
8040
8040
|
props: {
|
|
8041
8041
|
routeName: null,
|
|
@@ -8056,8 +8056,8 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8056
8056
|
height: 36
|
|
8057
8057
|
}, {
|
|
8058
8058
|
default: C(() => [
|
|
8059
|
-
|
|
8060
|
-
|
|
8059
|
+
S(he, { icon: "mdi-close" }),
|
|
8060
|
+
S(Ke, {
|
|
8061
8061
|
activator: "parent",
|
|
8062
8062
|
location: "bottom"
|
|
8063
8063
|
}, {
|
|
@@ -8070,7 +8070,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8070
8070
|
_: 1
|
|
8071
8071
|
}, 8, ["class", "data-cy", "to"]));
|
|
8072
8072
|
}
|
|
8073
|
-
}),
|
|
8073
|
+
}), km = /* @__PURE__ */ R({
|
|
8074
8074
|
__name: "AActionCreateButton",
|
|
8075
8075
|
props: {
|
|
8076
8076
|
routeName: null,
|
|
@@ -8093,7 +8093,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8093
8093
|
_: 1
|
|
8094
8094
|
}, 8, ["class", "data-cy", "to"]));
|
|
8095
8095
|
}
|
|
8096
|
-
}), ps = { class: "d-block pl-0 w-100" }, hs = { class: "text-h6" },
|
|
8096
|
+
}), ps = { class: "d-block pl-0 w-100" }, hs = { class: "text-h6" }, Dm = /* @__PURE__ */ R({
|
|
8097
8097
|
__name: "AActionDeleteButton",
|
|
8098
8098
|
props: {
|
|
8099
8099
|
variant: { default: "text" },
|
|
@@ -8128,7 +8128,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8128
8128
|
return n({
|
|
8129
8129
|
closeDialog: c
|
|
8130
8130
|
}), (p, f) => (k(), U(Je, null, [
|
|
8131
|
-
|
|
8131
|
+
S(de, {
|
|
8132
8132
|
class: Me(t.buttonClass),
|
|
8133
8133
|
"data-cy": t.dataCy,
|
|
8134
8134
|
icon: "",
|
|
@@ -8142,8 +8142,8 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8142
8142
|
onClick: le(s, ["stop"])
|
|
8143
8143
|
}, {
|
|
8144
8144
|
default: C(() => [
|
|
8145
|
-
|
|
8146
|
-
|
|
8145
|
+
S(he, { icon: "mdi-trash-can-outline" }),
|
|
8146
|
+
S(Ke, {
|
|
8147
8147
|
activator: "parent",
|
|
8148
8148
|
location: "bottom"
|
|
8149
8149
|
}, {
|
|
@@ -8155,7 +8155,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8155
8155
|
]),
|
|
8156
8156
|
_: 1
|
|
8157
8157
|
}, 8, ["class", "data-cy", "variant", "disabled", "color", "loading", "width", "height", "onClick"]),
|
|
8158
|
-
|
|
8158
|
+
S(uo, {
|
|
8159
8159
|
modelValue: o.value,
|
|
8160
8160
|
"onUpdate:modelValue": f[0] || (f[0] = (m) => o.value = m),
|
|
8161
8161
|
persistent: "",
|
|
@@ -8168,7 +8168,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8168
8168
|
"data-cy": "delete-panel"
|
|
8169
8169
|
}, {
|
|
8170
8170
|
default: C(() => [
|
|
8171
|
-
|
|
8171
|
+
S(co, {
|
|
8172
8172
|
class: "pl-2",
|
|
8173
8173
|
density: "compact"
|
|
8174
8174
|
}, {
|
|
@@ -8176,10 +8176,10 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8176
8176
|
ie("div", ps, [
|
|
8177
8177
|
ie("div", hs, V(h(y)(t.dialogMessageT)), 1)
|
|
8178
8178
|
]),
|
|
8179
|
-
|
|
8180
|
-
|
|
8179
|
+
S(Ia),
|
|
8180
|
+
S(fo, null, {
|
|
8181
8181
|
default: C(() => [
|
|
8182
|
-
|
|
8182
|
+
S(de, {
|
|
8183
8183
|
class: "ml-2",
|
|
8184
8184
|
icon: "mdi-close",
|
|
8185
8185
|
size: "small",
|
|
@@ -8194,10 +8194,10 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8194
8194
|
]),
|
|
8195
8195
|
_: 1
|
|
8196
8196
|
}),
|
|
8197
|
-
|
|
8197
|
+
S(Wr, null, {
|
|
8198
8198
|
default: C(() => [
|
|
8199
|
-
|
|
8200
|
-
|
|
8199
|
+
S(Ia),
|
|
8200
|
+
S(de, {
|
|
8201
8201
|
color: t.dialogCancelColor,
|
|
8202
8202
|
text: "",
|
|
8203
8203
|
disabled: t.loading,
|
|
@@ -8209,7 +8209,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8209
8209
|
]),
|
|
8210
8210
|
_: 1
|
|
8211
8211
|
}, 8, ["color", "disabled", "onClick"]),
|
|
8212
|
-
|
|
8212
|
+
S(de, {
|
|
8213
8213
|
color: t.dialogConfirmColor,
|
|
8214
8214
|
loading: t.loading,
|
|
8215
8215
|
"data-cy": "button-confirm",
|
|
@@ -8231,7 +8231,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8231
8231
|
}, 8, ["modelValue"])
|
|
8232
8232
|
], 64));
|
|
8233
8233
|
}
|
|
8234
|
-
}),
|
|
8234
|
+
}), Cm = /* @__PURE__ */ R({
|
|
8235
8235
|
__name: "AActionEditButton",
|
|
8236
8236
|
props: {
|
|
8237
8237
|
routeName: null,
|
|
@@ -8260,7 +8260,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8260
8260
|
_: 1
|
|
8261
8261
|
}, 8, ["class", "data-cy", "loading", "onClick"]));
|
|
8262
8262
|
}
|
|
8263
|
-
}),
|
|
8263
|
+
}), Mm = /* @__PURE__ */ R({
|
|
8264
8264
|
__name: "AActionSaveAndCloseButton",
|
|
8265
8265
|
props: {
|
|
8266
8266
|
buttonT: { default: "common.button.saveAndClose" },
|
|
@@ -8287,11 +8287,11 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8287
8287
|
onClick: le(e, ["stop"])
|
|
8288
8288
|
}, {
|
|
8289
8289
|
default: C(() => [
|
|
8290
|
-
|
|
8290
|
+
S(Tr, {
|
|
8291
8291
|
"main-icon": "mdi-content-save",
|
|
8292
8292
|
"secondary-icon": "mdi-close"
|
|
8293
8293
|
}),
|
|
8294
|
-
|
|
8294
|
+
S(Ke, {
|
|
8295
8295
|
activator: "parent",
|
|
8296
8296
|
location: "bottom"
|
|
8297
8297
|
}, {
|
|
@@ -8304,7 +8304,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8304
8304
|
_: 1
|
|
8305
8305
|
}, 8, ["class", "data-cy", "loading", "disabled", "onClick"]));
|
|
8306
8306
|
}
|
|
8307
|
-
}),
|
|
8307
|
+
}), Am = /* @__PURE__ */ R({
|
|
8308
8308
|
__name: "AActionSaveButton",
|
|
8309
8309
|
props: {
|
|
8310
8310
|
buttonT: { default: "common.button.save" },
|
|
@@ -8331,8 +8331,8 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8331
8331
|
onClick: le(e, ["stop"])
|
|
8332
8332
|
}, {
|
|
8333
8333
|
default: C(() => [
|
|
8334
|
-
|
|
8335
|
-
|
|
8334
|
+
S(he, { icon: "mdi-content-save" }),
|
|
8335
|
+
S(Ke, {
|
|
8336
8336
|
activator: "parent",
|
|
8337
8337
|
location: "bottom"
|
|
8338
8338
|
}, {
|
|
@@ -8359,7 +8359,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8359
8359
|
_: 1
|
|
8360
8360
|
}, 8, ["class", "data-cy", "loading", "disabled", "onClick"]));
|
|
8361
8361
|
}
|
|
8362
|
-
}),
|
|
8362
|
+
}), Sm = /* @__PURE__ */ R({
|
|
8363
8363
|
__name: "ATableCopyIdButton",
|
|
8364
8364
|
props: {
|
|
8365
8365
|
id: null,
|
|
@@ -8372,7 +8372,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8372
8372
|
},
|
|
8373
8373
|
setup(t) {
|
|
8374
8374
|
const n = t, { t: e } = X(), { copy: a, isSupported: o } = ar(), { showSuccess: s } = ia(), l = (c) => {
|
|
8375
|
-
et(c), na(n.id) && n.id > 0 ? a(
|
|
8375
|
+
et(c), na(n.id) && n.id > 0 ? a(_r(n.id)).then(() => {
|
|
8376
8376
|
s(e(n.notifyT));
|
|
8377
8377
|
}) : nt(n.id) && n.id.length && a(n.id).then(() => {
|
|
8378
8378
|
s(e(n.notifyT));
|
|
@@ -8388,12 +8388,12 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8388
8388
|
onClick: le(l, ["stop"])
|
|
8389
8389
|
}, {
|
|
8390
8390
|
default: C(() => [
|
|
8391
|
-
|
|
8391
|
+
S(Tr, {
|
|
8392
8392
|
"secondary-text": h(e)(t.iconT),
|
|
8393
8393
|
"main-icon": "mdi-content-copy",
|
|
8394
8394
|
size: "small"
|
|
8395
8395
|
}, null, 8, ["secondary-text"]),
|
|
8396
|
-
|
|
8396
|
+
S(Ke, {
|
|
8397
8397
|
activator: "parent",
|
|
8398
8398
|
location: "bottom"
|
|
8399
8399
|
}, {
|
|
@@ -8406,7 +8406,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8406
8406
|
_: 1
|
|
8407
8407
|
}, 8, ["class", "data-cy", "size", "onClick"])) : re("", !0);
|
|
8408
8408
|
}
|
|
8409
|
-
}),
|
|
8409
|
+
}), _m = /* @__PURE__ */ R({
|
|
8410
8410
|
__name: "ATableDetailButton",
|
|
8411
8411
|
props: {
|
|
8412
8412
|
recordId: null,
|
|
@@ -8430,8 +8430,8 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8430
8430
|
}, ["stop"]))
|
|
8431
8431
|
}, {
|
|
8432
8432
|
default: C(() => [
|
|
8433
|
-
|
|
8434
|
-
|
|
8433
|
+
S(he, { icon: "mdi-information-outline" }),
|
|
8434
|
+
S(Ke, {
|
|
8435
8435
|
activator: "parent",
|
|
8436
8436
|
location: "bottom"
|
|
8437
8437
|
}, {
|
|
@@ -8444,7 +8444,7 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8444
8444
|
_: 1
|
|
8445
8445
|
}, 8, ["class", "data-cy", "target", "to"]));
|
|
8446
8446
|
}
|
|
8447
|
-
}),
|
|
8447
|
+
}), Tm = /* @__PURE__ */ R({
|
|
8448
8448
|
__name: "ATableEditButton",
|
|
8449
8449
|
props: {
|
|
8450
8450
|
recordId: null,
|
|
@@ -8468,8 +8468,8 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8468
8468
|
}, ["stop"]))
|
|
8469
8469
|
}, {
|
|
8470
8470
|
default: C(() => [
|
|
8471
|
-
|
|
8472
|
-
|
|
8471
|
+
S(he, { icon: "mdi-pencil" }),
|
|
8472
|
+
S(Ke, {
|
|
8473
8473
|
activator: "parent",
|
|
8474
8474
|
location: "bottom"
|
|
8475
8475
|
}, {
|
|
@@ -8483,13 +8483,13 @@ const ds = { class: "app-page-title-wrapper" }, cs = {
|
|
|
8483
8483
|
}, 8, ["class", "data-cy", "target", "to"]));
|
|
8484
8484
|
}
|
|
8485
8485
|
});
|
|
8486
|
-
var
|
|
8486
|
+
var Lt = /* @__PURE__ */ ((t) => (t.Light = "light", t.Dark = "dark", t.Auto = "auto", t))(Lt || {}), gs = /* @__PURE__ */ ((t) => (t.Light = "light", t.Dark = "dark", t))(gs || {});
|
|
8487
8487
|
const Xn = rr(
|
|
8488
8488
|
"theme",
|
|
8489
8489
|
"light"
|
|
8490
8490
|
/* Light */
|
|
8491
8491
|
), xr = "(prefers-color-scheme: dark)", xn = te(
|
|
8492
|
-
Object.values(
|
|
8492
|
+
Object.values(Lt).some((t) => t === Xn.value) ? Xn.value : "light"
|
|
8493
8493
|
/* Light */
|
|
8494
8494
|
), Vt = te(
|
|
8495
8495
|
"light"
|
|
@@ -8514,8 +8514,8 @@ const Un = (t) => {
|
|
|
8514
8514
|
window.matchMedia(xr).addEventListener("change", (t) => {
|
|
8515
8515
|
$r.value = t.matches, jt();
|
|
8516
8516
|
});
|
|
8517
|
-
const
|
|
8518
|
-
function
|
|
8517
|
+
const vs = _(() => Vt.value === "light" ? "white" : "#1A1A1A");
|
|
8518
|
+
function ys() {
|
|
8519
8519
|
const t = () => {
|
|
8520
8520
|
Un(
|
|
8521
8521
|
"auto"
|
|
@@ -8547,24 +8547,24 @@ function vs() {
|
|
|
8547
8547
|
return {
|
|
8548
8548
|
settings: Ft(xn),
|
|
8549
8549
|
theme: Ft(Vt),
|
|
8550
|
-
toolbarColor: Ft(
|
|
8550
|
+
toolbarColor: Ft(vs),
|
|
8551
8551
|
toggleTheme: a,
|
|
8552
8552
|
setThemeAuto: t,
|
|
8553
8553
|
setThemeDark: n,
|
|
8554
8554
|
setThemeLight: e
|
|
8555
8555
|
};
|
|
8556
8556
|
}
|
|
8557
|
-
const
|
|
8557
|
+
const bs = { key: 0 }, ws = { key: 1 }, ks = { key: 2 }, xm = /* @__PURE__ */ R({
|
|
8558
8558
|
__name: "AThemeSelect",
|
|
8559
8559
|
setup(t) {
|
|
8560
|
-
const { setThemeDark: n, setThemeAuto: e, setThemeLight: a, settings: o } =
|
|
8560
|
+
const { setThemeDark: n, setThemeAuto: e, setThemeLight: a, settings: o } = ys(), { t: s } = X(), l = te(!1);
|
|
8561
8561
|
return (c, d) => (k(), B(ir, {
|
|
8562
8562
|
modelValue: l.value,
|
|
8563
8563
|
"onUpdate:modelValue": d[0] || (d[0] = (y) => l.value = y),
|
|
8564
8564
|
"close-on-content-click": ""
|
|
8565
8565
|
}, {
|
|
8566
8566
|
activator: C(({ props: y }) => [
|
|
8567
|
-
|
|
8567
|
+
S(de, ta({
|
|
8568
8568
|
class: "pl-1",
|
|
8569
8569
|
rounded: "pill"
|
|
8570
8570
|
}, y, {
|
|
@@ -8572,22 +8572,22 @@ const ys = { key: 0 }, bs = { key: 1 }, ws = { key: 2 }, Mm = /* @__PURE__ */ R(
|
|
|
8572
8572
|
"data-cy": "settings-theme"
|
|
8573
8573
|
}), {
|
|
8574
8574
|
default: C(() => [
|
|
8575
|
-
h(o) === h(
|
|
8576
|
-
|
|
8575
|
+
h(o) === h(Lt).Auto ? (k(), U("div", bs, [
|
|
8576
|
+
S(he, {
|
|
8577
8577
|
class: "mr-1",
|
|
8578
8578
|
icon: "mdi-brightness-auto",
|
|
8579
8579
|
size: 32
|
|
8580
8580
|
}),
|
|
8581
8581
|
Z(V(h(s)("common.system.theme.auto")), 1)
|
|
8582
|
-
])) : h(o) === h(
|
|
8583
|
-
|
|
8582
|
+
])) : h(o) === h(Lt).Light ? (k(), U("div", ws, [
|
|
8583
|
+
S(he, {
|
|
8584
8584
|
class: "mr-1",
|
|
8585
8585
|
icon: "mdi-brightness-7",
|
|
8586
8586
|
size: 32
|
|
8587
8587
|
}),
|
|
8588
8588
|
Z(V(h(s)("common.system.theme.light")), 1)
|
|
8589
|
-
])) : h(o) === h(
|
|
8590
|
-
|
|
8589
|
+
])) : h(o) === h(Lt).Dark ? (k(), U("div", ks, [
|
|
8590
|
+
S(he, {
|
|
8591
8591
|
class: "mr-1",
|
|
8592
8592
|
icon: "mdi-brightness-4",
|
|
8593
8593
|
size: 32
|
|
@@ -8599,40 +8599,40 @@ const ys = { key: 0 }, bs = { key: 1 }, ws = { key: 2 }, Mm = /* @__PURE__ */ R(
|
|
|
8599
8599
|
}, 1040)
|
|
8600
8600
|
]),
|
|
8601
8601
|
default: C(() => [
|
|
8602
|
-
|
|
8602
|
+
S(On, null, {
|
|
8603
8603
|
default: C(() => [
|
|
8604
|
-
|
|
8604
|
+
S(or, { dense: "" }, {
|
|
8605
8605
|
default: C(() => [
|
|
8606
|
-
|
|
8606
|
+
S(kn, {
|
|
8607
8607
|
title: h(s)("common.system.theme.auto"),
|
|
8608
8608
|
onClick: le(h(e), ["stop"])
|
|
8609
8609
|
}, {
|
|
8610
8610
|
prepend: C(() => [
|
|
8611
|
-
|
|
8611
|
+
S(he, {
|
|
8612
8612
|
class: "mr-2",
|
|
8613
8613
|
icon: "mdi-brightness-auto"
|
|
8614
8614
|
})
|
|
8615
8615
|
]),
|
|
8616
8616
|
_: 1
|
|
8617
8617
|
}, 8, ["title", "onClick"]),
|
|
8618
|
-
|
|
8618
|
+
S(kn, {
|
|
8619
8619
|
title: h(s)("common.system.theme.light"),
|
|
8620
8620
|
onClick: le(h(a), ["stop"])
|
|
8621
8621
|
}, {
|
|
8622
8622
|
prepend: C(() => [
|
|
8623
|
-
|
|
8623
|
+
S(he, {
|
|
8624
8624
|
class: "mr-2",
|
|
8625
8625
|
icon: "mdi-brightness-7"
|
|
8626
8626
|
})
|
|
8627
8627
|
]),
|
|
8628
8628
|
_: 1
|
|
8629
8629
|
}, 8, ["title", "onClick"]),
|
|
8630
|
-
|
|
8630
|
+
S(kn, {
|
|
8631
8631
|
title: h(s)("common.system.theme.dark"),
|
|
8632
8632
|
onClick: le(h(n), ["stop"])
|
|
8633
8633
|
}, {
|
|
8634
8634
|
prepend: C(() => [
|
|
8635
|
-
|
|
8635
|
+
S(he, {
|
|
8636
8636
|
class: "mr-2",
|
|
8637
8637
|
icon: "mdi-brightness-4"
|
|
8638
8638
|
})
|
|
@@ -8668,7 +8668,7 @@ const ys = { key: 0 }, bs = { key: 1 }, ws = { key: 2 }, Mm = /* @__PURE__ */ R(
|
|
|
8668
8668
|
adminOnly: !0
|
|
8669
8669
|
}
|
|
8670
8670
|
], He = rr("language", "default");
|
|
8671
|
-
function
|
|
8671
|
+
function Ds(t, n) {
|
|
8672
8672
|
He.value === "default" && (He.value = n);
|
|
8673
8673
|
const { current: e } = ho();
|
|
8674
8674
|
function a(l, c) {
|
|
@@ -8691,73 +8691,73 @@ function ks(t, n) {
|
|
|
8691
8691
|
allLanguages: Cn
|
|
8692
8692
|
};
|
|
8693
8693
|
}
|
|
8694
|
-
function
|
|
8694
|
+
function Cs() {
|
|
8695
8695
|
return {
|
|
8696
8696
|
currentLanguageCode: Ft(He)
|
|
8697
8697
|
};
|
|
8698
8698
|
}
|
|
8699
|
-
const
|
|
8699
|
+
const Ms = {}, As = {
|
|
8700
8700
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8701
8701
|
viewBox: "0 0 900 600"
|
|
8702
|
-
},
|
|
8703
|
-
|
|
8702
|
+
}, Ss = /* @__PURE__ */ er('<path fill="#ee1c25" d="M0 0h900v600H0z"></path><path fill="#0b4ea2" d="M0 0h900v400H0z"></path><path fill="#fff" d="M0 0h900v200H0z"></path><path d="M393.479 141H146.358l-.847 8.059c-.184 1.752-4.511 43.971-4.511 136.69 0 43.563 14.726 82 43.77 114.23 20.349 22.585 46.923 41.6 81.242 58.129l3.9 1.881 3.906-1.881c34.32-16.53 60.9-35.544 81.246-58.129 29.044-32.234 43.771-70.667 43.771-114.23 0-92.718-4.328-134.938-4.512-136.69l-.844-8.059z" fill="#fff"></path><path d="M269.917 450C220.577 426.234 150 379.062 150 285.749S154.461 150 154.461 150h230.915s4.463 42.437 4.463 135.749S319.261 426.234 269.917 450z" fill="#ee1c25"></path><path d="M280.484 261.284c13.36.216 39.425.739 62.635-7.027 0 0-.613 8.306-.613 17.98s.613 17.982.613 17.982c-21.289-7.125-47.58-7.273-62.635-7.082v51.539h-21.1v-51.539c-15.055-.191-41.345-.043-62.635 7.082 0 0 .613-8.305.613-17.982s-.613-17.98-.613-17.98c23.21 7.766 49.275 7.243 62.635 7.027v-32.368c-12.177-.108-29.723.473-49.563 7.113 0 0 .613-8.305.613-17.982s-.613-17.981-.613-17.981c19.81 6.628 37.336 7.219 49.509 7.114-.626-20.5-6.6-46.332-6.6-46.332s12.289.959 17.2.959 17.2-.959 17.2-.959-5.969 25.835-6.6 46.33c12.174.106 29.7-.485 49.509-7.114 0 0-.613 8.305-.613 17.981s.613 17.982.613 17.982c-19.839-6.639-37.386-7.221-49.563-7.113v32.37z" fill="#fff"></path><path d="M269.9 329.094c-24.852 0-38.163 34.469-38.163 34.469a30.466 30.466 0 0 0-27.661-16.344c-13.719 0-23.829 12.2-30.256 23.5 24.959 39.7 64.78 64.207 96.079 79.281 31.305-15.075 71.152-39.571 96.112-79.281-6.427-11.3-16.537-23.5-30.256-23.5a30.539 30.539 0 0 0-27.693 16.344s-13.308-34.469-38.162-34.469z" fill="#0b4ea2"></path>', 7), _s = [
|
|
8703
|
+
Ss
|
|
8704
8704
|
];
|
|
8705
|
-
function
|
|
8706
|
-
return k(), U("svg",
|
|
8705
|
+
function Ts(t, n) {
|
|
8706
|
+
return k(), U("svg", As, _s);
|
|
8707
8707
|
}
|
|
8708
|
-
const
|
|
8708
|
+
const xs = /* @__PURE__ */ mt(Ms, [["render", Ts]]), $s = {}, Os = {
|
|
8709
8709
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8710
8710
|
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
8711
8711
|
viewBox: "0 0 7410 3900"
|
|
8712
|
-
},
|
|
8713
|
-
|
|
8712
|
+
}, Ps = /* @__PURE__ */ er('<path fill="#b22234" d="M0 0h7410v3900H0z"></path><path d="M0 450h7410m0 600H0m0 600h7410m0 600H0m0 600h7410m0 600H0" stroke="#fff" stroke-width="300"></path><path fill="#3c3b6e" d="M0 0h2964v2100H0z"></path><g fill="#fff"><g id="d"><g id="c"><g id="e"><g id="b"><path id="a" d="M247 90l70.534 217.082-184.66-134.164h228.253L176.466 307.082z"></path><use xlink:href="#a" y="420"></use><use xlink:href="#a" y="840"></use><use xlink:href="#a" y="1260"></use></g><use xlink:href="#a" y="1680"></use></g><use xlink:href="#b" x="247" y="210"></use></g><use xlink:href="#c" x="494"></use></g><use xlink:href="#d" x="988"></use><use xlink:href="#c" x="1976"></use><use xlink:href="#e" x="2470"></use></g>', 4), Is = [
|
|
8713
|
+
Ps
|
|
8714
8714
|
];
|
|
8715
|
-
function
|
|
8716
|
-
return k(), U("svg",
|
|
8715
|
+
function Es(t, n) {
|
|
8716
|
+
return k(), U("svg", Os, Is);
|
|
8717
8717
|
}
|
|
8718
|
-
const
|
|
8718
|
+
const Fs = /* @__PURE__ */ mt($s, [["render", Es]]), Ns = {}, Ls = {
|
|
8719
8719
|
xmlns: "http://www.w3.org/2000/svg",
|
|
8720
8720
|
viewBox: "0 0 900 600"
|
|
8721
|
-
},
|
|
8721
|
+
}, Vs = /* @__PURE__ */ ie("rect", {
|
|
8722
8722
|
width: "900",
|
|
8723
8723
|
height: "600",
|
|
8724
8724
|
fill: "#cccccc"
|
|
8725
|
-
}, null, -1),
|
|
8726
|
-
|
|
8725
|
+
}, null, -1), js = [
|
|
8726
|
+
Vs
|
|
8727
8727
|
];
|
|
8728
|
-
function
|
|
8729
|
-
return k(), U("svg", Ls,
|
|
8728
|
+
function Bs(t, n) {
|
|
8729
|
+
return k(), U("svg", Ls, js);
|
|
8730
8730
|
}
|
|
8731
|
-
const
|
|
8731
|
+
const Rs = /* @__PURE__ */ mt(Ns, [["render", Bs]]), zs = { class: "flag" }, Ga = /* @__PURE__ */ R({
|
|
8732
8732
|
__name: "FlagCountry",
|
|
8733
8733
|
props: {
|
|
8734
8734
|
code: { default: "xx" }
|
|
8735
8735
|
},
|
|
8736
8736
|
setup(t) {
|
|
8737
|
-
const n = t, e =
|
|
8737
|
+
const n = t, e = _(() => {
|
|
8738
8738
|
switch (n.code) {
|
|
8739
8739
|
case "sk":
|
|
8740
|
-
return
|
|
8740
|
+
return xs;
|
|
8741
8741
|
case "en":
|
|
8742
|
-
return
|
|
8742
|
+
return Fs;
|
|
8743
8743
|
default:
|
|
8744
|
-
return
|
|
8744
|
+
return Rs;
|
|
8745
8745
|
}
|
|
8746
8746
|
});
|
|
8747
|
-
return (a, o) => (k(), U("div",
|
|
8747
|
+
return (a, o) => (k(), U("div", zs, [
|
|
8748
8748
|
(k(), B(ea(h(e))))
|
|
8749
8749
|
]));
|
|
8750
8750
|
}
|
|
8751
|
-
}),
|
|
8751
|
+
}), Ys = /* @__PURE__ */ R({
|
|
8752
8752
|
__name: "ALanguageSelect",
|
|
8753
8753
|
emits: ["afterChange"],
|
|
8754
8754
|
setup(t, { emit: n }) {
|
|
8755
|
-
const e = De(Fn), a = De(br), o = De(wr), { setLanguage: s } =
|
|
8755
|
+
const e = De(Fn), a = De(br), o = De(wr), { setLanguage: s } = Ds(a, o), { currentLanguageCode: l } = Cs(), c = (p) => {
|
|
8756
8756
|
s(p) && n("afterChange", p);
|
|
8757
|
-
}, d =
|
|
8757
|
+
}, d = _(() => {
|
|
8758
8758
|
const p = Cn.find((f) => f.code === l.value);
|
|
8759
8759
|
return $(p) ? Cn[0] : p;
|
|
8760
|
-
}), y =
|
|
8760
|
+
}), y = _(() => Cn.filter(
|
|
8761
8761
|
(p) => {
|
|
8762
8762
|
var f;
|
|
8763
8763
|
return (a.includes(p.code) || p.code === "xx") && (!p.adminOnly || ((f = e.value) == null ? void 0 : f.roles.includes(kr)));
|
|
@@ -8765,7 +8765,7 @@ const Bs = /* @__PURE__ */ mt(Fs, [["render", js]]), Rs = { class: "flag" }, Ga
|
|
|
8765
8765
|
));
|
|
8766
8766
|
return (p, f) => (k(), B(ir, null, {
|
|
8767
8767
|
activator: C(({ props: m }) => [
|
|
8768
|
-
|
|
8768
|
+
S(de, ta({
|
|
8769
8769
|
class: "pl-1",
|
|
8770
8770
|
rounded: "pill"
|
|
8771
8771
|
}, m, {
|
|
@@ -8773,14 +8773,14 @@ const Bs = /* @__PURE__ */ mt(Fs, [["render", js]]), Rs = { class: "flag" }, Ga
|
|
|
8773
8773
|
"data-cy": "settings-language"
|
|
8774
8774
|
}), {
|
|
8775
8775
|
default: C(() => [
|
|
8776
|
-
|
|
8776
|
+
S(Ea, {
|
|
8777
8777
|
class: "mr-1",
|
|
8778
8778
|
size: "30"
|
|
8779
8779
|
}, {
|
|
8780
8780
|
default: C(() => {
|
|
8781
8781
|
var w;
|
|
8782
8782
|
return [
|
|
8783
|
-
|
|
8783
|
+
S(Ga, {
|
|
8784
8784
|
code: (w = h(d)) == null ? void 0 : w.code
|
|
8785
8785
|
}, null, 8, ["code"])
|
|
8786
8786
|
];
|
|
@@ -8793,23 +8793,23 @@ const Bs = /* @__PURE__ */ mt(Fs, [["render", js]]), Rs = { class: "flag" }, Ga
|
|
|
8793
8793
|
}, 1040)
|
|
8794
8794
|
]),
|
|
8795
8795
|
default: C(() => [
|
|
8796
|
-
|
|
8796
|
+
S(On, null, {
|
|
8797
8797
|
default: C(() => [
|
|
8798
|
-
|
|
8798
|
+
S(or, { dense: "" }, {
|
|
8799
8799
|
default: C(() => [
|
|
8800
8800
|
(k(!0), U(Je, null, dt(h(y), (m) => (k(), B(kn, {
|
|
8801
8801
|
key: m.code,
|
|
8802
8802
|
onClick: le((w) => c(m.code), ["stop"])
|
|
8803
8803
|
}, {
|
|
8804
8804
|
default: C(() => [
|
|
8805
|
-
|
|
8805
|
+
S(po, null, {
|
|
8806
8806
|
default: C(() => [
|
|
8807
|
-
|
|
8807
|
+
S(Ea, {
|
|
8808
8808
|
class: "mr-1",
|
|
8809
8809
|
size: "30"
|
|
8810
8810
|
}, {
|
|
8811
8811
|
default: C(() => [
|
|
8812
|
-
|
|
8812
|
+
S(Ga, {
|
|
8813
8813
|
code: m.code
|
|
8814
8814
|
}, null, 8, ["code"])
|
|
8815
8815
|
]),
|
|
@@ -8833,7 +8833,7 @@ const Bs = /* @__PURE__ */ mt(Fs, [["render", js]]), Rs = { class: "flag" }, Ga
|
|
|
8833
8833
|
}));
|
|
8834
8834
|
}
|
|
8835
8835
|
});
|
|
8836
|
-
const
|
|
8836
|
+
const $m = /* @__PURE__ */ mt(Ys, [["__scopeId", "data-v-a2015e08"]]), Hs = ["onClick"], Js = /* @__PURE__ */ R({
|
|
8837
8837
|
__name: "ASystemBarNewVersion",
|
|
8838
8838
|
setup(t) {
|
|
8839
8839
|
const { t: n } = X(), e = () => {
|
|
@@ -8844,10 +8844,10 @@ const Am = /* @__PURE__ */ mt(zs, [["__scopeId", "data-v-15db4aa2"]]), Ys = ["on
|
|
|
8844
8844
|
ie("span", {
|
|
8845
8845
|
class: "text-decoration-underline cursor-pointer",
|
|
8846
8846
|
onClick: le(e, ["stop"])
|
|
8847
|
-
}, V(h(n)("common.system.newVersionReload")), 9,
|
|
8847
|
+
}, V(h(n)("common.system.newVersionReload")), 9, Hs)
|
|
8848
8848
|
]), Pa(1), o[0]);
|
|
8849
8849
|
}
|
|
8850
|
-
}),
|
|
8850
|
+
}), Us = { class: "text-center w-100 text-caption pb-1" }, Om = /* @__PURE__ */ R({
|
|
8851
8851
|
__name: "ASystemBar",
|
|
8852
8852
|
props: {
|
|
8853
8853
|
currentVersion: null,
|
|
@@ -8871,7 +8871,7 @@ const Am = /* @__PURE__ */ mt(zs, [["__scopeId", "data-v-15db4aa2"]]), Ys = ["on
|
|
|
8871
8871
|
}).catch((l) => {
|
|
8872
8872
|
console.error(l);
|
|
8873
8873
|
});
|
|
8874
|
-
}, o =
|
|
8874
|
+
}, o = _(() => Js), { pause: s } = lo(() => {
|
|
8875
8875
|
a();
|
|
8876
8876
|
}, n.checkInterval);
|
|
8877
8877
|
return Hr(() => {
|
|
@@ -8884,15 +8884,15 @@ const Am = /* @__PURE__ */ mt(zs, [["__scopeId", "data-v-15db4aa2"]]), Ys = ["on
|
|
|
8884
8884
|
order: -1
|
|
8885
8885
|
}, {
|
|
8886
8886
|
default: C(() => [
|
|
8887
|
-
ie("div",
|
|
8887
|
+
ie("div", Us, [
|
|
8888
8888
|
(k(), B(ea(h(o))))
|
|
8889
8889
|
])
|
|
8890
8890
|
]),
|
|
8891
8891
|
_: 1
|
|
8892
8892
|
})) : re("", !0);
|
|
8893
8893
|
}
|
|
8894
|
-
}),
|
|
8895
|
-
function
|
|
8894
|
+
}), Pm = (t) => t ? 1 : 0;
|
|
8895
|
+
function Im(t = "", n = "user") {
|
|
8896
8896
|
let e = t, a = n;
|
|
8897
8897
|
return {
|
|
8898
8898
|
createAnzuUser: (s, l) => (nt(s) && (e = s), nt(l) && (a = l), {
|
|
@@ -8921,7 +8921,7 @@ function Tm(t = "", n = "user") {
|
|
|
8921
8921
|
})
|
|
8922
8922
|
};
|
|
8923
8923
|
}
|
|
8924
|
-
function
|
|
8924
|
+
function Em() {
|
|
8925
8925
|
return {
|
|
8926
8926
|
createPermissionConfig: () => ({
|
|
8927
8927
|
config: {},
|
|
@@ -8935,7 +8935,7 @@ function xm() {
|
|
|
8935
8935
|
})
|
|
8936
8936
|
};
|
|
8937
8937
|
}
|
|
8938
|
-
function
|
|
8938
|
+
function Fm() {
|
|
8939
8939
|
return {
|
|
8940
8940
|
createPermissionGroup: () => ({
|
|
8941
8941
|
id: 0,
|
|
@@ -8951,12 +8951,12 @@ function $m() {
|
|
|
8951
8951
|
})
|
|
8952
8952
|
};
|
|
8953
8953
|
}
|
|
8954
|
-
const
|
|
8954
|
+
const Nm = (t, n = 2) => {
|
|
8955
8955
|
if (t === 0)
|
|
8956
8956
|
return "0 Bytes";
|
|
8957
8957
|
const e = 1024, a = n < 0 ? 0 : n, o = ["Bytes", "KB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"], s = Math.floor(Math.log(t) / Math.log(e));
|
|
8958
8958
|
return parseFloat((t / Math.pow(e, s)).toFixed(a)) + " " + o[s];
|
|
8959
|
-
},
|
|
8959
|
+
}, Ws = 200, qs = 201, Gs = 204, Lm = 400, Vm = 401, Ks = 422, Zs = [Ws, qs, Gs], pt = (t) => Zs.includes(t);
|
|
8960
8960
|
class ht extends Error {
|
|
8961
8961
|
constructor() {
|
|
8962
8962
|
super();
|
|
@@ -8971,18 +8971,18 @@ class ot extends Error {
|
|
|
8971
8971
|
this.name = this.constructor.name, this.date = new Date();
|
|
8972
8972
|
}
|
|
8973
8973
|
}
|
|
8974
|
-
class
|
|
8974
|
+
class jm extends Error {
|
|
8975
8975
|
constructor(e = "") {
|
|
8976
8976
|
super();
|
|
8977
8977
|
hn(this, "date");
|
|
8978
8978
|
this.name = this.constructor.name, this.message = e, this.date = new Date();
|
|
8979
8979
|
}
|
|
8980
8980
|
}
|
|
8981
|
-
const
|
|
8981
|
+
const Qs = "validation_failed", { showApiError: Xs, showUnknownError: el } = ia();
|
|
8982
8982
|
function gt() {
|
|
8983
8983
|
return {
|
|
8984
8984
|
handleError: (a) => {
|
|
8985
|
-
a instanceof ot || (console.error(a),
|
|
8985
|
+
a instanceof ot || (console.error(a), el());
|
|
8986
8986
|
},
|
|
8987
8987
|
handleValidationError: (a, o = "", s = "") => {
|
|
8988
8988
|
if (!a || !a.response || !a.response.data)
|
|
@@ -8993,35 +8993,35 @@ function gt() {
|
|
|
8993
8993
|
field: o + "." + s + ".model." + d,
|
|
8994
8994
|
errors: y
|
|
8995
8995
|
});
|
|
8996
|
-
|
|
8996
|
+
Xs(c);
|
|
8997
8997
|
},
|
|
8998
|
-
isValidationError: (a) => !!(vo.isAxiosError(a) && a.response && a.response.status ===
|
|
8998
|
+
isValidationError: (a) => !!(vo.isAxiosError(a) && a.response && a.response.status === Ks && a.response.data && a.response.data.error === Qs)
|
|
8999
8999
|
};
|
|
9000
9000
|
}
|
|
9001
|
-
const vt = (t, n, e = "") => lr(n) ? t : To(e === "" ? t : e, n), { isValidationError:
|
|
9001
|
+
const vt = (t, n, e = "") => lr(n) ? t : To(e === "" ? t : e, n), { isValidationError: tl, handleValidationError: nl } = gt(), Bm = (t, n, e = "", a = {}, o = null, s, l, c = {}) => new Promise((d, y) => {
|
|
9002
9002
|
const p = { method: n };
|
|
9003
9003
|
e !== "" && (p.url = vt(e, a)), ke(o) || (p.data = JSON.stringify(o)), t().request({ ...c, ...p }).then((f) => {
|
|
9004
9004
|
if (!pt(f.status))
|
|
9005
9005
|
throw new ht();
|
|
9006
9006
|
f.data.data ? d(f.data.data) : f.data && d(f.data);
|
|
9007
9007
|
}).catch((f) => {
|
|
9008
|
-
|
|
9008
|
+
tl(f) && (nl(f, s, l), y(new ot())), y(f);
|
|
9009
9009
|
});
|
|
9010
|
-
}), { isValidationError:
|
|
9010
|
+
}), { isValidationError: al, handleValidationError: rl } = gt(), ol = (t, n = {}, e, a = {}, o, s, l = {}) => new Promise((c, d) => {
|
|
9011
9011
|
t().post(vt(e, a), JSON.stringify(n), l).then((y) => {
|
|
9012
9012
|
if (!pt(y.status))
|
|
9013
9013
|
throw new ht();
|
|
9014
9014
|
c(y.data);
|
|
9015
9015
|
}).catch((y) => {
|
|
9016
|
-
|
|
9016
|
+
al(y) && (rl(y, o, s), d(new ot())), d(y);
|
|
9017
9017
|
});
|
|
9018
|
-
}), { isValidationError:
|
|
9018
|
+
}), { isValidationError: il, handleValidationError: sl } = gt(), ll = (t, n, e = {}, a, o, s = {}) => new Promise((l, c) => {
|
|
9019
9019
|
t().delete(vt(n, e), s).then((d) => {
|
|
9020
9020
|
if (!pt(d.status))
|
|
9021
9021
|
throw new ht();
|
|
9022
9022
|
l(d.data);
|
|
9023
9023
|
}).catch((d) => {
|
|
9024
|
-
|
|
9024
|
+
il(d) && (sl(d, a, o), c(new ot())), c(d);
|
|
9025
9025
|
});
|
|
9026
9026
|
});
|
|
9027
9027
|
function Or() {
|
|
@@ -9031,11 +9031,11 @@ function Or() {
|
|
|
9031
9031
|
c("offset", p * f - f);
|
|
9032
9032
|
}, a = (p, f) => {
|
|
9033
9033
|
ke(p) || c("order[" + p + "]", f ? "desc" : "asc");
|
|
9034
|
-
}, o = (p) =>
|
|
9034
|
+
}, o = (p) => La(p) ? p ? "1" : "0" : p, s = (p, f, m) => {
|
|
9035
9035
|
nt(m) && m.length === 0 || t.value.push("filter_" + p + "[" + f + "]=" + o(m));
|
|
9036
9036
|
}, l = (p) => {
|
|
9037
9037
|
const f = p.model;
|
|
9038
|
-
return ke(f) ? p.mandatory ? (p.model = p.default, p.default) : null : nt(f) ? f.length === 0 ? p.mandatory ? (p.model = p.default, p.default) : null : encodeURIComponent(f) : Xe(f) ? f.length === 0 ? p.mandatory ? (p.model = p.default, p.default) : null : f.map((m) => nt(m) ? encodeURIComponent(m) : m).join(",") : na(f) ||
|
|
9038
|
+
return ke(f) ? p.mandatory ? (p.model = p.default, p.default) : null : nt(f) ? f.length === 0 ? p.mandatory ? (p.model = p.default, p.default) : null : encodeURIComponent(f) : Xe(f) ? f.length === 0 ? p.mandatory ? (p.model = p.default, p.default) : null : f.map((m) => nt(m) ? encodeURIComponent(m) : m).join(",") : na(f) || La(f) ? f : null;
|
|
9039
9039
|
}, c = (p, f) => {
|
|
9040
9040
|
t.value.push(p + "=" + f);
|
|
9041
9041
|
};
|
|
@@ -9064,61 +9064,61 @@ function Or() {
|
|
|
9064
9064
|
queryBuild: () => "?" + t.value.join("&")
|
|
9065
9065
|
};
|
|
9066
9066
|
}
|
|
9067
|
-
const { isValidationError:
|
|
9067
|
+
const { isValidationError: ul, handleValidationError: dl } = gt(), cl = (t, n) => {
|
|
9068
9068
|
const { querySetLimit: e, querySetOffset: a, querySetOrder: o, queryBuild: s, queryAddFilter: l, queryAdd: c } = Or(), d = t.length;
|
|
9069
9069
|
return e(d), a(1, d), o("id", !1), n ? c("id", t.join(",")) : l("in", "id", t.join(",")), s();
|
|
9070
|
-
},
|
|
9071
|
-
t().get(vt(e, a) +
|
|
9070
|
+
}, Rm = (t, n, e, a = {}, o, s, l = {}, c = !1) => new Promise((d, y) => {
|
|
9071
|
+
t().get(vt(e, a) + cl(n, c), l).then((p) => {
|
|
9072
9072
|
if (!pt(p.status))
|
|
9073
9073
|
throw new ht();
|
|
9074
9074
|
d(p.data.data);
|
|
9075
9075
|
}).catch((p) => {
|
|
9076
|
-
|
|
9076
|
+
ul(p) && (dl(p, o, s), y(new ot())), y(p);
|
|
9077
9077
|
});
|
|
9078
|
-
}), { isValidationError:
|
|
9078
|
+
}), { isValidationError: fl, handleValidationError: ml } = gt(), pl = (t, n) => {
|
|
9079
9079
|
const { querySetLimit: e, querySetOffset: a, querySetOrder: o, queryBuild: s, querySetFilters: l } = Or();
|
|
9080
9080
|
return e(t.rowsPerPage), a(t.page, t.rowsPerPage), o(t.sortBy, t.descending), l(n), s();
|
|
9081
|
-
},
|
|
9081
|
+
}, hl = (t, n, e = {}, a, o, s, l, c = {}) => new Promise((d, y) => {
|
|
9082
9082
|
const p = $(o._elastic) ? "" : "/search";
|
|
9083
9083
|
t().get(
|
|
9084
|
-
vt(n, e) + p +
|
|
9084
|
+
vt(n, e) + p + pl(a, o),
|
|
9085
9085
|
c
|
|
9086
9086
|
).then((f) => {
|
|
9087
9087
|
if (!pt(f.status))
|
|
9088
9088
|
throw new ht();
|
|
9089
9089
|
a.totalCount = f.data.totalCount, a.currentViewCount = f.data.data.length, $(f.data.hasNextPage) || (a.hasNextPage = f.data.hasNextPage), d(f.data.data);
|
|
9090
9090
|
}).catch((f) => {
|
|
9091
|
-
|
|
9091
|
+
fl(f) && (ml(f, s, l), y(new ot())), y(f);
|
|
9092
9092
|
});
|
|
9093
|
-
}), { isValidationError:
|
|
9093
|
+
}), { isValidationError: gl, handleValidationError: vl } = gt(), yl = (t, n, e = {}, a, o, s = {}) => new Promise((l, c) => {
|
|
9094
9094
|
t().get(vt(n, e), s).then((d) => {
|
|
9095
9095
|
if (!pt(d.status))
|
|
9096
9096
|
throw new ht();
|
|
9097
9097
|
l(d.data);
|
|
9098
9098
|
}).catch((d) => {
|
|
9099
|
-
|
|
9099
|
+
gl(d) && (vl(d, a, o), c(new ot())), c(d);
|
|
9100
9100
|
});
|
|
9101
|
-
}), { isValidationError:
|
|
9101
|
+
}), { isValidationError: bl, handleValidationError: wl } = gt(), zm = (t, n = {}, e, a = {}, o, s, l = {}) => new Promise((c, d) => {
|
|
9102
9102
|
t().put(vt(e, a), JSON.stringify(n), l).then((y) => {
|
|
9103
9103
|
if (!pt(y.status))
|
|
9104
9104
|
throw new ht();
|
|
9105
9105
|
c(y.data);
|
|
9106
9106
|
}).catch((y) => {
|
|
9107
|
-
|
|
9107
|
+
bl(y) && (wl(y, o, s), d(new ot())), d(y);
|
|
9108
9108
|
});
|
|
9109
9109
|
}), bn = "/adm/v1/job", wn = "job";
|
|
9110
|
-
function
|
|
9110
|
+
function Ym(t, n) {
|
|
9111
9111
|
return {
|
|
9112
|
-
fetchJobList: (l, c) =>
|
|
9113
|
-
fetchJob: (l) =>
|
|
9112
|
+
fetchJobList: (l, c) => hl(t, bn, {}, l, c, n, wn),
|
|
9113
|
+
fetchJob: (l) => yl(t, bn + "/:id", { id: l }, n, wn),
|
|
9114
9114
|
createJob: (l) => {
|
|
9115
|
-
const c =
|
|
9116
|
-
return
|
|
9115
|
+
const c = _o(l._resourceName).slice(4);
|
|
9116
|
+
return ol(t, l, bn + "/:type", { type: c }, n, wn);
|
|
9117
9117
|
},
|
|
9118
|
-
deleteJob: (l) =>
|
|
9118
|
+
deleteJob: (l) => ll(t, bn + "/:id", { id: l }, n, wn)
|
|
9119
9119
|
};
|
|
9120
9120
|
}
|
|
9121
|
-
function
|
|
9121
|
+
function Hm(t = []) {
|
|
9122
9122
|
const { t: n } = X(), e = te([
|
|
9123
9123
|
{
|
|
9124
9124
|
value: "jobUserDataDelete",
|
|
@@ -9131,39 +9131,39 @@ function jm(t = []) {
|
|
|
9131
9131
|
getJobResourceOption: (o) => e.value.find((s) => s.value === o)
|
|
9132
9132
|
};
|
|
9133
9133
|
}
|
|
9134
|
-
const
|
|
9134
|
+
const Jm = (t, n) => {
|
|
9135
9135
|
const e = t.indexOf(n);
|
|
9136
9136
|
if (e === -1) {
|
|
9137
9137
|
t.push(n);
|
|
9138
9138
|
return;
|
|
9139
9139
|
}
|
|
9140
9140
|
t.splice(e, 1);
|
|
9141
|
-
},
|
|
9141
|
+
}, Um = (t, n = ", ") => t.join(n), Wm = (...t) => Array.from(...t), kl = (t, n = []) => t.reduce((e, a) => Array.isArray(a) ? kl(a, n) : (n.push(a), n), []), Dl = (t) => {
|
|
9142
9142
|
history.replaceState(history.state, "", t);
|
|
9143
|
-
},
|
|
9143
|
+
}, qm = (t, n) => {
|
|
9144
9144
|
const e = t.resolve(n);
|
|
9145
|
-
|
|
9146
|
-
}, { t:
|
|
9147
|
-
function
|
|
9148
|
-
return
|
|
9145
|
+
Dl(e.href);
|
|
9146
|
+
}, { t: Cl } = Q.global;
|
|
9147
|
+
function Gm() {
|
|
9148
|
+
return Se({ t: Cl })(Xr, {
|
|
9149
9149
|
messagePath: () => "validations.js.required"
|
|
9150
9150
|
});
|
|
9151
9151
|
}
|
|
9152
|
-
const { t:
|
|
9153
|
-
function
|
|
9154
|
-
return
|
|
9152
|
+
const { t: Ml } = Q.global;
|
|
9153
|
+
function Km() {
|
|
9154
|
+
return Se({ t: Ml })(Yt.regex(/^[a-z\-0-9/]+$/), {
|
|
9155
9155
|
messagePath: () => "validations.js.slug"
|
|
9156
9156
|
});
|
|
9157
9157
|
}
|
|
9158
|
-
const { t:
|
|
9159
|
-
function
|
|
9160
|
-
return
|
|
9158
|
+
const { t: Al } = Q.global;
|
|
9159
|
+
function Zm() {
|
|
9160
|
+
return Se({ t: Al })(eo, {
|
|
9161
9161
|
messagePath: () => "validations.js.url"
|
|
9162
9162
|
});
|
|
9163
9163
|
}
|
|
9164
|
-
const { t:
|
|
9165
|
-
function
|
|
9166
|
-
const t =
|
|
9164
|
+
const { t: Sl } = Q.global;
|
|
9165
|
+
function Qm() {
|
|
9166
|
+
const t = Se({ t: Sl }), n = (a, o) => (s) => !Yt.req(s) || s.every((l) => l.length >= h(a) && l.length <= h(o));
|
|
9167
9167
|
return t((a, o) => ({
|
|
9168
9168
|
$validator: n(a, o),
|
|
9169
9169
|
// $message not required when using i18n
|
|
@@ -9182,95 +9182,95 @@ function Wm() {
|
|
|
9182
9182
|
});
|
|
9183
9183
|
}
|
|
9184
9184
|
const { t: _l } = Q.global;
|
|
9185
|
-
function
|
|
9186
|
-
return
|
|
9185
|
+
function Xm() {
|
|
9186
|
+
return Se({ t: _l })(to, {
|
|
9187
9187
|
withArguments: !0,
|
|
9188
9188
|
messagePath: () => "validations.js.between"
|
|
9189
9189
|
});
|
|
9190
9190
|
}
|
|
9191
|
-
const { t:
|
|
9192
|
-
function
|
|
9193
|
-
return
|
|
9191
|
+
const { t: Tl } = Q.global;
|
|
9192
|
+
function ep() {
|
|
9193
|
+
return Se({ t: Tl })(no, {
|
|
9194
9194
|
messagePath: () => "validations.js.email"
|
|
9195
9195
|
});
|
|
9196
9196
|
}
|
|
9197
|
-
const { t:
|
|
9198
|
-
function
|
|
9199
|
-
return
|
|
9197
|
+
const { t: xl } = Q.global;
|
|
9198
|
+
function tp() {
|
|
9199
|
+
return Se({ t: xl })(Yt.regex(/^(\+|-)?(?:90(?:(?:\.0{1,6})?)|(?:[0-9]|[1-8][0-9])(?:(?:\.[0-9]{1,6})?))$/), {
|
|
9200
9200
|
messagePath: () => "validations.js.latitude"
|
|
9201
9201
|
});
|
|
9202
9202
|
}
|
|
9203
|
-
const { t:
|
|
9204
|
-
function
|
|
9205
|
-
return
|
|
9203
|
+
const { t: $l } = Q.global;
|
|
9204
|
+
function np() {
|
|
9205
|
+
return Se({ t: $l })(
|
|
9206
9206
|
(n, e, a) => a.required ? !(parseFloat(n) === 0 && parseFloat(e.longitudeText.value) === 0) : !0,
|
|
9207
9207
|
{
|
|
9208
9208
|
messagePath: () => "validations.js.required"
|
|
9209
9209
|
}
|
|
9210
9210
|
);
|
|
9211
9211
|
}
|
|
9212
|
-
const { t:
|
|
9213
|
-
function
|
|
9214
|
-
return
|
|
9212
|
+
const { t: Ol } = Q.global;
|
|
9213
|
+
function ap() {
|
|
9214
|
+
return Se({ t: Ol })(
|
|
9215
9215
|
Yt.regex(/^(\+|-)?(?:180(?:(?:\.0{1,6})?)|(?:[0-9]|[1-9][0-9]|1[0-7][0-9])(?:(?:\.[0-9]{1,6})?))$/),
|
|
9216
9216
|
{
|
|
9217
9217
|
messagePath: () => "validations.js.longitude"
|
|
9218
9218
|
}
|
|
9219
9219
|
);
|
|
9220
9220
|
}
|
|
9221
|
-
const { t:
|
|
9222
|
-
function
|
|
9223
|
-
return
|
|
9221
|
+
const { t: Pl } = Q.global;
|
|
9222
|
+
function rp() {
|
|
9223
|
+
return Se({ t: Pl })(ao, {
|
|
9224
9224
|
withArguments: !0,
|
|
9225
9225
|
messagePath: () => "validations.js.maxLength"
|
|
9226
9226
|
});
|
|
9227
9227
|
}
|
|
9228
|
-
const { t:
|
|
9229
|
-
function
|
|
9230
|
-
return
|
|
9228
|
+
const { t: Il } = Q.global;
|
|
9229
|
+
function op() {
|
|
9230
|
+
return Se({ t: Il })(ro, {
|
|
9231
9231
|
withArguments: !0,
|
|
9232
9232
|
messagePath: () => "validations.js.maxValue"
|
|
9233
9233
|
});
|
|
9234
9234
|
}
|
|
9235
|
-
const { t:
|
|
9236
|
-
function
|
|
9237
|
-
return
|
|
9235
|
+
const { t: El } = Q.global;
|
|
9236
|
+
function ip() {
|
|
9237
|
+
return Se({ t: El })(oo, {
|
|
9238
9238
|
withArguments: !0,
|
|
9239
9239
|
messagePath: () => "validations.js.minLength"
|
|
9240
9240
|
});
|
|
9241
9241
|
}
|
|
9242
|
-
const { t:
|
|
9243
|
-
function
|
|
9244
|
-
return
|
|
9242
|
+
const { t: Fl } = Q.global;
|
|
9243
|
+
function sp() {
|
|
9244
|
+
return Se({ t: Fl })(io, {
|
|
9245
9245
|
withArguments: !0,
|
|
9246
9246
|
messagePath: () => "validations.js.minValue"
|
|
9247
9247
|
});
|
|
9248
9248
|
}
|
|
9249
|
-
const { t:
|
|
9250
|
-
function
|
|
9251
|
-
return
|
|
9249
|
+
const { t: Nl } = Q.global;
|
|
9250
|
+
function lp() {
|
|
9251
|
+
return Se({ t: Nl })(so, {
|
|
9252
9252
|
messagePath: () => "validations.js.numeric"
|
|
9253
9253
|
});
|
|
9254
9254
|
}
|
|
9255
9255
|
const { t: Ll } = Q.global;
|
|
9256
|
-
function
|
|
9257
|
-
return
|
|
9256
|
+
function up() {
|
|
9257
|
+
return Se({ t: Ll })(Yt.regex(/^\+4219[0-9]{8}$/), {
|
|
9258
9258
|
messagePath: () => "validations.js.phoneNumber"
|
|
9259
9259
|
});
|
|
9260
9260
|
}
|
|
9261
|
-
const { t:
|
|
9262
|
-
function
|
|
9263
|
-
return
|
|
9261
|
+
const { t: Vl } = Q.global;
|
|
9262
|
+
function dp() {
|
|
9263
|
+
return Se({ t: Vl })(
|
|
9264
9264
|
(n, e, a) => a.required ? !(parseFloat(n) === 0 && parseFloat(e.latitudeText.value) === 0) : !0,
|
|
9265
9265
|
{
|
|
9266
9266
|
messagePath: () => "validations.js.required"
|
|
9267
9267
|
}
|
|
9268
9268
|
);
|
|
9269
9269
|
}
|
|
9270
|
-
const
|
|
9270
|
+
const jl = "Badge", Bl = "Close", Rl = {
|
|
9271
9271
|
noResultsText: "No matching records found",
|
|
9272
9272
|
loadingText: "Loading items..."
|
|
9273
|
-
},
|
|
9273
|
+
}, zl = {
|
|
9274
9274
|
itemsPerPageText: "Rows per page:",
|
|
9275
9275
|
ariaLabel: {
|
|
9276
9276
|
sortDescending: "Sorted descending.",
|
|
@@ -9281,7 +9281,7 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9281
9281
|
activateAscending: "Activate to sort ascending."
|
|
9282
9282
|
},
|
|
9283
9283
|
sortBy: "Sort by"
|
|
9284
|
-
},
|
|
9284
|
+
}, Yl = {
|
|
9285
9285
|
itemsPerPageText: "Items per page:",
|
|
9286
9286
|
itemsPerPageAll: "All",
|
|
9287
9287
|
nextPage: "Next page",
|
|
@@ -9289,31 +9289,31 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9289
9289
|
firstPage: "First page",
|
|
9290
9290
|
lastPage: "Last page",
|
|
9291
9291
|
pageText: "{0}-{1} of {2}"
|
|
9292
|
-
},
|
|
9292
|
+
}, Hl = {
|
|
9293
9293
|
itemsSelected: "{0} selected",
|
|
9294
9294
|
nextMonthAriaLabel: "Next month",
|
|
9295
9295
|
nextYearAriaLabel: "Next year",
|
|
9296
9296
|
prevMonthAriaLabel: "Previous month",
|
|
9297
9297
|
prevYearAriaLabel: "Previous year"
|
|
9298
|
-
},
|
|
9298
|
+
}, Jl = "No data available", Ul = {
|
|
9299
9299
|
prev: "Previous visual",
|
|
9300
9300
|
next: "Next visual",
|
|
9301
9301
|
ariaLabel: {
|
|
9302
9302
|
delimiter: "Carousel slide {0} of {1}"
|
|
9303
9303
|
}
|
|
9304
|
-
}, Ul = {
|
|
9305
|
-
moreEvents: "{0} more"
|
|
9306
9304
|
}, Wl = {
|
|
9305
|
+
moreEvents: "{0} more"
|
|
9306
|
+
}, ql = {
|
|
9307
9307
|
clear: "Clear {0}",
|
|
9308
9308
|
prependAction: "{0} prepended action",
|
|
9309
9309
|
appendAction: "{0} appended action"
|
|
9310
|
-
},
|
|
9310
|
+
}, Gl = {
|
|
9311
9311
|
counter: "{0} files",
|
|
9312
9312
|
counterSize: "{0} files ({1} in total)"
|
|
9313
|
-
},
|
|
9313
|
+
}, Kl = {
|
|
9314
9314
|
am: "AM",
|
|
9315
9315
|
pm: "PM"
|
|
9316
|
-
},
|
|
9316
|
+
}, Zl = {
|
|
9317
9317
|
ariaLabel: {
|
|
9318
9318
|
root: "Navigácia stránkovania",
|
|
9319
9319
|
next: "Ďalšia stránka",
|
|
@@ -9323,26 +9323,26 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9323
9323
|
first: "First page",
|
|
9324
9324
|
last: "Last page"
|
|
9325
9325
|
}
|
|
9326
|
-
},
|
|
9326
|
+
}, Ql = {
|
|
9327
9327
|
ariaLabel: {
|
|
9328
9328
|
item: "Rating {0} of {1}"
|
|
9329
9329
|
}
|
|
9330
|
-
},
|
|
9331
|
-
badge:
|
|
9332
|
-
close:
|
|
9333
|
-
dataIterator:
|
|
9334
|
-
dataTable:
|
|
9335
|
-
dataFooter:
|
|
9336
|
-
datePicker:
|
|
9337
|
-
noDataText:
|
|
9338
|
-
carousel:
|
|
9339
|
-
calendar:
|
|
9340
|
-
input:
|
|
9341
|
-
fileInput:
|
|
9342
|
-
timePicker:
|
|
9343
|
-
pagination:
|
|
9344
|
-
rating:
|
|
9345
|
-
},
|
|
9330
|
+
}, Xl = {
|
|
9331
|
+
badge: jl,
|
|
9332
|
+
close: Bl,
|
|
9333
|
+
dataIterator: Rl,
|
|
9334
|
+
dataTable: zl,
|
|
9335
|
+
dataFooter: Yl,
|
|
9336
|
+
datePicker: Hl,
|
|
9337
|
+
noDataText: Jl,
|
|
9338
|
+
carousel: Ul,
|
|
9339
|
+
calendar: Wl,
|
|
9340
|
+
input: ql,
|
|
9341
|
+
fileInput: Gl,
|
|
9342
|
+
timePicker: Kl,
|
|
9343
|
+
pagination: Zl,
|
|
9344
|
+
rating: Ql
|
|
9345
|
+
}, eu = "System error, try again later or contact administrator", tu = "Please fill all required fields and fix problems", nu = "Please, fix these errors", au = {
|
|
9346
9346
|
created: "Record was created",
|
|
9347
9347
|
updated: "Record was updated",
|
|
9348
9348
|
deleted: "Record was removed",
|
|
@@ -9350,71 +9350,73 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9350
9350
|
unpublished: "Record was unpublished",
|
|
9351
9351
|
enabled: "Record was enabled",
|
|
9352
9352
|
disabled: "Record was disabled"
|
|
9353
|
-
},
|
|
9354
|
-
unknownError:
|
|
9355
|
-
fixValidationErrors:
|
|
9356
|
-
fixApiValidationErrors:
|
|
9357
|
-
recordWas:
|
|
9358
|
-
idWasCopied:
|
|
9359
|
-
textWasCopied:
|
|
9360
|
-
},
|
|
9361
|
-
create:
|
|
9362
|
-
createAndClose:
|
|
9363
|
-
save:
|
|
9364
|
-
saveAndClose:
|
|
9365
|
-
close:
|
|
9366
|
-
edit:
|
|
9367
|
-
detail:
|
|
9368
|
-
submitFilter:
|
|
9369
|
-
resetFilter:
|
|
9370
|
-
advancedFilters:
|
|
9371
|
-
cancel:
|
|
9353
|
+
}, ru = "ID was copied to clipboard", ou = "Text was copied to clipboard", iu = {
|
|
9354
|
+
unknownError: eu,
|
|
9355
|
+
fixValidationErrors: tu,
|
|
9356
|
+
fixApiValidationErrors: nu,
|
|
9357
|
+
recordWas: au,
|
|
9358
|
+
idWasCopied: ru,
|
|
9359
|
+
textWasCopied: ou
|
|
9360
|
+
}, su = "Create", lu = "Create And Close", uu = "Save", du = "Save And Close", cu = "Close", fu = "Edit", mu = "Detail", pu = "Apply Filter", hu = "Reset Filter", gu = "More filters", vu = "Cancel", yu = "Id", bu = "Now", wu = "Logout", ku = "Confirm", Du = "Copy ID", Cu = "Add", Mu = "Download", Au = "Upload", Su = {
|
|
9361
|
+
create: su,
|
|
9362
|
+
createAndClose: lu,
|
|
9363
|
+
save: uu,
|
|
9364
|
+
saveAndClose: du,
|
|
9365
|
+
close: cu,
|
|
9366
|
+
edit: fu,
|
|
9367
|
+
detail: mu,
|
|
9368
|
+
submitFilter: pu,
|
|
9369
|
+
resetFilter: hu,
|
|
9370
|
+
advancedFilters: gu,
|
|
9371
|
+
cancel: vu,
|
|
9372
9372
|
delete: "Delete",
|
|
9373
|
-
id:
|
|
9374
|
-
now:
|
|
9375
|
-
logout:
|
|
9376
|
-
confirm:
|
|
9377
|
-
copyId:
|
|
9378
|
-
add:
|
|
9379
|
-
download:
|
|
9380
|
-
upload:
|
|
9381
|
-
}, _u = {
|
|
9373
|
+
id: yu,
|
|
9374
|
+
now: bu,
|
|
9375
|
+
logout: wu,
|
|
9376
|
+
confirm: ku,
|
|
9377
|
+
copyId: Du,
|
|
9378
|
+
add: Cu,
|
|
9379
|
+
download: Mu,
|
|
9380
|
+
upload: Au
|
|
9381
|
+
}, _u = "System", Tu = "Not selected", xu = {
|
|
9382
9382
|
true: "Yes",
|
|
9383
9383
|
false: "No"
|
|
9384
|
-
},
|
|
9384
|
+
}, $u = {
|
|
9385
9385
|
createdAt: "Created",
|
|
9386
9386
|
modifiedAt: "Modified",
|
|
9387
9387
|
created: "Created",
|
|
9388
9388
|
modified: "Modified"
|
|
9389
|
-
},
|
|
9390
|
-
|
|
9391
|
-
|
|
9392
|
-
|
|
9389
|
+
}, Ou = {
|
|
9390
|
+
system: _u,
|
|
9391
|
+
notSelected: Tu,
|
|
9392
|
+
boolean: xu,
|
|
9393
|
+
tracking: $u
|
|
9394
|
+
}, Pu = "version", Iu = "New version of admin is available. For proper functioning, latest version is required.", Eu = "Reload new version", Fu = {
|
|
9393
9395
|
light: "Light",
|
|
9394
9396
|
dark: "Dark",
|
|
9395
9397
|
auto: "Auto"
|
|
9396
|
-
},
|
|
9398
|
+
}, Nu = {
|
|
9397
9399
|
displayCols: "Display columns",
|
|
9398
9400
|
itemsPerPage: "Records per page",
|
|
9399
9401
|
from: "from",
|
|
9400
9402
|
noDataText: "No data to display"
|
|
9401
|
-
},
|
|
9403
|
+
}, Lu = {
|
|
9402
9404
|
confirmDelete: "Remove?",
|
|
9403
9405
|
hide: "Hide",
|
|
9404
9406
|
show: "Show"
|
|
9405
|
-
},
|
|
9406
|
-
version:
|
|
9407
|
-
newVersionText:
|
|
9408
|
-
newVersionReload:
|
|
9409
|
-
theme:
|
|
9410
|
-
datatable:
|
|
9411
|
-
modal:
|
|
9412
|
-
},
|
|
9407
|
+
}, Vu = {
|
|
9408
|
+
version: Pu,
|
|
9409
|
+
newVersionText: Iu,
|
|
9410
|
+
newVersionReload: Eu,
|
|
9411
|
+
theme: Fu,
|
|
9412
|
+
datatable: Nu,
|
|
9413
|
+
modal: Lu
|
|
9414
|
+
}, ju = {
|
|
9413
9415
|
detail: "Anzu User Detail",
|
|
9414
9416
|
list: "Anzu Users List",
|
|
9415
9417
|
edit: "Anzu User Edit",
|
|
9416
9418
|
create: "Anzu User Create"
|
|
9417
|
-
},
|
|
9419
|
+
}, Bu = {
|
|
9418
9420
|
id: "ID",
|
|
9419
9421
|
enabled: "Enabled",
|
|
9420
9422
|
email: "Email",
|
|
@@ -9430,25 +9432,25 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9430
9432
|
color: "Avatar color",
|
|
9431
9433
|
text: "Avatar text"
|
|
9432
9434
|
}
|
|
9433
|
-
},
|
|
9435
|
+
}, Ru = {
|
|
9434
9436
|
id: "ID",
|
|
9435
9437
|
enabled: "Enabled",
|
|
9436
9438
|
email: "Email"
|
|
9437
|
-
},
|
|
9439
|
+
}, zu = {
|
|
9438
9440
|
grants: "Actions",
|
|
9439
9441
|
permissions: "Permissions",
|
|
9440
9442
|
resolvedPermissions: "Resolved Permission",
|
|
9441
9443
|
noPermissions: "No permissions set"
|
|
9442
|
-
},
|
|
9443
|
-
meta:
|
|
9444
|
-
model:
|
|
9445
|
-
filter:
|
|
9446
|
-
table:
|
|
9447
|
-
},
|
|
9444
|
+
}, Yu = {
|
|
9445
|
+
meta: ju,
|
|
9446
|
+
model: Bu,
|
|
9447
|
+
filter: Ru,
|
|
9448
|
+
table: zu
|
|
9449
|
+
}, Hu = {
|
|
9448
9450
|
detail: "Detail",
|
|
9449
9451
|
list: "List",
|
|
9450
9452
|
create: "Create"
|
|
9451
|
-
},
|
|
9453
|
+
}, Ju = {
|
|
9452
9454
|
id: "Id",
|
|
9453
9455
|
_resourceName: "Type",
|
|
9454
9456
|
status: "Status",
|
|
@@ -9457,23 +9459,23 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9457
9459
|
result: "Result",
|
|
9458
9460
|
targetUserId: "Target user id",
|
|
9459
9461
|
anonymizeUser: "Anonymize user"
|
|
9460
|
-
},
|
|
9462
|
+
}, Uu = {
|
|
9461
9463
|
jobUserDataDelete: "User data delete"
|
|
9462
|
-
},
|
|
9464
|
+
}, Wu = {
|
|
9463
9465
|
waiting: "Waiting",
|
|
9464
9466
|
processing: "Processing",
|
|
9465
9467
|
awaitingBatchProcess: "Processing batch",
|
|
9466
9468
|
done: "Done",
|
|
9467
9469
|
error: "Error"
|
|
9468
|
-
},
|
|
9469
|
-
meta:
|
|
9470
|
-
model:
|
|
9471
|
-
jobResource:
|
|
9472
|
-
status:
|
|
9473
|
-
},
|
|
9470
|
+
}, qu = {
|
|
9471
|
+
meta: Hu,
|
|
9472
|
+
model: Ju,
|
|
9473
|
+
jobResource: Uu,
|
|
9474
|
+
status: Wu
|
|
9475
|
+
}, Gu = {
|
|
9474
9476
|
detail: "Log Detail",
|
|
9475
9477
|
list: "List of Logs"
|
|
9476
|
-
},
|
|
9478
|
+
}, Ku = "System", Zu = {
|
|
9477
9479
|
system: "System",
|
|
9478
9480
|
type: "Type",
|
|
9479
9481
|
levelName: "Level",
|
|
@@ -9484,7 +9486,7 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9484
9486
|
datetimeTo: "Date until",
|
|
9485
9487
|
message: "Message",
|
|
9486
9488
|
appVersion: "Version"
|
|
9487
|
-
},
|
|
9489
|
+
}, Qu = {
|
|
9488
9490
|
id: "ID",
|
|
9489
9491
|
datetime: "Date",
|
|
9490
9492
|
levelName: "Level",
|
|
@@ -9500,80 +9502,80 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9500
9502
|
path: "URL",
|
|
9501
9503
|
httpStatus: "Status code"
|
|
9502
9504
|
}
|
|
9503
|
-
},
|
|
9504
|
-
meta:
|
|
9505
|
-
system:
|
|
9506
|
-
filter:
|
|
9507
|
-
model:
|
|
9508
|
-
},
|
|
9505
|
+
}, Xu = {
|
|
9506
|
+
meta: Gu,
|
|
9507
|
+
system: Ku,
|
|
9508
|
+
filter: Zu,
|
|
9509
|
+
model: Qu
|
|
9510
|
+
}, ed = {
|
|
9509
9511
|
actions: "Actions",
|
|
9510
9512
|
permissions: "Permissions"
|
|
9511
|
-
},
|
|
9513
|
+
}, td = {
|
|
9512
9514
|
allow: "Allow",
|
|
9513
9515
|
allowOwner: "Owner only",
|
|
9514
9516
|
deny: "Deny"
|
|
9515
|
-
},
|
|
9517
|
+
}, nd = {
|
|
9516
9518
|
role: "Role",
|
|
9517
9519
|
group: "Group",
|
|
9518
9520
|
user: "User",
|
|
9519
9521
|
defaultGrant: "Default"
|
|
9520
|
-
},
|
|
9521
|
-
table:
|
|
9522
|
-
grant:
|
|
9523
|
-
grantOrigin:
|
|
9524
|
-
},
|
|
9522
|
+
}, ad = {
|
|
9523
|
+
table: ed,
|
|
9524
|
+
grant: td,
|
|
9525
|
+
grantOrigin: nd
|
|
9526
|
+
}, rd = {
|
|
9525
9527
|
detail: "Permission Group Detail",
|
|
9526
9528
|
list: "Permission Group List",
|
|
9527
9529
|
create: "Permission Group Create",
|
|
9528
9530
|
edit: "Permission Group Edit"
|
|
9529
|
-
},
|
|
9531
|
+
}, od = {
|
|
9530
9532
|
id: "ID",
|
|
9531
9533
|
title: "Title",
|
|
9532
9534
|
description: "Description",
|
|
9533
9535
|
permissions: "Permissions"
|
|
9534
|
-
},
|
|
9536
|
+
}, id = {
|
|
9535
9537
|
id: "ID",
|
|
9536
9538
|
title: "Title"
|
|
9537
|
-
},
|
|
9539
|
+
}, sd = {
|
|
9538
9540
|
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
9539
|
-
},
|
|
9540
|
-
meta:
|
|
9541
|
-
model:
|
|
9542
|
-
filter:
|
|
9543
|
-
button:
|
|
9544
|
-
},
|
|
9545
|
-
error_field_length_min:
|
|
9546
|
-
error_field_length_max:
|
|
9547
|
-
error_field_not_unique:
|
|
9548
|
-
error_compromised_password:
|
|
9549
|
-
},
|
|
9550
|
-
required:
|
|
9551
|
-
minLength:
|
|
9552
|
-
maxLength:
|
|
9553
|
-
email:
|
|
9554
|
-
stringArrayItemLength:
|
|
9555
|
-
},
|
|
9541
|
+
}, ld = {
|
|
9542
|
+
meta: rd,
|
|
9543
|
+
model: od,
|
|
9544
|
+
filter: id,
|
|
9545
|
+
button: sd
|
|
9546
|
+
}, ud = "error_field_length_min", dd = "error_field_length_max", cd = "error_field_not_unique", fd = "error_compromised_password", md = {
|
|
9547
|
+
error_field_length_min: ud,
|
|
9548
|
+
error_field_length_max: dd,
|
|
9549
|
+
error_field_not_unique: cd,
|
|
9550
|
+
error_compromised_password: fd
|
|
9551
|
+
}, pd = "Required.", hd = "Minimal length is {min}.", gd = "Maximal length is {max}.", vd = "Incorrect email format", yd = "Item length in list must have between {min} and {max} characters.", bd = {
|
|
9552
|
+
required: pd,
|
|
9553
|
+
minLength: hd,
|
|
9554
|
+
maxLength: gd,
|
|
9555
|
+
email: vd,
|
|
9556
|
+
stringArrayItemLength: yd
|
|
9557
|
+
}, cp = {
|
|
9556
9558
|
common: {
|
|
9557
|
-
alert:
|
|
9558
|
-
button:
|
|
9559
|
-
model:
|
|
9560
|
-
system:
|
|
9561
|
-
anzuUser:
|
|
9562
|
-
job:
|
|
9563
|
-
log:
|
|
9564
|
-
permission:
|
|
9565
|
-
permissionGroup:
|
|
9559
|
+
alert: iu,
|
|
9560
|
+
button: Su,
|
|
9561
|
+
model: Ou,
|
|
9562
|
+
system: Vu,
|
|
9563
|
+
anzuUser: Yu,
|
|
9564
|
+
job: qu,
|
|
9565
|
+
log: Xu,
|
|
9566
|
+
permission: ad,
|
|
9567
|
+
permissionGroup: ld
|
|
9566
9568
|
},
|
|
9567
|
-
$vuetify:
|
|
9569
|
+
$vuetify: Xl,
|
|
9568
9570
|
validations: {
|
|
9569
9571
|
api: {
|
|
9570
|
-
...
|
|
9572
|
+
...md
|
|
9571
9573
|
},
|
|
9572
9574
|
js: {
|
|
9573
|
-
...
|
|
9575
|
+
...bd
|
|
9574
9576
|
}
|
|
9575
9577
|
}
|
|
9576
|
-
},
|
|
9578
|
+
}, wd = "System error, try again later or contact administrator", kd = "Please fill all required fields and fix problems", Dd = "Please, fix these errors", Cd = {
|
|
9577
9579
|
created: "Record was created",
|
|
9578
9580
|
updated: "Record was updated",
|
|
9579
9581
|
deleted: "Record was removed",
|
|
@@ -9581,71 +9583,73 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9581
9583
|
unpublished: "Record was unpublished",
|
|
9582
9584
|
enabled: "Record was enabled",
|
|
9583
9585
|
disabled: "Record was disabled"
|
|
9584
|
-
},
|
|
9585
|
-
unknownError:
|
|
9586
|
-
fixValidationErrors:
|
|
9587
|
-
fixApiValidationErrors:
|
|
9588
|
-
recordWas:
|
|
9589
|
-
idWasCopied:
|
|
9590
|
-
textWasCopied:
|
|
9591
|
-
},
|
|
9592
|
-
create:
|
|
9593
|
-
createAndClose:
|
|
9594
|
-
save:
|
|
9595
|
-
saveAndClose:
|
|
9596
|
-
close:
|
|
9597
|
-
edit:
|
|
9598
|
-
detail:
|
|
9599
|
-
submitFilter:
|
|
9600
|
-
resetFilter:
|
|
9601
|
-
advancedFilters:
|
|
9602
|
-
cancel:
|
|
9586
|
+
}, Md = "ID was copied to clipboard", Ad = "Text was copied to clipboard", Sd = {
|
|
9587
|
+
unknownError: wd,
|
|
9588
|
+
fixValidationErrors: kd,
|
|
9589
|
+
fixApiValidationErrors: Dd,
|
|
9590
|
+
recordWas: Cd,
|
|
9591
|
+
idWasCopied: Md,
|
|
9592
|
+
textWasCopied: Ad
|
|
9593
|
+
}, _d = "Vytvoriť", Td = "Vytvoriť a zatvoriť", xd = "Uložiť", $d = "Uložiť a zatvoriť", Od = "Zatvoriť", Pd = "Editovať", Id = "Detail", Ed = "Hľadať", Fd = "Zrušiť filter", Nd = "More filters", Ld = "Zrušiť", Vd = "ID", jd = "Teraz", Bd = "Odhlásenie", Rd = "Potvrď", zd = "Copy ID", Yd = "Pridať", Hd = "Download", Jd = "Upload", Ud = {
|
|
9594
|
+
create: _d,
|
|
9595
|
+
createAndClose: Td,
|
|
9596
|
+
save: xd,
|
|
9597
|
+
saveAndClose: $d,
|
|
9598
|
+
close: Od,
|
|
9599
|
+
edit: Pd,
|
|
9600
|
+
detail: Id,
|
|
9601
|
+
submitFilter: Ed,
|
|
9602
|
+
resetFilter: Fd,
|
|
9603
|
+
advancedFilters: Nd,
|
|
9604
|
+
cancel: Ld,
|
|
9603
9605
|
delete: "Zmazať",
|
|
9604
|
-
id:
|
|
9605
|
-
now:
|
|
9606
|
-
logout:
|
|
9607
|
-
confirm:
|
|
9608
|
-
copyId:
|
|
9609
|
-
add:
|
|
9610
|
-
download:
|
|
9611
|
-
Upload:
|
|
9612
|
-
},
|
|
9606
|
+
id: Vd,
|
|
9607
|
+
now: jd,
|
|
9608
|
+
logout: Bd,
|
|
9609
|
+
confirm: Rd,
|
|
9610
|
+
copyId: zd,
|
|
9611
|
+
add: Yd,
|
|
9612
|
+
download: Hd,
|
|
9613
|
+
Upload: Jd
|
|
9614
|
+
}, Wd = "System", qd = "Nevybrané", Gd = {
|
|
9613
9615
|
true: "áno",
|
|
9614
9616
|
false: "nie"
|
|
9615
|
-
},
|
|
9617
|
+
}, Kd = {
|
|
9616
9618
|
createdAt: "Created",
|
|
9617
9619
|
modifiedAt: "Modified",
|
|
9618
9620
|
created: "Created",
|
|
9619
9621
|
modified: "Modified"
|
|
9620
|
-
},
|
|
9621
|
-
|
|
9622
|
-
|
|
9623
|
-
|
|
9622
|
+
}, Zd = {
|
|
9623
|
+
system: Wd,
|
|
9624
|
+
notSelected: qd,
|
|
9625
|
+
boolean: Gd,
|
|
9626
|
+
tracking: Kd
|
|
9627
|
+
}, Qd = "version", Xd = "New version of admin is available. For proper functioning, latest version is required.", ec = "Reload new version", tc = {
|
|
9624
9628
|
light: "Svetlá",
|
|
9625
9629
|
dark: "Tmavá",
|
|
9626
9630
|
auto: "Automatická"
|
|
9627
|
-
},
|
|
9631
|
+
}, nc = {
|
|
9628
9632
|
displayCols: "Display columns",
|
|
9629
9633
|
itemsPerPage: "Records per page",
|
|
9630
9634
|
from: "from",
|
|
9631
9635
|
noDataText: "No data to display"
|
|
9632
|
-
},
|
|
9636
|
+
}, ac = {
|
|
9633
9637
|
confirmDelete: "Remove?",
|
|
9634
9638
|
hide: "Hide",
|
|
9635
9639
|
show: "Show"
|
|
9636
|
-
},
|
|
9637
|
-
version:
|
|
9638
|
-
newVersionText:
|
|
9639
|
-
newVersionReload:
|
|
9640
|
-
theme:
|
|
9641
|
-
datatable:
|
|
9642
|
-
modal:
|
|
9643
|
-
},
|
|
9640
|
+
}, rc = {
|
|
9641
|
+
version: Qd,
|
|
9642
|
+
newVersionText: Xd,
|
|
9643
|
+
newVersionReload: ec,
|
|
9644
|
+
theme: tc,
|
|
9645
|
+
datatable: nc,
|
|
9646
|
+
modal: ac
|
|
9647
|
+
}, oc = {
|
|
9644
9648
|
detail: "Anzu User Detail",
|
|
9645
9649
|
list: "Anzu Users List",
|
|
9646
9650
|
edit: "Anzu User Edit",
|
|
9647
9651
|
create: "Anzu User Create"
|
|
9648
|
-
},
|
|
9652
|
+
}, ic = {
|
|
9649
9653
|
id: "ID",
|
|
9650
9654
|
enabled: "Enabled",
|
|
9651
9655
|
email: "Email",
|
|
@@ -9661,25 +9665,25 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9661
9665
|
color: "Avatar farba",
|
|
9662
9666
|
text: "Avatar text"
|
|
9663
9667
|
}
|
|
9664
|
-
},
|
|
9668
|
+
}, sc = {
|
|
9665
9669
|
id: "ID",
|
|
9666
9670
|
enabled: "Enabled",
|
|
9667
9671
|
email: "Email"
|
|
9668
|
-
},
|
|
9672
|
+
}, lc = {
|
|
9669
9673
|
grants: "Actions",
|
|
9670
9674
|
permissions: "Permissions",
|
|
9671
9675
|
resolvedPermissions: "Resolved Permission",
|
|
9672
9676
|
noPermissions: "No permissions set"
|
|
9673
|
-
},
|
|
9674
|
-
meta:
|
|
9675
|
-
model:
|
|
9676
|
-
filter:
|
|
9677
|
-
table:
|
|
9678
|
-
},
|
|
9677
|
+
}, uc = {
|
|
9678
|
+
meta: oc,
|
|
9679
|
+
model: ic,
|
|
9680
|
+
filter: sc,
|
|
9681
|
+
table: lc
|
|
9682
|
+
}, dc = {
|
|
9679
9683
|
detail: "Detail",
|
|
9680
9684
|
list: "Zoznam",
|
|
9681
9685
|
create: "Vytvoriť"
|
|
9682
|
-
},
|
|
9686
|
+
}, cc = {
|
|
9683
9687
|
id: "Id",
|
|
9684
9688
|
_resourceName: "Typ",
|
|
9685
9689
|
status: "Stav",
|
|
@@ -9688,23 +9692,23 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9688
9692
|
result: "Výsledok",
|
|
9689
9693
|
targetUserId: "Cieľovy používateľ",
|
|
9690
9694
|
anonymizeUser: "Anonymizuj používateľa"
|
|
9691
|
-
},
|
|
9695
|
+
}, fc = {
|
|
9692
9696
|
jobUserDataDelete: "Výmaz používateľových dát"
|
|
9693
|
-
},
|
|
9697
|
+
}, mc = {
|
|
9694
9698
|
waiting: "V poradí",
|
|
9695
9699
|
processing: "Procesuje sa",
|
|
9696
9700
|
awaitingBatchProcess: "Procesuje sa v dávke",
|
|
9697
9701
|
done: "Hotovo",
|
|
9698
9702
|
error: "Chyba"
|
|
9699
|
-
},
|
|
9700
|
-
meta:
|
|
9701
|
-
model:
|
|
9702
|
-
jobResource:
|
|
9703
|
-
status:
|
|
9704
|
-
},
|
|
9703
|
+
}, pc = {
|
|
9704
|
+
meta: dc,
|
|
9705
|
+
model: cc,
|
|
9706
|
+
jobResource: fc,
|
|
9707
|
+
status: mc
|
|
9708
|
+
}, hc = {
|
|
9705
9709
|
detail: "Log Detail",
|
|
9706
9710
|
list: "List of Logs"
|
|
9707
|
-
},
|
|
9711
|
+
}, gc = "System", vc = {
|
|
9708
9712
|
system: "System",
|
|
9709
9713
|
type: "Type",
|
|
9710
9714
|
levelName: "Level",
|
|
@@ -9715,7 +9719,7 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9715
9719
|
datetimeTo: "Date until",
|
|
9716
9720
|
message: "Message",
|
|
9717
9721
|
appVersion: "Version"
|
|
9718
|
-
},
|
|
9722
|
+
}, yc = {
|
|
9719
9723
|
id: "ID",
|
|
9720
9724
|
datetime: "Date",
|
|
9721
9725
|
levelName: "Level",
|
|
@@ -9731,62 +9735,62 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9731
9735
|
path: "URL",
|
|
9732
9736
|
httpStatus: "Status code"
|
|
9733
9737
|
}
|
|
9734
|
-
},
|
|
9735
|
-
meta:
|
|
9736
|
-
system:
|
|
9737
|
-
filter:
|
|
9738
|
-
model:
|
|
9739
|
-
},
|
|
9738
|
+
}, bc = {
|
|
9739
|
+
meta: hc,
|
|
9740
|
+
system: gc,
|
|
9741
|
+
filter: vc,
|
|
9742
|
+
model: yc
|
|
9743
|
+
}, wc = {
|
|
9740
9744
|
actions: "Akcie",
|
|
9741
9745
|
permissions: "Oprávnenia"
|
|
9742
|
-
},
|
|
9746
|
+
}, kc = {
|
|
9743
9747
|
allow: "Povolený",
|
|
9744
9748
|
allowOwner: "Iba vlastník",
|
|
9745
9749
|
deny: "Zamietnutý"
|
|
9746
|
-
},
|
|
9750
|
+
}, Dc = {
|
|
9747
9751
|
role: "Rola",
|
|
9748
9752
|
group: "Skupina",
|
|
9749
9753
|
user: "Užívateľ",
|
|
9750
9754
|
defaultGrant: "Default"
|
|
9751
|
-
},
|
|
9752
|
-
table:
|
|
9753
|
-
grant:
|
|
9754
|
-
grantOrigin:
|
|
9755
|
-
},
|
|
9755
|
+
}, Cc = {
|
|
9756
|
+
table: wc,
|
|
9757
|
+
grant: kc,
|
|
9758
|
+
grantOrigin: Dc
|
|
9759
|
+
}, Mc = {
|
|
9756
9760
|
detail: "Permission Group Detail",
|
|
9757
9761
|
list: "Permission Group List",
|
|
9758
9762
|
create: "Permission Group Create",
|
|
9759
9763
|
edit: "Permission Group Edit"
|
|
9760
|
-
},
|
|
9764
|
+
}, Ac = {
|
|
9761
9765
|
id: "ID",
|
|
9762
9766
|
title: "Title",
|
|
9763
9767
|
description: "Description",
|
|
9764
9768
|
permissions: "Permissions"
|
|
9765
|
-
},
|
|
9769
|
+
}, Sc = {
|
|
9766
9770
|
id: "ID",
|
|
9767
9771
|
title: "Title"
|
|
9768
|
-
},
|
|
9772
|
+
}, _c = {
|
|
9769
9773
|
deleteConfirm: "Do you want to permanently remove the permission group from the system?"
|
|
9770
|
-
},
|
|
9771
|
-
meta:
|
|
9772
|
-
model:
|
|
9773
|
-
filter:
|
|
9774
|
-
button:
|
|
9775
|
-
},
|
|
9776
|
-
error_field_length_min:
|
|
9777
|
-
error_field_length_max:
|
|
9778
|
-
error_field_not_unique:
|
|
9779
|
-
error_compromised_password:
|
|
9780
|
-
},
|
|
9781
|
-
required:
|
|
9782
|
-
minLength:
|
|
9783
|
-
maxLength:
|
|
9784
|
-
email:
|
|
9785
|
-
stringArrayItemLength:
|
|
9786
|
-
},
|
|
9774
|
+
}, Tc = {
|
|
9775
|
+
meta: Mc,
|
|
9776
|
+
model: Ac,
|
|
9777
|
+
filter: Sc,
|
|
9778
|
+
button: _c
|
|
9779
|
+
}, xc = "error_field_length_min", $c = "error_field_length_max", Oc = "error_field_not_unique", Pc = "error_compromised_password", Ic = {
|
|
9780
|
+
error_field_length_min: xc,
|
|
9781
|
+
error_field_length_max: $c,
|
|
9782
|
+
error_field_not_unique: Oc,
|
|
9783
|
+
error_compromised_password: Pc
|
|
9784
|
+
}, Ec = "Required.", Fc = "Minimal length is {min}.", Nc = "Maximal length is {max}.", Lc = "Incorrect email format", Vc = "Item length in list must have between {min} and {max} characters.", jc = {
|
|
9785
|
+
required: Ec,
|
|
9786
|
+
minLength: Fc,
|
|
9787
|
+
maxLength: Nc,
|
|
9788
|
+
email: Lc,
|
|
9789
|
+
stringArrayItemLength: Vc
|
|
9790
|
+
}, Bc = "Badge", Rc = "Close", zc = {
|
|
9787
9791
|
noResultsText: "No matching records found",
|
|
9788
9792
|
loadingText: "Loading items..."
|
|
9789
|
-
},
|
|
9793
|
+
}, Yc = {
|
|
9790
9794
|
itemsPerPageText: "Rows per page:",
|
|
9791
9795
|
ariaLabel: {
|
|
9792
9796
|
sortDescending: "Sorted descending.",
|
|
@@ -9797,7 +9801,7 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9797
9801
|
activateAscending: "Activate to sort ascending."
|
|
9798
9802
|
},
|
|
9799
9803
|
sortBy: "Sort by"
|
|
9800
|
-
},
|
|
9804
|
+
}, Hc = {
|
|
9801
9805
|
itemsPerPageText: "Items per page:",
|
|
9802
9806
|
itemsPerPageAll: "All",
|
|
9803
9807
|
nextPage: "Next page",
|
|
@@ -9805,31 +9809,31 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9805
9809
|
firstPage: "First page",
|
|
9806
9810
|
lastPage: "Last page",
|
|
9807
9811
|
pageText: "{0}-{1} of {2}"
|
|
9808
|
-
},
|
|
9812
|
+
}, Jc = {
|
|
9809
9813
|
itemsSelected: "{0} selected",
|
|
9810
9814
|
nextMonthAriaLabel: "Next month",
|
|
9811
9815
|
nextYearAriaLabel: "Next year",
|
|
9812
9816
|
prevMonthAriaLabel: "Previous month",
|
|
9813
9817
|
prevYearAriaLabel: "Previous year"
|
|
9814
|
-
},
|
|
9818
|
+
}, Uc = "No data available", Wc = {
|
|
9815
9819
|
prev: "Previous visual",
|
|
9816
9820
|
next: "Next visual",
|
|
9817
9821
|
ariaLabel: {
|
|
9818
9822
|
delimiter: "Carousel slide {0} of {1}"
|
|
9819
9823
|
}
|
|
9820
|
-
},
|
|
9824
|
+
}, qc = {
|
|
9821
9825
|
moreEvents: "{0} more"
|
|
9822
|
-
},
|
|
9826
|
+
}, Gc = {
|
|
9823
9827
|
clear: "Clear {0}",
|
|
9824
9828
|
prependAction: "{0} prepended action",
|
|
9825
9829
|
appendAction: "{0} appended action"
|
|
9826
|
-
},
|
|
9830
|
+
}, Kc = {
|
|
9827
9831
|
counter: "{0} files",
|
|
9828
9832
|
counterSize: "{0} files ({1} in total)"
|
|
9829
|
-
},
|
|
9833
|
+
}, Zc = {
|
|
9830
9834
|
am: "AM",
|
|
9831
9835
|
pm: "PM"
|
|
9832
|
-
},
|
|
9836
|
+
}, Qc = {
|
|
9833
9837
|
ariaLabel: {
|
|
9834
9838
|
root: "Navigácia stránkovania",
|
|
9835
9839
|
next: "Ďalšia stránka",
|
|
@@ -9839,154 +9843,155 @@ const Vl = "Badge", jl = "Close", Bl = {
|
|
|
9839
9843
|
first: "First page",
|
|
9840
9844
|
last: "Last page"
|
|
9841
9845
|
}
|
|
9842
|
-
},
|
|
9846
|
+
}, Xc = {
|
|
9843
9847
|
ariaLabel: {
|
|
9844
9848
|
item: "Rating {0} of {1}"
|
|
9845
9849
|
}
|
|
9846
|
-
},
|
|
9847
|
-
badge:
|
|
9848
|
-
close:
|
|
9849
|
-
dataIterator:
|
|
9850
|
-
dataTable:
|
|
9851
|
-
dataFooter:
|
|
9852
|
-
datePicker:
|
|
9853
|
-
noDataText:
|
|
9854
|
-
carousel:
|
|
9855
|
-
calendar:
|
|
9856
|
-
input:
|
|
9857
|
-
fileInput:
|
|
9858
|
-
timePicker:
|
|
9859
|
-
pagination:
|
|
9860
|
-
rating:
|
|
9861
|
-
},
|
|
9850
|
+
}, ef = {
|
|
9851
|
+
badge: Bc,
|
|
9852
|
+
close: Rc,
|
|
9853
|
+
dataIterator: zc,
|
|
9854
|
+
dataTable: Yc,
|
|
9855
|
+
dataFooter: Hc,
|
|
9856
|
+
datePicker: Jc,
|
|
9857
|
+
noDataText: Uc,
|
|
9858
|
+
carousel: Wc,
|
|
9859
|
+
calendar: qc,
|
|
9860
|
+
input: Gc,
|
|
9861
|
+
fileInput: Kc,
|
|
9862
|
+
timePicker: Zc,
|
|
9863
|
+
pagination: Qc,
|
|
9864
|
+
rating: Xc
|
|
9865
|
+
}, fp = {
|
|
9862
9866
|
common: {
|
|
9863
|
-
alert:
|
|
9864
|
-
button:
|
|
9865
|
-
model:
|
|
9866
|
-
system:
|
|
9867
|
-
anzuUser:
|
|
9868
|
-
job:
|
|
9869
|
-
log:
|
|
9870
|
-
permission:
|
|
9871
|
-
permissionGroup:
|
|
9867
|
+
alert: Sd,
|
|
9868
|
+
button: Ud,
|
|
9869
|
+
model: Zd,
|
|
9870
|
+
system: rc,
|
|
9871
|
+
anzuUser: uc,
|
|
9872
|
+
job: pc,
|
|
9873
|
+
log: bc,
|
|
9874
|
+
permission: Cc,
|
|
9875
|
+
permissionGroup: Tc
|
|
9872
9876
|
},
|
|
9873
|
-
$vuetify:
|
|
9877
|
+
$vuetify: ef,
|
|
9874
9878
|
validations: {
|
|
9875
9879
|
api: {
|
|
9876
|
-
...
|
|
9880
|
+
...Ic
|
|
9877
9881
|
},
|
|
9878
9882
|
js: {
|
|
9879
|
-
...
|
|
9883
|
+
...jc
|
|
9880
9884
|
}
|
|
9881
9885
|
}
|
|
9882
9886
|
};
|
|
9883
|
-
const
|
|
9887
|
+
const tf = {
|
|
9884
9888
|
CHIP_LINK: "mdi-arrow-top-right",
|
|
9885
9889
|
CHIP_LINK_EXTERNAL: "mdi-open-in-new"
|
|
9886
|
-
},
|
|
9890
|
+
}, mp = dr(tf);
|
|
9887
9891
|
export {
|
|
9888
|
-
|
|
9889
|
-
|
|
9890
|
-
|
|
9891
|
-
|
|
9892
|
-
|
|
9893
|
-
|
|
9894
|
-
|
|
9892
|
+
wm as AActionCloseButton,
|
|
9893
|
+
km as AActionCreateButton,
|
|
9894
|
+
Dm as AActionDeleteButton,
|
|
9895
|
+
Cm as AActionEditButton,
|
|
9896
|
+
Mm as AActionSaveAndCloseButton,
|
|
9897
|
+
Am as AActionSaveButton,
|
|
9898
|
+
Pf as AAlerts,
|
|
9895
9899
|
bo as ABooleanValue,
|
|
9896
|
-
|
|
9897
|
-
|
|
9898
|
-
|
|
9899
|
-
|
|
9900
|
+
If as ACard,
|
|
9901
|
+
vm as ACopyText,
|
|
9902
|
+
Qf as ADatatable,
|
|
9903
|
+
Xf as ADatatablePagination,
|
|
9900
9904
|
za as ADatetime,
|
|
9901
9905
|
oi as AFilterAdvancedButton,
|
|
9902
|
-
|
|
9903
|
-
|
|
9904
|
-
|
|
9905
|
-
|
|
9906
|
+
pm as AFilterBooleanGroup,
|
|
9907
|
+
lm as AFilterDatetimePicker,
|
|
9908
|
+
nm as AFilterInteger,
|
|
9909
|
+
mm as AFilterRemoteAutocomplete,
|
|
9906
9910
|
ri as AFilterResetButton,
|
|
9907
|
-
|
|
9911
|
+
tm as AFilterString,
|
|
9908
9912
|
ai as AFilterSubmitButton,
|
|
9909
|
-
|
|
9910
|
-
|
|
9911
|
-
|
|
9912
|
-
|
|
9913
|
-
|
|
9914
|
-
|
|
9915
|
-
|
|
9916
|
-
|
|
9913
|
+
fm as AFilterValueObjectOptionsSelect,
|
|
9914
|
+
am as AFilterWrapper,
|
|
9915
|
+
Rf as AFormBooleanToggle,
|
|
9916
|
+
sm as AFormDatetimePicker,
|
|
9917
|
+
dm as AFormRemoteAutocomplete,
|
|
9918
|
+
jf as AFormTextField,
|
|
9919
|
+
Bf as AFormTextarea,
|
|
9920
|
+
cm as AFormValueObjectOptionsSelect,
|
|
9917
9921
|
Tr as AIconGroup,
|
|
9918
|
-
|
|
9919
|
-
|
|
9920
|
-
|
|
9921
|
-
|
|
9922
|
-
|
|
9923
|
-
|
|
9922
|
+
hm as AJobStatusChip,
|
|
9923
|
+
$m as ALanguageSelect,
|
|
9924
|
+
gm as ALogLevelChip,
|
|
9925
|
+
ym as APageTitle,
|
|
9926
|
+
rm as APermissionGrantEditor,
|
|
9927
|
+
om as APermissionValueChip,
|
|
9924
9928
|
Fa as ARow,
|
|
9925
|
-
|
|
9926
|
-
|
|
9927
|
-
|
|
9928
|
-
|
|
9929
|
-
|
|
9930
|
-
|
|
9931
|
-
|
|
9929
|
+
Om as ASystemBar,
|
|
9930
|
+
zf as ASystemEntityScope,
|
|
9931
|
+
Sm as ATableCopyIdButton,
|
|
9932
|
+
_m as ATableDetailButton,
|
|
9933
|
+
Tm as ATableEditButton,
|
|
9934
|
+
xm as AThemeSelect,
|
|
9935
|
+
bm as AUserAndTimeTrackingFields,
|
|
9932
9936
|
Ii as Acl,
|
|
9933
9937
|
ht as AnzuApiResponseCodeError,
|
|
9934
9938
|
ot as AnzuApiValidationError,
|
|
9935
|
-
|
|
9936
|
-
|
|
9939
|
+
jm as AnzuFatalError,
|
|
9940
|
+
im as AnzuSystemsCommonAdmin,
|
|
9937
9941
|
br as AvailableLanguagesSymbol,
|
|
9938
9942
|
pr as DATETIME_MAX,
|
|
9939
9943
|
mr as DATETIME_MIN,
|
|
9940
9944
|
wr as DefaultLanguageSymbol,
|
|
9941
9945
|
Dn as Grant,
|
|
9942
9946
|
gr as GrantOrigin,
|
|
9943
|
-
|
|
9944
|
-
|
|
9945
|
-
|
|
9946
|
-
|
|
9947
|
-
|
|
9948
|
-
|
|
9949
|
-
|
|
9947
|
+
Lm as HTTP_STATUS_BAD_REQUEST,
|
|
9948
|
+
qs as HTTP_STATUS_CREATED,
|
|
9949
|
+
Gs as HTTP_STATUS_NO_CONTENT,
|
|
9950
|
+
Ws as HTTP_STATUS_OK,
|
|
9951
|
+
Vm as HTTP_STATUS_UNAUTHORIZED,
|
|
9952
|
+
Ks as HTTP_STATUS_UNPROCESSABLE_ENTITY,
|
|
9953
|
+
mp as ICON,
|
|
9950
9954
|
ns as JobStatus,
|
|
9951
9955
|
rs as LogLevel,
|
|
9952
9956
|
qa as NEW_LINE_MARK,
|
|
9953
9957
|
kr as ROLE_SUPER_ADMIN,
|
|
9954
9958
|
rt as SubjectScopeSymbol,
|
|
9955
9959
|
at as SystemScopeSymbol,
|
|
9956
|
-
|
|
9957
|
-
|
|
9958
|
-
|
|
9959
|
-
|
|
9960
|
-
|
|
9961
|
-
|
|
9962
|
-
|
|
9963
|
-
|
|
9964
|
-
|
|
9965
|
-
|
|
9966
|
-
|
|
9967
|
-
|
|
9968
|
-
|
|
9969
|
-
|
|
9960
|
+
gs as Theme,
|
|
9961
|
+
Bm as apiAnyRequest,
|
|
9962
|
+
ol as apiCreateOne,
|
|
9963
|
+
ll as apiDeleteOne,
|
|
9964
|
+
Rm as apiFetchByIds,
|
|
9965
|
+
hl as apiFetchList,
|
|
9966
|
+
yl as apiFetchOne,
|
|
9967
|
+
zm as apiUpdateOne,
|
|
9968
|
+
kl as arrayFlatten,
|
|
9969
|
+
Wm as arrayFromArgs,
|
|
9970
|
+
Jm as arrayItemToggle,
|
|
9971
|
+
Um as arrayToString,
|
|
9972
|
+
Pm as booleanToInteger,
|
|
9973
|
+
qm as browserHistoryReplaceUrlByRouter,
|
|
9974
|
+
Dl as browserHistoryReplaceUrlByString,
|
|
9970
9975
|
Bt as cloneDeep,
|
|
9971
|
-
|
|
9976
|
+
Kf as dateModifyMinutes,
|
|
9972
9977
|
jo as dateNow,
|
|
9973
|
-
|
|
9978
|
+
Gf as dateTimeEndOfDay,
|
|
9974
9979
|
zo as dateTimeFriendly,
|
|
9975
9980
|
An as dateTimeNow,
|
|
9976
9981
|
Ro as dateTimePretty,
|
|
9977
|
-
|
|
9982
|
+
qf as dateTimeStartOfDay,
|
|
9978
9983
|
Bo as dateToUtc,
|
|
9979
9984
|
et as eventClickBlur,
|
|
9980
9985
|
Q as i18n,
|
|
9981
9986
|
Xe as isArray,
|
|
9982
|
-
|
|
9987
|
+
La as isBoolean,
|
|
9983
9988
|
ui as isCreatedByAware,
|
|
9984
|
-
|
|
9985
|
-
|
|
9989
|
+
Na as isDefined,
|
|
9990
|
+
Ef as isDocId,
|
|
9986
9991
|
Ao as isEmpty,
|
|
9987
9992
|
ur as isEmptyArray,
|
|
9988
9993
|
lr as isEmptyObject,
|
|
9989
|
-
|
|
9994
|
+
Ff as isInt,
|
|
9990
9995
|
ke as isNull,
|
|
9991
9996
|
na as isNumber,
|
|
9992
9997
|
sr as isObject,
|
|
@@ -9994,63 +9999,63 @@ export {
|
|
|
9994
9999
|
nt as isString,
|
|
9995
10000
|
$ as isUndefined,
|
|
9996
10001
|
pt as isValidHTTPStatus,
|
|
9997
|
-
|
|
9998
|
-
|
|
9999
|
-
|
|
10000
|
-
|
|
10001
|
-
|
|
10002
|
+
em as makeFilterHelper,
|
|
10003
|
+
cp as messagesEn,
|
|
10004
|
+
fp as messagesSk,
|
|
10005
|
+
Ds as modifyLanguageSettings,
|
|
10006
|
+
_r as numberToString,
|
|
10002
10007
|
dr as objectDeepFreeze,
|
|
10003
|
-
|
|
10008
|
+
Jf as objectDeletePropertyByPath,
|
|
10004
10009
|
cr as objectGetValueByPath,
|
|
10005
|
-
|
|
10006
|
-
|
|
10007
|
-
|
|
10010
|
+
Yf as objectGetValues,
|
|
10011
|
+
Hf as objectSetValueByPath,
|
|
10012
|
+
Nm as prettyBytes,
|
|
10008
10013
|
qn as stringNormalizeForSlotName,
|
|
10009
10014
|
At as stringSplitOnFirstOccurrence,
|
|
10010
|
-
|
|
10011
|
-
|
|
10012
|
-
|
|
10013
|
-
|
|
10014
|
-
|
|
10015
|
+
Nf as stringToFloat,
|
|
10016
|
+
So as stringToInt,
|
|
10017
|
+
_o as stringToKebabCase,
|
|
10018
|
+
Lf as stringToSlug,
|
|
10019
|
+
Vf as stringTrimLength,
|
|
10015
10020
|
To as stringUrlTemplateReplace,
|
|
10016
|
-
|
|
10021
|
+
Wf as timestampCurrent,
|
|
10017
10022
|
Pi as useAcl,
|
|
10018
10023
|
ia as useAlerts,
|
|
10019
|
-
|
|
10024
|
+
Im as useAnzuUserFactory,
|
|
10020
10025
|
Or as useApiQueryBuilder,
|
|
10021
|
-
|
|
10026
|
+
Uf as useDatatableColumns,
|
|
10022
10027
|
gt as useErrorHandler,
|
|
10023
10028
|
ra as useFilterHelpers,
|
|
10024
10029
|
hr as useGrant,
|
|
10025
10030
|
ii as useGrantOrigin,
|
|
10026
|
-
|
|
10027
|
-
|
|
10028
|
-
|
|
10031
|
+
gp as useI18n,
|
|
10032
|
+
Ym as useJobApi,
|
|
10033
|
+
Hm as useJobResource,
|
|
10029
10034
|
as as useJobStatus,
|
|
10030
|
-
|
|
10035
|
+
Cs as useLanguageSettings,
|
|
10031
10036
|
os as useLogLevel,
|
|
10032
|
-
|
|
10033
|
-
|
|
10034
|
-
|
|
10035
|
-
|
|
10036
|
-
|
|
10037
|
-
|
|
10038
|
-
|
|
10039
|
-
|
|
10040
|
-
|
|
10041
|
-
|
|
10042
|
-
|
|
10043
|
-
|
|
10044
|
-
|
|
10045
|
-
|
|
10046
|
-
|
|
10047
|
-
|
|
10048
|
-
|
|
10049
|
-
|
|
10037
|
+
Sr as usePagination,
|
|
10038
|
+
um as usePaginationAutoHide,
|
|
10039
|
+
Em as usePermissionConfigFactory,
|
|
10040
|
+
Fm as usePermissionGroupFactory,
|
|
10041
|
+
ys as useTheme,
|
|
10042
|
+
Xm as useValidateBetween,
|
|
10043
|
+
ep as useValidateEmail,
|
|
10044
|
+
tp as useValidateLatitude,
|
|
10045
|
+
np as useValidateLatitudeNotZeroAsLongitude,
|
|
10046
|
+
ap as useValidateLongitude,
|
|
10047
|
+
dp as useValidateLongitudeNotZeroAsLatitude,
|
|
10048
|
+
rp as useValidateMaxLength,
|
|
10049
|
+
op as useValidateMaxValue,
|
|
10050
|
+
ip as useValidateMinLength,
|
|
10051
|
+
sp as useValidateMinValue,
|
|
10052
|
+
lp as useValidateNumeric,
|
|
10053
|
+
up as useValidatePhoneNumber,
|
|
10054
|
+
Gm as useValidateRequired,
|
|
10050
10055
|
qi as useValidateRequiredIf,
|
|
10051
|
-
|
|
10052
|
-
|
|
10053
|
-
|
|
10054
|
-
|
|
10056
|
+
Km as useValidateSlug,
|
|
10057
|
+
Qm as useValidateStringArrayItemLength,
|
|
10058
|
+
Zm as useValidateUrl,
|
|
10059
|
+
Zf as yearNow
|
|
10055
10060
|
};
|
|
10056
10061
|
//# sourceMappingURL=common-admin.es.js.map
|