@datarailsshared/datarailsshared 1.4.116 → 1.4.117

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,7 +1,9 @@
1
1
  import { ComponentType } from '@angular/cdk/portal';
2
2
  import { Observable } from 'rxjs';
3
3
  import { TimeframeOption } from '../../models/datePicker';
4
- export interface DialogData<T = any> {
4
+ import { MatDialogConfig } from '@angular/material/dialog';
5
+ declare type DialogConfig = Omit<MatDialogConfig, 'data'>;
6
+ export interface DialogData<T = any> extends DialogConfig {
5
7
  data: {
6
8
  title?: string;
7
9
  searchable?: boolean;
@@ -32,10 +34,6 @@ export interface DialogData<T = any> {
32
34
  hideCloseBtn?: boolean;
33
35
  footerTemplateData?: FooterTemplateData;
34
36
  };
35
- panelClass?: string | string[];
36
- disableClose?: boolean;
37
- maxWidth?: number | string;
38
- maxHeight?: number | string;
39
37
  }
40
38
  export interface ConfirmDialogData {
41
39
  title?: string;
@@ -113,3 +111,4 @@ export declare enum DIALOG_FIELD_TYPE {
113
111
  CHECKBOX = "checkbox"
114
112
  }
115
113
  export declare type TDialogFieldType = DIALOG_FIELD_TYPE;
114
+ export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.4.116",
3
+ "version": "1.4.117",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",