@carlonicora/nextjs-jsonapi 1.115.0 → 1.117.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{AssistantMessageInterface-BuUZFkE5.d.mts → AssistantMessageInterface-Ca0G0vZw.d.mts} +1 -1
- package/dist/{AssistantMessageInterface-CQwh5tEb.d.ts → AssistantMessageInterface-DEZ5AnVl.d.ts} +1 -1
- package/dist/{BlockNoteEditor-V74ICZY3.js → BlockNoteEditor-6UREFUSJ.js} +19 -19
- package/dist/{BlockNoteEditor-V74ICZY3.js.map → BlockNoteEditor-6UREFUSJ.js.map} +1 -1
- package/dist/{BlockNoteEditor-Z3EKI3C6.mjs → BlockNoteEditor-UQOOX3UT.mjs} +4 -4
- package/dist/{auth.interface-CXBF8Mhi.d.mts → auth.interface-r3XKYOrQ.d.mts} +1 -1
- package/dist/{auth.interface-8b601idJ.d.ts → auth.interface-yivTb46w.d.ts} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-3MUBMSDD.js → chunk-6KLR3WJQ.js} +7 -7
- package/dist/{chunk-3MUBMSDD.js.map → chunk-6KLR3WJQ.js.map} +1 -1
- package/dist/{chunk-6LSGIJ5W.js → chunk-HXU2HDRN.js} +1090 -956
- package/dist/chunk-HXU2HDRN.js.map +1 -0
- package/dist/{chunk-UBBTQUFB.mjs → chunk-M7XAKLSP.mjs} +11 -2
- package/dist/{chunk-UBBTQUFB.mjs.map → chunk-M7XAKLSP.mjs.map} +1 -1
- package/dist/{chunk-J3DFHESB.js → chunk-S2PTWBN6.js} +27 -18
- package/dist/chunk-S2PTWBN6.js.map +1 -0
- package/dist/{chunk-BKKVLD42.mjs → chunk-SVEPL5J2.mjs} +514 -380
- package/dist/chunk-SVEPL5J2.mjs.map +1 -0
- package/dist/{chunk-SJRSR3AF.mjs → chunk-WEPQD5MP.mjs} +2 -2
- package/dist/client/index.d.mts +2 -2
- package/dist/client/index.d.ts +2 -2
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +71 -24
- package/dist/components/index.d.ts +71 -24
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -3
- package/dist/contexts/index.d.mts +3 -3
- package/dist/contexts/index.d.ts +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +10 -8
- package/dist/core/index.d.ts +10 -8
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.js +36 -36
- package/dist/features/help/index.mjs +3 -3
- package/dist/index.d.mts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-DIxR23eS.d.mts → notification.interface-B3kNUTZs.d.mts} +2 -1
- package/dist/{notification.interface-C1T1C2ee.d.ts → notification.interface-LKFmZndR.d.ts} +2 -1
- package/dist/{s3.service-CAL5dhGG.d.mts → s3.service-CihgBy97.d.mts} +2 -2
- package/dist/{s3.service-COLYvcW2.d.ts → s3.service-Cyvfk3qV.d.ts} +2 -2
- package/dist/server/index.d.mts +3 -3
- package/dist/server/index.d.ts +3 -3
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/{useSocket-B1fMIr17.d.mts → useSocket-BSjn1Rlb.d.mts} +1 -1
- package/dist/{useSocket-BdJTBXKv.d.ts → useSocket-BsbaGPqE.d.ts} +1 -1
- package/package.json +1 -1
- package/src/components/forms/CommonDeleter.tsx +49 -18
- package/src/components/forms/CommonEditorButtons.tsx +4 -2
- package/src/components/forms/CommonEditorHeader.tsx +20 -14
- package/src/components/forms/CommonEditorTrigger.tsx +18 -4
- package/src/components/forms/DateRangeSelector.tsx +55 -19
- package/src/components/forms/EditorSheet.tsx +36 -9
- package/src/components/forms/FileUploader.tsx +51 -21
- package/src/components/forms/FormDate.tsx +6 -2
- package/src/components/forms/FormDateTime.tsx +11 -2
- package/src/components/forms/FormFieldWrapper.tsx +3 -1
- package/src/components/forms/FormInput.tsx +3 -1
- package/src/components/forms/FormPassword.tsx +10 -1
- package/src/components/forms/FormPlaceAutocomplete.tsx +8 -3
- package/src/components/forms/FormSelect.tsx +3 -0
- package/src/components/forms/FormSlider.tsx +3 -1
- package/src/components/forms/FormTextarea.tsx +15 -1
- package/src/features/notification/data/notification.interface.ts +2 -2
- package/src/features/notification/data/notification.ts +21 -5
- package/src/shadcnui/ui/badge.tsx +15 -0
- package/dist/chunk-6LSGIJ5W.js.map +0 -1
- package/dist/chunk-BKKVLD42.mjs.map +0 -1
- package/dist/chunk-J3DFHESB.js.map +0 -1
- /package/dist/{BlockNoteEditor-Z3EKI3C6.mjs.map → BlockNoteEditor-UQOOX3UT.mjs.map} +0 -0
- /package/dist/{chunk-SJRSR3AF.mjs.map → chunk-WEPQD5MP.mjs.map} +0 -0
|
@@ -3,29 +3,32 @@ import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Comp
|
|
|
3
3
|
import { M as ModuleWithPermissions, A as Action } from '../types-DHOxe8rc.js';
|
|
4
4
|
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-Cd7lcYif.js';
|
|
5
5
|
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-Cd7lcYif.js';
|
|
6
|
-
import { e as RoleInterface, U as UserInterface, C as ContentInterface, c as CompanyInterface, b as CompanyInput, N as NotificationInterface } from '../notification.interface-
|
|
6
|
+
import { e as RoleInterface, U as UserInterface, C as ContentInterface, c as CompanyInterface, b as CompanyInput, N as NotificationInterface } from '../notification.interface-LKFmZndR.js';
|
|
7
7
|
import * as _blocknote_core from '@blocknote/core';
|
|
8
8
|
import { BlockNoteEditor, PartialBlock } from '@blocknote/core';
|
|
9
9
|
import { SuggestionMenuProps, DefaultReactSuggestionItem } from '@blocknote/react';
|
|
10
10
|
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
11
|
+
import * as class_variance_authority from 'class-variance-authority';
|
|
12
|
+
import { VariantProps } from 'class-variance-authority';
|
|
13
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
14
|
+
import * as _base_ui_react from '@base-ui/react';
|
|
15
|
+
import { Combobox as Combobox$1 } from '@base-ui/react';
|
|
11
16
|
import * as react_hook_form from 'react-hook-form';
|
|
12
17
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
13
18
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
14
|
-
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
19
|
+
import { DropzoneState, Accept, DropzoneOptions } from 'react-dropzone';
|
|
15
20
|
export { DropzoneOptions } from 'react-dropzone';
|
|
16
21
|
import { F as FeatureInterface } from '../feature.interface-BO25VLlx.js';
|
|
17
|
-
import { B as BreadcrumbItemData, a as HowToInterface, d as AssistantMessageInterface } from '../AssistantMessageInterface-
|
|
22
|
+
import { B as BreadcrumbItemData, a as HowToInterface, d as AssistantMessageInterface } from '../AssistantMessageInterface-DEZ5AnVl.js';
|
|
18
23
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
19
24
|
import { J as JsonApiHydratedDataInterface, A as ApiDataInterface } from '../ApiDataInterface-BcZeXy5X.js';
|
|
20
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
25
|
+
import { b as AuthInterface } from '../auth.interface-yivTb46w.js';
|
|
21
26
|
import z from 'zod';
|
|
22
27
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
|
|
23
28
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-B6xmfDzK.js';
|
|
24
29
|
import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.js';
|
|
25
30
|
import { P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
|
|
26
31
|
import { Accordion as Accordion$1 } from '@base-ui/react/accordion';
|
|
27
|
-
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
28
|
-
import { VariantProps } from 'class-variance-authority';
|
|
29
32
|
import { AlertDialog as AlertDialog$1 } from '@base-ui/react/alert-dialog';
|
|
30
33
|
import { Button as Button$1 } from '@base-ui/react/button';
|
|
31
34
|
import { Avatar as Avatar$1 } from '@base-ui/react/avatar';
|
|
@@ -34,7 +37,6 @@ import useEmblaCarousel, { UseEmblaCarouselType } from 'embla-carousel-react';
|
|
|
34
37
|
import * as RechartsPrimitive from 'recharts';
|
|
35
38
|
import { Checkbox as Checkbox$1 } from '@base-ui/react/checkbox';
|
|
36
39
|
import { Collapsible as Collapsible$1 } from '@base-ui/react/collapsible';
|
|
37
|
-
import { Combobox as Combobox$1 } from '@base-ui/react';
|
|
38
40
|
import { Command as Command$1 } from 'cmdk';
|
|
39
41
|
import { Dialog as Dialog$1 } from '@base-ui/react/dialog';
|
|
40
42
|
import { ContextMenu as ContextMenu$1 } from '@base-ui/react/context-menu';
|
|
@@ -405,14 +407,24 @@ declare function EntityMultiSelector<T extends {
|
|
|
405
407
|
}>({ id, form, label, placeholder, emptyText, isRequired, retriever, retrieverParams, module, getLabel, toFormValue, getFormValueLabel, excludeId, onChange, renderOption, }: EntityMultiSelectorProps<T>): React$1.JSX.Element;
|
|
406
408
|
|
|
407
409
|
type CommonDeleterProps = {
|
|
408
|
-
type
|
|
410
|
+
type?: string;
|
|
411
|
+
/** Override the type-derived dialog title. */
|
|
412
|
+
title?: string;
|
|
413
|
+
/** Override the type-derived dialog subtitle. */
|
|
414
|
+
subtitle?: string;
|
|
415
|
+
/** Override the type-derived dialog body; rendered as-is. */
|
|
416
|
+
description?: ReactNode;
|
|
409
417
|
deleteFunction: () => Promise<void>;
|
|
410
418
|
redirectTo?: string;
|
|
411
419
|
forceShow?: boolean;
|
|
412
420
|
testId?: string;
|
|
421
|
+
/** Custom trigger element replacing the default trash button. */
|
|
422
|
+
trigger?: ReactNode;
|
|
413
423
|
onSuccess?: () => void | Promise<void>;
|
|
424
|
+
/** Fired after a successful delete, in addition to redirect/onSuccess. */
|
|
425
|
+
propagateChanges?: () => void;
|
|
414
426
|
};
|
|
415
|
-
declare function CommonDeleter({ deleteFunction, redirectTo, type, forceShow, testId, onSuccess }: CommonDeleterProps): React$1.JSX.Element;
|
|
427
|
+
declare function CommonDeleter({ deleteFunction, redirectTo, type, title, subtitle, description, forceShow, testId, trigger, onSuccess, propagateChanges, }: CommonDeleterProps): React$1.JSX.Element;
|
|
416
428
|
|
|
417
429
|
type CommonEditorButtonsProps = {
|
|
418
430
|
isEdit: boolean;
|
|
@@ -421,14 +433,17 @@ type CommonEditorButtonsProps = {
|
|
|
421
433
|
setOpen: (open: boolean) => void;
|
|
422
434
|
hideSubmit?: boolean;
|
|
423
435
|
centerButtons?: ReactNode;
|
|
436
|
+
buttonTitle?: string;
|
|
424
437
|
};
|
|
425
|
-
declare function CommonEditorButtons({ isEdit, form, disabled, setOpen, hideSubmit, centerButtons, }: CommonEditorButtonsProps): React$1.JSX.Element;
|
|
438
|
+
declare function CommonEditorButtons({ isEdit, form, disabled, setOpen, hideSubmit, centerButtons, buttonTitle, }: CommonEditorButtonsProps): React$1.JSX.Element;
|
|
426
439
|
|
|
427
440
|
type CommonEditorHeaderProps = {
|
|
428
441
|
type: string;
|
|
429
442
|
name?: string;
|
|
443
|
+
title?: string;
|
|
444
|
+
description?: string;
|
|
430
445
|
};
|
|
431
|
-
declare function CommonEditorHeader({ type, name }: CommonEditorHeaderProps): React$1.JSX.Element;
|
|
446
|
+
declare function CommonEditorHeader({ type, name, title, description }: CommonEditorHeaderProps): React$1.JSX.Element;
|
|
432
447
|
|
|
433
448
|
type CommonEditorDiscardDialogProps = {
|
|
434
449
|
open: boolean;
|
|
@@ -442,8 +457,13 @@ type CommonEditorTriggerProps = {
|
|
|
442
457
|
edit?: string;
|
|
443
458
|
create?: string;
|
|
444
459
|
testId?: string;
|
|
460
|
+
title?: string;
|
|
445
461
|
};
|
|
446
|
-
declare function CommonEditorTrigger({ isEdit, edit: _edit, create, testId }: CommonEditorTriggerProps):
|
|
462
|
+
declare function CommonEditorTrigger({ isEdit, edit: _edit, create, testId, title }: CommonEditorTriggerProps): React__default.JSX.Element;
|
|
463
|
+
declare const CommonAddTrigger: React__default.ForwardRefExoticComponent<Omit<_base_ui_react.ButtonProps & class_variance_authority.VariantProps<(props?: ({
|
|
464
|
+
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
465
|
+
size?: "default" | "icon" | "xs" | "sm" | "lg" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
466
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string>, "ref"> & React__default.RefAttributes<HTMLButtonElement>>;
|
|
447
467
|
|
|
448
468
|
type UseEditorDialogOptions = {
|
|
449
469
|
dialogOpen?: boolean;
|
|
@@ -494,9 +514,19 @@ type EditorSheetProps<T extends FieldValues> = {
|
|
|
494
514
|
onClose?: () => void;
|
|
495
515
|
dialogOpen?: boolean;
|
|
496
516
|
onDialogOpenChange?: (open: boolean) => void;
|
|
517
|
+
/** Render a fully custom footer instead of the default CommonEditorButtons.
|
|
518
|
+
* `setOpen` is the dirty-checked open handler (shows the discard dialog);
|
|
519
|
+
* `closeWithoutConfirm` is the raw setter that bypasses the discard dialog
|
|
520
|
+
* (use after a successful submit when no confirmation is needed). */
|
|
521
|
+
renderFooter?: (props: {
|
|
522
|
+
form: UseFormReturn<T>;
|
|
523
|
+
isEdit: boolean;
|
|
524
|
+
setOpen: (open: boolean) => void;
|
|
525
|
+
closeWithoutConfirm: (open: boolean) => void;
|
|
526
|
+
}) => ReactNode;
|
|
497
527
|
children: ReactNode;
|
|
498
528
|
};
|
|
499
|
-
declare function EditorSheet<T extends FieldValues>({ form, onSubmit, onReset, isFormDirty: isFormDirtyProp, entityType, entityName, title: titleOverride, description: descriptionOverride, isEdit, module, propagateChanges, onSuccess, onRevalidate, onNavigate, onSaved, size, disabled, hideSubmit, centerButtons, trigger, forceShow, onClose, dialogOpen, onDialogOpenChange, children, }: EditorSheetProps<T>): React$1.JSX.Element;
|
|
529
|
+
declare function EditorSheet<T extends FieldValues>({ form, onSubmit, onReset, isFormDirty: isFormDirtyProp, entityType, entityName, title: titleOverride, description: descriptionOverride, isEdit, module, propagateChanges, onSuccess, onRevalidate, onNavigate, onSaved, size, disabled, hideSubmit, centerButtons, trigger, forceShow, onClose, dialogOpen, onDialogOpenChange, renderFooter, children, }: EditorSheetProps<T>): React$1.JSX.Element;
|
|
500
530
|
|
|
501
531
|
type DatePickerPopoverProps = {
|
|
502
532
|
children: ReactNode;
|
|
@@ -525,6 +555,7 @@ type FileUploaderContextType = {
|
|
|
525
555
|
setActiveIndex: Dispatch<SetStateAction<number>>;
|
|
526
556
|
orientation: "horizontal" | "vertical";
|
|
527
557
|
direction: DirectionOptions;
|
|
558
|
+
accept?: Accept;
|
|
528
559
|
};
|
|
529
560
|
declare const useFileUpload: () => FileUploaderContextType;
|
|
530
561
|
type FileUploaderProps = {
|
|
@@ -620,12 +651,13 @@ type FormFieldWrapperProps<T extends FieldValues> = {
|
|
|
620
651
|
description?: string;
|
|
621
652
|
isRequired?: boolean;
|
|
622
653
|
orientation?: "vertical" | "horizontal" | "responsive";
|
|
654
|
+
className?: string;
|
|
623
655
|
children: (field: ControllerRenderProps<T, Path<T>>, fieldState: ControllerFieldState) => ReactNode;
|
|
624
656
|
testId?: string;
|
|
625
657
|
};
|
|
626
|
-
declare function FormFieldWrapper<T extends FieldValues>({ form, name, label, description, isRequired, orientation, children, testId, }: FormFieldWrapperProps<T>): React$1.JSX.Element;
|
|
658
|
+
declare function FormFieldWrapper<T extends FieldValues>({ form, name, label, description, isRequired, orientation, className, children, testId, }: FormFieldWrapperProps<T>): React$1.JSX.Element;
|
|
627
659
|
|
|
628
|
-
declare function FormDate({ form, id, name, minDate, onChange, isRequired, defaultMonth, allowEmpty, }: {
|
|
660
|
+
declare function FormDate({ form, id, name, minDate, onChange, isRequired, defaultMonth, allowEmpty, description, futureYears, }: {
|
|
629
661
|
form: any;
|
|
630
662
|
id: string;
|
|
631
663
|
name?: string;
|
|
@@ -635,9 +667,11 @@ declare function FormDate({ form, id, name, minDate, onChange, isRequired, defau
|
|
|
635
667
|
isRequired?: boolean;
|
|
636
668
|
defaultMonth?: Date;
|
|
637
669
|
allowEmpty?: boolean;
|
|
670
|
+
description?: string;
|
|
671
|
+
futureYears?: number;
|
|
638
672
|
}): React$1.JSX.Element;
|
|
639
673
|
|
|
640
|
-
declare function FormDateTime({ form, id, name, minDate, onChange, allowEmpty, defaultMonth, }: {
|
|
674
|
+
declare function FormDateTime({ form, id, name, minDate, onChange, allowEmpty, defaultMonth, placeholder, isRequired, description, }: {
|
|
641
675
|
form: any;
|
|
642
676
|
id: string;
|
|
643
677
|
name?: string;
|
|
@@ -646,12 +680,15 @@ declare function FormDateTime({ form, id, name, minDate, onChange, allowEmpty, d
|
|
|
646
680
|
onChange?: (date?: Date) => Promise<void>;
|
|
647
681
|
allowEmpty?: boolean;
|
|
648
682
|
defaultMonth?: Date;
|
|
683
|
+
isRequired?: boolean;
|
|
684
|
+
description?: string;
|
|
649
685
|
}): React$1.JSX.Element;
|
|
650
686
|
|
|
651
|
-
declare function FormInput({ form, id, name, placeholder, type, onBlur, disabled, onKeyDown, autoFocus, onChange, testId, isRequired, }: {
|
|
687
|
+
declare function FormInput({ form, id, name, description, placeholder, type, onBlur, disabled, onKeyDown, autoFocus, onChange, testId, isRequired, }: {
|
|
652
688
|
form: any;
|
|
653
689
|
id: string;
|
|
654
690
|
name?: string;
|
|
691
|
+
description?: string;
|
|
655
692
|
placeholder?: string;
|
|
656
693
|
type?: "text" | "number" | "currency" | "decimal" | "password" | "link";
|
|
657
694
|
onBlur?: () => Promise<void>;
|
|
@@ -663,7 +700,7 @@ declare function FormInput({ form, id, name, placeholder, type, onBlur, disabled
|
|
|
663
700
|
isRequired?: boolean;
|
|
664
701
|
}): React__default.JSX.Element;
|
|
665
702
|
|
|
666
|
-
declare function FormPassword({ form, id, name, placeholder, onBlur, disabled, testId, isRequired, }: {
|
|
703
|
+
declare function FormPassword({ form, id, name, placeholder, onBlur, disabled, testId, isRequired, description, }: {
|
|
667
704
|
form: any;
|
|
668
705
|
id: string;
|
|
669
706
|
name?: string;
|
|
@@ -672,6 +709,7 @@ declare function FormPassword({ form, id, name, placeholder, onBlur, disabled, t
|
|
|
672
709
|
disabled?: boolean;
|
|
673
710
|
testId?: string;
|
|
674
711
|
isRequired?: boolean;
|
|
712
|
+
description?: string;
|
|
675
713
|
}): React$1.JSX.Element;
|
|
676
714
|
|
|
677
715
|
/**
|
|
@@ -708,6 +746,7 @@ interface PlaceAutocompleteProps {
|
|
|
708
746
|
form: any;
|
|
709
747
|
id: string;
|
|
710
748
|
name?: string;
|
|
749
|
+
description?: string;
|
|
711
750
|
placeholder?: string;
|
|
712
751
|
disabled?: boolean;
|
|
713
752
|
testId?: string;
|
|
@@ -722,13 +761,16 @@ interface PlaceAutocompleteProps {
|
|
|
722
761
|
* For regions, use: ["administrative_area_level_1", "administrative_area_level_2"]
|
|
723
762
|
*/
|
|
724
763
|
includeTypes?: string[];
|
|
764
|
+
/** Google Places language code for results. Defaults to "en". */
|
|
765
|
+
languageCode?: string;
|
|
725
766
|
}
|
|
726
|
-
declare function FormPlaceAutocomplete({ form, id, name, placeholder, disabled, testId, isRequired, onPlaceSelect, className, includeTypes, }: PlaceAutocompleteProps): React$1.JSX.Element;
|
|
767
|
+
declare function FormPlaceAutocomplete({ form, id, name, description, placeholder, disabled, testId, isRequired, onPlaceSelect, className, includeTypes, languageCode, }: PlaceAutocompleteProps): React$1.JSX.Element;
|
|
727
768
|
|
|
728
|
-
declare function FormSelect({ form, id, name, placeholder, disabled, values, onChange, useRows, testId, allowEmpty, isRequired, }: {
|
|
769
|
+
declare function FormSelect({ form, id, name, description, placeholder, disabled, values, onChange, useRows, testId, allowEmpty, isRequired, }: {
|
|
729
770
|
form: any;
|
|
730
771
|
id: string;
|
|
731
772
|
name?: string;
|
|
773
|
+
description?: string;
|
|
732
774
|
placeholder?: string;
|
|
733
775
|
disabled?: boolean;
|
|
734
776
|
values: {
|
|
@@ -742,13 +784,14 @@ declare function FormSelect({ form, id, name, placeholder, disabled, values, onC
|
|
|
742
784
|
isRequired?: boolean;
|
|
743
785
|
}): React$1.JSX.Element;
|
|
744
786
|
|
|
745
|
-
declare function FormSlider({ form, id, name, disabled, showPercentage, }: {
|
|
787
|
+
declare function FormSlider({ form, id, name, disabled, showPercentage, description, }: {
|
|
746
788
|
form: any;
|
|
747
789
|
id: string;
|
|
748
790
|
name?: string;
|
|
749
791
|
placeholder?: string;
|
|
750
792
|
disabled?: boolean;
|
|
751
793
|
showPercentage?: boolean;
|
|
794
|
+
description?: string;
|
|
752
795
|
}): React$1.JSX.Element;
|
|
753
796
|
|
|
754
797
|
declare function FormSwitch({ form, id, name, disabled, description, }: {
|
|
@@ -759,13 +802,16 @@ declare function FormSwitch({ form, id, name, disabled, description, }: {
|
|
|
759
802
|
description?: string;
|
|
760
803
|
}): React$1.JSX.Element;
|
|
761
804
|
|
|
762
|
-
declare function FormTextarea({ form, id, name, className, placeholder, testId, }: {
|
|
805
|
+
declare function FormTextarea({ form, id, name, className, placeholder, testId, description, isRequired, textareaRef, }: {
|
|
763
806
|
form: any;
|
|
764
807
|
id: string;
|
|
765
808
|
name: string;
|
|
766
809
|
placeholder?: string;
|
|
767
810
|
className?: string;
|
|
768
811
|
testId?: string;
|
|
812
|
+
description?: string;
|
|
813
|
+
isRequired?: boolean;
|
|
814
|
+
textareaRef?: React.RefObject<HTMLTextAreaElement>;
|
|
769
815
|
}): React$1.JSX.Element;
|
|
770
816
|
|
|
771
817
|
interface GdprConsentCheckboxProps<T extends FieldValues> {
|
|
@@ -1918,9 +1964,10 @@ declare function AvatarGroup({ className, ...props }: React$1.ComponentProps<"di
|
|
|
1918
1964
|
declare function AvatarGroupCount({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1919
1965
|
|
|
1920
1966
|
declare const badgeVariants: (props?: ({
|
|
1921
|
-
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
1967
|
+
variant?: "default" | "link" | "none" | "destructive" | "outline" | "secondary" | "ghost" | "warning" | "blue" | "green" | "red" | "yellow" | "purple" | "pink" | "gray" | "orange" | "teal" | "lime" | null | undefined;
|
|
1922
1968
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1923
1969
|
declare function Badge({ className, variant, render, ...props }: useRender.ComponentProps<"span"> & VariantProps<typeof badgeVariants>): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
1970
|
+
type BadgeProps = useRender.ComponentProps<"span"> & VariantProps<typeof badgeVariants>;
|
|
1924
1971
|
|
|
1925
1972
|
declare function Breadcrumb({ className, ...props }: React$1.ComponentProps<"nav">): React$1.JSX.Element;
|
|
1926
1973
|
declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">): React$1.JSX.Element;
|
|
@@ -2648,4 +2695,4 @@ interface MultipleSelectorRef {
|
|
|
2648
2695
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2649
2696
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2650
2697
|
|
|
2651
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, type ApprovalActionRenderer, AssistantContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityMultiSelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, MessageItem, MessageList, MessageSourcesPanel, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, parseFiscalData, parseMentionElement, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
|
|
2698
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, type ApprovalActionRenderer, AssistantContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BadgeProps, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAddTrigger, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ConfirmDialog, type ConfirmDialogProps, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EmptyState, EntityAvatar, EntityMultiSelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, MessageItem, MessageList, MessageSourcesPanel, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Spinner, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, parseFiscalData, parseMentionElement, spinnerVariants, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
|
package/dist/components/index.js
CHANGED
|
@@ -462,14 +462,15 @@
|
|
|
462
462
|
|
|
463
463
|
|
|
464
464
|
|
|
465
|
-
var _chunk6LSGIJ5Wjs = require('../chunk-6LSGIJ5W.js');
|
|
466
|
-
require('../chunk-3MUBMSDD.js');
|
|
467
465
|
|
|
466
|
+
var _chunkHXU2HDRNjs = require('../chunk-HXU2HDRN.js');
|
|
467
|
+
require('../chunk-6KLR3WJQ.js');
|
|
468
468
|
|
|
469
469
|
|
|
470
470
|
|
|
471
471
|
|
|
472
|
-
|
|
472
|
+
|
|
473
|
+
var _chunkS2PTWBN6js = require('../chunk-S2PTWBN6.js');
|
|
473
474
|
require('../chunk-LXKSUWAV.js');
|
|
474
475
|
require('../chunk-IBS6NI7D.js');
|
|
475
476
|
require('../chunk-J5LROFGL.js');
|
|
@@ -949,5 +950,6 @@ require('../chunk-7QVYU63E.js');
|
|
|
949
950
|
|
|
950
951
|
|
|
951
952
|
|
|
952
|
-
exports.AcceptInvitation = _chunk6LSGIJ5Wjs.AcceptInvitation; exports.Accordion = _chunk6LSGIJ5Wjs.Accordion; exports.AccordionContent = _chunk6LSGIJ5Wjs.AccordionContent; exports.AccordionItem = _chunk6LSGIJ5Wjs.AccordionItem; exports.AccordionTrigger = _chunk6LSGIJ5Wjs.AccordionTrigger; exports.ActivateAccount = _chunk6LSGIJ5Wjs.ActivateAccount; exports.AddUserToRole = _chunk6LSGIJ5Wjs.AddUserToRole; exports.AdminCompanyContainer = _chunk6LSGIJ5Wjs.AdminCompanyContainer; exports.AdminUsersList = _chunk6LSGIJ5Wjs.AdminUsersList; exports.Alert = _chunk6LSGIJ5Wjs.Alert; exports.AlertAction = _chunk6LSGIJ5Wjs.AlertAction; exports.AlertDescription = _chunk6LSGIJ5Wjs.AlertDescription; exports.AlertDialog = _chunk6LSGIJ5Wjs.AlertDialog; exports.AlertDialogAction = _chunk6LSGIJ5Wjs.AlertDialogAction; exports.AlertDialogCancel = _chunk6LSGIJ5Wjs.AlertDialogCancel; exports.AlertDialogContent = _chunk6LSGIJ5Wjs.AlertDialogContent; exports.AlertDialogDescription = _chunk6LSGIJ5Wjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk6LSGIJ5Wjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk6LSGIJ5Wjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk6LSGIJ5Wjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk6LSGIJ5Wjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk6LSGIJ5Wjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk6LSGIJ5Wjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk6LSGIJ5Wjs.AlertDialogTrigger; exports.AlertTitle = _chunk6LSGIJ5Wjs.AlertTitle; exports.AllUsersListContainer = _chunk6LSGIJ5Wjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk6LSGIJ5Wjs.AllowedUsersDetails; exports.AssistantContainer = _chunk6LSGIJ5Wjs.AssistantContainer; exports.AttributeElement = _chunk6LSGIJ5Wjs.AttributeElement; exports.AuthContainer = _chunk6LSGIJ5Wjs.AuthContainer; exports.Avatar = _chunk6LSGIJ5Wjs.Avatar; exports.AvatarBadge = _chunk6LSGIJ5Wjs.AvatarBadge; exports.AvatarFallback = _chunk6LSGIJ5Wjs.AvatarFallback; exports.AvatarGroup = _chunk6LSGIJ5Wjs.AvatarGroup; exports.AvatarGroupCount = _chunk6LSGIJ5Wjs.AvatarGroupCount; exports.AvatarImage = _chunk6LSGIJ5Wjs.AvatarImage; exports.BackupCodesDialog = _chunk6LSGIJ5Wjs.BackupCodesDialog; exports.Badge = _chunk6LSGIJ5Wjs.Badge; exports.BlockNoteEditorContainer = _chunk6LSGIJ5Wjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk6LSGIJ5Wjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk6LSGIJ5Wjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunk6LSGIJ5Wjs.BlockNoteViewerContainer; exports.Board = _chunk6LSGIJ5Wjs.KanbanBoard; exports.Breadcrumb = _chunk6LSGIJ5Wjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk6LSGIJ5Wjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk6LSGIJ5Wjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk6LSGIJ5Wjs.BreadcrumbLink; exports.BreadcrumbList = _chunk6LSGIJ5Wjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk6LSGIJ5Wjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk6LSGIJ5Wjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk6LSGIJ5Wjs.BreadcrumbSeparator; exports.Button = _chunk6LSGIJ5Wjs.Button; exports.Calendar = _chunk6LSGIJ5Wjs.Calendar; exports.CalendarDayButton = _chunk6LSGIJ5Wjs.CalendarDayButton; exports.Card = _chunk6LSGIJ5Wjs.Card; exports.CardAction = _chunk6LSGIJ5Wjs.CardAction; exports.CardContent = _chunk6LSGIJ5Wjs.CardContent; exports.CardDescription = _chunk6LSGIJ5Wjs.CardDescription; exports.CardFooter = _chunk6LSGIJ5Wjs.CardFooter; exports.CardHeader = _chunk6LSGIJ5Wjs.CardHeader; exports.CardTitle = _chunk6LSGIJ5Wjs.CardTitle; exports.Carousel = _chunk6LSGIJ5Wjs.Carousel; exports.CarouselContent = _chunk6LSGIJ5Wjs.CarouselContent; exports.CarouselItem = _chunk6LSGIJ5Wjs.CarouselItem; exports.CarouselNext = _chunk6LSGIJ5Wjs.CarouselNext; exports.CarouselPrevious = _chunk6LSGIJ5Wjs.CarouselPrevious; exports.ChartContainer = _chunk6LSGIJ5Wjs.ChartContainer; exports.ChartLegend = _chunk6LSGIJ5Wjs.ChartLegend; exports.ChartLegendContent = _chunk6LSGIJ5Wjs.ChartLegendContent; exports.ChartStyle = _chunk6LSGIJ5Wjs.ChartStyle; exports.ChartTooltip = _chunk6LSGIJ5Wjs.ChartTooltip; exports.ChartTooltipContent = _chunk6LSGIJ5Wjs.ChartTooltipContent; exports.Checkbox = _chunk6LSGIJ5Wjs.Checkbox; exports.Collapsible = _chunk6LSGIJ5Wjs.Collapsible; exports.CollapsibleContent = _chunk6LSGIJ5Wjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk6LSGIJ5Wjs.CollapsibleTrigger; exports.Column = _chunk6LSGIJ5Wjs.KanbanColumn; exports.ColumnHandle = _chunk6LSGIJ5Wjs.KanbanColumnHandle; exports.Combobox = _chunk6LSGIJ5Wjs.Combobox; exports.ComboboxChip = _chunk6LSGIJ5Wjs.ComboboxChip; exports.ComboboxChips = _chunk6LSGIJ5Wjs.ComboboxChips; exports.ComboboxChipsInput = _chunk6LSGIJ5Wjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk6LSGIJ5Wjs.ComboboxCollection; exports.ComboboxContent = _chunk6LSGIJ5Wjs.ComboboxContent; exports.ComboboxEmpty = _chunk6LSGIJ5Wjs.ComboboxEmpty; exports.ComboboxGroup = _chunk6LSGIJ5Wjs.ComboboxGroup; exports.ComboboxInput = _chunk6LSGIJ5Wjs.ComboboxInput; exports.ComboboxItem = _chunk6LSGIJ5Wjs.ComboboxItem; exports.ComboboxLabel = _chunk6LSGIJ5Wjs.ComboboxLabel; exports.ComboboxList = _chunk6LSGIJ5Wjs.ComboboxList; exports.ComboboxSeparator = _chunk6LSGIJ5Wjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk6LSGIJ5Wjs.ComboboxTrigger; exports.ComboboxValue = _chunk6LSGIJ5Wjs.ComboboxValue; exports.Command = _chunk6LSGIJ5Wjs.Command; exports.CommandDialog = _chunk6LSGIJ5Wjs.CommandDialog; exports.CommandEmpty = _chunk6LSGIJ5Wjs.CommandEmpty; exports.CommandGroup = _chunk6LSGIJ5Wjs.CommandGroup; exports.CommandInput = _chunk6LSGIJ5Wjs.CommandInput; exports.CommandItem = _chunk6LSGIJ5Wjs.CommandItem; exports.CommandList = _chunk6LSGIJ5Wjs.CommandList; exports.CommandSeparator = _chunk6LSGIJ5Wjs.CommandSeparator; exports.CommandShortcut = _chunk6LSGIJ5Wjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk6LSGIJ5Wjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk6LSGIJ5Wjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk6LSGIJ5Wjs.CommonDeleter; exports.CommonEditorButtons = _chunk6LSGIJ5Wjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk6LSGIJ5Wjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk6LSGIJ5Wjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk6LSGIJ5Wjs.CommonEditorTrigger; exports.CompaniesList = _chunk6LSGIJ5Wjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk6LSGIJ5Wjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk6LSGIJ5Wjs.CompanyContainer; exports.CompanyContent = _chunk6LSGIJ5Wjs.CompanyContent; exports.CompanyDeleter = _chunk6LSGIJ5Wjs.CompanyDeleter; exports.CompanyDetails = _chunk6LSGIJ5Wjs.CompanyDetails; exports.CompanyEditor = _chunk6LSGIJ5Wjs.CompanyEditor; exports.CompanyUsersList = _chunk6LSGIJ5Wjs.CompanyUsersList; exports.ConfirmDialog = _chunk6LSGIJ5Wjs.ConfirmDialog; exports.ContentListGrid = _chunk6LSGIJ5Wjs.ContentListGrid; exports.ContentListTable = _chunk6LSGIJ5Wjs.ContentListTable; exports.ContentTableSearch = _chunk6LSGIJ5Wjs.ContentTableSearch; exports.ContentTitle = _chunk6LSGIJ5Wjs.ContentTitle; exports.ContentsList = _chunk6LSGIJ5Wjs.ContentsList; exports.ContentsListById = _chunk6LSGIJ5Wjs.ContentsListById; exports.ContextMenu = _chunk6LSGIJ5Wjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk6LSGIJ5Wjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk6LSGIJ5Wjs.ContextMenuContent; exports.ContextMenuGroup = _chunk6LSGIJ5Wjs.ContextMenuGroup; exports.ContextMenuItem = _chunk6LSGIJ5Wjs.ContextMenuItem; exports.ContextMenuLabel = _chunk6LSGIJ5Wjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk6LSGIJ5Wjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk6LSGIJ5Wjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk6LSGIJ5Wjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk6LSGIJ5Wjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk6LSGIJ5Wjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk6LSGIJ5Wjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk6LSGIJ5Wjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk6LSGIJ5Wjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk6LSGIJ5Wjs.ContextMenuTrigger; exports.ContributorsList = _chunk6LSGIJ5Wjs.ContributorsList; exports.Cookies = _chunk6LSGIJ5Wjs.Cookies; exports.CurrencyInput = _chunk6LSGIJ5Wjs.CurrencyInput; exports.DatePickerPopover = _chunk6LSGIJ5Wjs.DatePickerPopover; exports.DateRangeSelector = _chunk6LSGIJ5Wjs.DateRangeSelector; exports.Dialog = _chunk6LSGIJ5Wjs.Dialog; exports.DialogClose = _chunk6LSGIJ5Wjs.DialogClose; exports.DialogContent = _chunk6LSGIJ5Wjs.DialogContent; exports.DialogDescription = _chunk6LSGIJ5Wjs.DialogDescription; exports.DialogFooter = _chunk6LSGIJ5Wjs.DialogFooter; exports.DialogHeader = _chunk6LSGIJ5Wjs.DialogHeader; exports.DialogOverlay = _chunk6LSGIJ5Wjs.DialogOverlay; exports.DialogPortal = _chunk6LSGIJ5Wjs.DialogPortal; exports.DialogTitle = _chunk6LSGIJ5Wjs.DialogTitle; exports.DialogTrigger = _chunk6LSGIJ5Wjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk6LSGIJ5Wjs.DisableTwoFactorDialog; exports.Drawer = _chunk6LSGIJ5Wjs.Drawer; exports.DrawerClose = _chunk6LSGIJ5Wjs.DrawerClose; exports.DrawerContent = _chunk6LSGIJ5Wjs.DrawerContent; exports.DrawerDescription = _chunk6LSGIJ5Wjs.DrawerDescription; exports.DrawerFooter = _chunk6LSGIJ5Wjs.DrawerFooter; exports.DrawerHeader = _chunk6LSGIJ5Wjs.DrawerHeader; exports.DrawerOverlay = _chunk6LSGIJ5Wjs.DrawerOverlay; exports.DrawerPortal = _chunk6LSGIJ5Wjs.DrawerPortal; exports.DrawerTitle = _chunk6LSGIJ5Wjs.DrawerTitle; exports.DrawerTrigger = _chunk6LSGIJ5Wjs.DrawerTrigger; exports.DropdownMenu = _chunk6LSGIJ5Wjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk6LSGIJ5Wjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk6LSGIJ5Wjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk6LSGIJ5Wjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk6LSGIJ5Wjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk6LSGIJ5Wjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk6LSGIJ5Wjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk6LSGIJ5Wjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk6LSGIJ5Wjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk6LSGIJ5Wjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk6LSGIJ5Wjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk6LSGIJ5Wjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk6LSGIJ5Wjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk6LSGIJ5Wjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk6LSGIJ5Wjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk6LSGIJ5Wjs.EditableAvatar; exports.EditorSheet = _chunk6LSGIJ5Wjs.EditorSheet; exports.EmptyState = _chunk6LSGIJ5Wjs.EmptyState; exports.EntityAvatar = _chunk6LSGIJ5Wjs.EntityAvatar; exports.EntityMultiSelector = _chunk6LSGIJ5Wjs.EntityMultiSelector; exports.ErrorDetails = _chunk6LSGIJ5Wjs.ErrorDetails; exports.Field = _chunk6LSGIJ5Wjs.Field; exports.FieldContent = _chunk6LSGIJ5Wjs.FieldContent; exports.FieldDescription = _chunk6LSGIJ5Wjs.FieldDescription; exports.FieldError = _chunk6LSGIJ5Wjs.FieldError; exports.FieldGroup = _chunk6LSGIJ5Wjs.FieldGroup; exports.FieldLabel = _chunk6LSGIJ5Wjs.FieldLabel; exports.FieldLegend = _chunk6LSGIJ5Wjs.FieldLegend; exports.FieldSeparator = _chunk6LSGIJ5Wjs.FieldSeparator; exports.FieldSet = _chunk6LSGIJ5Wjs.FieldSet; exports.FieldTitle = _chunk6LSGIJ5Wjs.FieldTitle; exports.FileInput = _chunk6LSGIJ5Wjs.FileInput; exports.FileUploader = _chunk6LSGIJ5Wjs.FileUploader; exports.FileUploaderContent = _chunk6LSGIJ5Wjs.FileUploaderContent; exports.FileUploaderItem = _chunk6LSGIJ5Wjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk6LSGIJ5Wjs.FiscalDataDisplay; exports.ForgotPassword = _chunk6LSGIJ5Wjs.ForgotPassword; exports.Form = _chunk6LSGIJ5Wjs.Form; exports.FormBlockNote = _chunk6LSGIJ5Wjs.FormBlockNote; exports.FormCheckbox = _chunk6LSGIJ5Wjs.FormCheckbox; exports.FormDate = _chunk6LSGIJ5Wjs.FormDate; exports.FormDateTime = _chunk6LSGIJ5Wjs.FormDateTime; exports.FormFeatures = _chunk6LSGIJ5Wjs.FormFeatures; exports.FormFieldWrapper = _chunk6LSGIJ5Wjs.FormFieldWrapper; exports.FormInput = _chunk6LSGIJ5Wjs.FormInput; exports.FormPassword = _chunk6LSGIJ5Wjs.FormPassword; exports.FormPlaceAutocomplete = _chunk6LSGIJ5Wjs.FormPlaceAutocomplete; exports.FormRoles = _chunk6LSGIJ5Wjs.FormRoles; exports.FormSelect = _chunk6LSGIJ5Wjs.FormSelect; exports.FormSlider = _chunk6LSGIJ5Wjs.FormSlider; exports.FormSwitch = _chunk6LSGIJ5Wjs.FormSwitch; exports.FormTextarea = _chunk6LSGIJ5Wjs.FormTextarea; exports.GdprConsentCheckbox = _chunk6LSGIJ5Wjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk6LSGIJ5Wjs.GdprConsentSection; exports.Header = _chunk6LSGIJ5Wjs.Header; exports.HoverCard = _chunk6LSGIJ5Wjs.HoverCard; exports.HoverCardContent = _chunk6LSGIJ5Wjs.HoverCardContent; exports.HoverCardTrigger = _chunk6LSGIJ5Wjs.HoverCardTrigger; exports.HowToCommand = _chunk6LSGIJ5Wjs.HowToCommand; exports.HowToCommandViewer = _chunk6LSGIJ5Wjs.HowToCommandViewer; exports.HowToContainer = _chunk6LSGIJ5Wjs.HowToContainer; exports.HowToContent = _chunk6LSGIJ5Wjs.HowToContent; exports.HowToDeleter = _chunk6LSGIJ5Wjs.HowToDeleter; exports.HowToDetails = _chunk6LSGIJ5Wjs.HowToDetails; exports.HowToEditor = _chunk6LSGIJ5Wjs.HowToEditor; exports.HowToList = _chunk6LSGIJ5Wjs.HowToList; exports.HowToListContainer = _chunk6LSGIJ5Wjs.HowToListContainer; exports.HowToMultiSelector = _chunk6LSGIJ5Wjs.HowToMultiSelector; exports.HowToSelector = _chunk6LSGIJ5Wjs.HowToSelector; exports.Input = _chunk6LSGIJ5Wjs.Input; exports.InputGroup = _chunk6LSGIJ5Wjs.InputGroup; exports.InputGroupAddon = _chunk6LSGIJ5Wjs.InputGroupAddon; exports.InputGroupButton = _chunk6LSGIJ5Wjs.InputGroupButton; exports.InputGroupInput = _chunk6LSGIJ5Wjs.InputGroupInput; exports.InputGroupText = _chunk6LSGIJ5Wjs.InputGroupText; exports.InputGroupTextarea = _chunk6LSGIJ5Wjs.InputGroupTextarea; exports.InputOTP = _chunk6LSGIJ5Wjs.InputOTP; exports.InputOTPGroup = _chunk6LSGIJ5Wjs.InputOTPGroup; exports.InputOTPSeparator = _chunk6LSGIJ5Wjs.InputOTPSeparator; exports.InputOTPSlot = _chunk6LSGIJ5Wjs.InputOTPSlot; exports.ItalianFiscalData = _chunk6LSGIJ5Wjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk6LSGIJ5Wjs.ItalianFiscalDataDisplay; exports.Item = _chunk6LSGIJ5Wjs.KanbanItem; exports.ItemHandle = _chunk6LSGIJ5Wjs.KanbanItemHandle; exports.Kanban = _chunk6LSGIJ5Wjs.KanbanRoot; exports.KanbanBoard = _chunk6LSGIJ5Wjs.KanbanBoard; exports.KanbanColumn = _chunk6LSGIJ5Wjs.KanbanColumn; exports.KanbanColumnHandle = _chunk6LSGIJ5Wjs.KanbanColumnHandle; exports.KanbanItem = _chunk6LSGIJ5Wjs.KanbanItem; exports.KanbanItemHandle = _chunk6LSGIJ5Wjs.KanbanItemHandle; exports.KanbanOverlay = _chunk6LSGIJ5Wjs.KanbanOverlay; exports.Label = _chunk6LSGIJ5Wjs.Label; exports.LandingComponent = _chunk6LSGIJ5Wjs.LandingComponent; exports.Link = _chunk6LSGIJ5Wjs.Link; exports.Login = _chunk6LSGIJ5Wjs.Login; exports.Logout = _chunk6LSGIJ5Wjs.Logout; exports.MessageItem = _chunk6LSGIJ5Wjs.MessageItem; exports.MessageList = _chunk6LSGIJ5Wjs.MessageList; exports.MessageSourcesPanel = _chunk6LSGIJ5Wjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunk6LSGIJ5Wjs.ModeToggleSwitch; exports.MultiSelect = _chunk6LSGIJ5Wjs.MultiSelect; exports.MultipleSelector = _chunk6LSGIJ5Wjs.MultipleSelector; exports.NavigationMenu = _chunk6LSGIJ5Wjs.NavigationMenu; exports.NavigationMenuContent = _chunk6LSGIJ5Wjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk6LSGIJ5Wjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk6LSGIJ5Wjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk6LSGIJ5Wjs.NavigationMenuLink; exports.NavigationMenuList = _chunk6LSGIJ5Wjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk6LSGIJ5Wjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk6LSGIJ5Wjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk6LSGIJ5Wjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk6LSGIJ5Wjs.NotificationMenuItem; exports.NotificationModal = _chunk6LSGIJ5Wjs.NotificationModal; exports.NotificationToast = _chunk6LSGIJ5Wjs.NotificationToast; exports.NotificationsList = _chunk6LSGIJ5Wjs.NotificationsList; exports.NotificationsListContainer = _chunk6LSGIJ5Wjs.NotificationsListContainer; exports.OAuthClientCard = _chunk6LSGIJ5Wjs.OAuthClientCard; exports.OAuthClientDetail = _chunk6LSGIJ5Wjs.OAuthClientDetail; exports.OAuthClientForm = _chunk6LSGIJ5Wjs.OAuthClientForm; exports.OAuthClientList = _chunk6LSGIJ5Wjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk6LSGIJ5Wjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk6LSGIJ5Wjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk6LSGIJ5Wjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk6LSGIJ5Wjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk6LSGIJ5Wjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk6LSGIJ5Wjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk6LSGIJ5Wjs.OAuthScopeSelector; exports.OnboardingCard = _chunk6LSGIJ5Wjs.OnboardingCard; exports.Overlay = _chunk6LSGIJ5Wjs.KanbanOverlay; exports.PageContainer = _chunk6LSGIJ5Wjs.PageContainer; exports.PageContainerContentDetails = _chunk6LSGIJ5Wjs.PageContainerContentDetails; exports.PageContentContainer = _chunk6LSGIJ5Wjs.PageContentContainer; exports.PageSection = _chunk6LSGIJ5Wjs.PageSection; exports.PasskeyButton = _chunk6LSGIJ5Wjs.PasskeyButton; exports.PasskeyList = _chunk6LSGIJ5Wjs.PasskeyList; exports.PasskeySetupDialog = _chunk6LSGIJ5Wjs.PasskeySetupDialog; exports.PasswordInput = _chunk6LSGIJ5Wjs.PasswordInput; exports.Popover = _chunk6LSGIJ5Wjs.Popover; exports.PopoverContent = _chunk6LSGIJ5Wjs.PopoverContent; exports.PopoverDescription = _chunk6LSGIJ5Wjs.PopoverDescription; exports.PopoverHeader = _chunk6LSGIJ5Wjs.PopoverHeader; exports.PopoverTitle = _chunk6LSGIJ5Wjs.PopoverTitle; exports.PopoverTrigger = _chunk6LSGIJ5Wjs.PopoverTrigger; exports.Progress = _chunk6LSGIJ5Wjs.Progress; exports.ProgressIndicator = _chunk6LSGIJ5Wjs.ProgressIndicator; exports.ProgressLabel = _chunk6LSGIJ5Wjs.ProgressLabel; exports.ProgressTrack = _chunk6LSGIJ5Wjs.ProgressTrack; exports.ProgressValue = _chunk6LSGIJ5Wjs.ProgressValue; exports.PushNotificationProvider = _chunk6LSGIJ5Wjs.PushNotificationProvider; exports.RadioGroup = _chunk6LSGIJ5Wjs.RadioGroup; exports.RadioGroupItem = _chunk6LSGIJ5Wjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk6LSGIJ5Wjs.RbacByRoleContainer; exports.RbacContainer = _chunk6LSGIJ5Wjs.RbacContainer; exports.RbacPermissionCell = _chunk6LSGIJ5Wjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk6LSGIJ5Wjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk6LSGIJ5Wjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk6LSGIJ5Wjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk6LSGIJ5Wjs.ReferralCodeCapture; exports.ReferralDialog = _chunk6LSGIJ5Wjs.ReferralDialog; exports.ReferralWidget = _chunk6LSGIJ5Wjs.ReferralWidget; exports.RefreshUser = _chunk6LSGIJ5Wjs.RefreshUser; exports.RelevantContentsList = _chunk6LSGIJ5Wjs.RelevantContentsList; exports.RelevantUsersList = _chunk6LSGIJ5Wjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk6LSGIJ5Wjs.RemoveUserFromRole; exports.ResetPassword = _chunk6LSGIJ5Wjs.ResetPassword; exports.ResizableHandle = _chunk6LSGIJ5Wjs.ResizableHandle; exports.ResizablePanel = _chunk6LSGIJ5Wjs.ResizablePanel; exports.ResizablePanelGroup = _chunk6LSGIJ5Wjs.ResizablePanelGroup; exports.RoleContainer = _chunk6LSGIJ5Wjs.RoleContainer; exports.RoleDetails = _chunk6LSGIJ5Wjs.RoleDetails; exports.RoleUsersList = _chunk6LSGIJ5Wjs.RoleUsersList; exports.RolesList = _chunk6LSGIJ5Wjs.RolesList; exports.Root = _chunk6LSGIJ5Wjs.KanbanRoot; exports.RoundPageContainer = _chunk6LSGIJ5Wjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk6LSGIJ5Wjs.RoundPageContainerTitle; exports.ScrollArea = _chunk6LSGIJ5Wjs.ScrollArea; exports.ScrollBar = _chunk6LSGIJ5Wjs.ScrollBar; exports.SecurityContainer = _chunk6LSGIJ5Wjs.SecurityContainer; exports.Select = _chunk6LSGIJ5Wjs.Select; exports.SelectContent = _chunk6LSGIJ5Wjs.SelectContent; exports.SelectGroup = _chunk6LSGIJ5Wjs.SelectGroup; exports.SelectItem = _chunk6LSGIJ5Wjs.SelectItem; exports.SelectLabel = _chunk6LSGIJ5Wjs.SelectLabel; exports.SelectScrollDownButton = _chunk6LSGIJ5Wjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk6LSGIJ5Wjs.SelectScrollUpButton; exports.SelectSeparator = _chunk6LSGIJ5Wjs.SelectSeparator; exports.SelectTrigger = _chunk6LSGIJ5Wjs.SelectTrigger; exports.SelectValue = _chunk6LSGIJ5Wjs.SelectValue; exports.Separator = _chunk6LSGIJ5Wjs.Separator; exports.Sheet = _chunk6LSGIJ5Wjs.Sheet; exports.SheetClose = _chunk6LSGIJ5Wjs.SheetClose; exports.SheetContent = _chunk6LSGIJ5Wjs.SheetContent; exports.SheetDescription = _chunk6LSGIJ5Wjs.SheetDescription; exports.SheetFooter = _chunk6LSGIJ5Wjs.SheetFooter; exports.SheetHeader = _chunk6LSGIJ5Wjs.SheetHeader; exports.SheetTitle = _chunk6LSGIJ5Wjs.SheetTitle; exports.SheetTrigger = _chunk6LSGIJ5Wjs.SheetTrigger; exports.Sidebar = _chunk6LSGIJ5Wjs.Sidebar; exports.SidebarContent = _chunk6LSGIJ5Wjs.SidebarContent; exports.SidebarFooter = _chunk6LSGIJ5Wjs.SidebarFooter; exports.SidebarGroup = _chunk6LSGIJ5Wjs.SidebarGroup; exports.SidebarGroupAction = _chunk6LSGIJ5Wjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk6LSGIJ5Wjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk6LSGIJ5Wjs.SidebarGroupLabel; exports.SidebarHeader = _chunk6LSGIJ5Wjs.SidebarHeader; exports.SidebarInput = _chunk6LSGIJ5Wjs.SidebarInput; exports.SidebarInset = _chunk6LSGIJ5Wjs.SidebarInset; exports.SidebarMenu = _chunk6LSGIJ5Wjs.SidebarMenu; exports.SidebarMenuAction = _chunk6LSGIJ5Wjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk6LSGIJ5Wjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk6LSGIJ5Wjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk6LSGIJ5Wjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk6LSGIJ5Wjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk6LSGIJ5Wjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk6LSGIJ5Wjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk6LSGIJ5Wjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk6LSGIJ5Wjs.SidebarProvider; exports.SidebarRail = _chunk6LSGIJ5Wjs.SidebarRail; exports.SidebarSeparator = _chunk6LSGIJ5Wjs.SidebarSeparator; exports.SidebarTrigger = _chunk6LSGIJ5Wjs.SidebarTrigger; exports.Skeleton = _chunk6LSGIJ5Wjs.Skeleton; exports.Slider = _chunk6LSGIJ5Wjs.Slider; exports.Spinner = _chunk6LSGIJ5Wjs.Spinner; exports.Switch = _chunk6LSGIJ5Wjs.Switch; exports.Table = _chunk6LSGIJ5Wjs.Table; exports.TableBody = _chunk6LSGIJ5Wjs.TableBody; exports.TableCaption = _chunk6LSGIJ5Wjs.TableCaption; exports.TableCell = _chunk6LSGIJ5Wjs.TableCell; exports.TableCellAvatar = _chunk6LSGIJ5Wjs.TableCellAvatar; exports.TableFooter = _chunk6LSGIJ5Wjs.TableFooter; exports.TableHead = _chunk6LSGIJ5Wjs.TableHead; exports.TableHeader = _chunk6LSGIJ5Wjs.TableHeader; exports.TableRow = _chunk6LSGIJ5Wjs.TableRow; exports.Tabs = _chunk6LSGIJ5Wjs.Tabs; exports.TabsContainer = _chunk6LSGIJ5Wjs.TabsContainer; exports.TabsContent = _chunk6LSGIJ5Wjs.TabsContent; exports.TabsList = _chunk6LSGIJ5Wjs.TabsList; exports.TabsTrigger = _chunk6LSGIJ5Wjs.TabsTrigger; exports.Textarea = _chunk6LSGIJ5Wjs.Textarea; exports.Toaster = _chunk6LSGIJ5Wjs.Toaster; exports.Toggle = _chunk6LSGIJ5Wjs.Toggle; exports.TokenStatusIndicator = _chunk6LSGIJ5Wjs.TokenStatusIndicator; exports.Tooltip = _chunk6LSGIJ5Wjs.Tooltip; exports.TooltipContent = _chunk6LSGIJ5Wjs.TooltipContent; exports.TooltipProvider = _chunk6LSGIJ5Wjs.TooltipProvider; exports.TooltipTrigger = _chunk6LSGIJ5Wjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk6LSGIJ5Wjs.TotpAuthenticatorList; exports.TotpInput = _chunk6LSGIJ5Wjs.TotpInput; exports.TotpSetupDialog = _chunk6LSGIJ5Wjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk6LSGIJ5Wjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk6LSGIJ5Wjs.TwoFactorSettings; exports.UserAvatar = _chunk6LSGIJ5Wjs.UserAvatar; exports.UserAvatarEditor = _chunk6LSGIJ5Wjs.UserAvatarEditor; exports.UserAvatarList = _chunk6LSGIJ5Wjs.UserAvatarList; exports.UserContainer = _chunk6LSGIJ5Wjs.UserContainer; exports.UserContent = _chunk6LSGIJ5Wjs.UserContent; exports.UserDeleter = _chunk6LSGIJ5Wjs.UserDeleter; exports.UserEditor = _chunk6LSGIJ5Wjs.UserEditor; exports.UserIndexContainer = _chunk6LSGIJ5Wjs.UserIndexContainer; exports.UserIndexDetails = _chunk6LSGIJ5Wjs.UserIndexDetails; exports.UserListInAdd = _chunk6LSGIJ5Wjs.UserListInAdd; exports.UserMultiSelect = _chunk6LSGIJ5Wjs.UserMultiSelect; exports.UserReactivator = _chunk6LSGIJ5Wjs.UserReactivator; exports.UserResentInvitationEmail = _chunk6LSGIJ5Wjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk6LSGIJ5Wjs.UserRoleAdd; exports.UserRolesList = _chunk6LSGIJ5Wjs.UserRolesList; exports.UserSearchPopover = _chunk6LSGIJ5Wjs.UserSearchPopover; exports.UserSelector = _chunk6LSGIJ5Wjs.UserSelector; exports.UserStanadaloneDetails = _chunk6LSGIJ5Wjs.UserStanadaloneDetails; exports.UsersList = _chunk6LSGIJ5Wjs.UsersList; exports.UsersListByContentIds = _chunk6LSGIJ5Wjs.UsersListByContentIds; exports.UsersListContainer = _chunk6LSGIJ5Wjs.UsersListContainer; exports.WaitlistConfirmation = _chunk6LSGIJ5Wjs.WaitlistConfirmation; exports.WaitlistForm = _chunk6LSGIJ5Wjs.WaitlistForm; exports.WaitlistHeroSection = _chunk6LSGIJ5Wjs.WaitlistHeroSection; exports.WaitlistList = _chunk6LSGIJ5Wjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk6LSGIJ5Wjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk6LSGIJ5Wjs.WaitlistSuccessState; exports.badgeVariants = _chunk6LSGIJ5Wjs.badgeVariants; exports.buttonVariants = _chunk6LSGIJ5Wjs.buttonVariants; exports.cellComponent = _chunk6LSGIJ5Wjs.cellComponent; exports.cellDate = _chunk6LSGIJ5Wjs.cellDate; exports.cellDateTime = _chunk6LSGIJ5Wjs.cellDateTime; exports.cellId = _chunk6LSGIJ5Wjs.cellId; exports.cellLink = _chunk6LSGIJ5Wjs.cellLink; exports.cellUrl = _chunk6LSGIJ5Wjs.cellUrl; exports.createMentionInlineContentSpec = _chunk6LSGIJ5Wjs.createMentionInlineContentSpec; exports.errorToast = _chunk6LSGIJ5Wjs.errorToast; exports.generateNotificationData = _chunk6LSGIJ5Wjs.generateNotificationData; exports.getIcon = _chunkJ3DFHESBjs.getIcon; exports.getIconByModule = _chunkJ3DFHESBjs.getIconByModule; exports.getIconByModuleName = _chunkJ3DFHESBjs.getIconByModuleName; exports.getInitials = _chunkJ3DFHESBjs.getInitials; exports.mentionDataAttrs = _chunk6LSGIJ5Wjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk6LSGIJ5Wjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk6LSGIJ5Wjs.parseFiscalData; exports.parseMentionElement = _chunk6LSGIJ5Wjs.parseMentionElement; exports.spinnerVariants = _chunk6LSGIJ5Wjs.spinnerVariants; exports.tabsListVariants = _chunk6LSGIJ5Wjs.tabsListVariants; exports.toggleVariants = _chunk6LSGIJ5Wjs.toggleVariants; exports.triggerAssociationToast = _chunk6LSGIJ5Wjs.triggerAssociationToast; exports.useCarousel = _chunk6LSGIJ5Wjs.useCarousel; exports.useComboboxAnchor = _chunk6LSGIJ5Wjs.useComboboxAnchor; exports.useDebounce = _chunk6LSGIJ5Wjs.useDebounce2; exports.useEditorDialog = _chunk6LSGIJ5Wjs.useEditorDialog; exports.useFileUpload = _chunk6LSGIJ5Wjs.useFileUpload; exports.useMentionInsert = _chunk6LSGIJ5Wjs.useMentionInsert; exports.useSidebar = _chunk6LSGIJ5Wjs.useSidebar;
|
|
953
|
+
|
|
954
|
+
exports.AcceptInvitation = _chunkHXU2HDRNjs.AcceptInvitation; exports.Accordion = _chunkHXU2HDRNjs.Accordion; exports.AccordionContent = _chunkHXU2HDRNjs.AccordionContent; exports.AccordionItem = _chunkHXU2HDRNjs.AccordionItem; exports.AccordionTrigger = _chunkHXU2HDRNjs.AccordionTrigger; exports.ActivateAccount = _chunkHXU2HDRNjs.ActivateAccount; exports.AddUserToRole = _chunkHXU2HDRNjs.AddUserToRole; exports.AdminCompanyContainer = _chunkHXU2HDRNjs.AdminCompanyContainer; exports.AdminUsersList = _chunkHXU2HDRNjs.AdminUsersList; exports.Alert = _chunkHXU2HDRNjs.Alert; exports.AlertAction = _chunkHXU2HDRNjs.AlertAction; exports.AlertDescription = _chunkHXU2HDRNjs.AlertDescription; exports.AlertDialog = _chunkHXU2HDRNjs.AlertDialog; exports.AlertDialogAction = _chunkHXU2HDRNjs.AlertDialogAction; exports.AlertDialogCancel = _chunkHXU2HDRNjs.AlertDialogCancel; exports.AlertDialogContent = _chunkHXU2HDRNjs.AlertDialogContent; exports.AlertDialogDescription = _chunkHXU2HDRNjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkHXU2HDRNjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkHXU2HDRNjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkHXU2HDRNjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkHXU2HDRNjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkHXU2HDRNjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkHXU2HDRNjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkHXU2HDRNjs.AlertDialogTrigger; exports.AlertTitle = _chunkHXU2HDRNjs.AlertTitle; exports.AllUsersListContainer = _chunkHXU2HDRNjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkHXU2HDRNjs.AllowedUsersDetails; exports.AssistantContainer = _chunkHXU2HDRNjs.AssistantContainer; exports.AttributeElement = _chunkHXU2HDRNjs.AttributeElement; exports.AuthContainer = _chunkHXU2HDRNjs.AuthContainer; exports.Avatar = _chunkHXU2HDRNjs.Avatar; exports.AvatarBadge = _chunkHXU2HDRNjs.AvatarBadge; exports.AvatarFallback = _chunkHXU2HDRNjs.AvatarFallback; exports.AvatarGroup = _chunkHXU2HDRNjs.AvatarGroup; exports.AvatarGroupCount = _chunkHXU2HDRNjs.AvatarGroupCount; exports.AvatarImage = _chunkHXU2HDRNjs.AvatarImage; exports.BackupCodesDialog = _chunkHXU2HDRNjs.BackupCodesDialog; exports.Badge = _chunkHXU2HDRNjs.Badge; exports.BlockNoteEditorContainer = _chunkHXU2HDRNjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkHXU2HDRNjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkHXU2HDRNjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkHXU2HDRNjs.BlockNoteViewerContainer; exports.Board = _chunkHXU2HDRNjs.KanbanBoard; exports.Breadcrumb = _chunkHXU2HDRNjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkHXU2HDRNjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkHXU2HDRNjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkHXU2HDRNjs.BreadcrumbLink; exports.BreadcrumbList = _chunkHXU2HDRNjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkHXU2HDRNjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkHXU2HDRNjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkHXU2HDRNjs.BreadcrumbSeparator; exports.Button = _chunkHXU2HDRNjs.Button; exports.Calendar = _chunkHXU2HDRNjs.Calendar; exports.CalendarDayButton = _chunkHXU2HDRNjs.CalendarDayButton; exports.Card = _chunkHXU2HDRNjs.Card; exports.CardAction = _chunkHXU2HDRNjs.CardAction; exports.CardContent = _chunkHXU2HDRNjs.CardContent; exports.CardDescription = _chunkHXU2HDRNjs.CardDescription; exports.CardFooter = _chunkHXU2HDRNjs.CardFooter; exports.CardHeader = _chunkHXU2HDRNjs.CardHeader; exports.CardTitle = _chunkHXU2HDRNjs.CardTitle; exports.Carousel = _chunkHXU2HDRNjs.Carousel; exports.CarouselContent = _chunkHXU2HDRNjs.CarouselContent; exports.CarouselItem = _chunkHXU2HDRNjs.CarouselItem; exports.CarouselNext = _chunkHXU2HDRNjs.CarouselNext; exports.CarouselPrevious = _chunkHXU2HDRNjs.CarouselPrevious; exports.ChartContainer = _chunkHXU2HDRNjs.ChartContainer; exports.ChartLegend = _chunkHXU2HDRNjs.ChartLegend; exports.ChartLegendContent = _chunkHXU2HDRNjs.ChartLegendContent; exports.ChartStyle = _chunkHXU2HDRNjs.ChartStyle; exports.ChartTooltip = _chunkHXU2HDRNjs.ChartTooltip; exports.ChartTooltipContent = _chunkHXU2HDRNjs.ChartTooltipContent; exports.Checkbox = _chunkHXU2HDRNjs.Checkbox; exports.Collapsible = _chunkHXU2HDRNjs.Collapsible; exports.CollapsibleContent = _chunkHXU2HDRNjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkHXU2HDRNjs.CollapsibleTrigger; exports.Column = _chunkHXU2HDRNjs.KanbanColumn; exports.ColumnHandle = _chunkHXU2HDRNjs.KanbanColumnHandle; exports.Combobox = _chunkHXU2HDRNjs.Combobox; exports.ComboboxChip = _chunkHXU2HDRNjs.ComboboxChip; exports.ComboboxChips = _chunkHXU2HDRNjs.ComboboxChips; exports.ComboboxChipsInput = _chunkHXU2HDRNjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkHXU2HDRNjs.ComboboxCollection; exports.ComboboxContent = _chunkHXU2HDRNjs.ComboboxContent; exports.ComboboxEmpty = _chunkHXU2HDRNjs.ComboboxEmpty; exports.ComboboxGroup = _chunkHXU2HDRNjs.ComboboxGroup; exports.ComboboxInput = _chunkHXU2HDRNjs.ComboboxInput; exports.ComboboxItem = _chunkHXU2HDRNjs.ComboboxItem; exports.ComboboxLabel = _chunkHXU2HDRNjs.ComboboxLabel; exports.ComboboxList = _chunkHXU2HDRNjs.ComboboxList; exports.ComboboxSeparator = _chunkHXU2HDRNjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkHXU2HDRNjs.ComboboxTrigger; exports.ComboboxValue = _chunkHXU2HDRNjs.ComboboxValue; exports.Command = _chunkHXU2HDRNjs.Command; exports.CommandDialog = _chunkHXU2HDRNjs.CommandDialog; exports.CommandEmpty = _chunkHXU2HDRNjs.CommandEmpty; exports.CommandGroup = _chunkHXU2HDRNjs.CommandGroup; exports.CommandInput = _chunkHXU2HDRNjs.CommandInput; exports.CommandItem = _chunkHXU2HDRNjs.CommandItem; exports.CommandList = _chunkHXU2HDRNjs.CommandList; exports.CommandSeparator = _chunkHXU2HDRNjs.CommandSeparator; exports.CommandShortcut = _chunkHXU2HDRNjs.CommandShortcut; exports.CommonAddTrigger = _chunkHXU2HDRNjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkHXU2HDRNjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkHXU2HDRNjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkHXU2HDRNjs.CommonDeleter; exports.CommonEditorButtons = _chunkHXU2HDRNjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkHXU2HDRNjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkHXU2HDRNjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkHXU2HDRNjs.CommonEditorTrigger; exports.CompaniesList = _chunkHXU2HDRNjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkHXU2HDRNjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkHXU2HDRNjs.CompanyContainer; exports.CompanyContent = _chunkHXU2HDRNjs.CompanyContent; exports.CompanyDeleter = _chunkHXU2HDRNjs.CompanyDeleter; exports.CompanyDetails = _chunkHXU2HDRNjs.CompanyDetails; exports.CompanyEditor = _chunkHXU2HDRNjs.CompanyEditor; exports.CompanyUsersList = _chunkHXU2HDRNjs.CompanyUsersList; exports.ConfirmDialog = _chunkHXU2HDRNjs.ConfirmDialog; exports.ContentListGrid = _chunkHXU2HDRNjs.ContentListGrid; exports.ContentListTable = _chunkHXU2HDRNjs.ContentListTable; exports.ContentTableSearch = _chunkHXU2HDRNjs.ContentTableSearch; exports.ContentTitle = _chunkHXU2HDRNjs.ContentTitle; exports.ContentsList = _chunkHXU2HDRNjs.ContentsList; exports.ContentsListById = _chunkHXU2HDRNjs.ContentsListById; exports.ContextMenu = _chunkHXU2HDRNjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkHXU2HDRNjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkHXU2HDRNjs.ContextMenuContent; exports.ContextMenuGroup = _chunkHXU2HDRNjs.ContextMenuGroup; exports.ContextMenuItem = _chunkHXU2HDRNjs.ContextMenuItem; exports.ContextMenuLabel = _chunkHXU2HDRNjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkHXU2HDRNjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkHXU2HDRNjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkHXU2HDRNjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkHXU2HDRNjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkHXU2HDRNjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkHXU2HDRNjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkHXU2HDRNjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkHXU2HDRNjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkHXU2HDRNjs.ContextMenuTrigger; exports.ContributorsList = _chunkHXU2HDRNjs.ContributorsList; exports.Cookies = _chunkHXU2HDRNjs.Cookies; exports.CurrencyInput = _chunkHXU2HDRNjs.CurrencyInput; exports.DatePickerPopover = _chunkHXU2HDRNjs.DatePickerPopover; exports.DateRangeSelector = _chunkHXU2HDRNjs.DateRangeSelector; exports.Dialog = _chunkHXU2HDRNjs.Dialog; exports.DialogClose = _chunkHXU2HDRNjs.DialogClose; exports.DialogContent = _chunkHXU2HDRNjs.DialogContent; exports.DialogDescription = _chunkHXU2HDRNjs.DialogDescription; exports.DialogFooter = _chunkHXU2HDRNjs.DialogFooter; exports.DialogHeader = _chunkHXU2HDRNjs.DialogHeader; exports.DialogOverlay = _chunkHXU2HDRNjs.DialogOverlay; exports.DialogPortal = _chunkHXU2HDRNjs.DialogPortal; exports.DialogTitle = _chunkHXU2HDRNjs.DialogTitle; exports.DialogTrigger = _chunkHXU2HDRNjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkHXU2HDRNjs.DisableTwoFactorDialog; exports.Drawer = _chunkHXU2HDRNjs.Drawer; exports.DrawerClose = _chunkHXU2HDRNjs.DrawerClose; exports.DrawerContent = _chunkHXU2HDRNjs.DrawerContent; exports.DrawerDescription = _chunkHXU2HDRNjs.DrawerDescription; exports.DrawerFooter = _chunkHXU2HDRNjs.DrawerFooter; exports.DrawerHeader = _chunkHXU2HDRNjs.DrawerHeader; exports.DrawerOverlay = _chunkHXU2HDRNjs.DrawerOverlay; exports.DrawerPortal = _chunkHXU2HDRNjs.DrawerPortal; exports.DrawerTitle = _chunkHXU2HDRNjs.DrawerTitle; exports.DrawerTrigger = _chunkHXU2HDRNjs.DrawerTrigger; exports.DropdownMenu = _chunkHXU2HDRNjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkHXU2HDRNjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkHXU2HDRNjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkHXU2HDRNjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkHXU2HDRNjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkHXU2HDRNjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkHXU2HDRNjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkHXU2HDRNjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkHXU2HDRNjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkHXU2HDRNjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkHXU2HDRNjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkHXU2HDRNjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkHXU2HDRNjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkHXU2HDRNjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkHXU2HDRNjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkHXU2HDRNjs.EditableAvatar; exports.EditorSheet = _chunkHXU2HDRNjs.EditorSheet; exports.EmptyState = _chunkHXU2HDRNjs.EmptyState; exports.EntityAvatar = _chunkHXU2HDRNjs.EntityAvatar; exports.EntityMultiSelector = _chunkHXU2HDRNjs.EntityMultiSelector; exports.ErrorDetails = _chunkHXU2HDRNjs.ErrorDetails; exports.Field = _chunkHXU2HDRNjs.Field; exports.FieldContent = _chunkHXU2HDRNjs.FieldContent; exports.FieldDescription = _chunkHXU2HDRNjs.FieldDescription; exports.FieldError = _chunkHXU2HDRNjs.FieldError; exports.FieldGroup = _chunkHXU2HDRNjs.FieldGroup; exports.FieldLabel = _chunkHXU2HDRNjs.FieldLabel; exports.FieldLegend = _chunkHXU2HDRNjs.FieldLegend; exports.FieldSeparator = _chunkHXU2HDRNjs.FieldSeparator; exports.FieldSet = _chunkHXU2HDRNjs.FieldSet; exports.FieldTitle = _chunkHXU2HDRNjs.FieldTitle; exports.FileInput = _chunkHXU2HDRNjs.FileInput; exports.FileUploader = _chunkHXU2HDRNjs.FileUploader; exports.FileUploaderContent = _chunkHXU2HDRNjs.FileUploaderContent; exports.FileUploaderItem = _chunkHXU2HDRNjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkHXU2HDRNjs.FiscalDataDisplay; exports.ForgotPassword = _chunkHXU2HDRNjs.ForgotPassword; exports.Form = _chunkHXU2HDRNjs.Form; exports.FormBlockNote = _chunkHXU2HDRNjs.FormBlockNote; exports.FormCheckbox = _chunkHXU2HDRNjs.FormCheckbox; exports.FormDate = _chunkHXU2HDRNjs.FormDate; exports.FormDateTime = _chunkHXU2HDRNjs.FormDateTime; exports.FormFeatures = _chunkHXU2HDRNjs.FormFeatures; exports.FormFieldWrapper = _chunkHXU2HDRNjs.FormFieldWrapper; exports.FormInput = _chunkHXU2HDRNjs.FormInput; exports.FormPassword = _chunkHXU2HDRNjs.FormPassword; exports.FormPlaceAutocomplete = _chunkHXU2HDRNjs.FormPlaceAutocomplete; exports.FormRoles = _chunkHXU2HDRNjs.FormRoles; exports.FormSelect = _chunkHXU2HDRNjs.FormSelect; exports.FormSlider = _chunkHXU2HDRNjs.FormSlider; exports.FormSwitch = _chunkHXU2HDRNjs.FormSwitch; exports.FormTextarea = _chunkHXU2HDRNjs.FormTextarea; exports.GdprConsentCheckbox = _chunkHXU2HDRNjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkHXU2HDRNjs.GdprConsentSection; exports.Header = _chunkHXU2HDRNjs.Header; exports.HoverCard = _chunkHXU2HDRNjs.HoverCard; exports.HoverCardContent = _chunkHXU2HDRNjs.HoverCardContent; exports.HoverCardTrigger = _chunkHXU2HDRNjs.HoverCardTrigger; exports.HowToCommand = _chunkHXU2HDRNjs.HowToCommand; exports.HowToCommandViewer = _chunkHXU2HDRNjs.HowToCommandViewer; exports.HowToContainer = _chunkHXU2HDRNjs.HowToContainer; exports.HowToContent = _chunkHXU2HDRNjs.HowToContent; exports.HowToDeleter = _chunkHXU2HDRNjs.HowToDeleter; exports.HowToDetails = _chunkHXU2HDRNjs.HowToDetails; exports.HowToEditor = _chunkHXU2HDRNjs.HowToEditor; exports.HowToList = _chunkHXU2HDRNjs.HowToList; exports.HowToListContainer = _chunkHXU2HDRNjs.HowToListContainer; exports.HowToMultiSelector = _chunkHXU2HDRNjs.HowToMultiSelector; exports.HowToSelector = _chunkHXU2HDRNjs.HowToSelector; exports.Input = _chunkHXU2HDRNjs.Input; exports.InputGroup = _chunkHXU2HDRNjs.InputGroup; exports.InputGroupAddon = _chunkHXU2HDRNjs.InputGroupAddon; exports.InputGroupButton = _chunkHXU2HDRNjs.InputGroupButton; exports.InputGroupInput = _chunkHXU2HDRNjs.InputGroupInput; exports.InputGroupText = _chunkHXU2HDRNjs.InputGroupText; exports.InputGroupTextarea = _chunkHXU2HDRNjs.InputGroupTextarea; exports.InputOTP = _chunkHXU2HDRNjs.InputOTP; exports.InputOTPGroup = _chunkHXU2HDRNjs.InputOTPGroup; exports.InputOTPSeparator = _chunkHXU2HDRNjs.InputOTPSeparator; exports.InputOTPSlot = _chunkHXU2HDRNjs.InputOTPSlot; exports.ItalianFiscalData = _chunkHXU2HDRNjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkHXU2HDRNjs.ItalianFiscalDataDisplay; exports.Item = _chunkHXU2HDRNjs.KanbanItem; exports.ItemHandle = _chunkHXU2HDRNjs.KanbanItemHandle; exports.Kanban = _chunkHXU2HDRNjs.KanbanRoot; exports.KanbanBoard = _chunkHXU2HDRNjs.KanbanBoard; exports.KanbanColumn = _chunkHXU2HDRNjs.KanbanColumn; exports.KanbanColumnHandle = _chunkHXU2HDRNjs.KanbanColumnHandle; exports.KanbanItem = _chunkHXU2HDRNjs.KanbanItem; exports.KanbanItemHandle = _chunkHXU2HDRNjs.KanbanItemHandle; exports.KanbanOverlay = _chunkHXU2HDRNjs.KanbanOverlay; exports.Label = _chunkHXU2HDRNjs.Label; exports.LandingComponent = _chunkHXU2HDRNjs.LandingComponent; exports.Link = _chunkHXU2HDRNjs.Link; exports.Login = _chunkHXU2HDRNjs.Login; exports.Logout = _chunkHXU2HDRNjs.Logout; exports.MessageItem = _chunkHXU2HDRNjs.MessageItem; exports.MessageList = _chunkHXU2HDRNjs.MessageList; exports.MessageSourcesPanel = _chunkHXU2HDRNjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkHXU2HDRNjs.ModeToggleSwitch; exports.MultiSelect = _chunkHXU2HDRNjs.MultiSelect; exports.MultipleSelector = _chunkHXU2HDRNjs.MultipleSelector; exports.NavigationMenu = _chunkHXU2HDRNjs.NavigationMenu; exports.NavigationMenuContent = _chunkHXU2HDRNjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkHXU2HDRNjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkHXU2HDRNjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkHXU2HDRNjs.NavigationMenuLink; exports.NavigationMenuList = _chunkHXU2HDRNjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkHXU2HDRNjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkHXU2HDRNjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkHXU2HDRNjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkHXU2HDRNjs.NotificationMenuItem; exports.NotificationModal = _chunkHXU2HDRNjs.NotificationModal; exports.NotificationToast = _chunkHXU2HDRNjs.NotificationToast; exports.NotificationsList = _chunkHXU2HDRNjs.NotificationsList; exports.NotificationsListContainer = _chunkHXU2HDRNjs.NotificationsListContainer; exports.OAuthClientCard = _chunkHXU2HDRNjs.OAuthClientCard; exports.OAuthClientDetail = _chunkHXU2HDRNjs.OAuthClientDetail; exports.OAuthClientForm = _chunkHXU2HDRNjs.OAuthClientForm; exports.OAuthClientList = _chunkHXU2HDRNjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkHXU2HDRNjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkHXU2HDRNjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkHXU2HDRNjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkHXU2HDRNjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkHXU2HDRNjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkHXU2HDRNjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkHXU2HDRNjs.OAuthScopeSelector; exports.OnboardingCard = _chunkHXU2HDRNjs.OnboardingCard; exports.Overlay = _chunkHXU2HDRNjs.KanbanOverlay; exports.PageContainer = _chunkHXU2HDRNjs.PageContainer; exports.PageContainerContentDetails = _chunkHXU2HDRNjs.PageContainerContentDetails; exports.PageContentContainer = _chunkHXU2HDRNjs.PageContentContainer; exports.PageSection = _chunkHXU2HDRNjs.PageSection; exports.PasskeyButton = _chunkHXU2HDRNjs.PasskeyButton; exports.PasskeyList = _chunkHXU2HDRNjs.PasskeyList; exports.PasskeySetupDialog = _chunkHXU2HDRNjs.PasskeySetupDialog; exports.PasswordInput = _chunkHXU2HDRNjs.PasswordInput; exports.Popover = _chunkHXU2HDRNjs.Popover; exports.PopoverContent = _chunkHXU2HDRNjs.PopoverContent; exports.PopoverDescription = _chunkHXU2HDRNjs.PopoverDescription; exports.PopoverHeader = _chunkHXU2HDRNjs.PopoverHeader; exports.PopoverTitle = _chunkHXU2HDRNjs.PopoverTitle; exports.PopoverTrigger = _chunkHXU2HDRNjs.PopoverTrigger; exports.Progress = _chunkHXU2HDRNjs.Progress; exports.ProgressIndicator = _chunkHXU2HDRNjs.ProgressIndicator; exports.ProgressLabel = _chunkHXU2HDRNjs.ProgressLabel; exports.ProgressTrack = _chunkHXU2HDRNjs.ProgressTrack; exports.ProgressValue = _chunkHXU2HDRNjs.ProgressValue; exports.PushNotificationProvider = _chunkHXU2HDRNjs.PushNotificationProvider; exports.RadioGroup = _chunkHXU2HDRNjs.RadioGroup; exports.RadioGroupItem = _chunkHXU2HDRNjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkHXU2HDRNjs.RbacByRoleContainer; exports.RbacContainer = _chunkHXU2HDRNjs.RbacContainer; exports.RbacPermissionCell = _chunkHXU2HDRNjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkHXU2HDRNjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkHXU2HDRNjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkHXU2HDRNjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkHXU2HDRNjs.ReferralCodeCapture; exports.ReferralDialog = _chunkHXU2HDRNjs.ReferralDialog; exports.ReferralWidget = _chunkHXU2HDRNjs.ReferralWidget; exports.RefreshUser = _chunkHXU2HDRNjs.RefreshUser; exports.RelevantContentsList = _chunkHXU2HDRNjs.RelevantContentsList; exports.RelevantUsersList = _chunkHXU2HDRNjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkHXU2HDRNjs.RemoveUserFromRole; exports.ResetPassword = _chunkHXU2HDRNjs.ResetPassword; exports.ResizableHandle = _chunkHXU2HDRNjs.ResizableHandle; exports.ResizablePanel = _chunkHXU2HDRNjs.ResizablePanel; exports.ResizablePanelGroup = _chunkHXU2HDRNjs.ResizablePanelGroup; exports.RoleContainer = _chunkHXU2HDRNjs.RoleContainer; exports.RoleDetails = _chunkHXU2HDRNjs.RoleDetails; exports.RoleUsersList = _chunkHXU2HDRNjs.RoleUsersList; exports.RolesList = _chunkHXU2HDRNjs.RolesList; exports.Root = _chunkHXU2HDRNjs.KanbanRoot; exports.RoundPageContainer = _chunkHXU2HDRNjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkHXU2HDRNjs.RoundPageContainerTitle; exports.ScrollArea = _chunkHXU2HDRNjs.ScrollArea; exports.ScrollBar = _chunkHXU2HDRNjs.ScrollBar; exports.SecurityContainer = _chunkHXU2HDRNjs.SecurityContainer; exports.Select = _chunkHXU2HDRNjs.Select; exports.SelectContent = _chunkHXU2HDRNjs.SelectContent; exports.SelectGroup = _chunkHXU2HDRNjs.SelectGroup; exports.SelectItem = _chunkHXU2HDRNjs.SelectItem; exports.SelectLabel = _chunkHXU2HDRNjs.SelectLabel; exports.SelectScrollDownButton = _chunkHXU2HDRNjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkHXU2HDRNjs.SelectScrollUpButton; exports.SelectSeparator = _chunkHXU2HDRNjs.SelectSeparator; exports.SelectTrigger = _chunkHXU2HDRNjs.SelectTrigger; exports.SelectValue = _chunkHXU2HDRNjs.SelectValue; exports.Separator = _chunkHXU2HDRNjs.Separator; exports.Sheet = _chunkHXU2HDRNjs.Sheet; exports.SheetClose = _chunkHXU2HDRNjs.SheetClose; exports.SheetContent = _chunkHXU2HDRNjs.SheetContent; exports.SheetDescription = _chunkHXU2HDRNjs.SheetDescription; exports.SheetFooter = _chunkHXU2HDRNjs.SheetFooter; exports.SheetHeader = _chunkHXU2HDRNjs.SheetHeader; exports.SheetTitle = _chunkHXU2HDRNjs.SheetTitle; exports.SheetTrigger = _chunkHXU2HDRNjs.SheetTrigger; exports.Sidebar = _chunkHXU2HDRNjs.Sidebar; exports.SidebarContent = _chunkHXU2HDRNjs.SidebarContent; exports.SidebarFooter = _chunkHXU2HDRNjs.SidebarFooter; exports.SidebarGroup = _chunkHXU2HDRNjs.SidebarGroup; exports.SidebarGroupAction = _chunkHXU2HDRNjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkHXU2HDRNjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkHXU2HDRNjs.SidebarGroupLabel; exports.SidebarHeader = _chunkHXU2HDRNjs.SidebarHeader; exports.SidebarInput = _chunkHXU2HDRNjs.SidebarInput; exports.SidebarInset = _chunkHXU2HDRNjs.SidebarInset; exports.SidebarMenu = _chunkHXU2HDRNjs.SidebarMenu; exports.SidebarMenuAction = _chunkHXU2HDRNjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkHXU2HDRNjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkHXU2HDRNjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkHXU2HDRNjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkHXU2HDRNjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkHXU2HDRNjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkHXU2HDRNjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkHXU2HDRNjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkHXU2HDRNjs.SidebarProvider; exports.SidebarRail = _chunkHXU2HDRNjs.SidebarRail; exports.SidebarSeparator = _chunkHXU2HDRNjs.SidebarSeparator; exports.SidebarTrigger = _chunkHXU2HDRNjs.SidebarTrigger; exports.Skeleton = _chunkHXU2HDRNjs.Skeleton; exports.Slider = _chunkHXU2HDRNjs.Slider; exports.Spinner = _chunkHXU2HDRNjs.Spinner; exports.Switch = _chunkHXU2HDRNjs.Switch; exports.Table = _chunkHXU2HDRNjs.Table; exports.TableBody = _chunkHXU2HDRNjs.TableBody; exports.TableCaption = _chunkHXU2HDRNjs.TableCaption; exports.TableCell = _chunkHXU2HDRNjs.TableCell; exports.TableCellAvatar = _chunkHXU2HDRNjs.TableCellAvatar; exports.TableFooter = _chunkHXU2HDRNjs.TableFooter; exports.TableHead = _chunkHXU2HDRNjs.TableHead; exports.TableHeader = _chunkHXU2HDRNjs.TableHeader; exports.TableRow = _chunkHXU2HDRNjs.TableRow; exports.Tabs = _chunkHXU2HDRNjs.Tabs; exports.TabsContainer = _chunkHXU2HDRNjs.TabsContainer; exports.TabsContent = _chunkHXU2HDRNjs.TabsContent; exports.TabsList = _chunkHXU2HDRNjs.TabsList; exports.TabsTrigger = _chunkHXU2HDRNjs.TabsTrigger; exports.Textarea = _chunkHXU2HDRNjs.Textarea; exports.Toaster = _chunkHXU2HDRNjs.Toaster; exports.Toggle = _chunkHXU2HDRNjs.Toggle; exports.TokenStatusIndicator = _chunkHXU2HDRNjs.TokenStatusIndicator; exports.Tooltip = _chunkHXU2HDRNjs.Tooltip; exports.TooltipContent = _chunkHXU2HDRNjs.TooltipContent; exports.TooltipProvider = _chunkHXU2HDRNjs.TooltipProvider; exports.TooltipTrigger = _chunkHXU2HDRNjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkHXU2HDRNjs.TotpAuthenticatorList; exports.TotpInput = _chunkHXU2HDRNjs.TotpInput; exports.TotpSetupDialog = _chunkHXU2HDRNjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkHXU2HDRNjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkHXU2HDRNjs.TwoFactorSettings; exports.UserAvatar = _chunkHXU2HDRNjs.UserAvatar; exports.UserAvatarEditor = _chunkHXU2HDRNjs.UserAvatarEditor; exports.UserAvatarList = _chunkHXU2HDRNjs.UserAvatarList; exports.UserContainer = _chunkHXU2HDRNjs.UserContainer; exports.UserContent = _chunkHXU2HDRNjs.UserContent; exports.UserDeleter = _chunkHXU2HDRNjs.UserDeleter; exports.UserEditor = _chunkHXU2HDRNjs.UserEditor; exports.UserIndexContainer = _chunkHXU2HDRNjs.UserIndexContainer; exports.UserIndexDetails = _chunkHXU2HDRNjs.UserIndexDetails; exports.UserListInAdd = _chunkHXU2HDRNjs.UserListInAdd; exports.UserMultiSelect = _chunkHXU2HDRNjs.UserMultiSelect; exports.UserReactivator = _chunkHXU2HDRNjs.UserReactivator; exports.UserResentInvitationEmail = _chunkHXU2HDRNjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkHXU2HDRNjs.UserRoleAdd; exports.UserRolesList = _chunkHXU2HDRNjs.UserRolesList; exports.UserSearchPopover = _chunkHXU2HDRNjs.UserSearchPopover; exports.UserSelector = _chunkHXU2HDRNjs.UserSelector; exports.UserStanadaloneDetails = _chunkHXU2HDRNjs.UserStanadaloneDetails; exports.UsersList = _chunkHXU2HDRNjs.UsersList; exports.UsersListByContentIds = _chunkHXU2HDRNjs.UsersListByContentIds; exports.UsersListContainer = _chunkHXU2HDRNjs.UsersListContainer; exports.WaitlistConfirmation = _chunkHXU2HDRNjs.WaitlistConfirmation; exports.WaitlistForm = _chunkHXU2HDRNjs.WaitlistForm; exports.WaitlistHeroSection = _chunkHXU2HDRNjs.WaitlistHeroSection; exports.WaitlistList = _chunkHXU2HDRNjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkHXU2HDRNjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkHXU2HDRNjs.WaitlistSuccessState; exports.badgeVariants = _chunkHXU2HDRNjs.badgeVariants; exports.buttonVariants = _chunkHXU2HDRNjs.buttonVariants; exports.cellComponent = _chunkHXU2HDRNjs.cellComponent; exports.cellDate = _chunkHXU2HDRNjs.cellDate; exports.cellDateTime = _chunkHXU2HDRNjs.cellDateTime; exports.cellId = _chunkHXU2HDRNjs.cellId; exports.cellLink = _chunkHXU2HDRNjs.cellLink; exports.cellUrl = _chunkHXU2HDRNjs.cellUrl; exports.createMentionInlineContentSpec = _chunkHXU2HDRNjs.createMentionInlineContentSpec; exports.errorToast = _chunkHXU2HDRNjs.errorToast; exports.generateNotificationData = _chunkHXU2HDRNjs.generateNotificationData; exports.getIcon = _chunkS2PTWBN6js.getIcon; exports.getIconByModule = _chunkS2PTWBN6js.getIconByModule; exports.getIconByModuleName = _chunkS2PTWBN6js.getIconByModuleName; exports.getInitials = _chunkS2PTWBN6js.getInitials; exports.mentionDataAttrs = _chunkHXU2HDRNjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkHXU2HDRNjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkHXU2HDRNjs.parseFiscalData; exports.parseMentionElement = _chunkHXU2HDRNjs.parseMentionElement; exports.spinnerVariants = _chunkHXU2HDRNjs.spinnerVariants; exports.tabsListVariants = _chunkHXU2HDRNjs.tabsListVariants; exports.toggleVariants = _chunkHXU2HDRNjs.toggleVariants; exports.triggerAssociationToast = _chunkHXU2HDRNjs.triggerAssociationToast; exports.useCarousel = _chunkHXU2HDRNjs.useCarousel; exports.useComboboxAnchor = _chunkHXU2HDRNjs.useComboboxAnchor; exports.useDebounce = _chunkHXU2HDRNjs.useDebounce2; exports.useEditorDialog = _chunkHXU2HDRNjs.useEditorDialog; exports.useFileUpload = _chunkHXU2HDRNjs.useFileUpload; exports.useMentionInsert = _chunkHXU2HDRNjs.useMentionInsert; exports.useSidebar = _chunkHXU2HDRNjs.useSidebar;
|
|
953
955
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,0q2BAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
|
|
@@ -99,6 +99,7 @@ import {
|
|
|
99
99
|
CommandList,
|
|
100
100
|
CommandSeparator,
|
|
101
101
|
CommandShortcut,
|
|
102
|
+
CommonAddTrigger,
|
|
102
103
|
CommonAssociationCommandDialog,
|
|
103
104
|
CommonAssociationTrigger,
|
|
104
105
|
CommonDeleter,
|
|
@@ -462,14 +463,14 @@ import {
|
|
|
462
463
|
useFileUpload,
|
|
463
464
|
useMentionInsert,
|
|
464
465
|
useSidebar
|
|
465
|
-
} from "../chunk-
|
|
466
|
-
import "../chunk-
|
|
466
|
+
} from "../chunk-SVEPL5J2.mjs";
|
|
467
|
+
import "../chunk-WEPQD5MP.mjs";
|
|
467
468
|
import {
|
|
468
469
|
getIcon,
|
|
469
470
|
getIconByModule,
|
|
470
471
|
getIconByModuleName,
|
|
471
472
|
getInitials
|
|
472
|
-
} from "../chunk-
|
|
473
|
+
} from "../chunk-M7XAKLSP.mjs";
|
|
473
474
|
import "../chunk-AUXK7QSA.mjs";
|
|
474
475
|
import "../chunk-C7C7VY4F.mjs";
|
|
475
476
|
import "../chunk-KK7PYKVI.mjs";
|
|
@@ -578,6 +579,7 @@ export {
|
|
|
578
579
|
CommandList,
|
|
579
580
|
CommandSeparator,
|
|
580
581
|
CommandShortcut,
|
|
582
|
+
CommonAddTrigger,
|
|
581
583
|
CommonAssociationCommandDialog,
|
|
582
584
|
CommonAssociationTrigger,
|
|
583
585
|
CommonDeleter,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.mjs';
|
|
4
|
-
import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-
|
|
4
|
+
import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-B3kNUTZs.mjs';
|
|
5
5
|
import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
6
6
|
export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
7
7
|
import { M as ModuleWithPermissions, A as Action } from '../types-CQSjy7et.mjs';
|
|
8
|
-
import { a as HowToInterface, d as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-
|
|
8
|
+
import { a as HowToInterface, d as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-Ca0G0vZw.mjs';
|
|
9
9
|
import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.mjs';
|
|
10
10
|
import { a as AssistantInterface } from '../AssistantInterface-B56qznuH.mjs';
|
|
11
|
-
import { u as useSocket } from '../useSocket-
|
|
11
|
+
import { u as useSocket } from '../useSocket-BSjn1Rlb.mjs';
|
|
12
12
|
import * as jotai from 'jotai';
|
|
13
13
|
import * as jotai_utils from 'jotai/utils';
|
|
14
14
|
import '../feature.interface-CXb1-vNq.mjs';
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-BcZeXy5X.js';
|
|
4
|
-
import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-
|
|
4
|
+
import { c as CompanyInterface, N as NotificationInterface, e as RoleInterface, U as UserInterface } from '../notification.interface-LKFmZndR.js';
|
|
5
5
|
import { O as OnboardingProviderProps, a as OnboardingContextValue } from '../onboarding.interface-Djyl9qYu.js';
|
|
6
6
|
export { D as DEFAULT_ONBOARDING_LABELS, g as OnboardingCardRenderProps, f as OnboardingLabels, c as OnboardingStepConfig, b as OnboardingStepSide, d as OnboardingTourConfig, e as OnboardingTourPaths } from '../onboarding.interface-Djyl9qYu.js';
|
|
7
7
|
import { M as ModuleWithPermissions, A as Action } from '../types-DHOxe8rc.js';
|
|
8
|
-
import { a as HowToInterface, d as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-
|
|
8
|
+
import { a as HowToInterface, d as AssistantMessageInterface, B as BreadcrumbItemData } from '../AssistantMessageInterface-DEZ5AnVl.js';
|
|
9
9
|
import { R as RbacMatrix, A as ActionType, P as PermissionValue } from '../RbacTypes-BTbr27Ew.js';
|
|
10
10
|
import { a as AssistantInterface } from '../AssistantInterface-CHiJIYDY.js';
|
|
11
|
-
import { u as useSocket } from '../useSocket-
|
|
11
|
+
import { u as useSocket } from '../useSocket-BsbaGPqE.js';
|
|
12
12
|
import * as jotai from 'jotai';
|
|
13
13
|
import * as jotai_utils from 'jotai/utils';
|
|
14
14
|
import '../feature.interface-BO25VLlx.js';
|
package/dist/contexts/index.js
CHANGED
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
35
|
-
require('../chunk-
|
|
36
|
-
require('../chunk-
|
|
34
|
+
var _chunkHXU2HDRNjs = require('../chunk-HXU2HDRN.js');
|
|
35
|
+
require('../chunk-6KLR3WJQ.js');
|
|
36
|
+
require('../chunk-S2PTWBN6.js');
|
|
37
37
|
require('../chunk-LXKSUWAV.js');
|
|
38
38
|
require('../chunk-IBS6NI7D.js');
|
|
39
39
|
require('../chunk-J5LROFGL.js');
|
|
@@ -71,5 +71,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
74
|
-
exports.AssistantProvider =
|
|
74
|
+
exports.AssistantProvider = _chunkHXU2HDRNjs.AssistantProvider; exports.CommonProvider = _chunkHXU2HDRNjs.CommonProvider; exports.CompanyProvider = _chunkHXU2HDRNjs.CompanyProvider; exports.CurrentUserProvider = _chunkHXU2HDRNjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkHXU2HDRNjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkHXU2HDRNjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkHXU2HDRNjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkHXU2HDRNjs.HowToProvider; exports.NotificationContextProvider = _chunkHXU2HDRNjs.NotificationContextProvider; exports.OnboardingProvider = _chunkHXU2HDRNjs.OnboardingProvider; exports.RbacProvider = _chunkHXU2HDRNjs.RbacProvider; exports.RoleProvider = _chunkHXU2HDRNjs.RoleProvider; exports.SharedProvider = _chunkHXU2HDRNjs.SharedProvider; exports.SocketContext = _chunkHXU2HDRNjs.SocketContext; exports.SocketProvider = _chunkHXU2HDRNjs.SocketProvider; exports.UserProvider = _chunkHXU2HDRNjs.UserProvider; exports.recentPagesAtom = _chunkHXU2HDRNjs.recentPagesAtom; exports.useAssistantContext = _chunkHXU2HDRNjs.useAssistantContext; exports.useCommonContext = _chunkHXU2HDRNjs.useCommonContext; exports.useCompanyContext = _chunkHXU2HDRNjs.useCompanyContext; exports.useCurrentUserContext = _chunkHXU2HDRNjs.useCurrentUserContext; exports.useHeaderChildren = _chunkHXU2HDRNjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkHXU2HDRNjs.useHeaderLeftContent; exports.useHowToContext = _chunkHXU2HDRNjs.useHowToContext; exports.useNotificationContext = _chunkHXU2HDRNjs.useNotificationContext; exports.useOnboarding = _chunkHXU2HDRNjs.useOnboarding; exports.useRbacContext = _chunkHXU2HDRNjs.useRbacContext; exports.useRoleContext = _chunkHXU2HDRNjs.useRoleContext; exports.useSharedContext = _chunkHXU2HDRNjs.useSharedContext; exports.useSocketContext = _chunkHXU2HDRNjs.useSocketContext; exports.useUserContext = _chunkHXU2HDRNjs.useUserContext;
|
|
75
75
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -31,9 +31,9 @@ import {
|
|
|
31
31
|
useSharedContext,
|
|
32
32
|
useSocketContext,
|
|
33
33
|
useUserContext
|
|
34
|
-
} from "../chunk-
|
|
35
|
-
import "../chunk-
|
|
36
|
-
import "../chunk-
|
|
34
|
+
} from "../chunk-SVEPL5J2.mjs";
|
|
35
|
+
import "../chunk-WEPQD5MP.mjs";
|
|
36
|
+
import "../chunk-M7XAKLSP.mjs";
|
|
37
37
|
import "../chunk-AUXK7QSA.mjs";
|
|
38
38
|
import "../chunk-C7C7VY4F.mjs";
|
|
39
39
|
import "../chunk-KK7PYKVI.mjs";
|