@visactor/openinula-vtable 0.24.2-alpha.4 → 0.25.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.
- package/cjs/eventsUtils.d.ts +1 -1
- package/cjs/index.d.ts +1 -1
- package/cjs/index.js +1 -1
- package/cjs/index.js.map +1 -1
- package/es/eventsUtils.d.ts +1 -1
- package/es/index.d.ts +1 -1
- package/es/index.js +1 -1
- package/es/index.js.map +1 -1
- package/package.json +5 -5
package/cjs/eventsUtils.d.ts
CHANGED
|
@@ -59,7 +59,7 @@ export declare const TABLE_EVENTS: {
|
|
|
59
59
|
onKeyDown: "keydown";
|
|
60
60
|
onMouseEnterTable: "mouseenter_table";
|
|
61
61
|
onMouseLeaveTable: "mouseleave_table";
|
|
62
|
-
onMouseDownTable: "
|
|
62
|
+
onMouseDownTable: "mousedown_table";
|
|
63
63
|
onMouseMoveCell: "mousemove_cell";
|
|
64
64
|
onMouseEnterCell: "mouseenter_cell";
|
|
65
65
|
onMouseLeaveCell: "mouseleave_cell";
|
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 = "0.
|
|
37
|
+
exports.version = "0.25.0";
|
|
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 = \"0.25.0\";\n"]}
|
package/es/eventsUtils.d.ts
CHANGED
|
@@ -59,7 +59,7 @@ export declare const TABLE_EVENTS: {
|
|
|
59
59
|
onKeyDown: "keydown";
|
|
60
60
|
onMouseEnterTable: "mouseenter_table";
|
|
61
61
|
onMouseLeaveTable: "mouseleave_table";
|
|
62
|
-
onMouseDownTable: "
|
|
62
|
+
onMouseDownTable: "mousedown_table";
|
|
63
63
|
onMouseMoveCell: "mousemove_cell";
|
|
64
64
|
onMouseEnterCell: "mouseenter_cell";
|
|
65
65
|
onMouseLeaveCell: "mouseleave_cell";
|
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 = \"0.25.0\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/openinula-vtable",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "The openinula version of VTable",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"openinula",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@visactor/
|
|
47
|
-
"@visactor/
|
|
46
|
+
"@visactor/vutils": "~0.18.1",
|
|
47
|
+
"@visactor/vtable": "0.25.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@visactor/vchart": "1.10.0",
|
|
@@ -82,9 +82,9 @@
|
|
|
82
82
|
"form-data": "~4.0.0",
|
|
83
83
|
"axios": "^1.4.0",
|
|
84
84
|
"openinula": "~0.1.2-SNAPSHOT",
|
|
85
|
-
"@internal/eslint-config": "0.0.1",
|
|
86
85
|
"@internal/bundler": "0.0.1",
|
|
87
|
-
"@internal/ts-config": "0.0.1"
|
|
86
|
+
"@internal/ts-config": "0.0.1",
|
|
87
|
+
"@internal/eslint-config": "0.0.1"
|
|
88
88
|
},
|
|
89
89
|
"peerDependencies": {
|
|
90
90
|
"openinula": "~0.1.2-SNAPSHOT"
|