@qikdev/vue-ui 0.2.282 → 0.2.283

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.283";
51
51
  class qt extends Error {}
52
52
  class mu extends qt {
53
53
  constructor(t) {
@@ -9643,7 +9643,7 @@ const Qg = {
9643
9643
  n = this.model;
9644
9644
  return n || n === !1 || n === 0
9645
9645
  ? this.getLabel(this.optionLookup[this.model])
9646
- : t || this.title || "Click to select";
9646
+ : t || this.placeholder || this.title || "Click to select";
9647
9647
  },
9648
9648
  grouped() {
9649
9649
  const e = this,
@@ -9707,7 +9707,7 @@ const Qg = {
9707
9707
  },
9708
9708
  },
9709
9709
  },
9710
- e_ = (e) => (Ze("data-v-f2186a72"), (e = e()), Je(), e),
9710
+ e_ = (e) => (Ze("data-v-818cbef3"), (e = e()), Je(), e),
9711
9711
  t_ = {
9712
9712
  key: 0,
9713
9713
  class: "ux-field-title",
@@ -10102,7 +10102,7 @@ function v_(e, t, n, r, s, i) {
10102
10102
  }
10103
10103
  const gt = /* @__PURE__ */ V(Qg, [
10104
10104
  ["render", v_],
10105
- ["__scopeId", "data-v-f2186a72"],
10105
+ ["__scopeId", "data-v-818cbef3"],
10106
10106
  ]);
10107
10107
  const b_ = {
10108
10108
  props: {
@@ -10427,9 +10427,9 @@ function k_(e, t, n, r, s, i) {
10427
10427
  )
10428
10428
  );
10429
10429
  }
10430
- const XM = /* @__PURE__ */ V(b_, [
10430
+ const QM = /* @__PURE__ */ V(b_, [
10431
10431
  ["render", k_],
10432
- ["__scopeId", "data-v-f46dd772"],
10432
+ ["__scopeId", "data-v-6cb45aad"],
10433
10433
  ]);
10434
10434
  function x_(e) {
10435
10435
  return au() ? (uu(e), !0) : !1;
@@ -37356,7 +37356,7 @@ function eF(e, t, n, r, s, i) {
37356
37356
  }
37357
37357
  const tF = /* @__PURE__ */ V(QD, [
37358
37358
  ["render", eF],
37359
- ["__scopeId", "data-v-696aa569"],
37359
+ ["__scopeId", "data-v-ea61bb91"],
37360
37360
  ]);
37361
37361
  var nF = "__lodash_hash_undefined__";
37362
37362
  function iF(e) {
@@ -37800,6 +37800,11 @@ const zF = {
37800
37800
  },
37801
37801
  },
37802
37802
  computed: {
37803
+ emptyTextString() {
37804
+ return this.dateFilterEnabled
37805
+ ? `No ${this.plural} match your filters.`
37806
+ : `No ${this.plural} found.`;
37807
+ },
37803
37808
  definition() {
37804
37809
  const e = this;
37805
37810
  return e.glossary ? e.glossary[e.type] : null;
@@ -38374,15 +38379,19 @@ const zF = {
38374
38379
  };
38375
38380
  },
38376
38381
  },
38377
- ls = (e) => (Ze("data-v-665d3903"), (e = e()), Je(), e),
38382
+ ls = (e) => (Ze("data-v-918225cf"), (e = e()), Je(), e),
38378
38383
  qF = /* @__PURE__ */ ls(() =>
38379
38384
  /* @__PURE__ */ x("strong", null, "Select Columns", -1),
38380
38385
  ),
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) {
38386
+ HF = {
38387
+ key: 0,
38388
+ class: "font-sm",
38389
+ },
38390
+ WF = { class: "footer" },
38391
+ GF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1)),
38392
+ YF = { key: 0 },
38393
+ KF = /* @__PURE__ */ ls(() => /* @__PURE__ */ x("p", null, null, -1));
38394
+ function ZF(e, t, n, r, s, i) {
38386
38395
  const l = y("ux-icon"),
38387
38396
  o = y("ux-panel-body"),
38388
38397
  u = y("ux-panel"),
@@ -38824,13 +38833,22 @@ function KF(e, t, n, r, s, i) {
38824
38833
  x(
38825
38834
  "div",
38826
38835
  null,
38827
- "No " +
38828
- b(
38829
- i.plural,
38830
- ) +
38831
- " found.",
38836
+ b(
38837
+ i.emptyTextString,
38838
+ ),
38832
38839
  1,
38833
38840
  ),
38841
+ n.dateFilterEnabled
38842
+ ? (a(),
38843
+ d(
38844
+ "div",
38845
+ HF,
38846
+ " Try changing your date range or updating your filter. ",
38847
+ ))
38848
+ : g(
38849
+ "",
38850
+ !0,
38851
+ ),
38834
38852
  ],
38835
38853
  ),
38836
38854
  _: 1,
@@ -38864,7 +38882,7 @@ function KF(e, t, n, r, s, i) {
38864
38882
  void 0,
38865
38883
  !0,
38866
38884
  ),
38867
- x("div", HF, [
38885
+ x("div", WF, [
38868
38886
  c(
38869
38887
  P,
38870
38888
  {
@@ -38928,10 +38946,10 @@ function KF(e, t, n, r, s, i) {
38928
38946
  8,
38929
38947
  ["modelValue", "loading"],
38930
38948
  ),
38931
- WF,
38949
+ GF,
38932
38950
  n.dateFilterEnabled
38933
38951
  ? (a(),
38934
- d("div", GF, [
38952
+ d("div", YF, [
38935
38953
  c(
38936
38954
  le,
38937
38955
  {
@@ -38948,7 +38966,7 @@ function KF(e, t, n, r, s, i) {
38948
38966
  ),
38949
38967
  ]))
38950
38968
  : g("", !0),
38951
- YF,
38969
+ KF,
38952
38970
  c(
38953
38971
  W,
38954
38972
  {
@@ -38991,11 +39009,11 @@ function KF(e, t, n, r, s, i) {
38991
39009
  ))
38992
39010
  : g("", !0);
38993
39011
  }
38994
- const ZF = /* @__PURE__ */ V(zF, [
38995
- ["render", KF],
38996
- ["__scopeId", "data-v-665d3903"],
39012
+ const JF = /* @__PURE__ */ V(zF, [
39013
+ ["render", ZF],
39014
+ ["__scopeId", "data-v-918225cf"],
38997
39015
  ]);
38998
- const JF = {
39016
+ const XF = {
38999
39017
  props: {
39000
39018
  modal: {
39001
39019
  type: Object,
@@ -39026,11 +39044,11 @@ const JF = {
39026
39044
  },
39027
39045
  },
39028
39046
  },
39029
- XF = { class: "modal-wrapper" };
39030
- function QF(e, t, n, r, s, i) {
39047
+ QF = { class: "modal-wrapper" };
39048
+ function eM(e, t, n, r, s, i) {
39031
39049
  return (
39032
39050
  a(),
39033
- d("div", XF, [
39051
+ d("div", QF, [
39034
39052
  x("div", {
39035
39053
  class: "modal-blanket",
39036
39054
  onClick:
@@ -39066,11 +39084,11 @@ function QF(e, t, n, r, s, i) {
39066
39084
  ])
39067
39085
  );
39068
39086
  }
39069
- const eM = /* @__PURE__ */ V(JF, [
39070
- ["render", QF],
39087
+ const tM = /* @__PURE__ */ V(XF, [
39088
+ ["render", eM],
39071
39089
  ["__scopeId", "data-v-90c28992"],
39072
39090
  ]);
39073
- const tM = {
39091
+ const nM = {
39074
39092
  mixins: [_n],
39075
39093
  computed: {
39076
39094
  confirmText() {
@@ -39081,10 +39099,10 @@ const tM = {
39081
39099
  },
39082
39100
  },
39083
39101
  },
39084
- nM = { class: "padder" },
39085
- iM = ["innerHTML"],
39086
- rM = { class: "padder" };
39087
- function sM(e, t, n, r, s, i) {
39102
+ iM = { class: "padder" },
39103
+ rM = ["innerHTML"],
39104
+ sM = { class: "padder" };
39105
+ function lM(e, t, n, r, s, i) {
39088
39106
  const l = y("flex-body"),
39089
39107
  o = y("ux-button"),
39090
39108
  u = y("flex-cell"),
@@ -39100,7 +39118,7 @@ function sM(e, t, n, r, s, i) {
39100
39118
  default: h(() => [
39101
39119
  c(l, null, {
39102
39120
  default: h(() => [
39103
- x("div", nM, [
39121
+ x("div", iM, [
39104
39122
  x("h5", null, b(e.options.title), 1),
39105
39123
  x(
39106
39124
  "div",
@@ -39109,7 +39127,7 @@ function sM(e, t, n, r, s, i) {
39109
39127
  },
39110
39128
  null,
39111
39129
  8,
39112
- iM,
39130
+ rM,
39113
39131
  ),
39114
39132
  ]),
39115
39133
  ]),
@@ -39117,7 +39135,7 @@ function sM(e, t, n, r, s, i) {
39117
39135
  }),
39118
39136
  c(f, null, {
39119
39137
  default: h(() => [
39120
- x("div", rM, [
39138
+ x("div", sM, [
39121
39139
  c(m, null, {
39122
39140
  default: h(() => [
39123
39141
  c(u, null, {
@@ -39169,11 +39187,11 @@ function sM(e, t, n, r, s, i) {
39169
39187
  )
39170
39188
  );
39171
39189
  }
39172
- const lM = /* @__PURE__ */ V(tM, [
39173
- ["render", sM],
39190
+ const oM = /* @__PURE__ */ V(nM, [
39191
+ ["render", lM],
39174
39192
  ["__scopeId", "data-v-be545ba8"],
39175
39193
  ]);
39176
- const oM = {
39194
+ const aM = {
39177
39195
  data() {
39178
39196
  return {
39179
39197
  selected: null,
@@ -39220,21 +39238,21 @@ const oM = {
39220
39238
  },
39221
39239
  },
39222
39240
  },
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 = {
39241
+ uM = { class: "options-modal-header" },
39242
+ dM = { class: "padder" },
39243
+ cM = { class: "options-modal-header" },
39244
+ fM = { class: "padder" },
39245
+ mM = ["onClick"],
39246
+ hM = {
39229
39247
  key: 0,
39230
39248
  class: "title",
39231
39249
  },
39232
- hM = {
39250
+ pM = {
39233
39251
  key: 1,
39234
39252
  class: "description",
39235
39253
  },
39236
- pM = { class: "padder" };
39237
- function yM(e, t, n, r, s, i) {
39254
+ yM = { class: "padder" };
39255
+ function gM(e, t, n, r, s, i) {
39238
39256
  const l = y("flex-header"),
39239
39257
  o = y("search"),
39240
39258
  u = y("flex-cell"),
@@ -39258,8 +39276,8 @@ function yM(e, t, n, r, s, i) {
39258
39276
  { key: 0 },
39259
39277
  {
39260
39278
  default: h(() => [
39261
- x("div", aM, [
39262
- x("div", uM, [
39279
+ x("div", uM, [
39280
+ x("div", dM, [
39263
39281
  x("h5", null, b(e.options.title), 1),
39264
39282
  x("div", null, b(e.options.description), 1),
39265
39283
  ]),
@@ -39276,8 +39294,8 @@ function yM(e, t, n, r, s, i) {
39276
39294
  { key: 1 },
39277
39295
  {
39278
39296
  default: h(() => [
39279
- x("div", dM, [
39280
- x("div", cM, [
39297
+ x("div", cM, [
39298
+ x("div", fM, [
39281
39299
  c(
39282
39300
  o,
39283
39301
  {
@@ -39339,11 +39357,11 @@ function yM(e, t, n, r, s, i) {
39339
39357
  {
39340
39358
  default: h(() => [
39341
39359
  O.title
39342
- ? (a(), d("div", mM, b(O.title), 1))
39360
+ ? (a(), d("div", hM, b(O.title), 1))
39343
39361
  : g("", !0),
39344
39362
  O.description
39345
39363
  ? (a(),
39346
- d("div", hM, b(O.description), 1))
39364
+ d("div", pM, b(O.description), 1))
39347
39365
  : g("", !0),
39348
39366
  ]),
39349
39367
  _: 2,
@@ -39370,7 +39388,7 @@ function yM(e, t, n, r, s, i) {
39370
39388
  ),
39371
39389
  ],
39372
39390
  8,
39373
- fM,
39391
+ mM,
39374
39392
  )
39375
39393
  ),
39376
39394
  ),
@@ -39388,7 +39406,7 @@ function yM(e, t, n, r, s, i) {
39388
39406
  { class: "options-modal-footer" },
39389
39407
  {
39390
39408
  default: h(() => [
39391
- x("div", pM, [
39409
+ x("div", yM, [
39392
39410
  c(
39393
39411
  _,
39394
39412
  {
@@ -39413,11 +39431,11 @@ function yM(e, t, n, r, s, i) {
39413
39431
  )
39414
39432
  );
39415
39433
  }
39416
- const gM = /* @__PURE__ */ V(oM, [
39417
- ["render", yM],
39434
+ const _M = /* @__PURE__ */ V(aM, [
39435
+ ["render", gM],
39418
39436
  ["__scopeId", "data-v-60de0d31"],
39419
39437
  ]);
39420
- const _M = {
39438
+ const vM = {
39421
39439
  mixins: [_n],
39422
39440
  data() {
39423
39441
  return {
@@ -39444,10 +39462,10 @@ const _M = {
39444
39462
  this.options.model && (this.model = this.options.model);
39445
39463
  },
39446
39464
  },
39447
- vM = { class: "padder" },
39448
- bM = { key: 0 },
39449
- kM = { class: "padder" };
39450
- function xM(e, t, n, r, s, i) {
39465
+ bM = { class: "padder" },
39466
+ kM = { key: 0 },
39467
+ xM = { class: "padder" };
39468
+ function wM(e, t, n, r, s, i) {
39451
39469
  const l = y("ux-form"),
39452
39470
  o = y("flex-body"),
39453
39471
  u = y("ux-button"),
@@ -39471,10 +39489,10 @@ function xM(e, t, n, r, s, i) {
39471
39489
  default: h(() => [
39472
39490
  c(o, null, {
39473
39491
  default: h(() => [
39474
- x("div", vM, [
39492
+ x("div", bM, [
39475
39493
  x("h5", null, b(e.options.title), 1),
39476
39494
  e.options.description
39477
- ? (a(), d("p", bM, b(e.options.description), 1))
39495
+ ? (a(), d("p", kM, b(e.options.description), 1))
39478
39496
  : g("", !0),
39479
39497
  c(
39480
39498
  l,
@@ -39499,7 +39517,7 @@ function xM(e, t, n, r, s, i) {
39499
39517
  { class: "border-top" },
39500
39518
  {
39501
39519
  default: h(() => [
39502
- x("div", kM, [
39520
+ x("div", xM, [
39503
39521
  c(p, null, {
39504
39522
  default: h(() => [
39505
39523
  c(
@@ -39566,13 +39584,13 @@ function xM(e, t, n, r, s, i) {
39566
39584
  )
39567
39585
  );
39568
39586
  }
39569
- const wM = /* @__PURE__ */ V(_M, [
39570
- ["render", xM],
39587
+ const SM = /* @__PURE__ */ V(vM, [
39588
+ ["render", wM],
39571
39589
  ["__scopeId", "data-v-99b9c871"],
39572
39590
  ]);
39573
- const SM = {
39591
+ const TM = {
39574
39592
  components: {
39575
- ContentBrowser: ZF,
39593
+ ContentBrowser: JF,
39576
39594
  Search: Bi,
39577
39595
  },
39578
39596
  mixins: [_n],
@@ -39667,10 +39685,10 @@ const SM = {
39667
39685
  },
39668
39686
  },
39669
39687
  },
39670
- TM = { class: "header" },
39671
- OM = { class: "font-muted font-sm" },
39672
- VM = { class: "rolodex" };
39673
- function CM(e, t, n, r, s, i) {
39688
+ OM = { class: "header" },
39689
+ VM = { class: "font-muted font-sm" },
39690
+ CM = { class: "rolodex" };
39691
+ function EM(e, t, n, r, s, i) {
39674
39692
  const l = y("flex-column"),
39675
39693
  o = y("flex-cell"),
39676
39694
  u = y("search"),
@@ -39709,7 +39727,7 @@ function CM(e, t, n, r, s, i) {
39709
39727
  [
39710
39728
  c(_, null, {
39711
39729
  default: h(() => [
39712
- x("div", TM, [
39730
+ x("div", OM, [
39713
39731
  c(
39714
39732
  p,
39715
39733
  {
@@ -39747,7 +39765,7 @@ function CM(e, t, n, r, s, i) {
39747
39765
  default: h(() => [
39748
39766
  x(
39749
39767
  "span",
39750
- OM,
39768
+ VM,
39751
39769
  "(" +
39752
39770
  b(s.model.length) +
39753
39771
  " of " +
@@ -39892,7 +39910,7 @@ function CM(e, t, n, r, s, i) {
39892
39910
  { key: 0 },
39893
39911
  {
39894
39912
  default: h(() => [
39895
- x("div", VM, [
39913
+ x("div", CM, [
39896
39914
  c(
39897
39915
  f,
39898
39916
  {
@@ -39980,11 +39998,11 @@ function CM(e, t, n, r, s, i) {
39980
39998
  )
39981
39999
  );
39982
40000
  }
39983
- const EM = /* @__PURE__ */ V(SM, [
39984
- ["render", CM],
40001
+ const DM = /* @__PURE__ */ V(TM, [
40002
+ ["render", EM],
39985
40003
  ["__scopeId", "data-v-651362cd"],
39986
40004
  ]);
39987
- const DM = {
40005
+ const FM = {
39988
40006
  components: {
39989
40007
  ScopeSelect: J1,
39990
40008
  // Search,
@@ -40044,13 +40062,13 @@ const DM = {
40044
40062
  },
40045
40063
  },
40046
40064
  },
40047
- FM = (e) => (Ze("data-v-0952db70"), (e = e()), Je(), e),
40048
- MM = { class: "header" },
40049
- IM = /* @__PURE__ */ FM(() =>
40065
+ MM = (e) => (Ze("data-v-0952db70"), (e = e()), Je(), e),
40066
+ IM = { class: "header" },
40067
+ $M = /* @__PURE__ */ MM(() =>
40050
40068
  /* @__PURE__ */ x("h3", null, "Select Scopes", -1),
40051
40069
  ),
40052
- $M = { class: "padder" };
40053
- function AM(e, t, n, r, s, i) {
40070
+ AM = { class: "padder" };
40071
+ function LM(e, t, n, r, s, i) {
40054
40072
  const l = y("flex-cell"),
40055
40073
  o = y("ux-button"),
40056
40074
  u = y("flex-row"),
@@ -40067,7 +40085,7 @@ function AM(e, t, n, r, s, i) {
40067
40085
  default: h(() => [
40068
40086
  c(m, null, {
40069
40087
  default: h(() => [
40070
- x("div", MM, [
40088
+ x("div", IM, [
40071
40089
  c(
40072
40090
  u,
40073
40091
  {
@@ -40077,7 +40095,7 @@ function AM(e, t, n, r, s, i) {
40077
40095
  {
40078
40096
  default: h(() => [
40079
40097
  c(l, null, {
40080
- default: h(() => [IM]),
40098
+ default: h(() => [$M]),
40081
40099
  _: 1,
40082
40100
  }),
40083
40101
  c(
@@ -40115,7 +40133,7 @@ function AM(e, t, n, r, s, i) {
40115
40133
  { class: "scroll-body" },
40116
40134
  {
40117
40135
  default: h(() => [
40118
- x("div", $M, [
40136
+ x("div", AM, [
40119
40137
  c(
40120
40138
  f,
40121
40139
  {
@@ -40141,20 +40159,20 @@ function AM(e, t, n, r, s, i) {
40141
40159
  )
40142
40160
  );
40143
40161
  }
40144
- const LM = /* @__PURE__ */ V(DM, [
40145
- ["render", AM],
40162
+ const NM = /* @__PURE__ */ V(FM, [
40163
+ ["render", LM],
40146
40164
  ["__scopeId", "data-v-0952db70"],
40147
40165
  ]),
40148
40166
  ot = "uploading",
40149
40167
  ai = "complete",
40150
40168
  Nt = "ready",
40151
- NM = "error",
40152
- UM = "upload.cancel",
40153
- PM = "upload.start",
40169
+ UM = "error",
40170
+ PM = "upload.cancel",
40171
+ jM = "upload.start",
40154
40172
  Al = "upload.complete",
40155
- jM = "upload.progress",
40156
- RM = "upload.error",
40157
- BM = {
40173
+ RM = "upload.progress",
40174
+ BM = "upload.error",
40175
+ zM = {
40158
40176
  props: {
40159
40177
  accept: {
40160
40178
  type: String,
@@ -40302,7 +40320,7 @@ const LM = /* @__PURE__ */ V(DM, [
40302
40320
  (e.bytesLoaded = 0),
40303
40321
  (e.percent = 0),
40304
40322
  (e.state = Nt),
40305
- e.dispatch(UM));
40323
+ e.dispatch(PM));
40306
40324
  },
40307
40325
  removeFile(e) {
40308
40326
  var t = this.queue.indexOf(e);
@@ -40329,7 +40347,7 @@ const LM = /* @__PURE__ */ V(DM, [
40329
40347
  case ot:
40330
40348
  return;
40331
40349
  }
40332
- (e.state = ot), e.dispatch(PM);
40350
+ (e.state = ot), e.dispatch(jM);
40333
40351
  {
40334
40352
  const f = e.size,
40335
40353
  p = e.name,
@@ -40368,7 +40386,7 @@ const LM = /* @__PURE__ */ V(DM, [
40368
40386
  (e.percent = p),
40369
40387
  (e.bytesLoaded = f.loaded),
40370
40388
  (e.bytesTotal = f.total),
40371
- e.dispatch(jM, f);
40389
+ e.dispatch(RM, f);
40372
40390
  },
40373
40391
  };
40374
40392
  const o = t.$sdk.api.CancelToken.source();
@@ -40388,7 +40406,7 @@ const LM = /* @__PURE__ */ V(DM, [
40388
40406
  var p = t.$sdk.api.wasCancelled(f);
40389
40407
  p
40390
40408
  ? (e.state = Nt)
40391
- : ((e.state = NM), e.dispatch(RM, f), t.uploadNextFile());
40409
+ : ((e.state = UM), e.dispatch(BM, f), t.uploadNextFile());
40392
40410
  });
40393
40411
  },
40394
40412
  toggle() {
@@ -40433,13 +40451,13 @@ const LM = /* @__PURE__ */ V(DM, [
40433
40451
  },
40434
40452
  },
40435
40453
  },
40436
- zM = { class: "uploader" },
40437
- qM = ["accept"],
40438
- HM = ["accept"];
40439
- function WM(e, t, n, r, s, i) {
40454
+ qM = { class: "uploader" },
40455
+ HM = ["accept"],
40456
+ WM = ["accept"];
40457
+ function GM(e, t, n, r, s, i) {
40440
40458
  return (
40441
40459
  a(),
40442
- d("div", zM, [
40460
+ d("div", qM, [
40443
40461
  x(
40444
40462
  "input",
40445
40463
  {
@@ -40452,7 +40470,7 @@ function WM(e, t, n, r, s, i) {
40452
40470
  },
40453
40471
  null,
40454
40472
  40,
40455
- qM,
40473
+ HM,
40456
40474
  ),
40457
40475
  x(
40458
40476
  "input",
@@ -40464,7 +40482,7 @@ function WM(e, t, n, r, s, i) {
40464
40482
  },
40465
40483
  null,
40466
40484
  8,
40467
- HM,
40485
+ WM,
40468
40486
  ),
40469
40487
  H(e.$slots, "default", {
40470
40488
  queue: s.queue,
@@ -40478,11 +40496,11 @@ function WM(e, t, n, r, s, i) {
40478
40496
  ])
40479
40497
  );
40480
40498
  }
40481
- const QM = /* @__PURE__ */ V(BM, [["render", WM]]);
40482
- function GM(e, t) {
40499
+ const eI = /* @__PURE__ */ V(zM, [["render", GM]]);
40500
+ function YM(e, t) {
40483
40501
  return t.reduce((n, r) => (Math.abs(r - e) < Math.abs(n - e) ? r : n));
40484
40502
  }
40485
- function eI() {
40503
+ function tI() {
40486
40504
  var e = Rt({
40487
40505
  mounted: !1,
40488
40506
  screen: {
@@ -40602,7 +40620,7 @@ function eI() {
40602
40620
  (i.lgAndUp = !0)),
40603
40621
  (e.point = l),
40604
40622
  (e.breakpoint = i);
40605
- const u = GM(r, [320, 768, 1200, 1800, 2e3]),
40623
+ const u = YM(r, [320, 768, 1200, 1800, 2e3]),
40606
40624
  m = u * 1,
40607
40625
  f = u * 1.5,
40608
40626
  p = u * 2;
@@ -40631,7 +40649,7 @@ function eI() {
40631
40649
  e
40632
40650
  );
40633
40651
  }
40634
- const YM = `qik vue ui ${fu}`,
40652
+ const KM = `qik vue ui ${fu}`,
40635
40653
  Ll = {
40636
40654
  FlexColumn: Oc,
40637
40655
  FlexBody: Dc,
@@ -40673,13 +40691,13 @@ const YM = `qik vue ui ${fu}`,
40673
40691
  UxSpinner: un,
40674
40692
  ProgressBar: el,
40675
40693
  UxProgressBar: el,
40676
- UxModal: eM,
40694
+ UxModal: tM,
40677
40695
  Compile: Ja,
40678
40696
  },
40679
- tI = {
40697
+ nI = {
40680
40698
  install(e, t) {
40681
40699
  var n;
40682
- console.log(YM),
40700
+ console.log(KM),
40683
40701
  (t.date = oe),
40684
40702
  (t.global = t.global || Rt({})),
40685
40703
  ((n = t.global) != null && n.cacheKeys) ||
@@ -40699,7 +40717,7 @@ const YM = `qik vue ui ${fu}`,
40699
40717
  (s.model = s.model || {}),
40700
40718
  (s.fields = r),
40701
40719
  t.modal({
40702
- component: wM,
40720
+ component: SM,
40703
40721
  options: s,
40704
40722
  })
40705
40723
  );
@@ -40710,7 +40728,7 @@ const YM = `qik vue ui ${fu}`,
40710
40728
  (s.type = r),
40711
40729
  (s.model = s.model || []),
40712
40730
  t.modal({
40713
- component: EM,
40731
+ component: DM,
40714
40732
  options: s,
40715
40733
  })
40716
40734
  );
@@ -40730,7 +40748,7 @@ const YM = `qik vue ui ${fu}`,
40730
40748
  );
40731
40749
  }
40732
40750
  return t.modal({
40733
- component: LM,
40751
+ component: NM,
40734
40752
  options: r,
40735
40753
  });
40736
40754
  }),
@@ -40739,7 +40757,7 @@ const YM = `qik vue ui ${fu}`,
40739
40757
  (s = s || {}),
40740
40758
  (s.title = r),
40741
40759
  t.modal({
40742
- component: lM,
40760
+ component: oM,
40743
40761
  options: s,
40744
40762
  })
40745
40763
  );
@@ -40748,7 +40766,7 @@ const YM = `qik vue ui ${fu}`,
40748
40766
  return (
40749
40767
  (l = l || {}),
40750
40768
  t.modal({
40751
- component: gM,
40769
+ component: _M,
40752
40770
  options: {
40753
40771
  title: s,
40754
40772
  description: i,
@@ -40774,9 +40792,9 @@ const YM = `qik vue ui ${fu}`,
40774
40792
  export {
40775
40793
  Qs as Avatar,
40776
40794
  v2 as CodeEditor,
40777
- ZF as ContentBrowser,
40795
+ JF as ContentBrowser,
40778
40796
  Pv as DateRange,
40779
- eI as Device,
40797
+ tI as Device,
40780
40798
  tS as FileDrop,
40781
40799
  Dc as FlexBody,
40782
40800
  Rc as FlexCell,
@@ -40789,13 +40807,13 @@ export {
40789
40807
  ia as Item,
40790
40808
  _n as ModalMixin,
40791
40809
  gt as NativeSelect,
40792
- XM as Pager,
40810
+ QM as Pager,
40793
40811
  Xc as Panel,
40794
40812
  nf as PanelBody,
40795
40813
  cf as PanelFooter,
40796
40814
  of as PanelHeader,
40797
40815
  el as ProgressBar,
40798
- tI as QikUI,
40816
+ nI as QikUI,
40799
40817
  Pg as RememberScrollMixin,
40800
40818
  J1 as ScopeSelect,
40801
40819
  tk as ScopeSelectButton,
@@ -40828,12 +40846,12 @@ export {
40828
40846
  Gg as UXTable,
40829
40847
  am as UXTabset,
40830
40848
  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,
40849
+ eI as UploadService,
40850
+ oM as UxConfirmModal,
40851
+ DM as UxContentModal,
40852
+ tM as UxModal,
40853
+ _M as UxOptionsModal,
40854
+ SM as UxPromptModal,
40855
+ NM as UxScopeModal,
40838
40856
  };
40839
40857
  //# sourceMappingURL=lib.es.js.map