3h1-ui 2.14.78 → 2.14.79

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/es/index.js CHANGED
@@ -18073,7 +18073,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
18073
18073
  ]),
18074
18074
  _: 1
18075
18075
  }),
18076
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getColumnsRef, (item, index2) => {
18076
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.getColumnsRef.filter((item) => item.flag !== "INDEX"), (item, index2) => {
18077
18077
  return openBlock(), createBlock(_component_TableSummaryCell, {
18078
18078
  key: index2,
18079
18079
  index: index2 + 1
@@ -18095,7 +18095,8 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
18095
18095
  } : void 0
18096
18096
  ]), 1040, ["rowClassName", "onChange", "onResizeColumn"]), [
18097
18097
  [vShow, _ctx.getEmptyDataIsShowTable]
18098
- ])
18098
+ ]),
18099
+ createTextVNode(" " + toDisplayString(_ctx.getColumnsRef), 1)
18099
18100
  ])
18100
18101
  ])
18101
18102
  ], 2);
package/lib/index.js CHANGED
@@ -18075,7 +18075,7 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
18075
18075
  ]),
18076
18076
  _: 1
18077
18077
  }),
18078
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.getColumnsRef, (item, index2) => {
18078
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.getColumnsRef.filter((item) => item.flag !== "INDEX"), (item, index2) => {
18079
18079
  return vue.openBlock(), vue.createBlock(_component_TableSummaryCell, {
18080
18080
  key: index2,
18081
18081
  index: index2 + 1
@@ -18097,7 +18097,8 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
18097
18097
  } : void 0
18098
18098
  ]), 1040, ["rowClassName", "onChange", "onResizeColumn"]), [
18099
18099
  [vue.vShow, _ctx.getEmptyDataIsShowTable]
18100
- ])
18100
+ ]),
18101
+ vue.createTextVNode(" " + vue.toDisplayString(_ctx.getColumnsRef), 1)
18101
18102
  ])
18102
18103
  ])
18103
18104
  ], 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "2.14.78",
3
+ "version": "2.14.79",
4
4
  "description": "",
5
5
  "module": "es/index.js",
6
6
  "main": "lib/index.js",
@@ -30,8 +30,8 @@
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
32
  "@shy-plugins/tinymce": "^1.0.6",
33
- "@shy-plugins/utils": "1.1.1",
34
- "@shy-plugins/use": "1.0.9"
33
+ "@shy-plugins/use": "1.0.9",
34
+ "@shy-plugins/utils": "1.1.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {