@visactor/vtable-plugins 1.22.11-alpha.10 → 1.22.11-alpha.12

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,4 +41,5 @@ class AutoFillPlugin {
41
41
  }
42
42
  }
43
43
 
44
- exports.AutoFillPlugin = AutoFillPlugin;
44
+ exports.AutoFillPlugin = AutoFillPlugin;
45
+ //# sourceMappingURL=index.js.map
@@ -18,5 +18,4 @@ 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);
22
- //# sourceMappingURL=index.js.map
21
+ __exportStar(require("./types"), exports);
@@ -12,4 +12,5 @@ function translateRowArrayToObj(dataSource, columns) {
12
12
  Object.defineProperty(exports, "__esModule", {
13
13
  value: !0
14
14
  }), exports.translateRowArrayToObj = exports.translateRowObjToArray = void 0, exports.translateRowObjToArray = translateRowObjToArray,
15
- exports.translateRowArrayToObj = translateRowArrayToObj;
15
+ exports.translateRowArrayToObj = translateRowArrayToObj;
16
+ //# sourceMappingURL=translateRowObj.js.map
@@ -62,5 +62,4 @@ Object.defineProperty(exports, "FilterToolbar", {
62
62
  get: function() {
63
63
  return filter_toolbar_1.FilterToolbar;
64
64
  }
65
- }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
66
- //# sourceMappingURL=index.js.map
65
+ }), __exportStar(require("./types"), exports), __exportStar(require("./filter"), exports);
@@ -23,4 +23,5 @@ 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
- }
26
+ }
27
+ //# sourceMappingURL=index.js.map
@@ -2,5 +2,4 @@ export * from "./menu-manager";
2
2
 
3
3
  export * from "./styles";
4
4
 
5
- export * from "./types";
6
- //# sourceMappingURL=index.js.map
5
+ export * from "./types";
@@ -5,4 +5,5 @@ export function translateRowObjToArray(dataSource, columns) {
5
5
  export function translateRowArrayToObj(dataSource, columns) {
6
6
  return dataSource.map((item => columns.reduce(((pre, cur, index) => (pre[cur.field] = item[index],
7
7
  pre)), {})));
8
- }
8
+ }
9
+ //# sourceMappingURL=translateRowObj.js.map
@@ -10,5 +10,4 @@ export { FilterToolbar } from "./filter-toolbar";
10
10
 
11
11
  export * from "./types";
12
12
 
13
- export * from "./filter";
14
- //# sourceMappingURL=index.js.map
13
+ export * from "./filter";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.22.11-alpha.10",
3
+ "version": "1.22.11-alpha.12",
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.11-alpha.10",
46
- "@visactor/vtable-gantt": "1.22.11-alpha.10"
45
+ "@visactor/vtable": "1.22.11-alpha.12",
46
+ "@visactor/vtable-gantt": "1.22.11-alpha.12"
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.11-alpha.10",
57
- "@visactor/vtable-editors": "1.22.11-alpha.10",
58
- "@visactor/vtable-gantt": "1.22.11-alpha.10",
56
+ "@visactor/vtable": "1.22.11-alpha.12",
57
+ "@visactor/vtable-editors": "1.22.11-alpha.12",
58
+ "@visactor/vtable-gantt": "1.22.11-alpha.12",
59
59
  "@visactor/vchart": " 2.0.13-alpha.9",
60
60
  "@rushstack/eslint-patch": "~1.1.4",
61
61
  "react": "^18.0.0",
@@ -99,8 +99,8 @@
99
99
  "rollup-plugin-node-resolve": "5.2.0",
100
100
  "@types/lodash": "4.14.182",
101
101
  "@internal/bundler": "0.0.1",
102
- "@internal/ts-config": "0.0.1",
103
- "@internal/eslint-config": "0.0.1"
102
+ "@internal/eslint-config": "0.0.1",
103
+ "@internal/ts-config": "0.0.1"
104
104
  },
105
105
  "scripts": {
106
106
  "demo": "vite ./demo",