@lowcodeunit/applications-flow-common 1.37.129-CustomDomainFormValidation → 1.37.132-merge
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/lcu.api.mjs +2 -1
- package/esm2020/lib/applications-flow.module.mjs +8 -3
- package/esm2020/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.mjs +49 -19
- package/esm2020/lib/controls/edit-application-form/edit-application-form.component.mjs +13 -3
- package/esm2020/lib/controls/emulated-devices-toggle/emulated-devices-toggle.component.mjs +7 -3
- package/esm2020/lib/controls/processor-details-form/processor-details-form.component.mjs +22 -11
- package/esm2020/lib/controls/security-toggle/security-toggle.component.mjs +8 -4
- package/esm2020/lib/controls/source-control-form/source-control-form.component.mjs +6 -3
- package/esm2020/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.mjs +28 -11
- package/esm2020/lib/dialogs/edit-application-dialog/edit-application-dialog.component.mjs +1 -1
- package/esm2020/lib/dialogs/new-application-dialog/new-application-dialog.component.mjs +2 -2
- package/esm2020/lib/dialogs/processor-details-dialog/processor-details-dialog.component.mjs +1 -1
- package/esm2020/lib/elements/breadcrumb/breadcrumb.component.mjs +10 -7
- package/esm2020/lib/elements/dashboard-toolbar/dashboard-toolbar.component.mjs +9 -3
- package/esm2020/lib/elements/feed-header/feed-header.component.mjs +2 -2
- package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +3 -3
- package/esm2020/lib/elements/project-card/project-card.component.mjs +67 -24
- package/esm2020/lib/elements/project-info-card/project-info-card.component.mjs +6 -8
- package/esm2020/lib/elements/projects/controls/forms/source-control/source-control.component.mjs +13 -4
- package/esm2020/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.mjs +1 -1
- package/esm2020/lib/elements/projects/controls/tabs/domains/domains.component.mjs +26 -48
- package/esm2020/lib/elements/route-card/route-card.component.mjs +181 -0
- package/esm2020/lib/elements/usage-stats/usage-stats.component.mjs +3 -3
- package/esm2020/lib/models/tree-node.model.mjs +1 -1
- package/esm2020/lib/services/eac.service.mjs +3 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +454 -160
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +440 -151
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lcu.api.d.ts +1 -0
- package/lib/applications-flow.module.d.ts +11 -10
- package/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.d.ts +4 -3
- package/lib/controls/edit-application-form/edit-application-form.component.d.ts +3 -1
- package/lib/controls/emulated-devices-toggle/emulated-devices-toggle.component.d.ts +2 -0
- package/lib/controls/processor-details-form/processor-details-form.component.d.ts +3 -1
- package/lib/controls/security-toggle/security-toggle.component.d.ts +3 -0
- package/lib/controls/source-control-form/source-control-form.component.d.ts +2 -0
- package/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.d.ts +2 -1
- package/lib/elements/dashboard-toolbar/dashboard-toolbar.component.d.ts +2 -1
- package/lib/elements/project-card/project-card.component.d.ts +5 -7
- package/lib/elements/project-info-card/project-info-card.component.d.ts +1 -0
- package/lib/elements/projects/controls/forms/source-control/source-control.component.d.ts +4 -0
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts +6 -15
- package/lib/elements/route-card/route-card.component.d.ts +39 -0
- package/lib/models/tree-node.model.d.ts +1 -1
- package/lib/services/eac.service.d.ts +1 -1
- package/package.json +1 -1
package/lcu.api.d.ts
CHANGED
@@ -16,6 +16,7 @@ export * from './lib/elements/activity-card/activity-card.component';
|
|
16
16
|
export * from './lib/elements/project-wizard-card/project-wizard-card.component';
|
17
17
|
export * from './lib/elements/usage-stats/usage-stats.component';
|
18
18
|
export * from './lib/elements/slotted-card-lg/slotted-card-lg.component';
|
19
|
+
export * from './lib/elements/route-card/route-card.component';
|
19
20
|
export * from './lib/models/dynamic-tabs.model';
|
20
21
|
export * from './lib/models/project-actions.model';
|
21
22
|
export * from './lib/models/user-feed.model';
|
@@ -69,18 +69,19 @@ import * as i66 from "./elements/project-wizard-card/project-wizard-card.compone
|
|
69
69
|
import * as i67 from "./elements/usage-stats/usage-stats.component";
|
70
70
|
import * as i68 from "./elements/dashboard-toolbar/dashboard-toolbar.component";
|
71
71
|
import * as i69 from "./elements/project-card/project-card.component";
|
72
|
-
import * as i70 from "
|
73
|
-
import * as i71 from "@angular
|
74
|
-
import * as i72 from "@
|
75
|
-
import * as i73 from "@
|
76
|
-
import * as i74 from "@angular/
|
77
|
-
import * as i75 from "@
|
78
|
-
import * as i76 from "@
|
79
|
-
import * as i77 from "@angular/material/
|
80
|
-
import * as i78 from "
|
72
|
+
import * as i70 from "./elements/route-card/route-card.component";
|
73
|
+
import * as i71 from "@kolkov/angular-editor";
|
74
|
+
import * as i72 from "@angular/cdk/clipboard";
|
75
|
+
import * as i73 from "@lcu/common";
|
76
|
+
import * as i74 from "@angular/forms";
|
77
|
+
import * as i75 from "@angular/flex-layout";
|
78
|
+
import * as i76 from "@lowcodeunit/app-host-common";
|
79
|
+
import * as i77 from "@angular/material/tooltip";
|
80
|
+
import * as i78 from "@angular/material/slide-toggle";
|
81
|
+
import * as i79 from "skeleton-elements/angular";
|
81
82
|
export declare class ApplicationsFlowModule {
|
82
83
|
static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
|
83
84
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationsFlowModule, never>;
|
84
|
-
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.DFSModifiersFormComponent, typeof i23.ThreeColumnComponent, typeof i24.SlottedCardComponent, typeof i25.SlottedCardLgComponent, typeof i26.ProjectInfoCardComponent, typeof i27.AnalyticsCardComponent, typeof i28.FeedCardSmComponent, typeof i29.FeedHeaderComponent, typeof i30.MainFeedCardComponent, typeof i31.TwoColumnHeaderComponent, typeof i32.CardCarouselComponent, typeof i33.SecurityToggleComponent, typeof i34.ProcessorDetailsFormComponent, typeof i35.SourceControlFormComponent, typeof i36.BuildPipelineFormComponent, typeof i37.DevopsSourceControlFormComponent, typeof i38.SourceControlDialogComponent, typeof i39.BuildPipelineDialogComponent, typeof i40.EditApplicationFormComponent, typeof i41.BreadcrumbComponent, typeof i42.DFSModifiersDialogComponent, typeof i43.CustomDomainDialogComponent, typeof i44.EditApplicationDialogComponent, typeof i45.NewApplicationDialogComponent, typeof i46.ProcessorDetailsDialogComponent, typeof i47.SkeletonFeedCardComponent, typeof i48.UpgradeDialogComponent, typeof i49.EmulatedDevicesToggleComponent, typeof i50.FeedHeaderDialogComponent, typeof i51.StateConfigDialogComponent, typeof i52.StateConfigFormComponent, typeof i53.EditProjectDialogComponent, typeof i54.EditProjectFormComponent, typeof i55.FeedCommentFormComponent, typeof i56.PageHeaderComponent, typeof i57.ConnectedSourceComponent, typeof i58.UserAccountDialogComponent, typeof i59.ProductDiscoveryCardComponent, typeof i60.AdvertisementCardComponent, typeof i61.FeedFilterComponent, typeof i62.QuestionCardComponent, typeof i63.TwoColumnComponent, typeof i64.TeamMemberCardComponent, typeof i65.ActivityCardComponent, typeof i66.ProjectWizardCardComponent, typeof i67.UsageStatsComponent, typeof i68.DashboardToolbarComponent, typeof i69.ProjectCardComponent], [typeof
|
85
|
+
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.DFSModifiersFormComponent, typeof i23.ThreeColumnComponent, typeof i24.SlottedCardComponent, typeof i25.SlottedCardLgComponent, typeof i26.ProjectInfoCardComponent, typeof i27.AnalyticsCardComponent, typeof i28.FeedCardSmComponent, typeof i29.FeedHeaderComponent, typeof i30.MainFeedCardComponent, typeof i31.TwoColumnHeaderComponent, typeof i32.CardCarouselComponent, typeof i33.SecurityToggleComponent, typeof i34.ProcessorDetailsFormComponent, typeof i35.SourceControlFormComponent, typeof i36.BuildPipelineFormComponent, typeof i37.DevopsSourceControlFormComponent, typeof i38.SourceControlDialogComponent, typeof i39.BuildPipelineDialogComponent, typeof i40.EditApplicationFormComponent, typeof i41.BreadcrumbComponent, typeof i42.DFSModifiersDialogComponent, typeof i43.CustomDomainDialogComponent, typeof i44.EditApplicationDialogComponent, typeof i45.NewApplicationDialogComponent, typeof i46.ProcessorDetailsDialogComponent, typeof i47.SkeletonFeedCardComponent, typeof i48.UpgradeDialogComponent, typeof i49.EmulatedDevicesToggleComponent, typeof i50.FeedHeaderDialogComponent, typeof i51.StateConfigDialogComponent, typeof i52.StateConfigFormComponent, typeof i53.EditProjectDialogComponent, typeof i54.EditProjectFormComponent, typeof i55.FeedCommentFormComponent, typeof i56.PageHeaderComponent, typeof i57.ConnectedSourceComponent, typeof i58.UserAccountDialogComponent, typeof i59.ProductDiscoveryCardComponent, typeof i60.AdvertisementCardComponent, typeof i61.FeedFilterComponent, typeof i62.QuestionCardComponent, typeof i63.TwoColumnComponent, typeof i64.TeamMemberCardComponent, typeof i65.ActivityCardComponent, typeof i66.ProjectWizardCardComponent, typeof i67.UsageStatsComponent, typeof i68.DashboardToolbarComponent, typeof i69.ProjectCardComponent, typeof i70.RouteCardComponent], [typeof i71.AngularEditorModule, typeof i72.ClipboardModule, typeof i73.FathymSharedModule, typeof i74.FormsModule, typeof i74.ReactiveFormsModule, typeof i75.FlexLayoutModule, typeof i73.MaterialModule, typeof i76.AppHostModule, typeof i77.MatTooltipModule, typeof i78.MatSlideToggleModule, typeof i79.SkeletonElementsModule], [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 i23.ThreeColumnComponent, typeof i24.SlottedCardComponent, typeof i25.SlottedCardLgComponent, typeof i26.ProjectInfoCardComponent, typeof i27.AnalyticsCardComponent, typeof i28.FeedCardSmComponent, typeof i29.FeedHeaderComponent, typeof i50.FeedHeaderDialogComponent, typeof i30.MainFeedCardComponent, typeof i31.TwoColumnHeaderComponent, typeof i32.CardCarouselComponent, typeof i33.SecurityToggleComponent, typeof i34.ProcessorDetailsFormComponent, typeof i35.SourceControlFormComponent, typeof i36.BuildPipelineFormComponent, typeof i37.DevopsSourceControlFormComponent, typeof i38.SourceControlDialogComponent, typeof i39.BuildPipelineDialogComponent, typeof i40.EditApplicationFormComponent, typeof i41.BreadcrumbComponent, typeof i43.CustomDomainDialogComponent, typeof i44.EditApplicationDialogComponent, typeof i45.NewApplicationDialogComponent, typeof i46.ProcessorDetailsDialogComponent, typeof i47.SkeletonFeedCardComponent, typeof i48.UpgradeDialogComponent, typeof i49.EmulatedDevicesToggleComponent, typeof i50.FeedHeaderDialogComponent, typeof i42.DFSModifiersDialogComponent, typeof i22.DFSModifiersFormComponent, typeof i51.StateConfigDialogComponent, typeof i52.StateConfigFormComponent, typeof i53.EditProjectDialogComponent, typeof i54.EditProjectFormComponent, typeof i55.FeedCommentFormComponent, typeof i56.PageHeaderComponent, typeof i57.ConnectedSourceComponent, typeof i58.UserAccountDialogComponent, typeof i59.ProductDiscoveryCardComponent, typeof i60.AdvertisementCardComponent, typeof i61.FeedFilterComponent, typeof i62.QuestionCardComponent, typeof i63.TwoColumnComponent, typeof i64.TeamMemberCardComponent, typeof i65.ActivityCardComponent, typeof i66.ProjectWizardCardComponent, typeof i67.UsageStatsComponent, typeof i68.DashboardToolbarComponent, typeof i69.ProjectCardComponent, typeof i70.RouteCardComponent]>;
|
85
86
|
static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
|
86
87
|
}
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
2
2
|
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
3
3
|
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
4
4
|
import { EaCApplicationAsCode, EaCDFSModifier, EaCProjectAsCode } from '@semanticjs/common';
|
5
|
+
import { Status } from '@lcu/common';
|
5
6
|
import { MatSelectChange } from '@angular/material/select';
|
6
7
|
import { EaCService } from '../../services/eac.service';
|
7
8
|
import { ApplicationsFlowService } from '../../services/applications-flow.service';
|
@@ -44,13 +45,13 @@ export declare class DFSModifiersFormComponent implements OnInit {
|
|
44
45
|
ngOnChanges(): void;
|
45
46
|
CreateNewModifier(): void;
|
46
47
|
DeleteModifier(modifierLookup: string, modifierName: string): void;
|
47
|
-
SaveModifierForAllProjects(projectLookups: Array<string>):
|
48
|
-
SaveModifierForApplication(applicationLookup: string):
|
48
|
+
SaveModifierForAllProjects(projectLookups: Array<string>): Status;
|
49
|
+
SaveModifierForApplication(applicationLookup: string): Status;
|
49
50
|
/**
|
50
51
|
*
|
51
52
|
* Saves a modifier, saves a modifier to a project
|
52
53
|
*/
|
53
|
-
SaveModifier(projectLookup?: string):
|
54
|
+
SaveModifier(projectLookup?: string): Status;
|
54
55
|
SetEditingModifier(modifierLookup: string): void;
|
55
56
|
SetUseForProject(modifierLookup: string, change: MatSlideToggleChange): void;
|
56
57
|
TypeChanged(event: MatSelectChange): void;
|
@@ -8,6 +8,7 @@ export declare class EditApplicationFormComponent implements OnInit {
|
|
8
8
|
protected eacSvc: EaCService;
|
9
9
|
ApplicationLookup: string;
|
10
10
|
CurrentRoute: string;
|
11
|
+
IsDisabled: boolean;
|
11
12
|
EditingApplication: EaCApplicationAsCode;
|
12
13
|
HasSaveButton: boolean;
|
13
14
|
ProjectLookup: string;
|
@@ -19,9 +20,10 @@ export declare class EditApplicationFormComponent implements OnInit {
|
|
19
20
|
ApplicationFormGroup: FormGroup;
|
20
21
|
constructor(formBldr: FormBuilder, eacSvc: EaCService);
|
21
22
|
ngOnInit(): void;
|
23
|
+
ngOnChanges(): void;
|
22
24
|
SubmitApplicationControl(): void;
|
23
25
|
SaveApplication(): void;
|
24
26
|
protected setupApplicationForm(): void;
|
25
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<EditApplicationFormComponent, never>;
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EditApplicationFormComponent, "lcu-edit-application-form", never, { "ApplicationLookup": "application-lookup"; "CurrentRoute": "current-route"; "EditingApplication": "editing-application"; "HasSaveButton": "has-save-button"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EditApplicationFormComponent, "lcu-edit-application-form", never, { "ApplicationLookup": "application-lookup"; "CurrentRoute": "current-route"; "IsDisabled": "is-disabled"; "EditingApplication": "editing-application"; "HasSaveButton": "has-save-button"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
|
27
29
|
}
|
@@ -12,11 +12,13 @@ export declare class EmulatedDevicesToggleComponent implements OnInit {
|
|
12
12
|
get IsPrivateFormControl(): AbstractControl;
|
13
13
|
get IsTriggerSignInFormControl(): AbstractControl;
|
14
14
|
EmulatedDevicesFormGroup: FormGroup;
|
15
|
+
IsPrivate: boolean;
|
15
16
|
ProcessorType: string;
|
16
17
|
SkeletonEffect: string;
|
17
18
|
constructor(eacSvc: EaCService, formBldr: FormBuilder);
|
18
19
|
ngOnInit(): void;
|
19
20
|
EmulatedDevicesSubmit(): void;
|
21
|
+
HandleIsPrivate(event: any): void;
|
20
22
|
protected setupEmulatedDevicesFormGroup(): void;
|
21
23
|
protected setupEmulatedDevicesForm(): void;
|
22
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmulatedDevicesToggleComponent, never>;
|
@@ -13,6 +13,7 @@ export declare class ProcessorDetailsFormComponent implements OnInit {
|
|
13
13
|
EditingApplicationLookup: string;
|
14
14
|
Environment: EaCEnvironmentAsCode;
|
15
15
|
HasSaveButton: boolean;
|
16
|
+
IsDisabled: boolean;
|
16
17
|
SourceControlLookups: Array<string>;
|
17
18
|
ProjectLookup: string;
|
18
19
|
Loading: boolean;
|
@@ -42,6 +43,7 @@ export declare class ProcessorDetailsFormComponent implements OnInit {
|
|
42
43
|
BuildPathOptions: string[];
|
43
44
|
IsPermanent: boolean;
|
44
45
|
IsPreserve: boolean;
|
46
|
+
IsSourceControlValid: boolean;
|
45
47
|
LCUType: string;
|
46
48
|
redirectTooltip: string;
|
47
49
|
SourceControls: {
|
@@ -77,5 +79,5 @@ export declare class ProcessorDetailsFormComponent implements OnInit {
|
|
77
79
|
protected setupDfsForm(): void;
|
78
80
|
protected setupProcessorTypeSubForm(): void;
|
79
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessorDetailsFormComponent, never>;
|
80
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessorDetailsFormComponent, "lcu-processor-details-form", never, { "EditingApplication": "editing-application"; "EditingApplicationLookup": "editing-application-lookup"; "Environment": "environment"; "HasSaveButton": "has-save-button"; "SourceControlLookups": "source-control-lookups"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessorDetailsFormComponent, "lcu-processor-details-form", never, { "EditingApplication": "editing-application"; "EditingApplicationLookup": "editing-application-lookup"; "Environment": "environment"; "HasSaveButton": "has-save-button"; "IsDisabled": "is-disabled"; "SourceControlLookups": "source-control-lookups"; "ProjectLookup": "project-lookup"; "Loading": "loading"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
|
81
83
|
}
|
@@ -11,12 +11,15 @@ export declare class SecurityToggleComponent implements OnInit {
|
|
11
11
|
SaveFormEvent: EventEmitter<{}>;
|
12
12
|
get IsPrivateFormControl(): AbstractControl;
|
13
13
|
get IsTriggerSignInFormControl(): AbstractControl;
|
14
|
+
IsPrivate: boolean;
|
14
15
|
SecurityFormGroup: FormGroup;
|
15
16
|
ProcessorType: string;
|
16
17
|
SkeletonEffect: string;
|
17
18
|
constructor(eacSvc: EaCService, formBldr: FormBuilder);
|
18
19
|
ngOnInit(): void;
|
20
|
+
ngOnChanges(): void;
|
19
21
|
SecuritySubmit(): void;
|
22
|
+
HandleIsPrivate(event: any): void;
|
20
23
|
protected setupSecurityFormGroup(): void;
|
21
24
|
protected setupSecurityForm(): void;
|
22
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityToggleComponent, never>;
|
@@ -14,10 +14,12 @@ export declare class SourceControlFormComponent implements OnInit {
|
|
14
14
|
get SourceControls(): {
|
15
15
|
[lookup: string]: EaCSourceControl;
|
16
16
|
};
|
17
|
+
HasBuild: boolean;
|
17
18
|
SourceControlFormGroup: FormGroup;
|
18
19
|
ProcessorType: string;
|
19
20
|
constructor(formBldr: FormBuilder);
|
20
21
|
ngOnInit(): void;
|
22
|
+
HandleHasBuild(event: any): void;
|
21
23
|
SourceControlLookupChanged(event: MatSelectChange): void;
|
22
24
|
SubmitSourceControl(): void;
|
23
25
|
protected setupSourceControlForm(): void;
|
@@ -28,6 +28,7 @@ export declare class DFSModifiersDialogComponent implements OnInit, OnDestroy {
|
|
28
28
|
get SelectedModifiersFormGroup(): FormGroup;
|
29
29
|
Applications: Array<EaCApplicationAsCode>;
|
30
30
|
ErrorMessage: string;
|
31
|
+
IsPreconfigured: boolean;
|
31
32
|
ModifierDialogForm: FormGroup;
|
32
33
|
SaveDisabled: boolean;
|
33
34
|
State: ApplicationsFlowState;
|
@@ -40,7 +41,7 @@ export declare class DFSModifiersDialogComponent implements OnInit, OnDestroy {
|
|
40
41
|
DeleteModifier(): void;
|
41
42
|
HandleSaveFormEvent(event: Status): void;
|
42
43
|
IsDisabled(): boolean;
|
43
|
-
|
44
|
+
CheckPreconfigured(): boolean;
|
44
45
|
SaveDFSModifier(): void;
|
45
46
|
protected determineLevel(): void;
|
46
47
|
protected setupEntForm(): void;
|
@@ -7,9 +7,10 @@ export declare class DashboardToolbarComponent implements OnInit {
|
|
7
7
|
protected eacSvc: EaCService;
|
8
8
|
ProjectLookups: Array<string>;
|
9
9
|
Loading: boolean;
|
10
|
+
ProjectLookup: string;
|
10
11
|
IsSmScreen: boolean;
|
11
12
|
constructor(breakpointObserver: BreakpointObserver, eacSvc: EaCService);
|
12
13
|
ngOnInit(): void;
|
13
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardToolbarComponent, never>;
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardToolbarComponent, "lcu-dashboard-toolbar", never, { "ProjectLookups": "project-lookups"; "Loading": "loading"; }, {}, never, never>;
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardToolbarComponent, "lcu-dashboard-toolbar", never, { "ProjectLookups": "project-lookups"; "Loading": "loading"; "ProjectLookup": "project-lookup"; }, {}, never, never>;
|
15
16
|
}
|
@@ -3,12 +3,8 @@ import { OnInit } from '@angular/core';
|
|
3
3
|
import { MatTreeFlatDataSource, MatTreeFlattener } from '@angular/material/tree';
|
4
4
|
import { EaCApplicationAsCode, EaCProjectAsCode } from '@semanticjs/common';
|
5
5
|
import { FlatNode, TreeNode } from '../../models/tree-node.model';
|
6
|
-
import { EaCService } from '../../services/eac.service';
|
7
|
-
import { SocialUIService } from '../../services/social-ui.service';
|
8
6
|
import * as i0 from "@angular/core";
|
9
7
|
export declare class ProjectCardComponent implements OnInit {
|
10
|
-
protected eacSvc: EaCService;
|
11
|
-
protected socialSvc: SocialUIService;
|
12
8
|
ApplicationsBank: Array<EaCApplicationAsCode>;
|
13
9
|
Loading: boolean;
|
14
10
|
ProjectLookups: Array<string>;
|
@@ -44,14 +40,16 @@ export declare class ProjectCardComponent implements OnInit {
|
|
44
40
|
}>;
|
45
41
|
DataSource: MatTreeFlatDataSource<TreeNode, FlatNode, FlatNode>;
|
46
42
|
Project: EaCProjectAsCode;
|
43
|
+
ProjectLookup: string;
|
47
44
|
AppRoute: string;
|
48
|
-
constructor(
|
45
|
+
constructor();
|
49
46
|
HasChild: (_: number, node: FlatNode) => boolean;
|
50
47
|
ngOnInit(): void;
|
51
48
|
ngOnChanges(): void;
|
52
49
|
RouteToPath(path: string): void;
|
53
|
-
|
50
|
+
BuildProjectTree(): Array<TreeNode>;
|
51
|
+
BuildRouteTree(): TreeNode[];
|
54
52
|
HandleRoute(route: string): void;
|
55
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProjectCardComponent, never>;
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProjectCardComponent, "lcu-project-card", never, { "ApplicationsBank": "applications-bank"; "Loading": "loading"; "ProjectLookups": "project-lookups"; "Projects": "projects"; }, {}, never, never>;
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProjectCardComponent, "lcu-project-card", never, { "ApplicationsBank": "applications-bank"; "Loading": "loading"; "ProjectLookups": "project-lookups"; "Projects": "projects"; "Project": "project"; "ProjectLookup": "project-lookup"; }, {}, never, never>;
|
57
55
|
}
|
@@ -20,6 +20,7 @@ export declare class ProjectInfoCardComponent implements OnInit {
|
|
20
20
|
SkeletonEffect: string;
|
21
21
|
constructor(eacSvc: EaCService, dialog: MatDialog);
|
22
22
|
ngOnInit(): void;
|
23
|
+
ngOnChanges(): void;
|
23
24
|
DisplayVersion(): boolean;
|
24
25
|
LeftIconClicked(): void;
|
25
26
|
RightIconClicked(): void;
|
@@ -35,6 +35,10 @@ export declare class SourceControlFormControlsComponent implements AfterViewInit
|
|
35
35
|
SourceControlRoot: string;
|
36
36
|
UseBranches: boolean;
|
37
37
|
UseBuildPath: boolean;
|
38
|
+
IsBranchesFormValid: boolean;
|
39
|
+
IsBuildPathValid: boolean;
|
40
|
+
IsOrgFormValid: boolean;
|
41
|
+
IsRepoFormValid: boolean;
|
38
42
|
constructor(formBuilder: FormBuilder, appsFlowSvc: ApplicationsFlowService);
|
39
43
|
ngAfterViewInit(): void;
|
40
44
|
ngOnDestroy(): void;
|
@@ -1,19 +1,13 @@
|
|
1
1
|
import { FormsService } from './../../../../../services/forms.service';
|
2
2
|
import { CardFormConfigModel } from './../../../../../models/card-form-config.model';
|
3
|
-
import { OnInit } from '@angular/core';
|
4
|
-
import { AbstractControl,
|
3
|
+
import { OnChanges, OnInit } from '@angular/core';
|
4
|
+
import { AbstractControl, FormGroup } from '@angular/forms';
|
5
5
|
import { EaCService } from '../../../../../services/eac.service';
|
6
6
|
import { EaCHost, EaCProjectAsCode } from '@semanticjs/common';
|
7
|
-
import { ErrorStateMatcher } from '@angular/material/core';
|
8
7
|
import * as i0 from "@angular/core";
|
9
|
-
|
10
|
-
export declare class URLErrorStateMatcher implements ErrorStateMatcher {
|
11
|
-
isErrorState(control: FormControl | null, form: FormGroupDirective | NgForm | null): boolean;
|
12
|
-
}
|
13
|
-
export declare class DomainsComponent implements OnInit {
|
8
|
+
export declare class DomainsComponent implements OnInit, OnChanges {
|
14
9
|
protected formsService: FormsService;
|
15
10
|
protected eacSvc: EaCService;
|
16
|
-
matcher: URLErrorStateMatcher;
|
17
11
|
/**
|
18
12
|
* Card / Form Config
|
19
13
|
*/
|
@@ -26,10 +20,12 @@ export declare class DomainsComponent implements OnInit {
|
|
26
20
|
* Form name
|
27
21
|
*/
|
28
22
|
protected formName: string;
|
23
|
+
Host: EaCHost;
|
29
24
|
/**
|
30
25
|
* When form is dirty, ties into formsService.DisableForms
|
31
26
|
*/
|
32
27
|
IsDirty: boolean;
|
28
|
+
HostDNSInstance: string;
|
33
29
|
/**
|
34
30
|
* Access form control for root directory
|
35
31
|
*/
|
@@ -42,14 +38,9 @@ export declare class DomainsComponent implements OnInit {
|
|
42
38
|
Project: EaCProjectAsCode;
|
43
39
|
ProjectLookup: string;
|
44
40
|
};
|
45
|
-
get Host(): EaCHost;
|
46
|
-
get HostLookup(): string;
|
47
|
-
get HostDNSInstance(): string;
|
48
|
-
get PrimaryHost(): string;
|
49
|
-
get Project(): EaCProjectAsCode;
|
50
|
-
get ProjectLookup(): string;
|
51
41
|
constructor(formsService: FormsService, eacSvc: EaCService);
|
52
42
|
ngOnInit(): void;
|
43
|
+
ngOnChanges(): void;
|
53
44
|
protected config(): void;
|
54
45
|
protected setupForm(): void;
|
55
46
|
protected onChange(): void;
|
@@ -0,0 +1,39 @@
|
|
1
|
+
import { FlatTreeControl } from '@angular/cdk/tree';
|
2
|
+
import { OnInit } from '@angular/core';
|
3
|
+
import { MatDialog } from '@angular/material/dialog';
|
4
|
+
import { MatTreeFlatDataSource, MatTreeFlattener } from '@angular/material/tree';
|
5
|
+
import { EaCApplicationAsCode, EaCProjectAsCode } from '@semanticjs/common';
|
6
|
+
import { FlatNode, TreeNode } from '../../models/tree-node.model';
|
7
|
+
import * as i0 from "@angular/core";
|
8
|
+
export declare class RouteCardComponent implements OnInit {
|
9
|
+
protected dialog: MatDialog;
|
10
|
+
private transformer;
|
11
|
+
ApplicationsBank: Array<EaCApplicationAsCode>;
|
12
|
+
Loading: boolean;
|
13
|
+
protected get Applications(): {
|
14
|
+
[lookup: string]: EaCApplicationAsCode;
|
15
|
+
};
|
16
|
+
protected get CurrentRouteApplicationLookups(): Array<string>;
|
17
|
+
protected get RoutedApplications(): {
|
18
|
+
[route: string]: {
|
19
|
+
[lookup: string]: EaCApplicationAsCode;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
treeControl: FlatTreeControl<FlatNode, FlatNode>;
|
23
|
+
protected treeFlattener: MatTreeFlattener<any, any, any>;
|
24
|
+
DataSource: MatTreeFlatDataSource<any, any, any>;
|
25
|
+
Project: EaCProjectAsCode;
|
26
|
+
ProjectLookup: string;
|
27
|
+
ActiveEnvironmentLookup: string;
|
28
|
+
ApplicationRoutes: Array<string>;
|
29
|
+
AppRoute: string;
|
30
|
+
constructor(dialog: MatDialog);
|
31
|
+
HasChild: (_: number, node: FlatNode) => boolean;
|
32
|
+
ngOnInit(): void;
|
33
|
+
ngOnChanges(): void;
|
34
|
+
BuildRouteTree(): TreeNode[];
|
35
|
+
HandleRoute(route: string): void;
|
36
|
+
OpenNewAppDialog(event: any): void;
|
37
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RouteCardComponent, never>;
|
38
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<RouteCardComponent, "lcu-route-card", never, { "ApplicationsBank": "applications-bank"; "Loading": "loading"; "Project": "project"; "ProjectLookup": "project-lookup"; "ActiveEnvironmentLookup": "active-environment-lookup"; }, {}, never, never>;
|
39
|
+
}
|
@@ -59,7 +59,7 @@ export declare class EaCService {
|
|
59
59
|
LoadUserInfo(): Promise<void>;
|
60
60
|
ReloadFeed(): ApplicationsFlowState;
|
61
61
|
SaveApplicationAsCode(req: SaveApplicationAsCodeEventRequest): Promise<Status>;
|
62
|
-
SaveDFSModifier(req: SaveDFSModifierEventRequest): Promise<
|
62
|
+
SaveDFSModifier(req: SaveDFSModifierEventRequest): Promise<Status>;
|
63
63
|
SaveEnterpriseAsCode(eac: EnterpriseAsCode): Promise<Status>;
|
64
64
|
SaveEnvironmentAsCode(req: SaveEnvironmentAsCodeEventRequest): Promise<Status>;
|
65
65
|
SaveProjectAsCode(req: SaveProjectAsCodeEventRequest): Promise<Status>;
|