bfg-common 1.4.118 → 1.4.120

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1001) hide show
  1. package/.eslintrc.js +21 -21
  2. package/.idea/inspectionProfiles/Project_Default.xml +50 -50
  3. package/.idea/modules.xml +7 -7
  4. package/.idea/prettier.xml +5 -5
  5. package/.idea/uikit.iml +11 -11
  6. package/.idea/vcs.xml +5 -5
  7. package/.prettierrc +4 -4
  8. package/PROJECT_STRUCTURE.md +42 -42
  9. package/README.md +42 -42
  10. package/assets/img/icons/icon-hcs.svg +3 -3
  11. package/assets/img/icons/icon-life-m-dark.svg +3 -3
  12. package/assets/img/icons/icon-life-m-light.svg +3 -3
  13. package/assets/img/icons/icon-ro-dark.svg +1 -1
  14. package/assets/img/icons/icon-ro-light.svg +2 -2
  15. package/assets/img/icons/icons-sprite-dark-1.svg +11 -13
  16. package/assets/img/icons/icons-sprite-dark-2.svg +2 -2
  17. package/assets/img/icons/icons-sprite-dark-3.svg +11 -13
  18. package/assets/img/icons/icons-sprite-dark-4.svg +5 -3
  19. package/assets/img/icons/icons-sprite-dark-5.svg +25 -28
  20. package/assets/img/icons/icons-sprite-dark-6.svg +81 -1
  21. package/assets/img/icons/icons-sprite-light-1.svg +11 -13
  22. package/assets/img/icons/icons-sprite-light-2.svg +2 -2
  23. package/assets/img/icons/icons-sprite-light-3.svg +11 -13
  24. package/assets/img/icons/icons-sprite-light-4.svg +5 -3
  25. package/assets/img/icons/icons-sprite-light-5.svg +25 -28
  26. package/assets/img/icons/icons-sprite-light-6.svg +81 -1
  27. package/assets/img/icons/info.svg +8 -8
  28. package/assets/img/icons/vc.svg +52 -52
  29. package/assets/img/logo copy.svg +50 -50
  30. package/assets/img/logo.svg +51 -51
  31. package/assets/localization/local_be.json +2584 -2584
  32. package/assets/localization/local_en.json +2588 -2588
  33. package/assets/localization/local_hy.json +2588 -2588
  34. package/assets/localization/local_kk.json +2587 -2587
  35. package/assets/localization/local_ru.json +2590 -2590
  36. package/assets/localization/local_zh.json +2586 -2586
  37. package/assets/scss/clarity/clr-ui.min.css +8 -8
  38. package/assets/scss/common/animations.scss +28 -28
  39. package/assets/scss/common/global.scss +195 -195
  40. package/assets/scss/common/icons/icons-1.scss +244 -244
  41. package/assets/scss/common/icons/icons-2.scss +263 -263
  42. package/assets/scss/common/icons/icons-3.scss +250 -250
  43. package/assets/scss/common/icons/icons-4.scss +273 -273
  44. package/assets/scss/common/icons/icons-5.scss +440 -440
  45. package/assets/scss/common/icons/icons-6.scss +84 -30
  46. package/assets/scss/common/icons/icons.scss +15 -15
  47. package/assets/scss/common/icons/lib-icons.scss +32 -32
  48. package/assets/scss/common/mixins.scss +39 -39
  49. package/assets/scss/common/normalize.scss +351 -351
  50. package/assets/scss/common/theme.scss +238 -238
  51. package/assets/scss/common/utilities.scss +20 -20
  52. package/assets/scss/common/variables.scss +44 -44
  53. package/assets/scss/components/auth.scss +177 -177
  54. package/assets/scss/main.scss +15 -15
  55. package/components/atoms/DiagramIcon.vue +371 -371
  56. package/components/atoms/TheIcon.vue +3249 -3249
  57. package/components/atoms/TheIcon2.vue +1368 -1368
  58. package/components/atoms/TheIconOld.vue +2444 -2444
  59. package/components/atoms/alert/Alert.vue +96 -96
  60. package/components/atoms/alert/Notification.vue +171 -171
  61. package/components/atoms/alert/lib/Alert.spec.ts +38 -38
  62. package/components/atoms/alert/lib/Notification.spec.ts +34 -34
  63. package/components/atoms/alert/lib/models/enums.ts +12 -12
  64. package/components/atoms/alert/lib/models/interfaces.ts +27 -27
  65. package/components/atoms/alert/lib/models/types.ts +11 -11
  66. package/components/atoms/autocomplete/Autocomplete.vue +239 -239
  67. package/components/atoms/collapse/CollapseNav.vue +164 -164
  68. package/components/atoms/collapse/CollapseNavItem.vue +218 -218
  69. package/components/atoms/collapse/lib/models/interfaces.ts +11 -11
  70. package/components/atoms/combobox/Combobox.vue +152 -152
  71. package/components/atoms/datepicker/Datepicker.vue +630 -630
  72. package/components/atoms/datepicker/lib/config/allShortMonths.ts +103 -103
  73. package/components/atoms/datepicker/lib/config/datapicker.ts +43 -43
  74. package/components/atoms/datepicker/lib/models/interfaces.ts +9 -9
  75. package/components/atoms/dropdown/Portlet.vue +114 -114
  76. package/components/atoms/dropdown/dropdown/Dropdown.vue +156 -156
  77. package/components/atoms/dropdown/dropdown/lib/models/interfaces.ts +9 -9
  78. package/components/atoms/dropdown/lib/Portlet.spec.ts +26 -26
  79. package/components/atoms/dropdown/tree/Tree.vue +137 -137
  80. package/components/atoms/dropdown/tree/lib/models/interfaces.ts +11 -11
  81. package/components/atoms/input/Search.vue +16 -16
  82. package/components/atoms/lib/models/interfaces.ts +14 -14
  83. package/components/atoms/list/SelectList.vue +63 -63
  84. package/components/atoms/list/SimpleList.vue +29 -29
  85. package/components/atoms/list/dragDropList/DragDropList.vue +139 -139
  86. package/components/atoms/list/dragDropList/lib/config/events.ts +4 -4
  87. package/components/atoms/loader/BarLoader.vue +27 -27
  88. package/components/atoms/loader/Loader.vue +30 -30
  89. package/components/atoms/loader/PreLoader.vue +38 -38
  90. package/components/atoms/loader/lib/Preloader.spec.ts +24 -24
  91. package/components/atoms/modal/Modal.vue +248 -248
  92. package/components/atoms/modal/bySteps/lib/BySteps.spec.ts +66 -66
  93. package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +184 -184
  94. package/components/atoms/modal/lib/Modal.spec.ts +55 -55
  95. package/components/atoms/nav/NavBar.vue +139 -139
  96. package/components/atoms/nav/VerticalNavBar.vue +90 -90
  97. package/components/atoms/nav/lib/NavBar.spec.ts +34 -34
  98. package/components/atoms/nav/lib/models/interfaces.ts +6 -6
  99. package/components/atoms/notificationBar/NotificationBar.vue +178 -178
  100. package/components/atoms/notificationBar/lib/models/enums.ts +13 -13
  101. package/components/atoms/notificationBar/lib/models/interfaces.ts +6 -6
  102. package/components/atoms/notificationBar/lib/models/types.ts +1 -1
  103. package/components/atoms/perPage/PerPage.vue +53 -53
  104. package/components/atoms/popover/Popover.vue +60 -60
  105. package/components/atoms/popup/SimplePopup.vue +91 -91
  106. package/components/atoms/select/TheSelect.vue +177 -177
  107. package/components/atoms/select/lib/models/interfaces.ts +5 -5
  108. package/components/atoms/stack/StackContent.vue +63 -63
  109. package/components/atoms/step/VerticalStep.vue +105 -105
  110. package/components/atoms/step/lib/VerticalStep.spec.ts +68 -68
  111. package/components/atoms/step/lib/models/verticalStepItem.ts +7 -7
  112. package/components/atoms/switch/Switch.vue +111 -111
  113. package/components/atoms/table/compact/Compact.vue +526 -526
  114. package/components/atoms/table/compact/lib/models/interfaces.ts +10 -10
  115. package/components/atoms/table/dataGrid/DataGrid.vue +1617 -1617
  116. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +216 -216
  117. package/components/atoms/table/dataGrid/DataGridPage.vue +196 -196
  118. package/components/atoms/table/dataGrid/DataGridPagination.vue +89 -89
  119. package/components/atoms/table/dataGrid/lib/DataGrid.spec.ts +61 -61
  120. package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +20 -20
  121. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +67 -67
  122. package/components/atoms/table/dataGrid/lib/models/interfaces.ts +41 -41
  123. package/components/atoms/table/dataGrid/lib/models/types.ts +5 -5
  124. package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +36 -36
  125. package/components/atoms/table/info/Info.vue +61 -61
  126. package/components/atoms/table/info/lib/models/interfaces.ts +9 -9
  127. package/components/atoms/table/simpleEvent/SimpleEvent.vue +98 -98
  128. package/components/atoms/table/simpleEvent/lib/models/interfaces.ts +9 -9
  129. package/components/atoms/table/simpleInfo/SimpleInfo.vue +73 -73
  130. package/components/atoms/table/simpleInfo/lib/models/interfaces.ts +5 -5
  131. package/components/atoms/table/simpleTable/SimpleTable.vue +300 -300
  132. package/components/atoms/table/simpleTable/lib/models/interfaces.ts +12 -12
  133. package/components/atoms/tabs/Tabs.vue +214 -214
  134. package/components/atoms/tabs/VerticalTabs.vue +88 -88
  135. package/components/atoms/tabs/lib/models/interfaces.ts +5 -5
  136. package/components/atoms/tabs/lib/models/types.ts +1 -1
  137. package/components/atoms/tooltip/Signpost.vue +227 -227
  138. package/components/atoms/tooltip/Text.vue +37 -37
  139. package/components/atoms/tooltip/Tooltip.vue +57 -57
  140. package/components/atoms/tooltip/TooltipError.vue +113 -113
  141. package/components/atoms/tooltip/lib/models/interfaces.ts +4 -4
  142. package/components/atoms/wizard/Wizard.vue +311 -311
  143. package/components/atoms/wizard/lib/models/enums.ts +8 -8
  144. package/components/atoms/wizard/lib/models/interfaces.ts +49 -49
  145. package/components/atoms/wizard/lib/utils/utils.ts +804 -804
  146. package/components/atoms/wizard/step/Step.vue +87 -87
  147. package/components/common/BadBrowser.vue +118 -118
  148. package/components/common/accordion/Accordion.vue +177 -177
  149. package/components/common/accordion/Recursion.vue +218 -218
  150. package/components/common/accordion/lib/models/enums.ts +5 -5
  151. package/components/common/accordion/lib/models/interfaces.ts +16 -16
  152. package/components/common/accordion/lib/models/types.ts +1 -1
  153. package/components/common/accordion/lib/utils/accordion.ts +31 -31
  154. package/components/common/adapterManager/AdapterManager.vue +828 -828
  155. package/components/common/adapterManager/AddAdapterModal.vue +561 -561
  156. package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
  157. package/components/common/adapterManager/NoActiveAdaptersModal.vue +61 -61
  158. package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +61 -61
  159. package/components/common/adapterManager/lib/config/index.ts +19 -19
  160. package/components/common/adapterManager/ui/NoSelectedAdapter.vue +39 -39
  161. package/components/common/adapterManager/ui/SecondTitle.vue +37 -37
  162. package/components/common/adapterManager/ui/actions/ActionsBar.vue +95 -95
  163. package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +30 -30
  164. package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +35 -35
  165. package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +35 -35
  166. package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +37 -37
  167. package/components/common/adapterManager/ui/actions/VerticalSeparator.vue +10 -10
  168. package/components/common/adapterManager/ui/table/Adapters.vue +92 -92
  169. package/components/common/adapterManager/ui/table/Header.vue +93 -93
  170. package/components/common/adapterManager/ui/table/Table.vue +162 -162
  171. package/components/common/adapterManager/ui/table/lib/models/types.ts +1 -1
  172. package/components/common/browse/Browse.vue +240 -240
  173. package/components/common/browse/blocks/Container.vue +105 -105
  174. package/components/common/browse/blocks/contents/Files.vue +72 -72
  175. package/components/common/browse/blocks/info/Size.vue +17 -17
  176. package/components/common/browse/blocks/info/Text.vue +16 -16
  177. package/components/common/browse/blocks/lib/models/types.ts +1 -1
  178. package/components/common/browse/lib/models/interfaces.ts +5 -5
  179. package/components/common/context/Context.vue +99 -99
  180. package/components/common/context/lib/Context.spec.ts +20 -20
  181. package/components/common/context/lib/ContextRecursion.spec.ts +55 -55
  182. package/components/common/context/lib/models/interfaces.ts +27 -27
  183. package/components/common/context/recursion/lib/models/interfaces.ts +2 -2
  184. package/components/common/countdownTimer/CountdownTimer.vue +50 -50
  185. package/components/common/details/DetailsItem.vue +109 -109
  186. package/components/common/details/DetailsList.vue +23 -23
  187. package/components/common/details/lib/models/interfaces.ts +11 -11
  188. package/components/common/diagramMain/Diagram.vue +234 -234
  189. package/components/common/diagramMain/DiagramMain.vue +871 -871
  190. package/components/common/diagramMain/Header.vue +211 -211
  191. package/components/common/diagramMain/Highlights.vue +124 -124
  192. package/components/common/diagramMain/adapter/Adapter.vue +123 -123
  193. package/components/common/diagramMain/adapter/AdapterItem.vue +287 -287
  194. package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
  195. package/components/common/diagramMain/adapter/Block.vue +48 -48
  196. package/components/common/diagramMain/adapter/Contents.vue +133 -133
  197. package/components/common/diagramMain/adapter/Lines.vue +58 -58
  198. package/components/common/diagramMain/adapter/SecondBlock.vue +49 -49
  199. package/components/common/diagramMain/lib/config/index.ts +70 -70
  200. package/components/common/diagramMain/lib/config/initial.ts +50 -50
  201. package/components/common/diagramMain/lib/models/enums.ts +44 -44
  202. package/components/common/diagramMain/lib/models/interfaces.ts +724 -724
  203. package/components/common/diagramMain/lib/models/types.ts +16 -16
  204. package/components/common/diagramMain/lib/utils/utils.ts +278 -278
  205. package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
  206. package/components/common/diagramMain/modals/Modals.vue +442 -442
  207. package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
  208. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
  209. package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
  210. package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
  211. package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
  212. package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
  213. package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
  214. package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +398 -398
  215. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
  216. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
  217. package/components/common/diagramMain/modals/lib/config/adapterModal.ts +126 -126
  218. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
  219. package/components/common/diagramMain/modals/lib/config/index.ts +49 -49
  220. package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
  221. package/components/common/diagramMain/modals/lib/config/networkModal.ts +331 -331
  222. package/components/common/diagramMain/modals/lib/config/portModal.ts +214 -214
  223. package/components/common/diagramMain/modals/lib/config/switchModal.ts +224 -224
  224. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +34 -34
  225. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
  226. package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
  227. package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
  228. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +537 -537
  229. package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
  230. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
  231. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
  232. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +49 -49
  233. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
  234. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
  235. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
  236. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
  237. package/components/common/diagramMain/modals/remove/RemoveModal.vue +234 -234
  238. package/components/common/diagramMain/modals/viewSettings/Info.vue +123 -123
  239. package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +190 -190
  240. package/components/common/diagramMain/modals/viewSettings/ViewSettingsModal.vue +93 -93
  241. package/components/common/diagramMain/network/Block.vue +64 -64
  242. package/components/common/diagramMain/network/Contents.vue +353 -353
  243. package/components/common/diagramMain/network/Lines.vue +76 -76
  244. package/components/common/diagramMain/network/Network.vue +133 -133
  245. package/components/common/diagramMain/network/NoNetwork.vue +61 -61
  246. package/components/common/diagramMain/network/SecondBlock.vue +60 -60
  247. package/components/common/diagramMain/port/Port.vue +405 -405
  248. package/components/common/diagramMain/port/Ports.vue +47 -47
  249. package/components/common/diagramMain/switch/Switch.vue +82 -82
  250. package/components/common/diagramMain/switch/SwitchSelected.vue +35 -35
  251. package/components/common/feedback/Buttons.vue +229 -229
  252. package/components/common/feedback/Feedback.vue +268 -268
  253. package/components/common/feedback/Message.vue +518 -518
  254. package/components/common/feedback/VisitPortal.vue +62 -62
  255. package/components/common/feedback/lib/config/drawingPanel.ts +31 -31
  256. package/components/common/feedback/lib/config/feedbackTabs.ts +26 -26
  257. package/components/common/feedback/lib/models/interfaces.ts +20 -20
  258. package/components/common/feedback/lib/models/types.ts +1 -1
  259. package/components/common/graph/Graph.vue +110 -110
  260. package/components/common/graph/lib/utils/renderGraph.ts +389 -389
  261. package/components/common/headline/Headline.vue +32 -32
  262. package/components/common/help/navbar/left/Left.vue +165 -165
  263. package/components/common/help/navbar/left/lib/models/interfaces.ts +6 -6
  264. package/components/common/help/navbar/left/lib/utils/constructAccordion.ts +27 -27
  265. package/components/common/help/navbar/right/Right.vue +149 -149
  266. package/components/common/help/navbar/right/lib/models/interfaces.ts +5 -5
  267. package/components/common/home/Card.vue +63 -63
  268. package/components/common/home/ResourceBlock.vue +117 -117
  269. package/components/common/home/StatusContent.vue +47 -47
  270. package/components/common/home/alertsTable/AlertsTable.vue +114 -114
  271. package/components/common/home/alertsTable/lib/config/config.ts +61 -61
  272. package/components/common/home/alertsTable/lib/models/enums.ts +11 -11
  273. package/components/common/home/alertsTable/lib/models/interfaces.ts +19 -19
  274. package/components/common/home/alertsTable/lib/models/types.ts +18 -18
  275. package/components/common/home/lib/config/configResourceMeterBlock.ts +25 -25
  276. package/components/common/home/lib/models/interfaces.ts +59 -59
  277. package/components/common/home/lib/models/types.ts +18 -18
  278. package/components/common/home/servicesTable/ServicesTable.vue +80 -80
  279. package/components/common/home/servicesTable/lib/config/config.ts +62 -62
  280. package/components/common/layout/theHeader/TheHeader.vue +112 -112
  281. package/components/common/layout/theHeader/TheHeaderNew.vue +304 -304
  282. package/components/common/layout/theHeader/TheHeaderOld.vue +258 -258
  283. package/components/common/layout/theHeader/ThemeSwitch.vue +66 -66
  284. package/components/common/layout/theHeader/feedback/Feedback.vue +104 -104
  285. package/components/common/layout/theHeader/feedback/FeedbackNew.vue +63 -63
  286. package/components/common/layout/theHeader/feedback/FeedbackOld.vue +73 -73
  287. package/components/common/layout/theHeader/helpMenu/About.vue +110 -110
  288. package/components/common/layout/theHeader/helpMenu/HelpMenu.vue +45 -45
  289. package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +181 -181
  290. package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +28 -28
  291. package/components/common/layout/theHeader/helpMenu/helpMenuOld/HelpMenuOld.vue +69 -69
  292. package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/config/dropMenu.ts +22 -22
  293. package/components/common/layout/theHeader/helpMenu/helpMenuOld/lib/models/types.ts +1 -1
  294. package/components/common/layout/theHeader/lib/models/enums.ts +9 -9
  295. package/components/common/layout/theHeader/lib/models/types.ts +5 -5
  296. package/components/common/layout/theHeader/lib/utils/localization.ts +32 -32
  297. package/components/common/layout/theHeader/modals/Reconnect.vue +98 -98
  298. package/components/common/layout/theHeader/modals/RedirectLogin.vue +60 -60
  299. package/components/common/layout/theHeader/userMenu/UserMenu.vue +101 -101
  300. package/components/common/layout/theHeader/userMenu/lib/models/interfaces.ts +32 -32
  301. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +210 -210
  302. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +31 -31
  303. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/models/interfaces.ts +12 -12
  304. package/components/common/layout/theHeader/userMenu/modals/preferences/Preferences.vue +70 -70
  305. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +93 -93
  306. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +122 -122
  307. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +110 -110
  308. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +89 -89
  309. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageOld.vue +93 -93
  310. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +22 -22
  311. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/enums.ts +9 -9
  312. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/interfaces.ts +11 -11
  313. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/models/types.ts +1 -1
  314. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +42 -42
  315. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +52 -52
  316. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +48 -48
  317. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +30 -30
  318. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/models/interfaces.ts +5 -5
  319. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +32 -32
  320. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +35 -35
  321. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +31 -31
  322. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +49 -49
  323. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/models/types.ts +1 -1
  324. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +54 -54
  325. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +52 -52
  326. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatOld.vue +45 -45
  327. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +27 -27
  328. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types.ts +1 -1
  329. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +45 -45
  330. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +33 -33
  331. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +112 -112
  332. package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +162 -162
  333. package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +28 -28
  334. package/components/common/layout/theHeader/userMenu/userMenuOld/UserMenuOld.vue +36 -36
  335. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +36 -36
  336. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/models/types.ts +5 -5
  337. package/components/common/lib/config/states.ts +160 -160
  338. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +142 -142
  339. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +271 -271
  340. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +288 -288
  341. package/components/common/mainNavigationPanel/lib/models/interfaces.ts +7 -7
  342. package/components/common/mainNavigationPanel/lib/models/types.ts +1 -1
  343. package/components/common/modals/Confirmation.vue +110 -110
  344. package/components/common/modals/Rename.vue +166 -166
  345. package/components/common/modals/lib/config/defaultForm.ts +18 -18
  346. package/components/common/modals/lib/config/renameLabelWidth.ts +3 -3
  347. package/components/common/modals/lib/models/interfaces.ts +5 -5
  348. package/components/common/monitor/advanced/Advanced.vue +247 -247
  349. package/components/common/monitor/advanced/GraphView.vue +180 -180
  350. package/components/common/monitor/advanced/lib/models/interfaces.ts +9 -9
  351. package/components/common/monitor/advanced/lib/models/types.ts +1 -1
  352. package/components/common/monitor/advanced/table/Table.vue +93 -93
  353. package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +129 -129
  354. package/components/common/monitor/advanced/table/lib/models/interfaces.ts +12 -12
  355. package/components/common/monitor/advanced/table/lib/models/types.ts +10 -10
  356. package/components/common/monitor/advanced/tools/Tools.vue +448 -448
  357. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +496 -496
  358. package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +34 -34
  359. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +157 -157
  360. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
  361. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +81 -81
  362. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +106 -106
  363. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +144 -144
  364. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
  365. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +779 -779
  366. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/interfaces.ts +29 -29
  367. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
  368. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +93 -93
  369. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
  370. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +113 -113
  371. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +251 -251
  372. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +57 -57
  373. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces.ts +4 -4
  374. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/types.ts +1 -1
  375. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/interfaces.ts +19 -19
  376. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types.ts +3 -3
  377. package/components/common/monitor/advanced/tools/chartOptionsModal/lib/utils/checkSubmit.ts +17 -17
  378. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +42 -42
  379. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +173 -173
  380. package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +130 -130
  381. package/components/common/monitor/advanced/tools/lib/models/interfaces.ts +4 -4
  382. package/components/common/monitor/advanced/tools/lib/utils/countCores.ts +7 -7
  383. package/components/common/monitor/lib/config/getValidDateByOption.ts +76 -76
  384. package/components/common/monitor/lib/models/interfaces.ts +24 -24
  385. package/components/common/monitor/overview/Overview.vue +228 -228
  386. package/components/common/monitor/overview/filters/Filters.vue +228 -228
  387. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +245 -245
  388. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +52 -52
  389. package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +82 -82
  390. package/components/common/monitor/overview/filters/lib/models/interfaces.ts +9 -9
  391. package/components/common/monitor/overview/filters/lib/models/types.ts +13 -13
  392. package/components/common/pages/Tasks.vue +120 -120
  393. package/components/common/pages/hardwareHealth/HardwareHealth.vue +195 -195
  394. package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +435 -435
  395. package/components/common/pages/hardwareHealth/historyTestimony/lib/models/interfaces.ts +10 -10
  396. package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +380 -380
  397. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +487 -487
  398. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/Notification.vue +30 -30
  399. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +157 -157
  400. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +81 -81
  401. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +25 -25
  402. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
  403. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +174 -174
  404. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +89 -89
  405. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/lib/models/types.ts +5 -5
  406. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
  407. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +539 -539
  408. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +115 -115
  409. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/config/optionsMetrics.ts +17 -17
  410. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/interfaces.ts +15 -15
  411. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/lib/models/types.ts +1 -1
  412. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +31 -31
  413. package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +82 -82
  414. package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/models/interfaces.ts +9 -9
  415. package/components/common/pages/hardwareHealth/lib/config/status.ts +13 -13
  416. package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +44 -44
  417. package/components/common/pages/hardwareHealth/lib/models/enums.ts +8 -8
  418. package/components/common/pages/hardwareHealth/lib/models/interfaces.ts +6 -6
  419. package/components/common/pages/hardwareHealth/lib/models/types.ts +5 -5
  420. package/components/common/pages/hardwareHealth/tableView/TableView.vue +194 -194
  421. package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +109 -109
  422. package/components/common/pages/hardwareHealth/tableView/lib/config/historyTestimonyTable.ts +137 -137
  423. package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +133 -133
  424. package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +88 -88
  425. package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +72 -72
  426. package/components/common/pages/hardwareHealth/tableView/lib/config/tableKeys.ts +22 -22
  427. package/components/common/pages/hardwareHealth/tableView/lib/models/interfaces.ts +29 -29
  428. package/components/common/pages/hardwareHealth/tableView/lib/models/types.ts +26 -26
  429. package/components/common/pages/hardwareHealth/tableView/modal/SensorWarning.vue +63 -63
  430. package/components/common/pages/hardwareHealth/toolsPanel/ToolsPanel.vue +51 -51
  431. package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +34 -34
  432. package/components/common/pages/hardwareHealth/toolsPanel/lib/models/types.ts +4 -4
  433. package/components/common/perPage/PerPage.vue +52 -52
  434. package/components/common/readyToComplete/ReadyToComplete.vue +15 -15
  435. package/components/common/recursionTree/RecursionTree.vue +211 -211
  436. package/components/common/recursionTree/lib/models/interfaces.ts +23 -23
  437. package/components/common/resource/lib/models/interfaces.ts +9 -9
  438. package/components/common/resource/lib/models/types.ts +1 -1
  439. package/components/common/resource/lib/utils.ts +44 -44
  440. package/components/common/resource/progressBlock/ProgressBlock.vue +142 -142
  441. package/components/common/resource/simple/Simple.vue +58 -58
  442. package/components/common/resource/simple/lib/models/enums.ts +6 -6
  443. package/components/common/select/button/ButtonDropdown.vue +102 -102
  444. package/components/common/select/button/lib/models/interfaces.ts +7 -7
  445. package/components/common/select/input/Input.vue +88 -88
  446. package/components/common/select/input/lib/models/interfaces.ts +5 -6
  447. package/components/common/select/radio/RadioGroup.vue +128 -128
  448. package/components/common/select/radio/lib/models/interfaces.ts +9 -9
  449. package/components/common/selectLanguage/SelectLanguage.vue +130 -130
  450. package/components/common/selectLanguage/lib/config/config.ts +34 -34
  451. package/components/common/selectLanguage/lib/utils/utils.ts +5 -5
  452. package/components/common/shortcuts/Block.vue +96 -96
  453. package/components/common/shortcuts/Category.vue +41 -41
  454. package/components/common/shortcuts/Shortcuts.vue +44 -44
  455. package/components/common/shortcuts/lib/models/interfaces.ts +12 -12
  456. package/components/common/spiceConsole/Drawer.vue +245 -245
  457. package/components/common/spiceConsole/SpiceConsole.vue +83 -83
  458. package/components/common/spiceConsole/keyboard/Keyboard.vue +403 -403
  459. package/components/common/spiceConsole/keyboard/lib/config/keyboardRows.ts +966 -966
  460. package/components/common/spiceConsole/keyboard/lib/models/interfaces.ts +18 -18
  461. package/components/common/spiceConsole/lib/models/types.ts +1 -1
  462. package/components/common/split/horizontal/Horizontal.vue +70 -70
  463. package/components/common/split/horizontal/HorizontalNew.vue +330 -330
  464. package/components/common/split/horizontal/HorizontalOld.vue +307 -307
  465. package/components/common/split/horizontal/lib/models/interfaces.ts +5 -5
  466. package/components/common/split/vertical/Vertical.vue +213 -213
  467. package/components/common/split/vertical/lib/models/interfaces.ts +3 -3
  468. package/components/common/tools/Actions.vue +172 -172
  469. package/components/common/tools/lib/models/interfaces.ts +7 -7
  470. package/components/common/tools/viewSettings/ViewSettings.vue +86 -86
  471. package/components/common/tools/viewSettings/lib/models/interfaces.ts +9 -9
  472. package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
  473. package/components/common/vm/actions/add/lib/config/steps.ts +145 -145
  474. package/components/common/vm/actions/add/lib/utils.ts +103 -103
  475. package/components/common/vm/actions/clone/lib/config/steps.ts +74 -74
  476. package/components/common/vm/actions/clone/lib/models/interfaces.ts +7 -7
  477. package/components/common/vm/actions/clone/lib/utils.ts +43 -43
  478. package/components/common/vm/actions/clone/select/options/Options.vue +71 -71
  479. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +274 -274
  480. package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +21 -21
  481. package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +7 -7
  482. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +700 -700
  483. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
  484. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +8 -8
  485. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +156 -156
  486. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +270 -270
  487. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +9 -9
  488. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +11 -11
  489. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/models/types.ts +1 -1
  490. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +57 -57
  491. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +110 -110
  492. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +56 -56
  493. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +225 -225
  494. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +55 -55
  495. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +106 -106
  496. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +55 -55
  497. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +106 -106
  498. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +21 -21
  499. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +160 -160
  500. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +28 -28
  501. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +59 -59
  502. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +12 -12
  503. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +66 -66
  504. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces.ts +118 -118
  505. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/types.ts +4 -4
  506. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +236 -236
  507. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +28 -28
  508. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +329 -329
  509. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +54 -54
  510. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +35 -35
  511. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +24 -24
  512. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +173 -173
  513. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +27 -27
  514. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +462 -462
  515. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +81 -81
  516. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/lib/config/options.ts +7 -7
  517. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +153 -153
  518. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +28 -28
  519. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +88 -88
  520. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +18 -18
  521. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +88 -88
  522. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +15 -15
  523. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +86 -86
  524. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +12 -12
  525. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +145 -145
  526. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +305 -305
  527. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +87 -87
  528. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +9 -9
  529. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +148 -148
  530. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +11 -11
  531. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +168 -168
  532. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +48 -48
  533. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +49 -49
  534. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/lib/config/options.ts +10 -10
  535. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +7 -7
  536. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +27 -27
  537. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +42 -42
  538. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +57 -57
  539. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +82 -82
  540. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +6 -6
  541. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +21 -21
  542. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +32 -32
  543. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +237 -237
  544. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +33 -33
  545. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +50 -50
  546. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +121 -121
  547. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +182 -182
  548. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +11 -11
  549. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +59 -59
  550. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/lib/config/options.ts +10 -10
  551. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +83 -83
  552. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +14 -14
  553. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +181 -181
  554. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +114 -114
  555. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +50 -50
  556. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +50 -50
  557. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +54 -54
  558. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +14 -14
  559. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +84 -84
  560. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +11 -11
  561. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +201 -201
  562. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/lib/models/interfaces.ts +9 -9
  563. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +192 -192
  564. package/components/common/vm/actions/common/customizeHardware/vmoptions/lib/models/interfaces.ts +34 -34
  565. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +52 -52
  566. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +52 -52
  567. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +51 -51
  568. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +52 -52
  569. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +50 -50
  570. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +254 -254
  571. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +85 -85
  572. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +14 -14
  573. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +85 -85
  574. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +12 -12
  575. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +56 -56
  576. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +6 -6
  577. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +57 -57
  578. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +11 -11
  579. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +142 -142
  580. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +5 -5
  581. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/utils.ts +12 -12
  582. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +56 -56
  583. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +11 -11
  584. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +12 -12
  585. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +85 -85
  586. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +7 -7
  587. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +57 -57
  588. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +14 -14
  589. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +85 -85
  590. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +12 -12
  591. package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +72 -72
  592. package/components/common/vm/actions/common/lib/config/capabilities.ts +345 -345
  593. package/components/common/vm/actions/common/lib/models/enums.ts +123 -123
  594. package/components/common/vm/actions/common/lib/models/interfaces.ts +149 -149
  595. package/components/common/vm/actions/common/lib/models/types.ts +65 -65
  596. package/components/common/vm/actions/common/lib/utils/capabilities.ts +51 -51
  597. package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +155 -155
  598. package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +164 -164
  599. package/components/common/vm/actions/common/select/computeResource/TreeView.vue +124 -124
  600. package/components/common/vm/actions/common/select/computeResource/lib/ComputeResource.spec.ts +479 -479
  601. package/components/common/vm/actions/common/select/createType/CreateType.vue +61 -61
  602. package/components/common/vm/actions/common/select/createType/lib/config/items.ts +26 -26
  603. package/components/common/vm/actions/common/select/lib/models/interfaces.ts +34 -34
  604. package/components/common/vm/actions/common/select/lib/models/types.ts +27 -27
  605. package/components/common/vm/actions/common/select/name/Name.vue +236 -236
  606. package/components/common/vm/actions/common/select/os/os.vue +232 -232
  607. package/components/common/vm/actions/common/select/storage/Storage.vue +198 -198
  608. package/components/common/vm/actions/common/select/storage/lib/config/config.ts +193 -193
  609. package/components/common/vm/actions/common/select/storage/lib/models/types.ts +15 -15
  610. package/components/common/vm/actions/confirm/Confirm.vue +39 -39
  611. package/components/common/vm/actions/editSettings/lib/models/types.ts +23 -23
  612. package/components/common/vm/actions/editSettings/lib/utils.ts +45 -45
  613. package/components/common/vm/actions/lib/models/interfaces.ts +6 -6
  614. package/components/common/vm/actions/lib/models/types.ts +11 -11
  615. package/components/common/vm/actions/lib/utils.ts +246 -246
  616. package/components/common/vm/lib/models/interfaces.ts +9 -9
  617. package/components/common/vm/lib/utils/powerActions.ts +55 -55
  618. package/components/common/weekSelect/WeekSelect.vue +143 -143
  619. package/components/common/weekSelect/lib/config/options.ts +10 -10
  620. package/components/common/weekSelect/lib/models/interfaces.ts +6 -6
  621. package/components/common/wizards/datastore/add/Add.vue +307 -307
  622. package/components/common/wizards/datastore/add/lib/config/steps.ts +138 -138
  623. package/components/common/wizards/datastore/add/lib/models/enums.ts +5 -5
  624. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +19 -19
  625. package/components/common/wizards/datastore/add/lib/models/types.ts +7 -7
  626. package/components/common/wizards/datastore/add/lib/utils.ts +63 -63
  627. package/components/common/wizards/datastore/add/lib/validations.ts +169 -169
  628. package/components/common/wizards/datastore/add/local/Local.vue +45 -45
  629. package/components/common/wizards/datastore/add/local/createName/CreateName.vue +116 -116
  630. package/components/common/wizards/datastore/add/nfs/Nfs.vue +63 -63
  631. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/KerberosAuthentication.vue +55 -55
  632. package/components/common/wizards/datastore/add/nfs/_kerberosAuthentication/lib/config/radioOptions.ts +27 -27
  633. package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +63 -63
  634. package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +24 -24
  635. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/interfaces.ts +9 -9
  636. package/components/common/wizards/datastore/add/nfs/accessibility/lib/models/types.ts +5 -5
  637. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +85 -85
  638. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +62 -62
  639. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +68 -68
  640. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +15 -15
  641. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/models/interfaces.ts +11 -11
  642. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +237 -237
  643. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/DeletePopover.vue +100 -100
  644. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/ServersList.vue +123 -123
  645. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/serversListConfig.ts +40 -40
  646. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/config/tableKeys.ts +3 -3
  647. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/interfaces.ts +3 -3
  648. package/components/common/wizards/datastore/add/nfs/configuration/_serversList/lib/models/types.ts +1 -1
  649. package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +5 -5
  650. package/components/common/wizards/datastore/add/nfs/version/Version.vue +26 -26
  651. package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +22 -22
  652. package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +88 -88
  653. package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +140 -140
  654. package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +78 -78
  655. package/components/common/wizards/datastore/add/sharedStorm/_version/Version.vue +28 -28
  656. package/components/common/wizards/datastore/add/sharedStorm/_version/lib/config/versionOptions.ts +21 -21
  657. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +276 -276
  658. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +23 -23
  659. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +26 -26
  660. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/types.ts +1 -1
  661. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/Table.vue +133 -133
  662. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/lunDiskTable.ts +84 -84
  663. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/config/tableKeys.ts +11 -11
  664. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/table/lib/models/types.ts +9 -9
  665. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +236 -236
  666. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/graphicTooltip/graphicTooltip.vue +64 -64
  667. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +46 -46
  668. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +225 -225
  669. package/components/common/wizards/datastore/add/types/Types.vue +83 -83
  670. package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +41 -41
  671. package/components/common/wizards/network/add/Add.vue +1036 -1036
  672. package/components/common/wizards/network/add/lib/config/index.ts +35 -35
  673. package/components/common/wizards/network/add/lib/config/initialData.ts +62 -62
  674. package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +43 -43
  675. package/components/common/wizards/network/add/lib/config/selectSwitch.ts +19 -19
  676. package/components/common/wizards/network/add/lib/config/sendData.ts +141 -141
  677. package/components/common/wizards/network/add/lib/config/steps.ts +456 -456
  678. package/components/common/wizards/network/add/lib/models/enums.ts +17 -17
  679. package/components/common/wizards/network/add/lib/models/interfaces.ts +249 -249
  680. package/components/common/wizards/network/add/lib/models/types.ts +14 -14
  681. package/components/common/wizards/network/add/lib/utils/index.ts +4 -4
  682. package/components/common/wizards/network/add/mappers/mappers.ts +192 -192
  683. package/components/common/wizards/network/add/modals/SelectNetwork.vue +173 -173
  684. package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +138 -138
  685. package/components/common/wizards/network/add/modals/SelectSwitch.vue +131 -131
  686. package/components/common/wizards/network/add/steps/ConnectionSettings.vue +154 -154
  687. package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +91 -91
  688. package/components/common/wizards/network/add/steps/IpFourSettings.vue +305 -305
  689. package/components/common/wizards/network/add/steps/PhysicalAdapter.vue +13 -13
  690. package/components/common/wizards/network/add/steps/PortProperties.vue +407 -407
  691. package/components/common/wizards/network/add/steps/ReadyComplete.vue +20 -20
  692. package/components/common/wizards/network/add/steps/SelectConnectionType.vue +99 -99
  693. package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +474 -474
  694. package/components/common/wizards/network/add/validations/common.ts +26 -26
  695. package/components/common/wizards/network/add/validations/connectionSettings.ts +70 -70
  696. package/components/common/wizards/network/add/validations/createStandardSwitch.ts +59 -59
  697. package/components/common/wizards/network/add/validations/ipFourSettings.ts +182 -182
  698. package/components/common/wizards/network/add/validations/networkValidation.ts +77 -77
  699. package/components/common/wizards/network/add/validations/physicalAdapter.ts +70 -70
  700. package/components/common/wizards/network/add/validations/portProperties.ts +83 -83
  701. package/components/common/wizards/network/add/validations/targetDevice.ts +109 -109
  702. package/components/common/wizards/network/add/validations/validations.ts +43 -43
  703. package/components/common/wizards/vm/common/computeResource/TreeView.vue +61 -61
  704. package/components/common/wizards/vm/common/tooltip/Tooltip.vue +84 -84
  705. package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +62 -62
  706. package/components/common/wizards/vm/common/validation/lib/models/enums.ts +5 -5
  707. package/components/common/wizards/vm/migrate/Migrate.vue +278 -278
  708. package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +106 -106
  709. package/components/common/wizards/vm/migrate/contentHeading/lib/models/interfaces.ts +7 -7
  710. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +100 -100
  711. package/components/common/wizards/vm/migrate/lib/models/enums.ts +6 -6
  712. package/components/common/wizards/vm/migrate/lib/models/interfaces.ts +28 -28
  713. package/components/common/wizards/vm/migrate/lib/models/types.ts +5 -5
  714. package/components/common/wizards/vm/migrate/lib/utils.ts +80 -80
  715. package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +219 -219
  716. package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +28 -28
  717. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/enums.ts +6 -6
  718. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces.ts +30 -30
  719. package/components/common/wizards/vm/migrate/select/computeResource/lib/models/types.ts +12 -12
  720. package/components/common/wizards/vm/migrate/select/computeResource/tableView/TableView.vue +143 -143
  721. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +113 -113
  722. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +124 -124
  723. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +115 -115
  724. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +65 -65
  725. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +66 -66
  726. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces.ts +50 -50
  727. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/types.ts +60 -60
  728. package/components/common/wizards/vm/migrate/select/network/Network.vue +125 -125
  729. package/components/common/wizards/vm/migrate/select/network/table/network/Network.vue +114 -114
  730. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +78 -78
  731. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +70 -70
  732. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/tableKeys.ts +13 -13
  733. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/interfaces.ts +12 -12
  734. package/components/common/wizards/vm/migrate/select/network/table/network/lib/models/types.ts +21 -21
  735. package/components/common/wizards/vm/migrate/select/network/table/useAt/UseAt.vue +54 -54
  736. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/tableKeys.ts +7 -7
  737. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +47 -47
  738. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/interfaces.ts +1 -1
  739. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/models/types.ts +5 -5
  740. package/components/common/wizards/vm/migrate/select/priority/Priority.vue +39 -39
  741. package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +21 -21
  742. package/components/common/wizards/vm/migrate/select/priority/lib/models/types.ts +1 -1
  743. package/components/common/wizards/vm/migrate/select/storage/Storage.vue +206 -206
  744. package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +73 -73
  745. package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +87 -87
  746. package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +69 -69
  747. package/components/common/wizards/vm/migrate/select/storage/diskFormat/lib/config/formatOptions.ts +26 -26
  748. package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +20 -20
  749. package/components/common/wizards/vm/migrate/select/storage/lib/models/enums.ts +6 -6
  750. package/components/common/wizards/vm/migrate/select/storage/lib/models/interfaces.ts +14 -14
  751. package/components/common/wizards/vm/migrate/select/storage/lib/models/types.ts +9 -9
  752. package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +84 -84
  753. package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +88 -88
  754. package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +114 -114
  755. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +179 -179
  756. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/models/types.ts +15 -15
  757. package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +86 -86
  758. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +123 -123
  759. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/tableKeys.ts +15 -15
  760. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/interfaces.ts +24 -24
  761. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/models/types.ts +13 -13
  762. package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +18 -18
  763. package/components/common/wizards/vm/migrate/select/targetServer/lib/models/types.ts +1 -1
  764. package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +294 -294
  765. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm.ts +36 -36
  766. package/components/common/wizards/vm/migrate/select/targetServer/new/lib/models/interfaces.ts +13 -13
  767. package/components/common/wizards/vm/migrate/select/targetServer/saved/Saved.vue +27 -27
  768. package/components/common/wizards/vm/migrate/select/targetServer/targetServer.vue +41 -41
  769. package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -38
  770. package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +41 -41
  771. package/components/common/wizards/vm/migrate/select/type/lib/models/interfaces.ts +5 -5
  772. package/components/content/Hint.vue +24 -24
  773. package/components/lib/models/interfaces.ts +14 -14
  774. package/composables/deepCopy.ts +21 -21
  775. package/composables/useAppVersion.ts +22 -22
  776. package/composables/useDiff.ts +15 -15
  777. package/composables/useEnvLanguage.ts +23 -23
  778. package/composables/useLocal.ts +44 -44
  779. package/composables/useLocalStorage.ts +45 -45
  780. package/composables/useThrottle.ts +32 -32
  781. package/composables/useUniqueId.ts +5 -5
  782. package/eslint/index.js +15 -15
  783. package/eslint/no-import-type.js +17 -17
  784. package/eslint/no-invalid-type-prefix.js +32 -32
  785. package/layouts/auth.vue +31 -31
  786. package/lib/config/regExp.ts +13 -13
  787. package/lib/models/composables/useAppVersion/interfaces.ts +5 -5
  788. package/lib/models/composables/useMyFetch/interfaces.ts +25 -25
  789. package/lib/models/composables/useMyFetch/types.ts +1 -1
  790. package/lib/models/enums.ts +35 -35
  791. package/lib/models/interfaces.ts +63 -63
  792. package/lib/models/plugins/date/interfaces.ts +5 -5
  793. package/lib/models/plugins/date/types.ts +1 -1
  794. package/lib/models/plugins/validation/interfaces.ts +21 -21
  795. package/lib/models/plugins/validation/types.ts +1 -1
  796. package/lib/models/store/host/interfaces.ts +38 -38
  797. package/lib/models/store/interfaces.ts +43 -43
  798. package/lib/models/store/network/interfaces.ts +13 -13
  799. package/lib/models/store/storage/interfaces.ts +32 -32
  800. package/lib/models/store/tasks/enums.ts +27 -27
  801. package/lib/models/store/tasks/interfaces.ts +122 -122
  802. package/lib/models/store/tasks/types.ts +2 -2
  803. package/lib/models/store/types.ts +43 -43
  804. package/lib/models/store/vm/interfaces.ts +234 -234
  805. package/lib/models/table/interfaces.ts +38 -38
  806. package/lib/models/table/types.ts +1 -1
  807. package/lib/models/types.ts +38 -38
  808. package/lib/utils/base64.ts +34 -34
  809. package/lib/utils/contentBuild.ts +34 -34
  810. package/lib/utils/notification.ts +22 -22
  811. package/lib/utils/sendTask.ts +73 -73
  812. package/minify.js +146 -146
  813. package/modules/fixContentBuild/index.ts +91 -91
  814. package/modules/fixContentBuild/lib/utils/methods.ts +115 -115
  815. package/modules/fixSpiceConsoleBuild/index.ts +28 -28
  816. package/modules/replaceEnv/index.ts +40 -40
  817. package/nuxt.config.ts +8 -8
  818. package/package.json +42 -42
  819. package/plugins/binary.ts +158 -158
  820. package/plugins/date.ts +179 -179
  821. package/plugins/spice-console/spice.console.ts +147 -147
  822. package/plugins/text.ts +48 -48
  823. package/plugins/validation.ts +172 -172
  824. package/public/spice-console/application/WorkerProcess.js +3350 -3350
  825. package/public/spice-console/application/WorkerProcess_back.js +3144 -3144
  826. package/public/spice-console/application/WorkerProcess_meta.js +3103 -3103
  827. package/public/spice-console/application/WorkerProcess_reverse.js +3214 -3214
  828. package/public/spice-console/application/agent.js +175 -175
  829. package/public/spice-console/application/application.js +641 -641
  830. package/public/spice-console/application/checkActivity.js +50 -50
  831. package/public/spice-console/application/clientgui.js +842 -842
  832. package/public/spice-console/application/clipboard/clipboarddataparser.js +92 -92
  833. package/public/spice-console/application/clipboard/local/localClipboard.js +110 -110
  834. package/public/spice-console/application/clipboard.js +82 -82
  835. package/public/spice-console/application/codec.js +263 -263
  836. package/public/spice-console/application/imagecache.js +81 -81
  837. package/public/spice-console/application/inputmanager.js +270 -270
  838. package/public/spice-console/application/packetfactory.js +202 -202
  839. package/public/spice-console/application/packetfilter.js +103 -103
  840. package/public/spice-console/application/packetprocess.js +75 -75
  841. package/public/spice-console/application/rasteroperation.js +118 -118
  842. package/public/spice-console/application/spiceconnection.js +197 -197
  843. package/public/spice-console/application/stream.js +67 -67
  844. package/public/spice-console/application/virtualmouse.js +109 -109
  845. package/public/spice-console/keymaps/keyevent.js +36 -36
  846. package/public/spice-console/keymaps/keymap.js +229 -229
  847. package/public/spice-console/keymaps/keymapes.js +375 -375
  848. package/public/spice-console/keymaps/keymapesObj.js +317 -317
  849. package/public/spice-console/keymaps/keymapus.js +317 -317
  850. package/public/spice-console/keymaps/scanCodeObjModifier.js +65 -65
  851. package/public/spice-console/keymaps/scanCodeObjProvider.js +60 -60
  852. package/public/spice-console/lib/AsyncConsumer.js +204 -204
  853. package/public/spice-console/lib/AsyncWorker.js +60 -60
  854. package/public/spice-console/lib/CollisionDetector.js +27 -27
  855. package/public/spice-console/lib/DataLogger.js +197 -197
  856. package/public/spice-console/lib/GenericObjectPool.js +152 -152
  857. package/public/spice-console/lib/GlobalPool.js +114 -114
  858. package/public/spice-console/lib/ImageUncompressor.js +138 -138
  859. package/public/spice-console/lib/IntegrationBenchmark.js +64 -64
  860. package/public/spice-console/lib/PacketWorkerIdentifier.js +107 -107
  861. package/public/spice-console/lib/SyncAsyncHandler.js +46 -46
  862. package/public/spice-console/lib/base64.js +298 -298
  863. package/public/spice-console/lib/biginteger.js +1640 -1640
  864. package/public/spice-console/lib/bowser.js +276 -276
  865. package/public/spice-console/lib/decoder/dixie.js +7930 -7930
  866. package/public/spice-console/lib/decoder/jmuxer.js +2815 -2815
  867. package/public/spice-console/lib/displayRouter.js +83 -83
  868. package/public/spice-console/lib/encrypt.js +191 -191
  869. package/public/spice-console/lib/flipper.js +39 -39
  870. package/public/spice-console/lib/graphic.js +1230 -1230
  871. package/public/spice-console/lib/graphicdebug.js +223 -223
  872. package/public/spice-console/lib/images/jsquic_family.js +83 -83
  873. package/public/spice-console/lib/images/jsquic_rgba.js +342 -342
  874. package/public/spice-console/lib/images/jsquic_uncompress.js +529 -529
  875. package/public/spice-console/lib/images/lz.js +717 -717
  876. package/public/spice-console/lib/images/png.js +275 -275
  877. package/public/spice-console/lib/jgestures.min.js +43 -43
  878. package/public/spice-console/lib/jquery-2.0.3.js +8829 -8829
  879. package/public/spice-console/lib/jquery-mousewheel.js +83 -83
  880. package/public/spice-console/lib/jquery-visibility.min.js +1 -1
  881. package/public/spice-console/lib/jsbn.js +578 -578
  882. package/public/spice-console/lib/jsbn2.js +675 -675
  883. package/public/spice-console/lib/lodash.4.0.0.min.js +136 -136
  884. package/public/spice-console/lib/modernizr.js +39 -39
  885. package/public/spice-console/lib/pixastic.js +3244 -3244
  886. package/public/spice-console/lib/prettyprint.js +794 -794
  887. package/public/spice-console/lib/prng4.js +64 -64
  888. package/public/spice-console/lib/queue.js +259 -259
  889. package/public/spice-console/lib/rasterEngine.js +907 -907
  890. package/public/spice-console/lib/rng.js +87 -87
  891. package/public/spice-console/lib/runqueue.js +103 -103
  892. package/public/spice-console/lib/sha1.js +124 -124
  893. package/public/spice-console/lib/stuckkeyshandler.js +122 -122
  894. package/public/spice-console/lib/timelapsedetector.js +62 -62
  895. package/public/spice-console/lib/utils.js +327 -327
  896. package/public/spice-console/lib/virtualjoystick.js +370 -370
  897. package/public/spice-console/network/busconnection.js +195 -195
  898. package/public/spice-console/network/clusternodechooser.js +49 -49
  899. package/public/spice-console/network/connectioncontrol.js +60 -60
  900. package/public/spice-console/network/packetcontroller.js +62 -62
  901. package/public/spice-console/network/packetextractor.js +73 -73
  902. package/public/spice-console/network/packetlinkfactory.js +64 -64
  903. package/public/spice-console/network/packetreassembler.js +77 -77
  904. package/public/spice-console/network/reassemblerfactory.js +39 -39
  905. package/public/spice-console/network/sizedefiner.js +86 -86
  906. package/public/spice-console/network/socket.js +120 -120
  907. package/public/spice-console/network/socketqueue.js +95 -95
  908. package/public/spice-console/network/spicechannel.js +375 -375
  909. package/public/spice-console/network/websocketwrapper.js +75 -75
  910. package/public/spice-console/process/busprocess.js +309 -309
  911. package/public/spice-console/process/cursorprocess.js +110 -110
  912. package/public/spice-console/process/displaypreprocess.js +152 -152
  913. package/public/spice-console/process/displayprocess.js +210 -210
  914. package/public/spice-console/process/inputprocess.js +203 -203
  915. package/public/spice-console/process/mainprocess.js +78 -78
  916. package/public/spice-console/process/playbackprocess.js +233 -233
  917. package/public/spice-console/run.js +180 -180
  918. package/public/spice-console/spiceobjects/generated/protocol.js +537 -537
  919. package/public/spice-console/spiceobjects/spiceobjects.js +3474 -3474
  920. package/public/spice-console/swcanvas/swcanvas.js +82 -82
  921. package/public/spice-console/tools/generate.php +269 -269
  922. package/public/spice-console/tools/generateKeyboardLayout.php +63 -63
  923. package/public/spice-console/tools/generateSpiceObject.php +81 -81
  924. package/store/main/lib/interfaces.ts +9 -9
  925. package/store/storage/device/lib/models/interfaces.ts +26 -26
  926. package/store/tasks/actions.ts +133 -133
  927. package/store/tasks/getters.ts +25 -25
  928. package/store/tasks/lib/models/interfaces.ts +18 -18
  929. package/store/tasks/mappers/tasks.ts +42 -42
  930. package/store/tasks/mutations.ts +58 -58
  931. package/store/tasks/state.ts +16 -16
  932. package/store/tasks/store.ts +12 -12
  933. package/tsconfig.json +4 -4
  934. package/components/common/wizards/vmNew/common/computeResource/TreeView.vue +0 -61
  935. package/components/common/wizards/vmNew/common/tooltip/Tooltip.vue +0 -84
  936. package/components/common/wizards/vmNew/common/validation/compatibility/Compatibility.vue +0 -62
  937. package/components/common/wizards/vmNew/common/validation/lib/models/enums.ts +0 -5
  938. package/components/common/wizards/vmNew/migrate/Migrate.vue +0 -230
  939. package/components/common/wizards/vmNew/migrate/lib/config/constructDataReady.ts +0 -83
  940. package/components/common/wizards/vmNew/migrate/lib/config/steps.ts +0 -82
  941. package/components/common/wizards/vmNew/migrate/lib/models/enums.ts +0 -6
  942. package/components/common/wizards/vmNew/migrate/lib/models/interfaces.ts +0 -38
  943. package/components/common/wizards/vmNew/migrate/lib/utils.ts +0 -0
  944. package/components/common/wizards/vmNew/migrate/lib/validations.ts +0 -29
  945. package/components/common/wizards/vmNew/migrate/select/computeResource/ComputeResource.vue +0 -219
  946. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/config/tabsPannel.ts +0 -28
  947. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/enums.ts +0 -6
  948. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/interfaces.ts +0 -30
  949. package/components/common/wizards/vmNew/migrate/select/computeResource/lib/models/types.ts +0 -12
  950. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/TableView.vue +0 -143
  951. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +0 -113
  952. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/hostTable.ts +0 -124
  953. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +0 -115
  954. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/tableKeys.ts +0 -65
  955. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +0 -66
  956. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/interfaces.ts +0 -50
  957. package/components/common/wizards/vmNew/migrate/select/computeResource/tableView/lib/models/types.ts +0 -60
  958. package/components/common/wizards/vmNew/migrate/select/network/Network.vue +0 -125
  959. package/components/common/wizards/vmNew/migrate/select/network/table/network/Network.vue +0 -114
  960. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/advancedTable.ts +0 -78
  961. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/basicTable.ts +0 -70
  962. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/config/tableKeys.ts +0 -13
  963. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/interfaces.ts +0 -12
  964. package/components/common/wizards/vmNew/migrate/select/network/table/network/lib/models/types.ts +0 -21
  965. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/UseAt.vue +0 -54
  966. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/tableKeys.ts +0 -7
  967. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/config/useAtTable.ts +0 -47
  968. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/interfaces.ts +0 -1
  969. package/components/common/wizards/vmNew/migrate/select/network/table/useAt/lib/models/types.ts +0 -5
  970. package/components/common/wizards/vmNew/migrate/select/priority/Priority.vue +0 -39
  971. package/components/common/wizards/vmNew/migrate/select/priority/lib/config/typeOptions.ts +0 -21
  972. package/components/common/wizards/vmNew/migrate/select/priority/lib/models/types.ts +0 -1
  973. package/components/common/wizards/vmNew/migrate/select/storage/Storage.vue +0 -175
  974. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/Batch.vue +0 -58
  975. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/config/virtualDiskFormat.ts +0 -30
  976. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/Table.vue +0 -118
  977. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/config/datastoreTable.ts +0 -177
  978. package/components/common/wizards/vmNew/migrate/select/storage/configure/batch/table/lib/models/types.ts +0 -15
  979. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/Disk.vue +0 -68
  980. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/Table.vue +0 -74
  981. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/diskTable.ts +0 -135
  982. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/config/tableKeys.ts +0 -15
  983. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/interfaces.ts +0 -29
  984. package/components/common/wizards/vmNew/migrate/select/storage/configure/disk/table/lib/models/types.ts +0 -13
  985. package/components/common/wizards/vmNew/migrate/select/storage/lib/config/tabsPannel.ts +0 -20
  986. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/enums.ts +0 -6
  987. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/interfaces.ts +0 -14
  988. package/components/common/wizards/vmNew/migrate/select/storage/lib/models/types.ts +0 -9
  989. package/components/common/wizards/vmNew/migrate/select/storage/policy/Policy.vue +0 -84
  990. package/components/common/wizards/vmNew/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +0 -80
  991. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/config/tabsPannel.ts +0 -18
  992. package/components/common/wizards/vmNew/migrate/select/targetServer/lib/models/types.ts +0 -1
  993. package/components/common/wizards/vmNew/migrate/select/targetServer/new/New.vue +0 -294
  994. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/config/defaultForm.ts +0 -36
  995. package/components/common/wizards/vmNew/migrate/select/targetServer/new/lib/models/interfaces.ts +0 -13
  996. package/components/common/wizards/vmNew/migrate/select/targetServer/saved/Saved.vue +0 -27
  997. package/components/common/wizards/vmNew/migrate/select/targetServer/targetServer.vue +0 -41
  998. package/components/common/wizards/vmNew/migrate/select/type/Type.vue +0 -27
  999. package/components/common/wizards/vmNew/migrate/select/type/lib/config/typeOptions.ts +0 -41
  1000. package/components/common/wizards/vmNew/migrate/select/type/lib/models/interfaces.ts +0 -5
  1001. package/components/common/wizards/vmNew/migrate/select/type/lib/models/types.ts +0 -5
