bfg-common 1.4.720 → 1.4.721

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 (134) hide show
  1. package/assets/localization/local_be.json +2 -2
  2. package/assets/localization/local_en.json +2 -2
  3. package/assets/localization/local_hy.json +2 -2
  4. package/assets/localization/local_kk.json +2 -2
  5. package/assets/localization/local_ru.json +2 -2
  6. package/assets/localization/local_zh.json +2 -2
  7. package/assets/scss/common/normalize.scss +355 -361
  8. package/components/atoms/TheIcon3.vue +50 -50
  9. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  10. package/components/atoms/stack/StackBlock.vue +185 -185
  11. package/components/atoms/table/dataGrid/DataGrid.vue +1696 -1696
  12. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
  13. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +91 -91
  14. package/components/common/browse/BrowseNew.vue +237 -237
  15. package/components/common/browse/BrowseOld.vue +217 -217
  16. package/components/common/browse/blocks/contents/Files.vue +37 -37
  17. package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
  18. package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +96 -96
  19. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  20. package/components/common/context/lib/models/interfaces.ts +30 -30
  21. package/components/common/context/recursion/Recursion.vue +86 -86
  22. package/components/common/context/recursion/RecursionOld.vue +213 -213
  23. package/components/common/layout/theHeader/helpMenu/About.vue +82 -82
  24. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
  25. package/components/common/layout/theHeader/lib/models/enums.ts +0 -1
  26. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +2 -5
  27. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +150 -150
  28. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +284 -300
  29. package/components/common/modals/confirmByInput/ConfirmByInput.vue +206 -206
  30. package/components/common/modals/unsavedChanges/UnsavedChanges.vue +56 -56
  31. package/components/common/monitor/overview/filters/Filters.vue +235 -232
  32. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +250 -240
  33. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +62 -52
  34. package/components/common/pages/home/StatusContent.vue +49 -49
  35. package/components/common/pages/home/headline/Headline.vue +44 -44
  36. package/components/common/pages/home/headline/HeadlineNew.vue +71 -71
  37. package/components/common/pages/home/lib/models/interfaces.ts +48 -48
  38. package/components/common/pages/home/widgets/Widgets.vue +49 -49
  39. package/components/common/pages/home/widgets/WidgetsNew.vue +86 -86
  40. package/components/common/pages/home/widgets/WidgetsOld.vue +34 -34
  41. package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
  42. package/components/common/pages/home/widgets/hosts/HostsNew.vue +100 -100
  43. package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
  44. package/components/common/pages/home/widgets/services/lib/config/config.ts +108 -108
  45. package/components/common/pages/home/widgets/vms/Vms.vue +26 -26
  46. package/components/common/pages/home/widgets/vms/VmsNew.vue +101 -101
  47. package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
  48. package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
  49. package/components/common/recursionTree/RecursionTree.vue +212 -223
  50. package/components/common/select/button/ButtonDropdown.vue +108 -108
  51. package/components/common/selectLanguage/lib/config/config.ts +0 -5
  52. package/components/common/spiceConsole/Drawer.vue +370 -370
  53. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  54. package/components/common/split/vertical/Vertical.vue +160 -160
  55. package/components/common/vm/actions/add/Add.vue +616 -616
  56. package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
  57. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
  58. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +269 -269
  59. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
  60. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +117 -117
  61. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
  62. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
  63. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
  64. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -70
  65. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaOld.vue +42 -50
  66. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +338 -338
  67. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
  68. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
  69. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +56 -56
  70. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
  71. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +281 -281
  72. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
  73. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
  74. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
  75. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
  76. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
  77. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
  78. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
  79. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
  80. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
  81. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
  82. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
  83. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
  84. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
  85. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
  86. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
  87. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
  88. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
  89. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
  90. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +30 -30
  91. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardNew.vue +104 -104
  92. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardOld.vue +112 -112
  93. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
  94. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
  95. package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
  96. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
  97. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
  98. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
  99. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
  100. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
  101. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
  102. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
  103. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
  104. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
  105. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
  106. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
  107. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
  108. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
  109. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
  110. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +103 -103
  111. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +102 -102
  112. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
  113. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +28 -28
  114. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
  115. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
  116. package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
  117. package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
  118. package/components/common/vm/actions/editSettings/EditSettings.vue +232 -232
  119. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +183 -183
  120. package/components/common/vm/actions/editSettings/new/New.vue +177 -177
  121. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  122. package/composables/productNameLocal.ts +30 -30
  123. package/composables/useAppVersion.ts +21 -21
  124. package/composables/useLocal.ts +0 -5
  125. package/layouts/auth.vue +0 -1
  126. package/package.json +1 -1
  127. package/plugins/date.ts +233 -233
  128. package/plugins/recursion.ts +311 -311
  129. package/public/spice-console/lib/images/bitmap.js +203 -203
  130. package/public/spice-console/network/spicechannel.js +383 -383
  131. package/store/main/mutations.ts +7 -7
  132. package/store/main/state.ts +7 -7
  133. package/store/tasks/mappers/recentTasks.ts +64 -64
  134. package/assets/scss/clarity/local_ar.json +0 -2914
