@adminforth/bulk-ai-flow 1.15.10 → 1.15.11
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 +1 -1
- package/dist/custom/VisionAction.vue +1 -1
- 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 81,
|
|
17
|
-
total size is 80,
|
|
16
|
+
sent 81,103 bytes received 172 bytes 162,550.00 bytes/sec
|
|
17
|
+
total size is 80,462 speedup is 0.99
|
package/custom/VisionAction.vue
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
: popupMode === 'settings' ? 'lg:w-[1000px] !lg:max-w-[1000px]'
|
|
14
14
|
: 'lg:w-[500px] !lg:max-w-[500px]'"
|
|
15
15
|
:beforeCloseFunction="closeDialog"
|
|
16
|
-
:closable="
|
|
16
|
+
:closable="false"
|
|
17
17
|
:askForCloseConfirmation="popupMode === 'generation' ? true : false"
|
|
18
18
|
closeConfirmationText="Are you sure you want to close without saving?"
|
|
19
19
|
:buttons="popupMode === 'generation' ? [
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
: popupMode === 'settings' ? 'lg:w-[1000px] !lg:max-w-[1000px]'
|
|
14
14
|
: 'lg:w-[500px] !lg:max-w-[500px]'"
|
|
15
15
|
:beforeCloseFunction="closeDialog"
|
|
16
|
-
:closable="
|
|
16
|
+
:closable="false"
|
|
17
17
|
:askForCloseConfirmation="popupMode === 'generation' ? true : false"
|
|
18
18
|
closeConfirmationText="Are you sure you want to close without saving?"
|
|
19
19
|
:buttons="popupMode === 'generation' ? [
|