bfg-common 1.3.643 → 1.3.645

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 (418) hide show
  1. package/components/atoms/alert/lib/models/interfaces.ts +1 -1
  2. package/components/atoms/collapse/CollapseNav.vue +1 -1
  3. package/components/atoms/collapse/CollapseNavItem.vue +2 -2
  4. package/components/atoms/combobox/Combobox.vue +1 -1
  5. package/components/atoms/datepicker/Datepicker.vue +2 -2
  6. package/components/atoms/datepicker/lib/config/allShortMonths.ts +1 -1
  7. package/components/atoms/datepicker/lib/config/datapicker.ts +1 -1
  8. package/components/atoms/dropdown/dropdown/Dropdown.vue +1 -1
  9. package/components/atoms/list/SelectList.vue +1 -1
  10. package/components/atoms/list/dragDropList/DragDropList.vue +1 -1
  11. package/components/atoms/loader/PreLoader.vue +1 -1
  12. package/components/atoms/modal/Modal.vue +1 -1
  13. package/components/atoms/modal/bySteps/BySteps.vue +253 -252
  14. package/components/atoms/nav/NavBar.vue +1 -1
  15. package/components/atoms/nav/VerticalNavBar.vue +1 -1
  16. package/components/atoms/notificationBar/NotificationBar.vue +2 -2
  17. package/components/atoms/perPage/PerPage.vue +2 -2
  18. package/components/atoms/select/TheSelect.vue +1 -1
  19. package/components/atoms/table/compact/Compact.vue +1 -1
  20. package/components/atoms/table/dataGrid/DataGrid.vue +2 -2
  21. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +1 -1
  22. package/components/atoms/table/dataGrid/DataGridPage.vue +1 -1
  23. package/components/atoms/table/dataGrid/DataGridPagination.vue +2 -2
  24. package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +1 -1
  25. package/components/atoms/table/dataGrid/lib/models/types.ts +1 -1
  26. package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +1 -1
  27. package/components/atoms/table/info/Info.vue +1 -1
  28. package/components/atoms/table/simpleInfo/SimpleInfo.vue +1 -1
  29. package/components/atoms/table/simpleTable/SimpleTable.vue +1 -1
  30. package/components/atoms/tabs/Tabs.vue +2 -2
  31. package/components/atoms/tabs/VerticalTabs.vue +1 -1
  32. package/components/atoms/tooltip/Signpost.vue +1 -1
  33. package/components/atoms/tooltip/Tooltip.vue +1 -1
  34. package/components/atoms/tooltip/TooltipError.vue +1 -1
  35. package/components/common/BadBrowser.vue +3 -3
  36. package/components/common/adapterManager/AdapterManager.vue +10 -10
  37. package/components/common/adapterManager/AddAdapterModal.vue +1 -1
  38. package/components/common/adapterManager/AddAdapterWarningModal.vue +3 -3
  39. package/components/common/adapterManager/NoActiveAdaptersModal.vue +4 -4
  40. package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +4 -4
  41. package/components/common/adapterManager/lib/config/index.ts +1 -1
  42. package/components/common/adapterManager/ui/NoSelectedAdapter.vue +3 -3
  43. package/components/common/adapterManager/ui/SecondTitle.vue +3 -3
  44. package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +2 -2
  45. package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +2 -2
  46. package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +2 -2
  47. package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +2 -2
  48. package/components/common/adapterManager/ui/table/Header.vue +1 -1
  49. package/components/common/browse/Browse.vue +5 -5
  50. package/components/common/countdownTimer/CountdownTimer.vue +1 -1
  51. package/components/common/details/DetailsList.vue +1 -1
  52. package/components/common/diagramMain/DiagramMain.vue +6 -8
  53. package/components/common/diagramMain/Header.vue +6 -6
  54. package/components/common/diagramMain/adapter/AdapterItem.vue +1 -1
  55. package/components/common/diagramMain/adapter/Contents.vue +4 -4
  56. package/components/common/diagramMain/lib/config/index.ts +2 -2
  57. package/components/common/diagramMain/lib/config/initial.ts +1 -1
  58. package/components/common/diagramMain/lib/models/interfaces.ts +1 -1
  59. package/components/common/diagramMain/lib/models/types.ts +1 -1
  60. package/components/common/diagramMain/lib/utils/utils.ts +3 -3
  61. package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +3 -3
  62. package/components/common/diagramMain/modals/Modals.vue +8 -8
  63. package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +4 -4
  64. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +1 -1
  65. package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +2 -2
  66. package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +7 -7
  67. package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +14 -14
  68. package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +6 -6
  69. package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +7 -7
  70. package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +20 -20
  71. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +15 -15
  72. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +7 -7
  73. package/components/common/diagramMain/modals/lib/config/adapterModal.ts +20 -20
  74. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +5 -5
  75. package/components/common/diagramMain/modals/lib/config/networkModal.ts +52 -52
  76. package/components/common/diagramMain/modals/lib/config/portModal.ts +48 -48
  77. package/components/common/diagramMain/modals/lib/config/switchModal.ts +41 -41
  78. package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +5 -5
  79. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +24 -24
  80. package/components/common/diagramMain/modals/lib/mappers/mappers.ts +1 -1
  81. package/components/common/diagramMain/modals/lib/utils/index.ts +4 -4
  82. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +5 -5
  83. package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +17 -17
  84. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +5 -5
  85. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +4 -4
  86. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +2 -2
  87. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +13 -13
  88. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +5 -5
  89. package/components/common/diagramMain/modals/remove/RemoveModal.vue +8 -8
  90. package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +3 -3
  91. package/components/common/diagramMain/network/Block.vue +1 -1
  92. package/components/common/diagramMain/network/Contents.vue +3 -3
  93. package/components/common/diagramMain/network/Lines.vue +1 -1
  94. package/components/common/diagramMain/network/NoNetwork.vue +2 -2
  95. package/components/common/diagramMain/network/SecondBlock.vue +1 -1
  96. package/components/common/diagramMain/port/Port.vue +4 -4
  97. package/components/common/diagramMain/port/Ports.vue +1 -1
  98. package/components/common/diagramMain/switch/Switch.vue +1 -1
  99. package/components/common/diagramMain/switch/SwitchSelected.vue +1 -1
  100. package/components/common/feedback/Buttons.vue +6 -6
  101. package/components/common/feedback/Feedback.vue +5 -5
  102. package/components/common/feedback/Message.vue +16 -16
  103. package/components/common/feedback/VisitPortal.vue +3 -3
  104. package/components/common/feedback/lib/config/drawingPanel.ts +5 -5
  105. package/components/common/feedback/lib/config/feedbackTabs.ts +5 -5
  106. package/components/common/graph/Graph.vue +1 -1
  107. package/components/common/graph/lib/utils/renderGraph.ts +13 -13
  108. package/components/common/help/navbar/left/Left.vue +2 -2
  109. package/components/common/home/ResourceBlock.vue +5 -5
  110. package/components/common/home/StatusContent.vue +1 -1
  111. package/components/common/home/alertsTable/lib/config/config.ts +3 -3
  112. package/components/common/home/servicesTable/lib/config/config.ts +2 -2
  113. package/components/common/layout/theHeader/feedback/Feedback.vue +2 -2
  114. package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +1 -1
  115. package/components/common/layout/theHeader/modals/Reconnect.vue +4 -4
  116. package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
  117. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +6 -6
  118. package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +2 -2
  119. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -3
  120. package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +3 -3
  121. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
  122. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
  123. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +2 -2
  124. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +2 -2
  125. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
  126. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +2 -2
  127. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +0 -4
  128. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +2 -2
  129. package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +2 -2
  130. package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +4 -4
  131. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +1 -1
  132. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +1 -1
  133. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +3 -3
  134. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +1 -1
  135. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +2 -2
  136. package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +1 -1
  137. package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +3 -3
  138. package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +4 -4
  139. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +5 -5
  140. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +4 -4
  141. package/components/common/modals/Confirmation.vue +3 -3
  142. package/components/common/modals/Rename.vue +5 -5
  143. package/components/common/modals/lib/config/defaultForm.ts +3 -3
  144. package/components/common/modals/lib/models/interfaces.ts +1 -1
  145. package/components/common/monitor/advanced/Advanced.vue +3 -3
  146. package/components/common/monitor/advanced/GraphView.vue +1 -1
  147. package/components/common/monitor/advanced/table/Table.vue +1 -1
  148. package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +8 -8
  149. package/components/common/monitor/advanced/tools/Tools.vue +3 -3
  150. package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
  151. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +4 -4
  152. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +2 -2
  153. package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +2 -2
  154. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
  155. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +2 -2
  156. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +285 -285
  157. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
  158. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +13 -13
  159. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
  160. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
  161. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
  162. package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +31 -31
  163. package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +32 -32
  164. package/components/common/monitor/overview/Overview.vue +3 -3
  165. package/components/common/monitor/overview/filters/Filters.vue +3 -3
  166. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +3 -3
  167. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
  168. package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +21 -21
  169. package/components/common/pages/Tasks.vue +1 -1
  170. package/components/common/pages/hardwareHealth/HardwareHealth.vue +3 -3
  171. package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +5 -5
  172. package/components/common/pages/hardwareHealth/tableView/TableView.vue +1 -1
  173. package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +3 -3
  174. package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +5 -5
  175. package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
  176. package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
  177. package/components/common/pages/hardwareHealth/tableView/modal/sensorWarning.vue +2 -2
  178. package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +3 -3
  179. package/components/common/perPage/PerPage.vue +3 -3
  180. package/components/common/recursionTree/RecursionTree.vue +1 -1
  181. package/components/common/resource/lib/models/interfaces.ts +2 -2
  182. package/components/common/resource/progressBlock/ProgressBlock.vue +6 -6
  183. package/components/common/resource/simple/Simple.vue +3 -3
  184. package/components/common/select/button/ButtonDropdown.vue +1 -1
  185. package/components/common/select/input/Input.vue +0 -3
  186. package/components/common/select/radio/RadioGroup.vue +1 -1
  187. package/components/common/shortcuts/Shortcuts.vue +1 -1
  188. package/components/common/spiceConsole/Drawer.vue +5 -5
  189. package/components/common/split/vertical/Vertical.vue +1 -1
  190. package/components/common/vm/actions/add/Add.vue +1 -1
  191. package/components/common/vm/actions/add/FolderTreeView.vue +1 -1
  192. package/components/common/vm/actions/add/lib/config/steps.ts +9 -9
  193. package/components/common/vm/actions/add/lib/utils.ts +28 -28
  194. package/components/common/vm/actions/clone/Clone.vue +1 -1
  195. package/components/common/vm/actions/clone/lib/models/interfaces.ts +1 -1
  196. package/components/common/vm/actions/clone/lib/utils.ts +3 -3
  197. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +16 -16
  198. package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +2 -2
  199. package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +2 -2
  200. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +14 -14
  201. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +1 -1
  202. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +5 -5
  203. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +8 -8
  204. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +11 -11
  205. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +4 -4
  206. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +4 -4
  207. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +3 -3
  208. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +5 -5
  209. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +6 -6
  210. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +52 -50
  211. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +6 -6
  212. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -95
  213. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +3 -3
  214. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +4 -4
  215. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +3 -3
  216. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +9 -9
  217. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +4 -4
  218. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +7 -7
  219. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +8 -8
  220. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +5 -5
  221. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +5 -5
  222. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +9 -9
  223. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +4 -4
  224. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +6 -6
  225. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +6 -6
  226. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +3 -3
  227. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +6 -6
  228. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +2 -2
  229. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +8 -8
  230. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +2 -2
  231. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +10 -10
  232. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +3 -3
  233. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +4 -4
  234. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +6 -6
  235. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +4 -4
  236. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +5 -5
  237. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +4 -4
  238. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +5 -5
  239. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +4 -4
  240. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +5 -5
  241. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +5 -5
  242. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +8 -8
  243. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +4 -4
  244. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +1 -1
  245. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +4 -4
  246. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +4 -4
  247. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -5
  248. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +1 -1
  249. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +2 -2
  250. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +2 -2
  251. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +1 -1
  252. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +3 -3
  253. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +1 -1
  254. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +4 -4
  255. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +3 -3
  256. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +5 -5
  257. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +8 -8
  258. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +3 -3
  259. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +5 -5
  260. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +6 -6
  261. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +2 -2
  262. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +3 -3
  263. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +4 -4
  264. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +1 -1
  265. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +6 -6
  266. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +6 -6
  267. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +3 -3
  268. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +3 -3
  269. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +3 -3
  270. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +1 -1
  271. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +4 -4
  272. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +3 -3
  273. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +4 -4
  274. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +8 -8
  275. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +3 -3
  276. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +3 -3
  277. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +3 -3
  278. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +3 -3
  279. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +3 -3
  280. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +4 -4
  281. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +4 -4
  282. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +4 -4
  283. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +4 -4
  284. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +5 -5
  285. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +3 -3
  286. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +1 -1
  287. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +3 -3
  288. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +1 -1
  289. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +5 -5
  290. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +1 -1
  291. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +3 -3
  292. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +4 -4
  293. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
  294. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +2 -2
  295. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +4 -4
  296. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +1 -1
  297. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +3 -3
  298. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +1 -1
  299. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +4 -4
  300. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +5 -5
  301. package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +5 -5
  302. package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
  303. package/components/common/vm/actions/common/lib/models/interfaces.ts +3 -3
  304. package/components/common/vm/actions/common/lib/models/types.ts +3 -3
  305. package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +3 -3
  306. package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +2 -2
  307. package/components/common/vm/actions/common/select/computeResource/TreeView.vue +1 -3
  308. package/components/common/vm/actions/common/select/createType/lib/config/items.ts +2 -2
  309. package/components/common/vm/actions/common/select/lib/models/interfaces.ts +2 -2
  310. package/components/common/vm/actions/common/select/name/Name.vue +3 -3
  311. package/components/common/vm/actions/common/select/storage/lib/config/config.ts +2 -2
  312. package/components/common/vm/actions/editSettings/EditSettings.vue +1 -1
  313. package/components/common/vm/actions/editSettings/lib/models/types.ts +3 -3
  314. package/components/common/vm/actions/editSettings/lib/utils.ts +2 -2
  315. package/components/common/vm/actions/lib/models/interfaces.ts +1 -1
  316. package/components/common/vm/actions/lib/utils.ts +6 -6
  317. package/components/common/weekSelect/lib/config/options.ts +3 -3
  318. package/components/common/wizards/datastore/add/Add.vue +6 -6
  319. package/components/common/wizards/datastore/add/lib/config/stepItems.ts +13 -13
  320. package/components/common/wizards/datastore/add/lib/models/interfaces.ts +1 -1
  321. package/components/common/wizards/datastore/add/lib/utils.ts +2 -2
  322. package/components/common/wizards/datastore/add/local/Local.vue +4 -4
  323. package/components/common/wizards/datastore/add/local/createName/CreateName.vue +4 -4
  324. package/components/common/wizards/datastore/add/local/createName/lib/config/defaultForm.ts +2 -2
  325. package/components/common/wizards/datastore/add/nfs/Nfs.vue +3 -3
  326. package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +4 -4
  327. package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +4 -4
  328. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +6 -6
  329. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +5 -5
  330. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +3 -3
  331. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +6 -6
  332. package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +1 -1
  333. package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +10 -10
  334. package/components/common/wizards/datastore/add/nfs/configuration/lib/config/defaultForm.ts +4 -4
  335. package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +1 -1
  336. package/components/common/wizards/datastore/add/nfs/configuration/serversList/DeletePopover.vue +2 -2
  337. package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +4 -4
  338. package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/serversListConfig.ts +3 -4
  339. package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/tableKeys.ts +1 -1
  340. package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces.ts +1 -1
  341. package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +4 -4
  342. package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/lib/config/radioOptions.ts +5 -5
  343. package/components/common/wizards/datastore/add/nfs/version/Version.vue +3 -3
  344. package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +4 -4
  345. package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +4 -4
  346. package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +22 -22
  347. package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +1 -1
  348. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +11 -11
  349. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +5 -5
  350. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/hostsTable.ts +9 -9
  351. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/tableKeys.ts +1 -1
  352. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/defaultForm.ts +3 -3
  353. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +3 -3
  354. package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +2 -2
  355. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +9 -9
  356. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +8 -8
  357. package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +2 -2
  358. package/components/common/wizards/datastore/add/sharedStorm/version/Version.vue +3 -3
  359. package/components/common/wizards/datastore/add/sharedStorm/version/lib/config/versionOptions.ts +4 -4
  360. package/components/common/wizards/datastore/add/types/Types.vue +2 -2
  361. package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +6 -6
  362. package/components/common/wizards/network/add/Add.vue +1 -1
  363. package/components/common/wizards/network/add/lib/config/initialData.ts +1 -2
  364. package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +11 -11
  365. package/components/common/wizards/network/add/lib/config/selectSwitch.ts +7 -7
  366. package/components/common/wizards/network/add/lib/config/sendData.ts +2 -2
  367. package/components/common/wizards/network/add/lib/config/steps.ts +77 -77
  368. package/components/common/wizards/network/add/lib/models/interfaces.ts +1 -1
  369. package/components/common/wizards/network/add/modals/SelectNetwork.vue +5 -5
  370. package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +5 -5
  371. package/components/common/wizards/network/add/modals/SelectSwitch.vue +5 -5
  372. package/components/common/wizards/network/add/steps/ConnectionSettings.vue +5 -5
  373. package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +4 -4
  374. package/components/common/wizards/network/add/steps/IpFourSettings.vue +9 -9
  375. package/components/common/wizards/network/add/steps/PortProperties.vue +19 -19
  376. package/components/common/wizards/network/add/steps/ReadyComplete.vue +1 -1
  377. package/components/common/wizards/network/add/steps/SelectConnectionType.vue +7 -7
  378. package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +12 -12
  379. package/components/common/wizards/network/add/validations/connectionSettings.ts +9 -9
  380. package/components/common/wizards/network/add/validations/createStandardSwitch.ts +3 -3
  381. package/components/common/wizards/network/add/validations/ipFourSettings.ts +21 -21
  382. package/components/common/wizards/network/add/validations/networkValidation.ts +4 -4
  383. package/components/common/wizards/network/add/validations/physicalAdapter.ts +1 -1
  384. package/components/common/wizards/network/add/validations/portProperties.ts +13 -13
  385. package/components/common/wizards/network/add/validations/targetDevice.ts +13 -13
  386. package/components/common/wizards/vm/common/tooltip/Tooltip.vue +1 -1
  387. package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +1 -1
  388. package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +7 -7
  389. package/components/common/wizards/vm/migrate/lib/utils.ts +14 -14
  390. package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +3 -3
  391. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +13 -13
  392. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +12 -12
  393. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +11 -11
  394. package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +6 -6
  395. package/components/common/wizards/vm/migrate/select/network/Network.vue +2 -2
  396. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +4 -4
  397. package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +3 -3
  398. package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +3 -3
  399. package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +4 -4
  400. package/components/common/wizards/vm/migrate/select/storage/Storage.vue +1 -1
  401. package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +1 -4
  402. package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +1 -1
  403. package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +1 -1
  404. package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +2 -2
  405. package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +1 -1
  406. package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +1 -1
  407. package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +11 -11
  408. package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +10 -10
  409. package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +2 -2
  410. package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +5 -5
  411. package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +9 -9
  412. package/lib/models/plugins/date/interfaces.ts +1 -1
  413. package/lib/models/plugins/validation/interfaces.ts +1 -1
  414. package/lib/models/store/interfaces.ts +1 -1
  415. package/lib/models/store/vm/interfaces.ts +3 -3
  416. package/package.json +1 -1
  417. package/plugins/date.ts +2 -2
  418. package/plugins/validation.ts +1 -1
