bfg-common 1.4.118 → 1.4.120

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 (1001) hide show
  1. package/.eslintrc.js +21 -21
  2. package/.idea/inspectionProfiles/Project_Default.xml +50 -50
  3. package/.idea/modules.xml +7 -7
  4. package/.idea/prettier.xml +5 -5
  5. package/.idea/uikit.iml +11 -11
  6. package/.idea/vcs.xml +5 -5
  7. package/.prettierrc +4 -4
  8. package/PROJECT_STRUCTURE.md +42 -42
  9. package/README.md +42 -42
  10. package/assets/img/icons/icon-hcs.svg +3 -3
  11. package/assets/img/icons/icon-life-m-dark.svg +3 -3
  12. package/assets/img/icons/icon-life-m-light.svg +3 -3
  13. package/assets/img/icons/icon-ro-dark.svg +1 -1
  14. package/assets/img/icons/icon-ro-light.svg +2 -2
  15. package/assets/img/icons/icons-sprite-dark-1.svg +11 -13
  16. package/assets/img/icons/icons-sprite-dark-2.svg +2 -2
  17. package/assets/img/icons/icons-sprite-dark-3.svg +11 -13
  18. package/assets/img/icons/icons-sprite-dark-4.svg +5 -3
  19. package/assets/img/icons/icons-sprite-dark-5.svg +25 -28
  20. package/assets/img/icons/icons-sprite-dark-6.svg +81 -1
  21. package/assets/img/icons/icons-sprite-light-1.svg +11 -13
  22. package/assets/img/icons/icons-sprite-light-2.svg +2 -2
  23. package/assets/img/icons/icons-sprite-light-3.svg +11 -13
  24. package/assets/img/icons/icons-sprite-light-4.svg +5 -3
  25. package/assets/img/icons/icons-sprite-light-5.svg +25 -28
  26. package/assets/img/icons/icons-sprite-light-6.svg +81 -1
  27. package/assets/img/icons/info.svg +8 -8
  28. package/assets/img/icons/vc.svg +52 -52
  29. package/assets/img/logo copy.svg +50 -50
  30. package/assets/img/logo.svg +51 -51
  31. package/assets/localization/local_be.json +2584 -2584
  32. package/assets/localization/local_en.json +2588 -2588
  33. package/assets/localization/local_hy.json +2588 -2588
  34. package/assets/localization/local_kk.json +2587 -2587
  35. package/assets/localization/local_ru.json +2590 -2590
  36. package/assets/localization/local_zh.json +2586 -2586
  37. package/assets/scss/clarity/clr-ui.min.css +8 -8
  38. package/assets/scss/common/animations.scss +28 -28
  39. package/assets/scss/common/global.scss +195 -195
  40. package/assets/scss/common/icons/icons-1.scss +244 -244
  41. package/assets/scss/common/icons/icons-2.scss +263 -263
  42. package/assets/scss/common/icons/icons-3.scss +250 -250
  43. package/assets/scss/common/icons/icons-4.scss +273 -273
  44. package/assets/scss/common/icons/icons-5.scss +440 -440
  45. package/assets/scss/common/icons/icons-6.scss +84 -30
  46. package/assets/scss/common/icons/icons.scss +15 -15
  47. package/assets/scss/common/icons/lib-icons.scss +32 -32
  48. package/assets/scss/common/mixins.scss +39 -39
  49. package/assets/scss/common/normalize.scss +351 -351
  50. package/assets/scss/common/theme.scss +238 -238
  51. package/assets/scss/common/utilities.scss +20 -20
  52. package/assets/scss/common/variables.scss +44 -44
  53. package/assets/scss/components/auth.scss +177 -177
  54. package/assets/scss/main.scss +15 -15
  55. package/components/atoms/DiagramIcon.vue +371 -371
  56. package/components/atoms/TheIcon.vue +3249 -3249
  57. package/components/atoms/TheIcon2.vue +1368 -1368
  58. package/components/atoms/TheIconOld.vue +2444 -2444
  59. package/components/atoms/alert/Alert.vue +96 -96
  60. package/components/atoms/alert/Notification.vue +171 -171
  61. package/components/atoms/alert/lib/Alert.spec.ts +38 -38
  62. package/components/atoms/alert/lib/Notification.spec.ts +34 -34
  63. package/components/atoms/alert/lib/models/enums.ts +12 -12
  64. package/components/atoms/alert/lib/models/interfaces.ts +27 -27
  65. package/components/atoms/alert/lib/models/types.ts +11 -11
  66. package/components/atoms/autocomplete/Autocomplete.vue +239 -239
  67. package/components/atoms/collapse/CollapseNav.vue +164 -164
  68. package/components/atoms/collapse/CollapseNavItem.vue +218 -218
  69. package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
  70. package/components/atoms/combobox/Combobox.vue +152 -152
  71. package/components/atoms/datepicker/Datepicker.vue +630 -630
  72. package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
  73. package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
  74. package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
  75. package/components/atoms/dropdown/Portlet.vue +114 -114
  76. package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
  77. package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
  78. package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
  79. package/components/atoms/dropdown/tree/Tree.vue +137 -137
  80. package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
  81. package/components/atoms/input/Search.vue +16 -16
  82. package/components/atoms/lib/models/interfaces.ts +14 -14
  83. package/components/atoms/list/SelectList.vue +63 -63
  84. package/components/atoms/list/SimpleList.vue +29 -29
  85. package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
  86. package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
  87. package/components/atoms/loader/BarLoader.vue +27 -27
  88. package/components/atoms/loader/Loader.vue +30 -30
  89. package/components/atoms/loader/PreLoader.vue +38 -38
  90. package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
  91. package/components/atoms/modal/Modal.vue +248 -248
  92. package/components/atoms/modal/bySteps/lib/BySteps.spec.ts +66 -66
  93. package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +184 -184
  94. package/components/atoms/modal/lib/Modal.spec.ts +55 -55
  95. package/components/atoms/nav/NavBar.vue +139 -139
  96. package/components/atoms/nav/VerticalNavBar.vue +90 -90
  97. package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
  98. package/components/atoms/nav/lib/models/interfaces.ts +6 -6
  99. package/components/atoms/notificationBar/NotificationBar.vue +178 -178
  100. package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
  101. package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
  102. package/components/atoms/notificationBar/lib/models/types.ts +1 -1
  103. package/components/atoms/perPage/PerPage.vue +53 -53
  104. package/components/atoms/popover/Popover.vue +60 -60
  105. package/components/atoms/popup/SimplePopup.vue +91 -91
  106. package/components/atoms/select/TheSelect.vue +177 -177
  107. package/components/atoms/select/lib/models/interfaces.ts +5 -5
  108. package/components/atoms/stack/StackContent.vue +63 -63
  109. package/components/atoms/step/VerticalStep.vue +105 -105
  110. package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
  111. package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
  112. package/components/atoms/switch/Switch.vue +111 -111
  113. package/components/atoms/table/compact/Compact.vue +526 -526
  114. package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
  115. package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
  116. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
  117. package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
  118. package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
  119. package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
  120. package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
  121. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +67 -67
  122. package/components/atoms/table/dataGrid/lib/models/interfaces.ts +41 -41
  123. package/components/atoms/table/dataGrid/lib/models/types.ts +5 -5
  124. package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +36 -36
  125. package/components/atoms/table/info/Info.vue +61 -61
  126. package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
  127. package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
  128. package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
  129. package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
  130. package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
  131. package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
  132. package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
  133. package/components/atoms/tabs/Tabs.vue +214 -214
  134. package/components/atoms/tabs/VerticalTabs.vue +88 -88
  135. package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
  136. package/components/atoms/tabs/lib/models/types.ts +1 -1
  137. package/components/atoms/tooltip/Signpost.vue +227 -227
  138. package/components/atoms/tooltip/Text.vue +37 -37
  139. package/components/atoms/tooltip/Tooltip.vue +57 -57
  140. package/components/atoms/tooltip/TooltipError.vue +113 -113
  141. package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
  142. package/components/atoms/wizard/Wizard.vue +311 -311
  143. package/components/atoms/wizard/lib/models/enums.ts +8 -8
  144. package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
  145. package/components/atoms/wizard/lib/utils/utils.ts +804 -804
  146. package/components/atoms/wizard/step/Step.vue +87 -87
  147. package/components/common/BadBrowser.vue +118 -118
  148. package/components/common/accordion/Accordion.vue +177 -177
  149. package/components/common/accordion/Recursion.vue +218 -218
  150. package/components/common/accordion/lib/models/enums.ts +5 -5
  151. package/components/common/accordion/lib/models/interfaces.ts +16 -16
  152. package/components/common/accordion/lib/models/types.ts +1 -1
  153. package/components/common/accordion/lib/utils/accordion.ts +31 -31
  154. package/components/common/adapterManager/AdapterManager.vue +828 -828
  155. package/components/common/adapterManager/AddAdapterModal.vue +561 -561
  156. package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
  157. package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
  158. package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
  159. package/components/common/adapterManager/lib/config/index.ts +19 -19
  160. package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
  161. package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
  162. package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
  163. package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
  164. package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
  165. package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
  166. package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
  167. package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
  168. package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
  169. package/components/common/adapterManager/ui/table/Header.vue +93 -93
  170. package/components/common/adapterManager/ui/table/Table.vue +162 -162
  171. package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
  172. package/components/common/browse/Browse.vue +240 -240
  173. package/components/common/browse/blocks/Container.vue +105 -105
  174. package/components/common/browse/blocks/contents/Files.vue +72 -72
  175. package/components/common/browse/blocks/info/Size.vue +17 -17
  176. package/components/common/browse/blocks/info/Text.vue +16 -16
  177. package/components/common/browse/blocks/lib/models/types.ts +1 -1
  178. package/components/common/browse/lib/models/interfaces.ts +5 -5
  179. package/components/common/context/Context.vue +99 -99
  180. package/components/common/context/lib/Context.spec.ts +20 -20
  181. package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
  182. package/components/common/context/lib/models/interfaces.ts +27 -27
  183. package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
  184. package/components/common/countdownTimer/CountdownTimer.vue +50 -50
  185. package/components/common/details/DetailsItem.vue +109 -109
  186. package/components/common/details/DetailsList.vue +23 -23
  187. package/components/common/details/lib/models/interfaces.ts +11 -11
  188. package/components/common/diagramMain/Diagram.vue +234 -234
  189. package/components/common/diagramMain/DiagramMain.vue +871 -871
  190. package/components/common/diagramMain/Header.vue +211 -211
  191. package/components/common/diagramMain/Highlights.vue +124 -124
  192. package/components/common/diagramMain/adapter/Adapter.vue +123 -123
  193. package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
  194. package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
  195. package/components/common/diagramMain/adapter/Block.vue +48 -48
  196. package/components/common/diagramMain/adapter/Contents.vue +133 -133
  197. package/components/common/diagramMain/adapter/Lines.vue +58 -58
  198. package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
  199. package/components/common/diagramMain/lib/config/index.ts +70 -70
  200. package/components/common/diagramMain/lib/config/initial.ts +50 -50
  201. package/components/common/diagramMain/lib/models/enums.ts +44 -44
  202. package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
  203. package/components/common/diagramMain/lib/models/types.ts +16 -16
  204. package/components/common/diagramMain/lib/utils/utils.ts +278 -278
  205. package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
  206. package/components/common/diagramMain/modals/Modals.vue +442 -442
  207. package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
  208. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
  209. package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
  210. package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
  211. package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
  212. package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
  213. package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
  214. package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
  215. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
  216. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
  217. package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
  218. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
  219. package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
  220. package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
  221. package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
  222. package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
  223. package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
  224. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
  225. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
  226. package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
  227. package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
  228. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
  229. package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
  230. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
  231. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
  232. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
  233. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
  234. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
  235. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
  236. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
  237. package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
  238. package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
  239. package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
  240. package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
  241. package/components/common/diagramMain/network/Block.vue +64 -64
  242. package/components/common/diagramMain/network/Contents.vue +353 -353
  243. package/components/common/diagramMain/network/Lines.vue +76 -76
  244. package/components/common/diagramMain/network/Network.vue +133 -133
  245. package/components/common/diagramMain/network/NoNetwork.vue +61 -61
  246. package/components/common/diagramMain/network/SecondBlock.vue +60 -60
  247. package/components/common/diagramMain/port/Port.vue +405 -405
  248. package/components/common/diagramMain/port/Ports.vue +47 -47
  249. package/components/common/diagramMain/switch/Switch.vue +82 -82
  250. package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
  251. package/components/common/feedback/Buttons.vue +229 -229
  252. package/components/common/feedback/Feedback.vue +268 -268
  253. package/components/common/feedback/Message.vue +518 -518
  254. package/components/common/feedback/VisitPortal.vue +62 -62
  255. package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
  256. package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
  257. package/components/common/feedback/lib/models/interfaces.ts +20 -20
  258. package/components/common/feedback/lib/models/types.ts +1 -1
  259. package/components/common/graph/Graph.vue +110 -110
  260. package/components/common/graph/lib/utils/renderGraph.ts +389 -389
  261. package/components/common/headline/Headline.vue +32 -32
  262. package/components/common/help/navbar/left/Left.vue +165 -165
  263. package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
  264. package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
  265. package/components/common/help/navbar/right/Right.vue +149 -149
  266. package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
  267. package/components/common/home/Card.vue +63 -63
  268. package/components/common/home/ResourceBlock.vue +117 -117
  269. package/components/common/home/StatusContent.vue +47 -47
  270. package/components/common/home/alertsTable/AlertsTable.vue +114 -114
  271. package/components/common/home/alertsTable/lib/config/config.ts +61 -61
  272. package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
  273. package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
  274. package/components/common/home/alertsTable/lib/models/types.ts +18 -18
  275. package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
  276. package/components/common/home/lib/models/interfaces.ts +59 -59
  277. package/components/common/home/lib/models/types.ts +18 -18
  278. package/components/common/home/servicesTable/ServicesTable.vue +80 -80
  279. package/components/common/home/servicesTable/lib/config/config.ts +62 -62
  280. package/components/common/layout/theHeader/TheHeader.vue +112 -112
  281. package/components/common/layout/theHeader/TheHeaderNew.vue +304 -304
  282. package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
  283. package/components/common/layout/theHeader/ThemeSwitch.vue +66 -66
  284. package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
  285. package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
  286. package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
  287. package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
  288. package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
  289. package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +181 -181
  290. package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
  291. package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
  292. package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
  293. package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
  294. package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
  295. package/components/common/layout/theHeader/lib/models/types.ts +5 -5
  296. package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
  297. package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
  298. package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
  299. package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
  300. package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
  301. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
  302. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
  303. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
  304. package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
  305. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
  306. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
  307. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
  308. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
  309. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
  310. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
  311. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
  312. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
  313. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
  314. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
  315. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
  316. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
  317. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
  318. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
  319. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +32 -32
  320. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +35 -35
  321. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +31 -31
  322. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +49 -49
  323. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +1 -1
  324. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
  325. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +52 -52
  326. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatOld.vue +45 -45
  327. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +27 -27
  328. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types.ts +1 -1
  329. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +45 -45
  330. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +33 -33
  331. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +112 -112
  332. package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +162 -162
  333. package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
  334. package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
  335. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
  336. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
  337. package/components/common/lib/config/states.ts +160 -160
  338. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
  339. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +271 -271
  340. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
  341. package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
  342. package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
  343. package/components/common/modals/Confirmation.vue +110 -110
  344. package/components/common/modals/Rename.vue +166 -166
  345. package/components/common/modals/lib/config/defaultForm.ts +18 -18
  346. package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
  347. package/components/common/modals/lib/models/interfaces.ts +5 -5
  348. package/components/common/monitor/advanced/Advanced.vue +247 -247
  349. package/components/common/monitor/advanced/GraphView.vue +180 -180
  350. package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
  351. package/components/common/monitor/advanced/lib/models/types.ts +1 -1
  352. package/components/common/monitor/advanced/table/Table.vue +93 -93
  353. package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
  354. package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
  355. package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
  356. package/components/common/monitor/advanced/tools/Tools.vue +448 -448
  357. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
  358. package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
  359. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +157 -157
  360. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
  361. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
  362. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
  363. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
  364. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
  365. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +779 -779
  366. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
  367. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
  368. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +93 -93
  369. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
  370. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +113 -113
  371. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +251 -251
  372. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
  373. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
  374. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
  375. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
  376. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
  377. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
  378. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
  379. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
  380. package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
  381. package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
  382. package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
  383. package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
  384. package/components/common/monitor/lib/models/interfaces.ts +24 -24
  385. package/components/common/monitor/overview/Overview.vue +228 -228
  386. package/components/common/monitor/overview/filters/Filters.vue +228 -228
  387. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
  388. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
  389. package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +82 -82
  390. package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
  391. package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
  392. package/components/common/pages/Tasks.vue +120 -120
  393. package/components/common/pages/hardwareHealth/HardwareHealth.vue +195 -195
  394. package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +435 -435
  395. package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +10 -10
  396. package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +380 -380
  397. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +487 -487
  398. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +30 -30
  399. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +157 -157
  400. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +81 -81
  401. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
  402. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
  403. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +174 -174
  404. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
  405. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
  406. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
  407. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
  408. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +115 -115
  409. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/config/optionsMetrics.ts +17 -17
  410. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/interfaces.ts +15 -15
  411. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/types.ts +1 -1
  412. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +31 -31
  413. package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +82 -82
  414. package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/models/interfaces.ts +9 -9
  415. package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
  416. package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +44 -44
  417. package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
  418. package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
  419. package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
  420. package/components/common/pages/hardwareHealth/tableView/TableView.vue +194 -194
  421. package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
  422. package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +137 -137
  423. package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +133 -133
  424. package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +88 -88
  425. package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +72 -72
  426. package/components/common/pages/hardwareHealth/tableView/lib/config/tableKeys.ts +22 -22
  427. package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +29 -29
  428. package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +26 -26
  429. package/components/common/pages/hardwareHealth/tableView/modal/SensorWarning.vue +63 -63
  430. package/components/common/pages/hardwareHealth/toolsPanel/ToolsPanel.vue +51 -51
  431. package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +34 -34
  432. package/components/common/pages/hardwareHealth/toolsPanel/lib/models/types.ts +4 -4
  433. package/components/common/perPage/PerPage.vue +52 -52
  434. package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
  435. package/components/common/recursionTree/RecursionTree.vue +211 -211
  436. package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
  437. package/components/common/resource/lib/models/interfaces.ts +9 -9
  438. package/components/common/resource/lib/models/types.ts +1 -1
  439. package/components/common/resource/lib/utils.ts +44 -44
  440. package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
  441. package/components/common/resource/simple/Simple.vue +58 -58
  442. package/components/common/resource/simple/lib/models/enums.ts +6 -6
  443. package/components/common/select/button/ButtonDropdown.vue +102 -102
  444. package/components/common/select/button/lib/models/interfaces.ts +7 -7
  445. package/components/common/select/input/Input.vue +88 -88
  446. package/components/common/select/input/lib/models/interfaces.ts +5 -6
  447. package/components/common/select/radio/RadioGroup.vue +128 -128
  448. package/components/common/select/radio/lib/models/interfaces.ts +9 -9
  449. package/components/common/selectLanguage/SelectLanguage.vue +130 -130
  450. package/components/common/selectLanguage/lib/config/config.ts +34 -34
  451. package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
  452. package/components/common/shortcuts/Block.vue +96 -96
  453. package/components/common/shortcuts/Category.vue +41 -41
  454. package/components/common/shortcuts/Shortcuts.vue +44 -44
  455. package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
  456. package/components/common/spiceConsole/Drawer.vue +245 -245
  457. package/components/common/spiceConsole/SpiceConsole.vue +83 -83
  458. package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
  459. package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
  460. package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
  461. package/components/common/spiceConsole/lib/models/types.ts +1 -1
  462. package/components/common/split/horizontal/Horizontal.vue +70 -70
  463. package/components/common/split/horizontal/HorizontalNew.vue +330 -330
  464. package/components/common/split/horizontal/HorizontalOld.vue +307 -307
  465. package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
  466. package/components/common/split/vertical/Vertical.vue +213 -213
  467. package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
  468. package/components/common/tools/Actions.vue +172 -172
  469. package/components/common/tools/lib/models/interfaces.ts +7 -7
  470. package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
  471. package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
  472. package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
  473. package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
  474. package/components/common/vm/actions/add/lib/utils.ts +103 -103
  475. package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
  476. package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
  477. package/components/common/vm/actions/clone/lib/utils.ts +43 -43
  478. package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
  479. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
  480. package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
  481. package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
  482. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
  483. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
  484. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
  485. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -156
  486. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +270 -270
  487. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
  488. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
  489. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
  490. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
  491. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
  492. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
  493. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
  494. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
  495. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
  496. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
  497. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
  498. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
  499. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
  500. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
  501. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
  502. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
  503. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
  504. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
  505. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
  506. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
  507. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
  508. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
  509. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
  510. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
  511. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
  512. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
  513. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
  514. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
  515. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
  516. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
  517. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
  518. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
  519. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
  520. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
  521. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
  522. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
  523. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
  524. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
  525. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
  526. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
  527. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
  528. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
  529. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
  530. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
  531. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
  532. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
  533. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
  534. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
  535. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
  536. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
  537. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
  538. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
  539. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
  540. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
  541. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
  542. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
  543. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
  544. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
  545. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
  546. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
  547. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
  548. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
  549. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
  550. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
  551. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
  552. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
  553. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
  554. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
  555. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
  556. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
  557. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
  558. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
  559. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
  560. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
  561. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
  562. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
  563. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
  564. package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
  565. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
  566. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
  567. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
  568. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
  569. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
  570. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
  571. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
  572. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
  573. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
  574. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
  575. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
  576. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
  577. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
  578. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
  579. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
  580. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
  581. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
  582. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
  583. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
  584. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
  585. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
  586. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
  587. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
  588. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
  589. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
  590. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
  591. package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
  592. package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -345
  593. package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
  594. package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -149
  595. package/components/common/vm/actions/common/lib/models/types.ts +65 -65
  596. package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -51
  597. package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
  598. package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
  599. package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
  600. package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
  601. package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
  602. package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
  603. package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -34
  604. package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
  605. package/components/common/vm/actions/common/select/name/Name.vue +236 -236
  606. package/components/common/vm/actions/common/select/os/os.vue +232 -232
  607. package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
  608. package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
  609. package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
  610. package/components/common/vm/actions/confirm/Confirm.vue +39 -39
  611. package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
  612. package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
  613. package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
  614. package/components/common/vm/actions/lib/models/types.ts +11 -11
  615. package/components/common/vm/actions/lib/utils.ts +246 -246
  616. package/components/common/vm/lib/models/interfaces.ts +9 -9
  617. package/components/common/vm/lib/utils/powerActions.ts +55 -55
  618. package/components/common/weekSelect/WeekSelect.vue +143 -143
  619. package/components/common/weekSelect/lib/config/options.ts +10 -10
  620. package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
  621. package/components/common/wizards/datastore/add/Add.vue +307 -307
  622. package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
  623. package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
  624. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
  625. package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
  626. package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
  627. package/components/common/wizards/datastore/add/lib/validations.ts +169 -169
  628. package/components/common/wizards/datastore/add/local/Local.vue +45 -45
  629. package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
  630. package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
  631. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
  632. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
  633. package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
  634. package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
  635. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
  636. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
  637. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
  638. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
  639. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
  640. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
  641. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
  642. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +237 -237
  643. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
  644. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
  645. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
  646. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
  647. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
  648. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
  649. package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
  650. package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
  651. package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
  652. package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
  653. package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
  654. package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
  655. package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
  656. package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
  657. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
  658. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
  659. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
  660. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
  661. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
  662. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
  663. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
  664. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
  665. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
  666. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
  667. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
  668. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
  669. package/components/common/wizards/datastore/add/types/Types.vue +83 -83
  670. package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
  671. package/components/common/wizards/network/add/Add.vue +1036 -1036
  672. package/components/common/wizards/network/add/lib/config/index.ts +35 -35
  673. package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
  674. package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
  675. package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
  676. package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
  677. package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
  678. package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
  679. package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
  680. package/components/common/wizards/network/add/lib/models/types.ts +14 -14
  681. package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
  682. package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
  683. package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
  684. package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
  685. package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
  686. package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
  687. package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
  688. package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
  689. package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
  690. package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
  691. package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
  692. package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
  693. package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
  694. package/components/common/wizards/network/add/validations/common.ts +26 -26
  695. package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
  696. package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
  697. package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
  698. package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
  699. package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
  700. package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
  701. package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
  702. package/components/common/wizards/network/add/validations/validations.ts +43 -43
  703. package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
  704. package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
  705. package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
  706. package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
  707. package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
  708. package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
  709. package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
  710. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
  711. package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
  712. package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
  713. package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
  714. package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
  715. package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
  716. package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
  717. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
  718. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
  719. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
  720. package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
  721. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
  722. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
  723. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
  724. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
  725. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
  726. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
  727. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
  728. package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
  729. package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
  730. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
  731. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
  732. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
  733. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
  734. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
  735. package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
  736. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
  737. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
  738. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
  739. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
  740. package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
  741. package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
  742. package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
  743. package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
  744. package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
  745. package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
  746. package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
  747. package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
  748. package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
  749. package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
  750. package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
  751. package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
  752. package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
  753. package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
  754. package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
  755. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
  756. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
  757. package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
  758. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
  759. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
  760. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
  761. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
  762. package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
  763. package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
  764. package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
  765. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
  766. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
  767. package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
  768. package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
  769. package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
  770. package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
  771. package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
  772. package/components/content/Hint.vue +24 -24
  773. package/components/lib/models/interfaces.ts +14 -14
  774. package/composables/deepCopy.ts +21 -21
  775. package/composables/useAppVersion.ts +22 -22
  776. package/composables/useDiff.ts +15 -15
  777. package/composables/useEnvLanguage.ts +23 -23
  778. package/composables/useLocal.ts +44 -44
  779. package/composables/useLocalStorage.ts +45 -45
  780. package/composables/useThrottle.ts +32 -32
  781. package/composables/useUniqueId.ts +5 -5
  782. package/eslint/index.js +15 -15
  783. package/eslint/no-import-type.js +17 -17
  784. package/eslint/no-invalid-type-prefix.js +32 -32
  785. package/layouts/auth.vue +31 -31
  786. package/lib/config/regExp.ts +13 -13
  787. package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
  788. package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
  789. package/lib/models/composables/useMyFetch/types.ts +1 -1
  790. package/lib/models/enums.ts +35 -35
  791. package/lib/models/interfaces.ts +63 -63
  792. package/lib/models/plugins/date/interfaces.ts +5 -5
  793. package/lib/models/plugins/date/types.ts +1 -1
  794. package/lib/models/plugins/validation/interfaces.ts +21 -21
  795. package/lib/models/plugins/validation/types.ts +1 -1
  796. package/lib/models/store/host/interfaces.ts +38 -38
  797. package/lib/models/store/interfaces.ts +43 -43
  798. package/lib/models/store/network/interfaces.ts +13 -13
  799. package/lib/models/store/storage/interfaces.ts +32 -32
  800. package/lib/models/store/tasks/enums.ts +27 -27
  801. package/lib/models/store/tasks/interfaces.ts +122 -122
  802. package/lib/models/store/tasks/types.ts +2 -2
  803. package/lib/models/store/types.ts +43 -43
  804. package/lib/models/store/vm/interfaces.ts +234 -234
  805. package/lib/models/table/interfaces.ts +38 -38
  806. package/lib/models/table/types.ts +1 -1
  807. package/lib/models/types.ts +38 -38
  808. package/lib/utils/base64.ts +34 -34
  809. package/lib/utils/contentBuild.ts +34 -34
  810. package/lib/utils/notification.ts +22 -22
  811. package/lib/utils/sendTask.ts +73 -73
  812. package/minify.js +146 -146
  813. package/modules/fixContentBuild/index.ts +91 -91
  814. package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
  815. package/modules/fixSpiceConsoleBuild/index.ts +28 -28
  816. package/modules/replaceEnv/index.ts +40 -40
  817. package/nuxt.config.ts +8 -8
  818. package/package.json +42 -42
  819. package/plugins/binary.ts +158 -158
  820. package/plugins/date.ts +179 -179
  821. package/plugins/spice-console/spice.console.ts +147 -147
  822. package/plugins/text.ts +48 -48
  823. package/plugins/validation.ts +172 -172
  824. package/public/spice-console/application/WorkerProcess.js +3350 -3350
  825. package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
  826. package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
  827. package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
  828. package/public/spice-console/application/agent.js +175 -175
  829. package/public/spice-console/application/application.js +641 -641
  830. package/public/spice-console/application/checkActivity.js +50 -50
  831. package/public/spice-console/application/clientgui.js +842 -842
  832. package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
  833. package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
  834. package/public/spice-console/application/clipboard.js +82 -82
  835. package/public/spice-console/application/codec.js +263 -263
  836. package/public/spice-console/application/imagecache.js +81 -81
  837. package/public/spice-console/application/inputmanager.js +270 -270
  838. package/public/spice-console/application/packetfactory.js +202 -202
  839. package/public/spice-console/application/packetfilter.js +103 -103
  840. package/public/spice-console/application/packetprocess.js +75 -75
  841. package/public/spice-console/application/rasteroperation.js +118 -118
  842. package/public/spice-console/application/spiceconnection.js +197 -197
  843. package/public/spice-console/application/stream.js +67 -67
  844. package/public/spice-console/application/virtualmouse.js +109 -109
  845. package/public/spice-console/keymaps/keyevent.js +36 -36
  846. package/public/spice-console/keymaps/keymap.js +229 -229
  847. package/public/spice-console/keymaps/keymapes.js +375 -375
  848. package/public/spice-console/keymaps/keymapesObj.js +317 -317
  849. package/public/spice-console/keymaps/keymapus.js +317 -317
  850. package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
  851. package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
  852. package/public/spice-console/lib/AsyncConsumer.js +204 -204
  853. package/public/spice-console/lib/AsyncWorker.js +60 -60
  854. package/public/spice-console/lib/CollisionDetector.js +27 -27
  855. package/public/spice-console/lib/DataLogger.js +197 -197
  856. package/public/spice-console/lib/GenericObjectPool.js +152 -152
  857. package/public/spice-console/lib/GlobalPool.js +114 -114
  858. package/public/spice-console/lib/ImageUncompressor.js +138 -138
  859. package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
  860. package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
  861. package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
  862. package/public/spice-console/lib/base64.js +298 -298
  863. package/public/spice-console/lib/biginteger.js +1640 -1640
  864. package/public/spice-console/lib/bowser.js +276 -276
  865. package/public/spice-console/lib/decoder/dixie.js +7930 -7930
  866. package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
  867. package/public/spice-console/lib/displayRouter.js +83 -83
  868. package/public/spice-console/lib/encrypt.js +191 -191
  869. package/public/spice-console/lib/flipper.js +39 -39
  870. package/public/spice-console/lib/graphic.js +1230 -1230
  871. package/public/spice-console/lib/graphicdebug.js +223 -223
  872. package/public/spice-console/lib/images/jsquic_family.js +83 -83
  873. package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
  874. package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
  875. package/public/spice-console/lib/images/lz.js +717 -717
  876. package/public/spice-console/lib/images/png.js +275 -275
  877. package/public/spice-console/lib/jgestures.min.js +43 -43
  878. package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
  879. package/public/spice-console/lib/jquery-mousewheel.js +83 -83
  880. package/public/spice-console/lib/jquery-visibility.min.js +1 -1
  881. package/public/spice-console/lib/jsbn.js +578 -578
  882. package/public/spice-console/lib/jsbn2.js +675 -675
  883. package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
  884. package/public/spice-console/lib/modernizr.js +39 -39
  885. package/public/spice-console/lib/pixastic.js +3244 -3244
  886. package/public/spice-console/lib/prettyprint.js +794 -794
  887. package/public/spice-console/lib/prng4.js +64 -64
  888. package/public/spice-console/lib/queue.js +259 -259
  889. package/public/spice-console/lib/rasterEngine.js +907 -907
  890. package/public/spice-console/lib/rng.js +87 -87
  891. package/public/spice-console/lib/runqueue.js +103 -103
  892. package/public/spice-console/lib/sha1.js +124 -124
  893. package/public/spice-console/lib/stuckkeyshandler.js +122 -122
  894. package/public/spice-console/lib/timelapsedetector.js +62 -62
  895. package/public/spice-console/lib/utils.js +327 -327
  896. package/public/spice-console/lib/virtualjoystick.js +370 -370
  897. package/public/spice-console/network/busconnection.js +195 -195
  898. package/public/spice-console/network/clusternodechooser.js +49 -49
  899. package/public/spice-console/network/connectioncontrol.js +60 -60
  900. package/public/spice-console/network/packetcontroller.js +62 -62
  901. package/public/spice-console/network/packetextractor.js +73 -73
  902. package/public/spice-console/network/packetlinkfactory.js +64 -64
  903. package/public/spice-console/network/packetreassembler.js +77 -77
  904. package/public/spice-console/network/reassemblerfactory.js +39 -39
  905. package/public/spice-console/network/sizedefiner.js +86 -86
  906. package/public/spice-console/network/socket.js +120 -120
  907. package/public/spice-console/network/socketqueue.js +95 -95
  908. package/public/spice-console/network/spicechannel.js +375 -375
  909. package/public/spice-console/network/websocketwrapper.js +75 -75
  910. package/public/spice-console/process/busprocess.js +309 -309
  911. package/public/spice-console/process/cursorprocess.js +110 -110
  912. package/public/spice-console/process/displaypreprocess.js +152 -152
  913. package/public/spice-console/process/displayprocess.js +210 -210
  914. package/public/spice-console/process/inputprocess.js +203 -203
  915. package/public/spice-console/process/mainprocess.js +78 -78
  916. package/public/spice-console/process/playbackprocess.js +233 -233
  917. package/public/spice-console/run.js +180 -180
  918. package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
  919. package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
  920. package/public/spice-console/swcanvas/swcanvas.js +82 -82
  921. package/public/spice-console/tools/generate.php +269 -269
  922. package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
  923. package/public/spice-console/tools/generateSpiceObject.php +81 -81
  924. package/store/main/lib/interfaces.ts +9 -9
  925. package/store/storage/device/lib/models/interfaces.ts +26 -26
  926. package/store/tasks/actions.ts +133 -133
  927. package/store/tasks/getters.ts +25 -25
  928. package/store/tasks/lib/models/interfaces.ts +18 -18
  929. package/store/tasks/mappers/tasks.ts +42 -42
  930. package/store/tasks/mutations.ts +58 -58
  931. package/store/tasks/state.ts +16 -16
  932. package/store/tasks/store.ts +12 -12
  933. package/tsconfig.json +4 -4
  934. package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +0 -61
  935. package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +0 -84
  936. package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +0 -62
  937. package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +0 -5
  938. package/components/common/wizards/vmNew/migrate/Migrate.vue +0 -230
  939. package/components/common/wizards/vmNew/migrate/lib/config/constructDataReady.ts +0 -83
  940. package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +0 -82
  941. package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +0 -6
  942. package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +0 -38
  943. package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
  944. package/components/common/wizards/vmNew/migrate/lib/validations.ts +0 -29
  945. package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +0 -219
  946. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +0 -28
  947. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +0 -6
  948. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +0 -30
  949. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +0 -12
  950. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +0 -143
  951. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +0 -113
  952. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +0 -124
  953. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +0 -115
  954. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +0 -65
  955. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +0 -66
  956. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +0 -50
  957. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +0 -60
  958. package/components/common/wizards/vmNew/migrate/select/network/Network.vue +0 -125
  959. package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +0 -114
  960. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +0 -78
  961. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +0 -70
  962. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +0 -13
  963. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +0 -12
  964. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +0 -21
  965. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +0 -54
  966. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +0 -7
  967. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +0 -47
  968. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +0 -1
  969. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +0 -5
  970. package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +0 -39
  971. package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +0 -21
  972. package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +0 -1
  973. package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +0 -175
  974. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +0 -58
  975. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/config/virtualDiskFormat.ts +0 -30
  976. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/Table.vue +0 -118
  977. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/config/datastoreTable.ts +0 -177
  978. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/models/types.ts +0 -15
  979. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +0 -68
  980. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/Table.vue +0 -74
  981. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/diskTable.ts +0 -135
  982. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/tableKeys.ts +0 -15
  983. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/interfaces.ts +0 -29
  984. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/types.ts +0 -13
  985. package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +0 -20
  986. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +0 -6
  987. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +0 -14
  988. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +0 -9
  989. package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +0 -84
  990. package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +0 -80
  991. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +0 -18
  992. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +0 -1
  993. package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +0 -294
  994. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +0 -36
  995. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +0 -13
  996. package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +0 -27
  997. package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +0 -41
  998. package/components/common/wizards/vmNew/migrate/select/type/Type.vue +0 -27
  999. package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +0 -41
  1000. package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +0 -5
  1001. package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +0 -5
