@carlonicora/nextjs-jsonapi 1.109.0 → 1.110.0
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/{AssistantMessageInterface-Cs1yb-gF.d.ts → AssistantMessageInterface-BNzf1etU.d.ts} +14 -1
- package/dist/{AssistantMessageInterface-DQ3mH5L8.d.mts → AssistantMessageInterface-DrgHDjZ5.d.mts} +14 -1
- package/dist/{BlockNoteEditor-3XYBZLWO.js → BlockNoteEditor-7OKW6HHN.js} +19 -20
- package/dist/BlockNoteEditor-7OKW6HHN.js.map +1 -0
- package/dist/{BlockNoteEditor-EBFZG7AL.mjs → BlockNoteEditor-K7IIWM3S.mjs} +4 -5
- package/dist/{BlockNoteEditor-EBFZG7AL.mjs.map → BlockNoteEditor-K7IIWM3S.mjs.map} +1 -1
- package/dist/BlockNoteViewer-OPSCTHKJ.mjs +31 -0
- package/dist/BlockNoteViewer-OPSCTHKJ.mjs.map +1 -0
- package/dist/BlockNoteViewer-UW5VZ5UF.js +31 -0
- package/dist/BlockNoteViewer-UW5VZ5UF.js.map +1 -0
- package/dist/billing/index.d.mts +41 -41
- package/dist/billing/index.d.ts +41 -41
- package/dist/billing/index.js +346 -347
- package/dist/billing/index.js.map +1 -1
- package/dist/billing/index.mjs +3 -4
- package/dist/billing/index.mjs.map +1 -1
- package/dist/{chunk-7E3O52U5.js → chunk-6XWW67F2.js} +25 -12
- package/dist/chunk-6XWW67F2.js.map +1 -0
- package/dist/{chunk-UHO3KUUH.js → chunk-AKXUNE3A.js} +977 -850
- package/dist/chunk-AKXUNE3A.js.map +1 -0
- package/dist/{chunk-UOYIWJEJ.mjs → chunk-CWVYU4YZ.mjs} +18 -5
- package/dist/{chunk-UOYIWJEJ.mjs.map → chunk-CWVYU4YZ.mjs.map} +1 -1
- package/dist/{chunk-CRTVAQEK.mjs → chunk-TXVVZLUQ.mjs} +1388 -1261
- package/dist/chunk-TXVVZLUQ.mjs.map +1 -0
- package/dist/{chunk-CFI4WZ5R.js → chunk-U2HR57MY.js} +111 -5
- package/dist/chunk-U2HR57MY.js.map +1 -0
- package/dist/chunk-WPAQRB5Q.mjs +7 -0
- package/dist/chunk-WPAQRB5Q.mjs.map +1 -0
- package/dist/chunk-YBZVWLPH.js +7 -0
- package/dist/chunk-YBZVWLPH.js.map +1 -0
- package/dist/{chunk-MSNNAHDB.mjs → chunk-ZYPNVEHB.mjs} +112 -6
- package/dist/{chunk-MSNNAHDB.mjs.map → chunk-ZYPNVEHB.mjs.map} +1 -1
- package/dist/client/index.d.mts +3 -4
- package/dist/client/index.d.ts +3 -4
- package/dist/client/index.js +4 -5
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +3 -4
- package/dist/components/index.d.mts +418 -415
- package/dist/components/index.d.ts +418 -415
- package/dist/components/index.js +6 -5
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -4
- package/dist/{config-CN23v3eJ.d.ts → config-BrkU_Ynz.d.ts} +2 -2
- package/dist/{config-gh88Qn4h.d.mts → config-snd2ToEB.d.mts} +2 -2
- package/dist/contexts/index.d.mts +15 -15
- package/dist/contexts/index.d.ts +15 -15
- package/dist/contexts/index.js +4 -5
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +3 -4
- package/dist/core/index.d.mts +35 -4
- package/dist/core/index.d.ts +35 -4
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.d.mts +25 -66
- package/dist/features/help/index.d.ts +25 -66
- package/dist/features/help/index.js +114 -124
- package/dist/features/help/index.js.map +1 -1
- package/dist/features/help/index.mjs +95 -105
- package/dist/features/help/index.mjs.map +1 -1
- package/dist/features/help/server.d.mts +27 -65
- package/dist/features/help/server.d.ts +27 -65
- package/dist/features/help/server.js +4 -119
- package/dist/features/help/server.js.map +1 -1
- package/dist/features/help/server.mjs +4 -119
- package/dist/features/help/server.mjs.map +1 -1
- package/dist/help-content-config.interface-C5ESIod9.d.mts +13 -0
- package/dist/help-content-config.interface-C5ESIod9.d.ts +13 -0
- package/dist/index.d.mts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/testing/index.d.mts +1 -2
- package/dist/testing/index.d.ts +1 -2
- package/package.json +1 -6
- package/src/client/config.ts +1 -1
- package/src/components/index.ts +1 -0
- package/src/components/viewers/BlockNoteViewer.tsx +27 -0
- package/src/components/viewers/BlockNoteViewerContainer.tsx +10 -0
- package/src/core/registry/helpStore.ts +2 -19
- package/src/features/assistant-message/components/parts/MessageSourcesContainer.tsx +4 -0
- package/src/features/assistant-message/components/parts/tabs/ContentsTab.tsx +5 -5
- package/src/features/assistant-message/components/parts/tabs/ReferencesTab.tsx +3 -2
- package/src/features/help/components/HelpArticleBody.tsx +27 -19
- package/src/features/help/components/HelpHint.tsx +20 -11
- package/src/features/help/components/HelpSearchResultRow.tsx +16 -6
- package/src/features/help/components/HelpSideNav.tsx +54 -19
- package/src/features/help/components/__tests__/HelpAskAi.spec.tsx +1 -1
- package/src/features/help/components/__tests__/HelpHint.spec.tsx +17 -17
- package/src/features/help/components/__tests__/HelpSearchResultRow.spec.tsx +18 -19
- package/src/features/help/components/__tests__/HelpSideNav.spec.tsx +20 -22
- package/src/features/help/contexts/HelpContext.spec.tsx +1 -3
- package/src/features/help/index.ts +3 -6
- package/src/features/help/interfaces/help-content-config.interface.ts +0 -5
- package/src/features/help/server-entry.ts +6 -15
- package/src/features/help/types/help-article.types.ts +2 -4
- package/src/features/how-to/HowToModule.ts +14 -1
- package/src/features/how-to/components/forms/HowToEditor.tsx +108 -4
- package/src/features/how-to/data/HowTo.spec.ts +43 -0
- package/src/features/how-to/data/HowTo.ts +47 -4
- package/src/features/how-to/data/HowToInterface.ts +14 -1
- package/src/features/how-to/data/HowToService.ts +61 -0
- package/dist/BlockNoteEditor-3XYBZLWO.js.map +0 -1
- package/dist/chunk-3J7RQBF3.js +0 -123
- package/dist/chunk-3J7RQBF3.js.map +0 -1
- package/dist/chunk-7E3O52U5.js.map +0 -1
- package/dist/chunk-CFI4WZ5R.js.map +0 -1
- package/dist/chunk-CQID6RCF.mjs +0 -38
- package/dist/chunk-CQID6RCF.mjs.map +0 -1
- package/dist/chunk-CRTVAQEK.mjs.map +0 -1
- package/dist/chunk-MZTKPPET.mjs +0 -123
- package/dist/chunk-MZTKPPET.mjs.map +0 -1
- package/dist/chunk-UHO3KUUH.js.map +0 -1
- package/dist/chunk-YQQHAFBS.js +0 -38
- package/dist/chunk-YQQHAFBS.js.map +0 -1
- package/dist/features/help/server/createHelpAssetRouteHandler.d.mts +0 -11
- package/dist/features/help/server/createHelpAssetRouteHandler.d.ts +0 -11
- package/dist/features/help/server/createHelpAssetRouteHandler.js +0 -43
- package/dist/features/help/server/createHelpAssetRouteHandler.js.map +0 -1
- package/dist/features/help/server/createHelpAssetRouteHandler.mjs +0 -43
- package/dist/features/help/server/createHelpAssetRouteHandler.mjs.map +0 -1
- package/dist/help-content-config.interface-B9L02u9i.d.mts +0 -50
- package/dist/help-content-config.interface-B9L02u9i.d.ts +0 -50
- package/src/features/help/components/mdx/Callout.tsx +0 -21
- package/src/features/help/components/mdx/EntityRef.tsx +0 -18
- package/src/features/help/components/mdx/KeyBinding.tsx +0 -6
- package/src/features/help/components/mdx/Related.tsx +0 -33
- package/src/features/help/components/mdx/Screenshot.tsx +0 -9
- package/src/features/help/components/mdx/Steps.tsx +0 -21
- package/src/features/help/components/mdx/Video.tsx +0 -8
- package/src/features/help/components/mdx/mdx-server-components.ts +0 -23
- package/src/features/help/components/mdx/mdxComponents.ts +0 -9
- package/src/features/help/hooks/useHelpArticle.ts +0 -7
- package/src/features/help/hooks/useHelpManifest.ts +0 -5
- package/src/features/help/server/__tests__/createHelpAssetRouteHandler.spec.ts +0 -43
- package/src/features/help/server/createHelpAssetRouteHandler.ts +0 -35
- package/src/features/help/server/generateHelpArticleMetadata.ts +0 -18
- package/src/features/help/server/generateHelpArticleStaticParams.ts +0 -7
- package/src/features/help/server/generateHelpModeStaticParams.ts +0 -5
- package/src/features/help/server/getHelpContent.ts +0 -17
- package/src/features/help/server/index.ts +0 -8
- package/src/features/help/server/serializeHelpArticle.tsx +0 -46
- package/src/features/help/utils/__tests__/helpNavigation.spec.ts +0 -70
- package/src/features/help/utils/helpNavigation.ts +0 -29
package/dist/client/index.d.mts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { J as JsonApiConfig } from '../JsonApiContext-Bsm_Q2oe.mjs';
|
|
2
2
|
export { C as CacheProfile, a as JsonApiContext, u as useJsonApiConfig, b as useJsonApiConfigOptional } from '../JsonApiContext-Bsm_Q2oe.mjs';
|
|
3
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
3
|
import * as React from 'react';
|
|
5
4
|
import React__default from 'react';
|
|
6
5
|
import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.mjs';
|
|
@@ -8,7 +7,7 @@ import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface
|
|
|
8
7
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-rsXRL_Hn.mjs';
|
|
9
8
|
import { A as ApiData } from '../ApiData-DPKNfY-9.mjs';
|
|
10
9
|
import { M as ModuleWithPermissions, P as PageUrl } from '../types-CQSjy7et.mjs';
|
|
11
|
-
export { I as I18nConfig, m as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, n as UseLocaleHook, o as UseRouterHook, p as UseTranslationsHook, h as configureClientConfig, f as configureI18n, c as configureJsonApi, g as getApiUrl, b as getAppUrl, i as getI18nLink, a as getPublicApiUrl, e as getStripePublishableKey, d as getTrackablePages, u as useI18nDateFnsLocale, j as useI18nLocale, k as useI18nRouter, l as useI18nTranslations } from '../config-
|
|
10
|
+
export { I as I18nConfig, m as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, n as UseLocaleHook, o as UseRouterHook, p as UseTranslationsHook, h as configureClientConfig, f as configureI18n, c as configureJsonApi, g as getApiUrl, b as getAppUrl, i as getI18nLink, a as getPublicApiUrl, e as getStripePublishableKey, d as getTrackablePages, u as useI18nDateFnsLocale, j as useI18nLocale, k as useI18nRouter, l as useI18nTranslations } from '../config-snd2ToEB.mjs';
|
|
12
11
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
12
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
14
13
|
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
@@ -18,7 +17,7 @@ export { u as useSocket } from '../useSocket-B1fMIr17.mjs';
|
|
|
18
17
|
import { C as ContentInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-DIxR23eS.mjs';
|
|
19
18
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-o5FLpiN7.mjs';
|
|
20
19
|
import 'lucide-react';
|
|
21
|
-
import '../help-content-config.interface-
|
|
20
|
+
import '../help-content-config.interface-C5ESIod9.mjs';
|
|
22
21
|
import 'd3';
|
|
23
22
|
import '../feature.interface-CXb1-vNq.mjs';
|
|
24
23
|
|
|
@@ -26,7 +25,7 @@ interface JsonApiProviderProps {
|
|
|
26
25
|
config: JsonApiConfig;
|
|
27
26
|
children: React__default.ReactNode;
|
|
28
27
|
}
|
|
29
|
-
declare function JsonApiProvider({ config, children }: JsonApiProviderProps):
|
|
28
|
+
declare function JsonApiProvider({ config, children }: JsonApiProviderProps): React__default.JSX.Element;
|
|
30
29
|
|
|
31
30
|
interface UseJsonApiGetOptions {
|
|
32
31
|
/**
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { J as JsonApiConfig } from '../JsonApiContext-Bsm_Q2oe.js';
|
|
2
2
|
export { C as CacheProfile, a as JsonApiContext, u as useJsonApiConfig, b as useJsonApiConfigOptional } from '../JsonApiContext-Bsm_Q2oe.js';
|
|
3
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
4
3
|
import * as React from 'react';
|
|
5
4
|
import React__default from 'react';
|
|
6
5
|
import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.js';
|
|
@@ -8,7 +7,7 @@ import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface
|
|
|
8
7
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-CWLvSCvS.js';
|
|
9
8
|
import { A as ApiData } from '../ApiData-DPKNfY-9.js';
|
|
10
9
|
import { M as ModuleWithPermissions, P as PageUrl } from '../types-DHOxe8rc.js';
|
|
11
|
-
export { I as I18nConfig, m as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, n as UseLocaleHook, o as UseRouterHook, p as UseTranslationsHook, h as configureClientConfig, f as configureI18n, c as configureJsonApi, g as getApiUrl, b as getAppUrl, i as getI18nLink, a as getPublicApiUrl, e as getStripePublishableKey, d as getTrackablePages, u as useI18nDateFnsLocale, j as useI18nLocale, k as useI18nRouter, l as useI18nTranslations } from '../config-
|
|
10
|
+
export { I as I18nConfig, m as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, n as UseLocaleHook, o as UseRouterHook, p as UseTranslationsHook, h as configureClientConfig, f as configureI18n, c as configureJsonApi, g as getApiUrl, b as getAppUrl, i as getI18nLink, a as getPublicApiUrl, e as getStripePublishableKey, d as getTrackablePages, u as useI18nDateFnsLocale, j as useI18nLocale, k as useI18nRouter, l as useI18nTranslations } from '../config-BrkU_Ynz.js';
|
|
12
11
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
12
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
14
13
|
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
@@ -18,7 +17,7 @@ export { u as useSocket } from '../useSocket-BdJTBXKv.js';
|
|
|
18
17
|
import { C as ContentInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-C1T1C2ee.js';
|
|
19
18
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-B6xmfDzK.js';
|
|
20
19
|
import 'lucide-react';
|
|
21
|
-
import '../help-content-config.interface-
|
|
20
|
+
import '../help-content-config.interface-C5ESIod9.js';
|
|
22
21
|
import 'd3';
|
|
23
22
|
import '../feature.interface-BO25VLlx.js';
|
|
24
23
|
|
|
@@ -26,7 +25,7 @@ interface JsonApiProviderProps {
|
|
|
26
25
|
config: JsonApiConfig;
|
|
27
26
|
children: React__default.ReactNode;
|
|
28
27
|
}
|
|
29
|
-
declare function JsonApiProvider({ config, children }: JsonApiProviderProps):
|
|
28
|
+
declare function JsonApiProvider({ config, children }: JsonApiProviderProps): React__default.JSX.Element;
|
|
30
29
|
|
|
31
30
|
interface UseJsonApiGetOptions {
|
|
32
31
|
/**
|
package/dist/client/index.js
CHANGED
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
var
|
|
31
|
+
var _chunkAKXUNE3Ajs = require('../chunk-AKXUNE3A.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -43,8 +43,7 @@ var _chunkUHO3KUUHjs = require('../chunk-UHO3KUUH.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
47
|
-
require('../chunk-YQQHAFBS.js');
|
|
46
|
+
var _chunk6XWW67F2js = require('../chunk-6XWW67F2.js');
|
|
48
47
|
|
|
49
48
|
|
|
50
49
|
|
|
@@ -55,7 +54,7 @@ require('../chunk-YQQHAFBS.js');
|
|
|
55
54
|
|
|
56
55
|
|
|
57
56
|
|
|
58
|
-
var
|
|
57
|
+
var _chunkU2HR57MYjs = require('../chunk-U2HR57MY.js');
|
|
59
58
|
|
|
60
59
|
|
|
61
60
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -124,5 +123,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
124
123
|
|
|
125
124
|
|
|
126
125
|
|
|
127
|
-
exports.ClientJsonApiDelete =
|
|
126
|
+
exports.ClientJsonApiDelete = _chunkU2HR57MYjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkU2HR57MYjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkU2HR57MYjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkU2HR57MYjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkU2HR57MYjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkAKXUNE3Ajs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkAKXUNE3Ajs.TableGeneratorRegistry; exports.computeLayeredLayout = _chunkAKXUNE3Ajs.computeLayeredLayout; exports.configureClientConfig = _chunk6XWW67F2js.configureClientConfig; exports.configureClientJsonApi = _chunkU2HR57MYjs.configureClientJsonApi; exports.configureI18n = _chunk6XWW67F2js.configureI18n; exports.configureJsonApi = _chunk6XWW67F2js.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkAKXUNE3Ajs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunk6XWW67F2js.getApiUrl; exports.getAppUrl = _chunk6XWW67F2js.getAppUrl; exports.getClientApiUrl = _chunkU2HR57MYjs.getClientApiUrl; exports.getClientAppUrl = _chunkU2HR57MYjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkU2HR57MYjs.getClientTrackablePages; exports.getI18nLink = _chunk6XWW67F2js.getI18nLink; exports.getPublicApiUrl = _chunk6XWW67F2js.getPublicApiUrl; exports.getStripePublishableKey = _chunk6XWW67F2js.getStripePublishableKey; exports.getTrackablePages = _chunk6XWW67F2js.getTrackablePages; exports.registerTableGenerator = _chunkAKXUNE3Ajs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkAKXUNE3Ajs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkAKXUNE3Ajs.useContentTableStructure; exports.useCustomD3Graph = _chunkAKXUNE3Ajs.useCustomD3Graph; exports.useDataListRetriever = _chunkAKXUNE3Ajs.useDataListRetriever; exports.useDebounce = _chunkAKXUNE3Ajs.useDebounce; exports.useI18nDateFnsLocale = _chunk6XWW67F2js.useI18nDateFnsLocale; exports.useI18nLocale = _chunk6XWW67F2js.useI18nLocale; exports.useI18nRouter = _chunk6XWW67F2js.useI18nRouter; exports.useI18nTranslations = _chunk6XWW67F2js.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkAKXUNE3Ajs.useJsonApiGet; exports.useJsonApiMutation = _chunkAKXUNE3Ajs.useJsonApiMutation; exports.useNotificationSync = _chunkAKXUNE3Ajs.useNotificationSync; exports.useOAuthClient = _chunkAKXUNE3Ajs.useOAuthClient; exports.useOAuthClients = _chunkAKXUNE3Ajs.useOAuthClients; exports.useOAuthConsent = _chunkAKXUNE3Ajs.useOAuthConsent; exports.usePageTracker = _chunkAKXUNE3Ajs.usePageTracker; exports.usePageUrlGenerator = _chunkAKXUNE3Ajs.usePageUrlGenerator; exports.useRehydration = _chunkAKXUNE3Ajs.useRehydration; exports.useRehydrationList = _chunkAKXUNE3Ajs.useRehydrationList; exports.useRoleTableStructure = _chunkAKXUNE3Ajs.useRoleTableStructure; exports.useSocket = _chunkAKXUNE3Ajs.useSocket; exports.useSubscriptionStatus = _chunkAKXUNE3Ajs.useSubscriptionStatus; exports.useTableGenerator = _chunkAKXUNE3Ajs.useTableGenerator; exports.useUrlRewriter = _chunkAKXUNE3Ajs.useUrlRewriter; exports.useUserSearch = _chunkAKXUNE3Ajs.useUserSearch; exports.useUserTableStructure = _chunkAKXUNE3Ajs.useUserTableStructure;
|
|
128
127
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/client/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/client/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACF,uDAA6B;AAC7B;AACE;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,y3GAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/client/index.js"}
|
package/dist/client/index.mjs
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
useUrlRewriter,
|
|
28
28
|
useUserSearch,
|
|
29
29
|
useUserTableStructure
|
|
30
|
-
} from "../chunk-
|
|
30
|
+
} from "../chunk-TXVVZLUQ.mjs";
|
|
31
31
|
import {
|
|
32
32
|
configureClientConfig,
|
|
33
33
|
configureI18n,
|
|
@@ -42,8 +42,7 @@ import {
|
|
|
42
42
|
useI18nLocale,
|
|
43
43
|
useI18nRouter,
|
|
44
44
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
46
|
-
import "../chunk-CQID6RCF.mjs";
|
|
45
|
+
} from "../chunk-CWVYU4YZ.mjs";
|
|
47
46
|
import {
|
|
48
47
|
ClientJsonApiDelete,
|
|
49
48
|
ClientJsonApiGet,
|
|
@@ -54,7 +53,7 @@ import {
|
|
|
54
53
|
getClientApiUrl,
|
|
55
54
|
getClientAppUrl,
|
|
56
55
|
getClientTrackablePages
|
|
57
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-ZYPNVEHB.mjs";
|
|
58
57
|
import {
|
|
59
58
|
getClientToken
|
|
60
59
|
} from "../chunk-AUXK7QSA.mjs";
|