@recursyve/nice-ui-kit.v2 14.0.0-beta.121 → 14.0.0-beta.123

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,7 +8,6 @@ export interface NiceDateRangePickerValue {
8
8
  }
9
9
  export declare class NiceDateRangePickerComponent implements OnInit, ControlValueAccessor {
10
10
  readonly HeaderComponent: typeof HeaderComponent;
11
- private picker;
12
11
  min: Date;
13
12
  max: Date;
14
13
  nowIsMax: boolean;
@@ -19,7 +18,7 @@ export declare class NiceDateRangePickerComponent implements OnInit, ControlValu
19
18
  }>;
20
19
  now: Date;
21
20
  value: NiceDateRangePickerValue;
22
- private propage;
21
+ private propagate;
23
22
  ngOnInit(): void;
24
23
  writeValue(value: NiceDateRangePickerValue): void;
25
24
  registerOnChange(fn: (value: NiceDateRangePickerValue) => void): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@recursyve/nice-ui-kit.v2",
3
- "version": "14.0.0-beta.121",
3
+ "version": "14.0.0-beta.123",
4
4
  "exports": {
5
5
  ".": {
6
6
  "sass": "./_index.scss",