@@ -19,7 +19,7 @@
19
19
  name="IPv4-settings"
20
20
  />
21
21
  <label for="Obtain">
22
- {{ localization.obtainIPv4SettingsAutomatically }}
22
+ {{ localization.common.obtainIPv4SettingsAutomatically }}
23
23
  </label>
24
24
  </div>
25
25
  <div class="radio">
@@ -31,7 +31,7 @@
31
31
  value="1"
32
32
  name="IPv4-settings"
33
33
  />
34
- <label for="static"> {{ localization.useStaticIPv4Settings }} </label>
34
+ <label for="static"> {{ localization.common.useStaticIPv4Settings }} </label>
35
35
  </div>
36
36
 
37
37
  <div
@@ -42,7 +42,7 @@
42
42
  >
43
43
  <div class="horizontal-flex-container">
44
44
  <label class="property-label-group" for="">
45
- {{ localization.ipv4address }}
45
+ {{ localization.common.ipv4address }}
46
46
  </label>
47
47
  <div class="margin-left-property-value-group">
48
48
  <div class="property-value-group">
@@ -76,7 +76,7 @@
76
76
  </div>
77
77
  <div class="horizontal-flex-container">
78
78
  <label class="property-label-group">
79
- {{ localization.subnetMask }}
79
+ {{ localization.common.subnetMask }}
80
80
  </label>
