@carlonicora/nextjs-jsonapi 1.108.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/{AssistantInterface-BYgI5z1-.d.mts → AssistantInterface-B1c8FhGA.d.mts} +2 -0
- package/dist/{AssistantInterface-DfDcz0gJ.d.ts → AssistantInterface-BBUHxOCd.d.ts} +2 -0
- package/dist/{AssistantMessageInterface-BpEhx2pC.d.ts → AssistantMessageInterface-BNzf1etU.d.ts} +16 -1
- package/dist/{AssistantMessageInterface-DJ3Me16Y.d.mts → AssistantMessageInterface-DrgHDjZ5.d.mts} +16 -1
- package/dist/{AuthComponent-B6DIk8Vf.d.ts → AuthComponent-Cd7lcYif.d.ts} +1 -1
- package/dist/{AuthComponent-BKI0ZbtD.d.mts → AuthComponent-DdxCFgUZ.d.mts} +1 -1
- package/dist/{BlockNoteEditor-2AXSTGGG.js → BlockNoteEditor-7OKW6HHN.js} +19 -19
- package/dist/{BlockNoteEditor-2AXSTGGG.js.map → BlockNoteEditor-7OKW6HHN.js.map} +1 -1
- package/dist/{BlockNoteEditor-XVIBGXHF.mjs → BlockNoteEditor-K7IIWM3S.mjs} +4 -4
- 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/{auth.interface-BBUgMZzs.d.ts → auth.interface-8b601idJ.d.ts} +1 -1
- package/dist/{auth.interface-XYEREOD6.d.mts → auth.interface-CXBF8Mhi.d.mts} +1 -1
- package/dist/billing/index.d.mts +41 -41
- package/dist/billing/index.d.ts +41 -41
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-VLDLERJN.js → chunk-6XWW67F2.js} +29 -9
- package/dist/chunk-6XWW67F2.js.map +1 -0
- package/dist/{chunk-HC3JFN3C.js → chunk-AKXUNE3A.js} +1004 -862
- package/dist/chunk-AKXUNE3A.js.map +1 -0
- package/dist/{chunk-CFECWLHH.mjs → chunk-CWVYU4YZ.mjs} +23 -3
- package/dist/chunk-CWVYU4YZ.mjs.map +1 -0
- package/dist/{chunk-56XBGQGU.mjs → chunk-TXVVZLUQ.mjs} +1422 -1280
- package/dist/chunk-TXVVZLUQ.mjs.map +1 -0
- package/dist/{chunk-RXXZGPC3.js → chunk-U2HR57MY.js} +265 -113
- 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-N3NVIPSU.mjs → chunk-ZYPNVEHB.mjs} +235 -83
- package/dist/{chunk-N3NVIPSU.mjs.map → chunk-ZYPNVEHB.mjs.map} +1 -1
- package/dist/client/index.d.mts +9 -18
- package/dist/client/index.d.ts +9 -18
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +421 -417
- package/dist/components/index.d.ts +421 -417
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -3
- package/dist/{config-CLQynoaa.d.ts → config-BrkU_Ynz.d.ts} +4 -1
- package/dist/{config-k61pe_o2.d.mts → config-snd2ToEB.d.mts} +4 -1
- package/dist/contexts/index.d.mts +31 -20
- package/dist/contexts/index.d.ts +31 -20
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +75 -11
- package/dist/core/index.d.ts +75 -11
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.css +29 -0
- package/dist/features/help/index.css.map +1 -0
- package/dist/features/help/index.d.mts +74 -0
- package/dist/features/help/index.d.ts +74 -0
- package/dist/features/help/index.js +522 -0
- package/dist/features/help/index.js.map +1 -0
- package/dist/features/help/index.mjs +522 -0
- package/dist/features/help/index.mjs.map +1 -0
- package/dist/features/help/server.d.mts +33 -0
- package/dist/features/help/server.d.ts +33 -0
- package/dist/features/help/server.js +8 -0
- package/dist/features/help/server.js.map +1 -0
- package/dist/features/help/server.mjs +8 -0
- package/dist/features/help/server.mjs.map +1 -0
- 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 +10 -8
- package/dist/index.d.ts +10 -8
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-aLEJbA_g.d.ts → notification.interface-C1T1C2ee.d.ts} +1 -100
- package/dist/{notification.interface-DLZGtV7Z.d.mts → notification.interface-DIxR23eS.d.mts} +1 -100
- package/dist/{s3.service-CVgLWaDc.d.mts → s3.service-0BTClOYO.d.mts} +2 -2
- package/dist/{s3.service-SLlX0Zbz.d.ts → s3.service-CT27Fm1s.d.ts} +2 -2
- package/dist/server/index.d.mts +4 -3
- package/dist/server/index.d.ts +4 -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/dist/types-CQSjy7et.d.mts +101 -0
- package/dist/types-DHOxe8rc.d.ts +101 -0
- package/dist/usePageUrlGenerator-tjq2mlDV.d.ts +14 -0
- package/dist/usePageUrlGenerator-uOnyJ6j2.d.mts +14 -0
- package/dist/{useSocket-BkxHHujj.d.mts → useSocket-B1fMIr17.d.mts} +1 -1
- package/dist/{useSocket-CMDjWFYm.d.ts → useSocket-BdJTBXKv.d.ts} +1 -1
- package/package.json +15 -1
- package/src/client/config.ts +9 -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 +28 -0
- package/src/features/assistant/contexts/AssistantContext.tsx +35 -19
- package/src/features/assistant/contexts/__tests__/AssistantContext.spec.tsx +66 -6
- package/src/features/assistant/data/Assistant.ts +2 -0
- package/src/features/assistant/data/AssistantInterface.ts +2 -0
- package/src/features/assistant/data/AssistantService.ts +18 -8
- package/src/features/assistant-message/components/parts/MessageSourcesContainer.tsx +4 -0
- package/src/features/assistant-message/components/parts/MessageSourcesPanel.tsx +6 -4
- package/src/features/assistant-message/components/parts/tabs/ContentsTab.tsx +5 -1
- package/src/features/assistant-message/components/parts/tabs/ReferencesTab.tsx +3 -1
- package/src/features/assistant-message/data/AssistantMessage.ts +27 -1
- package/src/features/assistant-message/data/AssistantMessageInterface.ts +1 -0
- package/src/features/assistant-message/data/__tests__/AssistantMessage.spec.ts +7 -3
- package/src/features/help/components/HelpArticleBody.tsx +62 -0
- package/src/features/help/components/HelpAskAi.tsx +36 -0
- package/src/features/help/components/HelpAssistantSheet.tsx +53 -0
- package/src/features/help/components/HelpHeader.tsx +40 -0
- package/src/features/help/components/HelpHint.tsx +86 -0
- package/src/features/help/components/HelpSearchResultRow.tsx +61 -0
- package/src/features/help/components/HelpSideNav.tsx +119 -0
- package/src/features/help/components/HelpTOC.tsx +49 -0
- package/src/features/help/components/__tests__/HelpAskAi.spec.tsx +68 -0
- package/src/features/help/components/__tests__/HelpAssistantSheet.spec.tsx +36 -0
- package/src/features/help/components/__tests__/HelpHint.spec.tsx +50 -0
- package/src/features/help/components/__tests__/HelpSearchResultRow.spec.tsx +58 -0
- package/src/features/help/components/__tests__/HelpSideNav.spec.tsx +50 -0
- package/src/features/help/contexts/HelpContext.spec.tsx +26 -0
- package/src/features/help/contexts/HelpContext.tsx +24 -0
- package/src/features/help/hooks/useHelp.ts +1 -0
- package/src/features/help/hooks/useHelpFilter.ts +27 -0
- package/src/features/help/i18n-keys.ts +34 -0
- package/src/features/help/index.ts +24 -0
- package/src/features/help/interfaces/help-content-config.interface.ts +12 -0
- package/src/features/help/server-entry.ts +11 -0
- package/src/features/help/types/help-article.types.ts +35 -0
- package/src/features/help/utils/articleUrl.ts +13 -0
- 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 +64 -3
- package/src/features/how-to/data/HowToInterface.ts +14 -0
- package/src/features/how-to/data/HowToService.ts +61 -0
- package/src/index.ts +4 -0
- package/dist/chunk-56XBGQGU.mjs.map +0 -1
- package/dist/chunk-CFECWLHH.mjs.map +0 -1
- package/dist/chunk-HC3JFN3C.js.map +0 -1
- package/dist/chunk-RXXZGPC3.js.map +0 -1
- package/dist/chunk-VLDLERJN.js.map +0 -1
- /package/dist/{BlockNoteEditor-XVIBGXHF.mjs.map → BlockNoteEditor-K7IIWM3S.mjs.map} +0 -0
package/dist/client/index.d.mts
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
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';
|
|
7
6
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
8
7
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-rsXRL_Hn.mjs';
|
|
9
8
|
import { A as ApiData } from '../ApiData-DPKNfY-9.mjs';
|
|
10
|
-
import { M as ModuleWithPermissions,
|
|
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-
|
|
9
|
+
import { M as ModuleWithPermissions, P as PageUrl } from '../types-CQSjy7et.mjs';
|
|
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';
|
|
14
|
+
export { u as usePageUrlGenerator } from '../usePageUrlGenerator-uOnyJ6j2.mjs';
|
|
15
15
|
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-xH3TGvVk.mjs';
|
|
16
|
-
export { u as useSocket } from '../useSocket-
|
|
16
|
+
export { u as useSocket } from '../useSocket-B1fMIr17.mjs';
|
|
17
|
+
import { C as ContentInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-DIxR23eS.mjs';
|
|
17
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';
|
|
18
19
|
import 'lucide-react';
|
|
19
|
-
import '../
|
|
20
|
+
import '../help-content-config.interface-C5ESIod9.mjs';
|
|
20
21
|
import 'd3';
|
|
22
|
+
import '../feature.interface-CXb1-vNq.mjs';
|
|
21
23
|
|
|
22
24
|
interface JsonApiProviderProps {
|
|
23
25
|
config: JsonApiConfig;
|
|
24
26
|
children: React__default.ReactNode;
|
|
25
27
|
}
|
|
26
|
-
declare function JsonApiProvider({ config, children }: JsonApiProviderProps):
|
|
28
|
+
declare function JsonApiProvider({ config, children }: JsonApiProviderProps): React__default.JSX.Element;
|
|
27
29
|
|
|
28
30
|
interface UseJsonApiGetOptions {
|
|
29
31
|
/**
|
|
@@ -349,17 +351,6 @@ declare function useDebounce<T extends (...args: any[]) => any>(callback: T, del
|
|
|
349
351
|
cancel: () => void;
|
|
350
352
|
};
|
|
351
353
|
|
|
352
|
-
declare function usePageUrlGenerator(): (params: {
|
|
353
|
-
page?: PageUrl | string;
|
|
354
|
-
id?: string;
|
|
355
|
-
childPage?: PageUrl | string;
|
|
356
|
-
childId?: string;
|
|
357
|
-
additionalParameters?: {
|
|
358
|
-
[key: string]: string | string[] | undefined;
|
|
359
|
-
};
|
|
360
|
-
language?: string;
|
|
361
|
-
}) => string;
|
|
362
|
-
|
|
363
354
|
declare function registerTableGenerator<T, U>(type: string | ModuleWithPermissions, hook: UseTableStructureHook<T, U>): void;
|
|
364
355
|
declare function useTableGenerator<T, U>(type: ModuleWithPermissions, params: UseTableStructureHookParams<T, U>): UseTableStructureHookReturn<T>;
|
|
365
356
|
|
|
@@ -542,4 +533,4 @@ interface TrialSubscriptionStatus {
|
|
|
542
533
|
}
|
|
543
534
|
declare function useSubscriptionStatus(): TrialSubscriptionStatus;
|
|
544
535
|
|
|
545
|
-
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, type FitLayeredLayoutOptions, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type LayeredLayoutOptions, type LayeredLayoutPosition, type LayeredRankDir, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, computeLayeredLayout, configureClientJsonApi, directFetch, fitLayeredLayoutToAspectRatio, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker,
|
|
536
|
+
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, type FitLayeredLayoutOptions, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type LayeredLayoutOptions, type LayeredLayoutPosition, type LayeredRankDir, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, computeLayeredLayout, configureClientJsonApi, directFetch, fitLayeredLayoutToAspectRatio, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker, useRehydration, useRehydrationList, useRoleTableStructure, useSubscriptionStatus, useTableGenerator, useUrlRewriter, useUserSearch, useUserTableStructure };
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,29 +1,31 @@
|
|
|
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';
|
|
7
6
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
8
7
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-CWLvSCvS.js';
|
|
9
8
|
import { A as ApiData } from '../ApiData-DPKNfY-9.js';
|
|
10
|
-
import { M as ModuleWithPermissions,
|
|
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-
|
|
9
|
+
import { M as ModuleWithPermissions, P as PageUrl } from '../types-DHOxe8rc.js';
|
|
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';
|
|
14
|
+
export { u as usePageUrlGenerator } from '../usePageUrlGenerator-tjq2mlDV.js';
|
|
15
15
|
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-xH3TGvVk.js';
|
|
16
|
-
export { u as useSocket } from '../useSocket-
|
|
16
|
+
export { u as useSocket } from '../useSocket-BdJTBXKv.js';
|
|
17
|
+
import { C as ContentInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-C1T1C2ee.js';
|
|
17
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';
|
|
18
19
|
import 'lucide-react';
|
|
19
|
-
import '../
|
|
20
|
+
import '../help-content-config.interface-C5ESIod9.js';
|
|
20
21
|
import 'd3';
|
|
22
|
+
import '../feature.interface-BO25VLlx.js';
|
|
21
23
|
|
|
22
24
|
interface JsonApiProviderProps {
|
|
23
25
|
config: JsonApiConfig;
|
|
24
26
|
children: React__default.ReactNode;
|
|
25
27
|
}
|
|
26
|
-
declare function JsonApiProvider({ config, children }: JsonApiProviderProps):
|
|
28
|
+
declare function JsonApiProvider({ config, children }: JsonApiProviderProps): React__default.JSX.Element;
|
|
27
29
|
|
|
28
30
|
interface UseJsonApiGetOptions {
|
|
29
31
|
/**
|
|
@@ -349,17 +351,6 @@ declare function useDebounce<T extends (...args: any[]) => any>(callback: T, del
|
|
|
349
351
|
cancel: () => void;
|
|
350
352
|
};
|
|
351
353
|
|
|
352
|
-
declare function usePageUrlGenerator(): (params: {
|
|
353
|
-
page?: PageUrl | string;
|
|
354
|
-
id?: string;
|
|
355
|
-
childPage?: PageUrl | string;
|
|
356
|
-
childId?: string;
|
|
357
|
-
additionalParameters?: {
|
|
358
|
-
[key: string]: string | string[] | undefined;
|
|
359
|
-
};
|
|
360
|
-
language?: string;
|
|
361
|
-
}) => string;
|
|
362
|
-
|
|
363
354
|
declare function registerTableGenerator<T, U>(type: string | ModuleWithPermissions, hook: UseTableStructureHook<T, U>): void;
|
|
364
355
|
declare function useTableGenerator<T, U>(type: ModuleWithPermissions, params: UseTableStructureHookParams<T, U>): UseTableStructureHookReturn<T>;
|
|
365
356
|
|
|
@@ -542,4 +533,4 @@ interface TrialSubscriptionStatus {
|
|
|
542
533
|
}
|
|
543
534
|
declare function useSubscriptionStatus(): TrialSubscriptionStatus;
|
|
544
535
|
|
|
545
|
-
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, type FitLayeredLayoutOptions, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type LayeredLayoutOptions, type LayeredLayoutPosition, type LayeredRankDir, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, computeLayeredLayout, configureClientJsonApi, directFetch, fitLayeredLayoutToAspectRatio, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker,
|
|
536
|
+
export { ClientJsonApiDelete, ClientJsonApiGet, ClientJsonApiPatch, ClientJsonApiPost, ClientJsonApiPut, DataListRetriever, type DirectFetchParams, type FitLayeredLayoutOptions, JsonApiConfig, JsonApiProvider, type JsonApiProviderProps, type LayeredLayoutOptions, type LayeredLayoutPosition, type LayeredRankDir, type MutationMethod, type MutationParams, type TableContent, TableGeneratorRegistry, type TableStructureGeneratorInterface, type TrialSubscriptionStatus, type UseJsonApiGetOptions, type UseJsonApiGetResult, type UseJsonApiMutationResult, type UseOAuthClientReturn, type UseOAuthClientsReturn, type UseOAuthConsentReturn, type UseTableStructureHook, type UseTableStructureHookParams, type UseTableStructureHookReturn, computeLayeredLayout, configureClientJsonApi, directFetch, fitLayeredLayoutToAspectRatio, getClientApiUrl, getClientAppUrl, getClientToken, getClientTrackablePages, registerTableGenerator, tableGeneratorRegistry, useContentTableStructure, useCustomD3Graph, useDebounce, useJsonApiGet, useJsonApiMutation, useNotificationSync, useOAuthClient, useOAuthClients, useOAuthConsent, usePageTracker, useRehydration, useRehydrationList, useRoleTableStructure, useSubscriptionStatus, useTableGenerator, useUrlRewriter, useUserSearch, useUserTableStructure };
|
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,7 +43,7 @@ var _chunkHC3JFN3Cjs = require('../chunk-HC3JFN3C.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunk6XWW67F2js = require('../chunk-6XWW67F2.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ var _chunkVLDLERJNjs = require('../chunk-VLDLERJN.js');
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunkU2HR57MYjs = require('../chunk-U2HR57MY.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -123,5 +123,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
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;
|
|
127
127
|
//# sourceMappingURL=index.js.map
|
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,7 +42,7 @@ import {
|
|
|
42
42
|
useI18nLocale,
|
|
43
43
|
useI18nRouter,
|
|
44
44
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-CWVYU4YZ.mjs";
|
|
46
46
|
import {
|
|
47
47
|
ClientJsonApiDelete,
|
|
48
48
|
ClientJsonApiGet,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
getClientApiUrl,
|
|
54
54
|
getClientAppUrl,
|
|
55
55
|
getClientTrackablePages
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-ZYPNVEHB.mjs";
|
|
57
57
|
import {
|
|
58
58
|
getClientToken
|
|
59
59
|
} from "../chunk-AUXK7QSA.mjs";
|