@adminforth/bulk-ai-flow 1.7.1 → 1.7.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/visionAction.vue +2 -2
- package/dist/custom/visionAction.vue +2 -2
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -11,5 +11,5 @@ custom/tsconfig.json
|
|
|
11
11
|
custom/visionAction.vue
|
|
12
12
|
custom/visionTable.vue
|
|
13
13
|
|
|
14
|
-
sent 180,
|
|
15
|
-
total size is 180,
|
|
14
|
+
sent 180,703 bytes received 134 bytes 361,674.00 bytes/sec
|
|
15
|
+
total size is 180,168 speedup is 1.00
|
package/custom/visionAction.vue
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
class="bulk-vision-dialog flex items-center justify-center relative w-[100vw] h-[100vh] max-h-[100vh] md:w-auto md:max-w-[95vw] md:min-w-[640px] md:h-auto md:max-h-[90vh] bg-white dark:bg-gray-900 rounded-none md:rounded-md shadow-2xl overflow-hidden"
|
|
14
14
|
@click.stop
|
|
15
15
|
>
|
|
16
|
-
<div class="bulk-vision-table flex flex-col items-center justify-evenly gap-3 md:gap-4 w-full h-full p-4 md:p-6 overflow-y-auto overflow-x-auto">
|
|
16
|
+
<div class="bulk-vision-table flex flex-col items-center justify-evenly md:max-h-[90vh] gap-3 md:gap-4 w-full h-full p-4 md:p-6 overflow-y-auto overflow-x-auto">
|
|
17
17
|
<button type="button"
|
|
18
18
|
@click="closeDialog"
|
|
19
19
|
class="text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 ms-auto inline-flex justify-center items-center dark:hover:bg-gray-600 dark:hover:text-white" >
|
|
@@ -492,7 +492,7 @@ async function uploadImage(imgBlob, id, fieldName) {
|
|
|
492
492
|
contentType: type,
|
|
493
493
|
size,
|
|
494
494
|
originalExtension: extension,
|
|
495
|
-
recordPk:
|
|
495
|
+
recordPk: id,
|
|
496
496
|
},
|
|
497
497
|
});
|
|
498
498
|
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
class="bulk-vision-dialog flex items-center justify-center relative w-[100vw] h-[100vh] max-h-[100vh] md:w-auto md:max-w-[95vw] md:min-w-[640px] md:h-auto md:max-h-[90vh] bg-white dark:bg-gray-900 rounded-none md:rounded-md shadow-2xl overflow-hidden"
|
|
14
14
|
@click.stop
|
|
15
15
|
>
|
|
16
|
-
<div class="bulk-vision-table flex flex-col items-center justify-evenly gap-3 md:gap-4 w-full h-full p-4 md:p-6 overflow-y-auto overflow-x-auto">
|
|
16
|
+
<div class="bulk-vision-table flex flex-col items-center justify-evenly md:max-h-[90vh] gap-3 md:gap-4 w-full h-full p-4 md:p-6 overflow-y-auto overflow-x-auto">
|
|
17
17
|
<button type="button"
|
|
18
18
|
@click="closeDialog"
|
|
19
19
|
class="text-gray-400 bg-transparent hover:bg-gray-200 hover:text-gray-900 rounded-lg text-sm w-8 h-8 ms-auto inline-flex justify-center items-center dark:hover:bg-gray-600 dark:hover:text-white" >
|
|
@@ -492,7 +492,7 @@ async function uploadImage(imgBlob, id, fieldName) {
|
|
|
492
492
|
contentType: type,
|
|
493
493
|
size,
|
|
494
494
|
originalExtension: extension,
|
|
495
|
-
recordPk:
|
|
495
|
+
recordPk: id,
|
|
496
496
|
},
|
|
497
497
|
});
|
|
498
498
|
|