@visactor/react-vtable 1.6.0 → 1.6.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.
@@ -115,4 +115,5 @@ function getTagAttribute(props) {
115
115
  };
116
116
  }
117
117
 
118
- exports.Link = react_1.default.forwardRef(LinkComponent), exports.Link.displayName = "Link";
118
+ exports.Link = react_1.default.forwardRef(LinkComponent), exports.Link.displayName = "Link";
119
+ //# sourceMappingURL=link.js.map
@@ -44,5 +44,4 @@ function TagComponent(baseProps, ref) {
44
44
  });
45
45
  }
46
46
 
47
- exports.Tag = react_1.default.forwardRef(TagComponent), exports.Tag.displayName = "Tag";
48
- //# sourceMappingURL=tag.js.map
47
+ exports.Tag = react_1.default.forwardRef(TagComponent), exports.Tag.displayName = "Tag";
@@ -60,5 +60,4 @@ function withContainer(Comp, name = "TableContainer", getProps) {
60
60
  return Cls.displayName = name || Comp.name, Cls;
61
61
  }
62
62
 
63
- exports.default = withContainer;
64
- //# sourceMappingURL=withContainer.js.map
63
+ exports.default = withContainer;
package/cjs/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.6.0";
4
+ export declare const version = "1.6.1";
package/cjs/index.js CHANGED
@@ -18,5 +18,5 @@ var __createBinding = this && this.__createBinding || (Object.create ? function(
18
18
  Object.defineProperty(exports, "__esModule", {
19
19
  value: !0
20
20
  }), exports.version = void 0, __exportStar(require("./tables"), exports), __exportStar(require("./table-components"), exports),
21
- __exportStar(require("./components"), exports), exports.version = "1.6.0";
21
+ __exportStar(require("./components"), exports), exports.version = "1.6.1";
22
22
  //# sourceMappingURL=index.js.map
package/cjs/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.0\";\n"]}
1
+ {"version":3,"sources":["index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,qDAAmC;AACnC,+CAA6B;AAEhB,QAAA,OAAO,GAAG,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.1\";\n"]}
@@ -130,4 +130,5 @@ const notOptionKeys = [ ...constants_1.REACT_PRIVATE_PROPS, ...eventsUtils_1.TAB
130
130
  return Com.displayName = componentName, Com;
131
131
  };
132
132
 
133
- exports.createTable = createTable;
133
+ exports.createTable = createTable;
134
+ //# sourceMappingURL=base-table.js.map
@@ -92,4 +92,5 @@ function getTagAttribute(props) {
92
92
 
93
93
  export const Link = React.forwardRef(LinkComponent);
94
94
 
95
- Link.displayName = "Link";
95
+ Link.displayName = "Link";
96
+ //# sourceMappingURL=link.js.map
@@ -42,5 +42,4 @@ function TagComponent(baseProps, ref) {
42
42
 
43
43
  export const Tag = React.forwardRef(TagComponent);
44
44
 
45
- Tag.displayName = "Tag";
46
- //# sourceMappingURL=tag.js.map
45
+ Tag.displayName = "Tag";
@@ -29,5 +29,4 @@ export default function withContainer(Comp, name = "TableContainer", getProps) {
29
29
  }, getProps ? getProps(options) : options)) : React.createElement(React.Fragment, null));
30
30
  }));
31
31
  return Cls.displayName = name || Comp.name, Cls;
32
- }
33
- //# sourceMappingURL=withContainer.js.map
32
+ }
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.6.0";
4
+ export declare const version = "1.6.1";
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.6.0";
7
+ export const version = "1.6.1";
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,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.0\";\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,OAAO,CAAC","file":"index.js","sourcesContent":["export * from './tables';\nexport * from './table-components';\nexport * from './components';\n\nexport const version = \"1.6.1\";\n"]}
@@ -110,4 +110,5 @@ const notOptionKeys = [ ...REACT_PRIVATE_PROPS, ...TABLE_EVENTS_KEYS, "skipFunct
110
110
  export const createTable = (componentName, defaultProps, callback) => {
111
111
  const Com = withContainer(BaseTable, componentName, (props => defaultProps ? Object.assign(props, defaultProps) : props));
112
112
  return Com.displayName = componentName, Com;
113
- };
113
+ };
114
+ //# sourceMappingURL=base-table.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visactor/react-vtable",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "The react version of VTable",
5
5
  "keywords": [
6
6
  "react",
@@ -43,10 +43,10 @@
43
43
  "access": "public"
44
44
  },
45
45
  "dependencies": {
46
- "@visactor/vutils": "~0.18.9",
46
+ "@visactor/vutils": "~0.18.13",
47
47
  "react-is": "^18.2.0",
48
48
  "react-reconciler": "0.29.2",
49
- "@visactor/vtable": "1.6.0"
49
+ "@visactor/vtable": "1.6.1"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@visactor/vchart": "1.11.10",
@@ -91,8 +91,8 @@
91
91
  "@types/react-is": "^17.0.3",
92
92
  "@arco-design/web-react": "2.60.2",
93
93
  "@types/react-reconciler": "0.28.8",
94
- "@internal/eslint-config": "0.0.1",
95
94
  "@internal/bundler": "0.0.1",
95
+ "@internal/eslint-config": "0.0.1",
96
96
  "@internal/ts-config": "0.0.1"
97
97
  },
98
98
  "scripts": {