@carlonicora/nextjs-jsonapi 1.46.1 → 1.47.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/dist/{BlockNoteEditor-UOY5GSMU.mjs → BlockNoteEditor-J7R24CYB.mjs} +5 -5
  2. package/dist/{BlockNoteEditor-H6KXV3VK.js → BlockNoteEditor-XMBFXTHB.js} +15 -15
  3. package/dist/{BlockNoteEditor-H6KXV3VK.js.map → BlockNoteEditor-XMBFXTHB.js.map} +1 -1
  4. package/dist/JsonApiRequest-CRRH5B5V.js +24 -0
  5. package/dist/{JsonApiRequest-MUPAO7DI.js.map → JsonApiRequest-CRRH5B5V.js.map} +1 -1
  6. package/dist/{JsonApiRequest-XCQHVVYD.mjs → JsonApiRequest-I2S75QTJ.mjs} +2 -2
  7. package/dist/billing/index.js +347 -347
  8. package/dist/billing/index.mjs +4 -4
  9. package/dist/{chunk-WLS4D6VG.js → chunk-4MN547K7.js} +8 -1
  10. package/dist/chunk-4MN547K7.js.map +1 -0
  11. package/dist/{chunk-GCQUTWZ2.mjs → chunk-BTKJFMFL.mjs} +8 -1
  12. package/dist/chunk-BTKJFMFL.mjs.map +1 -0
  13. package/dist/{chunk-4HMQNMP6.mjs → chunk-BUCV5VFT.mjs} +2 -2
  14. package/dist/{chunk-2OJWO6QV.js → chunk-HY357JCN.js} +565 -565
  15. package/dist/{chunk-2OJWO6QV.js.map → chunk-HY357JCN.js.map} +1 -1
  16. package/dist/{chunk-LM4SDN4Y.mjs → chunk-IPVXH3VC.mjs} +43 -5
  17. package/dist/chunk-IPVXH3VC.mjs.map +1 -0
  18. package/dist/{chunk-5AYSTQBI.mjs → chunk-LYQMDZO7.mjs} +6 -6
  19. package/dist/{chunk-5PUPWZB4.js → chunk-ULHMVHDS.js} +137 -99
  20. package/dist/chunk-ULHMVHDS.js.map +1 -0
  21. package/dist/{chunk-GP3MDKGE.js → chunk-V63TFESU.js} +3 -3
  22. package/dist/{chunk-GP3MDKGE.js.map → chunk-V63TFESU.js.map} +1 -1
  23. package/dist/client/index.js +5 -5
  24. package/dist/client/index.mjs +4 -4
  25. package/dist/components/index.js +5 -5
  26. package/dist/components/index.mjs +4 -4
  27. package/dist/contexts/index.js +5 -5
  28. package/dist/contexts/index.mjs +4 -4
  29. package/dist/core/index.d.mts +12 -0
  30. package/dist/core/index.d.ts +12 -0
  31. package/dist/core/index.js +3 -3
  32. package/dist/core/index.mjs +2 -2
  33. package/dist/index.js +4 -4
  34. package/dist/index.mjs +3 -3
  35. package/dist/server/index.js +12 -12
  36. package/dist/server/index.mjs +2 -2
  37. package/package.json +1 -1
  38. package/src/core/abstracts/AbstractApiData.ts +56 -0
  39. package/src/core/abstracts/__tests__/readIncludedPolymorphic.spec.ts +195 -0
  40. package/src/core/registry/DataClassRegistry.ts +8 -0
  41. package/src/core/registry/__tests__/DataClassRegistry.getByJsonApiType.spec.ts +138 -0
  42. package/dist/JsonApiRequest-MUPAO7DI.js +0 -24
  43. package/dist/chunk-5PUPWZB4.js.map +0 -1
  44. package/dist/chunk-GCQUTWZ2.mjs.map +0 -1
  45. package/dist/chunk-LM4SDN4Y.mjs.map +0 -1
  46. package/dist/chunk-WLS4D6VG.js.map +0 -1
  47. /package/dist/{BlockNoteEditor-UOY5GSMU.mjs.map → BlockNoteEditor-J7R24CYB.mjs.map} +0 -0
  48. /package/dist/{JsonApiRequest-XCQHVVYD.mjs.map → JsonApiRequest-I2S75QTJ.mjs.map} +0 -0
  49. /package/dist/{chunk-4HMQNMP6.mjs.map → chunk-BUCV5VFT.mjs.map} +0 -0
  50. /package/dist/{chunk-5AYSTQBI.mjs.map → chunk-LYQMDZO7.mjs.map} +0 -0
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _chunkWLS4D6VGjs = require('./chunk-WLS4D6VG.js');
3
+ var _chunk4MN547K7js = require('./chunk-4MN547K7.js');
4
4
 
5
5
 
6
6
  var _chunk7QVYU63Ejs = require('./chunk-7QVYU63E.js');
@@ -10,7 +10,7 @@ var _clientConfig = null;
10
10
  function configureJsonApi(config) {
11
11
  _clientConfig = config;
12
12
  if (config.bootstrapper) {
13
- _chunkWLS4D6VGjs.setBootstrapper.call(void 0, config.bootstrapper);
13
+ _chunk4MN547K7js.setBootstrapper.call(void 0, config.bootstrapper);
14
14
  config.bootstrapper();
15
15
  }
16
16
  }
@@ -208,4 +208,4 @@ _chunk7QVYU63Ejs.__name.call(void 0, isReferralEnabled, "isReferralEnabled");
208
208
 
209
209
 
210
210
  exports.configureJsonApi = configureJsonApi; exports.configureClientConfig = configureClientConfig; exports.getApiUrl = getApiUrl; exports.getAppUrl = getAppUrl; exports.getTrackablePages = getTrackablePages; exports.getStripePublishableKey = getStripePublishableKey; exports.configureI18n = configureI18n; exports.useI18nRouter = useI18nRouter; exports.useI18nTranslations = useI18nTranslations; exports.getI18nLink = getI18nLink; exports.useI18nLocale = useI18nLocale; exports.useI18nDateFnsLocale = useI18nDateFnsLocale; exports.configureLogin = configureLogin; exports.isDiscordAuthEnabled = isDiscordAuthEnabled; exports.isGoogleAuthEnabled = isGoogleAuthEnabled; exports.isInternalAuthEnabled = isInternalAuthEnabled; exports.isRegistrationAllowed = isRegistrationAllowed; exports.getRegistrationMode = getRegistrationMode; exports.configureRoles = configureRoles; exports.getRoleId = getRoleId; exports.isRolesConfigured = isRolesConfigured; exports.configureWaitlist = configureWaitlist; exports.getWaitlistConfig = getWaitlistConfig; exports.configureReferral = configureReferral; exports.getReferralConfig = getReferralConfig; exports.isReferralEnabled = isReferralEnabled;
