@iankibetsh/shframework 0.2.4 → 0.2.5
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/library.js +0 -2
- package/dist/library.mjs +0 -2
- package/package.json +1 -1
package/dist/library.js
CHANGED
|
@@ -1701,13 +1701,11 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1701
1701
|
const _component_editor = vue.resolveComponent("editor");
|
|
1702
1702
|
|
|
1703
1703
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
1704
|
-
vue.createCommentVNode(" <ckeditor @input=\"updateValue\" :editor=\"editor\" v-model=\"editorData\" :config=\"editorConfig\"></ckeditor>"),
|
|
1705
1704
|
_hoisted_1$6,
|
|
1706
1705
|
vue.createElementVNode("div", {
|
|
1707
1706
|
onFocusin: _cache[1] || (_cache[1] = vue.withModifiers(() => {}, ["stop"])),
|
|
1708
1707
|
class: "sh-editor w-100"
|
|
1709
1708
|
}, [
|
|
1710
|
-
vue.createCommentVNode(" MCE editor placed here "),
|
|
1711
1709
|
vue.createVNode(_component_editor, {
|
|
1712
1710
|
class: "tinyEditor",
|
|
1713
1711
|
"api-key": "v5otxmculqf59xfg2bqr2ucw56cbqgbqo4x9gym2kwbv1rvi",
|
package/dist/library.mjs
CHANGED
|
@@ -1689,13 +1689,11 @@ function render$6(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
1689
1689
|
const _component_editor = resolveComponent("editor");
|
|
1690
1690
|
|
|
1691
1691
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
1692
|
-
createCommentVNode(" <ckeditor @input=\"updateValue\" :editor=\"editor\" v-model=\"editorData\" :config=\"editorConfig\"></ckeditor>"),
|
|
1693
1692
|
_hoisted_1$6,
|
|
1694
1693
|
createElementVNode("div", {
|
|
1695
1694
|
onFocusin: _cache[1] || (_cache[1] = withModifiers(() => {}, ["stop"])),
|
|
1696
1695
|
class: "sh-editor w-100"
|
|
1697
1696
|
}, [
|
|
1698
|
-
createCommentVNode(" MCE editor placed here "),
|
|
1699
1697
|
createVNode(_component_editor, {
|
|
1700
1698
|
class: "tinyEditor",
|
|
1701
1699
|
"api-key": "v5otxmculqf59xfg2bqr2ucw56cbqgbqo4x9gym2kwbv1rvi",
|