@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.
- package/cjs/auto-fill/types.js +1 -2
- package/cjs/contextmenu/index.js +2 -1
- package/cjs/excel-import/excel.js +1 -2
- package/cjs/filter/index.js +2 -1
- package/cjs/master-detail-plugin/events.js +1 -1
- package/cjs/table-export/index.js +1 -1
- package/es/auto-fill/types.js +1 -2
- package/es/contextmenu/index.js +2 -1
- package/es/excel-import/excel.js +1 -2
- package/es/filter/index.js +2 -1
- package/es/master-detail-plugin/events.js +1 -1
- package/es/table-export/index.js +1 -1
- package/package.json +8 -8
package/cjs/auto-fill/types.js
CHANGED
|
@@ -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 = {}));
|
package/cjs/contextmenu/index.js
CHANGED
|
@@ -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;
|
package/cjs/filter/index.js
CHANGED
|
@@ -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
|
package/es/auto-fill/types.js
CHANGED
|
@@ -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 = {}));
|
package/es/contextmenu/index.js
CHANGED
package/es/excel-import/excel.js
CHANGED
package/es/filter/index.js
CHANGED
package/es/table-export/index.js
CHANGED
|
@@ -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.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
|
|
46
|
-
"@visactor/vtable": "1.22.9
|
|
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",
|