bfg-common 1.4.87 → 1.4.89
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 +4 -0
- package/assets/localization/local_en.json +4 -0
- package/assets/localization/local_hy.json +4 -0
- package/assets/localization/local_kk.json +4 -0
- package/assets/localization/local_ru.json +4 -0
- package/assets/localization/local_zh.json +4 -0
- package/components/atoms/modal/bySteps/BySteps.vue +253 -253
- package/components/atoms/stack/StackBlock.vue +184 -184
- 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/layout/theHeader/TheHeaderNew.vue +81 -36
- package/components/common/layout/theHeader/ThemeSwitch.vue +36 -9
- package/components/common/layout/theHeader/helpMenu/helpMenuNew/HelpMenuNew.vue +35 -16
- package/components/common/layout/theHeader/userMenu/userMenuNew/UserMenuNew.vue +32 -13
- package/components/common/split/horizontal/HorizontalNew.vue +321 -321
- package/components/common/vm/actions/add/Add.vue +609 -609
- package/components/common/vm/actions/clone/Clone.vue +522 -522
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/Bus.vue +151 -160
- 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/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/models/interfaces.ts +148 -148
- package/components/common/vm/actions/common/lib/utils/capabilities.ts +41 -41
- package/components/common/vm/actions/common/select/lib/models/interfaces.ts +33 -33
- package/components/common/vm/actions/common/select/os/os.vue +227 -227
- package/components/common/vm/actions/editSettings/EditSettings.vue +327 -327
- package/composables/productNameLocal.ts +30 -30
- package/package.json +1 -1
- package/plugins/recursion.ts +311 -311
- package/public/spice-console/lib/images/bitmap.js +203 -203
- package/store/tasks/mappers/recentTasks.ts +45 -45
|
@@ -1,22 +1,41 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="help-menu-content">
|
|
3
|
-
<
|
|
4
|
-
id="help-menu-dropdown-toggle"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
<ui-tooltip
|
|
4
|
+
id="tooltip-help-menu-dropdown-toggle"
|
|
5
|
+
test-id="tooltip-help-menu-dropdown-toggle"
|
|
6
|
+
size="sm"
|
|
7
|
+
position="bottom"
|
|
8
|
+
position-by-tooltip="left"
|
|
9
|
+
menu
|
|
8
10
|
>
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
<template #target>
|
|
12
|
+
<div
|
|
13
|
+
id="tooltip-help-menu-dropdown-toggle"
|
|
14
|
+
class="popped tooltip inline-block"
|
|
15
|
+
>
|
|
16
|
+
<button
|
|
17
|
+
id="help-menu-dropdown-toggle"
|
|
18
|
+
data-id="help-menu-dropdown-toggle"
|
|
19
|
+
class="help-menu-dropdown-toggle"
|
|
20
|
+
@click="isShowDropdown = !isShowDropdown"
|
|
21
|
+
>
|
|
22
|
+
<span class="help-icon-container">
|
|
23
|
+
<ui-icon-main-navigation-panel
|
|
24
|
+
name="icon-help"
|
|
25
|
+
width="24"
|
|
26
|
+
height="24"
|
|
27
|
+
/>
|
|
28
|
+
</span>
|
|
29
|
+
<span class="arrow-icon-container">
|
|
30
|
+
<ui-icon name="arrow2" width="16" height="8" />
|
|
31
|
+
</span>
|
|
32
|
+
</button>
|
|
33
|
+
</div>
|
|
34
|
+
</template>
|
|
35
|
+
<template #content>
|
|
36
|
+
{{ localization.mainNavigation.help }}
|
|
37
|
+
</template>
|
|
38
|
+
</ui-tooltip>
|
|
20
39
|
</div>
|
|
21
40
|
<ui-dropdown
|
|
22
41
|
test-id="help-menu-dropdown"
|
|
@@ -1,19 +1,38 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="user-menu-content">
|
|
3
|
-
<
|
|
4
|
-
id="user-menu-dropdown-toggle"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
<ui-tooltip
|
|
4
|
+
id="tooltip-user-menu-dropdown-toggle"
|
|
5
|
+
test-id="tooltip-user-menu-dropdown-toggle"
|
|
6
|
+
size="sm"
|
|
7
|
+
position="bottom"
|
|
8
|
+
position-by-tooltip="left"
|
|
9
|
+
menu
|
|
8
10
|
>
|
|
9
|
-
<
|
|
10
|
-
<
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
11
|
+
<template #target>
|
|
12
|
+
<div
|
|
13
|
+
id="tooltip-user-menu-dropdown-toggle"
|
|
14
|
+
class="popped tooltip inline-block"
|
|
15
|
+
>
|
|
16
|
+
<button
|
|
17
|
+
id="user-menu-dropdown-toggle"
|
|
18
|
+
data-id="user-menu-dropdown-toggle"
|
|
19
|
+
class="user-menu-dropdown-toggle"
|
|
20
|
+
@click="isShowDropdown = !isShowDropdown"
|
|
21
|
+
>
|
|
22
|
+
<span class="user-icon-container">
|
|
23
|
+
<ui-icon-icon3 name="user-icon" width="24" height="24" />
|
|
24
|
+
</span>
|
|
25
|
+
<span class="title">{{ props.hostname }}</span>
|
|
26
|
+
<span class="arrow-icon-container">
|
|
27
|
+
<ui-icon name="arrow2" width="16" height="8" />
|
|
28
|
+
</span>
|
|
29
|
+
</button>
|
|
30
|
+
</div>
|
|
31
|
+
</template>
|
|
32
|
+
<template #content>
|
|
33
|
+
{{ localization.mainNavigation.myAccount }}
|
|
34
|
+
</template>
|
|
35
|
+
</ui-tooltip>
|
|
17
36
|
</div>
|
|
18
37
|
<ui-dropdown
|
|
19
38
|
test-id="user-menu-dropdown"
|