@varlet/ui 2.7.3 → 2.7.4-alpha.1675865250542

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": "2.7.3",
4
+ "version": "2.7.4-alpha.1675865250542",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -1920,6 +1920,15 @@
1920
1920
  "kind": "expression"
1921
1921
  }
1922
1922
  },
1923
+ {
1924
+ "name": "width",
1925
+ "description": "对话框宽度",
1926
+ "default": "-",
1927
+ "value": {
1928
+ "type": "string | number",
1929
+ "kind": "expression"
1930
+ }
1931
+ },
1923
1932
  {
1924
1933
  "name": "message",
1925
1934
  "description": "对话框内容",