@adminforth/upload 2.2.1 → 2.2.3
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/uploader.vue +1 -1
- package/dist/custom/uploader.vue +1 -1
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -11,5 +11,5 @@ custom/preview.vue
|
|
|
11
11
|
custom/tsconfig.json
|
|
12
12
|
custom/uploader.vue
|
|
13
13
|
|
|
14
|
-
sent 46,
|
|
15
|
-
total size is 45,
|
|
14
|
+
sent 46,138 bytes received 134 bytes 92,544.00 bytes/sec
|
|
15
|
+
total size is 45,649 speedup is 0.99
|
package/custom/uploader.vue
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</button>
|
|
13
13
|
|
|
14
14
|
<label :for="inputId"
|
|
15
|
-
class="flex flex-col px-3 items-center justify-center w-full h-64 border-2 border-dashed rounded-lg cursor-pointer dark:hover:bg-gray-800 hover:bg-gray-100 dark:hover:border-gray-500 dark:hover:bg-gray-600"
|
|
15
|
+
class="af-uploader flex flex-col px-3 items-center justify-center w-full h-64 border-2 border-dashed rounded-lg cursor-pointer dark:hover:bg-gray-800 hover:bg-gray-100 dark:hover:border-gray-500 dark:hover:bg-gray-600"
|
|
16
16
|
@dragover.prevent="() => dragging = true"
|
|
17
17
|
@dragleave.prevent="() => dragging = false"
|
|
18
18
|
@drop.prevent="onFileChange"
|
package/dist/custom/uploader.vue
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
</button>
|
|
13
13
|
|
|
14
14
|
<label :for="inputId"
|
|
15
|
-
class="flex flex-col px-3 items-center justify-center w-full h-64 border-2 border-dashed rounded-lg cursor-pointer dark:hover:bg-gray-800 hover:bg-gray-100 dark:hover:border-gray-500 dark:hover:bg-gray-600"
|
|
15
|
+
class="af-uploader flex flex-col px-3 items-center justify-center w-full h-64 border-2 border-dashed rounded-lg cursor-pointer dark:hover:bg-gray-800 hover:bg-gray-100 dark:hover:border-gray-500 dark:hover:bg-gray-600"
|
|
16
16
|
@dragover.prevent="() => dragging = true"
|
|
17
17
|
@dragleave.prevent="() => dragging = false"
|
|
18
18
|
@drop.prevent="onFileChange"
|