@decaf-ts/for-angular 0.0.64 → 0.0.65
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/index.d.ts
CHANGED
|
@@ -173,6 +173,7 @@ declare const ComponentEventNames: {
|
|
|
173
173
|
readonly FIELDSET_REMOVE_GROUP: "fieldsetRemoveGroupEvent";
|
|
174
174
|
readonly THEME_CHANGE: "themeChangeEvent";
|
|
175
175
|
readonly FORM_GROUP_LOADED: "formGroupLoadedEvent";
|
|
176
|
+
readonly DISABLE_MENU: "disableMenuEvent";
|
|
176
177
|
};
|
|
177
178
|
/**
|
|
178
179
|
* @description Logger level constants.
|
|
@@ -8838,7 +8839,7 @@ declare abstract class NgxPageDirective extends NgxComponentDirective implements
|
|
|
8838
8839
|
*/
|
|
8839
8840
|
constructor(localeRoot?: string, hasMenu?: boolean);
|
|
8840
8841
|
get pageTitle(): string;
|
|
8841
|
-
ngOnInit(): Promise<void
|
|
8842
|
+
ngOnInit(): Promise<void>;
|
|
8842
8843
|
/**
|
|
8843
8844
|
* @description Ionic lifecycle hook called when the page is about to enter view.
|
|
8844
8845
|
* @summary This lifecycle hook is triggered just before the page becomes visible to the user.
|