vdc-editor 0.1.200 → 0.1.202
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/lib/{BulkSpellChecker-DT2RlF4H.mjs → BulkSpellChecker-C1tlkfCq.mjs} +2 -2
- package/lib/{BulkSpellChecker-DT2RlF4H.mjs.map → BulkSpellChecker-C1tlkfCq.mjs.map} +1 -1
- package/lib/favicon.svg +18 -0
- package/lib/fonts/Inter-Black.woff +0 -0
- package/lib/fonts/Inter-Black.woff2 +0 -0
- package/lib/fonts/Inter-Bold.woff +0 -0
- package/lib/fonts/Inter-Bold.woff2 +0 -0
- package/lib/fonts/Inter-ExtraBold.woff +0 -0
- package/lib/fonts/Inter-ExtraBold.woff2 +0 -0
- package/lib/fonts/Inter-ExtraLight.woff +0 -0
- package/lib/fonts/Inter-ExtraLight.woff2 +0 -0
- package/lib/fonts/Inter-Light.woff +0 -0
- package/lib/fonts/Inter-Light.woff2 +0 -0
- package/lib/fonts/Inter-Medium.woff +0 -0
- package/lib/fonts/Inter-Medium.woff2 +0 -0
- package/lib/fonts/Inter-Regular.woff +0 -0
- package/lib/fonts/Inter-Regular.woff2 +0 -0
- package/lib/fonts/Inter-SemiBold.woff +0 -0
- package/lib/fonts/Inter-SemiBold.woff2 +0 -0
- package/lib/fonts/Inter-Thin.woff +0 -0
- package/lib/fonts/Inter-Thin.woff2 +0 -0
- package/lib/fonts/Pretendard-Black.woff +0 -0
- package/lib/fonts/Pretendard-Black.woff2 +0 -0
- package/lib/fonts/Pretendard-Bold.woff +0 -0
- package/lib/fonts/Pretendard-Bold.woff2 +0 -0
- package/lib/fonts/Pretendard-ExtraBold.woff +0 -0
- package/lib/fonts/Pretendard-ExtraBold.woff2 +0 -0
- package/lib/fonts/Pretendard-ExtraLight.woff +0 -0
- package/lib/fonts/Pretendard-ExtraLight.woff2 +0 -0
- package/lib/fonts/Pretendard-Light.woff +0 -0
- package/lib/fonts/Pretendard-Light.woff2 +0 -0
- package/lib/fonts/Pretendard-Medium.woff +0 -0
- package/lib/fonts/Pretendard-Medium.woff2 +0 -0
- package/lib/fonts/Pretendard-Regular.woff +0 -0
- package/lib/fonts/Pretendard-Regular.woff2 +0 -0
- package/lib/fonts/Pretendard-SemiBold.woff +0 -0
- package/lib/fonts/Pretendard-SemiBold.woff2 +0 -0
- package/lib/fonts/Pretendard-Thin.woff +0 -0
- package/lib/fonts/Pretendard-Thin.woff2 +0 -0
- package/lib/{index-CaYoCbLr.mjs → index-DqCe9fo5.mjs} +12444 -12336
- package/lib/index-DqCe9fo5.mjs.map +1 -0
- package/lib/src/components/ActionButton.vue.d.ts +1 -1
- package/lib/src/components/ActionDropdownButton.vue.d.ts +1 -1
- package/lib/src/components/ActionDropdownButtonSplit.vue.d.ts +1 -1
- package/lib/src/components/ActionMenuButton.vue.d.ts +1 -1
- package/lib/src/components/SuperInputBottomSheet.vue.d.ts +25 -0
- package/lib/src/components/editor/CoreEditorMoblie.vue.d.ts +1 -1
- package/lib/src/components/editor/CoreEditorV2.vue.d.ts +1 -1
- package/lib/src/components/editor/EditorComment.vue.d.ts +1 -1
- package/lib/src/components/editor/EditorCommentMoblie.vue.d.ts +1 -1
- package/lib/src/components/editor/EditorFieldName.vue.d.ts +2 -4
- package/lib/src/components/editor/SuperViewMobileEditor.vue.d.ts +1 -1
- package/lib/src/components/editor/SuperViewMobileSuperEditor.vue.d.ts +1 -1
- package/lib/src/components/icons/icons.d.ts +2 -0
- package/lib/src/components/menus/MainBubbleMenu.vue.d.ts +19 -0
- package/lib/src/components/{ScreenSplitToastPopup.vue.d.ts → menus/MainBubbleMenuList.vue.d.ts} +9 -5
- package/lib/src/components/ui/button/index.d.ts +1 -1
- package/lib/src/extensions/Ai/components/AIButton.vue.d.ts +1 -1
- package/lib/src/extensions/BaseKit.d.ts +2 -4
- package/lib/src/extensions/Diff.ts/Diff.d.ts +3 -0
- package/lib/src/extensions/Diff.ts/index.d.ts +1 -0
- package/lib/src/extensions/Link/components/LinkEditPopover.vue.d.ts +1 -1
- package/lib/src/extensions/SuperText/SuperText.d.ts +6 -2
- package/lib/src/hooks/index.d.ts +1 -0
- package/lib/src/hooks/useAccordionSplitpanes.d.ts +13 -0
- package/lib/src/hooks/useEditorInsert.d.ts +7 -0
- package/lib/src/hooks/useStore.d.ts +2 -0
- package/lib/src/type.d.ts +9 -1
- package/lib/src/utils.d.ts +1 -0
- package/lib/style.css +1 -1
- package/lib/vdc-editor.mjs +1 -1
- package/lib/vdc-editor.umd.js +93 -79
- package/lib/vdc-editor.umd.js.map +1 -1
- package/package.json +1 -1
- package/lib/index-CaYoCbLr.mjs.map +0 -1
- package/lib/src/components/SelectContextMenuMobile.vue.d.ts +0 -28