bfg-common 1.4.903 → 1.4.904

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.
@@ -455,6 +455,7 @@
455
455
  />
456
456
  <button
457
457
  v-else
458
+ :data-id="`${props.testId}-export-button`"
458
459
  class="export-link dropdown-toggle btn btn-sm btn-link"
459
460
  @click="onExportAll"
460
461
  >
@@ -42,6 +42,7 @@ export interface UI_I_Localization {
42
42
  vmWizard: UI_I_ArbitraryObject<string>
43
43
  feedback: UI_I_ArbitraryObject<string>
44
44
  vsphereHa: UI_I_ArbitraryObject<string>
45
+ adapter: UI_I_ArbitraryObject<string>
45
46
  }
46
47
  export interface UI_I_SendTaskParams {
47
48
  method: string
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.903",
4
+ "version": "1.4.904",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",