81
81
  <div class="margin-left-property-value-group">
82
82
  <div class="property-value-group">
@@ -109,7 +109,7 @@
109
109
  </div>
110
110
  <div class="horizontal-flex-container">
111
111
  <label class="property-label-group" for="">
112
- {{ localization.defaultGateway }}
112
+ {{ localization.common.defaultGateway }}
113
113
  </label>
114
114
  <div class="margin-left-property-value-group">
115
115
  <div class="property-value-group">
@@ -126,7 +126,7 @@
126
126
  for="default-gateway"
127
127
  class="normal-weight normal-font-size"
128
128
  >
129
- {{ localization.overrideDefaultGatewayForThisAdapter }}
129
+ {{ localization.common.overrideDefaultGatewayForThisAdapter }}
130
130
  </label>
131
131
  </div>
132
132
  <div>
@@ -162,7 +162,7 @@
162
162
  </div>
163
163
  <!-- <div class="horizontal-flex-container">-->
164
164
  <!-- <label class="property-label-group">-->
165
- <!-- {{ localization.dnsServerAddresses }}-->
165
+ <!-- {{ localization.common.dnsServerAddresses }}-->
166
166
  <!-- </label>-->
167
167
  <!-- <div class="margin-left-property-value-group">-->
168
168
  <!-- <div class="property-value-group">-->
