@visactor/vtable-plugins 1.22.5-alpha.2 → 1.22.5

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.
@@ -156,5 +156,4 @@ class ConfigManager {
156
156
  }
157
157
  }
158
158
 
159
- exports.ConfigManager = ConfigManager;
160
- //# sourceMappingURL=config.js.map
159
+ exports.ConfigManager = ConfigManager;
@@ -326,4 +326,5 @@ class MasterDetailPlugin {
326
326
  }
327
327
  }
328
328
 
329
- exports.MasterDetailPlugin = MasterDetailPlugin;
329
+ exports.MasterDetailPlugin = MasterDetailPlugin;
330
+ //# sourceMappingURL=core.js.map
@@ -123,5 +123,4 @@ export class ConfigManager {
123
123
  release() {
124
124
  this.isRowExpanded = () => !1, this.table = null, this.pluginOptions = null;
125
125
  }
126
- }
127
- //# sourceMappingURL=config.js.map
126
+ }
@@ -300,4 +300,5 @@ export class MasterDetailPlugin {
300
300
  this.mainTableClickHandler = void 0), this.tableAPIExtensions && (this.tableAPIExtensions.cleanup(),
301
301
  this.tableAPIExtensions = void 0);
302
302
  }
303
- }
303
+ }
304
+ //# sourceMappingURL=core.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/vtable-plugins",
3
- "version": "1.22.5-alpha.2",
3
+ "version": "1.22.5",
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.5-alpha.2",
46
- "@visactor/vtable-gantt": "1.22.5-alpha.2"
45
+ "@visactor/vtable": "1.22.5",
46
+ "@visactor/vtable-gantt": "1.22.5"
47
47
  },
48
48
  "peerDependenciesMeta": {
49
49
  "@visactor/vtable-gantt": {
@@ -53,9 +53,6 @@
53
53
  "devDependencies": {
54
54
  "cross-env": "^7.0.3",
55
55
  "increase-memory-limit": "^1.0.7",
56
- "@visactor/vtable": "1.22.5-alpha.2",
57
- "@visactor/vtable-editors": "1.22.5-alpha.2",
58
- "@visactor/vtable-gantt": "1.22.5-alpha.2",
59
56
  "@visactor/vchart": "2.0.8-alpha.5",
60
57
  "@rushstack/eslint-patch": "~1.1.4",
61
58
  "react": "^18.0.0",
@@ -98,8 +95,11 @@
98
95
  "@types/react-is": "^17.0.3",
99
96
  "rollup-plugin-node-resolve": "5.2.0",
100
97
  "@types/lodash": "4.14.182",
101
- "@internal/eslint-config": "0.0.1",
98
+ "@visactor/vtable": "1.22.5",
99
+ "@visactor/vtable-gantt": "1.22.5",
100
+ "@visactor/vtable-editors": "1.22.5",
102
101
  "@internal/bundler": "0.0.1",
102
+ "@internal/eslint-config": "0.0.1",
103
103
  "@internal/ts-config": "0.0.1"
104
104
  },
105
105
  "scripts": {