bfg-common 1.5.385 → 1.5.386

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.
@@ -1,168 +1,174 @@
1
- /* _____BACKGROUND POSITION_____ */
2
- .icon-workload-management {
3
- background-position: 0 0;
4
- }
5
- .icon-guest-os {
6
- background-position: 0 4.1%;
7
- }
8
- .icon-guest-os-reset {
9
- background-position: 0 8.35%;
10
- }
11
- .icon-guest-os-install {
12
- background-position: 0 12.34%;
13
- }
14
- .icon-guest-os-shut-down {
15
- background-position: 0 16.4%;
16
- }
17
- .icon-guest-os-mount {
18
- background-position: 0 20.6%;
19
- }
20
- .icon-guest-os-unmount {
21
- background-position: 0 24.7%;
22
- }
23
- .icon-consolidate {
24
- background-position: 0 29.2%;
25
- }
26
- .icon-clone {
27
- background-position: 0 33.3%;
28
- }
29
- .icon-edit-note {
30
- background-position: 0 37.5%;
31
- }
32
- .icon-delete-from-disk {
33
- background-position: 0 41.4%;
34
- }
35
- .icon-vm-power-off {
36
- background-position: 0 45.7%;
37
- }
38
- .icon-vm-reset {
39
- background-position: 0 49.999%;
40
- }
41
- .icon-vm-hard-stop {
42
- background-position: 0 54%;
43
- }
44
- .icon-backups {
45
- background-position: 0 58.33%;
46
- }
47
- .icon-backup-new {
48
- background-position: 0 62.35%;
49
- }
50
- .icon-rules {
51
- background-position: 0 66.7%;
52
- }
53
- .icon-rules-new {
54
- background-position: 0 70.7%;
55
- }
56
- .icon-rules-apply {
57
- background-position: 0 74.8%;
58
- }
59
- .icon-backup-restore {
60
- background-position: 0 79.2%;
61
- }
62
- .icon-sensors {
63
- background-position: 0 83.3%;
64
- }
65
- .icon-sessions {
66
- background-position: 0 87.5%;
67
- }
68
- .icon-server {
69
- background-position: 0 91.8%;
70
- }
71
- .icon-add-permission {
72
- background-position: 0 100%;
73
- }
74
-
75
- /* _____BACKGROUND IMAGE_____ */
76
- .icon-guest-os,
77
- .icon-guest-os-reset,
78
- .icon-guest-os-install,
79
- .icon-guest-os-shut-down,
80
- .icon-guest-os-mount,
81
- .icon-guest-os-unmount,
82
- .icon-consolidate,
83
- .icon-clone,
84
- .icon-edit-note,
85
- .icon-delete-from-disk,
86
- .icon-vm-power-off,
87
- .icon-vm-reset,
88
- .icon-vm-hard-stop,
89
- .icon-backups,
90
- .icon-backup-new,
91
- .icon-rules,
92
- .icon-rules-new,
93
- .icon-rules-apply,
94
- .icon-backup-restore,
95
- .icon-sensors,
96
- .icon-sessions,
97
- .icon-server,
98
- .icon-add-permission,
99
- .icon-workload-management {
100
- background-image: url('../img/icons/icons-sprite-light-6.svg');
101
-
102
- html.dark-theme & {
103
- background-image: url('../img/icons/icons-sprite-dark-6.svg');
104
- }
105
- }
106
- .active .icon-guest-os,
107
- .active .icon-guest-os-reset,
108
- .active .icon-guest-os-install,
109
- .active .icon-guest-os-shut-down,
110
- .active .icon-guest-os-mount,
111
- .active .icon-guest-os-unmount,
112
- .active .icon-consolidate,
113
- .active .icon-clone,
114
- .active .icon-edit-note,
115
- .active .icon-delete-from-disk,
116
- .active .icon-vm-power-off,
117
- .active .icon-vm-reset,
118
- .active .icon-vm-hard-stop,
119
- .active .icon-backups,
120
- .active .icon-backup-new,
121
- .active .icon-rules,
122
- .active .icon-rules-new,
123
- .active .icon-rules-apply,
124
- .active .icon-backup-restore,
125
- .active .icon-sensors,
126
- .active .icon-sessions,
127
- .active .icon-server,
128
- .active .icon-add-permission,
129
- .active .icon-workload-management {
130
- background-image: url('../img/icons/icons-sprite-dark-6.svg');
131
-
132
- html.dark-theme & {
133
- background-image: url('../img/icons/icons-sprite-light-6.svg');
134
- }
135
- }
136
-
137
- /* _____ICONS COMMON STYLES_____ */
138
- .icon-guest-os,
139
- .icon-guest-os-reset,
140
- .icon-guest-os-install,
141
- .icon-guest-os-shut-down,
142
- .icon-guest-os-mount,
143
- .icon-guest-os-unmount,
144
- .icon-consolidate,
145
- .icon-clone,
146
- .icon-edit-note,
147
- .icon-delete-from-disk,
148
- .icon-vm-power-off,
149
- .icon-vm-reset,
150
- .icon-vm-hard-stop,
151
- .icon-backups,
152
- .icon-backup-new,
153
- .icon-rules,
154
- .icon-rules-new,
155
- .icon-rules-apply,
156
- .icon-backup-restore,
157
- .icon-sensors,
158
- .icon-sessions,
159
- .icon-server,
160
- .icon-add-permission,
161
- .icon-workload-management {
162
- display: inline-block;
163
- width: 18px;
164
- min-width: 18px;
165
- height: 18px;
166
- min-height: 18px;
167
- background-size: 100% auto;
168
- }
1
+ /* _____BACKGROUND POSITION_____ */
2
+ .icon-workload-management {
3
+ background-position: 0 0;
4
+ }
5
+ .icon-guest-os {
6
+ background-position: 0 3.9%;
7
+ }
8
+ .icon-guest-os-reset {
9
+ background-position: 0 7.7%;
10
+ }
11
+ .icon-guest-os-install {
12
+ background-position: 0 11.4%;
13
+ }
14
+ .icon-guest-os-shut-down {
15
+ background-position: 0 15.2%;
16
+ }
17
+ .icon-guest-os-mount {
18
+ background-position: 0 19%;
19
+ }
20
+ .icon-guest-os-unmount {
21
+ background-position: 0 22.9%;
22
+ }
23
+ .icon-consolidate {
24
+ background-position: 0 26.9%;
25
+ }
26
+ .icon-clone {
27
+ background-position: 0 30.8%;
28
+ }
29
+ .icon-edit-note {
30
+ background-position: 0 34.6%;
31
+ }
32
+ .icon-delete-from-disk {
33
+ background-position: 0 38.3%;
34
+ }
35
+ .icon-vm-power-off {
36
+ background-position: 0 42.2%;
37
+ }
38
+ .icon-vm-reset {
39
+ background-position: 0 46.1%;
40
+ }
41
+ .icon-vm-hard-stop {
42
+ background-position: 0 49.8%;
43
+ }
44
+ .icon-backups {
45
+ background-position: 0 53.8%;
46
+ }
47
+ .icon-backup-new {
48
+ background-position: 0 57.6%;
49
+ }
50
+ .icon-rules {
51
+ background-position: 0 61.5%;
52
+ }
53
+ .icon-rules-new {
54
+ background-position: 0 65.3%;
55
+ }
56
+ .icon-rules-apply {
57
+ background-position: 0 74.8%;
58
+ }
59
+ .icon-backup-restore {
60
+ background-position: 0 69.1%;
61
+ }
62
+ .icon-sensors {
63
+ background-position: 0 76.9%;
64
+ }
65
+ .icon-sessions {
66
+ background-position: 0 80.7%;
67
+ }
68
+ .icon-server {
69
+ background-position: 0 84.6%;
70
+ }
71
+ .icon-add-permission {
72
+ background-position: 0 92.2%;
73
+ }
74
+ .icon-add-dstorm-icon {
75
+ background-position: 0 99.9%;
76
+ }
77
+
78
+ /* _____BACKGROUND IMAGE_____ */
79
+ .icon-guest-os,
80
+ .icon-guest-os-reset,
81
+ .icon-guest-os-install,
82
+ .icon-guest-os-shut-down,
83
+ .icon-guest-os-mount,
84
+ .icon-guest-os-unmount,
85
+ .icon-consolidate,
86
+ .icon-clone,
87
+ .icon-edit-note,
88
+ .icon-delete-from-disk,
89
+ .icon-vm-power-off,
90
+ .icon-vm-reset,
91
+ .icon-vm-hard-stop,
92
+ .icon-backups,
93
+ .icon-backup-new,
94
+ .icon-rules,
95
+ .icon-rules-new,
96
+ .icon-rules-apply,
97
+ .icon-backup-restore,
98
+ .icon-sensors,
99
+ .icon-sessions,
100
+ .icon-server,
101
+ .icon-add-permission,
102
+ .icon-add-dstorm-icon,
103
+ .icon-workload-management {
104
+ background-image: url('../img/icons/icons-sprite-light-6.svg');
105
+
106
+ html.dark-theme & {
107
+ background-image: url('../img/icons/icons-sprite-dark-6.svg');
108
+ }
109
+ }
110
+ .active .icon-guest-os,
111
+ .active .icon-guest-os-reset,
112
+ .active .icon-guest-os-install,
113
+ .active .icon-guest-os-shut-down,
114
+ .active .icon-guest-os-mount,
115
+ .active .icon-guest-os-unmount,
116
+ .active .icon-consolidate,
117
+ .active .icon-clone,
118
+ .active .icon-edit-note,
119
+ .active .icon-delete-from-disk,
120
+ .active .icon-vm-power-off,
121
+ .active .icon-vm-reset,
122
+ .active .icon-vm-hard-stop,
123
+ .active .icon-backups,
124
+ .active .icon-backup-new,
125
+ .active .icon-rules,
126
+ .active .icon-rules-new,
127
+ .active .icon-rules-apply,
128
+ .active .icon-backup-restore,
129
+ .active .icon-sensors,
130
+ .active .icon-sessions,
131
+ .active .icon-server,
132
+ .active .icon-add-permission,
133
+ .active .icon-add-dstorm-icon,
134
+ .active .icon-workload-management {
135
+ background-image: url('../img/icons/icons-sprite-dark-6.svg');
136
+
137
+ html.dark-theme & {
138
+ background-image: url('../img/icons/icons-sprite-light-6.svg');
139
+ }
140
+ }
141
+
142
+ /* _____ICONS COMMON STYLES_____ */
143
+ .icon-guest-os,
144
+ .icon-guest-os-reset,
145
+ .icon-guest-os-install,
146
+ .icon-guest-os-shut-down,
147
+ .icon-guest-os-mount,
148
+ .icon-guest-os-unmount,
149
+ .icon-consolidate,
150
+ .icon-clone,
151
+ .icon-edit-note,
152
+ .icon-delete-from-disk,
153
+ .icon-vm-power-off,
154
+ .icon-vm-reset,
155
+ .icon-vm-hard-stop,
156
+ .icon-backups,
157
+ .icon-backup-new,
158
+ .icon-rules,
159
+ .icon-rules-new,
160
+ .icon-rules-apply,
161
+ .icon-backup-restore,
162
+ .icon-sensors,
163
+ .icon-sessions,
164
+ .icon-server,
165
+ .icon-add-permission,
166
+ .icon-add-dstorm-icon,
167
+ .icon-workload-management {
168
+ display: inline-block;
169
+ width: 18px;
170
+ min-width: 18px;
171
+ height: 18px;
172
+ min-height: 18px;
173
+ background-size: 100% auto;
174
+ }
@@ -118,10 +118,19 @@ const setResizeObserve = (): void => {
118
118
 
119
119
  new ResizeObserver(outputSize).observe(el)
120
120
  }
121
+
122
+ // Поправил SC-1409
123
+ watch(
124
+ () => props.items,
125
+ () => {
126
+ outputSize()
127
+ },
128
+ { deep: true }
129
+ )
121
130
  onMounted(() => {
131
+ id.value = `nav-bar${useUniqueId()}`
122
132
  setTriggerElementWidth()
123
133
  setResizeObserve()
124
- id.value = `nav-bar${useUniqueId()}`
125
134
  })
126
135
  </script>
127
136
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.5.385",
4
+ "version": "1.5.386",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",