@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.
- package/dist/index.iife.js +6 -0
- package/dist/index.umd.cjs +6 -0
- package/package.json +4 -4
package/dist/index.iife.js
CHANGED
|
@@ -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
|
},
|
package/dist/index.umd.cjs
CHANGED
|
@@ -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.
|
|
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.
|
|
23
|
-
"@deot/vc-hooks": "^1.0.
|
|
24
|
-
"@deot/vc-shared": "^1.0.
|
|
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": "*"
|