@evercam/ui 1.0.0-preview-labs-189-copilot-multi-agents-ce26e8914 → 1.0.0-preview-labs-189-copilot-multi-agents-463816b50
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/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/styles.css +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -17816,7 +17816,7 @@ const qu = ju.exports, Wu = F.extend({
|
|
|
17816
17816
|
var Gu = function() {
|
|
17817
17817
|
var e = this, r = e._self._c;
|
|
17818
17818
|
return r("div", { staticClass: "tooltip-box e-w-max e-relative e-group", class: {
|
|
17819
|
-
"e-cursor-not-allowed": e.disabled
|
|
17819
|
+
"e-cursor-not-allowed e-opacity-50": e.disabled
|
|
17820
17820
|
}, on: { mouseenter: e.toggleTooltip, mouseleave: e.toggleTooltip } }, [e._t("default"), e.isHovered ? r("div", { class: e.tooltipClasses }, [r("span", { class: e.triangleClasses }), e._v(" " + e._s(e.text) + " ")]) : e._e()], 2);
|
|
17821
17821
|
}, Uu = [], Zu = /* @__PURE__ */ H(
|
|
17822
17822
|
Wu,
|
|
@@ -17824,7 +17824,7 @@ var Gu = function() {
|
|
|
17824
17824
|
Uu,
|
|
17825
17825
|
!1,
|
|
17826
17826
|
null,
|
|
17827
|
-
"
|
|
17827
|
+
"904390f0",
|
|
17828
17828
|
null,
|
|
17829
17829
|
null
|
|
17830
17830
|
);
|
|
@@ -20819,7 +20819,7 @@ const I7 = B7.exports, F7 = F.extend({
|
|
|
20819
20819
|
"e-bg-white": !this.dark,
|
|
20820
20820
|
"e-text-gray-500": !this.dark,
|
|
20821
20821
|
"e-text-gray-300": this.dark,
|
|
20822
|
-
"e-opacity-
|
|
20822
|
+
"e-opacity-25": this.disabled
|
|
20823
20823
|
};
|
|
20824
20824
|
}
|
|
20825
20825
|
},
|
|
@@ -20897,7 +20897,7 @@ const I7 = B7.exports, F7 = F.extend({
|
|
|
20897
20897
|
});
|
|
20898
20898
|
var A7 = function() {
|
|
20899
20899
|
var e = this, r = e._self._c;
|
|
20900
|
-
return r("ETooltip", { attrs: { text: "Use Ctrl + Space to speak", dark: e.dark } }, [r("button", e._g(e._b({ staticClass: "e-chat-input__voice-btn e-border-none e-chat-input__voice-btn e-flex e-items-center e-justify-center e-cursor-pointer e-h-8 e-w-8 disabled:e-cursor-not-allowed focus:e-outline-none", class: { ...e.buttonClasses, "e-h-10 e-w-10": !e.isListening }, attrs: { disabled: e.disabled }, on: { click: e.toggleListening } }, "button", e.$attrs, !1), e.$listeners), [e.isListening ? r("EVoiceInputVolumeIndicator", { attrs: { analyser: e.analyser, "is-listening": e.isListening } }, [r("EIcon", { staticClass: "e-chat-input__voice-btn--icon", attrs: { icon: "stop", color: "e-text-red-600"
|
|
20900
|
+
return r("ETooltip", { attrs: { text: "Use Ctrl + Space to speak", dark: e.dark, disabled: e.disabled } }, [r("button", e._g(e._b({ staticClass: "e-chat-input__voice-btn e-border-none e-chat-input__voice-btn e-flex e-items-center e-justify-center e-cursor-pointer e-h-8 e-w-8 disabled:e-cursor-not-allowed focus:e-outline-none", class: { ...e.buttonClasses, "e-h-10 e-w-10": !e.isListening }, attrs: { disabled: e.disabled }, on: { click: e.toggleListening } }, "button", e.$attrs, !1), e.$listeners), [e.isListening ? r("EVoiceInputVolumeIndicator", { attrs: { analyser: e.analyser, "is-listening": e.isListening } }, [r("EIcon", { staticClass: "e-chat-input__voice-btn--icon", attrs: { icon: "stop", color: "e-text-red-600" } })], 1) : r("EIcon", { attrs: { icon: "microphone" } })], 1)]);
|
|
20901
20901
|
}, R7 = [], H7 = /* @__PURE__ */ H(
|
|
20902
20902
|
F7,
|
|
20903
20903
|
A7,
|
|
@@ -20972,7 +20972,7 @@ const oi = H7.exports, N7 = F.extend({
|
|
|
20972
20972
|
"e-bg-white": !this.dark && !this.isSubmitDisabled && !this.disabled,
|
|
20973
20973
|
"e-text-gray-500": !this.dark,
|
|
20974
20974
|
"e-text-gray-300": this.dark,
|
|
20975
|
-
"e-opacity-
|
|
20975
|
+
"e-opacity-25": this.isSubmitDisabled || this.disabled
|
|
20976
20976
|
};
|
|
20977
20977
|
},
|
|
20978
20978
|
isSubmitDisabled() {
|
|
@@ -21042,7 +21042,7 @@ var j7 = function() {
|
|
|
21042
21042
|
] }, [e._t("input-action-button", function() {
|
|
21043
21043
|
return [r("EVoiceInput", { attrs: { dark: e.dark, disabled: e.disabled, "silence-timeout": e.silenceTimeout }, on: { "on-voice-message-end": e.handleVoiceMessage }, model: { value: e.transcript, callback: function(n) {
|
|
21044
21044
|
e.transcript = n;
|
|
21045
|
-
}, expression: "transcript" } }), r("ETooltip", { attrs: { text: "Submit", dark: e.dark } }, [r("button", { staticClass: "e-chat-input__submit-btn e-inline-flex e-items-center e-justify-center e-cursor-pointer disabled:e-cursor-not-allowed disabled:e-opacity-
|
|
21045
|
+
}, expression: "transcript" } }), r("ETooltip", { attrs: { text: "Submit", dark: e.dark, disabled: e.disabled } }, [r("button", { staticClass: "e-chat-input__submit-btn e-inline-flex e-items-center e-justify-center e-cursor-pointer disabled:e-cursor-not-allowed disabled:e-opacity-25 e-h-8 e-w-8 e-border-none focus:e-outline-none", class: e.buttonClasses, attrs: { type: "button", disabled: e.isSubmitDisabled }, on: { click: function(n) {
|
|
21046
21046
|
return n.preventDefault(), e.submitMessage.apply(null, arguments);
|
|
21047
21047
|
} } }, [r("EIcon", { attrs: { icon: "arrow-up", size: "base" } })], 1)])];
|
|
21048
21048
|
}, { buttonClasses: e.buttonClasses })], 2)]);
|