refactor(loading): remove dismissOnPageChange

closes #14930
This commit is contained in:
Manu Mtz.-Almeida
2018-08-12 18:38:30 +02:00
parent d856ecfbbf
commit 270ece0b5e
4 changed files with 8 additions and 14 deletions

View File

@ -1200,10 +1200,6 @@ declare global {
* Dismiss the loading overlay after it has been presented.
*/
'dismiss': (data?: any, role?: string | undefined) => Promise<void>;
/**
* If true, the loading indicator will dismiss when the page changes. Defaults to `false`.
*/
'dismissOnPageChange': boolean;
/**
* Number of milliseconds to wait before dismissing the loading indicator.
*/
@ -4734,10 +4730,6 @@ declare global {
* Additional classes to apply for custom CSS. If multiple classes are provided they should be separated by spaces.
*/
'cssClass'?: string | string[];
/**
* If true, the loading indicator will dismiss when the page changes. Defaults to `false`.
*/
'dismissOnPageChange'?: boolean;
/**
* Number of milliseconds to wait before dismissing the loading indicator.
*/