@qikdev/vue-ui 0.2.397 → 0.2.400

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
@@ -4,7 +4,7 @@ var Lh = (e, t, n) => t in e ? $h(e, t, { enumerable: !0, configurable: !0, writ
4
4
  var re = (e, t, n) => Lh(e, typeof t != "symbol" ? t + "" : t, n);
5
5
  import { reactive as Gt, defineComponent as Fo, ref as bt, toRefs as of, onMounted as Ao, onBeforeUnmount as Ph, watch as ci, computed as In, createElementBlock as h, openBlock as u, createCommentVNode as _, renderSlot as H, normalizeClass as L, useSlots as Rh, provide as Ci, resolveComponent as y, createVNode as c, Fragment as D, createBlock as k, unref as _t, withCtx as m, renderList as N, toDisplayString as b, createTextVNode as O, withDirectives as X, vShow as dr, withModifiers as z, createElementVNode as x, h as uo, mergeProps as mt, toHandlers as wt, normalizeStyle as Ge, resolveDirective as lf, resolveDynamicComponent as Vt, vModelSelect as Et, pushScopeId as je, popScopeId as qe, getCurrentScope as Uh, onScopeDispose as jh, getCurrentInstance as qh, Teleport as uf, Transition as Bh, withKeys as Ee, vModelText as be, TransitionGroup as zh, nextTick as df, vModelDynamic as Tr, normalizeProps as Wh } from "vue";
6
6
  import { EventDispatcher as cf } from "@qikdev/sdk";
7
- const Hh = "0.2.397";
7
+ const Hh = "0.2.400";
8
8
  class pn extends Error {
9
9
  }
10
10
  class Gh extends pn {
@@ -31046,13 +31046,15 @@ const Sh = /* @__PURE__ */ M(gA, [["render", _A], ["__scopeId", "data-v-f2cd3942
31046
31046
  return this.$sdk.utils.id(this.form);
31047
31047
  },
31048
31048
  paymentConfiguration() {
31049
- return this.form.paymentConfiguration || {};
31049
+ var e;
31050
+ return ((e = this.form) == null ? void 0 : e.paymentConfiguration) || {};
31050
31051
  },
31051
31052
  fields() {
31052
- return this.form.fields || [];
31053
+ var e;
31054
+ return ((e = this.form) == null ? void 0 : e.fields) || [];
31053
31055
  }
31054
31056
  }
31055
- }, Oh = (e) => (je("data-v-558310f6"), e = e(), qe(), e), wA = /* @__PURE__ */ Oh(() => /* @__PURE__ */ x("h3", null, "An error occurred", -1)), xA = { key: 0 }, TA = { key: 1 }, SA = { key: 2 }, OA = { class: "intent-submit" }, DA = {
31057
+ }, Oh = (e) => (je("data-v-495d5e95"), e = e(), qe(), e), wA = /* @__PURE__ */ Oh(() => /* @__PURE__ */ x("h3", null, "An error occurred", -1)), xA = { key: 0 }, TA = { key: 1 }, SA = { key: 2 }, OA = { class: "intent-submit" }, DA = {
31056
31058
  key: 0,
31057
31059
  class: "multistep-form"
31058
31060
  }, EA = { class: "multistep-form-sections" }, CA = { class: "multistep-fields" }, MA = { class: "multistep-controls" }, VA = ["tooltip"], IA = ["tooltip"], FA = { class: "multistep-progress" }, AA = {
@@ -31281,7 +31283,7 @@ function LA(e, t, n, i, s, r) {
31281
31283
  ], 64))
31282
31284
  ], 2);
31283
31285
  }
