@rocketui/vue 0.1.17 → 0.1.18
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/rocket-ui-vue.js +1 -1
- package/dist/rocket-ui-vue.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/rocket-ui-vue.js
CHANGED
|
@@ -8922,7 +8922,7 @@ const _5 = ["aria-disabled"], E5 = ["innerHTML"], N5 = /* @__PURE__ */ T({
|
|
|
8922
8922
|
C.modelValue ? C.multiple ? L.push(C.modelValue) : (A.value = C.modelValue, e.value = C.modelValue.label) : (A.value = {}, L.splice(0, L.length));
|
|
8923
8923
|
}
|
|
8924
8924
|
function v(s) {
|
|
8925
|
-
C.searchable && s();
|
|
8925
|
+
C.searchable && s(), !(C.multiple || C.taggable) && (e.value === "" && (A.value = {}), M("update:modelValue", ""));
|
|
8926
8926
|
}
|
|
8927
8927
|
function Q(s, l) {
|
|
8928
8928
|
if (s.stopPropagation(), l(), C.multiple || C.taggable) {
|