@datarailsshared/datarailsshared 1.6.121 → 1.6.125

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.
@@ -13,6 +13,7 @@ export declare class DrToggleButtonComponent implements ControlValueAccessor {
13
13
  selectedValue: any | string;
14
14
  set disabled(value: boolean);
15
15
  dataAnalytics: string;
16
+ readonly ToggleButtonMode: typeof ToggleButtonMode;
16
17
  constructor(cdr: ChangeDetectorRef);
17
18
  onChange: (value: boolean) => void;
18
19
  onTouched: () => void;
@@ -1,5 +1,6 @@
1
1
  export declare enum ToggleButtonMode {
2
2
  DEFAULT = "default",
3
3
  DOTTED = "dotted",
4
- BOX = "box"
4
+ BOX = "box",
5
+ ICON_ONLY = "iconOnly"
5
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.121",
3
+ "version": "1.6.125",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",