@quoreadmin/ui 0.24.13 → 0.24.14
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 +2 -2
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22452,7 +22452,7 @@ function TL(t, e, n, r, i, o) {
|
|
|
22452
22452
|
class: N([
|
|
22453
22453
|
{ "has-checkboxes": t.hasCheckboxes },
|
|
22454
22454
|
{ "select-multiple": !!t.multiple },
|
|
22455
|
-
{ "select-taggable": !!t.taggable || !!t.showTags },
|
|
22455
|
+
{ "select-taggable": !!t.taggable || !!t.showTags || !!t.useAddTagsOnly },
|
|
22456
22456
|
{ "select-expand": t.expand },
|
|
22457
22457
|
{ "select-show-count": !!t.showSelectedCount },
|
|
22458
22458
|
{ "select-search": !!t.search },
|
|
@@ -22659,7 +22659,7 @@ function TL(t, e, n, r, i, o) {
|
|
|
22659
22659
|
}, 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"])
|
|
22660
22660
|
], 8, uL);
|
|
22661
22661
|
}
|
|
22662
|
-
const nK = /* @__PURE__ */ we(lL, [["render", TL], ["__scopeId", "data-v-
|
|
22662
|
+
const nK = /* @__PURE__ */ we(lL, [["render", TL], ["__scopeId", "data-v-01b6656b"]]);
|
|
22663
22663
|
var nt = {
|
|
22664
22664
|
STARTS_WITH: "startsWith",
|
|
22665
22665
|
CONTAINS: "contains",
|