@qikdev/vue-ui 0.2.150 → 0.2.152

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.es.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import './style.css';
2
2
  import { defineComponent as Vi, ref as Zt, toRefs as ba, onMounted as ka, onBeforeUnmount as zo, watch as Ci, computed as ci, openBlock as o, createElementBlock as d, renderSlot as z, createCommentVNode as _, normalizeClass as L, useSlots as Ho, reactive as Or, provide as Nr, resolveComponent as y, Fragment as S, unref as Bn, createBlock as k, withCtx as h, createVNode as m, renderList as $, toDisplayString as v, withDirectives as W, vShow as ur, createElementVNode as x, withModifiers as B, createTextVNode as O, h as fi, resolveDynamicComponent as Ot, mergeProps as Ei, toHandlers as xa, vModelSelect as Tt, pushScopeId as tt, popScopeId as nt, normalizeStyle as ut, Teleport as qo, vModelText as se, withKeys as ge, TransitionGroup as Go, nextTick as wa, vModelDynamic as zn } from "vue";
3
3
  import { EventDispatcher as Wo } from "@qikdev/sdk";
4
- const Ko = "0.2.150";
4
+ const Ko = "0.2.152";
5
5
  class Lt extends Error {
6
6
  }
7
7
  class Yo extends Lt {
@@ -19,7 +19,7 @@ class Jo extends Lt {
19
19
  super(`Invalid Duration: ${t.toMessage()}`);
20
20
  }
21
21
  }
