@carlonicora/nextjs-jsonapi 1.92.2 → 1.94.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/{BlockNoteEditor-6OL2A7U4.js → BlockNoteEditor-H2TGXJBO.js} +16 -11
- package/dist/BlockNoteEditor-H2TGXJBO.js.map +1 -0
- package/dist/{BlockNoteEditor-C33MRSMX.mjs → BlockNoteEditor-S62X5HSE.mjs} +10 -5
- package/dist/BlockNoteEditor-S62X5HSE.mjs.map +1 -0
- package/dist/billing/index.js +299 -299
- package/dist/billing/index.mjs +1 -1
- package/dist/{chunk-7V4W4CYS.js → chunk-6QASYUDS.js} +47 -46
- package/dist/chunk-6QASYUDS.js.map +1 -0
- package/dist/{chunk-TGZDQSDU.mjs → chunk-PNQDUCEN.mjs} +72 -71
- package/dist/chunk-PNQDUCEN.mjs.map +1 -0
- package/dist/client/index.d.mts +1 -1
- package/dist/client/index.d.ts +1 -1
- package/dist/client/index.js +2 -2
- package/dist/client/index.mjs +1 -1
- package/dist/components/index.d.mts +6 -2
- package/dist/components/index.d.ts +6 -2
- package/dist/components/index.js +2 -2
- package/dist/components/index.mjs +1 -1
- package/dist/{content.fields-Ck5lkQ5d.d.mts → content.fields-hzZvhlBd.d.mts} +2 -0
- package/dist/{content.fields-Ck5lkQ5d.d.ts → content.fields-hzZvhlBd.d.ts} +2 -0
- package/dist/contexts/index.js +2 -2
- package/dist/contexts/index.mjs +1 -1
- package/dist/core/index.d.mts +1 -1
- package/dist/core/index.d.ts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/editors/BlockNoteEditor.tsx +9 -1
- package/src/components/editors/BlockNoteEditorSuggestionMenuController.tsx +23 -38
- package/src/components/forms/FormBlockNote.tsx +4 -0
- package/src/hooks/useCustomD3Graph.tsx +31 -2
- package/src/interfaces/d3.node.interface.ts +2 -0
- package/dist/BlockNoteEditor-6OL2A7U4.js.map +0 -1
- package/dist/BlockNoteEditor-C33MRSMX.mjs.map +0 -1
- package/dist/chunk-7V4W4CYS.js.map +0 -1
- package/dist/chunk-TGZDQSDU.mjs.map +0 -1
package/dist/client/index.d.mts
CHANGED
|
@@ -12,7 +12,7 @@ export { I as I18nConfig, m as I18nRouter, L as LinkComponent, U as UseDateFnsLo
|
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
13
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
14
14
|
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
15
|
-
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-
|
|
15
|
+
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-hzZvhlBd.mjs';
|
|
16
16
|
export { u as useSocket } from '../useSocket-BkxHHujj.mjs';
|
|
17
17
|
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
18
|
import 'lucide-react';
|
package/dist/client/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export { I as I18nConfig, m as I18nRouter, L as LinkComponent, U as UseDateFnsLo
|
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
13
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
14
14
|
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
15
|
-
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-
|
|
15
|
+
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-hzZvhlBd.js';
|
|
16
16
|
export { u as useSocket } from '../useSocket-CMDjWFYm.js';
|
|
17
17
|
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
18
|
import 'lucide-react';
|
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunk6QASYUDSjs = require('../chunk-6QASYUDS.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -119,5 +119,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
119
119
|
|
|
120
120
|
|
|
121
121
|
|
|
122
|
-
exports.ClientJsonApiDelete = _chunkXAWKRNYMjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkXAWKRNYMjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkXAWKRNYMjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkXAWKRNYMjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkXAWKRNYMjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider =
|
|
122
|
+
exports.ClientJsonApiDelete = _chunkXAWKRNYMjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkXAWKRNYMjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkXAWKRNYMjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkXAWKRNYMjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkXAWKRNYMjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk6QASYUDSjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk6QASYUDSjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkSE5HIHJSjs.configureClientConfig; exports.configureClientJsonApi = _chunkXAWKRNYMjs.configureClientJsonApi; exports.configureI18n = _chunkSE5HIHJSjs.configureI18n; exports.configureJsonApi = _chunkSE5HIHJSjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkSE5HIHJSjs.getApiUrl; exports.getAppUrl = _chunkSE5HIHJSjs.getAppUrl; exports.getClientApiUrl = _chunkXAWKRNYMjs.getClientApiUrl; exports.getClientAppUrl = _chunkXAWKRNYMjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkXAWKRNYMjs.getClientTrackablePages; exports.getI18nLink = _chunkSE5HIHJSjs.getI18nLink; exports.getPublicApiUrl = _chunkSE5HIHJSjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkSE5HIHJSjs.getStripePublishableKey; exports.getTrackablePages = _chunkSE5HIHJSjs.getTrackablePages; exports.registerTableGenerator = _chunk6QASYUDSjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk6QASYUDSjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk6QASYUDSjs.useContentTableStructure; exports.useCustomD3Graph = _chunk6QASYUDSjs.useCustomD3Graph; exports.useDataListRetriever = _chunk6QASYUDSjs.useDataListRetriever; exports.useDebounce = _chunk6QASYUDSjs.useDebounce; exports.useI18nDateFnsLocale = _chunkSE5HIHJSjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkSE5HIHJSjs.useI18nLocale; exports.useI18nRouter = _chunkSE5HIHJSjs.useI18nRouter; exports.useI18nTranslations = _chunkSE5HIHJSjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk6QASYUDSjs.useJsonApiGet; exports.useJsonApiMutation = _chunk6QASYUDSjs.useJsonApiMutation; exports.useNotificationSync = _chunk6QASYUDSjs.useNotificationSync; exports.useOAuthClient = _chunk6QASYUDSjs.useOAuthClient; exports.useOAuthClients = _chunk6QASYUDSjs.useOAuthClients; exports.useOAuthConsent = _chunk6QASYUDSjs.useOAuthConsent; exports.usePageTracker = _chunk6QASYUDSjs.usePageTracker; exports.usePageUrlGenerator = _chunk6QASYUDSjs.usePageUrlGenerator; exports.useRehydration = _chunk6QASYUDSjs.useRehydration; exports.useRehydrationList = _chunk6QASYUDSjs.useRehydrationList; exports.useRoleTableStructure = _chunk6QASYUDSjs.useRoleTableStructure; exports.useSocket = _chunk6QASYUDSjs.useSocket; exports.useSubscriptionStatus = _chunk6QASYUDSjs.useSubscriptionStatus; exports.useTableGenerator = _chunk6QASYUDSjs.useTableGenerator; exports.useUrlRewriter = _chunk6QASYUDSjs.useUrlRewriter; exports.useUserSearch = _chunk6QASYUDSjs.useUserSearch; exports.useUserTableStructure = _chunk6QASYUDSjs.useUserTableStructure;
|
|
123
123
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -6,6 +6,7 @@ import * as React$1 from 'react';
|
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, ComponentType, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
7
|
import * as _blocknote_core from '@blocknote/core';
|
|
8
8
|
import { BlockNoteEditor, PartialBlock } from '@blocknote/core';
|
|
9
|
+
import { SuggestionMenuProps, DefaultReactSuggestionItem } from '@blocknote/react';
|
|
9
10
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
10
11
|
import * as react_hook_form from 'react-hook-form';
|
|
11
12
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
@@ -245,8 +246,9 @@ interface BlockNoteEditorSuggestionMenuControllerProps {
|
|
|
245
246
|
editor: BlockNoteEditor<any, any, any>;
|
|
246
247
|
mentionSearchFn: MentionSearchFn;
|
|
247
248
|
mentionSearchParams?: Record<string, string>;
|
|
249
|
+
suggestionMenuComponent?: React__default.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
248
250
|
}
|
|
249
|
-
declare function BlockNoteEditorMentionSuggestionMenu({ editor, mentionSearchFn, mentionSearchParams, }: BlockNoteEditorSuggestionMenuControllerProps): react_jsx_runtime.JSX.Element;
|
|
251
|
+
declare function BlockNoteEditorMentionSuggestionMenu({ editor, mentionSearchFn, mentionSearchParams, suggestionMenuComponent, }: BlockNoteEditorSuggestionMenuControllerProps): react_jsx_runtime.JSX.Element;
|
|
250
252
|
|
|
251
253
|
interface MentionRenderProps {
|
|
252
254
|
id: string;
|
|
@@ -307,6 +309,7 @@ type BlockNoteEditorProps = {
|
|
|
307
309
|
mentionSearchFn?: (query: string, params?: Record<string, string>) => Promise<MentionItem[]>;
|
|
308
310
|
mentionSearchParams?: Record<string, string>;
|
|
309
311
|
mentionResolveFn?: MentionResolveFn;
|
|
312
|
+
suggestionMenuComponent?: React__default.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
310
313
|
};
|
|
311
314
|
|
|
312
315
|
declare const BlockNoteEditorContainer: React__default.NamedExoticComponent<BlockNoteEditorProps>;
|
|
@@ -520,7 +523,7 @@ type FormCheckboxProps = {
|
|
|
520
523
|
};
|
|
521
524
|
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps): react_jsx_runtime.JSX.Element;
|
|
522
525
|
|
|
523
|
-
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, inlineContentSpecs, renderOverlays, className, stretch, enableMentions, mentionSearchFn, mentionSearchParams, mentionResolveFn, }: {
|
|
526
|
+
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, inlineContentSpecs, renderOverlays, className, stretch, enableMentions, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, }: {
|
|
524
527
|
form: any;
|
|
525
528
|
id: string;
|
|
526
529
|
name?: string;
|
|
@@ -542,6 +545,7 @@ declare function FormBlockNote({ form, id, name, placeholder, type, isRequired,
|
|
|
542
545
|
mentionSearchFn?: (query: string, params?: Record<string, string>) => Promise<MentionItem[]>;
|
|
543
546
|
mentionSearchParams?: Record<string, string>;
|
|
544
547
|
mentionResolveFn?: MentionResolveFn;
|
|
548
|
+
suggestionMenuComponent?: React__default.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
545
549
|
}): react_jsx_runtime.JSX.Element;
|
|
546
550
|
|
|
547
551
|
type FormFieldWrapperProps<T extends FieldValues> = {
|
|
@@ -6,6 +6,7 @@ import * as React$1 from 'react';
|
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, ComponentType, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
7
|
import * as _blocknote_core from '@blocknote/core';
|
|
8
8
|
import { BlockNoteEditor, PartialBlock } from '@blocknote/core';
|
|
9
|
+
import { SuggestionMenuProps, DefaultReactSuggestionItem } from '@blocknote/react';
|
|
9
10
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
10
11
|
import * as react_hook_form from 'react-hook-form';
|
|
11
12
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
@@ -245,8 +246,9 @@ interface BlockNoteEditorSuggestionMenuControllerProps {
|
|
|
245
246
|
editor: BlockNoteEditor<any, any, any>;
|
|
246
247
|
mentionSearchFn: MentionSearchFn;
|
|
247
248
|
mentionSearchParams?: Record<string, string>;
|
|
249
|
+
suggestionMenuComponent?: React__default.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
248
250
|
}
|
|
249
|
-
declare function BlockNoteEditorMentionSuggestionMenu({ editor, mentionSearchFn, mentionSearchParams, }: BlockNoteEditorSuggestionMenuControllerProps): react_jsx_runtime.JSX.Element;
|
|
251
|
+
declare function BlockNoteEditorMentionSuggestionMenu({ editor, mentionSearchFn, mentionSearchParams, suggestionMenuComponent, }: BlockNoteEditorSuggestionMenuControllerProps): react_jsx_runtime.JSX.Element;
|
|
250
252
|
|
|
251
253
|
interface MentionRenderProps {
|
|
252
254
|
id: string;
|
|
@@ -307,6 +309,7 @@ type BlockNoteEditorProps = {
|
|
|
307
309
|
mentionSearchFn?: (query: string, params?: Record<string, string>) => Promise<MentionItem[]>;
|
|
308
310
|
mentionSearchParams?: Record<string, string>;
|
|
309
311
|
mentionResolveFn?: MentionResolveFn;
|
|
312
|
+
suggestionMenuComponent?: React__default.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
310
313
|
};
|
|
311
314
|
|
|
312
315
|
declare const BlockNoteEditorContainer: React__default.NamedExoticComponent<BlockNoteEditorProps>;
|
|
@@ -520,7 +523,7 @@ type FormCheckboxProps = {
|
|
|
520
523
|
};
|
|
521
524
|
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps): react_jsx_runtime.JSX.Element;
|
|
522
525
|
|
|
523
|
-
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, inlineContentSpecs, renderOverlays, className, stretch, enableMentions, mentionSearchFn, mentionSearchParams, mentionResolveFn, }: {
|
|
526
|
+
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, inlineContentSpecs, renderOverlays, className, stretch, enableMentions, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, }: {
|
|
524
527
|
form: any;
|
|
525
528
|
id: string;
|
|
526
529
|
name?: string;
|
|
@@ -542,6 +545,7 @@ declare function FormBlockNote({ form, id, name, placeholder, type, isRequired,
|
|
|
542
545
|
mentionSearchFn?: (query: string, params?: Record<string, string>) => Promise<MentionItem[]>;
|
|
543
546
|
mentionSearchParams?: Record<string, string>;
|
|
544
547
|
mentionResolveFn?: MentionResolveFn;
|
|
548
|
+
suggestionMenuComponent?: React__default.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
545
549
|
}): react_jsx_runtime.JSX.Element;
|
|
546
550
|
|
|
547
551
|
type FormFieldWrapperProps<T extends FieldValues> = {
|
package/dist/components/index.js
CHANGED
|
@@ -454,7 +454,7 @@
|
|
|
454
454
|
|
|
455
455
|
|
|
456
456
|
|
|
457
|
-
var
|
|
457
|
+
var _chunk6QASYUDSjs = require('../chunk-6QASYUDS.js');
|
|
458
458
|
require('../chunk-SE5HIHJS.js');
|
|
459
459
|
|
|
460
460
|
|
|
@@ -933,5 +933,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
933
933
|
|
|
934
934
|
|
|
935
935
|
|
|
936
|
-
exports.AcceptInvitation = _chunk7V4W4CYSjs.AcceptInvitation; exports.Accordion = _chunk7V4W4CYSjs.Accordion; exports.AccordionContent = _chunk7V4W4CYSjs.AccordionContent; exports.AccordionItem = _chunk7V4W4CYSjs.AccordionItem; exports.AccordionTrigger = _chunk7V4W4CYSjs.AccordionTrigger; exports.ActivateAccount = _chunk7V4W4CYSjs.ActivateAccount; exports.AddUserToRole = _chunk7V4W4CYSjs.AddUserToRole; exports.AdminCompanyContainer = _chunk7V4W4CYSjs.AdminCompanyContainer; exports.AdminUsersList = _chunk7V4W4CYSjs.AdminUsersList; exports.Alert = _chunk7V4W4CYSjs.Alert; exports.AlertAction = _chunk7V4W4CYSjs.AlertAction; exports.AlertDescription = _chunk7V4W4CYSjs.AlertDescription; exports.AlertDialog = _chunk7V4W4CYSjs.AlertDialog; exports.AlertDialogAction = _chunk7V4W4CYSjs.AlertDialogAction; exports.AlertDialogCancel = _chunk7V4W4CYSjs.AlertDialogCancel; exports.AlertDialogContent = _chunk7V4W4CYSjs.AlertDialogContent; exports.AlertDialogDescription = _chunk7V4W4CYSjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk7V4W4CYSjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk7V4W4CYSjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk7V4W4CYSjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk7V4W4CYSjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk7V4W4CYSjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk7V4W4CYSjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk7V4W4CYSjs.AlertDialogTrigger; exports.AlertTitle = _chunk7V4W4CYSjs.AlertTitle; exports.AllUsersListContainer = _chunk7V4W4CYSjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk7V4W4CYSjs.AllowedUsersDetails; exports.AssistantContainer = _chunk7V4W4CYSjs.AssistantContainer; exports.AttributeElement = _chunk7V4W4CYSjs.AttributeElement; exports.AuthContainer = _chunk7V4W4CYSjs.AuthContainer; exports.Avatar = _chunk7V4W4CYSjs.Avatar; exports.AvatarBadge = _chunk7V4W4CYSjs.AvatarBadge; exports.AvatarFallback = _chunk7V4W4CYSjs.AvatarFallback; exports.AvatarGroup = _chunk7V4W4CYSjs.AvatarGroup; exports.AvatarGroupCount = _chunk7V4W4CYSjs.AvatarGroupCount; exports.AvatarImage = _chunk7V4W4CYSjs.AvatarImage; exports.BackupCodesDialog = _chunk7V4W4CYSjs.BackupCodesDialog; exports.Badge = _chunk7V4W4CYSjs.Badge; exports.BlockNoteEditorContainer = _chunk7V4W4CYSjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk7V4W4CYSjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk7V4W4CYSjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunk7V4W4CYSjs.KanbanBoard; exports.Breadcrumb = _chunk7V4W4CYSjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk7V4W4CYSjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk7V4W4CYSjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk7V4W4CYSjs.BreadcrumbLink; exports.BreadcrumbList = _chunk7V4W4CYSjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk7V4W4CYSjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk7V4W4CYSjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk7V4W4CYSjs.BreadcrumbSeparator; exports.Button = _chunk7V4W4CYSjs.Button; exports.Calendar = _chunk7V4W4CYSjs.Calendar; exports.CalendarDayButton = _chunk7V4W4CYSjs.CalendarDayButton; exports.Card = _chunk7V4W4CYSjs.Card; exports.CardAction = _chunk7V4W4CYSjs.CardAction; exports.CardContent = _chunk7V4W4CYSjs.CardContent; exports.CardDescription = _chunk7V4W4CYSjs.CardDescription; exports.CardFooter = _chunk7V4W4CYSjs.CardFooter; exports.CardHeader = _chunk7V4W4CYSjs.CardHeader; exports.CardTitle = _chunk7V4W4CYSjs.CardTitle; exports.Carousel = _chunk7V4W4CYSjs.Carousel; exports.CarouselContent = _chunk7V4W4CYSjs.CarouselContent; exports.CarouselItem = _chunk7V4W4CYSjs.CarouselItem; exports.CarouselNext = _chunk7V4W4CYSjs.CarouselNext; exports.CarouselPrevious = _chunk7V4W4CYSjs.CarouselPrevious; exports.ChartContainer = _chunk7V4W4CYSjs.ChartContainer; exports.ChartLegend = _chunk7V4W4CYSjs.ChartLegend; exports.ChartLegendContent = _chunk7V4W4CYSjs.ChartLegendContent; exports.ChartStyle = _chunk7V4W4CYSjs.ChartStyle; exports.ChartTooltip = _chunk7V4W4CYSjs.ChartTooltip; exports.ChartTooltipContent = _chunk7V4W4CYSjs.ChartTooltipContent; exports.Checkbox = _chunk7V4W4CYSjs.Checkbox; exports.Collapsible = _chunk7V4W4CYSjs.Collapsible; exports.CollapsibleContent = _chunk7V4W4CYSjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk7V4W4CYSjs.CollapsibleTrigger; exports.Column = _chunk7V4W4CYSjs.KanbanColumn; exports.ColumnHandle = _chunk7V4W4CYSjs.KanbanColumnHandle; exports.Combobox = _chunk7V4W4CYSjs.Combobox; exports.ComboboxChip = _chunk7V4W4CYSjs.ComboboxChip; exports.ComboboxChips = _chunk7V4W4CYSjs.ComboboxChips; exports.ComboboxChipsInput = _chunk7V4W4CYSjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk7V4W4CYSjs.ComboboxCollection; exports.ComboboxContent = _chunk7V4W4CYSjs.ComboboxContent; exports.ComboboxEmpty = _chunk7V4W4CYSjs.ComboboxEmpty; exports.ComboboxGroup = _chunk7V4W4CYSjs.ComboboxGroup; exports.ComboboxInput = _chunk7V4W4CYSjs.ComboboxInput; exports.ComboboxItem = _chunk7V4W4CYSjs.ComboboxItem; exports.ComboboxLabel = _chunk7V4W4CYSjs.ComboboxLabel; exports.ComboboxList = _chunk7V4W4CYSjs.ComboboxList; exports.ComboboxSeparator = _chunk7V4W4CYSjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk7V4W4CYSjs.ComboboxTrigger; exports.ComboboxValue = _chunk7V4W4CYSjs.ComboboxValue; exports.Command = _chunk7V4W4CYSjs.Command; exports.CommandDialog = _chunk7V4W4CYSjs.CommandDialog; exports.CommandEmpty = _chunk7V4W4CYSjs.CommandEmpty; exports.CommandGroup = _chunk7V4W4CYSjs.CommandGroup; exports.CommandInput = _chunk7V4W4CYSjs.CommandInput; exports.CommandItem = _chunk7V4W4CYSjs.CommandItem; exports.CommandList = _chunk7V4W4CYSjs.CommandList; exports.CommandSeparator = _chunk7V4W4CYSjs.CommandSeparator; exports.CommandShortcut = _chunk7V4W4CYSjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk7V4W4CYSjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk7V4W4CYSjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk7V4W4CYSjs.CommonDeleter; exports.CommonEditorButtons = _chunk7V4W4CYSjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk7V4W4CYSjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk7V4W4CYSjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk7V4W4CYSjs.CommonEditorTrigger; exports.CompaniesList = _chunk7V4W4CYSjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk7V4W4CYSjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk7V4W4CYSjs.CompanyContainer; exports.CompanyContent = _chunk7V4W4CYSjs.CompanyContent; exports.CompanyDeleter = _chunk7V4W4CYSjs.CompanyDeleter; exports.CompanyDetails = _chunk7V4W4CYSjs.CompanyDetails; exports.CompanyEditor = _chunk7V4W4CYSjs.CompanyEditor; exports.CompanyUsersList = _chunk7V4W4CYSjs.CompanyUsersList; exports.ContentListGrid = _chunk7V4W4CYSjs.ContentListGrid; exports.ContentListTable = _chunk7V4W4CYSjs.ContentListTable; exports.ContentTableSearch = _chunk7V4W4CYSjs.ContentTableSearch; exports.ContentTitle = _chunk7V4W4CYSjs.ContentTitle; exports.ContentsList = _chunk7V4W4CYSjs.ContentsList; exports.ContentsListById = _chunk7V4W4CYSjs.ContentsListById; exports.ContextMenu = _chunk7V4W4CYSjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk7V4W4CYSjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk7V4W4CYSjs.ContextMenuContent; exports.ContextMenuGroup = _chunk7V4W4CYSjs.ContextMenuGroup; exports.ContextMenuItem = _chunk7V4W4CYSjs.ContextMenuItem; exports.ContextMenuLabel = _chunk7V4W4CYSjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk7V4W4CYSjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk7V4W4CYSjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk7V4W4CYSjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk7V4W4CYSjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk7V4W4CYSjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk7V4W4CYSjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk7V4W4CYSjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk7V4W4CYSjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk7V4W4CYSjs.ContextMenuTrigger; exports.ContributorsList = _chunk7V4W4CYSjs.ContributorsList; exports.Cookies = _chunk7V4W4CYSjs.Cookies; exports.DatePickerPopover = _chunk7V4W4CYSjs.DatePickerPopover; exports.DateRangeSelector = _chunk7V4W4CYSjs.DateRangeSelector; exports.Dialog = _chunk7V4W4CYSjs.Dialog; exports.DialogClose = _chunk7V4W4CYSjs.DialogClose; exports.DialogContent = _chunk7V4W4CYSjs.DialogContent; exports.DialogDescription = _chunk7V4W4CYSjs.DialogDescription; exports.DialogFooter = _chunk7V4W4CYSjs.DialogFooter; exports.DialogHeader = _chunk7V4W4CYSjs.DialogHeader; exports.DialogOverlay = _chunk7V4W4CYSjs.DialogOverlay; exports.DialogPortal = _chunk7V4W4CYSjs.DialogPortal; exports.DialogTitle = _chunk7V4W4CYSjs.DialogTitle; exports.DialogTrigger = _chunk7V4W4CYSjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk7V4W4CYSjs.DisableTwoFactorDialog; exports.Drawer = _chunk7V4W4CYSjs.Drawer; exports.DrawerClose = _chunk7V4W4CYSjs.DrawerClose; exports.DrawerContent = _chunk7V4W4CYSjs.DrawerContent; exports.DrawerDescription = _chunk7V4W4CYSjs.DrawerDescription; exports.DrawerFooter = _chunk7V4W4CYSjs.DrawerFooter; exports.DrawerHeader = _chunk7V4W4CYSjs.DrawerHeader; exports.DrawerOverlay = _chunk7V4W4CYSjs.DrawerOverlay; exports.DrawerPortal = _chunk7V4W4CYSjs.DrawerPortal; exports.DrawerTitle = _chunk7V4W4CYSjs.DrawerTitle; exports.DrawerTrigger = _chunk7V4W4CYSjs.DrawerTrigger; exports.DropdownMenu = _chunk7V4W4CYSjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk7V4W4CYSjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk7V4W4CYSjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk7V4W4CYSjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk7V4W4CYSjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk7V4W4CYSjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk7V4W4CYSjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk7V4W4CYSjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk7V4W4CYSjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk7V4W4CYSjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk7V4W4CYSjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk7V4W4CYSjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk7V4W4CYSjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk7V4W4CYSjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk7V4W4CYSjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk7V4W4CYSjs.EditableAvatar; exports.EditorSheet = _chunk7V4W4CYSjs.EditorSheet; exports.EntityAvatar = _chunk7V4W4CYSjs.EntityAvatar; exports.EntityMultiSelector = _chunk7V4W4CYSjs.EntityMultiSelector; exports.ErrorDetails = _chunk7V4W4CYSjs.ErrorDetails; exports.Field = _chunk7V4W4CYSjs.Field; exports.FieldContent = _chunk7V4W4CYSjs.FieldContent; exports.FieldDescription = _chunk7V4W4CYSjs.FieldDescription; exports.FieldError = _chunk7V4W4CYSjs.FieldError; exports.FieldGroup = _chunk7V4W4CYSjs.FieldGroup; exports.FieldLabel = _chunk7V4W4CYSjs.FieldLabel; exports.FieldLegend = _chunk7V4W4CYSjs.FieldLegend; exports.FieldSeparator = _chunk7V4W4CYSjs.FieldSeparator; exports.FieldSet = _chunk7V4W4CYSjs.FieldSet; exports.FieldTitle = _chunk7V4W4CYSjs.FieldTitle; exports.FileInput = _chunk7V4W4CYSjs.FileInput; exports.FileUploader = _chunk7V4W4CYSjs.FileUploader; exports.FileUploaderContent = _chunk7V4W4CYSjs.FileUploaderContent; exports.FileUploaderItem = _chunk7V4W4CYSjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk7V4W4CYSjs.FiscalDataDisplay; exports.ForgotPassword = _chunk7V4W4CYSjs.ForgotPassword; exports.Form = _chunk7V4W4CYSjs.Form; exports.FormBlockNote = _chunk7V4W4CYSjs.FormBlockNote; exports.FormCheckbox = _chunk7V4W4CYSjs.FormCheckbox; exports.FormDate = _chunk7V4W4CYSjs.FormDate; exports.FormDateTime = _chunk7V4W4CYSjs.FormDateTime; exports.FormFeatures = _chunk7V4W4CYSjs.FormFeatures; exports.FormFieldWrapper = _chunk7V4W4CYSjs.FormFieldWrapper; exports.FormInput = _chunk7V4W4CYSjs.FormInput; exports.FormPassword = _chunk7V4W4CYSjs.FormPassword; exports.FormPlaceAutocomplete = _chunk7V4W4CYSjs.FormPlaceAutocomplete; exports.FormRoles = _chunk7V4W4CYSjs.FormRoles; exports.FormSelect = _chunk7V4W4CYSjs.FormSelect; exports.FormSlider = _chunk7V4W4CYSjs.FormSlider; exports.FormSwitch = _chunk7V4W4CYSjs.FormSwitch; exports.FormTextarea = _chunk7V4W4CYSjs.FormTextarea; exports.GdprConsentCheckbox = _chunk7V4W4CYSjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk7V4W4CYSjs.GdprConsentSection; exports.Header = _chunk7V4W4CYSjs.Header; exports.HoverCard = _chunk7V4W4CYSjs.HoverCard; exports.HoverCardContent = _chunk7V4W4CYSjs.HoverCardContent; exports.HoverCardTrigger = _chunk7V4W4CYSjs.HoverCardTrigger; exports.HowToCommand = _chunk7V4W4CYSjs.HowToCommand; exports.HowToCommandViewer = _chunk7V4W4CYSjs.HowToCommandViewer; exports.HowToContainer = _chunk7V4W4CYSjs.HowToContainer; exports.HowToContent = _chunk7V4W4CYSjs.HowToContent; exports.HowToDeleter = _chunk7V4W4CYSjs.HowToDeleter; exports.HowToDetails = _chunk7V4W4CYSjs.HowToDetails; exports.HowToEditor = _chunk7V4W4CYSjs.HowToEditor; exports.HowToList = _chunk7V4W4CYSjs.HowToList; exports.HowToListContainer = _chunk7V4W4CYSjs.HowToListContainer; exports.HowToMultiSelector = _chunk7V4W4CYSjs.HowToMultiSelector; exports.HowToSelector = _chunk7V4W4CYSjs.HowToSelector; exports.Input = _chunk7V4W4CYSjs.Input; exports.InputGroup = _chunk7V4W4CYSjs.InputGroup; exports.InputGroupAddon = _chunk7V4W4CYSjs.InputGroupAddon; exports.InputGroupButton = _chunk7V4W4CYSjs.InputGroupButton; exports.InputGroupInput = _chunk7V4W4CYSjs.InputGroupInput; exports.InputGroupText = _chunk7V4W4CYSjs.InputGroupText; exports.InputGroupTextarea = _chunk7V4W4CYSjs.InputGroupTextarea; exports.InputOTP = _chunk7V4W4CYSjs.InputOTP; exports.InputOTPGroup = _chunk7V4W4CYSjs.InputOTPGroup; exports.InputOTPSeparator = _chunk7V4W4CYSjs.InputOTPSeparator; exports.InputOTPSlot = _chunk7V4W4CYSjs.InputOTPSlot; exports.ItalianFiscalData = _chunk7V4W4CYSjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk7V4W4CYSjs.ItalianFiscalDataDisplay; exports.Item = _chunk7V4W4CYSjs.KanbanItem; exports.ItemHandle = _chunk7V4W4CYSjs.KanbanItemHandle; exports.Kanban = _chunk7V4W4CYSjs.KanbanRoot; exports.KanbanBoard = _chunk7V4W4CYSjs.KanbanBoard; exports.KanbanColumn = _chunk7V4W4CYSjs.KanbanColumn; exports.KanbanColumnHandle = _chunk7V4W4CYSjs.KanbanColumnHandle; exports.KanbanItem = _chunk7V4W4CYSjs.KanbanItem; exports.KanbanItemHandle = _chunk7V4W4CYSjs.KanbanItemHandle; exports.KanbanOverlay = _chunk7V4W4CYSjs.KanbanOverlay; exports.Label = _chunk7V4W4CYSjs.Label; exports.LandingComponent = _chunk7V4W4CYSjs.LandingComponent; exports.Link = _chunk7V4W4CYSjs.Link; exports.Login = _chunk7V4W4CYSjs.Login; exports.Logout = _chunk7V4W4CYSjs.Logout; exports.MessageItem = _chunk7V4W4CYSjs.MessageItem; exports.MessageList = _chunk7V4W4CYSjs.MessageList; exports.MessageSourcesPanel = _chunk7V4W4CYSjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunk7V4W4CYSjs.ModeToggleSwitch; exports.MultiSelect = _chunk7V4W4CYSjs.MultiSelect; exports.MultipleSelector = _chunk7V4W4CYSjs.MultipleSelector; exports.NavigationMenu = _chunk7V4W4CYSjs.NavigationMenu; exports.NavigationMenuContent = _chunk7V4W4CYSjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk7V4W4CYSjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk7V4W4CYSjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk7V4W4CYSjs.NavigationMenuLink; exports.NavigationMenuList = _chunk7V4W4CYSjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk7V4W4CYSjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk7V4W4CYSjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk7V4W4CYSjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk7V4W4CYSjs.NotificationMenuItem; exports.NotificationModal = _chunk7V4W4CYSjs.NotificationModal; exports.NotificationToast = _chunk7V4W4CYSjs.NotificationToast; exports.NotificationsList = _chunk7V4W4CYSjs.NotificationsList; exports.NotificationsListContainer = _chunk7V4W4CYSjs.NotificationsListContainer; exports.OAuthClientCard = _chunk7V4W4CYSjs.OAuthClientCard; exports.OAuthClientDetail = _chunk7V4W4CYSjs.OAuthClientDetail; exports.OAuthClientForm = _chunk7V4W4CYSjs.OAuthClientForm; exports.OAuthClientList = _chunk7V4W4CYSjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk7V4W4CYSjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk7V4W4CYSjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk7V4W4CYSjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk7V4W4CYSjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk7V4W4CYSjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk7V4W4CYSjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk7V4W4CYSjs.OAuthScopeSelector; exports.OnboardingCard = _chunk7V4W4CYSjs.OnboardingCard; exports.Overlay = _chunk7V4W4CYSjs.KanbanOverlay; exports.PageContainer = _chunk7V4W4CYSjs.PageContainer; exports.PageContainerContentDetails = _chunk7V4W4CYSjs.PageContainerContentDetails; exports.PageContentContainer = _chunk7V4W4CYSjs.PageContentContainer; exports.PageSection = _chunk7V4W4CYSjs.PageSection; exports.PasskeyButton = _chunk7V4W4CYSjs.PasskeyButton; exports.PasskeyList = _chunk7V4W4CYSjs.PasskeyList; exports.PasskeySetupDialog = _chunk7V4W4CYSjs.PasskeySetupDialog; exports.PasswordInput = _chunk7V4W4CYSjs.PasswordInput; exports.Popover = _chunk7V4W4CYSjs.Popover; exports.PopoverContent = _chunk7V4W4CYSjs.PopoverContent; exports.PopoverDescription = _chunk7V4W4CYSjs.PopoverDescription; exports.PopoverHeader = _chunk7V4W4CYSjs.PopoverHeader; exports.PopoverTitle = _chunk7V4W4CYSjs.PopoverTitle; exports.PopoverTrigger = _chunk7V4W4CYSjs.PopoverTrigger; exports.Progress = _chunk7V4W4CYSjs.Progress; exports.ProgressIndicator = _chunk7V4W4CYSjs.ProgressIndicator; exports.ProgressLabel = _chunk7V4W4CYSjs.ProgressLabel; exports.ProgressTrack = _chunk7V4W4CYSjs.ProgressTrack; exports.ProgressValue = _chunk7V4W4CYSjs.ProgressValue; exports.PushNotificationProvider = _chunk7V4W4CYSjs.PushNotificationProvider; exports.RadioGroup = _chunk7V4W4CYSjs.RadioGroup; exports.RadioGroupItem = _chunk7V4W4CYSjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk7V4W4CYSjs.RbacByRoleContainer; exports.RbacContainer = _chunk7V4W4CYSjs.RbacContainer; exports.RbacPermissionCell = _chunk7V4W4CYSjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk7V4W4CYSjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk7V4W4CYSjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk7V4W4CYSjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk7V4W4CYSjs.ReferralCodeCapture; exports.ReferralDialog = _chunk7V4W4CYSjs.ReferralDialog; exports.ReferralWidget = _chunk7V4W4CYSjs.ReferralWidget; exports.RefreshUser = _chunk7V4W4CYSjs.RefreshUser; exports.RelevantContentsList = _chunk7V4W4CYSjs.RelevantContentsList; exports.RelevantUsersList = _chunk7V4W4CYSjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk7V4W4CYSjs.RemoveUserFromRole; exports.ResetPassword = _chunk7V4W4CYSjs.ResetPassword; exports.ResizableHandle = _chunk7V4W4CYSjs.ResizableHandle; exports.ResizablePanel = _chunk7V4W4CYSjs.ResizablePanel; exports.ResizablePanelGroup = _chunk7V4W4CYSjs.ResizablePanelGroup; exports.RoleContainer = _chunk7V4W4CYSjs.RoleContainer; exports.RoleDetails = _chunk7V4W4CYSjs.RoleDetails; exports.RoleUsersList = _chunk7V4W4CYSjs.RoleUsersList; exports.RolesList = _chunk7V4W4CYSjs.RolesList; exports.Root = _chunk7V4W4CYSjs.KanbanRoot; exports.RoundPageContainer = _chunk7V4W4CYSjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk7V4W4CYSjs.RoundPageContainerTitle; exports.ScrollArea = _chunk7V4W4CYSjs.ScrollArea; exports.ScrollBar = _chunk7V4W4CYSjs.ScrollBar; exports.SecurityContainer = _chunk7V4W4CYSjs.SecurityContainer; exports.Select = _chunk7V4W4CYSjs.Select; exports.SelectContent = _chunk7V4W4CYSjs.SelectContent; exports.SelectGroup = _chunk7V4W4CYSjs.SelectGroup; exports.SelectItem = _chunk7V4W4CYSjs.SelectItem; exports.SelectLabel = _chunk7V4W4CYSjs.SelectLabel; exports.SelectScrollDownButton = _chunk7V4W4CYSjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk7V4W4CYSjs.SelectScrollUpButton; exports.SelectSeparator = _chunk7V4W4CYSjs.SelectSeparator; exports.SelectTrigger = _chunk7V4W4CYSjs.SelectTrigger; exports.SelectValue = _chunk7V4W4CYSjs.SelectValue; exports.Separator = _chunk7V4W4CYSjs.Separator; exports.Sheet = _chunk7V4W4CYSjs.Sheet; exports.SheetClose = _chunk7V4W4CYSjs.SheetClose; exports.SheetContent = _chunk7V4W4CYSjs.SheetContent; exports.SheetDescription = _chunk7V4W4CYSjs.SheetDescription; exports.SheetFooter = _chunk7V4W4CYSjs.SheetFooter; exports.SheetHeader = _chunk7V4W4CYSjs.SheetHeader; exports.SheetTitle = _chunk7V4W4CYSjs.SheetTitle; exports.SheetTrigger = _chunk7V4W4CYSjs.SheetTrigger; exports.Sidebar = _chunk7V4W4CYSjs.Sidebar; exports.SidebarContent = _chunk7V4W4CYSjs.SidebarContent; exports.SidebarFooter = _chunk7V4W4CYSjs.SidebarFooter; exports.SidebarGroup = _chunk7V4W4CYSjs.SidebarGroup; exports.SidebarGroupAction = _chunk7V4W4CYSjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk7V4W4CYSjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk7V4W4CYSjs.SidebarGroupLabel; exports.SidebarHeader = _chunk7V4W4CYSjs.SidebarHeader; exports.SidebarInput = _chunk7V4W4CYSjs.SidebarInput; exports.SidebarInset = _chunk7V4W4CYSjs.SidebarInset; exports.SidebarMenu = _chunk7V4W4CYSjs.SidebarMenu; exports.SidebarMenuAction = _chunk7V4W4CYSjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk7V4W4CYSjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk7V4W4CYSjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk7V4W4CYSjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk7V4W4CYSjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk7V4W4CYSjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk7V4W4CYSjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk7V4W4CYSjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk7V4W4CYSjs.SidebarProvider; exports.SidebarRail = _chunk7V4W4CYSjs.SidebarRail; exports.SidebarSeparator = _chunk7V4W4CYSjs.SidebarSeparator; exports.SidebarTrigger = _chunk7V4W4CYSjs.SidebarTrigger; exports.Skeleton = _chunk7V4W4CYSjs.Skeleton; exports.Slider = _chunk7V4W4CYSjs.Slider; exports.Switch = _chunk7V4W4CYSjs.Switch; exports.Table = _chunk7V4W4CYSjs.Table; exports.TableBody = _chunk7V4W4CYSjs.TableBody; exports.TableCaption = _chunk7V4W4CYSjs.TableCaption; exports.TableCell = _chunk7V4W4CYSjs.TableCell; exports.TableCellAvatar = _chunk7V4W4CYSjs.TableCellAvatar; exports.TableFooter = _chunk7V4W4CYSjs.TableFooter; exports.TableHead = _chunk7V4W4CYSjs.TableHead; exports.TableHeader = _chunk7V4W4CYSjs.TableHeader; exports.TableRow = _chunk7V4W4CYSjs.TableRow; exports.Tabs = _chunk7V4W4CYSjs.Tabs; exports.TabsContainer = _chunk7V4W4CYSjs.TabsContainer; exports.TabsContent = _chunk7V4W4CYSjs.TabsContent; exports.TabsList = _chunk7V4W4CYSjs.TabsList; exports.TabsTrigger = _chunk7V4W4CYSjs.TabsTrigger; exports.Textarea = _chunk7V4W4CYSjs.Textarea; exports.Toaster = _chunk7V4W4CYSjs.Toaster; exports.Toggle = _chunk7V4W4CYSjs.Toggle; exports.TokenStatusIndicator = _chunk7V4W4CYSjs.TokenStatusIndicator; exports.Tooltip = _chunk7V4W4CYSjs.Tooltip; exports.TooltipContent = _chunk7V4W4CYSjs.TooltipContent; exports.TooltipProvider = _chunk7V4W4CYSjs.TooltipProvider; exports.TooltipTrigger = _chunk7V4W4CYSjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk7V4W4CYSjs.TotpAuthenticatorList; exports.TotpInput = _chunk7V4W4CYSjs.TotpInput; exports.TotpSetupDialog = _chunk7V4W4CYSjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk7V4W4CYSjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk7V4W4CYSjs.TwoFactorSettings; exports.UserAvatar = _chunk7V4W4CYSjs.UserAvatar; exports.UserAvatarEditor = _chunk7V4W4CYSjs.UserAvatarEditor; exports.UserAvatarList = _chunk7V4W4CYSjs.UserAvatarList; exports.UserContainer = _chunk7V4W4CYSjs.UserContainer; exports.UserContent = _chunk7V4W4CYSjs.UserContent; exports.UserDeleter = _chunk7V4W4CYSjs.UserDeleter; exports.UserEditor = _chunk7V4W4CYSjs.UserEditor; exports.UserIndexContainer = _chunk7V4W4CYSjs.UserIndexContainer; exports.UserIndexDetails = _chunk7V4W4CYSjs.UserIndexDetails; exports.UserListInAdd = _chunk7V4W4CYSjs.UserListInAdd; exports.UserMultiSelect = _chunk7V4W4CYSjs.UserMultiSelect; exports.UserReactivator = _chunk7V4W4CYSjs.UserReactivator; exports.UserResentInvitationEmail = _chunk7V4W4CYSjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk7V4W4CYSjs.UserRoleAdd; exports.UserRolesList = _chunk7V4W4CYSjs.UserRolesList; exports.UserSearchPopover = _chunk7V4W4CYSjs.UserSearchPopover; exports.UserSelector = _chunk7V4W4CYSjs.UserSelector; exports.UserStanadaloneDetails = _chunk7V4W4CYSjs.UserStanadaloneDetails; exports.UsersList = _chunk7V4W4CYSjs.UsersList; exports.UsersListByContentIds = _chunk7V4W4CYSjs.UsersListByContentIds; exports.UsersListContainer = _chunk7V4W4CYSjs.UsersListContainer; exports.WaitlistConfirmation = _chunk7V4W4CYSjs.WaitlistConfirmation; exports.WaitlistForm = _chunk7V4W4CYSjs.WaitlistForm; exports.WaitlistHeroSection = _chunk7V4W4CYSjs.WaitlistHeroSection; exports.WaitlistList = _chunk7V4W4CYSjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk7V4W4CYSjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk7V4W4CYSjs.WaitlistSuccessState; exports.badgeVariants = _chunk7V4W4CYSjs.badgeVariants; exports.buttonVariants = _chunk7V4W4CYSjs.buttonVariants; exports.cellComponent = _chunk7V4W4CYSjs.cellComponent; exports.cellDate = _chunk7V4W4CYSjs.cellDate; exports.cellDateTime = _chunk7V4W4CYSjs.cellDateTime; exports.cellId = _chunk7V4W4CYSjs.cellId; exports.cellLink = _chunk7V4W4CYSjs.cellLink; exports.cellUrl = _chunk7V4W4CYSjs.cellUrl; exports.createMentionInlineContentSpec = _chunk7V4W4CYSjs.createMentionInlineContentSpec; exports.errorToast = _chunk7V4W4CYSjs.errorToast; exports.generateNotificationData = _chunk7V4W4CYSjs.generateNotificationData; exports.getIcon = _chunkXAWKRNYMjs.getIcon; exports.getIconByModule = _chunkXAWKRNYMjs.getIconByModule; exports.getIconByModuleName = _chunkXAWKRNYMjs.getIconByModuleName; exports.getInitials = _chunkXAWKRNYMjs.getInitials; exports.mentionDataAttrs = _chunk7V4W4CYSjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk7V4W4CYSjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk7V4W4CYSjs.parseFiscalData; exports.tabsListVariants = _chunk7V4W4CYSjs.tabsListVariants; exports.toggleVariants = _chunk7V4W4CYSjs.toggleVariants; exports.triggerAssociationToast = _chunk7V4W4CYSjs.triggerAssociationToast; exports.useCarousel = _chunk7V4W4CYSjs.useCarousel; exports.useComboboxAnchor = _chunk7V4W4CYSjs.useComboboxAnchor; exports.useDebounce = _chunk7V4W4CYSjs.useDebounce2; exports.useEditorDialog = _chunk7V4W4CYSjs.useEditorDialog; exports.useFileUpload = _chunk7V4W4CYSjs.useFileUpload; exports.useSidebar = _chunk7V4W4CYSjs.useSidebar;
|
|
936
|
+
exports.AcceptInvitation = _chunk6QASYUDSjs.AcceptInvitation; exports.Accordion = _chunk6QASYUDSjs.Accordion; exports.AccordionContent = _chunk6QASYUDSjs.AccordionContent; exports.AccordionItem = _chunk6QASYUDSjs.AccordionItem; exports.AccordionTrigger = _chunk6QASYUDSjs.AccordionTrigger; exports.ActivateAccount = _chunk6QASYUDSjs.ActivateAccount; exports.AddUserToRole = _chunk6QASYUDSjs.AddUserToRole; exports.AdminCompanyContainer = _chunk6QASYUDSjs.AdminCompanyContainer; exports.AdminUsersList = _chunk6QASYUDSjs.AdminUsersList; exports.Alert = _chunk6QASYUDSjs.Alert; exports.AlertAction = _chunk6QASYUDSjs.AlertAction; exports.AlertDescription = _chunk6QASYUDSjs.AlertDescription; exports.AlertDialog = _chunk6QASYUDSjs.AlertDialog; exports.AlertDialogAction = _chunk6QASYUDSjs.AlertDialogAction; exports.AlertDialogCancel = _chunk6QASYUDSjs.AlertDialogCancel; exports.AlertDialogContent = _chunk6QASYUDSjs.AlertDialogContent; exports.AlertDialogDescription = _chunk6QASYUDSjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk6QASYUDSjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk6QASYUDSjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk6QASYUDSjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk6QASYUDSjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk6QASYUDSjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk6QASYUDSjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk6QASYUDSjs.AlertDialogTrigger; exports.AlertTitle = _chunk6QASYUDSjs.AlertTitle; exports.AllUsersListContainer = _chunk6QASYUDSjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk6QASYUDSjs.AllowedUsersDetails; exports.AssistantContainer = _chunk6QASYUDSjs.AssistantContainer; exports.AttributeElement = _chunk6QASYUDSjs.AttributeElement; exports.AuthContainer = _chunk6QASYUDSjs.AuthContainer; exports.Avatar = _chunk6QASYUDSjs.Avatar; exports.AvatarBadge = _chunk6QASYUDSjs.AvatarBadge; exports.AvatarFallback = _chunk6QASYUDSjs.AvatarFallback; exports.AvatarGroup = _chunk6QASYUDSjs.AvatarGroup; exports.AvatarGroupCount = _chunk6QASYUDSjs.AvatarGroupCount; exports.AvatarImage = _chunk6QASYUDSjs.AvatarImage; exports.BackupCodesDialog = _chunk6QASYUDSjs.BackupCodesDialog; exports.Badge = _chunk6QASYUDSjs.Badge; exports.BlockNoteEditorContainer = _chunk6QASYUDSjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk6QASYUDSjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk6QASYUDSjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunk6QASYUDSjs.KanbanBoard; exports.Breadcrumb = _chunk6QASYUDSjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk6QASYUDSjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk6QASYUDSjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk6QASYUDSjs.BreadcrumbLink; exports.BreadcrumbList = _chunk6QASYUDSjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk6QASYUDSjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk6QASYUDSjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk6QASYUDSjs.BreadcrumbSeparator; exports.Button = _chunk6QASYUDSjs.Button; exports.Calendar = _chunk6QASYUDSjs.Calendar; exports.CalendarDayButton = _chunk6QASYUDSjs.CalendarDayButton; exports.Card = _chunk6QASYUDSjs.Card; exports.CardAction = _chunk6QASYUDSjs.CardAction; exports.CardContent = _chunk6QASYUDSjs.CardContent; exports.CardDescription = _chunk6QASYUDSjs.CardDescription; exports.CardFooter = _chunk6QASYUDSjs.CardFooter; exports.CardHeader = _chunk6QASYUDSjs.CardHeader; exports.CardTitle = _chunk6QASYUDSjs.CardTitle; exports.Carousel = _chunk6QASYUDSjs.Carousel; exports.CarouselContent = _chunk6QASYUDSjs.CarouselContent; exports.CarouselItem = _chunk6QASYUDSjs.CarouselItem; exports.CarouselNext = _chunk6QASYUDSjs.CarouselNext; exports.CarouselPrevious = _chunk6QASYUDSjs.CarouselPrevious; exports.ChartContainer = _chunk6QASYUDSjs.ChartContainer; exports.ChartLegend = _chunk6QASYUDSjs.ChartLegend; exports.ChartLegendContent = _chunk6QASYUDSjs.ChartLegendContent; exports.ChartStyle = _chunk6QASYUDSjs.ChartStyle; exports.ChartTooltip = _chunk6QASYUDSjs.ChartTooltip; exports.ChartTooltipContent = _chunk6QASYUDSjs.ChartTooltipContent; exports.Checkbox = _chunk6QASYUDSjs.Checkbox; exports.Collapsible = _chunk6QASYUDSjs.Collapsible; exports.CollapsibleContent = _chunk6QASYUDSjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk6QASYUDSjs.CollapsibleTrigger; exports.Column = _chunk6QASYUDSjs.KanbanColumn; exports.ColumnHandle = _chunk6QASYUDSjs.KanbanColumnHandle; exports.Combobox = _chunk6QASYUDSjs.Combobox; exports.ComboboxChip = _chunk6QASYUDSjs.ComboboxChip; exports.ComboboxChips = _chunk6QASYUDSjs.ComboboxChips; exports.ComboboxChipsInput = _chunk6QASYUDSjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk6QASYUDSjs.ComboboxCollection; exports.ComboboxContent = _chunk6QASYUDSjs.ComboboxContent; exports.ComboboxEmpty = _chunk6QASYUDSjs.ComboboxEmpty; exports.ComboboxGroup = _chunk6QASYUDSjs.ComboboxGroup; exports.ComboboxInput = _chunk6QASYUDSjs.ComboboxInput; exports.ComboboxItem = _chunk6QASYUDSjs.ComboboxItem; exports.ComboboxLabel = _chunk6QASYUDSjs.ComboboxLabel; exports.ComboboxList = _chunk6QASYUDSjs.ComboboxList; exports.ComboboxSeparator = _chunk6QASYUDSjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk6QASYUDSjs.ComboboxTrigger; exports.ComboboxValue = _chunk6QASYUDSjs.ComboboxValue; exports.Command = _chunk6QASYUDSjs.Command; exports.CommandDialog = _chunk6QASYUDSjs.CommandDialog; exports.CommandEmpty = _chunk6QASYUDSjs.CommandEmpty; exports.CommandGroup = _chunk6QASYUDSjs.CommandGroup; exports.CommandInput = _chunk6QASYUDSjs.CommandInput; exports.CommandItem = _chunk6QASYUDSjs.CommandItem; exports.CommandList = _chunk6QASYUDSjs.CommandList; exports.CommandSeparator = _chunk6QASYUDSjs.CommandSeparator; exports.CommandShortcut = _chunk6QASYUDSjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk6QASYUDSjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk6QASYUDSjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk6QASYUDSjs.CommonDeleter; exports.CommonEditorButtons = _chunk6QASYUDSjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk6QASYUDSjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk6QASYUDSjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk6QASYUDSjs.CommonEditorTrigger; exports.CompaniesList = _chunk6QASYUDSjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk6QASYUDSjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk6QASYUDSjs.CompanyContainer; exports.CompanyContent = _chunk6QASYUDSjs.CompanyContent; exports.CompanyDeleter = _chunk6QASYUDSjs.CompanyDeleter; exports.CompanyDetails = _chunk6QASYUDSjs.CompanyDetails; exports.CompanyEditor = _chunk6QASYUDSjs.CompanyEditor; exports.CompanyUsersList = _chunk6QASYUDSjs.CompanyUsersList; exports.ContentListGrid = _chunk6QASYUDSjs.ContentListGrid; exports.ContentListTable = _chunk6QASYUDSjs.ContentListTable; exports.ContentTableSearch = _chunk6QASYUDSjs.ContentTableSearch; exports.ContentTitle = _chunk6QASYUDSjs.ContentTitle; exports.ContentsList = _chunk6QASYUDSjs.ContentsList; exports.ContentsListById = _chunk6QASYUDSjs.ContentsListById; exports.ContextMenu = _chunk6QASYUDSjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk6QASYUDSjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk6QASYUDSjs.ContextMenuContent; exports.ContextMenuGroup = _chunk6QASYUDSjs.ContextMenuGroup; exports.ContextMenuItem = _chunk6QASYUDSjs.ContextMenuItem; exports.ContextMenuLabel = _chunk6QASYUDSjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk6QASYUDSjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk6QASYUDSjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk6QASYUDSjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk6QASYUDSjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk6QASYUDSjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk6QASYUDSjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk6QASYUDSjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk6QASYUDSjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk6QASYUDSjs.ContextMenuTrigger; exports.ContributorsList = _chunk6QASYUDSjs.ContributorsList; exports.Cookies = _chunk6QASYUDSjs.Cookies; exports.DatePickerPopover = _chunk6QASYUDSjs.DatePickerPopover; exports.DateRangeSelector = _chunk6QASYUDSjs.DateRangeSelector; exports.Dialog = _chunk6QASYUDSjs.Dialog; exports.DialogClose = _chunk6QASYUDSjs.DialogClose; exports.DialogContent = _chunk6QASYUDSjs.DialogContent; exports.DialogDescription = _chunk6QASYUDSjs.DialogDescription; exports.DialogFooter = _chunk6QASYUDSjs.DialogFooter; exports.DialogHeader = _chunk6QASYUDSjs.DialogHeader; exports.DialogOverlay = _chunk6QASYUDSjs.DialogOverlay; exports.DialogPortal = _chunk6QASYUDSjs.DialogPortal; exports.DialogTitle = _chunk6QASYUDSjs.DialogTitle; exports.DialogTrigger = _chunk6QASYUDSjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk6QASYUDSjs.DisableTwoFactorDialog; exports.Drawer = _chunk6QASYUDSjs.Drawer; exports.DrawerClose = _chunk6QASYUDSjs.DrawerClose; exports.DrawerContent = _chunk6QASYUDSjs.DrawerContent; exports.DrawerDescription = _chunk6QASYUDSjs.DrawerDescription; exports.DrawerFooter = _chunk6QASYUDSjs.DrawerFooter; exports.DrawerHeader = _chunk6QASYUDSjs.DrawerHeader; exports.DrawerOverlay = _chunk6QASYUDSjs.DrawerOverlay; exports.DrawerPortal = _chunk6QASYUDSjs.DrawerPortal; exports.DrawerTitle = _chunk6QASYUDSjs.DrawerTitle; exports.DrawerTrigger = _chunk6QASYUDSjs.DrawerTrigger; exports.DropdownMenu = _chunk6QASYUDSjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk6QASYUDSjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk6QASYUDSjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk6QASYUDSjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk6QASYUDSjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk6QASYUDSjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk6QASYUDSjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk6QASYUDSjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk6QASYUDSjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk6QASYUDSjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk6QASYUDSjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk6QASYUDSjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk6QASYUDSjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk6QASYUDSjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk6QASYUDSjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk6QASYUDSjs.EditableAvatar; exports.EditorSheet = _chunk6QASYUDSjs.EditorSheet; exports.EntityAvatar = _chunk6QASYUDSjs.EntityAvatar; exports.EntityMultiSelector = _chunk6QASYUDSjs.EntityMultiSelector; exports.ErrorDetails = _chunk6QASYUDSjs.ErrorDetails; exports.Field = _chunk6QASYUDSjs.Field; exports.FieldContent = _chunk6QASYUDSjs.FieldContent; exports.FieldDescription = _chunk6QASYUDSjs.FieldDescription; exports.FieldError = _chunk6QASYUDSjs.FieldError; exports.FieldGroup = _chunk6QASYUDSjs.FieldGroup; exports.FieldLabel = _chunk6QASYUDSjs.FieldLabel; exports.FieldLegend = _chunk6QASYUDSjs.FieldLegend; exports.FieldSeparator = _chunk6QASYUDSjs.FieldSeparator; exports.FieldSet = _chunk6QASYUDSjs.FieldSet; exports.FieldTitle = _chunk6QASYUDSjs.FieldTitle; exports.FileInput = _chunk6QASYUDSjs.FileInput; exports.FileUploader = _chunk6QASYUDSjs.FileUploader; exports.FileUploaderContent = _chunk6QASYUDSjs.FileUploaderContent; exports.FileUploaderItem = _chunk6QASYUDSjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk6QASYUDSjs.FiscalDataDisplay; exports.ForgotPassword = _chunk6QASYUDSjs.ForgotPassword; exports.Form = _chunk6QASYUDSjs.Form; exports.FormBlockNote = _chunk6QASYUDSjs.FormBlockNote; exports.FormCheckbox = _chunk6QASYUDSjs.FormCheckbox; exports.FormDate = _chunk6QASYUDSjs.FormDate; exports.FormDateTime = _chunk6QASYUDSjs.FormDateTime; exports.FormFeatures = _chunk6QASYUDSjs.FormFeatures; exports.FormFieldWrapper = _chunk6QASYUDSjs.FormFieldWrapper; exports.FormInput = _chunk6QASYUDSjs.FormInput; exports.FormPassword = _chunk6QASYUDSjs.FormPassword; exports.FormPlaceAutocomplete = _chunk6QASYUDSjs.FormPlaceAutocomplete; exports.FormRoles = _chunk6QASYUDSjs.FormRoles; exports.FormSelect = _chunk6QASYUDSjs.FormSelect; exports.FormSlider = _chunk6QASYUDSjs.FormSlider; exports.FormSwitch = _chunk6QASYUDSjs.FormSwitch; exports.FormTextarea = _chunk6QASYUDSjs.FormTextarea; exports.GdprConsentCheckbox = _chunk6QASYUDSjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk6QASYUDSjs.GdprConsentSection; exports.Header = _chunk6QASYUDSjs.Header; exports.HoverCard = _chunk6QASYUDSjs.HoverCard; exports.HoverCardContent = _chunk6QASYUDSjs.HoverCardContent; exports.HoverCardTrigger = _chunk6QASYUDSjs.HoverCardTrigger; exports.HowToCommand = _chunk6QASYUDSjs.HowToCommand; exports.HowToCommandViewer = _chunk6QASYUDSjs.HowToCommandViewer; exports.HowToContainer = _chunk6QASYUDSjs.HowToContainer; exports.HowToContent = _chunk6QASYUDSjs.HowToContent; exports.HowToDeleter = _chunk6QASYUDSjs.HowToDeleter; exports.HowToDetails = _chunk6QASYUDSjs.HowToDetails; exports.HowToEditor = _chunk6QASYUDSjs.HowToEditor; exports.HowToList = _chunk6QASYUDSjs.HowToList; exports.HowToListContainer = _chunk6QASYUDSjs.HowToListContainer; exports.HowToMultiSelector = _chunk6QASYUDSjs.HowToMultiSelector; exports.HowToSelector = _chunk6QASYUDSjs.HowToSelector; exports.Input = _chunk6QASYUDSjs.Input; exports.InputGroup = _chunk6QASYUDSjs.InputGroup; exports.InputGroupAddon = _chunk6QASYUDSjs.InputGroupAddon; exports.InputGroupButton = _chunk6QASYUDSjs.InputGroupButton; exports.InputGroupInput = _chunk6QASYUDSjs.InputGroupInput; exports.InputGroupText = _chunk6QASYUDSjs.InputGroupText; exports.InputGroupTextarea = _chunk6QASYUDSjs.InputGroupTextarea; exports.InputOTP = _chunk6QASYUDSjs.InputOTP; exports.InputOTPGroup = _chunk6QASYUDSjs.InputOTPGroup; exports.InputOTPSeparator = _chunk6QASYUDSjs.InputOTPSeparator; exports.InputOTPSlot = _chunk6QASYUDSjs.InputOTPSlot; exports.ItalianFiscalData = _chunk6QASYUDSjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk6QASYUDSjs.ItalianFiscalDataDisplay; exports.Item = _chunk6QASYUDSjs.KanbanItem; exports.ItemHandle = _chunk6QASYUDSjs.KanbanItemHandle; exports.Kanban = _chunk6QASYUDSjs.KanbanRoot; exports.KanbanBoard = _chunk6QASYUDSjs.KanbanBoard; exports.KanbanColumn = _chunk6QASYUDSjs.KanbanColumn; exports.KanbanColumnHandle = _chunk6QASYUDSjs.KanbanColumnHandle; exports.KanbanItem = _chunk6QASYUDSjs.KanbanItem; exports.KanbanItemHandle = _chunk6QASYUDSjs.KanbanItemHandle; exports.KanbanOverlay = _chunk6QASYUDSjs.KanbanOverlay; exports.Label = _chunk6QASYUDSjs.Label; exports.LandingComponent = _chunk6QASYUDSjs.LandingComponent; exports.Link = _chunk6QASYUDSjs.Link; exports.Login = _chunk6QASYUDSjs.Login; exports.Logout = _chunk6QASYUDSjs.Logout; exports.MessageItem = _chunk6QASYUDSjs.MessageItem; exports.MessageList = _chunk6QASYUDSjs.MessageList; exports.MessageSourcesPanel = _chunk6QASYUDSjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunk6QASYUDSjs.ModeToggleSwitch; exports.MultiSelect = _chunk6QASYUDSjs.MultiSelect; exports.MultipleSelector = _chunk6QASYUDSjs.MultipleSelector; exports.NavigationMenu = _chunk6QASYUDSjs.NavigationMenu; exports.NavigationMenuContent = _chunk6QASYUDSjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk6QASYUDSjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk6QASYUDSjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk6QASYUDSjs.NavigationMenuLink; exports.NavigationMenuList = _chunk6QASYUDSjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk6QASYUDSjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk6QASYUDSjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk6QASYUDSjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk6QASYUDSjs.NotificationMenuItem; exports.NotificationModal = _chunk6QASYUDSjs.NotificationModal; exports.NotificationToast = _chunk6QASYUDSjs.NotificationToast; exports.NotificationsList = _chunk6QASYUDSjs.NotificationsList; exports.NotificationsListContainer = _chunk6QASYUDSjs.NotificationsListContainer; exports.OAuthClientCard = _chunk6QASYUDSjs.OAuthClientCard; exports.OAuthClientDetail = _chunk6QASYUDSjs.OAuthClientDetail; exports.OAuthClientForm = _chunk6QASYUDSjs.OAuthClientForm; exports.OAuthClientList = _chunk6QASYUDSjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk6QASYUDSjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk6QASYUDSjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk6QASYUDSjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk6QASYUDSjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk6QASYUDSjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk6QASYUDSjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk6QASYUDSjs.OAuthScopeSelector; exports.OnboardingCard = _chunk6QASYUDSjs.OnboardingCard; exports.Overlay = _chunk6QASYUDSjs.KanbanOverlay; exports.PageContainer = _chunk6QASYUDSjs.PageContainer; exports.PageContainerContentDetails = _chunk6QASYUDSjs.PageContainerContentDetails; exports.PageContentContainer = _chunk6QASYUDSjs.PageContentContainer; exports.PageSection = _chunk6QASYUDSjs.PageSection; exports.PasskeyButton = _chunk6QASYUDSjs.PasskeyButton; exports.PasskeyList = _chunk6QASYUDSjs.PasskeyList; exports.PasskeySetupDialog = _chunk6QASYUDSjs.PasskeySetupDialog; exports.PasswordInput = _chunk6QASYUDSjs.PasswordInput; exports.Popover = _chunk6QASYUDSjs.Popover; exports.PopoverContent = _chunk6QASYUDSjs.PopoverContent; exports.PopoverDescription = _chunk6QASYUDSjs.PopoverDescription; exports.PopoverHeader = _chunk6QASYUDSjs.PopoverHeader; exports.PopoverTitle = _chunk6QASYUDSjs.PopoverTitle; exports.PopoverTrigger = _chunk6QASYUDSjs.PopoverTrigger; exports.Progress = _chunk6QASYUDSjs.Progress; exports.ProgressIndicator = _chunk6QASYUDSjs.ProgressIndicator; exports.ProgressLabel = _chunk6QASYUDSjs.ProgressLabel; exports.ProgressTrack = _chunk6QASYUDSjs.ProgressTrack; exports.ProgressValue = _chunk6QASYUDSjs.ProgressValue; exports.PushNotificationProvider = _chunk6QASYUDSjs.PushNotificationProvider; exports.RadioGroup = _chunk6QASYUDSjs.RadioGroup; exports.RadioGroupItem = _chunk6QASYUDSjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk6QASYUDSjs.RbacByRoleContainer; exports.RbacContainer = _chunk6QASYUDSjs.RbacContainer; exports.RbacPermissionCell = _chunk6QASYUDSjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk6QASYUDSjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk6QASYUDSjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk6QASYUDSjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk6QASYUDSjs.ReferralCodeCapture; exports.ReferralDialog = _chunk6QASYUDSjs.ReferralDialog; exports.ReferralWidget = _chunk6QASYUDSjs.ReferralWidget; exports.RefreshUser = _chunk6QASYUDSjs.RefreshUser; exports.RelevantContentsList = _chunk6QASYUDSjs.RelevantContentsList; exports.RelevantUsersList = _chunk6QASYUDSjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk6QASYUDSjs.RemoveUserFromRole; exports.ResetPassword = _chunk6QASYUDSjs.ResetPassword; exports.ResizableHandle = _chunk6QASYUDSjs.ResizableHandle; exports.ResizablePanel = _chunk6QASYUDSjs.ResizablePanel; exports.ResizablePanelGroup = _chunk6QASYUDSjs.ResizablePanelGroup; exports.RoleContainer = _chunk6QASYUDSjs.RoleContainer; exports.RoleDetails = _chunk6QASYUDSjs.RoleDetails; exports.RoleUsersList = _chunk6QASYUDSjs.RoleUsersList; exports.RolesList = _chunk6QASYUDSjs.RolesList; exports.Root = _chunk6QASYUDSjs.KanbanRoot; exports.RoundPageContainer = _chunk6QASYUDSjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk6QASYUDSjs.RoundPageContainerTitle; exports.ScrollArea = _chunk6QASYUDSjs.ScrollArea; exports.ScrollBar = _chunk6QASYUDSjs.ScrollBar; exports.SecurityContainer = _chunk6QASYUDSjs.SecurityContainer; exports.Select = _chunk6QASYUDSjs.Select; exports.SelectContent = _chunk6QASYUDSjs.SelectContent; exports.SelectGroup = _chunk6QASYUDSjs.SelectGroup; exports.SelectItem = _chunk6QASYUDSjs.SelectItem; exports.SelectLabel = _chunk6QASYUDSjs.SelectLabel; exports.SelectScrollDownButton = _chunk6QASYUDSjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk6QASYUDSjs.SelectScrollUpButton; exports.SelectSeparator = _chunk6QASYUDSjs.SelectSeparator; exports.SelectTrigger = _chunk6QASYUDSjs.SelectTrigger; exports.SelectValue = _chunk6QASYUDSjs.SelectValue; exports.Separator = _chunk6QASYUDSjs.Separator; exports.Sheet = _chunk6QASYUDSjs.Sheet; exports.SheetClose = _chunk6QASYUDSjs.SheetClose; exports.SheetContent = _chunk6QASYUDSjs.SheetContent; exports.SheetDescription = _chunk6QASYUDSjs.SheetDescription; exports.SheetFooter = _chunk6QASYUDSjs.SheetFooter; exports.SheetHeader = _chunk6QASYUDSjs.SheetHeader; exports.SheetTitle = _chunk6QASYUDSjs.SheetTitle; exports.SheetTrigger = _chunk6QASYUDSjs.SheetTrigger; exports.Sidebar = _chunk6QASYUDSjs.Sidebar; exports.SidebarContent = _chunk6QASYUDSjs.SidebarContent; exports.SidebarFooter = _chunk6QASYUDSjs.SidebarFooter; exports.SidebarGroup = _chunk6QASYUDSjs.SidebarGroup; exports.SidebarGroupAction = _chunk6QASYUDSjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk6QASYUDSjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk6QASYUDSjs.SidebarGroupLabel; exports.SidebarHeader = _chunk6QASYUDSjs.SidebarHeader; exports.SidebarInput = _chunk6QASYUDSjs.SidebarInput; exports.SidebarInset = _chunk6QASYUDSjs.SidebarInset; exports.SidebarMenu = _chunk6QASYUDSjs.SidebarMenu; exports.SidebarMenuAction = _chunk6QASYUDSjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk6QASYUDSjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk6QASYUDSjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk6QASYUDSjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk6QASYUDSjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk6QASYUDSjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk6QASYUDSjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk6QASYUDSjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk6QASYUDSjs.SidebarProvider; exports.SidebarRail = _chunk6QASYUDSjs.SidebarRail; exports.SidebarSeparator = _chunk6QASYUDSjs.SidebarSeparator; exports.SidebarTrigger = _chunk6QASYUDSjs.SidebarTrigger; exports.Skeleton = _chunk6QASYUDSjs.Skeleton; exports.Slider = _chunk6QASYUDSjs.Slider; exports.Switch = _chunk6QASYUDSjs.Switch; exports.Table = _chunk6QASYUDSjs.Table; exports.TableBody = _chunk6QASYUDSjs.TableBody; exports.TableCaption = _chunk6QASYUDSjs.TableCaption; exports.TableCell = _chunk6QASYUDSjs.TableCell; exports.TableCellAvatar = _chunk6QASYUDSjs.TableCellAvatar; exports.TableFooter = _chunk6QASYUDSjs.TableFooter; exports.TableHead = _chunk6QASYUDSjs.TableHead; exports.TableHeader = _chunk6QASYUDSjs.TableHeader; exports.TableRow = _chunk6QASYUDSjs.TableRow; exports.Tabs = _chunk6QASYUDSjs.Tabs; exports.TabsContainer = _chunk6QASYUDSjs.TabsContainer; exports.TabsContent = _chunk6QASYUDSjs.TabsContent; exports.TabsList = _chunk6QASYUDSjs.TabsList; exports.TabsTrigger = _chunk6QASYUDSjs.TabsTrigger; exports.Textarea = _chunk6QASYUDSjs.Textarea; exports.Toaster = _chunk6QASYUDSjs.Toaster; exports.Toggle = _chunk6QASYUDSjs.Toggle; exports.TokenStatusIndicator = _chunk6QASYUDSjs.TokenStatusIndicator; exports.Tooltip = _chunk6QASYUDSjs.Tooltip; exports.TooltipContent = _chunk6QASYUDSjs.TooltipContent; exports.TooltipProvider = _chunk6QASYUDSjs.TooltipProvider; exports.TooltipTrigger = _chunk6QASYUDSjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk6QASYUDSjs.TotpAuthenticatorList; exports.TotpInput = _chunk6QASYUDSjs.TotpInput; exports.TotpSetupDialog = _chunk6QASYUDSjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk6QASYUDSjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk6QASYUDSjs.TwoFactorSettings; exports.UserAvatar = _chunk6QASYUDSjs.UserAvatar; exports.UserAvatarEditor = _chunk6QASYUDSjs.UserAvatarEditor; exports.UserAvatarList = _chunk6QASYUDSjs.UserAvatarList; exports.UserContainer = _chunk6QASYUDSjs.UserContainer; exports.UserContent = _chunk6QASYUDSjs.UserContent; exports.UserDeleter = _chunk6QASYUDSjs.UserDeleter; exports.UserEditor = _chunk6QASYUDSjs.UserEditor; exports.UserIndexContainer = _chunk6QASYUDSjs.UserIndexContainer; exports.UserIndexDetails = _chunk6QASYUDSjs.UserIndexDetails; exports.UserListInAdd = _chunk6QASYUDSjs.UserListInAdd; exports.UserMultiSelect = _chunk6QASYUDSjs.UserMultiSelect; exports.UserReactivator = _chunk6QASYUDSjs.UserReactivator; exports.UserResentInvitationEmail = _chunk6QASYUDSjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk6QASYUDSjs.UserRoleAdd; exports.UserRolesList = _chunk6QASYUDSjs.UserRolesList; exports.UserSearchPopover = _chunk6QASYUDSjs.UserSearchPopover; exports.UserSelector = _chunk6QASYUDSjs.UserSelector; exports.UserStanadaloneDetails = _chunk6QASYUDSjs.UserStanadaloneDetails; exports.UsersList = _chunk6QASYUDSjs.UsersList; exports.UsersListByContentIds = _chunk6QASYUDSjs.UsersListByContentIds; exports.UsersListContainer = _chunk6QASYUDSjs.UsersListContainer; exports.WaitlistConfirmation = _chunk6QASYUDSjs.WaitlistConfirmation; exports.WaitlistForm = _chunk6QASYUDSjs.WaitlistForm; exports.WaitlistHeroSection = _chunk6QASYUDSjs.WaitlistHeroSection; exports.WaitlistList = _chunk6QASYUDSjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk6QASYUDSjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk6QASYUDSjs.WaitlistSuccessState; exports.badgeVariants = _chunk6QASYUDSjs.badgeVariants; exports.buttonVariants = _chunk6QASYUDSjs.buttonVariants; exports.cellComponent = _chunk6QASYUDSjs.cellComponent; exports.cellDate = _chunk6QASYUDSjs.cellDate; exports.cellDateTime = _chunk6QASYUDSjs.cellDateTime; exports.cellId = _chunk6QASYUDSjs.cellId; exports.cellLink = _chunk6QASYUDSjs.cellLink; exports.cellUrl = _chunk6QASYUDSjs.cellUrl; exports.createMentionInlineContentSpec = _chunk6QASYUDSjs.createMentionInlineContentSpec; exports.errorToast = _chunk6QASYUDSjs.errorToast; exports.generateNotificationData = _chunk6QASYUDSjs.generateNotificationData; exports.getIcon = _chunkXAWKRNYMjs.getIcon; exports.getIconByModule = _chunkXAWKRNYMjs.getIconByModule; exports.getIconByModuleName = _chunkXAWKRNYMjs.getIconByModuleName; exports.getInitials = _chunkXAWKRNYMjs.getInitials; exports.mentionDataAttrs = _chunk6QASYUDSjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk6QASYUDSjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk6QASYUDSjs.parseFiscalData; exports.tabsListVariants = _chunk6QASYUDSjs.tabsListVariants; exports.toggleVariants = _chunk6QASYUDSjs.toggleVariants; exports.triggerAssociationToast = _chunk6QASYUDSjs.triggerAssociationToast; exports.useCarousel = _chunk6QASYUDSjs.useCarousel; exports.useComboboxAnchor = _chunk6QASYUDSjs.useComboboxAnchor; exports.useDebounce = _chunk6QASYUDSjs.useDebounce2; exports.useEditorDialog = _chunk6QASYUDSjs.useEditorDialog; exports.useFileUpload = _chunk6QASYUDSjs.useFileUpload; exports.useSidebar = _chunk6QASYUDSjs.useSidebar;
|
|
937
937
|
//# sourceMappingURL=index.js.map
|
|
@@ -8,8 +8,10 @@ interface D3Node extends d3.SimulationNodeDatum {
|
|
|
8
8
|
relationshipType?: string;
|
|
9
9
|
isBrowsableNode?: boolean;
|
|
10
10
|
icon?: LucideIcon;
|
|
11
|
+
imageUrl?: string;
|
|
11
12
|
visible?: boolean;
|
|
12
13
|
washedOut?: boolean;
|
|
14
|
+
bold?: boolean;
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
interface D3Link extends SimulationLinkDatum<D3Node> {
|
|
@@ -8,8 +8,10 @@ interface D3Node extends d3.SimulationNodeDatum {
|
|
|
8
8
|
relationshipType?: string;
|
|
9
9
|
isBrowsableNode?: boolean;
|
|
10
10
|
icon?: LucideIcon;
|
|
11
|
+
imageUrl?: string;
|
|
11
12
|
visible?: boolean;
|
|
12
13
|
washedOut?: boolean;
|
|
14
|
+
bold?: boolean;
|
|
13
15
|
}
|
|
14
16
|
|
|
15
17
|
interface D3Link extends SimulationLinkDatum<D3Node> {
|
package/dist/contexts/index.js
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunk6QASYUDSjs = require('../chunk-6QASYUDS.js');
|
|
35
35
|
require('../chunk-SE5HIHJS.js');
|
|
36
36
|
require('../chunk-XAWKRNYM.js');
|
|
37
37
|
require('../chunk-LXKSUWAV.js');
|
|
@@ -71,5 +71,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
exports.AssistantProvider =
|
|
74
|
+
exports.AssistantProvider = _chunk6QASYUDSjs.AssistantProvider; exports.CommonProvider = _chunk6QASYUDSjs.CommonProvider; exports.CompanyProvider = _chunk6QASYUDSjs.CompanyProvider; exports.CurrentUserProvider = _chunk6QASYUDSjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk6QASYUDSjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk6QASYUDSjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunk6QASYUDSjs.HeaderLeftContentProvider; exports.HowToProvider = _chunk6QASYUDSjs.HowToProvider; exports.NotificationContextProvider = _chunk6QASYUDSjs.NotificationContextProvider; exports.OnboardingProvider = _chunk6QASYUDSjs.OnboardingProvider; exports.RbacProvider = _chunk6QASYUDSjs.RbacProvider; exports.RoleProvider = _chunk6QASYUDSjs.RoleProvider; exports.SharedProvider = _chunk6QASYUDSjs.SharedProvider; exports.SocketContext = _chunk6QASYUDSjs.SocketContext; exports.SocketProvider = _chunk6QASYUDSjs.SocketProvider; exports.UserProvider = _chunk6QASYUDSjs.UserProvider; exports.recentPagesAtom = _chunk6QASYUDSjs.recentPagesAtom; exports.useAssistantContext = _chunk6QASYUDSjs.useAssistantContext; exports.useCommonContext = _chunk6QASYUDSjs.useCommonContext; exports.useCompanyContext = _chunk6QASYUDSjs.useCompanyContext; exports.useCurrentUserContext = _chunk6QASYUDSjs.useCurrentUserContext; exports.useHeaderChildren = _chunk6QASYUDSjs.useHeaderChildren; exports.useHeaderLeftContent = _chunk6QASYUDSjs.useHeaderLeftContent; exports.useHowToContext = _chunk6QASYUDSjs.useHowToContext; exports.useNotificationContext = _chunk6QASYUDSjs.useNotificationContext; exports.useOnboarding = _chunk6QASYUDSjs.useOnboarding; exports.useRbacContext = _chunk6QASYUDSjs.useRbacContext; exports.useRoleContext = _chunk6QASYUDSjs.useRoleContext; exports.useSharedContext = _chunk6QASYUDSjs.useSharedContext; exports.useSocketContext = _chunk6QASYUDSjs.useSocketContext; exports.useUserContext = _chunk6QASYUDSjs.useUserContext;
|
|
75
75
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
package/dist/core/index.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ import { M as ModuleWithPermissions, g as PermissionUser, A as Action, f as Perm
|
|
|
9
9
|
export { d as ModuleDefinition, c as ModulePermissionDefinition, b as PageUrl, P as PermissionCheck, e as PermissionConfig } from '../notification.interface-DLZGtV7Z.mjs';
|
|
10
10
|
import { a as HowToInterface, H as HowToInput, c as AssistantMessageInterface, A as AssistantMessageRole, d as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageInput } from '../AssistantMessageInterface-DJ3Me16Y.mjs';
|
|
11
11
|
export { B as BreadcrumbItemData } from '../AssistantMessageInterface-DJ3Me16Y.mjs';
|
|
12
|
-
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-
|
|
12
|
+
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-hzZvhlBd.mjs';
|
|
13
13
|
import { ClassValue } from 'clsx';
|
|
14
14
|
export { ClassValue } from 'clsx';
|
|
15
15
|
import * as React from 'react';
|
package/dist/core/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ import { M as ModuleWithPermissions, g as PermissionUser, A as Action, f as Perm
|
|
|
9
9
|
export { d as ModuleDefinition, c as ModulePermissionDefinition, b as PageUrl, P as PermissionCheck, e as PermissionConfig } from '../notification.interface-aLEJbA_g.js';
|
|
10
10
|
import { a as HowToInterface, H as HowToInput, c as AssistantMessageInterface, A as AssistantMessageRole, d as ChunkInterface, C as ChunkRelationshipMeta, b as AssistantMessageInput } from '../AssistantMessageInterface-BpEhx2pC.js';
|
|
11
11
|
export { B as BreadcrumbItemData } from '../AssistantMessageInterface-BpEhx2pC.js';
|
|
12
|
-
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-
|
|
12
|
+
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-hzZvhlBd.js';
|
|
13
13
|
import { ClassValue } from 'clsx';
|
|
14
14
|
export { ClassValue } from 'clsx';
|
|
15
15
|
import * as React from 'react';
|
package/dist/index.d.mts
CHANGED
|
@@ -7,7 +7,7 @@ export { AppModuleDefinitions, Assistant, AssistantMessage, AssistantMessageModu
|
|
|
7
7
|
import { b as AbstractService } from './s3.service-CVgLWaDc.mjs';
|
|
8
8
|
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-CVgLWaDc.mjs';
|
|
9
9
|
export { b as AssistantMessageInput, c as AssistantMessageInterface, A as AssistantMessageRole, B as BreadcrumbItemData, d as ChunkInterface, C as ChunkRelationshipMeta, H as HowToInput, a as HowToInterface } from './AssistantMessageInterface-DJ3Me16Y.mjs';
|
|
10
|
-
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-
|
|
10
|
+
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-hzZvhlBd.mjs';
|
|
11
11
|
export { ClassValue } from 'clsx';
|
|
12
12
|
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-BKI0ZbtD.mjs';
|
|
13
13
|
export { A as Action, i as CompanyInput, j as CompanyInterface, a as ContentInput, C as ContentInterface, d as ModuleDefinition, h as ModuleFactory, c as ModulePermissionDefinition, M as ModuleWithPermissions, k as NotificationInput, N as NotificationInterface, b as PageUrl, P as PermissionCheck, e as PermissionConfig, f as PermissionModule, g as PermissionUser, R as RoleInput, l as RoleInterface, m as UserInput, U as UserInterface } from './notification.interface-DLZGtV7Z.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export { AppModuleDefinitions, Assistant, AssistantMessage, AssistantMessageModu
|
|
|
7
7
|
import { b as AbstractService } from './s3.service-SLlX0Zbz.js';
|
|
8
8
|
export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-SLlX0Zbz.js';
|
|
9
9
|
export { b as AssistantMessageInput, c as AssistantMessageInterface, A as AssistantMessageRole, B as BreadcrumbItemData, d as ChunkInterface, C as ChunkRelationshipMeta, H as HowToInput, a as HowToInterface } from './AssistantMessageInterface-BpEhx2pC.js';
|
|
10
|
-
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-
|
|
10
|
+
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-hzZvhlBd.js';
|
|
11
11
|
export { ClassValue } from 'clsx';
|
|
12
12
|
export { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface, b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials, d as getLucideIcon, e as getLucideIconByModule, f as getLucideIconByModuleName } from './AuthComponent-B6DIk8Vf.js';
|
|
13
13
|
export { A as Action, i as CompanyInput, j as CompanyInterface, a as ContentInput, C as ContentInterface, d as ModuleDefinition, h as ModuleFactory, c as ModulePermissionDefinition, M as ModuleWithPermissions, k as NotificationInput, N as NotificationInterface, b as PageUrl, P as PermissionCheck, e as PermissionConfig, f as PermissionModule, g as PermissionUser, R as RoleInput, l as RoleInterface, m as UserInput, U as UserInterface } from './notification.interface-aLEJbA_g.js';
|
package/package.json
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
import { BlockNoteSchema, defaultInlineContentSpecs, PartialBlock } from "@blocknote/core";
|
|
4
|
-
import {
|
|
4
|
+
import {
|
|
5
|
+
createReactInlineContentSpec,
|
|
6
|
+
DefaultReactSuggestionItem,
|
|
7
|
+
SuggestionMenuProps,
|
|
8
|
+
useCreateBlockNote,
|
|
9
|
+
} from "@blocknote/react";
|
|
5
10
|
import { BlockNoteView } from "@blocknote/shadcn";
|
|
6
11
|
import "@blocknote/shadcn/style.css";
|
|
7
12
|
import { CheckIcon, XIcon } from "lucide-react";
|
|
@@ -40,6 +45,7 @@ export type BlockNoteEditorProps = {
|
|
|
40
45
|
) => Promise<import("./BlockNoteEditorSuggestionMenuController").MentionItem[]>;
|
|
41
46
|
mentionSearchParams?: Record<string, string>;
|
|
42
47
|
mentionResolveFn?: MentionResolveFn;
|
|
48
|
+
suggestionMenuComponent?: React.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
43
49
|
};
|
|
44
50
|
|
|
45
51
|
function isBlockEmpty(block: any): boolean {
|
|
@@ -134,6 +140,7 @@ export default function BlockNoteEditor({
|
|
|
134
140
|
mentionSearchFn,
|
|
135
141
|
mentionSearchParams,
|
|
136
142
|
mentionResolveFn,
|
|
143
|
+
suggestionMenuComponent,
|
|
137
144
|
}: BlockNoteEditorProps): React.JSX.Element {
|
|
138
145
|
const t = useTranslations();
|
|
139
146
|
const { company } = useCurrentUserContext<UserInterface>();
|
|
@@ -494,6 +501,7 @@ export default function BlockNoteEditor({
|
|
|
494
501
|
editor={editor}
|
|
495
502
|
mentionSearchFn={mentionSearchFn}
|
|
496
503
|
mentionSearchParams={mentionSearchParams}
|
|
504
|
+
suggestionMenuComponent={suggestionMenuComponent}
|
|
497
505
|
/>
|
|
498
506
|
)}
|
|
499
507
|
{renderOverlays?.(editor)}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
import { BlockNoteEditor } from "@blocknote/core";
|
|
4
|
-
import { DefaultReactSuggestionItem, SuggestionMenuController } from "@blocknote/react";
|
|
4
|
+
import { DefaultReactSuggestionItem, SuggestionMenuController, SuggestionMenuProps } from "@blocknote/react";
|
|
5
5
|
import { autoUpdate, flip, shift } from "@floating-ui/react";
|
|
6
|
-
import React, { useCallback
|
|
6
|
+
import React, { useCallback } from "react";
|
|
7
7
|
|
|
8
8
|
export interface MentionItem {
|
|
9
9
|
id: string;
|
|
@@ -18,52 +18,36 @@ interface BlockNoteEditorSuggestionMenuControllerProps {
|
|
|
18
18
|
editor: BlockNoteEditor<any, any, any>;
|
|
19
19
|
mentionSearchFn: MentionSearchFn;
|
|
20
20
|
mentionSearchParams?: Record<string, string>;
|
|
21
|
+
suggestionMenuComponent?: React.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
21
22
|
}
|
|
22
23
|
|
|
23
|
-
const DEBOUNCE_MS = 300;
|
|
24
|
-
|
|
25
24
|
export function BlockNoteEditorMentionSuggestionMenu({
|
|
26
25
|
editor,
|
|
27
26
|
mentionSearchFn,
|
|
28
27
|
mentionSearchParams,
|
|
28
|
+
suggestionMenuComponent,
|
|
29
29
|
}: BlockNoteEditorSuggestionMenuControllerProps) {
|
|
30
|
-
const lastQueryRef = useRef<string>("");
|
|
31
|
-
|
|
32
30
|
const getItems = useCallback(
|
|
33
31
|
async (query: string): Promise<DefaultReactSuggestionItem[]> => {
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
return results.map((item) => ({
|
|
48
|
-
title: item.name,
|
|
49
|
-
subtext: item.entityType,
|
|
50
|
-
onItemClick: () => {
|
|
51
|
-
editor.insertInlineContent([
|
|
52
|
-
{
|
|
53
|
-
type: "mention",
|
|
54
|
-
props: {
|
|
55
|
-
alias: item.name,
|
|
56
|
-
id: item.id,
|
|
57
|
-
entityType: item.entityType,
|
|
58
|
-
},
|
|
32
|
+
const results = await mentionSearchFn(query, mentionSearchParams);
|
|
33
|
+
return results.map((item) => ({
|
|
34
|
+
title: item.name,
|
|
35
|
+
subtext: item.entityType,
|
|
36
|
+
icon: item.icon as React.ReactElement | undefined,
|
|
37
|
+
onItemClick: () => {
|
|
38
|
+
editor.insertInlineContent([
|
|
39
|
+
{
|
|
40
|
+
type: "mention",
|
|
41
|
+
props: {
|
|
42
|
+
alias: item.name,
|
|
43
|
+
id: item.id,
|
|
44
|
+
entityType: item.entityType,
|
|
59
45
|
},
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
return [];
|
|
66
|
-
}
|
|
46
|
+
},
|
|
47
|
+
" ",
|
|
48
|
+
]);
|
|
49
|
+
},
|
|
50
|
+
}));
|
|
67
51
|
},
|
|
68
52
|
[editor, mentionSearchFn, mentionSearchParams],
|
|
69
53
|
);
|
|
@@ -73,6 +57,7 @@ export function BlockNoteEditorMentionSuggestionMenu({
|
|
|
73
57
|
<SuggestionMenuController
|
|
74
58
|
triggerCharacter={"@"}
|
|
75
59
|
getItems={getItems}
|
|
60
|
+
suggestionMenuComponent={suggestionMenuComponent}
|
|
76
61
|
floatingUIOptions={{
|
|
77
62
|
useFloatingOptions: {
|
|
78
63
|
strategy: "fixed",
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
3
|
import React, { useRef } from "react";
|
|
4
|
+
import { DefaultReactSuggestionItem, SuggestionMenuProps } from "@blocknote/react";
|
|
4
5
|
import { cn } from "../../utils/cn";
|
|
5
6
|
import { BlockNoteEditorContainer } from "../editors/BlockNoteEditorContainer";
|
|
6
7
|
import type { MentionResolveFn } from "../editors/BlockNoteEditorMentionInlineContent";
|
|
@@ -24,6 +25,7 @@ export function FormBlockNote({
|
|
|
24
25
|
mentionSearchFn,
|
|
25
26
|
mentionSearchParams,
|
|
26
27
|
mentionResolveFn,
|
|
28
|
+
suggestionMenuComponent,
|
|
27
29
|
}: {
|
|
28
30
|
form: any;
|
|
29
31
|
id: string;
|
|
@@ -49,6 +51,7 @@ export function FormBlockNote({
|
|
|
49
51
|
) => Promise<import("../editors/BlockNoteEditorSuggestionMenuController").MentionItem[]>;
|
|
50
52
|
mentionSearchParams?: Record<string, string>;
|
|
51
53
|
mentionResolveFn?: MentionResolveFn;
|
|
54
|
+
suggestionMenuComponent?: React.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
52
55
|
}) {
|
|
53
56
|
const initialContentRef = useRef<any>(null);
|
|
54
57
|
const lastEditorContentRef = useRef<any>(undefined);
|
|
@@ -95,6 +98,7 @@ export function FormBlockNote({
|
|
|
95
98
|
mentionSearchFn={mentionSearchFn}
|
|
96
99
|
mentionSearchParams={mentionSearchParams}
|
|
97
100
|
mentionResolveFn={mentionResolveFn}
|
|
101
|
+
suggestionMenuComponent={suggestionMenuComponent}
|
|
98
102
|
className={cn(stretch && "min-h-0 flex-1")}
|
|
99
103
|
/>
|
|
100
104
|
);
|