@qikdev/vue-ui 0.2.324 → 0.2.325
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 +6 -4
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +6 -4
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +13 -13
- package/package.json +1 -1
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.
|
|
10
|
+
const wm = "0.2.325";
|
|
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:
|
|
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-
|
|
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-
|
|
25472
|
+
["__scopeId", "data-v-56e030b2"],
|
|
25473
25473
|
]);
|
|
25474
25474
|
function Ei(e) {
|
|
25475
25475
|
return (
|
|
@@ -38921,6 +38921,7 @@
|
|
|
38921
38921
|
case "notification":
|
|
38922
38922
|
case "event":
|
|
38923
38923
|
case "checkin":
|
|
38924
|
+
case "runsheet":
|
|
38924
38925
|
return !0;
|
|
38925
38926
|
default:
|
|
38926
38927
|
switch (n) {
|
|
@@ -38988,6 +38989,7 @@
|
|
|
38988
38989
|
});
|
|
38989
38990
|
break;
|
|
38990
38991
|
case "event":
|
|
38992
|
+
case "runsheet":
|
|
38991
38993
|
r.push({
|
|
38992
38994
|
title: "Today",
|
|
38993
38995
|
startDate: g.now().startOf("day").toJSDate(),
|