bfg-common 1.4.861 → 1.4.862
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/.idea/inspectionProfiles/Project_Default.xml +2 -1
- package/assets/localization/local_be.json +3012 -3009
- package/assets/localization/local_en.json +5 -2
- package/assets/localization/local_hy.json +5 -2
- package/assets/localization/local_kk.json +5 -2
- package/assets/localization/local_ru.json +5 -2
- package/assets/localization/local_zh.json +5 -2
- package/components/common/chartOptionsModal/counters/timespan/form/Form.vue +40 -313
- package/components/common/chartOptionsModal/counters/timespan/form/FormNew.vue +241 -0
- package/components/common/chartOptionsModal/counters/timespan/form/FormOld.vue +372 -0
- package/components/common/graph/GraphOld.vue +50 -31
- package/components/common/monitor/advanced/Advanced.vue +0 -3
- package/components/common/monitor/advanced/AdvancedNew.vue +0 -2
- package/components/common/monitor/advanced/AdvancedOld.vue +0 -2
- package/components/common/monitor/advanced/graphView/GraphView.vue +16 -18
- package/components/common/monitor/advanced/tools/Tools.vue +0 -3
- package/components/common/monitor/advanced/tools/ToolsNew.vue +0 -2
- package/components/common/monitor/advanced/tools/ToolsOld.vue +0 -2
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModal.vue +113 -114
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalNew.vue +190 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/ChartOptionsModalOld.vue +189 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/Notification.vue +13 -20
- package/components/common/monitor/advanced/tools/chartOptionsModal/NotificationNew.vue +20 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/NotificationOld.vue +27 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/Actions.vue +28 -79
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/ActionsNew.vue +160 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/actions/ActionsOld.vue +114 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/Counters.vue +75 -56
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersNew.vue +97 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/CountersOld.vue +110 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/Table.vue +19 -58
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/TableNew.vue +46 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/config/options.ts +19 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/config/tableData.ts +71 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableNew/utils/constructTable.ts +29 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/tableOld/TableOld.vue +85 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{lib → tableOld/lib}/config/tableConfig.ts +1 -1
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/Timespan.vue +71 -47
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/TimespanNew.vue +150 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/TimespanOld.vue +95 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/Object.vue +21 -26
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/ObjectNew.vue +56 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/lib/config/options.ts +25 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/lib/config/tableData.ts +47 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectNew/lib/utils/constructTable.ts +22 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/counters/timespan/object/objectOld/ObjectOld.vue +84 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/Metrics.vue +17 -29
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/MetricsOld.vue +32 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/metricsNew/MetricsNew.vue +101 -0
- package/components/common/monitor/advanced/tools/chartOptionsModal/metrics/metricsNew/lib/utils/constructAccordion.ts +32 -0
- package/components/common/monitor/overview/Overview.vue +224 -221
- package/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModalNew.vue +186 -181
- package/components/common/pages/hardwareHealth/historyTestimony/Graph.vue +26 -30
- package/lib/utils/date.ts +12 -0
- package/package.json +2 -2
- /package/components/common/monitor/advanced/tools/chartOptionsModal/counters/table/{lib → tableOld/lib}/models/types.ts +0 -0
|
@@ -2319,7 +2319,8 @@
|
|
|
2319
2319
|
"submit": "Submit",
|
|
2320
2320
|
"up": "Up",
|
|
2321
2321
|
"speed": "Speed",
|
|
2322
|
-
"incorrectConfirmation": "Incorrect confirmation. Please type “{0}” to proceed."
|
|
2322
|
+
"incorrectConfirmation": "Incorrect confirmation. Please type “{0}” to proceed.",
|
|
2323
|
+
"options": "Options"
|
|
2323
2324
|
},
|
|
2324
2325
|
"auth": {
|
|
2325
2326
|
"welcomeTo": "Welcome to",
|
|
@@ -2758,7 +2759,9 @@
|
|
|
2758
2759
|
"totalCapacity": "Total Capacity",
|
|
2759
2760
|
"usedReservation": "Used Reservation",
|
|
2760
2761
|
"availableCapacity": "Available Capacity",
|
|
2761
|
-
"dateTimeIsoFormat": "Date and time are in ISO 8601 format."
|
|
2762
|
+
"dateTimeIsoFormat": "Date and time are in ISO 8601 format.",
|
|
2763
|
+
"deleteConfirmationChartOption": "Delete Confirmation",
|
|
2764
|
+
"deleteConfirmationChartOptionDesc": "Are you sure you want to remove chart options “{0}” from “Default”."
|
|
2762
2765
|
},
|
|
2763
2766
|
"inventoryTabs": {
|
|
2764
2767
|
"summary": "Summary",
|
|
@@ -2319,7 +2319,8 @@
|
|
|
2319
2319
|
"submit": "Ներկայացնել",
|
|
2320
2320
|
"up": "Վեր",
|
|
2321
2321
|
"speed": "Արագություն",
|
|
2322
|
-
"incorrectConfirmation": "Սխալ հաստատում: Շարունակելու համար խնդրում ենք մուտքագրել \" {0}\":"
|
|
2322
|
+
"incorrectConfirmation": "Սխալ հաստատում: Շարունակելու համար խնդրում ենք մուտքագրել \" {0}\":",
|
|
2323
|
+
"options": "Ընտրանքներ"
|
|
2323
2324
|
},
|
|
2324
2325
|
"auth": {
|
|
2325
2326
|
"welcomeTo": "Բարի գալուստ",
|
|
@@ -2758,7 +2759,9 @@
|
|
|
2758
2759
|
"totalCapacity": "Ընդհանուր տարածություն",
|
|
2759
2760
|
"usedReservation": "Օգտագործված ամրագրում",
|
|
2760
2761
|
"availableCapacity": "Առկա տարածություն",
|
|
2761
|
-
"dateTimeIsoFormat": "Ամսաթիվը եւ ժամը ISO 8601 ձեւաչափով են:"
|
|
2762
|
+
"dateTimeIsoFormat": "Ամսաթիվը եւ ժամը ISO 8601 ձեւաչափով են:",
|
|
2763
|
+
"deleteConfirmationChartOption": "Ջնջել հաստատումը",
|
|
2764
|
+
"deleteConfirmationChartOptionDesc": "Համոզվա՞ծ եք, որ ցանկանում եք հեռացնել «{0}» գծապատկերի ընտրանքները «Լռակյացից»:"
|
|
2762
2765
|
},
|
|
2763
2766
|
"inventoryTabs": {
|
|
2764
2767
|
"summary": "Ամփոփում",
|
|
@@ -2318,7 +2318,8 @@
|
|
|
2318
2318
|
"submit": "Бағыну",
|
|
2319
2319
|
"up": "Бойымен",
|
|
2320
2320
|
"speed": "Жылдамдық",
|
|
2321
|
-
"incorrectConfirmation": "Қате растау. Жалғастыру үшін \"{0}\" теріңіз."
|
|
2321
|
+
"incorrectConfirmation": "Қате растау. Жалғастыру үшін \"{0}\" теріңіз.",
|
|
2322
|
+
"options": "Параметрлер"
|
|
2322
2323
|
},
|
|
2323
2324
|
"auth": {
|
|
2324
2325
|
"welcomeTo": "Қош келдіңіз",
|
|
@@ -2757,7 +2758,9 @@
|
|
|
2757
2758
|
"totalCapacity": "Жалпы Сыйымдылығы",
|
|
2758
2759
|
"usedReservation": "Пайдаланылған Брондау",
|
|
2759
2760
|
"availableCapacity": "Қолжетімді Сыйымдылық",
|
|
2760
|
-
"dateTimeIsoFormat": "Күн мен уақыт ISO 8601. форматында"
|
|
2761
|
+
"dateTimeIsoFormat": "Күн мен уақыт ISO 8601. форматында",
|
|
2762
|
+
"deleteConfirmationChartOption": "Растауды жою",
|
|
2763
|
+
"deleteConfirmationChartOptionDesc": "\"{0}\" диаграмма опцияларын \"Әдепкіден\" өшіргіңіз келетініне сенімдісіз бе."
|
|
2761
2764
|
},
|
|
2762
2765
|
"inventoryTabs": {
|
|
2763
2766
|
"summary": "Түйіндеме",
|
|
@@ -2320,7 +2320,8 @@
|
|
|
2320
2320
|
"submit": "Представлять на рассмотрение",
|
|
2321
2321
|
"up": "Вверх",
|
|
2322
2322
|
"speed": "Скорость",
|
|
2323
|
-
"incorrectConfirmation": "Неверное подтверждение. Пожалуйста, введите “{0}”, чтобы продолжить."
|
|
2323
|
+
"incorrectConfirmation": "Неверное подтверждение. Пожалуйста, введите “{0}”, чтобы продолжить.",
|
|
2324
|
+
"options": "Параметры"
|
|
2324
2325
|
},
|
|
2325
2326
|
"auth": {
|
|
2326
2327
|
"welcomeTo": "Добро пожаловать в",
|
|
@@ -2759,7 +2760,9 @@
|
|
|
2759
2760
|
"totalCapacity": "Общая вместимость",
|
|
2760
2761
|
"usedReservation": "Использованное бронирование",
|
|
2761
2762
|
"availableCapacity": "Доступная емкость",
|
|
2762
|
-
"dateTimeIsoFormat": "Дата и время в формате ISO 8601."
|
|
2763
|
+
"dateTimeIsoFormat": "Дата и время в формате ISO 8601.",
|
|
2764
|
+
"deleteConfirmationChartOption": "Подтверждение удаления",
|
|
2765
|
+
"deleteConfirmationChartOptionDesc": "Вы уверены, что хотите удалить параметры диаграммы «{0}» из «По умолчанию»?"
|
|
2763
2766
|
},
|
|
2764
2767
|
"inventoryTabs": {
|
|
2765
2768
|
"summary": "Сводка",
|
|
@@ -2317,7 +2317,8 @@
|
|
|
2317
2317
|
"submit": "提交",
|
|
2318
2318
|
"up": "向上",
|
|
2319
2319
|
"speed": "速度",
|
|
2320
|
-
"incorrectConfirmation": "不正确的确认。 请输入\"{0}\"继续。"
|
|
2320
|
+
"incorrectConfirmation": "不正确的确认。 请输入\"{0}\"继续。",
|
|
2321
|
+
"options": "选项"
|
|
2321
2322
|
},
|
|
2322
2323
|
"auth": {
|
|
2323
2324
|
"welcomeTo": "欢迎来到",
|
|
@@ -2756,7 +2757,9 @@
|
|
|
2756
2757
|
"totalCapacity": "总容量",
|
|
2757
2758
|
"usedReservation": "已使用的预订",
|
|
2758
2759
|
"availableCapacity": "可用容量",
|
|
2759
|
-
"dateTimeIsoFormat": "日期和时间为ISO 8601格式。"
|
|
2760
|
+
"dateTimeIsoFormat": "日期和时间为ISO 8601格式。",
|
|
2761
|
+
"deleteConfirmationChartOption": "删除确认",
|
|
2762
|
+
"deleteConfirmationChartOptionDesc": "您确定要从“默认”中删除图表选项“{0}”吗?"
|
|
2760
2763
|
},
|
|
2761
2764
|
"inventoryTabs": {
|
|
2762
2765
|
"summary": "概括",
|
|
@@ -1,223 +1,39 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
<td class="relative">
|
|
38
|
-
<input
|
|
39
|
-
id="custom-time-lastInput"
|
|
40
|
-
v-model="localPeriodType"
|
|
41
|
-
data-id="custom-time-lastInput"
|
|
42
|
-
type="radio"
|
|
43
|
-
value="last"
|
|
44
|
-
class="custom-radio-button"
|
|
45
|
-
name="lastFrom"
|
|
46
|
-
/>
|
|
47
|
-
<label
|
|
48
|
-
for="custom-time-lastInput"
|
|
49
|
-
class="custom-radio-label"
|
|
50
|
-
>
|
|
51
|
-
{{ periodTypeText }}:
|
|
52
|
-
</label>
|
|
53
|
-
</td>
|
|
54
|
-
<td>
|
|
55
|
-
<div
|
|
56
|
-
:class="[
|
|
57
|
-
'custom-timespan-type-last-container',
|
|
58
|
-
{ active: localPeriodType === 'last' },
|
|
59
|
-
]"
|
|
60
|
-
>
|
|
61
|
-
<input
|
|
62
|
-
id="chart-option-setting-row"
|
|
63
|
-
v-model="localLast"
|
|
64
|
-
data-id="chart-option-setting-row"
|
|
65
|
-
type="number"
|
|
66
|
-
class="chart-option-setting-row custom-time-input"
|
|
67
|
-
/>
|
|
68
|
-
<div
|
|
69
|
-
class="chart-option-setting-row custom-time-input inline-block"
|
|
70
|
-
>
|
|
71
|
-
<div
|
|
72
|
-
class="view-select-label horizontal-flex-container"
|
|
73
|
-
>
|
|
74
|
-
<div class="select">
|
|
75
|
-
<select
|
|
76
|
-
id="chart-timespan-type-select"
|
|
77
|
-
v-model="localSelectedCustomTime"
|
|
78
|
-
data-id="chart-timespan-type-select"
|
|
79
|
-
>
|
|
80
|
-
<option
|
|
81
|
-
v-for="(item, index) in customTimeOptions"
|
|
82
|
-
:key="index"
|
|
83
|
-
:value="item.value"
|
|
84
|
-
>
|
|
85
|
-
{{ item.text }}
|
|
86
|
-
</option>
|
|
87
|
-
</select>
|
|
88
|
-
</div>
|
|
89
|
-
</div>
|
|
90
|
-
</div>
|
|
91
|
-
</div>
|
|
92
|
-
</td>
|
|
93
|
-
</tr>
|
|
94
|
-
<tr>
|
|
95
|
-
<td class="relative">
|
|
96
|
-
<input
|
|
97
|
-
id="custom-time-fromInput"
|
|
98
|
-
v-model="localPeriodType"
|
|
99
|
-
data-id="custom-time-from-input"
|
|
100
|
-
type="radio"
|
|
101
|
-
value="period"
|
|
102
|
-
class="custom-radio-button"
|
|
103
|
-
name="lastFrom"
|
|
104
|
-
/>
|
|
105
|
-
<label
|
|
106
|
-
for="custom-time-fromInput"
|
|
107
|
-
class="custom-radio-label text-capitalize text-right"
|
|
108
|
-
>{{ localization.common.from2 }}:
|
|
109
|
-
</label>
|
|
110
|
-
</td>
|
|
111
|
-
<td>
|
|
112
|
-
<div
|
|
113
|
-
:class="[
|
|
114
|
-
'date-container-row disabled-container calendar-date-row',
|
|
115
|
-
{ active: localPeriodType === 'period' },
|
|
116
|
-
]"
|
|
117
|
-
>
|
|
118
|
-
<input
|
|
119
|
-
id="current-date-from"
|
|
120
|
-
v-model.lazy="localCurrentDateFrom"
|
|
121
|
-
data-id="current-date-from-input"
|
|
122
|
-
type="text"
|
|
123
|
-
class="chart-option-setting-row custom-time-input first-from"
|
|
124
|
-
/>
|
|
125
|
-
<div class="section-datepicker">
|
|
126
|
-
<atoms-datepicker
|
|
127
|
-
v-model="dateFrom"
|
|
128
|
-
:lang="props.language"
|
|
129
|
-
class="calendar-from calendar-popup btn-show-hide-calendar"
|
|
130
|
-
@update="onUpdateDateFrom"
|
|
131
|
-
/>
|
|
132
|
-
</div>
|
|
133
|
-
<input
|
|
134
|
-
id="current-time-from"
|
|
135
|
-
v-model="currentTimeFrom"
|
|
136
|
-
data-id="current-time-from-input"
|
|
137
|
-
type="text"
|
|
138
|
-
class="chart-option-setting-row custom-time-input"
|
|
139
|
-
/>
|
|
140
|
-
</div>
|
|
141
|
-
</td>
|
|
142
|
-
</tr>
|
|
143
|
-
<tr>
|
|
144
|
-
<td class="custom-time-label-text text-right">
|
|
145
|
-
{{ localization.common.to2 }}:
|
|
146
|
-
</td>
|
|
147
|
-
<td>
|
|
148
|
-
<div
|
|
149
|
-
:class="[
|
|
150
|
-
'date-container-row disabled-container calendar-date-row',
|
|
151
|
-
{ active: localPeriodType === 'period' },
|
|
152
|
-
]"
|
|
153
|
-
>
|
|
154
|
-
<input
|
|
155
|
-
id="current-date-to"
|
|
156
|
-
v-model.lazy="currentDateTo"
|
|
157
|
-
data-id="current-date-to-input"
|
|
158
|
-
type="text"
|
|
159
|
-
class="chart-option-setting-row custom-time-input first-to"
|
|
160
|
-
/>
|
|
161
|
-
<div class="section-datepicker">
|
|
162
|
-
<atoms-datepicker
|
|
163
|
-
v-model="dateTo"
|
|
164
|
-
:lang="props.language"
|
|
165
|
-
class="calendar-from calendar-popup btn-show-hide-calendar"
|
|
166
|
-
@update="onUpdateDateTo"
|
|
167
|
-
/>
|
|
168
|
-
</div>
|
|
169
|
-
<input
|
|
170
|
-
id="current-time-to"
|
|
171
|
-
v-model="currentTimeTo"
|
|
172
|
-
data-id="current-time-to-input"
|
|
173
|
-
type="text"
|
|
174
|
-
class="chart-option-setting-row custom-time-input"
|
|
175
|
-
/>
|
|
176
|
-
</div>
|
|
177
|
-
</td>
|
|
178
|
-
</tr>
|
|
179
|
-
<tr>
|
|
180
|
-
<td></td>
|
|
181
|
-
<td
|
|
182
|
-
:class="[
|
|
183
|
-
'disabled-container',
|
|
184
|
-
{ active: localPeriodType === 'period' },
|
|
185
|
-
]"
|
|
186
|
-
>
|
|
187
|
-
<span>
|
|
188
|
-
({{ localization.inventoryMonitor.isoTimeFormat }})
|
|
189
|
-
</span>
|
|
190
|
-
</td>
|
|
191
|
-
</tr>
|
|
192
|
-
</tbody>
|
|
193
|
-
</table>
|
|
194
|
-
</div>
|
|
195
|
-
</div>
|
|
196
|
-
</div>
|
|
197
|
-
<div class="horizontal-flex-container chart-type-container">
|
|
198
|
-
<div class="view-select-label horizontal-flex-container">
|
|
199
|
-
<label for="chart-type-select" class="label-select"
|
|
200
|
-
>{{ localization.inventoryMonitor.chartType }}:</label
|
|
201
|
-
>
|
|
202
|
-
<div class="select">
|
|
203
|
-
<select
|
|
204
|
-
id="chart-type-select"
|
|
205
|
-
v-model="chartType"
|
|
206
|
-
data-id="chart-type-select"
|
|
207
|
-
>
|
|
208
|
-
<option
|
|
209
|
-
v-for="(item, index) in chartTypeOptions"
|
|
210
|
-
:key="index"
|
|
211
|
-
:value="item.value"
|
|
212
|
-
>
|
|
213
|
-
{{ item.text }}
|
|
214
|
-
</option>
|
|
215
|
-
</select>
|
|
216
|
-
</div>
|
|
217
|
-
</div>
|
|
218
|
-
</div>
|
|
219
|
-
</div>
|
|
220
|
-
</div>
|
|
2
|
+
<common-chart-options-modal-counters-timespan-form-new
|
|
3
|
+
v-if="isNewView"
|
|
4
|
+
v-model:local-selected-timespan="localSelectedTimespan"
|
|
5
|
+
v-model:local-period-type="localPeriodType"
|
|
6
|
+
v-model:local-last="localLast"
|
|
7
|
+
v-model:local-selected-custom-time="localSelectedCustomTime"
|
|
8
|
+
v-model:local-current-date-from="localCurrentDateFrom"
|
|
9
|
+
v-model:current-time-from="currentTimeFrom"
|
|
10
|
+
v-model:current-time-to="currentTimeTo"
|
|
11
|
+
v-model:current-date-to="currentDateTo"
|
|
12
|
+
:timespan-options="timespanOptions"
|
|
13
|
+
:custom-time-options="customTimeOptions"
|
|
14
|
+
:language="props.language"
|
|
15
|
+
/>
|
|
16
|
+
<common-chart-options-modal-counters-timespan-form-old
|
|
17
|
+
v-else
|
|
18
|
+
v-model:local-selected-timespan="localSelectedTimespan"
|
|
19
|
+
v-model:local-period-type="localPeriodType"
|
|
20
|
+
v-model:local-last="localLast"
|
|
21
|
+
v-model:local-selected-custom-time="localSelectedCustomTime"
|
|
22
|
+
v-model:local-current-date-from="localCurrentDateFrom"
|
|
23
|
+
v-model:date-from="dateFrom"
|
|
24
|
+
v-model:current-date-to="currentDateTo"
|
|
25
|
+
v-model:date-to="dateTo"
|
|
26
|
+
v-model:current-time-to="currentTimeTo"
|
|
27
|
+
v-model:chart-type="chartType"
|
|
28
|
+
:timespan-options="timespanOptions"
|
|
29
|
+
:period-type-text="periodTypeText"
|
|
30
|
+
:custom-time-options="customTimeOptions"
|
|
31
|
+
:language="props.language"
|
|
32
|
+
:current-time-from="currentTimeFrom"
|
|
33
|
+
:chart-type-options="chartTypeOptions"
|
|
34
|
+
@update-date-from="onUpdateDateFrom"
|
|
35
|
+
@update-date-to="onUpdateDateTo"
|
|
36
|
+
/>
|
|
221
37
|
</template>
|
|
222
38
|
|
|
223
39
|
<script setup lang="ts">
|
|
@@ -256,7 +72,10 @@ const emits = defineEmits<{
|
|
|
256
72
|
(event: 'update-custom-time-to', value: string): void
|
|
257
73
|
}>()
|
|
258
74
|
|
|
259
|
-
const { $formattedDate, $isDate, $getTimeFormat, $getUnixByDate } =
|
|
75
|
+
const { $store, $formattedDate, $isDate, $getTimeFormat, $getUnixByDate }: any =
|
|
76
|
+
useNuxtApp()
|
|
77
|
+
|
|
78
|
+
const isNewView = computed<boolean>(() => $store.getters['main/getIsNewView'])
|
|
260
79
|
|
|
261
80
|
const localization = computed<UI_I_Localization>(() => useLocal())
|
|
262
81
|
|
|
@@ -449,96 +268,4 @@ onMounted(() => {
|
|
|
449
268
|
})
|
|
450
269
|
</script>
|
|
451
270
|
|
|
452
|
-
<style scoped lang="scss">
|
|
453
|
-
.chart-option-timespan-split {
|
|
454
|
-
overflow-x: auto;
|
|
455
|
-
//flex-basis: 56%;
|
|
456
|
-
padding: 5px;
|
|
457
|
-
|
|
458
|
-
.timespan-objects-section-direction {
|
|
459
|
-
display: flex;
|
|
460
|
-
flex-direction: row;
|
|
461
|
-
align-items: flex-start;
|
|
462
|
-
|
|
463
|
-
.chart-option-timespan-settings {
|
|
464
|
-
margin-left: 15px;
|
|
465
|
-
|
|
466
|
-
.chart-option-setting-row {
|
|
467
|
-
width: 150px;
|
|
468
|
-
margin-bottom: 5px;
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
.custom-radio-button {
|
|
472
|
-
position: absolute;
|
|
473
|
-
opacity: 0;
|
|
474
|
-
|
|
475
|
-
&:checked + .custom-radio-label:before {
|
|
476
|
-
box-shadow: inset 0 0 0 6px #0079b8;
|
|
477
|
-
border: none;
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
.custom-radio-label {
|
|
481
|
-
display: block;
|
|
482
|
-
position: relative;
|
|
483
|
-
min-height: 19.2px;
|
|
484
|
-
padding-left: 23px;
|
|
485
|
-
cursor: pointer;
|
|
486
|
-
line-height: 19.2px;
|
|
487
|
-
//color: #454545;
|
|
488
|
-
|
|
489
|
-
&:before {
|
|
490
|
-
position: absolute;
|
|
491
|
-
top: 3px;
|
|
492
|
-
left: 0;
|
|
493
|
-
content: '';
|
|
494
|
-
display: inline-block;
|
|
495
|
-
height: 16px;
|
|
496
|
-
width: 16px;
|
|
497
|
-
border: 0.8px solid #565656;
|
|
498
|
-
border-radius: 50%;
|
|
499
|
-
}
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
.calendar-date-row {
|
|
503
|
-
display: flex;
|
|
504
|
-
align-items: center;
|
|
505
|
-
|
|
506
|
-
.custom-time-input.first-from,
|
|
507
|
-
.custom-time-input.first-to {
|
|
508
|
-
max-width: 114px;
|
|
509
|
-
}
|
|
510
|
-
.btn-show-hide-calendar {
|
|
511
|
-
margin: 0 9px;
|
|
512
|
-
cursor: pointer;
|
|
513
|
-
}
|
|
514
|
-
}
|
|
515
|
-
|
|
516
|
-
.custom-time-input {
|
|
517
|
-
margin-left: 8px;
|
|
518
|
-
margin-right: 8px;
|
|
519
|
-
max-width: 140px;
|
|
520
|
-
}
|
|
521
|
-
}
|
|
522
|
-
|
|
523
|
-
.custom-timespan-settings-container:not(.active),
|
|
524
|
-
.custom-timespan-type-last-container:not(.active),
|
|
525
|
-
.disabled-container:not(.active) {
|
|
526
|
-
opacity: 0.6;
|
|
527
|
-
pointer-events: none;
|
|
528
|
-
}
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
.chart-type-container {
|
|
532
|
-
margin-top: 15px;
|
|
533
|
-
|
|
534
|
-
.horizontal-flex-container {
|
|
535
|
-
display: flex;
|
|
536
|
-
flex-direction: row;
|
|
537
|
-
|
|
538
|
-
.select {
|
|
539
|
-
margin-left: 15px;
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
</style>
|
|
271
|
+
<style scoped lang="scss"></style>
|