@datarailsshared/datarailsshared 1.6.93 → 1.6.95

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.
@@ -19,6 +19,7 @@ export declare class DialogModalWrapperComponent implements OnInit, OnDestroy {
19
19
  ngOnInit(): void;
20
20
  onAccept(): void;
21
21
  onDecline(): void;
22
+ onCancel(): void;
22
23
  footerAction(): void;
23
24
  closeDialog(): void;
24
25
  ngOnDestroy(): void;
@@ -94,6 +94,7 @@ export interface ModalFormField {
94
94
  items?: any[];
95
95
  items$?: Observable<any[]> | Observable<any>;
96
96
  default?: any;
97
+ addTag?: boolean;
97
98
  placeholder?: string;
98
99
  bindLabel?: string;
99
100
  bindValue?: string;
@@ -109,6 +110,7 @@ export type DialogFooterButton = {
109
110
  loadingLabel?: string;
110
111
  functions?: any;
111
112
  isDisabled?: boolean;
113
+ actionFn?: void;
112
114
  loading?: any;
113
115
  theme?: ButtonType;
114
116
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.93",
3
+ "version": "1.6.95",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",