@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.es.js
CHANGED
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
vModelDynamic as Zn,
|
|
48
48
|
} from "vue";
|
|
49
49
|
import { EventDispatcher as jl } from "@qikdev/sdk";
|
|
50
|
-
const fu = "0.2.
|
|
50
|
+
const fu = "0.2.284";
|
|
51
51
|
class qt extends Error {}
|
|
52
52
|
class mu extends qt {
|
|
53
53
|
constructor(t) {
|
|
@@ -9620,6 +9620,9 @@ const Qg = {
|
|
|
9620
9620
|
},
|
|
9621
9621
|
},
|
|
9622
9622
|
computed: {
|
|
9623
|
+
noneTitle() {
|
|
9624
|
+
return this.field.placeholder || "None";
|
|
9625
|
+
},
|
|
9623
9626
|
usePills() {
|
|
9624
9627
|
return this.field.pills || this.pills;
|
|
9625
9628
|
},
|
|
@@ -9643,7 +9646,7 @@ const Qg = {
|
|
|
9643
9646
|
n = this.model;
|
|
9644
9647
|
return n || n === !1 || n === 0
|
|
9645
9648
|
? this.getLabel(this.optionLookup[this.model])
|
|
9646
|
-
: t || this.
|
|
9649
|
+
: t || this.noneTitle || this.title || "Click to select";
|
|
9647
9650
|
},
|
|
9648
9651
|
grouped() {
|
|
9649
9652
|
const e = this,
|
|
@@ -9707,7 +9710,7 @@ const Qg = {
|
|
|
9707
9710
|
},
|
|
9708
9711
|
},
|
|
9709
9712
|
},
|
|
9710
|
-
e_ = (e) => (Ze("data-v-
|
|
9713
|
+
e_ = (e) => (Ze("data-v-efa84717"), (e = e()), Je(), e),
|
|
9711
9714
|
t_ = {
|
|
9712
9715
|
key: 0,
|
|
9713
9716
|
class: "ux-field-title",
|
|
@@ -10017,7 +10020,7 @@ function v_(e, t, n, r, s, i) {
|
|
|
10017
10020
|
},
|
|
10018
10021
|
[
|
|
10019
10022
|
i.showNoneOption
|
|
10020
|
-
? (a(), d("option", p_,
|
|
10023
|
+
? (a(), d("option", p_, b(i.noneTitle), 1))
|
|
10021
10024
|
: g("", !0),
|
|
10022
10025
|
i.grouped
|
|
10023
10026
|
? (a(!0),
|
|
@@ -10102,7 +10105,7 @@ function v_(e, t, n, r, s, i) {
|
|
|
10102
10105
|
}
|
|
10103
10106
|
const gt = /* @__PURE__ */ V(Qg, [
|
|
10104
10107
|
["render", v_],
|
|
10105
|
-
["__scopeId", "data-v-
|
|
10108
|
+
["__scopeId", "data-v-efa84717"],
|
|
10106
10109
|
]);
|
|
10107
10110
|
const b_ = {
|
|
10108
10111
|
props: {
|