bfg-common 1.4.105 → 1.4.107

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 (1019) 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 +409 -409
  16. package/assets/img/icons/icons-sprite-dark-2.svg +60 -25
  17. package/assets/img/icons/icons-sprite-dark-3.svg +229 -229
  18. package/assets/img/icons/icons-sprite-dark-4.svg +9 -7
  19. package/assets/img/icons/icons-sprite-dark-5.svg +424 -16
  20. package/assets/img/icons/icons-sprite-dark-6.svg +3 -1
  21. package/assets/img/icons/icons-sprite-light-1.svg +409 -409
  22. package/assets/img/icons/icons-sprite-light-2.svg +60 -25
  23. package/assets/img/icons/icons-sprite-light-3.svg +229 -229
  24. package/assets/img/icons/icons-sprite-light-4.svg +9 -7
  25. package/assets/img/icons/icons-sprite-light-5.svg +422 -14
  26. package/assets/img/icons/icons-sprite-light-6.svg +3 -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 -245
  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 +416 -60
  45. package/assets/scss/common/icons/icons-6.scss +30 -30
  46. package/assets/scss/common/icons/icons.scss +15 -19
  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 +294 -294
  282. package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
  283. package/components/common/layout/theHeader/ThemeSwitch.vue +59 -59
  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 +175 -175
  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 +156 -156
  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/HorizontalOld.vue +307 -307
  464. package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
  465. package/components/common/split/vertical/Vertical.vue +213 -213
  466. package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
  467. package/components/common/tools/Actions.vue +172 -172
  468. package/components/common/tools/lib/models/interfaces.ts +7 -7
  469. package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
  470. package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
  471. package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
  472. package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
  473. package/components/common/vm/actions/add/lib/utils.ts +103 -103
  474. package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
  475. package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
  476. package/components/common/vm/actions/clone/lib/utils.ts +43 -43
  477. package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
  478. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
  479. package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
  480. package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
  481. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
  482. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
  483. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
  484. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -156
  485. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +270 -270
  486. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
  487. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
  488. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
  489. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
  490. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
  491. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
  492. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
  493. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
  494. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
  495. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
  496. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
  497. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
  498. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
  499. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
  500. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
  501. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
  502. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
  503. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
  504. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
  505. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
  506. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
  507. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
  508. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
  509. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
  510. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
  511. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
  512. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
  513. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
  514. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
  515. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
  516. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
  517. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
  518. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
  519. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
  520. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
  521. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
  522. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
  523. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
  524. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
  525. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
  526. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
  527. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
  528. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
  529. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
  530. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
  531. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
  532. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
  533. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
  534. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
  535. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
  536. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
  537. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
  538. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
  539. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
  540. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
  541. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
  542. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
  543. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
  544. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
  545. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
  546. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
  547. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
  548. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
  549. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
  550. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
  551. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
  552. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
  553. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
  554. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
  555. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
  556. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
  557. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
  558. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
  559. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
  560. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
  561. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
  562. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
  563. package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
  564. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
  565. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
  566. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
  567. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
  568. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
  569. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
  570. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
  571. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
  572. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
  573. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
  574. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
  575. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
  576. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
  577. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
  578. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
  579. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
  580. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
  581. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
  582. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
  583. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
  584. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
  585. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
  586. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
  587. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
  588. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
  589. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
  590. package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
  591. package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -345
  592. package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
  593. package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -149
  594. package/components/common/vm/actions/common/lib/models/types.ts +65 -65
  595. package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -51
  596. package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
  597. package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
  598. package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
  599. package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
  600. package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
  601. package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
  602. package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -34
  603. package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
  604. package/components/common/vm/actions/common/select/name/Name.vue +236 -236
  605. package/components/common/vm/actions/common/select/os/os.vue +232 -232
  606. package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
  607. package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
  608. package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
  609. package/components/common/vm/actions/confirm/Confirm.vue +39 -39
  610. package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
  611. package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
  612. package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
  613. package/components/common/vm/actions/lib/models/types.ts +11 -11
  614. package/components/common/vm/actions/lib/utils.ts +246 -246
  615. package/components/common/vm/lib/models/interfaces.ts +9 -9
  616. package/components/common/vm/lib/utils/powerActions.ts +55 -55
  617. package/components/common/weekSelect/WeekSelect.vue +143 -143
  618. package/components/common/weekSelect/lib/config/options.ts +10 -10
  619. package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
  620. package/components/common/wizards/datastore/add/Add.vue +307 -307
  621. package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
  622. package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
  623. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
  624. package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
  625. package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
  626. package/components/common/wizards/datastore/add/lib/validations.ts +169 -169
  627. package/components/common/wizards/datastore/add/local/Local.vue +45 -45
  628. package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
  629. package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
  630. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
  631. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
  632. package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
  633. package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
  634. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
  635. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
  636. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
  637. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
  638. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
  639. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
  640. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
  641. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +236 -236
  642. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
  643. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
  644. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
  645. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
  646. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
  647. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
  648. package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
  649. package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
  650. package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
  651. package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
  652. package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
  653. package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
  654. package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
  655. package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
  656. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
  657. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
  658. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
  659. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
  660. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
  661. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
  662. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
  663. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
  664. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
  665. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
  666. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
  667. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
  668. package/components/common/wizards/datastore/add/types/Types.vue +83 -83
  669. package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
  670. package/components/common/wizards/network/add/Add.vue +1036 -1036
  671. package/components/common/wizards/network/add/lib/config/index.ts +35 -35
  672. package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
  673. package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
  674. package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
  675. package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
  676. package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
  677. package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
  678. package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
  679. package/components/common/wizards/network/add/lib/models/types.ts +14 -14
  680. package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
  681. package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
  682. package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
  683. package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
  684. package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
  685. package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
  686. package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
  687. package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
  688. package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
  689. package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
  690. package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
  691. package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
  692. package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
  693. package/components/common/wizards/network/add/validations/common.ts +26 -26
  694. package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
  695. package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
  696. package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
  697. package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
  698. package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
  699. package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
  700. package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
  701. package/components/common/wizards/network/add/validations/validations.ts +43 -43
  702. package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
  703. package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
  704. package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
  705. package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
  706. package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
  707. package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
  708. package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
  709. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
  710. package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
  711. package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
  712. package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
  713. package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
  714. package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
  715. package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
  716. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
  717. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
  718. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
  719. package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
  720. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
  721. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
  722. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
  723. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
  724. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
  725. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
  726. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
  727. package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
  728. package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
  729. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
  730. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
  731. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
  732. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
  733. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
  734. package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
  735. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
  736. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
  737. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
  738. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
  739. package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
  740. package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
  741. package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
  742. package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
  743. package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
  744. package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
  745. package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
  746. package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
  747. package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
  748. package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
  749. package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
  750. package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
  751. package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
  752. package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
  753. package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
  754. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
  755. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
  756. package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
  757. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
  758. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
  759. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
  760. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
  761. package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
  762. package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
  763. package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
  764. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
  765. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
  766. package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
  767. package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
  768. package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
  769. package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
  770. package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
  771. package/components/content/Hint.vue +24 -24
  772. package/components/lib/models/interfaces.ts +14 -14
  773. package/composables/deepCopy.ts +21 -21
  774. package/composables/useAppVersion.ts +22 -22
  775. package/composables/useDiff.ts +15 -15
  776. package/composables/useEnvLanguage.ts +23 -23
  777. package/composables/useLocal.ts +44 -44
  778. package/composables/useLocalStorage.ts +45 -45
  779. package/composables/useThrottle.ts +32 -32
  780. package/composables/useUniqueId.ts +5 -5
  781. package/eslint/index.js +15 -15
  782. package/eslint/no-import-type.js +17 -17
  783. package/eslint/no-invalid-type-prefix.js +32 -32
  784. package/layouts/auth.vue +31 -31
  785. package/lib/config/regExp.ts +13 -13
  786. package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
  787. package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
  788. package/lib/models/composables/useMyFetch/types.ts +1 -1
  789. package/lib/models/enums.ts +35 -35
  790. package/lib/models/interfaces.ts +63 -63
  791. package/lib/models/plugins/date/interfaces.ts +5 -5
  792. package/lib/models/plugins/date/types.ts +1 -1
  793. package/lib/models/plugins/validation/interfaces.ts +21 -21
  794. package/lib/models/plugins/validation/types.ts +1 -1
  795. package/lib/models/store/host/interfaces.ts +38 -38
  796. package/lib/models/store/interfaces.ts +43 -43
  797. package/lib/models/store/network/interfaces.ts +13 -13
  798. package/lib/models/store/storage/interfaces.ts +32 -32
  799. package/lib/models/store/tasks/enums.ts +27 -27
  800. package/lib/models/store/tasks/interfaces.ts +122 -122
  801. package/lib/models/store/tasks/types.ts +2 -2
  802. package/lib/models/store/types.ts +43 -43
  803. package/lib/models/store/vm/interfaces.ts +234 -234
  804. package/lib/models/table/interfaces.ts +38 -38
  805. package/lib/models/table/types.ts +1 -1
  806. package/lib/models/types.ts +38 -38
  807. package/lib/utils/base64.ts +34 -34
  808. package/lib/utils/contentBuild.ts +34 -34
  809. package/lib/utils/notification.ts +22 -22
  810. package/lib/utils/sendTask.ts +73 -73
  811. package/minify.js +146 -146
  812. package/modules/fixContentBuild/index.ts +91 -91
  813. package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
  814. package/modules/fixSpiceConsoleBuild/index.ts +28 -28
  815. package/modules/replaceEnv/index.ts +40 -40
  816. package/nuxt.config.ts +8 -8
  817. package/package.json +42 -42
  818. package/plugins/binary.ts +158 -158
  819. package/plugins/date.ts +179 -179
  820. package/plugins/spice-console/spice.console.ts +147 -147
  821. package/plugins/text.ts +48 -48
  822. package/plugins/validation.ts +172 -172
  823. package/public/spice-console/application/WorkerProcess.js +3350 -3350
  824. package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
  825. package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
  826. package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
  827. package/public/spice-console/application/agent.js +175 -175
  828. package/public/spice-console/application/application.js +641 -641
  829. package/public/spice-console/application/checkActivity.js +50 -50
  830. package/public/spice-console/application/clientgui.js +842 -842
  831. package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
  832. package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
  833. package/public/spice-console/application/clipboard.js +82 -82
  834. package/public/spice-console/application/codec.js +263 -263
  835. package/public/spice-console/application/imagecache.js +81 -81
  836. package/public/spice-console/application/inputmanager.js +270 -270
  837. package/public/spice-console/application/packetfactory.js +202 -202
  838. package/public/spice-console/application/packetfilter.js +103 -103
  839. package/public/spice-console/application/packetprocess.js +75 -75
  840. package/public/spice-console/application/rasteroperation.js +118 -118
  841. package/public/spice-console/application/spiceconnection.js +197 -197
  842. package/public/spice-console/application/stream.js +67 -67
  843. package/public/spice-console/application/virtualmouse.js +109 -109
  844. package/public/spice-console/keymaps/keyevent.js +36 -36
  845. package/public/spice-console/keymaps/keymap.js +229 -229
  846. package/public/spice-console/keymaps/keymapes.js +375 -375
  847. package/public/spice-console/keymaps/keymapesObj.js +317 -317
  848. package/public/spice-console/keymaps/keymapus.js +317 -317
  849. package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
  850. package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
  851. package/public/spice-console/lib/AsyncConsumer.js +204 -204
  852. package/public/spice-console/lib/AsyncWorker.js +60 -60
  853. package/public/spice-console/lib/CollisionDetector.js +27 -27
  854. package/public/spice-console/lib/DataLogger.js +197 -197
  855. package/public/spice-console/lib/GenericObjectPool.js +152 -152
  856. package/public/spice-console/lib/GlobalPool.js +114 -114
  857. package/public/spice-console/lib/ImageUncompressor.js +138 -138
  858. package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
  859. package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
  860. package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
  861. package/public/spice-console/lib/base64.js +298 -298
  862. package/public/spice-console/lib/biginteger.js +1640 -1640
  863. package/public/spice-console/lib/bowser.js +276 -276
  864. package/public/spice-console/lib/decoder/dixie.js +7930 -7930
  865. package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
  866. package/public/spice-console/lib/displayRouter.js +83 -83
  867. package/public/spice-console/lib/encrypt.js +191 -191
  868. package/public/spice-console/lib/flipper.js +39 -39
  869. package/public/spice-console/lib/graphic.js +1230 -1230
  870. package/public/spice-console/lib/graphicdebug.js +223 -223
  871. package/public/spice-console/lib/images/jsquic_family.js +83 -83
  872. package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
  873. package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
  874. package/public/spice-console/lib/images/lz.js +717 -717
  875. package/public/spice-console/lib/images/png.js +275 -275
  876. package/public/spice-console/lib/jgestures.min.js +43 -43
  877. package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
  878. package/public/spice-console/lib/jquery-mousewheel.js +83 -83
  879. package/public/spice-console/lib/jquery-visibility.min.js +1 -1
  880. package/public/spice-console/lib/jsbn.js +578 -578
  881. package/public/spice-console/lib/jsbn2.js +675 -675
  882. package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
  883. package/public/spice-console/lib/modernizr.js +39 -39
  884. package/public/spice-console/lib/pixastic.js +3244 -3244
  885. package/public/spice-console/lib/prettyprint.js +794 -794
  886. package/public/spice-console/lib/prng4.js +64 -64
  887. package/public/spice-console/lib/queue.js +259 -259
  888. package/public/spice-console/lib/rasterEngine.js +907 -907
  889. package/public/spice-console/lib/rng.js +87 -87
  890. package/public/spice-console/lib/runqueue.js +103 -103
  891. package/public/spice-console/lib/sha1.js +124 -124
  892. package/public/spice-console/lib/stuckkeyshandler.js +122 -122
  893. package/public/spice-console/lib/timelapsedetector.js +62 -62
  894. package/public/spice-console/lib/utils.js +327 -327
  895. package/public/spice-console/lib/virtualjoystick.js +370 -370
  896. package/public/spice-console/network/busconnection.js +195 -195
  897. package/public/spice-console/network/clusternodechooser.js +49 -49
  898. package/public/spice-console/network/connectioncontrol.js +60 -60
  899. package/public/spice-console/network/packetcontroller.js +62 -62
  900. package/public/spice-console/network/packetextractor.js +73 -73
  901. package/public/spice-console/network/packetlinkfactory.js +64 -64
  902. package/public/spice-console/network/packetreassembler.js +77 -77
  903. package/public/spice-console/network/reassemblerfactory.js +39 -39
  904. package/public/spice-console/network/sizedefiner.js +86 -86
  905. package/public/spice-console/network/socket.js +120 -120
  906. package/public/spice-console/network/socketqueue.js +95 -95
  907. package/public/spice-console/network/spicechannel.js +375 -375
  908. package/public/spice-console/network/websocketwrapper.js +75 -75
  909. package/public/spice-console/process/busprocess.js +309 -309
  910. package/public/spice-console/process/cursorprocess.js +110 -110
  911. package/public/spice-console/process/displaypreprocess.js +152 -152
  912. package/public/spice-console/process/displayprocess.js +210 -210
  913. package/public/spice-console/process/inputprocess.js +203 -203
  914. package/public/spice-console/process/mainprocess.js +78 -78
  915. package/public/spice-console/process/playbackprocess.js +233 -233
  916. package/public/spice-console/run.js +180 -180
  917. package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
  918. package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
  919. package/public/spice-console/swcanvas/swcanvas.js +82 -82
  920. package/public/spice-console/tools/generate.php +269 -269
  921. package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
  922. package/public/spice-console/tools/generateSpiceObject.php +81 -81
  923. package/store/main/lib/interfaces.ts +9 -9
  924. package/store/storage/device/lib/models/interfaces.ts +26 -26
  925. package/store/tasks/actions.ts +133 -133
  926. package/store/tasks/getters.ts +25 -25
  927. package/store/tasks/lib/models/interfaces.ts +18 -18
  928. package/store/tasks/mappers/tasks.ts +42 -42
  929. package/store/tasks/mutations.ts +58 -58
  930. package/store/tasks/state.ts +16 -16
  931. package/store/tasks/store.ts +12 -12
  932. package/tsconfig.json +4 -4
  933. package/assets/img/icons/icons-sprite-dark-1-old.svg +0 -1
  934. package/assets/img/icons/icons-sprite-dark-2-old.svg +0 -1
  935. package/assets/img/icons/icons-sprite-dark-3-old.svg +0 -1
  936. package/assets/img/icons/icons-sprite-dark-4-old.svg +0 -1
  937. package/assets/img/icons/icons-sprite-dark-7.svg +0 -8
  938. package/assets/img/icons/icons-sprite-dark-8.svg +0 -190
  939. package/assets/img/icons/icons-sprite-dark-9.svg +0 -71
  940. package/assets/img/icons/icons-sprite-light-1-old.svg +0 -1
  941. package/assets/img/icons/icons-sprite-light-2-old.svg +0 -1
  942. package/assets/img/icons/icons-sprite-light-3-old.svg +0 -1
  943. package/assets/img/icons/icons-sprite-light-4-old.svg +0 -1
  944. package/assets/img/icons/icons-sprite-light-7.svg +0 -8
  945. package/assets/img/icons/icons-sprite-light-8.svg +0 -190
  946. package/assets/img/icons/icons-sprite-light-9.svg +0 -71
  947. package/assets/scss/common/icons/icons-7.scss +0 -29
  948. package/assets/scss/common/icons/icons-8.scss +0 -191
  949. package/assets/scss/common/icons/icons-9.scss +0 -95
  950. package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +0 -61
  951. package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +0 -84
  952. package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +0 -62
  953. package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +0 -5
  954. package/components/common/wizards/vmNew/migrate/Migrate.vue +0 -235
  955. package/components/common/wizards/vmNew/migrate/lib/config/constructDataReady.ts +0 -100
  956. package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +0 -82
  957. package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +0 -6
  958. package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +0 -32
  959. package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
  960. package/components/common/wizards/vmNew/migrate/lib/validations.ts +0 -29
  961. package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +0 -219
  962. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +0 -28
  963. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +0 -6
  964. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +0 -30
  965. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +0 -12
  966. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +0 -143
  967. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +0 -113
  968. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +0 -124
  969. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +0 -115
  970. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +0 -65
  971. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +0 -66
  972. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +0 -50
  973. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +0 -60
  974. package/components/common/wizards/vmNew/migrate/select/network/Network.vue +0 -125
  975. package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +0 -114
  976. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +0 -78
  977. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +0 -70
  978. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +0 -13
  979. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +0 -12
  980. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +0 -21
  981. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +0 -54
  982. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +0 -7
  983. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +0 -47
  984. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +0 -1
  985. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +0 -5
  986. package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +0 -39
  987. package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +0 -21
  988. package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +0 -1
  989. package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +0 -207
  990. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +0 -64
  991. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/config/virtualDiskFormat.ts +0 -30
  992. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/Table.vue +0 -117
  993. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/config/datastoreTable.ts +0 -177
  994. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/models/types.ts +0 -15
  995. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +0 -87
  996. package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +0 -20
  997. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +0 -6
  998. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +0 -14
  999. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +0 -9
  1000. package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +0 -84
  1001. package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +0 -88
  1002. package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/config/config.ts +0 -179
  1003. package/components/common/wizards/vmNew/migrate/select/storage/table/datastore/lib/models/types.ts +0 -15
  1004. package/components/common/wizards/vmNew/migrate/select/storage/table/disk/Disk.vue +0 -86
  1005. package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/config.ts +0 -123
  1006. package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/config/tableKeys.ts +0 -15
  1007. package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/interfaces.ts +0 -24
  1008. package/components/common/wizards/vmNew/migrate/select/storage/table/disk/lib/models/types.ts +0 -13
  1009. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +0 -18
  1010. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +0 -1
  1011. package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +0 -294
  1012. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +0 -36
  1013. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +0 -13
  1014. package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +0 -27
  1015. package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +0 -41
  1016. package/components/common/wizards/vmNew/migrate/select/type/Type.vue +0 -27
  1017. package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +0 -41
  1018. package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +0 -5
  1019. package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +0 -5
