@qikdev/vue-ui 0.2.328 → 0.2.331

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.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  t((E["@qikdev/vue-ui"] = {}), E.Vue, E.sdk));
8
8
  })(this, function (E, t, El) {
9
9
  "use strict";
10
- const wm = "0.2.328";
10
+ const wm = "0.2.331";
11
11
  class ft extends Error {}
12
12
  class Cm extends ft {
13
13
  constructor(n) {
@@ -2337,7 +2337,7 @@
2337
2337
  u = Ae(n, "{1,9}"),
2338
2338
  m = Ae(n, "{2,4}"),
2339
2339
  f = Ae(n, "{4,6}"),
2340
- h = (_) => ({ regex: RegExp(lh(_.val)), deser: ([w]) => w, literal: !0 }),
2340
+ h = (_) => ({ regex: RegExp(lh(_.val)), deser: ([x]) => x, literal: !0 }),
2341
2341
  y = ((_) => {
2342
2342
  if (e.literal) return h(_);
2343
2343
  switch (_.val) {
@@ -3050,23 +3050,23 @@
3050
3050
  : s
3051
3051
  ? ((p = Ch), (y = xh), (_ = Or(_)))
3052
3052
  : ((p = Ha), (y = za));
3053
- let w = !1;
3053
+ let x = !1;
3054
3054
  for (const U of p) {
3055
3055
  const M = a[U];
3056
- z(M) ? (w ? (a[U] = y[U]) : (a[U] = _[U])) : (w = !0);
3056
+ z(M) ? (x ? (a[U] = y[U]) : (a[U] = _[U])) : (x = !0);
3057
3057
  }
3058
- const B = h ? gh(a) : s ? kh(a) : $a(a),
3059
- F = B || Ua(a);
3060
- if (F) return g.invalid(F);
3058
+ const N = h ? gh(a) : s ? kh(a) : $a(a),
3059
+ O = N || Ua(a);
3060
+ if (O) return g.invalid(O);
3061
3061
  const P = h ? La(a) : s ? Aa(a) : a,
3062
3062
  [Z, C] = Fn(P, o, i),
3063
- O = new g({ ts: Z, zone: i, o: C, loc: f });
3064
- return a.weekday && u && n.weekday !== O.weekday
3063
+ F = new g({ ts: Z, zone: i, o: C, loc: f });
3064
+ return a.weekday && u && n.weekday !== F.weekday
3065
3065
  ? g.invalid(
3066
3066
  "mismatched weekday",
3067
- `you can't specify both a weekday of ${a.weekday} and a date of ${O.toISO()}`,
3067
+ `you can't specify both a weekday of ${a.weekday} and a date of ${F.toISO()}`,
3068
3068
  )
3069
- : O;
3069
+ : F;
3070
3070
  }
3071
3071
  static fromISO(n, r = {}) {
3072
3072
  const [i, l] = Af(n);
@@ -4245,42 +4245,42 @@
4245
4245
  p,
4246
4246
  y,
4247
4247
  _ = 0,
4248
- w = !1,
4249
- B = !1,
4250
- F = !0;
4248
+ x = !1,
4249
+ N = !1,
4250
+ O = !0;
4251
4251
  if (typeof s != "function") throw new TypeError(i);
4252
4252
  (c = r(c) || 0),
4253
4253
  e(d) &&
4254
- ((w = !!d.leading),
4255
- (B = "maxWait" in d),
4256
- (f = B ? l(r(d.maxWait) || 0, c) : f),
4257
- (F = "trailing" in d ? !!d.trailing : F));
4254
+ ((x = !!d.leading),
4255
+ (N = "maxWait" in d),
4256
+ (f = N ? l(r(d.maxWait) || 0, c) : f),
4257
+ (O = "trailing" in d ? !!d.trailing : O));
4258
4258
  function P(R) {
4259
4259
  var X = u,
4260
4260
  re = m;
4261
4261
  return (u = m = void 0), (_ = R), (h = s.apply(re, X)), h;
4262
4262
  }
4263
4263
  function Z(R) {
4264
- return (_ = R), (p = setTimeout(U, c)), w ? P(R) : h;
4264
+ return (_ = R), (p = setTimeout(U, c)), x ? P(R) : h;
4265
4265
  }
4266
4266
  function C(R) {
4267
4267
  var X = R - y,
4268
4268
  re = R - _,
4269
4269
  ae = c - X;
4270
- return B ? o(ae, f - re) : ae;
4270
+ return N ? o(ae, f - re) : ae;
4271
4271
  }
4272
- function O(R) {
4272
+ function F(R) {
4273
4273
  var X = R - y,
4274
4274
  re = R - _;
4275
- return y === void 0 || X >= c || X < 0 || (B && re >= f);
4275
+ return y === void 0 || X >= c || X < 0 || (N && re >= f);
4276
4276
  }
4277
4277
  function U() {
4278
4278
  var R = n();
4279
- if (O(R)) return M(R);
4279
+ if (F(R)) return M(R);
4280
4280
  p = setTimeout(U, C(R));
4281
4281
  }
4282
4282
  function M(R) {
4283
- return (p = void 0), F && u ? P(R) : ((u = m = void 0), h);
4283
+ return (p = void 0), O && u ? P(R) : ((u = m = void 0), h);
4284
4284
  }
4285
4285
  function q() {
4286
4286
  p !== void 0 && clearTimeout(p), (_ = 0), (u = y = m = p = void 0);
@@ -4290,10 +4290,10 @@
4290
4290
  }
4291
4291
  function Q() {
4292
4292
  var R = n(),
4293
- X = O(R);
4293
+ X = F(R);
4294
4294
  if (((u = arguments), (m = this), (y = R), X)) {
4295
4295
  if (p === void 0) return Z(y);
4296
- if (B) return clearTimeout(p), (p = setTimeout(U, c)), P(y);
4296
+ if (N) return clearTimeout(p), (p = setTimeout(U, c)), P(y);
4297
4297
  }
4298
4298
  return p === void 0 && (p = setTimeout(U, c)), h;
4299
4299
  }
@@ -4308,76 +4308,85 @@
4308
4308
  Ns = k(
4309
4309
  {
4310
4310
  __name: "tabset",
4311
- props: { vertical: Boolean, inline: Boolean, pills: Boolean },
4311
+ props: {
4312
+ vertical: Boolean,
4313
+ inline: Boolean,
4314
+ pills: Boolean,
4315
+ defaultTab: String,
4316
+ },
4312
4317
  setup(e) {
4313
- const n = t.useSlots(),
4314
- r = t.reactive({ tabs: [] });
4315
- t.provide("tabset", r);
4316
- const i = t.ref();
4317
- t.provide("activeHeading", i);
4318
- const l = function (d) {
4319
- i.value = d;
4318
+ const n = e,
4319
+ r = t.useSlots(),
4320
+ i = t.reactive({ tabs: [] });
4321
+ t.provide("tabset", i);
4322
+ const l = t.ref();
4323
+ t.provide("activeHeading", l);
4324
+ const o = function (u) {
4325
+ l.value = u;
4320
4326
  },
4321
- o = tn(function () {
4322
- const u = n
4327
+ a = tn(function () {
4328
+ const m = r
4323
4329
  .default()
4324
- .reduce(function (h, p) {
4325
- var y;
4330
+ .reduce(function (p, y) {
4331
+ var _;
4326
4332
  return (
4327
- ((y = p.type) == null ? void 0 : y.name) === "tab"
4328
- ? h.push(p)
4329
- : p.children && (h = [...h, ...p.children]),
4330
- h
4333
+ ((_ = y.type) == null ? void 0 : _.name) === "tab"
4334
+ ? p.push(y)
4335
+ : y.children && (p = [...p, ...y.children]),
4336
+ p
4331
4337
  );
4332
4338
  }, [])
4333
- .filter(function (h) {
4334
- var p;
4339
+ .filter(function (p) {
4340
+ var y;
4335
4341
  return (
4336
- ((p = h.type) == null ? void 0 : p.name) === "tab" &&
4337
- h.props.enabled !== !1
4342
+ ((y = p.type) == null ? void 0 : y.name) === "tab" &&
4343
+ p.props.enabled !== !1
4338
4344
  );
4339
4345
  })
4340
- .map(function (h, p) {
4341
- const y = h.props.heading,
4342
- _ = h.props.tabKey || y;
4343
- return { heading: y, key: _, index: p };
4346
+ .map(function (p, y) {
4347
+ const _ = p.props.heading,
4348
+ x = p.props.tabKey || _;
4349
+ return { heading: _, key: x, index: y };
4344
4350
  });
4345
- r.tabs = u;
4346
- const m = u.reduce(function (h, p) {
4347
- return (h[p.key || p.heading] = !0), h;
4351
+ i.tabs = m;
4352
+ const f = m.reduce(function (p, y) {
4353
+ return (p[y.key || y.heading] = !0), p;
4348
4354
  }, {}),
4349
- f = i.value;
4350
- if ((!f || !m[f]) && u.length) {
4351
- const h = u[0].key || u[0].heading;
4352
- i.value = h;
4355
+ h = l.value;
4356
+ if ((!h || !f[h]) && m.length) {
4357
+ let p;
4358
+ n.defaultTab && f[n.defaultTab]
4359
+ ? (p = n.defaultTab)
4360
+ : (p = m[0].key || m[0].heading),
4361
+ (l.value = p);
4353
4362
  }
4354
4363
  });
4355
- t.provide("rebuild", o);
4356
- const a = t.computed(function () {
4357
- return r.tabs
4358
- .map(function (d) {
4359
- if (d) return d.heading;
4364
+ t.provide("rebuild", a);
4365
+ const s = t.computed(function () {
4366
+ return i.tabs
4367
+ .map(function (u) {
4368
+ if (u) return u.heading;
4360
4369
  })
4361
4370
  .filter(Boolean);
4362
4371
  }),
4363
- s = t.computed(function () {
4364
- return r.tabs
4365
- .map(function (d) {
4366
- if (d) return d.key;
4372
+ c = t.computed(function () {
4373
+ return i.tabs
4374
+ .map(function (u) {
4375
+ if (u) return u.key;
4367
4376
  })
4368
4377
  .filter(Boolean);
4369
4378
  }),
4370
- c = t.computed(function () {
4371
- return a.value.length > 1;
4379
+ d = t.computed(function () {
4380
+ return s.value.length > 1;
4372
4381
  });
4373
4382
  return (
4374
- o(),
4375
- (d, u) => {
4376
- const m = t.resolveComponent("flex-body"),
4377
- f = t.resolveComponent("flex-column"),
4378
- h = t.resolveComponent("ux-button"),
4379
- p = t.resolveComponent("flex-row"),
4380
- y = t.resolveComponent("flex-header");
4383
+ a(),
4384
+ (u, m) => {
4385
+ const f = t.resolveComponent("flex-body"),
4386
+ h = t.resolveComponent("flex-column"),
4387
+ p = t.resolveComponent("ux-button"),
4388
+ y = t.resolveComponent("flex-row"),
4389
+ _ = t.resolveComponent("flex-header");
4381
4390
  return (
4382
4391
  t.openBlock(),
4383
4392
  t.createElementBlock(
@@ -4401,34 +4410,34 @@
4401
4410
  t.Fragment,
4402
4411
  { key: 0 },
4403
4412
  [
4404
- t.unref(c)
4413
+ t.unref(d)
4405
4414
  ? (t.openBlock(),
4406
4415
  t.createBlock(
4407
- f,
4416
+ h,
4408
4417
  { key: 0, class: "tabset-menu" },
4409
4418
  {
4410
4419
  default: t.withCtx(() => [
4411
- t.createVNode(m, null, {
4420
+ t.createVNode(f, null, {
4412
4421
  default: t.withCtx(() => [
4413
4422
  (t.openBlock(!0),
4414
4423
  t.createElementBlock(
4415
4424
  t.Fragment,
4416
4425
  null,
4417
4426
  t.renderList(
4418
- t.unref(s),
4419
- (_, w) => (
4427
+ t.unref(c),
4428
+ (x, N) => (
4420
4429
  t.openBlock(),
4421
4430
  t.createElementBlock(
4422
4431
  "a",
4423
4432
  {
4424
4433
  class: t.normalizeClass({
4425
- active: i.value === _,
4434
+ active: l.value === x,
4426
4435
  }),
4427
- key: `tab-link-${_}`,
4428
- onClick: (B) => l(_),
4436
+ key: `tab-link-${x}`,
4437
+ onClick: (O) => o(x),
4429
4438
  },
4430
4439
  t.toDisplayString(
4431
- t.unref(a)[w],
4440
+ t.unref(s)[N],
4432
4441
  ),
4433
4442
  11,
4434
4443
  yp,
@@ -4454,38 +4463,38 @@
4454
4463
  t.Fragment,
4455
4464
  { key: 1 },
4456
4465
  [
4457
- t.unref(c)
4466
+ t.unref(d)
4458
4467
  ? (t.openBlock(),
4459
4468
  t.createBlock(
4460
- y,
4469
+ _,
4461
4470
  { key: 0, class: "tabset-menu" },
4462
4471
  {
4463
4472
  default: t.withCtx(() => [
4464
- t.createVNode(p, null, {
4473
+ t.createVNode(y, null, {
4465
4474
  default: t.withCtx(() => [
4466
4475
  (t.openBlock(!0),
4467
4476
  t.createElementBlock(
4468
4477
  t.Fragment,
4469
4478
  null,
4470
4479
  t.renderList(
4471
- t.unref(s),
4472
- (_, w) => (
4480
+ t.unref(c),
4481
+ (x, N) => (
4473
4482
  t.openBlock(),
4474
4483
  t.createBlock(
4475
- h,
4484
+ p,
4476
4485
  {
4477
4486
  color:
4478
- i.value === _
4487
+ l.value === x
4479
4488
  ? "primary"
4480
4489
  : "",
4481
- key: `tab-pill-${_}`,
4482
- onClick: (B) => l(_),
4490
+ key: `tab-pill-${x}`,
4491
+ onClick: (O) => o(x),
4483
4492
  },
4484
4493
  {
4485
4494
  default: t.withCtx(() => [
4486
4495
  t.createTextVNode(
4487
4496
  t.toDisplayString(
4488
- t.unref(a)[w],
4497
+ t.unref(s)[N],
4489
4498
  ),
4490
4499
  1,
4491
4500
  ),
@@ -4515,34 +4524,34 @@
4515
4524
  t.Fragment,
4516
4525
  { key: 2 },
4517
4526
  [
4518
- t.unref(c)
4527
+ t.unref(d)
4519
4528
  ? (t.openBlock(),
4520
4529
  t.createBlock(
4521
- y,
4530
+ _,
4522
4531
  { key: 0, class: "tabset-menu" },
4523
4532
  {
4524
4533
  default: t.withCtx(() => [
4525
- t.createVNode(p, null, {
4534
+ t.createVNode(y, null, {
4526
4535
  default: t.withCtx(() => [
4527
4536
  (t.openBlock(!0),
4528
4537
  t.createElementBlock(
4529
4538
  t.Fragment,
4530
4539
  null,
4531
4540
  t.renderList(
4532
- t.unref(s),
4533
- (_, w) => (
4541
+ t.unref(c),
4542
+ (x, N) => (
4534
4543
  t.openBlock(),
4535
4544
  t.createElementBlock(
4536
4545
  "a",
4537
4546
  {
4538
4547
  class: t.normalizeClass({
4539
- active: i.value === _,
4548
+ active: l.value === x,
4540
4549
  }),
4541
- key: `tab-link-${_}`,
4542
- onClick: (B) => l(_),
4550
+ key: `tab-link-${x}`,
4551
+ onClick: (O) => o(x),
4543
4552
  },
4544
4553
  t.toDisplayString(
4545
- t.unref(a)[w],
4554
+ t.unref(s)[N],
4546
4555
  ),
4547
4556
  11,
4548
4557
  gp,
@@ -4562,9 +4571,9 @@
4562
4571
  ],
4563
4572
  64,
4564
4573
  )),
4565
- t.createVNode(f, null, {
4574
+ t.createVNode(h, null, {
4566
4575
  default: t.withCtx(() => [
4567
- t.renderSlot(d.$slots, "default", {}, void 0, !0),
4576
+ t.renderSlot(u.$slots, "default", {}, void 0, !0),
4568
4577
  ]),
4569
4578
  _: 3,
4570
4579
  }),
@@ -4576,7 +4585,7 @@
4576
4585
  );
4577
4586
  },
4578
4587
  },
4579
- [["__scopeId", "data-v-3f2d16f1"]],
4588
+ [["__scopeId", "data-v-9802877e"]],
4580
4589
  ),
4581
4590
  kp = {
4582
4591
  emits: ["mount", "unmount"],
@@ -6064,37 +6073,37 @@
6064
6073
  computed: {},
6065
6074
  methods: {},
6066
6075
  };
6067
- Object.keys(n).forEach(function (O) {
6068
- s[O] === void 0 && (h.$data[O] = n[O]);
6076
+ Object.keys(n).forEach(function (F) {
6077
+ s[F] === void 0 && (h.$data[F] = n[F]);
6069
6078
  }),
6070
- Object.keys(r).forEach(function (O) {
6071
- c[O] === void 0 && (h.$props[O] = r[O]);
6079
+ Object.keys(r).forEach(function (F) {
6080
+ c[F] === void 0 && (h.$props[F] = r[F]);
6072
6081
  }),
6073
- Object.keys(a).forEach(function (O) {
6074
- u[O] === void 0 && (h.methods[O] = a[O]);
6082
+ Object.keys(a).forEach(function (F) {
6083
+ u[F] === void 0 && (h.methods[F] = a[F]);
6075
6084
  }),
6076
- Object.keys(o).forEach(function (O) {
6077
- m[O] === void 0 && (h.computed[O] = o[O]);
6085
+ Object.keys(o).forEach(function (F) {
6086
+ m[F] === void 0 && (h.computed[F] = o[F]);
6078
6087
  }),
6079
- Object.keys(l).forEach(function (O) {
6080
- f[O] === void 0 && (h.components[O] = l[O]);
6088
+ Object.keys(l).forEach(function (F) {
6089
+ f[F] === void 0 && (h.components[F] = l[F]);
6081
6090
  });
6082
6091
  var p = Object.keys(h.methods || {}),
6083
6092
  y = Object.keys(h.$data || {}),
6084
6093
  _ = Object.keys(h.$props || {}),
6085
- w = Object.keys(this.templateProps),
6086
- B = y.concat(_).concat(p).concat(w),
6087
- F =
6094
+ x = Object.keys(this.templateProps),
6095
+ N = y.concat(_).concat(p).concat(x),
6096
+ O =
6088
6097
  ((Z = e),
6089
6098
  (C = {}),
6090
- p.forEach(function (O) {
6091
- return Cc(Z, C, O);
6099
+ p.forEach(function (F) {
6100
+ return Cc(Z, C, F);
6092
6101
  }),
6093
6102
  C),
6094
- P = (function (O) {
6103
+ P = (function (F) {
6095
6104
  var U = {};
6096
6105
  return (
6097
- O.forEach(function (M) {
6106
+ F.forEach(function (M) {
6098
6107
  M &&
6099
6108
  Object.getOwnPropertyNames(M).forEach(function (q) {
6100
6109
  return Cc(M, U, q);
@@ -6102,11 +6111,11 @@
6102
6111
  }),
6103
6112
  U
6104
6113
  );
6105
- })([h.$data, h.$props, F, this.templateProps]);
6114
+ })([h.$data, h.$props, O, this.templateProps]);
6106
6115
  return t.h(
6107
6116
  {
6108
6117
  template: this.template || "<div></div>",
6109
- props: B,
6118
+ props: N,
6110
6119
  computed: h.computed,
6111
6120
  components: h.components,
6112
6121
  provide: this.$parent.$.provides ? this.$parent.$.provides : {},
@@ -9006,7 +9015,7 @@
9006
9015
  rootMargin: l,
9007
9016
  threshold: o,
9008
9017
  });
9009
- p.forEach((w) => w && _.observe(w)),
9018
+ p.forEach((x) => x && _.observe(x)),
9010
9019
  (u = () => {
9011
9020
  _.disconnect(), (u = Ho);
9012
9021
  });
@@ -12676,7 +12685,7 @@
12676
12685
  if (((n = n || (r && r[Ne])), !!n)) {
12677
12686
  var y,
12678
12687
  _ = n.options,
12679
- w = "on" + i.charAt(0).toUpperCase() + i.substr(1);
12688
+ x = "on" + i.charAt(0).toUpperCase() + i.substr(1);
12680
12689
  window.CustomEvent && !Qe && !on
12681
12690
  ? (y = new CustomEvent(i, { bubbles: !0, cancelable: !0 }))
12682
12691
  : ((y = document.createEvent("Event")), y.initEvent(i, !0, !0)),
@@ -12690,9 +12699,9 @@
12690
12699
  (y.newDraggableIndex = m),
12691
12700
  (y.originalEvent = f),
12692
12701
  (y.pullMode = h ? h.lastPutMode : void 0);
12693
- var B = je(je({}, p), sn.getEventProperties(i, n));
12694
- for (var F in B) y[F] = B[F];
12695
- r && r.dispatchEvent(y), _[w] && _[w].call(n, y);
12702
+ var N = je(je({}, p), sn.getEventProperties(i, n));
12703
+ for (var O in N) y[O] = N[O];
12704
+ r && r.dispatchEvent(y), _[x] && _[x].call(n, y);
12696
12705
  }
12697
12706
  }
12698
12707
  var Fb = ["evt"],
@@ -12706,7 +12715,7 @@
12706
12715
  r,
12707
12716
  je(
12708
12717
  {
12709
- dragEl: N,
12718
+ dragEl: B,
12710
12719
  parentEl: ie,
12711
12720
  ghostEl: $,
12712
12721
  rootEl: ee,
@@ -12744,7 +12753,7 @@
12744
12753
  {
12745
12754
  putSortable: pe,
12746
12755
  cloneEl: le,
12747
- targetEl: N,
12756
+ targetEl: B,
12748
12757
  rootEl: ee,
12749
12758
  oldIndex: $t,
12750
12759
  oldDraggableIndex: cn,
@@ -12755,7 +12764,7 @@
12755
12764
  ),
12756
12765
  );
12757
12766
  }
12758
- var N,
12767
+ var B,
12759
12768
  ie,
12760
12769
  $,
12761
12770
  ee,
@@ -12915,7 +12924,7 @@
12915
12924
  !0,
12916
12925
  );
12917
12926
  var Ct = function (n) {
12918
- if (N) {
12927
+ if (B) {
12919
12928
  n = n.touches ? n.touches[0] : n;
12920
12929
  var r = Lb(n.clientX, n.clientY);
12921
12930
  if (r) {
@@ -12929,7 +12938,7 @@
12929
12938
  }
12930
12939
  },
12931
12940
  Ab = function (n) {
12932
- N && N.parentNode[Ne]._isOutsideThisEl(n.target);
12941
+ B && B.parentNode[Ne]._isOutsideThisEl(n.target);
12933
12942
  };
12934
12943
  function L(e, n) {
12935
12944
  if (!(e && e.nodeType && e.nodeType === 1))
@@ -13006,7 +13015,7 @@
13006
13015
  },
13007
13016
  _getDirection: function (n, r) {
13008
13017
  return typeof this.options.direction == "function"
13009
- ? this.options.direction.call(this, n, r, N)
13018
+ ? this.options.direction.call(this, n, r, B)
13010
13019
  : this.options.direction;
13011
13020
  },
13012
13021
  _onTapStart: function (n) {
@@ -13028,7 +13037,7 @@
13028
13037
  u = l.filter;
13029
13038
  if (
13030
13039
  (Hb(i),
13031
- !N &&
13040
+ !B &&
13032
13041
  !(
13033
13042
  (/mousedown|pointerdown/.test(a) && n.button !== 0) ||
13034
13043
  l.disabled
@@ -13091,18 +13100,18 @@
13091
13100
  a = l.options,
13092
13101
  s = o.ownerDocument,
13093
13102
  c;
13094
- if (i && !N && i.parentNode === o) {
13103
+ if (i && !B && i.parentNode === o) {
13095
13104
  var d = fe(i);
13096
13105
  if (
13097
13106
  ((ee = o),
13098
- (N = i),
13099
- (ie = N.parentNode),
13100
- (xt = N.nextSibling),
13107
+ (B = i),
13108
+ (ie = B.parentNode),
13109
+ (xt = B.nextSibling),
13101
13110
  (Gn = i),
13102
13111
  (Kn = a.group),
13103
- (L.dragged = N),
13112
+ (L.dragged = B),
13104
13113
  (wt = {
13105
- target: N,
13114
+ target: B,
13106
13115
  clientX: (r || n).clientX,
13107
13116
  clientY: (r || n).clientY,
13108
13117
  }),
@@ -13110,20 +13119,20 @@
13110
13119
  (id = wt.clientY - d.top),
13111
13120
  (this._lastX = (r || n).clientX),
13112
13121
  (this._lastY = (r || n).clientY),
13113
- (N.style["will-change"] = "all"),
13122
+ (B.style["will-change"] = "all"),
13114
13123
  (c = function () {
13115
13124
  if ((we("delayEnded", l, { evt: n }), L.eventCanceled)) {
13116
13125
  l._onDrop();
13117
13126
  return;
13118
13127
  }
13119
13128
  l._disableDelayedDragEvents(),
13120
- !Kc && l.nativeDraggable && (N.draggable = !0),
13129
+ !Kc && l.nativeDraggable && (B.draggable = !0),
13121
13130
  l._triggerDragStart(n, r),
13122
13131
  _e({ sortable: l, name: "choose", originalEvent: n }),
13123
- Ve(N, a.chosenClass, !0);
13132
+ Ve(B, a.chosenClass, !0);
13124
13133
  }),
13125
13134
  a.ignore.split(",").forEach(function (u) {
13126
- Qc(N, u.trim(), oi);
13135
+ Qc(B, u.trim(), oi);
13127
13136
  }),
13128
13137
  K(s, "dragover", Ct),
13129
13138
  K(s, "mousemove", Ct),
@@ -13133,7 +13142,7 @@
13133
13142
  K(s, "touchcancel", l._onDrop),
13134
13143
  Kc &&
13135
13144
  this.nativeDraggable &&
13136
- ((this.options.touchStartThreshold = 4), (N.draggable = !0)),
13145
+ ((this.options.touchStartThreshold = 4), (B.draggable = !0)),
13137
13146
  we("delayStart", this, { evt: n }),
13138
13147
  a.delay &&
13139
13148
  (!a.delayOnTouchOnly || r) &&
@@ -13166,7 +13175,7 @@
13166
13175
  ) && this._disableDelayedDrag();
13167
13176
  },
13168
13177
  _disableDelayedDrag: function () {
13169
- N && oi(N),
13178
+ B && oi(B),
13170
13179
  clearTimeout(this._dragStartTimer),
13171
13180
  this._disableDelayedDragEvents();
13172
13181
  },
@@ -13187,7 +13196,7 @@
13187
13196
  : r
13188
13197
  ? K(document, "touchmove", this._onTouchMove)
13189
13198
  : K(document, "mousemove", this._onTouchMove)
13190
- : (K(N, "dragend", this), K(ee, "dragstart", this._onDragStart));
13199
+ : (K(B, "dragend", this), K(ee, "dragstart", this._onDragStart));
13191
13200
  try {
13192
13201
  document.selection
13193
13202
  ? rr(function () {
@@ -13197,12 +13206,12 @@
13197
13206
  } catch {}
13198
13207
  },
13199
13208
  _dragStarted: function (n, r) {
13200
- if (((Ut = !1), ee && N)) {
13209
+ if (((Ut = !1), ee && B)) {
13201
13210
  we("dragStarted", this, { evt: r }),
13202
13211
  this.nativeDraggable && K(document, "dragover", Ab);
13203
13212
  var i = this.options;
13204
- !n && Ve(N, i.dragClass, !1),
13205
- Ve(N, i.ghostClass, !0),
13213
+ !n && Ve(B, i.dragClass, !1),
13214
+ Ve(B, i.ghostClass, !0),
13206
13215
  (L.active = this),
13207
13216
  n && this._appendGhost(),
13208
13217
  _e({ sortable: this, name: "start", originalEvent: r });
@@ -13220,7 +13229,7 @@
13220
13229
 
13221
13230
  )
13222
13231
  r = n;
13223
- if ((N.parentNode[Ne]._isOutsideThisEl(n), r))
13232
+ if ((B.parentNode[Ne]._isOutsideThisEl(n), r))
13224
13233
  do {
13225
13234
  if (r[Ne]) {
13226
13235
  var i = void 0;
@@ -13292,7 +13301,7 @@
13292
13301
  _appendGhost: function () {
13293
13302
  if (!$) {
13294
13303
  var n = this.options.fallbackOnBody ? document.body : ee,
13295
- r = fe(N, !0, tr, !0, n),
13304
+ r = fe(B, !0, tr, !0, n),
13296
13305
  i = this.options;
13297
13306
  if (tr) {
13298
13307
  for (
@@ -13310,7 +13319,7 @@
13310
13319
  : (ge = ze()),
13311
13320
  (ni = ed(ge));
13312
13321
  }
13313
- ($ = N.cloneNode(!0)),
13322
+ ($ = B.cloneNode(!0)),
13314
13323
  Ve($, i.ghostClass, !1),
13315
13324
  Ve($, i.fallbackClass, !0),
13316
13325
  Ve($, i.dragClass, !0),
@@ -13348,7 +13357,7 @@
13348
13357
  }
13349
13358
  we("setupClone", this),
13350
13359
  L.eventCanceled ||
13351
- ((le = rd(N)),
13360
+ ((le = rd(B)),
13352
13361
  (le.draggable = !1),
13353
13362
  (le.style["will-change"] = ""),
13354
13363
  this._hideClone(),
@@ -13357,11 +13366,11 @@
13357
13366
  (i.cloneId = rr(function () {
13358
13367
  we("clone", i),
13359
13368
  !L.eventCanceled &&
13360
- (i.options.removeCloneOnHide || ee.insertBefore(le, N),
13369
+ (i.options.removeCloneOnHide || ee.insertBefore(le, B),
13361
13370
  i._hideClone(),
13362
13371
  _e({ sortable: i, name: "clone" }));
13363
13372
  })),
13364
- !r && Ve(N, o.dragClass, !0),
13373
+ !r && Ve(B, o.dragClass, !0),
13365
13374
  r
13366
13375
  ? ((Yn = !0), (i._loopId = setInterval(i._emulateDragOver, 50)))
13367
13376
  : (J(document, "mouseup", i._onDrop),
@@ -13369,9 +13378,9 @@
13369
13378
  J(document, "touchcancel", i._onDrop),
13370
13379
  l &&
13371
13380
  ((l.effectAllowed = "move"),
13372
- o.setData && o.setData.call(i, l, N)),
13381
+ o.setData && o.setData.call(i, l, B)),
13373
13382
  K(document, "drop", i),
13374
- I(N, "transform", "translateZ(0)")),
13383
+ I(B, "transform", "translateZ(0)")),
13375
13384
  (Ut = !0),
13376
13385
  (i._dragStartId = rr(i._dragStarted.bind(i, r, n))),
13377
13386
  K(document, "selectstart", i),
@@ -13409,29 +13418,29 @@
13409
13418
  canSort: m,
13410
13419
  fromSortable: f,
13411
13420
  target: i,
13412
- completed: B,
13421
+ completed: N,
13413
13422
  onMove: function (Fe, ve) {
13414
- return nr(ee, r, N, l, Fe, fe(Fe), n, ve);
13423
+ return nr(ee, r, B, l, Fe, fe(Fe), n, ve);
13415
13424
  },
13416
- changed: F,
13425
+ changed: O,
13417
13426
  },
13418
13427
  dt,
13419
13428
  ),
13420
13429
  );
13421
13430
  }
13422
- function w() {
13431
+ function x() {
13423
13432
  _("dragOverAnimationCapture"),
13424
13433
  p.captureAnimationState(),
13425
13434
  p !== f && f.captureAnimationState();
13426
13435
  }
13427
- function B(Oe) {
13436
+ function N(Oe) {
13428
13437
  return (
13429
13438
  _("dragOverCompleted", { insertion: Oe }),
13430
13439
  Oe &&
13431
13440
  (u ? d._hideClone() : d._showClone(p),
13432
13441
  p !== f &&
13433
- (Ve(N, pe ? pe.options.ghostClass : d.options.ghostClass, !1),
13434
- Ve(N, s.ghostClass, !0)),
13442
+ (Ve(B, pe ? pe.options.ghostClass : d.options.ghostClass, !1),
13443
+ Ve(B, s.ghostClass, !0)),
13435
13444
  pe !== p && p !== L.active
13436
13445
  ? (pe = p)
13437
13446
  : p === L.active && pe && (pe = null),
@@ -13440,18 +13449,18 @@
13440
13449
  _("dragOverAnimationComplete"), (p._ignoreWhileAnimating = null);
13441
13450
  }),
13442
13451
  p !== f && (f.animateAll(), (f._ignoreWhileAnimating = null))),
13443
- ((i === N && !N.animated) || (i === r && !i.animated)) && (Rt = null),
13452
+ ((i === B && !B.animated) || (i === r && !i.animated)) && (Rt = null),
13444
13453
  !s.dragoverBubble &&
13445
13454
  !n.rootEl &&
13446
13455
  i !== document &&
13447
- (N.parentNode[Ne]._isOutsideThisEl(n.target), !Oe && Ct(n)),
13456
+ (B.parentNode[Ne]._isOutsideThisEl(n.target), !Oe && Ct(n)),
13448
13457
  !s.dragoverBubble && n.stopPropagation && n.stopPropagation(),
13449
13458
  (y = !0)
13450
13459
  );
13451
13460
  }
13452
- function F() {
13453
- (Be = De(N)),
13454
- (at = De(N, s.draggable)),
13461
+ function O() {
13462
+ (Be = De(B)),
13463
+ (at = De(B, s.draggable)),
13455
13464
  _e({
13456
13465
  sortable: p,
13457
13466
  name: "change",
@@ -13469,11 +13478,11 @@
13469
13478
  )
13470
13479
  return y;
13471
13480
  if (
13472
- N.contains(n.target) ||
13481
+ B.contains(n.target) ||
13473
13482
  (i.animated && i.animatingX && i.animatingY) ||
13474
13483
  p._ignoreWhileAnimating === i
13475
13484
  )
13476
- return B(!1);
13485
+ return N(!1);
13477
13486
  if (
13478
13487
  ((Yn = !1),
13479
13488
  d &&
@@ -13481,12 +13490,12 @@
13481
13490
  (u
13482
13491
  ? m || (a = ie !== ee)
13483
13492
  : pe === this ||
13484
- ((this.lastPutMode = Kn.checkPull(this, d, N, n)) &&
13485
- c.checkPut(this, d, N, n))))
13493
+ ((this.lastPutMode = Kn.checkPull(this, d, B, n)) &&
13494
+ c.checkPut(this, d, B, n))))
13486
13495
  ) {
13487
13496
  if (
13488
13497
  ((h = this._getDirection(n, i) === "vertical"),
13489
- (l = fe(N)),
13498
+ (l = fe(B)),
13490
13499
  _("dragOverValid"),
13491
13500
  L.eventCanceled)
13492
13501
  )
@@ -13494,41 +13503,41 @@
13494
13503
  if (a)
13495
13504
  return (
13496
13505
  (ie = ee),
13497
- w(),
13506
+ x(),
13498
13507
  this._hideClone(),
13499
13508
  _("revert"),
13500
13509
  L.eventCanceled ||
13501
- (xt ? ee.insertBefore(N, xt) : ee.appendChild(N)),
13502
- B(!0)
13510
+ (xt ? ee.insertBefore(B, xt) : ee.appendChild(B)),
13511
+ N(!0)
13503
13512
  );
13504
13513
  var P = Xo(r, s.draggable);
13505
13514
  if (!P || (Pb(n, h, this) && !P.animated)) {
13506
- if (P === N) return B(!1);
13515
+ if (P === B) return N(!1);
13507
13516
  if (
13508
13517
  (P && r === n.target && (i = P),
13509
13518
  i && (o = fe(i)),
13510
- nr(ee, r, N, l, i, o, n, !!i) !== !1)
13519
+ nr(ee, r, B, l, i, o, n, !!i) !== !1)
13511
13520
  )
13512
- return w(), r.appendChild(N), (ie = r), F(), B(!0);
13521
+ return x(), r.appendChild(B), (ie = r), O(), N(!0);
13513
13522
  } else if (P && Rb(n, h, this)) {
13514
13523
  var Z = Lt(r, 0, s, !0);
13515
- if (Z === N) return B(!1);
13516
- if (((i = Z), (o = fe(i)), nr(ee, r, N, l, i, o, n, !1) !== !1))
13517
- return w(), r.insertBefore(N, Z), (ie = r), F(), B(!0);
13524
+ if (Z === B) return N(!1);
13525
+ if (((i = Z), (o = fe(i)), nr(ee, r, B, l, i, o, n, !1) !== !1))
13526
+ return x(), r.insertBefore(B, Z), (ie = r), O(), N(!0);
13518
13527
  } else if (i.parentNode === r) {
13519
13528
  o = fe(i);
13520
13529
  var C = 0,
13521
- O,
13522
- U = N.parentNode !== r,
13530
+ F,
13531
+ U = B.parentNode !== r,
13523
13532
  M = !Ib(
13524
- (N.animated && N.toRect) || l,
13533
+ (B.animated && B.toRect) || l,
13525
13534
  (i.animated && i.toRect) || o,
13526
13535
  h,
13527
13536
  ),
13528
13537
  q = h ? "top" : "left",
13529
- A = vc(i, "top", "top") || vc(N, "top", "top"),
13538
+ A = vc(i, "top", "top") || vc(B, "top", "top"),
13530
13539
  Q = A ? A.scrollTop : void 0;
13531
- Rt !== i && ((O = o[q]), (mn = !1), (Xn = (!M && s.invertSwap) || U)),
13540
+ Rt !== i && ((F = o[q]), (mn = !1), (Xn = (!M && s.invertSwap) || U)),
13532
13541
  (C = jb(
13533
13542
  n,
13534
13543
  i,
@@ -13543,33 +13552,33 @@
13543
13552
  ));
13544
13553
  var R;
13545
13554
  if (C !== 0) {
13546
- var X = De(N);
13555
+ var X = De(B);
13547
13556
  do (X -= C), (R = ie.children[X]);
13548
13557
  while (R && (I(R, "display") === "none" || R === $));
13549
13558
  }
13550
- if (C === 0 || R === i) return B(!1);
13559
+ if (C === 0 || R === i) return N(!1);
13551
13560
  (Rt = i), (un = C);
13552
13561
  var re = i.nextElementSibling,
13553
13562
  ae = !1;
13554
13563
  ae = C === 1;
13555
- var Re = nr(ee, r, N, l, i, o, n, ae);
13564
+ var Re = nr(ee, r, B, l, i, o, n, ae);
13556
13565
  if (Re !== !1)
13557
13566
  return (
13558
13567
  (Re === 1 || Re === -1) && (ae = Re === 1),
13559
13568
  (ri = !0),
13560
13569
  setTimeout(Ub, 30),
13561
- w(),
13570
+ x(),
13562
13571
  ae && !re
13563
- ? r.appendChild(N)
13564
- : i.parentNode.insertBefore(N, ae ? re : i),
13572
+ ? r.appendChild(B)
13573
+ : i.parentNode.insertBefore(B, ae ? re : i),
13565
13574
  A && nd(A, 0, Q - A.scrollTop),
13566
- (ie = N.parentNode),
13567
- O !== void 0 && !Xn && (Qn = Math.abs(O - fe(i)[q])),
13568
- F(),
13569
- B(!0)
13575
+ (ie = B.parentNode),
13576
+ F !== void 0 && !Xn && (Qn = Math.abs(F - fe(i)[q])),
13577
+ O(),
13578
+ N(!0)
13570
13579
  );
13571
13580
  }
13572
- if (r.contains(N)) return B(!1);
13581
+ if (r.contains(B)) return N(!1);
13573
13582
  }
13574
13583
  return !1;
13575
13584
  },
@@ -13594,12 +13603,12 @@
13594
13603
  var r = this.el,
13595
13604
  i = this.options;
13596
13605
  if (
13597
- ((Be = De(N)),
13598
- (at = De(N, i.draggable)),
13606
+ ((Be = De(B)),
13607
+ (at = De(B, i.draggable)),
13599
13608
  we("drop", this, { evt: n }),
13600
- (ie = N && N.parentNode),
13601
- (Be = De(N)),
13602
- (at = De(N, i.draggable)),
13609
+ (ie = B && B.parentNode),
13610
+ (Be = De(B)),
13611
+ (at = De(B, i.draggable)),
13603
13612
  L.eventCanceled)
13604
13613
  ) {
13605
13614
  this._nulling();
@@ -13617,7 +13626,7 @@
13617
13626
  this._offMoveEvents(),
13618
13627
  this._offUpEvents(),
13619
13628
  ln && I(document.body, "user-select", ""),
13620
- I(N, "transform", ""),
13629
+ I(B, "transform", ""),
13621
13630
  n &&
13622
13631
  (dn &&
13623
13632
  (n.cancelable && n.preventDefault(),
@@ -13627,14 +13636,14 @@
13627
13636
  le &&
13628
13637
  le.parentNode &&
13629
13638
  le.parentNode.removeChild(le),
13630
- N &&
13631
- (this.nativeDraggable && J(N, "dragend", this),
13632
- oi(N),
13633
- (N.style["will-change"] = ""),
13639
+ B &&
13640
+ (this.nativeDraggable && J(B, "dragend", this),
13641
+ oi(B),
13642
+ (B.style["will-change"] = ""),
13634
13643
  dn &&
13635
13644
  !Ut &&
13636
- Ve(N, pe ? pe.options.ghostClass : this.options.ghostClass, !1),
13637
- Ve(N, this.options.chosenClass, !1),
13645
+ Ve(B, pe ? pe.options.ghostClass : this.options.ghostClass, !1),
13646
+ Ve(B, this.options.chosenClass, !1),
13638
13647
  _e({
13639
13648
  sortable: this,
13640
13649
  name: "unchoose",
@@ -13695,7 +13704,7 @@
13695
13704
  _nulling: function () {
13696
13705
  we("nulling", this),
13697
13706
  (ee =
13698
- N =
13707
+ B =
13699
13708
  ie =
13700
13709
  $ =
13701
13710
  xt =
@@ -13731,7 +13740,7 @@
13731
13740
  break;
13732
13741
  case "dragenter":
13733
13742
  case "dragover":
13734
- N && (this._onDragOver(n), $b(n));
13743
+ B && (this._onDragOver(n), $b(n));
13735
13744
  break;
13736
13745
  case "selectstart":
13737
13746
  n.preventDefault();
@@ -13817,12 +13826,12 @@
13817
13826
  }
13818
13827
  if (lt) {
13819
13828
  if ((we("showClone", this), L.eventCanceled)) return;
13820
- N.parentNode == ee && !this.options.group.revertClone
13821
- ? ee.insertBefore(le, N)
13829
+ B.parentNode == ee && !this.options.group.revertClone
13830
+ ? ee.insertBefore(le, B)
13822
13831
  : xt
13823
13832
  ? ee.insertBefore(le, xt)
13824
13833
  : ee.appendChild(le),
13825
- this.options.group.revertClone && this.animate(N, le),
13834
+ this.options.group.revertClone && this.animate(B, le),
13826
13835
  I(le, "display", ""),
13827
13836
  (lt = !1);
13828
13837
  }
@@ -13905,7 +13914,7 @@
13905
13914
  );
13906
13915
  }
13907
13916
  function qb(e) {
13908
- return De(N) < De(e) ? 1 : -1;
13917
+ return De(B) < De(e) ? 1 : -1;
13909
13918
  }
13910
13919
  function zb(e) {
13911
13920
  for (
@@ -14092,20 +14101,20 @@
14092
14101
  p = fe(h),
14093
14102
  y = p.top,
14094
14103
  _ = p.bottom,
14095
- w = p.left,
14096
- B = p.right,
14097
- F = p.width,
14104
+ x = p.left,
14105
+ N = p.right,
14106
+ O = p.width,
14098
14107
  P = p.height,
14099
14108
  Z = void 0,
14100
14109
  C = void 0,
14101
- O = h.scrollWidth,
14110
+ F = h.scrollWidth,
14102
14111
  U = h.scrollHeight,
14103
14112
  M = I(h),
14104
14113
  q = h.scrollLeft,
14105
14114
  A = h.scrollTop;
14106
14115
  h === c
14107
14116
  ? ((Z =
14108
- F < O &&
14117
+ O < F &&
14109
14118
  (M.overflowX === "auto" ||
14110
14119
  M.overflowX === "scroll" ||
14111
14120
  M.overflowX === "visible")),
@@ -14115,13 +14124,13 @@
14115
14124
  M.overflowY === "scroll" ||
14116
14125
  M.overflowY === "visible")))
14117
14126
  : ((Z =
14118
- F < O && (M.overflowX === "auto" || M.overflowX === "scroll")),
14127
+ O < F && (M.overflowX === "auto" || M.overflowX === "scroll")),
14119
14128
  (C =
14120
14129
  P < U && (M.overflowY === "auto" || M.overflowY === "scroll")));
14121
14130
  var Q =
14122
14131
  Z &&
14123
- (Math.abs(B - l) <= a && q + F < O) -
14124
- (Math.abs(w - l) <= a && !!q),
14132
+ (Math.abs(N - l) <= a && q + O < F) -
14133
+ (Math.abs(x - l) <= a && !!q),
14125
14134
  R =
14126
14135
  C &&
14127
14136
  (Math.abs(_ - o) <= a && A + P < U) -
@@ -14955,7 +14964,7 @@
14955
14964
  },
14956
14965
  {
14957
14966
  item: t.withCtx(
14958
- ({ element: _, index: w }) => [
14967
+ ({ element: _, index: x }) => [
14959
14968
  (t.openBlock(),
14960
14969
  t.createBlock(
14961
14970
  m,
@@ -14970,12 +14979,12 @@
14970
14979
  },
14971
14980
  {
14972
14981
  activator: t.withCtx(
14973
- ({ on: B }) => [
14982
+ ({ on: N }) => [
14974
14983
  t.createVNode(
14975
14984
  s,
14976
14985
  t.mergeProps(
14977
14986
  { size: "sm" },
14978
- t.toHandlers(B),
14987
+ t.toHandlers(N),
14979
14988
  {
14980
14989
  icon: "",
14981
14990
  onClick:
@@ -15010,7 +15019,7 @@
15010
15019
  t.createVNode(
15011
15020
  c,
15012
15021
  {
15013
- onClick: (B) =>
15022
+ onClick: (N) =>
15014
15023
  e.remove(_),
15015
15024
  },
15016
15025
  {
@@ -15038,7 +15047,7 @@
15038
15047
  c,
15039
15048
  {
15040
15049
  key: 0,
15041
- onClick: (B) =>
15050
+ onClick: (N) =>
15042
15051
  o.edit(_),
15043
15052
  },
15044
15053
  {
@@ -15068,7 +15077,7 @@
15068
15077
  t.createVNode(
15069
15078
  c,
15070
15079
  {
15071
- onClick: (B) =>
15080
+ onClick: (N) =>
15072
15081
  e.$actions.open([
15073
15082
  _,
15074
15083
  ]),
@@ -16132,7 +16141,7 @@
16132
16141
  },
16133
16142
  {
16134
16143
  item: t.withCtx(
16135
- ({ element: _, index: w }) => [
16144
+ ({ element: _, index: x }) => [
16136
16145
  (t.openBlock(),
16137
16146
  t.createBlock(
16138
16147
  m,
@@ -16147,12 +16156,12 @@
16147
16156
  },
16148
16157
  {
16149
16158
  activator: t.withCtx(
16150
- ({ on: B }) => [
16159
+ ({ on: N }) => [
16151
16160
  t.createVNode(
16152
16161
  s,
16153
16162
  t.mergeProps(
16154
16163
  { size: "sm" },
16155
- t.toHandlers(B),
16164
+ t.toHandlers(N),
16156
16165
  {
16157
16166
  icon: "",
16158
16167
  onClick:
@@ -16187,7 +16196,7 @@
16187
16196
  t.createVNode(
16188
16197
  c,
16189
16198
  {
16190
- onClick: (B) =>
16199
+ onClick: (N) =>
16191
16200
  e.remove(_),
16192
16201
  },
16193
16202
  {
@@ -16215,7 +16224,7 @@
16215
16224
  c,
16216
16225
  {
16217
16226
  key: 0,
16218
- onClick: (B) =>
16227
+ onClick: (N) =>
16219
16228
  o.edit(_),
16220
16229
  },
16221
16230
  {
@@ -16245,7 +16254,7 @@
16245
16254
  t.createVNode(
16246
16255
  c,
16247
16256
  {
16248
- onClick: (B) =>
16257
+ onClick: (N) =>
16249
16258
  e.$actions.open([
16250
16259
  _,
16251
16260
  ]),
@@ -21351,9 +21360,9 @@
21351
21360
  p = t.resolveComponent("flex-row"),
21352
21361
  y = t.resolveComponent("date-field"),
21353
21362
  _ = t.resolveComponent("scope-select"),
21354
- w = t.resolveComponent("content-select"),
21355
- B = t.resolveComponent("ux-switch"),
21356
- F = t.resolveComponent("ux-icon"),
21363
+ x = t.resolveComponent("content-select"),
21364
+ N = t.resolveComponent("ux-switch"),
21365
+ O = t.resolveComponent("ux-icon"),
21357
21366
  P = t.resolveComponent("ux-button"),
21358
21367
  Z = t.resolveComponent("filter-condition", !0);
21359
21368
  return l.comparators
@@ -21775,7 +21784,7 @@
21775
21784
  ))
21776
21785
  : (t.openBlock(),
21777
21786
  t.createBlock(
21778
- w,
21787
+ x,
21779
21788
  {
21780
21789
  key: 1,
21781
21790
  field: o.singleReferenceField,
@@ -21810,7 +21819,7 @@
21810
21819
  ))
21811
21820
  : (t.openBlock(),
21812
21821
  t.createBlock(
21813
- w,
21822
+ x,
21814
21823
  {
21815
21824
  key: 1,
21816
21825
  field: o.multiReferenceField,
@@ -21839,7 +21848,7 @@
21839
21848
  {
21840
21849
  default: t.withCtx(() => [
21841
21850
  t.createVNode(
21842
- B,
21851
+ N,
21843
21852
  {
21844
21853
  onClick:
21845
21854
  n[23] ||
@@ -22031,7 +22040,7 @@
22031
22040
  },
22032
22041
  {
22033
22042
  default: t.withCtx(() => [
22034
- t.createVNode(F, { icon: "fa-times" }),
22043
+ t.createVNode(O, { icon: "fa-times" }),
22035
22044
  ]),
22036
22045
  _: 1,
22037
22046
  },
@@ -22058,7 +22067,7 @@
22058
22067
  null,
22059
22068
  t.renderList(
22060
22069
  l.model.conditions,
22061
- (C, O) => (
22070
+ (C, F) => (
22062
22071
  t.openBlock(),
22063
22072
  t.createElementBlock("div", { key: C._guid }, [
22064
22073
  t.createVNode(
@@ -22066,10 +22075,10 @@
22066
22075
  {
22067
22076
  enableRemove: !0,
22068
22077
  fields: l.criteriaFields,
22069
- onRemove: (U) => o.removeCondition(O),
22070
- modelValue: l.model.conditions[O],
22078
+ onRemove: (U) => o.removeCondition(F),
22079
+ modelValue: l.model.conditions[F],
22071
22080
  "onUpdate:modelValue": (U) =>
22072
- (l.model.conditions[O] = U),
22081
+ (l.model.conditions[F] = U),
22073
22082
  },
22074
22083
  null,
22075
22084
  8,
@@ -22097,7 +22106,7 @@
22097
22106
  {
22098
22107
  default: t.withCtx(() => [
22099
22108
  t.createTextVNode(" Add Criteria "),
22100
- t.createVNode(F, { icon: "fa-plus", right: "" }),
22109
+ t.createVNode(O, { icon: "fa-plus", right: "" }),
22101
22110
  ]),
22102
22111
  _: 1,
22103
22112
  },
@@ -24735,7 +24744,7 @@
24735
24744
  icon: "",
24736
24745
  size: "xs",
24737
24746
  tag: "a",
24738
- onClick: (w) =>
24747
+ onClick: (x) =>
24739
24748
  o.duplicate(_),
24740
24749
  },
24741
24750
  {
@@ -24767,7 +24776,7 @@
24767
24776
  {
24768
24777
  size: "xs",
24769
24778
  tag: "a",
24770
- onClick: (w) =>
24779
+ onClick: (x) =>
24771
24780
  (y.collapsed =
24772
24781
  !y.collapsed),
24773
24782
  },
@@ -24818,7 +24827,7 @@
24818
24827
  key: 0,
24819
24828
  icon: "",
24820
24829
  tag: "a",
24821
- onClick: (w) => e.remove(y),
24830
+ onClick: (x) => e.remove(y),
24822
24831
  },
24823
24832
  {
24824
24833
  default: t.withCtx(() => [
@@ -24854,7 +24863,7 @@
24854
24863
  onKeydown:
24855
24864
  n[0] ||
24856
24865
  (n[0] = t.withKeys(
24857
- (w) => o.enterPress(w),
24866
+ (x) => o.enterPress(x),
24858
24867
  ["enter"],
24859
24868
  )),
24860
24869
  },
@@ -24872,8 +24881,8 @@
24872
24881
  "onForm:state": o.stateChange,
24873
24882
  parentModel: e.parentModel,
24874
24883
  modelValue: e.model[_],
24875
- "onUpdate:modelValue": (w) =>
24876
- (e.model[_] = w),
24884
+ "onUpdate:modelValue": (x) =>
24885
+ (e.model[_] = x),
24877
24886
  flex: o.sameLine,
24878
24887
  fields: e.field.fields,
24879
24888
  },
@@ -24986,7 +24995,7 @@
24986
24995
  icon: "",
24987
24996
  size: "xs",
24988
24997
  tag: "a",
24989
- onClick: (w) =>
24998
+ onClick: (x) =>
24990
24999
  o.duplicate(_),
24991
25000
  },
24992
25001
  {
@@ -25018,7 +25027,7 @@
25018
25027
  {
25019
25028
  size: "xs",
25020
25029
  tag: "a",
25021
- onClick: (w) =>
25030
+ onClick: (x) =>
25022
25031
  (y.collapsed =
25023
25032
  !y.collapsed),
25024
25033
  },
@@ -25069,7 +25078,7 @@
25069
25078
  key: 0,
25070
25079
  icon: "",
25071
25080
  tag: "a",
25072
- onClick: (w) => e.remove(y),
25081
+ onClick: (x) => e.remove(y),
25073
25082
  },
25074
25083
  {
25075
25084
  default: t.withCtx(() => [
@@ -25105,7 +25114,7 @@
25105
25114
  onKeydown:
25106
25115
  n[4] ||
25107
25116
  (n[4] = t.withKeys(
25108
- (w) => o.enterPress(w),
25117
+ (x) => o.enterPress(x),
25109
25118
  ["enter"],
25110
25119
  )),
25111
25120
  },
@@ -25124,8 +25133,8 @@
25124
25133
  "onForm:state": o.stateChange,
25125
25134
  parentModel: e.parentModel,
25126
25135
  modelValue: e.model[_],
25127
- "onUpdate:modelValue": (w) =>
25128
- (e.model[_] = w),
25136
+ "onUpdate:modelValue": (x) =>
25137
+ (e.model[_] = x),
25129
25138
  flex: o.sameLine,
25130
25139
  fields: e.field.fields,
25131
25140
  },
@@ -28996,17 +29005,17 @@
28996
29005
  p = 46,
28997
29006
  y = 44,
28998
29007
  _ = 39,
28999
- w = 34,
29000
- B = 40,
29001
- F = 41,
29008
+ x = 34,
29009
+ N = 40,
29010
+ O = 41,
29002
29011
  P = 91,
29003
29012
  Z = 93,
29004
29013
  C = 63,
29005
- O = 59,
29014
+ F = 59,
29006
29015
  U = 58,
29007
- M = function (T, x) {
29008
- var Me = new Error(T + " at character " + x);
29009
- throw ((Me.index = x), (Me.description = T), Me);
29016
+ M = function (T, w) {
29017
+ var Me = new Error(T + " at character " + w);
29018
+ throw ((Me.index = w), (Me.description = T), Me);
29010
29019
  },
29011
29020
  q = !0,
29012
29021
  A = { "-": q, "!": q, "~": q, "+": q },
@@ -29034,11 +29043,11 @@
29034
29043
  "%": 10,
29035
29044
  },
29036
29045
  R = function (T) {
29037
- var x = 0,
29046
+ var w = 0,
29038
29047
  Me;
29039
29048
  for (var ut in T)
29040
- (Me = ut.length) > x && T.hasOwnProperty(ut) && (x = Me);
29041
- return x;
29049
+ (Me = ut.length) > w && T.hasOwnProperty(ut) && (w = Me);
29050
+ return w;
29042
29051
  },
29043
29052
  X = R(A),
29044
29053
  re = R(Q),
@@ -29047,9 +29056,9 @@
29047
29056
  Oe = function (T) {
29048
29057
  return Q[T] || 0;
29049
29058
  },
29050
- dt = function (T, x, Me) {
29059
+ dt = function (T, w, Me) {
29051
29060
  var ut = T === "||" || T === "&&" ? m : u;
29052
- return { type: ut, operator: T, left: x, right: Me };
29061
+ return { type: ut, operator: T, left: w, right: Me };
29053
29062
  },
29054
29063
  We = function (T) {
29055
29064
  return T >= 48 && T <= 57;
@@ -29075,7 +29084,7 @@
29075
29084
  },
29076
29085
  he = function (T) {
29077
29086
  for (
29078
- var x = 0,
29087
+ var w = 0,
29079
29088
  Me = T.charAt,
29080
29089
  ut = T.charCodeAt,
29081
29090
  b = function (V) {
@@ -29087,42 +29096,42 @@
29087
29096
  _n = T.length,
29088
29097
  Je = function () {
29089
29098
  for (
29090
- var V = te(x);
29099
+ var V = te(w);
29091
29100
  V === 32 || V === 9 || V === 10 || V === 13;
29092
29101
 
29093
29102
  )
29094
- V = te(++x);
29103
+ V = te(++w);
29095
29104
  },
29096
29105
  jt = function () {
29097
29106
  var V = VD(),
29098
29107
  D,
29099
29108
  H;
29100
- if ((Je(), te(x) === C)) {
29109
+ if ((Je(), te(w) === C)) {
29101
29110
  if (
29102
- (x++,
29111
+ (w++,
29103
29112
  (D = jt()),
29104
- D || M("Expected expression", x),
29113
+ D || M("Expected expression", w),
29105
29114
  Je(),
29106
- te(x) === U)
29115
+ te(w) === U)
29107
29116
  )
29108
29117
  return (
29109
- x++,
29118
+ w++,
29110
29119
  (H = jt()),
29111
- H || M("Expected expression", x),
29120
+ H || M("Expected expression", w),
29112
29121
  { type: f, test: V, consequent: D, alternate: H }
29113
29122
  );
29114
- M("Expected :", x);
29123
+ M("Expected :", w);
29115
29124
  } else return V;
29116
29125
  },
29117
29126
  gm = function () {
29118
29127
  Je();
29119
- for (var V = T.substr(x, re), D = V.length; D > 0; ) {
29128
+ for (var V = T.substr(w, re), D = V.length; D > 0; ) {
29120
29129
  if (
29121
29130
  Q.hasOwnProperty(V) &&
29122
- (!Fe(te(x)) ||
29123
- (x + V.length < T.length && !ve(te(x + V.length))))
29131
+ (!Fe(te(w)) ||
29132
+ (w + V.length < T.length && !ve(te(w + V.length))))
29124
29133
  )
29125
- return (x += D), V;
29134
+ return (w += D), V;
29126
29135
  V = V.substr(0, --D);
29127
29136
  }
29128
29137
  return !1;
@@ -29133,7 +29142,7 @@
29133
29142
  for (
29134
29143
  Bt = { value: D, prec: Oe(D) },
29135
29144
  mt = dr(),
29136
- mt || M("Expected expression after " + D, x),
29145
+ mt || M("Expected expression after " + D, w),
29137
29146
  v = [Pe, Bt, mt];
29138
29147
  (D = gm()) && ((H = Oe(D)), H !== 0);
29139
29148
 
@@ -29149,7 +29158,7 @@
29149
29158
  (V = dt(D, Pe, mt)),
29150
29159
  v.push(V);
29151
29160
  (V = dr()),
29152
- V || M("Expected expression after " + xm, x),
29161
+ V || M("Expected expression after " + xm, w),
29153
29162
  v.push(Bt, V);
29154
29163
  }
29155
29164
  for (qt = v.length - 1, V = v[qt]; qt > 1; )
@@ -29158,60 +29167,60 @@
29158
29167
  },
29159
29168
  dr = function () {
29160
29169
  var V, D, H;
29161
- if ((Je(), (V = te(x)), We(V) || V === p)) return ND();
29162
- if (V === _ || V === w) return BD();
29170
+ if ((Je(), (V = te(w)), We(V) || V === p)) return ND();
29171
+ if (V === _ || V === x) return BD();
29163
29172
  if (V === P) return TD();
29164
- for (D = T.substr(x, X), H = D.length; H > 0; ) {
29173
+ for (D = T.substr(w, X), H = D.length; H > 0; ) {
29165
29174
  if (
29166
29175
  A.hasOwnProperty(D) &&
29167
- (!Fe(te(x)) ||
29168
- (x + D.length < T.length && !ve(te(x + D.length))))
29176
+ (!Fe(te(w)) ||
29177
+ (w + D.length < T.length && !ve(te(w + D.length))))
29169
29178
  )
29170
29179
  return (
29171
- (x += H),
29180
+ (w += H),
29172
29181
  { type: d, operator: D, argument: dr(), prefix: !0 }
29173
29182
  );
29174
29183
  D = D.substr(0, --H);
29175
29184
  }
29176
- return Fe(V) || V === B ? SD() : !1;
29185
+ return Fe(V) || V === N ? SD() : !1;
29177
29186
  },
29178
29187
  ND = function () {
29179
- for (var V = "", D, H; We(te(x)); ) V += b(x++);
29180
- if (te(x) === p)
29181
- for (V += b(x++); We(te(x)); ) V += b(x++);
29182
- if (((D = b(x)), D === "e" || D === "E")) {
29188
+ for (var V = "", D, H; We(te(w)); ) V += b(w++);
29189
+ if (te(w) === p)
29190
+ for (V += b(w++); We(te(w)); ) V += b(w++);
29191
+ if (((D = b(w)), D === "e" || D === "E")) {
29183
29192
  for (
29184
- V += b(x++),
29185
- D = b(x),
29186
- (D === "+" || D === "-") && (V += b(x++));
29187
- We(te(x));
29193
+ V += b(w++),
29194
+ D = b(w),
29195
+ (D === "+" || D === "-") && (V += b(w++));
29196
+ We(te(w));
29188
29197
 
29189
29198
  )
29190
- V += b(x++);
29191
- We(te(x - 1)) ||
29192
- M("Expected exponent (" + V + b(x) + ")", x);
29199
+ V += b(w++);
29200
+ We(te(w - 1)) ||
29201
+ M("Expected exponent (" + V + b(w) + ")", w);
29193
29202
  }
29194
29203
  return (
29195
- (H = te(x)),
29204
+ (H = te(w)),
29196
29205
  Fe(H)
29197
29206
  ? M(
29198
29207
  "Variable names cannot start with a number (" +
29199
29208
  V +
29200
- b(x) +
29209
+ b(w) +
29201
29210
  ")",
29202
- x,
29211
+ w,
29203
29212
  )
29204
- : H === p && M("Unexpected period", x),
29213
+ : H === p && M("Unexpected period", w),
29205
29214
  { type: a, value: parseFloat(V), raw: V }
29206
29215
  );
29207
29216
  },
29208
29217
  BD = function () {
29209
- for (var V = "", D = b(x++), H = !1, v; x < _n; )
29210
- if (((v = b(x++)), v === D)) {
29218
+ for (var V = "", D = b(w++), H = !1, v; w < _n; )
29219
+ if (((v = b(w++)), v === D)) {
29211
29220
  H = !0;
29212
29221
  break;
29213
29222
  } else if (v === "\\")
29214
- switch (((v = b(x++)), v)) {
29223
+ switch (((v = b(w++)), v)) {
29215
29224
  case "n":
29216
29225
  V += `
29217
29226
  `;
@@ -29236,22 +29245,22 @@
29236
29245
  }
29237
29246
  else V += v;
29238
29247
  return (
29239
- H || M('Unclosed quote after "' + V + '"', x),
29248
+ H || M('Unclosed quote after "' + V + '"', w),
29240
29249
  { type: a, value: V, raw: D + V + D }
29241
29250
  );
29242
29251
  },
29243
29252
  km = function () {
29244
- var V = te(x),
29245
- D = x,
29253
+ var V = te(w),
29254
+ D = w,
29246
29255
  H;
29247
29256
  for (
29248
- Fe(V) ? x++ : M("Unexpected " + b(x), x);
29249
- x < _n && ((V = te(x)), ve(V));
29257
+ Fe(V) ? w++ : M("Unexpected " + b(w), w);
29258
+ w < _n && ((V = te(w)), ve(V));
29250
29259
 
29251
29260
  )
29252
- x++;
29261
+ w++;
29253
29262
  return (
29254
- (H = T.slice(D, x)),
29263
+ (H = T.slice(D, w)),
29255
29264
  ae.hasOwnProperty(H)
29256
29265
  ? { type: a, value: ae[H], raw: H }
29257
29266
  : H === Re
@@ -29260,44 +29269,44 @@
29260
29269
  );
29261
29270
  },
29262
29271
  _m = function (V) {
29263
- for (var D, H = [], v, Bt = !1, Pe = 0; x < _n; )
29264
- if ((Je(), (D = te(x)), D === V)) {
29272
+ for (var D, H = [], v, Bt = !1, Pe = 0; w < _n; )
29273
+ if ((Je(), (D = te(w)), D === V)) {
29265
29274
  (Bt = !0),
29266
- x++,
29267
- V === F &&
29275
+ w++,
29276
+ V === O &&
29268
29277
  Pe &&
29269
29278
  Pe >= H.length &&
29270
29279
  M(
29271
29280
  "Unexpected token " + String.fromCharCode(V),
29272
- x,
29281
+ w,
29273
29282
  );
29274
29283
  break;
29275
29284
  } else if (D === y) {
29276
- if ((x++, Pe++, Pe !== H.length)) {
29277
- if (V === F) M("Unexpected token ,", x);
29285
+ if ((w++, Pe++, Pe !== H.length)) {
29286
+ if (V === O) M("Unexpected token ,", w);
29278
29287
  else if (V === Z)
29279
29288
  for (var mt = H.length; mt < Pe; mt++)
29280
29289
  H.push(null);
29281
29290
  }
29282
29291
  } else
29283
29292
  (v = jt()),
29284
- (!v || v.type === i) && M("Expected comma", x),
29293
+ (!v || v.type === i) && M("Expected comma", w),
29285
29294
  H.push(v);
29286
29295
  return (
29287
- Bt || M("Expected " + String.fromCharCode(V), x), H
29296
+ Bt || M("Expected " + String.fromCharCode(V), w), H
29288
29297
  );
29289
29298
  },
29290
29299
  SD = function () {
29291
29300
  var V, D;
29292
29301
  for (
29293
- V = te(x),
29294
- V === B ? (D = ED()) : (D = km()),
29302
+ V = te(w),
29303
+ V === N ? (D = ED()) : (D = km()),
29295
29304
  Je(),
29296
- V = te(x);
29297
- V === p || V === P || V === B;
29305
+ V = te(w);
29306
+ V === p || V === P || V === N;
29298
29307
 
29299
29308
  )
29300
- x++,
29309
+ w++,
29301
29310
  V === p
29302
29311
  ? (Je(),
29303
29312
  (D = {
@@ -29314,36 +29323,36 @@
29314
29323
  property: jt(),
29315
29324
  }),
29316
29325
  Je(),
29317
- (V = te(x)),
29318
- V !== Z && M("Unclosed [", x),
29319
- x++)
29320
- : V === B &&
29321
- (D = { type: c, arguments: _m(F), callee: D }),
29326
+ (V = te(w)),
29327
+ V !== Z && M("Unclosed [", w),
29328
+ w++)
29329
+ : V === N &&
29330
+ (D = { type: c, arguments: _m(O), callee: D }),
29322
29331
  Je(),
29323
- (V = te(x));
29332
+ (V = te(w));
29324
29333
  return D;
29325
29334
  },
29326
29335
  ED = function () {
29327
- x++;
29336
+ w++;
29328
29337
  var V = jt();
29329
- if ((Je(), te(x) === F)) return x++, V;
29330
- M("Unclosed (", x);
29338
+ if ((Je(), te(w) === O)) return w++, V;
29339
+ M("Unclosed (", w);
29331
29340
  },
29332
29341
  TD = function () {
29333
- return x++, { type: h, elements: _m(Z) };
29342
+ return w++, { type: h, elements: _m(Z) };
29334
29343
  },
29335
29344
  ur = [],
29336
29345
  Sl,
29337
29346
  bm;
29338
- x < _n;
29347
+ w < _n;
29339
29348
 
29340
29349
  )
29341
- (Sl = te(x)),
29342
- Sl === O || Sl === y
29343
- ? x++
29350
+ (Sl = te(w)),
29351
+ Sl === F || Sl === y
29352
+ ? w++
29344
29353
  : (bm = jt())
29345
29354
  ? ur.push(bm)
29346
- : x < _n && M('Unexpected "' + b(x) + '"', x);
29355
+ : w < _n && M('Unexpected "' + b(w) + '"', w);
29347
29356
  return ur.length === 1 ? ur[0] : { type: i, body: ur };
29348
29357
  };
29349
29358
  (he.version = "0.3.5"),
@@ -29353,11 +29362,11 @@
29353
29362
  (he.addUnaryOp = function (T) {
29354
29363
  return (X = Math.max(T.length, X)), (A[T] = q), this;
29355
29364
  }),
29356
- (he.addBinaryOp = function (T, x) {
29357
- return (re = Math.max(T.length, re)), (Q[T] = x), this;
29365
+ (he.addBinaryOp = function (T, w) {
29366
+ return (re = Math.max(T.length, re)), (Q[T] = w), this;
29358
29367
  }),
29359
- (he.addLiteral = function (T, x) {
29360
- return (ae[T] = x), this;
29368
+ (he.addLiteral = function (T, w) {
29369
+ return (ae[T] = w), this;
29361
29370
  }),
29362
29371
  (he.removeUnaryOp = function (T) {
29363
29372
  return delete A[T], T.length === X && (X = R(A)), this;
@@ -29689,23 +29698,23 @@
29689
29698
  p = "[object String]",
29690
29699
  y = "[object WeakMap]",
29691
29700
  _ = "[object ArrayBuffer]",
29692
- w = "[object DataView]",
29693
- B = "[object Float32Array]",
29694
- F = "[object Float64Array]",
29701
+ x = "[object DataView]",
29702
+ N = "[object Float32Array]",
29703
+ O = "[object Float64Array]",
29695
29704
  P = "[object Int8Array]",
29696
29705
  Z = "[object Int16Array]",
29697
29706
  C = "[object Int32Array]",
29698
- O = "[object Uint8Array]",
29707
+ F = "[object Uint8Array]",
29699
29708
  U = "[object Uint8ClampedArray]",
29700
29709
  M = "[object Uint16Array]",
29701
29710
  q = "[object Uint32Array]",
29702
29711
  A = {};
29703
- (A[B] = A[F] = A[P] = A[Z] = A[C] = A[O] = A[U] = A[M] = A[q] = !0),
29712
+ (A[N] = A[O] = A[P] = A[Z] = A[C] = A[F] = A[U] = A[M] = A[q] = !0),
29704
29713
  (A[i] =
29705
29714
  A[l] =
29706
29715
  A[_] =
29707
29716
  A[o] =
29708
- A[w] =
29717
+ A[x] =
29709
29718
  A[a] =
29710
29719
  A[s] =
29711
29720
  A[c] =
@@ -29787,18 +29796,18 @@
29787
29796
  p = !m && !f && !h && o(d),
29788
29797
  y = m || f || h || p,
29789
29798
  _ = y ? e(d.length, String) : [],
29790
- w = _.length;
29791
- for (var B in d)
29792
- (u || s.call(d, B)) &&
29799
+ x = _.length;
29800
+ for (var N in d)
29801
+ (u || s.call(d, N)) &&
29793
29802
  !(
29794
29803
  y &&
29795
- (B == "length" ||
29796
- (h && (B == "offset" || B == "parent")) ||
29804
+ (N == "length" ||
29805
+ (h && (N == "offset" || N == "parent")) ||
29797
29806
  (p &&
29798
- (B == "buffer" || B == "byteLength" || B == "byteOffset")) ||
29799
- l(B, w))
29807
+ (N == "buffer" || N == "byteLength" || N == "byteOffset")) ||
29808
+ l(N, x))
29800
29809
  ) &&
29801
- _.push(B);
29810
+ _.push(N);
29802
29811
  return _;
29803
29812
  }
29804
29813
  return (zi = c), zi;
@@ -32590,13 +32599,13 @@
32590
32599
  p = t.resolveComponent("date-object-input"),
32591
32600
  y = t.resolveComponent("signature"),
32592
32601
  _ = t.resolveComponent("checkbox"),
32593
- w = t.resolveComponent("boolean-switch"),
32594
- B = t.resolveComponent("upload"),
32595
- F = t.resolveComponent("field-group"),
32602
+ x = t.resolveComponent("boolean-switch"),
32603
+ N = t.resolveComponent("upload"),
32604
+ O = t.resolveComponent("field-group"),
32596
32605
  P = t.resolveComponent("field-select"),
32597
32606
  Z = t.resolveComponent("native-select"),
32598
32607
  C = t.resolveComponent("button-select"),
32599
- O = t.resolveComponent("currency-field"),
32608
+ F = t.resolveComponent("currency-field"),
32600
32609
  U = t.resolveComponent("time-field"),
32601
32610
  M = t.resolveComponent("date-field"),
32602
32611
  q = t.resolveComponent("date-range"),
@@ -32614,7 +32623,7 @@
32614
32623
  ve = t.resolveComponent("payment-field"),
32615
32624
  he = t.resolveComponent("options-manager"),
32616
32625
  T = t.resolveComponent("code-editor-field"),
32617
- x = t.resolveComponent("flex-column"),
32626
+ w = t.resolveComponent("flex-column"),
32618
32627
  Me = t.resolveComponent("location-field"),
32619
32628
  ut = t.resolveComponent("expression-field");
32620
32629
  return o.visible
@@ -32834,7 +32843,7 @@
32834
32843
  o.widget == "switch"
32835
32844
  ? (t.openBlock(),
32836
32845
  t.createBlock(
32837
- w,
32846
+ x,
32838
32847
  {
32839
32848
  key: 12,
32840
32849
  onTouched: o.touch,
@@ -32851,7 +32860,7 @@
32851
32860
  o.widget == "upload"
32852
32861
  ? (t.openBlock(),
32853
32862
  t.createBlock(
32854
- B,
32863
+ N,
32855
32864
  {
32856
32865
  key: 13,
32857
32866
  onTouched: o.touch,
@@ -32874,7 +32883,7 @@
32874
32883
  o.asObject
32875
32884
  ? (t.openBlock(),
32876
32885
  t.createBlock(
32877
- F,
32886
+ O,
32878
32887
  {
32879
32888
  key: 0,
32880
32889
  trail: o.currentTrail,
@@ -32910,7 +32919,7 @@
32910
32919
  ))
32911
32920
  : (t.openBlock(),
32912
32921
  t.createBlock(
32913
- F,
32922
+ O,
32914
32923
  {
32915
32924
  key: 1,
32916
32925
  trail: r.trail,
@@ -32951,7 +32960,7 @@
32951
32960
  o.widget == "form"
32952
32961
  ? (t.openBlock(),
32953
32962
  t.createBlock(
32954
- F,
32963
+ O,
32955
32964
  {
32956
32965
  key: 15,
32957
32966
  trail: o.currentTrail,
@@ -33040,7 +33049,7 @@
33040
33049
  o.widget == "currency"
33041
33050
  ? (t.openBlock(),
33042
33051
  t.createBlock(
33043
- O,
33052
+ F,
33044
33053
  {
33045
33054
  key: 19,
33046
33055
  onTouched: o.touch,
@@ -33345,7 +33354,7 @@
33345
33354
  o.widget == "code"
33346
33355
  ? (t.openBlock(),
33347
33356
  t.createBlock(
33348
- x,
33357
+ w,
33349
33358
  { key: 37, style: { "min-height": "300px" } },
33350
33359
  {
33351
33360
  default: t.withCtx(() => [
@@ -33703,43 +33712,43 @@
33703
33712
  p = "['’]",
33704
33713
  y = "[" + h + "]",
33705
33714
  _ = "[" + l + "]",
33706
- w = "\\d+",
33707
- B = "[" + o + "]",
33708
- F = "[" + a + "]",
33709
- P = "[^" + e + h + w + o + a + m + "]",
33715
+ x = "\\d+",
33716
+ N = "[" + o + "]",
33717
+ O = "[" + a + "]",
33718
+ P = "[^" + e + h + x + o + a + m + "]",
33710
33719
  Z = "\\ud83c[\\udffb-\\udfff]",
33711
33720
  C = "(?:" + _ + "|" + Z + ")",
33712
- O = "[^" + e + "]",
33721
+ F = "[^" + e + "]",
33713
33722
  U = "(?:\\ud83c[\\udde6-\\uddff]){2}",
33714
33723
  M = "[\\ud800-\\udbff][\\udc00-\\udfff]",
33715
33724
  q = "[" + m + "]",
33716
33725
  A = "\\u200d",
33717
- Q = "(?:" + F + "|" + P + ")",
33726
+ Q = "(?:" + O + "|" + P + ")",
33718
33727
  R = "(?:" + q + "|" + P + ")",
33719
33728
  X = "(?:" + p + "(?:d|ll|m|re|s|t|ve))?",
33720
33729
  re = "(?:" + p + "(?:D|LL|M|RE|S|T|VE))?",
33721
33730
  ae = C + "?",
33722
33731
  Re = "[" + f + "]?",
33723
- Oe = "(?:" + A + "(?:" + [O, U, M].join("|") + ")" + Re + ae + ")*",
33732
+ Oe = "(?:" + A + "(?:" + [F, U, M].join("|") + ")" + Re + ae + ")*",
33724
33733
  dt = "\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",
33725
33734
  We = "\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",
33726
33735
  Fe = Re + ae + Oe,
33727
- ve = "(?:" + [B, U, M].join("|") + ")" + Fe,
33736
+ ve = "(?:" + [N, U, M].join("|") + ")" + Fe,
33728
33737
  he = RegExp(
33729
33738
  [
33730
- q + "?" + F + "+" + X + "(?=" + [y, q, "$"].join("|") + ")",
33739
+ q + "?" + O + "+" + X + "(?=" + [y, q, "$"].join("|") + ")",
33731
33740
  R + "+" + re + "(?=" + [y, q + Q, "$"].join("|") + ")",
33732
33741
  q + "?" + Q + "+" + X,
33733
33742
  q + "+" + re,
33734
33743
  We,
33735
33744
  dt,
33736
- w,
33745
+ x,
33737
33746
  ve,
33738
33747
  ].join("|"),
33739
33748
  "g",
33740
33749
  );
33741
- function T(x) {
33742
- return x.match(he) || [];
33750
+ function T(w) {
33751
+ return w.match(he) || [];
33743
33752
  }
33744
33753
  return (ol = T), ol;
33745
33754
  }
@@ -34589,12 +34598,12 @@
34589
34598
  null,
34590
34599
  t.renderList(
34591
34600
  l.error.data.errors,
34592
- (w) => (
34601
+ (x) => (
34593
34602
  t.openBlock(),
34594
34603
  t.createElementBlock(
34595
34604
  "pre",
34596
- { key: w.path },
34597
- t.toDisplayString(w.message),
34605
+ { key: x.path },
34606
+ t.toDisplayString(x.message),
34598
34607
  1,
34599
34608
  )
34600
34609
  ),
@@ -34689,13 +34698,13 @@
34689
34698
  },
34690
34699
  {
34691
34700
  default: t.withCtx(
34692
- ({ elements: w, instance: B }) => [
34701
+ ({ elements: x, instance: N }) => [
34693
34702
  t.createVNode(
34694
34703
  u,
34695
34704
  {
34696
34705
  ref: "stripePayment",
34697
34706
  type: "payment",
34698
- elements: w,
34707
+ elements: x,
34699
34708
  },
34700
34709
  null,
34701
34710
  8,
@@ -34752,7 +34761,7 @@
34752
34761
  null,
34753
34762
  t.renderList(
34754
34763
  o.pages,
34755
- (w, B) => (
34764
+ (x, N) => (
34756
34765
  t.openBlock(),
34757
34766
  t.createElementBlock(
34758
34767
  "div",
@@ -34760,10 +34769,10 @@
34760
34769
  class: t.normalizeClass([
34761
34770
  "multistep-form-section",
34762
34771
  {
34763
- inactive: B !== o.currentPage,
34764
- past: B < o.currentPage,
34765
- future: B > o.currentPage,
34766
- active: B === o.currentPage,
34772
+ inactive: N !== o.currentPage,
34773
+ past: N < o.currentPage,
34774
+ future: N > o.currentPage,
34775
+ active: N === o.currentPage,
34767
34776
  },
34768
34777
  ]),
34769
34778
  },
@@ -34772,7 +34781,7 @@
34772
34781
  t.createVNode(
34773
34782
  f,
34774
34783
  {
34775
- step: B + 1,
34784
+ step: N + 1,
34776
34785
  submission: "",
34777
34786
  sandbox: r.sandbox,
34778
34787
  ref_for: !0,
@@ -34782,10 +34791,10 @@
34782
34791
  modelValue: l.model,
34783
34792
  "onUpdate:modelValue":
34784
34793
  n[0] ||
34785
- (n[0] = (F) => (l.model = F)),
34786
- "onForm:state": (F) =>
34787
- o.multiFormStateUpdated(F, B),
34788
- fields: [w],
34794
+ (n[0] = (O) => (l.model = O)),
34795
+ "onForm:state": (O) =>
34796
+ o.multiFormStateUpdated(O, N),
34797
+ fields: [x],
34789
34798
  },
34790
34799
  null,
34791
34800
  8,
@@ -35016,7 +35025,7 @@
35016
35025
  paymentConfiguration: o.paymentConfiguration,
35017
35026
  modelValue: l.model,
35018
35027
  "onUpdate:modelValue":
35019
- n[1] || (n[1] = (w) => (l.model = w)),
35028
+ n[1] || (n[1] = (x) => (l.model = x)),
35020
35029
  "onForm:state": o.formStateUpdated,
35021
35030
  fields: o.formFields,
35022
35031
  },
@@ -36779,17 +36788,17 @@
36779
36788
  _ = y;
36780
36789
  if (u) (p = !1), (f = r);
36781
36790
  else if (h >= a) {
36782
- var w = d ? null : l(c);
36783
- if (w) return o(w);
36791
+ var x = d ? null : l(c);
36792
+ if (x) return o(x);
36784
36793
  (p = !1), (f = i), (_ = new e());
36785
36794
  } else _ = d ? [] : y;
36786
36795
  e: for (; ++m < h; ) {
36787
- var B = c[m],
36788
- F = d ? d(B) : B;
36789
- if (((B = u || B !== 0 ? B : 0), p && F === F)) {
36790
- for (var P = _.length; P--; ) if (_[P] === F) continue e;
36791
- d && _.push(F), y.push(B);
36792
- } else f(_, F, u) || (_ !== y && _.push(F), y.push(B));
36796
+ var N = c[m],
36797
+ O = d ? d(N) : N;
36798
+ if (((N = u || N !== 0 ? N : 0), p && O === O)) {
36799
+ for (var P = _.length; P--; ) if (_[P] === O) continue e;
36800
+ d && _.push(O), y.push(N);
36801
+ } else f(_, O, u) || (_ !== y && _.push(O), y.push(N));
36793
36802
  }
36794
36803
  return y;
36795
36804
  }
@@ -37359,7 +37368,10 @@
37359
37368
  n.push("color"), n.push("bgColor");
37360
37369
  break;
37361
37370
  case "event":
37362
- n.push("startDate"), n.push("endDate");
37371
+ n.push("startDate"),
37372
+ n.push("endDate"),
37373
+ n.push("nonevent"),
37374
+ n.push("allDay");
37363
37375
  break;
37364
37376
  case "roster":
37365
37377
  case "assignment":
@@ -37613,7 +37625,7 @@
37613
37625
  },
37614
37626
  },
37615
37627
  Bl = (e) => (
37616
- t.pushScopeId("data-v-5371b6d6"), (e = e()), t.popScopeId(), e
37628
+ t.pushScopeId("data-v-af54bfa4"), (e = e()), t.popScopeId(), e
37617
37629
  ),
37618
37630
  yT = Bl(() => t.createElementVNode("strong", null, "Select Columns", -1)),
37619
37631
  gT = { key: 0, class: "font-sm" },
@@ -37633,13 +37645,13 @@
37633
37645
  p = t.resolveComponent("flex-body"),
37634
37646
  y = t.resolveComponent("ux-menu"),
37635
37647
  _ = t.resolveComponent("native-table"),
37636
- w = t.resolveComponent("pager"),
37637
- B = t.resolveComponent("flex-footer"),
37638
- F = t.resolveComponent("flex-row"),
37648
+ x = t.resolveComponent("pager"),
37649
+ N = t.resolveComponent("flex-footer"),
37650
+ O = t.resolveComponent("flex-row"),
37639
37651
  P = t.resolveComponent("search"),
37640
37652
  Z = t.resolveComponent("ux-field"),
37641
37653
  C = t.resolveComponent("filter-builder"),
37642
- O = t.resolveComponent("spinner");
37654
+ F = t.resolveComponent("spinner");
37643
37655
  return o.actualDefinition
37644
37656
  ? (t.openBlock(),
37645
37657
  t.createBlock(
@@ -37652,10 +37664,10 @@
37652
37664
  { class: "browser-body" },
37653
37665
  {
37654
37666
  default: t.withCtx(() => [
37655
- t.createVNode(F, null, {
37667
+ t.createVNode(O, null, {
37656
37668
  default: t.withCtx(() => [
37657
37669
  t.createVNode(
37658
- F,
37670
+ O,
37659
37671
  { class: t.normalizeClass({ loading: l.loading }) },
37660
37672
  {
37661
37673
  default: t.withCtx(() => [
@@ -38135,7 +38147,7 @@
38135
38147
  l.dataSource && !o.boundaryMessage
38136
38148
  ? (t.openBlock(),
38137
38149
  t.createBlock(
38138
- B,
38150
+ N,
38139
38151
  { key: 0 },
38140
38152
  {
38141
38153
  default: t.withCtx(() => [
@@ -38148,7 +38160,7 @@
38148
38160
  ),
38149
38161
  t.createElementVNode("div", kT, [
38150
38162
  t.createVNode(
38151
- w,
38163
+ x,
38152
38164
  {
38153
38165
  page: l.page,
38154
38166
  "onUpdate:page":
@@ -38272,7 +38284,7 @@
38272
38284
  },
38273
38285
  ),
38274
38286
  l.loading
38275
- ? (t.openBlock(), t.createBlock(O, { key: 0, large: "" }))
38287
+ ? (t.openBlock(), t.createBlock(F, { key: 0, large: "" }))
38276
38288
  : t.createCommentVNode("", !0),
38277
38289
  ]),
38278
38290
  _: 3,
@@ -38282,7 +38294,7 @@
38282
38294
  }
38283
38295
  const sm = k(pT, [
38284
38296
  ["render", wT],
38285
- ["__scopeId", "data-v-5371b6d6"],
38297
+ ["__scopeId", "data-v-af54bfa4"],
38286
38298
  ]),
38287
38299
  CT = {
38288
38300
  props: { modal: { type: Object, required: !0 } },
@@ -39423,8 +39435,8 @@
39423
39435
  modelValue: l.search,
39424
39436
  "onUpdate:modelValue":
39425
39437
  n[0] ||
39426
- (n[0] = (w) =>
39427
- (l.search = w)),
39438
+ (n[0] = (x) =>
39439
+ (l.search = x)),
39428
39440
  loading: l.searching,
39429
39441
  debounce: 500,
39430
39442
  placeholder:
@@ -39449,12 +39461,12 @@
39449
39461
  { closeOnClick: !1 },
39450
39462
  {
39451
39463
  activator: t.withCtx(
39452
- ({ on: w }) => [
39464
+ ({ on: x }) => [
39453
39465
  t.withDirectives(
39454
39466
  (t.openBlock(),
39455
39467
  t.createBlock(
39456
39468
  d,
39457
- t.toHandlers(w),
39469
+ t.toHandlers(x),
39458
39470
  {
39459
39471
  default:
39460
39472
  t.withCtx(
@@ -39520,7 +39532,7 @@
39520
39532
  t.renderList(
39521
39533
  o.dateShortcuts,
39522
39534
  (
39523
- w,
39535
+ x,
39524
39536
  ) => (
39525
39537
  t.openBlock(),
39526
39538
  t.createElementBlock(
@@ -39532,14 +39544,14 @@
39532
39544
  {
39533
39545
  onClick:
39534
39546
  (
39535
- B,
39547
+ N,
39536
39548
  ) =>
39537
39549
  o.setDateRange(
39538
- w,
39550
+ x,
39539
39551
  ),
39540
39552
  },
39541
39553
  t.toDisplayString(
39542
- w.title,
39554
+ x.title,
39543
39555
  ),
39544
39556
  9,
39545
39557
  eD,
@@ -39573,10 +39585,10 @@
39573
39585
  n[1] ||
39574
39586
  (n[1] =
39575
39587
  (
39576
- w,
39588
+ x,
39577
39589
  ) =>
39578
39590
  (l.dateRange =
39579
- w)),
39591
+ x)),
39580
39592
  },
39581
39593
  null,
39582
39594
  8,
@@ -39617,7 +39629,7 @@
39617
39629
  .mobile,
39618
39630
  onClick:
39619
39631
  n[2] ||
39620
- (n[2] = (w) =>
39632
+ (n[2] = (x) =>
39621
39633
  (l.showFilters =
39622
39634
  !l.showFilters)),
39623
39635
  },
@@ -39694,7 +39706,7 @@
39694
39706
  rolodexPrimary: o.rolodexPrimary,
39695
39707
  "onUpdate:rolodexPrimary":
39696
39708
  n[4] ||
39697
- (n[4] = (w) => (o.rolodexPrimary = w)),
39709
+ (n[4] = (x) => (o.rolodexPrimary = x)),
39698
39710
  showFilters: l.showFilters,
39699
39711
  ref: "browser",
39700
39712
  search: l.search,
@@ -39702,10 +39714,10 @@
39702
39714
  maximum: e.options.maximum,
39703
39715
  dateRange: l.dateRange,
39704
39716
  "onUpdate:dateRange":
39705
- n[5] || (n[5] = (w) => (l.dateRange = w)),
39717
+ n[5] || (n[5] = (x) => (l.dateRange = x)),
39706
39718
  modelValue: l.model,
39707
39719
  "onUpdate:modelValue":
39708
- n[6] || (n[6] = (w) => (l.model = w)),
39720
+ n[6] || (n[6] = (x) => (l.model = x)),
39709
39721
  type: e.options.type,
39710
39722
  options: o.browserOptions,
39711
39723
  },
@@ -39725,7 +39737,7 @@
39725
39737
  size: "sm",
39726
39738
  onClick:
39727
39739
  n[3] ||
39728
- (n[3] = (w) =>
39740
+ (n[3] = (x) =>
39729
39741
  o.toggleRolodex("")),
39730
39742
  icon: "",
39731
39743
  color: o.rolodexPrimary
@@ -39747,17 +39759,17 @@
39747
39759
  null,
39748
39760
  t.renderList(
39749
39761
  o.letters,
39750
- (w) => (
39762
+ (x) => (
39751
39763
  t.openBlock(),
39752
39764
  t.createBlock(
39753
39765
  d,
39754
39766
  {
39755
39767
  size: "sm",
39756
- onClick: (B) =>
39757
- o.toggleRolodex(w),
39768
+ onClick: (N) =>
39769
+ o.toggleRolodex(x),
39758
39770
  icon: "",
39759
39771
  color:
39760
- o.rolodexPrimary === w
39772
+ o.rolodexPrimary === x
39761
39773
  ? "primary"
39762
39774
  : "",
39763
39775
  },
@@ -39766,7 +39778,7 @@
39766
39778
  () => [
39767
39779
  t.createTextVNode(
39768
39780
  t.toDisplayString(
39769
- w,
39781
+ x,
39770
39782
  ),
39771
39783
  1,
39772
39784
  ),