cnhis-design-vue 3.1.17-beta.1 → 3.1.17-beta.2

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.
@@ -3,7 +3,7 @@ import { useSeparateMap } from '../../../../packages/big-table/src/hooks/useSepa
3
3
  import _export_sfc from '../../../../_virtual/plugin-vue_export-helper.js';
4
4
 
5
5
  const _hoisted_1 = { class: "big-table__separate" };
6
- const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", { class: "big-table__separatePlaceholder" }, /* @__PURE__ */ toDisplayString(` `), -1);
6
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("span", { class: "big-table__separatePlaceholder" }, "p", -1);
7
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "separate",
9
9
  props: {
@@ -89,7 +89,7 @@ function useSeparateRow(getColumnConfig, getFieldItem, $VXETable) {
89
89
  separateDataMap.value.set(row, {
90
90
  row,
91
91
  rawRow: rawData[dataIndex],
92
- index: dataIndex,
92
+ index,
93
93
  separateData
94
94
  });
95
95
  row.$__SEPARATE_DATA = [separateData];
@@ -99,7 +99,7 @@ function useSeparateRow(getColumnConfig, getFieldItem, $VXETable) {
99
99
  separateDataMap.value.set(data2, {
100
100
  row: data2,
101
101
  rawRow: rawData[dataIndex],
102
- index: dataIndex,
102
+ index,
103
103
  separateData
104
104
  });
105
105
  row.$__SEPARATE_DATA.push(separateData);
package/global.d.ts CHANGED
@@ -1,8 +1,8 @@
1
- import * as NaiveUI from 'naive-ui';
2
-
3
- declare module 'naive-ui' {
4
- // @ts-ignore
5
- export const NTree: any;
6
- }
7
-
8
- export {};
1
+ import * as NaiveUI from 'naive-ui';
2
+
3
+ declare module 'naive-ui' {
4
+ // @ts-ignore
5
+ export const NTree: any;
6
+ }
7
+
8
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
3
  "private": false,
4
- "version": "3.1.17-beta.1",
4
+ "version": "3.1.17-beta.2",
5
5
  "license": "ISC",
6
6
  "module": "es/packages/index.js",
7
7
  "main": "es/packages/index.js",