@qikdev/vue-ui 0.2.324 → 0.2.326

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/lib.umd.js CHANGED
@@ -7,7 +7,7 @@
7
7
  t((E["@qikdev/vue-ui"] = {}), E.Vue, E.sdk));
8
8
  })(this, function (E, t, El) {
9
9
  "use strict";
10
- const wm = "0.2.324";
10
+ const wm = "0.2.326";
11
11
  class ft extends Error {}
12
12
  class Cm extends ft {
13
13
  constructor(n) {
@@ -6568,7 +6568,7 @@
6568
6568
  var r, i;
6569
6569
  const e = (r = this.value) == null ? void 0 : r.color,
6570
6570
  n = (i = this.value) == null ? void 0 : i.bgColor;
6571
- if (e || n) return { backgroundColor: e || n };
6571
+ if (e || n) return { backgroundColor: n || e };
6572
6572
  },
6573
6573
  },
6574
6574
  };
@@ -6585,7 +6585,7 @@
6585
6585
  }
6586
6586
  const Pn = k(Bg, [
6587
6587
  ["render", Sg],
6588
- ["__scopeId", "data-v-60ac741e"],
6588
+ ["__scopeId", "data-v-6f2d4cea"],
6589
6589
  ]),
6590
6590
  Eg = {
6591
6591
  mixins: [ce],
@@ -25469,7 +25469,7 @@
25469
25469
  }
25470
25470
  const vV = k(qV, [
25471
25471
  ["render", QV],
25472
- ["__scopeId", "data-v-f3f7e2e1"],
25472
+ ["__scopeId", "data-v-56e030b2"],
25473
25473
  ]);
25474
25474
  function Ei(e) {
25475
25475
  return (
@@ -37567,20 +37567,25 @@
37567
37567
  },
37568
37568
  },
37569
37569
  data() {
37570
+ var i, l;
37570
37571
  var e = this.selectionManager;
37571
37572
  e || (e = new Gu({ minimum: this.minimum, maximum: this.maximum })),
37572
37573
  this.modelValue && e.setSelection(this.modelValue);
37573
37574
  const n = Math.max(
37574
- isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
37575
- 1,
37576
- );
37575
+ isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
37576
+ 1,
37577
+ ),
37578
+ r =
37579
+ ((i = this.view) == null ? void 0 : i.key) === "calendar"
37580
+ ? 1e3
37581
+ : ((l = this.page) == null ? void 0 : l.size) || 50;
37577
37582
  return {
37578
37583
  manager: e,
37579
37584
  glossary: null,
37580
37585
  loading: !0,
37581
37586
  additionalFields: [],
37582
37587
  loadKey: 1,
37583
- page: { size: this.page || 50, index: n },
37588
+ page: { size: r, index: n },
37584
37589
  actualFilter: this.filter,
37585
37590
  sort: this.defaultSort,
37586
37591
  keywords: this.search,
@@ -37593,7 +37598,7 @@
37593
37598
  },
37594
37599
  },
37595
37600
  Bl = (e) => (
37596
- t.pushScopeId("data-v-9d23fb3f"), (e = e()), t.popScopeId(), e
37601
+ t.pushScopeId("data-v-5371b6d6"), (e = e()), t.popScopeId(), e
37597
37602
  ),
37598
37603
  yT = Bl(() => t.createElementVNode("strong", null, "Select Columns", -1)),
37599
37604
  gT = { key: 0, class: "font-sm" },
@@ -38262,7 +38267,7 @@
38262
38267
  }
38263
38268
  const sm = k(pT, [
38264
38269
  ["render", wT],
38265
- ["__scopeId", "data-v-9d23fb3f"],
38270
+ ["__scopeId", "data-v-5371b6d6"],
38266
38271
  ]),
38267
38272
  CT = {
38268
38273
  props: { modal: { type: Object, required: !0 } },
@@ -38921,6 +38926,7 @@
38921
38926
  case "notification":
38922
38927
  case "event":
38923
38928
  case "checkin":
38929
+ case "runsheet":
38924
38930
  return !0;
38925
38931
  default:
38926
38932
  switch (n) {
@@ -38988,6 +38994,7 @@
38988
38994
  });
38989
38995
  break;
38990
38996
  case "event":
38997
+ case "runsheet":
38991
38998
  r.push({
38992
38999
  title: "Today",
38993
39000
  startDate: g.now().startOf("day").toJSDate(),