@banta/sdk 4.3.0 → 4.3.1
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 +8 -8
- 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/banta-comments/banta-comments.component.js +3 -3
- package/esm2015/lib/comments/comments.module.js +3 -3
- package/esm2015/lib/comments/index.js +2 -2
- package/esm2015/lib/comments/{send-reply-options.directive.js → reply-send-options.directive.js} +4 -4
- package/fesm2015/banta-sdk.js +6 -6
- package/fesm2015/banta-sdk.js.map +1 -1
- package/lib/comments/index.d.ts +1 -1
- package/lib/comments/reply-send-options.directive.d.ts +2 -0
- package/package.json +1 -1
- package/lib/comments/send-reply-options.directive.d.ts +0 -2
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -8744,14 +8744,14 @@
|
|
|
8744
8744
|
sortOrderChanged: [{ type: core.Output }]
|
|
8745
8745
|
};
|
|
8746
8746
|
|
|
8747
|
-
var
|
|
8748
|
-
function
|
|
8747
|
+
var BantaReplySendOptionsDirective = /** @class */ (function () {
|
|
8748
|
+
function BantaReplySendOptionsDirective() {
|
|
8749
8749
|
}
|
|
8750
|
-
return
|
|
8750
|
+
return BantaReplySendOptionsDirective;
|
|
8751
8751
|
}());
|
|
8752
|
-
|
|
8752
|
+
BantaReplySendOptionsDirective.decorators = [
|
|
8753
8753
|
{ type: core.Directive, args: [{
|
|
8754
|
-
selector: "[
|
|
8754
|
+
selector: "[bantaReplySendOptions]"
|
|
8755
8755
|
},] }
|
|
8756
8756
|
];
|
|
8757
8757
|
|
|
@@ -9498,7 +9498,7 @@
|
|
|
9498
9498
|
]; };
|
|
9499
9499
|
BantaCommentsComponent.propDecorators = {
|
|
9500
9500
|
isMobileSized: [{ type: core.HostBinding, args: ['class.banta-mobile',] }],
|
|
9501
|
-
sendReplyOptionsTemplate: [{ type: core.ContentChild, args: [
|
|
9501
|
+
sendReplyOptionsTemplate: [{ type: core.ContentChild, args: [BantaReplySendOptionsDirective, { read: core.TemplateRef },] }],
|
|
9502
9502
|
loadingMessages: [{ type: core.Input }],
|
|
9503
9503
|
useInlineReplies: [{ type: core.Input }],
|
|
9504
9504
|
signInLabel: [{ type: core.Input }],
|
|
@@ -10092,7 +10092,7 @@
|
|
|
10092
10092
|
CommentFieldComponent,
|
|
10093
10093
|
CommentSortComponent,
|
|
10094
10094
|
AttachmentButtonComponent,
|
|
10095
|
-
|
|
10095
|
+
BantaReplySendOptionsDirective
|
|
10096
10096
|
];
|
|
10097
10097
|
var CommentsModule = /** @class */ (function () {
|
|
10098
10098
|
function CommentsModule() {
|
|
@@ -10562,8 +10562,8 @@
|
|
|
10562
10562
|
exports.BantaComponent = BantaComponent;
|
|
10563
10563
|
exports.BantaLogoComponent = BantaLogoComponent;
|
|
10564
10564
|
exports.BantaMarkdownToHtmlPipe = BantaMarkdownToHtmlPipe;
|
|
10565
|
+
exports.BantaReplySendOptionsDirective = BantaReplySendOptionsDirective;
|
|
10565
10566
|
exports.BantaSdkModule = BantaSdkModule;
|
|
10566
|
-
exports.BantaSendReplyOptionsDirective = BantaSendReplyOptionsDirective;
|
|
10567
10567
|
exports.ChatBackend = ChatBackend;
|
|
10568
10568
|
exports.ChatBackendBase = ChatBackendBase;
|
|
10569
10569
|
exports.ChatMessageComponent = ChatMessageComponent;
|