bfg-common 1.4.559 → 1.4.560

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,10 +1,10 @@
1
1
  <template>
2
- <!-- v-if="props.show"-->
3
2
  <ui-modal
4
- :show="props.show"
3
+ v-if="props.show"
5
4
  :title="localization.common.selectFile"
6
5
  test-id="browse"
7
6
  size="md"
7
+ show
8
8
  width="864px"
9
9
  :texts="modalButtonsText"
10
10
  :is-disabled-accept="!props.selectedFile"
@@ -1,9 +1,9 @@
1
1
  <template>
2
2
  <atoms-modal
3
- :show="props.show"
4
3
  test-id="browse"
5
4
  width="864px"
6
5
  height="586px"
6
+ :show="props.show"
7
7
  :title="localization.common.selectFile"
8
8
  :disabled-submit="!props.selectedFile"
9
9
  @submit="emits('submit')"
@@ -180,9 +180,9 @@
180
180
  </div>
181
181
 
182
182
  <Teleport to="body">
183
- <!-- v-if="props.isShowFileModal"-->
184
183
  <common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
185
- :show="props.isShowFileModal"
184
+ v-if="props.isShowFileModal"
185
+ show
186
186
  :nodes="props.nodes"
187
187
  :files="props.files"
188
188
  :files-loading="props.filesLoading"
@@ -132,9 +132,9 @@
132
132
  </div>
133
133
 
134
134
  <Teleport to="body">
135
- <!-- v-if="props.isShowFileModal"-->
136
135
  <common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
137
- :show="props.isShowFileModal"
136
+ v-if="props.isShowFileModal"
137
+ show
138
138
  :nodes="props.nodes"
139
139
  :files="props.files"
140
140
  :files-loading="props.filesLoading"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.559",
4
+ "version": "1.4.560",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",