@qikdev/vue-ui 0.2.320 → 0.2.321
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 -6
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +8 -5
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +18 -18
- 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.321";
|
|
53
53
|
class Gt extends Error {}
|
|
54
54
|
class Df extends Gt {
|
|
55
55
|
constructor(t) {
|
|
@@ -8804,7 +8804,7 @@ const iv = {
|
|
|
8804
8804
|
}
|
|
8805
8805
|
break;
|
|
8806
8806
|
}
|
|
8807
|
-
|
|
8807
|
+
e.component = t;
|
|
8808
8808
|
},
|
|
8809
8809
|
props: {
|
|
8810
8810
|
column: {
|
|
@@ -8906,7 +8906,7 @@ function lv(e, t, n, i, s, r) {
|
|
|
8906
8906
|
}
|
|
8907
8907
|
const Sc = /* @__PURE__ */ C(iv, [
|
|
8908
8908
|
["render", lv],
|
|
8909
|
-
["__scopeId", "data-v-
|
|
8909
|
+
["__scopeId", "data-v-12d0b53b"],
|
|
8910
8910
|
]),
|
|
8911
8911
|
av = {
|
|
8912
8912
|
components: {
|
|
@@ -42814,8 +42814,8 @@ const eE = {
|
|
|
42814
42814
|
model: this.options.model.slice(),
|
|
42815
42815
|
rolodexLetter: "",
|
|
42816
42816
|
dateRange: {
|
|
42817
|
-
startDate:
|
|
42818
|
-
endDate:
|
|
42817
|
+
startDate: V.now().startOf("day").toJSDate(),
|
|
42818
|
+
endDate: V.now().plus({ months: 3 }).toJSDate(),
|
|
42819
42819
|
},
|
|
42820
42820
|
};
|
|
42821
42821
|
},
|
|
@@ -43325,7 +43325,7 @@ function aE(e, t, n, i, s, r) {
|
|
|
43325
43325
|
}
|
|
43326
43326
|
const oE = /* @__PURE__ */ C(eE, [
|
|
43327
43327
|
["render", aE],
|
|
43328
|
-
["__scopeId", "data-v-
|
|
43328
|
+
["__scopeId", "data-v-fd507d53"],
|
|
43329
43329
|
]),
|
|
43330
43330
|
uE = {
|
|
43331
43331
|
components: {
|