infinity-forge 9.7.7 → 9.7.9

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/dist/index.d.ts CHANGED
@@ -69,7 +69,9 @@ import { MousewheelOptions } from './modules/mousewheel.js';
69
69
  import { MutableRefObject } from 'react';
70
70
  import { NavigationMethods } from './modules/navigation.js';
71
71
  import { NavigationOptions } from './modules/navigation.js';
72
- import { NextRouter } from 'next/router';
72
+ import { NextRouter } from '../../../../../next/router.js';
73
+ import { NextRouter as NextRouter_2 } from '../../../../next/router.js';
74
+ import { NextRouter as NextRouter_3 } from '../../../../../../../../next/router.js';
73
75
  import { OnSubmitConfiguration as OnSubmitConfiguration_2 } from '..';
74
76
  import { PaginationMethods } from './modules/pagination.js';
75
77
  import { PaginationOptions } from './modules/pagination.js';
@@ -1232,7 +1234,7 @@ export declare function generateOpenApiClient(routesApi: RouteApi, interfacesOpe
1232
1234
 
1233
1235
  export declare function generatePhoneUrl({ countryCode, phoneNumber }: Phone): string;
1234
1236
 
1235
- export declare function generateRef(referenceID: string, router: NextRouter, isGlobal?: boolean): string;
1237
+ export declare function generateRef(referenceID: string, router: NextRouter_2, isGlobal?: boolean): string;
1236
1238
 
1237
1239
  export declare function generateSitemap({ baseUrl, staticPages, dynamicPages, res }: IGenerateSitemapProps): Promise<{
1238
1240
  props: {};
@@ -1262,7 +1264,7 @@ export declare function getParams(methodInfo: OperationObject): Record<string, a
1262
1264
 
1263
1265
  export declare function getPathnameRef(props: {
1264
1266
  context?: AppContext;
1265
- router?: NextRouter;
1267
+ router?: NextRouter_2;
1266
1268
  pageUrl?: string;
1267
1269
  }): {
1268
1270
  page: string;
@@ -7232,7 +7234,7 @@ export declare function useFilter(): {
7232
7234
  };
7233
7235
 
7234
7236
  export declare function useFiltersTable(): {
7235
- router: NextRouter;
7237
+ router: NextRouter_3;
7236
7238
  filtersList: any;
7237
7239
  filtersObject: any;
7238
7240
  hasFiltersSelected: boolean;