@adminforth/agent 1.47.1 → 1.47.2
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/ChatFooter.vue +2 -2
- package/dist/custom/ChatFooter.vue +2 -2
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -62,5 +62,5 @@ custom/speech_recognition_frontend/voiceActivityDetection.ts
|
|
|
62
62
|
custom/speech_recognition_frontend/types/
|
|
63
63
|
custom/speech_recognition_frontend/types/voice-activity-detection.d.ts
|
|
64
64
|
|
|
65
|
-
sent 1,667,
|
|
66
|
-
total size is 1,663,
|
|
65
|
+
sent 1,667,711 bytes received 921 bytes 3,337,264.00 bytes/sec
|
|
66
|
+
total size is 1,663,558 speedup is 1.00
|
package/custom/ChatFooter.vue
CHANGED
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
transition-colors duration-200 hover:bg-gray-100
|
|
36
36
|
dark:text-darkListTableHeadingText dark:bg-gray-700 dark:hover:bg-gray-800"
|
|
37
37
|
:class="isModeMenuOpen ? 'bg-gray-100 dark:bg-gray-700' : ''"
|
|
38
|
-
:disabled="agentStore.isResponseInProgress"
|
|
39
38
|
title="Select mode"
|
|
40
39
|
type="button"
|
|
41
40
|
@click="toggleModeMenu"
|
|
42
41
|
>
|
|
43
42
|
{{ agentStore.activeModeName }}
|
|
44
43
|
<IconAngleDownOutline
|
|
45
|
-
class="w-4 h-4 ml-1"
|
|
44
|
+
class="w-4 h-4 ml-1 transition-transform duration-200"
|
|
45
|
+
:class="isModeMenuOpen ? '!rotate-180' : '!rotate-0'"
|
|
46
46
|
/>
|
|
47
47
|
</button>
|
|
48
48
|
|
|
@@ -35,14 +35,14 @@
|
|
|
35
35
|
transition-colors duration-200 hover:bg-gray-100
|
|
36
36
|
dark:text-darkListTableHeadingText dark:bg-gray-700 dark:hover:bg-gray-800"
|
|
37
37
|
:class="isModeMenuOpen ? 'bg-gray-100 dark:bg-gray-700' : ''"
|
|
38
|
-
:disabled="agentStore.isResponseInProgress"
|
|
39
38
|
title="Select mode"
|
|
40
39
|
type="button"
|
|
41
40
|
@click="toggleModeMenu"
|
|
42
41
|
>
|
|
43
42
|
{{ agentStore.activeModeName }}
|
|
44
43
|
<IconAngleDownOutline
|
|
45
|
-
class="w-4 h-4 ml-1"
|
|
44
|
+
class="w-4 h-4 ml-1 transition-transform duration-200"
|
|
45
|
+
:class="isModeMenuOpen ? '!rotate-180' : '!rotate-0'"
|
|
46
46
|
/>
|
|
47
47
|
</button>
|
|
48
48
|
|