@@ -56,7 +56,7 @@
56
56
  <path d="M21 633H17V637.18H13.02L19.02 643.18L25.02 637.18H21V633ZM28 615H23V612C23 611.735 22.8946 611.48 22.7071 611.293C22.5196 611.105 22.2652 611 22 611H12C11.7348 611 11.4804 611.105 11.2929 611.293C11.1054 611.48 11 611.735 11 612V619H10C9.73478 619 9.48043 619.105 9.29289 619.293C9.10536 619.48 9 619.735 9 620V630C9 630.265 9.10536 630.52 9.29289 630.707C9.48043 630.895 9.73478 631 10 631H20C20.2652 631 20.5196 630.895 20.7071 630.707C20.8946 630.52 21 630.265 21 630V627H28C28.2652 627 28.5196 626.895 28.7071 626.707C28.8946 626.52 29 626.265 29 626V616C29 615.735 28.8946 615.48 28.7071 615.293C28.5196 615.105 28.2652 615 28 615ZM13 613H21V615H18C17.7348 615 17.4804 615.105 17.2929 615.293C17.1054 615.48 17 615.735 17 616V619H13V613ZM19 629H11V621H19V629ZM27 625H21V620C21 619.735 20.8946 619.48 20.7071 619.293C20.5196 619.105 20.2652 619 20 619H19V617H27V625Z" fill="#FAFAFA"/>
