@lowcodeunit/applications-flow-common 1.33.77-merge-with-social-ish → 1.33.81-angular-13

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.
Files changed (61) hide show
  1. package/esm2020/lcu.api.mjs +11 -1
  2. package/esm2020/lib/applications-flow.module.mjs +64 -10
  3. package/esm2020/lib/elements/analytics-card/analytics-card.component.mjs +28 -0
  4. package/esm2020/lib/elements/base-form/base-form.component.mjs +3 -3
  5. package/esm2020/lib/elements/column-info-card/column-info-card.component.mjs +50 -0
  6. package/esm2020/lib/elements/dynamic-tabs/dynamic-tabs.component.mjs +3 -3
  7. package/esm2020/lib/elements/feed-card-sm/feed-card-sm.component.mjs +40 -0
  8. package/esm2020/lib/elements/flow-tool/flow-tool.component.mjs +5 -5
  9. package/esm2020/lib/elements/form-card/form-card.component.mjs +3 -3
  10. package/esm2020/lib/elements/gh-control/gh-control.component.mjs +78 -0
  11. package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +34 -0
  12. package/esm2020/lib/elements/project-info-card/project-info-card.component.mjs +46 -0
  13. package/esm2020/lib/elements/projects/controls/builds/builds.component.mjs +3 -3
  14. package/esm2020/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.mjs +4 -4
  15. package/esm2020/lib/elements/projects/controls/forms/source-control/source-control.component.mjs +3 -3
  16. package/esm2020/lib/elements/projects/controls/git-auth/git-auth.component.mjs +3 -3
  17. package/esm2020/lib/elements/projects/controls/header/header.component.mjs +3 -3
  18. package/esm2020/lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component.mjs +3 -3
  19. package/esm2020/lib/elements/projects/controls/project-items/project-items.component.mjs +3 -3
  20. package/esm2020/lib/elements/projects/controls/project-tabs/project-tabs.component.mjs +3 -3
  21. package/esm2020/lib/elements/projects/controls/recent-activities/recent-activities.component.mjs +3 -3
  22. package/esm2020/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.mjs +3 -3
  23. package/esm2020/lib/elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component.mjs +3 -3
  24. package/esm2020/lib/elements/projects/controls/tabs/devops/devops.component.mjs +3 -3
  25. package/esm2020/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.mjs +3 -3
  26. package/esm2020/lib/elements/projects/controls/tabs/domains/domains.component.mjs +3 -3
  27. package/esm2020/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.mjs +3 -3
  28. package/esm2020/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.mjs +3 -3
  29. package/esm2020/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.mjs +3 -3
  30. package/esm2020/lib/elements/projects/controls/tabs/general/general.component.mjs +3 -3
  31. package/esm2020/lib/elements/projects/projects.component.mjs +3 -3
  32. package/esm2020/lib/elements/slotted-card/slotted-card.component.mjs +40 -0
  33. package/esm2020/lib/elements/three-column/three-column.component.mjs +30 -0
  34. package/esm2020/lib/elements/two-column-header/two-column-header.component.mjs +15 -0
  35. package/esm2020/lib/models/card-slot.model.mjs +3 -0
  36. package/esm2020/lib/models/slot-action.model.mjs +3 -0
  37. package/esm2020/lib/services/applications-flow-events.service.mjs +3 -3
  38. package/esm2020/lib/services/applications-flow.service.mjs +3 -3
  39. package/esm2020/lib/services/forms.service.mjs +3 -3
  40. package/esm2020/lib/services/npm.service.mjs +3 -3
  41. package/esm2020/lib/services/project.service.mjs +6 -6
  42. package/esm2020/lib/state/applications-flow-state.context.mjs +3 -3
  43. package/fesm2015/lowcodeunit-applications-flow-common.mjs +467 -117
  44. package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
  45. package/fesm2020/lowcodeunit-applications-flow-common.mjs +467 -117
  46. package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
  47. package/lcu.api.d.ts +10 -0
  48. package/lib/applications-flow.module.d.ts +14 -5
  49. package/lib/elements/analytics-card/analytics-card.component.d.ts +11 -0
  50. package/lib/elements/column-info-card/column-info-card.component.d.ts +20 -0
  51. package/lib/elements/feed-card-sm/feed-card-sm.component.d.ts +14 -0
  52. package/lib/elements/gh-control/gh-control.component.d.ts +19 -0
  53. package/lib/elements/main-feed-card/main-feed-card.component.d.ts +13 -0
  54. package/lib/elements/project-info-card/project-info-card.component.d.ts +16 -0
  55. package/lib/elements/slotted-card/slotted-card.component.d.ts +15 -0
  56. package/lib/elements/three-column/three-column.component.d.ts +11 -0
  57. package/lib/elements/two-column-header/two-column-header.component.d.ts +8 -0
  58. package/lib/models/card-slot.model.d.ts +7 -0
  59. package/lib/models/slot-action.model.d.ts +8 -0
  60. package/lib/services/project.service.d.ts +1 -1
  61. package/package.json +1 -1
