@qikdev/vue-ui 0.2.282 → 0.2.284

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
@@ -47,7 +47,7 @@ import {
47
47
  vModelDynamic as Zn,
48
48
  } from "vue";
49
49
  import { EventDispatcher as jl } from "@qikdev/sdk";
50
- const fu = "0.2.282";
50
+ const fu = "0.2.284";
51
51
  class qt extends Error {}
52
52
  class mu extends qt {
53
53
  constructor(t) {
@@ -9620,6 +9620,9 @@ const Qg = {
9620
9620
  },
9621
9621
  },
9622
9622
  computed: {
9623
+ noneTitle() {
9624
+ return this.field.placeholder || "None";
9625
+ },
9623
9626
  usePills() {
9624
9627
  return this.field.pills || this.pills;
9625
9628
  },
@@ -9643,7 +9646,7 @@ const Qg = {
9643
9646
  n = this.model;
9644
9647
  return n || n === !1 || n === 0
9645
9648
  ? this.getLabel(this.optionLookup[this.model])
9646
- : t || this.title || "Click to select";
9649
+ : t || this.noneTitle || this.title || "Click to select";
9647
9650
  },
9648
9651
  grouped() {
9649
9652
  const e = this,
@@ -9707,7 +9710,7 @@ const Qg = {
9707
9710
  },
9708
9711
  },
9709
9712
  },
9710
- e_ = (e) => (Ze("data-v-f2186a72"), (e = e()), Je(), e),
9713
+ e_ = (e) => (Ze("data-v-efa84717"), (e = e()), Je(), e),
9711
9714
  t_ = {
9712
9715
  key: 0,
9713
9716
  class: "ux-field-title",
@@ -10017,7 +10020,7 @@ function v_(e, t, n, r, s, i) {
10017
10020
  },
10018
10021
  [
10019
10022
  i.showNoneOption
10020
- ? (a(), d("option", p_, "None"))
10023
+ ? (a(), d("option", p_, b(i.noneTitle), 1))
10021
10024
  : g("", !0),
10022
10025
  i.grouped
10023
10026
  ? (a(!0),
@@ -10102,7 +10105,7 @@ function v_(e, t, n, r, s, i) {
10102
10105
  }
10103
10106
  const gt = /* @__PURE__ */ V(Qg, [
10104
10107
  ["render", v_],
10105
- ["__scopeId", "data-v-f2186a72"],
10108
+ ["__scopeId", "data-v-efa84717"],
10106
10109
  ]);
10107
10110
  const b_ = {
10108
10111
  props: {
@@ -10427,9 +10430,9 @@ function k_(e, t, n, r, s, i) {
10427
10430
  )
10428
10431
  );
10429
10432
  }
10430
- const XM = /* @__PURE__ */ V(b_, [
10433
+ const QM = /* @__PURE__ */ V(b_, [
10431
10434
  ["render", k_],
10432
- ["__scopeId", "data-v-f46dd772"],
10435
+ ["__scopeId", "data-v-6cb45aad"],
10433
10436
  ]);
10434
10437
  function x_(e) {
10435
10438
  return au() ? (uu(e), !0) : !1;
@@ -37356,7 +37359,7 @@ function eF(e, t, n, r, s, i) {
37356
37359
  }
37357
37360
  const tF = /* @__PURE__ */ V(QD, [
37358
37361
  ["render", eF],
37359
- ["__scopeId", "data-v-696aa569"],
37362
+ ["__scopeId", "data-v-ea61bb91"],
37360
37363
  ]);
37361
37364
  var nF = "__lodash_hash_undefined__";
37362
37365
  function iF(e) {
@@ -37800,6 +37803,11 @@ const zF = {
37800
37803
  },
37801
37804
  },
37802
37805
  computed: {
37806
+ emptyTextString() {
37807
+ return this.dateFilterEnabled
37808
+ ? `No ${this.plural} match your filters.`
37809
+ : `No ${this.plural} found.`;
37810
+ },
37803
37811
  definition() {
37804
37812
  const e = this;
37805
37813
  return e.glossary ? e.glossary[e.type] : null;
@@ -38374,15 +38382,19 @@ const zF = {
38374
38382
  };
38375
38383
  },
38376
38384
  },
38377
- ls = (e) => (Ze("data-v-665d3903"), (e = e()), Je(), e),
38385
+ ls = (e) => (Ze("data-v-918225cf"), (e = e()), Je(), e),
38378
38386
  qF = /* @__PURE__ */ ls(() =>
38379
38387
  /* @__PURE__ */ x("strong", null, "Select Columns", -1),
38380
38388
  ),
38381
- HF = { class: "footer" },
38382
- WF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1)),
38383
- GF = { key: 0 },
38384
- YF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1));
38385
- function KF(e, t, n, r, s, i) {
38389
+ HF = {
38390
+ key: 0,
38391
+ class: "font-sm",
38392
+ },
38393
+ WF = { class: "footer" },
38394
+ GF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1)),
38395
+ YF = { key: 0 },
38396
+ KF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1));
38397
+ function ZF(e, t, n, r, s, i) {
38386
38398
  const l = y("ux-icon"),
38387
38399
  o = y("ux-panel-body"),
38388
38400
  u = y("ux-panel"),
@@ -38824,13 +38836,22 @@ function KF(e, t, n, r, s, i) {
38824
38836
  x(
38825
38837
  "div",
38826
38838
  null,
38827
- "No " +
38828
- b(
38829
- i.plural,
38830
- ) +
38831
- " found.",
38839
+ b(
38840
+ i.emptyTextString,
38841
+ ),
38832
38842
  1,
38833
38843
  ),
38844
+ n.dateFilterEnabled
38845
+ ? (a(),
38846
+ d(
38847
+ "div",
38848
+ HF,
38849
+ " Try changing your date range or updating your filter. ",
38850
+ ))
38851
+ : g(
38852
+ "",
38853
+ !0,
38854
+ ),
38834
38855
  ],
38835
38856
  ),
