bfg-common 1.4.59 → 1.4.61
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/assets/localization/local_be.json +215 -215
- package/assets/localization/local_en.json +215 -215
- package/assets/localization/local_hy.json +215 -215
- package/assets/localization/local_kk.json +215 -215
- package/assets/localization/local_ru.json +215 -215
- package/assets/localization/local_zh.json +215 -215
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/common/browse/blocks/Title.vue +91 -91
- package/components/common/browse/blocks/info/Date.vue +21 -21
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +198 -198
- package/components/common/context/recursion/RecursionOld.vue +212 -212
- package/components/common/monitor/advanced/Advanced.vue +3 -4
- package/components/common/monitor/advanced/GraphView.vue +1 -1
- package/components/common/monitor/advanced/table/Table.vue +1 -3
- package/components/common/monitor/advanced/tools/Tools.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +2 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +8 -9
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/saveOptionsModal/SaveOptionsModal.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/lib/config/utils.ts +278 -222
- 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 +12 -14
- 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/lib/config/advancedToolbar.ts +16 -16
- package/components/common/monitor/overview/Overview.vue +1 -1
- package/components/common/monitor/overview/filters/Filters.vue +2 -2
- package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +5 -5
- package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +14 -13
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +2 -2
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +2 -2
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/Actions.vue +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/SaveOptionsModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/actions/lib/utils/optionsActions.ts +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/table/Table.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/Form.vue +5 -5
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +12 -12
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/metrics/Metrics.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/tools/lib/config/toolbar.ts +6 -6
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- package/components/common/vm/actions/add/Add.vue +603 -598
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +2 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/lib/config/options.ts +20 -20
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +403 -403
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CpuHotPlug.vue +61 -57
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Hv.vue +99 -99
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/streamingMode/StreamingMode.vue +85 -85
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -0
- package/components/common/vm/actions/common/lib/models/interfaces.ts +148 -139
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +46 -0
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +35 -32
- package/components/common/vm/actions/common/select/os/os.vue +233 -227
- package/components/common/wizards/datastore/add/Add.vue +437 -437
- package/composables/productNameLocal.ts +30 -30
- package/package.json +1 -1
- package/plugins/binary.ts +4 -0
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/store/tasks/mappers/recentTasks.ts +45 -45
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
71
71
|
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
72
72
|
import type { UI_I_ErrorValidationField } from '~/lib/models/store/interfaces'
|
|
73
|
-
import {
|
|
73
|
+
import { capabilities } from '~/components/common/vm/actions/common/lib/config/capabilities'
|
|
74
74
|
|
|
75
75
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
76
76
|
|
|
@@ -92,7 +92,7 @@ const emits = defineEmits<{
|
|
|
92
92
|
const helpId = ref<string>(`bus-field-help-icon${useUniqueId()}`)
|
|
93
93
|
|
|
94
94
|
const busOptions = ref<UI_I_OptionItem[]>(
|
|
95
|
-
|
|
95
|
+
capabilities.bus
|
|
96
96
|
)
|
|
97
97
|
|
|
98
98
|
const busLocal = computed<string>({
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
-
import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
|
-
|
|
4
|
-
export const busOptionsFunc = (
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
): UI_I_OptionItem[] => {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
1
|
+
// import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
2
|
+
// import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
|
|
3
|
+
//
|
|
4
|
+
// export const busOptionsFunc = (
|
|
5
|
+
// localization: UI_I_Localization,
|
|
6
|
+
// shortOptions?: boolean
|
|
7
|
+
// ): UI_I_OptionItem[] => {
|
|
8
|
+
// if (shortOptions) {
|
|
9
|
+
// return [
|
|
10
|
+
// { text: localization.common.ide, value: 'ide' },
|
|
11
|
+
// { text: localization.common.sata, value: 'sata' },
|
|
12
|
+
// ]
|
|
13
|
+
// }
|
|
14
|
+
// return [
|
|
15
|
+
// { text: localization.common.ide, value: 'ide' },
|
|
16
|
+
// { text: localization.common.scsi, value: 'scsi' },
|
|
17
|
+
// { text: localization.common.sata, value: 'sata' },
|
|
18
|
+
// { text: localization.common.virtio, value: 'virtio' },
|
|
19
|
+
// ]
|
|
20
|
+
// }
|