@qikdev/vue-ui 0.2.248 → 0.2.249
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 +3 -3
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +3 -3
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +9 -9
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
vModelDynamic as Yn,
|
|
45
45
|
} from "vue";
|
|
46
46
|
import { EventDispatcher as Ll } from "@qikdev/sdk";
|
|
47
|
-
const iu = "0.2.
|
|
47
|
+
const iu = "0.2.249";
|
|
48
48
|
class Rt extends Error {}
|
|
49
49
|
class ru extends Rt {
|
|
50
50
|
constructor(t) {
|
|
@@ -20578,7 +20578,7 @@ const jk = {
|
|
|
20578
20578
|
},
|
|
20579
20579
|
computed: {
|
|
20580
20580
|
allDay() {
|
|
20581
|
-
return this.field.allDay;
|
|
20581
|
+
return this.field.allDay || this.field.dateOnly;
|
|
20582
20582
|
},
|
|
20583
20583
|
},
|
|
20584
20584
|
methods: {
|
|
@@ -20745,7 +20745,7 @@ function Hk(e, t, n, r, s, i) {
|
|
|
20745
20745
|
}
|
|
20746
20746
|
const Wk = /* @__PURE__ */ T(jk, [
|
|
20747
20747
|
["render", Hk],
|
|
20748
|
-
["__scopeId", "data-v-
|
|
20748
|
+
["__scopeId", "data-v-a44b8610"],
|
|
20749
20749
|
]);
|
|
20750
20750
|
const Gk = {
|
|
20751
20751
|
emits: ["remove"],
|