@mirai/ui 1.0.221 → 1.1.0-beta
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 +5 -3
- package/build/components/Action/Action.js.map +1 -1
- package/build/components/Action/Action.module.css +49 -50
- package/build/components/Action/Action.stories.js +8 -5
- package/build/components/Action/Action.stories.js.map +1 -1
- package/build/components/Action/__tests__/__snapshots__/Action.test.js.snap +40 -26
- package/build/components/Button/Button.js +7 -5
- package/build/components/Button/Button.js.map +1 -1
- package/build/components/Button/__tests__/__snapshots__/Button.test.js.snap +30 -19
- package/build/components/Calendar/Calendar.Month.js +6 -4
- package/build/components/Calendar/Calendar.Month.js.map +1 -1
- package/build/components/Calendar/Calendar.Week.js +6 -6
- package/build/components/Calendar/Calendar.Week.js.map +1 -1
- package/build/components/Calendar/Calendar.Weekdays.js +6 -3
- package/build/components/Calendar/Calendar.Weekdays.js.map +1 -1
- package/build/components/Calendar/Calendar.js +3 -3
- package/build/components/Calendar/Calendar.js.map +1 -1
- package/build/components/Calendar/__tests__/__snapshots__/Calendar.test.jsx.snap +15608 -15576
- package/build/components/Form/__tests__/__snapshots__/Form.test.jsx.snap +9 -9
- package/build/components/InputDate/__tests__/__snapshots__/InputDate.test.js.snap +42 -42
- package/build/components/InputNumber/InputNumber.js +9 -7
- package/build/components/InputNumber/InputNumber.js.map +1 -1
- package/build/components/InputNumber/__tests__/__snapshots__/InputNumber.test.js.snap +129 -114
- package/build/components/InputOption/InputOption.js +7 -4
- package/build/components/InputOption/InputOption.js.map +1 -1
- package/build/components/InputOption/__tests__/__snapshots__/InputOption.test.js.snap +84 -71
- package/build/components/InputPhone/InputPhone.js +11 -11
- package/build/components/InputPhone/InputPhone.js.map +1 -1
- package/build/components/InputPhone/__tests__/__snapshots__/InputPhone.test.js.snap +331 -331
- package/build/components/InputSelect/InputSelect.js +7 -7
- package/build/components/InputSelect/InputSelect.js.map +1 -1
- package/build/components/InputSelect/__tests__/__snapshots__/InputSelect.test.js.snap +112 -112
- package/build/components/InputText/InputText.js +10 -10
- package/build/components/InputText/InputText.js.map +1 -1
- package/build/components/InputText/__tests__/__snapshots__/InputText.test.js.snap +131 -130
- package/build/components/InputText/partials/InputText.Hint.js +5 -2
- package/build/components/InputText/partials/InputText.Hint.js.map +1 -1
- package/build/components/InputText/partials/InputText.IconState.js +5 -2
- package/build/components/InputText/partials/InputText.IconState.js.map +1 -1
- package/build/components/InputText/partials/InputText.Label.js +6 -3
- package/build/components/InputText/partials/InputText.Label.js.map +1 -1
- package/build/components/Menu/Menu.Option.js +8 -5
- package/build/components/Menu/Menu.Option.js.map +1 -1
- package/build/components/Menu/Menu.js +6 -3
- package/build/components/Menu/Menu.js.map +1 -1
- package/build/components/Menu/__tests__/__snapshots__/Menu.test.jsx.snap +68 -55
- package/build/components/Modal/Modal.js +8 -8
- package/build/components/Modal/Modal.js.map +1 -1
- package/build/components/Modal/__tests__/__snapshots__/Modal.test.js.snap +88 -69
- package/build/components/Notification/Notification.js +8 -5
- package/build/components/Notification/Notification.js.map +1 -1
- package/build/components/Notification/__tests__/__snapshots__/Notification.test.js.snap +143 -142
- package/build/components/Progress/Progress.js +6 -3
- package/build/components/Progress/Progress.js.map +1 -1
- package/build/components/Progress/__tests__/__snapshots__/Progress.test.jsx.snap +18 -18
- package/build/components/Slider/Slider.js +11 -11
- package/build/components/Slider/Slider.js.map +1 -1
- package/build/components/Slider/__tests__/__snapshots__/Slider.test.js.snap +248 -230
- package/build/components/Table/Table.ColumnFilter.js +9 -9
- package/build/components/Table/Table.ColumnFilter.js.map +1 -1
- package/build/components/Table/Table.Filter.js +7 -4
- package/build/components/Table/Table.Filter.js.map +1 -1
- package/build/components/Table/Table.Row.js +7 -8
- package/build/components/Table/Table.Row.js.map +1 -1
- package/build/components/Table/Table.js +3 -3
- package/build/components/Table/Table.js.map +1 -1
- package/build/components/Table/Table.stories.js +4 -5
- package/build/components/Table/Table.stories.js.map +1 -1
- package/build/components/Table/__tests__/__snapshots__/Table.ColumnFilter.test.js.snap +222 -192
- package/build/components/Table/__tests__/__snapshots__/Table.test.js.snap +971 -949
- package/build/components/Tooltip/Tooltip.js +4 -4
- package/build/components/Tooltip/Tooltip.js.map +1 -1
- package/build/components/Tooltip/__tests__/__snapshots__/Tooltip.test.jsx.snap +34 -24
- package/build/primitives/Checkbox/Checkbox.js +7 -3
- package/build/primitives/Checkbox/Checkbox.js.map +1 -1
- package/build/primitives/Checkbox/__tests__/__snapshots__/Checkbox.test.js.snap +16 -16
- package/build/primitives/Icon/Icon.js +5 -3
- package/build/primitives/Icon/Icon.js.map +1 -1
- package/build/primitives/Icon/__tests__/__snapshots__/Icon.test.js.snap +60 -60
- package/build/primitives/Input/Input.js +2 -2
- package/build/primitives/Input/Input.js.map +1 -1
- package/build/primitives/Layer/Layer.js +4 -3
- package/build/primitives/Layer/Layer.js.map +1 -1
- package/build/primitives/Layer/__tests__/__snapshots__/Layer.test.js.snap +42 -36
- package/build/primitives/Pressable/Pressable.constants.js +1 -1
- package/build/primitives/Pressable/Pressable.constants.js.map +1 -1
- package/build/primitives/Pressable/Pressable.js +11 -5
- package/build/primitives/Pressable/Pressable.js.map +1 -1
- package/build/primitives/Pressable/__tests__/__snapshots__/Pressable.test.js.snap +14 -10
- package/build/primitives/Primitive/Primitive.js +2 -2
- package/build/primitives/Primitive/Primitive.js.map +1 -1
- package/build/primitives/Primitive/Primitive.module.css +241 -0
- package/build/primitives/Primitive/__tests__/__snapshots__/Primitive.test.js.snap +7 -7
- package/build/primitives/Primitive/helpers/getTag.js +32 -0
- package/build/primitives/Primitive/helpers/getTag.js.map +1 -0
- package/build/primitives/Primitive/helpers/index.js +11 -0
- package/build/primitives/Primitive/helpers/index.js.map +1 -1
- package/build/primitives/Radio/Radio.js +8 -5
- package/build/primitives/Radio/Radio.js.map +1 -1
- package/build/primitives/Radio/__tests__/__snapshots__/Radio.test.js.snap +21 -21
- package/build/primitives/ScrollView/ScrollView.js +3 -3
- package/build/primitives/ScrollView/ScrollView.js.map +1 -1
- package/build/primitives/ScrollView/ScrollView.stories.js +6 -5
- package/build/primitives/ScrollView/ScrollView.stories.js.map +1 -1
- package/build/primitives/ScrollView/__tests__/__snapshots__/ScrollView.test.js.snap +20 -20
- package/build/primitives/Select/Select.js +2 -2
- package/build/primitives/Select/Select.js.map +1 -1
- package/build/primitives/Switch/Switch.js +8 -5
- package/build/primitives/Switch/Switch.js.map +1 -1
- package/build/primitives/Switch/__tests__/__snapshots__/Switch.test.js.snap +25 -25
- package/build/primitives/Text/Text.js +7 -4
- package/build/primitives/Text/Text.js.map +1 -1
- package/build/primitives/Text/Text.module.css +4 -4
- package/build/primitives/Text/__tests__/__snapshots__/Text.test.js.snap +38 -38
- package/build/primitives/View/View.js +5 -3
- package/build/primitives/View/View.js.map +1 -1
- package/build/primitives/View/__tests__/__snapshots__/View.test.js.snap +10 -10
- package/package.json +5 -1
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`component:<Table> inherit:className 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
|
-
<
|
|
5
|
+
<ui_scrollview
|
|
6
6
|
class="scrollview snap vertical notIndicator container mirai"
|
|
7
7
|
>
|
|
8
8
|
<table
|
|
@@ -11,14 +11,14 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
11
11
|
<thead>
|
|
12
12
|
<tr>
|
|
13
13
|
<th>
|
|
14
|
-
<
|
|
14
|
+
<ui_view
|
|
15
15
|
class="view forceRow column"
|
|
16
16
|
>
|
|
17
17
|
User Name
|
|
18
|
-
<
|
|
18
|
+
<ui_view
|
|
19
19
|
class="view row icons"
|
|
20
20
|
>
|
|
21
|
-
<
|
|
21
|
+
<ui_icon
|
|
22
22
|
class="icon headline-3 icon disabled"
|
|
23
23
|
>
|
|
24
24
|
<svg
|
|
@@ -38,19 +38,19 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
38
38
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
39
39
|
/>
|
|
40
40
|
</svg>
|
|
41
|
-
</
|
|
42
|
-
</
|
|
43
|
-
</
|
|
41
|
+
</ui_icon>
|
|
42
|
+
</ui_view>
|
|
43
|
+
</ui_view>
|
|
44
44
|
</th>
|
|
45
45
|
<th>
|
|
46
|
-
<
|
|
46
|
+
<ui_view
|
|
47
47
|
class="view forceRow column"
|
|
48
48
|
>
|
|
49
49
|
Email
|
|
50
|
-
<
|
|
50
|
+
<ui_view
|
|
51
51
|
class="view row icons"
|
|
52
52
|
>
|
|
53
|
-
<
|
|
53
|
+
<ui_icon
|
|
54
54
|
class="icon headline-3 icon disabled"
|
|
55
55
|
>
|
|
56
56
|
<svg
|
|
@@ -70,19 +70,19 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
70
70
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
71
71
|
/>
|
|
72
72
|
</svg>
|
|
73
|
-
</
|
|
74
|
-
</
|
|
75
|
-
</
|
|
73
|
+
</ui_icon>
|
|
74
|
+
</ui_view>
|
|
75
|
+
</ui_view>
|
|
76
76
|
</th>
|
|
77
77
|
<th>
|
|
78
|
-
<
|
|
78
|
+
<ui_view
|
|
79
79
|
class="view forceRow column"
|
|
80
80
|
>
|
|
81
81
|
Year
|
|
82
|
-
<
|
|
82
|
+
<ui_view
|
|
83
83
|
class="view row icons"
|
|
84
84
|
>
|
|
85
|
-
<
|
|
85
|
+
<ui_icon
|
|
86
86
|
class="icon headline-3 icon disabled"
|
|
87
87
|
>
|
|
88
88
|
<svg
|
|
@@ -102,25 +102,25 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
102
102
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
103
103
|
/>
|
|
104
104
|
</svg>
|
|
105
|
-
</
|
|
106
|
-
</
|
|
107
|
-
</
|
|
105
|
+
</ui_icon>
|
|
106
|
+
</ui_view>
|
|
107
|
+
</ui_view>
|
|
108
108
|
</th>
|
|
109
109
|
<th>
|
|
110
|
-
<
|
|
110
|
+
<ui_view
|
|
111
111
|
class="view forceRow column"
|
|
112
112
|
>
|
|
113
|
-
<
|
|
114
|
-
<
|
|
113
|
+
<ui_layer>
|
|
114
|
+
<ui_primitive
|
|
115
115
|
class="dispatcher tooltip"
|
|
116
116
|
>
|
|
117
117
|
Twitter
|
|
118
|
-
</
|
|
119
|
-
</
|
|
120
|
-
<
|
|
118
|
+
</ui_primitive>
|
|
119
|
+
</ui_layer>
|
|
120
|
+
<ui_view
|
|
121
121
|
class="view row icons"
|
|
122
122
|
>
|
|
123
|
-
<
|
|
123
|
+
<ui_icon
|
|
124
124
|
class="icon headline-3 icon disabled"
|
|
125
125
|
>
|
|
126
126
|
<svg
|
|
@@ -140,19 +140,19 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
140
140
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
141
141
|
/>
|
|
142
142
|
</svg>
|
|
143
|
-
</
|
|
144
|
-
</
|
|
145
|
-
</
|
|
143
|
+
</ui_icon>
|
|
144
|
+
</ui_view>
|
|
145
|
+
</ui_view>
|
|
146
146
|
</th>
|
|
147
147
|
<th>
|
|
148
|
-
<
|
|
148
|
+
<ui_view
|
|
149
149
|
class="view forceRow column"
|
|
150
150
|
>
|
|
151
151
|
Action
|
|
152
|
-
<
|
|
152
|
+
<ui_view
|
|
153
153
|
class="view row icons"
|
|
154
154
|
>
|
|
155
|
-
<
|
|
155
|
+
<ui_icon
|
|
156
156
|
class="icon headline-3 icon disabled"
|
|
157
157
|
>
|
|
158
158
|
<svg
|
|
@@ -172,281 +172,282 @@ exports[`component:<Table> inherit:className 1`] = `
|
|
|
172
172
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
173
173
|
/>
|
|
174
174
|
</svg>
|
|
175
|
-
</
|
|
176
|
-
</
|
|
177
|
-
</
|
|
175
|
+
</ui_icon>
|
|
176
|
+
</ui_view>
|
|
177
|
+
</ui_view>
|
|
178
178
|
</th>
|
|
179
179
|
</tr>
|
|
180
180
|
</thead>
|
|
181
181
|
<tbody>
|
|
182
182
|
<tr>
|
|
183
183
|
<td>
|
|
184
|
-
<
|
|
184
|
+
<ui_view
|
|
185
185
|
class="view forceRow column text"
|
|
186
186
|
>
|
|
187
187
|
jose
|
|
188
|
-
</
|
|
188
|
+
</ui_view>
|
|
189
189
|
</td>
|
|
190
190
|
<td>
|
|
191
|
-
<
|
|
191
|
+
<ui_view
|
|
192
192
|
class="view forceRow column text"
|
|
193
193
|
>
|
|
194
194
|
jose@mirai.com
|
|
195
|
-
</
|
|
195
|
+
</ui_view>
|
|
196
196
|
</td>
|
|
197
197
|
<td>
|
|
198
|
-
<
|
|
198
|
+
<ui_view
|
|
199
199
|
class="view forceRow column number"
|
|
200
200
|
>
|
|
201
201
|
2012
|
|
202
|
-
</
|
|
202
|
+
</ui_view>
|
|
203
203
|
</td>
|
|
204
204
|
<td>
|
|
205
|
-
<
|
|
205
|
+
<ui_view
|
|
206
206
|
class="view forceRow column text"
|
|
207
207
|
/>
|
|
208
208
|
</td>
|
|
209
209
|
<td>
|
|
210
|
-
<
|
|
210
|
+
<ui_view
|
|
211
211
|
class="view forceRow column text"
|
|
212
212
|
/>
|
|
213
213
|
</td>
|
|
214
214
|
</tr>
|
|
215
215
|
<tr>
|
|
216
216
|
<td>
|
|
217
|
-
<
|
|
217
|
+
<ui_view
|
|
218
218
|
class="view forceRow column text"
|
|
219
219
|
>
|
|
220
220
|
mario/1
|
|
221
|
-
</
|
|
221
|
+
</ui_view>
|
|
222
222
|
</td>
|
|
223
223
|
<td>
|
|
224
|
-
<
|
|
224
|
+
<ui_view
|
|
225
225
|
class="view forceRow column text"
|
|
226
226
|
>
|
|
227
227
|
mario.1@mirai.com
|
|
228
|
-
</
|
|
228
|
+
</ui_view>
|
|
229
229
|
</td>
|
|
230
230
|
<td>
|
|
231
|
-
<
|
|
231
|
+
<ui_view
|
|
232
232
|
class="view forceRow column number"
|
|
233
233
|
>
|
|
234
234
|
2005
|
|
235
|
-
</
|
|
235
|
+
</ui_view>
|
|
236
236
|
</td>
|
|
237
237
|
<td>
|
|
238
|
-
<
|
|
238
|
+
<ui_view
|
|
239
239
|
class="view forceRow column text"
|
|
240
240
|
/>
|
|
241
241
|
</td>
|
|
242
242
|
<td>
|
|
243
|
-
<
|
|
243
|
+
<ui_view
|
|
244
244
|
class="view forceRow column text"
|
|
245
245
|
/>
|
|
246
246
|
</td>
|
|
247
247
|
</tr>
|
|
248
248
|
<tr>
|
|
249
249
|
<td>
|
|
250
|
-
<
|
|
250
|
+
<ui_view
|
|
251
251
|
class="view forceRow column text"
|
|
252
252
|
>
|
|
253
253
|
carlos
|
|
254
|
-
</
|
|
254
|
+
</ui_view>
|
|
255
255
|
</td>
|
|
256
256
|
<td>
|
|
257
|
-
<
|
|
257
|
+
<ui_view
|
|
258
258
|
class="view forceRow column text"
|
|
259
259
|
>
|
|
260
260
|
carlos@mirai.com
|
|
261
|
-
</
|
|
261
|
+
</ui_view>
|
|
262
262
|
</td>
|
|
263
263
|
<td>
|
|
264
|
-
<
|
|
264
|
+
<ui_view
|
|
265
265
|
class="view forceRow column number"
|
|
266
266
|
>
|
|
267
267
|
2012
|
|
268
|
-
</
|
|
268
|
+
</ui_view>
|
|
269
269
|
</td>
|
|
270
270
|
<td>
|
|
271
|
-
<
|
|
271
|
+
<ui_view
|
|
272
272
|
class="view forceRow column text"
|
|
273
273
|
/>
|
|
274
274
|
</td>
|
|
275
275
|
<td>
|
|
276
|
-
<
|
|
276
|
+
<ui_view
|
|
277
277
|
class="view forceRow column text"
|
|
278
278
|
/>
|
|
279
279
|
</td>
|
|
280
280
|
</tr>
|
|
281
281
|
<tr>
|
|
282
282
|
<td>
|
|
283
|
-
<
|
|
283
|
+
<ui_view
|
|
284
284
|
class="view forceRow column text"
|
|
285
285
|
>
|
|
286
286
|
svet
|
|
287
|
-
</
|
|
287
|
+
</ui_view>
|
|
288
288
|
</td>
|
|
289
289
|
<td>
|
|
290
|
-
<
|
|
290
|
+
<ui_view
|
|
291
291
|
class="view forceRow column text"
|
|
292
292
|
>
|
|
293
293
|
svet@mirai.com
|
|
294
|
-
</
|
|
294
|
+
</ui_view>
|
|
295
295
|
</td>
|
|
296
296
|
<td>
|
|
297
|
-
<
|
|
297
|
+
<ui_view
|
|
298
298
|
class="view forceRow column number"
|
|
299
299
|
>
|
|
300
300
|
2021
|
|
301
|
-
</
|
|
301
|
+
</ui_view>
|
|
302
302
|
</td>
|
|
303
303
|
<td>
|
|
304
|
-
<
|
|
304
|
+
<ui_view
|
|
305
305
|
class="view forceRow column text"
|
|
306
306
|
/>
|
|
307
307
|
</td>
|
|
308
308
|
<td>
|
|
309
|
-
<
|
|
309
|
+
<ui_view
|
|
310
310
|
class="view forceRow column text"
|
|
311
311
|
>
|
|
312
312
|
<strong>
|
|
313
313
|
action
|
|
314
314
|
</strong>
|
|
315
|
-
</
|
|
315
|
+
</ui_view>
|
|
316
316
|
</td>
|
|
317
317
|
</tr>
|
|
318
318
|
<tr>
|
|
319
319
|
<td>
|
|
320
|
-
<
|
|
320
|
+
<ui_view
|
|
321
321
|
class="view forceRow column text"
|
|
322
322
|
>
|
|
323
323
|
javi
|
|
324
|
-
</
|
|
324
|
+
</ui_view>
|
|
325
325
|
</td>
|
|
326
326
|
<td>
|
|
327
|
-
<
|
|
327
|
+
<ui_view
|
|
328
328
|
class="view forceRow column text"
|
|
329
329
|
>
|
|
330
330
|
hi@soyjavi.com
|
|
331
|
-
</
|
|
331
|
+
</ui_view>
|
|
332
332
|
</td>
|
|
333
333
|
<td>
|
|
334
|
-
<
|
|
334
|
+
<ui_view
|
|
335
335
|
class="view forceRow column number"
|
|
336
336
|
>
|
|
337
337
|
2022
|
|
338
|
-
</
|
|
338
|
+
</ui_view>
|
|
339
339
|
</td>
|
|
340
340
|
<td>
|
|
341
|
-
<
|
|
341
|
+
<ui_view
|
|
342
342
|
class="view forceRow column text"
|
|
343
343
|
>
|
|
344
344
|
soyjavi
|
|
345
|
-
</
|
|
345
|
+
</ui_view>
|
|
346
346
|
</td>
|
|
347
347
|
<td>
|
|
348
|
-
<
|
|
348
|
+
<ui_view
|
|
349
349
|
class="view forceRow column text"
|
|
350
350
|
/>
|
|
351
351
|
</td>
|
|
352
352
|
</tr>
|
|
353
353
|
<tr>
|
|
354
354
|
<td>
|
|
355
|
-
<
|
|
355
|
+
<ui_view
|
|
356
356
|
class="view forceRow column text"
|
|
357
357
|
>
|
|
358
358
|
victor
|
|
359
|
-
</
|
|
359
|
+
</ui_view>
|
|
360
360
|
</td>
|
|
361
361
|
<td>
|
|
362
|
-
<
|
|
362
|
+
<ui_view
|
|
363
363
|
class="view forceRow column text"
|
|
364
364
|
>
|
|
365
365
|
victor@mirai.com
|
|
366
|
-
</
|
|
366
|
+
</ui_view>
|
|
367
367
|
</td>
|
|
368
368
|
<td>
|
|
369
|
-
<
|
|
369
|
+
<ui_view
|
|
370
370
|
class="view forceRow column number"
|
|
371
371
|
>
|
|
372
372
|
2021
|
|
373
|
-
</
|
|
373
|
+
</ui_view>
|
|
374
374
|
</td>
|
|
375
375
|
<td>
|
|
376
|
-
<
|
|
376
|
+
<ui_view
|
|
377
377
|
class="view forceRow column text"
|
|
378
378
|
/>
|
|
379
379
|
</td>
|
|
380
380
|
<td>
|
|
381
|
-
<
|
|
381
|
+
<ui_view
|
|
382
382
|
class="view forceRow column text"
|
|
383
383
|
/>
|
|
384
384
|
</td>
|
|
385
385
|
</tr>
|
|
386
386
|
<tr>
|
|
387
387
|
<td>
|
|
388
|
-
<
|
|
388
|
+
<ui_view
|
|
389
389
|
class="view forceRow column text"
|
|
390
390
|
>
|
|
391
391
|
mario/2
|
|
392
|
-
</
|
|
392
|
+
</ui_view>
|
|
393
393
|
</td>
|
|
394
394
|
<td>
|
|
395
|
-
<
|
|
395
|
+
<ui_view
|
|
396
396
|
class="view forceRow column text"
|
|
397
397
|
>
|
|
398
398
|
mario.2@mirai.com
|
|
399
|
-
</
|
|
399
|
+
</ui_view>
|
|
400
400
|
</td>
|
|
401
401
|
<td>
|
|
402
|
-
<
|
|
402
|
+
<ui_view
|
|
403
403
|
class="view forceRow column number"
|
|
404
404
|
>
|
|
405
405
|
2022
|
|
406
|
-
</
|
|
406
|
+
</ui_view>
|
|
407
407
|
</td>
|
|
408
408
|
<td>
|
|
409
|
-
<
|
|
409
|
+
<ui_view
|
|
410
410
|
class="view forceRow column text"
|
|
411
411
|
/>
|
|
412
412
|
</td>
|
|
413
413
|
<td>
|
|
414
|
-
<
|
|
414
|
+
<ui_view
|
|
415
415
|
class="view forceRow column text"
|
|
416
416
|
/>
|
|
417
417
|
</td>
|
|
418
418
|
</tr>
|
|
419
419
|
</tbody>
|
|
420
420
|
</table>
|
|
421
|
-
</
|
|
421
|
+
</ui_scrollview>
|
|
422
422
|
</DocumentFragment>
|
|
423
423
|
`;
|
|
424
424
|
|
|
425
425
|
exports[`component:<Table> prop:filter 1`] = `
|
|
426
426
|
<DocumentFragment>
|
|
427
|
-
<
|
|
427
|
+
<ui_scrollview
|
|
428
428
|
class="scrollview snap vertical notIndicator container"
|
|
429
429
|
>
|
|
430
|
-
<
|
|
430
|
+
<ui_view
|
|
431
431
|
class="view row wide filters"
|
|
432
432
|
>
|
|
433
|
-
<
|
|
433
|
+
<ui_view
|
|
434
434
|
class="view row item"
|
|
435
435
|
>
|
|
436
|
-
<
|
|
436
|
+
<ui_text
|
|
437
437
|
class="text tiny lighten"
|
|
438
438
|
>
|
|
439
439
|
email
|
|
440
|
-
</
|
|
441
|
-
<
|
|
440
|
+
</ui_text>
|
|
441
|
+
<ui_text
|
|
442
442
|
class="text bold small"
|
|
443
443
|
>
|
|
444
444
|
@mirai.com
|
|
445
|
-
</
|
|
446
|
-
<
|
|
445
|
+
</ui_text>
|
|
446
|
+
<ui_pressable
|
|
447
447
|
class="pressable buttonRemove"
|
|
448
|
+
tabindex="0"
|
|
448
449
|
>
|
|
449
|
-
<
|
|
450
|
+
<ui_icon
|
|
450
451
|
class="icon action"
|
|
451
452
|
>
|
|
452
453
|
<svg
|
|
@@ -466,26 +467,27 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
466
467
|
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
467
468
|
/>
|
|
468
469
|
</svg>
|
|
469
|
-
</
|
|
470
|
-
</
|
|
471
|
-
</
|
|
472
|
-
<
|
|
470
|
+
</ui_icon>
|
|
471
|
+
</ui_pressable>
|
|
472
|
+
</ui_view>
|
|
473
|
+
<ui_view
|
|
473
474
|
class="view row item"
|
|
474
475
|
>
|
|
475
|
-
<
|
|
476
|
+
<ui_text
|
|
476
477
|
class="text tiny lighten"
|
|
477
478
|
>
|
|
478
479
|
email
|
|
479
|
-
</
|
|
480
|
-
<
|
|
480
|
+
</ui_text>
|
|
481
|
+
<ui_text
|
|
481
482
|
class="text bold small"
|
|
482
483
|
>
|
|
483
484
|
@soyjavi.com
|
|
484
|
-
</
|
|
485
|
-
<
|
|
485
|
+
</ui_text>
|
|
486
|
+
<ui_pressable
|
|
486
487
|
class="pressable buttonRemove"
|
|
488
|
+
tabindex="0"
|
|
487
489
|
>
|
|
488
|
-
<
|
|
490
|
+
<ui_icon
|
|
489
491
|
class="icon action"
|
|
490
492
|
>
|
|
491
493
|
<svg
|
|
@@ -505,31 +507,32 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
505
507
|
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
506
508
|
/>
|
|
507
509
|
</svg>
|
|
508
|
-
</
|
|
509
|
-
</
|
|
510
|
-
</
|
|
511
|
-
<
|
|
510
|
+
</ui_icon>
|
|
511
|
+
</ui_pressable>
|
|
512
|
+
</ui_view>
|
|
513
|
+
<ui_view
|
|
512
514
|
class="view row item"
|
|
513
515
|
>
|
|
514
|
-
<
|
|
516
|
+
<ui_text
|
|
515
517
|
class="text tiny lighten"
|
|
516
518
|
>
|
|
517
519
|
year
|
|
518
|
-
</
|
|
519
|
-
<
|
|
520
|
+
</ui_text>
|
|
521
|
+
<ui_text
|
|
520
522
|
class="text bold small"
|
|
521
523
|
>
|
|
522
524
|
2020
|
|
523
|
-
</
|
|
524
|
-
<
|
|
525
|
+
</ui_text>
|
|
526
|
+
<ui_text
|
|
525
527
|
class="text bold small"
|
|
526
528
|
>
|
|
527
529
|
- 2023
|
|
528
|
-
</
|
|
529
|
-
<
|
|
530
|
+
</ui_text>
|
|
531
|
+
<ui_pressable
|
|
530
532
|
class="pressable buttonRemove"
|
|
533
|
+
tabindex="0"
|
|
531
534
|
>
|
|
532
|
-
<
|
|
535
|
+
<ui_icon
|
|
533
536
|
class="icon action"
|
|
534
537
|
>
|
|
535
538
|
<svg
|
|
@@ -549,24 +552,24 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
549
552
|
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
550
553
|
/>
|
|
551
554
|
</svg>
|
|
552
|
-
</
|
|
553
|
-
</
|
|
554
|
-
</
|
|
555
|
-
</
|
|
555
|
+
</ui_icon>
|
|
556
|
+
</ui_pressable>
|
|
557
|
+
</ui_view>
|
|
558
|
+
</ui_view>
|
|
556
559
|
<table
|
|
557
560
|
class="table"
|
|
558
561
|
>
|
|
559
562
|
<thead>
|
|
560
563
|
<tr>
|
|
561
564
|
<th>
|
|
562
|
-
<
|
|
565
|
+
<ui_view
|
|
563
566
|
class="view forceRow column"
|
|
564
567
|
>
|
|
565
568
|
User Name
|
|
566
|
-
<
|
|
569
|
+
<ui_view
|
|
567
570
|
class="view row icons"
|
|
568
571
|
>
|
|
569
|
-
<
|
|
572
|
+
<ui_icon
|
|
570
573
|
class="icon headline-3 icon disabled"
|
|
571
574
|
>
|
|
572
575
|
<svg
|
|
@@ -586,13 +589,14 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
586
589
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
587
590
|
/>
|
|
588
591
|
</svg>
|
|
589
|
-
</
|
|
590
|
-
<
|
|
591
|
-
<
|
|
592
|
+
</ui_icon>
|
|
593
|
+
<ui_layer>
|
|
594
|
+
<ui_pressable
|
|
592
595
|
class="pressable"
|
|
593
596
|
style="position: relative;"
|
|
597
|
+
tabindex="0"
|
|
594
598
|
>
|
|
595
|
-
<
|
|
599
|
+
<ui_icon
|
|
596
600
|
class="icon headline-3 icon disabled"
|
|
597
601
|
>
|
|
598
602
|
<svg
|
|
@@ -612,21 +616,21 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
612
616
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
613
617
|
/>
|
|
614
618
|
</svg>
|
|
615
|
-
</
|
|
616
|
-
</
|
|
617
|
-
</
|
|
618
|
-
</
|
|
619
|
-
</
|
|
619
|
+
</ui_icon>
|
|
620
|
+
</ui_pressable>
|
|
621
|
+
</ui_layer>
|
|
622
|
+
</ui_view>
|
|
623
|
+
</ui_view>
|
|
620
624
|
</th>
|
|
621
625
|
<th>
|
|
622
|
-
<
|
|
626
|
+
<ui_view
|
|
623
627
|
class="view forceRow column"
|
|
624
628
|
>
|
|
625
629
|
Email
|
|
626
|
-
<
|
|
630
|
+
<ui_view
|
|
627
631
|
class="view row icons"
|
|
628
632
|
>
|
|
629
|
-
<
|
|
633
|
+
<ui_icon
|
|
630
634
|
class="icon headline-3 icon disabled"
|
|
631
635
|
>
|
|
632
636
|
<svg
|
|
@@ -646,13 +650,14 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
646
650
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
647
651
|
/>
|
|
648
652
|
</svg>
|
|
649
|
-
</
|
|
650
|
-
<
|
|
651
|
-
<
|
|
653
|
+
</ui_icon>
|
|
654
|
+
<ui_layer>
|
|
655
|
+
<ui_pressable
|
|
652
656
|
class="pressable"
|
|
653
657
|
style="position: relative;"
|
|
658
|
+
tabindex="0"
|
|
654
659
|
>
|
|
655
|
-
<
|
|
660
|
+
<ui_icon
|
|
656
661
|
class="icon headline-3 icon disabled"
|
|
657
662
|
>
|
|
658
663
|
<svg
|
|
@@ -672,21 +677,21 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
672
677
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
673
678
|
/>
|
|
674
679
|
</svg>
|
|
675
|
-
</
|
|
676
|
-
</
|
|
677
|
-
</
|
|
678
|
-
</
|
|
679
|
-
</
|
|
680
|
+
</ui_icon>
|
|
681
|
+
</ui_pressable>
|
|
682
|
+
</ui_layer>
|
|
683
|
+
</ui_view>
|
|
684
|
+
</ui_view>
|
|
680
685
|
</th>
|
|
681
686
|
<th>
|
|
682
|
-
<
|
|
687
|
+
<ui_view
|
|
683
688
|
class="view forceRow column"
|
|
684
689
|
>
|
|
685
690
|
Year
|
|
686
|
-
<
|
|
691
|
+
<ui_view
|
|
687
692
|
class="view row icons"
|
|
688
693
|
>
|
|
689
|
-
<
|
|
694
|
+
<ui_icon
|
|
690
695
|
class="icon headline-3 icon disabled"
|
|
691
696
|
>
|
|
692
697
|
<svg
|
|
@@ -706,13 +711,14 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
706
711
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
707
712
|
/>
|
|
708
713
|
</svg>
|
|
709
|
-
</
|
|
710
|
-
<
|
|
711
|
-
<
|
|
714
|
+
</ui_icon>
|
|
715
|
+
<ui_layer>
|
|
716
|
+
<ui_pressable
|
|
712
717
|
class="pressable"
|
|
713
718
|
style="position: relative;"
|
|
719
|
+
tabindex="0"
|
|
714
720
|
>
|
|
715
|
-
<
|
|
721
|
+
<ui_icon
|
|
716
722
|
class="icon headline-3 icon disabled"
|
|
717
723
|
>
|
|
718
724
|
<svg
|
|
@@ -732,27 +738,27 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
732
738
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
733
739
|
/>
|
|
734
740
|
</svg>
|
|
735
|
-
</
|
|
736
|
-
</
|
|
737
|
-
</
|
|
738
|
-
</
|
|
739
|
-
</
|
|
741
|
+
</ui_icon>
|
|
742
|
+
</ui_pressable>
|
|
743
|
+
</ui_layer>
|
|
744
|
+
</ui_view>
|
|
745
|
+
</ui_view>
|
|
740
746
|
</th>
|
|
741
747
|
<th>
|
|
742
|
-
<
|
|
748
|
+
<ui_view
|
|
743
749
|
class="view forceRow column"
|
|
744
750
|
>
|
|
745
|
-
<
|
|
746
|
-
<
|
|
751
|
+
<ui_layer>
|
|
752
|
+
<ui_primitive
|
|
747
753
|
class="dispatcher tooltip"
|
|
748
754
|
>
|
|
749
755
|
Twitter
|
|
750
|
-
</
|
|
751
|
-
</
|
|
752
|
-
<
|
|
756
|
+
</ui_primitive>
|
|
757
|
+
</ui_layer>
|
|
758
|
+
<ui_view
|
|
753
759
|
class="view row icons"
|
|
754
760
|
>
|
|
755
|
-
<
|
|
761
|
+
<ui_icon
|
|
756
762
|
class="icon headline-3 icon disabled"
|
|
757
763
|
>
|
|
758
764
|
<svg
|
|
@@ -772,13 +778,14 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
772
778
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
773
779
|
/>
|
|
774
780
|
</svg>
|
|
775
|
-
</
|
|
776
|
-
<
|
|
777
|
-
<
|
|
781
|
+
</ui_icon>
|
|
782
|
+
<ui_layer>
|
|
783
|
+
<ui_pressable
|
|
778
784
|
class="pressable"
|
|
779
785
|
style="position: relative;"
|
|
786
|
+
tabindex="0"
|
|
780
787
|
>
|
|
781
|
-
<
|
|
788
|
+
<ui_icon
|
|
782
789
|
class="icon headline-3 icon disabled"
|
|
783
790
|
>
|
|
784
791
|
<svg
|
|
@@ -798,21 +805,21 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
798
805
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
799
806
|
/>
|
|
800
807
|
</svg>
|
|
801
|
-
</
|
|
802
|
-
</
|
|
803
|
-
</
|
|
804
|
-
</
|
|
805
|
-
</
|
|
808
|
+
</ui_icon>
|
|
809
|
+
</ui_pressable>
|
|
810
|
+
</ui_layer>
|
|
811
|
+
</ui_view>
|
|
812
|
+
</ui_view>
|
|
806
813
|
</th>
|
|
807
814
|
<th>
|
|
808
|
-
<
|
|
815
|
+
<ui_view
|
|
809
816
|
class="view forceRow column"
|
|
810
817
|
>
|
|
811
818
|
Action
|
|
812
|
-
<
|
|
819
|
+
<ui_view
|
|
813
820
|
class="view row icons"
|
|
814
821
|
>
|
|
815
|
-
<
|
|
822
|
+
<ui_icon
|
|
816
823
|
class="icon headline-3 icon disabled"
|
|
817
824
|
>
|
|
818
825
|
<svg
|
|
@@ -832,13 +839,14 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
832
839
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
833
840
|
/>
|
|
834
841
|
</svg>
|
|
835
|
-
</
|
|
836
|
-
<
|
|
837
|
-
<
|
|
842
|
+
</ui_icon>
|
|
843
|
+
<ui_layer>
|
|
844
|
+
<ui_pressable
|
|
838
845
|
class="pressable"
|
|
839
846
|
style="position: relative;"
|
|
847
|
+
tabindex="0"
|
|
840
848
|
>
|
|
841
|
-
<
|
|
849
|
+
<ui_icon
|
|
842
850
|
class="icon headline-3 icon disabled"
|
|
843
851
|
>
|
|
844
852
|
<svg
|
|
@@ -858,162 +866,162 @@ exports[`component:<Table> prop:filter 1`] = `
|
|
|
858
866
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
859
867
|
/>
|
|
860
868
|
</svg>
|
|
861
|
-
</
|
|
862
|
-
</
|
|
863
|
-
</
|
|
864
|
-
</
|
|
865
|
-
</
|
|
869
|
+
</ui_icon>
|
|
870
|
+
</ui_pressable>
|
|
871
|
+
</ui_layer>
|
|
872
|
+
</ui_view>
|
|
873
|
+
</ui_view>
|
|
866
874
|
</th>
|
|
867
875
|
</tr>
|
|
868
876
|
</thead>
|
|
869
877
|
<tbody>
|
|
870
878
|
<tr>
|
|
871
879
|
<td>
|
|
872
|
-
<
|
|
880
|
+
<ui_view
|
|
873
881
|
class="view forceRow column text"
|
|
874
882
|
>
|
|
875
883
|
svet
|
|
876
|
-
</
|
|
884
|
+
</ui_view>
|
|
877
885
|
</td>
|
|
878
886
|
<td>
|
|
879
|
-
<
|
|
887
|
+
<ui_view
|
|
880
888
|
class="view forceRow column text"
|
|
881
889
|
>
|
|
882
890
|
svet@mirai.com
|
|
883
|
-
</
|
|
891
|
+
</ui_view>
|
|
884
892
|
</td>
|
|
885
893
|
<td>
|
|
886
|
-
<
|
|
894
|
+
<ui_view
|
|
887
895
|
class="view forceRow column number"
|
|
888
896
|
>
|
|
889
897
|
2021
|
|
890
|
-
</
|
|
898
|
+
</ui_view>
|
|
891
899
|
</td>
|
|
892
900
|
<td>
|
|
893
|
-
<
|
|
901
|
+
<ui_view
|
|
894
902
|
class="view forceRow column text"
|
|
895
903
|
/>
|
|
896
904
|
</td>
|
|
897
905
|
<td>
|
|
898
|
-
<
|
|
906
|
+
<ui_view
|
|
899
907
|
class="view forceRow column text"
|
|
900
908
|
>
|
|
901
909
|
<strong>
|
|
902
910
|
action
|
|
903
911
|
</strong>
|
|
904
|
-
</
|
|
912
|
+
</ui_view>
|
|
905
913
|
</td>
|
|
906
914
|
</tr>
|
|
907
915
|
<tr>
|
|
908
916
|
<td>
|
|
909
|
-
<
|
|
917
|
+
<ui_view
|
|
910
918
|
class="view forceRow column text"
|
|
911
919
|
>
|
|
912
920
|
javi
|
|
913
|
-
</
|
|
921
|
+
</ui_view>
|
|
914
922
|
</td>
|
|
915
923
|
<td>
|
|
916
|
-
<
|
|
924
|
+
<ui_view
|
|
917
925
|
class="view forceRow column text"
|
|
918
926
|
>
|
|
919
927
|
hi@soyjavi.com
|
|
920
|
-
</
|
|
928
|
+
</ui_view>
|
|
921
929
|
</td>
|
|
922
930
|
<td>
|
|
923
|
-
<
|
|
931
|
+
<ui_view
|
|
924
932
|
class="view forceRow column number"
|
|
925
933
|
>
|
|
926
934
|
2022
|
|
927
|
-
</
|
|
935
|
+
</ui_view>
|
|
928
936
|
</td>
|
|
929
937
|
<td>
|
|
930
|
-
<
|
|
938
|
+
<ui_view
|
|
931
939
|
class="view forceRow column text"
|
|
932
940
|
>
|
|
933
941
|
soyjavi
|
|
934
|
-
</
|
|
942
|
+
</ui_view>
|
|
935
943
|
</td>
|
|
936
944
|
<td>
|
|
937
|
-
<
|
|
945
|
+
<ui_view
|
|
938
946
|
class="view forceRow column text"
|
|
939
947
|
/>
|
|
940
948
|
</td>
|
|
941
949
|
</tr>
|
|
942
950
|
<tr>
|
|
943
951
|
<td>
|
|
944
|
-
<
|
|
952
|
+
<ui_view
|
|
945
953
|
class="view forceRow column text"
|
|
946
954
|
>
|
|
947
955
|
victor
|
|
948
|
-
</
|
|
956
|
+
</ui_view>
|
|
949
957
|
</td>
|
|
950
958
|
<td>
|
|
951
|
-
<
|
|
959
|
+
<ui_view
|
|
952
960
|
class="view forceRow column text"
|
|
953
961
|
>
|
|
954
962
|
victor@mirai.com
|
|
955
|
-
</
|
|
963
|
+
</ui_view>
|
|
956
964
|
</td>
|
|
957
965
|
<td>
|
|
958
|
-
<
|
|
966
|
+
<ui_view
|
|
959
967
|
class="view forceRow column number"
|
|
960
968
|
>
|
|
961
969
|
2021
|
|
962
|
-
</
|
|
970
|
+
</ui_view>
|
|
963
971
|
</td>
|
|
964
972
|
<td>
|
|
965
|
-
<
|
|
973
|
+
<ui_view
|
|
966
974
|
class="view forceRow column text"
|
|
967
975
|
/>
|
|
968
976
|
</td>
|
|
969
977
|
<td>
|
|
970
|
-
<
|
|
978
|
+
<ui_view
|
|
971
979
|
class="view forceRow column text"
|
|
972
980
|
/>
|
|
973
981
|
</td>
|
|
974
982
|
</tr>
|
|
975
983
|
<tr>
|
|
976
984
|
<td>
|
|
977
|
-
<
|
|
985
|
+
<ui_view
|
|
978
986
|
class="view forceRow column text"
|
|
979
987
|
>
|
|
980
988
|
mario/2
|
|
981
|
-
</
|
|
989
|
+
</ui_view>
|
|
982
990
|
</td>
|
|
983
991
|
<td>
|
|
984
|
-
<
|
|
992
|
+
<ui_view
|
|
985
993
|
class="view forceRow column text"
|
|
986
994
|
>
|
|
987
995
|
mario.2@mirai.com
|
|
988
|
-
</
|
|
996
|
+
</ui_view>
|
|
989
997
|
</td>
|
|
990
998
|
<td>
|
|
991
|
-
<
|
|
999
|
+
<ui_view
|
|
992
1000
|
class="view forceRow column number"
|
|
993
1001
|
>
|
|
994
1002
|
2022
|
|
995
|
-
</
|
|
1003
|
+
</ui_view>
|
|
996
1004
|
</td>
|
|
997
1005
|
<td>
|
|
998
|
-
<
|
|
1006
|
+
<ui_view
|
|
999
1007
|
class="view forceRow column text"
|
|
1000
1008
|
/>
|
|
1001
1009
|
</td>
|
|
1002
1010
|
<td>
|
|
1003
|
-
<
|
|
1011
|
+
<ui_view
|
|
1004
1012
|
class="view forceRow column text"
|
|
1005
1013
|
/>
|
|
1006
1014
|
</td>
|
|
1007
1015
|
</tr>
|
|
1008
1016
|
</tbody>
|
|
1009
1017
|
</table>
|
|
1010
|
-
</
|
|
1018
|
+
</ui_scrollview>
|
|
1011
1019
|
</DocumentFragment>
|
|
1012
1020
|
`;
|
|
1013
1021
|
|
|
1014
1022
|
exports[`component:<Table> prop:inline (false 1`] = `
|
|
1015
1023
|
<DocumentFragment>
|
|
1016
|
-
<
|
|
1024
|
+
<ui_scrollview
|
|
1017
1025
|
class="scrollview snap vertical notIndicator container outlined"
|
|
1018
1026
|
>
|
|
1019
1027
|
<table
|
|
@@ -1022,14 +1030,14 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1022
1030
|
<thead>
|
|
1023
1031
|
<tr>
|
|
1024
1032
|
<th>
|
|
1025
|
-
<
|
|
1033
|
+
<ui_view
|
|
1026
1034
|
class="view forceRow column"
|
|
1027
1035
|
>
|
|
1028
1036
|
User Name
|
|
1029
|
-
<
|
|
1037
|
+
<ui_view
|
|
1030
1038
|
class="view row icons"
|
|
1031
1039
|
>
|
|
1032
|
-
<
|
|
1040
|
+
<ui_icon
|
|
1033
1041
|
class="icon headline-3 icon disabled"
|
|
1034
1042
|
>
|
|
1035
1043
|
<svg
|
|
@@ -1049,19 +1057,19 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1049
1057
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1050
1058
|
/>
|
|
1051
1059
|
</svg>
|
|
1052
|
-
</
|
|
1053
|
-
</
|
|
1054
|
-
</
|
|
1060
|
+
</ui_icon>
|
|
1061
|
+
</ui_view>
|
|
1062
|
+
</ui_view>
|
|
1055
1063
|
</th>
|
|
1056
1064
|
<th>
|
|
1057
|
-
<
|
|
1065
|
+
<ui_view
|
|
1058
1066
|
class="view forceRow column"
|
|
1059
1067
|
>
|
|
1060
1068
|
Email
|
|
1061
|
-
<
|
|
1069
|
+
<ui_view
|
|
1062
1070
|
class="view row icons"
|
|
1063
1071
|
>
|
|
1064
|
-
<
|
|
1072
|
+
<ui_icon
|
|
1065
1073
|
class="icon headline-3 icon disabled"
|
|
1066
1074
|
>
|
|
1067
1075
|
<svg
|
|
@@ -1081,19 +1089,19 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1081
1089
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1082
1090
|
/>
|
|
1083
1091
|
</svg>
|
|
1084
|
-
</
|
|
1085
|
-
</
|
|
1086
|
-
</
|
|
1092
|
+
</ui_icon>
|
|
1093
|
+
</ui_view>
|
|
1094
|
+
</ui_view>
|
|
1087
1095
|
</th>
|
|
1088
1096
|
<th>
|
|
1089
|
-
<
|
|
1097
|
+
<ui_view
|
|
1090
1098
|
class="view forceRow column"
|
|
1091
1099
|
>
|
|
1092
1100
|
Year
|
|
1093
|
-
<
|
|
1101
|
+
<ui_view
|
|
1094
1102
|
class="view row icons"
|
|
1095
1103
|
>
|
|
1096
|
-
<
|
|
1104
|
+
<ui_icon
|
|
1097
1105
|
class="icon headline-3 icon disabled"
|
|
1098
1106
|
>
|
|
1099
1107
|
<svg
|
|
@@ -1113,25 +1121,25 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1113
1121
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1114
1122
|
/>
|
|
1115
1123
|
</svg>
|
|
1116
|
-
</
|
|
1117
|
-
</
|
|
1118
|
-
</
|
|
1124
|
+
</ui_icon>
|
|
1125
|
+
</ui_view>
|
|
1126
|
+
</ui_view>
|
|
1119
1127
|
</th>
|
|
1120
1128
|
<th>
|
|
1121
|
-
<
|
|
1129
|
+
<ui_view
|
|
1122
1130
|
class="view forceRow column"
|
|
1123
1131
|
>
|
|
1124
|
-
<
|
|
1125
|
-
<
|
|
1132
|
+
<ui_layer>
|
|
1133
|
+
<ui_primitive
|
|
1126
1134
|
class="dispatcher tooltip"
|
|
1127
1135
|
>
|
|
1128
1136
|
Twitter
|
|
1129
|
-
</
|
|
1130
|
-
</
|
|
1131
|
-
<
|
|
1137
|
+
</ui_primitive>
|
|
1138
|
+
</ui_layer>
|
|
1139
|
+
<ui_view
|
|
1132
1140
|
class="view row icons"
|
|
1133
1141
|
>
|
|
1134
|
-
<
|
|
1142
|
+
<ui_icon
|
|
1135
1143
|
class="icon headline-3 icon disabled"
|
|
1136
1144
|
>
|
|
1137
1145
|
<svg
|
|
@@ -1151,19 +1159,19 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1151
1159
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1152
1160
|
/>
|
|
1153
1161
|
</svg>
|
|
1154
|
-
</
|
|
1155
|
-
</
|
|
1156
|
-
</
|
|
1162
|
+
</ui_icon>
|
|
1163
|
+
</ui_view>
|
|
1164
|
+
</ui_view>
|
|
1157
1165
|
</th>
|
|
1158
1166
|
<th>
|
|
1159
|
-
<
|
|
1167
|
+
<ui_view
|
|
1160
1168
|
class="view forceRow column"
|
|
1161
1169
|
>
|
|
1162
1170
|
Action
|
|
1163
|
-
<
|
|
1171
|
+
<ui_view
|
|
1164
1172
|
class="view row icons"
|
|
1165
1173
|
>
|
|
1166
|
-
<
|
|
1174
|
+
<ui_icon
|
|
1167
1175
|
class="icon headline-3 icon disabled"
|
|
1168
1176
|
>
|
|
1169
1177
|
<svg
|
|
@@ -1183,259 +1191,259 @@ exports[`component:<Table> prop:inline (false 1`] = `
|
|
|
1183
1191
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1184
1192
|
/>
|
|
1185
1193
|
</svg>
|
|
1186
|
-
</
|
|
1187
|
-
</
|
|
1188
|
-
</
|
|
1194
|
+
</ui_icon>
|
|
1195
|
+
</ui_view>
|
|
1196
|
+
</ui_view>
|
|
1189
1197
|
</th>
|
|
1190
1198
|
</tr>
|
|
1191
1199
|
</thead>
|
|
1192
1200
|
<tbody>
|
|
1193
1201
|
<tr>
|
|
1194
1202
|
<td>
|
|
1195
|
-
<
|
|
1203
|
+
<ui_view
|
|
1196
1204
|
class="view forceRow column text"
|
|
1197
1205
|
>
|
|
1198
1206
|
jose
|
|
1199
|
-
</
|
|
1207
|
+
</ui_view>
|
|
1200
1208
|
</td>
|
|
1201
1209
|
<td>
|
|
1202
|
-
<
|
|
1210
|
+
<ui_view
|
|
1203
1211
|
class="view forceRow column text"
|
|
1204
1212
|
>
|
|
1205
1213
|
jose@mirai.com
|
|
1206
|
-
</
|
|
1214
|
+
</ui_view>
|
|
1207
1215
|
</td>
|
|
1208
1216
|
<td>
|
|
1209
|
-
<
|
|
1217
|
+
<ui_view
|
|
1210
1218
|
class="view forceRow column number"
|
|
1211
1219
|
>
|
|
1212
1220
|
2012
|
|
1213
|
-
</
|
|
1221
|
+
</ui_view>
|
|
1214
1222
|
</td>
|
|
1215
1223
|
<td>
|
|
1216
|
-
<
|
|
1224
|
+
<ui_view
|
|
1217
1225
|
class="view forceRow column text"
|
|
1218
1226
|
/>
|
|
1219
1227
|
</td>
|
|
1220
1228
|
<td>
|
|
1221
|
-
<
|
|
1229
|
+
<ui_view
|
|
1222
1230
|
class="view forceRow column text"
|
|
1223
1231
|
/>
|
|
1224
1232
|
</td>
|
|
1225
1233
|
</tr>
|
|
1226
1234
|
<tr>
|
|
1227
1235
|
<td>
|
|
1228
|
-
<
|
|
1236
|
+
<ui_view
|
|
1229
1237
|
class="view forceRow column text"
|
|
1230
1238
|
>
|
|
1231
1239
|
mario/1
|
|
1232
|
-
</
|
|
1240
|
+
</ui_view>
|
|
1233
1241
|
</td>
|
|
1234
1242
|
<td>
|
|
1235
|
-
<
|
|
1243
|
+
<ui_view
|
|
1236
1244
|
class="view forceRow column text"
|
|
1237
1245
|
>
|
|
1238
1246
|
mario.1@mirai.com
|
|
1239
|
-
</
|
|
1247
|
+
</ui_view>
|
|
1240
1248
|
</td>
|
|
1241
1249
|
<td>
|
|
1242
|
-
<
|
|
1250
|
+
<ui_view
|
|
1243
1251
|
class="view forceRow column number"
|
|
1244
1252
|
>
|
|
1245
1253
|
2005
|
|
1246
|
-
</
|
|
1254
|
+
</ui_view>
|
|
1247
1255
|
</td>
|
|
1248
1256
|
<td>
|
|
1249
|
-
<
|
|
1257
|
+
<ui_view
|
|
1250
1258
|
class="view forceRow column text"
|
|
1251
1259
|
/>
|
|
1252
1260
|
</td>
|
|
1253
1261
|
<td>
|
|
1254
|
-
<
|
|
1262
|
+
<ui_view
|
|
1255
1263
|
class="view forceRow column text"
|
|
1256
1264
|
/>
|
|
1257
1265
|
</td>
|
|
1258
1266
|
</tr>
|
|
1259
1267
|
<tr>
|
|
1260
1268
|
<td>
|
|
1261
|
-
<
|
|
1269
|
+
<ui_view
|
|
1262
1270
|
class="view forceRow column text"
|
|
1263
1271
|
>
|
|
1264
1272
|
carlos
|
|
1265
|
-
</
|
|
1273
|
+
</ui_view>
|
|
1266
1274
|
</td>
|
|
1267
1275
|
<td>
|
|
1268
|
-
<
|
|
1276
|
+
<ui_view
|
|
1269
1277
|
class="view forceRow column text"
|
|
1270
1278
|
>
|
|
1271
1279
|
carlos@mirai.com
|
|
1272
|
-
</
|
|
1280
|
+
</ui_view>
|
|
1273
1281
|
</td>
|
|
1274
1282
|
<td>
|
|
1275
|
-
<
|
|
1283
|
+
<ui_view
|
|
1276
1284
|
class="view forceRow column number"
|
|
1277
1285
|
>
|
|
1278
1286
|
2012
|
|
1279
|
-
</
|
|
1287
|
+
</ui_view>
|
|
1280
1288
|
</td>
|
|
1281
1289
|
<td>
|
|
1282
|
-
<
|
|
1290
|
+
<ui_view
|
|
1283
1291
|
class="view forceRow column text"
|
|
1284
1292
|
/>
|
|
1285
1293
|
</td>
|
|
1286
1294
|
<td>
|
|
1287
|
-
<
|
|
1295
|
+
<ui_view
|
|
1288
1296
|
class="view forceRow column text"
|
|
1289
1297
|
/>
|
|
1290
1298
|
</td>
|
|
1291
1299
|
</tr>
|
|
1292
1300
|
<tr>
|
|
1293
1301
|
<td>
|
|
1294
|
-
<
|
|
1302
|
+
<ui_view
|
|
1295
1303
|
class="view forceRow column text"
|
|
1296
1304
|
>
|
|
1297
1305
|
svet
|
|
1298
|
-
</
|
|
1306
|
+
</ui_view>
|
|
1299
1307
|
</td>
|
|
1300
1308
|
<td>
|
|
1301
|
-
<
|
|
1309
|
+
<ui_view
|
|
1302
1310
|
class="view forceRow column text"
|
|
1303
1311
|
>
|
|
1304
1312
|
svet@mirai.com
|
|
1305
|
-
</
|
|
1313
|
+
</ui_view>
|
|
1306
1314
|
</td>
|
|
1307
1315
|
<td>
|
|
1308
|
-
<
|
|
1316
|
+
<ui_view
|
|
1309
1317
|
class="view forceRow column number"
|
|
1310
1318
|
>
|
|
1311
1319
|
2021
|
|
1312
|
-
</
|
|
1320
|
+
</ui_view>
|
|
1313
1321
|
</td>
|
|
1314
1322
|
<td>
|
|
1315
|
-
<
|
|
1323
|
+
<ui_view
|
|
1316
1324
|
class="view forceRow column text"
|
|
1317
1325
|
/>
|
|
1318
1326
|
</td>
|
|
1319
1327
|
<td>
|
|
1320
|
-
<
|
|
1328
|
+
<ui_view
|
|
1321
1329
|
class="view forceRow column text"
|
|
1322
1330
|
>
|
|
1323
1331
|
<strong>
|
|
1324
1332
|
action
|
|
1325
1333
|
</strong>
|
|
1326
|
-
</
|
|
1334
|
+
</ui_view>
|
|
1327
1335
|
</td>
|
|
1328
1336
|
</tr>
|
|
1329
1337
|
<tr>
|
|
1330
1338
|
<td>
|
|
1331
|
-
<
|
|
1339
|
+
<ui_view
|
|
1332
1340
|
class="view forceRow column text"
|
|
1333
1341
|
>
|
|
1334
1342
|
javi
|
|
1335
|
-
</
|
|
1343
|
+
</ui_view>
|
|
1336
1344
|
</td>
|
|
1337
1345
|
<td>
|
|
1338
|
-
<
|
|
1346
|
+
<ui_view
|
|
1339
1347
|
class="view forceRow column text"
|
|
1340
1348
|
>
|
|
1341
1349
|
hi@soyjavi.com
|
|
1342
|
-
</
|
|
1350
|
+
</ui_view>
|
|
1343
1351
|
</td>
|
|
1344
1352
|
<td>
|
|
1345
|
-
<
|
|
1353
|
+
<ui_view
|
|
1346
1354
|
class="view forceRow column number"
|
|
1347
1355
|
>
|
|
1348
1356
|
2022
|
|
1349
|
-
</
|
|
1357
|
+
</ui_view>
|
|
1350
1358
|
</td>
|
|
1351
1359
|
<td>
|
|
1352
|
-
<
|
|
1360
|
+
<ui_view
|
|
1353
1361
|
class="view forceRow column text"
|
|
1354
1362
|
>
|
|
1355
1363
|
soyjavi
|
|
1356
|
-
</
|
|
1364
|
+
</ui_view>
|
|
1357
1365
|
</td>
|
|
1358
1366
|
<td>
|
|
1359
|
-
<
|
|
1367
|
+
<ui_view
|
|
1360
1368
|
class="view forceRow column text"
|
|
1361
1369
|
/>
|
|
1362
1370
|
</td>
|
|
1363
1371
|
</tr>
|
|
1364
1372
|
<tr>
|
|
1365
1373
|
<td>
|
|
1366
|
-
<
|
|
1374
|
+
<ui_view
|
|
1367
1375
|
class="view forceRow column text"
|
|
1368
1376
|
>
|
|
1369
1377
|
victor
|
|
1370
|
-
</
|
|
1378
|
+
</ui_view>
|
|
1371
1379
|
</td>
|
|
1372
1380
|
<td>
|
|
1373
|
-
<
|
|
1381
|
+
<ui_view
|
|
1374
1382
|
class="view forceRow column text"
|
|
1375
1383
|
>
|
|
1376
1384
|
victor@mirai.com
|
|
1377
|
-
</
|
|
1385
|
+
</ui_view>
|
|
1378
1386
|
</td>
|
|
1379
1387
|
<td>
|
|
1380
|
-
<
|
|
1388
|
+
<ui_view
|
|
1381
1389
|
class="view forceRow column number"
|
|
1382
1390
|
>
|
|
1383
1391
|
2021
|
|
1384
|
-
</
|
|
1392
|
+
</ui_view>
|
|
1385
1393
|
</td>
|
|
1386
1394
|
<td>
|
|
1387
|
-
<
|
|
1395
|
+
<ui_view
|
|
1388
1396
|
class="view forceRow column text"
|
|
1389
1397
|
/>
|
|
1390
1398
|
</td>
|
|
1391
1399
|
<td>
|
|
1392
|
-
<
|
|
1400
|
+
<ui_view
|
|
1393
1401
|
class="view forceRow column text"
|
|
1394
1402
|
/>
|
|
1395
1403
|
</td>
|
|
1396
1404
|
</tr>
|
|
1397
1405
|
<tr>
|
|
1398
1406
|
<td>
|
|
1399
|
-
<
|
|
1407
|
+
<ui_view
|
|
1400
1408
|
class="view forceRow column text"
|
|
1401
1409
|
>
|
|
1402
1410
|
mario/2
|
|
1403
|
-
</
|
|
1411
|
+
</ui_view>
|
|
1404
1412
|
</td>
|
|
1405
1413
|
<td>
|
|
1406
|
-
<
|
|
1414
|
+
<ui_view
|
|
1407
1415
|
class="view forceRow column text"
|
|
1408
1416
|
>
|
|
1409
1417
|
mario.2@mirai.com
|
|
1410
|
-
</
|
|
1418
|
+
</ui_view>
|
|
1411
1419
|
</td>
|
|
1412
1420
|
<td>
|
|
1413
|
-
<
|
|
1421
|
+
<ui_view
|
|
1414
1422
|
class="view forceRow column number"
|
|
1415
1423
|
>
|
|
1416
1424
|
2022
|
|
1417
|
-
</
|
|
1425
|
+
</ui_view>
|
|
1418
1426
|
</td>
|
|
1419
1427
|
<td>
|
|
1420
|
-
<
|
|
1428
|
+
<ui_view
|
|
1421
1429
|
class="view forceRow column text"
|
|
1422
1430
|
/>
|
|
1423
1431
|
</td>
|
|
1424
1432
|
<td>
|
|
1425
|
-
<
|
|
1433
|
+
<ui_view
|
|
1426
1434
|
class="view forceRow column text"
|
|
1427
1435
|
/>
|
|
1428
1436
|
</td>
|
|
1429
1437
|
</tr>
|
|
1430
1438
|
</tbody>
|
|
1431
1439
|
</table>
|
|
1432
|
-
</
|
|
1440
|
+
</ui_scrollview>
|
|
1433
1441
|
</DocumentFragment>
|
|
1434
1442
|
`;
|
|
1435
1443
|
|
|
1436
1444
|
exports[`component:<Table> prop:onScroll 1`] = `
|
|
1437
1445
|
<DocumentFragment>
|
|
1438
|
-
<
|
|
1446
|
+
<ui_scrollview
|
|
1439
1447
|
class="scrollview snap vertical notIndicator container"
|
|
1440
1448
|
data-testid="onScroll"
|
|
1441
1449
|
>
|
|
@@ -1449,14 +1457,14 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1449
1457
|
<th
|
|
1450
1458
|
data-testid="onScroll-head-username"
|
|
1451
1459
|
>
|
|
1452
|
-
<
|
|
1460
|
+
<ui_view
|
|
1453
1461
|
class="view forceRow column"
|
|
1454
1462
|
>
|
|
1455
1463
|
User Name
|
|
1456
|
-
<
|
|
1464
|
+
<ui_view
|
|
1457
1465
|
class="view row icons"
|
|
1458
1466
|
>
|
|
1459
|
-
<
|
|
1467
|
+
<ui_icon
|
|
1460
1468
|
class="icon headline-3 icon disabled"
|
|
1461
1469
|
>
|
|
1462
1470
|
<svg
|
|
@@ -1476,21 +1484,21 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1476
1484
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1477
1485
|
/>
|
|
1478
1486
|
</svg>
|
|
1479
|
-
</
|
|
1480
|
-
</
|
|
1481
|
-
</
|
|
1487
|
+
</ui_icon>
|
|
1488
|
+
</ui_view>
|
|
1489
|
+
</ui_view>
|
|
1482
1490
|
</th>
|
|
1483
1491
|
<th
|
|
1484
1492
|
data-testid="onScroll-head-email"
|
|
1485
1493
|
>
|
|
1486
|
-
<
|
|
1494
|
+
<ui_view
|
|
1487
1495
|
class="view forceRow column"
|
|
1488
1496
|
>
|
|
1489
1497
|
Email
|
|
1490
|
-
<
|
|
1498
|
+
<ui_view
|
|
1491
1499
|
class="view row icons"
|
|
1492
1500
|
>
|
|
1493
|
-
<
|
|
1501
|
+
<ui_icon
|
|
1494
1502
|
class="icon headline-3 icon disabled"
|
|
1495
1503
|
>
|
|
1496
1504
|
<svg
|
|
@@ -1510,21 +1518,21 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1510
1518
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1511
1519
|
/>
|
|
1512
1520
|
</svg>
|
|
1513
|
-
</
|
|
1514
|
-
</
|
|
1515
|
-
</
|
|
1521
|
+
</ui_icon>
|
|
1522
|
+
</ui_view>
|
|
1523
|
+
</ui_view>
|
|
1516
1524
|
</th>
|
|
1517
1525
|
<th
|
|
1518
1526
|
data-testid="onScroll-head-year"
|
|
1519
1527
|
>
|
|
1520
|
-
<
|
|
1528
|
+
<ui_view
|
|
1521
1529
|
class="view forceRow column"
|
|
1522
1530
|
>
|
|
1523
1531
|
Year
|
|
1524
|
-
<
|
|
1532
|
+
<ui_view
|
|
1525
1533
|
class="view row icons"
|
|
1526
1534
|
>
|
|
1527
|
-
<
|
|
1535
|
+
<ui_icon
|
|
1528
1536
|
class="icon headline-3 icon disabled"
|
|
1529
1537
|
>
|
|
1530
1538
|
<svg
|
|
@@ -1544,27 +1552,27 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1544
1552
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1545
1553
|
/>
|
|
1546
1554
|
</svg>
|
|
1547
|
-
</
|
|
1548
|
-
</
|
|
1549
|
-
</
|
|
1555
|
+
</ui_icon>
|
|
1556
|
+
</ui_view>
|
|
1557
|
+
</ui_view>
|
|
1550
1558
|
</th>
|
|
1551
1559
|
<th
|
|
1552
1560
|
data-testid="onScroll-head-twitter"
|
|
1553
1561
|
>
|
|
1554
|
-
<
|
|
1562
|
+
<ui_view
|
|
1555
1563
|
class="view forceRow column"
|
|
1556
1564
|
>
|
|
1557
|
-
<
|
|
1558
|
-
<
|
|
1565
|
+
<ui_layer>
|
|
1566
|
+
<ui_primitive
|
|
1559
1567
|
class="dispatcher tooltip"
|
|
1560
1568
|
>
|
|
1561
1569
|
Twitter
|
|
1562
|
-
</
|
|
1563
|
-
</
|
|
1564
|
-
<
|
|
1570
|
+
</ui_primitive>
|
|
1571
|
+
</ui_layer>
|
|
1572
|
+
<ui_view
|
|
1565
1573
|
class="view row icons"
|
|
1566
1574
|
>
|
|
1567
|
-
<
|
|
1575
|
+
<ui_icon
|
|
1568
1576
|
class="icon headline-3 icon disabled"
|
|
1569
1577
|
>
|
|
1570
1578
|
<svg
|
|
@@ -1584,21 +1592,21 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1584
1592
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1585
1593
|
/>
|
|
1586
1594
|
</svg>
|
|
1587
|
-
</
|
|
1588
|
-
</
|
|
1589
|
-
</
|
|
1595
|
+
</ui_icon>
|
|
1596
|
+
</ui_view>
|
|
1597
|
+
</ui_view>
|
|
1590
1598
|
</th>
|
|
1591
1599
|
<th
|
|
1592
1600
|
data-testid="onScroll-head-action"
|
|
1593
1601
|
>
|
|
1594
|
-
<
|
|
1602
|
+
<ui_view
|
|
1595
1603
|
class="view forceRow column"
|
|
1596
1604
|
>
|
|
1597
1605
|
Action
|
|
1598
|
-
<
|
|
1606
|
+
<ui_view
|
|
1599
1607
|
class="view row icons"
|
|
1600
1608
|
>
|
|
1601
|
-
<
|
|
1609
|
+
<ui_icon
|
|
1602
1610
|
class="icon headline-3 icon disabled"
|
|
1603
1611
|
>
|
|
1604
1612
|
<svg
|
|
@@ -1618,9 +1626,9 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1618
1626
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
1619
1627
|
/>
|
|
1620
1628
|
</svg>
|
|
1621
|
-
</
|
|
1622
|
-
</
|
|
1623
|
-
</
|
|
1629
|
+
</ui_icon>
|
|
1630
|
+
</ui_view>
|
|
1631
|
+
</ui_view>
|
|
1624
1632
|
</th>
|
|
1625
1633
|
</tr>
|
|
1626
1634
|
</thead>
|
|
@@ -1631,41 +1639,41 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1631
1639
|
<td
|
|
1632
1640
|
data-testid="onScroll-0-username"
|
|
1633
1641
|
>
|
|
1634
|
-
<
|
|
1642
|
+
<ui_view
|
|
1635
1643
|
class="view forceRow column text"
|
|
1636
1644
|
>
|
|
1637
1645
|
jose
|
|
1638
|
-
</
|
|
1646
|
+
</ui_view>
|
|
1639
1647
|
</td>
|
|
1640
1648
|
<td
|
|
1641
1649
|
data-testid="onScroll-0-email"
|
|
1642
1650
|
>
|
|
1643
|
-
<
|
|
1651
|
+
<ui_view
|
|
1644
1652
|
class="view forceRow column text"
|
|
1645
1653
|
>
|
|
1646
1654
|
jose@mirai.com
|
|
1647
|
-
</
|
|
1655
|
+
</ui_view>
|
|
1648
1656
|
</td>
|
|
1649
1657
|
<td
|
|
1650
1658
|
data-testid="onScroll-0-year"
|
|
1651
1659
|
>
|
|
1652
|
-
<
|
|
1660
|
+
<ui_view
|
|
1653
1661
|
class="view forceRow column number"
|
|
1654
1662
|
>
|
|
1655
1663
|
2012
|
|
1656
|
-
</
|
|
1664
|
+
</ui_view>
|
|
1657
1665
|
</td>
|
|
1658
1666
|
<td
|
|
1659
1667
|
data-testid="onScroll-0-twitter"
|
|
1660
1668
|
>
|
|
1661
|
-
<
|
|
1669
|
+
<ui_view
|
|
1662
1670
|
class="view forceRow column text"
|
|
1663
1671
|
/>
|
|
1664
1672
|
</td>
|
|
1665
1673
|
<td
|
|
1666
1674
|
data-testid="onScroll-0-action"
|
|
1667
1675
|
>
|
|
1668
|
-
<
|
|
1676
|
+
<ui_view
|
|
1669
1677
|
class="view forceRow column text"
|
|
1670
1678
|
/>
|
|
1671
1679
|
</td>
|
|
@@ -1676,41 +1684,41 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1676
1684
|
<td
|
|
1677
1685
|
data-testid="onScroll-1-username"
|
|
1678
1686
|
>
|
|
1679
|
-
<
|
|
1687
|
+
<ui_view
|
|
1680
1688
|
class="view forceRow column text"
|
|
1681
1689
|
>
|
|
1682
1690
|
mario/1
|
|
1683
|
-
</
|
|
1691
|
+
</ui_view>
|
|
1684
1692
|
</td>
|
|
1685
1693
|
<td
|
|
1686
1694
|
data-testid="onScroll-1-email"
|
|
1687
1695
|
>
|
|
1688
|
-
<
|
|
1696
|
+
<ui_view
|
|
1689
1697
|
class="view forceRow column text"
|
|
1690
1698
|
>
|
|
1691
1699
|
mario.1@mirai.com
|
|
1692
|
-
</
|
|
1700
|
+
</ui_view>
|
|
1693
1701
|
</td>
|
|
1694
1702
|
<td
|
|
1695
1703
|
data-testid="onScroll-1-year"
|
|
1696
1704
|
>
|
|
1697
|
-
<
|
|
1705
|
+
<ui_view
|
|
1698
1706
|
class="view forceRow column number"
|
|
1699
1707
|
>
|
|
1700
1708
|
2005
|
|
1701
|
-
</
|
|
1709
|
+
</ui_view>
|
|
1702
1710
|
</td>
|
|
1703
1711
|
<td
|
|
1704
1712
|
data-testid="onScroll-1-twitter"
|
|
1705
1713
|
>
|
|
1706
|
-
<
|
|
1714
|
+
<ui_view
|
|
1707
1715
|
class="view forceRow column text"
|
|
1708
1716
|
/>
|
|
1709
1717
|
</td>
|
|
1710
1718
|
<td
|
|
1711
1719
|
data-testid="onScroll-1-action"
|
|
1712
1720
|
>
|
|
1713
|
-
<
|
|
1721
|
+
<ui_view
|
|
1714
1722
|
class="view forceRow column text"
|
|
1715
1723
|
/>
|
|
1716
1724
|
</td>
|
|
@@ -1721,41 +1729,41 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1721
1729
|
<td
|
|
1722
1730
|
data-testid="onScroll-2-username"
|
|
1723
1731
|
>
|
|
1724
|
-
<
|
|
1732
|
+
<ui_view
|
|
1725
1733
|
class="view forceRow column text"
|
|
1726
1734
|
>
|
|
1727
1735
|
carlos
|
|
1728
|
-
</
|
|
1736
|
+
</ui_view>
|
|
1729
1737
|
</td>
|
|
1730
1738
|
<td
|
|
1731
1739
|
data-testid="onScroll-2-email"
|
|
1732
1740
|
>
|
|
1733
|
-
<
|
|
1741
|
+
<ui_view
|
|
1734
1742
|
class="view forceRow column text"
|
|
1735
1743
|
>
|
|
1736
1744
|
carlos@mirai.com
|
|
1737
|
-
</
|
|
1745
|
+
</ui_view>
|
|
1738
1746
|
</td>
|
|
1739
1747
|
<td
|
|
1740
1748
|
data-testid="onScroll-2-year"
|
|
1741
1749
|
>
|
|
1742
|
-
<
|
|
1750
|
+
<ui_view
|
|
1743
1751
|
class="view forceRow column number"
|
|
1744
1752
|
>
|
|
1745
1753
|
2012
|
|
1746
|
-
</
|
|
1754
|
+
</ui_view>
|
|
1747
1755
|
</td>
|
|
1748
1756
|
<td
|
|
1749
1757
|
data-testid="onScroll-2-twitter"
|
|
1750
1758
|
>
|
|
1751
|
-
<
|
|
1759
|
+
<ui_view
|
|
1752
1760
|
class="view forceRow column text"
|
|
1753
1761
|
/>
|
|
1754
1762
|
</td>
|
|
1755
1763
|
<td
|
|
1756
1764
|
data-testid="onScroll-2-action"
|
|
1757
1765
|
>
|
|
1758
|
-
<
|
|
1766
|
+
<ui_view
|
|
1759
1767
|
class="view forceRow column text"
|
|
1760
1768
|
/>
|
|
1761
1769
|
</td>
|
|
@@ -1766,47 +1774,47 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1766
1774
|
<td
|
|
1767
1775
|
data-testid="onScroll-3-username"
|
|
1768
1776
|
>
|
|
1769
|
-
<
|
|
1777
|
+
<ui_view
|
|
1770
1778
|
class="view forceRow column text"
|
|
1771
1779
|
>
|
|
1772
1780
|
svet
|
|
1773
|
-
</
|
|
1781
|
+
</ui_view>
|
|
1774
1782
|
</td>
|
|
1775
1783
|
<td
|
|
1776
1784
|
data-testid="onScroll-3-email"
|
|
1777
1785
|
>
|
|
1778
|
-
<
|
|
1786
|
+
<ui_view
|
|
1779
1787
|
class="view forceRow column text"
|
|
1780
1788
|
>
|
|
1781
1789
|
svet@mirai.com
|
|
1782
|
-
</
|
|
1790
|
+
</ui_view>
|
|
1783
1791
|
</td>
|
|
1784
1792
|
<td
|
|
1785
1793
|
data-testid="onScroll-3-year"
|
|
1786
1794
|
>
|
|
1787
|
-
<
|
|
1795
|
+
<ui_view
|
|
1788
1796
|
class="view forceRow column number"
|
|
1789
1797
|
>
|
|
1790
1798
|
2021
|
|
1791
|
-
</
|
|
1799
|
+
</ui_view>
|
|
1792
1800
|
</td>
|
|
1793
1801
|
<td
|
|
1794
1802
|
data-testid="onScroll-3-twitter"
|
|
1795
1803
|
>
|
|
1796
|
-
<
|
|
1804
|
+
<ui_view
|
|
1797
1805
|
class="view forceRow column text"
|
|
1798
1806
|
/>
|
|
1799
1807
|
</td>
|
|
1800
1808
|
<td
|
|
1801
1809
|
data-testid="onScroll-3-action"
|
|
1802
1810
|
>
|
|
1803
|
-
<
|
|
1811
|
+
<ui_view
|
|
1804
1812
|
class="view forceRow column text"
|
|
1805
1813
|
>
|
|
1806
1814
|
<strong>
|
|
1807
1815
|
action
|
|
1808
1816
|
</strong>
|
|
1809
|
-
</
|
|
1817
|
+
</ui_view>
|
|
1810
1818
|
</td>
|
|
1811
1819
|
</tr>
|
|
1812
1820
|
<tr
|
|
@@ -1815,43 +1823,43 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1815
1823
|
<td
|
|
1816
1824
|
data-testid="onScroll-4-username"
|
|
1817
1825
|
>
|
|
1818
|
-
<
|
|
1826
|
+
<ui_view
|
|
1819
1827
|
class="view forceRow column text"
|
|
1820
1828
|
>
|
|
1821
1829
|
javi
|
|
1822
|
-
</
|
|
1830
|
+
</ui_view>
|
|
1823
1831
|
</td>
|
|
1824
1832
|
<td
|
|
1825
1833
|
data-testid="onScroll-4-email"
|
|
1826
1834
|
>
|
|
1827
|
-
<
|
|
1835
|
+
<ui_view
|
|
1828
1836
|
class="view forceRow column text"
|
|
1829
1837
|
>
|
|
1830
1838
|
hi@soyjavi.com
|
|
1831
|
-
</
|
|
1839
|
+
</ui_view>
|
|
1832
1840
|
</td>
|
|
1833
1841
|
<td
|
|
1834
1842
|
data-testid="onScroll-4-year"
|
|
1835
1843
|
>
|
|
1836
|
-
<
|
|
1844
|
+
<ui_view
|
|
1837
1845
|
class="view forceRow column number"
|
|
1838
1846
|
>
|
|
1839
1847
|
2022
|
|
1840
|
-
</
|
|
1848
|
+
</ui_view>
|
|
1841
1849
|
</td>
|
|
1842
1850
|
<td
|
|
1843
1851
|
data-testid="onScroll-4-twitter"
|
|
1844
1852
|
>
|
|
1845
|
-
<
|
|
1853
|
+
<ui_view
|
|
1846
1854
|
class="view forceRow column text"
|
|
1847
1855
|
>
|
|
1848
1856
|
soyjavi
|
|
1849
|
-
</
|
|
1857
|
+
</ui_view>
|
|
1850
1858
|
</td>
|
|
1851
1859
|
<td
|
|
1852
1860
|
data-testid="onScroll-4-action"
|
|
1853
1861
|
>
|
|
1854
|
-
<
|
|
1862
|
+
<ui_view
|
|
1855
1863
|
class="view forceRow column text"
|
|
1856
1864
|
/>
|
|
1857
1865
|
</td>
|
|
@@ -1862,41 +1870,41 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1862
1870
|
<td
|
|
1863
1871
|
data-testid="onScroll-5-username"
|
|
1864
1872
|
>
|
|
1865
|
-
<
|
|
1873
|
+
<ui_view
|
|
1866
1874
|
class="view forceRow column text"
|
|
1867
1875
|
>
|
|
1868
1876
|
victor
|
|
1869
|
-
</
|
|
1877
|
+
</ui_view>
|
|
1870
1878
|
</td>
|
|
1871
1879
|
<td
|
|
1872
1880
|
data-testid="onScroll-5-email"
|
|
1873
1881
|
>
|
|
1874
|
-
<
|
|
1882
|
+
<ui_view
|
|
1875
1883
|
class="view forceRow column text"
|
|
1876
1884
|
>
|
|
1877
1885
|
victor@mirai.com
|
|
1878
|
-
</
|
|
1886
|
+
</ui_view>
|
|
1879
1887
|
</td>
|
|
1880
1888
|
<td
|
|
1881
1889
|
data-testid="onScroll-5-year"
|
|
1882
1890
|
>
|
|
1883
|
-
<
|
|
1891
|
+
<ui_view
|
|
1884
1892
|
class="view forceRow column number"
|
|
1885
1893
|
>
|
|
1886
1894
|
2021
|
|
1887
|
-
</
|
|
1895
|
+
</ui_view>
|
|
1888
1896
|
</td>
|
|
1889
1897
|
<td
|
|
1890
1898
|
data-testid="onScroll-5-twitter"
|
|
1891
1899
|
>
|
|
1892
|
-
<
|
|
1900
|
+
<ui_view
|
|
1893
1901
|
class="view forceRow column text"
|
|
1894
1902
|
/>
|
|
1895
1903
|
</td>
|
|
1896
1904
|
<td
|
|
1897
1905
|
data-testid="onScroll-5-action"
|
|
1898
1906
|
>
|
|
1899
|
-
<
|
|
1907
|
+
<ui_view
|
|
1900
1908
|
class="view forceRow column text"
|
|
1901
1909
|
/>
|
|
1902
1910
|
</td>
|
|
@@ -1907,54 +1915,54 @@ exports[`component:<Table> prop:onScroll 1`] = `
|
|
|
1907
1915
|
<td
|
|
1908
1916
|
data-testid="onScroll-6-username"
|
|
1909
1917
|
>
|
|
1910
|
-
<
|
|
1918
|
+
<ui_view
|
|
1911
1919
|
class="view forceRow column text"
|
|
1912
1920
|
>
|
|
1913
1921
|
mario/2
|
|
1914
|
-
</
|
|
1922
|
+
</ui_view>
|
|
1915
1923
|
</td>
|
|
1916
1924
|
<td
|
|
1917
1925
|
data-testid="onScroll-6-email"
|
|
1918
1926
|
>
|
|
1919
|
-
<
|
|
1927
|
+
<ui_view
|
|
1920
1928
|
class="view forceRow column text"
|
|
1921
1929
|
>
|
|
1922
1930
|
mario.2@mirai.com
|
|
1923
|
-
</
|
|
1931
|
+
</ui_view>
|
|
1924
1932
|
</td>
|
|
1925
1933
|
<td
|
|
1926
1934
|
data-testid="onScroll-6-year"
|
|
1927
1935
|
>
|
|
1928
|
-
<
|
|
1936
|
+
<ui_view
|
|
1929
1937
|
class="view forceRow column number"
|
|
1930
1938
|
>
|
|
1931
1939
|
2022
|
|
1932
|
-
</
|
|
1940
|
+
</ui_view>
|
|
1933
1941
|
</td>
|
|
1934
1942
|
<td
|
|
1935
1943
|
data-testid="onScroll-6-twitter"
|
|
1936
1944
|
>
|
|
1937
|
-
<
|
|
1945
|
+
<ui_view
|
|
1938
1946
|
class="view forceRow column text"
|
|
1939
1947
|
/>
|
|
1940
1948
|
</td>
|
|
1941
1949
|
<td
|
|
1942
1950
|
data-testid="onScroll-6-action"
|
|
1943
1951
|
>
|
|
1944
|
-
<
|
|
1952
|
+
<ui_view
|
|
1945
1953
|
class="view forceRow column text"
|
|
1946
1954
|
/>
|
|
1947
1955
|
</td>
|
|
1948
1956
|
</tr>
|
|
1949
1957
|
</tbody>
|
|
1950
1958
|
</table>
|
|
1951
|
-
</
|
|
1959
|
+
</ui_scrollview>
|
|
1952
1960
|
</DocumentFragment>
|
|
1953
1961
|
`;
|
|
1954
1962
|
|
|
1955
1963
|
exports[`component:<Table> prop:onSelect 1`] = `
|
|
1956
1964
|
<DocumentFragment>
|
|
1957
|
-
<
|
|
1965
|
+
<ui_scrollview
|
|
1958
1966
|
class="scrollview snap vertical notIndicator container"
|
|
1959
1967
|
data-testid="onSelect"
|
|
1960
1968
|
>
|
|
@@ -1968,14 +1976,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
1968
1976
|
<th
|
|
1969
1977
|
data-testid="onSelect-head-username"
|
|
1970
1978
|
>
|
|
1971
|
-
<
|
|
1979
|
+
<ui_view
|
|
1972
1980
|
class="view forceRow column selectable"
|
|
1973
1981
|
>
|
|
1974
|
-
<
|
|
1982
|
+
<ui_pressable
|
|
1975
1983
|
class="pressable inputOption checkbox"
|
|
1976
1984
|
data-testid="onSelect-head-checkbox"
|
|
1985
|
+
tabindex="0"
|
|
1977
1986
|
>
|
|
1978
|
-
<
|
|
1987
|
+
<ui_checkbox
|
|
1979
1988
|
class="checkbox"
|
|
1980
1989
|
>
|
|
1981
1990
|
<input
|
|
@@ -1984,13 +1993,13 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
1984
1993
|
type="checkbox"
|
|
1985
1994
|
value=""
|
|
1986
1995
|
/>
|
|
1987
|
-
</
|
|
1988
|
-
</
|
|
1996
|
+
</ui_checkbox>
|
|
1997
|
+
</ui_pressable>
|
|
1989
1998
|
User Name
|
|
1990
|
-
<
|
|
1999
|
+
<ui_view
|
|
1991
2000
|
class="view row icons"
|
|
1992
2001
|
>
|
|
1993
|
-
<
|
|
2002
|
+
<ui_icon
|
|
1994
2003
|
class="icon headline-3 icon disabled"
|
|
1995
2004
|
>
|
|
1996
2005
|
<svg
|
|
@@ -2010,21 +2019,21 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2010
2019
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2011
2020
|
/>
|
|
2012
2021
|
</svg>
|
|
2013
|
-
</
|
|
2014
|
-
</
|
|
2015
|
-
</
|
|
2022
|
+
</ui_icon>
|
|
2023
|
+
</ui_view>
|
|
2024
|
+
</ui_view>
|
|
2016
2025
|
</th>
|
|
2017
2026
|
<th
|
|
2018
2027
|
data-testid="onSelect-head-email"
|
|
2019
2028
|
>
|
|
2020
|
-
<
|
|
2029
|
+
<ui_view
|
|
2021
2030
|
class="view forceRow column"
|
|
2022
2031
|
>
|
|
2023
2032
|
Email
|
|
2024
|
-
<
|
|
2033
|
+
<ui_view
|
|
2025
2034
|
class="view row icons"
|
|
2026
2035
|
>
|
|
2027
|
-
<
|
|
2036
|
+
<ui_icon
|
|
2028
2037
|
class="icon headline-3 icon disabled"
|
|
2029
2038
|
>
|
|
2030
2039
|
<svg
|
|
@@ -2044,21 +2053,21 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2044
2053
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2045
2054
|
/>
|
|
2046
2055
|
</svg>
|
|
2047
|
-
</
|
|
2048
|
-
</
|
|
2049
|
-
</
|
|
2056
|
+
</ui_icon>
|
|
2057
|
+
</ui_view>
|
|
2058
|
+
</ui_view>
|
|
2050
2059
|
</th>
|
|
2051
2060
|
<th
|
|
2052
2061
|
data-testid="onSelect-head-year"
|
|
2053
2062
|
>
|
|
2054
|
-
<
|
|
2063
|
+
<ui_view
|
|
2055
2064
|
class="view forceRow column"
|
|
2056
2065
|
>
|
|
2057
2066
|
Year
|
|
2058
|
-
<
|
|
2067
|
+
<ui_view
|
|
2059
2068
|
class="view row icons"
|
|
2060
2069
|
>
|
|
2061
|
-
<
|
|
2070
|
+
<ui_icon
|
|
2062
2071
|
class="icon headline-3 icon disabled"
|
|
2063
2072
|
>
|
|
2064
2073
|
<svg
|
|
@@ -2078,27 +2087,27 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2078
2087
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2079
2088
|
/>
|
|
2080
2089
|
</svg>
|
|
2081
|
-
</
|
|
2082
|
-
</
|
|
2083
|
-
</
|
|
2090
|
+
</ui_icon>
|
|
2091
|
+
</ui_view>
|
|
2092
|
+
</ui_view>
|
|
2084
2093
|
</th>
|
|
2085
2094
|
<th
|
|
2086
2095
|
data-testid="onSelect-head-twitter"
|
|
2087
2096
|
>
|
|
2088
|
-
<
|
|
2097
|
+
<ui_view
|
|
2089
2098
|
class="view forceRow column"
|
|
2090
2099
|
>
|
|
2091
|
-
<
|
|
2092
|
-
<
|
|
2100
|
+
<ui_layer>
|
|
2101
|
+
<ui_primitive
|
|
2093
2102
|
class="dispatcher tooltip"
|
|
2094
2103
|
>
|
|
2095
2104
|
Twitter
|
|
2096
|
-
</
|
|
2097
|
-
</
|
|
2098
|
-
<
|
|
2105
|
+
</ui_primitive>
|
|
2106
|
+
</ui_layer>
|
|
2107
|
+
<ui_view
|
|
2099
2108
|
class="view row icons"
|
|
2100
2109
|
>
|
|
2101
|
-
<
|
|
2110
|
+
<ui_icon
|
|
2102
2111
|
class="icon headline-3 icon disabled"
|
|
2103
2112
|
>
|
|
2104
2113
|
<svg
|
|
@@ -2118,21 +2127,21 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2118
2127
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2119
2128
|
/>
|
|
2120
2129
|
</svg>
|
|
2121
|
-
</
|
|
2122
|
-
</
|
|
2123
|
-
</
|
|
2130
|
+
</ui_icon>
|
|
2131
|
+
</ui_view>
|
|
2132
|
+
</ui_view>
|
|
2124
2133
|
</th>
|
|
2125
2134
|
<th
|
|
2126
2135
|
data-testid="onSelect-head-action"
|
|
2127
2136
|
>
|
|
2128
|
-
<
|
|
2137
|
+
<ui_view
|
|
2129
2138
|
class="view forceRow column"
|
|
2130
2139
|
>
|
|
2131
2140
|
Action
|
|
2132
|
-
<
|
|
2141
|
+
<ui_view
|
|
2133
2142
|
class="view row icons"
|
|
2134
2143
|
>
|
|
2135
|
-
<
|
|
2144
|
+
<ui_icon
|
|
2136
2145
|
class="icon headline-3 icon disabled"
|
|
2137
2146
|
>
|
|
2138
2147
|
<svg
|
|
@@ -2152,9 +2161,9 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2152
2161
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2153
2162
|
/>
|
|
2154
2163
|
</svg>
|
|
2155
|
-
</
|
|
2156
|
-
</
|
|
2157
|
-
</
|
|
2164
|
+
</ui_icon>
|
|
2165
|
+
</ui_view>
|
|
2166
|
+
</ui_view>
|
|
2158
2167
|
</th>
|
|
2159
2168
|
</tr>
|
|
2160
2169
|
</thead>
|
|
@@ -2165,14 +2174,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2165
2174
|
<td
|
|
2166
2175
|
data-testid="onSelect-0-username"
|
|
2167
2176
|
>
|
|
2168
|
-
<
|
|
2177
|
+
<ui_view
|
|
2169
2178
|
class="view forceRow column selectable"
|
|
2170
2179
|
>
|
|
2171
|
-
<
|
|
2180
|
+
<ui_pressable
|
|
2172
2181
|
class="pressable inputOption checkbox"
|
|
2173
2182
|
data-testid="onSelect-0-checkbox"
|
|
2183
|
+
tabindex="0"
|
|
2174
2184
|
>
|
|
2175
|
-
<
|
|
2185
|
+
<ui_checkbox
|
|
2176
2186
|
class="checkbox"
|
|
2177
2187
|
>
|
|
2178
2188
|
<input
|
|
@@ -2181,40 +2191,40 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2181
2191
|
type="checkbox"
|
|
2182
2192
|
value=""
|
|
2183
2193
|
/>
|
|
2184
|
-
</
|
|
2185
|
-
</
|
|
2194
|
+
</ui_checkbox>
|
|
2195
|
+
</ui_pressable>
|
|
2186
2196
|
jose
|
|
2187
|
-
</
|
|
2197
|
+
</ui_view>
|
|
2188
2198
|
</td>
|
|
2189
2199
|
<td
|
|
2190
2200
|
data-testid="onSelect-0-email"
|
|
2191
2201
|
>
|
|
2192
|
-
<
|
|
2202
|
+
<ui_view
|
|
2193
2203
|
class="view forceRow column text"
|
|
2194
2204
|
>
|
|
2195
2205
|
jose@mirai.com
|
|
2196
|
-
</
|
|
2206
|
+
</ui_view>
|
|
2197
2207
|
</td>
|
|
2198
2208
|
<td
|
|
2199
2209
|
data-testid="onSelect-0-year"
|
|
2200
2210
|
>
|
|
2201
|
-
<
|
|
2211
|
+
<ui_view
|
|
2202
2212
|
class="view forceRow column number"
|
|
2203
2213
|
>
|
|
2204
2214
|
2012
|
|
2205
|
-
</
|
|
2215
|
+
</ui_view>
|
|
2206
2216
|
</td>
|
|
2207
2217
|
<td
|
|
2208
2218
|
data-testid="onSelect-0-twitter"
|
|
2209
2219
|
>
|
|
2210
|
-
<
|
|
2220
|
+
<ui_view
|
|
2211
2221
|
class="view forceRow column text"
|
|
2212
2222
|
/>
|
|
2213
2223
|
</td>
|
|
2214
2224
|
<td
|
|
2215
2225
|
data-testid="onSelect-0-action"
|
|
2216
2226
|
>
|
|
2217
|
-
<
|
|
2227
|
+
<ui_view
|
|
2218
2228
|
class="view forceRow column text"
|
|
2219
2229
|
/>
|
|
2220
2230
|
</td>
|
|
@@ -2225,14 +2235,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2225
2235
|
<td
|
|
2226
2236
|
data-testid="onSelect-1-username"
|
|
2227
2237
|
>
|
|
2228
|
-
<
|
|
2238
|
+
<ui_view
|
|
2229
2239
|
class="view forceRow column selectable"
|
|
2230
2240
|
>
|
|
2231
|
-
<
|
|
2241
|
+
<ui_pressable
|
|
2232
2242
|
class="pressable inputOption checkbox"
|
|
2233
2243
|
data-testid="onSelect-1-checkbox"
|
|
2244
|
+
tabindex="0"
|
|
2234
2245
|
>
|
|
2235
|
-
<
|
|
2246
|
+
<ui_checkbox
|
|
2236
2247
|
class="checkbox"
|
|
2237
2248
|
>
|
|
2238
2249
|
<input
|
|
@@ -2241,40 +2252,40 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2241
2252
|
type="checkbox"
|
|
2242
2253
|
value=""
|
|
2243
2254
|
/>
|
|
2244
|
-
</
|
|
2245
|
-
</
|
|
2255
|
+
</ui_checkbox>
|
|
2256
|
+
</ui_pressable>
|
|
2246
2257
|
mario/1
|
|
2247
|
-
</
|
|
2258
|
+
</ui_view>
|
|
2248
2259
|
</td>
|
|
2249
2260
|
<td
|
|
2250
2261
|
data-testid="onSelect-1-email"
|
|
2251
2262
|
>
|
|
2252
|
-
<
|
|
2263
|
+
<ui_view
|
|
2253
2264
|
class="view forceRow column text"
|
|
2254
2265
|
>
|
|
2255
2266
|
mario.1@mirai.com
|
|
2256
|
-
</
|
|
2267
|
+
</ui_view>
|
|
2257
2268
|
</td>
|
|
2258
2269
|
<td
|
|
2259
2270
|
data-testid="onSelect-1-year"
|
|
2260
2271
|
>
|
|
2261
|
-
<
|
|
2272
|
+
<ui_view
|
|
2262
2273
|
class="view forceRow column number"
|
|
2263
2274
|
>
|
|
2264
2275
|
2005
|
|
2265
|
-
</
|
|
2276
|
+
</ui_view>
|
|
2266
2277
|
</td>
|
|
2267
2278
|
<td
|
|
2268
2279
|
data-testid="onSelect-1-twitter"
|
|
2269
2280
|
>
|
|
2270
|
-
<
|
|
2281
|
+
<ui_view
|
|
2271
2282
|
class="view forceRow column text"
|
|
2272
2283
|
/>
|
|
2273
2284
|
</td>
|
|
2274
2285
|
<td
|
|
2275
2286
|
data-testid="onSelect-1-action"
|
|
2276
2287
|
>
|
|
2277
|
-
<
|
|
2288
|
+
<ui_view
|
|
2278
2289
|
class="view forceRow column text"
|
|
2279
2290
|
/>
|
|
2280
2291
|
</td>
|
|
@@ -2285,14 +2296,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2285
2296
|
<td
|
|
2286
2297
|
data-testid="onSelect-2-username"
|
|
2287
2298
|
>
|
|
2288
|
-
<
|
|
2299
|
+
<ui_view
|
|
2289
2300
|
class="view forceRow column selectable"
|
|
2290
2301
|
>
|
|
2291
|
-
<
|
|
2302
|
+
<ui_pressable
|
|
2292
2303
|
class="pressable inputOption checkbox"
|
|
2293
2304
|
data-testid="onSelect-2-checkbox"
|
|
2305
|
+
tabindex="0"
|
|
2294
2306
|
>
|
|
2295
|
-
<
|
|
2307
|
+
<ui_checkbox
|
|
2296
2308
|
class="checkbox"
|
|
2297
2309
|
>
|
|
2298
2310
|
<input
|
|
@@ -2301,40 +2313,40 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2301
2313
|
type="checkbox"
|
|
2302
2314
|
value=""
|
|
2303
2315
|
/>
|
|
2304
|
-
</
|
|
2305
|
-
</
|
|
2316
|
+
</ui_checkbox>
|
|
2317
|
+
</ui_pressable>
|
|
2306
2318
|
carlos
|
|
2307
|
-
</
|
|
2319
|
+
</ui_view>
|
|
2308
2320
|
</td>
|
|
2309
2321
|
<td
|
|
2310
2322
|
data-testid="onSelect-2-email"
|
|
2311
2323
|
>
|
|
2312
|
-
<
|
|
2324
|
+
<ui_view
|
|
2313
2325
|
class="view forceRow column text"
|
|
2314
2326
|
>
|
|
2315
2327
|
carlos@mirai.com
|
|
2316
|
-
</
|
|
2328
|
+
</ui_view>
|
|
2317
2329
|
</td>
|
|
2318
2330
|
<td
|
|
2319
2331
|
data-testid="onSelect-2-year"
|
|
2320
2332
|
>
|
|
2321
|
-
<
|
|
2333
|
+
<ui_view
|
|
2322
2334
|
class="view forceRow column number"
|
|
2323
2335
|
>
|
|
2324
2336
|
2012
|
|
2325
|
-
</
|
|
2337
|
+
</ui_view>
|
|
2326
2338
|
</td>
|
|
2327
2339
|
<td
|
|
2328
2340
|
data-testid="onSelect-2-twitter"
|
|
2329
2341
|
>
|
|
2330
|
-
<
|
|
2342
|
+
<ui_view
|
|
2331
2343
|
class="view forceRow column text"
|
|
2332
2344
|
/>
|
|
2333
2345
|
</td>
|
|
2334
2346
|
<td
|
|
2335
2347
|
data-testid="onSelect-2-action"
|
|
2336
2348
|
>
|
|
2337
|
-
<
|
|
2349
|
+
<ui_view
|
|
2338
2350
|
class="view forceRow column text"
|
|
2339
2351
|
/>
|
|
2340
2352
|
</td>
|
|
@@ -2345,14 +2357,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2345
2357
|
<td
|
|
2346
2358
|
data-testid="onSelect-3-username"
|
|
2347
2359
|
>
|
|
2348
|
-
<
|
|
2360
|
+
<ui_view
|
|
2349
2361
|
class="view forceRow column selectable"
|
|
2350
2362
|
>
|
|
2351
|
-
<
|
|
2363
|
+
<ui_pressable
|
|
2352
2364
|
class="pressable inputOption checkbox"
|
|
2353
2365
|
data-testid="onSelect-3-checkbox"
|
|
2366
|
+
tabindex="0"
|
|
2354
2367
|
>
|
|
2355
|
-
<
|
|
2368
|
+
<ui_checkbox
|
|
2356
2369
|
class="checkbox"
|
|
2357
2370
|
>
|
|
2358
2371
|
<input
|
|
@@ -2361,46 +2374,46 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2361
2374
|
type="checkbox"
|
|
2362
2375
|
value=""
|
|
2363
2376
|
/>
|
|
2364
|
-
</
|
|
2365
|
-
</
|
|
2377
|
+
</ui_checkbox>
|
|
2378
|
+
</ui_pressable>
|
|
2366
2379
|
svet
|
|
2367
|
-
</
|
|
2380
|
+
</ui_view>
|
|
2368
2381
|
</td>
|
|
2369
2382
|
<td
|
|
2370
2383
|
data-testid="onSelect-3-email"
|
|
2371
2384
|
>
|
|
2372
|
-
<
|
|
2385
|
+
<ui_view
|
|
2373
2386
|
class="view forceRow column text"
|
|
2374
2387
|
>
|
|
2375
2388
|
svet@mirai.com
|
|
2376
|
-
</
|
|
2389
|
+
</ui_view>
|
|
2377
2390
|
</td>
|
|
2378
2391
|
<td
|
|
2379
2392
|
data-testid="onSelect-3-year"
|
|
2380
2393
|
>
|
|
2381
|
-
<
|
|
2394
|
+
<ui_view
|
|
2382
2395
|
class="view forceRow column number"
|
|
2383
2396
|
>
|
|
2384
2397
|
2021
|
|
2385
|
-
</
|
|
2398
|
+
</ui_view>
|
|
2386
2399
|
</td>
|
|
2387
2400
|
<td
|
|
2388
2401
|
data-testid="onSelect-3-twitter"
|
|
2389
2402
|
>
|
|
2390
|
-
<
|
|
2403
|
+
<ui_view
|
|
2391
2404
|
class="view forceRow column text"
|
|
2392
2405
|
/>
|
|
2393
2406
|
</td>
|
|
2394
2407
|
<td
|
|
2395
2408
|
data-testid="onSelect-3-action"
|
|
2396
2409
|
>
|
|
2397
|
-
<
|
|
2410
|
+
<ui_view
|
|
2398
2411
|
class="view forceRow column text"
|
|
2399
2412
|
>
|
|
2400
2413
|
<strong>
|
|
2401
2414
|
action
|
|
2402
2415
|
</strong>
|
|
2403
|
-
</
|
|
2416
|
+
</ui_view>
|
|
2404
2417
|
</td>
|
|
2405
2418
|
</tr>
|
|
2406
2419
|
<tr
|
|
@@ -2409,14 +2422,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2409
2422
|
<td
|
|
2410
2423
|
data-testid="onSelect-4-username"
|
|
2411
2424
|
>
|
|
2412
|
-
<
|
|
2425
|
+
<ui_view
|
|
2413
2426
|
class="view forceRow column selectable"
|
|
2414
2427
|
>
|
|
2415
|
-
<
|
|
2428
|
+
<ui_pressable
|
|
2416
2429
|
class="pressable inputOption checkbox"
|
|
2417
2430
|
data-testid="onSelect-4-checkbox"
|
|
2431
|
+
tabindex="0"
|
|
2418
2432
|
>
|
|
2419
|
-
<
|
|
2433
|
+
<ui_checkbox
|
|
2420
2434
|
class="checkbox"
|
|
2421
2435
|
>
|
|
2422
2436
|
<input
|
|
@@ -2425,42 +2439,42 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2425
2439
|
type="checkbox"
|
|
2426
2440
|
value=""
|
|
2427
2441
|
/>
|
|
2428
|
-
</
|
|
2429
|
-
</
|
|
2442
|
+
</ui_checkbox>
|
|
2443
|
+
</ui_pressable>
|
|
2430
2444
|
javi
|
|
2431
|
-
</
|
|
2445
|
+
</ui_view>
|
|
2432
2446
|
</td>
|
|
2433
2447
|
<td
|
|
2434
2448
|
data-testid="onSelect-4-email"
|
|
2435
2449
|
>
|
|
2436
|
-
<
|
|
2450
|
+
<ui_view
|
|
2437
2451
|
class="view forceRow column text"
|
|
2438
2452
|
>
|
|
2439
2453
|
hi@soyjavi.com
|
|
2440
|
-
</
|
|
2454
|
+
</ui_view>
|
|
2441
2455
|
</td>
|
|
2442
2456
|
<td
|
|
2443
2457
|
data-testid="onSelect-4-year"
|
|
2444
2458
|
>
|
|
2445
|
-
<
|
|
2459
|
+
<ui_view
|
|
2446
2460
|
class="view forceRow column number"
|
|
2447
2461
|
>
|
|
2448
2462
|
2022
|
|
2449
|
-
</
|
|
2463
|
+
</ui_view>
|
|
2450
2464
|
</td>
|
|
2451
2465
|
<td
|
|
2452
2466
|
data-testid="onSelect-4-twitter"
|
|
2453
2467
|
>
|
|
2454
|
-
<
|
|
2468
|
+
<ui_view
|
|
2455
2469
|
class="view forceRow column text"
|
|
2456
2470
|
>
|
|
2457
2471
|
soyjavi
|
|
2458
|
-
</
|
|
2472
|
+
</ui_view>
|
|
2459
2473
|
</td>
|
|
2460
2474
|
<td
|
|
2461
2475
|
data-testid="onSelect-4-action"
|
|
2462
2476
|
>
|
|
2463
|
-
<
|
|
2477
|
+
<ui_view
|
|
2464
2478
|
class="view forceRow column text"
|
|
2465
2479
|
/>
|
|
2466
2480
|
</td>
|
|
@@ -2471,14 +2485,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2471
2485
|
<td
|
|
2472
2486
|
data-testid="onSelect-5-username"
|
|
2473
2487
|
>
|
|
2474
|
-
<
|
|
2488
|
+
<ui_view
|
|
2475
2489
|
class="view forceRow column selectable"
|
|
2476
2490
|
>
|
|
2477
|
-
<
|
|
2491
|
+
<ui_pressable
|
|
2478
2492
|
class="pressable inputOption checkbox"
|
|
2479
2493
|
data-testid="onSelect-5-checkbox"
|
|
2494
|
+
tabindex="0"
|
|
2480
2495
|
>
|
|
2481
|
-
<
|
|
2496
|
+
<ui_checkbox
|
|
2482
2497
|
class="checkbox"
|
|
2483
2498
|
>
|
|
2484
2499
|
<input
|
|
@@ -2487,40 +2502,40 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2487
2502
|
type="checkbox"
|
|
2488
2503
|
value=""
|
|
2489
2504
|
/>
|
|
2490
|
-
</
|
|
2491
|
-
</
|
|
2505
|
+
</ui_checkbox>
|
|
2506
|
+
</ui_pressable>
|
|
2492
2507
|
victor
|
|
2493
|
-
</
|
|
2508
|
+
</ui_view>
|
|
2494
2509
|
</td>
|
|
2495
2510
|
<td
|
|
2496
2511
|
data-testid="onSelect-5-email"
|
|
2497
2512
|
>
|
|
2498
|
-
<
|
|
2513
|
+
<ui_view
|
|
2499
2514
|
class="view forceRow column text"
|
|
2500
2515
|
>
|
|
2501
2516
|
victor@mirai.com
|
|
2502
|
-
</
|
|
2517
|
+
</ui_view>
|
|
2503
2518
|
</td>
|
|
2504
2519
|
<td
|
|
2505
2520
|
data-testid="onSelect-5-year"
|
|
2506
2521
|
>
|
|
2507
|
-
<
|
|
2522
|
+
<ui_view
|
|
2508
2523
|
class="view forceRow column number"
|
|
2509
2524
|
>
|
|
2510
2525
|
2021
|
|
2511
|
-
</
|
|
2526
|
+
</ui_view>
|
|
2512
2527
|
</td>
|
|
2513
2528
|
<td
|
|
2514
2529
|
data-testid="onSelect-5-twitter"
|
|
2515
2530
|
>
|
|
2516
|
-
<
|
|
2531
|
+
<ui_view
|
|
2517
2532
|
class="view forceRow column text"
|
|
2518
2533
|
/>
|
|
2519
2534
|
</td>
|
|
2520
2535
|
<td
|
|
2521
2536
|
data-testid="onSelect-5-action"
|
|
2522
2537
|
>
|
|
2523
|
-
<
|
|
2538
|
+
<ui_view
|
|
2524
2539
|
class="view forceRow column text"
|
|
2525
2540
|
/>
|
|
2526
2541
|
</td>
|
|
@@ -2531,14 +2546,15 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2531
2546
|
<td
|
|
2532
2547
|
data-testid="onSelect-6-username"
|
|
2533
2548
|
>
|
|
2534
|
-
<
|
|
2549
|
+
<ui_view
|
|
2535
2550
|
class="view forceRow column selectable"
|
|
2536
2551
|
>
|
|
2537
|
-
<
|
|
2552
|
+
<ui_pressable
|
|
2538
2553
|
class="pressable inputOption checkbox"
|
|
2539
2554
|
data-testid="onSelect-6-checkbox"
|
|
2555
|
+
tabindex="0"
|
|
2540
2556
|
>
|
|
2541
|
-
<
|
|
2557
|
+
<ui_checkbox
|
|
2542
2558
|
class="checkbox"
|
|
2543
2559
|
>
|
|
2544
2560
|
<input
|
|
@@ -2547,53 +2563,53 @@ exports[`component:<Table> prop:onSelect 1`] = `
|
|
|
2547
2563
|
type="checkbox"
|
|
2548
2564
|
value=""
|
|
2549
2565
|
/>
|
|
2550
|
-
</
|
|
2551
|
-
</
|
|
2566
|
+
</ui_checkbox>
|
|
2567
|
+
</ui_pressable>
|
|
2552
2568
|
mario/2
|
|
2553
|
-
</
|
|
2569
|
+
</ui_view>
|
|
2554
2570
|
</td>
|
|
2555
2571
|
<td
|
|
2556
2572
|
data-testid="onSelect-6-email"
|
|
2557
2573
|
>
|
|
2558
|
-
<
|
|
2574
|
+
<ui_view
|
|
2559
2575
|
class="view forceRow column text"
|
|
2560
2576
|
>
|
|
2561
2577
|
mario.2@mirai.com
|
|
2562
|
-
</
|
|
2578
|
+
</ui_view>
|
|
2563
2579
|
</td>
|
|
2564
2580
|
<td
|
|
2565
2581
|
data-testid="onSelect-6-year"
|
|
2566
2582
|
>
|
|
2567
|
-
<
|
|
2583
|
+
<ui_view
|
|
2568
2584
|
class="view forceRow column number"
|
|
2569
2585
|
>
|
|
2570
2586
|
2022
|
|
2571
|
-
</
|
|
2587
|
+
</ui_view>
|
|
2572
2588
|
</td>
|
|
2573
2589
|
<td
|
|
2574
2590
|
data-testid="onSelect-6-twitter"
|
|
2575
2591
|
>
|
|
2576
|
-
<
|
|
2592
|
+
<ui_view
|
|
2577
2593
|
class="view forceRow column text"
|
|
2578
2594
|
/>
|
|
2579
2595
|
</td>
|
|
2580
2596
|
<td
|
|
2581
2597
|
data-testid="onSelect-6-action"
|
|
2582
2598
|
>
|
|
2583
|
-
<
|
|
2599
|
+
<ui_view
|
|
2584
2600
|
class="view forceRow column text"
|
|
2585
2601
|
/>
|
|
2586
2602
|
</td>
|
|
2587
2603
|
</tr>
|
|
2588
2604
|
</tbody>
|
|
2589
2605
|
</table>
|
|
2590
|
-
</
|
|
2606
|
+
</ui_scrollview>
|
|
2591
2607
|
</DocumentFragment>
|
|
2592
2608
|
`;
|
|
2593
2609
|
|
|
2594
2610
|
exports[`component:<Table> prop:search 1`] = `
|
|
2595
2611
|
<DocumentFragment>
|
|
2596
|
-
<
|
|
2612
|
+
<ui_scrollview
|
|
2597
2613
|
class="scrollview snap vertical notIndicator container"
|
|
2598
2614
|
>
|
|
2599
2615
|
<table
|
|
@@ -2602,14 +2618,14 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
2602
2618
|
<thead>
|
|
2603
2619
|
<tr>
|
|
2604
2620
|
<th>
|
|
2605
|
-
<
|
|
2621
|
+
<ui_view
|
|
2606
2622
|
class="view forceRow column"
|
|
2607
2623
|
>
|
|
2608
2624
|
User Name
|
|
2609
|
-
<
|
|
2625
|
+
<ui_view
|
|
2610
2626
|
class="view row icons"
|
|
2611
2627
|
>
|
|
2612
|
-
<
|
|
2628
|
+
<ui_icon
|
|
2613
2629
|
class="icon headline-3 icon disabled"
|
|
2614
2630
|
>
|
|
2615
2631
|
<svg
|
|
@@ -2629,19 +2645,19 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
2629
2645
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2630
2646
|
/>
|
|
2631
2647
|
</svg>
|
|
2632
|
-
</
|
|
2633
|
-
</
|
|
2634
|
-
</
|
|
2648
|
+
</ui_icon>
|
|
2649
|
+
</ui_view>
|
|
2650
|
+
</ui_view>
|
|
2635
2651
|
</th>
|
|
2636
2652
|
<th>
|
|
2637
|
-
<
|
|
2653
|
+
<ui_view
|
|
2638
2654
|
class="view forceRow column"
|
|
2639
2655
|
>
|
|
2640
2656
|
Email
|
|
2641
|
-
<
|
|
2657
|
+
<ui_view
|
|
2642
2658
|
class="view row icons"
|
|
2643
2659
|
>
|
|
2644
|
-
<
|
|
2660
|
+
<ui_icon
|
|
2645
2661
|
class="icon headline-3 icon disabled"
|
|
2646
2662
|
>
|
|
2647
2663
|
<svg
|
|
@@ -2661,19 +2677,19 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
2661
2677
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2662
2678
|
/>
|
|
2663
2679
|
</svg>
|
|
2664
|
-
</
|
|
2665
|
-
</
|
|
2666
|
-
</
|
|
2680
|
+
</ui_icon>
|
|
2681
|
+
</ui_view>
|
|
2682
|
+
</ui_view>
|
|
2667
2683
|
</th>
|
|
2668
2684
|
<th>
|
|
2669
|
-
<
|
|
2685
|
+
<ui_view
|
|
2670
2686
|
class="view forceRow column"
|
|
2671
2687
|
>
|
|
2672
2688
|
Year
|
|
2673
|
-
<
|
|
2689
|
+
<ui_view
|
|
2674
2690
|
class="view row icons"
|
|
2675
2691
|
>
|
|
2676
|
-
<
|
|
2692
|
+
<ui_icon
|
|
2677
2693
|
class="icon headline-3 icon disabled"
|
|
2678
2694
|
>
|
|
2679
2695
|
<svg
|
|
@@ -2693,25 +2709,25 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
2693
2709
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2694
2710
|
/>
|
|
2695
2711
|
</svg>
|
|
2696
|
-
</
|
|
2697
|
-
</
|
|
2698
|
-
</
|
|
2712
|
+
</ui_icon>
|
|
2713
|
+
</ui_view>
|
|
2714
|
+
</ui_view>
|
|
2699
2715
|
</th>
|
|
2700
2716
|
<th>
|
|
2701
|
-
<
|
|
2717
|
+
<ui_view
|
|
2702
2718
|
class="view forceRow column"
|
|
2703
2719
|
>
|
|
2704
|
-
<
|
|
2705
|
-
<
|
|
2720
|
+
<ui_layer>
|
|
2721
|
+
<ui_primitive
|
|
2706
2722
|
class="dispatcher tooltip"
|
|
2707
2723
|
>
|
|
2708
2724
|
Twitter
|
|
2709
|
-
</
|
|
2710
|
-
</
|
|
2711
|
-
<
|
|
2725
|
+
</ui_primitive>
|
|
2726
|
+
</ui_layer>
|
|
2727
|
+
<ui_view
|
|
2712
2728
|
class="view row icons"
|
|
2713
2729
|
>
|
|
2714
|
-
<
|
|
2730
|
+
<ui_icon
|
|
2715
2731
|
class="icon headline-3 icon disabled"
|
|
2716
2732
|
>
|
|
2717
2733
|
<svg
|
|
@@ -2731,19 +2747,19 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
2731
2747
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2732
2748
|
/>
|
|
2733
2749
|
</svg>
|
|
2734
|
-
</
|
|
2735
|
-
</
|
|
2736
|
-
</
|
|
2750
|
+
</ui_icon>
|
|
2751
|
+
</ui_view>
|
|
2752
|
+
</ui_view>
|
|
2737
2753
|
</th>
|
|
2738
2754
|
<th>
|
|
2739
|
-
<
|
|
2755
|
+
<ui_view
|
|
2740
2756
|
class="view forceRow column"
|
|
2741
2757
|
>
|
|
2742
2758
|
Action
|
|
2743
|
-
<
|
|
2759
|
+
<ui_view
|
|
2744
2760
|
class="view row icons"
|
|
2745
2761
|
>
|
|
2746
|
-
<
|
|
2762
|
+
<ui_icon
|
|
2747
2763
|
class="icon headline-3 icon disabled"
|
|
2748
2764
|
>
|
|
2749
2765
|
<svg
|
|
@@ -2763,57 +2779,57 @@ exports[`component:<Table> prop:search 1`] = `
|
|
|
2763
2779
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2764
2780
|
/>
|
|
2765
2781
|
</svg>
|
|
2766
|
-
</
|
|
2767
|
-
</
|
|
2768
|
-
</
|
|
2782
|
+
</ui_icon>
|
|
2783
|
+
</ui_view>
|
|
2784
|
+
</ui_view>
|
|
2769
2785
|
</th>
|
|
2770
2786
|
</tr>
|
|
2771
2787
|
</thead>
|
|
2772
2788
|
<tbody>
|
|
2773
2789
|
<tr>
|
|
2774
2790
|
<td>
|
|
2775
|
-
<
|
|
2791
|
+
<ui_view
|
|
2776
2792
|
class="view forceRow column text"
|
|
2777
2793
|
>
|
|
2778
2794
|
javi
|
|
2779
|
-
</
|
|
2795
|
+
</ui_view>
|
|
2780
2796
|
</td>
|
|
2781
2797
|
<td>
|
|
2782
|
-
<
|
|
2798
|
+
<ui_view
|
|
2783
2799
|
class="view forceRow column text"
|
|
2784
2800
|
>
|
|
2785
2801
|
hi@soyjavi.com
|
|
2786
|
-
</
|
|
2802
|
+
</ui_view>
|
|
2787
2803
|
</td>
|
|
2788
2804
|
<td>
|
|
2789
|
-
<
|
|
2805
|
+
<ui_view
|
|
2790
2806
|
class="view forceRow column number"
|
|
2791
2807
|
>
|
|
2792
2808
|
2022
|
|
2793
|
-
</
|
|
2809
|
+
</ui_view>
|
|
2794
2810
|
</td>
|
|
2795
2811
|
<td>
|
|
2796
|
-
<
|
|
2812
|
+
<ui_view
|
|
2797
2813
|
class="view forceRow column text"
|
|
2798
2814
|
>
|
|
2799
2815
|
soyjavi
|
|
2800
|
-
</
|
|
2816
|
+
</ui_view>
|
|
2801
2817
|
</td>
|
|
2802
2818
|
<td>
|
|
2803
|
-
<
|
|
2819
|
+
<ui_view
|
|
2804
2820
|
class="view forceRow column text"
|
|
2805
2821
|
/>
|
|
2806
2822
|
</td>
|
|
2807
2823
|
</tr>
|
|
2808
2824
|
</tbody>
|
|
2809
2825
|
</table>
|
|
2810
|
-
</
|
|
2826
|
+
</ui_scrollview>
|
|
2811
2827
|
</DocumentFragment>
|
|
2812
2828
|
`;
|
|
2813
2829
|
|
|
2814
2830
|
exports[`component:<Table> prop:selected 1`] = `
|
|
2815
2831
|
<DocumentFragment>
|
|
2816
|
-
<
|
|
2832
|
+
<ui_scrollview
|
|
2817
2833
|
class="scrollview snap vertical notIndicator container"
|
|
2818
2834
|
>
|
|
2819
2835
|
<table
|
|
@@ -2822,14 +2838,14 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
2822
2838
|
<thead>
|
|
2823
2839
|
<tr>
|
|
2824
2840
|
<th>
|
|
2825
|
-
<
|
|
2841
|
+
<ui_view
|
|
2826
2842
|
class="view forceRow column"
|
|
2827
2843
|
>
|
|
2828
2844
|
User Name
|
|
2829
|
-
<
|
|
2845
|
+
<ui_view
|
|
2830
2846
|
class="view row icons"
|
|
2831
2847
|
>
|
|
2832
|
-
<
|
|
2848
|
+
<ui_icon
|
|
2833
2849
|
class="icon headline-3 icon disabled"
|
|
2834
2850
|
>
|
|
2835
2851
|
<svg
|
|
@@ -2849,19 +2865,19 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
2849
2865
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2850
2866
|
/>
|
|
2851
2867
|
</svg>
|
|
2852
|
-
</
|
|
2853
|
-
</
|
|
2854
|
-
</
|
|
2868
|
+
</ui_icon>
|
|
2869
|
+
</ui_view>
|
|
2870
|
+
</ui_view>
|
|
2855
2871
|
</th>
|
|
2856
2872
|
<th>
|
|
2857
|
-
<
|
|
2873
|
+
<ui_view
|
|
2858
2874
|
class="view forceRow column"
|
|
2859
2875
|
>
|
|
2860
2876
|
Email
|
|
2861
|
-
<
|
|
2877
|
+
<ui_view
|
|
2862
2878
|
class="view row icons"
|
|
2863
2879
|
>
|
|
2864
|
-
<
|
|
2880
|
+
<ui_icon
|
|
2865
2881
|
class="icon headline-3 icon disabled"
|
|
2866
2882
|
>
|
|
2867
2883
|
<svg
|
|
@@ -2881,19 +2897,19 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
2881
2897
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2882
2898
|
/>
|
|
2883
2899
|
</svg>
|
|
2884
|
-
</
|
|
2885
|
-
</
|
|
2886
|
-
</
|
|
2900
|
+
</ui_icon>
|
|
2901
|
+
</ui_view>
|
|
2902
|
+
</ui_view>
|
|
2887
2903
|
</th>
|
|
2888
2904
|
<th>
|
|
2889
|
-
<
|
|
2905
|
+
<ui_view
|
|
2890
2906
|
class="view forceRow column"
|
|
2891
2907
|
>
|
|
2892
2908
|
Year
|
|
2893
|
-
<
|
|
2909
|
+
<ui_view
|
|
2894
2910
|
class="view row icons"
|
|
2895
2911
|
>
|
|
2896
|
-
<
|
|
2912
|
+
<ui_icon
|
|
2897
2913
|
class="icon headline-3 icon disabled"
|
|
2898
2914
|
>
|
|
2899
2915
|
<svg
|
|
@@ -2913,25 +2929,25 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
2913
2929
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2914
2930
|
/>
|
|
2915
2931
|
</svg>
|
|
2916
|
-
</
|
|
2917
|
-
</
|
|
2918
|
-
</
|
|
2932
|
+
</ui_icon>
|
|
2933
|
+
</ui_view>
|
|
2934
|
+
</ui_view>
|
|
2919
2935
|
</th>
|
|
2920
2936
|
<th>
|
|
2921
|
-
<
|
|
2937
|
+
<ui_view
|
|
2922
2938
|
class="view forceRow column"
|
|
2923
2939
|
>
|
|
2924
|
-
<
|
|
2925
|
-
<
|
|
2940
|
+
<ui_layer>
|
|
2941
|
+
<ui_primitive
|
|
2926
2942
|
class="dispatcher tooltip"
|
|
2927
2943
|
>
|
|
2928
2944
|
Twitter
|
|
2929
|
-
</
|
|
2930
|
-
</
|
|
2931
|
-
<
|
|
2945
|
+
</ui_primitive>
|
|
2946
|
+
</ui_layer>
|
|
2947
|
+
<ui_view
|
|
2932
2948
|
class="view row icons"
|
|
2933
2949
|
>
|
|
2934
|
-
<
|
|
2950
|
+
<ui_icon
|
|
2935
2951
|
class="icon headline-3 icon disabled"
|
|
2936
2952
|
>
|
|
2937
2953
|
<svg
|
|
@@ -2951,19 +2967,19 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
2951
2967
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2952
2968
|
/>
|
|
2953
2969
|
</svg>
|
|
2954
|
-
</
|
|
2955
|
-
</
|
|
2956
|
-
</
|
|
2970
|
+
</ui_icon>
|
|
2971
|
+
</ui_view>
|
|
2972
|
+
</ui_view>
|
|
2957
2973
|
</th>
|
|
2958
2974
|
<th>
|
|
2959
|
-
<
|
|
2975
|
+
<ui_view
|
|
2960
2976
|
class="view forceRow column"
|
|
2961
2977
|
>
|
|
2962
2978
|
Action
|
|
2963
|
-
<
|
|
2979
|
+
<ui_view
|
|
2964
2980
|
class="view row icons"
|
|
2965
2981
|
>
|
|
2966
|
-
<
|
|
2982
|
+
<ui_icon
|
|
2967
2983
|
class="icon headline-3 icon disabled"
|
|
2968
2984
|
>
|
|
2969
2985
|
<svg
|
|
@@ -2983,288 +2999,289 @@ exports[`component:<Table> prop:selected 1`] = `
|
|
|
2983
2999
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
2984
3000
|
/>
|
|
2985
3001
|
</svg>
|
|
2986
|
-
</
|
|
2987
|
-
</
|
|
2988
|
-
</
|
|
3002
|
+
</ui_icon>
|
|
3003
|
+
</ui_view>
|
|
3004
|
+
</ui_view>
|
|
2989
3005
|
</th>
|
|
2990
3006
|
</tr>
|
|
2991
3007
|
</thead>
|
|
2992
3008
|
<tbody>
|
|
2993
3009
|
<tr>
|
|
2994
3010
|
<td>
|
|
2995
|
-
<
|
|
3011
|
+
<ui_view
|
|
2996
3012
|
class="view forceRow column text"
|
|
2997
3013
|
>
|
|
2998
3014
|
jose
|
|
2999
|
-
</
|
|
3015
|
+
</ui_view>
|
|
3000
3016
|
</td>
|
|
3001
3017
|
<td>
|
|
3002
|
-
<
|
|
3018
|
+
<ui_view
|
|
3003
3019
|
class="view forceRow column text"
|
|
3004
3020
|
>
|
|
3005
3021
|
jose@mirai.com
|
|
3006
|
-
</
|
|
3022
|
+
</ui_view>
|
|
3007
3023
|
</td>
|
|
3008
3024
|
<td>
|
|
3009
|
-
<
|
|
3025
|
+
<ui_view
|
|
3010
3026
|
class="view forceRow column number"
|
|
3011
3027
|
>
|
|
3012
3028
|
2012
|
|
3013
|
-
</
|
|
3029
|
+
</ui_view>
|
|
3014
3030
|
</td>
|
|
3015
3031
|
<td>
|
|
3016
|
-
<
|
|
3032
|
+
<ui_view
|
|
3017
3033
|
class="view forceRow column text"
|
|
3018
3034
|
/>
|
|
3019
3035
|
</td>
|
|
3020
3036
|
<td>
|
|
3021
|
-
<
|
|
3037
|
+
<ui_view
|
|
3022
3038
|
class="view forceRow column text"
|
|
3023
3039
|
/>
|
|
3024
3040
|
</td>
|
|
3025
3041
|
</tr>
|
|
3026
3042
|
<tr>
|
|
3027
3043
|
<td>
|
|
3028
|
-
<
|
|
3044
|
+
<ui_view
|
|
3029
3045
|
class="view forceRow column text"
|
|
3030
3046
|
>
|
|
3031
3047
|
mario/1
|
|
3032
|
-
</
|
|
3048
|
+
</ui_view>
|
|
3033
3049
|
</td>
|
|
3034
3050
|
<td>
|
|
3035
|
-
<
|
|
3051
|
+
<ui_view
|
|
3036
3052
|
class="view forceRow column text"
|
|
3037
3053
|
>
|
|
3038
3054
|
mario.1@mirai.com
|
|
3039
|
-
</
|
|
3055
|
+
</ui_view>
|
|
3040
3056
|
</td>
|
|
3041
3057
|
<td>
|
|
3042
|
-
<
|
|
3058
|
+
<ui_view
|
|
3043
3059
|
class="view forceRow column number"
|
|
3044
3060
|
>
|
|
3045
3061
|
2005
|
|
3046
|
-
</
|
|
3062
|
+
</ui_view>
|
|
3047
3063
|
</td>
|
|
3048
3064
|
<td>
|
|
3049
|
-
<
|
|
3065
|
+
<ui_view
|
|
3050
3066
|
class="view forceRow column text"
|
|
3051
3067
|
/>
|
|
3052
3068
|
</td>
|
|
3053
3069
|
<td>
|
|
3054
|
-
<
|
|
3070
|
+
<ui_view
|
|
3055
3071
|
class="view forceRow column text"
|
|
3056
3072
|
/>
|
|
3057
3073
|
</td>
|
|
3058
3074
|
</tr>
|
|
3059
3075
|
<tr>
|
|
3060
3076
|
<td>
|
|
3061
|
-
<
|
|
3077
|
+
<ui_view
|
|
3062
3078
|
class="view forceRow column text"
|
|
3063
3079
|
>
|
|
3064
3080
|
carlos
|
|
3065
|
-
</
|
|
3081
|
+
</ui_view>
|
|
3066
3082
|
</td>
|
|
3067
3083
|
<td>
|
|
3068
|
-
<
|
|
3084
|
+
<ui_view
|
|
3069
3085
|
class="view forceRow column text"
|
|
3070
3086
|
>
|
|
3071
3087
|
carlos@mirai.com
|
|
3072
|
-
</
|
|
3088
|
+
</ui_view>
|
|
3073
3089
|
</td>
|
|
3074
3090
|
<td>
|
|
3075
|
-
<
|
|
3091
|
+
<ui_view
|
|
3076
3092
|
class="view forceRow column number"
|
|
3077
3093
|
>
|
|
3078
3094
|
2012
|
|
3079
|
-
</
|
|
3095
|
+
</ui_view>
|
|
3080
3096
|
</td>
|
|
3081
3097
|
<td>
|
|
3082
|
-
<
|
|
3098
|
+
<ui_view
|
|
3083
3099
|
class="view forceRow column text"
|
|
3084
3100
|
/>
|
|
3085
3101
|
</td>
|
|
3086
3102
|
<td>
|
|
3087
|
-
<
|
|
3103
|
+
<ui_view
|
|
3088
3104
|
class="view forceRow column text"
|
|
3089
3105
|
/>
|
|
3090
3106
|
</td>
|
|
3091
3107
|
</tr>
|
|
3092
3108
|
<tr>
|
|
3093
3109
|
<td>
|
|
3094
|
-
<
|
|
3110
|
+
<ui_view
|
|
3095
3111
|
class="view forceRow column text"
|
|
3096
3112
|
>
|
|
3097
3113
|
svet
|
|
3098
|
-
</
|
|
3114
|
+
</ui_view>
|
|
3099
3115
|
</td>
|
|
3100
3116
|
<td>
|
|
3101
|
-
<
|
|
3117
|
+
<ui_view
|
|
3102
3118
|
class="view forceRow column text"
|
|
3103
3119
|
>
|
|
3104
3120
|
svet@mirai.com
|
|
3105
|
-
</
|
|
3121
|
+
</ui_view>
|
|
3106
3122
|
</td>
|
|
3107
3123
|
<td>
|
|
3108
|
-
<
|
|
3124
|
+
<ui_view
|
|
3109
3125
|
class="view forceRow column number"
|
|
3110
3126
|
>
|
|
3111
3127
|
2021
|
|
3112
|
-
</
|
|
3128
|
+
</ui_view>
|
|
3113
3129
|
</td>
|
|
3114
3130
|
<td>
|
|
3115
|
-
<
|
|
3131
|
+
<ui_view
|
|
3116
3132
|
class="view forceRow column text"
|
|
3117
3133
|
/>
|
|
3118
3134
|
</td>
|
|
3119
3135
|
<td>
|
|
3120
|
-
<
|
|
3136
|
+
<ui_view
|
|
3121
3137
|
class="view forceRow column text"
|
|
3122
3138
|
>
|
|
3123
3139
|
<strong>
|
|
3124
3140
|
action
|
|
3125
3141
|
</strong>
|
|
3126
|
-
</
|
|
3142
|
+
</ui_view>
|
|
3127
3143
|
</td>
|
|
3128
3144
|
</tr>
|
|
3129
3145
|
<tr
|
|
3130
3146
|
class="selected"
|
|
3131
3147
|
>
|
|
3132
3148
|
<td>
|
|
3133
|
-
<
|
|
3149
|
+
<ui_view
|
|
3134
3150
|
class="view forceRow column text"
|
|
3135
3151
|
>
|
|
3136
3152
|
javi
|
|
3137
|
-
</
|
|
3153
|
+
</ui_view>
|
|
3138
3154
|
</td>
|
|
3139
3155
|
<td>
|
|
3140
|
-
<
|
|
3156
|
+
<ui_view
|
|
3141
3157
|
class="view forceRow column text"
|
|
3142
3158
|
>
|
|
3143
3159
|
hi@soyjavi.com
|
|
3144
|
-
</
|
|
3160
|
+
</ui_view>
|
|
3145
3161
|
</td>
|
|
3146
3162
|
<td>
|
|
3147
|
-
<
|
|
3163
|
+
<ui_view
|
|
3148
3164
|
class="view forceRow column number"
|
|
3149
3165
|
>
|
|
3150
3166
|
2022
|
|
3151
|
-
</
|
|
3167
|
+
</ui_view>
|
|
3152
3168
|
</td>
|
|
3153
3169
|
<td>
|
|
3154
|
-
<
|
|
3170
|
+
<ui_view
|
|
3155
3171
|
class="view forceRow column text"
|
|
3156
3172
|
>
|
|
3157
3173
|
soyjavi
|
|
3158
|
-
</
|
|
3174
|
+
</ui_view>
|
|
3159
3175
|
</td>
|
|
3160
3176
|
<td>
|
|
3161
|
-
<
|
|
3177
|
+
<ui_view
|
|
3162
3178
|
class="view forceRow column text"
|
|
3163
3179
|
/>
|
|
3164
3180
|
</td>
|
|
3165
3181
|
</tr>
|
|
3166
3182
|
<tr>
|
|
3167
3183
|
<td>
|
|
3168
|
-
<
|
|
3184
|
+
<ui_view
|
|
3169
3185
|
class="view forceRow column text"
|
|
3170
3186
|
>
|
|
3171
3187
|
victor
|
|
3172
|
-
</
|
|
3188
|
+
</ui_view>
|
|
3173
3189
|
</td>
|
|
3174
3190
|
<td>
|
|
3175
|
-
<
|
|
3191
|
+
<ui_view
|
|
3176
3192
|
class="view forceRow column text"
|
|
3177
3193
|
>
|
|
3178
3194
|
victor@mirai.com
|
|
3179
|
-
</
|
|
3195
|
+
</ui_view>
|
|
3180
3196
|
</td>
|
|
3181
3197
|
<td>
|
|
3182
|
-
<
|
|
3198
|
+
<ui_view
|
|
3183
3199
|
class="view forceRow column number"
|
|
3184
3200
|
>
|
|
3185
3201
|
2021
|
|
3186
|
-
</
|
|
3202
|
+
</ui_view>
|
|
3187
3203
|
</td>
|
|
3188
3204
|
<td>
|
|
3189
|
-
<
|
|
3205
|
+
<ui_view
|
|
3190
3206
|
class="view forceRow column text"
|
|
3191
3207
|
/>
|
|
3192
3208
|
</td>
|
|
3193
3209
|
<td>
|
|
3194
|
-
<
|
|
3210
|
+
<ui_view
|
|
3195
3211
|
class="view forceRow column text"
|
|
3196
3212
|
/>
|
|
3197
3213
|
</td>
|
|
3198
3214
|
</tr>
|
|
3199
3215
|
<tr>
|
|
3200
3216
|
<td>
|
|
3201
|
-
<
|
|
3217
|
+
<ui_view
|
|
3202
3218
|
class="view forceRow column text"
|
|
3203
3219
|
>
|
|
3204
3220
|
mario/2
|
|
3205
|
-
</
|
|
3221
|
+
</ui_view>
|
|
3206
3222
|
</td>
|
|
3207
3223
|
<td>
|
|
3208
|
-
<
|
|
3224
|
+
<ui_view
|
|
3209
3225
|
class="view forceRow column text"
|
|
3210
3226
|
>
|
|
3211
3227
|
mario.2@mirai.com
|
|
3212
|
-
</
|
|
3228
|
+
</ui_view>
|
|
3213
3229
|
</td>
|
|
3214
3230
|
<td>
|
|
3215
|
-
<
|
|
3231
|
+
<ui_view
|
|
3216
3232
|
class="view forceRow column number"
|
|
3217
3233
|
>
|
|
3218
3234
|
2022
|
|
3219
|
-
</
|
|
3235
|
+
</ui_view>
|
|
3220
3236
|
</td>
|
|
3221
3237
|
<td>
|
|
3222
|
-
<
|
|
3238
|
+
<ui_view
|
|
3223
3239
|
class="view forceRow column text"
|
|
3224
3240
|
/>
|
|
3225
3241
|
</td>
|
|
3226
3242
|
<td>
|
|
3227
|
-
<
|
|
3243
|
+
<ui_view
|
|
3228
3244
|
class="view forceRow column text"
|
|
3229
3245
|
/>
|
|
3230
3246
|
</td>
|
|
3231
3247
|
</tr>
|
|
3232
3248
|
</tbody>
|
|
3233
3249
|
</table>
|
|
3234
|
-
</
|
|
3250
|
+
</ui_scrollview>
|
|
3235
3251
|
</DocumentFragment>
|
|
3236
3252
|
`;
|
|
3237
3253
|
|
|
3238
3254
|
exports[`component:<Table> prop:store 1`] = `
|
|
3239
3255
|
<DocumentFragment>
|
|
3240
|
-
<
|
|
3256
|
+
<ui_scrollview
|
|
3241
3257
|
class="scrollview snap vertical notIndicator container"
|
|
3242
3258
|
>
|
|
3243
|
-
<
|
|
3259
|
+
<ui_view
|
|
3244
3260
|
class="view row wide filters"
|
|
3245
3261
|
>
|
|
3246
|
-
<
|
|
3262
|
+
<ui_view
|
|
3247
3263
|
class="view row item"
|
|
3248
3264
|
>
|
|
3249
|
-
<
|
|
3265
|
+
<ui_text
|
|
3250
3266
|
class="text tiny lighten"
|
|
3251
3267
|
>
|
|
3252
3268
|
year
|
|
3253
|
-
</
|
|
3254
|
-
<
|
|
3269
|
+
</ui_text>
|
|
3270
|
+
<ui_text
|
|
3255
3271
|
class="text bold small"
|
|
3256
3272
|
>
|
|
3257
3273
|
2020
|
|
3258
|
-
</
|
|
3259
|
-
<
|
|
3274
|
+
</ui_text>
|
|
3275
|
+
<ui_text
|
|
3260
3276
|
class="text bold small"
|
|
3261
3277
|
>
|
|
3262
3278
|
- 2020
|
|
3263
|
-
</
|
|
3264
|
-
<
|
|
3279
|
+
</ui_text>
|
|
3280
|
+
<ui_pressable
|
|
3265
3281
|
class="pressable buttonRemove"
|
|
3282
|
+
tabindex="0"
|
|
3266
3283
|
>
|
|
3267
|
-
<
|
|
3284
|
+
<ui_icon
|
|
3268
3285
|
class="icon action"
|
|
3269
3286
|
>
|
|
3270
3287
|
<svg
|
|
@@ -3284,24 +3301,24 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3284
3301
|
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12 19 6.41z"
|
|
3285
3302
|
/>
|
|
3286
3303
|
</svg>
|
|
3287
|
-
</
|
|
3288
|
-
</
|
|
3289
|
-
</
|
|
3290
|
-
</
|
|
3304
|
+
</ui_icon>
|
|
3305
|
+
</ui_pressable>
|
|
3306
|
+
</ui_view>
|
|
3307
|
+
</ui_view>
|
|
3291
3308
|
<table
|
|
3292
3309
|
class="table"
|
|
3293
3310
|
>
|
|
3294
3311
|
<thead>
|
|
3295
3312
|
<tr>
|
|
3296
3313
|
<th>
|
|
3297
|
-
<
|
|
3314
|
+
<ui_view
|
|
3298
3315
|
class="view forceRow column"
|
|
3299
3316
|
>
|
|
3300
3317
|
User Name
|
|
3301
|
-
<
|
|
3318
|
+
<ui_view
|
|
3302
3319
|
class="view row icons"
|
|
3303
3320
|
>
|
|
3304
|
-
<
|
|
3321
|
+
<ui_icon
|
|
3305
3322
|
class="icon headline-3 icon disabled"
|
|
3306
3323
|
>
|
|
3307
3324
|
<svg
|
|
@@ -3321,13 +3338,14 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3321
3338
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3322
3339
|
/>
|
|
3323
3340
|
</svg>
|
|
3324
|
-
</
|
|
3325
|
-
<
|
|
3326
|
-
<
|
|
3341
|
+
</ui_icon>
|
|
3342
|
+
<ui_layer>
|
|
3343
|
+
<ui_pressable
|
|
3327
3344
|
class="pressable"
|
|
3328
3345
|
style="position: relative;"
|
|
3346
|
+
tabindex="0"
|
|
3329
3347
|
>
|
|
3330
|
-
<
|
|
3348
|
+
<ui_icon
|
|
3331
3349
|
class="icon headline-3 icon disabled"
|
|
3332
3350
|
>
|
|
3333
3351
|
<svg
|
|
@@ -3347,21 +3365,21 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3347
3365
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
3348
3366
|
/>
|
|
3349
3367
|
</svg>
|
|
3350
|
-
</
|
|
3351
|
-
</
|
|
3352
|
-
</
|
|
3353
|
-
</
|
|
3354
|
-
</
|
|
3368
|
+
</ui_icon>
|
|
3369
|
+
</ui_pressable>
|
|
3370
|
+
</ui_layer>
|
|
3371
|
+
</ui_view>
|
|
3372
|
+
</ui_view>
|
|
3355
3373
|
</th>
|
|
3356
3374
|
<th>
|
|
3357
|
-
<
|
|
3375
|
+
<ui_view
|
|
3358
3376
|
class="view forceRow column"
|
|
3359
3377
|
>
|
|
3360
3378
|
Email
|
|
3361
|
-
<
|
|
3379
|
+
<ui_view
|
|
3362
3380
|
class="view row icons"
|
|
3363
3381
|
>
|
|
3364
|
-
<
|
|
3382
|
+
<ui_icon
|
|
3365
3383
|
class="icon headline-3 icon disabled"
|
|
3366
3384
|
>
|
|
3367
3385
|
<svg
|
|
@@ -3381,13 +3399,14 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3381
3399
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3382
3400
|
/>
|
|
3383
3401
|
</svg>
|
|
3384
|
-
</
|
|
3385
|
-
<
|
|
3386
|
-
<
|
|
3402
|
+
</ui_icon>
|
|
3403
|
+
<ui_layer>
|
|
3404
|
+
<ui_pressable
|
|
3387
3405
|
class="pressable"
|
|
3388
3406
|
style="position: relative;"
|
|
3407
|
+
tabindex="0"
|
|
3389
3408
|
>
|
|
3390
|
-
<
|
|
3409
|
+
<ui_icon
|
|
3391
3410
|
class="icon headline-3 icon disabled"
|
|
3392
3411
|
>
|
|
3393
3412
|
<svg
|
|
@@ -3407,21 +3426,21 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3407
3426
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
3408
3427
|
/>
|
|
3409
3428
|
</svg>
|
|
3410
|
-
</
|
|
3411
|
-
</
|
|
3412
|
-
</
|
|
3413
|
-
</
|
|
3414
|
-
</
|
|
3429
|
+
</ui_icon>
|
|
3430
|
+
</ui_pressable>
|
|
3431
|
+
</ui_layer>
|
|
3432
|
+
</ui_view>
|
|
3433
|
+
</ui_view>
|
|
3415
3434
|
</th>
|
|
3416
3435
|
<th>
|
|
3417
|
-
<
|
|
3436
|
+
<ui_view
|
|
3418
3437
|
class="view forceRow column"
|
|
3419
3438
|
>
|
|
3420
3439
|
Year
|
|
3421
|
-
<
|
|
3440
|
+
<ui_view
|
|
3422
3441
|
class="view row icons"
|
|
3423
3442
|
>
|
|
3424
|
-
<
|
|
3443
|
+
<ui_icon
|
|
3425
3444
|
class="icon headline-3 icon disabled"
|
|
3426
3445
|
>
|
|
3427
3446
|
<svg
|
|
@@ -3441,13 +3460,14 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3441
3460
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3442
3461
|
/>
|
|
3443
3462
|
</svg>
|
|
3444
|
-
</
|
|
3445
|
-
<
|
|
3446
|
-
<
|
|
3463
|
+
</ui_icon>
|
|
3464
|
+
<ui_layer>
|
|
3465
|
+
<ui_pressable
|
|
3447
3466
|
class="pressable"
|
|
3448
3467
|
style="position: relative;"
|
|
3468
|
+
tabindex="0"
|
|
3449
3469
|
>
|
|
3450
|
-
<
|
|
3470
|
+
<ui_icon
|
|
3451
3471
|
class="icon headline-3 icon disabled"
|
|
3452
3472
|
>
|
|
3453
3473
|
<svg
|
|
@@ -3467,27 +3487,27 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3467
3487
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
3468
3488
|
/>
|
|
3469
3489
|
</svg>
|
|
3470
|
-
</
|
|
3471
|
-
</
|
|
3472
|
-
</
|
|
3473
|
-
</
|
|
3474
|
-
</
|
|
3490
|
+
</ui_icon>
|
|
3491
|
+
</ui_pressable>
|
|
3492
|
+
</ui_layer>
|
|
3493
|
+
</ui_view>
|
|
3494
|
+
</ui_view>
|
|
3475
3495
|
</th>
|
|
3476
3496
|
<th>
|
|
3477
|
-
<
|
|
3497
|
+
<ui_view
|
|
3478
3498
|
class="view forceRow column"
|
|
3479
3499
|
>
|
|
3480
|
-
<
|
|
3481
|
-
<
|
|
3500
|
+
<ui_layer>
|
|
3501
|
+
<ui_primitive
|
|
3482
3502
|
class="dispatcher tooltip"
|
|
3483
3503
|
>
|
|
3484
3504
|
Twitter
|
|
3485
|
-
</
|
|
3486
|
-
</
|
|
3487
|
-
<
|
|
3505
|
+
</ui_primitive>
|
|
3506
|
+
</ui_layer>
|
|
3507
|
+
<ui_view
|
|
3488
3508
|
class="view row icons"
|
|
3489
3509
|
>
|
|
3490
|
-
<
|
|
3510
|
+
<ui_icon
|
|
3491
3511
|
class="icon headline-3 icon disabled"
|
|
3492
3512
|
>
|
|
3493
3513
|
<svg
|
|
@@ -3507,13 +3527,14 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3507
3527
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3508
3528
|
/>
|
|
3509
3529
|
</svg>
|
|
3510
|
-
</
|
|
3511
|
-
<
|
|
3512
|
-
<
|
|
3530
|
+
</ui_icon>
|
|
3531
|
+
<ui_layer>
|
|
3532
|
+
<ui_pressable
|
|
3513
3533
|
class="pressable"
|
|
3514
3534
|
style="position: relative;"
|
|
3535
|
+
tabindex="0"
|
|
3515
3536
|
>
|
|
3516
|
-
<
|
|
3537
|
+
<ui_icon
|
|
3517
3538
|
class="icon headline-3 icon disabled"
|
|
3518
3539
|
>
|
|
3519
3540
|
<svg
|
|
@@ -3533,21 +3554,21 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3533
3554
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
3534
3555
|
/>
|
|
3535
3556
|
</svg>
|
|
3536
|
-
</
|
|
3537
|
-
</
|
|
3538
|
-
</
|
|
3539
|
-
</
|
|
3540
|
-
</
|
|
3557
|
+
</ui_icon>
|
|
3558
|
+
</ui_pressable>
|
|
3559
|
+
</ui_layer>
|
|
3560
|
+
</ui_view>
|
|
3561
|
+
</ui_view>
|
|
3541
3562
|
</th>
|
|
3542
3563
|
<th>
|
|
3543
|
-
<
|
|
3564
|
+
<ui_view
|
|
3544
3565
|
class="view forceRow column"
|
|
3545
3566
|
>
|
|
3546
3567
|
Action
|
|
3547
|
-
<
|
|
3568
|
+
<ui_view
|
|
3548
3569
|
class="view row icons"
|
|
3549
3570
|
>
|
|
3550
|
-
<
|
|
3571
|
+
<ui_icon
|
|
3551
3572
|
class="icon headline-3 icon disabled"
|
|
3552
3573
|
>
|
|
3553
3574
|
<svg
|
|
@@ -3567,13 +3588,14 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3567
3588
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3568
3589
|
/>
|
|
3569
3590
|
</svg>
|
|
3570
|
-
</
|
|
3571
|
-
<
|
|
3572
|
-
<
|
|
3591
|
+
</ui_icon>
|
|
3592
|
+
<ui_layer>
|
|
3593
|
+
<ui_pressable
|
|
3573
3594
|
class="pressable"
|
|
3574
3595
|
style="position: relative;"
|
|
3596
|
+
tabindex="0"
|
|
3575
3597
|
>
|
|
3576
|
-
<
|
|
3598
|
+
<ui_icon
|
|
3577
3599
|
class="icon headline-3 icon disabled"
|
|
3578
3600
|
>
|
|
3579
3601
|
<svg
|
|
@@ -3593,23 +3615,23 @@ exports[`component:<Table> prop:store 1`] = `
|
|
|
3593
3615
|
d="M10 18h4v-2h-4v2zM3 6v2h18V6H3zm3 7h12v-2H6v2z"
|
|
3594
3616
|
/>
|
|
3595
3617
|
</svg>
|
|
3596
|
-
</
|
|
3597
|
-
</
|
|
3598
|
-
</
|
|
3599
|
-
</
|
|
3600
|
-
</
|
|
3618
|
+
</ui_icon>
|
|
3619
|
+
</ui_pressable>
|
|
3620
|
+
</ui_layer>
|
|
3621
|
+
</ui_view>
|
|
3622
|
+
</ui_view>
|
|
3601
3623
|
</th>
|
|
3602
3624
|
</tr>
|
|
3603
3625
|
</thead>
|
|
3604
3626
|
<tbody />
|
|
3605
3627
|
</table>
|
|
3606
|
-
</
|
|
3628
|
+
</ui_scrollview>
|
|
3607
3629
|
</DocumentFragment>
|
|
3608
3630
|
`;
|
|
3609
3631
|
|
|
3610
3632
|
exports[`component:<Table> renders 1`] = `
|
|
3611
3633
|
<DocumentFragment>
|
|
3612
|
-
<
|
|
3634
|
+
<ui_scrollview
|
|
3613
3635
|
class="scrollview snap vertical notIndicator container"
|
|
3614
3636
|
>
|
|
3615
3637
|
<table
|
|
@@ -3618,14 +3640,14 @@ exports[`component:<Table> renders 1`] = `
|
|
|
3618
3640
|
<thead>
|
|
3619
3641
|
<tr>
|
|
3620
3642
|
<th>
|
|
3621
|
-
<
|
|
3643
|
+
<ui_view
|
|
3622
3644
|
class="view forceRow column"
|
|
3623
3645
|
>
|
|
3624
3646
|
User Name
|
|
3625
|
-
<
|
|
3647
|
+
<ui_view
|
|
3626
3648
|
class="view row icons"
|
|
3627
3649
|
>
|
|
3628
|
-
<
|
|
3650
|
+
<ui_icon
|
|
3629
3651
|
class="icon headline-3 icon disabled"
|
|
3630
3652
|
>
|
|
3631
3653
|
<svg
|
|
@@ -3645,19 +3667,19 @@ exports[`component:<Table> renders 1`] = `
|
|
|
3645
3667
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3646
3668
|
/>
|
|
3647
3669
|
</svg>
|
|
3648
|
-
</
|
|
3649
|
-
</
|
|
3650
|
-
</
|
|
3670
|
+
</ui_icon>
|
|
3671
|
+
</ui_view>
|
|
3672
|
+
</ui_view>
|
|
3651
3673
|
</th>
|
|
3652
3674
|
<th>
|
|
3653
|
-
<
|
|
3675
|
+
<ui_view
|
|
3654
3676
|
class="view forceRow column"
|
|
3655
3677
|
>
|
|
3656
3678
|
Email
|
|
3657
|
-
<
|
|
3679
|
+
<ui_view
|
|
3658
3680
|
class="view row icons"
|
|
3659
3681
|
>
|
|
3660
|
-
<
|
|
3682
|
+
<ui_icon
|
|
3661
3683
|
class="icon headline-3 icon disabled"
|
|
3662
3684
|
>
|
|
3663
3685
|
<svg
|
|
@@ -3677,19 +3699,19 @@ exports[`component:<Table> renders 1`] = `
|
|
|
3677
3699
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3678
3700
|
/>
|
|
3679
3701
|
</svg>
|
|
3680
|
-
</
|
|
3681
|
-
</
|
|
3682
|
-
</
|
|
3702
|
+
</ui_icon>
|
|
3703
|
+
</ui_view>
|
|
3704
|
+
</ui_view>
|
|
3683
3705
|
</th>
|
|
3684
3706
|
<th>
|
|
3685
|
-
<
|
|
3707
|
+
<ui_view
|
|
3686
3708
|
class="view forceRow column"
|
|
3687
3709
|
>
|
|
3688
3710
|
Year
|
|
3689
|
-
<
|
|
3711
|
+
<ui_view
|
|
3690
3712
|
class="view row icons"
|
|
3691
3713
|
>
|
|
3692
|
-
<
|
|
3714
|
+
<ui_icon
|
|
3693
3715
|
class="icon headline-3 icon disabled"
|
|
3694
3716
|
>
|
|
3695
3717
|
<svg
|
|
@@ -3709,25 +3731,25 @@ exports[`component:<Table> renders 1`] = `
|
|
|
3709
3731
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3710
3732
|
/>
|
|
3711
3733
|
</svg>
|
|
3712
|
-
</
|
|
3713
|
-
</
|
|
3714
|
-
</
|
|
3734
|
+
</ui_icon>
|
|
3735
|
+
</ui_view>
|
|
3736
|
+
</ui_view>
|
|
3715
3737
|
</th>
|
|
3716
3738
|
<th>
|
|
3717
|
-
<
|
|
3739
|
+
<ui_view
|
|
3718
3740
|
class="view forceRow column"
|
|
3719
3741
|
>
|
|
3720
|
-
<
|
|
3721
|
-
<
|
|
3742
|
+
<ui_layer>
|
|
3743
|
+
<ui_primitive
|
|
3722
3744
|
class="dispatcher tooltip"
|
|
3723
3745
|
>
|
|
3724
3746
|
Twitter
|
|
3725
|
-
</
|
|
3726
|
-
</
|
|
3727
|
-
<
|
|
3747
|
+
</ui_primitive>
|
|
3748
|
+
</ui_layer>
|
|
3749
|
+
<ui_view
|
|
3728
3750
|
class="view row icons"
|
|
3729
3751
|
>
|
|
3730
|
-
<
|
|
3752
|
+
<ui_icon
|
|
3731
3753
|
class="icon headline-3 icon disabled"
|
|
3732
3754
|
>
|
|
3733
3755
|
<svg
|
|
@@ -3747,19 +3769,19 @@ exports[`component:<Table> renders 1`] = `
|
|
|
3747
3769
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3748
3770
|
/>
|
|
3749
3771
|
</svg>
|
|
3750
|
-
</
|
|
3751
|
-
</
|
|
3752
|
-
</
|
|
3772
|
+
</ui_icon>
|
|
3773
|
+
</ui_view>
|
|
3774
|
+
</ui_view>
|
|
3753
3775
|
</th>
|
|
3754
3776
|
<th>
|
|
3755
|
-
<
|
|
3777
|
+
<ui_view
|
|
3756
3778
|
class="view forceRow column"
|
|
3757
3779
|
>
|
|
3758
3780
|
Action
|
|
3759
|
-
<
|
|
3781
|
+
<ui_view
|
|
3760
3782
|
class="view row icons"
|
|
3761
3783
|
>
|
|
3762
|
-
<
|
|
3784
|
+
<ui_icon
|
|
3763
3785
|
class="icon headline-3 icon disabled"
|
|
3764
3786
|
>
|
|
3765
3787
|
<svg
|
|
@@ -3779,259 +3801,259 @@ exports[`component:<Table> renders 1`] = `
|
|
|
3779
3801
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
3780
3802
|
/>
|
|
3781
3803
|
</svg>
|
|
3782
|
-
</
|
|
3783
|
-
</
|
|
3784
|
-
</
|
|
3804
|
+
</ui_icon>
|
|
3805
|
+
</ui_view>
|
|
3806
|
+
</ui_view>
|
|
3785
3807
|
</th>
|
|
3786
3808
|
</tr>
|
|
3787
3809
|
</thead>
|
|
3788
3810
|
<tbody>
|
|
3789
3811
|
<tr>
|
|
3790
3812
|
<td>
|
|
3791
|
-
<
|
|
3813
|
+
<ui_view
|
|
3792
3814
|
class="view forceRow column text"
|
|
3793
3815
|
>
|
|
3794
3816
|
jose
|
|
3795
|
-
</
|
|
3817
|
+
</ui_view>
|
|
3796
3818
|
</td>
|
|
3797
3819
|
<td>
|
|
3798
|
-
<
|
|
3820
|
+
<ui_view
|
|
3799
3821
|
class="view forceRow column text"
|
|
3800
3822
|
>
|
|
3801
3823
|
jose@mirai.com
|
|
3802
|
-
</
|
|
3824
|
+
</ui_view>
|
|
3803
3825
|
</td>
|
|
3804
3826
|
<td>
|
|
3805
|
-
<
|
|
3827
|
+
<ui_view
|
|
3806
3828
|
class="view forceRow column number"
|
|
3807
3829
|
>
|
|
3808
3830
|
2012
|
|
3809
|
-
</
|
|
3831
|
+
</ui_view>
|
|
3810
3832
|
</td>
|
|
3811
3833
|
<td>
|
|
3812
|
-
<
|
|
3834
|
+
<ui_view
|
|
3813
3835
|
class="view forceRow column text"
|
|
3814
3836
|
/>
|
|
3815
3837
|
</td>
|
|
3816
3838
|
<td>
|
|
3817
|
-
<
|
|
3839
|
+
<ui_view
|
|
3818
3840
|
class="view forceRow column text"
|
|
3819
3841
|
/>
|
|
3820
3842
|
</td>
|
|
3821
3843
|
</tr>
|
|
3822
3844
|
<tr>
|
|
3823
3845
|
<td>
|
|
3824
|
-
<
|
|
3846
|
+
<ui_view
|
|
3825
3847
|
class="view forceRow column text"
|
|
3826
3848
|
>
|
|
3827
3849
|
mario/1
|
|
3828
|
-
</
|
|
3850
|
+
</ui_view>
|
|
3829
3851
|
</td>
|
|
3830
3852
|
<td>
|
|
3831
|
-
<
|
|
3853
|
+
<ui_view
|
|
3832
3854
|
class="view forceRow column text"
|
|
3833
3855
|
>
|
|
3834
3856
|
mario.1@mirai.com
|
|
3835
|
-
</
|
|
3857
|
+
</ui_view>
|
|
3836
3858
|
</td>
|
|
3837
3859
|
<td>
|
|
3838
|
-
<
|
|
3860
|
+
<ui_view
|
|
3839
3861
|
class="view forceRow column number"
|
|
3840
3862
|
>
|
|
3841
3863
|
2005
|
|
3842
|
-
</
|
|
3864
|
+
</ui_view>
|
|
3843
3865
|
</td>
|
|
3844
3866
|
<td>
|
|
3845
|
-
<
|
|
3867
|
+
<ui_view
|
|
3846
3868
|
class="view forceRow column text"
|
|
3847
3869
|
/>
|
|
3848
3870
|
</td>
|
|
3849
3871
|
<td>
|
|
3850
|
-
<
|
|
3872
|
+
<ui_view
|
|
3851
3873
|
class="view forceRow column text"
|
|
3852
3874
|
/>
|
|
3853
3875
|
</td>
|
|
3854
3876
|
</tr>
|
|
3855
3877
|
<tr>
|
|
3856
3878
|
<td>
|
|
3857
|
-
<
|
|
3879
|
+
<ui_view
|
|
3858
3880
|
class="view forceRow column text"
|
|
3859
3881
|
>
|
|
3860
3882
|
carlos
|
|
3861
|
-
</
|
|
3883
|
+
</ui_view>
|
|
3862
3884
|
</td>
|
|
3863
3885
|
<td>
|
|
3864
|
-
<
|
|
3886
|
+
<ui_view
|
|
3865
3887
|
class="view forceRow column text"
|
|
3866
3888
|
>
|
|
3867
3889
|
carlos@mirai.com
|
|
3868
|
-
</
|
|
3890
|
+
</ui_view>
|
|
3869
3891
|
</td>
|
|
3870
3892
|
<td>
|
|
3871
|
-
<
|
|
3893
|
+
<ui_view
|
|
3872
3894
|
class="view forceRow column number"
|
|
3873
3895
|
>
|
|
3874
3896
|
2012
|
|
3875
|
-
</
|
|
3897
|
+
</ui_view>
|
|
3876
3898
|
</td>
|
|
3877
3899
|
<td>
|
|
3878
|
-
<
|
|
3900
|
+
<ui_view
|
|
3879
3901
|
class="view forceRow column text"
|
|
3880
3902
|
/>
|
|
3881
3903
|
</td>
|
|
3882
3904
|
<td>
|
|
3883
|
-
<
|
|
3905
|
+
<ui_view
|
|
3884
3906
|
class="view forceRow column text"
|
|
3885
3907
|
/>
|
|
3886
3908
|
</td>
|
|
3887
3909
|
</tr>
|
|
3888
3910
|
<tr>
|
|
3889
3911
|
<td>
|
|
3890
|
-
<
|
|
3912
|
+
<ui_view
|
|
3891
3913
|
class="view forceRow column text"
|
|
3892
3914
|
>
|
|
3893
3915
|
svet
|
|
3894
|
-
</
|
|
3916
|
+
</ui_view>
|
|
3895
3917
|
</td>
|
|
3896
3918
|
<td>
|
|
3897
|
-
<
|
|
3919
|
+
<ui_view
|
|
3898
3920
|
class="view forceRow column text"
|
|
3899
3921
|
>
|
|
3900
3922
|
svet@mirai.com
|
|
3901
|
-
</
|
|
3923
|
+
</ui_view>
|
|
3902
3924
|
</td>
|
|
3903
3925
|
<td>
|
|
3904
|
-
<
|
|
3926
|
+
<ui_view
|
|
3905
3927
|
class="view forceRow column number"
|
|
3906
3928
|
>
|
|
3907
3929
|
2021
|
|
3908
|
-
</
|
|
3930
|
+
</ui_view>
|
|
3909
3931
|
</td>
|
|
3910
3932
|
<td>
|
|
3911
|
-
<
|
|
3933
|
+
<ui_view
|
|
3912
3934
|
class="view forceRow column text"
|
|
3913
3935
|
/>
|
|
3914
3936
|
</td>
|
|
3915
3937
|
<td>
|
|
3916
|
-
<
|
|
3938
|
+
<ui_view
|
|
3917
3939
|
class="view forceRow column text"
|
|
3918
3940
|
>
|
|
3919
3941
|
<strong>
|
|
3920
3942
|
action
|
|
3921
3943
|
</strong>
|
|
3922
|
-
</
|
|
3944
|
+
</ui_view>
|
|
3923
3945
|
</td>
|
|
3924
3946
|
</tr>
|
|
3925
3947
|
<tr>
|
|
3926
3948
|
<td>
|
|
3927
|
-
<
|
|
3949
|
+
<ui_view
|
|
3928
3950
|
class="view forceRow column text"
|
|
3929
3951
|
>
|
|
3930
3952
|
javi
|
|
3931
|
-
</
|
|
3953
|
+
</ui_view>
|
|
3932
3954
|
</td>
|
|
3933
3955
|
<td>
|
|
3934
|
-
<
|
|
3956
|
+
<ui_view
|
|
3935
3957
|
class="view forceRow column text"
|
|
3936
3958
|
>
|
|
3937
3959
|
hi@soyjavi.com
|
|
3938
|
-
</
|
|
3960
|
+
</ui_view>
|
|
3939
3961
|
</td>
|
|
3940
3962
|
<td>
|
|
3941
|
-
<
|
|
3963
|
+
<ui_view
|
|
3942
3964
|
class="view forceRow column number"
|
|
3943
3965
|
>
|
|
3944
3966
|
2022
|
|
3945
|
-
</
|
|
3967
|
+
</ui_view>
|
|
3946
3968
|
</td>
|
|
3947
3969
|
<td>
|
|
3948
|
-
<
|
|
3970
|
+
<ui_view
|
|
3949
3971
|
class="view forceRow column text"
|
|
3950
3972
|
>
|
|
3951
3973
|
soyjavi
|
|
3952
|
-
</
|
|
3974
|
+
</ui_view>
|
|
3953
3975
|
</td>
|
|
3954
3976
|
<td>
|
|
3955
|
-
<
|
|
3977
|
+
<ui_view
|
|
3956
3978
|
class="view forceRow column text"
|
|
3957
3979
|
/>
|
|
3958
3980
|
</td>
|
|
3959
3981
|
</tr>
|
|
3960
3982
|
<tr>
|
|
3961
3983
|
<td>
|
|
3962
|
-
<
|
|
3984
|
+
<ui_view
|
|
3963
3985
|
class="view forceRow column text"
|
|
3964
3986
|
>
|
|
3965
3987
|
victor
|
|
3966
|
-
</
|
|
3988
|
+
</ui_view>
|
|
3967
3989
|
</td>
|
|
3968
3990
|
<td>
|
|
3969
|
-
<
|
|
3991
|
+
<ui_view
|
|
3970
3992
|
class="view forceRow column text"
|
|
3971
3993
|
>
|
|
3972
3994
|
victor@mirai.com
|
|
3973
|
-
</
|
|
3995
|
+
</ui_view>
|
|
3974
3996
|
</td>
|
|
3975
3997
|
<td>
|
|
3976
|
-
<
|
|
3998
|
+
<ui_view
|
|
3977
3999
|
class="view forceRow column number"
|
|
3978
4000
|
>
|
|
3979
4001
|
2021
|
|
3980
|
-
</
|
|
4002
|
+
</ui_view>
|
|
3981
4003
|
</td>
|
|
3982
4004
|
<td>
|
|
3983
|
-
<
|
|
4005
|
+
<ui_view
|
|
3984
4006
|
class="view forceRow column text"
|
|
3985
4007
|
/>
|
|
3986
4008
|
</td>
|
|
3987
4009
|
<td>
|
|
3988
|
-
<
|
|
4010
|
+
<ui_view
|
|
3989
4011
|
class="view forceRow column text"
|
|
3990
4012
|
/>
|
|
3991
4013
|
</td>
|
|
3992
4014
|
</tr>
|
|
3993
4015
|
<tr>
|
|
3994
4016
|
<td>
|
|
3995
|
-
<
|
|
4017
|
+
<ui_view
|
|
3996
4018
|
class="view forceRow column text"
|
|
3997
4019
|
>
|
|
3998
4020
|
mario/2
|
|
3999
|
-
</
|
|
4021
|
+
</ui_view>
|
|
4000
4022
|
</td>
|
|
4001
4023
|
<td>
|
|
4002
|
-
<
|
|
4024
|
+
<ui_view
|
|
4003
4025
|
class="view forceRow column text"
|
|
4004
4026
|
>
|
|
4005
4027
|
mario.2@mirai.com
|
|
4006
|
-
</
|
|
4028
|
+
</ui_view>
|
|
4007
4029
|
</td>
|
|
4008
4030
|
<td>
|
|
4009
|
-
<
|
|
4031
|
+
<ui_view
|
|
4010
4032
|
class="view forceRow column number"
|
|
4011
4033
|
>
|
|
4012
4034
|
2022
|
|
4013
|
-
</
|
|
4035
|
+
</ui_view>
|
|
4014
4036
|
</td>
|
|
4015
4037
|
<td>
|
|
4016
|
-
<
|
|
4038
|
+
<ui_view
|
|
4017
4039
|
class="view forceRow column text"
|
|
4018
4040
|
/>
|
|
4019
4041
|
</td>
|
|
4020
4042
|
<td>
|
|
4021
|
-
<
|
|
4043
|
+
<ui_view
|
|
4022
4044
|
class="view forceRow column text"
|
|
4023
4045
|
/>
|
|
4024
4046
|
</td>
|
|
4025
4047
|
</tr>
|
|
4026
4048
|
</tbody>
|
|
4027
4049
|
</table>
|
|
4028
|
-
</
|
|
4050
|
+
</ui_scrollview>
|
|
4029
4051
|
</DocumentFragment>
|
|
4030
4052
|
`;
|
|
4031
4053
|
|
|
4032
4054
|
exports[`component:<Table> testId 1`] = `
|
|
4033
4055
|
<DocumentFragment>
|
|
4034
|
-
<
|
|
4056
|
+
<ui_scrollview
|
|
4035
4057
|
class="scrollview snap vertical notIndicator container"
|
|
4036
4058
|
data-testid="mirai"
|
|
4037
4059
|
>
|
|
@@ -4045,14 +4067,14 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4045
4067
|
<th
|
|
4046
4068
|
data-testid="mirai-head-username"
|
|
4047
4069
|
>
|
|
4048
|
-
<
|
|
4070
|
+
<ui_view
|
|
4049
4071
|
class="view forceRow column"
|
|
4050
4072
|
>
|
|
4051
4073
|
User Name
|
|
4052
|
-
<
|
|
4074
|
+
<ui_view
|
|
4053
4075
|
class="view row icons"
|
|
4054
4076
|
>
|
|
4055
|
-
<
|
|
4077
|
+
<ui_icon
|
|
4056
4078
|
class="icon headline-3 icon disabled"
|
|
4057
4079
|
>
|
|
4058
4080
|
<svg
|
|
@@ -4072,21 +4094,21 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4072
4094
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
4073
4095
|
/>
|
|
4074
4096
|
</svg>
|
|
4075
|
-
</
|
|
4076
|
-
</
|
|
4077
|
-
</
|
|
4097
|
+
</ui_icon>
|
|
4098
|
+
</ui_view>
|
|
4099
|
+
</ui_view>
|
|
4078
4100
|
</th>
|
|
4079
4101
|
<th
|
|
4080
4102
|
data-testid="mirai-head-email"
|
|
4081
4103
|
>
|
|
4082
|
-
<
|
|
4104
|
+
<ui_view
|
|
4083
4105
|
class="view forceRow column"
|
|
4084
4106
|
>
|
|
4085
4107
|
Email
|
|
4086
|
-
<
|
|
4108
|
+
<ui_view
|
|
4087
4109
|
class="view row icons"
|
|
4088
4110
|
>
|
|
4089
|
-
<
|
|
4111
|
+
<ui_icon
|
|
4090
4112
|
class="icon headline-3 icon disabled"
|
|
4091
4113
|
>
|
|
4092
4114
|
<svg
|
|
@@ -4106,21 +4128,21 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4106
4128
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
4107
4129
|
/>
|
|
4108
4130
|
</svg>
|
|
4109
|
-
</
|
|
4110
|
-
</
|
|
4111
|
-
</
|
|
4131
|
+
</ui_icon>
|
|
4132
|
+
</ui_view>
|
|
4133
|
+
</ui_view>
|
|
4112
4134
|
</th>
|
|
4113
4135
|
<th
|
|
4114
4136
|
data-testid="mirai-head-year"
|
|
4115
4137
|
>
|
|
4116
|
-
<
|
|
4138
|
+
<ui_view
|
|
4117
4139
|
class="view forceRow column"
|
|
4118
4140
|
>
|
|
4119
4141
|
Year
|
|
4120
|
-
<
|
|
4142
|
+
<ui_view
|
|
4121
4143
|
class="view row icons"
|
|
4122
4144
|
>
|
|
4123
|
-
<
|
|
4145
|
+
<ui_icon
|
|
4124
4146
|
class="icon headline-3 icon disabled"
|
|
4125
4147
|
>
|
|
4126
4148
|
<svg
|
|
@@ -4140,27 +4162,27 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4140
4162
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
4141
4163
|
/>
|
|
4142
4164
|
</svg>
|
|
4143
|
-
</
|
|
4144
|
-
</
|
|
4145
|
-
</
|
|
4165
|
+
</ui_icon>
|
|
4166
|
+
</ui_view>
|
|
4167
|
+
</ui_view>
|
|
4146
4168
|
</th>
|
|
4147
4169
|
<th
|
|
4148
4170
|
data-testid="mirai-head-twitter"
|
|
4149
4171
|
>
|
|
4150
|
-
<
|
|
4172
|
+
<ui_view
|
|
4151
4173
|
class="view forceRow column"
|
|
4152
4174
|
>
|
|
4153
|
-
<
|
|
4154
|
-
<
|
|
4175
|
+
<ui_layer>
|
|
4176
|
+
<ui_primitive
|
|
4155
4177
|
class="dispatcher tooltip"
|
|
4156
4178
|
>
|
|
4157
4179
|
Twitter
|
|
4158
|
-
</
|
|
4159
|
-
</
|
|
4160
|
-
<
|
|
4180
|
+
</ui_primitive>
|
|
4181
|
+
</ui_layer>
|
|
4182
|
+
<ui_view
|
|
4161
4183
|
class="view row icons"
|
|
4162
4184
|
>
|
|
4163
|
-
<
|
|
4185
|
+
<ui_icon
|
|
4164
4186
|
class="icon headline-3 icon disabled"
|
|
4165
4187
|
>
|
|
4166
4188
|
<svg
|
|
@@ -4180,21 +4202,21 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4180
4202
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
4181
4203
|
/>
|
|
4182
4204
|
</svg>
|
|
4183
|
-
</
|
|
4184
|
-
</
|
|
4185
|
-
</
|
|
4205
|
+
</ui_icon>
|
|
4206
|
+
</ui_view>
|
|
4207
|
+
</ui_view>
|
|
4186
4208
|
</th>
|
|
4187
4209
|
<th
|
|
4188
4210
|
data-testid="mirai-head-action"
|
|
4189
4211
|
>
|
|
4190
|
-
<
|
|
4212
|
+
<ui_view
|
|
4191
4213
|
class="view forceRow column"
|
|
4192
4214
|
>
|
|
4193
4215
|
Action
|
|
4194
|
-
<
|
|
4216
|
+
<ui_view
|
|
4195
4217
|
class="view row icons"
|
|
4196
4218
|
>
|
|
4197
|
-
<
|
|
4219
|
+
<ui_icon
|
|
4198
4220
|
class="icon headline-3 icon disabled"
|
|
4199
4221
|
>
|
|
4200
4222
|
<svg
|
|
@@ -4214,9 +4236,9 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4214
4236
|
d="M20 12l-1.41-1.41L13 16.17V4h-2v12.17l-5.58-5.59L4 12l8 8 8-8z"
|
|
4215
4237
|
/>
|
|
4216
4238
|
</svg>
|
|
4217
|
-
</
|
|
4218
|
-
</
|
|
4219
|
-
</
|
|
4239
|
+
</ui_icon>
|
|
4240
|
+
</ui_view>
|
|
4241
|
+
</ui_view>
|
|
4220
4242
|
</th>
|
|
4221
4243
|
</tr>
|
|
4222
4244
|
</thead>
|
|
@@ -4227,41 +4249,41 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4227
4249
|
<td
|
|
4228
4250
|
data-testid="mirai-0-username"
|
|
4229
4251
|
>
|
|
4230
|
-
<
|
|
4252
|
+
<ui_view
|
|
4231
4253
|
class="view forceRow column text"
|
|
4232
4254
|
>
|
|
4233
4255
|
jose
|
|
4234
|
-
</
|
|
4256
|
+
</ui_view>
|
|
4235
4257
|
</td>
|
|
4236
4258
|
<td
|
|
4237
4259
|
data-testid="mirai-0-email"
|
|
4238
4260
|
>
|
|
4239
|
-
<
|
|
4261
|
+
<ui_view
|
|
4240
4262
|
class="view forceRow column text"
|
|
4241
4263
|
>
|
|
4242
4264
|
jose@mirai.com
|
|
4243
|
-
</
|
|
4265
|
+
</ui_view>
|
|
4244
4266
|
</td>
|
|
4245
4267
|
<td
|
|
4246
4268
|
data-testid="mirai-0-year"
|
|
4247
4269
|
>
|
|
4248
|
-
<
|
|
4270
|
+
<ui_view
|
|
4249
4271
|
class="view forceRow column number"
|
|
4250
4272
|
>
|
|
4251
4273
|
2012
|
|
4252
|
-
</
|
|
4274
|
+
</ui_view>
|
|
4253
4275
|
</td>
|
|
4254
4276
|
<td
|
|
4255
4277
|
data-testid="mirai-0-twitter"
|
|
4256
4278
|
>
|
|
4257
|
-
<
|
|
4279
|
+
<ui_view
|
|
4258
4280
|
class="view forceRow column text"
|
|
4259
4281
|
/>
|
|
4260
4282
|
</td>
|
|
4261
4283
|
<td
|
|
4262
4284
|
data-testid="mirai-0-action"
|
|
4263
4285
|
>
|
|
4264
|
-
<
|
|
4286
|
+
<ui_view
|
|
4265
4287
|
class="view forceRow column text"
|
|
4266
4288
|
/>
|
|
4267
4289
|
</td>
|
|
@@ -4272,41 +4294,41 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4272
4294
|
<td
|
|
4273
4295
|
data-testid="mirai-1-username"
|
|
4274
4296
|
>
|
|
4275
|
-
<
|
|
4297
|
+
<ui_view
|
|
4276
4298
|
class="view forceRow column text"
|
|
4277
4299
|
>
|
|
4278
4300
|
mario/1
|
|
4279
|
-
</
|
|
4301
|
+
</ui_view>
|
|
4280
4302
|
</td>
|
|
4281
4303
|
<td
|
|
4282
4304
|
data-testid="mirai-1-email"
|
|
4283
4305
|
>
|
|
4284
|
-
<
|
|
4306
|
+
<ui_view
|
|
4285
4307
|
class="view forceRow column text"
|
|
4286
4308
|
>
|
|
4287
4309
|
mario.1@mirai.com
|
|
4288
|
-
</
|
|
4310
|
+
</ui_view>
|
|
4289
4311
|
</td>
|
|
4290
4312
|
<td
|
|
4291
4313
|
data-testid="mirai-1-year"
|
|
4292
4314
|
>
|
|
4293
|
-
<
|
|
4315
|
+
<ui_view
|
|
4294
4316
|
class="view forceRow column number"
|
|
4295
4317
|
>
|
|
4296
4318
|
2005
|
|
4297
|
-
</
|
|
4319
|
+
</ui_view>
|
|
4298
4320
|
</td>
|
|
4299
4321
|
<td
|
|
4300
4322
|
data-testid="mirai-1-twitter"
|
|
4301
4323
|
>
|
|
4302
|
-
<
|
|
4324
|
+
<ui_view
|
|
4303
4325
|
class="view forceRow column text"
|
|
4304
4326
|
/>
|
|
4305
4327
|
</td>
|
|
4306
4328
|
<td
|
|
4307
4329
|
data-testid="mirai-1-action"
|
|
4308
4330
|
>
|
|
4309
|
-
<
|
|
4331
|
+
<ui_view
|
|
4310
4332
|
class="view forceRow column text"
|
|
4311
4333
|
/>
|
|
4312
4334
|
</td>
|
|
@@ -4317,41 +4339,41 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4317
4339
|
<td
|
|
4318
4340
|
data-testid="mirai-2-username"
|
|
4319
4341
|
>
|
|
4320
|
-
<
|
|
4342
|
+
<ui_view
|
|
4321
4343
|
class="view forceRow column text"
|
|
4322
4344
|
>
|
|
4323
4345
|
carlos
|
|
4324
|
-
</
|
|
4346
|
+
</ui_view>
|
|
4325
4347
|
</td>
|
|
4326
4348
|
<td
|
|
4327
4349
|
data-testid="mirai-2-email"
|
|
4328
4350
|
>
|
|
4329
|
-
<
|
|
4351
|
+
<ui_view
|
|
4330
4352
|
class="view forceRow column text"
|
|
4331
4353
|
>
|
|
4332
4354
|
carlos@mirai.com
|
|
4333
|
-
</
|
|
4355
|
+
</ui_view>
|
|
4334
4356
|
</td>
|
|
4335
4357
|
<td
|
|
4336
4358
|
data-testid="mirai-2-year"
|
|
4337
4359
|
>
|
|
4338
|
-
<
|
|
4360
|
+
<ui_view
|
|
4339
4361
|
class="view forceRow column number"
|
|
4340
4362
|
>
|
|
4341
4363
|
2012
|
|
4342
|
-
</
|
|
4364
|
+
</ui_view>
|
|
4343
4365
|
</td>
|
|
4344
4366
|
<td
|
|
4345
4367
|
data-testid="mirai-2-twitter"
|
|
4346
4368
|
>
|
|
4347
|
-
<
|
|
4369
|
+
<ui_view
|
|
4348
4370
|
class="view forceRow column text"
|
|
4349
4371
|
/>
|
|
4350
4372
|
</td>
|
|
4351
4373
|
<td
|
|
4352
4374
|
data-testid="mirai-2-action"
|
|
4353
4375
|
>
|
|
4354
|
-
<
|
|
4376
|
+
<ui_view
|
|
4355
4377
|
class="view forceRow column text"
|
|
4356
4378
|
/>
|
|
4357
4379
|
</td>
|
|
@@ -4362,47 +4384,47 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4362
4384
|
<td
|
|
4363
4385
|
data-testid="mirai-3-username"
|
|
4364
4386
|
>
|
|
4365
|
-
<
|
|
4387
|
+
<ui_view
|
|
4366
4388
|
class="view forceRow column text"
|
|
4367
4389
|
>
|
|
4368
4390
|
svet
|
|
4369
|
-
</
|
|
4391
|
+
</ui_view>
|
|
4370
4392
|
</td>
|
|
4371
4393
|
<td
|
|
4372
4394
|
data-testid="mirai-3-email"
|
|
4373
4395
|
>
|
|
4374
|
-
<
|
|
4396
|
+
<ui_view
|
|
4375
4397
|
class="view forceRow column text"
|
|
4376
4398
|
>
|
|
4377
4399
|
svet@mirai.com
|
|
4378
|
-
</
|
|
4400
|
+
</ui_view>
|
|
4379
4401
|
</td>
|
|
4380
4402
|
<td
|
|
4381
4403
|
data-testid="mirai-3-year"
|
|
4382
4404
|
>
|
|
4383
|
-
<
|
|
4405
|
+
<ui_view
|
|
4384
4406
|
class="view forceRow column number"
|
|
4385
4407
|
>
|
|
4386
4408
|
2021
|
|
4387
|
-
</
|
|
4409
|
+
</ui_view>
|
|
4388
4410
|
</td>
|
|
4389
4411
|
<td
|
|
4390
4412
|
data-testid="mirai-3-twitter"
|
|
4391
4413
|
>
|
|
4392
|
-
<
|
|
4414
|
+
<ui_view
|
|
4393
4415
|
class="view forceRow column text"
|
|
4394
4416
|
/>
|
|
4395
4417
|
</td>
|
|
4396
4418
|
<td
|
|
4397
4419
|
data-testid="mirai-3-action"
|
|
4398
4420
|
>
|
|
4399
|
-
<
|
|
4421
|
+
<ui_view
|
|
4400
4422
|
class="view forceRow column text"
|
|
4401
4423
|
>
|
|
4402
4424
|
<strong>
|
|
4403
4425
|
action
|
|
4404
4426
|
</strong>
|
|
4405
|
-
</
|
|
4427
|
+
</ui_view>
|
|
4406
4428
|
</td>
|
|
4407
4429
|
</tr>
|
|
4408
4430
|
<tr
|
|
@@ -4411,43 +4433,43 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4411
4433
|
<td
|
|
4412
4434
|
data-testid="mirai-4-username"
|
|
4413
4435
|
>
|
|
4414
|
-
<
|
|
4436
|
+
<ui_view
|
|
4415
4437
|
class="view forceRow column text"
|
|
4416
4438
|
>
|
|
4417
4439
|
javi
|
|
4418
|
-
</
|
|
4440
|
+
</ui_view>
|
|
4419
4441
|
</td>
|
|
4420
4442
|
<td
|
|
4421
4443
|
data-testid="mirai-4-email"
|
|
4422
4444
|
>
|
|
4423
|
-
<
|
|
4445
|
+
<ui_view
|
|
4424
4446
|
class="view forceRow column text"
|
|
4425
4447
|
>
|
|
4426
4448
|
hi@soyjavi.com
|
|
4427
|
-
</
|
|
4449
|
+
</ui_view>
|
|
4428
4450
|
</td>
|
|
4429
4451
|
<td
|
|
4430
4452
|
data-testid="mirai-4-year"
|
|
4431
4453
|
>
|
|
4432
|
-
<
|
|
4454
|
+
<ui_view
|
|
4433
4455
|
class="view forceRow column number"
|
|
4434
4456
|
>
|
|
4435
4457
|
2022
|
|
4436
|
-
</
|
|
4458
|
+
</ui_view>
|
|
4437
4459
|
</td>
|
|
4438
4460
|
<td
|
|
4439
4461
|
data-testid="mirai-4-twitter"
|
|
4440
4462
|
>
|
|
4441
|
-
<
|
|
4463
|
+
<ui_view
|
|
4442
4464
|
class="view forceRow column text"
|
|
4443
4465
|
>
|
|
4444
4466
|
soyjavi
|
|
4445
|
-
</
|
|
4467
|
+
</ui_view>
|
|
4446
4468
|
</td>
|
|
4447
4469
|
<td
|
|
4448
4470
|
data-testid="mirai-4-action"
|
|
4449
4471
|
>
|
|
4450
|
-
<
|
|
4472
|
+
<ui_view
|
|
4451
4473
|
class="view forceRow column text"
|
|
4452
4474
|
/>
|
|
4453
4475
|
</td>
|
|
@@ -4458,41 +4480,41 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4458
4480
|
<td
|
|
4459
4481
|
data-testid="mirai-5-username"
|
|
4460
4482
|
>
|
|
4461
|
-
<
|
|
4483
|
+
<ui_view
|
|
4462
4484
|
class="view forceRow column text"
|
|
4463
4485
|
>
|
|
4464
4486
|
victor
|
|
4465
|
-
</
|
|
4487
|
+
</ui_view>
|
|
4466
4488
|
</td>
|
|
4467
4489
|
<td
|
|
4468
4490
|
data-testid="mirai-5-email"
|
|
4469
4491
|
>
|
|
4470
|
-
<
|
|
4492
|
+
<ui_view
|
|
4471
4493
|
class="view forceRow column text"
|
|
4472
4494
|
>
|
|
4473
4495
|
victor@mirai.com
|
|
4474
|
-
</
|
|
4496
|
+
</ui_view>
|
|
4475
4497
|
</td>
|
|
4476
4498
|
<td
|
|
4477
4499
|
data-testid="mirai-5-year"
|
|
4478
4500
|
>
|
|
4479
|
-
<
|
|
4501
|
+
<ui_view
|
|
4480
4502
|
class="view forceRow column number"
|
|
4481
4503
|
>
|
|
4482
4504
|
2021
|
|
4483
|
-
</
|
|
4505
|
+
</ui_view>
|
|
4484
4506
|
</td>
|
|
4485
4507
|
<td
|
|
4486
4508
|
data-testid="mirai-5-twitter"
|
|
4487
4509
|
>
|
|
4488
|
-
<
|
|
4510
|
+
<ui_view
|
|
4489
4511
|
class="view forceRow column text"
|
|
4490
4512
|
/>
|
|
4491
4513
|
</td>
|
|
4492
4514
|
<td
|
|
4493
4515
|
data-testid="mirai-5-action"
|
|
4494
4516
|
>
|
|
4495
|
-
<
|
|
4517
|
+
<ui_view
|
|
4496
4518
|
class="view forceRow column text"
|
|
4497
4519
|
/>
|
|
4498
4520
|
</td>
|
|
@@ -4503,47 +4525,47 @@ exports[`component:<Table> testId 1`] = `
|
|
|
4503
4525
|
<td
|
|
4504
4526
|
data-testid="mirai-6-username"
|
|
4505
4527
|
>
|
|
4506
|
-
<
|
|
4528
|
+
<ui_view
|
|
4507
4529
|
class="view forceRow column text"
|
|
4508
4530
|
>
|
|
4509
4531
|
mario/2
|
|
4510
|
-
</
|
|
4532
|
+
</ui_view>
|
|
4511
4533
|
</td>
|
|
4512
4534
|
<td
|
|
4513
4535
|
data-testid="mirai-6-email"
|
|
4514
4536
|
>
|
|
4515
|
-
<
|
|
4537
|
+
<ui_view
|
|
4516
4538
|
class="view forceRow column text"
|
|
4517
4539
|
>
|
|
4518
4540
|
mario.2@mirai.com
|
|
4519
|
-
</
|
|
4541
|
+
</ui_view>
|
|
4520
4542
|
</td>
|
|
4521
4543
|
<td
|
|
4522
4544
|
data-testid="mirai-6-year"
|
|
4523
4545
|
>
|
|
4524
|
-
<
|
|
4546
|
+
<ui_view
|
|
4525
4547
|
class="view forceRow column number"
|
|
4526
4548
|
>
|
|
4527
4549
|
2022
|
|
4528
|
-
</
|
|
4550
|
+
</ui_view>
|
|
4529
4551
|
</td>
|
|
4530
4552
|
<td
|
|
4531
4553
|
data-testid="mirai-6-twitter"
|
|
4532
4554
|
>
|
|
4533
|
-
<
|
|
4555
|
+
<ui_view
|
|
4534
4556
|
class="view forceRow column text"
|
|
4535
4557
|
/>
|
|
4536
4558
|
</td>
|
|
4537
4559
|
<td
|
|
4538
4560
|
data-testid="mirai-6-action"
|
|
4539
4561
|
>
|
|
4540
|
-
<
|
|
4562
|
+
<ui_view
|
|
4541
4563
|
class="view forceRow column text"
|
|
4542
4564
|
/>
|
|
4543
4565
|
</td>
|
|
4544
4566
|
</tr>
|
|
4545
4567
|
</tbody>
|
|
4546
4568
|
</table>
|
|
4547
|
-
</
|
|
4569
|
+
</ui_scrollview>
|
|
4548
4570
|
</DocumentFragment>
|
|
4549
4571
|
`;
|