@telia-ace/widget-conversational-hub 1.1.122-rc.2 → 1.1.122-rc.4
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/index.js +2 -2
- package/index.mjs +2 -2
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -954,6 +954,8 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
954
954
|
class="conversation-bottom"
|
|
955
955
|
@submit=${this._onSendMessage}
|
|
956
956
|
${oe(this.formRef)}
|
|
957
|
+
?inert=${this.disabledInput}
|
|
958
|
+
data-testid="conversation-bottom"
|
|
957
959
|
>
|
|
958
960
|
<label for="chat-message-input" class="visually-hidden">
|
|
959
961
|
Chat message
|
|
@@ -964,7 +966,6 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
964
966
|
placeholder=${e.getOrFallback("conversation.input-placeholder","Aa")}
|
|
965
967
|
data-testid="message-input"
|
|
966
968
|
.value=${this.message}
|
|
967
|
-
?disabled=${this.disabledInput}
|
|
968
969
|
@input=${this._inputHandler}
|
|
969
970
|
@keydown=${this._keyDownHandler}
|
|
970
971
|
${oe(this.inputRef)}
|
|
@@ -980,7 +981,6 @@ Please report this to https://github.com/markedjs/marked.`,n){const s="<p>An err
|
|
|
980
981
|
type="submit"
|
|
981
982
|
data-testid="send-message-button"
|
|
982
983
|
title=${e.getOrFallback("conversation.send-alt","Send")}
|
|
983
|
-
?disabled=${this.disabledSubmit}
|
|
984
984
|
>
|
|
985
985
|
<telia-icon svg=${Kl.svg}></telia-icon>
|
|
986
986
|
</button>
|
package/index.mjs
CHANGED
|
@@ -7170,6 +7170,8 @@ const Nr = Mo(M), ui = class ui extends Nr {
|
|
|
7170
7170
|
class="conversation-bottom"
|
|
7171
7171
|
@submit=${this._onSendMessage}
|
|
7172
7172
|
${oe(this.formRef)}
|
|
7173
|
+
?inert=${this.disabledInput}
|
|
7174
|
+
data-testid="conversation-bottom"
|
|
7173
7175
|
>
|
|
7174
7176
|
<label for="chat-message-input" class="visually-hidden">
|
|
7175
7177
|
Chat message
|
|
@@ -7183,7 +7185,6 @@ const Nr = Mo(M), ui = class ui extends Nr {
|
|
|
7183
7185
|
)}
|
|
7184
7186
|
data-testid="message-input"
|
|
7185
7187
|
.value=${this.message}
|
|
7186
|
-
?disabled=${this.disabledInput}
|
|
7187
7188
|
@input=${this._inputHandler}
|
|
7188
7189
|
@keydown=${this._keyDownHandler}
|
|
7189
7190
|
${oe(this.inputRef)}
|
|
@@ -7199,7 +7200,6 @@ const Nr = Mo(M), ui = class ui extends Nr {
|
|
|
7199
7200
|
type="submit"
|
|
7200
7201
|
data-testid="send-message-button"
|
|
7201
7202
|
title=${e.getOrFallback("conversation.send-alt", "Send")}
|
|
7202
|
-
?disabled=${this.disabledSubmit}
|
|
7203
7203
|
>
|
|
7204
7204
|
<telia-icon svg=${Kl.svg}></telia-icon>
|
|
7205
7205
|
</button>
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@telia-ace/widget-conversational-hub",
|
|
3
|
-
"version": "1.1.122-rc.
|
|
3
|
+
"version": "1.1.122-rc.4",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@telia-ace/widget-conversation-flamingo": "1.1.122-rc.
|
|
5
|
+
"@telia-ace/widget-conversation-flamingo": "1.1.122-rc.4",
|
|
6
6
|
"rxjs": "^7.8.2",
|
|
7
|
-
"@telia-ace/widget-core-flamingo": "1.1.122-rc.
|
|
7
|
+
"@telia-ace/widget-core-flamingo": "1.1.122-rc.4",
|
|
8
8
|
"lit": "^3.0.2",
|
|
9
9
|
"@lit/context": "^1.1.4"
|
|
10
10
|
},
|