@@ -41,34 +41,61 @@
41
41
  <path d="M16 324.5C16.8284 324.5 17.5 323.828 17.5 323C17.5 322.172 16.8284 321.5 16 321.5C15.1716 321.5 14.5 322.172 14.5 323C14.5 323.828 15.1716 324.5 16 324.5Z" fill="#FAFAFA"/>
42
42
  <path d="M30.24 357H17C16.4696 357 15.9609 357.211 15.5858 357.586C15.2107 357.961 15 358.47 15 359V375C15 375.53 15.2107 376.039 15.5858 376.414C15.9609 376.789 16.4696 377 17 377H33C33.5304 377 34.0391 376.789 34.4142 376.414C34.7893 376.039 35 375.53 35 375V361.76L30.24 357ZM29.4 375H20.54V370.48H29.4V375ZM33 375H30.6V369.88C30.6013 369.8 30.5868 369.721 30.5572 369.647C30.5277 369.573 30.4837 369.506 30.4278 369.449C30.372 369.392 30.3054 369.347 30.2319 369.317C30.1585 369.286 30.0796 369.27 30 369.27H19.94C19.8604 369.27 19.7815 369.286 19.7081 369.317C19.6346 369.347 19.568 369.392 19.5122 369.449C19.4563 369.506 19.4123 369.573 19.3828 369.647C19.3532 369.721 19.3387 369.8 19.34 369.88V375H17V359H19.4V364C19.4 364.079 19.4155 364.157 19.4457 364.23C19.4758 364.302 19.52 364.369 19.5757 364.424C19.6315 364.48 19.6976 364.524 19.7704 364.554C19.8432 364.584 19.9212 364.6 20 364.6H28C28.1591 364.6 28.3117 364.537 28.4243 364.424C28.5368 364.312 28.6 364.159 28.6 364C28.6 363.841 28.5368 363.688 28.4243 363.576C28.3117 363.463 28.1591 363.4 28 363.4H20.6V359H29.41L33 362.59V375Z" fill="#FAFAFA"/>
