|
|
@@ -79,14 +79,14 @@ Assistant de création d'image
|
|
|
|
|
|
<script setup lang="ts">
|
|
|
|
|
|
-import {ref, Ref} from "@vue/reactivity";
|
|
|
+import {ref} from "@vue/reactivity";
|
|
|
import File from '~/models/Core/File'
|
|
|
-import {PropType, watch} from "@vue/runtime-core";
|
|
|
+import type {PropType} from "@vue/runtime-core";
|
|
|
import {useEntityManager} from "~/composables/data/useEntityManager";
|
|
|
-import {AnyJson} from "~/types/data";
|
|
|
+import type {AnyJson} from "~/types/data";
|
|
|
import ApiResource from "~/models/ApiResource";
|
|
|
import {useImageManager} from "~/composables/data/useImageManager";
|
|
|
-import { Cropper } from 'vue-advanced-cropper'
|
|
|
+import type { Cropper } from 'vue-advanced-cropper'
|
|
|
import 'vue-advanced-cropper/dist/style.css';
|
|
|
import {FILE_FOLDER, FILE_STATUS, FILE_TYPE, FILE_VISIBILITY, TYPE_ALERT} from "~/types/enum/enums";
|
|
|
import {usePageStore} from "~/stores/page";
|