bfg-common 1.2.86 → 1.2.87

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.
@@ -19,4 +19,5 @@ export interface UI_I_MonitorGraphPayload {
19
19
  fields?: string
20
20
  metricType?: string
21
21
  place?: number
22
+ periodName?: string
22
23
  }
@@ -161,6 +161,7 @@ const sendUpdatedFilters = (): void => {
161
161
  const filters: UI_I_MonitorGraphPayload = {
162
162
  period: currentPeriod,
163
163
  view: selectedView.value,
164
+ periodName: selectedPeriod.value,
164
165
  }
165
166
 
166
167
  emits('update-filters', filters)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.2.86",
4
+ "version": "1.2.87",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",