project-booster-vue 9.0.1 → 9.0.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/package.json
CHANGED
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
</template>
|
|
139
139
|
|
|
140
140
|
<script lang="ts">
|
|
141
|
-
import { defineComponent, computed, onMounted, ref, PropType, Ref } from 'vue';
|
|
141
|
+
import { defineComponent, computed, onMounted, ref, PropType, Ref, ComponentCustomProperties } from 'vue';
|
|
142
142
|
import objectPath from 'object-path';
|
|
143
143
|
import MButton from '../../mozaic/buttons/MButton.vue';
|
|
144
144
|
import MContainer from '../../mozaic/grid/MContainer.vue';
|
|
@@ -150,7 +150,6 @@ import PbCard from '../../cards/PbCard.vue';
|
|
|
150
150
|
import PbMediaUpload from '../../media/upload/PbMediaUpload.vue';
|
|
151
151
|
import PbStickyFooter from '../../sticky-footer/PbStickyFooter.vue';
|
|
152
152
|
import { useStore } from 'vuex';
|
|
153
|
-
import { ComponentCustomProperties } from '@vue/runtime-core';
|
|
154
153
|
import {
|
|
155
154
|
UploadDocumentMultiSelectAction,
|
|
156
155
|
UploadDocumentPayload,
|