@@ -177,13 +177,13 @@
177
177
  </template>
178
178
 
179
179
  <script setup lang="ts">
180
- import { UI_I_Localization } from '~/lib/models/interfaces'
180
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
181
181
  import {
182
182
  UI_I_EditSettingsErrorMessage,
183
183
  UI_I_IpvFourSettingsFields,
184
184
  UI_I_ModalsInitialData,
185
185
  } from '~/components/common/diagramMain/lib/models/interfaces'
186
- import { UI_T_IpFourSettingsFieldName } from '~/components/common/wizards/network/add/lib/models/types'
186
+ import type { UI_T_IpFourSettingsFieldName } from '~/components/common/wizards/network/add/lib/models/types'
187
187
  import { validationMessagesArrayFunc } from '~/components/common/diagramMain/modals/lib/utils'
188
188
 
189
189
  const props = withDefaults(
@@ -249,12 +249,12 @@ const checkIfValidIP = (str: string) => {
249
249
  }
250
250
 
251
251
  const messageTexts = (local: UI_I_Localization) => ({
252
- ipFourAddressEmpty: local.ipFourAddressEmpty,
253
- subnetMaskEmpty: local.subnetMaskEmpty,
254
- defaultGatewayEmpty: local.defaultGatewayEmpty,
255
- ipFourAddressInvalid: local.ipFourAddressInvalid,
256
- subnetMaskInvalid: local.subnetMaskInvalid,
257
- defaultGatewayInvalid: local.defaultGatewayInvalid,
252
+ ipFourAddressEmpty: local.common.ipFourAddressEmpty,
253
+ subnetMaskEmpty: local.common.subnetMaskEmpty,
254
+ defaultGatewayEmpty: local.common.defaultGatewayEmpty,
255
+ ipFourAddressInvalid: local.common.ipFourAddressInvalid,
256
+ subnetMaskInvalid: local.common.subnetMaskInvalid,
257
+ defaultGatewayInvalid: local.common.defaultGatewayInvalid,
258
258
  })
259
259
 
260
260
  const setMessageOnChangedField = (
@@ -10,21 +10,21 @@
10
10
  />
11
11
  <form id="port-properties-form">
12
12
  <b class="property-label-group">
13
- {{ localization.vmKernelPortSettings }}
13
+ {{ localization.common.vmKernelPortSettings }}
14
14
  </b>
15
15
  <div class="horizontal-flex-container">
16
16
  <label class="property-label-group">
17
- {{ localization.tcpIpStack }}
17
+ {{ localization.common.tcpIpStack }}
18
18
  </label>
19
19
  <div class="margin-left-property-value-group">
20
20
  <div class="property-value-group">
21
- {{ localization[fieldsValues.tcpIp] }}
21
+ {{ localization.common[fieldsValues.tcpIp] }}
22
22
  </div>
23
23
  </div>
24
24
  </div>
25
25
  <div class="horizontal-flex-container">
26
26
  <label class="property-label-group">
27
- {{ localization.mtu }}
27
+ {{ localization.common.mtu }}
28
28
  </label>
29
29
  <div class="margin-left-property-value-group">
30
30
  <div class="property-value-group tooltip-field-container">
@@ -55,7 +55,7 @@
55
55
 
56
56
  <div class="edit-vmkernel-adapter-section">
57
57
  <b class="property-label-group">
58
- {{ localization.availableServices }}
58
+ {{ localization.common.availableServices }}
59
59
  </b>
60
60
  <template
61
61
  v-for="(enabledService, key) in portPropertiesEnabledServices"
@@ -87,13 +87,13 @@
87
87
  </template>
88
88
 
89
89
  <script setup lang="ts">
90
- import { UI_I_Localization } from '~/lib/models/interfaces'
90
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
91
91
  import {
92
92
  UI_I_PortPropertiesFields,
93
93
  UI_I_ModalsInitialData,
94
94
  UI_I_EditSettingsErrorMessage,
95
95
  } from '~/components/common/diagramMain/lib/models/interfaces'
96
- import { UI_T_PortPropertiesFieldName } from '~/components/common/diagramMain/lib/models/types'
96
+ import type { UI_T_PortPropertiesFieldName } from '~/components/common/diagramMain/lib/models/types'
97
97
  import { portPropertiesEnabledServicesFunc } from '~/components/common/diagramMain/modals/lib/config'
98
98
  import { validationMessagesArrayFunc } from '~/components/common/diagramMain/modals/lib/utils'
99
99
 
@@ -1,5 +1,5 @@
1
- import { UI_I_Localization } from '~/lib/models/interfaces'
2
- import { UI_I_ModalsInitialData } from '~/components/common/diagramMain/lib/models/interfaces'
1
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
2
+ import type { UI_I_ModalsInitialData } from '~/components/common/diagramMain/lib/models/interfaces'
3
3
  import { getNicSpeed } from '~/components/common/diagramMain/modals/lib/utils/index'
4
4
 
5
5
  export const adapterViewSettingsModalTabsFunc = (
@@ -11,17 +11,17 @@ export const adapterViewSettingsModalTabsFunc = (
11
11
  testId: 'tab-item-all',
12
12
  },
13
13
  {
14
- text: localization.properties,
14
+ text: localization.common.properties,
15
15
  value: 1,
16
16
  testId: 'tab-item-properties',
17
17
  },
18
18
  {
19
- text: localization.cdp,
19
+ text: localization.common.cdp,
20
20
  value: 2,
21
21
  testId: 'tab-item-cdp',
22
22
  },
23
23
  {
24
- text: localization.lldp,
24
+ text: localization.common.lldp,
25
25
  value: 3,
26
26
  testId: 'tab-item-lldp',
27
27
  },
@@ -36,7 +36,7 @@ export const adapterViewSettingsFunc = (
36
36
  type: 1,
37
37
  rows: [
38
38
  {
39
- name: localization.adapter,
39
+ name: localization.common.adapter,
40
40
  value: initialData.adapter?.trim(),
41
41
  },
42
42
  {
@@ -44,11 +44,11 @@ export const adapterViewSettingsFunc = (
44
44
  value: initialData.name,
45
45
  },
46
46
  {
47
- name: localization.location,
47
+ name: localization.common.location,
48
48
  value: `PCI ${initialData.pciAddress}`,
49
49
  },
50
50
  {
51
- name: localization.driver,
51
+ name: localization.common.driver,
52
52
  value: initialData.driver,
53
53
  },
54
54
  ],
@@ -61,53 +61,53 @@ export const adapterViewSettingsFunc = (
61
61
  {
62
62
  name: localization.common.status,
63
63
  value: initialData.carrier
64
- ? localization.connected
65
- : localization.disconnected,
64
+ ? localization.common.connected
65
+ : localization.common.disconnected,
66
66
  },
67
67
  {
68
- name: localization.actualSpeedDuplex,
68
+ name: localization.common.actualSpeedDuplex,
69
69
  value: initialData.carrier
70
70
  ? `${getNicSpeed(initialData.speed || 0, localization)}, ${
71
71
  initialData.duplex
72
72
  } Duplex`
73
- : localization.down,
73
+ : localization.common.down,
74
74
  },
75
75
  {
76
- name: localization.configuredSpeedDuplex,
76
+ name: localization.common.configuredSpeedDuplex,
77
77
  value: initialData.carrier
78
78
  ? `${getNicSpeed(initialData.speed || 0, localization)}, ${
79
79
  initialData.duplex
80
80
  } Duplex`
81
- : localization.autoNegotiate,
81
+ : localization.common.autoNegotiate,
82
82
  },
83
83
  {
84
84
  name: localization.common.networks,
85
85
  value:
86
86
  initialData.networks && initialData.networks?.length > 0
87
87
  ? initialData.networks
88
- : localization.noNetworks,
88
+ : localization.common.noNetworks,
89
89
  },
90
90
  ],
91
91
  },
92
92
  {
93
- title: localization.srIov,
93
+ title: localization.common.srIov,
94
94
  id: 3,
95
95
  type: 1,
96
96
  rows: [
97
97
  {
98
98
  name: localization.common.status,
99
- value: !initialData.srIov ? localization.notSupported : '',
99
+ value: !initialData.srIov ? localization.common.notSupported : '',
100
100
  },
101
101
  ],
102
102
  },
103
103
  {
104
- title: localization.ciscoDiscoveryProtocol,
104
+ title: localization.common.ciscoDiscoveryProtocol,
105
105
  id: 4,
106
106
  type: 2,
107
107
  rows: !initialData.cdp ? [] : [],
108
108
  },
109
109
  {
110
- title: localization.linkLayerDiscoveryProtocol,
110
+ title: localization.common.linkLayerDiscoveryProtocol,
111
111
  id: 5,
112
112
  type: 3,
113
113
  rows: !initialData.lldp ? [] : [],
@@ -119,7 +119,7 @@ export const adapterPopupFieldsFunc = (
119
119
  testId: string
120
120
  ) => [
121
121
  {
122
- text: localization.viewSettings,
122
+ text: localization.common.viewSettings,
123
123
  value: 'adapter-view-settings',
124
124
  testId: `${testId}-view`,
125
125
  },
@@ -1,22 +1,22 @@
1
- import { UI_I_Localization } from '~/lib/models/interfaces'
2
- import { UI_I_NavigationItem } from '~/components/common/diagramMain/lib/models/interfaces'
1
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
2
+ import type { UI_I_NavigationItem } from '~/components/common/diagramMain/lib/models/interfaces'
3
3
 
4
4
  export const switchMainNavigationFunc = (
5
5
  localization: UI_I_Localization,
6
6
  testId: string
7
7
  ): UI_I_NavigationItem[] => [
8
8
  {
9
- text: localization.migrateVmKernelAdapter,
9
+ text: localization.common.migrateVmKernelAdapter,
10
10
  value: 'migrate-vmkernel-adapter',
11
11
  testId: `${testId}-migrate-vm-kernel-adapter`,
12
12
  },
13
13
  {
14
- text: localization.viewSettings,
14
+ text: localization.common.viewSettings,
15
15
  value: 'switch-view-settings',
16
16
  testId: `${testId}-view-settings`,
17
17
  },
18
18
  {
19
- text: localization.remove,
19
+ text: localization.common.remove,
20
20
  value: 'switch-remove',
21
21
  testId: `${testId}-remove`,
22
22
  },
@@ -1,5 +1,5 @@
1
- import { UI_I_Localization } from '~/lib/models/interfaces'
2
- import {
1
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
2
+ import type {
3
3
  UI_I_ModalsInitialData,
4
4
  UI_I_NetworkSummaryPortletListItem,
5
5
  UI_I_OverrideValue,
@@ -19,11 +19,11 @@ export const networkViewSettingsModalTabsFunc = (
19
19
  value: 0,
20
20
  },
21
21
  {
22
- text: localization.properties,
22
+ text: localization.common.properties,
23
23
  value: 1,
24
24
  },
25
25
  {
26
- text: localization.policies,
26
+ text: localization.common.policies,
27
27
  value: 2,
28
28
  },
29
29
  ]
@@ -53,13 +53,13 @@ export const networkViewSettingsFunc = (
53
53
 
54
54
  switch (loadBalancing) {
55
55
  case UI_E_IBSTLoadBalancingMode.BACKUP:
56
- loadBalancingValue = localization.useExplicitFailoverOrder
56
+ loadBalancingValue = localization.common.useExplicitFailoverOrder
57
57
  break
58
58
  case UI_E_IBSTLoadBalancingMode.SLB:
59
- loadBalancingValue = localization.routeBasedSourceMacHash
59
+ loadBalancingValue = localization.common.routeBasedSourceMacHash
60
60
  break
61
61
  case UI_E_IBSTLoadBalancingMode.TCP:
62
- loadBalancingValue = localization.routeBasedIpHash
62
+ loadBalancingValue = localization.common.routeBasedIpHash
63
63
  break
64
64
  default:
65
65
  loadBalancingValue = '--'
@@ -67,27 +67,27 @@ export const networkViewSettingsFunc = (
67
67
 
68
68
  return [
69
69
  {
70
- title: localization.properties,
70
+ title: localization.common.properties,
71
71
  id: 1,
72
72
  type: 1,
73
73
  rows: [
74
74
  {
75
- name: localization.networkLabel,
75
+ name: localization.common.networkLabel,
76
76
  value: initialData.networkLabel,
77
77
  },
78
78
  {
79
- name: localization.vlanId,
79
+ name: localization.common.vlanId,
80
80
  value: initialData.vlanId,
81
81
  },
82
82
  ],
83
83
  },
84
84
  {
85
- title: localization.security,
85
+ title: localization.common.security,
86
86
  id: 2,
87
87
  type: 2,
88
88
  rows: [
89
89
  {
90
- name: localization.promiscuousMode,
90
+ name: localization.common.promiscuousMode,
91
91
  value:
92
92
  (
93
93
  initialData.securityPolicy as UI_I_NetworkSummaryPortletListItem<UI_E_IYNOption>[]
@@ -96,10 +96,10 @@ export const networkViewSettingsFunc = (
96
96
  sec.id === 'promiscuous_mode'
97
97
  )?.initialValue?.value === UI_E_IYNOption.YES
98
98
  ? localization.common.accept
99
- : localization.reject,
99
+ : localization.common.reject,
100
100
  },
101
101
  {
102
- name: localization.macAddressChanges,
102
+ name: localization.common.macAddressChanges,
103
103
  value:
104
104
  (
105
105
  initialData.securityPolicy as UI_I_NetworkSummaryPortletListItem<UI_E_IYNOption>[]
@@ -108,10 +108,10 @@ export const networkViewSettingsFunc = (
108
108
  sec.id === 'mac_change'
109
109
  )?.initialValue?.value === UI_E_IYNOption.YES
110
110
  ? localization.common.accept
111
- : localization.reject,
111
+ : localization.common.reject,
112
112
  },
113
113
  {
114
- name: localization.forgedTransmits,
114
+ name: localization.common.forgedTransmits,
115
115
  value:
116
116
  (
117
117
  initialData.securityPolicy as UI_I_NetworkSummaryPortletListItem<UI_E_IYNOption>[]
@@ -120,46 +120,46 @@ export const networkViewSettingsFunc = (
120
120
  sec.id === 'forged_transmits'
121
121
  )?.initialValue?.value === UI_E_IYNOption.YES
122
122
  ? localization.common.accept
123
- : localization.reject,
123
+ : localization.common.reject,
124
124
  },
125
125
  ],
126
126
  },
127
127
  {
128
- title: localization.trafficShaping,
128
+ title: localization.common.trafficShaping,
129
129
  id: 3,
130
130
  type: 2,
131
131
  rows: [
132
132
  {
133
- name: localization.averageBandwidth,
133
+ name: localization.common.averageBandwidth,
134
134
  value: initialData.shapingPolicy?.[0].initialValue.value
135
- ? `${initialData.average_bw} ${localization.kbitS}`
135
+ ? `${initialData.average_bw} ${localization.common.kbitS}`
136
136
  : '--',
137
137
  },
138
138
  {
139
- name: localization.peakBandwidth,
139
+ name: localization.common.peakBandwidth,
140
140
  value: initialData.shapingPolicy?.[0].initialValue.value
141
- ? `${initialData.peak_bw} ${localization.kbitS}`
141
+ ? `${initialData.peak_bw} ${localization.common.kbitS}`
142
142
  : '--',
143
143
  },
144
144
  {
145
- name: localization.burstSize,
145
+ name: localization.common.burstSize,
146
146
  value: initialData.shapingPolicy?.[0].initialValue.value
147
- ? `${initialData.burst_size} ${localization.kb}`
147
+ ? `${initialData.burst_size} ${localization.common.kb}`
148
148
  : '--',
149
149
  },
150
150
  ],
151
151
  },
152
152
  {
153
- title: localization.teamingAndFailover,
153
+ title: localization.common.teamingAndFailover,
154
154
  id: 4,
155
155
  type: 2,
156
156
  rows: [
157
157
  {
158
- name: localization.loadBalancing,
158
+ name: localization.common.loadBalancing,
159
159
  value: loadBalancingValue,
160
160
  },
161
161
  {
162
- name: localization.networkFailureDetection,
162
+ name: localization.common.networkFailureDetection,
163
163
  value:
164
164
  (
165
165
  initialData.nicTeamingPolicy as UI_I_NetworkSummaryPortletListItem<UI_E_ICBLinkDetectionMode>[]
@@ -168,11 +168,11 @@ export const networkViewSettingsFunc = (
168
168
  teaming: UI_I_NetworkSummaryPortletListItem<UI_E_ICBLinkDetectionMode>
169
169
  ) => teaming.id === 'link_detect'
170
170
  )?.initialValue?.value === 1
171
- ? localization.linkStatusOnly
172
- : localization.beaconProbing,
171
+ ? localization.common.linkStatusOnly
172
+ : localization.common.beaconProbing,
173
173
  },
174
174
  {
175
- name: localization.notifySwitches,
175
+ name: localization.common.notifySwitches,
176
176
  value:
177
177
  (
178
178
  initialData.nicTeamingPolicy as UI_I_NetworkSummaryPortletListItem<UI_E_IYNOption>[]
@@ -180,11 +180,11 @@ export const networkViewSettingsFunc = (
180
180
  (teaming: UI_I_NetworkSummaryPortletListItem<UI_E_IYNOption>) =>
181
181
  teaming.id === 'notify_switches'
182
182
  )?.initialValue?.value === UI_E_IYNOption.YES
183
- ? localization.yes
184
- : localization.no,
183
+ ? localization.common.yes
184
+ : localization.common.no,
185
185
  },
186
186
  {
187
- name: localization.failback,
187
+ name: localization.common.failback,
188
188
  value:
189
189
  (
190
190
  initialData.nicTeamingPolicy as UI_I_NetworkSummaryPortletListItem<UI_E_IYNOption>[]
@@ -192,19 +192,19 @@ export const networkViewSettingsFunc = (
192
192
  (teaming: UI_I_NetworkSummaryPortletListItem<UI_E_IYNOption>) =>
193
193
  teaming.id === 'failback'
194
194
  )?.initialValue?.value === UI_E_IYNOption.YES
195
- ? localization.yes
196
- : localization.no,
195
+ ? localization.common.yes
196
+ : localization.common.no,
197
197
  },
198
198
  {
199
199
  name: localization.networks.activeAdapters,
200
200
  value: initialData.activeAdapters,
201
201
  },
202
202
  {
203
- name: localization.standbyAdapters,
203
+ name: localization.common.standbyAdapters,
204
204
  value: initialData.standbyAdapters,
205
205
  },
206
206
  {
207
- name: localization.unusedAdapters,
207
+ name: localization.common.unusedAdapters,
208
208
  value: initialData.unusedAdapters,
209
209
  },
210
210
  ],
@@ -217,19 +217,19 @@ export const networkEditSettingsTabsFunc = (
217
217
  ) => [
218
218
  {
219
219
  value: '1',
220
- text: localization.properties,
220
+ text: localization.common.properties,
221
221
  },
222
222
  {
223
223
  value: '2',
224
- text: localization.security,
224
+ text: localization.common.security,
225
225
  },
226
226
  {
227
227
  value: '3',
228
- text: localization.trafficShaping,
228
+ text: localization.common.trafficShaping,
229
229
  },
230
230
  {
231
231
  value: '4',
232
- text: localization.teamingAndFailover,
232
+ text: localization.common.teamingAndFailover,
233
233
  },
234
234
  ]
235
235
 
@@ -241,17 +241,17 @@ export const networkPopupFieldsFunc = (
241
241
  inPortlet = false
242
242
  ) => {
243
243
  const view = {
244
- text: localization.viewSettings,
244
+ text: localization.common.viewSettings,
245
245
  value: 'network-view-settings',
246
246
  testId: `${testId}-view`,
247
247
  }
248
248
  const edit = {
249
- text: localization.editSettings,
249
+ text: localization.common.editSettings,
250
250
  value: 'network-edit-settings',
251
251
  testId: `${testId}-edit`,
252
252
  }
253
253
  const remove = {
254
- text: localization.remove,
254
+ text: localization.common.remove,
255
255
  value: 'network-port-remove',
256
256
  testId: `${testId}-remove`,
257
257
  // networkType === '1' ? 'network-vkernel-remove' : 'network-port-remove',
@@ -278,15 +278,15 @@ export const teamingAndFailoverTemplateMakerFunc = (
278
278
  options: [
279
279
  {
280
280
  value: 3,
281
- text: localization.routeBasedIpHash,
281
+ text: localization.common.routeBasedIpHash,
282
282
  },
283
283
  {
284
284
  value: 2,
285
- text: localization.routeBasedSourceMacHash,
285
+ text: localization.common.routeBasedSourceMacHash,
286
286
  },
287
287
  {
288
288
  value: 1,
289
- text: localization.useExplicitFailoverOrder,
289
+ text: localization.common.useExplicitFailoverOrder,
290
290
  },
291
291
  ],
292
292
  },
@@ -296,7 +296,7 @@ export const teamingAndFailoverTemplateMakerFunc = (
296
296
  options: [
297
297
  {
298
298
  value: 1,
299
- text: localization.linkStatusOnly,
299
+ text: localization.common.linkStatusOnly,
300
300
  },
301
301
  ],
302
302
  },
@@ -306,11 +306,11 @@ export const teamingAndFailoverTemplateMakerFunc = (
306
306
  options: [
307
307
  {
308
308
  value: 2,
309
- text: localization.no,
309
+ text: localization.common.no,
310
310
  },
311
311
  {
312
312
  value: 1,
313
- text: localization.yes,
313
+ text: localization.common.yes,
314
314
  },
315
315
  ],
316
316
  },
@@ -320,11 +320,11 @@ export const teamingAndFailoverTemplateMakerFunc = (
320
320
  options: [
321
321
  {
322
322
  value: 2,
323
- text: localization.no,
323
+ text: localization.common.no,
324
324
  },
325
325
  {
326
326
  value: 1,
327
- text: localization.yes,
327
+ text: localization.common.yes,
328
328
  },
329
329
  ],
330
330
  },