@mirai/ui 1.0.170 → 1.0.171
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/build/components/Action/Action.js +3 -2
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.stories.js +6 -8
- package/build/components/Action/Action.stories.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +1 -1
- package/build/components/Button/Button.js +3 -2
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/Button.stories.js +8 -6
- package/build/components/Button/Button.stories.js.map +1 -1
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +1 -1
- package/build/components/Calendar/Calendar.Month.js +3 -3
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Week.js +1 -1
- package/build/components/Calendar/Calendar.Week.js.map +1 -1
- package/build/components/Calendar/Calendar.js +4 -3
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/Calendar.stories.js +7 -4
- package/build/components/Calendar/Calendar.stories.js.map +1 -1
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +1 -1
- package/build/components/Form/Form.js +4 -1
- package/build/components/Form/Form.js.map +1 -1
- package/build/components/Form/Form.stories.js +6 -4
- package/build/components/Form/Form.stories.js.map +1 -1
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +1 -1
- package/build/components/InputDate/InputDate.js +1 -0
- package/build/components/InputDate/InputDate.js.map +1 -1
- package/build/components/InputDate/InputDate.stories.js +6 -7
- package/build/components/InputDate/InputDate.stories.js.map +1 -1
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +1 -1
- package/build/components/InputNumber/InputNumber.js +1 -0
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/InputNumber.stories.js +6 -7
- package/build/components/InputNumber/InputNumber.stories.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +1 -1
- package/build/components/InputOption/InputOption.js +1 -0
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/InputOption.stories.js +6 -7
- package/build/components/InputOption/InputOption.stories.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +1 -1
- package/build/components/InputPhone/InputPhone.js +4 -3
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/InputPhone.stories.js +6 -7
- package/build/components/InputPhone/InputPhone.stories.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +2 -2
- package/build/components/InputSelect/InputSelect.js +1 -0
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/InputSelect.stories.js +6 -7
- package/build/components/InputSelect/InputSelect.stories.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +1 -1
- package/build/components/InputText/InputText.js +1 -0
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/InputText.stories.js +6 -7
- package/build/components/InputText/InputText.stories.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +1 -1
- package/build/components/Menu/Menu.js +4 -3
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/Menu.stories.js +10 -10
- package/build/components/Menu/Menu.stories.js.map +1 -1
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +1 -1
- package/build/components/Modal/Modal.js +7 -5
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/Modal.stories.js +6 -7
- package/build/components/Modal/Modal.stories.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +1 -1
- package/build/components/Notification/Notification.js +2 -1
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/Notification.stories.js +6 -8
- package/build/components/Notification/Notification.stories.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +1 -1
- package/build/components/Progress/Progress.js +1 -0
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/Progress.stories.js +6 -8
- package/build/components/Progress/Progress.stories.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +1 -1
- package/build/components/Table/Table.Row.js +15 -14
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.js +13 -6
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/Table.stories.js +11 -8
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +39 -202
- package/build/components/Tooltip/Tooltip.js +5 -4
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/Tooltip.stories.js +6 -8
- package/build/components/Tooltip/Tooltip.stories.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +1 -1
- package/build/helpers/styles.js +2 -1
- package/build/helpers/styles.js.map +1 -1
- package/build/primitives/Checkbox/Checkbox.js +8 -5
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/Checkbox.stories.js +6 -7
- package/build/primitives/Checkbox/Checkbox.stories.js.map +1 -1
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +1 -1
- package/build/primitives/Icon/Icon.js +4 -1
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/Icon.stories.js +6 -8
- package/build/primitives/Icon/Icon.stories.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +1 -1
- package/build/primitives/Input/Input.js +8 -4
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Input/Input.stories.js +6 -7
- package/build/primitives/Input/Input.stories.js.map +1 -1
- package/build/primitives/Input/__tests__/__snapshots__/Input.test.js.snap +1 -1
- package/build/primitives/Layer/Layer.js +8 -4
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/Layer.stories.js +6 -8
- package/build/primitives/Layer/Layer.stories.js.map +1 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +1 -1
- package/build/primitives/Pressable/Pressable.js +7 -3
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/Pressable.stories.js +6 -8
- package/build/primitives/Pressable/Pressable.stories.js.map +1 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +1 -1
- package/build/primitives/Primitive/Primitive.constants.js +14 -0
- package/build/primitives/Primitive/Primitive.constants.js.map +1 -0
- package/build/primitives/Primitive/Primitive.js +37 -0
- package/build/primitives/Primitive/Primitive.js.map +1 -0
- package/build/primitives/Primitive/Primitive.stories.js +31 -0
- package/build/primitives/Primitive/Primitive.stories.js.map +1 -0
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +45 -0
- package/build/primitives/Primitive/helpers/getProps.js +31 -0
- package/build/primitives/Primitive/helpers/getProps.js.map +1 -0
- package/build/primitives/Primitive/helpers/index.js +17 -0
- package/build/primitives/Primitive/helpers/index.js.map +1 -0
- package/build/primitives/Primitive/index.js +17 -0
- package/build/primitives/Primitive/index.js.map +1 -0
- package/build/primitives/Radio/Radio.js +8 -4
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/Radio.stories.js +6 -7
- package/build/primitives/Radio/Radio.stories.js.map +1 -1
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +1 -1
- package/build/primitives/ScrollView/ScrollView.js +6 -3
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.stories.js +6 -4
- package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +1 -1
- package/build/primitives/Select/Select.js +11 -5
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Select/Select.stories.js +6 -7
- package/build/primitives/Select/Select.stories.js.map +1 -1
- package/build/primitives/Select/__tests__/__snapshots__/Select.test.js.snap +1 -1
- package/build/primitives/Switch/Switch.js +10 -6
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/Switch.stories.js +6 -7
- package/build/primitives/Switch/Switch.stories.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +1 -1
- package/build/primitives/Text/Text.js +4 -1
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.stories.js +6 -8
- package/build/primitives/Text/Text.stories.js.map +1 -1
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +1 -1
- package/build/primitives/View/View.js +7 -5
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/View.stories.js +6 -8
- package/build/primitives/View/View.stories.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +1 -1
- package/build/primitives/index.js +11 -0
- package/build/primitives/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -6,10 +6,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
6
6
|
class="table"
|
|
7
7
|
>
|
|
8
8
|
<thead>
|
|
9
|
-
<tr
|
|
10
|
-
class=""
|
|
11
|
-
role="tr"
|
|
12
|
-
>
|
|
9
|
+
<tr>
|
|
13
10
|
<th>
|
|
14
11
|
<span
|
|
15
12
|
class="view forceRow column"
|
|
@@ -313,10 +310,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
313
310
|
</tr>
|
|
314
311
|
</thead>
|
|
315
312
|
<tbody>
|
|
316
|
-
<tr
|
|
317
|
-
class=""
|
|
318
|
-
role="tr"
|
|
319
|
-
>
|
|
313
|
+
<tr>
|
|
320
314
|
<td>
|
|
321
315
|
<span
|
|
322
316
|
class="view forceRow column text"
|
|
@@ -349,10 +343,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
349
343
|
/>
|
|
350
344
|
</td>
|
|
351
345
|
</tr>
|
|
352
|
-
<tr
|
|
353
|
-
class=""
|
|
354
|
-
role="tr"
|
|
355
|
-
>
|
|
346
|
+
<tr>
|
|
356
347
|
<td>
|
|
357
348
|
<span
|
|
358
349
|
class="view forceRow column text"
|
|
@@ -385,10 +376,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
385
376
|
/>
|
|
386
377
|
</td>
|
|
387
378
|
</tr>
|
|
388
|
-
<tr
|
|
389
|
-
class=""
|
|
390
|
-
role="tr"
|
|
391
|
-
>
|
|
379
|
+
<tr>
|
|
392
380
|
<td>
|
|
393
381
|
<span
|
|
394
382
|
class="view forceRow column text"
|
|
@@ -421,10 +409,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
421
409
|
/>
|
|
422
410
|
</td>
|
|
423
411
|
</tr>
|
|
424
|
-
<tr
|
|
425
|
-
class=""
|
|
426
|
-
role="tr"
|
|
427
|
-
>
|
|
412
|
+
<tr>
|
|
428
413
|
<td>
|
|
429
414
|
<span
|
|
430
415
|
class="view forceRow column text"
|
|
@@ -461,10 +446,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
461
446
|
</span>
|
|
462
447
|
</td>
|
|
463
448
|
</tr>
|
|
464
|
-
<tr
|
|
465
|
-
class=""
|
|
466
|
-
role="tr"
|
|
467
|
-
>
|
|
449
|
+
<tr>
|
|
468
450
|
<td>
|
|
469
451
|
<span
|
|
470
452
|
class="view forceRow column text"
|
|
@@ -499,10 +481,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
499
481
|
/>
|
|
500
482
|
</td>
|
|
501
483
|
</tr>
|
|
502
|
-
<tr
|
|
503
|
-
class=""
|
|
504
|
-
role="tr"
|
|
505
|
-
>
|
|
484
|
+
<tr>
|
|
506
485
|
<td>
|
|
507
486
|
<span
|
|
508
487
|
class="view forceRow column text"
|
|
@@ -535,10 +514,7 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
535
514
|
/>
|
|
536
515
|
</td>
|
|
537
516
|
</tr>
|
|
538
|
-
<tr
|
|
539
|
-
class=""
|
|
540
|
-
role="tr"
|
|
541
|
-
>
|
|
517
|
+
<tr>
|
|
542
518
|
<td>
|
|
543
519
|
<span
|
|
544
520
|
class="view forceRow column text"
|
|
@@ -708,10 +684,7 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
708
684
|
class="table"
|
|
709
685
|
>
|
|
710
686
|
<thead>
|
|
711
|
-
<tr
|
|
712
|
-
class=""
|
|
713
|
-
role="tr"
|
|
714
|
-
>
|
|
687
|
+
<tr>
|
|
715
688
|
<th>
|
|
716
689
|
<span
|
|
717
690
|
class="view forceRow column"
|
|
@@ -1015,10 +988,7 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
1015
988
|
</tr>
|
|
1016
989
|
</thead>
|
|
1017
990
|
<tbody>
|
|
1018
|
-
<tr
|
|
1019
|
-
class=""
|
|
1020
|
-
role="tr"
|
|
1021
|
-
>
|
|
991
|
+
<tr>
|
|
1022
992
|
<td>
|
|
1023
993
|
<span
|
|
1024
994
|
class="view forceRow column text"
|
|
@@ -1055,10 +1025,7 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
1055
1025
|
</span>
|
|
1056
1026
|
</td>
|
|
1057
1027
|
</tr>
|
|
1058
|
-
<tr
|
|
1059
|
-
class=""
|
|
1060
|
-
role="tr"
|
|
1061
|
-
>
|
|
1028
|
+
<tr>
|
|
1062
1029
|
<td>
|
|
1063
1030
|
<span
|
|
1064
1031
|
class="view forceRow column text"
|
|
@@ -1093,10 +1060,7 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
1093
1060
|
/>
|
|
1094
1061
|
</td>
|
|
1095
1062
|
</tr>
|
|
1096
|
-
<tr
|
|
1097
|
-
class=""
|
|
1098
|
-
role="tr"
|
|
1099
|
-
>
|
|
1063
|
+
<tr>
|
|
1100
1064
|
<td>
|
|
1101
1065
|
<span
|
|
1102
1066
|
class="view forceRow column text"
|
|
@@ -1129,10 +1093,7 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
1129
1093
|
/>
|
|
1130
1094
|
</td>
|
|
1131
1095
|
</tr>
|
|
1132
|
-
<tr
|
|
1133
|
-
class=""
|
|
1134
|
-
role="tr"
|
|
1135
|
-
>
|
|
1096
|
+
<tr>
|
|
1136
1097
|
<td>
|
|
1137
1098
|
<span
|
|
1138
1099
|
class="view forceRow column text"
|
|
@@ -1179,10 +1140,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1179
1140
|
class="table"
|
|
1180
1141
|
>
|
|
1181
1142
|
<thead>
|
|
1182
|
-
<tr
|
|
1183
|
-
class=""
|
|
1184
|
-
role="tr"
|
|
1185
|
-
>
|
|
1143
|
+
<tr>
|
|
1186
1144
|
<th>
|
|
1187
1145
|
<span
|
|
1188
1146
|
class="view forceRow column"
|
|
@@ -1486,10 +1444,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1486
1444
|
</tr>
|
|
1487
1445
|
</thead>
|
|
1488
1446
|
<tbody>
|
|
1489
|
-
<tr
|
|
1490
|
-
class=""
|
|
1491
|
-
role="tr"
|
|
1492
|
-
>
|
|
1447
|
+
<tr>
|
|
1493
1448
|
<td>
|
|
1494
1449
|
<span
|
|
1495
1450
|
class="view forceRow column text"
|
|
@@ -1522,10 +1477,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1522
1477
|
/>
|
|
1523
1478
|
</td>
|
|
1524
1479
|
</tr>
|
|
1525
|
-
<tr
|
|
1526
|
-
class=""
|
|
1527
|
-
role="tr"
|
|
1528
|
-
>
|
|
1480
|
+
<tr>
|
|
1529
1481
|
<td>
|
|
1530
1482
|
<span
|
|
1531
1483
|
class="view forceRow column text"
|
|
@@ -1558,10 +1510,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1558
1510
|
/>
|
|
1559
1511
|
</td>
|
|
1560
1512
|
</tr>
|
|
1561
|
-
<tr
|
|
1562
|
-
class=""
|
|
1563
|
-
role="tr"
|
|
1564
|
-
>
|
|
1513
|
+
<tr>
|
|
1565
1514
|
<td>
|
|
1566
1515
|
<span
|
|
1567
1516
|
class="view forceRow column text"
|
|
@@ -1594,10 +1543,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1594
1543
|
/>
|
|
1595
1544
|
</td>
|
|
1596
1545
|
</tr>
|
|
1597
|
-
<tr
|
|
1598
|
-
class=""
|
|
1599
|
-
role="tr"
|
|
1600
|
-
>
|
|
1546
|
+
<tr>
|
|
1601
1547
|
<td>
|
|
1602
1548
|
<span
|
|
1603
1549
|
class="view forceRow column text"
|
|
@@ -1634,10 +1580,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1634
1580
|
</span>
|
|
1635
1581
|
</td>
|
|
1636
1582
|
</tr>
|
|
1637
|
-
<tr
|
|
1638
|
-
class=""
|
|
1639
|
-
role="tr"
|
|
1640
|
-
>
|
|
1583
|
+
<tr>
|
|
1641
1584
|
<td>
|
|
1642
1585
|
<span
|
|
1643
1586
|
class="view forceRow column text"
|
|
@@ -1672,10 +1615,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1672
1615
|
/>
|
|
1673
1616
|
</td>
|
|
1674
1617
|
</tr>
|
|
1675
|
-
<tr
|
|
1676
|
-
class=""
|
|
1677
|
-
role="tr"
|
|
1678
|
-
>
|
|
1618
|
+
<tr>
|
|
1679
1619
|
<td>
|
|
1680
1620
|
<span
|
|
1681
1621
|
class="view forceRow column text"
|
|
@@ -1708,10 +1648,7 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1708
1648
|
/>
|
|
1709
1649
|
</td>
|
|
1710
1650
|
</tr>
|
|
1711
|
-
<tr
|
|
1712
|
-
class=""
|
|
1713
|
-
role="tr"
|
|
1714
|
-
>
|
|
1651
|
+
<tr>
|
|
1715
1652
|
<td>
|
|
1716
1653
|
<span
|
|
1717
1654
|
class="view forceRow column text"
|
|
@@ -1761,9 +1698,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1761
1698
|
>
|
|
1762
1699
|
<thead>
|
|
1763
1700
|
<tr
|
|
1764
|
-
class=""
|
|
1765
1701
|
data-testid="onScroll-head"
|
|
1766
|
-
role="tr"
|
|
1767
1702
|
>
|
|
1768
1703
|
<th
|
|
1769
1704
|
data-testid="onScroll-head-username"
|
|
@@ -2079,9 +2014,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
2079
2014
|
</thead>
|
|
2080
2015
|
<tbody>
|
|
2081
2016
|
<tr
|
|
2082
|
-
class=""
|
|
2083
2017
|
data-testid="onScroll-0"
|
|
2084
|
-
role="tr"
|
|
2085
2018
|
>
|
|
2086
2019
|
<td
|
|
2087
2020
|
data-testid="onScroll-0-username"
|
|
@@ -2126,9 +2059,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
2126
2059
|
</td>
|
|
2127
2060
|
</tr>
|
|
2128
2061
|
<tr
|
|
2129
|
-
class=""
|
|
2130
2062
|
data-testid="onScroll-1"
|
|
2131
|
-
role="tr"
|
|
2132
2063
|
>
|
|
2133
2064
|
<td
|
|
2134
2065
|
data-testid="onScroll-1-username"
|
|
@@ -2173,9 +2104,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
2173
2104
|
</td>
|
|
2174
2105
|
</tr>
|
|
2175
2106
|
<tr
|
|
2176
|
-
class=""
|
|
2177
2107
|
data-testid="onScroll-2"
|
|
2178
|
-
role="tr"
|
|
2179
2108
|
>
|
|
2180
2109
|
<td
|
|
2181
2110
|
data-testid="onScroll-2-username"
|
|
@@ -2220,9 +2149,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
2220
2149
|
</td>
|
|
2221
2150
|
</tr>
|
|
2222
2151
|
<tr
|
|
2223
|
-
class=""
|
|
2224
2152
|
data-testid="onScroll-3"
|
|
2225
|
-
role="tr"
|
|
2226
2153
|
>
|
|
2227
2154
|
<td
|
|
2228
2155
|
data-testid="onScroll-3-username"
|
|
@@ -2271,9 +2198,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
2271
2198
|
</td>
|
|
2272
2199
|
</tr>
|
|
2273
2200
|
<tr
|
|
2274
|
-
class=""
|
|
2275
2201
|
data-testid="onScroll-4"
|
|
2276
|
-
role="tr"
|
|
2277
2202
|
>
|
|
2278
2203
|
<td
|
|
2279
2204
|
data-testid="onScroll-4-username"
|
|
@@ -2320,9 +2245,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
2320
2245
|
</td>
|
|
2321
2246
|
</tr>
|
|
2322
2247
|
<tr
|
|
2323
|
-
class=""
|
|
2324
2248
|
data-testid="onScroll-5"
|
|
2325
|
-
role="tr"
|
|
2326
2249
|
>
|
|
2327
2250
|
<td
|
|
2328
2251
|
data-testid="onScroll-5-username"
|
|
@@ -2367,9 +2290,7 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
2367
2290
|
</td>
|
|
2368
2291
|
</tr>
|
|
2369
2292
|
<tr
|
|
2370
|
-
class=""
|
|
2371
2293
|
data-testid="onScroll-6"
|
|
2372
|
-
role="tr"
|
|
2373
2294
|
>
|
|
2374
2295
|
<td
|
|
2375
2296
|
data-testid="onScroll-6-username"
|
|
@@ -2427,9 +2348,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2427
2348
|
>
|
|
2428
2349
|
<thead>
|
|
2429
2350
|
<tr
|
|
2430
|
-
class=""
|
|
2431
2351
|
data-testid="onSelect-head"
|
|
2432
|
-
role="tr"
|
|
2433
2352
|
>
|
|
2434
2353
|
<th
|
|
2435
2354
|
data-testid="onSelect-head-username"
|
|
@@ -2760,9 +2679,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2760
2679
|
</thead>
|
|
2761
2680
|
<tbody>
|
|
2762
2681
|
<tr
|
|
2763
|
-
class=""
|
|
2764
2682
|
data-testid="onSelect-0"
|
|
2765
|
-
role="tr"
|
|
2766
2683
|
>
|
|
2767
2684
|
<td
|
|
2768
2685
|
data-testid="onSelect-0-username"
|
|
@@ -2822,9 +2739,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2822
2739
|
</td>
|
|
2823
2740
|
</tr>
|
|
2824
2741
|
<tr
|
|
2825
|
-
class=""
|
|
2826
2742
|
data-testid="onSelect-1"
|
|
2827
|
-
role="tr"
|
|
2828
2743
|
>
|
|
2829
2744
|
<td
|
|
2830
2745
|
data-testid="onSelect-1-username"
|
|
@@ -2884,9 +2799,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2884
2799
|
</td>
|
|
2885
2800
|
</tr>
|
|
2886
2801
|
<tr
|
|
2887
|
-
class=""
|
|
2888
2802
|
data-testid="onSelect-2"
|
|
2889
|
-
role="tr"
|
|
2890
2803
|
>
|
|
2891
2804
|
<td
|
|
2892
2805
|
data-testid="onSelect-2-username"
|
|
@@ -2946,9 +2859,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2946
2859
|
</td>
|
|
2947
2860
|
</tr>
|
|
2948
2861
|
<tr
|
|
2949
|
-
class=""
|
|
2950
2862
|
data-testid="onSelect-3"
|
|
2951
|
-
role="tr"
|
|
2952
2863
|
>
|
|
2953
2864
|
<td
|
|
2954
2865
|
data-testid="onSelect-3-username"
|
|
@@ -3012,9 +2923,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
3012
2923
|
</td>
|
|
3013
2924
|
</tr>
|
|
3014
2925
|
<tr
|
|
3015
|
-
class=""
|
|
3016
2926
|
data-testid="onSelect-4"
|
|
3017
|
-
role="tr"
|
|
3018
2927
|
>
|
|
3019
2928
|
<td
|
|
3020
2929
|
data-testid="onSelect-4-username"
|
|
@@ -3076,9 +2985,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
3076
2985
|
</td>
|
|
3077
2986
|
</tr>
|
|
3078
2987
|
<tr
|
|
3079
|
-
class=""
|
|
3080
2988
|
data-testid="onSelect-5"
|
|
3081
|
-
role="tr"
|
|
3082
2989
|
>
|
|
3083
2990
|
<td
|
|
3084
2991
|
data-testid="onSelect-5-username"
|
|
@@ -3138,9 +3045,7 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
3138
3045
|
</td>
|
|
3139
3046
|
</tr>
|
|
3140
3047
|
<tr
|
|
3141
|
-
class=""
|
|
3142
3048
|
data-testid="onSelect-6"
|
|
3143
|
-
role="tr"
|
|
3144
3049
|
>
|
|
3145
3050
|
<td
|
|
3146
3051
|
data-testid="onSelect-6-username"
|
|
@@ -3210,10 +3115,7 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
3210
3115
|
class="table"
|
|
3211
3116
|
>
|
|
3212
3117
|
<thead>
|
|
3213
|
-
<tr
|
|
3214
|
-
class=""
|
|
3215
|
-
role="tr"
|
|
3216
|
-
>
|
|
3118
|
+
<tr>
|
|
3217
3119
|
<th>
|
|
3218
3120
|
<span
|
|
3219
3121
|
class="view forceRow column"
|
|
@@ -3517,10 +3419,7 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
3517
3419
|
</tr>
|
|
3518
3420
|
</thead>
|
|
3519
3421
|
<tbody>
|
|
3520
|
-
<tr
|
|
3521
|
-
class=""
|
|
3522
|
-
role="tr"
|
|
3523
|
-
>
|
|
3422
|
+
<tr>
|
|
3524
3423
|
<td>
|
|
3525
3424
|
<span
|
|
3526
3425
|
class="view forceRow column text"
|
|
@@ -3566,10 +3465,7 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
3566
3465
|
class="table"
|
|
3567
3466
|
>
|
|
3568
3467
|
<thead>
|
|
3569
|
-
<tr
|
|
3570
|
-
class=""
|
|
3571
|
-
role="tr"
|
|
3572
|
-
>
|
|
3468
|
+
<tr>
|
|
3573
3469
|
<th>
|
|
3574
3470
|
<span
|
|
3575
3471
|
class="view forceRow column"
|
|
@@ -3873,10 +3769,7 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
3873
3769
|
</tr>
|
|
3874
3770
|
</thead>
|
|
3875
3771
|
<tbody>
|
|
3876
|
-
<tr
|
|
3877
|
-
class=""
|
|
3878
|
-
role="tr"
|
|
3879
|
-
>
|
|
3772
|
+
<tr>
|
|
3880
3773
|
<td>
|
|
3881
3774
|
<span
|
|
3882
3775
|
class="view forceRow column text"
|
|
@@ -3909,10 +3802,7 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
3909
3802
|
/>
|
|
3910
3803
|
</td>
|
|
3911
3804
|
</tr>
|
|
3912
|
-
<tr
|
|
3913
|
-
class=""
|
|
3914
|
-
role="tr"
|
|
3915
|
-
>
|
|
3805
|
+
<tr>
|
|
3916
3806
|
<td>
|
|
3917
3807
|
<span
|
|
3918
3808
|
class="view forceRow column text"
|
|
@@ -3945,10 +3835,7 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
3945
3835
|
/>
|
|
3946
3836
|
</td>
|
|
3947
3837
|
</tr>
|
|
3948
|
-
<tr
|
|
3949
|
-
class=""
|
|
3950
|
-
role="tr"
|
|
3951
|
-
>
|
|
3838
|
+
<tr>
|
|
3952
3839
|
<td>
|
|
3953
3840
|
<span
|
|
3954
3841
|
class="view forceRow column text"
|
|
@@ -3981,10 +3868,7 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
3981
3868
|
/>
|
|
3982
3869
|
</td>
|
|
3983
3870
|
</tr>
|
|
3984
|
-
<tr
|
|
3985
|
-
class=""
|
|
3986
|
-
role="tr"
|
|
3987
|
-
>
|
|
3871
|
+
<tr>
|
|
3988
3872
|
<td>
|
|
3989
3873
|
<span
|
|
3990
3874
|
class="view forceRow column text"
|
|
@@ -4023,7 +3907,6 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
4023
3907
|
</tr>
|
|
4024
3908
|
<tr
|
|
4025
3909
|
class="selected"
|
|
4026
|
-
role="tr"
|
|
4027
3910
|
>
|
|
4028
3911
|
<td>
|
|
4029
3912
|
<span
|
|
@@ -4059,10 +3942,7 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
4059
3942
|
/>
|
|
4060
3943
|
</td>
|
|
4061
3944
|
</tr>
|
|
4062
|
-
<tr
|
|
4063
|
-
class=""
|
|
4064
|
-
role="tr"
|
|
4065
|
-
>
|
|
3945
|
+
<tr>
|
|
4066
3946
|
<td>
|
|
4067
3947
|
<span
|
|
4068
3948
|
class="view forceRow column text"
|
|
@@ -4095,10 +3975,7 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
4095
3975
|
/>
|
|
4096
3976
|
</td>
|
|
4097
3977
|
</tr>
|
|
4098
|
-
<tr
|
|
4099
|
-
class=""
|
|
4100
|
-
role="tr"
|
|
4101
|
-
>
|
|
3978
|
+
<tr>
|
|
4102
3979
|
<td>
|
|
4103
3980
|
<span
|
|
4104
3981
|
class="view forceRow column text"
|
|
@@ -4142,10 +4019,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4142
4019
|
class="table"
|
|
4143
4020
|
>
|
|
4144
4021
|
<thead>
|
|
4145
|
-
<tr
|
|
4146
|
-
class=""
|
|
4147
|
-
role="tr"
|
|
4148
|
-
>
|
|
4022
|
+
<tr>
|
|
4149
4023
|
<th>
|
|
4150
4024
|
<span
|
|
4151
4025
|
class="view forceRow column"
|
|
@@ -4449,10 +4323,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4449
4323
|
</tr>
|
|
4450
4324
|
</thead>
|
|
4451
4325
|
<tbody>
|
|
4452
|
-
<tr
|
|
4453
|
-
class=""
|
|
4454
|
-
role="tr"
|
|
4455
|
-
>
|
|
4326
|
+
<tr>
|
|
4456
4327
|
<td>
|
|
4457
4328
|
<span
|
|
4458
4329
|
class="view forceRow column text"
|
|
@@ -4485,10 +4356,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4485
4356
|
/>
|
|
4486
4357
|
</td>
|
|
4487
4358
|
</tr>
|
|
4488
|
-
<tr
|
|
4489
|
-
class=""
|
|
4490
|
-
role="tr"
|
|
4491
|
-
>
|
|
4359
|
+
<tr>
|
|
4492
4360
|
<td>
|
|
4493
4361
|
<span
|
|
4494
4362
|
class="view forceRow column text"
|
|
@@ -4521,10 +4389,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4521
4389
|
/>
|
|
4522
4390
|
</td>
|
|
4523
4391
|
</tr>
|
|
4524
|
-
<tr
|
|
4525
|
-
class=""
|
|
4526
|
-
role="tr"
|
|
4527
|
-
>
|
|
4392
|
+
<tr>
|
|
4528
4393
|
<td>
|
|
4529
4394
|
<span
|
|
4530
4395
|
class="view forceRow column text"
|
|
@@ -4557,10 +4422,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4557
4422
|
/>
|
|
4558
4423
|
</td>
|
|
4559
4424
|
</tr>
|
|
4560
|
-
<tr
|
|
4561
|
-
class=""
|
|
4562
|
-
role="tr"
|
|
4563
|
-
>
|
|
4425
|
+
<tr>
|
|
4564
4426
|
<td>
|
|
4565
4427
|
<span
|
|
4566
4428
|
class="view forceRow column text"
|
|
@@ -4597,10 +4459,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4597
4459
|
</span>
|
|
4598
4460
|
</td>
|
|
4599
4461
|
</tr>
|
|
4600
|
-
<tr
|
|
4601
|
-
class=""
|
|
4602
|
-
role="tr"
|
|
4603
|
-
>
|
|
4462
|
+
<tr>
|
|
4604
4463
|
<td>
|
|
4605
4464
|
<span
|
|
4606
4465
|
class="view forceRow column text"
|
|
@@ -4635,10 +4494,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4635
4494
|
/>
|
|
4636
4495
|
</td>
|
|
4637
4496
|
</tr>
|
|
4638
|
-
<tr
|
|
4639
|
-
class=""
|
|
4640
|
-
role="tr"
|
|
4641
|
-
>
|
|
4497
|
+
<tr>
|
|
4642
4498
|
<td>
|
|
4643
4499
|
<span
|
|
4644
4500
|
class="view forceRow column text"
|
|
@@ -4671,10 +4527,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4671
4527
|
/>
|
|
4672
4528
|
</td>
|
|
4673
4529
|
</tr>
|
|
4674
|
-
<tr
|
|
4675
|
-
class=""
|
|
4676
|
-
role="tr"
|
|
4677
|
-
>
|
|
4530
|
+
<tr>
|
|
4678
4531
|
<td>
|
|
4679
4532
|
<span
|
|
4680
4533
|
class="view forceRow column text"
|
|
@@ -4712,7 +4565,7 @@ exports[`component:<Table> renders 1`] = `
|
|
|
4712
4565
|
</DocumentFragment>
|
|
4713
4566
|
`;
|
|
4714
4567
|
|
|
4715
|
-
exports[`component:<Table>
|
|
4568
|
+
exports[`component:<Table> testId 1`] = `
|
|
4716
4569
|
<DocumentFragment>
|
|
4717
4570
|
<table
|
|
4718
4571
|
class="table"
|
|
@@ -4720,9 +4573,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
4720
4573
|
>
|
|
4721
4574
|
<thead>
|
|
4722
4575
|
<tr
|
|
4723
|
-
class=""
|
|
4724
4576
|
data-testid="mirai-head"
|
|
4725
|
-
role="tr"
|
|
4726
4577
|
>
|
|
4727
4578
|
<th
|
|
4728
4579
|
data-testid="mirai-head-username"
|
|
@@ -5038,9 +4889,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
5038
4889
|
</thead>
|
|
5039
4890
|
<tbody>
|
|
5040
4891
|
<tr
|
|
5041
|
-
class=""
|
|
5042
4892
|
data-testid="mirai-0"
|
|
5043
|
-
role="tr"
|
|
5044
4893
|
>
|
|
5045
4894
|
<td
|
|
5046
4895
|
data-testid="mirai-0-username"
|
|
@@ -5085,9 +4934,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
5085
4934
|
</td>
|
|
5086
4935
|
</tr>
|
|
5087
4936
|
<tr
|
|
5088
|
-
class=""
|
|
5089
4937
|
data-testid="mirai-1"
|
|
5090
|
-
role="tr"
|
|
5091
4938
|
>
|
|
5092
4939
|
<td
|
|
5093
4940
|
data-testid="mirai-1-username"
|
|
@@ -5132,9 +4979,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
5132
4979
|
</td>
|
|
5133
4980
|
</tr>
|
|
5134
4981
|
<tr
|
|
5135
|
-
class=""
|
|
5136
4982
|
data-testid="mirai-2"
|
|
5137
|
-
role="tr"
|
|
5138
4983
|
>
|
|
5139
4984
|
<td
|
|
5140
4985
|
data-testid="mirai-2-username"
|
|
@@ -5179,9 +5024,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
5179
5024
|
</td>
|
|
5180
5025
|
</tr>
|
|
5181
5026
|
<tr
|
|
5182
|
-
class=""
|
|
5183
5027
|
data-testid="mirai-3"
|
|
5184
|
-
role="tr"
|
|
5185
5028
|
>
|
|
5186
5029
|
<td
|
|
5187
5030
|
data-testid="mirai-3-username"
|
|
@@ -5230,9 +5073,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
5230
5073
|
</td>
|
|
5231
5074
|
</tr>
|
|
5232
5075
|
<tr
|
|
5233
|
-
class=""
|
|
5234
5076
|
data-testid="mirai-4"
|
|
5235
|
-
role="tr"
|
|
5236
5077
|
>
|
|
5237
5078
|
<td
|
|
5238
5079
|
data-testid="mirai-4-username"
|
|
@@ -5279,9 +5120,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
5279
5120
|
</td>
|
|
5280
5121
|
</tr>
|
|
5281
5122
|
<tr
|
|
5282
|
-
class=""
|
|
5283
5123
|
data-testid="mirai-5"
|
|
5284
|
-
role="tr"
|
|
5285
5124
|
>
|
|
5286
5125
|
<td
|
|
5287
5126
|
data-testid="mirai-5-username"
|
|
@@ -5326,9 +5165,7 @@ exports[`component:<Table> testID 1`] = `
|
|
|
5326
5165
|
</td>
|
|
5327
5166
|
</tr>
|
|
5328
5167
|
<tr
|
|
5329
|
-
class=""
|
|
5330
5168
|
data-testid="mirai-6"
|
|
5331
|
-
role="tr"
|
|
5332
5169
|
>
|
|
5333
5170
|
<td
|
|
5334
5171
|
data-testid="mirai-6-username"
|