package/.eslintrc.js CHANGED
@@ -1,21 +1,21 @@
1
- module.exports = {
2
- env: {
3
- browser: true,
4
- es2021: true,
5
- node: true,
6
- },
7
- extends: ['@nuxtjs', '@nuxtjs/eslint-config-typescript', 'prettier'],
8
- ignorePatterns: ['*.js', 'plugins/xterm'],
9
- rules: {
10
- 'vue/multi-word-component-names': 0,
11
- "vue/no-multiple-template-root": 0,
12
- 'no-console': 0,
13
- 'require-await': 0,
14
- quotes: [2, 'single', { avoidEscape: true }],
15
- '@typescript-eslint/no-this-alias': 0,
16
- 'camelcase': 'off',
17
- 'myrules/no-import-type': 'error',
18
- 'myrules/no-invalid-type-prefix': 'error'
19
- },
20
- plugins: ['myrules'],
21
- }
1
+ module.exports = {
2
+ env: {
3
+ browser: true,
4
+ es2021: true,
5
+ node: true,
6
+ },
7
+ extends: ['@nuxtjs', '@nuxtjs/eslint-config-typescript', 'prettier'],
8
+ ignorePatterns: ['*.js', 'plugins/xterm'],
9
+ rules: {
10
+ 'vue/multi-word-component-names': 0,
11
+ "vue/no-multiple-template-root": 0,
12
+ 'no-console': 0,
13
+ 'require-await': 0,
14
+ quotes: [2, 'single', { avoidEscape: true }],
15
+ '@typescript-eslint/no-this-alias': 0,
16
+ 'camelcase': 'off',
17
+ 'myrules/no-import-type': 'error',
18
+ 'myrules/no-invalid-type-prefix': 'error'
19
+ },
20
+ plugins: ['myrules'],
21
+ }
@@ -1,51 +1,51 @@
1
- <component name="InspectionProjectProfileManager">
2
- <profile version="1.0">
3
- <option name="myName" value="Project Default" />
4
- <inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
5
- <option name="myValues">
6
- <value>
7
- <list size="37">
8
- <item index="0" class="java.lang.String" itemvalue="nobr" />
9
- <item index="1" class="java.lang.String" itemvalue="noembed" />
10
- <item index="2" class="java.lang.String" itemvalue="comment" />
11
- <item index="3" class="java.lang.String" itemvalue="noscript" />
12
- <item index="4" class="java.lang.String" itemvalue="embed" />
13
- <item index="5" class="java.lang.String" itemvalue="script" />
14
- <item index="6" class="java.lang.String" itemvalue="common-wizards-datastore-actions-add-local" />
15
- <item index="7" class="java.lang.String" itemvalue="common-wizards-datastore-add-types" />
16
- <item index="8" class="java.lang.String" itemvalue="common-wizards-datastore-add-local" />
17
- <item index="9" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm" />
18
- <item index="10" class="java.lang.String" itemvalue="common-wizards-datastore-add-nfs" />
19
- <item index="11" class="java.lang.String" itemvalue="common-wizards-datastore-add-ready-complete" />
20
- <item index="12" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-device-selection-host-table" />
21
- <item index="13" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-partition-configuration-size-graphic" />
22
- <item index="14" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-partition-configuration-graphic-tooltip" />
23
- <item index="15" class="java.lang.String" itemvalue="common-wizards-datastore-add-local-create-name" />
24
- <item index="16" class="java.lang.String" itemvalue="common-wizards-datastore-add-nfs-version" />
25
- <item index="17" class="java.lang.String" itemvalue="common-wizards-datastore-add-nfs-configuration" />
26
- <item index="18" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-device-selection" />
27
- <item index="19" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-partition-configuration" />
28
- <item index="20" class="java.lang.String" itemvalue="atoms-modal-by-steps" />
29
- <item index="21" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-usb-controller" />
30
- <item index="22" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-hard-disk" />
31
- <item index="23" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-video-card" />
32
- <item index="24" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device-type-selection" />
33
- <item index="25" class="java.lang.String" itemvalue="atoms-stack-block" />
34
- <item index="26" class="java.lang.String" itemvalue="atoms-the-icon" />
35
- <item index="27" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device-nvidia-grid" />
36
- <item index="28" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device-note" />
37
- <item index="29" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device" />
38
- <item index="30" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-options-firmware" />
39
- <item index="31" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-options-secure-boot" />
40
- <item index="32" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-menu" />
41
- <item index="33" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-delay" />
42
- <item index="34" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-order" />
43
- <item index="35" class="java.lang.String" itemvalue="common-wizards-vm-migrate-select-network-table-use-at" />
44
- <item index="36" class="java.lang.String" itemvalue="common-wizards-vm-migrate-select-network-table-network" />
45
- </list>
46
- </value>
47
- </option>
48
- <option name="myCustomValuesEnabled" value="true" />
49
- </inspection_tool>
50
- </profile>
1
+ <component name="InspectionProjectProfileManager">
2
+ <profile version="1.0">
3
+ <option name="myName" value="Project Default" />
4
+ <inspection_tool class="HtmlUnknownTag" enabled="true" level="WARNING" enabled_by_default="true">
5
+ <option name="myValues">
6
+ <value>
7
+ <list size="37">
8
+ <item index="0" class="java.lang.String" itemvalue="nobr" />
9
+ <item index="1" class="java.lang.String" itemvalue="noembed" />
10
+ <item index="2" class="java.lang.String" itemvalue="comment" />
11
+ <item index="3" class="java.lang.String" itemvalue="noscript" />
12
+ <item index="4" class="java.lang.String" itemvalue="embed" />
13
+ <item index="5" class="java.lang.String" itemvalue="script" />
14
+ <item index="6" class="java.lang.String" itemvalue="common-wizards-datastore-actions-add-local" />
15
+ <item index="7" class="java.lang.String" itemvalue="common-wizards-datastore-add-types" />
16
+ <item index="8" class="java.lang.String" itemvalue="common-wizards-datastore-add-local" />
17
+ <item index="9" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm" />
18
+ <item index="10" class="java.lang.String" itemvalue="common-wizards-datastore-add-nfs" />
19
+ <item index="11" class="java.lang.String" itemvalue="common-wizards-datastore-add-ready-complete" />
20
+ <item index="12" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-device-selection-host-table" />
21
+ <item index="13" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-partition-configuration-size-graphic" />
22
+ <item index="14" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-partition-configuration-graphic-tooltip" />
23
+ <item index="15" class="java.lang.String" itemvalue="common-wizards-datastore-add-local-create-name" />
24
+ <item index="16" class="java.lang.String" itemvalue="common-wizards-datastore-add-nfs-version" />
25
+ <item index="17" class="java.lang.String" itemvalue="common-wizards-datastore-add-nfs-configuration" />
26
+ <item index="18" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-device-selection" />
27
+ <item index="19" class="java.lang.String" itemvalue="common-wizards-datastore-add-shared-storm-partition-configuration" />
28
+ <item index="20" class="java.lang.String" itemvalue="atoms-modal-by-steps" />
29
+ <item index="21" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-usb-controller" />
30
+ <item index="22" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-hard-disk" />
31
+ <item index="23" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-video-card" />
32
+ <item index="24" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device-type-selection" />
33
+ <item index="25" class="java.lang.String" itemvalue="atoms-stack-block" />
34
+ <item index="26" class="java.lang.String" itemvalue="atoms-the-icon" />
35
+ <item index="27" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device-nvidia-grid" />
36
+ <item index="28" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device-note" />
37
+ <item index="29" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-virtual-hardware-new-pci-device" />
38
+ <item index="30" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-options-firmware" />
39
+ <item index="31" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-options-secure-boot" />
40
+ <item index="32" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-menu" />
41
+ <item index="33" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-delay" />
42
+ <item index="34" class="java.lang.String" itemvalue="common-vm-actions-add-vm-customize-hardware-vmoptions-boot-order" />
43
+ <item index="35" class="java.lang.String" itemvalue="common-wizards-vm-migrate-select-network-table-use-at" />
44
+ <item index="36" class="java.lang.String" itemvalue="common-wizards-vm-migrate-select-network-table-network" />
45
+ </list>
46
+ </value>
47
+ </option>
48
+ <option name="myCustomValuesEnabled" value="true" />
49
+ </inspection_tool>
50
+ </profile>
51
51
  </component>
