bfg-common 1.4.647 → 1.4.648

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 (99) hide show
  1. package/components/atoms/TheIcon3.vue +50 -50
  2. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  3. package/components/atoms/stack/StackBlock.vue +185 -185
  4. package/components/atoms/table/dataGrid/DataGrid.vue +1633 -1633
  5. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
  6. package/components/common/browse/BrowseNew.vue +237 -237
  7. package/components/common/browse/BrowseOld.vue +217 -217
  8. package/components/common/browse/blocks/contents/Files.vue +37 -37
  9. package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
  10. package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +96 -96
  11. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  12. package/components/common/context/lib/models/interfaces.ts +30 -30
  13. package/components/common/context/recursion/Recursion.vue +86 -86
  14. package/components/common/context/recursion/RecursionNew.vue +199 -199
  15. package/components/common/context/recursion/RecursionOld.vue +213 -213
  16. package/components/common/layout/theHeader/helpMenu/About.vue +85 -85
  17. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +105 -105
  18. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +152 -152
  19. package/components/common/modals/confirmByInput/ConfirmByInput.vue +206 -206
  20. package/components/common/modals/unsavedChanges/UnsavedChanges.vue +56 -56
  21. package/components/common/monitor/overview/filters/lib/config/filterOptions.ts +103 -82
  22. package/components/common/monitor/overview/filters/lib/models/interfaces.ts +10 -9
  23. package/components/common/monitor/overview/filters/lib/models/types.ts +15 -13
  24. package/components/common/spiceConsole/Drawer.vue +370 -370
  25. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  26. package/components/common/split/vertical/Vertical.vue +160 -160
  27. package/components/common/vm/actions/add/Add.vue +617 -617
  28. package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
  29. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
  30. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +269 -269
  31. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
  32. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +118 -118
  33. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
  34. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
  35. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
  36. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -55
  37. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +338 -338
  38. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
  39. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
  40. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +55 -55
  41. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
  42. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +281 -281
  43. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
  44. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
  45. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
  46. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
  47. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
  48. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
  49. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
  50. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
  51. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
  52. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
  53. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
  54. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
  55. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
  56. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
  57. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
  58. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
  59. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
  60. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
  61. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +30 -30
  62. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
  63. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
  64. package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
  65. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
  66. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
  67. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
  68. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
  69. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
  70. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
  71. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
  72. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
  73. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
  74. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
  75. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
  76. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
  77. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
  78. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
  79. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +103 -103
  80. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +102 -102
  81. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
  82. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +28 -28
  83. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
  84. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
  85. package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
  86. package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
  87. package/components/common/vm/actions/editSettings/EditSettings.vue +232 -232
  88. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +183 -183
  89. package/components/common/vm/actions/editSettings/new/New.vue +177 -177
  90. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  91. package/composables/productNameLocal.ts +30 -30
  92. package/package.json +1 -1
  93. package/plugins/date.ts +233 -233
  94. package/plugins/recursion.ts +311 -311
  95. package/public/spice-console/lib/images/bitmap.js +203 -203
  96. package/public/spice-console/network/spicechannel.js +383 -383
  97. package/store/main/mutations.ts +7 -7
  98. package/store/main/state.ts +7 -7
  99. package/store/tasks/mappers/recentTasks.ts +64 -64
