bfg-common 1.4.885 → 1.4.886
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/components/common/monitor/overview/filters/customIntervalModal/CustomIntervalModalNew.vue
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
:local="props.currentLang"
|
|
54
54
|
:datepicker-texts="datepickerTexts"
|
|
55
55
|
:placeholder="datepickerTexts.ddMmYyyy"
|
|
56
|
+
:max="maxDateTo"
|
|
56
57
|
test-id="date-to"
|
|
57
58
|
time-format="12"
|
|
58
59
|
/>
|
|
@@ -147,6 +148,8 @@ const currentDateToLocal = computed<number>({
|
|
|
147
148
|
},
|
|
148
149
|
})
|
|
149
150
|
|
|
151
|
+
const maxDateTo = ref<number>(new Date().getTime())
|
|
152
|
+
|
|
150
153
|
// const onUpdateDateFrom = (event: any): void => {
|
|
151
154
|
// emits('update-date-from', event)
|
|
152
155
|
// }
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bfg-common",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.4.
|
|
4
|
+
"version": "1.4.886",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "nuxt build",
|
|
7
7
|
"dev": "nuxt dev --port=3002",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@vueuse/components": "^10.1.2",
|
|
36
36
|
"date-fns": "^2.29.3",
|
|
37
37
|
"bfg-nuxt-3-graph": "1.0.21",
|
|
38
|
-
"bfg-uikit": "1.0.
|
|
38
|
+
"bfg-uikit": "1.0.369",
|
|
39
39
|
"html2canvas": "^1.4.1",
|
|
40
40
|
"prettier-eslint": "^15.0.1"
|
|
41
41
|
}
|