@itfin/components 2.0.49 → 2.0.51
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/app/App.vue +0 -1
- package/src/components/icon/components/nomi-arrow-right-alt.vue +4 -0
- package/src/components/icon/components/nomi-chevron-down.vue +4 -0
- package/src/components/icon/components/nomi-chevron-left.vue +4 -0
- package/src/components/icon/components/nomi-chevron-right.vue +2 -2
- package/src/components/icon/icons.js +324 -321
- package/src/components/icon/new-icons/arrow-right-alt.svg +3 -0
- package/src/components/icon/new-icons/chevron-down.svg +3 -0
- package/src/components/icon/new-icons/chevron-left.svg +3 -0
- package/src/components/icon/new-icons/chevron-right.svg +2 -2
- package/src/components/panels/PanelList.vue +2 -1
- package/src/components/panels/index.ts +19 -0
package/package.json
CHANGED
|
@@ -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,4 +1,4 @@
|
|
|
1
|
-
<template><svg width="
|
|
2
|
-
<path d="
|
|
1
|
+
<template><svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.33337 13.3333L11.6667 9.99996L8.33337 6.66663" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
4
4
|
</template>
|
|
@@ -5,531 +5,534 @@ export default {
|
|
|
5
5
|
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
6
6
|
'archive': () => import('./components/archive.vue'),
|
|
7
7
|
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
8
|
-
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
9
|
-
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
10
|
-
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
11
8
|
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
12
9
|
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
13
|
-
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
14
|
-
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
15
10
|
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
11
|
+
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
12
|
+
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
13
|
+
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
16
14
|
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
15
|
+
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
16
|
+
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
17
|
+
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
18
|
+
'backward10': () => import('./components/backward10.vue'),
|
|
19
|
+
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
17
20
|
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
18
|
-
'backward': () => import('./components/backward.vue'),
|
|
19
21
|
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
20
|
-
'backward10': () => import('./components/backward10.vue'),
|
|
21
|
-
'battery_75': () => import('./components/battery_75.vue'),
|
|
22
22
|
'backspace': () => import('./components/backspace.vue'),
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
26
|
-
'battery_low': () => import('./components/battery_low.vue'),
|
|
27
|
-
'bell': () => import('./components/bell.vue'),
|
|
28
|
-
'blocked': () => import('./components/blocked.vue'),
|
|
29
|
-
'battery_full': () => import('./components/battery_full.vue'),
|
|
23
|
+
'backward': () => import('./components/backward.vue'),
|
|
24
|
+
'bag': () => import('./components/bag.vue'),
|
|
30
25
|
'battery_half': () => import('./components/battery_half.vue'),
|
|
26
|
+
'battery_75': () => import('./components/battery_75.vue'),
|
|
27
|
+
'battery_low': () => import('./components/battery_low.vue'),
|
|
28
|
+
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
31
29
|
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
30
|
+
'battery_full': () => import('./components/battery_full.vue'),
|
|
31
|
+
'bell': () => import('./components/bell.vue'),
|
|
32
32
|
'bell_disabled': () => import('./components/bell_disabled.vue'),
|
|
33
|
-
'
|
|
34
|
-
'bag': () => import('./components/bag.vue'),
|
|
35
|
-
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
36
|
-
'book_closed': () => import('./components/book_closed.vue'),
|
|
37
|
-
'bookmark': () => import('./components/bookmark.vue'),
|
|
33
|
+
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
38
34
|
'book': () => import('./components/book.vue'),
|
|
35
|
+
'blocked': () => import('./components/blocked.vue'),
|
|
39
36
|
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
37
|
+
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
40
38
|
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
41
|
-
'
|
|
39
|
+
'box': () => import('./components/box.vue'),
|
|
42
40
|
'box_open': () => import('./components/box_open.vue'),
|
|
43
|
-
'
|
|
44
|
-
'book_text': () => import('./components/book_text.vue'),
|
|
45
|
-
'button_add': () => import('./components/button_add.vue'),
|
|
41
|
+
'book_closed': () => import('./components/book_closed.vue'),
|
|
46
42
|
'briefcase': () => import('./components/briefcase.vue'),
|
|
47
|
-
'box': () => import('./components/box.vue'),
|
|
48
|
-
'button_minus': () => import('./components/button_minus.vue'),
|
|
49
|
-
'calendar': () => import('./components/calendar.vue'),
|
|
50
|
-
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
51
43
|
'browser': () => import('./components/browser.vue'),
|
|
52
|
-
'
|
|
53
|
-
'
|
|
44
|
+
'button_add': () => import('./components/button_add.vue'),
|
|
45
|
+
'book_text': () => import('./components/book_text.vue'),
|
|
46
|
+
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
47
|
+
'box_download': () => import('./components/box_download.vue'),
|
|
48
|
+
'bookmark': () => import('./components/bookmark.vue'),
|
|
49
|
+
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
50
|
+
'calendar': () => import('./components/calendar.vue'),
|
|
51
|
+
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
54
52
|
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
53
|
+
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
55
54
|
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
56
|
-
'calculator': () => import('./components/calculator.vue'),
|
|
57
55
|
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
58
|
-
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
59
|
-
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
60
56
|
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
61
|
-
'
|
|
57
|
+
'branch': () => import('./components/branch.vue'),
|
|
58
|
+
'calculator': () => import('./components/calculator.vue'),
|
|
59
|
+
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
60
|
+
'button_minus': () => import('./components/button_minus.vue'),
|
|
61
|
+
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
62
62
|
'camera': () => import('./components/camera.vue'),
|
|
63
|
-
'
|
|
63
|
+
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
64
|
+
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
64
65
|
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
65
66
|
'card_view': () => import('./components/card_view.vue'),
|
|
66
|
-
'
|
|
67
|
-
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
68
|
-
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
69
|
-
'cart': () => import('./components/cart.vue'),
|
|
70
|
-
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
67
|
+
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
71
68
|
'carousel': () => import('./components/carousel.vue'),
|
|
72
|
-
'
|
|
73
|
-
'
|
|
69
|
+
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
70
|
+
'chat_add': () => import('./components/chat_add.vue'),
|
|
71
|
+
'cart': () => import('./components/cart.vue'),
|
|
74
72
|
'check': () => import('./components/check.vue'),
|
|
75
|
-
'
|
|
73
|
+
'cast': () => import('./components/cast.vue'),
|
|
76
74
|
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
77
|
-
'
|
|
75
|
+
'chain': () => import('./components/chain.vue'),
|
|
76
|
+
'capture': () => import('./components/capture.vue'),
|
|
77
|
+
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
78
78
|
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
79
|
-
'
|
|
79
|
+
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
80
80
|
'check_circle': () => import('./components/check_circle.vue'),
|
|
81
|
-
'
|
|
82
|
-
'
|
|
81
|
+
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
82
|
+
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
83
|
+
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
84
|
+
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
83
85
|
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
84
|
-
'
|
|
85
|
-
'
|
|
86
|
-
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
87
|
-
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
88
|
-
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
86
|
+
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
87
|
+
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
89
88
|
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
89
|
+
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
90
90
|
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
91
|
+
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
91
92
|
'clipboard': () => import('./components/clipboard.vue'),
|
|
92
|
-
'
|
|
93
|
+
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
94
|
+
'circle': () => import('./components/circle.vue'),
|
|
93
95
|
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
94
96
|
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
95
|
-
'
|
|
97
|
+
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
96
98
|
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
99
|
+
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
100
|
+
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
101
|
+
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
97
102
|
'clock': () => import('./components/clock.vue'),
|
|
98
|
-
'
|
|
99
|
-
'
|
|
100
|
-
'close': () => import('./components/close.vue'),
|
|
103
|
+
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
104
|
+
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
101
105
|
'cloud': () => import('./components/cloud.vue'),
|
|
102
|
-
'
|
|
103
|
-
'circle': () => import('./components/circle.vue'),
|
|
106
|
+
'coffee': () => import('./components/coffee.vue'),
|
|
104
107
|
'circle_split': () => import('./components/circle_split.vue'),
|
|
105
|
-
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
106
|
-
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
107
|
-
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
108
|
-
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
109
108
|
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
109
|
+
'close': () => import('./components/close.vue'),
|
|
110
110
|
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
111
|
-
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
112
111
|
'code': () => import('./components/code.vue'),
|
|
113
|
-
'
|
|
114
|
-
'
|
|
115
|
-
'
|
|
112
|
+
'compass': () => import('./components/compass.vue'),
|
|
113
|
+
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
114
|
+
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
116
115
|
'coin': () => import('./components/coin.vue'),
|
|
117
|
-
'contract': () => import('./components/contract.vue'),
|
|
118
|
-
'component_add': () => import('./components/component_add.vue'),
|
|
119
|
-
'crop': () => import('./components/crop.vue'),
|
|
120
|
-
'cross': () => import('./components/cross.vue'),
|
|
121
116
|
'coins': () => import('./components/coins.vue'),
|
|
122
|
-
'create': () => import('./components/create.vue'),
|
|
123
|
-
'crosshair': () => import('./components/crosshair.vue'),
|
|
124
117
|
'connect': () => import('./components/connect.vue'),
|
|
125
|
-
'
|
|
118
|
+
'component_add': () => import('./components/component_add.vue'),
|
|
119
|
+
'contacts': () => import('./components/contacts.vue'),
|
|
120
|
+
'contract': () => import('./components/contract.vue'),
|
|
126
121
|
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
127
|
-
'
|
|
122
|
+
'crosshair': () => import('./components/crosshair.vue'),
|
|
123
|
+
'cross': () => import('./components/cross.vue'),
|
|
124
|
+
'credit_card': () => import('./components/credit_card.vue'),
|
|
125
|
+
'crop': () => import('./components/crop.vue'),
|
|
128
126
|
'cylinder': () => import('./components/cylinder.vue'),
|
|
129
|
-
'display': () => import('./components/display.vue'),
|
|
130
|
-
'document': () => import('./components/document.vue'),
|
|
131
127
|
'diamond': () => import('./components/diamond.vue'),
|
|
132
128
|
'display_alt': () => import('./components/display_alt.vue'),
|
|
133
|
-
'
|
|
129
|
+
'create': () => import('./components/create.vue'),
|
|
130
|
+
'display': () => import('./components/display.vue'),
|
|
131
|
+
'document': () => import('./components/document.vue'),
|
|
132
|
+
'database': () => import('./components/database.vue'),
|
|
134
133
|
'document_justified': () => import('./components/document_justified.vue'),
|
|
135
134
|
'disc': () => import('./components/disc.vue'),
|
|
136
|
-
'
|
|
135
|
+
'document_list': () => import('./components/document_list.vue'),
|
|
136
|
+
'document_stack': () => import('./components/document_stack.vue'),
|
|
137
137
|
'directions': () => import('./components/directions.vue'),
|
|
138
|
-
'
|
|
139
|
-
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
138
|
+
'document_words': () => import('./components/document_words.vue'),
|
|
140
139
|
'cube': () => import('./components/cube.vue'),
|
|
141
|
-
'
|
|
142
|
-
'
|
|
143
|
-
'downward': () => import('./components/downward.vue'),
|
|
144
|
-
'document_list': () => import('./components/document_list.vue'),
|
|
140
|
+
'drag': () => import('./components/drag.vue'),
|
|
141
|
+
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
145
142
|
'download_alt': () => import('./components/download_alt.vue'),
|
|
146
|
-
'
|
|
143
|
+
'duplicate': () => import('./components/duplicate.vue'),
|
|
144
|
+
'downward': () => import('./components/downward.vue'),
|
|
145
|
+
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
147
146
|
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
148
147
|
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
149
|
-
'duplicate': () => import('./components/duplicate.vue'),
|
|
150
|
-
'enter': () => import('./components/enter.vue'),
|
|
151
|
-
'drag': () => import('./components/drag.vue'),
|
|
152
148
|
'expand_height': () => import('./components/expand_height.vue'),
|
|
153
|
-
'exit_right': () => import('./components/exit_right.vue'),
|
|
154
149
|
'episodes': () => import('./components/episodes.vue'),
|
|
155
|
-
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
156
|
-
'external': () => import('./components/external.vue'),
|
|
157
|
-
'face_sad': () => import('./components/face_sad.vue'),
|
|
158
150
|
'eye': () => import('./components/eye.vue'),
|
|
159
151
|
'expand_width': () => import('./components/expand_width.vue'),
|
|
160
|
-
'
|
|
152
|
+
'exit_left': () => import('./components/exit_left.vue'),
|
|
153
|
+
'external': () => import('./components/external.vue'),
|
|
161
154
|
'expand': () => import('./components/expand.vue'),
|
|
155
|
+
'enter': () => import('./components/enter.vue'),
|
|
156
|
+
'eye_no': () => import('./components/eye_no.vue'),
|
|
162
157
|
'face_happy': () => import('./components/face_happy.vue'),
|
|
163
|
-
'
|
|
164
|
-
'
|
|
158
|
+
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
159
|
+
'face_sad': () => import('./components/face_sad.vue'),
|
|
165
160
|
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
166
|
-
'
|
|
167
|
-
'
|
|
161
|
+
'file_upload': () => import('./components/file_upload.vue'),
|
|
162
|
+
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
163
|
+
'download': () => import('./components/download.vue'),
|
|
164
|
+
'film': () => import('./components/film.vue'),
|
|
165
|
+
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
168
166
|
'files_multi': () => import('./components/files_multi.vue'),
|
|
169
|
-
'
|
|
170
|
-
'
|
|
167
|
+
'door': () => import('./components/door.vue'),
|
|
168
|
+
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
171
169
|
'files_stack': () => import('./components/files_stack.vue'),
|
|
172
|
-
'
|
|
170
|
+
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
173
171
|
'filter_all': () => import('./components/filter_all.vue'),
|
|
174
|
-
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
175
172
|
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
176
|
-
'
|
|
177
|
-
'
|
|
178
|
-
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
179
|
-
'filtering': () => import('./components/filtering.vue'),
|
|
180
|
-
'flame': () => import('./components/flame.vue'),
|
|
173
|
+
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
174
|
+
'door_alt': () => import('./components/door_alt.vue'),
|
|
181
175
|
'filter_single': () => import('./components/filter_single.vue'),
|
|
182
|
-
'
|
|
176
|
+
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
183
177
|
'flag': () => import('./components/flag.vue'),
|
|
178
|
+
'exit_right': () => import('./components/exit_right.vue'),
|
|
179
|
+
'files_history': () => import('./components/files_history.vue'),
|
|
180
|
+
'file_download': () => import('./components/file_download.vue'),
|
|
181
|
+
'flame': () => import('./components/flame.vue'),
|
|
182
|
+
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
183
|
+
'filter': () => import('./components/filter.vue'),
|
|
184
184
|
'folder_add': () => import('./components/folder_add.vue'),
|
|
185
185
|
'folder_open': () => import('./components/folder_open.vue'),
|
|
186
|
-
'
|
|
186
|
+
'filtering': () => import('./components/filtering.vue'),
|
|
187
|
+
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
188
|
+
'funnel': () => import('./components/funnel.vue'),
|
|
187
189
|
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
188
|
-
'
|
|
189
|
-
'flip_view': () => import('./components/flip_view.vue'),
|
|
190
|
+
'forward10': () => import('./components/forward10.vue'),
|
|
190
191
|
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
191
|
-
'
|
|
192
|
-
'
|
|
192
|
+
'flip_view': () => import('./components/flip_view.vue'),
|
|
193
|
+
'floppy': () => import('./components/floppy.vue'),
|
|
194
|
+
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
193
195
|
'forward': () => import('./components/forward.vue'),
|
|
194
196
|
'gauge': () => import('./components/gauge.vue'),
|
|
195
|
-
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
196
|
-
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
197
|
-
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
198
|
-
'fork_git': () => import('./components/fork_git.vue'),
|
|
199
|
-
'gift': () => import('./components/gift.vue'),
|
|
200
|
-
'grab': () => import('./components/grab.vue'),
|
|
201
197
|
'globe': () => import('./components/globe.vue'),
|
|
202
|
-
'
|
|
203
|
-
'graph_box': () => import('./components/graph_box.vue'),
|
|
198
|
+
'gps': () => import('./components/gps.vue'),
|
|
204
199
|
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
205
|
-
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
206
200
|
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
207
|
-
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
208
|
-
'grid': () => import('./components/grid.vue'),
|
|
209
201
|
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
202
|
+
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
203
|
+
'fork_git': () => import('./components/fork_git.vue'),
|
|
204
|
+
'frame': () => import('./components/frame.vue'),
|
|
205
|
+
'grab': () => import('./components/grab.vue'),
|
|
206
|
+
'grid_small': () => import('./components/grid_small.vue'),
|
|
207
|
+
'graph_box': () => import('./components/graph_box.vue'),
|
|
208
|
+
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
209
|
+
'gift': () => import('./components/gift.vue'),
|
|
210
210
|
'harddrive': () => import('./components/harddrive.vue'),
|
|
211
|
-
'
|
|
212
|
-
'hand': () => import('./components/hand.vue'),
|
|
213
|
-
'hash': () => import('./components/hash.vue'),
|
|
214
|
-
'forward10': () => import('./components/forward10.vue'),
|
|
211
|
+
'grid': () => import('./components/grid.vue'),
|
|
215
212
|
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
213
|
+
'hash': () => import('./components/hash.vue'),
|
|
216
214
|
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
217
|
-
'
|
|
218
|
-
'
|
|
215
|
+
'height': () => import('./components/height.vue'),
|
|
216
|
+
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
219
217
|
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
220
|
-
'home_door': () => import('./components/home_door.vue'),
|
|
221
218
|
'home_check': () => import('./components/home_check.vue'),
|
|
219
|
+
'home': () => import('./components/home.vue'),
|
|
220
|
+
'home_door': () => import('./components/home_door.vue'),
|
|
222
221
|
'info_circle': () => import('./components/info_circle.vue'),
|
|
223
222
|
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
224
223
|
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
225
|
-
'
|
|
226
|
-
'gps': () => import('./components/gps.vue'),
|
|
227
|
-
'import': () => import('./components/import.vue'),
|
|
228
|
-
'home_alt': () => import('./components/home_alt.vue'),
|
|
224
|
+
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
229
225
|
'inbox': () => import('./components/inbox.vue'),
|
|
226
|
+
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
227
|
+
'hand': () => import('./components/hand.vue'),
|
|
230
228
|
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
231
|
-
'keyboard': () => import('./components/keyboard.vue'),
|
|
232
|
-
'jump_left': () => import('./components/jump_left.vue'),
|
|
233
|
-
'lightning': () => import('./components/lightning.vue'),
|
|
234
229
|
'jump_right': () => import('./components/jump_right.vue'),
|
|
235
|
-
'
|
|
236
|
-
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
237
|
-
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
238
|
-
'lineweight': () => import('./components/lineweight.vue'),
|
|
230
|
+
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
239
231
|
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
240
|
-
'
|
|
232
|
+
'lightning': () => import('./components/lightning.vue'),
|
|
241
233
|
'link_alt': () => import('./components/link_alt.vue'),
|
|
242
|
-
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
243
|
-
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
244
|
-
'list': () => import('./components/list.vue'),
|
|
245
234
|
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
235
|
+
'lineweight': () => import('./components/lineweight.vue'),
|
|
236
|
+
'keyboard': () => import('./components/keyboard.vue'),
|
|
237
|
+
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
238
|
+
'link': () => import('./components/link.vue'),
|
|
239
|
+
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
240
|
+
'list': () => import('./components/list.vue'),
|
|
241
|
+
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
242
|
+
'home_alt': () => import('./components/home_alt.vue'),
|
|
243
|
+
'location': () => import('./components/location.vue'),
|
|
244
|
+
'loader': () => import('./components/loader.vue'),
|
|
245
|
+
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
246
246
|
'list_add': () => import('./components/list_add.vue'),
|
|
247
247
|
'lock': () => import('./components/lock.vue'),
|
|
248
|
+
'heart': () => import('./components/heart.vue'),
|
|
248
249
|
'link_broken': () => import('./components/link_broken.vue'),
|
|
249
|
-
'link': () => import('./components/link.vue'),
|
|
250
|
-
'loader': () => import('./components/loader.vue'),
|
|
251
|
-
'mail_add': () => import('./components/mail_add.vue'),
|
|
252
|
-
'lock_open': () => import('./components/lock_open.vue'),
|
|
253
|
-
'location': () => import('./components/location.vue'),
|
|
254
|
-
'mail_new': () => import('./components/mail_new.vue'),
|
|
255
|
-
'height': () => import('./components/height.vue'),
|
|
256
|
-
'mail': () => import('./components/mail.vue'),
|
|
257
|
-
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
258
250
|
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
251
|
+
'mail_new': () => import('./components/mail_new.vue'),
|
|
252
|
+
'mail_add': () => import('./components/mail_add.vue'),
|
|
259
253
|
'mail_open': () => import('./components/mail_open.vue'),
|
|
260
|
-
'marquee': () => import('./components/marquee.vue'),
|
|
261
254
|
'maximise': () => import('./components/maximise.vue'),
|
|
262
|
-
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
263
|
-
'message': () => import('./components/message.vue'),
|
|
264
|
-
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
265
255
|
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
266
|
-
'
|
|
267
|
-
'
|
|
268
|
-
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
256
|
+
'lock_open': () => import('./components/lock_open.vue'),
|
|
257
|
+
'marquee': () => import('./components/marquee.vue'),
|
|
269
258
|
'message_writing': () => import('./components/message_writing.vue'),
|
|
259
|
+
'mail': () => import('./components/mail.vue'),
|
|
260
|
+
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
261
|
+
'jump_left': () => import('./components/jump_left.vue'),
|
|
270
262
|
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
271
|
-
'microphone': () => import('./components/microphone.vue'),
|
|
272
263
|
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
273
264
|
'moon': () => import('./components/moon.vue'),
|
|
274
|
-
'
|
|
275
|
-
'
|
|
276
|
-
'
|
|
277
|
-
'
|
|
278
|
-
'mini_player': () => import('./components/mini_player.vue'),
|
|
265
|
+
'minimise': () => import('./components/minimise.vue'),
|
|
266
|
+
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
267
|
+
'laptop': () => import('./components/laptop.vue'),
|
|
268
|
+
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
279
269
|
'newspaper': () => import('./components/newspaper.vue'),
|
|
270
|
+
'message': () => import('./components/message.vue'),
|
|
271
|
+
'no_sign': () => import('./components/no_sign.vue'),
|
|
272
|
+
'notebook': () => import('./components/notebook.vue'),
|
|
280
273
|
'nut': () => import('./components/nut.vue'),
|
|
281
274
|
'optional': () => import('./components/optional.vue'),
|
|
282
|
-
'
|
|
283
|
-
'notebook': () => import('./components/notebook.vue'),
|
|
284
|
-
'panel_right': () => import('./components/panel_right.vue'),
|
|
275
|
+
'import': () => import('./components/import.vue'),
|
|
285
276
|
'pages': () => import('./components/pages.vue'),
|
|
286
|
-
'
|
|
287
|
-
'
|
|
277
|
+
'mini_player': () => import('./components/mini_player.vue'),
|
|
278
|
+
'notification': () => import('./components/notification.vue'),
|
|
279
|
+
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
280
|
+
'midpoint': () => import('./components/midpoint.vue'),
|
|
281
|
+
'microphone': () => import('./components/microphone.vue'),
|
|
282
|
+
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
283
|
+
'panel_center': () => import('./components/panel_center.vue'),
|
|
284
|
+
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
288
285
|
'panel_left': () => import('./components/panel_left.vue'),
|
|
286
|
+
'paper': () => import('./components/paper.vue'),
|
|
289
287
|
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
290
|
-
'
|
|
288
|
+
'panel_right': () => import('./components/panel_right.vue'),
|
|
291
289
|
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
290
|
+
'minus': () => import('./components/minus.vue'),
|
|
292
291
|
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
293
292
|
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
294
|
-
'
|
|
293
|
+
'panel_top': () => import('./components/panel_top.vue'),
|
|
295
294
|
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
296
|
-
'paperclip': () => import('./components/paperclip.vue'),
|
|
297
|
-
'picture': () => import('./components/picture.vue'),
|
|
298
|
-
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
299
|
-
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
300
295
|
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
296
|
+
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
297
|
+
'paperclip': () => import('./components/paperclip.vue'),
|
|
301
298
|
'pause': () => import('./components/pause.vue'),
|
|
302
|
-
'notification': () => import('./components/notification.vue'),
|
|
303
|
-
'panel_center': () => import('./components/panel_center.vue'),
|
|
304
|
-
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
305
|
-
'play': () => import('./components/play.vue'),
|
|
306
299
|
'pen': () => import('./components/pen.vue'),
|
|
307
300
|
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
308
|
-
'
|
|
309
|
-
'
|
|
310
|
-
'
|
|
301
|
+
'play': () => import('./components/play.vue'),
|
|
302
|
+
'picture': () => import('./components/picture.vue'),
|
|
303
|
+
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
311
304
|
'pie_third': () => import('./components/pie_third.vue'),
|
|
305
|
+
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
306
|
+
'move': () => import('./components/move.vue'),
|
|
307
|
+
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
308
|
+
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
309
|
+
'printer': () => import('./components/printer.vue'),
|
|
312
310
|
'pie_half': () => import('./components/pie_half.vue'),
|
|
313
|
-
'postcard': () => import('./components/postcard.vue'),
|
|
314
311
|
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
312
|
+
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
315
313
|
'pull_down': () => import('./components/pull_down.vue'),
|
|
316
|
-
'push_left': () => import('./components/push_left.vue'),
|
|
317
|
-
'pull_right': () => import('./components/pull_right.vue'),
|
|
318
314
|
'pull_left': () => import('./components/pull_left.vue'),
|
|
319
|
-
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
320
|
-
'pull_up': () => import('./components/pull_up.vue'),
|
|
321
|
-
'push_right': () => import('./components/push_right.vue'),
|
|
322
|
-
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
323
315
|
'projector': () => import('./components/projector.vue'),
|
|
324
|
-
'
|
|
325
|
-
'
|
|
326
|
-
'
|
|
316
|
+
'postcard': () => import('./components/postcard.vue'),
|
|
317
|
+
'pull_up': () => import('./components/pull_up.vue'),
|
|
318
|
+
'pull_right': () => import('./components/pull_right.vue'),
|
|
319
|
+
'push_left': () => import('./components/push_left.vue'),
|
|
320
|
+
'plus': () => import('./components/plus.vue'),
|
|
321
|
+
'push_right': () => import('./components/push_right.vue'),
|
|
322
|
+
'play_button': () => import('./components/play_button.vue'),
|
|
323
|
+
'push_up': () => import('./components/push_up.vue'),
|
|
327
324
|
'redo': () => import('./components/redo.vue'),
|
|
325
|
+
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
328
326
|
'receipt': () => import('./components/receipt.vue'),
|
|
329
327
|
'record': () => import('./components/record.vue'),
|
|
330
|
-
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
331
|
-
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
332
|
-
'refresh': () => import('./components/refresh.vue'),
|
|
333
|
-
'reset': () => import('./components/reset.vue'),
|
|
334
328
|
'replicate': () => import('./components/replicate.vue'),
|
|
335
|
-
'
|
|
336
|
-
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
337
|
-
'retweet': () => import('./components/retweet.vue'),
|
|
329
|
+
'question_circle': () => import('./components/question_circle.vue'),
|
|
338
330
|
'required': () => import('./components/required.vue'),
|
|
331
|
+
'reset': () => import('./components/reset.vue'),
|
|
332
|
+
'refresh': () => import('./components/refresh.vue'),
|
|
339
333
|
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
340
|
-
'
|
|
341
|
-
'
|
|
342
|
-
'
|
|
334
|
+
'reuse': () => import('./components/reuse.vue'),
|
|
335
|
+
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
336
|
+
'reverse': () => import('./components/reverse.vue'),
|
|
337
|
+
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
338
|
+
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
343
339
|
'scale': () => import('./components/scale.vue'),
|
|
340
|
+
'radio_on': () => import('./components/radio_on.vue'),
|
|
344
341
|
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
345
|
-
'
|
|
346
|
-
'search': () => import('./components/search.vue'),
|
|
342
|
+
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
347
343
|
'rocket': () => import('./components/rocket.vue'),
|
|
348
|
-
'server': () => import('./components/server.vue'),
|
|
349
344
|
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
350
|
-
'
|
|
351
|
-
'
|
|
352
|
-
'
|
|
353
|
-
'reuse': () => import('./components/reuse.vue'),
|
|
345
|
+
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
346
|
+
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
347
|
+
'ruler': () => import('./components/ruler.vue'),
|
|
354
348
|
'share_alt': () => import('./components/share_alt.vue'),
|
|
349
|
+
'settings': () => import('./components/settings.vue'),
|
|
350
|
+
'search': () => import('./components/search.vue'),
|
|
351
|
+
'server': () => import('./components/server.vue'),
|
|
355
352
|
'shuffle': () => import('./components/shuffle.vue'),
|
|
356
|
-
'
|
|
353
|
+
'side_menu': () => import('./components/side_menu.vue'),
|
|
354
|
+
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
355
|
+
'slash_forward': () => import('./components/slash_forward.vue'),
|
|
357
356
|
'sort': () => import('./components/sort.vue'),
|
|
357
|
+
'revert': () => import('./components/revert.vue'),
|
|
358
|
+
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
359
|
+
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
360
|
+
'scalpel': () => import('./components/scalpel.vue'),
|
|
361
|
+
'speaker': () => import('./components/speaker.vue'),
|
|
358
362
|
'push_down': () => import('./components/push_down.vue'),
|
|
359
363
|
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
360
|
-
'
|
|
361
|
-
'share': () => import('./components/share.vue'),
|
|
362
|
-
'speaker': () => import('./components/speaker.vue'),
|
|
364
|
+
'star': () => import('./components/star.vue'),
|
|
363
365
|
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
364
|
-
'
|
|
365
|
-
'
|
|
366
|
-
'
|
|
367
|
-
'
|
|
366
|
+
'sliders': () => import('./components/sliders.vue'),
|
|
367
|
+
'retweet': () => import('./components/retweet.vue'),
|
|
368
|
+
'share': () => import('./components/share.vue'),
|
|
369
|
+
'sun': () => import('./components/sun.vue'),
|
|
368
370
|
'swap': () => import('./components/swap.vue'),
|
|
369
|
-
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
370
|
-
'tag': () => import('./components/tag.vue'),
|
|
371
|
-
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
372
371
|
'split_three': () => import('./components/split_three.vue'),
|
|
373
|
-
'
|
|
372
|
+
'split': () => import('./components/split.vue'),
|
|
373
|
+
'tag': () => import('./components/tag.vue'),
|
|
374
|
+
'table': () => import('./components/table.vue'),
|
|
375
|
+
'tags': () => import('./components/tags.vue'),
|
|
374
376
|
'switch': () => import('./components/switch.vue'),
|
|
377
|
+
'support': () => import('./components/support.vue'),
|
|
375
378
|
'target': () => import('./components/target.vue'),
|
|
376
|
-
'
|
|
377
|
-
'
|
|
378
|
-
'tags': () => import('./components/tags.vue'),
|
|
379
|
-
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
379
|
+
'ticket': () => import('./components/ticket.vue'),
|
|
380
|
+
'thread': () => import('./components/thread.vue'),
|
|
380
381
|
'todo': () => import('./components/todo.vue'),
|
|
381
|
-
'
|
|
382
|
-
'timeline': () => import('./components/timeline.vue'),
|
|
382
|
+
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
383
383
|
'table_header': () => import('./components/table_header.vue'),
|
|
384
|
-
'
|
|
385
|
-
'ticket': () => import('./components/ticket.vue'),
|
|
384
|
+
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
386
385
|
'toggle': () => import('./components/toggle.vue'),
|
|
386
|
+
'timeline': () => import('./components/timeline.vue'),
|
|
387
|
+
'toggles': () => import('./components/toggles.vue'),
|
|
388
|
+
'trash': () => import('./components/trash.vue'),
|
|
389
|
+
'translate': () => import('./components/translate.vue'),
|
|
387
390
|
'type_email': () => import('./components/type_email.vue'),
|
|
388
391
|
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
392
|
+
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
393
|
+
'type_date': () => import('./components/type_date.vue'),
|
|
394
|
+
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
389
395
|
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
390
|
-
'
|
|
396
|
+
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
397
|
+
'type_id': () => import('./components/type_id.vue'),
|
|
391
398
|
'trophy': () => import('./components/trophy.vue'),
|
|
392
|
-
'
|
|
393
|
-
'type_date': () => import('./components/type_date.vue'),
|
|
399
|
+
'type_formula': () => import('./components/type_formula.vue'),
|
|
394
400
|
'type_file': () => import('./components/type_file.vue'),
|
|
395
|
-
'
|
|
396
|
-
'type_number': () => import('./components/type_number.vue'),
|
|
401
|
+
'type_phone': () => import('./components/type_phone.vue'),
|
|
397
402
|
'type_person': () => import('./components/type_person.vue'),
|
|
398
|
-
'
|
|
403
|
+
'type_number': () => import('./components/type_number.vue'),
|
|
399
404
|
'type_select': () => import('./components/type_select.vue'),
|
|
400
|
-
'type_formula': () => import('./components/type_formula.vue'),
|
|
401
405
|
'type_relation': () => import('./components/type_relation.vue'),
|
|
402
|
-
'type_status': () => import('./components/type_status.vue'),
|
|
403
|
-
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
404
406
|
'type_user': () => import('./components/type_user.vue'),
|
|
405
|
-
'translate': () => import('./components/translate.vue'),
|
|
406
407
|
'type_text': () => import('./components/type_text.vue'),
|
|
407
|
-
'undo_history': () => import('./components/undo_history.vue'),
|
|
408
|
-
'unarchive': () => import('./components/unarchive.vue'),
|
|
409
|
-
'type_time': () => import('./components/type_time.vue'),
|
|
410
408
|
'type_url': () => import('./components/type_url.vue'),
|
|
409
|
+
'unarchive': () => import('./components/unarchive.vue'),
|
|
411
410
|
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
412
|
-
'
|
|
413
|
-
'upward': () => import('./components/upward.vue'),
|
|
411
|
+
'type_time': () => import('./components/type_time.vue'),
|
|
414
412
|
'upload': () => import('./components/upload.vue'),
|
|
415
|
-
'
|
|
413
|
+
'upward': () => import('./components/upward.vue'),
|
|
414
|
+
'type_status': () => import('./components/type_status.vue'),
|
|
416
415
|
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
417
|
-
'
|
|
418
|
-
'
|
|
416
|
+
'undo_history': () => import('./components/undo_history.vue'),
|
|
417
|
+
'undo': () => import('./components/undo.vue'),
|
|
419
418
|
'user_add': () => import('./components/user_add.vue'),
|
|
419
|
+
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
420
420
|
'user_male': () => import('./components/user_male.vue'),
|
|
421
|
+
'venn': () => import('./components/venn.vue'),
|
|
421
422
|
'user_remove': () => import('./components/user_remove.vue'),
|
|
423
|
+
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
424
|
+
'versions': () => import('./components/versions.vue'),
|
|
425
|
+
'user_circle': () => import('./components/user_circle.vue'),
|
|
422
426
|
'volume_add': () => import('./components/volume_add.vue'),
|
|
423
|
-
'
|
|
427
|
+
'volume_0': () => import('./components/volume_0.vue'),
|
|
424
428
|
'version': () => import('./components/version.vue'),
|
|
425
|
-
'
|
|
429
|
+
'volume_low': () => import('./components/volume_low.vue'),
|
|
426
430
|
'user': () => import('./components/user.vue'),
|
|
427
|
-
'versions': () => import('./components/versions.vue'),
|
|
428
431
|
'video': () => import('./components/video.vue'),
|
|
429
|
-
'
|
|
432
|
+
'users': () => import('./components/users.vue'),
|
|
433
|
+
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
434
|
+
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
435
|
+
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
436
|
+
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
437
|
+
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
430
438
|
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
431
439
|
'volume_high': () => import('./components/volume_high.vue'),
|
|
432
|
-
'
|
|
433
|
-
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
434
|
-
'volume_0': () => import('./components/volume_0.vue'),
|
|
440
|
+
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
435
441
|
'width': () => import('./components/width.vue'),
|
|
436
|
-
'
|
|
437
|
-
'
|
|
438
|
-
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
439
|
-
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
440
|
-
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
441
|
-
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
442
|
+
'waves': () => import('./components/waves.vue'),
|
|
443
|
+
'window': () => import('./components/window.vue'),
|
|
442
444
|
'wifi': () => import('./components/wifi.vue'),
|
|
443
|
-
'
|
|
444
|
-
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
445
|
+
'wallet': () => import('./components/wallet.vue'),
|
|
445
446
|
'window_content': () => import('./components/window_content.vue'),
|
|
446
|
-
'write': () => import('./components/write.vue'),
|
|
447
|
-
'window': () => import('./components/window.vue'),
|
|
448
|
-
'scalpel': () => import('./components/scalpel.vue'),
|
|
449
|
-
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
450
447
|
'wrap_back': () => import('./components/wrap_back.vue'),
|
|
451
|
-
'
|
|
448
|
+
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
449
|
+
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
450
|
+
'write': () => import('./components/write.vue'),
|
|
451
|
+
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
452
452
|
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
453
|
+
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
454
|
+
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
453
455
|
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
454
|
-
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
455
456
|
'zoom_reset': () => import('./components/zoom_reset.vue'),
|
|
456
|
-
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
457
|
-
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
458
457
|
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
459
|
-
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
460
458
|
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
461
|
-
'nomi-
|
|
462
|
-
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
459
|
+
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
463
460
|
'nomi-arrow-right-top': () => import('./components/nomi-arrow-right-top.vue'),
|
|
461
|
+
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
462
|
+
'nomi-arrow_up': () => import('./components/nomi-arrow_up.vue'),
|
|
463
|
+
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
464
|
+
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
465
|
+
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
466
|
+
'nomi-category_alt': () => import('./components/nomi-category_alt.vue'),
|
|
467
|
+
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
464
468
|
'nomi-automation': () => import('./components/nomi-automation.vue'),
|
|
465
|
-
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
466
469
|
'nomi-category': () => import('./components/nomi-category.vue'),
|
|
467
|
-
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
468
470
|
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
471
|
+
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
469
472
|
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
470
|
-
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
471
473
|
'nomi-bell': () => import('./components/nomi-bell.vue'),
|
|
472
|
-
'nomi-
|
|
473
|
-
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
474
|
-
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
475
|
-
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
474
|
+
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
476
475
|
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
476
|
+
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
477
|
+
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
478
|
+
'nomi-chevron-down': () => import('./components/nomi-chevron-down.vue'),
|
|
477
479
|
'nomi-check': () => import('./components/nomi-check.vue'),
|
|
478
|
-
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
479
480
|
'nomi-cashflow': () => import('./components/nomi-cashflow.vue'),
|
|
480
|
-
'nomi-
|
|
481
|
-
'nomi-
|
|
482
|
-
'nomi-
|
|
483
|
-
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
484
|
-
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
485
|
-
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
481
|
+
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
482
|
+
'nomi-chevron-left': () => import('./components/nomi-chevron-left.vue'),
|
|
483
|
+
'nomi-collapse': () => import('./components/nomi-collapse.vue'),
|
|
486
484
|
'nomi-dev': () => import('./components/nomi-dev.vue'),
|
|
485
|
+
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
486
|
+
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
487
|
+
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
487
488
|
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
488
|
-
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
489
|
-
'nomi-demo': () => import('./components/nomi-demo.vue'),
|
|
490
489
|
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
490
|
+
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
491
|
+
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
492
|
+
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
491
493
|
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
492
|
-
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
493
494
|
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
494
|
-
'nomi-
|
|
495
|
-
'nomi-
|
|
496
|
-
'nomi-folder': () => import('./components/nomi-folder.vue'),
|
|
497
|
-
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
498
|
-
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
499
|
-
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
500
|
-
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
501
|
-
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
502
|
-
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
495
|
+
'nomi-demo': () => import('./components/nomi-demo.vue'),
|
|
496
|
+
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
503
497
|
'nomi-integration': () => import('./components/nomi-integration.vue'),
|
|
504
|
-
'nomi-
|
|
505
|
-
'nomi-
|
|
498
|
+
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
499
|
+
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
500
|
+
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
501
|
+
'nomi-folder': () => import('./components/nomi-folder.vue'),
|
|
502
|
+
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
506
503
|
'nomi-planFact': () => import('./components/nomi-planFact.vue'),
|
|
504
|
+
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
507
505
|
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
508
|
-
'nomi-
|
|
506
|
+
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
507
|
+
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
508
|
+
'nomi-minus': () => import('./components/nomi-minus.vue'),
|
|
509
509
|
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
510
|
-
'nomi-
|
|
510
|
+
'nomi-pnl': () => import('./components/nomi-pnl.vue'),
|
|
511
|
+
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
512
|
+
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
511
513
|
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
512
|
-
'nomi-
|
|
513
|
-
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
514
|
-
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
514
|
+
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
515
515
|
'nomi-report': () => import('./components/nomi-report.vue'),
|
|
516
|
-
'nomi-
|
|
516
|
+
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
517
|
+
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
517
518
|
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
518
|
-
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
519
|
-
'nomi-pnl': () => import('./components/nomi-pnl.vue'),
|
|
520
|
-
'nomi-strongbox': () => import('./components/nomi-strongbox.vue'),
|
|
521
519
|
'nomi-subscription': () => import('./components/nomi-subscription.vue'),
|
|
522
|
-
'nomi-
|
|
520
|
+
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
521
|
+
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
523
522
|
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
523
|
+
'nomi-segment': () => import('./components/nomi-segment.vue'),
|
|
524
|
+
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
525
|
+
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
526
|
+
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
527
|
+
'nomi-strongbox': () => import('./components/nomi-strongbox.vue'),
|
|
528
|
+
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
529
|
+
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
530
|
+
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
531
|
+
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
524
532
|
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
525
533
|
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
526
|
-
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
527
|
-
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
528
534
|
'nomi-warehouse': () => import('./components/nomi-warehouse.vue'),
|
|
529
|
-
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
530
|
-
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
531
|
-
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
532
|
-
'nomi-segment': () => import('./components/nomi-segment.vue'),
|
|
533
535
|
'nomi-transactions_alt': () => import('./components/nomi-transactions_alt.vue'),
|
|
536
|
+
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
534
537
|
'nomi-user_plus': () => import('./components/nomi-user_plus.vue'),
|
|
535
538
|
}
|
|
@@ -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>
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<svg width="
|
|
2
|
-
<path d="
|
|
1
|
+
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M8.33337 13.3333L11.6667 9.99996L8.33337 6.66663" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
3
|
</svg>
|
|
@@ -167,7 +167,7 @@ import { Vue, Component, Prop } from 'vue-property-decorator';
|
|
|
167
167
|
import itfIcon from '../icon/Icon.vue';
|
|
168
168
|
import Panel from './Panel.vue';
|
|
169
169
|
import {hashToStack, stackToHash} from "@itfin/components/src/components/panels/helpers";
|
|
170
|
-
import {setRootPanelList} from "@itfin/components/src/components/panels";
|
|
170
|
+
import {emitGlobalEvent, setRootPanelList} from "@itfin/components/src/components/panels";
|
|
171
171
|
|
|
172
172
|
interface VisualOptions {
|
|
173
173
|
title: string;
|
|
@@ -393,6 +393,7 @@ export default class PanelList extends Vue {
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
emitEvent(event: string, ...args: any[]) {
|
|
396
|
+
emitGlobalEvent(event, ...args);
|
|
396
397
|
for (const panel of this.panelsStack) {
|
|
397
398
|
if (panel.__events[event]) {
|
|
398
399
|
for (const func of panel.__events[event]) {
|
|
@@ -22,3 +22,22 @@ export function setPanelsPathType(settings: any) {
|
|
|
22
22
|
export function setRootPanelList(rootPanelList: any) {
|
|
23
23
|
PanelsSettings.rootPanelList = rootPanelList;
|
|
24
24
|
}
|
|
25
|
+
|
|
26
|
+
export function emitGlobalEvent(eventName: string, data: any) {
|
|
27
|
+
const event = new CustomEvent(`panel:${eventName}`, { detail: data });
|
|
28
|
+
window.dispatchEvent(event);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export function onGlobalEvent(eventName: string|string[], callback: (event: CustomEvent) => void) {
|
|
32
|
+
const eventNames = Array.isArray(eventName) ? eventName : [eventName];
|
|
33
|
+
for (const name of eventNames) {
|
|
34
|
+
window.addEventListener(`panel:${name}`, callback);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
export function offGlobalEvent(eventName: string|string[], callback: (event: CustomEvent) => void) {
|
|
39
|
+
const eventNames = Array.isArray(eventName) ? eventName : [eventName];
|
|
40
|
+
for (const name of eventNames) {
|
|
41
|
+
window.removeEventListener(`panel:${name}`, callback);
|
|
42
|
+
}
|
|
43
|
+
}
|