@visactor/vtable-plugins 1.20.1 → 1.20.2-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.
|
@@ -238,4 +238,5 @@ function exportCellImg(col, row, tableInstance) {
|
|
|
238
238
|
|
|
239
239
|
function needCellImageExport(cellType, isAxisCell, isCustomCell, isTextWithIcon, options) {
|
|
240
240
|
return !(null == options ? void 0 : options.skipImageExportCellType) || ("image" === cellType || "video" === cellType || "progressbar" === cellType || "sparkline" === cellType || "chart" === cellType ? !options.skipImageExportCellType.includes(cellType) : isAxisCell ? !options.skipImageExportCellType.includes("chart") : isCustomCell ? !options.skipImageExportCellType.includes("custom") : !isTextWithIcon || !options.skipImageExportCellType.includes("textWithIcon"));
|
|
241
|
-
}
|
|
241
|
+
}
|
|
242
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vtable-plugins",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.2-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": "1.20.
|
|
46
|
-
"@visactor/vtable-gantt": "1.20.
|
|
45
|
+
"@visactor/vtable": "1.20.2-alpha.0",
|
|
46
|
+
"@visactor/vtable-gantt": "1.20.2-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.20.2-alpha.0",
|
|
57
|
+
"@visactor/vtable-editors": "1.20.2-alpha.0",
|
|
58
|
+
"@visactor/vtable-gantt": "1.20.2-alpha.0",
|
|
56
59
|
"@visactor/vchart": "2.0.2",
|
|
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.20.1",
|
|
99
|
-
"@visactor/vtable-gantt": "1.20.1",
|
|
100
|
-
"@internal/eslint-config": "0.0.1",
|
|
101
101
|
"@internal/ts-config": "0.0.1",
|
|
102
102
|
"@internal/bundler": "0.0.1",
|
|
103
|
-
"@
|
|
103
|
+
"@internal/eslint-config": "0.0.1"
|
|
104
104
|
},
|
|
105
105
|
"scripts": {
|
|
106
106
|
"demo": "vite ./demo",
|