package/.idea/modules.xml CHANGED
@@ -1,8 +1,8 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="ProjectModuleManager">
4
- <modules>
5
- <module fileurl="file://$PROJECT_DIR$/.idea/uikit.iml" filepath="$PROJECT_DIR$/.idea/uikit.iml" />
6
- </modules>
7
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="ProjectModuleManager">
4
+ <modules>
5
+ <module fileurl="file://$PROJECT_DIR$/.idea/uikit.iml" filepath="$PROJECT_DIR$/.idea/uikit.iml" />
6
+ </modules>
7
+ </component>
8
8
  </project>
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="PrettierConfiguration">
4
- <option name="myConfigurationMode" value="AUTOMATIC" />
5
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="PrettierConfiguration">
4
+ <option name="myConfigurationMode" value="AUTOMATIC" />
5
+ </component>
6
6
  </project>
package/.idea/uikit.iml CHANGED
@@ -1,12 +1,12 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <module type="WEB_MODULE" version="4">
3
- <component name="NewModuleRootManager">
4
- <content url="file://$MODULE_DIR$">
5
- <excludeFolder url="file://$MODULE_DIR$/temp" />
6
- <excludeFolder url="file://$MODULE_DIR$/.tmp" />
7
- <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
- </content>
9
- <orderEntry type="inheritedJdk" />
10
- <orderEntry type="sourceFolder" forTests="false" />
11
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <module type="WEB_MODULE" version="4">
3
+ <component name="NewModuleRootManager">
4
+ <content url="file://$MODULE_DIR$">
5
+ <excludeFolder url="file://$MODULE_DIR$/temp" />
6
+ <excludeFolder url="file://$MODULE_DIR$/.tmp" />
7
+ <excludeFolder url="file://$MODULE_DIR$/tmp" />
8
+ </content>
9
+ <orderEntry type="inheritedJdk" />
10
+ <orderEntry type="sourceFolder" forTests="false" />
11
+ </component>
12
12
  </module>
