@lowcodeunit/applications-flow-common 1.36.193-10787-gh-source-control → 1.36.196-social-ui-performance-issues
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/build-pipeline-form/build-pipeline-form.component.mjs +4 -4
- package/esm2020/lib/controls/connected-source/connected-source.component.mjs +5 -9
- package/esm2020/lib/controls/devops-source-control-form/devops-source-control-form.component.mjs +4 -4
- package/esm2020/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.mjs +7 -4
- package/esm2020/lib/controls/edit-application-form/edit-application-form.component.mjs +4 -4
- package/esm2020/lib/controls/edit-project-form/edit-project-form.component.mjs +4 -4
- package/esm2020/lib/controls/emulated-devices-toggle/emulated-devices-toggle.component.mjs +4 -4
- package/esm2020/lib/controls/processor-details-form/processor-details-form.component.mjs +8 -9
- package/esm2020/lib/controls/security-toggle/security-toggle.component.mjs +4 -4
- package/esm2020/lib/controls/state-config-form/state-config-form.component.mjs +7 -4
- package/esm2020/lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component.mjs +5 -4
- package/esm2020/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.mjs +7 -4
- package/esm2020/lib/dialogs/edit-application-dialog/edit-application-dialog.component.mjs +1 -4
- package/esm2020/lib/dialogs/edit-project-dialog/edit-project-dialog.component.mjs +5 -4
- package/esm2020/lib/dialogs/feed-header-dialog/feed-header-dialog.component.mjs +14 -7
- package/esm2020/lib/dialogs/new-application-dialog/new-application-dialog.component.mjs +4 -4
- package/esm2020/lib/dialogs/processor-details-dialog/processor-details-dialog.component.mjs +11 -18
- package/esm2020/lib/dialogs/source-control-dialog/source-control-dialog.component.mjs +5 -4
- package/esm2020/lib/dialogs/state-config-dialog/state-config-dialog.component.mjs +9 -5
- package/esm2020/lib/elements/breadcrumb/breadcrumb.component.mjs +4 -4
- package/esm2020/lib/elements/feed-header/feed-header.component.mjs +5 -4
- package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +7 -4
- package/esm2020/lib/elements/project-info-card/project-info-card.component.mjs +6 -6
- package/esm2020/lib/elements/projects/projects.component.mjs +7 -4
- package/esm2020/lib/elements/slotted-card/slotted-card.component.mjs +5 -4
- package/esm2020/lib/services/applications-flow.service.mjs +1 -2
- package/esm2020/lib/services/eac.service.mjs +46 -46
- package/esm2020/lib/services/project.service.mjs +7 -5
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +175 -157
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +172 -156
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lib/controls/build-pipeline-form/build-pipeline-form.component.d.ts +1 -1
- package/lib/controls/connected-source/connected-source.component.d.ts +2 -3
- package/lib/controls/devops-source-control-form/devops-source-control-form.component.d.ts +1 -1
- package/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.d.ts +1 -1
- package/lib/controls/edit-application-form/edit-application-form.component.d.ts +1 -1
- package/lib/controls/edit-project-form/edit-project-form.component.d.ts +1 -1
- package/lib/controls/emulated-devices-toggle/emulated-devices-toggle.component.d.ts +1 -1
- package/lib/controls/processor-details-form/processor-details-form.component.d.ts +1 -1
- package/lib/controls/security-toggle/security-toggle.component.d.ts +1 -1
- package/lib/controls/state-config-form/state-config-form.component.d.ts +1 -1
- package/lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component.d.ts +1 -1
- package/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.d.ts +1 -1
- package/lib/dialogs/edit-application-dialog/edit-application-dialog.component.d.ts +1 -1
- package/lib/dialogs/edit-project-dialog/edit-project-dialog.component.d.ts +1 -1
- package/lib/dialogs/feed-header-dialog/feed-header-dialog.component.d.ts +1 -1
- package/lib/dialogs/new-application-dialog/new-application-dialog.component.d.ts +1 -1
- package/lib/dialogs/processor-details-dialog/processor-details-dialog.component.d.ts +1 -2
- package/lib/dialogs/source-control-dialog/source-control-dialog.component.d.ts +1 -1
- package/lib/dialogs/state-config-dialog/state-config-dialog.component.d.ts +1 -1
- package/lib/elements/breadcrumb/breadcrumb.component.d.ts +1 -1
- package/lib/elements/feed-header/feed-header.component.d.ts +1 -1
- package/lib/elements/main-feed-card/main-feed-card.component.d.ts +1 -1
- package/lib/elements/project-info-card/project-info-card.component.d.ts +1 -1
- package/lib/elements/projects/projects.component.d.ts +1 -1
- package/lib/elements/slotted-card/slotted-card.component.d.ts +1 -1
- package/lib/services/eac.service.d.ts +2 -2
- package/package.json +1 -1
|
@@ -33,7 +33,7 @@ export declare class BuildPipelineFormComponent implements OnInit {
|
|
|
33
33
|
get SourceControls(): {
|
|
34
34
|
[lookup: string]: EaCSourceControl;
|
|
35
35
|
};
|
|
36
|
-
|
|
36
|
+
State: ApplicationsFlowState;
|
|
37
37
|
BuildPipelineFormGroup: FormGroup;
|
|
38
38
|
constructor(eacSvc: EaCService, formBuilder: FormBuilder, appsFlowSvc: ApplicationsFlowService);
|
|
39
39
|
ngOnInit(): void;
|
|
@@ -8,7 +8,6 @@ export declare class ConnectedSourceComponent implements OnInit {
|
|
|
8
8
|
protected eacSvc: EaCService;
|
|
9
9
|
protected formBldr: FormBuilder;
|
|
10
10
|
CurrentSource: string;
|
|
11
|
-
ApplicationLookup: string;
|
|
12
11
|
get Environment(): EaCEnvironmentAsCode;
|
|
13
12
|
SaveFormEvent: EventEmitter<{}>;
|
|
14
13
|
get SourceControls(): {
|
|
@@ -16,7 +15,7 @@ export declare class ConnectedSourceComponent implements OnInit {
|
|
|
16
15
|
};
|
|
17
16
|
get SourceControlLookups(): Array<string>;
|
|
18
17
|
get SourceFormControl(): AbstractControl;
|
|
19
|
-
|
|
18
|
+
State: ApplicationsFlowState;
|
|
20
19
|
SourceFormGroup: FormGroup;
|
|
21
20
|
SkeletonEffect: string;
|
|
22
21
|
constructor(eacSvc: EaCService, formBldr: FormBuilder);
|
|
@@ -25,5 +24,5 @@ export declare class ConnectedSourceComponent implements OnInit {
|
|
|
25
24
|
protected setupSourceFormGroup(): void;
|
|
26
25
|
protected setupSourceForm(): void;
|
|
27
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConnectedSourceComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectedSourceComponent, "lcu-connected-source", never, { "CurrentSource": "current-source";
|
|
27
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConnectedSourceComponent, "lcu-connected-source", never, { "CurrentSource": "current-source"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
|
|
29
28
|
}
|
|
@@ -39,7 +39,7 @@ export declare class DevopsSourceControlFormComponent implements AfterViewInit,
|
|
|
39
39
|
get MainBranchFormControl(): AbstractControl;
|
|
40
40
|
get OrganizationFormControl(): AbstractControl;
|
|
41
41
|
get RepositoryFormControl(): AbstractControl;
|
|
42
|
-
|
|
42
|
+
State: ApplicationsFlowState;
|
|
43
43
|
BranchOptions: GitHubBranch[];
|
|
44
44
|
BuildPathOptions: string[];
|
|
45
45
|
CreatingRepository: boolean;
|
|
@@ -36,7 +36,7 @@ export declare class DFSModifiersFormComponent implements OnInit {
|
|
|
36
36
|
get ScriptIDFormControl(): AbstractControl;
|
|
37
37
|
get ScriptTypeFormControl(): AbstractControl;
|
|
38
38
|
get StateDataTokenFormControl(): AbstractControl;
|
|
39
|
-
|
|
39
|
+
State: ApplicationsFlowState;
|
|
40
40
|
get TypeFormControl(): AbstractControl;
|
|
41
41
|
ModifierFormGroup: FormGroup;
|
|
42
42
|
ModifierSelectFormGroup: FormGroup;
|
|
@@ -16,7 +16,7 @@ export declare class EditApplicationFormComponent implements OnInit {
|
|
|
16
16
|
get DescriptionFormControl(): AbstractControl;
|
|
17
17
|
get NameFormControl(): AbstractControl;
|
|
18
18
|
get RouteFormControl(): AbstractControl;
|
|
19
|
-
|
|
19
|
+
State: ApplicationsFlowState;
|
|
20
20
|
ApplicationFormGroup: FormGroup;
|
|
21
21
|
constructor(formBldr: FormBuilder, eacSvc: EaCService);
|
|
22
22
|
ngOnInit(): void;
|
|
@@ -12,7 +12,7 @@ export declare class EditProjectFormComponent implements OnInit {
|
|
|
12
12
|
get DescriptionFormControl(): AbstractControl;
|
|
13
13
|
get Project(): EaCProjectAsCode;
|
|
14
14
|
get NameFormControl(): AbstractControl;
|
|
15
|
-
|
|
15
|
+
State: ApplicationsFlowState;
|
|
16
16
|
ProjectFormGroup: FormGroup;
|
|
17
17
|
constructor(eacSvc: EaCService, formBldr: FormBuilder);
|
|
18
18
|
ngOnInit(): void;
|
|
@@ -11,7 +11,7 @@ export declare class EmulatedDevicesToggleComponent implements OnInit {
|
|
|
11
11
|
SaveFormEvent: EventEmitter<{}>;
|
|
12
12
|
get IsPrivateFormControl(): AbstractControl;
|
|
13
13
|
get IsTriggerSignInFormControl(): AbstractControl;
|
|
14
|
-
|
|
14
|
+
State: ApplicationsFlowState;
|
|
15
15
|
EmulatedDevicesFormGroup: FormGroup;
|
|
16
16
|
ProcessorType: string;
|
|
17
17
|
SkeletonEffect: string;
|
|
@@ -33,7 +33,7 @@ export declare class ProcessorDetailsFormComponent implements OnInit {
|
|
|
33
33
|
get RedirectFormControl(): AbstractControl;
|
|
34
34
|
get ScopesFormControl(): AbstractControl;
|
|
35
35
|
get SecurityFormControl(): AbstractControl;
|
|
36
|
-
|
|
36
|
+
State: ApplicationsFlowState;
|
|
37
37
|
get SourceControls(): {
|
|
38
38
|
[lookup: string]: EaCSourceControl;
|
|
39
39
|
};
|
|
@@ -11,7 +11,7 @@ export declare class SecurityToggleComponent implements OnInit {
|
|
|
11
11
|
SaveFormEvent: EventEmitter<{}>;
|
|
12
12
|
get IsPrivateFormControl(): AbstractControl;
|
|
13
13
|
get IsTriggerSignInFormControl(): AbstractControl;
|
|
14
|
-
|
|
14
|
+
State: ApplicationsFlowState;
|
|
15
15
|
SecurityFormGroup: FormGroup;
|
|
16
16
|
ProcessorType: string;
|
|
17
17
|
SkeletonEffect: string;
|
|
@@ -12,7 +12,7 @@ export declare class StateConfigFormComponent implements OnInit {
|
|
|
12
12
|
Config: EaCDataToken;
|
|
13
13
|
StatusEvent: EventEmitter<Status>;
|
|
14
14
|
get Application(): EaCApplicationAsCode;
|
|
15
|
-
|
|
15
|
+
State: ApplicationsFlowState;
|
|
16
16
|
get StateConfigNameFormControl(): AbstractControl;
|
|
17
17
|
get StateConfigDescriptionFormControl(): AbstractControl;
|
|
18
18
|
get StateConfigValueFormControl(): AbstractControl;
|
|
@@ -22,7 +22,7 @@ export declare class BuildPipelineDialogComponent implements OnInit {
|
|
|
22
22
|
BuildPipelineControl: BuildPipelineFormComponent;
|
|
23
23
|
get BuildPipelineFormGroup(): FormGroup;
|
|
24
24
|
get HasConnection(): boolean;
|
|
25
|
-
|
|
25
|
+
State: ApplicationsFlowState;
|
|
26
26
|
ErrorMessage: string;
|
|
27
27
|
constructor(dialogRef: MatDialogRef<BuildPipelineDialogComponent>, eacSvc: EaCService, data: BPDialogData, snackBar: MatSnackBar);
|
|
28
28
|
ngOnInit(): void;
|
|
@@ -22,7 +22,7 @@ export declare class DFSModifiersDialogComponent implements OnInit {
|
|
|
22
22
|
data: DFSModifiersDialogData;
|
|
23
23
|
protected snackBar: MatSnackBar;
|
|
24
24
|
DFSModifersFormControls: DFSModifiersFormComponent;
|
|
25
|
-
|
|
25
|
+
State: ApplicationsFlowState;
|
|
26
26
|
get ProjectLookups(): string[];
|
|
27
27
|
get DFSModifersFormGroup(): FormGroup;
|
|
28
28
|
get SelectedModifiersFormGroup(): FormGroup;
|
|
@@ -20,7 +20,7 @@ export declare class EditApplicationDialogComponent implements OnInit {
|
|
|
20
20
|
protected snackBar: MatSnackBar;
|
|
21
21
|
EditApplicationControl: EditApplicationFormComponent;
|
|
22
22
|
get ApplicationFormGroup(): FormGroup;
|
|
23
|
-
|
|
23
|
+
State: ApplicationsFlowState;
|
|
24
24
|
ErrorMessage: string;
|
|
25
25
|
constructor(eacSvc: EaCService, dialogRef: MatDialogRef<EditApplicationDialogComponent>, data: ApplicationDialogData, snackBar: MatSnackBar);
|
|
26
26
|
ngOnInit(): void;
|
|
@@ -19,7 +19,7 @@ export declare class EditProjectDialogComponent implements OnInit {
|
|
|
19
19
|
EditProjectControl: EditProjectFormComponent;
|
|
20
20
|
get Project(): EaCProjectAsCode;
|
|
21
21
|
get ProjectFormGroup(): FormGroup;
|
|
22
|
-
|
|
22
|
+
State: ApplicationsFlowState;
|
|
23
23
|
ErrorMessage: string;
|
|
24
24
|
constructor(eacSvc: EaCService, dialogRef: MatDialogRef<EditProjectDialogComponent>, data: ProjectDialogData, snackBar: MatSnackBar);
|
|
25
25
|
ngOnInit(): void;
|
|
@@ -35,7 +35,7 @@ export declare class FeedHeaderDialogComponent implements OnInit {
|
|
|
35
35
|
[lookup: string]: EaCSourceControl;
|
|
36
36
|
};
|
|
37
37
|
get SubtitleFormControl(): AbstractControl;
|
|
38
|
-
|
|
38
|
+
State: ApplicationsFlowState;
|
|
39
39
|
get TitleFormControl(): AbstractControl;
|
|
40
40
|
BranchOptions: GitHubBranch[];
|
|
41
41
|
EditorConfig: AngularEditorConfig;
|
|
@@ -25,7 +25,7 @@ export declare class NewApplicationDialogComponent implements OnInit {
|
|
|
25
25
|
[lookup: string]: EaCSourceControl;
|
|
26
26
|
};
|
|
27
27
|
get SourceControlLookups(): Array<string>;
|
|
28
|
-
|
|
28
|
+
State: ApplicationsFlowState;
|
|
29
29
|
ErrorMessage: string;
|
|
30
30
|
HasSaveButton: boolean;
|
|
31
31
|
NewApplication: EaCApplicationAsCode;
|
|
@@ -25,7 +25,7 @@ export declare class ProcessorDetailsDialogComponent implements OnInit {
|
|
|
25
25
|
[lookup: string]: EaCSourceControl;
|
|
26
26
|
};
|
|
27
27
|
get SourceControlLookups(): Array<string>;
|
|
28
|
-
|
|
28
|
+
State: ApplicationsFlowState;
|
|
29
29
|
get ProcessorDetailsFormGroup(): FormGroup;
|
|
30
30
|
ErrorMessage: string;
|
|
31
31
|
constructor(eacSvc: EaCService, dialogRef: MatDialogRef<ProcessorDetailsDialogComponent>, data: ProcessorDetailsDialogData, snackBar: MatSnackBar);
|
|
@@ -33,7 +33,6 @@ export declare class ProcessorDetailsDialogComponent implements OnInit {
|
|
|
33
33
|
CloseDialog(): void;
|
|
34
34
|
HandleSaveFormEvent(event: Status): void;
|
|
35
35
|
SaveProcessorDetails(): void;
|
|
36
|
-
IsButtonDisabled(): boolean;
|
|
37
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProcessorDetailsDialogComponent, never>;
|
|
38
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProcessorDetailsDialogComponent, "lcu-processor-details-dialog", never, {}, {}, never, never>;
|
|
39
38
|
}
|
|
@@ -22,7 +22,7 @@ export declare class SourceControlDialogComponent implements OnInit {
|
|
|
22
22
|
DevopsSourceControl: DevopsSourceControlFormComponent;
|
|
23
23
|
get DevOpsSourceControlFormGroup(): FormGroup;
|
|
24
24
|
get HasConnection(): boolean;
|
|
25
|
-
|
|
25
|
+
State: ApplicationsFlowState;
|
|
26
26
|
ErrorMessage: string;
|
|
27
27
|
constructor(dialogRef: MatDialogRef<SourceControlDialogComponent>, eacSvc: EaCService, data: SCDialogData, snackBar: MatSnackBar);
|
|
28
28
|
ngOnInit(): void;
|
|
@@ -19,7 +19,7 @@ export declare class StateConfigDialogComponent implements OnInit {
|
|
|
19
19
|
protected snackBar: MatSnackBar;
|
|
20
20
|
StateConfigForm: StateConfigFormComponent;
|
|
21
21
|
get Application(): EaCApplicationAsCode;
|
|
22
|
-
|
|
22
|
+
State: ApplicationsFlowState;
|
|
23
23
|
get StateConfigFormControl(): AbstractControl;
|
|
24
24
|
ErrorMessage: string;
|
|
25
25
|
constructor(eacSvc: EaCService, dialogRef: MatDialogRef<StateConfigDialogComponent>, data: StateConfigDialogData, snackBar: MatSnackBar);
|
|
@@ -11,7 +11,7 @@ export declare class FeedHeaderComponent implements OnInit {
|
|
|
11
11
|
get ActiveEnvironmentLookup(): string;
|
|
12
12
|
get FeedHeaderActions(): Array<FeedItemAction>;
|
|
13
13
|
get HasGHConnection(): boolean;
|
|
14
|
-
|
|
14
|
+
State: ApplicationsFlowState;
|
|
15
15
|
ModalHeader: string;
|
|
16
16
|
SkeletonEffect: string;
|
|
17
17
|
protected selectedBtn: string;
|
|
@@ -22,7 +22,7 @@ export declare class MainFeedCardComponent implements OnDestroy, OnInit {
|
|
|
22
22
|
FeedItem: FeedItem;
|
|
23
23
|
get Icon(): string;
|
|
24
24
|
get IconColor(): string;
|
|
25
|
-
|
|
25
|
+
State: ApplicationsFlowState;
|
|
26
26
|
constructor(eacSvc: EaCService, dialog: MatDialog, sanitizer: DomSanitizer, formBuilder: FormBuilder);
|
|
27
27
|
ngOnDestroy(): void;
|
|
28
28
|
ngOnInit(): void;
|
|
@@ -15,7 +15,7 @@ export declare class ProjectInfoCardComponent implements OnInit {
|
|
|
15
15
|
Version: string;
|
|
16
16
|
LeftClickEvent: EventEmitter<{}>;
|
|
17
17
|
RightClickEvent: EventEmitter<{}>;
|
|
18
|
-
|
|
18
|
+
State: ApplicationsFlowState;
|
|
19
19
|
SkeletonEffect: string;
|
|
20
20
|
constructor(eacSvc: EaCService, dialog: MatDialog);
|
|
21
21
|
ngOnInit(): void;
|
|
@@ -23,7 +23,7 @@ export declare class ApplicationsFlowProjectsElementComponent extends LcuElement
|
|
|
23
23
|
get EditingProject(): EaCProjectAsCode;
|
|
24
24
|
get EditingProjectLookup(): string;
|
|
25
25
|
get ProjectLookups(): Array<string>;
|
|
26
|
-
|
|
26
|
+
State: ApplicationsFlowState;
|
|
27
27
|
constructor(injector: Injector, appsFlowSvc: ApplicationsFlowService, eacSvc: EaCService);
|
|
28
28
|
ngOnDestroy(): void;
|
|
29
29
|
ngOnInit(): void;
|
|
@@ -13,7 +13,7 @@ export declare class SlottedCardComponent implements OnInit {
|
|
|
13
13
|
CardTitle: string;
|
|
14
14
|
SecondarySlotDescription: string;
|
|
15
15
|
MainActionClicked: EventEmitter<{}>;
|
|
16
|
-
|
|
16
|
+
State: ApplicationsFlowState;
|
|
17
17
|
SkeletonEffect: string;
|
|
18
18
|
constructor(eacSvc: EaCService);
|
|
19
19
|
ngOnInit(): void;
|
|
@@ -4,7 +4,7 @@ import { EaCApplicationAsCode, EaCDataToken, EaCDFSModifier, EaCEnvironmentAsCod
|
|
|
4
4
|
import { FeedEntry, FeedItem } from '../models/user-feed.model';
|
|
5
5
|
import { HttpClient } from '@angular/common/http';
|
|
6
6
|
import { Status } from '@lcu/common';
|
|
7
|
-
import { Observable } from 'rxjs';
|
|
7
|
+
import { BehaviorSubject, Observable } from 'rxjs';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class SaveApplicationAsCodeEventRequest {
|
|
10
10
|
Application?: EaCApplicationAsCode;
|
|
@@ -33,7 +33,7 @@ export declare class EaCService {
|
|
|
33
33
|
protected http: HttpClient;
|
|
34
34
|
get EditingProjectLookup(): string;
|
|
35
35
|
get CreatingProject(): boolean;
|
|
36
|
-
State: ApplicationsFlowState
|
|
36
|
+
State: BehaviorSubject<ApplicationsFlowState>;
|
|
37
37
|
constructor(projectService: ProjectService, http: HttpClient);
|
|
38
38
|
CheckUserFeedItem(feedItem: FeedItem): Observable<object>;
|
|
39
39
|
DeleteApplication(appLookup: string, appName: string): Promise<Status>;
|