k-react-vtable 1.0.14 → 1.0.17

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.
@@ -43,5 +43,4 @@ function RadioComponent(baseProps, ref) {
43
43
 
44
44
  export const Radio = React.forwardRef(RadioComponent);
45
45
 
46
- Radio.displayName = "Radio";
47
- //# sourceMappingURL=radio.js.map
46
+ Radio.displayName = "Radio";
@@ -1 +1,2 @@
1
- export const Checkbox = "checkbox";
1
+ export const Checkbox = "checkbox";
2
+ //# sourceMappingURL=checkbox.js.map
@@ -82,7 +82,7 @@ export declare const TABLE_EVENTS: {
82
82
  onMouseEnterCell: "mouseenter_cell";
83
83
  onMouseLeaveCell: "mouseleave_cell";
84
84
  onContextMenuCell: "contextmenu_cell";
85
- onContextMenuCanvas: any;
85
+ onContextMenuCanvas: "contextmenu_canvas";
86
86
  onResizeColumn: "resize_column";
87
87
  onResizeColumnEnd: "resize_column_end";
88
88
  onResizeRow: "resize_row";
package/es/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from './tables';
2
2
  export * from './table-components';
3
3
  export * from './components';
4
- export declare const version = "1.0.14";
4
+ export declare const version = "1.0.17";
package/es/index.js CHANGED
@@ -4,5 +4,5 @@ export * from "./table-components";
4
4
 
5
5
  export * from "./components";
6
6
 
7
- export const version = "1.0.14";
7
+ export const version = "1.0.17";
8
8
  //# sourceMappingURL=index.js.map
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,QAAQ,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.0.14\";\n"]}
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,QAAQ,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.0.17\";\n"]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "k-react-vtable",
3
- "version": "1.0.14",
3
+ "version": "1.0.17",
4
4
  "description": "The react version of VTable",
5
5
  "keywords": [
6
6
  "react",
@@ -37,9 +37,10 @@
37
37
  },
38
38
  "scripts": {
39
39
  "start": "vite ./demo",
40
- "build": "bundle --clean",
40
+ "build": "npm run fix-memory-limit && bundle --clean",
41
41
  "compile": "tsc --noEmit",
42
- "eslint": "eslint --debug --fix src/"
42
+ "eslint": "eslint --debug --fix src/",
43
+ "fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit"
43
44
  },
44
45
  "unpkg": "latest",
45
46
  "unpkgFiles": [
@@ -49,12 +50,14 @@
49
50
  "access": "public"
50
51
  },
51
52
  "dependencies": {
52
- "k-vtable": "1.0.14",
53
+ "k-vtable": "1.0.17",
53
54
  "@visactor/vutils": "~0.19.1",
54
55
  "react-is": "^18.2.0",
55
56
  "react-reconciler": "0.29.2"
56
57
  },
57
58
  "devDependencies": {
59
+ "cross-env": "^7.0.3",
60
+ "increase-memory-limit": "^1.0.7",
58
61
  "@visactor/vchart": "2.0.2",
59
62
  "@internal/bundler": "0.0.1",
60
63
  "@internal/eslint-config": "0.0.1",