@avakhula/ui 0.0.347 → 0.0.349
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
CHANGED
|
@@ -20480,7 +20480,7 @@ const d0 = {
|
|
|
20480
20480
|
type: String
|
|
20481
20481
|
}
|
|
20482
20482
|
},
|
|
20483
|
-
emits: ["onOverLimitHandler"],
|
|
20483
|
+
emits: ["onOverLimitHandler", "update:modelValue", "change", "blur"],
|
|
20484
20484
|
mounted() {
|
|
20485
20485
|
this.$refs.toolbar.classList.remove("ql-toolbar");
|
|
20486
20486
|
const t = this.$refs.wrapper.querySelector("input[data-link]");
|
|
@@ -20769,11 +20769,11 @@ function I0(t, n, e, r, o, i) {
|
|
|
20769
20769
|
}
|
|
20770
20770
|
const op = /* @__PURE__ */ Ae(N0, [["render", I0]]), oo = new Na(), la = (t, n) => {
|
|
20771
20771
|
if (Ma(t)) {
|
|
20772
|
-
const e = {
|
|
20772
|
+
const e = Object.keys(n.modifiers)[0] || n.arg, r = {
|
|
20773
20773
|
title: n.value.title || "",
|
|
20774
20774
|
text: typeof n.value == "object" ? n.value.text : n.value
|
|
20775
20775
|
};
|
|
20776
|
-
oo.createTooltip(t, e);
|
|
20776
|
+
oo.createTooltip(t, r, e);
|
|
20777
20777
|
}
|
|
20778
20778
|
}, sa = () => {
|
|
20779
20779
|
oo.destroyTooltip();
|