@quoreadmin/ui 0.24.10 → 0.24.12
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 +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22342,7 +22342,7 @@ const lL = ue({
|
|
|
22342
22342
|
},
|
|
22343
22343
|
emits: ["update:model-value"],
|
|
22344
22344
|
setup(t, { slots: e, emit: n }) {
|
|
22345
|
-
const { t: r } = ds(), i = V(null), o = V(null), s = V(t.modelValue), a = V(""), l = z(() => t.noResultMessage || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), u = z(() => t.tagPlaceholder || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), c = z(() => !!e.action), d = z(() => t.taggable
|
|
22345
|
+
const { t: r } = ds(), i = V(null), o = V(null), s = V(t.modelValue), a = V(""), l = z(() => t.noResultMessage || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), u = z(() => t.tagPlaceholder || r("HC_PRESS_ENTER_TO_CREATE_A_TAG")), c = z(() => !!e.action), d = z(() => t.taggable && t.showTags), f = (b) => {
|
|
22346
22346
|
n("update:model-value", b);
|
|
22347
22347
|
}, h = (b) => {
|
|
22348
22348
|
a.value = b;
|