monkey-style-guide 2.0.32 → 2.0.37

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.
@@ -28,6 +28,7 @@ export declare class MonkeyInputComponent implements ControlValueAccessor, OnIni
28
28
  lowerCase: any;
29
29
  capitalize: any;
30
30
  currency: any;
31
+ percent: any;
31
32
  maxDateToday: boolean;
32
33
  onChange: EventEmitter<any>;
33
34
  private settings;
@@ -14,6 +14,7 @@ export declare class MonkeySelectComponent implements OnInit, OnChanges, Control
14
14
  icon: string;
15
15
  infoMessage: string;
16
16
  errorMessage: string;
17
+ labelSelect: string;
17
18
  onHandleOptions: EventEmitter<any>;
18
19
  onChange: EventEmitter<any>;
19
20
  selectOptions: ElementRef;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "2.0.32",
3
+ "version": "2.0.37",
4
4
  "author": "Monkey Exchange",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
Binary file