@adminforth/upload 2.15.16 → 2.15.17
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/build.log +2 -2
- package/custom/imageGenerator.vue +0 -2
- package/dist/custom/imageGenerator.vue +0 -2
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -12,5 +12,5 @@ custom/preview.vue
|
|
|
12
12
|
custom/tsconfig.json
|
|
13
13
|
custom/uploader.vue
|
|
14
14
|
|
|
15
|
-
sent 66,
|
|
16
|
-
total size is 66,
|
|
15
|
+
sent 66,655 bytes received 153 bytes 133,616.00 bytes/sec
|
|
16
|
+
total size is 66,101 speedup is 0.99
|
|
@@ -206,8 +206,6 @@ import { callAdminForthApi } from '@/utils';
|
|
|
206
206
|
import { useI18n } from 'vue-i18n';
|
|
207
207
|
import adminforth from '@/adminforth';
|
|
208
208
|
import { ProgressBar, Button } from '@/afcl';
|
|
209
|
-
import * as Handlebars from 'handlebars';
|
|
210
|
-
import { ProgressBar } from '@/afcl';
|
|
211
209
|
import { IconCloseOutline } from '@iconify-prerendered/vue-flowbite';
|
|
212
210
|
import { Tooltip, Skeleton, Spinner } from '@/afcl'
|
|
213
211
|
import { useRoute } from 'vue-router';
|
|
@@ -206,8 +206,6 @@ import { callAdminForthApi } from '@/utils';
|
|
|
206
206
|
import { useI18n } from 'vue-i18n';
|
|
207
207
|
import adminforth from '@/adminforth';
|
|
208
208
|
import { ProgressBar, Button } from '@/afcl';
|
|
209
|
-
import * as Handlebars from 'handlebars';
|
|
210
|
-
import { ProgressBar } from '@/afcl';
|
|
211
209
|
import { IconCloseOutline } from '@iconify-prerendered/vue-flowbite';
|
|
212
210
|
import { Tooltip, Skeleton, Spinner } from '@/afcl'
|
|
213
211
|
import { useRoute } from 'vue-router';
|