shared-ritm 1.3.98 → 1.3.100

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.
Files changed (100) hide show
  1. package/README.md +103 -103
  2. package/dist/index.css +1 -1
  3. package/dist/shared-ritm.es.js +30 -21
  4. package/dist/shared-ritm.umd.js +3 -3
  5. package/dist/types/api/services/GanttService.d.ts +6 -0
  6. package/dist/types/api/services/InstrumentsService.d.ts +2 -1
  7. package/dist/types/api/types/Api_Instruments.d.ts +20 -0
  8. package/package.json +1 -1
  9. package/src/api/services/BrigadesService.ts +32 -32
  10. package/src/api/services/CommentsService.ts +24 -24
  11. package/src/api/services/FileService.ts +17 -17
  12. package/src/api/services/GanttService.ts +58 -47
  13. package/src/api/services/InstrumentsService.ts +5 -1
  14. package/src/api/services/ModulesService.ts +27 -27
  15. package/src/api/services/ProjectsService.ts +83 -83
  16. package/src/api/services/ScheduleService.ts +69 -69
  17. package/src/api/services/SearchService.ts +22 -22
  18. package/src/api/services/TasksService.ts +157 -157
  19. package/src/api/settings/ApiService.ts +184 -184
  20. package/src/api/types/Api_Brigades.ts +36 -36
  21. package/src/api/types/Api_Comment.ts +40 -40
  22. package/src/api/types/Api_Files.ts +7 -7
  23. package/src/api/types/Api_Instruments.ts +22 -1
  24. package/src/api/types/Api_Modules.ts +21 -21
  25. package/src/api/types/Api_Projects.ts +62 -62
  26. package/src/api/types/Api_Schedule.ts +64 -64
  27. package/src/api/types/Api_Service.ts +9 -9
  28. package/src/common/app-button/AppButton.vue +173 -173
  29. package/src/common/app-date-picker/AppDatePicker.vue +81 -81
  30. package/src/common/app-datepicker/AppDatepicker.vue +218 -218
  31. package/src/common/app-dropdown/AppDropdown.vue +37 -37
  32. package/src/common/app-file/AppFile.vue +80 -80
  33. package/src/common/app-input/AppInput.vue +150 -150
  34. package/src/common/app-input-search/AppInputSearch.vue +174 -174
  35. package/src/common/app-layout/AppLayout.vue +84 -84
  36. package/src/common/app-layout/components/AppLayoutPage.vue +16 -16
  37. package/src/common/app-loader/index.vue +43 -43
  38. package/src/common/app-page-layout/AppPageLayout.vue +122 -122
  39. package/src/common/app-sheet/AppSheet.vue +120 -120
  40. package/src/common/app-sheet-new/AppSheetNew.vue +244 -244
  41. package/src/common/app-sidebar/components/SidebarMenu.vue +37 -37
  42. package/src/common/app-sidebar/components/SidebarMenuItem.vue +149 -149
  43. package/src/common/app-table/AppTableLayout.vue +137 -137
  44. package/src/common/app-table/components/TablePagination.vue +152 -152
  45. package/src/common/app-table/components/TableSearch.vue +76 -76
  46. package/src/common/app-table/controllers/useBaseTable.ts +45 -45
  47. package/src/global.d.ts +1 -1
  48. package/src/icons/components/arrow-down-icon.vue +25 -25
  49. package/src/icons/components/arrow-frame-icon.vue +19 -19
  50. package/src/icons/components/arrow-square.vue +22 -22
  51. package/src/icons/components/table-filter-icon.vue +30 -30
  52. package/src/icons/dialogs/RemoveIcon.vue +12 -12
  53. package/src/icons/dialogs/SafetyIcon.vue +12 -12
  54. package/src/icons/header/NotificationIcon.vue +18 -18
  55. package/src/icons/header/PersonIcon.vue +11 -11
  56. package/src/icons/header/SettingIcon.vue +14 -14
  57. package/src/icons/header/flashIcon.vue +24 -24
  58. package/src/icons/header/searchStatusIcon.vue +24 -24
  59. package/src/icons/header/smallCapsIcon.vue +34 -34
  60. package/src/icons/sidebar/assign-module-icon.vue +36 -36
  61. package/src/icons/sidebar/instrument-history-icon.vue +32 -32
  62. package/src/icons/sidebar/instrument-order-icon.vue +38 -38
  63. package/src/icons/sidebar/instrument-work-zone-icon.vue +18 -18
  64. package/src/icons/sidebar/instruments-icon.vue +45 -45
  65. package/src/icons/sidebar/logo-icon.vue +15 -15
  66. package/src/icons/sidebar/logout-icon.vue +13 -13
  67. package/src/icons/sidebar/modules-icon.vue +16 -16
  68. package/src/icons/sidebar/notifications-icon.vue +24 -24
  69. package/src/icons/sidebar/order-icon.vue +44 -44
  70. package/src/icons/sidebar/pass-icon.vue +38 -38
  71. package/src/icons/sidebar/positions-icon.vue +42 -42
  72. package/src/icons/sidebar/preorder-icon.vue +19 -19
  73. package/src/icons/sidebar/projects-icon.vue +31 -31
  74. package/src/icons/sidebar/repair-object-icon.vue +18 -18
  75. package/src/icons/sidebar/repairs-icon.vue +20 -20
  76. package/src/icons/sidebar/roles-icon.vue +26 -26
  77. package/src/icons/sidebar/status-history-icon.vue +24 -24
  78. package/src/icons/sidebar/tasks-icon.vue +28 -28
  79. package/src/icons/sidebar/tasks_tasks-icon.vue +39 -39
  80. package/src/icons/sidebar/tasks_today-icon.vue +27 -27
  81. package/src/icons/sidebar/teams-icon.vue +32 -32
  82. package/src/icons/sidebar/user-icon.vue +18 -18
  83. package/src/icons/sidebar/users-icon.vue +46 -46
  84. package/src/icons/sidebar/videosources-icon.vue +19 -19
  85. package/src/icons/sidebar/videowall-icon.vue +13 -13
  86. package/src/icons/sidebar/videozones-icon.vue +21 -21
  87. package/src/icons/sidebar/warehouses-icon.vue +43 -43
  88. package/src/icons/sidebar/workshop-icon.vue +100 -100
  89. package/src/icons/sidebar/workzones-icon.vue +22 -22
  90. package/src/icons/task/attention-icon.vue +13 -13
  91. package/src/icons/task/clock-icon.vue +10 -10
  92. package/src/icons/task/delete-icon.vue +10 -10
  93. package/src/icons/task/fire-icon.vue +16 -16
  94. package/src/main.ts +28 -28
  95. package/src/quasar-user-options.ts +17 -17
  96. package/src/router/index.ts +10 -10
  97. package/src/shims-vue.d.ts +5 -5
  98. package/src/utils/confirm.ts +12 -12
  99. package/src/utils/faceApiHelper.ts +132 -132
  100. package/src/utils/notification.ts +9 -9
