bfg-common 1.6.22 → 1.6.24

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 (84) hide show
  1. package/assets/localization/local_be.json +5 -65
  2. package/assets/localization/local_en.json +12 -72
  3. package/assets/localization/local_hy.json +6 -66
  4. package/assets/localization/local_kk.json +5 -65
  5. package/assets/localization/local_ru.json +11 -71
  6. package/assets/localization/local_zh.json +5 -65
  7. package/assets/scss/common/theme.scss +2 -2
  8. package/components/atoms/stack/StackBlock.vue +1 -1
  9. package/components/common/adapterManager/addAdapterModal/AddAdapterModalNew.vue +1 -1
  10. package/components/common/adapterManager/addAdapterWarningModal/AddAdapterWarningModalNew.vue +1 -0
  11. package/components/common/adapterManager/ui/table/adapters/AdaptersNew.vue +0 -1
  12. package/components/common/configure/physicalAdapters/PhysicalAdapters.vue +0 -6
  13. package/components/common/configure/physicalAdapters/PhysicalAdaptersNew.vue +192 -219
  14. package/components/common/configure/physicalAdapters/PhysicalAdaptersOld.vue +4 -6
  15. package/components/common/configure/physicalAdapters/buttons/Buttons.vue +0 -1
  16. package/components/common/configure/physicalAdapters/modals/edit/Edit.vue +1 -26
  17. package/components/common/configure/physicalAdapters/modals/edit/EditNew.vue +1 -30
  18. package/components/common/configure/physicalAdapters/modals/edit/lib/models/interfaces.ts +0 -5
  19. package/components/common/configure/physicalAdapters/tableView/TableViewNew.vue +1 -12
  20. package/components/common/configure/physicalAdapters/tableView/lib/config/physicalAdaptersTableConfigNew.ts +21 -21
  21. package/components/common/configure/physicalAdapters/tableView/lib/config/settings.ts +5 -12
  22. package/components/common/configure/physicalAdapters/tableView/lib/models/interfaces.ts +1 -4
  23. package/components/common/diagramMain/DiagramMain.vue +0 -6
  24. package/components/common/diagramMain/modals/Modals.vue +0 -4
  25. package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +2 -2
  26. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +1 -1
  27. package/components/common/diagramMain/modals/migrateVmkernelAdapter/MigrateVmkernelAdapter.vue +2 -2
  28. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +1 -1
  29. package/components/common/layout/theHeader/ThemeSwitch.vue +1 -1
  30. package/components/common/layout/theHeader/userMenu/modals/changePassword/New.vue +9 -8
  31. package/components/common/layout/theHeader/userMenu/modals/preferences/New.vue +0 -4
  32. package/components/common/layout/theHeader/userMenu/modals/preferences/Old.vue +2 -9
  33. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +7 -11
  34. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/DefaultConsole.vue +1 -7
  35. package/components/common/layout/theHeader/userMenu/modals/preferences/defaultConsole/lib/config/consoleOptions.ts +5 -8
  36. package/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/TimeFormat.vue +5 -9
  37. package/components/common/layout/theHeader/userMenu/modals/preferences/view/Old.vue +9 -5
  38. package/components/common/layout/theHeader/userMenu/modals/preferences/view/View.vue +6 -9
  39. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -3
  40. package/components/common/monitor/lib/utils/local_be.json +698 -690
  41. package/components/common/monitor/lib/utils/local_en.json +698 -690
  42. package/components/common/monitor/lib/utils/local_hy.json +698 -690
  43. package/components/common/monitor/lib/utils/local_kk.json +698 -690
  44. package/components/common/monitor/lib/utils/local_ru.json +698 -690
  45. package/components/common/monitor/lib/utils/local_zh.json +698 -690
  46. package/components/common/noDataProvided/NoDataProvidedNew.vue +1 -1
  47. package/components/common/pages/backups/modals/createBackup/datastores/tableView/new/lib/config/table.ts +4 -4
  48. package/components/common/pages/backups/modals/createBackup/datastores/tableView/old/lib/config/table.ts +4 -4
  49. package/components/common/pages/scheduledTasks/table/lib/models/enums.ts +0 -9
  50. package/components/common/pages/scheduledTasks/table/new/New.vue +10 -12
  51. package/components/common/pages/tasks/Tasks.vue +1 -4
  52. package/components/common/pages/tasks/table/Table.vue +22 -24
  53. package/components/common/split/vertical/New.vue +6 -11
  54. package/components/common/vm/actions/add/New.vue +6 -21
  55. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/New.vue +0 -1
  56. package/components/common/vm/actions/common/select/storage/new/lib/config/table.ts +15 -13
  57. package/components/common/vm/actions/confirm/Confirm.vue +0 -3
  58. package/components/common/vm/snapshots/DetailView.vue +6 -6
  59. package/components/common/wizards/datastore/add/New.vue +0 -6
  60. package/components/common/wizards/datastore/add/steps/nameAndDevice/NameAndDeviceNew.vue +1 -1
  61. package/components/common/wizards/datastore/add/steps/nameAndDevice/advancedOptions/New.vue +1 -1
  62. package/components/common/wizards/network/add/Add.vue +2 -13
  63. package/components/common/wizards/network/add/AddNew.vue +26 -22
  64. package/components/common/wizards/network/add/lib/config/initialData.ts +4 -4
  65. package/components/common/wizards/network/add/lib/utils/utils.ts +1 -1
  66. package/components/common/wizards/network/add/steps/ipFourSettings/IpFourSettingsNew.vue +8 -2
  67. package/components/common/wizards/network/add/steps/portProperties/PortPropertiesNew.vue +8 -2
  68. package/components/common/wizards/network/add/steps/selectTargetDevice/SelectTargetDeviceNew.vue +3 -10
  69. package/components/common/wizards/network/add/steps/selectTargetDevice/modals/new/SelectNetwork.vue +1 -5
  70. package/components/common/wizards/network/add/validations/common.ts +1 -1
  71. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/New.vue +13 -31
  72. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/hostTable.ts +1 -3
  73. package/components/common/wizards/vm/migrate/steps/selectStorage/New.vue +4 -5
  74. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/New.vue +0 -4
  75. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/batch/table/new/New.vue +1 -3
  76. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/new/lib/config/diskTable.ts +3 -8
  77. package/components/common/wizards/vm/migrate/steps/selectStorage/configure/disk/table/old/lib/config/diskTable.ts +1 -7
  78. package/lib/models/store/tasks/enums.ts +0 -3
  79. package/lib/models/store/tasks/types.ts +6 -7
  80. package/package.json +2 -2
  81. package/store/tasks/actions.ts +8 -26
  82. package/store/tasks/mappers/recentTasks.ts +0 -1
  83. package/components/common/configure/physicalAdapters/modals/edit/lib/validations/validations.ts +0 -19
  84. package/components/common/wizards/vm/migrate/steps/computeResource/tableView/new/lib/config/clusterTable.ts +0 -340
