@lowcodeunit/applications-flow-common 1.37.151-new-routes-page-setup → 1.37.152-new-routes-page-setup
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/security-toggle/security-toggle.component.mjs +7 -2
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +6 -1
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +6 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lib/controls/security-toggle/security-toggle.component.d.ts +2 -1
- package/package.json +1 -1
@@ -11,6 +11,7 @@ export declare class SecurityToggleComponent implements OnInit {
|
|
11
11
|
AccessRights: any;
|
12
12
|
LicenseConfigs: any;
|
13
13
|
SaveFormEvent: EventEmitter<{}>;
|
14
|
+
IsPrivateChanged: EventEmitter<any>;
|
14
15
|
get AccessRightsFormControl(): AbstractControl;
|
15
16
|
get IsPrivateFormControl(): AbstractControl;
|
16
17
|
get IsTriggerSignInFormControl(): AbstractControl;
|
@@ -27,5 +28,5 @@ export declare class SecurityToggleComponent implements OnInit {
|
|
27
28
|
protected setupSecurityFormGroup(): void;
|
28
29
|
protected setupSecurityForm(): void;
|
29
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<SecurityToggleComponent, never>;
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SecurityToggleComponent, "lcu-security-toggle", never, { "EditingApplication": "editing-application"; "Loading": "loading"; "AccessRights": "access-rights"; "LicenseConfigs": "license-configs"; }, { "SaveFormEvent": "save-form-event"; }, never, never>;
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SecurityToggleComponent, "lcu-security-toggle", never, { "EditingApplication": "editing-application"; "Loading": "loading"; "AccessRights": "access-rights"; "LicenseConfigs": "license-configs"; }, { "SaveFormEvent": "save-form-event"; "IsPrivateChanged": "is-private-changed"; }, never, never>;
|
31
32
|
}
|