@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.
@@ -8744,14 +8744,14 @@
8744
8744
  sortOrderChanged: [{ type: core.Output }]
8745
8745
  };
8746
8746
 
8747
- var BantaSendReplyOptionsDirective = /** @class */ (function () {
8748
- function BantaSendReplyOptionsDirective() {
8747
+ var BantaReplySendOptionsDirective = /** @class */ (function () {
8748
+ function BantaReplySendOptionsDirective() {
8749
8749
  }
8750
- return BantaSendReplyOptionsDirective;
8750
+ return BantaReplySendOptionsDirective;
8751
8751
  }());
8752
- BantaSendReplyOptionsDirective.decorators = [
8752
+ BantaReplySendOptionsDirective.decorators = [
8753
8753
  { type: core.Directive, args: [{
8754
- selector: "[replySendOptions]"
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: [BantaSendReplyOptionsDirective, { read: core.TemplateRef },] }],
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
- BantaSendReplyOptionsDirective
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;