@yoooloo42/joker 1.0.46 → 1.0.47
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.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -5
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, defineComponent, h, onMounted, onBeforeUnmount, ref, watch
|
|
1
|
+
import { computed, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, defineComponent, h, onMounted, onBeforeUnmount, ref, watch, nextTick as nextTick$1, reactive, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, unref } from 'vue';
|
|
2
2
|
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
@@ -39166,7 +39166,7 @@ const QuillEditor = defineComponent({
|
|
|
39166
39166
|
isEditorFocus.value = !!(quill === null || quill === void 0 ? void 0 : quill.hasFocus());
|
|
39167
39167
|
ctx.emit('selectionChange', { range, oldRange, source });
|
|
39168
39168
|
};
|
|
39169
|
-
watch
|
|
39169
|
+
watch(isEditorFocus, (focus) => {
|
|
39170
39170
|
if (focus)
|
|
39171
39171
|
ctx.emit('focus', editor);
|
|
39172
39172
|
else
|
|
@@ -39260,7 +39260,7 @@ const QuillEditor = defineComponent({
|
|
|
39260
39260
|
initialize();
|
|
39261
39261
|
});
|
|
39262
39262
|
};
|
|
39263
|
-
watch
|
|
39263
|
+
watch(() => props.content, (newContent) => {
|
|
39264
39264
|
if (!quill || !newContent || internalModelEquals(newContent))
|
|
39265
39265
|
return;
|
|
39266
39266
|
// Restore the selection and cursor position after updating the content
|
|
@@ -39270,7 +39270,7 @@ const QuillEditor = defineComponent({
|
|
|
39270
39270
|
}
|
|
39271
39271
|
setContents(newContent);
|
|
39272
39272
|
}, { deep: true });
|
|
39273
|
-
watch
|
|
39273
|
+
watch(() => props.enable, (newValue) => {
|
|
39274
39274
|
if (quill)
|
|
39275
39275
|
quill.enable(newValue);
|
|
39276
39276
|
});
|
|
@@ -41718,7 +41718,7 @@ onMounted(()=>{
|
|
|
41718
41718
|
});
|
|
41719
41719
|
});
|
|
41720
41720
|
|
|
41721
|
-
watch
|
|
41721
|
+
watch(() => props.myProps.value,
|
|
41722
41722
|
(valNew, valOld) => {
|
|
41723
41723
|
request.ly0.storpro({
|
|
41724
41724
|
noSession: true,
|