bfg-common 1.2.108 → 1.2.110

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 (89) hide show
  1. package/assets/localization/local_be.json +5 -1
  2. package/assets/localization/local_en.json +5 -1
  3. package/assets/localization/local_hy.json +5 -1
  4. package/assets/localization/local_kk.json +5 -1
  5. package/assets/localization/local_ru.json +5 -1
  6. package/assets/localization/local_zh.json +5 -1
  7. package/components/atoms/modal/Modal.vue +6 -0
  8. package/components/atoms/modal/bySteps/BySteps.vue +1 -1
  9. package/components/atoms/modal/byStepsSecond/ByStepsSecond.vue +2 -2
  10. package/components/atoms/step/VerticalStep.vue +1 -1
  11. package/components/atoms/switch/Switch.vue +107 -107
  12. package/components/atoms/tabs/VerticalTabs.vue +6 -0
  13. package/components/common/BadBrowser.vue +114 -114
  14. package/components/common/adapterManager/AddAdapterWarningModal.vue +82 -82
  15. package/components/common/adapterManager/NoActiveAdaptersModal.vue +62 -62
  16. package/components/common/adapterManager/NoConnectedActiveAdaptersModal.vue +62 -62
  17. package/components/common/browse/blocks/Title.vue +66 -66
  18. package/components/common/diagramMain/DiagramMain.vue +3 -0
  19. package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +183 -72
  20. package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +1 -1
  21. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +339 -339
  22. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +202 -202
  23. package/components/common/diagramMain/modals/remove/RemoveModal.vue +226 -226
  24. package/components/common/feedback/Feedback.vue +261 -261
  25. package/components/common/feedback/VisitPortal.vue +53 -53
  26. package/components/common/help/navbar/left/utils/constructAccordion.ts +27 -27
  27. package/components/common/monitor/advanced/tools/Tools.vue +428 -428
  28. package/components/common/recursionTree/RecursionTree.vue +201 -201
  29. package/components/common/vm/actions/clone/Clone.vue +545 -545
  30. package/components/common/vm/actions/clone/select/options/Options.vue +65 -65
  31. package/components/common/vm/actions/clone/utils.ts +43 -43
  32. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/CoresPerSocket.vue +109 -109
  33. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +383 -383
  34. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +234 -234
  35. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/config/options.ts +28 -28
  36. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/Memory.vue +316 -316
  37. package/components/common/vm/actions/common/customizeHardware/virtualHardware/memory/config/memoryOptions.ts +35 -35
  38. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +446 -446
  39. package/components/common/vm/actions/common/customizeHardware/virtualHardware/reservation/Reservation.vue +235 -235
  40. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCard.vue +177 -177
  41. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +197 -197
  42. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptions.vue +181 -181
  43. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/CopyPaste.vue +51 -51
  44. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/RemoteConsoleOptions.vue +253 -253
  45. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +55 -55
  46. package/components/common/vm/actions/common/select/storage/Storage.vue +194 -194
  47. package/components/common/vm/actions/common/select/storage/config/config.ts +154 -154
  48. package/components/common/wizards/datastore/add/config/stepItems.ts +3 -3
  49. package/components/common/wizards/datastore/add/nfs/kerberosAuthentication/KerberosAuthentication.vue +54 -54
  50. package/components/common/wizards/vm/common/Tooltip.vue +74 -0
  51. package/components/common/wizards/vm/common/readyComplete/ReadyComplete.vue +15 -0
  52. package/components/common/wizards/vm/migrate/Migrate.vue +204 -0
  53. package/components/common/wizards/vm/migrate/config/constructDataReady.ts +82 -0
  54. package/components/common/wizards/vm/migrate/contentHeading/ContentHeading.vue +31 -0
  55. package/components/common/wizards/vm/migrate/models/enums.ts +6 -0
  56. package/components/common/wizards/vm/migrate/models/interfaces.ts +13 -0
  57. package/components/common/wizards/vm/migrate/models/types.ts +5 -0
  58. package/components/common/wizards/vm/migrate/select/storage/Storage.vue +136 -0
  59. package/components/common/wizards/vm/migrate/select/storage/config/tabsPannel.ts +18 -0
  60. package/components/common/wizards/vm/migrate/select/storage/configure/batch/Batch.vue +61 -0
  61. package/components/common/wizards/vm/migrate/select/storage/configure/disk/Disk.vue +73 -0
  62. package/components/common/wizards/vm/migrate/select/storage/diskFormat/DiskFormat.vue +68 -0
  63. package/components/common/wizards/vm/migrate/select/storage/diskFormat/config/formatOptions.ts +22 -0
  64. package/components/common/wizards/vm/migrate/select/storage/models/interfaces.ts +14 -0
  65. package/components/common/wizards/vm/migrate/select/storage/models/types.ts +3 -0
  66. package/components/common/wizards/vm/migrate/select/storage/policy/Policy.vue +83 -0
  67. package/components/common/wizards/vm/migrate/select/storage/selectedPerDisk/SelectedPerDisk.vue +84 -0
  68. package/components/common/wizards/vm/migrate/select/storage/table/datastore/Datastore.vue +105 -0
  69. package/components/common/wizards/vm/migrate/select/storage/table/datastore/config/config.ts +154 -0
  70. package/components/common/wizards/vm/migrate/select/storage/table/datastore/models/types.ts +15 -0
  71. package/components/common/wizards/vm/migrate/select/storage/table/disk/Disk.vue +73 -0
  72. package/components/common/wizards/vm/migrate/select/storage/table/disk/config/config.ts +102 -0
  73. package/components/common/wizards/vm/migrate/select/storage/table/disk/models/interfaces.ts +9 -0
  74. package/components/common/wizards/vm/migrate/select/storage/table/disk/models/types.ts +9 -0
  75. package/components/common/wizards/vm/migrate/select/type/Type.vue +38 -0
  76. package/components/common/wizards/vm/migrate/select/type/config/typeOptions.ts +41 -0
  77. package/components/common/wizards/vm/migrate/select/type/models/interfaces.ts +5 -0
  78. package/components/common/wizards/vm/migrate/utils.ts +125 -0
  79. package/composables/useLocal.ts +38 -38
  80. package/minify.js +146 -146
  81. package/models/store/interfaces.ts +37 -37
  82. package/models/store/storage/interfaces.ts +32 -32
  83. package/models/store/types.ts +32 -32
  84. package/modules/fixContentBuild/utils/methods.ts +114 -114
  85. package/package.json +1 -1
  86. package/public/spice-console/application/codec.js +257 -257
  87. package/public/spice-console/lib/rasterEngine.js +907 -907
  88. package/public/spice-console/network/spicechannel.js +369 -369
  89. package/utils/contentBuild.ts +34 -34
