@banta/sdk 3.3.7 → 3.3.8
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/bundles/banta-sdk.umd.js +2 -3
- package/bundles/banta-sdk.umd.js.map +1 -1
- package/bundles/banta-sdk.umd.min.js +1 -1
- package/bundles/banta-sdk.umd.min.js.map +1 -1
- package/esm2015/lib/chat/banta-chat/banta-chat.component.js +2 -2
- package/esm2015/lib/comments/banta-comments/banta-comments.component.js +1 -1
- package/esm2015/lib/comments/comment-field/comment-field.component.js +2 -3
- package/fesm2015/banta-sdk.js +2 -3
- package/fesm2015/banta-sdk.js.map +1 -1
- package/lib/chat/banta-chat/banta-chat.component.d.ts +1 -1
- package/lib/comments/banta-comments/banta-comments.component.d.ts +1 -1
- package/lib/comments/comment-field/comment-field.component.d.ts +1 -1
- package/package.json +2 -2
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -7973,7 +7973,7 @@
|
|
|
7973
7973
|
_b.label = 1;
|
|
7974
7974
|
case 1:
|
|
7975
7975
|
_b.trys.push([1, 5, , 6]);
|
|
7976
|
-
return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message))];
|
|
7976
|
+
return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message, this.source))];
|
|
7977
7977
|
case 2:
|
|
7978
7978
|
intercept = _b.sent();
|
|
7979
7979
|
if (!!intercept) return [3 /*break*/, 4];
|
|
@@ -9090,7 +9090,6 @@
|
|
|
9090
9090
|
return __generator(this, function (_b) {
|
|
9091
9091
|
switch (_b.label) {
|
|
9092
9092
|
case 0:
|
|
9093
|
-
console.log(event.key);
|
|
9094
9093
|
if (this.autocompleteVisible) {
|
|
9095
9094
|
if (event.key === 'Escape') {
|
|
9096
9095
|
this.dismissAutoComplete();
|
|
@@ -9233,7 +9232,7 @@
|
|
|
9233
9232
|
_b.label = 2;
|
|
9234
9233
|
case 2:
|
|
9235
9234
|
_b.trys.push([2, 6, , 7]);
|
|
9236
|
-
return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message))];
|
|
9235
|
+
return [4 /*yield*/, ((_a = this.shouldInterceptMessageSend) === null || _a === void 0 ? void 0 : _a.call(this, message, this.source))];
|
|
9237
9236
|
case 3:
|
|
9238
9237
|
intercept = _b.sent();
|
|
9239
9238
|
if (!!intercept) return [3 /*break*/, 5];
|