43
43
  <path d="M5 347H25V355H27V347C27 346.47 26.7893 345.961 26.4142 345.586C26.0391 345.211 25.5304 345 25 345H5C4.46957 345 3.96086 345.211 3.58579 345.586C3.21071 345.961 3 346.47 3 347V373C3 373.53 3.21071 374.039 3.58579 374.414C3.96086 374.789 4.46957 375 5 375H13V373H5V347Z" fill="#FAFAFA"/>
44
- <path d="M5 411V385H25V393C25.6705 393.004 26.3395 393.064 27 393.18V385C27 384.47 26.7893 383.961 26.4142 383.586C26.0391 383.211 25.5304 383 25 383H5C4.46957 383 3.96086 383.211 3.58579 383.586C3.21071 383.961 3 384.47 3 385V411C3 411.53 3.21071 412.039 3.58579 412.414C3.96086 412.789 4.46957 413 5 413H16.08C15.526 412.385 15.0368 411.715 14.62 411H5Z" fill="#FAFAFA"/>
45
- <path d="M25 395C23.0222 395 21.0888 395.586 19.4443 396.685C17.7998 397.784 16.5181 399.346 15.7612 401.173C15.0043 403 14.8063 405.011 15.1922 406.951C15.578 408.891 16.5304 410.673 17.9289 412.071C19.3275 413.47 21.1093 414.422 23.0491 414.808C24.9889 415.194 26.9996 414.996 28.8268 414.239C30.6541 413.482 32.2159 412.2 33.3147 410.556C34.4135 408.911 35 406.978 35 405C35 402.348 33.9464 399.804 32.0711 397.929C30.1957 396.054 27.6522 395 25 395ZM25 413C23.4178 413 21.871 412.531 20.5554 411.652C19.2399 410.773 18.2145 409.523 17.609 408.061C17.0035 406.6 16.845 404.991 17.1537 403.439C17.4624 401.887 18.2243 400.462 19.3431 399.343C20.462 398.224 21.8874 397.462 23.4393 397.154C24.9911 396.845 26.5997 397.003 28.0615 397.609C29.5233 398.214 30.7727 399.24 31.6518 400.555C32.5308 401.871 33 403.418 33 405C33 407.122 32.1572 409.157 30.6569 410.657C29.1566 412.157 27.1217 413 25 413Z" fill="#FAFAFA"/>
46
- <path d="M25 401C24.2089 401 23.4355 401.235 22.7777 401.674C22.1199 402.114 21.6072 402.738 21.3045 403.469C21.0017 404.2 20.9225 405.004 21.0769 405.78C21.2312 406.556 21.6122 407.269 22.1716 407.828C22.731 408.388 23.4437 408.769 24.2196 408.923C24.9956 409.077 25.7998 408.998 26.5307 408.696C27.2616 408.393 27.8864 407.88 28.3259 407.222C28.7654 406.564 29 405.791 29 405C29 403.939 28.5786 402.922 27.8284 402.172C27.0783 401.421 26.0609 401 25 401ZM25 407.8C24.4462 407.8 23.9049 407.636 23.4444 407.328C22.9839 407.02 22.6251 406.583 22.4131 406.072C22.2012 405.56 22.1458 404.997 22.2538 404.454C22.3618 403.911 22.6285 403.412 23.0201 403.02C23.4117 402.629 23.9106 402.362 24.4537 402.254C24.9969 402.146 25.5599 402.201 26.0715 402.413C26.5831 402.625 27.0205 402.984 27.3281 403.444C27.6358 403.905 27.8 404.446 27.8 405C27.7974 405.742 27.5015 406.452 26.977 406.977C26.4525 407.502 25.7418 407.797 25 407.8Z" fill="#FAFAFA"/>
47
- <path d="M9 451H5C4.46957 451 3.96086 450.789 3.58579 450.414C3.21071 450.039 3 449.53 3 449V423C3 422.47 3.21071 421.961 3.58579 421.586C3.96086 421.211 4.46957 421 5 421H25C25.5304 421 26.0391 421.211 26.4142 421.586C26.7893 421.961 27 422.47 27 423V435H25V423H5V449H9V451Z" fill="#FAFAFA"/>
48
- <path d="M13 441H11V439C11 438.47 11.2107 437.961 11.5858 437.586C11.9609 437.211 12.4696 437 13 437H35V441H33V439H13V441ZM33 453H13C12.4696 453 11.9609 452.789 11.5858 452.414C11.2107 452.039 11 451.53 11 451V445H13V451H33V445H35V451C35 451.53 34.7893 452.039 34.4142 452.414C34.0391 452.789 33.5304 453 33 453Z" fill="#FAFAFA"/>
49
- <path d="M19 449H15V444H16V448H19V449ZM25 449H21V444H22V448H25V449ZM31 449H27V444H28V448H31V449Z" fill="#FAFAFA"/>
50
- <path d="M34.91 475.47L31.78 464.41C31.654 464.002 31.4005 463.645 31.0568 463.391C30.7131 463.137 30.2972 463 29.87 463H8.13C7.70279 463 7.28687 463.137 6.94316 463.391C6.59946 463.645 6.34603 464.002 6.22 464.41L3.09 475.48C3.03066 475.671 3.00032 475.87 3 476.07V485C3 485.53 3.21071 486.039 3.58579 486.414C3.96086 486.789 4.46957 487 5 487H33C33.5304 487 34.0391 486.789 34.4142 486.414C34.7893 486.039 35 485.53 35 485V476.06C34.9997 475.86 34.9693 475.661 34.91 475.47ZM33 485H5V476.06L8.13 465H29.87L33 476.06V485Z" fill="#FAFAFA"/>
51
- <path d="M9 479H11V483H9V479ZM15 479H17V483H15V479ZM21 479H23V483H21V479ZM27 479H29V483H27V479ZM8 475H30V477H8V475Z" fill="#FAFAFA"/>
52
- <path d="M9 517H11V521H9V517ZM15 517H17V521H15V517ZM21 517H23V521H21V517ZM27 517H29V521H27V517Z" fill="#FAFAFA"/>
53
- <path d="M8 513V515H28C25.7432 515.004 23.5412 514.305 21.7 513H8ZM28 515H30V514.81C29.3405 514.934 28.6711 514.998 28 515Z" fill="#FAFAFA"/>
54
- <path d="M34.69 512.71C34.1385 513.133 33.5494 513.505 32.93 513.82L33 514.06V523H5V514.06L8.13 503H17.05C17.1198 502.324 17.2469 501.655 17.43 501H8.13C7.70279 501 7.28687 501.137 6.94316 501.391C6.59946 501.645 6.34603 502.002 6.22 502.41L3.09 513.48C3.03066 513.671 3.00032 513.87 3 514.07V523C3 523.53 3.21071 524.039 3.58579 524.414C3.96086 524.789 4.46957 525 5 525H33C33.5304 525 34.0391 524.789 34.4142 524.414C34.7893 524.039 35 523.53 35 523V514.06C34.9997 513.86 34.9693 513.661 34.91 513.47L34.69 512.71Z" fill="#FAFAFA"/>
55
- <path d="M28 495C26.22 495 24.4799 495.528 22.9999 496.517C21.5198 497.506 20.3663 498.911 19.6851 500.556C19.0039 502.2 18.8257 504.01 19.1729 505.756C19.5202 507.502 20.3774 509.105 21.636 510.364C22.8947 511.623 24.4984 512.48 26.2442 512.827C27.99 513.174 29.7996 512.996 31.4442 512.315C33.0887 511.634 34.4943 510.48 35.4832 509C36.4722 507.52 37 505.78 37 504C37 501.613 36.0518 499.324 34.364 497.636C32.6761 495.948 30.387 495 28 495ZM29 509H27V507H29V509ZM29 505H27V499H29V505Z" fill="#F84E30"/>
44
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 385.278C11.4213 385.278 5.27762 391.422 5.27762 399C5.27762 406.579 11.4213 412.722 18.9998 412.722C26.5784 412.722 32.7221 406.579 32.7221 399C32.7221 391.422 26.5784 385.278 18.9998 385.278ZM3.1665 399C3.1665 390.256 10.2553 383.167 18.9998 383.167C27.7443 383.167 34.8332 390.256 34.8332 399C34.8332 407.745 27.7443 414.833 18.9998 414.833C10.2553 414.833 3.1665 407.745 3.1665 399Z" fill="#E9EAEC"/>
45
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9999 395.031C16.808 395.031 15.031 396.808 15.031 399C15.031 401.192 16.808 402.969 18.9999 402.969C21.1919 402.969 22.9688 401.192 22.9688 399C22.9688 396.808 21.1919 395.031 18.9999 395.031ZM12.9199 399C12.9199 395.642 15.642 392.92 18.9999 392.92C22.3578 392.92 25.0799 395.642 25.0799 399C25.0799 402.358 22.3578 405.08 18.9999 405.08C15.642 405.08 12.9199 402.358 12.9199 399Z" fill="#E9EAEC"/>
46
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.8401 388.611C17.0148 389.168 16.7055 389.76 16.1494 389.935C15.8252 390.037 15.5084 390.155 15.2001 390.29C13.0088 391.247 11.2472 393.009 10.2898 395.2C10.1551 395.509 10.0363 395.825 9.93447 396.15C9.75979 396.706 9.1673 397.015 8.61112 396.84C8.05494 396.666 7.74568 396.073 7.92037 395.517C8.04504 395.12 8.19042 394.732 8.35524 394.355C9.52562 391.676 11.6762 389.526 14.3549 388.355C14.7321 388.191 15.1198 388.045 15.5168 387.921C16.073 387.746 16.6654 388.055 16.8401 388.611Z" fill="#E9EAEC"/>
47
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M29.3886 401.16C29.9448 401.334 30.2541 401.927 30.0794 402.483C29.9547 402.88 29.8093 403.268 29.6445 403.645C28.4741 406.324 26.3236 408.474 23.6448 409.645C23.2676 409.809 22.8799 409.955 22.483 410.079C21.9268 410.254 21.3343 409.945 21.1596 409.389C20.9849 408.832 21.2942 408.24 21.8504 408.065C22.1746 407.963 22.4914 407.845 22.7996 407.71C24.991 406.753 26.7525 404.991 27.71 402.8C27.8447 402.491 27.9634 402.175 28.0653 401.85C28.24 401.294 28.8324 400.985 29.3886 401.16Z" fill="#E9EAEC"/>
48
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 428.028C3.1665 426.279 4.58427 424.861 6.33317 424.861H31.6665C33.4154 424.861 34.8332 426.279 34.8332 428.028V433.095C34.8332 433.818 34.2607 434.308 33.6709 434.367C33.1386 434.419 32.7221 434.87 32.7221 435.417C32.7221 435.964 33.1386 436.414 33.6709 436.467C34.2607 436.526 34.8332 437.016 34.8332 437.739V442.806C34.8332 444.555 33.4154 445.972 31.6665 445.972H6.33317C4.58427 445.972 3.1665 444.555 3.1665 442.806V437.739C3.1665 437.016 3.73897 436.526 4.32873 436.467C4.86108 436.414 5.27762 435.964 5.27762 435.417C5.27762 434.87 4.86108 434.419 4.32873 434.367C3.73897 434.308 3.1665 433.818 3.1665 433.095V428.028ZM6.33317 426.972C5.7502 426.972 5.27762 427.445 5.27762 428.028V432.431C6.50782 432.866 7.38873 434.038 7.38873 435.417C7.38873 436.796 6.50782 437.968 5.27762 438.403V442.806C5.27762 443.389 5.7502 443.861 6.33317 443.861H31.6665C32.2495 443.861 32.7221 443.389 32.7221 442.806V438.403C31.4919 437.968 30.6109 436.796 30.6109 435.417C30.6109 434.038 31.4919 432.866 32.7221 432.431V428.028C32.7221 427.445 32.2495 426.972 31.6665 426.972H6.33317Z" fill="#E9EAEC"/>
49
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.33317 443.861C6.91614 443.861 7.38873 444.334 7.38873 444.917V448.084C7.38873 448.667 6.91614 449.139 6.33317 449.139C5.7502 449.139 5.27762 448.667 5.27762 448.084V444.917C5.27762 444.334 5.7502 443.861 6.33317 443.861Z" fill="#E9EAEC"/>
50
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.5554 443.861C11.1384 443.861 11.6109 444.334 11.6109 444.917V448.084C11.6109 448.667 11.1384 449.139 10.5554 449.139C9.97243 449.139 9.49984 448.667 9.49984 448.084V444.917C9.49984 444.334 9.97243 443.861 10.5554 443.861Z" fill="#E9EAEC"/>
51
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M14.7776 443.861C15.3606 443.861 15.8332 444.334 15.8332 444.917V448.084C15.8332 448.667 15.3606 449.139 14.7776 449.139C14.1946 449.139 13.7221 448.667 13.7221 448.084V444.917C13.7221 444.334 14.1946 443.861 14.7776 443.861Z" fill="#E9EAEC"/>
52
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18.9998 443.861C19.5828 443.861 20.0554 444.334 20.0554 444.917V448.084C20.0554 448.667 19.5828 449.139 18.9998 449.139C18.4169 449.139 17.9443 448.667 17.9443 448.084V444.917C17.9443 444.334 18.4169 443.861 18.9998 443.861Z" fill="#E9EAEC"/>
53
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.2221 443.861C23.805 443.861 24.2776 444.334 24.2776 444.917V448.084C24.2776 448.667 23.805 449.139 23.2221 449.139C22.6391 449.139 22.1665 448.667 22.1665 448.084V444.917C22.1665 444.334 22.6391 443.861 23.2221 443.861Z" fill="#E9EAEC"/>
54
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.4443 443.861C28.0272 443.861 28.4998 444.334 28.4998 444.917V448.084C28.4998 448.667 28.0272 449.139 27.4443 449.139C26.8613 449.139 26.3887 448.667 26.3887 448.084V444.917C26.3887 444.334 26.8613 443.861 27.4443 443.861Z" fill="#E9EAEC"/>
55
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M31.6665 443.861C32.2495 443.861 32.7221 444.334 32.7221 444.917V448.084C32.7221 448.667 32.2495 449.139 31.6665 449.139C31.0835 449.139 30.6109 448.667 30.6109 448.084V444.917C30.6109 444.334 31.0835 443.861 31.6665 443.861Z" fill="#E9EAEC"/>
56
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.65539 432.039C8.65539 431.106 9.41153 430.35 10.3443 430.35H12.8776C13.8104 430.35 14.5665 431.106 14.5665 432.039V438.795C14.5665 439.727 13.8104 440.484 12.8776 440.484H10.3443C9.41153 440.484 8.65539 439.727 8.65539 438.795V432.039ZM12.8776 432.039L10.3443 432.039V438.795H12.8776V432.039Z" fill="#E9EAEC"/>
57
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.0443 432.039C16.0443 431.106 16.8004 430.35 17.7332 430.35H20.2665C21.1993 430.35 21.9554 431.106 21.9554 432.039V438.795C21.9554 439.727 21.1993 440.484 20.2665 440.484H17.7332C16.8004 440.484 16.0443 439.727 16.0443 438.795V432.039ZM20.2665 432.039L17.7332 432.039V438.795H20.2665V432.039Z" fill="#E9EAEC"/>
58
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.4332 432.039C23.4332 431.106 24.1893 430.35 25.1221 430.35H27.6554C28.5881 430.35 29.3443 431.106 29.3443 432.039V438.795C29.3443 439.727 28.5881 440.484 27.6554 440.484H25.1221C24.1893 440.484 23.4332 439.727 23.4332 438.795V432.039ZM27.6554 432.039L25.1221 432.039V438.795H27.6554V432.039Z" fill="#E9EAEC"/>
59
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M3.1665 479.222C3.1665 477.473 4.58427 476.056 6.33317 476.056H31.6665C33.4154 476.056 34.8332 477.473 34.8332 479.222V485.556C34.8332 487.305 33.4154 488.722 31.6665 488.722H6.33317C4.58427 488.722 3.1665 487.305 3.1665 485.556V479.222ZM6.33317 478.167C5.7502 478.167 5.27762 478.639 5.27762 479.222V485.556C5.27762 486.139 5.7502 486.611 6.33317 486.611H31.6665C32.2495 486.611 32.7221 486.139 32.7221 485.556V479.222C32.7221 478.639 32.2495 478.167 31.6665 478.167H6.33317Z" fill="#E9EAEC"/>
60
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M8.00539 463.379C8.45551 462.119 9.6493 461.278 10.9876 461.278H27.0121C28.3504 461.278 29.5442 462.119 29.9943 463.379L34.6487 476.412C34.7708 476.754 34.8332 477.114 34.8332 477.477V481.333H32.7221V477.477C32.7221 477.356 32.7013 477.236 32.6606 477.122L28.0062 464.089C27.8561 463.669 27.4582 463.389 27.0121 463.389H10.9876C10.5415 463.389 10.1436 463.669 9.99352 464.089L5.33911 477.122C5.29842 477.236 5.27762 477.356 5.27762 477.477V481.333H3.1665V477.477C3.1665 477.114 3.22891 476.754 3.35099 476.412L8.00539 463.379Z" fill="#E9EAEC"/>
61
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 480.699C13.4053 480.174 13.8306 479.749 14.3553 479.749H16.7831C17.3077 479.749 17.7331 480.174 17.7331 480.699C17.7331 481.223 17.3077 481.649 16.7831 481.649H14.3553C13.8306 481.649 13.4053 481.223 13.4053 480.699Z" fill="#E9EAEC"/>
62
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 480.699C19.8447 480.174 20.2701 479.749 20.7947 479.749H23.2225C23.7472 479.749 24.1725 480.174 24.1725 480.699C24.1725 481.223 23.7472 481.649 23.2225 481.649H20.7947C20.2701 481.649 19.8447 481.223 19.8447 480.699Z" fill="#E9EAEC"/>
63
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 480.699C26.2832 480.174 26.7085 479.749 27.2332 479.749H29.661C30.1857 479.749 30.611 480.174 30.611 480.699C30.611 481.223 30.1857 481.649 29.661 481.649H27.2332C26.7085 481.649 26.2832 481.223 26.2832 480.699Z" fill="#E9EAEC"/>
64
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 484.079C13.4053 483.555 13.8306 483.129 14.3553 483.129H16.7831C17.3077 483.129 17.7331 483.555 17.7331 484.079C17.7331 484.604 17.3077 485.029 16.7831 485.029H14.3553C13.8306 485.029 13.4053 484.604 13.4053 484.079Z" fill="#E9EAEC"/>
65
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 484.079C19.8447 483.555 20.2701 483.129 20.7947 483.129H23.2225C23.7472 483.129 24.1725 483.555 24.1725 484.079C24.1725 484.604 23.7472 485.029 23.2225 485.029H20.7947C20.2701 485.029 19.8447 484.604 19.8447 484.079Z" fill="#E9EAEC"/>
66
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 484.079C26.2832 483.555 26.7085 483.129 27.2332 483.129H29.661C30.1857 483.129 30.611 483.555 30.611 484.079C30.611 484.604 30.1857 485.029 29.661 485.029H27.2332C26.7085 485.029 26.2832 484.604 26.2832 484.079Z" fill="#E9EAEC"/>
67
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.38916 482.389C7.38916 481.573 8.05078 480.911 8.86694 480.911H8.88277C9.69893 480.911 10.3605 481.573 10.3605 482.389C10.3605 483.205 9.69893 483.867 8.88277 483.867H8.86694C8.05078 483.867 7.38916 483.205 7.38916 482.389Z" fill="#E9EAEC"/>
68
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.6803 499.278H10.9876C9.6493 499.278 8.45551 500.119 8.00539 501.379L3.35099 514.412C3.22891 514.754 3.1665 515.114 3.1665 515.477V523.556C3.1665 525.305 4.58427 526.722 6.33317 526.722H31.6665C33.4154 526.722 34.8332 525.305 34.8332 523.556V515.477C34.8332 515.114 34.7708 514.754 34.6487 514.412L34.3371 513.539C32.6221 514.539 30.6278 515.111 28.4998 515.111C26.7709 515.111 25.1302 514.733 23.6559 514.056H6.33317C6.1153 514.056 5.90257 514.078 5.69707 514.12L9.99352 502.089C10.1436 501.669 10.5415 501.389 10.9876 501.389H17.0802C17.2142 500.659 17.4166 499.953 17.6803 499.278ZM5.27762 517.222C5.27762 516.639 5.7502 516.167 6.33317 516.167H31.6665C32.2495 516.167 32.7221 516.639 32.7221 517.222V523.556C32.7221 524.139 32.2495 524.611 31.6665 524.611H6.33317C5.7502 524.611 5.27762 524.139 5.27762 523.556V517.222Z" fill="#E9EAEC"/>
69
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38 503.5C38 508.747 33.7467 513 28.5 513C23.2533 513 19 508.747 19 503.5C19 498.253 23.2533 494 28.5 494C33.7467 494 38 498.253 38 503.5ZM28.5 504.07C29.1296 504.07 29.64 503.56 29.64 502.93V499.13C29.64 498.501 29.1296 497.99 28.5 497.99C27.8704 497.99 27.36 498.501 27.36 499.13V502.93C27.36 503.56 27.8704 504.07 28.5 504.07ZM28.5 505.97C27.7655 505.97 27.17 506.565 27.17 507.3C27.17 508.035 27.7655 508.63 28.5 508.63H28.5095C29.244 508.63 29.8395 508.035 29.8395 507.3C29.8395 506.565 29.244 505.97 28.5095 505.97H28.5Z" fill="#EA3223"/>
70
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 518.699C13.4053 518.174 13.8306 517.749 14.3553 517.749H16.7831C17.3077 517.749 17.7331 518.174 17.7331 518.699C17.7331 519.223 17.3077 519.649 16.7831 519.649H14.3553C13.8306 519.649 13.4053 519.223 13.4053 518.699Z" fill="#E9EAEC"/>
71
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 518.699C19.8447 518.174 20.2701 517.749 20.7947 517.749H23.2225C23.7472 517.749 24.1725 518.174 24.1725 518.699C24.1725 519.223 23.7472 519.649 23.2225 519.649H20.7947C20.2701 519.649 19.8447 519.223 19.8447 518.699Z" fill="#E9EAEC"/>
72
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 518.699C26.2832 518.174 26.7085 517.749 27.2332 517.749H29.661C30.1857 517.749 30.611 518.174 30.611 518.699C30.611 519.223 30.1857 519.649 29.661 519.649H27.2332C26.7085 519.649 26.2832 519.223 26.2832 518.699Z" fill="#E9EAEC"/>
73
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 522.079C13.4053 521.555 13.8306 521.129 14.3553 521.129H16.7831C17.3077 521.129 17.7331 521.555 17.7331 522.079C17.7331 522.604 17.3077 523.029 16.7831 523.029H14.3553C13.8306 523.029 13.4053 522.604 13.4053 522.079Z" fill="#E9EAEC"/>
74
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 522.079C19.8447 521.555 20.2701 521.129 20.7947 521.129H23.2225C23.7472 521.129 24.1725 521.555 24.1725 522.079C24.1725 522.604 23.7472 523.029 23.2225 523.029H20.7947C20.2701 523.029 19.8447 522.604 19.8447 522.079Z" fill="#E9EAEC"/>
75
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 522.079C26.2832 521.555 26.7085 521.129 27.2332 521.129H29.661C30.1857 521.129 30.611 521.555 30.611 522.079C30.611 522.604 30.1857 523.029 29.661 523.029H27.2332C26.7085 523.029 26.2832 522.604 26.2832 522.079Z" fill="#E9EAEC"/>
76
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.38916 520.389C7.38916 519.573 8.05078 518.911 8.86694 518.911H8.88277C9.69893 518.911 10.3605 519.573 10.3605 520.389C10.3605 521.205 9.69893 521.867 8.88277 521.867H8.86694C8.05078 521.867 7.38916 521.205 7.38916 520.389Z" fill="#E9EAEC"/>
56
77
  <path d="M9 555H11V559H9V555ZM12.06 551H8V553H12.69C12.2884 552.41 12.0693 551.714 12.06 551ZM17 557.45L15 555.43V559H17V557.45ZM30 551H27.5L29.48 553H30V551Z" fill="#FAFAFA"/>
