bfg-common 1.3.1 → 1.3.2
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.
- package/components/common/vm/actions/common/select/storage/lib/config/config.ts +1 -1
- package/components/common/wizards/vm/common/computeResource/TreeView.vue +1 -1
- package/components/common/wizards/vm/migrate/Migrate.vue +1 -1
- package/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/hostTable.ts +1 -1
- package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts +6 -6
- package/components/common/wizards/vm/migrate/select/targetServer/new/New.vue +5 -5
- package/package.json +1 -1
- /package/components/common/{config → lib/config}/states.ts +0 -0
- /package/components/common/wizards/vm/migrate/{utils.ts → lib/utils.ts} +0 -0
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
</template>
|
|
18
18
|
|
|
19
19
|
<script setup lang="ts">
|
|
20
|
-
import type { UI_I_TreeNode } from '~/
|
|
20
|
+
import type { UI_I_TreeNode } from '~/components/common/recursionTree/lib/models/interfaces'
|
|
21
21
|
|
|
22
22
|
const props = defineProps<{
|
|
23
23
|
modelValue: UI_I_TreeNode | null
|
|
@@ -85,7 +85,7 @@ import type { UI_I_MigrateVerticalStepItem } from '~/components/common/wizards/v
|
|
|
85
85
|
import type { UI_T_SelectVMotionPriority } from '~/components/common/wizards/vm/migrate/select/priority/lib/models/types'
|
|
86
86
|
import type { UI_I_CollectedDataFormLocal } from '~/components/common/wizards/vm/migrate/lib/models/interfaces'
|
|
87
87
|
import type { UI_I_ComputeResourceDataLocal } from '~/components/common/wizards/vm/migrate/select/computeResource/lib/models/interfaces'
|
|
88
|
-
import { stepItemsFunc } from '~/components/common/wizards/vm/migrate/utils'
|
|
88
|
+
import { stepItemsFunc } from '~/components/common/wizards/vm/migrate/lib/utils'
|
|
89
89
|
import { constructDataReadyViewFunc } from '~/components/common/wizards/vm/migrate/lib/config/constructDataReady'
|
|
90
90
|
|
|
91
91
|
const props = defineProps<{
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
import {
|
|
12
12
|
hostIconByState,
|
|
13
13
|
hostLocalizationByState,
|
|
14
|
-
} from '~/components/common/config/states'
|
|
14
|
+
} from '~/components/common/lib/config/states'
|
|
15
15
|
import type { UI_I_HostTableItem } from '~/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/models/interfaces'
|
|
16
16
|
// import type { I_TableIconColumnData } from '~/components/templates/inventory/mainBlock/tablesView/models/interfaces'
|
|
17
17
|
import { hostTableItemKeys } from '~/components/common/wizards/vm/migrate/select/computeResource/tableView/lib/config/tableKeys'
|
package/components/common/wizards/vm/migrate/select/storage/table/datastore/lib/config/config.ts
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import type { UI_I_DatastoreTableItem } from '
|
|
1
|
+
import type { UI_I_DatastoreTableItem } from '~/lib/models/store/storage/interfaces'
|
|
2
2
|
import type {
|
|
3
3
|
UI_I_ColumnKey,
|
|
4
4
|
UI_I_HeadItem,
|
|
5
5
|
UI_I_BodyItem,
|
|
6
|
-
} from '
|
|
7
|
-
import type { UI_I_Localization } from '
|
|
8
|
-
import type { UI_T_StorageColumnKeys } from '
|
|
6
|
+
} from '~/components/atoms/table/dataGrid/lib/models/interfaces'
|
|
7
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
8
|
+
import type { UI_T_StorageColumnKeys } from '~/components/common/vm/actions/common/select/storage/lib/models/types'
|
|
9
9
|
import {
|
|
10
10
|
constructColumnKey,
|
|
11
11
|
constructHeadItem,
|
|
12
|
-
} from '
|
|
12
|
+
} from '~/components/atoms/table/dataGrid/lib/utils/constructDataTable'
|
|
13
13
|
import {
|
|
14
14
|
datastoreIconByState,
|
|
15
15
|
datastoreLocalizationByState,
|
|
16
|
-
} from '
|
|
16
|
+
} from '~/components/common/lib/config/states'
|
|
17
17
|
|
|
18
18
|
export const storageTableKeys: UI_T_StorageColumnKeys = [
|
|
19
19
|
'name',
|
|
@@ -103,11 +103,11 @@
|
|
|
103
103
|
</template>
|
|
104
104
|
|
|
105
105
|
<script lang="ts" setup>
|
|
106
|
-
import type { UI_I_ValidationTouchResult } from '~/
|
|
107
|
-
import type { UI_I_Localization } from '~/
|
|
108
|
-
import type { UI_I_FormValidationConfiguration } from '~/
|
|
109
|
-
import type { UI_I_ConfigurationSendDataNfs } from '
|
|
110
|
-
import { checkValidityName } from '~/
|
|
106
|
+
import type { UI_I_ValidationTouchResult } from '~/lib/models/plugins/validation/interfaces'
|
|
107
|
+
import type { UI_I_Localization } from '~/lib/models/interfaces'
|
|
108
|
+
import type { UI_I_FormValidationConfiguration } from '~/components/common/wizards/datastore/add/nfs/configuration/serversList/lib/models/interfaces'
|
|
109
|
+
import type { UI_I_ConfigurationSendDataNfs } from '~//components/common/wizards/datastore/add/nfs/configuration/lib/models/interfaces'
|
|
110
|
+
import { checkValidityName } from '~/components/common/wizards/datastore/add/lib/utils'
|
|
111
111
|
import { defaultFormFunc } from '~/components/common/wizards/vm/migrate/select/targetServer/new/lib/config/defaultForm'
|
|
112
112
|
|
|
113
113
|
const props = defineProps<{
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|