primekit 1.0.6 → 1.0.8

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.
@@ -14,7 +14,7 @@ export declare class AtomixDaterangeCalendarComponent implements OnChanges, OnIn
14
14
  selectedDate: any;
15
15
  maxDate: Date;
16
16
  minDate: Date;
17
- defaultPreset: 'today' | 'yesterday' | 'last7days' | 'last30days' | 'last3months' | 'last6months' | null;
17
+ defaultPreset: 'today' | 'yesterday' | 'last7days' | 'last30days' | 'last3months' | 'last6months' | 'last1year' | null;
18
18
  preservePreset: boolean;
19
19
  customRangeMode: boolean;
20
20
  selectedPreset: string | null;
@@ -56,7 +56,7 @@ export declare class AtomixDaterangeCalendarComponent implements OnChanges, OnIn
56
56
  toggleCustomRange(): void;
57
57
  applyCustomRange(): void;
58
58
  getDateRangeLabel(): string;
59
- applyPreset(preset: 'today' | 'yesterday' | 'last7days' | 'last30days' | 'last3months' | 'last6months'): void;
59
+ applyPreset(preset: 'today' | 'yesterday' | 'last7days' | 'last30days' | 'last3months' | 'last6months' | 'last1year'): void;
60
60
  onDateRangeChange(dateRange: Date[] | null): void;
61
61
  ngOnDestroy(): void;
62
62
  private _updateStartEndRangeClasses;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "primekit",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.2.0",
6
6
  "@angular/core": "^18.2.0"