@@ -1,46 +1,46 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
- <path
4
- d="M18 7.16019C17.94 7.15019 17.87 7.15019 17.81 7.16019C16.43 7.11019 15.33 5.98018 15.33 4.58018C15.33 3.15018 16.48 2.00018 17.91 2.00018C19.34 2.00018 20.49 3.16018 20.49 4.58018C20.48 5.98018 19.38 7.11019 18 7.16019Z"
5
- stroke="currentStroke"
6
- stroke-width="1.5"
7
- stroke-linecap="round"
8
- stroke-linejoin="round"
9
- />
10
- <path
11
- d="M16.9698 14.4401C18.3398 14.6701 19.8498 14.4301 20.9098 13.7201C22.3198 12.7801 22.3198 11.2401 20.9098 10.3001C19.8398 9.5901 18.3098 9.35009 16.9398 9.59009"
12
- stroke="currentStroke"
13
- stroke-width="1.5"
14
- stroke-linecap="round"
15
- stroke-linejoin="round"
16
- />
17
- <path
18
- d="M5.9701 7.16037C6.0301 7.15037 6.1001 7.15037 6.1601 7.16037C7.5401 7.11037 8.6401 5.98037 8.6401 4.58037C8.6401 3.15037 7.4901 2.00037 6.0601 2.00037C4.6301 2.00037 3.4801 3.16037 3.4801 4.58037C3.4901 5.98037 4.5901 7.11037 5.9701 7.16037Z"
19
- stroke="currentStroke"
20
- stroke-width="1.5"
21
- stroke-linecap="round"
22
- stroke-linejoin="round"
23
- />
24
- <path
25
- d="M7.00006 14.4401C5.63006 14.6701 4.12006 14.4301 3.06006 13.7201C1.65006 12.7801 1.65006 11.2401 3.06006 10.3001C4.13006 9.5901 5.66006 9.35009 7.03006 9.59009"
26
- stroke="currentStroke"
27
- stroke-width="1.5"
28
- stroke-linecap="round"
29
- stroke-linejoin="round"
30
- />
31
- <path
32
- d="M12.0001 14.6302C11.9401 14.6202 11.8701 14.6202 11.8101 14.6302C10.4301 14.5802 9.33008 13.4502 9.33008 12.0502C9.33008 10.6202 10.4801 9.47021 11.9101 9.47021C13.3401 9.47021 14.4901 10.6302 14.4901 12.0502C14.4801 13.4502 13.3801 14.5902 12.0001 14.6302Z"
33
- stroke="currentStroke"
34
- stroke-width="1.5"
35
- stroke-linecap="round"
36
- stroke-linejoin="round"
37
- />
38
- <path
39
- d="M9.09021 17.7804C7.68021 18.7204 7.68021 20.2603 9.09021 21.2003C10.6902 22.2703 13.3102 22.2703 14.9102 21.2003C16.3202 20.2603 16.3202 18.7204 14.9102 17.7804C13.3202 16.7204 10.6902 16.7204 9.09021 17.7804Z"
40
- stroke="currentStroke"
41
- stroke-width="1.5"
42
- stroke-linecap="round"
43
- stroke-linejoin="round"
44
- />
45
- </svg>
46
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
+ <path
4
+ d="M18 7.16019C17.94 7.15019 17.87 7.15019 17.81 7.16019C16.43 7.11019 15.33 5.98018 15.33 4.58018C15.33 3.15018 16.48 2.00018 17.91 2.00018C19.34 2.00018 20.49 3.16018 20.49 4.58018C20.48 5.98018 19.38 7.11019 18 7.16019Z"
5
+ stroke="currentStroke"
6
+ stroke-width="1.5"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ />
10
+ <path
11
+ d="M16.9698 14.4401C18.3398 14.6701 19.8498 14.4301 20.9098 13.7201C22.3198 12.7801 22.3198 11.2401 20.9098 10.3001C19.8398 9.5901 18.3098 9.35009 16.9398 9.59009"
12
+ stroke="currentStroke"
13
+ stroke-width="1.5"
14
+ stroke-linecap="round"
15
+ stroke-linejoin="round"
16
+ />
17
+ <path
18
+ d="M5.9701 7.16037C6.0301 7.15037 6.1001 7.15037 6.1601 7.16037C7.5401 7.11037 8.6401 5.98037 8.6401 4.58037C8.6401 3.15037 7.4901 2.00037 6.0601 2.00037C4.6301 2.00037 3.4801 3.16037 3.4801 4.58037C3.4901 5.98037 4.5901 7.11037 5.9701 7.16037Z"
19
+ stroke="currentStroke"
20
+ stroke-width="1.5"
21
+ stroke-linecap="round"
22
+ stroke-linejoin="round"
23
+ />
24
+ <path
25
+ d="M7.00006 14.4401C5.63006 14.6701 4.12006 14.4301 3.06006 13.7201C1.65006 12.7801 1.65006 11.2401 3.06006 10.3001C4.13006 9.5901 5.66006 9.35009 7.03006 9.59009"
26
+ stroke="currentStroke"
27
+ stroke-width="1.5"
28
+ stroke-linecap="round"
29
+ stroke-linejoin="round"
30
+ />
31
+ <path
32
+ d="M12.0001 14.6302C11.9401 14.6202 11.8701 14.6202 11.8101 14.6302C10.4301 14.5802 9.33008 13.4502 9.33008 12.0502C9.33008 10.6202 10.4801 9.47021 11.9101 9.47021C13.3401 9.47021 14.4901 10.6302 14.4901 12.0502C14.4801 13.4502 13.3801 14.5902 12.0001 14.6302Z"
33
+ stroke="currentStroke"
34
+ stroke-width="1.5"
35
+ stroke-linecap="round"
36
+ stroke-linejoin="round"
37
+ />
38
+ <path
39
+ d="M9.09021 17.7804C7.68021 18.7204 7.68021 20.2603 9.09021 21.2003C10.6902 22.2703 13.3102 22.2703 14.9102 21.2003C16.3202 20.2603 16.3202 18.7204 14.9102 17.7804C13.3202 16.7204 10.6902 16.7204 9.09021 17.7804Z"
40
+ stroke="currentStroke"
41
+ stroke-width="1.5"
42
+ stroke-linecap="round"
43
+ stroke-linejoin="round"
44
+ />
45
+ </svg>
46
+ </template>
@@ -1,19 +1,19 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M11.9702 22C17.4931 22 21.9702 17.5228 21.9702 12C21.9702 6.47715 17.4931 2 11.9702 2C6.44737 2 1.97021 6.47715 1.97021 12C1.97021 17.5228 6.44737 22 11.9702 22Z"
5
- stroke="currentStroke"
6
- stroke-width="1.5"
7
- stroke-linecap="round"
8
- stroke-linejoin="round"
9
- />
10
- <path
11
- d="M12 16.23C14.3362 16.23 16.23 14.3362 16.23 12C16.23 9.66386 14.3362 7.77002 12 7.77002C9.66386 7.77002 7.77002 9.66386 7.77002 12C7.77002 14.3362 9.66386 16.23 12 16.23Z"
12
- stroke="currentStroke"
13
- stroke-width="1.5"
14
- stroke-miterlimit="10"
15
- stroke-linecap="round"
16
- stroke-linejoin="round"
17
- />
18
- </svg>
19
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M11.9702 22C17.4931 22 21.9702 17.5228 21.9702 12C21.9702 6.47715 17.4931 2 11.9702 2C6.44737 2 1.97021 6.47715 1.97021 12C1.97021 17.5228 6.44737 22 11.9702 22Z"
5
+ stroke="currentStroke"
6
+ stroke-width="1.5"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ />
10
+ <path
11
+ d="M12 16.23C14.3362 16.23 16.23 14.3362 16.23 12C16.23 9.66386 14.3362 7.77002 12 7.77002C9.66386 7.77002 7.77002 9.66386 7.77002 12C7.77002 14.3362 9.66386 16.23 12 16.23Z"
12
+ stroke="currentStroke"
13
+ stroke-width="1.5"
14
+ stroke-miterlimit="10"
15
+ stroke-linecap="round"
16
+ stroke-linejoin="round"
17
+ />
18
+ </svg>
19
+ </template>
@@ -1,13 +1,13 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M2 12H22" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
4
- <path
5
- d="M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z"
6
- stroke="currentStroke"
7
- stroke-width="1.5"
8
- stroke-linecap="round"
9
- stroke-linejoin="round"
10
- />
11
- <path d="M12 2V22" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
12
- </svg>
13
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M2 12H22" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
4
+ <path
5
+ d="M9 22H15C20 22 22 20 22 15V9C22 4 20 2 15 2H9C4 2 2 4 2 9V15C2 20 4 22 9 22Z"
6
+ stroke="currentStroke"
7
+ stroke-width="1.5"
8
+ stroke-linecap="round"
9
+ stroke-linejoin="round"
10
+ />
11
+ <path d="M12 2V22" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
12
+ </svg>
13
+ </template>
@@ -1,21 +1,21 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M21.0801 8.58003V15.42C21.0801 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0801 7.45003 21.0801 8.58003Z"
5
- stroke="currentStroke"
6
- stroke-width="1.5"
7
- stroke-linecap="round"
8
- stroke-linejoin="round"
9
- />
10
- <path
11
- d="M9.75 12V10.8C9.75 9.26001 10.84 8.63005 12.17 9.40005L13.21 10L14.25 10.6C15.58 11.37 15.58 12.63 14.25 13.4L13.21 14L12.17 14.6C10.84 15.37 9.75 14.74 9.75 13.2V12Z"
12
- stroke="currentStroke"
13
- stroke-width="1.5"
14
- stroke-miterlimit="10"
15
- stroke-linecap="round"
16
- stroke-linejoin="round"
17
- />
18
- </svg>
19
- </template>
20
-
21
- <script setup lang="ts"></script>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M21.0801 8.58003V15.42C21.0801 16.54 20.4802 17.58 19.5102 18.15L13.5702 21.58C12.6002 22.14 11.4002 22.14 10.4202 21.58L4.48016 18.15C3.51016 17.59 2.91016 16.55 2.91016 15.42V8.58003C2.91016 7.46003 3.51016 6.41999 4.48016 5.84999L10.4202 2.42C11.3902 1.86 12.5902 1.86 13.5702 2.42L19.5102 5.84999C20.4802 6.41999 21.0801 7.45003 21.0801 8.58003Z"
5
+ stroke="currentStroke"
6
+ stroke-width="1.5"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ />
10
+ <path
11
+ d="M9.75 12V10.8C9.75 9.26001 10.84 8.63005 12.17 9.40005L13.21 10L14.25 10.6C15.58 11.37 15.58 12.63 14.25 13.4L13.21 14L12.17 14.6C10.84 15.37 9.75 14.74 9.75 13.2V12Z"
12
+ stroke="currentStroke"
13
+ stroke-width="1.5"
14
+ stroke-miterlimit="10"
15
+ stroke-linecap="round"
16
+ stroke-linejoin="round"
17
+ />
18
+ </svg>
19
+ </template>
20
+
21
+ <script setup lang="ts"></script>
@@ -1,43 +1,43 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path
4
- d="M15.5 11H8.5C7.67 11 7 11.67 7 12.5V22H17V12.5C17 11.67 16.33 11 15.5 11Z"
5
- stroke="currentStroke"
6
- stroke-width="1.5"
7
- stroke-miterlimit="10"
8
- stroke-linecap="round"
9
- stroke-linejoin="round"
10
- />
11
- <path
12
- d="M2 22H22"
13
- stroke="currentStroke"
14
- stroke-width="1.5"
15
- stroke-miterlimit="10"
16
- stroke-linecap="round"
17
- stroke-linejoin="round"
18
- />
19
- <path
20
- d="M2.94995 22L2.99995 9.96999C2.99995 9.35999 3.28995 8.78004 3.76995 8.40004L10.77 2.95003C11.49 2.39003 12.5 2.39003 13.23 2.95003L20.23 8.39003C20.72 8.77003 21 9.34999 21 9.96999V22"
21
- stroke="currentStroke"
22
- stroke-width="1.5"
23
- stroke-miterlimit="10"
24
- stroke-linejoin="round"
25
- />
26
- <path
27
- d="M10 16.25V17.75"
28
- stroke="currentStroke"
29
- stroke-width="1.5"
30
- stroke-miterlimit="10"
31
- stroke-linecap="round"
32
- stroke-linejoin="round"
33
- />
34
- <path
35
- d="M10.5 7.5H13.5"
36
- stroke="currentStroke"
37
- stroke-width="1.5"
38
- stroke-miterlimit="10"
39
- stroke-linecap="round"
40
- stroke-linejoin="round"
41
- />
42
- </svg>
43
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path
4
+ d="M15.5 11H8.5C7.67 11 7 11.67 7 12.5V22H17V12.5C17 11.67 16.33 11 15.5 11Z"
5
+ stroke="currentStroke"
6
+ stroke-width="1.5"
7
+ stroke-miterlimit="10"
8
+ stroke-linecap="round"
9
+ stroke-linejoin="round"
10
+ />
11
+ <path
12
+ d="M2 22H22"
13
+ stroke="currentStroke"
14
+ stroke-width="1.5"
15
+ stroke-miterlimit="10"
16
+ stroke-linecap="round"
17
+ stroke-linejoin="round"
18
+ />
19
+ <path
20
+ d="M2.94995 22L2.99995 9.96999C2.99995 9.35999 3.28995 8.78004 3.76995 8.40004L10.77 2.95003C11.49 2.39003 12.5 2.39003 13.23 2.95003L20.23 8.39003C20.72 8.77003 21 9.34999 21 9.96999V22"
21
+ stroke="currentStroke"
22
+ stroke-width="1.5"
23
+ stroke-miterlimit="10"
24
+ stroke-linejoin="round"
25
+ />
26
+ <path
27
+ d="M10 16.25V17.75"
28
+ stroke="currentStroke"
29
+ stroke-width="1.5"
30
+ stroke-miterlimit="10"
31
+ stroke-linecap="round"
32
+ stroke-linejoin="round"
33
+ />
34
+ <path
35
+ d="M10.5 7.5H13.5"
36
+ stroke="currentStroke"
37
+ stroke-width="1.5"
38
+ stroke-miterlimit="10"
39
+ stroke-linecap="round"
40
+ stroke-linejoin="round"
41
+ />
42
+ </svg>
43
+ </template>
@@ -1,100 +1,100 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 30" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <g filter="url(#filter0_d_116_6675)">
4
- <path d="M11.99 12V22" stroke="currentStroke" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round" />
5
- </g>
6
- <g filter="url(#filter1_d_116_6675)">
7
- <path d="M15.99 12V22" stroke="currentStroke" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round" />
8
- </g>
9
- <path
10
- d="M2 22H22"
11
- stroke="currentStroke"
12
- stroke-width="1.5"
13
- stroke-miterlimit="10"
14
- stroke-linecap="round"
15
- stroke-linejoin="round"
16
- />
17
- <path
18
- d="M12 2C13.6 2.64 15.4 2.64 17 2V5C15.4 5.64 13.6 5.64 12 5V2Z"
19
- stroke="currentStroke"
20
- stroke-width="1.5"
21
- stroke-miterlimit="10"
22
- stroke-linecap="round"
23
- stroke-linejoin="round"
24
- />
25
- <path
26
- d="M12 5V8"
27
- stroke="currentStroke"
28
- stroke-width="1.5"
29
- stroke-miterlimit="10"
30
- stroke-linecap="round"
31
- stroke-linejoin="round"
32
- />
33
- <path
34
- d="M17 8H7C5 8 4 9 4 11V22H20V11C20 9 19 8 17 8Z"
35
- stroke="currentStroke"
36
- stroke-width="1.5"
37
- stroke-miterlimit="10"
38
- stroke-linecap="round"
39
- stroke-linejoin="round"
40
- />
41
- <path
42
- d="M4.58008 12H19.4201"
43
- stroke="currentStroke"
44
- stroke-width="1.5"
45
- stroke-miterlimit="10"
46
- stroke-linecap="round"
47
- stroke-linejoin="round"
48
- />
49
- <path d="M7.98999 12V22" stroke="currentStroke" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round" />
50
- <defs>
51
- <filter
52
- id="filter0_d_116_6675"
53
- x="7.23999"
54
- y="12"
55
- width="9.5"
56
- height="18"
57
- filterUnits="userSpaceOnUse"
58
- color-interpolation-filters="sRGB"
59
- >
60
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
61
- <feColorMatrix
62
- in="SourceAlpha"
63
- type="matrix"
64
- values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
65
- result="hardAlpha"
66
- />
67
- <feOffset dy="4" />
68
- <feGaussianBlur stdDeviation="2" />
69
- <feComposite in2="hardAlpha" operator="out" />
70
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
71
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_116_6675" />
72
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_116_6675" result="shape" />
73
- </filter>
74
- <filter
75
- id="filter1_d_116_6675"
76
- x="11.24"
77
- y="12"
78
- width="9.5"
79
- height="18"
80
- filterUnits="userSpaceOnUse"
81
- color-interpolation-filters="sRGB"
82
- >
83
- <feFlood flood-opacity="0" result="BackgroundImageFix" />
84
- <feColorMatrix
85
- in="SourceAlpha"
86
- type="matrix"
87
- values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
88
- result="hardAlpha"
89
- />
90
- <feOffset dy="4" />
91
- <feGaussianBlur stdDeviation="2" />
92
- <feComposite in2="hardAlpha" operator="out" />
93
- <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
94
- <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_116_6675" />
95
- <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_116_6675" result="shape" />
96
- </filter>
97
- </defs>
98
- </svg>
99
- </template>
100
- <script setup lang="ts"></script>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 30" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <g filter="url(#filter0_d_116_6675)">
4
+ <path d="M11.99 12V22" stroke="currentStroke" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round" />
5
+ </g>
6
+ <g filter="url(#filter1_d_116_6675)">
7
+ <path d="M15.99 12V22" stroke="currentStroke" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round" />
8
+ </g>
9
+ <path
10
+ d="M2 22H22"
11
+ stroke="currentStroke"
12
+ stroke-width="1.5"
13
+ stroke-miterlimit="10"
14
+ stroke-linecap="round"
15
+ stroke-linejoin="round"
16
+ />
17
+ <path
18
+ d="M12 2C13.6 2.64 15.4 2.64 17 2V5C15.4 5.64 13.6 5.64 12 5V2Z"
19
+ stroke="currentStroke"
20
+ stroke-width="1.5"
21
+ stroke-miterlimit="10"
22
+ stroke-linecap="round"
23
+ stroke-linejoin="round"
24
+ />
25
+ <path
26
+ d="M12 5V8"
27
+ stroke="currentStroke"
28
+ stroke-width="1.5"
29
+ stroke-miterlimit="10"
30
+ stroke-linecap="round"
31
+ stroke-linejoin="round"
32
+ />
33
+ <path
34
+ d="M17 8H7C5 8 4 9 4 11V22H20V11C20 9 19 8 17 8Z"
35
+ stroke="currentStroke"
36
+ stroke-width="1.5"
37
+ stroke-miterlimit="10"
38
+ stroke-linecap="round"
39
+ stroke-linejoin="round"
40
+ />
41
+ <path
42
+ d="M4.58008 12H19.4201"
43
+ stroke="currentStroke"
44
+ stroke-width="1.5"
45
+ stroke-miterlimit="10"
46
+ stroke-linecap="round"
47
+ stroke-linejoin="round"
48
+ />
49
+ <path d="M7.98999 12V22" stroke="currentStroke" stroke-width="1.5" stroke-miterlimit="10" stroke-linejoin="round" />
50
+ <defs>
51
+ <filter
52
+ id="filter0_d_116_6675"
53
+ x="7.23999"
54
+ y="12"
55
+ width="9.5"
56
+ height="18"
57
+ filterUnits="userSpaceOnUse"
58
+ color-interpolation-filters="sRGB"
59
+ >
60
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
61
+ <feColorMatrix
62
+ in="SourceAlpha"
63
+ type="matrix"
64
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
65
+ result="hardAlpha"
66
+ />
67
+ <feOffset dy="4" />
68
+ <feGaussianBlur stdDeviation="2" />
69
+ <feComposite in2="hardAlpha" operator="out" />
70
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
71
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_116_6675" />
72
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_116_6675" result="shape" />
73
+ </filter>
74
+ <filter
75
+ id="filter1_d_116_6675"
76
+ x="11.24"
77
+ y="12"
78
+ width="9.5"
79
+ height="18"
80
+ filterUnits="userSpaceOnUse"
81
+ color-interpolation-filters="sRGB"
82
+ >
83
+ <feFlood flood-opacity="0" result="BackgroundImageFix" />
84
+ <feColorMatrix
85
+ in="SourceAlpha"
86
+ type="matrix"
87
+ values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
88
+ result="hardAlpha"
89
+ />
90
+ <feOffset dy="4" />
91
+ <feGaussianBlur stdDeviation="2" />
92
+ <feComposite in2="hardAlpha" operator="out" />
93
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" />
94
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_116_6675" />
95
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_116_6675" result="shape" />
96
+ </filter>
97
+ </defs>
98
+ </svg>
99
+ </template>
100
+ <script setup lang="ts"></script>
@@ -1,22 +1,22 @@
1
- <template>
2
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
- <path d="M17 3H21V7" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
4
- <path d="M15 9L21 3" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
5
- <path d="M7 21H3V17" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
6
- <path d="M9 15L3 21" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
7
- <path
8
- d="M14.02 2.20001C13.37 2.07001 12.69 2 12 2C6.48 2 2 6.48 2 12C2 12.69 2.07001 13.36 2.20001 14"
9
- stroke="currentStroke"
10
- stroke-width="1.5"
11
- stroke-linecap="round"
12
- stroke-linejoin="round"
13
- />
14
- <path
15
- d="M9.97998 21.8C10.63 21.93 11.31 22 12 22C17.52 22 22 17.52 22 12C22 11.32 21.93 10.65 21.8 10"
16
- stroke="currentStroke"
17
- stroke-width="1.5"
18
- stroke-linecap="round"
19
- stroke-linejoin="round"
20
- />
21
- </svg>
22
- </template>
1
+ <template>
2
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
3
+ <path d="M17 3H21V7" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
4
+ <path d="M15 9L21 3" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
5
+ <path d="M7 21H3V17" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
6
+ <path d="M9 15L3 21" stroke="currentStroke" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
7
+ <path
8
+ d="M14.02 2.20001C13.37 2.07001 12.69 2 12 2C6.48 2 2 6.48 2 12C2 12.69 2.07001 13.36 2.20001 14"
9
+ stroke="currentStroke"
10
+ stroke-width="1.5"
11
+ stroke-linecap="round"
12
+ stroke-linejoin="round"
13
+ />
14
+ <path
15
+ d="M9.97998 21.8C10.63 21.93 11.31 22 12 22C17.52 22 22 17.52 22 12C22 11.32 21.93 10.65 21.8 10"
16
+ stroke="currentStroke"
17
+ stroke-width="1.5"
18
+ stroke-linecap="round"
19
+ stroke-linejoin="round"
20
+ />
21
+ </svg>
22
+ </template>
@@ -1,13 +1,13 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
- <path
4
- d="M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z"
5
- stroke="#F65160"
6
- stroke-width="1.5"
7
- stroke-linecap="round"
8
- stroke-linejoin="round"
9
- />
10
- <path d="M12 8V13" stroke="#F65160" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
11
- <path d="M11.9941 16H12.0031" stroke="#F65160" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
12
- </svg>
13
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
+ <path
4
+ d="M12 22C17.5 22 22 17.5 22 12C22 6.5 17.5 2 12 2C6.5 2 2 6.5 2 12C2 17.5 6.5 22 12 22Z"
5
+ stroke="#F65160"
6
+ stroke-width="1.5"
7
+ stroke-linecap="round"
8
+ stroke-linejoin="round"
9
+ />
10
+ <path d="M12 8V13" stroke="#F65160" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" />
11
+ <path d="M11.9941 16H12.0031" stroke="#F65160" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
12
+ </svg>
13
+ </template>
@@ -1,10 +1,10 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
- <path
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM12.9933 6.88338C12.9355 6.38604 12.5128 6 12 6C11.4477 6 11 6.44772 11 7V12.25L11.0086 12.3808C11.0539 12.7247 11.2756 13.0246 11.5992 13.1662L15.5992 14.9162L15.7087 14.9567C16.1875 15.1032 16.7106 14.8707 16.9162 14.4008L16.9567 14.2913C17.1032 13.8125 16.8707 13.2894 16.4008 13.0838L13 11.596V7L12.9933 6.88338Z"
7
- fill="#7D8592"
8
- />
9
- </svg>
10
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
+ <path
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM12 4C16.4183 4 20 7.58172 20 12C20 16.4183 16.4183 20 12 20C7.58172 20 4 16.4183 4 12C4 7.58172 7.58172 4 12 4ZM12.9933 6.88338C12.9355 6.38604 12.5128 6 12 6C11.4477 6 11 6.44772 11 7V12.25L11.0086 12.3808C11.0539 12.7247 11.2756 13.0246 11.5992 13.1662L15.5992 14.9162L15.7087 14.9567C16.1875 15.1032 16.7106 14.8707 16.9162 14.4008L16.9567 14.2913C17.1032 13.8125 16.8707 13.2894 16.4008 13.0838L13 11.596V7L12.9933 6.88338Z"
7
+ fill="#7D8592"
8
+ />
9
+ </svg>
10
+ </template>
@@ -1,10 +1,10 @@
1
- <template>
2
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
- <path
4
- fill-rule="evenodd"
5
- clip-rule="evenodd"
6
- d="M14 1C15.5977 1 16.9037 2.24892 16.9949 3.82373L17 4V5H19H21C21.5523 5 22 5.44772 22 6C22 6.51284 21.614 6.93551 21.1166 6.99327L21 7H20V20C20 21.5977 18.7511 22.9037 17.1763 22.9949L17 23H7C5.40232 23 4.09634 21.7511 4.00509 20.1763L4 20V7H3C2.44772 7 2 6.55228 2 6C2 5.48716 2.38604 5.06449 2.88338 5.00673L3 5H5H7V4C7 2.40232 8.24892 1.09634 9.82373 1.00509L10 1H14ZM6 7V20C6 20.5128 6.38604 20.9355 6.88338 20.9933L7 21H17C17.5128 21 17.9355 20.614 17.9933 20.1166L18 20V7H16H8H6ZM15 5H9V4L9.00673 3.88338C9.06449 3.38604 9.48716 3 10 3H14L14.1166 3.00673C14.614 3.06449 15 3.48716 15 4V5ZM10 10C10.5128 10 10.9355 10.386 10.9933 10.8834L11 11V17C11 17.5523 10.5523 18 10 18C9.48716 18 9.06449 17.614 9.00673 17.1166L9 17V11C9 10.4477 9.44772 10 10 10ZM14.9933 10.8834C14.9355 10.386 14.5128 10 14 10C13.4477 10 13 10.4477 13 11V17L13.0067 17.1166C13.0645 17.614 13.4872 18 14 18C14.5523 18 15 17.5523 15 17V11L14.9933 10.8834Z"
7
- fill="#F65160"
8
- />
9
- </svg>
10
- </template>
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
3
+ <path
4
+ fill-rule="evenodd"
5
+ clip-rule="evenodd"
6
+ d="M14 1C15.5977 1 16.9037 2.24892 16.9949 3.82373L17 4V5H19H21C21.5523 5 22 5.44772 22 6C22 6.51284 21.614 6.93551 21.1166 6.99327L21 7H20V20C20 21.5977 18.7511 22.9037 17.1763 22.9949L17 23H7C5.40232 23 4.09634 21.7511 4.00509 20.1763L4 20V7H3C2.44772 7 2 6.55228 2 6C2 5.48716 2.38604 5.06449 2.88338 5.00673L3 5H5H7V4C7 2.40232 8.24892 1.09634 9.82373 1.00509L10 1H14ZM6 7V20C6 20.5128 6.38604 20.9355 6.88338 20.9933L7 21H17C17.5128 21 17.9355 20.614 17.9933 20.1166L18 20V7H16H8H6ZM15 5H9V4L9.00673 3.88338C9.06449 3.38604 9.48716 3 10 3H14L14.1166 3.00673C14.614 3.06449 15 3.48716 15 4V5ZM10 10C10.5128 10 10.9355 10.386 10.9933 10.8834L11 11V17C11 17.5523 10.5523 18 10 18C9.48716 18 9.06449 17.614 9.00673 17.1166L9 17V11C9 10.4477 9.44772 10 10 10ZM14.9933 10.8834C14.9355 10.386 14.5128 10 14 10C13.4477 10 13 10.4477 13 11V17L13.0067 17.1166C13.0645 17.614 13.4872 18 14 18C14.5523 18 15 17.5523 15 17V11L14.9933 10.8834Z"
7
+ fill="#F65160"
8
+ />
9
+ </svg>
10
+ </template>