3h1-ui 3.0.0-next.22 → 3.0.0-next.23

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
@@ -37611,8 +37611,9 @@ const ShyTable = /* @__PURE__ */ defineComponent({
37611
37611
  }, null) : null;
37612
37612
  };
37613
37613
  const isShowSummary = () => {
37614
+ var _a2, _b;
37614
37615
  let _slot2;
37615
- return getDataSourceRef.value.length && getProps.value.showSummaryTotal ? createVNode(TableSummary, null, {
37616
+ return ((_a2 = getDataSourceRef.value) == null ? void 0 : _a2.length) && ((_b = getProps.value) == null ? void 0 : _b.showSummaryTotal) ? createVNode(TableSummary, null, {
37616
37617
  default: () => [createVNode(TableSummaryRow, null, _isSlot(_slot2 = getColumnsSummary.value.map((item, index2) => {
37617
37618
  if (index2 === 0)
37618
37619
  return createVNode(TableSummaryCell, {
package/lib/index.js CHANGED
@@ -37635,8 +37635,9 @@ const ShyTable = /* @__PURE__ */ vue.defineComponent({
37635
37635
  }, null) : null;
37636
37636
  };
37637
37637
  const isShowSummary = () => {
37638
+ var _a2, _b;
37638
37639
  let _slot2;
37639
- return getDataSourceRef.value.length && getProps.value.showSummaryTotal ? vue.createVNode(antDesignVue.TableSummary, null, {
37640
+ return ((_a2 = getDataSourceRef.value) == null ? void 0 : _a2.length) && ((_b = getProps.value) == null ? void 0 : _b.showSummaryTotal) ? vue.createVNode(antDesignVue.TableSummary, null, {
37640
37641
  default: () => [vue.createVNode(antDesignVue.TableSummaryRow, null, _isSlot(_slot2 = getColumnsSummary.value.map((item, index2) => {
37641
37642
  if (index2 === 0)
37642
37643
  return vue.createVNode(antDesignVue.TableSummaryCell, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "3h1-ui",
3
- "version": "3.0.0-next.22",
3
+ "version": "3.0.0-next.23",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -29,9 +29,9 @@
29
29
  "vue-json-pretty": "^2.2.3",
30
30
  "vxe-table": "^4.3.6",
31
31
  "xe-utils": "^3.5.7",
32
+ "@shy-plugins/use": "1.0.0-next.1",
32
33
  "@shy-plugins/tinymce": "^1.0.6",
33
- "@shy-plugins/utils": "1.0.0-next.1",
34
- "@shy-plugins/use": "1.0.0-next.1"
34
+ "@shy-plugins/utils": "1.0.0-next.1"
35
35
  },
36
36
  "types": "es/ui/index.d.ts",
37
37
  "devDependencies": {