@newview/ui 1.1.93 → 1.1.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/README.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 1.1.94
2
+ 1、luckysheet被关闭问题处理
3
+
1
4
  ### 1.1.93
2
5
  1、表格颜色列配置项增加参数
3
6
 
@@ -33229,7 +33229,7 @@ let GridColumnInstance$1 = class GridColumnInstance2 extends BaseInstance {
33229
33229
  }
33230
33230
  };
33231
33231
  const GridColumn_vue_vue_type_style_index_0_lang$1 = "";
33232
- const GridColumn_vue_vue_type_style_index_1_scoped_acb5bdbf_lang = "";
33232
+ const GridColumn_vue_vue_type_style_index_1_scoped_96e8fcd4_lang = "";
33233
33233
  const _hoisted_1$h = { class: "gridColumn" };
33234
33234
  const _hoisted_2$e = {
33235
33235
  key: 3,
@@ -33526,6 +33526,9 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33526
33526
  "min-width": column.minWidth,
33527
33527
  width: column.width,
33528
33528
  align: _ctx.getAlign(column),
33529
+ "class-name": column.className,
33530
+ "header-class-name": column.headerClassName,
33531
+ "footer-class-name": column.footerClassName,
33529
33532
  fixed: "right"
33530
33533
  }, {
33531
33534
  header: withCtx(() => [
@@ -33553,7 +33556,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33553
33556
  }, 1024)
33554
33557
  ]),
33555
33558
  _: 2
33556
- }, 1032, ["field", "min-width", "width", "align"])) : (openBlock(), createBlock(_component_vxe_column, {
33559
+ }, 1032, ["field", "min-width", "width", "align", "class-name", "header-class-name", "footer-class-name"])) : (openBlock(), createBlock(_component_vxe_column, {
33557
33560
  key: 6,
33558
33561
  field: column.field,
33559
33562
  "min-width": column.minWidth,
@@ -33595,7 +33598,7 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
33595
33598
  }), 256))
33596
33599
  ]);
33597
33600
  }
33598
- const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-acb5bdbf"]]);
33601
+ const GridColumn$1 = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__scopeId", "data-v-96e8fcd4"]]);
33599
33602
  const _sfc_main$l = defineComponent({
33600
33603
  name: "FilterDaterange",
33601
33604
  props: {
@@ -215133,10 +215136,10 @@ class PrintApi extends BaseInstance {
215133
215136
  body: prdata,
215134
215137
  printReport: () => {
215135
215138
  this.countPrintData(vrpdata);
215136
- },
215137
- drawerClose: () => {
215138
- this.luckysheet.destroy();
215139
215139
  }
215140
+ // drawerClose:()=>{
215141
+ // this.luckysheet.destroy();
215142
+ // }
215140
215143
  }).show();
215141
215144
  } else {
215142
215145
  this.countPrintData(vrpdata);