monkey-style-guide 2.0.134 → 2.0.137

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.
@@ -16,7 +16,11 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
16
16
  actions: {
17
17
  [s: string]: string;
18
18
  };
19
+ from: string;
20
+ to: string;
21
+ of: string;
19
22
  today: string;
23
+ select: string;
20
24
  };
21
25
  infoMessage: string;
22
26
  errorMessage: string;
@@ -26,6 +30,7 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
26
30
  private today;
27
31
  private onModelChange;
28
32
  private onModelTouched;
33
+ private unsubscribeAll;
29
34
  _dateFirst: any;
30
35
  _dateSecond: any;
31
36
  _id: string;
@@ -34,6 +39,8 @@ export declare class MonkeyDateRangePickerComponent implements ControlValueAcces
34
39
  _dateForm: FormGroup;
35
40
  _disabled: boolean;
36
41
  _minDate: any;
42
+ _startDate: any;
43
+ _endDate: any;
37
44
  constructor(fb: FormBuilder, cdr: ChangeDetectorRef);
38
45
  private initDateRange;
39
46
  private createCalendar;
@@ -8,6 +8,7 @@ export declare class MonkeyUtils {
8
8
  static isValidUrl(txt: string): boolean;
9
9
  static isValidZipCode(zipCode: string): boolean;
10
10
  static getRandomString(len: number, charSet?: string): string;
11
+ static handleOnlyNumbersCurrency(value: any): any;
11
12
  static handleOnlyNumbers(value: any): any;
12
13
  static handleOnlyAlphaNumeric(value: any): any;
13
14
  static capitalize(value: string): string;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-style-guide",
3
- "version": "2.0.134",
3
+ "version": "2.0.137",
4
4
  "author": "Monkey Exchange",
5
5
  "license": "MIT",
6
6
  "peerDependencies": {
Binary file