@aws-amplify/ui-react 2.1.2 → 2.1.3
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/index.d.ts +4 -5
- package/dist/index.js +1 -1
- package/dist/index.js.map +3 -3
- package/dist/primitives.json +218 -109
- package/package.json +4 -3
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
|
},
|
|
@@ -18594,7 +18692,8 @@
|
|
|
18594
18692
|
"type": "string"
|
|
18595
18693
|
},
|
|
18596
18694
|
"color": {
|
|
18597
|
-
"type": "string"
|
|
18695
|
+
"type": "string",
|
|
18696
|
+
"priority": true
|
|
18598
18697
|
},
|
|
18599
18698
|
"display": {
|
|
18600
18699
|
"type": "string"
|
|
@@ -18603,13 +18702,15 @@
|
|
|
18603
18702
|
"type": "string"
|
|
18604
18703
|
},
|
|
18605
18704
|
"fontSize": {
|
|
18606
|
-
"type": "string"
|
|
18705
|
+
"type": "string",
|
|
18706
|
+
"priority": true
|
|
18607
18707
|
},
|
|
18608
18708
|
"fontStyle": {
|
|
18609
18709
|
"type": "string"
|
|
18610
18710
|
},
|
|
18611
18711
|
"fontWeight": {
|
|
18612
|
-
"type": "string"
|
|
18712
|
+
"type": "string",
|
|
18713
|
+
"priority": true
|
|
18613
18714
|
},
|
|
18614
18715
|
"height": {
|
|
18615
18716
|
"type": "string"
|
|
@@ -18978,7 +19079,8 @@
|
|
|
18978
19079
|
"type": "string"
|
|
18979
19080
|
},
|
|
18980
19081
|
"children": {
|
|
18981
|
-
"type": "string"
|
|
19082
|
+
"type": "string",
|
|
19083
|
+
"priority": true
|
|
18982
19084
|
},
|
|
18983
19085
|
"variation": {
|
|
18984
19086
|
"type": "string"
|
|
@@ -18994,10 +19096,12 @@
|
|
|
18994
19096
|
"type": "string"
|
|
18995
19097
|
},
|
|
18996
19098
|
"label": {
|
|
18997
|
-
"type": "string"
|
|
19099
|
+
"type": "string",
|
|
19100
|
+
"priority": true
|
|
18998
19101
|
},
|
|
18999
19102
|
"isDisabled": {
|
|
19000
|
-
"type": "boolean"
|
|
19103
|
+
"type": "boolean",
|
|
19104
|
+
"priority": true
|
|
19001
19105
|
},
|
|
19002
19106
|
"id": {
|
|
19003
19107
|
"type": "string"
|
|
@@ -19162,7 +19266,8 @@
|
|
|
19162
19266
|
"type": "string"
|
|
19163
19267
|
},
|
|
19164
19268
|
"placeholder": {
|
|
19165
|
-
"type": "string"
|
|
19269
|
+
"type": "string",
|
|
19270
|
+
"priority": true
|
|
19166
19271
|
},
|
|
19167
19272
|
"direction": {
|
|
19168
19273
|
"type": "string"
|
|
@@ -19189,10 +19294,12 @@
|
|
|
19189
19294
|
"type": "string"
|
|
19190
19295
|
},
|
|
19191
19296
|
"variation": {
|
|
19192
|
-
"type": "string"
|
|
19297
|
+
"type": "string",
|
|
19298
|
+
"priority": true
|
|
19193
19299
|
},
|
|
19194
19300
|
"size": {
|
|
19195
|
-
"type": "string"
|
|
19301
|
+
"type": "string",
|
|
19302
|
+
"priority": true
|
|
19196
19303
|
},
|
|
19197
19304
|
"name": {
|
|
19198
19305
|
"type": "string"
|
|
@@ -19201,7 +19308,8 @@
|
|
|
19201
19308
|
"type": "string"
|
|
19202
19309
|
},
|
|
19203
19310
|
"value": {
|
|
19204
|
-
"type": "string"
|
|
19311
|
+
"type": "string",
|
|
19312
|
+
"priority": true
|
|
19205
19313
|
},
|
|
19206
19314
|
"autoComplete": {
|
|
19207
19315
|
"type": "string"
|
|
@@ -19219,7 +19327,8 @@
|
|
|
19219
19327
|
"type": "boolean"
|
|
19220
19328
|
},
|
|
19221
19329
|
"descriptiveText": {
|
|
19222
|
-
"type": "string"
|
|
19330
|
+
"type": "string",
|
|
19331
|
+
"priority": true
|
|
19223
19332
|
},
|
|
19224
19333
|
"errorMessage": {
|
|
19225
19334
|
"type": "string"
|