@adminforth/bulk-ai-flow 1.18.2 → 1.18.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 +5 -0
- package/dist/custom/VisionAction.vue +5 -0
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -13,5 +13,5 @@ custom/package-lock.json
|
|
|
13
13
|
custom/package.json
|
|
14
14
|
custom/tsconfig.json
|
|
15
15
|
|
|
16
|
-
sent 92,
|
|
17
|
-
total size is 92,
|
|
16
|
+
sent 92,979 bytes received 172 bytes 186,302.00 bytes/sec
|
|
17
|
+
total size is 92,343 speedup is 0.99
|
package/custom/VisionAction.vue
CHANGED
|
@@ -286,6 +286,11 @@ const closeDialog = () => {
|
|
|
286
286
|
isAiResponseReceivedAnalizeNoImage.value = [];
|
|
287
287
|
isAiResponseReceivedImage.value = [];
|
|
288
288
|
|
|
289
|
+
imageToTextErrorMessages.value = [];
|
|
290
|
+
textToTextErrorMessages.value = [];
|
|
291
|
+
imageGenerationErrorMessage.value = [];
|
|
292
|
+
regeneratingFieldsStatus.value = {};
|
|
293
|
+
|
|
289
294
|
records.value = [];
|
|
290
295
|
images.value = [];
|
|
291
296
|
selected.value = [];
|
|
@@ -286,6 +286,11 @@ const closeDialog = () => {
|
|
|
286
286
|
isAiResponseReceivedAnalizeNoImage.value = [];
|
|
287
287
|
isAiResponseReceivedImage.value = [];
|
|
288
288
|
|
|
289
|
+
imageToTextErrorMessages.value = [];
|
|
290
|
+
textToTextErrorMessages.value = [];
|
|
291
|
+
imageGenerationErrorMessage.value = [];
|
|
292
|
+
regeneratingFieldsStatus.value = {};
|
|
293
|
+
|
|
289
294
|
records.value = [];
|
|
290
295
|
images.value = [];
|
|
291
296
|
selected.value = [];
|