@varlet/ui 3.8.4 → 3.8.5

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.8.4",
4
+ "version": "3.8.5",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -6407,6 +6407,15 @@
6407
6407
  "type": "(v: any) => any | ZodType | Array<(v: any) => any | ZodType>",
6408
6408
  "kind": "expression"
6409
6409
  }
6410
+ },
6411
+ {
6412
+ "name": "aria-label",
6413
+ "description": "The label of the radio group",
6414
+ "default": "-",
6415
+ "value": {
6416
+ "type": "string",
6417
+ "kind": "expression"
6418
+ }
6410
6419
  }
6411
6420
  ],
6412
6421
  "events": [
@@ -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.8.4",
4
+ "version": "3.8.5",
5
5
  "name": "VARLET",
6
6
  "contributions": {
7
7
  "html": {
@@ -6449,6 +6449,15 @@
6449
6449
  "type": "((v: any) => any) | ZodType | Array<((v: any) => any) | ZodType>",
6450
6450
  "kind": "expression"
6451
6451
  }
6452
+ },
6453
+ {
6454
+ "name": "aria-label",
6455
+ "description": "单选框组的标签",
6456
+ "default": "-",
6457
+ "value": {
6458
+ "type": "string",
6459
+ "kind": "expression"
6460
+ }
6452
6461
  }
6453
6462
  ],
6454
6463
  "events": [