@qikdev/vue-ui 0.2.283 → 0.2.284
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 +8 -5
- package/dist/lib.es.js.map +1 -1
- package/dist/lib.umd.js +13 -5
- package/dist/lib.umd.js.map +1 -1
- package/dist/style.css +12 -12
- 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.sdk));
|
|
8
8
|
})(this, function (V, t, $r) {
|
|
9
9
|
"use strict";
|
|
10
|
-
const sc = "0.2.
|
|
10
|
+
const sc = "0.2.284";
|
|
11
11
|
class ct extends Error {}
|
|
12
12
|
class cc extends ct {
|
|
13
13
|
constructor(n) {
|
|
@@ -7632,6 +7632,9 @@
|
|
|
7632
7632
|
},
|
|
7633
7633
|
},
|
|
7634
7634
|
computed: {
|
|
7635
|
+
noneTitle() {
|
|
7636
|
+
return this.field.placeholder || "None";
|
|
7637
|
+
},
|
|
7635
7638
|
usePills() {
|
|
7636
7639
|
return this.field.pills || this.pills;
|
|
7637
7640
|
},
|
|
@@ -7656,7 +7659,7 @@
|
|
|
7656
7659
|
o = this.model;
|
|
7657
7660
|
return o || o === !1 || o === 0
|
|
7658
7661
|
? this.getLabel(this.optionLookup[this.model])
|
|
7659
|
-
: n || this.
|
|
7662
|
+
: n || this.noneTitle || this.title || "Click to select";
|
|
7660
7663
|
},
|
|
7661
7664
|
grouped() {
|
|
7662
7665
|
const e = this,
|
|
@@ -7714,7 +7717,7 @@
|
|
|
7714
7717
|
},
|
|
7715
7718
|
},
|
|
7716
7719
|
Og = (e) => (
|
|
7717
|
-
t.pushScopeId("data-v-
|
|
7720
|
+
t.pushScopeId("data-v-efa84717"), (e = e()), t.popScopeId(), e
|
|
7718
7721
|
),
|
|
7719
7722
|
Fg = { key: 0, class: "ux-field-title" },
|
|
7720
7723
|
Mg = { key: 0, class: "ux-required-marker" },
|
|
@@ -8014,7 +8017,12 @@
|
|
|
8014
8017
|
[
|
|
8015
8018
|
r.showNoneOption
|
|
8016
8019
|
? (t.openBlock(),
|
|
8017
|
-
t.createElementBlock(
|
|
8020
|
+
t.createElementBlock(
|
|
8021
|
+
"option",
|
|
8022
|
+
Gg,
|
|
8023
|
+
t.toDisplayString(r.noneTitle),
|
|
8024
|
+
1,
|
|
8025
|
+
))
|
|
8018
8026
|
: t.createCommentVNode("", !0),
|
|
8019
8027
|
r.grouped
|
|
8020
8028
|
? (t.openBlock(!0),
|
|
@@ -8092,7 +8100,7 @@
|
|
|
8092
8100
|
}
|
|
8093
8101
|
const Pe = g(Dg, [
|
|
8094
8102
|
["render", Jg],
|
|
8095
|
-
["__scopeId", "data-v-
|
|
8103
|
+
["__scopeId", "data-v-efa84717"],
|
|
8096
8104
|
]),
|
|
8097
8105
|
qF = "",
|
|
8098
8106
|
Xg = {
|