bfg-common 1.4.582 → 1.4.583
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/img/icons/icons-sprite-dark-1.svg +23 -53
- package/assets/img/icons/icons-sprite-dark-2.svg +1 -5
- package/assets/img/icons/icons-sprite-dark-4.svg +3 -7
- package/assets/img/icons/icons-sprite-dark-6.svg +92 -92
- package/assets/img/icons/icons-sprite-light-1.svg +23 -53
- package/assets/img/icons/icons-sprite-light-2.svg +1 -5
- package/assets/img/icons/icons-sprite-light-4.svg +3 -7
- package/assets/img/icons/icons-sprite-light-6.svg +92 -92
- package/assets/scss/common/icons/icons-6.scss +156 -156
- package/assets/scss/common/theme.scss +9 -1
- package/components/atoms/TheIcon3.vue +50 -50
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/stack/StackBlock.vue +185 -185
- package/components/atoms/table/dataGrid/DataGrid.vue +1633 -1633
- package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
- package/components/common/browse/BrowseNew.vue +237 -237
- package/components/common/browse/BrowseOld.vue +217 -217
- package/components/common/browse/blocks/contents/Files.vue +35 -35
- package/components/common/browse/blocks/contents/FilesOld.vue +70 -70
- package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +92 -92
- package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
- package/components/common/context/lib/models/interfaces.ts +30 -30
- package/components/common/context/recursion/Recursion.vue +86 -86
- package/components/common/context/recursion/RecursionNew.vue +199 -199
- package/components/common/context/recursion/RecursionOld.vue +213 -213
- package/components/common/diagramMain/Diagram.vue +95 -82
- package/components/common/diagramMain/DiagramMain.vue +22 -1
- package/components/common/diagramMain/adapter/AdapterItem.vue +2 -0
- package/components/common/diagramMain/adapter/Contents.vue +21 -3
- package/components/common/diagramMain/lib/config/positions.ts +1 -1
- package/components/common/diagramMain/lib/models/enums.ts +1 -1
- package/components/common/diagramMain/modals/viewSettings/info/InfoNew.vue +3 -2
- package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalNew.vue +6 -1
- package/components/common/diagramMain/network/Contents.vue +4 -1
- package/components/common/diagramMain/network/noNetwork/NoNetworkNew.vue +1 -1
- package/components/common/diagramMain/port/Port.vue +2 -0
- package/components/common/layout/theHeader/helpMenu/About.vue +85 -85
- package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +152 -152
- package/components/common/pages/home/headline/HeadlineNew.vue +48 -71
- package/components/common/pages/home/resource/ResourceNew.vue +58 -63
- package/components/common/pages/home/widgets/WidgetsNew.vue +74 -79
- package/components/common/pages/shortcuts/block/BlockNew.vue +71 -80
- package/components/common/spiceConsole/Drawer.vue +370 -370
- package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
- package/components/common/split/horizontal/HorizontalNew.vue +354 -354
- package/components/common/split/vertical/Vertical.vue +160 -223
- package/components/common/split/vertical/VerticalNew.vue +123 -0
- package/components/common/split/vertical/VerticalOld.vue +108 -0
- package/components/common/vm/actions/add/Add.vue +617 -617
- package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +264 -264
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +118 -118
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +55 -55
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/Table.vue +74 -74
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +27 -27
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
- package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
- package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
- package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
- package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +100 -100
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
- package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
- package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
- package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
- package/components/common/vm/actions/common/select/storage/new/New.vue +159 -159
- package/components/common/vm/actions/editSettings/EditSettings.vue +214 -214
- package/components/common/vm/actions/editSettings/EditSettingsOld.vue +182 -182
- package/components/common/vm/actions/editSettings/new/New.vue +176 -176
- package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
- package/composables/productNameLocal.ts +30 -30
- package/package.json +2 -2
- package/plugins/date.ts +233 -233
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/public/spice-console/network/spicechannel.js +383 -383
- package/store/main/mutations.ts +7 -7
- package/store/main/state.ts +7 -7
- package/store/tasks/mappers/recentTasks.ts +2 -2
|
@@ -1,79 +1,74 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="home-total-quantities">
|
|
3
|
-
<h1>
|
|
4
|
-
{{ localization.home.totalQuantities }}
|
|
5
|
-
</h1>
|
|
6
|
-
|
|
7
|
-
<div class="grid-container">
|
|
8
|
-
<common-pages-home-widgets-vms :vms="vms" :loading="props.loading" />
|
|
9
|
-
|
|
10
|
-
<common-pages-home-widgets-hosts
|
|
11
|
-
:hosts="hosts"
|
|
12
|
-
:loading="props.loading"
|
|
13
|
-
/>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
|
|
17
|
-
<div class="home-total-warnings">
|
|
18
|
-
<h1>
|
|
19
|
-
{{ localization.home.totalAlertsWarnings }}
|
|
20
|
-
</h1>
|
|
21
|
-
|
|
22
|
-
<div class="grid-container">
|
|
23
|
-
<common-pages-home-widgets-warnings
|
|
24
|
-
:alerts="alerts || []"
|
|
25
|
-
:loading="props.loading"
|
|
26
|
-
/>
|
|
27
|
-
|
|
28
|
-
<common-pages-home-widgets-services
|
|
29
|
-
:services="services || []"
|
|
30
|
-
:loading="props.loading"
|
|
31
|
-
/>
|
|
32
|
-
</div>
|
|
33
|
-
</div>
|
|
34
|
-
</template>
|
|
35
|
-
|
|
36
|
-
<script lang="ts" setup>
|
|
37
|
-
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
38
|
-
import type {
|
|
39
|
-
UI_I_Alert,
|
|
40
|
-
UI_I_Hosts,
|
|
41
|
-
UI_I_Vms,
|
|
42
|
-
UI_I_Service,
|
|
43
|
-
} from '~/components/common/pages/home/lib/models/interfaces'
|
|
44
|
-
|
|
45
|
-
const props = defineProps<{
|
|
46
|
-
vms: UI_I_Vms
|
|
47
|
-
hosts: UI_I_Hosts
|
|
48
|
-
alerts: UI_I_Alert[]
|
|
49
|
-
services: UI_I_Service[]
|
|
50
|
-
loading: boolean
|
|
51
|
-
}>()
|
|
52
|
-
|
|
53
|
-
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
54
|
-
</script>
|
|
55
|
-
|
|
56
|
-
<style lang="scss" scoped>
|
|
57
|
-
.home-total-warnings,
|
|
58
|
-
.home-total-quantities {
|
|
59
|
-
margin-top: 24px;
|
|
60
|
-
& > h1 {
|
|
61
|
-
font-size: 14px;
|
|
62
|
-
font-weight: 400;
|
|
63
|
-
line-height: 16.94px;
|
|
64
|
-
color: #9da6ad;
|
|
65
|
-
margin-bottom: 12px;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.grid-container {
|
|
70
|
-
display: grid;
|
|
71
|
-
grid-template-columns: repeat(2, 1fr);
|
|
72
|
-
grid-column-gap: 12px;
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
grid-template-columns: 1fr;
|
|
76
|
-
grid-row-gap: 12px;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="home-total-quantities">
|
|
3
|
+
<h1>
|
|
4
|
+
{{ localization.home.totalQuantities }}
|
|
5
|
+
</h1>
|
|
6
|
+
|
|
7
|
+
<div class="grid-container">
|
|
8
|
+
<common-pages-home-widgets-vms :vms="vms" :loading="props.loading" />
|
|
9
|
+
|
|
10
|
+
<common-pages-home-widgets-hosts
|
|
11
|
+
:hosts="hosts"
|
|
12
|
+
:loading="props.loading"
|
|
13
|
+
/>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
|
|
17
|
+
<div class="home-total-warnings">
|
|
18
|
+
<h1>
|
|
19
|
+
{{ localization.home.totalAlertsWarnings }}
|
|
20
|
+
</h1>
|
|
21
|
+
|
|
22
|
+
<div class="grid-container">
|
|
23
|
+
<common-pages-home-widgets-warnings
|
|
24
|
+
:alerts="alerts || []"
|
|
25
|
+
:loading="props.loading"
|
|
26
|
+
/>
|
|
27
|
+
|
|
28
|
+
<common-pages-home-widgets-services
|
|
29
|
+
:services="services || []"
|
|
30
|
+
:loading="props.loading"
|
|
31
|
+
/>
|
|
32
|
+
</div>
|
|
33
|
+
</div>
|
|
34
|
+
</template>
|
|
35
|
+
|
|
36
|
+
<script lang="ts" setup>
|
|
37
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
38
|
+
import type {
|
|
39
|
+
UI_I_Alert,
|
|
40
|
+
UI_I_Hosts,
|
|
41
|
+
UI_I_Vms,
|
|
42
|
+
UI_I_Service,
|
|
43
|
+
} from '~/components/common/pages/home/lib/models/interfaces'
|
|
44
|
+
|
|
45
|
+
const props = defineProps<{
|
|
46
|
+
vms: UI_I_Vms
|
|
47
|
+
hosts: UI_I_Hosts
|
|
48
|
+
alerts: UI_I_Alert[]
|
|
49
|
+
services: UI_I_Service[]
|
|
50
|
+
loading: boolean
|
|
51
|
+
}>()
|
|
52
|
+
|
|
53
|
+
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
54
|
+
</script>
|
|
55
|
+
|
|
56
|
+
<style lang="scss" scoped>
|
|
57
|
+
.home-total-warnings,
|
|
58
|
+
.home-total-quantities {
|
|
59
|
+
margin-top: 24px;
|
|
60
|
+
& > h1 {
|
|
61
|
+
font-size: 14px;
|
|
62
|
+
font-weight: 400;
|
|
63
|
+
line-height: 16.94px;
|
|
64
|
+
color: #9da6ad;
|
|
65
|
+
margin-bottom: 12px;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.grid-container {
|
|
70
|
+
display: grid;
|
|
71
|
+
grid-template-columns: repeat(2, 1fr);
|
|
72
|
+
grid-column-gap: 12px;
|
|
73
|
+
}
|
|
74
|
+
</style>
|
|
@@ -1,80 +1,71 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<ui-widget class="category-block-item">
|
|
3
|
-
<nuxt-link
|
|
4
|
-
class="unit"
|
|
5
|
-
:to="navigate"
|
|
6
|
-
:title="props.item.navigateTo"
|
|
7
|
-
:data-id="props.testId"
|
|
8
|
-
@click="emits('change-navigation')"
|
|
9
|
-
@contextmenu="emits('change-navigation')"
|
|
10
|
-
>
|
|
11
|
-
<span class="unit-icon">
|
|
12
|
-
<ui-icon :name="props.item.iconName" width="28" height="28"></ui-icon>
|
|
13
|
-
</span>
|
|
14
|
-
<div class="unit-text" :title="props.item.text">
|
|
15
|
-
{{ props.item.text }}
|
|
16
|
-
</div>
|
|
17
|
-
</nuxt-link>
|
|
18
|
-
</ui-widget>
|
|
19
|
-
</template>
|
|
20
|
-
<script setup lang="ts">
|
|
21
|
-
import type { UI_I_BlockItem } from '~/components/common/pages/shortcuts/lib/models/interfaces'
|
|
22
|
-
|
|
23
|
-
const props = defineProps<{
|
|
24
|
-
item: UI_I_BlockItem
|
|
25
|
-
testId?: string
|
|
26
|
-
}>()
|
|
27
|
-
const emits = defineEmits<{
|
|
28
|
-
(event: 'change-navigation'): void
|
|
29
|
-
}>()
|
|
30
|
-
|
|
31
|
-
const navigate = computed<string>(() => '/' + props.item.navigateTo)
|
|
32
|
-
</script>
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&-text {
|
|
75
|
-
color: var(--widget-text-hover);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<ui-widget class="category-block-item">
|
|
3
|
+
<nuxt-link
|
|
4
|
+
class="unit"
|
|
5
|
+
:to="navigate"
|
|
6
|
+
:title="props.item.navigateTo"
|
|
7
|
+
:data-id="props.testId"
|
|
8
|
+
@click="emits('change-navigation')"
|
|
9
|
+
@contextmenu="emits('change-navigation')"
|
|
10
|
+
>
|
|
11
|
+
<span class="unit-icon">
|
|
12
|
+
<ui-icon :name="props.item.iconName" width="28" height="28"></ui-icon>
|
|
13
|
+
</span>
|
|
14
|
+
<div class="unit-text" :title="props.item.text">
|
|
15
|
+
{{ props.item.text }}
|
|
16
|
+
</div>
|
|
17
|
+
</nuxt-link>
|
|
18
|
+
</ui-widget>
|
|
19
|
+
</template>
|
|
20
|
+
<script setup lang="ts">
|
|
21
|
+
import type { UI_I_BlockItem } from '~/components/common/pages/shortcuts/lib/models/interfaces'
|
|
22
|
+
|
|
23
|
+
const props = defineProps<{
|
|
24
|
+
item: UI_I_BlockItem
|
|
25
|
+
testId?: string
|
|
26
|
+
}>()
|
|
27
|
+
const emits = defineEmits<{
|
|
28
|
+
(event: 'change-navigation'): void
|
|
29
|
+
}>()
|
|
30
|
+
|
|
31
|
+
const navigate = computed<string>(() => '/' + props.item.navigateTo)
|
|
32
|
+
</script>
|
|
33
|
+
<style lang="scss" scoped>
|
|
34
|
+
@import 'assets/scss/common/mixins';
|
|
35
|
+
.category-block-item {
|
|
36
|
+
max-width: 176px;
|
|
37
|
+
min-height: 110px;
|
|
38
|
+
.unit {
|
|
39
|
+
@include flex($dir: column, $just: space-between);
|
|
40
|
+
width: 100%;
|
|
41
|
+
height: 100%;
|
|
42
|
+
text-decoration-line: none;
|
|
43
|
+
&-icon {
|
|
44
|
+
min-width: 28px;
|
|
45
|
+
min-height: 28px;
|
|
46
|
+
display: inline-block;
|
|
47
|
+
color: var(--close-icon);
|
|
48
|
+
}
|
|
49
|
+
&-text {
|
|
50
|
+
color: #9da6ad;
|
|
51
|
+
font-size: 14px;
|
|
52
|
+
font-weight: 500;
|
|
53
|
+
line-height: 16.94px;
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
&:hover {
|
|
58
|
+
background: #e9ebed33;
|
|
59
|
+
cursor: pointer;
|
|
60
|
+
.unit {
|
|
61
|
+
&-icon {
|
|
62
|
+
color: var(--widget-text-hover);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
&-text {
|
|
66
|
+
color: var(--widget-text-hover);
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
</style>
|