211
- //# sourceMappingURL=chunk-GP3MDKGE.js.map
211
+ //# sourceMappingURL=chunk-V63TFESU.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-GP3MDKGE.js","../src/client/config.ts","../src/i18n/config.ts","../src/login/config.ts","../src/roles/config.ts","../src/features/waitlist/config/waitlist.config.ts","../src/features/referral/config.ts"],"names":[],"mappings":"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","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-GP3MDKGE.js","sourcesContent":[null,"\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\n\n// Config storage for client-side contexts\nlet _clientConfig: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n} | null = null;\n\n/**\n * Configure the JSON:API client. This is the main configuration function.\n * This is typically called during app initialization.\n */\nexport function configureJsonApi(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n}): void {\n _clientConfig = config;\n // Register and call bootstrapper to register all modules\n if (config.bootstrapper) {\n setBootstrapper(config.bootstrapper);\n config.bootstrapper();\n }\n}\n\n/**\n * Configure the client config. This is typically called during app initialization.\n * @deprecated Use configureJsonApi instead\n */\nexport function configureClientConfig(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n}): void {\n _clientConfig = config;\n}\n\n/**\n * Get the configured API URL.\n */\nexport function getApiUrl(): string {\n if (_clientConfig?.apiUrl) {\n return _clientConfig.apiUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_API_URL) {\n return process.env.NEXT_PUBLIC_API_URL;\n }\n return \"\";\n}\n\n/**\n * Get the configured app URL.\n */\nexport function getAppUrl(): string {\n if (_clientConfig?.appUrl) {\n return _clientConfig.appUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_APP_URL) {\n return process.env.NEXT_PUBLIC_APP_URL;\n }\n if (typeof window !== \"undefined\") {\n return window.location.origin;\n }\n return \"\";\n}\n\n/**\n * Get the configured trackable pages.\n */\nexport function getTrackablePages(): ModuleWithPermissions[] {\n return _clientConfig?.trackablePages ?? [];\n}\n\n/**\n * Get the configured Stripe publishable key.\n */\nexport function getStripePublishableKey(): string | undefined {\n return _clientConfig?.stripePublishableKey;\n}\n","import { ComponentType } from \"react\";\n\n// Types for injected hooks\nexport interface I18nRouter {\n push: (href: string) => void;\n replace: (href: string) => void;\n back: () => void;\n forward: () => void;\n refresh: () => void;\n prefetch: (href: string) => void;\n}\n\nexport type UseRouterHook = () => I18nRouter;\nexport type UseTranslationsHook = (namespace?: string) => (key: string, values?: Record<string, any>) => string;\nexport type UseLocaleHook = () => string;\n\nexport type UseDateFnsLocaleHook = () => any; // date-fns Locale type\nexport type LinkComponent = ComponentType<{ href: string; children: React.ReactNode; [key: string]: any }>;\n\nexport interface I18nConfig {\n useRouter: UseRouterHook;\n useTranslations: UseTranslationsHook;\n useLocale?: UseLocaleHook;\n useDateFnsLocale?: UseDateFnsLocaleHook;\n Link: LinkComponent;\n usePathname: () => string;\n}\n\n// Private storage\nlet _config: I18nConfig | null = null;\n\n// Configuration function (called by app at startup)\nexport function configureI18n(config: I18nConfig): void {\n _config = config;\n}\n\n// Hooks for library components to use\nexport function useI18nRouter(): I18nRouter {\n if (!_config?.useRouter) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.useRouter();\n}\n\nexport function useI18nTranslations(namespace?: string): (key: string, values?: Record<string, any>) => string {\n if (!_config?.useTranslations) {\n // Fallback: return key as-is (safe for server/client)\n return (key: string) => key;\n }\n return _config.useTranslations(namespace);\n}\n\nexport function getI18nLink(): LinkComponent {\n if (!_config?.Link) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.Link;\n}\n\nexport function useI18nLocale(): string {\n if (_config?.useLocale) {\n return _config.useLocale();\n }\n // Fallback to English (safe for server/client)\n return \"en\";\n}\n\nexport function useI18nDateFnsLocale(): any {\n if (_config?.useDateFnsLocale) {\n return _config.useDateFnsLocale();\n }\n // Fallback to undefined (Calendar will use default)\n return undefined;\n}\n","let _useDiscordAuth: boolean = false;\nlet _useGoogleAuth: boolean = false;\nlet _useInternalAuth: boolean = true;\nlet _allowRegistration: boolean = true;\nlet _registrationMode: \"open\" | \"closed\" | \"waitlist\" = \"open\";\n\nexport type RegistrationMode = \"open\" | \"closed\" | \"waitlist\";\n\nexport interface LoginConfig {\n discordClientId?: string;\n googleClientId?: string;\n useInternalAuth?: boolean;\n allowRegistration?: boolean;\n registrationMode?: RegistrationMode;\n}\n\nexport function configureLogin(params: LoginConfig): void {\n _useDiscordAuth = !!params.discordClientId;\n _useGoogleAuth = !!params.googleClientId;\n _useInternalAuth = params.useInternalAuth ?? true;\n _allowRegistration = params.allowRegistration ?? true;\n _registrationMode = params.registrationMode ?? \"open\";\n}\n\nexport function isDiscordAuthEnabled(): boolean {\n return _useDiscordAuth;\n}\n\nexport function isGoogleAuthEnabled(): boolean {\n return _useGoogleAuth;\n}\n\nexport function isInternalAuthEnabled(): boolean {\n return _useInternalAuth;\n}\n\nexport function isRegistrationAllowed(): boolean {\n return _allowRegistration;\n}\n\nexport function getRegistrationMode(): RegistrationMode {\n return _registrationMode;\n}\n","/**\n * Role ID configuration interface\n * Apps provide their role IDs via configureRoles()\n */\nexport interface RoleIdConfig {\n Administrator: string;\n CompanyAdministrator: string;\n [key: string]: string; // Allow additional roles\n}\n\n// Private storage for the injected role IDs\nlet _roleId: RoleIdConfig | null = null;\n\n/**\n * Configure role IDs for the library\n * Call this at app startup to provide role ID constants\n *\n * @example\n * ```typescript\n * import { configureRoles } from \"@carlonicora/nextjs-jsonapi\";\n * import { RoleId } from \"@phlow/shared\";\n *\n * configureRoles(RoleId);\n * ```\n */\nexport function configureRoles(roleId: RoleIdConfig): void {\n _roleId = roleId;\n}\n\n/**\n * Get configured role IDs\n * @throws Error if roles not configured\n */\nexport function getRoleId(): RoleIdConfig {\n if (!_roleId) {\n throw new Error(\"Roles not configured. Call configureRoles() at app startup.\");\n }\n return _roleId;\n}\n\n/**\n * Check if roles have been configured\n */\nexport function isRolesConfigured(): boolean {\n return _roleId !== null;\n}\n","export type QuestionnaireFieldType = \"text\" | \"textarea\" | \"select\" | \"checkbox\";\n\nexport interface QuestionnaireOption {\n value: string;\n label: string;\n description?: string;\n}\n\nexport interface QuestionnaireField {\n id: string;\n type: QuestionnaireFieldType;\n label: string;\n description?: string;\n placeholder?: string;\n required?: boolean;\n options?: QuestionnaireOption[];\n}\n\nexport interface WaitlistConfig {\n questionnaire?: QuestionnaireField[];\n heroTitle?: string;\n heroSubtitle?: string;\n heroDescription?: string;\n benefits?: string[];\n}\n\nlet _waitlistConfig: WaitlistConfig = {};\n\nexport function configureWaitlist(config: WaitlistConfig): void {\n _waitlistConfig = config;\n}\n\nexport function getWaitlistConfig(): WaitlistConfig {\n return _waitlistConfig;\n}\n","/**\n * Configuration interface for frontend referral feature.\n */\nexport interface ReferralConfig {\n /**\n * Whether the referral feature is enabled.\n * When false, components render nothing and hooks return null.\n * @default false\n */\n enabled?: boolean;\n\n /**\n * Name of the cookie used to store referral codes.\n * @default \"referral_code\"\n */\n cookieName?: string;\n\n /**\n * Number of days the referral cookie is valid.\n * @default 30\n */\n cookieDays?: number;\n\n /**\n * Query parameter name for referral code in URL.\n * @default \"ref\"\n */\n urlParamName?: string;\n\n /**\n * Base URL for referral links.\n * @default window.location.origin (client-side only)\n */\n referralUrlBase?: string;\n\n /**\n * Path to append to base URL for referral links.\n * @default \"/\"\n */\n referralPath?: string;\n}\n\n/**\n * Default configuration values\n */\nexport const DEFAULT_REFERRAL_CONFIG: Required<ReferralConfig> = {\n enabled: false,\n cookieName: \"referral_code\",\n cookieDays: 30,\n urlParamName: \"ref\",\n referralUrlBase: \"\",\n referralPath: \"/\",\n};\n\n// Private storage for configuration\nlet _referralConfig: Required<ReferralConfig> = { ...DEFAULT_REFERRAL_CONFIG };\n\n/**\n * Configure referral feature settings.\n * Call this at app startup to enable and configure referral functionality.\n *\n * @example\n * ```typescript\n * import { configureReferral } from \"@carlonicora/nextjs-jsonapi\";\n *\n * configureReferral({\n * enabled: process.env.NEXT_PUBLIC_REFERRAL_ENABLED === 'true',\n * cookieDays: 30,\n * });\n * ```\n */\nexport function configureReferral(config: ReferralConfig): void {\n _referralConfig = { ...DEFAULT_REFERRAL_CONFIG, ...config };\n}\n\n/**\n * Get the current referral configuration.\n * @internal\n */\nexport function getReferralConfig(): Required<ReferralConfig> {\n return _referralConfig;\n}\n\n/**\n * Check if referral feature is enabled.\n */\nexport function isReferralEnabled(): boolean {\n return _referralConfig.enabled;\n}\n"]}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-V63TFESU.js","../src/client/config.ts","../src/i18n/config.ts","../src/login/config.ts","../src/roles/config.ts","../src/features/waitlist/config/waitlist.config.ts","../src/features/referral/config.ts"],"names":[],"mappings":"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","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-V63TFESU.js","sourcesContent":[null,"\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\n\n// Config storage for client-side contexts\nlet _clientConfig: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n} | null = null;\n\n/**\n * Configure the JSON:API client. This is the main configuration function.\n * This is typically called during app initialization.\n */\nexport function configureJsonApi(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n}): void {\n _clientConfig = config;\n // Register and call bootstrapper to register all modules\n if (config.bootstrapper) {\n setBootstrapper(config.bootstrapper);\n config.bootstrapper();\n }\n}\n\n/**\n * Configure the client config. This is typically called during app initialization.\n * @deprecated Use configureJsonApi instead\n */\nexport function configureClientConfig(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n}): void {\n _clientConfig = config;\n}\n\n/**\n * Get the configured API URL.\n */\nexport function getApiUrl(): string {\n if (_clientConfig?.apiUrl) {\n return _clientConfig.apiUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_API_URL) {\n return process.env.NEXT_PUBLIC_API_URL;\n }\n return \"\";\n}\n\n/**\n * Get the configured app URL.\n */\nexport function getAppUrl(): string {\n if (_clientConfig?.appUrl) {\n return _clientConfig.appUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_APP_URL) {\n return process.env.NEXT_PUBLIC_APP_URL;\n }\n if (typeof window !== \"undefined\") {\n return window.location.origin;\n }\n return \"\";\n}\n\n/**\n * Get the configured trackable pages.\n */\nexport function getTrackablePages(): ModuleWithPermissions[] {\n return _clientConfig?.trackablePages ?? [];\n}\n\n/**\n * Get the configured Stripe publishable key.\n */\nexport function getStripePublishableKey(): string | undefined {\n return _clientConfig?.stripePublishableKey;\n}\n","import { ComponentType } from \"react\";\n\n// Types for injected hooks\nexport interface I18nRouter {\n push: (href: string) => void;\n replace: (href: string) => void;\n back: () => void;\n forward: () => void;\n refresh: () => void;\n prefetch: (href: string) => void;\n}\n\nexport type UseRouterHook = () => I18nRouter;\nexport type UseTranslationsHook = (namespace?: string) => (key: string, values?: Record<string, any>) => string;\nexport type UseLocaleHook = () => string;\n\nexport type UseDateFnsLocaleHook = () => any; // date-fns Locale type\nexport type LinkComponent = ComponentType<{ href: string; children: React.ReactNode; [key: string]: any }>;\n\nexport interface I18nConfig {\n useRouter: UseRouterHook;\n useTranslations: UseTranslationsHook;\n useLocale?: UseLocaleHook;\n useDateFnsLocale?: UseDateFnsLocaleHook;\n Link: LinkComponent;\n usePathname: () => string;\n}\n\n// Private storage\nlet _config: I18nConfig | null = null;\n\n// Configuration function (called by app at startup)\nexport function configureI18n(config: I18nConfig): void {\n _config = config;\n}\n\n// Hooks for library components to use\nexport function useI18nRouter(): I18nRouter {\n if (!_config?.useRouter) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.useRouter();\n}\n\nexport function useI18nTranslations(namespace?: string): (key: string, values?: Record<string, any>) => string {\n if (!_config?.useTranslations) {\n // Fallback: return key as-is (safe for server/client)\n return (key: string) => key;\n }\n return _config.useTranslations(namespace);\n}\n\nexport function getI18nLink(): LinkComponent {\n if (!_config?.Link) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.Link;\n}\n\nexport function useI18nLocale(): string {\n if (_config?.useLocale) {\n return _config.useLocale();\n }\n // Fallback to English (safe for server/client)\n return \"en\";\n}\n\nexport function useI18nDateFnsLocale(): any {\n if (_config?.useDateFnsLocale) {\n return _config.useDateFnsLocale();\n }\n // Fallback to undefined (Calendar will use default)\n return undefined;\n}\n","let _useDiscordAuth: boolean = false;\nlet _useGoogleAuth: boolean = false;\nlet _useInternalAuth: boolean = true;\nlet _allowRegistration: boolean = true;\nlet _registrationMode: \"open\" | \"closed\" | \"waitlist\" = \"open\";\n\nexport type RegistrationMode = \"open\" | \"closed\" | \"waitlist\";\n\nexport interface LoginConfig {\n discordClientId?: string;\n googleClientId?: string;\n useInternalAuth?: boolean;\n allowRegistration?: boolean;\n registrationMode?: RegistrationMode;\n}\n\nexport function configureLogin(params: LoginConfig): void {\n _useDiscordAuth = !!params.discordClientId;\n _useGoogleAuth = !!params.googleClientId;\n _useInternalAuth = params.useInternalAuth ?? true;\n _allowRegistration = params.allowRegistration ?? true;\n _registrationMode = params.registrationMode ?? \"open\";\n}\n\nexport function isDiscordAuthEnabled(): boolean {\n return _useDiscordAuth;\n}\n\nexport function isGoogleAuthEnabled(): boolean {\n return _useGoogleAuth;\n}\n\nexport function isInternalAuthEnabled(): boolean {\n return _useInternalAuth;\n}\n\nexport function isRegistrationAllowed(): boolean {\n return _allowRegistration;\n}\n\nexport function getRegistrationMode(): RegistrationMode {\n return _registrationMode;\n}\n","/**\n * Role ID configuration interface\n * Apps provide their role IDs via configureRoles()\n */\nexport interface RoleIdConfig {\n Administrator: string;\n CompanyAdministrator: string;\n [key: string]: string; // Allow additional roles\n}\n\n// Private storage for the injected role IDs\nlet _roleId: RoleIdConfig | null = null;\n\n/**\n * Configure role IDs for the library\n * Call this at app startup to provide role ID constants\n *\n * @example\n * ```typescript\n * import { configureRoles } from \"@carlonicora/nextjs-jsonapi\";\n * import { RoleId } from \"@phlow/shared\";\n *\n * configureRoles(RoleId);\n * ```\n */\nexport function configureRoles(roleId: RoleIdConfig): void {\n _roleId = roleId;\n}\n\n/**\n * Get configured role IDs\n * @throws Error if roles not configured\n */\nexport function getRoleId(): RoleIdConfig {\n if (!_roleId) {\n throw new Error(\"Roles not configured. Call configureRoles() at app startup.\");\n }\n return _roleId;\n}\n\n/**\n * Check if roles have been configured\n */\nexport function isRolesConfigured(): boolean {\n return _roleId !== null;\n}\n","export type QuestionnaireFieldType = \"text\" | \"textarea\" | \"select\" | \"checkbox\";\n\nexport interface QuestionnaireOption {\n value: string;\n label: string;\n description?: string;\n}\n\nexport interface QuestionnaireField {\n id: string;\n type: QuestionnaireFieldType;\n label: string;\n description?: string;\n placeholder?: string;\n required?: boolean;\n options?: QuestionnaireOption[];\n}\n\nexport interface WaitlistConfig {\n questionnaire?: QuestionnaireField[];\n heroTitle?: string;\n heroSubtitle?: string;\n heroDescription?: string;\n benefits?: string[];\n}\n\nlet _waitlistConfig: WaitlistConfig = {};\n\nexport function configureWaitlist(config: WaitlistConfig): void {\n _waitlistConfig = config;\n}\n\nexport function getWaitlistConfig(): WaitlistConfig {\n return _waitlistConfig;\n}\n","/**\n * Configuration interface for frontend referral feature.\n */\nexport interface ReferralConfig {\n /**\n * Whether the referral feature is enabled.\n * When false, components render nothing and hooks return null.\n * @default false\n */\n enabled?: boolean;\n\n /**\n * Name of the cookie used to store referral codes.\n * @default \"referral_code\"\n */\n cookieName?: string;\n\n /**\n * Number of days the referral cookie is valid.\n * @default 30\n */\n cookieDays?: number;\n\n /**\n * Query parameter name for referral code in URL.\n * @default \"ref\"\n */\n urlParamName?: string;\n\n /**\n * Base URL for referral links.\n * @default window.location.origin (client-side only)\n */\n referralUrlBase?: string;\n\n /**\n * Path to append to base URL for referral links.\n * @default \"/\"\n */\n referralPath?: string;\n}\n\n/**\n * Default configuration values\n */\nexport const DEFAULT_REFERRAL_CONFIG: Required<ReferralConfig> = {\n enabled: false,\n cookieName: \"referral_code\",\n cookieDays: 30,\n urlParamName: \"ref\",\n referralUrlBase: \"\",\n referralPath: \"/\",\n};\n\n// Private storage for configuration\nlet _referralConfig: Required<ReferralConfig> = { ...DEFAULT_REFERRAL_CONFIG };\n\n/**\n * Configure referral feature settings.\n * Call this at app startup to enable and configure referral functionality.\n *\n * @example\n * ```typescript\n * import { configureReferral } from \"@carlonicora/nextjs-jsonapi\";\n *\n * configureReferral({\n * enabled: process.env.NEXT_PUBLIC_REFERRAL_ENABLED === 'true',\n * cookieDays: 30,\n * });\n * ```\n */\nexport function configureReferral(config: ReferralConfig): void {\n _referralConfig = { ...DEFAULT_REFERRAL_CONFIG, ...config };\n}\n\n/**\n * Get the current referral configuration.\n * @internal\n */\nexport function getReferralConfig(): Required<ReferralConfig> {\n return _referralConfig;\n}\n\n/**\n * Check if referral feature is enabled.\n */\nexport function isReferralEnabled(): boolean {\n return _referralConfig.enabled;\n}\n"]}
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- var _chunk2OJWO6QVjs = require('../chunk-2OJWO6QV.js');
29
+ var _chunkHY357JCNjs = require('../chunk-HY357JCN.js');
30
30
 
31
31
 
32
32
 
@@ -40,7 +40,7 @@ var _chunk2OJWO6QVjs = require('../chunk-2OJWO6QV.js');
40
40
 
41
41
 
42
42
 
43
- var _chunkGP3MDKGEjs = require('../chunk-GP3MDKGE.js');
43
+ var _chunkV63TFESUjs = require('../chunk-V63TFESU.js');
44
44
 
45
45
 
46
46
 
@@ -51,14 +51,14 @@ var _chunkGP3MDKGEjs = require('../chunk-GP3MDKGE.js');
51
51
 
52
52
 
53
53
 
54
- var _chunk5PUPWZB4js = require('../chunk-5PUPWZB4.js');
54
+ var _chunkULHMVHDSjs = require('../chunk-ULHMVHDS.js');
55
55
 
56
56
 
57
57
  var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
58
58
 
59
59
 
60
60
  var _chunkIBS6NI7Djs = require('../chunk-IBS6NI7D.js');
61
- require('../chunk-WLS4D6VG.js');
61
+ require('../chunk-4MN547K7.js');
62
62
 
63
63
 
64
64
 
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
117
117
 
118
118
 
119
119
 
