@adminforth/bulk-ai-flow 1.23.0 → 1.23.1
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 +4 -4
- package/dist/custom/VisionAction.vue +4 -4
- 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 103,
|
|
17
|
-
total size is
|
|
16
|
+
sent 103,773 bytes received 172 bytes 207,890.00 bytes/sec
|
|
17
|
+
total size is 103,137 speedup is 0.99
|
package/custom/VisionAction.vue
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
{
|
|
37
37
|
label: t('Cancel'),
|
|
38
38
|
options: {
|
|
39
|
-
class: 'bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200'
|
|
39
|
+
class: 'bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200 dark:!border-gray-600'
|
|
40
40
|
},
|
|
41
41
|
onclick: (dialog) => confirmDialog.tryToHideModal()
|
|
42
42
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
{
|
|
61
61
|
label: t('Cancel'),
|
|
62
62
|
options: {
|
|
63
|
-
class: 'w-2/5 bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200'
|
|
63
|
+
class: 'w-2/5 bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200 dark:!border-gray-600'
|
|
64
64
|
},
|
|
65
65
|
onclick: (dialog) => confirmDialog.tryToHideModal()
|
|
66
66
|
},
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
<div v-if="isGenerationPaused" class="flex flex-col gap-2 mb-2">
|
|
82
82
|
<div class="flex items-center gap-2">
|
|
83
83
|
<button
|
|
84
|
-
class="h-8 px-3 py-1.5 text-sm rounded-md bg-gradient-to-r from-purple-500 via-purple-600 to-purple-700 text-white"
|
|
84
|
+
class="h-8 px-3 py-1.5 text-sm rounded-md bg-gradient-to-r from-purple-500 via-purple-600 to-purple-700 text-white hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-purple-300 dark:focus:ring-purple-800 border-none ml-2"
|
|
85
85
|
@click="resumeGeneration"
|
|
86
86
|
>
|
|
87
87
|
{{ t('Resume generation') }}
|
|
88
88
|
</button>
|
|
89
89
|
<button
|
|
90
|
-
class="h-8 px-3 py-1.5 text-sm rounded-md bg-white hover:bg-gray-100 text-gray-900 border border-gray-200"
|
|
90
|
+
class="h-8 px-3 py-1.5 text-sm rounded-md bg-white hover:bg-gray-100 text-gray-900 border border-gray-200 dark:bg-gray-800 dark:text-gray-100 dark:hover:bg-gray-700 dark:border-gray-600"
|
|
91
91
|
@click="cancelGeneration"
|
|
92
92
|
>
|
|
93
93
|
{{ t('Cancel generation') }}
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
{
|
|
37
37
|
label: t('Cancel'),
|
|
38
38
|
options: {
|
|
39
|
-
class: 'bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200'
|
|
39
|
+
class: 'bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200 dark:!border-gray-600'
|
|
40
40
|
},
|
|
41
41
|
onclick: (dialog) => confirmDialog.tryToHideModal()
|
|
42
42
|
},
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
{
|
|
61
61
|
label: t('Cancel'),
|
|
62
62
|
options: {
|
|
63
|
-
class: 'w-2/5 bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200'
|
|
63
|
+
class: 'w-2/5 bg-white hover:!bg-gray-100 !text-gray-900 hover:!text-gray-800 dark:!bg-gray-800 dark:!text-gray-100 dark:hover:!bg-gray-700 !border-gray-200 dark:!border-gray-600'
|
|
64
64
|
},
|
|
65
65
|
onclick: (dialog) => confirmDialog.tryToHideModal()
|
|
66
66
|
},
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
<div v-if="isGenerationPaused" class="flex flex-col gap-2 mb-2">
|
|
82
82
|
<div class="flex items-center gap-2">
|
|
83
83
|
<button
|
|
84
|
-
class="h-8 px-3 py-1.5 text-sm rounded-md bg-gradient-to-r from-purple-500 via-purple-600 to-purple-700 text-white"
|
|
84
|
+
class="h-8 px-3 py-1.5 text-sm rounded-md bg-gradient-to-r from-purple-500 via-purple-600 to-purple-700 text-white hover:bg-gradient-to-br focus:ring-4 focus:outline-none focus:ring-purple-300 dark:focus:ring-purple-800 border-none ml-2"
|
|
85
85
|
@click="resumeGeneration"
|
|
86
86
|
>
|
|
87
87
|
{{ t('Resume generation') }}
|
|
88
88
|
</button>
|
|
89
89
|
<button
|
|
90
|
-
class="h-8 px-3 py-1.5 text-sm rounded-md bg-white hover:bg-gray-100 text-gray-900 border border-gray-200"
|
|
90
|
+
class="h-8 px-3 py-1.5 text-sm rounded-md bg-white hover:bg-gray-100 text-gray-900 border border-gray-200 dark:bg-gray-800 dark:text-gray-100 dark:hover:bg-gray-700 dark:border-gray-600"
|
|
91
91
|
@click="cancelGeneration"
|
|
92
92
|
>
|
|
93
93
|
{{ t('Cancel generation') }}
|