@ansible/ansible-ui-framework 2.4.1164 → 2.4.1166

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  export declare function useGetPageUrl(): (id: string, options?: {
2
2
  params?: Record<string, string | number | undefined>;
3
- query?: Record<string, string | number | undefined>;
3
+ query?: Record<string, string | string[] | number | number[] | undefined>;
4
4
  }) => string;
@@ -1,4 +1,4 @@
1
1
  export declare function usePageNavigate(): (pageId: string, options?: {
2
2
  params?: Record<string, string | number | undefined>;
3
- query?: Record<string, string | number | undefined>;
3
+ query?: Record<string, string | string[] | number | number[] | undefined>;
4
4
  }) => void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "A framework for building applications using PatternFly.",
4
- "version": "2.4.1164",
4
+ "version": "2.4.1166",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",