@quoreadmin/ui 0.23.9 → 0.23.10
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.js +7 -2
- package/dist/index.umd.cjs +38 -38
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22141,6 +22141,11 @@ const GD = ue({
|
|
|
22141
22141
|
type: Function,
|
|
22142
22142
|
default: () => !0
|
|
22143
22143
|
},
|
|
22144
|
+
// Show descriptions as part of the options (on right).
|
|
22145
|
+
showOptionDescription: {
|
|
22146
|
+
type: Boolean,
|
|
22147
|
+
default: !1
|
|
22148
|
+
},
|
|
22144
22149
|
// There are use cases where we do not want taggable true, because taggable allows for adding values to the list of options. There are scenarios where design wants the tag styling in some places but then not in others
|
|
22145
22150
|
showTags: {
|
|
22146
22151
|
type: Boolean,
|
|
@@ -22450,7 +22455,7 @@ function dL(t, e, n, r, i, o) {
|
|
|
22450
22455
|
u.optionClass ? u.optionClass : ""
|
|
22451
22456
|
]])
|
|
22452
22457
|
}, q(u.$groupLabel || u.label || u.name || u), 3),
|
|
22453
|
-
u.description ? (g(), C("div", cL, q(u.description), 1)) : M("", !0),
|
|
22458
|
+
u.description && t.showOptionDescription ? (g(), C("div", cL, q(u.description), 1)) : M("", !0),
|
|
22454
22459
|
t.multiple && t.hasCheckboxes ? M("", !0) : (g(), D(s, {
|
|
22455
22460
|
key: 3,
|
|
22456
22461
|
icon: "check",
|
|
@@ -22466,7 +22471,7 @@ function dL(t, e, n, r, i, o) {
|
|
|
22466
22471
|
}, 8, ["id", "modelValue", "options", "searchable", "multiple", "taggable", "label", "track-by", "group-values", "group-label", "group-select", "class", "disabled", "allow-empty", "close-on-select", "show-tags", "tag-placeholder", "placeholder", "open-direction", "onOpen", "onTag"])
|
|
22467
22472
|
], 8, qD);
|
|
22468
22473
|
}
|
|
22469
|
-
const zU = /* @__PURE__ */ we(GD, [["render", dL], ["__scopeId", "data-v-
|
|
22474
|
+
const zU = /* @__PURE__ */ we(GD, [["render", dL], ["__scopeId", "data-v-95b0d431"]]);
|
|
22470
22475
|
var nt = {
|
|
22471
22476
|
STARTS_WITH: "startsWith",
|
|
22472
22477
|
CONTAINS: "contains",
|