@qikdev/vue-ui 0.2.262 → 0.2.263
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 +5 -5
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +5 -5
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +9 -9
- package/package.json +1 -1
package/dist/lib.umd.js
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
t((V["@qikdev/vue-ui"] = {}), V.Vue, V["@qikdev/sdk"]));
|
|
8
8
|
})(this, function (V, t, $r) {
|
|
9
9
|
"use strict";
|
|
10
|
-
const ac = "0.2.
|
|
10
|
+
const ac = "0.2.263";
|
|
11
11
|
class st extends Error {}
|
|
12
12
|
class sc extends st {
|
|
13
13
|
constructor(n) {
|
|
@@ -33882,7 +33882,7 @@
|
|
|
33882
33882
|
l.push(a);
|
|
33883
33883
|
}
|
|
33884
33884
|
if (n) {
|
|
33885
|
-
const u = e.profileDetailTypes;
|
|
33885
|
+
const u = e.profileDetailTypes || [];
|
|
33886
33886
|
if (
|
|
33887
33887
|
(l.push({
|
|
33888
33888
|
title: "Age",
|
|
@@ -34030,7 +34030,7 @@
|
|
|
34030
34030
|
}
|
|
34031
34031
|
var l = this.actualOptions.prefixColumns || [];
|
|
34032
34032
|
l.forEach(o(!0));
|
|
34033
|
-
var i = this.actualOptions.columns,
|
|
34033
|
+
var i = this.actualOptions.columns || [],
|
|
34034
34034
|
r = i && i.length ? i : UD(this, this.basicType);
|
|
34035
34035
|
r.length || r.push({ title: "Title", key: "title" }),
|
|
34036
34036
|
r.forEach(o(!0));
|
|
@@ -34256,7 +34256,7 @@
|
|
|
34256
34256
|
},
|
|
34257
34257
|
},
|
|
34258
34258
|
Mr = (e) => (
|
|
34259
|
-
t.pushScopeId("data-v-
|
|
34259
|
+
t.pushScopeId("data-v-0ff8fe54"), (e = e()), t.popScopeId(), e
|
|
34260
34260
|
),
|
|
34261
34261
|
jD = Mr(() => t.createElementVNode("strong", null, "Select Columns", -1)),
|
|
34262
34262
|
RD = { class: "footer" },
|
|
@@ -34911,7 +34911,7 @@
|
|
|
34911
34911
|
}
|
|
34912
34912
|
const Ks = g(PD, [
|
|
34913
34913
|
["render", WD],
|
|
34914
|
-
["__scopeId", "data-v-
|
|
34914
|
+
["__scopeId", "data-v-0ff8fe54"],
|
|
34915
34915
|
]),
|
|
34916
34916
|
vM = "",
|
|
34917
34917
|
GD = {
|