31284
- const PA = /* @__PURE__ */ M(kA, [["render", LA], ["__scopeId", "data-v-558310f6"]]), RA = "init", zc = "ready", UA = "processing", jA = "success", qA = "error", BA = {
31286
+ const PA = /* @__PURE__ */ M(kA, [["render", LA], ["__scopeId", "data-v-495d5e95"]]), RA = "init", zc = "ready", UA = "processing", jA = "success", qA = "error", BA = {
31285
31287
  name: "PaymentMethodForm",
31286
31288
  components: {
31287
31289
  StripeElements: cm,
@@ -31646,8 +31648,23 @@ function lN(e, t, n, i, s, r) {
31646
31648
  H(e.$slots, "default", {}, void 0, !0)
31647
31649
  ], 2);
31648
31650
  }
31649
- const uN = /* @__PURE__ */ M(sN, [["render", lN], ["__scopeId", "data-v-980de6f6"]]);
31650
- function dN(e) {
31651
+ const uN = /* @__PURE__ */ M(sN, [["render", lN], ["__scopeId", "data-v-980de6f6"]]), dN = /* @__PURE__ */ new Set([
31652
+ "area",
31653
+ "base",
31654
+ "br",
31655
+ "col",
31656
+ "embed",
31657
+ "hr",
31658
+ "img",
31659
+ "input",
31660
+ "link",
31661
+ "meta",
31662
+ "param",
31663
+ "source",
31664
+ "track",
31665
+ "wbr"
31666
+ ]);
31667
+ function cN(e) {
31651
31668
  const t = /<\/?([a-zA-Z0-9]+)[^>]*>/g, n = [];
31652
31669
  let i;
31653
31670
  for (; (i = t.exec(e)) !== null; ) {
@@ -31656,7 +31673,7 @@ function dN(e) {
31656
31673
  const a = n.pop();
31657
31674
  if (a !== r)
31658
31675
  return { invalid: `Mismatched closing tag for ${r}, expected ${a}` };
31659
- } else s.endsWith("/>") || n.push(r);
31676
+ } else !s.endsWith("/>") && !dN.has(r.toLowerCase()) && n.push(r);
31660
31677
  }
31661
31678
  return n.length > 0 ? { invalid: `Unclosed tag(s): ${n.join(", ")}` } : { valid: !0 };
31662
31679
  }
@@ -31685,14 +31702,14 @@ const Dh = {
31685
31702
  actualTemplate() {
31686
31703
  let e = this.template || "";
31687
31704
  e = e.replaceAll ? e.replaceAll("<br>", "<br/>") : e;
31688
- var { valid: t, invalid: n } = dN(e);
31705
+ var { valid: t, invalid: n } = cN(e);
31689
31706
  return t || (console.log("Invalid html", e), e = `<div>Invalid HTML. <pre>${n}</pre></div>`), e;
31690
31707
  }
31691
31708
  },
31692
31709
  components: {
31693
31710
  VRuntimeTemplate: _m
31694
31711
  }
31695
- }, cN = {
31712
+ }, fN = {
31696
31713
  emits: ["error", "reset"],
31697
31714
  data() {
31698
31715
  return {
@@ -31707,14 +31724,14 @@ const Dh = {
31707
31724
  this.$emit("reset");
31708
31725
  }
31709
31726
  }
31710
- }, fN = {
31727
+ }, mN = {
31711
31728
  key: 0,
31712
31729
  class: "error-boundary",
31713
31730
  style: { color: "#b40000", border: "2px solid #fd0000", background: "#ffd6d6", padding: "1em" }
31714
31731
  };
31715
- function mN(e, t, n, i, s, r) {
31732
+ function hN(e, t, n, i, s, r) {
31716
31733
  const a = y("ux-button");
31717
- return s.error ? (u(), h("div", fN, [
31734
+ return s.error ? (u(), h("div", mN, [
31718
31735
  x("pre", null, "COMPILE ERROR: " + b(s.error), 1),
31719
31736
  c(a, { onClick: r.reset }, {
31720
31737
  default: m(() => [
@@ -31724,7 +31741,7 @@ function mN(e, t, n, i, s, r) {
31724
31741
  }, 8, ["onClick"])
31725
31742
  ])) : H(e.$slots, "default", { key: 1 }, void 0, !0);
31726
31743
  }
31727
- const hN = /* @__PURE__ */ M(cN, [["render", mN], ["__scopeId", "data-v-0fd69158"]]), pN = {
31744
+ const pN = /* @__PURE__ */ M(fN, [["render", hN], ["__scopeId", "data-v-0fd69158"]]), yN = {
31728
31745
  props: {
31729
31746
  field: {
31730
31747
  type: Object,
@@ -31804,8 +31821,8 @@ const hN = /* @__PURE__ */ M(cN, [["render", mN], ["__scopeId", "data-v-0fd69158
31804
31821
  return isNaN(e) && (e = 0), e = Math.max(e, 0), parseInt(e);
31805
31822
  }
31806
31823
  }
31807
- }, yN = {
31808
- mixins: [pN],
31824
+ }, gN = {
31825
+ mixins: [yN],
31809
31826
  props: {
31810
31827
  modelValue: {
31811
31828
  type: [Object, Array]
@@ -31825,13 +31842,13 @@ const hN = /* @__PURE__ */ M(cN, [["render", mN], ["__scopeId", "data-v-0fd69158
31825
31842
  return `${this.label} ${t + 1}`;
31826
31843
  }
31827
31844
  }
31828
- }, gN = {
31845
+ }, _N = {
31829
31846
  key: 0,
31830
31847
  class: "ux-multi-group"
31831
31848
  };
31832
- function _N(e, t, n, i, s, r) {
31849
+ function vN(e, t, n, i, s, r) {
31833
31850
  const a = y("flex-cell"), o = y("flex-row"), l = y("ux-panel-header"), d = y("ux-render"), f = y("ux-panel-body"), p = y("ux-panel");
31834
- return e.multiValue ? (u(), h("div", gN, [
31851
+ return e.multiValue ? (u(), h("div", _N, [
31835
31852
  (u(!0), h(D, null, N(e.model, (g, v) => (u(), k(p, {
31836
31853
  ref_for: !0,
31837
31854
  ref: "row",
@@ -31882,13 +31899,13 @@ function _N(e, t, n, i, s, r) {
31882
31899
  "onUpdate:modelValue": t[0] || (t[0] = (g) => e.model = g)
31883
31900
  }, null, 8, ["submission", "fields", "flex", "parentModel", "modelValue"]));
31884
31901
  }
31885
- const vN = /* @__PURE__ */ M(yN, [["render", _N], ["__scopeId", "data-v-cb997d0e"]]), bN = {
31902
+ const bN = /* @__PURE__ */ M(gN, [["render", vN], ["__scopeId", "data-v-cb997d0e"]]), kN = {
31886
31903
  components: {
31887
31904
  Item: el,
31888
- FieldGroup: vN,
31905
+ FieldGroup: bN,
31889
31906
  // Compiler,
31890
31907
  Compile: Dh,
31891
- ErrorBoundary: hN
31908
+ ErrorBoundary: pN
31892
31909
  // ButtonSelect,
31893
31910
  // NativeSelect,
31894
31911
  // DateField,
@@ -32122,26 +32139,26 @@ const vN = /* @__PURE__ */ M(yN, [["render", _N], ["__scopeId", "data-v-cb997d0e
32122
32139
  return e;
32123
32140
  }
32124
32141
  }
32125
- }, kN = { class: "ux-field-title" }, wN = { class: "signature-view" }, xN = ["src"], TN = {
32142
+ }, wN = { class: "ux-field-title" }, xN = { class: "signature-view" }, TN = ["src"], SN = {
32126
32143
  key: 1,
32127
32144
  class: "signature-view"
32128
- }, SN = ["src"], ON = { class: "currency" }, DN = { key: 1 }, EN = { class: "currency" }, CN = { key: 1 }, MN = {
32145
+ }, ON = ["src"], DN = { class: "currency" }, EN = { key: 1 }, CN = { class: "currency" }, MN = { key: 1 }, VN = {
32129
32146
  key: 5,
32130
32147
  class: "ux-password-render"
32131
- }, VN = ["type", "value"], IN = ["type", "value"], FN = {
32148
+ }, IN = ["type", "value"], FN = ["type", "value"], AN = {
32132
32149
  key: 0,
32133
32150
  class: "display-grid"
32134
- }, AN = { class: "display-cell" }, NN = { key: 1 }, $N = { class: "display-cell" }, LN = {
32151
+ }, NN = { class: "display-cell" }, $N = { key: 1 }, LN = { class: "display-cell" }, PN = {
32135
32152
  key: 0,
32136
32153
  class: "display-grid"
32137
- }, PN = { class: "display-cell" }, RN = { key: 1 }, UN = { class: "display-cell" }, jN = ["innerHTML"], qN = ["innerHTML"], BN = { key: 1 }, zN = { key: 1 }, WN = ["href"], HN = { key: 1 }, GN = ["href"], YN = ["href"], JN = { key: 1 }, KN = ["href"], ZN = { key: 1 };
32138
- function XN(e, t, n, i, s, r) {
32154
+ }, RN = { class: "display-cell" }, UN = { key: 1 }, jN = { class: "display-cell" }, qN = ["innerHTML"], BN = ["innerHTML"], zN = { key: 1 }, WN = { key: 1 }, HN = ["href"], GN = { key: 1 }, YN = ["href"], JN = ["href"], KN = { key: 1 }, ZN = ["href"], XN = { key: 1 };
32155
+ function QN(e, t, n, i, s, r) {
32139
32156
  const a = y("field-group"), o = y("v-ace-editor"), l = y("flex-cell"), d = y("ux-icon"), f = y("ux-button"), p = y("flex-row"), g = y("ux-image"), v = y("ux-video"), T = y("item"), w = y("error-boundary");
32140
32157
  return r.visible ? (u(), h("div", {
32141
32158
  key: 0,
32142
32159
  class: L(["ux-field-render", r.classes])
32143
32160
  }, [
32144
- x("label", kN, b(r.title), 1),
32161
+ x("label", wN, b(r.title), 1),
32145
32162
  r.widget === "group" ? (u(), h(D, { key: 0 }, [
32146
32163
  r.asObject ? (u(), k(a, {
32147
32164
  key: 0,
@@ -32169,18 +32186,18 @@ function XN(e, t, n, i, s, r) {
32169
32186
  modelValue: r.fieldModel,
32170
32187
  "onUpdate:modelValue": t[2] || (t[2] = (S) => r.fieldModel = S)
32171
32188
  }, null, 8, ["submission", "display", "field", "parentModel", "modelValue"])) : r.widget === "signature" ? (u(), h(D, { key: 2 }, [
32172
- r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", wN, [
32173
- x("img", { src: S }, null, 8, xN)
32174
- ]))), 256)) : (u(), h("div", TN, [
32175
- x("img", { src: r.fieldModel }, null, 8, SN)
32189
+ r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", xN, [
32190
+ x("img", { src: S }, null, 8, TN)
32191
+ ]))), 256)) : (u(), h("div", SN, [
32192
+ x("img", { src: r.fieldModel }, null, 8, ON)
32176
32193
  ]))
32177
32194
  ], 64)) : r.widget === "currency" ? (u(), h(D, { key: 3 }, [
32178
32195
  r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
32179
32196
  O(b(r.formatCurrency(S)) + " ", 1),
32180
- x("span", ON, b(n.field.currency), 1)
32181
- ]))), 256)) : (u(), h("div", DN, [
32197
+ x("span", DN, b(n.field.currency), 1)
32198
+ ]))), 256)) : (u(), h("div", EN, [
32182
32199
  O(b(r.formatCurrency(r.fieldModel)) + " ", 1),
32183
- x("span", EN, b(n.field.currency), 1)
32200
+ x("span", CN, b(n.field.currency), 1)
32184
32201
  ]))
32185
32202
  ], 64)) : r.widget === "code" ? (u(), h(D, { key: 4 }, [
32186
32203
  r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
@@ -32193,7 +32210,7 @@ function XN(e, t, n, i, s, r) {
32193
32210
  theme: "tomorrow_night_eighties",
32194
32211
  style: { "min-height": "300px" }
32195
32212
  }, null, 8, ["value", "lang"])
32196
- ]))), 256)) : (u(), h("div", CN, [
32213
+ ]))), 256)) : (u(), h("div", MN, [
32197
32214
  c(o, {
32198
32215
  readonly: !0,
32199
32216
  class: "editor-wrap",
@@ -32204,7 +32221,7 @@ function XN(e, t, n, i, s, r) {
32204
32221
  style: { "min-height": "300px" }
32205
32222
  }, null, 8, ["value", "lang"])
32206
32223
  ]))
32207
- ], 64)) : r.widget === "password" ? (u(), h("div", MN, [
32224
+ ], 64)) : r.widget === "password" ? (u(), h("div", VN, [
32208
32225
  r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), k(p, {
32209
32226
  gap: "",
32210
32227
  center: ""
@@ -32215,7 +32232,7 @@ function XN(e, t, n, i, s, r) {
32215
32232
  x("input", {
32216
32233
  type: s.unmaskedLookup[`${E}`] ? "text" : "password",
32217
32234
  value: S
32218
- }, null, 8, VN)
32235
+ }, null, 8, IN)
32219
32236
  ]),
32220
32237
  _: 2
32221
32238
  }, 1024),
@@ -32267,7 +32284,7 @@ function XN(e, t, n, i, s, r) {
32267
32284
  x("input", {
32268
32285
  type: s.unmasked ? "text" : "password",
32269
32286
  value: r.fieldModel
32270
- }, null, 8, IN)
32287
+ }, null, 8, FN)
32271
32288
  ]),
32272
32289
  _: 1
32273
32290
  }),
@@ -32311,12 +32328,12 @@ function XN(e, t, n, i, s, r) {
32311
32328
  }))
32312
32329
  ])) : r.displayType === "image" ? (u(), h(D, { key: 6 }, [
32313
32330
  r.multiValue ? (u(), h(D, { key: 0 }, [
32314
- r.fieldModel.length > 1 ? (u(), h("div", FN, [
32315
- (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", AN, [
32331
+ r.fieldModel.length > 1 ? (u(), h("div", AN, [
32332
+ (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", NN, [
32316
32333
  c(g, { item: S }, null, 8, ["item"])
32317
32334
  ]))), 256))
32318
- ])) : (u(), h("div", NN, [
32319
- (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", $N, [
32335
+ ])) : (u(), h("div", $N, [
32336
+ (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", LN, [
32320
32337
  c(g, { item: S }, null, 8, ["item"])
32321
32338
  ]))), 256))
32322
32339
  ]))
@@ -32326,12 +32343,12 @@ function XN(e, t, n, i, s, r) {
32326
32343
  }, null, 8, ["item"]))
