@visactor/vtable-plugins 1.20.0 → 1.20.1-alpha.1

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.
@@ -50,4 +50,5 @@ function escapeForCSV(str) {
50
50
  return /[,"\r\n]/.test(escapedStr) && (escapedStr = `"${escapedStr}"`), escapedStr;
51
51
  }
52
52
 
53
- exports.exportVTableToCsv = exportVTableToCsv;
53
+ exports.exportVTableToCsv = exportVTableToCsv;
54
+ //# sourceMappingURL=index.js.map
@@ -239,5 +239,4 @@ function needCellImageExport(cellType, isAxisCell, isCustomCell, isTextWithIcon,
239
239
  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"));
240
240
  }
241
241
 
242
- //# sourceMappingURL=index.js.map
243
242
  exports.exportVTableToExcel = exportVTableToExcel;
@@ -7,4 +7,4 @@ function isPromise(obj) {
7
7
  Object.defineProperty(exports, "__esModule", {
8
8
  value: !0
9
9
  }), exports.isPromise = void 0, exports.isPromise = isPromise;
10
- //# sourceMappingURL=promise.js.map
10
+ //# sourceMappingURL=promise.js.map
@@ -43,4 +43,5 @@ function escapeForCSV(str) {
43
43
  if ("string" != typeof str) return str;
44
44
  let escapedStr = str.replace(/"/g, '""');
45
45
  return /[,"\r\n]/.test(escapedStr) && (escapedStr = `"${escapedStr}"`), escapedStr;
46
- }
46
+ }
47
+ //# sourceMappingURL=index.js.map
@@ -238,5 +238,4 @@ 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
- }
242
- //# sourceMappingURL=index.js.map
241
+ }
@@ -1,4 +1,4 @@
1
1
  export function isPromise(obj) {
2
2
  return !!obj && ("object" == typeof obj || "function" == typeof obj) && "function" == typeof obj.then;
3
3
  }
4
- //# sourceMappingURL=promise.js.map
4
+ //# sourceMappingURL=promise.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.20.0",
3
+ "version": "1.20.1-alpha.1",
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.0",
46
- "@visactor/vtable-gantt": "1.20.0"
45
+ "@visactor/vtable-gantt": "1.20.1-alpha.1",
46
+ "@visactor/vtable": "1.20.1-alpha.1"
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.1-alpha.1",
57
+ "@visactor/vtable-editors": "1.20.1-alpha.1",
58
+ "@visactor/vtable-gantt": "1.20.1-alpha.1",
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-gantt": "1.20.0",
99
- "@internal/ts-config": "0.0.1",
100
- "@internal/eslint-config": "0.0.1",
101
- "@visactor/vtable-editors": "1.20.0",
102
101
  "@internal/bundler": "0.0.1",
103
- "@visactor/vtable": "1.20.0"
102
+ "@internal/eslint-config": "0.0.1",
103
+ "@internal/ts-config": "0.0.1"
104
104
  },
105
105
  "scripts": {
106
106
  "demo": "vite ./demo",