@lowcodeunit/applications-flow-common 1.34.18-krakyn-app → 1.34.21-krakyn-app
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 -2
- package/esm2020/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.mjs +36 -27
- package/esm2020/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.mjs +47 -13
- package/esm2020/lib/dialogs/feed-header-dialog/feed-header-dialog.component.mjs +1 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +86 -41
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +84 -39
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lcu.api.d.ts +1 -0
- package/lib/applications-flow.module.d.ts +1 -1
- package/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.d.ts +8 -12
- package/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.d.ts +12 -1
- package/package.json +1 -1
package/lcu.api.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export * from './lib/models/project-actions.model';
|
|
|
10
10
|
export * from './lib/models/user-feed.model';
|
|
11
11
|
export * from './lib/controls/build-pipeline-form/build-pipeline-form.component';
|
|
12
12
|
export * from './lib/controls/devops-source-control-form/devops-source-control-form.component';
|
|
13
|
+
export * from './lib/controls/dfs-modifiers-form/dfs-modifiers-form.component';
|
|
13
14
|
export * from './lib/controls/edit-application-form/edit-application-form.component';
|
|
14
15
|
export * from './lib/controls/processor-details-form/processor-details-form.component';
|
|
15
16
|
export * from './lib/controls/security-toggle/security-toggle.component';
|
|
@@ -61,6 +61,6 @@ import * as i58 from "skeleton-elements/angular";
|
|
|
61
61
|
export declare class ApplicationsFlowModule {
|
|
62
62
|
static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
|
|
63
63
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationsFlowModule, never>;
|
|
64
|
-
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.ProjectInfoCardComponent, typeof i26.AnalyticsCardComponent, typeof i27.FeedCardSmComponent, typeof i28.FeedHeaderComponent, typeof i29.MainFeedCardComponent, typeof i30.TwoColumnHeaderComponent, typeof i31.CardCarouselComponent, typeof i32.SecurityToggleComponent, typeof i33.ProcessorDetailsFormComponent, typeof i34.SourceControlFormComponent, typeof i35.BuildPipelineFormComponent, typeof i36.DevopsSourceControlFormComponent, typeof i37.SourceControlDialogComponent, typeof i38.BuildPipelineDialogComponent, typeof i39.EditApplicationFormComponent, typeof i40.BreadcrumbComponent, typeof i41.DFSModifiersDialogComponent, typeof i42.CustomDomainDialogComponent, typeof i43.EditApplicationDialogComponent, typeof i44.NewApplicationDialogComponent, typeof i45.ProcessorDetailsDialogComponent, typeof i46.SkeletonFeedCardComponent, typeof i47.UpgradeDialogComponent, typeof i48.EmulatedDevicesToggleComponent, typeof i49.FeedHeaderDialogComponent], [typeof i50.AngularEditorModule, typeof i51.ClipboardModule, typeof i52.FathymSharedModule, typeof i53.FormsModule, typeof i53.ReactiveFormsModule, typeof i54.FlexLayoutModule, typeof i52.MaterialModule, typeof i55.AppHostModule, typeof i56.MatTooltipModule, typeof i57.MatSlideToggleModule, typeof i58.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.ProjectInfoCardComponent, typeof i26.AnalyticsCardComponent, typeof i27.FeedCardSmComponent, typeof i28.FeedHeaderComponent, typeof i49.FeedHeaderDialogComponent, typeof i29.MainFeedCardComponent, typeof i30.TwoColumnHeaderComponent, typeof i31.CardCarouselComponent, typeof i32.SecurityToggleComponent, typeof i33.ProcessorDetailsFormComponent, typeof i34.SourceControlFormComponent, typeof i35.BuildPipelineFormComponent, typeof i36.DevopsSourceControlFormComponent, typeof i37.SourceControlDialogComponent, typeof i38.BuildPipelineDialogComponent, typeof i39.EditApplicationFormComponent, typeof i40.BreadcrumbComponent, typeof i42.CustomDomainDialogComponent, typeof i43.EditApplicationDialogComponent, typeof i44.NewApplicationDialogComponent, typeof i45.ProcessorDetailsDialogComponent, typeof i46.SkeletonFeedCardComponent, typeof i47.UpgradeDialogComponent, typeof i48.EmulatedDevicesToggleComponent, typeof i49.FeedHeaderDialogComponent]>;
|
|
64
|
+
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.ProjectInfoCardComponent, typeof i26.AnalyticsCardComponent, typeof i27.FeedCardSmComponent, typeof i28.FeedHeaderComponent, typeof i29.MainFeedCardComponent, typeof i30.TwoColumnHeaderComponent, typeof i31.CardCarouselComponent, typeof i32.SecurityToggleComponent, typeof i33.ProcessorDetailsFormComponent, typeof i34.SourceControlFormComponent, typeof i35.BuildPipelineFormComponent, typeof i36.DevopsSourceControlFormComponent, typeof i37.SourceControlDialogComponent, typeof i38.BuildPipelineDialogComponent, typeof i39.EditApplicationFormComponent, typeof i40.BreadcrumbComponent, typeof i41.DFSModifiersDialogComponent, typeof i42.CustomDomainDialogComponent, typeof i43.EditApplicationDialogComponent, typeof i44.NewApplicationDialogComponent, typeof i45.ProcessorDetailsDialogComponent, typeof i46.SkeletonFeedCardComponent, typeof i47.UpgradeDialogComponent, typeof i48.EmulatedDevicesToggleComponent, typeof i49.FeedHeaderDialogComponent], [typeof i50.AngularEditorModule, typeof i51.ClipboardModule, typeof i52.FathymSharedModule, typeof i53.FormsModule, typeof i53.ReactiveFormsModule, typeof i54.FlexLayoutModule, typeof i52.MaterialModule, typeof i55.AppHostModule, typeof i56.MatTooltipModule, typeof i57.MatSlideToggleModule, typeof i58.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.ProjectInfoCardComponent, typeof i26.AnalyticsCardComponent, typeof i27.FeedCardSmComponent, typeof i28.FeedHeaderComponent, typeof i49.FeedHeaderDialogComponent, typeof i29.MainFeedCardComponent, typeof i30.TwoColumnHeaderComponent, typeof i31.CardCarouselComponent, typeof i32.SecurityToggleComponent, typeof i33.ProcessorDetailsFormComponent, typeof i34.SourceControlFormComponent, typeof i35.BuildPipelineFormComponent, typeof i36.DevopsSourceControlFormComponent, typeof i37.SourceControlDialogComponent, typeof i38.BuildPipelineDialogComponent, typeof i39.EditApplicationFormComponent, typeof i40.BreadcrumbComponent, typeof i42.CustomDomainDialogComponent, typeof i43.EditApplicationDialogComponent, typeof i44.NewApplicationDialogComponent, typeof i45.ProcessorDetailsDialogComponent, typeof i46.SkeletonFeedCardComponent, typeof i47.UpgradeDialogComponent, typeof i48.EmulatedDevicesToggleComponent, typeof i49.FeedHeaderDialogComponent, typeof i41.DFSModifiersDialogComponent, typeof i22.DFSModifiersFormComponent]>;
|
|
65
65
|
static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
|
|
66
66
|
}
|
|
@@ -11,27 +11,23 @@ export declare class DFSModifiersFormComponent implements OnInit {
|
|
|
11
11
|
protected appsFlowSvc: ApplicationsFlowService;
|
|
12
12
|
protected eacSvc: EaCService;
|
|
13
13
|
CurrentType: string;
|
|
14
|
-
Data: {
|
|
15
|
-
Modifiers: {
|
|
16
|
-
[lookup: string]: EaCDFSModifier;
|
|
17
|
-
};
|
|
18
|
-
Project: EaCProjectAsCode;
|
|
19
|
-
ProjectLookup: string;
|
|
20
|
-
};
|
|
21
14
|
EditingModifierLookup: string;
|
|
15
|
+
Modifiers: {
|
|
16
|
+
[lookup: string]: EaCDFSModifier;
|
|
17
|
+
};
|
|
18
|
+
Project: EaCProjectAsCode;
|
|
19
|
+
ProjectLookup: string;
|
|
20
|
+
/**which level is the dfs modifier being edited ent project or app */
|
|
21
|
+
Level: string;
|
|
22
22
|
get DetailsFormControl(): AbstractControl;
|
|
23
23
|
get EditingModifier(): EaCDFSModifier;
|
|
24
24
|
get EnabledFormControl(): AbstractControl;
|
|
25
25
|
get LocationFormControl(): AbstractControl;
|
|
26
26
|
ModifierFormGroup: FormGroup;
|
|
27
27
|
get ModifierLookups(): Array<string>;
|
|
28
|
-
get Modifiers(): {
|
|
29
|
-
[lookup: string]: EaCDFSModifier;
|
|
30
|
-
};
|
|
31
28
|
get NameFormControl(): AbstractControl;
|
|
32
29
|
get PathFilterFormControl(): AbstractControl;
|
|
33
30
|
get PriorityFormControl(): AbstractControl;
|
|
34
|
-
get Project(): EaCProjectAsCode;
|
|
35
31
|
get ScriptFormControl(): AbstractControl;
|
|
36
32
|
get ScriptIDFormControl(): AbstractControl;
|
|
37
33
|
get StateDataTokenFormControl(): AbstractControl;
|
|
@@ -47,5 +43,5 @@ export declare class DFSModifiersFormComponent implements OnInit {
|
|
|
47
43
|
protected setupModifierForm(): void;
|
|
48
44
|
protected setupTypeForm(): void;
|
|
49
45
|
static ɵfac: i0.ɵɵFactoryDeclaration<DFSModifiersFormComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DFSModifiersFormComponent, "lcu-dfs-
|
|
46
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DFSModifiersFormComponent, "lcu-dfs-modifier-form", never, { "EditingModifierLookup": "editing-modifier-lookup"; "Modifiers": "modifiers"; "Project": "project"; "ProjectLookup": "project-lookup"; "Level": "level"; }, {}, never, never>;
|
|
51
47
|
}
|
|
@@ -1,17 +1,25 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormBuilder } from '@angular/forms';
|
|
2
3
|
import { FormGroup } from '@angular/forms';
|
|
3
4
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
5
|
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
5
6
|
import { Status } from '@lcu/common';
|
|
7
|
+
import { EaCDFSModifier } from '@semanticjs/common';
|
|
6
8
|
import { DFSModifiersFormComponent } from '../../controls/dfs-modifiers-form/dfs-modifiers-form.component';
|
|
7
9
|
import { EaCService } from '../../services/eac.service';
|
|
8
10
|
import { ApplicationsFlowState } from '../../state/applications-flow.state';
|
|
9
11
|
import * as i0 from "@angular/core";
|
|
10
12
|
export interface DFSModifiersDialogData {
|
|
11
13
|
modifierLookup: string;
|
|
14
|
+
modifiers: {
|
|
15
|
+
[lookup: string]: EaCDFSModifier;
|
|
16
|
+
};
|
|
17
|
+
level: string;
|
|
18
|
+
projectLookup: string;
|
|
12
19
|
}
|
|
13
20
|
export declare class DFSModifiersDialogComponent implements OnInit {
|
|
14
21
|
protected eacSvc: EaCService;
|
|
22
|
+
formbldr: FormBuilder;
|
|
15
23
|
dialogRef: MatDialogRef<DFSModifiersDialogComponent>;
|
|
16
24
|
data: DFSModifiersDialogData;
|
|
17
25
|
protected snackBar: MatSnackBar;
|
|
@@ -19,11 +27,14 @@ export declare class DFSModifiersDialogComponent implements OnInit {
|
|
|
19
27
|
get State(): ApplicationsFlowState;
|
|
20
28
|
get DFSModifersFormGroup(): FormGroup;
|
|
21
29
|
ErrorMessage: string;
|
|
22
|
-
|
|
30
|
+
ModifierDialogForm: FormGroup;
|
|
31
|
+
constructor(eacSvc: EaCService, formbldr: FormBuilder, dialogRef: MatDialogRef<DFSModifiersDialogComponent>, data: DFSModifiersDialogData, snackBar: MatSnackBar);
|
|
23
32
|
ngOnInit(): void;
|
|
24
33
|
CloseDialog(): void;
|
|
25
34
|
HandleSaveFormEvent(event: Status): void;
|
|
26
35
|
SaveDFSModifier(): void;
|
|
36
|
+
protected determineLevel(): void;
|
|
37
|
+
protected setupEntForm(): void;
|
|
27
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<DFSModifiersDialogComponent, never>;
|
|
28
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<DFSModifiersDialogComponent, "lcu-dfs-modifiers-dialog", never, {}, {}, never, never>;
|
|
29
40
|
}
|