@visactor/vtable-plugins 1.21.0 → 1.21.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
+ //# sourceMappingURL=index.js.map
53
54
  exports.exportVTableToCsv = exportVTableToCsv;
@@ -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;
242
243
  //# sourceMappingURL=index.js.map
243
- exports.exportVTableToExcel = exportVTableToExcel;
@@ -84,6 +84,6 @@ function getColor(color) {
84
84
  };
85
85
  }
86
86
 
87
- //# sourceMappingURL=style.js.map
88
87
  exports.getCellFont = getCellFont, exports.getCellFill = getCellFill, exports.getCellBorder = getCellBorder,
89
- exports.getCellAlignment = getCellAlignment;
88
+ exports.getCellAlignment = getCellAlignment;
89
+ //# sourceMappingURL=style.js.map
@@ -193,5 +193,4 @@ exports.DEFAULT_COLORS = {
193
193
  whitesmoke: 16119285,
194
194
  yellow: 16776960,
195
195
  yellowgreen: 10145074
196
- };
197
- //# sourceMappingURL=color.js.map
196
+ };
@@ -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
@@ -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
@@ -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
@@ -185,5 +185,4 @@ export const DEFAULT_COLORS = {
185
185
  whitesmoke: 16119285,
186
186
  yellow: 16776960,
187
187
  yellowgreen: 10145074
188
- };
189
- //# sourceMappingURL=color.js.map
188
+ };
@@ -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.21.0",
3
+ "version": "1.21.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-gantt": "1.21.0",
46
- "@visactor/vtable": "1.21.0"
45
+ "@visactor/vtable": "1.21.1",
46
+ "@visactor/vtable-gantt": "1.21.1"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -95,9 +95,9 @@
95
95
  "@types/react-is": "^17.0.3",
96
96
  "rollup-plugin-node-resolve": "5.2.0",
97
97
  "@types/lodash": "4.14.182",
98
- "@visactor/vtable": "1.21.0",
99
- "@visactor/vtable-editors": "1.21.0",
100
- "@visactor/vtable-gantt": "1.21.0",
98
+ "@visactor/vtable": "1.21.1",
99
+ "@visactor/vtable-gantt": "1.21.1",
100
+ "@visactor/vtable-editors": "1.21.1",
101
101
  "@internal/bundler": "0.0.1",
102
102
  "@internal/eslint-config": "0.0.1",
103
103
  "@internal/ts-config": "0.0.1"