@varlet/ui 3.1.1 → 3.1.3-alpha.1710265615179

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.
@@ -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.1.1",
4
+ "version": "3.1.3-alpha.1710265615179",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -7457,7 +7457,7 @@
7457
7457
  },
7458
7458
  {
7459
7459
  "name": "click-outside",
7460
- "description": "Triggered when clicking outside the menu"
7460
+ "description": "Triggered when clicking outside the tooltip"
7461
7461
  }
7462
7462
  ],
7463
7463
  "slots": [
@@ -7468,6 +7468,10 @@
7468
7468
  {
7469
7469
  "name": "content",
7470
7470
  "description": "Tooltip content"
7471
+ },
7472
+ {
7473
+ "name": "click-outside",
7474
+ "description": "Triggered when clicking outside the menu"
7471
7475
  }
7472
7476
  ]
7473
7477
  },