@varlet/ui 3.8.3 → 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.
- package/es/index.bundle.mjs +1 -1
- package/es/index.mjs +1 -1
- package/es/input/Input.mjs +7 -3
- package/es/input/props.mjs +1 -0
- package/es/radio/Radio.mjs +65 -64
- package/es/radio-group/RadioGroup.mjs +29 -32
- package/es/radio-group/props.mjs +4 -0
- package/es/snackbar/style/index.mjs +1 -1
- package/es/varlet.esm.js +1798 -1794
- package/highlight/web-types.en-US.json +19 -1
- package/highlight/web-types.zh-CN.json +19 -1
- package/lib/varlet.cjs.js +167 -160
- package/package.json +7 -7
- package/types/input.d.ts +1 -0
- package/types/radioGroup.d.ts +1 -0
- package/umd/varlet.js +7 -7
|
@@ -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
|
+
"version": "3.8.5",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -4473,6 +4473,15 @@
|
|
|
4473
4473
|
"type": "string",
|
|
4474
4474
|
"kind": "expression"
|
|
4475
4475
|
}
|
|
4476
|
+
},
|
|
4477
|
+
{
|
|
4478
|
+
"name": "aria-label",
|
|
4479
|
+
"description": "See [MDN](https://developer.mozilla.org/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-label)",
|
|
4480
|
+
"default": "-",
|
|
4481
|
+
"value": {
|
|
4482
|
+
"type": "string",
|
|
4483
|
+
"kind": "expression"
|
|
4484
|
+
}
|
|
4476
4485
|
}
|
|
4477
4486
|
],
|
|
4478
4487
|
"events": [
|
|
@@ -6398,6 +6407,15 @@
|
|
|
6398
6407
|
"type": "(v: any) => any | ZodType | Array<(v: any) => any | ZodType>",
|
|
6399
6408
|
"kind": "expression"
|
|
6400
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
|
+
}
|
|
6401
6419
|
}
|
|
6402
6420
|
],
|
|
6403
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
|
+
"version": "3.8.5",
|
|
5
5
|
"name": "VARLET",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -4524,6 +4524,15 @@
|
|
|
4524
4524
|
"type": "string",
|
|
4525
4525
|
"kind": "expression"
|
|
4526
4526
|
}
|
|
4527
|
+
},
|
|
4528
|
+
{
|
|
4529
|
+
"name": "aria-label",
|
|
4530
|
+
"description": "参见 [MDN](https://developer.mozilla.org/zh-CN/docs/Web/Accessibility/ARIA/Attributes/aria-label)",
|
|
4531
|
+
"default": "-",
|
|
4532
|
+
"value": {
|
|
4533
|
+
"type": "string",
|
|
4534
|
+
"kind": "expression"
|
|
4535
|
+
}
|
|
4527
4536
|
}
|
|
4528
4537
|
],
|
|
4529
4538
|
"events": [
|
|
@@ -6440,6 +6449,15 @@
|
|
|
6440
6449
|
"type": "((v: any) => any) | ZodType | Array<((v: any) => any) | ZodType>",
|
|
6441
6450
|
"kind": "expression"
|
|
6442
6451
|
}
|
|
6452
|
+
},
|
|
6453
|
+
{
|
|
6454
|
+
"name": "aria-label",
|
|
6455
|
+
"description": "单选框组的标签",
|
|
6456
|
+
"default": "-",
|
|
6457
|
+
"value": {
|
|
6458
|
+
"type": "string",
|
|
6459
|
+
"kind": "expression"
|
|
6460
|
+
}
|
|
6443
6461
|
}
|
|
6444
6462
|
],
|
|
6445
6463
|
"events": [
|