@ecan-bi/datav 1.0.92 → 1.0.93

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.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! @ecan-bi/datav@1.0.92 */
1
+ /*! @ecan-bi/datav@1.0.93 */
2
2
  (function(global, factory) {
3
3
  typeof exports === "object" && typeof module !== "undefined" ? factory(exports, require("vue"), require("echarts/core"), require("resize-detector"), require("ant-design-vue"), require("ant-design-vue/es/spin/style"), require("ant-design-vue/es/skeleton/style"), require("lodash-es"), require("axios"), require("mitt"), require("dayjs"), require("ant-design-vue/es/progress/style"), require("ant-design-vue/es/input/style"), require("ant-design-vue/es/date-picker/style"), require("ant-design-vue/es/date-picker/locale/zh_CN"), require("ant-design-vue/es/select/style"), require("ant-design-vue/es/button/style"), require("ant-design-vue/es/checkbox/style"), require("echarts/renderers"), require("echarts/charts"), require("echarts/components"), require("echarts"), require("ant-design-vue/es/modal/style"), require("ant-design-vue/es/table/style")) : typeof define === "function" && define.amd ? define(["exports", "vue", "echarts/core", "resize-detector", "ant-design-vue", "ant-design-vue/es/spin/style", "ant-design-vue/es/skeleton/style", "lodash-es", "axios", "mitt", "dayjs", "ant-design-vue/es/progress/style", "ant-design-vue/es/input/style", "ant-design-vue/es/date-picker/style", "ant-design-vue/es/date-picker/locale/zh_CN", "ant-design-vue/es/select/style", "ant-design-vue/es/button/style", "ant-design-vue/es/checkbox/style", "echarts/renderers", "echarts/charts", "echarts/components", "echarts", "ant-design-vue/es/modal/style", "ant-design-vue/es/table/style"], factory) : (global = typeof globalThis !== "undefined" ? globalThis : global || self, factory(global["@ecan/bi-datav"] = {}, global.vue, global["echarts/core"], global["resize-detector"], global["ant-design-vue"], null, null, global["lodash-es"], global.axios, global.mitt, global.dayjs, null, null, null, global["ant-design-vue/es/date-picker/locale/zh_CN"], null, null, null, global["echarts/renderers"], global["echarts/charts"], global["echarts/components"], global.echarts));
4
4
  })(this, function(exports2, vue, core, resizeDetector, antDesignVue, style$1, style$2, lodashEs, axios, mitt, dayjs, style$3, style$4, style$5, locale, style$6, style$7, style$8, renderers, charts, components$1, echarts) {
@@ -6650,7 +6650,6 @@
6650
6650
  paginationShow: true,
6651
6651
  isReverse: false,
6652
6652
  simple: false,
6653
- headerBackgroundColor: "#fafafa",
6654
6653
  cellBackgroundColor: "",
6655
6654
  borderColor: "",
6656
6655
  paginationPosition: "bottomRight",
@@ -6968,11 +6967,6 @@
6968
6967
  loading.value = false;
6969
6968
  }
6970
6969
  };
6971
- const customHeaderRow = () => ({
6972
- style: {
6973
- backgroundColor: props2.headerBackgroundColor
6974
- }
6975
- });
6976
6970
  const customRow = (record) => ({
6977
6971
  onClick: emitEvent("click", () => {
6978
6972
  const id = props2.id;
@@ -7067,7 +7061,6 @@
7067
7061
  y,
7068
7062
  style: style2,
7069
7063
  customRow,
7070
- customHeaderRow,
7071
7064
  pagination,
7072
7065
  formatFn,
7073
7066
  contrastClass,
@@ -7082,7 +7075,7 @@
7082
7075
  };
7083
7076
  }
7084
7077
  });
7085
- const Table_vue_vue_type_style_index_0_scoped_601c5548_lang = "";
7078
+ const Table_vue_vue_type_style_index_0_scoped_e90dd607_lang = "";
7086
7079
  const Table_vue_vue_type_style_index_1_lang = "";
7087
7080
  const _hoisted_1$1 = {
7088
7081
  key: 1,
@@ -7113,7 +7106,6 @@
7113
7106
  customRow: _ctx.customRow,
7114
7107
  scroll: { x: _ctx.x, y: _ctx.y },
7115
7108
  pagination: _ctx.pagination,
7116
- customHeaderRow: _ctx.customHeaderRow,
7117
7109
  onChange: _ctx.tableChange
7118
7110
  }, {
7119
7111
  headerCell: vue.withCtx(({ column }) => [
@@ -7121,7 +7113,6 @@
7121
7113
  style: vue.normalizeStyle({
7122
7114
  fontSize: _ctx.headerFontSize,
7123
7115
  fontWeight: _ctx.headerFontWeight,
7124
- backgroundColor: _ctx.headerBackgroundColor,
7125
7116
  width: "100%",
7126
7117
  height: "100%",
7127
7118
  textAlign: column.headerCellAlign,
@@ -7196,13 +7187,13 @@
7196
7187
  })) : vue.createCommentVNode("", true)
7197
7188
  ]),
7198
7189
  _: 1
7199
- }, 8, ["columns", "data-source", "bordered", "size", "customRow", "scroll", "pagination", "customHeaderRow", "onChange"])
7190
+ }, 8, ["columns", "data-source", "bordered", "size", "customRow", "scroll", "pagination", "onChange"])
7200
7191
  ]),
7201
7192
  _: 1
7202
7193
  }, 8, ["loading"])
7203
7194
  ], 4);
7204
7195
  }
7205
- const Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-601c5548"]]);
7196
+ const Table = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__scopeId", "data-v-e90dd607"]]);
7206
7197
  const EcanTable = withInstall(Table);
7207
7198
  const mapProps = {
7208
7199
  ...props,