bfg-common 1.4.720 → 1.4.721

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 (134) hide show
  1. package/assets/localization/local_be.json +2 -2
  2. package/assets/localization/local_en.json +2 -2
  3. package/assets/localization/local_hy.json +2 -2
  4. package/assets/localization/local_kk.json +2 -2
  5. package/assets/localization/local_ru.json +2 -2
  6. package/assets/localization/local_zh.json +2 -2
  7. package/assets/scss/common/normalize.scss +355 -361
  8. package/components/atoms/TheIcon3.vue +50 -50
  9. package/components/atoms/modal/bySteps/BySteps.vue +253 -253
  10. package/components/atoms/stack/StackBlock.vue +185 -185
  11. package/components/atoms/table/dataGrid/DataGrid.vue +1696 -1696
  12. package/components/atoms/table/dataGrid/DataGridColumnSwitch.vue +222 -222
  13. package/components/atoms/table/dataGrid/lib/config/settingsTable.ts +91 -91
  14. package/components/common/browse/BrowseNew.vue +237 -237
  15. package/components/common/browse/BrowseOld.vue +217 -217
  16. package/components/common/browse/blocks/contents/Files.vue +37 -37
  17. package/components/common/browse/blocks/contents/FilesOld.vue +72 -72
  18. package/components/common/browse/blocks/contents/filesNew/FilesNew.vue +96 -96
  19. package/components/common/browse/blocks/contents/filesNew/Skeleton.vue +18 -18
  20. package/components/common/context/lib/models/interfaces.ts +30 -30
  21. package/components/common/context/recursion/Recursion.vue +86 -86
  22. package/components/common/context/recursion/RecursionOld.vue +213 -213
  23. package/components/common/layout/theHeader/helpMenu/About.vue +82 -82
  24. package/components/common/layout/theHeader/helpMenu/aboutNew/AboutNew.vue +103 -103
  25. package/components/common/layout/theHeader/lib/models/enums.ts +0 -1
  26. package/components/common/layout/theHeader/userMenu/modals/preferences/changeLanguage/ChangeLanguage.vue +2 -5
  27. package/components/common/mainNavigationPanel/MainNavigationPanel.vue +150 -150
  28. package/components/common/mainNavigationPanel/MainNavigationPanelOld.vue +284 -300
  29. package/components/common/modals/confirmByInput/ConfirmByInput.vue +206 -206
  30. package/components/common/modals/unsavedChanges/UnsavedChanges.vue +56 -56
  31. package/components/common/monitor/overview/filters/Filters.vue +235 -232
  32. package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModal.vue +250 -240
  33. package/components/common/monitor/overview/filters/customIntervalModal/lib/config/dateChecker.ts +62 -52
  34. package/components/common/pages/home/StatusContent.vue +49 -49
  35. package/components/common/pages/home/headline/Headline.vue +44 -44
  36. package/components/common/pages/home/headline/HeadlineNew.vue +71 -71
  37. package/components/common/pages/home/lib/models/interfaces.ts +48 -48
  38. package/components/common/pages/home/widgets/Widgets.vue +49 -49
  39. package/components/common/pages/home/widgets/WidgetsNew.vue +86 -86
  40. package/components/common/pages/home/widgets/WidgetsOld.vue +34 -34
  41. package/components/common/pages/home/widgets/hosts/Hosts.vue +27 -27
  42. package/components/common/pages/home/widgets/hosts/HostsNew.vue +100 -100
  43. package/components/common/pages/home/widgets/hosts/lib/config/items.ts +23 -23
  44. package/components/common/pages/home/widgets/services/lib/config/config.ts +108 -108
  45. package/components/common/pages/home/widgets/vms/Vms.vue +26 -26
  46. package/components/common/pages/home/widgets/vms/VmsNew.vue +101 -101
  47. package/components/common/pages/home/widgets/vms/VmsOld.vue +35 -35
  48. package/components/common/pages/home/widgets/vms/lib/config/items.ts +19 -19
  49. package/components/common/recursionTree/RecursionTree.vue +212 -223
  50. package/components/common/select/button/ButtonDropdown.vue +108 -108
  51. package/components/common/selectLanguage/lib/config/config.ts +0 -5
  52. package/components/common/spiceConsole/Drawer.vue +370 -370
  53. package/components/common/spiceConsole/lib/models/interfaces.ts +5 -5
  54. package/components/common/split/vertical/Vertical.vue +160 -160
  55. package/components/common/vm/actions/add/Add.vue +616 -616
  56. package/components/common/vm/actions/clone/lib/config/steps.ts +129 -129
  57. package/components/common/vm/actions/common/customizeHardware/CustomizeHardware.vue +267 -267
  58. package/components/common/vm/actions/common/customizeHardware/CustomizeHardwareNew.vue +269 -269
  59. package/components/common/vm/actions/common/customizeHardware/virtualHardware/browseView/BrowseView.vue +219 -219
  60. package/components/common/vm/actions/common/customizeHardware/virtualHardware/bus/BusNew.vue +117 -117
  61. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveNew.vue +161 -161
  62. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/CdDvdDriveOld.vue +165 -165
  63. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/Media.vue +25 -25
  64. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaNew.vue +55 -70
  65. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cdDvdDrive/media/MediaOld.vue +42 -50
  66. package/components/common/vm/actions/common/customizeHardware/virtualHardware/cpu/Cpu.vue +338 -338
  67. package/components/common/vm/actions/common/customizeHardware/virtualHardware/lib/config/dropdownItems.ts +147 -147
  68. package/components/common/vm/actions/common/customizeHardware/virtualHardware/limit/Limit.vue +220 -220
  69. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/mode/ModeOld.vue +56 -56
  70. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newHardDisk/sharing/SharingNew.vue +44 -44
  71. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetwork.vue +281 -281
  72. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/NewNetworkNew.vue +124 -124
  73. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/LocationOld.vue +134 -134
  74. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/New.vue +63 -63
  75. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/location/new/table/lib/config/config.ts +95 -95
  76. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddress.vue +119 -119
  77. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressNew.vue +69 -69
  78. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newNetwork/macAddress/MacAddressOld.vue +83 -83
  79. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceNew.vue +85 -85
  80. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/NewPciDeviceOld.vue +91 -91
  81. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/directPathIo/DirectPathIoNew.vue +35 -35
  82. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/dynamicDirectPathIo/DynamicDirectPathIoNew.vue +48 -48
  83. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/Note.vue +15 -15
  84. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteNew.vue +42 -42
  85. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/note/NoteOld.vue +30 -30
  86. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/nvidiaGrid/NvidiaGridNew.vue +30 -30
  87. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newPciDevice/typeSelection/TypeSelectionNew.vue +46 -46
  88. package/components/common/vm/actions/common/customizeHardware/virtualHardware/newUsbController/NewUsbControllerNew.vue +56 -56
  89. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/Other.vue +16 -16
  90. package/components/common/vm/actions/common/customizeHardware/virtualHardware/other/OtherNew.vue +30 -30
  91. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardNew.vue +104 -104
  92. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/VideoCardOld.vue +112 -112
  93. package/components/common/vm/actions/common/customizeHardware/virtualHardware/videoCard/totalVideoMemory/TotalVideoMemoryNew.vue +54 -54
  94. package/components/common/vm/actions/common/customizeHardware/vmoptions/Vmoptions.vue +145 -145
  95. package/components/common/vm/actions/common/customizeHardware/vmoptions/VmoptionsNew.vue +102 -102
  96. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/BootOptionsNew.vue +75 -75
  97. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/delay/Delay.vue +26 -26
  98. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/Firmware.vue +57 -57
  99. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/firmware/FirmwareNew.vue +42 -42
  100. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/menu/MenuNew.vue +25 -25
  101. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/Order.vue +171 -171
  102. package/components/common/vm/actions/common/customizeHardware/vmoptions/bootOptions/order/OrderNew.vue +50 -50
  103. package/components/common/vm/actions/common/customizeHardware/vmoptions/generalOptions/GeneralOptionsNew.vue +141 -141
  104. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/New.vue +140 -140
  105. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/copyPaste/CopyPasteNew.vue +30 -30
  106. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/fileTransfer/FileTransferNew.vue +30 -30
  107. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/folderSharing/FolderSharingNew.vue +30 -30
  108. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/Keymap.vue +32 -32
  109. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/keymap/KeymapNew.vue +39 -39
  110. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/Password.vue +103 -103
  111. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordNew.vue +102 -102
  112. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/password/PasswordOld.vue +94 -94
  113. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirection.vue +28 -28
  114. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionNew.vue +38 -38
  115. package/components/common/vm/actions/common/customizeHardware/vmoptions/remoteConsoleOptions/usbRedirection/UsbRedirectionOld.vue +44 -44
  116. package/components/common/vm/actions/common/select/storage/Storage.vue +130 -130
  117. package/components/common/vm/actions/common/select/storage/StorageOld.vue +129 -129
  118. package/components/common/vm/actions/editSettings/EditSettings.vue +232 -232
  119. package/components/common/vm/actions/editSettings/EditSettingsOld.vue +183 -183
  120. package/components/common/vm/actions/editSettings/new/New.vue +177 -177
  121. package/components/common/vm/actions/editSettings/new/Skeleton.vue +88 -88
  122. package/composables/productNameLocal.ts +30 -30
  123. package/composables/useAppVersion.ts +21 -21
  124. package/composables/useLocal.ts +0 -5
  125. package/layouts/auth.vue +0 -1
  126. package/package.json +1 -1
  127. package/plugins/date.ts +233 -233
  128. package/plugins/recursion.ts +311 -311
  129. package/public/spice-console/lib/images/bitmap.js +203 -203
  130. package/public/spice-console/network/spicechannel.js +383 -383
  131. package/store/main/mutations.ts +7 -7
  132. package/store/main/state.ts +7 -7
  133. package/store/tasks/mappers/recentTasks.ts +64 -64
  134. package/assets/scss/clarity/local_ar.json +0 -2914