package/lcu.api.d.ts CHANGED
@@ -40,3 +40,13 @@ export * from './lib/elements/base-form/base-form.component';
40
40
  export * from './lib/elements/projects/controls/recent-activities/recent-activities.component';
41
41
  export * from './lib/elements/projects/projects.component';
42
42
  export * from './lib/elements/flow-tool/flow-tool.component';
43
+ export * from './lib/elements/column-info-card/column-info-card.component';
44
+ export * from './lib/elements/slotted-card/slotted-card.component';
45
+ export * from './lib/elements/analytics-card/analytics-card.component';
46
+ export * from './lib/elements/feed-card-sm/feed-card-sm.component';
47
+ export * from './lib/elements/three-column/three-column.component';
48
+ export * from './lib/elements/gh-control/gh-control.component';
49
+ export * from './lib/elements/gh-control/gh-control.component';
50
+ export * from './lib/elements/main-feed-card/main-feed-card.component';
51
+ export * from './lib/elements/project-info-card/project-info-card.component';
52
+ export * from './lib/elements/two-column-header/two-column-header.component';
@@ -22,13 +22,22 @@ import * as i19 from "./elements/projects/controls/tabs/devops/devops.component"
22
22
  import * as i20 from "./elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component";
23
23
  import * as i21 from "./elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component";
24
24
  import * as i22 from "./elements/flow-tool/flow-tool.component";
