@visactor/vtable-plugins 1.20.3 → 1.21.1-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.
@@ -239,5 +239,5 @@ 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
- exports.exportVTableToExcel = exportVTableToExcel;
243
242
  //# sourceMappingURL=index.js.map
243
+ exports.exportVTableToExcel = exportVTableToExcel;
@@ -84,6 +84,6 @@ function getColor(color) {
84
84
  };
85
85
  }
86
86
 
87
- exports.getCellFont = getCellFont, exports.getCellFill = getCellFill, exports.getCellBorder = getCellBorder,
88
- exports.getCellAlignment = getCellAlignment;
89
87
  //# sourceMappingURL=style.js.map
88
+ exports.getCellFont = getCellFont, exports.getCellFill = getCellFill, exports.getCellBorder = getCellBorder,
89
+ exports.getCellAlignment = getCellAlignment;
@@ -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
@@ -3,4 +3,4 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: !0
5
5
  });
6
- //# sourceMappingURL=type.js.map
6
+ //# sourceMappingURL=type.js.map
@@ -239,4 +239,4 @@ function exportCellImg(col, row, tableInstance) {
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
242
+ //# sourceMappingURL=index.js.map
@@ -77,4 +77,4 @@ function getColor(color) {
77
77
  argb: rgbaToHex(colorStringToRGB(color))
78
78
  };
79
79
  }
80
- //# sourceMappingURL=style.js.map
80
+ //# sourceMappingURL=style.js.map
@@ -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
@@ -1,2 +1,2 @@
1
1
  export { };
2
- //# sourceMappingURL=type.js.map
2
+ //# sourceMappingURL=type.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.20.3",
3
+ "version": "1.21.1-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.3",
46
- "@visactor/vtable-gantt": "1.20.3"
45
+ "@visactor/vtable-gantt": "1.21.1-alpha.0",
46
+ "@visactor/vtable": "1.21.1-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.21.1-alpha.0",
57
+ "@visactor/vtable-editors": "1.21.1-alpha.0",
58
+ "@visactor/vtable-gantt": "1.21.1-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-editors": "1.20.3",
99
- "@visactor/vtable-gantt": "1.20.3",
100
101
  "@internal/ts-config": "0.0.1",
101
- "@internal/bundler": "0.0.1",
102
102
  "@internal/eslint-config": "0.0.1",
103
- "@visactor/vtable": "1.20.3"
103
+ "@internal/bundler": "0.0.1"
104
104
  },
105
105
  "scripts": {
106
106
  "demo": "vite ./demo",