57
57
  <path d="M19.0002 681C18.8173 681.002 18.6375 680.953 18.4802 680.86L5.48019 673.39C5.32734 673.291 5.20274 673.155 5.1186 672.994C5.03445 672.832 4.99365 672.652 5.00019 672.47V657.53C4.99956 657.346 5.04727 657.165 5.13853 657.006C5.22979 656.846 5.3614 656.713 5.52019 656.62L18.5202 649.15C18.6722 649.062 18.8447 649.016 19.0202 649.016C19.1957 649.016 19.3682 649.062 19.5202 649.15L32.5202 656.62C32.679 656.713 32.8106 656.846 32.9019 657.006C32.9931 657.165 33.0408 657.346 33.0402 657.53V672.47C33.0408 672.654 32.9931 672.835 32.9019 672.995C32.8106 673.154 32.679 673.287 32.5202 673.38L19.5202 680.85C19.3639 680.947 19.184 680.999 19.0002 681ZM7.00019 671.92L19.0002 678.85L31.0002 671.92V658.08L19.0002 651.15L7.00019 658.08V671.92Z" fill="#FAFAFA"/>
58
58
  <path d="M29 715H7V693H20.22L22.22 691H7C6.46957 691 5.96086 691.211 5.58579 691.586C5.21071 691.961 5 692.47 5 693V715C5 715.53 5.21071 716.039 5.58579 716.414C5.96086 716.789 6.46957 717 7 717H29C29.5304 717 30.0391 716.789 30.4142 716.414C30.7893 716.039 31 715.53 31 715V700L29 702V715Z" fill="#FAFAFA"/>
