@lowcodeunit/applications-flow-common 1.37.133-merge → 1.37.136-ui-requests-10944

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.
@@ -1,7 +1,9 @@
1
1
  import { OnInit } from '@angular/core';
2
2
  import { FeedItem, FeedItemAction } from '../../models/user-feed.model';
3
+ import { EaCService } from '../../services/eac.service';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class ActivityCardComponent implements OnInit {
6
+ protected eacSvc: EaCService;
5
7
  ActiveEnvironmentLookup: string;
6
8
  Feed: Array<FeedItem>;
7
9
  LoadingFeed: boolean;
@@ -10,8 +12,9 @@ export declare class ActivityCardComponent implements OnInit {
10
12
  SourceControlLookup: string;
11
13
  HasGHConnection: boolean;
12
14
  FeedHeaderActions: Array<FeedItemAction>;
13
- constructor();
15
+ constructor(eacSvc: EaCService);
14
16
  ngOnInit(): void;
17
+ ReloadFeed(): void;
15
18
  static ɵfac: i0.ɵɵFactoryDeclaration<ActivityCardComponent, never>;
16
19
  static ɵcmp: i0.ɵɵComponentDeclaration<ActivityCardComponent, "lcu-activity-card", never, { "ActiveEnvironmentLookup": "active-environment-lookup"; "Feed": "feed"; "LoadingFeed": "loading-feed"; "FilterTypes": "filter-types"; "FeedCheck": "feed-check"; "SourceControlLookup": "source-control-lookup"; "HasGHConnection": "has-gh-connection"; "FeedHeaderActions": "feed-header-actions"; }, {}, never, never>;
17
20
  }
@@ -5,6 +5,7 @@ import * as i0 from "@angular/core";
5
5
  export declare class FeedFilterComponent implements OnInit {
6
6
  protected eacSvc: EaCService;
7
7
  protected formBuilder: FormBuilder;
8
+ FeedCheck: any;
8
9
  FilterTypes: Array<string>;
9
10
  FilterFormGroup: FormGroup;
10
11
  Filters: Array<any>;
@@ -17,9 +18,10 @@ export declare class FeedFilterComponent implements OnInit {
17
18
  protected addCheckboxes(): void;
18
19
  protected buildFilterObject(fstring: string): Array<any>;
19
20
  protected setFilterString(fTypes: Array<string>): string;
21
+ ReloadFeed(): void;
20
22
  ToggleFilter(name: string): void;
21
23
  Apply(): void;
22
24
  StoreActiveFilter(types: string): void;
23
25
  static ɵfac: i0.ɵɵFactoryDeclaration<FeedFilterComponent, never>;
24
- static ɵcmp: i0.ɵɵComponentDeclaration<FeedFilterComponent, "lcu-feed-filter", never, { "FilterTypes": "filter-types"; }, {}, never, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedFilterComponent, "lcu-feed-filter", never, { "FeedCheck": "feed-check"; "FilterTypes": "filter-types"; }, {}, never, never>;
25
27
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.37.133-merge",
3
+ "version": "1.37.136-ui-requests-10944",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },