improve the loading component (#8251)

* improve the loading component

* fix unused method warning

* revert the change
This commit is contained in:
Alan Ren
2019-11-07 11:28:38 -08:00
committed by GitHub
parent 7f51921176
commit b364e32beb
3 changed files with 43 additions and 5 deletions

3
src/sql/azdata.d.ts vendored
View File

@@ -3238,6 +3238,9 @@ declare module 'azdata' {
export interface LoadingComponentProperties {
loading?: boolean;
showText?: boolean;
loadingText?: string;
loadingCompletedText?: string;
}
export interface DivContainerProperties extends ComponentProperties {