bfg-common 1.4.799 → 1.4.800

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 (146) hide show
  1. package/assets/img/icons/icons-sprite-dark-1.svg +31 -14
  2. package/assets/img/icons/icons-sprite-dark-3.svg +227 -227
  3. package/assets/img/icons/icons-sprite-dark-4.svg +6 -1
  4. package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
  5. package/assets/img/icons/icons-sprite-light-1.svg +30 -13
  6. package/assets/img/icons/icons-sprite-light-3.svg +227 -227
  7. package/assets/img/icons/icons-sprite-light-4.svg +6 -1
  8. package/assets/img/icons/icons-sprite-light-5.svg +488 -488
  9. package/assets/localization/local_be.json +33 -8
  10. package/assets/localization/local_en.json +33 -8
  11. package/assets/localization/local_hy.json +33 -8
  12. package/assets/localization/local_kk.json +34 -9
  13. package/assets/localization/local_ru.json +43 -18
  14. package/assets/localization/local_zh.json +33 -8
  15. package/assets/scss/clarity/local_ar.json +6 -3
  16. package/assets/scss/common/icons/icons-1.scss +4 -4
  17. package/components/atoms/autocomplete/Autocomplete.vue +68 -12
  18. package/components/atoms/select/TheSelect.vue +10 -1
  19. package/components/atoms/table/dataGrid/DataGrid.vue +12 -4
  20. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +4 -1
  21. package/components/atoms/table/dataGrid/lib/utils/export.ts +13 -13
  22. package/components/atoms/tabs/VerticalTabs.vue +11 -6
  23. package/components/common/browse/blocks/lib/models/types.ts +1 -1
  24. package/components/common/browse/lib/models/interfaces.ts +5 -5
  25. package/components/common/chartOptionsModal/counters/timespan/form/Form.vue +544 -544
  26. package/components/common/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +116 -116
  27. package/components/common/context/Context.vue +16 -4
  28. package/components/common/context/recursion/Recursion.vue +2 -1
  29. package/components/common/context/recursion/RecursionNew.vue +57 -31
  30. package/components/common/context/recursion/RecursionOld.vue +33 -19
  31. package/components/common/diagramMain/Header.vue +211 -211
  32. package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
  33. package/components/common/diagramMain/lib/config/initial.ts +50 -50
  34. package/components/common/diagramMain/lib/models/types.ts +21 -21
  35. package/components/common/diagramMain/lib/utils/utils.ts +331 -331
  36. package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
  37. package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
  38. package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
  39. package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
  40. package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
  41. package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
  42. package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
  43. package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
  44. package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +7 -7
  45. package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
  46. package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
  47. package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
  48. package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
  49. package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
  50. package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
  51. package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
  52. package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
  53. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
  54. package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
  55. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
  56. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
  57. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
  58. package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
  59. package/components/common/diagramMain/port/Ports.vue +47 -47
  60. package/components/common/feedback/Buttons.vue +2 -2
  61. package/components/common/feedback/Message.vue +1 -0
  62. package/components/common/feedback/VisitPortal.vue +5 -1
  63. package/components/common/layout/theHeader/feedback/new/New.vue +29 -14
  64. package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue +34 -9
  65. package/components/common/layout/theHeader/feedback/new/additionalDetails/Headline.vue +17 -6
  66. package/components/common/layout/theHeader/feedback/new/description/Description.vue +1 -0
  67. package/components/common/layout/theHeader/feedback/new/email/Email.vue +1 -1
  68. package/components/common/layout/theHeader/feedback/new/subtitle/Subtitle.vue +22 -6
  69. package/components/common/layout/theHeader/feedback/new/tabs/Tabs.vue +17 -15
  70. package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordNew.vue +1 -1
  71. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +3 -2
  72. package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -1
  73. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +1 -1
  74. package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +7 -7
  75. package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +95 -95
  76. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +1 -1
  77. package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +463 -456
  78. package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +389 -387
  79. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +8 -0
  80. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
  81. package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
  82. package/components/common/pages/home/headline/Headline.vue +3 -2
  83. package/components/common/pages/home/headline/HeadlineNew.vue +1 -1
  84. package/components/common/pages/home/headline/HeadlineOld.vue +5 -0
  85. package/components/common/pages/home/widgets/vms/VmsNew.vue +1 -1
  86. package/components/common/pages/packages/Packages.vue +208 -0
  87. package/components/common/pages/packages/lib/config/actions.ts +59 -0
  88. package/components/common/pages/packages/lib/models/types.ts +8 -0
  89. package/components/common/pages/packages/tableView/TableView.vue +120 -0
  90. package/components/common/pages/packages/tableView/lib/config/configTable.ts +136 -0
  91. package/components/common/pages/packages/tableView/lib/config/tableKey.ts +14 -0
  92. package/components/common/pages/packages/tableView/lib/models/types.ts +12 -0
  93. package/components/common/pages/shortcuts/Shortcuts.vue +1 -1
  94. package/components/common/pages/tasks/Tasks.vue +23 -8
  95. package/components/common/pages/tasks/table/Table.vue +66 -16
  96. package/components/common/pages/tasks/table/errorInfo/ErrorInfo.vue +27 -10
  97. package/components/common/pages/tasks/table/expandDetails/ExpandDetails.vue +28 -12
  98. package/components/common/pages/tasks/table/lib/config/config.ts +11 -11
  99. package/components/common/select/radio/RadioGroup.vue +3 -3
  100. package/components/common/selectLanguage/SelectLanguage.vue +29 -25
  101. package/components/common/selectLanguage/lib/config/config.ts +1 -0
  102. package/components/common/split/horizontal/HorizontalNew.vue +42 -24
  103. package/components/common/split/horizontal/HorizontalOld.vue +43 -13
  104. package/components/common/vm/actions/add/Add.vue +6 -1
  105. package/components/common/vm/actions/clone/Clone.vue +8 -3
  106. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +4 -0
  107. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +6 -4
  108. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareOld.vue +26 -10
  109. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +12 -4
  110. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue +6 -3
  111. package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareOld.vue +4 -2
  112. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +6 -4
  113. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +9 -3
  114. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskNew.vue +3 -2
  115. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskOld.vue +3 -2
  116. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +87 -24
  117. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +14 -8
  118. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +9 -7
  119. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +0 -4
  120. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +43 -12
  121. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoOld.vue +50 -25
  122. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -7
  123. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +64 -28
  124. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoOld.vue +60 -19
  125. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +11 -4
  126. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +16 -1
  127. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +59 -8
  128. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridOld.vue +60 -7
  129. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +1 -1
  130. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionOld.vue +1 -1
  131. package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
  132. package/components/common/vm/actions/editSettings/EditSettings.vue +4 -0
  133. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +2 -0
  134. package/components/common/vm/actions/editSettings/new/New.vue +2 -0
  135. package/components/common/wizards/datastore/add/Add.vue +4 -4
  136. package/components/common/wizards/datastore/add/lib/config/steps.ts +14 -14
  137. package/components/common/wizards/datastore/add/lib/validations.ts +9 -9
  138. package/components/common/wizards/datastore/add/nfs/Nfs.vue +6 -9
  139. package/components/common/wizards/vm/migrate/Migrate.vue +12 -12
  140. package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +1 -1
  141. package/composables/useLocal.ts +3 -1
  142. package/composables/useLocalStorage.ts +1 -1
  143. package/lib/models/store/vm/interfaces.ts +11 -0
  144. package/lib/models/table/interfaces.ts +1 -0
  145. package/package.json +3 -3
  146. package/store/tasks/actions.ts +2 -1
