@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.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.321";
|
|
11
11
|
class mt extends Error {}
|
|
12
12
|
class Cm extends mt {
|
|
13
13
|
constructor(n) {
|
|
@@ -6799,7 +6799,7 @@
|
|
|
6799
6799
|
}
|
|
6800
6800
|
break;
|
|
6801
6801
|
}
|
|
6802
|
-
|
|
6802
|
+
e.component = n;
|
|
6803
6803
|
},
|
|
6804
6804
|
props: {
|
|
6805
6805
|
column: { type: Object, required: !0 },
|
|
@@ -6886,7 +6886,7 @@
|
|
|
6886
6886
|
}
|
|
6887
6887
|
const Nc = k(Ag, [
|
|
6888
6888
|
["render", Ug],
|
|
6889
|
-
["__scopeId", "data-v-
|
|
6889
|
+
["__scopeId", "data-v-12d0b53b"],
|
|
6890
6890
|
]),
|
|
6891
6891
|
Rg = {
|
|
6892
6892
|
components: { TableCell: Nc },
|
|
@@ -39079,7 +39079,10 @@
|
|
|
39079
39079
|
loading: !0,
|
|
39080
39080
|
model: this.options.model.slice(),
|
|
39081
39081
|
rolodexLetter: "",
|
|
39082
|
-
dateRange: {
|
|
39082
|
+
dateRange: {
|
|
39083
|
+
startDate: g.now().startOf("day").toJSDate(),
|
|
39084
|
+
endDate: g.now().plus({ months: 3 }).toJSDate(),
|
|
39085
|
+
},
|
|
39083
39086
|
};
|
|
39084
39087
|
},
|
|
39085
39088
|
methods: {
|
|
@@ -39618,7 +39621,7 @@
|
|
|
39618
39621
|
}
|
|
39619
39622
|
const fm = k(JD, [
|
|
39620
39623
|
["render", vD],
|
|
39621
|
-
["__scopeId", "data-v-
|
|
39624
|
+
["__scopeId", "data-v-fd507d53"],
|
|
39622
39625
|
]),
|
|
39623
39626
|
eT = {
|
|
39624
39627
|
components: { ScopeSelect: Ed },
|