@cgboiler/biz-basic 1.0.38 → 1.0.39
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/es/index.d.ts
CHANGED
package/es/index.js
CHANGED
|
@@ -99,14 +99,10 @@ var stdin_default = defineComponent({
|
|
|
99
99
|
}
|
|
100
100
|
});
|
|
101
101
|
};
|
|
102
|
-
const focus = () => {
|
|
103
|
-
editor.value.commands.focus();
|
|
104
|
-
};
|
|
105
102
|
expose({
|
|
106
103
|
getEditor: () => editor.value,
|
|
107
104
|
insertMention,
|
|
108
|
-
insertHashTag
|
|
109
|
-
focus
|
|
105
|
+
insertHashTag
|
|
110
106
|
});
|
|
111
107
|
watch(() => props.modelValue, (newValue) => {
|
|
112
108
|
var _a, _b;
|
package/lib/index.d.ts
CHANGED
package/lib/index.js
CHANGED
|
@@ -36,7 +36,7 @@ __export(stdin_exports, {
|
|
|
36
36
|
module.exports = __toCommonJS(stdin_exports);
|
|
37
37
|
var import_rich_text_editor = __toESM(require("./rich-text-editor"));
|
|
38
38
|
__reExport(stdin_exports, require("./rich-text-editor"), module.exports);
|
|
39
|
-
const version = "1.0.
|
|
39
|
+
const version = "1.0.38";
|
|
40
40
|
function install(app) {
|
|
41
41
|
const components = [
|
|
42
42
|
import_rich_text_editor.default
|
|
@@ -131,14 +131,10 @@ var stdin_default = (0, import_vue2.defineComponent)({
|
|
|
131
131
|
}
|
|
132
132
|
});
|
|
133
133
|
};
|
|
134
|
-
const focus = () => {
|
|
135
|
-
editor.value.commands.focus();
|
|
136
|
-
};
|
|
137
134
|
expose({
|
|
138
135
|
getEditor: () => editor.value,
|
|
139
136
|
insertMention,
|
|
140
|
-
insertHashTag
|
|
141
|
-
focus
|
|
137
|
+
insertHashTag
|
|
142
138
|
});
|
|
143
139
|
(0, import_vue2.watch)(() => props.modelValue, (newValue) => {
|
|
144
140
|
var _a, _b;
|