32327
32344
  ], 64)) : r.displayType === "video" ? (u(), h(D, { key: 7 }, [
32328
32345
  r.multiValue ? (u(), h(D, { key: 0 }, [
32329
- r.fieldModel.length > 1 ? (u(), h("div", LN, [
32330
- (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", PN, [
32346
+ r.fieldModel.length > 1 ? (u(), h("div", PN, [
32347
+ (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", RN, [
32331
32348
  c(v, { item: S }, null, 8, ["item"])
32332
32349
  ]))), 256))
32333
- ])) : (u(), h("div", RN, [
32334
- (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", UN, [
32350
+ ])) : (u(), h("div", UN, [
32351
+ (u(!0), h(D, null, N(r.fieldModel, (S, E) => (u(), h("div", jN, [
32335
32352
  c(v, { item: S }, null, 8, ["item"])
32336
32353
  ]))), 256))
32337
32354
  ]))
@@ -32385,48 +32402,48 @@ function XN(e, t, n, i, s, r) {
32385
32402
  r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
32386
32403
  c(w, null, {
32387
32404
  default: m(() => [
32388
- x("div", { innerHTML: S }, null, 8, jN)
32405
+ x("div", { innerHTML: S }, null, 8, qN)
32389
32406
  ]),
32390
32407
  _: 2
32391
32408
  }, 1024)
32392
32409
  ]))), 256)) : (u(), k(w, { key: 1 }, {
32393
32410
  default: m(() => [
32394
- x("div", { innerHTML: r.fieldModel }, null, 8, qN)
32411
+ x("div", { innerHTML: r.fieldModel }, null, 8, BN)
32395
32412
  ]),
32396
32413
  _: 1
32397
32414
  }))
32398
32415
  ], 64)) : _("", !0),
32399
32416
  r.type == "boolean" ? (u(), h(D, { key: 2 }, [
32400
- r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(!!S), 1))), 256)) : (u(), h("div", BN, b(!!r.fieldModel), 1))
32417
+ r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(!!S), 1))), 256)) : (u(), h("div", zN, b(!!r.fieldModel), 1))
32401
32418
  ], 64)) : _("", !0),
32402
32419
  r.type == "date" ? (u(), h(D, { key: 3 }, [
32403
- r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(r.renderDate(S)), 1))), 256)) : (u(), h("div", zN, b(r.renderDate(r.fieldModel)), 1))
32420
+ r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(r.renderDate(S)), 1))), 256)) : (u(), h("div", WN, b(r.renderDate(r.fieldModel)), 1))
32404
32421
  ], 64)) : _("", !0),
32405
32422
  r.type == "email" ? (u(), h(D, { key: 4 }, [
32406
32423
  r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
32407
32424
  x("a", {
32408
32425
  href: `mailto:${S}`
32409
- }, b(S), 9, WN)
32410
- ]))), 256)) : (u(), h("div", HN, [
32426
+ }, b(S), 9, HN)
32427
+ ]))), 256)) : (u(), h("div", GN, [
32411
32428
  x("a", {
32412
32429
  href: `mailto:${r.fieldModel}`
32413
- }, b(r.fieldModel), 9, GN)
32430
+ }, b(r.fieldModel), 9, YN)
32414
32431
  ]))
32415
32432
  ], 64)) : _("", !0),
32416
32433
  r.type == "url" ? (u(), h(D, { key: 5 }, [
32417
32434
  r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, [
32418
- x("a", { href: S }, b(S), 9, YN)
32419
- ]))), 256)) : (u(), h("div", JN, [
32420
- x("a", { href: r.fieldModel }, b(r.fieldModel), 9, KN)
32435
+ x("a", { href: S }, b(S), 9, JN)
32436
+ ]))), 256)) : (u(), h("div", KN, [
32437
+ x("a", { href: r.fieldModel }, b(r.fieldModel), 9, ZN)
32421
32438
  ]))
32422
32439
  ], 64)) : _("", !0),
32423
32440
  r.isNumber ? (u(), h(D, { key: 6 }, [
32424
- r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(S), 1))), 256)) : (u(), h("div", ZN, b(r.fieldModel), 1))
32441
+ r.multiValue ? (u(!0), h(D, { key: 0 }, N(r.fieldModel, (S, E) => (u(), h("div", null, b(S), 1))), 256)) : (u(), h("div", XN, b(r.fieldModel), 1))
32425
32442
  ], 64)) : _("", !0)
32426
32443
  ], 64))
32427
32444
  ], 2)) : _("", !0);
32428
32445
  }
