project-booster-vue 9.63.6 → 9.63.8
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/package.json
CHANGED
|
@@ -146,6 +146,7 @@ import MPbSpaceInput from '../rework/question/space-input/MPbSpaceInput.vue';
|
|
|
146
146
|
import MPbNameInput from '../rework/question/name-input/MPbNameInput.vue';
|
|
147
147
|
import MPbExitOptions from '../rework/exit-options/MPbExitOptions.vue';
|
|
148
148
|
import MPbUploadDocument from '../rework/question/upload-document/MPbUploadDocument.vue';
|
|
149
|
+
import MPbMediaUpload from '../rework/media/upload/MPbMediaUpload.vue';
|
|
149
150
|
|
|
150
151
|
import { areConditionsValid } from '../../services/scenarioConditionals';
|
|
151
152
|
import {
|
|
@@ -200,6 +201,7 @@ export default defineComponent({
|
|
|
200
201
|
MPbExitOptions,
|
|
201
202
|
MPbUploadDocument,
|
|
202
203
|
MPbConfigurationsImport,
|
|
204
|
+
MPbMediaUpload,
|
|
203
205
|
},
|
|
204
206
|
|
|
205
207
|
props: {
|