@lowcodeunit/applications-flow-common 1.34.7-lets-get-social-ish → 1.34.8-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/lcu.api.d.ts CHANGED
@@ -74,6 +74,7 @@ export * from './lib/controls/processor-details-form/processor-details-form.comp
74
74
  export * from './lib/controls/source-control-form/source-control-form.component';
75
75
  export * from './lib/controls/build-pipeline-form/build-pipeline-form.component';
76
76
  export * from './lib/controls/devops-source-control-form/devops-source-control-form.component';
77
+ export * from './lib/dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component';
77
78
  export * from './lib/dialogs/source-control-dialog/source-control-dialog.component';
78
79
  export * from './lib/dialogs/build-pipeline-dialog/build-pipeline-dialog.component';
79
80
  export * from './lib/dialogs/feed-header-dialog/feed-header-dialog.component';
@@ -21,45 +21,47 @@ import * as i18 from "./elements/projects/controls/tabs/apps-flow/apps-flow.comp
21
21
  import * as i19 from "./elements/projects/controls/tabs/devops/devops.component";
22
22
  import * as i20 from "./elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component";
23
23
  import * as i21 from "./elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component";
24
- import * as i22 from "./elements/flow-tool/flow-tool.component";
25
- import * as i23 from "./elements/three-column/three-column.component";
26
- import * as i24 from "./elements/slotted-card/slotted-card.component";
27
- import * as i25 from "./elements/project-info-card/project-info-card.component";
28
- import * as i26 from "./elements/analytics-card/analytics-card.component";
29
- import * as i27 from "./elements/feed-card-sm/feed-card-sm.component";
30
- import * as i28 from "./elements/feed-header/feed-header.component";
31
- import * as i29 from "./elements/main-feed-card/main-feed-card.component";
32
- import * as i30 from "./elements/two-column-header/two-column-header.component";
33
- import * as i31 from "./elements/card-carousel/card-carousel.component";
34
- import * as i32 from "./controls/security-toggle/security-toggle.component";
35
- import * as i33 from "./controls/processor-details-form/processor-details-form.component";
36
- import * as i34 from "./controls/source-control-form/source-control-form.component";
37
- import * as i35 from "./controls/build-pipeline-form/build-pipeline-form.component";
38
- import * as i36 from "./controls/devops-source-control-form/devops-source-control-form.component";
39
- import * as i37 from "./dialogs/source-control-dialog/source-control-dialog.component";
40
- import * as i38 from "./dialogs/build-pipeline-dialog/build-pipeline-dialog.component";
41
- import * as i39 from "./controls/edit-application-form/edit-application-form.component";
42
- import * as i40 from "./elements/breadcrumb/breadcrumb.component";
43
- import * as i41 from "./dialogs/custom-domain-dialog/custom-domain-dialog.component";
44
- import * as i42 from "./dialogs/edit-application-dialog/edit-application-dialog.component";
45
- import * as i43 from "./dialogs/new-application-dialog/new-application-dialog.component";
46
- import * as i44 from "./dialogs/processor-details-dialog/processor-details-dialog.component";
47
- import * as i45 from "./elements/skeleton-feed-card/skeleton-feed-card.component";
48
- import * as i46 from "./dialogs/upgrade-dialog/upgrade-dialog.component";
49
- import * as i47 from "./controls/emulated-devices-toggle/emulated-devices-toggle.component";
50
- import * as i48 from "./dialogs/feed-header-dialog/feed-header-dialog.component";
51
- import * as i49 from "@kolkov/angular-editor";
52
- import * as i50 from "@angular/cdk/clipboard";
53
- import * as i51 from "@lcu/common";
54
- import * as i52 from "@angular/forms";
55
- import * as i53 from "@angular/flex-layout";
56
- import * as i54 from "@lowcodeunit/app-host-common";
57
- import * as i55 from "@angular/material/tooltip";
58
- import * as i56 from "@angular/material/slide-toggle";
59
- import * as i57 from "skeleton-elements/angular";
24
+ import * as i22 from "./controls/dfs-modifiers-form/dfs-modifiers-form.component";
25
+ import * as i23 from "./elements/flow-tool/flow-tool.component";
26
+ import * as i24 from "./elements/three-column/three-column.component";
27
+ import * as i25 from "./elements/slotted-card/slotted-card.component";
28
+ import * as i26 from "./elements/project-info-card/project-info-card.component";
29
+ import * as i27 from "./elements/analytics-card/analytics-card.component";
30
+ import * as i28 from "./elements/feed-card-sm/feed-card-sm.component";
31
+ import * as i29 from "./elements/feed-header/feed-header.component";
32
+ import * as i30 from "./elements/main-feed-card/main-feed-card.component";
33
+ import * as i31 from "./elements/two-column-header/two-column-header.component";
34
+ import * as i32 from "./elements/card-carousel/card-carousel.component";
35
+ import * as i33 from "./controls/security-toggle/security-toggle.component";
36
+ import * as i34 from "./controls/processor-details-form/processor-details-form.component";
37
+ import * as i35 from "./controls/source-control-form/source-control-form.component";
38
+ import * as i36 from "./controls/build-pipeline-form/build-pipeline-form.component";
39
+ import * as i37 from "./controls/devops-source-control-form/devops-source-control-form.component";
40
+ import * as i38 from "./dialogs/source-control-dialog/source-control-dialog.component";
41
+ import * as i39 from "./dialogs/build-pipeline-dialog/build-pipeline-dialog.component";
42
+ import * as i40 from "./controls/edit-application-form/edit-application-form.component";
43
+ import * as i41 from "./elements/breadcrumb/breadcrumb.component";
44
+ import * as i42 from "./dialogs/dfs-modifiers-dialog/dfs-modifiers-dialog.component";
45
+ import * as i43 from "./dialogs/custom-domain-dialog/custom-domain-dialog.component";
46
+ import * as i44 from "./dialogs/edit-application-dialog/edit-application-dialog.component";
47
+ import * as i45 from "./dialogs/new-application-dialog/new-application-dialog.component";
48
+ import * as i46 from "./dialogs/processor-details-dialog/processor-details-dialog.component";
49
+ import * as i47 from "./elements/skeleton-feed-card/skeleton-feed-card.component";
50
+ import * as i48 from "./dialogs/upgrade-dialog/upgrade-dialog.component";
51
+ import * as i49 from "./controls/emulated-devices-toggle/emulated-devices-toggle.component";
52
+ import * as i50 from "./dialogs/feed-header-dialog/feed-header-dialog.component";
53
+ import * as i51 from "@kolkov/angular-editor";
54
+ import * as i52 from "@angular/cdk/clipboard";
55
+ import * as i53 from "@lcu/common";
56
+ import * as i54 from "@angular/forms";
57
+ import * as i55 from "@angular/flex-layout";
58
+ import * as i56 from "@lowcodeunit/app-host-common";
59
+ import * as i57 from "@angular/material/tooltip";
60
+ import * as i58 from "@angular/material/slide-toggle";
61
+ import * as i59 from "skeleton-elements/angular";
60
62
  export declare class ApplicationsFlowModule {
61
63
  static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
62
64
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationsFlowModule, never>;
63
- 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.FlowToolComponent, 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.CustomDomainDialogComponent, typeof i42.EditApplicationDialogComponent, typeof i43.NewApplicationDialogComponent, typeof i44.ProcessorDetailsDialogComponent, typeof i45.SkeletonFeedCardComponent, typeof i46.UpgradeDialogComponent, typeof i47.EmulatedDevicesToggleComponent, typeof i48.FeedHeaderDialogComponent], [typeof i49.AngularEditorModule, typeof i50.ClipboardModule, typeof i51.FathymSharedModule, typeof i52.FormsModule, typeof i52.ReactiveFormsModule, typeof i53.FlexLayoutModule, typeof i51.MaterialModule, typeof i54.AppHostModule, typeof i55.MatTooltipModule, typeof i56.MatSlideToggleModule, typeof i57.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 i22.FlowToolComponent, typeof i23.ThreeColumnComponent, typeof i24.SlottedCardComponent, typeof i25.ProjectInfoCardComponent, typeof i26.AnalyticsCardComponent, typeof i27.FeedCardSmComponent, typeof i28.FeedHeaderComponent, typeof i48.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 i41.CustomDomainDialogComponent, typeof i42.EditApplicationDialogComponent, typeof i43.NewApplicationDialogComponent, typeof i44.ProcessorDetailsDialogComponent, typeof i45.SkeletonFeedCardComponent, typeof i46.UpgradeDialogComponent, typeof i47.EmulatedDevicesToggleComponent, typeof i48.FeedHeaderDialogComponent]>;
65
+ 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.FlowToolComponent, typeof i24.ThreeColumnComponent, typeof i25.SlottedCardComponent, 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.AngularEditorModule, typeof i52.ClipboardModule, typeof i53.FathymSharedModule, typeof i54.FormsModule, typeof i54.ReactiveFormsModule, typeof i55.FlexLayoutModule, typeof i53.MaterialModule, typeof i56.AppHostModule, typeof i57.MatTooltipModule, typeof i58.MatSlideToggleModule, typeof i59.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.FlowToolComponent, typeof i24.ThreeColumnComponent, typeof i25.SlottedCardComponent, 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]>;
64
66
  static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
