@lowcodeunit/applications-flow-common 1.34.62-lets-get-social-ish → 1.34.66-lets-get-social-ish
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 +3 -1
- package/esm2020/lib/applications-flow.module.mjs +14 -4
- package/esm2020/lib/controls/state-config-form/state-config-form.component.mjs +43 -0
- package/esm2020/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.mjs +11 -3
- package/esm2020/lib/dialogs/feed-header-dialog/feed-header-dialog.component.mjs +29 -17
- package/esm2020/lib/dialogs/state-config-dialog/state-config-dialog.component.mjs +47 -0
- package/esm2020/lib/elements/feed-card-sm/feed-card-sm.component.mjs +2 -2
- package/esm2020/lib/elements/feed-header/feed-header.component.mjs +2 -2
- package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +2 -2
- package/esm2020/lib/elements/project-info-card/project-info-card.component.mjs +2 -2
- package/esm2020/lib/elements/skeleton-feed-card/skeleton-feed-card.component.mjs +2 -2
- package/esm2020/lib/services/eac.service.mjs +7 -6
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +129 -29
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +127 -29
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lcu.api.d.ts +2 -0
- package/lib/applications-flow.module.d.ts +12 -10
- package/lib/controls/state-config-form/state-config-form.component.d.ts +18 -0
- package/lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component.d.ts +1 -0
- package/lib/dialogs/feed-header-dialog/feed-header-dialog.component.d.ts +4 -1
- package/lib/dialogs/state-config-dialog/state-config-dialog.component.d.ts +29 -0
- package/lib/services/eac.service.d.ts +2 -0
- package/package.json +1 -1
package/lcu.api.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ export * from './lib/controls/processor-details-form/processor-details-form.comp
|
|
|
16
16
|
export * from './lib/controls/security-toggle/security-toggle.component';
|
|
17
17
|
export * from './lib/controls/emulated-devices-toggle/emulated-devices-toggle.component';
|
|
18
18
|
export * from './lib/controls/source-control-form/source-control-form.component';
|
|
19
|
+
export * from './lib/controls/state-config-form/state-config-form.component';
|
|
19
20
|
export * from './lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component';
|
|
20
21
|
export * from './lib/dialogs/custom-domain-dialog/custom-domain-dialog.component';
|
|
21
22
|
export * from './lib/dialogs/new-application-dialog/new-application-dialog.component';
|
|
@@ -78,5 +79,6 @@ export * from './lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component
|
|
|
78
79
|
export * from './lib/dialogs/source-control-dialog/source-control-dialog.component';
|
|
79
80
|
export * from './lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component';
|
|
80
81
|
export * from './lib/dialogs/feed-header-dialog/feed-header-dialog.component';
|
|
82
|
+
export * from './lib/dialogs/state-config-dialog/state-config-dialog.component';
|
|
81
83
|
export * from './lib/controls/edit-application-form/edit-application-form.component';
|
|
82
84
|
export * from './lib/elements/breadcrumb/breadcrumb.component';
|
|
@@ -49,18 +49,20 @@ import * as i46 from "./elements/skeleton-feed-card/skeleton-feed-card.component
|
|
|
49
49
|
import * as i47 from "./dialogs/upgrade-dialog/upgrade-dialog.component";
|
|
50
50
|
import * as i48 from "./controls/emulated-devices-toggle/emulated-devices-toggle.component";
|
|
51
51
|
import * as i49 from "./dialogs/feed-header-dialog/feed-header-dialog.component";
|
|
52
|
-
import * as i50 from "
|
|
53
|
-
import * as i51 from "
|
|
54
|
-
import * as i52 from "@
|
|
55
|
-
import * as i53 from "@angular/
|
|
56
|
-
import * as i54 from "@
|
|
57
|
-
import * as i55 from "@
|
|
58
|
-
import * as i56 from "@angular/
|
|
59
|
-
import * as i57 from "@
|
|
60
|
-
import * as i58 from "
|
|
52
|
+
import * as i50 from "./dialogs/state-config-dialog/state-config-dialog.component";
|
|
53
|
+
import * as i51 from "./controls/state-config-form/state-config-form.component";
|
|
54
|
+
import * as i52 from "@kolkov/angular-editor";
|
|
55
|
+
import * as i53 from "@angular/cdk/clipboard";
|
|
56
|
+
import * as i54 from "@lcu/common";
|
|
57
|
+
import * as i55 from "@angular/forms";
|
|
58
|
+
import * as i56 from "@angular/flex-layout";
|
|
59
|
+
import * as i57 from "@lowcodeunit/app-host-common";
|
|
60
|
+
import * as i58 from "@angular/material/tooltip";
|
|
61
|
+
import * as i59 from "@angular/material/slide-toggle";
|
|
62
|
+
import * as i60 from "skeleton-elements/angular";
|
|
61
63
|
export declare class ApplicationsFlowModule {
|
|
62
64
|
static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
|
|
63
65
|
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
|
|
66
|
+
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.StateConfigDialogComponent, typeof i51.StateConfigFormComponent], [typeof i52.AngularEditorModule, typeof i53.ClipboardModule, typeof i54.FathymSharedModule, typeof i55.FormsModule, typeof i55.ReactiveFormsModule, typeof i56.FlexLayoutModule, typeof i54.MaterialModule, typeof i57.AppHostModule, typeof i58.MatTooltipModule, typeof i59.MatSlideToggleModule, typeof i60.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, typeof i50.StateConfigDialogComponent, typeof i51.StateConfigFormComponent]>;
|
|
65
67
|
static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
|
|
66
68
|
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { EaCService } from '../../services/eac.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class StateConfigFormComponent implements OnInit {
|
|
6
|
+
protected eacSvc: EaCService;
|
|
7
|
+
formbldr: FormBuilder;
|
|
8
|
+
AppLookup: string;
|
|
9
|
+
Config: string;
|
|
10
|
+
get StateConfigFormControl(): AbstractControl;
|
|
11
|
+
StateConfigDialogForm: FormGroup;
|
|
12
|
+
constructor(eacSvc: EaCService, formbldr: FormBuilder);
|
|
13
|
+
ngOnInit(): void;
|
|
14
|
+
SaveStateConfig(): void;
|
|
15
|
+
protected buildForm(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StateConfigFormComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StateConfigFormComponent, "lcu-state-config-form", never, { "AppLookup": "app-lookup"; "Config": "config"; }, {}, never, never>;
|
|
18
|
+
}
|
|
@@ -31,6 +31,7 @@ export declare class DFSModifiersDialogComponent implements OnInit {
|
|
|
31
31
|
constructor(eacSvc: EaCService, formbldr: FormBuilder, dialogRef: MatDialogRef<DFSModifiersDialogComponent>, data: DFSModifiersDialogData, snackBar: MatSnackBar);
|
|
32
32
|
ngOnInit(): void;
|
|
33
33
|
CloseDialog(): void;
|
|
34
|
+
DeleteModifier(modifierLookup: string): void;
|
|
34
35
|
HandleSaveFormEvent(event: Status): void;
|
|
35
36
|
IsDisabled(): boolean;
|
|
36
37
|
SaveDFSModifier(): void;
|
|
@@ -2,6 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
3
|
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
4
|
import { MatSelectChange } from '@angular/material/select';
|
|
5
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
5
6
|
import { AngularEditorConfig } from '@kolkov/angular-editor';
|
|
6
7
|
import { EaCEnvironmentAsCode, EaCSourceControl } from '@semanticjs/common';
|
|
7
8
|
import { ApplicationsFlowService } from '../../services/applications-flow.service';
|
|
@@ -18,6 +19,7 @@ export declare class FeedHeaderDialogComponent implements OnInit {
|
|
|
18
19
|
protected formBldr: FormBuilder;
|
|
19
20
|
dialogRef: MatDialogRef<FeedHeaderDialogComponent>;
|
|
20
21
|
data: FeedHeaderDialogData;
|
|
22
|
+
protected snackBar: MatSnackBar;
|
|
21
23
|
get ActionIconControl(): AbstractControl;
|
|
22
24
|
get ActionLinkControl(): AbstractControl;
|
|
23
25
|
get ActionTextControl(): AbstractControl;
|
|
@@ -37,6 +39,7 @@ export declare class FeedHeaderDialogComponent implements OnInit {
|
|
|
37
39
|
get TitleFormControl(): AbstractControl;
|
|
38
40
|
BranchOptions: GitHubBranch[];
|
|
39
41
|
EditorConfig: AngularEditorConfig;
|
|
42
|
+
ErrorMessage: string;
|
|
40
43
|
FeedHeaderFormGroup: FormGroup;
|
|
41
44
|
OrganizationOptions: GitHubOrganization[];
|
|
42
45
|
RepositoryOptions: GitHubRepository[];
|
|
@@ -45,7 +48,7 @@ export declare class FeedHeaderDialogComponent implements OnInit {
|
|
|
45
48
|
[key: string]: number;
|
|
46
49
|
};
|
|
47
50
|
SlicesCount: number;
|
|
48
|
-
constructor(appsFlowSvc: ApplicationsFlowService, eacSvc: EaCService, formBldr: FormBuilder, dialogRef: MatDialogRef<FeedHeaderDialogComponent>, data: FeedHeaderDialogData);
|
|
51
|
+
constructor(appsFlowSvc: ApplicationsFlowService, eacSvc: EaCService, formBldr: FormBuilder, dialogRef: MatDialogRef<FeedHeaderDialogComponent>, data: FeedHeaderDialogData, snackBar: MatSnackBar);
|
|
49
52
|
ngOnInit(): void;
|
|
50
53
|
CloseDialog(): void;
|
|
51
54
|
HandleAction(): void;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { FormGroup } from '@angular/forms';
|
|
3
|
+
import { MatDialogRef } from '@angular/material/dialog';
|
|
4
|
+
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
5
|
+
import { EaCApplicationAsCode } from '@semanticjs/common';
|
|
6
|
+
import { StateConfigFormComponent } from '../../controls/state-config-form/state-config-form.component';
|
|
7
|
+
import { EaCService } from '../../services/eac.service';
|
|
8
|
+
import { ApplicationsFlowState } from '../../state/applications-flow.state';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
export interface StateConfigDialogData {
|
|
11
|
+
appLookup: string;
|
|
12
|
+
config: string;
|
|
13
|
+
}
|
|
14
|
+
export declare class StateConfigDialogComponent implements OnInit {
|
|
15
|
+
protected eacSvc: EaCService;
|
|
16
|
+
dialogRef: MatDialogRef<StateConfigDialogComponent>;
|
|
17
|
+
data: StateConfigDialogData;
|
|
18
|
+
protected snackBar: MatSnackBar;
|
|
19
|
+
StateConfigForm: StateConfigFormComponent;
|
|
20
|
+
get Application(): EaCApplicationAsCode;
|
|
21
|
+
get State(): ApplicationsFlowState;
|
|
22
|
+
StateConfigDialogForm: FormGroup;
|
|
23
|
+
constructor(eacSvc: EaCService, dialogRef: MatDialogRef<StateConfigDialogComponent>, data: StateConfigDialogData, snackBar: MatSnackBar);
|
|
24
|
+
ngOnInit(): void;
|
|
25
|
+
CloseDialog(): void;
|
|
26
|
+
SaveStateConfig(): void;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<StateConfigDialogComponent, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StateConfigDialogComponent, "lcu-state-config-dialog", never, {}, {}, never, never>;
|
|
29
|
+
}
|
|
@@ -9,6 +9,8 @@ import * as i0 from "@angular/core";
|
|
|
9
9
|
export declare class SaveApplicationAsCodeEventRequest {
|
|
10
10
|
Application?: EaCApplicationAsCode;
|
|
11
11
|
ApplicationLookup?: string;
|
|
12
|
+
DataToken?: EaCDataToken;
|
|
13
|
+
DataTokenLookup?: string;
|
|
12
14
|
ProjectLookup?: string;
|
|
13
15
|
}
|
|
14
16
|
export declare class SaveDFSModifierEventRequest {
|