@datarailsshared/datarailsshared 1.4.305 → 1.4.308

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