@varlet/ui 2.22.0 → 2.22.1
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/bottom-navigation-item/BottomNavigationItem.mjs +26 -45
- package/es/index-anchor/IndexAnchor.mjs +5 -7
- package/es/index-bar/IndexBar.mjs +5 -5
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/menu/usePopover.mjs +3 -0
- package/es/style.css +1 -1
- package/es/tabs/tabs.css +1 -1
- package/es/varlet.esm.js +1114 -1131
- package/highlight/web-types.en-US.json +7 -7
- package/highlight/web-types.zh-CN.json +7 -7
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +38 -56
- package/package.json +7 -7
- package/types/slider.d.ts +1 -1
- 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.22.
|
|
4
|
+
"version": "2.22.1",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -4041,9 +4041,9 @@
|
|
|
4041
4041
|
{
|
|
4042
4042
|
"name": "v-model:show",
|
|
4043
4043
|
"description": "Whether to show the menu",
|
|
4044
|
-
"default": "
|
|
4044
|
+
"default": "false",
|
|
4045
4045
|
"value": {
|
|
4046
|
-
"type": "
|
|
4046
|
+
"type": "boolean",
|
|
4047
4047
|
"kind": "expression"
|
|
4048
4048
|
}
|
|
4049
4049
|
},
|
|
@@ -4252,9 +4252,9 @@
|
|
|
4252
4252
|
{
|
|
4253
4253
|
"name": "v-model:show",
|
|
4254
4254
|
"description": "Whether to show the menu",
|
|
4255
|
-
"default": "
|
|
4255
|
+
"default": "false",
|
|
4256
4256
|
"value": {
|
|
4257
|
-
"type": "
|
|
4257
|
+
"type": "boolean",
|
|
4258
4258
|
"kind": "expression"
|
|
4259
4259
|
}
|
|
4260
4260
|
},
|
|
@@ -5999,7 +5999,7 @@
|
|
|
5999
5999
|
"description": "Validation rules",
|
|
6000
6000
|
"default": "-",
|
|
6001
6001
|
"value": {
|
|
6002
|
-
"type": "
|
|
6002
|
+
"type": "Array<(v: number | number[]) => any>",
|
|
6003
6003
|
"kind": "expression"
|
|
6004
6004
|
}
|
|
6005
6005
|
}
|
|
@@ -7209,7 +7209,7 @@
|
|
|
7209
7209
|
{
|
|
7210
7210
|
"name": "placement",
|
|
7211
7211
|
"description": "Tooltip popup placement",
|
|
7212
|
-
"default": "
|
|
7212
|
+
"default": "bottom",
|
|
7213
7213
|
"value": {
|
|
7214
7214
|
"type": "Placement",
|
|
7215
7215
|
"kind": "expression"
|
|
@@ -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.22.
|
|
4
|
+
"version": "2.22.1",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -4209,9 +4209,9 @@
|
|
|
4209
4209
|
{
|
|
4210
4210
|
"name": "v-model:show",
|
|
4211
4211
|
"description": "是否显示菜单",
|
|
4212
|
-
"default": "
|
|
4212
|
+
"default": "false",
|
|
4213
4213
|
"value": {
|
|
4214
|
-
"type": "
|
|
4214
|
+
"type": "boolean",
|
|
4215
4215
|
"kind": "expression"
|
|
4216
4216
|
}
|
|
4217
4217
|
},
|
|
@@ -4420,9 +4420,9 @@
|
|
|
4420
4420
|
{
|
|
4421
4421
|
"name": "v-model:show",
|
|
4422
4422
|
"description": "是否显示菜单",
|
|
4423
|
-
"default": "
|
|
4423
|
+
"default": "false",
|
|
4424
4424
|
"value": {
|
|
4425
|
-
"type": "
|
|
4425
|
+
"type": "boolean",
|
|
4426
4426
|
"kind": "expression"
|
|
4427
4427
|
}
|
|
4428
4428
|
},
|
|
@@ -6339,7 +6339,7 @@
|
|
|
6339
6339
|
"description": "校验规则",
|
|
6340
6340
|
"default": "-",
|
|
6341
6341
|
"value": {
|
|
6342
|
-
"type": "
|
|
6342
|
+
"type": "Array<(v: number | number[]) => any>",
|
|
6343
6343
|
"kind": "expression"
|
|
6344
6344
|
}
|
|
6345
6345
|
}
|
|
@@ -7554,7 +7554,7 @@
|
|
|
7554
7554
|
{
|
|
7555
7555
|
"name": "placement",
|
|
7556
7556
|
"description": "弹出位置",
|
|
7557
|
-
"default": "
|
|
7557
|
+
"default": "bottom",
|
|
7558
7558
|
"value": {
|
|
7559
7559
|
"type": "Placement",
|
|
7560
7560
|
"kind": "expression"
|