22
- class vn extends Lt {
22
+ class gn extends Lt {
23
23
  }
24
24
  class Sa extends Lt {
25
25
  constructor(t) {
@@ -226,15 +226,15 @@ function Mi(e, t, n = !1) {
226
226
  const i = 10 ** t;
227
227
  return (n ? Math.trunc : Math.round)(e * i) / i;
228
228
  }
229
- function An(e) {
229
+ function En(e) {
230
230
  return e % 4 === 0 && (e % 100 !== 0 || e % 400 === 0);
231
231
  }
232
- function Sn(e) {
233
- return An(e) ? 366 : 365;
232
+ function wn(e) {
233
+ return En(e) ? 366 : 365;
234
234
  }
235
235
  function dr(e, t) {
236
236
  const n = iu(t - 1, 12) + 1, i = e + (t - n) / 12;
237
- return n === 2 ? An(i) ? 29 : 28 : [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][n - 1];
237
+ return n === 2 ? En(i) ? 29 : 28 : [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][n - 1];
238
238
  }
239
239
  function Ii(e) {
240
240
  let t = Date.UTC(
@@ -656,7 +656,7 @@ class Qe {
656
656
  return this.explanation ? `${this.reason}: ${this.explanation}` : this.reason;
657
657
  }
658
658
  }
659
- class Mn {
659
+ class An {
660
660
  /**
661
661
  * The type of zone
662
662
  * @abstract
@@ -732,7 +732,7 @@ class Mn {
732
732
  }
733
733
  }
734
734
  let Lr = null;
735
- class Di extends Mn {
735
+ class Di extends An {
736
736
  /**
737
737
  * Get a singleton instance of the local zone
738
738
  * @return {SystemZone}
@@ -809,7 +809,7 @@ function ku(e, t) {
809
809
  return i;
810
810
  }
811
811
  let Hn = {};
812
- class mt extends Mn {
812
+ class mt extends An {
813
813
  /**
814
814
  * @param {string} name - Zone name
815
815
  * @return {IANAZone}
@@ -906,7 +906,7 @@ class mt extends Mn {
906
906
  }
907
907
  }
908
908
  let Pr = null;
909
- class Fe extends Mn {
909
+ class Fe extends An {
910
910
  /**
911
911
  * Get a singleton instance of UTC
912
912
  * @return {FixedOffsetZone}
@@ -974,7 +974,7 @@ class Fe extends Mn {
974
974
  return !0;
975
975
  }
976
976
  }
977
- class xu extends Mn {
977
+ class xu extends An {
978
978
  constructor(t) {
979
979
  super(), this.zoneName = t;
980
980
  }
@@ -1014,7 +1014,7 @@ class xu extends Mn {
1014
1014
  function xt(e, t) {
1015
1015
  if (Z(e) || e === null)
1016
1016
  return t;
1017
- if (e instanceof Mn)
1017
+ if (e instanceof An)
1018
1018
  return e;
1019
1019
  if (eu(e)) {
1020
1020
  const n = e.toLowerCase();
@@ -1145,9 +1145,9 @@ function Ou(e, t = {}) {
1145
1145
  let r = gi[s];
1146
1146
  return r || (r = new Intl.RelativeTimeFormat(e, t), gi[s] = r), r;
1147
1147
  }
1148
- let bn = null;
1148
+ let vn = null;
1149
1149
  function Tu() {
1150
- return bn || (bn = new Intl.DateTimeFormat().resolvedOptions().locale, bn);
1150
+ return vn || (vn = new Intl.DateTimeFormat().resolvedOptions().locale, vn);
1151
1151
  }
1152
1152
  function Vu(e) {
1153
1153
  const t = e.indexOf("-u-");
@@ -1252,7 +1252,7 @@ class fe {
1252
1252
  return new fe(a, l, u, r);
1253
1253
  }
1254
1254
  static resetCache() {
1255
- bn = null, pi = {}, _i = {}, gi = {};
1255
+ vn = null, pi = {}, _i = {}, gi = {};
1256
1256
  }
1257
1257
  static fromObject({ locale: t, numberingSystem: n, outputCalendar: i } = {}) {
1258
1258
  return fe.create(t, n, i);
@@ -2183,7 +2183,7 @@ class X {
2183
2183
  return !0;
2184
2184
  }
2185
2185
  }
2186
- const fn = "Invalid Interval";
2186
+ const cn = "Invalid Interval";
2187
2187
  function Sd(e, t) {
2188
2188
  return !e || !e.isValid ? pe.invalid("missing or invalid start") : !t || !t.isValid ? pe.invalid("missing or invalid end") : t < e ? pe.invalid(
2189
2189
  "end before start",
@@ -2218,7 +2218,7 @@ class pe {
2218
2218
  * @return {Interval}
2219
2219
  */
2220
2220
  static fromDateTimes(t, n) {
2221
- const i = pn(t), s = pn(n), r = Sd(i, s);
2221
+ const i = hn(t), s = hn(n), r = Sd(i, s);
2222
2222
  return r ?? new pe({
2223
2223
  start: i,
2224
2224
  end: s
@@ -2231,7 +2231,7 @@ class pe {
2231
2231
  * @return {Interval}
2232
2232
  */
2233
2233
  static after(t, n) {
2234
- const i = X.fromDurationLike(n), s = pn(t);
2234
+ const i = X.fromDurationLike(n), s = hn(t);
2235
2235
  return pe.fromDateTimes(s, s.plus(i));
2236
2236
  }
2237
2237
  /**
@@ -2241,7 +2241,7 @@ class pe {
2241
2241
  * @return {Interval}
2242
2242
  */
2243
2243
  static before(t, n) {
2244
- const i = X.fromDurationLike(n), s = pn(t);
2244
+ const i = X.fromDurationLike(n), s = hn(t);
2245
2245
  return pe.fromDateTimes(s.minus(i), s);
2246
2246
  }
2247
2247
  /**
@@ -2402,7 +2402,7 @@ class pe {
2402
2402
  splitAt(...t) {
2403
2403
  if (!this.isValid)
2404
2404
  return [];
2405
- const n = t.map(pn).filter((a) => this.contains(a)).sort(), i = [];
2405
+ const n = t.map(hn).filter((a) => this.contains(a)).sort(), i = [];
2406
2406
  let { s } = this, r = 0;
2407
2407
  for (; s < this.e; ) {
2408
2408
  const a = n[r] || this.e, l = +a > +this.e ? this.e : a;
@@ -2542,7 +2542,7 @@ class pe {
2542
2542
  * @return {string}
2543
2543
  */
2544
2544
  toString() {
2545
- return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : fn;
2545
+ return this.isValid ? `[${this.s.toISO()} – ${this.e.toISO()})` : cn;
2546
2546
  }
2547
2547
  /**
2548
2548
  * Returns an ISO 8601-compliant string representation of this Interval.
@@ -2551,7 +2551,7 @@ class pe {
2551
2551
  * @return {string}
2552
2552
  */
2553
2553
  toISO(t) {
2554
- return this.isValid ? `${this.s.toISO(t)}/${this.e.toISO(t)}` : fn;
2554
+ return this.isValid ? `${this.s.toISO(t)}/${this.e.toISO(t)}` : cn;
2555
2555
  }
2556
2556
  /**
2557
2557
  * Returns an ISO 8601-compliant string representation of date of this Interval.
@@ -2560,7 +2560,7 @@ class pe {
2560
2560
  * @return {string}
2561
2561
  */
2562
2562
  toISODate() {
2563
- return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : fn;
2563
+ return this.isValid ? `${this.s.toISODate()}/${this.e.toISODate()}` : cn;
2564
2564
  }
2565
2565
  /**
2566
2566
  * Returns an ISO 8601-compliant string representation of time of this Interval.
@@ -2570,7 +2570,7 @@ class pe {
2570
2570
  * @return {string}
2571
2571
  */
2572
2572
  toISOTime(t) {
2573
- return this.isValid ? `${this.s.toISOTime(t)}/${this.e.toISOTime(t)}` : fn;
2573
+ return this.isValid ? `${this.s.toISOTime(t)}/${this.e.toISOTime(t)}` : cn;
2574
2574
  }
2575
2575
  /**
2576
2576
  * Returns a string representation of this Interval formatted according to the specified format string.
@@ -2580,7 +2580,7 @@ class pe {
2580
2580
  * @return {string}
2581
2581
  */
2582
2582
  toFormat(t, { separator: n = " – " } = {}) {
2583
- return this.isValid ? `${this.s.toFormat(t)}${n}${this.e.toFormat(t)}` : fn;
2583
+ return this.isValid ? `${this.s.toFormat(t)}${n}${this.e.toFormat(t)}` : cn;
2584
2584
  }
2585
2585
  /**
2586
2586
  * Return a Duration representing the time spanned by this interval.
@@ -3111,7 +3111,7 @@ function dl(e, t, n) {
3111
3111
  {
3112
3112
  const [a, l] = Nd(s), u = RegExp(a, "i"), [f, c] = Ld(t, u, l), [p, g, b] = c ? Pd(c) : [null, null, void 0];
3113
3113
  if (Qt(c, "a") && Qt(c, "H"))
3114
- throw new vn(
3114
+ throw new gn(
3115
3115
  "Can't include meridiem when specifying 24-hour format"
3116
3116
  );
3117
3117
  return { input: t, tokens: i, regex: u, rawMatches: f, matches: c, result: p, zone: g, specificOffset: b };
@@ -3135,10 +3135,10 @@ function ml(e, t, n) {
3135
3135
  return s === 0 ? 7 : s;
3136
3136
  }
3137
3137
  function hl(e, t, n) {
3138
- return n + (An(e) ? fl : cl)[t - 1];
3138
+ return n + (En(e) ? fl : cl)[t - 1];
3139
3139
  }
3140
3140
  function pl(e, t) {
3141
- const n = An(e) ? fl : cl, i = n.findIndex((r) => r < t), s = t - n[i];
3141
+ const n = En(e) ? fl : cl, i = n.findIndex((r) => r < t), s = t - n[i];
3142
3142
  return { month: i + 1, day: s };
3143
3143
  }
3144
3144
  function vi(e) {
@@ -3147,9 +3147,9 @@ function vi(e) {
3147
3147
  return a < 1 ? (l = t - 1, a = cr(l)) : a > cr(t) ? (l = t + 1, a = 1) : l = t, { weekYear: l, weekNumber: a, weekday: r, ...Cr(e) };
3148
3148
  }
3149
3149
  function ms(e) {
3150
- const { weekYear: t, weekNumber: n, weekday: i } = e, s = ml(t, 1, 4), r = Sn(t);
3150
+ const { weekYear: t, weekNumber: n, weekday: i } = e, s = ml(t, 1, 4), r = wn(t);
3151
3151
  let a = n * 7 + i - s - 3, l;
3152
- a < 1 ? (l = t - 1, a += Sn(l)) : a > r ? (l = t + 1, a -= Sn(t)) : l = t;
3152
+ a < 1 ? (l = t - 1, a += wn(l)) : a > r ? (l = t + 1, a -= wn(t)) : l = t;
3153
3153
  const { month: u, day: f } = pl(l, a);
3154
3154
  return { year: l, month: u, day: f, ...Cr(e) };
3155
3155
  }
@@ -3166,7 +3166,7 @@ function zd(e) {
3166
3166
  return t ? n ? i ? !1 : We("weekday", e.weekday) : We("week", e.week) : We("weekYear", e.weekYear);
3167
3167
  }
3168
3168
  function Hd(e) {
3169
- const t = Tr(e.year), n = ct(e.ordinal, 1, Sn(e.year));
3169
+ const t = Tr(e.year), n = ct(e.ordinal, 1, wn(e.year));
3170
3170
  return t ? n ? !1 : We("ordinal", e.ordinal) : We("year", e.year);
3171
3171
  }
3172
3172
  function yl(e) {
@@ -3184,7 +3184,7 @@ function Wn(e) {
3184
3184
  function zr(e) {
3185
3185
  return e.weekData === null && (e.weekData = vi(e.c)), e.weekData;
3186
3186
  }
3187
- function mn(e, t) {
3187
+ function fn(e, t) {
3188
3188
  const n = {
3189
3189
  ts: e.ts,
3190
3190
  zone: e.zone,
@@ -3240,7 +3240,7 @@ function _s(e, t) {
3240
3240
  let [u, f] = gl(l, n, e.zone);
3241
3241
  return a !== 0 && (u += a, f = e.zone.offset(u)), { ts: u, o: f };
3242
3242
  }
3243
- function hn(e, t, n, i, s, r) {
3243
+ function mn(e, t, n, i, s, r) {
3244
3244
  const { setZone: a, zone: l } = n;
3245
3245
  if (e && Object.keys(e).length !== 0) {
3246
3246
  const u = t || l, f = P.fromObject(e, {
@@ -3535,11 +3535,11 @@ class P {
3535
3535
  return P.invalid(Wn(i));
3536
3536
  const s = ve.now(), r = Z(n.specificOffset) ? i.offset(s) : n.specificOffset, a = fr(t, vs), l = !Z(a.ordinal), u = !Z(a.year), f = !Z(a.month) || !Z(a.day), c = u || f, p = a.weekYear || a.weekNumber, g = fe.fromObject(n);
3537
3537
  if ((c || l) && p)
3538
- throw new vn(
3538
+ throw new gn(
3539
3539
  "Can't mix weekYear/weekNumber units with year/month/day or ordinals"
3540
3540
  );
3541
3541
  if (f && l)
3542
- throw new vn("Can't mix ordinal dates with month/day");
3542
+ throw new gn("Can't mix ordinal dates with month/day");
3543
3543
  const b = p || a.weekday && !c;
3544
3544
  let w, T, E = ys(s, r);
3545
3545
  b ? (w = Wd, T = qd, E = vi(E)) : l ? (w = Kd, T = Gd, E = Rr(E)) : (w = bl, T = vl);
@@ -3580,7 +3580,7 @@ class P {
3580
3580
  */
3581
3581
  static fromISO(t, n = {}) {
3582
3582
  const [i, s] = ld(t);
3583
- return hn(i, s, n, "ISO 8601", t);
3583
+ return mn(i, s, n, "ISO 8601", t);
3584
3584
  }
3585
3585
  /**
3586
3586
  * Create a DateTime from an RFC 2822 string
@@ -3598,7 +3598,7 @@ class P {
3598
3598
  */
3599
3599
  static fromRFC2822(t, n = {}) {
3600
3600
  const [i, s] = od(t);
3601
- return hn(i, s, n, "RFC 2822", t);
3601
+ return mn(i, s, n, "RFC 2822", t);
3602
3602
  }
3603
3603
  /**
3604
3604
  * Create a DateTime from an HTTP header date
@@ -3617,7 +3617,7 @@ class P {
3617
3617
  */
3618
3618
  static fromHTTP(t, n = {}) {
3619
3619
  const [i, s] = ud(t);
3620
- return hn(i, s, n, "HTTP", n);
3620
+ return mn(i, s, n, "HTTP", n);
3621
3621
  }
3622
3622
  /**
3623
3623
  * Create a DateTime from an input string and format string.
@@ -3640,7 +3640,7 @@ class P {
3640
3640
  numberingSystem: r,
3641
3641
  defaultToEN: !0
3642
3642
  }), [l, u, f, c] = Bd(a, t, n);
3643
- return c ? P.invalid(c) : hn(l, u, i, `format ${n}`, t, f);
3643
+ return c ? P.invalid(c) : mn(l, u, i, `format ${n}`, t, f);
3644
3644
  }
3645
3645
  /**
3646
3646
  * @deprecated use fromFormat instead
@@ -3670,7 +3670,7 @@ class P {
3670
3670
  */
3671
3671
  static fromSQL(t, n = {}) {
3672
3672
  const [i, s] = _d(t);
3673
- return hn(i, s, n, "SQL", t);
3673
+ return mn(i, s, n, "SQL", t);
3674
3674
  }
3675
3675
  /**
3676
3676
  * Create an invalid DateTime.
@@ -3954,7 +3954,7 @@ class P {
3954
3954
  * @type {boolean}
3955
3955
  */
3956
3956
  get isInLeapYear() {
3957
- return An(this.year);
3957
+ return En(this.year);
3958
3958
  }
3959
3959
  /**
3960
3960
  * Returns the number of days in this DateTime's month
@@ -3972,7 +3972,7 @@ class P {
3972
3972
  * @type {number}
3973
3973
  */
3974
3974
  get daysInYear() {
3975
- return this.isValid ? Sn(this.year) : NaN;
3975
+ return this.isValid ? wn(this.year) : NaN;
3976
3976
  }
3977
3977
  /**
3978
3978
  * Returns the number of weeks in this DateTime's year
@@ -4036,7 +4036,7 @@ class P {
4036
4036
  const r = t.offset(this.ts), a = this.toObject();
4037
4037
  [s] = rr(a, r, t);
4038
4038
  }
4039
- return mn(this, { ts: s, zone: t });
4039
+ return fn(this, { ts: s, zone: t });
4040
4040
  } else
4041
4041
  return P.invalid(Wn(t));
4042
4042
  }
@@ -4048,7 +4048,7 @@ class P {
4048
4048
  */
4049
4049
  reconfigure({ locale: t, numberingSystem: n, outputCalendar: i } = {}) {
4050
4050
  const s = this.loc.clone({ locale: t, numberingSystem: n, outputCalendar: i });
4051
- return mn(this, { loc: s });
4051
+ return fn(this, { loc: s });
4052
4052
  }
4053
4053
  /**
4054
4054
  * "Set" the locale. Returns a newly-constructed DateTime.
@@ -4074,15 +4074,15 @@ class P {
4074
4074
  return this;
4075
4075
  const n = fr(t, vs), i = !Z(n.weekYear) || !Z(n.weekNumber) || !Z(n.weekday), s = !Z(n.ordinal), r = !Z(n.year), a = !Z(n.month) || !Z(n.day), l = r || a, u = n.weekYear || n.weekNumber;
4076
4076
  if ((l || s) && u)
4077
- throw new vn(
4077
+ throw new gn(
4078
4078
  "Can't mix weekYear/weekNumber units with year/month/day or ordinals"
4079
4079
  );
4080
4080
  if (a && s)
4081
- throw new vn("Can't mix ordinal dates with month/day");
4081
+ throw new gn("Can't mix ordinal dates with month/day");
4082
4082
  let f;
4083
4083
  i ? f = ms({ ...vi(this.c), ...n }) : Z(n.ordinal) ? (f = { ...this.toObject(), ...n }, Z(n.day) && (f.day = Math.min(dr(f.year, f.month), f.day))) : f = hs({ ...Rr(this.c), ...n });
4084
4084
  const [c, p] = rr(f, this.o, this.zone);
4085
- return mn(this, { ts: c, o: p });
4085
+ return fn(this, { ts: c, o: p });
4086
4086
  }
4087
4087
  /**
4088
4088
  * Add a period of time to this DateTime and return the resulting DateTime
@@ -4101,7 +4101,7 @@ class P {
4101
4101
  if (!this.isValid)
4102
4102
  return this;
4103
4103
  const n = X.fromDurationLike(t);
4104
- return mn(this, _s(this, n));
4104
+ return fn(this, _s(this, n));
4105
4105
  }
4106
4106
  /**
4107
4107
  * Subtract a period of time to this DateTime and return the resulting DateTime
@@ -4113,7 +4113,7 @@ class P {
4113
4113
  if (!this.isValid)
4114
4114
  return this;
4115
4115
  const n = X.fromDurationLike(t).negate();
4116
- return mn(this, _s(this, n));
4116
+ return fn(this, _s(this, n));
4117
4117
  }
4118
4118
  /**
4119
4119
  * "Set" this DateTime to the beginning of a unit of time.
@@ -4729,7 +4729,7 @@ class P {
4729
4729
  return za;
4730
4730
  }
4731
4731
  }
4732
- function pn(e) {
4732
+ function hn(e) {
4733
4733
  if (P.isDateTime(e))
4734
4734
  return e;
4735
4735
  if (e && e.valueOf && Nt(e.valueOf()))
@@ -5026,7 +5026,7 @@ function Wc(e) {
5026
5026
  var t = typeof e;
5027
5027
  return e != null && (t == "object" || t == "function");
5028
5028
  }
5029
- var In = Wc, Kc = typeof Yn == "object" && Yn && Yn.Object === Object && Yn, xl = Kc, Yc = xl, Zc = typeof self == "object" && self && self.Object === Object && self, Jc = Yc || Zc || Function("return this")(), an = Jc, Xc = an, Qc = function() {
5029
+ var Mn = Wc, Kc = typeof Yn == "object" && Yn && Yn.Object === Object && Yn, xl = Kc, Yc = xl, Zc = typeof self == "object" && self && self.Object === Object && self, Jc = Yc || Zc || Function("return this")(), an = Jc, Xc = an, Qc = function() {
5030
5030
  return Xc.Date.now();
5031
5031
  }, ef = Qc, tf = /\s/;
5032
5032
  function nf(e) {
@@ -5038,16 +5038,16 @@ var rf = nf, sf = rf, af = /^\s+/;
5038
5038
  function lf(e) {
5039
5039
  return e && e.slice(0, sf(e) + 1).replace(af, "");
5040
5040
  }
5041
- var of = lf, uf = an, df = uf.Symbol, Pi = df, ws = Pi, wl = Object.prototype, cf = wl.hasOwnProperty, ff = wl.toString, yn = ws ? ws.toStringTag : void 0;
5041
+ var of = lf, uf = an, df = uf.Symbol, Pi = df, ws = Pi, wl = Object.prototype, cf = wl.hasOwnProperty, ff = wl.toString, pn = ws ? ws.toStringTag : void 0;
5042
5042
  function mf(e) {
5043
- var t = cf.call(e, yn), n = e[yn];
5043
+ var t = cf.call(e, pn), n = e[pn];
5044
5044
  try {
5045
- e[yn] = void 0;
5045
+ e[pn] = void 0;
5046
5046
  var i = !0;
5047
5047
  } catch {
5048
5048
  }
5049
5049
  var s = ff.call(e);
5050
- return i && (t ? e[yn] = n : delete e[yn]), s;
5050
+ return i && (t ? e[pn] = n : delete e[pn]), s;
5051
5051
  }
5052
5052
  var hf = mf, pf = Object.prototype, yf = pf.toString;
5053
5053
  function _f(e) {
@@ -5057,15 +5057,15 @@ var gf = _f, Ss = Pi, vf = hf, bf = gf, kf = "[object Null]", xf = "[object Unde
5057
5057
  function wf(e) {
5058
5058
  return e == null ? e === void 0 ? xf : kf : Os && Os in Object(e) ? vf(e) : bf(e);
5059
5059
  }
5060
- var Dn = wf;
5060
+ var In = wf;
5061
5061
  function Sf(e) {
5062
5062
  return e != null && typeof e == "object";
5063
5063
  }
5064
- var Fn = Sf, Of = Dn, Tf = Fn, Vf = "[object Symbol]";
5064
+ var Dn = Sf, Of = In, Tf = Dn, Vf = "[object Symbol]";
5065
5065
  function Cf(e) {
5066
5066
  return typeof e == "symbol" || Tf(e) && Of(e) == Vf;
5067
5067
  }
5068
- var Er = Cf, Ef = of, Ts = In, Af = Er, Vs = 0 / 0, Mf = /^[-+]0x[0-9a-f]+$/i, If = /^0b[01]+$/i, Df = /^0o[0-7]+$/i, Ff = parseInt;
5068
+ var Er = Cf, Ef = of, Ts = Mn, Af = Er, Vs = 0 / 0, Mf = /^[-+]0x[0-9a-f]+$/i, If = /^0b[01]+$/i, Df = /^0o[0-7]+$/i, Ff = parseInt;
5069
5069
  function $f(e) {
5070
5070
  if (typeof e == "number")
5071
5071
  return e;
@@ -5081,7 +5081,7 @@ function $f(e) {
5081
5081
  var n = If.test(e);
5082
5082
  return n || Df.test(e) ? Ff(e.slice(2), n ? 2 : 8) : Mf.test(e) ? Vs : +e;
5083
5083
  }
5084
- var Sl = $f, Nf = In, qr = ef, Cs = Sl, Lf = "Expected a function", Pf = Math.max, Uf = Math.min;
5084
+ var Sl = $f, Nf = Mn, qr = ef, Cs = Sl, Lf = "Expected a function", Pf = Math.max, Uf = Math.min;
5085
5085
  function jf(e, t, n) {
5086
5086
  var i, s, r, a, l, u, f = 0, c = !1, p = !1, g = !0;
5087
5087
  if (typeof e != "function")
@@ -5129,7 +5129,7 @@ function jf(e, t, n) {
5129
5129
  }
5130
5130
  return ue.cancel = re, ue.flush = oe, ue;
5131
5131
  }
5132
- var ln = jf;
5132
+ var Fn = jf;
5133
5133
  const Rf = ["onClick"], Bf = ["onClick"], zf = {
5134
5134
  __name: "tabset",
5135
5135
  props: {
@@ -5145,7 +5145,7 @@ const Rf = ["onClick"], Bf = ["onClick"], zf = {
5145
5145
  Nr("activeHeading", i);
5146
5146
  const s = function(u) {
5147
5147
  i.value = u;
5148
- }, r = ln(function() {
5148
+ }, r = Fn(function() {
5149
5149
  const f = t.default().reduce(function(g, b) {
5150
5150
  var w;
5151
5151
  return ((w = b.type) == null ? void 0 : w.name) === "tab" ? g.push(b) : b.children && (g = [...g, ...b.children]), g;
@@ -5335,7 +5335,7 @@ function Qf(e, t) {
5335
5335
  var n = typeof e;
5336
5336
  return n == "number" || n == "symbol" || n == "boolean" || e == null || Zf(e) ? !0 : Xf.test(e) || !Jf.test(e) || t != null && e in Object(t);
5337
5337
  }
5338
- var em = Qf, tm = Dn, nm = In, rm = "[object AsyncFunction]", im = "[object Function]", sm = "[object GeneratorFunction]", am = "[object Proxy]";
5338
+ var em = Qf, tm = In, nm = Mn, rm = "[object AsyncFunction]", im = "[object Function]", sm = "[object GeneratorFunction]", am = "[object Proxy]";
5339
5339
  function lm(e) {
5340
5340
  if (!nm(e))
5341
5341
  return !1;
@@ -5363,7 +5363,7 @@ function pm(e) {
5363
5363
  }
5364
5364
  return "";
5365
5365
  }
5366
- var ym = pm, _m = Ol, gm = fm, vm = In, bm = ym, km = /[\\^$.*+?()[\]{}|]/g, xm = /^\[object .+?Constructor\]$/, wm = Function.prototype, Sm = Object.prototype, Om = wm.toString, Tm = Sm.hasOwnProperty, Vm = RegExp(
5366
+ var ym = pm, _m = Ol, gm = fm, vm = Mn, bm = ym, km = /[\\^$.*+?()[\]{}|]/g, xm = /^\[object .+?Constructor\]$/, wm = Function.prototype, Sm = Object.prototype, Om = wm.toString, Tm = Sm.hasOwnProperty, Vm = RegExp(
5367
5367
  "^" + Om.call(Tm).replace(km, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
5368
5368
  );
5369
5369
  function Cm(e) {
@@ -5410,19 +5410,19 @@ function eh(e, t) {
5410
5410
  return this.size += this.has(e) ? 0 : 1, n[e] = Xm && t === void 0 ? Qm : t, this;
5411
5411
  }
5412
5412
  var th = eh, nh = Pm, rh = jm, ih = Gm, sh = Jm, ah = th;
5413
- function on(e) {
5413
+ function ln(e) {
5414
5414
  var t = -1, n = e == null ? 0 : e.length;
5415
5415
  for (this.clear(); ++t < n; ) {
5416
5416
  var i = e[t];
5417
5417
  this.set(i[0], i[1]);
5418
5418
  }
5419
5419
  }
5420
- on.prototype.clear = nh;
5421
- on.prototype.delete = rh;
5422
- on.prototype.get = ih;
5423
- on.prototype.has = sh;
5424
- on.prototype.set = ah;
5425
- var lh = on;
5420
+ ln.prototype.clear = nh;
5421
+ ln.prototype.delete = rh;
5422
+ ln.prototype.get = ih;
5423
+ ln.prototype.has = sh;
5424
+ ln.prototype.set = ah;
5425
+ var lh = ln;
5426
5426
  function oh() {
5427
5427
  this.__data__ = [], this.size = 0;
5428
5428
  }
@@ -5460,19 +5460,19 @@ function Oh(e, t) {
5460
5460
  return i < 0 ? (++this.size, n.push([e, t])) : n[i][1] = t, this;
5461
5461
  }
5462
5462
  var Th = Oh, Vh = uh, Ch = _h, Eh = bh, Ah = wh, Mh = Th;
5463
- function un(e) {
5463
+ function on(e) {
5464
5464
  var t = -1, n = e == null ? 0 : e.length;
5465
5465
  for (this.clear(); ++t < n; ) {
5466
5466
  var i = e[t];
5467
5467
  this.set(i[0], i[1]);
5468
5468
  }
5469
5469
  }
5470
- un.prototype.clear = Vh;
5471
- un.prototype.delete = Ch;
5472
- un.prototype.get = Eh;
5473
- un.prototype.has = Ah;
5474
- un.prototype.set = Mh;
5475
- var Ih = un, Dh = Ui, Fh = an, $h = Dh(Fh, "Map"), Nh = $h, Ms = lh, Lh = Ih, Ph = Nh;
5470
+ on.prototype.clear = Vh;
5471
+ on.prototype.delete = Ch;
5472
+ on.prototype.get = Eh;
5473
+ on.prototype.has = Ah;
5474
+ on.prototype.set = Mh;
5475
+ var Ih = on, Dh = Ui, Fh = an, $h = Dh(Fh, "Map"), Nh = $h, Ms = lh, Lh = Ih, Ph = Nh;
5476
5476
  function Uh() {
5477
5477
  this.size = 0, this.__data__ = {
5478
5478
  hash: new Ms(),
@@ -5509,19 +5509,19 @@ function tp(e, t) {
5509
5509
  return n.set(e, t), this.size += n.size == i ? 0 : 1, this;
5510
5510
  }
5511
5511
  var np = tp, rp = jh, ip = Wh, sp = Zh, ap = Qh, lp = np;
5512
- function dn(e) {
5512
+ function un(e) {
5513
5513
  var t = -1, n = e == null ? 0 : e.length;
5514
5514
  for (this.clear(); ++t < n; ) {
5515
5515
  var i = e[t];
5516
5516
  this.set(i[0], i[1]);
5517
5517
  }
5518
5518
  }
5519
- dn.prototype.clear = rp;
5520
- dn.prototype.delete = ip;
5521
- dn.prototype.get = sp;
5522
- dn.prototype.has = ap;
5523
- dn.prototype.set = lp;
5524
- var Vl = dn, Cl = Vl, op = "Expected a function";
5519
+ un.prototype.clear = rp;
5520
+ un.prototype.delete = ip;
5521
+ un.prototype.get = sp;
5522
+ un.prototype.has = ap;
5523
+ un.prototype.set = lp;
5524
+ var Vl = un, Cl = Vl, op = "Expected a function";
5525
5525
  function ji(e, t) {
5526
5526
  if (typeof e != "function" || t != null && typeof t != "function")
5527
5527
  throw new TypeError(op);
@@ -7310,6 +7310,12 @@ const E_ = {
7310
7310
  index: 1
7311
7311
  };
7312
7312
  }
7313
+ },
7314
+ sizeOptions: {
7315
+ type: Array,
7316
+ default() {
7317
+ return [50, 100, 250, 500];
7318
+ }
7313
7319
  }
7314
7320
  },
7315
7321
  components: {
@@ -7378,24 +7384,12 @@ const E_ = {
7378
7384
  perPageField: {
7379
7385
  minimum: 1,
7380
7386
  maximum: 1,
7381
- options: [
7382
- {
7383
- title: "50 per page",
7384
- value: 50
7385
- },
7386
- {
7387
- title: "100 per page",
7388
- value: 100
7389
- },
7390
- {
7391
- title: "250 per page",
7392
- value: 250
7393
- },
7394
- {
7395
- title: "500 per page",
7396
- value: 500
7397
- }
7398
- ]
7387
+ options: this.sizeOptions.map(function(e) {
7388
+ return {
7389
+ title: `${e} per page`,
7390
+ value: e
7391
+ };
7392
+ })
7399
7393
  }
7400
7394
  };
7401
7395
  }
@@ -7500,7 +7494,7 @@ function A_(e, t, n, i, s, r) {
7500
7494
  _: 1
7501
7495
  });
7502
7496
  }
7503
- const iA = /* @__PURE__ */ V(E_, [["render", A_], ["__scopeId", "data-v-f4838c15"]]);
7497
+ const iA = /* @__PURE__ */ V(E_, [["render", A_], ["__scopeId", "data-v-f46dd772"]]);
7504
7498
  const M_ = {
7505
7499
  props: {
7506
7500
  icon: {
@@ -8307,7 +8301,8 @@ const ug = {
8307
8301
  return {
8308
8302
  model: this.item,
8309
8303
  retries: 0,
8310
- cacheBuster: 0
8304
+ cacheBuster: 0,
8305
+ retryTimer: null
8311
8306
  };
8312
8307
  },
8313
8308
  watch: {
@@ -8327,9 +8322,12 @@ const ug = {
8327
8322
  e && e.removeEventListener("error", this.imageLoadError);
8328
8323
  },
8329
8324
  methods: {
8330
- imageLoadError: ln(function(e) {
8331
- this.retries < 5 && (this.cacheBuster++, this.retries++);
8332
- }, 300)
8325
+ imageLoadError(e) {
8326
+ const t = this;
8327
+ t.retryTimer && (clearTimeout(t.retryTimer), t.retryTimer = !1), t.retryTimer = setTimeout(function() {
8328
+ t.retries < 5 && (t.cacheBuster++, t.retries++);
8329
+ }, 500);
8330
+ }
8333
8331
  },
8334
8332
  computed: {
8335
8333
  altText() {
@@ -8433,7 +8431,7 @@ function fg(e, t, n, i, s, r) {
8433
8431
  }, null, 12, cg))
8434
8432
  ], 6);
8435
8433
  }
8436
- const mg = /* @__PURE__ */ V(ug, [["render", fg], ["__scopeId", "data-v-57677f67"]]);
8434
+ const mg = /* @__PURE__ */ V(ug, [["render", fg], ["__scopeId", "data-v-1ee2da0f"]]);
8437
8435
  const hg = {
8438
8436
  props: {
8439
8437
  item: {
@@ -8678,7 +8676,7 @@ function Mg(e, t, n, i, s, r) {
8678
8676
  }, 8, ["to", "href", "target", "disabled"]);
8679
8677
  }
8680
8678
  const Ig = /* @__PURE__ */ V(Ag, [["render", Mg], ["__scopeId", "data-v-a5af4698"]]);
8681
- function _n(e) {
8679
+ function yn(e) {
8682
8680
  var t = new Date(e);
8683
8681
  if (t instanceof Date && !isNaN(t))
8684
8682
  return t;
@@ -8698,19 +8696,19 @@ const Dg = {
8698
8696
  startDate: {
8699
8697
  get() {
8700
8698
  var e;
8701
- return (e = _n(this.model.startDate)) == null ? void 0 : e.toISOString().slice(0, 10);
8699
+ return (e = yn(this.model.startDate)) == null ? void 0 : e.toISOString().slice(0, 10);
8702
8700
  },
8703
8701
  set(e) {
8704
- e = _n(e), e ? this.model.startDate = e : this.model.startDate = void 0;
8702
+ e = yn(e), e ? this.model.startDate = e : this.model.startDate = void 0;
8705
8703
  }
8706
8704
  },
8707
8705
  endDate: {
8708
8706
  get() {
8709
8707
  var e;
8710
- return (e = _n(this.model.endDate)) == null ? void 0 : e.toISOString().slice(0, 10);
8708
+ return (e = yn(this.model.endDate)) == null ? void 0 : e.toISOString().slice(0, 10);
8711
8709
  },
8712
8710
  set(e) {
8713
- e = _n(e), _n(e) ? this.model.endDate = e : this.model.endDate = void 0;
8711
+ e = yn(e), yn(e) ? this.model.endDate = e : this.model.endDate = void 0;
8714
8712
  }
8715
8713
  }
8716
8714
  },
@@ -9723,7 +9721,7 @@ function ft(e) {
9723
9721
  if (typeof window < "u" && window.navigator)
9724
9722
  return !!/* @__PURE__ */ navigator.userAgent.match(e);
9725
9723
  }
9726
- var pt = ft(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), Nn = ft(/Edge/i), Rs = ft(/firefox/i), On = ft(/safari/i) && !ft(/chrome/i) && !ft(/android/i), jl = ft(/iP(ad|od|hone)/i), _v = ft(/chrome/i) && ft(/android/i), Rl = {
9724
+ var pt = ft(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i), Nn = ft(/Edge/i), Rs = ft(/firefox/i), Sn = ft(/safari/i) && !ft(/chrome/i) && !ft(/android/i), jl = ft(/iP(ad|od|hone)/i), _v = ft(/chrome/i) && ft(/android/i), Rl = {
9727
9725
  capture: !1,
9728
9726
  passive: !1
9729
9727
  };
@@ -9913,19 +9911,19 @@ function bv(e, t) {
9913
9911
  function Wr(e, t) {
9914
9912
  return Math.round(e.top) === Math.round(t.top) && Math.round(e.left) === Math.round(t.left) && Math.round(e.height) === Math.round(t.height) && Math.round(e.width) === Math.round(t.width);
9915
9913
  }
9916
- var Tn;
9914
+ var On;
9917
9915
  function zl(e, t) {
9918
9916
  return function() {
9919
- if (!Tn) {
9917
+ if (!On) {
9920
9918
  var n = arguments, i = this;
9921
- n.length === 1 ? e.call(i, n[0]) : e.apply(i, n), Tn = setTimeout(function() {
9922
- Tn = void 0;
9919
+ n.length === 1 ? e.call(i, n[0]) : e.apply(i, n), On = setTimeout(function() {
9920
+ On = void 0;
9923
9921
  }, t);
9924
9922
  }
9925
9923
  };
9926
9924
  }
9927
9925
  function kv() {
9928
- clearTimeout(Tn), Tn = void 0;
9926
+ clearTimeout(On), On = void 0;
9929
9927
  }
9930
9928
  function Hl(e, t, n) {
9931
9929
  e.scrollLeft += t, e.scrollTop += n;
@@ -10076,12 +10074,12 @@ var Tv = ["evt"], Le = function(t, n) {
10076
10074
  lastDownEl: sr,
10077
10075
  cloneEl: he,
10078
10076
  cloneHidden: wt,
10079
- dragStarted: kn,
10077
+ dragStarted: bn,
10080
10078
  putSortable: we,
10081
10079
  activeSortable: R.active,
10082
10080
  originalEvent: s,
10083
10081
  oldIndex: Yt,
10084
- oldDraggableIndex: Vn,
10082
+ oldDraggableIndex: Tn,
10085
10083
  newIndex: je,
10086
10084
  newDraggableIndex: kt,
10087
10085
  hideGhostForTarget: Yl,
@@ -10108,12 +10106,12 @@ function De(e) {
10108
10106
  targetEl: M,
10109
10107
  rootEl: ce,
10110
10108
  oldIndex: Yt,
10111
- oldDraggableIndex: Vn,
10109
+ oldDraggableIndex: Tn,
10112
10110
  newIndex: je,
10113
10111
  newDraggableIndex: kt
10114
10112
  }, e));
10115
10113
  }
10116
- var M, me, G, ce, $t, sr, he, wt, Yt, je, Vn, kt, Jn, we, Wt = !1, _r = !1, gr = [], It, Xe, Yr, Zr, qs, Gs, kn, Gt, Cn, En = !1, Xn = !1, ar, Ce, Jr = [], ki = !1, vr = [], Dr = typeof document < "u", Qn = jl, Ws = Nn || pt ? "cssFloat" : "float", Vv = Dr && !_v && !jl && "draggable" in document.createElement("div"), Gl = function() {
10114
+ var M, me, G, ce, $t, sr, he, wt, Yt, je, Tn, kt, Jn, we, Wt = !1, _r = !1, gr = [], It, Xe, Yr, Zr, qs, Gs, bn, Gt, Vn, Cn = !1, Xn = !1, ar, Ce, Jr = [], ki = !1, vr = [], Dr = typeof document < "u", Qn = jl, Ws = Nn || pt ? "cssFloat" : "float", Vv = Dr && !_v && !jl && "draggable" in document.createElement("div"), Gl = function() {
10117
10115
  if (Dr) {
10118
10116
  if (pt)
10119
10117
  return !1;
@@ -10233,7 +10231,7 @@ function R(e, t) {
10233
10231
  x: 0,
10234
10232
  y: 0
10235
10233
  },
10236
- supportPointer: R.supportPointer !== !1 && "PointerEvent" in window && !On,
10234
+ supportPointer: R.supportPointer !== !1 && "PointerEvent" in window && !Sn,
10237
10235
  emptyInsertThreshold: 5
10238
10236
  };
10239
10237
  Ln.initializePlugins(this, e, n);
@@ -10256,8 +10254,8 @@ R.prototype = /** @lends Sortable.prototype */
10256
10254
  _onTapStart: function(t) {
10257
10255
  if (t.cancelable) {
10258
10256
  var n = this, i = this.el, s = this.options, r = s.preventOnFilter, a = t.type, l = t.touches && t.touches[0] || t.pointerType && t.pointerType === "touch" && t, u = (l || t).target, f = t.target.shadowRoot && (t.path && t.path[0] || t.composedPath && t.composedPath()[0]) || u, c = s.filter;
10259
- if (Pv(i), !M && !(/mousedown|pointerdown/.test(a) && t.button !== 0 || s.disabled) && !f.isContentEditable && !(!this.nativeDraggable && On && u && u.tagName.toUpperCase() === "SELECT") && (u = lt(u, s.draggable, i, !1), !(u && u.animated) && sr !== u)) {
10260
- if (Yt = qe(u), Vn = qe(u, s.draggable), typeof c == "function") {
10257
+ if (Pv(i), !M && !(/mousedown|pointerdown/.test(a) && t.button !== 0 || s.disabled) && !f.isContentEditable && !(!this.nativeDraggable && Sn && u && u.tagName.toUpperCase() === "SELECT") && (u = lt(u, s.draggable, i, !1), !(u && u.animated) && sr !== u)) {
10258
+ if (Yt = qe(u), Tn = qe(u, s.draggable), typeof c == "function") {
10261
10259
  if (c.call(this, t, u, this)) {
10262
10260
  De({
10263
10261
  sortable: n,
@@ -10428,7 +10426,7 @@ R.prototype = /** @lends Sortable.prototype */
10428
10426
  sortable: i,
10429
10427
  name: "clone"
10430
10428
  }));
10431
- }), !n && Ue(M, r.dragClass, !0), n ? (_r = !0, i._loopId = setInterval(i._emulateDragOver, 50)) : (J(document, "mouseup", i._onDrop), J(document, "touchend", i._onDrop), J(document, "touchcancel", i._onDrop), s && (s.effectAllowed = "move", r.setData && r.setData.call(i, s, M)), te(document, "drop", i), j(M, "transform", "translateZ(0)")), Wt = !0, i._dragStartId = lr(i._dragStarted.bind(i, n, t)), te(document, "selectstart", i), kn = !0, On && j(document.body, "user-select", "none");
10429
+ }), !n && Ue(M, r.dragClass, !0), n ? (_r = !0, i._loopId = setInterval(i._emulateDragOver, 50)) : (J(document, "mouseup", i._onDrop), J(document, "touchend", i._onDrop), J(document, "touchcancel", i._onDrop), s && (s.effectAllowed = "move", r.setData && r.setData.call(i, s, M)), te(document, "drop", i), j(M, "transform", "translateZ(0)")), Wt = !0, i._dragStartId = lr(i._dragStarted.bind(i, n, t)), te(document, "selectstart", i), bn = !0, Sn && j(document.body, "user-select", "none");
10432
10430
  },
10433
10431
  // Returns true - if no further action is needed (either inserted or another condition)
10434
10432
  _onDragOver: function(t) {
@@ -10497,7 +10495,7 @@ R.prototype = /** @lends Sortable.prototype */
10497
10495
  } else if (i.parentNode === n) {
10498
10496
  r = be(i);
10499
10497
  var H = 0, F, ae = M.parentNode !== n, q = !Cv(M.animated && M.toRect || s, i.animated && i.toRect || r, b), Ee = b ? "top" : "left", ke = zs(i, "top", "top") || zs(M, "top", "top"), xe = ke ? ke.scrollTop : void 0;
10500
- Gt !== i && (F = r[Ee], En = !1, Xn = !q && l.invertSwap || ae), H = $v(t, i, r, b, q ? 1 : l.swapThreshold, l.invertedSwapThreshold == null ? l.swapThreshold : l.invertedSwapThreshold, Xn, Gt === i);
10498
+ Gt !== i && (F = r[Ee], Cn = !1, Xn = !q && l.invertSwap || ae), H = $v(t, i, r, b, q ? 1 : l.swapThreshold, l.invertedSwapThreshold == null ? l.swapThreshold : l.invertedSwapThreshold, Xn, Gt === i);
10501
10499
  var Oe;
10502
10500
  if (H !== 0) {
10503
10501
  var Te = qe(M);
@@ -10507,7 +10505,7 @@ R.prototype = /** @lends Sortable.prototype */
10507
10505
  }
10508
10506
  if (H === 0 || Oe === i)
10509
10507
  return Q(!1);
10510
- Gt = i, Cn = H;
10508
+ Gt = i, Vn = H;
10511
10509
  var $e = i.nextElementSibling, Ve = !1;
10512
10510
  Ve = H === 1;
10513
10511
  var yt = er(ce, n, M, s, i, r, t, Ve);
@@ -10535,7 +10533,7 @@ R.prototype = /** @lends Sortable.prototype */
10535
10533
  this._nulling();
10536
10534
  return;
10537
10535
  }
10538
- Wt = !1, Xn = !1, En = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), xi(this.cloneId), xi(this._dragStartId), this.nativeDraggable && (J(document, "drop", this), J(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), On && j(document.body, "user-select", ""), j(M, "transform", ""), t && (kn && (t.cancelable && t.preventDefault(), !i.dropBubble && t.stopPropagation()), G && G.parentNode && G.parentNode.removeChild(G), (ce === me || we && we.lastPutMode !== "clone") && he && he.parentNode && he.parentNode.removeChild(he), M && (this.nativeDraggable && J(M, "dragend", this), Xr(M), M.style["will-change"] = "", kn && !Wt && Ue(M, we ? we.options.ghostClass : this.options.ghostClass, !1), Ue(M, this.options.chosenClass, !1), De({
10536
+ Wt = !1, Xn = !1, Cn = !1, clearInterval(this._loopId), clearTimeout(this._dragStartTimer), xi(this.cloneId), xi(this._dragStartId), this.nativeDraggable && (J(document, "drop", this), J(n, "dragstart", this._onDragStart)), this._offMoveEvents(), this._offUpEvents(), Sn && j(document.body, "user-select", ""), j(M, "transform", ""), t && (bn && (t.cancelable && t.preventDefault(), !i.dropBubble && t.stopPropagation()), G && G.parentNode && G.parentNode.removeChild(G), (ce === me || we && we.lastPutMode !== "clone") && he && he.parentNode && he.parentNode.removeChild(he), M && (this.nativeDraggable && J(M, "dragend", this), Xr(M), M.style["will-change"] = "", bn && !Wt && Ue(M, we ? we.options.ghostClass : this.options.ghostClass, !1), Ue(M, this.options.chosenClass, !1), De({
10539
10537
  sortable: this,
10540
10538
  name: "unchoose",
10541
10539
  toEl: me,
@@ -10574,7 +10572,7 @@ R.prototype = /** @lends Sortable.prototype */
10574
10572
  name: "sort",
10575
10573
  toEl: me,
10576
10574
  originalEvent: t
10577
- })), R.active && ((je == null || je === -1) && (je = Yt, kt = Vn), De({
10575
+ })), R.active && ((je == null || je === -1) && (je = Yt, kt = Tn), De({
10578
10576
  sortable: this,
10579
10577
  name: "end",
10580
10578
  toEl: me,
@@ -10582,7 +10580,7 @@ R.prototype = /** @lends Sortable.prototype */
10582
10580
  }), this.save()))), this._nulling();
10583
10581
  },
10584
10582
  _nulling: function() {
10585
- Le("nulling", this), ce = M = me = G = $t = he = sr = wt = It = Xe = kn = je = kt = Yt = Vn = Gt = Cn = we = Jn = R.dragged = R.ghost = R.clone = R.active = null, vr.forEach(function(t) {
10583
+ Le("nulling", this), ce = M = me = G = $t = he = sr = wt = It = Xe = bn = je = kt = Yt = Tn = Gt = Vn = we = Jn = R.dragged = R.ghost = R.clone = R.active = null, vr.forEach(function(t) {
10586
10584
  t.checked = !0;
10587
10585
  }), vr.length = Yr = Zr = 0;
10588
10586
  },
@@ -10709,10 +10707,10 @@ function $v(e, t, n, i, s, r, a, l) {
10709
10707
  var u = i ? e.clientY : e.clientX, f = i ? n.height : n.width, c = i ? n.top : n.left, p = i ? n.bottom : n.right, g = !1;
10710
10708
  if (!a) {
10711
10709
  if (l && ar < f * s) {
10712
- if (!En && (Cn === 1 ? u > c + f * r / 2 : u < p - f * r / 2) && (En = !0), En)
10710
+ if (!Cn && (Vn === 1 ? u > c + f * r / 2 : u < p - f * r / 2) && (Cn = !0), Cn)
10713
10711
  g = !0;
10714
- else if (Cn === 1 ? u < c + ar : u > p - ar)
10715
- return -Cn;
10712
+ else if (Vn === 1 ? u < c + ar : u > p - ar)
10713
+ return -Vn;
10716
10714
  } else if (u > c + f * (1 - s) / 2 && u < p - f * (1 - s) / 2)
10717
10715
  return Nv(t);
10718
10716
  }
@@ -10777,7 +10775,7 @@ R.create = function(e, t) {
10777
10775
  return new R(e, t);
10778
10776
  };
10779
10777
  R.version = yv;
10780
- var ye = [], xn, wi, Si = !1, Qr, ei, br, wn;
10778
+ var ye = [], kn, wi, Si = !1, Qr, ei, br, xn;
10781
10779
  function Uv() {
10782
10780
  function e() {
10783
10781
  this.defaults = {
@@ -10803,17 +10801,17 @@ function Uv() {
10803
10801
  this.sortable.nativeDraggable ? J(document, "dragover", this._handleAutoScroll) : (J(document, "pointermove", this._handleFallbackAutoScroll), J(document, "touchmove", this._handleFallbackAutoScroll), J(document, "mousemove", this._handleFallbackAutoScroll)), Ks(), or(), kv();
10804
10802
  },
10805
10803
  nulling: function() {
10806
- br = wi = xn = Si = wn = Qr = ei = null, ye.length = 0;
10804
+ br = wi = kn = Si = xn = Qr = ei = null, ye.length = 0;
10807
10805
  },
10808
10806
  _handleFallbackAutoScroll: function(n) {
10809
10807
  this._handleAutoScroll(n, !0);
10810
10808
  },
10811
10809
  _handleAutoScroll: function(n, i) {
10812
10810
  var s = this, r = (n.touches ? n.touches[0] : n).clientX, a = (n.touches ? n.touches[0] : n).clientY, l = document.elementFromPoint(r, a);
10813
- if (br = n, i || this.options.forceAutoScrollFallback || Nn || pt || On) {
10811
+ if (br = n, i || this.options.forceAutoScrollFallback || Nn || pt || Sn) {
10814
10812
  ti(n, this.options, l, i);
10815
10813
  var u = St(l, !0);
10816
- Si && (!wn || r !== Qr || a !== ei) && (wn && Ks(), wn = setInterval(function() {
10814
+ Si && (!xn || r !== Qr || a !== ei) && (xn && Ks(), xn = setInterval(function() {
10817
10815
  var f = St(document.elementFromPoint(r, a), !0);
10818
10816
  f !== u && (u = f, or()), ti(n, s.options, f, i);
10819
10817
  }, 10), Qr = r, ei = a);
@@ -10836,13 +10834,13 @@ function or() {
10836
10834
  }), ye = [];
10837
10835
  }
10838
10836
  function Ks() {
10839
- clearInterval(wn);
10837
+ clearInterval(xn);
10840
10838
  }
10841
10839
  var ti = zl(function(e, t, n, i) {
10842
10840
  if (t.scroll) {
10843
10841
  var s = (e.touches ? e.touches[0] : e).clientX, r = (e.touches ? e.touches[0] : e).clientY, a = t.scrollSensitivity, l = t.scrollSpeed, u = ot(), f = !1, c;
10844
- wi !== n && (wi = n, or(), xn = t.scroll, c = t.scrollFn, xn === !0 && (xn = St(n, !0)));
10845
- var p = 0, g = xn;
10842
+ wi !== n && (wi = n, or(), kn = t.scroll, c = t.scrollFn, kn === !0 && (kn = St(n, !0)));
10843
+ var p = 0, g = kn;
10846
10844
  do {
10847
10845
  var b = g, w = be(b), T = w.top, E = w.bottom, K = w.left, Q = w.right, re = w.width, oe = w.height, ue = void 0, H = void 0, F = b.scrollWidth, ae = b.scrollHeight, q = j(b), Ee = b.scrollLeft, ke = b.scrollTop;
10848
10846
  b === u ? (ue = re < F && (q.overflowX === "auto" || q.overflowX === "scroll" || q.overflowX === "visible"), H = oe < ae && (q.overflowY === "auto" || q.overflowY === "scroll" || q.overflowY === "visible")) : (ue = re < F && (q.overflowX === "auto" || q.overflowX === "scroll"), H = oe < ae && (q.overflowY === "auto" || q.overflowY === "scroll"));
@@ -13429,7 +13427,7 @@ function h0(e, t) {
13429
13427
  var n = typeof e;
13430
13428
  return t = t ?? f0, !!t && (n == "number" || n != "symbol" && m0.test(e)) && e > -1 && e % 1 == 0 && e < t;
13431
13429
  }
13432
- var mo = h0, p0 = Tl, y0 = qi, _0 = mo, g0 = In;
13430
+ var mo = h0, p0 = Tl, y0 = qi, _0 = mo, g0 = Mn;
13433
13431
  function v0(e, t, n) {
13434
13432
  if (!g0(n))
13435
13433
  return !1;
@@ -14581,7 +14579,7 @@ const mk = {
14581
14579
  e != this.model && (this.model = e);
14582
14580
  },
14583
14581
  model: {
14584
- handler: ln(function(e) {
14582
+ handler: Fn(function(e) {
14585
14583
  this.$emit("update:modelValue", e);
14586
14584
  }, 200),
14587
14585
  deep: !0
@@ -14863,7 +14861,7 @@ const kk = {
14863
14861
  immediate: !0
14864
14862
  },
14865
14863
  model: {
14866
- handler: ln(function(e) {
14864
+ handler: Fn(function(e) {
14867
14865
  this.$emit("update:modelValue", e);
14868
14866
  }, 300),
14869
14867
  deep: !0,
@@ -17577,7 +17575,7 @@ var kr = {}, oS = {
17577
17575
  return st.call(N, A);
17578
17576
  }, de = function(A) {
17579
17577
  return Rt.call(N, A);
17580
- }, cn = N.length, at = function() {
17578
+ }, dn = N.length, at = function() {
17581
17579
  for (var A = de(C); A === 32 || A === 9 || A === 10 || A === 13; )
17582
17580
  A = de(++C);
17583
17581
  }, Bt = function() {
@@ -17649,7 +17647,7 @@ var kr = {}, oS = {
17649
17647
  raw: A
17650
17648
  };
17651
17649
  }, Uo = function() {
17652
- for (var A = "", U = Ae(C++), Y = !1, ie; C < cn; )
17650
+ for (var A = "", U = Ae(C++), Y = !1, ie; C < dn; )
17653
17651
  if (ie = Ae(C++), ie === U) {
17654
17652
  Y = !0;
17655
17653
  break;
@@ -17686,7 +17684,7 @@ var kr = {}, oS = {
17686
17684
  };
17687
17685
  }, Yi = function() {
17688
17686
  var A = de(C), U = C, Y;
17689
- for (it(A) ? C++ : q("Unexpected " + Ae(C), C); C < cn && (A = de(C), I(A)); )
17687
+ for (it(A) ? C++ : q("Unexpected " + Ae(C), C); C < dn && (A = de(C), I(A)); )
17690
17688
  C++;
17691
17689
  return Y = N.slice(U, C), Ve.hasOwnProperty(Y) ? {
17692
17690
  type: a,
@@ -17697,7 +17695,7 @@ var kr = {}, oS = {
17697
17695
  name: Y
17698
17696
  };
17699
17697
  }, Zi = function(A) {
17700
- for (var U, Y = [], ie, Et = !1, Ye = 0; C < cn; )
17698
+ for (var U, Y = [], ie, Et = !1, Ye = 0; C < dn; )
17701
17699
  if (at(), U = de(C), U === A) {
17702
17700
  Et = !0, C++, A === re && Ye && Ye >= Y.length && q("Unexpected token " + String.fromCharCode(A), C);
17703
17701
  break;
@@ -17742,8 +17740,8 @@ var kr = {}, oS = {
17742
17740
  type: b,
17743
17741
  elements: Zi(ue)
17744
17742
  };
17745
- }, Rn = [], $r, Ji; C < cn; )
17746
- $r = de(C), $r === F || $r === T ? C++ : (Ji = Bt()) ? Rn.push(Ji) : C < cn && q('Unexpected "' + Ae(C) + '"', C);
17743
+ }, Rn = [], $r, Ji; C < dn; )
17744
+ $r = de(C), $r === F || $r === T ? C++ : (Ji = Bt()) ? Rn.push(Ji) : C < dn && q('Unexpected "' + Ae(C) + '"', C);
17747
17745
  return Rn.length === 1 ? Rn[0] : {
17748
17746
  type: i,
17749
17747
  body: Rn
@@ -17884,7 +17882,7 @@ var yS = pS, _S = fS, gS = hS, vS = yS;
17884
17882
  function bS(e, t, n) {
17885
17883
  return t === t ? vS(e, t, n) : _S(e, gS, n);
17886
17884
  }
17887
- var _o = bS, kS = Dn, xS = $n, wS = Fn, SS = "[object String]";
17885
+ var _o = bS, kS = In, xS = $n, wS = Dn, SS = "[object String]";
17888
17886
  function OS(e) {
17889
17887
  return typeof e == "string" || !xS(e) && wS(e) && kS(e) == SS;
17890
17888
  }
@@ -17905,11 +17903,11 @@ function DS(e, t) {
17905
17903
  i[n] = t(n);
17906
17904
  return i;
17907
17905
  }
17908
- var FS = DS, $S = Dn, NS = Fn, LS = "[object Arguments]";
17906
+ var FS = DS, $S = In, NS = Dn, LS = "[object Arguments]";
17909
17907
  function PS(e) {
17910
17908
  return NS(e) && $S(e) == LS;
17911
17909
  }
17912
- var US = PS, oa = US, jS = Fn, go = Object.prototype, RS = go.hasOwnProperty, BS = go.propertyIsEnumerable, zS = oa(function() {
17910
+ var US = PS, oa = US, jS = Dn, go = Object.prototype, RS = go.hasOwnProperty, BS = go.propertyIsEnumerable, zS = oa(function() {
17913
17911
  return arguments;
17914
17912
  }()) ? oa : function(e) {
17915
17913
  return jS(e) && RS.call(e, "callee") && !BS.call(e, "callee");
@@ -17929,7 +17927,7 @@ var WS = GS;
17929
17927
  var n = an, i = WS, s = t && !t.nodeType && t, r = s && !0 && e && !e.nodeType && e, a = r && r.exports === s, l = a ? n.Buffer : void 0, u = l ? l.isBuffer : void 0, f = u || i;
17930
17928
  e.exports = f;
17931
17929
  })(qS, xr);
17932
- var KS = Dn, YS = fo, ZS = Fn, JS = "[object Arguments]", XS = "[object Array]", QS = "[object Boolean]", e2 = "[object Date]", t2 = "[object Error]", n2 = "[object Function]", r2 = "[object Map]", i2 = "[object Number]", s2 = "[object Object]", a2 = "[object RegExp]", l2 = "[object Set]", o2 = "[object String]", u2 = "[object WeakMap]", d2 = "[object ArrayBuffer]", c2 = "[object DataView]", f2 = "[object Float32Array]", m2 = "[object Float64Array]", h2 = "[object Int8Array]", p2 = "[object Int16Array]", y2 = "[object Int32Array]", _2 = "[object Uint8Array]", g2 = "[object Uint8ClampedArray]", v2 = "[object Uint16Array]", b2 = "[object Uint32Array]", le = {};
17930
+ var KS = In, YS = fo, ZS = Dn, JS = "[object Arguments]", XS = "[object Array]", QS = "[object Boolean]", e2 = "[object Date]", t2 = "[object Error]", n2 = "[object Function]", r2 = "[object Map]", i2 = "[object Number]", s2 = "[object Object]", a2 = "[object RegExp]", l2 = "[object Set]", o2 = "[object String]", u2 = "[object WeakMap]", d2 = "[object ArrayBuffer]", c2 = "[object DataView]", f2 = "[object Float32Array]", m2 = "[object Float64Array]", h2 = "[object Int8Array]", p2 = "[object Int16Array]", y2 = "[object Int32Array]", _2 = "[object Uint8Array]", g2 = "[object Uint8ClampedArray]", v2 = "[object Uint16Array]", b2 = "[object Uint32Array]", le = {};
17933
17931
  le[f2] = le[m2] = le[h2] = le[p2] = le[y2] = le[_2] = le[g2] = le[v2] = le[b2] = !0;
17934
17932
  le[JS] = le[XS] = le[d2] = le[QS] = le[c2] = le[e2] = le[t2] = le[n2] = le[r2] = le[i2] = le[s2] = le[a2] = le[l2] = le[o2] = le[u2] = !1;
17935
17933
  function k2(e) {
@@ -18769,7 +18767,7 @@ function ai(e) {
18769
18767
  }
18770
18768
  return !!e;
18771
18769
  }
18772
- function gn(e, t, n, i, s, r) {
18770
+ function _n(e, t, n, i, s, r) {
18773
18771
  t = t || [], n = Math.max(n, i);
18774
18772
  var a = t.length, l = a >= n;
18775
18773
  if (!l) {
@@ -18802,7 +18800,7 @@ function nT(e, t) {
18802
18800
  return g(b);
18803
18801
  }) : c = u.slice().map(function(b) {
18804
18802
  return g(b);
18805
- })), c = gn(e, c, i, r, s, function() {
18803
+ })), c = _n(e, c, i, r, s, function() {
18806
18804
  return g(new Date());
18807
18805
  })) : c = n(f) ? void 0 : g(f);
18808
18806
  break;
@@ -18814,7 +18812,7 @@ function nT(e, t) {
18814
18812
  return Number(b);
18815
18813
  }) : c = u.slice().map(function(b) {
18816
18814
  return Number(b);
18817
- })), c = gn(e, c, i, r, s, function() {
18815
+ })), c = _n(e, c, i, r, s, function() {
18818
18816
  return "";
18819
18817
  })) : c = n(f) ? void 0 : Number(f);
18820
18818
  break;
@@ -18837,7 +18835,7 @@ function nT(e, t) {
18837
18835
  return ai(b);
18838
18836
  }) : c = u.slice().map(function(b) {
18839
18837
  return ai(b);
18840
- })), c = gn(e, c, i, r, s, function() {
18838
+ })), c = _n(e, c, i, r, s, function() {
18841
18839
  })) : c = n(f) ? !1 : ai(f);
18842
18840
  break;
18843
18841
  case "reference":
@@ -18850,12 +18848,12 @@ function nT(e, t) {
18850
18848
  l ? u.length ? s ? c = u.slice(0, s) : c = u.slice() : c = [] : c = n(f) ? void 0 : f;
18851
18849
  break;
18852
18850
  case "string":
18853
- l ? (u.length && (s ? c = u.slice(0, s) : c = u.slice()), c = gn(e, c, i, r, s, function() {
18851
+ l ? (u.length && (s ? c = u.slice(0, s) : c = u.slice()), c = _n(e, c, i, r, s, function() {
18854
18852
  return "";
18855
18853
  }).filter(Boolean)) : c = n(f) ? "" : f;
18856
18854
  break;
18857
18855
  default:
18858
- l ? (u.length && (c = u.slice(0, s)), c = gn(e, c, i, r, s, function() {
18856
+ l ? (u.length && (c = u.slice(0, s)), c = _n(e, c, i, r, s, function() {
18859
18857
  })) : c = n(f) ? "" : f;
18860
18858
  break;
18861
18859
  }
@@ -20410,7 +20408,7 @@ const AV = {
20410
20408
  },
20411
20409
  mounted() {
20412
20410
  var e = this;
20413
- e.dispatch = ln(() => {
20411
+ e.dispatch = Fn(() => {
20414
20412
  e.$emit("update:modelValue", e.value);
20415
20413
  }, e.debounce), e.autofocus && e.$refs.input.focus();
20416
20414
  },
@@ -21285,6 +21283,12 @@ const pC = {
21285
21283
  index: 1
21286
21284
  };
21287
21285
  }
21286
+ },
21287
+ sizeOptions: {
21288
+ type: Array,
21289
+ default() {
21290
+ return [50, 100, 250, 500];
21291
+ }
21288
21292
  }
21289
21293
  },
21290
21294
  components: {
@@ -21353,24 +21357,12 @@ const pC = {
21353
21357
  perPageField: {
21354
21358
  minimum: 1,
21355
21359
  maximum: 1,
21356
- options: [
21357
- {
21358
- title: "50 per page",
21359
- value: 50
21360
- },
21361
- {
21362
- title: "100 per page",
21363
- value: 100
21364
- },
21365
- {
21366
- title: "250 per page",
21367
- value: 250
21368
- },
21369
- {
21370
- title: "500 per page",
21371
- value: 500
21372
- }
21373
- ]
21360
+ options: this.sizeOptions.map(function(e) {
21361
+ return {
21362
+ title: `${e} per page`,
21363
+ value: e
21364
+ };
21365
+ })
21374
21366
  }
21375
21367
  };
21376
21368
  }
@@ -21475,7 +21467,7 @@ function yC(e, t, n, i, s, r) {
21475
21467
  _: 1
21476
21468
  });
21477
21469
  }
21478
- const _C = /* @__PURE__ */ V(pC, [["render", yC], ["__scopeId", "data-v-51741539"]]);
21470
+ const _C = /* @__PURE__ */ V(pC, [["render", yC], ["__scopeId", "data-v-696aa569"]]);
21479
21471
  var gC = "__lodash_hash_undefined__";
21480
21472
  function vC(e) {
21481
21473
  return this.__data__.set(e, gC), this;
@@ -21802,6 +21794,16 @@ const sE = {
21802
21794
  dateRangeFilter(e) {
21803
21795
  this.$emit("update:dateRange", e);
21804
21796
  },
21797
+ dateRange(e) {
21798
+ if (e) {
21799
+ const { startDate: t, endDate: n } = e;
21800
+ this.dateRangeFilter = {
21801
+ ...this.dateRangeFilter,
21802
+ startDate: t,
21803
+ endDate: n
21804
+ };
21805
+ }
21806
+ },
21805
21807
  search(e) {
21806
21808
  this.keywords = e;
21807
21809
  },
@@ -22118,7 +22120,7 @@ const sE = {
22118
22120
  }
22119
22121
  },
22120
22122
  methods: {
22121
- debounceReload: ln(function() {
22123
+ debounceReload: Fn(function() {
22122
22124
  this.reload();
22123
22125
  }),
22124
22126
  async reload() {
@@ -22225,7 +22227,7 @@ const sE = {
22225
22227
  actualOptions: this.options
22226
22228
  };
22227
22229
  }
22228
- }, No = (e) => (tt("data-v-f1b962cd"), e = e(), nt(), e), aE = { class: "footer" }, lE = /* @__PURE__ */ No(() => /* @__PURE__ */ x("p", null, null, -1)), oE = { key: 0 }, uE = /* @__PURE__ */ No(() => /* @__PURE__ */ x("p", null, null, -1));
22230
+ }, No = (e) => (tt("data-v-1252aadb"), e = e(), nt(), e), aE = { class: "footer" }, lE = /* @__PURE__ */ No(() => /* @__PURE__ */ x("p", null, null, -1)), oE = { key: 0 }, uE = /* @__PURE__ */ No(() => /* @__PURE__ */ x("p", null, null, -1));
22229
22231
  function dE(e, t, n, i, s, r) {
22230
22232
  const a = y("ux-icon"), l = y("ux-panel-body"), u = y("ux-panel"), f = y("flex-column"), c = y("ux-button"), p = y("ux-list-item"), g = y("ux-list"), b = y("ux-menu"), w = y("native-table"), T = y("pager"), E = y("flex-footer"), K = y("flex-row"), Q = y("search"), re = y("ux-field"), oe = y("filter-builder"), ue = y("flex-body"), H = y("spinner");
22231
22233
  return r.actualDefinition ? (o(), k(f, {
@@ -22446,7 +22448,7 @@ function dE(e, t, n, i, s, r) {
22446
22448
  _: 3
22447
22449
  })) : _("", !0);
22448
22450
  }
22449
- const cE = /* @__PURE__ */ V(sE, [["render", dE], ["__scopeId", "data-v-f1b962cd"]]), Un = {
22451
+ const cE = /* @__PURE__ */ V(sE, [["render", dE], ["__scopeId", "data-v-1252aadb"]]), Un = {
22450
22452
  props: {
22451
22453
  options: {
22452
22454
  type: Object,