@qikdev/vue-ui 0.2.343 → 0.2.345

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.343";
10
+ const wm = "0.2.345";
11
11
  class ft extends Error {}
12
12
  class Cm extends ft {
13
13
  constructor(n) {
@@ -3058,8 +3058,8 @@
3058
3058
  const V = h ? gh(a) : s ? kh(a) : $a(a),
3059
3059
  O = V || Ua(a);
3060
3060
  if (O) return k.invalid(O);
3061
- const P = h ? La(a) : s ? Aa(a) : a,
3062
- [Z, C] = Fn(P, o, i),
3061
+ const j = h ? La(a) : s ? Aa(a) : a,
3062
+ [Z, C] = Fn(j, o, i),
3063
3063
  F = new k({ ts: Z, zone: i, o: C, loc: f });
3064
3064
  return a.weekday && u && n.weekday !== F.weekday
3065
3065
  ? k.invalid(
@@ -4259,13 +4259,13 @@
4259
4259
  (V = "maxWait" in d),
4260
4260
  (f = V ? l(r(d.maxWait) || 0, c) : f),
4261
4261
  (O = "trailing" in d ? !!d.trailing : O));
4262
- function P(R) {
4262
+ function j(R) {
4263
4263
  var X = u,
4264
4264
  re = m;
4265
4265
  return (u = m = void 0), (g = R), (h = s.apply(re, X)), h;
4266
4266
  }
4267
4267
  function Z(R) {
4268
- return (g = R), (p = setTimeout(U, c)), b ? P(R) : h;
4268
+ return (g = R), (p = setTimeout(U, c)), b ? j(R) : h;
4269
4269
  }
4270
4270
  function C(R) {
4271
4271
  var X = R - y,
@@ -4284,7 +4284,7 @@
4284
4284
  p = setTimeout(U, C(R));
4285
4285
  }
4286
4286
  function M(R) {
4287
- return (p = void 0), O && u ? P(R) : ((u = m = void 0), h);
4287
+ return (p = void 0), O && u ? j(R) : ((u = m = void 0), h);
4288
4288
  }
4289
4289
  function q() {
4290
4290
  p !== void 0 && clearTimeout(p), (g = 0), (u = y = m = p = void 0);
@@ -4297,7 +4297,7 @@
4297
4297
  X = F(R);
4298
4298
  if (((u = arguments), (m = this), (y = R), X)) {
4299
4299
  if (p === void 0) return Z(y);
4300
- if (V) return clearTimeout(p), (p = setTimeout(U, c)), P(y);
4300
+ if (V) return clearTimeout(p), (p = setTimeout(U, c)), j(y);
4301
4301
  }
4302
4302
  return p === void 0 && (p = setTimeout(U, c)), h;
4303
4303
  }
@@ -6140,7 +6140,7 @@
6140
6140
  return Cc(Z, C, F);
6141
6141
  }),
6142
6142
  C),
