@v-c/table 1.1.7 → 1.1.8

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.
Files changed (2) hide show
  1. package/dist/Table.js +1 -1
  2. package/package.json +3 -3
package/dist/Table.js CHANGED
@@ -245,7 +245,7 @@ var ImmutableTable = /* @__PURE__ */ defineComponent((props, { attrs, slots, exp
245
245
  const bodyElement = getDOM(scrollBodyRef.value);
246
246
  onInternalScroll({
247
247
  currentTarget: bodyElement,
248
- scrollLeft: bodyElement?.scrollLeft
248
+ scrollLeft: scrollBodyRef.value?.scrollLeft
249
249
  });
250
250
  } else {
251
251
  shadowStart.value = false;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@v-c/table",
3
3
  "type": "module",
4
- "version": "1.1.7",
4
+ "version": "1.1.8",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/antdv-next/vue-components/tree/next/packages/table",
7
7
  "repository": {
@@ -27,8 +27,8 @@
27
27
  },
28
28
  "dependencies": {
29
29
  "@v-c/resize-observer": "^1.1.3",
30
- "@v-c/virtual-list": "^1.1.0",
31
- "@v-c/util": "^1.0.21"
30
+ "@v-c/util": "^1.0.21",
31
+ "@v-c/virtual-list": "^1.1.0"
32
32
  },
33
33
  "publishConfig": {
34
34
  "access": "public"