package/.idea/vcs.xml CHANGED
@@ -1,6 +1,6 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <project version="4">
3
- <component name="VcsDirectoryMappings">
4
- <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
5
- </component>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <project version="4">
3
+ <component name="VcsDirectoryMappings">
4
+ <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
5
+ </component>
6
6
  </project>
package/.prettierrc CHANGED
@@ -1,5 +1,5 @@
1
- {
2
- "tabWidth": 2,
3
- "singleQuote": true,
4
- "semi": false
1
+ {
2
+ "tabWidth": 2,
3
+ "singleQuote": true,
4
+ "semi": false
5
5
  }
@@ -1,42 +1,42 @@
1
- ## assets
2
-
3
- ### img
4
- Хронятся иконки(но не все). Обратите внимание на icons-sprite-(dark/light)-(1-5).svg в папке icons
5
-
6
- ### localization
7
- Хронится вся локализация
8
-
9
- ### scss
10
- Хронятся глобалние стили, переменные и т.п.
11
-
12
- ---
13
-
14
- ## components
15
-
16
- ### atoms
17
- Хронятся базовые компоненты кнопки, инпуты и т.п.
18
-
19
- ### common
20
- Хронятся те компоненты которые из себя представляют блок который повторяется в 2 или более местах
21
-
22
- ---
23
-
24
- ## composables
25
- Можно ознакомится по документации nuxt 3
26
-
27
- ---
28
-
29
- ## models
30
- Папка в которой хронятся interfaces, types и enums глобальные и к примеру те которые нельзя создавать в plugins и т.п.
31
-
32
- ---
33
-
34
- ## plugins
35
- Можно ознакомится по документации nuxt 3
36
-
37
- ---
38
-
39
- ## public
40
- Можно ознакомится по документации nuxt 3
41
-
42
- ---
1
+ ## assets
2
+
3
+ ### img
4
+ Хронятся иконки(но не все). Обратите внимание на icons-sprite-(dark/light)-(1-5).svg в папке icons
5
+
6
+ ### localization
7
+ Хронится вся локализация
8
+
9
+ ### scss
10
+ Хронятся глобалние стили, переменные и т.п.
11
+
12
+ ---
13
+
14
+ ## components
15
+
16
+ ### atoms
17
+ Хронятся базовые компоненты кнопки, инпуты и т.п.
18
+
19
+ ### common
20
+ Хронятся те компоненты которые из себя представляют блок который повторяется в 2 или более местах
21
+
22
+ ---
23
+
24
+ ## composables
25
+ Можно ознакомится по документации nuxt 3
26
+
27
+ ---
28
+
29
+ ## models
30
+ Папка в которой хронятся interfaces, types и enums глобальные и к примеру те которые нельзя создавать в plugins и т.п.
31
+
32
+ ---
33
+
34
+ ## plugins
35
+ Можно ознакомится по документации nuxt 3
36
+
37
+ ---
38
+
39
+ ## public
40
+ Можно ознакомится по документации nuxt 3
41
+
42
+ ---
package/README.md CHANGED
@@ -1,42 +1,42 @@
1
- # Nuxt 3 Minimal Starter
2
-
3
- Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
4
-
5
- ## Setup
6
-
7
- Make sure to install the dependencies:
8
-
9
- ```bash
10
- # yarn
11
- yarn install
12
-
13
- # npm
14
- npm install
15
-
16
- # pnpm
17
- pnpm install
18
- ```
19
-
20
- ## Development Server
21
-
22
- Start the development server on http://localhost:3000
23
-
24
- ```bash
25
- npm run dev
26
- ```
27
-
28
- ## Production
29
-
30
- Build the application for production:
31
-
32
- ```bash
33
- npm run build
34
- ```
35
-
36
- Locally preview production build:
37
-
38
- ```bash
39
- npm run preview
40
- ```
41
-
42
- Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
1
+ # Nuxt 3 Minimal Starter
2
+
3
+ Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
4
+
5
+ ## Setup
6
+
7
+ Make sure to install the dependencies:
8
+
9
+ ```bash
10
+ # yarn
11
+ yarn install
12
+
13
+ # npm
14
+ npm install
15
+
16
+ # pnpm
17
+ pnpm install
18
+ ```
19
+
20
+ ## Development Server
21
+
22
+ Start the development server on http://localhost:3000
23
+
24
+ ```bash
25
+ npm run dev
26
+ ```
27
+
28
+ ## Production
29
+
30
+ Build the application for production:
31
+
32
+ ```bash
33
+ npm run build
34
+ ```
35
+
36
+ Locally preview production build:
37
+
38
+ ```bash
39
+ npm run preview
40
+ ```
41
+
42
+ Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="16" height="16">
2
- <path fill="#0065AB" d="M10.1 44.4h-.3C4.6 42.9 1 38 1 32.4c0-5.3 3.2-9.9 8-11.6.3-4.3 2.1-8.4 5.1-11.4 3.2-3.3 7.5-5.1 12-5.1 6.5 0 12.4 3.8 15.4 9.8h2.7C52.4 14 59 20.9 59 29.4c0 6-3.4 11.5-8.7 14-.6.3-1.3 0-1.6-.6-.3-.6 0-1.3.6-1.6 4.4-2.1 7.3-6.7 7.3-11.8 0-7.1-5.6-12.9-12.4-12.9h-1.6c-.5 0-1.1 0-1.7.1l-.9.1-.4-.9c-2.4-5.6-7.7-9.1-13.5-9.1-3.9 0-7.5 1.6-10.3 4.4-2.8 2.8-4.4 6.6-4.4 10.6v.9l-.9.2C6.3 24 3.4 28 3.4 32.4c0 4.5 2.9 8.4 7 9.5.6.2 1 .9.8 1.5-.1.6-.5 1-1.1 1"/>
3
- <path fill="#DFA100" d="M45.9 29.2c.1-.2.1-.5 0-.7v-.6l-15.7-9.3-15.6 9.3v18.5l15.6 9.3.3-.2c.2 0 .4-.1.5-.3l14.8-8.8V29.2zm-3.3-.4l-12.1 6.7-12.3-6.9 12.1-7.2 12.3 7.4zM17 30.6l12.7 7.1v14.9L17 45V30.6zm14.2 21.7V37.7l12.3-6.8V45l-12.3 7.3z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60" width="16" height="16">
2
+ <path fill="#0065AB" d="M10.1 44.4h-.3C4.6 42.9 1 38 1 32.4c0-5.3 3.2-9.9 8-11.6.3-4.3 2.1-8.4 5.1-11.4 3.2-3.3 7.5-5.1 12-5.1 6.5 0 12.4 3.8 15.4 9.8h2.7C52.4 14 59 20.9 59 29.4c0 6-3.4 11.5-8.7 14-.6.3-1.3 0-1.6-.6-.3-.6 0-1.3.6-1.6 4.4-2.1 7.3-6.7 7.3-11.8 0-7.1-5.6-12.9-12.4-12.9h-1.6c-.5 0-1.1 0-1.7.1l-.9.1-.4-.9c-2.4-5.6-7.7-9.1-13.5-9.1-3.9 0-7.5 1.6-10.3 4.4-2.8 2.8-4.4 6.6-4.4 10.6v.9l-.9.2C6.3 24 3.4 28 3.4 32.4c0 4.5 2.9 8.4 7 9.5.6.2 1 .9.8 1.5-.1.6-.5 1-1.1 1"/>
3
+ <path fill="#DFA100" d="M45.9 29.2c.1-.2.1-.5 0-.7v-.6l-15.7-9.3-15.6 9.3v18.5l15.6 9.3.3-.2c.2 0 .4-.1.5-.3l14.8-8.8V29.2zm-3.3-.4l-12.1 6.7-12.3-6.9 12.1-7.2 12.3 7.4zM17 30.6l12.7 7.1v14.9L17 45V30.6zm14.2 21.7V37.7l12.3-6.8V45l-12.3 7.3z"/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" fill="#e9ecef" id="Layer_3" data-name="Layer 3" width="18" height="18" viewBox="0 0 18 18">
2
-
3
- <path d="M16.69,5.39a.49.49,0,0,0-.55.11L14.83,6.81,9.52,1.5a1,1,0,0,0-1.42,0L3.6,6H5L8.81,2.21l5.67,5.66a.5.5,0,0,0,.7,0L16,7.06V10H13.07l.79-.79-.71-.7-1.64,1.64a.51.51,0,0,0-.11.54.5.5,0,0,0,.47.31H16.5a.5.5,0,0,0,.5-.5V5.85A.5.5,0,0,0,16.69,5.39Z"/><path class="cls-1" d="M1.31,12.59a.47.47,0,0,0,.54-.11l1.32-1.31,5.31,5.31a1,1,0,0,0,1.41,0l4.5-4.5H13L9.19,15.77,3.52,10.11a.5.5,0,0,0-.71,0L2,10.92V8H4.92l-.78.79.71.7L6.48,7.85a.47.47,0,0,0,.11-.54A.49.49,0,0,0,6.13,7H1.5a.5.5,0,0,0-.5.5v4.63A.49.49,0,0,0,1.31,12.59Z "/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="#e9ecef" id="Layer_3" data-name="Layer 3" width="18" height="18" viewBox="0 0 18 18">
2
+
3
+ <path d="M16.69,5.39a.49.49,0,0,0-.55.11L14.83,6.81,9.52,1.5a1,1,0,0,0-1.42,0L3.6,6H5L8.81,2.21l5.67,5.66a.5.5,0,0,0,.7,0L16,7.06V10H13.07l.79-.79-.71-.7-1.64,1.64a.51.51,0,0,0-.11.54.5.5,0,0,0,.47.31H16.5a.5.5,0,0,0,.5-.5V5.85A.5.5,0,0,0,16.69,5.39Z"/><path class="cls-1" d="M1.31,12.59a.47.47,0,0,0,.54-.11l1.32-1.31,5.31,5.31a1,1,0,0,0,1.41,0l4.5-4.5H13L9.19,15.77,3.52,10.11a.5.5,0,0,0-.71,0L2,10.92V8H4.92l-.78.79.71.7L6.48,7.85a.47.47,0,0,0,.11-.54A.49.49,0,0,0,6.13,7H1.5a.5.5,0,0,0-.5.5v4.63A.49.49,0,0,0,1.31,12.59Z "/>
4
4
  </svg>
@@ -1,4 +1,4 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" class="vmw-color-theme" id="Layer_3" data-name="Layer 3" width="18" height="18" viewBox="0 0 18 18">
2
- <defs><style>.vmw-color-theme{fill: #565656}</style></defs>
3
- <path d="M16.69,5.39a.49.49,0,0,0-.55.11L14.83,6.81,9.52,1.5a1,1,0,0,0-1.42,0L3.6,6H5L8.81,2.21l5.67,5.66a.5.5,0,0,0,.7,0L16,7.06V10H13.07l.79-.79-.71-.7-1.64,1.64a.51.51,0,0,0-.11.54.5.5,0,0,0,.47.31H16.5a.5.5,0,0,0,.5-.5V5.85A.5.5,0,0,0,16.69,5.39Z"/><path d="M1.31,12.59a.47.47,0,0,0,.54-.11l1.32-1.31,5.31,5.31a1,1,0,0,0,1.41,0l4.5-4.5H13L9.19,15.77,3.52,10.11a.5.5,0,0,0-.71,0L2,10.92V8H4.92l-.78.79.71.7L6.48,7.85a.47.47,0,0,0,.11-.54A.49.49,0,0,0,6.13,7H1.5a.5.5,0,0,0-.5.5v4.63A.49.49,0,0,0,1.31,12.59Z"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" class="vmw-color-theme" id="Layer_3" data-name="Layer 3" width="18" height="18" viewBox="0 0 18 18">
2
+ <defs><style>.vmw-color-theme{fill: #565656}</style></defs>
3
+ <path d="M16.69,5.39a.49.49,0,0,0-.55.11L14.83,6.81,9.52,1.5a1,1,0,0,0-1.42,0L3.6,6H5L8.81,2.21l5.67,5.66a.5.5,0,0,0,.7,0L16,7.06V10H13.07l.79-.79-.71-.7-1.64,1.64a.51.51,0,0,0-.11.54.5.5,0,0,0,.47.31H16.5a.5.5,0,0,0,.5-.5V5.85A.5.5,0,0,0,16.69,5.39Z"/><path d="M1.31,12.59a.47.47,0,0,0,.54-.11l1.32-1.31,5.31,5.31a1,1,0,0,0,1.41,0l4.5-4.5H13L9.19,15.77,3.52,10.11a.5.5,0,0,0-.71,0L2,10.92V8H4.92l-.78.79.71.7L6.48,7.85a.47.47,0,0,0,.11-.54A.49.49,0,0,0,6.13,7H1.5a.5.5,0,0,0-.5.5v4.63A.49.49,0,0,0,1.31,12.59Z"/>
4
4
  </svg>
@@ -1,2 +1,2 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="art" width="36" height="36" viewBox="0 0 36 36">
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="art" width="36" height="36" viewBox="0 0 36 36">
2
2
  <defs><style>.cls-1{fill:#e9ecef;}</style></defs><path class="cls-1" d="M24.1,34H12a3.08,3.08,0,0,1-3.08-3.08V27.7H5a3.08,3.08,0,0,1-3-3.06H2V12A3.08,3.08,0,0,1,5,8.84H8.74V5.22A3.08,3.08,0,0,1,11.68,2H24.2a3.08,3.08,0,0,1,3.08,3.08V8.84H30.9A3.12,3.12,0,0,1,34,12V24.7a3.12,3.12,0,0,1-3.1,3.08H27.18V31a3.08,3.08,0,0,1-3,3ZM10.34,26v4.6a1.74,1.74,0,0,0,1.74,1.74H24a1.74,1.74,0,0,0,1.74-1.74V26h4.68a1.74,1.74,0,0,0,1.74-1.74V12.18a1.74,1.74,0,0,0-1.74-1.72H25.58v-5A1.74,1.74,0,0,0,24,3.74H12a1.74,1.74,0,0,0-1.74,1.72v5H5.56A1.74,1.74,0,0,0,4,12.18V24.36A1.72,1.72,0,0,0,5.7,26.1h0Z"/><path class="cls-1" d="M28.8,18.44a1,1,0,0,1-1,1H18.88v8.92a1,1,0,0,1-2,0V19.44H8a1,1,0,0,1,0-2h8.88V8.52a1,1,0,0,1,2,0v8.92H27.8a1,1,0,0,1,1,1Z"/></svg>
@@ -1,3 +1,3 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" id="art" width="36" height="36" viewBox="0 0 36 36">
2
- <defs><style>.cls-1{fill:#565656}</style></defs>
1
+ <svg xmlns="http://www.w3.org/2000/svg" id="art" width="36" height="36" viewBox="0 0 36 36">
2
+ <defs><style>.cls-1{fill:#565656}</style></defs>
3
3
  <path class="cls-1" d="M24.1,34H12a3.08,3.08,0,0,1-3.08-3.08V27.7H5a3.08,3.08,0,0,1-3-3.06H2V12A3.08,3.08,0,0,1,5,8.84H8.74V5.22A3.08,3.08,0,0,1,11.68,2H24.2a3.08,3.08,0,0,1,3.08,3.08V8.84H30.9A3.12,3.12,0,0,1,34,12V24.7a3.12,3.12,0,0,1-3.1,3.08H27.18V31a3.08,3.08,0,0,1-3,3ZM10.34,26v4.6a1.74,1.74,0,0,0,1.74,1.74H24a1.74,1.74,0,0,0,1.74-1.74V26h4.68a1.74,1.74,0,0,0,1.74-1.74V12.18a1.74,1.74,0,0,0-1.74-1.72H25.58v-5A1.74,1.74,0,0,0,24,3.74H12a1.74,1.74,0,0,0-1.74,1.72v5H5.56A1.74,1.74,0,0,0,4,12.18V24.36A1.72,1.72,0,0,0,5.7,26.1h0Z"/><path class="cls-1" d="M28.8,18.44a1,1,0,0,1-1,1H18.88v8.92a1,1,0,0,1-2,0V19.44H8a1,1,0,0,1,0-2h8.88V8.52a1,1,0,0,1,2,0v8.92H27.8a1,1,0,0,1,1,1Z"/></svg>
@@ -89,8 +89,8 @@
89
89
  <path d="M7 601V577.07C7.51 576.31 11.86 575 19 575H25V573.34C24.31 573.26 23.64 573.2 23 573.15C21.05 573 19.46 573 19 573C17.57 573 5 573.11 5 577V601C5 604.41 14.68 604.92 18 605C17.549 604.412 17.2409 603.727 17.1 603C11.1 602.8 7.47 601.66 7 601Z" fill="#FAFAFA"/>
90
90
  <path d="M37 577H31V571H27V577H21V581H27V587H31V581H37V577Z" fill="#59A011"/>
91
91
  <path d="M32.25 616.4C29.9829 615.799 27.7689 615.013 25.63 614.05C23.5238 613.138 21.4911 612.065 19.55 610.84L19 610.5L18.46 610.85C16.5189 612.075 14.4862 613.148 12.38 614.06C10.2374 615.019 8.02001 615.802 5.75 616.4L5 616.59V624.93C5 638.32 18.53 643.33 18.66 643.38L19 643.5L19.34 643.38C19.48 643.38 33 638.33 33 624.93V616.59L32.25 616.4ZM31 624.93C31 635.93 21 640.54 19 641.36C17 640.54 7 635.92 7 624.93V618.14C9.10849 617.531 11.1732 616.779 13.18 615.89C15.1854 615.022 17.1299 614.02 19 612.89C20.8701 614.02 22.8146 615.022 24.82 615.89C26.8268 616.779 28.8915 617.531 31 618.14V624.93Z" fill="#FAFAFA"/>
92
- <path d="M30.5402 658.05C30.4472 657.956 30.3366 657.882 30.2148 657.831C30.0929 657.781 29.9622 657.754 29.8302 657.754C29.6982 657.754 29.5675 657.781 29.4456 657.831C29.3237 657.882 29.2131 657.956 29.1202 658.05C28.9339 658.238 28.8294 658.491 28.8294 658.755C28.8294 659.019 28.9339 659.273 29.1202 659.46L31.6602 662H19.9302C19.665 662 19.4106 662.106 19.2231 662.293C19.0355 662.481 18.9302 662.735 18.9302 663C18.9302 663.265 19.0355 663.52 19.2231 663.707C19.4106 663.895 19.665 664 19.9302 664H31.6602L29.1202 666.54C28.9339 666.728 28.8294 666.981 28.8294 667.245C28.8294 667.509 28.9339 667.763 29.1202 667.95C29.2131 668.044 29.3237 668.118 29.4456 668.169C29.5675 668.22 29.6982 668.246 29.8302 668.246C29.9622 668.246 30.0929 668.22 30.2148 668.169C30.3366 668.118 30.4472 668.044 30.5402 667.95L35.5402 663L30.5402 658.05Z" fill="#FAFAFA"/>
93
- <path d="M14.0051 655.365L8.5533 660.817C8.16277 661.207 8.16277 661.841 8.5533 662.231L8.95635 662.634C9.34687 663.025 9.98004 663.025 10.3706 662.634L15.8224 657.182C16.2129 656.792 16.2129 656.159 15.8224 655.768L15.4193 655.365C15.0288 654.975 14.3956 654.975 14.0051 655.365Z" fill="#FAFAFA"/>
92
+ <path d="M30.5402 658.05C30.4472 657.956 30.3366 657.882 30.2148 657.831C30.0929 657.78 29.9622 657.754 29.8302 657.754C29.6982 657.754 29.5675 657.78 29.4456 657.831C29.3237 657.882 29.2131 657.956 29.1202 658.05C28.9339 658.237 28.8294 658.491 28.8294 658.755C28.8294 659.019 28.9339 659.273 29.1202 659.46L31.6602 662H19.9302C19.665 662 19.4106 662.105 19.2231 662.293C19.0355 662.48 18.9302 662.735 18.9302 663C18.9302 663.265 19.0355 663.52 19.2231 663.707C19.4106 663.895 19.665 664 19.9302 664H31.6602L29.1202 666.54C28.9339 666.727 28.8294 666.981 28.8294 667.245C28.8294 667.509 28.9339 667.763 29.1202 667.95C29.2131 668.044 29.3237 668.118 29.4456 668.169C29.5675 668.22 29.6982 668.246 29.8302 668.246C29.9622 668.246 30.0929 668.22 30.2148 668.169C30.3366 668.118 30.4472 668.044 30.5402 667.95L35.5402 663L30.5402 658.05Z" fill="#FAFAFA"/>
93
+ <path d="M14.0051 655.365L8.5533 660.817C8.16277 661.208 8.16277 661.841 8.5533 662.231L8.95635 662.634C9.34687 663.025 9.98004 663.025 10.3706 662.634L15.8224 657.183C16.2129 656.792 16.2129 656.159 15.8224 655.768L15.4193 655.365C15.0288 654.975 14.3956 654.975 14.0051 655.365Z" fill="#FAFAFA"/>
94
94
  <path d="M29.8299 670.24C29.0345 670.239 28.272 669.923 27.7099 669.36C27.3225 668.976 27.0471 668.494 26.9132 667.965C26.7793 667.437 26.792 666.882 26.9499 666.36L26.5499 665.96H23.8299L32.9999 675.28V679H29.8599L28.0899 677.24V674.44H24.4099V671.44H19.7999L16.7999 668.44L14.9999 670.31C14.4374 670.872 13.6749 671.187 12.8799 671.187C12.0849 671.187 11.3224 670.872 10.7599 670.31L5.49991 665C4.93811 664.437 4.62255 663.675 4.62255 662.88C4.62255 662.085 4.93811 661.322 5.49991 660.76L14.0599 652.2C14.6224 651.638 15.3849 651.323 16.1799 651.323C16.9749 651.323 17.7374 651.638 18.2999 652.2L23.5599 657.46C23.8869 657.789 24.133 658.19 24.2787 658.631C24.4245 659.072 24.466 659.54 24.3999 660H26.3999C26.4589 659.288 26.3644 658.571 26.1229 657.898C25.8814 657.225 25.4985 656.612 24.9999 656.1L19.7099 650.84C18.7723 649.903 17.5007 649.376 16.1749 649.376C14.8491 649.376 13.5775 649.903 12.6399 650.84L4.08991 659.39C3.15255 660.328 2.62598 661.599 2.62598 662.925C2.62598 664.251 3.15255 665.522 4.08991 666.46L9.34991 671.72C10.2875 672.657 11.5591 673.184 12.8849 673.184C14.2107 673.184 15.4823 672.657 16.4199 671.72L16.8199 671.32L18.9999 673.48H22.4399V676.48H26.1299V678.11L28.9999 681H34.9999V674.45L30.6599 670.11C30.3911 670.194 30.1114 670.237 29.8299 670.24Z" fill="#FAFAFA"/>
95
95
  <path d="M11 713H5.09002C5.06615 713 5.04326 712.991 5.02638 712.974C5.00951 712.957 5.00002 712.934 5.00002 712.91V699.11C5.00002 699.081 5.01161 699.053 5.03224 699.032C5.05287 699.012 5.08085 699 5.11002 699H18.91C18.9339 699 18.9568 699.009 18.9737 699.026C18.9905 699.043 19 699.066 19 699.09V701H21V699.09C21.0013 698.815 20.9482 698.543 20.8436 698.289C20.7391 698.034 20.5852 697.804 20.3908 697.609C20.1965 697.415 19.9656 697.261 19.7114 697.156C19.4572 697.052 19.1849 696.999 18.91 697H5.09002C4.81519 696.999 4.54282 697.052 4.28865 697.156C4.03448 697.261 3.80356 697.415 3.60922 697.609C3.41488 697.804 3.26098 698.034 3.15642 698.289C3.05185 698.543 2.9987 698.815 3.00002 699.09V712.91C2.9987 713.185 3.05185 713.457 3.15642 713.711C3.26098 713.966 3.41488 714.196 3.60922 714.391C3.80356 714.585 4.03448 714.739 4.28865 714.844C4.54282 714.948 4.81519 715.001 5.09002 715H11V713ZM9.00002 689H23V691H25V689C25 688.47 24.7893 687.961 24.4142 687.586C24.0392 687.211 23.5305 687 23 687H8.87002C8.37407 687 7.89843 687.197 7.54773 687.548C7.19704 687.898 7.00002 688.374 7.00002 688.87V695H9.00002V689Z" fill="#FAFAFA"/>
96
96
  <path d="M27 715.24V716C27 716.265 26.8946 716.52 26.7071 716.707C26.5196 716.895 26.2652 717 26 717H19V715H21.18C21.0636 714.679 21.0027 714.341 21 714V713H17V717H16C15.7348 717 15.4804 716.895 15.2929 716.707C15.1054 716.52 15 716.265 15 716V705H24.82C24.6137 704.416 24.2319 703.911 23.7271 703.553C23.2222 703.195 22.6189 703.002 22 703H12C11.2044 703 10.4413 703.316 9.87868 703.879C9.31607 704.441 9 705.204 9 706V707H11V706C11 705.735 11.1054 705.48 11.2929 705.293C11.4804 705.105 11.7348 705 12 705H13V716C13 716.796 13.3161 717.559 13.8787 718.121C14.4413 718.684 15.2044 719 16 719H26C26.6155 718.994 27.2143 718.799 27.7152 718.441C28.2161 718.084 28.5948 717.58 28.8 717L27 715.24Z" fill="#FAFAFA"/>
@@ -151,17 +151,15 @@
151
151
  <path d="M34 1503C33.7348 1503 33.4804 1502.89 33.2929 1502.71C33.1054 1502.52 33 1502.27 33 1502V1487H18C17.7348 1487 17.4804 1486.89 17.2929 1486.71C17.1054 1486.52 17 1486.27 17 1486C17 1485.73 17.1054 1485.48 17.2929 1485.29C17.4804 1485.11 17.7348 1485 18 1485H34C34.2652 1485 34.5196 1485.11 34.7071 1485.29C34.8946 1485.48 35 1485.73 35 1486V1502C35 1502.27 34.8946 1502.52 34.7071 1502.71C34.5196 1502.89 34.2652 1503 34 1503Z" fill="#FAFAFA"/>
152
152
  <path d="M30.0001 1489H16.0801L18.0801 1491H29.0001V1505H19.0001V1507H30.0001C30.2653 1507 30.5196 1506.89 30.7072 1506.71C30.8947 1506.52 31.0001 1506.27 31.0001 1506V1490C31.0001 1489.73 30.8947 1489.48 30.7072 1489.29C30.5196 1489.11 30.2653 1489 30.0001 1489Z" fill="#FAFAFA"/>
153
153
  <path d="M19 1493H27V1495H19V1493ZM19 1497H27V1499H19V1497ZM19 1501H27V1503H19V1501Z" fill="#FAFAFA"/>
154
- <path d="M12 1555H4C3.73478 1555 3.48043 1554.89 3.29289 1554.71C3.10536 1554.52 3 1554.27 3 1554V1546C3 1545.73 3.10536 1545.48 3.29289 1545.29C3.48043 1545.11 3.73478 1545 4 1545H12C12.2652 1545 12.5196 1545.11 12.7071 1545.29C12.8946 1545.48 13 1545.73 13 1546V1554C13 1554.27 12.8946 1554.52 12.7071 1554.71C12.5196 1554.89 12.2652 1555 12 1555ZM5 1553H11V1547H5V1553Z" fill="#FAFAFA"/>
155
- <path d="M18 1551H12V1549H17V1543H11V1546H9V1542C9 1541.73 9.10536 1541.48 9.29289 1541.29C9.48043 1541.11 9.73478 1541 10 1541H18C18.2652 1541 18.5196 1541.11 18.7071 1541.29C18.8946 1541.48 19 1541.73 19 1542V1550C19 1550.27 18.8946 1550.52 18.7071 1550.71C18.5196 1550.89 18.2652 1551 18 1551Z" fill="#FAFAFA"/>
156
- <path d="M10 1547H6C5.73478 1547 5.48043 1546.89 5.29289 1546.71C5.10536 1546.52 5 1546.27 5 1546V1538C5 1537.73 5.10536 1537.48 5.29289 1537.29C5.48043 1537.11 5.73478 1537 6 1537H14C14.2652 1537 14.5196 1537.11 14.7071 1537.29C14.8946 1537.48 15 1537.73 15 1538V1542H13V1539H7V1545H10V1547ZM28 1541H22C21.7348 1541 21.4804 1540.89 21.2929 1540.71C21.1054 1540.52 21 1540.27 21 1540V1524C21 1523.73 21.1054 1523.48 21.2929 1523.29C21.4804 1523.11 21.7348 1523 22 1523H34C34.2652 1523 34.5196 1523.11 34.7071 1523.29C34.8946 1523.48 35 1523.73 35 1524V1534H33V1525H23V1539H28V1541Z" fill="#FAFAFA"/>
157
- <path d="M27.9999 1541C27.8688 1541 27.7386 1540.98 27.6199 1540.92C27.4373 1540.85 27.281 1540.72 27.1707 1540.55C27.0603 1540.39 27.0009 1540.2 26.9999 1540V1534C26.9999 1533.73 27.1053 1533.48 27.2928 1533.29C27.4804 1533.11 27.7347 1533 27.9999 1533H33.9999C34.1974 1533 34.3901 1533.06 34.5538 1533.17C34.7175 1533.28 34.8449 1533.44 34.9199 1533.62C34.9965 1533.8 35.0174 1534 34.9801 1534.2C34.9427 1534.39 34.8487 1534.57 34.7099 1534.71L28.7099 1540.71C28.6165 1540.8 28.5057 1540.88 28.3838 1540.93C28.262 1540.98 28.1315 1541 27.9999 1541ZM28.9999 1535V1537.59L31.5899 1535H28.9999ZM12.9999 1534.83C12.8683 1534.83 12.7379 1534.81 12.616 1534.76C12.4942 1534.71 12.3834 1534.63 12.2899 1534.54C12.1962 1534.45 12.1218 1534.34 12.071 1534.21C12.0203 1534.09 11.9941 1533.96 11.9941 1533.83C11.9941 1533.7 12.0203 1533.57 12.071 1533.45C12.1218 1533.32 12.1962 1533.21 12.2899 1533.12L14.4099 1531L12.2899 1528.88C12.1016 1528.69 11.9958 1528.44 11.9958 1528.17C11.9958 1527.9 12.1016 1527.65 12.2899 1527.46C12.4782 1527.27 12.7336 1527.17 12.9999 1527.17C13.2662 1527.17 13.5216 1527.27 13.7099 1527.46L17.2399 1531L13.7099 1534.54C13.6165 1534.63 13.5057 1534.71 13.3838 1534.76C13.262 1534.81 13.1315 1534.83 12.9999 1534.83Z" fill="#FAFAFA"/>
158
- <path d="M9 1535H7V1533C7 1532.2 7.31607 1531.44 7.87868 1530.88C8.44129 1530.32 9.20435 1530 10 1530H15V1532H10C9.73478 1532 9.48043 1532.11 9.29289 1532.29C9.10536 1532.48 9 1532.73 9 1533V1535Z" fill="#FAFAFA"/>
159
- <path d="M28 1579H20C19.7348 1579 19.4804 1578.89 19.2929 1578.71C19.1054 1578.52 19 1578.27 19 1578V1570C19 1569.73 19.1054 1569.48 19.2929 1569.29C19.4804 1569.11 19.7348 1569 20 1569H28C28.2652 1569 28.5196 1569.11 28.7071 1569.29C28.8946 1569.48 29 1569.73 29 1570V1578C29 1578.27 28.8946 1578.52 28.7071 1578.71C28.5196 1578.89 28.2652 1579 28 1579ZM21 1577H27V1571H21V1577Z" fill="#FAFAFA"/>
160
- <path d="M34 1575H28.17V1573H33V1567H27V1569.83H25V1566C25 1565.73 25.1054 1565.48 25.2929 1565.29C25.4804 1565.11 25.7348 1565 26 1565H34C34.2652 1565 34.5196 1565.11 34.7071 1565.29C34.8946 1565.48 35 1565.73 35 1566V1574C35 1574.27 34.8946 1574.52 34.7071 1574.71C34.5196 1574.89 34.2652 1575 34 1575Z" fill="#FAFAFA"/>
161
- <path d="M26.12 1571H22C21.7348 1571 21.4804 1570.89 21.2929 1570.71C21.1054 1570.52 21 1570.27 21 1570V1562C21 1561.73 21.1054 1561.48 21.2929 1561.29C21.4804 1561.11 21.7348 1561 22 1561H30C30.2652 1561 30.5196 1561.11 30.7071 1561.29C30.8946 1561.48 31 1561.73 31 1562V1565.83H29V1563H23V1569H26.12V1571ZM12 1593H4C3.73478 1593 3.48043 1592.89 3.29289 1592.71C3.10536 1592.52 3 1592.27 3 1592V1584C3 1583.73 3.10536 1583.48 3.29289 1583.29C3.48043 1583.11 3.73478 1583 4 1583H12C12.2652 1583 12.5196 1583.11 12.7071 1583.29C12.8946 1583.48 13 1583.73 13 1584V1592C13 1592.27 12.8946 1592.52 12.7071 1592.71C12.5196 1592.89 12.2652 1593 12 1593ZM5 1591H11V1585H5V1591Z" fill="#FAFAFA"/>
162
- <path d="M18 1589H12.17V1587H17V1581H11V1583.83H9V1580C9 1579.73 9.10536 1579.48 9.29289 1579.29C9.48043 1579.11 9.73478 1579 10 1579H18C18.2652 1579 18.5196 1579.11 18.7071 1579.29C18.8946 1579.48 19 1579.73 19 1580V1588C19 1588.27 18.8946 1588.52 18.7071 1588.71C18.5196 1588.89 18.2652 1589 18 1589Z" fill="#FAFAFA"/>
163
- <path d="M10.12 1585H6C5.73478 1585 5.48043 1584.89 5.29289 1584.71C5.10536 1584.52 5 1584.27 5 1584V1576C5 1575.73 5.10536 1575.48 5.29289 1575.29C5.48043 1575.11 5.73478 1575 6 1575H14C14.2652 1575 14.5196 1575.11 14.7071 1575.29C14.8946 1575.48 15 1575.73 15 1576V1579.83H13V1577H7V1583H10.12V1585ZM13 1572.83C12.8684 1572.83 12.7379 1572.81 12.6161 1572.76C12.4943 1572.71 12.3834 1572.63 12.29 1572.54C12.1963 1572.45 12.1219 1572.34 12.0711 1572.21C12.0203 1572.09 11.9942 1571.96 11.9942 1571.83C11.9942 1571.7 12.0203 1571.57 12.0711 1571.45C12.1219 1571.32 12.1963 1571.21 12.29 1571.12L14.41 1569L12.29 1566.88C12.1017 1566.69 11.9959 1566.44 11.9959 1566.17C11.9959 1565.9 12.1017 1565.65 12.29 1565.46C12.4783 1565.27 12.7337 1565.17 13 1565.17C13.2663 1565.17 13.5217 1565.27 13.71 1565.46L17.24 1569L13.71 1572.54C13.6166 1572.63 13.5057 1572.71 13.3839 1572.76C13.2621 1572.81 13.1316 1572.83 13 1572.83Z" fill="#FAFAFA"/>
164
- <path d="M9 1573H7V1571C7 1570.2 7.31607 1569.44 7.87868 1568.88C8.44129 1568.32 9.20435 1568 10 1568H15V1570H10C9.73478 1570 9.48043 1570.11 9.29289 1570.29C9.10536 1570.48 9 1570.73 9 1571V1573Z" fill="#FAFAFA"/>
154
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.60588 1537.55C10.1937 1537.21 10.918 1537.21 11.5059 1537.55L16.9948 1540.72C17.5826 1541.06 17.9448 1541.68 17.9448 1542.36V1548.7C17.9448 1549.38 17.5826 1550.01 16.9948 1550.35L11.5059 1553.52C10.918 1553.85 10.1937 1553.85 9.60588 1553.52L4.11699 1550.35C3.52913 1550.01 3.16699 1549.38 3.16699 1548.7V1542.36C3.16699 1541.68 3.52913 1541.06 4.11699 1540.72L9.60588 1537.55ZM10.5559 1539.44L6.33366 1541.88L10.5559 1544.31L14.7781 1541.88L10.5559 1539.44ZM15.8337 1543.7V1548.58L11.6114 1551.02V1546.14L15.8337 1543.7ZM9.50033 1546.14L5.2781 1543.7V1548.58L9.50033 1551.02V1546.14Z" fill="#E9EAEC"/>
155
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1524.53C12.4316 1524.94 12.4316 1525.61 12.8438 1526.02L15.396 1528.58L12.8438 1531.13C12.4316 1531.54 12.4316 1532.21 12.8438 1532.62C13.256 1533.03 13.9243 1533.03 14.3366 1532.62L17.6352 1529.32C18.0474 1528.91 18.0474 1528.24 17.6352 1527.83L14.3366 1524.53C13.9243 1524.12 13.256 1524.12 12.8438 1524.53Z" fill="#E9EAEC"/>
156
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1528.58C17.9443 1527.99 17.4717 1527.52 16.8888 1527.52H10.0277C9.04784 1527.52 8.10815 1527.91 7.4153 1528.6C6.72246 1529.3 6.33323 1530.24 6.33323 1531.22V1534.78C6.33323 1535.36 6.80581 1535.83 7.38878 1535.83C7.97175 1535.83 8.44434 1535.36 8.44434 1534.78V1531.22C8.44434 1530.8 8.61115 1530.39 8.90808 1530.1C9.20502 1529.8 9.60774 1529.63 10.0277 1529.63H16.8888C17.4717 1529.63 17.9443 1529.16 17.9443 1528.58Z" fill="#E9EAEC"/>
157
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M20.0557 1526.33C20.0557 1525.17 21.0008 1524.22 22.1668 1524.22H32.723C33.8889 1524.22 34.8341 1525.17 34.8341 1526.33V1535.41C34.8341 1536.58 33.8889 1537.52 32.723 1537.52H22.1668C21.0008 1537.52 20.0557 1536.58 20.0557 1535.41V1526.33ZM32.723 1526.33L22.1668 1526.33V1535.41L32.723 1535.41L32.723 1526.33Z" fill="#E9EAEC"/>
158
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M23.3281 1533.3C23.3281 1532.78 23.7535 1532.35 24.2781 1532.35H30.6115C31.1361 1532.35 31.5615 1532.78 31.5615 1533.3C31.5615 1533.82 31.1361 1534.25 30.6115 1534.25H24.2781C23.7535 1534.25 23.3281 1533.82 23.3281 1533.3Z" fill="#E9EAEC"/>
159
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M9.60588 1575.55C10.1937 1575.21 10.918 1575.21 11.5059 1575.55L16.9948 1578.72C17.5826 1579.06 17.9448 1579.68 17.9448 1580.36V1586.7C17.9448 1587.38 17.5826 1588.01 16.9948 1588.35L11.5059 1591.52C10.918 1591.85 10.1937 1591.85 9.60588 1591.52L4.11699 1588.35C3.52913 1588.01 3.16699 1587.38 3.16699 1586.7V1580.36C3.16699 1579.68 3.52913 1579.06 4.11699 1578.72L9.60588 1575.55ZM10.5559 1577.44L6.33366 1579.88L10.5559 1582.31L14.7781 1579.88L10.5559 1577.44ZM15.8337 1581.7V1586.58L11.6114 1589.02V1584.14L15.8337 1581.7ZM9.50033 1584.14L5.2781 1581.7V1586.58L9.50033 1589.02V1584.14Z" fill="#E9EAEC"/>
160
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M26.4946 1562.48C27.0824 1562.14 27.8067 1562.14 28.3946 1562.48L33.8834 1565.65C34.4713 1565.99 34.8334 1566.61 34.8334 1567.29V1573.63C34.8334 1574.31 34.4713 1574.94 33.8834 1575.27L28.3946 1578.44C27.8067 1578.78 27.0824 1578.78 26.4946 1578.44L21.0057 1575.27C20.4178 1574.94 20.0557 1574.31 20.0557 1573.63V1567.29C20.0557 1566.61 20.4178 1565.99 21.0057 1565.65L26.4946 1562.48ZM27.4446 1564.37L23.2223 1566.8L27.4446 1569.24L31.6668 1566.8L27.4446 1564.37ZM32.7223 1568.63V1573.51L28.5001 1575.95V1571.07L32.7223 1568.63ZM26.389 1571.07L22.1668 1568.63V1573.51L26.389 1575.95V1571.07Z" fill="#E9EAEC"/>
161
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M12.8438 1562.53C12.4316 1562.94 12.4316 1563.61 12.8438 1564.02L15.396 1566.58L12.8438 1569.13C12.4316 1569.54 12.4316 1570.21 12.8438 1570.62C13.256 1571.03 13.9243 1571.03 14.3366 1570.62L17.6352 1567.32C18.0474 1566.91 18.0474 1566.24 17.6352 1565.83L14.3366 1562.53C13.9243 1562.12 13.256 1562.12 12.8438 1562.53Z" fill="#E9EAEC"/>
162
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.9443 1566.58C17.9443 1565.99 17.4717 1565.52 16.8888 1565.52H10.0277C9.04784 1565.52 8.10815 1565.91 7.4153 1566.6C6.72246 1567.3 6.33323 1568.24 6.33323 1569.22V1572.78C6.33323 1573.36 6.80581 1573.83 7.38878 1573.83C7.97175 1573.83 8.44434 1573.36 8.44434 1572.78V1569.22C8.44434 1568.8 8.61115 1568.39 8.90808 1568.1C9.20502 1567.8 9.60774 1567.63 10.0277 1567.63H16.8888C17.4717 1567.63 17.9443 1567.16 17.9443 1566.58Z" fill="#E9EAEC"/>
165
163
  <path d="M30.6999 1629H19.9999V1627H17.9999V1629H7.19989C6.93467 1629 6.68032 1629.11 6.49278 1629.29C6.30525 1629.48 6.19989 1629.73 6.19989 1630C6.19989 1630.27 6.30525 1630.52 6.49278 1630.71C6.68032 1630.89 6.93467 1631 7.19989 1631H30.6999C30.9651 1631 31.2195 1630.89 31.407 1630.71C31.5945 1630.52 31.6999 1630.27 31.6999 1630C31.6999 1629.73 31.5945 1629.48 31.407 1629.29C31.2195 1629.11 30.9651 1629 30.6999 1629ZM29.9999 1625H9.49989C7.64337 1624.92 5.8945 1624.11 4.63801 1622.74C3.38152 1621.37 2.72032 1619.56 2.79989 1617.7C2.87945 1615.84 3.69326 1614.09 5.06227 1612.84C6.43129 1611.58 8.24337 1610.92 10.0999 1611C10.1499 1609.56 10.4855 1608.14 11.0873 1606.83C11.6891 1605.52 12.5451 1604.34 13.6056 1603.37C14.6661 1602.39 15.91 1601.63 17.2652 1601.14C18.6203 1600.65 20.0597 1600.43 21.4999 1600.5C22.9449 1600.56 24.3631 1600.91 25.6733 1601.53C26.9834 1602.14 28.1598 1603 29.1351 1604.07C30.1104 1605.14 30.8654 1606.39 31.357 1607.75C31.8486 1609.11 32.0671 1610.56 31.9999 1612C31.9882 1613.09 31.8198 1614.16 31.4999 1615.2C32.7591 1615.61 33.8034 1616.51 34.4034 1617.69C35.0034 1618.87 35.11 1620.24 34.6999 1621.5C34.4084 1622.52 33.7905 1623.41 32.9413 1624.04C32.0921 1624.68 31.0586 1625.01 29.9999 1625ZM9.99989 1623H29.9999C30.7955 1623.03 31.5691 1622.74 32.1505 1622.19C32.7319 1621.65 33.0734 1620.9 33.0999 1620.1C33.1264 1619.3 32.8358 1618.53 32.2919 1617.95C31.7481 1617.37 30.9955 1617.03 30.1999 1617C30.0357 1616.99 29.8768 1616.94 29.7372 1616.85C29.5977 1616.76 29.4818 1616.64 29.3999 1616.5C29.3136 1616.37 29.2596 1616.22 29.2422 1616.06C29.2248 1615.91 29.2446 1615.75 29.2999 1615.6C30.2679 1613.41 30.3271 1610.93 29.4645 1608.7C29.0373 1607.59 28.3967 1606.58 27.5792 1605.72C26.7617 1604.87 25.7833 1604.18 24.6999 1603.7C22.5119 1602.73 20.0289 1602.67 17.7972 1603.54C15.5655 1604.4 13.7679 1606.11 12.7999 1608.3C12.2867 1609.47 12.0145 1610.73 11.9999 1612C12.0077 1612.16 11.975 1612.31 11.905 1612.45C11.8349 1612.59 11.7298 1612.71 11.5999 1612.8C11.3822 1613 11.0954 1613.11 10.7999 1613.1C10.6271 1613.12 10.4534 1613.08 10.2999 1613C9.64286 1612.95 8.9815 1613.02 8.35388 1613.22C7.72626 1613.43 7.14477 1613.75 6.64288 1614.18C6.14099 1614.6 5.72862 1615.13 5.42948 1615.71C5.13035 1616.3 4.95036 1616.94 4.89989 1617.6C4.81591 1618.92 5.24887 1620.22 6.10727 1621.23C6.96568 1622.24 8.18226 1622.87 9.49989 1623H9.99989Z" fill="#FAFAFA"/>
166
164
  <path d="M10.62 1656.88C10.3548 1656.88 10.1004 1656.99 9.91288 1657.17C9.72534 1657.36 9.61999 1657.61 9.61999 1657.88C9.61999 1658.15 9.72534 1658.4 9.91288 1658.59C10.1004 1658.77 10.3548 1658.88 10.62 1658.88H19.13C19.3952 1658.88 19.6496 1658.77 19.8371 1658.59C20.0246 1658.4 20.13 1658.15 20.13 1657.88C20.13 1657.61 20.0246 1657.36 19.8371 1657.17C19.6496 1656.99 19.3952 1656.88 19.13 1656.88H10.62ZM18.61 1649.7C18.2712 1650.43 17.7184 1651.05 17.0243 1651.46C16.3303 1651.87 15.5275 1652.07 14.7216 1652.01C13.9156 1651.96 13.1443 1651.67 12.509 1651.17C11.8738 1650.67 11.4044 1649.99 11.1625 1649.22C10.9207 1648.45 10.9178 1647.62 11.1542 1646.85C11.3906 1646.08 11.8552 1645.4 12.4869 1644.89C13.1186 1644.39 13.8878 1644.09 14.6933 1644.03C15.4989 1643.97 16.303 1644.16 17 1644.57V1644C17.0073 1643.46 17.0507 1642.93 17.13 1642.4C16.4514 1642.13 15.7288 1642 15 1642C13.9682 1642 12.9538 1642.27 12.0546 1642.77C11.1555 1643.28 10.402 1644.01 9.86692 1644.89C9.33187 1645.77 9.03334 1646.78 9.00017 1647.81C8.967 1648.84 9.20031 1649.86 9.67756 1650.78C10.1548 1651.69 10.8599 1652.47 11.7247 1653.03C12.5895 1653.59 13.5847 1653.92 14.6144 1653.99C15.644 1654.05 16.6733 1653.85 17.6026 1653.4C18.532 1652.96 19.3302 1652.28 19.92 1651.43C19.4278 1650.9 18.989 1650.32 18.61 1649.7Z" fill="#FAFAFA"/>
167
165
  <path d="M32.18 1654.17C30.8541 1654.72 29.4341 1655 28 1655C27.4779 1655 26.9567 1654.96 26.44 1654.88V1655.01H28.44C29.6727 1655.03 30.8498 1655.53 31.7177 1656.4C32.5856 1657.28 33.0749 1658.46 33.08 1659.69V1660.36C33.0669 1661.59 32.5697 1662.77 31.6959 1663.64C30.8221 1664.51 29.6418 1664.99 28.41 1665H9.70003C9.08413 1665 8.474 1664.88 7.90448 1664.65C7.33496 1664.41 6.8172 1664.07 6.38077 1663.63C5.94433 1663.2 5.59777 1662.68 5.36086 1662.11C5.12395 1661.55 5.00134 1660.94 5.00003 1660.32V1659.63C5.01583 1658.39 5.51829 1657.22 6.39829 1656.35C7.27829 1655.48 8.46476 1655 9.70003 1655H11.06C10.4535 1654.65 9.89829 1654.21 9.41003 1653.71L9.32003 1653.62L9.20003 1653.49C9.04619 1653.34 8.90255 1653.17 8.77003 1653C7.16897 1653.22 5.70202 1654.01 4.64105 1655.23C3.58009 1656.45 2.99706 1658.01 3.00003 1659.63V1660.3C2.9974 1661.18 3.16758 1662.05 3.50085 1662.86C3.83413 1663.67 4.32397 1664.41 4.94241 1665.03C5.56084 1665.65 6.29577 1666.15 7.10522 1666.48C7.91467 1666.82 8.7828 1667 9.66003 1667H28.41C30.1817 1667 31.8808 1666.3 33.1335 1665.04C34.3862 1663.79 35.09 1662.09 35.09 1660.32V1659.65C35.0844 1658.57 34.8167 1657.51 34.3099 1656.55C33.803 1655.6 33.0722 1654.78 32.18 1654.17Z" fill="#FAFAFA"/>
@@ -43,7 +43,7 @@
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
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
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"/>
46
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M16.8401 388.611C17.0148 389.168 16.7056 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
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
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
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"/>
@@ -51,7 +51,7 @@
51
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
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
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"/>
54
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M27.4443 443.861C28.0273 443.861 28.4998 444.334 28.4998 444.917V448.084C28.4998 448.667 28.0273 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
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
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
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"/>