@cmstops/pro-compo 0.1.44 → 0.1.45

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,6 +1,5 @@
1
- import { defineComponent, ref, provide, computed, watch, openBlock, createElementBlock, createTextVNode, toDisplayString, createCommentVNode, Fragment, renderList, createBlock, createVNode, unref, withCtx, createElementVNode, withDirectives, vShow } from "vue";
1
+ import { defineComponent, ref, provide, computed, watch, nextTick, openBlock, createElementBlock, createTextVNode, toDisplayString, createCommentVNode, Fragment, renderList, createBlock, createVNode, unref, withCtx, createElementVNode, withDirectives, vShow } from "vue";
2
2
  import { RadioGroup, Radio, Switch } from "@arco-design/web-vue";
3
- import { nextTick } from "process";
4
3
  import { docThumbObjMap, docThumbArrMap, docThumbRatioMap } from "../utils/doc.js";
5
4
  import _sfc_main$3 from "../resourceModal/component.js";
6
5
  import _sfc_main$4 from "../imageCrop/component.js";
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  var vue = require("vue");
3
3
  var webVue = require("@arco-design/web-vue");
4
- var process = require("process");
5
4
  var doc = require("../utils/doc.js");
6
5
  var component = require("../resourceModal/component.js");
7
6
  var component$1 = require("../imageCrop/component.js");
@@ -90,7 +89,7 @@ const _sfc_main = vue.defineComponent({
90
89
  if (n)
91
90
  return;
92
91
  refreshCrop.value = false;
93
- process.nextTick(() => refreshCrop.value = true);
92
+ vue.nextTick(() => refreshCrop.value = true);
94
93
  }
95
94
  );
96
95
  const loadData = (value) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",