65
67
  }
@@ -0,0 +1,51 @@
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 * as i0 from "@angular/core";
9
+ export declare class DFSModifiersFormComponent implements OnInit {
10
+ protected formBldr: FormBuilder;
11
+ protected appsFlowSvc: ApplicationsFlowService;
12
+ protected eacSvc: EaCService;
13
+ CurrentType: string;
14
+ Data: {
15
+ Modifiers: {
16
+ [lookup: string]: EaCDFSModifier;
17
+ };
18
+ Project: EaCProjectAsCode;
19
+ ProjectLookup: string;
20
+ };
21
+ EditingModifierLookup: string;
22
+ get DetailsFormControl(): AbstractControl;
23
+ get EditingModifier(): EaCDFSModifier;
24
+ get EnabledFormControl(): AbstractControl;
25
+ get LocationFormControl(): AbstractControl;
26
+ ModifierFormGroup: FormGroup;
27
+ get ModifierLookups(): Array<string>;
28
+ get Modifiers(): {
29
+ [lookup: string]: EaCDFSModifier;
30
+ };
31
+ get NameFormControl(): AbstractControl;
32
+ get PathFilterFormControl(): AbstractControl;
33
+ get PriorityFormControl(): AbstractControl;
34
+ get Project(): EaCProjectAsCode;
35
+ get ScriptFormControl(): AbstractControl;
36
+ get ScriptIDFormControl(): AbstractControl;
37
+ get StateDataTokenFormControl(): AbstractControl;
38
+ get TypeFormControl(): AbstractControl;
39
+ constructor(formBldr: FormBuilder, appsFlowSvc: ApplicationsFlowService, eacSvc: EaCService);
40
+ ngOnInit(): void;
41
+ CreateNewModifier(): void;
42
+ DeleteModifier(modifierLookup: string, modifierName: string): void;
43
+ SaveModifier(projectLookup?: string): void;
44
+ SetEditingModifier(modifierLookup: string): void;
45
+ SetUseForProject(modifierLookup: string, change: MatSlideToggleChange): void;
46
+ TypeChanged(event: MatSelectChange): void;
47
+ protected setupModifierForm(): void;
48
+ protected setupTypeForm(): void;
49
+ static ɵfac: i0.ɵɵFactoryDeclaration<DFSModifiersFormComponent, never>;
50
+ static ɵcmp: i0.ɵɵComponentDeclaration<DFSModifiersFormComponent, "lcu-dfs-modifiers-form", never, { "Data": "data"; "EditingModifierLookup": "editing-modifier-lookup"; }, {}, never, never>;
51
+ }
@@ -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 { Status } from '@lcu/common';
6
+ import { DFSModifiersFormComponent } from '../../controls/dfs-modifiers-form/dfs-modifiers-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 DFSModifiersDialogData {
11
+ modifierLookup: string;
12
+ }
13
+ export declare class DFSModifiersDialogComponent implements OnInit {
14
+ protected eacSvc: EaCService;
15
+ dialogRef: MatDialogRef<DFSModifiersDialogComponent>;
16
+ data: DFSModifiersDialogData;
17
+ protected snackBar: MatSnackBar;
18
+ DFSModifersFormControls: DFSModifiersFormComponent;
19
+ get State(): ApplicationsFlowState;
20
+ get DFSModifersFormGroup(): FormGroup;
21
+ ErrorMessage: string;
22
+ constructor(eacSvc: EaCService, dialogRef: MatDialogRef<DFSModifiersDialogComponent>, data: DFSModifiersDialogData, snackBar: MatSnackBar);
23
+ ngOnInit(): void;
24
+ CloseDialog(): void;
25
+ HandleSaveFormEvent(event: Status): void;
26
+ SaveDFSModifier(): void;
27
+ static ɵfac: i0.ɵɵFactoryDeclaration<DFSModifiersDialogComponent, never>;
28
+ static ɵcmp: i0.ɵɵComponentDeclaration<DFSModifiersDialogComponent, "lcu-dfs-modifiers-dialog", never, {}, {}, never, never>;
29
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.34.7-lets-get-social-ish",
3
+ "version": "1.34.8-lets-get-social-ish",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },