bfg-common 1.4.173 → 1.4.175

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.
@@ -60,10 +60,10 @@
60
60
  :id="`tooltip-nav-${key}-${key2}`"
61
61
  :key="item2.id"
62
62
  :test-id="`tooltip-nav-${key}-${key2}`"
63
- :menu-selected="isActiveNode(item2.to)"
63
+ :is-selected="isActiveNode(item2.to)"
64
64
  size="md"
65
65
  class="node-tooltip-container"
66
- menu
66
+ show-type="variant-2"
67
67
  >
68
68
  <template #target>
69
69
  <div
@@ -10,7 +10,11 @@
10
10
  @hide="onHideModal"
11
11
  >
12
12
  <template #modalBody>
13
- <atoms-loader v-show="!vmSettingsLocal || loadingLocal" id="loader" />
13
+ <atoms-loader
14
+ v-show="!vmSettingsLocal || loadingLocal"
15
+ id="loader"
16
+ data-id="edit-vm-settings-spinner"
17
+ />
14
18
  <div v-if="vmSettingsLocal" class="vm-context">
15
19
  <common-vm-actions-common-customize-hardware
16
20
  v-model:vm-name="vmName"
@@ -12,6 +12,13 @@ export enum UI_E_IconNameByRecentTaskStatus {
12
12
  'error-outline',
13
13
  }
14
14
 
15
+ export enum UI_E_LocatorByRecentTaskStatus {
16
+ 'queue',
17
+ 'running',
18
+ 'success',
19
+ 'failed',
20
+ }
21
+
15
22
  export enum UI_E_TaskStatus {
16
23
  'queued',
17
24
  'running',
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.173",
4
+ "version": "1.4.175",
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.15",
38
- "bfg-uikit": "1.0.104",
38
+ "bfg-uikit": "1.0.106",
39
39
  "html2canvas": "^1.4.1",
40
40
  "prettier-eslint": "^15.0.1"
41
41
  }