project-booster-vue 9.63.7 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-booster-vue",
3
- "version": "9.63.7",
3
+ "version": "9.63.8",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve": "vue-cli-service serve",
@@ -114,7 +114,7 @@ const handleShowModal = (option: any) => {
114
114
  const callAction = (action: PayloadAction) => {
115
115
  if (action.code != '__BACK__') {
116
116
  emit('step-completed', {
117
- answers: [],
117
+ answers: null,
118
118
  nextStep: action,
119
119
  });
120
120
  } else {
@@ -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: {