@itfin/components 2.0.59 → 2.0.60
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/FilterBadge.vue +3 -0
- package/src/components/filter/FilterPanel.vue +3 -0
- package/src/components/icon/components/nomi-credit.vue +4 -0
- package/src/components/icon/components/nomi-pc.vue +4 -0
- package/src/components/icon/icons.js +357 -355
- package/src/components/icon/new-icons/credit.svg +3 -0
- package/src/components/icon/new-icons/goods-turnover.svg +3 -0
- package/src/components/icon/new-icons/goods.svg +4 -0
- package/src/components/icon/new-icons/pc.svg +3 -0
- package/src/helpers/validators.js +5 -0
- package/src/locales/uk.js +2 -1
package/package.json
CHANGED
|
@@ -50,6 +50,9 @@
|
|
|
50
50
|
<itf-date-picker-inline
|
|
51
51
|
style="margin: -.5rem"
|
|
52
52
|
:value="value.value"
|
|
53
|
+
:only-calendar="options.calendarOptions && options.calendarOptions.onlyCalendar"
|
|
54
|
+
:max-date="options.calendarOptions && options.calendarOptions.maxDate"
|
|
55
|
+
value-format="yyyy-MM-dd"
|
|
53
56
|
@input="onFilterChange({ value: $event })"
|
|
54
57
|
/>
|
|
55
58
|
</template>
|
|
@@ -378,6 +378,9 @@ class FilterPanel extends Vue {
|
|
|
378
378
|
const date = DateTime.fromISO(value.value);
|
|
379
379
|
value.label = (date.isValid ? date : DateTime.fromISO(facet.options.defaultValue.value)).toFormat('dd MMM yyyy');
|
|
380
380
|
value.isDefault = facet.options.defaultValue ? value.value === facet.options.defaultValue.value : false;
|
|
381
|
+
if (value.isDefault && facet.options.defaultValue.label) {
|
|
382
|
+
value.label = facet.options.defaultValue.label;
|
|
383
|
+
}
|
|
381
384
|
} else if (facet.type === 'month') {
|
|
382
385
|
const date = DateTime.fromISO(value.value);
|
|
383
386
|
value.label = capitalizeFirstLetter((date.isValid ? date : DateTime.fromISO(facet.options.defaultValue.value)).toFormat('LLLL yyyy'));
|
|
@@ -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="M17.54 6.75L7.04004 17.25M10.04 7.875C10.04 8.91053 9.20057 9.75 8.16504 9.75C7.12951 9.75 6.29004 8.91053 6.29004 7.875C6.29004 6.83947 7.12951 6 8.16504 6C9.20057 6 10.04 6.83947 10.04 7.875ZM18.29 16.125C18.29 17.1605 17.4506 18 16.415 18C15.3795 18 14.54 17.1605 14.54 16.125C14.54 15.0895 15.3795 14.25 16.415 14.25C17.4506 14.25 18.29 15.0895 18.29 16.125Z" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
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="M10.8667 7.48333V16.35C10.8667 16.434 10.8333 16.5145 10.7739 16.5739C10.7145 16.6333 10.634 16.6667 10.55 16.6667H8.96667V17.9333H10.212C10.3754 17.9313 10.5335 17.9911 10.6546 18.1008C10.7757 18.2105 10.8509 18.3619 10.8651 18.5247C10.8708 18.6113 10.8587 18.6982 10.8295 18.78C10.8002 18.8617 10.7545 18.9366 10.6951 18.9999C10.6357 19.0632 10.5639 19.1137 10.4842 19.1481C10.4045 19.1825 10.3186 19.2002 10.2318 19.2H6.45471C6.29104 19.2024 6.13254 19.1428 6.01107 19.0331C5.8896 18.9233 5.81419 18.7717 5.8 18.6086C5.79425 18.522 5.80637 18.4351 5.83561 18.3534C5.86485 18.2716 5.91059 18.1967 5.96999 18.1334C6.02938 18.0701 6.10116 18.0196 6.18087 17.9852C6.26058 17.9508 6.34651 17.9331 6.43333 17.9333H7.7V16.6667H3.9C3.39609 16.6667 2.91282 16.4665 2.5565 16.1102C2.20018 15.7539 2 15.2706 2 14.7667V9.06667C2 8.56276 2.20018 8.07948 2.5565 7.72316C2.91282 7.36684 3.39609 7.16667 3.9 7.16667H10.55C10.634 7.16667 10.7145 7.20003 10.7739 7.25942C10.8333 7.3188 10.8667 7.39935 10.8667 7.48333ZM21 5.26667V17.9333C21 18.2693 20.8665 18.5915 20.629 18.829C20.3915 19.0665 20.0693 19.2 19.7333 19.2H13.4C13.0641 19.2 12.7419 19.0665 12.5043 18.829C12.2668 18.5915 12.1333 18.2693 12.1333 17.9333V5.26667C12.1333 4.93073 12.2668 4.60854 12.5043 4.371C12.7419 4.13345 13.0641 4 13.4 4H19.7333C20.0693 4 20.3915 4.13345 20.629 4.371C20.8665 4.60854 21 4.93073 21 5.26667ZM17.5087 15.841C17.5347 15.6442 17.4984 15.4442 17.4048 15.2692C17.3113 15.0941 17.1653 14.9527 16.9874 14.8649C16.8094 14.7771 16.6084 14.7472 16.4125 14.7794C16.2167 14.8117 16.0359 14.9044 15.8955 15.0447C15.7551 15.185 15.6621 15.3657 15.6297 15.5615C15.5972 15.7573 15.6269 15.9584 15.7146 16.1364C15.8023 16.3145 15.9435 16.4606 16.1185 16.5543C16.2935 16.648 16.4934 16.6845 16.6902 16.6587C16.8976 16.6316 17.0903 16.5367 17.2383 16.3889C17.3863 16.241 17.4814 16.0484 17.5087 15.841ZM19.1 9.65804C19.0858 9.49498 19.0104 9.34333 18.8889 9.23362C18.7675 9.1239 18.609 9.06425 18.4453 9.06667H14.688C14.5246 9.06465 14.3665 9.12448 14.2454 9.23416C14.1243 9.34384 14.0491 9.49525 14.0349 9.65804C14.0292 9.74467 14.0413 9.83156 14.0705 9.91331C14.0998 9.99506 14.1455 10.0699 14.2049 10.1333C14.2643 10.1966 14.3361 10.247 14.4158 10.2814C14.4955 10.3159 14.5814 10.3335 14.6683 10.3333H18.4683C18.5549 10.3333 18.6407 10.3155 18.7202 10.281C18.7997 10.2465 18.8713 10.196 18.9306 10.1327C18.9898 10.0694 19.0354 9.99458 19.0645 9.91294C19.0937 9.8313 19.1057 9.74454 19.1 9.65804ZM19.1 7.12471C19.0858 6.96164 19.0104 6.81 18.8889 6.70028C18.7675 6.59057 18.609 6.53092 18.4453 6.53333H14.688C14.5244 6.53092 14.3659 6.59057 14.2444 6.70028C14.1229 6.81 14.0475 6.96164 14.0333 7.12471C14.0276 7.21134 14.0397 7.29823 14.0689 7.37998C14.0982 7.46173 14.1439 7.53659 14.2033 7.59992C14.2627 7.66325 14.3345 7.71369 14.4142 7.74811C14.4939 7.78253 14.5798 7.80019 14.6667 7.8H18.4667C18.5535 7.80019 18.6394 7.78253 18.7191 7.74811C18.7988 7.71369 18.8706 7.66325 18.93 7.59992C18.9894 7.53659 19.0351 7.46173 19.0644 7.37998C19.0936 7.29823 19.1058 7.21134 19.1 7.12471Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -1,556 +1,558 @@
|
|
|
1
1
|
export default {
|
|
2
2
|
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
3
|
+
'airplay': () => import('./components/airplay.vue'),
|
|
4
|
+
'align_horizontal': () => import('./components/align_horizontal.vue'),
|
|
5
|
+
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
6
|
+
'archive': () => import('./components/archive.vue'),
|
|
7
|
+
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
8
|
+
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
9
|
+
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
3
10
|
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
4
11
|
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
5
|
-
'angle': () => import('./components/angle.vue'),
|
|
6
12
|
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
7
|
-
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
8
|
-
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
9
13
|
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
10
|
-
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
11
|
-
'airplay': () => import('./components/airplay.vue'),
|
|
12
14
|
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
16
|
-
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
15
|
+
'backspace': () => import('./components/backspace.vue'),
|
|
16
|
+
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
17
17
|
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
18
18
|
'backward10': () => import('./components/backward10.vue'),
|
|
19
19
|
'backward': () => import('./components/backward.vue'),
|
|
20
20
|
'battery_75': () => import('./components/battery_75.vue'),
|
|
21
|
+
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
22
|
+
'angle': () => import('./components/angle.vue'),
|
|
23
|
+
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
21
24
|
'battery_full': () => import('./components/battery_full.vue'),
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'align_horizontal': () => import('./components/align_horizontal.vue'),
|
|
26
|
-
'backspace': () => import('./components/backspace.vue'),
|
|
25
|
+
'battery_low': () => import('./components/battery_low.vue'),
|
|
26
|
+
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
27
|
+
'bell_disabled': () => import('./components/bell_disabled.vue'),
|
|
27
28
|
'bag': () => import('./components/bag.vue'),
|
|
28
|
-
'
|
|
29
|
-
'
|
|
29
|
+
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
30
|
+
'blocked': () => import('./components/blocked.vue'),
|
|
30
31
|
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
31
|
-
'
|
|
32
|
-
'
|
|
32
|
+
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
33
|
+
'bell': () => import('./components/bell.vue'),
|
|
33
34
|
'book': () => import('./components/book.vue'),
|
|
34
|
-
'
|
|
35
|
+
'battery_half': () => import('./components/battery_half.vue'),
|
|
35
36
|
'book_closed': () => import('./components/book_closed.vue'),
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'
|
|
37
|
+
'bookmark': () => import('./components/bookmark.vue'),
|
|
38
|
+
'box_open': () => import('./components/box_open.vue'),
|
|
39
|
+
'box_download': () => import('./components/box_download.vue'),
|
|
39
40
|
'briefcase': () => import('./components/briefcase.vue'),
|
|
40
|
-
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
41
41
|
'branch': () => import('./components/branch.vue'),
|
|
42
|
-
'
|
|
43
|
-
'blocked': () => import('./components/blocked.vue'),
|
|
42
|
+
'button_minus': () => import('./components/button_minus.vue'),
|
|
44
43
|
'button_add': () => import('./components/button_add.vue'),
|
|
45
44
|
'box': () => import('./components/box.vue'),
|
|
46
45
|
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
47
|
-
'
|
|
48
|
-
'button_minus': () => import('./components/button_minus.vue'),
|
|
46
|
+
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
49
47
|
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
48
|
+
'calendar': () => import('./components/calendar.vue'),
|
|
49
|
+
'book_text': () => import('./components/book_text.vue'),
|
|
50
|
+
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
51
|
+
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
52
|
+
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
50
53
|
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
51
|
-
'
|
|
52
|
-
'
|
|
54
|
+
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
55
|
+
'browser': () => import('./components/browser.vue'),
|
|
56
|
+
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
57
|
+
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
58
|
+
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
59
|
+
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
60
|
+
'calculator': () => import('./components/calculator.vue'),
|
|
53
61
|
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
54
62
|
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
55
|
-
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
56
|
-
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
57
|
-
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
58
63
|
'card_view': () => import('./components/card_view.vue'),
|
|
59
|
-
'
|
|
60
|
-
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
64
|
+
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
61
65
|
'carousel': () => import('./components/carousel.vue'),
|
|
62
|
-
'
|
|
63
|
-
'
|
|
64
|
-
'
|
|
65
|
-
'
|
|
66
|
-
'chat_add': () => import('./components/chat_add.vue'),
|
|
66
|
+
'camera': () => import('./components/camera.vue'),
|
|
67
|
+
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
68
|
+
'capture': () => import('./components/capture.vue'),
|
|
69
|
+
'cart': () => import('./components/cart.vue'),
|
|
67
70
|
'check_circle': () => import('./components/check_circle.vue'),
|
|
68
|
-
'
|
|
69
|
-
'
|
|
71
|
+
'chain': () => import('./components/chain.vue'),
|
|
72
|
+
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
70
73
|
'cast': () => import('./components/cast.vue'),
|
|
71
|
-
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
72
|
-
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
73
|
-
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
74
74
|
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
75
|
+
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
76
|
+
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
77
|
+
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
78
|
+
'check': () => import('./components/check.vue'),
|
|
75
79
|
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
76
|
-
'
|
|
77
|
-
'
|
|
78
|
-
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
79
|
-
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
80
|
+
'chat_add': () => import('./components/chat_add.vue'),
|
|
81
|
+
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
80
82
|
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
83
|
+
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
84
|
+
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
85
|
+
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
86
|
+
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
81
87
|
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
82
|
-
'capture': () => import('./components/capture.vue'),
|
|
83
|
-
'camera': () => import('./components/camera.vue'),
|
|
84
|
-
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
85
|
-
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
86
88
|
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
87
|
-
'
|
|
89
|
+
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
88
90
|
'circle': () => import('./components/circle.vue'),
|
|
89
|
-
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
90
91
|
'circle_split': () => import('./components/circle_split.vue'),
|
|
91
|
-
'
|
|
92
|
-
'clipboard': () => import('./components/clipboard.vue'),
|
|
92
|
+
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
93
93
|
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
94
|
+
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
95
|
+
'clipboard': () => import('./components/clipboard.vue'),
|
|
94
96
|
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
95
|
-
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
96
|
-
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
97
|
-
'chain': () => import('./components/chain.vue'),
|
|
98
97
|
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
99
|
-
'
|
|
100
|
-
'close': () => import('./components/close.vue'),
|
|
101
|
-
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
102
|
-
'cloud': () => import('./components/cloud.vue'),
|
|
103
|
-
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
98
|
+
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
104
99
|
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
100
|
+
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
101
|
+
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
102
|
+
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
103
|
+
'cloud': () => import('./components/cloud.vue'),
|
|
104
|
+
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
105
|
+
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
106
|
+
'coffee': () => import('./components/coffee.vue'),
|
|
107
|
+
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
105
108
|
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
106
109
|
'clock': () => import('./components/clock.vue'),
|
|
107
|
-
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
108
110
|
'coin': () => import('./components/coin.vue'),
|
|
109
|
-
'connect': () => import('./components/connect.vue'),
|
|
110
|
-
'contacts': () => import('./components/contacts.vue'),
|
|
111
111
|
'code': () => import('./components/code.vue'),
|
|
112
|
-
'
|
|
112
|
+
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
113
|
+
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
114
|
+
'contacts': () => import('./components/contacts.vue'),
|
|
115
|
+
'component_add': () => import('./components/component_add.vue'),
|
|
113
116
|
'coins': () => import('./components/coins.vue'),
|
|
117
|
+
'close': () => import('./components/close.vue'),
|
|
118
|
+
'compass': () => import('./components/compass.vue'),
|
|
114
119
|
'create': () => import('./components/create.vue'),
|
|
115
|
-
'
|
|
116
|
-
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
117
|
-
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
118
|
-
'component_add': () => import('./components/component_add.vue'),
|
|
120
|
+
'connect': () => import('./components/connect.vue'),
|
|
119
121
|
'credit_card': () => import('./components/credit_card.vue'),
|
|
120
|
-
'
|
|
121
|
-
'cylinder': () => import('./components/cylinder.vue'),
|
|
122
|
+
'crosshair': () => import('./components/crosshair.vue'),
|
|
122
123
|
'cube': () => import('./components/cube.vue'),
|
|
123
|
-
'
|
|
124
|
-
'
|
|
124
|
+
'crop': () => import('./components/crop.vue'),
|
|
125
|
+
'diamond': () => import('./components/diamond.vue'),
|
|
126
|
+
'contract': () => import('./components/contract.vue'),
|
|
127
|
+
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
125
128
|
'database': () => import('./components/database.vue'),
|
|
126
129
|
'display': () => import('./components/display.vue'),
|
|
127
|
-
'
|
|
128
|
-
'document': () => import('./components/document.vue'),
|
|
130
|
+
'disc': () => import('./components/disc.vue'),
|
|
129
131
|
'directions': () => import('./components/directions.vue'),
|
|
130
|
-
'
|
|
131
|
-
'diamond': () => import('./components/diamond.vue'),
|
|
132
|
-
'document_justified': () => import('./components/document_justified.vue'),
|
|
133
|
-
'document_stack': () => import('./components/document_stack.vue'),
|
|
132
|
+
'cross': () => import('./components/cross.vue'),
|
|
134
133
|
'document_list': () => import('./components/document_list.vue'),
|
|
134
|
+
'document': () => import('./components/document.vue'),
|
|
135
135
|
'door': () => import('./components/door.vue'),
|
|
136
|
+
'document_words': () => import('./components/document_words.vue'),
|
|
136
137
|
'download': () => import('./components/download.vue'),
|
|
137
138
|
'door_alt': () => import('./components/door_alt.vue'),
|
|
138
|
-
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
139
|
-
'downward': () => import('./components/downward.vue'),
|
|
140
|
-
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
141
|
-
'download_alt': () => import('./components/download_alt.vue'),
|
|
142
139
|
'duplicate': () => import('./components/duplicate.vue'),
|
|
143
140
|
'drag': () => import('./components/drag.vue'),
|
|
141
|
+
'downward': () => import('./components/downward.vue'),
|
|
142
|
+
'display_alt': () => import('./components/display_alt.vue'),
|
|
143
|
+
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
144
|
+
'download_alt': () => import('./components/download_alt.vue'),
|
|
145
|
+
'document_stack': () => import('./components/document_stack.vue'),
|
|
146
|
+
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
147
|
+
'cylinder': () => import('./components/cylinder.vue'),
|
|
148
|
+
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
149
|
+
'enter': () => import('./components/enter.vue'),
|
|
150
|
+
'document_justified': () => import('./components/document_justified.vue'),
|
|
144
151
|
'expand': () => import('./components/expand.vue'),
|
|
152
|
+
'exit_left': () => import('./components/exit_left.vue'),
|
|
153
|
+
'expand_height': () => import('./components/expand_height.vue'),
|
|
154
|
+
'external': () => import('./components/external.vue'),
|
|
155
|
+
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
145
156
|
'episodes': () => import('./components/episodes.vue'),
|
|
157
|
+
'face_happy': () => import('./components/face_happy.vue'),
|
|
146
158
|
'exit_right': () => import('./components/exit_right.vue'),
|
|
147
|
-
'
|
|
148
|
-
'coffee': () => import('./components/coffee.vue'),
|
|
149
|
-
'crosshair': () => import('./components/crosshair.vue'),
|
|
150
|
-
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
151
|
-
'eye': () => import('./components/eye.vue'),
|
|
152
|
-
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
159
|
+
'file_download': () => import('./components/file_download.vue'),
|
|
153
160
|
'eye_no': () => import('./components/eye_no.vue'),
|
|
154
|
-
'
|
|
155
|
-
'expand_height': () => import('./components/expand_height.vue'),
|
|
156
|
-
'external': () => import('./components/external.vue'),
|
|
157
|
-
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
158
|
-
'face_sad': () => import('./components/face_sad.vue'),
|
|
159
|
-
'disc': () => import('./components/disc.vue'),
|
|
160
|
-
'bookmark': () => import('./components/bookmark.vue'),
|
|
161
|
-
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
161
|
+
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
162
162
|
'files_stack': () => import('./components/files_stack.vue'),
|
|
163
|
-
'files_multi': () => import('./components/files_multi.vue'),
|
|
164
163
|
'film': () => import('./components/film.vue'),
|
|
165
|
-
'
|
|
164
|
+
'files_history': () => import('./components/files_history.vue'),
|
|
165
|
+
'file_upload': () => import('./components/file_upload.vue'),
|
|
166
|
+
'face_sad': () => import('./components/face_sad.vue'),
|
|
167
|
+
'eye': () => import('./components/eye.vue'),
|
|
168
|
+
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
169
|
+
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
166
170
|
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
167
|
-
'
|
|
171
|
+
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
168
172
|
'filter_all': () => import('./components/filter_all.vue'),
|
|
169
|
-
'
|
|
170
|
-
'
|
|
173
|
+
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
174
|
+
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
171
175
|
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
172
|
-
'
|
|
176
|
+
'filter_single': () => import('./components/filter_single.vue'),
|
|
177
|
+
'expand_width': () => import('./components/expand_width.vue'),
|
|
178
|
+
'filtering': () => import('./components/filtering.vue'),
|
|
179
|
+
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
173
180
|
'flag': () => import('./components/flag.vue'),
|
|
174
|
-
'file_upload': () => import('./components/file_upload.vue'),
|
|
175
|
-
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
176
|
-
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
177
|
-
'face_happy': () => import('./components/face_happy.vue'),
|
|
178
|
-
'floppy': () => import('./components/floppy.vue'),
|
|
179
|
-
'enter': () => import('./components/enter.vue'),
|
|
180
181
|
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
181
|
-
'
|
|
182
|
+
'folder_add': () => import('./components/folder_add.vue'),
|
|
183
|
+
'files_multi': () => import('./components/files_multi.vue'),
|
|
182
184
|
'folder_open': () => import('./components/folder_open.vue'),
|
|
185
|
+
'flip_view': () => import('./components/flip_view.vue'),
|
|
183
186
|
'flame': () => import('./components/flame.vue'),
|
|
184
|
-
'
|
|
187
|
+
'fork_git': () => import('./components/fork_git.vue'),
|
|
188
|
+
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
185
189
|
'forward10': () => import('./components/forward10.vue'),
|
|
186
|
-
'
|
|
187
|
-
'
|
|
190
|
+
'floppy': () => import('./components/floppy.vue'),
|
|
191
|
+
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
188
192
|
'frame': () => import('./components/frame.vue'),
|
|
193
|
+
'filter': () => import('./components/filter.vue'),
|
|
194
|
+
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
195
|
+
'forward': () => import('./components/forward.vue'),
|
|
189
196
|
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
190
|
-
'gauge': () => import('./components/gauge.vue'),
|
|
191
|
-
'folder_add': () => import('./components/folder_add.vue'),
|
|
192
197
|
'gift': () => import('./components/gift.vue'),
|
|
193
|
-
'
|
|
194
|
-
'
|
|
198
|
+
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
199
|
+
'funnel': () => import('./components/funnel.vue'),
|
|
200
|
+
'grab': () => import('./components/grab.vue'),
|
|
195
201
|
'gps': () => import('./components/gps.vue'),
|
|
202
|
+
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
203
|
+
'globe': () => import('./components/globe.vue'),
|
|
204
|
+
'gauge': () => import('./components/gauge.vue'),
|
|
205
|
+
'graph_box': () => import('./components/graph_box.vue'),
|
|
196
206
|
'grid': () => import('./components/grid.vue'),
|
|
197
|
-
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
198
|
-
'funnel': () => import('./components/funnel.vue'),
|
|
199
207
|
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
200
|
-
'
|
|
201
|
-
'
|
|
202
|
-
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
203
|
-
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
204
|
-
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
208
|
+
'hand': () => import('./components/hand.vue'),
|
|
209
|
+
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
205
210
|
'hash': () => import('./components/hash.vue'),
|
|
206
|
-
'
|
|
207
|
-
'
|
|
208
|
-
'home': () => import('./components/home.vue'),
|
|
211
|
+
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
212
|
+
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
209
213
|
'harddrive': () => import('./components/harddrive.vue'),
|
|
210
|
-
'flip_view': () => import('./components/flip_view.vue'),
|
|
211
214
|
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
212
|
-
'
|
|
213
|
-
'home_door': () => import('./components/home_door.vue'),
|
|
214
|
-
'home_alt': () => import('./components/home_alt.vue'),
|
|
215
|
-
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
216
|
-
'file_download': () => import('./components/file_download.vue'),
|
|
217
|
-
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
218
|
-
'exit_left': () => import('./components/exit_left.vue'),
|
|
219
|
-
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
215
|
+
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
220
216
|
'grid_small': () => import('./components/grid_small.vue'),
|
|
221
|
-
'inbox': () => import('./components/inbox.vue'),
|
|
222
|
-
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
223
|
-
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
224
|
-
'hand': () => import('./components/hand.vue'),
|
|
225
217
|
'import': () => import('./components/import.vue'),
|
|
218
|
+
'heart': () => import('./components/heart.vue'),
|
|
226
219
|
'height': () => import('./components/height.vue'),
|
|
227
|
-
'
|
|
228
|
-
'
|
|
220
|
+
'home_door': () => import('./components/home_door.vue'),
|
|
221
|
+
'info_circle': () => import('./components/info_circle.vue'),
|
|
222
|
+
'home': () => import('./components/home.vue'),
|
|
229
223
|
'home_check': () => import('./components/home_check.vue'),
|
|
230
|
-
'
|
|
224
|
+
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
225
|
+
'inbox': () => import('./components/inbox.vue'),
|
|
226
|
+
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
227
|
+
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
228
|
+
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
229
|
+
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
231
230
|
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
232
|
-
'
|
|
231
|
+
'jump_left': () => import('./components/jump_left.vue'),
|
|
232
|
+
'link': () => import('./components/link.vue'),
|
|
233
233
|
'laptop': () => import('./components/laptop.vue'),
|
|
234
|
-
'
|
|
234
|
+
'jump_right': () => import('./components/jump_right.vue'),
|
|
235
|
+
'home_alt': () => import('./components/home_alt.vue'),
|
|
235
236
|
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
236
|
-
'
|
|
237
|
+
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
238
|
+
'link_broken': () => import('./components/link_broken.vue'),
|
|
237
239
|
'list_add': () => import('./components/list_add.vue'),
|
|
238
|
-
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
239
240
|
'link_alt': () => import('./components/link_alt.vue'),
|
|
241
|
+
'location': () => import('./components/location.vue'),
|
|
242
|
+
'lineweight': () => import('./components/lineweight.vue'),
|
|
243
|
+
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
244
|
+
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
240
245
|
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
246
|
+
'mail': () => import('./components/mail.vue'),
|
|
241
247
|
'keyboard': () => import('./components/keyboard.vue'),
|
|
242
|
-
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
243
|
-
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
244
248
|
'lock': () => import('./components/lock.vue'),
|
|
245
|
-
'
|
|
246
|
-
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
247
|
-
'mail_new': () => import('./components/mail_new.vue'),
|
|
249
|
+
'lightning': () => import('./components/lightning.vue'),
|
|
248
250
|
'loader': () => import('./components/loader.vue'),
|
|
249
|
-
'
|
|
250
|
-
'
|
|
251
|
-
'list': () => import('./components/list.vue'),
|
|
252
|
-
'location': () => import('./components/location.vue'),
|
|
253
|
-
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
254
|
-
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
255
|
-
'mail_open': () => import('./components/mail_open.vue'),
|
|
256
|
-
'link': () => import('./components/link.vue'),
|
|
257
|
-
'mail_add': () => import('./components/mail_add.vue'),
|
|
258
|
-
'marquee': () => import('./components/marquee.vue'),
|
|
259
|
-
'grab': () => import('./components/grab.vue'),
|
|
260
|
-
'microphone': () => import('./components/microphone.vue'),
|
|
251
|
+
'maximise': () => import('./components/maximise.vue'),
|
|
252
|
+
'mail_new': () => import('./components/mail_new.vue'),
|
|
261
253
|
'lock_open': () => import('./components/lock_open.vue'),
|
|
262
|
-
'
|
|
254
|
+
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
255
|
+
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
256
|
+
'marquee': () => import('./components/marquee.vue'),
|
|
257
|
+
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
258
|
+
'mail_add': () => import('./components/mail_add.vue'),
|
|
259
|
+
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
260
|
+
'message': () => import('./components/message.vue'),
|
|
263
261
|
'message_writing': () => import('./components/message_writing.vue'),
|
|
264
|
-
'
|
|
265
|
-
'
|
|
266
|
-
'
|
|
262
|
+
'microphone': () => import('./components/microphone.vue'),
|
|
263
|
+
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
264
|
+
'mail_open': () => import('./components/mail_open.vue'),
|
|
265
|
+
'list': () => import('./components/list.vue'),
|
|
266
|
+
'mini_player': () => import('./components/mini_player.vue'),
|
|
267
267
|
'minus': () => import('./components/minus.vue'),
|
|
268
|
+
'midpoint': () => import('./components/midpoint.vue'),
|
|
269
|
+
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
270
|
+
'moon': () => import('./components/moon.vue'),
|
|
271
|
+
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
272
|
+
'newspaper': () => import('./components/newspaper.vue'),
|
|
268
273
|
'minimise': () => import('./components/minimise.vue'),
|
|
274
|
+
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
275
|
+
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
269
276
|
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
270
|
-
'move': () => import('./components/move.vue'),
|
|
271
|
-
'moon': () => import('./components/moon.vue'),
|
|
272
|
-
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
273
|
-
'mini_player': () => import('./components/mini_player.vue'),
|
|
274
|
-
'notebook': () => import('./components/notebook.vue'),
|
|
275
277
|
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
278
|
+
'notebook': () => import('./components/notebook.vue'),
|
|
279
|
+
'panel_top': () => import('./components/panel_top.vue'),
|
|
276
280
|
'nut': () => import('./components/nut.vue'),
|
|
277
|
-
'newspaper': () => import('./components/newspaper.vue'),
|
|
278
|
-
'pages': () => import('./components/pages.vue'),
|
|
279
281
|
'notification': () => import('./components/notification.vue'),
|
|
280
|
-
'
|
|
281
|
-
'
|
|
282
|
-
'paperclip': () => import('./components/paperclip.vue'),
|
|
282
|
+
'pages': () => import('./components/pages.vue'),
|
|
283
|
+
'move': () => import('./components/move.vue'),
|
|
283
284
|
'panel_left': () => import('./components/panel_left.vue'),
|
|
284
285
|
'no_sign': () => import('./components/no_sign.vue'),
|
|
285
|
-
'
|
|
286
|
+
'panel_center': () => import('./components/panel_center.vue'),
|
|
287
|
+
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
286
288
|
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
289
|
+
'paperclip': () => import('./components/paperclip.vue'),
|
|
290
|
+
'panel_right': () => import('./components/panel_right.vue'),
|
|
291
|
+
'optional': () => import('./components/optional.vue'),
|
|
287
292
|
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
293
|
+
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
294
|
+
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
295
|
+
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
288
296
|
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
289
|
-
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
290
297
|
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
291
|
-
'
|
|
292
|
-
'optional': () => import('./components/optional.vue'),
|
|
293
|
-
'panel_top': () => import('./components/panel_top.vue'),
|
|
294
|
-
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
295
|
-
'pause': () => import('./components/pause.vue'),
|
|
296
|
-
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
298
|
+
'paper': () => import('./components/paper.vue'),
|
|
297
299
|
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
298
|
-
'
|
|
300
|
+
'pie_third': () => import('./components/pie_third.vue'),
|
|
301
|
+
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
302
|
+
'pen': () => import('./components/pen.vue'),
|
|
303
|
+
'picture': () => import('./components/picture.vue'),
|
|
304
|
+
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
305
|
+
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
306
|
+
'pause': () => import('./components/pause.vue'),
|
|
299
307
|
'play_button': () => import('./components/play_button.vue'),
|
|
300
|
-
'play': () => import('./components/play.vue'),
|
|
301
308
|
'printer': () => import('./components/printer.vue'),
|
|
302
|
-
'pen': () => import('./components/pen.vue'),
|
|
303
|
-
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
304
|
-
'pie_half': () => import('./components/pie_half.vue'),
|
|
305
309
|
'postcard': () => import('./components/postcard.vue'),
|
|
306
|
-
'
|
|
307
|
-
'
|
|
308
|
-
'picture': () => import('./components/picture.vue'),
|
|
310
|
+
'pie_half': () => import('./components/pie_half.vue'),
|
|
311
|
+
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
309
312
|
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
313
|
+
'pull_down': () => import('./components/pull_down.vue'),
|
|
310
314
|
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
311
|
-
'
|
|
312
|
-
'
|
|
315
|
+
'play': () => import('./components/play.vue'),
|
|
316
|
+
'pull_left': () => import('./components/pull_left.vue'),
|
|
313
317
|
'pull_up': () => import('./components/pull_up.vue'),
|
|
314
|
-
'
|
|
315
|
-
'
|
|
316
|
-
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
317
|
-
'radio_on': () => import('./components/radio_on.vue'),
|
|
318
|
-
'push_left': () => import('./components/push_left.vue'),
|
|
319
|
-
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
320
|
-
'push_right': () => import('./components/push_right.vue'),
|
|
321
|
-
'question_circle': () => import('./components/question_circle.vue'),
|
|
322
|
-
'receipt': () => import('./components/receipt.vue'),
|
|
318
|
+
'plus': () => import('./components/plus.vue'),
|
|
319
|
+
'pull_right': () => import('./components/pull_right.vue'),
|
|
323
320
|
'record': () => import('./components/record.vue'),
|
|
324
|
-
'
|
|
325
|
-
'pull_left': () => import('./components/pull_left.vue'),
|
|
326
|
-
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
327
|
-
'required': () => import('./components/required.vue'),
|
|
321
|
+
'receipt': () => import('./components/receipt.vue'),
|
|
328
322
|
'push_down': () => import('./components/push_down.vue'),
|
|
329
|
-
'
|
|
330
|
-
'
|
|
323
|
+
'push_left': () => import('./components/push_left.vue'),
|
|
324
|
+
'radio_on': () => import('./components/radio_on.vue'),
|
|
331
325
|
'refresh': () => import('./components/refresh.vue'),
|
|
332
|
-
'
|
|
326
|
+
'question_circle': () => import('./components/question_circle.vue'),
|
|
327
|
+
'push_right': () => import('./components/push_right.vue'),
|
|
328
|
+
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
329
|
+
'projector': () => import('./components/projector.vue'),
|
|
330
|
+
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
331
|
+
'required': () => import('./components/required.vue'),
|
|
332
|
+
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
333
|
+
'redo': () => import('./components/redo.vue'),
|
|
333
334
|
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
334
|
-
'
|
|
335
|
-
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
335
|
+
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
336
336
|
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
337
|
-
'
|
|
337
|
+
'push_up': () => import('./components/push_up.vue'),
|
|
338
|
+
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
339
|
+
'retweet': () => import('./components/retweet.vue'),
|
|
340
|
+
'replicate': () => import('./components/replicate.vue'),
|
|
341
|
+
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
338
342
|
'rocket': () => import('./components/rocket.vue'),
|
|
339
|
-
'scale': () => import('./components/scale.vue'),
|
|
340
|
-
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
341
|
-
'ruler': () => import('./components/ruler.vue'),
|
|
342
|
-
'reuse': () => import('./components/reuse.vue'),
|
|
343
|
-
'projector': () => import('./components/projector.vue'),
|
|
344
|
-
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
345
|
-
'share_alt': () => import('./components/share_alt.vue'),
|
|
346
|
-
'reverse': () => import('./components/reverse.vue'),
|
|
347
343
|
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
348
|
-
'
|
|
349
|
-
'
|
|
350
|
-
'
|
|
344
|
+
'reverse': () => import('./components/reverse.vue'),
|
|
345
|
+
'reset': () => import('./components/reset.vue'),
|
|
346
|
+
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
347
|
+
'reuse': () => import('./components/reuse.vue'),
|
|
348
|
+
'ruler': () => import('./components/ruler.vue'),
|
|
349
|
+
'share_alt': () => import('./components/share_alt.vue'),
|
|
351
350
|
'share': () => import('./components/share.vue'),
|
|
351
|
+
'revert': () => import('./components/revert.vue'),
|
|
352
|
+
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
353
|
+
'scalpel': () => import('./components/scalpel.vue'),
|
|
352
354
|
'search': () => import('./components/search.vue'),
|
|
353
|
-
'settings': () => import('./components/settings.vue'),
|
|
354
355
|
'slash_forward': () => import('./components/slash_forward.vue'),
|
|
355
|
-
'
|
|
356
|
-
'
|
|
356
|
+
'server': () => import('./components/server.vue'),
|
|
357
|
+
'side_menu': () => import('./components/side_menu.vue'),
|
|
358
|
+
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
357
359
|
'sliders': () => import('./components/sliders.vue'),
|
|
360
|
+
'settings': () => import('./components/settings.vue'),
|
|
361
|
+
'star': () => import('./components/star.vue'),
|
|
362
|
+
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
363
|
+
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
364
|
+
'split': () => import('./components/split.vue'),
|
|
358
365
|
'speaker': () => import('./components/speaker.vue'),
|
|
359
|
-
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
360
|
-
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
361
366
|
'support': () => import('./components/support.vue'),
|
|
362
367
|
'sun': () => import('./components/sun.vue'),
|
|
368
|
+
'swap': () => import('./components/swap.vue'),
|
|
369
|
+
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
370
|
+
'table': () => import('./components/table.vue'),
|
|
363
371
|
'sort': () => import('./components/sort.vue'),
|
|
364
|
-
'
|
|
365
|
-
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
366
|
-
'split': () => import('./components/split.vue'),
|
|
367
|
-
'side_menu': () => import('./components/side_menu.vue'),
|
|
368
|
-
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
372
|
+
'shuffle': () => import('./components/shuffle.vue'),
|
|
369
373
|
'tag': () => import('./components/tag.vue'),
|
|
370
|
-
'
|
|
371
|
-
'
|
|
372
|
-
'
|
|
374
|
+
'switch': () => import('./components/switch.vue'),
|
|
375
|
+
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
376
|
+
'thread': () => import('./components/thread.vue'),
|
|
377
|
+
'split_three': () => import('./components/split_three.vue'),
|
|
373
378
|
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
379
|
+
'table_header': () => import('./components/table_header.vue'),
|
|
380
|
+
'toggle': () => import('./components/toggle.vue'),
|
|
374
381
|
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
375
|
-
'
|
|
382
|
+
'scale': () => import('./components/scale.vue'),
|
|
383
|
+
'tags': () => import('./components/tags.vue'),
|
|
376
384
|
'timeline': () => import('./components/timeline.vue'),
|
|
377
|
-
'
|
|
378
|
-
'
|
|
379
|
-
'toggles': () => import('./components/toggles.vue'),
|
|
380
|
-
'split_three': () => import('./components/split_three.vue'),
|
|
381
|
-
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
385
|
+
'target': () => import('./components/target.vue'),
|
|
386
|
+
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
382
387
|
'trash': () => import('./components/trash.vue'),
|
|
383
|
-
'
|
|
388
|
+
'ticket': () => import('./components/ticket.vue'),
|
|
389
|
+
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
390
|
+
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
384
391
|
'todo': () => import('./components/todo.vue'),
|
|
385
|
-
'
|
|
392
|
+
'toggles': () => import('./components/toggles.vue'),
|
|
393
|
+
'type_file': () => import('./components/type_file.vue'),
|
|
394
|
+
'type_email': () => import('./components/type_email.vue'),
|
|
395
|
+
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
396
|
+
'type_id': () => import('./components/type_id.vue'),
|
|
386
397
|
'trophy': () => import('./components/trophy.vue'),
|
|
387
|
-
'translate': () => import('./components/translate.vue'),
|
|
388
|
-
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
389
|
-
'type_date': () => import('./components/type_date.vue'),
|
|
390
398
|
'type_formula': () => import('./components/type_formula.vue'),
|
|
391
|
-
'
|
|
392
|
-
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
393
|
-
'pull_down': () => import('./components/pull_down.vue'),
|
|
399
|
+
'type_date': () => import('./components/type_date.vue'),
|
|
394
400
|
'type_number': () => import('./components/type_number.vue'),
|
|
395
|
-
'
|
|
401
|
+
'type_person': () => import('./components/type_person.vue'),
|
|
396
402
|
'type_phone': () => import('./components/type_phone.vue'),
|
|
397
403
|
'type_select': () => import('./components/type_select.vue'),
|
|
398
|
-
'
|
|
399
|
-
'type_person': () => import('./components/type_person.vue'),
|
|
400
|
-
'type_file': () => import('./components/type_file.vue'),
|
|
401
|
-
'type_id': () => import('./components/type_id.vue'),
|
|
404
|
+
'type_status': () => import('./components/type_status.vue'),
|
|
402
405
|
'type_url': () => import('./components/type_url.vue'),
|
|
403
|
-
'
|
|
404
|
-
'type_user': () => import('./components/type_user.vue'),
|
|
405
|
-
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
406
|
-
'unarchive': () => import('./components/unarchive.vue'),
|
|
407
|
-
'undo': () => import('./components/undo.vue'),
|
|
406
|
+
'translate': () => import('./components/translate.vue'),
|
|
408
407
|
'type_text': () => import('./components/type_text.vue'),
|
|
409
|
-
'
|
|
408
|
+
'undo_history': () => import('./components/undo_history.vue'),
|
|
409
|
+
'unarchive': () => import('./components/unarchive.vue'),
|
|
410
|
+
'type_user': () => import('./components/type_user.vue'),
|
|
410
411
|
'upward': () => import('./components/upward.vue'),
|
|
411
412
|
'type_time': () => import('./components/type_time.vue'),
|
|
412
|
-
'
|
|
413
|
-
'undo_history': () => import('./components/undo_history.vue'),
|
|
414
|
-
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
415
|
-
'user_remove': () => import('./components/user_remove.vue'),
|
|
413
|
+
'undo': () => import('./components/undo.vue'),
|
|
416
414
|
'user_male': () => import('./components/user_male.vue'),
|
|
415
|
+
'upload': () => import('./components/upload.vue'),
|
|
416
|
+
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
417
|
+
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
418
|
+
'user': () => import('./components/user.vue'),
|
|
419
|
+
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
417
420
|
'venn': () => import('./components/venn.vue'),
|
|
421
|
+
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
422
|
+
'type_relation': () => import('./components/type_relation.vue'),
|
|
423
|
+
'user_circle': () => import('./components/user_circle.vue'),
|
|
418
424
|
'user_add': () => import('./components/user_add.vue'),
|
|
419
|
-
'
|
|
420
|
-
'versions': () => import('./components/versions.vue'),
|
|
421
|
-
'video': () => import('./components/video.vue'),
|
|
425
|
+
'user_remove': () => import('./components/user_remove.vue'),
|
|
422
426
|
'volume_add': () => import('./components/volume_add.vue'),
|
|
423
|
-
'user_circle': () => import('./components/user_circle.vue'),
|
|
424
427
|
'volume_high': () => import('./components/volume_high.vue'),
|
|
425
|
-
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
426
|
-
'version': () => import('./components/version.vue'),
|
|
427
|
-
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
428
428
|
'volume_low': () => import('./components/volume_low.vue'),
|
|
429
|
+
'users': () => import('./components/users.vue'),
|
|
430
|
+
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
431
|
+
'version': () => import('./components/version.vue'),
|
|
429
432
|
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
433
|
+
'video': () => import('./components/video.vue'),
|
|
434
|
+
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
435
|
+
'versions': () => import('./components/versions.vue'),
|
|
430
436
|
'wallet': () => import('./components/wallet.vue'),
|
|
431
|
-
'
|
|
432
|
-
'waves': () => import('./components/waves.vue'),
|
|
433
|
-
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
437
|
+
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
434
438
|
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
435
|
-
'window': () => import('./components/window.vue'),
|
|
436
439
|
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
440
|
+
'waves': () => import('./components/waves.vue'),
|
|
441
|
+
'volume_0': () => import('./components/volume_0.vue'),
|
|
442
|
+
'width': () => import('./components/width.vue'),
|
|
437
443
|
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
438
|
-
'
|
|
439
|
-
'
|
|
440
|
-
'
|
|
444
|
+
'wifi': () => import('./components/wifi.vue'),
|
|
445
|
+
'window_content': () => import('./components/window_content.vue'),
|
|
446
|
+
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
447
|
+
'window': () => import('./components/window.vue'),
|
|
448
|
+
'write': () => import('./components/write.vue'),
|
|
449
|
+
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
441
450
|
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
451
|
+
'wrap_back': () => import('./components/wrap_back.vue'),
|
|
442
452
|
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
443
|
-
'volume_0': () => import('./components/volume_0.vue'),
|
|
444
453
|
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
445
|
-
'
|
|
446
|
-
'type_status': () => import('./components/type_status.vue'),
|
|
447
|
-
'window_content': () => import('./components/window_content.vue'),
|
|
448
|
-
'width': () => import('./components/width.vue'),
|
|
449
|
-
'users': () => import('./components/users.vue'),
|
|
450
|
-
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
454
|
+
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
451
455
|
'zoom_reset': () => import('./components/zoom_reset.vue'),
|
|
452
|
-
'
|
|
453
|
-
'
|
|
454
|
-
'panel_center': () => import('./components/panel_center.vue'),
|
|
455
|
-
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
456
|
-
'table': () => import('./components/table.vue'),
|
|
457
|
-
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
456
|
+
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
457
|
+
'nomi-arrow-right-top': () => import('./components/nomi-arrow-right-top.vue'),
|
|
458
458
|
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
459
459
|
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
460
|
-
'nomi-
|
|
460
|
+
'nomi-automation': () => import('./components/nomi-automation.vue'),
|
|
461
461
|
'nomi-arrow_up': () => import('./components/nomi-arrow_up.vue'),
|
|
462
|
-
'nomi-
|
|
462
|
+
'nomi-bell': () => import('./components/nomi-bell.vue'),
|
|
463
|
+
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
463
464
|
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
465
|
+
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
464
466
|
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
465
|
-
'nomi-
|
|
467
|
+
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
466
468
|
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
467
|
-
'nomi-
|
|
468
|
-
'nomi-
|
|
469
|
-
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
470
|
-
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
471
|
-
'nomi-cashflow': () => import('./components/nomi-cashflow.vue'),
|
|
469
|
+
'nomi-chart-bars': () => import('./components/nomi-chart-bars.vue'),
|
|
470
|
+
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
472
471
|
'nomi-category_alt': () => import('./components/nomi-category_alt.vue'),
|
|
473
|
-
'nomi-category': () => import('./components/nomi-category.vue'),
|
|
474
472
|
'nomi-chart-donut': () => import('./components/nomi-chart-donut.vue'),
|
|
475
|
-
'nomi-
|
|
476
|
-
'nomi-chart-line': () => import('./components/nomi-chart-line.vue'),
|
|
473
|
+
'nomi-category': () => import('./components/nomi-category.vue'),
|
|
477
474
|
'nomi-check': () => import('./components/nomi-check.vue'),
|
|
478
|
-
'nomi-
|
|
479
|
-
'nomi-
|
|
480
|
-
'nomi-
|
|
475
|
+
'nomi-chart-lines': () => import('./components/nomi-chart-lines.vue'),
|
|
476
|
+
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
477
|
+
'nomi-chart-line': () => import('./components/nomi-chart-line.vue'),
|
|
478
|
+
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
479
|
+
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
481
480
|
'nomi-chart-kpi': () => import('./components/nomi-chart-kpi.vue'),
|
|
481
|
+
'nomi-chevron-left': () => import('./components/nomi-chevron-left.vue'),
|
|
482
|
+
'nomi-chevron-down': () => import('./components/nomi-chevron-down.vue'),
|
|
483
|
+
'nomi-chart-funnel': () => import('./components/nomi-chart-funnel.vue'),
|
|
482
484
|
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
483
|
-
'nomi-
|
|
484
|
-
'nomi-chart-lines': () => import('./components/nomi-chart-lines.vue'),
|
|
485
|
+
'nomi-credit': () => import('./components/nomi-credit.vue'),
|
|
485
486
|
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
486
|
-
'nomi-
|
|
487
|
+
'nomi-cashflow': () => import('./components/nomi-cashflow.vue'),
|
|
488
|
+
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
487
489
|
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
488
|
-
'nomi-
|
|
490
|
+
'nomi-collapse': () => import('./components/nomi-collapse.vue'),
|
|
489
491
|
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
490
|
-
'nomi-
|
|
492
|
+
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
491
493
|
'nomi-demo': () => import('./components/nomi-demo.vue'),
|
|
492
|
-
'nomi-
|
|
493
|
-
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
494
|
-
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
494
|
+
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
495
495
|
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
496
|
-
'nomi-
|
|
497
|
-
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
496
|
+
'nomi-control-panel': () => import('./components/nomi-control-panel.vue'),
|
|
498
497
|
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
498
|
+
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
499
|
+
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
500
|
+
'nomi-dots': () => import('./components/nomi-dots.vue'),
|
|
499
501
|
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
500
|
-
'nomi-integration': () => import('./components/nomi-integration.vue'),
|
|
501
|
-
'nomi-folder': () => import('./components/nomi-folder.vue'),
|
|
502
|
-
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
503
502
|
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
503
|
+
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
504
|
+
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
504
505
|
'nomi-dev': () => import('./components/nomi-dev.vue'),
|
|
506
|
+
'nomi-folder': () => import('./components/nomi-folder.vue'),
|
|
507
|
+
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
505
508
|
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
506
|
-
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
507
|
-
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
508
|
-
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
509
509
|
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
510
510
|
'nomi-minus': () => import('./components/nomi-minus.vue'),
|
|
511
|
+
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
512
|
+
'nomi-integration': () => import('./components/nomi-integration.vue'),
|
|
511
513
|
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
512
|
-
'nomi-
|
|
514
|
+
'nomi-pc': () => import('./components/nomi-pc.vue'),
|
|
513
515
|
'nomi-pnl': () => import('./components/nomi-pnl.vue'),
|
|
514
|
-
'nomi-
|
|
516
|
+
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
517
|
+
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
518
|
+
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
519
|
+
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
515
520
|
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
516
|
-
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
517
521
|
'nomi-refresh-off': () => import('./components/nomi-refresh-off.vue'),
|
|
518
|
-
'nomi-
|
|
519
|
-
'nomi-refresh': () => import('./components/nomi-refresh.vue'),
|
|
522
|
+
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
520
523
|
'nomi-planFact': () => import('./components/nomi-planFact.vue'),
|
|
524
|
+
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
525
|
+
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
526
|
+
'nomi-refresh': () => import('./components/nomi-refresh.vue'),
|
|
521
527
|
'nomi-report': () => import('./components/nomi-report.vue'),
|
|
522
|
-
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
523
528
|
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
524
|
-
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
525
529
|
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
530
|
+
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
526
531
|
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
527
|
-
'nomi-
|
|
532
|
+
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
528
533
|
'nomi-strongbox': () => import('./components/nomi-strongbox.vue'),
|
|
529
|
-
'nomi-
|
|
530
|
-
'nomi-
|
|
531
|
-
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
534
|
+
'nomi-segment': () => import('./components/nomi-segment.vue'),
|
|
535
|
+
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
532
536
|
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
537
|
+
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
538
|
+
'nomi-type-array': () => import('./components/nomi-type-array.vue'),
|
|
539
|
+
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
533
540
|
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
534
|
-
'nomi-
|
|
541
|
+
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
542
|
+
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
543
|
+
'nomi-subscription': () => import('./components/nomi-subscription.vue'),
|
|
535
544
|
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
536
|
-
'nomi-type-array': () => import('./components/nomi-type-array.vue'),
|
|
537
|
-
'nomi-type-boolean': () => import('./components/nomi-type-boolean.vue'),
|
|
538
|
-
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
539
|
-
'nomi-type-date': () => import('./components/nomi-type-date.vue'),
|
|
540
|
-
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
541
545
|
'nomi-type-null': () => import('./components/nomi-type-null.vue'),
|
|
542
|
-
'nomi-
|
|
543
|
-
'nomi-
|
|
546
|
+
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
547
|
+
'nomi-transactions_alt': () => import('./components/nomi-transactions_alt.vue'),
|
|
548
|
+
'nomi-type-boolean': () => import('./components/nomi-type-boolean.vue'),
|
|
544
549
|
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
545
|
-
'nomi-
|
|
550
|
+
'nomi-type-date': () => import('./components/nomi-type-date.vue'),
|
|
551
|
+
'nomi-type-object': () => import('./components/nomi-type-object.vue'),
|
|
546
552
|
'nomi-warehouse': () => import('./components/nomi-warehouse.vue'),
|
|
547
|
-
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
548
553
|
'nomi-type-number': () => import('./components/nomi-type-number.vue'),
|
|
549
|
-
'nomi-
|
|
550
|
-
'nomi-transactions_alt': () => import('./components/nomi-transactions_alt.vue'),
|
|
554
|
+
'nomi-type-string': () => import('./components/nomi-type-string.vue'),
|
|
551
555
|
'nomi-types': () => import('./components/nomi-types.vue'),
|
|
552
|
-
'nomi-
|
|
553
|
-
'nomi-
|
|
554
|
-
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
555
|
-
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
556
|
+
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
557
|
+
'nomi-user_plus': () => import('./components/nomi-user_plus.vue'),
|
|
556
558
|
}
|
|
@@ -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="M17.54 6.75L7.04004 17.25M10.04 7.875C10.04 8.91053 9.20057 9.75 8.16504 9.75C7.12951 9.75 6.29004 8.91053 6.29004 7.875C6.29004 6.83947 7.12951 6 8.16504 6C9.20057 6 10.04 6.83947 10.04 7.875ZM18.29 16.125C18.29 17.1605 17.4506 18 16.415 18C15.3795 18 14.54 17.1605 14.54 16.125C14.54 15.0895 15.3795 14.25 16.415 14.25C17.4506 14.25 18.29 15.0895 18.29 16.125Z" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
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="M19 6.28923V9.71569C19 9.94288 18.9115 10.1608 18.754 10.3214C18.5964 10.4821 18.3828 10.5723 18.16 10.5723H14.8C14.5772 10.5723 14.3636 10.4821 14.206 10.3214C14.0485 10.1608 13.96 9.94288 13.96 9.71569C13.96 9.4885 14.0485 9.27062 14.206 9.10997C14.3636 8.94933 14.5772 8.85907 14.8 8.85907H16.13L15.584 8.30227C14.5955 7.2892 13.253 6.71768 11.8516 6.71325H11.8215C10.4326 6.71015 9.09827 7.26484 8.1073 8.2573C7.94801 8.41614 7.73337 8.50395 7.5106 8.50141C7.28782 8.49887 7.07516 8.40618 6.9194 8.24374C6.76364 8.0813 6.67753 7.86241 6.68003 7.63523C6.68252 7.40805 6.77341 7.19118 6.9327 7.03234C8.23765 5.72561 9.99472 4.9955 11.8236 5.00002H11.86C13.705 5.00515 15.4725 5.75721 16.774 7.09088L17.32 7.64554V6.28923C17.32 6.06204 17.4085 5.84416 17.566 5.68351C17.7236 5.52286 17.9372 5.43261 18.16 5.43261C18.3828 5.43261 18.5964 5.52286 18.754 5.68351C18.9115 5.84416 19 6.06204 19 6.28923ZM15.8927 15.7427C14.9012 16.7357 13.5661 17.2904 12.1764 17.2867H12.1463C10.7448 17.2823 9.40243 16.7108 8.4139 15.6977L7.87 15.1409H9.2C9.42278 15.1409 9.63644 15.0507 9.79397 14.89C9.9515 14.7294 10.04 14.5115 10.04 14.2843C10.04 14.0571 9.9515 13.8392 9.79397 13.6786C9.63644 13.5179 9.42278 13.4277 9.2 13.4277H5.84C5.61722 13.4277 5.40356 13.5179 5.24603 13.6786C5.0885 13.8392 5 14.0571 5 14.2843V17.7108C5 17.938 5.0885 18.1558 5.24603 18.3165C5.40356 18.4771 5.61722 18.5674 5.84 18.5674C6.06278 18.5674 6.27644 18.4771 6.43397 18.3165C6.5915 18.1558 6.68 17.938 6.68 17.7108V16.3545L7.226 16.9113C8.5278 18.2441 10.2953 18.9954 12.14 19H12.1792C14.0081 19.0045 15.7651 18.2744 17.0701 16.9677C17.149 16.889 17.2119 16.7953 17.2552 16.6918C17.2986 16.5884 17.3215 16.4773 17.3228 16.3648C17.324 16.2523 17.3035 16.1406 17.2624 16.0362C17.2214 15.9318 17.1605 15.8367 17.0834 15.7563C17.0063 15.6758 16.9144 15.6117 16.8129 15.5675C16.7115 15.5233 16.6025 15.4998 16.4922 15.4986C16.3819 15.4973 16.2724 15.5182 16.17 15.5601C16.0677 15.602 15.9744 15.664 15.8955 15.7427H15.8927Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.89168 5.77825C6.54711 4.51318 5.21013 3.73426 3.88429 4.08373L3.4401 4.20081C3.12074 4.28499 2.9335 4.59979 3.02189 4.90394C3.11028 5.20809 3.44082 5.38641 3.76018 5.30223L4.20438 5.18514C4.85307 5.01416 5.54567 5.38792 5.73016 6.06521L8.06655 14.9285C6.88106 15.1999 6.0001 16.2163 6.0001 17.4287C6.0001 18.8488 7.2089 20 8.70005 20C9.95256 20 11.0059 19.1878 11.3109 18.0862L20.5895 15.1414C20.9039 15.0417 21.0738 14.7181 20.9691 14.4187C20.8643 14.1193 20.5245 13.9575 20.2102 14.0572L11.3369 16.8733C11.1132 15.9058 10.3174 15.1426 9.30448 14.922L6.89168 5.77825ZM8.70005 18.2858C9.19708 18.2858 9.60004 17.902 9.60004 17.4287C9.60004 16.9553 9.19708 16.5715 8.70005 16.5715C8.20299 16.5715 7.80007 16.9553 7.80007 17.4287C7.80007 17.902 8.20299 18.2858 8.70005 18.2858Z" fill="currentColor"/>
|
|
3
|
+
<path d="M9.31113 6.10533C8.3591 6.37781 7.81926 7.33372 8.10539 8.2404L9.58413 13.2121C9.87023 14.1188 10.874 14.6329 11.826 14.3605L17.5485 12.7226C18.5005 12.4501 19.0404 11.4942 18.7543 10.5875L17.2755 5.61577C16.9894 4.70909 15.9857 4.19497 15.0336 4.46746L9.31113 6.10533Z" fill="currentColor"/>
|
|
4
|
+
</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="M10.8667 7.48333V16.35C10.8667 16.434 10.8333 16.5145 10.7739 16.5739C10.7145 16.6333 10.634 16.6667 10.55 16.6667H8.96667V17.9333H10.212C10.3754 17.9313 10.5335 17.9911 10.6546 18.1008C10.7757 18.2105 10.8509 18.3619 10.8651 18.5247C10.8708 18.6113 10.8587 18.6982 10.8295 18.78C10.8002 18.8617 10.7545 18.9366 10.6951 18.9999C10.6357 19.0632 10.5639 19.1137 10.4842 19.1481C10.4045 19.1825 10.3186 19.2002 10.2318 19.2H6.45471C6.29104 19.2024 6.13254 19.1428 6.01107 19.0331C5.8896 18.9233 5.81419 18.7717 5.8 18.6086C5.79425 18.522 5.80637 18.4351 5.83561 18.3534C5.86485 18.2716 5.91059 18.1967 5.96999 18.1334C6.02938 18.0701 6.10116 18.0196 6.18087 17.9852C6.26058 17.9508 6.34651 17.9331 6.43333 17.9333H7.7V16.6667H3.9C3.39609 16.6667 2.91282 16.4665 2.5565 16.1102C2.20018 15.7539 2 15.2706 2 14.7667V9.06667C2 8.56276 2.20018 8.07948 2.5565 7.72316C2.91282 7.36684 3.39609 7.16667 3.9 7.16667H10.55C10.634 7.16667 10.7145 7.20003 10.7739 7.25942C10.8333 7.3188 10.8667 7.39935 10.8667 7.48333ZM21 5.26667V17.9333C21 18.2693 20.8665 18.5915 20.629 18.829C20.3915 19.0665 20.0693 19.2 19.7333 19.2H13.4C13.0641 19.2 12.7419 19.0665 12.5043 18.829C12.2668 18.5915 12.1333 18.2693 12.1333 17.9333V5.26667C12.1333 4.93073 12.2668 4.60854 12.5043 4.371C12.7419 4.13345 13.0641 4 13.4 4H19.7333C20.0693 4 20.3915 4.13345 20.629 4.371C20.8665 4.60854 21 4.93073 21 5.26667ZM17.5087 15.841C17.5347 15.6442 17.4984 15.4442 17.4048 15.2692C17.3113 15.0941 17.1653 14.9527 16.9874 14.8649C16.8094 14.7771 16.6084 14.7472 16.4125 14.7794C16.2167 14.8117 16.0359 14.9044 15.8955 15.0447C15.7551 15.185 15.6621 15.3657 15.6297 15.5615C15.5972 15.7573 15.6269 15.9584 15.7146 16.1364C15.8023 16.3145 15.9435 16.4606 16.1185 16.5543C16.2935 16.648 16.4934 16.6845 16.6902 16.6587C16.8976 16.6316 17.0903 16.5367 17.2383 16.3889C17.3863 16.241 17.4814 16.0484 17.5087 15.841ZM19.1 9.65804C19.0858 9.49498 19.0104 9.34333 18.8889 9.23362C18.7675 9.1239 18.609 9.06425 18.4453 9.06667H14.688C14.5246 9.06465 14.3665 9.12448 14.2454 9.23416C14.1243 9.34384 14.0491 9.49525 14.0349 9.65804C14.0292 9.74467 14.0413 9.83156 14.0705 9.91331C14.0998 9.99506 14.1455 10.0699 14.2049 10.1333C14.2643 10.1966 14.3361 10.247 14.4158 10.2814C14.4955 10.3159 14.5814 10.3335 14.6683 10.3333H18.4683C18.5549 10.3333 18.6407 10.3155 18.7202 10.281C18.7997 10.2465 18.8713 10.196 18.9306 10.1327C18.9898 10.0694 19.0354 9.99458 19.0645 9.91294C19.0937 9.8313 19.1057 9.74454 19.1 9.65804ZM19.1 7.12471C19.0858 6.96164 19.0104 6.81 18.8889 6.70028C18.7675 6.59057 18.609 6.53092 18.4453 6.53333H14.688C14.5244 6.53092 14.3659 6.59057 14.2444 6.70028C14.1229 6.81 14.0475 6.96164 14.0333 7.12471C14.0276 7.21134 14.0397 7.29823 14.0689 7.37998C14.0982 7.46173 14.1439 7.53659 14.2033 7.59992C14.2627 7.66325 14.3345 7.71369 14.4142 7.74811C14.4939 7.78253 14.5798 7.80019 14.6667 7.8H18.4667C18.5535 7.80019 18.6394 7.78253 18.7191 7.74811C18.7988 7.71369 18.8706 7.66325 18.93 7.59992C18.9894 7.53659 19.0351 7.46173 19.0644 7.37998C19.0936 7.29823 19.1058 7.21134 19.1 7.12471Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -8,6 +8,7 @@ const LINKED_IN_REGEXP = /(http(s)?:\/\/)?([\w]+\.)?linkedin\.com\/(pub|in|profi
|
|
|
8
8
|
const SPECIAL_CHARS_REGEXP = /^[\w_\-+~,/\\:'"().&*|[\]?# ]+$/i;
|
|
9
9
|
const GREETINGS_REGEXP = /\b(dr|mr|mister|mrs|ms|miss|sir|hello|hi)\b/i;
|
|
10
10
|
const PHONE_REGEXP = /(\+?\(?\+?[0-9]{1,3}\)?[-. ]+([0-9]{2,4})[-. ]?([0-9]{3,5}))|\+?[0-9]{7,}/gi;
|
|
11
|
+
const INTEGER_REGEXP = /^-?\d{0,11}$/;
|
|
11
12
|
const DOUBLE_REGEXP = /^-?\d{0,11}(\.\d{0,8}){0,1}$/;
|
|
12
13
|
const EMAIL_REGEXP = /^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i;
|
|
13
14
|
const EMAIL_LIST_REGEXP = /^(\w+((-\w+)|(\.\w+))*@[A-Za-z0-9]+((\.|-)[A-Za-z0-9]+)*\.[A-Za-z0-9]{2,4}\s*?,?\s*?)+$/g;
|
|
@@ -66,6 +67,10 @@ export function emptyArrayValidation (message) {
|
|
|
66
67
|
return (v, $t = (s) => s) => (Array.isArray(v) && v.length > 0) || (message || $t('components.thisFieldIsRequired'));
|
|
67
68
|
}
|
|
68
69
|
|
|
70
|
+
export function integerValidation (message) {
|
|
71
|
+
return (v, $t = (s) => s) => !v || !!(v + '').match(INTEGER_REGEXP) || (message || $t('components.thisFieldMustBeANumberFormatZero'));
|
|
72
|
+
}
|
|
73
|
+
|
|
69
74
|
export function doubleValidation (message) {
|
|
70
75
|
return (v, $t = (s) => s) => !v || !!(v + '').match(DOUBLE_REGEXP) || (message || $t('components.thisFieldMustBeANumberFormatZero'));
|
|
71
76
|
}
|
package/src/locales/uk.js
CHANGED
|
@@ -28,7 +28,8 @@ module.exports = {
|
|
|
28
28
|
pleaseEnterValidURL: 'Будь ласка, введіть дійсний URL',
|
|
29
29
|
pleaseEnteraValidHex: 'Будь ласка, введіть дійсний код кольору',
|
|
30
30
|
passwordsDontMatch: 'Паролі не збігаються',
|
|
31
|
-
|
|
31
|
+
thisFieldMustBeAIntegerFormatZero: 'Це поле має містити число',
|
|
32
|
+
thisFieldMustBeANumberFormatZero: 'Це поле має містити число (формат 0.00)',
|
|
32
33
|
theValueMustBeGreaterThanOrEqualToMinAndMax: 'Значення має бути більше або дорівнювати {min} і менше або дорівнювати {max}',
|
|
33
34
|
theValueMustBeGreaterThanOrEqualToMin: 'Значення має бути більше або дорівнювати {min}',
|
|
34
35
|
mustBeLessThanMax: 'Має бути менше ніж {max}',
|