bfg-common 1.5.330 → 1.5.331
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.
@@ -19,11 +19,10 @@
|
|
19
19
|
@invalid="remoteConsoleOptionsInvalid = $event"
|
20
20
|
@remove-error-by-title="emits('remove-error-by-title', $event)"
|
21
21
|
/>
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
<!-- />-->
|
22
|
+
<common-vm-actions-common-customize-hardware-vmoptions-tools
|
23
|
+
:tools="props.options?.guest_tools?.enabled"
|
24
|
+
@send-data="emits('send-data-tools', $event)"
|
25
|
+
/>
|
27
26
|
<common-vm-actions-common-customize-hardware-vmoptions-boot-options
|
28
27
|
:error-validation-fields="props.errorValidationFields"
|
29
28
|
:hard-disks="props.hardDisks"
|
@@ -102,8 +101,7 @@ const emits = defineEmits<{
|
|
102
101
|
event: 'send-data-remote-console-options',
|
103
102
|
value: UI_I_SendDataRemoteConsoleOptions
|
104
103
|
): void
|
105
|
-
|
106
|
-
// (event: 'send-data-tools', value: UI_I_SendDataTools): void
|
104
|
+
(event: 'send-data-tools', value: UI_I_SendDataTools): void
|
107
105
|
(event: 'send-data-boot-options', value: UI_I_SendDataBootOptions): void
|
108
106
|
(event: 'remove-error-by-title', value: string): void
|
109
107
|
}>()
|
@@ -21,11 +21,10 @@
|
|
21
21
|
@invalid="remoteConsoleOptionsInvalid = $event"
|
22
22
|
@remove-error-by-title="emits('remove-error-by-title', $event)"
|
23
23
|
/>
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
<!-- />-->
|
24
|
+
<common-vm-actions-common-customize-hardware-vmoptions-tools
|
25
|
+
:tools="props.options?.guest_tools?.enabled"
|
26
|
+
@send-data="emits('send-data-tools', $event)"
|
27
|
+
/>
|
29
28
|
<common-vm-actions-common-customize-hardware-vmoptions-boot-options
|
30
29
|
:error-validation-fields="props.errorValidationFields"
|
31
30
|
:hard-disks="props.hardDisks"
|
@@ -98,8 +97,7 @@ const emits = defineEmits<{
|
|
98
97
|
event: 'send-data-remote-console-options',
|
99
98
|
value: UI_I_SendDataRemoteConsoleOptions
|
100
99
|
): void
|
101
|
-
|
102
|
-
// (event: 'send-data-tools', value: UI_I_SendDataTools): void
|
100
|
+
(event: 'send-data-tools', value: UI_I_SendDataTools): void
|
103
101
|
(event: 'send-data-boot-options', value: UI_I_SendDataBootOptions): void
|
104
102
|
(event: 'remove-error-by-title', value: string): void
|
105
103
|
}>()
|