k-react-vtable 1.0.3 → 1.0.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.
- 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/dist/react-vtable.js +15479 -14073
- package/dist/react-vtable.min.js +2 -2
- 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 +3 -3
package/es/eventsUtils.d.ts
CHANGED
|
@@ -127,7 +127,7 @@ export declare const TABLE_EVENTS: {
|
|
|
127
127
|
onEmptyTipDblClick: "empty_tip_dblclick";
|
|
128
128
|
onButtonClick: "button_click";
|
|
129
129
|
onBeforeCacheChartImage: "before_cache_chart_image";
|
|
130
|
-
onPastedData:
|
|
130
|
+
onPastedData: "pasted_data";
|
|
131
131
|
};
|
|
132
132
|
export declare const TABLE_EVENTS_KEYS: string[];
|
|
133
133
|
export declare const findEventProps: <T extends EventsProps>(props: T, supportedEvents?: Record<string, string>) => EventsProps;
|
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,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.0.
|
|
1
|
+
{"version":3,"sources":["index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAE7B,MAAM,CAAC,MAAM,OAAO,GAAG,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.0.5\";\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "k-react-vtable",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "The react version of VTable",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -49,13 +49,13 @@
|
|
|
49
49
|
"access": "public"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"k-vtable": "1.0.
|
|
52
|
+
"k-vtable": "1.0.4",
|
|
53
53
|
"@visactor/vutils": "~0.19.1",
|
|
54
54
|
"react-is": "^18.2.0",
|
|
55
55
|
"react-reconciler": "0.29.2"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@visactor/vchart": "
|
|
58
|
+
"@visactor/vchart": "2.0.0-alpha.1",
|
|
59
59
|
"@internal/bundler": "0.0.1",
|
|
60
60
|
"@internal/eslint-config": "0.0.1",
|
|
61
61
|
"@internal/ts-config": "0.0.1",
|