@ecan-bi/datav 1.4.93 → 1.4.94
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
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.4.
|
|
1
|
+
/*! @ecan-bi/datav@1.4.94 */
|
|
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, reactive, toDisplayString, mergeProps, useCssVars, pushScopeId, popScopeId, createSlots, withModifiers, createTextVNode, Teleport, resolveDynamicComponent, normalizeProps, toHandlers, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -31329,7 +31329,7 @@ const ValueLine = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_re
|
|
|
31329
31329
|
data: {},
|
|
31330
31330
|
dataType: "indicator",
|
|
31331
31331
|
graphicConfig: {}
|
|
31332
|
-
}, indexPanelComponentProps = transformToComponentProps(indexPanelProps), indexPanelEvents = [], _sfc_main = defineComponent({
|
|
31332
|
+
}, indexPanelComponentProps = transformToComponentProps(indexPanelProps), indexPanelEvents = ["refreshData"], _sfc_main = defineComponent({
|
|
31333
31333
|
name: "EcanIndexPanel",
|
|
31334
31334
|
components: { Skeleton },
|
|
31335
31335
|
props: {
|
|
@@ -31391,6 +31391,8 @@ const ValueLine = /* @__PURE__ */ _export_sfc$1(_sfc_main$1, [["render", _sfc_re
|
|
|
31391
31391
|
id: c.id,
|
|
31392
31392
|
requestFn: x,
|
|
31393
31393
|
sortNum: c.requestSort
|
|
31394
|
+
}), useOnEvent(c, {
|
|
31395
|
+
refreshData: x
|
|
31394
31396
|
}), u({
|
|
31395
31397
|
refreshData: x
|
|
31396
31398
|
}), {
|