@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.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.
|
|
52
|
+
const Cf = "0.2.325";
|
|
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:
|
|
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-
|
|
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-
|
|
28657
|
+
["__scopeId", "data-v-56e030b2"],
|
|
28658
28658
|
]);
|
|
28659
28659
|
function Cl(e) {
|
|
28660
28660
|
return (
|
|
@@ -42642,6 +42642,7 @@ function tE(e, t) {
|
|
|
42642
42642
|
case "notification":
|
|
42643
42643
|
case "event":
|
|
42644
42644
|
case "checkin":
|
|
42645
|
+
case "runsheet":
|
|
42645
42646
|
return !0;
|
|
42646
42647
|
default:
|
|
42647
42648
|
switch (t) {
|
|
@@ -42717,6 +42718,7 @@ function nE(e, t) {
|
|
|
42717
42718
|
});
|
|
42718
42719
|
break;
|
|
42719
42720
|
case "event":
|
|
42721
|
+
case "runsheet":
|
|
42720
42722
|
n.push({
|
|
42721
42723
|
title: "Today",
|
|
42722
42724
|
startDate: V.now().startOf("day").toJSDate(),
|