dc-editor-vue 1.0.3 → 1.0.4
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/fo-editor-vue.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineComponent as s, shallowRef as n, watch as u, onMounted as c, onUnmounted as d, openBlock as i, createElementBlock as f, normalizeStyle as _, normalizeClass as p } from "vue";
|
|
2
|
-
import { createFoEditor as v } from "
|
|
3
|
-
import { defaultConfig as b } from "
|
|
2
|
+
import { createFoEditor as v } from "dc-editor";
|
|
3
|
+
import { defaultConfig as b } from "dc-editor";
|
|
4
4
|
import { defaultConfigurationwk as defaultConfigurationwk } from "../../fo-editor";
|
|
5
5
|
const m = /* @__PURE__ */ s({
|
|
6
6
|
__name: "Editor",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import VueEditor from './Editor.vue';
|
|
2
2
|
export type * from './types';
|
|
3
3
|
export { VueEditor };
|
|
4
|
-
export { defaultConfig } from '
|
|
5
|
-
export { defaultConfigurationwk } from '
|
|
4
|
+
export { defaultConfig } from 'dc-editor';
|
|
5
|
+
export { defaultConfigurationwk } from 'dc-editor';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { StyleValue } from 'vue';
|
|
2
|
-
import type { FoEditorProps, FoEditor, FoEditorConfig,defaultConfigurationwk } from '
|
|
2
|
+
import type { FoEditorProps, FoEditor, FoEditorConfig,defaultConfigurationwk } from 'dc-editor';
|
|
3
3
|
export type EditorProps = Omit<FoEditorProps, 'dom'> & {
|
|
4
4
|
style?: StyleValue;
|
|
5
5
|
classname?: string;
|