@qikdev/vue-ui 0.2.94 → 0.2.95

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 Si, ref as Yt, toRefs as fa, onMounted as ma, onBeforeUnmount as Ao, watch as Oi, computed as ui, openBlock as o, createElementBlock as d, renderSlot as q, createCommentVNode as _, useSlots as Mo, reactive as wr, provide as $r, resolveComponent as y, normalizeClass as L, Fragment as S, unref as Rn, createBlock as k, withCtx as h, createVNode as m, renderList as $, toDisplayString as b, withModifiers as W, createTextVNode as O, createElementVNode as w, h as di, resolveDynamicComponent as wt, mergeProps as Ti, toHandlers as ha, withDirectives as K, vModelSelect as St, pushScopeId as at, popScopeId as lt, normalizeStyle as Ot, Teleport as Io, vModelText as pe, withKeys as ge, TransitionGroup as Fo, nextTick as pa, vModelDynamic as Bn, vShow as Yi } from "vue";
3
3
  import { EventDispatcher as Do } from "@qikdev/sdk";
4
- const $o = "0.2.94";
4
+ const $o = "0.2.95";
5
5
  class $t extends Error {
6
6
  }
7
7
  class No extends $t {
@@ -6129,7 +6129,8 @@ function Ty(e, t, n, i, s, r) {
6129
6129
  }, null, 8, ["type", "value"]))
6130
6130
  ], 2));
6131
6131
  }
6132
- const xl = /* @__PURE__ */ E(wy, [["render", Ty], ["__scopeId", "data-v-2b9d12bd"]]), Ey = {
6132
+ const xl = /* @__PURE__ */ E(wy, [["render", Ty], ["__scopeId", "data-v-2b9d12bd"]]);
6133
+ const Ey = {
6133
6134
  components: {
6134
6135
  TableCell: xl
6135
6136
  },
@@ -6175,8 +6176,9 @@ const xl = /* @__PURE__ */ E(wy, [["render", Ty], ["__scopeId", "data-v-2b9d12bd
6175
6176
  },
6176
6177
  computed: {
6177
6178
  classes() {
6179
+ var t, n;
6178
6180
  var e = [];
6179
- return this.selected && e.push("selected"), e;
6181
+ return this.selected && e.push("selected"), ((n = (t = this.row) == null ? void 0 : t.meta) == null ? void 0 : n.status) === "inactive" && e.push("inactive"), e;
6180
6182
  }
6181
6183
  }
6182
6184
  };
@@ -6214,10 +6216,10 @@ function Vy(e, t, n, i, s, r) {
6214
6216
  _: 1
6215
6217
  })
6216
6218
  ])) : _("", !0)
6217
- ])
6219
+ ], !0)
6218
6220
  ], 2);
6219
6221
  }
