@evercam/ui 0.0.63-preview-copilot-error-message-93f65629e → 0.0.63-preview-copilot-error-message-4d7bd3ee7
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 +10 -5
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/web-types.json +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -16106,6 +16106,12 @@ const N6 = H6.exports, W6 = q.extend({
|
|
|
16106
16106
|
watch: {
|
|
16107
16107
|
mainHeight() {
|
|
16108
16108
|
this.onResize();
|
|
16109
|
+
},
|
|
16110
|
+
height: {
|
|
16111
|
+
immediate: !0,
|
|
16112
|
+
handler() {
|
|
16113
|
+
this.onResize();
|
|
16114
|
+
}
|
|
16109
16115
|
}
|
|
16110
16116
|
},
|
|
16111
16117
|
mounted() {
|
|
@@ -17714,7 +17720,7 @@ const i8 = n8.exports, s8 = q.extend({
|
|
|
17714
17720
|
"e-border-gray-300": !this.dark && !this.disabled,
|
|
17715
17721
|
"e-border-gray-800": this.dark && this.disabled,
|
|
17716
17722
|
"e-border-gray-500": !this.dark && this.disabled,
|
|
17717
|
-
"e-cursor-not-allowed": this.disabled
|
|
17723
|
+
"e-cursor-not-allowed e-opacity-50": this.disabled
|
|
17718
17724
|
};
|
|
17719
17725
|
},
|
|
17720
17726
|
textAreaClasses() {
|
|
@@ -17732,7 +17738,8 @@ const i8 = n8.exports, s8 = q.extend({
|
|
|
17732
17738
|
"e-bg-gray-800": this.dark,
|
|
17733
17739
|
"e-bg-white": !this.dark,
|
|
17734
17740
|
"e-text-gray-500": !this.dark,
|
|
17735
|
-
"e-text-gray-300": this.dark
|
|
17741
|
+
"e-text-gray-300": this.dark,
|
|
17742
|
+
"e-opacity-50": this.disabled
|
|
17736
17743
|
};
|
|
17737
17744
|
},
|
|
17738
17745
|
textareaStyle() {
|
|
@@ -17788,9 +17795,7 @@ const i8 = n8.exports, s8 = q.extend({
|
|
|
17788
17795
|
});
|
|
17789
17796
|
var a8 = function() {
|
|
17790
17797
|
var e = this, r = e._self._c;
|
|
17791
|
-
return r("div", { staticClass: "e-chat-input e-relative e-flex e-w-auto e-p-2", class: {
|
|
17792
|
-
"e-opacity-50": e.disabled
|
|
17793
|
-
} }, [r("div", { staticClass: "e-rounded-lg e-w-full e-overflow-hidden e-border e-border-solid", class: e.textAreaContainerClasses }, [r("textarea", e._b({ ref: "chatTextarea", staticClass: "e-chat-input__textarea focus:e-outline-none e-mr-6 e-border-none e-placeholder-gray-400 e-py-3 e-pl-3 e-w-full", class: e.textAreaClasses, style: e.textareaStyle, attrs: { rows: "1", tabindex: "0", autofocus: "", placeholder: e.placeholder, disabled: e.disabled }, on: { keydown: function(n) {
|
|
17798
|
+
return r("div", { staticClass: "e-chat-input e-relative e-flex e-w-auto e-p-2" }, [r("div", { staticClass: "e-rounded-lg e-w-full e-overflow-hidden e-border e-border-solid", class: e.textAreaContainerClasses }, [r("textarea", e._b({ ref: "chatTextarea", staticClass: "e-chat-input__textarea focus:e-outline-none e-mr-6 e-border-none e-placeholder-gray-400 e-py-3 e-pl-3 e-w-full", class: e.textAreaClasses, style: e.textareaStyle, attrs: { rows: "1", tabindex: "0", autofocus: "", placeholder: e.placeholder, disabled: e.disabled }, on: { keydown: function(n) {
|
|
17794
17799
|
return n.stopPropagation(), e.onKeyDown.apply(null, arguments);
|
|
17795
17800
|
}, keyup: e.onKeyUp, input: e.onInput } }, "textarea", e.$attrs, !1))]), r("div", { staticClass: "e-absolute e-bottom-3 e-items-center e-flex e-h-min", class: e.isOverflowing ? "e-right-6" : "e-right-4" }, [e._t("input-action-button", function() {
|
|
17796
17801
|
return [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 e-h-8 e-w-8 e-border-none focus:e-outline-none", class: e.buttonClasses, attrs: { type: "button", disabled: e.disabled }, on: { click: function(n) {
|