wjec-one 4.0.21 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +71 -99
- package/auth/index.d.ts +183 -183
- package/auth/index.js +1 -3
- package/config/babel.config.js +3 -11
- package/config/eslint-config.js +3 -3
- package/config/utils.js +19 -7
- package/config/webpack.config.js +19 -3
- package/index.d.ts +1690 -1665
- package/index.js +44 -1
- package/layout/index.d.ts +55 -55
- package/layout/index.js +1 -1
- package/localization/index.d.ts +35 -37
- package/localization/index.js +1 -1
- package/package.json +25 -28
- package/portal/index.d.ts +264 -248
- package/portal/index.js +9 -3
- package/scripts/test.js +0 -1
- package/services/index.d.ts +102 -102
- package/services/index.js +1 -3
- package/store/index.d.ts +61 -61
- package/store/index.js +1 -1
- package/store/utils/index.d.ts +1 -1
- package/store/utils/index.js +1 -1
- package/test/setupTests.ts +1 -1
- package/test/setupTestsAfterEnv.ts +15 -0
- package/theme/index.d.ts +427 -79
- package/theme/index.js +1 -1
- package/umd/auth/index.js +1 -3
- package/umd/index.js +44 -1
- package/umd/layout/index.js +1 -1
- package/umd/localization/index.js +1 -1
- package/umd/portal/index.js +9 -3
- package/umd/services/index.js +1 -3
- package/umd/store/index.js +1 -1
- package/umd/store/utils/index.js +1 -1
- package/umd/theme/index.js +1 -1
- package/umd/utils/index.js +1 -3
- package/utils/index.d.ts +150 -140
- package/utils/index.js +1 -3
- package/wjec-one-project.d.ts +1 -0
package/README.md
CHANGED
|
@@ -1054,7 +1054,7 @@ Here is a list of our components along with some documentation for them.
|
|
|
1054
1054
|
<td>buffer</td>
|
|
1055
1055
|
<td><code>number</code></td>
|
|
1056
1056
|
<td>false</td>
|
|
1057
|
-
<td><code>
|
|
1057
|
+
<td><code>1</code></td>
|
|
1058
1058
|
<td>The number of extra slides to render at either end of the Carousel when using infinite rotation</td>
|
|
1059
1059
|
</tr>
|
|
1060
1060
|
</tbody>
|
|
@@ -1422,60 +1422,6 @@ Once the component unmounts, React will set `ref.current` to `null`
|
|
|
1422
1422
|
</tr>
|
|
1423
1423
|
</tbody>
|
|
1424
1424
|
</table></details>
|
|
1425
|
-
<details><summary id="draganddroplist">DragAndDropList</summary>No description provided<h3>Props</h3><table><thead>
|
|
1426
|
-
<tr>
|
|
1427
|
-
<th>Name</th>
|
|
1428
|
-
<th>Type</th>
|
|
1429
|
-
<th>Required</th>
|
|
1430
|
-
<th>Default</th>
|
|
1431
|
-
<th>Description</th>
|
|
1432
|
-
</tr>
|
|
1433
|
-
</thead><tbody>
|
|
1434
|
-
<tr>
|
|
1435
|
-
<td>gap</td>
|
|
1436
|
-
<td><code>any</code></td>
|
|
1437
|
-
<td>false</td>
|
|
1438
|
-
<td><code>0</code></td>
|
|
1439
|
-
<td>-</td>
|
|
1440
|
-
</tr>
|
|
1441
|
-
</tbody>
|
|
1442
|
-
<tbody>
|
|
1443
|
-
<tr>
|
|
1444
|
-
<td>items</td>
|
|
1445
|
-
<td><code>T[]</code></td>
|
|
1446
|
-
<td>true</td>
|
|
1447
|
-
<td><code>-</code></td>
|
|
1448
|
-
<td>-</td>
|
|
1449
|
-
</tr>
|
|
1450
|
-
</tbody>
|
|
1451
|
-
<tbody>
|
|
1452
|
-
<tr>
|
|
1453
|
-
<td>onDrop</td>
|
|
1454
|
-
<td><code>(items: T[]) => void</code></td>
|
|
1455
|
-
<td>false</td>
|
|
1456
|
-
<td><code>-</code></td>
|
|
1457
|
-
<td>-</td>
|
|
1458
|
-
</tr>
|
|
1459
|
-
</tbody>
|
|
1460
|
-
<tbody>
|
|
1461
|
-
<tr>
|
|
1462
|
-
<td>template</td>
|
|
1463
|
-
<td><code>FC<{ item: T; Handle: FC<PropsWithChildren<{ position?: { bottom?: any; left?: any; right?: any; top?: any; }; positionType?: "absolute" , "relative"; }>>; index: number; sortedItems: T[]; }></code></td>
|
|
1464
|
-
<td>false</td>
|
|
1465
|
-
<td><code>({ Handle, item }) => <Handle>{item.toString()}</Handle></code></td>
|
|
1466
|
-
<td>-</td>
|
|
1467
|
-
</tr>
|
|
1468
|
-
</tbody>
|
|
1469
|
-
<tbody>
|
|
1470
|
-
<tr>
|
|
1471
|
-
<td>id</td>
|
|
1472
|
-
<td><code>string</code></td>
|
|
1473
|
-
<td>false</td>
|
|
1474
|
-
<td><code>-</code></td>
|
|
1475
|
-
<td>The identifier that will be passed through to the underlying HTML element</td>
|
|
1476
|
-
</tr>
|
|
1477
|
-
</tbody>
|
|
1478
|
-
</table></details>
|
|
1479
1425
|
<details><summary id="emphasis">Emphasis</summary>No description provided<h3>Props</h3><table><thead>
|
|
1480
1426
|
<tr>
|
|
1481
1427
|
<th>Name</th>
|
|
@@ -1487,7 +1433,7 @@ Once the component unmounts, React will set `ref.current` to `null`
|
|
|
1487
1433
|
</thead><tbody>
|
|
1488
1434
|
<tr>
|
|
1489
1435
|
<td>color</td>
|
|
1490
|
-
<td><code>
|
|
1436
|
+
<td><code>Color</code></td>
|
|
1491
1437
|
<td>false</td>
|
|
1492
1438
|
<td><code>-</code></td>
|
|
1493
1439
|
<td>-</td>
|
|
@@ -1804,7 +1750,7 @@ Once the component unmounts, React will set `ref.current` to `null`
|
|
|
1804
1750
|
<tbody>
|
|
1805
1751
|
<tr>
|
|
1806
1752
|
<td>width</td>
|
|
1807
|
-
<td><code>
|
|
1753
|
+
<td><code>Width<string , number></code></td>
|
|
1808
1754
|
<td>false</td>
|
|
1809
1755
|
<td><code>-</code></td>
|
|
1810
1756
|
<td>-</td>
|
|
@@ -2909,7 +2855,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
2909
2855
|
<td>revealPassword</td>
|
|
2910
2856
|
<td><code>boolean</code></td>
|
|
2911
2857
|
<td>false</td>
|
|
2912
|
-
<td><code>
|
|
2858
|
+
<td><code>false</code></td>
|
|
2913
2859
|
<td>Determines whether the value of the Password field should be visible</td>
|
|
2914
2860
|
</tr>
|
|
2915
2861
|
</tbody>
|
|
@@ -3192,7 +3138,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
3192
3138
|
<tbody>
|
|
3193
3139
|
<tr>
|
|
3194
3140
|
<td>highlightColor</td>
|
|
3195
|
-
<td><code>
|
|
3141
|
+
<td><code>Color</code></td>
|
|
3196
3142
|
<td>false</td>
|
|
3197
3143
|
<td><code>ColorPalette.highlight</code></td>
|
|
3198
3144
|
<td>Determines the color used to highlight the Select component if `highlighted="true"`
|
|
@@ -3367,20 +3313,10 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
3367
3313
|
<td>-</td>
|
|
3368
3314
|
</tr>
|
|
3369
3315
|
</tbody>
|
|
3370
|
-
<tbody>
|
|
3371
|
-
<tr>
|
|
3372
|
-
<td>gridArea</td>
|
|
3373
|
-
<td><code>string</code></td>
|
|
3374
|
-
<td>false</td>
|
|
3375
|
-
<td><code>-</code></td>
|
|
3376
|
-
<td>Determines which area of the relevant CSS grid template the TextArea is assigned to
|
|
3377
|
-
@deprecated gridArea has been deprecated because WJEC One components are intended to be layout agnostic</td>
|
|
3378
|
-
</tr>
|
|
3379
|
-
</tbody>
|
|
3380
3316
|
<tbody>
|
|
3381
3317
|
<tr>
|
|
3382
3318
|
<td>height</td>
|
|
3383
|
-
<td><code>
|
|
3319
|
+
<td><code>Height<string , number></code></td>
|
|
3384
3320
|
<td>false</td>
|
|
3385
3321
|
<td><code>auto</code></td>
|
|
3386
3322
|
<td>-</td>
|
|
@@ -3407,7 +3343,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
3407
3343
|
<tbody>
|
|
3408
3344
|
<tr>
|
|
3409
3345
|
<td>maxHeight</td>
|
|
3410
|
-
<td><code>
|
|
3346
|
+
<td><code>Height<string , number></code></td>
|
|
3411
3347
|
<td>false</td>
|
|
3412
3348
|
<td><code>100%</code></td>
|
|
3413
3349
|
<td>-</td>
|
|
@@ -3416,7 +3352,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
3416
3352
|
<tbody>
|
|
3417
3353
|
<tr>
|
|
3418
3354
|
<td>maxWidth</td>
|
|
3419
|
-
<td><code>
|
|
3355
|
+
<td><code>Width<string , number></code></td>
|
|
3420
3356
|
<td>false</td>
|
|
3421
3357
|
<td><code>100%</code></td>
|
|
3422
3358
|
<td>-</td>
|
|
@@ -3479,7 +3415,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
3479
3415
|
<tbody>
|
|
3480
3416
|
<tr>
|
|
3481
3417
|
<td>width</td>
|
|
3482
|
-
<td><code>
|
|
3418
|
+
<td><code>Width<string , number></code></td>
|
|
3483
3419
|
<td>false</td>
|
|
3484
3420
|
<td><code>100%</code></td>
|
|
3485
3421
|
<td>-</td>
|
|
@@ -4242,7 +4178,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
4242
4178
|
</thead><tbody>
|
|
4243
4179
|
<tr>
|
|
4244
4180
|
<td>backgroundColor</td>
|
|
4245
|
-
<td><code>
|
|
4181
|
+
<td><code>BackgroundColor</code></td>
|
|
4246
4182
|
<td>false</td>
|
|
4247
4183
|
<td><code>ColorPalette.Neutral</code></td>
|
|
4248
4184
|
<td>The background color of the progress bar</td>
|
|
@@ -4251,7 +4187,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
4251
4187
|
<tbody>
|
|
4252
4188
|
<tr>
|
|
4253
4189
|
<td>color</td>
|
|
4254
|
-
<td><code>
|
|
4190
|
+
<td><code>Color</code></td>
|
|
4255
4191
|
<td>false</td>
|
|
4256
4192
|
<td><code>ColorPalette.Primary</code></td>
|
|
4257
4193
|
<td>The color of the current progress</td>
|
|
@@ -4460,7 +4396,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
4460
4396
|
<td>actionButtonIcon</td>
|
|
4461
4397
|
<td><code>(props: SVGProps<SVGSVGElement>) => SVGComponent</code></td>
|
|
4462
4398
|
<td>false</td>
|
|
4463
|
-
<td><code
|
|
4399
|
+
<td><code>actionType === 'negative' ? MinusIcon : ChevronRightIcon</code></td>
|
|
4464
4400
|
<td>An icon that will be display for the action button</td>
|
|
4465
4401
|
</tr>
|
|
4466
4402
|
</tbody>
|
|
@@ -4620,7 +4556,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
4620
4556
|
<tbody>
|
|
4621
4557
|
<tr>
|
|
4622
4558
|
<td>notification</td>
|
|
4623
|
-
<td><code>NotificationProps</code></td>
|
|
4559
|
+
<td><code>NotificationProps , Element</code></td>
|
|
4624
4560
|
<td>false</td>
|
|
4625
4561
|
<td><code>-</code></td>
|
|
4626
4562
|
<td>A notification that will be displayed inside the modal</td>
|
|
@@ -4899,6 +4835,15 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
4899
4835
|
<td>Determines the color of the Notifications title</td>
|
|
4900
4836
|
</tr>
|
|
4901
4837
|
</tbody>
|
|
4838
|
+
<tbody>
|
|
4839
|
+
<tr>
|
|
4840
|
+
<td>variant</td>
|
|
4841
|
+
<td><code>"error" , "success" , "info"</code></td>
|
|
4842
|
+
<td>false</td>
|
|
4843
|
+
<td><code>-</code></td>
|
|
4844
|
+
<td>The semantic variant of the notification (e.g., `error`).</td>
|
|
4845
|
+
</tr>
|
|
4846
|
+
</tbody>
|
|
4902
4847
|
<tbody>
|
|
4903
4848
|
<tr>
|
|
4904
4849
|
<td>ariaDescription</td>
|
|
@@ -4913,7 +4858,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
4913
4858
|
<td>ariaCloseLabel</td>
|
|
4914
4859
|
<td><code>string</code></td>
|
|
4915
4860
|
<td>false</td>
|
|
4916
|
-
<td><code
|
|
4861
|
+
<td><code>close</code></td>
|
|
4917
4862
|
<td>-</td>
|
|
4918
4863
|
</tr>
|
|
4919
4864
|
</tbody>
|
|
@@ -5064,6 +5009,15 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5064
5009
|
<td>The title to be displayed at the top of the Notification</td>
|
|
5065
5010
|
</tr>
|
|
5066
5011
|
</tbody>
|
|
5012
|
+
<tbody>
|
|
5013
|
+
<tr>
|
|
5014
|
+
<td>variant</td>
|
|
5015
|
+
<td><code>"error" , "success" , "info"</code></td>
|
|
5016
|
+
<td>false</td>
|
|
5017
|
+
<td><code>-</code></td>
|
|
5018
|
+
<td>The semantic variant of the notification (e.g., `error`).</td>
|
|
5019
|
+
</tr>
|
|
5020
|
+
</tbody>
|
|
5067
5021
|
<tbody>
|
|
5068
5022
|
<tr>
|
|
5069
5023
|
<td>id</td>
|
|
@@ -5202,6 +5156,15 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5202
5156
|
<td>The title to be displayed at the top of the Notification</td>
|
|
5203
5157
|
</tr>
|
|
5204
5158
|
</tbody>
|
|
5159
|
+
<tbody>
|
|
5160
|
+
<tr>
|
|
5161
|
+
<td>variant</td>
|
|
5162
|
+
<td><code>"error" , "success" , "info"</code></td>
|
|
5163
|
+
<td>false</td>
|
|
5164
|
+
<td><code>-</code></td>
|
|
5165
|
+
<td>The semantic variant of the notification (e.g., `error`).</td>
|
|
5166
|
+
</tr>
|
|
5167
|
+
</tbody>
|
|
5205
5168
|
<tbody>
|
|
5206
5169
|
<tr>
|
|
5207
5170
|
<td>id</td>
|
|
@@ -5340,6 +5303,15 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5340
5303
|
<td>The title to be displayed at the top of the Notification</td>
|
|
5341
5304
|
</tr>
|
|
5342
5305
|
</tbody>
|
|
5306
|
+
<tbody>
|
|
5307
|
+
<tr>
|
|
5308
|
+
<td>variant</td>
|
|
5309
|
+
<td><code>"error" , "success" , "info"</code></td>
|
|
5310
|
+
<td>false</td>
|
|
5311
|
+
<td><code>-</code></td>
|
|
5312
|
+
<td>The semantic variant of the notification (e.g., `error`).</td>
|
|
5313
|
+
</tr>
|
|
5314
|
+
</tbody>
|
|
5343
5315
|
<tbody>
|
|
5344
5316
|
<tr>
|
|
5345
5317
|
<td>id</td>
|
|
@@ -5361,7 +5333,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5361
5333
|
</thead><tbody>
|
|
5362
5334
|
<tr>
|
|
5363
5335
|
<td>color</td>
|
|
5364
|
-
<td><code>
|
|
5336
|
+
<td><code>Color</code></td>
|
|
5365
5337
|
<td>false</td>
|
|
5366
5338
|
<td><code>-</code></td>
|
|
5367
5339
|
<td>-</td>
|
|
@@ -5460,7 +5432,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5460
5432
|
</thead><tbody>
|
|
5461
5433
|
<tr>
|
|
5462
5434
|
<td>color</td>
|
|
5463
|
-
<td><code>
|
|
5435
|
+
<td><code>Color</code></td>
|
|
5464
5436
|
<td>false</td>
|
|
5465
5437
|
<td><code>-</code></td>
|
|
5466
5438
|
<td>-</td>
|
|
@@ -5487,7 +5459,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5487
5459
|
</thead><tbody>
|
|
5488
5460
|
<tr>
|
|
5489
5461
|
<td>backgroundColor</td>
|
|
5490
|
-
<td><code>
|
|
5462
|
+
<td><code>BackgroundColor , keyof ColorPalette</code></td>
|
|
5491
5463
|
<td>false</td>
|
|
5492
5464
|
<td><code>-</code></td>
|
|
5493
5465
|
<td>CSS property for the backgroundColor</td>
|
|
@@ -5496,7 +5468,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5496
5468
|
<tbody>
|
|
5497
5469
|
<tr>
|
|
5498
5470
|
<td>color</td>
|
|
5499
|
-
<td><code>Color</code></td>
|
|
5471
|
+
<td><code>keyof ColorPalette , Color</code></td>
|
|
5500
5472
|
<td>false</td>
|
|
5501
5473
|
<td><code>-</code></td>
|
|
5502
5474
|
<td>CSS property for the color</td>
|
|
@@ -5679,7 +5651,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5679
5651
|
<td>placement</td>
|
|
5680
5652
|
<td><code>Placement</code></td>
|
|
5681
5653
|
<td>false</td>
|
|
5682
|
-
<td><code
|
|
5654
|
+
<td><code>bottom</code></td>
|
|
5683
5655
|
<td>Determines the position of the Popup in relation to the toggle</td>
|
|
5684
5656
|
</tr>
|
|
5685
5657
|
</tbody>
|
|
@@ -5908,25 +5880,25 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
5908
5880
|
</thead><tbody>
|
|
5909
5881
|
<tr>
|
|
5910
5882
|
<td>footer</td>
|
|
5911
|
-
<td><code>FC
|
|
5883
|
+
<td><code>FC</code></td>
|
|
5912
5884
|
<td>false</td>
|
|
5913
|
-
<td><code
|
|
5885
|
+
<td><code>React.Fragment</code></td>
|
|
5914
5886
|
<td>-</td>
|
|
5915
5887
|
</tr>
|
|
5916
5888
|
</tbody>
|
|
5917
5889
|
<tbody>
|
|
5918
5890
|
<tr>
|
|
5919
5891
|
<td>header</td>
|
|
5920
|
-
<td><code>FC
|
|
5892
|
+
<td><code>FC</code></td>
|
|
5921
5893
|
<td>false</td>
|
|
5922
|
-
<td><code
|
|
5894
|
+
<td><code>React.Fragment</code></td>
|
|
5923
5895
|
<td>-</td>
|
|
5924
5896
|
</tr>
|
|
5925
5897
|
</tbody>
|
|
5926
5898
|
<tbody>
|
|
5927
5899
|
<tr>
|
|
5928
5900
|
<td>margin</td>
|
|
5929
|
-
<td><code>
|
|
5901
|
+
<td><code>Margin<string , number></code></td>
|
|
5930
5902
|
<td>false</td>
|
|
5931
5903
|
<td><code>auto</code></td>
|
|
5932
5904
|
<td>-</td>
|
|
@@ -6061,7 +6033,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6061
6033
|
<tbody>
|
|
6062
6034
|
<tr>
|
|
6063
6035
|
<td>footer</td>
|
|
6064
|
-
<td><code>FC
|
|
6036
|
+
<td><code>FC</code></td>
|
|
6065
6037
|
<td>false</td>
|
|
6066
6038
|
<td><code>-</code></td>
|
|
6067
6039
|
<td>-</td>
|
|
@@ -6070,7 +6042,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6070
6042
|
<tbody>
|
|
6071
6043
|
<tr>
|
|
6072
6044
|
<td>header</td>
|
|
6073
|
-
<td><code>FC
|
|
6045
|
+
<td><code>FC</code></td>
|
|
6074
6046
|
<td>false</td>
|
|
6075
6047
|
<td><code>-</code></td>
|
|
6076
6048
|
<td>-</td>
|
|
@@ -6079,7 +6051,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6079
6051
|
<tbody>
|
|
6080
6052
|
<tr>
|
|
6081
6053
|
<td>margin</td>
|
|
6082
|
-
<td><code>
|
|
6054
|
+
<td><code>Margin<string , number></code></td>
|
|
6083
6055
|
<td>false</td>
|
|
6084
6056
|
<td><code>-</code></td>
|
|
6085
6057
|
<td>-</td>
|
|
@@ -6169,7 +6141,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6169
6141
|
<tbody>
|
|
6170
6142
|
<tr>
|
|
6171
6143
|
<td>styles</td>
|
|
6172
|
-
<td><code>Interpolation
|
|
6144
|
+
<td><code>Interpolation , ArrayInterpolation<any></code></td>
|
|
6173
6145
|
<td>false</td>
|
|
6174
6146
|
<td><code>-</code></td>
|
|
6175
6147
|
<td>-</td>
|
|
@@ -6196,7 +6168,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6196
6168
|
</thead><tbody>
|
|
6197
6169
|
<tr>
|
|
6198
6170
|
<td>color</td>
|
|
6199
|
-
<td><code>
|
|
6171
|
+
<td><code>Color</code></td>
|
|
6200
6172
|
<td>false</td>
|
|
6201
6173
|
<td><code>-</code></td>
|
|
6202
6174
|
<td>-</td>
|
|
@@ -6223,7 +6195,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6223
6195
|
</thead><tbody>
|
|
6224
6196
|
<tr>
|
|
6225
6197
|
<td>color</td>
|
|
6226
|
-
<td><code>
|
|
6198
|
+
<td><code>Color</code></td>
|
|
6227
6199
|
<td>false</td>
|
|
6228
6200
|
<td><code>-</code></td>
|
|
6229
6201
|
<td>-</td>
|
|
@@ -6286,7 +6258,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6286
6258
|
<tbody>
|
|
6287
6259
|
<tr>
|
|
6288
6260
|
<td>padding</td>
|
|
6289
|
-
<td><code>
|
|
6261
|
+
<td><code>Padding<string , number></code></td>
|
|
6290
6262
|
<td>false</td>
|
|
6291
6263
|
<td><code>50px 30px 30px</code></td>
|
|
6292
6264
|
<td>-</td>
|
|
@@ -6538,7 +6510,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6538
6510
|
<tbody>
|
|
6539
6511
|
<tr>
|
|
6540
6512
|
<td>padding</td>
|
|
6541
|
-
<td><code>
|
|
6513
|
+
<td><code>Padding<string , number></code></td>
|
|
6542
6514
|
<td>false</td>
|
|
6543
6515
|
<td><code>-</code></td>
|
|
6544
6516
|
<td>-</td>
|
|
@@ -6781,7 +6753,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6781
6753
|
</thead><tbody>
|
|
6782
6754
|
<tr>
|
|
6783
6755
|
<td>color</td>
|
|
6784
|
-
<td><code>
|
|
6756
|
+
<td><code>Color</code></td>
|
|
6785
6757
|
<td>false</td>
|
|
6786
6758
|
<td><code>-</code></td>
|
|
6787
6759
|
<td>-</td>
|
|
@@ -6927,7 +6899,7 @@ The identifier that will be passed through to the underlying HTML element</td>
|
|
|
6927
6899
|
<td>sortedDirection</td>
|
|
6928
6900
|
<td><code>SortDirection</code></td>
|
|
6929
6901
|
<td>false</td>
|
|
6930
|
-
<td><code>
|
|
6902
|
+
<td><code>ascending</code></td>
|
|
6931
6903
|
<td>Specifies the direction of the sort</td>
|
|
6932
6904
|
</tr>
|
|
6933
6905
|
</tbody>
|
|
@@ -7016,7 +6988,7 @@ will behave as though scrollable={true} in all cases</td>
|
|
|
7016
6988
|
<tbody>
|
|
7017
6989
|
<tr>
|
|
7018
6990
|
<td>selectedTabColor</td>
|
|
7019
|
-
<td><code>
|
|
6991
|
+
<td><code>Color</code></td>
|
|
7020
6992
|
<td>false</td>
|
|
7021
6993
|
<td><code>-</code></td>
|
|
7022
6994
|
<td>-</td>
|