@carlonicora/nextjs-jsonapi 1.44.2 → 1.45.1
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/README.md +2 -2
- package/dist/{BlockNoteEditor-2ZP2BEZC.mjs → BlockNoteEditor-IAA6SRJD.mjs} +4 -4
- package/dist/{BlockNoteEditor-C7CVGQDG.js → BlockNoteEditor-JYQVZHSR.js} +14 -14
- package/dist/{BlockNoteEditor-C7CVGQDG.js.map → BlockNoteEditor-JYQVZHSR.js.map} +1 -1
- package/dist/{auth.interface-BJGKQ0zr.d.ts → auth.interface-DgpoGNZN.d.ts} +1 -0
- package/dist/{auth.interface-8XglqHir.d.mts → auth.interface-quk7psiq.d.mts} +1 -0
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-LBIC4GJK.mjs → chunk-4HMQNMP6.mjs} +28 -2
- package/dist/chunk-4HMQNMP6.mjs.map +1 -0
- package/dist/{chunk-L5F5ZN5F.js → chunk-AHXRHXZ2.js} +84 -2
- package/dist/chunk-AHXRHXZ2.js.map +1 -0
- package/dist/{chunk-CLXIZJVH.mjs → chunk-EA3EPEDL.mjs} +839 -450
- package/dist/chunk-EA3EPEDL.mjs.map +1 -0
- package/dist/{chunk-OODZEX6P.js → chunk-GP3MDKGE.js} +28 -2
- package/dist/chunk-GP3MDKGE.js.map +1 -0
- package/dist/{chunk-24E7WD4J.js → chunk-XRBK4J6U.js} +954 -565
- package/dist/chunk-XRBK4J6U.js.map +1 -0
- package/dist/{chunk-PHNL4QUF.mjs → chunk-ZMGUP2AI.mjs} +84 -2
- package/dist/chunk-ZMGUP2AI.mjs.map +1 -0
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +160 -3
- package/dist/components/index.d.ts +160 -3
- package/dist/components/index.js +10 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +9 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +42 -5
- package/dist/core/index.d.ts +42 -5
- package/dist/core/index.js +10 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +9 -1
- package/dist/index.d.mts +66 -5
- package/dist/index.d.ts +66 -5
- package/dist/index.js +17 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/{s3.service-DOwqcUDT.d.ts → s3.service--8IFzWsB.d.ts} +1 -1
- package/dist/{s3.service-D0rbmLFp.d.mts → s3.service-GQa6F4Ks.d.mts} +1 -1
- package/dist/server/index.d.mts +2 -2
- package/dist/server/index.d.ts +2 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +3 -3
- package/scripts/generate-web-module/types/template-data.interface.ts +1 -1
- package/src/components/index.ts +1 -0
- package/src/core/index.ts +3 -0
- package/src/core/registry/ModuleRegistry.ts +3 -0
- package/src/features/auth/components/buttons/GoogleSignInButton.tsx +13 -2
- package/src/features/auth/components/forms/Login.tsx +24 -2
- package/src/features/auth/components/forms/Logout.tsx +9 -1
- package/src/features/auth/components/forms/Register.tsx +45 -5
- package/src/features/auth/components/forms/__tests__/Logout.spec.tsx +118 -0
- package/src/features/auth/config.ts +1 -1
- package/src/features/auth/data/auth.interface.ts +1 -0
- package/src/features/auth/data/auth.ts +1 -0
- package/src/features/auth/utils/__tests__/clearClientStorage.spec.ts +81 -0
- package/src/features/auth/utils/clearClientStorage.ts +11 -0
- package/src/features/auth/utils/index.ts +1 -0
- package/src/features/index.ts +1 -0
- package/src/features/referral/__tests__/config.spec.ts +105 -0
- package/src/features/referral/__tests__/referral-cookie.spec.ts +188 -0
- package/src/features/referral/components/ReferralCodeCapture.tsx +51 -0
- package/src/features/referral/components/ReferralDialog.tsx +94 -0
- package/src/features/referral/components/ReferralWidget.tsx +334 -0
- package/src/features/referral/components/index.ts +3 -0
- package/src/features/referral/config.ts +89 -0
- package/src/features/referral/data/ReferralService.ts +38 -0
- package/src/features/referral/data/ReferralStats.ts +31 -0
- package/src/features/referral/data/index.ts +2 -0
- package/src/features/referral/hooks/index.ts +2 -0
- package/src/features/referral/hooks/useReferralInvite.ts +32 -0
- package/src/features/referral/hooks/useReferralStats.ts +26 -0
- package/src/features/referral/index.ts +21 -0
- package/src/features/referral/interfaces/index.ts +1 -0
- package/src/features/referral/interfaces/referral.interface.ts +5 -0
- package/src/features/referral/referral-stats.module.ts +9 -0
- package/src/features/referral/referral.module.ts +9 -0
- package/src/features/referral/utils/index.ts +1 -0
- package/src/features/referral/utils/referral-cookie.ts +35 -0
- package/src/index.ts +4 -0
- package/dist/chunk-24E7WD4J.js.map +0 -1
- package/dist/chunk-CLXIZJVH.mjs.map +0 -1
- package/dist/chunk-L5F5ZN5F.js.map +0 -1
- package/dist/chunk-LBIC4GJK.mjs.map +0 -1
- package/dist/chunk-OODZEX6P.js.map +0 -1
- package/dist/chunk-PHNL4QUF.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-2ZP2BEZC.mjs.map → BlockNoteEditor-IAA6SRJD.mjs.map} +0 -0
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkXRBK4J6Ujs = require('../chunk-XRBK4J6U.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -40,7 +40,7 @@ var _chunk24E7WD4Jjs = require('../chunk-24E7WD4J.js');
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
var
|
|
43
|
+
var _chunkGP3MDKGEjs = require('../chunk-GP3MDKGE.js');
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
|
|
@@ -51,7 +51,7 @@ var _chunkOODZEX6Pjs = require('../chunk-OODZEX6P.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkAHXRHXZ2js = require('../chunk-AHXRHXZ2.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
exports.ClientJsonApiDelete =
|
|
120
|
+
exports.ClientJsonApiDelete = _chunkAHXRHXZ2js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkAHXRHXZ2js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkAHXRHXZ2js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkAHXRHXZ2js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkAHXRHXZ2js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkXRBK4J6Ujs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkXRBK4J6Ujs.TableGeneratorRegistry; exports.configureClientConfig = _chunkGP3MDKGEjs.configureClientConfig; exports.configureClientJsonApi = _chunkAHXRHXZ2js.configureClientJsonApi; exports.configureI18n = _chunkGP3MDKGEjs.configureI18n; exports.configureJsonApi = _chunkGP3MDKGEjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkGP3MDKGEjs.getApiUrl; exports.getAppUrl = _chunkGP3MDKGEjs.getAppUrl; exports.getClientApiUrl = _chunkAHXRHXZ2js.getClientApiUrl; exports.getClientAppUrl = _chunkAHXRHXZ2js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkAHXRHXZ2js.getClientTrackablePages; exports.getI18nLink = _chunkGP3MDKGEjs.getI18nLink; exports.getStripePublishableKey = _chunkGP3MDKGEjs.getStripePublishableKey; exports.getTrackablePages = _chunkGP3MDKGEjs.getTrackablePages; exports.registerTableGenerator = _chunkXRBK4J6Ujs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkXRBK4J6Ujs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkXRBK4J6Ujs.useContentTableStructure; exports.useCustomD3Graph = _chunkXRBK4J6Ujs.useCustomD3Graph; exports.useDataListRetriever = _chunkXRBK4J6Ujs.useDataListRetriever; exports.useDebounce = _chunkXRBK4J6Ujs.useDebounce; exports.useI18nDateFnsLocale = _chunkGP3MDKGEjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkGP3MDKGEjs.useI18nLocale; exports.useI18nRouter = _chunkGP3MDKGEjs.useI18nRouter; exports.useI18nTranslations = _chunkGP3MDKGEjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkXRBK4J6Ujs.useJsonApiGet; exports.useJsonApiMutation = _chunkXRBK4J6Ujs.useJsonApiMutation; exports.useNotificationSync = _chunkXRBK4J6Ujs.useNotificationSync; exports.useOAuthClient = _chunkXRBK4J6Ujs.useOAuthClient; exports.useOAuthClients = _chunkXRBK4J6Ujs.useOAuthClients; exports.useOAuthConsent = _chunkXRBK4J6Ujs.useOAuthConsent; exports.usePageTracker = _chunkXRBK4J6Ujs.usePageTracker; exports.usePageUrlGenerator = _chunkXRBK4J6Ujs.usePageUrlGenerator; exports.useRehydration = _chunkXRBK4J6Ujs.useRehydration; exports.useRehydrationList = _chunkXRBK4J6Ujs.useRehydrationList; exports.useRoleTableStructure = _chunkXRBK4J6Ujs.useRoleTableStructure; exports.useSocket = _chunkXRBK4J6Ujs.useSocket; exports.useSubscriptionStatus = _chunkXRBK4J6Ujs.useSubscriptionStatus; exports.useTableGenerator = _chunkXRBK4J6Ujs.useTableGenerator; exports.useUrlRewriter = _chunkXRBK4J6Ujs.useUrlRewriter; exports.useUserSearch = _chunkXRBK4J6Ujs.useUserSearch; exports.useUserTableStructure = _chunkXRBK4J6Ujs.useUserTableStructure;
|
|
121
121
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
useUrlRewriter,
|
|
26
26
|
useUserSearch,
|
|
27
27
|
useUserTableStructure
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-EA3EPEDL.mjs";
|
|
29
29
|
import {
|
|
30
30
|
configureClientConfig,
|
|
31
31
|
configureI18n,
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
useI18nLocale,
|
|
40
40
|
useI18nRouter,
|
|
41
41
|
useI18nTranslations
|
|
42
|
-
} from "../chunk-
|
|
42
|
+
} from "../chunk-4HMQNMP6.mjs";
|
|
43
43
|
import {
|
|
44
44
|
ClientJsonApiDelete,
|
|
45
45
|
ClientJsonApiGet,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
getClientApiUrl,
|
|
51
51
|
getClientAppUrl,
|
|
52
52
|
getClientTrackablePages
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-ZMGUP2AI.mjs";
|
|
54
54
|
import {
|
|
55
55
|
getClientToken
|
|
56
56
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -16,7 +16,7 @@ import { ColumnDef } from '@tanstack/react-table';
|
|
|
16
16
|
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-D_L2S4g9.mjs';
|
|
17
17
|
export { a as getIcon, g as getIconByModule, b as getIconByModuleName } from '../AuthComponent-D_L2S4g9.mjs';
|
|
18
18
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
19
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
19
|
+
import { b as AuthInterface } from '../auth.interface-quk7psiq.mjs';
|
|
20
20
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
21
21
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
22
22
|
import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.mjs';
|
|
@@ -599,7 +599,10 @@ declare function ForgotPassword(): react_jsx_runtime.JSX.Element;
|
|
|
599
599
|
|
|
600
600
|
declare function Login(): react_jsx_runtime.JSX.Element;
|
|
601
601
|
|
|
602
|
-
|
|
602
|
+
interface LogoutProps {
|
|
603
|
+
storageKeys?: string[];
|
|
604
|
+
}
|
|
605
|
+
declare function Logout({ storageKeys }: LogoutProps): react_jsx_runtime.JSX.Element;
|
|
603
606
|
|
|
604
607
|
declare function RefreshUser(): null;
|
|
605
608
|
|
|
@@ -789,6 +792,160 @@ declare function PushNotificationProvider({ children }: {
|
|
|
789
792
|
|
|
790
793
|
declare function OnboardingCard({ step, currentIndex, totalSteps, labels, onNext, onPrevious, onClose, isFirst, isLast, }: OnboardingCardRenderProps): react_jsx_runtime.JSX.Element;
|
|
791
794
|
|
|
795
|
+
/**
|
|
796
|
+
* ReferralCodeCapture captures referral codes from URL parameters.
|
|
797
|
+
*
|
|
798
|
+
* Behavior:
|
|
799
|
+
* - Checks if referral feature is enabled before processing
|
|
800
|
+
* - Reads the configured query param (default "ref") from the URL
|
|
801
|
+
* - Checks if a referral cookie already exists
|
|
802
|
+
* - If ref param is present AND no existing cookie, sets the cookie (first referrer wins)
|
|
803
|
+
* - Renders nothing (null) - component only captures the code
|
|
804
|
+
*/
|
|
805
|
+
declare function ReferralCodeCapture(): null;
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* Translation strings for the ReferralWidget component.
|
|
809
|
+
* All strings are optional and have defaults.
|
|
810
|
+
*/
|
|
811
|
+
interface ReferralWidgetTranslations {
|
|
812
|
+
/** Widget title */
|
|
813
|
+
title?: string;
|
|
814
|
+
/** Widget description */
|
|
815
|
+
description?: string;
|
|
816
|
+
/** Label for the referral link field */
|
|
817
|
+
yourLink?: string;
|
|
818
|
+
/** Copy button label (for screen readers) */
|
|
819
|
+
copyButton?: string;
|
|
820
|
+
/** Toast message when link is copied */
|
|
821
|
+
copiedMessage?: string;
|
|
822
|
+
/** Stats section label */
|
|
823
|
+
statsLabel?: string;
|
|
824
|
+
/** Completed referrals label */
|
|
825
|
+
completedLabel?: string;
|
|
826
|
+
/** Tokens earned label */
|
|
827
|
+
tokensLabel?: string;
|
|
828
|
+
/** Email invite section title */
|
|
829
|
+
inviteTitle?: string;
|
|
830
|
+
/** Email invite description */
|
|
831
|
+
inviteDescription?: string;
|
|
832
|
+
/** Email input placeholder */
|
|
833
|
+
emailPlaceholder?: string;
|
|
834
|
+
/** Send button label */
|
|
835
|
+
sendButton?: string;
|
|
836
|
+
/** Sending button label (while in progress) */
|
|
837
|
+
sendingButton?: string;
|
|
838
|
+
/** Toast message when invite is sent */
|
|
839
|
+
inviteSent?: string;
|
|
840
|
+
/** Error message when invite fails */
|
|
841
|
+
inviteError?: string;
|
|
842
|
+
/** Error message when copy fails */
|
|
843
|
+
copyError?: string;
|
|
844
|
+
/** Error message for invalid email */
|
|
845
|
+
invalidEmail?: string;
|
|
846
|
+
}
|
|
847
|
+
/**
|
|
848
|
+
* Props for the ReferralWidget component.
|
|
849
|
+
*/
|
|
850
|
+
interface ReferralWidgetProps {
|
|
851
|
+
/** Custom translations to override defaults */
|
|
852
|
+
translations?: ReferralWidgetTranslations;
|
|
853
|
+
/** Additional CSS class names */
|
|
854
|
+
className?: string;
|
|
855
|
+
/** Whether to render in dialog mode (no Card wrapper, no header) */
|
|
856
|
+
isDialog?: boolean;
|
|
857
|
+
/** Callback when the referral link is copied */
|
|
858
|
+
onLinkCopied?: () => void;
|
|
859
|
+
/** Callback when an invite is successfully sent */
|
|
860
|
+
onInviteSent?: (email: string) => void;
|
|
861
|
+
/** Callback when an invite fails to send */
|
|
862
|
+
onInviteError?: (error: Error) => void;
|
|
863
|
+
}
|
|
864
|
+
/**
|
|
865
|
+
* ReferralWidget displays referral information and allows users to share their referral link.
|
|
866
|
+
*
|
|
867
|
+
* Features:
|
|
868
|
+
* - Shows user's unique referral link
|
|
869
|
+
* - Copy-to-clipboard functionality
|
|
870
|
+
* - Email invite form
|
|
871
|
+
* - Referral stats display
|
|
872
|
+
* - Feature flag awareness (renders null when disabled)
|
|
873
|
+
* - Customizable translations
|
|
874
|
+
* - Optional callback props for events
|
|
875
|
+
*
|
|
876
|
+
* @example
|
|
877
|
+
* ```tsx
|
|
878
|
+
* import { ReferralWidget } from "@carlonicora/nextjs-jsonapi/components";
|
|
879
|
+
*
|
|
880
|
+
* // Basic usage with defaults
|
|
881
|
+
* <ReferralWidget />
|
|
882
|
+
*
|
|
883
|
+
* // With custom translations
|
|
884
|
+
* <ReferralWidget
|
|
885
|
+
* translations={{
|
|
886
|
+
* title: t("referral.title"),
|
|
887
|
+
* description: t("referral.description"),
|
|
888
|
+
* }}
|
|
889
|
+
* onLinkCopied={() => analytics.track("referral_link_copied")}
|
|
890
|
+
* />
|
|
891
|
+
* ```
|
|
892
|
+
*/
|
|
893
|
+
declare function ReferralWidget({ translations, className, isDialog, onLinkCopied, onInviteSent, onInviteError, }: ReferralWidgetProps): react_jsx_runtime.JSX.Element | null;
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* Translation strings for the ReferralDialog component.
|
|
897
|
+
* Extends ReferralWidgetTranslations with dialog-specific strings.
|
|
898
|
+
*/
|
|
899
|
+
interface ReferralDialogTranslations extends ReferralWidgetTranslations {
|
|
900
|
+
/** Dialog title */
|
|
901
|
+
dialogTitle?: string;
|
|
902
|
+
/** Dialog description */
|
|
903
|
+
dialogDescription?: string;
|
|
904
|
+
}
|
|
905
|
+
/**
|
|
906
|
+
* Props for the ReferralDialog component.
|
|
907
|
+
*/
|
|
908
|
+
interface ReferralDialogProps extends Omit<ReferralWidgetProps, "isDialog" | "translations"> {
|
|
909
|
+
/** Whether the dialog is open */
|
|
910
|
+
open: boolean;
|
|
911
|
+
/** Callback when the dialog open state changes */
|
|
912
|
+
onOpenChange: (open: boolean) => void;
|
|
913
|
+
/** Custom translations to override defaults */
|
|
914
|
+
translations?: ReferralDialogTranslations;
|
|
915
|
+
/** Additional CSS class name for the dialog content */
|
|
916
|
+
dialogClassName?: string;
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* ReferralDialog displays the ReferralWidget in a modal dialog.
|
|
920
|
+
*
|
|
921
|
+
* Features:
|
|
922
|
+
* - Feature flag awareness (renders null when disabled)
|
|
923
|
+
* - Uses shadcn Dialog components
|
|
924
|
+
* - Passes through all ReferralWidget props
|
|
925
|
+
* - Customizable translations including dialog-specific text
|
|
926
|
+
*
|
|
927
|
+
* @example
|
|
928
|
+
* ```tsx
|
|
929
|
+
* import { ReferralDialog } from "@carlonicora/nextjs-jsonapi/components";
|
|
930
|
+
*
|
|
931
|
+
* // Basic usage
|
|
932
|
+
* const [open, setOpen] = useState(false);
|
|
933
|
+
* <ReferralDialog open={open} onOpenChange={setOpen} />
|
|
934
|
+
*
|
|
935
|
+
* // With custom translations
|
|
936
|
+
* <ReferralDialog
|
|
937
|
+
* open={open}
|
|
938
|
+
* onOpenChange={setOpen}
|
|
939
|
+
* translations={{
|
|
940
|
+
* dialogTitle: t("referral.title"),
|
|
941
|
+
* dialogDescription: t("referral.description"),
|
|
942
|
+
* yourLink: t("referral.yourLink"),
|
|
943
|
+
* }}
|
|
944
|
+
* />
|
|
945
|
+
* ```
|
|
946
|
+
*/
|
|
947
|
+
declare function ReferralDialog({ open, onOpenChange, translations, dialogClassName, ...widgetProps }: ReferralDialogProps): react_jsx_runtime.JSX.Element | null;
|
|
948
|
+
|
|
792
949
|
declare function RoleContainer(): react_jsx_runtime.JSX.Element | null;
|
|
793
950
|
|
|
794
951
|
declare function RoleDetails(): react_jsx_runtime.JSX.Element | null;
|
|
@@ -1765,4 +1922,4 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
1765
1922
|
}
|
|
1766
1923
|
declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1767
1924
|
|
|
1768
|
-
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, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, 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, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, 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, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, 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, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, 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, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useFileUpload, useSidebar };
|
|
1925
|
+
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, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, 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, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, 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, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, 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, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, 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, 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, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useFileUpload, useSidebar };
|
|
@@ -16,7 +16,7 @@ import { ColumnDef } from '@tanstack/react-table';
|
|
|
16
16
|
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-CU0B9hdO.js';
|
|
17
17
|
export { a as getIcon, g as getIconByModule, b as getIconByModuleName } from '../AuthComponent-CU0B9hdO.js';
|
|
18
18
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
19
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
19
|
+
import { b as AuthInterface } from '../auth.interface-DgpoGNZN.js';
|
|
20
20
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
|
|
21
21
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-vL7za9Bz.js';
|
|
22
22
|
import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.js';
|
|
@@ -599,7 +599,10 @@ declare function ForgotPassword(): react_jsx_runtime.JSX.Element;
|
|
|
599
599
|
|
|
600
600
|
declare function Login(): react_jsx_runtime.JSX.Element;
|
|
601
601
|
|
|
602
|
-
|
|
602
|
+
interface LogoutProps {
|
|
603
|
+
storageKeys?: string[];
|
|
604
|
+
}
|
|
605
|
+
declare function Logout({ storageKeys }: LogoutProps): react_jsx_runtime.JSX.Element;
|
|
603
606
|
|
|
604
607
|
declare function RefreshUser(): null;
|
|
605
608
|
|
|
@@ -789,6 +792,160 @@ declare function PushNotificationProvider({ children }: {
|
|
|
789
792
|
|
|
790
793
|
declare function OnboardingCard({ step, currentIndex, totalSteps, labels, onNext, onPrevious, onClose, isFirst, isLast, }: OnboardingCardRenderProps): react_jsx_runtime.JSX.Element;
|
|
791
794
|
|
|
795
|
+
/**
|
|
796
|
+
* ReferralCodeCapture captures referral codes from URL parameters.
|
|
797
|
+
*
|
|
798
|
+
* Behavior:
|
|
799
|
+
* - Checks if referral feature is enabled before processing
|
|
800
|
+
* - Reads the configured query param (default "ref") from the URL
|
|
801
|
+
* - Checks if a referral cookie already exists
|
|
802
|
+
* - If ref param is present AND no existing cookie, sets the cookie (first referrer wins)
|
|
803
|
+
* - Renders nothing (null) - component only captures the code
|
|
804
|
+
*/
|
|
805
|
+
declare function ReferralCodeCapture(): null;
|
|
806
|
+
|
|
807
|
+
/**
|
|
808
|
+
* Translation strings for the ReferralWidget component.
|
|
809
|
+
* All strings are optional and have defaults.
|
|
810
|
+
*/
|
|
811
|
+
interface ReferralWidgetTranslations {
|
|
812
|
+
/** Widget title */
|
|
813
|
+
title?: string;
|
|
814
|
+
/** Widget description */
|
|
815
|
+
description?: string;
|
|
816
|
+
/** Label for the referral link field */
|
|
817
|
+
yourLink?: string;
|
|
818
|
+
/** Copy button label (for screen readers) */
|
|
819
|
+
copyButton?: string;
|
|
820
|
+
/** Toast message when link is copied */
|
|
821
|
+
copiedMessage?: string;
|
|
822
|
+
/** Stats section label */
|
|
823
|
+
statsLabel?: string;
|
|
824
|
+
/** Completed referrals label */
|
|
825
|
+
completedLabel?: string;
|
|
826
|
+
/** Tokens earned label */
|
|
827
|
+
tokensLabel?: string;
|
|
828
|
+
/** Email invite section title */
|
|
829
|
+
inviteTitle?: string;
|
|
830
|
+
/** Email invite description */
|
|
831
|
+
inviteDescription?: string;
|
|
832
|
+
/** Email input placeholder */
|
|
833
|
+
emailPlaceholder?: string;
|
|
834
|
+
/** Send button label */
|
|
835
|
+
sendButton?: string;
|
|
836
|
+
/** Sending button label (while in progress) */
|
|
837
|
+
sendingButton?: string;
|
|
838
|
+
/** Toast message when invite is sent */
|
|
839
|
+
inviteSent?: string;
|
|
840
|
+
/** Error message when invite fails */
|
|
841
|
+
inviteError?: string;
|
|
842
|
+
/** Error message when copy fails */
|
|
843
|
+
copyError?: string;
|
|
844
|
+
/** Error message for invalid email */
|
|
845
|
+
invalidEmail?: string;
|
|
846
|
+
}
|
|
847
|
+
/**
|
|
848
|
+
* Props for the ReferralWidget component.
|
|
849
|
+
*/
|
|
850
|
+
interface ReferralWidgetProps {
|
|
851
|
+
/** Custom translations to override defaults */
|
|
852
|
+
translations?: ReferralWidgetTranslations;
|
|
853
|
+
/** Additional CSS class names */
|
|
854
|
+
className?: string;
|
|
855
|
+
/** Whether to render in dialog mode (no Card wrapper, no header) */
|
|
856
|
+
isDialog?: boolean;
|
|
857
|
+
/** Callback when the referral link is copied */
|
|
858
|
+
onLinkCopied?: () => void;
|
|
859
|
+
/** Callback when an invite is successfully sent */
|
|
860
|
+
onInviteSent?: (email: string) => void;
|
|
861
|
+
/** Callback when an invite fails to send */
|
|
862
|
+
onInviteError?: (error: Error) => void;
|
|
863
|
+
}
|
|
864
|
+
/**
|
|
865
|
+
* ReferralWidget displays referral information and allows users to share their referral link.
|
|
866
|
+
*
|
|
867
|
+
* Features:
|
|
868
|
+
* - Shows user's unique referral link
|
|
869
|
+
* - Copy-to-clipboard functionality
|
|
870
|
+
* - Email invite form
|
|
871
|
+
* - Referral stats display
|
|
872
|
+
* - Feature flag awareness (renders null when disabled)
|
|
873
|
+
* - Customizable translations
|
|
874
|
+
* - Optional callback props for events
|
|
875
|
+
*
|
|
876
|
+
* @example
|
|
877
|
+
* ```tsx
|
|
878
|
+
* import { ReferralWidget } from "@carlonicora/nextjs-jsonapi/components";
|
|
879
|
+
*
|
|
880
|
+
* // Basic usage with defaults
|
|
881
|
+
* <ReferralWidget />
|
|
882
|
+
*
|
|
883
|
+
* // With custom translations
|
|
884
|
+
* <ReferralWidget
|
|
885
|
+
* translations={{
|
|
886
|
+
* title: t("referral.title"),
|
|
887
|
+
* description: t("referral.description"),
|
|
888
|
+
* }}
|
|
889
|
+
* onLinkCopied={() => analytics.track("referral_link_copied")}
|
|
890
|
+
* />
|
|
891
|
+
* ```
|
|
892
|
+
*/
|
|
893
|
+
declare function ReferralWidget({ translations, className, isDialog, onLinkCopied, onInviteSent, onInviteError, }: ReferralWidgetProps): react_jsx_runtime.JSX.Element | null;
|
|
894
|
+
|
|
895
|
+
/**
|
|
896
|
+
* Translation strings for the ReferralDialog component.
|
|
897
|
+
* Extends ReferralWidgetTranslations with dialog-specific strings.
|
|
898
|
+
*/
|
|
899
|
+
interface ReferralDialogTranslations extends ReferralWidgetTranslations {
|
|
900
|
+
/** Dialog title */
|
|
901
|
+
dialogTitle?: string;
|
|
902
|
+
/** Dialog description */
|
|
903
|
+
dialogDescription?: string;
|
|
904
|
+
}
|
|
905
|
+
/**
|
|
906
|
+
* Props for the ReferralDialog component.
|
|
907
|
+
*/
|
|
908
|
+
interface ReferralDialogProps extends Omit<ReferralWidgetProps, "isDialog" | "translations"> {
|
|
909
|
+
/** Whether the dialog is open */
|
|
910
|
+
open: boolean;
|
|
911
|
+
/** Callback when the dialog open state changes */
|
|
912
|
+
onOpenChange: (open: boolean) => void;
|
|
913
|
+
/** Custom translations to override defaults */
|
|
914
|
+
translations?: ReferralDialogTranslations;
|
|
915
|
+
/** Additional CSS class name for the dialog content */
|
|
916
|
+
dialogClassName?: string;
|
|
917
|
+
}
|
|
918
|
+
/**
|
|
919
|
+
* ReferralDialog displays the ReferralWidget in a modal dialog.
|
|
920
|
+
*
|
|
921
|
+
* Features:
|
|
922
|
+
* - Feature flag awareness (renders null when disabled)
|
|
923
|
+
* - Uses shadcn Dialog components
|
|
924
|
+
* - Passes through all ReferralWidget props
|
|
925
|
+
* - Customizable translations including dialog-specific text
|
|
926
|
+
*
|
|
927
|
+
* @example
|
|
928
|
+
* ```tsx
|
|
929
|
+
* import { ReferralDialog } from "@carlonicora/nextjs-jsonapi/components";
|
|
930
|
+
*
|
|
931
|
+
* // Basic usage
|
|
932
|
+
* const [open, setOpen] = useState(false);
|
|
933
|
+
* <ReferralDialog open={open} onOpenChange={setOpen} />
|
|
934
|
+
*
|
|
935
|
+
* // With custom translations
|
|
936
|
+
* <ReferralDialog
|
|
937
|
+
* open={open}
|
|
938
|
+
* onOpenChange={setOpen}
|
|
939
|
+
* translations={{
|
|
940
|
+
* dialogTitle: t("referral.title"),
|
|
941
|
+
* dialogDescription: t("referral.description"),
|
|
942
|
+
* yourLink: t("referral.yourLink"),
|
|
943
|
+
* }}
|
|
944
|
+
* />
|
|
945
|
+
* ```
|
|
946
|
+
*/
|
|
947
|
+
declare function ReferralDialog({ open, onOpenChange, translations, dialogClassName, ...widgetProps }: ReferralDialogProps): react_jsx_runtime.JSX.Element | null;
|
|
948
|
+
|
|
792
949
|
declare function RoleContainer(): react_jsx_runtime.JSX.Element | null;
|
|
793
950
|
|
|
794
951
|
declare function RoleDetails(): react_jsx_runtime.JSX.Element | null;
|
|
@@ -1765,4 +1922,4 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
1765
1922
|
}
|
|
1766
1923
|
declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1767
1924
|
|
|
1768
|
-
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, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, 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, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, 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, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, 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, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, 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, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useFileUpload, useSidebar };
|
|
1925
|
+
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, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, 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, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, 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, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, 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, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, 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, 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, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useFileUpload, useSidebar };
|
package/dist/components/index.js
CHANGED
|
@@ -391,13 +391,16 @@
|
|
|
391
391
|
|
|
392
392
|
|
|
393
393
|
|
|
394
|
-
var _chunk24E7WD4Jjs = require('../chunk-24E7WD4J.js');
|
|
395
|
-
require('../chunk-OODZEX6P.js');
|
|
396
394
|
|
|
397
395
|
|
|
398
396
|
|
|
397
|
+
var _chunkXRBK4J6Ujs = require('../chunk-XRBK4J6U.js');
|
|
398
|
+
require('../chunk-GP3MDKGE.js');
|
|
399
399
|
|
|
400
|
-
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
var _chunkAHXRHXZ2js = require('../chunk-AHXRHXZ2.js');
|
|
401
404
|
require('../chunk-LXKSUWAV.js');
|
|
402
405
|
require('../chunk-IBS6NI7D.js');
|
|
403
406
|
require('../chunk-WLS4D6VG.js');
|
|
@@ -805,5 +808,8 @@ require('../chunk-7QVYU63E.js');
|
|
|
805
808
|
|
|
806
809
|
|
|
807
810
|
|
|
808
|
-
exports.AcceptInvitation = _chunk24E7WD4Jjs.AcceptInvitation; exports.Accordion = _chunk24E7WD4Jjs.Accordion; exports.AccordionContent = _chunk24E7WD4Jjs.AccordionContent; exports.AccordionItem = _chunk24E7WD4Jjs.AccordionItem; exports.AccordionTrigger = _chunk24E7WD4Jjs.AccordionTrigger; exports.ActivateAccount = _chunk24E7WD4Jjs.ActivateAccount; exports.AddUserToRole = _chunk24E7WD4Jjs.AddUserToRole; exports.AdminCompanyContainer = _chunk24E7WD4Jjs.AdminCompanyContainer; exports.AdminUsersList = _chunk24E7WD4Jjs.AdminUsersList; exports.Alert = _chunk24E7WD4Jjs.Alert; exports.AlertAction = _chunk24E7WD4Jjs.AlertAction; exports.AlertDescription = _chunk24E7WD4Jjs.AlertDescription; exports.AlertDialog = _chunk24E7WD4Jjs.AlertDialog; exports.AlertDialogAction = _chunk24E7WD4Jjs.AlertDialogAction; exports.AlertDialogCancel = _chunk24E7WD4Jjs.AlertDialogCancel; exports.AlertDialogContent = _chunk24E7WD4Jjs.AlertDialogContent; exports.AlertDialogDescription = _chunk24E7WD4Jjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk24E7WD4Jjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk24E7WD4Jjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk24E7WD4Jjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk24E7WD4Jjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk24E7WD4Jjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk24E7WD4Jjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk24E7WD4Jjs.AlertDialogTrigger; exports.AlertTitle = _chunk24E7WD4Jjs.AlertTitle; exports.AllowedUsersDetails = _chunk24E7WD4Jjs.AllowedUsersDetails; exports.AttributeElement = _chunk24E7WD4Jjs.AttributeElement; exports.AuthContainer = _chunk24E7WD4Jjs.AuthContainer; exports.Avatar = _chunk24E7WD4Jjs.Avatar; exports.AvatarBadge = _chunk24E7WD4Jjs.AvatarBadge; exports.AvatarFallback = _chunk24E7WD4Jjs.AvatarFallback; exports.AvatarGroup = _chunk24E7WD4Jjs.AvatarGroup; exports.AvatarGroupCount = _chunk24E7WD4Jjs.AvatarGroupCount; exports.AvatarImage = _chunk24E7WD4Jjs.AvatarImage; exports.BackupCodesDialog = _chunk24E7WD4Jjs.BackupCodesDialog; exports.Badge = _chunk24E7WD4Jjs.Badge; exports.BlockNoteEditorContainer = _chunk24E7WD4Jjs.BlockNoteEditorContainer; exports.Board = _chunk24E7WD4Jjs.KanbanBoard; exports.Breadcrumb = _chunk24E7WD4Jjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk24E7WD4Jjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk24E7WD4Jjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk24E7WD4Jjs.BreadcrumbLink; exports.BreadcrumbList = _chunk24E7WD4Jjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk24E7WD4Jjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk24E7WD4Jjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk24E7WD4Jjs.BreadcrumbSeparator; exports.Button = _chunk24E7WD4Jjs.Button; exports.Calendar = _chunk24E7WD4Jjs.Calendar; exports.CalendarDayButton = _chunk24E7WD4Jjs.CalendarDayButton; exports.Card = _chunk24E7WD4Jjs.Card; exports.CardAction = _chunk24E7WD4Jjs.CardAction; exports.CardContent = _chunk24E7WD4Jjs.CardContent; exports.CardDescription = _chunk24E7WD4Jjs.CardDescription; exports.CardFooter = _chunk24E7WD4Jjs.CardFooter; exports.CardHeader = _chunk24E7WD4Jjs.CardHeader; exports.CardTitle = _chunk24E7WD4Jjs.CardTitle; exports.Carousel = _chunk24E7WD4Jjs.Carousel; exports.CarouselContent = _chunk24E7WD4Jjs.CarouselContent; exports.CarouselItem = _chunk24E7WD4Jjs.CarouselItem; exports.CarouselNext = _chunk24E7WD4Jjs.CarouselNext; exports.CarouselPrevious = _chunk24E7WD4Jjs.CarouselPrevious; exports.ChartContainer = _chunk24E7WD4Jjs.ChartContainer; exports.ChartLegend = _chunk24E7WD4Jjs.ChartLegend; exports.ChartLegendContent = _chunk24E7WD4Jjs.ChartLegendContent; exports.ChartStyle = _chunk24E7WD4Jjs.ChartStyle; exports.ChartTooltip = _chunk24E7WD4Jjs.ChartTooltip; exports.ChartTooltipContent = _chunk24E7WD4Jjs.ChartTooltipContent; exports.Checkbox = _chunk24E7WD4Jjs.Checkbox; exports.Collapsible = _chunk24E7WD4Jjs.Collapsible; exports.CollapsibleContent = _chunk24E7WD4Jjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk24E7WD4Jjs.CollapsibleTrigger; exports.Column = _chunk24E7WD4Jjs.KanbanColumn; exports.ColumnHandle = _chunk24E7WD4Jjs.KanbanColumnHandle; exports.Command = _chunk24E7WD4Jjs.Command; exports.CommandDialog = _chunk24E7WD4Jjs.CommandDialog; exports.CommandEmpty = _chunk24E7WD4Jjs.CommandEmpty; exports.CommandGroup = _chunk24E7WD4Jjs.CommandGroup; exports.CommandInput = _chunk24E7WD4Jjs.CommandInput; exports.CommandItem = _chunk24E7WD4Jjs.CommandItem; exports.CommandList = _chunk24E7WD4Jjs.CommandList; exports.CommandSeparator = _chunk24E7WD4Jjs.CommandSeparator; exports.CommandShortcut = _chunk24E7WD4Jjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk24E7WD4Jjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk24E7WD4Jjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk24E7WD4Jjs.CommonDeleter; exports.CommonEditorButtons = _chunk24E7WD4Jjs.CommonEditorButtons; exports.CommonEditorHeader = _chunk24E7WD4Jjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk24E7WD4Jjs.CommonEditorTrigger; exports.CompaniesList = _chunk24E7WD4Jjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk24E7WD4Jjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunk24E7WD4Jjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunk24E7WD4Jjs.CompanyContainer; exports.CompanyDeleter = _chunk24E7WD4Jjs.CompanyDeleter; exports.CompanyDetails = _chunk24E7WD4Jjs.CompanyDetails; exports.CompanyEditor = _chunk24E7WD4Jjs.CompanyEditor; exports.CompanyUsersList = _chunk24E7WD4Jjs.CompanyUsersList; exports.ContentListTable = _chunk24E7WD4Jjs.ContentListTable; exports.ContentTableSearch = _chunk24E7WD4Jjs.ContentTableSearch; exports.ContentTitle = _chunk24E7WD4Jjs.ContentTitle; exports.ContentsList = _chunk24E7WD4Jjs.ContentsList; exports.ContentsListById = _chunk24E7WD4Jjs.ContentsListById; exports.ContextMenu = _chunk24E7WD4Jjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk24E7WD4Jjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk24E7WD4Jjs.ContextMenuContent; exports.ContextMenuGroup = _chunk24E7WD4Jjs.ContextMenuGroup; exports.ContextMenuItem = _chunk24E7WD4Jjs.ContextMenuItem; exports.ContextMenuLabel = _chunk24E7WD4Jjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk24E7WD4Jjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk24E7WD4Jjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk24E7WD4Jjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk24E7WD4Jjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk24E7WD4Jjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk24E7WD4Jjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk24E7WD4Jjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk24E7WD4Jjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk24E7WD4Jjs.ContextMenuTrigger; exports.ContributorsList = _chunk24E7WD4Jjs.ContributorsList; exports.Cookies = _chunk24E7WD4Jjs.Cookies; exports.DatePickerPopover = _chunk24E7WD4Jjs.DatePickerPopover; exports.DateRangeSelector = _chunk24E7WD4Jjs.DateRangeSelector; exports.Dialog = _chunk24E7WD4Jjs.Dialog; exports.DialogClose = _chunk24E7WD4Jjs.DialogClose; exports.DialogContent = _chunk24E7WD4Jjs.DialogContent; exports.DialogDescription = _chunk24E7WD4Jjs.DialogDescription; exports.DialogFooter = _chunk24E7WD4Jjs.DialogFooter; exports.DialogHeader = _chunk24E7WD4Jjs.DialogHeader; exports.DialogOverlay = _chunk24E7WD4Jjs.DialogOverlay; exports.DialogPortal = _chunk24E7WD4Jjs.DialogPortal; exports.DialogTitle = _chunk24E7WD4Jjs.DialogTitle; exports.DialogTrigger = _chunk24E7WD4Jjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk24E7WD4Jjs.DisableTwoFactorDialog; exports.Drawer = _chunk24E7WD4Jjs.Drawer; exports.DrawerClose = _chunk24E7WD4Jjs.DrawerClose; exports.DrawerContent = _chunk24E7WD4Jjs.DrawerContent; exports.DrawerDescription = _chunk24E7WD4Jjs.DrawerDescription; exports.DrawerFooter = _chunk24E7WD4Jjs.DrawerFooter; exports.DrawerHeader = _chunk24E7WD4Jjs.DrawerHeader; exports.DrawerOverlay = _chunk24E7WD4Jjs.DrawerOverlay; exports.DrawerPortal = _chunk24E7WD4Jjs.DrawerPortal; exports.DrawerTitle = _chunk24E7WD4Jjs.DrawerTitle; exports.DrawerTrigger = _chunk24E7WD4Jjs.DrawerTrigger; exports.DropdownMenu = _chunk24E7WD4Jjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk24E7WD4Jjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk24E7WD4Jjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk24E7WD4Jjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk24E7WD4Jjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk24E7WD4Jjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk24E7WD4Jjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk24E7WD4Jjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk24E7WD4Jjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk24E7WD4Jjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk24E7WD4Jjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk24E7WD4Jjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk24E7WD4Jjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk24E7WD4Jjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk24E7WD4Jjs.DropdownMenuTrigger; exports.ErrorDetails = _chunk24E7WD4Jjs.ErrorDetails; exports.Field = _chunk24E7WD4Jjs.Field; exports.FieldContent = _chunk24E7WD4Jjs.FieldContent; exports.FieldDescription = _chunk24E7WD4Jjs.FieldDescription; exports.FieldError = _chunk24E7WD4Jjs.FieldError; exports.FieldGroup = _chunk24E7WD4Jjs.FieldGroup; exports.FieldLabel = _chunk24E7WD4Jjs.FieldLabel; exports.FieldLegend = _chunk24E7WD4Jjs.FieldLegend; exports.FieldSeparator = _chunk24E7WD4Jjs.FieldSeparator; exports.FieldSet = _chunk24E7WD4Jjs.FieldSet; exports.FieldTitle = _chunk24E7WD4Jjs.FieldTitle; exports.FileInput = _chunk24E7WD4Jjs.FileInput; exports.FileUploader = _chunk24E7WD4Jjs.FileUploader; exports.FileUploaderContent = _chunk24E7WD4Jjs.FileUploaderContent; exports.FileUploaderItem = _chunk24E7WD4Jjs.FileUploaderItem; exports.ForgotPassword = _chunk24E7WD4Jjs.ForgotPassword; exports.Form = _chunk24E7WD4Jjs.Form; exports.FormCheckbox = _chunk24E7WD4Jjs.FormCheckbox; exports.FormDate = _chunk24E7WD4Jjs.FormDate; exports.FormDateTime = _chunk24E7WD4Jjs.FormDateTime; exports.FormFeatures = _chunk24E7WD4Jjs.FormFeatures; exports.FormFieldWrapper = _chunk24E7WD4Jjs.FormFieldWrapper; exports.FormInput = _chunk24E7WD4Jjs.FormInput; exports.FormPassword = _chunk24E7WD4Jjs.FormPassword; exports.FormPlaceAutocomplete = _chunk24E7WD4Jjs.FormPlaceAutocomplete; exports.FormRoles = _chunk24E7WD4Jjs.FormRoles; exports.FormSelect = _chunk24E7WD4Jjs.FormSelect; exports.FormSlider = _chunk24E7WD4Jjs.FormSlider; exports.FormSwitch = _chunk24E7WD4Jjs.FormSwitch; exports.FormTextarea = _chunk24E7WD4Jjs.FormTextarea; exports.GdprConsentCheckbox = _chunk24E7WD4Jjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk24E7WD4Jjs.GdprConsentSection; exports.Header = _chunk24E7WD4Jjs.Header; exports.HoverCard = _chunk24E7WD4Jjs.HoverCard; exports.HoverCardContent = _chunk24E7WD4Jjs.HoverCardContent; exports.HoverCardTrigger = _chunk24E7WD4Jjs.HoverCardTrigger; exports.Input = _chunk24E7WD4Jjs.Input; exports.InputGroup = _chunk24E7WD4Jjs.InputGroup; exports.InputGroupAddon = _chunk24E7WD4Jjs.InputGroupAddon; exports.InputGroupButton = _chunk24E7WD4Jjs.InputGroupButton; exports.InputGroupInput = _chunk24E7WD4Jjs.InputGroupInput; exports.InputGroupText = _chunk24E7WD4Jjs.InputGroupText; exports.InputGroupTextarea = _chunk24E7WD4Jjs.InputGroupTextarea; exports.InputOTP = _chunk24E7WD4Jjs.InputOTP; exports.InputOTPGroup = _chunk24E7WD4Jjs.InputOTPGroup; exports.InputOTPSeparator = _chunk24E7WD4Jjs.InputOTPSeparator; exports.InputOTPSlot = _chunk24E7WD4Jjs.InputOTPSlot; exports.Item = _chunk24E7WD4Jjs.KanbanItem; exports.ItemHandle = _chunk24E7WD4Jjs.KanbanItemHandle; exports.Kanban = _chunk24E7WD4Jjs.KanbanRoot; exports.KanbanBoard = _chunk24E7WD4Jjs.KanbanBoard; exports.KanbanColumn = _chunk24E7WD4Jjs.KanbanColumn; exports.KanbanColumnHandle = _chunk24E7WD4Jjs.KanbanColumnHandle; exports.KanbanItem = _chunk24E7WD4Jjs.KanbanItem; exports.KanbanItemHandle = _chunk24E7WD4Jjs.KanbanItemHandle; exports.KanbanOverlay = _chunk24E7WD4Jjs.KanbanOverlay; exports.Label = _chunk24E7WD4Jjs.Label; exports.LandingComponent = _chunk24E7WD4Jjs.LandingComponent; exports.Link = _chunk24E7WD4Jjs.Link; exports.Login = _chunk24E7WD4Jjs.Login; exports.Logout = _chunk24E7WD4Jjs.Logout; exports.ModeToggleSwitch = _chunk24E7WD4Jjs.ModeToggleSwitch; exports.MultiSelect = _chunk24E7WD4Jjs.MultiSelect; exports.NavigationMenu = _chunk24E7WD4Jjs.NavigationMenu; exports.NavigationMenuContent = _chunk24E7WD4Jjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk24E7WD4Jjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk24E7WD4Jjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk24E7WD4Jjs.NavigationMenuLink; exports.NavigationMenuList = _chunk24E7WD4Jjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk24E7WD4Jjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk24E7WD4Jjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk24E7WD4Jjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk24E7WD4Jjs.NotificationMenuItem; exports.NotificationModal = _chunk24E7WD4Jjs.NotificationModal; exports.NotificationToast = _chunk24E7WD4Jjs.NotificationToast; exports.NotificationsList = _chunk24E7WD4Jjs.NotificationsList; exports.NotificationsListContainer = _chunk24E7WD4Jjs.NotificationsListContainer; exports.OAuthClientCard = _chunk24E7WD4Jjs.OAuthClientCard; exports.OAuthClientDetail = _chunk24E7WD4Jjs.OAuthClientDetail; exports.OAuthClientForm = _chunk24E7WD4Jjs.OAuthClientForm; exports.OAuthClientList = _chunk24E7WD4Jjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk24E7WD4Jjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk24E7WD4Jjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk24E7WD4Jjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk24E7WD4Jjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk24E7WD4Jjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk24E7WD4Jjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk24E7WD4Jjs.OAuthScopeSelector; exports.OnboardingCard = _chunk24E7WD4Jjs.OnboardingCard; exports.Overlay = _chunk24E7WD4Jjs.KanbanOverlay; exports.PageContainer = _chunk24E7WD4Jjs.PageContainer; exports.PageContainerContentDetails = _chunk24E7WD4Jjs.PageContainerContentDetails; exports.PageContentContainer = _chunk24E7WD4Jjs.PageContentContainer; exports.PageSection = _chunk24E7WD4Jjs.PageSection; exports.PasskeyButton = _chunk24E7WD4Jjs.PasskeyButton; exports.PasskeyList = _chunk24E7WD4Jjs.PasskeyList; exports.PasskeySetupDialog = _chunk24E7WD4Jjs.PasskeySetupDialog; exports.PasswordInput = _chunk24E7WD4Jjs.PasswordInput; exports.Popover = _chunk24E7WD4Jjs.Popover; exports.PopoverContent = _chunk24E7WD4Jjs.PopoverContent; exports.PopoverDescription = _chunk24E7WD4Jjs.PopoverDescription; exports.PopoverHeader = _chunk24E7WD4Jjs.PopoverHeader; exports.PopoverTitle = _chunk24E7WD4Jjs.PopoverTitle; exports.PopoverTrigger = _chunk24E7WD4Jjs.PopoverTrigger; exports.Progress = _chunk24E7WD4Jjs.Progress; exports.ProgressIndicator = _chunk24E7WD4Jjs.ProgressIndicator; exports.ProgressLabel = _chunk24E7WD4Jjs.ProgressLabel; exports.ProgressTrack = _chunk24E7WD4Jjs.ProgressTrack; exports.ProgressValue = _chunk24E7WD4Jjs.ProgressValue; exports.PushNotificationProvider = _chunk24E7WD4Jjs.PushNotificationProvider; exports.RadioGroup = _chunk24E7WD4Jjs.RadioGroup; exports.RadioGroupItem = _chunk24E7WD4Jjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunk24E7WD4Jjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk24E7WD4Jjs.RecentPagesNavigator; exports.RefreshUser = _chunk24E7WD4Jjs.RefreshUser; exports.RelevantContentsList = _chunk24E7WD4Jjs.RelevantContentsList; exports.RelevantUsersList = _chunk24E7WD4Jjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk24E7WD4Jjs.RemoveUserFromRole; exports.ResetPassword = _chunk24E7WD4Jjs.ResetPassword; exports.ResizableHandle = _chunk24E7WD4Jjs.ResizableHandle; exports.ResizablePanel = _chunk24E7WD4Jjs.ResizablePanel; exports.ResizablePanelGroup = _chunk24E7WD4Jjs.ResizablePanelGroup; exports.RoleContainer = _chunk24E7WD4Jjs.RoleContainer; exports.RoleDetails = _chunk24E7WD4Jjs.RoleDetails; exports.RoleUsersList = _chunk24E7WD4Jjs.RoleUsersList; exports.RolesList = _chunk24E7WD4Jjs.RolesList; exports.Root = _chunk24E7WD4Jjs.KanbanRoot; exports.ScrollArea = _chunk24E7WD4Jjs.ScrollArea; exports.ScrollBar = _chunk24E7WD4Jjs.ScrollBar; exports.SecurityContainer = _chunk24E7WD4Jjs.SecurityContainer; exports.Select = _chunk24E7WD4Jjs.Select; exports.SelectContent = _chunk24E7WD4Jjs.SelectContent; exports.SelectGroup = _chunk24E7WD4Jjs.SelectGroup; exports.SelectItem = _chunk24E7WD4Jjs.SelectItem; exports.SelectLabel = _chunk24E7WD4Jjs.SelectLabel; exports.SelectScrollDownButton = _chunk24E7WD4Jjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk24E7WD4Jjs.SelectScrollUpButton; exports.SelectSeparator = _chunk24E7WD4Jjs.SelectSeparator; exports.SelectTrigger = _chunk24E7WD4Jjs.SelectTrigger; exports.SelectValue = _chunk24E7WD4Jjs.SelectValue; exports.Separator = _chunk24E7WD4Jjs.Separator; exports.Sheet = _chunk24E7WD4Jjs.Sheet; exports.SheetClose = _chunk24E7WD4Jjs.SheetClose; exports.SheetContent = _chunk24E7WD4Jjs.SheetContent; exports.SheetDescription = _chunk24E7WD4Jjs.SheetDescription; exports.SheetFooter = _chunk24E7WD4Jjs.SheetFooter; exports.SheetHeader = _chunk24E7WD4Jjs.SheetHeader; exports.SheetTitle = _chunk24E7WD4Jjs.SheetTitle; exports.SheetTrigger = _chunk24E7WD4Jjs.SheetTrigger; exports.Sidebar = _chunk24E7WD4Jjs.Sidebar; exports.SidebarContent = _chunk24E7WD4Jjs.SidebarContent; exports.SidebarFooter = _chunk24E7WD4Jjs.SidebarFooter; exports.SidebarGroup = _chunk24E7WD4Jjs.SidebarGroup; exports.SidebarGroupAction = _chunk24E7WD4Jjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk24E7WD4Jjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk24E7WD4Jjs.SidebarGroupLabel; exports.SidebarHeader = _chunk24E7WD4Jjs.SidebarHeader; exports.SidebarInput = _chunk24E7WD4Jjs.SidebarInput; exports.SidebarInset = _chunk24E7WD4Jjs.SidebarInset; exports.SidebarMenu = _chunk24E7WD4Jjs.SidebarMenu; exports.SidebarMenuAction = _chunk24E7WD4Jjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk24E7WD4Jjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk24E7WD4Jjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk24E7WD4Jjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk24E7WD4Jjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk24E7WD4Jjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk24E7WD4Jjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk24E7WD4Jjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk24E7WD4Jjs.SidebarProvider; exports.SidebarRail = _chunk24E7WD4Jjs.SidebarRail; exports.SidebarSeparator = _chunk24E7WD4Jjs.SidebarSeparator; exports.SidebarTrigger = _chunk24E7WD4Jjs.SidebarTrigger; exports.Skeleton = _chunk24E7WD4Jjs.Skeleton; exports.Slider = _chunk24E7WD4Jjs.Slider; exports.Switch = _chunk24E7WD4Jjs.Switch; exports.Table = _chunk24E7WD4Jjs.Table; exports.TableBody = _chunk24E7WD4Jjs.TableBody; exports.TableCaption = _chunk24E7WD4Jjs.TableCaption; exports.TableCell = _chunk24E7WD4Jjs.TableCell; exports.TableFooter = _chunk24E7WD4Jjs.TableFooter; exports.TableHead = _chunk24E7WD4Jjs.TableHead; exports.TableHeader = _chunk24E7WD4Jjs.TableHeader; exports.TableRow = _chunk24E7WD4Jjs.TableRow; exports.Tabs = _chunk24E7WD4Jjs.Tabs; exports.TabsContainer = _chunk24E7WD4Jjs.TabsContainer; exports.TabsContent = _chunk24E7WD4Jjs.TabsContent; exports.TabsList = _chunk24E7WD4Jjs.TabsList; exports.TabsTrigger = _chunk24E7WD4Jjs.TabsTrigger; exports.Textarea = _chunk24E7WD4Jjs.Textarea; exports.Toaster = _chunk24E7WD4Jjs.Toaster; exports.Toggle = _chunk24E7WD4Jjs.Toggle; exports.TokenStatusIndicator = _chunk24E7WD4Jjs.TokenStatusIndicator; exports.Tooltip = _chunk24E7WD4Jjs.Tooltip; exports.TooltipContent = _chunk24E7WD4Jjs.TooltipContent; exports.TooltipProvider = _chunk24E7WD4Jjs.TooltipProvider; exports.TooltipTrigger = _chunk24E7WD4Jjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk24E7WD4Jjs.TotpAuthenticatorList; exports.TotpInput = _chunk24E7WD4Jjs.TotpInput; exports.TotpSetupDialog = _chunk24E7WD4Jjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk24E7WD4Jjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk24E7WD4Jjs.TwoFactorSettings; exports.UserAvatar = _chunk24E7WD4Jjs.UserAvatar; exports.UserAvatarEditor = _chunk24E7WD4Jjs.UserAvatarEditor; exports.UserContainer = _chunk24E7WD4Jjs.UserContainer; exports.UserDeleter = _chunk24E7WD4Jjs.UserDeleter; exports.UserDetails = _chunk24E7WD4Jjs.UserDetails; exports.UserEditor = _chunk24E7WD4Jjs.UserEditor; exports.UserIndexContainer = _chunk24E7WD4Jjs.UserIndexContainer; exports.UserIndexDetails = _chunk24E7WD4Jjs.UserIndexDetails; exports.UserListInAdd = _chunk24E7WD4Jjs.UserListInAdd; exports.UserMultiSelect = _chunk24E7WD4Jjs.UserMultiSelect; exports.UserReactivator = _chunk24E7WD4Jjs.UserReactivator; exports.UserResentInvitationEmail = _chunk24E7WD4Jjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk24E7WD4Jjs.UserRoleAdd; exports.UserRolesList = _chunk24E7WD4Jjs.UserRolesList; exports.UserSelector = _chunk24E7WD4Jjs.UserSelector; exports.UserStanadaloneDetails = _chunk24E7WD4Jjs.UserStanadaloneDetails; exports.UsersList = _chunk24E7WD4Jjs.UsersList; exports.UsersListByContentIds = _chunk24E7WD4Jjs.UsersListByContentIds; exports.UsersListContainer = _chunk24E7WD4Jjs.UsersListContainer; exports.WaitlistConfirmation = _chunk24E7WD4Jjs.WaitlistConfirmation; exports.WaitlistForm = _chunk24E7WD4Jjs.WaitlistForm; exports.WaitlistHeroSection = _chunk24E7WD4Jjs.WaitlistHeroSection; exports.WaitlistList = _chunk24E7WD4Jjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk24E7WD4Jjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk24E7WD4Jjs.WaitlistSuccessState; exports.badgeVariants = _chunk24E7WD4Jjs.badgeVariants; exports.buttonVariants = _chunk24E7WD4Jjs.buttonVariants; exports.cellComponent = _chunk24E7WD4Jjs.cellComponent; exports.cellDate = _chunk24E7WD4Jjs.cellDate; exports.cellId = _chunk24E7WD4Jjs.cellId; exports.cellLink = _chunk24E7WD4Jjs.cellLink; exports.cellUrl = _chunk24E7WD4Jjs.cellUrl; exports.errorToast = _chunk24E7WD4Jjs.errorToast; exports.generateNotificationData = _chunk24E7WD4Jjs.generateNotificationData; exports.getIcon = _chunkL5F5ZN5Fjs.getIcon; exports.getIconByModule = _chunkL5F5ZN5Fjs.getIconByModule; exports.getIconByModuleName = _chunkL5F5ZN5Fjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunk24E7WD4Jjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk24E7WD4Jjs.tabsListVariants; exports.toggleVariants = _chunk24E7WD4Jjs.toggleVariants; exports.triggerAssociationToast = _chunk24E7WD4Jjs.triggerAssociationToast; exports.useCarousel = _chunk24E7WD4Jjs.useCarousel; exports.useFileUpload = _chunk24E7WD4Jjs.useFileUpload; exports.useSidebar = _chunk24E7WD4Jjs.useSidebar;
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
exports.AcceptInvitation = _chunkXRBK4J6Ujs.AcceptInvitation; exports.Accordion = _chunkXRBK4J6Ujs.Accordion; exports.AccordionContent = _chunkXRBK4J6Ujs.AccordionContent; exports.AccordionItem = _chunkXRBK4J6Ujs.AccordionItem; exports.AccordionTrigger = _chunkXRBK4J6Ujs.AccordionTrigger; exports.ActivateAccount = _chunkXRBK4J6Ujs.ActivateAccount; exports.AddUserToRole = _chunkXRBK4J6Ujs.AddUserToRole; exports.AdminCompanyContainer = _chunkXRBK4J6Ujs.AdminCompanyContainer; exports.AdminUsersList = _chunkXRBK4J6Ujs.AdminUsersList; exports.Alert = _chunkXRBK4J6Ujs.Alert; exports.AlertAction = _chunkXRBK4J6Ujs.AlertAction; exports.AlertDescription = _chunkXRBK4J6Ujs.AlertDescription; exports.AlertDialog = _chunkXRBK4J6Ujs.AlertDialog; exports.AlertDialogAction = _chunkXRBK4J6Ujs.AlertDialogAction; exports.AlertDialogCancel = _chunkXRBK4J6Ujs.AlertDialogCancel; exports.AlertDialogContent = _chunkXRBK4J6Ujs.AlertDialogContent; exports.AlertDialogDescription = _chunkXRBK4J6Ujs.AlertDialogDescription; exports.AlertDialogFooter = _chunkXRBK4J6Ujs.AlertDialogFooter; exports.AlertDialogHeader = _chunkXRBK4J6Ujs.AlertDialogHeader; exports.AlertDialogMedia = _chunkXRBK4J6Ujs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkXRBK4J6Ujs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkXRBK4J6Ujs.AlertDialogPortal; exports.AlertDialogTitle = _chunkXRBK4J6Ujs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkXRBK4J6Ujs.AlertDialogTrigger; exports.AlertTitle = _chunkXRBK4J6Ujs.AlertTitle; exports.AllowedUsersDetails = _chunkXRBK4J6Ujs.AllowedUsersDetails; exports.AttributeElement = _chunkXRBK4J6Ujs.AttributeElement; exports.AuthContainer = _chunkXRBK4J6Ujs.AuthContainer; exports.Avatar = _chunkXRBK4J6Ujs.Avatar; exports.AvatarBadge = _chunkXRBK4J6Ujs.AvatarBadge; exports.AvatarFallback = _chunkXRBK4J6Ujs.AvatarFallback; exports.AvatarGroup = _chunkXRBK4J6Ujs.AvatarGroup; exports.AvatarGroupCount = _chunkXRBK4J6Ujs.AvatarGroupCount; exports.AvatarImage = _chunkXRBK4J6Ujs.AvatarImage; exports.BackupCodesDialog = _chunkXRBK4J6Ujs.BackupCodesDialog; exports.Badge = _chunkXRBK4J6Ujs.Badge; exports.BlockNoteEditorContainer = _chunkXRBK4J6Ujs.BlockNoteEditorContainer; exports.Board = _chunkXRBK4J6Ujs.KanbanBoard; exports.Breadcrumb = _chunkXRBK4J6Ujs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkXRBK4J6Ujs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkXRBK4J6Ujs.BreadcrumbItem; exports.BreadcrumbLink = _chunkXRBK4J6Ujs.BreadcrumbLink; exports.BreadcrumbList = _chunkXRBK4J6Ujs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkXRBK4J6Ujs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkXRBK4J6Ujs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkXRBK4J6Ujs.BreadcrumbSeparator; exports.Button = _chunkXRBK4J6Ujs.Button; exports.Calendar = _chunkXRBK4J6Ujs.Calendar; exports.CalendarDayButton = _chunkXRBK4J6Ujs.CalendarDayButton; exports.Card = _chunkXRBK4J6Ujs.Card; exports.CardAction = _chunkXRBK4J6Ujs.CardAction; exports.CardContent = _chunkXRBK4J6Ujs.CardContent; exports.CardDescription = _chunkXRBK4J6Ujs.CardDescription; exports.CardFooter = _chunkXRBK4J6Ujs.CardFooter; exports.CardHeader = _chunkXRBK4J6Ujs.CardHeader; exports.CardTitle = _chunkXRBK4J6Ujs.CardTitle; exports.Carousel = _chunkXRBK4J6Ujs.Carousel; exports.CarouselContent = _chunkXRBK4J6Ujs.CarouselContent; exports.CarouselItem = _chunkXRBK4J6Ujs.CarouselItem; exports.CarouselNext = _chunkXRBK4J6Ujs.CarouselNext; exports.CarouselPrevious = _chunkXRBK4J6Ujs.CarouselPrevious; exports.ChartContainer = _chunkXRBK4J6Ujs.ChartContainer; exports.ChartLegend = _chunkXRBK4J6Ujs.ChartLegend; exports.ChartLegendContent = _chunkXRBK4J6Ujs.ChartLegendContent; exports.ChartStyle = _chunkXRBK4J6Ujs.ChartStyle; exports.ChartTooltip = _chunkXRBK4J6Ujs.ChartTooltip; exports.ChartTooltipContent = _chunkXRBK4J6Ujs.ChartTooltipContent; exports.Checkbox = _chunkXRBK4J6Ujs.Checkbox; exports.Collapsible = _chunkXRBK4J6Ujs.Collapsible; exports.CollapsibleContent = _chunkXRBK4J6Ujs.CollapsibleContent; exports.CollapsibleTrigger = _chunkXRBK4J6Ujs.CollapsibleTrigger; exports.Column = _chunkXRBK4J6Ujs.KanbanColumn; exports.ColumnHandle = _chunkXRBK4J6Ujs.KanbanColumnHandle; exports.Command = _chunkXRBK4J6Ujs.Command; exports.CommandDialog = _chunkXRBK4J6Ujs.CommandDialog; exports.CommandEmpty = _chunkXRBK4J6Ujs.CommandEmpty; exports.CommandGroup = _chunkXRBK4J6Ujs.CommandGroup; exports.CommandInput = _chunkXRBK4J6Ujs.CommandInput; exports.CommandItem = _chunkXRBK4J6Ujs.CommandItem; exports.CommandList = _chunkXRBK4J6Ujs.CommandList; exports.CommandSeparator = _chunkXRBK4J6Ujs.CommandSeparator; exports.CommandShortcut = _chunkXRBK4J6Ujs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkXRBK4J6Ujs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkXRBK4J6Ujs.CommonAssociationTrigger; exports.CommonDeleter = _chunkXRBK4J6Ujs.CommonDeleter; exports.CommonEditorButtons = _chunkXRBK4J6Ujs.CommonEditorButtons; exports.CommonEditorHeader = _chunkXRBK4J6Ujs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkXRBK4J6Ujs.CommonEditorTrigger; exports.CompaniesList = _chunkXRBK4J6Ujs.CompaniesList; exports.CompanyConfigurationEditor = _chunkXRBK4J6Ujs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkXRBK4J6Ujs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkXRBK4J6Ujs.CompanyContainer; exports.CompanyDeleter = _chunkXRBK4J6Ujs.CompanyDeleter; exports.CompanyDetails = _chunkXRBK4J6Ujs.CompanyDetails; exports.CompanyEditor = _chunkXRBK4J6Ujs.CompanyEditor; exports.CompanyUsersList = _chunkXRBK4J6Ujs.CompanyUsersList; exports.ContentListTable = _chunkXRBK4J6Ujs.ContentListTable; exports.ContentTableSearch = _chunkXRBK4J6Ujs.ContentTableSearch; exports.ContentTitle = _chunkXRBK4J6Ujs.ContentTitle; exports.ContentsList = _chunkXRBK4J6Ujs.ContentsList; exports.ContentsListById = _chunkXRBK4J6Ujs.ContentsListById; exports.ContextMenu = _chunkXRBK4J6Ujs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkXRBK4J6Ujs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkXRBK4J6Ujs.ContextMenuContent; exports.ContextMenuGroup = _chunkXRBK4J6Ujs.ContextMenuGroup; exports.ContextMenuItem = _chunkXRBK4J6Ujs.ContextMenuItem; exports.ContextMenuLabel = _chunkXRBK4J6Ujs.ContextMenuLabel; exports.ContextMenuPortal = _chunkXRBK4J6Ujs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkXRBK4J6Ujs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkXRBK4J6Ujs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkXRBK4J6Ujs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkXRBK4J6Ujs.ContextMenuShortcut; exports.ContextMenuSub = _chunkXRBK4J6Ujs.ContextMenuSub; exports.ContextMenuSubContent = _chunkXRBK4J6Ujs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkXRBK4J6Ujs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkXRBK4J6Ujs.ContextMenuTrigger; exports.ContributorsList = _chunkXRBK4J6Ujs.ContributorsList; exports.Cookies = _chunkXRBK4J6Ujs.Cookies; exports.DatePickerPopover = _chunkXRBK4J6Ujs.DatePickerPopover; exports.DateRangeSelector = _chunkXRBK4J6Ujs.DateRangeSelector; exports.Dialog = _chunkXRBK4J6Ujs.Dialog; exports.DialogClose = _chunkXRBK4J6Ujs.DialogClose; exports.DialogContent = _chunkXRBK4J6Ujs.DialogContent; exports.DialogDescription = _chunkXRBK4J6Ujs.DialogDescription; exports.DialogFooter = _chunkXRBK4J6Ujs.DialogFooter; exports.DialogHeader = _chunkXRBK4J6Ujs.DialogHeader; exports.DialogOverlay = _chunkXRBK4J6Ujs.DialogOverlay; exports.DialogPortal = _chunkXRBK4J6Ujs.DialogPortal; exports.DialogTitle = _chunkXRBK4J6Ujs.DialogTitle; exports.DialogTrigger = _chunkXRBK4J6Ujs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkXRBK4J6Ujs.DisableTwoFactorDialog; exports.Drawer = _chunkXRBK4J6Ujs.Drawer; exports.DrawerClose = _chunkXRBK4J6Ujs.DrawerClose; exports.DrawerContent = _chunkXRBK4J6Ujs.DrawerContent; exports.DrawerDescription = _chunkXRBK4J6Ujs.DrawerDescription; exports.DrawerFooter = _chunkXRBK4J6Ujs.DrawerFooter; exports.DrawerHeader = _chunkXRBK4J6Ujs.DrawerHeader; exports.DrawerOverlay = _chunkXRBK4J6Ujs.DrawerOverlay; exports.DrawerPortal = _chunkXRBK4J6Ujs.DrawerPortal; exports.DrawerTitle = _chunkXRBK4J6Ujs.DrawerTitle; exports.DrawerTrigger = _chunkXRBK4J6Ujs.DrawerTrigger; exports.DropdownMenu = _chunkXRBK4J6Ujs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkXRBK4J6Ujs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkXRBK4J6Ujs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkXRBK4J6Ujs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkXRBK4J6Ujs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkXRBK4J6Ujs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkXRBK4J6Ujs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkXRBK4J6Ujs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkXRBK4J6Ujs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkXRBK4J6Ujs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkXRBK4J6Ujs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkXRBK4J6Ujs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkXRBK4J6Ujs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkXRBK4J6Ujs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkXRBK4J6Ujs.DropdownMenuTrigger; exports.ErrorDetails = _chunkXRBK4J6Ujs.ErrorDetails; exports.Field = _chunkXRBK4J6Ujs.Field; exports.FieldContent = _chunkXRBK4J6Ujs.FieldContent; exports.FieldDescription = _chunkXRBK4J6Ujs.FieldDescription; exports.FieldError = _chunkXRBK4J6Ujs.FieldError; exports.FieldGroup = _chunkXRBK4J6Ujs.FieldGroup; exports.FieldLabel = _chunkXRBK4J6Ujs.FieldLabel; exports.FieldLegend = _chunkXRBK4J6Ujs.FieldLegend; exports.FieldSeparator = _chunkXRBK4J6Ujs.FieldSeparator; exports.FieldSet = _chunkXRBK4J6Ujs.FieldSet; exports.FieldTitle = _chunkXRBK4J6Ujs.FieldTitle; exports.FileInput = _chunkXRBK4J6Ujs.FileInput; exports.FileUploader = _chunkXRBK4J6Ujs.FileUploader; exports.FileUploaderContent = _chunkXRBK4J6Ujs.FileUploaderContent; exports.FileUploaderItem = _chunkXRBK4J6Ujs.FileUploaderItem; exports.ForgotPassword = _chunkXRBK4J6Ujs.ForgotPassword; exports.Form = _chunkXRBK4J6Ujs.Form; exports.FormCheckbox = _chunkXRBK4J6Ujs.FormCheckbox; exports.FormDate = _chunkXRBK4J6Ujs.FormDate; exports.FormDateTime = _chunkXRBK4J6Ujs.FormDateTime; exports.FormFeatures = _chunkXRBK4J6Ujs.FormFeatures; exports.FormFieldWrapper = _chunkXRBK4J6Ujs.FormFieldWrapper; exports.FormInput = _chunkXRBK4J6Ujs.FormInput; exports.FormPassword = _chunkXRBK4J6Ujs.FormPassword; exports.FormPlaceAutocomplete = _chunkXRBK4J6Ujs.FormPlaceAutocomplete; exports.FormRoles = _chunkXRBK4J6Ujs.FormRoles; exports.FormSelect = _chunkXRBK4J6Ujs.FormSelect; exports.FormSlider = _chunkXRBK4J6Ujs.FormSlider; exports.FormSwitch = _chunkXRBK4J6Ujs.FormSwitch; exports.FormTextarea = _chunkXRBK4J6Ujs.FormTextarea; exports.GdprConsentCheckbox = _chunkXRBK4J6Ujs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkXRBK4J6Ujs.GdprConsentSection; exports.Header = _chunkXRBK4J6Ujs.Header; exports.HoverCard = _chunkXRBK4J6Ujs.HoverCard; exports.HoverCardContent = _chunkXRBK4J6Ujs.HoverCardContent; exports.HoverCardTrigger = _chunkXRBK4J6Ujs.HoverCardTrigger; exports.Input = _chunkXRBK4J6Ujs.Input; exports.InputGroup = _chunkXRBK4J6Ujs.InputGroup; exports.InputGroupAddon = _chunkXRBK4J6Ujs.InputGroupAddon; exports.InputGroupButton = _chunkXRBK4J6Ujs.InputGroupButton; exports.InputGroupInput = _chunkXRBK4J6Ujs.InputGroupInput; exports.InputGroupText = _chunkXRBK4J6Ujs.InputGroupText; exports.InputGroupTextarea = _chunkXRBK4J6Ujs.InputGroupTextarea; exports.InputOTP = _chunkXRBK4J6Ujs.InputOTP; exports.InputOTPGroup = _chunkXRBK4J6Ujs.InputOTPGroup; exports.InputOTPSeparator = _chunkXRBK4J6Ujs.InputOTPSeparator; exports.InputOTPSlot = _chunkXRBK4J6Ujs.InputOTPSlot; exports.Item = _chunkXRBK4J6Ujs.KanbanItem; exports.ItemHandle = _chunkXRBK4J6Ujs.KanbanItemHandle; exports.Kanban = _chunkXRBK4J6Ujs.KanbanRoot; exports.KanbanBoard = _chunkXRBK4J6Ujs.KanbanBoard; exports.KanbanColumn = _chunkXRBK4J6Ujs.KanbanColumn; exports.KanbanColumnHandle = _chunkXRBK4J6Ujs.KanbanColumnHandle; exports.KanbanItem = _chunkXRBK4J6Ujs.KanbanItem; exports.KanbanItemHandle = _chunkXRBK4J6Ujs.KanbanItemHandle; exports.KanbanOverlay = _chunkXRBK4J6Ujs.KanbanOverlay; exports.Label = _chunkXRBK4J6Ujs.Label; exports.LandingComponent = _chunkXRBK4J6Ujs.LandingComponent; exports.Link = _chunkXRBK4J6Ujs.Link; exports.Login = _chunkXRBK4J6Ujs.Login; exports.Logout = _chunkXRBK4J6Ujs.Logout; exports.ModeToggleSwitch = _chunkXRBK4J6Ujs.ModeToggleSwitch; exports.MultiSelect = _chunkXRBK4J6Ujs.MultiSelect; exports.NavigationMenu = _chunkXRBK4J6Ujs.NavigationMenu; exports.NavigationMenuContent = _chunkXRBK4J6Ujs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkXRBK4J6Ujs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkXRBK4J6Ujs.NavigationMenuItem; exports.NavigationMenuLink = _chunkXRBK4J6Ujs.NavigationMenuLink; exports.NavigationMenuList = _chunkXRBK4J6Ujs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkXRBK4J6Ujs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkXRBK4J6Ujs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkXRBK4J6Ujs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkXRBK4J6Ujs.NotificationMenuItem; exports.NotificationModal = _chunkXRBK4J6Ujs.NotificationModal; exports.NotificationToast = _chunkXRBK4J6Ujs.NotificationToast; exports.NotificationsList = _chunkXRBK4J6Ujs.NotificationsList; exports.NotificationsListContainer = _chunkXRBK4J6Ujs.NotificationsListContainer; exports.OAuthClientCard = _chunkXRBK4J6Ujs.OAuthClientCard; exports.OAuthClientDetail = _chunkXRBK4J6Ujs.OAuthClientDetail; exports.OAuthClientForm = _chunkXRBK4J6Ujs.OAuthClientForm; exports.OAuthClientList = _chunkXRBK4J6Ujs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkXRBK4J6Ujs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkXRBK4J6Ujs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkXRBK4J6Ujs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkXRBK4J6Ujs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkXRBK4J6Ujs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkXRBK4J6Ujs.OAuthScopeList; exports.OAuthScopeSelector = _chunkXRBK4J6Ujs.OAuthScopeSelector; exports.OnboardingCard = _chunkXRBK4J6Ujs.OnboardingCard; exports.Overlay = _chunkXRBK4J6Ujs.KanbanOverlay; exports.PageContainer = _chunkXRBK4J6Ujs.PageContainer; exports.PageContainerContentDetails = _chunkXRBK4J6Ujs.PageContainerContentDetails; exports.PageContentContainer = _chunkXRBK4J6Ujs.PageContentContainer; exports.PageSection = _chunkXRBK4J6Ujs.PageSection; exports.PasskeyButton = _chunkXRBK4J6Ujs.PasskeyButton; exports.PasskeyList = _chunkXRBK4J6Ujs.PasskeyList; exports.PasskeySetupDialog = _chunkXRBK4J6Ujs.PasskeySetupDialog; exports.PasswordInput = _chunkXRBK4J6Ujs.PasswordInput; exports.Popover = _chunkXRBK4J6Ujs.Popover; exports.PopoverContent = _chunkXRBK4J6Ujs.PopoverContent; exports.PopoverDescription = _chunkXRBK4J6Ujs.PopoverDescription; exports.PopoverHeader = _chunkXRBK4J6Ujs.PopoverHeader; exports.PopoverTitle = _chunkXRBK4J6Ujs.PopoverTitle; exports.PopoverTrigger = _chunkXRBK4J6Ujs.PopoverTrigger; exports.Progress = _chunkXRBK4J6Ujs.Progress; exports.ProgressIndicator = _chunkXRBK4J6Ujs.ProgressIndicator; exports.ProgressLabel = _chunkXRBK4J6Ujs.ProgressLabel; exports.ProgressTrack = _chunkXRBK4J6Ujs.ProgressTrack; exports.ProgressValue = _chunkXRBK4J6Ujs.ProgressValue; exports.PushNotificationProvider = _chunkXRBK4J6Ujs.PushNotificationProvider; exports.RadioGroup = _chunkXRBK4J6Ujs.RadioGroup; exports.RadioGroupItem = _chunkXRBK4J6Ujs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkXRBK4J6Ujs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkXRBK4J6Ujs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkXRBK4J6Ujs.ReferralCodeCapture; exports.ReferralDialog = _chunkXRBK4J6Ujs.ReferralDialog; exports.ReferralWidget = _chunkXRBK4J6Ujs.ReferralWidget; exports.RefreshUser = _chunkXRBK4J6Ujs.RefreshUser; exports.RelevantContentsList = _chunkXRBK4J6Ujs.RelevantContentsList; exports.RelevantUsersList = _chunkXRBK4J6Ujs.RelevantUsersList; exports.RemoveUserFromRole = _chunkXRBK4J6Ujs.RemoveUserFromRole; exports.ResetPassword = _chunkXRBK4J6Ujs.ResetPassword; exports.ResizableHandle = _chunkXRBK4J6Ujs.ResizableHandle; exports.ResizablePanel = _chunkXRBK4J6Ujs.ResizablePanel; exports.ResizablePanelGroup = _chunkXRBK4J6Ujs.ResizablePanelGroup; exports.RoleContainer = _chunkXRBK4J6Ujs.RoleContainer; exports.RoleDetails = _chunkXRBK4J6Ujs.RoleDetails; exports.RoleUsersList = _chunkXRBK4J6Ujs.RoleUsersList; exports.RolesList = _chunkXRBK4J6Ujs.RolesList; exports.Root = _chunkXRBK4J6Ujs.KanbanRoot; exports.ScrollArea = _chunkXRBK4J6Ujs.ScrollArea; exports.ScrollBar = _chunkXRBK4J6Ujs.ScrollBar; exports.SecurityContainer = _chunkXRBK4J6Ujs.SecurityContainer; exports.Select = _chunkXRBK4J6Ujs.Select; exports.SelectContent = _chunkXRBK4J6Ujs.SelectContent; exports.SelectGroup = _chunkXRBK4J6Ujs.SelectGroup; exports.SelectItem = _chunkXRBK4J6Ujs.SelectItem; exports.SelectLabel = _chunkXRBK4J6Ujs.SelectLabel; exports.SelectScrollDownButton = _chunkXRBK4J6Ujs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkXRBK4J6Ujs.SelectScrollUpButton; exports.SelectSeparator = _chunkXRBK4J6Ujs.SelectSeparator; exports.SelectTrigger = _chunkXRBK4J6Ujs.SelectTrigger; exports.SelectValue = _chunkXRBK4J6Ujs.SelectValue; exports.Separator = _chunkXRBK4J6Ujs.Separator; exports.Sheet = _chunkXRBK4J6Ujs.Sheet; exports.SheetClose = _chunkXRBK4J6Ujs.SheetClose; exports.SheetContent = _chunkXRBK4J6Ujs.SheetContent; exports.SheetDescription = _chunkXRBK4J6Ujs.SheetDescription; exports.SheetFooter = _chunkXRBK4J6Ujs.SheetFooter; exports.SheetHeader = _chunkXRBK4J6Ujs.SheetHeader; exports.SheetTitle = _chunkXRBK4J6Ujs.SheetTitle; exports.SheetTrigger = _chunkXRBK4J6Ujs.SheetTrigger; exports.Sidebar = _chunkXRBK4J6Ujs.Sidebar; exports.SidebarContent = _chunkXRBK4J6Ujs.SidebarContent; exports.SidebarFooter = _chunkXRBK4J6Ujs.SidebarFooter; exports.SidebarGroup = _chunkXRBK4J6Ujs.SidebarGroup; exports.SidebarGroupAction = _chunkXRBK4J6Ujs.SidebarGroupAction; exports.SidebarGroupContent = _chunkXRBK4J6Ujs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkXRBK4J6Ujs.SidebarGroupLabel; exports.SidebarHeader = _chunkXRBK4J6Ujs.SidebarHeader; exports.SidebarInput = _chunkXRBK4J6Ujs.SidebarInput; exports.SidebarInset = _chunkXRBK4J6Ujs.SidebarInset; exports.SidebarMenu = _chunkXRBK4J6Ujs.SidebarMenu; exports.SidebarMenuAction = _chunkXRBK4J6Ujs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkXRBK4J6Ujs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkXRBK4J6Ujs.SidebarMenuButton; exports.SidebarMenuItem = _chunkXRBK4J6Ujs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkXRBK4J6Ujs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkXRBK4J6Ujs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkXRBK4J6Ujs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkXRBK4J6Ujs.SidebarMenuSubItem; exports.SidebarProvider = _chunkXRBK4J6Ujs.SidebarProvider; exports.SidebarRail = _chunkXRBK4J6Ujs.SidebarRail; exports.SidebarSeparator = _chunkXRBK4J6Ujs.SidebarSeparator; exports.SidebarTrigger = _chunkXRBK4J6Ujs.SidebarTrigger; exports.Skeleton = _chunkXRBK4J6Ujs.Skeleton; exports.Slider = _chunkXRBK4J6Ujs.Slider; exports.Switch = _chunkXRBK4J6Ujs.Switch; exports.Table = _chunkXRBK4J6Ujs.Table; exports.TableBody = _chunkXRBK4J6Ujs.TableBody; exports.TableCaption = _chunkXRBK4J6Ujs.TableCaption; exports.TableCell = _chunkXRBK4J6Ujs.TableCell; exports.TableFooter = _chunkXRBK4J6Ujs.TableFooter; exports.TableHead = _chunkXRBK4J6Ujs.TableHead; exports.TableHeader = _chunkXRBK4J6Ujs.TableHeader; exports.TableRow = _chunkXRBK4J6Ujs.TableRow; exports.Tabs = _chunkXRBK4J6Ujs.Tabs; exports.TabsContainer = _chunkXRBK4J6Ujs.TabsContainer; exports.TabsContent = _chunkXRBK4J6Ujs.TabsContent; exports.TabsList = _chunkXRBK4J6Ujs.TabsList; exports.TabsTrigger = _chunkXRBK4J6Ujs.TabsTrigger; exports.Textarea = _chunkXRBK4J6Ujs.Textarea; exports.Toaster = _chunkXRBK4J6Ujs.Toaster; exports.Toggle = _chunkXRBK4J6Ujs.Toggle; exports.TokenStatusIndicator = _chunkXRBK4J6Ujs.TokenStatusIndicator; exports.Tooltip = _chunkXRBK4J6Ujs.Tooltip; exports.TooltipContent = _chunkXRBK4J6Ujs.TooltipContent; exports.TooltipProvider = _chunkXRBK4J6Ujs.TooltipProvider; exports.TooltipTrigger = _chunkXRBK4J6Ujs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkXRBK4J6Ujs.TotpAuthenticatorList; exports.TotpInput = _chunkXRBK4J6Ujs.TotpInput; exports.TotpSetupDialog = _chunkXRBK4J6Ujs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkXRBK4J6Ujs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkXRBK4J6Ujs.TwoFactorSettings; exports.UserAvatar = _chunkXRBK4J6Ujs.UserAvatar; exports.UserAvatarEditor = _chunkXRBK4J6Ujs.UserAvatarEditor; exports.UserContainer = _chunkXRBK4J6Ujs.UserContainer; exports.UserDeleter = _chunkXRBK4J6Ujs.UserDeleter; exports.UserDetails = _chunkXRBK4J6Ujs.UserDetails; exports.UserEditor = _chunkXRBK4J6Ujs.UserEditor; exports.UserIndexContainer = _chunkXRBK4J6Ujs.UserIndexContainer; exports.UserIndexDetails = _chunkXRBK4J6Ujs.UserIndexDetails; exports.UserListInAdd = _chunkXRBK4J6Ujs.UserListInAdd; exports.UserMultiSelect = _chunkXRBK4J6Ujs.UserMultiSelect; exports.UserReactivator = _chunkXRBK4J6Ujs.UserReactivator; exports.UserResentInvitationEmail = _chunkXRBK4J6Ujs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkXRBK4J6Ujs.UserRoleAdd; exports.UserRolesList = _chunkXRBK4J6Ujs.UserRolesList; exports.UserSelector = _chunkXRBK4J6Ujs.UserSelector; exports.UserStanadaloneDetails = _chunkXRBK4J6Ujs.UserStanadaloneDetails; exports.UsersList = _chunkXRBK4J6Ujs.UsersList; exports.UsersListByContentIds = _chunkXRBK4J6Ujs.UsersListByContentIds; exports.UsersListContainer = _chunkXRBK4J6Ujs.UsersListContainer; exports.WaitlistConfirmation = _chunkXRBK4J6Ujs.WaitlistConfirmation; exports.WaitlistForm = _chunkXRBK4J6Ujs.WaitlistForm; exports.WaitlistHeroSection = _chunkXRBK4J6Ujs.WaitlistHeroSection; exports.WaitlistList = _chunkXRBK4J6Ujs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkXRBK4J6Ujs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkXRBK4J6Ujs.WaitlistSuccessState; exports.badgeVariants = _chunkXRBK4J6Ujs.badgeVariants; exports.buttonVariants = _chunkXRBK4J6Ujs.buttonVariants; exports.cellComponent = _chunkXRBK4J6Ujs.cellComponent; exports.cellDate = _chunkXRBK4J6Ujs.cellDate; exports.cellId = _chunkXRBK4J6Ujs.cellId; exports.cellLink = _chunkXRBK4J6Ujs.cellLink; exports.cellUrl = _chunkXRBK4J6Ujs.cellUrl; exports.errorToast = _chunkXRBK4J6Ujs.errorToast; exports.generateNotificationData = _chunkXRBK4J6Ujs.generateNotificationData; exports.getIcon = _chunkAHXRHXZ2js.getIcon; exports.getIconByModule = _chunkAHXRHXZ2js.getIconByModule; exports.getIconByModuleName = _chunkAHXRHXZ2js.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunkXRBK4J6Ujs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkXRBK4J6Ujs.tabsListVariants; exports.toggleVariants = _chunkXRBK4J6Ujs.toggleVariants; exports.triggerAssociationToast = _chunkXRBK4J6Ujs.triggerAssociationToast; exports.useCarousel = _chunkXRBK4J6Ujs.useCarousel; exports.useFileUpload = _chunkXRBK4J6Ujs.useFileUpload; exports.useSidebar = _chunkXRBK4J6Ujs.useSidebar;
|
|
809
815
|
//# sourceMappingURL=index.js.map
|