@omnia/workplace 6.7.134-preview → 6.7.138-preview
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.
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
import { VueComponentBase } from "@omnia/fx/ux";
|
|
2
1
|
export declare module DialogHelper {
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
/**
|
|
3
|
+
* Validate before closing dialog
|
|
4
|
+
* Current condition: Accessibility feature is turned off.
|
|
5
|
+
* */
|
|
6
|
+
function validateCloseDialog(): Promise<boolean>;
|
|
5
7
|
}
|