120
- exports.ClientJsonApiDelete = _chunk5PUPWZB4js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk5PUPWZB4js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk5PUPWZB4js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk5PUPWZB4js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk5PUPWZB4js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk2OJWO6QVjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk2OJWO6QVjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkGP3MDKGEjs.configureClientConfig; exports.configureClientJsonApi = _chunk5PUPWZB4js.configureClientJsonApi; exports.configureI18n = _chunkGP3MDKGEjs.configureI18n; exports.configureJsonApi = _chunkGP3MDKGEjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkGP3MDKGEjs.getApiUrl; exports.getAppUrl = _chunkGP3MDKGEjs.getAppUrl; exports.getClientApiUrl = _chunk5PUPWZB4js.getClientApiUrl; exports.getClientAppUrl = _chunk5PUPWZB4js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk5PUPWZB4js.getClientTrackablePages; exports.getI18nLink = _chunkGP3MDKGEjs.getI18nLink; exports.getStripePublishableKey = _chunkGP3MDKGEjs.getStripePublishableKey; exports.getTrackablePages = _chunkGP3MDKGEjs.getTrackablePages; exports.registerTableGenerator = _chunk2OJWO6QVjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk2OJWO6QVjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk2OJWO6QVjs.useContentTableStructure; exports.useCustomD3Graph = _chunk2OJWO6QVjs.useCustomD3Graph; exports.useDataListRetriever = _chunk2OJWO6QVjs.useDataListRetriever; exports.useDebounce = _chunk2OJWO6QVjs.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 = _chunk2OJWO6QVjs.useJsonApiGet; exports.useJsonApiMutation = _chunk2OJWO6QVjs.useJsonApiMutation; exports.useNotificationSync = _chunk2OJWO6QVjs.useNotificationSync; exports.useOAuthClient = _chunk2OJWO6QVjs.useOAuthClient; exports.useOAuthClients = _chunk2OJWO6QVjs.useOAuthClients; exports.useOAuthConsent = _chunk2OJWO6QVjs.useOAuthConsent; exports.usePageTracker = _chunk2OJWO6QVjs.usePageTracker; exports.usePageUrlGenerator = _chunk2OJWO6QVjs.usePageUrlGenerator; exports.useRehydration = _chunk2OJWO6QVjs.useRehydration; exports.useRehydrationList = _chunk2OJWO6QVjs.useRehydrationList; exports.useRoleTableStructure = _chunk2OJWO6QVjs.useRoleTableStructure; exports.useSocket = _chunk2OJWO6QVjs.useSocket; exports.useSubscriptionStatus = _chunk2OJWO6QVjs.useSubscriptionStatus; exports.useTableGenerator = _chunk2OJWO6QVjs.useTableGenerator; exports.useUrlRewriter = _chunk2OJWO6QVjs.useUrlRewriter; exports.useUserSearch = _chunk2OJWO6QVjs.useUserSearch; exports.useUserTableStructure = _chunk2OJWO6QVjs.useUserTableStructure;
120
+ exports.ClientJsonApiDelete = _chunkULHMVHDSjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkULHMVHDSjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkULHMVHDSjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkULHMVHDSjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkULHMVHDSjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkHY357JCNjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkHY357JCNjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkV63TFESUjs.configureClientConfig; exports.configureClientJsonApi = _chunkULHMVHDSjs.configureClientJsonApi; exports.configureI18n = _chunkV63TFESUjs.configureI18n; exports.configureJsonApi = _chunkV63TFESUjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunkV63TFESUjs.getApiUrl; exports.getAppUrl = _chunkV63TFESUjs.getAppUrl; exports.getClientApiUrl = _chunkULHMVHDSjs.getClientApiUrl; exports.getClientAppUrl = _chunkULHMVHDSjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkULHMVHDSjs.getClientTrackablePages; exports.getI18nLink = _chunkV63TFESUjs.getI18nLink; exports.getStripePublishableKey = _chunkV63TFESUjs.getStripePublishableKey; exports.getTrackablePages = _chunkV63TFESUjs.getTrackablePages; exports.registerTableGenerator = _chunkHY357JCNjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkHY357JCNjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkHY357JCNjs.useContentTableStructure; exports.useCustomD3Graph = _chunkHY357JCNjs.useCustomD3Graph; exports.useDataListRetriever = _chunkHY357JCNjs.useDataListRetriever; exports.useDebounce = _chunkHY357JCNjs.useDebounce; exports.useI18nDateFnsLocale = _chunkV63TFESUjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkV63TFESUjs.useI18nLocale; exports.useI18nRouter = _chunkV63TFESUjs.useI18nRouter; exports.useI18nTranslations = _chunkV63TFESUjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkHY357JCNjs.useJsonApiGet; exports.useJsonApiMutation = _chunkHY357JCNjs.useJsonApiMutation; exports.useNotificationSync = _chunkHY357JCNjs.useNotificationSync; exports.useOAuthClient = _chunkHY357JCNjs.useOAuthClient; exports.useOAuthClients = _chunkHY357JCNjs.useOAuthClients; exports.useOAuthConsent = _chunkHY357JCNjs.useOAuthConsent; exports.usePageTracker = _chunkHY357JCNjs.usePageTracker; exports.usePageUrlGenerator = _chunkHY357JCNjs.usePageUrlGenerator; exports.useRehydration = _chunkHY357JCNjs.useRehydration; exports.useRehydrationList = _chunkHY357JCNjs.useRehydrationList; exports.useRoleTableStructure = _chunkHY357JCNjs.useRoleTableStructure; exports.useSocket = _chunkHY357JCNjs.useSocket; exports.useSubscriptionStatus = _chunkHY357JCNjs.useSubscriptionStatus; exports.useTableGenerator = _chunkHY357JCNjs.useTableGenerator; exports.useUrlRewriter = _chunkHY357JCNjs.useUrlRewriter; exports.useUserSearch = _chunkHY357JCNjs.useUserSearch; exports.useUserTableStructure = _chunkHY357JCNjs.useUserTableStructure;
121
121
  //# sourceMappingURL=index.js.map
@@ -25,7 +25,7 @@ import {
25
25
  useUrlRewriter,
26
26
  useUserSearch,
27
27
  useUserTableStructure
28
- } from "../chunk-5AYSTQBI.mjs";
28
+ } from "../chunk-LYQMDZO7.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-4HMQNMP6.mjs";
42
+ } from "../chunk-BUCV5VFT.mjs";
43
43
  import {
44
44
  ClientJsonApiDelete,
45
45
  ClientJsonApiGet,
@@ -50,14 +50,14 @@ import {
50
50
  getClientApiUrl,
51
51
  getClientAppUrl,
52
52
  getClientTrackablePages
53
- } from "../chunk-LM4SDN4Y.mjs";
53
+ } from "../chunk-IPVXH3VC.mjs";
54
54
  import {
55
55
  getClientToken
56
56
  } from "../chunk-AUXK7QSA.mjs";
57
57
  import {
58
58
  directFetch
59
59
  } from "../chunk-C7C7VY4F.mjs";
