zek 17.3.69 → 17.3.73

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.
@@ -4,6 +4,8 @@ export declare class DateHelper {
4
4
  static dateOnly(value: Date): Date;
5
5
  static today(): Date;
6
6
  static toISODateString(value: Date | string): string | null;
7
+ static toISOTimeString(value: Date | string): string | null;
8
+ static toTimeInput(value: Date | string): string | null;
7
9
  private static readonly _utcDiff;
8
10
  static utcToLocal(utc: Date): Date;
9
11
  static localToUtc(utc: Date): Date;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.69",
3
+ "version": "17.3.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"