59
- <path d="M34.53 690.84L31.16 687.47C31.0104 687.32 30.8327 687.201 30.6371 687.12C30.4415 687.039 30.2318 686.997 30.02 686.997C29.8082 686.997 29.5984 687.039 29.4028 687.12C29.2072 687.201 29.0295 687.32 28.88 687.47L15.17 701.26L14.06 706.07C14.0127 706.303 14.0176 706.544 14.0745 706.775C14.1314 707.006 14.2388 707.222 14.3889 707.406C14.539 707.591 14.7282 707.74 14.9428 707.842C15.1574 707.945 15.3921 707.999 15.63 708C15.7529 708.014 15.877 708.014 16 708L20.85 706.93L34.53 693.12C34.6799 692.971 34.7989 692.793 34.8801 692.597C34.9613 692.402 35.0031 692.192 35.0031 691.98C35.0031 691.768 34.9613 691.559 34.8801 691.363C34.7989 691.167 34.6799 690.99 34.53 690.84ZM19.81 705.08L16.15 705.89L17 702.26L27.32 691.87L30.14 694.69L19.81 705.08ZM31.27 693.56L28.45 690.74L30 689.16L32.84 692L31.27 693.56Z" fill="#FAFAFA"/>
59
+ <path d="M34.53 690.84L31.16 687.47C31.0104 687.32 30.8327 687.201 30.6371 687.12C30.4415 687.039 30.2318 686.997 30.02 686.997C29.8082 686.997 29.5984 687.039 29.4028 687.12C29.2072 687.201 29.0295 687.32 28.88 687.47L15.17 701.26L14.06 706.07C14.0127 706.303 14.0176 706.544 14.0745 706.775C14.1314 707.006 14.2388 707.221 14.3889 707.406C14.539 707.591 14.7282 707.739 14.9428 707.842C15.1574 707.945 15.3921 707.999 15.63 708C15.7529 708.013 15.877 708.013 16 708L20.85 706.93L34.53 693.12C34.6799 692.97 34.7989 692.793 34.8801 692.597C34.9613 692.401 35.0031 692.192 35.0031 691.98C35.0031 691.768 34.9613 691.558 34.8801 691.363C34.7989 691.167 34.6799 690.99 34.53 690.84ZM19.81 705.08L16.15 705.89L17 702.26L27.32 691.87L30.14 694.69L19.81 705.08ZM31.27 693.56L28.45 690.74L30 689.16L32.84 692L31.27 693.56Z" fill="#FAFAFA"/>
60
60
  <path d="M21 747H23V751H21V747ZM15 747H17V751H15V747ZM9 747H11V751H9V747ZM23.26 739H14.74C14.4748 739 14.2204 739.105 14.0329 739.293C13.8454 739.48 13.74 739.735 13.74 740C13.74 740.265 13.8454 740.52 14.0329 740.707C14.2204 740.895 14.4748 741 14.74 741H23.26C23.5252 741 23.7796 740.895 23.9671 740.707C24.1546 740.52 24.26 740.265 24.26 740C24.26 739.735 24.1546 739.48 23.9671 739.293C23.7796 739.105 23.5252 739 23.26 739Z" fill="#FAFAFA"/>
61
61
  <path d="M5 744.06L8.13 733H11.26C11.0893 732.347 11.0019 731.675 11 731H8.13C7.70279 731 7.28687 731.137 6.94316 731.391C6.59946 731.645 6.34603 732.002 6.22 732.41L3.09 743.48C3.03066 743.671 3.00032 743.87 3 744.07V753C3 753.53 3.21071 754.039 3.58579 754.414C3.96086 754.789 4.46957 755 5 755H23.91V753H5V744.06Z" fill="#FAFAFA"/>
62
62
  <path d="M9 743H23.91V745H9V743ZM33.75 744.6C33.3787 744.6 33.0226 744.748 32.76 745.01C32.4975 745.273 32.35 745.629 32.35 746V749.66L28.84 745.32C28.6559 745.096 28.4078 744.934 28.1289 744.856C27.8501 744.777 27.5539 744.785 27.28 744.88C27.0077 744.977 26.772 745.156 26.6055 745.392C26.439 745.629 26.3497 745.911 26.35 746.2V754C26.35 754.371 26.4975 754.727 26.76 754.99C27.0226 755.253 27.3787 755.4 27.75 755.4C28.1213 755.4 28.4774 755.253 28.74 754.99C29.0025 754.727 29.15 754.371 29.15 754V750.16L32.66 754.5C32.8441 754.724 33.0922 754.886 33.3711 754.964C33.6499 755.043 33.9461 755.035 34.22 754.94C34.4923 754.843 34.728 754.664 34.8945 754.428C35.061 754.191 35.1503 753.909 35.15 753.62V746C35.15 745.629 35.0025 745.273 34.7399 745.01C34.4774 744.748 34.1213 744.6 33.75 744.6ZM19 737C17.8133 737 16.6533 736.648 15.6666 735.989C14.6799 735.33 13.9108 734.392 13.4567 733.296C13.0026 732.2 12.8838 730.993 13.1153 729.829C13.3468 728.666 13.9182 727.596 14.7574 726.757C15.5965 725.918 16.6656 725.347 17.8295 725.115C18.9933 724.884 20.1997 725.003 21.2961 725.457C22.3925 725.911 23.3295 726.68 23.9888 727.667C24.6481 728.653 25 729.813 25 731C25 732.591 24.3679 734.117 23.2426 735.243C22.1174 736.368 20.5913 737 19 737ZM19 727C18.2089 727 17.4355 727.235 16.7777 727.674C16.1199 728.114 15.6072 728.738 15.3045 729.469C15.0017 730.2 14.9225 731.004 15.0769 731.78C15.2312 732.556 15.6122 733.269 16.1716 733.828C16.731 734.388 17.4437 734.769 18.2196 734.923C18.9956 735.077 19.7998 734.998 20.5307 734.696C21.2616 734.393 21.8864 733.88 22.3259 733.222C22.7654 732.564 23 731.791 23 731C23 729.939 22.5786 728.922 21.8284 728.172C21.0783 727.421 20.0609 727 19 727ZM32.72 742.76C33.0439 742.659 33.3807 742.605 33.72 742.6C34.0606 742.608 34.3979 742.669 34.72 742.78L31.87 732.41C31.7461 732.008 31.4987 731.656 31.163 731.403C30.8273 731.15 30.4203 731.009 30 731H27C26.9956 731.675 26.9082 732.346 26.74 733H30L32.72 742.76Z" fill="#FAFAFA"/>
@@ -66,10 +66,8 @@
66
66
  <path d="M16.9859 772.308C17.4633 772.308 17.9211 772.118 18.2587 771.781C18.5962 771.443 18.7859 770.985 18.7859 770.508C18.7859 770.031 18.5962 769.573 18.2587 769.235C17.9211 768.898 17.4633 768.708 16.9859 768.708C16.5085 768.708 16.0506 768.898 15.7131 769.235C15.3755 769.573 15.1859 770.031 15.1859 770.508C15.1859 770.985 15.3755 771.443 15.7131 771.781C16.0506 772.118 16.5085 772.308 16.9859 772.308ZM8.78486 779.708C9.26225 779.708 9.72009 779.518 10.0577 779.181C10.3952 778.843 10.5849 778.385 10.5849 777.908C10.5849 777.431 10.3952 776.973 10.0577 776.635C9.72009 776.298 9.26225 776.108 8.78486 776.108C8.30747 776.108 7.84964 776.298 7.51207 776.635C7.17451 776.973 6.98486 777.431 6.98486 777.908C6.98486 778.385 7.17451 778.843 7.51207 779.181C7.84964 779.518 8.30747 779.708 8.78486 779.708Z" fill="#FAFAFA"/>
67
67
  <path d="M5.9198 821C5.27309 819.87 4.95448 818.581 4.9998 817.28C5.0921 815.958 5.70528 814.727 6.70466 813.857C7.70405 812.987 9.00789 812.549 10.3298 812.64L10.8098 812.7C10.9556 812.719 11.1038 812.705 11.2438 812.66C11.3838 812.615 11.5122 812.54 11.6198 812.44C11.7306 812.338 11.819 812.215 11.8793 812.077C11.9395 811.939 11.9704 811.79 11.9698 811.64C11.9684 810.301 12.2658 808.978 12.8405 807.768C13.4151 806.559 14.2525 805.493 15.2916 804.648C16.3306 803.803 17.5451 803.2 18.8466 802.884C20.148 802.568 21.5036 802.547 22.8144 802.821C24.1252 803.096 25.3582 803.659 26.4235 804.471C27.4889 805.282 28.3597 806.321 28.9725 807.512C29.5852 808.703 29.9245 810.016 29.9656 811.354C30.0066 812.693 29.7484 814.024 29.2098 815.25C29.1433 815.4 29.1149 815.565 29.1271 815.729C29.1393 815.893 29.1918 816.051 29.2798 816.19C29.3674 816.327 29.4869 816.44 29.628 816.52C29.7691 816.6 29.9276 816.645 30.0898 816.65C30.4873 816.661 30.8786 816.752 31.2408 816.916C31.603 817.08 31.929 817.315 32.1998 817.606C32.4706 817.897 32.6808 818.239 32.8181 818.613C32.9554 818.986 33.0172 819.383 32.9998 819.78C32.9998 820.08 32.9298 820.96 32.9298 820.96H34.9998V819.65C34.9984 818.589 34.6595 817.556 34.0321 816.7C33.4047 815.844 32.5213 815.21 31.5098 814.89C31.838 813.838 32.0032 812.742 31.9998 811.64C31.9879 808.817 30.8913 806.107 28.937 804.071C26.9827 802.034 24.3203 800.826 21.5005 800.698C18.6808 800.569 15.9196 801.53 13.7882 803.38C11.6568 805.231 10.3184 807.83 10.0498 810.64C8.19329 810.64 6.41281 811.377 5.10006 812.69C3.7873 814.003 3.0498 815.783 3.0498 817.64C3.06376 818.781 3.24917 819.914 3.5998 821H5.9198ZM33.9998 833H5.9998C5.73459 833 5.48023 832.895 5.2927 832.707C5.10516 832.52 4.9998 832.265 4.9998 832V824C4.9998 823.735 5.10516 823.48 5.2927 823.293C5.48023 823.105 5.73459 823 5.9998 823H33.9998C34.265 823 34.5194 823.105 34.7069 823.293C34.8944 823.48 34.9998 823.735 34.9998 824V832C34.9998 832.265 34.8944 832.52 34.7069 832.707C34.5194 832.895 34.265 833 33.9998 833ZM6.9998 831H32.9998V825H6.9998V831Z" fill="#FAFAFA"/>
68
68
  <path d="M9 827H11V829H9V827ZM13 827H15V829H13V827ZM17 827H19V829H17V827ZM21 827H23V829H21V827ZM25 827H27V829H25V827ZM29 827H31V829H29V827Z" fill="#FAFAFA"/>
