bfg-common 1.0.13 → 1.0.15
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/Notification.vue +167 -167
- package/components/atoms/autocomplete/Autocomplete.vue +236 -236
- package/components/atoms/combobox/Combobox.vue +131 -131
- package/components/atoms/datepicker/Datepicker.vue +612 -612
- package/components/atoms/dropdown/tree/Tree.vue +134 -134
- package/components/atoms/list/SelectList.vue +62 -62
- package/components/atoms/modal/bySteps/BySteps.vue +234 -234
- package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +174 -174
- package/components/atoms/nav/NavBar.vue +116 -116
- package/components/atoms/nav/VerticalNavBar.vue +89 -89
- package/components/atoms/notificationBar/NotificationBar.vue +175 -175
- package/components/atoms/perPage/PerPage.vue +52 -52
- package/components/atoms/popup/SimplePopup.vue +90 -90
- package/components/atoms/step/VerticalStep.vue +104 -104
- package/components/atoms/switch/Switch.vue +107 -107
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +204 -204
- package/components/atoms/table/dataGrid/DataGridPage.vue +189 -189
- package/components/atoms/table/dataGrid/DataGridPagination.vue +83 -83
- package/components/atoms/table/dataGrid/config/itemsPerPage.ts +20 -20
- package/components/atoms/tabs/Tabs.vue +189 -189
- package/components/atoms/tooltip/Signpost.vue +224 -224
- package/components/common/accordion/Accordion.vue +176 -176
- package/components/common/accordion/Recursion.vue +195 -195
- package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
- package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
- package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
- package/components/common/browse/Browse.vue +182 -182
- package/components/common/browse/blocks/Title.vue +66 -66
- package/components/common/diagramMain/Header.vue +160 -160
- package/components/common/diagramMain/adapter/AdapterItem.vue +227 -227
- package/components/common/diagramMain/adapter/AdapterItems.vue +57 -57
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +236 -236
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +178 -178
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +392 -392
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +339 -339
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
- package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
- package/components/common/diagramMain/modals/viewSettings/Info.vue +94 -94
- package/components/common/diagramMain/network/Contents.vue +238 -238
- package/components/common/feedback/Buttons.vue +232 -232
- package/components/common/feedback/Message.vue +468 -468
- package/components/common/feedback/VisitPortal.vue +54 -54
- package/components/common/modals/Rename.vue +165 -165
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/form/Form.vue +388 -388
- package/components/common/monitor/models/interfaces.ts +1 -0
- package/components/common/perPage/PerPage.vue +51 -51
- package/components/common/recursionTree/RecursionTree.vue +201 -201
- package/components/common/vm/actions/add/Add.vue +687 -687
- package/components/common/vm/actions/add/FolderTreeView.vue +83 -83
- package/components/common/vm/actions/add/config/capabilities.ts +670 -670
- package/components/common/vm/actions/add/customizeHardware/CustomizeHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/VirtualHardware.vue +1 -1
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/browseView/BrowseView.vue +203 -203
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +55 -55
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/cpu/Sa.vue +102 -102
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +447 -447
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/limitIops/LimitIops.vue +147 -147
- package/components/common/vm/actions/add/customizeHardware/virtualHardware/newNetwork/adapterType/AdapterType.vue +86 -86
- package/components/common/vm/actions/add/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +114 -114
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +50 -50
- package/components/common/vm/actions/add/customizeHardware/vmoptions/remoteConsoleOptions/mouseMode/MouseMode.vue +52 -52
- package/components/common/vm/actions/add/select/compatibility/Compatibility.vue +151 -151
- package/components/common/vm/actions/add/select/computeResource/ComputeResource.vue +170 -170
- package/components/common/vm/actions/add/select/computeResource/TreeView.vue +126 -126
- package/components/common/vm/actions/add/select/name/Name.vue +173 -173
- package/components/common/vm/actions/add/select/os/os.vue +221 -221
- package/components/common/vm/actions/add/utils.ts +118 -118
- package/components/common/wizards/datastore/add/nfs/accessibility/tablesView/TablesView.vue +141 -141
- package/components/common/wizards/datastore/add/nfs/configuration/Configuration.vue +373 -373
- package/components/common/wizards/datastore/add/nfs/configuration/serversList/ServersList.vue +123 -123
- package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
- package/components/common/wizards/datastore/add/sharedStorm/deviceSelection/hostTable/HostTable.vue +131 -131
- package/components/common/wizards/datastore/add/sharedStorm/partitionConfiguration/PartitionConfiguration.vue +230 -230
- package/models/store/storage/interfaces.ts +32 -32
- package/package.json +1 -1
- package/plugins/recursion.ts +230 -230
- package/public/spice-console/application/codec.js +257 -257
- package/public/spice-console/lib/rasterEngine.js +907 -907
- package/public/spice-console-minify/lib/decoder/dixie.min.js +4 -4
- package/public/spice-console-minify/lib/jgestures.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-2.0.3.min.js +24 -24
- package/public/spice-console-minify/lib/jquery-mousewheel.min.js +11 -11
- package/public/spice-console-minify/lib/jquery-visibility.min.js +1 -1
- package/public/spice-console-minify/lib/lodash.4.0.0.min.js +5 -5
|
@@ -1,147 +1,147 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="">
|
|
3
|
-
<atoms-stack-block :has-children="false">
|
|
4
|
-
<template #stackBlockKey>
|
|
5
|
-
{{ localization.limitIops }}
|
|
6
|
-
</template>
|
|
7
|
-
<template #stackBlockContent>
|
|
8
|
-
<div class="flex-align-center">
|
|
9
|
-
<atoms-tooltip-error
|
|
10
|
-
:has-error="!!apiError"
|
|
11
|
-
:selector="`.vm-wizard-disk-device-io-field-${props.index}`"
|
|
12
|
-
@remove="onRemoveValidationError"
|
|
13
|
-
>
|
|
14
|
-
<template #elem>
|
|
15
|
-
<div class="select mr-1">
|
|
16
|
-
<select
|
|
17
|
-
:id="`vm-wizard-disk-device-io-field-${props.index}`"
|
|
18
|
-
v-model="limitIopsTypeLocal"
|
|
19
|
-
:class="`vm-wizard-disk-device-io-field-${props.index}`"
|
|
20
|
-
@click.stop
|
|
21
|
-
>
|
|
22
|
-
<option
|
|
23
|
-
v-for="(item, key) in limitIopsTypeOptions"
|
|
24
|
-
:key="key"
|
|
25
|
-
:value="item.value"
|
|
26
|
-
>
|
|
27
|
-
{{ item.text }}
|
|
28
|
-
</option>
|
|
29
|
-
</select>
|
|
30
|
-
</div>
|
|
31
|
-
</template>
|
|
32
|
-
<template #content>{{ apiError }}</template>
|
|
33
|
-
</atoms-tooltip-error>
|
|
34
|
-
|
|
35
|
-
<atoms-combobox
|
|
36
|
-
v-show="limitIopsType !== 'unlimited'"
|
|
37
|
-
v-model.number="limitIopsLocal"
|
|
38
|
-
:items="limitIopsOptions"
|
|
39
|
-
@click.stop
|
|
40
|
-
/>
|
|
41
|
-
<div v-show="limitIopsErrorText" class="flex-align-center">
|
|
42
|
-
<atoms-tooltip>
|
|
43
|
-
<template #elem>
|
|
44
|
-
<atoms-the-icon
|
|
45
|
-
width="24px"
|
|
46
|
-
height="24px"
|
|
47
|
-
class="is-error tooltip-trigger"
|
|
48
|
-
name="info"
|
|
49
|
-
/>
|
|
50
|
-
</template>
|
|
51
|
-
<template #content>
|
|
52
|
-
{{ limitIopsErrorText }}
|
|
53
|
-
</template>
|
|
54
|
-
</atoms-tooltip>
|
|
55
|
-
</div>
|
|
56
|
-
</div>
|
|
57
|
-
</template>
|
|
58
|
-
</atoms-stack-block>
|
|
59
|
-
</div>
|
|
60
|
-
</template>
|
|
61
|
-
|
|
62
|
-
<script setup lang="ts">
|
|
63
|
-
import {
|
|
64
|
-
limitIopsOptionsFunc,
|
|
65
|
-
limitIopsTypeOptionsFunc,
|
|
66
|
-
} from '~/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/limitIops/config/options'
|
|
67
|
-
import { UI_I_Localization } from '~/models/interfaces'
|
|
68
|
-
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
69
|
-
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
70
|
-
|
|
71
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
72
|
-
|
|
73
|
-
const props = defineProps<{
|
|
74
|
-
limitIops: number
|
|
75
|
-
limitIopsType: string
|
|
76
|
-
index: number
|
|
77
|
-
errorValidationFields: UI_I_ErrorValidationField<string>[]
|
|
78
|
-
}>()
|
|
79
|
-
const emits = defineEmits<{
|
|
80
|
-
(event: 'update:limit-iops', value: number): void
|
|
81
|
-
(event: 'update:limit-iops-type', value: string): void
|
|
82
|
-
(event: 'valid', value: boolean): void
|
|
83
|
-
(event: 'remove-error-by-title', value: string): void
|
|
84
|
-
}>()
|
|
85
|
-
|
|
86
|
-
const limitIopsTypeOptions = ref<UI_I_OptionItem[]>(
|
|
87
|
-
limitIopsTypeOptionsFunc(localization.value)
|
|
88
|
-
)
|
|
89
|
-
|
|
90
|
-
const minLimitIops = 16
|
|
91
|
-
const maxLimitIops = 2_147_483_647
|
|
92
|
-
const limitIopsOptions = ref<UI_I_OptionItem[]>(
|
|
93
|
-
limitIopsOptionsFunc(localization.value, minLimitIops, maxLimitIops)
|
|
94
|
-
)
|
|
95
|
-
|
|
96
|
-
const limitIopsLocal = computed<number>({
|
|
97
|
-
get() {
|
|
98
|
-
return props.limitIops
|
|
99
|
-
},
|
|
100
|
-
set(newValue) {
|
|
101
|
-
emits('update:limit-iops', newValue)
|
|
102
|
-
},
|
|
103
|
-
})
|
|
104
|
-
const limitIopsTypeLocal = computed<string>({
|
|
105
|
-
get() {
|
|
106
|
-
return props.limitIopsType
|
|
107
|
-
},
|
|
108
|
-
set(newValue) {
|
|
109
|
-
emits('update:limit-iops-type', newValue)
|
|
110
|
-
},
|
|
111
|
-
})
|
|
112
|
-
|
|
113
|
-
const limitIopsErrorText = computed<string>(() => {
|
|
114
|
-
if (limitIopsTypeLocal.value === 'unlimited') return ''
|
|
115
|
-
|
|
116
|
-
const validValue = /^\d+(\.\d+)?$/.test(props.limitIops + '')
|
|
117
|
-
if (!validValue) {
|
|
118
|
-
return localization.value.inputContainsInvalidCharacters
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
if (+props.limitIops < minLimitIops || +props.limitIops > maxLimitIops) {
|
|
122
|
-
return localization.value.enterValueBetween
|
|
123
|
-
.replace('{0}', '' + minLimitIops)
|
|
124
|
-
.replace('{1}', '' + maxLimitIops)
|
|
125
|
-
}
|
|
126
|
-
return ''
|
|
127
|
-
})
|
|
128
|
-
watch(limitIopsErrorText, (val) => {
|
|
129
|
-
emits('valid', !!val)
|
|
130
|
-
})
|
|
131
|
-
|
|
132
|
-
const typeError = computed<string>(() => `disk_devices[${props.index}].io`)
|
|
133
|
-
|
|
134
|
-
const apiError = computed<string>(() => {
|
|
135
|
-
return (
|
|
136
|
-
props.errorValidationFields?.find(
|
|
137
|
-
(message) => message.field === typeError.value
|
|
138
|
-
)?.error_message || ''
|
|
139
|
-
)
|
|
140
|
-
})
|
|
141
|
-
|
|
142
|
-
const onRemoveValidationError = (): void => {
|
|
143
|
-
emits('remove-error-by-title', typeError.value)
|
|
144
|
-
}
|
|
145
|
-
</script>
|
|
146
|
-
|
|
147
|
-
<style scoped></style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="">
|
|
3
|
+
<atoms-stack-block :has-children="false">
|
|
4
|
+
<template #stackBlockKey>
|
|
5
|
+
{{ localization.limitIops }}
|
|
6
|
+
</template>
|
|
7
|
+
<template #stackBlockContent>
|
|
8
|
+
<div class="flex-align-center">
|
|
9
|
+
<atoms-tooltip-error
|
|
10
|
+
:has-error="!!apiError"
|
|
11
|
+
:selector="`.vm-wizard-disk-device-io-field-${props.index}`"
|
|
12
|
+
@remove="onRemoveValidationError"
|
|
13
|
+
>
|
|
14
|
+
<template #elem>
|
|
15
|
+
<div class="select mr-1">
|
|
16
|
+
<select
|
|
17
|
+
:id="`vm-wizard-disk-device-io-field-${props.index}`"
|
|
18
|
+
v-model="limitIopsTypeLocal"
|
|
19
|
+
:class="`vm-wizard-disk-device-io-field-${props.index}`"
|
|
20
|
+
@click.stop
|
|
21
|
+
>
|
|
22
|
+
<option
|
|
23
|
+
v-for="(item, key) in limitIopsTypeOptions"
|
|
24
|
+
:key="key"
|
|
25
|
+
:value="item.value"
|
|
26
|
+
>
|
|
27
|
+
{{ item.text }}
|
|
28
|
+
</option>
|
|
29
|
+
</select>
|
|
30
|
+
</div>
|
|
31
|
+
</template>
|
|
32
|
+
<template #content>{{ apiError }}</template>
|
|
33
|
+
</atoms-tooltip-error>
|
|
34
|
+
|
|
35
|
+
<atoms-combobox
|
|
36
|
+
v-show="limitIopsType !== 'unlimited'"
|
|
37
|
+
v-model.number="limitIopsLocal"
|
|
38
|
+
:items="limitIopsOptions"
|
|
39
|
+
@click.stop
|
|
40
|
+
/>
|
|
41
|
+
<div v-show="limitIopsErrorText" class="flex-align-center">
|
|
42
|
+
<atoms-tooltip>
|
|
43
|
+
<template #elem>
|
|
44
|
+
<atoms-the-icon
|
|
45
|
+
width="24px"
|
|
46
|
+
height="24px"
|
|
47
|
+
class="is-error tooltip-trigger"
|
|
48
|
+
name="info"
|
|
49
|
+
/>
|
|
50
|
+
</template>
|
|
51
|
+
<template #content>
|
|
52
|
+
{{ limitIopsErrorText }}
|
|
53
|
+
</template>
|
|
54
|
+
</atoms-tooltip>
|
|
55
|
+
</div>
|
|
56
|
+
</div>
|
|
57
|
+
</template>
|
|
58
|
+
</atoms-stack-block>
|
|
59
|
+
</div>
|
|
60
|
+
</template>
|
|
61
|
+
|
|
62
|
+
<script setup lang="ts">
|
|
63
|
+
import {
|
|
64
|
+
limitIopsOptionsFunc,
|
|
65
|
+
limitIopsTypeOptionsFunc,
|
|
66
|
+
} from '~/components/common/vm/actions/add/customizeHardware/virtualHardware/newHardDisk/limitIops/config/options'
|
|
67
|
+
import { UI_I_Localization } from '~/models/interfaces'
|
|
68
|
+
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
69
|
+
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
70
|
+
|
|
71
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
72
|
+
|
|
73
|
+
const props = defineProps<{
|
|
74
|
+
limitIops: number
|
|
75
|
+
limitIopsType: string
|
|
76
|
+
index: number
|
|
77
|
+
errorValidationFields: UI_I_ErrorValidationField<string>[]
|
|
78
|
+
}>()
|
|
79
|
+
const emits = defineEmits<{
|
|
80
|
+
(event: 'update:limit-iops', value: number): void
|
|
81
|
+
(event: 'update:limit-iops-type', value: string): void
|
|
82
|
+
(event: 'valid', value: boolean): void
|
|
83
|
+
(event: 'remove-error-by-title', value: string): void
|
|
84
|
+
}>()
|
|
85
|
+
|
|
86
|
+
const limitIopsTypeOptions = ref<UI_I_OptionItem[]>(
|
|
87
|
+
limitIopsTypeOptionsFunc(localization.value)
|
|
88
|
+
)
|
|
89
|
+
|
|
90
|
+
const minLimitIops = 16
|
|
91
|
+
const maxLimitIops = 2_147_483_647
|
|
92
|
+
const limitIopsOptions = ref<UI_I_OptionItem[]>(
|
|
93
|
+
limitIopsOptionsFunc(localization.value, minLimitIops, maxLimitIops)
|
|
94
|
+
)
|
|
95
|
+
|
|
96
|
+
const limitIopsLocal = computed<number>({
|
|
97
|
+
get() {
|
|
98
|
+
return props.limitIops
|
|
99
|
+
},
|
|
100
|
+
set(newValue) {
|
|
101
|
+
emits('update:limit-iops', newValue)
|
|
102
|
+
},
|
|
103
|
+
})
|
|
104
|
+
const limitIopsTypeLocal = computed<string>({
|
|
105
|
+
get() {
|
|
106
|
+
return props.limitIopsType
|
|
107
|
+
},
|
|
108
|
+
set(newValue) {
|
|
109
|
+
emits('update:limit-iops-type', newValue)
|
|
110
|
+
},
|
|
111
|
+
})
|
|
112
|
+
|
|
113
|
+
const limitIopsErrorText = computed<string>(() => {
|
|
114
|
+
if (limitIopsTypeLocal.value === 'unlimited') return ''
|
|
115
|
+
|
|
116
|
+
const validValue = /^\d+(\.\d+)?$/.test(props.limitIops + '')
|
|
117
|
+
if (!validValue) {
|
|
118
|
+
return localization.value.inputContainsInvalidCharacters
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
if (+props.limitIops < minLimitIops || +props.limitIops > maxLimitIops) {
|
|
122
|
+
return localization.value.enterValueBetween
|
|
123
|
+
.replace('{0}', '' + minLimitIops)
|
|
124
|
+
.replace('{1}', '' + maxLimitIops)
|
|
125
|
+
}
|
|
126
|
+
return ''
|
|
127
|
+
})
|
|
128
|
+
watch(limitIopsErrorText, (val) => {
|
|
129
|
+
emits('valid', !!val)
|
|
130
|
+
})
|
|
131
|
+
|
|
132
|
+
const typeError = computed<string>(() => `disk_devices[${props.index}].io`)
|
|
133
|
+
|
|
134
|
+
const apiError = computed<string>(() => {
|
|
135
|
+
return (
|
|
136
|
+
props.errorValidationFields?.find(
|
|
137
|
+
(message) => message.field === typeError.value
|
|
138
|
+
)?.error_message || ''
|
|
139
|
+
)
|
|
140
|
+
})
|
|
141
|
+
|
|
142
|
+
const onRemoveValidationError = (): void => {
|
|
143
|
+
emits('remove-error-by-title', typeError.value)
|
|
144
|
+
}
|
|
145
|
+
</script>
|
|
146
|
+
|
|
147
|
+
<style scoped></style>
|
|
@@ -1,86 +1,86 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="">
|
|
3
|
-
<atoms-stack-block :has-children="false">
|
|
4
|
-
<template #stackBlockKey>
|
|
5
|
-
{{ localization.adapterType }}
|
|
6
|
-
</template>
|
|
7
|
-
<template #stackBlockContent>
|
|
8
|
-
<atoms-tooltip-error
|
|
9
|
-
:has-error="!!apiError"
|
|
10
|
-
:selector="`.vm-wizard-network-model-field-${props.index}`"
|
|
11
|
-
@remove="onRemoveValidationError"
|
|
12
|
-
>
|
|
13
|
-
<template #elem>
|
|
14
|
-
<div class="select">
|
|
15
|
-
<select
|
|
16
|
-
:id="`vm-wizard-network-model-field-${props.index}`"
|
|
17
|
-
v-model="adapterTypeLocal"
|
|
18
|
-
:class="`vm-wizard-network-model-field-${props.index}`"
|
|
19
|
-
:disabled="props.disabled"
|
|
20
|
-
>
|
|
21
|
-
<option
|
|
22
|
-
v-for="(item, key) in adapterTypeOptions"
|
|
23
|
-
:key="key"
|
|
24
|
-
:value="item.value"
|
|
25
|
-
:disabled="item.disabled"
|
|
26
|
-
>
|
|
27
|
-
{{ item.text }}
|
|
28
|
-
</option>
|
|
29
|
-
</select>
|
|
30
|
-
</div>
|
|
31
|
-
</template>
|
|
32
|
-
<template #content>{{ apiError }}</template>
|
|
33
|
-
</atoms-tooltip-error>
|
|
34
|
-
</template>
|
|
35
|
-
</atoms-stack-block>
|
|
36
|
-
</div>
|
|
37
|
-
</template>
|
|
38
|
-
|
|
39
|
-
<script setup lang="ts">
|
|
40
|
-
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
41
|
-
import { UI_I_Localization } from '~/models/interfaces'
|
|
42
|
-
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
43
|
-
import { adapterTypeOptionsConfig } from '~/components/common/vm/actions/add/customizeHardware/virtualHardware/newNetwork/adapterType/config/options'
|
|
44
|
-
|
|
45
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
|
-
|
|
47
|
-
const props = defineProps<{
|
|
48
|
-
adapterType: string
|
|
49
|
-
index: number
|
|
50
|
-
disabled: boolean
|
|
51
|
-
errorValidationFields: UI_I_ErrorValidationField<string>[]
|
|
52
|
-
}>()
|
|
53
|
-
const emits = defineEmits<{
|
|
54
|
-
(event: 'update:adapter-type', value: string): void
|
|
55
|
-
(event: 'remove-error-by-title', value: string): void
|
|
56
|
-
}>()
|
|
57
|
-
|
|
58
|
-
const adapterTypeOptions = ref<UI_I_OptionItem[]>(adapterTypeOptionsConfig)
|
|
59
|
-
|
|
60
|
-
const adapterTypeLocal = computed<string>({
|
|
61
|
-
get() {
|
|
62
|
-
return props.adapterType
|
|
63
|
-
},
|
|
64
|
-
set(newValue) {
|
|
65
|
-
emits('update:adapter-type', newValue)
|
|
66
|
-
},
|
|
67
|
-
})
|
|
68
|
-
|
|
69
|
-
const typeError = computed<string>(
|
|
70
|
-
() => `network_devices[${props.index}].model`
|
|
71
|
-
)
|
|
72
|
-
|
|
73
|
-
const apiError = computed<string>(() => {
|
|
74
|
-
return (
|
|
75
|
-
props.errorValidationFields?.find(
|
|
76
|
-
(message) => message.field === typeError.value
|
|
77
|
-
)?.error_message || ''
|
|
78
|
-
)
|
|
79
|
-
})
|
|
80
|
-
|
|
81
|
-
const onRemoveValidationError = (): void => {
|
|
82
|
-
emits('remove-error-by-title', typeError.value)
|
|
83
|
-
}
|
|
84
|
-
</script>
|
|
85
|
-
|
|
86
|
-
<style scoped></style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="">
|
|
3
|
+
<atoms-stack-block :has-children="false">
|
|
4
|
+
<template #stackBlockKey>
|
|
5
|
+
{{ localization.adapterType }}
|
|
6
|
+
</template>
|
|
7
|
+
<template #stackBlockContent>
|
|
8
|
+
<atoms-tooltip-error
|
|
9
|
+
:has-error="!!apiError"
|
|
10
|
+
:selector="`.vm-wizard-network-model-field-${props.index}`"
|
|
11
|
+
@remove="onRemoveValidationError"
|
|
12
|
+
>
|
|
13
|
+
<template #elem>
|
|
14
|
+
<div class="select">
|
|
15
|
+
<select
|
|
16
|
+
:id="`vm-wizard-network-model-field-${props.index}`"
|
|
17
|
+
v-model="adapterTypeLocal"
|
|
18
|
+
:class="`vm-wizard-network-model-field-${props.index}`"
|
|
19
|
+
:disabled="props.disabled"
|
|
20
|
+
>
|
|
21
|
+
<option
|
|
22
|
+
v-for="(item, key) in adapterTypeOptions"
|
|
23
|
+
:key="key"
|
|
24
|
+
:value="item.value"
|
|
25
|
+
:disabled="item.disabled"
|
|
26
|
+
>
|
|
27
|
+
{{ item.text }}
|
|
28
|
+
</option>
|
|
29
|
+
</select>
|
|
30
|
+
</div>
|
|
31
|
+
</template>
|
|
32
|
+
<template #content>{{ apiError }}</template>
|
|
33
|
+
</atoms-tooltip-error>
|
|
34
|
+
</template>
|
|
35
|
+
</atoms-stack-block>
|
|
36
|
+
</div>
|
|
37
|
+
</template>
|
|
38
|
+
|
|
39
|
+
<script setup lang="ts">
|
|
40
|
+
import { UI_I_ErrorValidationField } from '~/models/store/interfaces'
|
|
41
|
+
import { UI_I_Localization } from '~/models/interfaces'
|
|
42
|
+
import { UI_I_OptionItem } from '~/components/atoms/models/interfaces'
|
|
43
|
+
import { adapterTypeOptionsConfig } from '~/components/common/vm/actions/add/customizeHardware/virtualHardware/newNetwork/adapterType/config/options'
|
|
44
|
+
|
|
45
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
46
|
+
|
|
47
|
+
const props = defineProps<{
|
|
48
|
+
adapterType: string
|
|
49
|
+
index: number
|
|
50
|
+
disabled: boolean
|
|
51
|
+
errorValidationFields: UI_I_ErrorValidationField<string>[]
|
|
52
|
+
}>()
|
|
53
|
+
const emits = defineEmits<{
|
|
54
|
+
(event: 'update:adapter-type', value: string): void
|
|
55
|
+
(event: 'remove-error-by-title', value: string): void
|
|
56
|
+
}>()
|
|
57
|
+
|
|
58
|
+
const adapterTypeOptions = ref<UI_I_OptionItem[]>(adapterTypeOptionsConfig)
|
|
59
|
+
|
|
60
|
+
const adapterTypeLocal = computed<string>({
|
|
61
|
+
get() {
|
|
62
|
+
return props.adapterType
|
|
63
|
+
},
|
|
64
|
+
set(newValue) {
|
|
65
|
+
emits('update:adapter-type', newValue)
|
|
66
|
+
},
|
|
67
|
+
})
|
|
68
|
+
|
|
69
|
+
const typeError = computed<string>(
|
|
70
|
+
() => `network_devices[${props.index}].model`
|
|
71
|
+
)
|
|
72
|
+
|
|
73
|
+
const apiError = computed<string>(() => {
|
|
74
|
+
return (
|
|
75
|
+
props.errorValidationFields?.find(
|
|
76
|
+
(message) => message.field === typeError.value
|
|
77
|
+
)?.error_message || ''
|
|
78
|
+
)
|
|
79
|
+
})
|
|
80
|
+
|
|
81
|
+
const onRemoveValidationError = (): void => {
|
|
82
|
+
emits('remove-error-by-title', typeError.value)
|
|
83
|
+
}
|
|
84
|
+
</script>
|
|
85
|
+
|
|
86
|
+
<style scoped></style>
|