@ecan-bi/datav 1.0.94 → 1.0.95
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 +6 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +6 -5
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +8 -8
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @ecan-bi/datav@1.0.
|
|
1
|
+
/*! @ecan-bi/datav@1.0.95 */
|
|
2
2
|
var _a, _b, _c, _d;
|
|
3
3
|
import { watch, inject, computed, unref, watchEffect, defineComponent, shallowRef, toRefs, onMounted, onUnmounted, h, nextTick, createVNode, resolveComponent, openBlock, createElementBlock, createBlock, renderSlot, withCtx, ref, normalizeStyle, createCommentVNode, provide, toDisplayString, Fragment, renderList, createElementVNode, normalizeClass, pushScopeId, popScopeId, createSlots, resolveDynamicComponent, mergeProps, withModifiers, withDirectives, vShow } from "vue";
|
|
4
4
|
import { throttle, init, use, registerMap } from "echarts/core";
|
|
@@ -6784,7 +6784,8 @@ const _sfc_main$1 = defineComponent({
|
|
|
6784
6784
|
if (isUseSeq) {
|
|
6785
6785
|
_columns.push({
|
|
6786
6786
|
title: "\u5E8F\u53F7",
|
|
6787
|
-
dataIndex: "SEQ"
|
|
6787
|
+
dataIndex: "SEQ",
|
|
6788
|
+
align: "center"
|
|
6788
6789
|
});
|
|
6789
6790
|
}
|
|
6790
6791
|
_columns = _columns.concat(cloneDeep(columns));
|
|
@@ -7084,7 +7085,7 @@ const _sfc_main$1 = defineComponent({
|
|
|
7084
7085
|
};
|
|
7085
7086
|
}
|
|
7086
7087
|
});
|
|
7087
|
-
const
|
|
7088
|
+
const Table_vue_vue_type_style_index_0_scoped_392a99da_lang = "";
|
|
7088
7089
|
const Table_vue_vue_type_style_index_1_lang = "";
|
|
7089
7090
|
const _hoisted_1$1 = {
|
|
7090
7091
|
key: 1,
|
|
@@ -7124,7 +7125,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7124
7125
|
fontWeight: _ctx.headerFontWeight,
|
|
7125
7126
|
width: "100%",
|
|
7126
7127
|
height: "100%",
|
|
7127
|
-
textAlign: column.headerCellAlign,
|
|
7128
|
+
textAlign: column.headerCellAlign || "center",
|
|
7128
7129
|
color: column.headerCellColor,
|
|
7129
7130
|
borderBottomColor: _ctx.borderColor
|
|
7130
7131
|
})
|
|
@@ -7202,7 +7203,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
7202
7203
|
}, 8, ["loading"])
|
|
7203
7204
|
], 4);
|
|
7204
7205
|
}
|
|
7205
|
-
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-
|
|
7206
|
+
const Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-392a99da"]]);
|
|
7206
7207
|
const EcanTable = withInstall(Table);
|
|
7207
7208
|
const mapProps = {
|
|
7208
7209
|
...props,
|