@aws-amplify/ui-react 2.1.2 → 2.1.6
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.css +2 -1
- package/dist/esm/index.css.map +1 -7
- package/dist/esm/index.js +2 -1
- package/dist/esm/index.js.map +1 -7
- package/dist/esm/internal.js +2 -1
- package/dist/esm/internal.js.map +1 -7
- package/dist/esm/legacy.js +2 -1
- package/dist/esm/legacy.js.map +1 -7
- package/dist/esm/styles.css +2 -0
- package/dist/esm/styles.css.map +1 -0
- package/dist/esm/styles.js +2 -0
- package/dist/esm/styles.js.map +1 -0
- package/dist/index.css +2 -1
- package/dist/index.css.map +1 -7
- package/dist/index.d.ts +109 -64
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -7
- package/dist/internal.d.ts +10 -1
- package/dist/internal.js +2 -1
- package/dist/internal.js.map +1 -7
- package/dist/legacy.js +2 -1
- package/dist/legacy.js.map +1 -7
- package/dist/primitives.json +360 -107
- package/dist/styles.css +2 -0
- package/dist/styles.css.map +1 -0
- package/dist/styles.d.ts +1 -0
- package/dist/styles.js +2 -0
- package/dist/styles.js.map +1 -0
- package/package.json +15 -9
package/dist/primitives.json
CHANGED
|
@@ -124,6 +124,9 @@
|
|
|
124
124
|
"width": {
|
|
125
125
|
"type": "string"
|
|
126
126
|
},
|
|
127
|
+
"whiteSpace": {
|
|
128
|
+
"type": "string"
|
|
129
|
+
},
|
|
127
130
|
"flex": {
|
|
128
131
|
"type": "string"
|
|
129
132
|
},
|
|
@@ -428,7 +431,8 @@
|
|
|
428
431
|
"type": "string"
|
|
429
432
|
},
|
|
430
433
|
"children": {
|
|
431
|
-
"type": "string"
|
|
434
|
+
"type": "string",
|
|
435
|
+
"priority": true
|
|
432
436
|
},
|
|
433
437
|
"heading": {
|
|
434
438
|
"type": "string"
|
|
@@ -458,13 +462,16 @@
|
|
|
458
462
|
"type": "string"
|
|
459
463
|
},
|
|
460
464
|
"variation": {
|
|
461
|
-
"type": "string"
|
|
465
|
+
"type": "string",
|
|
466
|
+
"priority": true
|
|
462
467
|
},
|
|
463
468
|
"isDismissible": {
|
|
464
|
-
"type": "boolean"
|
|
469
|
+
"type": "boolean",
|
|
470
|
+
"priority": true
|
|
465
471
|
},
|
|
466
472
|
"hasIcon": {
|
|
467
|
-
"type": "boolean"
|
|
473
|
+
"type": "boolean",
|
|
474
|
+
"priority": true
|
|
468
475
|
}
|
|
469
476
|
}
|
|
470
477
|
},
|
|
@@ -593,6 +600,9 @@
|
|
|
593
600
|
"width": {
|
|
594
601
|
"type": "string"
|
|
595
602
|
},
|
|
603
|
+
"whiteSpace": {
|
|
604
|
+
"type": "string"
|
|
605
|
+
},
|
|
596
606
|
"flex": {
|
|
597
607
|
"type": "string"
|
|
598
608
|
},
|
|
@@ -897,13 +907,16 @@
|
|
|
897
907
|
"type": "string"
|
|
898
908
|
},
|
|
899
909
|
"children": {
|
|
900
|
-
"type": "string"
|
|
910
|
+
"type": "string",
|
|
911
|
+
"priority": true
|
|
901
912
|
},
|
|
902
913
|
"variation": {
|
|
903
|
-
"type": "string"
|
|
914
|
+
"type": "string",
|
|
915
|
+
"priority": true
|
|
904
916
|
},
|
|
905
917
|
"size": {
|
|
906
|
-
"type": "string"
|
|
918
|
+
"type": "string",
|
|
919
|
+
"priority": true
|
|
907
920
|
}
|
|
908
921
|
}
|
|
909
922
|
},
|
|
@@ -1035,6 +1048,9 @@
|
|
|
1035
1048
|
"width": {
|
|
1036
1049
|
"type": "string"
|
|
1037
1050
|
},
|
|
1051
|
+
"whiteSpace": {
|
|
1052
|
+
"type": "string"
|
|
1053
|
+
},
|
|
1038
1054
|
"flex": {
|
|
1039
1055
|
"type": "string"
|
|
1040
1056
|
},
|
|
@@ -1339,7 +1355,8 @@
|
|
|
1339
1355
|
"type": "string"
|
|
1340
1356
|
},
|
|
1341
1357
|
"children": {
|
|
1342
|
-
"type": "string"
|
|
1358
|
+
"type": "string",
|
|
1359
|
+
"priority": true
|
|
1343
1360
|
},
|
|
1344
1361
|
"direction": {
|
|
1345
1362
|
"type": "string"
|
|
@@ -1366,10 +1383,12 @@
|
|
|
1366
1383
|
"type": "string"
|
|
1367
1384
|
},
|
|
1368
1385
|
"variation": {
|
|
1369
|
-
"type": "string"
|
|
1386
|
+
"type": "string",
|
|
1387
|
+
"priority": true
|
|
1370
1388
|
},
|
|
1371
1389
|
"size": {
|
|
1372
|
-
"type": "string"
|
|
1390
|
+
"type": "string",
|
|
1391
|
+
"priority": true
|
|
1373
1392
|
},
|
|
1374
1393
|
"autoFocus": {
|
|
1375
1394
|
"type": "boolean"
|
|
@@ -1537,6 +1556,9 @@
|
|
|
1537
1556
|
"width": {
|
|
1538
1557
|
"type": "string"
|
|
1539
1558
|
},
|
|
1559
|
+
"whiteSpace": {
|
|
1560
|
+
"type": "string"
|
|
1561
|
+
},
|
|
1540
1562
|
"flex": {
|
|
1541
1563
|
"type": "string"
|
|
1542
1564
|
},
|
|
@@ -2000,6 +2022,9 @@
|
|
|
2000
2022
|
"width": {
|
|
2001
2023
|
"type": "string"
|
|
2002
2024
|
},
|
|
2025
|
+
"whiteSpace": {
|
|
2026
|
+
"type": "string"
|
|
2027
|
+
},
|
|
2003
2028
|
"flex": {
|
|
2004
2029
|
"type": "string"
|
|
2005
2030
|
},
|
|
@@ -2307,7 +2332,8 @@
|
|
|
2307
2332
|
"type": "string"
|
|
2308
2333
|
},
|
|
2309
2334
|
"variation": {
|
|
2310
|
-
"type": "string"
|
|
2335
|
+
"type": "string",
|
|
2336
|
+
"priority": true
|
|
2311
2337
|
}
|
|
2312
2338
|
}
|
|
2313
2339
|
},
|
|
@@ -2445,6 +2471,9 @@
|
|
|
2445
2471
|
"width": {
|
|
2446
2472
|
"type": "string"
|
|
2447
2473
|
},
|
|
2474
|
+
"whiteSpace": {
|
|
2475
|
+
"type": "string"
|
|
2476
|
+
},
|
|
2448
2477
|
"flex": {
|
|
2449
2478
|
"type": "string"
|
|
2450
2479
|
},
|
|
@@ -3001,6 +3030,9 @@
|
|
|
3001
3030
|
"width": {
|
|
3002
3031
|
"type": "string"
|
|
3003
3032
|
},
|
|
3033
|
+
"whiteSpace": {
|
|
3034
|
+
"type": "string"
|
|
3035
|
+
},
|
|
3004
3036
|
"flex": {
|
|
3005
3037
|
"type": "string"
|
|
3006
3038
|
},
|
|
@@ -3212,6 +3244,9 @@
|
|
|
3212
3244
|
"width": {
|
|
3213
3245
|
"type": "string"
|
|
3214
3246
|
},
|
|
3247
|
+
"whiteSpace": {
|
|
3248
|
+
"type": "string"
|
|
3249
|
+
},
|
|
3215
3250
|
"flex": {
|
|
3216
3251
|
"type": "string"
|
|
3217
3252
|
},
|
|
@@ -3519,10 +3554,12 @@
|
|
|
3519
3554
|
"type": "string"
|
|
3520
3555
|
},
|
|
3521
3556
|
"size": {
|
|
3522
|
-
"type": "string"
|
|
3557
|
+
"type": "string",
|
|
3558
|
+
"priority": true
|
|
3523
3559
|
},
|
|
3524
3560
|
"orientation": {
|
|
3525
|
-
"type": "string"
|
|
3561
|
+
"type": "string",
|
|
3562
|
+
"priority": true
|
|
3526
3563
|
}
|
|
3527
3564
|
}
|
|
3528
3565
|
},
|
|
@@ -3651,6 +3688,9 @@
|
|
|
3651
3688
|
"width": {
|
|
3652
3689
|
"type": "string"
|
|
3653
3690
|
},
|
|
3691
|
+
"whiteSpace": {
|
|
3692
|
+
"type": "string"
|
|
3693
|
+
},
|
|
3654
3694
|
"flex": {
|
|
3655
3695
|
"type": "string"
|
|
3656
3696
|
},
|
|
@@ -4099,6 +4139,9 @@
|
|
|
4099
4139
|
"width": {
|
|
4100
4140
|
"type": "string"
|
|
4101
4141
|
},
|
|
4142
|
+
"whiteSpace": {
|
|
4143
|
+
"type": "string"
|
|
4144
|
+
},
|
|
4102
4145
|
"flex": {
|
|
4103
4146
|
"type": "string"
|
|
4104
4147
|
},
|
|
@@ -4541,6 +4584,9 @@
|
|
|
4541
4584
|
"width": {
|
|
4542
4585
|
"type": "string"
|
|
4543
4586
|
},
|
|
4587
|
+
"whiteSpace": {
|
|
4588
|
+
"type": "string"
|
|
4589
|
+
},
|
|
4544
4590
|
"flex": {
|
|
4545
4591
|
"type": "string"
|
|
4546
4592
|
},
|
|
@@ -4983,6 +5029,9 @@
|
|
|
4983
5029
|
"width": {
|
|
4984
5030
|
"type": "string"
|
|
4985
5031
|
},
|
|
5032
|
+
"whiteSpace": {
|
|
5033
|
+
"type": "string"
|
|
5034
|
+
},
|
|
4986
5035
|
"flex": {
|
|
4987
5036
|
"type": "string"
|
|
4988
5037
|
},
|
|
@@ -5458,6 +5507,9 @@
|
|
|
5458
5507
|
"width": {
|
|
5459
5508
|
"type": "string"
|
|
5460
5509
|
},
|
|
5510
|
+
"whiteSpace": {
|
|
5511
|
+
"type": "string"
|
|
5512
|
+
},
|
|
5461
5513
|
"flex": {
|
|
5462
5514
|
"type": "string"
|
|
5463
5515
|
},
|
|
@@ -5765,22 +5817,27 @@
|
|
|
5765
5817
|
"type": "string"
|
|
5766
5818
|
},
|
|
5767
5819
|
"direction": {
|
|
5768
|
-
"type": "string"
|
|
5820
|
+
"type": "string",
|
|
5821
|
+
"priority": true
|
|
5769
5822
|
},
|
|
5770
5823
|
"wrap": {
|
|
5771
|
-
"type": "string"
|
|
5824
|
+
"type": "string",
|
|
5825
|
+
"priority": true
|
|
5772
5826
|
},
|
|
5773
5827
|
"alignItems": {
|
|
5774
|
-
"type": "string"
|
|
5828
|
+
"type": "string",
|
|
5829
|
+
"priority": true
|
|
5775
5830
|
},
|
|
5776
5831
|
"alignContent": {
|
|
5777
5832
|
"type": "string"
|
|
5778
5833
|
},
|
|
5779
5834
|
"justifyContent": {
|
|
5780
|
-
"type": "string"
|
|
5835
|
+
"type": "string",
|
|
5836
|
+
"priority": true
|
|
5781
5837
|
},
|
|
5782
5838
|
"gap": {
|
|
5783
|
-
"type": "string"
|
|
5839
|
+
"type": "string",
|
|
5840
|
+
"priority": true
|
|
5784
5841
|
},
|
|
5785
5842
|
"columnGap": {
|
|
5786
5843
|
"type": "string"
|
|
@@ -5915,6 +5972,9 @@
|
|
|
5915
5972
|
"width": {
|
|
5916
5973
|
"type": "string"
|
|
5917
5974
|
},
|
|
5975
|
+
"whiteSpace": {
|
|
5976
|
+
"type": "string"
|
|
5977
|
+
},
|
|
5918
5978
|
"flex": {
|
|
5919
5979
|
"type": "string"
|
|
5920
5980
|
},
|
|
@@ -6384,6 +6444,9 @@
|
|
|
6384
6444
|
"width": {
|
|
6385
6445
|
"type": "string"
|
|
6386
6446
|
},
|
|
6447
|
+
"whiteSpace": {
|
|
6448
|
+
"type": "string"
|
|
6449
|
+
},
|
|
6387
6450
|
"flex": {
|
|
6388
6451
|
"type": "string"
|
|
6389
6452
|
},
|
|
@@ -6688,7 +6751,8 @@
|
|
|
6688
6751
|
"type": "string"
|
|
6689
6752
|
},
|
|
6690
6753
|
"children": {
|
|
6691
|
-
"type": "string"
|
|
6754
|
+
"type": "string",
|
|
6755
|
+
"priority": true
|
|
6692
6756
|
},
|
|
6693
6757
|
"variation": {
|
|
6694
6758
|
"type": "string"
|
|
@@ -6752,7 +6816,8 @@
|
|
|
6752
6816
|
"type": "string"
|
|
6753
6817
|
},
|
|
6754
6818
|
"color": {
|
|
6755
|
-
"type": "string"
|
|
6819
|
+
"type": "string",
|
|
6820
|
+
"priority": true
|
|
6756
6821
|
},
|
|
6757
6822
|
"display": {
|
|
6758
6823
|
"type": "string"
|
|
@@ -6770,7 +6835,8 @@
|
|
|
6770
6835
|
"type": "string"
|
|
6771
6836
|
},
|
|
6772
6837
|
"height": {
|
|
6773
|
-
"type": "string"
|
|
6838
|
+
"type": "string",
|
|
6839
|
+
"priority": true
|
|
6774
6840
|
},
|
|
6775
6841
|
"left": {
|
|
6776
6842
|
"type": "string"
|
|
@@ -6830,6 +6896,10 @@
|
|
|
6830
6896
|
"type": "string"
|
|
6831
6897
|
},
|
|
6832
6898
|
"width": {
|
|
6899
|
+
"type": "string",
|
|
6900
|
+
"priority": true
|
|
6901
|
+
},
|
|
6902
|
+
"whiteSpace": {
|
|
6833
6903
|
"type": "string"
|
|
6834
6904
|
},
|
|
6835
6905
|
"flex": {
|
|
@@ -7803,7 +7873,8 @@
|
|
|
7803
7873
|
"type": "string"
|
|
7804
7874
|
},
|
|
7805
7875
|
"height": {
|
|
7806
|
-
"type": "string"
|
|
7876
|
+
"type": "string",
|
|
7877
|
+
"priority": true
|
|
7807
7878
|
},
|
|
7808
7879
|
"left": {
|
|
7809
7880
|
"type": "string"
|
|
@@ -7863,6 +7934,10 @@
|
|
|
7863
7934
|
"type": "string"
|
|
7864
7935
|
},
|
|
7865
7936
|
"width": {
|
|
7937
|
+
"type": "string",
|
|
7938
|
+
"priority": true
|
|
7939
|
+
},
|
|
7940
|
+
"whiteSpace": {
|
|
7866
7941
|
"type": "string"
|
|
7867
7942
|
},
|
|
7868
7943
|
"flex": {
|
|
@@ -8172,13 +8247,15 @@
|
|
|
8172
8247
|
"type": "string"
|
|
8173
8248
|
},
|
|
8174
8249
|
"alt": {
|
|
8175
|
-
"type": "string"
|
|
8250
|
+
"type": "string",
|
|
8251
|
+
"priority": true
|
|
8176
8252
|
},
|
|
8177
8253
|
"crossOrigin": {
|
|
8178
8254
|
"type": "string"
|
|
8179
8255
|
},
|
|
8180
8256
|
"src": {
|
|
8181
|
-
"type": "string"
|
|
8257
|
+
"type": "string",
|
|
8258
|
+
"priority": true
|
|
8182
8259
|
},
|
|
8183
8260
|
"decoding": {
|
|
8184
8261
|
"type": "string"
|
|
@@ -8199,7 +8276,8 @@
|
|
|
8199
8276
|
"type": "string"
|
|
8200
8277
|
},
|
|
8201
8278
|
"objectFit": {
|
|
8202
|
-
"type": "string"
|
|
8279
|
+
"type": "string",
|
|
8280
|
+
"priority": true
|
|
8203
8281
|
},
|
|
8204
8282
|
"objectPosition": {
|
|
8205
8283
|
"type": "string"
|
|
@@ -8331,6 +8409,9 @@
|
|
|
8331
8409
|
"width": {
|
|
8332
8410
|
"type": "string"
|
|
8333
8411
|
},
|
|
8412
|
+
"whiteSpace": {
|
|
8413
|
+
"type": "string"
|
|
8414
|
+
},
|
|
8334
8415
|
"flex": {
|
|
8335
8416
|
"type": "string"
|
|
8336
8417
|
},
|
|
@@ -8800,6 +8881,9 @@
|
|
|
8800
8881
|
"width": {
|
|
8801
8882
|
"type": "string"
|
|
8802
8883
|
},
|
|
8884
|
+
"whiteSpace": {
|
|
8885
|
+
"type": "string"
|
|
8886
|
+
},
|
|
8803
8887
|
"flex": {
|
|
8804
8888
|
"type": "string"
|
|
8805
8889
|
},
|
|
@@ -9845,6 +9929,9 @@
|
|
|
9845
9929
|
"width": {
|
|
9846
9930
|
"type": "string"
|
|
9847
9931
|
},
|
|
9932
|
+
"whiteSpace": {
|
|
9933
|
+
"type": "string"
|
|
9934
|
+
},
|
|
9848
9935
|
"flex": {
|
|
9849
9936
|
"type": "string"
|
|
9850
9937
|
},
|
|
@@ -10311,6 +10398,9 @@
|
|
|
10311
10398
|
"width": {
|
|
10312
10399
|
"type": "string"
|
|
10313
10400
|
},
|
|
10401
|
+
"whiteSpace": {
|
|
10402
|
+
"type": "string"
|
|
10403
|
+
},
|
|
10314
10404
|
"flex": {
|
|
10315
10405
|
"type": "string"
|
|
10316
10406
|
},
|
|
@@ -10837,6 +10927,9 @@
|
|
|
10837
10927
|
"width": {
|
|
10838
10928
|
"type": "string"
|
|
10839
10929
|
},
|
|
10930
|
+
"whiteSpace": {
|
|
10931
|
+
"type": "string"
|
|
10932
|
+
},
|
|
10840
10933
|
"flex": {
|
|
10841
10934
|
"type": "string"
|
|
10842
10935
|
},
|
|
@@ -11042,6 +11135,9 @@
|
|
|
11042
11135
|
"width": {
|
|
11043
11136
|
"type": "string"
|
|
11044
11137
|
},
|
|
11138
|
+
"whiteSpace": {
|
|
11139
|
+
"type": "string"
|
|
11140
|
+
},
|
|
11045
11141
|
"flex": {
|
|
11046
11142
|
"type": "string"
|
|
11047
11143
|
},
|
|
@@ -11349,13 +11445,16 @@
|
|
|
11349
11445
|
"type": "string"
|
|
11350
11446
|
},
|
|
11351
11447
|
"currentPage": {
|
|
11352
|
-
"type": "number"
|
|
11448
|
+
"type": "number",
|
|
11449
|
+
"priority": true
|
|
11353
11450
|
},
|
|
11354
11451
|
"totalPages": {
|
|
11355
|
-
"type": "number"
|
|
11452
|
+
"type": "number",
|
|
11453
|
+
"priority": true
|
|
11356
11454
|
},
|
|
11357
11455
|
"siblingCount": {
|
|
11358
|
-
"type": "number"
|
|
11456
|
+
"type": "number",
|
|
11457
|
+
"priority": true
|
|
11359
11458
|
}
|
|
11360
11459
|
}
|
|
11361
11460
|
},
|
|
@@ -11368,7 +11467,8 @@
|
|
|
11368
11467
|
"type": "string"
|
|
11369
11468
|
},
|
|
11370
11469
|
"label": {
|
|
11371
|
-
"type": "string"
|
|
11470
|
+
"type": "string",
|
|
11471
|
+
"priority": true
|
|
11372
11472
|
},
|
|
11373
11473
|
"slot": {
|
|
11374
11474
|
"type": "string"
|
|
@@ -11380,7 +11480,8 @@
|
|
|
11380
11480
|
"type": "string"
|
|
11381
11481
|
},
|
|
11382
11482
|
"isDisabled": {
|
|
11383
|
-
"type": "boolean"
|
|
11483
|
+
"type": "boolean",
|
|
11484
|
+
"priority": true
|
|
11384
11485
|
},
|
|
11385
11486
|
"id": {
|
|
11386
11487
|
"type": "string"
|
|
@@ -11493,6 +11594,9 @@
|
|
|
11493
11594
|
"width": {
|
|
11494
11595
|
"type": "string"
|
|
11495
11596
|
},
|
|
11597
|
+
"whiteSpace": {
|
|
11598
|
+
"type": "string"
|
|
11599
|
+
},
|
|
11496
11600
|
"flex": {
|
|
11497
11601
|
"type": "string"
|
|
11498
11602
|
},
|
|
@@ -11578,7 +11682,8 @@
|
|
|
11578
11682
|
"type": "string"
|
|
11579
11683
|
},
|
|
11580
11684
|
"placeholder": {
|
|
11581
|
-
"type": "string"
|
|
11685
|
+
"type": "string",
|
|
11686
|
+
"priority": true
|
|
11582
11687
|
},
|
|
11583
11688
|
"spellCheck": {
|
|
11584
11689
|
"type": "string"
|
|
@@ -11833,7 +11938,8 @@
|
|
|
11833
11938
|
"type": "string"
|
|
11834
11939
|
},
|
|
11835
11940
|
"size": {
|
|
11836
|
-
"type": "string"
|
|
11941
|
+
"type": "string",
|
|
11942
|
+
"priority": true
|
|
11837
11943
|
},
|
|
11838
11944
|
"autoFocus": {
|
|
11839
11945
|
"type": "boolean"
|
|
@@ -11863,7 +11969,8 @@
|
|
|
11863
11969
|
"type": "string"
|
|
11864
11970
|
},
|
|
11865
11971
|
"value": {
|
|
11866
|
-
"type": "string"
|
|
11972
|
+
"type": "string",
|
|
11973
|
+
"priority": true
|
|
11867
11974
|
},
|
|
11868
11975
|
"accept": {
|
|
11869
11976
|
"type": "string"
|
|
@@ -11911,7 +12018,8 @@
|
|
|
11911
12018
|
"type": "string"
|
|
11912
12019
|
},
|
|
11913
12020
|
"labelHidden": {
|
|
11914
|
-
"type": "boolean"
|
|
12021
|
+
"type": "boolean",
|
|
12022
|
+
"priority": true
|
|
11915
12023
|
},
|
|
11916
12024
|
"hasError": {
|
|
11917
12025
|
"type": "boolean"
|
|
@@ -11923,13 +12031,15 @@
|
|
|
11923
12031
|
"type": "boolean"
|
|
11924
12032
|
},
|
|
11925
12033
|
"descriptiveText": {
|
|
11926
|
-
"type": "string"
|
|
12034
|
+
"type": "string",
|
|
12035
|
+
"priority": true
|
|
11927
12036
|
},
|
|
11928
12037
|
"errorMessage": {
|
|
11929
12038
|
"type": "string"
|
|
11930
12039
|
},
|
|
11931
12040
|
"hideShowPassword": {
|
|
11932
|
-
"type": "boolean"
|
|
12041
|
+
"type": "boolean",
|
|
12042
|
+
"priority": true
|
|
11933
12043
|
},
|
|
11934
12044
|
"outerEndComponent": {
|
|
11935
12045
|
"type": "string"
|
|
@@ -11954,7 +12064,8 @@
|
|
|
11954
12064
|
"type": "string"
|
|
11955
12065
|
},
|
|
11956
12066
|
"label": {
|
|
11957
|
-
"type": "string"
|
|
12067
|
+
"type": "string",
|
|
12068
|
+
"priority": true
|
|
11958
12069
|
},
|
|
11959
12070
|
"slot": {
|
|
11960
12071
|
"type": "string"
|
|
@@ -11966,7 +12077,8 @@
|
|
|
11966
12077
|
"type": "string"
|
|
11967
12078
|
},
|
|
11968
12079
|
"isDisabled": {
|
|
11969
|
-
"type": "boolean"
|
|
12080
|
+
"type": "boolean",
|
|
12081
|
+
"priority": true
|
|
11970
12082
|
},
|
|
11971
12083
|
"id": {
|
|
11972
12084
|
"type": "string"
|
|
@@ -12079,6 +12191,9 @@
|
|
|
12079
12191
|
"width": {
|
|
12080
12192
|
"type": "string"
|
|
12081
12193
|
},
|
|
12194
|
+
"whiteSpace": {
|
|
12195
|
+
"type": "string"
|
|
12196
|
+
},
|
|
12082
12197
|
"flex": {
|
|
12083
12198
|
"type": "string"
|
|
12084
12199
|
},
|
|
@@ -12164,7 +12279,8 @@
|
|
|
12164
12279
|
"type": "string"
|
|
12165
12280
|
},
|
|
12166
12281
|
"placeholder": {
|
|
12167
|
-
"type": "string"
|
|
12282
|
+
"type": "string",
|
|
12283
|
+
"priority": true
|
|
12168
12284
|
},
|
|
12169
12285
|
"spellCheck": {
|
|
12170
12286
|
"type": "string"
|
|
@@ -12419,7 +12535,8 @@
|
|
|
12419
12535
|
"type": "string"
|
|
12420
12536
|
},
|
|
12421
12537
|
"size": {
|
|
12422
|
-
"type": "string"
|
|
12538
|
+
"type": "string",
|
|
12539
|
+
"priority": true
|
|
12423
12540
|
},
|
|
12424
12541
|
"autoFocus": {
|
|
12425
12542
|
"type": "boolean"
|
|
@@ -12449,7 +12566,8 @@
|
|
|
12449
12566
|
"type": "string"
|
|
12450
12567
|
},
|
|
12451
12568
|
"value": {
|
|
12452
|
-
"type": "string"
|
|
12569
|
+
"type": "string",
|
|
12570
|
+
"priority": true
|
|
12453
12571
|
},
|
|
12454
12572
|
"accept": {
|
|
12455
12573
|
"type": "string"
|
|
@@ -12497,7 +12615,8 @@
|
|
|
12497
12615
|
"type": "string"
|
|
12498
12616
|
},
|
|
12499
12617
|
"labelHidden": {
|
|
12500
|
-
"type": "boolean"
|
|
12618
|
+
"type": "boolean",
|
|
12619
|
+
"priority": true
|
|
12501
12620
|
},
|
|
12502
12621
|
"hasError": {
|
|
12503
12622
|
"type": "boolean"
|
|
@@ -12509,7 +12628,8 @@
|
|
|
12509
12628
|
"type": "boolean"
|
|
12510
12629
|
},
|
|
12511
12630
|
"descriptiveText": {
|
|
12512
|
-
"type": "string"
|
|
12631
|
+
"type": "string",
|
|
12632
|
+
"priority": true
|
|
12513
12633
|
},
|
|
12514
12634
|
"errorMessage": {
|
|
12515
12635
|
"type": "string"
|
|
@@ -12662,6 +12782,9 @@
|
|
|
12662
12782
|
"width": {
|
|
12663
12783
|
"type": "string"
|
|
12664
12784
|
},
|
|
12785
|
+
"whiteSpace": {
|
|
12786
|
+
"type": "string"
|
|
12787
|
+
},
|
|
12665
12788
|
"flex": {
|
|
12666
12789
|
"type": "string"
|
|
12667
12790
|
},
|
|
@@ -12994,7 +13117,8 @@
|
|
|
12994
13117
|
"type": "string"
|
|
12995
13118
|
},
|
|
12996
13119
|
"isDisabled": {
|
|
12997
|
-
"type": "boolean"
|
|
13120
|
+
"type": "boolean",
|
|
13121
|
+
"priority": true
|
|
12998
13122
|
},
|
|
12999
13123
|
"id": {
|
|
13000
13124
|
"type": "string"
|
|
@@ -13107,6 +13231,9 @@
|
|
|
13107
13231
|
"width": {
|
|
13108
13232
|
"type": "string"
|
|
13109
13233
|
},
|
|
13234
|
+
"whiteSpace": {
|
|
13235
|
+
"type": "string"
|
|
13236
|
+
},
|
|
13110
13237
|
"flex": {
|
|
13111
13238
|
"type": "string"
|
|
13112
13239
|
},
|
|
@@ -13423,7 +13550,8 @@
|
|
|
13423
13550
|
"type": "string"
|
|
13424
13551
|
},
|
|
13425
13552
|
"size": {
|
|
13426
|
-
"type": "string"
|
|
13553
|
+
"type": "string",
|
|
13554
|
+
"priority": true
|
|
13427
13555
|
},
|
|
13428
13556
|
"autoFocus": {
|
|
13429
13557
|
"type": "boolean"
|
|
@@ -13453,7 +13581,8 @@
|
|
|
13453
13581
|
"type": "string"
|
|
13454
13582
|
},
|
|
13455
13583
|
"value": {
|
|
13456
|
-
"type": "string"
|
|
13584
|
+
"type": "string",
|
|
13585
|
+
"priority": true
|
|
13457
13586
|
},
|
|
13458
13587
|
"accept": {
|
|
13459
13588
|
"type": "string"
|
|
@@ -13468,7 +13597,8 @@
|
|
|
13468
13597
|
"type": "string"
|
|
13469
13598
|
},
|
|
13470
13599
|
"checked": {
|
|
13471
|
-
"type": "boolean"
|
|
13600
|
+
"type": "boolean",
|
|
13601
|
+
"priority": true
|
|
13472
13602
|
},
|
|
13473
13603
|
"crossOrigin": {
|
|
13474
13604
|
"type": "string"
|
|
@@ -13639,6 +13769,9 @@
|
|
|
13639
13769
|
"width": {
|
|
13640
13770
|
"type": "string"
|
|
13641
13771
|
},
|
|
13772
|
+
"whiteSpace": {
|
|
13773
|
+
"type": "string"
|
|
13774
|
+
},
|
|
13642
13775
|
"flex": {
|
|
13643
13776
|
"type": "string"
|
|
13644
13777
|
},
|
|
@@ -14135,6 +14268,9 @@
|
|
|
14135
14268
|
"width": {
|
|
14136
14269
|
"type": "string"
|
|
14137
14270
|
},
|
|
14271
|
+
"whiteSpace": {
|
|
14272
|
+
"type": "string"
|
|
14273
|
+
},
|
|
14138
14274
|
"flex": {
|
|
14139
14275
|
"type": "string"
|
|
14140
14276
|
},
|
|
@@ -14466,19 +14602,24 @@
|
|
|
14466
14602
|
"type": "string"
|
|
14467
14603
|
},
|
|
14468
14604
|
"size": {
|
|
14469
|
-
"type": "string"
|
|
14605
|
+
"type": "string",
|
|
14606
|
+
"priority": true
|
|
14470
14607
|
},
|
|
14471
14608
|
"value": {
|
|
14472
|
-
"type": "number"
|
|
14609
|
+
"type": "number",
|
|
14610
|
+
"priority": true
|
|
14473
14611
|
},
|
|
14474
14612
|
"emptyColor": {
|
|
14475
|
-
"type": "string"
|
|
14613
|
+
"type": "string",
|
|
14614
|
+
"priority": true
|
|
14476
14615
|
},
|
|
14477
14616
|
"fillColor": {
|
|
14478
|
-
"type": "string"
|
|
14617
|
+
"type": "string",
|
|
14618
|
+
"priority": true
|
|
14479
14619
|
},
|
|
14480
14620
|
"maxValue": {
|
|
14481
|
-
"type": "number"
|
|
14621
|
+
"type": "number",
|
|
14622
|
+
"priority": true
|
|
14482
14623
|
}
|
|
14483
14624
|
}
|
|
14484
14625
|
},
|
|
@@ -14607,6 +14748,9 @@
|
|
|
14607
14748
|
"width": {
|
|
14608
14749
|
"type": "string"
|
|
14609
14750
|
},
|
|
14751
|
+
"whiteSpace": {
|
|
14752
|
+
"type": "string"
|
|
14753
|
+
},
|
|
14610
14754
|
"flex": {
|
|
14611
14755
|
"type": "string"
|
|
14612
14756
|
},
|
|
@@ -14927,7 +15071,8 @@
|
|
|
14927
15071
|
"type": "string"
|
|
14928
15072
|
},
|
|
14929
15073
|
"label": {
|
|
14930
|
-
"type": "string"
|
|
15074
|
+
"type": "string",
|
|
15075
|
+
"priority": true
|
|
14931
15076
|
},
|
|
14932
15077
|
"slot": {
|
|
14933
15078
|
"type": "string"
|
|
@@ -14939,7 +15084,8 @@
|
|
|
14939
15084
|
"type": "string"
|
|
14940
15085
|
},
|
|
14941
15086
|
"isDisabled": {
|
|
14942
|
-
"type": "boolean"
|
|
15087
|
+
"type": "boolean",
|
|
15088
|
+
"priority": true
|
|
14943
15089
|
},
|
|
14944
15090
|
"id": {
|
|
14945
15091
|
"type": "string"
|
|
@@ -15052,6 +15198,9 @@
|
|
|
15052
15198
|
"width": {
|
|
15053
15199
|
"type": "string"
|
|
15054
15200
|
},
|
|
15201
|
+
"whiteSpace": {
|
|
15202
|
+
"type": "string"
|
|
15203
|
+
},
|
|
15055
15204
|
"flex": {
|
|
15056
15205
|
"type": "string"
|
|
15057
15206
|
},
|
|
@@ -15137,7 +15286,8 @@
|
|
|
15137
15286
|
"type": "string"
|
|
15138
15287
|
},
|
|
15139
15288
|
"placeholder": {
|
|
15140
|
-
"type": "string"
|
|
15289
|
+
"type": "string",
|
|
15290
|
+
"priority": true
|
|
15141
15291
|
},
|
|
15142
15292
|
"spellCheck": {
|
|
15143
15293
|
"type": "string"
|
|
@@ -15386,13 +15536,15 @@
|
|
|
15386
15536
|
"type": "string"
|
|
15387
15537
|
},
|
|
15388
15538
|
"variation": {
|
|
15389
|
-
"type": "string"
|
|
15539
|
+
"type": "string",
|
|
15540
|
+
"priority": true
|
|
15390
15541
|
},
|
|
15391
15542
|
"step": {
|
|
15392
15543
|
"type": "string"
|
|
15393
15544
|
},
|
|
15394
15545
|
"size": {
|
|
15395
|
-
"type": "string"
|
|
15546
|
+
"type": "string",
|
|
15547
|
+
"priority": true
|
|
15396
15548
|
},
|
|
15397
15549
|
"autoFocus": {
|
|
15398
15550
|
"type": "boolean"
|
|
@@ -15422,7 +15574,8 @@
|
|
|
15422
15574
|
"type": "string"
|
|
15423
15575
|
},
|
|
15424
15576
|
"value": {
|
|
15425
|
-
"type": "string"
|
|
15577
|
+
"type": "string",
|
|
15578
|
+
"priority": true
|
|
15426
15579
|
},
|
|
15427
15580
|
"accept": {
|
|
15428
15581
|
"type": "string"
|
|
@@ -15470,7 +15623,8 @@
|
|
|
15470
15623
|
"type": "string"
|
|
15471
15624
|
},
|
|
15472
15625
|
"labelHidden": {
|
|
15473
|
-
"type": "boolean"
|
|
15626
|
+
"type": "boolean",
|
|
15627
|
+
"priority": true
|
|
15474
15628
|
},
|
|
15475
15629
|
"hasError": {
|
|
15476
15630
|
"type": "boolean"
|
|
@@ -15482,7 +15636,8 @@
|
|
|
15482
15636
|
"type": "boolean"
|
|
15483
15637
|
},
|
|
15484
15638
|
"descriptiveText": {
|
|
15485
|
-
"type": "string"
|
|
15639
|
+
"type": "string",
|
|
15640
|
+
"priority": true
|
|
15486
15641
|
},
|
|
15487
15642
|
"errorMessage": {
|
|
15488
15643
|
"type": "string"
|
|
@@ -15632,6 +15787,9 @@
|
|
|
15632
15787
|
"width": {
|
|
15633
15788
|
"type": "string"
|
|
15634
15789
|
},
|
|
15790
|
+
"whiteSpace": {
|
|
15791
|
+
"type": "string"
|
|
15792
|
+
},
|
|
15635
15793
|
"flex": {
|
|
15636
15794
|
"type": "string"
|
|
15637
15795
|
},
|
|
@@ -16015,7 +16173,8 @@
|
|
|
16015
16173
|
"type": "string"
|
|
16016
16174
|
},
|
|
16017
16175
|
"label": {
|
|
16018
|
-
"type": "string"
|
|
16176
|
+
"type": "string",
|
|
16177
|
+
"priority": true
|
|
16019
16178
|
},
|
|
16020
16179
|
"slot": {
|
|
16021
16180
|
"type": "string"
|
|
@@ -16024,7 +16183,8 @@
|
|
|
16024
16183
|
"type": "string"
|
|
16025
16184
|
},
|
|
16026
16185
|
"isDisabled": {
|
|
16027
|
-
"type": "boolean"
|
|
16186
|
+
"type": "boolean",
|
|
16187
|
+
"priority": true
|
|
16028
16188
|
},
|
|
16029
16189
|
"id": {
|
|
16030
16190
|
"type": "string"
|
|
@@ -16137,6 +16297,9 @@
|
|
|
16137
16297
|
"width": {
|
|
16138
16298
|
"type": "string"
|
|
16139
16299
|
},
|
|
16300
|
+
"whiteSpace": {
|
|
16301
|
+
"type": "string"
|
|
16302
|
+
},
|
|
16140
16303
|
"flex": {
|
|
16141
16304
|
"type": "string"
|
|
16142
16305
|
},
|
|
@@ -16222,7 +16385,8 @@
|
|
|
16222
16385
|
"type": "string"
|
|
16223
16386
|
},
|
|
16224
16387
|
"placeholder": {
|
|
16225
|
-
"type": "string"
|
|
16388
|
+
"type": "string",
|
|
16389
|
+
"priority": true
|
|
16226
16390
|
},
|
|
16227
16391
|
"spellCheck": {
|
|
16228
16392
|
"type": "string"
|
|
@@ -16471,10 +16635,12 @@
|
|
|
16471
16635
|
"type": "string"
|
|
16472
16636
|
},
|
|
16473
16637
|
"step": {
|
|
16474
|
-
"type": "number"
|
|
16638
|
+
"type": "number",
|
|
16639
|
+
"priority": true
|
|
16475
16640
|
},
|
|
16476
16641
|
"size": {
|
|
16477
|
-
"type": "string"
|
|
16642
|
+
"type": "string",
|
|
16643
|
+
"priority": true
|
|
16478
16644
|
},
|
|
16479
16645
|
"disabled": {
|
|
16480
16646
|
"type": "boolean"
|
|
@@ -16486,7 +16652,8 @@
|
|
|
16486
16652
|
"type": "string"
|
|
16487
16653
|
},
|
|
16488
16654
|
"value": {
|
|
16489
|
-
"type": "number"
|
|
16655
|
+
"type": "number",
|
|
16656
|
+
"priority": true
|
|
16490
16657
|
},
|
|
16491
16658
|
"autoComplete": {
|
|
16492
16659
|
"type": "string"
|
|
@@ -16495,10 +16662,12 @@
|
|
|
16495
16662
|
"type": "boolean"
|
|
16496
16663
|
},
|
|
16497
16664
|
"max": {
|
|
16498
|
-
"type": "number"
|
|
16665
|
+
"type": "number",
|
|
16666
|
+
"priority": true
|
|
16499
16667
|
},
|
|
16500
16668
|
"min": {
|
|
16501
|
-
"type": "number"
|
|
16669
|
+
"type": "number",
|
|
16670
|
+
"priority": true
|
|
16502
16671
|
},
|
|
16503
16672
|
"labelHidden": {
|
|
16504
16673
|
"type": "boolean"
|
|
@@ -16513,13 +16682,15 @@
|
|
|
16513
16682
|
"type": "boolean"
|
|
16514
16683
|
},
|
|
16515
16684
|
"descriptiveText": {
|
|
16516
|
-
"type": "string"
|
|
16685
|
+
"type": "string",
|
|
16686
|
+
"priority": true
|
|
16517
16687
|
},
|
|
16518
16688
|
"errorMessage": {
|
|
16519
16689
|
"type": "string"
|
|
16520
16690
|
},
|
|
16521
16691
|
"orientation": {
|
|
16522
|
-
"type": "string"
|
|
16692
|
+
"type": "string",
|
|
16693
|
+
"priority": true
|
|
16523
16694
|
},
|
|
16524
16695
|
"asChild": {
|
|
16525
16696
|
"type": "boolean"
|
|
@@ -16546,13 +16717,16 @@
|
|
|
16546
16717
|
"type": "string"
|
|
16547
16718
|
},
|
|
16548
16719
|
"emptyTrackColor": {
|
|
16549
|
-
"type": "string"
|
|
16720
|
+
"type": "string",
|
|
16721
|
+
"priority": true
|
|
16550
16722
|
},
|
|
16551
16723
|
"filledTrackColor": {
|
|
16552
|
-
"type": "string"
|
|
16724
|
+
"type": "string",
|
|
16725
|
+
"priority": true
|
|
16553
16726
|
},
|
|
16554
16727
|
"thumbColor": {
|
|
16555
|
-
"type": "string"
|
|
16728
|
+
"type": "string",
|
|
16729
|
+
"priority": true
|
|
16556
16730
|
}
|
|
16557
16731
|
}
|
|
16558
16732
|
},
|
|
@@ -16565,7 +16739,8 @@
|
|
|
16565
16739
|
"type": "string"
|
|
16566
16740
|
},
|
|
16567
16741
|
"label": {
|
|
16568
|
-
"type": "string"
|
|
16742
|
+
"type": "string",
|
|
16743
|
+
"priority": true
|
|
16569
16744
|
},
|
|
16570
16745
|
"slot": {
|
|
16571
16746
|
"type": "string"
|
|
@@ -16577,7 +16752,8 @@
|
|
|
16577
16752
|
"type": "string"
|
|
16578
16753
|
},
|
|
16579
16754
|
"isDisabled": {
|
|
16580
|
-
"type": "boolean"
|
|
16755
|
+
"type": "boolean",
|
|
16756
|
+
"priority": true
|
|
16581
16757
|
},
|
|
16582
16758
|
"id": {
|
|
16583
16759
|
"type": "string"
|
|
@@ -16690,6 +16866,9 @@
|
|
|
16690
16866
|
"width": {
|
|
16691
16867
|
"type": "string"
|
|
16692
16868
|
},
|
|
16869
|
+
"whiteSpace": {
|
|
16870
|
+
"type": "string"
|
|
16871
|
+
},
|
|
16693
16872
|
"flex": {
|
|
16694
16873
|
"type": "string"
|
|
16695
16874
|
},
|
|
@@ -16775,7 +16954,8 @@
|
|
|
16775
16954
|
"type": "string"
|
|
16776
16955
|
},
|
|
16777
16956
|
"placeholder": {
|
|
16778
|
-
"type": "string"
|
|
16957
|
+
"type": "string",
|
|
16958
|
+
"priority": true
|
|
16779
16959
|
},
|
|
16780
16960
|
"spellCheck": {
|
|
16781
16961
|
"type": "string"
|
|
@@ -17024,13 +17204,16 @@
|
|
|
17024
17204
|
"type": "string"
|
|
17025
17205
|
},
|
|
17026
17206
|
"variation": {
|
|
17027
|
-
"type": "string"
|
|
17207
|
+
"type": "string",
|
|
17208
|
+
"priority": true
|
|
17028
17209
|
},
|
|
17029
17210
|
"step": {
|
|
17030
|
-
"type": "number"
|
|
17211
|
+
"type": "number",
|
|
17212
|
+
"priority": true
|
|
17031
17213
|
},
|
|
17032
17214
|
"size": {
|
|
17033
|
-
"type": "string"
|
|
17215
|
+
"type": "string",
|
|
17216
|
+
"priority": true
|
|
17034
17217
|
},
|
|
17035
17218
|
"autoFocus": {
|
|
17036
17219
|
"type": "boolean"
|
|
@@ -17060,7 +17243,8 @@
|
|
|
17060
17243
|
"type": "string"
|
|
17061
17244
|
},
|
|
17062
17245
|
"value": {
|
|
17063
|
-
"type": "number"
|
|
17246
|
+
"type": "number",
|
|
17247
|
+
"priority": true
|
|
17064
17248
|
},
|
|
17065
17249
|
"accept": {
|
|
17066
17250
|
"type": "string"
|
|
@@ -17084,13 +17268,15 @@
|
|
|
17084
17268
|
"type": "string"
|
|
17085
17269
|
},
|
|
17086
17270
|
"max": {
|
|
17087
|
-
"type": "number"
|
|
17271
|
+
"type": "number",
|
|
17272
|
+
"priority": true
|
|
17088
17273
|
},
|
|
17089
17274
|
"maxLength": {
|
|
17090
17275
|
"type": "number"
|
|
17091
17276
|
},
|
|
17092
17277
|
"min": {
|
|
17093
|
-
"type": "number"
|
|
17278
|
+
"type": "number",
|
|
17279
|
+
"priority": true
|
|
17094
17280
|
},
|
|
17095
17281
|
"minLength": {
|
|
17096
17282
|
"type": "number"
|
|
@@ -17108,7 +17294,8 @@
|
|
|
17108
17294
|
"type": "string"
|
|
17109
17295
|
},
|
|
17110
17296
|
"labelHidden": {
|
|
17111
|
-
"type": "boolean"
|
|
17297
|
+
"type": "boolean",
|
|
17298
|
+
"priority": true
|
|
17112
17299
|
},
|
|
17113
17300
|
"hasError": {
|
|
17114
17301
|
"type": "boolean"
|
|
@@ -17120,7 +17307,8 @@
|
|
|
17120
17307
|
"type": "boolean"
|
|
17121
17308
|
},
|
|
17122
17309
|
"descriptiveText": {
|
|
17123
|
-
"type": "string"
|
|
17310
|
+
"type": "string",
|
|
17311
|
+
"priority": true
|
|
17124
17312
|
},
|
|
17125
17313
|
"errorMessage": {
|
|
17126
17314
|
"type": "string"
|
|
@@ -17145,7 +17333,8 @@
|
|
|
17145
17333
|
"type": "string"
|
|
17146
17334
|
},
|
|
17147
17335
|
"label": {
|
|
17148
|
-
"type": "string"
|
|
17336
|
+
"type": "string",
|
|
17337
|
+
"priority": true
|
|
17149
17338
|
},
|
|
17150
17339
|
"slot": {
|
|
17151
17340
|
"type": "string"
|
|
@@ -17154,7 +17343,8 @@
|
|
|
17154
17343
|
"type": "string"
|
|
17155
17344
|
},
|
|
17156
17345
|
"isDisabled": {
|
|
17157
|
-
"type": "boolean"
|
|
17346
|
+
"type": "boolean",
|
|
17347
|
+
"priority": true
|
|
17158
17348
|
},
|
|
17159
17349
|
"id": {
|
|
17160
17350
|
"type": "string"
|
|
@@ -17267,6 +17457,9 @@
|
|
|
17267
17457
|
"width": {
|
|
17268
17458
|
"type": "string"
|
|
17269
17459
|
},
|
|
17460
|
+
"whiteSpace": {
|
|
17461
|
+
"type": "string"
|
|
17462
|
+
},
|
|
17270
17463
|
"flex": {
|
|
17271
17464
|
"type": "string"
|
|
17272
17465
|
},
|
|
@@ -17352,7 +17545,8 @@
|
|
|
17352
17545
|
"type": "string"
|
|
17353
17546
|
},
|
|
17354
17547
|
"placeholder": {
|
|
17355
|
-
"type": "string"
|
|
17548
|
+
"type": "string",
|
|
17549
|
+
"priority": true
|
|
17356
17550
|
},
|
|
17357
17551
|
"spellCheck": {
|
|
17358
17552
|
"type": "string"
|
|
@@ -17601,7 +17795,8 @@
|
|
|
17601
17795
|
"type": "string"
|
|
17602
17796
|
},
|
|
17603
17797
|
"size": {
|
|
17604
|
-
"type": "string"
|
|
17798
|
+
"type": "string",
|
|
17799
|
+
"priority": true
|
|
17605
17800
|
},
|
|
17606
17801
|
"name": {
|
|
17607
17802
|
"type": "string"
|
|
@@ -17610,7 +17805,8 @@
|
|
|
17610
17805
|
"type": "string"
|
|
17611
17806
|
},
|
|
17612
17807
|
"value": {
|
|
17613
|
-
"type": "string"
|
|
17808
|
+
"type": "string",
|
|
17809
|
+
"priority": true
|
|
17614
17810
|
},
|
|
17615
17811
|
"autoComplete": {
|
|
17616
17812
|
"type": "string"
|
|
@@ -17631,28 +17827,35 @@
|
|
|
17631
17827
|
"type": "boolean"
|
|
17632
17828
|
},
|
|
17633
17829
|
"descriptiveText": {
|
|
17634
|
-
"type": "string"
|
|
17830
|
+
"type": "string",
|
|
17831
|
+
"priority": true
|
|
17635
17832
|
},
|
|
17636
17833
|
"errorMessage": {
|
|
17637
17834
|
"type": "string"
|
|
17638
17835
|
},
|
|
17639
17836
|
"thumbColor": {
|
|
17640
|
-
"type": "string"
|
|
17837
|
+
"type": "string",
|
|
17838
|
+
"priority": true
|
|
17641
17839
|
},
|
|
17642
17840
|
"isChecked": {
|
|
17643
|
-
"type": "boolean"
|
|
17841
|
+
"type": "boolean",
|
|
17842
|
+
"priority": true
|
|
17644
17843
|
},
|
|
17645
17844
|
"isLabelHidden": {
|
|
17646
|
-
"type": "boolean"
|
|
17845
|
+
"type": "boolean",
|
|
17846
|
+
"priority": true
|
|
17647
17847
|
},
|
|
17648
17848
|
"labelPosition": {
|
|
17649
|
-
"type": "string"
|
|
17849
|
+
"type": "string",
|
|
17850
|
+
"priority": true
|
|
17650
17851
|
},
|
|
17651
17852
|
"trackColor": {
|
|
17652
|
-
"type": "string"
|
|
17853
|
+
"type": "string",
|
|
17854
|
+
"priority": true
|
|
17653
17855
|
},
|
|
17654
17856
|
"trackCheckedColor": {
|
|
17655
|
-
"type": "string"
|
|
17857
|
+
"type": "string",
|
|
17858
|
+
"priority": true
|
|
17656
17859
|
}
|
|
17657
17860
|
}
|
|
17658
17861
|
},
|
|
@@ -17781,6 +17984,9 @@
|
|
|
17781
17984
|
"width": {
|
|
17782
17985
|
"type": "string"
|
|
17783
17986
|
},
|
|
17987
|
+
"whiteSpace": {
|
|
17988
|
+
"type": "string"
|
|
17989
|
+
},
|
|
17784
17990
|
"flex": {
|
|
17785
17991
|
"type": "string"
|
|
17786
17992
|
},
|
|
@@ -18247,6 +18453,9 @@
|
|
|
18247
18453
|
"width": {
|
|
18248
18454
|
"type": "string"
|
|
18249
18455
|
},
|
|
18456
|
+
"whiteSpace": {
|
|
18457
|
+
"type": "string"
|
|
18458
|
+
},
|
|
18250
18459
|
"flex": {
|
|
18251
18460
|
"type": "string"
|
|
18252
18461
|
},
|
|
@@ -18594,7 +18803,8 @@
|
|
|
18594
18803
|
"type": "string"
|
|
18595
18804
|
},
|
|
18596
18805
|
"color": {
|
|
18597
|
-
"type": "string"
|
|
18806
|
+
"type": "string",
|
|
18807
|
+
"priority": true
|
|
18598
18808
|
},
|
|
18599
18809
|
"display": {
|
|
18600
18810
|
"type": "string"
|
|
@@ -18603,13 +18813,15 @@
|
|
|
18603
18813
|
"type": "string"
|
|
18604
18814
|
},
|
|
18605
18815
|
"fontSize": {
|
|
18606
|
-
"type": "string"
|
|
18816
|
+
"type": "string",
|
|
18817
|
+
"priority": true
|
|
18607
18818
|
},
|
|
18608
18819
|
"fontStyle": {
|
|
18609
18820
|
"type": "string"
|
|
18610
18821
|
},
|
|
18611
18822
|
"fontWeight": {
|
|
18612
|
-
"type": "string"
|
|
18823
|
+
"type": "string",
|
|
18824
|
+
"priority": true
|
|
18613
18825
|
},
|
|
18614
18826
|
"height": {
|
|
18615
18827
|
"type": "string"
|
|
@@ -18674,6 +18886,9 @@
|
|
|
18674
18886
|
"width": {
|
|
18675
18887
|
"type": "string"
|
|
18676
18888
|
},
|
|
18889
|
+
"whiteSpace": {
|
|
18890
|
+
"type": "string"
|
|
18891
|
+
},
|
|
18677
18892
|
"flex": {
|
|
18678
18893
|
"type": "string"
|
|
18679
18894
|
},
|
|
@@ -18978,7 +19193,8 @@
|
|
|
18978
19193
|
"type": "string"
|
|
18979
19194
|
},
|
|
18980
19195
|
"children": {
|
|
18981
|
-
"type": "string"
|
|
19196
|
+
"type": "string",
|
|
19197
|
+
"priority": true
|
|
18982
19198
|
},
|
|
18983
19199
|
"variation": {
|
|
18984
19200
|
"type": "string"
|
|
@@ -18994,10 +19210,12 @@
|
|
|
18994
19210
|
"type": "string"
|
|
18995
19211
|
},
|
|
18996
19212
|
"label": {
|
|
18997
|
-
"type": "string"
|
|
19213
|
+
"type": "string",
|
|
19214
|
+
"priority": true
|
|
18998
19215
|
},
|
|
18999
19216
|
"isDisabled": {
|
|
19000
|
-
"type": "boolean"
|
|
19217
|
+
"type": "boolean",
|
|
19218
|
+
"priority": true
|
|
19001
19219
|
},
|
|
19002
19220
|
"id": {
|
|
19003
19221
|
"type": "string"
|
|
@@ -19110,6 +19328,9 @@
|
|
|
19110
19328
|
"width": {
|
|
19111
19329
|
"type": "string"
|
|
19112
19330
|
},
|
|
19331
|
+
"whiteSpace": {
|
|
19332
|
+
"type": "string"
|
|
19333
|
+
},
|
|
19113
19334
|
"flex": {
|
|
19114
19335
|
"type": "string"
|
|
19115
19336
|
},
|
|
@@ -19162,7 +19383,8 @@
|
|
|
19162
19383
|
"type": "string"
|
|
19163
19384
|
},
|
|
19164
19385
|
"placeholder": {
|
|
19165
|
-
"type": "string"
|
|
19386
|
+
"type": "string",
|
|
19387
|
+
"priority": true
|
|
19166
19388
|
},
|
|
19167
19389
|
"direction": {
|
|
19168
19390
|
"type": "string"
|
|
@@ -19189,10 +19411,12 @@
|
|
|
19189
19411
|
"type": "string"
|
|
19190
19412
|
},
|
|
19191
19413
|
"variation": {
|
|
19192
|
-
"type": "string"
|
|
19414
|
+
"type": "string",
|
|
19415
|
+
"priority": true
|
|
19193
19416
|
},
|
|
19194
19417
|
"size": {
|
|
19195
|
-
"type": "string"
|
|
19418
|
+
"type": "string",
|
|
19419
|
+
"priority": true
|
|
19196
19420
|
},
|
|
19197
19421
|
"name": {
|
|
19198
19422
|
"type": "string"
|
|
@@ -19201,7 +19425,8 @@
|
|
|
19201
19425
|
"type": "string"
|
|
19202
19426
|
},
|
|
19203
19427
|
"value": {
|
|
19204
|
-
"type": "string"
|
|
19428
|
+
"type": "string",
|
|
19429
|
+
"priority": true
|
|
19205
19430
|
},
|
|
19206
19431
|
"autoComplete": {
|
|
19207
19432
|
"type": "string"
|
|
@@ -19219,7 +19444,8 @@
|
|
|
19219
19444
|
"type": "boolean"
|
|
19220
19445
|
},
|
|
19221
19446
|
"descriptiveText": {
|
|
19222
|
-
"type": "string"
|
|
19447
|
+
"type": "string",
|
|
19448
|
+
"priority": true
|
|
19223
19449
|
},
|
|
19224
19450
|
"errorMessage": {
|
|
19225
19451
|
"type": "string"
|
|
@@ -19366,6 +19592,9 @@
|
|
|
19366
19592
|
"width": {
|
|
19367
19593
|
"type": "string"
|
|
19368
19594
|
},
|
|
19595
|
+
"whiteSpace": {
|
|
19596
|
+
"type": "string"
|
|
19597
|
+
},
|
|
19369
19598
|
"flex": {
|
|
19370
19599
|
"type": "string"
|
|
19371
19600
|
},
|
|
@@ -19874,6 +20103,9 @@
|
|
|
19874
20103
|
"width": {
|
|
19875
20104
|
"type": "string"
|
|
19876
20105
|
},
|
|
20106
|
+
"whiteSpace": {
|
|
20107
|
+
"type": "string"
|
|
20108
|
+
},
|
|
19877
20109
|
"flex": {
|
|
19878
20110
|
"type": "string"
|
|
19879
20111
|
},
|
|
@@ -20350,6 +20582,9 @@
|
|
|
20350
20582
|
"width": {
|
|
20351
20583
|
"type": "string"
|
|
20352
20584
|
},
|
|
20585
|
+
"whiteSpace": {
|
|
20586
|
+
"type": "string"
|
|
20587
|
+
},
|
|
20353
20588
|
"flex": {
|
|
20354
20589
|
"type": "string"
|
|
20355
20590
|
},
|
|
@@ -20789,6 +21024,9 @@
|
|
|
20789
21024
|
"width": {
|
|
20790
21025
|
"type": "string"
|
|
20791
21026
|
},
|
|
21027
|
+
"whiteSpace": {
|
|
21028
|
+
"type": "string"
|
|
21029
|
+
},
|
|
20792
21030
|
"flex": {
|
|
20793
21031
|
"type": "string"
|
|
20794
21032
|
},
|
|
@@ -21237,6 +21475,9 @@
|
|
|
21237
21475
|
"width": {
|
|
21238
21476
|
"type": "string"
|
|
21239
21477
|
},
|
|
21478
|
+
"whiteSpace": {
|
|
21479
|
+
"type": "string"
|
|
21480
|
+
},
|
|
21240
21481
|
"flex": {
|
|
21241
21482
|
"type": "string"
|
|
21242
21483
|
},
|
|
@@ -21673,6 +21914,9 @@
|
|
|
21673
21914
|
"width": {
|
|
21674
21915
|
"type": "string"
|
|
21675
21916
|
},
|
|
21917
|
+
"whiteSpace": {
|
|
21918
|
+
"type": "string"
|
|
21919
|
+
},
|
|
21676
21920
|
"flex": {
|
|
21677
21921
|
"type": "string"
|
|
21678
21922
|
},
|
|
@@ -22118,6 +22362,9 @@
|
|
|
22118
22362
|
"width": {
|
|
22119
22363
|
"type": "string"
|
|
22120
22364
|
},
|
|
22365
|
+
"whiteSpace": {
|
|
22366
|
+
"type": "string"
|
|
22367
|
+
},
|
|
22121
22368
|
"flex": {
|
|
22122
22369
|
"type": "string"
|
|
22123
22370
|
},
|
|
@@ -22551,6 +22798,9 @@
|
|
|
22551
22798
|
"width": {
|
|
22552
22799
|
"type": "string"
|
|
22553
22800
|
},
|
|
22801
|
+
"whiteSpace": {
|
|
22802
|
+
"type": "string"
|
|
22803
|
+
},
|
|
22554
22804
|
"flex": {
|
|
22555
22805
|
"type": "string"
|
|
22556
22806
|
},
|
|
@@ -22984,6 +23234,9 @@
|
|
|
22984
23234
|
"width": {
|
|
22985
23235
|
"type": "string"
|
|
22986
23236
|
},
|
|
23237
|
+
"whiteSpace": {
|
|
23238
|
+
"type": "string"
|
|
23239
|
+
},
|
|
22987
23240
|
"flex": {
|
|
22988
23241
|
"type": "string"
|
|
22989
23242
|
},
|