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.
Files changed (118) hide show
  1. package/assets/img/icons/icons-sprite-dark-1.svg +23 -53
  2. package/assets/img/icons/icons-sprite-dark-2.svg +1 -5
  3. package/assets/img/icons/icons-sprite-dark-4.svg +3 -7
  4. package/assets/img/icons/icons-sprite-dark-6.svg +92 -92
  5. package/assets/img/icons/icons-sprite-light-1.svg +23 -53
  6. package/assets/img/icons/icons-sprite-light-2.svg +1 -5
  7. package/assets/img/icons/icons-sprite-light-4.svg +3 -7
  8. package/assets/img/icons/icons-sprite-light-6.svg +92 -92
  9. package/assets/scss/common/icons/icons-6.scss +156 -156
  10. package/assets/scss/common/theme.scss +9 -1
  11. package/components/atoms/TheIcon3.vue +50 -50
  12. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  13. package/components/atoms/stack/StackBlock.vue +185 -185
  14. package/components/atoms/table/dataGrid/DataGrid.vue +1633 -1633
  15. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
  16. package/components/common/browse/BrowseNew.vue +237 -237
  17. package/components/common/browse/BrowseOld.vue +217 -217
  18. package/components/common/browse/blocks/contents/Files.vue +35 -35
  19. package/components/common/browse/blocks/contents/FilesOld.vue +70 -70
  20. package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +92 -92
  21. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  22. package/components/common/context/lib/models/interfaces.ts +30 -30
  23. package/components/common/context/recursion/Recursion.vue +86 -86
  24. package/components/common/context/recursion/RecursionNew.vue +199 -199
  25. package/components/common/context/recursion/RecursionOld.vue +213 -213
  26. package/components/common/diagramMain/Diagram.vue +95 -82
  27. package/components/common/diagramMain/DiagramMain.vue +22 -1
  28. package/components/common/diagramMain/adapter/AdapterItem.vue +2 -0
  29. package/components/common/diagramMain/adapter/Contents.vue +21 -3
  30. package/components/common/diagramMain/lib/config/positions.ts +1 -1
  31. package/components/common/diagramMain/lib/models/enums.ts +1 -1
  32. package/components/common/diagramMain/modals/viewSettings/info/InfoNew.vue +3 -2
  33. package/components/common/diagramMain/modals/viewSettings/viewSettingsModal/ViewSettingsModalNew.vue +6 -1
  34. package/components/common/diagramMain/network/Contents.vue +4 -1
  35. package/components/common/diagramMain/network/noNetwork/NoNetworkNew.vue +1 -1
  36. package/components/common/diagramMain/port/Port.vue +2 -0
  37. package/components/common/layout/theHeader/helpMenu/About.vue +85 -85
  38. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
  39. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +152 -152
  40. package/components/common/pages/home/headline/HeadlineNew.vue +48 -71
  41. package/components/common/pages/home/resource/ResourceNew.vue +58 -63
  42. package/components/common/pages/home/widgets/WidgetsNew.vue +74 -79
  43. package/components/common/pages/shortcuts/block/BlockNew.vue +71 -80
  44. package/components/common/spiceConsole/Drawer.vue +370 -370
  45. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  46. package/components/common/split/horizontal/HorizontalNew.vue +354 -354
  47. package/components/common/split/vertical/Vertical.vue +160 -223
  48. package/components/common/split/vertical/VerticalNew.vue +123 -0
  49. package/components/common/split/vertical/VerticalOld.vue +108 -0
  50. package/components/common/vm/actions/add/Add.vue +617 -617
  51. package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
  52. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
  53. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +264 -264
  54. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
  55. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +118 -118
  56. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
  57. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
  58. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
  59. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -55
  60. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
  61. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +55 -55
  62. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
  63. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
  64. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
  65. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
  66. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/Table.vue +74 -74
  67. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
  68. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
  69. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
  70. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
  71. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
  72. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
  73. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
  74. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
  75. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
  76. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
  77. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
  78. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
  79. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
  80. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
  81. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
  82. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +27 -27
  83. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
  84. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
  85. package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
  86. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
  87. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
  88. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
  89. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
  90. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
  91. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
  92. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
  93. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
  94. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
  95. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
  96. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
  97. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
  98. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
  99. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
  100. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +100 -100
  101. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
  102. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
  103. package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
  104. package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
  105. package/components/common/vm/actions/common/select/storage/new/New.vue +159 -159
  106. package/components/common/vm/actions/editSettings/EditSettings.vue +214 -214
  107. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +182 -182
  108. package/components/common/vm/actions/editSettings/new/New.vue +176 -176
  109. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  110. package/composables/productNameLocal.ts +30 -30
  111. package/package.json +2 -2
  112. package/plugins/date.ts +233 -233
  113. package/plugins/recursion.ts +311 -311
  114. package/public/spice-console/lib/images/bitmap.js +203 -203
  115. package/public/spice-console/network/spicechannel.js +383 -383
  116. package/store/main/mutations.ts +7 -7
  117. package/store/main/state.ts +7 -7
  118. 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
- @media (max-width: 1024px) {
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
- <style>
35
- :root {
36
- --shortcut-item-hover-bg: #e9ebed33;
37
- }
38
- :root.dark-theme {
39
- --shortcut-item-hover-bg: #e9ebed08;
40
- }
41
- </style>
42
- <style lang="scss" scoped>
43
- @import 'assets/scss/common/mixins';
44
- .category-block-item {
45
- max-width: 176px;
46
- min-height: 110px;
47
- .unit {
48
- @include flex($dir: column, $just: space-between);
49
- width: 100%;
50
- height: 100%;
51
- text-decoration-line: none;
52
- &-icon {
53
- min-width: 28px;
54
- min-height: 28px;
55
- display: inline-block;
56
- color: var(--close-icon);
57
- }
58
- &-text {
59
- color: #9da6ad;
60
- font-size: 14px;
61
- font-weight: 500;
62
- line-height: 16.94px;
63
- }
64
- }
65
-
66
- &:hover {
67
- background: var(--shortcut-item-hover-bg);
68
- cursor: pointer;
69
- .unit {
70
- &-icon {
71
- color: var(--widget-text-hover);
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>