6220
- const Cy = /* @__PURE__ */ E(Ey, [["render", Vy]]), Ay = {
6222
+ const Cy = /* @__PURE__ */ E(Ey, [["render", Vy], ["__scopeId", "data-v-32f1a8a7"]]), Ay = {
6221
6223
  data() {
6222
6224
  return {
6223
6225
  scrollTop: 0
@@ -11383,33 +11385,33 @@ const Qv = {
11383
11385
  return this.types;
11384
11386
  }
11385
11387
  }
11386
- }, eb = {
11388
+ }, e1 = {
11387
11389
  key: 0,
11388
11390
  class: "ux-field-title"
11389
- }, tb = {
11391
+ }, t1 = {
11390
11392
  key: 0,
11391
11393
  class: "ux-required-marker"
11392
- }, nb = {
11394
+ }, n1 = {
11393
11395
  key: 1,
11394
11396
  class: "ux-field-description"
11395
- }, rb = {
11397
+ }, r1 = {
11396
11398
  key: 2,
11397
11399
  class: "ui-select-button"
11398
- }, ib = ["multiple"], sb = {
11400
+ }, i1 = ["multiple"], s1 = {
11399
11401
  key: 0,
11400
11402
  value: ""
11401
- }, ab = ["value"];
11402
- function lb(e, t, n, i, s, r) {
11403
+ }, a1 = ["value"];
11404
+ function l1(e, t, n, i, s, r) {
11403
11405
  const a = y("ux-button");
11404
11406
  return o(), d("div", {
11405
11407
  class: L(["native-select", r.classes])
11406
11408
  }, [
11407
- e.showLabel ? (o(), d("label", eb, [
11409
+ e.showLabel ? (o(), d("label", e1, [
11408
11410
  O(b(e.label) + " ", 1),
11409
- e.required ? (o(), d("span", tb, "*")) : _("", !0)
11411
+ e.required ? (o(), d("span", t1, "*")) : _("", !0)
11410
11412
  ])) : _("", !0),
11411
- e.showDescription ? (o(), d("div", nb, b(e.description), 1)) : _("", !0),
11412
- e.singleValue ? (o(), d("div", rb, [
11413
+ e.showDescription ? (o(), d("div", n1, b(e.description), 1)) : _("", !0),
11414
+ e.singleValue ? (o(), d("div", r1, [
11413
11415
  q(e.$slots, "default", {}, () => [
11414
11416
  m(a, { tag: "div" }, {
11415
11417
  default: h(() => [
@@ -11424,17 +11426,17 @@ function lb(e, t, n, i, s, r) {
11424
11426
  multiple: e.multiValue,
11425
11427
  "onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
11426
11428
  }, [
11427
- e.singleValue && !e.minimum ? (o(), d("option", sb, "None")) : _("", !0),
11429
+ e.singleValue && !e.minimum ? (o(), d("option", s1, "None")) : _("", !0),
11428
11430
  (o(!0), d(S, null, $(r.selectableOptions, (l) => (o(), d("option", {
11429
11431
  value: l.value
11430
- }, b(l.title), 9, ab))), 256))
11431
- ], 40, ib), [
11432
+ }, b(l.title), 9, a1))), 256))
11433
+ ], 40, i1), [
11432
11434
  [St, e.model]
11433
11435
  ])
11434
11436
  ], 2);
11435
11437
  }
11436
- const ob = /* @__PURE__ */ E(Qv, [["render", lb], ["__scopeId", "data-v-a366d321"]]);
11437
- const ub = {
11438
+ const o1 = /* @__PURE__ */ E(Qv, [["render", l1], ["__scopeId", "data-v-a366d321"]]);
11439
+ const u1 = {
11438
11440
  props: {
11439
11441
  item: {
11440
11442
  type: Object
@@ -11467,13 +11469,13 @@ const ub = {
11467
11469
  return !this.hasChildren || this.item.collapsed;
11468
11470
  }
11469
11471
  }
11470
- }, db = { class: "outer" }, cb = {
11472
+ }, d1 = { class: "outer" }, c1 = {
11471
11473
  key: 0,
11472
11474
  class: "children"
11473
11475
  };
11474
- function fb(e, t, n, i, s, r) {
11476
+ function f1(e, t, n, i, s, r) {
11475
11477
  const a = y("ux-icon"), l = y("flex-cell"), u = y("ux-button"), c = y("flex-row"), f = y("scope-item", !0);
11476
- return o(), d("div", db, [
11478
+ return o(), d("div", d1, [
11477
11479
  w("div", {
11478
11480
  class: L(["scope-item", { selected: r.selected }]),
11479
11481
  onClick: t[1] || (t[1] = (...p) => r.clicked && r.clicked(...p))
@@ -11525,7 +11527,7 @@ function fb(e, t, n, i, s, r) {
11525
11527
  _: 1
11526
11528
  })
11527
11529
  ], 2),
11528
- r.expanded ? (o(), d("div", cb, [
11530
+ r.expanded ? (o(), d("div", c1, [
11529
11531
  (o(!0), d(S, null, $(n.item.children, (p) => (o(), k(f, {
11530
11532
  click: n.click,
11531
11533
  item: p
@@ -11533,11 +11535,11 @@ function fb(e, t, n, i, s, r) {
11533
11535
  ])) : _("", !0)
11534
11536
  ]);
11535
11537
  }
11536
- const mb = /* @__PURE__ */ E(ub, [["render", fb], ["__scopeId", "data-v-2f79c449"]]);
11538
+ const m1 = /* @__PURE__ */ E(u1, [["render", f1], ["__scopeId", "data-v-2f79c449"]]);
11537
11539
  let ri;
11538
- const hb = {
11540
+ const h1 = {
11539
11541
  components: {
11540
- ScopeItem: mb
11542
+ ScopeItem: m1
11541
11543
  },
11542
11544
  async created() {
11543
11545
  this.glossary = await this.$sdk.content.glossary({ hash: !0 });
@@ -11649,7 +11651,7 @@ const hb = {
11649
11651
  }
11650
11652
  }
11651
11653
  };
11652
- function pb(e, t, n, i, s, r) {
11654
+ function p1(e, t, n, i, s, r) {
11653
11655
  const a = y("spinner"), l = y("scope-item");
11654
11656
  return o(), d("div", {
11655
11657
  class: L({ has: r.hasSelection })
@@ -11660,8 +11662,8 @@ function pb(e, t, n, i, s, r) {
11660
11662
  }, null, 8, ["click", "item"]))), 256))
11661
11663
  ], 2);
11662
11664
  }
11663
- const yb = /* @__PURE__ */ E(hb, [["render", pb], ["__scopeId", "data-v-5472184b"]]);
11664
- const _b = {
11665
+ const y1 = /* @__PURE__ */ E(h1, [["render", p1], ["__scopeId", "data-v-5472184b"]]);
11666
+ const _1 = {
11665
11667
  async created() {
11666
11668
  const e = await this.$sdk.content.scopeGlossary({ hash: !0 });
11667
11669
  this.scopeGlossary = e, this.loadingScopeGlossary = !1;
@@ -11771,7 +11773,7 @@ const _b = {
11771
11773
  }
11772
11774
  }
11773
11775
  };
11774
- function gb(e, t, n, i, s, r) {
11776
+ function g1(e, t, n, i, s, r) {
11775
11777
  const a = y("ux-icon"), l = y("ux-button");
11776
11778
  return o(), d("div", null, [
11777
11779
  m(l, { onClick: r.openSelection }, {
@@ -11791,13 +11793,13 @@ function gb(e, t, n, i, s, r) {
11791
11793
  }, 8, ["onClick"])
11792
11794
  ]);
11793
11795
  }
11794
- const vb = /* @__PURE__ */ E(_b, [["render", gb], ["__scopeId", "data-v-f83c09f7"]]);
11795
- function bb(e) {
11796
+ const v1 = /* @__PURE__ */ E(_1, [["render", g1], ["__scopeId", "data-v-f83c09f7"]]);
11797
+ function b1(e) {
11796
11798
  return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
11797
11799
  }
11798
- const kb = {
11800
+ const k1 = {
11799
11801
  components: {
11800
- ScopeSelectButton: vb
11802
+ ScopeSelectButton: v1
11801
11803
  },
11802
11804
  props: {
11803
11805
  title: {
@@ -11830,7 +11832,7 @@ const kb = {
11830
11832
  methods: {
11831
11833
  cleanOutput(e) {
11832
11834
  var t = this;
11833
- return bb(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
11835
+ return b1(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
11834
11836
  return t.getValue(n);
11835
11837
  }) : e = t.getValue(e), e;
11836
11838
  },
@@ -11876,26 +11878,26 @@ const kb = {
11876
11878
  return this.types;
11877
11879
  }
11878
11880
  }
11879
- }, xb = {
11881
+ }, x1 = {
11880
11882
  key: 0,
11881
11883
  class: "ux-field-title"
11882
- }, wb = {
11884
+ }, w1 = {
11883
11885
  key: 0,
11884
11886
  class: "ux-required-marker"
11885
- }, Sb = {
11887
+ }, S1 = {
11886
11888
  key: 1,
11887
11889
  class: "ux-field-description"
11888
11890
  };
11889
- function Ob(e, t, n, i, s, r) {
11891
+ function O1(e, t, n, i, s, r) {
11890
11892
  const a = y("scope-select-button");
11891
11893
  return o(), d("div", {
11892
11894
  class: L(["scope-select", r.classes])
11893
11895
  }, [
11894
- e.showLabel ? (o(), d("label", xb, [
11896
+ e.showLabel ? (o(), d("label", x1, [
11895
11897
  O(b(e.label) + " ", 1),
11896
- e.required ? (o(), d("span", wb, "*")) : _("", !0)
11898
+ e.required ? (o(), d("span", w1, "*")) : _("", !0)
11897
11899
  ])) : _("", !0),
11898
- e.showDescription ? (o(), d("div", Sb, b(e.description), 1)) : _("", !0),
11900
+ e.showDescription ? (o(), d("div", S1, b(e.description), 1)) : _("", !0),
11899
11901
  m(a, {
11900
11902
  type: r.contextReferenceType,
11901
11903
  action: r.contextReferenceAction,
@@ -11904,11 +11906,11 @@ function Ob(e, t, n, i, s, r) {
11904
11906
  }, null, 8, ["type", "action", "modelValue"])
11905
11907
  ], 2);
11906
11908
  }
11907
- const Tb = /* @__PURE__ */ E(kb, [["render", Ob], ["__scopeId", "data-v-79e23811"]]);
11908
- function Eb(e) {
11909
+ const T1 = /* @__PURE__ */ E(k1, [["render", O1], ["__scopeId", "data-v-79e23811"]]);
11910
+ function E1(e) {
11909
11911
  return e === void 0 || typeof e > "u" || e === null || String(e) === "null" || String(e) === "undefined";
11910
11912
  }
11911
- const Vb = {
11913
+ const V1 = {
11912
11914
  props: {
11913
11915
  title: {
11914
11916
  type: String
@@ -11939,7 +11941,7 @@ const Vb = {
11939
11941
  methods: {
11940
11942
  cleanOutput(e) {
11941
11943
  var t = this;
11942
- return Eb(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
11944
+ return E1(e) ? t.multiValue ? e = [] : e = void 0 : t.multiValue ? e = (e || []).filter(Boolean).map(function(n) {
11943
11945
  return t.getValue(n);
11944
11946
  }) : e = t.getValue(e), e;
11945
11947
  },
@@ -12048,33 +12050,33 @@ const Vb = {
12048
12050
  return this.fieldOptions;
12049
12051
  }
12050
12052
  }
12051
- }, Cb = {
12053
+ }, C1 = {
12052
12054
  key: 0,
12053
12055
  class: "ux-field-title"
12054
- }, Ab = {
12056
+ }, A1 = {
12055
12057
  key: 0,
12056
12058
  class: "ux-required-marker"
12057
- }, Mb = {
12059
+ }, M1 = {
12058
12060
  key: 1,
12059
12061
  class: "ux-field-description"
12060
- }, Ib = {
12062
+ }, I1 = {
12061
12063
  key: 2,
12062
12064
  class: "ui-select-button"
12063
- }, Fb = ["multiple"], Db = {
12065
+ }, F1 = ["multiple"], D1 = {
12064
12066
  key: 0,
12065
12067
  value: ""
12066
- }, $b = ["value"];
12067
- function Nb(e, t, n, i, s, r) {
12068
+ }, $1 = ["value"];
12069
+ function N1(e, t, n, i, s, r) {
12068
12070
  const a = y("ux-button");
12069
12071
  return o(), d("div", {
12070
12072
  class: L(["native-select", r.classes])
12071
12073
  }, [
12072
- e.showLabel ? (o(), d("label", Cb, [
12074
+ e.showLabel ? (o(), d("label", C1, [
12073
12075
  O(b(e.label) + " ", 1),
12074
- e.required ? (o(), d("span", Ab, "*")) : _("", !0)
12076
+ e.required ? (o(), d("span", A1, "*")) : _("", !0)
12075
12077
  ])) : _("", !0),
12076
- e.showDescription ? (o(), d("div", Mb, b(e.description), 1)) : _("", !0),
12077
- e.singleValue ? (o(), d("div", Ib, [
12078
+ e.showDescription ? (o(), d("div", M1, b(e.description), 1)) : _("", !0),
12079
+ e.singleValue ? (o(), d("div", I1, [
12078
12080
  q(e.$slots, "default", {}, () => [
12079
12081
  m(a, { tag: "div" }, {
12080
12082
  default: h(() => [
@@ -12089,17 +12091,17 @@ function Nb(e, t, n, i, s, r) {
12089
12091
  multiple: e.multiValue,
12090
12092
  "onUpdate:modelValue": t[1] || (t[1] = (l) => e.model = l)
12091
12093
  }, [
12092
- r.showNoneOption ? (o(), d("option", Db, "None")) : _("", !0),
12094
+ r.showNoneOption ? (o(), d("option", D1, "None")) : _("", !0),
12093
12095
  (o(!0), d(S, null, $(r.selectableOptions, (l) => (o(), d("option", {
12094
12096
  value: l.value
12095
- }, b(l.title), 9, $b))), 256))
12096
- ], 40, Fb), [
12097
+ }, b(l.title), 9, $1))), 256))
12098
+ ], 40, F1), [
12097
12099
  [St, e.model]
12098
12100
  ])
12099
12101
  ], 2);
12100
12102
  }
12101
- const Lb = /* @__PURE__ */ E(Vb, [["render", Nb], ["__scopeId", "data-v-2ba63156"]]);
12102
- const Pb = {
12103
+ const L1 = /* @__PURE__ */ E(V1, [["render", N1], ["__scopeId", "data-v-2ba63156"]]);
12104
+ const P1 = {
12103
12105
  props: {
12104
12106
  modelValue: {
12105
12107
  type: [String, Array]
@@ -12157,37 +12159,37 @@ const Pb = {
12157
12159
  return String(this.currency).toUpperCase();
12158
12160
  }
12159
12161
  }
12160
- }, Ub = {
12162
+ }, U1 = {
12161
12163
  key: 0,
12162
12164
  class: "ux-field-title"
12163
- }, jb = {
12165
+ }, j1 = {
12164
12166
  key: 0,
12165
12167
  class: "ux-required-marker"
12166
- }, Rb = {
12168
+ }, R1 = {
12167
12169
  key: 1,
12168
12170
  class: "ux-field-description"
12169
- }, Bb = { key: 2 }, zb = {
12171
+ }, B1 = { key: 2 }, z1 = {
12170
12172
  key: 0,
12171
12173
  class: "ux-text-prefix"
12172
- }, Hb = ["onBlur", "onUpdate:modelValue"], qb = {
12174
+ }, H1 = ["onBlur", "onUpdate:modelValue"], q1 = {
12173
12175
  key: 1,
12174
12176
  class: "ux-text-suffix"
12175
- }, Gb = {
12177
+ }, G1 = {
12176
12178
  key: 0,
12177
12179
  class: "ux-text-prefix"
12178
- }, Wb = {
12180
+ }, W1 = {
12179
12181
  key: 1,
12180
12182
  class: "ux-text-suffix"
12181
12183
  };
12182
- function Kb(e, t, n, i, s, r) {
12184
+ function K1(e, t, n, i, s, r) {
12183
12185
  const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), c = y("flex-row");
12184
12186
  return o(), d(S, null, [
12185
- e.showLabel ? (o(), d("label", Ub, [
12187
+ e.showLabel ? (o(), d("label", U1, [
12186
12188
  O(b(e.label) + " ", 1),
12187
- e.required ? (o(), d("span", jb, "*")) : _("", !0)
12189
+ e.required ? (o(), d("span", j1, "*")) : _("", !0)
12188
12190
  ])) : _("", !0),
12189
- e.showDescription ? (o(), d("div", Rb, b(e.description), 1)) : _("", !0),
12190
- e.multiValue ? (o(), d("div", Bb, [
12191
+ e.showDescription ? (o(), d("div", R1, b(e.description), 1)) : _("", !0),
12192
+ e.multiValue ? (o(), d("div", B1, [
12191
12193
  (o(!0), d(S, null, $(r.model, (f, p) => (o(), k(c, {
12192
12194
  class: "ux-text-row",
12193
12195
  key: p
@@ -12198,7 +12200,7 @@ function Kb(e, t, n, i, s, r) {
12198
12200
  w("div", {
12199
12201
  class: L(["ux-text-wrap", { prefixed: r.prefix, suffixed: r.suffix }])
12200
12202
  }, [
12201
- r.prefix ? (o(), d("span", zb, b(r.prefix), 1)) : _("", !0),
12203
+ r.prefix ? (o(), d("span", z1, b(r.prefix), 1)) : _("", !0),
12202
12204
  K((o(), d("input", {
12203
12205
  class: "ux-field-focus ux-text-input-multiple",
12204
12206
  ref_for: !0,
@@ -12209,7 +12211,7 @@ function Kb(e, t, n, i, s, r) {
12209
12211
  onBlur: (g) => r.update(g, p),
12210
12212
  "onUpdate:modelValue": (g) => r.proxy[p] = g,
12211
12213
  onFocus: t[1] || (t[1] = (...g) => e.touch && e.touch(...g))
12212
- }, null, 40, Hb)), [
12214
+ }, null, 40, H1)), [
12213
12215
  [
12214
12216
  pe,
12215
12217
  r.proxy[p],
@@ -12217,7 +12219,7 @@ function Kb(e, t, n, i, s, r) {
12217
12219
  { lazy: !0 }
12218
12220
  ]
12219
12221
  ]),
12220
- r.suffix ? (o(), d("span", qb, b(r.suffix), 1)) : _("", !0)
12222
+ r.suffix ? (o(), d("span", q1, b(r.suffix), 1)) : _("", !0)
12221
12223
  ], 2)
12222
12224
  ]),
12223
12225
  _: 2
@@ -12261,7 +12263,7 @@ function Kb(e, t, n, i, s, r) {
12261
12263
  key: 3,
12262
12264
  class: L(["ux-text-wrap", { prefixed: r.prefix, suffixed: r.suffix }])
12263
12265
  }, [
12264
- r.prefix ? (o(), d("span", Gb, b(r.prefix), 1)) : _("", !0),
12266
+ r.prefix ? (o(), d("span", G1, b(r.prefix), 1)) : _("", !0),
12265
12267
  K((o(), d("input", {
12266
12268
  class: "ux-field-focus ux-text-input-single",
12267
12269
  ref: "input",
@@ -12278,12 +12280,12 @@ function Kb(e, t, n, i, s, r) {
12278
12280
  { lazy: !0 }
12279
12281
  ]
12280
12282
  ]),
12281
- r.suffix ? (o(), d("span", Wb, b(r.suffix), 1)) : _("", !0)
12283
+ r.suffix ? (o(), d("span", W1, b(r.suffix), 1)) : _("", !0)
12282
12284
  ], 2))
12283
12285
  ], 64);
12284
12286
  }
12285
- const Jl = /* @__PURE__ */ E(Pb, [["render", Kb], ["__scopeId", "data-v-8204c7cd"]]);
12286
- const Yb = {
12287
+ const Jl = /* @__PURE__ */ E(P1, [["render", K1], ["__scopeId", "data-v-8204c7cd"]]);
12288
+ const Y1 = {
12287
12289
  props: {
12288
12290
  modelValue: {
12289
12291
  type: [String, Array]
@@ -12373,37 +12375,37 @@ const Yb = {
12373
12375
  return "";
12374
12376
  }
12375
12377
  }
12376
- }, Zb = {
12378
+ }, Z1 = {
12377
12379
  key: 0,
12378
12380
  class: "ux-field-title"
12379
- }, Jb = {
12381
+ }, J1 = {
12380
12382
  key: 0,
12381
12383
  class: "ux-required-marker"
12382
- }, Xb = {
12384
+ }, X1 = {
12383
12385
  key: 1,
12384
12386
  class: "ux-field-description"
12385
- }, Qb = { key: 2 }, e1 = { class: "ux-text-wrap" }, t1 = {
12387
+ }, Q1 = { key: 2 }, eb = { class: "ux-text-wrap" }, tb = {
12386
12388
  key: 0,
12387
12389
  class: "ux-text-prefix"
12388
- }, n1 = ["type", "placeholder", "onUpdate:modelValue"], r1 = ["type", "placeholder", "onUpdate:modelValue"], i1 = {
12390
+ }, nb = ["type", "placeholder", "onUpdate:modelValue"], rb = ["type", "placeholder", "onUpdate:modelValue"], ib = {
12389
12391
  key: 3,
12390
12392
  class: "ux-text-suffix"
12391
- }, s1 = { class: "ux-text-wrap" }, a1 = {
12393
+ }, sb = { class: "ux-text-wrap" }, ab = {
12392
12394
  key: 0,
12393
12395
  class: "ux-text-prefix"
12394
- }, l1 = ["type", "placeholder"], o1 = ["type", "placeholder"], u1 = {
12396
+ }, lb = ["type", "placeholder"], ob = ["type", "placeholder"], ub = {
12395
12397
  key: 3,
12396
12398
  class: "ux-text-suffix"
12397
12399
  };
12398
- function d1(e, t, n, i, s, r) {
12400
+ function db(e, t, n, i, s, r) {
12399
12401
  const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), c = y("flex-row");
12400
12402
  return o(), d(S, null, [
12401
- e.showLabel ? (o(), d("label", Zb, [
12403
+ e.showLabel ? (o(), d("label", Z1, [
12402
12404
  O(b(e.label) + " ", 1),
12403
- e.required ? (o(), d("span", Jb, "*")) : _("", !0)
12405
+ e.required ? (o(), d("span", J1, "*")) : _("", !0)
12404
12406
  ])) : _("", !0),
12405
- e.showDescription ? (o(), d("div", Xb, b(e.description), 1)) : _("", !0),
12406
- e.multiValue ? (o(), d("div", Qb, [
12407
+ e.showDescription ? (o(), d("div", X1, b(e.description), 1)) : _("", !0),
12408
+ e.multiValue ? (o(), d("div", Q1, [
12407
12409
  (o(!0), d(S, null, $(e.model, (f, p) => (o(), k(c, {
12408
12410
  class: "ux-text-row",
12409
12411
  key: p
@@ -12411,8 +12413,8 @@ function d1(e, t, n, i, s, r) {
12411
12413
  default: h(() => [
12412
12414
  m(a, null, {
12413
12415
  default: h(() => [
12414
- w("div", e1, [
12415
- e.prefix ? (o(), d("span", t1, b(e.prefix), 1)) : _("", !0),
12416
+ w("div", eb, [
12417
+ e.prefix ? (o(), d("span", tb, b(e.prefix), 1)) : _("", !0),
12416
12418
  r.lazy ? K((o(), d("input", {
12417
12419
  key: 1,
12418
12420
  type: r.getInput(p),
@@ -12423,7 +12425,7 @@ function d1(e, t, n, i, s, r) {
12423
12425
  ref: "input",
12424
12426
  onKeydown: t[1] || (t[1] = ge(W((g) => e.add(), ["stop", "prevent"]), ["enter"])),
12425
12427
  "onUpdate:modelValue": (g) => e.model[p] = g
12426
- }, null, 42, n1)), [
12428
+ }, null, 42, nb)), [
12427
12429
  [
12428
12430
  Bn,
12429
12431
  e.model[p],
@@ -12441,10 +12443,10 @@ function d1(e, t, n, i, s, r) {
12441
12443
  ref: "input",
12442
12444
  onKeydown: t[3] || (t[3] = ge(W((g) => e.add(), ["stop", "prevent"]), ["enter"])),
12443
12445
  "onUpdate:modelValue": (g) => e.model[p] = g
12444
- }, null, 42, r1)), [
12446
+ }, null, 42, rb)), [
12445
12447
  [Bn, e.model[p]]
12446
12448
  ]),
12447
- e.suffix ? (o(), d("span", i1, b(e.suffix), 1)) : _("", !0)
12449
+ e.suffix ? (o(), d("span", ib, b(e.suffix), 1)) : _("", !0)
12448
12450
  ])
12449
12451
  ]),
12450
12452
  _: 2
@@ -12528,8 +12530,8 @@ function d1(e, t, n, i, s, r) {
12528
12530
  default: h(() => [
12529
12531
  m(a, null, {
12530
12532
  default: h(() => [
12531
- w("div", s1, [
12532
- e.prefix ? (o(), d("span", a1, b(e.prefix), 1)) : _("", !0),
12533
+ w("div", sb, [
12534
+ e.prefix ? (o(), d("span", ab, b(e.prefix), 1)) : _("", !0),
12533
12535
  r.lazy ? K((o(), d("input", {
12534
12536
  key: 1,
12535
12537
  type: r.actualInputType,
@@ -12538,7 +12540,7 @@ function d1(e, t, n, i, s, r) {
12538
12540
  placeholder: r.actualPlaceholder,
12539
12541
  onFocus: t[5] || (t[5] = (...f) => e.touch && e.touch(...f)),
12540
12542
  "onUpdate:modelValue": t[6] || (t[6] = (f) => e.model = f)
12541
- }, null, 42, l1)), [
12543
+ }, null, 42, lb)), [
12542
12544
  [
12543
12545
  Bn,
12544
12546
  e.model,
@@ -12554,10 +12556,10 @@ function d1(e, t, n, i, s, r) {
12554
12556
  placeholder: r.actualPlaceholder,
12555
12557
  onFocus: t[7] || (t[7] = (...f) => e.touch && e.touch(...f)),
12556
12558
  "onUpdate:modelValue": t[8] || (t[8] = (f) => e.model = f)
12557
- }, null, 42, o1)), [
12559
+ }, null, 42, ob)), [
12558
12560
  [Bn, e.model]
12559
12561
  ]),
12560
- e.suffix ? (o(), d("span", u1, b(e.suffix), 1)) : _("", !0)
12562
+ e.suffix ? (o(), d("span", ub, b(e.suffix), 1)) : _("", !0)
12561
12563
  ])
12562
12564
  ]),
12563
12565
  _: 1
@@ -12607,8 +12609,8 @@ function d1(e, t, n, i, s, r) {
12607
12609
  }))
12608
12610
  ], 64);
12609
12611
  }
12610
- const Xl = /* @__PURE__ */ E(Yb, [["render", d1], ["__scopeId", "data-v-66dbd239"]]);
12611
- const c1 = {
12612
+ const Xl = /* @__PURE__ */ E(Y1, [["render", db], ["__scopeId", "data-v-66dbd239"]]);
12613
+ const cb = {
12612
12614
  props: {
12613
12615
  modelValue: {
12614
12616
  type: [String, Array]
@@ -12620,25 +12622,25 @@ const c1 = {
12620
12622
  return "";
12621
12623
  }
12622
12624
  }
12623
- }, f1 = {
12625
+ }, fb = {
12624
12626
  key: 0,
12625
12627
  class: "ux-field-title"
12626
- }, m1 = {
12628
+ }, mb = {
12627
12629
  key: 0,
12628
12630
  class: "ux-required-marker"
12629
- }, h1 = {
12631
+ }, hb = {
12630
12632
  key: 1,
12631
12633
  class: "ux-field-description"
12632
- }, p1 = { key: 2 }, y1 = ["onUpdate:modelValue"];
12633
- function _1(e, t, n, i, s, r) {
12634
+ }, pb = { key: 2 }, yb = ["onUpdate:modelValue"];
12635
+ function _b(e, t, n, i, s, r) {
12634
12636
  const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), c = y("flex-row");
12635
12637
  return o(), d(S, null, [
12636
- e.showLabel ? (o(), d("label", f1, [
12638
+ e.showLabel ? (o(), d("label", fb, [
12637
12639
  O(b(e.label) + " ", 1),
12638
- e.required ? (o(), d("span", m1, "*")) : _("", !0)
12640
+ e.required ? (o(), d("span", mb, "*")) : _("", !0)
12639
12641
  ])) : _("", !0),
12640
- e.showDescription ? (o(), d("div", h1, b(e.description), 1)) : _("", !0),
12641
- e.multiValue ? (o(), d("div", p1, [
12642
+ e.showDescription ? (o(), d("div", hb, b(e.description), 1)) : _("", !0),
12643
+ e.multiValue ? (o(), d("div", pb, [
12642
12644
  (o(!0), d(S, null, $(e.model, (f, p) => (o(), k(c, {
12643
12645
  class: "ux-text-row",
12644
12646
  key: p
@@ -12653,7 +12655,7 @@ function _1(e, t, n, i, s, r) {
12653
12655
  ref: "input",
12654
12656
  "onUpdate:modelValue": (g) => e.model[p] = g,
12655
12657
  class: "ux-textarea ux-field-focus ux-text-area-multiple"
12656
- }, null, 40, y1), [
12658
+ }, null, 40, yb), [
12657
12659
  [pe, e.model[p]]
12658
12660
  ])
12659
12661
  ]),
@@ -12702,11 +12704,11 @@ function _1(e, t, n, i, s, r) {
12702
12704
  ])
12703
12705
  ], 64);
12704
12706
  }
12705
- const g1 = /* @__PURE__ */ E(c1, [["render", _1], ["__scopeId", "data-v-03a618d3"]]);
12707
+ const gb = /* @__PURE__ */ E(cb, [["render", _b], ["__scopeId", "data-v-03a618d3"]]);
12706
12708
  function er(e) {
12707
12709
  return String(e).length < 2 && (e = `0${e}`), e;
12708
12710
  }
12709
- const v1 = {
12711
+ const vb = {
12710
12712
  props: {
12711
12713
  modelValue: {
12712
12714
  type: [Date, String, Array]
@@ -12742,25 +12744,25 @@ const v1 = {
12742
12744
  return new Date();
12743
12745
  }
12744
12746
  }
12745
- }, b1 = {
12747
+ }, bb = {
12746
12748
  key: 0,
12747
12749
  class: "ux-field-title"
12748
- }, k1 = {
12750
+ }, kb = {
12749
12751
  key: 0,
12750
12752
  class: "ux-required-marker"
12751
- }, x1 = {
12753
+ }, xb = {
12752
12754
  key: 1,
12753
12755
  class: "ux-field-description"
12754
- }, w1 = { key: 2 }, S1 = ["onUpdate:modelValue"];
12755
- function O1(e, t, n, i, s, r) {
12756
+ }, wb = { key: 2 }, Sb = ["onUpdate:modelValue"];
12757
+ function Ob(e, t, n, i, s, r) {
12756
12758
  const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), c = y("flex-row");
12757
12759
  return o(), d(S, null, [
12758
- e.showLabel ? (o(), d("label", b1, [
12760
+ e.showLabel ? (o(), d("label", bb, [
12759
12761
  O(b(e.label) + " ", 1),
12760
- e.required ? (o(), d("span", k1, "*")) : _("", !0)
12762
+ e.required ? (o(), d("span", kb, "*")) : _("", !0)
12761
12763
  ])) : _("", !0),
12762
- e.showDescription ? (o(), d("div", x1, b(e.description), 1)) : _("", !0),
12763
- e.multiValue ? (o(), d("div", w1, [
12764
+ e.showDescription ? (o(), d("div", xb, b(e.description), 1)) : _("", !0),
12765
+ e.multiValue ? (o(), d("div", wb, [
12764
12766
  (o(!0), d(S, null, $(r.model, (f, p) => (o(), k(c, {
12765
12767
  class: "ux-text-row",
12766
12768
  key: p
@@ -12776,7 +12778,7 @@ function O1(e, t, n, i, s, r) {
12776
12778
  ref: "input",
12777
12779
  onKeydown: t[1] || (t[1] = ge(W((g) => e.add(), ["stop", "prevent"]), ["enter"])),
12778
12780
  "onUpdate:modelValue": (g) => r.model[p] = g
12779
- }, null, 40, S1), [
12781
+ }, null, 40, Sb), [
12780
12782
  [pe, r.model[p]]
12781
12783
  ])
12782
12784
  ]),
@@ -12824,11 +12826,11 @@ function O1(e, t, n, i, s, r) {
12824
12826
  ])
12825
12827
  ], 64);
12826
12828
  }
12827
- const Ql = /* @__PURE__ */ E(v1, [["render", O1], ["__scopeId", "data-v-e0c57de2"]]);
12829
+ const Ql = /* @__PURE__ */ E(vb, [["render", Ob], ["__scopeId", "data-v-e0c57de2"]]);
12828
12830
  function Ys(e) {
12829
12831
  return String(e).length < 2 && (e = `0${e}`), e;
12830
12832
  }
12831
- const T1 = {
12833
+ const Tb = {
12832
12834
  props: {
12833
12835
  modelValue: {
12834
12836
  type: String
@@ -12847,25 +12849,25 @@ const T1 = {
12847
12849
  return "00:00";
12848
12850
  }
12849
12851
  }
12850
- }, E1 = {
12852
+ }, Eb = {
12851
12853
  key: 0,
12852
12854
  class: "ux-field-title"
12853
- }, V1 = {
12855
+ }, Vb = {
12854
12856
  key: 0,
12855
12857
  class: "ux-required-marker"
12856
- }, C1 = {
12858
+ }, Cb = {
12857
12859
  key: 1,
12858
12860
  class: "ux-field-description"
12859
- }, A1 = { key: 2 }, M1 = ["onUpdate:modelValue"];
12860
- function I1(e, t, n, i, s, r) {
12861
+ }, Ab = { key: 2 }, Mb = ["onUpdate:modelValue"];
12862
+ function Ib(e, t, n, i, s, r) {
12861
12863
  const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), c = y("flex-row");
12862
12864
  return o(), d(S, null, [
12863
- e.showLabel ? (o(), d("label", E1, [
12865
+ e.showLabel ? (o(), d("label", Eb, [
12864
12866
  O(b(e.label) + " ", 1),
12865
- e.required ? (o(), d("span", V1, "*")) : _("", !0)
12867
+ e.required ? (o(), d("span", Vb, "*")) : _("", !0)
12866
12868
  ])) : _("", !0),
12867
- e.showDescription ? (o(), d("div", C1, b(e.description), 1)) : _("", !0),
12868
- e.multiValue ? (o(), d("div", A1, [
12869
+ e.showDescription ? (o(), d("div", Cb, b(e.description), 1)) : _("", !0),
12870
+ e.multiValue ? (o(), d("div", Ab, [
12869
12871
  (o(!0), d(S, null, $(e.model, (f, p) => (o(), k(c, {
12870
12872
  class: "ux-text-row",
12871
12873
  key: p
@@ -12881,7 +12883,7 @@ function I1(e, t, n, i, s, r) {
12881
12883
  ref: "input",
12882
12884
  onKeydown: t[1] || (t[1] = ge(W((g) => e.add(), ["stop", "prevent"]), ["enter"])),
12883
12885
  "onUpdate:modelValue": (g) => e.model[p] = g
12884
- }, null, 40, M1), [
12886
+ }, null, 40, Mb), [
12885
12887
  [pe, e.model[p]]
12886
12888
  ])
12887
12889
  ]),
@@ -12929,8 +12931,8 @@ function I1(e, t, n, i, s, r) {
12929
12931
  ])
12930
12932
  ], 64);
12931
12933
  }
12932
- const F1 = /* @__PURE__ */ E(T1, [["render", I1], ["__scopeId", "data-v-9ae5aa1e"]]);
12933
- const D1 = {
12934
+ const Fb = /* @__PURE__ */ E(Tb, [["render", Ib], ["__scopeId", "data-v-9ae5aa1e"]]);
12935
+ const Db = {
12934
12936
  components: {
12935
12937
  Daterange: kg
12936
12938
  },
@@ -12966,25 +12968,25 @@ const D1 = {
12966
12968
  return {};
12967
12969
  }
12968
12970
  }
12969
- }, $1 = {
12971
+ }, $b = {
12970
12972
  key: 0,
12971
12973
  class: "ux-field-title"
12972
- }, N1 = {
12974
+ }, Nb = {
12973
12975
  key: 0,
12974
12976
  class: "ux-required-marker"
12975
- }, L1 = {
12977
+ }, Lb = {
12976
12978
  key: 1,
12977
12979
  class: "ux-field-description"
12978
- }, P1 = { key: 2 };
12979
- function U1(e, t, n, i, s, r) {
12980
+ }, Pb = { key: 2 };
12981
+ function Ub(e, t, n, i, s, r) {
12980
12982
  const a = y("daterange", !0), l = y("flex-cell"), u = y("ux-icon"), c = y("ux-button"), f = y("flex-row");
12981
12983
  return o(), d(S, null, [
12982
- e.showLabel ? (o(), d("label", $1, [
12984
+ e.showLabel ? (o(), d("label", $b, [
12983
12985
  O(b(e.label) + " ", 1),
12984
- e.required ? (o(), d("span", N1, "*")) : _("", !0)
12986
+ e.required ? (o(), d("span", Nb, "*")) : _("", !0)
12985
12987
  ])) : _("", !0),
12986
- e.showDescription ? (o(), d("div", L1, b(e.description), 1)) : _("", !0),
12987
- e.multiValue ? (o(), d("div", P1, [
12988
+ e.showDescription ? (o(), d("div", Lb, b(e.description), 1)) : _("", !0),
12989
+ e.multiValue ? (o(), d("div", Pb, [
12988
12990
  (o(!0), d(S, null, $(r.model, (p, g) => (o(), k(f, {
12989
12991
  class: "ux-text-row",
12990
12992
  key: g
@@ -13039,8 +13041,8 @@ function U1(e, t, n, i, s, r) {
13039
13041
  }, null, 8, ["onFocus", "modelValue"]))
13040
13042
  ], 64);
13041
13043
  }
13042
- const j1 = /* @__PURE__ */ E(D1, [["render", U1], ["__scopeId", "data-v-b6688859"]]);
13043
- const R1 = {
13044
+ const jb = /* @__PURE__ */ E(Db, [["render", Ub], ["__scopeId", "data-v-b6688859"]]);
13045
+ const Rb = {
13044
13046
  computed: {
13045
13047
  NativeCheckbox: Tl
13046
13048
  },
@@ -13079,17 +13081,17 @@ const R1 = {
13079
13081
  }
13080
13082
  }
13081
13083
  }
13082
- }, B1 = {
13084
+ }, Bb = {
13083
13085
  key: 0,
13084
13086
  class: "ux-field-title"
13085
- }, z1 = {
13087
+ }, zb = {
13086
13088
  key: 0,
13087
13089
  class: "ux-required-marker"
13088
- }, H1 = {
13090
+ }, Hb = {
13089
13091
  key: 1,
13090
13092
  class: "ux-field-description"
13091
13093
  };
13092
- function q1(e, t, n, i, s, r) {
13094
+ function qb(e, t, n, i, s, r) {
13093
13095
  const a = y("ux-checkbox"), l = y("flex-cell"), u = y("flex-row");
13094
13096
  return o(), k(u, {
13095
13097
  onClick: t[1] || (t[1] = (c) => e.touch()),
@@ -13111,11 +13113,11 @@ function q1(e, t, n, i, s, r) {
13111
13113
  m(l, { vcenter: "" }, {
13112
13114
  default: h(() => [
13113
13115
  w("div", null, [
13114
- e.showLabel ? (o(), d("label", B1, [
13116
+ e.showLabel ? (o(), d("label", Bb, [
13115
13117
  O(b(e.label) + " ", 1),
13116
- e.required ? (o(), d("span", z1, "*")) : _("", !0)
13118
+ e.required ? (o(), d("span", zb, "*")) : _("", !0)
13117
13119
  ])) : _("", !0),
13118
- e.showDescription ? (o(), d("div", H1, b(e.description), 1)) : _("", !0)
13120
+ e.showDescription ? (o(), d("div", Hb, b(e.description), 1)) : _("", !0)
13119
13121
  ])
13120
13122
  ]),
13121
13123
  _: 1
@@ -13124,7 +13126,7 @@ function q1(e, t, n, i, s, r) {
13124
13126
  _: 1
13125
13127
  });
13126
13128
  }
13127
- const G1 = /* @__PURE__ */ E(R1, [["render", q1], ["__scopeId", "data-v-75883516"]]), W1 = {
13129
+ const Gb = /* @__PURE__ */ E(Rb, [["render", qb], ["__scopeId", "data-v-75883516"]]), Wb = {
13128
13130
  props: {
13129
13131
  modelValue: {
13130
13132
  type: [String, Array]
@@ -13136,10 +13138,10 @@ const G1 = /* @__PURE__ */ E(R1, [["render", q1], ["__scopeId", "data-v-75883516
13136
13138
  return "";
13137
13139
  }
13138
13140
  }
13139
- }, K1 = { key: 0 }, Y1 = ["innerHTML"], Z1 = ["innerHTML"];
13140
- function J1(e, t, n, i, s, r) {
13141
+ }, Kb = { key: 0 }, Yb = ["innerHTML"], Zb = ["innerHTML"];
13142
+ function Jb(e, t, n, i, s, r) {
13141
13143
  const a = y("flex-cell"), l = y("ux-icon"), u = y("ux-button"), c = y("flex-row");
13142
- return e.multiValue ? (o(), d("div", K1, [
13144
+ return e.multiValue ? (o(), d("div", Kb, [
13143
13145
  m(c, { class: "ux-text-row" }, {
13144
13146
  default: h(() => [
13145
13147
  m(a, null, {
@@ -13147,7 +13149,7 @@ function J1(e, t, n, i, s, r) {
13147
13149
  (o(!0), d(S, null, $(e.model, (f, p) => (o(), d("div", {
13148
13150
  innerHTML: e.field.template,
13149
13151
  key: p
13150
- }, null, 8, Y1))), 128))
13152
+ }, null, 8, Yb))), 128))
13151
13153
  ]),
13152
13154
  _: 1
13153
13155
  }),
@@ -13185,10 +13187,10 @@ function J1(e, t, n, i, s, r) {
13185
13187
  ])) : (o(), d("div", {
13186
13188
  key: 1,
13187
13189
  innerHTML: e.field.template
13188
- }, null, 8, Z1));
13190
+ }, null, 8, Zb));
13189
13191
  }
13190
- const X1 = /* @__PURE__ */ E(W1, [["render", J1]]);
13191
- const Q1 = {
13192
+ const Xb = /* @__PURE__ */ E(Wb, [["render", Jb]]);
13193
+ const Qb = {
13192
13194
  props: {
13193
13195
  fields: {
13194
13196
  type: Array,
@@ -13689,7 +13691,7 @@ function f0(e, t, n, i, s, r) {
13689
13691
  })
13690
13692
  ])) : _("", !0);
13691
13693
  }
13692
- const m0 = /* @__PURE__ */ E(Q1, [["render", f0]]);
13694
+ const m0 = /* @__PURE__ */ E(Qb, [["render", f0]]);
13693
13695
  const h0 = {
13694
13696
  props: {
13695
13697
  enableRemove: {
@@ -17636,21 +17638,21 @@ const X2 = {
17636
17638
  ButtonSelect: Nk,
17637
17639
  NativeSelect: Pt,
17638
17640
  DateField: Ql,
17639
- TimeField: F1,
17640
- DateRange: j1,
17641
+ TimeField: Fb,
17642
+ DateRange: jb,
17641
17643
  TextField: Xl,
17642
17644
  CurrencyField: Jl,
17643
- TextArea: g1,
17644
- Checkbox: G1,
17645
+ TextArea: gb,
17646
+ Checkbox: Gb,
17645
17647
  FilterInput: F0,
17646
17648
  SliderInput: Y0,
17647
- CustomHtml: X1,
17649
+ CustomHtml: Xb,
17648
17650
  BooleanSwitch: tk,
17649
17651
  FieldGroup: Ok,
17650
17652
  ContentSelect: Zl,
17651
- TypeSelect: ob,
17652
- ScopeSelect: Tb,
17653
- FieldSelect: Lb,
17653
+ TypeSelect: o1,
17654
+ ScopeSelect: T1,
17655
+ FieldSelect: L1,
17654
17656
  TimezoneSelect: Kg,
17655
17657
  PhoneNumberInput: Lg,
17656
17658
  Upload: mk,
@@ -21530,7 +21532,7 @@ function CV(e, t, n, i, s, r) {
21530
21532
  const AV = /* @__PURE__ */ E(OV, [["render", CV], ["__scopeId", "data-v-7eedb824"]]);
21531
21533
  const MV = {
21532
21534
  components: {
21533
- ScopeSelect: yb
21535
+ ScopeSelect: y1
21534
21536
  // Search,
21535
21537
  },
21536
21538
  mixins: [Pn],
@@ -21824,8 +21826,8 @@ export {
21824
21826
  ug as ProgressBar,
21825
21827
  HV as QikUI,
21826
21828
  Ay as RememberScrollMixin,
21827
- yb as ScopeSelect,
21828
- vb as ScopeSelectButton,
21829
+ y1 as ScopeSelect,
21830
+ v1 as ScopeSelectButton,
21829
21831
  bo as Search,
21830
21832
  nE as Selection,
21831
21833
  Ol as Spinner,