@skysoftware-co/bayan-core-widgets-ui 0.0.28 → 0.1.1
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/lib/top-menu-widget/components/change-password-widget/change-password-widget.component.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export declare class BayanCoreChangePasswordWidgetComponent {
|
|
|
6
6
|
private readonly menuService;
|
|
7
7
|
private readonly alertToastService;
|
|
8
8
|
private readonly translatePipe;
|
|
9
|
+
private readonly cdr;
|
|
9
10
|
baseUrl: string;
|
|
10
11
|
visible: boolean;
|
|
11
12
|
config: TopMenuWidgetChangePasswordDialogConfig;
|