57
78
  <path d="M20.51 561H5V552.06L8.13 541H29.87L33 552.06V556.55L35 558.55V552.05C34.9997 551.85 34.9693 551.651 34.91 551.46L31.78 540.41C31.654 540.002 31.4005 539.645 31.0568 539.391C30.7131 539.137 30.2972 539 29.87 539H8.13C7.70279 539 7.28687 539.137 6.94316 539.391C6.59946 539.645 6.34603 540.002 6.22 540.41L3.09 551.48C3.03066 551.671 3.00032 551.87 3 552.07V561C3 561.53 3.21071 562.039 3.58579 562.414C3.96086 562.789 4.46957 563 5 563H22.49L20.51 561Z" fill="#FAFAFA"/>
58
79
  <path d="M14.5198 549.83C14.2193 550.133 14.0508 550.543 14.0508 550.97C14.0508 551.397 14.2193 551.807 14.5198 552.11L28.1798 565.92L32.9998 567H33.3598C33.4659 567.015 33.5736 567.015 33.6798 567C33.8982 566.969 34.1077 566.892 34.2949 566.775C34.4821 566.658 34.6429 566.503 34.7671 566.321C34.8913 566.138 34.9761 565.932 35.0162 565.715C35.0562 565.498 35.0506 565.275 34.9998 565.06L33.8898 560.25L20.1698 546.46C19.8681 546.16 19.4601 545.992 19.0348 545.992C18.6095 545.992 18.2014 546.16 17.8998 546.46L14.5398 549.83H14.5198ZM18.9098 553.68L21.7298 550.86L31.9998 561.25L32.8498 564.88L29.1898 564.07L18.9098 553.68ZM16.2098 551L19.0498 548.16L20.5998 549.74L17.7798 552.56L16.2098 551Z" fill="#FAFAFA"/>
