@lowcodeunit/applications-flow-common 1.36.86-integration → 1.36.87-lets-get-social-ish

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.
@@ -5,26 +5,33 @@ import { MatDialog } from '@angular/material/dialog';
5
5
  import { EaCEnvironmentAsCode } from '@semanticjs/common';
6
6
  import { ApplicationsFlowState } from '../../state/applications-flow.state';
7
7
  import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
8
+ import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
8
9
  import * as i0 from "@angular/core";
9
10
  export declare class MainFeedCardComponent implements OnDestroy, OnInit {
10
11
  protected eacSvc: EaCService;
11
12
  protected dialog: MatDialog;
12
13
  private sanitizer;
14
+ protected formBuilder: FormBuilder;
13
15
  protected checkTimeout: any;
14
16
  get ActiveEnvironment(): EaCEnvironmentAsCode;
15
17
  get ActiveEnvironmentLookup(): string;
18
+ get CommentControl(): AbstractControl;
16
19
  get Environment(): EaCEnvironmentAsCode;
17
20
  FeedItem: FeedItem;
18
21
  get Icon(): string;
19
22
  get IconColor(): string;
20
23
  get State(): ApplicationsFlowState;
21
- constructor(eacSvc: EaCService, dialog: MatDialog, sanitizer: DomSanitizer);
24
+ FeedCommentsFormGroup: FormGroup;
25
+ constructor(eacSvc: EaCService, dialog: MatDialog, sanitizer: DomSanitizer, formBuilder: FormBuilder);
22
26
  ngOnDestroy(): void;
23
27
  ngOnInit(): void;
24
28
  CalculateTimelapse(timestamp: Date): string;
25
29
  HandleAction(action: FeedItemAction): void;
26
30
  OpenSourceControlDialog(scLookup: string, scName: string): void;
27
31
  SafeHtml(html: string): SafeHtml;
32
+ SanitizeVideos(): void;
33
+ SubmitComment(): void;
34
+ protected buildCommentForm(): void;
28
35
  protected handleRefresh(): void;
29
36
  static ɵfac: i0.ɵɵFactoryDeclaration<MainFeedCardComponent, never>;
30
37
  static ɵcmp: i0.ɵɵComponentDeclaration<MainFeedCardComponent, "lcu-main-feed-card", never, { "FeedItem": "feed-item"; }, {}, never, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.36.86-integration",
3
+ "version": "1.36.87-lets-get-social-ish",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },