@visactor/openinula-vtable 1.26.1 → 1.27.0-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.
@@ -51,5 +51,4 @@ const openinula_1 = __importStar(require("openinula")), vutils_1 = require("@vis
51
51
  }), Comp;
52
52
  };
53
53
 
54
- exports.createComponent = createComponent;
55
- //# sourceMappingURL=base-component.js.map
54
+ exports.createComponent = createComponent;
@@ -21,4 +21,5 @@ function withTableInstance(Component) {
21
21
  }
22
22
 
23
23
  TableContext.displayName = "TableContext", exports.withTableInstance = withTableInstance,
24
- exports.default = TableContext;
24
+ exports.default = TableContext;
25
+ //# sourceMappingURL=table.js.map
@@ -22,5 +22,4 @@ export const createComponent = (componentName, optionName, supportedEvents, isSi
22
22
  optionName: optionName,
23
23
  isSingle: isSingle
24
24
  }), Comp;
25
- };
26
- //# sourceMappingURL=base-component.js.map
25
+ };
@@ -12,4 +12,5 @@ export function withTableInstance(Component) {
12
12
  return Com.displayName = Component.name, Com;
13
13
  }
14
14
 
15
- export default TableContext;
15
+ export default TableContext;
16
+ //# sourceMappingURL=table.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/openinula-vtable",
3
- "version": "1.26.1",
3
+ "version": "1.27.0-alpha.0",
4
4
  "description": "The openinula version of VTable",
5
5
  "keywords": [
6
6
  "openinula",
@@ -39,13 +39,13 @@
39
39
  "access": "public"
40
40
  },
41
41
  "dependencies": {
42
- "@visactor/vutils": "~1.0.17",
43
- "@visactor/vtable": "1.26.1"
42
+ "@visactor/vtable": "1.27.0-alpha.0",
43
+ "@visactor/vutils": "~1.0.17"
44
44
  },
45
45
  "devDependencies": {
46
46
  "cross-env": "^7.0.3",
47
47
  "increase-memory-limit": "^1.0.7",
48
- "@visactor/vchart": "2.0.13-alpha.10",
48
+ "@visactor/vchart": "2.1.0-alpha.2",
49
49
  "@rushstack/eslint-patch": "~1.1.4",
50
50
  "eslint": "~8.18.0",
51
51
  "vite": "3.2.6",
@@ -80,13 +80,18 @@
80
80
  "form-data": "~4.0.0",
81
81
  "axios": "^1.4.0",
82
82
  "openinula": "~0.1.2-SNAPSHOT",
83
- "@internal/ts-config": "0.0.1",
83
+ "@internal/bundler": "0.0.1",
84
84
  "@internal/eslint-config": "0.0.1",
85
- "@internal/bundler": "0.0.1"
85
+ "@internal/ts-config": "0.0.1"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "openinula": "~0.1.2-SNAPSHOT"
89
89
  },
90
+ "repository": {
91
+ "type": "git",
92
+ "url": "https://github.com/VisActor/VTable.git",
93
+ "directory": "packages/openinula-vtable"
94
+ },
90
95
  "scripts": {
91
96
  "start": "vite ./demo",
92
97
  "build": "npm run fix-memory-limit && bundle --clean",