@quadrel-enterprise-ui/framework 20.6.2 → 20.8.0
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
|
@@ -13146,6 +13146,7 @@ declare class QdPageComponent<T extends object> implements OnInit, OnChanges, Af
|
|
|
13146
13146
|
private readonly dialog;
|
|
13147
13147
|
private bottomOffset$;
|
|
13148
13148
|
private readonly dialogRef;
|
|
13149
|
+
private readonly navigationInterceptor;
|
|
13149
13150
|
/**
|
|
13150
13151
|
* This property defines the configuration for the QdPage component, including the page type,
|
|
13151
13152
|
* title, and specific configurations for each type of page.
|
|
@@ -13189,7 +13190,7 @@ declare class QdPageComponent<T extends object> implements OnInit, OnChanges, Af
|
|
|
13189
13190
|
private initSaveDraftFooterAction;
|
|
13190
13191
|
private updateInspectPageOperationMode;
|
|
13191
13192
|
private generateFooterActionHandler;
|
|
13192
|
-
private
|
|
13193
|
+
private setupCancelConfirmation;
|
|
13193
13194
|
private initSubmitValidation;
|
|
13194
13195
|
private setupPageDialogCloseContract;
|
|
13195
13196
|
static ɵfac: i0.ɵɵFactoryDeclaration<QdPageComponent<any>, never>;
|