@itfin/components 2.0.84 → 2.0.86
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/icon/components/nomi-calendar-payment.vue +10 -0
- package/src/components/icon/components/nomi-check-alt.vue +4 -0
- package/src/components/icon/components/nomi-promo.vue +4 -0
- package/src/components/icon/components/nomi-unlink.vue +10 -0
- package/src/components/icon/icons.js +363 -359
- package/src/components/icon/new-icons/calendar-payment.svg +9 -0
- package/src/components/icon/new-icons/check-alt.svg +3 -0
- package/src/components/icon/new-icons/promo.svg +3 -0
- package/src/components/icon/new-icons/unlink.svg +9 -0
- package/src/components/text-field/TextField.vue +2 -2
package/package.json
CHANGED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none" clip-path="url(#clipPath_0)" customFrame="url(#clipPath_0)">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="clipPath_0">
|
|
4
|
+
<rect width="24.000000" height="24.000000" x="0.000000" y="0.000000" rx="6.153846" fill="rgb(255,255,255)" />
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<rect id="Filled/payment-calendar, subscription" width="24.000000" height="24.000000" x="0.000000" y="0.000000" rx="6.153846" />
|
|
8
|
+
<path id="Subtract" d="M16 5.40039C16.3312 5.40039 16.5994 5.66881 16.5996 6L16.5996 7.05078C17.0326 7.10357 17.3327 7.21174 17.5605 7.43945C17.9996 7.87877 18 8.58624 18 10L18 15C18 16.4138 17.9997 17.1212 17.5605 17.5605C17.1212 17.9997 16.414 18 15 18L9 18C7.586 18 6.87881 17.9997 6.43945 17.5605C6.00034 17.1212 6 16.4138 6 15L6 10C6 8.58624 6.00035 7.87877 6.43945 7.43945C6.66727 7.21174 6.96737 7.10357 7.40039 7.05078L7.40039 6C7.4006 5.66881 7.66876 5.40039 8 5.40039C8.33124 5.40039 8.5994 5.66881 8.59961 6L8.59961 7.00195C8.7264 7.00152 8.85972 7 9 7L15 7C15.1403 7 15.2736 7.00152 15.4004 7.00195L15.4004 6C15.4006 5.66881 15.6688 5.40039 16 5.40039ZM11.9443 9C11.8415 9.00005 11.7428 9.04071 11.6699 9.11328C11.597 9.18621 11.5557 9.28554 11.5557 9.38867L11.5557 9.55273C10.7104 9.70415 10 10.3402 10 11.2041C10.0003 12.0677 10.7106 12.7031 11.5557 12.8545L11.5557 14.6533C11.0703 14.5211 10.7773 14.1475 10.7773 13.7959C10.7772 13.693 10.7367 13.5943 10.6641 13.5215C10.5912 13.4486 10.4918 13.4073 10.3887 13.4072C10.2857 13.4073 10.1871 13.4487 10.1143 13.5215C10.0414 13.5943 10.0001 13.6929 10 13.7959C10 14.6598 10.7104 15.2959 11.5557 15.4473L11.5557 15.6113C11.5557 15.7144 11.597 15.8138 11.6699 15.8867C11.7428 15.9593 11.8415 15.9999 11.9443 16C12.0473 16 12.1468 15.9595 12.2197 15.8867C12.2926 15.8138 12.333 15.7144 12.333 15.6113L12.333 15.4473C13.1782 15.2958 13.8887 14.6597 13.8887 13.7959C13.8884 12.9323 13.178 12.297 12.333 12.1455L12.333 10.3467C12.8183 10.4795 13.1113 10.8526 13.1113 11.2041C13.1115 11.3071 13.1528 11.4057 13.2256 11.4785C13.2985 11.5513 13.397 11.5927 13.5 11.5928C13.6031 11.5927 13.7025 11.5514 13.7754 11.4785C13.8481 11.4057 13.8885 11.307 13.8887 11.2041C13.8887 10.3403 13.1782 9.70421 12.333 9.55273L12.333 9.38867C12.333 9.28559 12.2926 9.1862 12.2197 9.11328C12.1468 9.04047 12.0474 9.00005 11.9443 9ZM12.333 12.9395C12.8182 13.0716 13.1111 13.4444 13.1113 13.7959C13.1113 14.1475 12.8184 14.5211 12.333 14.6533L12.333 12.9395ZM11.5557 12.0605C11.0703 11.9283 10.7773 11.5547 10.7773 11.2031C10.7776 10.8517 11.0705 10.4794 11.5557 10.3467L11.5557 12.0605Z" fill="currentColor" fill-rule="nonzero" />
|
|
9
|
+
</svg>
|
|
10
|
+
</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="M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.745 9.41566 20.7162 6.93859 18.8888 5.11118C17.0614 3.28378 14.5843 2.25496 12 2.25ZM16.6406 10.2938L11.1469 15.5438C11.0049 15.6774 10.8169 15.7512 10.6219 15.75C10.5266 15.7514 10.4319 15.7338 10.3434 15.6984C10.2549 15.663 10.1743 15.6105 10.1063 15.5438L7.35938 12.9188C7.28319 12.8523 7.22123 12.7711 7.17722 12.6801C7.13321 12.589 7.10806 12.49 7.10328 12.389C7.0985 12.2881 7.11419 12.1871 7.14941 12.0924C7.18463 11.9976 7.23865 11.9109 7.30822 11.8375C7.3778 11.7642 7.46149 11.7056 7.55426 11.6654C7.64703 11.6252 7.74698 11.6042 7.84809 11.6036C7.94919 11.603 8.04938 11.6229 8.14261 11.662C8.23585 11.7011 8.32021 11.7587 8.39063 11.8312L10.6219 13.9594L15.6094 9.20625C15.7552 9.07902 15.9446 9.01309 16.1379 9.02223C16.3312 9.03138 16.5135 9.1149 16.6467 9.25533C16.7798 9.39576 16.8536 9.58222 16.8524 9.77575C16.8513 9.96928 16.7754 10.1549 16.6406 10.2938Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<template><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.74854 10.9386C3.74854 11.1859 3.90535 11.406 4.14056 11.4884C4.82504 11.7288 5.31664 12.3774 5.31664 13.1389C5.31664 13.9003 4.82504 14.549 4.14056 14.7893C3.90535 14.8718 3.74854 15.0919 3.74854 15.3392V16.6389C3.74854 17.391 4.36323 18 5.12062 18H19.2335C19.9909 18 20.6056 17.391 20.6056 16.6389V15.3392C20.6056 15.0919 20.4488 14.8718 20.2136 14.7893C19.5291 14.549 19.0375 13.9003 19.0375 13.1389C19.0375 12.3774 19.5291 11.7288 20.2136 11.4884C20.4488 11.406 20.6056 11.1859 20.6056 10.9386V8.86111C20.6056 8.109 19.9909 7.5 19.2335 7.5H5.12062C4.36323 7.5 3.74854 8.109 3.74854 8.86111V10.9386ZM15.1314 13.6958C14.6719 13.2408 13.9271 13.2408 13.4676 13.6958C13.009 14.1516 13.009 14.8904 13.4676 15.3454C13.9271 15.8012 14.6719 15.8012 15.1314 15.3454C15.59 14.8904 15.59 14.1516 15.1314 13.6958ZM14.1137 10.0044L9.40938 14.6711C9.17965 14.8982 9.17965 15.2684 9.40938 15.4956C9.63832 15.7234 10.0115 15.7234 10.2405 15.4956L14.9448 10.8289C15.1745 10.6018 15.1745 10.2316 14.9448 10.0044C14.7158 9.77656 14.3426 9.77656 14.1137 10.0044ZM10.8865 10.2743C10.4271 9.81856 9.68223 9.81856 9.22277 10.2743C8.7641 10.7293 8.7641 11.469 9.22277 11.924C9.68223 12.379 10.4271 12.379 10.8865 11.924C11.3452 11.469 11.3452 10.7293 10.8865 10.2743Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
4
|
+
</template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<template><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none">
|
|
2
|
+
<rect id="outline/link disconnected" width="24.000000" height="24.000000" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" />
|
|
3
|
+
<path id="Vector 50" d="M0 -8.74228e-08L1.5 0" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" transform="matrix(4.37114e-08,1,-1,4.37114e-08,10,5.5)" />
|
|
4
|
+
<path id="Vector 52" d="M0 -8.74228e-08L1.5 0" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" transform="matrix(4.37114e-08,1,-1,4.37114e-08,14,17)" />
|
|
5
|
+
<path id="Vector 51" d="M5.5 10L7 10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" />
|
|
6
|
+
<path id="Vector 53" d="M17 14L18.5 14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" />
|
|
7
|
+
<path id="Vector 45" d="M16 12L17 11C18.1046 9.89543 18.1046 8.10457 17 7C15.8954 5.89543 14.1046 5.89543 13 7L12 8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" />
|
|
8
|
+
<path id="Vector 46" d="M4 7L5 6C6.10457 4.89543 6.10457 3.10457 5 2C3.89543 0.89543 2.10457 0.89543 1 2L0 3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" transform="matrix(-1,0,0,-1,12,19)" />
|
|
9
|
+
</svg>
|
|
10
|
+
</template>
|
|
@@ -1,574 +1,578 @@
|
|
|
1
1
|
export default {
|
|
2
|
-
'airplay': () => import('./components/airplay.vue'),
|
|
3
2
|
'align_horizontal': () => import('./components/align_horizontal.vue'),
|
|
4
3
|
'align_vertical': () => import('./components/align_vertical.vue'),
|
|
5
|
-
'
|
|
6
|
-
'
|
|
4
|
+
'archive': () => import('./components/archive.vue'),
|
|
5
|
+
'airplay': () => import('./components/airplay.vue'),
|
|
7
6
|
'arrow_bottom_right': () => import('./components/arrow_bottom_right.vue'),
|
|
7
|
+
'angle': () => import('./components/angle.vue'),
|
|
8
8
|
'arrow_bottom_left': () => import('./components/arrow_bottom_left.vue'),
|
|
9
|
+
'alarm_clock': () => import('./components/alarm_clock.vue'),
|
|
9
10
|
'arrow_down_circle': () => import('./components/arrow_down_circle.vue'),
|
|
10
|
-
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
11
|
-
'archive': () => import('./components/archive.vue'),
|
|
12
|
-
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
13
11
|
'arrow_left_circle': () => import('./components/arrow_left_circle.vue'),
|
|
14
|
-
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
15
|
-
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
16
|
-
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
17
|
-
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
18
12
|
'arrow_top_left': () => import('./components/arrow_top_left.vue'),
|
|
13
|
+
'arrow_down': () => import('./components/arrow_down.vue'),
|
|
19
14
|
'arrow_right_circle': () => import('./components/arrow_right_circle.vue'),
|
|
20
|
-
'
|
|
15
|
+
'arrow_left': () => import('./components/arrow_left.vue'),
|
|
16
|
+
'backward': () => import('./components/backward.vue'),
|
|
17
|
+
'arrow_up_circle': () => import('./components/arrow_up_circle.vue'),
|
|
18
|
+
'arrow_up': () => import('./components/arrow_up.vue'),
|
|
21
19
|
'arrow_top_right': () => import('./components/arrow_top_right.vue'),
|
|
20
|
+
'arrow_right': () => import('./components/arrow_right.vue'),
|
|
22
21
|
'backward10': () => import('./components/backward10.vue'),
|
|
23
|
-
'
|
|
22
|
+
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
23
|
+
'audio_wave': () => import('./components/audio_wave.vue'),
|
|
24
|
+
'battery_75': () => import('./components/battery_75.vue'),
|
|
25
|
+
'bag': () => import('./components/bag.vue'),
|
|
26
|
+
'battery_full': () => import('./components/battery_full.vue'),
|
|
27
|
+
'battery_half': () => import('./components/battery_half.vue'),
|
|
28
|
+
'bell_snooze': () => import('./components/bell_snooze.vue'),
|
|
24
29
|
'backspace': () => import('./components/backspace.vue'),
|
|
25
30
|
'blocked': () => import('./components/blocked.vue'),
|
|
26
|
-
'backward': () => import('./components/backward.vue'),
|
|
27
|
-
'battery_75': () => import('./components/battery_75.vue'),
|
|
28
|
-
'battery_empty': () => import('./components/battery_empty.vue'),
|
|
29
31
|
'bell_ringing': () => import('./components/bell_ringing.vue'),
|
|
30
|
-
'battery_full': () => import('./components/battery_full.vue'),
|
|
31
|
-
'book': () => import('./components/book.vue'),
|
|
32
|
-
'bell': () => import('./components/bell.vue'),
|
|
33
|
-
'book_text': () => import('./components/book_text.vue'),
|
|
34
|
-
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
35
32
|
'battery_low': () => import('./components/battery_low.vue'),
|
|
36
|
-
'
|
|
37
|
-
'
|
|
38
|
-
'
|
|
39
|
-
'box_download': () => import('./components/box_download.vue'),
|
|
40
|
-
'box': () => import('./components/box.vue'),
|
|
33
|
+
'book_text': () => import('./components/book_text.vue'),
|
|
34
|
+
'battery_charging': () => import('./components/battery_charging.vue'),
|
|
35
|
+
'bell': () => import('./components/bell.vue'),
|
|
41
36
|
'bookmark_book': () => import('./components/bookmark_book.vue'),
|
|
37
|
+
'box_download': () => import('./components/box_download.vue'),
|
|
42
38
|
'book_closed': () => import('./components/book_closed.vue'),
|
|
43
|
-
'button_minus': () => import('./components/button_minus.vue'),
|
|
44
39
|
'bookmark': () => import('./components/bookmark.vue'),
|
|
45
|
-
'
|
|
46
|
-
'
|
|
40
|
+
'box_open': () => import('./components/box_open.vue'),
|
|
41
|
+
'box': () => import('./components/box.vue'),
|
|
42
|
+
'bell_disabled': () => import('./components/bell_disabled.vue'),
|
|
43
|
+
'bluetooth': () => import('./components/bluetooth.vue'),
|
|
47
44
|
'browser': () => import('./components/browser.vue'),
|
|
48
|
-
'
|
|
49
|
-
'calendar': () => import('./components/calendar.vue'),
|
|
50
|
-
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
45
|
+
'branch': () => import('./components/branch.vue'),
|
|
51
46
|
'button_add': () => import('./components/button_add.vue'),
|
|
52
|
-
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
53
|
-
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
54
|
-
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
55
47
|
'browser_alt': () => import('./components/browser_alt.vue'),
|
|
56
|
-
'
|
|
48
|
+
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
49
|
+
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
50
|
+
'calendar_date': () => import('./components/calendar_date.vue'),
|
|
51
|
+
'button_minus': () => import('./components/button_minus.vue'),
|
|
52
|
+
'calendar_day': () => import('./components/calendar_day.vue'),
|
|
53
|
+
'calculator': () => import('./components/calculator.vue'),
|
|
54
|
+
'calendar_move': () => import('./components/calendar_move.vue'),
|
|
57
55
|
'calendar_split': () => import('./components/calendar_split.vue'),
|
|
58
|
-
'
|
|
56
|
+
'calendar_week': () => import('./components/calendar_week.vue'),
|
|
59
57
|
'calendar_month': () => import('./components/calendar_month.vue'),
|
|
58
|
+
'briefcase': () => import('./components/briefcase.vue'),
|
|
59
|
+
'calendar_last_day': () => import('./components/calendar_last_day.vue'),
|
|
60
|
+
'camera': () => import('./components/camera.vue'),
|
|
61
|
+
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
60
62
|
'camera_noflash': () => import('./components/camera_noflash.vue'),
|
|
61
|
-
'
|
|
63
|
+
'book': () => import('./components/book.vue'),
|
|
64
|
+
'calendar': () => import('./components/calendar.vue'),
|
|
62
65
|
'capture': () => import('./components/capture.vue'),
|
|
63
|
-
'camera': () => import('./components/camera.vue'),
|
|
64
|
-
'calendar_add': () => import('./components/calendar_add.vue'),
|
|
65
|
-
'battery_half': () => import('./components/battery_half.vue'),
|
|
66
|
-
'calendar_days': () => import('./components/calendar_days.vue'),
|
|
67
66
|
'card_timeline': () => import('./components/card_timeline.vue'),
|
|
68
67
|
'carousel': () => import('./components/carousel.vue'),
|
|
68
|
+
'card_view': () => import('./components/card_view.vue'),
|
|
69
69
|
'cart': () => import('./components/cart.vue'),
|
|
70
|
+
'chain': () => import('./components/chain.vue'),
|
|
71
|
+
'camera_noflash_alt': () => import('./components/camera_noflash_alt.vue'),
|
|
72
|
+
'chat_add': () => import('./components/chat_add.vue'),
|
|
70
73
|
'cast': () => import('./components/cast.vue'),
|
|
71
|
-
'check_circle': () => import('./components/check_circle.vue'),
|
|
72
74
|
'check': () => import('./components/check.vue'),
|
|
73
|
-
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
74
|
-
'chat_add': () => import('./components/chat_add.vue'),
|
|
75
|
-
'chain': () => import('./components/chain.vue'),
|
|
76
75
|
'checkbox_empty': () => import('./components/checkbox_empty.vue'),
|
|
77
|
-
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
78
|
-
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
79
76
|
'check_circle_outside': () => import('./components/check_circle_outside.vue'),
|
|
80
|
-
'
|
|
81
|
-
'
|
|
82
|
-
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
83
|
-
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
77
|
+
'chevron_down': () => import('./components/chevron_down.vue'),
|
|
78
|
+
'calendar_remove': () => import('./components/calendar_remove.vue'),
|
|
84
79
|
'chevron_open': () => import('./components/chevron_open.vue'),
|
|
85
|
-
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
86
|
-
'circle': () => import('./components/circle.vue'),
|
|
87
|
-
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
88
80
|
'chevron_down_circle': () => import('./components/chevron_down_circle.vue'),
|
|
81
|
+
'chevron_close': () => import('./components/chevron_close.vue'),
|
|
82
|
+
'chevron_left_circle': () => import('./components/chevron_left_circle.vue'),
|
|
83
|
+
'chevron_down_double': () => import('./components/chevron_down_double.vue'),
|
|
84
|
+
'chevron_left_double': () => import('./components/chevron_left_double.vue'),
|
|
85
|
+
'chevron_right_circle': () => import('./components/chevron_right_circle.vue'),
|
|
86
|
+
'checkbox_checked': () => import('./components/checkbox_checked.vue'),
|
|
87
|
+
'chevron_left': () => import('./components/chevron_left.vue'),
|
|
88
|
+
'chevron_right_double': () => import('./components/chevron_right_double.vue'),
|
|
89
89
|
'chevron_up_circle': () => import('./components/chevron_up_circle.vue'),
|
|
90
|
+
'check_circle': () => import('./components/check_circle.vue'),
|
|
91
|
+
'chevron_up': () => import('./components/chevron_up.vue'),
|
|
92
|
+
'circle': () => import('./components/circle.vue'),
|
|
90
93
|
'chevron_up_double': () => import('./components/chevron_up_double.vue'),
|
|
91
|
-
'
|
|
94
|
+
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
92
95
|
'circle_menu': () => import('./components/circle_menu.vue'),
|
|
96
|
+
'clipboard_cross': () => import('./components/clipboard_cross.vue'),
|
|
97
|
+
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
93
98
|
'circle_split': () => import('./components/circle_split.vue'),
|
|
94
99
|
'clipboard': () => import('./components/clipboard.vue'),
|
|
95
|
-
'
|
|
96
|
-
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
97
|
-
'clipboard_copy': () => import('./components/clipboard_copy.vue'),
|
|
98
|
-
'chevron_right': () => import('./components/chevron_right.vue'),
|
|
99
|
-
'close': () => import('./components/close.vue'),
|
|
100
|
-
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
100
|
+
'clock': () => import('./components/clock.vue'),
|
|
101
101
|
'clipboard_add': () => import('./components/clipboard_add.vue'),
|
|
102
|
+
'clipboard_remove': () => import('./components/clipboard_remove.vue'),
|
|
103
|
+
'cloud_download_alt': () => import('./components/cloud_download_alt.vue'),
|
|
104
|
+
'close': () => import('./components/close.vue'),
|
|
105
|
+
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
106
|
+
'clipboard_notes': () => import('./components/clipboard_notes.vue'),
|
|
107
|
+
'cloud': () => import('./components/cloud.vue'),
|
|
108
|
+
'coffee': () => import('./components/coffee.vue'),
|
|
102
109
|
'cloud_download': () => import('./components/cloud_download.vue'),
|
|
103
110
|
'cloud_disconnect': () => import('./components/cloud_disconnect.vue'),
|
|
104
|
-
'clock': () => import('./components/clock.vue'),
|
|
105
|
-
'camera_alt': () => import('./components/camera_alt.vue'),
|
|
106
111
|
'coins': () => import('./components/coins.vue'),
|
|
107
|
-
'compass': () => import('./components/compass.vue'),
|
|
108
|
-
'component_add': () => import('./components/component_add.vue'),
|
|
109
112
|
'coin': () => import('./components/coin.vue'),
|
|
110
|
-
'
|
|
111
|
-
'
|
|
112
|
-
'
|
|
113
|
-
'code': () => import('./components/code.vue'),
|
|
113
|
+
'component_add': () => import('./components/component_add.vue'),
|
|
114
|
+
'cloud_upload': () => import('./components/cloud_upload.vue'),
|
|
115
|
+
'compass': () => import('./components/compass.vue'),
|
|
114
116
|
'connect': () => import('./components/connect.vue'),
|
|
115
|
-
'
|
|
116
|
-
'
|
|
117
|
-
'
|
|
118
|
-
'
|
|
117
|
+
'clipboard_check': () => import('./components/clipboard_check.vue'),
|
|
118
|
+
'code': () => import('./components/code.vue'),
|
|
119
|
+
'contacts': () => import('./components/contacts.vue'),
|
|
120
|
+
'contract': () => import('./components/contract.vue'),
|
|
119
121
|
'credit_card': () => import('./components/credit_card.vue'),
|
|
120
|
-
'
|
|
121
|
-
'cloud': () => import('./components/cloud.vue'),
|
|
122
|
-
'cloud_upload_alt': () => import('./components/cloud_upload_alt.vue'),
|
|
123
|
-
'cube': () => import('./components/cube.vue'),
|
|
122
|
+
'cross': () => import('./components/cross.vue'),
|
|
124
123
|
'crop': () => import('./components/crop.vue'),
|
|
124
|
+
'create': () => import('./components/create.vue'),
|
|
125
|
+
'cross_circle': () => import('./components/cross_circle.vue'),
|
|
125
126
|
'diamond': () => import('./components/diamond.vue'),
|
|
127
|
+
'crosshair': () => import('./components/crosshair.vue'),
|
|
126
128
|
'disc': () => import('./components/disc.vue'),
|
|
127
|
-
'
|
|
129
|
+
'database': () => import('./components/database.vue'),
|
|
130
|
+
'cube': () => import('./components/cube.vue'),
|
|
128
131
|
'document_justified': () => import('./components/document_justified.vue'),
|
|
132
|
+
'display': () => import('./components/display.vue'),
|
|
129
133
|
'display_alt': () => import('./components/display_alt.vue'),
|
|
130
134
|
'document': () => import('./components/document.vue'),
|
|
135
|
+
'cylinder': () => import('./components/cylinder.vue'),
|
|
136
|
+
'document_words': () => import('./components/document_words.vue'),
|
|
131
137
|
'directions': () => import('./components/directions.vue'),
|
|
132
|
-
'
|
|
133
|
-
'document_list': () => import('./components/document_list.vue'),
|
|
138
|
+
'door': () => import('./components/door.vue'),
|
|
134
139
|
'document_stack': () => import('./components/document_stack.vue'),
|
|
135
|
-
'
|
|
136
|
-
'database': () => import('./components/database.vue'),
|
|
137
|
-
'document_words': () => import('./components/document_words.vue'),
|
|
138
|
-
'download': () => import('./components/download.vue'),
|
|
139
|
-
'display': () => import('./components/display.vue'),
|
|
140
|
-
'cross': () => import('./components/cross.vue'),
|
|
140
|
+
'document_list': () => import('./components/document_list.vue'),
|
|
141
141
|
'downward': () => import('./components/downward.vue'),
|
|
142
|
+
'download': () => import('./components/download.vue'),
|
|
143
|
+
'door_alt': () => import('./components/door_alt.vue'),
|
|
142
144
|
'drag_circle': () => import('./components/drag_circle.vue'),
|
|
143
|
-
'
|
|
145
|
+
'enter': () => import('./components/enter.vue'),
|
|
144
146
|
'drag_vertical': () => import('./components/drag_vertical.vue'),
|
|
145
|
-
'
|
|
146
|
-
'exit_left': () => import('./components/exit_left.vue'),
|
|
147
|
+
'download_alt': () => import('./components/download_alt.vue'),
|
|
147
148
|
'enter_alt': () => import('./components/enter_alt.vue'),
|
|
149
|
+
'exit_left': () => import('./components/exit_left.vue'),
|
|
150
|
+
'drag': () => import('./components/drag.vue'),
|
|
148
151
|
'episodes': () => import('./components/episodes.vue'),
|
|
149
|
-
'expand_height': () => import('./components/expand_height.vue'),
|
|
150
|
-
'exit_right': () => import('./components/exit_right.vue'),
|
|
151
|
-
'enter': () => import('./components/enter.vue'),
|
|
152
|
-
'door': () => import('./components/door.vue'),
|
|
153
|
-
'duplicate': () => import('./components/duplicate.vue'),
|
|
154
152
|
'expand': () => import('./components/expand.vue'),
|
|
155
|
-
'
|
|
156
|
-
'external': () => import('./components/external.vue'),
|
|
157
|
-
'expand_width': () => import('./components/expand_width.vue'),
|
|
158
|
-
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
153
|
+
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
159
154
|
'eye_no': () => import('./components/eye_no.vue'),
|
|
160
|
-
'
|
|
161
|
-
'
|
|
155
|
+
'duplicate': () => import('./components/duplicate.vue'),
|
|
156
|
+
'expand_width': () => import('./components/expand_width.vue'),
|
|
157
|
+
'external': () => import('./components/external.vue'),
|
|
158
|
+
'expand_height': () => import('./components/expand_height.vue'),
|
|
159
|
+
'eye': () => import('./components/eye.vue'),
|
|
162
160
|
'eye_closed': () => import('./components/eye_closed.vue'),
|
|
163
|
-
'
|
|
161
|
+
'face_happy': () => import('./components/face_happy.vue'),
|
|
164
162
|
'face_neutral': () => import('./components/face_neutral.vue'),
|
|
165
|
-
'file_upload': () => import('./components/file_upload.vue'),
|
|
166
|
-
'file_download': () => import('./components/file_download.vue'),
|
|
167
163
|
'face_sad': () => import('./components/face_sad.vue'),
|
|
168
|
-
'
|
|
169
|
-
'
|
|
170
|
-
'
|
|
171
|
-
'files_multi': () => import('./components/files_multi.vue'),
|
|
164
|
+
'face_delighted': () => import('./components/face_delighted.vue'),
|
|
165
|
+
'file_download': () => import('./components/file_download.vue'),
|
|
166
|
+
'file_upload': () => import('./components/file_upload.vue'),
|
|
172
167
|
'filter_all': () => import('./components/filter_all.vue'),
|
|
173
|
-
'
|
|
168
|
+
'fi_fingerprint': () => import('./components/fi_fingerprint.vue'),
|
|
169
|
+
'film': () => import('./components/film.vue'),
|
|
174
170
|
'filter_completed': () => import('./components/filter_completed.vue'),
|
|
175
|
-
'
|
|
171
|
+
'exit_right': () => import('./components/exit_right.vue'),
|
|
172
|
+
'files_multi': () => import('./components/files_multi.vue'),
|
|
173
|
+
'filter_circle': () => import('./components/filter_circle.vue'),
|
|
176
174
|
'filter_overdue': () => import('./components/filter_overdue.vue'),
|
|
177
175
|
'filter_single': () => import('./components/filter_single.vue'),
|
|
178
|
-
'
|
|
179
|
-
'flag': () => import('./components/flag.vue'),
|
|
180
|
-
'flip_view': () => import('./components/flip_view.vue'),
|
|
181
|
-
'duplicate_alt': () => import('./components/duplicate_alt.vue'),
|
|
182
|
-
'filtering': () => import('./components/filtering.vue'),
|
|
183
|
-
'floppy': () => import('./components/floppy.vue'),
|
|
176
|
+
'filter_not_started': () => import('./components/filter_not_started.vue'),
|
|
184
177
|
'filter_ongoing': () => import('./components/filter_ongoing.vue'),
|
|
185
|
-
'
|
|
186
|
-
'
|
|
187
|
-
'
|
|
178
|
+
'filtering': () => import('./components/filtering.vue'),
|
|
179
|
+
'files_stack': () => import('./components/files_stack.vue'),
|
|
180
|
+
'files_history': () => import('./components/files_history.vue'),
|
|
181
|
+
'filter': () => import('./components/filter.vue'),
|
|
182
|
+
'flag': () => import('./components/flag.vue'),
|
|
188
183
|
'folder_minus': () => import('./components/folder_minus.vue'),
|
|
189
|
-
'
|
|
184
|
+
'fingerprint': () => import('./components/fingerprint.vue'),
|
|
185
|
+
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
186
|
+
'floppy': () => import('./components/floppy.vue'),
|
|
187
|
+
'flip_view': () => import('./components/flip_view.vue'),
|
|
188
|
+
'folder_closed': () => import('./components/folder_closed.vue'),
|
|
190
189
|
'fork_git': () => import('./components/fork_git.vue'),
|
|
191
|
-
'
|
|
192
|
-
'folder_open': () => import('./components/folder_open.vue'),
|
|
190
|
+
'forward': () => import('./components/forward.vue'),
|
|
193
191
|
'forward10': () => import('./components/forward10.vue'),
|
|
194
|
-
'
|
|
195
|
-
'gps': () => import('./components/gps.vue'),
|
|
192
|
+
'flame': () => import('./components/flame.vue'),
|
|
196
193
|
'frame': () => import('./components/frame.vue'),
|
|
194
|
+
'funnel': () => import('./components/funnel.vue'),
|
|
195
|
+
'folder_open': () => import('./components/folder_open.vue'),
|
|
196
|
+
'forward_alt': () => import('./components/forward_alt.vue'),
|
|
197
|
+
'folder_add': () => import('./components/folder_add.vue'),
|
|
197
198
|
'gift': () => import('./components/gift.vue'),
|
|
198
199
|
'grab': () => import('./components/grab.vue'),
|
|
200
|
+
'gauge': () => import('./components/gauge.vue'),
|
|
199
201
|
'fullscreen': () => import('./components/fullscreen.vue'),
|
|
200
|
-
'flame_alt': () => import('./components/flame_alt.vue'),
|
|
201
|
-
'grid': () => import('./components/grid.vue'),
|
|
202
202
|
'globe': () => import('./components/globe.vue'),
|
|
203
|
-
'
|
|
204
|
-
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
203
|
+
'graph_increase': () => import('./components/graph_increase.vue'),
|
|
205
204
|
'graph_box': () => import('./components/graph_box.vue'),
|
|
205
|
+
'grid': () => import('./components/grid.vue'),
|
|
206
206
|
'grid_squares_add': () => import('./components/grid_squares_add.vue'),
|
|
207
|
-
'harddrive': () => import('./components/harddrive.vue'),
|
|
208
|
-
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
209
|
-
'gauge': () => import('./components/gauge.vue'),
|
|
210
207
|
'graph_bar': () => import('./components/graph_bar.vue'),
|
|
208
|
+
'gps': () => import('./components/gps.vue'),
|
|
209
|
+
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
211
210
|
'hash': () => import('./components/hash.vue'),
|
|
211
|
+
'grid_circles': () => import('./components/grid_circles.vue'),
|
|
212
|
+
'grid_small': () => import('./components/grid_small.vue'),
|
|
213
|
+
'harddrive': () => import('./components/harddrive.vue'),
|
|
212
214
|
'hand': () => import('./components/hand.vue'),
|
|
215
|
+
'heart': () => import('./components/heart.vue'),
|
|
216
|
+
'grid_circles_add': () => import('./components/grid_circles_add.vue'),
|
|
217
|
+
'heart_rate': () => import('./components/heart_rate.vue'),
|
|
213
218
|
'hierarchy': () => import('./components/hierarchy.vue'),
|
|
214
219
|
'heart_remove': () => import('./components/heart_remove.vue'),
|
|
215
|
-
'
|
|
216
|
-
'heart': () => import('./components/heart.vue'),
|
|
220
|
+
'home_door': () => import('./components/home_door.vue'),
|
|
217
221
|
'height': () => import('./components/height.vue'),
|
|
218
|
-
'grid_squares': () => import('./components/grid_squares.vue'),
|
|
219
|
-
'home_check': () => import('./components/home_check.vue'),
|
|
220
|
-
'home_alt': () => import('./components/home_alt.vue'),
|
|
221
222
|
'home': () => import('./components/home.vue'),
|
|
222
|
-
'import': () => import('./components/import.vue'),
|
|
223
223
|
'inbox': () => import('./components/inbox.vue'),
|
|
224
|
+
'home_check': () => import('./components/home_check.vue'),
|
|
225
|
+
'import': () => import('./components/import.vue'),
|
|
224
226
|
'iphone_portrait': () => import('./components/iphone_portrait.vue'),
|
|
225
|
-
'
|
|
226
|
-
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
227
|
-
'home_door': () => import('./components/home_door.vue'),
|
|
227
|
+
'info_circle': () => import('./components/info_circle.vue'),
|
|
228
228
|
'jump_forward': () => import('./components/jump_forward.vue'),
|
|
229
|
+
'home_alt': () => import('./components/home_alt.vue'),
|
|
230
|
+
'jump_left': () => import('./components/jump_left.vue'),
|
|
231
|
+
'laptop': () => import('./components/laptop.vue'),
|
|
229
232
|
'jump_backward': () => import('./components/jump_backward.vue'),
|
|
230
233
|
'lightbulb': () => import('./components/lightbulb.vue'),
|
|
234
|
+
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
235
|
+
'jump_right': () => import('./components/jump_right.vue'),
|
|
236
|
+
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
237
|
+
'lightning': () => import('./components/lightning.vue'),
|
|
231
238
|
'keyboard': () => import('./components/keyboard.vue'),
|
|
232
|
-
'
|
|
239
|
+
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
240
|
+
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
233
241
|
'link': () => import('./components/link.vue'),
|
|
234
|
-
'
|
|
242
|
+
'link_alt': () => import('./components/link_alt.vue'),
|
|
243
|
+
'inbox_alt': () => import('./components/inbox_alt.vue'),
|
|
235
244
|
'link_broken': () => import('./components/link_broken.vue'),
|
|
236
|
-
'lightbulb_on': () => import('./components/lightbulb_on.vue'),
|
|
237
|
-
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
238
|
-
'jump_left': () => import('./components/jump_left.vue'),
|
|
239
245
|
'link_horizontal': () => import('./components/link_horizontal.vue'),
|
|
246
|
+
'lineweight': () => import('./components/lineweight.vue'),
|
|
240
247
|
'list': () => import('./components/list.vue'),
|
|
241
|
-
'
|
|
242
|
-
'
|
|
243
|
-
'
|
|
248
|
+
'loader': () => import('./components/loader.vue'),
|
|
249
|
+
'list_numbered': () => import('./components/list_numbered.vue'),
|
|
250
|
+
'list_add': () => import('./components/list_add.vue'),
|
|
251
|
+
'mail': () => import('./components/mail.vue'),
|
|
244
252
|
'lock_open': () => import('./components/lock_open.vue'),
|
|
253
|
+
'mail_delete': () => import('./components/mail_delete.vue'),
|
|
254
|
+
'lock': () => import('./components/lock.vue'),
|
|
255
|
+
'mail_new': () => import('./components/mail_new.vue'),
|
|
256
|
+
'location': () => import('./components/location.vue'),
|
|
257
|
+
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
245
258
|
'mail_add': () => import('./components/mail_add.vue'),
|
|
259
|
+
'marquee': () => import('./components/marquee.vue'),
|
|
260
|
+
'message': () => import('./components/message.vue'),
|
|
261
|
+
'message_writing': () => import('./components/message_writing.vue'),
|
|
246
262
|
'mail_minus': () => import('./components/mail_minus.vue'),
|
|
247
|
-
'lock': () => import('./components/lock.vue'),
|
|
248
|
-
'loader': () => import('./components/loader.vue'),
|
|
249
|
-
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
250
|
-
'lightning_alt': () => import('./components/lightning_alt.vue'),
|
|
251
263
|
'mail_open': () => import('./components/mail_open.vue'),
|
|
252
|
-
'maximise': () => import('./components/maximise.vue'),
|
|
253
|
-
'menu_hamburger': () => import('./components/menu_hamburger.vue'),
|
|
254
|
-
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
255
|
-
'list_add': () => import('./components/list_add.vue'),
|
|
256
|
-
'mail_new': () => import('./components/mail_new.vue'),
|
|
257
264
|
'menu_vertical': () => import('./components/menu_vertical.vue'),
|
|
258
|
-
'
|
|
259
|
-
'message_writing': () => import('./components/message_writing.vue'),
|
|
265
|
+
'menu_horizontal': () => import('./components/menu_horizontal.vue'),
|
|
260
266
|
'microphone_muted': () => import('./components/microphone_muted.vue'),
|
|
261
|
-
'
|
|
262
|
-
'
|
|
263
|
-
'
|
|
267
|
+
'mini_player': () => import('./components/mini_player.vue'),
|
|
268
|
+
'maximise': () => import('./components/maximise.vue'),
|
|
269
|
+
'microphone_disabled': () => import('./components/microphone_disabled.vue'),
|
|
264
270
|
'minimise': () => import('./components/minimise.vue'),
|
|
265
|
-
'
|
|
271
|
+
'move': () => import('./components/move.vue'),
|
|
272
|
+
'midpoint': () => import('./components/midpoint.vue'),
|
|
273
|
+
'mail_remove': () => import('./components/mail_remove.vue'),
|
|
274
|
+
'no_sign': () => import('./components/no_sign.vue'),
|
|
275
|
+
'notification': () => import('./components/notification.vue'),
|
|
276
|
+
'notebook': () => import('./components/notebook.vue'),
|
|
266
277
|
'minus': () => import('./components/minus.vue'),
|
|
267
|
-
'funnel': () => import('./components/funnel.vue'),
|
|
268
|
-
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
269
278
|
'newspaper': () => import('./components/newspaper.vue'),
|
|
270
|
-
'
|
|
279
|
+
'microphone': () => import('./components/microphone.vue'),
|
|
271
280
|
'moon': () => import('./components/moon.vue'),
|
|
272
|
-
'notebook': () => import('./components/notebook.vue'),
|
|
273
|
-
'link_vertical': () => import('./components/link_vertical.vue'),
|
|
274
|
-
'move': () => import('./components/move.vue'),
|
|
275
|
-
'pages': () => import('./components/pages.vue'),
|
|
276
|
-
'no_sign': () => import('./components/no_sign.vue'),
|
|
277
|
-
'mini_player': () => import('./components/mini_player.vue'),
|
|
278
|
-
'nut': () => import('./components/nut.vue'),
|
|
279
281
|
'panel_bottom': () => import('./components/panel_bottom.vue'),
|
|
280
|
-
'
|
|
281
|
-
'
|
|
282
|
-
'
|
|
282
|
+
'panel_center': () => import('./components/panel_center.vue'),
|
|
283
|
+
'minus_circle': () => import('./components/minus_circle.vue'),
|
|
284
|
+
'optional': () => import('./components/optional.vue'),
|
|
283
285
|
'panel_top': () => import('./components/panel_top.vue'),
|
|
284
286
|
'panel_right': () => import('./components/panel_right.vue'),
|
|
287
|
+
'paper': () => import('./components/paper.vue'),
|
|
288
|
+
'nut': () => import('./components/nut.vue'),
|
|
285
289
|
'paper_folded': () => import('./components/paper_folded.vue'),
|
|
286
|
-
'
|
|
287
|
-
'paperclip': () => import('./components/paperclip.vue'),
|
|
290
|
+
'pages': () => import('./components/pages.vue'),
|
|
288
291
|
'paper_plane': () => import('./components/paper_plane.vue'),
|
|
289
|
-
'iphone_landscape': () => import('./components/iphone_landscape.vue'),
|
|
290
292
|
'paragraph_end': () => import('./components/paragraph_end.vue'),
|
|
291
|
-
'
|
|
293
|
+
'panel_left': () => import('./components/panel_left.vue'),
|
|
294
|
+
'paragraph_center': () => import('./components/paragraph_center.vue'),
|
|
295
|
+
'paper_plane_alt': () => import('./components/paper_plane_alt.vue'),
|
|
296
|
+
'pause': () => import('./components/pause.vue'),
|
|
292
297
|
'paragraph_right': () => import('./components/paragraph_right.vue'),
|
|
298
|
+
'panel_sectioned': () => import('./components/panel_sectioned.vue'),
|
|
299
|
+
'pen': () => import('./components/pen.vue'),
|
|
293
300
|
'paragraph_left': () => import('./components/paragraph_left.vue'),
|
|
294
|
-
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
295
|
-
'panel_left': () => import('./components/panel_left.vue'),
|
|
296
301
|
'phone_portrait': () => import('./components/phone_portrait.vue'),
|
|
297
|
-
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
298
|
-
'panel_center': () => import('./components/panel_center.vue'),
|
|
299
|
-
'picture': () => import('./components/picture.vue'),
|
|
300
302
|
'pie_half': () => import('./components/pie_half.vue'),
|
|
303
|
+
'paperclip': () => import('./components/paperclip.vue'),
|
|
304
|
+
'phone_landscape': () => import('./components/phone_landscape.vue'),
|
|
305
|
+
'paragraph_start': () => import('./components/paragraph_start.vue'),
|
|
301
306
|
'play_button': () => import('./components/play_button.vue'),
|
|
302
|
-
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
303
307
|
'plus': () => import('./components/plus.vue'),
|
|
308
|
+
'printer': () => import('./components/printer.vue'),
|
|
309
|
+
'pie_quarter': () => import('./components/pie_quarter.vue'),
|
|
304
310
|
'play': () => import('./components/play.vue'),
|
|
311
|
+
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
305
312
|
'plus_circle': () => import('./components/plus_circle.vue'),
|
|
313
|
+
'pie_third': () => import('./components/pie_third.vue'),
|
|
306
314
|
'postcard': () => import('./components/postcard.vue'),
|
|
307
|
-
'
|
|
315
|
+
'pull_left': () => import('./components/pull_left.vue'),
|
|
316
|
+
'picture': () => import('./components/picture.vue'),
|
|
308
317
|
'project_nonprofit': () => import('./components/project_nonprofit.vue'),
|
|
309
|
-
'laptop': () => import('./components/laptop.vue'),
|
|
310
|
-
'pie_third': () => import('./components/pie_third.vue'),
|
|
311
|
-
'pen': () => import('./components/pen.vue'),
|
|
312
|
-
'optional': () => import('./components/optional.vue'),
|
|
313
|
-
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
314
|
-
'printer': () => import('./components/printer.vue'),
|
|
315
|
-
'projector': () => import('./components/projector.vue'),
|
|
316
|
-
'pull_down': () => import('./components/pull_down.vue'),
|
|
317
|
-
'project_fixed': () => import('./components/project_fixed.vue'),
|
|
318
|
-
'pause': () => import('./components/pause.vue'),
|
|
319
318
|
'pull_up': () => import('./components/pull_up.vue'),
|
|
320
|
-
'radio_on': () => import('./components/radio_on.vue'),
|
|
321
|
-
'pull_right': () => import('./components/pull_right.vue'),
|
|
322
319
|
'push_right': () => import('./components/push_right.vue'),
|
|
323
|
-
'
|
|
324
|
-
'
|
|
320
|
+
'pull_right': () => import('./components/pull_right.vue'),
|
|
321
|
+
'pull_down': () => import('./components/pull_down.vue'),
|
|
322
|
+
'projector': () => import('./components/projector.vue'),
|
|
323
|
+
'project_tnm': () => import('./components/project_tnm.vue'),
|
|
325
324
|
'receipt': () => import('./components/receipt.vue'),
|
|
326
|
-
'
|
|
325
|
+
'push_down': () => import('./components/push_down.vue'),
|
|
326
|
+
'question_circle': () => import('./components/question_circle.vue'),
|
|
327
327
|
'record': () => import('./components/record.vue'),
|
|
328
|
-
'
|
|
328
|
+
'refresh': () => import('./components/refresh.vue'),
|
|
329
329
|
'push_left': () => import('./components/push_left.vue'),
|
|
330
|
-
'
|
|
331
|
-
'
|
|
332
|
-
'
|
|
333
|
-
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
330
|
+
'redo': () => import('./components/redo.vue'),
|
|
331
|
+
'push_up': () => import('./components/push_up.vue'),
|
|
332
|
+
'replicate': () => import('./components/replicate.vue'),
|
|
334
333
|
'required': () => import('./components/required.vue'),
|
|
335
|
-
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
336
|
-
'reuse': () => import('./components/reuse.vue'),
|
|
337
334
|
'replicate_alt': () => import('./components/replicate_alt.vue'),
|
|
335
|
+
'radio_on': () => import('./components/radio_on.vue'),
|
|
336
|
+
'reset_hard': () => import('./components/reset_hard.vue'),
|
|
337
|
+
'reset_alt': () => import('./components/reset_alt.vue'),
|
|
338
|
+
'reset': () => import('./components/reset.vue'),
|
|
338
339
|
'reset_forward': () => import('./components/reset_forward.vue'),
|
|
339
|
-
'
|
|
340
|
+
'refresh_alt': () => import('./components/refresh_alt.vue'),
|
|
341
|
+
'reset_temporary': () => import('./components/reset_temporary.vue'),
|
|
340
342
|
'retweet': () => import('./components/retweet.vue'),
|
|
341
|
-
'
|
|
342
|
-
'
|
|
343
|
+
'scale': () => import('./components/scale.vue'),
|
|
344
|
+
'reuse': () => import('./components/reuse.vue'),
|
|
343
345
|
'reverse_alt': () => import('./components/reverse_alt.vue'),
|
|
344
|
-
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
345
346
|
'rocket': () => import('./components/rocket.vue'),
|
|
346
|
-
'
|
|
347
|
+
'ruler': () => import('./components/ruler.vue'),
|
|
347
348
|
'reverse': () => import('./components/reverse.vue'),
|
|
348
|
-
'server': () => import('./components/server.vue'),
|
|
349
|
-
'search': () => import('./components/search.vue'),
|
|
350
|
-
'lightning': () => import('./components/lightning.vue'),
|
|
351
|
-
'shuffle': () => import('./components/shuffle.vue'),
|
|
352
|
-
'settings': () => import('./components/settings.vue'),
|
|
353
|
-
'share_alt': () => import('./components/share_alt.vue'),
|
|
354
349
|
'share': () => import('./components/share.vue'),
|
|
355
|
-
'
|
|
356
|
-
'
|
|
357
|
-
'
|
|
350
|
+
'scale_contract': () => import('./components/scale_contract.vue'),
|
|
351
|
+
'scalpel': () => import('./components/scalpel.vue'),
|
|
352
|
+
'revert': () => import('./components/revert.vue'),
|
|
353
|
+
'share_alt': () => import('./components/share_alt.vue'),
|
|
354
|
+
'settings': () => import('./components/settings.vue'),
|
|
355
|
+
'search': () => import('./components/search.vue'),
|
|
356
|
+
'server': () => import('./components/server.vue'),
|
|
358
357
|
'sort_alt': () => import('./components/sort_alt.vue'),
|
|
359
358
|
'side_menu': () => import('./components/side_menu.vue'),
|
|
360
|
-
'
|
|
359
|
+
'slash_backward': () => import('./components/slash_backward.vue'),
|
|
360
|
+
'slash_forward': () => import('./components/slash_forward.vue'),
|
|
361
|
+
'sliders': () => import('./components/sliders.vue'),
|
|
362
|
+
'shuffle': () => import('./components/shuffle.vue'),
|
|
363
|
+
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
361
364
|
'speaker': () => import('./components/speaker.vue'),
|
|
362
365
|
'speech_typing': () => import('./components/speech_typing.vue'),
|
|
363
366
|
'split_three': () => import('./components/split_three.vue'),
|
|
364
|
-
'
|
|
365
|
-
'
|
|
366
|
-
'speech_bubble': () => import('./components/speech_bubble.vue'),
|
|
367
|
+
'star': () => import('./components/star.vue'),
|
|
368
|
+
'scale_extend': () => import('./components/scale_extend.vue'),
|
|
367
369
|
'swap': () => import('./components/swap.vue'),
|
|
370
|
+
'support': () => import('./components/support.vue'),
|
|
371
|
+
'sun': () => import('./components/sun.vue'),
|
|
372
|
+
'sort': () => import('./components/sort.vue'),
|
|
373
|
+
'tag': () => import('./components/tag.vue'),
|
|
368
374
|
'switch': () => import('./components/switch.vue'),
|
|
369
|
-
'table': () => import('./components/table.vue'),
|
|
370
375
|
'table_header': () => import('./components/table_header.vue'),
|
|
376
|
+
'split': () => import('./components/split.vue'),
|
|
377
|
+
'table': () => import('./components/table.vue'),
|
|
371
378
|
'target': () => import('./components/target.vue'),
|
|
372
|
-
'tag': () => import('./components/tag.vue'),
|
|
373
|
-
'push_down': () => import('./components/push_down.vue'),
|
|
374
|
-
'refresh': () => import('./components/refresh.vue'),
|
|
375
|
-
'thread': () => import('./components/thread.vue'),
|
|
376
|
-
'ticket': () => import('./components/ticket.vue'),
|
|
377
379
|
'thumbs_down': () => import('./components/thumbs_down.vue'),
|
|
378
|
-
'sliders': () => import('./components/sliders.vue'),
|
|
379
|
-
'toggle': () => import('./components/toggle.vue'),
|
|
380
|
-
'star': () => import('./components/star.vue'),
|
|
381
|
-
'translate': () => import('./components/translate.vue'),
|
|
382
|
-
'toggles': () => import('./components/toggles.vue'),
|
|
383
|
-
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
384
380
|
'tag_milestone': () => import('./components/tag_milestone.vue'),
|
|
385
|
-
'
|
|
381
|
+
'thread': () => import('./components/thread.vue'),
|
|
382
|
+
'toggle': () => import('./components/toggle.vue'),
|
|
383
|
+
'todo': () => import('./components/todo.vue'),
|
|
386
384
|
'tags': () => import('./components/tags.vue'),
|
|
385
|
+
'timeline': () => import('./components/timeline.vue'),
|
|
386
|
+
'thumbs_up': () => import('./components/thumbs_up.vue'),
|
|
387
|
+
'translate': () => import('./components/translate.vue'),
|
|
388
|
+
'ticket': () => import('./components/ticket.vue'),
|
|
389
|
+
'tv_mode': () => import('./components/tv_mode.vue'),
|
|
387
390
|
'type_date': () => import('./components/type_date.vue'),
|
|
388
|
-
'trash': () => import('./components/trash.vue'),
|
|
389
|
-
'trophy': () => import('./components/trophy.vue'),
|
|
390
|
-
'sun': () => import('./components/sun.vue'),
|
|
391
391
|
'type_file': () => import('./components/type_file.vue'),
|
|
392
|
-
'
|
|
393
|
-
'
|
|
394
|
-
'
|
|
395
|
-
'
|
|
392
|
+
'trophy': () => import('./components/trophy.vue'),
|
|
393
|
+
'trash_alt': () => import('./components/trash_alt.vue'),
|
|
394
|
+
'type_phone': () => import('./components/type_phone.vue'),
|
|
395
|
+
'type_id': () => import('./components/type_id.vue'),
|
|
396
|
+
'type_select': () => import('./components/type_select.vue'),
|
|
396
397
|
'type_number': () => import('./components/type_number.vue'),
|
|
398
|
+
'type_formula': () => import('./components/type_formula.vue'),
|
|
399
|
+
'type_email': () => import('./components/type_email.vue'),
|
|
400
|
+
'type_relation': () => import('./components/type_relation.vue'),
|
|
397
401
|
'type_multiselect': () => import('./components/type_multiselect.vue'),
|
|
398
|
-
'
|
|
399
|
-
'
|
|
400
|
-
'type_time': () => import('./components/type_time.vue'),
|
|
402
|
+
'type_status': () => import('./components/type_status.vue'),
|
|
403
|
+
'type_url': () => import('./components/type_url.vue'),
|
|
401
404
|
'type_person': () => import('./components/type_person.vue'),
|
|
405
|
+
'type_checkbox': () => import('./components/type_checkbox.vue'),
|
|
406
|
+
'type_text': () => import('./components/type_text.vue'),
|
|
407
|
+
'type_time': () => import('./components/type_time.vue'),
|
|
402
408
|
'type_user': () => import('./components/type_user.vue'),
|
|
403
|
-
'type_phone': () => import('./components/type_phone.vue'),
|
|
404
|
-
'type_relation': () => import('./components/type_relation.vue'),
|
|
405
409
|
'unarchive': () => import('./components/unarchive.vue'),
|
|
406
|
-
'timeline': () => import('./components/timeline.vue'),
|
|
407
|
-
'type_url': () => import('./components/type_url.vue'),
|
|
408
|
-
'undo': () => import('./components/undo.vue'),
|
|
409
410
|
'unlink_vertical': () => import('./components/unlink_vertical.vue'),
|
|
410
|
-
'type_select': () => import('./components/type_select.vue'),
|
|
411
|
-
'user_circle': () => import('./components/user_circle.vue'),
|
|
412
|
-
'upward': () => import('./components/upward.vue'),
|
|
413
|
-
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
414
411
|
'undo_history': () => import('./components/undo_history.vue'),
|
|
415
|
-
'
|
|
416
|
-
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
417
|
-
'type_text': () => import('./components/type_text.vue'),
|
|
418
|
-
'venn': () => import('./components/venn.vue'),
|
|
412
|
+
'undo': () => import('./components/undo.vue'),
|
|
419
413
|
'user_add': () => import('./components/user_add.vue'),
|
|
420
|
-
'
|
|
421
|
-
'user': () => import('./components/user.vue'),
|
|
422
|
-
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
414
|
+
'unlink_horizontal': () => import('./components/unlink_horizontal.vue'),
|
|
423
415
|
'user_male': () => import('./components/user_male.vue'),
|
|
416
|
+
'user_circle': () => import('./components/user_circle.vue'),
|
|
417
|
+
'upload': () => import('./components/upload.vue'),
|
|
418
|
+
'user': () => import('./components/user.vue'),
|
|
419
|
+
'upload_alt': () => import('./components/upload_alt.vue'),
|
|
424
420
|
'user_remove': () => import('./components/user_remove.vue'),
|
|
425
|
-
'
|
|
421
|
+
'venn': () => import('./components/venn.vue'),
|
|
422
|
+
'video': () => import('./components/video.vue'),
|
|
426
423
|
'version': () => import('./components/version.vue'),
|
|
427
|
-
'
|
|
428
|
-
'
|
|
429
|
-
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
424
|
+
'users': () => import('./components/users.vue'),
|
|
425
|
+
'upward': () => import('./components/upward.vue'),
|
|
430
426
|
'volume_add': () => import('./components/volume_add.vue'),
|
|
431
|
-
'
|
|
432
|
-
'
|
|
433
|
-
'
|
|
434
|
-
'
|
|
435
|
-
'
|
|
427
|
+
'volume_disabled': () => import('./components/volume_disabled.vue'),
|
|
428
|
+
'volume_0': () => import('./components/volume_0.vue'),
|
|
429
|
+
'volume_high': () => import('./components/volume_high.vue'),
|
|
430
|
+
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
431
|
+
'user_male_circle': () => import('./components/user_male_circle.vue'),
|
|
432
|
+
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
436
433
|
'wallet': () => import('./components/wallet.vue'),
|
|
434
|
+
'volume_low': () => import('./components/volume_low.vue'),
|
|
435
|
+
'waves': () => import('./components/waves.vue'),
|
|
436
|
+
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
437
437
|
'wifi': () => import('./components/wifi.vue'),
|
|
438
|
+
'warning_circle': () => import('./components/warning_circle.vue'),
|
|
439
|
+
'versions': () => import('./components/versions.vue'),
|
|
440
|
+
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
438
441
|
'width': () => import('./components/width.vue'),
|
|
442
|
+
'warning_triangle': () => import('./components/warning_triangle.vue'),
|
|
443
|
+
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
444
|
+
'toggles': () => import('./components/toggles.vue'),
|
|
445
|
+
'window': () => import('./components/window.vue'),
|
|
439
446
|
'wifi_none': () => import('./components/wifi_none.vue'),
|
|
440
|
-
'volume_minus': () => import('./components/volume_minus.vue'),
|
|
441
|
-
'warning_hex': () => import('./components/warning_hex.vue'),
|
|
442
|
-
'volume_muted': () => import('./components/volume_muted.vue'),
|
|
443
|
-
'window_content': () => import('./components/window_content.vue'),
|
|
444
|
-
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
445
447
|
'window_collapse_right': () => import('./components/window_collapse_right.vue'),
|
|
446
|
-
'window': () => import('./components/window.vue'),
|
|
447
|
-
'wifi_error': () => import('./components/wifi_error.vue'),
|
|
448
|
-
'volume_high': () => import('./components/volume_high.vue'),
|
|
449
|
-
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
450
|
-
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
451
|
-
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
452
|
-
'window_collapse_left': () => import('./components/window_collapse_left.vue'),
|
|
453
448
|
'write': () => import('./components/write.vue'),
|
|
454
449
|
'wrap_back': () => import('./components/wrap_back.vue'),
|
|
450
|
+
'window_content': () => import('./components/window_content.vue'),
|
|
451
|
+
'trash': () => import('./components/trash.vue'),
|
|
452
|
+
'zoom_cancel': () => import('./components/zoom_cancel.vue'),
|
|
453
|
+
'wrap_forward': () => import('./components/wrap_forward.vue'),
|
|
454
|
+
'zoom_in': () => import('./components/zoom_in.vue'),
|
|
455
455
|
'zoom_reset': () => import('./components/zoom_reset.vue'),
|
|
456
|
-
'
|
|
456
|
+
'zoom_out': () => import('./components/zoom_out.vue'),
|
|
457
|
+
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
457
458
|
'nomi-ai': () => import('./components/nomi-ai.vue'),
|
|
458
459
|
'nomi-arrow-right-top': () => import('./components/nomi-arrow-right-top.vue'),
|
|
460
|
+
'nomi-automation': () => import('./components/nomi-automation.vue'),
|
|
461
|
+
'nomi-arrow_up': () => import('./components/nomi-arrow_up.vue'),
|
|
462
|
+
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
459
463
|
'nomi-arrow-down': () => import('./components/nomi-arrow-down.vue'),
|
|
460
464
|
'nomi-ai-alt': () => import('./components/nomi-ai-alt.vue'),
|
|
461
|
-
'nomi-arrow_down': () => import('./components/nomi-arrow_down.vue'),
|
|
462
|
-
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
463
|
-
'nomi-arrow_left': () => import('./components/nomi-arrow_left.vue'),
|
|
464
465
|
'nomi-arrow-up': () => import('./components/nomi-arrow-up.vue'),
|
|
465
|
-
'nomi-arrow-right-alt': () => import('./components/nomi-arrow-right-alt.vue'),
|
|
466
466
|
'nomi-arrows': () => import('./components/nomi-arrows.vue'),
|
|
467
|
-
'nomi-
|
|
468
|
-
'nomi-
|
|
469
|
-
'nomi-balance_turnover': () => import('./components/nomi-balance_turnover.vue'),
|
|
470
|
-
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
471
|
-
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
467
|
+
'nomi-bell': () => import('./components/nomi-bell.vue'),
|
|
468
|
+
'nomi-arrow_left': () => import('./components/nomi-arrow_left.vue'),
|
|
472
469
|
'nomi-calendar-alt': () => import('./components/nomi-calendar-alt.vue'),
|
|
473
|
-
'nomi-
|
|
470
|
+
'nomi-card-plus': () => import('./components/nomi-card-plus.vue'),
|
|
474
471
|
'nomi-cash-provider': () => import('./components/nomi-cash-provider.vue'),
|
|
475
|
-
'nomi-
|
|
472
|
+
'nomi-card': () => import('./components/nomi-card.vue'),
|
|
473
|
+
'nomi-calendar-alt2': () => import('./components/nomi-calendar-alt2.vue'),
|
|
474
|
+
'nomi-bar-horizontal': () => import('./components/nomi-bar-horizontal.vue'),
|
|
475
|
+
'nomi-calendar-payment': () => import('./components/nomi-calendar-payment.vue'),
|
|
476
476
|
'nomi-category_alt': () => import('./components/nomi-category_alt.vue'),
|
|
477
|
-
'nomi-
|
|
478
|
-
'nomi-chart-donut': () => import('./components/nomi-chart-donut.vue'),
|
|
479
|
-
'nomi-chart-funnel': () => import('./components/nomi-chart-funnel.vue'),
|
|
480
|
-
'nomi-category': () => import('./components/nomi-category.vue'),
|
|
477
|
+
'nomi-balance_turnover': () => import('./components/nomi-balance_turnover.vue'),
|
|
481
478
|
'nomi-category-edit': () => import('./components/nomi-category-edit.vue'),
|
|
482
|
-
'nomi-
|
|
479
|
+
'nomi-chart-funnel': () => import('./components/nomi-chart-funnel.vue'),
|
|
480
|
+
'nomi-chart-line': () => import('./components/nomi-chart-line.vue'),
|
|
483
481
|
'nomi-chart-lines': () => import('./components/nomi-chart-lines.vue'),
|
|
482
|
+
'nomi-calendar': () => import('./components/nomi-calendar.vue'),
|
|
483
|
+
'nomi-chart-donut': () => import('./components/nomi-chart-donut.vue'),
|
|
484
484
|
'nomi-chart-bars': () => import('./components/nomi-chart-bars.vue'),
|
|
485
|
-
'nomi-
|
|
486
|
-
'nomi-chart-kpi': () => import('./components/nomi-chart-kpi.vue'),
|
|
487
|
-
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
488
|
-
'nomi-chevron-down': () => import('./components/nomi-chevron-down.vue'),
|
|
485
|
+
'nomi-cash': () => import('./components/nomi-cash.vue'),
|
|
489
486
|
'nomi-chevron-left': () => import('./components/nomi-chevron-left.vue'),
|
|
490
|
-
'nomi-
|
|
487
|
+
'nomi-category': () => import('./components/nomi-category.vue'),
|
|
491
488
|
'nomi-check': () => import('./components/nomi-check.vue'),
|
|
492
|
-
'nomi-
|
|
493
|
-
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
494
|
-
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
489
|
+
'nomi-cashflow': () => import('./components/nomi-cashflow.vue'),
|
|
495
490
|
'nomi-clear': () => import('./components/nomi-clear.vue'),
|
|
491
|
+
'nomi-check-alt': () => import('./components/nomi-check-alt.vue'),
|
|
496
492
|
'nomi-control-panel': () => import('./components/nomi-control-panel.vue'),
|
|
497
|
-
'nomi-
|
|
498
|
-
'nomi-
|
|
493
|
+
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
494
|
+
'nomi-counterparty': () => import('./components/nomi-counterparty.vue'),
|
|
495
|
+
'nomi-chart-kpi': () => import('./components/nomi-chart-kpi.vue'),
|
|
496
|
+
'nomi-chevron-right': () => import('./components/nomi-chevron-right.vue'),
|
|
497
|
+
'nomi-debt': () => import('./components/nomi-debt.vue'),
|
|
499
498
|
'nomi-demo': () => import('./components/nomi-demo.vue'),
|
|
499
|
+
'nomi-dev': () => import('./components/nomi-dev.vue'),
|
|
500
500
|
'nomi-exit-right': () => import('./components/nomi-exit-right.vue'),
|
|
501
|
+
'nomi-currencies': () => import('./components/nomi-currencies.vue'),
|
|
502
|
+
'nomi-chevron-down': () => import('./components/nomi-chevron-down.vue'),
|
|
503
|
+
'nomi-collapse': () => import('./components/nomi-collapse.vue'),
|
|
501
504
|
'nomi-credit': () => import('./components/nomi-credit.vue'),
|
|
502
|
-
'nomi-
|
|
503
|
-
'nomi-chart-line': () => import('./components/nomi-chart-line.vue'),
|
|
505
|
+
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
504
506
|
'nomi-dots': () => import('./components/nomi-dots.vue'),
|
|
505
|
-
'nomi-
|
|
506
|
-
'nomi-
|
|
507
|
+
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
508
|
+
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
507
509
|
'nomi-eye-close': () => import('./components/nomi-eye-close.vue'),
|
|
510
|
+
'nomi-eye-open': () => import('./components/nomi-eye-open.vue'),
|
|
511
|
+
'nomi-goods-turnover': () => import('./components/nomi-goods-turnover.vue'),
|
|
508
512
|
'nomi-folder': () => import('./components/nomi-folder.vue'),
|
|
509
|
-
'nomi-close': () => import('./components/nomi-close.vue'),
|
|
510
|
-
'nomi-file': () => import('./components/nomi-file.vue'),
|
|
511
|
-
'nomi-expand': () => import('./components/nomi-expand.vue'),
|
|
512
|
-
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
513
|
-
'nomi-export': () => import('./components/nomi-export.vue'),
|
|
514
|
-
'nomi-help-alt': () => import('./components/nomi-help-alt.vue'),
|
|
515
|
-
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
516
|
-
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
517
|
-
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
518
|
-
'nomi-link': () => import('./components/nomi-link.vue'),
|
|
519
513
|
'nomi-filter': () => import('./components/nomi-filter.vue'),
|
|
520
|
-
'nomi-
|
|
521
|
-
'nomi-goods
|
|
522
|
-
'nomi-
|
|
523
|
-
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
514
|
+
'nomi-eye': () => import('./components/nomi-eye.vue'),
|
|
515
|
+
'nomi-goods': () => import('./components/nomi-goods.vue'),
|
|
516
|
+
'nomi-link': () => import('./components/nomi-link.vue'),
|
|
524
517
|
'nomi-integration': () => import('./components/nomi-integration.vue'),
|
|
518
|
+
'nomi-menu': () => import('./components/nomi-menu.vue'),
|
|
519
|
+
'nomi-help-alt': () => import('./components/nomi-help-alt.vue'),
|
|
520
|
+
'nomi-lock': () => import('./components/nomi-lock.vue'),
|
|
525
521
|
'nomi-money': () => import('./components/nomi-money.vue'),
|
|
526
|
-
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
527
522
|
'nomi-minus': () => import('./components/nomi-minus.vue'),
|
|
523
|
+
'nomi-logout': () => import('./components/nomi-logout.vue'),
|
|
524
|
+
'nomi-move-right': () => import('./components/nomi-move-right.vue'),
|
|
525
|
+
'nomi-hide': () => import('./components/nomi-hide.vue'),
|
|
526
|
+
'nomi-help': () => import('./components/nomi-help.vue'),
|
|
528
527
|
'nomi-pen': () => import('./components/nomi-pen.vue'),
|
|
529
|
-
'nomi-pc': () => import('./components/nomi-pc.vue'),
|
|
530
|
-
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
531
528
|
'nomi-planFact': () => import('./components/nomi-planFact.vue'),
|
|
529
|
+
'nomi-person': () => import('./components/nomi-person.vue'),
|
|
530
|
+
'nomi-project': () => import('./components/nomi-project.vue'),
|
|
532
531
|
'nomi-project_alt2': () => import('./components/nomi-project_alt2.vue'),
|
|
533
|
-
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
534
532
|
'nomi-pnl': () => import('./components/nomi-pnl.vue'),
|
|
535
|
-
'nomi-
|
|
533
|
+
'nomi-payment_calendar': () => import('./components/nomi-payment_calendar.vue'),
|
|
534
|
+
'nomi-pc': () => import('./components/nomi-pc.vue'),
|
|
535
|
+
'nomi-promo': () => import('./components/nomi-promo.vue'),
|
|
536
536
|
'nomi-project_alt': () => import('./components/nomi-project_alt.vue'),
|
|
537
537
|
'nomi-refresh-off': () => import('./components/nomi-refresh-off.vue'),
|
|
538
|
+
'nomi-repeat': () => import('./components/nomi-repeat.vue'),
|
|
538
539
|
'nomi-report': () => import('./components/nomi-report.vue'),
|
|
540
|
+
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
541
|
+
'nomi-move-left': () => import('./components/nomi-move-left.vue'),
|
|
539
542
|
'nomi-segment': () => import('./components/nomi-segment.vue'),
|
|
540
|
-
'nomi-goods': () => import('./components/nomi-goods.vue'),
|
|
541
|
-
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
542
543
|
'nomi-scissors': () => import('./components/nomi-scissors.vue'),
|
|
544
|
+
'nomi-settings': () => import('./components/nomi-settings.vue'),
|
|
545
|
+
'nomi-recurrence': () => import('./components/nomi-recurrence.vue'),
|
|
543
546
|
'nomi-subscription': () => import('./components/nomi-subscription.vue'),
|
|
544
|
-
'nomi-sort-asc': () => import('./components/nomi-sort-asc.vue'),
|
|
545
|
-
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
546
547
|
'nomi-refresh': () => import('./components/nomi-refresh.vue'),
|
|
547
|
-
'nomi-
|
|
548
|
-
'nomi-
|
|
549
|
-
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
550
|
-
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
551
|
-
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
552
|
-
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
548
|
+
'nomi-sort-desc': () => import('./components/nomi-sort-desc.vue'),
|
|
549
|
+
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
553
550
|
'nomi-table-view': () => import('./components/nomi-table-view.vue'),
|
|
551
|
+
'nomi-start': () => import('./components/nomi-start.vue'),
|
|
552
|
+
'nomi-time': () => import('./components/nomi-time.vue'),
|
|
553
|
+
'nomi-dashboard': () => import('./components/nomi-dashboard.vue'),
|
|
554
|
+
'nomi-strongbox': () => import('./components/nomi-strongbox.vue'),
|
|
555
|
+
'nomi-tag': () => import('./components/nomi-tag.vue'),
|
|
554
556
|
'nomi-type-array': () => import('./components/nomi-type-array.vue'),
|
|
555
|
-
'nomi-
|
|
556
|
-
'nomi-pin': () => import('./components/nomi-pin.vue'),
|
|
557
|
-
'nomi-transactions_delete': () => import('./components/nomi-transactions_delete.vue'),
|
|
557
|
+
'nomi-text': () => import('./components/nomi-text.vue'),
|
|
558
558
|
'nomi-transactions_alt': () => import('./components/nomi-transactions_alt.vue'),
|
|
559
|
-
'nomi-
|
|
560
|
-
'nomi-
|
|
561
|
-
'nomi-type-
|
|
562
|
-
'nomi-type-boolean': () => import('./components/nomi-type-boolean.vue'),
|
|
563
|
-
'nomi-start': () => import('./components/nomi-start.vue'),
|
|
559
|
+
'nomi-transactions': () => import('./components/nomi-transactions.vue'),
|
|
560
|
+
'nomi-transactions_delete': () => import('./components/nomi-transactions_delete.vue'),
|
|
561
|
+
'nomi-type-date': () => import('./components/nomi-type-date.vue'),
|
|
564
562
|
'nomi-type-object': () => import('./components/nomi-type-object.vue'),
|
|
565
|
-
'nomi-
|
|
563
|
+
'nomi-type-boolean': () => import('./components/nomi-type-boolean.vue'),
|
|
564
|
+
'nomi-balance': () => import('./components/nomi-balance.vue'),
|
|
566
565
|
'nomi-unpin': () => import('./components/nomi-unpin.vue'),
|
|
567
|
-
'nomi-
|
|
568
|
-
'nomi-type-
|
|
566
|
+
'nomi-target': () => import('./components/nomi-target.vue'),
|
|
567
|
+
'nomi-type-string': () => import('./components/nomi-type-string.vue'),
|
|
568
|
+
'nomi-type-number': () => import('./components/nomi-type-number.vue'),
|
|
569
569
|
'nomi-types': () => import('./components/nomi-types.vue'),
|
|
570
|
-
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
571
|
-
'nomi-user_plus': () => import('./components/nomi-user_plus.vue'),
|
|
572
570
|
'nomi-warehouse': () => import('./components/nomi-warehouse.vue'),
|
|
571
|
+
'nomi-unlink': () => import('./components/nomi-unlink.vue'),
|
|
573
572
|
'nomi-warning_triangle': () => import('./components/nomi-warning_triangle.vue'),
|
|
573
|
+
'nomi-user': () => import('./components/nomi-user.vue'),
|
|
574
|
+
'nomi-unarchive': () => import('./components/nomi-unarchive.vue'),
|
|
575
|
+
'nomi-trash': () => import('./components/nomi-trash.vue'),
|
|
576
|
+
'nomi-type-null': () => import('./components/nomi-type-null.vue'),
|
|
577
|
+
'nomi-user_plus': () => import('./components/nomi-user_plus.vue'),
|
|
574
578
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none" clip-path="url(#clipPath_0)" customFrame="url(#clipPath_0)">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="clipPath_0">
|
|
4
|
+
<rect width="24.000000" height="24.000000" x="0.000000" y="0.000000" rx="6.153846" fill="rgb(255,255,255)" />
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<rect id="Filled/payment-calendar, subscription" width="24.000000" height="24.000000" x="0.000000" y="0.000000" rx="6.153846" />
|
|
8
|
+
<path id="Subtract" d="M16 5.40039C16.3312 5.40039 16.5994 5.66881 16.5996 6L16.5996 7.05078C17.0326 7.10357 17.3327 7.21174 17.5605 7.43945C17.9996 7.87877 18 8.58624 18 10L18 15C18 16.4138 17.9997 17.1212 17.5605 17.5605C17.1212 17.9997 16.414 18 15 18L9 18C7.586 18 6.87881 17.9997 6.43945 17.5605C6.00034 17.1212 6 16.4138 6 15L6 10C6 8.58624 6.00035 7.87877 6.43945 7.43945C6.66727 7.21174 6.96737 7.10357 7.40039 7.05078L7.40039 6C7.4006 5.66881 7.66876 5.40039 8 5.40039C8.33124 5.40039 8.5994 5.66881 8.59961 6L8.59961 7.00195C8.7264 7.00152 8.85972 7 9 7L15 7C15.1403 7 15.2736 7.00152 15.4004 7.00195L15.4004 6C15.4006 5.66881 15.6688 5.40039 16 5.40039ZM11.9443 9C11.8415 9.00005 11.7428 9.04071 11.6699 9.11328C11.597 9.18621 11.5557 9.28554 11.5557 9.38867L11.5557 9.55273C10.7104 9.70415 10 10.3402 10 11.2041C10.0003 12.0677 10.7106 12.7031 11.5557 12.8545L11.5557 14.6533C11.0703 14.5211 10.7773 14.1475 10.7773 13.7959C10.7772 13.693 10.7367 13.5943 10.6641 13.5215C10.5912 13.4486 10.4918 13.4073 10.3887 13.4072C10.2857 13.4073 10.1871 13.4487 10.1143 13.5215C10.0414 13.5943 10.0001 13.6929 10 13.7959C10 14.6598 10.7104 15.2959 11.5557 15.4473L11.5557 15.6113C11.5557 15.7144 11.597 15.8138 11.6699 15.8867C11.7428 15.9593 11.8415 15.9999 11.9443 16C12.0473 16 12.1468 15.9595 12.2197 15.8867C12.2926 15.8138 12.333 15.7144 12.333 15.6113L12.333 15.4473C13.1782 15.2958 13.8887 14.6597 13.8887 13.7959C13.8884 12.9323 13.178 12.297 12.333 12.1455L12.333 10.3467C12.8183 10.4795 13.1113 10.8526 13.1113 11.2041C13.1115 11.3071 13.1528 11.4057 13.2256 11.4785C13.2985 11.5513 13.397 11.5927 13.5 11.5928C13.6031 11.5927 13.7025 11.5514 13.7754 11.4785C13.8481 11.4057 13.8885 11.307 13.8887 11.2041C13.8887 10.3403 13.1782 9.70421 12.333 9.55273L12.333 9.38867C12.333 9.28559 12.2926 9.1862 12.2197 9.11328C12.1468 9.04047 12.0474 9.00005 11.9443 9ZM12.333 12.9395C12.8182 13.0716 13.1111 13.4444 13.1113 13.7959C13.1113 14.1475 12.8184 14.5211 12.333 14.6533L12.333 12.9395ZM11.5557 12.0605C11.0703 11.9283 10.7773 11.5547 10.7773 11.2031C10.7776 10.8517 11.0705 10.4794 11.5557 10.3467L11.5557 12.0605Z" fill="currentColor" fill-rule="nonzero" />
|
|
9
|
+
</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="M12 2.25C10.0716 2.25 8.18657 2.82183 6.58319 3.89317C4.97982 4.96451 3.73013 6.48726 2.99218 8.26884C2.25422 10.0504 2.06114 12.0108 2.43735 13.9021C2.81355 15.7934 3.74215 17.5307 5.10571 18.8943C6.46928 20.2579 8.20656 21.1865 10.0979 21.5627C11.9892 21.9389 13.9496 21.7458 15.7312 21.0078C17.5127 20.2699 19.0355 19.0202 20.1068 17.4168C21.1782 15.8134 21.75 13.9284 21.75 12C21.745 9.41566 20.7162 6.93859 18.8888 5.11118C17.0614 3.28378 14.5843 2.25496 12 2.25ZM16.6406 10.2938L11.1469 15.5438C11.0049 15.6774 10.8169 15.7512 10.6219 15.75C10.5266 15.7514 10.4319 15.7338 10.3434 15.6984C10.2549 15.663 10.1743 15.6105 10.1063 15.5438L7.35938 12.9188C7.28319 12.8523 7.22123 12.7711 7.17722 12.6801C7.13321 12.589 7.10806 12.49 7.10328 12.389C7.0985 12.2881 7.11419 12.1871 7.14941 12.0924C7.18463 11.9976 7.23865 11.9109 7.30822 11.8375C7.3778 11.7642 7.46149 11.7056 7.55426 11.6654C7.64703 11.6252 7.74698 11.6042 7.84809 11.6036C7.94919 11.603 8.04938 11.6229 8.14261 11.662C8.23585 11.7011 8.32021 11.7587 8.39063 11.8312L10.6219 13.9594L15.6094 9.20625C15.7552 9.07902 15.9446 9.01309 16.1379 9.02223C16.3312 9.03138 16.5135 9.1149 16.6467 9.25533C16.7798 9.39576 16.8536 9.58222 16.8524 9.77575C16.8513 9.96928 16.7754 10.1549 16.6406 10.2938Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M3.74854 10.9386C3.74854 11.1859 3.90535 11.406 4.14056 11.4884C4.82504 11.7288 5.31664 12.3774 5.31664 13.1389C5.31664 13.9003 4.82504 14.549 4.14056 14.7893C3.90535 14.8718 3.74854 15.0919 3.74854 15.3392V16.6389C3.74854 17.391 4.36323 18 5.12062 18H19.2335C19.9909 18 20.6056 17.391 20.6056 16.6389V15.3392C20.6056 15.0919 20.4488 14.8718 20.2136 14.7893C19.5291 14.549 19.0375 13.9003 19.0375 13.1389C19.0375 12.3774 19.5291 11.7288 20.2136 11.4884C20.4488 11.406 20.6056 11.1859 20.6056 10.9386V8.86111C20.6056 8.109 19.9909 7.5 19.2335 7.5H5.12062C4.36323 7.5 3.74854 8.109 3.74854 8.86111V10.9386ZM15.1314 13.6958C14.6719 13.2408 13.9271 13.2408 13.4676 13.6958C13.009 14.1516 13.009 14.8904 13.4676 15.3454C13.9271 15.8012 14.6719 15.8012 15.1314 15.3454C15.59 14.8904 15.59 14.1516 15.1314 13.6958ZM14.1137 10.0044L9.40938 14.6711C9.17965 14.8982 9.17965 15.2684 9.40938 15.4956C9.63832 15.7234 10.0115 15.7234 10.2405 15.4956L14.9448 10.8289C15.1745 10.6018 15.1745 10.2316 14.9448 10.0044C14.7158 9.77656 14.3426 9.77656 14.1137 10.0044ZM10.8865 10.2743C10.4271 9.81856 9.68223 9.81856 9.22277 10.2743C8.7641 10.7293 8.7641 11.469 9.22277 11.924C9.68223 12.379 10.4271 12.379 10.8865 11.924C11.3452 11.469 11.3452 10.7293 10.8865 10.2743Z" fill="currentColor"/>
|
|
3
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24.000000" height="24.000000" fill="none">
|
|
2
|
+
<rect id="outline/link disconnected" width="24.000000" height="24.000000" x="0.000000" y="0.000000" fill="rgb(255,255,255)" fill-opacity="0" />
|
|
3
|
+
<path id="Vector 50" d="M0 -8.74228e-08L1.5 0" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" transform="matrix(4.37114e-08,1,-1,4.37114e-08,10,5.5)" />
|
|
4
|
+
<path id="Vector 52" d="M0 -8.74228e-08L1.5 0" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" transform="matrix(4.37114e-08,1,-1,4.37114e-08,14,17)" />
|
|
5
|
+
<path id="Vector 51" d="M5.5 10L7 10" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" />
|
|
6
|
+
<path id="Vector 53" d="M17 14L18.5 14" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" />
|
|
7
|
+
<path id="Vector 45" d="M16 12L17 11C18.1046 9.89543 18.1046 8.10457 17 7C15.8954 5.89543 14.1046 5.89543 13 7L12 8" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" />
|
|
8
|
+
<path id="Vector 46" d="M4 7L5 6C6.10457 4.89543 6.10457 3.10457 5 2C3.89543 0.89543 2.10457 0.89543 1 2L0 3" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.200000" transform="matrix(-1,0,0,-1,12,19)" />
|
|
9
|
+
</svg>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<div class="itf-text-field input-group form-control p-0" :class="{ 'is-invalid': isInvalid(), 'is-valid': isSuccess() }">
|
|
4
4
|
<slot name="addon">
|
|
5
|
-
<div class="input-group-text prepend" v-if="prependIcon">
|
|
5
|
+
<div class="input-group-text prepend text-muted" v-if="prependIcon">
|
|
6
6
|
<itf-icon :size="small ? 18 : 20" :name="prependIcon"/>
|
|
7
7
|
</div>
|
|
8
8
|
</slot>
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
:max="max"
|
|
31
31
|
:step="step"
|
|
32
32
|
/>
|
|
33
|
-
<div class="input-group-text append" v-if="postfix">
|
|
33
|
+
<div class="input-group-text append text-muted" v-if="postfix">
|
|
34
34
|
{{ postfix }}
|
|
35
35
|
</div>
|
|
36
36
|
|