@@ -1,232 +1,235 @@
1
- <template>
2
- <div class="horizontal-flex-container overview-chart-title-bar">
3
- <div class="horizontal-flex-container">
4
- <label for="periodSelect" class="label-select"
5
- >{{ localization.inventoryMonitor.period }}:</label
6
- >
7
- <div v-if="!disabledPeriodOptions" class="select">
8
- <select
9
- id="periodSelect"
10
- v-model="selectedPeriod"
11
- data-id="period-select"
12
- >
13
- <option
14
- v-for="(item, index) in periodOptions"
15
- :key="index"
16
- :value="item.value"
17
- >
18
- {{ item.text }}
19
- </option>
20
- </select>
21
- </div>
22
- <span v-else class="single-option">{{ periodOptions[0].text }}</span>
23
- </div>
24
- <div v-show="isShowCustomIntervalButton">
25
- <a
26
- id="show-interval-modal-button"
27
- data-id="show-interval-modal-button"
28
- @click="onShowIntervalModal"
29
- >{{ localization.inventoryMonitor.changeCustomInterval }}</a
30
- >
31
- </div>
32
- <div v-if="!disabledPeriodOptions" class="chart-title">
33
- {{ chartTitleDate }}
34
- </div>
35
- <div class="view-select-label horizontal-flex-container">
36
- <label for="viewSelect" class="label-select"
37
- >{{ localization.common.view }}:</label
38
- >
39
- <div class="select">
40
- <select id="viewSelect" v-model="selectedView" data-id="view-select">
41
- <option
42
- v-for="(item, index) in viewOptions"
43
- :key="index"
44
- :value="item.value"
45
- >
46
- {{ item.text }}
47
- </option>
48
- </select>
49
- </div>
50
- </div>
51
- </div>
52
-
53
- <common-monitor-overview-filters-custom-interval-modal
54
- v-show="isShowIntervalModal"
55
- :selected-periods="props.selectedPeriods"
56
- :format-date="props.formatDate"
57
- :current-lang="props.currentLang"
58
- @hide="onHideIntervalModal"
59
- @submit="onSubmitIntervalModal"
60
- />
61
- </template>
62
-
63
- <script setup lang="ts">
64
- import type { UI_I_Localization } from '~/lib/models/interfaces'
65
- import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
66
- import type { UI_I_MonitorGraphPayload } from '~/components/common/monitor/lib/models/interfaces'
67
- import type { UI_T_OverviewViewType } from '~/components/common/monitor/overview/filters/lib/models/types'
68
- import {
69
- periodFunc,
70
- viewFunc,
71
- } from '~/components/common/monitor/overview/filters/lib/config/filterOptions'
72
- import { getValidDateByOptionFunc } from '~/components/common/monitor/lib/config/getValidDateByOption'
73
-
74
- const localization = computed<UI_I_Localization>(() => useLocal())
75
- const { $formattedDatetime } = useNuxtApp()
76
-
77
- const props = defineProps<{
78
- startDate: number
79
- endDate: number
80
- chartType: 'spline' | 'pie'
81
- view: UI_T_OverviewViewType
82
- selectedPeriods: number[]
83
- formatDate: string
84
- currentLang: string
85
- formatTime?: string
86
- }>()
87
-
88
- const emits = defineEmits<{
89
- (event: 'update-filters', value: UI_I_MonitorGraphPayload): void
90
- (event: 'update-custom-date', value: number[]): void
91
- }>()
92
-
93
- const selectedPeriod = ref<string>('')
94
- const periodOptions = computed<UI_I_OptionItem[]>(() =>
95
- periodFunc(localization.value)
96
- )
97
- watch(
98
- () => periodOptions.value,
99
- (newValue: UI_I_OptionItem[]) => {
100
- if (newValue) selectedPeriod.value = newValue[0].value
101
- },
102
- { immediate: true }
103
- )
104
-
105
- const isShowCustomIntervalButton = computed<boolean>(
106
- () => selectedPeriod.value === 'custom_interval'
107
- )
108
-
109
- const isShowIntervalModal = ref<boolean>(false)
110
- const onShowIntervalModal = (): void => {
111
- isShowIntervalModal.value = true
112
- }
113
- const onHideIntervalModal = (): void => {
114
- isShowIntervalModal.value = false
115
- }
116
- const onSubmitIntervalModal = (customDates: number[]): void => {
117
- customDatesData.value = customDates
118
- sendUpdatedFilters()
119
- onHideIntervalModal()
120
- emits('update-custom-date', customDates)
121
- }
122
-
123
- const chartTitleDate = computed<string>(() => {
124
- const startValue = props.startDate
125
- const endValue = props.endDate
126
- if (!startValue && !endValue) return ''
127
-
128
- const start = $formattedDatetime(
129
- startValue,
130
- props.formatDate,
131
- true,
132
- '',
133
- props.formatTime
134
- )
135
- const end = $formattedDatetime(
136
- endValue,
137
- props.formatDate,
138
- true,
139
- '',
140
- props.formatTime
141
- )
142
- return `${start} - ${end}`
143
- })
144
-
145
- // const disabledPeriodOptions = computed<boolean>(
146
- // () => props.chartType === 'pie' || !chartTitleDate.value
147
- // )
148
-
149
- const disabledPeriodOptions = computed<boolean>(() => props.chartType === 'pie')
150
-
151
- const selectedView = ref<string>('')
152
- const viewOptions = computed<UI_I_OptionItem[]>(() =>
153
- viewFunc(localization.value, props.view)
154
- )
155
- watch(
156
- () => viewOptions.value,
157
- (newValue: UI_I_OptionItem[]) => {
158
- if (newValue) selectedView.value = newValue[0].value
159
- },
160
- { immediate: true }
161
- )
162
-
163
- const customDatesData = ref<number[]>([])
164
- const sendUpdatedFilters = (): void => {
165
- const currentPeriod =
166
- selectedPeriod.value === 'custom_interval'
167
- ? customDatesData.value
168
- : getValidDateByOptionFunc(selectedPeriod.value)
169
- const filters: UI_I_MonitorGraphPayload = {
170
- period: currentPeriod,
171
- view: selectedView.value,
172
- periodName: selectedPeriod.value,
173
- }
174
-
175
- emits('update-filters', filters)
176
- }
177
- watch(
178
- () => [selectedPeriod.value, selectedView.value],
179
- () => {
180
- sendUpdatedFilters()
181
- },
182
- { immediate: true }
183
- )
184
- </script>
185
-
186
- <style scoped lang="scss">
187
- .horizontal-flex-container {
188
- display: flex;
189
- flex-direction: row;
190
- align-items: center;
191
- line-height: 20px;
192
- flex-shrink: 0;
193
- padding-top: 5px;
194
-
195
- .select {
196
- position: relative;
197
-
198
- select {
199
- height: 20px;
200
- margin: 5px;
201
- color: var(--global-font-color);
202
- }
203
- }
204
- .single-option {
205
- margin-left: 5px;
206
- }
207
-
208
- .chart-title {
209
- color: var(--global-font-color);
210
- text-overflow: ellipsis;
211
- white-space: nowrap;
212
- overflow: hidden;
213
- margin: 6px;
214
- font-weight: 700;
215
- text-transform: uppercase;
216
- }
217
-
218
- #show-interval-modal-button {
219
- cursor: pointer;
220
- color: var(--dropdown-item-color);
221
- }
222
-
223
- .view-select-label {
224
- margin-left: auto;
225
- padding-right: 7px;
226
- padding-left: 7px;
227
- text-overflow: ellipsis;
228
- white-space: nowrap;
229
- align-items: center;
230
- }
231
- }
232
- </style>
1
+ <template>
2
+ <div class="horizontal-flex-container overview-chart-title-bar">
3
+ <div class="horizontal-flex-container">
4
+ <label for="periodSelect" class="label-select"
5
+ >{{ localization.inventoryMonitor.period }}:</label
6
+ >
7
+ <div v-if="!disabledPeriodOptions" class="select">
8
+ <select
9
+ id="periodSelect"
10
+ v-model="selectedPeriod"
11
+ data-id="period-select"
12
+ >
13
+ <option
14
+ v-for="(item, index) in periodOptions"
15
+ :key="index"
16
+ :value="item.value"
17
+ >
18
+ {{ item.text }}
19
+ </option>
20
+ </select>
21
+ </div>
22
+ <span v-else class="single-option">{{ periodOptions[0].text }}</span>
23
+ </div>
24
+ <div v-show="isShowCustomIntervalButton">
25
+ <a
26
+ id="show-interval-modal-button"
27
+ data-id="show-interval-modal-button"
28
+ @click="onShowIntervalModal"
29
+ >{{ localization.inventoryMonitor.changeCustomInterval }}</a
30
+ >
31
+ </div>
32
+ <div v-if="!disabledPeriodOptions" class="chart-title">
33
+ {{ chartTitleDate }}
34
+ </div>
35
+ <div class="view-select-label horizontal-flex-container">
36
+ <label for="viewSelect" class="label-select"
37
+ >{{ localization.common.view }}:</label
38
+ >
39
+ <div class="select">
40
+ <select id="viewSelect" v-model="selectedView" data-id="view-select">
41
+ <option
42
+ v-for="(item, index) in viewOptions"
43
+ :key="index"
44
+ :value="item.value"
45
+ >
46
+ {{ item.text }}
47
+ </option>
48
+ </select>
49
+ </div>
50
+ </div>
51
+ </div>
52
+
53
+ <common-monitor-overview-filters-custom-interval-modal
54
+ v-if="props.validDateEnd"
55
+ v-show="isShowIntervalModal"
56
+ :selected-periods="props.selectedPeriods"
57
+ :format-date="props.formatDate"
58
+ :current-lang="props.currentLang"
59
+ :valid-date-end="props.validDateEnd"
60
+ @hide="onHideIntervalModal"
61
+ @submit="onSubmitIntervalModal"
62
+ />
63
+ </template>
64
+
65
+ <script setup lang="ts">
66
+ import type { UI_I_Localization } from '~/lib/models/interfaces'
67
+ import type { UI_I_OptionItem } from '~/components/atoms/lib/models/interfaces'
68
+ import type { UI_I_MonitorGraphPayload } from '~/components/common/monitor/lib/models/interfaces'
69
+ import type { UI_T_OverviewViewType } from '~/components/common/monitor/overview/filters/lib/models/types'
70
+ import {
71
+ periodFunc,
72
+ viewFunc,
73
+ } from '~/components/common/monitor/overview/filters/lib/config/filterOptions'
74
+ import { getValidDateByOptionFunc } from '~/components/common/monitor/lib/config/getValidDateByOption'
75
+
76
+ const localization = computed<UI_I_Localization>(() => useLocal())
77
+ const { $formattedDatetime } = useNuxtApp()
78
+
79
+ const props = defineProps<{
80
+ startDate: number
81
+ endDate: number
82
+ chartType: 'spline' | 'pie'
83
+ view: UI_T_OverviewViewType
84
+ selectedPeriods: number[]
85
+ formatDate: string
86
+ currentLang: string
87
+ validDateEnd: number
88
+ formatTime?: string
89
+ }>()
90
+
91
+ const emits = defineEmits<{
92
+ (event: 'update-filters', value: UI_I_MonitorGraphPayload): void
93
+ (event: 'update-custom-date', value: number[]): void
94
+ }>()
95
+
96
+ const selectedPeriod = ref<string>('')
97
+ const periodOptions = computed<UI_I_OptionItem[]>(() =>
98
+ periodFunc(localization.value)
99
+ )
100
+ watch(
101
+ () => periodOptions.value,
102
+ (newValue: UI_I_OptionItem[]) => {
103
+ if (newValue) selectedPeriod.value = newValue[0].value
104
+ },
105
+ { immediate: true }
106
+ )
107
+
108
+ const isShowCustomIntervalButton = computed<boolean>(
109
+ () => selectedPeriod.value === 'custom_interval'
110
+ )
111
+
112
+ const isShowIntervalModal = ref<boolean>(false)
113
+ const onShowIntervalModal = (): void => {
114
+ isShowIntervalModal.value = true
115
+ }
116
+ const onHideIntervalModal = (): void => {
117
+ isShowIntervalModal.value = false
118
+ }
119
+ const onSubmitIntervalModal = (customDates: number[]): void => {
120
+ customDatesData.value = customDates
121
+ sendUpdatedFilters()
122
+ onHideIntervalModal()
123
+ emits('update-custom-date', customDates)
124
+ }
125
+
126
+ const chartTitleDate = computed<string>(() => {
127
+ const startValue = props.startDate
128
+ const endValue = props.endDate
129
+ if (!startValue && !endValue) return ''
130
+
131
+ const start = $formattedDatetime(
132
+ startValue,
133
+ props.formatDate,
134
+ true,
135
+ '',
136
+ props.formatTime
137
+ )
138
+ const end = $formattedDatetime(
139
+ endValue,
140
+ props.formatDate,
141
+ true,
142
+ '',
143
+ props.formatTime
144
+ )
145
+ return `${start} - ${end}`
146
+ })
147
+
148
+ // const disabledPeriodOptions = computed<boolean>(
149
+ // () => props.chartType === 'pie' || !chartTitleDate.value
150
+ // )
151
+
152
+ const disabledPeriodOptions = computed<boolean>(() => props.chartType === 'pie')
153
+
154
+ const selectedView = ref<string>('')
155
+ const viewOptions = computed<UI_I_OptionItem[]>(() =>
156
+ viewFunc(localization.value, props.view)
157
+ )
158
+ watch(
159
+ () => viewOptions.value,
160
+ (newValue: UI_I_OptionItem[]) => {
161
+ if (newValue) selectedView.value = newValue[0].value
162
+ },
163
+ { immediate: true }
164
+ )
165
+
166
+ const customDatesData = ref<number[]>([])
167
+ const sendUpdatedFilters = (): void => {
168
+ const currentPeriod =
169
+ selectedPeriod.value === 'custom_interval'
170
+ ? customDatesData.value
171
+ : getValidDateByOptionFunc(selectedPeriod.value)
172
+ const filters: UI_I_MonitorGraphPayload = {
173
+ period: currentPeriod,
174
+ view: selectedView.value,
175
+ periodName: selectedPeriod.value,
176
+ }
177
+
178
+ emits('update-filters', filters)
179
+ }
180
+ watch(
181
+ () => [selectedPeriod.value, selectedView.value],
182
+ () => {
183
+ sendUpdatedFilters()
184
+ },
185
+ { immediate: true }
186
+ )
187
+ </script>
188
+
189
+ <style scoped lang="scss">
190
+ .horizontal-flex-container {
191
+ display: flex;
192
+ flex-direction: row;
193
+ align-items: center;
194
+ line-height: 20px;
195
+ flex-shrink: 0;
196
+ padding-top: 5px;
197
+
198
+ .select {
199
+ position: relative;
200
+
201
+ select {
202
+ height: 20px;
203
+ margin: 5px;
204
+ color: var(--global-font-color);
205
+ }
206
+ }
207
+ .single-option {
208
+ margin-left: 5px;
209
+ }
210
+
211
+ .chart-title {
212
+ color: var(--global-font-color);
213
+ text-overflow: ellipsis;
214
+ white-space: nowrap;
215
+ overflow: hidden;
216
+ margin: 6px;
217
+ font-weight: 700;
218
+ text-transform: uppercase;
219
+ }
220
+
221
+ #show-interval-modal-button {
222
+ cursor: pointer;
223
+ color: var(--dropdown-item-color);
224
+ }
225
+
226
+ .view-select-label {
227
+ margin-left: auto;
228
+ padding-right: 7px;
229
+ padding-left: 7px;
230
+ text-overflow: ellipsis;
231
+ white-space: nowrap;
232
+ align-items: center;
233
+ }
234
+ }
235
+ </style>