@lowcodeunit/applications-flow-common 1.34.59-krakyn-app → 1.34.60-social-ui-bug-fixes
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 +4 -5
- package/esm2020/lib/applications-flow.module.mjs +26 -42
- package/esm2020/lib/controls/devops-source-control-form/devops-source-control-form.component.mjs +3 -3
- package/esm2020/lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component.mjs +8 -15
- package/esm2020/lib/dialogs/custom-domain-dialog/custom-domain-dialog.component.mjs +3 -3
- package/esm2020/lib/dialogs/source-control-dialog/source-control-dialog.component.mjs +8 -15
- package/esm2020/lib/elements/feed-card-sm/feed-card-sm.component.mjs +2 -2
- package/esm2020/lib/elements/flow-tool/flow-tool.component.mjs +75 -0
- package/esm2020/lib/elements/gh-control/gh-control.component.mjs +107 -0
- package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +5 -6
- package/esm2020/lib/elements/projects/controls/git-auth/git-auth.component.mjs +2 -3
- package/esm2020/lib/elements/projects/controls/project-items/project-items.component.mjs +4 -2
- package/esm2020/lib/elements/projects/controls/tabs/devops/devops.component.mjs +4 -6
- package/esm2020/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.mjs +6 -4
- package/esm2020/lib/elements/projects/controls/tabs/domains/domains.component.mjs +2 -2
- package/esm2020/lib/elements/skeleton-feed-card/skeleton-feed-card.component.mjs +2 -2
- package/esm2020/lib/models/user-feed.model.mjs +1 -3
- package/esm2020/lib/services/applications-flow.service.mjs +25 -15
- package/esm2020/lib/services/eac.service.mjs +15 -78
- package/esm2020/lib/services/project.service.mjs +69 -36
- package/esm2020/lib/state/applications-flow.state.mjs +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +2084 -2728
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +2046 -2669
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lcu.api.d.ts +3 -4
- package/lib/applications-flow.module.d.ts +18 -21
- package/lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component.d.ts +0 -2
- package/lib/dialogs/source-control-dialog/source-control-dialog.component.d.ts +0 -2
- package/lib/elements/flow-tool/flow-tool.component.d.ts +28 -0
- package/lib/elements/{feed-header/feed-header.component.d.ts → gh-control/gh-control.component.d.ts} +7 -9
- package/lib/elements/main-feed-card/main-feed-card.component.d.ts +1 -1
- package/lib/models/user-feed.model.d.ts +0 -17
- package/lib/services/applications-flow.service.d.ts +5 -4
- package/lib/services/eac.service.d.ts +8 -12
- package/lib/services/project.service.d.ts +7 -5
- package/lib/state/applications-flow.state.d.ts +1 -2
- package/package.json +1 -1
- package/esm2020/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.mjs +0 -275
- package/esm2020/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.mjs +0 -109
- package/esm2020/lib/dialogs/feed-header-dialog/feed-header-dialog.component.mjs +0 -280
- package/esm2020/lib/elements/feed-header/feed-header.component.mjs +0 -131
- package/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.d.ts +0 -62
- package/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.d.ts +0 -41
- package/lib/dialogs/feed-header-dialog/feed-header-dialog.component.d.ts +0 -71
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { MatSlideToggleChange } from '@angular/material/slide-toggle';
|
|
4
|
-
import { EaCDFSModifier, EaCProjectAsCode } from '@semanticjs/common';
|
|
5
|
-
import { MatSelectChange } from '@angular/material/select';
|
|
6
|
-
import { EaCService } from '../../services/eac.service';
|
|
7
|
-
import { ApplicationsFlowService } from '../../services/applications-flow.service';
|
|
8
|
-
import { ApplicationsFlowState } from '../../state/applications-flow.state';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
export declare class DFSModifiersFormComponent implements OnInit {
|
|
11
|
-
protected formBldr: FormBuilder;
|
|
12
|
-
protected appsFlowSvc: ApplicationsFlowService;
|
|
13
|
-
protected eacSvc: EaCService;
|
|
14
|
-
CurrentType: string;
|
|
15
|
-
EditingModifierLookup: string;
|
|
16
|
-
/**Specific Modifiers for either the project or appliaction */
|
|
17
|
-
ApplicationLookup: string;
|
|
18
|
-
Project: EaCProjectAsCode;
|
|
19
|
-
ProjectLookup: string;
|
|
20
|
-
/**which level is the dfs modifier being edited ent project or app */
|
|
21
|
-
Level: string;
|
|
22
|
-
get DetailsFormControl(): AbstractControl;
|
|
23
|
-
get EditingModifier(): EaCDFSModifier;
|
|
24
|
-
get EnabledFormControl(): AbstractControl;
|
|
25
|
-
get EnterprisesModifierLookups(): Array<string>;
|
|
26
|
-
get LocationFormControl(): AbstractControl;
|
|
27
|
-
get Modifiers(): {
|
|
28
|
-
[lookup: string]: EaCDFSModifier;
|
|
29
|
-
};
|
|
30
|
-
get ModifierLookups(): Array<string>;
|
|
31
|
-
get MultiSelectFormControl(): AbstractControl;
|
|
32
|
-
get NameFormControl(): AbstractControl;
|
|
33
|
-
get PathFilterFormControl(): AbstractControl;
|
|
34
|
-
get PriorityFormControl(): AbstractControl;
|
|
35
|
-
get ScriptFormControl(): AbstractControl;
|
|
36
|
-
get ScriptIDFormControl(): AbstractControl;
|
|
37
|
-
get StateDataTokenFormControl(): AbstractControl;
|
|
38
|
-
get State(): ApplicationsFlowState;
|
|
39
|
-
get TypeFormControl(): AbstractControl;
|
|
40
|
-
ModifierFormGroup: FormGroup;
|
|
41
|
-
ModifierSelectFormGroup: FormGroup;
|
|
42
|
-
constructor(formBldr: FormBuilder, appsFlowSvc: ApplicationsFlowService, eacSvc: EaCService);
|
|
43
|
-
ngOnInit(): void;
|
|
44
|
-
CreateNewModifier(): void;
|
|
45
|
-
DeleteModifier(modifierLookup: string, modifierName: string): void;
|
|
46
|
-
SaveModifierForAllProjects(projectLookups: Array<string>): void;
|
|
47
|
-
SaveModifierForApplication(applicationLookup: string): void;
|
|
48
|
-
/**
|
|
49
|
-
*
|
|
50
|
-
* Saves a modifier, saves a modifier to a project
|
|
51
|
-
*/
|
|
52
|
-
SaveModifier(projectLookup?: string): void;
|
|
53
|
-
SetEditingModifier(modifierLookup: string): void;
|
|
54
|
-
SetUseForProject(modifierLookup: string, change: MatSlideToggleChange): void;
|
|
55
|
-
TypeChanged(event: MatSelectChange): void;
|
|
56
|
-
protected getDetails(): any;
|
|
57
|
-
protected setupModifierSelectForm(): void;
|
|
58
|
-
protected setupModifierForm(): void;
|
|
59
|
-
protected setupTypeForm(): void;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DFSModifiersFormComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DFSModifiersFormComponent, "lcu-dfs-modifier-form", never, { "EditingModifierLookup": "editing-modifier-lookup"; "ApplicationLookup": "application-lookup"; "Project": "project"; "ProjectLookup": "project-lookup"; "Level": "level"; }, {}, never, never>;
|
|
62
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { FormBuilder } from '@angular/forms';
|
|
3
|
-
import { FormGroup } from '@angular/forms';
|
|
4
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
5
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
6
|
-
import { Status } from '@lcu/common';
|
|
7
|
-
import { DFSModifiersFormComponent } from '../../controls/dfs-modifiers-form/dfs-modifiers-form.component';
|
|
8
|
-
import { EaCService } from '../../services/eac.service';
|
|
9
|
-
import { ApplicationsFlowState } from '../../state/applications-flow.state';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export interface DFSModifiersDialogData {
|
|
12
|
-
applicationLookup?: string;
|
|
13
|
-
modifierLookup?: string;
|
|
14
|
-
level: string;
|
|
15
|
-
projectLookup?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare class DFSModifiersDialogComponent implements OnInit {
|
|
18
|
-
protected eacSvc: EaCService;
|
|
19
|
-
formbldr: FormBuilder;
|
|
20
|
-
dialogRef: MatDialogRef<DFSModifiersDialogComponent>;
|
|
21
|
-
data: DFSModifiersDialogData;
|
|
22
|
-
protected snackBar: MatSnackBar;
|
|
23
|
-
DFSModifersFormControls: DFSModifiersFormComponent;
|
|
24
|
-
get State(): ApplicationsFlowState;
|
|
25
|
-
get ProjectLookups(): string[];
|
|
26
|
-
get DFSModifersFormGroup(): FormGroup;
|
|
27
|
-
get SelectedModifiersFormGroup(): FormGroup;
|
|
28
|
-
ErrorMessage: string;
|
|
29
|
-
ModifierDialogForm: FormGroup;
|
|
30
|
-
SaveDisabled: boolean;
|
|
31
|
-
constructor(eacSvc: EaCService, formbldr: FormBuilder, dialogRef: MatDialogRef<DFSModifiersDialogComponent>, data: DFSModifiersDialogData, snackBar: MatSnackBar);
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
CloseDialog(): void;
|
|
34
|
-
HandleSaveFormEvent(event: Status): void;
|
|
35
|
-
IsDisabled(): boolean;
|
|
36
|
-
SaveDFSModifier(): void;
|
|
37
|
-
protected determineLevel(): void;
|
|
38
|
-
protected setupEntForm(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DFSModifiersDialogComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DFSModifiersDialogComponent, "lcu-dfs-modifiers-dialog", never, {}, {}, never, never>;
|
|
41
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
-
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
-
import { MatSelectChange } from '@angular/material/select';
|
|
5
|
-
import { AngularEditorConfig } from '@kolkov/angular-editor';
|
|
6
|
-
import { EaCEnvironmentAsCode, EaCSourceControl } from '@semanticjs/common';
|
|
7
|
-
import { ApplicationsFlowService } from '../../services/applications-flow.service';
|
|
8
|
-
import { EaCService } from '../../services/eac.service';
|
|
9
|
-
import { ApplicationsFlowState, GitHubBranch, GitHubOrganization, GitHubRepository } from '../../state/applications-flow.state';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export interface FeedHeaderDialogData {
|
|
12
|
-
dialogTitle: string;
|
|
13
|
-
type: string;
|
|
14
|
-
}
|
|
15
|
-
export declare class FeedHeaderDialogComponent implements OnInit {
|
|
16
|
-
protected appsFlowSvc: ApplicationsFlowService;
|
|
17
|
-
protected eacSvc: EaCService;
|
|
18
|
-
protected formBldr: FormBuilder;
|
|
19
|
-
dialogRef: MatDialogRef<FeedHeaderDialogComponent>;
|
|
20
|
-
data: FeedHeaderDialogData;
|
|
21
|
-
get ActionIconControl(): AbstractControl;
|
|
22
|
-
get ActionLinkControl(): AbstractControl;
|
|
23
|
-
get ActionTextControl(): AbstractControl;
|
|
24
|
-
get EditorControl(): AbstractControl;
|
|
25
|
-
get Environment(): EaCEnvironmentAsCode;
|
|
26
|
-
get TargetBranchFormControl(): AbstractControl;
|
|
27
|
-
get OrganizationFormControl(): AbstractControl;
|
|
28
|
-
get SourceBranchFormControl(): AbstractControl;
|
|
29
|
-
get RepositoryFormControl(): AbstractControl;
|
|
30
|
-
get SourceControlFormControl(): AbstractControl;
|
|
31
|
-
get SourceControlLookups(): Array<string>;
|
|
32
|
-
get SourceControls(): {
|
|
33
|
-
[lookup: string]: EaCSourceControl;
|
|
34
|
-
};
|
|
35
|
-
get SubtitleFormControl(): AbstractControl;
|
|
36
|
-
get State(): ApplicationsFlowState;
|
|
37
|
-
get TitleFormControl(): AbstractControl;
|
|
38
|
-
BranchOptions: GitHubBranch[];
|
|
39
|
-
EditorConfig: AngularEditorConfig;
|
|
40
|
-
FeedHeaderFormGroup: FormGroup;
|
|
41
|
-
OrganizationOptions: GitHubOrganization[];
|
|
42
|
-
RepositoryOptions: GitHubRepository[];
|
|
43
|
-
SourceControl: EaCSourceControl;
|
|
44
|
-
Slices: {
|
|
45
|
-
[key: string]: number;
|
|
46
|
-
};
|
|
47
|
-
SlicesCount: number;
|
|
48
|
-
constructor(appsFlowSvc: ApplicationsFlowService, eacSvc: EaCService, formBldr: FormBuilder, dialogRef: MatDialogRef<FeedHeaderDialogComponent>, data: FeedHeaderDialogData);
|
|
49
|
-
ngOnInit(): void;
|
|
50
|
-
CloseDialog(): void;
|
|
51
|
-
HandleAction(): void;
|
|
52
|
-
PullRequestSourceControlChanged(event: MatSelectChange): void;
|
|
53
|
-
FeatureBranchSourceControlChanged(event: MatSelectChange): void;
|
|
54
|
-
IssueSourceControlChanged(event: MatSelectChange): void;
|
|
55
|
-
Submit(): void;
|
|
56
|
-
OrganizationChanged(event: MatSelectChange): void;
|
|
57
|
-
RepositoryChanged(event: MatSelectChange): void;
|
|
58
|
-
protected listBranches(): void;
|
|
59
|
-
protected listOrganizations(): void;
|
|
60
|
-
protected listRepositories(activeRepo?: string): void;
|
|
61
|
-
protected setupFeedHeaderForm(): void;
|
|
62
|
-
protected setupAnnouncementForm(): void;
|
|
63
|
-
protected setupPRForm(): void;
|
|
64
|
-
protected setupBasicForm(): void;
|
|
65
|
-
protected setupIssueForm(): void;
|
|
66
|
-
protected setupFeatureBranchForm(): void;
|
|
67
|
-
protected setupSourceControlForm(): void;
|
|
68
|
-
protected setupBranchesForm(): void;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeedHeaderDialogComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeedHeaderDialogComponent, "lcu-feed-header-dialog", never, {}, {}, never, never>;
|
|
71
|
-
}
|