@lowcodeunit/applications-flow-common 1.33.91-angular-13 → 1.33.97-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/bundles/lowcodeunit-applications-flow-common.umd.js +5782 -0
- package/bundles/lowcodeunit-applications-flow-common.umd.js.map +1 -0
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js +16 -0
- package/bundles/lowcodeunit-applications-flow-common.umd.min.js.map +1 -0
- package/esm2015/lcu.api.js +27 -0
- package/esm2015/lib/applications-flow.module.js +196 -0
- package/esm2015/lib/controls/build-pipeline-form/build-pipeline-form.component.js +15 -0
- package/esm2015/lib/controls/devops-source-control-form/devops-source-control-form.component.js +15 -0
- package/esm2015/lib/controls/processor-details-form/processor-details-form.component.js +265 -0
- package/esm2015/lib/controls/security-toggle/security-toggle.component.js +60 -0
- package/esm2015/lib/controls/source-control-form/source-control-form.component.js +59 -0
- package/esm2015/lib/elements/analytics-card/analytics-card.component.js +21 -0
- package/esm2015/lib/elements/base-form/base-form.component.js +61 -0
- package/esm2015/lib/elements/card-carousel/card-carousel.component.js +67 -0
- package/esm2015/lib/elements/column-info-card/column-info-card.component.js +31 -0
- package/esm2015/lib/elements/dynamic-tabs/dynamic-tabs.component.js +69 -0
- package/esm2015/lib/elements/feed-card-sm/feed-card-sm.component.js +31 -0
- package/esm2015/lib/elements/form-card/form-card.component.js +22 -0
- package/esm2015/lib/elements/gh-control/gh-control.component.js +72 -0
- package/esm2015/lib/elements/main-feed-card/main-feed-card.component.js +24 -0
- package/esm2015/lib/elements/project-info-card/project-info-card.component.js +32 -0
- package/esm2015/lib/elements/projects/controls/builds/builds.component.js +26 -0
- package/esm2015/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.js +145 -0
- package/esm2015/lib/elements/projects/controls/forms/source-control/source-control.component.js +262 -0
- package/esm2015/lib/elements/projects/controls/git-auth/git-auth.component.js +25 -0
- package/esm2015/lib/elements/projects/controls/header/header.component.js +75 -0
- package/esm2015/lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component.js +102 -0
- package/esm2015/lib/elements/projects/controls/project-items/project-items.component.js +49 -0
- package/esm2015/lib/elements/projects/controls/project-tabs/project-tabs.component.js +91 -0
- package/esm2015/lib/elements/projects/controls/recent-activities/recent-activities.component.js +15 -0
- package/esm2015/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.js +590 -0
- package/esm2015/lib/elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component.js +62 -0
- package/esm2015/lib/elements/projects/controls/tabs/devops/devops.component.js +202 -0
- package/esm2015/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.js +178 -0
- package/esm2015/lib/elements/projects/controls/tabs/domains/domains.component.js +133 -0
- package/esm2015/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.js +86 -0
- package/esm2015/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.js +129 -0
- package/esm2015/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.js +113 -0
- package/esm2015/lib/elements/projects/controls/tabs/general/general.component.js +46 -0
- package/esm2015/lib/elements/projects/projects.component.js +99 -0
- package/esm2015/lib/elements/slotted-card/slotted-card.component.js +27 -0
- package/esm2015/lib/elements/three-column/three-column.component.js +32 -0
- package/esm2015/lib/elements/two-column-header/two-column-header.component.js +15 -0
- package/esm2015/lib/models/actions.model.js +3 -0
- package/esm2015/lib/models/base-form-config.model.js +6 -0
- package/esm2015/lib/models/card-form-config.model.js +6 -0
- package/esm2015/lib/models/card-slot.model.js +3 -0
- package/esm2015/lib/models/dev-settings-preset.model.js +3 -0
- package/esm2015/lib/models/domain.model.js +3 -0
- package/esm2015/lib/models/dynamic-tabs.model.js +6 -0
- package/esm2015/lib/models/form-actions.model.js +3 -0
- package/esm2015/lib/models/form.model.js +6 -0
- package/esm2015/lib/models/form.values.model.js +11 -0
- package/esm2015/lib/models/project-actions.model.js +6 -0
- package/esm2015/lib/models/slot-action.model.js +3 -0
- package/esm2015/lib/services/applications-flow.service.js +136 -0
- package/esm2015/lib/services/eac.service.js +217 -0
- package/esm2015/lib/services/forms.service.js +131 -0
- package/esm2015/lib/services/npm.service.js +79 -0
- package/esm2015/lib/services/project.service.js +318 -0
- package/esm2015/lib/state/applications-flow-state.context.js +37 -0
- package/esm2015/lib/state/applications-flow.state.js +72 -0
- package/esm2015/lowcodeunit-applications-flow-common.js +34 -0
- package/fesm2015/lowcodeunit-applications-flow-common.js +4416 -0
- package/fesm2015/lowcodeunit-applications-flow-common.js.map +1 -0
- package/lcu.api.d.ts +3 -28
- package/lcu.api.d.ts.map +1 -0
- package/lib/applications-flow.module.d.ts +1 -39
- package/lib/applications-flow.module.d.ts.map +1 -0
- package/lib/controls/build-pipeline-form/build-pipeline-form.component.d.ts +6 -0
- package/lib/controls/build-pipeline-form/build-pipeline-form.component.d.ts.map +1 -0
- package/lib/controls/devops-source-control-form/devops-source-control-form.component.d.ts +6 -0
- package/lib/controls/devops-source-control-form/devops-source-control-form.component.d.ts.map +1 -0
- package/lib/controls/processor-details-form/processor-details-form.component.d.ts +48 -0
- package/lib/controls/processor-details-form/processor-details-form.component.d.ts.map +1 -0
- package/lib/controls/security-toggle/security-toggle.component.d.ts +16 -0
- package/lib/controls/security-toggle/security-toggle.component.d.ts.map +1 -0
- package/lib/controls/source-control-form/source-control-form.component.d.ts +26 -0
- package/lib/controls/source-control-form/source-control-form.component.d.ts.map +1 -0
- package/lib/elements/analytics-card/analytics-card.component.d.ts +1 -3
- package/lib/elements/analytics-card/analytics-card.component.d.ts.map +1 -0
- package/lib/elements/base-form/base-form.component.d.ts +4 -6
- package/lib/elements/base-form/base-form.component.d.ts.map +1 -0
- package/lib/elements/card-carousel/card-carousel.component.d.ts +14 -0
- package/lib/elements/card-carousel/card-carousel.component.d.ts.map +1 -0
- package/lib/elements/column-info-card/column-info-card.component.d.ts +1 -3
- package/lib/elements/column-info-card/column-info-card.component.d.ts.map +1 -0
- package/lib/elements/dynamic-tabs/dynamic-tabs.component.d.ts +1 -3
- package/lib/elements/dynamic-tabs/dynamic-tabs.component.d.ts.map +1 -0
- package/lib/elements/feed-card-sm/feed-card-sm.component.d.ts +1 -3
- package/lib/elements/feed-card-sm/feed-card-sm.component.d.ts.map +1 -0
- package/lib/elements/form-card/form-card.component.d.ts +1 -3
- package/lib/elements/form-card/form-card.component.d.ts.map +1 -0
- package/lib/elements/gh-control/gh-control.component.d.ts +1 -3
- package/lib/elements/gh-control/gh-control.component.d.ts.map +1 -0
- package/lib/elements/main-feed-card/main-feed-card.component.d.ts +1 -3
- package/lib/elements/main-feed-card/main-feed-card.component.d.ts.map +1 -0
- package/lib/elements/project-info-card/project-info-card.component.d.ts +1 -3
- package/lib/elements/project-info-card/project-info-card.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/builds/builds.component.d.ts +2 -6
- package/lib/elements/projects/controls/builds/builds.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.d.ts +4 -6
- package/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/forms/source-control/source-control.component.d.ts +2 -6
- package/lib/elements/projects/controls/forms/source-control/source-control.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/git-auth/git-auth.component.d.ts +1 -3
- package/lib/elements/projects/controls/git-auth/git-auth.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/header/header.component.d.ts +4 -6
- package/lib/elements/projects/controls/header/header.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component.d.ts +1 -3
- package/lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/project-items/project-items.component.d.ts +4 -6
- package/lib/elements/projects/controls/project-items/project-items.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/project-tabs/project-tabs.component.d.ts +1 -3
- package/lib/elements/projects/controls/project-tabs/project-tabs.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/recent-activities/recent-activities.component.d.ts +1 -3
- package/lib/elements/projects/controls/recent-activities/recent-activities.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts +4 -6
- package/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component.d.ts +1 -3
- package/lib/elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/devops/devops.component.d.ts +4 -6
- package/lib/elements/projects/controls/tabs/devops/devops.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.d.ts +4 -6
- package/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts +4 -6
- package/lib/elements/projects/controls/tabs/domains/domains.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.d.ts +4 -6
- package/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.d.ts +4 -6
- package/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.d.ts +4 -6
- package/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.d.ts.map +1 -0
- package/lib/elements/projects/controls/tabs/general/general.component.d.ts +1 -3
- package/lib/elements/projects/controls/tabs/general/general.component.d.ts.map +1 -0
- package/lib/elements/projects/projects.component.d.ts +5 -14
- package/lib/elements/projects/projects.component.d.ts.map +1 -0
- package/lib/elements/slotted-card/slotted-card.component.d.ts +2 -3
- package/lib/elements/slotted-card/slotted-card.component.d.ts.map +1 -0
- package/lib/elements/three-column/three-column.component.d.ts +1 -3
- package/lib/elements/three-column/three-column.component.d.ts.map +1 -0
- package/lib/elements/two-column-header/two-column-header.component.d.ts +1 -3
- package/lib/elements/two-column-header/two-column-header.component.d.ts.map +1 -0
- package/lib/models/actions.model.d.ts +1 -0
- package/lib/models/actions.model.d.ts.map +1 -0
- package/lib/models/base-form-config.model.d.ts +1 -0
- package/lib/models/base-form-config.model.d.ts.map +1 -0
- package/lib/models/card-form-config.model.d.ts +1 -0
- package/lib/models/card-form-config.model.d.ts.map +1 -0
- package/lib/models/card-slot.model.d.ts +1 -0
- package/lib/models/card-slot.model.d.ts.map +1 -0
- package/lib/models/dev-settings-preset.model.d.ts +1 -0
- package/lib/models/dev-settings-preset.model.d.ts.map +1 -0
- package/lib/models/domain.model.d.ts +1 -0
- package/lib/models/domain.model.d.ts.map +1 -0
- package/lib/models/dynamic-tabs.model.d.ts +1 -0
- package/lib/models/dynamic-tabs.model.d.ts.map +1 -0
- package/lib/models/form-actions.model.d.ts +1 -0
- package/lib/models/form-actions.model.d.ts.map +1 -0
- package/lib/models/form.model.d.ts +1 -0
- package/lib/models/form.model.d.ts.map +1 -0
- package/lib/models/form.values.model.d.ts +1 -0
- package/lib/models/form.values.model.d.ts.map +1 -0
- package/lib/models/project-actions.model.d.ts +1 -0
- package/lib/models/project-actions.model.d.ts.map +1 -0
- package/lib/models/slot-action.model.d.ts +1 -0
- package/lib/models/slot-action.model.d.ts.map +1 -0
- package/lib/services/applications-flow.service.d.ts +1 -3
- package/lib/services/applications-flow.service.d.ts.map +1 -0
- package/lib/services/eac.service.d.ts +54 -0
- package/lib/services/eac.service.d.ts.map +1 -0
- package/lib/services/forms.service.d.ts +1 -3
- package/lib/services/forms.service.d.ts.map +1 -0
- package/lib/services/npm.service.d.ts +1 -3
- package/lib/services/npm.service.d.ts.map +1 -0
- package/lib/services/project.service.d.ts +1 -3
- package/lib/services/project.service.d.ts.map +1 -0
- package/lib/state/applications-flow-state.context.d.ts +1 -3
- package/lib/state/applications-flow-state.context.d.ts.map +1 -0
- package/lib/state/applications-flow.state.d.ts +1 -0
- package/lib/state/applications-flow.state.d.ts.map +1 -0
- package/lowcodeunit-applications-flow-common.d.ts +30 -1
- package/lowcodeunit-applications-flow-common.d.ts.map +1 -0
- package/lowcodeunit-applications-flow-common.metadata.json +1 -0
- package/package.json +12 -20
- package/esm2020/lcu.api.mjs +0 -53
- package/esm2020/lib/applications-flow.module.mjs +0 -248
- package/esm2020/lib/elements/analytics-card/analytics-card.component.mjs +0 -28
- package/esm2020/lib/elements/base-form/base-form.component.mjs +0 -57
- package/esm2020/lib/elements/column-info-card/column-info-card.component.mjs +0 -50
- package/esm2020/lib/elements/dynamic-tabs/dynamic-tabs.component.mjs +0 -74
- package/esm2020/lib/elements/feed-card-sm/feed-card-sm.component.mjs +0 -40
- package/esm2020/lib/elements/flow-tool/flow-tool.component.mjs +0 -73
- package/esm2020/lib/elements/form-card/form-card.component.mjs +0 -33
- package/esm2020/lib/elements/gh-control/gh-control.component.mjs +0 -78
- package/esm2020/lib/elements/main-feed-card/main-feed-card.component.mjs +0 -34
- package/esm2020/lib/elements/project-info-card/project-info-card.component.mjs +0 -46
- package/esm2020/lib/elements/projects/controls/builds/builds.component.mjs +0 -35
- package/esm2020/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.mjs +0 -145
- package/esm2020/lib/elements/projects/controls/forms/source-control/source-control.component.mjs +0 -287
- package/esm2020/lib/elements/projects/controls/git-auth/git-auth.component.mjs +0 -26
- package/esm2020/lib/elements/projects/controls/header/header.component.mjs +0 -83
- package/esm2020/lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component.mjs +0 -118
- package/esm2020/lib/elements/projects/controls/project-items/project-items.component.mjs +0 -54
- package/esm2020/lib/elements/projects/controls/project-tabs/project-tabs.component.mjs +0 -103
- package/esm2020/lib/elements/projects/controls/recent-activities/recent-activities.component.mjs +0 -14
- package/esm2020/lib/elements/projects/controls/tabs/apps-flow/apps-flow.component.mjs +0 -563
- package/esm2020/lib/elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component.mjs +0 -72
- package/esm2020/lib/elements/projects/controls/tabs/devops/devops.component.mjs +0 -242
- package/esm2020/lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component.mjs +0 -179
- package/esm2020/lib/elements/projects/controls/tabs/domains/domains.component.mjs +0 -137
- package/esm2020/lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component.mjs +0 -90
- package/esm2020/lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component.mjs +0 -142
- package/esm2020/lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component.mjs +0 -124
- package/esm2020/lib/elements/projects/controls/tabs/general/general.component.mjs +0 -40
- package/esm2020/lib/elements/projects/projects.component.mjs +0 -218
- package/esm2020/lib/elements/slotted-card/slotted-card.component.mjs +0 -40
- package/esm2020/lib/elements/three-column/three-column.component.mjs +0 -30
- package/esm2020/lib/elements/two-column-header/two-column-header.component.mjs +0 -15
- package/esm2020/lib/models/actions.model.mjs +0 -3
- package/esm2020/lib/models/base-form-config.model.mjs +0 -6
- package/esm2020/lib/models/card-form-config.model.mjs +0 -6
- package/esm2020/lib/models/card-slot.model.mjs +0 -3
- package/esm2020/lib/models/dev-settings-preset.model.mjs +0 -3
- package/esm2020/lib/models/domain.model.mjs +0 -3
- package/esm2020/lib/models/dynamic-tabs.model.mjs +0 -6
- package/esm2020/lib/models/form-actions.model.mjs +0 -3
- package/esm2020/lib/models/form.model.mjs +0 -6
- package/esm2020/lib/models/form.values.model.mjs +0 -11
- package/esm2020/lib/models/project-actions.model.mjs +0 -6
- package/esm2020/lib/models/slot-action.model.mjs +0 -3
- package/esm2020/lib/services/applications-flow-events.service.mjs +0 -84
- package/esm2020/lib/services/applications-flow.service.mjs +0 -132
- package/esm2020/lib/services/forms.service.mjs +0 -132
- package/esm2020/lib/services/npm.service.mjs +0 -77
- package/esm2020/lib/services/project.service.mjs +0 -303
- package/esm2020/lib/state/applications-flow-state.context.mjs +0 -36
- package/esm2020/lib/state/applications-flow.state.mjs +0 -72
- package/esm2020/lowcodeunit-applications-flow-common.mjs +0 -5
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +0 -4104
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +0 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +0 -4048
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +0 -1
- package/lib/elements/flow-tool/flow-tool.component.d.ts +0 -32
- package/lib/services/applications-flow-events.service.d.ts +0 -60
package/lcu.api.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export * from './lib/applications-flow.module';
|
|
|
2
2
|
export * from './lib/services/applications-flow.service';
|
|
3
3
|
export * from './lib/state/applications-flow-state.context';
|
|
4
4
|
export * from './lib/state/applications-flow.state';
|
|
5
|
+
export * from './lib/elements/projects/projects.component';
|
|
5
6
|
export * from './lib/elements/projects/controls/forms/source-control/source-control.component';
|
|
6
7
|
export * from './lib/elements/projects/controls/create-project-wizard/create-project-wizard.component';
|
|
7
8
|
export * from './lib/elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component';
|
|
@@ -17,36 +18,10 @@ export * from './lib/elements/projects/controls/tabs/general/forms/project-detai
|
|
|
17
18
|
export * from './lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component';
|
|
18
19
|
export * from './lib/models/card-form-config.model';
|
|
19
20
|
export * from './lib/services/forms.service';
|
|
21
|
+
export * from './lib/services/eac.service';
|
|
20
22
|
export * from './lib/models/form.model';
|
|
21
23
|
export * from './lib/models/form.values.model';
|
|
22
24
|
export * from './lib/models/base-form-config.model';
|
|
23
25
|
export * from './lib/elements/projects/controls/git-auth/git-auth.component';
|
|
24
|
-
export * from './lib/elements/dynamic-tabs/dynamic-tabs.component';
|
|
25
|
-
export * from './lib/elements/projects/controls/project-items/project-items.component';
|
|
26
|
-
export * from './lib/elements/projects/controls/header/header.component';
|
|
27
|
-
export * from './lib/elements/projects/controls/tabs/domains/domains.component';
|
|
28
|
-
export * from './lib/elements/projects/controls/tabs/apps-flow/apps-flow.component';
|
|
29
|
-
export * from './lib/elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component';
|
|
30
|
-
export * from './lib/elements/projects/controls/builds/builds.component';
|
|
31
|
-
export * from './lib/elements/projects/controls/tabs/apps-flow/apps-flow.component';
|
|
32
|
-
export * from './lib/elements/projects/controls/tabs/apps-flow/npm-package-select/npm-package-select.component';
|
|
33
|
-
export * from './lib/elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component';
|
|
34
|
-
export * from './lib/elements/projects/controls/tabs/general/forms/project-details/project-details.component';
|
|
35
|
-
export * from './lib/elements/projects/controls/tabs/general/forms/root-directory/root-directory.component';
|
|
36
|
-
export * from './lib/elements/projects/controls/tabs/devops/devops.component';
|
|
37
|
-
export * from './lib/elements/projects/controls/project-tabs/project-tabs.component';
|
|
38
|
-
export * from './lib/elements/form-card/form-card.component';
|
|
39
|
-
export * from './lib/elements/base-form/base-form.component';
|
|
40
|
-
export * from './lib/elements/projects/controls/recent-activities/recent-activities.component';
|
|
41
|
-
export * from './lib/elements/projects/projects.component';
|
|
42
|
-
export * from './lib/elements/flow-tool/flow-tool.component';
|
|
43
|
-
export * from './lib/elements/column-info-card/column-info-card.component';
|
|
44
|
-
export * from './lib/elements/slotted-card/slotted-card.component';
|
|
45
|
-
export * from './lib/elements/analytics-card/analytics-card.component';
|
|
46
|
-
export * from './lib/elements/feed-card-sm/feed-card-sm.component';
|
|
47
26
|
export * from './lib/elements/three-column/three-column.component';
|
|
48
|
-
|
|
49
|
-
export * from './lib/elements/gh-control/gh-control.component';
|
|
50
|
-
export * from './lib/elements/main-feed-card/main-feed-card.component';
|
|
51
|
-
export * from './lib/elements/project-info-card/project-info-card.component';
|
|
52
|
-
export * from './lib/elements/two-column-header/two-column-header.component';
|
|
27
|
+
//# sourceMappingURL=lcu.api.d.ts.map
|
package/lcu.api.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lcu.api.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lcu.api.ts"],"names":[],"mappings":"AAAA,cAAc,gCAAgC,CAAC;AAC/C,cAAc,0CAA0C,CAAC;AACzD,cAAc,6CAA6C,CAAC;AAC5D,cAAc,qCAAqC,CAAC;AACpD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,gFAAgF,CAAC;AAC/F,cAAc,wFAAwF,CAAC;AACvG,cAAc,kGAAkG,CAAC;AACjH,cAAc,iCAAiC,CAAC;AAChD,cAAc,oCAAoC,CAAC;AACnD,cAAc,gCAAgC,CAAC;AAC/C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iCAAiC,CAAC;AAChD,cAAc,wCAAwC,CAAC;AACvD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+FAA+F,CAAC;AAC9G,cAAc,6FAA6F,CAAC;AAC5G,cAAc,qCAAqC,CAAC;AACpD,cAAc,8BAA8B,CAAC;AAC7C,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,gCAAgC,CAAC;AAC/C,cAAc,qCAAqC,CAAC;AACpD,cAAc,8DAA8D,CAAC;AAC7E,cAAc,oDAAoD,CAAC"}
|
|
@@ -1,43 +1,5 @@
|
|
|
1
1
|
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
import * as i1 from "./elements/projects/projects.component";
|
|
4
|
-
import * as i2 from "./elements/projects/controls/hosting-details-form-group/hosting-details-form-group.component";
|
|
5
|
-
import * as i3 from "./elements/projects/controls/create-project-wizard/create-project-wizard.component";
|
|
6
|
-
import * as i4 from "./elements/dynamic-tabs/dynamic-tabs.component";
|
|
7
|
-
import * as i5 from "./elements/projects/controls/header/header.component";
|
|
8
|
-
import * as i6 from "./elements/projects/controls/project-tabs/project-tabs.component";
|
|
9
|
-
import * as i7 from "./elements/projects/controls/tabs/domains/domains.component";
|
|
10
|
-
import * as i8 from "./elements/projects/controls/project-items/project-items.component";
|
|
11
|
-
import * as i9 from "./elements/projects/controls/builds/builds.component";
|
|
12
|
-
import * as i10 from "./elements/projects/controls/recent-activities/recent-activities.component";
|
|
13
|
-
import * as i11 from "./elements/form-card/form-card.component";
|
|
14
|
-
import * as i12 from "./elements/projects/controls/tabs/general/forms/project-details/project-details.component";
|
|
15
|
-
import * as i13 from "./elements/projects/controls/tabs/general/forms/root-directory/root-directory.component";
|
|
16
|
-
import * as i14 from "./elements/base-form/base-form.component";
|
|
17
|
-
import * as i15 from "./elements/projects/controls/tabs/general/forms/base-form-test/base-form-test.component";
|
|
18
|
-
import * as i16 from "./elements/projects/controls/git-auth/git-auth.component";
|
|
19
|
-
import * as i17 from "./elements/projects/controls/forms/source-control/source-control.component";
|
|
20
|
-
import * as i18 from "./elements/projects/controls/tabs/apps-flow/apps-flow.component";
|
|
21
|
-
import * as i19 from "./elements/projects/controls/tabs/devops/devops.component";
|
|
22
|
-
import * as i20 from "./elements/projects/controls/tabs/dfs-modifiers/dfs-modifiers.component";
|
|
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/column-info-card/column-info-card.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/gh-control/gh-control.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 "@lcu/common";
|
|
35
|
-
import * as i33 from "@angular/forms";
|
|
36
|
-
import * as i34 from "@angular/flex-layout";
|
|
37
|
-
import * as i35 from "@lowcodeunit/app-host-common";
|
|
38
2
|
export declare class ApplicationsFlowModule {
|
|
39
3
|
static forRoot(): ModuleWithProviders<ApplicationsFlowModule>;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ApplicationsFlowModule, never>;
|
|
41
|
-
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.ColumnInfoCardComponent, typeof i25.SlottedCardComponent, typeof i26.ProjectInfoCardComponent, typeof i27.AnalyticsCardComponent, typeof i28.FeedCardSmComponent, typeof i29.GhControlComponent, typeof i30.MainFeedCardComponent, typeof i31.TwoColumnHeaderComponent], [typeof i32.FathymSharedModule, typeof i33.FormsModule, typeof i33.ReactiveFormsModule, typeof i34.FlexLayoutModule, typeof i32.MaterialModule, typeof i35.AppHostModule], [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.ColumnInfoCardComponent, typeof i25.SlottedCardComponent, typeof i26.ProjectInfoCardComponent, typeof i27.AnalyticsCardComponent, typeof i28.FeedCardSmComponent, typeof i29.GhControlComponent, typeof i30.MainFeedCardComponent, typeof i31.TwoColumnHeaderComponent]>;
|
|
42
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ApplicationsFlowModule>;
|
|
43
4
|
}
|
|
5
|
+
//# sourceMappingURL=applications-flow.module.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"applications-flow.module.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/applications-flow.module.ts"],"names":[],"mappings":"AAEA,OAAO,EAAY,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAiD9D,qBAgIa,sBAAsB;IACjC,MAAM,CAAC,OAAO,IAAI,mBAAmB,CAAC,sBAAsB,CAAC;CAa9D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-pipeline-form.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/controls/build-pipeline-form/build-pipeline-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,qBAKa,0BAA2B,YAAW,MAAM;;IAIvD,QAAQ,IAAI,IAAI;CAGjB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"devops-source-control-form.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/controls/devops-source-control-form/devops-source-control-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,qBAKa,gCAAiC,YAAW,MAAM;;IAI7D,QAAQ,IAAI,IAAI;CAGjB"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { MatSelectChange } from '@angular/material/select';
|
|
4
|
+
import { EaCApplicationAsCode } from '@semanticjs/common';
|
|
5
|
+
export declare class ProcessorDetailsFormComponent implements OnInit {
|
|
6
|
+
protected formBldr: FormBuilder;
|
|
7
|
+
LCUType: string;
|
|
8
|
+
EditingApplication: EaCApplicationAsCode;
|
|
9
|
+
get BuildFormControl(): AbstractControl;
|
|
10
|
+
get ClientIDFormControl(): AbstractControl;
|
|
11
|
+
get DefaultFileFormControl(): AbstractControl;
|
|
12
|
+
get InboundPathFormControl(): AbstractControl;
|
|
13
|
+
get TokenLookupFormControl(): AbstractControl;
|
|
14
|
+
get RedirectFormControl(): AbstractControl;
|
|
15
|
+
get ScopesFormControl(): AbstractControl;
|
|
16
|
+
get SecurityFormControl(): AbstractControl;
|
|
17
|
+
get SPARootFormControl(): AbstractControl;
|
|
18
|
+
get PermanentFormControl(): AbstractControl;
|
|
19
|
+
get PreserveMethodFormControl(): AbstractControl;
|
|
20
|
+
IsPermanent: boolean;
|
|
21
|
+
IsPreserve: boolean;
|
|
22
|
+
redirectTooltip: string;
|
|
23
|
+
ProcessorDetailsFormGroup: FormGroup;
|
|
24
|
+
ProcessorType: string;
|
|
25
|
+
constructor(formBldr: FormBuilder);
|
|
26
|
+
ngOnInit(): void;
|
|
27
|
+
DetermineTooltipText(): void;
|
|
28
|
+
SubmitProcessorDetails(): void;
|
|
29
|
+
ProcessorTypeChanged(event: MatSelectChange): void;
|
|
30
|
+
LCUTypeChanged(event: MatSelectChange): void;
|
|
31
|
+
protected cleanupLcuTypeSubForm(): void;
|
|
32
|
+
protected cleanupProcessorTypeSubForm(): void;
|
|
33
|
+
protected setupLcuTypeSubForm(): void;
|
|
34
|
+
protected setupProcessorDetailsForm(): void;
|
|
35
|
+
protected setupLCUGitHubForm(): void;
|
|
36
|
+
protected setupLCUApplicationPointerForm(): void;
|
|
37
|
+
protected setupLCUNPMForm(): void;
|
|
38
|
+
protected setupLCUSPAForm(): void;
|
|
39
|
+
protected setupLCUAPIForm(): void;
|
|
40
|
+
protected setupLCUGitHubOAuthForm(): void;
|
|
41
|
+
protected setupProxyForm(): void;
|
|
42
|
+
protected setupRedirectForm(): void;
|
|
43
|
+
protected setupOAuthForm(): void;
|
|
44
|
+
protected setupLCUZipForm(): void;
|
|
45
|
+
protected setupDfsForm(): void;
|
|
46
|
+
protected setupProcessorTypeSubForm(): void;
|
|
47
|
+
}
|
|
48
|
+
//# sourceMappingURL=processor-details-form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"processor-details-form.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/controls/processor-details-form/processor-details-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACrF,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,qBAKa,6BAA8B,YAAW,MAAM;IA6D9C,SAAS,CAAC,QAAQ,EAAE,WAAW;IA3DpC,OAAO,EAAE,MAAM,CAAC;IAGhB,kBAAkB,EAAE,oBAAoB,CAAC;IAEhD,IAAW,gBAAgB,IAAI,eAAe,CAE7C;IAGD,IAAW,mBAAmB,IAAI,eAAe,CAEhD;IAED,IAAW,sBAAsB,IAAI,eAAe,CAEnD;IAED,IAAW,sBAAsB,IAAI,eAAe,CAEnD;IAED,IAAW,sBAAsB,IAAI,eAAe,CAEnD;IAED,IAAW,mBAAmB,IAAI,eAAe,CAEhD;IAED,IAAW,iBAAiB,IAAI,eAAe,CAE9C;IAED,IAAW,mBAAmB,IAAI,eAAe,CAEhD;IAED,IAAW,kBAAkB,IAAI,eAAe,CAE/C;IAED,IAAW,oBAAoB,IAAI,eAAe,CAEjD;IAED,IAAW,yBAAyB,IAAI,eAAe,CAEtD;IACM,WAAW,EAAE,OAAO,CAAC;IAErB,UAAU,EAAE,OAAO,CAAC;IAEpB,eAAe,EAAE,MAAM,CAAC;IAExB,yBAAyB,EAAE,SAAS,CAAC;IAErC,aAAa,EAAE,MAAM,CAAC;gBAEP,QAAQ,EAAE,WAAW;IAKpC,QAAQ,IAAI,IAAI;IAKhB,oBAAoB;IAepB,sBAAsB;IAItB,oBAAoB,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI;IAMlD,cAAc,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI;IAQnD,SAAS,CAAC,qBAAqB,IAAI,IAAI;IAiBvC,SAAS,CAAC,2BAA2B,IAAI,IAAI;IAmB7C,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAuCrC,SAAS,CAAC,yBAAyB,IAAI,IAAI;IAyB3C,SAAS,CAAC,kBAAkB,IAAI,IAAI;IAUpC,SAAS,CAAC,8BAA8B,IAAI,IAAI;IAUhD,SAAS,CAAC,eAAe,IAAI,IAAI;IAiBjC,SAAS,CAAC,eAAe,IAAI,IAAI;IAUjC,SAAS,CAAC,eAAe,IAAI,IAAI;IA0BjC,SAAS,CAAC,uBAAuB,IAAI,IAAI;IAkBzC,SAAS,CAAC,cAAc,IAAI,IAAI;IAiBhC,SAAS,CAAC,iBAAiB,IAAI,IAAI;IA0BnC,SAAS,CAAC,cAAc,IAAI,IAAI;IAyBhC,SAAS,CAAC,eAAe,IAAI,IAAI;IAUjC,SAAS,CAAC,YAAY,IAAI,IAAI;IAiB9B,SAAS,CAAC,yBAAyB,IAAI,IAAI;CA0B5C"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { EaCApplicationAsCode } from '@semanticjs/common';
|
|
4
|
+
export declare class SecurityToggleComponent implements OnInit {
|
|
5
|
+
protected formBldr: FormBuilder;
|
|
6
|
+
EditingApplication: EaCApplicationAsCode;
|
|
7
|
+
get IsPrivateFormControl(): AbstractControl;
|
|
8
|
+
SecurityFormGroup: FormGroup;
|
|
9
|
+
ProcessorType: string;
|
|
10
|
+
constructor(formBldr: FormBuilder);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
SecuritySubmit(): void;
|
|
13
|
+
protected setupSecurityFormGroup(): void;
|
|
14
|
+
protected setupSecurityForm(): void;
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=security-toggle.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"security-toggle.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/controls/security-toggle/security-toggle.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACrF,OAAO,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAC;AAE1D,qBAKa,uBAAwB,YAAW,MAAM;IAYxC,SAAS,CAAC,QAAQ,EAAE,WAAW;IATpC,kBAAkB,EAAE,oBAAoB,CAAC;IAEhD,IAAW,oBAAoB,IAAI,eAAe,CAEjD;IACM,iBAAiB,EAAE,SAAS,CAAC;IAE7B,aAAa,EAAE,MAAM,CAAC;gBAEP,QAAQ,EAAE,WAAW;IAEpC,QAAQ,IAAI,IAAI;IAIhB,cAAc;IAIrB,SAAS,CAAC,sBAAsB;IAyBhC,SAAS,CAAC,iBAAiB,IAAI,IAAI;CAkBpC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { AbstractControl, FormBuilder, FormGroup } from '@angular/forms';
|
|
3
|
+
import { MatSelectChange } from '@angular/material/select';
|
|
4
|
+
import { EaCApplicationAsCode, EaCEnvironmentAsCode, EaCSourceControl } from '@semanticjs/common';
|
|
5
|
+
import { SourceControlFormControlsComponent } from '../../elements/projects/controls/forms/source-control/source-control.component';
|
|
6
|
+
export declare class SourceControlFormComponent implements OnInit {
|
|
7
|
+
protected formBldr: FormBuilder;
|
|
8
|
+
EditingApplication: EaCApplicationAsCode;
|
|
9
|
+
Environment: EaCEnvironmentAsCode;
|
|
10
|
+
SourceControlFormGroup: FormGroup;
|
|
11
|
+
ProcessorType: string;
|
|
12
|
+
get HasBuildFormControl(): AbstractControl;
|
|
13
|
+
SourceControlFormControls: SourceControlFormControlsComponent;
|
|
14
|
+
get SourceControlLookupFormControl(): AbstractControl;
|
|
15
|
+
get SourceControlLookups(): Array<string>;
|
|
16
|
+
get SourceControls(): {
|
|
17
|
+
[lookup: string]: EaCSourceControl;
|
|
18
|
+
};
|
|
19
|
+
constructor(formBldr: FormBuilder);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
SourceControlLookupChanged(event: MatSelectChange): void;
|
|
22
|
+
SubmitSourceControl(): void;
|
|
23
|
+
protected setupSourceControlForm(): void;
|
|
24
|
+
protected setupBuildForm(): void;
|
|
25
|
+
}
|
|
26
|
+
//# sourceMappingURL=source-control-form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-control-form.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/controls/source-control-form/source-control-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAa,MAAM,eAAe,CAAC;AACpE,OAAO,EAAE,eAAe,EAAE,WAAW,EAAE,SAAS,EAAc,MAAM,gBAAgB,CAAC;AACrF,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAC3D,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,EAAoB,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACpH,OAAO,EAAE,kCAAkC,EAAE,MAAM,gFAAgF,CAAC;AAEpI,qBAKa,0BAA2B,YAAW,MAAM;IAgC3C,SAAS,CAAC,QAAQ,EAAE,WAAW;IA7BpC,kBAAkB,EAAE,oBAAoB,CAAC;IAGzC,WAAW,EAAE,oBAAoB,CAAC;IAElC,sBAAsB,EAAE,SAAS,CAAC;IAElC,aAAa,EAAE,MAAM,CAAC;IAE7B,IAAW,mBAAmB,IAAI,eAAe,CAEhD;IAGM,yBAAyB,EAAE,kCAAkC,CAAC;IAErE,IAAW,8BAA8B,IAAI,eAAe,CAE3D;IAED,IAAW,oBAAoB,IAAI,KAAK,CAAC,MAAM,CAAC,CAE/C;IAED,IAAW,cAAc,IAAI;QAAE,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB,CAAA;KAAE,CAGlE;gBAEqB,QAAQ,EAAE,WAAW;IAEpC,QAAQ,IAAI,IAAI;IAIhB,0BAA0B,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI;IAKxD,mBAAmB;IAO1B,SAAS,CAAC,sBAAsB,IAAI,IAAI;IAOxC,SAAS,CAAC,cAAc,IAAI,IAAI;CAkBjC"}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class AnalyticsCardComponent implements OnInit {
|
|
4
3
|
Title: string;
|
|
5
4
|
Subtext: string;
|
|
6
5
|
Analytics: any[];
|
|
7
6
|
constructor();
|
|
8
7
|
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AnalyticsCardComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AnalyticsCardComponent, "lcu-analytics-card", never, { "Title": "title"; "Subtext": "subtext"; "Analytics": "analytics"; }, {}, never, never>;
|
|
11
8
|
}
|
|
9
|
+
//# sourceMappingURL=analytics-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"analytics-card.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/analytics-card/analytics-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAEzD,qBAKa,sBAAuB,YAAW,MAAM;IAG5C,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAIhB,SAAS,EAAE,GAAG,EAAE,CAAC;;IAOxB,QAAQ,IAAI,IAAI;CAGjB"}
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import { BaseFormConfigModel } from './../../models/base-form-config.model';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
|
-
import {
|
|
3
|
+
import { EaCService } from '../../services/eac.service';
|
|
4
4
|
import { FormsService } from '../../services/forms.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
5
|
export declare class BaseFormComponent implements OnInit {
|
|
7
6
|
protected formsService: FormsService;
|
|
8
|
-
protected
|
|
7
|
+
protected eac: EaCService;
|
|
9
8
|
/**
|
|
10
9
|
* FormGroup for project name card
|
|
11
10
|
*/
|
|
@@ -16,7 +15,7 @@ export declare class BaseFormComponent implements OnInit {
|
|
|
16
15
|
* When form is dirty, ties into formsService.DisableForms
|
|
17
16
|
*/
|
|
18
17
|
FormConfig: BaseFormConfigModel;
|
|
19
|
-
constructor(formsService: FormsService,
|
|
18
|
+
constructor(formsService: FormsService, eac: EaCService);
|
|
20
19
|
ngOnInit(): void;
|
|
21
20
|
protected setupForm(): void;
|
|
22
21
|
/**
|
|
@@ -30,6 +29,5 @@ export declare class BaseFormComponent implements OnInit {
|
|
|
30
29
|
protected updateValueRef(): void;
|
|
31
30
|
protected save(): void;
|
|
32
31
|
protected resetForm(): void;
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BaseFormComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseFormComponent, "lcu-base-form", never, {}, {}, never, never>;
|
|
35
32
|
}
|
|
33
|
+
//# sourceMappingURL=base-form.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"base-form.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/base-form/base-form.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAClD,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAE,YAAY,EAAE,MAAM,8BAA8B,CAAC;AAE5D,qBAKa,iBAAkB,YAAW,MAAM;IAoB5C,SAAS,CAAC,YAAY,EAAE,YAAY;IACpC,SAAS,CAAC,GAAG,EAAE,UAAU;IAnB3B;;OAEG;IAGH;;OAEG;IAGH;;OAEG;IAGI,UAAU,EAAE,mBAAmB,CAAC;gBAG3B,YAAY,EAAE,YAAY,EAC1B,GAAG,EAAE,UAAU;IAGpB,QAAQ,IAAI,IAAI;IAKvB,SAAS,CAAC,SAAS,IAAI,IAAI;IAO3B;;OAEG;IACH,SAAS,CAAC,QAAQ,IAAI,IAAI;IAK1B,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAgBrC;;OAEG;IACH,SAAS,CAAC,cAAc,IAAI,IAAI;IAShC,SAAS,CAAC,IAAI,IAAI,IAAI;IAItB,SAAS,CAAC,SAAS,IAAI,IAAI;CAG5B"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
export declare class CardCarouselComponent implements OnInit {
|
|
3
|
+
Stats: any[];
|
|
4
|
+
protected carouselIndex: number;
|
|
5
|
+
constructor();
|
|
6
|
+
ngOnInit(): void;
|
|
7
|
+
ngAfterViewInit(): void;
|
|
8
|
+
LeftChevronClicked(): void;
|
|
9
|
+
MoreDetailsClicked(): void;
|
|
10
|
+
RightChevronClicked(): void;
|
|
11
|
+
protected removeCarouselClasses(): void;
|
|
12
|
+
protected assignCarouselClass(): void;
|
|
13
|
+
}
|
|
14
|
+
//# sourceMappingURL=card-carousel.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"card-carousel.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/card-carousel/card-carousel.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAEzD,qBAKa,qBAAsB,YAAW,MAAM;IAG3C,KAAK,EAAE,GAAG,EAAE,CAAC;IAEpB,SAAS,CAAC,aAAa,EAAE,MAAM,CAAC;;IAMhC,QAAQ,IAAI,IAAI;IAGT,eAAe;IAIf,kBAAkB;IAehB,kBAAkB;IAIlB,mBAAmB;IAgB5B,SAAS,CAAC,qBAAqB;IAW/B,SAAS,CAAC,mBAAmB;CAW9B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { CardSlotModel } from '../../models/card-slot.model';
|
|
3
3
|
import { SlotActionModel } from '../../models/slot-action.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class ColumnInfoCardComponent implements OnInit {
|
|
6
5
|
Title: string;
|
|
7
6
|
MainIcon: string;
|
|
@@ -15,6 +14,5 @@ export declare class ColumnInfoCardComponent implements OnInit {
|
|
|
15
14
|
ngOnInit(): void;
|
|
16
15
|
SlotActionClickEvent(event: string): void;
|
|
17
16
|
MainCardClickEvent(event: string): void;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnInfoCardComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnInfoCardComponent, "lcu-column-info-card", never, { "Title": "title"; "MainIcon": "main-icon"; "MainSlotDescription": "main-slot-description"; "MainSlots": "main-slots"; "SecondarySlots": "secondary-slots"; "MainCardAction": "main-card-action"; }, { "MainCardClicked": "main-card-clicked"; "SlotActionClicked": "slot-action-clicked"; }, never, never>;
|
|
20
17
|
}
|
|
18
|
+
//# sourceMappingURL=column-info-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"column-info-card.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/column-info-card/column-info-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAC7D,OAAO,EAAE,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAEjE,qBAKa,uBAAwB,YAAW,MAAM;IAG7C,KAAK,EAAE,MAAM,CAAC;IAGd,QAAQ,EAAE,MAAM,CAAC;IAGjB,mBAAmB,EAAE,MAAM,CAAC;IAG5B,SAAS,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAGhC,cAAc,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAGrC,cAAc,EAAE,eAAe,CAAC;IAGhC,eAAe,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;IAGtC,iBAAiB,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;;IAI/C,QAAQ,IAAI,IAAI;IAGT,oBAAoB,CAAC,KAAK,EAAE,MAAM;IAIlC,kBAAkB,CAAC,KAAK,EAAE,MAAM;CAIxC"}
|
|
@@ -3,7 +3,6 @@ import { Subscription } from 'rxjs';
|
|
|
3
3
|
import { DynamicTabsModel } from './../../models/dynamic-tabs.model';
|
|
4
4
|
import { AfterViewInit, ComponentFactoryResolver, OnInit, ViewContainerRef } from '@angular/core';
|
|
5
5
|
import { MatTabChangeEvent } from '@angular/material/tabs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
6
|
export declare class DynamicTabsComponent implements OnInit, AfterViewInit {
|
|
8
7
|
protected componentFactoryResolver: ComponentFactoryResolver;
|
|
9
8
|
protected formsService: FormsService;
|
|
@@ -40,6 +39,5 @@ export declare class DynamicTabsComponent implements OnInit, AfterViewInit {
|
|
|
40
39
|
* @param index TabComponents index position
|
|
41
40
|
*/
|
|
42
41
|
protected renderComponent(index: number): void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DynamicTabsComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DynamicTabsComponent, "lcu-dynamic-tabs", never, { "BackgroundColor": "background-color"; "Color": "color"; "TabComponents": "tab-components"; }, {}, never, never>;
|
|
45
42
|
}
|
|
43
|
+
//# sourceMappingURL=dynamic-tabs.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dynamic-tabs.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/dynamic-tabs/dynamic-tabs.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,YAAY,EAAE,MAAM,MAAM,CAAC;AACpC,OAAO,EAAE,gBAAgB,EAAE,MAAM,mCAAmC,CAAC;AACrE,OAAO,EACL,aAAa,EAGb,wBAAwB,EAGxB,MAAM,EAEN,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACxC,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAE7D,qBAMa,oBAAqB,YAAW,MAAM,EAAE,aAAa;IA+B9D,SAAS,CAAC,wBAAwB,EAAE,wBAAwB;IAC5D,SAAS,CAAC,YAAY,EAAE,YAAY;IA9BtC;;OAEG;IAEH,SAAS,CAAC,aAAa,EAAE,gBAAgB,CAAC;IAGnC,eAAe,EAAE,MAAM,CAAC;IAGxB,KAAK,EAAE,MAAM,CAAC;IAErB;;OAEG;IACI,WAAW,EAAE,OAAO,CAAC;IAE5B;;OAEG;IACH,SAAS,CAAC,uBAAuB,EAAE,YAAY,CAAC;IAEhD;;OAEG;IAEI,aAAa,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;gBAGlC,wBAAwB,EAAE,wBAAwB,EAClD,YAAY,EAAE,YAAY;IAG/B,QAAQ,IAAI,IAAI;IAShB,eAAe,IAAI,IAAI;IAI9B;;;;OAIG;IACI,UAAU,CAAC,GAAG,EAAE,iBAAiB,GAAG,IAAI;IAO/C;;;;OAIG;IACH,SAAS,CAAC,eAAe,CAAC,KAAK,EAAE,MAAM;CAuBxC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class FeedCardSmComponent implements OnInit {
|
|
4
3
|
Icon: string;
|
|
5
4
|
Title: string;
|
|
@@ -9,6 +8,5 @@ export declare class FeedCardSmComponent implements OnInit {
|
|
|
9
8
|
constructor();
|
|
10
9
|
ngOnInit(): void;
|
|
11
10
|
protected determineIconColor(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FeedCardSmComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FeedCardSmComponent, "lcu-feed-card-sm", never, { "Icon": "icon"; "Title": "title"; "Subtext": "subtext"; "Description": "description"; }, {}, never, ["[actions]"]>;
|
|
14
11
|
}
|
|
12
|
+
//# sourceMappingURL=feed-card-sm.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"feed-card-sm.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/feed-card-sm/feed-card-sm.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAEzD,qBAKa,mBAAoB,YAAW,MAAM;IAGzC,IAAI,EAAE,MAAM,CAAC;IAGb,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,WAAW,EAAE,MAAM,CAAC;IAEpB,SAAS,EAAE,MAAM,CAAC;;IAIzB,QAAQ,IAAI,IAAI;IAKhB,SAAS,CAAC,kBAAkB;CAW7B"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { FormGroup } from '@angular/forms';
|
|
2
2
|
import { OnInit } from '@angular/core';
|
|
3
3
|
import { CardFormConfigModel } from '../../models/card-form-config.model';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class FormCardComponent implements OnInit {
|
|
6
5
|
/**
|
|
7
6
|
* Values for building out the card
|
|
@@ -18,6 +17,5 @@ export declare class FormCardComponent implements OnInit {
|
|
|
18
17
|
Form: FormGroup;
|
|
19
18
|
constructor();
|
|
20
19
|
ngOnInit(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormCardComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormCardComponent, "lcu-form-card", never, { "Config": "config"; "Disabled": "disabled"; "IsDirty": "is-dirty"; "Form": "form"; }, {}, never, ["*"]>;
|
|
23
20
|
}
|
|
21
|
+
//# sourceMappingURL=form-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form-card.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/form-card/form-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAC3C,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AACzD,OAAO,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAE1E,qBAMa,iBAAkB,YAAW,MAAM;IAE9C;;OAEG;IAEI,MAAM,EAAE,mBAAmB,CAAC;IAEnC;;OAEG;IAEI,QAAQ,EAAE,OAAO,CAAC;IAGlB,OAAO,EAAE,OAAO,CAAC;IAExB;;OAEG;IAEI,IAAI,EAAE,SAAS,CAAC;;IAMvB,QAAQ,IAAI,IAAI;CAGjB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class GhControlComponent implements OnInit {
|
|
4
3
|
InputLabel: string;
|
|
5
4
|
protected selectedBtn: string;
|
|
@@ -14,6 +13,5 @@ export declare class GhControlComponent implements OnInit {
|
|
|
14
13
|
Submit(): void;
|
|
15
14
|
protected addSelectBtn(): void;
|
|
16
15
|
protected removeSelectedBtn(): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GhControlComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GhControlComponent, "lcu-gh-control", never, {}, {}, never, never>;
|
|
19
16
|
}
|
|
17
|
+
//# sourceMappingURL=gh-control.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gh-control.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/gh-control/gh-control.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,MAAM,EAAE,MAAM,eAAe,CAAC;AAElD,qBAKa,kBAAmB,YAAW,MAAM;IAExC,UAAU,EAAE,MAAM,CAAC;IAE1B,SAAS,CAAC,WAAW,EAAE,MAAM,CAAC;IAEvB,KAAK,EAAE,MAAM,CAAC;;IAQd,QAAQ,IAAI,IAAI;IAIhB,eAAe;IAIf,mBAAmB;IASnB,SAAS;IAST,iBAAiB;IASjB,YAAY;IAKZ,MAAM;IAwBb,SAAS,CAAC,YAAY;IAItB,SAAS,CAAC,iBAAiB;CAI5B"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class MainFeedCardComponent implements OnInit {
|
|
4
3
|
Avatar: string;
|
|
5
4
|
Title: string;
|
|
@@ -8,6 +7,5 @@ export declare class MainFeedCardComponent implements OnInit {
|
|
|
8
7
|
constructor();
|
|
9
8
|
ngOnInit(): void;
|
|
10
9
|
MoreClicked(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MainFeedCardComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MainFeedCardComponent, "lcu-main-feed-card", never, { "Avatar": "avatar"; "Title": "title"; "Subtext": "subtext"; "TimeAgo": "time-ago"; }, {}, never, ["[tabs]", "[actions]"]>;
|
|
13
10
|
}
|
|
11
|
+
//# sourceMappingURL=main-feed-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"main-feed-card.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/main-feed-card/main-feed-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;AAEzD,qBAKa,qBAAsB,YAAW,MAAM;IAE3C,MAAM,EAAE,MAAM,CAAC;IAGf,KAAK,EAAE,MAAM,CAAC;IAGd,OAAO,EAAE,MAAM,CAAC;IAGhB,OAAO,EAAE,MAAM,CAAC;;IAIhB,QAAQ,IAAI,IAAI;IAGhB,WAAW;CAInB"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class ProjectInfoCardComponent implements OnInit {
|
|
4
3
|
Description: string;
|
|
5
4
|
Image: string;
|
|
@@ -11,6 +10,5 @@ export declare class ProjectInfoCardComponent implements OnInit {
|
|
|
11
10
|
ngOnInit(): void;
|
|
12
11
|
LeftIconClicked(): void;
|
|
13
12
|
RightIconClicked(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProjectInfoCardComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProjectInfoCardComponent, "lcu-project-info-card", never, { "Description": "description"; "Image": "image"; "Name": "name"; "Subtext": "subtext"; }, { "LeftClickEvent": "left-click-event"; "RightClickEvent": "right-click-event"; }, never, ["[stats]", "[promo]", "[action]"]>;
|
|
16
13
|
}
|
|
14
|
+
//# sourceMappingURL=project-info-card.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"project-info-card.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/project-info-card/project-info-card.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,YAAY,EAAS,MAAM,EAAU,MAAM,eAAe,CAAC;AAE/E,qBAKa,wBAAyB,YAAW,MAAM;IAG9C,WAAW,EAAE,MAAM,CAAC;IAGpB,KAAK,EAAE,MAAM,CAAC;IAGd,IAAI,EAAE,MAAM,CAAC;IAGb,OAAO,EAAE,MAAM,CAAC;IAGhB,cAAc,EAAE,YAAY,CAAC,EAAE,CAAC,CAAC;IAGjC,eAAe,EAAE,YAAY,CAAC,EAAE,CAAC,CAAC;;IASzC,QAAQ,IAAI,IAAI;IAIT,eAAe;IAIf,gBAAgB;CAIxB"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import { GitHubWorkflowRun } from './../../../../state/applications-flow.state';
|
|
2
2
|
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { ApplicationsFlowEventsService } from './../../../../services/applications-flow-events.service';
|
|
4
3
|
import { EaCLowCodeUnit, EaCProjectAsCode } from '@semanticjs/common';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
4
|
export declare class BuildsComponent implements OnInit, OnDestroy {
|
|
7
|
-
protected appsFlowEventsSvc: ApplicationsFlowEventsService;
|
|
8
5
|
Projects: Array<EaCProjectAsCode>;
|
|
9
|
-
constructor(
|
|
6
|
+
constructor();
|
|
10
7
|
ngOnInit(): void;
|
|
11
8
|
ngOnDestroy(): void;
|
|
12
9
|
DeployRun(lastrun: GitHubWorkflowRun): void;
|
|
@@ -14,6 +11,5 @@ export declare class BuildsComponent implements OnInit, OnDestroy {
|
|
|
14
11
|
project: EaCProjectAsCode;
|
|
15
12
|
lcuID: string;
|
|
16
13
|
}): EaCLowCodeUnit;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BuildsComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BuildsComponent, "lcu-builds", never, { "Projects": "projects"; }, {}, never, never>;
|
|
19
14
|
}
|
|
15
|
+
//# sourceMappingURL=builds.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"builds.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/projects/controls/builds/builds.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EAClB,MAAM,6CAA6C,CAAC;AACrD,OAAO,EAGL,MAAM,EACN,SAAS,EACV,MAAM,eAAe,CAAC;AACvB,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtE,qBAKa,eAAgB,YAAW,MAAM,EAAE,SAAS;IAKhD,QAAQ,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;;IAIlC,QAAQ,IAAI,IAAI;IAEhB,WAAW,IAAI,IAAI;IAGnB,SAAS,CAAC,OAAO,EAAE,iBAAiB,GAAG,IAAI;IAI3C,WAAW,CAAC,GAAG,EAAE;QACtB,OAAO,EAAE,gBAAgB,CAAC;QAC1B,KAAK,EAAE,MAAM,CAAC;KACf,GAAG,cAAc;CAInB"}
|
package/lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.d.ts
CHANGED
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { AfterViewInit, OnInit } from '@angular/core';
|
|
2
2
|
import { FormGroup, FormBuilder } from '@angular/forms';
|
|
3
3
|
import { MatStepper } from '@angular/material/stepper';
|
|
4
|
+
import { EaCService } from '../../../../services/eac.service';
|
|
4
5
|
import { ApplicationsFlowService } from '../../../../services/applications-flow.service';
|
|
5
6
|
import { ProjectHostingDetails } from '../../../../state/applications-flow.state';
|
|
6
7
|
import { SourceControlFormControlsComponent } from '../forms/source-control/source-control.component';
|
|
7
|
-
import { ApplicationsFlowEventsService } from './../../../../services/applications-flow-events.service';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
8
|
export declare class CreateProjectWizardComponent implements AfterViewInit, OnInit {
|
|
10
9
|
protected formBuilder: FormBuilder;
|
|
11
10
|
protected appsFlowSvc: ApplicationsFlowService;
|
|
12
|
-
protected
|
|
11
|
+
protected eacSvc: EaCService;
|
|
13
12
|
get AreProjectDetailsValid(): boolean;
|
|
14
13
|
HostingDetails: ProjectHostingDetails;
|
|
15
14
|
get IsBranchValid(): boolean;
|
|
@@ -21,7 +20,7 @@ export declare class CreateProjectWizardComponent implements AfterViewInit, OnIn
|
|
|
21
20
|
get RepoDetailsFormGroup(): FormGroup;
|
|
22
21
|
SourceControl: SourceControlFormControlsComponent;
|
|
23
22
|
Stepper: MatStepper;
|
|
24
|
-
constructor(formBuilder: FormBuilder, appsFlowSvc: ApplicationsFlowService,
|
|
23
|
+
constructor(formBuilder: FormBuilder, appsFlowSvc: ApplicationsFlowService, eacSvc: EaCService);
|
|
25
24
|
ngAfterViewInit(): void;
|
|
26
25
|
ngOnInit(): void;
|
|
27
26
|
Cancel(): void;
|
|
@@ -31,6 +30,5 @@ export declare class CreateProjectWizardComponent implements AfterViewInit, OnIn
|
|
|
31
30
|
protected determineStep(): void;
|
|
32
31
|
protected handleStateChange(): void;
|
|
33
32
|
protected loadProjectHostingDetails(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CreateProjectWizardComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateProjectWizardComponent, "lcu-create-project-wizard", never, {}, {}, never, never>;
|
|
36
33
|
}
|
|
34
|
+
//# sourceMappingURL=create-project-wizard.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-project-wizard.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/projects/controls/create-project-wizard/create-project-wizard.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAa,MAAM,EAAa,MAAM,eAAe,CAAC;AAC5E,OAAO,EAAE,SAAS,EAAE,WAAW,EAAC,MAAM,gBAAgB,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAEvD,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,EAAE,uBAAuB,EAAE,MAAM,gDAAgD,CAAC;AACzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,EAAE,kCAAkC,EAAE,MAAM,kDAAkD,CAAC;AAEtG,qBAKa,4BAA6B,YAAW,aAAa,EAAE,MAAM;IA0CtE,SAAS,CAAC,WAAW,EAAE,WAAW;IAClC,SAAS,CAAC,WAAW,EAAE,uBAAuB;IAC9C,SAAS,CAAC,MAAM,EAAE,UAAU;IAxC9B,IAAW,sBAAsB,IAAI,OAAO,CAE3C;IAEM,cAAc,EAAE,qBAAqB,CAAC;IAE7C,IAAW,aAAa,IAAI,OAAO,CAElC;IAED,IAAW,mBAAmB,IAAI,OAAO,CAExC;IAED,IAAW,iBAAiB,IAAI,OAAO,CAEtC;IAEM,OAAO,CAAC,EAAE,OAAO,CAAC;IAEzB,IAAW,uBAAuB,IAAI,SAAS,CAE9C;IAEM,gBAAgB,EAAE,SAAS,CAAC;IAEnC,IAAW,oBAAoB,IAAI,SAAS,CAE3C;IAGM,aAAa,EAAE,kCAAkC,CAAC;IAGlD,OAAO,EAAE,UAAU,CAAC;gBAIf,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,uBAAuB,EACpC,MAAM,EAAE,UAAU;IAKvB,eAAe,IAAI,IAAI;IAIvB,QAAQ,IAAI,IAAI;IAQhB,MAAM;IAIN,mBAAmB;IAInB,aAAa,IAAI,IAAI;IAkDrB,eAAe,IAAI,IAAI;IAK9B,SAAS,CAAC,aAAa,IAAI,IAAI;IAgB/B,SAAS,CAAC,iBAAiB,IAAI,IAAI;IAInC,SAAS,CAAC,yBAAyB,IAAI,IAAI;CAiB5C"}
|
|
@@ -5,13 +5,10 @@ import { MatChipInputEvent } from '@angular/material/chips';
|
|
|
5
5
|
import { MatSelectChange } from '@angular/material/select';
|
|
6
6
|
import { GitHubBranch, GitHubOrganization, GitHubRepository } from '../../../../../state/applications-flow.state';
|
|
7
7
|
import { ApplicationsFlowService } from '../../../../../services/applications-flow.service';
|
|
8
|
-
import { ApplicationsFlowEventsService } from '../../../../../services/applications-flow-events.service';
|
|
9
8
|
import { EaCSourceControl } from '@semanticjs/common';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
9
|
export declare class SourceControlFormControlsComponent implements AfterViewInit, OnDestroy, OnInit {
|
|
12
10
|
protected formBuilder: FormBuilder;
|
|
13
11
|
protected appsFlowSvc: ApplicationsFlowService;
|
|
14
|
-
protected appsFlowEventsSvc: ApplicationsFlowEventsService;
|
|
15
12
|
get BranchesFormControl(): AbstractControl;
|
|
16
13
|
BranchesChanged: EventEmitter<Array<string>>;
|
|
17
14
|
BranchesDisabled: boolean;
|
|
@@ -37,7 +34,7 @@ export declare class SourceControlFormControlsComponent implements AfterViewInit
|
|
|
37
34
|
SourceControlRoot: string;
|
|
38
35
|
UseBranches: boolean;
|
|
39
36
|
UseBuildPath: boolean;
|
|
40
|
-
constructor(formBuilder: FormBuilder, appsFlowSvc: ApplicationsFlowService
|
|
37
|
+
constructor(formBuilder: FormBuilder, appsFlowSvc: ApplicationsFlowService);
|
|
41
38
|
ngAfterViewInit(): void;
|
|
42
39
|
ngOnDestroy(): void;
|
|
43
40
|
ngOnInit(): void;
|
|
@@ -60,6 +57,5 @@ export declare class SourceControlFormControlsComponent implements AfterViewInit
|
|
|
60
57
|
protected listOrganizations(): void;
|
|
61
58
|
protected listRepositories(activeRepo?: string): void;
|
|
62
59
|
protected setupFormControls(): void;
|
|
63
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SourceControlFormControlsComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SourceControlFormControlsComponent, "lcu-source-control-form-controls", never, { "BranchesDisabled": "branches-disabled"; "BuildPath": "build-path"; "BuildPathDisabled": "build-path-disabled"; "FormGroup": "form-group"; "OrganizationDisabled": "org-disabled"; "RepositoryDisabled": "repo-disabled"; "SourceControl": "source-control"; "SourceControlRoot": "source-control-root"; "UseBranches": "use-branches"; "UseBuildPath": "use-build-path"; }, { "BranchesChanged": "branches-changed"; }, never, never>;
|
|
65
60
|
}
|
|
61
|
+
//# sourceMappingURL=source-control.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"source-control.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/projects/controls/forms/source-control/source-control.component.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,aAAa,EAEb,UAAU,EACV,YAAY,EAEZ,SAAS,EACT,MAAM,EAGP,MAAM,eAAe,CAAC;AAEvB,OAAO,EACL,SAAS,EACT,WAAW,EAEX,eAAe,EAEhB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,4BAA4B,EAAE,MAAM,gCAAgC,CAAC;AAC9E,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAC5D,OAAO,EAAE,eAAe,EAAE,MAAM,0BAA0B,CAAC;AAE3D,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,8CAA8C,CAAC;AACtD,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAEtD,qBAKa,kCACX,YAAW,aAAa,EAAE,SAAS,EAAE,MAAM;IA+EzC,SAAS,CAAC,WAAW,EAAE,WAAW;IAClC,SAAS,CAAC,WAAW,EAAE,uBAAuB;IA3EhD,IAAW,mBAAmB,IAAI,eAAe,CAEhD;IAGM,eAAe,EAAE,YAAY,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC;IAG7C,gBAAgB,EAAE,OAAO,CAAC;IAG1B,aAAa,EAAE,UAAU,CAAC,gBAAgB,CAAC,CAAC;IAE5C,aAAa,EAAE,YAAY,EAAE,CAAC;IAG9B,SAAS,EAAE,MAAM,CAAC;IAGlB,iBAAiB,EAAE,OAAO,CAAC;IAElC,IAAW,oBAAoB,IAAI,eAAe,CAEjD;IAEM,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAE3B,kBAAkB,EAAE,OAAO,CAAC;IAG5B,SAAS,EAAE,SAAS,CAAC;IAErB,OAAO,EAAE,OAAO,CAAC;IAExB,IAAW,qBAAqB,IAAI,eAAe,CAElD;IAGM,oBAAoB,EAAE,OAAO,CAAC;IAErC,IAAW,uBAAuB,IAAI,eAAe,CAEpD;IAEM,mBAAmB,EAAE,kBAAkB,EAAE,CAAC;IAEjD,IAAW,qBAAqB,IAAI,eAAe,CAElD;IAGM,kBAAkB,EAAE,OAAO,CAAC;IAE5B,iBAAiB,EAAE,gBAAgB,EAAE,CAAC;IAEtC,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAElC,SAAgB,kBAAkB,qBAA2B;IAGtD,aAAa,EAAE,gBAAgB,CAAC;IAGhC,iBAAiB,EAAE,MAAM,CAAC;IAG1B,WAAW,EAAE,OAAO,CAAC;IAGrB,YAAY,EAAE,OAAO,CAAC;gBAIjB,WAAW,EAAE,WAAW,EACxB,WAAW,EAAE,uBAAuB;IAczC,eAAe,IAAI,IAAI;IAEvB,WAAW,IAAI,IAAI;IAInB,QAAQ,IAAI,IAAI;IAOhB,eAAe,CAAC,KAAK,EAAE,iBAAiB,GAAG,IAAI;IAM/C,oBAAoB,CAAC,KAAK,EAAE,4BAA4B,GAAG,IAAI;IAI/D,gBAAgB,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI;IAG9C,gBAAgB,IAAI,IAAI;IAMxB,sBAAsB,IAAI,IAAI;IAI9B,iBAAiB,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI;IAI/C,mBAAmB,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI;IAcjD,oBAAoB,IAAI,IAAI;IAa5B,kBAAkB,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAUxC,iBAAiB,CAAC,KAAK,EAAE,eAAe,GAAG,IAAI;IAgB/C,cAAc,IAAI,IAAI;IAuB7B,SAAS,CAAC,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,IAAI;IAY9C,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAoBrC,SAAS,CAAC,mBAAmB,IAAI,IAAI;IAoBrC,SAAS,CAAC,YAAY,IAAI,IAAI;IA6B9B,SAAS,CAAC,cAAc,IAAI,IAAI;IAqBhC,SAAS,CAAC,iBAAiB,IAAI,IAAI;IAsBnC,SAAS,CAAC,gBAAgB,CAAC,UAAU,GAAE,MAAa,GAAG,IAAI;IA0B3D,SAAS,CAAC,iBAAiB,IAAI,IAAI;CAwCpC"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { OnInit, AfterViewInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
2
|
export declare class GitAuthComponent implements OnInit, AfterViewInit {
|
|
4
3
|
ConnectClicked: boolean;
|
|
5
4
|
constructor();
|
|
@@ -9,6 +8,5 @@ export declare class GitAuthComponent implements OnInit, AfterViewInit {
|
|
|
9
8
|
* Connect Github Provider
|
|
10
9
|
*/
|
|
11
10
|
ConnectGitHubProvider(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GitAuthComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GitAuthComponent, "lcu-git-auth", never, {}, {}, never, never>;
|
|
14
11
|
}
|
|
12
|
+
//# sourceMappingURL=git-auth.component.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"git-auth.component.d.ts","sourceRoot":"/home/runner/work/applications-flow/applications-flow/projects/common/src/","sources":["lib/elements/projects/controls/git-auth/git-auth.component.ts"],"names":[],"mappings":"AAEA,OAAO,EAAa,MAAM,EAAE,aAAa,EAAS,MAAM,eAAe,CAAC;AAGxE,qBAKa,gBAAiB,YAAW,MAAM,EAAE,aAAa;IAErD,cAAc,EAAE,OAAO,CAAC;;IAMxB,eAAe,IAAI,IAAI;IAEvB,QAAQ,IAAI,IAAI;IAEvB;;OAEG;IACI,qBAAqB,IAAI,IAAI;CAWrC"}
|