@quoreadmin/ui 1.3.5 → 1.3.6
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/index.css +1 -1
- package/dist/index.js +2 -2
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -65848,7 +65848,7 @@ function h2e(n, e, t, r, i, s) {
|
|
|
65848
65848
|
onClick: e[0] || (e[0] = (...l) => n.handleClick && n.handleClick(...l))
|
|
65849
65849
|
}, null, 8, c2e),
|
|
65850
65850
|
e[1] || (e[1] = N("span", { class: "radio-display" }, null, -1)),
|
|
65851
|
-
o.value && (o.label || o.name) ? (w(), A("p", d2e, [
|
|
65851
|
+
o.value !== void 0 && (o.label || o.name) ? (w(), A("p", d2e, [
|
|
65852
65852
|
H(n.$slots, "label", { item: o }, () => [
|
|
65853
65853
|
Pe(X(n.getOptionText(o)), 1)
|
|
65854
65854
|
], !0)
|
|
@@ -65858,7 +65858,7 @@ function h2e(n, e, t, r, i, s) {
|
|
|
65858
65858
|
], 2))), 128))
|
|
65859
65859
|
], 8, u2e);
|
|
65860
65860
|
}
|
|
65861
|
-
const Ghe = /* @__PURE__ */ Be(l2e, [["render", h2e], ["__scopeId", "data-v-
|
|
65861
|
+
const Ghe = /* @__PURE__ */ Be(l2e, [["render", h2e], ["__scopeId", "data-v-202db926"]]);
|
|
65862
65862
|
function o6(n) {
|
|
65863
65863
|
return n === 0 ? !1 : Array.isArray(n) && n.length === 0 ? !0 : !n;
|
|
65864
65864
|
}
|