@sheinx/base 3.3.3-beta.2 → 3.3.3-beta.4

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.
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.tsx"],"names":[],"mappings":";AAsBA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;AAyB1C,wBAydE"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.tsx"],"names":[],"mappings":";AAsBA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;AAyB1C,wBA0dE"}
@@ -197,6 +197,7 @@ var _default = exports.default = function _default(props) {
197
197
  var virtualInfo = (0, _hooks.useTableVirtual)({
198
198
  disabled: !virtual,
199
199
  data: treeData,
200
+ columns: columns,
200
201
  rowsInView: props.rowsInView || 20,
201
202
  rowHeight: props.rowHeight || 40,
202
203
  scrollRef: scrollRef,
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.tsx"],"names":[],"mappings":";AAsBA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;AAyB1C,wBAydE"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["table.tsx"],"names":[],"mappings":";AAsBA,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;;AAyB1C,wBA0dE"}
@@ -190,6 +190,7 @@ export default (function (props) {
190
190
  var virtualInfo = useTableVirtual({
191
191
  disabled: !virtual,
192
192
  data: treeData,
193
+ columns: columns,
193
194
  rowsInView: props.rowsInView || 20,
194
195
  rowHeight: props.rowHeight || 40,
195
196
  scrollRef: scrollRef,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sheinx/base",
3
- "version": "3.3.3-beta.2",
3
+ "version": "3.3.3-beta.4",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",
@@ -10,7 +10,7 @@
10
10
  "module": "./esm/index.js",
11
11
  "typings": "./cjs/index.d.ts",
12
12
  "dependencies": {
13
- "@sheinx/hooks": "3.3.3-beta.2",
13
+ "@sheinx/hooks": "3.3.3-beta.4",
14
14
  "immer": "^10.0.0",
15
15
  "classnames": "^2.0.0",
16
16
  "@shined/reactive": "^0.1.3-alpha.0"