69
- <path d="M26.9999 869H25.2599C24.8484 868.707 24.5024 868.332 24.2441 867.898C23.9858 867.464 23.8209 866.981 23.7599 866.48V865.13H22.2399V866.5C22.2722 867.412 22.5984 868.289 23.1699 869H14.8299C15.4061 868.284 15.7327 867.399 15.7599 866.48V865.13H14.2399V866.5C14.1769 866.998 14.011 867.477 13.7527 867.908C13.4945 868.338 13.1496 868.71 12.7399 869H10.9399C10.6747 869 10.4204 869.105 10.2328 869.293C10.0453 869.48 9.93994 869.735 9.93994 870C9.93994 870.265 10.0453 870.519 10.2328 870.707C10.4204 870.895 10.6747 871 10.9399 871H27.0599C27.1803 871.012 27.302 871.001 27.4177 870.965C27.5335 870.93 27.6411 870.872 27.7342 870.795C27.8274 870.718 27.9041 870.623 27.9601 870.515C28.016 870.408 28.0499 870.29 28.0599 870.17C28.0698 870.114 28.0698 870.056 28.0599 870C28.0599 869.735 27.9546 869.48 27.767 869.293C27.5795 869.105 27.3252 869 27.0599 869H26.9999Z" fill="#FAFAFA"/>
70
- <path d="M22.2901 844.16H7.1001V860H8.7001V845.76H20.6901L22.2901 844.16Z" fill="#FAFAFA"/>
71
- <path d="M34 850.64L33 849.64V862H5V842H24.45L24.89 841.56L23.33 840H4.5C4.10218 840 3.72064 840.158 3.43934 840.439C3.15804 840.721 3 841.102 3 841.5V862.5C3 862.898 3.15804 863.279 3.43934 863.561C3.72064 863.842 4.10218 864 4.5 864H33.5C33.8978 864 34.2794 863.842 34.5607 863.561C34.842 863.279 35 862.898 35 862.5V851.28C34.6211 851.148 34.2786 850.929 34 850.64Z" fill="#FAFAFA"/>
72
- <path d="M24.77 838.33L28 841.56L22 847.56L26.52 852.08L32.52 846.08L35.67 849.23C35.7791 849.338 35.9178 849.412 36.0687 849.442C36.2196 849.472 36.3759 849.457 36.5181 849.398C36.6602 849.339 36.7818 849.239 36.8676 849.112C36.9533 848.984 36.9994 848.834 37 848.68V837H25.32C25.1662 837.001 25.016 837.047 24.8883 837.132C24.7606 837.218 24.6611 837.34 24.6023 837.482C24.5435 837.624 24.5281 837.78 24.5579 837.931C24.5877 838.082 24.6615 838.221 24.77 838.33Z" fill="#59A011"/>
69
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 845.153C3.1665 842.756 5.10937 840.813 7.50601 840.813H30.4937C32.8903 840.813 34.8332 842.756 34.8332 845.153V859.931C34.8332 862.327 32.8903 864.27 30.4937 864.27H20.0554V867.085H23.9258C24.5087 867.085 24.9813 867.558 24.9813 868.141C24.9813 868.724 24.5087 869.196 23.9258 869.196H14.0739C13.4909 869.196 13.0184 868.724 13.0184 868.141C13.0184 867.558 13.4909 867.085 14.0739 867.085H17.9443V864.27H7.50601C5.10937 864.27 3.1665 862.327 3.1665 859.931V845.153ZM7.50601 842.925C6.2753 842.925 5.27762 843.922 5.27762 845.153V859.931C5.27762 861.161 6.2753 862.159 7.50601 862.159H30.4937C31.7244 862.159 32.7221 861.161 32.7221 859.931V845.153C32.7221 843.922 31.7244 842.925 30.4937 842.925H7.50601Z" fill="#E9EAEC"/>
70
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.44434 858.167C8.44434 857.584 8.91692 857.111 9.49989 857.111H28.4999C29.0829 857.111 29.5554 857.584 29.5554 858.167C29.5554 858.75 29.0829 859.222 28.4999 859.222H9.49989C8.91692 859.222 8.44434 858.75 8.44434 858.167Z" fill="#E9EAEC"/>
73
71
  <path fill-rule="evenodd" clip-rule="evenodd" d="M19 887.018C19.583 887.018 20.0556 887.491 20.0556 888.074V891.944H26.3889C27.5549 891.944 28.5 892.889 28.5 894.055L28.5 897.925C28.5 898.508 28.0274 898.981 27.4445 898.981C26.8615 898.981 26.3889 898.508 26.3889 897.925L26.3889 894.055H11.6111L11.6111 897.925C11.6111 898.508 11.1385 898.981 10.5556 898.981C9.97258 898.981 9.5 898.508 9.5 897.925L9.50001 894.055C9.50002 892.889 10.4452 891.944 11.6111 891.944H17.9445V888.074C17.9445 887.491 18.4171 887.018 19 887.018Z" fill="#E9EAEC"/>
74
72
  <path fill-rule="evenodd" clip-rule="evenodd" d="M12.3149 881.037C12.3149 879.288 13.7327 877.871 15.4816 877.871H22.5186C24.2675 877.871 25.6853 879.288 25.6853 881.037V885.259C25.6853 887.008 24.2675 888.426 22.5186 888.426H15.4816C13.7327 888.426 12.3149 887.008 12.3149 885.259V881.037ZM15.4816 879.982C14.8986 879.982 14.4261 880.454 14.4261 881.037V885.259C14.4261 885.842 14.8986 886.315 15.4816 886.315H22.5186C23.1016 886.315 23.5742 885.842 23.5742 885.259V881.037C23.5742 880.454 23.1016 879.982 22.5186 879.982H15.4816Z" fill="#E9EAEC"/>
75
73
  <path fill-rule="evenodd" clip-rule="evenodd" d="M3.87061 900.74C3.87061 898.991 5.28837 897.574 7.03727 897.574H14.0743C15.8232 897.574 17.241 898.991 17.241 900.74V904.963C17.241 906.712 15.8232 908.129 14.0743 908.129H7.03727C5.28837 908.129 3.87061 906.712 3.87061 904.963V900.74ZM7.03727 899.685C6.45431 899.685 5.98172 900.157 5.98172 900.74V904.963C5.98172 905.546 6.45431 906.018 7.03727 906.018H14.0743C14.6573 906.018 15.1299 905.546 15.1299 904.963V900.74C15.1299 900.157 14.6573 899.685 14.0743 899.685H7.03727Z" fill="#E9EAEC"/>
@@ -184,14 +182,14 @@
184
182
  <path d="M26.0001 2474.19C26.3267 2474.19 26.6477 2474.27 26.9304 2474.44C27.2132 2474.6 27.4477 2474.84 27.6101 2475.12L34.0901 2486.35C34.2533 2486.63 34.3393 2486.95 34.3393 2487.28C34.3393 2487.61 34.2535 2487.93 34.0903 2488.21C33.9272 2488.49 33.6925 2488.73 33.4098 2488.89C33.1272 2489.05 32.8065 2489.14 32.4801 2489.14H19.4801C18.9868 2489.14 18.5137 2488.94 18.1649 2488.6C17.8161 2488.25 17.6201 2487.77 17.6201 2487.28C17.6213 2486.95 17.7075 2486.63 17.8701 2486.35L24.4101 2475.12C24.5693 2474.84 24.8003 2474.6 25.0796 2474.44C25.3589 2474.28 25.6765 2474.19 26.0001 2474.19Z" fill="#FFE02C"/>
185
183
  <path d="M25 2485H27V2487H25V2485ZM25 2477H27V2483H25V2477Z" fill="#454545"/>
186
184
  <path fill-rule="evenodd" clip-rule="evenodd" d="M17.7059 2512.29C18.4756 2511.73 19.5245 2511.73 20.2943 2512.29L31.833 2520.63C33.0187 2521.49 33.0187 2523.23 31.833 2524.09L27.8133 2527L31.833 2529.91C33.0187 2530.77 33.0187 2532.51 31.833 2533.37L20.2943 2541.71C19.5245 2542.27 18.4756 2542.27 17.7059 2541.71L6.16713 2533.37C4.9814 2532.51 4.9814 2530.77 6.16713 2529.91L10.1868 2527L6.16713 2524.09C4.9814 2523.23 4.9814 2521.49 6.16713 2520.63L17.7059 2512.29ZM11.9878 2528.3L7.40444 2531.62C7.39718 2531.62 7.39359 2531.63 7.39211 2531.63C7.39057 2531.63 7.39 2531.63 7.38982 2531.63C7.38942 2531.63 7.38894 2531.63 7.38894 2531.64C7.38894 2531.64 7.38942 2531.64 7.38982 2531.64C7.39 2531.64 7.39057 2531.64 7.39211 2531.64C7.39359 2531.65 7.39718 2531.65 7.40444 2531.66L18.9432 2540C18.9565 2540.01 18.9758 2540.02 19.0001 2540.02C19.0243 2540.02 19.0437 2540.01 19.0569 2540L30.5957 2531.66C30.6029 2531.65 30.6065 2531.65 30.608 2531.64C30.6095 2531.64 30.6101 2531.64 30.6103 2531.64C30.6101 2531.64 30.6105 2531.64 30.6103 2531.64C30.6105 2531.64 30.6112 2531.64 30.6112 2531.64C30.6112 2531.63 30.6107 2531.63 30.6103 2531.63C30.6101 2531.63 30.6095 2531.63 30.608 2531.63C30.6065 2531.63 30.6029 2531.62 30.5957 2531.62L19.0569 2523.27C19.0437 2523.26 19.0243 2523.25 19.0001 2523.25C18.9758 2523.25 18.9565 2523.26 18.9432 2523.27L16.8789 2524.76C16.4066 2525.11 15.7467 2525 15.405 2524.53C15.0633 2524.06 15.1693 2523.4 15.6416 2523.05L17.7059 2521.56C18.4756 2521 19.5245 2521 20.2943 2521.56L26.0123 2525.7L30.5957 2522.38C30.6029 2522.38 30.6065 2522.37 30.608 2522.37C30.6095 2522.37 30.6101 2522.37 30.6103 2522.37C30.6107 2522.37 30.6112 2522.37 30.6112 2522.36C30.6112 2522.36 30.611 2522.36 30.6108 2522.36C30.6107 2522.36 30.611 2522.36 30.6108 2522.36C30.6106 2522.36 30.6095 2522.36 30.608 2522.36C30.6065 2522.35 30.6029 2522.35 30.5957 2522.35L19.0569 2514C19.0437 2513.99 19.0243 2513.98 19.0001 2513.98C18.9758 2513.98 18.9565 2513.99 18.9432 2514L7.40444 2522.35C7.39718 2522.35 7.39359 2522.35 7.39211 2522.36C7.39057 2522.36 7.39 2522.36 7.38982 2522.36C7.38942 2522.36 7.38894 2522.36 7.38894 2522.36C7.38894 2522.37 7.38942 2522.37 7.38982 2522.37C7.39 2522.37 7.39057 2522.37 7.39211 2522.37C7.39359 2522.37 7.39718 2522.38 7.40444 2522.38L18.9432 2530.73C18.9565 2530.74 18.9758 2530.75 19.0001 2530.75C19.0243 2530.75 19.0437 2530.74 19.0569 2530.73L21.1451 2529.22C21.6175 2528.88 22.2774 2528.98 22.6191 2529.45C22.9607 2529.93 22.8548 2530.59 22.3825 2530.93L20.2943 2532.44C19.5245 2533 18.4756 2533 17.7059 2532.44L11.9878 2528.3Z" fill="#E9EAEC"/>
