@truedat/df 4.48.4 → 4.48.5

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.
@@ -1,461 +1,307 @@
1
1
  // Jest Snapshot v1, https://goo.gl/fbAQLP
2
2
 
3
3
  exports[`<FieldGroupCopy /> matches the latest snapshot 1`] = `
4
- <Fragment>
5
- <Segment
6
- key="large"
7
- size="large"
8
- style={
9
- Object {
10
- "marginTop": "15px",
11
- }
12
- }
4
+ <div>
5
+ <div
6
+ class="ui large segment"
7
+ style="margin-top: 15px;"
13
8
  >
14
- <List
15
- horizontal={true}
16
- size="large"
17
- style={
18
- Object {
19
- "padding": "0",
20
- }
21
- }
9
+ <div
10
+ class="ui large horizontal list"
11
+ role="list"
12
+ style="padding: 0px;"
22
13
  >
23
- <ListItem
24
- key="0"
14
+ <div
15
+ class="item"
16
+ role="listitem"
25
17
  >
26
18
  <span
27
- style={
28
- Object {
29
- "fontWeight": "bold",
30
- "marginRight": "5px",
31
- }
32
- }
19
+ style="margin-right: 5px; font-weight: bold;"
33
20
  >
34
21
  FileFormat
35
22
  :
36
23
  </span>
37
24
  DAT
38
- </ListItem>
39
- <ListItem
40
- key="1"
25
+ </div>
26
+ <div
27
+ class="item"
28
+ role="listitem"
41
29
  >
42
30
  <span
43
- style={
44
- Object {
45
- "fontWeight": "bold",
46
- "marginRight": "5px",
47
- }
48
- }
31
+ style="margin-right: 5px; font-weight: bold;"
49
32
  >
50
33
  Header
51
34
  :
52
35
  </span>
53
36
  true
54
- </ListItem>
55
- <ListItem
56
- key="2"
37
+ </div>
38
+ <div
39
+ class="item"
40
+ role="listitem"
57
41
  >
58
42
  <span
59
- style={
60
- Object {
61
- "fontWeight": "bold",
62
- "marginRight": "5px",
63
- }
64
- }
43
+ style="margin-right: 5px; font-weight: bold;"
65
44
  >
66
45
  Compression
67
46
  :
68
47
  </span>
69
48
  brotli
70
- </ListItem>
71
- </List>
49
+ </div>
50
+ </div>
72
51
  <div
73
- style={
74
- Object {
75
- "fontWeight": "bold",
76
- "margin": "10px 0",
77
- }
78
- }
52
+ style="font-weight: bold; margin: 10px 0px;"
79
53
  >
80
54
  Fields:
81
55
  </div>
82
56
  <div
83
- style={
84
- Object {
85
- "overflowX": "auto",
86
- }
87
- }
57
+ style="overflow-x: auto;"
88
58
  >
89
- <Table
90
- as="table"
91
- celled={true}
92
- definition={true}
93
- style={
94
- Object {
95
- "maxWidth": "600px",
96
- "minWidth": "200px",
97
- "overflowX": "scroll",
98
- }
99
- }
59
+ <table
60
+ class="ui celled definition table"
61
+ style="overflow-x: scroll; min-width: 200px; max-width: 600px;"
100
62
  >
101
- <TableHeader
102
- as="thead"
63
+ <thead
64
+ class=""
103
65
  >
104
- <TableRow
105
- as="tr"
106
- cellAs="td"
66
+ <tr
67
+ class=""
107
68
  >
108
- <TableHeaderCell
109
- as="th"
69
+ <th
70
+ class=""
110
71
  />
111
- <TableHeaderCell
112
- as="th"
113
- key="0"
114
- style={
115
- Object {
116
- "width": "140px",
117
- }
118
- }
72
+ <th
73
+ class=""
74
+ style="width: 140px;"
119
75
  >
120
76
  <div
121
- style={
122
- Object {
123
- "overflow": "hidden",
124
- "textOverflow": "ellipsis",
125
- "whiteSpace": "nowrap",
126
- "width": "100px",
127
- }
128
- }
77
+ style="width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"
129
78
  >
130
79
  New3
131
80
  </div>
132
- </TableHeaderCell>
133
- <TableHeaderCell
134
- as="th"
135
- key="1"
136
- style={
137
- Object {
138
- "width": "140px",
139
- }
140
- }
81
+ </th>
82
+ <th
83
+ class=""
84
+ style="width: 140px;"
141
85
  >
142
86
  <div
143
- style={
144
- Object {
145
- "overflow": "hidden",
146
- "textOverflow": "ellipsis",
147
- "whiteSpace": "nowrap",
148
- "width": "100px",
149
- }
150
- }
87
+ style="width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"
151
88
  >
152
89
  New5
153
90
  </div>
154
- </TableHeaderCell>
155
- <TableHeaderCell
156
- as="th"
157
- key="2"
158
- style={
159
- Object {
160
- "width": "140px",
161
- }
162
- }
91
+ </th>
92
+ <th
93
+ class=""
94
+ style="width: 140px;"
163
95
  >
164
96
  <div
165
- style={
166
- Object {
167
- "overflow": "hidden",
168
- "textOverflow": "ellipsis",
169
- "whiteSpace": "nowrap",
170
- "width": "100px",
171
- }
172
- }
97
+ style="width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"
173
98
  >
174
99
  New1
175
100
  </div>
176
- </TableHeaderCell>
177
- <TableHeaderCell
178
- as="th"
179
- key="3"
180
- style={
181
- Object {
182
- "width": "140px",
183
- }
184
- }
101
+ </th>
102
+ <th
103
+ class=""
104
+ style="width: 140px;"
185
105
  >
186
106
  <div
187
- style={
188
- Object {
189
- "overflow": "hidden",
190
- "textOverflow": "ellipsis",
191
- "whiteSpace": "nowrap",
192
- "width": "100px",
193
- }
194
- }
107
+ style="width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"
195
108
  >
196
109
  New0
197
110
  </div>
198
- </TableHeaderCell>
199
- <TableHeaderCell
200
- as="th"
201
- key="4"
202
- style={
203
- Object {
204
- "width": "140px",
205
- }
206
- }
111
+ </th>
112
+ <th
113
+ class=""
114
+ style="width: 140px;"
207
115
  >
208
116
  <div
209
- style={
210
- Object {
211
- "overflow": "hidden",
212
- "textOverflow": "ellipsis",
213
- "whiteSpace": "nowrap",
214
- "width": "100px",
215
- }
216
- }
117
+ style="width: 100px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;"
217
118
  >
218
119
  New4
219
120
  </div>
220
- </TableHeaderCell>
221
- </TableRow>
222
- </TableHeader>
223
- <TableBody
224
- as="tbody"
121
+ </th>
122
+ </tr>
123
+ </thead>
124
+ <tbody
125
+ class=""
225
126
  >
226
- <TableRow
227
- as="tr"
228
- cellAs="td"
229
- key="0"
127
+ <tr
128
+ class=""
230
129
  >
231
- <TableCell
232
- as="td"
233
- style={
234
- Object {
235
- "width": "150px",
236
- }
237
- }
130
+ <td
131
+ class=""
132
+ style="width: 150px;"
238
133
  >
239
134
  Type
240
- </TableCell>
241
- <TableCell
242
- as="td"
243
- key="0"
135
+ </td>
136
+ <td
137
+ class=""
244
138
  >
245
139
  decimal
246
- </TableCell>
247
- <TableCell
248
- as="td"
249
- key="1"
140
+ </td>
141
+ <td
142
+ class=""
250
143
  >
251
144
  datetime
252
- </TableCell>
253
- <TableCell
254
- as="td"
255
- key="2"
145
+ </td>
146
+ <td
147
+ class=""
256
148
  >
257
149
  string
258
- </TableCell>
259
- <TableCell
260
- as="td"
261
- key="3"
150
+ </td>
151
+ <td
152
+ class=""
262
153
  >
263
154
  datetime
264
- </TableCell>
265
- <TableCell
266
- as="td"
267
- key="4"
155
+ </td>
156
+ <td
157
+ class=""
268
158
  >
269
159
  string
270
- </TableCell>
271
- </TableRow>
272
- <TableRow
273
- as="tr"
274
- cellAs="td"
275
- key="1"
160
+ </td>
161
+ </tr>
162
+ <tr
163
+ class=""
276
164
  >
277
- <TableCell
278
- as="td"
279
- style={
280
- Object {
281
- "width": "150px",
282
- }
283
- }
165
+ <td
166
+ class=""
167
+ style="width: 150px;"
284
168
  >
285
169
  Size
286
- </TableCell>
287
- <TableCell
288
- as="td"
289
- key="0"
170
+ </td>
171
+ <td
172
+ class=""
290
173
  >
291
174
  11
292
- </TableCell>
293
- <TableCell
294
- as="td"
295
- key="1"
175
+ </td>
176
+ <td
177
+ class=""
296
178
  >
297
179
  10
298
- </TableCell>
299
- <TableCell
300
- as="td"
301
- key="2"
180
+ </td>
181
+ <td
182
+ class=""
302
183
  >
303
184
  40
304
- </TableCell>
305
- <TableCell
306
- as="td"
307
- key="3"
185
+ </td>
186
+ <td
187
+ class=""
308
188
  >
309
189
  10
310
- </TableCell>
311
- <TableCell
312
- as="td"
313
- key="4"
190
+ </td>
191
+ <td
192
+ class=""
314
193
  >
315
194
  40
316
- </TableCell>
317
- </TableRow>
318
- <TableRow
319
- as="tr"
320
- cellAs="td"
321
- key="2"
195
+ </td>
196
+ </tr>
197
+ <tr
198
+ class=""
322
199
  >
323
- <TableCell
324
- as="td"
325
- style={
326
- Object {
327
- "width": "150px",
328
- }
329
- }
200
+ <td
201
+ class=""
202
+ style="width: 150px;"
330
203
  >
331
204
  Format
332
- </TableCell>
333
- <TableCell
334
- as="td"
335
- key="0"
205
+ </td>
206
+ <td
207
+ class=""
336
208
  >
337
209
  -
338
- </TableCell>
339
- <TableCell
340
- as="td"
341
- key="1"
210
+ </td>
211
+ <td
212
+ class=""
342
213
  >
343
214
  %d-%m-%Y %H:%M:%S
344
- </TableCell>
345
- <TableCell
346
- as="td"
347
- key="2"
215
+ </td>
216
+ <td
217
+ class=""
348
218
  >
349
219
  -
350
- </TableCell>
351
- <TableCell
352
- as="td"
353
- key="3"
220
+ </td>
221
+ <td
222
+ class=""
354
223
  >
355
224
  %d-%m-%Y %H:%M:%S
356
- </TableCell>
357
- <TableCell
358
- as="td"
359
- key="4"
225
+ </td>
226
+ <td
227
+ class=""
360
228
  >
361
229
  -
362
- </TableCell>
363
- </TableRow>
364
- <TableRow
365
- as="tr"
366
- cellAs="td"
367
- key="3"
230
+ </td>
231
+ </tr>
232
+ <tr
233
+ class=""
368
234
  >
369
- <TableCell
370
- as="td"
371
- style={
372
- Object {
373
- "width": "150px",
374
- }
375
- }
235
+ <td
236
+ class=""
237
+ style="width: 150px;"
376
238
  >
377
239
  Scale
378
- </TableCell>
379
- <TableCell
380
- as="td"
381
- key="0"
240
+ </td>
241
+ <td
242
+ class=""
382
243
  >
383
244
  2
384
- </TableCell>
385
- <TableCell
386
- as="td"
387
- key="1"
245
+ </td>
246
+ <td
247
+ class=""
388
248
  >
389
249
  -
390
- </TableCell>
391
- <TableCell
392
- as="td"
393
- key="2"
250
+ </td>
251
+ <td
252
+ class=""
394
253
  >
395
254
  -
396
- </TableCell>
397
- <TableCell
398
- as="td"
399
- key="3"
255
+ </td>
256
+ <td
257
+ class=""
400
258
  >
401
259
  -
402
- </TableCell>
403
- <TableCell
404
- as="td"
405
- key="4"
260
+ </td>
261
+ <td
262
+ class=""
406
263
  >
407
264
  -
408
- </TableCell>
409
- </TableRow>
410
- <TableRow
411
- as="tr"
412
- cellAs="td"
413
- key="4"
265
+ </td>
266
+ </tr>
267
+ <tr
268
+ class=""
414
269
  >
415
- <TableCell
416
- as="td"
417
- style={
418
- Object {
419
- "width": "150px",
420
- }
421
- }
270
+ <td
271
+ class=""
272
+ style="width: 150px;"
422
273
  >
423
274
  Precision
424
- </TableCell>
425
- <TableCell
426
- as="td"
427
- key="0"
275
+ </td>
276
+ <td
277
+ class=""
428
278
  >
429
279
  10
430
- </TableCell>
431
- <TableCell
432
- as="td"
433
- key="1"
280
+ </td>
281
+ <td
282
+ class=""
434
283
  >
435
284
  -
436
- </TableCell>
437
- <TableCell
438
- as="td"
439
- key="2"
285
+ </td>
286
+ <td
287
+ class=""
440
288
  >
441
289
  -
442
- </TableCell>
443
- <TableCell
444
- as="td"
445
- key="3"
290
+ </td>
291
+ <td
292
+ class=""
446
293
  >
447
294
  -
448
- </TableCell>
449
- <TableCell
450
- as="td"
451
- key="4"
295
+ </td>
296
+ <td
297
+ class=""
452
298
  >
453
299
  -
454
- </TableCell>
455
- </TableRow>
456
- </TableBody>
457
- </Table>
300
+ </td>
301
+ </tr>
302
+ </tbody>
303
+ </table>
458
304
  </div>
459
- </Segment>
460
- </Fragment>
305
+ </div>
306
+ </div>
461
307
  `;