@visactor/vtable-plugins 1.22.6 → 1.22.7-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.
@@ -41,5 +41,4 @@ class AutoFillPlugin {
41
41
  }
42
42
  }
43
43
 
44
- exports.AutoFillPlugin = AutoFillPlugin;
45
- //# sourceMappingURL=index.js.map
44
+ exports.AutoFillPlugin = AutoFillPlugin;
@@ -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
@@ -120,4 +120,4 @@ exports.DEFAULT_HEADER_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_
120
120
  exports.DEFAULT_COLUMN_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE], "---", DEFAULT_MENU_ITEMS[MenuKey.INSERT_COLUMN_LEFT], DEFAULT_MENU_ITEMS[MenuKey.INSERT_COLUMN_RIGHT], DEFAULT_MENU_ITEMS[MenuKey.DELETE_COLUMN] ],
121
121
  exports.DEFAULT_ROW_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE], "---", DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_ABOVE], DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_BELOW], DEFAULT_MENU_ITEMS[MenuKey.DELETE_ROW] ],
122
122
  exports.DEFAULT_CORNER_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE] ];
123
- //# sourceMappingURL=types.js.map
123
+ //# sourceMappingURL=types.js.map
@@ -199,5 +199,4 @@ class ValueFilter {
199
199
  }
200
200
  }
201
201
 
202
- exports.ValueFilter = ValueFilter;
203
- //# sourceMappingURL=value-filter.js.map
202
+ exports.ValueFilter = ValueFilter;
@@ -156,4 +156,5 @@ class ConfigManager {
156
156
  }
157
157
  }
158
158
 
159
- exports.ConfigManager = ConfigManager;
159
+ exports.ConfigManager = ConfigManager;
160
+ //# sourceMappingURL=config.js.map
@@ -35,4 +35,4 @@ Object.defineProperty(exports, "downloadCsv", {
35
35
  return download_1.downloadExcel;
36
36
  }
37
37
  });
38
- //# sourceMappingURL=index.js.map
38
+ //# sourceMappingURL=index.js.map
@@ -23,5 +23,4 @@ export class AutoFillPlugin {
23
23
  this.autoFillManager.handleEndDrag(null === (_b = this.table) || void 0 === _b ? void 0 : _b.getSelectedCellRanges()[0], direction);
24
24
  } else args[1] === TABLE_EVENT_TYPE.DBLCLICK_FILL_HANDLE && this.autoFillManager.handleDbClick();
25
25
  }
26
- }
27
- //# sourceMappingURL=index.js.map
26
+ }
@@ -2,4 +2,5 @@ export * from "./menu-manager";
2
2
 
3
3
  export * from "./styles";
4
4
 
5
- export * from "./types";
5
+ export * from "./types";
6
+ //# sourceMappingURL=index.js.map
@@ -119,4 +119,4 @@ export const DEFAULT_COLUMN_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COP
119
119
  export const DEFAULT_ROW_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE], "---", DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_ABOVE], DEFAULT_MENU_ITEMS[MenuKey.INSERT_ROW_BELOW], DEFAULT_MENU_ITEMS[MenuKey.DELETE_ROW] ];
120
120
 
121
121
  export const DEFAULT_CORNER_SERIES_MENU_ITEMS = [ DEFAULT_MENU_ITEMS[MenuKey.COPY], DEFAULT_MENU_ITEMS[MenuKey.CUT], DEFAULT_MENU_ITEMS[MenuKey.PASTE] ];
122
- //# sourceMappingURL=types.js.map
122
+ //# sourceMappingURL=types.js.map
@@ -193,5 +193,4 @@ export class ValueFilter {
193
193
  this.filterByValueSearchInput = void 0, this.selectAllCheckbox = void 0, this.totalCountSpan = void 0,
194
194
  this.filterItemsContainer = void 0;
195
195
  }
196
- }
197
- //# sourceMappingURL=value-filter.js.map
196
+ }
@@ -123,4 +123,5 @@ export class ConfigManager {
123
123
  release() {
124
124
  this.isRowExpanded = () => !1, this.table = null, this.pluginOptions = null;
125
125
  }
126
- }
126
+ }
127
+ //# sourceMappingURL=config.js.map
@@ -5,4 +5,4 @@ import { exportVTableToCsv } from "./csv";
5
5
  import { downloadCsv, downloadExcel } from "./util/download";
6
6
 
7
7
  export { exportVTableToCsv, downloadCsv, exportVTableToExcel, 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.6",
3
+ "version": "1.22.7-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.22.6",
46
- "@visactor/vtable-gantt": "1.22.6"
45
+ "@visactor/vtable": "1.22.7-alpha.0",
46
+ "@visactor/vtable-gantt": "1.22.7-alpha.0"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -53,7 +53,10 @@
53
53
  "devDependencies": {
54
54
  "cross-env": "^7.0.3",
55
55
  "increase-memory-limit": "^1.0.7",
56
- "@visactor/vchart": "2.0.8-alpha.5",
56
+ "@visactor/vtable": "1.22.7-alpha.0",
57
+ "@visactor/vtable-editors": "1.22.7-alpha.0",
58
+ "@visactor/vtable-gantt": "1.22.7-alpha.0",
59
+ "@visactor/vchart": "2.0.11-alpha.2",
57
60
  "@rushstack/eslint-patch": "~1.1.4",
58
61
  "react": "^18.0.0",
59
62
  "react-dom": "^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.22.6",
99
- "@visactor/vtable-editors": "1.22.6",
100
- "@internal/eslint-config": "0.0.1",
101
- "@internal/ts-config": "0.0.1",
102
101
  "@internal/bundler": "0.0.1",
103
- "@visactor/vtable-gantt": "1.22.6"
102
+ "@internal/ts-config": "0.0.1",
103
+ "@internal/eslint-config": "0.0.1"
104
104
  },
105
105
  "scripts": {
106
106
  "demo": "vite ./demo",