@10yun/cv-pc-ui 0.3.7 → 0.3.8

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/cv-pc-ui.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { resolveComponent as m, openBlock as o, createBlock as b, mergeProps as L, withCtx as p, renderSlot as V, toHandlers as Ci, createElementVNode as r, createTextVNode as $, createElementBlock as d, createVNode as g, normalizeClass as E, createCommentVNode as w, toDisplayString as S, Fragment as D, renderList as N, normalizeStyle as U, normalizeProps as H, guardReactiveProps as q, resolveDirective as ne, withDirectives as R, vShow as G, TransitionGroup as Ji, pushScopeId as fe, popScopeId as ge, withModifiers as Xi, ref as F, unref as k, reactive as Jt, computed as Z, inject as ie, watch as ki, onMounted as Xt, withKeys as ue, Transition as Yi, nextTick as pe, useCssVars as en, onUnmounted as tn, h as Si, readonly as nn, getCurrentScope as ln, onScopeDispose as sn, getCurrentInstance as an, toRefs as on, provide as oe, useSlots as rn, resolveDynamicComponent as cn, vModelText as dn, render as Qt } from "vue";
2
2
  import { ElButton as ce, ElForm as oi, ElFormItem as fi, ElInput as Gt, ElInputNumber as un, ElRadio as hn, ElRadioButton as pn, ElRadioGroup as mn, ElCheckbox as fn, ElCheckboxButton as gn, ElCheckboxGroup as _n, ElMessage as X, ElOption as gi, ElSelect as $i, ElCascader as vn, ElTimePicker as yn, ElDatePicker as bn, ElSwitch as wn, ElTag as Cn, ElTable as kn, ElTableColumn as Q, ElPopover as ri, ElScrollbar as ci, ElImage as di, ClickOutside as Sn, ElAvatar as Vi, ElPagination as $n, ElDialog as Vn, ElMessageBox as xi, ElDrawer as xn } from "element-plus";
3
3
  import { JSONEditor as Tn } from "https://10ui.cn/jsoneditor/vanilla-jsoneditor@0.18.2/index.js";
4
- /*! cvPcUI v0.3.6 */
4
+ /*! cvPcUI v0.3.7 */
5
5
  const v = (e, t) => {
6
6
  const i = e.__vccOpts || e;
7
7
  for (const [s, n] of t)
@@ -10128,7 +10128,7 @@ const Eh = {
10128
10128
  `).length, this.textareaHeight = this.indexLenth * 22, this.addCopyListener(), this.addImageClickListener(), this.$emit("input", this.currentValue);
10129
10129
  }, 30);
10130
10130
  },
10131
- value() {
10131
+ modelValue() {
10132
10132
  this.currentValue !== this.modelValue && (this.currentValue = this.modelValue, this.editor.setOption("value", this.modelValue));
10133
10133
  }
10134
10134
  },