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.
- package/components/atoms/alert/lib/models/interfaces.ts +1 -1
- package/components/atoms/collapse/CollapseNav.vue +1 -1
- package/components/atoms/collapse/CollapseNavItem.vue +2 -2
- package/components/atoms/combobox/Combobox.vue +1 -1
- package/components/atoms/datepicker/Datepicker.vue +2 -2
- package/components/atoms/datepicker/lib/config/allShortMonths.ts +1 -1
- package/components/atoms/datepicker/lib/config/datapicker.ts +1 -1
- package/components/atoms/dropdown/dropdown/Dropdown.vue +1 -1
- package/components/atoms/list/SelectList.vue +1 -1
- package/components/atoms/list/dragDropList/DragDropList.vue +1 -1
- package/components/atoms/loader/PreLoader.vue +1 -1
- package/components/atoms/modal/Modal.vue +1 -1
- package/components/atoms/modal/bySteps/BySteps.vue +253 -252
- package/components/atoms/nav/NavBar.vue +1 -1
- package/components/atoms/nav/VerticalNavBar.vue +1 -1
- package/components/atoms/notificationBar/NotificationBar.vue +2 -2
- package/components/atoms/perPage/PerPage.vue +2 -2
- package/components/atoms/select/TheSelect.vue +1 -1
- package/components/atoms/table/compact/Compact.vue +1 -1
- package/components/atoms/table/dataGrid/DataGrid.vue +2 -2
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPage.vue +1 -1
- package/components/atoms/table/dataGrid/DataGridPagination.vue +2 -2
- package/components/atoms/table/dataGrid/lib/config/itemsPerPage.ts +1 -1
- package/components/atoms/table/dataGrid/lib/models/types.ts +1 -1
- package/components/atoms/table/dataGrid/lib/utils/constructDataTable.ts +1 -1
- package/components/atoms/table/info/Info.vue +1 -1
- package/components/atoms/table/simpleInfo/SimpleInfo.vue +1 -1
- package/components/atoms/table/simpleTable/SimpleTable.vue +1 -1
- package/components/atoms/tabs/Tabs.vue +2 -2
- package/components/atoms/tabs/VerticalTabs.vue +1 -1
- package/components/atoms/tooltip/Signpost.vue +1 -1
- package/components/atoms/tooltip/Tooltip.vue +1 -1
- package/components/atoms/tooltip/TooltipError.vue +1 -1
- package/components/common/BadBrowser.vue +3 -3
- package/components/common/adapterManager/AdapterManager.vue +10 -10
- package/components/common/adapterManager/AddAdapterModal.vue +1 -1
- package/components/common/adapterManager/AddAdapterWarningModal.vue +3 -3
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +4 -4
- package/components/common/adapterManager/lib/config/index.ts +1 -1
- package/components/common/adapterManager/ui/NoSelectedAdapter.vue +3 -3
- package/components/common/adapterManager/ui/SecondTitle.vue +3 -3
- package/components/common/adapterManager/ui/actions/AddAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveDownAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/MoveUpAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/actions/RemoveAdapterButton.vue +2 -2
- package/components/common/adapterManager/ui/table/Header.vue +1 -1
- package/components/common/browse/Browse.vue +5 -5
- package/components/common/countdownTimer/CountdownTimer.vue +1 -1
- package/components/common/details/DetailsList.vue +1 -1
- package/components/common/diagramMain/DiagramMain.vue +6 -8
- package/components/common/diagramMain/Header.vue +6 -6
- package/components/common/diagramMain/adapter/AdapterItem.vue +1 -1
- package/components/common/diagramMain/adapter/Contents.vue +4 -4
- package/components/common/diagramMain/lib/config/index.ts +2 -2
- package/components/common/diagramMain/lib/config/initial.ts +1 -1
- package/components/common/diagramMain/lib/models/interfaces.ts +1 -1
- package/components/common/diagramMain/lib/models/types.ts +1 -1
- package/components/common/diagramMain/lib/utils/utils.ts +3 -3
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +3 -3
- package/components/common/diagramMain/modals/Modals.vue +8 -8
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +4 -4
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +1 -1
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +2 -2
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +14 -14
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +6 -6
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +20 -20
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +15 -15
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +7 -7
- package/components/common/diagramMain/modals/lib/config/adapterModal.ts +20 -20
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/networkModal.ts +52 -52
- package/components/common/diagramMain/modals/lib/config/portModal.ts +48 -48
- package/components/common/diagramMain/modals/lib/config/switchModal.ts +41 -41
- package/components/common/diagramMain/modals/lib/config/vCenterModal.ts +5 -5
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +24 -24
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +1 -1
- package/components/common/diagramMain/modals/lib/utils/index.ts +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +17 -17
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +5 -5
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +4 -4
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/VmkernelAdapterReadyComplete.vue +2 -2
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +13 -13
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +5 -5
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +8 -8
- package/components/common/diagramMain/modals/viewSettings/ViewSettings.vue +3 -3
- package/components/common/diagramMain/network/Block.vue +1 -1
- package/components/common/diagramMain/network/Contents.vue +3 -3
- package/components/common/diagramMain/network/Lines.vue +1 -1
- package/components/common/diagramMain/network/NoNetwork.vue +2 -2
- package/components/common/diagramMain/network/SecondBlock.vue +1 -1
- package/components/common/diagramMain/port/Port.vue +4 -4
- package/components/common/diagramMain/port/Ports.vue +1 -1
- package/components/common/diagramMain/switch/Switch.vue +1 -1
- package/components/common/diagramMain/switch/SwitchSelected.vue +1 -1
- package/components/common/feedback/Buttons.vue +6 -6
- package/components/common/feedback/Feedback.vue +5 -5
- package/components/common/feedback/Message.vue +16 -16
- package/components/common/feedback/VisitPortal.vue +3 -3
- package/components/common/feedback/lib/config/drawingPanel.ts +5 -5
- package/components/common/feedback/lib/config/feedbackTabs.ts +5 -5
- package/components/common/graph/Graph.vue +1 -1
- package/components/common/graph/lib/utils/renderGraph.ts +13 -13
- package/components/common/help/navbar/left/Left.vue +2 -2
- package/components/common/home/ResourceBlock.vue +5 -5
- package/components/common/home/StatusContent.vue +1 -1
- package/components/common/home/alertsTable/lib/config/config.ts +3 -3
- package/components/common/home/servicesTable/lib/config/config.ts +2 -2
- package/components/common/layout/theHeader/feedback/Feedback.vue +2 -2
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/lib/config/dropMenu.ts +1 -1
- package/components/common/layout/theHeader/modals/Reconnect.vue +4 -4
- package/components/common/layout/theHeader/modals/RedirectLogin.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePassword.vue +6 -6
- package/components/common/layout/theHeader/userMenu/modals/changePassword/lib/config/form.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesNew.vue +1 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/PreferencesOld.vue +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguageNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/lib/config/radioOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsoleOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/Inventory.vue +0 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/inventory/InventoryOld.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/lib/config/preferencesTabs.ts +4 -4
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormatNew.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions.ts +3 -3
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +1 -1
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewNew.vue +2 -2
- package/components/common/layout/theHeader/userMenu/modals/preferences/view/ViewOld.vue +1 -1
- package/components/common/layout/theHeader/userMenu/userMenuNew/lib/config/dropMenu.ts +3 -3
- package/components/common/layout/theHeader/userMenu/userMenuOld/lib/config/dropMenu.ts +4 -4
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +5 -5
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +4 -4
- package/components/common/modals/Confirmation.vue +3 -3
- package/components/common/modals/Rename.vue +5 -5
- package/components/common/modals/lib/config/defaultForm.ts +3 -3
- package/components/common/modals/lib/models/interfaces.ts +1 -1
- package/components/common/monitor/advanced/Advanced.vue +3 -3
- package/components/common/monitor/advanced/GraphView.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +1 -1
- package/components/common/monitor/advanced/table/lib/config/performanceDatatable.ts +8 -8
- package/components/common/monitor/advanced/tools/Tools.vue +3 -3
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +4 -4
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/tableConfig.ts +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +285 -285
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +13 -13
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/config/objectTable.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/lib/config/optionsMetrics.ts +31 -31
- package/components/common/monitor/advanced/tools/lib/config/advancedToolbar.ts +32 -32
- package/components/common/monitor/overview/Overview.vue +3 -3
- package/components/common/monitor/overview/filters/Filters.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +3 -3
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +21 -21
- package/components/common/pages/Tasks.vue +1 -1
- package/components/common/pages/hardwareHealth/HardwareHealth.vue +3 -3
- package/components/common/pages/hardwareHealth/lib/config/tabsPannel.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/TableView.vue +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/alertWarningTable.ts +3 -3
- package/components/common/pages/hardwareHealth/tableView/lib/config/sensorTable.ts +5 -5
- package/components/common/pages/hardwareHealth/tableView/lib/config/storageSensorTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/lib/config/systemLogTable.ts +1 -1
- package/components/common/pages/hardwareHealth/tableView/modal/sensorWarning.vue +2 -2
- package/components/common/pages/hardwareHealth/toolsPanel/lib/config/actionsPanel.ts +3 -3
- package/components/common/perPage/PerPage.vue +3 -3
- package/components/common/recursionTree/RecursionTree.vue +1 -1
- package/components/common/resource/lib/models/interfaces.ts +2 -2
- package/components/common/resource/progressBlock/ProgressBlock.vue +6 -6
- package/components/common/resource/simple/Simple.vue +3 -3
- package/components/common/select/button/ButtonDropdown.vue +1 -1
- package/components/common/select/input/Input.vue +0 -3
- package/components/common/select/radio/RadioGroup.vue +1 -1
- package/components/common/shortcuts/Shortcuts.vue +1 -1
- package/components/common/spiceConsole/Drawer.vue +5 -5
- package/components/common/split/vertical/Vertical.vue +1 -1
- package/components/common/vm/actions/add/Add.vue +1 -1
- package/components/common/vm/actions/add/FolderTreeView.vue +1 -1
- package/components/common/vm/actions/add/lib/config/steps.ts +9 -9
- package/components/common/vm/actions/add/lib/utils.ts +28 -28
- package/components/common/vm/actions/clone/Clone.vue +1 -1
- package/components/common/vm/actions/clone/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/clone/lib/utils.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/lib/config/navItems.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +14 -14
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDrive.vue +11 -11
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/fileTypes.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +52 -50
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuModel.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Iommu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/MaxCpu.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Pc.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Sa.vue +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/lib/config/cpuOptions.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/Shares.vue +7 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/shares/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/tooltip/Tooltip.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/binaryOptions.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +9 -9
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/MemoryHotPlug.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/lib/config/memoryOptions.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/DiskFile.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/Location.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/MaximumSize.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +10 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/cache/Cache.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/limitIops/lib/config/options.ts +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/Mode.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/Provisioning.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/provisioning/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/Sharing.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/lib/config/options.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/Location.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/adapterType/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/lib/config/options.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelection.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbController.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/InputDevices.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/lib/config/options.ts +8 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/Graphics.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/TotalVideoMemory.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/lib/config/options.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/model/Model.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/NumberDisplays.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/numberDisplays/lib/config/options.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptions.vue +6 -6
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Menu.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/Secure.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/lib/config/config.ts +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +8 -8
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FileTransfer.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/FolderSharing.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PlaybackCompression.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/PowerControl.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/ImgCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/imgCompression/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/JpegCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/jpegCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/SharePolicy.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/sharePolicy/lib/config/config.ts +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/lib/config/config.ts +2 -2
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/Type.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/type/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +3 -3
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/lib/config/config.ts +1 -1
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/ZlibCompression.vue +4 -4
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/zlibCompression/lib/config/config.ts +5 -5
- package/components/common/vm/actions/common/customizeHardware/vmoptions/tools/Tools.vue +5 -5
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
- package/components/common/vm/actions/common/lib/models/interfaces.ts +3 -3
- package/components/common/vm/actions/common/lib/models/types.ts +3 -3
- package/components/common/vm/actions/common/select/compatibility/Compatibility.vue +3 -3
- package/components/common/vm/actions/common/select/computeResource/ComputeResource.vue +2 -2
- package/components/common/vm/actions/common/select/computeResource/TreeView.vue +1 -3
- package/components/common/vm/actions/common/select/createType/lib/config/items.ts +2 -2
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +2 -2
- package/components/common/vm/actions/common/select/name/Name.vue +3 -3
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +2 -2
- package/components/common/vm/actions/editSettings/EditSettings.vue +1 -1
- package/components/common/vm/actions/editSettings/lib/models/types.ts +3 -3
- package/components/common/vm/actions/editSettings/lib/utils.ts +2 -2
- package/components/common/vm/actions/lib/models/interfaces.ts +1 -1
- package/components/common/vm/actions/lib/utils.ts +6 -6
- package/components/common/weekSelect/lib/config/options.ts +3 -3
- package/components/common/wizards/datastore/add/Add.vue +6 -6
- package/components/common/wizards/datastore/add/lib/config/stepItems.ts +13 -13
- package/components/common/wizards/datastore/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/lib/utils.ts +2 -2
- package/components/common/wizards/datastore/add/local/Local.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/CreateName.vue +4 -4
- package/components/common/wizards/datastore/add/local/createName/lib/config/defaultForm.ts +2 -2
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/Accessibility.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/lib/config/tabsPannel.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/compatibleTable.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/hostsTableItems.ts +3 -3
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/incompatibleTable.ts +6 -6
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +10 -10
- package/components/common/wizards/datastore/add/nfs/configuration/lib/config/defaultForm.ts +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/DeletePopover.vue +2 -2
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/serversListConfig.ts +3 -4
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +4 -4
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/lib/config/radioOptions.ts +5 -5
- package/components/common/wizards/datastore/add/nfs/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/nfs/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/readyComplete/ReadyComplete.vue +4 -4
- package/components/common/wizards/datastore/add/readyComplete/lib/config/propertiesDetails.ts +22 -22
- package/components/common/wizards/datastore/add/sharedStorm/SharedStorm.vue +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/DeviceSelection.vue +11 -11
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +5 -5
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/hostsTable.ts +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/lib/config/tableKeys.ts +1 -1
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/defaultForm.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/config/selectOptions.ts +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/lib/models/interfaces.ts +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +9 -9
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/lib/config/selectOptions.ts +8 -8
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/sizeGraphic/sizeGraphic.vue +2 -2
- package/components/common/wizards/datastore/add/sharedStorm/version/Version.vue +3 -3
- package/components/common/wizards/datastore/add/sharedStorm/version/lib/config/versionOptions.ts +4 -4
- package/components/common/wizards/datastore/add/types/Types.vue +2 -2
- package/components/common/wizards/datastore/add/types/lib/config/typeOptions.ts +6 -6
- package/components/common/wizards/network/add/Add.vue +1 -1
- package/components/common/wizards/network/add/lib/config/initialData.ts +1 -2
- package/components/common/wizards/network/add/lib/config/portPropertiesStep.ts +11 -11
- package/components/common/wizards/network/add/lib/config/selectSwitch.ts +7 -7
- package/components/common/wizards/network/add/lib/config/sendData.ts +2 -2
- package/components/common/wizards/network/add/lib/config/steps.ts +77 -77
- package/components/common/wizards/network/add/lib/models/interfaces.ts +1 -1
- package/components/common/wizards/network/add/modals/SelectNetwork.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectStandardSwitch.vue +5 -5
- package/components/common/wizards/network/add/modals/SelectSwitch.vue +5 -5
- package/components/common/wizards/network/add/steps/ConnectionSettings.vue +5 -5
- package/components/common/wizards/network/add/steps/CreateStandardSwitch.vue +4 -4
- package/components/common/wizards/network/add/steps/IpFourSettings.vue +9 -9
- package/components/common/wizards/network/add/steps/PortProperties.vue +19 -19
- package/components/common/wizards/network/add/steps/ReadyComplete.vue +1 -1
- package/components/common/wizards/network/add/steps/SelectConnectionType.vue +7 -7
- package/components/common/wizards/network/add/steps/SelectedTargetDevice.vue +12 -12
- package/components/common/wizards/network/add/validations/connectionSettings.ts +9 -9
- package/components/common/wizards/network/add/validations/createStandardSwitch.ts +3 -3
- package/components/common/wizards/network/add/validations/ipFourSettings.ts +21 -21
- package/components/common/wizards/network/add/validations/networkValidation.ts +4 -4
- package/components/common/wizards/network/add/validations/physicalAdapter.ts +1 -1
- package/components/common/wizards/network/add/validations/portProperties.ts +13 -13
- package/components/common/wizards/network/add/validations/targetDevice.ts +13 -13
- package/components/common/wizards/vm/common/tooltip/Tooltip.vue +1 -1
- package/components/common/wizards/vm/common/validation/compatibility/Compatibility.vue +1 -1
- package/components/common/wizards/vm/migrate/lib/config/constructDataReady.ts +7 -7
- package/components/common/wizards/vm/migrate/lib/utils.ts +14 -14
- package/components/common/wizards/vm/migrate/select/computeResource/lib/config/tabsPannel.ts +3 -3
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/clusterTable.ts +13 -13
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/resourcePoolTable.ts +11 -11
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/vappsTable.ts +6 -6
- package/components/common/wizards/vm/migrate/select/network/Network.vue +2 -2
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/advancedTable.ts +4 -4
- package/components/common/wizards/vm/migrate/select/network/table/network/lib/config/basicTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/network/table/useAt/lib/config/useAtTable.ts +3 -3
- package/components/common/wizards/vm/migrate/select/priority/lib/config/typeOptions.ts +4 -4
- package/components/common/wizards/vm/migrate/select/storage/Storage.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +1 -4
- package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +1 -1
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +11 -11
- package/components/common/wizards/vm/migrate/select/storage/table/disk/lib/config/config.ts +10 -10
- package/components/common/wizards/vm/migrate/select/targetServer/lib/config/tabsPannel.ts +2 -2
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +5 -5
- package/components/common/wizards/vm/migrate/select/type/lib/config/typeOptions.ts +9 -9
- package/lib/models/plugins/date/interfaces.ts +1 -1
- package/lib/models/plugins/validation/interfaces.ts +1 -1
- package/lib/models/store/interfaces.ts +1 -1
- package/lib/models/store/vm/interfaces.ts +3 -3
- package/package.json +1 -1
- package/plugins/date.ts +2 -2
- package/plugins/validation.ts +1 -1
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
</template>
|
|
52
52
|
|
|
53
53
|
<script setup lang="ts">
|
|
54
|
-
import { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
54
|
+
import type { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
55
55
|
|
|
56
56
|
const props = withDefaults(
|
|
57
57
|
defineProps<{
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
|
-
<
|
|
3
|
+
<nuxt-link
|
|
4
4
|
v-if="props.isLink"
|
|
5
5
|
:to="props.item.path"
|
|
6
6
|
:data-id="`${item.testId}-link`"
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
></span>
|
|
27
27
|
<span v-else>{{ props.item.text }}</span>
|
|
28
28
|
</button>
|
|
29
|
-
</
|
|
29
|
+
</nuxt-link>
|
|
30
30
|
<label v-else-if="props.item.uploaded">
|
|
31
31
|
<span class="btn btn-link">
|
|
32
32
|
{{ props.item.text }}
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
</template>
|
|
47
47
|
|
|
48
48
|
<script setup lang="ts">
|
|
49
|
-
import { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
49
|
+
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
50
50
|
|
|
51
51
|
const props = defineProps<{
|
|
52
52
|
items: UI_I_OptionItem[]
|
|
@@ -160,8 +160,8 @@
|
|
|
160
160
|
</template>
|
|
161
161
|
|
|
162
162
|
<script setup lang="ts">
|
|
163
|
-
import { UI_I_Localization } from '~/lib/models/interfaces'
|
|
164
|
-
import { UI_I_Items } from '~/components/atoms/datepicker/lib/models/interfaces'
|
|
163
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
164
|
+
import type { UI_I_Items } from '~/components/atoms/datepicker/lib/models/interfaces'
|
|
165
165
|
import {
|
|
166
166
|
getMonthsFunc,
|
|
167
167
|
getWeekdaysFunc,
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
|
|
47
47
|
<script setup lang="ts">
|
|
48
48
|
import { vOnClickOutside } from '@vueuse/components'
|
|
49
|
-
import { UI_I_DropMenu } from '~/components/atoms/dropdown/dropdown/lib/models/interfaces'
|
|
49
|
+
import type { UI_I_DropMenu } from '~/components/atoms/dropdown/dropdown/lib/models/interfaces'
|
|
50
50
|
|
|
51
51
|
const emits = defineEmits(['select'])
|
|
52
52
|
const props = withDefaults(
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
</template>
|
|
28
28
|
|
|
29
29
|
<script setup lang="ts">
|
|
30
|
-
import { UI_I_DropEvent } from '~/components/atoms/list/dragDropList/lib/config/events'
|
|
30
|
+
import type { UI_I_DropEvent } from '~/components/atoms/list/dragDropList/lib/config/events'
|
|
31
31
|
|
|
32
32
|
const props = defineProps<{
|
|
33
33
|
items: any
|
|
@@ -1,252 +1,253 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div v-if="props.show" class="modal clr-wizard wizard-xl">
|
|
3
|
-
<div class="modal-dialog modal-xl relative" :data-id="props.testId">
|
|
4
|
-
<div class="modal-content-wrapper">
|
|
5
|
-
<nav class="modal-nav clr-wizard-stepnav-wrapper">
|
|
6
|
-
<h1 class="clr-wizard-title">
|
|
7
|
-
{{ props.title }}
|
|
8
|
-
</h1>
|
|
9
|
-
<atoms-step-vertical-step
|
|
10
|
-
:test-id="props.testId"
|
|
11
|
-
:items="props.stepItems"
|
|
12
|
-
:step-position="props.stepPosition"
|
|
13
|
-
@change="changeStep"
|
|
14
|
-
/>
|
|
15
|
-
</nav>
|
|
16
|
-
<div class="modal-content">
|
|
17
|
-
<div class="modal-header--accessible">
|
|
18
|
-
<slot name="contentHeading">
|
|
19
|
-
<div class="modal-title-wrapper">
|
|
20
|
-
<h2 class="modal-title">
|
|
21
|
-
<span class="modal-title-text">{{ heading }}</span>
|
|
22
|
-
</h2>
|
|
23
|
-
</div>
|
|
24
|
-
</slot>
|
|
25
|
-
<button
|
|
26
|
-
:id="`${props.testId}-close-icon`"
|
|
27
|
-
class="close"
|
|
28
|
-
:data-id="`${props.testId}-close-button`"
|
|
29
|
-
@click="hide"
|
|
30
|
-
>
|
|
31
|
-
<atoms-the-icon class="close-icon" name="close" />
|
|
32
|
-
</button>
|
|
33
|
-
</div>
|
|
34
|
-
<div class="modal-body">
|
|
35
|
-
<slot
|
|
36
|
-
name="modalBody"
|
|
37
|
-
:title="heading"
|
|
38
|
-
:description="stepDescription"
|
|
39
|
-
/>
|
|
40
|
-
</div>
|
|
41
|
-
<div class="modal-footer">
|
|
42
|
-
<slot name="modalFooter">
|
|
43
|
-
<button
|
|
44
|
-
:id="`${props.testId}-cancel-button`"
|
|
45
|
-
class="btn btn-link"
|
|
46
|
-
:data-id="`${props.testId}-cancel-button`"
|
|
47
|
-
@click="hide"
|
|
48
|
-
>
|
|
49
|
-
{{ localization.common.cancel }}
|
|
50
|
-
</button>
|
|
51
|
-
<button
|
|
52
|
-
v-show="props.stepPosition > 0"
|
|
53
|
-
:id="`${props.testId}-back-button`"
|
|
54
|
-
class="btn btn-outline"
|
|
55
|
-
:data-id="`${props.testId}-back-button`"
|
|
56
|
-
@click="back"
|
|
57
|
-
>
|
|
58
|
-
{{ localization.common.back }}
|
|
59
|
-
</button>
|
|
60
|
-
<button
|
|
61
|
-
v-if="props.stepPosition === props.stepItems.length - 1"
|
|
62
|
-
:id="`${props.testId}-finish-button`"
|
|
63
|
-
class="btn btn-success"
|
|
64
|
-
:data-id="`${props.testId}-finish-button`"
|
|
65
|
-
@click="finish"
|
|
66
|
-
>
|
|
67
|
-
{{ localization.common.finish }}
|
|
68
|
-
</button>
|
|
69
|
-
<button
|
|
70
|
-
v-else
|
|
71
|
-
:id="`${props.testId}-next-button`"
|
|
72
|
-
:disabled="props.disabledNext"
|
|
73
|
-
class="btn btn-primary"
|
|
74
|
-
:data-id="`${props.testId}-next-button`"
|
|
75
|
-
@click="next"
|
|
76
|
-
>
|
|
77
|
-
{{ localization.common.next }}
|
|
78
|
-
</button>
|
|
79
|
-
</slot>
|
|
80
|
-
</div>
|
|
81
|
-
</div>
|
|
82
|
-
</div>
|
|
83
|
-
|
|
84
|
-
<div v-show="props.loading" class="loader">
|
|
85
|
-
<i class="fa clr-tree-node-caret-icon spinner spinner" />
|
|
86
|
-
</div>
|
|
87
|
-
</div>
|
|
88
|
-
<div class="modal-backdrop" />
|
|
89
|
-
</div>
|
|
90
|
-
</template>
|
|
91
|
-
|
|
92
|
-
<script setup lang="ts">
|
|
93
|
-
import type { UI_I_VerticalStepItem } from '~/components/atoms/lib/models/interfaces'
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
(event: '
|
|
114
|
-
(event: '
|
|
115
|
-
(event: '
|
|
116
|
-
(event: '
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
const
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
(
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
-webkit-animation-
|
|
185
|
-
animation-
|
|
186
|
-
animation-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
height:
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div v-if="props.show" class="modal clr-wizard wizard-xl">
|
|
3
|
+
<div class="modal-dialog modal-xl relative" :data-id="props.testId">
|
|
4
|
+
<div class="modal-content-wrapper">
|
|
5
|
+
<nav class="modal-nav clr-wizard-stepnav-wrapper">
|
|
6
|
+
<h1 class="clr-wizard-title">
|
|
7
|
+
{{ props.title }}
|
|
8
|
+
</h1>
|
|
9
|
+
<atoms-step-vertical-step
|
|
10
|
+
:test-id="props.testId"
|
|
11
|
+
:items="props.stepItems"
|
|
12
|
+
:step-position="props.stepPosition"
|
|
13
|
+
@change="changeStep"
|
|
14
|
+
/>
|
|
15
|
+
</nav>
|
|
16
|
+
<div class="modal-content">
|
|
17
|
+
<div class="modal-header--accessible">
|
|
18
|
+
<slot name="contentHeading">
|
|
19
|
+
<div class="modal-title-wrapper">
|
|
20
|
+
<h2 class="modal-title">
|
|
21
|
+
<span class="modal-title-text">{{ heading }}</span>
|
|
22
|
+
</h2>
|
|
23
|
+
</div>
|
|
24
|
+
</slot>
|
|
25
|
+
<button
|
|
26
|
+
:id="`${props.testId}-close-icon`"
|
|
27
|
+
class="close"
|
|
28
|
+
:data-id="`${props.testId}-close-button`"
|
|
29
|
+
@click="hide"
|
|
30
|
+
>
|
|
31
|
+
<atoms-the-icon class="close-icon" name="close" />
|
|
32
|
+
</button>
|
|
33
|
+
</div>
|
|
34
|
+
<div class="modal-body">
|
|
35
|
+
<slot
|
|
36
|
+
name="modalBody"
|
|
37
|
+
:title="heading"
|
|
38
|
+
:description="stepDescription"
|
|
39
|
+
/>
|
|
40
|
+
</div>
|
|
41
|
+
<div class="modal-footer">
|
|
42
|
+
<slot name="modalFooter">
|
|
43
|
+
<button
|
|
44
|
+
:id="`${props.testId}-cancel-button`"
|
|
45
|
+
class="btn btn-link"
|
|
46
|
+
:data-id="`${props.testId}-cancel-button`"
|
|
47
|
+
@click="hide"
|
|
48
|
+
>
|
|
49
|
+
{{ localization.common.cancel }}
|
|
50
|
+
</button>
|
|
51
|
+
<button
|
|
52
|
+
v-show="props.stepPosition > 0"
|
|
53
|
+
:id="`${props.testId}-back-button`"
|
|
54
|
+
class="btn btn-outline"
|
|
55
|
+
:data-id="`${props.testId}-back-button`"
|
|
56
|
+
@click="back"
|
|
57
|
+
>
|
|
58
|
+
{{ localization.common.back }}
|
|
59
|
+
</button>
|
|
60
|
+
<button
|
|
61
|
+
v-if="props.stepPosition === props.stepItems.length - 1"
|
|
62
|
+
:id="`${props.testId}-finish-button`"
|
|
63
|
+
class="btn btn-success"
|
|
64
|
+
:data-id="`${props.testId}-finish-button`"
|
|
65
|
+
@click="finish"
|
|
66
|
+
>
|
|
67
|
+
{{ localization.common.finish }}
|
|
68
|
+
</button>
|
|
69
|
+
<button
|
|
70
|
+
v-else
|
|
71
|
+
:id="`${props.testId}-next-button`"
|
|
72
|
+
:disabled="props.disabledNext"
|
|
73
|
+
class="btn btn-primary"
|
|
74
|
+
:data-id="`${props.testId}-next-button`"
|
|
75
|
+
@click="next"
|
|
76
|
+
>
|
|
77
|
+
{{ localization.common.next }}
|
|
78
|
+
</button>
|
|
79
|
+
</slot>
|
|
80
|
+
</div>
|
|
81
|
+
</div>
|
|
82
|
+
</div>
|
|
83
|
+
|
|
84
|
+
<div v-show="props.loading" class="loader">
|
|
85
|
+
<i class="fa clr-tree-node-caret-icon spinner spinner" />
|
|
86
|
+
</div>
|
|
87
|
+
</div>
|
|
88
|
+
<div class="modal-backdrop" />
|
|
89
|
+
</div>
|
|
90
|
+
</template>
|
|
91
|
+
|
|
92
|
+
<script setup lang="ts">
|
|
93
|
+
import type { UI_I_VerticalStepItem } from '~/components/atoms/lib/models/interfaces'
|
|
94
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
95
|
+
|
|
96
|
+
const props = withDefaults(
|
|
97
|
+
defineProps<{
|
|
98
|
+
show: boolean
|
|
99
|
+
title: string
|
|
100
|
+
stepItems: UI_I_VerticalStepItem[]
|
|
101
|
+
stepPosition: number
|
|
102
|
+
secondTitle?: string
|
|
103
|
+
testId?: string
|
|
104
|
+
loading?: boolean
|
|
105
|
+
disabledNext?: boolean
|
|
106
|
+
}>(),
|
|
107
|
+
{
|
|
108
|
+
testId: 'ui-modal-by-steps',
|
|
109
|
+
disabledNext: false,
|
|
110
|
+
}
|
|
111
|
+
)
|
|
112
|
+
const emits = defineEmits<{
|
|
113
|
+
(event: 'finish'): void
|
|
114
|
+
(event: 'next'): void
|
|
115
|
+
(event: 'back'): void
|
|
116
|
+
(event: 'hide'): void
|
|
117
|
+
(event: 'change-step', num: number): void
|
|
118
|
+
}>()
|
|
119
|
+
|
|
120
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
121
|
+
|
|
122
|
+
const heading = ref<string | null>(null)
|
|
123
|
+
const stepDescription = ref<string | null>(null)
|
|
124
|
+
|
|
125
|
+
const hide = (): void => {
|
|
126
|
+
emits('hide')
|
|
127
|
+
}
|
|
128
|
+
const finish = (): void => {
|
|
129
|
+
emits('finish')
|
|
130
|
+
}
|
|
131
|
+
const next = (): void => {
|
|
132
|
+
emits('next')
|
|
133
|
+
}
|
|
134
|
+
const back = (): void => {
|
|
135
|
+
emits('back')
|
|
136
|
+
}
|
|
137
|
+
const changeStep = (key: number): void => {
|
|
138
|
+
emits('change-step', key)
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
watch(
|
|
142
|
+
() => props.stepPosition,
|
|
143
|
+
(value) => {
|
|
144
|
+
const { stepItems, secondTitle } = props
|
|
145
|
+
if (secondTitle) {
|
|
146
|
+
heading.value = secondTitle
|
|
147
|
+
return
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
heading.value = stepItems[value].text
|
|
151
|
+
stepDescription.value = stepItems[value]?.description || ''
|
|
152
|
+
},
|
|
153
|
+
{ immediate: true }
|
|
154
|
+
)
|
|
155
|
+
</script>
|
|
156
|
+
|
|
157
|
+
<style scoped lang="scss">
|
|
158
|
+
.modal {
|
|
159
|
+
position: fixed;
|
|
160
|
+
top: 0;
|
|
161
|
+
bottom: 0;
|
|
162
|
+
right: 0;
|
|
163
|
+
left: 0;
|
|
164
|
+
z-index: 1050;
|
|
165
|
+
display: flex;
|
|
166
|
+
flex-direction: column;
|
|
167
|
+
justify-content: center;
|
|
168
|
+
align-items: center;
|
|
169
|
+
padding: 48px;
|
|
170
|
+
overflow-y: auto;
|
|
171
|
+
|
|
172
|
+
.modal-nav {
|
|
173
|
+
background-color: var(--block-view-bg-color4);
|
|
174
|
+
.clr-wizard-title {
|
|
175
|
+
color: var(--main-color-mode);
|
|
176
|
+
font-size: 22px;
|
|
177
|
+
padding: 24px 12px 24px 24px;
|
|
178
|
+
//line-height: 1.2rem;
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.modal-content-wrapper {
|
|
183
|
+
position: relative;
|
|
184
|
+
-webkit-animation-name: animateTop;
|
|
185
|
+
-webkit-animation-duration: 0.4s;
|
|
186
|
+
animation-name: animateTop;
|
|
187
|
+
animation-duration: 0.4s;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.modal-content {
|
|
191
|
+
background-color: var(--modal-bg-color);
|
|
192
|
+
|
|
193
|
+
.modal-header--accessible {
|
|
194
|
+
display: flex;
|
|
195
|
+
justify-content: space-between;
|
|
196
|
+
align-items: flex-start;
|
|
197
|
+
width: 100%;
|
|
198
|
+
padding: 24px 19px 6px 24px;
|
|
199
|
+
|
|
200
|
+
.modal-title-text {
|
|
201
|
+
color: var(--main-color-mode);
|
|
202
|
+
font-size: 22px;
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.close-icon {
|
|
206
|
+
fill: var(--close-icon);
|
|
207
|
+
width: 24px;
|
|
208
|
+
height: 24px;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
.modal-body {
|
|
213
|
+
padding: 0 3px;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
.modal-footer {
|
|
217
|
+
display: flex;
|
|
218
|
+
justify-content: flex-end;
|
|
219
|
+
padding: 24px;
|
|
220
|
+
flex: unset;
|
|
221
|
+
min-height: 0;
|
|
222
|
+
height: auto;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
.loader {
|
|
227
|
+
position: absolute;
|
|
228
|
+
z-index: 1000;
|
|
229
|
+
left: 0;
|
|
230
|
+
right: 0;
|
|
231
|
+
bottom: 0;
|
|
232
|
+
top: 0;
|
|
233
|
+
display: flex;
|
|
234
|
+
align-items: center;
|
|
235
|
+
justify-content: center;
|
|
236
|
+
background-color: rgba(0, 0, 0, 0.3);
|
|
237
|
+
|
|
238
|
+
.spinner {
|
|
239
|
+
left: unset;
|
|
240
|
+
}
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.modal-backdrop {
|
|
244
|
+
opacity: 1;
|
|
245
|
+
background-color: rgba(0, 0, 0, 0.6);
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
h1,
|
|
249
|
+
h2 {
|
|
250
|
+
// просмотреть если нигде не ломается переместит глобально
|
|
251
|
+
line-height: inherit;
|
|
252
|
+
}
|
|
253
|
+
</style>
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
</template>
|
|
24
24
|
|
|
25
25
|
<script setup lang="ts">
|
|
26
|
-
import { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
26
|
+
import type { UI_I_CollapseNavItem } from '~/components/atoms/collapse/lib/models/interfaces'
|
|
27
27
|
|
|
28
28
|
const props = withDefaults(
|
|
29
29
|
defineProps<{
|