@@ -12,13 +12,12 @@ import type { UI_I_Localization } from '~/lib/models/interfaces'
12
12
  import type { UI_I_RadioItem } from '~/components/common/layout/theHeader/userMenu/lib/models/interfaces'
13
13
  import type { UI_T_TimeValue } from '~/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/models/types'
14
14
  import { formatOptionsFunc } from '~/components/common/layout/theHeader/userMenu/modals/preferences/timeFormat/lib/config/formatOptions'
15
- import type { UI_T_Project } from '~/lib/models/types'
16
15
 
17
16
  const timeFormat = defineModel<UI_T_TimeValue>('timeFormat')
18
17
  const props = defineProps<{
19
- project: UI_T_Project
20
18
  newView: boolean
21
19
  }>()
20
+
22
21
  const currentComponent = computed(() =>
23
22
  props.newView
24
23
  ? defineAsyncComponent(() => import('./New.vue'))
@@ -29,14 +28,11 @@ const localization = computed<UI_I_Localization>(() => useLocal())
29
28
 
30
29
  const config = useRuntimeConfig()
31
30
 
32
- /* TODO SC-2104 */
33
31
  const description = computed<string>(() =>
34
- props.project === 'sphere'
35
- ? localization.value.common.timeFormatDesc1
36
- : localization.value.common.timeFormatDesc.replaceAll(
37
- '{trademark}',
38
- String(config.public[`TRADEMARK_${useEnvLanguage()}`])
39
- )
32
+ localization.value.common.timeFormatDesc.replaceAll(
33
+ '{trademark}',
34
+ String(config.public[`TRADEMARK_${useEnvLanguage()}`])
35
+ )
40
36
  )
41
37
 
42
38
  const formatOptions = readonly<UI_I_RadioItem[]>(
@@ -15,9 +15,13 @@
15
15
  />
16
16
  </div>
17
17
 
18
- <div class="flex-align-center second-description">
18
+ <div class="description second-description">
19
+ {{ localization.myPreferences.showNotificationDescription }}
20
+ </div>
21
+
22
+ <div class="flex-align-center">
19
23
  <label for="show-notification">{{
20
- localization.myPreferences.showNotificationDescription
24
+ localization.myPreferences.showNotification
21
25
  }}</label>
22
26
  <input
23
27
  id="show-notification"
@@ -59,10 +63,10 @@ window.tools = new Proxy(
59
63
  <style lang="scss" scoped>
60
64
  .description {
61
65
  margin-bottom: 10px;
62
- }
63
66
 
64
- .second-description {
65
- margin-top: 20px;
67
+ &.second-description {
68
+ margin-top: 20px;
69
+ }
66
70
  }
67
71
 
68
72
  label {
@@ -30,13 +30,10 @@ const currentComponent = computed(() =>
30
30
 
31
31
  const localization = computed<UI_I_Localization>(() => useLocal())
32
32
 
33
- /* TODO SC-2104 */
34
- const description = computed<string>(() =>
35
- props.project === 'sphere'
36
- ? localization.value.common.viewDesc1
37
- : localization.value.common.viewDesc.replaceAll(
38
- '{trademark}',
39
- String(config.public[`TRADEMARK_${useEnvLanguage()}`])
40
- )
41
- )
33
+ const description = computed<string>(() => {
34
+ return localization.value.common.viewDesc.replaceAll(
35
+ '{trademark}',
36
+ String(config.public[`TRADEMARK_${useEnvLanguage()}`])
37
+ )
38
+ })
42
39
  </script>
@@ -143,7 +143,7 @@ const localization = computed<UI_I_Localization>(() => useLocal())
143
143
  &.pinned {
144
144
  .nav-context {
145
145
  position: relative;
146
- z-index: calc(var(--z-fixed) + 2);
146
+ z-index: calc(var(--z-default) + 1);
147
147
  }
148
148
  }
149
149
  &:not(.pinned) {
@@ -177,8 +177,6 @@ const localization = computed<UI_I_Localization>(() => useLocal())
177
177
  }
178
178
  }
179
179
  &:not(.collapsed) {
180
- min-width: 240px;
181
-
182
180
  :deep(.tooltip-container-hover) {
183
181
  display: none;
184
182
  }