flame-plus 1.5.11 → 1.5.12

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.
@@ -1,4 +1,5 @@
1
- import J$, { warn as Q$, defineComponent as en, ref as zt, reactive as ai, onMounted as ua, resolveComponent as Ye, createElementBlock as nt, openBlock as Pe, createBlock as pr, createVNode as D, unref as be, withCtx as re, createTextVNode as pn, computed as Xe, watch as Ht, onBeforeUnmount as Fy, normalizeStyle as ip, nextTick as lu, mergeProps as Un, isVNode as xd, normalizeClass as Is, toDisplayString as Lo, onUnmounted as Z$, createElementVNode as ct, Fragment as xn, renderList as io, getCurrentInstance as _3, useCssVars as eN, h as Cs, createCommentVNode as Ar, createSlots as ou, renderSlot as ba, isRef as tN, normalizeProps as nN, guardReactiveProps as rN, toRaw as Xj, resolveDirective as oN, withDirectives as cu, withKeys as ym, withModifiers as us, vShow as oh, pushScopeId as By, popScopeId as zy, inject as Jj, provide as Qj, onBeforeMount as iN, shallowRef as sN, Teleport as aN, resolveDynamicComponent as Zj } from "vue";
1
+ import * as J$ from "vue";
2
+ const { warn: Q$, defineComponent: en, ref: zt, reactive: ai, onMounted: ua, resolveComponent: Ye, createElementBlock: nt, openBlock: Pe, createBlock: pr, createVNode: D, unref: be, withCtx: re, createTextVNode: pn, computed: Xe, watch: Ht, onBeforeUnmount: Fy, normalizeStyle: ip, nextTick: lu, mergeProps: Un, isVNode: xd, normalizeClass: Is, toDisplayString: Lo, onUnmounted: Z$, createElementVNode: ct, Fragment: xn, renderList: io, getCurrentInstance: _3, useCssVars: eN, h: Cs, createCommentVNode: Ar, createSlots: ou, renderSlot: ba, isRef: tN, normalizeProps: nN, guardReactiveProps: rN, toRaw: Xj, resolveDirective: oN, withDirectives: cu, withKeys: ym, withModifiers: us, vShow: oh, pushScopeId: By, popScopeId: zy, inject: Jj, provide: Qj, onBeforeMount: iN, shallowRef: sN, Teleport: aN, resolveDynamicComponent: Zj } = J$;
2
3
  import { ArrowRight as xm, CopyDocument as eE, Delete as tE, QuestionFilled as lN } from "@element-plus/icons-vue";
3
4
  import cN from "tinymce/tinymce";
4
5
  import uN from "@tinymce/tinymce-vue";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "flame-plus",
3
3
  "type": "module",
4
- "version": "1.5.11",
4
+ "version": "1.5.12",
5
5
  "description": "基于 element-plus 的组件库",
6
6
  "main": "./flameDist/flame-plus.es.js",
7
7
  "module": "./flameDist/flame-plus.es.js",