@anzusystems/common-admin 0.0.26 → 0.0.28

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