38836
38857
  _: 1,
@@ -38864,7 +38885,7 @@ function KF(e, t, n, r, s, i) {
38864
38885
  void 0,
38865
38886
  !0,
38866
38887
  ),
38867
- x("div", HF, [
38888
+ x("div", WF, [
38868
38889
  c(
38869
38890
  P,
38870
38891
  {
@@ -38928,10 +38949,10 @@ function KF(e, t, n, r, s, i) {
38928
38949
  8,
38929
38950
  ["modelValue", "loading"],
38930
38951
  ),
38931
- WF,
38952
+ GF,
38932
38953
  n.dateFilterEnabled
38933
38954
  ? (a(),
38934
- d("div", GF, [
38955
+ d("div", YF, [
38935
38956
  c(
38936
38957
  le,
38937
38958
  {
@@ -38948,7 +38969,7 @@ function KF(e, t, n, r, s, i) {
38948
38969
  ),
38949
38970
  ]))
38950
38971
  : g("", !0),
38951
- YF,
38972
+ KF,
38952
38973
  c(
38953
38974
  W,
38954
38975
  {
@@ -38991,11 +39012,11 @@ function KF(e, t, n, r, s, i) {
38991
39012
  ))
38992
39013
  : g("", !0);
38993
39014
  }
38994
- const ZF = /* @__PURE__ */ V(zF, [
38995
- ["render", KF],
38996
- ["__scopeId", "data-v-665d3903"],
39015
+ const JF = /* @__PURE__ */ V(zF, [
39016
+ ["render", ZF],
39017
+ ["__scopeId", "data-v-918225cf"],
38997
39018
  ]);
38998
- const JF = {
39019
+ const XF = {
38999
39020
  props: {
39000
39021
  modal: {
39001
39022
  type: Object,
@@ -39026,11 +39047,11 @@ const JF = {
39026
39047
  },
39027
39048
  },
39028
39049
  },
39029
- XF = { class: "modal-wrapper" };
39030
- function QF(e, t, n, r, s, i) {
39050
+ QF = { class: "modal-wrapper" };
39051
+ function eM(e, t, n, r, s, i) {
39031
39052
  return (
39032
39053
  a(),
39033
- d("div", XF, [
39054
+ d("div", QF, [
39034
39055
  x("div", {
39035
39056
  class: "modal-blanket",
39036
39057
  onClick:
@@ -39066,11 +39087,11 @@ function QF(e, t, n, r, s, i) {
39066
39087
  ])
39067
39088
  );
39068
39089
  }
39069
- const eM = /* @__PURE__ */ V(JF, [
39070
- ["render", QF],
39090
+ const tM = /* @__PURE__ */ V(XF, [
39091
+ ["render", eM],
39071
39092
  ["__scopeId", "data-v-90c28992"],
39072
39093
  ]);
39073
- const tM = {
39094
+ const nM = {
39074
39095
  mixins: [_n],
39075
39096
  computed: {
39076
39097
  confirmText() {
@@ -39081,10 +39102,10 @@ const tM = {
39081
39102
  },
39082
39103
  },
39083
39104
  },
39084
- nM = { class: "padder" },
39085
- iM = ["innerHTML"],
39086
- rM = { class: "padder" };
39087
- function sM(e, t, n, r, s, i) {
39105
+ iM = { class: "padder" },
39106
+ rM = ["innerHTML"],
39107
+ sM = { class: "padder" };
39108
+ function lM(e, t, n, r, s, i) {
39088
39109
  const l = y("flex-body"),
39089
39110
  o = y("ux-button"),
39090
39111
  u = y("flex-cell"),
@@ -39100,7 +39121,7 @@ function sM(e, t, n, r, s, i) {
39100
39121
  default: h(() => [
39101
39122
  c(l, null, {
39102
39123
  default: h(() => [
39103
- x("div", nM, [
39124
+ x("div", iM, [
39104
39125
  x("h5", null, b(e.options.title), 1),
39105
39126
  x(
39106
39127
  "div",
@@ -39109,7 +39130,7 @@ function sM(e, t, n, r, s, i) {
39109
39130
  },
39110
39131
  null,
39111
39132
  8,
39112
- iM,
39133
+ rM,
39113
39134
  ),
39114
39135
  ]),
39115
39136
  ]),
@@ -39117,7 +39138,7 @@ function sM(e, t, n, r, s, i) {
39117
39138
  }),
39118
39139
  c(f, null, {
39119
39140
  default: h(() => [
39120
- x("div", rM, [
39141
+ x("div", sM, [
39121
39142
  c(m, null, {
39122
39143
  default: h(() => [
39123
39144
  c(u, null, {
@@ -39169,11 +39190,11 @@ function sM(e, t, n, r, s, i) {
39169
39190
  )
39170
39191
  );
39171
39192
  }
39172
- const lM = /* @__PURE__ */ V(tM, [
39173
- ["render", sM],
39193
+ const oM = /* @__PURE__ */ V(nM, [
39194
+ ["render", lM],
39174
39195
  ["__scopeId", "data-v-be545ba8"],
39175
39196
  ]);
39176
- const oM = {
39197
+ const aM = {
39177
39198
  data() {
39178
39199
  return {
39179
39200
  selected: null,
@@ -39220,21 +39241,21 @@ const oM = {
39220
39241
  },
39221
39242
  },
39222
39243
  },
39223
- aM = { class: "options-modal-header" },
39224
- uM = { class: "padder" },
39225
- dM = { class: "options-modal-header" },
39226
- cM = { class: "padder" },
39227
- fM = ["onClick"],
39228
- mM = {
39244
+ uM = { class: "options-modal-header" },
39245
+ dM = { class: "padder" },
39246
+ cM = { class: "options-modal-header" },
39247
+ fM = { class: "padder" },
39248
+ mM = ["onClick"],
39249
+ hM = {
39229
39250
  key: 0,
39230
39251
  class: "title",
39231
39252
  },
39232
- hM = {
39253
+ pM = {
39233
39254
  key: 1,
39234
39255
  class: "description",
39235
39256
  },
39236
- pM = { class: "padder" };
39237
- function yM(e, t, n, r, s, i) {
39257
+ yM = { class: "padder" };
39258
+ function gM(e, t, n, r, s, i) {
39238
39259
  const l = y("flex-header"),
39239
39260
  o = y("search"),
39240
39261
  u = y("flex-cell"),
@@ -39258,8 +39279,8 @@ function yM(e, t, n, r, s, i) {
39258
39279
  { key: 0 },
39259
39280
  {
39260
39281
  default: h(() => [
39261
- x("div", aM, [
39262
- x("div", uM, [
39282
+ x("div", uM, [
39283
+ x("div", dM, [
39263
39284
  x("h5", null, b(e.options.title), 1),
39264
39285
  x("div", null, b(e.options.description), 1),
39265
39286
  ]),
@@ -39276,8 +39297,8 @@ function yM(e, t, n, r, s, i) {
39276
39297
  { key: 1 },
39277
39298
  {
39278
39299
  default: h(() => [
39279
- x("div", dM, [
39280
- x("div", cM, [
39300
+ x("div", cM, [
39301
+ x("div", fM, [
39281
39302
  c(
39282
39303
  o,
39283
39304
  {
@@ -39339,11 +39360,11 @@ function yM(e, t, n, r, s, i) {
39339
39360
  {
39340
39361
  default: h(() => [
39341
39362
  O.title
39342
- ? (a(), d("div", mM, b(O.title), 1))
39363
+ ? (a(), d("div", hM, b(O.title), 1))
39343
39364
  : g("", !0),
39344
39365
  O.description
39345
39366
  ? (a(),
39346
- d("div", hM, b(O.description), 1))
39367
+ d("div", pM, b(O.description), 1))
39347
39368
  : g("", !0),
39348
39369
  ]),
39349
39370
  _: 2,
@@ -39370,7 +39391,7 @@ function yM(e, t, n, r, s, i) {
39370
39391
  ),
39371
39392
  ],
39372
39393
  8,
39373
- fM,
39394
+ mM,
39374
39395
  )
39375
39396
  ),
39376
39397
  ),
@@ -39388,7 +39409,7 @@ function yM(e, t, n, r, s, i) {
39388
39409
  { class: "options-modal-footer" },
39389
39410
  {
39390
39411
  default: h(() => [
39391
- x("div", pM, [
39412
+ x("div", yM, [
39392
39413
  c(
39393
39414
  _,
39394
39415
  {
@@ -39413,11 +39434,11 @@ function yM(e, t, n, r, s, i) {
39413
39434
  )
39414
39435
  );
39415
39436
  }
39416
- const gM = /* @__PURE__ */ V(oM, [
39417
- ["render", yM],
39437
+ const _M = /* @__PURE__ */ V(aM, [
39438
+ ["render", gM],
39418
39439
  ["__scopeId", "data-v-60de0d31"],
39419
39440
  ]);
39420
- const _M = {
39441
+ const vM = {
39421
39442
  mixins: [_n],
39422
39443
  data() {
39423
39444
  return {
@@ -39444,10 +39465,10 @@ const _M = {
39444
39465
  this.options.model && (this.model = this.options.model);
39445
39466
  },
39446
39467
  },
39447
- vM = { class: "padder" },
39448
- bM = { key: 0 },
39449
- kM = { class: "padder" };
39450
- function xM(e, t, n, r, s, i) {
39468
+ bM = { class: "padder" },
39469
+ kM = { key: 0 },
39470
+ xM = { class: "padder" };
39471
+ function wM(e, t, n, r, s, i) {
39451
39472
  const l = y("ux-form"),
39452
39473
  o = y("flex-body"),
39453
39474
  u = y("ux-button"),
@@ -39471,10 +39492,10 @@ function xM(e, t, n, r, s, i) {
39471
39492
  default: h(() => [
39472
39493
  c(o, null, {
39473
39494
  default: h(() => [
39474
- x("div", vM, [
39495
+ x("div", bM, [
39475
39496
  x("h5", null, b(e.options.title), 1),
39476
39497
  e.options.description
39477
- ? (a(), d("p", bM, b(e.options.description), 1))
39498
+ ? (a(), d("p", kM, b(e.options.description), 1))
39478
39499
  : g("", !0),
39479
39500
  c(
39480
39501
  l,
@@ -39499,7 +39520,7 @@ function xM(e, t, n, r, s, i) {
39499
39520
  { class: "border-top" },
39500
39521
  {
39501
39522
  default: h(() => [
39502
- x("div", kM, [
39523
+ x("div", xM, [
39503
39524
  c(p, null, {
39504
39525
  default: h(() => [
39505
39526
  c(
@@ -39566,13 +39587,13 @@ function xM(e, t, n, r, s, i) {
39566
39587
  )
39567
39588
  );
39568
39589
  }
39569
- const wM = /* @__PURE__ */ V(_M, [
39570
- ["render", xM],
39590
+ const SM = /* @__PURE__ */ V(vM, [
39591
+ ["render", wM],
39571
39592
  ["__scopeId", "data-v-99b9c871"],
39572
39593
  ]);
39573
- const SM = {
39594
+ const TM = {
39574
39595
  components: {
39575
- ContentBrowser: ZF,
39596
+ ContentBrowser: JF,
39576
39597
  Search: Bi,
39577
39598
  },
39578
39599
  mixins: [_n],
@@ -39667,10 +39688,10 @@ const SM = {
39667
39688
  },
39668
39689
  },
39669
39690
  },
39670
- TM = { class: "header" },
39671
- OM = { class: "font-muted font-sm" },
39672
- VM = { class: "rolodex" };
39673
- function CM(e, t, n, r, s, i) {
39691
+ OM = { class: "header" },
39692
+ VM = { class: "font-muted font-sm" },
39693
+ CM = { class: "rolodex" };
39694
+ function EM(e, t, n, r, s, i) {
39674
39695
  const l = y("flex-column"),
39675
39696
  o = y("flex-cell"),
39676
39697
  u = y("search"),
@@ -39709,7 +39730,7 @@ function CM(e, t, n, r, s, i) {
39709
39730
  [
39710
39731
  c(_, null, {
39711
39732
  default: h(() => [
39712
- x("div", TM, [
39733
+ x("div", OM, [
39713
39734
  c(
39714
39735
  p,
39715
39736
  {
@@ -39747,7 +39768,7 @@ function CM(e, t, n, r, s, i) {
39747
39768
  default: h(() => [
39748
39769
  x(
39749
39770
  "span",
39750
- OM,
39771
+ VM,
39751
39772
  "(" +
39752
39773
  b(s.model.length) +
39753
39774
  " of " +
@@ -39892,7 +39913,7 @@ function CM(e, t, n, r, s, i) {
39892
39913
  { key: 0 },
39893
39914
  {
39894
39915
  default: h(() => [
39895
- x("div", VM, [
39916
+ x("div", CM, [
39896
39917
  c(
39897
39918
  f,
39898
39919
  {
@@ -39980,11 +40001,11 @@ function CM(e, t, n, r, s, i) {
39980
40001
  )
39981
40002
  );
39982
40003
  }
39983
- const EM = /* @__PURE__ */ V(SM, [
39984
- ["render", CM],
40004
+ const DM = /* @__PURE__ */ V(TM, [
40005
+ ["render", EM],
39985
40006
  ["__scopeId", "data-v-651362cd"],
39986
40007
  ]);
39987
- const DM = {
40008
+ const FM = {
39988
40009
  components: {
39989
40010
  ScopeSelect: J1,
39990
40011
  // Search,
@@ -40044,13 +40065,13 @@ const DM = {
40044
40065
  },
40045
40066
  },
40046
40067
  },
40047
- FM = (e) => (Ze("data-v-0952db70"), (e = e()), Je(), e),
40048
- MM = { class: "header" },
40049
- IM = /* @__PURE__ */ FM(() =>
40068
+ MM = (e) => (Ze("data-v-0952db70"), (e = e()), Je(), e),
40069
+ IM = { class: "header" },
40070
+ $M = /* @__PURE__ */ MM(() =>
40050
40071
  /* @__PURE__ */ x("h3", null, "Select Scopes", -1),
40051
40072
  ),
40052
- $M = { class: "padder" };
40053
- function AM(e, t, n, r, s, i) {
40073
+ AM = { class: "padder" };
40074
+ function LM(e, t, n, r, s, i) {
40054
40075
  const l = y("flex-cell"),
40055
40076
  o = y("ux-button"),
40056
40077
  u = y("flex-row"),
@@ -40067,7 +40088,7 @@ function AM(e, t, n, r, s, i) {
40067
40088
  default: h(() => [
40068
40089
  c(m, null, {
40069
40090
  default: h(() => [
40070
- x("div", MM, [
40091
+ x("div", IM, [
40071
40092
  c(
40072
40093
  u,
40073
40094
  {
@@ -40077,7 +40098,7 @@ function AM(e, t, n, r, s, i) {
40077
40098
  {
40078
40099
  default: h(() => [
40079
40100
  c(l, null, {
40080
- default: h(() => [IM]),
40101
+ default: h(() => [$M]),
40081
40102
  _: 1,
40082
40103
  }),
40083
40104
  c(
@@ -40115,7 +40136,7 @@ function AM(e, t, n, r, s, i) {
40115
40136
  { class: "scroll-body" },
40116
40137
  {
40117
40138
  default: h(() => [
40118
- x("div", $M, [
40139
+ x("div", AM, [
40119
40140
  c(
40120
40141
  f,
40121
40142
  {
@@ -40141,20 +40162,20 @@ function AM(e, t, n, r, s, i) {
40141
40162
  )
40142
40163
  );
40143
40164
  }
40144
- const LM = /* @__PURE__ */ V(DM, [
40145
- ["render", AM],
40165
+ const NM = /* @__PURE__ */ V(FM, [
40166
+ ["render", LM],
40146
40167
  ["__scopeId", "data-v-0952db70"],
40147
40168
  ]),
40148
40169
  ot = "uploading",
40149
40170
  ai = "complete",
40150
40171
  Nt = "ready",
40151
- NM = "error",
40152
- UM = "upload.cancel",
40153
- PM = "upload.start",
40172
+ UM = "error",
40173
+ PM = "upload.cancel",
40174
+ jM = "upload.start",
40154
40175
  Al = "upload.complete",
40155
- jM = "upload.progress",
40156
- RM = "upload.error",
40157
- BM = {
40176
+ RM = "upload.progress",
40177
+ BM = "upload.error",
40178
+ zM = {
40158
40179
  props: {
40159
40180
  accept: {
40160
40181
  type: String,
@@ -40302,7 +40323,7 @@ const LM = /* @__PURE__ */ V(DM, [
40302
40323
  (e.bytesLoaded = 0),
40303
40324
  (e.percent = 0),
40304
40325
  (e.state = Nt),
40305
- e.dispatch(UM));
40326
+ e.dispatch(PM));
40306
40327
  },
40307
40328
  removeFile(e) {
40308
40329
  var t = this.queue.indexOf(e);
@@ -40329,7 +40350,7 @@ const LM = /* @__PURE__ */ V(DM, [
40329
40350
  case ot:
40330
40351
  return;
40331
40352
  }
40332
- (e.state = ot), e.dispatch(PM);
40353
+ (e.state = ot), e.dispatch(jM);
40333
40354
  {
40334
40355
  const f = e.size,
40335
40356
  p = e.name,
@@ -40368,7 +40389,7 @@ const LM = /* @__PURE__ */ V(DM, [
40368
40389
  (e.percent = p),
40369
40390
  (e.bytesLoaded = f.loaded),
40370
40391
  (e.bytesTotal = f.total),
40371
- e.dispatch(jM, f);
40392
+ e.dispatch(RM, f);
40372
40393
  },
40373
40394
  };
40374
40395
  const o = t.$sdk.api.CancelToken.source();
@@ -40388,7 +40409,7 @@ const LM = /* @__PURE__ */ V(DM, [
40388
40409
  var p = t.$sdk.api.wasCancelled(f);
40389
40410
  p
40390
40411
  ? (e.state = Nt)
40391
- : ((e.state = NM), e.dispatch(RM, f), t.uploadNextFile());
40412
+ : ((e.state = UM), e.dispatch(BM, f), t.uploadNextFile());
40392
40413
  });
40393
40414
  },
40394
40415
  toggle() {
@@ -40433,13 +40454,13 @@ const LM = /* @__PURE__ */ V(DM, [
40433
40454
  },
40434
40455
  },
40435
40456
  },
40436
- zM = { class: "uploader" },
40437
- qM = ["accept"],
40438
- HM = ["accept"];
40439
- function WM(e, t, n, r, s, i) {
40457
+ qM = { class: "uploader" },
40458
+ HM = ["accept"],
40459
+ WM = ["accept"];
40460
+ function GM(e, t, n, r, s, i) {
40440
40461
  return (
40441
40462
  a(),
40442
- d("div", zM, [
40463
+ d("div", qM, [
40443
40464
  x(
40444
40465
  "input",
40445
40466
  {
@@ -40452,7 +40473,7 @@ function WM(e, t, n, r, s, i) {
40452
40473
  },
40453
40474
  null,
40454
40475
  40,
40455
- qM,
40476
+ HM,
40456
40477
  ),
40457
40478
  x(
40458
40479
  "input",
@@ -40464,7 +40485,7 @@ function WM(e, t, n, r, s, i) {
40464
40485
  },
40465
40486
  null,
40466
40487
  8,
40467
- HM,
40488
+ WM,
40468
40489
  ),
40469
40490
  H(e.$slots, "default", {
40470
40491
  queue: s.queue,
@@ -40478,11 +40499,11 @@ function WM(e, t, n, r, s, i) {
40478
40499
  ])
40479
40500
  );
40480
40501
  }
40481
- const QM = /* @__PURE__ */ V(BM, [["render", WM]]);
40482
- function GM(e, t) {
40502
+ const eI = /* @__PURE__ */ V(zM, [["render", GM]]);
40503
+ function YM(e, t) {
40483
40504
  return t.reduce((n, r) => (Math.abs(r - e) < Math.abs(n - e) ? r : n));
40484
40505
  }
40485
- function eI() {
40506
+ function tI() {
40486
40507
  var e = Rt({
40487
40508
  mounted: !1,
40488
40509
  screen: {
@@ -40602,7 +40623,7 @@ function eI() {
40602
40623
  (i.lgAndUp = !0)),
40603
40624
  (e.point = l),
40604
40625
  (e.breakpoint = i);
40605
- const u = GM(r, [320, 768, 1200, 1800, 2e3]),
40626
+ const u = YM(r, [320, 768, 1200, 1800, 2e3]),
40606
40627
  m = u * 1,
40607
40628
  f = u * 1.5,
40608
40629
  p = u * 2;
@@ -40631,7 +40652,7 @@ function eI() {
40631
40652
  e
40632
40653
  );
40633
40654
  }
40634
- const YM = `qik vue ui ${fu}`,
40655
+ const KM = `qik vue ui ${fu}`,
40635
40656
  Ll = {
40636
40657
  FlexColumn: Oc,
40637
40658
  FlexBody: Dc,
@@ -40673,13 +40694,13 @@ const YM = `qik vue ui ${fu}`,
40673
40694
  UxSpinner: un,
40674
40695
  ProgressBar: el,
40675
40696
  UxProgressBar: el,
40676
- UxModal: eM,
40697
+ UxModal: tM,
40677
40698
  Compile: Ja,
40678
40699
  },
40679
- tI = {
40700
+ nI = {
40680
40701
  install(e, t) {
40681
40702
  var n;
40682
- console.log(YM),
40703
+ console.log(KM),
40683
40704
  (t.date = oe),
40684
40705
  (t.global = t.global || Rt({})),
40685
40706
  ((n = t.global) != null && n.cacheKeys) ||
@@ -40699,7 +40720,7 @@ const YM = `qik vue ui ${fu}`,
40699
40720
  (s.model = s.model || {}),
40700
40721
  (s.fields = r),
40701
40722
  t.modal({
40702
- component: wM,
40723
+ component: SM,
40703
40724
  options: s,
40704
40725
  })
40705
40726
  );
@@ -40710,7 +40731,7 @@ const YM = `qik vue ui ${fu}`,
40710
40731
  (s.type = r),
40711
40732
  (s.model = s.model || []),
40712
40733
  t.modal({
40713
- component: EM,
40734
+ component: DM,
40714
40735
  options: s,
40715
40736
  })
40716
40737
  );
@@ -40730,7 +40751,7 @@ const YM = `qik vue ui ${fu}`,
40730
40751
  );
40731
40752
  }
40732
40753
  return t.modal({
40733
- component: LM,
40754
+ component: NM,
40734
40755
  options: r,
40735
40756
  });
40736
40757
  }),
@@ -40739,7 +40760,7 @@ const YM = `qik vue ui ${fu}`,
40739
40760
  (s = s || {}),
40740
40761
  (s.title = r),
40741
40762
  t.modal({
40742
- component: lM,
40763
+ component: oM,
40743
40764
  options: s,
40744
40765
  })
40745
40766
  );
@@ -40748,7 +40769,7 @@ const YM = `qik vue ui ${fu}`,
40748
40769
  return (
40749
40770
  (l = l || {}),
40750
40771
  t.modal({
40751
- component: gM,
40772
+ component: _M,
40752
40773
  options: {
40753
40774
  title: s,
40754
40775
  description: i,
@@ -40774,9 +40795,9 @@ const YM = `qik vue ui ${fu}`,
40774
40795
  export {
40775
40796
  Qs as Avatar,
40776
40797
  v2 as CodeEditor,
40777
- ZF as ContentBrowser,
40798
+ JF as ContentBrowser,
40778
40799
  Pv as DateRange,
40779
- eI as Device,
40800
+ tI as Device,
40780
40801
  tS as FileDrop,
40781
40802
  Dc as FlexBody,
40782
40803
  Rc as FlexCell,
@@ -40789,13 +40810,13 @@ export {
40789
40810
  ia as Item,
40790
40811
  _n as ModalMixin,
40791
40812
  gt as NativeSelect,
40792
- XM as Pager,
40813
+ QM as Pager,
40793
40814
  Xc as Panel,
40794
40815
  nf as PanelBody,
40795
40816
  cf as PanelFooter,
40796
40817
  of as PanelHeader,
40797
40818
  el as ProgressBar,
40798
- tI as QikUI,
40819
+ nI as QikUI,
40799
40820
  Pg as RememberScrollMixin,
40800
40821
  J1 as ScopeSelect,
40801
40822
  tk as ScopeSelectButton,
@@ -40828,12 +40849,12 @@ export {
40828
40849
  Gg as UXTable,
40829
40850
  am as UXTabset,
40830
40851
  bv as UXVideo,
40831
- QM as UploadService,
40832
- lM as UxConfirmModal,
40833
- EM as UxContentModal,
40834
- eM as UxModal,
40835
- gM as UxOptionsModal,
40836
- wM as UxPromptModal,
40837
- LM as UxScopeModal,
40852
+ eI as UploadService,
40853
+ oM as UxConfirmModal,
40854
+ DM as UxContentModal,
40855
+ tM as UxModal,
40856
+ _M as UxOptionsModal,
40857
+ SM as UxPromptModal,
40858
+ NM as UxScopeModal,
40838
40859
  };
40839
40860
  //# sourceMappingURL=lib.es.js.map