25
- import * as i23 from "@lcu/common";
26
- import * as i24 from "@angular/forms";
27
- import * as i25 from "@angular/flex-layout";
28
- import * as i26 from "@lowcodeunit/app-host-common";
25
+ import * as i23 from "./elements/three-column/three-column.component";
26
+ import * as i24 from "./elements/column-info-card/column-info-card.component";
27
+ import * as i25 from "./elements/slotted-card/slotted-card.component";
28
+ import * as i26 from "./elements/project-info-card/project-info-card.component";
29
+ import * as i27 from "./elements/analytics-card/analytics-card.component";
30
+ import * as i28 from "./elements/feed-card-sm/feed-card-sm.component";
31
+ import * as i29 from "./elements/gh-control/gh-control.component";
32
+ import * as i30 from "./elements/main-feed-card/main-feed-card.component";
33
+ import * as i31 from "./elements/two-column-header/two-column-header.component";
34
+ import * as i32 from "@lcu/common";
35
+ import * as i33 from "@angular/forms";
36
+ import * as i34 from "@angular/flex-layout";
37
+ import * as i35 from "@lowcodeunit/app-host-common";
29
38
  export declare class ApplicationsFlowModule {
30
39
  static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
31
40
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationsFlowModule, never>;
32
- static ɵmod: i0.ɵɵNgModuleDeclaration<ApplicationsFlowModule, [typeof i1.ApplicationsFlowProjectsElementComponent, typeof i2.HostingDetailsFormGroupComponent, typeof i3.CreateProjectWizardComponent, typeof i4.DynamicTabsComponent, typeof i5.HeaderComponent, typeof i6.ProjectTabsComponent, typeof i7.DomainsComponent, typeof i8.ProjectItemsComponent, typeof i9.BuildsComponent, typeof i10.RecentActivitiesComponent, typeof i11.FormCardComponent, typeof i12.ProjectNameComponent, typeof i13.RootDirectoryComponent, typeof i14.BaseFormComponent, typeof i15.BaseFormTestComponent, typeof i16.GitAuthComponent, typeof i17.SourceControlFormControlsComponent, typeof i18.AppsFlowComponent, typeof i19.DevOpsComponent, typeof i20.DFSModifiersComponent, typeof i21.NpmPackageSelectComponent, typeof i22.FlowToolComponent], [typeof i23.FathymSharedModule, typeof i24.FormsModule, typeof i24.ReactiveFormsModule, typeof i25.FlexLayoutModule, typeof i23.MaterialModule, typeof i26.AppHostModule], [typeof i1.ApplicationsFlowProjectsElementComponent, typeof i2.HostingDetailsFormGroupComponent, typeof i3.CreateProjectWizardComponent, typeof i4.DynamicTabsComponent, typeof i5.HeaderComponent, typeof i6.ProjectTabsComponent, typeof i7.DomainsComponent, typeof i8.ProjectItemsComponent, typeof i9.BuildsComponent, typeof i10.RecentActivitiesComponent, typeof i11.FormCardComponent, typeof i12.ProjectNameComponent, typeof i13.RootDirectoryComponent, typeof i14.BaseFormComponent, typeof i15.BaseFormTestComponent, typeof i16.GitAuthComponent, typeof i17.SourceControlFormControlsComponent, typeof i18.AppsFlowComponent, typeof i19.DevOpsComponent, typeof i20.DFSModifiersComponent, typeof i21.NpmPackageSelectComponent, typeof i22.FlowToolComponent]>;
41
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ApplicationsFlowModule, [typeof i1.ApplicationsFlowProjectsElementComponent, typeof i2.HostingDetailsFormGroupComponent, typeof i3.CreateProjectWizardComponent, typeof i4.DynamicTabsComponent, typeof i5.HeaderComponent, typeof i6.ProjectTabsComponent, typeof i7.DomainsComponent, typeof i8.ProjectItemsComponent, typeof i9.BuildsComponent, typeof i10.RecentActivitiesComponent, typeof i11.FormCardComponent, typeof i12.ProjectNameComponent, typeof i13.RootDirectoryComponent, typeof i14.BaseFormComponent, typeof i15.BaseFormTestComponent, typeof i16.GitAuthComponent, typeof i17.SourceControlFormControlsComponent, typeof i18.AppsFlowComponent, typeof i19.DevOpsComponent, typeof i20.DFSModifiersComponent, typeof i21.NpmPackageSelectComponent, typeof i22.FlowToolComponent, typeof i23.ThreeColumnComponent, typeof i24.ColumnInfoCardComponent, typeof i25.SlottedCardComponent, typeof i26.ProjectInfoCardComponent, typeof i27.AnalyticsCardComponent, typeof i28.FeedCardSmComponent, typeof i29.GhControlComponent, typeof i30.MainFeedCardComponent, typeof i31.TwoColumnHeaderComponent], [typeof i32.FathymSharedModule, typeof i33.FormsModule, typeof i33.ReactiveFormsModule, typeof i34.FlexLayoutModule, typeof i32.MaterialModule, typeof i35.AppHostModule], [typeof i1.ApplicationsFlowProjectsElementComponent, typeof i2.HostingDetailsFormGroupComponent, typeof i3.CreateProjectWizardComponent, typeof i4.DynamicTabsComponent, typeof i5.HeaderComponent, typeof i6.ProjectTabsComponent, typeof i7.DomainsComponent, typeof i8.ProjectItemsComponent, typeof i9.BuildsComponent, typeof i10.RecentActivitiesComponent, typeof i11.FormCardComponent, typeof i12.ProjectNameComponent, typeof i13.RootDirectoryComponent, typeof i14.BaseFormComponent, typeof i15.BaseFormTestComponent, typeof i16.GitAuthComponent, typeof i17.SourceControlFormControlsComponent, typeof i18.AppsFlowComponent, typeof i19.DevOpsComponent, typeof i20.DFSModifiersComponent, typeof i21.NpmPackageSelectComponent, typeof i22.FlowToolComponent, typeof i23.ThreeColumnComponent, typeof i24.ColumnInfoCardComponent, typeof i25.SlottedCardComponent, typeof i26.ProjectInfoCardComponent, typeof i27.AnalyticsCardComponent, typeof i28.FeedCardSmComponent, typeof i29.GhControlComponent, typeof i30.MainFeedCardComponent, typeof i31.TwoColumnHeaderComponent]>;
33
42
  static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
34
43
  }
