@visactor/vtable-plugins 1.22.9 → 1.22.10-alpha.0

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.
@@ -16,4 +16,5 @@ function(Direction) {
16
16
  DATA_TYPE.NUMBER = "number", DATA_TYPE.DATE = "date", DATA_TYPE.EXTEND_NUMBER = "extendNumber",
17
17
  DATA_TYPE.CHN_NUMBER = "chnNumber", DATA_TYPE.CHN_WEEK2 = "chnWeek2", DATA_TYPE.CHN_WEEK3 = "chnWeek3",
18
18
  DATA_TYPE.LOOP_SERIES = "loopSeries", DATA_TYPE.FORMULA = "formula", DATA_TYPE.OTHER = "other";
19
- }(DATA_TYPE = exports.DATA_TYPE || (exports.DATA_TYPE = {}));
19
+ }(DATA_TYPE = exports.DATA_TYPE || (exports.DATA_TYPE = {}));
20
+ //# sourceMappingURL=types.js.map
@@ -18,5 +18,4 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), __exportStar(require("./menu-manager"), exports), __exportStar(require("./styles"), exports),
21
- __exportStar(require("./types"), exports);
22
- //# sourceMappingURL=index.js.map
21
+ __exportStar(require("./types"), exports);
@@ -200,4 +200,5 @@ function parseCellAddress(address) {
200
200
 
201
201
  exports.importCsvFile = importCsvFile, exports.importExcelMultipleSheets = importExcelMultipleSheets,
202
202
  exports.parseWorksheetToSheetData = parseWorksheetToSheetData, exports.parseMergedCells = parseMergedCells,
203
- exports.parseCellAddress = parseCellAddress;
203
+ exports.parseCellAddress = parseCellAddress;
204
+ //# sourceMappingURL=excel.js.map
@@ -62,5 +62,4 @@ Object.defineProperty(exports, "FilterToolbar", {
62
62
  get: function() {
63
63
  return filter_toolbar_1.FilterToolbar;
64
64
  }
65
- }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
66
- //# sourceMappingURL=index.js.map
65
+ }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
@@ -262,4 +262,4 @@ class EventManager {
262
262
  }
263
263
 
264
264
  exports.EventManager = EventManager;
265
- //# sourceMappingURL=events.js.map
265
+ //# sourceMappingURL=events.js.map
@@ -40,4 +40,4 @@ Object.defineProperty(exports, "downloadCsv", {
40
40
  return download_1.downloadExcel;
41
41
  }
42
42
  });
43
- //# sourceMappingURL=index.js.map
43
+ //# sourceMappingURL=index.js.map
@@ -23,4 +23,5 @@ export var DATA_TYPE;
23
23
  DATA_TYPE.NUMBER = "number", DATA_TYPE.DATE = "date", DATA_TYPE.EXTEND_NUMBER = "extendNumber",
24
24
  DATA_TYPE.CHN_NUMBER = "chnNumber", DATA_TYPE.CHN_WEEK2 = "chnWeek2", DATA_TYPE.CHN_WEEK3 = "chnWeek3",
25
25
  DATA_TYPE.LOOP_SERIES = "loopSeries", DATA_TYPE.FORMULA = "formula", DATA_TYPE.OTHER = "other";
26
- }(DATA_TYPE || (DATA_TYPE = {}));
26
+ }(DATA_TYPE || (DATA_TYPE = {}));
27
+ //# sourceMappingURL=types.js.map
@@ -2,5 +2,4 @@ export * from "./menu-manager";
2
2
 
3
3
  export * from "./styles";
4
4
 
5
- export * from "./types";
6
- //# sourceMappingURL=index.js.map
5
+ export * from "./types";
@@ -186,4 +186,5 @@ export function parseCellAddress(address) {
186
186
  } catch (error) {
187
187
  return null;
188
188
  }
189
- }
189
+ }
190
+ //# sourceMappingURL=excel.js.map
@@ -10,5 +10,4 @@ export { FilterToolbar } from "./filter-toolbar";
10
10
 
11
11
  export * from "./types";
12
12
 
13
- export * from "./filter";
14
- //# sourceMappingURL=index.js.map
13
+ export * from "./filter";
@@ -229,4 +229,4 @@ export class EventManager {
229
229
  this.onToggleRowExpand = callbacks.onToggleRowExpand, this.getOriginalRowHeight = callbacks.getOriginalRowHeight;
230
230
  }
231
231
  }
232
- //# sourceMappingURL=events.js.map
232
+ //# sourceMappingURL=events.js.map
@@ -5,4 +5,4 @@ import { exportVTableToCsv } from "./csv";
5
5
  import { downloadCsv, downloadExcel } from "./util/download";
6
6
 
7
7
  export { exportVTableToCsv, downloadCsv, exportVTableToExcel, exportMultipleVTablesToExcel, downloadExcel };
8
- //# sourceMappingURL=index.js.map
8
+ //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.22.9",
3
+ "version": "1.22.10-alpha.0",
4
4
  "description": "The search util of VTable",
5
5
  "author": {
6
6
  "name": "VisActor",
@@ -42,8 +42,8 @@
42
42
  "@types/file-saver": "2.0.7"
43
43
  },
44
44
  "peerDependencies": {
45
- "@visactor/vtable-gantt": "1.22.9",
46
- "@visactor/vtable": "1.22.9"
45
+ "@visactor/vtable-gantt": "1.22.10-alpha.0",
46
+ "@visactor/vtable": "1.22.10-alpha.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -53,6 +53,9 @@
53
53
  "devDependencies": {
54
54
  "cross-env": "^7.0.3",
55
55
  "increase-memory-limit": "^1.0.7",
56
+ "@visactor/vtable": "1.22.10-alpha.0",
57
+ "@visactor/vtable-editors": "1.22.10-alpha.0",
58
+ "@visactor/vtable-gantt": "1.22.10-alpha.0",
56
59
  "@visactor/vchart": "2.0.11-alpha.3",
57
60
  "@rushstack/eslint-patch": "~1.1.4",
58
61
  "react": "^18.0.0",
@@ -95,12 +98,9 @@
95
98
  "@types/react-is": "^17.0.3",
96
99
  "rollup-plugin-node-resolve": "5.2.0",
97
100
  "@types/lodash": "4.14.182",
98
- "@visactor/vtable": "1.22.9",
99
- "@visactor/vtable-editors": "1.22.9",
100
- "@visactor/vtable-gantt": "1.22.9",
101
101
  "@internal/bundler": "0.0.1",
102
- "@internal/eslint-config": "0.0.1",
103
- "@internal/ts-config": "0.0.1"
102
+ "@internal/ts-config": "0.0.1",
103
+ "@internal/eslint-config": "0.0.1"
104
104
  },
105
105
  "scripts": {
106
106
  "demo": "vite ./demo",