@varlet/ui 3.3.12 → 3.3.13-alpha.1723094901591
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/button/Button.mjs +11 -3
- package/es/button/props.mjs +4 -0
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/loading-bar/index.mjs +44 -39
- package/es/varlet.esm.js +2746 -2734
- package/highlight/web-types.en-US.json +10 -1
- package/highlight/web-types.zh-CN.json +10 -1
- package/lib/varlet.cjs.js +289 -272
- package/package.json +7 -7
- package/types/button.d.ts +1 -0
- package/types/loadingBar.d.ts +1 -0
- package/umd/varlet.js +7 -7
|
@@ -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": "3.3.
|
|
4
|
+
"version": "3.3.13-alpha.1723094901591",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -977,6 +977,15 @@
|
|
|
977
977
|
"kind": "expression"
|
|
978
978
|
}
|
|
979
979
|
},
|
|
980
|
+
{
|
|
981
|
+
"name": "focusable",
|
|
982
|
+
"description": "Whether to be focus button",
|
|
983
|
+
"default": "true",
|
|
984
|
+
"value": {
|
|
985
|
+
"type": "boolean",
|
|
986
|
+
"kind": "expression"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
980
989
|
{
|
|
981
990
|
"name": "text-color",
|
|
982
991
|
"description": "Button Text color",
|
|
@@ -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": "3.3.
|
|
4
|
+
"version": "3.3.13-alpha.1723094901591",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -1037,6 +1037,15 @@
|
|
|
1037
1037
|
"kind": "expression"
|
|
1038
1038
|
}
|
|
1039
1039
|
},
|
|
1040
|
+
{
|
|
1041
|
+
"name": "focusable",
|
|
1042
|
+
"description": "是否可以被聚焦",
|
|
1043
|
+
"default": "true",
|
|
1044
|
+
"value": {
|
|
1045
|
+
"type": "boolean",
|
|
1046
|
+
"kind": "expression"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1040
1049
|
{
|
|
1041
1050
|
"name": "text-color",
|
|
1042
1051
|
"description": "文字颜色",
|