bfg-common 1.3.30 → 1.3.31

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.
@@ -36,7 +36,7 @@
36
36
  :select-options-submit="selectOptionsSubmit"
37
37
  @submit="onChangeSelectOptions"
38
38
  />
39
- <common-vm-actions-common-customize-hardware-old
39
+ <common-vm-actions-common-customize-hardware
40
40
  v-show="selectedStep.id === 3"
41
41
  v-model:vm-name="vmName"
42
42
  v-model:guest-machine-type="vmSettings.guestMachineType"
@@ -164,7 +164,7 @@ const wizard: Wizard = new Wizard(
164
164
  )
165
165
  const wasCompleted = computed<boolean>(() => wizard.wasCompleted())
166
166
  const selectedScheme = computed<number[]>(() => wizard.selectedScheme.value)
167
- const alertMessages = computed<string[][]>(() => wizard.alertMessages.value)
167
+ // const alertMessages = computed<string[][]>(() => wizard.alertMessages.value)
168
168
 
169
169
  const onChangeSteps = async (value: UI_I_WizardStep[]): Promise<void> => {
170
170
  wizard.changeSteps(value, validationFunc, validateSendData)
@@ -11,7 +11,7 @@ export const stepsFunc = (
11
11
  stepName: '',
12
12
  title: localization.selectName,
13
13
  subTitle: localization.specifyUniqueName,
14
- status: UI_E_WIZARD_STATUS.INACTIVE,
14
+ status: UI_E_WIZARD_STATUS.SELECTED,
15
15
  isValid: true,
16
16
  fields: {
17
17
  name: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.3.30",
4
+ "version": "1.3.31",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",