@qikdev/vue-ui 0.2.325 → 0.2.326
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 +12 -7
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +12 -7
- package/dist/lib.umd.js.map +1 -1
- package/dist/vue-ui.css +9 -9
- 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.326";
|
|
11
11
|
class ft extends Error {}
|
|
12
12
|
class Cm extends ft {
|
|
13
13
|
constructor(n) {
|
|
@@ -37567,20 +37567,25 @@
|
|
|
37567
37567
|
},
|
|
37568
37568
|
},
|
|
37569
37569
|
data() {
|
|
37570
|
+
var i, l;
|
|
37570
37571
|
var e = this.selectionManager;
|
|
37571
37572
|
e || (e = new Gu({ minimum: this.minimum, maximum: this.maximum })),
|
|
37572
37573
|
this.modelValue && e.setSelection(this.modelValue);
|
|
37573
37574
|
const n = Math.max(
|
|
37574
|
-
|
|
37575
|
-
|
|
37576
|
-
|
|
37575
|
+
isNaN(this.defaultPage) ? 1 : this.defaultPage || 1,
|
|
37576
|
+
1,
|
|
37577
|
+
),
|
|
37578
|
+
r =
|
|
37579
|
+
((i = this.view) == null ? void 0 : i.key) === "calendar"
|
|
37580
|
+
? 1e3
|
|
37581
|
+
: ((l = this.page) == null ? void 0 : l.size) || 50;
|
|
37577
37582
|
return {
|
|
37578
37583
|
manager: e,
|
|
37579
37584
|
glossary: null,
|
|
37580
37585
|
loading: !0,
|
|
37581
37586
|
additionalFields: [],
|
|
37582
37587
|
loadKey: 1,
|
|
37583
|
-
page: { size:
|
|
37588
|
+
page: { size: r, index: n },
|
|
37584
37589
|
actualFilter: this.filter,
|
|
37585
37590
|
sort: this.defaultSort,
|
|
37586
37591
|
keywords: this.search,
|
|
@@ -37593,7 +37598,7 @@
|
|
|
37593
37598
|
},
|
|
37594
37599
|
},
|
|
37595
37600
|
Bl = (e) => (
|
|
37596
|
-
t.pushScopeId("data-v-
|
|
37601
|
+
t.pushScopeId("data-v-5371b6d6"), (e = e()), t.popScopeId(), e
|
|
37597
37602
|
),
|
|
37598
37603
|
yT = Bl(() => t.createElementVNode("strong", null, "Select Columns", -1)),
|
|
37599
37604
|
gT = { key: 0, class: "font-sm" },
|
|
@@ -38262,7 +38267,7 @@
|
|
|
38262
38267
|
}
|
|
38263
38268
|
const sm = k(pT, [
|
|
38264
38269
|
["render", wT],
|
|
38265
|
-
["__scopeId", "data-v-
|
|
38270
|
+
["__scopeId", "data-v-5371b6d6"],
|
|
38266
38271
|
]),
|
|
38267
38272
|
CT = {
|
|
38268
38273
|
props: { modal: { type: Object, required: !0 } },
|