@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.es.js CHANGED
@@ -49,7 +49,7 @@ import {
49
49
  resolveDirective as Vf,
50
50
  } from "vue";
51
51
  import { EventDispatcher as vd } from "@qikdev/sdk";
52
- const Cf = "0.2.324";
52
+ const Cf = "0.2.326";
53
53
  class Gt extends Error {}
54
54
  class Df extends Gt {
55
55
  constructor(t) {
@@ -8567,7 +8567,7 @@ const Jg = /* @__PURE__ */ C(Bg, [
8567
8567
  t = (i = this.value) == null ? void 0 : i.bgColor;
8568
8568
  if (e || t)
8569
8569
  return {
8570
- backgroundColor: e || t,
8570
+ backgroundColor: t || e,
8571
8571
  };
8572
8572
  },
8573
8573
  },
@@ -8588,7 +8588,7 @@ function Kg(e, t, n, i, s, r) {
8588
8588
  }
8589
8589
  const ql = /* @__PURE__ */ C(Gg, [
8590
8590
  ["render", Kg],
8591
- ["__scopeId", "data-v-60ac741e"],
8591
+ ["__scopeId", "data-v-6f2d4cea"],
8592
8592
  ]),
8593
8593
  Yg = {
8594
8594
  mixins: [Ve],
@@ -28654,7 +28654,7 @@ function HS(e, t, n, i, s, r) {
28654
28654
  }
28655
28655
  const WS = /* @__PURE__ */ C(LS, [
28656
28656
  ["render", HS],
28657
- ["__scopeId", "data-v-f3f7e2e1"],
28657
+ ["__scopeId", "data-v-56e030b2"],
28658
28658
  ]);
28659
28659
  function Cl(e) {
28660
28660
  return (
@@ -41337,13 +41337,18 @@ const vD = {
41337
41337
  },
41338
41338
  },
41339
41339
  data() {
41340
+ var i, s;
41340
41341
  var e = this.selectionManager;
41341
41342
  e || (e = new rD({ minimum: this.minimum, maximum: this.maximum })),
41342
41343
  this.modelValue && e.setSelection(this.modelValue);
41343
41344
  const t = Math.max(
41344
- isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
41345
- 1,
41346
- );
41345
+ isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
41346
+ 1,
41347
+ ),
41348
+ n =
41349
+ ((i = this.view) == null ? void 0 : i.key) === "calendar"
41350
+ ? 1e3
41351
+ : ((s = this.page) == null ? void 0 : s.size) || 50;
41347
41352
  return {
41348
41353
  manager: e,
41349
41354
  glossary: null,
@@ -41351,7 +41356,7 @@ const vD = {
41351
41356
  additionalFields: [],
41352
41357
  loadKey: 1,
41353
41358
  page: {
41354
- size: this.page || 50,
41359
+ size: n,
41355
41360
  index: t,
41356
41361
  },
41357
41362
  actualFilter: this.filter,
@@ -41367,7 +41372,7 @@ const vD = {
41367
41372
  };
41368
41373
  },
41369
41374
  },
41370
- Ql = (e) => (Ze("data-v-9d23fb3f"), (e = e()), Xe(), e),
41375
+ Ql = (e) => (Ze("data-v-5371b6d6"), (e = e()), Xe(), e),
41371
41376
  _D = /* @__PURE__ */ Ql(() =>
41372
41377
  /* @__PURE__ */ w("strong", null, "Select Columns", -1),
41373
41378
  ),
@@ -41999,7 +42004,7 @@ function TD(e, t, n, i, s, r) {
41999
42004
  }
42000
42005
  const OD = /* @__PURE__ */ C(vD, [
42001
42006
  ["render", TD],
42002
- ["__scopeId", "data-v-9d23fb3f"],
42007
+ ["__scopeId", "data-v-5371b6d6"],
42003
42008
  ]),
42004
42009
  VD = {
42005
42010
  props: {
@@ -42642,6 +42647,7 @@ function tE(e, t) {
42642
42647
  case "notification":
42643
42648
  case "event":
42644
42649
  case "checkin":
42650
+ case "runsheet":
42645
42651
  return !0;
42646
42652
  default:
42647
42653
  switch (t) {
@@ -42717,6 +42723,7 @@ function nE(e, t) {
42717
42723
  });
42718
42724
  break;
42719
42725
  case "event":
42726
+ case "runsheet":
42720
42727
  n.push({
42721
42728
  title: "Today",
42722
42729
  startDate: V.now().startOf("day").toJSDate(),