@@ -1,82 +1,103 @@
1
- import type { UI_I_Localization } from '~/lib/models/interfaces'
2
- import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
3
- import type { UI_I_OverviewViewOptionData } from '~/components/common/monitor/overview/filters/lib/models/interfaces'
4
- import type { UI_T_OverviewViewType } from '~/components/common/monitor/overview/filters/lib/models/types'
5
- import type { UI_T_Project } from '~/lib/models/types'
6
-
7
- export const periodFunc = (
8
- localization: UI_I_Localization
9
- ): UI_I_OptionItem[] => [
10
- {
11
- text: localization.inventoryMonitor.realTime,
12
- value: 'real_time',
13
- },
14
- {
15
- text: localization.inventoryMonitor.lastDay,
16
- value: 'last_day',
17
- },
18
- {
19
- text: localization.inventoryMonitor.lastWeek,
20
- value: 'last_week',
21
- },
22
- {
23
- text: localization.inventoryMonitor.lastMonth,
24
- value: 'last_month',
25
- },
26
- // {
27
- // text: localization.inventoryMonitor.lastYear,
28
- // value: 'last_year',
29
- // },
30
- {
31
- text: localization.inventoryMonitor.customInterval,
32
- value: 'custom_interval',
33
- },
34
- ]
35
-
36
- export const viewFunc = (
37
- localization: UI_I_Localization,
38
- viewType: UI_T_OverviewViewType,
39
- project: UI_T_Project
40
- ): UI_I_OptionItem[] => {
41
- const host = [
42
- { text: localization.inventoryMonitor.overview, value: 'overview' },
43
- { text: localization.common.memory, value: 'memory' },
44
- { text: localization.common.network, value: 'network' },
45
- { text: localization.common.disks, value: 'disks' },
46
- // { text: localization.common.virtual_machines, value: 'virtual_machines' },
47
- ]
48
- if (project === 'procurator')
49
- host.push({
50
- text: localization.inventoryMonitor.spaceUtilization,
51
- value: 'spaceUtilization',
52
- })
53
-
54
- const viewData: UI_I_OverviewViewOptionData = {
55
- zone: [{ text: localization.inventoryMonitor.overview, value: 'overview' }],
56
- datacenter: [
57
- {
58
- text: localization.common.clusters,
59
- value: 'clusters',
60
- },
61
- // {
62
- // text: localization.inventoryMonitor.spaceUtilization,
63
- // value: 'spaceUtilization',
64
- // },
65
- // {
66
- // text: localization.common.datastores,
67
- // value: 'datastores',
68
- // },
69
- ],
70
- host,
71
- vm: [
72
- { text: localization.inventoryMonitor.overview, value: 'overview' },
73
- // { text: localization.common.space, value: 'space' },
74
- // { text: localization.inventoryMonitor.spaceUtilization, value: 'space_utilization' },
75
- { text: localization.common.network, value: 'network' },
76
- { text: localization.common.disks, value: 'disks' },
77
- ],
78
- cluster: [{ text: localization.inventoryMonitor.overview, value: 'overview' }],
79
- }
80
-
81
- return viewData[viewType]
82
- }
1
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
2
+ import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
3
+ import type { UI_I_OverviewViewOptionData } from '~/components/common/monitor/overview/filters/lib/models/interfaces'
4
+ import type { UI_T_OverviewViewType } from '~/components/common/monitor/overview/filters/lib/models/types'
5
+ import type { UI_T_Project } from '~/lib/models/types'
6
+
7
+ export const periodFunc = (
8
+ localization: UI_I_Localization
9
+ ): UI_I_OptionItem[] => [
10
+ {
11
+ text: localization.inventoryMonitor.realTime,
12
+ value: 'real_time',
13
+ },
14
+ {
15
+ text: localization.inventoryMonitor.lastDay,
16
+ value: 'last_day',
17
+ },
18
+ {
19
+ text: localization.inventoryMonitor.lastWeek,
20
+ value: 'last_week',
21
+ },
22
+ {
23
+ text: localization.inventoryMonitor.lastMonth,
24
+ value: 'last_month',
25
+ },
26
+ // {
27
+ // text: localization.inventoryMonitor.lastYear,
28
+ // value: 'last_year',
29
+ // },
30
+ {
31
+ text: localization.inventoryMonitor.customInterval,
32
+ value: 'custom_interval',
33
+ },
34
+ ]
35
+
36
+ export const viewFunc = (
37
+ localization: UI_I_Localization,
38
+ viewType: UI_T_OverviewViewType,
39
+ project: UI_T_Project
40
+ ): UI_I_OptionItem[] => {
41
+ const host = [
42
+ { text: localization.inventoryMonitor.overview, value: 'overview' },
43
+ { text: localization.common.memory, value: 'memory' },
44
+ { text: localization.common.network, value: 'network' },
45
+ { text: localization.common.disks, value: 'disks' },
46
+ // { text: localization.common.virtual_machines, value: 'virtual_machines' },
47
+ ]
48
+ if (project === 'procurator')
49
+ host.push({
50
+ text: localization.inventoryMonitor.spaceUtilization,
51
+ value: 'spaceUtilization',
52
+ })
53
+
54
+ const viewData: UI_I_OverviewViewOptionData = {
55
+ zone: [{ text: localization.inventoryMonitor.overview, value: 'overview' }],
56
+ datacenter: [
57
+ {
58
+ text: localization.common.clusters,
59
+ value: 'clusters',
60
+ },
61
+ // {
62
+ // text: localization.inventoryMonitor.spaceUtilization,
63
+ // value: 'spaceUtilization',
64
+ // },
65
+ // {
66
+ // text: localization.common.datastores,
67
+ // value: 'datastores',
68
+ // },
69
+ ],
70
+ host,
71
+ vm: [
72
+ { text: localization.inventoryMonitor.overview, value: 'overview' },
73
+ // { text: localization.common.space, value: 'space' },
74
+ // { text: localization.inventoryMonitor.spaceUtilization, value: 'space_utilization' },
75
+ { text: localization.common.network, value: 'network' },
76
+ { text: localization.common.disks, value: 'disks' },
77
+ ],
78
+ cluster: [
79
+ { text: localization.inventoryMonitor.overview, value: 'overview' },
80
+ ],
81
+ datastore: [
82
+ { text: localization.inventoryMonitor.overview, value: 'overview' },
83
+ {
84
+ text: localization.inventoryMonitor.spaceUtilization,
85
+ value: 'space_utilization',
86
+ },
87
+ {
88
+ text: localization.common.storageIo,
89
+ value: 'storage_io',
90
+ },
91
+ {
92
+ text: localization.common.hosts,
93
+ value: 'hosts',
94
+ },
95
+ {
96
+ text: localization.common.vms_amount,
97
+ value: 'vms_amount',
98
+ },
99
+ ],
100
+ }
101
+
102
+ return viewData[viewType]
103
+ }
@@ -1,9 +1,10 @@
1
- import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
2
-
3
- export interface UI_I_OverviewViewOptionData {
4
- zone: UI_I_OptionItem[]
5
- datacenter: UI_I_OptionItem[]
6
- host: UI_I_OptionItem[]
7
- vm: UI_I_OptionItem[]
8
- cluster: UI_I_OptionItem[]
9
- }
1
+ import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
2
+
3
+ export interface UI_I_OverviewViewOptionData {
4
+ zone: UI_I_OptionItem[]
5
+ datacenter: UI_I_OptionItem[]
6
+ host: UI_I_OptionItem[]
7
+ vm: UI_I_OptionItem[]
8
+ cluster: UI_I_OptionItem[]
9
+ datastore: UI_I_OptionItem[]
10
+ }
@@ -1,13 +1,15 @@
1
- export type UI_T_OverviewViewType =
2
- | 'zone'
3
- | 'host'
4
- | 'vm'
5
- | 'datacenter'
6
- | 'cluster'
7
-
8
- export type UI_T_OverviewRequestType =
9
- | 'cluster'
10
- | 'zone'
11
- | 'hosts'
12
- | 'vms'
13
- | 'datacenters'
1
+ export type UI_T_OverviewViewType =
2
+ | 'zone'
3
+ | 'host'
4
+ | 'vm'
5
+ | 'datacenter'
6
+ | 'cluster'
7
+ | 'datastore'
8
+
9
+ export type UI_T_OverviewRequestType =
10
+ | 'cluster'
11
+ | 'zone'
12
+ | 'hosts'
13
+ | 'vms'
14
+ | 'datacenters'
15
+ | 'datastore'