187
- <path d="M11.53 2577H5.09002C5.06615 2577 5.04326 2576.99 5.02638 2576.97C5.00951 2576.96 5.00002 2576.93 5.00002 2576.91V2563.11C5.00002 2563.08 5.01161 2563.05 5.03224 2563.03C5.05287 2563.01 5.08085 2563 5.11002 2563H10.37C10.6996 2562.3 11.0877 2561.63 11.53 2561H5.09002C4.81687 2561 4.54614 2561.05 4.29328 2561.15C4.04042 2561.26 3.81038 2561.41 3.61631 2561.6C3.42223 2561.79 3.26792 2562.02 3.16218 2562.27C3.05643 2562.53 3.00133 2562.8 3.00002 2563.07V2576.91C2.99871 2577.18 3.05121 2577.45 3.15452 2577.71C3.25784 2577.96 3.40995 2578.19 3.60216 2578.38C3.79438 2578.58 4.02294 2578.73 4.2748 2578.84C4.52666 2578.94 4.79687 2579 5.07002 2579H13.22C12.5958 2578.39 12.03 2577.72 11.53 2577Z" fill="#FAFAFA"/>
188
- <path d="M18.45 2552.47L20.25 2551.31L20.38 2551H8.87C8.37405 2551 7.8984 2551.2 7.54771 2551.55C7.19702 2551.9 7 2552.37 7 2552.87V2559H9V2553H17.82C18.0046 2552.8 18.2166 2552.62 18.45 2552.47ZM25.45 2562.44L19 2568.82L25.39 2575.21L26.8 2573.79L21.8 2568.79L26.8 2563.79L25.45 2562.44Z" fill="#FAFAFA"/>
189
- <path d="M32.42 2562.77C32.2051 2563.14 31.9117 2563.47 31.56 2563.72C32.6759 2565.52 33.1927 2567.62 33.036 2569.73C32.8794 2571.84 32.0575 2573.85 30.6884 2575.46C29.3193 2577.08 27.4737 2578.21 25.4172 2578.71C23.3606 2579.21 21.199 2579.04 19.2435 2578.23C17.2879 2577.43 15.6392 2576.02 14.5345 2574.21C13.4298 2572.41 12.926 2570.3 13.0957 2568.19C13.2654 2566.08 14.0997 2564.08 15.4788 2562.48C16.8578 2560.87 18.7104 2559.75 20.77 2559.26L18.59 2557.86C16.3501 2558.76 14.4335 2560.31 13.0905 2562.32C11.7475 2564.32 11.0406 2566.69 11.062 2569.1C11.0834 2571.52 11.8322 2573.87 13.2106 2575.85C14.589 2577.83 16.5328 2579.35 18.7884 2580.21C21.0439 2581.07 23.5061 2581.23 25.8536 2580.67C28.2011 2580.1 30.3247 2578.85 31.947 2577.06C33.5693 2575.27 34.6149 2573.04 34.9472 2570.65C35.2796 2568.26 34.8833 2565.82 33.81 2563.66L32.42 2562.77Z" fill="#FAFAFA"/>
190
- <path d="M36.4 2548C36.3034 2547.95 36.1987 2547.91 36.09 2547.89C35.9066 2547.84 35.7133 2547.84 35.53 2547.89C35.4249 2547.92 35.3241 2547.96 35.23 2548.02L30.83 2550.85V2549C30.8293 2548.79 30.7731 2548.59 30.6675 2548.42C30.5619 2548.24 30.4107 2548.1 30.23 2548C30.1334 2547.95 30.0287 2547.91 29.92 2547.89C29.6247 2547.83 29.3166 2547.88 29.06 2548.04L19.53 2554.15C19.3601 2554.25 19.2219 2554.4 19.13 2554.58C19.0464 2554.75 19.0029 2554.93 19.0029 2555.11C19.0029 2555.3 19.0464 2555.48 19.13 2555.65C19.1745 2555.74 19.2318 2555.82 19.3 2555.89C19.3651 2555.97 19.4429 2556.03 19.53 2556.08L29.06 2562.2C29.1394 2562.24 29.2232 2562.28 29.31 2562.31C29.4052 2562.35 29.507 2562.37 29.61 2562.37H29.66C29.8605 2562.38 30.0588 2562.33 30.2345 2562.23C30.4103 2562.13 30.5571 2561.99 30.66 2561.82C30.7744 2561.64 30.8335 2561.43 30.83 2561.22V2559.38L35.23 2562.2C35.3994 2562.3 35.592 2562.36 35.79 2562.37C35.9903 2562.37 36.1882 2562.33 36.3638 2562.23C36.5393 2562.13 36.6863 2561.99 36.79 2561.82C36.9044 2561.64 36.9635 2561.43 36.96 2561.22V2549C36.9632 2548.8 36.9131 2548.6 36.8148 2548.42C36.7164 2548.25 36.5733 2548.1 36.4 2548Z" fill="#60A644"/>
191
- <path d="M11.55 2615H5.11002C5.09819 2615 5.08588 2615 5.07385 2615C5.06181 2615 5.0503 2615 5.04002 2614.99C5.02973 2614.98 5.02088 2614.97 5.01401 2614.96C5.00713 2614.95 5.00237 2614.94 5.00002 2614.93V2601.11C5.00002 2601.08 5.01161 2601.05 5.03224 2601.03C5.05287 2601.01 5.08085 2601 5.11002 2601H10.39C10.7196 2600.3 11.1077 2599.63 11.55 2599H5.11002C4.83687 2599 4.5656 2599.05 4.31173 2599.15C4.05785 2599.25 3.82633 2599.4 3.63039 2599.59C3.43446 2599.78 3.27794 2600.01 3.16978 2600.26C3.06162 2600.51 3.00394 2600.78 3.00002 2601.05V2614.91C2.99871 2615.18 3.05121 2615.45 3.15452 2615.71C3.25784 2615.96 3.40995 2616.19 3.60216 2616.38C3.79438 2616.58 4.02294 2616.73 4.2748 2616.84C4.52666 2616.94 4.79687 2617 5.07002 2617H13.24C12.6158 2616.39 12.05 2615.72 11.55 2615Z" fill="#FAFAFA"/>
192
- <path d="M19 2589H8.89C8.64442 2589 8.40073 2589.04 8.17284 2589.13C7.94495 2589.23 7.73733 2589.36 7.56182 2589.53C7.38632 2589.71 7.24637 2589.91 7.14997 2590.14C7.05357 2590.36 7.00261 2590.6 7 2590.85V2597H9V2591H19V2589ZM33 2603H32.26C33.1124 2604.96 33.3156 2607.14 32.8399 2609.22C32.3642 2611.3 31.2347 2613.18 29.6165 2614.57C27.9984 2615.96 25.9767 2616.8 23.8474 2616.96C21.7181 2617.12 19.593 2616.6 17.7832 2615.47C15.9735 2614.33 14.574 2612.65 13.7899 2610.66C13.0057 2608.68 12.8779 2606.49 13.4252 2604.43C13.9726 2602.36 15.1663 2600.53 16.8316 2599.19C18.4969 2597.86 20.5464 2597.09 22.68 2597H19V2595.71C16.9359 2596.46 15.1167 2597.76 13.7404 2599.47C12.3641 2601.18 11.4835 2603.24 11.1944 2605.41C10.9054 2607.59 11.219 2609.8 12.1012 2611.81C12.9833 2613.82 14.4001 2615.55 16.1974 2616.81C17.9947 2618.08 20.1035 2618.82 22.2942 2618.97C24.4849 2619.11 26.6736 2618.65 28.622 2617.64C30.5703 2616.63 32.2036 2615.1 33.3441 2613.22C34.4846 2611.35 35.0884 2609.2 35.09 2607C35.1001 2604.58 34.3708 2602.22 33 2600.23V2603Z" fill="#FAFAFA"/>
193
- <path d="M27 2585H31V2591H27V2585ZM27 2595H31V2601H27V2595ZM21 2591H27V2595H21V2591ZM31 2591H37V2595H31V2591Z" fill="#0091DA"/>
194
- <path d="M25 2603.59V2600.89L19 2606.82L25.39 2613.21L26.8 2611.79L21.8 2606.79L25 2603.59Z" fill="#FAFAFA"/>
185
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.827 2566.31C27.272 2566.68 27.3275 2567.35 26.9509 2567.79L24.6048 2570.57L26.9509 2573.34C27.3275 2573.78 27.272 2574.45 26.827 2574.83C26.3819 2575.2 25.7159 2575.15 25.3393 2574.7L22.4163 2571.25C22.0833 2570.85 22.0833 2570.28 22.4163 2569.88L25.3393 2566.43C25.7159 2565.98 26.3819 2565.93 26.827 2566.31Z" fill="#E9EAEC"/>
186
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M22.1665 2570.57C22.1665 2569.98 22.6391 2569.51 23.2221 2569.51H31.9913C33.3672 2569.51 34.643 2570.16 35.553 2571.23C36.4585 2572.3 36.9443 2573.72 36.9443 2575.17C36.9443 2576.62 36.4585 2578.04 35.553 2579.11C34.643 2580.19 33.3672 2580.83 31.9913 2580.83L25.5654 2580.83C24.9824 2580.83 24.5098 2580.36 24.5098 2579.78C24.5098 2579.19 24.9824 2578.72 25.5654 2578.72L31.9913 2578.72C32.6827 2578.72 33.3896 2578.4 33.9414 2577.75C34.4977 2577.09 34.8332 2576.17 34.8332 2575.17C34.8332 2574.18 34.4977 2573.25 33.9414 2572.6C33.3896 2571.94 32.6827 2571.62 31.9913 2571.62H23.2221C22.6391 2571.62 22.1665 2571.15 22.1665 2570.57Z" fill="#E9EAEC"/>
187
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.50601 2549.17C6.3551 2549.17 5.25133 2549.62 4.43752 2550.44C3.6237 2551.25 3.1665 2552.36 3.1665 2553.51V2558.43C3.1665 2559.02 3.63909 2559.49 4.22206 2559.49C4.80503 2559.49 5.27762 2559.02 5.27762 2558.43V2553.51C5.27762 2552.92 5.51239 2552.35 5.9303 2551.93C6.3482 2551.51 6.915 2551.28 7.50601 2551.28H12.4319C13.0149 2551.28 13.4875 2550.81 13.4875 2550.22C13.4875 2549.64 13.0149 2549.17 12.4319 2549.17H7.50601ZM25.5677 2549.17C24.9848 2549.17 24.5122 2549.64 24.5122 2550.22C24.5122 2550.81 24.9848 2551.28 25.5677 2551.28H30.4937C31.0847 2551.28 31.6515 2551.51 32.0694 2551.93C32.4873 2552.35 32.7221 2552.92 32.7221 2553.51V2558.43C32.7221 2559.02 33.1946 2559.49 33.7776 2559.49C34.3606 2559.49 34.8332 2559.02 34.8332 2558.43V2553.51C34.8332 2552.36 34.376 2551.25 33.5622 2550.44C32.7483 2549.62 31.6446 2549.17 30.4937 2549.17H25.5677ZM5.27762 2571.57C5.27762 2570.99 4.80503 2570.51 4.22206 2570.51C3.63909 2570.51 3.1665 2570.99 3.1665 2571.57V2576.49C3.1665 2577.65 3.6237 2578.75 4.43752 2579.56C5.25133 2580.38 6.3551 2580.83 7.50601 2580.83H12.4319C13.0149 2580.83 13.4875 2580.36 13.4875 2579.78C13.4875 2579.2 13.0149 2578.72 12.4319 2578.72H7.50601C6.915 2578.72 6.3482 2578.49 5.9303 2578.07C5.51239 2577.65 5.27762 2577.09 5.27762 2576.49V2571.57ZM13.4054 2565C13.4054 2561.91 15.9101 2559.41 18.9998 2559.41C21.8763 2559.41 24.2458 2561.58 24.5591 2564.37C25.191 2564 25.9282 2563.87 26.6388 2563.98C26.141 2560.21 22.9107 2557.29 18.9998 2557.29C14.7442 2557.29 11.2943 2560.74 11.2943 2565C11.2943 2569.26 14.7442 2572.71 18.9998 2572.71C19.5925 2572.71 20.1696 2572.64 20.7239 2572.51C20.3076 2571.98 20.0585 2571.31 20.0554 2570.58L25.8158 2568.6C25.8181 2568.59 25.8203 2568.59 25.8225 2568.59L20.8722 2570.27C20.8288 2570.29 20.7852 2570.3 20.7413 2570.32L20.0554 2570.55C20.0555 2570.53 20.0558 2570.51 20.0562 2570.5C19.7141 2570.56 19.361 2570.59 18.9998 2570.59C15.9101 2570.59 13.4054 2568.09 13.4054 2565Z" fill="#E9EAEC"/>
188
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38 2593.5C38 2598.75 33.7467 2603 28.5 2603C23.2533 2603 19 2598.75 19 2593.5C19 2588.25 23.2533 2584 28.5 2584C33.7467 2584 38 2588.25 38 2593.5ZM28.5 2588.09C29.1296 2588.09 29.64 2588.6 29.64 2589.22V2592.36H32.775C33.4046 2592.36 33.915 2592.87 33.915 2593.5C33.915 2594.13 33.4046 2594.64 32.775 2594.64H29.64V2597.77C29.64 2598.4 29.1296 2598.91 28.5 2598.91C27.8704 2598.91 27.36 2598.4 27.36 2597.77V2594.64H24.225C23.5954 2594.64 23.085 2594.13 23.085 2593.5C23.085 2592.87 23.5954 2592.36 24.225 2592.36H27.36V2589.22C27.36 2588.6 27.8704 2588.09 28.5 2588.09Z" fill="#239332"/>
189
+ <path d="M17.0671 2595.54C13.7469 2596.4 11.2943 2599.41 11.2943 2603C11.2943 2607.26 14.7442 2610.71 18.9998 2610.71C22.588 2610.71 25.6034 2608.25 26.461 2604.93C25.7581 2604.81 25.077 2604.62 24.4239 2604.38C23.8109 2606.8 21.6149 2608.59 18.9998 2608.59C15.9101 2608.59 13.4054 2606.09 13.4054 2603C13.4054 2600.39 15.1997 2598.19 17.6243 2597.58C17.3794 2596.92 17.1916 2596.24 17.0671 2595.54Z" fill="#E9EAEC"/>
190
+ <path d="M7.50601 2587.17C6.3551 2587.17 5.25133 2587.62 4.43752 2588.44C3.6237 2589.25 3.1665 2590.36 3.1665 2591.51V2596.43C3.1665 2597.02 3.63909 2597.49 4.22206 2597.49C4.80503 2597.49 5.27762 2597.02 5.27762 2596.43V2591.51C5.27762 2590.92 5.51239 2590.35 5.9303 2589.93C6.3482 2589.51 6.915 2589.28 7.50601 2589.28H12.4319C13.0149 2589.28 13.4875 2588.81 13.4875 2588.22C13.4875 2587.64 13.0149 2587.17 12.4319 2587.17H7.50601Z" fill="#E9EAEC"/>
191
+ <path d="M5.27762 2609.57C5.27762 2608.99 4.80503 2608.51 4.22206 2608.51C3.63909 2608.51 3.1665 2608.99 3.1665 2609.57V2614.49C3.1665 2615.65 3.6237 2616.75 4.43752 2617.56C5.25133 2618.38 6.3551 2618.83 7.50601 2618.83H12.4319C13.0149 2618.83 13.4875 2618.36 13.4875 2617.78C13.4875 2617.2 13.0149 2616.72 12.4319 2616.72H7.50601C6.915 2616.72 6.3482 2616.49 5.9303 2616.07C5.51239 2615.65 5.27762 2615.09 5.27762 2614.49V2609.57Z" fill="#E9EAEC"/>
192
+ <path d="M34.8332 2609.57C34.8332 2608.99 34.3606 2608.51 33.7776 2608.51C33.1946 2608.51 32.7221 2608.99 32.7221 2609.57V2614.49C32.7221 2615.09 32.4873 2615.65 32.0694 2616.07C31.6515 2616.49 31.0847 2616.72 30.4937 2616.72H25.5677C24.9848 2616.72 24.5122 2617.2 24.5122 2617.78C24.5122 2618.36 24.9848 2618.83 25.5677 2618.83H30.4937C31.6446 2618.83 32.7483 2618.38 33.5622 2617.56C34.376 2616.75 34.8332 2615.65 34.8332 2614.49V2609.57Z" fill="#E9EAEC"/>
195
193
  <path d="M14.1699 2640.43V2640C14.1828 2638.96 14.6032 2637.96 15.3411 2637.22C16.0791 2636.48 17.0763 2636.06 18.1199 2636.05H18.5499C19.294 2635.62 20.0777 2635.27 20.8899 2635C20.0323 2634.52 19.064 2634.27 18.0799 2634.27C17.0797 2634.27 16.0979 2634.54 15.2313 2635.04C14.3647 2635.54 13.6434 2636.25 13.1385 2637.12C12.6336 2637.98 12.3626 2638.96 12.3524 2639.96C12.3421 2640.96 12.5928 2641.95 13.0799 2642.82C13.3629 2641.99 13.728 2641.19 14.1699 2640.43Z" fill="#FAFAFA"/>
