@varlet/ui 2.8.6 → 2.8.7-alpha.1678160786574
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/breadcrumb/provide.mjs +4 -6
- package/es/breadcrumbs/provide.mjs +3 -6
- package/es/button/Button.mjs +17 -2
- package/es/button/button.css +1 -1
- package/es/icon/Icon.mjs +10 -7
- package/es/icon/icon.css +1 -1
- package/es/icon/props.mjs +3 -0
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/style.css +1 -1
- package/es/tab/provide.mjs +4 -6
- package/es/tab-item/provide.mjs +4 -6
- package/es/tabs/provide.mjs +3 -6
- package/es/tabs-items/provide.mjs +3 -6
- package/es/varlet.esm.js +4150 -4070
- package/highlight/web-types.en-US.json +12 -3
- package/highlight/web-types.zh-CN.json +12 -3
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +263 -159
- package/package.json +6 -6
- package/types/icon.d.ts +1 -0
- package/umd/varlet.js +6 -6
|
@@ -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.8.
|
|
4
|
+
"version": "2.8.7-alpha.1678160786574",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2568,6 +2568,15 @@
|
|
|
2568
2568
|
"kind": "expression"
|
|
2569
2569
|
}
|
|
2570
2570
|
},
|
|
2571
|
+
{
|
|
2572
|
+
"name": "animation-class",
|
|
2573
|
+
"description": "Name of the transition animation class",
|
|
2574
|
+
"default": "-",
|
|
2575
|
+
"value": {
|
|
2576
|
+
"type": "string",
|
|
2577
|
+
"kind": "expression"
|
|
2578
|
+
}
|
|
2579
|
+
},
|
|
2571
2580
|
{
|
|
2572
2581
|
"name": "transition",
|
|
2573
2582
|
"description": "Transition animation time(ms)",
|
|
@@ -5883,9 +5892,9 @@
|
|
|
5883
5892
|
{
|
|
5884
5893
|
"name": "offset-top",
|
|
5885
5894
|
"description": "Distance offset top",
|
|
5886
|
-
"default": "
|
|
5895
|
+
"default": "0",
|
|
5887
5896
|
"value": {
|
|
5888
|
-
"type": "string
|
|
5897
|
+
"type": "string | number",
|
|
5889
5898
|
"kind": "expression"
|
|
5890
5899
|
}
|
|
5891
5900
|
}
|
|
@@ -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.8.
|
|
4
|
+
"version": "2.8.7-alpha.1678160786574",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -2619,6 +2619,15 @@
|
|
|
2619
2619
|
"kind": "expression"
|
|
2620
2620
|
}
|
|
2621
2621
|
},
|
|
2622
|
+
{
|
|
2623
|
+
"name": "animation-class",
|
|
2624
|
+
"description": "过渡动画类名",
|
|
2625
|
+
"default": "-",
|
|
2626
|
+
"value": {
|
|
2627
|
+
"type": "string",
|
|
2628
|
+
"kind": "expression"
|
|
2629
|
+
}
|
|
2630
|
+
},
|
|
2622
2631
|
{
|
|
2623
2632
|
"name": "transition",
|
|
2624
2633
|
"description": "过渡动画时间(ms)",
|
|
@@ -6101,9 +6110,9 @@
|
|
|
6101
6110
|
{
|
|
6102
6111
|
"name": "offset-top",
|
|
6103
6112
|
"description": "吸顶距离",
|
|
6104
|
-
"default": "
|
|
6113
|
+
"default": "0",
|
|
6105
6114
|
"value": {
|
|
6106
|
-
"type": "string
|
|
6115
|
+
"type": "string | number",
|
|
6107
6116
|
"kind": "expression"
|
|
6108
6117
|
}
|
|
6109
6118
|
}
|