59
80
  <path d="M22 593H16C15.7348 593 15.4804 592.895 15.2929 592.707C15.1054 592.52 15 592.265 15 592V576C15 575.735 15.1054 575.48 15.2929 575.293C15.4804 575.105 15.7348 575 16 575H28C28.2652 575 28.5196 575.105 28.7071 575.293C28.8946 575.48 29 575.735 29 576V586H27V577H17V591H22V593Z" fill="#FAFAFA"/>
60
81
  <path d="M22.0001 593C21.8689 593.003 21.7388 592.976 21.6201 592.92C21.4375 592.845 21.2811 592.718 21.1708 592.554C21.0605 592.39 21.0011 592.197 21.0001 592V586C21.0001 585.735 21.1054 585.48 21.293 585.293C21.4805 585.105 21.7349 585 22.0001 585H28.0001C28.1975 585.001 28.3902 585.06 28.5539 585.171C28.7177 585.281 28.8451 585.437 28.9201 585.62C28.9967 585.802 29.0176 586.003 28.9802 586.197C28.9428 586.391 28.8488 586.569 28.7101 586.71L22.7101 592.71C22.6166 592.803 22.5058 592.876 22.384 592.926C22.2621 592.976 22.1317 593.001 22.0001 593ZM23.0001 587V589.59L25.5901 587H23.0001ZM8.12008 592.24C7.85774 592.239 7.60634 592.135 7.42008 591.95L3.18008 587.71C3.08635 587.617 3.01195 587.506 2.96118 587.385C2.91042 587.263 2.88428 587.132 2.88428 587C2.88428 586.868 2.91042 586.737 2.96118 586.615C3.01195 586.494 3.08635 586.383 3.18008 586.29C3.36744 586.104 3.62089 585.999 3.88508 585.999C4.14926 585.999 4.40271 586.104 4.59008 586.29L8.12008 589.83L11.6601 586.29C11.8474 586.104 12.1009 585.999 12.3651 585.999C12.6293 585.999 12.8827 586.104 13.0701 586.29C13.1638 586.383 13.2382 586.494 13.289 586.615C13.3397 586.737 13.3659 586.868 13.3659 587C13.3659 587.132 13.3397 587.263 13.289 587.385C13.2382 587.506 13.1638 587.617 13.0701 587.71L8.83008 592C8.63347 592.169 8.37891 592.255 8.12008 592.24Z" fill="#FAFAFA"/>
61
82
  <path d="M9 590H7V582C7 581.204 7.31607 580.441 7.87868 579.879C8.44129 579.316 9.20435 579 10 579H13V581H10C9.73478 581 9.48043 581.105 9.29289 581.293C9.10536 581.48 9 581.735 9 582V590ZM27 599H31V601H27V599Z" fill="#FAFAFA"/>
62
- <path d="M34 605H4C3.73478 605 3.48043 604.895 3.29289 604.707C3.10536 604.52 3 604.265 3 604V596C3.00216 595.732 3.10578 595.475 3.29 595.28C3.48034 595.097 3.73562 594.996 4 595H34C34.2652 595 34.5196 595.105 34.7071 595.293C34.8946 595.481 35 595.735 35 596V604C35 604.265 34.8946 604.52 34.7071 604.707C34.5196 604.895 34.2652 605 34 605ZM5 603H33V597H5V603Z" fill="#FAFAFA"/>
83
+ <path d="M34 605H4C3.73478 605 3.48043 604.895 3.29289 604.707C3.10536 604.519 3 604.265 3 604V596C3.00216 595.732 3.10578 595.475 3.29 595.28C3.48034 595.096 3.73562 594.996 4 595H34C34.2652 595 34.5196 595.105 34.7071 595.293C34.8946 595.48 35 595.735 35 596V604C35 604.265 34.8946 604.519 34.7071 604.707C34.5196 604.895 34.2652 605 34 605ZM5 603H33V597H5V603Z" fill="#FAFAFA"/>
63
84
  <path d="M17.22 641.78C16.6612 641.218 16.3476 640.458 16.3476 639.665C16.3476 638.872 16.6612 638.112 17.22 637.55L22.72 632.05C22.4408 630.987 22.4613 629.868 22.7793 628.816C23.0972 627.765 23.7002 626.821 24.5214 626.091C25.3426 625.361 26.3498 624.873 27.4316 624.68C28.5133 624.488 29.6273 624.598 30.65 625L32.07 625.55L29.18 628.4C29.0868 628.493 29.0128 628.604 28.9623 628.726C28.9119 628.848 28.8859 628.978 28.8859 629.11C28.8859 629.242 28.9119 629.372 28.9623 629.494C29.0128 629.616 29.0868 629.727 29.18 629.82C29.2732 629.913 29.3839 629.987 29.5058 630.038C29.6276 630.088 29.7581 630.114 29.89 630.114C30.0219 630.114 30.1524 630.088 30.2743 630.038C30.3961 629.987 30.5068 629.913 30.6 629.82L33.49 626.93L34 628.35C34.3994 629.368 34.5102 630.477 34.3203 631.555C34.1305 632.632 33.6473 633.636 32.9238 634.457C32.2004 635.277 31.2647 635.883 30.2196 636.206C29.1745 636.53 28.0605 636.559 27 636.29L21.5 641.79C21.2201 642.074 20.8865 642.299 20.5187 642.452C20.151 642.605 19.7563 642.683 19.3579 642.683C18.9595 642.682 18.5652 642.601 18.1982 642.446C17.8311 642.291 17.4986 642.065 17.22 641.78ZM28.22 626.54C27.5921 626.583 26.9832 626.773 26.4426 627.095C25.902 627.417 25.4451 627.862 25.1089 628.394C24.7728 628.926 24.5669 629.53 24.508 630.157C24.4491 630.783 24.5389 631.415 24.77 632L25.01 632.6L18.63 639C18.5169 639.191 18.4705 639.414 18.4983 639.635C18.526 639.855 18.6263 640.06 18.7833 640.217C18.9403 640.374 19.1451 640.474 19.3654 640.502C19.5857 640.529 19.809 640.483 20 640.37L26.43 634L27.03 634.24C27.6137 634.465 28.2422 634.55 28.8648 634.489C29.4875 634.427 30.0869 634.22 30.615 633.884C31.1431 633.549 31.5852 633.094 31.9056 632.557C32.226 632.019 32.4159 631.414 32.46 630.79L32.01 631.24C31.4413 631.77 30.6891 632.058 29.9119 632.045C29.1347 632.031 28.3932 631.716 27.8435 631.166C27.2939 630.617 26.979 629.875 26.9653 629.098C26.9516 628.321 27.2401 627.569 27.77 627L28.22 626.54ZM15 615H27V617H15V615ZM15 619H27V621H15V619Z" fill="#FAFAFA"/>
