@adminforth/upload 2.15.14 → 2.15.15
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 +7 -2
- package/dist/custom/uploader.vue +7 -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 68,
|
|
16
|
-
total size is 68,
|
|
15
|
+
sent 68,748 bytes received 153 bytes 137,802.00 bytes/sec
|
|
16
|
+
total size is 68,186 speedup is 0.99
|
package/custom/uploader.vue
CHANGED
|
@@ -7,8 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
<button v-if="meta.generateImages"
|
|
9
9
|
type="button" @click="showImageGen = true"
|
|
10
|
-
class="
|
|
11
|
-
font-medium rounded-
|
|
10
|
+
class="
|
|
11
|
+
text-white bg-lightPrimary font-medium text-center rounded-default text-sm px-2.5 py-2.5 me-2
|
|
12
|
+
absolute right-0 top-2
|
|
13
|
+
focus:ring-4 focus:outline-none focus:ring-purple-300
|
|
14
|
+
hover:bg-lightPrimary/80
|
|
15
|
+
dark:focus:ring-purple-800 dark:bg-darkPrimary dark:hover:bg-darkPrimary/80 dark:focus:ring-purple-800
|
|
16
|
+
">
|
|
12
17
|
<IconMagic class="w-5 h-5"/>
|
|
13
18
|
</button>
|
|
14
19
|
|
package/dist/custom/uploader.vue
CHANGED
|
@@ -7,8 +7,13 @@
|
|
|
7
7
|
|
|
8
8
|
<button v-if="meta.generateImages"
|
|
9
9
|
type="button" @click="showImageGen = true"
|
|
10
|
-
class="
|
|
11
|
-
font-medium rounded-
|
|
10
|
+
class="
|
|
11
|
+
text-white bg-lightPrimary font-medium text-center rounded-default text-sm px-2.5 py-2.5 me-2
|
|
12
|
+
absolute right-0 top-2
|
|
13
|
+
focus:ring-4 focus:outline-none focus:ring-purple-300
|
|
14
|
+
hover:bg-lightPrimary/80
|
|
15
|
+
dark:focus:ring-purple-800 dark:bg-darkPrimary dark:hover:bg-darkPrimary/80 dark:focus:ring-purple-800
|
|
16
|
+
">
|
|
12
17
|
<IconMagic class="w-5 h-5"/>
|
|
13
18
|
</button>
|
|
14
19
|
|