bfg-common 1.4.799 → 1.4.801
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.
- package/assets/img/icons/icons-sprite-dark-1.svg +31 -14
- package/assets/img/icons/icons-sprite-dark-3.svg +227 -227
- package/assets/img/icons/icons-sprite-dark-4.svg +6 -1
- package/assets/img/icons/icons-sprite-dark-5.svg +488 -488
- package/assets/img/icons/icons-sprite-light-1.svg +30 -13
- package/assets/img/icons/icons-sprite-light-3.svg +227 -227
- package/assets/img/icons/icons-sprite-light-4.svg +6 -1
- package/assets/img/icons/icons-sprite-light-5.svg +488 -488
- package/assets/localization/local_be.json +33 -8
- package/assets/localization/local_en.json +33 -8
- package/assets/localization/local_hy.json +33 -8
- package/assets/localization/local_kk.json +34 -9
- package/assets/localization/local_ru.json +43 -18
- package/assets/localization/local_zh.json +33 -8
- package/assets/scss/clarity/local_ar.json +6 -3
- package/assets/scss/common/icons/icons-1.scss +4 -4
- package/components/atoms/autocomplete/Autocomplete.vue +68 -12
- package/components/atoms/select/TheSelect.vue +10 -1
- package/components/atoms/table/dataGrid/DataGrid.vue +12 -4
- package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +4 -1
- package/components/atoms/table/dataGrid/lib/utils/export.ts +13 -13
- package/components/atoms/tabs/VerticalTabs.vue +11 -6
- package/components/common/browse/blocks/lib/models/types.ts +1 -1
- package/components/common/browse/lib/models/interfaces.ts +5 -5
- package/components/common/chartOptionsModal/counters/timespan/form/Form.vue +544 -544
- package/components/common/chartOptionsModal/counters/timespan/form/lib/config/dateForm.ts +116 -116
- package/components/common/context/Context.vue +16 -4
- package/components/common/context/recursion/Recursion.vue +2 -1
- package/components/common/context/recursion/RecursionNew.vue +57 -31
- package/components/common/context/recursion/RecursionOld.vue +33 -19
- package/components/common/diagramMain/Header.vue +211 -211
- package/components/common/diagramMain/adapter/AdapterItems.vue +61 -61
- package/components/common/diagramMain/lib/config/initial.ts +50 -50
- package/components/common/diagramMain/lib/models/types.ts +21 -21
- package/components/common/diagramMain/lib/utils/utils.ts +331 -331
- package/components/common/diagramMain/modals/ManagePhysicalAdaptersModal.vue +330 -330
- package/components/common/diagramMain/modals/editSettings/ConfirmTeamingSettingsModal.vue +40 -40
- package/components/common/diagramMain/modals/editSettings/EditSettings.vue +497 -497
- package/components/common/diagramMain/modals/editSettings/EditSettingsModal.vue +812 -812
- package/components/common/diagramMain/modals/editSettings/tabs/NetworkProperties.vue +214 -214
- package/components/common/diagramMain/modals/editSettings/tabs/Security.vue +189 -189
- package/components/common/diagramMain/modals/editSettings/tabs/SwitchProperties.vue +163 -163
- package/components/common/diagramMain/modals/editSettings/tabs/TeamingFailover.vue +175 -175
- package/components/common/diagramMain/modals/editSettings/tabs/TrafficShaping.vue +7 -7
- package/components/common/diagramMain/modals/editSettings/tabs/port/IpvFourSettings.vue +346 -346
- package/components/common/diagramMain/modals/editSettings/tabs/port/PortProperties.vue +205 -205
- package/components/common/diagramMain/modals/lib/config/diagramConfig.ts +23 -23
- package/components/common/diagramMain/modals/lib/config/initial.ts +180 -180
- package/components/common/diagramMain/modals/lib/config/vmKernelAdapter.ts +90 -90
- package/components/common/diagramMain/modals/lib/mappers/mappers.ts +87 -87
- package/components/common/diagramMain/modals/lib/utils/index.ts +24 -24
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/lib/config/steps.ts +114 -114
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/ConnectionSettings.vue +169 -169
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/steps/SelectVmkernelAdapter.vue +159 -159
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/common.ts +14 -14
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/connectionSettings.ts +137 -137
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/selectVmkernelAdapter.ts +52 -52
- package/components/common/diagramMain/modals/migrateVmkernelAdapter/validations/validations.ts +19 -19
- package/components/common/diagramMain/port/Ports.vue +47 -47
- package/components/common/feedback/Buttons.vue +2 -2
- package/components/common/feedback/Message.vue +1 -0
- package/components/common/feedback/VisitPortal.vue +5 -1
- package/components/common/graph/Graph.vue +5 -11
- package/components/common/graph/GraphNew.vue +71 -0
- package/components/common/graph/GraphOld.vue +31 -0
- package/components/common/layout/theHeader/feedback/new/New.vue +29 -14
- package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue +34 -9
- package/components/common/layout/theHeader/feedback/new/additionalDetails/Headline.vue +17 -6
- package/components/common/layout/theHeader/feedback/new/description/Description.vue +1 -0
- package/components/common/layout/theHeader/feedback/new/email/Email.vue +1 -1
- package/components/common/layout/theHeader/feedback/new/subtitle/Subtitle.vue +22 -6
- package/components/common/layout/theHeader/feedback/new/tabs/Tabs.vue +17 -15
- package/components/common/layout/theHeader/userMenu/modals/changePassword/ChangePasswordNew.vue +1 -1
- package/components/common/mainNavigationPanel/MainNavigationPanel.vue +3 -2
- package/components/common/mainNavigationPanel/MainNavigationPanelNew.vue +1 -1
- package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +7 -7
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +95 -95
- package/components/common/monitor/overview/Overview.vue +14 -28
- package/components/common/monitor/overview/OverviewNew.vue +138 -0
- package/components/common/monitor/overview/OverviewOld.vue +137 -0
- package/components/common/monitor/overview/filters/Filters.vue +35 -103
- package/components/common/monitor/overview/filters/FiltersNew.vue +122 -0
- package/components/common/monitor/overview/filters/FiltersOld.vue +151 -0
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +1 -1
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +463 -456
- package/components/common/pages/hardwareHealth/historyTestimony/tools/Tools.vue +389 -387
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/ChartOptionsModal.vue +8 -0
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/Counters.vue +94 -94
- package/components/common/pages/hardwareHealth/historyTestimony/tools/chartOptionsModal/counters/timespan/Timespan.vue +66 -66
- package/components/common/pages/home/headline/Headline.vue +3 -2
- package/components/common/pages/home/headline/HeadlineNew.vue +1 -1
- package/components/common/pages/home/headline/HeadlineOld.vue +5 -0
- package/components/common/pages/home/widgets/vms/VmsNew.vue +1 -1
- package/components/common/pages/packages/Packages.vue +208 -0
- package/components/common/pages/packages/lib/config/actions.ts +59 -0
- package/components/common/pages/packages/lib/models/types.ts +8 -0
- package/components/common/pages/packages/tableView/TableView.vue +120 -0
- package/components/common/pages/packages/tableView/lib/config/configTable.ts +136 -0
- package/components/common/pages/packages/tableView/lib/config/tableKey.ts +14 -0
- package/components/common/pages/packages/tableView/lib/models/types.ts +12 -0
- package/components/common/pages/shortcuts/Shortcuts.vue +1 -1
- package/components/common/pages/tasks/Tasks.vue +23 -8
- package/components/common/pages/tasks/table/Table.vue +66 -16
- package/components/common/pages/tasks/table/errorInfo/ErrorInfo.vue +27 -10
- package/components/common/pages/tasks/table/expandDetails/ExpandDetails.vue +28 -12
- package/components/common/pages/tasks/table/lib/config/config.ts +11 -11
- package/components/common/portlets/customAttributes/Portlet.vue +4 -4
- package/components/common/portlets/tag/TagAddNew.vue +4 -4
- package/components/common/select/radio/RadioGroup.vue +3 -3
- package/components/common/selectLanguage/SelectLanguage.vue +29 -25
- package/components/common/selectLanguage/lib/config/config.ts +1 -0
- package/components/common/split/horizontal/HorizontalNew.vue +42 -24
- package/components/common/split/horizontal/HorizontalOld.vue +43 -13
- package/components/common/vm/actions/add/Add.vue +6 -1
- package/components/common/vm/actions/clone/Clone.vue +8 -3
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +4 -0
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +6 -4
- package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareOld.vue +26 -10
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardware.vue +12 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareNew.vue +6 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/VirtualHardwareOld.vue +4 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +6 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDisk.vue +9 -3
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskNew.vue +3 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/NewHardDiskOld.vue +3 -2
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDevice.vue +87 -24
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +14 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +9 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIo.vue +0 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +43 -12
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoOld.vue +50 -25
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIo.vue +5 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +64 -28
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoOld.vue +60 -19
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/lib/config/options.ts +11 -4
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGrid.vue +16 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +59 -8
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridOld.vue +60 -7
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +1 -1
- package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionOld.vue +1 -1
- package/components/common/vm/actions/common/lib/config/capabilities.ts +1 -1
- package/components/common/vm/actions/editSettings/EditSettings.vue +4 -0
- package/components/common/vm/actions/editSettings/EditSettingsOld.vue +2 -0
- package/components/common/vm/actions/editSettings/new/New.vue +2 -0
- package/components/common/wizards/datastore/add/Add.vue +4 -4
- package/components/common/wizards/datastore/add/lib/config/steps.ts +14 -14
- package/components/common/wizards/datastore/add/lib/validations.ts +9 -9
- package/components/common/wizards/datastore/add/nfs/Nfs.vue +6 -9
- package/components/common/wizards/vm/migrate/Migrate.vue +12 -12
- package/components/common/wizards/vm/migrate/select/computeResource/ComputeResource.vue +1 -1
- package/composables/useLocal.ts +3 -1
- package/composables/useLocalStorage.ts +1 -1
- package/lib/models/store/vm/interfaces.ts +11 -0
- package/lib/models/table/interfaces.ts +1 -0
- package/package.json +3 -3
- package/store/tasks/actions.ts +2 -1
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="graph-content">
|
|
3
|
+
<template v-if="props.chartOptions">
|
|
4
|
+
<client-only>
|
|
5
|
+
<highchart
|
|
6
|
+
:options="props.chartOptions"
|
|
7
|
+
:modules="['exporting', 'export-data']"
|
|
8
|
+
class="graph-block"
|
|
9
|
+
/>
|
|
10
|
+
</client-only>
|
|
11
|
+
</template>
|
|
12
|
+
</div>
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<script setup lang="ts">
|
|
16
|
+
const props = defineProps<{
|
|
17
|
+
chartOptions: any
|
|
18
|
+
}>()
|
|
19
|
+
</script>
|
|
20
|
+
|
|
21
|
+
<style scoped lang="scss">
|
|
22
|
+
.graph-content {
|
|
23
|
+
width: 100%;
|
|
24
|
+
//height: inherit;
|
|
25
|
+
height: 100%;
|
|
26
|
+
|
|
27
|
+
.graph-block {
|
|
28
|
+
height: 100%;
|
|
29
|
+
border-radius: 8px;
|
|
30
|
+
box-shadow: 0px 1px 4px 0px #00000014;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:deep(.highcharts-menu) {
|
|
35
|
+
display: flex;
|
|
36
|
+
flex-direction: column;
|
|
37
|
+
gap: 8px;
|
|
38
|
+
background-color: #ffffff !important;
|
|
39
|
+
box-shadow: 0px 4px 20px 0px #0000001f !important;
|
|
40
|
+
padding: 8px !important;
|
|
41
|
+
border-radius: 8px !important;
|
|
42
|
+
|
|
43
|
+
.highcharts-menu-item {
|
|
44
|
+
display: flex;
|
|
45
|
+
align-items: center;
|
|
46
|
+
gap: 8px;
|
|
47
|
+
font-size: 13px !important;
|
|
48
|
+
font-weight: 500 !important;
|
|
49
|
+
color: #4d5d69 !important;
|
|
50
|
+
padding: 8px !important;
|
|
51
|
+
|
|
52
|
+
&::before {
|
|
53
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 10V12.6667C14 13.0203 13.8595 13.3594 13.6095 13.6095C13.3594 13.8595 13.0203 14 12.6667 14H3.33333C2.97971 14 2.64057 13.8595 2.39052 13.6095C2.14048 13.3594 2 13.0203 2 12.6667V10' stroke='%234D5D69' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.66602 6.66675L7.99935 10.0001L11.3327 6.66675' stroke='%234D5D69' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 9.33333V2' stroke='%234D5D69' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
|
|
54
|
+
display: inline-block;
|
|
55
|
+
width: 16px;
|
|
56
|
+
height: 16px;
|
|
57
|
+
}
|
|
58
|
+
&:first-child::before {
|
|
59
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8044_4891)'%3E%3Cpath d='M5.03769 1.33325H2.81547C2.42255 1.33325 2.04573 1.48934 1.7679 1.76717C1.49007 2.045 1.33398 2.42182 1.33398 2.81473V5.03696M14.6673 5.03696V2.81473C14.6673 2.42182 14.5112 2.045 14.2334 1.76717C13.9556 1.48934 13.5788 1.33325 13.1858 1.33325H10.9636M10.9636 14.6666H13.1858C13.5788 14.6666 13.9556 14.5105 14.2334 14.2327C14.5112 13.9548 14.6673 13.578 14.6673 13.1851V10.9629M1.33398 10.9629V13.1851C1.33398 13.578 1.49007 13.9548 1.7679 14.2327C2.04573 14.5105 2.42255 14.6666 2.81547 14.6666H5.03769' stroke='%234D5D69' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8044_4891'%3E%3Crect width='16' height='16' fill='red'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
|
|
60
|
+
}
|
|
61
|
+
&:nth-child(2)::before {
|
|
62
|
+
content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_8044_4828)'%3E%3Cpath d='M4 5.33342V2.33341C4 1.96522 4.29848 1.66675 4.66667 1.66675H11.3333C11.7015 1.66675 12 1.96522 12 2.33341V5.33342' stroke='%234D5D69' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.00065 11.6668H2.66732C1.93094 11.6668 1.33398 11.0699 1.33398 10.3335V6.66683C1.33398 5.93045 1.93094 5.3335 2.66732 5.3335H13.334C14.0704 5.3335 14.6673 5.93045 14.6673 6.66683V10.3335C14.6673 11.0699 14.0704 11.6668 13.334 11.6668H12.0007' stroke='%234D5D69' stroke-width='1.4'/%3E%3Cpath d='M11.3333 9H4.66667C4.29848 9 4 9.29848 4 9.66667V13.6667C4 14.0349 4.29848 14.3333 4.66667 14.3333H11.3333C11.7015 14.3333 12 14.0349 12 13.6667V9.66667C12 9.29848 11.7015 9 11.3333 9Z' stroke='%234D5D69' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_8044_4828'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
hr {
|
|
66
|
+
border-color: #e9ebed;
|
|
67
|
+
border-style: solid;
|
|
68
|
+
margin: 0 8px;
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
</style>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="graph-content">
|
|
3
|
+
<template v-if="props.chartOptions">
|
|
4
|
+
<client-only>
|
|
5
|
+
<highchart
|
|
6
|
+
:options="props.chartOptions"
|
|
7
|
+
:modules="['exporting', 'export-data']"
|
|
8
|
+
class="graph-block"
|
|
9
|
+
/>
|
|
10
|
+
</client-only>
|
|
11
|
+
</template>
|
|
12
|
+
</div>
|
|
13
|
+
</template>
|
|
14
|
+
|
|
15
|
+
<script setup lang="ts">
|
|
16
|
+
const props = defineProps<{
|
|
17
|
+
chartOptions: any
|
|
18
|
+
}>()
|
|
19
|
+
</script>
|
|
20
|
+
|
|
21
|
+
<style scoped lang="scss">
|
|
22
|
+
.graph-content {
|
|
23
|
+
width: 100%;
|
|
24
|
+
//height: inherit;
|
|
25
|
+
height: 100%;
|
|
26
|
+
|
|
27
|
+
.graph-block {
|
|
28
|
+
height: 100%;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
</style>
|
|
@@ -9,11 +9,13 @@
|
|
|
9
9
|
class="feedback"
|
|
10
10
|
@hide="onHideModal"
|
|
11
11
|
>
|
|
12
|
+
<template #headerDescription>
|
|
13
|
+
<common-layout-the-header-feedback-new-subtitle />
|
|
14
|
+
</template>
|
|
15
|
+
|
|
12
16
|
<template #content>
|
|
13
17
|
<ui-modal-block-standard>
|
|
14
18
|
<template v-if="!options.isAnnotateImage">
|
|
15
|
-
<common-layout-the-header-feedback-new-subtitle />
|
|
16
|
-
|
|
17
19
|
<common-layout-the-header-feedback-new-tabs
|
|
18
20
|
v-model="selectedTab"
|
|
19
21
|
class="metrics-tabs"
|
|
@@ -23,7 +25,9 @@
|
|
|
23
25
|
v-if="selectedTab === 'light-bulb'"
|
|
24
26
|
class="feedback__visit-portal"
|
|
25
27
|
>
|
|
26
|
-
{{
|
|
28
|
+
<span>{{ descriptions[0] }}</span>
|
|
29
|
+
<b>Aha</b>
|
|
30
|
+
<span>{{ descriptions[1] }}</span>
|
|
27
31
|
</div>
|
|
28
32
|
</template>
|
|
29
33
|
|
|
@@ -162,8 +166,28 @@ const onSubmit = (): void => {
|
|
|
162
166
|
|
|
163
167
|
emits('submit')
|
|
164
168
|
}
|
|
169
|
+
|
|
170
|
+
const descriptions = ref<string[]>(localization.value.common.useOurExternalIdeasPortal.split('{0}'))
|
|
165
171
|
</script>
|
|
166
172
|
|
|
173
|
+
<style lang="scss">
|
|
174
|
+
:root {
|
|
175
|
+
--feedback-tooltip-trigger-color: #9da6ad;
|
|
176
|
+
--feedback-tooltip-acctive-trigger-color: #008fd6;
|
|
177
|
+
--feedback-tooltip-hover-trigger-color: #4d5d69;
|
|
178
|
+
--feedback-text-color: #4d5d69;
|
|
179
|
+
--feedback-tooltip-close-color: #213444;
|
|
180
|
+
--feedback-tab-active-bg-color: #008fd60f;
|
|
181
|
+
}
|
|
182
|
+
:root.dark-theme {
|
|
183
|
+
--feedback-tooltip-trigger-color: #9da6ad;
|
|
184
|
+
--feedback-tooltip-acctive-trigger-color: #2ba2de;
|
|
185
|
+
--feedback-tooltip-hover-trigger-color: #e9eaec;
|
|
186
|
+
--feedback-text-color: #e9eaec;
|
|
187
|
+
--feedback-tooltip-close-color: #e9eaec;
|
|
188
|
+
--feedback-tab-active-bg-color: #2ba2de14;
|
|
189
|
+
}
|
|
190
|
+
</style>
|
|
167
191
|
<style lang="scss" scoped>
|
|
168
192
|
.feedback {
|
|
169
193
|
&__visit-portal {
|
|
@@ -177,16 +201,7 @@ const onSubmit = (): void => {
|
|
|
177
201
|
margin-right: 5px;
|
|
178
202
|
}
|
|
179
203
|
}
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
:root {
|
|
183
|
-
--feedback-text-color: #4d5d69;
|
|
184
|
-
--feedback-tooltip-close-color: #213444;
|
|
185
|
-
--feedback-tab-active-bg-color: #008fd60f;
|
|
186
|
-
}
|
|
187
|
-
:root.dark-theme {
|
|
188
|
-
--feedback-text-color: #e9eaec;
|
|
189
|
-
--feedback-tooltip-close-color: #e9eaec;
|
|
190
|
-
--feedback-tab-active-bg-color: #2ba2de14;
|
|
204
|
+
:deep(.modal-container-standard) {
|
|
205
|
+
padding-top: 0;
|
|
191
206
|
}
|
|
192
207
|
</style>
|
package/components/common/layout/theHeader/feedback/new/additionalDetails/AdditionalDetails.vue
CHANGED
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
>
|
|
28
28
|
<ui-icon
|
|
29
29
|
name="take-screenshot"
|
|
30
|
-
width="
|
|
31
|
-
height="
|
|
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="
|
|
49
|
-
height="
|
|
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="
|
|
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="
|
|
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="
|
|
10
|
-
height="
|
|
11
|
-
|
|
12
|
-
class="
|
|
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
|
|
22
|
-
<div class="flex
|
|
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
|
}
|
|
@@ -6,16 +6,17 @@
|
|
|
6
6
|
<ui-icon
|
|
7
7
|
id="feedback-description-info-icon"
|
|
8
8
|
name="info"
|
|
9
|
-
width="
|
|
10
|
-
height="
|
|
11
|
-
|
|
12
|
-
class="
|
|
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
|
|
56
|
-
padding
|
|
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.
|
|
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
|
-
|
|
39
|
-
margin-bottom: 16px;
|
|
37
|
+
color: var(--feedback-text-color);
|
|
40
38
|
font-size: 16px;
|
|
41
39
|
font-weight: 500;
|
|
42
|
-
|
|
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
|
-
|
|
65
|
-
|
|
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:
|
|
74
|
+
font-size: 13px;
|
|
77
75
|
font-weight: 500;
|
|
78
|
-
line-height:
|
|
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
|
}
|
|
@@ -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
|
}
|
|
@@ -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
|
|