@itfin/components 1.4.2 → 1.4.4
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/filter/FilterPanel.vue +17 -13
- package/src/components/icon/components/nomi-calendar-view.vue +4 -0
- package/src/components/icon/components/nomi-kanban-view.vue +6 -0
- package/src/components/icon/components/nomi-list-view.vue +7 -0
- package/src/components/icon/components/nomi-table-config.vue +9 -0
- package/src/components/icon/components/nomi-table-view.vue +4 -1
- package/src/components/icon/icons.js +336 -332
- package/src/components/icon/new-icons/calendar-view.svg +3 -0
- package/src/components/icon/new-icons/kanban-view.svg +5 -0
- package/src/components/icon/new-icons/list-view.svg +6 -0
- package/src/components/icon/new-icons/table-config.svg +8 -0
- package/src/components/icon/new-icons/table-view.svg +4 -1
- package/src/components/view/View.vue +57 -3
package/package.json
CHANGED
|
@@ -1,20 +1,23 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="itf-filter-panel d-flex flex-column gap-3 align-items-start">
|
|
3
|
-
<div
|
|
3
|
+
<div class="d-flex gap-2 justify-content-between w-100">
|
|
4
4
|
<slot name="search">
|
|
5
|
-
<
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
5
|
+
<div>
|
|
6
|
+
<itf-text-field
|
|
7
|
+
v-if="search"
|
|
8
|
+
style="width: 300px"
|
|
9
|
+
small
|
|
10
|
+
:placeholder="searchPlaceholder"
|
|
11
|
+
prepend-icon="search"
|
|
12
|
+
:delay-input="250"
|
|
13
|
+
clearable
|
|
14
|
+
:value="filterValue.query"
|
|
15
|
+
@input="(e) => onFilterChange({ type: 'text', name: 'query' }, { value: e })"
|
|
16
|
+
/>
|
|
17
|
+
</div>
|
|
15
18
|
</slot>
|
|
16
19
|
<div class="d-flex gap-2">
|
|
17
|
-
<itf-button default icon class="position-relative" @click="toggleFilters">
|
|
20
|
+
<itf-button v-if="showFilter" default icon class="position-relative" @click="toggleFilters">
|
|
18
21
|
<itf-icon new name="filter" />
|
|
19
22
|
<span v-if="activeFiltersCount" class="position-absolute top-0 start-100 translate-middle badge rounded-pill bg-primary">
|
|
20
23
|
{{activeFiltersCount}}
|
|
@@ -24,7 +27,7 @@
|
|
|
24
27
|
<slot name="after-filter-btn"></slot>
|
|
25
28
|
</div>
|
|
26
29
|
</div>
|
|
27
|
-
<div v-if="showFilters" class="d-flex gap-2 flex-nowrap">
|
|
30
|
+
<div v-if="showFilters && showFilter" class="d-flex gap-2 flex-nowrap">
|
|
28
31
|
<filter-badge
|
|
29
32
|
v-for="(facet, n) in visibleFilters"
|
|
30
33
|
:key="n"
|
|
@@ -94,6 +97,7 @@ class FilterPanel extends Vue {
|
|
|
94
97
|
@Prop() panel;
|
|
95
98
|
@Prop(String) stateName;
|
|
96
99
|
@Prop(Boolean) search;
|
|
100
|
+
@Prop({ type: Boolean, default: true }) showFilter;
|
|
97
101
|
@Prop(Boolean) mini;
|
|
98
102
|
@Prop({ type: String, default: function() { return this.$t('components.filter.search'); } }) searchPlaceholder;
|
|
99
103
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.60039 5.00039C8.60039 4.66902 8.33176 4.40039 8.00039 4.40039C7.66902 4.40039 7.40039 4.66902 7.40039 5.00039V6.44556C7.35748 6.45011 7.31553 6.45512 7.27454 6.46063C6.79953 6.52449 6.3652 6.6657 6.01547 7.01544C5.66574 7.36517 5.52452 7.7995 5.46066 8.2745C5.40035 8.72311 5.40037 9.28719 5.40039 9.95917V9.9592L5.40039 10.0004V15.0004L5.40039 15.0415V15.0416C5.40037 15.7135 5.40035 16.2776 5.46066 16.7262C5.52452 17.2012 5.66574 17.6356 6.01547 17.9853C6.3652 18.335 6.79953 18.4762 7.27454 18.5401C7.72314 18.6004 8.28721 18.6004 8.95917 18.6004H8.95923L9.00039 18.6004H15.0004L15.0416 18.6004H15.0416C15.7136 18.6004 16.2776 18.6004 16.7263 18.5401C17.2013 18.4762 17.6356 18.335 17.9853 17.9853C18.335 17.6356 18.4763 17.2012 18.5401 16.7262C18.6004 16.2776 18.6004 15.7135 18.6004 15.0416V15.0415L18.6004 15.0004V10.0004L18.6004 9.9592V9.95917C18.6004 9.28719 18.6004 8.72311 18.5401 8.2745C18.4763 7.7995 18.335 7.36517 17.9853 7.01544C17.6356 6.6657 17.2013 6.52449 16.7263 6.46063C16.6853 6.45512 16.6433 6.45011 16.6004 6.44556L16.6004 5.00039C16.6004 4.66902 16.3318 4.40039 16.0004 4.40039C15.669 4.40039 15.4004 4.66902 15.4004 5.00039V6.40072C15.2845 6.40035 15.1649 6.40035 15.0417 6.40036H15.0416L15.0004 6.40036H9.00039L8.95923 6.40036H8.9591H8.95908H8.95907H8.95905C8.83586 6.40035 8.71629 6.40035 8.60039 6.40072L8.60039 5.00039ZM17.3987 9.40036C17.3952 8.99258 17.3843 8.68374 17.3508 8.4344C17.3049 8.09246 17.2264 7.95357 17.1368 7.86396C17.0472 7.77436 16.9083 7.6959 16.5664 7.64993C16.2072 7.60163 15.7245 7.60036 15.0004 7.60036H9.00039C8.27632 7.60036 7.79363 7.60163 7.43443 7.64993C7.0925 7.6959 6.95361 7.77436 6.864 7.86396C6.77439 7.95357 6.69593 8.09246 6.64996 8.4344C6.61644 8.68374 6.60557 8.99258 6.60206 9.40036L17.3987 9.40036ZM6.60039 10.6004L17.4004 10.6004V15.0004C17.4004 15.7244 17.3991 16.2071 17.3508 16.5663C17.3049 16.9083 17.2264 17.0471 17.1368 17.1368C17.0472 17.2264 16.9083 17.3048 16.5664 17.3508C16.2072 17.3991 15.7245 17.4004 15.0004 17.4004H9.00039C8.27632 17.4004 7.79363 17.3991 7.43443 17.3508C7.0925 17.3048 6.95361 17.2264 6.864 17.1368C6.77439 17.0471 6.69593 16.9083 6.64996 16.5663C6.60167 16.2071 6.60039 15.7244 6.60039 15.0004V10.6004ZM7.90039 12.5004C7.90039 12.169 8.16902 11.9004 8.50039 11.9004L13.5004 11.9004C13.8318 11.9004 14.1004 12.169 14.1004 12.5004C14.1004 12.8318 13.8318 13.1004 13.5004 13.1004H8.50039C8.16902 13.1004 7.90039 12.8318 7.90039 12.5004ZM8.50039 15.6004H11.5004C11.8318 15.6004 12.1004 15.3318 12.1004 15.0004C12.1004 14.669 11.8318 14.4004 11.5004 14.4004H8.50039C8.16902 14.4004 7.90039 14.669 7.90039 15.0004C7.90039 15.3318 8.16902 15.6004 8.50039 15.6004Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M10 6V18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14 6V18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
6
|
+
</template>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M13 15L8.5 15" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12 9H8.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15 12H8.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
7
|
+
</template>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M6 14L18 14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6 10L18 10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10 6L10 18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M20.1384 16.7558C20.4109 16.2888 20.4109 15.7112 20.1384 15.2442L18.9718 13.2442C18.703 12.7834 18.2096 12.5 17.6761 12.5L15.3248 12.5C14.7913 12.5 14.298 12.7834 14.0292 13.2442L12.8625 15.2442C12.5901 15.7112 12.5901 16.2888 12.8625 16.7558L14.0292 18.7558C14.298 19.2166 14.7913 19.5 15.3248 19.5L17.6761 19.5C18.2096 19.5 18.703 19.2166 18.9718 18.7558L20.1384 16.7558Z" fill="currentColor" stroke="white"/>
|
|
7
|
+
<circle cx="16.5" cy="16" r="1" fill="white"/>
|
|
8
|
+
</svg>
|
|
9
|
+
</template>
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M6 14L18 14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6 10L18 10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10 6L10 18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
6
|
</svg>
|
|
4
7
|
</template>
|
|
@@ -1,502 +1,506 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
'
|
|
3
|
-
'angle': () => import('./components/angle.vue'),
|
|
4
|
-
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
5
|
-
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
2
|
+
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
6
3
|
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
7
|
-
'
|
|
8
|
-
'
|
|
9
|
-
'
|
|
4
|
+
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
5
|
+
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
6
|
+
'airplay': () => import('./components/airplay.vue'),
|
|
7
|
+
'angle': () => import('./components/angle.vue'),
|
|
10
8
|
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
11
|
-
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
12
|
-
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
13
|
-
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
14
9
|
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
15
|
-
'
|
|
10
|
+
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
11
|
+
'align_horizontal': () => import('./components/align_horizontal.vue'),
|
|
16
12
|
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
17
13
|
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
18
|
-
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
19
14
|
'backspace': () => import('./components/backspace.vue'),
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'battery_low': () => import('./components/battery_low.vue'),
|
|
15
|
+
'bag': () => import('./components/bag.vue'),
|
|
16
|
+
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
17
|
+
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
24
18
|
'backward': () => import('./components/backward.vue'),
|
|
25
19
|
'battery_half': () => import('./components/battery_half.vue'),
|
|
26
|
-
'
|
|
20
|
+
'battery_low': () => import('./components/battery_low.vue'),
|
|
21
|
+
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
22
|
+
'bell': () => import('./components/bell.vue'),
|
|
27
23
|
'bell_disabled': () => import('./components/bell_disabled.vue'),
|
|
28
|
-
'
|
|
24
|
+
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
25
|
+
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
29
26
|
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
30
|
-
'bag': () => import('./components/bag.vue'),
|
|
31
|
-
'battery_full': () => import('./components/battery_full.vue'),
|
|
32
27
|
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
33
|
-
'bell': () => import('./components/bell.vue'),
|
|
34
|
-
'book_closed': () => import('./components/book_closed.vue'),
|
|
35
|
-
'book': () => import('./components/book.vue'),
|
|
36
|
-
'blocked': () => import('./components/blocked.vue'),
|
|
37
28
|
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
38
|
-
'
|
|
39
|
-
'
|
|
40
|
-
'briefcase': () => import('./components/briefcase.vue'),
|
|
41
|
-
'bookmark': () => import('./components/bookmark.vue'),
|
|
29
|
+
'battery_full': () => import('./components/battery_full.vue'),
|
|
30
|
+
'book': () => import('./components/book.vue'),
|
|
42
31
|
'book_text': () => import('./components/book_text.vue'),
|
|
43
|
-
'
|
|
44
|
-
'
|
|
45
|
-
'
|
|
32
|
+
'backward10': () => import('./components/backward10.vue'),
|
|
33
|
+
'bookmark': () => import('./components/bookmark.vue'),
|
|
34
|
+
'book_closed': () => import('./components/book_closed.vue'),
|
|
46
35
|
'box_download': () => import('./components/box_download.vue'),
|
|
36
|
+
'box_open': () => import('./components/box_open.vue'),
|
|
37
|
+
'briefcase': () => import('./components/briefcase.vue'),
|
|
38
|
+
'branch': () => import('./components/branch.vue'),
|
|
39
|
+
'browser': () => import('./components/browser.vue'),
|
|
47
40
|
'button_minus': () => import('./components/button_minus.vue'),
|
|
41
|
+
'button_add': () => import('./components/button_add.vue'),
|
|
42
|
+
'calendar': () => import('./components/calendar.vue'),
|
|
43
|
+
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
48
44
|
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
49
|
-
'
|
|
50
|
-
'
|
|
51
|
-
'calculator': () => import('./components/calculator.vue'),
|
|
52
|
-
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
45
|
+
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
46
|
+
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
53
47
|
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
54
|
-
'
|
|
55
|
-
'
|
|
56
|
-
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
48
|
+
'battery_75': () => import('./components/battery_75.vue'),
|
|
49
|
+
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
57
50
|
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
58
|
-
'
|
|
59
|
-
'
|
|
51
|
+
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
52
|
+
'box': () => import('./components/box.vue'),
|
|
60
53
|
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
61
|
-
'
|
|
54
|
+
'archive': () => import('./components/archive.vue'),
|
|
62
55
|
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'
|
|
56
|
+
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
57
|
+
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
58
|
+
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
59
|
+
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
60
|
+
'capture': () => import('./components/capture.vue'),
|
|
61
|
+
'calculator': () => import('./components/calculator.vue'),
|
|
62
|
+
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
68
63
|
'card_view': () => import('./components/card_view.vue'),
|
|
69
|
-
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
70
|
-
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
71
64
|
'chat_add': () => import('./components/chat_add.vue'),
|
|
72
|
-
'check': () => import('./components/check.vue'),
|
|
73
|
-
'cast': () => import('./components/cast.vue'),
|
|
74
|
-
'check_circle': () => import('./components/check_circle.vue'),
|
|
75
65
|
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
76
66
|
'carousel': () => import('./components/carousel.vue'),
|
|
77
|
-
'
|
|
78
|
-
'
|
|
67
|
+
'check_circle': () => import('./components/check_circle.vue'),
|
|
68
|
+
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
69
|
+
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
70
|
+
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
71
|
+
'cast': () => import('./components/cast.vue'),
|
|
72
|
+
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
73
|
+
'cart': () => import('./components/cart.vue'),
|
|
74
|
+
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
79
75
|
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
80
|
-
'
|
|
76
|
+
'camera': () => import('./components/camera.vue'),
|
|
77
|
+
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
78
|
+
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
79
|
+
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
80
|
+
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
81
81
|
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
82
|
+
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
82
83
|
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
83
|
-
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
84
|
-
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
85
|
-
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
86
84
|
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
87
|
-
'
|
|
88
|
-
'
|
|
89
|
-
'
|
|
90
|
-
'circle': () => import('./components/circle.vue'),
|
|
91
|
-
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
85
|
+
'circle_split': () => import('./components/circle_split.vue'),
|
|
86
|
+
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
87
|
+
'chain': () => import('./components/chain.vue'),
|
|
92
88
|
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
89
|
+
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
90
|
+
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
93
91
|
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
92
|
+
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
94
93
|
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
95
|
-
'circle_split': () => import('./components/circle_split.vue'),
|
|
96
|
-
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
97
94
|
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
98
|
-
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
99
|
-
'clipboard': () => import('./components/clipboard.vue'),
|
|
100
|
-
'cloud': () => import('./components/cloud.vue'),
|
|
101
95
|
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
102
|
-
'clock': () => import('./components/clock.vue'),
|
|
103
|
-
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
104
96
|
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
105
|
-
'
|
|
106
|
-
'
|
|
97
|
+
'clock': () => import('./components/clock.vue'),
|
|
98
|
+
'clipboard': () => import('./components/clipboard.vue'),
|
|
107
99
|
'code': () => import('./components/code.vue'),
|
|
108
|
-
'
|
|
109
|
-
'
|
|
100
|
+
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
101
|
+
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
102
|
+
'cloud': () => import('./components/cloud.vue'),
|
|
103
|
+
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
110
104
|
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
105
|
+
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
106
|
+
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
107
|
+
'coin': () => import('./components/coin.vue'),
|
|
108
|
+
'circle': () => import('./components/circle.vue'),
|
|
109
|
+
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
111
110
|
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
112
111
|
'coins': () => import('./components/coins.vue'),
|
|
113
|
-
'
|
|
114
|
-
'component_add': () => import('./components/component_add.vue'),
|
|
115
|
-
'chain': () => import('./components/chain.vue'),
|
|
116
|
-
'coin': () => import('./components/coin.vue'),
|
|
112
|
+
'check': () => import('./components/check.vue'),
|
|
117
113
|
'coffee': () => import('./components/coffee.vue'),
|
|
118
|
-
'contract': () => import('./components/contract.vue'),
|
|
119
|
-
'credit_card': () => import('./components/credit_card.vue'),
|
|
120
114
|
'connect': () => import('./components/connect.vue'),
|
|
121
115
|
'contacts': () => import('./components/contacts.vue'),
|
|
122
|
-
'
|
|
123
|
-
'cube': () => import('./components/cube.vue'),
|
|
124
|
-
'create': () => import('./components/create.vue'),
|
|
125
|
-
'crop': () => import('./components/crop.vue'),
|
|
116
|
+
'blocked': () => import('./components/blocked.vue'),
|
|
126
117
|
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
127
|
-
'
|
|
118
|
+
'credit_card': () => import('./components/credit_card.vue'),
|
|
119
|
+
'crop': () => import('./components/crop.vue'),
|
|
120
|
+
'create': () => import('./components/create.vue'),
|
|
121
|
+
'cross': () => import('./components/cross.vue'),
|
|
122
|
+
'cylinder': () => import('./components/cylinder.vue'),
|
|
123
|
+
'display_alt': () => import('./components/display_alt.vue'),
|
|
128
124
|
'directions': () => import('./components/directions.vue'),
|
|
125
|
+
'diamond': () => import('./components/diamond.vue'),
|
|
126
|
+
'cube': () => import('./components/cube.vue'),
|
|
127
|
+
'database': () => import('./components/database.vue'),
|
|
128
|
+
'component_add': () => import('./components/component_add.vue'),
|
|
129
129
|
'display': () => import('./components/display.vue'),
|
|
130
130
|
'disc': () => import('./components/disc.vue'),
|
|
131
|
+
'document_words': () => import('./components/document_words.vue'),
|
|
132
|
+
'door_alt': () => import('./components/door_alt.vue'),
|
|
133
|
+
'contract': () => import('./components/contract.vue'),
|
|
131
134
|
'crosshair': () => import('./components/crosshair.vue'),
|
|
132
|
-
'
|
|
133
|
-
'document_justified': () => import('./components/document_justified.vue'),
|
|
134
|
-
'document_list': () => import('./components/document_list.vue'),
|
|
135
|
-
'database': () => import('./components/database.vue'),
|
|
136
|
-
'document': () => import('./components/document.vue'),
|
|
135
|
+
'download_alt': () => import('./components/download_alt.vue'),
|
|
137
136
|
'door': () => import('./components/door.vue'),
|
|
137
|
+
'enter': () => import('./components/enter.vue'),
|
|
138
138
|
'downward': () => import('./components/downward.vue'),
|
|
139
|
-
'document_stack': () => import('./components/document_stack.vue'),
|
|
140
139
|
'download': () => import('./components/download.vue'),
|
|
141
|
-
'download_alt': () => import('./components/download_alt.vue'),
|
|
142
|
-
'document_words': () => import('./components/document_words.vue'),
|
|
143
|
-
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
144
|
-
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
145
|
-
'cylinder': () => import('./components/cylinder.vue'),
|
|
146
140
|
'drag': () => import('./components/drag.vue'),
|
|
141
|
+
'document_stack': () => import('./components/document_stack.vue'),
|
|
142
|
+
'document': () => import('./components/document.vue'),
|
|
143
|
+
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
147
144
|
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
148
|
-
'
|
|
145
|
+
'expand_width': () => import('./components/expand_width.vue'),
|
|
146
|
+
'document_justified': () => import('./components/document_justified.vue'),
|
|
147
|
+
'document_list': () => import('./components/document_list.vue'),
|
|
149
148
|
'episodes': () => import('./components/episodes.vue'),
|
|
150
|
-
'
|
|
149
|
+
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
151
150
|
'external': () => import('./components/external.vue'),
|
|
152
|
-
'exit_left': () => import('./components/exit_left.vue'),
|
|
153
|
-
'expand_width': () => import('./components/expand_width.vue'),
|
|
154
|
-
'exit_right': () => import('./components/exit_right.vue'),
|
|
155
|
-
'door_alt': () => import('./components/door_alt.vue'),
|
|
156
|
-
'eye': () => import('./components/eye.vue'),
|
|
157
151
|
'expand_height': () => import('./components/expand_height.vue'),
|
|
158
152
|
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
159
|
-
'
|
|
153
|
+
'expand': () => import('./components/expand.vue'),
|
|
154
|
+
'eye_no': () => import('./components/eye_no.vue'),
|
|
155
|
+
'eye': () => import('./components/eye.vue'),
|
|
160
156
|
'face_sad': () => import('./components/face_sad.vue'),
|
|
161
|
-
'
|
|
162
|
-
'
|
|
163
|
-
'
|
|
164
|
-
'files_multi': () => import('./components/files_multi.vue'),
|
|
157
|
+
'exit_left': () => import('./components/exit_left.vue'),
|
|
158
|
+
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
159
|
+
'face_happy': () => import('./components/face_happy.vue'),
|
|
165
160
|
'file_download': () => import('./components/file_download.vue'),
|
|
166
161
|
'files_history': () => import('./components/files_history.vue'),
|
|
162
|
+
'file_upload': () => import('./components/file_upload.vue'),
|
|
163
|
+
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
164
|
+
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
165
|
+
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
166
|
+
'exit_right': () => import('./components/exit_right.vue'),
|
|
167
|
+
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
168
|
+
'files_multi': () => import('./components/files_multi.vue'),
|
|
167
169
|
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
168
170
|
'filter': () => import('./components/filter.vue'),
|
|
169
|
-
'film': () => import('./components/film.vue'),
|
|
170
|
-
'face_happy': () => import('./components/face_happy.vue'),
|
|
171
|
-
'files_stack': () => import('./components/files_stack.vue'),
|
|
172
|
-
'filter_all': () => import('./components/filter_all.vue'),
|
|
173
|
-
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
174
|
-
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
175
|
-
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
176
|
-
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
177
171
|
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
172
|
+
'compass': () => import('./components/compass.vue'),
|
|
173
|
+
'duplicate': () => import('./components/duplicate.vue'),
|
|
174
|
+
'close': () => import('./components/close.vue'),
|
|
178
175
|
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
179
|
-
'
|
|
180
|
-
'
|
|
181
|
-
'flame': () => import('./components/flame.vue'),
|
|
182
|
-
'flip_view': () => import('./components/flip_view.vue'),
|
|
176
|
+
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
177
|
+
'film': () => import('./components/film.vue'),
|
|
183
178
|
'floppy': () => import('./components/floppy.vue'),
|
|
179
|
+
'filter_all': () => import('./components/filter_all.vue'),
|
|
184
180
|
'filtering': () => import('./components/filtering.vue'),
|
|
185
|
-
'forward': () => import('./components/forward.vue'),
|
|
186
|
-
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
187
|
-
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
188
|
-
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
189
181
|
'folder_open': () => import('./components/folder_open.vue'),
|
|
190
|
-
'folder_add': () => import('./components/folder_add.vue'),
|
|
191
|
-
'flag': () => import('./components/flag.vue'),
|
|
192
182
|
'forward10': () => import('./components/forward10.vue'),
|
|
183
|
+
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
193
184
|
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
185
|
+
'files_stack': () => import('./components/files_stack.vue'),
|
|
186
|
+
'filter_single': () => import('./components/filter_single.vue'),
|
|
187
|
+
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
194
188
|
'gauge': () => import('./components/gauge.vue'),
|
|
195
|
-
'
|
|
196
|
-
'
|
|
197
|
-
'
|
|
189
|
+
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
190
|
+
'flame': () => import('./components/flame.vue'),
|
|
191
|
+
'flip_view': () => import('./components/flip_view.vue'),
|
|
192
|
+
'folder_add': () => import('./components/folder_add.vue'),
|
|
198
193
|
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
199
|
-
'
|
|
200
|
-
'
|
|
201
|
-
'grid': () => import('./components/grid.vue'),
|
|
194
|
+
'funnel': () => import('./components/funnel.vue'),
|
|
195
|
+
'graph_box': () => import('./components/graph_box.vue'),
|
|
202
196
|
'gps': () => import('./components/gps.vue'),
|
|
203
|
-
'
|
|
204
|
-
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
197
|
+
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
205
198
|
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
206
|
-
'grid_small': () => import('./components/grid_small.vue'),
|
|
207
|
-
'hand': () => import('./components/hand.vue'),
|
|
208
|
-
'hash': () => import('./components/hash.vue'),
|
|
209
|
-
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
210
|
-
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
211
199
|
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
212
|
-
'
|
|
213
|
-
'
|
|
214
|
-
'
|
|
215
|
-
'
|
|
200
|
+
'forward': () => import('./components/forward.vue'),
|
|
201
|
+
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
202
|
+
'globe': () => import('./components/globe.vue'),
|
|
203
|
+
'grid': () => import('./components/grid.vue'),
|
|
216
204
|
'heart': () => import('./components/heart.vue'),
|
|
217
|
-
'
|
|
218
|
-
'
|
|
219
|
-
'
|
|
220
|
-
'
|
|
205
|
+
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
206
|
+
'grab': () => import('./components/grab.vue'),
|
|
207
|
+
'fork_git': () => import('./components/fork_git.vue'),
|
|
208
|
+
'gift': () => import('./components/gift.vue'),
|
|
209
|
+
'grid_small': () => import('./components/grid_small.vue'),
|
|
221
210
|
'home': () => import('./components/home.vue'),
|
|
211
|
+
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
212
|
+
'height': () => import('./components/height.vue'),
|
|
213
|
+
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
214
|
+
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
215
|
+
'home_door': () => import('./components/home_door.vue'),
|
|
216
|
+
'hand': () => import('./components/hand.vue'),
|
|
222
217
|
'import': () => import('./components/import.vue'),
|
|
223
|
-
'
|
|
224
|
-
'
|
|
218
|
+
'home_alt': () => import('./components/home_alt.vue'),
|
|
219
|
+
'inbox': () => import('./components/inbox.vue'),
|
|
220
|
+
'info_circle': () => import('./components/info_circle.vue'),
|
|
221
|
+
'hash': () => import('./components/hash.vue'),
|
|
225
222
|
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
226
223
|
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
224
|
+
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
225
|
+
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
226
|
+
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
227
|
+
'keyboard': () => import('./components/keyboard.vue'),
|
|
227
228
|
'jump_right': () => import('./components/jump_right.vue'),
|
|
229
|
+
'jump_left': () => import('./components/jump_left.vue'),
|
|
228
230
|
'laptop': () => import('./components/laptop.vue'),
|
|
229
|
-
'
|
|
230
|
-
'home_alt': () => import('./components/home_alt.vue'),
|
|
231
|
-
'eye_no': () => import('./components/eye_no.vue'),
|
|
231
|
+
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
232
232
|
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
233
|
-
'
|
|
234
|
-
'expand': () => import('./components/expand.vue'),
|
|
235
|
-
'height': () => import('./components/height.vue'),
|
|
233
|
+
'lineweight': () => import('./components/lineweight.vue'),
|
|
236
234
|
'lightning': () => import('./components/lightning.vue'),
|
|
237
|
-
'link_broken': () => import('./components/link_broken.vue'),
|
|
238
235
|
'link': () => import('./components/link.vue'),
|
|
239
|
-
'
|
|
240
|
-
'
|
|
241
|
-
'
|
|
242
|
-
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
243
|
-
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
244
|
-
'info_circle': () => import('./components/info_circle.vue'),
|
|
236
|
+
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
237
|
+
'home_check': () => import('./components/home_check.vue'),
|
|
238
|
+
'link_broken': () => import('./components/link_broken.vue'),
|
|
245
239
|
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
246
|
-
'
|
|
240
|
+
'list_add': () => import('./components/list_add.vue'),
|
|
241
|
+
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
242
|
+
'harddrive': () => import('./components/harddrive.vue'),
|
|
243
|
+
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
247
244
|
'lock_open': () => import('./components/lock_open.vue'),
|
|
248
|
-
'
|
|
249
|
-
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
250
|
-
'link_alt': () => import('./components/link_alt.vue'),
|
|
245
|
+
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
251
246
|
'loader': () => import('./components/loader.vue'),
|
|
252
|
-
'
|
|
253
|
-
'
|
|
254
|
-
'
|
|
255
|
-
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
247
|
+
'link_alt': () => import('./components/link_alt.vue'),
|
|
248
|
+
'lock': () => import('./components/lock.vue'),
|
|
249
|
+
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
256
250
|
'mail_add': () => import('./components/mail_add.vue'),
|
|
257
251
|
'marquee': () => import('./components/marquee.vue'),
|
|
258
|
-
'message': () => import('./components/message.vue'),
|
|
259
|
-
'list_add': () => import('./components/list_add.vue'),
|
|
260
|
-
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
261
252
|
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
253
|
+
'location': () => import('./components/location.vue'),
|
|
262
254
|
'mail_open': () => import('./components/mail_open.vue'),
|
|
263
|
-
'
|
|
264
|
-
'
|
|
265
|
-
'microphone': () => import('./components/microphone.vue'),
|
|
266
|
-
'midpoint': () => import('./components/midpoint.vue'),
|
|
255
|
+
'mail': () => import('./components/mail.vue'),
|
|
256
|
+
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
267
257
|
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
268
|
-
'
|
|
269
|
-
'
|
|
270
|
-
'
|
|
271
|
-
'
|
|
272
|
-
'
|
|
258
|
+
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
259
|
+
'mail_new': () => import('./components/mail_new.vue'),
|
|
260
|
+
'message': () => import('./components/message.vue'),
|
|
261
|
+
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
262
|
+
'message_writing': () => import('./components/message_writing.vue'),
|
|
263
|
+
'minus': () => import('./components/minus.vue'),
|
|
273
264
|
'minimise': () => import('./components/minimise.vue'),
|
|
265
|
+
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
266
|
+
'maximise': () => import('./components/maximise.vue'),
|
|
267
|
+
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
268
|
+
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
269
|
+
'list': () => import('./components/list.vue'),
|
|
274
270
|
'newspaper': () => import('./components/newspaper.vue'),
|
|
275
|
-
'
|
|
276
|
-
'
|
|
277
|
-
'notification': () => import('./components/notification.vue'),
|
|
278
|
-
'pages': () => import('./components/pages.vue'),
|
|
271
|
+
'notebook': () => import('./components/notebook.vue'),
|
|
272
|
+
'no_sign': () => import('./components/no_sign.vue'),
|
|
279
273
|
'optional': () => import('./components/optional.vue'),
|
|
280
|
-
'
|
|
281
|
-
'
|
|
282
|
-
'
|
|
283
|
-
'panel_center': () => import('./components/panel_center.vue'),
|
|
284
|
-
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
274
|
+
'midpoint': () => import('./components/midpoint.vue'),
|
|
275
|
+
'notification': () => import('./components/notification.vue'),
|
|
276
|
+
'microphone': () => import('./components/microphone.vue'),
|
|
285
277
|
'nut': () => import('./components/nut.vue'),
|
|
278
|
+
'panel_center': () => import('./components/panel_center.vue'),
|
|
279
|
+
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
280
|
+
'move': () => import('./components/move.vue'),
|
|
281
|
+
'panel_left': () => import('./components/panel_left.vue'),
|
|
286
282
|
'panel_top': () => import('./components/panel_top.vue'),
|
|
287
|
-
'
|
|
283
|
+
'flag': () => import('./components/flag.vue'),
|
|
284
|
+
'pages': () => import('./components/pages.vue'),
|
|
285
|
+
'moon': () => import('./components/moon.vue'),
|
|
286
|
+
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
288
287
|
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
289
288
|
'panel_right': () => import('./components/panel_right.vue'),
|
|
290
|
-
'
|
|
291
|
-
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
292
|
-
'paperclip': () => import('./components/paperclip.vue'),
|
|
293
|
-
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
294
|
-
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
295
|
-
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
296
|
-
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
289
|
+
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
297
290
|
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
298
|
-
'
|
|
299
|
-
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
291
|
+
'mini_player': () => import('./components/mini_player.vue'),
|
|
300
292
|
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
301
|
-
'
|
|
302
|
-
'notebook': () => import('./components/notebook.vue'),
|
|
303
|
-
'play_button': () => import('./components/play_button.vue'),
|
|
293
|
+
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
304
294
|
'pen': () => import('./components/pen.vue'),
|
|
305
|
-
'
|
|
306
|
-
'
|
|
307
|
-
'
|
|
308
|
-
'pie_third': () => import('./components/pie_third.vue'),
|
|
295
|
+
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
296
|
+
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
297
|
+
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
309
298
|
'play': () => import('./components/play.vue'),
|
|
310
|
-
'
|
|
311
|
-
'
|
|
299
|
+
'frame': () => import('./components/frame.vue'),
|
|
300
|
+
'paperclip': () => import('./components/paperclip.vue'),
|
|
301
|
+
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
312
302
|
'pie_half': () => import('./components/pie_half.vue'),
|
|
313
|
-
'
|
|
314
|
-
'
|
|
315
|
-
'
|
|
316
|
-
'pull_down': () => import('./components/pull_down.vue'),
|
|
303
|
+
'pie_third': () => import('./components/pie_third.vue'),
|
|
304
|
+
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
305
|
+
'play_button': () => import('./components/play_button.vue'),
|
|
317
306
|
'printer': () => import('./components/printer.vue'),
|
|
307
|
+
'paper': () => import('./components/paper.vue'),
|
|
308
|
+
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
309
|
+
'pause': () => import('./components/pause.vue'),
|
|
318
310
|
'postcard': () => import('./components/postcard.vue'),
|
|
319
|
-
'
|
|
311
|
+
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
312
|
+
'plus': () => import('./components/plus.vue'),
|
|
313
|
+
'pull_left': () => import('./components/pull_left.vue'),
|
|
314
|
+
'projector': () => import('./components/projector.vue'),
|
|
320
315
|
'pull_right': () => import('./components/pull_right.vue'),
|
|
321
|
-
'push_left': () => import('./components/push_left.vue'),
|
|
322
|
-
'push_down': () => import('./components/push_down.vue'),
|
|
323
316
|
'push_right': () => import('./components/push_right.vue'),
|
|
324
|
-
'
|
|
325
|
-
'
|
|
326
|
-
'
|
|
327
|
-
'refresh': () => import('./components/refresh.vue'),
|
|
317
|
+
'push_down': () => import('./components/push_down.vue'),
|
|
318
|
+
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
319
|
+
'push_left': () => import('./components/push_left.vue'),
|
|
328
320
|
'record': () => import('./components/record.vue'),
|
|
321
|
+
'picture': () => import('./components/picture.vue'),
|
|
322
|
+
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
329
323
|
'receipt': () => import('./components/receipt.vue'),
|
|
330
|
-
'redo': () => import('./components/redo.vue'),
|
|
331
|
-
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
332
324
|
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
333
|
-
'
|
|
334
|
-
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
335
|
-
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
336
|
-
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
337
|
-
'reverse': () => import('./components/reverse.vue'),
|
|
338
|
-
'retweet': () => import('./components/retweet.vue'),
|
|
325
|
+
'pull_down': () => import('./components/pull_down.vue'),
|
|
339
326
|
'push_up': () => import('./components/push_up.vue'),
|
|
340
327
|
'replicate': () => import('./components/replicate.vue'),
|
|
341
|
-
'
|
|
342
|
-
'
|
|
328
|
+
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
329
|
+
'reset': () => import('./components/reset.vue'),
|
|
330
|
+
'refresh': () => import('./components/refresh.vue'),
|
|
331
|
+
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
332
|
+
'redo': () => import('./components/redo.vue'),
|
|
333
|
+
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
343
334
|
'required': () => import('./components/required.vue'),
|
|
344
|
-
'
|
|
345
|
-
'
|
|
335
|
+
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
336
|
+
'pull_up': () => import('./components/pull_up.vue'),
|
|
337
|
+
'question_circle': () => import('./components/question_circle.vue'),
|
|
338
|
+
'retweet': () => import('./components/retweet.vue'),
|
|
339
|
+
'reuse': () => import('./components/reuse.vue'),
|
|
346
340
|
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
341
|
+
'rocket': () => import('./components/rocket.vue'),
|
|
342
|
+
'reverse': () => import('./components/reverse.vue'),
|
|
343
|
+
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
344
|
+
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
347
345
|
'scalpel': () => import('./components/scalpel.vue'),
|
|
346
|
+
'revert': () => import('./components/revert.vue'),
|
|
347
|
+
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
348
|
+
'scale': () => import('./components/scale.vue'),
|
|
348
349
|
'search': () => import('./components/search.vue'),
|
|
350
|
+
'share': () => import('./components/share.vue'),
|
|
351
|
+
'shuffle': () => import('./components/shuffle.vue'),
|
|
349
352
|
'share_alt': () => import('./components/share_alt.vue'),
|
|
350
|
-
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
351
|
-
'revert': () => import('./components/revert.vue'),
|
|
352
|
-
'rocket': () => import('./components/rocket.vue'),
|
|
353
|
-
'side_menu': () => import('./components/side_menu.vue'),
|
|
354
|
-
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
355
353
|
'server': () => import('./components/server.vue'),
|
|
356
|
-
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
357
|
-
'sort': () => import('./components/sort.vue'),
|
|
358
|
-
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
359
|
-
'split': () => import('./components/split.vue'),
|
|
360
|
-
'shuffle': () => import('./components/shuffle.vue'),
|
|
361
|
-
'share': () => import('./components/share.vue'),
|
|
362
|
-
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
363
|
-
'settings': () => import('./components/settings.vue'),
|
|
364
|
-
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
365
354
|
'slash_forward': () => import('./components/slash_forward.vue'),
|
|
355
|
+
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
356
|
+
'side_menu': () => import('./components/side_menu.vue'),
|
|
366
357
|
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
358
|
+
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
359
|
+
'settings': () => import('./components/settings.vue'),
|
|
360
|
+
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
367
361
|
'sliders': () => import('./components/sliders.vue'),
|
|
368
|
-
'
|
|
362
|
+
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
363
|
+
'radio_on': () => import('./components/radio_on.vue'),
|
|
364
|
+
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
365
|
+
'split': () => import('./components/split.vue'),
|
|
366
|
+
'speaker': () => import('./components/speaker.vue'),
|
|
367
|
+
'star': () => import('./components/star.vue'),
|
|
368
|
+
'sort': () => import('./components/sort.vue'),
|
|
369
|
+
'support': () => import('./components/support.vue'),
|
|
370
|
+
'ruler': () => import('./components/ruler.vue'),
|
|
371
|
+
'swap': () => import('./components/swap.vue'),
|
|
369
372
|
'split_three': () => import('./components/split_three.vue'),
|
|
370
373
|
'table_header': () => import('./components/table_header.vue'),
|
|
374
|
+
'switch': () => import('./components/switch.vue'),
|
|
371
375
|
'table': () => import('./components/table.vue'),
|
|
372
|
-
'target': () => import('./components/target.vue'),
|
|
373
|
-
'tag': () => import('./components/tag.vue'),
|
|
374
|
-
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
375
|
-
'support': () => import('./components/support.vue'),
|
|
376
376
|
'thread': () => import('./components/thread.vue'),
|
|
377
|
-
'
|
|
378
|
-
'swap': () => import('./components/swap.vue'),
|
|
377
|
+
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
379
378
|
'ticket': () => import('./components/ticket.vue'),
|
|
380
|
-
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
381
|
-
'translate': () => import('./components/translate.vue'),
|
|
382
379
|
'tags': () => import('./components/tags.vue'),
|
|
383
|
-
'
|
|
384
|
-
'todo': () => import('./components/todo.vue'),
|
|
380
|
+
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
385
381
|
'toggle': () => import('./components/toggle.vue'),
|
|
382
|
+
'todo': () => import('./components/todo.vue'),
|
|
383
|
+
'tag': () => import('./components/tag.vue'),
|
|
384
|
+
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
386
385
|
'trash': () => import('./components/trash.vue'),
|
|
387
|
-
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
388
386
|
'trophy': () => import('./components/trophy.vue'),
|
|
389
|
-
'
|
|
390
|
-
'
|
|
391
|
-
'star': () => import('./components/star.vue'),
|
|
392
|
-
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
393
|
-
'type_date': () => import('./components/type_date.vue'),
|
|
387
|
+
'type_id': () => import('./components/type_id.vue'),
|
|
388
|
+
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
394
389
|
'type_email': () => import('./components/type_email.vue'),
|
|
390
|
+
'toggles': () => import('./components/toggles.vue'),
|
|
391
|
+
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
392
|
+
'type_number': () => import('./components/type_number.vue'),
|
|
393
|
+
'type_person': () => import('./components/type_person.vue'),
|
|
394
|
+
'translate': () => import('./components/translate.vue'),
|
|
395
|
+
'type_text': () => import('./components/type_text.vue'),
|
|
396
|
+
'timeline': () => import('./components/timeline.vue'),
|
|
395
397
|
'type_file': () => import('./components/type_file.vue'),
|
|
396
398
|
'type_formula': () => import('./components/type_formula.vue'),
|
|
397
|
-
'
|
|
398
|
-
'type_phone': () => import('./components/type_phone.vue'),
|
|
399
|
-
'type_person': () => import('./components/type_person.vue'),
|
|
400
|
-
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
401
|
-
'type_relation': () => import('./components/type_relation.vue'),
|
|
399
|
+
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
402
400
|
'type_status': () => import('./components/type_status.vue'),
|
|
403
|
-
'
|
|
401
|
+
'type_phone': () => import('./components/type_phone.vue'),
|
|
404
402
|
'type_select': () => import('./components/type_select.vue'),
|
|
405
|
-
'type_url': () => import('./components/type_url.vue'),
|
|
406
|
-
'type_time': () => import('./components/type_time.vue'),
|
|
407
|
-
'type_text': () => import('./components/type_text.vue'),
|
|
408
|
-
'switch': () => import('./components/switch.vue'),
|
|
409
|
-
'undo': () => import('./components/undo.vue'),
|
|
410
403
|
'type_user': () => import('./components/type_user.vue'),
|
|
411
|
-
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
412
|
-
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
413
404
|
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
414
|
-
'
|
|
415
|
-
'
|
|
405
|
+
'sun': () => import('./components/sun.vue'),
|
|
406
|
+
'type_relation': () => import('./components/type_relation.vue'),
|
|
407
|
+
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
408
|
+
'type_time': () => import('./components/type_time.vue'),
|
|
416
409
|
'undo_history': () => import('./components/undo_history.vue'),
|
|
410
|
+
'undo': () => import('./components/undo.vue'),
|
|
411
|
+
'type_url': () => import('./components/type_url.vue'),
|
|
412
|
+
'user_add': () => import('./components/user_add.vue'),
|
|
413
|
+
'target': () => import('./components/target.vue'),
|
|
414
|
+
'user_male': () => import('./components/user_male.vue'),
|
|
415
|
+
'upward': () => import('./components/upward.vue'),
|
|
416
|
+
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
417
|
+
'type_date': () => import('./components/type_date.vue'),
|
|
418
|
+
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
419
|
+
'venn': () => import('./components/venn.vue'),
|
|
420
|
+
'version': () => import('./components/version.vue'),
|
|
417
421
|
'user_remove': () => import('./components/user_remove.vue'),
|
|
422
|
+
'volume_0': () => import('./components/volume_0.vue'),
|
|
423
|
+
'volume_high': () => import('./components/volume_high.vue'),
|
|
424
|
+
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
425
|
+
'upload': () => import('./components/upload.vue'),
|
|
418
426
|
'user_circle': () => import('./components/user_circle.vue'),
|
|
419
|
-
'
|
|
420
|
-
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
421
|
-
'user_add': () => import('./components/user_add.vue'),
|
|
422
|
-
'users': () => import('./components/users.vue'),
|
|
423
|
-
'video': () => import('./components/video.vue'),
|
|
424
|
-
'user': () => import('./components/user.vue'),
|
|
427
|
+
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
425
428
|
'versions': () => import('./components/versions.vue'),
|
|
426
|
-
'
|
|
427
|
-
'
|
|
429
|
+
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
430
|
+
'video': () => import('./components/video.vue'),
|
|
428
431
|
'wallet': () => import('./components/wallet.vue'),
|
|
429
|
-
'
|
|
430
|
-
'
|
|
432
|
+
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
433
|
+
'users': () => import('./components/users.vue'),
|
|
434
|
+
'window': () => import('./components/window.vue'),
|
|
431
435
|
'volume_low': () => import('./components/volume_low.vue'),
|
|
432
|
-
'version': () => import('./components/version.vue'),
|
|
433
|
-
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
434
|
-
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
435
|
-
'width': () => import('./components/width.vue'),
|
|
436
|
-
'venn': () => import('./components/venn.vue'),
|
|
437
436
|
'wifi': () => import('./components/wifi.vue'),
|
|
438
|
-
'volume_0': () => import('./components/volume_0.vue'),
|
|
439
437
|
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
440
438
|
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
439
|
+
'unarchive': () => import('./components/unarchive.vue'),
|
|
440
|
+
'waves': () => import('./components/waves.vue'),
|
|
441
|
+
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
442
|
+
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
443
|
+
'width': () => import('./components/width.vue'),
|
|
441
444
|
'window_content': () => import('./components/window_content.vue'),
|
|
442
|
-
'
|
|
443
|
-
'
|
|
445
|
+
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
446
|
+
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
444
447
|
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
445
|
-
'
|
|
446
|
-
'
|
|
447
|
-
'
|
|
448
|
-
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
449
|
-
'upload': () => import('./components/upload.vue'),
|
|
450
|
-
'timeline': () => import('./components/timeline.vue'),
|
|
451
|
-
'waves': () => import('./components/waves.vue'),
|
|
452
|
-
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
448
|
+
'user': () => import('./components/user.vue'),
|
|
449
|
+
'volume_add': () => import('./components/volume_add.vue'),
|
|
450
|
+
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
453
451
|
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
452
|
+
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
454
453
|
'zoom_reset': () => import('./components/zoom_reset.vue'),
|
|
455
|
-
'
|
|
456
|
-
'
|
|
454
|
+
'wrap_back': () => import('./components/wrap_back.vue'),
|
|
455
|
+
'write': () => import('./components/write.vue'),
|
|
456
|
+
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
457
457
|
'nomi-arrow-right-top': () => import('./components/nomi-arrow-right-top.vue'),
|
|
458
|
-
'nomi-
|
|
458
|
+
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
459
459
|
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
460
|
-
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
461
460
|
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
461
|
+
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
462
462
|
'nomi-arrow_up': () => import('./components/nomi-arrow_up.vue'),
|
|
463
|
+
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
463
464
|
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
464
465
|
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
465
|
-
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
466
|
-
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
467
|
-
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
468
466
|
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
469
|
-
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
470
467
|
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
471
|
-
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
472
468
|
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
473
|
-
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
474
|
-
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
475
|
-
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
476
469
|
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
477
|
-
'nomi-
|
|
470
|
+
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
471
|
+
'nomi-calendar-view': () => import('./components/nomi-calendar-view.vue'),
|
|
478
472
|
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
479
|
-
'nomi-
|
|
473
|
+
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
474
|
+
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
475
|
+
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
476
|
+
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
477
|
+
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
478
|
+
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
479
|
+
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
480
|
+
'nomi-kanban-view': () => import('./components/nomi-kanban-view.vue'),
|
|
481
|
+
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
482
|
+
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
480
483
|
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
484
|
+
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
485
|
+
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
486
|
+
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
487
|
+
'nomi-report': () => import('./components/nomi-report.vue'),
|
|
481
488
|
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
489
|
+
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
482
490
|
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
483
|
-
'nomi-
|
|
484
|
-
'nomi-
|
|
485
|
-
'nomi-
|
|
486
|
-
'nomi-
|
|
487
|
-
'nomi-
|
|
488
|
-
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
491
|
+
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
492
|
+
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
493
|
+
'nomi-table-config': () => import('./components/nomi-table-config.vue'),
|
|
494
|
+
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
495
|
+
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
489
496
|
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
497
|
+
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
498
|
+
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
490
499
|
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
491
|
-
'nomi-
|
|
500
|
+
'nomi-list-view': () => import('./components/nomi-list-view.vue'),
|
|
492
501
|
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
502
|
+
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
503
|
+
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
493
504
|
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
494
|
-
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
495
|
-
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
496
|
-
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
497
|
-
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
498
505
|
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
499
|
-
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
500
|
-
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
501
|
-
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
502
506
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.60039 5.00039C8.60039 4.66902 8.33176 4.40039 8.00039 4.40039C7.66902 4.40039 7.40039 4.66902 7.40039 5.00039V6.44556C7.35748 6.45011 7.31553 6.45512 7.27454 6.46063C6.79953 6.52449 6.3652 6.6657 6.01547 7.01544C5.66574 7.36517 5.52452 7.7995 5.46066 8.2745C5.40035 8.72311 5.40037 9.28719 5.40039 9.95917V9.9592L5.40039 10.0004V15.0004L5.40039 15.0415V15.0416C5.40037 15.7135 5.40035 16.2776 5.46066 16.7262C5.52452 17.2012 5.66574 17.6356 6.01547 17.9853C6.3652 18.335 6.79953 18.4762 7.27454 18.5401C7.72314 18.6004 8.28721 18.6004 8.95917 18.6004H8.95923L9.00039 18.6004H15.0004L15.0416 18.6004H15.0416C15.7136 18.6004 16.2776 18.6004 16.7263 18.5401C17.2013 18.4762 17.6356 18.335 17.9853 17.9853C18.335 17.6356 18.4763 17.2012 18.5401 16.7262C18.6004 16.2776 18.6004 15.7135 18.6004 15.0416V15.0415L18.6004 15.0004V10.0004L18.6004 9.9592V9.95917C18.6004 9.28719 18.6004 8.72311 18.5401 8.2745C18.4763 7.7995 18.335 7.36517 17.9853 7.01544C17.6356 6.6657 17.2013 6.52449 16.7263 6.46063C16.6853 6.45512 16.6433 6.45011 16.6004 6.44556L16.6004 5.00039C16.6004 4.66902 16.3318 4.40039 16.0004 4.40039C15.669 4.40039 15.4004 4.66902 15.4004 5.00039V6.40072C15.2845 6.40035 15.1649 6.40035 15.0417 6.40036H15.0416L15.0004 6.40036H9.00039L8.95923 6.40036H8.9591H8.95908H8.95907H8.95905C8.83586 6.40035 8.71629 6.40035 8.60039 6.40072L8.60039 5.00039ZM17.3987 9.40036C17.3952 8.99258 17.3843 8.68374 17.3508 8.4344C17.3049 8.09246 17.2264 7.95357 17.1368 7.86396C17.0472 7.77436 16.9083 7.6959 16.5664 7.64993C16.2072 7.60163 15.7245 7.60036 15.0004 7.60036H9.00039C8.27632 7.60036 7.79363 7.60163 7.43443 7.64993C7.0925 7.6959 6.95361 7.77436 6.864 7.86396C6.77439 7.95357 6.69593 8.09246 6.64996 8.4344C6.61644 8.68374 6.60557 8.99258 6.60206 9.40036L17.3987 9.40036ZM6.60039 10.6004L17.4004 10.6004V15.0004C17.4004 15.7244 17.3991 16.2071 17.3508 16.5663C17.3049 16.9083 17.2264 17.0471 17.1368 17.1368C17.0472 17.2264 16.9083 17.3048 16.5664 17.3508C16.2072 17.3991 15.7245 17.4004 15.0004 17.4004H9.00039C8.27632 17.4004 7.79363 17.3991 7.43443 17.3508C7.0925 17.3048 6.95361 17.2264 6.864 17.1368C6.77439 17.0471 6.69593 16.9083 6.64996 16.5663C6.60167 16.2071 6.60039 15.7244 6.60039 15.0004V10.6004ZM7.90039 12.5004C7.90039 12.169 8.16902 11.9004 8.50039 11.9004L13.5004 11.9004C13.8318 11.9004 14.1004 12.169 14.1004 12.5004C14.1004 12.8318 13.8318 13.1004 13.5004 13.1004H8.50039C8.16902 13.1004 7.90039 12.8318 7.90039 12.5004ZM8.50039 15.6004H11.5004C11.8318 15.6004 12.1004 15.3318 12.1004 15.0004C12.1004 14.669 11.8318 14.4004 11.5004 14.4004H8.50039C8.16902 14.4004 7.90039 14.669 7.90039 15.0004C7.90039 15.3318 8.16902 15.6004 8.50039 15.6004Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M10 6V18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M14 6V18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M13 15L8.5 15" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M12 9H8.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M15 12H8.5" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M6 14L18 14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6 10L18 10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10 6L10 18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
6
|
+
<path d="M20.1384 16.7558C20.4109 16.2888 20.4109 15.7112 20.1384 15.2442L18.9718 13.2442C18.703 12.7834 18.2096 12.5 17.6761 12.5L15.3248 12.5C14.7913 12.5 14.298 12.7834 14.0292 13.2442L12.8625 15.2442C12.5901 15.7112 12.5901 16.2888 12.8625 16.7558L14.0292 18.7558C14.298 19.2166 14.7913 19.5 15.3248 19.5L17.6761 19.5C18.2096 19.5 18.703 19.2166 18.9718 18.7558L20.1384 16.7558Z" fill="currentColor" stroke="white"/>
|
|
7
|
+
<circle cx="16.5" cy="16" r="1" fill="white"/>
|
|
8
|
+
</svg>
|
|
@@ -1,3 +1,6 @@
|
|
|
1
1
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
|
|
2
|
+
<path d="M14 18L10 18C8.11438 18 7.17157 18 6.58579 17.4142C6 16.8284 6 15.8856 6 14L6 10C6 8.11438 6 7.17157 6.58579 6.58579C7.17157 6 8.11438 6 10 6L14 6C15.8856 6 16.8284 6 17.4142 6.58579C18 7.17157 18 8.11438 18 10L18 14C18 15.8856 18 16.8284 17.4142 17.4142C16.8284 18 15.8856 18 14 18Z" stroke="currentColor" stroke-width="1.2"/>
|
|
3
|
+
<path d="M6 14L18 14" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
<path d="M6 10L18 10" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
5
|
+
<path d="M10 6L10 18" stroke="currentColor" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
6
|
</svg>
|
|
@@ -3,7 +3,8 @@
|
|
|
3
3
|
<div v-loading="loading || loadingData" class="flex-grow-1 w-100 d-flex flex-column">
|
|
4
4
|
<itf-filter-panel
|
|
5
5
|
:search-placeholder="searchPlaceholder"
|
|
6
|
-
search
|
|
6
|
+
:search="currentTab !== 'list'"
|
|
7
|
+
:show-filter="currentTab !== 'list'"
|
|
7
8
|
class="py-2 px-3"
|
|
8
9
|
:endpoint="filtersEndpoint"
|
|
9
10
|
:panel="panel"
|
|
@@ -14,7 +15,7 @@
|
|
|
14
15
|
<template #after-filter-btn>
|
|
15
16
|
<itf-dropdown v-if="$refs.table && tableSchema" shadow append-to-context :button-options="{ default: true, icon: true }" class="h-100" autoclose="outside">
|
|
16
17
|
<template #button>
|
|
17
|
-
<itf-icon new name="table-
|
|
18
|
+
<itf-icon new name="table-config" />
|
|
18
19
|
</template>
|
|
19
20
|
<div class="dropdown-header">
|
|
20
21
|
{{ $t('components.table.columns') }}
|
|
@@ -38,9 +39,27 @@
|
|
|
38
39
|
</div>
|
|
39
40
|
</a>
|
|
40
41
|
</itf-dropdown>
|
|
42
|
+
|
|
43
|
+
<itf-segmented-control
|
|
44
|
+
class="small"
|
|
45
|
+
v-model="currentTab"
|
|
46
|
+
item-key="value"
|
|
47
|
+
:items="tabs"
|
|
48
|
+
>
|
|
49
|
+
<template #item="{ item }">
|
|
50
|
+
<div class="d-flex align-items-center">
|
|
51
|
+
<itf-icon class="text-muted" new :name="item.icon" />
|
|
52
|
+
{{item.text}}
|
|
53
|
+
</div>
|
|
54
|
+
</template>
|
|
55
|
+
</itf-segmented-control>
|
|
41
56
|
</template>
|
|
42
57
|
</itf-filter-panel>
|
|
43
58
|
|
|
59
|
+
<slot v-if="currentTab === 'list'" name="list-view"></slot>
|
|
60
|
+
<slot v-else-if="currentTab === 'board'" name="kanban-view"></slot>
|
|
61
|
+
<slot v-else-if="currentTab === 'calendar'" name="calendar-view"></slot>
|
|
62
|
+
<slot v-else name="table-view">
|
|
44
63
|
<div class="flex-grow-1 px-3 d-flex flex-column">
|
|
45
64
|
<div class="position-relative flex-grow-1">
|
|
46
65
|
<itf-table
|
|
@@ -73,9 +92,11 @@
|
|
|
73
92
|
</itf-table>
|
|
74
93
|
</div>
|
|
75
94
|
</div>
|
|
95
|
+
</slot>
|
|
76
96
|
|
|
77
97
|
<itf-pagination
|
|
78
98
|
class="my-2 px-3"
|
|
99
|
+
v-if="showPagination"
|
|
79
100
|
show-size
|
|
80
101
|
:size="size"
|
|
81
102
|
:items="items"
|
|
@@ -100,10 +121,12 @@ import itfPagination from '../pagination/Pagination2.vue';
|
|
|
100
121
|
import itfTableBody from "../table/TableBody.vue";
|
|
101
122
|
import itfIcon from "../icon/Icon.vue";
|
|
102
123
|
import itfDropdown from "../dropdown/Dropdown.vue";
|
|
124
|
+
import itfSegmentedControl from '@itfin/components/src/components/segmented-control/SegmentedControl.vue';
|
|
103
125
|
|
|
104
126
|
export default @Component({
|
|
105
127
|
name: 'itfView',
|
|
106
128
|
components: {
|
|
129
|
+
itfSegmentedControl,
|
|
107
130
|
itfDropdown, itfIcon,
|
|
108
131
|
itfPagination,
|
|
109
132
|
itfFilterPanel,
|
|
@@ -130,9 +153,15 @@ class itfView extends Vue {
|
|
|
130
153
|
@Prop(String) itemsKey;
|
|
131
154
|
@Prop(String) panelKey;
|
|
132
155
|
@Prop(String) stateName;
|
|
156
|
+
@Prop({ type: String, default: 'table' }) tab;
|
|
133
157
|
@Prop({ type: String, default () { return this.$t('components.table.search'); } }) searchPlaceholder;
|
|
134
158
|
@Prop() panel;
|
|
135
159
|
@Prop(Boolean) showActions;
|
|
160
|
+
@Prop({ type: Boolean, default: true }) showPagination;
|
|
161
|
+
@Prop(Boolean) listViewEnabled;
|
|
162
|
+
@Prop(Boolean) kanbanViewEnabled;
|
|
163
|
+
@Prop(Boolean) calendarViewEnabled;
|
|
164
|
+
@Prop(Boolean) tableViewEnabled;
|
|
136
165
|
|
|
137
166
|
page = 1;
|
|
138
167
|
total = 0;
|
|
@@ -143,9 +172,34 @@ class itfView extends Vue {
|
|
|
143
172
|
loadingData = false;
|
|
144
173
|
activeIds = [];
|
|
145
174
|
tableColumns = [];
|
|
175
|
+
_currentTab = null;
|
|
176
|
+
|
|
177
|
+
get currentTab() {
|
|
178
|
+
return this.tab;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
set currentTab(val) {
|
|
182
|
+
this.$emit('update:tab', val);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
get tabs() {
|
|
186
|
+
const views = [];
|
|
187
|
+
if (this.listViewEnabled) {
|
|
188
|
+
views.push({ value: 'list', text: this.$t('list'), icon: 'list-view' });
|
|
189
|
+
}
|
|
190
|
+
if (this.kanbanViewEnabled) {
|
|
191
|
+
views.push({ value: 'board', text: this.$t('board'), icon: 'kanban-view' });
|
|
192
|
+
}
|
|
193
|
+
if (this.calendarViewEnabled) {
|
|
194
|
+
views.push({ value: 'calendar', text: this.$t('calendar'), icon: 'calendar-view' });
|
|
195
|
+
}
|
|
196
|
+
if (this.tableViewEnabled) {
|
|
197
|
+
views.push({ value: 'table', text: this.$t('table'), icon: 'table-view' });
|
|
198
|
+
}
|
|
199
|
+
return views;
|
|
200
|
+
}
|
|
146
201
|
|
|
147
202
|
get tableSchema() {
|
|
148
|
-
console.log(123, this.tableColumns, this.schema)
|
|
149
203
|
// return this.tableColumns || this.schema;
|
|
150
204
|
if (this.tableColumns) {
|
|
151
205
|
return {
|