@deot/vc 1.0.33 → 1.0.34

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.
@@ -33926,6 +33926,12 @@ var Vc = (function (exports, vue) {
33926
33926
  content,
33927
33927
  scrollTo,
33928
33928
  refresh,
33929
+ scrollLeft: scrollX,
33930
+ scrollTop: scrollY,
33931
+ clientWidth: wrapperW,
33932
+ clientHeight: wrapperH,
33933
+ scrollHeight: contentH,
33934
+ scrollWidth: contentW,
33929
33935
  setScrollTop: (value) => {
33930
33936
  scrollTo({ y: value });
33931
33937
  },
@@ -33929,6 +33929,12 @@
33929
33929
  content,
33930
33930
  scrollTo,
33931
33931
  refresh,
33932
+ scrollLeft: scrollX,
33933
+ scrollTop: scrollY,
33934
+ clientWidth: wrapperW,
33935
+ clientHeight: wrapperH,
33936
+ scrollHeight: contentH,
33937
+ scrollWidth: contentW,
33932
33938
  setScrollTop: (value) => {
33933
33939
  scrollTo({ y: value });
33934
33940
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/vc",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -19,9 +19,9 @@
19
19
  "access": "public"
20
20
  },
21
21
  "dependencies": {
22
- "@deot/vc-components": "^1.0.33",
23
- "@deot/vc-hooks": "^1.0.33",
24
- "@deot/vc-shared": "^1.0.33"
22
+ "@deot/vc-components": "^1.0.34",
23
+ "@deot/vc-hooks": "^1.0.34",
24
+ "@deot/vc-shared": "^1.0.34"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "vue": "*"