@datarailsshared/datarailsshared 1.6.171 → 1.6.175

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.
@@ -103,6 +103,8 @@ export declare class DrDatePickerService {
103
103
  private getDateModifiedByFiscalMonths;
104
104
  updateDatePickerByPreset(tag: DateTags, calender: any): void;
105
105
  selectDateInCalendarMonthView(date: Moment, calender: any): void;
106
+ selectDateInCalendarQuarterView(date: Moment, calender: any): void;
107
+ selectDateInCalendarYearView(date: Moment, calender: any): void;
106
108
  resetPresetTag(): void;
107
109
  static ɵfac: i0.ɵɵFactoryDeclaration<DrDatePickerService, never>;
108
110
  static ɵprov: i0.ɵɵInjectableDeclaration<DrDatePickerService>;
@@ -56,7 +56,11 @@ export declare enum DateTags {
56
56
  TODAY = "today",
57
57
  YESTERDAY = "yesterday",
58
58
  THIS_MONTH = "this_month",
59
- PREV_MONTH = "prev_month"
59
+ PREV_MONTH = "prev_month",
60
+ THIS_QUARTER = "this_quarter",
61
+ PREV_QUARTER = "prev_quarter",
62
+ THIS_YEAR = "this_year",
63
+ PREV_YEAR = "prev_year"
60
64
  }
61
65
  export type TTimeframeOption = TimeframeOption;
62
66
  export type TCalendarView = CalendarView;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.6.171",
3
+ "version": "1.6.175",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",