@banta/sdk 4.0.6 → 4.0.9
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 +1 -5
- 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/comments/comment-field/comment-field.component.js +1 -6
- package/esm2015/lib/common/index.js +2 -1
- package/fesm2015/banta-sdk.js +1 -6
- package/fesm2015/banta-sdk.js.map +1 -1
- package/lib/common/index.d.ts +1 -0
- package/package.json +12 -12
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -9687,11 +9687,6 @@
|
|
|
9687
9687
|
message: text,
|
|
9688
9688
|
attachments: this.chatMessageAttachments
|
|
9689
9689
|
};
|
|
9690
|
-
// this.sendError = new Error('Could not send: This has been a test of the emergency broadcast system.');
|
|
9691
|
-
// this.expandError = true;
|
|
9692
|
-
this.indicateError('Could not send: This has been a test of the emergency broadcast system.');
|
|
9693
|
-
if (1)
|
|
9694
|
-
return [2 /*return*/];
|
|
9695
9690
|
_a.label = 2;
|
|
9696
9691
|
case 2:
|
|
9697
9692
|
_a.trys.push([2, 4, , 6]);
|
|
@@ -10347,6 +10342,7 @@
|
|
|
10347
10342
|
exports.EmojiModule = EmojiModule;
|
|
10348
10343
|
exports.EmojiSelectorButtonComponent = EmojiSelectorButtonComponent;
|
|
10349
10344
|
exports.EmojiSelectorPanelComponent = EmojiSelectorPanelComponent;
|
|
10345
|
+
exports.LightboxComponent = LightboxComponent;
|
|
10350
10346
|
exports.LiveChatMessageComponent = LiveChatMessageComponent;
|
|
10351
10347
|
exports.LiveCommentComponent = LiveCommentComponent;
|
|
10352
10348
|
exports.LiveMessageComponent = LiveMessageComponent;
|