@lowcodeunit/applications-flow-common 1.36.139-merge → 1.36.140-social-comments

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.
Files changed (29) hide show
  1. package/esm2020/lcu.api.mjs +1 -3
  2. package/esm2020/lib/applications-flow.module.mjs +3 -14
  3. package/esm2020/lib/controls/devops-source-control-form/devops-source-control-form.component.mjs +3 -3
  4. package/esm2020/lib/controls/dfs-modifiers-form/dfs-modifiers-form.component.mjs +3 -3
  5. package/esm2020/lib/controls/feed-comment-form/feed-comment-form.component.mjs +9 -4
  6. package/esm2020/lib/elements/breadcrumb/breadcrumb.component.mjs +4 -4
  7. package/esm2020/lib/elements/feed-card-sm/feed-card-sm.component.mjs +2 -2
  8. package/esm2020/lib/elements/feed-header/feed-header.component.mjs +2 -2
  9. package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +7 -4
  10. package/esm2020/lib/elements/project-info-card/project-info-card.component.mjs +17 -6
  11. package/esm2020/lib/elements/projects/controls/forms/source-control/source-control.component.mjs +3 -3
  12. package/esm2020/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.mjs +3 -3
  13. package/esm2020/lib/elements/skeleton-feed-card/skeleton-feed-card.component.mjs +2 -2
  14. package/esm2020/lib/services/eac.service.mjs +2 -2
  15. package/esm2020/lib/services/project.service.mjs +1 -18
  16. package/fesm2015/lowcodeunit-applications-flow-common.mjs +160 -248
  17. package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
  18. package/fesm2020/lowcodeunit-applications-flow-common.mjs +160 -243
  19. package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
  20. package/lcu.api.d.ts +0 -2
  21. package/lib/applications-flow.module.d.ts +10 -12
  22. package/lib/controls/feed-comment-form/feed-comment-form.component.d.ts +3 -2
  23. package/lib/elements/main-feed-card/main-feed-card.component.d.ts +1 -0
  24. package/lib/elements/project-info-card/project-info-card.component.d.ts +1 -0
  25. package/package.json +1 -1
  26. package/esm2020/lib/controls/connected-source/connected-source.component.mjs +0 -64
  27. package/esm2020/lib/elements/page-header/page-header.component.mjs +0 -33
  28. package/lib/controls/connected-source/connected-source.component.d.ts +0 -28
  29. package/lib/elements/page-header/page-header.component.d.ts +0 -11
package/lcu.api.d.ts CHANGED
@@ -5,12 +5,10 @@ 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';
9
8
  export * from './lib/models/dynamic-tabs.model';
10
9
  export * from './lib/models/project-actions.model';
11
10
  export * from './lib/models/user-feed.model';
12
11
  export * from './lib/controls/build-pipeline-form/build-pipeline-form.component';
13
- export * from './lib/controls/connected-source/connected-source.component';
14
12
  export * from './lib/controls/devops-source-control-form/devops-source-control-form.component';
15
13
  export * from './lib/controls/dfs-modifiers-form/dfs-modifiers-form.component';
16
14
  export * from './lib/controls/edit-application-form/edit-application-form.component';
@@ -54,20 +54,18 @@ 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
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 "./controls/connected-source/connected-source.component";
59
- import * as i57 from "@kolkov/angular-editor";
60
- import * as i58 from "@angular/cdk/clipboard";
61
- import * as i59 from "@lcu/common";
62
- import * as i60 from "@angular/forms";
63
- import * as i61 from "@angular/flex-layout";
64
- import * as i62 from "@lowcodeunit/app-host-common";
65
- import * as i63 from "@angular/material/tooltip";
66
- import * as i64 from "@angular/material/slide-toggle";
67
- import * as i65 from "skeleton-elements/angular";
57
+ import * as i55 from "@kolkov/angular-editor";
58
+ import * as i56 from "@angular/cdk/clipboard";
59
+ import * as i57 from "@lcu/common";
60
+ import * as i58 from "@angular/forms";
61
+ import * as i59 from "@angular/flex-layout";
62
+ import * as i60 from "@lowcodeunit/app-host-common";
63
+ import * as i61 from "@angular/material/tooltip";
64
+ import * as i62 from "@angular/material/slide-toggle";
65
+ import * as i63 from "skeleton-elements/angular";
68
66
  export declare class ApplicationsFlowModule {
69
67
  static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
70
68
  static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationsFlowModule, never>;
71
- 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.ConnectedSourceComponent], [typeof i57.AngularEditorModule, typeof i58.ClipboardModule, typeof i59.FathymSharedModule, typeof i60.FormsModule, typeof i60.ReactiveFormsModule, typeof i61.FlexLayoutModule, typeof i59.MaterialModule, typeof i62.AppHostModule, typeof i63.MatTooltipModule, typeof i64.MatSlideToggleModule, typeof i65.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, typeof i56.ConnectedSourceComponent]>;
69
+ 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.AngularEditorModule, typeof i56.ClipboardModule, typeof i57.FathymSharedModule, typeof i58.FormsModule, typeof i58.ReactiveFormsModule, typeof i59.FlexLayoutModule, typeof i57.MaterialModule, typeof i60.AppHostModule, typeof i61.MatTooltipModule, typeof i62.MatSlideToggleModule, typeof i63.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]>;
72
70
  static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
73
71
  }
@@ -1,9 +1,10 @@
1
- import { OnInit } from '@angular/core';
1
+ import { EventEmitter, OnInit } from '@angular/core';
2
2
  import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
