@visactor/vtable-plugins 1.22.9-alpha.5 → 1.22.9

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,5 +16,4 @@ 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 = {}));
20
- //# sourceMappingURL=types.js.map
19
+ }(DATA_TYPE = exports.DATA_TYPE || (exports.DATA_TYPE = {}));
@@ -18,4 +18,5 @@ 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);
21
+ __exportStar(require("./types"), exports);
22
+ //# sourceMappingURL=index.js.map
@@ -200,5 +200,4 @@ 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;
204
- //# sourceMappingURL=excel.js.map
203
+ exports.parseCellAddress = parseCellAddress;
@@ -62,4 +62,5 @@ 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);
65
+ }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
66
+ //# sourceMappingURL=index.js.map
@@ -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,5 +23,4 @@ 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 = {}));
27
- //# sourceMappingURL=types.js.map
26
+ }(DATA_TYPE || (DATA_TYPE = {}));
@@ -2,4 +2,5 @@ export * from "./menu-manager";
2
2
 
3
3
  export * from "./styles";
4
4
 
5
- export * from "./types";
5
+ export * from "./types";
6
+ //# sourceMappingURL=index.js.map
@@ -186,5 +186,4 @@ export function parseCellAddress(address) {
186
186
  } catch (error) {
187
187
  return null;
188
188
  }
189
- }
190
- //# sourceMappingURL=excel.js.map
189
+ }
@@ -10,4 +10,5 @@ export { FilterToolbar } from "./filter-toolbar";
10
10
 
11
11
  export * from "./types";
12
12
 
13
- export * from "./filter";
13
+ export * from "./filter";
14
+ //# sourceMappingURL=index.js.map
@@ -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-alpha.5",
3
+ "version": "1.22.9",
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-alpha.5",
46
- "@visactor/vtable": "1.22.9-alpha.5"
45
+ "@visactor/vtable-gantt": "1.22.9",
46
+ "@visactor/vtable": "1.22.9"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -53,9 +53,6 @@
53
53
  "devDependencies": {
54
54
  "cross-env": "^7.0.3",
55
55
  "increase-memory-limit": "^1.0.7",
56
- "@visactor/vtable": "1.22.9-alpha.5",
57
- "@visactor/vtable-editors": "1.22.9-alpha.5",
58
- "@visactor/vtable-gantt": "1.22.9-alpha.5",
59
56
  "@visactor/vchart": "2.0.11-alpha.3",
60
57
  "@rushstack/eslint-patch": "~1.1.4",
61
58
  "react": "^18.0.0",
@@ -98,9 +95,12 @@
98
95
  "@types/react-is": "^17.0.3",
99
96
  "rollup-plugin-node-resolve": "5.2.0",
100
97
  "@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
+ "@internal/bundler": "0.0.1",
101
102
  "@internal/eslint-config": "0.0.1",
102
- "@internal/ts-config": "0.0.1",
103
- "@internal/bundler": "0.0.1"
103
+ "@internal/ts-config": "0.0.1"
104
104
  },
105
105
  "scripts": {
106
106
  "demo": "vite ./demo",