196
194
  <path d="M13.5398 2652C11.528 2651.24 9.73815 2650 8.3339 2648.37C6.92966 2646.74 5.95592 2644.79 5.5018 2642.69C5.04769 2640.59 5.12772 2638.41 5.73456 2636.34C6.34139 2634.28 7.45566 2632.41 8.97536 2630.89C10.4951 2629.37 12.3717 2628.25 14.4334 2627.64C16.4951 2627.04 18.6762 2626.96 20.7768 2627.41C22.8775 2627.87 24.8307 2628.84 26.4577 2630.24C28.0847 2631.65 29.3335 2633.44 30.0898 2635.45C31.0087 2635.86 31.8749 2636.38 32.6698 2637C32.1815 2634.32 30.9709 2631.82 29.1682 2629.77C27.3654 2627.72 25.0389 2626.21 22.4387 2625.38C19.8385 2624.56 17.0631 2624.46 14.4111 2625.1C11.7591 2625.74 9.33079 2627.08 7.38748 2629C5.44417 2630.91 4.05937 2633.32 3.38204 2635.96C2.70472 2638.6 2.7605 2641.38 3.5434 2643.99C4.32629 2646.6 5.80667 2648.95 7.82528 2650.79C9.84389 2652.62 12.3243 2653.87 14.9998 2654.4C14.423 2653.66 13.9332 2652.85 13.5398 2652Z" fill="#FAFAFA"/>
197
195
  <path d="M24.9099 2645C24.5459 2645 24.1902 2645.11 23.8876 2645.31C23.585 2645.51 23.3492 2645.8 23.2099 2646.14C23.0707 2646.47 23.0342 2646.84 23.1052 2647.2C23.1762 2647.56 23.3515 2647.88 23.6088 2648.14C23.8661 2648.4 24.194 2648.57 24.5509 2648.64C24.9078 2648.72 25.2778 2648.68 25.614 2648.54C25.9502 2648.4 26.2376 2648.16 26.4398 2647.86C26.6419 2647.56 26.7499 2647.2 26.7499 2646.84C26.7499 2646.35 26.556 2645.88 26.2109 2645.54C25.8659 2645.19 25.3979 2645 24.9099 2645ZM35.0799 2649.5V2644H31.7899C31.7751 2643.96 31.7584 2643.93 31.7399 2643.89L34.0699 2641.55L30.1699 2637.65L27.8399 2640H27.7299V2636.63H22.2099V2639.92H22.0999L19.7699 2637.59L15.8699 2641.49L18.1999 2643.83L18.1499 2643.94H14.8599V2649.5H18.1499C18.1706 2649.53 18.1874 2649.57 18.1999 2649.61L15.8699 2651.94L19.7699 2655.84L22.0999 2653.52H22.2099V2656.81H27.7299V2653.56H27.8399L30.1699 2655.88L34.0699 2651.98L31.7399 2649.65L31.7899 2649.54L35.0799 2649.5ZM31.4699 2651.94L30.1699 2653.24L28.1699 2651.24L27.5599 2651.58C27.226 2651.76 26.874 2651.9 26.5099 2652.01L25.8599 2652.24V2655H24.0499V2652.26L23.3999 2652.06C23.0526 2651.95 22.7175 2651.81 22.3999 2651.63L21.7999 2651.3L19.7999 2653.3L18.4699 2652L20.4699 2650L20.1399 2649.39C19.9606 2649.07 19.8164 2648.74 19.7099 2648.39L19.4799 2647.7H16.6999V2645.82H19.4599L19.6499 2645.17C19.7594 2644.81 19.9034 2644.46 20.0799 2644.12L20.4099 2643.52L18.4099 2641.52L19.6999 2640.23L21.6999 2642.23L22.3099 2641.9C22.6266 2641.72 22.9619 2641.58 23.3099 2641.47L23.9999 2641.24V2638.47H25.8399V2641.23L26.4899 2641.42C26.854 2641.53 27.206 2641.67 27.5399 2641.85L28.1499 2642.18L30.1499 2640.18L31.4499 2641.47L29.4499 2643.47L29.7799 2644.08C29.9588 2644.4 30.1061 2644.73 30.2199 2645.08L30.4499 2645.77H33.1999V2647.61H30.4899L30.2899 2648.26C30.1883 2648.63 30.044 2648.98 29.8599 2649.31L29.5299 2649.92L31.4699 2651.94Z" fill="#FAFAFA"/>
@@ -241,9 +241,11 @@
241
241
  <path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 2935.11C27.1699 2934.37 27.7654 2933.78 28.4999 2933.78H28.5094C29.244 2933.78 29.8394 2934.37 29.8394 2935.11C29.8394 2935.84 29.244 2936.44 28.5094 2936.44H28.4999C27.7654 2936.44 27.1699 2935.84 27.1699 2935.11Z" fill="#213444" fill-opacity="0.88"/>
242
242
  <path d="M13 2965H27V2967H29V2965C29 2964.47 28.7893 2963.96 28.4142 2963.59C28.0391 2963.21 27.5304 2963 27 2963H12.87C12.374 2963 11.8984 2963.2 11.5477 2963.55C11.197 2963.9 11 2964.37 11 2964.87V2971H13V2965Z" fill="#FAFAFA"/>
243
243
  <path d="M32.9102 2969H19.0002V2971H26.9102C26.9341 2971 26.957 2971.01 26.9738 2971.03C26.9907 2971.04 27.0002 2971.07 27.0002 2971.09V2977H29.0002V2971.09C29.0002 2971.07 29.0097 2971.04 29.0265 2971.03C29.0434 2971.01 29.0663 2971 29.0902 2971H32.9102C32.9341 2971 32.957 2971.01 32.9738 2971.03C32.9907 2971.04 33.0002 2971.07 33.0002 2971.09V2984.91C33.0002 2984.93 32.9907 2984.96 32.9738 2984.97C32.957 2984.99 32.9341 2985 32.9102 2985H25.0902C25.0663 2985 25.0434 2984.99 25.0265 2984.97C25.0097 2984.96 25.0002 2984.93 25.0002 2984.91V2975.09C25.0015 2974.82 24.9484 2974.54 24.8438 2974.29C24.7392 2974.03 24.5853 2973.8 24.391 2973.61C24.1967 2973.41 23.9657 2973.26 23.7116 2973.16C23.4574 2973.05 23.185 2973 22.9102 2973H9.09019C8.6927 2973 8.30377 2973.12 7.96901 2973.33C7.63425 2973.54 7.36755 2973.85 7.20019 2974.21C7.69916 2974.39 8.15298 2974.68 8.53019 2975.05L9.00019 2975.52V2975.11C9.00019 2975.08 9.01178 2975.05 9.03241 2975.03C9.05304 2975.01 9.08101 2975 9.11019 2975H22.9102C22.9341 2975 22.957 2975.01 22.9738 2975.03C22.9907 2975.04 23.0002 2975.07 23.0002 2975.09V2984.91C23.0002 2984.93 22.9907 2984.96 22.9738 2984.97C22.957 2984.99 22.9341 2985 22.9102 2985H19.0902C19.0663 2985 19.0434 2984.99 19.0265 2984.97C19.0097 2984.96 19.0002 2984.93 19.0002 2984.91V2979H17.0002V2983.58L20.3902 2987H22.9102C22.9341 2987 22.957 2987.01 22.9738 2987.03C22.9907 2987.04 23.0002 2987.07 23.0002 2987.09V2988.91C23.0002 2988.93 22.9907 2988.96 22.9738 2988.97C22.957 2988.99 22.9341 2989 22.9102 2989H22.3802L22.6202 2989.25L22.7502 2989.8L23.0002 2991C23.537 2990.98 24.0443 2990.75 24.4167 2990.36C24.7892 2989.97 24.9981 2989.46 25.0002 2988.92V2987.09C25.0002 2987.07 25.0097 2987.04 25.0265 2987.03C25.0434 2987.01 25.0663 2987 25.0902 2987H32.9102C33.185 2987 33.4574 2986.95 33.7116 2986.84C33.9657 2986.74 34.1967 2986.59 34.391 2986.39C34.5853 2986.2 34.7392 2985.97 34.8438 2985.71C34.9484 2985.46 35.0015 2985.18 35.0002 2984.91V2971.09C35.0015 2970.82 34.9484 2970.54 34.8438 2970.29C34.7392 2970.03 34.5853 2969.8 34.391 2969.61C34.1967 2969.41 33.9657 2969.26 33.7116 2969.16C33.4574 2969.05 33.185 2969 32.9102 2969ZM1.47019 2979.83C1.32022 2979.98 1.20123 2980.16 1.12005 2980.35C1.03886 2980.55 0.99707 2980.76 0.99707 2980.97C0.99707 2981.18 1.03886 2981.39 1.12005 2981.59C1.20123 2981.78 1.32022 2981.96 1.47019 2982.11L15.1302 2995.92L20.0002 2997H20.3702C20.6087 2997 20.8443 2996.95 21.0598 2996.85C21.2753 2996.74 21.4653 2996.59 21.6158 2996.41C21.7663 2996.22 21.8735 2996.01 21.9296 2995.78C21.9858 2995.54 21.9894 2995.3 21.9402 2995.07L20.8002 2990.25L7.11019 2976.46C6.96148 2976.31 6.78465 2976.19 6.58986 2976.11C6.39507 2976.03 6.18617 2975.99 5.97519 2975.99C5.76421 2975.99 5.55531 2976.03 5.36052 2976.11C5.16573 2976.19 4.98889 2976.31 4.84019 2976.46L1.47019 2979.83ZM5.85019 2983.68L8.67019 2980.86L19.0002 2991.25L19.8502 2994.88L16.2002 2994.07L5.85019 2983.68ZM3.16019 2981L6.00019 2978.15L7.55019 2979.73L4.73019 2982.55L3.16019 2981Z" fill="#FAFAFA"/>