@@ -1,34 +1,34 @@
1
- const fs = require('fs')
2
- const path = require('path')
3
- import type{ NuxtPage } from '@nuxt/schema'
4
-
5
- export const getMaxDepth = (dirPath: string, currentDepth = 0) => {
6
- let maxDepth = currentDepth
7
-
8
- const contents = fs.readdirSync(dirPath)
9
- for (const item of contents) {
10
- const itemPath = path.join(dirPath, item)
11
- if (fs.statSync(itemPath).isDirectory()) {
12
- const depth = getMaxDepth(itemPath, currentDepth + 1)
13
- maxDepth = Math.max(maxDepth, depth)
14
- }
15
- }
16
-
17
- return maxDepth
18
- }
19
-
20
- export const addContentPageRecursion = (
21
- pages?: NuxtPage[],
22
- length?: number
23
- ): void => {
24
- if (!pages || !length) return
25
-
26
- pages.push({
27
- name: `help-slug-${length}`,
28
- path: `:slug${length}()`,
29
- file: '~/pages/help/[slug].vue',
30
- children: [],
31
- })
32
-
33
- addContentPageRecursion(pages[0].children, length - 1)
34
- }
1
+ const fs = require('fs')
2
+ const path = require('path')
3
+ import type{ NuxtPage } from '@nuxt/schema'
4
+
5
+ export const getMaxDepth = (dirPath: string, currentDepth = 0) => {
6
+ let maxDepth = currentDepth
7
+
8
+ const contents = fs.readdirSync(dirPath)
9
+ for (const item of contents) {
10
+ const itemPath = path.join(dirPath, item)
11
+ if (fs.statSync(itemPath).isDirectory()) {
12
+ const depth = getMaxDepth(itemPath, currentDepth + 1)
13
+ maxDepth = Math.max(maxDepth, depth)
14
+ }
15
+ }
16
+
17
+ return maxDepth
18
+ }
19
+
20
+ export const addContentPageRecursion = (
21
+ pages?: NuxtPage[],
22
+ length?: number
23
+ ): void => {
24
+ if (!pages || !length) return
25
+
26
+ pages.push({
27
+ name: `help-slug-${length}`,
28
+ path: `:slug${length}()`,
29
+ file: '~/pages/help/[slug].vue',
30
+ children: [],
31
+ })
32
+
33
+ addContentPageRecursion(pages[0].children, length - 1)
34
+ }