@itfin/components 2.0.35 → 2.0.37
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 +1 -1
- package/src/components/icon/components/nomi-check.vue +4 -0
- package/src/components/icon/components/nomi-chevron-right.vue +4 -0
- package/src/components/icon/components/nomi-minus.vue +4 -0
- package/src/components/icon/icons.js +325 -322
- package/src/components/icon/new-icons/check.svg +3 -0
- package/src/components/icon/new-icons/chevron-right.svg +3 -0
- package/src/components/icon/new-icons/minus.svg +3 -0
- package/src/components/panels/Panel.vue +2 -2
- package/src/components/panels/PanelLink.vue +7 -2
- package/src/components/popover/Popover.vue +11 -1
- package/src/components/table/TableHeader.vue +2 -2
- package/src/components/table/table2.scss +6 -3
- package/src/components/text-field/MoneyField.vue +2 -2
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="itf-filter-panel d-flex flex-column
|
|
2
|
+
<div class="itf-filter-panel d-flex flex-column align-items-start" :class="{'gap-3': !filtersOnly}">
|
|
3
3
|
<div v-if="!filtersOnly" class="d-flex gap-2 justify-content-between w-100">
|
|
4
4
|
<slot name="search">
|
|
5
5
|
<div>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.6936 5.43799C14.8771 5.29535 15.1419 5.29656 15.3254 5.45362C15.5088 5.61084 15.5505 5.87237 15.4377 6.07569L15.3801 6.15869L8.95137 13.6587C8.85689 13.7689 8.71861 13.8328 8.57344 13.8335C8.42843 13.834 8.2899 13.7718 8.19453 13.6626L4.62324 9.57178L4.56465 9.48877C4.45006 9.28652 4.48917 9.02459 4.67109 8.86573C4.85306 8.70687 5.11798 8.70339 5.30293 8.84424L5.37715 8.91358L8.56758 12.5689L14.6203 5.5083L14.6936 5.43799Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -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 d="M9 8.41421L9 15.5858C9 16.4767 10.0771 16.9229 10.7071 16.2929L14.2929 12.7071C14.6834 12.3166 14.6834 11.6834 14.2929 11.2929L10.7071 7.70711C10.0771 7.07714 9 7.52331 9 8.41421Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -1,513 +1,516 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
'
|
|
2
|
+
'airplay': () => import('./components/airplay.vue'),
|
|
3
|
+
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
3
4
|
'archive': () => import('./components/archive.vue'),
|
|
5
|
+
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
4
6
|
'angle': () => import('./components/angle.vue'),
|
|
5
|
-
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
6
7
|
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
7
|
-
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
8
8
|
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
9
|
+
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
9
10
|
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
10
11
|
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
11
12
|
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
13
|
+
'align_horizontal': () => import('./components/align_horizontal.vue'),
|
|
14
|
+
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
15
|
+
'backspace': () => import('./components/backspace.vue'),
|
|
12
16
|
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
13
|
-
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
14
|
-
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
15
|
-
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
16
|
-
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
17
|
-
'airplay': () => import('./components/airplay.vue'),
|
|
18
17
|
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
19
|
-
'
|
|
18
|
+
'backward': () => import('./components/backward.vue'),
|
|
19
|
+
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
20
20
|
'battery_75': () => import('./components/battery_75.vue'),
|
|
21
|
-
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
22
21
|
'backward10': () => import('./components/backward10.vue'),
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'
|
|
22
|
+
'battery_full': () => import('./components/battery_full.vue'),
|
|
23
|
+
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
24
|
+
'battery_half': () => import('./components/battery_half.vue'),
|
|
26
25
|
'bell_disabled': () => import('./components/bell_disabled.vue'),
|
|
27
|
-
'
|
|
28
|
-
'
|
|
26
|
+
'blocked': () => import('./components/blocked.vue'),
|
|
27
|
+
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
28
|
+
'battery_low': () => import('./components/battery_low.vue'),
|
|
29
|
+
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
30
|
+
'bag': () => import('./components/bag.vue'),
|
|
29
31
|
'book': () => import('./components/book.vue'),
|
|
30
|
-
'
|
|
31
|
-
'battery_half': () => import('./components/battery_half.vue'),
|
|
32
|
+
'book_closed': () => import('./components/book_closed.vue'),
|
|
32
33
|
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
33
|
-
'
|
|
34
|
-
'box': () => import('./components/box.vue'),
|
|
34
|
+
'book_text': () => import('./components/book_text.vue'),
|
|
35
35
|
'bookmark': () => import('./components/bookmark.vue'),
|
|
36
|
-
'
|
|
37
|
-
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
38
|
-
'box_download': () => import('./components/box_download.vue'),
|
|
39
|
-
'box_open': () => import('./components/box_open.vue'),
|
|
36
|
+
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
40
37
|
'browser': () => import('./components/browser.vue'),
|
|
41
|
-
'
|
|
42
|
-
'
|
|
43
|
-
'button_minus': () => import('./components/button_minus.vue'),
|
|
44
|
-
'blocked': () => import('./components/blocked.vue'),
|
|
45
|
-
'calculator': () => import('./components/calculator.vue'),
|
|
38
|
+
'box_download': () => import('./components/box_download.vue'),
|
|
39
|
+
'briefcase': () => import('./components/briefcase.vue'),
|
|
46
40
|
'button_add': () => import('./components/button_add.vue'),
|
|
47
|
-
'
|
|
48
|
-
'
|
|
41
|
+
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
42
|
+
'box_open': () => import('./components/box_open.vue'),
|
|
43
|
+
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
44
|
+
'box': () => import('./components/box.vue'),
|
|
49
45
|
'calendar': () => import('./components/calendar.vue'),
|
|
46
|
+
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
47
|
+
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
48
|
+
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
49
|
+
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
50
|
+
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
51
|
+
'button_minus': () => import('./components/button_minus.vue'),
|
|
52
|
+
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
53
|
+
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
54
|
+
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
55
|
+
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
56
|
+
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
57
|
+
'bell': () => import('./components/bell.vue'),
|
|
50
58
|
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
51
59
|
'branch': () => import('./components/branch.vue'),
|
|
60
|
+
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
52
61
|
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
53
|
-
'
|
|
54
|
-
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
55
|
-
'briefcase': () => import('./components/briefcase.vue'),
|
|
56
|
-
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
57
|
-
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
58
|
-
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
59
|
-
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
60
|
-
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
61
|
-
'capture': () => import('./components/capture.vue'),
|
|
62
|
-
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
62
|
+
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
63
63
|
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
64
64
|
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
65
|
-
'
|
|
66
|
-
'
|
|
67
|
-
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
65
|
+
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
66
|
+
'check': () => import('./components/check.vue'),
|
|
68
67
|
'cart': () => import('./components/cart.vue'),
|
|
69
|
-
'chat_add': () => import('./components/chat_add.vue'),
|
|
70
68
|
'cast': () => import('./components/cast.vue'),
|
|
71
|
-
'camera': () => import('./components/camera.vue'),
|
|
72
|
-
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
73
69
|
'check_circle': () => import('./components/check_circle.vue'),
|
|
74
|
-
'
|
|
75
|
-
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
76
|
-
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
70
|
+
'chat_add': () => import('./components/chat_add.vue'),
|
|
77
71
|
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
78
|
-
'
|
|
79
|
-
'
|
|
72
|
+
'capture': () => import('./components/capture.vue'),
|
|
73
|
+
'calculator': () => import('./components/calculator.vue'),
|
|
74
|
+
'card_view': () => import('./components/card_view.vue'),
|
|
80
75
|
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
81
|
-
'chain': () => import('./components/chain.vue'),
|
|
82
|
-
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
83
|
-
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
84
76
|
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
85
|
-
'
|
|
77
|
+
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
78
|
+
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
86
79
|
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
80
|
+
'chain': () => import('./components/chain.vue'),
|
|
81
|
+
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
87
82
|
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
88
|
-
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
89
|
-
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
90
83
|
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
84
|
+
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
85
|
+
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
91
86
|
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
92
|
-
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
93
87
|
'circle': () => import('./components/circle.vue'),
|
|
94
|
-
'
|
|
95
|
-
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
88
|
+
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
96
89
|
'clipboard': () => import('./components/clipboard.vue'),
|
|
90
|
+
'carousel': () => import('./components/carousel.vue'),
|
|
91
|
+
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
97
92
|
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
98
|
-
'
|
|
99
|
-
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
100
|
-
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
101
|
-
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
102
|
-
'close': () => import('./components/close.vue'),
|
|
103
|
-
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
104
|
-
'cloud': () => import('./components/cloud.vue'),
|
|
93
|
+
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
105
94
|
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
95
|
+
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
106
96
|
'clock': () => import('./components/clock.vue'),
|
|
97
|
+
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
98
|
+
'cloud': () => import('./components/cloud.vue'),
|
|
99
|
+
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
100
|
+
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
101
|
+
'camera': () => import('./components/camera.vue'),
|
|
107
102
|
'circle_split': () => import('./components/circle_split.vue'),
|
|
108
|
-
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
109
|
-
'code': () => import('./components/code.vue'),
|
|
110
|
-
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
111
103
|
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
104
|
+
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
105
|
+
'code': () => import('./components/code.vue'),
|
|
106
|
+
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
107
|
+
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
108
|
+
'credit_card': () => import('./components/credit_card.vue'),
|
|
112
109
|
'contract': () => import('./components/contract.vue'),
|
|
113
|
-
'connect': () => import('./components/connect.vue'),
|
|
114
|
-
'contacts': () => import('./components/contacts.vue'),
|
|
115
110
|
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
116
|
-
'component_add': () => import('./components/component_add.vue'),
|
|
117
|
-
'compass': () => import('./components/compass.vue'),
|
|
118
|
-
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
119
111
|
'create': () => import('./components/create.vue'),
|
|
120
|
-
'
|
|
112
|
+
'component_add': () => import('./components/component_add.vue'),
|
|
121
113
|
'coins': () => import('./components/coins.vue'),
|
|
122
|
-
'
|
|
114
|
+
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
115
|
+
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
123
116
|
'coffee': () => import('./components/coffee.vue'),
|
|
124
|
-
'
|
|
117
|
+
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
125
118
|
'cross': () => import('./components/cross.vue'),
|
|
119
|
+
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
120
|
+
'database': () => import('./components/database.vue'),
|
|
121
|
+
'connect': () => import('./components/connect.vue'),
|
|
122
|
+
'crop': () => import('./components/crop.vue'),
|
|
123
|
+
'contacts': () => import('./components/contacts.vue'),
|
|
124
|
+
'diamond': () => import('./components/diamond.vue'),
|
|
126
125
|
'cube': () => import('./components/cube.vue'),
|
|
126
|
+
'crosshair': () => import('./components/crosshair.vue'),
|
|
127
127
|
'display_alt': () => import('./components/display_alt.vue'),
|
|
128
|
-
'diamond': () => import('./components/diamond.vue'),
|
|
129
|
-
'document': () => import('./components/document.vue'),
|
|
130
|
-
'directions': () => import('./components/directions.vue'),
|
|
131
|
-
'database': () => import('./components/database.vue'),
|
|
132
|
-
'coin': () => import('./components/coin.vue'),
|
|
133
|
-
'disc': () => import('./components/disc.vue'),
|
|
134
128
|
'display': () => import('./components/display.vue'),
|
|
135
|
-
'
|
|
129
|
+
'directions': () => import('./components/directions.vue'),
|
|
136
130
|
'document_justified': () => import('./components/document_justified.vue'),
|
|
137
|
-
'
|
|
131
|
+
'compass': () => import('./components/compass.vue'),
|
|
132
|
+
'coin': () => import('./components/coin.vue'),
|
|
133
|
+
'close': () => import('./components/close.vue'),
|
|
134
|
+
'document': () => import('./components/document.vue'),
|
|
135
|
+
'document_words': () => import('./components/document_words.vue'),
|
|
136
|
+
'downward': () => import('./components/downward.vue'),
|
|
138
137
|
'download': () => import('./components/download.vue'),
|
|
139
|
-
'document_stack': () => import('./components/document_stack.vue'),
|
|
140
138
|
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
141
|
-
'
|
|
142
|
-
'drag': () => import('./components/drag.vue'),
|
|
139
|
+
'duplicate': () => import('./components/duplicate.vue'),
|
|
143
140
|
'download_alt': () => import('./components/download_alt.vue'),
|
|
141
|
+
'document_list': () => import('./components/document_list.vue'),
|
|
142
|
+
'door_alt': () => import('./components/door_alt.vue'),
|
|
143
|
+
'episodes': () => import('./components/episodes.vue'),
|
|
144
|
+
'document_stack': () => import('./components/document_stack.vue'),
|
|
145
|
+
'exit_right': () => import('./components/exit_right.vue'),
|
|
146
|
+
'door': () => import('./components/door.vue'),
|
|
147
|
+
'expand_width': () => import('./components/expand_width.vue'),
|
|
144
148
|
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
145
|
-
'
|
|
149
|
+
'expand': () => import('./components/expand.vue'),
|
|
146
150
|
'exit_left': () => import('./components/exit_left.vue'),
|
|
147
|
-
'
|
|
148
|
-
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
149
|
-
'downward': () => import('./components/downward.vue'),
|
|
150
|
-
'enter': () => import('./components/enter.vue'),
|
|
151
|
-
'episodes': () => import('./components/episodes.vue'),
|
|
152
|
-
'expand_height': () => import('./components/expand_height.vue'),
|
|
151
|
+
'disc': () => import('./components/disc.vue'),
|
|
153
152
|
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
154
153
|
'external': () => import('./components/external.vue'),
|
|
155
154
|
'eye': () => import('./components/eye.vue'),
|
|
156
|
-
'
|
|
157
|
-
'crosshair': () => import('./components/crosshair.vue'),
|
|
158
|
-
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
159
|
-
'expand_width': () => import('./components/expand_width.vue'),
|
|
160
|
-
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
161
|
-
'face_sad': () => import('./components/face_sad.vue'),
|
|
162
|
-
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
163
|
-
'eye_no': () => import('./components/eye_no.vue'),
|
|
164
|
-
'face_happy': () => import('./components/face_happy.vue'),
|
|
155
|
+
'drag': () => import('./components/drag.vue'),
|
|
165
156
|
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
166
|
-
'
|
|
167
|
-
'
|
|
168
|
-
'
|
|
157
|
+
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
158
|
+
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
159
|
+
'face_sad': () => import('./components/face_sad.vue'),
|
|
169
160
|
'file_download': () => import('./components/file_download.vue'),
|
|
170
|
-
'
|
|
171
|
-
'
|
|
161
|
+
'enter': () => import('./components/enter.vue'),
|
|
162
|
+
'expand_height': () => import('./components/expand_height.vue'),
|
|
172
163
|
'files_stack': () => import('./components/files_stack.vue'),
|
|
173
|
-
'
|
|
164
|
+
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
165
|
+
'eye_no': () => import('./components/eye_no.vue'),
|
|
166
|
+
'cylinder': () => import('./components/cylinder.vue'),
|
|
167
|
+
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
168
|
+
'film': () => import('./components/film.vue'),
|
|
174
169
|
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
175
170
|
'file_upload': () => import('./components/file_upload.vue'),
|
|
176
|
-
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
177
|
-
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
178
171
|
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
179
|
-
'
|
|
180
|
-
'
|
|
181
|
-
'
|
|
172
|
+
'filter_all': () => import('./components/filter_all.vue'),
|
|
173
|
+
'files_history': () => import('./components/files_history.vue'),
|
|
174
|
+
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
175
|
+
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
176
|
+
'flame': () => import('./components/flame.vue'),
|
|
182
177
|
'filter': () => import('./components/filter.vue'),
|
|
183
|
-
'flag': () => import('./components/flag.vue'),
|
|
184
|
-
'filter_single': () => import('./components/filter_single.vue'),
|
|
185
178
|
'floppy': () => import('./components/floppy.vue'),
|
|
186
|
-
'
|
|
187
|
-
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
188
|
-
'flame': () => import('./components/flame.vue'),
|
|
189
|
-
'forward': () => import('./components/forward.vue'),
|
|
179
|
+
'filtering': () => import('./components/filtering.vue'),
|
|
190
180
|
'folder_add': () => import('./components/folder_add.vue'),
|
|
191
|
-
'
|
|
181
|
+
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
182
|
+
'flag': () => import('./components/flag.vue'),
|
|
192
183
|
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
193
|
-
'
|
|
194
|
-
'frame': () => import('./components/frame.vue'),
|
|
184
|
+
'files_multi': () => import('./components/files_multi.vue'),
|
|
195
185
|
'flip_view': () => import('./components/flip_view.vue'),
|
|
196
|
-
'
|
|
186
|
+
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
187
|
+
'face_happy': () => import('./components/face_happy.vue'),
|
|
188
|
+
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
189
|
+
'forward': () => import('./components/forward.vue'),
|
|
190
|
+
'forward10': () => import('./components/forward10.vue'),
|
|
191
|
+
'folder_open': () => import('./components/folder_open.vue'),
|
|
197
192
|
'fork_git': () => import('./components/fork_git.vue'),
|
|
198
|
-
'
|
|
199
|
-
'
|
|
193
|
+
'gauge': () => import('./components/gauge.vue'),
|
|
194
|
+
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
195
|
+
'frame': () => import('./components/frame.vue'),
|
|
200
196
|
'globe': () => import('./components/globe.vue'),
|
|
201
|
-
'
|
|
197
|
+
'gift': () => import('./components/gift.vue'),
|
|
202
198
|
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
203
|
-
'
|
|
204
|
-
'
|
|
205
|
-
'
|
|
206
|
-
'
|
|
199
|
+
'funnel': () => import('./components/funnel.vue'),
|
|
200
|
+
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
201
|
+
'grab': () => import('./components/grab.vue'),
|
|
202
|
+
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
207
203
|
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
204
|
+
'gps': () => import('./components/gps.vue'),
|
|
208
205
|
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
209
|
-
'
|
|
210
|
-
'
|
|
206
|
+
'filter_single': () => import('./components/filter_single.vue'),
|
|
207
|
+
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
211
208
|
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
212
|
-
'hash': () => import('./components/hash.vue'),
|
|
213
209
|
'grid': () => import('./components/grid.vue'),
|
|
210
|
+
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
214
211
|
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
215
|
-
'
|
|
212
|
+
'grid_small': () => import('./components/grid_small.vue'),
|
|
213
|
+
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
214
|
+
'hand': () => import('./components/hand.vue'),
|
|
215
|
+
'home_door': () => import('./components/home_door.vue'),
|
|
216
|
+
'graph_box': () => import('./components/graph_box.vue'),
|
|
217
|
+
'inbox': () => import('./components/inbox.vue'),
|
|
218
|
+
'heart': () => import('./components/heart.vue'),
|
|
216
219
|
'harddrive': () => import('./components/harddrive.vue'),
|
|
217
|
-
'gps': () => import('./components/gps.vue'),
|
|
218
|
-
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
219
|
-
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
220
|
-
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
221
220
|
'home_check': () => import('./components/home_check.vue'),
|
|
222
|
-
'
|
|
221
|
+
'home': () => import('./components/home.vue'),
|
|
222
|
+
'import': () => import('./components/import.vue'),
|
|
223
223
|
'height': () => import('./components/height.vue'),
|
|
224
|
-
'
|
|
225
|
-
'
|
|
224
|
+
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
225
|
+
'jump_left': () => import('./components/jump_left.vue'),
|
|
226
226
|
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
227
|
-
'
|
|
227
|
+
'hash': () => import('./components/hash.vue'),
|
|
228
|
+
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
229
|
+
'jump_right': () => import('./components/jump_right.vue'),
|
|
228
230
|
'home_alt': () => import('./components/home_alt.vue'),
|
|
229
|
-
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
230
|
-
'jump_left': () => import('./components/jump_left.vue'),
|
|
231
|
-
'keyboard': () => import('./components/keyboard.vue'),
|
|
232
|
-
'inbox': () => import('./components/inbox.vue'),
|
|
233
|
-
'import': () => import('./components/import.vue'),
|
|
234
231
|
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
235
|
-
'
|
|
236
|
-
'
|
|
237
|
-
'laptop': () => import('./components/laptop.vue'),
|
|
238
|
-
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
232
|
+
'info_circle': () => import('./components/info_circle.vue'),
|
|
233
|
+
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
239
234
|
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
240
|
-
'
|
|
235
|
+
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
241
236
|
'lineweight': () => import('./components/lineweight.vue'),
|
|
242
|
-
'
|
|
243
|
-
'
|
|
237
|
+
'keyboard': () => import('./components/keyboard.vue'),
|
|
238
|
+
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
244
239
|
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
245
|
-
'
|
|
240
|
+
'location': () => import('./components/location.vue'),
|
|
241
|
+
'laptop': () => import('./components/laptop.vue'),
|
|
246
242
|
'link': () => import('./components/link.vue'),
|
|
243
|
+
'lock': () => import('./components/lock.vue'),
|
|
244
|
+
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
245
|
+
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
247
246
|
'mail': () => import('./components/mail.vue'),
|
|
248
247
|
'link_broken': () => import('./components/link_broken.vue'),
|
|
249
248
|
'list_add': () => import('./components/list_add.vue'),
|
|
249
|
+
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
250
|
+
'lightning': () => import('./components/lightning.vue'),
|
|
250
251
|
'mail_add': () => import('./components/mail_add.vue'),
|
|
251
|
-
'lock_open': () => import('./components/lock_open.vue'),
|
|
252
|
-
'mail_open': () => import('./components/mail_open.vue'),
|
|
253
|
-
'location': () => import('./components/location.vue'),
|
|
254
252
|
'marquee': () => import('./components/marquee.vue'),
|
|
255
|
-
'
|
|
253
|
+
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
254
|
+
'loader': () => import('./components/loader.vue'),
|
|
255
|
+
'mail_open': () => import('./components/mail_open.vue'),
|
|
256
|
+
'lock_open': () => import('./components/lock_open.vue'),
|
|
256
257
|
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
257
|
-
'
|
|
258
|
+
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
258
259
|
'maximise': () => import('./components/maximise.vue'),
|
|
259
|
-
'
|
|
260
|
-
'
|
|
261
|
-
'
|
|
260
|
+
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
261
|
+
'link_alt': () => import('./components/link_alt.vue'),
|
|
262
|
+
'list': () => import('./components/list.vue'),
|
|
262
263
|
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
263
|
-
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
264
|
-
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
265
|
-
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
266
|
-
'message_writing': () => import('./components/message_writing.vue'),
|
|
267
|
-
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
268
264
|
'microphone': () => import('./components/microphone.vue'),
|
|
265
|
+
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
266
|
+
'mail_new': () => import('./components/mail_new.vue'),
|
|
267
|
+
'moon': () => import('./components/moon.vue'),
|
|
268
|
+
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
269
269
|
'mini_player': () => import('./components/mini_player.vue'),
|
|
270
|
-
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
271
|
-
'midpoint': () => import('./components/midpoint.vue'),
|
|
272
270
|
'minimise': () => import('./components/minimise.vue'),
|
|
273
271
|
'minus': () => import('./components/minus.vue'),
|
|
274
|
-
'
|
|
272
|
+
'notebook': () => import('./components/notebook.vue'),
|
|
275
273
|
'move': () => import('./components/move.vue'),
|
|
276
274
|
'notification': () => import('./components/notification.vue'),
|
|
275
|
+
'message_writing': () => import('./components/message_writing.vue'),
|
|
276
|
+
'midpoint': () => import('./components/midpoint.vue'),
|
|
277
|
+
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
278
|
+
'message': () => import('./components/message.vue'),
|
|
277
279
|
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
278
|
-
'no_sign': () => import('./components/no_sign.vue'),
|
|
279
|
-
'nut': () => import('./components/nut.vue'),
|
|
280
280
|
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
281
|
-
'
|
|
282
|
-
'
|
|
283
|
-
'
|
|
284
|
-
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
281
|
+
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
282
|
+
'pages': () => import('./components/pages.vue'),
|
|
283
|
+
'paper': () => import('./components/paper.vue'),
|
|
285
284
|
'panel_center': () => import('./components/panel_center.vue'),
|
|
285
|
+
'nut': () => import('./components/nut.vue'),
|
|
286
286
|
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
287
287
|
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
288
|
-
'newspaper': () => import('./components/newspaper.vue'),
|
|
289
|
-
'pages': () => import('./components/pages.vue'),
|
|
290
|
-
'paper': () => import('./components/paper.vue'),
|
|
291
|
-
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
292
|
-
'panel_top': () => import('./components/panel_top.vue'),
|
|
293
288
|
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
294
|
-
'
|
|
289
|
+
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
295
290
|
'optional': () => import('./components/optional.vue'),
|
|
291
|
+
'panel_left': () => import('./components/panel_left.vue'),
|
|
292
|
+
'pen': () => import('./components/pen.vue'),
|
|
293
|
+
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
296
294
|
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
297
295
|
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
298
|
-
'paperclip': () => import('./components/paperclip.vue'),
|
|
299
296
|
'pause': () => import('./components/pause.vue'),
|
|
300
|
-
'picture': () => import('./components/picture.vue'),
|
|
301
|
-
'panel_left': () => import('./components/panel_left.vue'),
|
|
302
297
|
'pie_third': () => import('./components/pie_third.vue'),
|
|
303
|
-
'
|
|
304
|
-
'
|
|
298
|
+
'paperclip': () => import('./components/paperclip.vue'),
|
|
299
|
+
'picture': () => import('./components/picture.vue'),
|
|
305
300
|
'pie_half': () => import('./components/pie_half.vue'),
|
|
306
|
-
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
307
301
|
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
308
302
|
'plus': () => import('./components/plus.vue'),
|
|
309
303
|
'play_button': () => import('./components/play_button.vue'),
|
|
310
|
-
'
|
|
311
|
-
'
|
|
312
|
-
'
|
|
313
|
-
'pen': () => import('./components/pen.vue'),
|
|
314
|
-
'pull_down': () => import('./components/pull_down.vue'),
|
|
315
|
-
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
316
|
-
'projector': () => import('./components/projector.vue'),
|
|
317
|
-
'pull_right': () => import('./components/pull_right.vue'),
|
|
318
|
-
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
304
|
+
'postcard': () => import('./components/postcard.vue'),
|
|
305
|
+
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
306
|
+
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
319
307
|
'play': () => import('./components/play.vue'),
|
|
308
|
+
'printer': () => import('./components/printer.vue'),
|
|
309
|
+
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
310
|
+
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
311
|
+
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
312
|
+
'pull_down': () => import('./components/pull_down.vue'),
|
|
320
313
|
'pull_left': () => import('./components/pull_left.vue'),
|
|
314
|
+
'newspaper': () => import('./components/newspaper.vue'),
|
|
315
|
+
'pull_right': () => import('./components/pull_right.vue'),
|
|
316
|
+
'no_sign': () => import('./components/no_sign.vue'),
|
|
317
|
+
'push_left': () => import('./components/push_left.vue'),
|
|
318
|
+
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
319
|
+
'panel_right': () => import('./components/panel_right.vue'),
|
|
320
|
+
'push_right': () => import('./components/push_right.vue'),
|
|
321
|
+
'projector': () => import('./components/projector.vue'),
|
|
322
|
+
'record': () => import('./components/record.vue'),
|
|
323
|
+
'redo': () => import('./components/redo.vue'),
|
|
324
|
+
'panel_top': () => import('./components/panel_top.vue'),
|
|
321
325
|
'pull_up': () => import('./components/pull_up.vue'),
|
|
322
|
-
'
|
|
326
|
+
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
327
|
+
'refresh': () => import('./components/refresh.vue'),
|
|
323
328
|
'receipt': () => import('./components/receipt.vue'),
|
|
324
|
-
'push_up': () => import('./components/push_up.vue'),
|
|
325
|
-
'record': () => import('./components/record.vue'),
|
|
326
|
-
'postcard': () => import('./components/postcard.vue'),
|
|
327
|
-
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
328
329
|
'required': () => import('./components/required.vue'),
|
|
329
|
-
'
|
|
330
|
+
'push_up': () => import('./components/push_up.vue'),
|
|
331
|
+
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
332
|
+
'question_circle': () => import('./components/question_circle.vue'),
|
|
330
333
|
'reset': () => import('./components/reset.vue'),
|
|
331
|
-
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
332
|
-
'refresh': () => import('./components/refresh.vue'),
|
|
333
|
-
'push_down': () => import('./components/push_down.vue'),
|
|
334
|
-
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
335
334
|
'radio_on': () => import('./components/radio_on.vue'),
|
|
336
|
-
'
|
|
337
|
-
'push_right': () => import('./components/push_right.vue'),
|
|
335
|
+
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
338
336
|
'replicate': () => import('./components/replicate.vue'),
|
|
337
|
+
'reuse': () => import('./components/reuse.vue'),
|
|
339
338
|
'retweet': () => import('./components/retweet.vue'),
|
|
340
339
|
'reverse': () => import('./components/reverse.vue'),
|
|
341
|
-
'
|
|
340
|
+
'push_down': () => import('./components/push_down.vue'),
|
|
342
341
|
'revert': () => import('./components/revert.vue'),
|
|
343
|
-
'
|
|
344
|
-
'ruler': () => import('./components/ruler.vue'),
|
|
345
|
-
'push_left': () => import('./components/push_left.vue'),
|
|
346
|
-
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
347
|
-
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
348
|
-
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
342
|
+
'scale': () => import('./components/scale.vue'),
|
|
349
343
|
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
350
344
|
'scalpel': () => import('./components/scalpel.vue'),
|
|
351
|
-
'
|
|
345
|
+
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
346
|
+
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
347
|
+
'settings': () => import('./components/settings.vue'),
|
|
348
|
+
'rocket': () => import('./components/rocket.vue'),
|
|
349
|
+
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
352
350
|
'shuffle': () => import('./components/shuffle.vue'),
|
|
353
|
-
'search': () => import('./components/search.vue'),
|
|
354
351
|
'share_alt': () => import('./components/share_alt.vue'),
|
|
355
|
-
'
|
|
352
|
+
'ruler': () => import('./components/ruler.vue'),
|
|
353
|
+
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
354
|
+
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
355
|
+
'slash_forward': () => import('./components/slash_forward.vue'),
|
|
356
356
|
'sort': () => import('./components/sort.vue'),
|
|
357
|
-
'
|
|
358
|
-
'settings': () => import('./components/settings.vue'),
|
|
357
|
+
'side_menu': () => import('./components/side_menu.vue'),
|
|
359
358
|
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
360
|
-
'
|
|
361
|
-
'
|
|
359
|
+
'speaker': () => import('./components/speaker.vue'),
|
|
360
|
+
'search': () => import('./components/search.vue'),
|
|
361
|
+
'server': () => import('./components/server.vue'),
|
|
362
362
|
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
363
|
-
'
|
|
363
|
+
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
364
364
|
'split': () => import('./components/split.vue'),
|
|
365
|
+
'star': () => import('./components/star.vue'),
|
|
365
366
|
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
366
|
-
'
|
|
367
|
-
'server': () => import('./components/server.vue'),
|
|
367
|
+
'sliders': () => import('./components/sliders.vue'),
|
|
368
368
|
'share': () => import('./components/share.vue'),
|
|
369
|
-
'support': () => import('./components/support.vue'),
|
|
370
|
-
'sun': () => import('./components/sun.vue'),
|
|
371
|
-
'swap': () => import('./components/swap.vue'),
|
|
372
|
-
'table': () => import('./components/table.vue'),
|
|
373
369
|
'switch': () => import('./components/switch.vue'),
|
|
374
|
-
'
|
|
375
|
-
'star': () => import('./components/star.vue'),
|
|
376
|
-
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
377
|
-
'tags': () => import('./components/tags.vue'),
|
|
378
|
-
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
379
|
-
'side_menu': () => import('./components/side_menu.vue'),
|
|
370
|
+
'table_header': () => import('./components/table_header.vue'),
|
|
380
371
|
'tag': () => import('./components/tag.vue'),
|
|
372
|
+
'swap': () => import('./components/swap.vue'),
|
|
373
|
+
'tags': () => import('./components/tags.vue'),
|
|
374
|
+
'table': () => import('./components/table.vue'),
|
|
375
|
+
'sun': () => import('./components/sun.vue'),
|
|
376
|
+
'split_three': () => import('./components/split_three.vue'),
|
|
381
377
|
'target': () => import('./components/target.vue'),
|
|
382
|
-
'
|
|
383
|
-
'
|
|
384
|
-
'
|
|
385
|
-
'
|
|
378
|
+
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
379
|
+
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
380
|
+
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
381
|
+
'todo': () => import('./components/todo.vue'),
|
|
382
|
+
'toggles': () => import('./components/toggles.vue'),
|
|
383
|
+
'ticket': () => import('./components/ticket.vue'),
|
|
386
384
|
'translate': () => import('./components/translate.vue'),
|
|
387
|
-
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
388
385
|
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
389
|
-
'
|
|
386
|
+
'trash': () => import('./components/trash.vue'),
|
|
387
|
+
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
390
388
|
'type_date': () => import('./components/type_date.vue'),
|
|
391
|
-
'
|
|
389
|
+
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
390
|
+
'type_id': () => import('./components/type_id.vue'),
|
|
391
|
+
'toggle': () => import('./components/toggle.vue'),
|
|
392
392
|
'trophy': () => import('./components/trophy.vue'),
|
|
393
|
+
'support': () => import('./components/support.vue'),
|
|
393
394
|
'type_email': () => import('./components/type_email.vue'),
|
|
394
|
-
'type_file': () => import('./components/type_file.vue'),
|
|
395
|
-
'type_id': () => import('./components/type_id.vue'),
|
|
396
|
-
'type_formula': () => import('./components/type_formula.vue'),
|
|
397
|
-
'trash': () => import('./components/trash.vue'),
|
|
398
|
-
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
399
395
|
'type_number': () => import('./components/type_number.vue'),
|
|
396
|
+
'thread': () => import('./components/thread.vue'),
|
|
397
|
+
'timeline': () => import('./components/timeline.vue'),
|
|
398
|
+
'type_file': () => import('./components/type_file.vue'),
|
|
400
399
|
'type_person': () => import('./components/type_person.vue'),
|
|
401
|
-
'
|
|
402
|
-
'type_phone': () => import('./components/type_phone.vue'),
|
|
400
|
+
'undo': () => import('./components/undo.vue'),
|
|
403
401
|
'type_relation': () => import('./components/type_relation.vue'),
|
|
404
402
|
'type_text': () => import('./components/type_text.vue'),
|
|
405
|
-
'
|
|
406
|
-
'unarchive': () => import('./components/unarchive.vue'),
|
|
403
|
+
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
407
404
|
'type_user': () => import('./components/type_user.vue'),
|
|
408
|
-
'
|
|
409
|
-
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
410
|
-
'upward': () => import('./components/upward.vue'),
|
|
411
|
-
'type_select': () => import('./components/type_select.vue'),
|
|
405
|
+
'type_time': () => import('./components/type_time.vue'),
|
|
412
406
|
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
413
|
-
'undo': () => import('./components/undo.vue'),
|
|
414
|
-
'table_header': () => import('./components/table_header.vue'),
|
|
415
|
-
'upload': () => import('./components/upload.vue'),
|
|
416
|
-
'user': () => import('./components/user.vue'),
|
|
417
|
-
'user_male': () => import('./components/user_male.vue'),
|
|
418
|
-
'user_circle': () => import('./components/user_circle.vue'),
|
|
419
407
|
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
408
|
+
'upload': () => import('./components/upload.vue'),
|
|
409
|
+
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
420
410
|
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
421
|
-
'
|
|
411
|
+
'type_formula': () => import('./components/type_formula.vue'),
|
|
412
|
+
'undo_history': () => import('./components/undo_history.vue'),
|
|
413
|
+
'upward': () => import('./components/upward.vue'),
|
|
414
|
+
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
422
415
|
'users': () => import('./components/users.vue'),
|
|
423
|
-
'
|
|
416
|
+
'user_circle': () => import('./components/user_circle.vue'),
|
|
417
|
+
'user': () => import('./components/user.vue'),
|
|
424
418
|
'user_add': () => import('./components/user_add.vue'),
|
|
425
|
-
'
|
|
426
|
-
'
|
|
419
|
+
'type_phone': () => import('./components/type_phone.vue'),
|
|
420
|
+
'version': () => import('./components/version.vue'),
|
|
421
|
+
'user_remove': () => import('./components/user_remove.vue'),
|
|
422
|
+
'user_male': () => import('./components/user_male.vue'),
|
|
427
423
|
'video': () => import('./components/video.vue'),
|
|
428
|
-
'volume_0': () => import('./components/volume_0.vue'),
|
|
429
|
-
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
430
424
|
'volume_add': () => import('./components/volume_add.vue'),
|
|
431
|
-
'
|
|
432
|
-
'volume_low': () => import('./components/volume_low.vue'),
|
|
433
|
-
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
425
|
+
'versions': () => import('./components/versions.vue'),
|
|
434
426
|
'volume_high': () => import('./components/volume_high.vue'),
|
|
427
|
+
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
435
428
|
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
436
|
-
'
|
|
437
|
-
'
|
|
429
|
+
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
430
|
+
'venn': () => import('./components/venn.vue'),
|
|
431
|
+
'volume_low': () => import('./components/volume_low.vue'),
|
|
438
432
|
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
439
|
-
'
|
|
433
|
+
'volume_0': () => import('./components/volume_0.vue'),
|
|
434
|
+
'width': () => import('./components/width.vue'),
|
|
440
435
|
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
441
|
-
'
|
|
442
|
-
'
|
|
436
|
+
'type_status': () => import('./components/type_status.vue'),
|
|
437
|
+
'window': () => import('./components/window.vue'),
|
|
438
|
+
'waves': () => import('./components/waves.vue'),
|
|
443
439
|
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
444
|
-
'
|
|
445
|
-
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
446
|
-
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
447
|
-
'window_content': () => import('./components/window_content.vue'),
|
|
440
|
+
'wrap_back': () => import('./components/wrap_back.vue'),
|
|
448
441
|
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
449
|
-
'
|
|
450
|
-
'window': () => import('./components/window.vue'),
|
|
451
|
-
'wifi': () => import('./components/wifi.vue'),
|
|
442
|
+
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
452
443
|
'write': () => import('./components/write.vue'),
|
|
444
|
+
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
445
|
+
'type_select': () => import('./components/type_select.vue'),
|
|
446
|
+
'unarchive': () => import('./components/unarchive.vue'),
|
|
447
|
+
'wifi': () => import('./components/wifi.vue'),
|
|
448
|
+
'wallet': () => import('./components/wallet.vue'),
|
|
449
|
+
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
450
|
+
'window_content': () => import('./components/window_content.vue'),
|
|
451
|
+
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
452
|
+
'type_url': () => import('./components/type_url.vue'),
|
|
453
453
|
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
454
454
|
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
455
455
|
'zoom_reset': () => import('./components/zoom_reset.vue'),
|
|
456
|
-
'
|
|
457
|
-
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
456
|
+
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
458
457
|
'nomi-arrow-right-top': () => import('./components/nomi-arrow-right-top.vue'),
|
|
458
|
+
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
459
459
|
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
460
|
-
'nomi-calendar-
|
|
461
|
-
'nomi-
|
|
462
|
-
'nomi-
|
|
460
|
+
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
461
|
+
'nomi-check': () => import('./components/nomi-check.vue'),
|
|
462
|
+
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
463
|
+
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
463
464
|
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
464
|
-
'nomi-
|
|
465
|
+
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
466
|
+
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
465
467
|
'nomi-bell': () => import('./components/nomi-bell.vue'),
|
|
466
|
-
'nomi-
|
|
468
|
+
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
469
|
+
'nomi-arrow_up': () => import('./components/nomi-arrow_up.vue'),
|
|
470
|
+
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
467
471
|
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
472
|
+
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
473
|
+
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
474
|
+
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
468
475
|
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
476
|
+
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
477
|
+
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
469
478
|
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
470
|
-
'nomi-
|
|
471
|
-
'nomi-
|
|
472
|
-
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
473
|
-
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
474
|
-
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
475
|
-
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
476
|
-
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
479
|
+
'nomi-minus': () => import('./components/nomi-minus.vue'),
|
|
480
|
+
'nomi-collapse': () => import('./components/nomi-collapse.vue'),
|
|
477
481
|
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
478
|
-
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
479
|
-
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
480
|
-
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
481
482
|
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
483
|
+
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
484
|
+
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
482
485
|
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
483
486
|
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
487
|
+
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
484
488
|
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
489
|
+
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
490
|
+
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
485
491
|
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
486
|
-
'nomi-
|
|
487
|
-
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
488
|
-
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
489
|
-
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
492
|
+
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
490
493
|
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
491
|
-
'nomi-
|
|
492
|
-
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
494
|
+
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
493
495
|
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
494
|
-
'nomi-
|
|
495
|
-
'nomi-
|
|
496
|
-
'nomi-
|
|
496
|
+
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
497
|
+
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
498
|
+
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
497
499
|
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
498
|
-
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
499
|
-
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
500
500
|
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
501
|
+
'nomi-report': () => import('./components/nomi-report.vue'),
|
|
502
|
+
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
503
|
+
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
501
504
|
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
502
|
-
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
503
505
|
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
504
|
-
'nomi-
|
|
505
|
-
'nomi-
|
|
506
|
-
'nomi-
|
|
507
|
-
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
508
|
-
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
509
|
-
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
506
|
+
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
507
|
+
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
508
|
+
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
510
509
|
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
510
|
+
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
511
511
|
'nomi-warehouse': () => import('./components/nomi-warehouse.vue'),
|
|
512
|
+
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
513
|
+
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
514
|
+
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
512
515
|
'nomi-user_plus': () => import('./components/nomi-user_plus.vue'),
|
|
513
516
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M14.6936 5.43799C14.8771 5.29535 15.1419 5.29656 15.3254 5.45362C15.5088 5.61084 15.5505 5.87237 15.4377 6.07569L15.3801 6.15869L8.95137 13.6587C8.85689 13.7689 8.71861 13.8328 8.57344 13.8335C8.42843 13.834 8.2899 13.7718 8.19453 13.6626L4.62324 9.57178L4.56465 9.48877C4.45006 9.28652 4.48917 9.02459 4.67109 8.86573C4.85306 8.70687 5.11798 8.70339 5.30293 8.84424L5.37715 8.91358L8.56758 12.5689L14.6203 5.5083L14.6936 5.43799Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -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 d="M9 8.41421L9 15.5858C9 16.4767 10.0771 16.9229 10.7071 16.2929L14.2929 12.7071C14.6834 12.3166 14.6834 11.6834 14.2929 11.2929L10.7071 7.70711C10.0771 7.07714 9 7.52331 9 8.41421Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -13,12 +13,12 @@
|
|
|
13
13
|
</div>
|
|
14
14
|
<div v-if="!nocard" v-show="!collapsed" class="b-panel-header px-3 pt-3 pb-2">
|
|
15
15
|
<slot name="header">
|
|
16
|
-
<div class="d-flex gap-3 align-items-center">
|
|
16
|
+
<div class="d-flex gap-3 align-items-center" style="min-width: 0">
|
|
17
17
|
<itf-button icon default class="d-md-none open-menu-button" @click="$emit('open-menu')">
|
|
18
18
|
<itf-icon name="menu" new />
|
|
19
19
|
</itf-button>
|
|
20
20
|
<slot name="title">
|
|
21
|
-
<div class="b-panel__title fw-bold mb-0 h2 text-truncate" v-text="title"></div>
|
|
21
|
+
<div style="min-width: 0" class="b-panel__title fw-bold mb-0 h2 text-truncate" v-text="title"></div>
|
|
22
22
|
</slot>
|
|
23
23
|
</div>
|
|
24
24
|
<div class="d-flex gap-1">
|
|
@@ -25,6 +25,7 @@ export default class PanelLink extends Vue {
|
|
|
25
25
|
@Prop() list;
|
|
26
26
|
@Prop({ type: String, default: 'active' }) activeClass: string;
|
|
27
27
|
@Prop(Boolean) append: boolean;
|
|
28
|
+
@Prop(Boolean) replace: boolean;
|
|
28
29
|
|
|
29
30
|
get on() {
|
|
30
31
|
const handlers = {};
|
|
@@ -51,6 +52,9 @@ export default class PanelLink extends Vue {
|
|
|
51
52
|
if (!this.append) {
|
|
52
53
|
stack = stack.splice(0, this.currentPanel?.index + 1);
|
|
53
54
|
}
|
|
55
|
+
if (this.replace) {
|
|
56
|
+
stack = [];
|
|
57
|
+
}
|
|
54
58
|
const hash = stackToHash([
|
|
55
59
|
...stack,
|
|
56
60
|
{
|
|
@@ -64,15 +68,16 @@ export default class PanelLink extends Vue {
|
|
|
64
68
|
onClick(e) {
|
|
65
69
|
e.preventDefault();
|
|
66
70
|
e.stopPropagation();
|
|
71
|
+
const index = this.replace ? 0 : (this.append ? undefined : this.currentPanel?.index + 1);
|
|
67
72
|
this.$emit('open', {
|
|
68
73
|
panel: this.panel,
|
|
69
74
|
payload: this.payload || {},
|
|
70
|
-
index
|
|
75
|
+
index
|
|
71
76
|
});
|
|
72
77
|
if (!this.activeList) {
|
|
73
78
|
return;
|
|
74
79
|
}
|
|
75
|
-
this.activeList.openPanel(this.panel, this.payload || {},
|
|
80
|
+
this.activeList.openPanel(this.panel, this.payload || {}, index);
|
|
76
81
|
}
|
|
77
82
|
}
|
|
78
83
|
</script>
|
|
@@ -29,6 +29,8 @@ class itfPopover extends Vue {
|
|
|
29
29
|
@Prop({ type: String, default: 'click', validator: (value) => ['click', 'focus', 'hover', 'manual'].includes(value) }) trigger;
|
|
30
30
|
|
|
31
31
|
@Prop({ type: String, default: '' }) customClass;
|
|
32
|
+
@Prop({ type: Boolean }) appendToBody;
|
|
33
|
+
@Prop({ type: Boolean }) appendToContext;
|
|
32
34
|
|
|
33
35
|
modalId = '';
|
|
34
36
|
|
|
@@ -64,7 +66,15 @@ class itfPopover extends Vue {
|
|
|
64
66
|
const el = this.$refs.popover;
|
|
65
67
|
const { default: Popover } = await import('bootstrap/js/src/popover');
|
|
66
68
|
|
|
67
|
-
|
|
69
|
+
let context = document.body;
|
|
70
|
+
if (this.appendToContext && this.$el instanceof Node && this.$el.parentNode) {
|
|
71
|
+
context = this.$el.closest('.itf-append-context') || document.body;
|
|
72
|
+
this.$el.parentNode.removeChild(this.$el);
|
|
73
|
+
context.appendChild(this.$el); // should append only to body
|
|
74
|
+
} else if (this.appendToBody && this.$el instanceof Node && this.$el.parentNode) {
|
|
75
|
+
this.$el.parentNode.removeChild(this.$el);
|
|
76
|
+
context.appendChild(this.$el); // should append only to body
|
|
77
|
+
}
|
|
68
78
|
this.modalEl = new Popover(this.$el, {
|
|
69
79
|
content: el,
|
|
70
80
|
container: context,
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<div ref="container" class="table-row-template">
|
|
5
5
|
<div accept-group="items" class="table-view-body-space" v-dropzone="{ payload: 0 }"></div>
|
|
6
6
|
<div class="shadow-area"></div>
|
|
7
|
-
<div
|
|
8
|
-
<itf-checkbox v-if="indicatorType
|
|
7
|
+
<div class="table-view-header-value reserved sticky">
|
|
8
|
+
<itf-checkbox v-if="indicatorType === 'checkbox' && visibleHeader && !noSelectAll" ungrouped value="all" v-model="selectAll" ref="selectAll" />
|
|
9
9
|
</div>
|
|
10
10
|
|
|
11
11
|
<template v-for="(column, n) in visibleAttributes">
|
|
@@ -97,10 +97,8 @@ body[data-theme="dark"] {
|
|
|
97
97
|
position: sticky;
|
|
98
98
|
top: 0;
|
|
99
99
|
bottom: 0;
|
|
100
|
-
right:
|
|
100
|
+
right: -.5rem;
|
|
101
101
|
z-index: 8;
|
|
102
|
-
padding-right: 5px;
|
|
103
|
-
padding-left: 5px;
|
|
104
102
|
display: flex;
|
|
105
103
|
align-items: center;
|
|
106
104
|
|
|
@@ -112,12 +110,17 @@ body[data-theme="dark"] {
|
|
|
112
110
|
.on-hover {
|
|
113
111
|
opacity: 0;
|
|
114
112
|
width: 0;
|
|
113
|
+
padding: 4px .5rem;
|
|
115
114
|
overflow: hidden;
|
|
116
115
|
pointer-events: none;
|
|
116
|
+
position: absolute;
|
|
117
|
+
right: 0;
|
|
118
|
+
background: linear-gradient(90deg, transparent 0, var(--itf-table2-row-bg) 10px);
|
|
117
119
|
|
|
118
120
|
@media (max-width: 768px) {
|
|
119
121
|
width: max-content;
|
|
120
122
|
opacity: 1;
|
|
123
|
+
position: relative;
|
|
121
124
|
}
|
|
122
125
|
}
|
|
123
126
|
.table-row-template:hover .on-hover {
|
|
@@ -154,11 +154,11 @@ class itfMoneyField extends Vue {
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
get selectedCurrencySymbol() {
|
|
157
|
-
return this.selectedCurrency ? this.selectedCurrency[this.symbolKey] : '
|
|
157
|
+
return this.selectedCurrency ? this.selectedCurrency[this.symbolKey] : '';
|
|
158
158
|
}
|
|
159
159
|
|
|
160
160
|
get selectedCurrencyCode() {
|
|
161
|
-
return this.selectedCurrency ? this.selectedCurrency[this.codeKey] : '
|
|
161
|
+
return this.selectedCurrency ? this.selectedCurrency[this.codeKey] : '';
|
|
162
162
|
}
|
|
163
163
|
|
|
164
164
|
get currencyId() {
|