@visactor/vtable-plugins 1.22.13-alpha.6 → 1.22.13-alpha.8

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
@@ -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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.22.13-alpha.6",
3
+ "version": "1.22.13-alpha.8",
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.13-alpha.6",
46
- "@visactor/vtable-gantt": "1.22.13-alpha.6"
45
+ "@visactor/vtable": "1.22.13-alpha.8",
46
+ "@visactor/vtable-gantt": "1.22.13-alpha.8"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -53,9 +53,9 @@
53
53
  "devDependencies": {
54
54
  "cross-env": "^7.0.3",
55
55
  "increase-memory-limit": "^1.0.7",
56
- "@visactor/vtable": "1.22.13-alpha.6",
57
- "@visactor/vtable-editors": "1.22.13-alpha.6",
58
- "@visactor/vtable-gantt": "1.22.13-alpha.6",
56
+ "@visactor/vtable": "1.22.13-alpha.8",
57
+ "@visactor/vtable-editors": "1.22.13-alpha.8",
58
+ "@visactor/vtable-gantt": "1.22.13-alpha.8",
59
59
  "@visactor/vchart": "2.0.13-alpha.10",
60
60
  "@rushstack/eslint-patch": "~1.1.4",
61
61
  "react": "^18.0.0",