@datarailsshared/datarailsshared 1.6.91 → 1.6.93

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.
@@ -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.93",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",