bfg-common 1.4.818 → 1.4.819

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.
@@ -2,47 +2,48 @@
2
2
  <div class="overview-filters">
3
3
  <div class="period-select-wrap">
4
4
  <label for="period-select" class="label-select"
5
- >{{ localization.inventoryMonitor.period }}:</label
5
+ >{{ localization.inventoryMonitor.period }}:</label
6
6
  >
7
7
 
8
8
  <ui-select
9
- v-if="!props.disabledPeriodOptions"
10
- v-model="selectedPeriod"
11
- :items="props.periodOptions"
12
- test-id="period-select"
9
+ v-if="!props.disabledPeriodOptions"
10
+ v-model="selectedPeriod"
11
+ :items="props.periodOptions"
12
+ test-id="period-select"
13
+ width="auto"
13
14
  />
14
15
  <span v-else class="single-option">{{
15
- props.periodOptions[0].text
16
- }}</span>
16
+ props.periodOptions[0].text
17
+ }}</span>
17
18
  <span v-if="!props.disabledPeriodOptions" class="chart-text">
18
19
  {{ props.chartTitleDate }}
19
20
  </span>
20
21
  <ui-skeleton-item
21
- v-if="!props.disabledPeriodOptions && !props.chartTitleDate"
22
- width="320"
23
- height="16"
22
+ v-if="!props.disabledPeriodOptions && !props.chartTitleDate"
23
+ width="320"
24
+ height="16"
24
25
  />
25
26
 
26
27
  <ui-tooltip
27
- v-show="props.isShowCustomIntervalButton"
28
- id="tooltip-interval-modal-button"
29
- test-id="tooltip-interval-modal-button"
30
- size="sm"
31
- position="bottom"
32
- position-by-tooltip="center"
28
+ v-show="props.isShowCustomIntervalButton"
29
+ id="tooltip-interval-modal-button"
30
+ test-id="tooltip-interval-modal-button"
31
+ size="sm"
32
+ position="bottom"
33
+ position-by-tooltip="center"
33
34
  >
34
35
  <template #target>
35
36
  <div
36
- id="tooltip-interval-modal-button"
37
- class="popped tooltip inline-block"
37
+ id="tooltip-interval-modal-button"
38
+ class="popped tooltip inline-block"
38
39
  >
39
40
  <ui-icon
40
- name="edit"
41
- width="16"
42
- height="16"
43
- test-id="show-interval-modal-button"
44
- class="interval-modal-button"
45
- @click="onShowIntervalModal"
41
+ name="edit"
42
+ width="16"
43
+ height="16"
44
+ test-id="show-interval-modal-button"
45
+ class="interval-modal-button"
46
+ @click="onShowIntervalModal"
46
47
  />
47
48
  </div>
48
49
  </template>
@@ -56,25 +57,27 @@
56
57
 
57
58
  <div class="view-select-wrap">
58
59
  <label for="view-select" class="label-select"
59
- >{{ localization.common.view }}:</label
60
+ >{{ localization.common.view }}:</label
60
61
  >
61
62
  <ui-select
62
- v-model="selectedView"
63
- :items="props.viewOptions"
64
- test-id="view-select"
63
+ v-model="selectedView"
64
+ :items="props.viewOptions"
65
+ test-id="view-select"
66
+ width="auto"
67
+ left
65
68
  />
66
69
  </div>
67
70
  </div>
68
71
 
69
72
  <common-monitor-overview-filters-custom-interval-modal
70
- v-if="props.validDateEnd"
71
- v-show="props.isShowIntervalModal"
72
- :selected-periods="props.selectedPeriods"
73
- :format-date="props.formatDate"
74
- :current-lang="props.currentLang"
75
- :valid-date-end="props.validDateEnd"
76
- @hide="onHideIntervalModal"
77
- @submit="onSubmitIntervalModal"
73
+ v-if="props.validDateEnd"
74
+ v-show="props.isShowIntervalModal"
75
+ :selected-periods="props.selectedPeriods"
76
+ :format-date="props.formatDate"
77
+ :current-lang="props.currentLang"
78
+ :valid-date-end="props.validDateEnd"
79
+ @hide="onHideIntervalModal"
80
+ @submit="onSubmitIntervalModal"
78
81
  />
79
82
  </template>
80
83
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.818",
4
+ "version": "1.4.819",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",