@@ -0,0 +1,11 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AnalyticsCardComponent implements OnInit {
4
+ Title: string;
5
+ Subtext: string;
6
+ Analytics: any[];
7
+ constructor();
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsCardComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<AnalyticsCardComponent, "lcu-analytics-card", never, { "Title": "title"; "Subtext": "subtext"; "Analytics": "analytics"; }, {}, never, never>;
11
+ }
@@ -0,0 +1,20 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import { CardSlotModel } from '../../models/card-slot.model';
3
+ import { SlotActionModel } from '../../models/slot-action.model';
4
+ import * as i0 from "@angular/core";
5
+ export declare class ColumnInfoCardComponent implements OnInit {
6
+ Title: string;
7
+ MainIcon: string;
8
+ MainSlotDescription: string;
9
+ MainSlots: Array<CardSlotModel>;
10
+ SecondarySlots: Array<CardSlotModel>;
11
+ MainCardAction: SlotActionModel;
12
+ MainCardClicked: EventEmitter<string>;
13
+ SlotActionClicked: EventEmitter<string>;
14
+ constructor();
15
+ ngOnInit(): void;
16
+ SlotActionClickEvent(event: string): void;
17
+ MainCardClickEvent(event: string): void;
18
+ static ɵfac: i0.ɵɵFactoryDeclaration<ColumnInfoCardComponent, never>;
19
+ static ɵcmp: i0.ɵɵComponentDeclaration<ColumnInfoCardComponent, "lcu-column-info-card", never, { "Title": "title"; "MainIcon": "main-icon"; "MainSlotDescription": "main-slot-description"; "MainSlots": "main-slots"; "SecondarySlots": "secondary-slots"; "MainCardAction": "main-card-action"; }, { "MainCardClicked": "main-card-clicked"; "SlotActionClicked": "slot-action-clicked"; }, never, never>;
20
+ }
@@ -0,0 +1,14 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class FeedCardSmComponent implements OnInit {
4
+ Icon: string;
5
+ Title: string;
6
+ Subtext: string;
7
+ Description: string;
8
+ IconColor: string;
9
+ constructor();
10
+ ngOnInit(): void;
11
+ protected determineIconColor(): void;
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<FeedCardSmComponent, never>;
13
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedCardSmComponent, "lcu-feed-card-sm", never, { "Icon": "icon"; "Title": "title"; "Subtext": "subtext"; "Description": "description"; }, {}, never, ["[actions]"]>;
14
+ }
@@ -0,0 +1,19 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class GhControlComponent implements OnInit {
4
+ InputLabel: string;
5
+ protected selectedBtn: string;
6
+ value: string;
7
+ constructor();
8
+ ngOnInit(): void;
9
+ ngAfterViewInit(): void;
10
+ CreateFeatureBranch(): void;
11
+ OpenIssue(): void;
12
+ CreatePullRequest(): void;
13
+ OpenMoreInfo(): void;
14
+ Submit(): void;
15
+ protected addSelectBtn(): void;
16
+ protected removeSelectedBtn(): void;
17
+ static ɵfac: i0.ɵɵFactoryDeclaration<GhControlComponent, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<GhControlComponent, "lcu-gh-control", never, {}, {}, never, never>;
19
+ }
@@ -0,0 +1,13 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class MainFeedCardComponent implements OnInit {
4
+ Avatar: string;
5
+ Title: string;
6
+ Subtext: string;
7
+ TimeAgo: string;
8
+ constructor();
9
+ ngOnInit(): void;
10
+ MoreClicked(): void;
11
+ static ɵfac: i0.ɵɵFactoryDeclaration<MainFeedCardComponent, never>;
12
+ static ɵcmp: i0.ɵɵComponentDeclaration<MainFeedCardComponent, "lcu-main-feed-card", never, { "Avatar": "avatar"; "Title": "title"; "Subtext": "subtext"; "TimeAgo": "time-ago"; }, {}, never, ["[tabs]", "[actions]"]>;
13
+ }
@@ -0,0 +1,16 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class ProjectInfoCardComponent implements OnInit {
4
+ Description: string;
5
+ Image: string;
6
+ Name: string;
7
+ Subtext: string;
8
+ LeftClickEvent: EventEmitter<{}>;
9
+ RightClickEvent: EventEmitter<{}>;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ LeftIconClicked(): void;
13
+ RightIconClicked(): void;
14
+ static ɵfac: i0.ɵɵFactoryDeclaration<ProjectInfoCardComponent, never>;
15
+ static ɵcmp: i0.ɵɵComponentDeclaration<ProjectInfoCardComponent, "lcu-project-info-card", never, { "Description": "description"; "Image": "image"; "Name": "name"; "Subtext": "subtext"; }, { "LeftClickEvent": "left-click-event"; "RightClickEvent": "right-click-event"; }, never, ["[stats]", "[promo]", "[action]"]>;
16
+ }
@@ -0,0 +1,15 @@
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class SlottedCardComponent implements OnInit {
4
+ Title: string;
5
+ Icon: string;
6
+ MainSlotDescription: string;
7
+ SecondarySlotDescription: string;
8
+ ActionText: string;
9
+ MainActionClicked: EventEmitter<{}>;
10
+ constructor();
11
+ ngOnInit(): void;
12
+ MainActionClickEvent(): void;
13
+ static ɵfac: i0.ɵɵFactoryDeclaration<SlottedCardComponent, never>;
14
+ static ɵcmp: i0.ɵɵComponentDeclaration<SlottedCardComponent, "lcu-slotted-card", never, { "Title": "title"; "Icon": "icon"; "MainSlotDescription": "main-slot-description"; "SecondarySlotDescription": "secondary-slot-description"; "ActionText": "action-text"; }, { "MainActionClicked": "main-action-clicked"; }, never, ["*", "[secondary]"]>;
15
+ }
@@ -0,0 +1,11 @@
1
+ import { BreakpointObserver } from '@angular/cdk/layout';
2
+ import { OnInit } from '@angular/core';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ThreeColumnComponent implements OnInit {
5
+ breakpointObserver: BreakpointObserver;
6
+ SmallScreen: boolean;
7
+ constructor(breakpointObserver: BreakpointObserver);
8
+ ngOnInit(): void;
9
+ static ɵfac: i0.ɵɵFactoryDeclaration<ThreeColumnComponent, never>;
10
+ static ɵcmp: i0.ɵɵComponentDeclaration<ThreeColumnComponent, "lcu-three-column", never, {}, {}, never, ["[left]", "*", "[right]"]>;
11
+ }
@@ -0,0 +1,8 @@
1
+ import { OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TwoColumnHeaderComponent implements OnInit {
4
+ constructor();
5
+ ngOnInit(): void;
6
+ static ɵfac: i0.ɵɵFactoryDeclaration<TwoColumnHeaderComponent, never>;
7
+ static ɵcmp: i0.ɵɵComponentDeclaration<TwoColumnHeaderComponent, "lcu-two-column-header", never, {}, {}, never, ["[left]", "*"]>;
8
+ }
@@ -0,0 +1,7 @@
1
+ import { SlotActionModel } from "./slot-action.model";
2
+ export declare class CardSlotModel {
3
+ ImageUrl: string;
4
+ Name: string;
5
+ Description: string;
6
+ Actions?: Array<SlotActionModel>;
7
+ }
@@ -0,0 +1,8 @@
1
+ declare type ButtonType = 'ICON' | 'BUTTON';
2
+ export declare class SlotActionModel {
3
+ ClickEventName: string;
4
+ Icon?: string;
5
+ Type: ButtonType;
6
+ Label: string;
7
+ }
8
+ export {};
@@ -13,7 +13,7 @@ export declare class ProjectService {
13
13
  DeleteSourceControl(state: ApplicationsFlowState, scLookup: string): Promise<EnterpriseAsCode>;
14
14
  EnsureUserEnterprise(state: ApplicationsFlowState): Promise<EnterpriseAsCode>;
15
15
  GetActiveEnterprise(state: ApplicationsFlowState): Promise<void>;
16
- HasValidConnection(state: ApplicationsFlowState): Promise<EnterpriseAsCode>;
16
+ HasValidConnection(state: ApplicationsFlowState, forceEnsureUser?: boolean): Promise<EnterpriseAsCode>;
17
17
  ListEnterprises(state: ApplicationsFlowState): Promise<any[]>;
18
18
  LoadEnterpriseAsCode(state: ApplicationsFlowState): Promise<EnterpriseAsCode>;
19
19
  SetActiveEnterprise(state: ApplicationsFlowState, activeEntLookup: string): Promise<EnterpriseAsCode>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.33.77-merge-with-social-ish",
3
+ "version": "1.33.81-angular-13",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },