@varlet/ui 2.7.3 → 2.7.4-alpha.1675694992985

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.
@@ -639,6 +639,10 @@
639
639
  "type": "string",
640
640
  "description": "对话框标题 默认值:提示"
641
641
  },
642
+ "var-dialog/width": {
643
+ "type": "string | number",
644
+ "description": "对话框宽度 默认值:-"
645
+ },
642
646
  "var-dialog/message": {
643
647
  "type": "string",
644
648
  "description": "对话框内容 默认值:-"
@@ -241,6 +241,7 @@
241
241
  "attributes": [
242
242
  "v-model:show",
243
243
  "title",
244
+ "width",
244
245
  "message",
245
246
  "message-align",
246
247
  "confirm-button",
@@ -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.1675694992985",
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": "对话框内容",