@@ -27,8 +27,8 @@
27
27
  >
28
28
  <ui-icon
29
29
  name="take-screenshot"
30
- width="20"
31
- height="20"
30
+ width="18"
31
+ height="18"
32
32
  class="feedback__btn-icon"
33
33
  />
34
34
  {{ localization.common.takeScreenshot }}
@@ -45,8 +45,8 @@
45
45
  <label id="labelFileLoad" for="fileLoad">
46
46
  <ui-icon
47
47
  name="upload-icon"
48
- width="20"
49
- height="20"
48
+ width="18"
49
+ height="18"
50
50
  class="feedback__btn-icon"
51
51
  />
52
52
  {{ localization.common.uploadImage }}
@@ -151,7 +151,7 @@
151
151
  <div>
152
152
  <ui-button
153
153
  test-id="feedback-image-annotate-btn"
154
- size="md"
154
+ size="sm"
155
155
  type="default"
156
156
  variant="outline"
157
157
  class=""
@@ -168,7 +168,7 @@
168
168
 
169
169
  <ui-button
170
170
  test-id="feedback-image-remove-btn"
171
- size="md"
171
+ size="sm"
172
172
  type="default"
173
173
  variant="outline"
174
174
  class=""
@@ -461,14 +461,19 @@ watch(
461
461
  @import 'assets/scss/common/mixins.scss';
462
462
  .additional-details {
463
463
  .button-container {
464
+ :deep(.ui-btn) {
465
+ font-size: 13px;
466
+ gap: 8px;
467
+ }
464
468
  .upload-image {
465
469
  label {
466
470
  @include flex($align: center, $just: center);
467
471
  width: 100%;
468
472
  height: 100%;
469
- font-size: 14px;
470
473
  color: inherit;
474
+ //font-size: 13px;
471
475
  font-weight: 500;
476
+ gap: 8px;
472
477
  cursor: pointer;
473
478
  }
474
479
  input {
@@ -493,15 +498,32 @@ watch(
493
498
 
494
499
  .ui-btn {
495
500
  width: initial;
496
-
501
+ height: 28px;
502
+ font-size: 12px;
503
+ padding: 0 8px;
504
+ column-gap: 4px;
505
+
506
+ &.undo {
507
+ &:disabled {
508
+ color: var(--btn-primary-outline-disabled-color);
509
+ }
510
+ svg {
511
+ transform: scaleX(-1);
512
+ }
513
+ }
497
514
  &.clear-all {
498
515
  color: #ea3223;
516
+ &:disabled {
517
+ color: var(--btn-primary-outline-disabled-color);
518
+ }
499
519
  }
500
520
 
501
521
  &.active {
502
- background: var(--feedback-tab-active-bg-color);
503
522
  color: var(--feedback-tab-active-text-color);
504
523
  border: 1.4px solid var(--feedback-tab-active-text-color);
524
+ &:hover {
525
+ background: var(--feedback-tab-active-bg-color);
526
+ }
505
527
  }
506
528
  }
507
529
  }
@@ -541,6 +563,9 @@ watch(
541
563
  gap: 12px;
542
564
  .ui-btn {
543
565
  width: initial;
566
+ font-size: 12px;
567
+ line-height: 14.52px;
568
+ column-gap: 4px;
544
569
 
545
570
  &:last-child {
546
571
  color: #ea3223;
@@ -6,10 +6,10 @@
6
6
  <ui-icon
7
7
  id="feedback-additional-details-info-icon"
8
8
  name="info"
9
- width="18"
10
- height="18"
11
- :color="isShowInfo ? '#008FD6' : '#9DA6AD'"
12
- class="info-icon pointer"
9
+ width="16"
10
+ height="16"
11
+ class="headline__icon pointer"
12
+ :class="isShowInfo && 'active'"
13
13
  @click="isShowInfo = !isShowInfo"
14
14
  />
15
15
  <ui-popup-window
@@ -18,8 +18,8 @@
18
18
  :elem-id="'feedback-additional-details-info-icon'"
19
19
  >
20
20
  <div class="common-widget-info">
21
- <div class="justify-between flex-align-center">
22
- <div class="flex-align-center">
21
+ <div class="flex justify-between">
22
+ <div class="flex">
23
23
  <ui-icon-icon3 name="info-2" width="16px" height="16px" />
24
24
  <span class="title">
25
25
  {{ localization.feedback.additionalDetailsHelp }}
@@ -55,6 +55,16 @@ const isShowInfo = ref<boolean>(false)
55
55
  .headline {
56
56
  @include flex($align: center);
57
57
  margin: 32px 0 16px;
58
+
59
+ &__icon {
60
+ color: var(--feedback-tooltip-trigger-color);
61
+ &:hover {
62
+ color: var(--feedback-tooltip-hover-trigger-color);
63
+ }
64
+ &:active {
65
+ color: var(--feedback-tooltip-acctive-trigger-color);
66
+ }
67
+ }
58
68
  &__label {
59
69
  line-height: 19.36px;
60
70
  font-size: 16px;
@@ -81,6 +91,7 @@ const isShowInfo = ref<boolean>(false)
81
91
 
82
92
  svg {
83
93
  color: var(--feedback-tooltip-close-color);
94
+ min-width: 16px;
84
95
  }
85
96
  }
86
97
  }
@@ -53,6 +53,7 @@ const descriptionErrorText = computed<boolean>(() => {
53
53
  :deep(.ui-main-textarea) {
54
54
  resize: none;
55
55
  height: 68px;
56
+ font-size: 12px;
56
57
  }
57
58
  }
58
59
  </style>
@@ -6,7 +6,7 @@
6
6
  v-model="emailModelLocal"
7
7
  :error="emailErrorText"
8
8
  type="text"
9
- placeholder="placeholder"
9
+ :placeholder="localization.common.emailAddressOptional"
10
10
  test-id="feedback-email"
11
11
  />
12
12
  </div>
@@ -6,16 +6,17 @@
6
6
  <ui-icon
7
7
  id="feedback-description-info-icon"
8
8
  name="info"
9
- width="18"
10
- height="18"
11
- :color="isShowInfo ? '#008FD6' : '#9DA6AD'"
12
- class="info-icon pointer"
9
+ width="16"
10
+ height="16"
11
+ class="subtitle__icon pointer"
12
+ :class="isShowInfo && 'active'"
13
13
  @click="isShowInfo = !isShowInfo"
14
14
  />
15
15
  <ui-popup-window
16
16
  v-model="isShowInfo"
17
17
  width="232px"
18
18
  :elem-id="'feedback-description-info-icon'"
19
+ class="subtitle__tooltip"
19
20
  >
20
21
  <div class="common-widget-info">
21
22
  <div class="headline justify-between flex-align-center">
@@ -52,8 +53,23 @@ const isShowInfo = ref<boolean>(false)
52
53
  .subtitle {
53
54
  display: flex;
54
55
  justify-content: space-between;
55
- border-bottom: 1px solid #e9ebed;
56
- padding-bottom: 12px;
56
+ border-bottom: 1px solid var(--horizontal-line);
57
+ padding: 24px 0 12px;
58
+
59
+ &__icon {
60
+ color: var(--feedback-tooltip-trigger-color);
61
+ &:hover {
62
+ color: var(--feedback-tooltip-hover-trigger-color);
63
+ }
64
+ &:active {
65
+ color: var(--feedback-tooltip-acctive-trigger-color);
66
+ }
67
+ }
68
+ &__tooltip {
69
+ .flex-align-center {
70
+ height: 16px;
71
+ }
72
+ }
57
73
 
58
74
  &__label {
59
75
  font-size: 12px;
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <div class="tabs">
3
- <h4 class="tabs__title">{{ localization.common.selectType }}</h4>
3
+ <h4 class="tabs__title">{{ localization.feedback.selectType }}</h4>
4
4
 
5
5
  <div class="tabs__container">
6
6
  <ui-block
@@ -33,13 +33,12 @@ const tabs = computed<any[]>(() =>
33
33
 
34
34
  <style scoped lang="scss">
35
35
  .tabs {
36
- margin-top: 16px;
37
36
  &__title {
38
- line-height: 38px;
39
- margin-bottom: 16px;
37
+ color: var(--feedback-text-color);
40
38
  font-size: 16px;
41
39
  font-weight: 500;
42
- color: var(--feedback-text-color);
40
+ line-height: 19.36px;
41
+ margin-bottom: 16px;
43
42
  }
44
43
  &__container {
45
44
  display: flex;
@@ -54,16 +53,15 @@ const tabs = computed<any[]>(() =>
54
53
  border: 1px solid var(--feedback-tab-border-color);
55
54
  box-shadow: none;
56
55
  cursor: pointer;
57
- }
58
-
59
- :deep(.block.selected) {
60
- border: 1.5px solid var(--feedback-tab-active-text-color);
61
- color: var(--feedback-tab-active-text-color);
62
- cursor: default;
63
56
 
64
- .main-info,
65
- .main-info-label {
57
+ &.selected {
58
+ border: 1.5px solid var(--feedback-tab-active-text-color);
59
+ background: var(--feedback-tab-active-bg-color);
66
60
  color: var(--feedback-tab-active-text-color);
61
+ cursor: default;
62
+ }
63
+ &:not(.selected):hover {
64
+ background: var(--feedback-tab-hover-bg-color);
67
65
  }
68
66
  }
69
67
 
@@ -73,9 +71,9 @@ const tabs = computed<any[]>(() =>
73
71
  gap: 8px;
74
72
 
75
73
  &-label {
76
- font-size: 16px;
74
+ font-size: 13px;
77
75
  font-weight: 500;
78
- line-height: 19.36px;
76
+ line-height: 15.73px;
79
77
  }
80
78
  }
81
79
  }
@@ -83,12 +81,16 @@ const tabs = computed<any[]>(() =>
83
81
  <style lang="scss">
84
82
  :root {
85
83
  --feedback-tab-bg-color: #ffffff;
84
+ --feedback-tab-hover-bg-color: #f6f7f8;
85
+ --feedback-tab-active-bg-color: #f0f8fd;
86
86
  --feedback-tab-border-color: #e9ebed;
87
87
  --feedback-tab-active-text-color: #008fd6;
88
88
  }
89
89
 
90
90
  :root.dark-theme {
91
91
  --feedback-tab-bg-color: #1b2a373d;
92
+ --feedback-tab-hover-bg-color: #283948;
93
+ --feedback-tab-active-bg-color: #213b4e;
92
94
  --feedback-tab-border-color: #e9ebed1f;
93
95
  --feedback-tab-active-text-color: #2ba2de;
94
96
  }
@@ -169,7 +169,7 @@ const onHideModal = (): void => {
169
169
  }
170
170
  &__form {
171
171
  @include flex($dir: column);
172
- row-gap: 18px;
172
+ row-gap: 16px;
173
173
  }
174
174
  }
175
175
  </style>
@@ -82,8 +82,9 @@ const clickWindow = (event: Event): void => {
82
82
  if (
83
83
  menuPined.value ||
84
84
  mainMenuHovered.value ||
85
- target.className.baseVal?.includes('menu-icon') ||
86
- target.className.baseVal?.includes('clr-i-outline')
85
+ target.className.baseVal?.includes?.('menu-icon') ||
86
+ target.className.baseVal?.includes?.('clr-i-outline') ||
87
+ target.className?.includes?.('inventory-menu-trigger')
87
88
  ) {
88
89
  return
89
90
  }
@@ -150,7 +150,7 @@ const localization = computed<UI_I_Localization>(() => useLocal())
150
150
 
151
151
  .nav-context {
152
152
  position: absolute;
153
- z-index: 1001;
153
+ z-index: 9999999;
154
154
  height: 100%;
155
155
  display: flex;
156
156
  flex-direction: column;
@@ -136,7 +136,7 @@ const localization = computed<UI_I_Localization>(() => useLocal())
136
136
  }
137
137
  .nav-context {
138
138
  position: absolute;
139
- z-index: 1001;
139
+ z-index: 9999999;
140
140
  height: 100%;
141
141
  display: flex;
142
142
  flex-direction: column;
@@ -7,13 +7,13 @@
7
7
  test-id="notification-alert"
8
8
  @remove="onRemove"
9
9
  >
10
- <template #default="{ item }">
11
- <div class="flex-space-between flex-1">
12
- <div class="flex-align-center">
13
- <span>{{ item }}</span>
14
- </div>
15
- </div>
16
- </template>
10
+ <!-- <template #default="{ item }">-->
11
+ <!-- <div class="flex-space-between flex-1">-->
12
+ <!-- <div class="flex-align-center">-->
13
+ <!-- <span>{{ item }}</span>-->
14
+ <!-- </div>-->
15
+ <!-- </div>-->
16
+ <!-- </template>-->
17
17
  </atoms-alert>
18
18
  </template>
19
19
 
@@ -1,95 +1,95 @@
1
- <template>
2
- <div class="timespan-objects-section-direction">
3
- <common-chart-options-modal-counters-timespan-form
4
- :language="props.language"
5
- :selected-chart-type="props.selectedChartType"
6
- :selected-timespan-type="props.selectedTimespanType"
7
- :units-count="props.unitsCount"
8
- :period-type="props.periodType"
9
- :selected-custom-time="props.selectedCustomTime"
10
- :custom-date-from="props.customDateFrom"
11
- :custom-date-to="props.customDateTo"
12
- :custom-time-from="props.customTimeFrom"
13
- :custom-time-to="props.customTimeTo"
14
- :valid-date-end="props.validDateEnd"
15
- @update-chart-type="emits('update-chart-type', $event)"
16
- @update-custom-time="emits('update-custom-time', $event)"
17
- @update-timespan-type="emits('update-timespan-type', $event)"
18
- @update-unit-count="emits('update-unit-count', $event)"
19
- @update-period-type="emits('update-period-type', $event)"
20
- @update-custom-date-from="emits('update-custom-date-from', $event)"
21
- @update-custom-date-to="emits('update-custom-date-to', $event)"
22
- @update-custom-time-from="emits('update-custom-time-from', $event)"
23
- @update-custom-time-to="emits('update-custom-time-to', $event)"
24
- />
25
- <common-monitor-advanced-tools-chart-options-modal-counters-timespan-object
26
- :type="props.type"
27
- :chart="props.chart"
28
- :total-cores="props.totalCores"
29
- :host-id="props.hostId"
30
- :selected-metrics-keys="props.selectedMetricsKeys"
31
- :total-metric-items="props.totalMetricItems"
32
- :selected-objects="props.selectedObjects"
33
- :loading="props.objectsLoading"
34
- :current-items="props.objectsData"
35
- @select-objects="emits('select-objects', $event)"
36
- />
37
- </div>
38
- </template>
39
-
40
- <script setup lang="ts">
41
- import type { UI_T_AdvancedType } from '~/components/common/monitor/advanced/lib/models/types'
42
- import type {
43
- UI_T_ChartHost,
44
- UI_T_ChartVm,
45
- } from '~/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types'
46
- import type { UI_I_ObjectItem } from '~/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces'
47
-
48
- const props = defineProps<{
49
- type: UI_T_AdvancedType
50
- chart: UI_T_ChartHost | UI_T_ChartVm
51
- language: string
52
- selectedChartType: string
53
- selectedTimespanType: string
54
- unitsCount: number
55
- periodType: string
56
- selectedCustomTime: string
57
- customDateFrom: string
58
- customDateTo: string
59
- customTimeFrom: string
60
- customTimeTo: string
61
- totalCores: number
62
- hostId: string
63
- selectedMetricsKeys: number[]
64
- totalMetricItems: number
65
- selectedObjects: string
66
- objectsLoading: boolean
67
- objectsData: UI_I_ObjectItem[]
68
- validDateEnd: number
69
- }>()
70
-
71
- const emits = defineEmits<{
72
- (event: 'update-chart-type', value: string): void
73
- (event: 'update-custom-time', value: string): void
74
- (event: 'update-timespan-type', value: string): void
75
- (event: 'update-unit-count', value: number): void
76
- (event: 'update-period-type', value: string): void
77
- (event: 'update-custom-date-from', value: string): void
78
- (event: 'update-custom-date-to', value: string): void
79
- (event: 'update-custom-time-from', value: string): void
80
- (event: 'update-custom-time-to', value: string): void
81
- (event: 'select-objects', value: string): void
82
- }>()
83
- </script>
84
-
85
- <style scoped lang="scss">
86
- .timespan-objects-section-direction {
87
- display: flex;
88
- flex-direction: row;
89
- }
90
- @media (max-width: 1024px) {
91
- .timespan-objects-section-direction {
92
- flex-direction: column;
93
- }
94
- }
95
- </style>
1
+ <template>
2
+ <div class="timespan-objects-section-direction">
3
+ <common-chart-options-modal-counters-timespan-form
4
+ :language="props.language"
5
+ :selected-chart-type="props.selectedChartType"
6
+ :selected-timespan-type="props.selectedTimespanType"
7
+ :units-count="props.unitsCount"
8
+ :period-type="props.periodType"
9
+ :selected-custom-time="props.selectedCustomTime"
10
+ :custom-date-from="props.customDateFrom"
11
+ :custom-date-to="props.customDateTo"
12
+ :custom-time-from="props.customTimeFrom"
13
+ :custom-time-to="props.customTimeTo"
14
+ :valid-date-end="props.validDateEnd"
15
+ @update-chart-type="emits('update-chart-type', $event)"
16
+ @update-custom-time="emits('update-custom-time', $event)"
17
+ @update-timespan-type="emits('update-timespan-type', $event)"
18
+ @update-unit-count="emits('update-unit-count', $event)"
19
+ @update-period-type="emits('update-period-type', $event)"
20
+ @update-custom-date-from="emits('update-custom-date-from', $event)"
21
+ @update-custom-date-to="emits('update-custom-date-to', $event)"
22
+ @update-custom-time-from="emits('update-custom-time-from', $event)"
23
+ @update-custom-time-to="emits('update-custom-time-to', $event)"
24
+ />
25
+ <common-monitor-advanced-tools-chart-options-modal-counters-timespan-object
26
+ :type="props.type"
27
+ :chart="props.chart"
28
+ :total-cores="props.totalCores"
29
+ :host-id="props.hostId"
30
+ :selected-metrics-keys="props.selectedMetricsKeys"
31
+ :total-metric-items="props.totalMetricItems"
32
+ :selected-objects="props.selectedObjects"
33
+ :loading="props.objectsLoading"
34
+ :current-items="props.objectsData"
35
+ @select-objects="emits('select-objects', $event)"
36
+ />
37
+ </div>
38
+ </template>
39
+
40
+ <script setup lang="ts">
41
+ import type { UI_T_AdvancedType } from '~/components/common/monitor/advanced/lib/models/types'
42
+ import type {
43
+ UI_T_ChartHost,
44
+ UI_T_ChartVm,
45
+ } from '~/components/common/monitor/advanced/tools/chartOptionsModal/lib/models/types'
46
+ import type { UI_I_ObjectItem } from '~/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/lib/models/interfaces'
47
+
48
+ const props = defineProps<{
49
+ type: UI_T_AdvancedType
50
+ chart: UI_T_ChartHost | UI_T_ChartVm
51
+ language: string
52
+ selectedChartType: string
53
+ selectedTimespanType: string
54
+ unitsCount: number
55
+ periodType: string
56
+ selectedCustomTime: string
57
+ customDateFrom: string
58
+ customDateTo: string
59
+ customTimeFrom: string
60
+ customTimeTo: string
61
+ totalCores: number
62
+ hostId: string
63
+ selectedMetricsKeys: number[]
64
+ totalMetricItems: number
65
+ selectedObjects: string
66
+ objectsLoading: boolean
67
+ objectsData: UI_I_ObjectItem[]
68
+ validDateEnd: number
69
+ }>()
70
+
71
+ const emits = defineEmits<{
72
+ (event: 'update-chart-type', value: string): void
73
+ (event: 'update-custom-time', value: string): void
74
+ (event: 'update-timespan-type', value: string): void
75
+ (event: 'update-unit-count', value: number): void
76
+ (event: 'update-period-type', value: string): void
77
+ (event: 'update-custom-date-from', value: string): void
78
+ (event: 'update-custom-date-to', value: string): void
79
+ (event: 'update-custom-time-from', value: string): void
80
+ (event: 'update-custom-time-to', value: string): void
81
+ (event: 'select-objects', value: string): void
82
+ }>()
83
+ </script>
84
+
85
+ <style scoped lang="scss">
86
+ .timespan-objects-section-direction {
87
+ display: flex;
88
+ flex-direction: row;
89
+ }
90
+ @media (max-width: 1024px) {
91
+ .timespan-objects-section-direction {
92
+ flex-direction: column;
93
+ }
94
+ }
95
+ </style>
@@ -95,7 +95,7 @@
95
95
  <tr>
96
96
  <td></td>
97
97
  <td class="text-format-date">
98
- (date and time are in ISO 8601 format)
98
+ ({{ localization.inventoryMonitor.dateTimeIsoFormat }})
99
99
  </td>
100
100
  </tr>
101
101
  </tbody>