60
- import "../chunk-GCQUTWZ2.mjs";
60
+ import "../chunk-BTKJFMFL.mjs";
61
61
  import {
62
62
  JsonApiContext,
63
63
  useJsonApiConfig,
@@ -394,16 +394,16 @@
394
394
 
395
395
 
396
396
 
397
- var _chunk2OJWO6QVjs = require('../chunk-2OJWO6QV.js');
398
- require('../chunk-GP3MDKGE.js');
397
+ var _chunkHY357JCNjs = require('../chunk-HY357JCN.js');
398
+ require('../chunk-V63TFESU.js');
399
399
 
400
400
 
401
401
 
402
402
 
403
- var _chunk5PUPWZB4js = require('../chunk-5PUPWZB4.js');
403
+ var _chunkULHMVHDSjs = require('../chunk-ULHMVHDS.js');
404
404
  require('../chunk-LXKSUWAV.js');
405
405
  require('../chunk-IBS6NI7D.js');
406
- require('../chunk-WLS4D6VG.js');
406
+ require('../chunk-4MN547K7.js');
407
407
  require('../chunk-3EPNHTMH.js');
408
408
  require('../chunk-7QVYU63E.js');
409
409
 
@@ -811,5 +811,5 @@ require('../chunk-7QVYU63E.js');
811
811
 
812
812
 
813
813
 
814
- exports.AcceptInvitation = _chunk2OJWO6QVjs.AcceptInvitation; exports.Accordion = _chunk2OJWO6QVjs.Accordion; exports.AccordionContent = _chunk2OJWO6QVjs.AccordionContent; exports.AccordionItem = _chunk2OJWO6QVjs.AccordionItem; exports.AccordionTrigger = _chunk2OJWO6QVjs.AccordionTrigger; exports.ActivateAccount = _chunk2OJWO6QVjs.ActivateAccount; exports.AddUserToRole = _chunk2OJWO6QVjs.AddUserToRole; exports.AdminCompanyContainer = _chunk2OJWO6QVjs.AdminCompanyContainer; exports.AdminUsersList = _chunk2OJWO6QVjs.AdminUsersList; exports.Alert = _chunk2OJWO6QVjs.Alert; exports.AlertAction = _chunk2OJWO6QVjs.AlertAction; exports.AlertDescription = _chunk2OJWO6QVjs.AlertDescription; exports.AlertDialog = _chunk2OJWO6QVjs.AlertDialog; exports.AlertDialogAction = _chunk2OJWO6QVjs.AlertDialogAction; exports.AlertDialogCancel = _chunk2OJWO6QVjs.AlertDialogCancel; exports.AlertDialogContent = _chunk2OJWO6QVjs.AlertDialogContent; exports.AlertDialogDescription = _chunk2OJWO6QVjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk2OJWO6QVjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk2OJWO6QVjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk2OJWO6QVjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk2OJWO6QVjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk2OJWO6QVjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk2OJWO6QVjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk2OJWO6QVjs.AlertDialogTrigger; exports.AlertTitle = _chunk2OJWO6QVjs.AlertTitle; exports.AllowedUsersDetails = _chunk2OJWO6QVjs.AllowedUsersDetails; exports.AttributeElement = _chunk2OJWO6QVjs.AttributeElement; exports.AuthContainer = _chunk2OJWO6QVjs.AuthContainer; exports.Avatar = _chunk2OJWO6QVjs.Avatar; exports.AvatarBadge = _chunk2OJWO6QVjs.AvatarBadge; exports.AvatarFallback = _chunk2OJWO6QVjs.AvatarFallback; exports.AvatarGroup = _chunk2OJWO6QVjs.AvatarGroup; exports.AvatarGroupCount = _chunk2OJWO6QVjs.AvatarGroupCount; exports.AvatarImage = _chunk2OJWO6QVjs.AvatarImage; exports.BackupCodesDialog = _chunk2OJWO6QVjs.BackupCodesDialog; exports.Badge = _chunk2OJWO6QVjs.Badge; exports.BlockNoteEditorContainer = _chunk2OJWO6QVjs.BlockNoteEditorContainer; exports.Board = _chunk2OJWO6QVjs.KanbanBoard; exports.Breadcrumb = _chunk2OJWO6QVjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk2OJWO6QVjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk2OJWO6QVjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk2OJWO6QVjs.BreadcrumbLink; exports.BreadcrumbList = _chunk2OJWO6QVjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk2OJWO6QVjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk2OJWO6QVjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk2OJWO6QVjs.BreadcrumbSeparator; exports.Button = _chunk2OJWO6QVjs.Button; exports.Calendar = _chunk2OJWO6QVjs.Calendar; exports.CalendarDayButton = _chunk2OJWO6QVjs.CalendarDayButton; exports.Card = _chunk2OJWO6QVjs.Card; exports.CardAction = _chunk2OJWO6QVjs.CardAction; exports.CardContent = _chunk2OJWO6QVjs.CardContent; exports.CardDescription = _chunk2OJWO6QVjs.CardDescription; exports.CardFooter = _chunk2OJWO6QVjs.CardFooter; exports.CardHeader = _chunk2OJWO6QVjs.CardHeader; exports.CardTitle = _chunk2OJWO6QVjs.CardTitle; exports.Carousel = _chunk2OJWO6QVjs.Carousel; exports.CarouselContent = _chunk2OJWO6QVjs.CarouselContent; exports.CarouselItem = _chunk2OJWO6QVjs.CarouselItem; exports.CarouselNext = _chunk2OJWO6QVjs.CarouselNext; exports.CarouselPrevious = _chunk2OJWO6QVjs.CarouselPrevious; exports.ChartContainer = _chunk2OJWO6QVjs.ChartContainer; exports.ChartLegend = _chunk2OJWO6QVjs.ChartLegend; exports.ChartLegendContent = _chunk2OJWO6QVjs.ChartLegendContent; exports.ChartStyle = _chunk2OJWO6QVjs.ChartStyle; exports.ChartTooltip = _chunk2OJWO6QVjs.ChartTooltip; exports.ChartTooltipContent = _chunk2OJWO6QVjs.ChartTooltipContent; exports.Checkbox = _chunk2OJWO6QVjs.Checkbox; exports.Collapsible = _chunk2OJWO6QVjs.Collapsible; exports.CollapsibleContent = _chunk2OJWO6QVjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk2OJWO6QVjs.CollapsibleTrigger; exports.Column = _chunk2OJWO6QVjs.KanbanColumn; exports.ColumnHandle = _chunk2OJWO6QVjs.KanbanColumnHandle; exports.Command = _chunk2OJWO6QVjs.Command; exports.CommandDialog = _chunk2OJWO6QVjs.CommandDialog; exports.CommandEmpty = _chunk2OJWO6QVjs.CommandEmpty; exports.CommandGroup = _chunk2OJWO6QVjs.CommandGroup; exports.CommandInput = _chunk2OJWO6QVjs.CommandInput; exports.CommandItem = _chunk2OJWO6QVjs.CommandItem; exports.CommandList = _chunk2OJWO6QVjs.CommandList; exports.CommandSeparator = _chunk2OJWO6QVjs.CommandSeparator; exports.CommandShortcut = _chunk2OJWO6QVjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk2OJWO6QVjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk2OJWO6QVjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk2OJWO6QVjs.CommonDeleter; exports.CommonEditorButtons = _chunk2OJWO6QVjs.CommonEditorButtons; exports.CommonEditorHeader = _chunk2OJWO6QVjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk2OJWO6QVjs.CommonEditorTrigger; exports.CompaniesList = _chunk2OJWO6QVjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk2OJWO6QVjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunk2OJWO6QVjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunk2OJWO6QVjs.CompanyContainer; exports.CompanyDeleter = _chunk2OJWO6QVjs.CompanyDeleter; exports.CompanyDetails = _chunk2OJWO6QVjs.CompanyDetails; exports.CompanyEditor = _chunk2OJWO6QVjs.CompanyEditor; exports.CompanyUsersList = _chunk2OJWO6QVjs.CompanyUsersList; exports.ContentListTable = _chunk2OJWO6QVjs.ContentListTable; exports.ContentTableSearch = _chunk2OJWO6QVjs.ContentTableSearch; exports.ContentTitle = _chunk2OJWO6QVjs.ContentTitle; exports.ContentsList = _chunk2OJWO6QVjs.ContentsList; exports.ContentsListById = _chunk2OJWO6QVjs.ContentsListById; exports.ContextMenu = _chunk2OJWO6QVjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk2OJWO6QVjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk2OJWO6QVjs.ContextMenuContent; exports.ContextMenuGroup = _chunk2OJWO6QVjs.ContextMenuGroup; exports.ContextMenuItem = _chunk2OJWO6QVjs.ContextMenuItem; exports.ContextMenuLabel = _chunk2OJWO6QVjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk2OJWO6QVjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk2OJWO6QVjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk2OJWO6QVjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk2OJWO6QVjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk2OJWO6QVjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk2OJWO6QVjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk2OJWO6QVjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk2OJWO6QVjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk2OJWO6QVjs.ContextMenuTrigger; exports.ContributorsList = _chunk2OJWO6QVjs.ContributorsList; exports.Cookies = _chunk2OJWO6QVjs.Cookies; exports.DatePickerPopover = _chunk2OJWO6QVjs.DatePickerPopover; exports.DateRangeSelector = _chunk2OJWO6QVjs.DateRangeSelector; exports.Dialog = _chunk2OJWO6QVjs.Dialog; exports.DialogClose = _chunk2OJWO6QVjs.DialogClose; exports.DialogContent = _chunk2OJWO6QVjs.DialogContent; exports.DialogDescription = _chunk2OJWO6QVjs.DialogDescription; exports.DialogFooter = _chunk2OJWO6QVjs.DialogFooter; exports.DialogHeader = _chunk2OJWO6QVjs.DialogHeader; exports.DialogOverlay = _chunk2OJWO6QVjs.DialogOverlay; exports.DialogPortal = _chunk2OJWO6QVjs.DialogPortal; exports.DialogTitle = _chunk2OJWO6QVjs.DialogTitle; exports.DialogTrigger = _chunk2OJWO6QVjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk2OJWO6QVjs.DisableTwoFactorDialog; exports.Drawer = _chunk2OJWO6QVjs.Drawer; exports.DrawerClose = _chunk2OJWO6QVjs.DrawerClose; exports.DrawerContent = _chunk2OJWO6QVjs.DrawerContent; exports.DrawerDescription = _chunk2OJWO6QVjs.DrawerDescription; exports.DrawerFooter = _chunk2OJWO6QVjs.DrawerFooter; exports.DrawerHeader = _chunk2OJWO6QVjs.DrawerHeader; exports.DrawerOverlay = _chunk2OJWO6QVjs.DrawerOverlay; exports.DrawerPortal = _chunk2OJWO6QVjs.DrawerPortal; exports.DrawerTitle = _chunk2OJWO6QVjs.DrawerTitle; exports.DrawerTrigger = _chunk2OJWO6QVjs.DrawerTrigger; exports.DropdownMenu = _chunk2OJWO6QVjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk2OJWO6QVjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk2OJWO6QVjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk2OJWO6QVjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk2OJWO6QVjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk2OJWO6QVjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk2OJWO6QVjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk2OJWO6QVjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk2OJWO6QVjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk2OJWO6QVjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk2OJWO6QVjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk2OJWO6QVjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk2OJWO6QVjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk2OJWO6QVjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk2OJWO6QVjs.DropdownMenuTrigger; exports.ErrorDetails = _chunk2OJWO6QVjs.ErrorDetails; exports.Field = _chunk2OJWO6QVjs.Field; exports.FieldContent = _chunk2OJWO6QVjs.FieldContent; exports.FieldDescription = _chunk2OJWO6QVjs.FieldDescription; exports.FieldError = _chunk2OJWO6QVjs.FieldError; exports.FieldGroup = _chunk2OJWO6QVjs.FieldGroup; exports.FieldLabel = _chunk2OJWO6QVjs.FieldLabel; exports.FieldLegend = _chunk2OJWO6QVjs.FieldLegend; exports.FieldSeparator = _chunk2OJWO6QVjs.FieldSeparator; exports.FieldSet = _chunk2OJWO6QVjs.FieldSet; exports.FieldTitle = _chunk2OJWO6QVjs.FieldTitle; exports.FileInput = _chunk2OJWO6QVjs.FileInput; exports.FileUploader = _chunk2OJWO6QVjs.FileUploader; exports.FileUploaderContent = _chunk2OJWO6QVjs.FileUploaderContent; exports.FileUploaderItem = _chunk2OJWO6QVjs.FileUploaderItem; exports.ForgotPassword = _chunk2OJWO6QVjs.ForgotPassword; exports.Form = _chunk2OJWO6QVjs.Form; exports.FormCheckbox = _chunk2OJWO6QVjs.FormCheckbox; exports.FormDate = _chunk2OJWO6QVjs.FormDate; exports.FormDateTime = _chunk2OJWO6QVjs.FormDateTime; exports.FormFeatures = _chunk2OJWO6QVjs.FormFeatures; exports.FormFieldWrapper = _chunk2OJWO6QVjs.FormFieldWrapper; exports.FormInput = _chunk2OJWO6QVjs.FormInput; exports.FormPassword = _chunk2OJWO6QVjs.FormPassword; exports.FormPlaceAutocomplete = _chunk2OJWO6QVjs.FormPlaceAutocomplete; exports.FormRoles = _chunk2OJWO6QVjs.FormRoles; exports.FormSelect = _chunk2OJWO6QVjs.FormSelect; exports.FormSlider = _chunk2OJWO6QVjs.FormSlider; exports.FormSwitch = _chunk2OJWO6QVjs.FormSwitch; exports.FormTextarea = _chunk2OJWO6QVjs.FormTextarea; exports.GdprConsentCheckbox = _chunk2OJWO6QVjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk2OJWO6QVjs.GdprConsentSection; exports.Header = _chunk2OJWO6QVjs.Header; exports.HoverCard = _chunk2OJWO6QVjs.HoverCard; exports.HoverCardContent = _chunk2OJWO6QVjs.HoverCardContent; exports.HoverCardTrigger = _chunk2OJWO6QVjs.HoverCardTrigger; exports.Input = _chunk2OJWO6QVjs.Input; exports.InputGroup = _chunk2OJWO6QVjs.InputGroup; exports.InputGroupAddon = _chunk2OJWO6QVjs.InputGroupAddon; exports.InputGroupButton = _chunk2OJWO6QVjs.InputGroupButton; exports.InputGroupInput = _chunk2OJWO6QVjs.InputGroupInput; exports.InputGroupText = _chunk2OJWO6QVjs.InputGroupText; exports.InputGroupTextarea = _chunk2OJWO6QVjs.InputGroupTextarea; exports.InputOTP = _chunk2OJWO6QVjs.InputOTP; exports.InputOTPGroup = _chunk2OJWO6QVjs.InputOTPGroup; exports.InputOTPSeparator = _chunk2OJWO6QVjs.InputOTPSeparator; exports.InputOTPSlot = _chunk2OJWO6QVjs.InputOTPSlot; exports.Item = _chunk2OJWO6QVjs.KanbanItem; exports.ItemHandle = _chunk2OJWO6QVjs.KanbanItemHandle; exports.Kanban = _chunk2OJWO6QVjs.KanbanRoot; exports.KanbanBoard = _chunk2OJWO6QVjs.KanbanBoard; exports.KanbanColumn = _chunk2OJWO6QVjs.KanbanColumn; exports.KanbanColumnHandle = _chunk2OJWO6QVjs.KanbanColumnHandle; exports.KanbanItem = _chunk2OJWO6QVjs.KanbanItem; exports.KanbanItemHandle = _chunk2OJWO6QVjs.KanbanItemHandle; exports.KanbanOverlay = _chunk2OJWO6QVjs.KanbanOverlay; exports.Label = _chunk2OJWO6QVjs.Label; exports.LandingComponent = _chunk2OJWO6QVjs.LandingComponent; exports.Link = _chunk2OJWO6QVjs.Link; exports.Login = _chunk2OJWO6QVjs.Login; exports.Logout = _chunk2OJWO6QVjs.Logout; exports.ModeToggleSwitch = _chunk2OJWO6QVjs.ModeToggleSwitch; exports.MultiSelect = _chunk2OJWO6QVjs.MultiSelect; exports.NavigationMenu = _chunk2OJWO6QVjs.NavigationMenu; exports.NavigationMenuContent = _chunk2OJWO6QVjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk2OJWO6QVjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk2OJWO6QVjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk2OJWO6QVjs.NavigationMenuLink; exports.NavigationMenuList = _chunk2OJWO6QVjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk2OJWO6QVjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk2OJWO6QVjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk2OJWO6QVjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk2OJWO6QVjs.NotificationMenuItem; exports.NotificationModal = _chunk2OJWO6QVjs.NotificationModal; exports.NotificationToast = _chunk2OJWO6QVjs.NotificationToast; exports.NotificationsList = _chunk2OJWO6QVjs.NotificationsList; exports.NotificationsListContainer = _chunk2OJWO6QVjs.NotificationsListContainer; exports.OAuthClientCard = _chunk2OJWO6QVjs.OAuthClientCard; exports.OAuthClientDetail = _chunk2OJWO6QVjs.OAuthClientDetail; exports.OAuthClientForm = _chunk2OJWO6QVjs.OAuthClientForm; exports.OAuthClientList = _chunk2OJWO6QVjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk2OJWO6QVjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk2OJWO6QVjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk2OJWO6QVjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk2OJWO6QVjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk2OJWO6QVjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk2OJWO6QVjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk2OJWO6QVjs.OAuthScopeSelector; exports.OnboardingCard = _chunk2OJWO6QVjs.OnboardingCard; exports.Overlay = _chunk2OJWO6QVjs.KanbanOverlay; exports.PageContainer = _chunk2OJWO6QVjs.PageContainer; exports.PageContainerContentDetails = _chunk2OJWO6QVjs.PageContainerContentDetails; exports.PageContentContainer = _chunk2OJWO6QVjs.PageContentContainer; exports.PageSection = _chunk2OJWO6QVjs.PageSection; exports.PasskeyButton = _chunk2OJWO6QVjs.PasskeyButton; exports.PasskeyList = _chunk2OJWO6QVjs.PasskeyList; exports.PasskeySetupDialog = _chunk2OJWO6QVjs.PasskeySetupDialog; exports.PasswordInput = _chunk2OJWO6QVjs.PasswordInput; exports.Popover = _chunk2OJWO6QVjs.Popover; exports.PopoverContent = _chunk2OJWO6QVjs.PopoverContent; exports.PopoverDescription = _chunk2OJWO6QVjs.PopoverDescription; exports.PopoverHeader = _chunk2OJWO6QVjs.PopoverHeader; exports.PopoverTitle = _chunk2OJWO6QVjs.PopoverTitle; exports.PopoverTrigger = _chunk2OJWO6QVjs.PopoverTrigger; exports.Progress = _chunk2OJWO6QVjs.Progress; exports.ProgressIndicator = _chunk2OJWO6QVjs.ProgressIndicator; exports.ProgressLabel = _chunk2OJWO6QVjs.ProgressLabel; exports.ProgressTrack = _chunk2OJWO6QVjs.ProgressTrack; exports.ProgressValue = _chunk2OJWO6QVjs.ProgressValue; exports.PushNotificationProvider = _chunk2OJWO6QVjs.PushNotificationProvider; exports.RadioGroup = _chunk2OJWO6QVjs.RadioGroup; exports.RadioGroupItem = _chunk2OJWO6QVjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunk2OJWO6QVjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk2OJWO6QVjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk2OJWO6QVjs.ReferralCodeCapture; exports.ReferralDialog = _chunk2OJWO6QVjs.ReferralDialog; exports.ReferralWidget = _chunk2OJWO6QVjs.ReferralWidget; exports.RefreshUser = _chunk2OJWO6QVjs.RefreshUser; exports.RelevantContentsList = _chunk2OJWO6QVjs.RelevantContentsList; exports.RelevantUsersList = _chunk2OJWO6QVjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk2OJWO6QVjs.RemoveUserFromRole; exports.ResetPassword = _chunk2OJWO6QVjs.ResetPassword; exports.ResizableHandle = _chunk2OJWO6QVjs.ResizableHandle; exports.ResizablePanel = _chunk2OJWO6QVjs.ResizablePanel; exports.ResizablePanelGroup = _chunk2OJWO6QVjs.ResizablePanelGroup; exports.RoleContainer = _chunk2OJWO6QVjs.RoleContainer; exports.RoleDetails = _chunk2OJWO6QVjs.RoleDetails; exports.RoleUsersList = _chunk2OJWO6QVjs.RoleUsersList; exports.RolesList = _chunk2OJWO6QVjs.RolesList; exports.Root = _chunk2OJWO6QVjs.KanbanRoot; exports.ScrollArea = _chunk2OJWO6QVjs.ScrollArea; exports.ScrollBar = _chunk2OJWO6QVjs.ScrollBar; exports.SecurityContainer = _chunk2OJWO6QVjs.SecurityContainer; exports.Select = _chunk2OJWO6QVjs.Select; exports.SelectContent = _chunk2OJWO6QVjs.SelectContent; exports.SelectGroup = _chunk2OJWO6QVjs.SelectGroup; exports.SelectItem = _chunk2OJWO6QVjs.SelectItem; exports.SelectLabel = _chunk2OJWO6QVjs.SelectLabel; exports.SelectScrollDownButton = _chunk2OJWO6QVjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk2OJWO6QVjs.SelectScrollUpButton; exports.SelectSeparator = _chunk2OJWO6QVjs.SelectSeparator; exports.SelectTrigger = _chunk2OJWO6QVjs.SelectTrigger; exports.SelectValue = _chunk2OJWO6QVjs.SelectValue; exports.Separator = _chunk2OJWO6QVjs.Separator; exports.Sheet = _chunk2OJWO6QVjs.Sheet; exports.SheetClose = _chunk2OJWO6QVjs.SheetClose; exports.SheetContent = _chunk2OJWO6QVjs.SheetContent; exports.SheetDescription = _chunk2OJWO6QVjs.SheetDescription; exports.SheetFooter = _chunk2OJWO6QVjs.SheetFooter; exports.SheetHeader = _chunk2OJWO6QVjs.SheetHeader; exports.SheetTitle = _chunk2OJWO6QVjs.SheetTitle; exports.SheetTrigger = _chunk2OJWO6QVjs.SheetTrigger; exports.Sidebar = _chunk2OJWO6QVjs.Sidebar; exports.SidebarContent = _chunk2OJWO6QVjs.SidebarContent; exports.SidebarFooter = _chunk2OJWO6QVjs.SidebarFooter; exports.SidebarGroup = _chunk2OJWO6QVjs.SidebarGroup; exports.SidebarGroupAction = _chunk2OJWO6QVjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk2OJWO6QVjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk2OJWO6QVjs.SidebarGroupLabel; exports.SidebarHeader = _chunk2OJWO6QVjs.SidebarHeader; exports.SidebarInput = _chunk2OJWO6QVjs.SidebarInput; exports.SidebarInset = _chunk2OJWO6QVjs.SidebarInset; exports.SidebarMenu = _chunk2OJWO6QVjs.SidebarMenu; exports.SidebarMenuAction = _chunk2OJWO6QVjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk2OJWO6QVjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk2OJWO6QVjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk2OJWO6QVjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk2OJWO6QVjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk2OJWO6QVjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk2OJWO6QVjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk2OJWO6QVjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk2OJWO6QVjs.SidebarProvider; exports.SidebarRail = _chunk2OJWO6QVjs.SidebarRail; exports.SidebarSeparator = _chunk2OJWO6QVjs.SidebarSeparator; exports.SidebarTrigger = _chunk2OJWO6QVjs.SidebarTrigger; exports.Skeleton = _chunk2OJWO6QVjs.Skeleton; exports.Slider = _chunk2OJWO6QVjs.Slider; exports.Switch = _chunk2OJWO6QVjs.Switch; exports.Table = _chunk2OJWO6QVjs.Table; exports.TableBody = _chunk2OJWO6QVjs.TableBody; exports.TableCaption = _chunk2OJWO6QVjs.TableCaption; exports.TableCell = _chunk2OJWO6QVjs.TableCell; exports.TableFooter = _chunk2OJWO6QVjs.TableFooter; exports.TableHead = _chunk2OJWO6QVjs.TableHead; exports.TableHeader = _chunk2OJWO6QVjs.TableHeader; exports.TableRow = _chunk2OJWO6QVjs.TableRow; exports.Tabs = _chunk2OJWO6QVjs.Tabs; exports.TabsContainer = _chunk2OJWO6QVjs.TabsContainer; exports.TabsContent = _chunk2OJWO6QVjs.TabsContent; exports.TabsList = _chunk2OJWO6QVjs.TabsList; exports.TabsTrigger = _chunk2OJWO6QVjs.TabsTrigger; exports.Textarea = _chunk2OJWO6QVjs.Textarea; exports.Toaster = _chunk2OJWO6QVjs.Toaster; exports.Toggle = _chunk2OJWO6QVjs.Toggle; exports.TokenStatusIndicator = _chunk2OJWO6QVjs.TokenStatusIndicator; exports.Tooltip = _chunk2OJWO6QVjs.Tooltip; exports.TooltipContent = _chunk2OJWO6QVjs.TooltipContent; exports.TooltipProvider = _chunk2OJWO6QVjs.TooltipProvider; exports.TooltipTrigger = _chunk2OJWO6QVjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk2OJWO6QVjs.TotpAuthenticatorList; exports.TotpInput = _chunk2OJWO6QVjs.TotpInput; exports.TotpSetupDialog = _chunk2OJWO6QVjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk2OJWO6QVjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk2OJWO6QVjs.TwoFactorSettings; exports.UserAvatar = _chunk2OJWO6QVjs.UserAvatar; exports.UserAvatarEditor = _chunk2OJWO6QVjs.UserAvatarEditor; exports.UserContainer = _chunk2OJWO6QVjs.UserContainer; exports.UserDeleter = _chunk2OJWO6QVjs.UserDeleter; exports.UserDetails = _chunk2OJWO6QVjs.UserDetails; exports.UserEditor = _chunk2OJWO6QVjs.UserEditor; exports.UserIndexContainer = _chunk2OJWO6QVjs.UserIndexContainer; exports.UserIndexDetails = _chunk2OJWO6QVjs.UserIndexDetails; exports.UserListInAdd = _chunk2OJWO6QVjs.UserListInAdd; exports.UserMultiSelect = _chunk2OJWO6QVjs.UserMultiSelect; exports.UserReactivator = _chunk2OJWO6QVjs.UserReactivator; exports.UserResentInvitationEmail = _chunk2OJWO6QVjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk2OJWO6QVjs.UserRoleAdd; exports.UserRolesList = _chunk2OJWO6QVjs.UserRolesList; exports.UserSelector = _chunk2OJWO6QVjs.UserSelector; exports.UserStanadaloneDetails = _chunk2OJWO6QVjs.UserStanadaloneDetails; exports.UsersList = _chunk2OJWO6QVjs.UsersList; exports.UsersListByContentIds = _chunk2OJWO6QVjs.UsersListByContentIds; exports.UsersListContainer = _chunk2OJWO6QVjs.UsersListContainer; exports.WaitlistConfirmation = _chunk2OJWO6QVjs.WaitlistConfirmation; exports.WaitlistForm = _chunk2OJWO6QVjs.WaitlistForm; exports.WaitlistHeroSection = _chunk2OJWO6QVjs.WaitlistHeroSection; exports.WaitlistList = _chunk2OJWO6QVjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk2OJWO6QVjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk2OJWO6QVjs.WaitlistSuccessState; exports.badgeVariants = _chunk2OJWO6QVjs.badgeVariants; exports.buttonVariants = _chunk2OJWO6QVjs.buttonVariants; exports.cellComponent = _chunk2OJWO6QVjs.cellComponent; exports.cellDate = _chunk2OJWO6QVjs.cellDate; exports.cellId = _chunk2OJWO6QVjs.cellId; exports.cellLink = _chunk2OJWO6QVjs.cellLink; exports.cellUrl = _chunk2OJWO6QVjs.cellUrl; exports.errorToast = _chunk2OJWO6QVjs.errorToast; exports.generateNotificationData = _chunk2OJWO6QVjs.generateNotificationData; exports.getIcon = _chunk5PUPWZB4js.getIcon; exports.getIconByModule = _chunk5PUPWZB4js.getIconByModule; exports.getIconByModuleName = _chunk5PUPWZB4js.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunk2OJWO6QVjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk2OJWO6QVjs.tabsListVariants; exports.toggleVariants = _chunk2OJWO6QVjs.toggleVariants; exports.triggerAssociationToast = _chunk2OJWO6QVjs.triggerAssociationToast; exports.useCarousel = _chunk2OJWO6QVjs.useCarousel; exports.useFileUpload = _chunk2OJWO6QVjs.useFileUpload; exports.useSidebar = _chunk2OJWO6QVjs.useSidebar;
814
+ exports.AcceptInvitation = _chunkHY357JCNjs.AcceptInvitation; exports.Accordion = _chunkHY357JCNjs.Accordion; exports.AccordionContent = _chunkHY357JCNjs.AccordionContent; exports.AccordionItem = _chunkHY357JCNjs.AccordionItem; exports.AccordionTrigger = _chunkHY357JCNjs.AccordionTrigger; exports.ActivateAccount = _chunkHY357JCNjs.ActivateAccount; exports.AddUserToRole = _chunkHY357JCNjs.AddUserToRole; exports.AdminCompanyContainer = _chunkHY357JCNjs.AdminCompanyContainer; exports.AdminUsersList = _chunkHY357JCNjs.AdminUsersList; exports.Alert = _chunkHY357JCNjs.Alert; exports.AlertAction = _chunkHY357JCNjs.AlertAction; exports.AlertDescription = _chunkHY357JCNjs.AlertDescription; exports.AlertDialog = _chunkHY357JCNjs.AlertDialog; exports.AlertDialogAction = _chunkHY357JCNjs.AlertDialogAction; exports.AlertDialogCancel = _chunkHY357JCNjs.AlertDialogCancel; exports.AlertDialogContent = _chunkHY357JCNjs.AlertDialogContent; exports.AlertDialogDescription = _chunkHY357JCNjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkHY357JCNjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkHY357JCNjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkHY357JCNjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkHY357JCNjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkHY357JCNjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkHY357JCNjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkHY357JCNjs.AlertDialogTrigger; exports.AlertTitle = _chunkHY357JCNjs.AlertTitle; exports.AllowedUsersDetails = _chunkHY357JCNjs.AllowedUsersDetails; exports.AttributeElement = _chunkHY357JCNjs.AttributeElement; exports.AuthContainer = _chunkHY357JCNjs.AuthContainer; exports.Avatar = _chunkHY357JCNjs.Avatar; exports.AvatarBadge = _chunkHY357JCNjs.AvatarBadge; exports.AvatarFallback = _chunkHY357JCNjs.AvatarFallback; exports.AvatarGroup = _chunkHY357JCNjs.AvatarGroup; exports.AvatarGroupCount = _chunkHY357JCNjs.AvatarGroupCount; exports.AvatarImage = _chunkHY357JCNjs.AvatarImage; exports.BackupCodesDialog = _chunkHY357JCNjs.BackupCodesDialog; exports.Badge = _chunkHY357JCNjs.Badge; exports.BlockNoteEditorContainer = _chunkHY357JCNjs.BlockNoteEditorContainer; exports.Board = _chunkHY357JCNjs.KanbanBoard; exports.Breadcrumb = _chunkHY357JCNjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkHY357JCNjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkHY357JCNjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkHY357JCNjs.BreadcrumbLink; exports.BreadcrumbList = _chunkHY357JCNjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkHY357JCNjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkHY357JCNjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkHY357JCNjs.BreadcrumbSeparator; exports.Button = _chunkHY357JCNjs.Button; exports.Calendar = _chunkHY357JCNjs.Calendar; exports.CalendarDayButton = _chunkHY357JCNjs.CalendarDayButton; exports.Card = _chunkHY357JCNjs.Card; exports.CardAction = _chunkHY357JCNjs.CardAction; exports.CardContent = _chunkHY357JCNjs.CardContent; exports.CardDescription = _chunkHY357JCNjs.CardDescription; exports.CardFooter = _chunkHY357JCNjs.CardFooter; exports.CardHeader = _chunkHY357JCNjs.CardHeader; exports.CardTitle = _chunkHY357JCNjs.CardTitle; exports.Carousel = _chunkHY357JCNjs.Carousel; exports.CarouselContent = _chunkHY357JCNjs.CarouselContent; exports.CarouselItem = _chunkHY357JCNjs.CarouselItem; exports.CarouselNext = _chunkHY357JCNjs.CarouselNext; exports.CarouselPrevious = _chunkHY357JCNjs.CarouselPrevious; exports.ChartContainer = _chunkHY357JCNjs.ChartContainer; exports.ChartLegend = _chunkHY357JCNjs.ChartLegend; exports.ChartLegendContent = _chunkHY357JCNjs.ChartLegendContent; exports.ChartStyle = _chunkHY357JCNjs.ChartStyle; exports.ChartTooltip = _chunkHY357JCNjs.ChartTooltip; exports.ChartTooltipContent = _chunkHY357JCNjs.ChartTooltipContent; exports.Checkbox = _chunkHY357JCNjs.Checkbox; exports.Collapsible = _chunkHY357JCNjs.Collapsible; exports.CollapsibleContent = _chunkHY357JCNjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkHY357JCNjs.CollapsibleTrigger; exports.Column = _chunkHY357JCNjs.KanbanColumn; exports.ColumnHandle = _chunkHY357JCNjs.KanbanColumnHandle; exports.Command = _chunkHY357JCNjs.Command; exports.CommandDialog = _chunkHY357JCNjs.CommandDialog; exports.CommandEmpty = _chunkHY357JCNjs.CommandEmpty; exports.CommandGroup = _chunkHY357JCNjs.CommandGroup; exports.CommandInput = _chunkHY357JCNjs.CommandInput; exports.CommandItem = _chunkHY357JCNjs.CommandItem; exports.CommandList = _chunkHY357JCNjs.CommandList; exports.CommandSeparator = _chunkHY357JCNjs.CommandSeparator; exports.CommandShortcut = _chunkHY357JCNjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkHY357JCNjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkHY357JCNjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkHY357JCNjs.CommonDeleter; exports.CommonEditorButtons = _chunkHY357JCNjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkHY357JCNjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkHY357JCNjs.CommonEditorTrigger; exports.CompaniesList = _chunkHY357JCNjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkHY357JCNjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkHY357JCNjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkHY357JCNjs.CompanyContainer; exports.CompanyDeleter = _chunkHY357JCNjs.CompanyDeleter; exports.CompanyDetails = _chunkHY357JCNjs.CompanyDetails; exports.CompanyEditor = _chunkHY357JCNjs.CompanyEditor; exports.CompanyUsersList = _chunkHY357JCNjs.CompanyUsersList; exports.ContentListTable = _chunkHY357JCNjs.ContentListTable; exports.ContentTableSearch = _chunkHY357JCNjs.ContentTableSearch; exports.ContentTitle = _chunkHY357JCNjs.ContentTitle; exports.ContentsList = _chunkHY357JCNjs.ContentsList; exports.ContentsListById = _chunkHY357JCNjs.ContentsListById; exports.ContextMenu = _chunkHY357JCNjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkHY357JCNjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkHY357JCNjs.ContextMenuContent; exports.ContextMenuGroup = _chunkHY357JCNjs.ContextMenuGroup; exports.ContextMenuItem = _chunkHY357JCNjs.ContextMenuItem; exports.ContextMenuLabel = _chunkHY357JCNjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkHY357JCNjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkHY357JCNjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkHY357JCNjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkHY357JCNjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkHY357JCNjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkHY357JCNjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkHY357JCNjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkHY357JCNjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkHY357JCNjs.ContextMenuTrigger; exports.ContributorsList = _chunkHY357JCNjs.ContributorsList; exports.Cookies = _chunkHY357JCNjs.Cookies; exports.DatePickerPopover = _chunkHY357JCNjs.DatePickerPopover; exports.DateRangeSelector = _chunkHY357JCNjs.DateRangeSelector; exports.Dialog = _chunkHY357JCNjs.Dialog; exports.DialogClose = _chunkHY357JCNjs.DialogClose; exports.DialogContent = _chunkHY357JCNjs.DialogContent; exports.DialogDescription = _chunkHY357JCNjs.DialogDescription; exports.DialogFooter = _chunkHY357JCNjs.DialogFooter; exports.DialogHeader = _chunkHY357JCNjs.DialogHeader; exports.DialogOverlay = _chunkHY357JCNjs.DialogOverlay; exports.DialogPortal = _chunkHY357JCNjs.DialogPortal; exports.DialogTitle = _chunkHY357JCNjs.DialogTitle; exports.DialogTrigger = _chunkHY357JCNjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkHY357JCNjs.DisableTwoFactorDialog; exports.Drawer = _chunkHY357JCNjs.Drawer; exports.DrawerClose = _chunkHY357JCNjs.DrawerClose; exports.DrawerContent = _chunkHY357JCNjs.DrawerContent; exports.DrawerDescription = _chunkHY357JCNjs.DrawerDescription; exports.DrawerFooter = _chunkHY357JCNjs.DrawerFooter; exports.DrawerHeader = _chunkHY357JCNjs.DrawerHeader; exports.DrawerOverlay = _chunkHY357JCNjs.DrawerOverlay; exports.DrawerPortal = _chunkHY357JCNjs.DrawerPortal; exports.DrawerTitle = _chunkHY357JCNjs.DrawerTitle; exports.DrawerTrigger = _chunkHY357JCNjs.DrawerTrigger; exports.DropdownMenu = _chunkHY357JCNjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkHY357JCNjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkHY357JCNjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkHY357JCNjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkHY357JCNjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkHY357JCNjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkHY357JCNjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkHY357JCNjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkHY357JCNjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkHY357JCNjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkHY357JCNjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkHY357JCNjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkHY357JCNjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkHY357JCNjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkHY357JCNjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkHY357JCNjs.ErrorDetails; exports.Field = _chunkHY357JCNjs.Field; exports.FieldContent = _chunkHY357JCNjs.FieldContent; exports.FieldDescription = _chunkHY357JCNjs.FieldDescription; exports.FieldError = _chunkHY357JCNjs.FieldError; exports.FieldGroup = _chunkHY357JCNjs.FieldGroup; exports.FieldLabel = _chunkHY357JCNjs.FieldLabel; exports.FieldLegend = _chunkHY357JCNjs.FieldLegend; exports.FieldSeparator = _chunkHY357JCNjs.FieldSeparator; exports.FieldSet = _chunkHY357JCNjs.FieldSet; exports.FieldTitle = _chunkHY357JCNjs.FieldTitle; exports.FileInput = _chunkHY357JCNjs.FileInput; exports.FileUploader = _chunkHY357JCNjs.FileUploader; exports.FileUploaderContent = _chunkHY357JCNjs.FileUploaderContent; exports.FileUploaderItem = _chunkHY357JCNjs.FileUploaderItem; exports.ForgotPassword = _chunkHY357JCNjs.ForgotPassword; exports.Form = _chunkHY357JCNjs.Form; exports.FormCheckbox = _chunkHY357JCNjs.FormCheckbox; exports.FormDate = _chunkHY357JCNjs.FormDate; exports.FormDateTime = _chunkHY357JCNjs.FormDateTime; exports.FormFeatures = _chunkHY357JCNjs.FormFeatures; exports.FormFieldWrapper = _chunkHY357JCNjs.FormFieldWrapper; exports.FormInput = _chunkHY357JCNjs.FormInput; exports.FormPassword = _chunkHY357JCNjs.FormPassword; exports.FormPlaceAutocomplete = _chunkHY357JCNjs.FormPlaceAutocomplete; exports.FormRoles = _chunkHY357JCNjs.FormRoles; exports.FormSelect = _chunkHY357JCNjs.FormSelect; exports.FormSlider = _chunkHY357JCNjs.FormSlider; exports.FormSwitch = _chunkHY357JCNjs.FormSwitch; exports.FormTextarea = _chunkHY357JCNjs.FormTextarea; exports.GdprConsentCheckbox = _chunkHY357JCNjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkHY357JCNjs.GdprConsentSection; exports.Header = _chunkHY357JCNjs.Header; exports.HoverCard = _chunkHY357JCNjs.HoverCard; exports.HoverCardContent = _chunkHY357JCNjs.HoverCardContent; exports.HoverCardTrigger = _chunkHY357JCNjs.HoverCardTrigger; exports.Input = _chunkHY357JCNjs.Input; exports.InputGroup = _chunkHY357JCNjs.InputGroup; exports.InputGroupAddon = _chunkHY357JCNjs.InputGroupAddon; exports.InputGroupButton = _chunkHY357JCNjs.InputGroupButton; exports.InputGroupInput = _chunkHY357JCNjs.InputGroupInput; exports.InputGroupText = _chunkHY357JCNjs.InputGroupText; exports.InputGroupTextarea = _chunkHY357JCNjs.InputGroupTextarea; exports.InputOTP = _chunkHY357JCNjs.InputOTP; exports.InputOTPGroup = _chunkHY357JCNjs.InputOTPGroup; exports.InputOTPSeparator = _chunkHY357JCNjs.InputOTPSeparator; exports.InputOTPSlot = _chunkHY357JCNjs.InputOTPSlot; exports.Item = _chunkHY357JCNjs.KanbanItem; exports.ItemHandle = _chunkHY357JCNjs.KanbanItemHandle; exports.Kanban = _chunkHY357JCNjs.KanbanRoot; exports.KanbanBoard = _chunkHY357JCNjs.KanbanBoard; exports.KanbanColumn = _chunkHY357JCNjs.KanbanColumn; exports.KanbanColumnHandle = _chunkHY357JCNjs.KanbanColumnHandle; exports.KanbanItem = _chunkHY357JCNjs.KanbanItem; exports.KanbanItemHandle = _chunkHY357JCNjs.KanbanItemHandle; exports.KanbanOverlay = _chunkHY357JCNjs.KanbanOverlay; exports.Label = _chunkHY357JCNjs.Label; exports.LandingComponent = _chunkHY357JCNjs.LandingComponent; exports.Link = _chunkHY357JCNjs.Link; exports.Login = _chunkHY357JCNjs.Login; exports.Logout = _chunkHY357JCNjs.Logout; exports.ModeToggleSwitch = _chunkHY357JCNjs.ModeToggleSwitch; exports.MultiSelect = _chunkHY357JCNjs.MultiSelect; exports.NavigationMenu = _chunkHY357JCNjs.NavigationMenu; exports.NavigationMenuContent = _chunkHY357JCNjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkHY357JCNjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkHY357JCNjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkHY357JCNjs.NavigationMenuLink; exports.NavigationMenuList = _chunkHY357JCNjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkHY357JCNjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkHY357JCNjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkHY357JCNjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkHY357JCNjs.NotificationMenuItem; exports.NotificationModal = _chunkHY357JCNjs.NotificationModal; exports.NotificationToast = _chunkHY357JCNjs.NotificationToast; exports.NotificationsList = _chunkHY357JCNjs.NotificationsList; exports.NotificationsListContainer = _chunkHY357JCNjs.NotificationsListContainer; exports.OAuthClientCard = _chunkHY357JCNjs.OAuthClientCard; exports.OAuthClientDetail = _chunkHY357JCNjs.OAuthClientDetail; exports.OAuthClientForm = _chunkHY357JCNjs.OAuthClientForm; exports.OAuthClientList = _chunkHY357JCNjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkHY357JCNjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkHY357JCNjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkHY357JCNjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkHY357JCNjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkHY357JCNjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkHY357JCNjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkHY357JCNjs.OAuthScopeSelector; exports.OnboardingCard = _chunkHY357JCNjs.OnboardingCard; exports.Overlay = _chunkHY357JCNjs.KanbanOverlay; exports.PageContainer = _chunkHY357JCNjs.PageContainer; exports.PageContainerContentDetails = _chunkHY357JCNjs.PageContainerContentDetails; exports.PageContentContainer = _chunkHY357JCNjs.PageContentContainer; exports.PageSection = _chunkHY357JCNjs.PageSection; exports.PasskeyButton = _chunkHY357JCNjs.PasskeyButton; exports.PasskeyList = _chunkHY357JCNjs.PasskeyList; exports.PasskeySetupDialog = _chunkHY357JCNjs.PasskeySetupDialog; exports.PasswordInput = _chunkHY357JCNjs.PasswordInput; exports.Popover = _chunkHY357JCNjs.Popover; exports.PopoverContent = _chunkHY357JCNjs.PopoverContent; exports.PopoverDescription = _chunkHY357JCNjs.PopoverDescription; exports.PopoverHeader = _chunkHY357JCNjs.PopoverHeader; exports.PopoverTitle = _chunkHY357JCNjs.PopoverTitle; exports.PopoverTrigger = _chunkHY357JCNjs.PopoverTrigger; exports.Progress = _chunkHY357JCNjs.Progress; exports.ProgressIndicator = _chunkHY357JCNjs.ProgressIndicator; exports.ProgressLabel = _chunkHY357JCNjs.ProgressLabel; exports.ProgressTrack = _chunkHY357JCNjs.ProgressTrack; exports.ProgressValue = _chunkHY357JCNjs.ProgressValue; exports.PushNotificationProvider = _chunkHY357JCNjs.PushNotificationProvider; exports.RadioGroup = _chunkHY357JCNjs.RadioGroup; exports.RadioGroupItem = _chunkHY357JCNjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkHY357JCNjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkHY357JCNjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkHY357JCNjs.ReferralCodeCapture; exports.ReferralDialog = _chunkHY357JCNjs.ReferralDialog; exports.ReferralWidget = _chunkHY357JCNjs.ReferralWidget; exports.RefreshUser = _chunkHY357JCNjs.RefreshUser; exports.RelevantContentsList = _chunkHY357JCNjs.RelevantContentsList; exports.RelevantUsersList = _chunkHY357JCNjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkHY357JCNjs.RemoveUserFromRole; exports.ResetPassword = _chunkHY357JCNjs.ResetPassword; exports.ResizableHandle = _chunkHY357JCNjs.ResizableHandle; exports.ResizablePanel = _chunkHY357JCNjs.ResizablePanel; exports.ResizablePanelGroup = _chunkHY357JCNjs.ResizablePanelGroup; exports.RoleContainer = _chunkHY357JCNjs.RoleContainer; exports.RoleDetails = _chunkHY357JCNjs.RoleDetails; exports.RoleUsersList = _chunkHY357JCNjs.RoleUsersList; exports.RolesList = _chunkHY357JCNjs.RolesList; exports.Root = _chunkHY357JCNjs.KanbanRoot; exports.ScrollArea = _chunkHY357JCNjs.ScrollArea; exports.ScrollBar = _chunkHY357JCNjs.ScrollBar; exports.SecurityContainer = _chunkHY357JCNjs.SecurityContainer; exports.Select = _chunkHY357JCNjs.Select; exports.SelectContent = _chunkHY357JCNjs.SelectContent; exports.SelectGroup = _chunkHY357JCNjs.SelectGroup; exports.SelectItem = _chunkHY357JCNjs.SelectItem; exports.SelectLabel = _chunkHY357JCNjs.SelectLabel; exports.SelectScrollDownButton = _chunkHY357JCNjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkHY357JCNjs.SelectScrollUpButton; exports.SelectSeparator = _chunkHY357JCNjs.SelectSeparator; exports.SelectTrigger = _chunkHY357JCNjs.SelectTrigger; exports.SelectValue = _chunkHY357JCNjs.SelectValue; exports.Separator = _chunkHY357JCNjs.Separator; exports.Sheet = _chunkHY357JCNjs.Sheet; exports.SheetClose = _chunkHY357JCNjs.SheetClose; exports.SheetContent = _chunkHY357JCNjs.SheetContent; exports.SheetDescription = _chunkHY357JCNjs.SheetDescription; exports.SheetFooter = _chunkHY357JCNjs.SheetFooter; exports.SheetHeader = _chunkHY357JCNjs.SheetHeader; exports.SheetTitle = _chunkHY357JCNjs.SheetTitle; exports.SheetTrigger = _chunkHY357JCNjs.SheetTrigger; exports.Sidebar = _chunkHY357JCNjs.Sidebar; exports.SidebarContent = _chunkHY357JCNjs.SidebarContent; exports.SidebarFooter = _chunkHY357JCNjs.SidebarFooter; exports.SidebarGroup = _chunkHY357JCNjs.SidebarGroup; exports.SidebarGroupAction = _chunkHY357JCNjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkHY357JCNjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkHY357JCNjs.SidebarGroupLabel; exports.SidebarHeader = _chunkHY357JCNjs.SidebarHeader; exports.SidebarInput = _chunkHY357JCNjs.SidebarInput; exports.SidebarInset = _chunkHY357JCNjs.SidebarInset; exports.SidebarMenu = _chunkHY357JCNjs.SidebarMenu; exports.SidebarMenuAction = _chunkHY357JCNjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkHY357JCNjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkHY357JCNjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkHY357JCNjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkHY357JCNjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkHY357JCNjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkHY357JCNjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkHY357JCNjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkHY357JCNjs.SidebarProvider; exports.SidebarRail = _chunkHY357JCNjs.SidebarRail; exports.SidebarSeparator = _chunkHY357JCNjs.SidebarSeparator; exports.SidebarTrigger = _chunkHY357JCNjs.SidebarTrigger; exports.Skeleton = _chunkHY357JCNjs.Skeleton; exports.Slider = _chunkHY357JCNjs.Slider; exports.Switch = _chunkHY357JCNjs.Switch; exports.Table = _chunkHY357JCNjs.Table; exports.TableBody = _chunkHY357JCNjs.TableBody; exports.TableCaption = _chunkHY357JCNjs.TableCaption; exports.TableCell = _chunkHY357JCNjs.TableCell; exports.TableFooter = _chunkHY357JCNjs.TableFooter; exports.TableHead = _chunkHY357JCNjs.TableHead; exports.TableHeader = _chunkHY357JCNjs.TableHeader; exports.TableRow = _chunkHY357JCNjs.TableRow; exports.Tabs = _chunkHY357JCNjs.Tabs; exports.TabsContainer = _chunkHY357JCNjs.TabsContainer; exports.TabsContent = _chunkHY357JCNjs.TabsContent; exports.TabsList = _chunkHY357JCNjs.TabsList; exports.TabsTrigger = _chunkHY357JCNjs.TabsTrigger; exports.Textarea = _chunkHY357JCNjs.Textarea; exports.Toaster = _chunkHY357JCNjs.Toaster; exports.Toggle = _chunkHY357JCNjs.Toggle; exports.TokenStatusIndicator = _chunkHY357JCNjs.TokenStatusIndicator; exports.Tooltip = _chunkHY357JCNjs.Tooltip; exports.TooltipContent = _chunkHY357JCNjs.TooltipContent; exports.TooltipProvider = _chunkHY357JCNjs.TooltipProvider; exports.TooltipTrigger = _chunkHY357JCNjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkHY357JCNjs.TotpAuthenticatorList; exports.TotpInput = _chunkHY357JCNjs.TotpInput; exports.TotpSetupDialog = _chunkHY357JCNjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkHY357JCNjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkHY357JCNjs.TwoFactorSettings; exports.UserAvatar = _chunkHY357JCNjs.UserAvatar; exports.UserAvatarEditor = _chunkHY357JCNjs.UserAvatarEditor; exports.UserContainer = _chunkHY357JCNjs.UserContainer; exports.UserDeleter = _chunkHY357JCNjs.UserDeleter; exports.UserDetails = _chunkHY357JCNjs.UserDetails; exports.UserEditor = _chunkHY357JCNjs.UserEditor; exports.UserIndexContainer = _chunkHY357JCNjs.UserIndexContainer; exports.UserIndexDetails = _chunkHY357JCNjs.UserIndexDetails; exports.UserListInAdd = _chunkHY357JCNjs.UserListInAdd; exports.UserMultiSelect = _chunkHY357JCNjs.UserMultiSelect; exports.UserReactivator = _chunkHY357JCNjs.UserReactivator; exports.UserResentInvitationEmail = _chunkHY357JCNjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkHY357JCNjs.UserRoleAdd; exports.UserRolesList = _chunkHY357JCNjs.UserRolesList; exports.UserSelector = _chunkHY357JCNjs.UserSelector; exports.UserStanadaloneDetails = _chunkHY357JCNjs.UserStanadaloneDetails; exports.UsersList = _chunkHY357JCNjs.UsersList; exports.UsersListByContentIds = _chunkHY357JCNjs.UsersListByContentIds; exports.UsersListContainer = _chunkHY357JCNjs.UsersListContainer; exports.WaitlistConfirmation = _chunkHY357JCNjs.WaitlistConfirmation; exports.WaitlistForm = _chunkHY357JCNjs.WaitlistForm; exports.WaitlistHeroSection = _chunkHY357JCNjs.WaitlistHeroSection; exports.WaitlistList = _chunkHY357JCNjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkHY357JCNjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkHY357JCNjs.WaitlistSuccessState; exports.badgeVariants = _chunkHY357JCNjs.badgeVariants; exports.buttonVariants = _chunkHY357JCNjs.buttonVariants; exports.cellComponent = _chunkHY357JCNjs.cellComponent; exports.cellDate = _chunkHY357JCNjs.cellDate; exports.cellId = _chunkHY357JCNjs.cellId; exports.cellLink = _chunkHY357JCNjs.cellLink; exports.cellUrl = _chunkHY357JCNjs.cellUrl; exports.errorToast = _chunkHY357JCNjs.errorToast; exports.generateNotificationData = _chunkHY357JCNjs.generateNotificationData; exports.getIcon = _chunkULHMVHDSjs.getIcon; exports.getIconByModule = _chunkULHMVHDSjs.getIconByModule; exports.getIconByModuleName = _chunkULHMVHDSjs.getIconByModuleName; exports.navigationMenuTriggerStyle = _chunkHY357JCNjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkHY357JCNjs.tabsListVariants; exports.toggleVariants = _chunkHY357JCNjs.toggleVariants; exports.triggerAssociationToast = _chunkHY357JCNjs.triggerAssociationToast; exports.useCarousel = _chunkHY357JCNjs.useCarousel; exports.useFileUpload = _chunkHY357JCNjs.useFileUpload; exports.useSidebar = _chunkHY357JCNjs.useSidebar;
815
815
  //# sourceMappingURL=index.js.map
@@ -394,16 +394,16 @@ import {
394
394
  useCarousel,
395
395
  useFileUpload,
396
396
  useSidebar
397
- } from "../chunk-5AYSTQBI.mjs";
398
- import "../chunk-4HMQNMP6.mjs";
397
+ } from "../chunk-LYQMDZO7.mjs";
398
+ import "../chunk-BUCV5VFT.mjs";
399
399
  import {
400
400
  getIcon,
401
401
  getIconByModule,
402
402
  getIconByModuleName
403
- } from "../chunk-LM4SDN4Y.mjs";
403
+ } from "../chunk-IPVXH3VC.mjs";
404
404
  import "../chunk-AUXK7QSA.mjs";
