@dcloudio/uni-app-plus 3.0.0-alpha-4070220250613001 → 3.0.0-alpha-4070220250618001
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.
|
@@ -6121,6 +6121,9 @@ const pickerViewColumn = /* @__PURE__ */ defineBuiltInComponent({
|
|
|
6121
6121
|
return;
|
|
6122
6122
|
}
|
|
6123
6123
|
var y = e.detail.scrollTop;
|
|
6124
|
+
if (data.indicatorHeight === 0) {
|
|
6125
|
+
return;
|
|
6126
|
+
}
|
|
6124
6127
|
var current = Math.round(y / data.indicatorHeight);
|
|
6125
6128
|
if (y % data.indicatorHeight != 0) {
|
|
6126
6129
|
setCurrent(current);
|
|
@@ -6121,6 +6121,9 @@ const pickerViewColumn = /* @__PURE__ */ defineBuiltInComponent({
|
|
|
6121
6121
|
return;
|
|
6122
6122
|
}
|
|
6123
6123
|
var y = e.detail.scrollTop;
|
|
6124
|
+
if (data.indicatorHeight === 0) {
|
|
6125
|
+
return;
|
|
6126
|
+
}
|
|
6124
6127
|
var current = Math.round(y / data.indicatorHeight);
|
|
6125
6128
|
if (y % data.indicatorHeight != 0) {
|
|
6126
6129
|
setCurrent(current);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dcloudio/uni-app-plus",
|
|
3
|
-
"version": "3.0.0-alpha-
|
|
3
|
+
"version": "3.0.0-alpha-4070220250618001",
|
|
4
4
|
"description": "@dcloudio/uni-app-plus",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"fs-extra": "^10.0.0",
|
|
34
34
|
"licia": "^1.29.0",
|
|
35
35
|
"postcss-selector-parser": "^6.0.6",
|
|
36
|
-
"@dcloudio/uni-app-uts": "3.0.0-alpha-
|
|
37
|
-
"@dcloudio/uni-app-vite": "3.0.0-alpha-
|
|
38
|
-
"@dcloudio/uni-app-vue": "3.0.0-alpha-
|
|
36
|
+
"@dcloudio/uni-app-uts": "3.0.0-alpha-4070220250618001",
|
|
37
|
+
"@dcloudio/uni-app-vite": "3.0.0-alpha-4070220250618001",
|
|
38
|
+
"@dcloudio/uni-app-vue": "3.0.0-alpha-4070220250618001"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@types/pako": "1.0.2",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"pako": "^1.0.11",
|
|
47
47
|
"postcss": "^8.4.21",
|
|
48
48
|
"vue": "3.4.21",
|
|
49
|
-
"@dcloudio/uni-cli-shared": "3.0.0-alpha-
|
|
50
|
-
"@dcloudio/uni-components": "3.0.0-alpha-
|
|
51
|
-
"@dcloudio/uni-h5": "3.0.0-alpha-
|
|
52
|
-
"@dcloudio/uni-i18n": "3.0.0-alpha-
|
|
53
|
-
"@dcloudio/uni-shared": "3.0.0-alpha-
|
|
49
|
+
"@dcloudio/uni-cli-shared": "3.0.0-alpha-4070220250618001",
|
|
50
|
+
"@dcloudio/uni-components": "3.0.0-alpha-4070220250618001",
|
|
51
|
+
"@dcloudio/uni-h5": "3.0.0-alpha-4070220250618001",
|
|
52
|
+
"@dcloudio/uni-i18n": "3.0.0-alpha-4070220250618001",
|
|
53
|
+
"@dcloudio/uni-shared": "3.0.0-alpha-4070220250618001"
|
|
54
54
|
}
|
|
55
55
|
}
|