64
- <path d="M14.55 641H13V613H29V622.56C29.6802 622.613 30.3517 622.747 31 622.96V612.31C30.9974 612.135 30.9604 611.963 30.8911 611.803C30.8219 611.642 30.7217 611.497 30.5964 611.376C30.471 611.254 30.3229 611.158 30.1605 611.094C29.9981 611.029 29.8247 610.998 29.65 611H12.35C12.1753 610.998 12.0019 611.029 11.8395 611.094C11.6771 611.158 11.529 611.254 11.4036 611.376C11.2783 611.497 11.1781 611.642 11.1089 611.803C11.0396 611.963 11.0026 612.135 11 612.31V643H15.65C15.1322 642.428 14.7555 641.744 14.55 641ZM29 638.48V641H25.07L23.07 643H31V638.1C30.3526 638.313 29.6803 638.441 29 638.48ZM9 643H4C3.73478 643 3.48043 642.895 3.29289 642.707C3.10536 642.52 3 642.265 3 642V614C3 613.735 3.10536 613.481 3.29289 613.293C3.48043 613.106 3.73478 613 4 613H9V615H5V641H9V643Z" fill="#FAFAFA"/>
85
+ <path d="M14.55 641H13V613H29V622.56C29.6802 622.613 30.3517 622.747 31 622.96V612.31C30.9974 612.135 30.9604 611.963 30.8911 611.802C30.8219 611.642 30.7217 611.497 30.5964 611.375C30.471 611.254 30.3229 611.158 30.1605 611.093C29.9981 611.029 29.8247 610.997 29.65 611H12.35C12.1753 610.997 12.0019 611.029 11.8395 611.093C11.6771 611.158 11.529 611.254 11.4036 611.375C11.2783 611.497 11.1781 611.642 11.1089 611.802C11.0396 611.963 11.0026 612.135 11 612.31V643H15.65C15.1322 642.428 14.7555 641.743 14.55 641ZM29 638.48V641H25.07L23.07 643H31V638.1C30.3526 638.313 29.6803 638.44 29 638.48ZM9 643H4C3.73478 643 3.48043 642.895 3.29289 642.707C3.10536 642.519 3 642.265 3 642V614C3 613.735 3.10536 613.48 3.29289 613.293C3.48043 613.105 3.73478 613 4 613H9V615H5V641H9V643Z" fill="#FAFAFA"/>
65
86
  <path d="M7 617H9V619H7V617ZM7 621H9V623H7V621Z" fill="#FAFAFA"/>
66
- <path d="M27 669H29V673H27V669ZM21 669H23V673H21V669ZM8 665H30V667H8V665ZM9 669H11V673H9V669ZM15 669H17V673H15V669Z" fill="#FAFAFA"/>
67
- <path d="M33.64 661H33V665H32.7L33 666.06V675H5V666.06L8.13 655H19V653H8.13C7.70279 653 7.28687 653.137 6.94316 653.391C6.59946 653.645 6.34603 654.002 6.22 654.41L3.09 665.48C3.03066 665.671 3.00032 665.87 3 666.07V675C3 675.53 3.21071 676.039 3.58579 676.414C3.96086 676.789 4.46957 677 5 677H33C33.5304 677 34.0391 676.789 34.4142 676.414C34.7893 676.039 35 675.53 35 675V666.06C34.9997 665.86 34.9693 665.661 34.91 665.47L33.64 661Z" fill="#FAFAFA"/>
68
- <path d="M37 653H31V647H27V653H21V657H27V663H31V657H37V653Z" fill="#59A011"/>
87
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38 655.5C38 660.747 33.7467 665 28.5 665C23.2533 665 19 660.747 19 655.5C19 650.253 23.2533 646 28.5 646C33.7467 646 38 650.253 38 655.5ZM28.5 650.085C29.1296 650.085 29.64 650.595 29.64 651.225V654.36H32.775C33.4046 654.36 33.915 654.87 33.915 655.5C33.915 656.13 33.4046 656.64 32.775 656.64H29.64V659.775C29.64 660.405 29.1296 660.915 28.5 660.915C27.8704 660.915 27.36 660.405 27.36 659.775V656.64H24.225C23.5954 656.64 23.085 656.13 23.085 655.5C23.085 654.87 23.5954 654.36 24.225 654.36H27.36V651.225C27.36 650.595 27.8704 650.085 28.5 650.085Z" fill="#239332"/>
88
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.6803 651.278H10.9876C9.6493 651.278 8.45551 652.119 8.00539 653.379L3.35099 666.412C3.22891 666.754 3.1665 667.114 3.1665 667.477V675.556C3.1665 677.305 4.58427 678.722 6.33317 678.722H31.6665C33.4154 678.722 34.8332 677.305 34.8332 675.556V667.477C34.8332 667.114 34.7708 666.754 34.6487 666.412L34.3371 665.539C32.6221 666.539 30.6278 667.111 28.4998 667.111C26.7709 667.111 25.1302 666.733 23.6559 666.056H6.33317C6.1153 666.056 5.90257 666.078 5.69707 666.12L9.99352 654.089C10.1436 653.669 10.5415 653.389 10.9876 653.389H17.0802C17.2142 652.659 17.4166 651.953 17.6803 651.278ZM5.27762 669.222C5.27762 668.639 5.7502 668.167 6.33317 668.167H31.6665C32.2495 668.167 32.7221 668.639 32.7221 669.222V675.556C32.7221 676.139 32.2495 676.611 31.6665 676.611H6.33317C5.7502 676.611 5.27762 676.139 5.27762 675.556V669.222Z" fill="#E9EAEC"/>
89
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 670.699C13.4053 670.174 13.8306 669.749 14.3553 669.749H16.7831C17.3077 669.749 17.7331 670.174 17.7331 670.699C17.7331 671.223 17.3077 671.649 16.7831 671.649H14.3553C13.8306 671.649 13.4053 671.223 13.4053 670.699Z" fill="#E9EAEC"/>
90
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 670.699C19.8447 670.174 20.2701 669.749 20.7947 669.749H23.2225C23.7472 669.749 24.1725 670.174 24.1725 670.699C24.1725 671.223 23.7472 671.649 23.2225 671.649H20.7947C20.2701 671.649 19.8447 671.223 19.8447 670.699Z" fill="#E9EAEC"/>
91
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 670.699C26.2832 670.174 26.7085 669.749 27.2332 669.749H29.661C30.1857 669.749 30.611 670.174 30.611 670.699C30.611 671.223 30.1857 671.649 29.661 671.649H27.2332C26.7085 671.649 26.2832 671.223 26.2832 670.699Z" fill="#E9EAEC"/>
92
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 674.079C13.4053 673.555 13.8306 673.129 14.3553 673.129H16.7831C17.3077 673.129 17.7331 673.555 17.7331 674.079C17.7331 674.604 17.3077 675.029 16.7831 675.029H14.3553C13.8306 675.029 13.4053 674.604 13.4053 674.079Z" fill="#E9EAEC"/>
93
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 674.079C19.8447 673.555 20.2701 673.129 20.7947 673.129H23.2225C23.7472 673.129 24.1725 673.555 24.1725 674.079C24.1725 674.604 23.7472 675.029 23.2225 675.029H20.7947C20.2701 675.029 19.8447 674.604 19.8447 674.079Z" fill="#E9EAEC"/>
94
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 674.079C26.2832 673.555 26.7085 673.129 27.2332 673.129H29.661C30.1857 673.129 30.611 673.555 30.611 674.079C30.611 674.604 30.1857 675.029 29.661 675.029H27.2332C26.7085 675.029 26.2832 674.604 26.2832 674.079Z" fill="#E9EAEC"/>
95
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.38916 672.389C7.38916 671.573 8.05078 670.911 8.86694 670.911H8.88277C9.69893 670.911 10.3605 671.573 10.3605 672.389C10.3605 673.205 9.69893 673.867 8.88277 673.867H8.86694C8.05078 673.867 7.38916 673.205 7.38916 672.389Z" fill="#E9EAEC"/>
69
96
  <path d="M27 707H29V711H27V707ZM21 707H23V711H21V707ZM9 707H11V711H9V707ZM15 707H17V711H15V707Z" fill="#FAFAFA"/>
70
97
  <path d="M33.94 700.06V705H33V713H5V704.06L8.13 693H18.2C18.3393 692.689 18.5323 692.404 18.77 692.16L19.93 691H8.13C7.70279 691 7.28687 691.137 6.94316 691.391C6.59946 691.645 6.34603 692.002 6.22 692.41L3.09 703.48C3.03066 703.671 3.00032 703.87 3 704.07V713C3 713.53 3.21071 714.039 3.58579 714.414C3.96086 714.789 4.46957 715 5 715H33C33.5304 715 34.0391 714.789 34.4142 714.414C34.7893 714.039 35 713.53 35 713V704.06C34.9997 703.86 34.9693 703.661 34.91 703.47L33.94 700.06Z" fill="#FAFAFA"/>
71
- <path d="M20.18 693.58C20.0716 693.689 19.9978 693.828 19.9679 693.979C19.9381 694.129 19.9535 694.286 20.0123 694.428C20.0711 694.57 20.1706 694.692 20.2983 694.777C20.426 694.863 20.5762 694.909 20.73 694.91H25V703H31.92V694.91H36.13C36.2839 694.909 36.4341 694.863 36.5618 694.777C36.6895 694.692 36.789 694.57 36.8478 694.428C36.9066 694.286 36.922 694.129 36.8922 693.979C36.8623 693.828 36.7885 693.689 36.68 693.58L28.44 685.32L20.18 693.58Z" fill="#0091DA"/>
98
+ <path d="M20.18 693.58C20.0716 693.689 19.9978 693.828 19.9679 693.979C19.9381 694.13 19.9535 694.286 20.0123 694.428C20.0711 694.57 20.1706 694.692 20.2983 694.778C20.426 694.863 20.5762 694.909 20.73 694.91H25V703H31.92V694.91H36.13C36.2839 694.909 36.4341 694.863 36.5618 694.778C36.6895 694.692 36.789 694.57 36.8478 694.428C36.9066 694.286 36.922 694.13 36.8922 693.979C36.8623 693.828 36.7885 693.689 36.68 693.58L28.44 685.32L20.18 693.58Z" fill="#0091DA"/>
72
99
  <path d="M23 704H23.02V703H8V705H23V704Z" fill="#FAFAFA"/>
73
100
  <path d="M23 735H21V731H23V735Z" fill="#FAFAFA"/>
74
101
  <path d="M17 735H13V731H17V735Z" fill="#FAFAFA"/>
@@ -78,11 +105,19 @@
78
105
  <path d="M31 749H29V741H31V749Z" fill="#FAFAFA"/>
79
106
  <path d="M25 745H21V741H25V745Z" fill="#FAFAFA"/>
80
107
  <path d="M17 749H15V741H17V749Z" fill="#FAFAFA"/>
