ng-zenduit 2.2.4 → 2.2.5

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-zenduit",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=22.0.0 <23.0.0",
6
6
  "@angular/core": ">=22.0.0 <23.0.0",
@@ -1824,6 +1824,7 @@ declare class ZenduDatePickerDropdownComponent implements OnInit, OnChanges, OnD
1824
1824
  get showPresetsSidebar(): boolean;
1825
1825
  get showDualCalendars(): boolean;
1826
1826
  get triggerLabel(): string;
1827
+ private matchingPresetLabel;
1827
1828
  get legendMarkers(): DatePickerMarker[];
1828
1829
  get hasValue(): boolean;
1829
1830
  get formattedSelectedDate(): string;