@qikdev/vue-ui 0.2.327 → 0.2.330

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.326";
10
+ const wm = "0.2.330";
11
11
  class ft extends Error {}
12
12
  class Cm extends ft {
13
13
  constructor(n) {
@@ -11785,6 +11785,15 @@
11785
11785
  },
11786
11786
  },
11787
11787
  computed: {
11788
+ barStyle() {
11789
+ var n;
11790
+ const e = (
11791
+ ((n = this.model.meta) == null ? void 0 : n.scopes) || []
11792
+ ).find(function ({ color: r }) {
11793
+ return !!r;
11794
+ });
11795
+ return e ? { background: e.bgColor || e.color } : { display: "none" };
11796
+ },
11788
11797
  status() {
11789
11798
  var e, n;
11790
11799
  if ((e = this.model.meta) != null && e.deleted) return "deleted";
@@ -11906,6 +11915,12 @@
11906
11915
  )),
11907
11916
  },
11908
11917
  [
11918
+ t.createElementVNode(
11919
+ "div",
11920
+ { class: "bar", style: t.normalizeStyle(o.barStyle) },
11921
+ null,
11922
+ 4,
11923
+ ),
11909
11924
  t.createVNode(
11910
11925
  u,
11911
11926
  { gap: "", vcenter: "" },
@@ -12071,7 +12086,7 @@
12071
12086
  }
12072
12087
  const Hn = k(pb, [
12073
12088
  ["render", kb],
12074
- ["__scopeId", "data-v-85f4366f"],
12089
+ ["__scopeId", "data-v-7f413234"],
12075
12090
  ]);
12076
12091
  /**!
12077
12092
  * Sortable 1.14.0
@@ -23442,7 +23457,7 @@
23442
23457
  components: {
23443
23458
  RangeSlider: k(nV, [
23444
23459
  ["render", lV],
23445
- ["__scopeId", "data-v-c0db0ca3"],
23460
+ ["__scopeId", "data-v-639c59a6"],
23446
23461
  ]),
23447
23462
  },
23448
23463
  props: { modelValue: { type: [String, Array] } },
@@ -23721,7 +23736,7 @@
23721
23736
  }
23722
23737
  const pV = k(aV, [
23723
23738
  ["render", hV],
23724
- ["__scopeId", "data-v-4f052481"],
23739
+ ["__scopeId", "data-v-ae8ff721"],
23725
23740
  ]),
23726
23741
  yV = {
23727
23742
  props: { modelValue: { type: String } },
@@ -27595,7 +27610,7 @@
27595
27610
  }
27596
27611
  const gN = k(iN, [
27597
27612
  ["render", yN],
27598
- ["__scopeId", "data-v-717a0fa2"],
27613
+ ["__scopeId", "data-v-084b9220"],
27599
27614
  ]),
27600
27615
  kN = {
27601
27616
  components: { TextField: ki, Spinner: bt, CountrySelect: Zo },
@@ -30280,7 +30295,7 @@
30280
30295
  },
30281
30296
  },
30282
30297
  gn = (e) => (
30283
- t.pushScopeId("data-v-720c23d6"), (e = e()), t.popScopeId(), e
30298
+ t.pushScopeId("data-v-2eaaec20"), (e = e()), t.popScopeId(), e
30284
30299
  ),
30285
30300
  $B = gn(() => t.createElementVNode("h2", null, "Payment Summary", -1)),
30286
30301
  UB = { class: "calculations" },
@@ -30543,7 +30558,7 @@
30543
30558
  }
30544
30559
  const GB = k(AB, [
30545
30560
  ["render", JB],
30546
- ["__scopeId", "data-v-720c23d6"],
30561
+ ["__scopeId", "data-v-2eaaec20"],
30547
30562
  ]),
30548
30563
  KB = {
30549
30564
  name: "Signature",
@@ -37344,7 +37359,10 @@
37344
37359
  n.push("color"), n.push("bgColor");
37345
37360
  break;
37346
37361
  case "event":
37347
- n.push("startDate"), n.push("endDate");
37362
+ n.push("startDate"),
37363
+ n.push("endDate"),
37364
+ n.push("nonevent"),
37365
+ n.push("allDay");
37348
37366
  break;
37349
37367
  case "roster":
37350
37368
  case "assignment":
@@ -37598,7 +37616,7 @@
37598
37616
  },
37599
37617
  },
37600
37618
  Bl = (e) => (
37601
- t.pushScopeId("data-v-5371b6d6"), (e = e()), t.popScopeId(), e
37619
+ t.pushScopeId("data-v-af54bfa4"), (e = e()), t.popScopeId(), e
37602
37620
  ),
37603
37621
  yT = Bl(() => t.createElementVNode("strong", null, "Select Columns", -1)),
37604
37622
  gT = { key: 0, class: "font-sm" },
@@ -38267,7 +38285,7 @@
38267
38285
  }
38268
38286
  const sm = k(pT, [
38269
38287
  ["render", wT],
38270
- ["__scopeId", "data-v-5371b6d6"],
38288
+ ["__scopeId", "data-v-af54bfa4"],
38271
38289
  ]),
38272
38290
  CT = {
38273
38291
  props: { modal: { type: Object, required: !0 } },