@datarailsshared/datarailsshared 1.5.526 → 1.5.531

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.
@@ -8,13 +8,14 @@ export declare class ForecastTagComponent extends AnyTagComponent implements OnC
8
8
  lockedDate: any[];
9
9
  tagAdditionalSettings: ITagAdditionalSettings;
10
10
  forecastValue: number | undefined;
11
+ forecastYear: number;
11
12
  isDateEventHappened: boolean;
12
13
  forecastTags: any[];
13
14
  private initDateValue;
15
+ private firstDayMonthOfYear;
14
16
  constructor();
15
17
  ngOnChanges(changes: SimpleChanges): void;
16
18
  initDate(): void;
17
- updateYear(fiscalYear?: number, month?: number): void;
18
19
  updateLockedDate(): void;
19
20
  initName(): void;
20
21
  getFiscalMonthFromDate(dateObj: any, fiscal_year_starts_from: any): number;
@@ -2,7 +2,8 @@ import * as moment from 'moment';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class ForecastTagService {
4
4
  private static readonly MONTH_DIFF;
5
- private static forecastByMonth;
5
+ private static readonly forecastByMonth;
6
+ static getForecastMonthTemplates(): string[];
6
7
  static getFiscalMonthFromDate(date: moment.Moment, fiscalYearStartsFrom: number): number;
7
8
  static getFiscalYearFromDate(date: moment.Moment, fiscalYearStartsFrom: number, fiscalYearBack: boolean): number;
8
9
  static getForecastLabel(month: number): string;
@@ -27,14 +27,12 @@ export interface ITagForServer {
27
27
  id: number;
28
28
  name: string;
29
29
  value?: number | string;
30
- calculatedValue?: number | string;
31
30
  label?: string;
32
31
  locked?: boolean;
33
32
  }
34
33
  export interface IDateTag {
35
34
  name: string;
36
35
  value?: number;
37
- calculatedValue?: number;
38
36
  label?: string;
39
37
  locked?: boolean;
40
38
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.5.526",
3
+ "version": "1.5.531",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",