@quoreadmin/ui 0.24.15 → 0.24.16
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 +3 -3
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22567,7 +22567,7 @@ function ML(t, e, n, r, i, o) {
|
|
|
22567
22567
|
t.groupValues && t.options[0][t.groupValues].length === c.length ? (g(), C("div", pL, [
|
|
22568
22568
|
T("div", {
|
|
22569
22569
|
class: N([
|
|
22570
|
-
"multiselect__tag inline-flex items-center justify-center rounded me-2",
|
|
22570
|
+
"multiselect__tag inline-flex items-center justify-center rounded me-2 z-[1]",
|
|
22571
22571
|
{ "tag-gray": !!t.showTags }
|
|
22572
22572
|
])
|
|
22573
22573
|
}, [
|
|
@@ -22592,7 +22592,7 @@ function ML(t, e, n, r, i, o) {
|
|
|
22592
22592
|
(g(!0), C(ee, null, ve(!t.expand && t.limitShown ? c.slice(0, t.limitShown) : c, (m, v) => (g(), C("div", {
|
|
22593
22593
|
key: v,
|
|
22594
22594
|
class: N([
|
|
22595
|
-
"multiselect__tag !inline-flex items-center justify-center rounded mr-2",
|
|
22595
|
+
"multiselect__tag !inline-flex items-center justify-center rounded mr-2 z-[1]",
|
|
22596
22596
|
{ "tag-added": m.added },
|
|
22597
22597
|
{ "tag-gray": !!t.showTags },
|
|
22598
22598
|
m.tagClass ? m.tagClass : ""
|
|
@@ -22752,7 +22752,7 @@ function ML(t, e, n, r, i, o) {
|
|
|
22752
22752
|
]), 1032, ["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"])
|
|
22753
22753
|
], 8, uL);
|
|
22754
22754
|
}
|
|
22755
|
-
const oK = /* @__PURE__ */ we(lL, [["render", ML], ["__scopeId", "data-v-
|
|
22755
|
+
const oK = /* @__PURE__ */ we(lL, [["render", ML], ["__scopeId", "data-v-db743cbd"]]);
|
|
22756
22756
|
var nt = {
|
|
22757
22757
|
STARTS_WITH: "startsWith",
|
|
22758
22758
|
CONTAINS: "contains",
|