@itfin/components 1.3.100 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/components/button/Button.vue +4 -2
- package/src/components/card/BentoCard.vue +70 -19
- package/src/components/card/BentoGrid.vue +21 -8
- package/src/components/filter/FilterAmountRange.vue +50 -42
- package/src/components/filter/FilterBadge.vue +27 -22
- package/src/components/filter/FilterFacetsList.vue +21 -17
- package/src/components/filter/FilterPanel.vue +141 -44
- package/src/components/filter/index.stories.js +0 -2
- package/src/components/form/Label.vue +19 -2
- package/src/components/icon/Icon.vue +4 -2
- package/src/components/icon/components/fi_fingerprint.vue +4 -0
- package/src/components/icon/components/nomi-ai.vue +6 -0
- package/src/components/icon/components/nomi-arrow-down.vue +4 -0
- package/src/components/icon/components/nomi-arrow-right-top.vue +4 -0
- package/src/components/icon/components/nomi-arrow-up.vue +4 -0
- package/src/components/icon/components/nomi-arrow_down.vue +4 -0
- package/src/components/icon/components/nomi-arrow_up.vue +4 -0
- package/src/components/icon/components/nomi-arrows.vue +7 -0
- package/src/components/icon/components/nomi-calendar-alt.vue +4 -0
- package/src/components/icon/components/nomi-calendar-alt2.vue +4 -0
- package/src/components/icon/components/nomi-calendar.vue +11 -0
- package/src/components/icon/components/nomi-card.vue +4 -0
- package/src/components/icon/components/nomi-clear.vue +4 -0
- package/src/components/icon/components/nomi-close.vue +5 -0
- package/src/components/icon/components/nomi-counterparty.vue +4 -0
- package/src/components/icon/components/nomi-dashboard.vue +4 -0
- package/src/components/icon/components/nomi-expand.vue +7 -0
- package/src/components/icon/components/nomi-eye-close.vue +4 -0
- package/src/components/icon/components/nomi-eye-open.vue +4 -0
- package/src/components/icon/components/nomi-eye.vue +4 -0
- package/src/components/icon/components/nomi-filter.vue +4 -0
- package/src/components/icon/components/nomi-help.vue +5 -0
- package/src/components/icon/components/nomi-hide.vue +4 -0
- package/src/components/icon/components/nomi-logout.vue +5 -0
- package/src/components/icon/components/nomi-money.vue +4 -0
- package/src/components/icon/components/nomi-move-left.vue +4 -0
- package/src/components/icon/components/nomi-move-right.vue +4 -0
- package/src/components/icon/components/nomi-pen.vue +5 -0
- package/src/components/icon/components/nomi-person.vue +5 -0
- package/src/components/icon/components/nomi-pin.vue +7 -0
- package/src/components/icon/components/nomi-project.vue +4 -0
- package/src/components/icon/components/nomi-recurrence.vue +2 -0
- package/src/components/icon/components/nomi-repeat.vue +7 -0
- package/src/components/icon/components/nomi-report.vue +4 -0
- package/src/components/icon/components/nomi-scissors.vue +4 -0
- package/src/components/icon/components/nomi-settings.vue +4 -0
- package/src/components/icon/components/nomi-sort-asc.vue +7 -0
- package/src/components/icon/components/nomi-sort-desc.vue +7 -0
- package/src/components/icon/components/nomi-table-view.vue +4 -0
- package/src/components/icon/components/nomi-tag.vue +4 -0
- package/src/components/icon/components/nomi-target.vue +4 -0
- package/src/components/icon/components/nomi-text.vue +6 -0
- package/src/components/icon/components/nomi-transactions.vue +8 -0
- package/src/components/icon/components/nomi-trash.vue +4 -0
- package/src/components/icon/components/nomi-unpin.vue +7 -0
- package/src/components/icon/components/nomi-user.vue +5 -0
- package/src/components/icon/convert-icons.js +11 -0
- package/src/components/icon/icons.js +332 -286
- package/src/components/icon/new-icons/ai.svg +5 -0
- package/src/components/icon/new-icons/arrow-down.svg +3 -0
- package/src/components/icon/new-icons/arrow-right-top.svg +3 -0
- package/src/components/icon/new-icons/arrow-up.svg +3 -0
- package/src/components/icon/new-icons/arrow_down.svg +3 -0
- package/src/components/icon/new-icons/arrow_up.svg +3 -0
- package/src/components/icon/new-icons/arrows.svg +6 -0
- package/src/components/icon/new-icons/calendar-alt.svg +3 -0
- package/src/components/icon/new-icons/calendar-alt2.svg +3 -0
- package/src/components/icon/new-icons/calendar.svg +10 -0
- package/src/components/icon/new-icons/card.svg +3 -0
- package/src/components/icon/new-icons/clear.svg +3 -0
- package/src/components/icon/new-icons/close.svg +4 -0
- package/src/components/icon/new-icons/counterparty.svg +3 -0
- package/src/components/icon/new-icons/dashboard.svg +3 -0
- package/src/components/icon/new-icons/expand.svg +6 -0
- package/src/components/icon/new-icons/eye-close.svg +3 -0
- package/src/components/icon/new-icons/eye-open.svg +3 -0
- package/src/components/icon/new-icons/eye.svg +3 -0
- package/src/components/icon/new-icons/filter.svg +3 -0
- package/src/components/icon/new-icons/help.svg +4 -0
- package/src/components/icon/new-icons/hide.svg +3 -0
- package/src/components/icon/new-icons/logout.svg +4 -0
- package/src/components/icon/new-icons/money.svg +3 -0
- package/src/components/icon/new-icons/move-left.svg +3 -0
- package/src/components/icon/new-icons/move-right.svg +3 -0
- package/src/components/icon/new-icons/pen.svg +4 -0
- package/src/components/icon/new-icons/person.svg +4 -0
- package/src/components/icon/new-icons/pin.svg +6 -0
- package/src/components/icon/new-icons/project.svg +3 -0
- package/src/components/icon/new-icons/recurrence.svg +1 -0
- package/src/components/icon/new-icons/repeat.svg +6 -0
- package/src/components/icon/new-icons/report.svg +3 -0
- package/src/components/icon/new-icons/scissors.svg +3 -0
- package/src/components/icon/new-icons/settings.svg +3 -0
- package/src/components/icon/new-icons/sort-asc.svg +6 -0
- package/src/components/icon/new-icons/sort-desc.svg +6 -0
- package/src/components/icon/new-icons/table-view.svg +3 -0
- package/src/components/icon/new-icons/tag.svg +3 -0
- package/src/components/icon/new-icons/target.svg +3 -0
- package/src/components/icon/new-icons/text.svg +5 -0
- package/src/components/icon/new-icons/transactions.svg +7 -0
- package/src/components/icon/new-icons/trash.svg +3 -0
- package/src/components/icon/new-icons/unpin.svg +6 -0
- package/src/components/icon/new-icons/user.svg +4 -0
- package/src/components/modal/DeleteConfirmModal.vue +0 -2
- package/src/components/modal/ItemEditor.vue +1 -5
- package/src/components/pagination/Pagination.vue +3 -2
- package/src/components/pagination/Pagination2.vue +179 -0
- package/src/components/panels/Panel.vue +23 -7
- package/src/components/panels/PanelItemEdit.vue +62 -0
- package/src/components/panels/PanelLink.vue +26 -6
- package/src/components/panels/PanelList.vue +27 -26
- package/src/components/panels/helpers.spec.ts +27 -0
- package/src/components/panels/helpers.ts +37 -0
- package/src/components/popover/NoticePopout.vue +1 -1
- package/src/components/select/Select.vue +1 -1
- package/src/components/sortable/draggable.js +2 -1
- package/src/components/table/Table2.vue +35 -8
- package/src/components/table/TableBody.vue +10 -18
- package/src/components/table/TableGroup.vue +29 -13
- package/src/components/table/TableHeader.vue +120 -69
- package/src/components/table/TableRowToggle.vue +51 -0
- package/src/components/table/TableRows.vue +20 -29
- package/src/components/table/index.stories.js +22 -200
- package/src/components/table/table2.scss +237 -68
- package/src/components/text-field/MoneyField.vue +23 -21
- package/src/components/text-field/TextField.vue +12 -8
- package/src/components/tree/TreeEditor.vue +615 -0
- package/src/components/view/View.vue +244 -0
- package/src/components/view/index.stories.js +588 -0
- package/src/helpers/formatters.js +14 -1
- package/src/helpers/tree/cdbl.js +32 -0
- package/src/helpers/tree/cint.js +43 -0
- package/src/helpers/tree/domDrag.js +911 -0
- package/src/helpers/tree/domFinds.js +20 -0
- package/src/helpers/tree/domGetPointFromEvent.js +53 -0
- package/src/helpers/tree/domIsClientXYIn.js +65 -0
- package/src/helpers/tree/domRemove.js +50 -0
- package/src/helpers/tree/evem.js +27 -0
- package/src/helpers/tree/genID.js +56 -0
- package/src/helpers/tree/isEle.js +28 -0
- package/src/helpers/tree/isestr.js +35 -0
- package/src/helpers/tree/isint.js +40 -0
- package/src/helpers/tree/isnbr.js +24 -0
- package/src/helpers/tree/isnum.js +38 -0
- package/src/helpers/tree/ispint.js +41 -0
- package/src/helpers/tree/isstr.js +27 -0
- package/src/helpers/tree.js +30 -0
- package/src/helpers/vuetifyColor.js +136 -0
- package/src/locales/en.js +17 -0
- package/src/locales/uk.js +17 -0
|
@@ -2,8 +2,7 @@ import { storiesOf } from '@storybook/vue';
|
|
|
2
2
|
import ITFSettings from '../../ITFSettings';
|
|
3
3
|
import itfApp from '../app/App.vue';
|
|
4
4
|
import itfButton from '../button/Button.vue';
|
|
5
|
-
import itfTable from './
|
|
6
|
-
import itfTable2 from './Table2.vue';
|
|
5
|
+
import itfTable from './Table2.vue';
|
|
7
6
|
import itfSelect from '../select/Select.vue';
|
|
8
7
|
|
|
9
8
|
const exampleData = [{
|
|
@@ -79,15 +78,16 @@ ITFSettings.currencies = [
|
|
|
79
78
|
];
|
|
80
79
|
|
|
81
80
|
storiesOf('Common', module)
|
|
82
|
-
.add('
|
|
81
|
+
.add('Table', () => ({
|
|
83
82
|
components: {
|
|
84
|
-
itfTable,
|
|
85
83
|
itfButton,
|
|
86
|
-
|
|
84
|
+
itfTable,
|
|
87
85
|
itfSelect
|
|
88
86
|
},
|
|
89
87
|
data() {
|
|
90
88
|
return {
|
|
89
|
+
selectedIds: [],
|
|
90
|
+
sorting: 'Description',
|
|
91
91
|
list: Array.from({length: 20}).map((_, i) => ({
|
|
92
92
|
Id: i,
|
|
93
93
|
text: `Рахунок ✅`,
|
|
@@ -140,7 +140,9 @@ storiesOf('Common', module)
|
|
|
140
140
|
"title": { "en_US": "Description", "uk_UA": "Прізвище" },
|
|
141
141
|
"type": "text",
|
|
142
142
|
"editable": true,
|
|
143
|
-
"sortable":
|
|
143
|
+
"sortable": true,
|
|
144
|
+
"filtrable": true,
|
|
145
|
+
icon: 'money',
|
|
144
146
|
width: 200,
|
|
145
147
|
minWidth: 100,
|
|
146
148
|
maxWidth: 300
|
|
@@ -153,7 +155,7 @@ storiesOf('Common', module)
|
|
|
153
155
|
"copy": true,
|
|
154
156
|
"editable": true,
|
|
155
157
|
"sortable": false,
|
|
156
|
-
icon: '
|
|
158
|
+
icon: 'card',
|
|
157
159
|
width: 200,
|
|
158
160
|
minWidth: 100,
|
|
159
161
|
maxWidth: 300
|
|
@@ -164,6 +166,7 @@ storiesOf('Common', module)
|
|
|
164
166
|
"type": "money",
|
|
165
167
|
"editable": true,
|
|
166
168
|
"sortable": false,
|
|
169
|
+
icon: 'calendar',
|
|
167
170
|
width: 200,
|
|
168
171
|
minWidth: 100,
|
|
169
172
|
maxWidth: 300
|
|
@@ -174,6 +177,7 @@ storiesOf('Common', module)
|
|
|
174
177
|
"type": "time",
|
|
175
178
|
"editable": true,
|
|
176
179
|
"sortable": false,
|
|
180
|
+
icon: 'person',
|
|
177
181
|
width: 200,
|
|
178
182
|
minWidth: 100,
|
|
179
183
|
maxWidth: 300
|
|
@@ -182,6 +186,7 @@ storiesOf('Common', module)
|
|
|
182
186
|
"property": "Amount",
|
|
183
187
|
"title": { "en_US": "Amount", "uk_UA": "Прізвище" },
|
|
184
188
|
"type": "money",
|
|
189
|
+
icon: 'text',
|
|
185
190
|
"sortable": false,
|
|
186
191
|
width: 200,
|
|
187
192
|
minWidth: 100,
|
|
@@ -327,13 +332,18 @@ storiesOf('Common', module)
|
|
|
327
332
|
}
|
|
328
333
|
</pre>
|
|
329
334
|
<h3>Example</h3>
|
|
330
|
-
|
|
335
|
+
|
|
336
|
+
<itf-table
|
|
331
337
|
add-new-rows
|
|
338
|
+
striped
|
|
332
339
|
@new="onAdd"
|
|
333
340
|
state-name="test"
|
|
334
341
|
:schema="schema"
|
|
335
342
|
:columns.sync="columns2" :rows="list2"
|
|
343
|
+
v-model="selectedIds"
|
|
336
344
|
show-summary
|
|
345
|
+
id-property="Id"
|
|
346
|
+
:sorting.sync="sorting"
|
|
337
347
|
column-sorting column-resizing show-add-column show-grouping @add-column="onAdd">
|
|
338
348
|
<template #format.employee="{ item }">
|
|
339
349
|
{{item.EmployeeId}}
|
|
@@ -346,14 +356,15 @@ storiesOf('Common', module)
|
|
|
346
356
|
:get-option-label="item => item.Name"
|
|
347
357
|
:options="[{ Id: 1, Name: 'Vitalii Savchuk' }]" />
|
|
348
358
|
</template>
|
|
349
|
-
</itf-
|
|
359
|
+
</itf-table>
|
|
350
360
|
|
|
351
|
-
<itf-
|
|
361
|
+
<itf-table
|
|
352
362
|
editable
|
|
353
363
|
add-new-rows
|
|
354
364
|
@new="onAdd"
|
|
355
365
|
state-name="test"
|
|
356
366
|
:schema="schema"
|
|
367
|
+
v-model="selectedIds"
|
|
357
368
|
:columns.sync="columns2" :rows="list2"
|
|
358
369
|
show-summary
|
|
359
370
|
column-sorting column-resizing show-add-column show-grouping @add-column="onAdd">
|
|
@@ -368,7 +379,7 @@ storiesOf('Common', module)
|
|
|
368
379
|
:get-option-label="item => item.Name"
|
|
369
380
|
:options="[{ Id: 1, Name: 'Vitalii Savchuk' }]" />
|
|
370
381
|
</template>
|
|
371
|
-
</itf-
|
|
382
|
+
</itf-table>
|
|
372
383
|
|
|
373
384
|
<br />
|
|
374
385
|
<br />
|
|
@@ -396,192 +407,3 @@ storiesOf('Common', module)
|
|
|
396
407
|
|
|
397
408
|
</div>`,
|
|
398
409
|
}))
|
|
399
|
-
|
|
400
|
-
.add('Table', () => ({
|
|
401
|
-
components: {
|
|
402
|
-
itfApp,
|
|
403
|
-
itfTable,
|
|
404
|
-
itfButton
|
|
405
|
-
},
|
|
406
|
-
data() {
|
|
407
|
-
return {
|
|
408
|
-
from: '2021-01-16',
|
|
409
|
-
to: null,
|
|
410
|
-
dates: [],
|
|
411
|
-
customDays: {
|
|
412
|
-
'2021-10-21': { text: '🎉', class: 'test' }
|
|
413
|
-
},
|
|
414
|
-
|
|
415
|
-
sorting: {},
|
|
416
|
-
columns: [{
|
|
417
|
-
text: 'Employee',
|
|
418
|
-
name: 'Employee',
|
|
419
|
-
min: 250,
|
|
420
|
-
max: 250
|
|
421
|
-
}, {
|
|
422
|
-
text: 'Total',
|
|
423
|
-
name: 'Total',
|
|
424
|
-
min: 150,
|
|
425
|
-
max: 150
|
|
426
|
-
}, {
|
|
427
|
-
text: 'FTE',
|
|
428
|
-
name: 'FTE',
|
|
429
|
-
min: 100,
|
|
430
|
-
max: 100
|
|
431
|
-
}, {
|
|
432
|
-
text: 'Position',
|
|
433
|
-
name: 'Position',
|
|
434
|
-
min: 200,
|
|
435
|
-
max: 200
|
|
436
|
-
}, {
|
|
437
|
-
text: 'Office',
|
|
438
|
-
name: 'Office',
|
|
439
|
-
min: 150,
|
|
440
|
-
max: 150
|
|
441
|
-
}, {
|
|
442
|
-
text: 'Internal',
|
|
443
|
-
name: 'MinutesInternal',
|
|
444
|
-
min: 150,
|
|
445
|
-
max: 150,
|
|
446
|
-
sortable: true
|
|
447
|
-
}, {
|
|
448
|
-
text: 'External',
|
|
449
|
-
name: 'MinutesExternal',
|
|
450
|
-
min: 150,
|
|
451
|
-
max: 150,
|
|
452
|
-
sortable: true
|
|
453
|
-
}, {
|
|
454
|
-
text: 'Compensation (Internal)',
|
|
455
|
-
name: 'AmountInternal',
|
|
456
|
-
min: 200,
|
|
457
|
-
max: 200
|
|
458
|
-
}, {
|
|
459
|
-
text: 'Compensation (External)',
|
|
460
|
-
name: 'AmountExternal',
|
|
461
|
-
min: 150,
|
|
462
|
-
max: 150
|
|
463
|
-
}, {
|
|
464
|
-
text: 'Bonus/Commission',
|
|
465
|
-
name: 'AmountShare',
|
|
466
|
-
min: 150,
|
|
467
|
-
max: 150
|
|
468
|
-
}, {
|
|
469
|
-
text: 'Actions',
|
|
470
|
-
name: 'Notes',
|
|
471
|
-
min: 80,
|
|
472
|
-
max: 80
|
|
473
|
-
}],
|
|
474
|
-
list2: [
|
|
475
|
-
{
|
|
476
|
-
summary: true,
|
|
477
|
-
Employee: 'Total asda das dasd ada dad adaddas',
|
|
478
|
-
Total: 100,
|
|
479
|
-
FTE: 1.0,
|
|
480
|
-
Position: 'Developer',
|
|
481
|
-
MinutesInternal: '10h 20m',
|
|
482
|
-
MinutesExternal: '10h 20m',
|
|
483
|
-
AmountInternal: 1000,
|
|
484
|
-
AmountExternal: 2000,
|
|
485
|
-
AmountShare: 200,
|
|
486
|
-
Notes: 'Test'
|
|
487
|
-
}
|
|
488
|
-
],
|
|
489
|
-
list: [
|
|
490
|
-
{
|
|
491
|
-
summary: true,
|
|
492
|
-
Employee: 'Total',
|
|
493
|
-
Total: 100,
|
|
494
|
-
FTE: 1.0,
|
|
495
|
-
Position: 'Developer',
|
|
496
|
-
MinutesInternal: '10h 20m',
|
|
497
|
-
MinutesExternal: '10h 20m',
|
|
498
|
-
AmountInternal: 1000,
|
|
499
|
-
AmountExternal: 2000,
|
|
500
|
-
AmountShare: 200,
|
|
501
|
-
Notes: 'Test'
|
|
502
|
-
},
|
|
503
|
-
...exampleData,
|
|
504
|
-
{
|
|
505
|
-
summary: true,
|
|
506
|
-
Employee: 'Subtotal',
|
|
507
|
-
Total: 100,
|
|
508
|
-
FTE: 1.0,
|
|
509
|
-
Position: 'Developer',
|
|
510
|
-
MinutesInternal: '10h 20m',
|
|
511
|
-
MinutesExternal: '10h 20m',
|
|
512
|
-
AmountInternal: 1000,
|
|
513
|
-
AmountExternal: 2000,
|
|
514
|
-
AmountShare: 200,
|
|
515
|
-
Notes: 'Test'
|
|
516
|
-
},
|
|
517
|
-
...exampleData,
|
|
518
|
-
{
|
|
519
|
-
summary: true,
|
|
520
|
-
Employee: 'Subtotal',
|
|
521
|
-
Total: 100,
|
|
522
|
-
FTE: 1.0,
|
|
523
|
-
Position: 'Developer',
|
|
524
|
-
MinutesInternal: '10h 20m',
|
|
525
|
-
MinutesExternal: '10h 20m',
|
|
526
|
-
AmountInternal: 1000,
|
|
527
|
-
AmountExternal: 2000,
|
|
528
|
-
AmountShare: 200,
|
|
529
|
-
Notes: 'Test'
|
|
530
|
-
},
|
|
531
|
-
...exampleData
|
|
532
|
-
]
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
methods: {
|
|
536
|
-
submit() {
|
|
537
|
-
this.$refs.form.doValidation();
|
|
538
|
-
},
|
|
539
|
-
reset() {
|
|
540
|
-
this.$refs.form.resetValidation();
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
template: `<div>
|
|
544
|
-
<p>You need wrap whole application with this tag</p>
|
|
545
|
-
|
|
546
|
-
<h2>Usage</h2>
|
|
547
|
-
|
|
548
|
-
<pre>
|
|
549
|
-
|
|
550
|
-
<itf-datepicker></itf-datepicker>
|
|
551
|
-
|
|
552
|
-
<button @click="$showSuccess('Success')">Show success</button>
|
|
553
|
-
<button @click="$showError('Error')">Show error</button>
|
|
554
|
-
<button @click="$try(() => { throw new Error('Invalid function'); })">Try function with error</button>
|
|
555
|
-
</pre>
|
|
556
|
-
|
|
557
|
-
<h2>With Scroll</h2>
|
|
558
|
-
|
|
559
|
-
{{sorting}}
|
|
560
|
-
|
|
561
|
-
<itf-button secondary>
|
|
562
|
-
<svg height="21" viewBox="0 0 21 21" width="21" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" transform="translate(2 5)"><path d="m8.5 11c3.1296136 0 5.9629469-1.83333333 8.5-5.5-2.5370531-3.66666667-5.3703864-5.5-8.5-5.5-3.12961358 0-5.96294692 1.83333333-8.5 5.5 2.53705308 3.66666667 5.37038642 5.5 8.5 5.5z"/><path d="m8.5 2c.18463928 0 .36593924.01429736.54285316.04184538-.02850842.148891-.04285316.30184762-.04285316.45815462 0 1.38071187 1.1192881 2.5 2.5 2.5.156307 0 .3092636-.01434474.4576252-.04178957.0280774.17585033.0423748.35715029.0423748.54178957 0 1.93299662-1.5670034 3.5-3.5 3.5-1.93299662 0-3.5-1.56700338-3.5-3.5s1.56700338-3.5 3.5-3.5z"/></g></svg>
|
|
563
|
-
Export
|
|
564
|
-
</itf-button>
|
|
565
|
-
|
|
566
|
-
<itf-table
|
|
567
|
-
small
|
|
568
|
-
:sorting.sync="sorting"
|
|
569
|
-
sticky-header
|
|
570
|
-
sticky-column
|
|
571
|
-
sticky-last-column
|
|
572
|
-
:columns="columns"
|
|
573
|
-
:rows="list"
|
|
574
|
-
hoverable
|
|
575
|
-
striped
|
|
576
|
-
>
|
|
577
|
-
<template #column.Employee="{ item }">
|
|
578
|
-
{{item.Employee}}
|
|
579
|
-
</template>
|
|
580
|
-
<template #column.Total.summary="{ item }">
|
|
581
|
-
<strong>12</strong><br/>
|
|
582
|
-
<small>50% від загальної кількості</small>
|
|
583
|
-
</template>
|
|
584
|
-
</itf-table>
|
|
585
|
-
|
|
586
|
-
</div>`,
|
|
587
|
-
}));
|