81
- <path d="M9 783H11V787H9V783ZM15 783H17V787H15V783ZM21 783H23V787H21V783ZM27 783H29V787H27V783ZM14.46 780.21C14.2396 779.829 14.065 779.422 13.94 779H8V781H15C14.7969 780.753 14.6162 780.489 14.46 780.21Z" fill="#FAFAFA"/>
82
- <path d="M33 783.11V789H5V780.06L8.13 769H17.54L18.7 767H8.13C7.70279 767 7.28687 767.137 6.94316 767.391C6.59946 767.645 6.34603 768.002 6.22 768.41L3.09 779.48C3.03066 779.671 3.00032 779.87 3 780.07V789C3 789.53 3.21071 790.039 3.58579 790.414C3.96086 790.789 4.46957 791 5 791H33C33.5304 791 34.0391 790.789 34.4142 790.414C34.7893 790.039 35 789.53 35 789V782.56C34.3724 782.864 33.6946 783.05 33 783.11Z" fill="#FAFAFA"/>
83
- <path d="M26 762.19C25.3206 762.186 24.6523 762.362 24.0636 762.701C23.4749 763.041 22.987 763.53 22.65 764.12L16.19 775.35C15.8513 775.937 15.673 776.602 15.6729 777.279C15.6727 777.957 15.8508 778.622 16.1893 779.209C16.5277 779.796 17.0146 780.283 17.601 780.622C18.1874 780.961 18.8527 781.14 19.53 781.14H32.53C33.2073 781.14 33.8726 780.961 34.459 780.622C35.0454 780.283 35.5323 779.796 35.8707 779.209C36.2092 778.622 36.3873 777.957 36.3871 777.279C36.387 776.602 36.2087 775.937 35.87 775.35L29.36 764.12C29.0229 763.528 28.5337 763.037 27.9429 762.698C27.3521 762.358 26.6813 762.183 26 762.19Z" fill="#B68300"/>
84
- <path d="M25.9998 764.19C26.3264 764.189 26.6473 764.275 26.9301 764.438C27.2129 764.601 27.4474 764.837 27.6098 765.12L34.0898 776.35C34.253 776.633 34.339 776.953 34.339 777.28C34.339 777.606 34.2532 777.927 34.09 778.21C33.9268 778.492 33.6922 778.727 33.4095 778.89C33.1269 779.054 32.8062 779.14 32.4798 779.14H19.4798C19.1534 779.14 18.8327 779.054 18.5501 778.89C18.2674 778.727 18.0328 778.492 17.8696 778.21C17.7064 777.927 17.6206 777.606 17.6206 777.28C17.6206 776.953 17.7066 776.633 17.8698 776.35L24.4098 765.12C24.5689 764.838 24.7999 764.604 25.0793 764.44C25.3586 764.277 25.6762 764.191 25.9998 764.19Z" fill="#FFE02C"/>
85
- <path d="M25 775H27V777H25V775ZM25 767H27V773H25V767Z" fill="#454545"/>
108
+ <path d="M26.9452 760.875L19.2437 773.732C19.0849 774.007 19.0009 774.319 19 774.637C18.9991 774.954 19.0814 775.266 19.2386 775.542C19.3959 775.818 19.6226 776.048 19.8963 776.209C20.17 776.37 20.481 776.457 20.7985 776.46H36.2015C36.519 776.457 36.83 776.37 37.1037 776.209C37.3774 776.048 37.6041 775.818 37.7614 775.542C37.9186 775.266 38.0009 774.954 38 774.637C37.9991 774.319 37.9151 774.007 37.7563 773.732L30.0548 760.875C29.8927 760.608 29.6645 760.387 29.3922 760.234C29.1198 760.081 28.8125 760 28.5 760C28.1875 760 27.8802 760.081 27.6078 760.234C27.3355 760.387 27.1073 760.608 26.9452 760.875Z" fill="#FBCE28"/>
109
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 769.88C29.1295 769.88 29.6399 769.369 29.6399 768.74V764.94C29.6399 764.31 29.1295 763.8 28.4999 763.8C27.8703 763.8 27.3599 764.31 27.3599 764.94V768.74C27.3599 769.369 27.8703 769.88 28.4999 769.88Z" fill="#FBCE28"/>
110
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M28.4999 769.88C29.1295 769.88 29.6399 769.369 29.6399 768.74V764.94C29.6399 764.31 29.1295 763.8 28.4999 763.8C27.8703 763.8 27.3599 764.31 27.3599 764.94V768.74C27.3599 769.369 27.8703 769.88 28.4999 769.88Z" fill="#213444" fill-opacity="0.88"/>
111
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 773.109C27.1699 772.375 27.7654 771.779 28.4999 771.779H28.5094C29.244 771.779 29.8394 772.375 29.8394 773.109C29.8394 773.844 29.244 774.439 28.5094 774.439H28.4999C27.7654 774.439 27.1699 773.844 27.1699 773.109Z" fill="#FBCE28"/>
112
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.1699 773.109C27.1699 772.375 27.7654 771.779 28.4999 771.779H28.5094C29.244 771.779 29.8394 772.375 29.8394 773.109C29.8394 773.844 29.244 774.439 28.5094 774.439H28.4999C27.7654 774.439 27.1699 773.844 27.1699 773.109Z" fill="#213444" fill-opacity="0.88"/>
113
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M21.8471 765.278H10.9876C9.6493 765.278 8.45551 766.119 8.00539 767.379L3.35099 780.412C3.22891 780.754 3.1665 781.114 3.1665 781.477V789.556C3.1665 791.305 4.58427 792.722 6.33317 792.722H31.6665C33.4154 792.722 34.8332 791.305 34.8332 789.556V781.477C34.8332 781.114 34.7708 780.754 34.6487 780.412L33.9914 778.571L31.7497 778.571L32.3026 780.12C32.0971 780.078 31.8844 780.056 31.6665 780.056H6.33317C6.1153 780.056 5.90257 780.078 5.69707 780.12L9.99352 768.089C10.1436 767.669 10.5415 767.389 10.9876 767.389H20.5825L21.8471 765.278ZM5.27762 783.222C5.27762 782.639 5.7502 782.167 6.33317 782.167H31.6665C32.2495 782.167 32.7221 782.639 32.7221 783.222V789.556C32.7221 790.139 32.2495 790.611 31.6665 790.611H6.33317C5.7502 790.611 5.27762 790.139 5.27762 789.556V783.222Z" fill="#E9EAEC"/>
114
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 784.699C13.4053 784.174 13.8306 783.749 14.3553 783.749H16.7831C17.3077 783.749 17.7331 784.174 17.7331 784.699C17.7331 785.223 17.3077 785.649 16.7831 785.649H14.3553C13.8306 785.649 13.4053 785.223 13.4053 784.699Z" fill="#E9EAEC"/>
115
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 784.699C19.8447 784.174 20.2701 783.749 20.7947 783.749H23.2225C23.7472 783.749 24.1725 784.174 24.1725 784.699C24.1725 785.223 23.7472 785.649 23.2225 785.649H20.7947C20.2701 785.649 19.8447 785.223 19.8447 784.699Z" fill="#E9EAEC"/>
116
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 784.699C26.2832 784.174 26.7085 783.749 27.2332 783.749H29.661C30.1857 783.749 30.611 784.174 30.611 784.699C30.611 785.223 30.1857 785.649 29.661 785.649H27.2332C26.7085 785.649 26.2832 785.223 26.2832 784.699Z" fill="#E9EAEC"/>
117
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4053 788.079C13.4053 787.555 13.8306 787.129 14.3553 787.129H16.7831C17.3077 787.129 17.7331 787.555 17.7331 788.079C17.7331 788.604 17.3077 789.029 16.7831 789.029H14.3553C13.8306 789.029 13.4053 788.604 13.4053 788.079Z" fill="#E9EAEC"/>
118
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M19.8447 788.079C19.8447 787.555 20.2701 787.129 20.7947 787.129H23.2225C23.7472 787.129 24.1725 787.555 24.1725 788.079C24.1725 788.604 23.7472 789.029 23.2225 789.029H20.7947C20.2701 789.029 19.8447 788.604 19.8447 788.079Z" fill="#E9EAEC"/>
119
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.2832 788.079C26.2832 787.555 26.7085 787.129 27.2332 787.129H29.661C30.1857 787.129 30.611 787.555 30.611 788.079C30.611 788.604 30.1857 789.029 29.661 789.029H27.2332C26.7085 789.029 26.2832 788.604 26.2832 788.079Z" fill="#E9EAEC"/>
120
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M7.38916 786.389C7.38916 785.573 8.05078 784.911 8.86694 784.911H8.88277C9.69893 784.911 10.3605 785.573 10.3605 786.389C10.3605 787.205 9.69893 787.867 8.88277 787.867H8.86694C8.05078 787.867 7.38916 787.205 7.38916 786.389Z" fill="#E9EAEC"/>
86
121
  <path d="M14.6098 815.91C14.4599 816.06 14.3409 816.237 14.2597 816.433C14.1785 816.628 14.1367 816.838 14.1367 817.05C14.1367 817.262 14.1785 817.472 14.2597 817.667C14.3409 817.863 14.4599 818.04 14.6098 818.19L28.2698 832L33.1098 833.07H33.4798C33.7183 833.071 33.9539 833.018 34.1695 832.916C34.385 832.814 34.5749 832.665 34.7254 832.48C34.8759 832.295 34.9832 832.078 35.0393 831.847C35.0954 831.615 35.099 831.373 35.0498 831.14L33.9398 826.33L20.2498 812.54C20.1003 812.39 19.9226 812.271 19.727 812.19C19.5314 812.109 19.3216 812.067 19.1098 812.067C18.898 812.067 18.6883 812.109 18.4927 812.19C18.2971 812.271 18.1194 812.39 17.9698 812.54L14.6098 815.91ZM18.9998 819.76L21.8198 816.94L32.1198 827.33L32.9998 831L29.3498 830.19L18.9998 819.76ZM16.2998 817.07L19.1298 814.23L20.6798 815.81L17.8698 818.63L16.2998 817.07Z" fill="#FAFAFA"/>
87
122
  <path d="M21.36 827.86L20.4 831H17.6L16.5 827.4L16 827.3L13.9 826.4L13.4 826.1L10.1 827.9L8.1 825.9L9.9 822.6L9.6 822.1C9.21652 821.439 8.91433 820.734 8.7 820L8.6 819.5L5 818.4V815.6L8.4 814.6L8.6 814.1C8.79535 813.328 9.09832 812.588 9.5 811.9L9.8 811.4L8.1 808.1L10.1 806.1L13.3 807.9L13.8 807.6C14.4875 807.198 15.2281 806.895 16 806.7L16.5 806.5L17.6 803H20.4L21.5 806.5L22 806.7C22.7337 806.914 23.4388 807.217 24.1 807.6L24.6 807.9L27.9 806.1L29.9 808.1L28.1 811.4L28.4 811.9C28.7835 812.561 29.0857 813.266 29.3 814L29.4 814.5L33 815.6V818.4L29.84 819.4L31.43 821L33.9 820.23C34.2192 820.12 34.4965 819.914 34.6935 819.64C34.8905 819.366 34.9976 819.038 35 818.7V815.3C34.9932 814.941 34.8737 814.594 34.6583 814.306C34.4429 814.019 34.1426 813.807 33.8 813.7L31 812.8L30.4 811.3L31.8 808.7C31.9505 808.391 32.0025 808.043 31.9488 807.703C31.8952 807.363 31.7385 807.048 31.5 806.8L29.1 804.4C28.8521 804.162 28.537 804.005 28.1972 803.951C27.8574 803.898 27.5093 803.95 27.2 804.1L24.6 805.5L23.1 804.9L22.2 802.1C22.092 801.786 21.8904 801.512 21.6223 801.315C21.3542 801.118 21.0324 801.009 20.7 801H17.3C16.9609 800.997 16.632 801.116 16.3745 801.337C16.1171 801.558 15.9484 801.864 15.9 802.2L15 805C14.4327 805.094 13.8892 805.298 13.4 805.6L10.8 804.2C10.4907 804.05 10.1426 803.998 9.80282 804.051C9.46302 804.105 9.14789 804.262 8.9 804.5L6.5 806.9C6.26148 807.148 6.10482 807.463 6.05116 807.803C5.99751 808.143 6.04946 808.491 6.2 808.8L7.5 811.3C7.3 811.8 7.1 812.4 6.9 812.9L4.1 813.8C3.78555 813.908 3.51165 814.11 3.31503 814.378C3.11841 814.646 3.00849 814.968 3 815.3V818.7C3.00907 819.047 3.13123 819.381 3.34788 819.652C3.56452 819.923 3.86376 820.115 4.2 820.2L7 821.1L7.6 822.6L6.2 825.2C6.04946 825.509 5.99751 825.857 6.05116 826.197C6.10482 826.537 6.26148 826.852 6.5 827.1L8.9 829.5C9.14789 829.739 9.46302 829.895 9.80282 829.949C10.1426 830.003 10.4907 829.951 10.8 829.8L13.4 828.4L14.9 829L15.8 831.9C15.908 832.215 16.1096 832.488 16.3777 832.685C16.6458 832.882 16.9676 832.992 17.3 833H20.7C21.0324 832.992 21.3542 832.882 21.6223 832.685C21.8904 832.488 22.092 832.215 22.2 831.9L23 829.47L21.36 827.86Z" fill="#FAFAFA"/>
