smart-editor-v3 1.8.3 → 1.8.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.
@@ -5,7 +5,7 @@ import "./style.css";
5
5
  import { NTooltip as Mp, NButton as Er, NEmpty as t8, NTag as n8, NDrawerContent as Wy, NDrawer as jy, NPopover as r8, NInput as qy, NCheckbox as i8, NCard as o8, NDropdown as cc, NSelect as Ky, NColorPicker as Gy, NBackTop as s8, NModal as a8, NFormItem as l8, NInputNumber as Yy, useMessage as c8, zhCN as Jy, enUS as Xy, dateZhCN as Qy, dateEnUS as Zy, darkTheme as e4, NMessageProvider as u8, NConfigProvider as t4 } from "naive-ui";
6
6
  import { defineComponent as ro, h as jt, getCurrentInstance as ga, effectScope as d8, inject as n4, onMounted as Xr, onUnmounted as r4, computed as Ye, watch as Yt, Fragment as Ze, isRef as Oo, ref as ue, shallowRef as f8, createVNode as V, Text as h8, openBlock as I, createElementBlock as le, renderList as Mn, unref as m, createElementVNode as W, toDisplayString as xe, normalizeClass as ft, createBlock as X, resolveDynamicComponent as qt, withCtx as ne, createTextVNode as At, renderSlot as vn, onBeforeUnmount as io, watchEffect as p8, nextTick as i4, provide as Eu, markRaw as o4, reactive as m8, render as N1, customRef as g8, withDirectives as El, normalizeStyle as Jt, vShow as Mu, createCommentVNode as Ve, useAttrs as Np, mergeProps as Pn, onBeforeMount as s4, mergeModels as O1, useModel as b8 } from "vue";
7
7
  import { useStorage as D1, createGlobalState as v8, onClickOutside as Wd, useElementBounding as y8, useWindowSize as Op, useThrottleFn as a4, useTimeAgo as w8, useFullscreen as l4, useOnline as _8, useClipboard as k8, useResizeObserver as x8, useFileDialog as Dp, useDark as c4, useTimestamp as C8, createInjectionState as S8 } from "@vueuse/core";
8
- import { createEditor as T8 } from "/Users/chenyinjie/Desktop/smart-editor-v3/node_modules/.pnpm/prism-code-editor@3.4.0/node_modules/prism-code-editor/dist/index.js";
8
+ import { createEditor as T8 } from "prism-code-editor";
9
9
  import { defaultCommands as A8, editHistory as E8 } from "prism-code-editor/commands";
10
10
  import { cursorPosition as M8 } from "prism-code-editor/cursor";
11
11
  import { indentGuides as N8 } from "prism-code-editor/guides";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "smart-editor-v3",
3
3
  "type": "module",
4
- "version": "1.8.3",
4
+ "version": "1.8.4",
5
5
  "exports": {
6
6
  ".": {
7
7
  "import": "./dist/smart-editor-package.js"