@visactor/openinula-vtable 1.27.0-alpha.0 → 1.27.0-alpha.1

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,4 +51,5 @@ const openinula_1 = __importStar(require("openinula")), vutils_1 = require("@vis
51
51
  }), Comp;
52
52
  };
53
53
 
54
- exports.createComponent = createComponent;
54
+ exports.createComponent = createComponent;
55
+ //# sourceMappingURL=base-component.js.map
@@ -123,5 +123,4 @@ const VTable = __importStar(require("@visactor/vtable")), openinula_1 = __import
123
123
  return Com.displayName = componentName, Com;
124
124
  };
125
125
 
126
- exports.createTable = createTable;
127
- //# sourceMappingURL=base-table.js.map
126
+ exports.createTable = createTable;
@@ -22,4 +22,5 @@ export const createComponent = (componentName, optionName, supportedEvents, isSi
22
22
  optionName: optionName,
23
23
  isSingle: isSingle
24
24
  }), Comp;
25
- };
25
+ };
26
+ //# sourceMappingURL=base-component.js.map
@@ -99,5 +99,4 @@ export const createTable = (componentName, type, callback) => {
99
99
  type: type
100
100
  }) : props)));
101
101
  return Com.displayName = componentName, Com;
102
- };
103
- //# sourceMappingURL=base-table.js.map
102
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/openinula-vtable",
3
- "version": "1.27.0-alpha.0",
3
+ "version": "1.27.0-alpha.1",
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/vtable": "1.27.0-alpha.0",
42
+ "@visactor/vtable": "1.27.0-alpha.1",
43
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.1.0-alpha.2",
48
+ "@visactor/vchart": "2.1.0-alpha.6",
49
49
  "@rushstack/eslint-patch": "~1.1.4",
50
50
  "eslint": "~8.18.0",
51
51
  "vite": "3.2.6",
@@ -80,9 +80,9 @@
80
80
  "form-data": "~4.0.0",
81
81
  "axios": "^1.4.0",
82
82
  "openinula": "~0.1.2-SNAPSHOT",
83
- "@internal/bundler": "0.0.1",
83
+ "@internal/ts-config": "0.0.1",
84
84
  "@internal/eslint-config": "0.0.1",
85
- "@internal/ts-config": "0.0.1"
85
+ "@internal/bundler": "0.0.1"
86
86
  },
87
87
  "peerDependencies": {
88
88
  "openinula": "~0.1.2-SNAPSHOT"