@varlet/ui 2.11.3-alpha.1685455534947 → 2.11.3
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/es/field-decorator/FieldDecorator.mjs +7 -6
- package/es/image/Image.mjs +40 -33
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/pagination/pagination.css +1 -1
- package/es/picker/Picker.mjs +7 -23
- package/es/picker/picker.css +1 -1
- package/es/snackbar/core.mjs +5 -5
- package/es/snackbar/snackbar.css +1 -1
- package/es/style.css +1 -1
- package/es/swipe/Swipe.mjs +14 -14
- package/es/tabs/Tabs.mjs +2 -2
- package/es/themes/dark/picker.mjs +2 -0
- package/es/varlet.esm.js +5224 -5228
- package/highlight/web-types.en-US.json +7 -2
- package/highlight/web-types.zh-CN.json +7 -2
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +74 -78
- package/package.json +6 -6
- package/types/image.d.ts +5 -0
- package/umd/varlet.js +5 -5
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.11.3
|
|
4
|
+
"version": "2.11.3",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2915,7 +2915,12 @@
|
|
|
2915
2915
|
"description": "Triggered when an image fails to load (when an image fails in lazy loading mode, it will only be triggered when the number of attempts ends)"
|
|
2916
2916
|
}
|
|
2917
2917
|
],
|
|
2918
|
-
"slots": [
|
|
2918
|
+
"slots": [
|
|
2919
|
+
{
|
|
2920
|
+
"name": "error",
|
|
2921
|
+
"description": "Load failure slot"
|
|
2922
|
+
}
|
|
2923
|
+
]
|
|
2919
2924
|
},
|
|
2920
2925
|
{
|
|
2921
2926
|
"name": "var-image-preview",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"framework": "vue",
|
|
4
|
-
"version": "2.11.3
|
|
4
|
+
"version": "2.11.3",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -3074,7 +3074,12 @@
|
|
|
3074
3074
|
"description": "图片失败加载时触发(懒加载模式下失败时会多次尝试加载图片,只会在尝试次数结束时触发)"
|
|
3075
3075
|
}
|
|
3076
3076
|
],
|
|
3077
|
-
"slots": [
|
|
3077
|
+
"slots": [
|
|
3078
|
+
{
|
|
3079
|
+
"name": "error",
|
|
3080
|
+
"description": "加载失败插槽"
|
|
3081
|
+
}
|
|
3082
|
+
]
|
|
3078
3083
|
},
|
|
3079
3084
|
{
|
|
3080
3085
|
"name": "var-image-preview",
|