@morozeckiy/dd-lib 0.7.84 → 0.7.87

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,6 +1,6 @@
1
1
  import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
- import { DateService, GetDateBy, PeriodMenuDate, PeriodName } from "../core";
3
+ import { DateService, GetDateBy, PeriodMenuDate, PeriodName } from '../core';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class LibPeriodComponent implements OnInit, ControlValueAccessor {
6
6
  private dateService;
@@ -25,6 +25,7 @@ export declare class LibPeriodComponent implements OnInit, ControlValueAccessor
25
25
  selectedDate: Date | undefined;
26
26
  idPeriod: string;
27
27
  idCalendar: string;
28
+ periodName?: string | undefined;
28
29
  private onTouchedCallback;
29
30
  constructor(dateService: DateService, cdr: ChangeDetectorRef);
30
31
  ngOnInit(): void;
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@morozeckiy/dd-lib",
3
- "version": "0.7.84",
3
+ "version": "0.7.87",
4
4
  "types": "./src/typings.d.ts",
5
5
  "repository": "https://gitlab.com/Morozeckiy/dd-lib",
6
6
  "publishConfig": {
Binary file