zek 17.3.25 → 17.3.27

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,4 +1,4 @@
1
1
  export declare var handler: {
2
- addListener: (element: HTMLElement, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions) => number;
2
+ addListener: (element: HTMLElement | Window, event: string, handler: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions) => number;
3
3
  removeListener: (id: number) => void;
4
4
  };
@@ -2,6 +2,6 @@ export declare class UrlHelper {
2
2
  static getController(url: string): string;
3
3
  static getAction(url: string): string;
4
4
  static getNoParam(url: string): string;
5
- static combine(...parts: string[]): string;
5
+ static combine(...parts: any[]): string;
6
6
  private static combineEnsureSingleSeparator;
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.25",
3
+ "version": "17.3.27",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"