@quoreadmin/ui 1.3.20 → 1.3.21
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 +12 -4
- package/dist/index.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -70694,6 +70694,14 @@ const ufe = Oe({
|
|
|
70694
70694
|
useAddTagsOnly: {
|
|
70695
70695
|
type: Boolean,
|
|
70696
70696
|
default: !1
|
|
70697
|
+
},
|
|
70698
|
+
clearOnSelect: {
|
|
70699
|
+
type: Boolean,
|
|
70700
|
+
default: !1
|
|
70701
|
+
},
|
|
70702
|
+
closeOnSelect: {
|
|
70703
|
+
type: Boolean,
|
|
70704
|
+
default: !1
|
|
70697
70705
|
}
|
|
70698
70706
|
},
|
|
70699
70707
|
emits: ["update:model-value"],
|
|
@@ -70841,8 +70849,8 @@ function Ofe(t, e, n, r, i, s) {
|
|
|
70841
70849
|
disabled: t.disabled || t.loading,
|
|
70842
70850
|
loading: t.loading,
|
|
70843
70851
|
"allow-empty": t.allowEmpty,
|
|
70844
|
-
"clear-on-select":
|
|
70845
|
-
"close-on-select": !t.hasCheckboxes && !t.multiple,
|
|
70852
|
+
"clear-on-select": t.clearOnSelect,
|
|
70853
|
+
"close-on-select": t.closeOnSelect || !t.hasCheckboxes && !t.multiple,
|
|
70846
70854
|
"show-tags": t.showTags,
|
|
70847
70855
|
"tag-placeholder": t.noTagFound,
|
|
70848
70856
|
placeholder: t.placeholder,
|
|
@@ -71097,10 +71105,10 @@ function Ofe(t, e, n, r, i, s) {
|
|
|
71097
71105
|
]),
|
|
71098
71106
|
key: "0"
|
|
71099
71107
|
} : void 0
|
|
71100
|
-
]), 1032, ["id", "modelValue", "filtering-sort-func", "options", "searchable", "multiple", "taggable", "label", "track-by", "group-values", "group-label", "group-select", "block-keys", "class", "disabled", "loading", "allow-empty", "close-on-select", "show-tags", "tag-placeholder", "placeholder", "open-direction", "onOpen", "onTag"])
|
|
71108
|
+
]), 1032, ["id", "modelValue", "filtering-sort-func", "options", "searchable", "multiple", "taggable", "label", "track-by", "group-values", "group-label", "group-select", "block-keys", "class", "disabled", "loading", "allow-empty", "clear-on-select", "close-on-select", "show-tags", "tag-placeholder", "placeholder", "open-direction", "onOpen", "onTag"])
|
|
71101
71109
|
], 8, cfe);
|
|
71102
71110
|
}
|
|
71103
|
-
const B5e = /* @__PURE__ */ ze(ufe, [["render", Ofe], ["__scopeId", "data-v-
|
|
71111
|
+
const B5e = /* @__PURE__ */ ze(ufe, [["render", Ofe], ["__scopeId", "data-v-511ba2f9"]]);
|
|
71104
71112
|
var Nn = {
|
|
71105
71113
|
STARTS_WITH: "startsWith",
|
|
71106
71114
|
CONTAINS: "contains",
|