@visactor/openinula-vtable 1.19.9-alpha.2 → 1.19.9
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.
- package/cjs/components/base-component.js +2 -1
- package/cjs/context/table.js +1 -2
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/es/components/base-component.js +2 -1
- package/es/context/table.js +1 -2
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +8 -5
package/cjs/context/table.js
CHANGED
package/cjs/index.d.ts
CHANGED
package/cjs/index.js
CHANGED
|
@@ -34,5 +34,5 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
34
34
|
const VTable = __importStar(require("@visactor/vtable"));
|
|
35
35
|
|
|
36
36
|
exports.VTable = VTable, __exportStar(require("./tables"), exports), __exportStar(require("./components"), exports),
|
|
37
|
-
exports.version = "1.19.9
|
|
37
|
+
exports.version = "1.19.9";
|
|
38
38
|
//# sourceMappingURL=index.js.map
|
package/cjs/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yDAA2C;AAIlC,wBAAM;AAFf,2CAAyB;AACzB,+CAA6B;AAGhB,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,yDAA2C;AAIlC,wBAAM;AAFf,2CAAyB;AACzB,+CAA6B;AAGhB,QAAA,OAAO,GAAG,QAAQ,CAAC","file":"index.js","sourcesContent":["import * as VTable from '@visactor/vtable';\n\nexport * from './tables';\nexport * from './components';\nexport { VTable };\n\nexport const version = \"1.19.9\";\n"]}
|
package/es/context/table.js
CHANGED
package/es/index.d.ts
CHANGED
package/es/index.js
CHANGED
package/es/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAE3C,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,MAAM,CAAC,MAAM,OAAO,GAAG,
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,MAAM,kBAAkB,CAAC;AAE3C,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,MAAM,EAAE,CAAC;AAElB,MAAM,CAAC,MAAM,OAAO,GAAG,QAAQ,CAAC","file":"index.js","sourcesContent":["import * as VTable from '@visactor/vtable';\n\nexport * from './tables';\nexport * from './components';\nexport { VTable };\n\nexport const version = \"1.19.9\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/openinula-vtable",
|
|
3
|
-
"version": "1.19.9
|
|
3
|
+
"version": "1.19.9",
|
|
4
4
|
"description": "The openinula version of VTable",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openinula",
|
|
@@ -43,10 +43,12 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@visactor/
|
|
47
|
-
"@visactor/
|
|
46
|
+
"@visactor/vutils": "~0.19.1",
|
|
47
|
+
"@visactor/vtable": "1.19.9"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
+
"cross-env": "^7.0.3",
|
|
51
|
+
"increase-memory-limit": "^1.0.7",
|
|
50
52
|
"@visactor/vchart": "2.0.2",
|
|
51
53
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
52
54
|
"eslint": "~8.18.0",
|
|
@@ -82,8 +84,8 @@
|
|
|
82
84
|
"form-data": "~4.0.0",
|
|
83
85
|
"axios": "^1.4.0",
|
|
84
86
|
"openinula": "~0.1.2-SNAPSHOT",
|
|
85
|
-
"@internal/eslint-config": "0.0.1",
|
|
86
87
|
"@internal/ts-config": "0.0.1",
|
|
88
|
+
"@internal/eslint-config": "0.0.1",
|
|
87
89
|
"@internal/bundler": "0.0.1"
|
|
88
90
|
},
|
|
89
91
|
"peerDependencies": {
|
|
@@ -91,6 +93,7 @@
|
|
|
91
93
|
},
|
|
92
94
|
"scripts": {
|
|
93
95
|
"start": "vite ./demo",
|
|
94
|
-
"build": "bundle --clean"
|
|
96
|
+
"build": "npm run fix-memory-limit && bundle --clean",
|
|
97
|
+
"fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit"
|
|
95
98
|
}
|
|
96
99
|
}
|