6143
- P = (function (F) {
6143
+ j = (function (F) {
6144
6144
  var U = {};
6145
6145
  return (
6146
6146
  F.forEach(function (M) {
@@ -6160,7 +6160,7 @@
6160
6160
  components: h.components,
6161
6161
  provide: this.$parent.$.provides ? this.$parent.$.provides : {},
6162
6162
  },
6163
- Object.assign({}, P),
6163
+ Object.assign({}, j),
6164
6164
  );
6165
6165
  }
6166
6166
  var Z, C;
@@ -8197,7 +8197,7 @@
8197
8197
  function Dc(e) {
8198
8198
  return e != null;
8199
8199
  }
8200
- const j = {
8200
+ const P = {
8201
8201
  emits: ["touched", "update:modelValue"],
8202
8202
  props: {
8203
8203
  field: {
@@ -8615,7 +8615,7 @@
8615
8615
  return { candidate: null };
8616
8616
  },
8617
8617
  props: { modelValue: {}, pills: { type: Boolean, default: !1 } },
8618
- mixins: [j],
8618
+ mixins: [P],
8619
8619
  created() {
8620
8620
  this.model = this.model;
8621
8621
  },
@@ -11535,7 +11535,7 @@
11535
11535
  K_ = {
11536
11536
  props: { modelValue: { type: [Object, Array] } },
11537
11537
  components: { NativeSelect: Ye },
11538
- mixins: [j],
11538
+ mixins: [P],
11539
11539
  async created() {
11540
11540
  var e = await this.$sdk.system.countries(),
11541
11541
  n = e.reduce(
@@ -11956,7 +11956,7 @@
11956
11956
  }
11957
11957
  const ub = {
11958
11958
  props: { modelValue: { type: String } },
11959
- mixins: [j],
11959
+ mixins: [P],
11960
11960
  created() {
11961
11961
  this.model = this.model;
11962
11962
  },
@@ -12137,7 +12137,7 @@
12137
12137
  }
12138
12138
  const xb = {
12139
12139
  props: { modelValue: { type: String } },
12140
- mixins: [j],
12140
+ mixins: [P],
12141
12141
  created() {
12142
12142
  this.model = this.model;
12143
12143
  },
@@ -14044,16 +14044,16 @@
14044
14044
  (xt ? ee.insertBefore(N, xt) : ee.appendChild(N)),
14045
14045
  V(!0)
14046
14046
  );
14047
- var P = Xo(r, s.draggable);
14048
- if (!P || (t1(n, h, this) && !P.animated)) {
14049
- if (P === N) return V(!1);
14047
+ var j = Xo(r, s.draggable);
14048
+ if (!j || (t1(n, h, this) && !j.animated)) {
14049
+ if (j === N) return V(!1);
14050
14050
  if (
14051
- (P && r === n.target && (i = P),
14051
+ (j && r === n.target && (i = j),
14052
14052
  i && (o = fe(i)),
14053
14053
  nr(ee, r, N, l, i, o, n, !!i) !== !1)
14054
14054
  )
14055
14055
  return b(), r.appendChild(N), (le = r), O(), V(!0);
14056
- } else if (P && e1(n, h, this)) {
14056
+ } else if (j && e1(n, h, this)) {
14057
14057
  var Z = Lt(r, 0, s, !0);
14058
14058
  if (Z === N) return V(!1);
14059
14059
  if (((i = Z), (o = fe(i)), nr(ee, r, N, l, i, o, n, !1) !== !1))
@@ -14638,7 +14638,7 @@
14638
14638
  b = p.left,
14639
14639
  V = p.right,
14640
14640
  O = p.width,
14641
- P = p.height,
14641
+ j = p.height,
14642
14642
  Z = void 0,
14643
14643
  C = void 0,
14644
14644
  F = h.scrollWidth,
@@ -14653,21 +14653,21 @@
14653
14653
  M.overflowX === "scroll" ||
14654
14654
  M.overflowX === "visible")),
14655
14655
  (C =
14656
- P < U &&
14656
+ j < U &&
14657
14657
  (M.overflowY === "auto" ||
14658
14658
  M.overflowY === "scroll" ||
14659
14659
  M.overflowY === "visible")))
14660
14660
  : ((Z =
14661
14661
  O < F && (M.overflowX === "auto" || M.overflowX === "scroll")),
14662
14662
  (C =
14663
- P < U && (M.overflowY === "auto" || M.overflowY === "scroll")));
14663
+ j < U && (M.overflowY === "auto" || M.overflowY === "scroll")));
14664
14664
  var Q =
14665
14665
  Z &&
14666
14666
  (Math.abs(V - l) <= a && q + O < F) -
14667
14667
  (Math.abs(b - l) <= a && !!q),
14668
14668
  R =
14669
14669
  C &&
14670
- (Math.abs(g - o) <= a && A + P < U) -
14670
+ (Math.abs(g - o) <= a && A + j < U) -
14671
14671
  (Math.abs(y - o) <= a && !!A);
14672
14672
  if (!de[m]) for (var X = 0; X <= m; X++) de[X] || (de[X] = {});
14673
14673
  (de[m].vx != Q || de[m].vy != R || de[m].el !== h) &&
@@ -15232,7 +15232,7 @@
15232
15232
  const E1 = {
15233
15233
  components: { Item: Hn, draggable: yi },
15234
15234
  props: { modelValue: { type: [Object, Array] } },
15235
- mixins: [j],
15235
+ mixins: [P],
15236
15236
  async created() {
15237
15237
  (this.glossary = await this.$sdk.content.glossary({ hash: !0 })),
15238
15238
  (this.value = this.cleanInput(this.value, !0)),
@@ -16439,7 +16439,7 @@
16439
16439
  modelValue: { type: [Object, Array] },
16440
16440
  browse: { type: Boolean, default: !1 },
16441
16441
  },
16442
- mixins: [j],
16442
+ mixins: [P],
16443
16443
  async created() {
16444
16444
  (this.glossary = await this.$sdk.content.glossary({ hash: !0 })),
16445
16445
  (this.value = this.cleanInput(this.value, !0)),
@@ -17219,7 +17219,7 @@
17219
17219
  }
17220
17220
  const X1 = {
17221
17221
  props: { title: { type: String }, modelValue: {} },
17222
- mixins: [j],
17222
+ mixins: [P],
17223
17223
  async created() {
17224
17224
  this.model = this.model;
17225
17225
  var e = await this.$sdk.content.glossary();
@@ -18052,7 +18052,7 @@
18052
18052
  minimum: { type: Number, default: 0 },
18053
18053
  maximum: { type: Number, default: 0 },
18054
18054
  },
18055
- mixins: [j],
18055
+ mixins: [P],
18056
18056
  async created() {
18057
18057
  this.model = this.model;
18058
18058
  var e = await this.$sdk.content.glossary(),
@@ -18192,7 +18192,7 @@
18192
18192
  ]),
18193
18193
  Vx = {
18194
18194
  props: { modelValue: { type: [String, Array] } },
18195
- mixins: [j],
18195
+ mixins: [P],
18196
18196
  methods: {
18197
18197
  update(e, n) {
18198
18198
  var r = this.format(e.target.value);
@@ -18518,7 +18518,7 @@
18518
18518
  data() {
18519
18519
  return { unmasked: !1, unmaskedLookup: t.reactive({}) };
18520
18520
  },
18521
- mixins: [j],
18521
+ mixins: [P],
18522
18522
  computed: {
18523
18523
  copyable() {
18524
18524
  return this.$sdk.global.copyText && this.field.copyable;
@@ -19094,7 +19094,7 @@
19094
19094
  ]),
19095
19095
  Xx = {
19096
19096
  props: { modelValue: { type: [String, Array] } },
19097
- mixins: [j],
19097
+ mixins: [P],
19098
19098
  methods: {
19099
19099
  getNewDefaultEntry() {
19100
19100
  return "";
@@ -19278,7 +19278,7 @@
19278
19278
  modelValue: { type: [Date, String, Array] },
19279
19279
  disableTime: { type: Boolean, default: !1 },
19280
19280
  },
19281
- mixins: [j],
19281
+ mixins: [P],
19282
19282
  computed: {
19283
19283
  formattedMinDate() {
19284
19284
  return this.minDate
@@ -19644,7 +19644,7 @@
19644
19644
  }
19645
19645
  const yw = {
19646
19646
  props: { modelValue: { type: String } },
19647
- mixins: [j],
19647
+ mixins: [P],
19648
19648
  methods: {
19649
19649
  cleanInputValue(e) {
19650
19650
  return e.split(":").join("");
@@ -19835,7 +19835,7 @@
19835
19835
  Cw = {
19836
19836
  components: { Daterange: Yo },
19837
19837
  props: { modelValue: { type: [Object, Array] } },
19838
- mixins: [j],
19838
+ mixins: [P],
19839
19839
  computed: {
19840
19840
  model: {
19841
19841
  get() {
@@ -20022,7 +20022,7 @@
20022
20022
  return Array.isArray(e) ? !!e[0] : !!e;
20023
20023
  }
20024
20024
  const Tw = {
20025
- mixins: [j],
20025
+ mixins: [P],
20026
20026
  components: { UxCheckbox: qn },
20027
20027
  props: { modelValue: { type: [Boolean, Array] } },
20028
20028
  data() {
@@ -20127,7 +20127,7 @@
20127
20127
  const Lw = _(Tw, [["render", Iw]]),
20128
20128
  Aw = {
20129
20129
  props: { modelValue: { type: [String, Array] } },
20130
- mixins: [j],
20130
+ mixins: [P],
20131
20131
  methods: {
20132
20132
  getNewDefaultEntry() {
20133
20133
  return "";
@@ -20906,7 +20906,7 @@
20906
20906
  );
20907
20907
  }
20908
20908
  const aC = {
20909
- mixins: [j],
20909
+ mixins: [P],
20910
20910
  components: {
20911
20911
  DateObject: _(Zw, [
20912
20912
  ["render", lC],
@@ -21921,7 +21921,7 @@
21921
21921
  b = t.resolveComponent("content-select"),
21922
21922
  V = t.resolveComponent("ux-switch"),
21923
21923
  O = t.resolveComponent("ux-icon"),
21924
- P = t.resolveComponent("ux-button"),
21924
+ j = t.resolveComponent("ux-button"),
21925
21925
  Z = t.resolveComponent("filter-condition", !0);
21926
21926
  return l.comparators
21927
21927
  ? (t.openBlock(),
@@ -22589,7 +22589,7 @@
22589
22589
  {
22590
22590
  default: t.withCtx(() => [
22591
22591
  t.createVNode(
22592
- P,
22592
+ j,
22593
22593
  {
22594
22594
  size: "sm",
22595
22595
  icon: "",
@@ -22653,7 +22653,7 @@
22653
22653
  128,
22654
22654
  )),
22655
22655
  t.createVNode(
22656
- P,
22656
+ j,
22657
22657
  {
22658
22658
  size: "sm",
22659
22659
  onClick: t.withModifiers(o.addCondition, [
@@ -23445,7 +23445,7 @@
23445
23445
  ["__scopeId", "data-v-6c52f8af"],
23446
23446
  ]),
23447
23447
  tV = {
23448
- mixins: [j],
23448
+ mixins: [P],
23449
23449
  components: { FilterBuilder: Xd },
23450
23450
  props: { modelValue: { type: Object } },
23451
23451
  data() {
@@ -23648,7 +23648,7 @@
23648
23648
  const cV = {
23649
23649
  props: { title: { type: String }, modelValue: {} },
23650
23650
  components: { NativeSelect: Ye },
23651
- mixins: [j],
23651
+ mixins: [P],
23652
23652
  async created() {
23653
23653
  this.model = this.model;
23654
23654
  },
@@ -24045,7 +24045,7 @@
24045
24045
  return parseFloat(this.field.maxValue) || 100;
24046
24046
  },
24047
24047
  },
24048
- mixins: [j],
24048
+ mixins: [P],
24049
24049
  methods: {
24050
24050
  getNewDefaultEntry() {
24051
24051
  return "";
@@ -24307,7 +24307,7 @@
24307
24307
  ]),
24308
24308
  FV = {
24309
24309
  props: { modelValue: { type: String } },
24310
- mixins: [j],
24310
+ mixins: [P],
24311
24311
  methods: {
24312
24312
  cleanInputValue(e) {
24313
24313
  return e;
@@ -24569,7 +24569,7 @@
24569
24569
  return Array.isArray(e) ? !!e[0] : !!e;
24570
24570
  }
24571
24571
  const jV = {
24572
- mixins: [j],
24572
+ mixins: [P],
24573
24573
  components: { UxSwitch: Go },
24574
24574
  props: { modelValue: { type: [Boolean, Array] } },
24575
24575
  data() {
@@ -24797,7 +24797,7 @@
24797
24797
  ["__scopeId", "data-v-6bce29af"],
24798
24798
  ]),
24799
24799
  ZV = {
24800
- mixins: [j],
24800
+ mixins: [P],
24801
24801
  components: { FileDrop: eu },
24802
24802
  props: {},
24803
24803
  data() {
@@ -25096,7 +25096,7 @@
25096
25096
  ["__scopeId", "data-v-d29a9855"],
25097
25097
  ]),
25098
25098
  o0 = {
25099
- mixins: [j],
25099
+ mixins: [P],
25100
25100
  components: { draggable: yi },
25101
25101
  props: {
25102
25102
  paymentConfiguration: { type: Object },
@@ -26083,7 +26083,7 @@
26083
26083
  const k0 = {
26084
26084
  components: { OptionSlot: _(y0, [["render", g0]]) },
26085
26085
  props: { modelValue: {} },
26086
- mixins: [j],
26086
+ mixins: [P],
26087
26087
  created() {
26088
26088
  this.model = this.model;
26089
26089
  },
@@ -26308,7 +26308,7 @@
26308
26308
  ]),
26309
26309
  N0 = {
26310
26310
  props: { modelValue: { type: Object } },
26311
- mixins: [j],
26311
+ mixins: [P],
26312
26312
  computed: {},
26313
26313
  methods: {
26314
26314
  getNewDefaultEntry() {
@@ -26458,7 +26458,7 @@
26458
26458
  data() {
26459
26459
  return { glossary: null, update: 0, loadingGlossary: !0 };
26460
26460
  },
26461
- mixins: [j],
26461
+ mixins: [P],
26462
26462
  watch: {
26463
26463
  "field.referenceType": {
26464
26464
  handler() {
@@ -26784,7 +26784,7 @@
26784
26784
  ]),
26785
26785
  z0 = {
26786
26786
  props: { modelValue: { type: [String, Array] } },
26787
- mixins: [j],
26787
+ mixins: [P],
26788
26788
  computed: {
26789
26789
  lazy() {
26790
26790
  switch (this.type) {
@@ -27632,7 +27632,7 @@
27632
27632
  return this.field ? this.field.syntax : "json";
27633
27633
  },
27634
27634
  },
27635
- mixins: [j],
27635
+ mixins: [P],
27636
27636
  methods: {
27637
27637
  enterPress() {},
27638
27638
  getNewDefaultEntry() {
@@ -28840,7 +28840,7 @@
28840
28840
  console.log("CREATED LOCATION"),
28841
28841
  this.model || (this.singleValue && (this.model = ru()));
28842
28842
  },
28843
- mixins: [j],
28843
+ mixins: [P],
28844
28844
  computed: {
28845
28845
  singleTeleportID() {
28846
28846
  return Math.floor(Math.random() * 1e4) + 1;
@@ -29128,7 +29128,7 @@
29128
29128
  ]),
29129
29129
  XB = {
29130
29130
  props: { modelValue: { type: [String, Array] } },
29131
- mixins: [j],
29131
+ mixins: [P],
29132
29132
  methods: {
29133
29133
  enterPress() {},
29134
29134
  getNewDefaultEntry() {
@@ -29376,7 +29376,7 @@
29376
29376
  },
29377
29377
  props: { modelValue: { type: [String, Array] } },
29378
29378
  computed: {},
29379
- mixins: [j],
29379
+ mixins: [P],
29380
29380
  methods: {
29381
29381
  getNewDefaultEntry() {
29382
29382
  return "";
@@ -29566,7 +29566,7 @@
29566
29566
  b = 34,
29567
29567
  V = 40,
29568
29568
  O = 41,
29569
- P = 91,
29569
+ j = 91,
29570
29570
  Z = 93,
29571
29571
  C = 63,
29572
29572
  F = 59,
@@ -29727,7 +29727,7 @@
29727
29727
  var B, T, H;
29728
29728
  if ((Je(), (B = te(w)), We(B) || B === p)) return WT();
29729
29729
  if (B === g || B === b) return JT();
29730
- if (B === P) return YT();
29730
+ if (B === j) return YT();
29731
29731
  for (T = D.substr(w, X), H = T.length; H > 0; ) {
29732
29732
  if (
29733
29733
  A.hasOwnProperty(T) &&
@@ -29861,7 +29861,7 @@
29861
29861
  B === V ? (T = KT()) : (T = km()),
29862
29862
  Je(),
29863
29863
  B = te(w);
29864
- B === p || B === P || B === V;
29864
+ B === p || B === j || B === V;
29865
29865
 
29866
29866
  )
29867
29867
  w++,
@@ -29873,7 +29873,7 @@
29873
29873
  object: T,
29874
29874
  property: km(),
29875
29875
  }))
29876
- : B === P
29876
+ : B === j
29877
29877
  ? ((T = {
29878
29878
  type: o,
29879
29879
  computed: !0,
@@ -30259,7 +30259,7 @@
30259
30259
  b = "[object DataView]",
30260
30260
  V = "[object Float32Array]",
30261
30261
  O = "[object Float64Array]",
30262
- P = "[object Int8Array]",
30262
+ j = "[object Int8Array]",
30263
30263
  Z = "[object Int16Array]",
30264
30264
  C = "[object Int32Array]",
30265
30265
  F = "[object Uint8Array]",
@@ -30267,7 +30267,7 @@
30267
30267
  M = "[object Uint16Array]",
30268
30268
  q = "[object Uint32Array]",
30269
30269
  A = {};
30270
- (A[V] = A[O] = A[P] = A[Z] = A[C] = A[F] = A[U] = A[M] = A[q] = !0),
30270
+ (A[V] = A[O] = A[j] = A[Z] = A[C] = A[F] = A[U] = A[M] = A[q] = !0),
30271
30271
  (A[i] =
30272
30272
  A[l] =
30273
30273
  A[g] =
@@ -30578,7 +30578,7 @@
30578
30578
  return { title: e, value: n };
30579
30579
  }),
30580
30580
  QN = {
30581
- mixins: [j],
30581
+ mixins: [P],
30582
30582
  components: {},
30583
30583
  props: {
30584
30584
  submission: { type: Boolean, default: !0 },
@@ -31367,7 +31367,7 @@
31367
31367
  ]),
31368
31368
  },
31369
31369
  props: { modelValue: { type: String } },
31370
- mixins: [j],
31370
+ mixins: [P],
31371
31371
  methods: {
31372
31372
  getNewDefaultEntry() {
31373
31373
  return "";
@@ -31545,7 +31545,7 @@
31545
31545
  }
31546
31546
  const wS = {
31547
31547
  props: { title: { type: String }, modelValue: {} },
31548
- mixins: [j],
31548
+ mixins: [P],
31549
31549
  created() {
31550
31550
  this.model = this.model;
31551
31551
  },
@@ -31778,7 +31778,7 @@
31778
31778
  }
31779
31779
  const IS = {
31780
31780
  props: { title: { type: String }, modelValue: {} },
31781
- mixins: [j],
31781
+ mixins: [P],
31782
31782
  created() {
31783
31783
  this.model = this.model;
31784
31784
  },
@@ -33163,7 +33163,7 @@
33163
33163
  b = t.resolveComponent("boolean-switch"),
33164
33164
  V = t.resolveComponent("upload"),
33165
33165
  O = t.resolveComponent("field-group"),
33166
- P = t.resolveComponent("field-select"),
33166
+ j = t.resolveComponent("field-select"),
33167
33167
  Z = t.resolveComponent("native-select"),
33168
33168
  C = t.resolveComponent("button-select"),
33169
33169
  F = t.resolveComponent("currency-field"),
@@ -33584,7 +33584,7 @@
33584
33584
  o.widget == "field-select"
33585
33585
  ? (t.openBlock(),
33586
33586
  t.createBlock(
33587
- P,
33587
+ j,
33588
33588
  {
33589
33589
  key: 16,
33590
33590
  onTouched: o.touch,
@@ -34305,7 +34305,7 @@
34305
34305
  b = "\\d+",
34306
34306
  V = "[" + o + "]",
34307
34307
  O = "[" + a + "]",
34308
- P = "[^" + e + h + b + o + a + m + "]",
34308
+ j = "[^" + e + h + b + o + a + m + "]",
34309
34309
  Z = "\\ud83c[\\udffb-\\udfff]",
34310
34310
  C = "(?:" + g + "|" + Z + ")",
34311
34311
  F = "[^" + e + "]",
@@ -34313,8 +34313,8 @@
34313
34313
  M = "[\\ud800-\\udbff][\\udc00-\\udfff]",
34314
34314
  q = "[" + m + "]",
34315
34315
  A = "\\u200d",
34316
- Q = "(?:" + O + "|" + P + ")",
34317
- R = "(?:" + q + "|" + P + ")",
34316
+ Q = "(?:" + O + "|" + j + ")",
34317
+ R = "(?:" + q + "|" + j + ")",
34318
34318
  X = "(?:" + p + "(?:d|ll|m|re|s|t|ve))?",
34319
34319
  re = "(?:" + p + "(?:D|LL|M|RE|S|T|VE))?",
34320
34320
  se = C + "?",
@@ -37541,7 +37541,7 @@
37541
37541
  var V = c[m],
37542
37542
  O = d ? d(V) : V;
37543
37543
  if (((V = u || V !== 0 ? V : 0), p && O === O)) {
37544
- for (var P = g.length; P--; ) if (g[P] === O) continue e;
37544
+ for (var j = g.length; j--; ) if (g[j] === O) continue e;
37545
37545
  d && g.push(O), y.push(V);
37546
37546
  } else f(g, O, u) || (g !== y && g.push(O), y.push(V));
37547
37547
  }
@@ -38391,7 +38391,7 @@
38391
38391
  b = t.resolveComponent("pager"),
38392
38392
  V = t.resolveComponent("flex-footer"),
38393
38393
  O = t.resolveComponent("flex-row"),
38394
- P = t.resolveComponent("search"),
38394
+ j = t.resolveComponent("search"),
38395
38395
  Z = t.resolveComponent("ux-field"),
38396
38396
  C = t.resolveComponent("filter-builder"),
38397
38397
  F = t.resolveComponent("spinner");
@@ -38955,7 +38955,7 @@
38955
38955
  t.createVNode(p, null, {
38956
38956
  default: t.withCtx(() => [
38957
38957
  t.createVNode(
38958
- P,
38958
+ j,
38959
38959
  {
38960
38960
  modelValue: l.keywords,
38961
38961
  "onUpdate:modelValue":
@@ -41285,6 +41285,7 @@
41285
41285
  (E.FlexRow = rs),
41286
41286
  (E.FlexSpacer = os),
41287
41287
  (E.Info = Mc),
41288
+ (E.InputMixin = P),
41288
41289
  (E.Item = Hn),
41289
41290
  (E.ModalMixin = Vt),
41290
41291
  (E.NativeSelect = Ye),