@ecan-bi/datav 1.6.11 → 1.6.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.
- package/dist/index.es.js +4 -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/types/laboratory/index-panel/IndexPanel.vue.d.ts +8 -0
- package/types/laboratory/index-panel/index.d.ts +8 -0
- package/types/laboratory/index-panel/props.d.ts +5 -0
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.6.
|
|
1
|
+
/*! @ecan-bi/datav@1.6.12 */
|
|
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, toRaw, createTextVNode, useCssVars, createSlots, resolveDirective, withDirectives, vShow, vModelText, getCurrentInstance, onActivated, onDeactivated, isRef, isVNode, Transition, onBeforeUpdate, Comment } from "vue";
|
|
3
3
|
import { throttle as throttle$2, init, use, registerMap } from "echarts/core";
|
|
4
4
|
import { addListener, removeListener } from "resize-detector";
|
|
@@ -38080,7 +38080,8 @@ const ValueLine = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_re
|
|
|
38080
38080
|
data: {},
|
|
38081
38081
|
dataType: "indicator",
|
|
38082
38082
|
graphicConfig: {},
|
|
38083
|
-
theFlag: ""
|
|
38083
|
+
theFlag: "",
|
|
38084
|
+
backgroundColor: ""
|
|
38084
38085
|
}, indexPanelComponentProps = transformToComponentProps(indexPanelProps), indexPanelEvents = ["refreshData"], _sfc_main$1 = defineComponent({
|
|
38085
38086
|
name: "EcanIndexPanel",
|
|
38086
38087
|
components: { Skeleton },
|
|
@@ -38098,7 +38099,7 @@ const ValueLine = /* @__PURE__ */ _export_sfc$1(_sfc_main$2, [["render", _sfc_re
|
|
|
38098
38099
|
for (const Pn of re)
|
|
38099
38100
|
(+Pn || +Pn == 0) && Rn.push(+Pn + "px");
|
|
38100
38101
|
}
|
|
38101
|
-
return Rn != null && Rn.length && (j.borderRadius = Rn.join(" ")), unref(p) === "design" && (j.border = "1px solid #a8a8a8"), unref(f) ? j.backgroundColor = unref(f) : j.backgroundColor = "#B3AFAF", j;
|
|
38102
|
+
return Rn != null && Rn.length && (j.borderRadius = Rn.join(" ")), unref(p) === "design" && (j.border = "1px solid #a8a8a8"), c.backgroundColor ? j.backgroundColor = c.backgroundColor : unref(f) ? j.backgroundColor = unref(f) : j.backgroundColor = "#B3AFAF", j;
|
|
38102
38103
|
}), b = (qn) => {
|
|
38103
38104
|
var j;
|
|
38104
38105
|
const { rows: Rn } = ((j = qn == null ? void 0 : qn.data) == null ? void 0 : j.data) || {};
|