405
405
  import "../chunk-C7C7VY4F.mjs";
406
- import "../chunk-GCQUTWZ2.mjs";
406
+ import "../chunk-BTKJFMFL.mjs";
407
407
  import "../chunk-VOXD3ZLY.mjs";
408
408
  import "../chunk-PAWJFY3S.mjs";
409
409
  export {
@@ -23,12 +23,12 @@
23
23
 
24
24
 
25
25
 
26
- var _chunk2OJWO6QVjs = require('../chunk-2OJWO6QV.js');
27
- require('../chunk-GP3MDKGE.js');
28
- require('../chunk-5PUPWZB4.js');
26
+ var _chunkHY357JCNjs = require('../chunk-HY357JCN.js');
27
+ require('../chunk-V63TFESU.js');
28
+ require('../chunk-ULHMVHDS.js');
29
29
  require('../chunk-LXKSUWAV.js');
30
30
  require('../chunk-IBS6NI7D.js');
31
- require('../chunk-WLS4D6VG.js');
31
+ require('../chunk-4MN547K7.js');
32
32
  require('../chunk-3EPNHTMH.js');
33
33
  require('../chunk-7QVYU63E.js');
34
34
 
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
55
55
 
56
56
 
57
57
 
58
- exports.CommonProvider = _chunk2OJWO6QVjs.CommonProvider; exports.CompanyProvider = _chunk2OJWO6QVjs.CompanyProvider; exports.CurrentUserProvider = _chunk2OJWO6QVjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk2OJWO6QVjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk2OJWO6QVjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk2OJWO6QVjs.NotificationContextProvider; exports.OnboardingProvider = _chunk2OJWO6QVjs.OnboardingProvider; exports.RoleProvider = _chunk2OJWO6QVjs.RoleProvider; exports.SharedProvider = _chunk2OJWO6QVjs.SharedProvider; exports.SocketContext = _chunk2OJWO6QVjs.SocketContext; exports.SocketProvider = _chunk2OJWO6QVjs.SocketProvider; exports.UserProvider = _chunk2OJWO6QVjs.UserProvider; exports.recentPagesAtom = _chunk2OJWO6QVjs.recentPagesAtom; exports.useCommonContext = _chunk2OJWO6QVjs.useCommonContext; exports.useCompanyContext = _chunk2OJWO6QVjs.useCompanyContext; exports.useCurrentUserContext = _chunk2OJWO6QVjs.useCurrentUserContext; exports.useHeaderChildren = _chunk2OJWO6QVjs.useHeaderChildren; exports.useNotificationContext = _chunk2OJWO6QVjs.useNotificationContext; exports.useOnboarding = _chunk2OJWO6QVjs.useOnboarding; exports.useRoleContext = _chunk2OJWO6QVjs.useRoleContext; exports.useSharedContext = _chunk2OJWO6QVjs.useSharedContext; exports.useSocketContext = _chunk2OJWO6QVjs.useSocketContext; exports.useUserContext = _chunk2OJWO6QVjs.useUserContext;
58
+ exports.CommonProvider = _chunkHY357JCNjs.CommonProvider; exports.CompanyProvider = _chunkHY357JCNjs.CompanyProvider; exports.CurrentUserProvider = _chunkHY357JCNjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkHY357JCNjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkHY357JCNjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkHY357JCNjs.NotificationContextProvider; exports.OnboardingProvider = _chunkHY357JCNjs.OnboardingProvider; exports.RoleProvider = _chunkHY357JCNjs.RoleProvider; exports.SharedProvider = _chunkHY357JCNjs.SharedProvider; exports.SocketContext = _chunkHY357JCNjs.SocketContext; exports.SocketProvider = _chunkHY357JCNjs.SocketProvider; exports.UserProvider = _chunkHY357JCNjs.UserProvider; exports.recentPagesAtom = _chunkHY357JCNjs.recentPagesAtom; exports.useCommonContext = _chunkHY357JCNjs.useCommonContext; exports.useCompanyContext = _chunkHY357JCNjs.useCompanyContext; exports.useCurrentUserContext = _chunkHY357JCNjs.useCurrentUserContext; exports.useHeaderChildren = _chunkHY357JCNjs.useHeaderChildren; exports.useNotificationContext = _chunkHY357JCNjs.useNotificationContext; exports.useOnboarding = _chunkHY357JCNjs.useOnboarding; exports.useRoleContext = _chunkHY357JCNjs.useRoleContext; exports.useSharedContext = _chunkHY357JCNjs.useSharedContext; exports.useSocketContext = _chunkHY357JCNjs.useSocketContext; exports.useUserContext = _chunkHY357JCNjs.useUserContext;
59
59
  //# sourceMappingURL=index.js.map
@@ -23,12 +23,12 @@ import {
23
23
  useSharedContext,
24
24
  useSocketContext,
25
25
  useUserContext
26
- } from "../chunk-5AYSTQBI.mjs";
27
- import "../chunk-4HMQNMP6.mjs";
28
- import "../chunk-LM4SDN4Y.mjs";
26
+ } from "../chunk-LYQMDZO7.mjs";
27
+ import "../chunk-BUCV5VFT.mjs";
28
+ import "../chunk-IPVXH3VC.mjs";
29
29
  import "../chunk-AUXK7QSA.mjs";