88
123
  <path d="M9.64021 851.05C9.45285 850.864 9.1994 850.759 8.93521 850.759C8.67103 850.759 8.41758 850.864 8.23022 851.05L3.22021 856L8.22021 860.95C8.40852 861.138 8.66391 861.244 8.93021 861.244C9.19652 861.244 9.45191 861.138 9.64021 860.95C9.82852 860.762 9.93431 860.506 9.93431 860.24C9.93431 859.974 9.82852 859.718 9.64021 859.53L7.10021 857H18.8302C19.0954 857 19.3498 856.895 19.5373 856.707C19.7249 856.52 19.8302 856.265 19.8302 856C19.8302 855.735 19.7249 855.48 19.5373 855.293C19.3498 855.105 19.0954 855 18.8302 855H7.10021L9.64021 852.46C9.82647 852.273 9.93101 852.019 9.93101 851.755C9.93101 851.491 9.82647 851.237 9.64021 851.05Z" fill="#FAFAFA"/>
@@ -119,8 +154,8 @@
119
154
  <path d="M22.8898 1297H8.82976C8.33464 1297.01 7.86469 1297.22 7.52203 1297.58C7.17937 1297.94 6.99168 1298.41 6.99976 1298.91V1323.09C6.99168 1323.59 7.17937 1324.06 7.52203 1324.42C7.86469 1324.78 8.33464 1324.99 8.82976 1325H29.1698C29.6649 1324.99 30.1348 1324.78 30.4775 1324.42C30.8202 1324.06 31.0078 1323.59 30.9998 1323.09V1304.92L22.8898 1297ZM22.5898 1299.49L28.5898 1305.39H22.5898V1299.49ZM8.99976 1323V1299H20.9998V1307H28.9998V1323H8.99976Z" fill="#FAFAFA"/>
120
155
  <path d="M21.31 1358.68L30.92 1349L21.31 1339.36C21.1936 1339.21 21.0364 1339.09 20.857 1339.03C20.6775 1338.96 20.4833 1338.95 20.2972 1338.99C20.1112 1339.04 19.941 1339.13 19.8068 1339.27C19.6727 1339.4 19.5801 1339.57 19.54 1339.76C19.5021 1339.95 19.5178 1340.14 19.585 1340.32C19.6523 1340.49 19.7685 1340.65 19.92 1340.76L27.11 1348H8C7.73478 1348 7.48043 1348.11 7.29289 1348.29C7.10536 1348.48 7 1348.73 7 1349C7 1349.27 7.10536 1349.52 7.29289 1349.71C7.48043 1349.89 7.73478 1350 8 1350H27.11L19.92 1357.25C19.733 1357.44 19.6285 1357.69 19.6294 1357.96C19.6304 1358.22 19.7367 1358.48 19.925 1358.67C20.1133 1358.85 20.3682 1358.96 20.6335 1358.96C20.8989 1358.95 21.153 1358.85 21.34 1358.66L21.31 1358.68Z" fill="#FAFAFA"/>
121
156
  <path fill-rule="evenodd" clip-rule="evenodd" d="M7.38883 1377.5C6.80587 1377.5 6.33328 1377.97 6.33328 1378.56V1395.44C6.33328 1396.03 6.80587 1396.5 7.38883 1396.5H30.6111C31.194 1396.5 31.6666 1396.03 31.6666 1395.44V1384.36H23.4057C22.0022 1384.36 20.7661 1383.44 20.3687 1382.09L19.4566 1379L19.1965 1378.22C19.0528 1377.79 18.6495 1377.5 18.1951 1377.5H7.38883ZM21.8761 1379.74L22.3934 1381.49C22.5258 1381.94 22.9379 1382.25 23.4057 1382.25H31.6666V1381.12C31.6666 1380.83 31.5539 1380.55 31.3578 1380.35C31.0705 1380.06 30.932 1379.95 30.777 1379.88C30.6144 1379.81 30.3311 1379.74 29.7082 1379.74H21.8761ZM21.2246 1377.63L21.1993 1377.55C20.7682 1376.26 19.5581 1375.39 18.1951 1375.39H7.38883C5.63993 1375.39 4.22217 1376.81 4.22217 1378.56V1395.44C4.22217 1397.19 5.63993 1398.61 7.38883 1398.61H30.6111C32.36 1398.61 33.7777 1397.19 33.7777 1395.44V1381.12C33.7777 1380.29 33.4556 1379.48 32.8709 1378.88C32.5479 1378.55 32.1717 1378.19 31.6204 1377.95C31.0767 1377.71 30.462 1377.63 29.7082 1377.63L21.2246 1377.63Z" fill="#E9EAEC"/>
122
- <path d="M31 1437H7V1421H14.31C14.8404 1421 15.3491 1420.79 15.7242 1420.41C16.0993 1420.04 16.31 1419.53 16.31 1419H7V1415H13.49L16.1 1418.59C16.1931 1418.72 16.315 1418.82 16.4558 1418.89C16.5966 1418.96 16.7522 1419 16.91 1419H19V1417H17.42L15.11 1413.82C14.9238 1413.57 14.68 1413.36 14.3984 1413.22C14.1169 1413.07 13.8056 1413 13.49 1413H7C6.46957 1413 5.96086 1413.21 5.58579 1413.59C5.21071 1413.96 5 1414.47 5 1415V1437C5 1437.53 5.21071 1438.04 5.58579 1438.41C5.96086 1438.79 6.46957 1439 7 1439H31C31.5304 1439 32.0391 1438.79 32.4142 1438.41C32.7893 1438.04 33 1437.53 33 1437V1425H31V1437Z" fill="#FAFAFA"/>
123
- <path d="M37 1413H31V1407H27V1413H21V1417H27V1423H31V1417H37V1413Z" fill="#59A011"/>
157
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M38 1415.5C38 1420.75 33.7467 1425 28.5 1425C23.2533 1425 19 1420.75 19 1415.5C19 1410.25 23.2533 1406 28.5 1406C33.7467 1406 38 1410.25 38 1415.5ZM28.5 1410.09C29.1296 1410.09 29.64 1410.6 29.64 1411.22V1414.36H32.775C33.4046 1414.36 33.915 1414.87 33.915 1415.5C33.915 1416.13 33.4046 1416.64 32.775 1416.64H29.64V1419.77C29.64 1420.4 29.1296 1420.91 28.5 1420.91C27.8704 1420.91 27.36 1420.4 27.36 1419.77V1416.64H24.225C23.5954 1416.64 23.085 1416.13 23.085 1415.5C23.085 1414.87 23.5954 1414.36 24.225 1414.36H27.36V1411.22C27.36 1410.6 27.8704 1410.09 28.5 1410.09Z" fill="#239332"/>
158
+ <path d="M17.0803 1413.39H7.38883C5.63993 1413.39 4.22217 1414.81 4.22217 1416.56V1433.44C4.22217 1435.19 5.63993 1436.61 7.38883 1436.61H30.6111C32.36 1436.61 33.7777 1435.19 33.7777 1433.44V1425.84C33.1089 1426.19 32.4026 1426.47 31.6666 1426.67V1433.44C31.6666 1434.03 31.194 1434.5 30.6111 1434.5H7.38883C6.80587 1434.5 6.33328 1434.03 6.33328 1433.44V1416.56C6.33328 1415.97 6.80587 1415.5 7.38883 1415.5H16.8888C16.8888 1414.78 16.9545 1414.07 17.0803 1413.39Z" fill="#E9EAEC"/>
124
159
  <path d="M6 1474C5.73478 1474 5.48043 1473.89 5.29289 1473.71C5.10536 1473.52 5 1473.27 5 1473V1458C5 1457.73 5.10536 1457.48 5.29289 1457.29C5.48043 1457.11 5.73478 1457 6 1457H9V1450C9 1449.73 9.10536 1449.48 9.29289 1449.29C9.48043 1449.11 9.73478 1449 10 1449H25C25.2652 1449 25.5196 1449.11 25.7071 1449.29C25.8946 1449.48 26 1449.73 26 1450C26 1450.27 25.8946 1450.52 25.7071 1450.71C25.5196 1450.89 25.2652 1451 25 1451H11V1458C11 1458.27 10.8946 1458.52 10.7071 1458.71C10.5196 1458.89 10.2652 1459 10 1459H7V1473C7 1473.27 6.89464 1473.52 6.70711 1473.71C6.51957 1473.89 6.26522 1474 6 1474Z" fill="#FAFAFA"/>
125
160
  <path d="M32 1457H27V1454C27 1453.73 26.8946 1453.48 26.7071 1453.29C26.5196 1453.11 26.2652 1453 26 1453H14C13.7348 1453 13.4804 1453.11 13.2929 1453.29C13.1054 1453.48 13 1453.73 13 1454V1461H10C9.73478 1461 9.48043 1461.11 9.29289 1461.29C9.10536 1461.48 9 1461.73 9 1462V1474C9 1474.27 9.10536 1474.52 9.29289 1474.71C9.48043 1474.89 9.73478 1475 10 1475H22C22.2652 1475 22.5196 1474.89 22.7071 1474.71C22.8946 1474.52 23 1474.27 23 1474V1471H32C32.2652 1471 32.5196 1470.89 32.7071 1470.71C32.8946 1470.52 33 1470.27 33 1470V1458C33 1457.73 32.8946 1457.48 32.7071 1457.29C32.5196 1457.11 32.2652 1457 32 1457ZM15 1455H25V1457H20C19.7348 1457 19.4804 1457.11 19.2929 1457.29C19.1054 1457.48 19 1457.73 19 1458V1461H15V1455ZM21 1473H11V1463H21V1473ZM31 1469H23V1462C23 1461.73 22.8946 1461.48 22.7071 1461.29C22.5196 1461.11 22.2652 1461 22 1461H21V1459H31V1469Z" fill="#FAFAFA"/>
126
161
  <path d="M11.5 1517.29L3 1512.39V1502.58L11.5 1497.68L20 1502.58V1512.39L11.5 1517.29ZM5 1511.23L11.5 1515L18 1511.23V1503.74L11.5 1500L5 1503.74V1511.23Z" fill="#FAFAFA"/>