nativescript-comments-sw
Advanced tools
Comparing version
@@ -351,8 +351,8 @@ "use strict"; | ||
this.scrollview.addChild(this.rep); | ||
this.replytoWraper = this.parseOptions(new stack_layout_1.StackLayout(), { | ||
this.replytoWraper = this.parseOptions(new grid_layout_1.GridLayout(), { | ||
row: 1, | ||
class: "comment-reply-wrapper", | ||
orientation: "horizontal", | ||
width: "100%", | ||
visibility: "collapse" | ||
visibility: "collapse", | ||
columns: ["star", "star", "auto"] | ||
}); | ||
@@ -367,4 +367,4 @@ var footer = this.parseOptions(new grid_layout_1.GridLayout(), { | ||
className: "comment-reply-x-btn fa", | ||
row: 1, | ||
col: 1, | ||
row: 0, | ||
col: 0, | ||
text: this.xbtn | ||
@@ -374,7 +374,11 @@ }); | ||
className: "comment-replyingto", | ||
text: this.toText | ||
text: this.toText, | ||
row: 0, | ||
col: 1, | ||
}); | ||
this.textReplyToHolder = this.parseOptions(new label_1.Label(), { | ||
className: "comment-reply-username", | ||
text: this.replyTo | ||
text: this.replyTo, | ||
row: 1, | ||
col: 2, | ||
}); | ||
@@ -381,0 +385,0 @@ this.replytoWraper.addChild(xbtn); |
{ | ||
"name": "nativescript-comments-sw", | ||
"version": "1.1.13", | ||
"version": "1.1.14", | ||
"description": "Your awesome NativeScript plugin for render a comments box .", | ||
@@ -5,0 +5,0 @@ "main": "comments", |
32396
0.28%643
0.63%