@datarailsshared/datarailsshared 1.5.302 → 1.5.307

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.
@@ -1,4 +1,4 @@
1
- import { OnChanges } from '@angular/core';
1
+ import { OnChanges, SimpleChanges } from '@angular/core';
2
2
  import { AnyTagComponent } from '../any-tag.component';
3
3
  import { MatLegacySelectChange as MatSelectChange } from '@angular/material/legacy-select';
4
4
  import { MatButtonToggleChange } from '@angular/material/button-toggle';
@@ -9,10 +9,12 @@ export declare class ForecastTagComponent extends AnyTagComponent implements OnC
9
9
  lockedDate: any[];
10
10
  forecastValue: number | undefined;
11
11
  isDateEventHappened: boolean;
12
+ initialForecastValue: number;
12
13
  forecastTags: any[];
13
14
  private initDateValue;
14
15
  constructor();
15
- ngOnChanges(): void;
16
+ ngOnChanges(changes: SimpleChanges): void;
17
+ private isNeedToIncrementYear;
16
18
  initDate(): void;
17
19
  updateYear(fiscalYear?: number, month?: number): void;
18
20
  updateLockedDate(): void;
@@ -1,4 +1,4 @@
1
- import { OnChanges, OnInit } from '@angular/core';
1
+ import { OnChanges, OnInit, SimpleChanges } from '@angular/core';
2
2
  import { AnyTagComponent } from '../any-tag.component';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class QuarterTagComponent extends AnyTagComponent implements OnInit, OnChanges {
@@ -7,7 +7,7 @@ export declare class QuarterTagComponent extends AnyTagComponent implements OnIn
7
7
  selectedValue: number;
8
8
  quarters: any[];
9
9
  constructor();
10
- ngOnChanges(): void;
10
+ ngOnChanges(changes: SimpleChanges): void;
11
11
  ngOnInit(): void;
12
12
  initName(): void;
13
13
  initTags(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datarailsshared/datarailsshared",
3
- "version": "1.5.302",
3
+ "version": "1.5.307",
4
4
  "description": "DataRails shared components",
5
5
  "keywords": [
6
6
  "angular",