@lowcodeunit/applications-flow-common 1.36.102-social-routing-changes → 1.36.103-krakyn-background
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 +13 -3
- package/esm2020/lib/controls/feed-comment-form/feed-comment-form.component.mjs +99 -0
- package/esm2020/lib/dialogs/feed-header-dialog/feed-header-dialog.component.mjs +3 -3
- package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +16 -16
- package/esm2020/lib/elements/page-header/page-header.component.mjs +33 -0
- package/esm2020/lib/elements/project-info-card/project-info-card.component.mjs +14 -3
- package/esm2020/lib/services/eac.service.mjs +2 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +172 -38
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +171 -37
- 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/feed-comment-form/feed-comment-form.component.d.ts +17 -0
- package/lib/elements/main-feed-card/main-feed-card.component.d.ts +3 -3
- package/lib/elements/page-header/page-header.component.d.ts +11 -0
- package/lib/elements/project-info-card/project-info-card.component.d.ts +1 -0
- package/package.json +1 -1
package/lcu.api.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * from './lib/state/applications-flow.state';
|
|
|
5
5
|
export * from './lib/elements/projects/controls/forms/source-control/source-control.component';
|
|
6
6
|
export * from './lib/elements/projects/controls/create-project-wizard/create-project-wizard.component';
|
|
7
7
|
export * from './lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component';
|
|
8
|
+
export * from './lib/elements/page-header/page-header.component';
|
|
8
9
|
export * from './lib/models/dynamic-tabs.model';
|
|
9
10
|
export * from './lib/models/project-actions.model';
|
|
10
11
|
export * from './lib/models/user-feed.model';
|
|
@@ -13,6 +14,7 @@ export * from './lib/controls/devops-source-control-form/devops-source-control-f
|
|
|
13
14
|
export * from './lib/controls/dfs-modifiers-form/dfs-modifiers-form.component';
|
|
14
15
|
export * from './lib/controls/edit-application-form/edit-application-form.component';
|
|
15
16
|
export * from './lib/controls/edit-project-form/edit-project-form.component';
|
|
17
|
+
export * from './lib/controls/feed-comment-form/feed-comment-form.component';
|
|
16
18
|
export * from './lib/controls/processor-details-form/processor-details-form.component';
|
|
17
19
|
export * from './lib/controls/security-toggle/security-toggle.component';
|
|
18
20
|
export * from './lib/controls/emulated-devices-toggle/emulated-devices-toggle.component';
|
|
@@ -53,18 +53,20 @@ import * as i50 from "./dialogs/state-config-dialog/state-config-dialog.componen
|
|
|
53
53
|
import * as i51 from "./controls/state-config-form/state-config-form.component";
|
|
54
54
|
import * as i52 from "./dialogs/edit-project-dialog/edit-project-dialog.component";
|
|
55
55
|
import * as i53 from "./controls/edit-project-form/edit-project-form.component";
|
|
56
|
-
import * as i54 from "
|
|
57
|
-
import * as i55 from "
|
|
58
|
-
import * as i56 from "@
|
|
59
|
-
import * as i57 from "@angular/
|
|
60
|
-
import * as i58 from "@
|
|
61
|
-
import * as i59 from "@
|
|
62
|
-
import * as i60 from "@angular/
|
|
63
|
-
import * as i61 from "@
|
|
64
|
-
import * as i62 from "
|
|
56
|
+
import * as i54 from "./controls/feed-comment-form/feed-comment-form.component";
|
|
57
|
+
import * as i55 from "./elements/page-header/page-header.component";
|
|
58
|
+
import * as i56 from "@kolkov/angular-editor";
|
|
59
|
+
import * as i57 from "@angular/cdk/clipboard";
|
|
60
|
+
import * as i58 from "@lcu/common";
|
|
61
|
+
import * as i59 from "@angular/forms";
|
|
62
|
+
import * as i60 from "@angular/flex-layout";
|
|
63
|
+
import * as i61 from "@lowcodeunit/app-host-common";
|
|
64
|
+
import * as i62 from "@angular/material/tooltip";
|
|
65
|
+
import * as i63 from "@angular/material/slide-toggle";
|
|
66
|
+
import * as i64 from "skeleton-elements/angular";
|
|
65
67
|
export declare class ApplicationsFlowModule {
|
|
66
68
|
static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
|
|
67
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationsFlowModule, never>;
|
|
68
|
-
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.EditProjectDialogComponent, typeof i53.EditProjectFormComponent], [typeof
|
|
70
|
+
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.EditProjectDialogComponent, typeof i53.EditProjectFormComponent, typeof i54.FeedCommentFormComponent, typeof i55.PageHeaderComponent], [typeof i56.AngularEditorModule, typeof i57.ClipboardModule, typeof i58.FathymSharedModule, typeof i59.FormsModule, typeof i59.ReactiveFormsModule, typeof i60.FlexLayoutModule, typeof i58.MaterialModule, typeof i61.AppHostModule, typeof i62.MatTooltipModule, typeof i63.MatSlideToggleModule, typeof i64.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, typeof i52.EditProjectDialogComponent, typeof i53.EditProjectFormComponent, typeof i54.FeedCommentFormComponent, typeof i55.PageHeaderComponent]>;
|
|
69
71
|
static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
|
|
70
72
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { AngularEditorConfig } from '@kolkov/angular-editor';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class FeedCommentFormComponent implements OnInit {
|
|
6
|
+
protected formBuilder: FormBuilder;
|
|
7
|
+
get CommentControl(): AbstractControl;
|
|
8
|
+
EditorConfig: AngularEditorConfig;
|
|
9
|
+
FeedCommentsFormGroup: FormGroup;
|
|
10
|
+
constructor(formBuilder: FormBuilder);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
SubmitComment(): void;
|
|
13
|
+
protected buildCommentForm(): void;
|
|
14
|
+
protected setupEditorConfig(): void;
|
|
15
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FeedCommentFormComponent, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FeedCommentFormComponent, "lcu-feed-comment-form", never, {}, {}, never, never>;
|
|
17
|
+
}
|
|
@@ -5,7 +5,8 @@ import { MatDialog } from '@angular/material/dialog';
|
|
|
5
5
|
import { EaCEnvironmentAsCode } from '@semanticjs/common';
|
|
6
6
|
import { ApplicationsFlowState } from '../../state/applications-flow.state';
|
|
7
7
|
import { DomSanitizer, SafeHtml } from '@angular/platform-browser';
|
|
8
|
-
import { AbstractControl, FormBuilder
|
|
8
|
+
import { AbstractControl, FormBuilder } from '@angular/forms';
|
|
9
|
+
import { FeedCommentFormComponent } from '../../controls/feed-comment-form/feed-comment-form.component';
|
|
9
10
|
import * as i0 from "@angular/core";
|
|
10
11
|
export declare class MainFeedCardComponent implements OnDestroy, OnInit {
|
|
11
12
|
protected eacSvc: EaCService;
|
|
@@ -13,6 +14,7 @@ export declare class MainFeedCardComponent implements OnDestroy, OnInit {
|
|
|
13
14
|
private sanitizer;
|
|
14
15
|
protected formBuilder: FormBuilder;
|
|
15
16
|
protected checkTimeout: any;
|
|
17
|
+
FeedCommentFormControls: FeedCommentFormComponent;
|
|
16
18
|
get ActiveEnvironment(): EaCEnvironmentAsCode;
|
|
17
19
|
get ActiveEnvironmentLookup(): string;
|
|
18
20
|
get CommentControl(): AbstractControl;
|
|
@@ -21,7 +23,6 @@ export declare class MainFeedCardComponent implements OnDestroy, OnInit {
|
|
|
21
23
|
get Icon(): string;
|
|
22
24
|
get IconColor(): string;
|
|
23
25
|
get State(): ApplicationsFlowState;
|
|
24
|
-
FeedCommentsFormGroup: FormGroup;
|
|
25
26
|
constructor(eacSvc: EaCService, dialog: MatDialog, sanitizer: DomSanitizer, formBuilder: FormBuilder);
|
|
26
27
|
ngOnDestroy(): void;
|
|
27
28
|
ngOnInit(): void;
|
|
@@ -31,7 +32,6 @@ export declare class MainFeedCardComponent implements OnDestroy, OnInit {
|
|
|
31
32
|
SafeHtml(html: string): SafeHtml;
|
|
32
33
|
SanitizeVideos(): void;
|
|
33
34
|
SubmitComment(): void;
|
|
34
|
-
protected buildCommentForm(): void;
|
|
35
35
|
protected handleRefresh(): void;
|
|
36
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<MainFeedCardComponent, never>;
|
|
37
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<MainFeedCardComponent, "lcu-main-feed-card", never, { "FeedItem": "feed-item"; }, {}, never, never>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { BreakpointObserver } from '@angular/cdk/layout';
|
|
2
|
+
import { OnInit } from '@angular/core';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class PageHeaderComponent implements OnInit {
|
|
5
|
+
breakpointObserver: BreakpointObserver;
|
|
6
|
+
IsSmScreen: boolean;
|
|
7
|
+
constructor(breakpointObserver: BreakpointObserver);
|
|
8
|
+
ngOnInit(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "lcu-page-header", never, {}, {}, never, never>;
|
|
11
|
+
}
|
|
@@ -21,6 +21,7 @@ export declare class ProjectInfoCardComponent implements OnInit {
|
|
|
21
21
|
ngOnInit(): void;
|
|
22
22
|
LeftIconClicked(): void;
|
|
23
23
|
RightIconClicked(): void;
|
|
24
|
+
UpgradeClicked(): void;
|
|
24
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProjectInfoCardComponent, never>;
|
|
25
26
|
static ɵcmp: i0.ɵɵComponentDeclaration<ProjectInfoCardComponent, "lcu-project-info-card", never, { "Description": "description"; "Image": "image"; "IsEditable": "is-editable"; "IsShareable": "is-shareable"; "Name": "name"; "Subtext": "subtext"; "Version": "version"; }, { "LeftClickEvent": "left-click-event"; "RightClickEvent": "right-click-event"; }, never, ["[stats]", "[action]"]>;
|
|
26
27
|
}
|