@lowcodeunit/applications-flow-common 1.36.91-social-comments → 1.36.92-social-comments
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/esm2020/lib/controls/feed-comment-form/feed-comment-form.component.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2 -2
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -84,9 +84,9 @@ export class FeedCommentFormComponent {
|
|
|
84
84
|
}
|
|
85
85
|
}
|
|
86
86
|
FeedCommentFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FeedCommentFormComponent, deps: [{ token: i1.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
87
|
-
FeedCommentFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: FeedCommentFormComponent, selector: "lcu-feed-comment-form", ngImport: i0, template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}\n"], components: [{ type: i2.AngularEditorComponent, selector: "angular-editor", inputs: ["id", "config", "placeholder", "tabIndex"], outputs: ["html", "viewMode", "blur", "focus"] }], directives: [{ type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
|
|
87
|
+
FeedCommentFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: FeedCommentFormComponent, selector: "lcu-feed-comment-form", ngImport: i0, template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}.angular-editor .angular-editor-textarea{border-radius:5px!important}\n"], components: [{ type: i2.AngularEditorComponent, selector: "angular-editor", inputs: ["id", "config", "placeholder", "tabIndex"], outputs: ["html", "viewMode", "blur", "focus"] }], directives: [{ type: i1.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i1.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i3.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i1.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
|
|
88
88
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FeedCommentFormComponent, decorators: [{
|
|
89
89
|
type: Component,
|
|
90
|
-
args: [{ selector: 'lcu-feed-comment-form', template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}\n"] }]
|
|
90
|
+
args: [{ selector: 'lcu-feed-comment-form', template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}.angular-editor .angular-editor-textarea{border-radius:5px!important}\n"] }]
|
|
91
91
|
}], ctorParameters: function () { return [{ type: i1.FormBuilder }]; } });
|
|
92
92
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmVlZC1jb21tZW50LWZvcm0uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tbW9uL3NyYy9saWIvY29udHJvbHMvZmVlZC1jb21tZW50LWZvcm0vZmVlZC1jb21tZW50LWZvcm0uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tbW9uL3NyYy9saWIvY29udHJvbHMvZmVlZC1jb21tZW50LWZvcm0vZmVlZC1jb21tZW50LWZvcm0uY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7QUFTbEQsTUFBTSxPQUFPLHdCQUF3QjtJQUtqQyxZQUFzQixXQUF3QjtRQUF4QixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUMxQyxJQUFJLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztJQUM3QixDQUFDO0lBRUQsUUFBUTtRQUNKLElBQUksQ0FBQyxnQkFBZ0IsRUFBRSxDQUFDO0lBQzVCLENBQUM7SUFFUyxnQkFBZ0I7UUFDdEIsSUFBSSxDQUFDLHFCQUFxQixHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxDQUFDO1lBQ2hELE9BQU8sRUFBRSxFQUFFO1NBQ2QsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVTLGlCQUFpQjtRQUN2QixJQUFJLENBQUMsWUFBWSxHQUFHO1lBQ2hCLFFBQVEsRUFBRSxJQUFJO1lBQ2QsVUFBVSxFQUFFLElBQUk7WUFDaEIsTUFBTSxFQUFFLE9BQU87WUFDZixTQUFTLEVBQUUsR0FBRztZQUNkLFNBQVMsRUFBRSxNQUFNO1lBQ2pCLEtBQUssRUFBRSxNQUFNO1lBQ2IsUUFBUSxFQUFFLEdBQUc7WUFDYixTQUFTLEVBQUUsS0FBSztZQUNoQixhQUFhLEVBQUUsSUFBSTtZQUNuQixXQUFXLEVBQUUsSUFBSTtZQUNqQixXQUFXLEVBQUUsaUJBQWlCO1lBQzlCLHlCQUF5QixFQUFFLEVBQUU7WUFDN0IsZUFBZSxFQUFFLEVBQUU7WUFDbkIsZUFBZSxFQUFFLEVBQUU7WUFDbkIsS0FBSyxFQUFFO2dCQUNILEVBQUUsS0FBSyxFQUFFLE9BQU8sRUFBRSxJQUFJLEVBQUUsT0FBTyxFQUFFO2dCQUNqQyxFQUFFLEtBQUssRUFBRSxpQkFBaUIsRUFBRSxJQUFJLEVBQUUsaUJBQWlCLEVBQUU7Z0JBQ3JELEVBQUUsS0FBSyxFQUFFLFNBQVMsRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFO2dCQUNyQyxFQUFFLEtBQUssRUFBRSxlQUFlLEVBQUUsSUFBSSxFQUFFLGVBQWUsRUFBRTthQUNwRDtZQUNELGFBQWEsRUFBRTtnQkFDWDtvQkFDSSxJQUFJLEVBQUUsT0FBTztvQkFDYixLQUFLLEVBQUUsT0FBTztpQkFDakI7Z0JBQ0Q7b0JBQ0ksSUFBSSxFQUFFLFNBQVM7b0JBQ2YsS0FBSyxFQUFFLFNBQVM7aUJBQ25CO2dCQUNEO29CQUNJLElBQUksRUFBRSxXQUFXO29CQUNqQixLQUFLLEVBQUUsV0FBVztvQkFDbEIsR0FBRyxFQUFFLElBQUk7aUJBQ1o7YUFDSjtZQUNELFFBQVEsRUFBRSxJQUFJO1lBQ2QsZUFBZSxFQUFFLEtBQUs7WUFDdEIsb0JBQW9CLEVBQUU7Z0JBQ2xCO29CQUNJLE1BQU07b0JBQ04sTUFBTTtvQkFDTixXQUFXO29CQUNYLGFBQWE7b0JBQ2IsYUFBYTtvQkFDYixlQUFlO29CQUNmLGNBQWM7b0JBQ2QsYUFBYTtvQkFDYixRQUFRO29CQUNSLFNBQVM7b0JBQ1QsVUFBVTtpQkFDYjtnQkFDRDtvQkFDSSxXQUFXO29CQUNYLFVBQVU7b0JBQ1YsaUJBQWlCO29CQUNqQixlQUFlO29CQUNmLE1BQU07b0JBQ04sUUFBUTtvQkFDUixjQUFjO29CQUNkLHNCQUFzQjtpQkFDekI7YUFDSjtTQUNKLENBQUM7SUFDTixDQUFDOztxSEFwRlEsd0JBQXdCO3lHQUF4Qix3QkFBd0IsNkRDVHJDLG9vQkFrQkE7MkZEVGEsd0JBQXdCO2tCQUxwQyxTQUFTOytCQUNJLHVCQUF1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3JtQnVpbGRlciwgRm9ybUdyb3VwIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQW5ndWxhckVkaXRvckNvbmZpZyB9IGZyb20gJ0Brb2xrb3YvYW5ndWxhci1lZGl0b3InO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2xjdS1mZWVkLWNvbW1lbnQtZm9ybScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL2ZlZWQtY29tbWVudC1mb3JtLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9mZWVkLWNvbW1lbnQtZm9ybS5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBGZWVkQ29tbWVudEZvcm1Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIHB1YmxpYyBFZGl0b3JDb25maWc6IEFuZ3VsYXJFZGl0b3JDb25maWc7XG5cbiAgICBwdWJsaWMgRmVlZENvbW1lbnRzRm9ybUdyb3VwOiBGb3JtR3JvdXA7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgZm9ybUJ1aWxkZXI6IEZvcm1CdWlsZGVyKSB7XG4gICAgICAgIHRoaXMuc2V0dXBFZGl0b3JDb25maWcoKTtcbiAgICB9XG5cbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5idWlsZENvbW1lbnRGb3JtKCk7XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIGJ1aWxkQ29tbWVudEZvcm0oKSB7XG4gICAgICAgIHRoaXMuRmVlZENvbW1lbnRzRm9ybUdyb3VwID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XG4gICAgICAgICAgICBjb21tZW50OiAnJyxcbiAgICAgICAgfSk7XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIHNldHVwRWRpdG9yQ29uZmlnKCkge1xuICAgICAgICB0aGlzLkVkaXRvckNvbmZpZyA9IHtcbiAgICAgICAgICAgIGVkaXRhYmxlOiB0cnVlLFxuICAgICAgICAgICAgc3BlbGxjaGVjazogdHJ1ZSxcbiAgICAgICAgICAgIGhlaWdodDogJzEwMHB4JyxcbiAgICAgICAgICAgIG1pbkhlaWdodDogJzAnLFxuICAgICAgICAgICAgbWF4SGVpZ2h0OiAnYXV0bycsXG4gICAgICAgICAgICB3aWR0aDogJzEwMCUnLFxuICAgICAgICAgICAgbWluV2lkdGg6ICcwJyxcbiAgICAgICAgICAgIHRyYW5zbGF0ZTogJ3llcycsXG4gICAgICAgICAgICBlbmFibGVUb29sYmFyOiB0cnVlLFxuICAgICAgICAgICAgc2hvd1Rvb2xiYXI6IHRydWUsXG4gICAgICAgICAgICBwbGFjZWhvbGRlcjogJ0xlYXZlIGEgY29tbWVudCcsXG4gICAgICAgICAgICBkZWZhdWx0UGFyYWdyYXBoU2VwYXJhdG9yOiAnJyxcbiAgICAgICAgICAgIGRlZmF1bHRGb250TmFtZTogJycsXG4gICAgICAgICAgICBkZWZhdWx0Rm9udFNpemU6ICcnLFxuICAgICAgICAgICAgZm9udHM6IFtcbiAgICAgICAgICAgICAgICB7IGNsYXNzOiAnYXJpYWwnLCBuYW1lOiAnQXJpYWwnIH0sXG4gICAgICAgICAgICAgICAgeyBjbGFzczogJ3RpbWVzLW5ldy1yb21hbicsIG5hbWU6ICdUaW1lcyBOZXcgUm9tYW4nIH0sXG4gICAgICAgICAgICAgICAgeyBjbGFzczogJ2NhbGlicmknLCBuYW1lOiAnQ2FsaWJyaScgfSxcbiAgICAgICAgICAgICAgICB7IGNsYXNzOiAnY29taWMtc2Fucy1tcycsIG5hbWU6ICdDb21pYyBTYW5zIE1TJyB9LFxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIGN1c3RvbUNsYXNzZXM6IFtcbiAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIG5hbWU6ICdxdW90ZScsXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzOiAncXVvdGUnLFxuICAgICAgICAgICAgICAgIH0sXG4gICAgICAgICAgICAgICAge1xuICAgICAgICAgICAgICAgICAgICBuYW1lOiAncmVkVGV4dCcsXG4gICAgICAgICAgICAgICAgICAgIGNsYXNzOiAncmVkVGV4dCcsXG4gICAgICAgICAgICAgICAgfSxcbiAgICAgICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgICAgIG5hbWU6ICd0aXRsZVRleHQnLFxuICAgICAgICAgICAgICAgICAgICBjbGFzczogJ3RpdGxlVGV4dCcsXG4gICAgICAgICAgICAgICAgICAgIHRhZzogJ2gxJyxcbiAgICAgICAgICAgICAgICB9LFxuICAgICAgICAgICAgXSxcbiAgICAgICAgICAgIHNhbml0aXplOiB0cnVlLFxuICAgICAgICAgICAgdG9vbGJhclBvc2l0aW9uOiAndG9wJyxcbiAgICAgICAgICAgIHRvb2xiYXJIaWRkZW5CdXR0b25zOiBbXG4gICAgICAgICAgICAgICAgW1xuICAgICAgICAgICAgICAgICAgICAndW5kbycsXG4gICAgICAgICAgICAgICAgICAgICdyZWRvJyxcbiAgICAgICAgICAgICAgICAgICAgJ3N1YnNjcmlwdCcsXG4gICAgICAgICAgICAgICAgICAgICdzdXBlcnNjcmlwdCcsXG4gICAgICAgICAgICAgICAgICAgICdqdXN0aWZ5TGVmdCcsXG4gICAgICAgICAgICAgICAgICAgICdqdXN0aWZ5Q2VudGVyJyxcbiAgICAgICAgICAgICAgICAgICAgJ2p1c3RpZnlSaWdodCcsXG4gICAgICAgICAgICAgICAgICAgICdqdXN0aWZ5RnVsbCcsXG4gICAgICAgICAgICAgICAgICAgICdpbmRlbnQnLFxuICAgICAgICAgICAgICAgICAgICAnb3V0ZGVudCcsXG4gICAgICAgICAgICAgICAgICAgICdmb250TmFtZScsXG4gICAgICAgICAgICAgICAgXSxcbiAgICAgICAgICAgICAgICBbXG4gICAgICAgICAgICAgICAgICAgICd0ZXh0Q29sb3InLFxuICAgICAgICAgICAgICAgICAgICAnZm9udFNpemUnLFxuICAgICAgICAgICAgICAgICAgICAnYmFja2dyb3VuZENvbG9yJyxcbiAgICAgICAgICAgICAgICAgICAgJ2N1c3RvbUNsYXNzZXMnLFxuICAgICAgICAgICAgICAgICAgICAnbGluaycsXG4gICAgICAgICAgICAgICAgICAgICd1bmxpbmsnLFxuICAgICAgICAgICAgICAgICAgICAncmVtb3ZlRm9ybWF0JyxcbiAgICAgICAgICAgICAgICAgICAgJ2luc2VydEhvcml6b250YWxSdWxlJyxcbiAgICAgICAgICAgICAgICBdLFxuICAgICAgICAgICAgXSxcbiAgICAgICAgfTtcbiAgICB9XG59XG4iLCI8Zm9ybVxuICAgIGNsYXNzPVwiZmVlZC1jb21tZW50LWZvcm1cIlxuICAgIFtmb3JtR3JvdXBdPVwiRmVlZENvbW1lbnRzRm9ybUdyb3VwXCJcbiAgICBmeExheW91dEFsaWduPVwic3BhY2UtYXJvdW5kIGNlbnRlclwiXG4+XG4gICAgPGFuZ3VsYXItZWRpdG9yXG4gICAgICAgIGNsYXNzPVwiYW5ndWxhci1lZGl0b3JcIlxuICAgICAgICBpZD1cImlzc3VlLWVkaXRvclwiXG4gICAgICAgIGZvcm1Db250cm9sTmFtZT1cImNvbW1lbnRcIlxuICAgICAgICBbY29uZmlnXT1cIkVkaXRvckNvbmZpZ1wiXG4gICAgPjwvYW5ndWxhci1lZGl0b3I+XG4gICAgPCEtLSA8bWF0LWZvcm0tZmllbGQgY2xhc3M9XCJjb21tZW50LWZpZWxkXCIgYXBwZWFyYW5jZT1cImZpbGxcIiA+XG4gICAgICAgICAgICA8bWF0LWxhYmVsPkxlYXZlIGEgY29tbWVudDwvbWF0LWxhYmVsPlxuICAgICAgICAgICAgPHRleHRhcmVhIG1hdElucHV0IGZvcm1Db250cm9sTmFtZT1cImNvbW1lbnRcIiByb3dzPVwiMVwiID48L3RleHRhcmVhPlxuICAgICAgICA8L21hdC1mb3JtLWZpZWxkPiAtLT5cblxuICAgIDwhLS0gPGJ1dHRvbiBtYXQtYnV0dG9uIHR5cGU9XCJzdWJtaXRcIiBjb2xvcj1cInByaW1hcnlcIj5TdWJtaXQ8L2J1dHRvbj4gLS0+XG48L2Zvcm0+XG4iXX0=
|
|
@@ -4459,10 +4459,10 @@ class FeedCommentFormComponent {
|
|
|
4459
4459
|
}
|
|
4460
4460
|
}
|
|
4461
4461
|
FeedCommentFormComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FeedCommentFormComponent, deps: [{ token: i1$2.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
|
|
4462
|
-
FeedCommentFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: FeedCommentFormComponent, selector: "lcu-feed-comment-form", ngImport: i0, template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}\n"], components: [{ type: i2$4.AngularEditorComponent, selector: "angular-editor", inputs: ["id", "config", "placeholder", "tabIndex"], outputs: ["html", "viewMode", "blur", "focus"] }], directives: [{ type: i1$2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i1$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
|
|
4462
|
+
FeedCommentFormComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: FeedCommentFormComponent, selector: "lcu-feed-comment-form", ngImport: i0, template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}.angular-editor .angular-editor-textarea{border-radius:5px!important}\n"], components: [{ type: i2$4.AngularEditorComponent, selector: "angular-editor", inputs: ["id", "config", "placeholder", "tabIndex"], outputs: ["html", "viewMode", "blur", "focus"] }], directives: [{ type: i1$2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i1$2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i8.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i1$2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i1$2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i1$2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }] });
|
|
4463
4463
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: FeedCommentFormComponent, decorators: [{
|
|
4464
4464
|
type: Component,
|
|
4465
|
-
args: [{ selector: 'lcu-feed-comment-form', template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}\n"] }]
|
|
4465
|
+
args: [{ selector: 'lcu-feed-comment-form', template: "<form\n class=\"feed-comment-form\"\n [formGroup]=\"FeedCommentsFormGroup\"\n fxLayoutAlign=\"space-around center\"\n>\n <angular-editor\n class=\"angular-editor\"\n id=\"issue-editor\"\n formControlName=\"comment\"\n [config]=\"EditorConfig\"\n ></angular-editor>\n <!-- <mat-form-field class=\"comment-field\" appearance=\"fill\" >\n <mat-label>Leave a comment</mat-label>\n <textarea matInput formControlName=\"comment\" rows=\"1\" ></textarea>\n </mat-form-field> -->\n\n <!-- <button mat-button type=\"submit\" color=\"primary\">Submit</button> -->\n</form>\n", styles: [".angular-editor{width:100%}.angular-editor .angular-editor-textarea{border-radius:5px!important}\n"] }]
|
|
4466
4466
|
}], ctorParameters: function () { return [{ type: i1$2.FormBuilder }]; } });
|
|
4467
4467
|
|
|
4468
4468
|
class MainFeedCardComponent {
|