@lowcodeunit/applications-flow-common 1.37.26-home-page → 1.37.27-home-page
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/dialogs/user-account-dialog/user-account-dialog.component.mjs +23 -29
- package/fesm2015/lowcodeunit-applications-flow-common.mjs +20 -25
- package/fesm2015/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/fesm2020/lowcodeunit-applications-flow-common.mjs +20 -25
- package/fesm2020/lowcodeunit-applications-flow-common.mjs.map +1 -1
- package/lib/dialogs/user-account-dialog/user-account-dialog.component.d.ts +0 -5
- package/package.json +1 -1
|
@@ -72,7 +72,6 @@ export declare class UserAccountDialogComponent implements OnInit {
|
|
|
72
72
|
get PlanInterval(): string;
|
|
73
73
|
constructor(dialogRef: MatDialogRef<UserAccountDialogComponent>, data: ApplicationsFlowState, projectSvc: ProjectService);
|
|
74
74
|
ngOnInit(): void;
|
|
75
|
-
ChangeEmail(): void;
|
|
76
75
|
ChangePassword(): void;
|
|
77
76
|
/**
|
|
78
77
|
* Logs out the user
|
|
@@ -87,7 +86,6 @@ export declare class UserAccountDialogComponent implements OnInit {
|
|
|
87
86
|
/**
|
|
88
87
|
* Toggles ManagingSubscription to false in order to exit the editing state
|
|
89
88
|
*/
|
|
90
|
-
GoBack(): void;
|
|
91
89
|
GoBackToUserAccount(): void;
|
|
92
90
|
/**
|
|
93
91
|
* Leads to subscription cancellation modal
|
|
@@ -99,15 +97,12 @@ export declare class UserAccountDialogComponent implements OnInit {
|
|
|
99
97
|
CancelSubscription(): void;
|
|
100
98
|
/**
|
|
101
99
|
* Sends user to area where they can upgade their plan
|
|
102
|
-
*
|
|
103
|
-
* TODO figure out where to send the user
|
|
104
100
|
*/
|
|
105
101
|
ChangePlan(): void;
|
|
106
102
|
/**
|
|
107
103
|
* Checks to see if the user has selected a reason why
|
|
108
104
|
* they are canceling to enable the confirmation button
|
|
109
105
|
*/
|
|
110
|
-
CheckIfReasonGiven(): boolean;
|
|
111
106
|
/**
|
|
112
107
|
* Closes the dialog while also checking to see if the user supplied any additional feedback
|
|
113
108
|
*/
|