@deot/vc-components 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.
package/dist/index.cjs CHANGED
@@ -8267,6 +8267,12 @@ const useScroller = (expose) => {
8267
8267
  content,
8268
8268
  scrollTo,
8269
8269
  refresh,
8270
+ scrollLeft: scrollX,
8271
+ scrollTop: scrollY,
8272
+ clientWidth: wrapperW,
8273
+ clientHeight: wrapperH,
8274
+ scrollHeight: contentH,
8275
+ scrollWidth: contentW,
8270
8276
  setScrollTop: (value) => {
8271
8277
  scrollTo({ y: value });
8272
8278
  },
@@ -13573,6 +13573,12 @@ var VcComponents = (function (exports, vue) {
13573
13573
  content,
13574
13574
  scrollTo,
13575
13575
  refresh,
13576
+ scrollLeft: scrollX,
13577
+ scrollTop: scrollY,
13578
+ clientWidth: wrapperW,
13579
+ clientHeight: wrapperH,
13580
+ scrollHeight: contentH,
13581
+ scrollWidth: contentW,
13576
13582
  setScrollTop: (value) => {
13577
13583
  scrollTo({ y: value });
13578
13584
  },
package/dist/index.js CHANGED
@@ -8245,6 +8245,12 @@ const useScroller = (expose) => {
8245
8245
  content,
8246
8246
  scrollTo,
8247
8247
  refresh,
8248
+ scrollLeft: scrollX,
8249
+ scrollTop: scrollY,
8250
+ clientWidth: wrapperW,
8251
+ clientHeight: wrapperH,
8252
+ scrollHeight: contentH,
8253
+ scrollWidth: contentW,
8248
8254
  setScrollTop: (value) => {
8249
8255
  scrollTo({ y: value });
8250
8256
  },
@@ -13576,6 +13576,12 @@
13576
13576
  content,
13577
13577
  scrollTo,
13578
13578
  refresh,
13579
+ scrollLeft: scrollX,
13580
+ scrollTop: scrollY,
13581
+ clientWidth: wrapperW,
13582
+ clientHeight: wrapperH,
13583
+ scrollHeight: contentH,
13584
+ scrollWidth: contentW,
13579
13585
  setScrollTop: (value) => {
13580
13586
  scrollTo({ y: value });
13581
13587
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deot/vc-components",
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",