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 +6 -4
- package/dist/index.js +9022 -1
- package/dist/index.js.map +1 -1
- package/dist/index2.js +38 -0
- package/dist/index2.js.map +1 -0
- package/package.json +1 -1
- package/dist/index-1rAcWixA.js +0 -38
- package/dist/index-1rAcWixA.js.map +0 -1
- package/dist/index-BGsp458d.mjs +0 -49991
- package/dist/index-BGsp458d.mjs.map +0 -1
- package/dist/index-D2CC27cq.js +0 -9134
- package/dist/index-D2CC27cq.js.map +0 -1
- package/dist/index-xGpSs-2U.mjs +0 -86
- package/dist/index-xGpSs-2U.mjs.map +0 -1
- package/dist/index.mjs +0 -422
- package/dist/index.mjs.map +0 -1
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:
|
|
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?:
|
|
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:
|
|
7237
|
+
router: NextRouter_3;
|
|
7236
7238
|
filtersList: any;
|
|
7237
7239
|
filtersObject: any;
|
|
7238
7240
|
hasFiltersSelected: boolean;
|