@lowcodeunit/applications-flow-common 1.39.16-integration → 1.39.17-hardening-bugs
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/lib/controls/build-pipeline-form/build-pipeline-form.component.mjs +5 -6
- package/esm2020/lib/controls/processor-details-form/processor-details-form.component.mjs +15 -8
- package/esm2020/lib/controls/security-toggle/security-toggle.component.mjs +6 -11
- package/esm2020/lib/dialogs/new-application-dialog/new-application-dialog.component.mjs +4 -2
- package/esm2020/lib/elements/form-card/form-card.component.mjs +8 -3
- package/esm2020/lib/elements/projects/controls/tabs/domains/domains.component.mjs +9 -6
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +50 -35
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +41 -30
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lib/controls/processor-details-form/processor-details-form.component.d.ts +1 -0
- package/lib/elements/form-card/form-card.component.d.ts +1 -0
- package/package.json +1 -1
@@ -70,6 +70,7 @@ export declare class ProcessorDetailsFormComponent implements OnInit {
|
|
70
70
|
protected setupLCUApplicationPointerForm(): void;
|
71
71
|
protected setupLCUSPAForm(): void;
|
72
72
|
protected setupLCUAPIForm(): void;
|
73
|
+
protected setupLCUNPMForm(): void;
|
73
74
|
protected setupLCUGitHubOAuthForm(): void;
|
74
75
|
protected setupLCUWordPressForm(): void;
|
75
76
|
protected setupProxyForm(): void;
|
@@ -18,6 +18,7 @@ export declare class FormCardComponent implements OnInit {
|
|
18
18
|
Form: FormGroup;
|
19
19
|
constructor();
|
20
20
|
ngOnInit(): void;
|
21
|
+
ngOnChanges(): void;
|
21
22
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormCardComponent, never>;
|
22
23
|
static ɵcmp: i0.ɵɵComponentDeclaration<FormCardComponent, "lcu-form-card", never, { "Config": "config"; "Disabled": "disabled"; "IsDirty": "is-dirty"; "Form": "form"; }, {}, never, ["*"]>;
|
23
24
|
}
|