@@ -1,183 +1,183 @@
1
- <template>
2
- <div class="edit-vm">
3
- <atoms-modal
4
- test-id="edit-vm-wizard"
5
- :show="true"
6
- :title="localization.common.editSettings"
7
- :second-title="props.vmNameOld"
8
- :disabled-submit="props.loading"
9
- @submit="emits('validate')"
10
- @hide="emits('hide')"
11
- >
12
- <template #modalBody>
13
- <atoms-loader
14
- v-show="!vmSettings || props.loading"
15
- id="loader"
16
- data-id="edit-vm-settings-spinner"
17
- />
18
- <div v-if="vmSettings" class="vm-context">
19
- <common-vm-actions-common-customize-hardware
20
- v-model:vm-name="vmName"
21
- v-model:guest-machine-type="vmSettings.guestMachineType"
22
- v-model:guest-os-family="vmSettings.guestOsFamily"
23
- v-model:guest-os-version="vmSettings.guestOsVersion"
24
- :project="props.project"
25
- :storage="vmSettings.storage"
26
- :hard-disks-for-boot-options="props.virtualHardwareHardDisks"
27
- :cd-dvd-drives-for-boot-options="props.virtualHardwareCdDvdDrives"
28
- :networks-for-boot-options="props.virtualHardwareNetworks"
29
- :cd-dvd-drives="vmSettings.cdDvdDrives"
30
- :hard-disks="vmSettings.hardDisks"
31
- :networks="vmSettings.networks"
32
- :max-cpus="vmSettings.maxCpus"
33
- :max-memory="vmSettings.maxMemory"
34
- :cpu-models="vmSettings.cpuModels"
35
- :cpu="vmSettings.cpu"
36
- :memory="vmSettings.memory"
37
- :video-card="vmSettings.videoCard"
38
- :usb-controller="vmSettings.usbController"
39
- :pci-devices="vmSettings.pciDevices"
40
- :selected-nav-item="selectedNavItem"
41
- :hard-disks-for-edit="vmSettings.hardDisks"
42
- :options="vmSettings.options"
43
- :nodes="props.nodes"
44
- :files="props.files"
45
- :networks-table="props.networksTable"
46
- :error-validation-fields="props.errorValidationFields"
47
- :vm-cpu-help-text-second="props.vmCpuHelpTextSecond"
48
- :passthrough-devices="props.passthroughDevices"
49
- :state="props.state"
50
- :get-datastore-table-func="props.getDatastoreTableFunc"
51
- :datastore="props.datastore"
52
- :customize-hardware-submit="props.customizeHardwareSubmit"
53
- is-edit
54
- @get-storage="emits('get-storage', $event)"
55
- @get-folders-or-files="emits('get-folders-or-files', $event)"
56
- @get-active-device-child="emits('get-active-device-child', $event)"
57
- @show-datastore-child="emits('show-datastore-child', $event)"
58
- @get-networks-table="emits('get-networks-table', $event)"
59
- @get-pci-devices="emits('get-pci-devices')"
60
- @change-boot-order="emits('change-boot-order', $event)"
61
- @send-data="emits('change-customize-hardware', $event)"
62
- />
63
- </div>
64
- </template>
65
- </atoms-modal>
66
- </div>
67
- </template>
68
-
69
- <script setup lang="ts">
70
- import type { UI_T_Project } from '~/lib/models/types'
71
- import type { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
72
- import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
73
- import type {
74
- UI_I_PciDevice,
75
- UI_I_VmSettings,
76
- } from '~/lib/models/store/vm/interfaces'
77
- import type { UI_I_Localization } from '~/lib/models/interfaces'
78
- import type { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/lib/models/interfaces'
79
- import type {
80
- UI_I_SendDataNewCdDvdDrive,
81
- UI_I_SendDataNewHardDisk,
82
- UI_I_SendDataNewNetwork,
83
- } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
84
- import type { UI_T_SelectedNavItem } from '~/components/common/vm/actions/common/lib/models/types'
85
- import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
86
- import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
87
- import type {
88
- UI_I_DatastoreTableItem,
89
- UI_I_FolderOrFileTreePayload,
90
- } from '~/lib/models/store/storage/interfaces'
91
- import type { UI_T_ChangeBootOrder } from '~/components/common/vm/actions/lib/models/types'
92
-
93
- const vmName = defineModel<string>('vmName', { required: true })
94
-
95
- const vmSettings = defineModel<UI_I_VmSettings | null>('vmSettings', {
96
- required: true,
97
- })
98
-
99
- const props = defineProps<{
100
- nodes: UI_I_FileTreeNode[]
101
- files: UI_I_FileTreeNode[]
102
- project: UI_T_Project
103
- loading: boolean
104
- datastore: UI_I_DatastoreTableItem[]
105
- networksTable: UI_I_NetworkTableItem[]
106
- selectedNavItem: UI_T_SelectedNavItem
107
- vmCpuHelpTextSecond: string
108
- errorValidationFields: UI_I_ErrorValidationField<string>[]
109
- virtualHardwareNetworks: UI_I_SendDataNewNetwork[] | null
110
- virtualHardwareHardDisks: UI_I_SendDataNewHardDisk[] | null
111
- virtualHardwareCdDvdDrives: UI_I_SendDataNewCdDvdDrive[] | null
112
- state?: string | number
113
- vmNameOld?: string
114
- passthroughDevices?: UI_I_PciDevice[]
115
- getDatastoreTableFunc?: (payload: UI_I_TablePayload) => Promise<void>
116
- customizeHardwareSubmit?: null | Function
117
- }>()
118
-
119
- const emits = defineEmits<{
120
- (event: 'hide'): void
121
- (event: 'validate'): void
122
- (event: 'update-vm'): void
123
- (event: 'get-storage', value: UI_I_TablePayload): void
124
- (event: 'get-pci-devices'): void
125
- (event: 'change-boot-order', value: UI_T_ChangeBootOrder): void
126
- (event: 'get-networks-table', value: UI_I_TablePayload): void
127
- (event: 'get-folders-or-files', value: UI_I_FolderOrFileTreePayload): void
128
- (event: 'show-datastore-child', value: UI_I_FileTreeNode): void
129
- (event: 'get-active-device-child', value: UI_I_FileTreeNode): void
130
- (
131
- event: 'change-customize-hardware',
132
- value: UI_I_SendDataCustomizeHardware
133
- ): void
134
- }>()
135
-
136
- const localization = computed<UI_I_Localization>(() => useLocal())
137
- </script>
138
-
139
- <style scoped lang="scss">
140
- .vm-context {
141
- padding: 16px 15px 10px 10px;
142
- height: 100%;
143
- display: flex;
144
- flex-direction: column;
145
- }
146
-
147
- :deep(.modal-dialog) {
148
- width: 840px;
149
- }
150
- :deep(.modal .modal-dialog .modal-content .modal-footer) {
151
- flex: unset;
152
- height: unset;
153
- min-height: unset;
154
- }
155
- :deep(.wizard-modal-titlebar h3) {
156
- color: #000;
157
- font-size: 24px;
158
- font-weight: 200;
159
- line-height: 27px;
160
- margin: 0;
161
- padding: 0;
162
- }
163
- :deep(.clr-wizard-stepnav-item) {
164
- padding-left: 0;
165
- }
166
- :deep(.clr-wizard-stepnav
167
- .clr-wizard-stepnav-item
168
- button
169
- .clr-wizard-stepnav-link-title) {
170
- width: 189px;
171
- font-weight: 700;
172
- font-size: 13px;
173
- }
174
-
175
- .loading {
176
- :deep(.spinner) {
177
- width: 45px;
178
- height: 45px;
179
- min-width: 45px;
180
- min-height: 45px;
181
- }
182
- }
183
- </style>
1
+ <template>
2
+ <div class="edit-vm">
3
+ <atoms-modal
4
+ test-id="edit-vm-wizard"
5
+ :show="true"
6
+ :title="localization.common.editSettings"
7
+ :second-title="props.vmNameOld"
8
+ :disabled-submit="props.loading"
9
+ @submit="emits('validate')"
10
+ @hide="emits('hide')"
11
+ >
12
+ <template #modalBody>
13
+ <atoms-loader
14
+ v-show="!vmSettings || props.loading"
15
+ id="loader"
16
+ data-id="edit-vm-settings-spinner"
17
+ />
18
+ <div v-if="vmSettings" class="vm-context">
19
+ <common-vm-actions-common-customize-hardware
20
+ v-model:vm-name="vmName"
21
+ v-model:guest-machine-type="vmSettings.guestMachineType"
22
+ v-model:guest-os-family="vmSettings.guestOsFamily"
23
+ v-model:guest-os-version="vmSettings.guestOsVersion"
24
+ :project="props.project"
25
+ :storage="vmSettings.storage"
26
+ :hard-disks-for-boot-options="props.virtualHardwareHardDisks"
27
+ :cd-dvd-drives-for-boot-options="props.virtualHardwareCdDvdDrives"
28
+ :networks-for-boot-options="props.virtualHardwareNetworks"
29
+ :cd-dvd-drives="vmSettings.cdDvdDrives"
30
+ :hard-disks="vmSettings.hardDisks"
31
+ :networks="vmSettings.networks"
32
+ :max-cpus="vmSettings.maxCpus"
33
+ :max-memory="vmSettings.maxMemory"
34
+ :cpu-models="vmSettings.cpuModels"
35
+ :cpu="vmSettings.cpu"
36
+ :memory="vmSettings.memory"
37
+ :video-card="vmSettings.videoCard"
38
+ :usb-controller="vmSettings.usbController"
39
+ :pci-devices="vmSettings.pciDevices"
40
+ :selected-nav-item="selectedNavItem"
41
+ :hard-disks-for-edit="vmSettings.hardDisks"
42
+ :options="vmSettings.options"
43
+ :nodes="props.nodes"
44
+ :files="props.files"
45
+ :networks-table="props.networksTable"
46
+ :error-validation-fields="props.errorValidationFields"
47
+ :vm-cpu-help-text-second="props.vmCpuHelpTextSecond"
48
+ :passthrough-devices="props.passthroughDevices"
49
+ :state="props.state"
50
+ :get-datastore-table-func="props.getDatastoreTableFunc"
51
+ :datastore="props.datastore"
52
+ :customize-hardware-submit="props.customizeHardwareSubmit"
53
+ is-edit
54
+ @get-storage="emits('get-storage', $event)"
55
+ @get-folders-or-files="emits('get-folders-or-files', $event)"
56
+ @get-active-device-child="emits('get-active-device-child', $event)"
57
+ @show-datastore-child="emits('show-datastore-child', $event)"
58
+ @get-networks-table="emits('get-networks-table', $event)"
59
+ @get-pci-devices="emits('get-pci-devices')"
60
+ @change-boot-order="emits('change-boot-order', $event)"
61
+ @send-data="emits('change-customize-hardware', $event)"
62
+ />
63
+ </div>
64
+ </template>
65
+ </atoms-modal>
66
+ </div>
67
+ </template>
68
+
69
+ <script setup lang="ts">
70
+ import type { UI_T_Project } from '~/lib/models/types'
71
+ import type { UI_I_FileTreeNode } from '~/components/lib/models/interfaces'
72
+ import type { UI_I_NetworkTableItem } from '~/lib/models/store/network/interfaces'
73
+ import type {
74
+ UI_I_PciDevice,
75
+ UI_I_VmSettings,
76
+ } from '~/lib/models/store/vm/interfaces'
77
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
78
+ import type { UI_I_SendDataCustomizeHardware } from '~/components/common/vm/actions/common/customizeHardware/lib/models/interfaces'
79
+ import type {
80
+ UI_I_SendDataNewCdDvdDrive,
81
+ UI_I_SendDataNewHardDisk,
82
+ UI_I_SendDataNewNetwork,
83
+ } from '~/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/models/interfaces'
84
+ import type { UI_T_SelectedNavItem } from '~/components/common/vm/actions/common/lib/models/types'
85
+ import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
86
+ import type { UI_I_TablePayload } from '~/lib/models/table/interfaces'
87
+ import type {
88
+ UI_I_DatastoreTableItem,
89
+ UI_I_FolderOrFileTreePayload,
90
+ } from '~/lib/models/store/storage/interfaces'
91
+ import type { UI_T_ChangeBootOrder } from '~/components/common/vm/actions/lib/models/types'
92
+
93
+ const vmName = defineModel<string>('vmName', { required: true })
94
+
95
+ const vmSettings = defineModel<UI_I_VmSettings | null>('vmSettings', {
96
+ required: true,
97
+ })
98
+
99
+ const props = defineProps<{
100
+ nodes: UI_I_FileTreeNode[]
101
+ files: UI_I_FileTreeNode[]
102
+ project: UI_T_Project
103
+ loading: boolean
104
+ datastore: UI_I_DatastoreTableItem[]
105
+ networksTable: UI_I_NetworkTableItem[]
106
+ selectedNavItem: UI_T_SelectedNavItem
107
+ vmCpuHelpTextSecond: string
108
+ errorValidationFields: UI_I_ErrorValidationField<string>[]
109
+ virtualHardwareNetworks: UI_I_SendDataNewNetwork[] | null
110
+ virtualHardwareHardDisks: UI_I_SendDataNewHardDisk[] | null
111
+ virtualHardwareCdDvdDrives: UI_I_SendDataNewCdDvdDrive[] | null
112
+ state?: string | number
113
+ vmNameOld?: string
114
+ passthroughDevices?: UI_I_PciDevice[]
115
+ getDatastoreTableFunc?: (payload: UI_I_TablePayload) => Promise<void>
116
+ customizeHardwareSubmit?: null | Function
117
+ }>()
118
+
119
+ const emits = defineEmits<{
120
+ (event: 'hide'): void
121
+ (event: 'validate'): void
122
+ (event: 'update-vm'): void
123
+ (event: 'get-storage', value: UI_I_TablePayload): void
124
+ (event: 'get-pci-devices'): void
125
+ (event: 'change-boot-order', value: UI_T_ChangeBootOrder): void
126
+ (event: 'get-networks-table', value: UI_I_TablePayload): void
127
+ (event: 'get-folders-or-files', value: UI_I_FolderOrFileTreePayload): void
128
+ (event: 'show-datastore-child', value: UI_I_FileTreeNode): void
129
+ (event: 'get-active-device-child', value: UI_I_FileTreeNode): void
130
+ (
131
+ event: 'change-customize-hardware',
132
+ value: UI_I_SendDataCustomizeHardware
133
+ ): void
134
+ }>()
135
+
136
+ const localization = computed<UI_I_Localization>(() => useLocal())
137
+ </script>
138
+
139
+ <style scoped lang="scss">
140
+ .vm-context {
141
+ padding: 16px 15px 10px 10px;
142
+ height: 100%;
143
+ display: flex;
144
+ flex-direction: column;
145
+ }
146
+
147
+ :deep(.modal-dialog) {
148
+ width: 840px;
149
+ }
150
+ :deep(.modal .modal-dialog .modal-content .modal-footer) {
151
+ flex: unset;
152
+ height: unset;
153
+ min-height: unset;
154
+ }
155
+ :deep(.wizard-modal-titlebar h3) {
156
+ color: #000;
157
+ font-size: 24px;
158
+ font-weight: 200;
159
+ line-height: 27px;
160
+ margin: 0;
161
+ padding: 0;
162
+ }
163
+ :deep(.clr-wizard-stepnav-item) {
164
+ padding-left: 0;
165
+ }
166
+ :deep(.clr-wizard-stepnav
167
+ .clr-wizard-stepnav-item
168
+ button
169
+ .clr-wizard-stepnav-link-title) {
170
+ width: 189px;
171
+ font-weight: 700;
172
+ font-size: 13px;
173
+ }
174
+
175
+ .loading {
176
+ :deep(.spinner) {
177
+ width: 45px;
178
+ height: 45px;
179
+ min-width: 45px;
180
+ min-height: 45px;
181
+ }
182
+ }
183
+ </style>