@varlet/ui 2.22.1-alpha.1706370837642 → 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/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 +687 -686
- package/highlight/web-types.en-US.json +2 -2
- package/highlight/web-types.zh-CN.json +2 -2
- package/lib/style.css +1 -1
- package/lib/varlet.cjs.js +14 -13
- package/package.json +7 -7
- 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.1
|
|
4
|
+
"version": "2.22.1",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -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.1
|
|
4
|
+
"version": "2.22.1",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -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"
|