@aws-amplify/ui-react 2.3.0 → 2.6.0
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/README.md +23 -0
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/internal.js +1 -1
- package/dist/esm/internal.js.map +1 -1
- package/dist/esm/styles.css +1 -1
- package/dist/esm/styles.css.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +82 -47
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/internal.d.ts +77 -2
- package/dist/internal.js +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/primitives.json +675 -137
- package/dist/styles.css +1 -1
- package/dist/styles.css.map +1 -1
- package/package.json +3 -2
package/dist/primitives.json
CHANGED
|
@@ -2894,6 +2894,9 @@
|
|
|
2894
2894
|
"labelHidden": {
|
|
2895
2895
|
"type": "boolean"
|
|
2896
2896
|
},
|
|
2897
|
+
"labelPosition": {
|
|
2898
|
+
"type": "string"
|
|
2899
|
+
},
|
|
2897
2900
|
"hasError": {
|
|
2898
2901
|
"type": "boolean"
|
|
2899
2902
|
},
|
|
@@ -8730,6 +8733,9 @@
|
|
|
8730
8733
|
"href": {
|
|
8731
8734
|
"type": "string"
|
|
8732
8735
|
},
|
|
8736
|
+
"to": {
|
|
8737
|
+
"type": "string"
|
|
8738
|
+
},
|
|
8733
8739
|
"referrerPolicy": {
|
|
8734
8740
|
"type": "string"
|
|
8735
8741
|
},
|
|
@@ -17817,6 +17823,10 @@
|
|
|
17817
17823
|
"labelHidden": {
|
|
17818
17824
|
"type": "boolean"
|
|
17819
17825
|
},
|
|
17826
|
+
"labelPosition": {
|
|
17827
|
+
"type": "string",
|
|
17828
|
+
"priority": true
|
|
17829
|
+
},
|
|
17820
17830
|
"hasError": {
|
|
17821
17831
|
"type": "boolean"
|
|
17822
17832
|
},
|
|
@@ -17845,10 +17855,6 @@
|
|
|
17845
17855
|
"type": "boolean",
|
|
17846
17856
|
"priority": true
|
|
17847
17857
|
},
|
|
17848
|
-
"labelPosition": {
|
|
17849
|
-
"type": "string",
|
|
17850
|
-
"priority": true
|
|
17851
|
-
},
|
|
17852
17858
|
"trackColor": {
|
|
17853
17859
|
"type": "string",
|
|
17854
17860
|
"priority": true
|
|
@@ -19204,18 +19210,25 @@
|
|
|
19204
19210
|
}
|
|
19205
19211
|
}
|
|
19206
19212
|
},
|
|
19207
|
-
"
|
|
19213
|
+
"TextAreaField": {
|
|
19208
19214
|
"properties": {
|
|
19209
19215
|
"area": {
|
|
19210
19216
|
"type": "string"
|
|
19211
19217
|
},
|
|
19218
|
+
"form": {
|
|
19219
|
+
"type": "string"
|
|
19220
|
+
},
|
|
19212
19221
|
"label": {
|
|
19213
|
-
"type": "string"
|
|
19214
|
-
|
|
19222
|
+
"type": "string"
|
|
19223
|
+
},
|
|
19224
|
+
"slot": {
|
|
19225
|
+
"type": "string"
|
|
19226
|
+
},
|
|
19227
|
+
"title": {
|
|
19228
|
+
"type": "string"
|
|
19215
19229
|
},
|
|
19216
19230
|
"isDisabled": {
|
|
19217
|
-
"type": "boolean"
|
|
19218
|
-
"priority": true
|
|
19231
|
+
"type": "boolean"
|
|
19219
19232
|
},
|
|
19220
19233
|
"id": {
|
|
19221
19234
|
"type": "string"
|
|
@@ -19379,277 +19392,799 @@
|
|
|
19379
19392
|
"role": {
|
|
19380
19393
|
"type": "string"
|
|
19381
19394
|
},
|
|
19382
|
-
"
|
|
19395
|
+
"key": {
|
|
19383
19396
|
"type": "string"
|
|
19384
19397
|
},
|
|
19385
|
-
"
|
|
19386
|
-
"type": "
|
|
19387
|
-
"priority": true
|
|
19398
|
+
"defaultChecked": {
|
|
19399
|
+
"type": "boolean"
|
|
19388
19400
|
},
|
|
19389
|
-
"
|
|
19401
|
+
"defaultValue": {
|
|
19390
19402
|
"type": "string"
|
|
19391
19403
|
},
|
|
19392
|
-
"
|
|
19393
|
-
"type": "
|
|
19404
|
+
"suppressContentEditableWarning": {
|
|
19405
|
+
"type": "boolean"
|
|
19394
19406
|
},
|
|
19395
|
-
"
|
|
19396
|
-
"type": "
|
|
19407
|
+
"suppressHydrationWarning": {
|
|
19408
|
+
"type": "boolean"
|
|
19397
19409
|
},
|
|
19398
|
-
"
|
|
19410
|
+
"accessKey": {
|
|
19399
19411
|
"type": "string"
|
|
19400
19412
|
},
|
|
19401
|
-
"
|
|
19413
|
+
"contentEditable": {
|
|
19402
19414
|
"type": "string"
|
|
19403
19415
|
},
|
|
19404
|
-
"
|
|
19416
|
+
"contextMenu": {
|
|
19405
19417
|
"type": "string"
|
|
19406
19418
|
},
|
|
19407
|
-
"
|
|
19419
|
+
"dir": {
|
|
19408
19420
|
"type": "string"
|
|
19409
19421
|
},
|
|
19410
|
-
"
|
|
19422
|
+
"draggable": {
|
|
19411
19423
|
"type": "string"
|
|
19412
19424
|
},
|
|
19413
|
-
"
|
|
19414
|
-
"type": "
|
|
19415
|
-
"priority": true
|
|
19416
|
-
},
|
|
19417
|
-
"size": {
|
|
19418
|
-
"type": "string",
|
|
19419
|
-
"priority": true
|
|
19425
|
+
"hidden": {
|
|
19426
|
+
"type": "boolean"
|
|
19420
19427
|
},
|
|
19421
|
-
"
|
|
19428
|
+
"lang": {
|
|
19422
19429
|
"type": "string"
|
|
19423
19430
|
},
|
|
19424
|
-
"
|
|
19431
|
+
"placeholder": {
|
|
19425
19432
|
"type": "string"
|
|
19426
19433
|
},
|
|
19427
|
-
"
|
|
19428
|
-
"type": "string",
|
|
19429
|
-
"priority": true
|
|
19430
|
-
},
|
|
19431
|
-
"autoComplete": {
|
|
19434
|
+
"spellCheck": {
|
|
19432
19435
|
"type": "string"
|
|
19433
19436
|
},
|
|
19434
|
-
"
|
|
19435
|
-
"type": "
|
|
19436
|
-
},
|
|
19437
|
-
"hasError": {
|
|
19438
|
-
"type": "boolean"
|
|
19439
|
-
},
|
|
19440
|
-
"isReadOnly": {
|
|
19441
|
-
"type": "boolean"
|
|
19442
|
-
},
|
|
19443
|
-
"isRequired": {
|
|
19444
|
-
"type": "boolean"
|
|
19445
|
-
},
|
|
19446
|
-
"descriptiveText": {
|
|
19447
|
-
"type": "string",
|
|
19448
|
-
"priority": true
|
|
19437
|
+
"tabIndex": {
|
|
19438
|
+
"type": "number"
|
|
19449
19439
|
},
|
|
19450
|
-
"
|
|
19440
|
+
"translate": {
|
|
19451
19441
|
"type": "string"
|
|
19452
19442
|
},
|
|
19453
|
-
"
|
|
19443
|
+
"radioGroup": {
|
|
19454
19444
|
"type": "string"
|
|
19455
19445
|
},
|
|
19456
|
-
"
|
|
19446
|
+
"about": {
|
|
19457
19447
|
"type": "string"
|
|
19458
19448
|
},
|
|
19459
|
-
"
|
|
19449
|
+
"datatype": {
|
|
19460
19450
|
"type": "string"
|
|
19461
19451
|
},
|
|
19462
|
-
"
|
|
19463
|
-
"type": "string"
|
|
19464
|
-
}
|
|
19465
|
-
}
|
|
19466
|
-
},
|
|
19467
|
-
"ToggleButton": {
|
|
19468
|
-
"properties": {
|
|
19469
|
-
"area": {
|
|
19452
|
+
"prefix": {
|
|
19470
19453
|
"type": "string"
|
|
19471
19454
|
},
|
|
19472
|
-
"
|
|
19455
|
+
"property": {
|
|
19473
19456
|
"type": "string"
|
|
19474
19457
|
},
|
|
19475
|
-
"
|
|
19458
|
+
"resource": {
|
|
19476
19459
|
"type": "string"
|
|
19477
19460
|
},
|
|
19478
|
-
"
|
|
19461
|
+
"typeof": {
|
|
19479
19462
|
"type": "string"
|
|
19480
19463
|
},
|
|
19481
|
-
"
|
|
19482
|
-
"type": "boolean"
|
|
19483
|
-
},
|
|
19484
|
-
"id": {
|
|
19464
|
+
"vocab": {
|
|
19485
19465
|
"type": "string"
|
|
19486
19466
|
},
|
|
19487
|
-
"
|
|
19467
|
+
"autoCapitalize": {
|
|
19488
19468
|
"type": "string"
|
|
19489
19469
|
},
|
|
19490
|
-
"
|
|
19470
|
+
"autoCorrect": {
|
|
19491
19471
|
"type": "string"
|
|
19492
19472
|
},
|
|
19493
|
-
"
|
|
19473
|
+
"autoSave": {
|
|
19494
19474
|
"type": "string"
|
|
19495
19475
|
},
|
|
19496
|
-
"
|
|
19476
|
+
"itemProp": {
|
|
19497
19477
|
"type": "string"
|
|
19498
19478
|
},
|
|
19499
|
-
"
|
|
19500
|
-
"type": "
|
|
19479
|
+
"itemScope": {
|
|
19480
|
+
"type": "boolean"
|
|
19501
19481
|
},
|
|
19502
|
-
"
|
|
19482
|
+
"itemType": {
|
|
19503
19483
|
"type": "string"
|
|
19504
19484
|
},
|
|
19505
|
-
"
|
|
19485
|
+
"itemID": {
|
|
19506
19486
|
"type": "string"
|
|
19507
19487
|
},
|
|
19508
|
-
"
|
|
19488
|
+
"itemRef": {
|
|
19509
19489
|
"type": "string"
|
|
19510
19490
|
},
|
|
19511
|
-
"
|
|
19512
|
-
"type": "
|
|
19491
|
+
"results": {
|
|
19492
|
+
"type": "number"
|
|
19513
19493
|
},
|
|
19514
|
-
"
|
|
19494
|
+
"security": {
|
|
19515
19495
|
"type": "string"
|
|
19516
19496
|
},
|
|
19517
|
-
"
|
|
19497
|
+
"unselectable": {
|
|
19518
19498
|
"type": "string"
|
|
19519
19499
|
},
|
|
19520
|
-
"
|
|
19500
|
+
"inputMode": {
|
|
19521
19501
|
"type": "string"
|
|
19522
19502
|
},
|
|
19523
|
-
"
|
|
19503
|
+
"is": {
|
|
19524
19504
|
"type": "string"
|
|
19525
19505
|
},
|
|
19526
|
-
"
|
|
19506
|
+
"aria-activedescendant": {
|
|
19527
19507
|
"type": "string"
|
|
19528
19508
|
},
|
|
19529
|
-
"
|
|
19509
|
+
"aria-atomic": {
|
|
19530
19510
|
"type": "string"
|
|
19531
19511
|
},
|
|
19532
|
-
"
|
|
19512
|
+
"aria-autocomplete": {
|
|
19533
19513
|
"type": "string"
|
|
19534
19514
|
},
|
|
19535
|
-
"
|
|
19515
|
+
"aria-busy": {
|
|
19536
19516
|
"type": "string"
|
|
19537
19517
|
},
|
|
19538
|
-
"
|
|
19518
|
+
"aria-checked": {
|
|
19539
19519
|
"type": "string"
|
|
19540
19520
|
},
|
|
19541
|
-
"
|
|
19542
|
-
"type": "
|
|
19521
|
+
"aria-colcount": {
|
|
19522
|
+
"type": "number"
|
|
19543
19523
|
},
|
|
19544
|
-
"
|
|
19545
|
-
"type": "
|
|
19524
|
+
"aria-colindex": {
|
|
19525
|
+
"type": "number"
|
|
19546
19526
|
},
|
|
19547
|
-
"
|
|
19548
|
-
"type": "
|
|
19527
|
+
"aria-colspan": {
|
|
19528
|
+
"type": "number"
|
|
19549
19529
|
},
|
|
19550
|
-
"
|
|
19530
|
+
"aria-controls": {
|
|
19551
19531
|
"type": "string"
|
|
19552
19532
|
},
|
|
19553
|
-
"
|
|
19533
|
+
"aria-current": {
|
|
19554
19534
|
"type": "string"
|
|
19555
19535
|
},
|
|
19556
|
-
"
|
|
19536
|
+
"aria-describedby": {
|
|
19557
19537
|
"type": "string"
|
|
19558
19538
|
},
|
|
19559
|
-
"
|
|
19539
|
+
"aria-details": {
|
|
19560
19540
|
"type": "string"
|
|
19561
19541
|
},
|
|
19562
|
-
"
|
|
19542
|
+
"aria-disabled": {
|
|
19563
19543
|
"type": "string"
|
|
19564
19544
|
},
|
|
19565
|
-
"
|
|
19545
|
+
"aria-dropeffect": {
|
|
19566
19546
|
"type": "string"
|
|
19567
19547
|
},
|
|
19568
|
-
"
|
|
19548
|
+
"aria-errormessage": {
|
|
19569
19549
|
"type": "string"
|
|
19570
19550
|
},
|
|
19571
|
-
"
|
|
19551
|
+
"aria-expanded": {
|
|
19572
19552
|
"type": "string"
|
|
19573
19553
|
},
|
|
19574
|
-
"
|
|
19554
|
+
"aria-flowto": {
|
|
19575
19555
|
"type": "string"
|
|
19576
19556
|
},
|
|
19577
|
-
"
|
|
19557
|
+
"aria-grabbed": {
|
|
19578
19558
|
"type": "string"
|
|
19579
19559
|
},
|
|
19580
|
-
"
|
|
19560
|
+
"aria-haspopup": {
|
|
19581
19561
|
"type": "string"
|
|
19582
19562
|
},
|
|
19583
|
-
"
|
|
19563
|
+
"aria-hidden": {
|
|
19584
19564
|
"type": "string"
|
|
19585
19565
|
},
|
|
19586
|
-
"
|
|
19566
|
+
"aria-invalid": {
|
|
19587
19567
|
"type": "string"
|
|
19588
19568
|
},
|
|
19589
|
-
"
|
|
19569
|
+
"aria-keyshortcuts": {
|
|
19590
19570
|
"type": "string"
|
|
19591
19571
|
},
|
|
19592
|
-
"
|
|
19572
|
+
"aria-label": {
|
|
19593
19573
|
"type": "string"
|
|
19594
19574
|
},
|
|
19595
|
-
"
|
|
19575
|
+
"aria-labelledby": {
|
|
19596
19576
|
"type": "string"
|
|
19597
19577
|
},
|
|
19598
|
-
"
|
|
19599
|
-
"type": "
|
|
19578
|
+
"aria-level": {
|
|
19579
|
+
"type": "number"
|
|
19600
19580
|
},
|
|
19601
|
-
"
|
|
19581
|
+
"aria-live": {
|
|
19602
19582
|
"type": "string"
|
|
19603
19583
|
},
|
|
19604
|
-
"
|
|
19584
|
+
"aria-modal": {
|
|
19605
19585
|
"type": "string"
|
|
19606
19586
|
},
|
|
19607
|
-
"
|
|
19587
|
+
"aria-multiline": {
|
|
19608
19588
|
"type": "string"
|
|
19609
19589
|
},
|
|
19610
|
-
"
|
|
19590
|
+
"aria-multiselectable": {
|
|
19611
19591
|
"type": "string"
|
|
19612
19592
|
},
|
|
19613
|
-
"
|
|
19593
|
+
"aria-orientation": {
|
|
19614
19594
|
"type": "string"
|
|
19615
19595
|
},
|
|
19616
|
-
"
|
|
19596
|
+
"aria-owns": {
|
|
19617
19597
|
"type": "string"
|
|
19618
19598
|
},
|
|
19619
|
-
"
|
|
19599
|
+
"aria-placeholder": {
|
|
19620
19600
|
"type": "string"
|
|
19621
19601
|
},
|
|
19622
|
-
"
|
|
19623
|
-
"type": "
|
|
19602
|
+
"aria-posinset": {
|
|
19603
|
+
"type": "number"
|
|
19624
19604
|
},
|
|
19625
|
-
"
|
|
19605
|
+
"aria-pressed": {
|
|
19626
19606
|
"type": "string"
|
|
19627
19607
|
},
|
|
19628
|
-
"
|
|
19608
|
+
"aria-readonly": {
|
|
19629
19609
|
"type": "string"
|
|
19630
19610
|
},
|
|
19631
|
-
"
|
|
19611
|
+
"aria-relevant": {
|
|
19632
19612
|
"type": "string"
|
|
19633
19613
|
},
|
|
19634
|
-
"
|
|
19614
|
+
"aria-required": {
|
|
19635
19615
|
"type": "string"
|
|
19636
19616
|
},
|
|
19637
|
-
"
|
|
19617
|
+
"aria-roledescription": {
|
|
19638
19618
|
"type": "string"
|
|
19639
19619
|
},
|
|
19640
|
-
"
|
|
19641
|
-
"type": "
|
|
19620
|
+
"aria-rowcount": {
|
|
19621
|
+
"type": "number"
|
|
19642
19622
|
},
|
|
19643
|
-
"
|
|
19644
|
-
"type": "
|
|
19623
|
+
"aria-rowindex": {
|
|
19624
|
+
"type": "number"
|
|
19645
19625
|
},
|
|
19646
|
-
"
|
|
19626
|
+
"aria-rowspan": {
|
|
19627
|
+
"type": "number"
|
|
19628
|
+
},
|
|
19629
|
+
"aria-selected": {
|
|
19647
19630
|
"type": "string"
|
|
19648
19631
|
},
|
|
19649
|
-
"
|
|
19650
|
-
"type": "
|
|
19632
|
+
"aria-setsize": {
|
|
19633
|
+
"type": "number"
|
|
19651
19634
|
},
|
|
19652
|
-
"
|
|
19635
|
+
"aria-sort": {
|
|
19636
|
+
"type": "string"
|
|
19637
|
+
},
|
|
19638
|
+
"aria-valuemax": {
|
|
19639
|
+
"type": "number"
|
|
19640
|
+
},
|
|
19641
|
+
"aria-valuemin": {
|
|
19642
|
+
"type": "number"
|
|
19643
|
+
},
|
|
19644
|
+
"aria-valuenow": {
|
|
19645
|
+
"type": "number"
|
|
19646
|
+
},
|
|
19647
|
+
"aria-valuetext": {
|
|
19648
|
+
"type": "string"
|
|
19649
|
+
},
|
|
19650
|
+
"children": {
|
|
19651
|
+
"type": "string"
|
|
19652
|
+
},
|
|
19653
|
+
"direction": {
|
|
19654
|
+
"type": "string"
|
|
19655
|
+
},
|
|
19656
|
+
"wrap": {
|
|
19657
|
+
"type": "string"
|
|
19658
|
+
},
|
|
19659
|
+
"alignItems": {
|
|
19660
|
+
"type": "string"
|
|
19661
|
+
},
|
|
19662
|
+
"alignContent": {
|
|
19663
|
+
"type": "string"
|
|
19664
|
+
},
|
|
19665
|
+
"justifyContent": {
|
|
19666
|
+
"type": "string"
|
|
19667
|
+
},
|
|
19668
|
+
"gap": {
|
|
19669
|
+
"type": "string"
|
|
19670
|
+
},
|
|
19671
|
+
"columnGap": {
|
|
19672
|
+
"type": "string"
|
|
19673
|
+
},
|
|
19674
|
+
"rowGap": {
|
|
19675
|
+
"type": "string"
|
|
19676
|
+
},
|
|
19677
|
+
"variation": {
|
|
19678
|
+
"type": "string"
|
|
19679
|
+
},
|
|
19680
|
+
"size": {
|
|
19681
|
+
"type": "string"
|
|
19682
|
+
},
|
|
19683
|
+
"autoFocus": {
|
|
19684
|
+
"type": "boolean"
|
|
19685
|
+
},
|
|
19686
|
+
"disabled": {
|
|
19687
|
+
"type": "boolean"
|
|
19688
|
+
},
|
|
19689
|
+
"name": {
|
|
19690
|
+
"type": "string"
|
|
19691
|
+
},
|
|
19692
|
+
"value": {
|
|
19693
|
+
"type": "string"
|
|
19694
|
+
},
|
|
19695
|
+
"autoComplete": {
|
|
19696
|
+
"type": "string"
|
|
19697
|
+
},
|
|
19698
|
+
"maxLength": {
|
|
19699
|
+
"type": "number"
|
|
19700
|
+
},
|
|
19701
|
+
"minLength": {
|
|
19702
|
+
"type": "number"
|
|
19703
|
+
},
|
|
19704
|
+
"readOnly": {
|
|
19705
|
+
"type": "boolean"
|
|
19706
|
+
},
|
|
19707
|
+
"required": {
|
|
19708
|
+
"type": "boolean"
|
|
19709
|
+
},
|
|
19710
|
+
"labelHidden": {
|
|
19711
|
+
"type": "boolean"
|
|
19712
|
+
},
|
|
19713
|
+
"hasError": {
|
|
19714
|
+
"type": "boolean"
|
|
19715
|
+
},
|
|
19716
|
+
"isReadOnly": {
|
|
19717
|
+
"type": "boolean"
|
|
19718
|
+
},
|
|
19719
|
+
"isRequired": {
|
|
19720
|
+
"type": "boolean"
|
|
19721
|
+
},
|
|
19722
|
+
"descriptiveText": {
|
|
19723
|
+
"type": "string"
|
|
19724
|
+
},
|
|
19725
|
+
"errorMessage": {
|
|
19726
|
+
"type": "string"
|
|
19727
|
+
},
|
|
19728
|
+
"cols": {
|
|
19729
|
+
"type": "number"
|
|
19730
|
+
},
|
|
19731
|
+
"dirName": {
|
|
19732
|
+
"type": "string"
|
|
19733
|
+
},
|
|
19734
|
+
"rows": {
|
|
19735
|
+
"type": "number"
|
|
19736
|
+
},
|
|
19737
|
+
"resize": {
|
|
19738
|
+
"type": "string"
|
|
19739
|
+
}
|
|
19740
|
+
}
|
|
19741
|
+
},
|
|
19742
|
+
"TextField": {
|
|
19743
|
+
"properties": {
|
|
19744
|
+
"area": {
|
|
19745
|
+
"type": "string"
|
|
19746
|
+
},
|
|
19747
|
+
"label": {
|
|
19748
|
+
"type": "string",
|
|
19749
|
+
"priority": true
|
|
19750
|
+
},
|
|
19751
|
+
"isDisabled": {
|
|
19752
|
+
"type": "boolean",
|
|
19753
|
+
"priority": true
|
|
19754
|
+
},
|
|
19755
|
+
"id": {
|
|
19756
|
+
"type": "string"
|
|
19757
|
+
},
|
|
19758
|
+
"className": {
|
|
19759
|
+
"type": "string"
|
|
19760
|
+
},
|
|
19761
|
+
"testId": {
|
|
19762
|
+
"type": "string"
|
|
19763
|
+
},
|
|
19764
|
+
"alignSelf": {
|
|
19765
|
+
"type": "string"
|
|
19766
|
+
},
|
|
19767
|
+
"backgroundColor": {
|
|
19768
|
+
"type": "string"
|
|
19769
|
+
},
|
|
19770
|
+
"backgroundImage": {
|
|
19771
|
+
"type": "string"
|
|
19772
|
+
},
|
|
19773
|
+
"border": {
|
|
19774
|
+
"type": "string"
|
|
19775
|
+
},
|
|
19776
|
+
"borderRadius": {
|
|
19777
|
+
"type": "string"
|
|
19778
|
+
},
|
|
19779
|
+
"bottom": {
|
|
19780
|
+
"type": "string"
|
|
19781
|
+
},
|
|
19782
|
+
"boxShadow": {
|
|
19783
|
+
"type": "string"
|
|
19784
|
+
},
|
|
19785
|
+
"color": {
|
|
19786
|
+
"type": "string"
|
|
19787
|
+
},
|
|
19788
|
+
"display": {
|
|
19789
|
+
"type": "string"
|
|
19790
|
+
},
|
|
19791
|
+
"fontFamily": {
|
|
19792
|
+
"type": "string"
|
|
19793
|
+
},
|
|
19794
|
+
"fontSize": {
|
|
19795
|
+
"type": "string"
|
|
19796
|
+
},
|
|
19797
|
+
"fontStyle": {
|
|
19798
|
+
"type": "string"
|
|
19799
|
+
},
|
|
19800
|
+
"fontWeight": {
|
|
19801
|
+
"type": "string"
|
|
19802
|
+
},
|
|
19803
|
+
"height": {
|
|
19804
|
+
"type": "string"
|
|
19805
|
+
},
|
|
19806
|
+
"left": {
|
|
19807
|
+
"type": "string"
|
|
19808
|
+
},
|
|
19809
|
+
"letterSpacing": {
|
|
19810
|
+
"type": "string"
|
|
19811
|
+
},
|
|
19812
|
+
"lineHeight": {
|
|
19813
|
+
"type": "string"
|
|
19814
|
+
},
|
|
19815
|
+
"margin": {
|
|
19816
|
+
"type": "string"
|
|
19817
|
+
},
|
|
19818
|
+
"maxHeight": {
|
|
19819
|
+
"type": "string"
|
|
19820
|
+
},
|
|
19821
|
+
"maxWidth": {
|
|
19822
|
+
"type": "string"
|
|
19823
|
+
},
|
|
19824
|
+
"minHeight": {
|
|
19825
|
+
"type": "string"
|
|
19826
|
+
},
|
|
19827
|
+
"minWidth": {
|
|
19828
|
+
"type": "string"
|
|
19829
|
+
},
|
|
19830
|
+
"opacity": {
|
|
19831
|
+
"type": "string"
|
|
19832
|
+
},
|
|
19833
|
+
"overflow": {
|
|
19834
|
+
"type": "string"
|
|
19835
|
+
},
|
|
19836
|
+
"padding": {
|
|
19837
|
+
"type": "string"
|
|
19838
|
+
},
|
|
19839
|
+
"position": {
|
|
19840
|
+
"type": "string"
|
|
19841
|
+
},
|
|
19842
|
+
"right": {
|
|
19843
|
+
"type": "string"
|
|
19844
|
+
},
|
|
19845
|
+
"textAlign": {
|
|
19846
|
+
"type": "string"
|
|
19847
|
+
},
|
|
19848
|
+
"textDecoration": {
|
|
19849
|
+
"type": "string"
|
|
19850
|
+
},
|
|
19851
|
+
"textTransform": {
|
|
19852
|
+
"type": "string"
|
|
19853
|
+
},
|
|
19854
|
+
"top": {
|
|
19855
|
+
"type": "string"
|
|
19856
|
+
},
|
|
19857
|
+
"transform": {
|
|
19858
|
+
"type": "string"
|
|
19859
|
+
},
|
|
19860
|
+
"transformOrigin": {
|
|
19861
|
+
"type": "string"
|
|
19862
|
+
},
|
|
19863
|
+
"width": {
|
|
19864
|
+
"type": "string"
|
|
19865
|
+
},
|
|
19866
|
+
"whiteSpace": {
|
|
19867
|
+
"type": "string"
|
|
19868
|
+
},
|
|
19869
|
+
"flex": {
|
|
19870
|
+
"type": "string"
|
|
19871
|
+
},
|
|
19872
|
+
"order": {
|
|
19873
|
+
"type": "string"
|
|
19874
|
+
},
|
|
19875
|
+
"grow": {
|
|
19876
|
+
"type": "string"
|
|
19877
|
+
},
|
|
19878
|
+
"shrink": {
|
|
19879
|
+
"type": "string"
|
|
19880
|
+
},
|
|
19881
|
+
"basis": {
|
|
19882
|
+
"type": "string"
|
|
19883
|
+
},
|
|
19884
|
+
"column": {
|
|
19885
|
+
"type": "string"
|
|
19886
|
+
},
|
|
19887
|
+
"columnEnd": {
|
|
19888
|
+
"type": "string"
|
|
19889
|
+
},
|
|
19890
|
+
"columnSpan": {
|
|
19891
|
+
"type": "string"
|
|
19892
|
+
},
|
|
19893
|
+
"columnStart": {
|
|
19894
|
+
"type": "string"
|
|
19895
|
+
},
|
|
19896
|
+
"row": {
|
|
19897
|
+
"type": "string"
|
|
19898
|
+
},
|
|
19899
|
+
"rowEnd": {
|
|
19900
|
+
"type": "string"
|
|
19901
|
+
},
|
|
19902
|
+
"rowSpan": {
|
|
19903
|
+
"type": "string"
|
|
19904
|
+
},
|
|
19905
|
+
"rowStart": {
|
|
19906
|
+
"type": "string"
|
|
19907
|
+
},
|
|
19908
|
+
"ariaLabel": {
|
|
19909
|
+
"type": "string"
|
|
19910
|
+
},
|
|
19911
|
+
"ariaValuetext": {
|
|
19912
|
+
"type": "string"
|
|
19913
|
+
},
|
|
19914
|
+
"role": {
|
|
19915
|
+
"type": "string"
|
|
19916
|
+
},
|
|
19917
|
+
"defaultValue": {
|
|
19918
|
+
"type": "string"
|
|
19919
|
+
},
|
|
19920
|
+
"placeholder": {
|
|
19921
|
+
"type": "string",
|
|
19922
|
+
"priority": true
|
|
19923
|
+
},
|
|
19924
|
+
"direction": {
|
|
19925
|
+
"type": "string"
|
|
19926
|
+
},
|
|
19927
|
+
"wrap": {
|
|
19928
|
+
"type": "string"
|
|
19929
|
+
},
|
|
19930
|
+
"alignItems": {
|
|
19931
|
+
"type": "string"
|
|
19932
|
+
},
|
|
19933
|
+
"alignContent": {
|
|
19934
|
+
"type": "string"
|
|
19935
|
+
},
|
|
19936
|
+
"justifyContent": {
|
|
19937
|
+
"type": "string"
|
|
19938
|
+
},
|
|
19939
|
+
"gap": {
|
|
19940
|
+
"type": "string"
|
|
19941
|
+
},
|
|
19942
|
+
"columnGap": {
|
|
19943
|
+
"type": "string"
|
|
19944
|
+
},
|
|
19945
|
+
"rowGap": {
|
|
19946
|
+
"type": "string"
|
|
19947
|
+
},
|
|
19948
|
+
"variation": {
|
|
19949
|
+
"type": "string",
|
|
19950
|
+
"priority": true
|
|
19951
|
+
},
|
|
19952
|
+
"size": {
|
|
19953
|
+
"type": "string",
|
|
19954
|
+
"priority": true
|
|
19955
|
+
},
|
|
19956
|
+
"name": {
|
|
19957
|
+
"type": "string"
|
|
19958
|
+
},
|
|
19959
|
+
"type": {
|
|
19960
|
+
"type": "string"
|
|
19961
|
+
},
|
|
19962
|
+
"value": {
|
|
19963
|
+
"type": "string",
|
|
19964
|
+
"priority": true
|
|
19965
|
+
},
|
|
19966
|
+
"autoComplete": {
|
|
19967
|
+
"type": "string"
|
|
19968
|
+
},
|
|
19969
|
+
"labelHidden": {
|
|
19970
|
+
"type": "boolean"
|
|
19971
|
+
},
|
|
19972
|
+
"hasError": {
|
|
19973
|
+
"type": "boolean"
|
|
19974
|
+
},
|
|
19975
|
+
"isReadOnly": {
|
|
19976
|
+
"type": "boolean"
|
|
19977
|
+
},
|
|
19978
|
+
"isRequired": {
|
|
19979
|
+
"type": "boolean"
|
|
19980
|
+
},
|
|
19981
|
+
"descriptiveText": {
|
|
19982
|
+
"type": "string",
|
|
19983
|
+
"priority": true
|
|
19984
|
+
},
|
|
19985
|
+
"errorMessage": {
|
|
19986
|
+
"type": "string"
|
|
19987
|
+
},
|
|
19988
|
+
"outerEndComponent": {
|
|
19989
|
+
"type": "string"
|
|
19990
|
+
},
|
|
19991
|
+
"outerStartComponent": {
|
|
19992
|
+
"type": "string"
|
|
19993
|
+
},
|
|
19994
|
+
"innerStartComponent": {
|
|
19995
|
+
"type": "string"
|
|
19996
|
+
},
|
|
19997
|
+
"innerEndComponent": {
|
|
19998
|
+
"type": "string"
|
|
19999
|
+
}
|
|
20000
|
+
}
|
|
20001
|
+
},
|
|
20002
|
+
"ToggleButton": {
|
|
20003
|
+
"properties": {
|
|
20004
|
+
"area": {
|
|
20005
|
+
"type": "string"
|
|
20006
|
+
},
|
|
20007
|
+
"form": {
|
|
20008
|
+
"type": "string"
|
|
20009
|
+
},
|
|
20010
|
+
"slot": {
|
|
20011
|
+
"type": "string"
|
|
20012
|
+
},
|
|
20013
|
+
"title": {
|
|
20014
|
+
"type": "string"
|
|
20015
|
+
},
|
|
20016
|
+
"isDisabled": {
|
|
20017
|
+
"type": "boolean"
|
|
20018
|
+
},
|
|
20019
|
+
"id": {
|
|
20020
|
+
"type": "string"
|
|
20021
|
+
},
|
|
20022
|
+
"className": {
|
|
20023
|
+
"type": "string"
|
|
20024
|
+
},
|
|
20025
|
+
"testId": {
|
|
20026
|
+
"type": "string"
|
|
20027
|
+
},
|
|
20028
|
+
"alignSelf": {
|
|
20029
|
+
"type": "string"
|
|
20030
|
+
},
|
|
20031
|
+
"backgroundColor": {
|
|
20032
|
+
"type": "string"
|
|
20033
|
+
},
|
|
20034
|
+
"backgroundImage": {
|
|
20035
|
+
"type": "string"
|
|
20036
|
+
},
|
|
20037
|
+
"border": {
|
|
20038
|
+
"type": "string"
|
|
20039
|
+
},
|
|
20040
|
+
"borderRadius": {
|
|
20041
|
+
"type": "string"
|
|
20042
|
+
},
|
|
20043
|
+
"bottom": {
|
|
20044
|
+
"type": "string"
|
|
20045
|
+
},
|
|
20046
|
+
"boxShadow": {
|
|
20047
|
+
"type": "string"
|
|
20048
|
+
},
|
|
20049
|
+
"color": {
|
|
20050
|
+
"type": "string"
|
|
20051
|
+
},
|
|
20052
|
+
"display": {
|
|
20053
|
+
"type": "string"
|
|
20054
|
+
},
|
|
20055
|
+
"fontFamily": {
|
|
20056
|
+
"type": "string"
|
|
20057
|
+
},
|
|
20058
|
+
"fontSize": {
|
|
20059
|
+
"type": "string"
|
|
20060
|
+
},
|
|
20061
|
+
"fontStyle": {
|
|
20062
|
+
"type": "string"
|
|
20063
|
+
},
|
|
20064
|
+
"fontWeight": {
|
|
20065
|
+
"type": "string"
|
|
20066
|
+
},
|
|
20067
|
+
"height": {
|
|
20068
|
+
"type": "string"
|
|
20069
|
+
},
|
|
20070
|
+
"left": {
|
|
20071
|
+
"type": "string"
|
|
20072
|
+
},
|
|
20073
|
+
"letterSpacing": {
|
|
20074
|
+
"type": "string"
|
|
20075
|
+
},
|
|
20076
|
+
"lineHeight": {
|
|
20077
|
+
"type": "string"
|
|
20078
|
+
},
|
|
20079
|
+
"margin": {
|
|
20080
|
+
"type": "string"
|
|
20081
|
+
},
|
|
20082
|
+
"maxHeight": {
|
|
20083
|
+
"type": "string"
|
|
20084
|
+
},
|
|
20085
|
+
"maxWidth": {
|
|
20086
|
+
"type": "string"
|
|
20087
|
+
},
|
|
20088
|
+
"minHeight": {
|
|
20089
|
+
"type": "string"
|
|
20090
|
+
},
|
|
20091
|
+
"minWidth": {
|
|
20092
|
+
"type": "string"
|
|
20093
|
+
},
|
|
20094
|
+
"opacity": {
|
|
20095
|
+
"type": "string"
|
|
20096
|
+
},
|
|
20097
|
+
"overflow": {
|
|
20098
|
+
"type": "string"
|
|
20099
|
+
},
|
|
20100
|
+
"padding": {
|
|
20101
|
+
"type": "string"
|
|
20102
|
+
},
|
|
20103
|
+
"position": {
|
|
20104
|
+
"type": "string"
|
|
20105
|
+
},
|
|
20106
|
+
"right": {
|
|
20107
|
+
"type": "string"
|
|
20108
|
+
},
|
|
20109
|
+
"textAlign": {
|
|
20110
|
+
"type": "string"
|
|
20111
|
+
},
|
|
20112
|
+
"textDecoration": {
|
|
20113
|
+
"type": "string"
|
|
20114
|
+
},
|
|
20115
|
+
"textTransform": {
|
|
20116
|
+
"type": "string"
|
|
20117
|
+
},
|
|
20118
|
+
"top": {
|
|
20119
|
+
"type": "string"
|
|
20120
|
+
},
|
|
20121
|
+
"transform": {
|
|
20122
|
+
"type": "string"
|
|
20123
|
+
},
|
|
20124
|
+
"transformOrigin": {
|
|
20125
|
+
"type": "string"
|
|
20126
|
+
},
|
|
20127
|
+
"width": {
|
|
20128
|
+
"type": "string"
|
|
20129
|
+
},
|
|
20130
|
+
"whiteSpace": {
|
|
20131
|
+
"type": "string"
|
|
20132
|
+
},
|
|
20133
|
+
"flex": {
|
|
20134
|
+
"type": "string"
|
|
20135
|
+
},
|
|
20136
|
+
"order": {
|
|
20137
|
+
"type": "string"
|
|
20138
|
+
},
|
|
20139
|
+
"grow": {
|
|
20140
|
+
"type": "string"
|
|
20141
|
+
},
|
|
20142
|
+
"shrink": {
|
|
20143
|
+
"type": "string"
|
|
20144
|
+
},
|
|
20145
|
+
"basis": {
|
|
20146
|
+
"type": "string"
|
|
20147
|
+
},
|
|
20148
|
+
"column": {
|
|
20149
|
+
"type": "string"
|
|
20150
|
+
},
|
|
20151
|
+
"columnEnd": {
|
|
20152
|
+
"type": "string"
|
|
20153
|
+
},
|
|
20154
|
+
"columnSpan": {
|
|
20155
|
+
"type": "string"
|
|
20156
|
+
},
|
|
20157
|
+
"columnStart": {
|
|
20158
|
+
"type": "string"
|
|
20159
|
+
},
|
|
20160
|
+
"row": {
|
|
20161
|
+
"type": "string"
|
|
20162
|
+
},
|
|
20163
|
+
"rowEnd": {
|
|
20164
|
+
"type": "string"
|
|
20165
|
+
},
|
|
20166
|
+
"rowSpan": {
|
|
20167
|
+
"type": "string"
|
|
20168
|
+
},
|
|
20169
|
+
"rowStart": {
|
|
20170
|
+
"type": "string"
|
|
20171
|
+
},
|
|
20172
|
+
"ariaLabel": {
|
|
20173
|
+
"type": "string"
|
|
20174
|
+
},
|
|
20175
|
+
"ariaValuetext": {
|
|
20176
|
+
"type": "string"
|
|
20177
|
+
},
|
|
20178
|
+
"role": {
|
|
20179
|
+
"type": "string"
|
|
20180
|
+
},
|
|
20181
|
+
"key": {
|
|
20182
|
+
"type": "string"
|
|
20183
|
+
},
|
|
20184
|
+
"defaultChecked": {
|
|
20185
|
+
"type": "boolean"
|
|
20186
|
+
},
|
|
20187
|
+
"defaultValue": {
|
|
19653
20188
|
"type": "string"
|
|
19654
20189
|
},
|
|
19655
20190
|
"suppressContentEditableWarning": {
|
|
@@ -20447,6 +20982,9 @@
|
|
|
20447
20982
|
},
|
|
20448
20983
|
"isExclusive": {
|
|
20449
20984
|
"type": "boolean"
|
|
20985
|
+
},
|
|
20986
|
+
"isSelectionRequired": {
|
|
20987
|
+
"type": "boolean"
|
|
20450
20988
|
}
|
|
20451
20989
|
}
|
|
20452
20990
|
},
|