@datarailsshared/datarailsshared 1.6.129 → 1.6.131

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.
@@ -24,6 +24,8 @@ export declare class DialogService {
24
24
  * @deprecated use closeDialog function within a concrete component
25
25
  */
26
26
  close(params?: any): void;
27
+ closeAll(): void;
28
+ getDialogById(id: string): import("@angular/material/dialog").MatDialogRef<any, any>;
27
29
  /**
28
30
  * @deprecated
29
31
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.129",
3
+ "version": "1.6.131",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",