@datarailsshared/datarailsshared 1.6.91 → 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
  };
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class CheckboxComponent implements ControlValueAccessor, AfterViewInit {
5
5
  private cdr;
6
6
  id?: string;
7
+ hostId: any;
7
8
  checkedStatus: boolean;
8
9
  disabled: boolean;
9
10
  icon: 'cross' | '';
@@ -17,6 +17,7 @@ export declare class DrDatePickerComponent implements ControlValueAccessor, Afte
17
17
  protected dateAdapter: DateAdapter<any>;
18
18
  datePickerService: DrDatePickerService;
19
19
  id?: string;
20
+ hostId: any;
20
21
  /**
21
22
  * @description Controls date picker format input label, calendar start view and timeframe
22
23
  */
@@ -13,6 +13,7 @@ export declare class DrInputComponent implements AfterViewInit, ControlValueAcce
13
13
  private renderer;
14
14
  private cdr;
15
15
  id?: string;
16
+ hostId: any;
16
17
  set disabled(value: any);
17
18
  set buttonOptions(value: ButtonOptions);
18
19
  set type(val: string);
@@ -29,6 +29,7 @@ export declare class DrSelectComponent implements ControlValueAccessor, OnDestro
29
29
  groupBy: any;
30
30
  optionWithDescription: boolean;
31
31
  id?: string;
32
+ hostId: any;
32
33
  keyDownFn: ($event: KeyboardEvent) => boolean;
33
34
  selectedItem: any;
34
35
  dropdownClass: string;
@@ -6,6 +6,7 @@ export declare class DrToggleComponent implements ControlValueAccessor, AfterVie
6
6
  _disabled: boolean;
7
7
  _elementClass: string[];
8
8
  id?: string;
9
+ hostId: any;
9
10
  toggleTitle: any;
10
11
  toggleTitleRight: boolean;
11
12
  successType: boolean;
@@ -4,6 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class RadioButtonComponent implements ControlValueAccessor {
5
5
  private cdr;
6
6
  id?: string;
7
+ hostId: any;
7
8
  name: string;
8
9
  _value: any;
9
10
  valueChange: EventEmitter<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.91",
3
+ "version": "1.6.95",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",