3
3
  import { AngularEditorConfig } from '@kolkov/angular-editor';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class FeedCommentFormComponent implements OnInit {
6
6
  protected formBuilder: FormBuilder;
7
+ SubmitEvent: EventEmitter<string>;
7
8
  get CommentControl(): AbstractControl;
8
9
  EditorConfig: AngularEditorConfig;
9
10
  FeedCommentsFormGroup: FormGroup;
@@ -13,5 +14,5 @@ export declare class FeedCommentFormComponent implements OnInit {
13
14
  protected buildCommentForm(): void;
14
15
  protected setupEditorConfig(): void;
15
16
  static ɵfac: i0.ɵɵFactoryDeclaration<FeedCommentFormComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<FeedCommentFormComponent, "lcu-feed-comment-form", never, {}, {}, never, never>;
17
+ static ɵcmp: i0.ɵɵComponentDeclaration<FeedCommentFormComponent, "lcu-feed-comment-form", never, {}, { "SubmitEvent": "submit-event"; }, never, never>;
17
18
  }
@@ -28,6 +28,7 @@ export declare class MainFeedCardComponent implements OnDestroy, OnInit {
28
28
  ngOnInit(): void;
29
29
  CalculateTimelapse(timestamp: Date): string;
30
30
  HandleAction(action: FeedItemAction): void;
31
+ HandleSubmitComment(event: any): void;
31
32
  OpenSourceControlDialog(scLookup: string, scName: string): void;
32
33
  SafeHtml(html: string): SafeHtml;
33
34
  SanitizeVideos(): void;
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowcodeunit/applications-flow-common",
3
- "version": "1.36.139-merge",
3
+ "version": "1.36.140-social-comments",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -1,64 +0,0 @@
1
- import { Component, EventEmitter, Input, Output } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "../../services/eac.service";
4
- import * as i2 from "@angular/forms";
5
- import * as i3 from "@angular/material/card";
6
- import * as i4 from "@angular/material/icon";
7
- import * as i5 from "@angular/material/form-field";
8
- import * as i6 from "@angular/material/select";
9
- import * as i7 from "@angular/material/core";
10
- import * as i8 from "@angular/material/button";
11
- import * as i9 from "@angular/common";
12
- import * as i10 from "@angular/flex-layout/flex";
13
- import * as i11 from "skeleton-elements/angular";
14
- import * as i12 from "@angular/material/tooltip";
15
- export class ConnectedSourceComponent {
16
- constructor(eacSvc, formBldr) {
17
- this.eacSvc = eacSvc;
18
- this.formBldr = formBldr;
19
- this.SaveFormEvent = new EventEmitter();
20
- this.SkeletonEffect = 'wave';
21
- }
22
- get Environment() {
23
- return this.State?.EaC?.Environments[this.State?.EaC?.Enterprise?.PrimaryEnvironment];
24
- }
25
- get SourceControls() {
26
- return this.Environment?.Sources || {};
27
- }
28
- get SourceControlLookups() {
29
- return Object.keys(this.Environment?.Sources || {});
30
- }
31
- get SourceFormControl() {
32
- return this.SourceFormGroup?.controls.source;
33
- }
34
- get State() {
35
- return this.eacSvc.State;
36
- }
37
- ngOnInit() {
38
- this.setupSourceFormGroup();
39
- }
40
- SourceSubmit() {
41
- console.log('submitting source values: ', this.SourceFormGroup.value);
42
- this.SaveFormEvent.emit(this.SourceFormGroup.value);
43
- }
44
- setupSourceFormGroup() {
45
- this.SourceFormGroup = this.formBldr.group({});
46
- this.setupSourceForm();
47
- }
48
- setupSourceForm() {
49
- this.SourceFormGroup.addControl('sourceControlLookup', this.formBldr.control(this.CurrentSource || '', []));
50
- }
51
- }
52
- ConnectedSourceComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConnectedSourceComponent, deps: [{ token: i1.EaCService }, { token: i2.FormBuilder }], target: i0.ɵɵFactoryTarget.Component });
53
- ConnectedSourceComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: ConnectedSourceComponent, selector: "lcu-connected-source", inputs: { CurrentSource: ["current-source", "CurrentSource"] }, outputs: { SaveFormEvent: "save-form-event" }, ngImport: i0, template: "<form\n class=\"source-form\"\n [formGroup]=\"SourceFormGroup\"\n (ngSubmit)=\"SourceSubmit()\"\n>\n <mat-card class=\"flow-card\">\n <!-- SKELETON LOADING -->\n <ng-container *ngIf=\"State?.Loading\">\n <mat-card-header fxLayoutAlign=\"space-between center\">\n <mat-card-title skeleton-text [effect]=\"SkeletonEffect\">\n Connected Source Control\n </mat-card-title>\n <div fxLayoutAlign=\"space-around center\">\n <div skeleton-text [effect]=\"SkeletonEffect\">XXX</div>\n\n <mat-icon skeleton-text [effect]=\"SkeletonEffect\">\n build\n </mat-icon>\n </div>\n </mat-card-header>\n\n <mat-card-actions fxLayoutAlign=\"center center\">\n <div\n fxFlex=\"100%\"\n skeleton-text\n [effect]=\"SkeletonEffect\"\n fxLayoutAlign=\"center center\"\n >\n <mat-icon skeleton-text [effect]=\"SkeletonEffect\">\n save\n </mat-icon>\n\n Save Connected Source\n </div>\n </mat-card-actions>\n </ng-container>\n <!-- END SKELETON LOADING -->\n\n <!-- BEGIN ACTUAL CONTENT -->\n\n <ng-container *ngIf=\"!State?.Loading\">\n <mat-card-header>\n <mat-card-title> Connected Source Control </mat-card-title>\n\n <div fxFlex></div>\n\n <mat-icon\n matSuffix\n matTooltip=\"Connecting a source control will update the feed to only show items from the conntected source control, and will allow for automatic updating.\"\n >\n info_outline\n </mat-icon>\n </mat-card-header>\n\n <mat-card-content>\n <div>\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n formControlName=\"sourceControlLookup\"\n placeholder=\"Source Control\"\n >\n <ng-container\n *ngFor=\"\n let srcCtrlLookup of SourceControlLookups\n \"\n >\n <mat-option\n [value]=\"srcCtrlLookup\"\n *ngIf=\"\n SourceControls[srcCtrlLookup];\n let srcCtrl\n \"\n >\n {{ srcCtrl.Name }}\n </mat-option>\n </ng-container>\n </mat-select>\n </mat-form-field>\n </div>\n </mat-card-content>\n\n <mat-card-actions fxLayoutAlign=\"center center\">\n <button\n mat-raised-button\n type=\"submit\"\n fxFlex=\"100%\"\n color=\"primary\"\n [disabled]=\"\n !SourceFormGroup.valid || !SourceFormGroup.dirty\n \"\n >\n <mat-icon>save</mat-icon>\n Save Connected Source\n </button>\n </mat-card-actions>\n </ng-container>\n </mat-card>\n</form>\n", styles: [".flow-card{margin:32px 20px}\n"], components: [{ type: i3.MatCard, selector: "mat-card", exportAs: ["matCard"] }, { type: i3.MatCardHeader, selector: "mat-card-header" }, { type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i5.MatFormField, selector: "mat-form-field", inputs: ["color", "appearance", "hideRequiredMarker", "hintLabel", "floatLabel"], exportAs: ["matFormField"] }, { type: i6.MatSelect, selector: "mat-select", inputs: ["disabled", "disableRipple", "tabIndex"], exportAs: ["matSelect"] }, { type: i7.MatOption, selector: "mat-option", exportAs: ["matOption"] }, { type: i8.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }], directives: [{ type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { type: i9.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i10.DefaultLayoutAlignDirective, selector: " [fxLayoutAlign], [fxLayoutAlign.xs], [fxLayoutAlign.sm], [fxLayoutAlign.md], [fxLayoutAlign.lg], [fxLayoutAlign.xl], [fxLayoutAlign.lt-sm], [fxLayoutAlign.lt-md], [fxLayoutAlign.lt-lg], [fxLayoutAlign.lt-xl], [fxLayoutAlign.gt-xs], [fxLayoutAlign.gt-sm], [fxLayoutAlign.gt-md], [fxLayoutAlign.gt-lg]", inputs: ["fxLayoutAlign", "fxLayoutAlign.xs", "fxLayoutAlign.sm", "fxLayoutAlign.md", "fxLayoutAlign.lg", "fxLayoutAlign.xl", "fxLayoutAlign.lt-sm", "fxLayoutAlign.lt-md", "fxLayoutAlign.lt-lg", "fxLayoutAlign.lt-xl", "fxLayoutAlign.gt-xs", "fxLayoutAlign.gt-sm", "fxLayoutAlign.gt-md", "fxLayoutAlign.gt-lg"] }, { type: i3.MatCardTitle, selector: "mat-card-title, [mat-card-title], [matCardTitle]" }, { type: i11.SkeletonTextDirective, selector: "[skeleton-text]", inputs: ["effect"] }, { type: i3.MatCardActions, selector: "mat-card-actions", inputs: ["align"], exportAs: ["matCardActions"] }, { type: i10.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i5.MatSuffix, selector: "[matSuffix]" }, { type: i12.MatTooltip, selector: "[matTooltip]", exportAs: ["matTooltip"] }, { type: i3.MatCardContent, selector: "mat-card-content, [mat-card-content], [matCardContent]" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { type: i9.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }] });
54
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: ConnectedSourceComponent, decorators: [{
55
- type: Component,
56
- args: [{ selector: 'lcu-connected-source', template: "<form\n class=\"source-form\"\n [formGroup]=\"SourceFormGroup\"\n (ngSubmit)=\"SourceSubmit()\"\n>\n <mat-card class=\"flow-card\">\n <!-- SKELETON LOADING -->\n <ng-container *ngIf=\"State?.Loading\">\n <mat-card-header fxLayoutAlign=\"space-between center\">\n <mat-card-title skeleton-text [effect]=\"SkeletonEffect\">\n Connected Source Control\n </mat-card-title>\n <div fxLayoutAlign=\"space-around center\">\n <div skeleton-text [effect]=\"SkeletonEffect\">XXX</div>\n\n <mat-icon skeleton-text [effect]=\"SkeletonEffect\">\n build\n </mat-icon>\n </div>\n </mat-card-header>\n\n <mat-card-actions fxLayoutAlign=\"center center\">\n <div\n fxFlex=\"100%\"\n skeleton-text\n [effect]=\"SkeletonEffect\"\n fxLayoutAlign=\"center center\"\n >\n <mat-icon skeleton-text [effect]=\"SkeletonEffect\">\n save\n </mat-icon>\n\n Save Connected Source\n </div>\n </mat-card-actions>\n </ng-container>\n <!-- END SKELETON LOADING -->\n\n <!-- BEGIN ACTUAL CONTENT -->\n\n <ng-container *ngIf=\"!State?.Loading\">\n <mat-card-header>\n <mat-card-title> Connected Source Control </mat-card-title>\n\n <div fxFlex></div>\n\n <mat-icon\n matSuffix\n matTooltip=\"Connecting a source control will update the feed to only show items from the conntected source control, and will allow for automatic updating.\"\n >\n info_outline\n </mat-icon>\n </mat-card-header>\n\n <mat-card-content>\n <div>\n <mat-form-field class=\"mat-full-width\">\n <mat-select\n formControlName=\"sourceControlLookup\"\n placeholder=\"Source Control\"\n >\n <ng-container\n *ngFor=\"\n let srcCtrlLookup of SourceControlLookups\n \"\n >\n <mat-option\n [value]=\"srcCtrlLookup\"\n *ngIf=\"\n SourceControls[srcCtrlLookup];\n let srcCtrl\n \"\n >\n {{ srcCtrl.Name }}\n </mat-option>\n </ng-container>\n </mat-select>\n </mat-form-field>\n </div>\n </mat-card-content>\n\n <mat-card-actions fxLayoutAlign=\"center center\">\n <button\n mat-raised-button\n type=\"submit\"\n fxFlex=\"100%\"\n color=\"primary\"\n [disabled]=\"\n !SourceFormGroup.valid || !SourceFormGroup.dirty\n \"\n >\n <mat-icon>save</mat-icon>\n Save Connected Source\n </button>\n </mat-card-actions>\n </ng-container>\n </mat-card>\n</form>\n", styles: [".flow-card{margin:32px 20px}\n"] }]
57
- }], ctorParameters: function () { return [{ type: i1.EaCService }, { type: i2.FormBuilder }]; }, propDecorators: { CurrentSource: [{
58
- type: Input,
59
- args: ['current-source']
60
- }], SaveFormEvent: [{
61
- type: Output,
62
- args: ['save-form-event']
63
- }] } });
64
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29ubmVjdGVkLXNvdXJjZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21tb24vc3JjL2xpYi9jb250cm9scy9jb25uZWN0ZWQtc291cmNlL2Nvbm5lY3RlZC1zb3VyY2UuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tbW9uL3NyYy9saWIvY29udHJvbHMvY29ubmVjdGVkLXNvdXJjZS9jb25uZWN0ZWQtc291cmNlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsWUFBWSxFQUFFLEtBQUssRUFBVSxNQUFNLEVBQUUsTUFBTSxlQUFlLENBQUM7Ozs7Ozs7Ozs7Ozs7O0FBb0IvRSxNQUFNLE9BQU8sd0JBQXdCO0lBaUNqQyxZQUFzQixNQUFrQixFQUFZLFFBQXFCO1FBQW5ELFdBQU0sR0FBTixNQUFNLENBQVk7UUFBWSxhQUFRLEdBQVIsUUFBUSxDQUFhO1FBQ3JFLElBQUksQ0FBQyxhQUFhLEdBQUcsSUFBSSxZQUFZLEVBQUUsQ0FBQztRQUV4QyxJQUFJLENBQUMsY0FBYyxHQUFHLE1BQU0sQ0FBQztJQUNqQyxDQUFDO0lBakNELElBQVcsV0FBVztRQUNsQixPQUFPLElBQUksQ0FBQyxLQUFLLEVBQUUsR0FBRyxFQUFFLFlBQVksQ0FDaEMsSUFBSSxDQUFDLEtBQUssRUFBRSxHQUFHLEVBQUUsVUFBVSxFQUFFLGtCQUFrQixDQUNsRCxDQUFDO0lBQ04sQ0FBQztJQUtELElBQVcsY0FBYztRQUNyQixPQUFPLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxJQUFJLEVBQUUsQ0FBQztJQUMzQyxDQUFDO0lBRUQsSUFBVyxvQkFBb0I7UUFDM0IsT0FBTyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxXQUFXLEVBQUUsT0FBTyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3hELENBQUM7SUFFRCxJQUFXLGlCQUFpQjtRQUN4QixPQUFPLElBQUksQ0FBQyxlQUFlLEVBQUUsUUFBUSxDQUFDLE1BQU0sQ0FBQztJQUNqRCxDQUFDO0lBRUQsSUFBVyxLQUFLO1FBQ1osT0FBTyxJQUFJLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQztJQUM3QixDQUFDO0lBWU0sUUFBUTtRQUNYLElBQUksQ0FBQyxvQkFBb0IsRUFBRSxDQUFDO0lBQ2hDLENBQUM7SUFFTSxZQUFZO1FBQ2YsT0FBTyxDQUFDLEdBQUcsQ0FBQyw0QkFBNEIsRUFBRSxJQUFJLENBQUMsZUFBZSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBRXRFLElBQUksQ0FBQyxhQUFhLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxlQUFlLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDeEQsQ0FBQztJQUVTLG9CQUFvQjtRQUMxQixJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxRQUFRLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFDO1FBRS9DLElBQUksQ0FBQyxlQUFlLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRVMsZUFBZTtRQUNyQixJQUFJLENBQUMsZUFBZSxDQUFDLFVBQVUsQ0FDM0IscUJBQXFCLEVBQ3JCLElBQUksQ0FBQyxRQUFRLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxhQUFhLElBQUksRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUN0RCxDQUFDO0lBQ04sQ0FBQzs7cUhBNURRLHdCQUF3Qjt5R0FBeEIsd0JBQXdCLDJLQ3BCckMsbXFIQWtHQTsyRkQ5RWEsd0JBQXdCO2tCQUxwQyxTQUFTOytCQUNJLHNCQUFzQjsySEFNekIsYUFBYTtzQkFEbkIsS0FBSzt1QkFBQyxnQkFBZ0I7Z0JBVWhCLGFBQWE7c0JBRG5CLE1BQU07dUJBQUMsaUJBQWlCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBFdmVudEVtaXR0ZXIsIElucHV0LCBPbkluaXQsIE91dHB1dCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHtcbiAgICBBYnN0cmFjdENvbnRyb2wsXG4gICAgRm9ybUJ1aWxkZXIsXG4gICAgRm9ybUdyb3VwLFxuICAgIFZhbGlkYXRvcnMsXG59IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7XG4gICAgRWFDQXBwbGljYXRpb25Bc0NvZGUsXG4gICAgRWFDRW52aXJvbm1lbnRBc0NvZGUsXG4gICAgRWFDU291cmNlQ29udHJvbCxcbn0gZnJvbSAnQHNlbWFudGljanMvY29tbW9uJztcbmltcG9ydCB7IEVhQ1NlcnZpY2UgfSBmcm9tICcuLi8uLi9zZXJ2aWNlcy9lYWMuc2VydmljZSc7XG5pbXBvcnQgeyBBcHBsaWNhdGlvbnNGbG93U3RhdGUgfSBmcm9tICcuLi8uLi9zdGF0ZS9hcHBsaWNhdGlvbnMtZmxvdy5zdGF0ZSc7XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnbGN1LWNvbm5lY3RlZC1zb3VyY2UnLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jb25uZWN0ZWQtc291cmNlLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb25uZWN0ZWQtc291cmNlLmNvbXBvbmVudC5zY3NzJ10sXG59KVxuZXhwb3J0IGNsYXNzIENvbm5lY3RlZFNvdXJjZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQElucHV0KCdjdXJyZW50LXNvdXJjZScpXG4gICAgcHVibGljIEN1cnJlbnRTb3VyY2U6IHN0cmluZztcblxuICAgIHB1YmxpYyBnZXQgRW52aXJvbm1lbnQoKTogRWFDRW52aXJvbm1lbnRBc0NvZGUge1xuICAgICAgICByZXR1cm4gdGhpcy5TdGF0ZT8uRWFDPy5FbnZpcm9ubWVudHNbXG4gICAgICAgICAgICB0aGlzLlN0YXRlPy5FYUM/LkVudGVycHJpc2U/LlByaW1hcnlFbnZpcm9ubWVudFxuICAgICAgICBdO1xuICAgIH1cblxuICAgIEBPdXRwdXQoJ3NhdmUtZm9ybS1ldmVudCcpXG4gICAgcHVibGljIFNhdmVGb3JtRXZlbnQ6IEV2ZW50RW1pdHRlcjx7fT47XG5cbiAgICBwdWJsaWMgZ2V0IFNvdXJjZUNvbnRyb2xzKCk6IHsgW2xvb2t1cDogc3RyaW5nXTogRWFDU291cmNlQ29udHJvbCB9IHtcbiAgICAgICAgcmV0dXJuIHRoaXMuRW52aXJvbm1lbnQ/LlNvdXJjZXMgfHwge307XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBTb3VyY2VDb250cm9sTG9va3VwcygpOiBBcnJheTxzdHJpbmc+IHtcbiAgICAgICAgcmV0dXJuIE9iamVjdC5rZXlzKHRoaXMuRW52aXJvbm1lbnQ/LlNvdXJjZXMgfHwge30pO1xuICAgIH1cblxuICAgIHB1YmxpYyBnZXQgU291cmNlRm9ybUNvbnRyb2woKTogQWJzdHJhY3RDb250cm9sIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuU291cmNlRm9ybUdyb3VwPy5jb250cm9scy5zb3VyY2U7XG4gICAgfVxuXG4gICAgcHVibGljIGdldCBTdGF0ZSgpOiBBcHBsaWNhdGlvbnNGbG93U3RhdGUge1xuICAgICAgICByZXR1cm4gdGhpcy5lYWNTdmMuU3RhdGU7XG4gICAgfVxuXG4gICAgcHVibGljIFNvdXJjZUZvcm1Hcm91cDogRm9ybUdyb3VwO1xuXG4gICAgcHVibGljIFNrZWxldG9uRWZmZWN0OiBzdHJpbmc7XG5cbiAgICBjb25zdHJ1Y3Rvcihwcm90ZWN0ZWQgZWFjU3ZjOiBFYUNTZXJ2aWNlLCBwcm90ZWN0ZWQgZm9ybUJsZHI6IEZvcm1CdWlsZGVyKSB7XG4gICAgICAgIHRoaXMuU2F2ZUZvcm1FdmVudCA9IG5ldyBFdmVudEVtaXR0ZXIoKTtcblxuICAgICAgICB0aGlzLlNrZWxldG9uRWZmZWN0ID0gJ3dhdmUnO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uSW5pdCgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5zZXR1cFNvdXJjZUZvcm1Hcm91cCgpO1xuICAgIH1cblxuICAgIHB1YmxpYyBTb3VyY2VTdWJtaXQoKSB7XG4gICAgICAgIGNvbnNvbGUubG9nKCdzdWJtaXR0aW5nIHNvdXJjZSB2YWx1ZXM6ICcsIHRoaXMuU291cmNlRm9ybUdyb3VwLnZhbHVlKTtcblxuICAgICAgICB0aGlzLlNhdmVGb3JtRXZlbnQuZW1pdCh0aGlzLlNvdXJjZUZvcm1Hcm91cC52YWx1ZSk7XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIHNldHVwU291cmNlRm9ybUdyb3VwKCkge1xuICAgICAgICB0aGlzLlNvdXJjZUZvcm1Hcm91cCA9IHRoaXMuZm9ybUJsZHIuZ3JvdXAoe30pO1xuXG4gICAgICAgIHRoaXMuc2V0dXBTb3VyY2VGb3JtKCk7XG4gICAgfVxuXG4gICAgcHJvdGVjdGVkIHNldHVwU291cmNlRm9ybSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5Tb3VyY2VGb3JtR3JvdXAuYWRkQ29udHJvbChcbiAgICAgICAgICAgICdzb3VyY2VDb250cm9sTG9va3VwJyxcbiAgICAgICAgICAgIHRoaXMuZm9ybUJsZHIuY29udHJvbCh0aGlzLkN1cnJlbnRTb3VyY2UgfHwgJycsIFtdKVxuICAgICAgICApO1xuICAgIH1cbn1cbiIsIjxmb3JtXG4gICAgY2xhc3M9XCJzb3VyY2UtZm9ybVwiXG4gICAgW2Zvcm1Hcm91cF09XCJTb3VyY2VGb3JtR3JvdXBcIlxuICAgIChuZ1N1Ym1pdCk9XCJTb3VyY2VTdWJtaXQoKVwiXG4+XG4gICAgPG1hdC1jYXJkIGNsYXNzPVwiZmxvdy1jYXJkXCI+XG4gICAgICAgIDwhLS0gU0tFTEVUT04gTE9BRElORyAtLT5cbiAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIlN0YXRlPy5Mb2FkaW5nXCI+XG4gICAgICAgICAgICA8bWF0LWNhcmQtaGVhZGVyIGZ4TGF5b3V0QWxpZ249XCJzcGFjZS1iZXR3ZWVuIGNlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxtYXQtY2FyZC10aXRsZSBza2VsZXRvbi10ZXh0IFtlZmZlY3RdPVwiU2tlbGV0b25FZmZlY3RcIj5cbiAgICAgICAgICAgICAgICAgICAgQ29ubmVjdGVkIFNvdXJjZSBDb250cm9sXG4gICAgICAgICAgICAgICAgPC9tYXQtY2FyZC10aXRsZT5cbiAgICAgICAgICAgICAgICA8ZGl2IGZ4TGF5b3V0QWxpZ249XCJzcGFjZS1hcm91bmQgY2VudGVyXCI+XG4gICAgICAgICAgICAgICAgICAgIDxkaXYgc2tlbGV0b24tdGV4dCBbZWZmZWN0XT1cIlNrZWxldG9uRWZmZWN0XCI+WFhYPC9kaXY+XG5cbiAgICAgICAgICAgICAgICAgICAgPG1hdC1pY29uIHNrZWxldG9uLXRleHQgW2VmZmVjdF09XCJTa2VsZXRvbkVmZmVjdFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgYnVpbGRcbiAgICAgICAgICAgICAgICAgICAgPC9tYXQtaWNvbj5cbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbWF0LWNhcmQtaGVhZGVyPlxuXG4gICAgICAgICAgICA8bWF0LWNhcmQtYWN0aW9ucyBmeExheW91dEFsaWduPVwiY2VudGVyIGNlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxkaXZcbiAgICAgICAgICAgICAgICAgICAgZnhGbGV4PVwiMTAwJVwiXG4gICAgICAgICAgICAgICAgICAgIHNrZWxldG9uLXRleHRcbiAgICAgICAgICAgICAgICAgICAgW2VmZmVjdF09XCJTa2VsZXRvbkVmZmVjdFwiXG4gICAgICAgICAgICAgICAgICAgIGZ4TGF5b3V0QWxpZ249XCJjZW50ZXIgY2VudGVyXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxtYXQtaWNvbiBza2VsZXRvbi10ZXh0IFtlZmZlY3RdPVwiU2tlbGV0b25FZmZlY3RcIj5cbiAgICAgICAgICAgICAgICAgICAgICAgIHNhdmVcbiAgICAgICAgICAgICAgICAgICAgPC9tYXQtaWNvbj5cblxuICAgICAgICAgICAgICAgICAgICBTYXZlIENvbm5lY3RlZCBTb3VyY2VcbiAgICAgICAgICAgICAgICA8L2Rpdj5cbiAgICAgICAgICAgIDwvbWF0LWNhcmQtYWN0aW9ucz5cbiAgICAgICAgPC9uZy1jb250YWluZXI+XG4gICAgICAgIDwhLS0gRU5EIFNLRUxFVE9OIExPQURJTkcgLS0+XG5cbiAgICAgICAgPCEtLSBCRUdJTiBBQ1RVQUwgQ09OVEVOVCAtLT5cblxuICAgICAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIVN0YXRlPy5Mb2FkaW5nXCI+XG4gICAgICAgICAgICA8bWF0LWNhcmQtaGVhZGVyPlxuICAgICAgICAgICAgICAgIDxtYXQtY2FyZC10aXRsZT4gQ29ubmVjdGVkIFNvdXJjZSBDb250cm9sIDwvbWF0LWNhcmQtdGl0bGU+XG5cbiAgICAgICAgICAgICAgICA8ZGl2IGZ4RmxleD48L2Rpdj5cblxuICAgICAgICAgICAgICAgIDxtYXQtaWNvblxuICAgICAgICAgICAgICAgICAgICBtYXRTdWZmaXhcbiAgICAgICAgICAgICAgICAgICAgbWF0VG9vbHRpcD1cIkNvbm5lY3RpbmcgYSBzb3VyY2UgY29udHJvbCB3aWxsIHVwZGF0ZSB0aGUgZmVlZCB0byBvbmx5IHNob3cgaXRlbXMgZnJvbSB0aGUgY29ubnRlY3RlZCBzb3VyY2UgY29udHJvbCwgYW5kIHdpbGwgYWxsb3cgZm9yIGF1dG9tYXRpYyB1cGRhdGluZy5cIlxuICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgaW5mb19vdXRsaW5lXG4gICAgICAgICAgICAgICAgPC9tYXQtaWNvbj5cbiAgICAgICAgICAgIDwvbWF0LWNhcmQtaGVhZGVyPlxuXG4gICAgICAgICAgICA8bWF0LWNhcmQtY29udGVudD5cbiAgICAgICAgICAgICAgICA8ZGl2PlxuICAgICAgICAgICAgICAgICAgICA8bWF0LWZvcm0tZmllbGQgY2xhc3M9XCJtYXQtZnVsbC13aWR0aFwiPlxuICAgICAgICAgICAgICAgICAgICAgICAgPG1hdC1zZWxlY3RcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJzb3VyY2VDb250cm9sTG9va3VwXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwbGFjZWhvbGRlcj1cIlNvdXJjZSBDb250cm9sXCJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8bmctY29udGFpbmVyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0Zvcj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbGV0IHNyY0N0cmxMb29rdXAgb2YgU291cmNlQ29udHJvbExvb2t1cHNcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxtYXQtb3B0aW9uXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdmFsdWVdPVwic3JjQ3RybExvb2t1cFwiXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdJZj1cIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFNvdXJjZUNvbnRyb2xzW3NyY0N0cmxMb29rdXBdO1xuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxldCBzcmNDdHJsXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBcIlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBzcmNDdHJsLk5hbWUgfX1cbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtb3B0aW9uPlxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgICAgICAgICAgICAgICAgICAgICAgPC9tYXQtc2VsZWN0PlxuICAgICAgICAgICAgICAgICAgICA8L21hdC1mb3JtLWZpZWxkPlxuICAgICAgICAgICAgICAgIDwvZGl2PlxuICAgICAgICAgICAgPC9tYXQtY2FyZC1jb250ZW50PlxuXG4gICAgICAgICAgICA8bWF0LWNhcmQtYWN0aW9ucyBmeExheW91dEFsaWduPVwiY2VudGVyIGNlbnRlclwiPlxuICAgICAgICAgICAgICAgIDxidXR0b25cbiAgICAgICAgICAgICAgICAgICAgbWF0LXJhaXNlZC1idXR0b25cbiAgICAgICAgICAgICAgICAgICAgdHlwZT1cInN1Ym1pdFwiXG4gICAgICAgICAgICAgICAgICAgIGZ4RmxleD1cIjEwMCVcIlxuICAgICAgICAgICAgICAgICAgICBjb2xvcj1cInByaW1hcnlcIlxuICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiXG4gICAgICAgICAgICAgICAgICAgICAgICAhU291cmNlRm9ybUdyb3VwLnZhbGlkIHx8ICFTb3VyY2VGb3JtR3JvdXAuZGlydHlcbiAgICAgICAgICAgICAgICAgICAgXCJcbiAgICAgICAgICAgICAgICA+XG4gICAgICAgICAgICAgICAgICAgIDxtYXQtaWNvbj5zYXZlPC9tYXQtaWNvbj5cbiAgICAgICAgICAgICAgICAgICAgU2F2ZSBDb25uZWN0ZWQgU291cmNlXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XG4gICAgICAgICAgICA8L21hdC1jYXJkLWFjdGlvbnM+XG4gICAgICAgIDwvbmctY29udGFpbmVyPlxuICAgIDwvbWF0LWNhcmQ+XG48L2Zvcm0+XG4iXX0=
@@ -1,33 +0,0 @@
1
- import { Component } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- import * as i1 from "@angular/cdk/layout";
4
- import * as i2 from "@angular/material/toolbar";
5
- import * as i3 from "@angular/material/button";
6
- import * as i4 from "@angular/material/icon";
7
- import * as i5 from "@angular/material/menu";
8
- import * as i6 from "@angular/flex-layout/flex";
9
- import * as i7 from "@angular/common";
10
- export class PageHeaderComponent {
11
- constructor(breakpointObserver) {
12
- this.breakpointObserver = breakpointObserver;
13
- }
14
- ngOnInit() {
15
- this.breakpointObserver
16
- .observe(['(max-width: 959px)'])
17
- .subscribe((state) => {
18
- if (state.matches) {
19
- this.IsSmScreen = true;
20
- }
21
- else {
22
- this.IsSmScreen = false;
23
- }
24
- });
25
- }
26
- }
27
- PageHeaderComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PageHeaderComponent, deps: [{ token: i1.BreakpointObserver }], target: i0.ɵɵFactoryTarget.Component });
28
- PageHeaderComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.2", type: PageHeaderComponent, selector: "lcu-page-header", ngImport: i0, template: "<mat-toolbar class=\"social-toolbar\" color=\"primary\">\n <img class=\"logo\" src=\"./assets/svgs/logo.svg\" />\n\n <div fxFlex></div>\n\n <ng-container *ngIf=\"!IsSmScreen\">\n <a mat-button class=\"toolbar-action\" href=\"/docs\" target=\"_blank\"\n >Docs</a\n >\n <a mat-button class=\"toolbar-action\" href=\"/blog/\" target=\"_blank\"\n >Blog</a\n >\n <!-- <a mat-button class=\"toolbar-action\" href=\"/.oauth/logout\">Logout</a> -->\n </ng-container>\n\n <ng-container *ngIf=\"IsSmScreen\">\n <button mat-icon-button [matMenuTriggerFor]=\"menu\" aria-label=\"menu\">\n <mat-icon>menu</mat-icon>\n </button>\n <mat-menu #menu=\"matMenu\">\n <a\n class=\"toolbar-menu-action\"\n mat-menu-item\n href=\"/docs\"\n target=\"_blank\"\n >Docs</a\n >\n <a\n class=\"toolbar-menu-action\"\n mat-menu-item\n href=\"/blog/\"\n target=\"_blank\"\n >Blog</a\n >\n <!-- <a class=\"toolbar-menu-action\" mat-menu-item href=\"/.oauth/logout\"\n >Logout</a\n > -->\n </mat-menu>\n </ng-container>\n</mat-toolbar>\n", styles: [".mat-toolbar{background-color:#4a918e;height:65px}.mat-toolbar .logo{height:60px;width:160px}.mat-toolbar .logo.mobile{width:75px}\n"], components: [{ type: i2.MatToolbar, selector: "mat-toolbar", inputs: ["color"], exportAs: ["matToolbar"] }, { type: i3.MatAnchor, selector: "a[mat-button], a[mat-raised-button], a[mat-icon-button], a[mat-fab], a[mat-mini-fab], a[mat-stroked-button], a[mat-flat-button]", inputs: ["disabled", "disableRipple", "color", "tabIndex"], exportAs: ["matButton", "matAnchor"] }, { type: i3.MatButton, selector: "button[mat-button], button[mat-raised-button], button[mat-icon-button], button[mat-fab], button[mat-mini-fab], button[mat-stroked-button], button[mat-flat-button]", inputs: ["disabled", "disableRipple", "color"], exportAs: ["matButton"] }, { type: i4.MatIcon, selector: "mat-icon", inputs: ["color", "inline", "svgIcon", "fontSet", "fontIcon"], exportAs: ["matIcon"] }, { type: i5.MatMenu, selector: "mat-menu", exportAs: ["matMenu"] }, { type: i5.MatMenuItem, selector: "[mat-menu-item]", inputs: ["disabled", "disableRipple", "role"], exportAs: ["matMenuItem"] }], directives: [{ type: i6.DefaultFlexDirective, selector: " [fxFlex], [fxFlex.xs], [fxFlex.sm], [fxFlex.md], [fxFlex.lg], [fxFlex.xl], [fxFlex.lt-sm], [fxFlex.lt-md], [fxFlex.lt-lg], [fxFlex.lt-xl], [fxFlex.gt-xs], [fxFlex.gt-sm], [fxFlex.gt-md], [fxFlex.gt-lg]", inputs: ["fxFlex", "fxFlex.xs", "fxFlex.sm", "fxFlex.md", "fxFlex.lg", "fxFlex.xl", "fxFlex.lt-sm", "fxFlex.lt-md", "fxFlex.lt-lg", "fxFlex.lt-xl", "fxFlex.gt-xs", "fxFlex.gt-sm", "fxFlex.gt-md", "fxFlex.gt-lg"] }, { type: i7.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i5.MatMenuTrigger, selector: "[mat-menu-trigger-for], [matMenuTriggerFor]", exportAs: ["matMenuTrigger"] }] });
29
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.2", ngImport: i0, type: PageHeaderComponent, decorators: [{
30
- type: Component,
31
- args: [{ selector: 'lcu-page-header', template: "<mat-toolbar class=\"social-toolbar\" color=\"primary\">\n <img class=\"logo\" src=\"./assets/svgs/logo.svg\" />\n\n <div fxFlex></div>\n\n <ng-container *ngIf=\"!IsSmScreen\">\n <a mat-button class=\"toolbar-action\" href=\"/docs\" target=\"_blank\"\n >Docs</a\n >\n <a mat-button class=\"toolbar-action\" href=\"/blog/\" target=\"_blank\"\n >Blog</a\n >\n <!-- <a mat-button class=\"toolbar-action\" href=\"/.oauth/logout\">Logout</a> -->\n </ng-container>\n\n <ng-container *ngIf=\"IsSmScreen\">\n <button mat-icon-button [matMenuTriggerFor]=\"menu\" aria-label=\"menu\">\n <mat-icon>menu</mat-icon>\n </button>\n <mat-menu #menu=\"matMenu\">\n <a\n class=\"toolbar-menu-action\"\n mat-menu-item\n href=\"/docs\"\n target=\"_blank\"\n >Docs</a\n >\n <a\n class=\"toolbar-menu-action\"\n mat-menu-item\n href=\"/blog/\"\n target=\"_blank\"\n >Blog</a\n >\n <!-- <a class=\"toolbar-menu-action\" mat-menu-item href=\"/.oauth/logout\"\n >Logout</a\n > -->\n </mat-menu>\n </ng-container>\n</mat-toolbar>\n", styles: [".mat-toolbar{background-color:#4a918e;height:65px}.mat-toolbar .logo{height:60px;width:160px}.mat-toolbar .logo.mobile{width:75px}\n"] }]
32
- }], ctorParameters: function () { return [{ type: i1.BreakpointObserver }]; } });
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicGFnZS1oZWFkZXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tbW9uL3NyYy9saWIvZWxlbWVudHMvcGFnZS1oZWFkZXIvcGFnZS1oZWFkZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tbW9uL3NyYy9saWIvZWxlbWVudHMvcGFnZS1oZWFkZXIvcGFnZS1oZWFkZXIuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQ0EsT0FBTyxFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQzs7Ozs7Ozs7O0FBT2xELE1BQU0sT0FBTyxtQkFBbUI7SUFHNUIsWUFBbUIsa0JBQXNDO1FBQXRDLHVCQUFrQixHQUFsQixrQkFBa0IsQ0FBb0I7SUFBRyxDQUFDO0lBRXRELFFBQVE7UUFDWCxJQUFJLENBQUMsa0JBQWtCO2FBQ2xCLE9BQU8sQ0FBQyxDQUFDLG9CQUFvQixDQUFDLENBQUM7YUFDL0IsU0FBUyxDQUFDLENBQUMsS0FBc0IsRUFBRSxFQUFFO1lBQ2xDLElBQUksS0FBSyxDQUFDLE9BQU8sRUFBRTtnQkFDZixJQUFJLENBQUMsVUFBVSxHQUFHLElBQUksQ0FBQzthQUMxQjtpQkFBTTtnQkFDSCxJQUFJLENBQUMsVUFBVSxHQUFHLEtBQUssQ0FBQzthQUMzQjtRQUNMLENBQUMsQ0FBQyxDQUFDO0lBQ1gsQ0FBQzs7Z0hBZlEsbUJBQW1CO29HQUFuQixtQkFBbUIsdURDUmhDLHN6Q0F3Q0E7MkZEaENhLG1CQUFtQjtrQkFML0IsU0FBUzsrQkFDSSxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBCcmVha3BvaW50T2JzZXJ2ZXIsIEJyZWFrcG9pbnRTdGF0ZSB9IGZyb20gJ0Bhbmd1bGFyL2Nkay9sYXlvdXQnO1xuaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuQENvbXBvbmVudCh7XG4gICAgc2VsZWN0b3I6ICdsY3UtcGFnZS1oZWFkZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9wYWdlLWhlYWRlci5jb21wb25lbnQuaHRtbCcsXG4gICAgc3R5bGVVcmxzOiBbJy4vcGFnZS1oZWFkZXIuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgUGFnZUhlYWRlckNvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgcHVibGljIElzU21TY3JlZW46IGJvb2xlYW47XG5cbiAgICBjb25zdHJ1Y3RvcihwdWJsaWMgYnJlYWtwb2ludE9ic2VydmVyOiBCcmVha3BvaW50T2JzZXJ2ZXIpIHt9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuYnJlYWtwb2ludE9ic2VydmVyXG4gICAgICAgICAgICAub2JzZXJ2ZShbJyhtYXgtd2lkdGg6IDk1OXB4KSddKVxuICAgICAgICAgICAgLnN1YnNjcmliZSgoc3RhdGU6IEJyZWFrcG9pbnRTdGF0ZSkgPT4ge1xuICAgICAgICAgICAgICAgIGlmIChzdGF0ZS5tYXRjaGVzKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuSXNTbVNjcmVlbiA9IHRydWU7XG4gICAgICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5Jc1NtU2NyZWVuID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSk7XG4gICAgfVxufVxuIiwiPG1hdC10b29sYmFyIGNsYXNzPVwic29jaWFsLXRvb2xiYXJcIiBjb2xvcj1cInByaW1hcnlcIj5cbiAgICA8aW1nIGNsYXNzPVwibG9nb1wiIHNyYz1cIi4vYXNzZXRzL3N2Z3MvbG9nby5zdmdcIiAvPlxuXG4gICAgPGRpdiBmeEZsZXg+PC9kaXY+XG5cbiAgICA8bmctY29udGFpbmVyICpuZ0lmPVwiIUlzU21TY3JlZW5cIj5cbiAgICAgICAgPGEgbWF0LWJ1dHRvbiBjbGFzcz1cInRvb2xiYXItYWN0aW9uXCIgaHJlZj1cIi9kb2NzXCIgdGFyZ2V0PVwiX2JsYW5rXCJcbiAgICAgICAgICAgID5Eb2NzPC9hXG4gICAgICAgID5cbiAgICAgICAgPGEgbWF0LWJ1dHRvbiBjbGFzcz1cInRvb2xiYXItYWN0aW9uXCIgaHJlZj1cIi9ibG9nL1wiIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICA+QmxvZzwvYVxuICAgICAgICA+XG4gICAgICAgIDwhLS0gPGEgbWF0LWJ1dHRvbiBjbGFzcz1cInRvb2xiYXItYWN0aW9uXCIgaHJlZj1cIi8ub2F1dGgvbG9nb3V0XCI+TG9nb3V0PC9hPiAtLT5cbiAgICA8L25nLWNvbnRhaW5lcj5cblxuICAgIDxuZy1jb250YWluZXIgKm5nSWY9XCJJc1NtU2NyZWVuXCI+XG4gICAgICAgIDxidXR0b24gbWF0LWljb24tYnV0dG9uIFttYXRNZW51VHJpZ2dlckZvcl09XCJtZW51XCIgYXJpYS1sYWJlbD1cIm1lbnVcIj5cbiAgICAgICAgICAgIDxtYXQtaWNvbj5tZW51PC9tYXQtaWNvbj5cbiAgICAgICAgPC9idXR0b24+XG4gICAgICAgIDxtYXQtbWVudSAjbWVudT1cIm1hdE1lbnVcIj5cbiAgICAgICAgICAgIDxhXG4gICAgICAgICAgICAgICAgY2xhc3M9XCJ0b29sYmFyLW1lbnUtYWN0aW9uXCJcbiAgICAgICAgICAgICAgICBtYXQtbWVudS1pdGVtXG4gICAgICAgICAgICAgICAgaHJlZj1cIi9kb2NzXCJcbiAgICAgICAgICAgICAgICB0YXJnZXQ9XCJfYmxhbmtcIlxuICAgICAgICAgICAgICAgID5Eb2NzPC9hXG4gICAgICAgICAgICA+XG4gICAgICAgICAgICA8YVxuICAgICAgICAgICAgICAgIGNsYXNzPVwidG9vbGJhci1tZW51LWFjdGlvblwiXG4gICAgICAgICAgICAgICAgbWF0LW1lbnUtaXRlbVxuICAgICAgICAgICAgICAgIGhyZWY9XCIvYmxvZy9cIlxuICAgICAgICAgICAgICAgIHRhcmdldD1cIl9ibGFua1wiXG4gICAgICAgICAgICAgICAgPkJsb2c8L2FcbiAgICAgICAgICAgID5cbiAgICAgICAgICAgIDwhLS0gPGEgY2xhc3M9XCJ0b29sYmFyLW1lbnUtYWN0aW9uXCIgbWF0LW1lbnUtaXRlbSBocmVmPVwiLy5vYXV0aC9sb2dvdXRcIlxuICAgICAgPkxvZ291dDwvYVxuICAgID4gLS0+XG4gICAgICAgIDwvbWF0LW1lbnU+XG4gICAgPC9uZy1jb250YWluZXI+XG48L21hdC10b29sYmFyPlxuIl19
@@ -1,28 +0,0 @@
1
- import { EventEmitter, OnInit } from '@angular/core';
2
- import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
3
- import { EaCEnvironmentAsCode, EaCSourceControl } from '@semanticjs/common';
4
- import { EaCService } from '../../services/eac.service';
5
- import { ApplicationsFlowState } from '../../state/applications-flow.state';
6
- import * as i0 from "@angular/core";
7
- export declare class ConnectedSourceComponent implements OnInit {
8
- protected eacSvc: EaCService;
9
- protected formBldr: FormBuilder;
10
- CurrentSource: string;
11
- get Environment(): EaCEnvironmentAsCode;
12
- SaveFormEvent: EventEmitter<{}>;
13
- get SourceControls(): {
14
- [lookup: string]: EaCSourceControl;
15
- };
16
- get SourceControlLookups(): Array<string>;
17
- get SourceFormControl(): AbstractControl;
18
- get State(): ApplicationsFlowState;
19
- SourceFormGroup: FormGroup;
20
- SkeletonEffect: string;
21
- constructor(eacSvc: EaCService, formBldr: FormBuilder);
22
- ngOnInit(): void;
23
- SourceSubmit(): void;
24
- protected setupSourceFormGroup(): void;
25
- protected setupSourceForm(): void;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<ConnectedSourceComponent, never>;
27
- static ɵcmp: i0.ɵɵComponentDeclaration<ConnectedSourceComponent, "lcu-connected-source", never, { "CurrentSource": "current-source"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
28
- }
@@ -1,11 +0,0 @@
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
- }