@ecan-bi/datav 1.5.58 → 1.5.60
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/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.5.
|
|
1
|
+
/*! @ecan-bi/datav@1.5.60 */
|
|
2
2
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, onBeforeUnmount, normalizeClass as normalizeClass$1, normalizeStyle as normalizeStyle$1, createElementVNode, createCommentVNode, Fragment, renderList, provide, withModifiers, toDisplayString, pushScopeId, popScopeId, Teleport, resolveDynamicComponent, mergeProps, normalizeProps, toHandlers, reactive, useCssVars, createSlots, resolveDirective, withDirectives, vShow, createTextVNode, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle as throttle$1, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -9638,7 +9638,7 @@ const hasChinese = (c) => /[\u4e00-\u9fa5]/.test(c), dragModalAction = (c, u) =>
|
|
|
9638
9638
|
data: er ? {} : ar,
|
|
9639
9639
|
...sr
|
|
9640
9640
|
});
|
|
9641
|
-
return f(Zn), Kn.operateAction("SAVE_COMPONENT_RES_DATA", { id: c.id, data: (Zn == null ? void 0 : Zn.data) || {} }), Zn;
|
|
9641
|
+
return f(Zn), Kn == null || Kn.operateAction("SAVE_COMPONENT_RES_DATA", { id: c.id, data: (Zn == null ? void 0 : Zn.data) || {} }), Zn;
|
|
9642
9642
|
} catch (er) {
|
|
9643
9643
|
console.error(er);
|
|
9644
9644
|
}
|
|
@@ -9736,7 +9736,7 @@ const hasChinese = (c) => /[\u4e00-\u9fa5]/.test(c), dragModalAction = (c, u) =>
|
|
|
9736
9736
|
// @ts-ignore
|
|
9737
9737
|
signal: ((Kn = window.controller) == null ? void 0 : Kn.signal) || ""
|
|
9738
9738
|
});
|
|
9739
|
-
return Bn != null && Bn.isTimer && u(Qn), v.operateAction("SAVE_COMPONENT_RES_DATA", { id: c.id, data: (Qn == null ? void 0 : Qn.data) || {} }), Qn;
|
|
9739
|
+
return Bn != null && Bn.isTimer && u(Qn), v == null || v.operateAction("SAVE_COMPONENT_RES_DATA", { id: c.id, data: (Qn == null ? void 0 : Qn.data) || {} }), Qn;
|
|
9740
9740
|
} catch (Qn) {
|
|
9741
9741
|
console.error(Qn);
|
|
9742
9742
|
}
|