30
30
  import "../chunk-C7C7VY4F.mjs";
31
- import "../chunk-GCQUTWZ2.mjs";
31
+ import "../chunk-BTKJFMFL.mjs";
32
32
  import "../chunk-VOXD3ZLY.mjs";
33
33
  import "../chunk-PAWJFY3S.mjs";
34
34
  export {
@@ -49,6 +49,11 @@ declare abstract class AbstractApiData implements ApiDataInterface {
49
49
  generateApiUrl(_params?: any): string;
50
50
  createJsonApi(_data?: any): any;
51
51
  protected _readIncluded<T extends ApiDataInterface>(data: JsonApiHydratedDataInterface, type: string, dataType: ApiRequestDataTypeInterface): T | T[] | undefined;
52
+ /**
53
+ * Read included relationships with polymorphic type resolution.
54
+ * Determines the correct model class based on the JSON:API type in included data.
55
+ */
56
+ protected _readIncludedPolymorphic<T extends ApiDataInterface>(data: JsonApiHydratedDataInterface, relationshipKey: string, candidateModules: ApiRequestDataTypeInterface[]): T | T[] | undefined;
52
57
  /**
53
58
  * Read included relationship data and augment with relationship meta properties.
54
59
  * Handles both single relationships (one-to-one) and array relationships (one-to-many).
@@ -174,6 +179,13 @@ declare class DataClassRegistry {
174
179
  static get(classKey: ApiRequestDataTypeInterface): {
175
180
  new (): ApiDataInterface;
176
181
  };
182
+ /**
183
+ * Get class constructor by JSON:API type name.
184
+ * Used for polymorphic rehydration where the type is determined at runtime.
185
+ */
186
+ static getByJsonApiType(typeName: string): {
187
+ new (): ApiDataInterface;
188
+ } | undefined;
177
189
  /**
178
190
  * Bootstrap the registry with all modules.
179
191
  * This is a convenience method for apps to register all their modules at once.
@@ -49,6 +49,11 @@ declare abstract class AbstractApiData implements ApiDataInterface {
49
49
  generateApiUrl(_params?: any): string;
50
50
  createJsonApi(_data?: any): any;
51
51
  protected _readIncluded<T extends ApiDataInterface>(data: JsonApiHydratedDataInterface, type: string, dataType: ApiRequestDataTypeInterface): T | T[] | undefined;
52
+ /**
53
+ * Read included relationships with polymorphic type resolution.
54
+ * Determines the correct model class based on the JSON:API type in included data.
55
+ */
56
+ protected _readIncludedPolymorphic<T extends ApiDataInterface>(data: JsonApiHydratedDataInterface, relationshipKey: string, candidateModules: ApiRequestDataTypeInterface[]): T | T[] | undefined;
52
57
  /**
53
58
  * Read included relationship data and augment with relationship meta properties.
54
59
  * Handles both single relationships (one-to-one) and array relationships (one-to-many).
@@ -174,6 +179,13 @@ declare class DataClassRegistry {
174
179
  static get(classKey: ApiRequestDataTypeInterface): {
175
180
  new (): ApiDataInterface;
176
181
  };
182
+ /**
183
+ * Get class constructor by JSON:API type name.
184
+ * Used for polymorphic rehydration where the type is determined at runtime.
185
+ */
186
+ static getByJsonApiType(typeName: string): {
187
+ new (): ApiDataInterface;
188
+ } | undefined;
177
189
  /**
178
190
  * Bootstrap the registry with all modules.
179
191
  * This is a convenience method for apps to register all their modules at once.
@@ -153,7 +153,7 @@
153
153
 
154
154
 
155
155
 
156
- var _chunk5PUPWZB4js = require('../chunk-5PUPWZB4.js');
156
+ var _chunkULHMVHDSjs = require('../chunk-ULHMVHDS.js');
157
157
  require('../chunk-LXKSUWAV.js');
158
158
  require('../chunk-IBS6NI7D.js');
159
159
 
@@ -166,7 +166,7 @@ require('../chunk-IBS6NI7D.js');
166
166
 
167
167
 
168
168
 
169
- var _chunkWLS4D6VGjs = require('../chunk-WLS4D6VG.js');
169
+ var _chunk4MN547K7js = require('../chunk-4MN547K7.js');
170
170
  require('../chunk-7QVYU63E.js');
171
171
 
172
172
 
@@ -333,5 +333,5 @@ require('../chunk-7QVYU63E.js');
333
333
 
334
334
 
335
335
 
336
- exports.AVAILABLE_OAUTH_SCOPES = _chunk5PUPWZB4js.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk5PUPWZB4js.AbstractApiData; exports.AbstractService = _chunk5PUPWZB4js.AbstractService; exports.Action = _chunk5PUPWZB4js.Action; exports.Auth = _chunk5PUPWZB4js.Auth; exports.AuthComponent = _chunk5PUPWZB4js.AuthComponent; exports.AuthModule = _chunk5PUPWZB4js.AuthModule; exports.AuthService = _chunk5PUPWZB4js.AuthService; exports.AuthorModule = _chunk5PUPWZB4js.AuthorModule; exports.BackupCodeVerify = _chunk5PUPWZB4js.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk5PUPWZB4js.BackupCodeVerifyModule; exports.Billing = _chunk5PUPWZB4js.Billing; exports.BillingModule = _chunk5PUPWZB4js.BillingModule; exports.BillingService = _chunk5PUPWZB4js.BillingService; exports.BlockNoteDiffUtil = _chunk5PUPWZB4js.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk5PUPWZB4js.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk5PUPWZB4js.ClientAbstractService; exports.ClientHttpMethod = _chunk5PUPWZB4js.ClientHttpMethod; exports.Company = _chunk5PUPWZB4js.Company; exports.CompanyFields = _chunk5PUPWZB4js.CompanyFields; exports.CompanyModule = _chunk5PUPWZB4js.CompanyModule; exports.CompanyService = _chunk5PUPWZB4js.CompanyService; exports.Content = _chunk5PUPWZB4js.Content; exports.ContentFields = _chunk5PUPWZB4js.ContentFields; exports.ContentModule = _chunk5PUPWZB4js.ContentModule; exports.ContentService = _chunk5PUPWZB4js.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk5PUPWZB4js.DEFAULT_GRANT_TYPES; exports.DataClass = _chunkWLS4D6VGjs.DataClassRegistry; exports.DataClassRegistry = _chunkWLS4D6VGjs.DataClassRegistry; exports.EndpointCreator = _chunk5PUPWZB4js.EndpointCreator; exports.Feature = _chunk5PUPWZB4js.Feature; exports.FeatureModule = _chunk5PUPWZB4js.FeatureModule; exports.FeatureService = _chunk5PUPWZB4js.FeatureService; exports.HttpMethod = _chunk5PUPWZB4js.HttpMethod; exports.InvoiceStatus = _chunk5PUPWZB4js.InvoiceStatus; exports.JsonApiDataFactory = _chunkWLS4D6VGjs.JsonApiDataFactory; exports.Module = _chunk5PUPWZB4js.Module; exports.ModuleModule = _chunk5PUPWZB4js.ModuleModule; exports.ModuleRegistrar = _chunk5PUPWZB4js.ModuleRegistrar; exports.ModuleRegistry = _chunk5PUPWZB4js.ModuleRegistry; exports.Modules = _chunk5PUPWZB4js.Modules; exports.Notification = _chunk5PUPWZB4js.Notification; exports.NotificationFields = _chunk5PUPWZB4js.NotificationFields; exports.NotificationModule = _chunk5PUPWZB4js.NotificationModule; exports.NotificationService = _chunk5PUPWZB4js.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk5PUPWZB4js.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk5PUPWZB4js.OAuthClient; exports.OAuthModule = _chunk5PUPWZB4js.OAuthModule; exports.OAuthService = _chunk5PUPWZB4js.OAuthService; exports.Passkey = _chunk5PUPWZB4js.Passkey; exports.PasskeyAuthenticationOptions = _chunk5PUPWZB4js.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk5PUPWZB4js.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk5PUPWZB4js.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk5PUPWZB4js.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk5PUPWZB4js.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk5PUPWZB4js.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk5PUPWZB4js.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk5PUPWZB4js.PasskeyRename; exports.PasskeyRenameModule = _chunk5PUPWZB4js.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk5PUPWZB4js.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk5PUPWZB4js.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk5PUPWZB4js.PaymentMethod; exports.Push = _chunk5PUPWZB4js.Push; exports.PushModule = _chunk5PUPWZB4js.PushModule; exports.PushService = _chunk5PUPWZB4js.PushService; exports.ReferralModule = _chunk5PUPWZB4js.ReferralModule; exports.ReferralService = _chunk5PUPWZB4js.ReferralService; exports.ReferralStats = _chunk5PUPWZB4js.ReferralStats; exports.ReferralStatsModule = _chunk5PUPWZB4js.ReferralStatsModule; exports.RehydrationFactory = _chunk5PUPWZB4js.RehydrationFactory; exports.Role = _chunk5PUPWZB4js.Role; exports.RoleFields = _chunk5PUPWZB4js.RoleFields; exports.RoleModule = _chunk5PUPWZB4js.RoleModule; exports.RoleService = _chunk5PUPWZB4js.RoleService; exports.S3 = _chunk5PUPWZB4js.S3; exports.S3Module = _chunk5PUPWZB4js.S3Module; exports.S3Service = _chunk5PUPWZB4js.S3Service; exports.StripeCustomer = _chunk5PUPWZB4js.StripeCustomer; exports.StripeCustomerModule = _chunk5PUPWZB4js.StripeCustomerModule; exports.StripeCustomerService = _chunk5PUPWZB4js.StripeCustomerService; exports.StripeInvoice = _chunk5PUPWZB4js.StripeInvoice; exports.StripeInvoiceModule = _chunk5PUPWZB4js.StripeInvoiceModule; exports.StripeInvoiceService = _chunk5PUPWZB4js.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk5PUPWZB4js.StripePaymentMethodModule; exports.StripePrice = _chunk5PUPWZB4js.StripePrice; exports.StripePriceModule = _chunk5PUPWZB4js.StripePriceModule; exports.StripePriceService = _chunk5PUPWZB4js.StripePriceService; exports.StripeProduct = _chunk5PUPWZB4js.StripeProduct; exports.StripeProductModule = _chunk5PUPWZB4js.StripeProductModule; exports.StripeProductService = _chunk5PUPWZB4js.StripeProductService; exports.StripePromotionCode = _chunk5PUPWZB4js.StripePromotionCode; exports.StripePromotionCodeModule = _chunk5PUPWZB4js.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk5PUPWZB4js.StripePromotionCodeService; exports.StripeSubscription = _chunk5PUPWZB4js.StripeSubscription; exports.StripeSubscriptionModule = _chunk5PUPWZB4js.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk5PUPWZB4js.StripeSubscriptionService; exports.StripeUsage = _chunk5PUPWZB4js.StripeUsage; exports.StripeUsageModule = _chunk5PUPWZB4js.StripeUsageModule; exports.StripeUsageService = _chunk5PUPWZB4js.StripeUsageService; exports.SubscriptionStatus = _chunk5PUPWZB4js.SubscriptionStatus; exports.TableOptions = _chunk5PUPWZB4js.TableOptions; exports.TotpAuthenticator = _chunk5PUPWZB4js.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk5PUPWZB4js.TotpAuthenticatorModule; exports.TotpSetup = _chunk5PUPWZB4js.TotpSetup; exports.TotpSetupModule = _chunk5PUPWZB4js.TotpSetupModule; exports.TotpVerify = _chunk5PUPWZB4js.TotpVerify; exports.TotpVerifyLogin = _chunk5PUPWZB4js.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk5PUPWZB4js.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk5PUPWZB4js.TotpVerifyModule; exports.TwoFactorChallenge = _chunk5PUPWZB4js.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk5PUPWZB4js.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk5PUPWZB4js.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk5PUPWZB4js.TwoFactorEnableModule; exports.TwoFactorService = _chunk5PUPWZB4js.TwoFactorService; exports.TwoFactorStatus = _chunk5PUPWZB4js.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk5PUPWZB4js.TwoFactorStatusModule; exports.User = _chunk5PUPWZB4js.User; exports.UserFields = _chunk5PUPWZB4js.UserFields; exports.UserModule = _chunk5PUPWZB4js.UserModule; exports.UserService = _chunk5PUPWZB4js.UserService; exports.Waitlist = _chunk5PUPWZB4js.Waitlist; exports.WaitlistModule = _chunk5PUPWZB4js.WaitlistModule; exports.WaitlistService = _chunk5PUPWZB4js.WaitlistService; exports.WaitlistStats = _chunk5PUPWZB4js.WaitlistStats; exports.WaitlistStatsModule = _chunk5PUPWZB4js.WaitlistStatsModule; exports.checkPermissions = _chunk5PUPWZB4js.checkPermissions; exports.checkPermissionsFromServer = _chunk5PUPWZB4js.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk5PUPWZB4js.clearLastApiTotal; exports.cn = _chunk5PUPWZB4js.cn; exports.composeRefs = _chunk5PUPWZB4js.composeRefs; exports.createJsonApiInclusion = _chunk5PUPWZB4js.createJsonApiInclusion; exports.dismissToast = _chunk5PUPWZB4js.dismissToast; exports.entityObjectSchema = _chunk5PUPWZB4js.entityObjectSchema; exports.exists = _chunk5PUPWZB4js.exists; exports.formatDate = _chunk5PUPWZB4js.formatDate; exports.getBootstrapper = _chunkWLS4D6VGjs.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk5PUPWZB4js.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk5PUPWZB4js.getGlobalErrorHandler; exports.getIcon = _chunk5PUPWZB4js.getIcon; exports.getIconByModule = _chunk5PUPWZB4js.getIconByModule; exports.getIconByModuleName = _chunk5PUPWZB4js.getIconByModuleName; exports.getLastApiTotal = _chunk5PUPWZB4js.getLastApiTotal; exports.getLucideIcon = _chunk5PUPWZB4js.getLucideIcon; exports.getLucideIconByModule = _chunk5PUPWZB4js.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk5PUPWZB4js.getLucideIconByModuleName; exports.getTableComponents = _chunk5PUPWZB4js.getTableComponents; exports.getTableOptions = _chunk5PUPWZB4js.getTableOptions; exports.getValueFromPath = _chunk5PUPWZB4js.getValueFromPath; exports.hasBootstrapper = _chunkWLS4D6VGjs.hasBootstrapper; exports.rehydrate = _chunk5PUPWZB4js.rehydrate; exports.rehydrateList = _chunk5PUPWZB4js.rehydrateList; exports.resetBootstrapStore = _chunkWLS4D6VGjs.resetBootstrapStore; exports.setBootstrapper = _chunkWLS4D6VGjs.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk5PUPWZB4js.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk5PUPWZB4js.setGlobalErrorHandler; exports.showCustomToast = _chunk5PUPWZB4js.showCustomToast; exports.showError = _chunk5PUPWZB4js.showError; exports.showToast = _chunk5PUPWZB4js.showToast; exports.translateData = _chunkWLS4D6VGjs.translateData; exports.translateResponse = _chunkWLS4D6VGjs.translateResponse; exports.tryBootstrap = _chunkWLS4D6VGjs.tryBootstrap; exports.useComposedRefs = _chunk5PUPWZB4js.useComposedRefs; exports.useIsMobile = _chunk5PUPWZB4js.useIsMobile; exports.userObjectSchema = _chunk5PUPWZB4js.userObjectSchema;
336
+ exports.AVAILABLE_OAUTH_SCOPES = _chunkULHMVHDSjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkULHMVHDSjs.AbstractApiData; exports.AbstractService = _chunkULHMVHDSjs.AbstractService; exports.Action = _chunkULHMVHDSjs.Action; exports.Auth = _chunkULHMVHDSjs.Auth; exports.AuthComponent = _chunkULHMVHDSjs.AuthComponent; exports.AuthModule = _chunkULHMVHDSjs.AuthModule; exports.AuthService = _chunkULHMVHDSjs.AuthService; exports.AuthorModule = _chunkULHMVHDSjs.AuthorModule; exports.BackupCodeVerify = _chunkULHMVHDSjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkULHMVHDSjs.BackupCodeVerifyModule; exports.Billing = _chunkULHMVHDSjs.Billing; exports.BillingModule = _chunkULHMVHDSjs.BillingModule; exports.BillingService = _chunkULHMVHDSjs.BillingService; exports.BlockNoteDiffUtil = _chunkULHMVHDSjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkULHMVHDSjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkULHMVHDSjs.ClientAbstractService; exports.ClientHttpMethod = _chunkULHMVHDSjs.ClientHttpMethod; exports.Company = _chunkULHMVHDSjs.Company; exports.CompanyFields = _chunkULHMVHDSjs.CompanyFields; exports.CompanyModule = _chunkULHMVHDSjs.CompanyModule; exports.CompanyService = _chunkULHMVHDSjs.CompanyService; exports.Content = _chunkULHMVHDSjs.Content; exports.ContentFields = _chunkULHMVHDSjs.ContentFields; exports.ContentModule = _chunkULHMVHDSjs.ContentModule; exports.ContentService = _chunkULHMVHDSjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkULHMVHDSjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkULHMVHDSjs.EndpointCreator; exports.Feature = _chunkULHMVHDSjs.Feature; exports.FeatureModule = _chunkULHMVHDSjs.FeatureModule; exports.FeatureService = _chunkULHMVHDSjs.FeatureService; exports.HttpMethod = _chunkULHMVHDSjs.HttpMethod; exports.InvoiceStatus = _chunkULHMVHDSjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkULHMVHDSjs.Module; exports.ModuleModule = _chunkULHMVHDSjs.ModuleModule; exports.ModuleRegistrar = _chunkULHMVHDSjs.ModuleRegistrar; exports.ModuleRegistry = _chunkULHMVHDSjs.ModuleRegistry; exports.Modules = _chunkULHMVHDSjs.Modules; exports.Notification = _chunkULHMVHDSjs.Notification; exports.NotificationFields = _chunkULHMVHDSjs.NotificationFields; exports.NotificationModule = _chunkULHMVHDSjs.NotificationModule; exports.NotificationService = _chunkULHMVHDSjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkULHMVHDSjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkULHMVHDSjs.OAuthClient; exports.OAuthModule = _chunkULHMVHDSjs.OAuthModule; exports.OAuthService = _chunkULHMVHDSjs.OAuthService; exports.Passkey = _chunkULHMVHDSjs.Passkey; exports.PasskeyAuthenticationOptions = _chunkULHMVHDSjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkULHMVHDSjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkULHMVHDSjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkULHMVHDSjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkULHMVHDSjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkULHMVHDSjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkULHMVHDSjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkULHMVHDSjs.PasskeyRename; exports.PasskeyRenameModule = _chunkULHMVHDSjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkULHMVHDSjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkULHMVHDSjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkULHMVHDSjs.PaymentMethod; exports.Push = _chunkULHMVHDSjs.Push; exports.PushModule = _chunkULHMVHDSjs.PushModule; exports.PushService = _chunkULHMVHDSjs.PushService; exports.ReferralModule = _chunkULHMVHDSjs.ReferralModule; exports.ReferralService = _chunkULHMVHDSjs.ReferralService; exports.ReferralStats = _chunkULHMVHDSjs.ReferralStats; exports.ReferralStatsModule = _chunkULHMVHDSjs.ReferralStatsModule; exports.RehydrationFactory = _chunkULHMVHDSjs.RehydrationFactory; exports.Role = _chunkULHMVHDSjs.Role; exports.RoleFields = _chunkULHMVHDSjs.RoleFields; exports.RoleModule = _chunkULHMVHDSjs.RoleModule; exports.RoleService = _chunkULHMVHDSjs.RoleService; exports.S3 = _chunkULHMVHDSjs.S3; exports.S3Module = _chunkULHMVHDSjs.S3Module; exports.S3Service = _chunkULHMVHDSjs.S3Service; exports.StripeCustomer = _chunkULHMVHDSjs.StripeCustomer; exports.StripeCustomerModule = _chunkULHMVHDSjs.StripeCustomerModule; exports.StripeCustomerService = _chunkULHMVHDSjs.StripeCustomerService; exports.StripeInvoice = _chunkULHMVHDSjs.StripeInvoice; exports.StripeInvoiceModule = _chunkULHMVHDSjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkULHMVHDSjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkULHMVHDSjs.StripePaymentMethodModule; exports.StripePrice = _chunkULHMVHDSjs.StripePrice; exports.StripePriceModule = _chunkULHMVHDSjs.StripePriceModule; exports.StripePriceService = _chunkULHMVHDSjs.StripePriceService; exports.StripeProduct = _chunkULHMVHDSjs.StripeProduct; exports.StripeProductModule = _chunkULHMVHDSjs.StripeProductModule; exports.StripeProductService = _chunkULHMVHDSjs.StripeProductService; exports.StripePromotionCode = _chunkULHMVHDSjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkULHMVHDSjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkULHMVHDSjs.StripePromotionCodeService; exports.StripeSubscription = _chunkULHMVHDSjs.StripeSubscription; exports.StripeSubscriptionModule = _chunkULHMVHDSjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkULHMVHDSjs.StripeSubscriptionService; exports.StripeUsage = _chunkULHMVHDSjs.StripeUsage; exports.StripeUsageModule = _chunkULHMVHDSjs.StripeUsageModule; exports.StripeUsageService = _chunkULHMVHDSjs.StripeUsageService; exports.SubscriptionStatus = _chunkULHMVHDSjs.SubscriptionStatus; exports.TableOptions = _chunkULHMVHDSjs.TableOptions; exports.TotpAuthenticator = _chunkULHMVHDSjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkULHMVHDSjs.TotpAuthenticatorModule; exports.TotpSetup = _chunkULHMVHDSjs.TotpSetup; exports.TotpSetupModule = _chunkULHMVHDSjs.TotpSetupModule; exports.TotpVerify = _chunkULHMVHDSjs.TotpVerify; exports.TotpVerifyLogin = _chunkULHMVHDSjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkULHMVHDSjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkULHMVHDSjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkULHMVHDSjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkULHMVHDSjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkULHMVHDSjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkULHMVHDSjs.TwoFactorEnableModule; exports.TwoFactorService = _chunkULHMVHDSjs.TwoFactorService; exports.TwoFactorStatus = _chunkULHMVHDSjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkULHMVHDSjs.TwoFactorStatusModule; exports.User = _chunkULHMVHDSjs.User; exports.UserFields = _chunkULHMVHDSjs.UserFields; exports.UserModule = _chunkULHMVHDSjs.UserModule; exports.UserService = _chunkULHMVHDSjs.UserService; exports.Waitlist = _chunkULHMVHDSjs.Waitlist; exports.WaitlistModule = _chunkULHMVHDSjs.WaitlistModule; exports.WaitlistService = _chunkULHMVHDSjs.WaitlistService; exports.WaitlistStats = _chunkULHMVHDSjs.WaitlistStats; exports.WaitlistStatsModule = _chunkULHMVHDSjs.WaitlistStatsModule; exports.checkPermissions = _chunkULHMVHDSjs.checkPermissions; exports.checkPermissionsFromServer = _chunkULHMVHDSjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkULHMVHDSjs.clearLastApiTotal; exports.cn = _chunkULHMVHDSjs.cn; exports.composeRefs = _chunkULHMVHDSjs.composeRefs; exports.createJsonApiInclusion = _chunkULHMVHDSjs.createJsonApiInclusion; exports.dismissToast = _chunkULHMVHDSjs.dismissToast; exports.entityObjectSchema = _chunkULHMVHDSjs.entityObjectSchema; exports.exists = _chunkULHMVHDSjs.exists; exports.formatDate = _chunkULHMVHDSjs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkULHMVHDSjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkULHMVHDSjs.getGlobalErrorHandler; exports.getIcon = _chunkULHMVHDSjs.getIcon; exports.getIconByModule = _chunkULHMVHDSjs.getIconByModule; exports.getIconByModuleName = _chunkULHMVHDSjs.getIconByModuleName; exports.getLastApiTotal = _chunkULHMVHDSjs.getLastApiTotal; exports.getLucideIcon = _chunkULHMVHDSjs.getLucideIcon; exports.getLucideIconByModule = _chunkULHMVHDSjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkULHMVHDSjs.getLucideIconByModuleName; exports.getTableComponents = _chunkULHMVHDSjs.getTableComponents; exports.getTableOptions = _chunkULHMVHDSjs.getTableOptions; exports.getValueFromPath = _chunkULHMVHDSjs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunkULHMVHDSjs.rehydrate; exports.rehydrateList = _chunkULHMVHDSjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkULHMVHDSjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkULHMVHDSjs.setGlobalErrorHandler; exports.showCustomToast = _chunkULHMVHDSjs.showCustomToast; exports.showError = _chunkULHMVHDSjs.showError; exports.showToast = _chunkULHMVHDSjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkULHMVHDSjs.useComposedRefs; exports.useIsMobile = _chunkULHMVHDSjs.useIsMobile; exports.userObjectSchema = _chunkULHMVHDSjs.userObjectSchema;
337
337
  //# sourceMappingURL=index.js.map
@@ -153,7 +153,7 @@ import {
153
153
  useComposedRefs,
154
154
  useIsMobile,
155
155
  userObjectSchema
156
- } from "../chunk-LM4SDN4Y.mjs";
156
+ } from "../chunk-IPVXH3VC.mjs";
157
157
  import "../chunk-AUXK7QSA.mjs";
158
158
  import "../chunk-C7C7VY4F.mjs";
159
159
  import {
@@ -166,7 +166,7 @@ import {
166
166
  translateData,
167
167
  translateResponse,
168
168
  tryBootstrap
169
- } from "../chunk-GCQUTWZ2.mjs";
169
+ } from "../chunk-BTKJFMFL.mjs";
170
170
  import "../chunk-PAWJFY3S.mjs";
171
171
  export {
172
172
  AVAILABLE_OAUTH_SCOPES,