zek 17.3.24 → 17.3.25

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,10 +1,15 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { DatePipe } from '@angular/common';
3
3
  import * as i0 from "@angular/core";
4
- export declare class LocalToUtcPipe implements PipeTransform {
4
+ export declare class ZekLocalToUtcPipe implements PipeTransform {
5
5
  private readonly _datePipe;
6
6
  constructor(_datePipe: DatePipe);
7
7
  transform(value: Date | string | number | null | undefined, format?: string): string | null;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<LocalToUtcPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<LocalToUtcPipe, "localToUtc", true>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ZekLocalToUtcPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<ZekLocalToUtcPipe, "localToUtc", false>;
10
+ }
11
+ export declare class ZekLocalToUtcModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ZekLocalToUtcModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ZekLocalToUtcModule, [typeof ZekLocalToUtcPipe], never, [typeof ZekLocalToUtcPipe]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<ZekLocalToUtcModule>;
10
15
  }
@@ -1,10 +1,15 @@
1
1
  import { PipeTransform } from '@angular/core';
2
2
  import { DatePipe } from '@angular/common';
3
3
  import * as i0 from "@angular/core";
4
- export declare class UtcToLocalPipe implements PipeTransform {
4
+ export declare class ZekUtcToLocalPipe implements PipeTransform {
5
5
  private readonly _datePipe;
6
6
  constructor(_datePipe: DatePipe);
7
7
  transform(value: Date | string | number | null | undefined, format?: string): string | null;
8
- static ɵfac: i0.ɵɵFactoryDeclaration<UtcToLocalPipe, never>;
9
- static ɵpipe: i0.ɵɵPipeDeclaration<UtcToLocalPipe, "utcToLocal", true>;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ZekUtcToLocalPipe, never>;
9
+ static ɵpipe: i0.ɵɵPipeDeclaration<ZekUtcToLocalPipe, "utcToLocal", false>;
10
+ }
11
+ export declare class ZekUtcToLocalModule {
12
+ static ɵfac: i0.ɵɵFactoryDeclaration<ZekUtcToLocalModule, never>;
13
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ZekUtcToLocalModule, [typeof ZekUtcToLocalPipe], never, [typeof ZekUtcToLocalPipe]>;
14
+ static ɵinj: i0.ɵɵInjectorDeclaration<ZekUtcToLocalModule>;
10
15
  }
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class ZekFieldValidator {
3
3
  field: any;
4
- constructor();
5
4
  static ɵfac: i0.ɵɵFactoryDeclaration<ZekFieldValidator, never>;
6
5
  static ɵcmp: i0.ɵɵComponentDeclaration<ZekFieldValidator, "zek-field-validator, [zek-field-validator]", never, { "field": { "alias": "field"; "required": false; }; }, {}, never, never, true, never>;
7
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.24",
3
+ "version": "17.3.25",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"