@aws-amplify/ui-react 2.1.1 → 2.1.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/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +3 -3
- package/dist/esm/internal.js +1 -1
- package/dist/esm/internal.js.map +2 -2
- package/dist/index.d.ts +62 -18
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/dist/internal.d.ts +10 -1
- package/dist/internal.js +1 -1
- package/dist/internal.js.map +2 -2
- package/dist/primitives.json +823 -294
- package/package.json +15 -9
package/dist/primitives.json
CHANGED
|
@@ -428,7 +428,8 @@
|
|
|
428
428
|
"type": "string"
|
|
429
429
|
},
|
|
430
430
|
"children": {
|
|
431
|
-
"type": "string"
|
|
431
|
+
"type": "string",
|
|
432
|
+
"priority": true
|
|
432
433
|
},
|
|
433
434
|
"heading": {
|
|
434
435
|
"type": "string"
|
|
@@ -458,13 +459,16 @@
|
|
|
458
459
|
"type": "string"
|
|
459
460
|
},
|
|
460
461
|
"variation": {
|
|
461
|
-
"type": "string"
|
|
462
|
+
"type": "string",
|
|
463
|
+
"priority": true
|
|
462
464
|
},
|
|
463
465
|
"isDismissible": {
|
|
464
|
-
"type": "boolean"
|
|
466
|
+
"type": "boolean",
|
|
467
|
+
"priority": true
|
|
465
468
|
},
|
|
466
469
|
"hasIcon": {
|
|
467
|
-
"type": "boolean"
|
|
470
|
+
"type": "boolean",
|
|
471
|
+
"priority": true
|
|
468
472
|
}
|
|
469
473
|
}
|
|
470
474
|
},
|
|
@@ -897,13 +901,16 @@
|
|
|
897
901
|
"type": "string"
|
|
898
902
|
},
|
|
899
903
|
"children": {
|
|
900
|
-
"type": "string"
|
|
904
|
+
"type": "string",
|
|
905
|
+
"priority": true
|
|
901
906
|
},
|
|
902
907
|
"variation": {
|
|
903
|
-
"type": "string"
|
|
908
|
+
"type": "string",
|
|
909
|
+
"priority": true
|
|
904
910
|
},
|
|
905
911
|
"size": {
|
|
906
|
-
"type": "string"
|
|
912
|
+
"type": "string",
|
|
913
|
+
"priority": true
|
|
907
914
|
}
|
|
908
915
|
}
|
|
909
916
|
},
|
|
@@ -1339,7 +1346,8 @@
|
|
|
1339
1346
|
"type": "string"
|
|
1340
1347
|
},
|
|
1341
1348
|
"children": {
|
|
1342
|
-
"type": "string"
|
|
1349
|
+
"type": "string",
|
|
1350
|
+
"priority": true
|
|
1343
1351
|
},
|
|
1344
1352
|
"direction": {
|
|
1345
1353
|
"type": "string"
|
|
@@ -1366,10 +1374,12 @@
|
|
|
1366
1374
|
"type": "string"
|
|
1367
1375
|
},
|
|
1368
1376
|
"variation": {
|
|
1369
|
-
"type": "string"
|
|
1377
|
+
"type": "string",
|
|
1378
|
+
"priority": true
|
|
1370
1379
|
},
|
|
1371
1380
|
"size": {
|
|
1372
|
-
"type": "string"
|
|
1381
|
+
"type": "string",
|
|
1382
|
+
"priority": true
|
|
1373
1383
|
},
|
|
1374
1384
|
"autoFocus": {
|
|
1375
1385
|
"type": "boolean"
|
|
@@ -2307,7 +2317,8 @@
|
|
|
2307
2317
|
"type": "string"
|
|
2308
2318
|
},
|
|
2309
2319
|
"variation": {
|
|
2310
|
-
"type": "string"
|
|
2320
|
+
"type": "string",
|
|
2321
|
+
"priority": true
|
|
2311
2322
|
}
|
|
2312
2323
|
}
|
|
2313
2324
|
},
|
|
@@ -3519,10 +3530,12 @@
|
|
|
3519
3530
|
"type": "string"
|
|
3520
3531
|
},
|
|
3521
3532
|
"size": {
|
|
3522
|
-
"type": "string"
|
|
3533
|
+
"type": "string",
|
|
3534
|
+
"priority": true
|
|
3523
3535
|
},
|
|
3524
3536
|
"orientation": {
|
|
3525
|
-
"type": "string"
|
|
3537
|
+
"type": "string",
|
|
3538
|
+
"priority": true
|
|
3526
3539
|
}
|
|
3527
3540
|
}
|
|
3528
3541
|
},
|
|
@@ -5765,22 +5778,27 @@
|
|
|
5765
5778
|
"type": "string"
|
|
5766
5779
|
},
|
|
5767
5780
|
"direction": {
|
|
5768
|
-
"type": "string"
|
|
5781
|
+
"type": "string",
|
|
5782
|
+
"priority": true
|
|
5769
5783
|
},
|
|
5770
5784
|
"wrap": {
|
|
5771
|
-
"type": "string"
|
|
5785
|
+
"type": "string",
|
|
5786
|
+
"priority": true
|
|
5772
5787
|
},
|
|
5773
5788
|
"alignItems": {
|
|
5774
|
-
"type": "string"
|
|
5789
|
+
"type": "string",
|
|
5790
|
+
"priority": true
|
|
5775
5791
|
},
|
|
5776
5792
|
"alignContent": {
|
|
5777
5793
|
"type": "string"
|
|
5778
5794
|
},
|
|
5779
5795
|
"justifyContent": {
|
|
5780
|
-
"type": "string"
|
|
5796
|
+
"type": "string",
|
|
5797
|
+
"priority": true
|
|
5781
5798
|
},
|
|
5782
5799
|
"gap": {
|
|
5783
|
-
"type": "string"
|
|
5800
|
+
"type": "string",
|
|
5801
|
+
"priority": true
|
|
5784
5802
|
},
|
|
5785
5803
|
"columnGap": {
|
|
5786
5804
|
"type": "string"
|
|
@@ -6688,7 +6706,8 @@
|
|
|
6688
6706
|
"type": "string"
|
|
6689
6707
|
},
|
|
6690
6708
|
"children": {
|
|
6691
|
-
"type": "string"
|
|
6709
|
+
"type": "string",
|
|
6710
|
+
"priority": true
|
|
6692
6711
|
},
|
|
6693
6712
|
"variation": {
|
|
6694
6713
|
"type": "string"
|
|
@@ -6752,7 +6771,8 @@
|
|
|
6752
6771
|
"type": "string"
|
|
6753
6772
|
},
|
|
6754
6773
|
"color": {
|
|
6755
|
-
"type": "string"
|
|
6774
|
+
"type": "string",
|
|
6775
|
+
"priority": true
|
|
6756
6776
|
},
|
|
6757
6777
|
"display": {
|
|
6758
6778
|
"type": "string"
|
|
@@ -6770,7 +6790,8 @@
|
|
|
6770
6790
|
"type": "string"
|
|
6771
6791
|
},
|
|
6772
6792
|
"height": {
|
|
6773
|
-
"type": "string"
|
|
6793
|
+
"type": "string",
|
|
6794
|
+
"priority": true
|
|
6774
6795
|
},
|
|
6775
6796
|
"left": {
|
|
6776
6797
|
"type": "string"
|
|
@@ -6830,7 +6851,8 @@
|
|
|
6830
6851
|
"type": "string"
|
|
6831
6852
|
},
|
|
6832
6853
|
"width": {
|
|
6833
|
-
"type": "string"
|
|
6854
|
+
"type": "string",
|
|
6855
|
+
"priority": true
|
|
6834
6856
|
},
|
|
6835
6857
|
"flex": {
|
|
6836
6858
|
"type": "string"
|
|
@@ -7803,7 +7825,8 @@
|
|
|
7803
7825
|
"type": "string"
|
|
7804
7826
|
},
|
|
7805
7827
|
"height": {
|
|
7806
|
-
"type": "string"
|
|
7828
|
+
"type": "string",
|
|
7829
|
+
"priority": true
|
|
7807
7830
|
},
|
|
7808
7831
|
"left": {
|
|
7809
7832
|
"type": "string"
|
|
@@ -7863,7 +7886,8 @@
|
|
|
7863
7886
|
"type": "string"
|
|
7864
7887
|
},
|
|
7865
7888
|
"width": {
|
|
7866
|
-
"type": "string"
|
|
7889
|
+
"type": "string",
|
|
7890
|
+
"priority": true
|
|
7867
7891
|
},
|
|
7868
7892
|
"flex": {
|
|
7869
7893
|
"type": "string"
|
|
@@ -8172,13 +8196,15 @@
|
|
|
8172
8196
|
"type": "string"
|
|
8173
8197
|
},
|
|
8174
8198
|
"alt": {
|
|
8175
|
-
"type": "string"
|
|
8199
|
+
"type": "string",
|
|
8200
|
+
"priority": true
|
|
8176
8201
|
},
|
|
8177
8202
|
"crossOrigin": {
|
|
8178
8203
|
"type": "string"
|
|
8179
8204
|
},
|
|
8180
8205
|
"src": {
|
|
8181
|
-
"type": "string"
|
|
8206
|
+
"type": "string",
|
|
8207
|
+
"priority": true
|
|
8182
8208
|
},
|
|
8183
8209
|
"decoding": {
|
|
8184
8210
|
"type": "string"
|
|
@@ -8199,7 +8225,8 @@
|
|
|
8199
8225
|
"type": "string"
|
|
8200
8226
|
},
|
|
8201
8227
|
"objectFit": {
|
|
8202
|
-
"type": "string"
|
|
8228
|
+
"type": "string",
|
|
8229
|
+
"priority": true
|
|
8203
8230
|
},
|
|
8204
8231
|
"objectPosition": {
|
|
8205
8232
|
"type": "string"
|
|
@@ -11349,13 +11376,16 @@
|
|
|
11349
11376
|
"type": "string"
|
|
11350
11377
|
},
|
|
11351
11378
|
"currentPage": {
|
|
11352
|
-
"type": "number"
|
|
11379
|
+
"type": "number",
|
|
11380
|
+
"priority": true
|
|
11353
11381
|
},
|
|
11354
11382
|
"totalPages": {
|
|
11355
|
-
"type": "number"
|
|
11383
|
+
"type": "number",
|
|
11384
|
+
"priority": true
|
|
11356
11385
|
},
|
|
11357
11386
|
"siblingCount": {
|
|
11358
|
-
"type": "number"
|
|
11387
|
+
"type": "number",
|
|
11388
|
+
"priority": true
|
|
11359
11389
|
}
|
|
11360
11390
|
}
|
|
11361
11391
|
},
|
|
@@ -11368,7 +11398,8 @@
|
|
|
11368
11398
|
"type": "string"
|
|
11369
11399
|
},
|
|
11370
11400
|
"label": {
|
|
11371
|
-
"type": "string"
|
|
11401
|
+
"type": "string",
|
|
11402
|
+
"priority": true
|
|
11372
11403
|
},
|
|
11373
11404
|
"slot": {
|
|
11374
11405
|
"type": "string"
|
|
@@ -11380,7 +11411,8 @@
|
|
|
11380
11411
|
"type": "string"
|
|
11381
11412
|
},
|
|
11382
11413
|
"isDisabled": {
|
|
11383
|
-
"type": "boolean"
|
|
11414
|
+
"type": "boolean",
|
|
11415
|
+
"priority": true
|
|
11384
11416
|
},
|
|
11385
11417
|
"id": {
|
|
11386
11418
|
"type": "string"
|
|
@@ -11578,7 +11610,8 @@
|
|
|
11578
11610
|
"type": "string"
|
|
11579
11611
|
},
|
|
11580
11612
|
"placeholder": {
|
|
11581
|
-
"type": "string"
|
|
11613
|
+
"type": "string",
|
|
11614
|
+
"priority": true
|
|
11582
11615
|
},
|
|
11583
11616
|
"spellCheck": {
|
|
11584
11617
|
"type": "string"
|
|
@@ -11833,7 +11866,8 @@
|
|
|
11833
11866
|
"type": "string"
|
|
11834
11867
|
},
|
|
11835
11868
|
"size": {
|
|
11836
|
-
"type": "string"
|
|
11869
|
+
"type": "string",
|
|
11870
|
+
"priority": true
|
|
11837
11871
|
},
|
|
11838
11872
|
"autoFocus": {
|
|
11839
11873
|
"type": "boolean"
|
|
@@ -11863,7 +11897,8 @@
|
|
|
11863
11897
|
"type": "string"
|
|
11864
11898
|
},
|
|
11865
11899
|
"value": {
|
|
11866
|
-
"type": "string"
|
|
11900
|
+
"type": "string",
|
|
11901
|
+
"priority": true
|
|
11867
11902
|
},
|
|
11868
11903
|
"accept": {
|
|
11869
11904
|
"type": "string"
|
|
@@ -11911,7 +11946,8 @@
|
|
|
11911
11946
|
"type": "string"
|
|
11912
11947
|
},
|
|
11913
11948
|
"labelHidden": {
|
|
11914
|
-
"type": "boolean"
|
|
11949
|
+
"type": "boolean",
|
|
11950
|
+
"priority": true
|
|
11915
11951
|
},
|
|
11916
11952
|
"hasError": {
|
|
11917
11953
|
"type": "boolean"
|
|
@@ -11923,13 +11959,15 @@
|
|
|
11923
11959
|
"type": "boolean"
|
|
11924
11960
|
},
|
|
11925
11961
|
"descriptiveText": {
|
|
11926
|
-
"type": "string"
|
|
11962
|
+
"type": "string",
|
|
11963
|
+
"priority": true
|
|
11927
11964
|
},
|
|
11928
11965
|
"errorMessage": {
|
|
11929
11966
|
"type": "string"
|
|
11930
11967
|
},
|
|
11931
11968
|
"hideShowPassword": {
|
|
11932
|
-
"type": "boolean"
|
|
11969
|
+
"type": "boolean",
|
|
11970
|
+
"priority": true
|
|
11933
11971
|
},
|
|
11934
11972
|
"outerEndComponent": {
|
|
11935
11973
|
"type": "string"
|
|
@@ -11954,7 +11992,8 @@
|
|
|
11954
11992
|
"type": "string"
|
|
11955
11993
|
},
|
|
11956
11994
|
"label": {
|
|
11957
|
-
"type": "string"
|
|
11995
|
+
"type": "string",
|
|
11996
|
+
"priority": true
|
|
11958
11997
|
},
|
|
11959
11998
|
"slot": {
|
|
11960
11999
|
"type": "string"
|
|
@@ -11966,7 +12005,8 @@
|
|
|
11966
12005
|
"type": "string"
|
|
11967
12006
|
},
|
|
11968
12007
|
"isDisabled": {
|
|
11969
|
-
"type": "boolean"
|
|
12008
|
+
"type": "boolean",
|
|
12009
|
+
"priority": true
|
|
11970
12010
|
},
|
|
11971
12011
|
"id": {
|
|
11972
12012
|
"type": "string"
|
|
@@ -12164,7 +12204,8 @@
|
|
|
12164
12204
|
"type": "string"
|
|
12165
12205
|
},
|
|
12166
12206
|
"placeholder": {
|
|
12167
|
-
"type": "string"
|
|
12207
|
+
"type": "string",
|
|
12208
|
+
"priority": true
|
|
12168
12209
|
},
|
|
12169
12210
|
"spellCheck": {
|
|
12170
12211
|
"type": "string"
|
|
@@ -12419,7 +12460,8 @@
|
|
|
12419
12460
|
"type": "string"
|
|
12420
12461
|
},
|
|
12421
12462
|
"size": {
|
|
12422
|
-
"type": "string"
|
|
12463
|
+
"type": "string",
|
|
12464
|
+
"priority": true
|
|
12423
12465
|
},
|
|
12424
12466
|
"autoFocus": {
|
|
12425
12467
|
"type": "boolean"
|
|
@@ -12449,7 +12491,8 @@
|
|
|
12449
12491
|
"type": "string"
|
|
12450
12492
|
},
|
|
12451
12493
|
"value": {
|
|
12452
|
-
"type": "string"
|
|
12494
|
+
"type": "string",
|
|
12495
|
+
"priority": true
|
|
12453
12496
|
},
|
|
12454
12497
|
"accept": {
|
|
12455
12498
|
"type": "string"
|
|
@@ -12497,7 +12540,8 @@
|
|
|
12497
12540
|
"type": "string"
|
|
12498
12541
|
},
|
|
12499
12542
|
"labelHidden": {
|
|
12500
|
-
"type": "boolean"
|
|
12543
|
+
"type": "boolean",
|
|
12544
|
+
"priority": true
|
|
12501
12545
|
},
|
|
12502
12546
|
"hasError": {
|
|
12503
12547
|
"type": "boolean"
|
|
@@ -12509,7 +12553,8 @@
|
|
|
12509
12553
|
"type": "boolean"
|
|
12510
12554
|
},
|
|
12511
12555
|
"descriptiveText": {
|
|
12512
|
-
"type": "string"
|
|
12556
|
+
"type": "string",
|
|
12557
|
+
"priority": true
|
|
12513
12558
|
},
|
|
12514
12559
|
"errorMessage": {
|
|
12515
12560
|
"type": "string"
|
|
@@ -12994,7 +13039,8 @@
|
|
|
12994
13039
|
"type": "string"
|
|
12995
13040
|
},
|
|
12996
13041
|
"isDisabled": {
|
|
12997
|
-
"type": "boolean"
|
|
13042
|
+
"type": "boolean",
|
|
13043
|
+
"priority": true
|
|
12998
13044
|
},
|
|
12999
13045
|
"id": {
|
|
13000
13046
|
"type": "string"
|
|
@@ -13423,7 +13469,8 @@
|
|
|
13423
13469
|
"type": "string"
|
|
13424
13470
|
},
|
|
13425
13471
|
"size": {
|
|
13426
|
-
"type": "string"
|
|
13472
|
+
"type": "string",
|
|
13473
|
+
"priority": true
|
|
13427
13474
|
},
|
|
13428
13475
|
"autoFocus": {
|
|
13429
13476
|
"type": "boolean"
|
|
@@ -13453,7 +13500,8 @@
|
|
|
13453
13500
|
"type": "string"
|
|
13454
13501
|
},
|
|
13455
13502
|
"value": {
|
|
13456
|
-
"type": "string"
|
|
13503
|
+
"type": "string",
|
|
13504
|
+
"priority": true
|
|
13457
13505
|
},
|
|
13458
13506
|
"accept": {
|
|
13459
13507
|
"type": "string"
|
|
@@ -13468,7 +13516,8 @@
|
|
|
13468
13516
|
"type": "string"
|
|
13469
13517
|
},
|
|
13470
13518
|
"checked": {
|
|
13471
|
-
"type": "boolean"
|
|
13519
|
+
"type": "boolean",
|
|
13520
|
+
"priority": true
|
|
13472
13521
|
},
|
|
13473
13522
|
"crossOrigin": {
|
|
13474
13523
|
"type": "string"
|
|
@@ -14466,19 +14515,24 @@
|
|
|
14466
14515
|
"type": "string"
|
|
14467
14516
|
},
|
|
14468
14517
|
"size": {
|
|
14469
|
-
"type": "string"
|
|
14518
|
+
"type": "string",
|
|
14519
|
+
"priority": true
|
|
14470
14520
|
},
|
|
14471
14521
|
"value": {
|
|
14472
|
-
"type": "number"
|
|
14522
|
+
"type": "number",
|
|
14523
|
+
"priority": true
|
|
14473
14524
|
},
|
|
14474
14525
|
"emptyColor": {
|
|
14475
|
-
"type": "string"
|
|
14526
|
+
"type": "string",
|
|
14527
|
+
"priority": true
|
|
14476
14528
|
},
|
|
14477
14529
|
"fillColor": {
|
|
14478
|
-
"type": "string"
|
|
14530
|
+
"type": "string",
|
|
14531
|
+
"priority": true
|
|
14479
14532
|
},
|
|
14480
14533
|
"maxValue": {
|
|
14481
|
-
"type": "number"
|
|
14534
|
+
"type": "number",
|
|
14535
|
+
"priority": true
|
|
14482
14536
|
}
|
|
14483
14537
|
}
|
|
14484
14538
|
},
|
|
@@ -14927,7 +14981,8 @@
|
|
|
14927
14981
|
"type": "string"
|
|
14928
14982
|
},
|
|
14929
14983
|
"label": {
|
|
14930
|
-
"type": "string"
|
|
14984
|
+
"type": "string",
|
|
14985
|
+
"priority": true
|
|
14931
14986
|
},
|
|
14932
14987
|
"slot": {
|
|
14933
14988
|
"type": "string"
|
|
@@ -14939,7 +14994,8 @@
|
|
|
14939
14994
|
"type": "string"
|
|
14940
14995
|
},
|
|
14941
14996
|
"isDisabled": {
|
|
14942
|
-
"type": "boolean"
|
|
14997
|
+
"type": "boolean",
|
|
14998
|
+
"priority": true
|
|
14943
14999
|
},
|
|
14944
15000
|
"id": {
|
|
14945
15001
|
"type": "string"
|
|
@@ -15137,7 +15193,8 @@
|
|
|
15137
15193
|
"type": "string"
|
|
15138
15194
|
},
|
|
15139
15195
|
"placeholder": {
|
|
15140
|
-
"type": "string"
|
|
15196
|
+
"type": "string",
|
|
15197
|
+
"priority": true
|
|
15141
15198
|
},
|
|
15142
15199
|
"spellCheck": {
|
|
15143
15200
|
"type": "string"
|
|
@@ -15386,13 +15443,15 @@
|
|
|
15386
15443
|
"type": "string"
|
|
15387
15444
|
},
|
|
15388
15445
|
"variation": {
|
|
15389
|
-
"type": "string"
|
|
15446
|
+
"type": "string",
|
|
15447
|
+
"priority": true
|
|
15390
15448
|
},
|
|
15391
15449
|
"step": {
|
|
15392
15450
|
"type": "string"
|
|
15393
15451
|
},
|
|
15394
15452
|
"size": {
|
|
15395
|
-
"type": "string"
|
|
15453
|
+
"type": "string",
|
|
15454
|
+
"priority": true
|
|
15396
15455
|
},
|
|
15397
15456
|
"autoFocus": {
|
|
15398
15457
|
"type": "boolean"
|
|
@@ -15422,7 +15481,8 @@
|
|
|
15422
15481
|
"type": "string"
|
|
15423
15482
|
},
|
|
15424
15483
|
"value": {
|
|
15425
|
-
"type": "string"
|
|
15484
|
+
"type": "string",
|
|
15485
|
+
"priority": true
|
|
15426
15486
|
},
|
|
15427
15487
|
"accept": {
|
|
15428
15488
|
"type": "string"
|
|
@@ -15470,7 +15530,8 @@
|
|
|
15470
15530
|
"type": "string"
|
|
15471
15531
|
},
|
|
15472
15532
|
"labelHidden": {
|
|
15473
|
-
"type": "boolean"
|
|
15533
|
+
"type": "boolean",
|
|
15534
|
+
"priority": true
|
|
15474
15535
|
},
|
|
15475
15536
|
"hasError": {
|
|
15476
15537
|
"type": "boolean"
|
|
@@ -15482,7 +15543,8 @@
|
|
|
15482
15543
|
"type": "boolean"
|
|
15483
15544
|
},
|
|
15484
15545
|
"descriptiveText": {
|
|
15485
|
-
"type": "string"
|
|
15546
|
+
"type": "string",
|
|
15547
|
+
"priority": true
|
|
15486
15548
|
},
|
|
15487
15549
|
"errorMessage": {
|
|
15488
15550
|
"type": "string"
|
|
@@ -16015,7 +16077,8 @@
|
|
|
16015
16077
|
"type": "string"
|
|
16016
16078
|
},
|
|
16017
16079
|
"label": {
|
|
16018
|
-
"type": "string"
|
|
16080
|
+
"type": "string",
|
|
16081
|
+
"priority": true
|
|
16019
16082
|
},
|
|
16020
16083
|
"slot": {
|
|
16021
16084
|
"type": "string"
|
|
@@ -16024,7 +16087,8 @@
|
|
|
16024
16087
|
"type": "string"
|
|
16025
16088
|
},
|
|
16026
16089
|
"isDisabled": {
|
|
16027
|
-
"type": "boolean"
|
|
16090
|
+
"type": "boolean",
|
|
16091
|
+
"priority": true
|
|
16028
16092
|
},
|
|
16029
16093
|
"id": {
|
|
16030
16094
|
"type": "string"
|
|
@@ -16222,7 +16286,8 @@
|
|
|
16222
16286
|
"type": "string"
|
|
16223
16287
|
},
|
|
16224
16288
|
"placeholder": {
|
|
16225
|
-
"type": "string"
|
|
16289
|
+
"type": "string",
|
|
16290
|
+
"priority": true
|
|
16226
16291
|
},
|
|
16227
16292
|
"spellCheck": {
|
|
16228
16293
|
"type": "string"
|
|
@@ -16471,10 +16536,12 @@
|
|
|
16471
16536
|
"type": "string"
|
|
16472
16537
|
},
|
|
16473
16538
|
"step": {
|
|
16474
|
-
"type": "number"
|
|
16539
|
+
"type": "number",
|
|
16540
|
+
"priority": true
|
|
16475
16541
|
},
|
|
16476
16542
|
"size": {
|
|
16477
|
-
"type": "string"
|
|
16543
|
+
"type": "string",
|
|
16544
|
+
"priority": true
|
|
16478
16545
|
},
|
|
16479
16546
|
"disabled": {
|
|
16480
16547
|
"type": "boolean"
|
|
@@ -16486,7 +16553,8 @@
|
|
|
16486
16553
|
"type": "string"
|
|
16487
16554
|
},
|
|
16488
16555
|
"value": {
|
|
16489
|
-
"type": "number"
|
|
16556
|
+
"type": "number",
|
|
16557
|
+
"priority": true
|
|
16490
16558
|
},
|
|
16491
16559
|
"autoComplete": {
|
|
16492
16560
|
"type": "string"
|
|
@@ -16495,10 +16563,12 @@
|
|
|
16495
16563
|
"type": "boolean"
|
|
16496
16564
|
},
|
|
16497
16565
|
"max": {
|
|
16498
|
-
"type": "number"
|
|
16566
|
+
"type": "number",
|
|
16567
|
+
"priority": true
|
|
16499
16568
|
},
|
|
16500
16569
|
"min": {
|
|
16501
|
-
"type": "number"
|
|
16570
|
+
"type": "number",
|
|
16571
|
+
"priority": true
|
|
16502
16572
|
},
|
|
16503
16573
|
"labelHidden": {
|
|
16504
16574
|
"type": "boolean"
|
|
@@ -16513,13 +16583,15 @@
|
|
|
16513
16583
|
"type": "boolean"
|
|
16514
16584
|
},
|
|
16515
16585
|
"descriptiveText": {
|
|
16516
|
-
"type": "string"
|
|
16586
|
+
"type": "string",
|
|
16587
|
+
"priority": true
|
|
16517
16588
|
},
|
|
16518
16589
|
"errorMessage": {
|
|
16519
16590
|
"type": "string"
|
|
16520
16591
|
},
|
|
16521
16592
|
"orientation": {
|
|
16522
|
-
"type": "string"
|
|
16593
|
+
"type": "string",
|
|
16594
|
+
"priority": true
|
|
16523
16595
|
},
|
|
16524
16596
|
"asChild": {
|
|
16525
16597
|
"type": "boolean"
|
|
@@ -16546,13 +16618,16 @@
|
|
|
16546
16618
|
"type": "string"
|
|
16547
16619
|
},
|
|
16548
16620
|
"emptyTrackColor": {
|
|
16549
|
-
"type": "string"
|
|
16621
|
+
"type": "string",
|
|
16622
|
+
"priority": true
|
|
16550
16623
|
},
|
|
16551
16624
|
"filledTrackColor": {
|
|
16552
|
-
"type": "string"
|
|
16625
|
+
"type": "string",
|
|
16626
|
+
"priority": true
|
|
16553
16627
|
},
|
|
16554
16628
|
"thumbColor": {
|
|
16555
|
-
"type": "string"
|
|
16629
|
+
"type": "string",
|
|
16630
|
+
"priority": true
|
|
16556
16631
|
}
|
|
16557
16632
|
}
|
|
16558
16633
|
},
|
|
@@ -16565,7 +16640,8 @@
|
|
|
16565
16640
|
"type": "string"
|
|
16566
16641
|
},
|
|
16567
16642
|
"label": {
|
|
16568
|
-
"type": "string"
|
|
16643
|
+
"type": "string",
|
|
16644
|
+
"priority": true
|
|
16569
16645
|
},
|
|
16570
16646
|
"slot": {
|
|
16571
16647
|
"type": "string"
|
|
@@ -16577,7 +16653,8 @@
|
|
|
16577
16653
|
"type": "string"
|
|
16578
16654
|
},
|
|
16579
16655
|
"isDisabled": {
|
|
16580
|
-
"type": "boolean"
|
|
16656
|
+
"type": "boolean",
|
|
16657
|
+
"priority": true
|
|
16581
16658
|
},
|
|
16582
16659
|
"id": {
|
|
16583
16660
|
"type": "string"
|
|
@@ -16775,7 +16852,8 @@
|
|
|
16775
16852
|
"type": "string"
|
|
16776
16853
|
},
|
|
16777
16854
|
"placeholder": {
|
|
16778
|
-
"type": "string"
|
|
16855
|
+
"type": "string",
|
|
16856
|
+
"priority": true
|
|
16779
16857
|
},
|
|
16780
16858
|
"spellCheck": {
|
|
16781
16859
|
"type": "string"
|
|
@@ -17024,13 +17102,16 @@
|
|
|
17024
17102
|
"type": "string"
|
|
17025
17103
|
},
|
|
17026
17104
|
"variation": {
|
|
17027
|
-
"type": "string"
|
|
17105
|
+
"type": "string",
|
|
17106
|
+
"priority": true
|
|
17028
17107
|
},
|
|
17029
17108
|
"step": {
|
|
17030
|
-
"type": "number"
|
|
17109
|
+
"type": "number",
|
|
17110
|
+
"priority": true
|
|
17031
17111
|
},
|
|
17032
17112
|
"size": {
|
|
17033
|
-
"type": "string"
|
|
17113
|
+
"type": "string",
|
|
17114
|
+
"priority": true
|
|
17034
17115
|
},
|
|
17035
17116
|
"autoFocus": {
|
|
17036
17117
|
"type": "boolean"
|
|
@@ -17060,7 +17141,8 @@
|
|
|
17060
17141
|
"type": "string"
|
|
17061
17142
|
},
|
|
17062
17143
|
"value": {
|
|
17063
|
-
"type": "number"
|
|
17144
|
+
"type": "number",
|
|
17145
|
+
"priority": true
|
|
17064
17146
|
},
|
|
17065
17147
|
"accept": {
|
|
17066
17148
|
"type": "string"
|
|
@@ -17084,13 +17166,15 @@
|
|
|
17084
17166
|
"type": "string"
|
|
17085
17167
|
},
|
|
17086
17168
|
"max": {
|
|
17087
|
-
"type": "number"
|
|
17169
|
+
"type": "number",
|
|
17170
|
+
"priority": true
|
|
17088
17171
|
},
|
|
17089
17172
|
"maxLength": {
|
|
17090
17173
|
"type": "number"
|
|
17091
17174
|
},
|
|
17092
17175
|
"min": {
|
|
17093
|
-
"type": "number"
|
|
17176
|
+
"type": "number",
|
|
17177
|
+
"priority": true
|
|
17094
17178
|
},
|
|
17095
17179
|
"minLength": {
|
|
17096
17180
|
"type": "number"
|
|
@@ -17108,7 +17192,8 @@
|
|
|
17108
17192
|
"type": "string"
|
|
17109
17193
|
},
|
|
17110
17194
|
"labelHidden": {
|
|
17111
|
-
"type": "boolean"
|
|
17195
|
+
"type": "boolean",
|
|
17196
|
+
"priority": true
|
|
17112
17197
|
},
|
|
17113
17198
|
"hasError": {
|
|
17114
17199
|
"type": "boolean"
|
|
@@ -17120,7 +17205,8 @@
|
|
|
17120
17205
|
"type": "boolean"
|
|
17121
17206
|
},
|
|
17122
17207
|
"descriptiveText": {
|
|
17123
|
-
"type": "string"
|
|
17208
|
+
"type": "string",
|
|
17209
|
+
"priority": true
|
|
17124
17210
|
},
|
|
17125
17211
|
"errorMessage": {
|
|
17126
17212
|
"type": "string"
|
|
@@ -17145,7 +17231,8 @@
|
|
|
17145
17231
|
"type": "string"
|
|
17146
17232
|
},
|
|
17147
17233
|
"label": {
|
|
17148
|
-
"type": "string"
|
|
17234
|
+
"type": "string",
|
|
17235
|
+
"priority": true
|
|
17149
17236
|
},
|
|
17150
17237
|
"slot": {
|
|
17151
17238
|
"type": "string"
|
|
@@ -17154,7 +17241,8 @@
|
|
|
17154
17241
|
"type": "string"
|
|
17155
17242
|
},
|
|
17156
17243
|
"isDisabled": {
|
|
17157
|
-
"type": "boolean"
|
|
17244
|
+
"type": "boolean",
|
|
17245
|
+
"priority": true
|
|
17158
17246
|
},
|
|
17159
17247
|
"id": {
|
|
17160
17248
|
"type": "string"
|
|
@@ -17352,7 +17440,8 @@
|
|
|
17352
17440
|
"type": "string"
|
|
17353
17441
|
},
|
|
17354
17442
|
"placeholder": {
|
|
17355
|
-
"type": "string"
|
|
17443
|
+
"type": "string",
|
|
17444
|
+
"priority": true
|
|
17356
17445
|
},
|
|
17357
17446
|
"spellCheck": {
|
|
17358
17447
|
"type": "string"
|
|
@@ -17601,7 +17690,8 @@
|
|
|
17601
17690
|
"type": "string"
|
|
17602
17691
|
},
|
|
17603
17692
|
"size": {
|
|
17604
|
-
"type": "string"
|
|
17693
|
+
"type": "string",
|
|
17694
|
+
"priority": true
|
|
17605
17695
|
},
|
|
17606
17696
|
"name": {
|
|
17607
17697
|
"type": "string"
|
|
@@ -17610,7 +17700,8 @@
|
|
|
17610
17700
|
"type": "string"
|
|
17611
17701
|
},
|
|
17612
17702
|
"value": {
|
|
17613
|
-
"type": "string"
|
|
17703
|
+
"type": "string",
|
|
17704
|
+
"priority": true
|
|
17614
17705
|
},
|
|
17615
17706
|
"autoComplete": {
|
|
17616
17707
|
"type": "string"
|
|
@@ -17631,28 +17722,35 @@
|
|
|
17631
17722
|
"type": "boolean"
|
|
17632
17723
|
},
|
|
17633
17724
|
"descriptiveText": {
|
|
17634
|
-
"type": "string"
|
|
17725
|
+
"type": "string",
|
|
17726
|
+
"priority": true
|
|
17635
17727
|
},
|
|
17636
17728
|
"errorMessage": {
|
|
17637
17729
|
"type": "string"
|
|
17638
17730
|
},
|
|
17639
17731
|
"thumbColor": {
|
|
17640
|
-
"type": "string"
|
|
17732
|
+
"type": "string",
|
|
17733
|
+
"priority": true
|
|
17641
17734
|
},
|
|
17642
17735
|
"isChecked": {
|
|
17643
|
-
"type": "boolean"
|
|
17736
|
+
"type": "boolean",
|
|
17737
|
+
"priority": true
|
|
17644
17738
|
},
|
|
17645
17739
|
"isLabelHidden": {
|
|
17646
|
-
"type": "boolean"
|
|
17740
|
+
"type": "boolean",
|
|
17741
|
+
"priority": true
|
|
17647
17742
|
},
|
|
17648
17743
|
"labelPosition": {
|
|
17649
|
-
"type": "string"
|
|
17744
|
+
"type": "string",
|
|
17745
|
+
"priority": true
|
|
17650
17746
|
},
|
|
17651
17747
|
"trackColor": {
|
|
17652
|
-
"type": "string"
|
|
17748
|
+
"type": "string",
|
|
17749
|
+
"priority": true
|
|
17653
17750
|
},
|
|
17654
17751
|
"trackCheckedColor": {
|
|
17655
|
-
"type": "string"
|
|
17752
|
+
"type": "string",
|
|
17753
|
+
"priority": true
|
|
17656
17754
|
}
|
|
17657
17755
|
}
|
|
17658
17756
|
},
|
|
@@ -17661,6 +17759,12 @@
|
|
|
17661
17759
|
"area": {
|
|
17662
17760
|
"type": "string"
|
|
17663
17761
|
},
|
|
17762
|
+
"slot": {
|
|
17763
|
+
"type": "string"
|
|
17764
|
+
},
|
|
17765
|
+
"title": {
|
|
17766
|
+
"type": "string"
|
|
17767
|
+
},
|
|
17664
17768
|
"isDisabled": {
|
|
17665
17769
|
"type": "boolean"
|
|
17666
17770
|
},
|
|
@@ -17823,48 +17927,6 @@
|
|
|
17823
17927
|
"role": {
|
|
17824
17928
|
"type": "string"
|
|
17825
17929
|
},
|
|
17826
|
-
"direction": {
|
|
17827
|
-
"type": "string"
|
|
17828
|
-
},
|
|
17829
|
-
"wrap": {
|
|
17830
|
-
"type": "string"
|
|
17831
|
-
},
|
|
17832
|
-
"alignItems": {
|
|
17833
|
-
"type": "string"
|
|
17834
|
-
},
|
|
17835
|
-
"alignContent": {
|
|
17836
|
-
"type": "string"
|
|
17837
|
-
},
|
|
17838
|
-
"justifyContent": {
|
|
17839
|
-
"type": "string"
|
|
17840
|
-
},
|
|
17841
|
-
"gap": {
|
|
17842
|
-
"type": "string"
|
|
17843
|
-
},
|
|
17844
|
-
"columnGap": {
|
|
17845
|
-
"type": "string"
|
|
17846
|
-
},
|
|
17847
|
-
"rowGap": {
|
|
17848
|
-
"type": "string"
|
|
17849
|
-
},
|
|
17850
|
-
"spacing": {
|
|
17851
|
-
"type": "string"
|
|
17852
|
-
},
|
|
17853
|
-
"defaultIndex": {
|
|
17854
|
-
"type": "string"
|
|
17855
|
-
},
|
|
17856
|
-
"currentIndex": {
|
|
17857
|
-
"type": "string"
|
|
17858
|
-
},
|
|
17859
|
-
"indicatorPosition": {
|
|
17860
|
-
"type": "string"
|
|
17861
|
-
},
|
|
17862
|
-
"slot": {
|
|
17863
|
-
"type": "string"
|
|
17864
|
-
},
|
|
17865
|
-
"title": {
|
|
17866
|
-
"type": "string"
|
|
17867
|
-
},
|
|
17868
17930
|
"key": {
|
|
17869
17931
|
"type": "string"
|
|
17870
17932
|
},
|
|
@@ -18119,17 +18181,46 @@
|
|
|
18119
18181
|
},
|
|
18120
18182
|
"aria-valuetext": {
|
|
18121
18183
|
"type": "string"
|
|
18122
|
-
}
|
|
18123
|
-
|
|
18124
|
-
|
|
18125
|
-
|
|
18126
|
-
|
|
18127
|
-
|
|
18184
|
+
},
|
|
18185
|
+
"direction": {
|
|
18186
|
+
"type": "string"
|
|
18187
|
+
},
|
|
18188
|
+
"wrap": {
|
|
18189
|
+
"type": "string"
|
|
18190
|
+
},
|
|
18191
|
+
"alignItems": {
|
|
18192
|
+
"type": "string"
|
|
18193
|
+
},
|
|
18194
|
+
"alignContent": {
|
|
18195
|
+
"type": "string"
|
|
18196
|
+
},
|
|
18197
|
+
"justifyContent": {
|
|
18198
|
+
"type": "string"
|
|
18199
|
+
},
|
|
18200
|
+
"gap": {
|
|
18201
|
+
"type": "string"
|
|
18202
|
+
},
|
|
18203
|
+
"columnGap": {
|
|
18204
|
+
"type": "string"
|
|
18205
|
+
},
|
|
18206
|
+
"rowGap": {
|
|
18207
|
+
"type": "string"
|
|
18208
|
+
},
|
|
18209
|
+
"spacing": {
|
|
18210
|
+
"type": "string"
|
|
18211
|
+
},
|
|
18212
|
+
"defaultIndex": {
|
|
18213
|
+
"type": "string"
|
|
18214
|
+
},
|
|
18215
|
+
"currentIndex": {
|
|
18216
|
+
"type": "string"
|
|
18217
|
+
},
|
|
18218
|
+
"indicatorPosition": {
|
|
18128
18219
|
"type": "string"
|
|
18129
18220
|
}
|
|
18130
18221
|
}
|
|
18131
18222
|
},
|
|
18132
|
-
"
|
|
18223
|
+
"TabItem": {
|
|
18133
18224
|
"properties": {
|
|
18134
18225
|
"area": {
|
|
18135
18226
|
"type": "string"
|
|
@@ -18293,12 +18384,6 @@
|
|
|
18293
18384
|
"rowStart": {
|
|
18294
18385
|
"type": "string"
|
|
18295
18386
|
},
|
|
18296
|
-
"ariaLabel": {
|
|
18297
|
-
"type": "string"
|
|
18298
|
-
},
|
|
18299
|
-
"ariaValuetext": {
|
|
18300
|
-
"type": "string"
|
|
18301
|
-
},
|
|
18302
18387
|
"role": {
|
|
18303
18388
|
"type": "string"
|
|
18304
18389
|
},
|
|
@@ -18559,21 +18644,18 @@
|
|
|
18559
18644
|
},
|
|
18560
18645
|
"children": {
|
|
18561
18646
|
"type": "string"
|
|
18562
|
-
},
|
|
18563
|
-
"variation": {
|
|
18564
|
-
"type": "string"
|
|
18565
|
-
},
|
|
18566
|
-
"isTruncated": {
|
|
18567
|
-
"type": "boolean"
|
|
18568
18647
|
}
|
|
18569
18648
|
}
|
|
18570
18649
|
},
|
|
18571
|
-
"
|
|
18650
|
+
"Text": {
|
|
18572
18651
|
"properties": {
|
|
18573
18652
|
"area": {
|
|
18574
18653
|
"type": "string"
|
|
18575
18654
|
},
|
|
18576
|
-
"
|
|
18655
|
+
"slot": {
|
|
18656
|
+
"type": "string"
|
|
18657
|
+
},
|
|
18658
|
+
"title": {
|
|
18577
18659
|
"type": "string"
|
|
18578
18660
|
},
|
|
18579
18661
|
"isDisabled": {
|
|
@@ -18610,7 +18692,8 @@
|
|
|
18610
18692
|
"type": "string"
|
|
18611
18693
|
},
|
|
18612
18694
|
"color": {
|
|
18613
|
-
"type": "string"
|
|
18695
|
+
"type": "string",
|
|
18696
|
+
"priority": true
|
|
18614
18697
|
},
|
|
18615
18698
|
"display": {
|
|
18616
18699
|
"type": "string"
|
|
@@ -18619,13 +18702,15 @@
|
|
|
18619
18702
|
"type": "string"
|
|
18620
18703
|
},
|
|
18621
18704
|
"fontSize": {
|
|
18622
|
-
"type": "string"
|
|
18705
|
+
"type": "string",
|
|
18706
|
+
"priority": true
|
|
18623
18707
|
},
|
|
18624
18708
|
"fontStyle": {
|
|
18625
18709
|
"type": "string"
|
|
18626
18710
|
},
|
|
18627
18711
|
"fontWeight": {
|
|
18628
|
-
"type": "string"
|
|
18712
|
+
"type": "string",
|
|
18713
|
+
"priority": true
|
|
18629
18714
|
},
|
|
18630
18715
|
"height": {
|
|
18631
18716
|
"type": "string"
|
|
@@ -18738,52 +18823,495 @@
|
|
|
18738
18823
|
"role": {
|
|
18739
18824
|
"type": "string"
|
|
18740
18825
|
},
|
|
18741
|
-
"
|
|
18826
|
+
"key": {
|
|
18742
18827
|
"type": "string"
|
|
18743
18828
|
},
|
|
18744
|
-
"
|
|
18745
|
-
"type": "
|
|
18829
|
+
"defaultChecked": {
|
|
18830
|
+
"type": "boolean"
|
|
18746
18831
|
},
|
|
18747
|
-
"
|
|
18832
|
+
"defaultValue": {
|
|
18748
18833
|
"type": "string"
|
|
18749
18834
|
},
|
|
18750
|
-
"
|
|
18751
|
-
"type": "
|
|
18835
|
+
"suppressContentEditableWarning": {
|
|
18836
|
+
"type": "boolean"
|
|
18752
18837
|
},
|
|
18753
|
-
"
|
|
18838
|
+
"suppressHydrationWarning": {
|
|
18839
|
+
"type": "boolean"
|
|
18840
|
+
},
|
|
18841
|
+
"accessKey": {
|
|
18754
18842
|
"type": "string"
|
|
18755
18843
|
},
|
|
18756
|
-
"
|
|
18844
|
+
"contentEditable": {
|
|
18757
18845
|
"type": "string"
|
|
18758
18846
|
},
|
|
18759
|
-
"
|
|
18847
|
+
"contextMenu": {
|
|
18760
18848
|
"type": "string"
|
|
18761
18849
|
},
|
|
18762
|
-
"
|
|
18850
|
+
"dir": {
|
|
18763
18851
|
"type": "string"
|
|
18764
18852
|
},
|
|
18765
|
-
"
|
|
18853
|
+
"draggable": {
|
|
18766
18854
|
"type": "string"
|
|
18767
18855
|
},
|
|
18768
|
-
"
|
|
18856
|
+
"hidden": {
|
|
18857
|
+
"type": "boolean"
|
|
18858
|
+
},
|
|
18859
|
+
"lang": {
|
|
18769
18860
|
"type": "string"
|
|
18770
18861
|
},
|
|
18771
|
-
"
|
|
18862
|
+
"placeholder": {
|
|
18772
18863
|
"type": "string"
|
|
18773
18864
|
},
|
|
18774
|
-
"
|
|
18865
|
+
"spellCheck": {
|
|
18775
18866
|
"type": "string"
|
|
18776
18867
|
},
|
|
18777
|
-
"
|
|
18868
|
+
"tabIndex": {
|
|
18869
|
+
"type": "number"
|
|
18870
|
+
},
|
|
18871
|
+
"translate": {
|
|
18778
18872
|
"type": "string"
|
|
18779
18873
|
},
|
|
18780
|
-
"
|
|
18874
|
+
"radioGroup": {
|
|
18781
18875
|
"type": "string"
|
|
18782
18876
|
},
|
|
18783
|
-
"
|
|
18877
|
+
"about": {
|
|
18784
18878
|
"type": "string"
|
|
18785
18879
|
},
|
|
18786
|
-
"
|
|
18880
|
+
"datatype": {
|
|
18881
|
+
"type": "string"
|
|
18882
|
+
},
|
|
18883
|
+
"prefix": {
|
|
18884
|
+
"type": "string"
|
|
18885
|
+
},
|
|
18886
|
+
"property": {
|
|
18887
|
+
"type": "string"
|
|
18888
|
+
},
|
|
18889
|
+
"resource": {
|
|
18890
|
+
"type": "string"
|
|
18891
|
+
},
|
|
18892
|
+
"typeof": {
|
|
18893
|
+
"type": "string"
|
|
18894
|
+
},
|
|
18895
|
+
"vocab": {
|
|
18896
|
+
"type": "string"
|
|
18897
|
+
},
|
|
18898
|
+
"autoCapitalize": {
|
|
18899
|
+
"type": "string"
|
|
18900
|
+
},
|
|
18901
|
+
"autoCorrect": {
|
|
18902
|
+
"type": "string"
|
|
18903
|
+
},
|
|
18904
|
+
"autoSave": {
|
|
18905
|
+
"type": "string"
|
|
18906
|
+
},
|
|
18907
|
+
"itemProp": {
|
|
18908
|
+
"type": "string"
|
|
18909
|
+
},
|
|
18910
|
+
"itemScope": {
|
|
18911
|
+
"type": "boolean"
|
|
18912
|
+
},
|
|
18913
|
+
"itemType": {
|
|
18914
|
+
"type": "string"
|
|
18915
|
+
},
|
|
18916
|
+
"itemID": {
|
|
18917
|
+
"type": "string"
|
|
18918
|
+
},
|
|
18919
|
+
"itemRef": {
|
|
18920
|
+
"type": "string"
|
|
18921
|
+
},
|
|
18922
|
+
"results": {
|
|
18923
|
+
"type": "number"
|
|
18924
|
+
},
|
|
18925
|
+
"security": {
|
|
18926
|
+
"type": "string"
|
|
18927
|
+
},
|
|
18928
|
+
"unselectable": {
|
|
18929
|
+
"type": "string"
|
|
18930
|
+
},
|
|
18931
|
+
"inputMode": {
|
|
18932
|
+
"type": "string"
|
|
18933
|
+
},
|
|
18934
|
+
"is": {
|
|
18935
|
+
"type": "string"
|
|
18936
|
+
},
|
|
18937
|
+
"aria-activedescendant": {
|
|
18938
|
+
"type": "string"
|
|
18939
|
+
},
|
|
18940
|
+
"aria-atomic": {
|
|
18941
|
+
"type": "string"
|
|
18942
|
+
},
|
|
18943
|
+
"aria-autocomplete": {
|
|
18944
|
+
"type": "string"
|
|
18945
|
+
},
|
|
18946
|
+
"aria-busy": {
|
|
18947
|
+
"type": "string"
|
|
18948
|
+
},
|
|
18949
|
+
"aria-checked": {
|
|
18950
|
+
"type": "string"
|
|
18951
|
+
},
|
|
18952
|
+
"aria-colcount": {
|
|
18953
|
+
"type": "number"
|
|
18954
|
+
},
|
|
18955
|
+
"aria-colindex": {
|
|
18956
|
+
"type": "number"
|
|
18957
|
+
},
|
|
18958
|
+
"aria-colspan": {
|
|
18959
|
+
"type": "number"
|
|
18960
|
+
},
|
|
18961
|
+
"aria-controls": {
|
|
18962
|
+
"type": "string"
|
|
18963
|
+
},
|
|
18964
|
+
"aria-current": {
|
|
18965
|
+
"type": "string"
|
|
18966
|
+
},
|
|
18967
|
+
"aria-describedby": {
|
|
18968
|
+
"type": "string"
|
|
18969
|
+
},
|
|
18970
|
+
"aria-details": {
|
|
18971
|
+
"type": "string"
|
|
18972
|
+
},
|
|
18973
|
+
"aria-disabled": {
|
|
18974
|
+
"type": "string"
|
|
18975
|
+
},
|
|
18976
|
+
"aria-dropeffect": {
|
|
18977
|
+
"type": "string"
|
|
18978
|
+
},
|
|
18979
|
+
"aria-errormessage": {
|
|
18980
|
+
"type": "string"
|
|
18981
|
+
},
|
|
18982
|
+
"aria-expanded": {
|
|
18983
|
+
"type": "string"
|
|
18984
|
+
},
|
|
18985
|
+
"aria-flowto": {
|
|
18986
|
+
"type": "string"
|
|
18987
|
+
},
|
|
18988
|
+
"aria-grabbed": {
|
|
18989
|
+
"type": "string"
|
|
18990
|
+
},
|
|
18991
|
+
"aria-haspopup": {
|
|
18992
|
+
"type": "string"
|
|
18993
|
+
},
|
|
18994
|
+
"aria-hidden": {
|
|
18995
|
+
"type": "string"
|
|
18996
|
+
},
|
|
18997
|
+
"aria-invalid": {
|
|
18998
|
+
"type": "string"
|
|
18999
|
+
},
|
|
19000
|
+
"aria-keyshortcuts": {
|
|
19001
|
+
"type": "string"
|
|
19002
|
+
},
|
|
19003
|
+
"aria-label": {
|
|
19004
|
+
"type": "string"
|
|
19005
|
+
},
|
|
19006
|
+
"aria-labelledby": {
|
|
19007
|
+
"type": "string"
|
|
19008
|
+
},
|
|
19009
|
+
"aria-level": {
|
|
19010
|
+
"type": "number"
|
|
19011
|
+
},
|
|
19012
|
+
"aria-live": {
|
|
19013
|
+
"type": "string"
|
|
19014
|
+
},
|
|
19015
|
+
"aria-modal": {
|
|
19016
|
+
"type": "string"
|
|
19017
|
+
},
|
|
19018
|
+
"aria-multiline": {
|
|
19019
|
+
"type": "string"
|
|
19020
|
+
},
|
|
19021
|
+
"aria-multiselectable": {
|
|
19022
|
+
"type": "string"
|
|
19023
|
+
},
|
|
19024
|
+
"aria-orientation": {
|
|
19025
|
+
"type": "string"
|
|
19026
|
+
},
|
|
19027
|
+
"aria-owns": {
|
|
19028
|
+
"type": "string"
|
|
19029
|
+
},
|
|
19030
|
+
"aria-placeholder": {
|
|
19031
|
+
"type": "string"
|
|
19032
|
+
},
|
|
19033
|
+
"aria-posinset": {
|
|
19034
|
+
"type": "number"
|
|
19035
|
+
},
|
|
19036
|
+
"aria-pressed": {
|
|
19037
|
+
"type": "string"
|
|
19038
|
+
},
|
|
19039
|
+
"aria-readonly": {
|
|
19040
|
+
"type": "string"
|
|
19041
|
+
},
|
|
19042
|
+
"aria-relevant": {
|
|
19043
|
+
"type": "string"
|
|
19044
|
+
},
|
|
19045
|
+
"aria-required": {
|
|
19046
|
+
"type": "string"
|
|
19047
|
+
},
|
|
19048
|
+
"aria-roledescription": {
|
|
19049
|
+
"type": "string"
|
|
19050
|
+
},
|
|
19051
|
+
"aria-rowcount": {
|
|
19052
|
+
"type": "number"
|
|
19053
|
+
},
|
|
19054
|
+
"aria-rowindex": {
|
|
19055
|
+
"type": "number"
|
|
19056
|
+
},
|
|
19057
|
+
"aria-rowspan": {
|
|
19058
|
+
"type": "number"
|
|
19059
|
+
},
|
|
19060
|
+
"aria-selected": {
|
|
19061
|
+
"type": "string"
|
|
19062
|
+
},
|
|
19063
|
+
"aria-setsize": {
|
|
19064
|
+
"type": "number"
|
|
19065
|
+
},
|
|
19066
|
+
"aria-sort": {
|
|
19067
|
+
"type": "string"
|
|
19068
|
+
},
|
|
19069
|
+
"aria-valuemax": {
|
|
19070
|
+
"type": "number"
|
|
19071
|
+
},
|
|
19072
|
+
"aria-valuemin": {
|
|
19073
|
+
"type": "number"
|
|
19074
|
+
},
|
|
19075
|
+
"aria-valuenow": {
|
|
19076
|
+
"type": "number"
|
|
19077
|
+
},
|
|
19078
|
+
"aria-valuetext": {
|
|
19079
|
+
"type": "string"
|
|
19080
|
+
},
|
|
19081
|
+
"children": {
|
|
19082
|
+
"type": "string",
|
|
19083
|
+
"priority": true
|
|
19084
|
+
},
|
|
19085
|
+
"variation": {
|
|
19086
|
+
"type": "string"
|
|
19087
|
+
},
|
|
19088
|
+
"isTruncated": {
|
|
19089
|
+
"type": "boolean"
|
|
19090
|
+
}
|
|
19091
|
+
}
|
|
19092
|
+
},
|
|
19093
|
+
"TextField": {
|
|
19094
|
+
"properties": {
|
|
19095
|
+
"area": {
|
|
19096
|
+
"type": "string"
|
|
19097
|
+
},
|
|
19098
|
+
"label": {
|
|
19099
|
+
"type": "string",
|
|
19100
|
+
"priority": true
|
|
19101
|
+
},
|
|
19102
|
+
"isDisabled": {
|
|
19103
|
+
"type": "boolean",
|
|
19104
|
+
"priority": true
|
|
19105
|
+
},
|
|
19106
|
+
"id": {
|
|
19107
|
+
"type": "string"
|
|
19108
|
+
},
|
|
19109
|
+
"className": {
|
|
19110
|
+
"type": "string"
|
|
19111
|
+
},
|
|
19112
|
+
"testId": {
|
|
19113
|
+
"type": "string"
|
|
19114
|
+
},
|
|
19115
|
+
"alignSelf": {
|
|
19116
|
+
"type": "string"
|
|
19117
|
+
},
|
|
19118
|
+
"backgroundColor": {
|
|
19119
|
+
"type": "string"
|
|
19120
|
+
},
|
|
19121
|
+
"backgroundImage": {
|
|
19122
|
+
"type": "string"
|
|
19123
|
+
},
|
|
19124
|
+
"border": {
|
|
19125
|
+
"type": "string"
|
|
19126
|
+
},
|
|
19127
|
+
"borderRadius": {
|
|
19128
|
+
"type": "string"
|
|
19129
|
+
},
|
|
19130
|
+
"bottom": {
|
|
19131
|
+
"type": "string"
|
|
19132
|
+
},
|
|
19133
|
+
"boxShadow": {
|
|
19134
|
+
"type": "string"
|
|
19135
|
+
},
|
|
19136
|
+
"color": {
|
|
19137
|
+
"type": "string"
|
|
19138
|
+
},
|
|
19139
|
+
"display": {
|
|
19140
|
+
"type": "string"
|
|
19141
|
+
},
|
|
19142
|
+
"fontFamily": {
|
|
19143
|
+
"type": "string"
|
|
19144
|
+
},
|
|
19145
|
+
"fontSize": {
|
|
19146
|
+
"type": "string"
|
|
19147
|
+
},
|
|
19148
|
+
"fontStyle": {
|
|
19149
|
+
"type": "string"
|
|
19150
|
+
},
|
|
19151
|
+
"fontWeight": {
|
|
19152
|
+
"type": "string"
|
|
19153
|
+
},
|
|
19154
|
+
"height": {
|
|
19155
|
+
"type": "string"
|
|
19156
|
+
},
|
|
19157
|
+
"left": {
|
|
19158
|
+
"type": "string"
|
|
19159
|
+
},
|
|
19160
|
+
"letterSpacing": {
|
|
19161
|
+
"type": "string"
|
|
19162
|
+
},
|
|
19163
|
+
"lineHeight": {
|
|
19164
|
+
"type": "string"
|
|
19165
|
+
},
|
|
19166
|
+
"margin": {
|
|
19167
|
+
"type": "string"
|
|
19168
|
+
},
|
|
19169
|
+
"maxHeight": {
|
|
19170
|
+
"type": "string"
|
|
19171
|
+
},
|
|
19172
|
+
"maxWidth": {
|
|
19173
|
+
"type": "string"
|
|
19174
|
+
},
|
|
19175
|
+
"minHeight": {
|
|
19176
|
+
"type": "string"
|
|
19177
|
+
},
|
|
19178
|
+
"minWidth": {
|
|
19179
|
+
"type": "string"
|
|
19180
|
+
},
|
|
19181
|
+
"opacity": {
|
|
19182
|
+
"type": "string"
|
|
19183
|
+
},
|
|
19184
|
+
"overflow": {
|
|
19185
|
+
"type": "string"
|
|
19186
|
+
},
|
|
19187
|
+
"padding": {
|
|
19188
|
+
"type": "string"
|
|
19189
|
+
},
|
|
19190
|
+
"position": {
|
|
19191
|
+
"type": "string"
|
|
19192
|
+
},
|
|
19193
|
+
"right": {
|
|
19194
|
+
"type": "string"
|
|
19195
|
+
},
|
|
19196
|
+
"textAlign": {
|
|
19197
|
+
"type": "string"
|
|
19198
|
+
},
|
|
19199
|
+
"textDecoration": {
|
|
19200
|
+
"type": "string"
|
|
19201
|
+
},
|
|
19202
|
+
"textTransform": {
|
|
19203
|
+
"type": "string"
|
|
19204
|
+
},
|
|
19205
|
+
"top": {
|
|
19206
|
+
"type": "string"
|
|
19207
|
+
},
|
|
19208
|
+
"transform": {
|
|
19209
|
+
"type": "string"
|
|
19210
|
+
},
|
|
19211
|
+
"transformOrigin": {
|
|
19212
|
+
"type": "string"
|
|
19213
|
+
},
|
|
19214
|
+
"width": {
|
|
19215
|
+
"type": "string"
|
|
19216
|
+
},
|
|
19217
|
+
"flex": {
|
|
19218
|
+
"type": "string"
|
|
19219
|
+
},
|
|
19220
|
+
"order": {
|
|
19221
|
+
"type": "string"
|
|
19222
|
+
},
|
|
19223
|
+
"grow": {
|
|
19224
|
+
"type": "string"
|
|
19225
|
+
},
|
|
19226
|
+
"shrink": {
|
|
19227
|
+
"type": "string"
|
|
19228
|
+
},
|
|
19229
|
+
"basis": {
|
|
19230
|
+
"type": "string"
|
|
19231
|
+
},
|
|
19232
|
+
"column": {
|
|
19233
|
+
"type": "string"
|
|
19234
|
+
},
|
|
19235
|
+
"columnEnd": {
|
|
19236
|
+
"type": "string"
|
|
19237
|
+
},
|
|
19238
|
+
"columnSpan": {
|
|
19239
|
+
"type": "string"
|
|
19240
|
+
},
|
|
19241
|
+
"columnStart": {
|
|
19242
|
+
"type": "string"
|
|
19243
|
+
},
|
|
19244
|
+
"row": {
|
|
19245
|
+
"type": "string"
|
|
19246
|
+
},
|
|
19247
|
+
"rowEnd": {
|
|
19248
|
+
"type": "string"
|
|
19249
|
+
},
|
|
19250
|
+
"rowSpan": {
|
|
19251
|
+
"type": "string"
|
|
19252
|
+
},
|
|
19253
|
+
"rowStart": {
|
|
19254
|
+
"type": "string"
|
|
19255
|
+
},
|
|
19256
|
+
"ariaLabel": {
|
|
19257
|
+
"type": "string"
|
|
19258
|
+
},
|
|
19259
|
+
"ariaValuetext": {
|
|
19260
|
+
"type": "string"
|
|
19261
|
+
},
|
|
19262
|
+
"role": {
|
|
19263
|
+
"type": "string"
|
|
19264
|
+
},
|
|
19265
|
+
"defaultValue": {
|
|
19266
|
+
"type": "string"
|
|
19267
|
+
},
|
|
19268
|
+
"placeholder": {
|
|
19269
|
+
"type": "string",
|
|
19270
|
+
"priority": true
|
|
19271
|
+
},
|
|
19272
|
+
"direction": {
|
|
19273
|
+
"type": "string"
|
|
19274
|
+
},
|
|
19275
|
+
"wrap": {
|
|
19276
|
+
"type": "string"
|
|
19277
|
+
},
|
|
19278
|
+
"alignItems": {
|
|
19279
|
+
"type": "string"
|
|
19280
|
+
},
|
|
19281
|
+
"alignContent": {
|
|
19282
|
+
"type": "string"
|
|
19283
|
+
},
|
|
19284
|
+
"justifyContent": {
|
|
19285
|
+
"type": "string"
|
|
19286
|
+
},
|
|
19287
|
+
"gap": {
|
|
19288
|
+
"type": "string"
|
|
19289
|
+
},
|
|
19290
|
+
"columnGap": {
|
|
19291
|
+
"type": "string"
|
|
19292
|
+
},
|
|
19293
|
+
"rowGap": {
|
|
19294
|
+
"type": "string"
|
|
19295
|
+
},
|
|
19296
|
+
"variation": {
|
|
19297
|
+
"type": "string",
|
|
19298
|
+
"priority": true
|
|
19299
|
+
},
|
|
19300
|
+
"size": {
|
|
19301
|
+
"type": "string",
|
|
19302
|
+
"priority": true
|
|
19303
|
+
},
|
|
19304
|
+
"name": {
|
|
19305
|
+
"type": "string"
|
|
19306
|
+
},
|
|
19307
|
+
"type": {
|
|
19308
|
+
"type": "string"
|
|
19309
|
+
},
|
|
19310
|
+
"value": {
|
|
19311
|
+
"type": "string",
|
|
19312
|
+
"priority": true
|
|
19313
|
+
},
|
|
19314
|
+
"autoComplete": {
|
|
18787
19315
|
"type": "string"
|
|
18788
19316
|
},
|
|
18789
19317
|
"labelHidden": {
|
|
@@ -18799,7 +19327,8 @@
|
|
|
18799
19327
|
"type": "boolean"
|
|
18800
19328
|
},
|
|
18801
19329
|
"descriptiveText": {
|
|
18802
|
-
"type": "string"
|
|
19330
|
+
"type": "string",
|
|
19331
|
+
"priority": true
|
|
18803
19332
|
},
|
|
18804
19333
|
"errorMessage": {
|
|
18805
19334
|
"type": "string"
|
|
@@ -18823,6 +19352,15 @@
|
|
|
18823
19352
|
"area": {
|
|
18824
19353
|
"type": "string"
|
|
18825
19354
|
},
|
|
19355
|
+
"form": {
|
|
19356
|
+
"type": "string"
|
|
19357
|
+
},
|
|
19358
|
+
"slot": {
|
|
19359
|
+
"type": "string"
|
|
19360
|
+
},
|
|
19361
|
+
"title": {
|
|
19362
|
+
"type": "string"
|
|
19363
|
+
},
|
|
18826
19364
|
"isDisabled": {
|
|
18827
19365
|
"type": "boolean"
|
|
18828
19366
|
},
|
|
@@ -18985,66 +19523,6 @@
|
|
|
18985
19523
|
"role": {
|
|
18986
19524
|
"type": "string"
|
|
18987
19525
|
},
|
|
18988
|
-
"direction": {
|
|
18989
|
-
"type": "string"
|
|
18990
|
-
},
|
|
18991
|
-
"wrap": {
|
|
18992
|
-
"type": "string"
|
|
18993
|
-
},
|
|
18994
|
-
"alignItems": {
|
|
18995
|
-
"type": "string"
|
|
18996
|
-
},
|
|
18997
|
-
"alignContent": {
|
|
18998
|
-
"type": "string"
|
|
18999
|
-
},
|
|
19000
|
-
"justifyContent": {
|
|
19001
|
-
"type": "string"
|
|
19002
|
-
},
|
|
19003
|
-
"gap": {
|
|
19004
|
-
"type": "string"
|
|
19005
|
-
},
|
|
19006
|
-
"columnGap": {
|
|
19007
|
-
"type": "string"
|
|
19008
|
-
},
|
|
19009
|
-
"rowGap": {
|
|
19010
|
-
"type": "string"
|
|
19011
|
-
},
|
|
19012
|
-
"variation": {
|
|
19013
|
-
"type": "string"
|
|
19014
|
-
},
|
|
19015
|
-
"size": {
|
|
19016
|
-
"type": "string"
|
|
19017
|
-
},
|
|
19018
|
-
"type": {
|
|
19019
|
-
"type": "string"
|
|
19020
|
-
},
|
|
19021
|
-
"value": {
|
|
19022
|
-
"type": "string"
|
|
19023
|
-
},
|
|
19024
|
-
"isFullWidth": {
|
|
19025
|
-
"type": "boolean"
|
|
19026
|
-
},
|
|
19027
|
-
"isLoading": {
|
|
19028
|
-
"type": "boolean"
|
|
19029
|
-
},
|
|
19030
|
-
"loadingText": {
|
|
19031
|
-
"type": "string"
|
|
19032
|
-
},
|
|
19033
|
-
"isPressed": {
|
|
19034
|
-
"type": "boolean"
|
|
19035
|
-
},
|
|
19036
|
-
"defaultPressed": {
|
|
19037
|
-
"type": "boolean"
|
|
19038
|
-
},
|
|
19039
|
-
"form": {
|
|
19040
|
-
"type": "string"
|
|
19041
|
-
},
|
|
19042
|
-
"slot": {
|
|
19043
|
-
"type": "string"
|
|
19044
|
-
},
|
|
19045
|
-
"title": {
|
|
19046
|
-
"type": "string"
|
|
19047
|
-
},
|
|
19048
19526
|
"key": {
|
|
19049
19527
|
"type": "string"
|
|
19050
19528
|
},
|
|
@@ -19303,6 +19781,36 @@
|
|
|
19303
19781
|
"children": {
|
|
19304
19782
|
"type": "string"
|
|
19305
19783
|
},
|
|
19784
|
+
"direction": {
|
|
19785
|
+
"type": "string"
|
|
19786
|
+
},
|
|
19787
|
+
"wrap": {
|
|
19788
|
+
"type": "string"
|
|
19789
|
+
},
|
|
19790
|
+
"alignItems": {
|
|
19791
|
+
"type": "string"
|
|
19792
|
+
},
|
|
19793
|
+
"alignContent": {
|
|
19794
|
+
"type": "string"
|
|
19795
|
+
},
|
|
19796
|
+
"justifyContent": {
|
|
19797
|
+
"type": "string"
|
|
19798
|
+
},
|
|
19799
|
+
"gap": {
|
|
19800
|
+
"type": "string"
|
|
19801
|
+
},
|
|
19802
|
+
"columnGap": {
|
|
19803
|
+
"type": "string"
|
|
19804
|
+
},
|
|
19805
|
+
"rowGap": {
|
|
19806
|
+
"type": "string"
|
|
19807
|
+
},
|
|
19808
|
+
"variation": {
|
|
19809
|
+
"type": "string"
|
|
19810
|
+
},
|
|
19811
|
+
"size": {
|
|
19812
|
+
"type": "string"
|
|
19813
|
+
},
|
|
19306
19814
|
"autoFocus": {
|
|
19307
19815
|
"type": "boolean"
|
|
19308
19816
|
},
|
|
@@ -19326,6 +19834,27 @@
|
|
|
19326
19834
|
},
|
|
19327
19835
|
"name": {
|
|
19328
19836
|
"type": "string"
|
|
19837
|
+
},
|
|
19838
|
+
"type": {
|
|
19839
|
+
"type": "string"
|
|
19840
|
+
},
|
|
19841
|
+
"value": {
|
|
19842
|
+
"type": "string"
|
|
19843
|
+
},
|
|
19844
|
+
"isFullWidth": {
|
|
19845
|
+
"type": "boolean"
|
|
19846
|
+
},
|
|
19847
|
+
"isLoading": {
|
|
19848
|
+
"type": "boolean"
|
|
19849
|
+
},
|
|
19850
|
+
"loadingText": {
|
|
19851
|
+
"type": "string"
|
|
19852
|
+
},
|
|
19853
|
+
"isPressed": {
|
|
19854
|
+
"type": "boolean"
|
|
19855
|
+
},
|
|
19856
|
+
"defaultPressed": {
|
|
19857
|
+
"type": "boolean"
|
|
19329
19858
|
}
|
|
19330
19859
|
}
|
|
19331
19860
|
},
|
|
@@ -19334,6 +19863,12 @@
|
|
|
19334
19863
|
"area": {
|
|
19335
19864
|
"type": "string"
|
|
19336
19865
|
},
|
|
19866
|
+
"slot": {
|
|
19867
|
+
"type": "string"
|
|
19868
|
+
},
|
|
19869
|
+
"title": {
|
|
19870
|
+
"type": "string"
|
|
19871
|
+
},
|
|
19337
19872
|
"isDisabled": {
|
|
19338
19873
|
"type": "boolean"
|
|
19339
19874
|
},
|
|
@@ -19496,51 +20031,6 @@
|
|
|
19496
20031
|
"role": {
|
|
19497
20032
|
"type": "string"
|
|
19498
20033
|
},
|
|
19499
|
-
"children": {
|
|
19500
|
-
"type": "string"
|
|
19501
|
-
},
|
|
19502
|
-
"direction": {
|
|
19503
|
-
"type": "string"
|
|
19504
|
-
},
|
|
19505
|
-
"wrap": {
|
|
19506
|
-
"type": "string"
|
|
19507
|
-
},
|
|
19508
|
-
"alignItems": {
|
|
19509
|
-
"type": "string"
|
|
19510
|
-
},
|
|
19511
|
-
"alignContent": {
|
|
19512
|
-
"type": "string"
|
|
19513
|
-
},
|
|
19514
|
-
"justifyContent": {
|
|
19515
|
-
"type": "string"
|
|
19516
|
-
},
|
|
19517
|
-
"gap": {
|
|
19518
|
-
"type": "string"
|
|
19519
|
-
},
|
|
19520
|
-
"columnGap": {
|
|
19521
|
-
"type": "string"
|
|
19522
|
-
},
|
|
19523
|
-
"rowGap": {
|
|
19524
|
-
"type": "string"
|
|
19525
|
-
},
|
|
19526
|
-
"variation": {
|
|
19527
|
-
"type": "string"
|
|
19528
|
-
},
|
|
19529
|
-
"size": {
|
|
19530
|
-
"type": "string"
|
|
19531
|
-
},
|
|
19532
|
-
"value": {
|
|
19533
|
-
"type": "string"
|
|
19534
|
-
},
|
|
19535
|
-
"isExclusive": {
|
|
19536
|
-
"type": "boolean"
|
|
19537
|
-
},
|
|
19538
|
-
"slot": {
|
|
19539
|
-
"type": "string"
|
|
19540
|
-
},
|
|
19541
|
-
"title": {
|
|
19542
|
-
"type": "string"
|
|
19543
|
-
},
|
|
19544
20034
|
"key": {
|
|
19545
20035
|
"type": "string"
|
|
19546
20036
|
},
|
|
@@ -19795,6 +20285,45 @@
|
|
|
19795
20285
|
},
|
|
19796
20286
|
"aria-valuetext": {
|
|
19797
20287
|
"type": "string"
|
|
20288
|
+
},
|
|
20289
|
+
"children": {
|
|
20290
|
+
"type": "string"
|
|
20291
|
+
},
|
|
20292
|
+
"direction": {
|
|
20293
|
+
"type": "string"
|
|
20294
|
+
},
|
|
20295
|
+
"wrap": {
|
|
20296
|
+
"type": "string"
|
|
20297
|
+
},
|
|
20298
|
+
"alignItems": {
|
|
20299
|
+
"type": "string"
|
|
20300
|
+
},
|
|
20301
|
+
"alignContent": {
|
|
20302
|
+
"type": "string"
|
|
20303
|
+
},
|
|
20304
|
+
"justifyContent": {
|
|
20305
|
+
"type": "string"
|
|
20306
|
+
},
|
|
20307
|
+
"gap": {
|
|
20308
|
+
"type": "string"
|
|
20309
|
+
},
|
|
20310
|
+
"columnGap": {
|
|
20311
|
+
"type": "string"
|
|
20312
|
+
},
|
|
20313
|
+
"rowGap": {
|
|
20314
|
+
"type": "string"
|
|
20315
|
+
},
|
|
20316
|
+
"variation": {
|
|
20317
|
+
"type": "string"
|
|
20318
|
+
},
|
|
20319
|
+
"size": {
|
|
20320
|
+
"type": "string"
|
|
20321
|
+
},
|
|
20322
|
+
"value": {
|
|
20323
|
+
"type": "string"
|
|
20324
|
+
},
|
|
20325
|
+
"isExclusive": {
|
|
20326
|
+
"type": "boolean"
|
|
19798
20327
|
}
|
|
19799
20328
|
}
|
|
19800
20329
|
},
|
|
@@ -22444,6 +22973,12 @@
|
|
|
22444
22973
|
"area": {
|
|
22445
22974
|
"type": "string"
|
|
22446
22975
|
},
|
|
22976
|
+
"slot": {
|
|
22977
|
+
"type": "string"
|
|
22978
|
+
},
|
|
22979
|
+
"title": {
|
|
22980
|
+
"type": "string"
|
|
22981
|
+
},
|
|
22447
22982
|
"isDisabled": {
|
|
22448
22983
|
"type": "boolean"
|
|
22449
22984
|
},
|
|
@@ -22606,12 +23141,6 @@
|
|
|
22606
23141
|
"role": {
|
|
22607
23142
|
"type": "string"
|
|
22608
23143
|
},
|
|
22609
|
-
"slot": {
|
|
22610
|
-
"type": "string"
|
|
22611
|
-
},
|
|
22612
|
-
"title": {
|
|
22613
|
-
"type": "string"
|
|
22614
|
-
},
|
|
22615
23144
|
"key": {
|
|
22616
23145
|
"type": "string"
|
|
22617
23146
|
},
|