244
- <path d="M17.22 3031.78C16.6613 3031.22 16.3477 3030.46 16.3477 3029.66C16.3477 3028.87 16.6613 3028.11 17.22 3027.55L22.72 3022.05C22.4408 3020.99 22.4614 3019.87 22.7793 3018.82C23.0973 3017.76 23.7003 3016.82 24.5214 3016.09C25.3426 3015.36 26.3499 3014.87 27.4316 3014.68C28.5134 3014.49 29.6273 3014.6 30.65 3015L32.07 3015.55L29.18 3018.4C29.0868 3018.49 29.0128 3018.6 28.9624 3018.73C28.9119 3018.85 28.8859 3018.98 28.8859 3019.11C28.8859 3019.24 28.9119 3019.37 28.9624 3019.49C29.0128 3019.62 29.0868 3019.73 29.18 3019.82C29.2733 3019.91 29.384 3019.99 29.5058 3020.04C29.6276 3020.09 29.7582 3020.11 29.89 3020.11C30.0219 3020.11 30.1525 3020.09 30.2743 3020.04C30.3961 3019.99 30.5068 3019.91 30.6 3019.82L33.49 3016.93L34 3018.35C34.3994 3019.37 34.5102 3020.48 34.3204 3021.55C34.1305 3022.63 33.6473 3023.64 32.9238 3024.46C32.2004 3025.28 31.2647 3025.88 30.2196 3026.21C29.1745 3026.53 28.0605 3026.56 27 3026.29L21.5 3031.79C21.2201 3032.07 20.8866 3032.3 20.5188 3032.45C20.151 3032.6 19.7564 3032.68 19.3579 3032.68C18.9595 3032.68 18.5652 3032.6 18.1982 3032.45C17.8311 3032.29 17.4986 3032.06 17.22 3031.78ZM28.22 3016.54C27.5922 3016.58 26.9832 3016.77 26.4426 3017.09C25.902 3017.42 25.4451 3017.86 25.1089 3018.39C24.7728 3018.93 24.5669 3019.53 24.508 3020.16C24.4491 3020.78 24.5389 3021.41 24.77 3022L25.01 3022.6L18.63 3029C18.5169 3029.19 18.4705 3029.41 18.4983 3029.63C18.5261 3029.85 18.6264 3030.06 18.7834 3030.22C18.9404 3030.37 19.1451 3030.47 19.3654 3030.5C19.5857 3030.53 19.809 3030.48 20 3030.37L26.43 3024L27.03 3024.24C27.6138 3024.47 28.2422 3024.55 28.8649 3024.49C29.4875 3024.43 30.087 3024.22 30.6151 3023.88C31.1432 3023.55 31.5852 3023.09 31.9056 3022.56C32.2261 3022.02 32.4159 3021.41 32.46 3020.79L32.01 3021.24C31.4413 3021.77 30.6891 3022.06 29.9119 3022.04C29.1347 3022.03 28.3932 3021.72 27.8435 3021.17C27.2939 3020.62 26.979 3019.88 26.9653 3019.1C26.9516 3018.32 27.2401 3017.57 27.77 3017L28.22 3016.54Z" fill="#FAFAFA"/>
245
- <path d="M9.00002 3005H23V3007H25V3005C25 3004.47 24.7893 3003.96 24.4142 3003.59C24.0392 3003.21 23.5305 3003 23 3003H8.87002C8.37407 3003 7.89843 3003.2 7.54773 3003.55C7.19704 3003.9 7.00002 3004.37 7.00002 3004.87V3011H9.00002V3005ZM11.53 3029H5.09002C5.06615 3029 5.04326 3028.99 5.02638 3028.97C5.00951 3028.96 5.00002 3028.93 5.00002 3028.91V3015.11C5.00002 3015.08 5.01161 3015.05 5.03224 3015.03C5.05287 3015.01 5.08085 3015 5.11002 3015H10.37C10.6996 3014.3 11.0877 3013.63 11.53 3013H5.09002C4.81519 3013 4.54282 3013.05 4.28865 3013.16C4.03448 3013.26 3.80356 3013.41 3.60922 3013.61C3.41488 3013.8 3.26098 3014.03 3.15642 3014.29C3.05185 3014.54 2.9987 3014.82 3.00002 3015.09V3028.91C2.9987 3029.18 3.05185 3029.46 3.15642 3029.71C3.26098 3029.97 3.41488 3030.2 3.60922 3030.39C3.80356 3030.59 4.03448 3030.74 4.28865 3030.84C4.54282 3030.95 4.81519 3031 5.09002 3031H13.22C12.5958 3030.39 12.03 3029.72 11.53 3029ZM29.7 3028.41C28.4677 3029.52 26.9805 3030.31 25.37 3030.71L23.07 3033C25.2212 3032.99 27.3289 3032.39 29.1727 3031.28C31.0164 3030.18 32.5282 3028.59 33.55 3026.7C32.4459 3027.61 31.1149 3028.2 29.7 3028.41Z" fill="#FAFAFA"/>
246
- <path d="M15.0799 3027.07C13.7306 3025.33 12.9986 3023.2 12.9999 3021C13.0024 3019.21 13.4825 3017.46 14.3905 3015.93C15.2985 3014.39 16.6012 3013.12 18.1634 3012.26C19.7257 3011.4 21.4905 3010.97 23.2747 3011.02C25.0589 3011.07 26.7975 3011.59 28.3099 3012.54H28.4499C29.4524 3012.54 30.4464 3012.72 31.3799 3013.09L32.3299 3013.47C31.3092 3012.22 30.0471 3011.19 28.6192 3010.44C27.1912 3009.69 25.6267 3009.24 24.0191 3009.1C22.4116 3008.97 20.7939 3009.17 19.2628 3009.67C17.7318 3010.18 16.3188 3010.99 15.1082 3012.06C13.8977 3013.12 12.9144 3014.42 12.2173 3015.88C11.5202 3017.33 11.1234 3018.91 11.0508 3020.52C10.9781 3022.13 11.231 3023.74 11.7945 3025.26C12.3579 3026.77 13.2202 3028.15 14.3299 3029.32C14.3959 3028.52 14.6531 3027.75 15.0799 3027.07Z" fill="#FAFAFA"/>
244
+ <path d="M7.50601 3001.17C6.3551 3001.17 5.25133 3001.62 4.43752 3002.44C3.6237 3003.25 3.1665 3004.36 3.1665 3005.51V3010.43C3.1665 3011.02 3.63909 3011.49 4.22206 3011.49C4.80503 3011.49 5.27762 3011.02 5.27762 3010.43V3005.51C5.27762 3004.92 5.51239 3004.35 5.9303 3003.93C6.3482 3003.51 6.915 3003.28 7.50601 3003.28H12.4319C13.0149 3003.28 13.4875 3002.81 13.4875 3002.22C13.4875 3001.64 13.0149 3001.17 12.4319 3001.17H7.50601Z" fill="#E9EAEC"/>
245
+ <path d="M25.5677 3001.17C24.9848 3001.17 24.5122 3001.64 24.5122 3002.22C24.5122 3002.81 24.9848 3003.28 25.5677 3003.28H30.4937C31.0847 3003.28 31.6515 3003.51 32.0694 3003.93C32.4873 3004.35 32.7221 3004.92 32.7221 3005.51V3010.43C32.7221 3011.02 33.1946 3011.49 33.7776 3011.49C34.3606 3011.49 34.8332 3011.02 34.8332 3010.43V3005.51C34.8332 3004.36 34.376 3003.25 33.5622 3002.44C32.7483 3001.62 31.6446 3001.17 30.4937 3001.17H25.5677Z" fill="#E9EAEC"/>
246
+ <path d="M5.27762 3023.57C5.27762 3022.99 4.80503 3022.51 4.22206 3022.51C3.63909 3022.51 3.1665 3022.99 3.1665 3023.57V3028.49C3.1665 3029.65 3.6237 3030.75 4.43752 3031.56C5.25133 3032.38 6.3551 3032.83 7.50601 3032.83H12.4319C13.0149 3032.83 13.4875 3032.36 13.4875 3031.78C13.4875 3031.2 13.0149 3030.72 12.4319 3030.72H7.50601C6.915 3030.72 6.3482 3030.49 5.9303 3030.07C5.51239 3029.65 5.27762 3029.09 5.27762 3028.49V3023.57Z" fill="#E9EAEC"/>
247
+ <path d="M13.4054 3017C13.4054 3013.91 15.9101 3011.41 18.9998 3011.41C20.8991 3011.41 22.5773 3012.35 23.5886 3013.8C23.7978 3013.59 24.0283 3013.39 24.2775 3013.22C24.6186 3012.99 24.9877 3012.8 25.3739 3012.67C23.9872 3010.63 21.6498 3009.29 18.9998 3009.29C14.7442 3009.29 11.2943 3012.74 11.2943 3017C11.2943 3020.57 13.7239 3023.58 17.0204 3024.45L16.8368 3024.22C16.2574 3023.5 15.9107 3022.62 15.8447 3021.69C15.843 3021.67 15.8415 3021.64 15.8401 3021.62C14.3699 3020.61 13.4054 3018.92 13.4054 3017Z" fill="#E9EAEC"/>
248
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.8611 3014.53L26.8642 3014.53L28.0276 3014.53C28.524 3014.53 29.0088 3014.68 29.4187 3014.96C29.8285 3015.24 30.1444 3015.64 30.3243 3016.1L30.797 3017.32L32.2199 3018.13L33.526 3017.93L33.5431 3017.93C34.0273 3017.87 34.5204 3017.95 34.9597 3018.16C35.3992 3018.37 35.7656 3018.71 36.0117 3019.14L36.0146 3019.14L36.5777 3020.12C36.8291 3020.55 36.9451 3021.04 36.9098 3021.54C36.8745 3022.04 36.689 3022.51 36.3787 3022.9L36.3759 3022.9L35.5747 3023.92V3025.54L36.4042 3026.57C36.7162 3026.95 36.9027 3027.43 36.9381 3027.93C36.9734 3028.42 36.8574 3028.92 36.606 3029.35L36.0429 3030.33L36.04 3030.33C35.7939 3030.75 35.4274 3031.09 34.988 3031.31C34.5487 3031.52 34.0556 3031.6 33.5714 3031.54L33.5543 3031.53L32.2482 3031.34L30.8253 3032.15L30.3528 3033.36C30.1729 3033.83 29.8565 3034.22 29.447 3034.51C29.0371 3034.79 28.5523 3034.94 28.0559 3034.94L28.0528 3034.94H26.8642L26.8611 3034.94C26.3647 3034.94 25.8799 3034.79 25.47 3034.51C25.0605 3034.22 24.7446 3033.83 24.5647 3033.36M24.5647 3033.36L24.0917 3032.15L22.6688 3031.34L21.3627 3031.53L21.3456 3031.54C20.8613 3031.6 20.3683 3031.52 19.9289 3031.31C19.4895 3031.09 19.1231 3030.75 18.877 3030.33L18.8741 3030.33L18.3109 3029.35C18.0595 3028.92 17.9436 3028.42 17.9788 3027.93C18.0142 3027.43 18.1996 3026.96 18.51 3026.57L19.3139 3025.55V3023.93L18.4845 3022.9C18.1724 3022.51 17.986 3022.04 17.9505 3021.54C17.9153 3021.04 18.0312 3020.55 18.2826 3020.12L18.8487 3019.14C19.0948 3018.71 19.4612 3018.37 19.9006 3018.16C20.34 3017.95 20.833 3017.87 21.3173 3017.93L21.3344 3017.93L22.6439 3018.13L24.0929 3017.31L24.5642 3016.1C24.7441 3015.64 25.0603 3015.24 25.47 3014.96C25.8799 3014.68 26.3647 3014.53 26.8611 3014.53M26.8663 3016.64C26.7929 3016.64 26.7219 3016.66 26.6624 3016.7C26.6028 3016.75 26.5577 3016.8 26.5324 3016.87L25.9234 3018.43C25.835 3018.66 25.6709 3018.85 25.4588 3018.97L23.3646 3020.15C23.1591 3020.27 22.9207 3020.31 22.6873 3020.27L21.029 3020.02C20.9591 3020.01 20.8884 3020.03 20.8256 3020.06C20.7617 3020.09 20.7094 3020.14 20.6744 3020.2L20.1038 3021.19C20.0678 3021.25 20.0514 3021.32 20.0563 3021.39C20.0612 3021.46 20.0869 3021.53 20.1308 3021.58L21.1894 3022.89C21.3419 3023.08 21.425 3023.31 21.425 3023.55V3025.92C21.425 3026.15 21.3451 3026.38 21.1981 3026.57L20.1604 3027.89C20.1157 3027.94 20.0896 3028.01 20.0846 3028.08C20.0797 3028.15 20.096 3028.22 20.1321 3028.28L20.1387 3028.29L20.7027 3029.27C20.7377 3029.33 20.79 3029.38 20.8539 3029.41C20.9167 3029.44 20.9874 3029.45 21.0573 3029.44L22.7156 3029.19C22.951 3029.16 23.1916 3029.2 23.3983 3029.32L25.4641 3030.5C25.6737 3030.62 25.8358 3030.81 25.9234 3031.04L26.5324 3032.6C26.5577 3032.67 26.6028 3032.72 26.6624 3032.76C26.722 3032.8 26.793 3032.83 26.8663 3032.83H28.0506C28.124 3032.83 28.195 3032.8 28.2545 3032.76C28.3142 3032.72 28.3592 3032.67 28.3846 3032.6L28.9935 3031.04C29.0812 3030.81 29.2433 3030.62 29.4528 3030.5L31.5187 3029.32C31.7254 3029.2 31.9659 3029.16 32.2013 3029.19L33.8597 3029.44C33.9296 3029.45 34.0003 3029.44 34.0631 3029.41C34.127 3029.38 34.1793 3029.33 34.2143 3029.27L34.7848 3028.28C34.8209 3028.22 34.8373 3028.15 34.8324 3028.08C34.8274 3028.01 34.8018 3027.94 34.7579 3027.89L33.6993 3026.58C33.5468 3026.39 33.4636 3026.16 33.4636 3025.92V3023.55C33.4636 3023.31 33.5436 3023.08 33.6906 3022.9L34.7283 3021.58C34.773 3021.53 34.7991 3021.46 34.8041 3021.39C34.809 3021.32 34.7927 3021.25 34.7566 3021.19L34.75 3021.18L34.186 3020.2C34.151 3020.14 34.0987 3020.09 34.0348 3020.06C33.972 3020.03 33.9013 3020.01 33.8313 3020.02L32.173 3020.27C31.9376 3020.31 31.6971 3020.27 31.4904 3020.15L29.4245 3018.96C29.215 3018.85 29.0529 3018.66 28.9652 3018.43L28.3563 3016.87C28.3309 3016.8 28.2859 3016.75 28.2262 3016.7C28.1667 3016.66 28.0957 3016.64 28.0224 3016.64H26.8663ZM24.6989 3022C25.428 3021.27 26.4157 3020.86 27.4443 3020.86C28.2116 3020.86 28.962 3021.09 29.6008 3021.51C30.2397 3021.94 30.7385 3022.54 31.0333 3023.25C31.3281 3023.96 31.4053 3024.74 31.255 3025.49C31.1046 3026.24 30.7336 3026.93 30.1898 3027.47C29.646 3028.01 28.9539 3028.38 28.2013 3028.53C27.4487 3028.68 26.6685 3028.6 25.9593 3028.31C25.2499 3028.02 24.6427 3027.52 24.2151 3026.89C23.7875 3026.25 23.5588 3025.5 23.5588 3024.73C23.5588 3023.71 23.9696 3022.72 24.6989 3022ZM27.4443 3022.97C26.9719 3022.97 26.52 3023.16 26.1877 3023.49C25.8555 3023.82 25.67 3024.27 25.67 3024.73C25.67 3025.08 25.7733 3025.42 25.9675 3025.71C26.1618 3026 26.4386 3026.22 26.7635 3026.36C27.0884 3026.49 27.4463 3026.53 27.7916 3026.46C28.1368 3026.39 28.4532 3026.22 28.701 3025.98C28.9487 3025.73 29.1168 3025.42 29.1848 3025.08C29.2529 3024.74 29.218 3024.38 29.0844 3024.06C28.9508 3023.74 28.7242 3023.47 28.4323 3023.27C28.1404 3023.08 27.7965 3022.97 27.4443 3022.97Z" fill="#E9EAEC"/>
247
249
  </g>
248
250
  <defs>
249
251
  <clipPath id="clip0_2062_6492">