32429
- const Eh = /* @__PURE__ */ M(bN, [["render", XN], ["__scopeId", "data-v-fd572525"]]), QN = {
32446
+ const Eh = /* @__PURE__ */ M(kN, [["render", QN], ["__scopeId", "data-v-fd572525"]]), e$ = {
32430
32447
  props: {
32431
32448
  parentModel: {
32432
32449
  type: Object
@@ -32483,7 +32500,7 @@ const Eh = /* @__PURE__ */ M(bN, [["render", XN], ["__scopeId", "data-v-fd572525
32483
32500
  }
32484
32501
  }
32485
32502
  };
32486
- function e$(e, t, n, i, s, r) {
32503
+ function t$(e, t, n, i, s, r) {
32487
32504
  const a = y("ux-field-render");
32488
32505
  return u(), h("div", {
32489
32506
  class: L(["ux-render bigbadaboom", r.renderClass])
@@ -32502,8 +32519,8 @@ function e$(e, t, n, i, s, r) {
32502
32519
  ], !0)
32503
32520
  ], 2);
32504
32521
  }
32505
- const t$ = /* @__PURE__ */ M(QN, [["render", e$], ["__scopeId", "data-v-62742e05"]]);
32506
- function n$(e) {
32522
+ const n$ = /* @__PURE__ */ M(e$, [["render", t$], ["__scopeId", "data-v-62742e05"]]);
32523
+ function r$(e) {
32507
32524
  e = e || {}, Math.max(parseInt(e.minimum || 0), 0);
32508
32525
  let t = Math.max(parseInt(e.maximum || 0), 0);
32509
32526
  const n = cf({}), i = Gt([]);
@@ -32557,7 +32574,7 @@ function n$(e) {
32557
32574
  }), n;
32558
32575
  }
32559
32576
  var Ka, Wc;
32560
- function r$() {
32577
+ function i$() {
32561
32578
  if (Wc) return Ka;
32562
32579
  Wc = 1;
32563
32580
  var e = "__lodash_hash_undefined__";
@@ -32567,7 +32584,7 @@ function r$() {
32567
32584
  return Ka = t, Ka;
32568
32585
  }
32569
32586
  var Za, Hc;
32570
- function i$() {
32587
+ function s$() {
32571
32588
  if (Hc) return Za;
32572
32589
  Hc = 1;
32573
32590
  function e(t) {
@@ -32576,10 +32593,10 @@ function i$() {
32576
32593
  return Za = e, Za;
32577
32594
  }
32578
32595
  var Xa, Gc;
32579
- function s$() {
32596
+ function a$() {
32580
32597
  if (Gc) return Xa;
32581
32598
  Gc = 1;
32582
- var e = ym(), t = r$(), n = i$();
32599
+ var e = ym(), t = i$(), n = s$();
32583
32600
  function i(s) {
32584
32601
  var r = -1, a = s == null ? 0 : s.length;
32585
32602
  for (this.__data__ = new e(); ++r < a; )
@@ -32588,7 +32605,7 @@ function s$() {
32588
32605
  return i.prototype.add = i.prototype.push = t, i.prototype.has = n, Xa = i, Xa;
32589
32606
  }
32590
32607
  var Qa, Yc;
32591
- function a$() {
32608
+ function o$() {
32592
32609
  if (Yc) return Qa;
32593
32610
  Yc = 1;
32594
32611
  var e = Th();
@@ -32599,7 +32616,7 @@ function a$() {
32599
32616
  return Qa = t, Qa;
32600
32617
  }
32601
32618
  var eo, Jc;
32602
- function o$() {
32619
+ function l$() {
32603
32620
  if (Jc) return eo;
32604
32621
  Jc = 1;
32605
32622
  function e(t, n, i) {
@@ -32611,7 +32628,7 @@ function o$() {
32611
32628
  return eo = e, eo;
32612
32629
  }
32613
32630
  var to, Kc;
32614
- function l$() {
32631
+ function u$() {
32615
32632
  if (Kc) return to;
32616
32633
  Kc = 1;
32617
32634
  function e(t, n) {
@@ -32620,14 +32637,14 @@ function l$() {
32620
32637
  return to = e, to;
32621
32638
  }
32622
32639
  var no, Zc;
32623
- function u$() {
32640
+ function d$() {
32624
32641
  if (Zc) return no;
32625
32642
  Zc = 1;
32626
32643
  var e = zo(), t = jn(), n = e(t, "Set");
32627
32644
  return no = n, no;
32628
32645
  }
32629
32646
  var ro, Xc;
32630
- function d$() {
32647
+ function c$() {
32631
32648
  if (Xc) return ro;
32632
32649
  Xc = 1;
32633
32650
  function e() {
@@ -32647,19 +32664,19 @@ function Ch() {
32647
32664
  return io = e, io;
32648
32665
  }
32649
32666
  var so, ef;
32650
- function c$() {
32667
+ function f$() {
32651
32668
  if (ef) return so;
32652
32669
  ef = 1;
32653
- var e = u$(), t = d$(), n = Ch(), i = 1 / 0, s = e && 1 / n(new e([, -0]))[1] == i ? function(r) {
32670
+ var e = d$(), t = c$(), n = Ch(), i = 1 / 0, s = e && 1 / n(new e([, -0]))[1] == i ? function(r) {
32654
32671
  return new e(r);
32655
32672
  } : t;
32656
32673
  return so = s, so;
32657
32674
  }
32658
32675
  var ao, tf;
32659
- function f$() {
32676
+ function m$() {
32660
32677
  if (tf) return ao;
32661
32678
  tf = 1;
32662
- var e = s$(), t = a$(), n = o$(), i = l$(), s = c$(), r = Ch(), a = 200;
32679
+ var e = a$(), t = o$(), n = l$(), i = u$(), s = f$(), r = Ch(), a = 200;
32663
32680
  function o(l, d, f) {
32664
32681
  var p = -1, g = t, v = l.length, T = !0, w = [], S = w;
32665
32682
  if (f)
@@ -32686,18 +32703,18 @@ function f$() {
32686
32703
  return ao = o, ao;
32687
32704
  }
32688
32705
  var oo, nf;
32689
- function m$() {
32706
+ function h$() {
32690
32707
  if (nf) return oo;
32691
32708
  nf = 1;
32692
- var e = f$();
32709
+ var e = m$();
32693
32710
  function t(n) {
32694
32711
  return n && n.length ? e(n) : [];
32695
32712
  }
32696
32713
  return oo = t, oo;
32697
32714
  }
32698
- var h$ = m$();
32699
- const p$ = /* @__PURE__ */ Zt(h$);
32700
- function y$(e, t) {
32715
+ var p$ = h$();
32716
+ const y$ = /* @__PURE__ */ Zt(p$);
32717
+ function g$(e, t) {
32701
32718
  var n = [], i;
32702
32719
  switch (t) {
32703
32720
  case "image":
@@ -32848,7 +32865,7 @@ function rf() {
32848
32865
  };
32849
32866
  }
32850
32867
  let lo;
32851
- const g$ = {
32868
+ const _$ = {
32852
32869
  emits: ["loading", "loaded", "click:row", "click:actions"],
32853
32870
  props: {
32854
32871
  defaultPage: {
@@ -33350,7 +33367,7 @@ const g$ = {
33350
33367
  t.push("event");
33351
33368
  break;
33352
33369
  }
33353
- return p$(t);
33370
+ return y$(t);
33354
33371
  },
33355
33372
  columns() {
33356
33373
  let e = [], t = {};
@@ -33365,7 +33382,7 @@ const g$ = {
33365
33382
  }
33366
33383
  var i = this.actualOptions.prefixColumns || [];
33367
33384
  i.forEach(n(!0));
33368
- var s = this.actualOptions.columns || [], r = s.length ? s : y$(this, this.basicType);
33385
+ var s = this.actualOptions.columns || [], r = s.length ? s : g$(this, this.basicType);
33369
33386
  r.length || r.push({
33370
33387
  title: "Title",
33371
33388
  key: "title"
@@ -33522,7 +33539,7 @@ const g$ = {
33522
33539
  data() {
33523
33540
  var s;
33524
33541
  var e = this.selectionManager;
33525
- e || (e = new n$({ minimum: this.minimum, maximum: this.maximum })), this.modelValue && e.setSelection(this.modelValue);
33542
+ e || (e = new r$({ minimum: this.minimum, maximum: this.maximum })), this.modelValue && e.setSelection(this.modelValue);
33526
33543
  const t = Math.max(
33527
33544
  isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
33528
33545
  1
@@ -33563,11 +33580,11 @@ const g$ = {
33563
33580
  actualOptions: this.options
33564
33581
  };
33565
33582
  }
33566
- }, ul = (e) => (je("data-v-09d249b3"), e = e(), qe(), e), _$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("strong", null, "Select Columns", -1)), v$ = {
33583
+ }, ul = (e) => (je("data-v-09d249b3"), e = e(), qe(), e), v$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("strong", null, "Select Columns", -1)), b$ = {
33567
33584
  key: 0,
33568
33585
  class: "font-sm"
33569
- }, b$ = { class: "footer" }, k$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("p", null, null, -1)), w$ = { key: 0 }, x$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("p", null, null, -1));
33570
- function T$(e, t, n, i, s, r) {
33586
+ }, k$ = { class: "footer" }, w$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("p", null, null, -1)), x$ = { key: 0 }, T$ = /* @__PURE__ */ ul(() => /* @__PURE__ */ x("p", null, null, -1));
33587
+ function S$(e, t, n, i, s, r) {
33571
33588
  const a = y("ux-icon"), o = y("ux-panel-body"), l = y("ux-panel"), d = y("flex-column"), f = y("ux-button"), p = y("flex-header"), g = y("ux-list-item"), v = y("ux-list"), T = y("flex-body"), w = y("ux-menu"), S = y("native-table"), E = y("pager"), V = y("flex-footer"), R = y("flex-row"), Y = y("search"), Q = y("ux-field"), I = y("filter-builder"), j = y("spinner");
33572
33589
  return r.actualDefinition ? (u(), k(d, {
33573
33590
  key: 0,
@@ -33671,7 +33688,7 @@ function T$(e, t, n, i, s, r) {
33671
33688
  icon: "fa-plus-minus",
33672
33689
  left: ""
33673
33690
  }),
33674
- _$
33691
+ v$
33675
33692
  ]),
33676
33693
  _: 1
33677
33694
  })
@@ -33727,7 +33744,7 @@ function T$(e, t, n, i, s, r) {
33727
33744
  c(o, null, {
33728
33745
  default: m(() => [
33729
33746
  x("div", null, b(r.emptyTextString), 1),
33730
- n.dateFilterEnabled ? (u(), h("div", v$, " Try changing your date range or updating your filter. ")) : _("", !0)
33747
+ n.dateFilterEnabled ? (u(), h("div", b$, " Try changing your date range or updating your filter. ")) : _("", !0)
33731
33748
  ]),
33732
33749
  _: 1
33733
33750
  })
@@ -33745,7 +33762,7 @@ function T$(e, t, n, i, s, r) {
33745
33762
  s.dataSource && !r.boundaryMessage ? (u(), k(V, { key: 0 }, {
33746
33763
  default: m(() => [
33747
33764
  H(e.$slots, "footera", {}, void 0, !0),
33748
- x("div", b$, [
33765
+ x("div", k$, [
33749
33766
  c(E, {
33750
33767
  page: s.page,
33751
33768
  "onUpdate:page": t[2] || (t[2] = (G) => s.page = G),
@@ -33777,15 +33794,15 @@ function T$(e, t, n, i, s, r) {
33777
33794
  debounce: 500,
33778
33795
  placeholder: "Keyword Search"
33779
33796
  }, null, 8, ["modelValue", "loading"]),
33780
- k$,
33781
- n.dateFilterEnabled ? (u(), h("div", w$, [
33797
+ w$,
33798
+ n.dateFilterEnabled ? (u(), h("div", x$, [
33782
33799
  c(Q, {
33783
33800
  field: r.dateRangeField,
33784
33801
  modelValue: s.dateRangeFilter,
33785
33802
  "onUpdate:modelValue": t[4] || (t[4] = (G) => s.dateRangeFilter = G)
33786
33803
  }, null, 8, ["field", "modelValue"])
33787
33804
  ])) : _("", !0),
33788
- x$,
33805
+ T$,
33789
33806
  c(I, {
33790
33807
  definition: r.actualDefinition,
33791
33808
  modelValue: s.actualFilter,
@@ -33812,7 +33829,7 @@ function T$(e, t, n, i, s, r) {
33812
33829
  _: 3
33813
33830
  })) : _("", !0);
33814
33831
  }
33815
- const S$ = /* @__PURE__ */ M(g$, [["render", T$], ["__scopeId", "data-v-09d249b3"]]), O$ = {
33832
+ const O$ = /* @__PURE__ */ M(_$, [["render", S$], ["__scopeId", "data-v-09d249b3"]]), D$ = {
33816
33833
  props: {
33817
33834
  modal: {
33818
33835
  type: Object,
@@ -33842,9 +33859,9 @@ const S$ = /* @__PURE__ */ M(g$, [["render", T$], ["__scopeId", "data-v-09d249b3
33842
33859
  return this.modal.style && (e = Object.assign(e, this.modal.style)), e;
33843
33860
  }
33844
33861
  }
33845
- }, D$ = { class: "modal-wrapper" };
33846
- function E$(e, t, n, i, s, r) {
33847
- return u(), h("div", D$, [
33862
+ }, E$ = { class: "modal-wrapper" };
33863
+ function C$(e, t, n, i, s, r) {
33864
+ return u(), h("div", E$, [
33848
33865
  x("div", {
33849
33866
  class: "modal-blanket",
33850
33867
  onClick: t[0] || (t[0] = (...a) => r.blanketClick && r.blanketClick(...a))
@@ -33862,7 +33879,7 @@ function E$(e, t, n, i, s, r) {
33862
33879
  ], 4)
33863
33880
  ]);
33864
33881
  }
33865
- const C$ = /* @__PURE__ */ M(O$, [["render", E$], ["__scopeId", "data-v-90c28992"]]), M$ = {
33882
+ const M$ = /* @__PURE__ */ M(D$, [["render", C$], ["__scopeId", "data-v-90c28992"]]), V$ = {
33866
33883
  mixins: [wn],
33867
33884
  computed: {
33868
33885
  confirmText() {
@@ -33890,25 +33907,25 @@ const C$ = /* @__PURE__ */ M(O$, [["render", E$], ["__scopeId", "data-v-90c28992
33890
33907
  }
33891
33908
  }
33892
33909
  }
33893
- }, V$ = { class: "padder" }, I$ = ["innerHTML"], F$ = { class: "padder" };
33894
- function A$(e, t, n, i, s, r) {
33910
+ }, I$ = { class: "padder" }, F$ = ["innerHTML"], A$ = { class: "padder" };
33911
+ function N$(e, t, n, i, s, r) {
33895
33912
  const a = y("flex-body"), o = y("ux-button"), l = y("flex-cell"), d = y("flex-row"), f = y("flex-footer"), p = y("flex-column");
33896
33913
  return u(), k(p, { class: "wrapper" }, {
33897
33914
  default: m(() => [
33898
33915
  c(a, null, {
33899
33916
  default: m(() => [
33900
- x("div", V$, [
33917
+ x("div", I$, [
33901
33918
  x("h5", null, b(e.options.title), 1),
33902
33919
  x("div", {
33903
33920
  innerHTML: e.options.description
33904
- }, null, 8, I$)
33921
+ }, null, 8, F$)
33905
33922
  ])
33906
33923
  ]),
33907
33924
  _: 1
33908
33925
  }),
33909
33926
  c(f, null, {
33910
33927
  default: m(() => [
33911
- x("div", F$, [
33928
+ x("div", A$, [
33912
33929
  c(d, null, {
33913
33930
  default: m(() => [
33914
33931
  c(l, null, {
@@ -33950,7 +33967,7 @@ function A$(e, t, n, i, s, r) {
33950
33967
  _: 1
33951
33968
  });
33952
33969
  }
33953
- const N$ = /* @__PURE__ */ M(M$, [["render", A$], ["__scopeId", "data-v-ee67e4b1"]]), $$ = {
33970
+ const $$ = /* @__PURE__ */ M(V$, [["render", N$], ["__scopeId", "data-v-ee67e4b1"]]), L$ = {
33954
33971
  data() {
33955
33972
  return {
33956
33973
  selected: null,
@@ -33989,21 +34006,21 @@ const N$ = /* @__PURE__ */ M(M$, [["render", A$], ["__scopeId", "data-v-ee67e4b1
33989
34006
  this.selected = e, this.close(e);
33990
34007
  }
33991
34008
  }
33992
- }, L$ = { class: "options-modal-header" }, P$ = { class: "padder" }, R$ = { class: "options-modal-header" }, U$ = { class: "padder" }, j$ = ["onClick"], q$ = ["innerHTML"], B$ = {
34009
+ }, P$ = { class: "options-modal-header" }, R$ = { class: "padder" }, U$ = { class: "options-modal-header" }, j$ = { class: "padder" }, q$ = ["onClick"], B$ = ["innerHTML"], z$ = {
33993
34010
  key: 0,
33994
34011
  class: "title"
33995
- }, z$ = {
34012
+ }, W$ = {
33996
34013
  key: 1,
33997
34014
  class: "description"
33998
- }, W$ = { class: "padder" };
33999
- function H$(e, t, n, i, s, r) {
34015
+ }, H$ = { class: "padder" };
34016
+ function G$(e, t, n, i, s, r) {
34000
34017
  const a = y("flex-header"), o = y("search"), l = y("flex-cell"), d = y("ux-icon"), f = y("flex-row"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"), T = y("flex-column");
34001
34018
  return u(), k(T, { class: "wrapper" }, {
34002
34019
  default: m(() => [
34003
34020
  e.options.title || e.options.description ? (u(), k(a, { key: 0 }, {
34004
34021
  default: m(() => [
34005
- x("div", L$, [
34006
- x("div", P$, [
34022
+ x("div", P$, [
34023
+ x("div", R$, [
34007
34024
  x("h5", null, b(e.options.title), 1),
34008
34025
  x("div", null, b(e.options.description), 1)
34009
34026
  ])
@@ -34013,8 +34030,8 @@ function H$(e, t, n, i, s, r) {
34013
34030
  })) : _("", !0),
34014
34031
  r.searchEnabled ? (u(), k(a, { key: 1 }, {
34015
34032
  default: m(() => [
34016
- x("div", R$, [
34017
- x("div", U$, [
34033
+ x("div", U$, [
34034
+ x("div", j$, [
34018
34035
  c(o, {
34019
34036
  modelValue: s.search,
34020
34037
  "onUpdate:modelValue": t[0] || (t[0] = (w) => s.search = w),
@@ -34049,14 +34066,14 @@ function H$(e, t, n, i, s, r) {
34049
34066
  x("div", {
34050
34067
  class: "option-icon",
34051
34068
  innerHTML: w.icon
34052
- }, null, 8, q$)
34069
+ }, null, 8, B$)
34053
34070
  ]),
34054
34071
  _: 2
34055
34072
  }, 1024)) : _("", !0),
34056
34073
  c(l, null, {
34057
34074
  default: m(() => [
34058
- w.title ? (u(), h("div", B$, b(w.title), 1)) : _("", !0),
34059
- w.description ? (u(), h("div", z$, b(w.description), 1)) : _("", !0)
34075
+ w.title ? (u(), h("div", z$, b(w.title), 1)) : _("", !0),
34076
+ w.description ? (u(), h("div", W$, b(w.description), 1)) : _("", !0)
34060
34077
  ]),
34061
34078
  _: 2
34062
34079
  }, 1024),
@@ -34072,14 +34089,14 @@ function H$(e, t, n, i, s, r) {
34072
34089
  ]),
34073
34090
  _: 2
34074
34091
  }, 1024)
34075
- ], 8, j$))), 256))
34092
+ ], 8, q$))), 256))
34076
34093
  ], 2)
34077
34094
  ]),
34078
34095
  _: 1
34079
34096
  }),
34080
34097
  c(v, { class: "options-modal-footer" }, {
34081
34098
  default: m(() => [
34082
- x("div", W$, [
34099
+ x("div", H$, [
34083
34100
  c(g, {
34084
34101
  size: "sm",
34085
34102
  onClick: e.dismiss
@@ -34097,7 +34114,7 @@ function H$(e, t, n, i, s, r) {
34097
34114
  _: 1
34098
34115
  });
34099
34116
  }
34100
- const G$ = /* @__PURE__ */ M($$, [["render", H$], ["__scopeId", "data-v-79ee703e"]]), Y$ = {
34117
+ const Y$ = /* @__PURE__ */ M(L$, [["render", G$], ["__scopeId", "data-v-79ee703e"]]), J$ = {
34101
34118
  mixins: [wn],
34102
34119
  data() {
34103
34120
  return {
@@ -34130,8 +34147,8 @@ const G$ = /* @__PURE__ */ M($$, [["render", H$], ["__scopeId", "data-v-79ee703e
34130
34147
  created() {
34131
34148
  this.options.model && (this.model = this.options.model);
34132
34149
  }
34133
- }, J$ = { class: "padder" }, K$ = { key: 0 }, Z$ = { class: "padder" };
34134
- function X$(e, t, n, i, s, r) {
34150
+ }, K$ = { class: "padder" }, Z$ = { key: 0 }, X$ = { class: "padder" };
34151
+ function Q$(e, t, n, i, s, r) {
34135
34152
  const a = y("ux-form"), o = y("flex-body"), l = y("ux-button"), d = y("flex-cell"), f = y("flex-spacer"), p = y("flex-row"), g = y("flex-footer"), v = y("flex-column");
34136
34153
  return u(), h("form", {
34137
34154
  class: "wrapper",
@@ -34141,9 +34158,9 @@ function X$(e, t, n, i, s, r) {
34141
34158
  default: m(() => [
34142
34159
  c(o, null, {
34143
34160
  default: m(() => [
34144
- x("div", J$, [
34161
+ x("div", K$, [
34145
34162
  x("h5", null, b(e.options.title), 1),
34146
- e.options.description ? (u(), h("p", K$, b(e.options.description), 1)) : _("", !0),
34163
+ e.options.description ? (u(), h("p", Z$, b(e.options.description), 1)) : _("", !0),
34147
34164
  c(a, {
34148
34165
  ref: "form",
34149
34166
  "onForm:state": r.formStateUpdated,
@@ -34157,7 +34174,7 @@ function X$(e, t, n, i, s, r) {
34157
34174
  }),
34158
34175
  c(g, { class: "border-top" }, {
34159
34176
  default: m(() => [
34160
- x("div", Z$, [
34177
+ x("div", X$, [
34161
34178
  c(p, null, {
34162
34179
  default: m(() => [
34163
34180
  c(d, { shrink: "" }, {
@@ -34203,8 +34220,8 @@ function X$(e, t, n, i, s, r) {
34203
34220
  })
34204
34221
  ], 32);
34205
34222
  }
34206
- const Q$ = /* @__PURE__ */ M(Y$, [["render", X$], ["__scopeId", "data-v-22036a05"]]);
34207
- function eL(e, t) {
34223
+ const eL = /* @__PURE__ */ M(J$, [["render", Q$], ["__scopeId", "data-v-22036a05"]]);
34224
+ function tL(e, t) {
34208
34225
  switch (e) {
34209
34226
  case "systemtask":
34210
34227
  case "comment":
@@ -34227,7 +34244,7 @@ function eL(e, t) {
34227
34244
  break;
34228
34245
  }
34229
34246
  }
34230
- function tL(e, t) {
34247
+ function nL(e, t) {
34231
34248
  let n = [];
34232
34249
  switch (e) {
34233
34250
  case "transaction":
@@ -34415,9 +34432,9 @@ function tL(e, t) {
34415
34432
  }
34416
34433
  return n;
34417
34434
  }
34418
- const nL = {
34435
+ const rL = {
34419
34436
  components: {
34420
- ContentBrowser: S$,
34437
+ ContentBrowser: O$,
34421
34438
  Search: kn,
34422
34439
  DateRange: Pm
34423
34440
  },
@@ -34440,7 +34457,7 @@ const nL = {
34440
34457
  },
34441
34458
  dateShortcuts() {
34442
34459
  const e = this.definition.key, t = this.definition.definesType || e;
34443
- return tL(t);
34460
+ return nL(t);
34444
34461
  },
34445
34462
  bigData() {
34446
34463
  var e;
@@ -34448,7 +34465,7 @@ const nL = {
34448
34465
  },
34449
34466
  dateFilterEnabled() {
34450
34467
  const e = this.definition.key, t = this.definition.definesType || e;
34451
- return eL(t, e);
34468
+ return tL(t, e);
34452
34469
  },
34453
34470
  dateSummary() {
34454
34471
  let { startDate: e, endDate: t } = this.dateRange;
@@ -34551,8 +34568,8 @@ const nL = {
34551
34568
  this.close(this.model);
34552
34569
  }
34553
34570
  }
34554
- }, rL = { class: "header" }, iL = { class: "font-muted font-sm" }, sL = { class: "date-range" }, aL = { class: "date-shortcuts" }, oL = ["onClick"], lL = { class: "rolodex" };
34555
- function uL(e, t, n, i, s, r) {
34571
+ }, iL = { class: "header" }, sL = { class: "font-muted font-sm" }, aL = { class: "date-range" }, oL = { class: "date-shortcuts" }, lL = ["onClick"], uL = { class: "rolodex" };
34572
+ function dL(e, t, n, i, s, r) {
34556
34573
  const a = y("flex-column"), o = y("flex-cell"), l = y("search"), d = y("ux-button"), f = y("date-range"), p = y("flex-row"), g = y("ux-menu"), v = y("ux-icon"), T = y("flex-header"), w = y("content-browser"), S = lf("tippy");
34557
34574
  return u(), k(a, { class: "wrapper" }, {
34558
34575
  default: m(() => [
@@ -34565,7 +34582,7 @@ function uL(e, t, n, i, s, r) {
34565
34582
  s.definition ? (u(), h(D, { key: 0 }, [
34566
34583
  c(T, null, {
34567
34584
  default: m(() => [
34568
- x("div", rL, [
34585
+ x("div", iL, [
34569
34586
  c(p, {
34570
34587
  vcenter: "",
34571
34588
  gap: ""
@@ -34579,7 +34596,7 @@ function uL(e, t, n, i, s, r) {
34579
34596
  }),
34580
34597
  r.maximum ? (u(), k(o, { key: 0 }, {
34581
34598
  default: m(() => [
34582
- x("span", iL, "(" + b(s.model.length) + " of " + b(r.maximum) + ")", 1)
34599
+ x("span", sL, "(" + b(s.model.length) + " of " + b(r.maximum) + ")", 1)
34583
34600
  ]),
34584
34601
  _: 1
34585
34602
  })) : _("", !0),
@@ -34617,16 +34634,16 @@ function uL(e, t, n, i, s, r) {
34617
34634
  ])
34618
34635
  ]),
34619
34636
  default: m(() => [
34620
- x("div", sL, [
34637
+ x("div", aL, [
34621
34638
  c(p, { gap: "" }, {
34622
34639
  default: m(() => [
34623
34640
  c(o, { shrink: "" }, {
34624
34641
  default: m(() => [
34625
- x("ul", aL, [
34642
+ x("ul", oL, [
34626
34643
  (u(!0), h(D, null, N(r.dateShortcuts, (E) => (u(), h("li", null, [
34627
34644
  x("a", {
34628
34645
  onClick: (V) => r.setDateRange(E)
34629
- }, b(E.title), 9, oL)
34646
+ }, b(E.title), 9, lL)
34630
34647
  ]))), 256))
34631
34648
  ])
34632
34649
  ]),
@@ -34710,7 +34727,7 @@ function uL(e, t, n, i, s, r) {
34710
34727
  abovecontent: m(() => [
34711
34728
  r.rolodexEnabled ? (u(), k(T, { key: 0 }, {
34712
34729
  default: m(() => [
34713
- x("div", lL, [
34730
+ x("div", uL, [
34714
34731
  c(d, {
34715
34732
  size: "sm",
34716
34733
  onClick: t[3] || (t[3] = (E) => r.toggleRolodex("")),
@@ -34746,7 +34763,7 @@ function uL(e, t, n, i, s, r) {
34746
34763
  _: 1
34747
34764
  });
34748
34765
  }
34749
- const dL = /* @__PURE__ */ M(nL, [["render", uL], ["__scopeId", "data-v-aeaca77a"]]), cL = {
34766
+ const cL = /* @__PURE__ */ M(rL, [["render", dL], ["__scopeId", "data-v-aeaca77a"]]), fL = {
34750
34767
  components: {
34751
34768
  ScopeSelect: K2
34752
34769
  // Search,
@@ -34820,14 +34837,14 @@ const dL = /* @__PURE__ */ M(nL, [["render", uL], ["__scopeId", "data-v-aeaca77a
34820
34837
  console.log("selection complete", e, this.model), this.close(this.model);
34821
34838
  }
34822
34839
  }
34823
- }, fL = (e) => (je("data-v-c5b42335"), e = e(), qe(), e), mL = { class: "header" }, hL = /* @__PURE__ */ fL(() => /* @__PURE__ */ x("h3", null, "Select Scopes", -1));
34824
- function pL(e, t, n, i, s, r) {
34840
+ }, mL = (e) => (je("data-v-c5b42335"), e = e(), qe(), e), hL = { class: "header" }, pL = /* @__PURE__ */ mL(() => /* @__PURE__ */ x("h3", null, "Select Scopes", -1));
34841
+ function yL(e, t, n, i, s, r) {
34825
34842
  const a = y("flex-cell"), o = y("ux-button"), l = y("flex-row"), d = y("flex-header"), f = y("scope-select"), p = y("flex-column");
34826
34843
  return u(), k(p, { class: "wrapper" }, {
34827
34844
  default: m(() => [
34828
34845
  c(d, null, {
34829
34846
  default: m(() => [
34830
- x("div", mL, [
34847
+ x("div", hL, [
34831
34848
  c(l, {
34832
34849
  vcenter: "",
34833
34850
  gap: ""
@@ -34835,7 +34852,7 @@ function pL(e, t, n, i, s, r) {
34835
34852
  default: m(() => [
34836
34853
  c(a, null, {
34837
34854
  default: m(() => [
34838
- hL
34855
+ pL
34839
34856
  ]),
34840
34857
  _: 1
34841
34858
  }),
@@ -34872,7 +34889,7 @@ function pL(e, t, n, i, s, r) {
34872
34889
  _: 1
34873
34890
  });
34874
34891
  }
34875
- const yL = /* @__PURE__ */ M(cL, [["render", pL], ["__scopeId", "data-v-c5b42335"]]), gL = {
34892
+ const gL = /* @__PURE__ */ M(fL, [["render", yL], ["__scopeId", "data-v-c5b42335"]]), _L = {
34876
34893
  mixins: [wn],
34877
34894
  components: {
34878
34895
  Tagger: FT
@@ -34896,17 +34913,17 @@ const yL = /* @__PURE__ */ M(cL, [["render", pL], ["__scopeId", "data-v-c5b42335
34896
34913
  data() {
34897
34914
  return {};
34898
34915
  }
34899
- }, _L = { class: "header" }, vL = {
34916
+ }, vL = { class: "header" }, bL = {
34900
34917
  key: 0,
34901
34918
  class: "font-sm font-muted"
34902
- }, bL = { class: "footer" };
34903
- function kL(e, t, n, i, s, r) {
34919
+ }, kL = { class: "footer" };
34920
+ function wL(e, t, n, i, s, r) {
34904
34921
  const a = y("flex-cell"), o = y("flex-row"), l = y("flex-header"), d = y("tagger"), f = y("ux-panel-body"), p = y("flex-body"), g = y("ux-button"), v = y("flex-footer"), T = y("flex-column");
34905
34922
  return u(), k(T, { class: "wrapper" }, {
34906
34923
  default: m(() => [
34907
34924
  c(l, null, {
34908
34925
  default: m(() => [
34909
- x("div", _L, [
34926
+ x("div", vL, [
34910
34927
  c(o, {
34911
34928
  gap: "",
34912
34929
  center: ""
@@ -34917,7 +34934,7 @@ function kL(e, t, n, i, s, r) {
34917
34934
  var w;
34918
34935
  return [
34919
34936
  x("h3", null, b(r.title), 1),
34920
- (w = r.description) != null && w.length ? (u(), h("div", vL, b(r.description), 1)) : _("", !0)
34937
+ (w = r.description) != null && w.length ? (u(), h("div", bL, b(r.description), 1)) : _("", !0)
34921
34938
  ];
34922
34939
  }),
34923
34940
  _: 1
@@ -34945,7 +34962,7 @@ function kL(e, t, n, i, s, r) {
34945
34962
  }),
34946
34963
  c(v, null, {
34947
34964
  default: m(() => [
34948
- x("div", bL, [
34965
+ x("div", kL, [
34949
34966
  c(o, {
34950
34967
  gap: "",
34951
34968
  center: ""
@@ -34988,7 +35005,7 @@ function kL(e, t, n, i, s, r) {
34988
35005
  _: 1
34989
35006
  });
34990
35007
  }
34991
- const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9"]]), gt = "uploading", zr = "complete", un = "ready", xL = "error", TL = "upload.cancel", SL = "upload.start", sf = "upload.complete", OL = "upload.progress", DL = "upload.error", EL = {
35008
+ const xL = /* @__PURE__ */ M(_L, [["render", wL], ["__scopeId", "data-v-da6e77a9"]]), gt = "uploading", zr = "complete", un = "ready", TL = "error", SL = "upload.cancel", OL = "upload.start", sf = "upload.complete", DL = "upload.progress", EL = "upload.error", CL = {
34992
35009
  props: {
34993
35010
  accept: {
34994
35011
  type: String
@@ -35119,7 +35136,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
35119
35136
  return new cf().bootstrap(d), n.queue.unshift(d), d;
35120
35137
  },
35121
35138
  cancelFile(e) {
35122
- e.state == gt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = un, e.dispatch(TL));
35139
+ e.state == gt && (e.cancel && e.cancel("Cancelled"), e.bytesLoaded = 0, e.percent = 0, e.state = un, e.dispatch(SL));
35123
35140
  },
35124
35141
  removeFile(e) {
35125
35142
  var t = this.queue.indexOf(e);
@@ -35145,7 +35162,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
35145
35162
  case gt:
35146
35163
  return;
35147
35164
  }
35148
- e.state = gt, e.dispatch(SL);
35165
+ e.state = gt, e.dispatch(OL);
35149
35166
  {
35150
35167
  const f = e.size, p = e.name, g = e.mime, { data: v } = await t.$sdk.api.post("/file/check", {
35151
35168
  fileSize: f,
@@ -35169,7 +35186,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
35169
35186
  let p = Math.floor(
35170
35187
  f.loaded * 100 / f.total
35171
35188
  );
35172
- e.percent = p, e.bytesLoaded = f.loaded, e.bytesTotal = f.total, e.dispatch(OL, f);
35189
+ e.percent = p, e.bytesLoaded = f.loaded, e.bytesTotal = f.total, e.dispatch(DL, f);
35173
35190
  }
35174
35191
  };
35175
35192
  const o = t.$sdk.api.CancelToken.source();
@@ -35181,7 +35198,7 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
35181
35198
  e.result = f.data, e.state = zr, e.result.meta, t.$sdk.notify(`${e.result.title} was uploaded successfully`), e.dispatch(sf, f.data), t.uploadNextFile();
35182
35199
  }), d.catch(function(f) {
35183
35200
  var p = t.$sdk.api.wasCancelled(f);
35184
- p ? e.state = un : (e.state = xL, e.dispatch(DL, f), t.uploadNextFile());
35201
+ p ? e.state = un : (e.state = TL, e.dispatch(EL, f), t.uploadNextFile());
35185
35202
  });
35186
35203
  },
35187
35204
  toggle() {
@@ -35238,9 +35255,9 @@ const wL = /* @__PURE__ */ M(gL, [["render", kL], ["__scopeId", "data-v-da6e77a9
35238
35255
  e.uploading ? e.pause() : (e.queue.length = 0, e.defaultFreeformTags.length = 0, e.defaultScopes.length = 0);
35239
35256
  }
35240
35257
  }
35241
- }, CL = { class: "uploader" }, ML = ["accept"], VL = ["accept"];
35242
- function IL(e, t, n, i, s, r) {
35243
- return u(), h("div", CL, [
35258
+ }, ML = { class: "uploader" }, VL = ["accept"], IL = ["accept"];
35259
+ function FL(e, t, n, i, s, r) {
35260
+ return u(), h("div", ML, [
35244
35261
  x("input", {
35245
35262
  style: { display: "none" },
35246
35263
  accept: n.accept,
@@ -35248,13 +35265,13 @@ function IL(e, t, n, i, s, r) {
35248
35265
  type: "file",
35249
35266
  multiple: "",
35250
35267
  onChange: t[0] || (t[0] = (a) => r.filesSelected(a.target.files))
35251
- }, null, 40, ML),
35268
+ }, null, 40, VL),
35252
35269
  x("input", {
35253
35270
  style: { display: "none" },
35254
35271
  accept: n.accept,
35255
35272
  ref: "immediateFile",
35256
35273
  type: "file"
35257
- }, null, 8, VL),
35274
+ }, null, 8, IL),
35258
35275
  H(e.$slots, "default", {
35259
35276
  queue: s.queue,
35260
35277
  items: e.items,
@@ -35266,11 +35283,11 @@ function IL(e, t, n, i, s, r) {
35266
35283
  })
35267
35284
  ]);
35268
35285
  }
35269
- const RL = /* @__PURE__ */ M(EL, [["render", IL]]);
35270
- function FL(e, t) {
35286
+ const UL = /* @__PURE__ */ M(CL, [["render", FL]]);
35287
+ function AL(e, t) {
35271
35288
  return t.reduce((n, i) => Math.abs(i - e) < Math.abs(n - e) ? i : n);
35272
35289
  }
35273
- function UL() {
35290
+ function jL() {
35274
35291
  var e = Gt({
35275
35292
  mounted: !1,
35276
35293
  screen: {
@@ -35343,7 +35360,7 @@ function UL() {
35343
35360
  point: 0
35344
35361
  }, a = 0;
35345
35362
  i > e.limits.xs && a++, i > e.limits.sm && a++, i > e.limits.md && a++, i > e.limits.lg && a++, a < 1 && (r.mobile = !0, r.xs = !0, r.xsOnly = !0, r.smAndDown = !0, r.mdAndDown = !0, r.lgAndDown = !0), a == 1 && (r.tablet = !0, r.sm = !0, r.smOnly = !0, r.smAndDown = !0, r.mdAndDown = !0, r.lgAndDown = !0, r.smAndUp = !0), a == 2 && (r.desktop = !0, r.md = !0, r.mdOnly = !0, r.mdAndDown = !0, r.lgAndDown = !0, r.smAndUp = !0, r.mdAndUp = !0), a == 3 && (r.desktop = !0, r.lg = !0, r.lgOnly = !0, r.lgAndDown = !0, r.smAndUp = !0, r.mdAndUp = !0, r.lgAndUp = !0), a > 3 && (r.desktop = !0, r.xl = !0, r.xlOnly = !0, r.smAndUp = !0, r.mdAndUp = !0, r.lgAndUp = !0), e.point = a, e.breakpoint = r;
35346
- const l = FL(i, [320, 768, 1200, 1800, 2e3]), d = l * 1, f = l * 1.5, p = l * 2;
35363
+ const l = AL(i, [320, 768, 1200, 1800, 2e3]), d = l * 1, f = l * 1.5, p = l * 2;
35347
35364
  e.image = {
35348
35365
  auto: {
35349
35366
  low: d,
@@ -35357,7 +35374,7 @@ function UL() {
35357
35374
  n.removeEventListener("resize", e.resize), n = !1, t = !1, e.mounted = !1;
35358
35375
  }, e;
35359
35376
  }
35360
- const AL = `qik vue ui ${Hh}`, af = {
35377
+ const NL = `qik vue ui ${Hh}`, af = {
35361
35378
  FlexColumn: ag,
35362
35379
  FlexBody: dg,
35363
35380
  FlexHeader: hg,
@@ -35379,7 +35396,7 @@ const AL = `qik vue ui ${Hh}`, af = {
35379
35396
  UxFieldWrapper: uN,
35380
35397
  UxSubmissionForm: PA,
35381
35398
  UxPaymentMethodForm: iN,
35382
- UxRender: t$,
35399
+ UxRender: n$,
35383
35400
  UxRenderField: Eh,
35384
35401
  UxIcon: fk,
35385
35402
  UxMenu: pk,
@@ -35400,12 +35417,12 @@ const AL = `qik vue ui ${Hh}`, af = {
35400
35417
  UxSpinner: $n,
35401
35418
  ProgressBar: Yu,
35402
35419
  UxProgressBar: Yu,
35403
- UxModal: C$,
35420
+ UxModal: M$,
35404
35421
  Compile: Dh
35405
- }, jL = {
35422
+ }, qL = {
35406
35423
  install(e, t) {
35407
35424
  var i;
35408
- if (console.log(AL), t.date = fe, t.global = t.global || Gt({}), (i = t.global) != null && i.cacheKeys || (t.global.cacheKeys = t.global.cacheKeys || Gt({})), !t.global.glossary) {
35425
+ if (console.log(NL), t.date = fe, t.global = t.global || Gt({}), (i = t.global) != null && i.cacheKeys || (t.global.cacheKeys = t.global.cacheKeys || Gt({})), !t.global.glossary) {
35409
35426
  var n = Yy(t);
35410
35427
  e.config.globalProperties.$glossary = n, t.global.glossary = n;
35411
35428
  }
@@ -35415,17 +35432,17 @@ const AL = `qik vue ui ${Hh}`, af = {
35415
35432
  });
35416
35433
  }, t.prompt = function(s, r) {
35417
35434
  return r = r || {}, r.model = r.model || {}, r.fields = s, t.modal({
35418
- component: Q$,
35435
+ component: eL,
35419
35436
  options: r
35420
35437
  });
35421
35438
  }, t.browse = function(s, r) {
35422
35439
  return r = r || {}, r.type = s, r.model = r.model || [], t.modal({
35423
- component: dL,
35440
+ component: cL,
35424
35441
  options: r
35425
35442
  });
35426
35443
  }, t.tag = function(s) {
35427
35444
  return s = s || {}, s.model = s.model || [], t.modal({
35428
- component: wL,
35445
+ component: xL,
35429
35446
  options: s
35430
35447
  });
35431
35448
  }, t.selectScopes = async function(s) {
@@ -35447,17 +35464,17 @@ const AL = `qik vue ui ${Hh}`, af = {
35447
35464
  );
35448
35465
  }
35449
35466
  return t.modal({
35450
- component: yL,
35467
+ component: gL,
35451
35468
  options: s
35452
35469
  });
35453
35470
  }, t.confirm = function(s, r) {
35454
35471
  return r = r || {}, r.title = s, t.modal({
35455
- component: N$,
35472
+ component: $$,
35456
35473
  options: r
35457
35474
  });
35458
35475
  }, t.options = function(s, r, a, o) {
35459
35476
  return o = o || {}, t.modal({
35460
- component: G$,
35477
+ component: Y$,
35461
35478
  options: {
35462
35479
  title: r,
35463
35480
  description: a,
@@ -35480,10 +35497,10 @@ const AL = `qik vue ui ${Hh}`, af = {
35480
35497
  export {
35481
35498
  Gu as Avatar,
35482
35499
  xh as CodeEditor,
35483
- S$ as ContentBrowser,
35500
+ O$ as ContentBrowser,
35484
35501
  Bm as ContentSearch,
35485
35502
  Pm as DateRange,
35486
- UL as Device,
35503
+ jL as Device,
35487
35504
  zC as FileDrop,
35488
35505
  dg as FlexBody,
35489
35506
  kg as FlexCell,
@@ -35504,12 +35521,12 @@ export {
35504
35521
  zg as PanelFooter,
35505
35522
  Ug as PanelHeader,
35506
35523
  Yu as ProgressBar,
35507
- jL as QikUI,
35524
+ qL as QikUI,
35508
35525
  H1 as RememberScrollMixin,
35509
35526
  K2 as ScopeSelect,
35510
35527
  eO as ScopeSelectButton,
35511
35528
  kn as Search,
35512
- n$ as Selection,
35529
+ r$ as Selection,
35513
35530
  $n as Spinner,
35514
35531
  dm as StripeElement,
35515
35532
  cm as StripeElements,
@@ -35532,7 +35549,7 @@ export {
35532
35549
  _k as UXMenuList,
35533
35550
  iN as UXPaymentMethodForm,
35534
35551
  Lk as UXPill,
35535
- t$ as UXRender,
35552
+ n$ as UXRender,
35536
35553
  Eh as UXRenderField,
35537
35554
  PA as UXSubmissionForm,
35538
35555
  km as UXSwitch,
@@ -35540,13 +35557,13 @@ export {
35540
35557
  tb as UXTable,
35541
35558
  t_ as UXTabset,
35542
35559
  Ck as UXVideo,
35543
- RL as UploadService,
35544
- N$ as UxConfirmModal,
35545
- dL as UxContentModal,
35546
- C$ as UxModal,
35547
- G$ as UxOptionsModal,
35548
- Q$ as UxPromptModal,
35549
- yL as UxScopeModal,
35550
- wL as UxTaggerModal
35560
+ UL as UploadService,
35561
+ $$ as UxConfirmModal,
35562
+ cL as UxContentModal,
35563
+ M$ as UxModal,
35564
+ Y$ as UxOptionsModal,
35565
+ eL as UxPromptModal,
35566
+ gL as UxScopeModal,
35567
+ xL as UxTaggerModal
35551
35568
  };
35552
35569
  //# sourceMappingURL=lib.es.js.map