@carlonicora/nextjs-jsonapi 1.102.0 → 1.104.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 (46) hide show
  1. package/dist/{BlockNoteEditor-PRJ3RX4E.js → BlockNoteEditor-GKROOUT5.js} +17 -17
  2. package/dist/{BlockNoteEditor-PRJ3RX4E.js.map → BlockNoteEditor-GKROOUT5.js.map} +1 -1
  3. package/dist/{BlockNoteEditor-YTSZZ27G.mjs → BlockNoteEditor-IE2G55U6.mjs} +4 -4
  4. package/dist/billing/index.js +346 -346
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-CK3BMQWY.mjs → chunk-CFECWLHH.mjs} +2 -2
  7. package/dist/{chunk-3LWDZZYF.js → chunk-HFLERFFJ.js} +736 -732
  8. package/dist/chunk-HFLERFFJ.js.map +1 -0
  9. package/dist/{chunk-C2RBYYRW.mjs → chunk-MPGZADJR.mjs} +54 -50
  10. package/dist/chunk-MPGZADJR.mjs.map +1 -0
  11. package/dist/{chunk-3KDGODJ7.mjs → chunk-N3NVIPSU.mjs} +8 -1
  12. package/dist/chunk-N3NVIPSU.mjs.map +1 -0
  13. package/dist/{chunk-XAWKRNYM.js → chunk-RXXZGPC3.js} +9 -2
  14. package/dist/chunk-RXXZGPC3.js.map +1 -0
  15. package/dist/{chunk-SE5HIHJS.js → chunk-VLDLERJN.js} +7 -7
  16. package/dist/{chunk-SE5HIHJS.js.map → chunk-VLDLERJN.js.map} +1 -1
  17. package/dist/client/index.js +4 -4
  18. package/dist/client/index.mjs +3 -3
  19. package/dist/components/index.d.mts +2 -1
  20. package/dist/components/index.d.ts +2 -1
  21. package/dist/components/index.js +4 -4
  22. package/dist/components/index.mjs +3 -3
  23. package/dist/contexts/index.js +4 -4
  24. package/dist/contexts/index.mjs +3 -3
  25. package/dist/core/index.d.mts +13 -1
  26. package/dist/core/index.d.ts +13 -1
  27. package/dist/core/index.js +4 -2
  28. package/dist/core/index.js.map +1 -1
  29. package/dist/core/index.mjs +3 -1
  30. package/dist/index.d.mts +1 -1
  31. package/dist/index.d.ts +1 -1
  32. package/dist/index.js +5 -3
  33. package/dist/index.js.map +1 -1
  34. package/dist/index.mjs +4 -2
  35. package/dist/server/index.js +3 -3
  36. package/dist/server/index.mjs +1 -1
  37. package/package.json +1 -1
  38. package/src/components/containers/RoundPageContainer.tsx +3 -0
  39. package/src/utils/date-formatter.ts +18 -0
  40. package/src/utils/index.ts +1 -1
  41. package/dist/chunk-3KDGODJ7.mjs.map +0 -1
  42. package/dist/chunk-3LWDZZYF.js.map +0 -1
  43. package/dist/chunk-C2RBYYRW.mjs.map +0 -1
  44. package/dist/chunk-XAWKRNYM.js.map +0 -1
  45. /package/dist/{BlockNoteEditor-YTSZZ27G.mjs.map → BlockNoteEditor-IE2G55U6.mjs.map} +0 -0
  46. /package/dist/{chunk-CK3BMQWY.mjs.map → chunk-CFECWLHH.mjs.map} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkXAWKRNYMjs = require('./chunk-XAWKRNYM.js');
5
+ var _chunkRXXZGPC3js = require('./chunk-RXXZGPC3.js');
6
6
 
7
7
 
8
8
  var _chunkJ5LROFGLjs = require('./chunk-J5LROFGL.js');
@@ -197,7 +197,7 @@ var COMPANY_ADMINISTRATOR_ROLE_ID = "2e1eee00-6cba-4506-9059-ccd24e4ea5b0";
197
197
  var ACTION_TYPES = ["read", "create", "update", "delete"];
198
198
 
199
199
  // src/features/rbac/data/RbacService.ts
200
- var RbacService = class extends _chunkXAWKRNYMjs.AbstractService {
200
+ var RbacService = class extends _chunkRXXZGPC3js.AbstractService {
201
201
  static {
202
202
  _chunk7QVYU63Ejs.__name.call(void 0, this, "RbacService");
203
203
  }
@@ -208,9 +208,9 @@ var RbacService = class extends _chunkXAWKRNYMjs.AbstractService {
208
208
  * Dev-only endpoint — see class header.
209
209
  */
210
210
  static async fetchMatrix() {
211
- const endpoint = new (0, _chunkXAWKRNYMjs.EndpointCreator)({ endpoint: _chunkXAWKRNYMjs.Modules.RbacMatrix }).generate();
211
+ const endpoint = new (0, _chunkRXXZGPC3js.EndpointCreator)({ endpoint: _chunkRXXZGPC3js.Modules.RbacMatrix }).generate();
212
212
  const model = await this.callApi({
213
- type: _chunkXAWKRNYMjs.Modules.RbacMatrix,
213
+ type: _chunkRXXZGPC3js.Modules.RbacMatrix,
214
214
  method: "GET" /* GET */,
215
215
  endpoint
216
216
  });
@@ -230,9 +230,9 @@ var RbacService = class extends _chunkXAWKRNYMjs.AbstractService {
230
230
  * Dev-only endpoint — see class header.
231
231
  */
232
232
  static async saveMatrix(args) {
233
- const endpoint = new (0, _chunkXAWKRNYMjs.EndpointCreator)({ endpoint: _chunkXAWKRNYMjs.Modules.RbacMatrix }).generate();
233
+ const endpoint = new (0, _chunkRXXZGPC3js.EndpointCreator)({ endpoint: _chunkRXXZGPC3js.Modules.RbacMatrix }).generate();
234
234
  const model = await this.callApi({
235
- type: _chunkXAWKRNYMjs.Modules.RbacMatrix,
235
+ type: _chunkRXXZGPC3js.Modules.RbacMatrix,
236
236
  method: "PUT" /* PUT */,
237
237
  endpoint,
238
238
  input: args
@@ -276,4 +276,4 @@ var RbacService = class extends _chunkXAWKRNYMjs.AbstractService {
276
276
 
277
277
 
278
278
  exports.configureJsonApi = configureJsonApi; exports.configureClientConfig = configureClientConfig; exports.getApiUrl = getApiUrl; exports.getPublicApiUrl = getPublicApiUrl; 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; exports.COMPANY_ADMINISTRATOR_ROLE_ID = COMPANY_ADMINISTRATOR_ROLE_ID; exports.ACTION_TYPES = ACTION_TYPES; exports.RbacService = RbacService;
279
- //# sourceMappingURL=chunk-SE5HIHJS.js.map
279
+ //# sourceMappingURL=chunk-VLDLERJN.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-SE5HIHJS.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","../src/features/rbac/data/RbacTypes.ts","../src/features/rbac/data/RbacService.ts"],"names":[],"mappings":"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","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-SE5HIHJS.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 *\n * This may resolve to an internal/private host (e.g. a docker-network\n * hostname) when configured to do so for SSR fetches. Do NOT use this for\n * URLs that are rendered into HTML and followed by the browser — use\n * `getPublicApiUrl()` instead.\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 public-facing API URL.\n *\n * Always sourced from `NEXT_PUBLIC_API_URL` so it is identical on server\n * and client, and reachable from the user's browser. Use for any URL that\n * gets rendered into HTML the browser will navigate to (links, redirects,\n * OAuth hrefs).\n */\nexport function getPublicApiUrl(): string {\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","export const COMPANY_ADMINISTRATOR_ROLE_ID = \"2e1eee00-6cba-4506-9059-ccd24e4ea5b0\";\n\nexport type PermissionValue = boolean | string;\n\nexport type ActionType = \"read\" | \"create\" | \"update\" | \"delete\";\n\nexport const ACTION_TYPES: ActionType[] = [\"read\", \"create\", \"update\", \"delete\"];\n\n/** The permissions object shape used by both Module and PermissionMapping entities */\nexport type PermissionsMap = {\n create?: PermissionValue;\n read?: PermissionValue;\n update?: PermissionValue;\n delete?: PermissionValue;\n};\n\n/**\n * Declarative-RBAC matrix types.\n *\n * Mirror of the library types defined in\n * `packages/nestjs-neo4jsonapi/src/foundations/rbac/dsl/types.ts`.\n * Frontend does not import from backend, so the shape is redefined here.\n *\n * A `PermToken` represents a single permission entry:\n * - `scope: true` → unconditional (e.g. full read of the module)\n * - `scope: false` → nothing (rarely used, mostly a placeholder)\n * - `scope: \"path\"` → scoped by relationship path (e.g. \"orders.account\")\n */\nexport type PermToken = { action: string; scope: boolean | string };\n\n/**\n * A per-module block of the matrix. Always has a `default` row (permissions\n * granted to every role). Additional keys are role IDs → role-specific\n * permission tokens that are unioned with `default` to produce the effective\n * permissions for that role in that module.\n */\nexport type RbacModuleBlock = { default: PermToken[] } & Record<string, PermToken[]>;\n\n/**\n * The full RBAC matrix as served by the dev endpoint `GET /_dev/rbac/matrix`.\n * Keys are module IDs; values are module blocks.\n */\nexport type RbacMatrix = Record<string, RbacModuleBlock>;\n","import { AbstractService, EndpointCreator, HttpMethod, Modules } from \"../../../core\";\nimport type { RbacMatrixModel } from \"./RbacMatrixModel\";\nimport type { RbacMatrix } from \"./RbacTypes\";\n\n/**\n * RbacService — fetches RBAC configuration for the admin UI.\n *\n * Declarative-matrix methods (`fetchMatrix`, `saveMatrix`) talk to the\n * dev-only endpoints added in\n * `packages/nestjs-neo4jsonapi/.../rbac-dev.controller.ts`. The controller\n * speaks JSON:API (singleton resource with `type: \"rbac-matrix\"`, `id:\n * \"singleton\"`), so these methods go through the standard `callApi()`\n * pipeline like every other service in the codebase.\n *\n * The backend only registers these routes when `devMode` is enabled on\n * `RbacModule.register` (see `apps/api/src/features/features.modules.ts`).\n * In production the routes return 404; callers should guard with a dev-mode\n * check.\n */\nexport class RbacService extends AbstractService {\n /**\n * Fetch the current RBAC matrix plus each module's known BFS relationship\n * paths (used by the permission picker as scope suggestions).\n *\n * Dev-only endpoint — see class header.\n */\n static async fetchMatrix(): Promise<{\n matrix: RbacMatrix;\n modulePaths: Record<string, readonly string[]>;\n }> {\n const endpoint = new EndpointCreator({ endpoint: Modules.RbacMatrix }).generate();\n\n const model = await this.callApi<RbacMatrixModel>({\n type: Modules.RbacMatrix,\n method: HttpMethod.GET,\n endpoint,\n });\n\n return {\n matrix: model.matrix ?? {},\n modulePaths: model.modulePaths ?? {},\n };\n }\n\n /**\n * Persist a matrix back to the declarative `permissions.ts` file.\n *\n * The backend serializes the matrix to formatted TypeScript using the\n * provided `roleNames` / `moduleNames` lookup tables (so the emitted file\n * references `RoleId.X` / `ModuleId.X` rather than raw UUIDs) and writes\n * it to `outputPath` (absolute, or relative to the repo root).\n *\n * Dev-only endpoint — see class header.\n */\n static async saveMatrix(args: {\n matrix: RbacMatrix;\n roleNames: Record<string, string>;\n moduleNames: Record<string, string>;\n outputPath: string;\n }): Promise<{ bytesWritten: number; path: string }> {\n const endpoint = new EndpointCreator({ endpoint: Modules.RbacMatrix }).generate();\n\n const model = await this.callApi<RbacMatrixModel>({\n type: Modules.RbacMatrix,\n method: HttpMethod.PUT,\n endpoint,\n input: args,\n });\n\n return {\n bytesWritten: model.bytesWritten ?? 0,\n path: model.path ?? \"\",\n };\n }\n}\n"]}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-VLDLERJN.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","../src/features/rbac/data/RbacTypes.ts","../src/features/rbac/data/RbacService.ts"],"names":[],"mappings":"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","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-VLDLERJN.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 *\n * This may resolve to an internal/private host (e.g. a docker-network\n * hostname) when configured to do so for SSR fetches. Do NOT use this for\n * URLs that are rendered into HTML and followed by the browser — use\n * `getPublicApiUrl()` instead.\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 public-facing API URL.\n *\n * Always sourced from `NEXT_PUBLIC_API_URL` so it is identical on server\n * and client, and reachable from the user's browser. Use for any URL that\n * gets rendered into HTML the browser will navigate to (links, redirects,\n * OAuth hrefs).\n */\nexport function getPublicApiUrl(): string {\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","export const COMPANY_ADMINISTRATOR_ROLE_ID = \"2e1eee00-6cba-4506-9059-ccd24e4ea5b0\";\n\nexport type PermissionValue = boolean | string;\n\nexport type ActionType = \"read\" | \"create\" | \"update\" | \"delete\";\n\nexport const ACTION_TYPES: ActionType[] = [\"read\", \"create\", \"update\", \"delete\"];\n\n/** The permissions object shape used by both Module and PermissionMapping entities */\nexport type PermissionsMap = {\n create?: PermissionValue;\n read?: PermissionValue;\n update?: PermissionValue;\n delete?: PermissionValue;\n};\n\n/**\n * Declarative-RBAC matrix types.\n *\n * Mirror of the library types defined in\n * `packages/nestjs-neo4jsonapi/src/foundations/rbac/dsl/types.ts`.\n * Frontend does not import from backend, so the shape is redefined here.\n *\n * A `PermToken` represents a single permission entry:\n * - `scope: true` → unconditional (e.g. full read of the module)\n * - `scope: false` → nothing (rarely used, mostly a placeholder)\n * - `scope: \"path\"` → scoped by relationship path (e.g. \"orders.account\")\n */\nexport type PermToken = { action: string; scope: boolean | string };\n\n/**\n * A per-module block of the matrix. Always has a `default` row (permissions\n * granted to every role). Additional keys are role IDs → role-specific\n * permission tokens that are unioned with `default` to produce the effective\n * permissions for that role in that module.\n */\nexport type RbacModuleBlock = { default: PermToken[] } & Record<string, PermToken[]>;\n\n/**\n * The full RBAC matrix as served by the dev endpoint `GET /_dev/rbac/matrix`.\n * Keys are module IDs; values are module blocks.\n */\nexport type RbacMatrix = Record<string, RbacModuleBlock>;\n","import { AbstractService, EndpointCreator, HttpMethod, Modules } from \"../../../core\";\nimport type { RbacMatrixModel } from \"./RbacMatrixModel\";\nimport type { RbacMatrix } from \"./RbacTypes\";\n\n/**\n * RbacService — fetches RBAC configuration for the admin UI.\n *\n * Declarative-matrix methods (`fetchMatrix`, `saveMatrix`) talk to the\n * dev-only endpoints added in\n * `packages/nestjs-neo4jsonapi/.../rbac-dev.controller.ts`. The controller\n * speaks JSON:API (singleton resource with `type: \"rbac-matrix\"`, `id:\n * \"singleton\"`), so these methods go through the standard `callApi()`\n * pipeline like every other service in the codebase.\n *\n * The backend only registers these routes when `devMode` is enabled on\n * `RbacModule.register` (see `apps/api/src/features/features.modules.ts`).\n * In production the routes return 404; callers should guard with a dev-mode\n * check.\n */\nexport class RbacService extends AbstractService {\n /**\n * Fetch the current RBAC matrix plus each module's known BFS relationship\n * paths (used by the permission picker as scope suggestions).\n *\n * Dev-only endpoint — see class header.\n */\n static async fetchMatrix(): Promise<{\n matrix: RbacMatrix;\n modulePaths: Record<string, readonly string[]>;\n }> {\n const endpoint = new EndpointCreator({ endpoint: Modules.RbacMatrix }).generate();\n\n const model = await this.callApi<RbacMatrixModel>({\n type: Modules.RbacMatrix,\n method: HttpMethod.GET,\n endpoint,\n });\n\n return {\n matrix: model.matrix ?? {},\n modulePaths: model.modulePaths ?? {},\n };\n }\n\n /**\n * Persist a matrix back to the declarative `permissions.ts` file.\n *\n * The backend serializes the matrix to formatted TypeScript using the\n * provided `roleNames` / `moduleNames` lookup tables (so the emitted file\n * references `RoleId.X` / `ModuleId.X` rather than raw UUIDs) and writes\n * it to `outputPath` (absolute, or relative to the repo root).\n *\n * Dev-only endpoint — see class header.\n */\n static async saveMatrix(args: {\n matrix: RbacMatrix;\n roleNames: Record<string, string>;\n moduleNames: Record<string, string>;\n outputPath: string;\n }): Promise<{ bytesWritten: number; path: string }> {\n const endpoint = new EndpointCreator({ endpoint: Modules.RbacMatrix }).generate();\n\n const model = await this.callApi<RbacMatrixModel>({\n type: Modules.RbacMatrix,\n method: HttpMethod.PUT,\n endpoint,\n input: args,\n });\n\n return {\n bytesWritten: model.bytesWritten ?? 0,\n path: model.path ?? \"\",\n };\n }\n}\n"]}
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- var _chunk3LWDZZYFjs = require('../chunk-3LWDZZYF.js');
31
+ var _chunkHFLERFFJjs = require('../chunk-HFLERFFJ.js');
32
32
 
33
33
 
34
34
 
@@ -43,7 +43,7 @@ var _chunk3LWDZZYFjs = require('../chunk-3LWDZZYF.js');
43
43
 
44
44
 
45
45
 
46
- var _chunkSE5HIHJSjs = require('../chunk-SE5HIHJS.js');
46
+ var _chunkVLDLERJNjs = require('../chunk-VLDLERJN.js');
47
47
 
48
48
 
49
49
 
@@ -54,7 +54,7 @@ var _chunkSE5HIHJSjs = require('../chunk-SE5HIHJS.js');
54
54
 
55
55
 
56
56
 
57
- var _chunkXAWKRNYMjs = require('../chunk-XAWKRNYM.js');
57
+ var _chunkRXXZGPC3js = require('../chunk-RXXZGPC3.js');
58
58
 
59
59
 
60
60
  var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
@@ -123,5 +123,5 @@ require('../chunk-7QVYU63E.js');
123
123
 
124
124
 
125
125
 
126
- exports.ClientJsonApiDelete = _chunkXAWKRNYMjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkXAWKRNYMjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkXAWKRNYMjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkXAWKRNYMjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkXAWKRNYMjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk3LWDZZYFjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk3LWDZZYFjs.TableGeneratorRegistry; exports.computeLayeredLayout = _chunk3LWDZZYFjs.computeLayeredLayout; exports.configureClientConfig = _chunkSE5HIHJSjs.configureClientConfig; exports.configureClientJsonApi = _chunkXAWKRNYMjs.configureClientJsonApi; exports.configureI18n = _chunkSE5HIHJSjs.configureI18n; exports.configureJsonApi = _chunkSE5HIHJSjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunk3LWDZZYFjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkSE5HIHJSjs.getApiUrl; exports.getAppUrl = _chunkSE5HIHJSjs.getAppUrl; exports.getClientApiUrl = _chunkXAWKRNYMjs.getClientApiUrl; exports.getClientAppUrl = _chunkXAWKRNYMjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkXAWKRNYMjs.getClientTrackablePages; exports.getI18nLink = _chunkSE5HIHJSjs.getI18nLink; exports.getPublicApiUrl = _chunkSE5HIHJSjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkSE5HIHJSjs.getStripePublishableKey; exports.getTrackablePages = _chunkSE5HIHJSjs.getTrackablePages; exports.registerTableGenerator = _chunk3LWDZZYFjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk3LWDZZYFjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk3LWDZZYFjs.useContentTableStructure; exports.useCustomD3Graph = _chunk3LWDZZYFjs.useCustomD3Graph; exports.useDataListRetriever = _chunk3LWDZZYFjs.useDataListRetriever; exports.useDebounce = _chunk3LWDZZYFjs.useDebounce; exports.useI18nDateFnsLocale = _chunkSE5HIHJSjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkSE5HIHJSjs.useI18nLocale; exports.useI18nRouter = _chunkSE5HIHJSjs.useI18nRouter; exports.useI18nTranslations = _chunkSE5HIHJSjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk3LWDZZYFjs.useJsonApiGet; exports.useJsonApiMutation = _chunk3LWDZZYFjs.useJsonApiMutation; exports.useNotificationSync = _chunk3LWDZZYFjs.useNotificationSync; exports.useOAuthClient = _chunk3LWDZZYFjs.useOAuthClient; exports.useOAuthClients = _chunk3LWDZZYFjs.useOAuthClients; exports.useOAuthConsent = _chunk3LWDZZYFjs.useOAuthConsent; exports.usePageTracker = _chunk3LWDZZYFjs.usePageTracker; exports.usePageUrlGenerator = _chunk3LWDZZYFjs.usePageUrlGenerator; exports.useRehydration = _chunk3LWDZZYFjs.useRehydration; exports.useRehydrationList = _chunk3LWDZZYFjs.useRehydrationList; exports.useRoleTableStructure = _chunk3LWDZZYFjs.useRoleTableStructure; exports.useSocket = _chunk3LWDZZYFjs.useSocket; exports.useSubscriptionStatus = _chunk3LWDZZYFjs.useSubscriptionStatus; exports.useTableGenerator = _chunk3LWDZZYFjs.useTableGenerator; exports.useUrlRewriter = _chunk3LWDZZYFjs.useUrlRewriter; exports.useUserSearch = _chunk3LWDZZYFjs.useUserSearch; exports.useUserTableStructure = _chunk3LWDZZYFjs.useUserTableStructure;
126
+ exports.ClientJsonApiDelete = _chunkRXXZGPC3js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkRXXZGPC3js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkRXXZGPC3js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkRXXZGPC3js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkRXXZGPC3js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkHFLERFFJjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkHFLERFFJjs.TableGeneratorRegistry; exports.computeLayeredLayout = _chunkHFLERFFJjs.computeLayeredLayout; exports.configureClientConfig = _chunkVLDLERJNjs.configureClientConfig; exports.configureClientJsonApi = _chunkRXXZGPC3js.configureClientJsonApi; exports.configureI18n = _chunkVLDLERJNjs.configureI18n; exports.configureJsonApi = _chunkVLDLERJNjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkHFLERFFJjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkVLDLERJNjs.getApiUrl; exports.getAppUrl = _chunkVLDLERJNjs.getAppUrl; exports.getClientApiUrl = _chunkRXXZGPC3js.getClientApiUrl; exports.getClientAppUrl = _chunkRXXZGPC3js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkRXXZGPC3js.getClientTrackablePages; exports.getI18nLink = _chunkVLDLERJNjs.getI18nLink; exports.getPublicApiUrl = _chunkVLDLERJNjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkVLDLERJNjs.getStripePublishableKey; exports.getTrackablePages = _chunkVLDLERJNjs.getTrackablePages; exports.registerTableGenerator = _chunkHFLERFFJjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkHFLERFFJjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkHFLERFFJjs.useContentTableStructure; exports.useCustomD3Graph = _chunkHFLERFFJjs.useCustomD3Graph; exports.useDataListRetriever = _chunkHFLERFFJjs.useDataListRetriever; exports.useDebounce = _chunkHFLERFFJjs.useDebounce; exports.useI18nDateFnsLocale = _chunkVLDLERJNjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkVLDLERJNjs.useI18nLocale; exports.useI18nRouter = _chunkVLDLERJNjs.useI18nRouter; exports.useI18nTranslations = _chunkVLDLERJNjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkHFLERFFJjs.useJsonApiGet; exports.useJsonApiMutation = _chunkHFLERFFJjs.useJsonApiMutation; exports.useNotificationSync = _chunkHFLERFFJjs.useNotificationSync; exports.useOAuthClient = _chunkHFLERFFJjs.useOAuthClient; exports.useOAuthClients = _chunkHFLERFFJjs.useOAuthClients; exports.useOAuthConsent = _chunkHFLERFFJjs.useOAuthConsent; exports.usePageTracker = _chunkHFLERFFJjs.usePageTracker; exports.usePageUrlGenerator = _chunkHFLERFFJjs.usePageUrlGenerator; exports.useRehydration = _chunkHFLERFFJjs.useRehydration; exports.useRehydrationList = _chunkHFLERFFJjs.useRehydrationList; exports.useRoleTableStructure = _chunkHFLERFFJjs.useRoleTableStructure; exports.useSocket = _chunkHFLERFFJjs.useSocket; exports.useSubscriptionStatus = _chunkHFLERFFJjs.useSubscriptionStatus; exports.useTableGenerator = _chunkHFLERFFJjs.useTableGenerator; exports.useUrlRewriter = _chunkHFLERFFJjs.useUrlRewriter; exports.useUserSearch = _chunkHFLERFFJjs.useUserSearch; exports.useUserTableStructure = _chunkHFLERFFJjs.useUserTableStructure;
127
127
  //# sourceMappingURL=index.js.map
@@ -27,7 +27,7 @@ import {
27
27
  useUrlRewriter,
28
28
  useUserSearch,
29
29
  useUserTableStructure
30
- } from "../chunk-C2RBYYRW.mjs";
30
+ } from "../chunk-MPGZADJR.mjs";
31
31
  import {
32
32
  configureClientConfig,
33
33
  configureI18n,
@@ -42,7 +42,7 @@ import {
42
42
  useI18nLocale,
43
43
  useI18nRouter,
44
44
  useI18nTranslations
45
- } from "../chunk-CK3BMQWY.mjs";
45
+ } from "../chunk-CFECWLHH.mjs";
46
46
  import {
47
47
  ClientJsonApiDelete,
48
48
  ClientJsonApiGet,
@@ -53,7 +53,7 @@ import {
53
53
  getClientApiUrl,
54
54
  getClientAppUrl,
55
55
  getClientTrackablePages
56
- } from "../chunk-3KDGODJ7.mjs";
56
+ } from "../chunk-N3NVIPSU.mjs";
57
57
  import {
58
58
  getClientToken
59
59
  } from "../chunk-AUXK7QSA.mjs";
@@ -180,8 +180,9 @@ type RoundPageContainerProps = {
180
180
  children?: ReactNode;
181
181
  fullWidth?: boolean;
182
182
  forceHeader?: boolean;
183
+ header?: ReactNode;
183
184
  };
184
- declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth, forceHeader, }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
185
+ declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth, forceHeader, header, }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
185
186
 
186
187
  type RoundPageContainerTitleProps = {
187
188
  module?: ModuleWithPermissions;
@@ -180,8 +180,9 @@ type RoundPageContainerProps = {
180
180
  children?: ReactNode;
181
181
  fullWidth?: boolean;
182
182
  forceHeader?: boolean;
183
+ header?: ReactNode;
183
184
  };
184
- declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth, forceHeader, }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
185
+ declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth, forceHeader, header, }: RoundPageContainerProps): react_jsx_runtime.JSX.Element;
185
186
 
186
187
  type RoundPageContainerTitleProps = {
187
188
  module?: ModuleWithPermissions;
@@ -455,14 +455,14 @@
455
455
 
456
456
 
457
457
 
458
- var _chunk3LWDZZYFjs = require('../chunk-3LWDZZYF.js');
459
- require('../chunk-SE5HIHJS.js');
458
+ var _chunkHFLERFFJjs = require('../chunk-HFLERFFJ.js');
459
+ require('../chunk-VLDLERJN.js');
460
460
 
461
461
 
462
462
 
463
463
 
464
464
 
465
- var _chunkXAWKRNYMjs = require('../chunk-XAWKRNYM.js');
465
+ var _chunkRXXZGPC3js = require('../chunk-RXXZGPC3.js');
466
466
  require('../chunk-LXKSUWAV.js');
467
467
  require('../chunk-IBS6NI7D.js');
468
468
  require('../chunk-J5LROFGL.js');
@@ -935,5 +935,5 @@ require('../chunk-7QVYU63E.js');
935
935
 
936
936
 
937
937
 
938
- exports.AcceptInvitation = _chunk3LWDZZYFjs.AcceptInvitation; exports.Accordion = _chunk3LWDZZYFjs.Accordion; exports.AccordionContent = _chunk3LWDZZYFjs.AccordionContent; exports.AccordionItem = _chunk3LWDZZYFjs.AccordionItem; exports.AccordionTrigger = _chunk3LWDZZYFjs.AccordionTrigger; exports.ActivateAccount = _chunk3LWDZZYFjs.ActivateAccount; exports.AddUserToRole = _chunk3LWDZZYFjs.AddUserToRole; exports.AdminCompanyContainer = _chunk3LWDZZYFjs.AdminCompanyContainer; exports.AdminUsersList = _chunk3LWDZZYFjs.AdminUsersList; exports.Alert = _chunk3LWDZZYFjs.Alert; exports.AlertAction = _chunk3LWDZZYFjs.AlertAction; exports.AlertDescription = _chunk3LWDZZYFjs.AlertDescription; exports.AlertDialog = _chunk3LWDZZYFjs.AlertDialog; exports.AlertDialogAction = _chunk3LWDZZYFjs.AlertDialogAction; exports.AlertDialogCancel = _chunk3LWDZZYFjs.AlertDialogCancel; exports.AlertDialogContent = _chunk3LWDZZYFjs.AlertDialogContent; exports.AlertDialogDescription = _chunk3LWDZZYFjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk3LWDZZYFjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk3LWDZZYFjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk3LWDZZYFjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk3LWDZZYFjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk3LWDZZYFjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk3LWDZZYFjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk3LWDZZYFjs.AlertDialogTrigger; exports.AlertTitle = _chunk3LWDZZYFjs.AlertTitle; exports.AllUsersListContainer = _chunk3LWDZZYFjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk3LWDZZYFjs.AllowedUsersDetails; exports.AssistantContainer = _chunk3LWDZZYFjs.AssistantContainer; exports.AttributeElement = _chunk3LWDZZYFjs.AttributeElement; exports.AuthContainer = _chunk3LWDZZYFjs.AuthContainer; exports.Avatar = _chunk3LWDZZYFjs.Avatar; exports.AvatarBadge = _chunk3LWDZZYFjs.AvatarBadge; exports.AvatarFallback = _chunk3LWDZZYFjs.AvatarFallback; exports.AvatarGroup = _chunk3LWDZZYFjs.AvatarGroup; exports.AvatarGroupCount = _chunk3LWDZZYFjs.AvatarGroupCount; exports.AvatarImage = _chunk3LWDZZYFjs.AvatarImage; exports.BackupCodesDialog = _chunk3LWDZZYFjs.BackupCodesDialog; exports.Badge = _chunk3LWDZZYFjs.Badge; exports.BlockNoteEditorContainer = _chunk3LWDZZYFjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk3LWDZZYFjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk3LWDZZYFjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunk3LWDZZYFjs.KanbanBoard; exports.Breadcrumb = _chunk3LWDZZYFjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk3LWDZZYFjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk3LWDZZYFjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk3LWDZZYFjs.BreadcrumbLink; exports.BreadcrumbList = _chunk3LWDZZYFjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk3LWDZZYFjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk3LWDZZYFjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk3LWDZZYFjs.BreadcrumbSeparator; exports.Button = _chunk3LWDZZYFjs.Button; exports.Calendar = _chunk3LWDZZYFjs.Calendar; exports.CalendarDayButton = _chunk3LWDZZYFjs.CalendarDayButton; exports.Card = _chunk3LWDZZYFjs.Card; exports.CardAction = _chunk3LWDZZYFjs.CardAction; exports.CardContent = _chunk3LWDZZYFjs.CardContent; exports.CardDescription = _chunk3LWDZZYFjs.CardDescription; exports.CardFooter = _chunk3LWDZZYFjs.CardFooter; exports.CardHeader = _chunk3LWDZZYFjs.CardHeader; exports.CardTitle = _chunk3LWDZZYFjs.CardTitle; exports.Carousel = _chunk3LWDZZYFjs.Carousel; exports.CarouselContent = _chunk3LWDZZYFjs.CarouselContent; exports.CarouselItem = _chunk3LWDZZYFjs.CarouselItem; exports.CarouselNext = _chunk3LWDZZYFjs.CarouselNext; exports.CarouselPrevious = _chunk3LWDZZYFjs.CarouselPrevious; exports.ChartContainer = _chunk3LWDZZYFjs.ChartContainer; exports.ChartLegend = _chunk3LWDZZYFjs.ChartLegend; exports.ChartLegendContent = _chunk3LWDZZYFjs.ChartLegendContent; exports.ChartStyle = _chunk3LWDZZYFjs.ChartStyle; exports.ChartTooltip = _chunk3LWDZZYFjs.ChartTooltip; exports.ChartTooltipContent = _chunk3LWDZZYFjs.ChartTooltipContent; exports.Checkbox = _chunk3LWDZZYFjs.Checkbox; exports.Collapsible = _chunk3LWDZZYFjs.Collapsible; exports.CollapsibleContent = _chunk3LWDZZYFjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk3LWDZZYFjs.CollapsibleTrigger; exports.Column = _chunk3LWDZZYFjs.KanbanColumn; exports.ColumnHandle = _chunk3LWDZZYFjs.KanbanColumnHandle; exports.Combobox = _chunk3LWDZZYFjs.Combobox; exports.ComboboxChip = _chunk3LWDZZYFjs.ComboboxChip; exports.ComboboxChips = _chunk3LWDZZYFjs.ComboboxChips; exports.ComboboxChipsInput = _chunk3LWDZZYFjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk3LWDZZYFjs.ComboboxCollection; exports.ComboboxContent = _chunk3LWDZZYFjs.ComboboxContent; exports.ComboboxEmpty = _chunk3LWDZZYFjs.ComboboxEmpty; exports.ComboboxGroup = _chunk3LWDZZYFjs.ComboboxGroup; exports.ComboboxInput = _chunk3LWDZZYFjs.ComboboxInput; exports.ComboboxItem = _chunk3LWDZZYFjs.ComboboxItem; exports.ComboboxLabel = _chunk3LWDZZYFjs.ComboboxLabel; exports.ComboboxList = _chunk3LWDZZYFjs.ComboboxList; exports.ComboboxSeparator = _chunk3LWDZZYFjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk3LWDZZYFjs.ComboboxTrigger; exports.ComboboxValue = _chunk3LWDZZYFjs.ComboboxValue; exports.Command = _chunk3LWDZZYFjs.Command; exports.CommandDialog = _chunk3LWDZZYFjs.CommandDialog; exports.CommandEmpty = _chunk3LWDZZYFjs.CommandEmpty; exports.CommandGroup = _chunk3LWDZZYFjs.CommandGroup; exports.CommandInput = _chunk3LWDZZYFjs.CommandInput; exports.CommandItem = _chunk3LWDZZYFjs.CommandItem; exports.CommandList = _chunk3LWDZZYFjs.CommandList; exports.CommandSeparator = _chunk3LWDZZYFjs.CommandSeparator; exports.CommandShortcut = _chunk3LWDZZYFjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk3LWDZZYFjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk3LWDZZYFjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk3LWDZZYFjs.CommonDeleter; exports.CommonEditorButtons = _chunk3LWDZZYFjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk3LWDZZYFjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk3LWDZZYFjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk3LWDZZYFjs.CommonEditorTrigger; exports.CompaniesList = _chunk3LWDZZYFjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk3LWDZZYFjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk3LWDZZYFjs.CompanyContainer; exports.CompanyContent = _chunk3LWDZZYFjs.CompanyContent; exports.CompanyDeleter = _chunk3LWDZZYFjs.CompanyDeleter; exports.CompanyDetails = _chunk3LWDZZYFjs.CompanyDetails; exports.CompanyEditor = _chunk3LWDZZYFjs.CompanyEditor; exports.CompanyUsersList = _chunk3LWDZZYFjs.CompanyUsersList; exports.ContentListGrid = _chunk3LWDZZYFjs.ContentListGrid; exports.ContentListTable = _chunk3LWDZZYFjs.ContentListTable; exports.ContentTableSearch = _chunk3LWDZZYFjs.ContentTableSearch; exports.ContentTitle = _chunk3LWDZZYFjs.ContentTitle; exports.ContentsList = _chunk3LWDZZYFjs.ContentsList; exports.ContentsListById = _chunk3LWDZZYFjs.ContentsListById; exports.ContextMenu = _chunk3LWDZZYFjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk3LWDZZYFjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk3LWDZZYFjs.ContextMenuContent; exports.ContextMenuGroup = _chunk3LWDZZYFjs.ContextMenuGroup; exports.ContextMenuItem = _chunk3LWDZZYFjs.ContextMenuItem; exports.ContextMenuLabel = _chunk3LWDZZYFjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk3LWDZZYFjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk3LWDZZYFjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk3LWDZZYFjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk3LWDZZYFjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk3LWDZZYFjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk3LWDZZYFjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk3LWDZZYFjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk3LWDZZYFjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk3LWDZZYFjs.ContextMenuTrigger; exports.ContributorsList = _chunk3LWDZZYFjs.ContributorsList; exports.Cookies = _chunk3LWDZZYFjs.Cookies; exports.DatePickerPopover = _chunk3LWDZZYFjs.DatePickerPopover; exports.DateRangeSelector = _chunk3LWDZZYFjs.DateRangeSelector; exports.Dialog = _chunk3LWDZZYFjs.Dialog; exports.DialogClose = _chunk3LWDZZYFjs.DialogClose; exports.DialogContent = _chunk3LWDZZYFjs.DialogContent; exports.DialogDescription = _chunk3LWDZZYFjs.DialogDescription; exports.DialogFooter = _chunk3LWDZZYFjs.DialogFooter; exports.DialogHeader = _chunk3LWDZZYFjs.DialogHeader; exports.DialogOverlay = _chunk3LWDZZYFjs.DialogOverlay; exports.DialogPortal = _chunk3LWDZZYFjs.DialogPortal; exports.DialogTitle = _chunk3LWDZZYFjs.DialogTitle; exports.DialogTrigger = _chunk3LWDZZYFjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk3LWDZZYFjs.DisableTwoFactorDialog; exports.Drawer = _chunk3LWDZZYFjs.Drawer; exports.DrawerClose = _chunk3LWDZZYFjs.DrawerClose; exports.DrawerContent = _chunk3LWDZZYFjs.DrawerContent; exports.DrawerDescription = _chunk3LWDZZYFjs.DrawerDescription; exports.DrawerFooter = _chunk3LWDZZYFjs.DrawerFooter; exports.DrawerHeader = _chunk3LWDZZYFjs.DrawerHeader; exports.DrawerOverlay = _chunk3LWDZZYFjs.DrawerOverlay; exports.DrawerPortal = _chunk3LWDZZYFjs.DrawerPortal; exports.DrawerTitle = _chunk3LWDZZYFjs.DrawerTitle; exports.DrawerTrigger = _chunk3LWDZZYFjs.DrawerTrigger; exports.DropdownMenu = _chunk3LWDZZYFjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk3LWDZZYFjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk3LWDZZYFjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk3LWDZZYFjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk3LWDZZYFjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk3LWDZZYFjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk3LWDZZYFjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk3LWDZZYFjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk3LWDZZYFjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk3LWDZZYFjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk3LWDZZYFjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk3LWDZZYFjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk3LWDZZYFjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk3LWDZZYFjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk3LWDZZYFjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk3LWDZZYFjs.EditableAvatar; exports.EditorSheet = _chunk3LWDZZYFjs.EditorSheet; exports.EntityAvatar = _chunk3LWDZZYFjs.EntityAvatar; exports.EntityMultiSelector = _chunk3LWDZZYFjs.EntityMultiSelector; exports.ErrorDetails = _chunk3LWDZZYFjs.ErrorDetails; exports.Field = _chunk3LWDZZYFjs.Field; exports.FieldContent = _chunk3LWDZZYFjs.FieldContent; exports.FieldDescription = _chunk3LWDZZYFjs.FieldDescription; exports.FieldError = _chunk3LWDZZYFjs.FieldError; exports.FieldGroup = _chunk3LWDZZYFjs.FieldGroup; exports.FieldLabel = _chunk3LWDZZYFjs.FieldLabel; exports.FieldLegend = _chunk3LWDZZYFjs.FieldLegend; exports.FieldSeparator = _chunk3LWDZZYFjs.FieldSeparator; exports.FieldSet = _chunk3LWDZZYFjs.FieldSet; exports.FieldTitle = _chunk3LWDZZYFjs.FieldTitle; exports.FileInput = _chunk3LWDZZYFjs.FileInput; exports.FileUploader = _chunk3LWDZZYFjs.FileUploader; exports.FileUploaderContent = _chunk3LWDZZYFjs.FileUploaderContent; exports.FileUploaderItem = _chunk3LWDZZYFjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk3LWDZZYFjs.FiscalDataDisplay; exports.ForgotPassword = _chunk3LWDZZYFjs.ForgotPassword; exports.Form = _chunk3LWDZZYFjs.Form; exports.FormBlockNote = _chunk3LWDZZYFjs.FormBlockNote; exports.FormCheckbox = _chunk3LWDZZYFjs.FormCheckbox; exports.FormDate = _chunk3LWDZZYFjs.FormDate; exports.FormDateTime = _chunk3LWDZZYFjs.FormDateTime; exports.FormFeatures = _chunk3LWDZZYFjs.FormFeatures; exports.FormFieldWrapper = _chunk3LWDZZYFjs.FormFieldWrapper; exports.FormInput = _chunk3LWDZZYFjs.FormInput; exports.FormPassword = _chunk3LWDZZYFjs.FormPassword; exports.FormPlaceAutocomplete = _chunk3LWDZZYFjs.FormPlaceAutocomplete; exports.FormRoles = _chunk3LWDZZYFjs.FormRoles; exports.FormSelect = _chunk3LWDZZYFjs.FormSelect; exports.FormSlider = _chunk3LWDZZYFjs.FormSlider; exports.FormSwitch = _chunk3LWDZZYFjs.FormSwitch; exports.FormTextarea = _chunk3LWDZZYFjs.FormTextarea; exports.GdprConsentCheckbox = _chunk3LWDZZYFjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk3LWDZZYFjs.GdprConsentSection; exports.Header = _chunk3LWDZZYFjs.Header; exports.HoverCard = _chunk3LWDZZYFjs.HoverCard; exports.HoverCardContent = _chunk3LWDZZYFjs.HoverCardContent; exports.HoverCardTrigger = _chunk3LWDZZYFjs.HoverCardTrigger; exports.HowToCommand = _chunk3LWDZZYFjs.HowToCommand; exports.HowToCommandViewer = _chunk3LWDZZYFjs.HowToCommandViewer; exports.HowToContainer = _chunk3LWDZZYFjs.HowToContainer; exports.HowToContent = _chunk3LWDZZYFjs.HowToContent; exports.HowToDeleter = _chunk3LWDZZYFjs.HowToDeleter; exports.HowToDetails = _chunk3LWDZZYFjs.HowToDetails; exports.HowToEditor = _chunk3LWDZZYFjs.HowToEditor; exports.HowToList = _chunk3LWDZZYFjs.HowToList; exports.HowToListContainer = _chunk3LWDZZYFjs.HowToListContainer; exports.HowToMultiSelector = _chunk3LWDZZYFjs.HowToMultiSelector; exports.HowToSelector = _chunk3LWDZZYFjs.HowToSelector; exports.Input = _chunk3LWDZZYFjs.Input; exports.InputGroup = _chunk3LWDZZYFjs.InputGroup; exports.InputGroupAddon = _chunk3LWDZZYFjs.InputGroupAddon; exports.InputGroupButton = _chunk3LWDZZYFjs.InputGroupButton; exports.InputGroupInput = _chunk3LWDZZYFjs.InputGroupInput; exports.InputGroupText = _chunk3LWDZZYFjs.InputGroupText; exports.InputGroupTextarea = _chunk3LWDZZYFjs.InputGroupTextarea; exports.InputOTP = _chunk3LWDZZYFjs.InputOTP; exports.InputOTPGroup = _chunk3LWDZZYFjs.InputOTPGroup; exports.InputOTPSeparator = _chunk3LWDZZYFjs.InputOTPSeparator; exports.InputOTPSlot = _chunk3LWDZZYFjs.InputOTPSlot; exports.ItalianFiscalData = _chunk3LWDZZYFjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk3LWDZZYFjs.ItalianFiscalDataDisplay; exports.Item = _chunk3LWDZZYFjs.KanbanItem; exports.ItemHandle = _chunk3LWDZZYFjs.KanbanItemHandle; exports.Kanban = _chunk3LWDZZYFjs.KanbanRoot; exports.KanbanBoard = _chunk3LWDZZYFjs.KanbanBoard; exports.KanbanColumn = _chunk3LWDZZYFjs.KanbanColumn; exports.KanbanColumnHandle = _chunk3LWDZZYFjs.KanbanColumnHandle; exports.KanbanItem = _chunk3LWDZZYFjs.KanbanItem; exports.KanbanItemHandle = _chunk3LWDZZYFjs.KanbanItemHandle; exports.KanbanOverlay = _chunk3LWDZZYFjs.KanbanOverlay; exports.Label = _chunk3LWDZZYFjs.Label; exports.LandingComponent = _chunk3LWDZZYFjs.LandingComponent; exports.Link = _chunk3LWDZZYFjs.Link; exports.Login = _chunk3LWDZZYFjs.Login; exports.Logout = _chunk3LWDZZYFjs.Logout; exports.MessageItem = _chunk3LWDZZYFjs.MessageItem; exports.MessageList = _chunk3LWDZZYFjs.MessageList; exports.MessageSourcesPanel = _chunk3LWDZZYFjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunk3LWDZZYFjs.ModeToggleSwitch; exports.MultiSelect = _chunk3LWDZZYFjs.MultiSelect; exports.MultipleSelector = _chunk3LWDZZYFjs.MultipleSelector; exports.NavigationMenu = _chunk3LWDZZYFjs.NavigationMenu; exports.NavigationMenuContent = _chunk3LWDZZYFjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk3LWDZZYFjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk3LWDZZYFjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk3LWDZZYFjs.NavigationMenuLink; exports.NavigationMenuList = _chunk3LWDZZYFjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk3LWDZZYFjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk3LWDZZYFjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk3LWDZZYFjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk3LWDZZYFjs.NotificationMenuItem; exports.NotificationModal = _chunk3LWDZZYFjs.NotificationModal; exports.NotificationToast = _chunk3LWDZZYFjs.NotificationToast; exports.NotificationsList = _chunk3LWDZZYFjs.NotificationsList; exports.NotificationsListContainer = _chunk3LWDZZYFjs.NotificationsListContainer; exports.OAuthClientCard = _chunk3LWDZZYFjs.OAuthClientCard; exports.OAuthClientDetail = _chunk3LWDZZYFjs.OAuthClientDetail; exports.OAuthClientForm = _chunk3LWDZZYFjs.OAuthClientForm; exports.OAuthClientList = _chunk3LWDZZYFjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk3LWDZZYFjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk3LWDZZYFjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk3LWDZZYFjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk3LWDZZYFjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk3LWDZZYFjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk3LWDZZYFjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk3LWDZZYFjs.OAuthScopeSelector; exports.OnboardingCard = _chunk3LWDZZYFjs.OnboardingCard; exports.Overlay = _chunk3LWDZZYFjs.KanbanOverlay; exports.PageContainer = _chunk3LWDZZYFjs.PageContainer; exports.PageContainerContentDetails = _chunk3LWDZZYFjs.PageContainerContentDetails; exports.PageContentContainer = _chunk3LWDZZYFjs.PageContentContainer; exports.PageSection = _chunk3LWDZZYFjs.PageSection; exports.PasskeyButton = _chunk3LWDZZYFjs.PasskeyButton; exports.PasskeyList = _chunk3LWDZZYFjs.PasskeyList; exports.PasskeySetupDialog = _chunk3LWDZZYFjs.PasskeySetupDialog; exports.PasswordInput = _chunk3LWDZZYFjs.PasswordInput; exports.Popover = _chunk3LWDZZYFjs.Popover; exports.PopoverContent = _chunk3LWDZZYFjs.PopoverContent; exports.PopoverDescription = _chunk3LWDZZYFjs.PopoverDescription; exports.PopoverHeader = _chunk3LWDZZYFjs.PopoverHeader; exports.PopoverTitle = _chunk3LWDZZYFjs.PopoverTitle; exports.PopoverTrigger = _chunk3LWDZZYFjs.PopoverTrigger; exports.Progress = _chunk3LWDZZYFjs.Progress; exports.ProgressIndicator = _chunk3LWDZZYFjs.ProgressIndicator; exports.ProgressLabel = _chunk3LWDZZYFjs.ProgressLabel; exports.ProgressTrack = _chunk3LWDZZYFjs.ProgressTrack; exports.ProgressValue = _chunk3LWDZZYFjs.ProgressValue; exports.PushNotificationProvider = _chunk3LWDZZYFjs.PushNotificationProvider; exports.RadioGroup = _chunk3LWDZZYFjs.RadioGroup; exports.RadioGroupItem = _chunk3LWDZZYFjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk3LWDZZYFjs.RbacByRoleContainer; exports.RbacContainer = _chunk3LWDZZYFjs.RbacContainer; exports.RbacPermissionCell = _chunk3LWDZZYFjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk3LWDZZYFjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk3LWDZZYFjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk3LWDZZYFjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk3LWDZZYFjs.ReferralCodeCapture; exports.ReferralDialog = _chunk3LWDZZYFjs.ReferralDialog; exports.ReferralWidget = _chunk3LWDZZYFjs.ReferralWidget; exports.RefreshUser = _chunk3LWDZZYFjs.RefreshUser; exports.RelevantContentsList = _chunk3LWDZZYFjs.RelevantContentsList; exports.RelevantUsersList = _chunk3LWDZZYFjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk3LWDZZYFjs.RemoveUserFromRole; exports.ResetPassword = _chunk3LWDZZYFjs.ResetPassword; exports.ResizableHandle = _chunk3LWDZZYFjs.ResizableHandle; exports.ResizablePanel = _chunk3LWDZZYFjs.ResizablePanel; exports.ResizablePanelGroup = _chunk3LWDZZYFjs.ResizablePanelGroup; exports.RoleContainer = _chunk3LWDZZYFjs.RoleContainer; exports.RoleDetails = _chunk3LWDZZYFjs.RoleDetails; exports.RoleUsersList = _chunk3LWDZZYFjs.RoleUsersList; exports.RolesList = _chunk3LWDZZYFjs.RolesList; exports.Root = _chunk3LWDZZYFjs.KanbanRoot; exports.RoundPageContainer = _chunk3LWDZZYFjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk3LWDZZYFjs.RoundPageContainerTitle; exports.ScrollArea = _chunk3LWDZZYFjs.ScrollArea; exports.ScrollBar = _chunk3LWDZZYFjs.ScrollBar; exports.SecurityContainer = _chunk3LWDZZYFjs.SecurityContainer; exports.Select = _chunk3LWDZZYFjs.Select; exports.SelectContent = _chunk3LWDZZYFjs.SelectContent; exports.SelectGroup = _chunk3LWDZZYFjs.SelectGroup; exports.SelectItem = _chunk3LWDZZYFjs.SelectItem; exports.SelectLabel = _chunk3LWDZZYFjs.SelectLabel; exports.SelectScrollDownButton = _chunk3LWDZZYFjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk3LWDZZYFjs.SelectScrollUpButton; exports.SelectSeparator = _chunk3LWDZZYFjs.SelectSeparator; exports.SelectTrigger = _chunk3LWDZZYFjs.SelectTrigger; exports.SelectValue = _chunk3LWDZZYFjs.SelectValue; exports.Separator = _chunk3LWDZZYFjs.Separator; exports.Sheet = _chunk3LWDZZYFjs.Sheet; exports.SheetClose = _chunk3LWDZZYFjs.SheetClose; exports.SheetContent = _chunk3LWDZZYFjs.SheetContent; exports.SheetDescription = _chunk3LWDZZYFjs.SheetDescription; exports.SheetFooter = _chunk3LWDZZYFjs.SheetFooter; exports.SheetHeader = _chunk3LWDZZYFjs.SheetHeader; exports.SheetTitle = _chunk3LWDZZYFjs.SheetTitle; exports.SheetTrigger = _chunk3LWDZZYFjs.SheetTrigger; exports.Sidebar = _chunk3LWDZZYFjs.Sidebar; exports.SidebarContent = _chunk3LWDZZYFjs.SidebarContent; exports.SidebarFooter = _chunk3LWDZZYFjs.SidebarFooter; exports.SidebarGroup = _chunk3LWDZZYFjs.SidebarGroup; exports.SidebarGroupAction = _chunk3LWDZZYFjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk3LWDZZYFjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk3LWDZZYFjs.SidebarGroupLabel; exports.SidebarHeader = _chunk3LWDZZYFjs.SidebarHeader; exports.SidebarInput = _chunk3LWDZZYFjs.SidebarInput; exports.SidebarInset = _chunk3LWDZZYFjs.SidebarInset; exports.SidebarMenu = _chunk3LWDZZYFjs.SidebarMenu; exports.SidebarMenuAction = _chunk3LWDZZYFjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk3LWDZZYFjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk3LWDZZYFjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk3LWDZZYFjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk3LWDZZYFjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk3LWDZZYFjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk3LWDZZYFjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk3LWDZZYFjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk3LWDZZYFjs.SidebarProvider; exports.SidebarRail = _chunk3LWDZZYFjs.SidebarRail; exports.SidebarSeparator = _chunk3LWDZZYFjs.SidebarSeparator; exports.SidebarTrigger = _chunk3LWDZZYFjs.SidebarTrigger; exports.Skeleton = _chunk3LWDZZYFjs.Skeleton; exports.Slider = _chunk3LWDZZYFjs.Slider; exports.Switch = _chunk3LWDZZYFjs.Switch; exports.Table = _chunk3LWDZZYFjs.Table; exports.TableBody = _chunk3LWDZZYFjs.TableBody; exports.TableCaption = _chunk3LWDZZYFjs.TableCaption; exports.TableCell = _chunk3LWDZZYFjs.TableCell; exports.TableCellAvatar = _chunk3LWDZZYFjs.TableCellAvatar; exports.TableFooter = _chunk3LWDZZYFjs.TableFooter; exports.TableHead = _chunk3LWDZZYFjs.TableHead; exports.TableHeader = _chunk3LWDZZYFjs.TableHeader; exports.TableRow = _chunk3LWDZZYFjs.TableRow; exports.Tabs = _chunk3LWDZZYFjs.Tabs; exports.TabsContainer = _chunk3LWDZZYFjs.TabsContainer; exports.TabsContent = _chunk3LWDZZYFjs.TabsContent; exports.TabsList = _chunk3LWDZZYFjs.TabsList; exports.TabsTrigger = _chunk3LWDZZYFjs.TabsTrigger; exports.Textarea = _chunk3LWDZZYFjs.Textarea; exports.Toaster = _chunk3LWDZZYFjs.Toaster; exports.Toggle = _chunk3LWDZZYFjs.Toggle; exports.TokenStatusIndicator = _chunk3LWDZZYFjs.TokenStatusIndicator; exports.Tooltip = _chunk3LWDZZYFjs.Tooltip; exports.TooltipContent = _chunk3LWDZZYFjs.TooltipContent; exports.TooltipProvider = _chunk3LWDZZYFjs.TooltipProvider; exports.TooltipTrigger = _chunk3LWDZZYFjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk3LWDZZYFjs.TotpAuthenticatorList; exports.TotpInput = _chunk3LWDZZYFjs.TotpInput; exports.TotpSetupDialog = _chunk3LWDZZYFjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk3LWDZZYFjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk3LWDZZYFjs.TwoFactorSettings; exports.UserAvatar = _chunk3LWDZZYFjs.UserAvatar; exports.UserAvatarEditor = _chunk3LWDZZYFjs.UserAvatarEditor; exports.UserAvatarList = _chunk3LWDZZYFjs.UserAvatarList; exports.UserContainer = _chunk3LWDZZYFjs.UserContainer; exports.UserContent = _chunk3LWDZZYFjs.UserContent; exports.UserDeleter = _chunk3LWDZZYFjs.UserDeleter; exports.UserEditor = _chunk3LWDZZYFjs.UserEditor; exports.UserIndexContainer = _chunk3LWDZZYFjs.UserIndexContainer; exports.UserIndexDetails = _chunk3LWDZZYFjs.UserIndexDetails; exports.UserListInAdd = _chunk3LWDZZYFjs.UserListInAdd; exports.UserMultiSelect = _chunk3LWDZZYFjs.UserMultiSelect; exports.UserReactivator = _chunk3LWDZZYFjs.UserReactivator; exports.UserResentInvitationEmail = _chunk3LWDZZYFjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk3LWDZZYFjs.UserRoleAdd; exports.UserRolesList = _chunk3LWDZZYFjs.UserRolesList; exports.UserSearchPopover = _chunk3LWDZZYFjs.UserSearchPopover; exports.UserSelector = _chunk3LWDZZYFjs.UserSelector; exports.UserStanadaloneDetails = _chunk3LWDZZYFjs.UserStanadaloneDetails; exports.UsersList = _chunk3LWDZZYFjs.UsersList; exports.UsersListByContentIds = _chunk3LWDZZYFjs.UsersListByContentIds; exports.UsersListContainer = _chunk3LWDZZYFjs.UsersListContainer; exports.WaitlistConfirmation = _chunk3LWDZZYFjs.WaitlistConfirmation; exports.WaitlistForm = _chunk3LWDZZYFjs.WaitlistForm; exports.WaitlistHeroSection = _chunk3LWDZZYFjs.WaitlistHeroSection; exports.WaitlistList = _chunk3LWDZZYFjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk3LWDZZYFjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk3LWDZZYFjs.WaitlistSuccessState; exports.badgeVariants = _chunk3LWDZZYFjs.badgeVariants; exports.buttonVariants = _chunk3LWDZZYFjs.buttonVariants; exports.cellComponent = _chunk3LWDZZYFjs.cellComponent; exports.cellDate = _chunk3LWDZZYFjs.cellDate; exports.cellDateTime = _chunk3LWDZZYFjs.cellDateTime; exports.cellId = _chunk3LWDZZYFjs.cellId; exports.cellLink = _chunk3LWDZZYFjs.cellLink; exports.cellUrl = _chunk3LWDZZYFjs.cellUrl; exports.createMentionInlineContentSpec = _chunk3LWDZZYFjs.createMentionInlineContentSpec; exports.errorToast = _chunk3LWDZZYFjs.errorToast; exports.generateNotificationData = _chunk3LWDZZYFjs.generateNotificationData; exports.getIcon = _chunkXAWKRNYMjs.getIcon; exports.getIconByModule = _chunkXAWKRNYMjs.getIconByModule; exports.getIconByModuleName = _chunkXAWKRNYMjs.getIconByModuleName; exports.getInitials = _chunkXAWKRNYMjs.getInitials; exports.mentionDataAttrs = _chunk3LWDZZYFjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk3LWDZZYFjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk3LWDZZYFjs.parseFiscalData; exports.tabsListVariants = _chunk3LWDZZYFjs.tabsListVariants; exports.toggleVariants = _chunk3LWDZZYFjs.toggleVariants; exports.triggerAssociationToast = _chunk3LWDZZYFjs.triggerAssociationToast; exports.useCarousel = _chunk3LWDZZYFjs.useCarousel; exports.useComboboxAnchor = _chunk3LWDZZYFjs.useComboboxAnchor; exports.useDebounce = _chunk3LWDZZYFjs.useDebounce2; exports.useEditorDialog = _chunk3LWDZZYFjs.useEditorDialog; exports.useFileUpload = _chunk3LWDZZYFjs.useFileUpload; exports.useMentionInsert = _chunk3LWDZZYFjs.useMentionInsert; exports.useSidebar = _chunk3LWDZZYFjs.useSidebar;
938
+ exports.AcceptInvitation = _chunkHFLERFFJjs.AcceptInvitation; exports.Accordion = _chunkHFLERFFJjs.Accordion; exports.AccordionContent = _chunkHFLERFFJjs.AccordionContent; exports.AccordionItem = _chunkHFLERFFJjs.AccordionItem; exports.AccordionTrigger = _chunkHFLERFFJjs.AccordionTrigger; exports.ActivateAccount = _chunkHFLERFFJjs.ActivateAccount; exports.AddUserToRole = _chunkHFLERFFJjs.AddUserToRole; exports.AdminCompanyContainer = _chunkHFLERFFJjs.AdminCompanyContainer; exports.AdminUsersList = _chunkHFLERFFJjs.AdminUsersList; exports.Alert = _chunkHFLERFFJjs.Alert; exports.AlertAction = _chunkHFLERFFJjs.AlertAction; exports.AlertDescription = _chunkHFLERFFJjs.AlertDescription; exports.AlertDialog = _chunkHFLERFFJjs.AlertDialog; exports.AlertDialogAction = _chunkHFLERFFJjs.AlertDialogAction; exports.AlertDialogCancel = _chunkHFLERFFJjs.AlertDialogCancel; exports.AlertDialogContent = _chunkHFLERFFJjs.AlertDialogContent; exports.AlertDialogDescription = _chunkHFLERFFJjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkHFLERFFJjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkHFLERFFJjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkHFLERFFJjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkHFLERFFJjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkHFLERFFJjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkHFLERFFJjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkHFLERFFJjs.AlertDialogTrigger; exports.AlertTitle = _chunkHFLERFFJjs.AlertTitle; exports.AllUsersListContainer = _chunkHFLERFFJjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkHFLERFFJjs.AllowedUsersDetails; exports.AssistantContainer = _chunkHFLERFFJjs.AssistantContainer; exports.AttributeElement = _chunkHFLERFFJjs.AttributeElement; exports.AuthContainer = _chunkHFLERFFJjs.AuthContainer; exports.Avatar = _chunkHFLERFFJjs.Avatar; exports.AvatarBadge = _chunkHFLERFFJjs.AvatarBadge; exports.AvatarFallback = _chunkHFLERFFJjs.AvatarFallback; exports.AvatarGroup = _chunkHFLERFFJjs.AvatarGroup; exports.AvatarGroupCount = _chunkHFLERFFJjs.AvatarGroupCount; exports.AvatarImage = _chunkHFLERFFJjs.AvatarImage; exports.BackupCodesDialog = _chunkHFLERFFJjs.BackupCodesDialog; exports.Badge = _chunkHFLERFFJjs.Badge; exports.BlockNoteEditorContainer = _chunkHFLERFFJjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkHFLERFFJjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkHFLERFFJjs.BlockNoteEditorMentionSuggestionMenu; exports.Board = _chunkHFLERFFJjs.KanbanBoard; exports.Breadcrumb = _chunkHFLERFFJjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkHFLERFFJjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkHFLERFFJjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkHFLERFFJjs.BreadcrumbLink; exports.BreadcrumbList = _chunkHFLERFFJjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkHFLERFFJjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkHFLERFFJjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkHFLERFFJjs.BreadcrumbSeparator; exports.Button = _chunkHFLERFFJjs.Button; exports.Calendar = _chunkHFLERFFJjs.Calendar; exports.CalendarDayButton = _chunkHFLERFFJjs.CalendarDayButton; exports.Card = _chunkHFLERFFJjs.Card; exports.CardAction = _chunkHFLERFFJjs.CardAction; exports.CardContent = _chunkHFLERFFJjs.CardContent; exports.CardDescription = _chunkHFLERFFJjs.CardDescription; exports.CardFooter = _chunkHFLERFFJjs.CardFooter; exports.CardHeader = _chunkHFLERFFJjs.CardHeader; exports.CardTitle = _chunkHFLERFFJjs.CardTitle; exports.Carousel = _chunkHFLERFFJjs.Carousel; exports.CarouselContent = _chunkHFLERFFJjs.CarouselContent; exports.CarouselItem = _chunkHFLERFFJjs.CarouselItem; exports.CarouselNext = _chunkHFLERFFJjs.CarouselNext; exports.CarouselPrevious = _chunkHFLERFFJjs.CarouselPrevious; exports.ChartContainer = _chunkHFLERFFJjs.ChartContainer; exports.ChartLegend = _chunkHFLERFFJjs.ChartLegend; exports.ChartLegendContent = _chunkHFLERFFJjs.ChartLegendContent; exports.ChartStyle = _chunkHFLERFFJjs.ChartStyle; exports.ChartTooltip = _chunkHFLERFFJjs.ChartTooltip; exports.ChartTooltipContent = _chunkHFLERFFJjs.ChartTooltipContent; exports.Checkbox = _chunkHFLERFFJjs.Checkbox; exports.Collapsible = _chunkHFLERFFJjs.Collapsible; exports.CollapsibleContent = _chunkHFLERFFJjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkHFLERFFJjs.CollapsibleTrigger; exports.Column = _chunkHFLERFFJjs.KanbanColumn; exports.ColumnHandle = _chunkHFLERFFJjs.KanbanColumnHandle; exports.Combobox = _chunkHFLERFFJjs.Combobox; exports.ComboboxChip = _chunkHFLERFFJjs.ComboboxChip; exports.ComboboxChips = _chunkHFLERFFJjs.ComboboxChips; exports.ComboboxChipsInput = _chunkHFLERFFJjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkHFLERFFJjs.ComboboxCollection; exports.ComboboxContent = _chunkHFLERFFJjs.ComboboxContent; exports.ComboboxEmpty = _chunkHFLERFFJjs.ComboboxEmpty; exports.ComboboxGroup = _chunkHFLERFFJjs.ComboboxGroup; exports.ComboboxInput = _chunkHFLERFFJjs.ComboboxInput; exports.ComboboxItem = _chunkHFLERFFJjs.ComboboxItem; exports.ComboboxLabel = _chunkHFLERFFJjs.ComboboxLabel; exports.ComboboxList = _chunkHFLERFFJjs.ComboboxList; exports.ComboboxSeparator = _chunkHFLERFFJjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkHFLERFFJjs.ComboboxTrigger; exports.ComboboxValue = _chunkHFLERFFJjs.ComboboxValue; exports.Command = _chunkHFLERFFJjs.Command; exports.CommandDialog = _chunkHFLERFFJjs.CommandDialog; exports.CommandEmpty = _chunkHFLERFFJjs.CommandEmpty; exports.CommandGroup = _chunkHFLERFFJjs.CommandGroup; exports.CommandInput = _chunkHFLERFFJjs.CommandInput; exports.CommandItem = _chunkHFLERFFJjs.CommandItem; exports.CommandList = _chunkHFLERFFJjs.CommandList; exports.CommandSeparator = _chunkHFLERFFJjs.CommandSeparator; exports.CommandShortcut = _chunkHFLERFFJjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkHFLERFFJjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkHFLERFFJjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkHFLERFFJjs.CommonDeleter; exports.CommonEditorButtons = _chunkHFLERFFJjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkHFLERFFJjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkHFLERFFJjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkHFLERFFJjs.CommonEditorTrigger; exports.CompaniesList = _chunkHFLERFFJjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkHFLERFFJjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkHFLERFFJjs.CompanyContainer; exports.CompanyContent = _chunkHFLERFFJjs.CompanyContent; exports.CompanyDeleter = _chunkHFLERFFJjs.CompanyDeleter; exports.CompanyDetails = _chunkHFLERFFJjs.CompanyDetails; exports.CompanyEditor = _chunkHFLERFFJjs.CompanyEditor; exports.CompanyUsersList = _chunkHFLERFFJjs.CompanyUsersList; exports.ContentListGrid = _chunkHFLERFFJjs.ContentListGrid; exports.ContentListTable = _chunkHFLERFFJjs.ContentListTable; exports.ContentTableSearch = _chunkHFLERFFJjs.ContentTableSearch; exports.ContentTitle = _chunkHFLERFFJjs.ContentTitle; exports.ContentsList = _chunkHFLERFFJjs.ContentsList; exports.ContentsListById = _chunkHFLERFFJjs.ContentsListById; exports.ContextMenu = _chunkHFLERFFJjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkHFLERFFJjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkHFLERFFJjs.ContextMenuContent; exports.ContextMenuGroup = _chunkHFLERFFJjs.ContextMenuGroup; exports.ContextMenuItem = _chunkHFLERFFJjs.ContextMenuItem; exports.ContextMenuLabel = _chunkHFLERFFJjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkHFLERFFJjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkHFLERFFJjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkHFLERFFJjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkHFLERFFJjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkHFLERFFJjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkHFLERFFJjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkHFLERFFJjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkHFLERFFJjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkHFLERFFJjs.ContextMenuTrigger; exports.ContributorsList = _chunkHFLERFFJjs.ContributorsList; exports.Cookies = _chunkHFLERFFJjs.Cookies; exports.DatePickerPopover = _chunkHFLERFFJjs.DatePickerPopover; exports.DateRangeSelector = _chunkHFLERFFJjs.DateRangeSelector; exports.Dialog = _chunkHFLERFFJjs.Dialog; exports.DialogClose = _chunkHFLERFFJjs.DialogClose; exports.DialogContent = _chunkHFLERFFJjs.DialogContent; exports.DialogDescription = _chunkHFLERFFJjs.DialogDescription; exports.DialogFooter = _chunkHFLERFFJjs.DialogFooter; exports.DialogHeader = _chunkHFLERFFJjs.DialogHeader; exports.DialogOverlay = _chunkHFLERFFJjs.DialogOverlay; exports.DialogPortal = _chunkHFLERFFJjs.DialogPortal; exports.DialogTitle = _chunkHFLERFFJjs.DialogTitle; exports.DialogTrigger = _chunkHFLERFFJjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkHFLERFFJjs.DisableTwoFactorDialog; exports.Drawer = _chunkHFLERFFJjs.Drawer; exports.DrawerClose = _chunkHFLERFFJjs.DrawerClose; exports.DrawerContent = _chunkHFLERFFJjs.DrawerContent; exports.DrawerDescription = _chunkHFLERFFJjs.DrawerDescription; exports.DrawerFooter = _chunkHFLERFFJjs.DrawerFooter; exports.DrawerHeader = _chunkHFLERFFJjs.DrawerHeader; exports.DrawerOverlay = _chunkHFLERFFJjs.DrawerOverlay; exports.DrawerPortal = _chunkHFLERFFJjs.DrawerPortal; exports.DrawerTitle = _chunkHFLERFFJjs.DrawerTitle; exports.DrawerTrigger = _chunkHFLERFFJjs.DrawerTrigger; exports.DropdownMenu = _chunkHFLERFFJjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkHFLERFFJjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkHFLERFFJjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkHFLERFFJjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkHFLERFFJjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkHFLERFFJjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkHFLERFFJjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkHFLERFFJjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkHFLERFFJjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkHFLERFFJjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkHFLERFFJjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkHFLERFFJjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkHFLERFFJjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkHFLERFFJjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkHFLERFFJjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkHFLERFFJjs.EditableAvatar; exports.EditorSheet = _chunkHFLERFFJjs.EditorSheet; exports.EntityAvatar = _chunkHFLERFFJjs.EntityAvatar; exports.EntityMultiSelector = _chunkHFLERFFJjs.EntityMultiSelector; exports.ErrorDetails = _chunkHFLERFFJjs.ErrorDetails; exports.Field = _chunkHFLERFFJjs.Field; exports.FieldContent = _chunkHFLERFFJjs.FieldContent; exports.FieldDescription = _chunkHFLERFFJjs.FieldDescription; exports.FieldError = _chunkHFLERFFJjs.FieldError; exports.FieldGroup = _chunkHFLERFFJjs.FieldGroup; exports.FieldLabel = _chunkHFLERFFJjs.FieldLabel; exports.FieldLegend = _chunkHFLERFFJjs.FieldLegend; exports.FieldSeparator = _chunkHFLERFFJjs.FieldSeparator; exports.FieldSet = _chunkHFLERFFJjs.FieldSet; exports.FieldTitle = _chunkHFLERFFJjs.FieldTitle; exports.FileInput = _chunkHFLERFFJjs.FileInput; exports.FileUploader = _chunkHFLERFFJjs.FileUploader; exports.FileUploaderContent = _chunkHFLERFFJjs.FileUploaderContent; exports.FileUploaderItem = _chunkHFLERFFJjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkHFLERFFJjs.FiscalDataDisplay; exports.ForgotPassword = _chunkHFLERFFJjs.ForgotPassword; exports.Form = _chunkHFLERFFJjs.Form; exports.FormBlockNote = _chunkHFLERFFJjs.FormBlockNote; exports.FormCheckbox = _chunkHFLERFFJjs.FormCheckbox; exports.FormDate = _chunkHFLERFFJjs.FormDate; exports.FormDateTime = _chunkHFLERFFJjs.FormDateTime; exports.FormFeatures = _chunkHFLERFFJjs.FormFeatures; exports.FormFieldWrapper = _chunkHFLERFFJjs.FormFieldWrapper; exports.FormInput = _chunkHFLERFFJjs.FormInput; exports.FormPassword = _chunkHFLERFFJjs.FormPassword; exports.FormPlaceAutocomplete = _chunkHFLERFFJjs.FormPlaceAutocomplete; exports.FormRoles = _chunkHFLERFFJjs.FormRoles; exports.FormSelect = _chunkHFLERFFJjs.FormSelect; exports.FormSlider = _chunkHFLERFFJjs.FormSlider; exports.FormSwitch = _chunkHFLERFFJjs.FormSwitch; exports.FormTextarea = _chunkHFLERFFJjs.FormTextarea; exports.GdprConsentCheckbox = _chunkHFLERFFJjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkHFLERFFJjs.GdprConsentSection; exports.Header = _chunkHFLERFFJjs.Header; exports.HoverCard = _chunkHFLERFFJjs.HoverCard; exports.HoverCardContent = _chunkHFLERFFJjs.HoverCardContent; exports.HoverCardTrigger = _chunkHFLERFFJjs.HoverCardTrigger; exports.HowToCommand = _chunkHFLERFFJjs.HowToCommand; exports.HowToCommandViewer = _chunkHFLERFFJjs.HowToCommandViewer; exports.HowToContainer = _chunkHFLERFFJjs.HowToContainer; exports.HowToContent = _chunkHFLERFFJjs.HowToContent; exports.HowToDeleter = _chunkHFLERFFJjs.HowToDeleter; exports.HowToDetails = _chunkHFLERFFJjs.HowToDetails; exports.HowToEditor = _chunkHFLERFFJjs.HowToEditor; exports.HowToList = _chunkHFLERFFJjs.HowToList; exports.HowToListContainer = _chunkHFLERFFJjs.HowToListContainer; exports.HowToMultiSelector = _chunkHFLERFFJjs.HowToMultiSelector; exports.HowToSelector = _chunkHFLERFFJjs.HowToSelector; exports.Input = _chunkHFLERFFJjs.Input; exports.InputGroup = _chunkHFLERFFJjs.InputGroup; exports.InputGroupAddon = _chunkHFLERFFJjs.InputGroupAddon; exports.InputGroupButton = _chunkHFLERFFJjs.InputGroupButton; exports.InputGroupInput = _chunkHFLERFFJjs.InputGroupInput; exports.InputGroupText = _chunkHFLERFFJjs.InputGroupText; exports.InputGroupTextarea = _chunkHFLERFFJjs.InputGroupTextarea; exports.InputOTP = _chunkHFLERFFJjs.InputOTP; exports.InputOTPGroup = _chunkHFLERFFJjs.InputOTPGroup; exports.InputOTPSeparator = _chunkHFLERFFJjs.InputOTPSeparator; exports.InputOTPSlot = _chunkHFLERFFJjs.InputOTPSlot; exports.ItalianFiscalData = _chunkHFLERFFJjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkHFLERFFJjs.ItalianFiscalDataDisplay; exports.Item = _chunkHFLERFFJjs.KanbanItem; exports.ItemHandle = _chunkHFLERFFJjs.KanbanItemHandle; exports.Kanban = _chunkHFLERFFJjs.KanbanRoot; exports.KanbanBoard = _chunkHFLERFFJjs.KanbanBoard; exports.KanbanColumn = _chunkHFLERFFJjs.KanbanColumn; exports.KanbanColumnHandle = _chunkHFLERFFJjs.KanbanColumnHandle; exports.KanbanItem = _chunkHFLERFFJjs.KanbanItem; exports.KanbanItemHandle = _chunkHFLERFFJjs.KanbanItemHandle; exports.KanbanOverlay = _chunkHFLERFFJjs.KanbanOverlay; exports.Label = _chunkHFLERFFJjs.Label; exports.LandingComponent = _chunkHFLERFFJjs.LandingComponent; exports.Link = _chunkHFLERFFJjs.Link; exports.Login = _chunkHFLERFFJjs.Login; exports.Logout = _chunkHFLERFFJjs.Logout; exports.MessageItem = _chunkHFLERFFJjs.MessageItem; exports.MessageList = _chunkHFLERFFJjs.MessageList; exports.MessageSourcesPanel = _chunkHFLERFFJjs.MessageSourcesPanel; exports.ModeToggleSwitch = _chunkHFLERFFJjs.ModeToggleSwitch; exports.MultiSelect = _chunkHFLERFFJjs.MultiSelect; exports.MultipleSelector = _chunkHFLERFFJjs.MultipleSelector; exports.NavigationMenu = _chunkHFLERFFJjs.NavigationMenu; exports.NavigationMenuContent = _chunkHFLERFFJjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkHFLERFFJjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkHFLERFFJjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkHFLERFFJjs.NavigationMenuLink; exports.NavigationMenuList = _chunkHFLERFFJjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkHFLERFFJjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkHFLERFFJjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkHFLERFFJjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkHFLERFFJjs.NotificationMenuItem; exports.NotificationModal = _chunkHFLERFFJjs.NotificationModal; exports.NotificationToast = _chunkHFLERFFJjs.NotificationToast; exports.NotificationsList = _chunkHFLERFFJjs.NotificationsList; exports.NotificationsListContainer = _chunkHFLERFFJjs.NotificationsListContainer; exports.OAuthClientCard = _chunkHFLERFFJjs.OAuthClientCard; exports.OAuthClientDetail = _chunkHFLERFFJjs.OAuthClientDetail; exports.OAuthClientForm = _chunkHFLERFFJjs.OAuthClientForm; exports.OAuthClientList = _chunkHFLERFFJjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkHFLERFFJjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkHFLERFFJjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkHFLERFFJjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkHFLERFFJjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkHFLERFFJjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkHFLERFFJjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkHFLERFFJjs.OAuthScopeSelector; exports.OnboardingCard = _chunkHFLERFFJjs.OnboardingCard; exports.Overlay = _chunkHFLERFFJjs.KanbanOverlay; exports.PageContainer = _chunkHFLERFFJjs.PageContainer; exports.PageContainerContentDetails = _chunkHFLERFFJjs.PageContainerContentDetails; exports.PageContentContainer = _chunkHFLERFFJjs.PageContentContainer; exports.PageSection = _chunkHFLERFFJjs.PageSection; exports.PasskeyButton = _chunkHFLERFFJjs.PasskeyButton; exports.PasskeyList = _chunkHFLERFFJjs.PasskeyList; exports.PasskeySetupDialog = _chunkHFLERFFJjs.PasskeySetupDialog; exports.PasswordInput = _chunkHFLERFFJjs.PasswordInput; exports.Popover = _chunkHFLERFFJjs.Popover; exports.PopoverContent = _chunkHFLERFFJjs.PopoverContent; exports.PopoverDescription = _chunkHFLERFFJjs.PopoverDescription; exports.PopoverHeader = _chunkHFLERFFJjs.PopoverHeader; exports.PopoverTitle = _chunkHFLERFFJjs.PopoverTitle; exports.PopoverTrigger = _chunkHFLERFFJjs.PopoverTrigger; exports.Progress = _chunkHFLERFFJjs.Progress; exports.ProgressIndicator = _chunkHFLERFFJjs.ProgressIndicator; exports.ProgressLabel = _chunkHFLERFFJjs.ProgressLabel; exports.ProgressTrack = _chunkHFLERFFJjs.ProgressTrack; exports.ProgressValue = _chunkHFLERFFJjs.ProgressValue; exports.PushNotificationProvider = _chunkHFLERFFJjs.PushNotificationProvider; exports.RadioGroup = _chunkHFLERFFJjs.RadioGroup; exports.RadioGroupItem = _chunkHFLERFFJjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkHFLERFFJjs.RbacByRoleContainer; exports.RbacContainer = _chunkHFLERFFJjs.RbacContainer; exports.RbacPermissionCell = _chunkHFLERFFJjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkHFLERFFJjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkHFLERFFJjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkHFLERFFJjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkHFLERFFJjs.ReferralCodeCapture; exports.ReferralDialog = _chunkHFLERFFJjs.ReferralDialog; exports.ReferralWidget = _chunkHFLERFFJjs.ReferralWidget; exports.RefreshUser = _chunkHFLERFFJjs.RefreshUser; exports.RelevantContentsList = _chunkHFLERFFJjs.RelevantContentsList; exports.RelevantUsersList = _chunkHFLERFFJjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkHFLERFFJjs.RemoveUserFromRole; exports.ResetPassword = _chunkHFLERFFJjs.ResetPassword; exports.ResizableHandle = _chunkHFLERFFJjs.ResizableHandle; exports.ResizablePanel = _chunkHFLERFFJjs.ResizablePanel; exports.ResizablePanelGroup = _chunkHFLERFFJjs.ResizablePanelGroup; exports.RoleContainer = _chunkHFLERFFJjs.RoleContainer; exports.RoleDetails = _chunkHFLERFFJjs.RoleDetails; exports.RoleUsersList = _chunkHFLERFFJjs.RoleUsersList; exports.RolesList = _chunkHFLERFFJjs.RolesList; exports.Root = _chunkHFLERFFJjs.KanbanRoot; exports.RoundPageContainer = _chunkHFLERFFJjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkHFLERFFJjs.RoundPageContainerTitle; exports.ScrollArea = _chunkHFLERFFJjs.ScrollArea; exports.ScrollBar = _chunkHFLERFFJjs.ScrollBar; exports.SecurityContainer = _chunkHFLERFFJjs.SecurityContainer; exports.Select = _chunkHFLERFFJjs.Select; exports.SelectContent = _chunkHFLERFFJjs.SelectContent; exports.SelectGroup = _chunkHFLERFFJjs.SelectGroup; exports.SelectItem = _chunkHFLERFFJjs.SelectItem; exports.SelectLabel = _chunkHFLERFFJjs.SelectLabel; exports.SelectScrollDownButton = _chunkHFLERFFJjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkHFLERFFJjs.SelectScrollUpButton; exports.SelectSeparator = _chunkHFLERFFJjs.SelectSeparator; exports.SelectTrigger = _chunkHFLERFFJjs.SelectTrigger; exports.SelectValue = _chunkHFLERFFJjs.SelectValue; exports.Separator = _chunkHFLERFFJjs.Separator; exports.Sheet = _chunkHFLERFFJjs.Sheet; exports.SheetClose = _chunkHFLERFFJjs.SheetClose; exports.SheetContent = _chunkHFLERFFJjs.SheetContent; exports.SheetDescription = _chunkHFLERFFJjs.SheetDescription; exports.SheetFooter = _chunkHFLERFFJjs.SheetFooter; exports.SheetHeader = _chunkHFLERFFJjs.SheetHeader; exports.SheetTitle = _chunkHFLERFFJjs.SheetTitle; exports.SheetTrigger = _chunkHFLERFFJjs.SheetTrigger; exports.Sidebar = _chunkHFLERFFJjs.Sidebar; exports.SidebarContent = _chunkHFLERFFJjs.SidebarContent; exports.SidebarFooter = _chunkHFLERFFJjs.SidebarFooter; exports.SidebarGroup = _chunkHFLERFFJjs.SidebarGroup; exports.SidebarGroupAction = _chunkHFLERFFJjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkHFLERFFJjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkHFLERFFJjs.SidebarGroupLabel; exports.SidebarHeader = _chunkHFLERFFJjs.SidebarHeader; exports.SidebarInput = _chunkHFLERFFJjs.SidebarInput; exports.SidebarInset = _chunkHFLERFFJjs.SidebarInset; exports.SidebarMenu = _chunkHFLERFFJjs.SidebarMenu; exports.SidebarMenuAction = _chunkHFLERFFJjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkHFLERFFJjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkHFLERFFJjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkHFLERFFJjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkHFLERFFJjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkHFLERFFJjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkHFLERFFJjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkHFLERFFJjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkHFLERFFJjs.SidebarProvider; exports.SidebarRail = _chunkHFLERFFJjs.SidebarRail; exports.SidebarSeparator = _chunkHFLERFFJjs.SidebarSeparator; exports.SidebarTrigger = _chunkHFLERFFJjs.SidebarTrigger; exports.Skeleton = _chunkHFLERFFJjs.Skeleton; exports.Slider = _chunkHFLERFFJjs.Slider; exports.Switch = _chunkHFLERFFJjs.Switch; exports.Table = _chunkHFLERFFJjs.Table; exports.TableBody = _chunkHFLERFFJjs.TableBody; exports.TableCaption = _chunkHFLERFFJjs.TableCaption; exports.TableCell = _chunkHFLERFFJjs.TableCell; exports.TableCellAvatar = _chunkHFLERFFJjs.TableCellAvatar; exports.TableFooter = _chunkHFLERFFJjs.TableFooter; exports.TableHead = _chunkHFLERFFJjs.TableHead; exports.TableHeader = _chunkHFLERFFJjs.TableHeader; exports.TableRow = _chunkHFLERFFJjs.TableRow; exports.Tabs = _chunkHFLERFFJjs.Tabs; exports.TabsContainer = _chunkHFLERFFJjs.TabsContainer; exports.TabsContent = _chunkHFLERFFJjs.TabsContent; exports.TabsList = _chunkHFLERFFJjs.TabsList; exports.TabsTrigger = _chunkHFLERFFJjs.TabsTrigger; exports.Textarea = _chunkHFLERFFJjs.Textarea; exports.Toaster = _chunkHFLERFFJjs.Toaster; exports.Toggle = _chunkHFLERFFJjs.Toggle; exports.TokenStatusIndicator = _chunkHFLERFFJjs.TokenStatusIndicator; exports.Tooltip = _chunkHFLERFFJjs.Tooltip; exports.TooltipContent = _chunkHFLERFFJjs.TooltipContent; exports.TooltipProvider = _chunkHFLERFFJjs.TooltipProvider; exports.TooltipTrigger = _chunkHFLERFFJjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkHFLERFFJjs.TotpAuthenticatorList; exports.TotpInput = _chunkHFLERFFJjs.TotpInput; exports.TotpSetupDialog = _chunkHFLERFFJjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkHFLERFFJjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkHFLERFFJjs.TwoFactorSettings; exports.UserAvatar = _chunkHFLERFFJjs.UserAvatar; exports.UserAvatarEditor = _chunkHFLERFFJjs.UserAvatarEditor; exports.UserAvatarList = _chunkHFLERFFJjs.UserAvatarList; exports.UserContainer = _chunkHFLERFFJjs.UserContainer; exports.UserContent = _chunkHFLERFFJjs.UserContent; exports.UserDeleter = _chunkHFLERFFJjs.UserDeleter; exports.UserEditor = _chunkHFLERFFJjs.UserEditor; exports.UserIndexContainer = _chunkHFLERFFJjs.UserIndexContainer; exports.UserIndexDetails = _chunkHFLERFFJjs.UserIndexDetails; exports.UserListInAdd = _chunkHFLERFFJjs.UserListInAdd; exports.UserMultiSelect = _chunkHFLERFFJjs.UserMultiSelect; exports.UserReactivator = _chunkHFLERFFJjs.UserReactivator; exports.UserResentInvitationEmail = _chunkHFLERFFJjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkHFLERFFJjs.UserRoleAdd; exports.UserRolesList = _chunkHFLERFFJjs.UserRolesList; exports.UserSearchPopover = _chunkHFLERFFJjs.UserSearchPopover; exports.UserSelector = _chunkHFLERFFJjs.UserSelector; exports.UserStanadaloneDetails = _chunkHFLERFFJjs.UserStanadaloneDetails; exports.UsersList = _chunkHFLERFFJjs.UsersList; exports.UsersListByContentIds = _chunkHFLERFFJjs.UsersListByContentIds; exports.UsersListContainer = _chunkHFLERFFJjs.UsersListContainer; exports.WaitlistConfirmation = _chunkHFLERFFJjs.WaitlistConfirmation; exports.WaitlistForm = _chunkHFLERFFJjs.WaitlistForm; exports.WaitlistHeroSection = _chunkHFLERFFJjs.WaitlistHeroSection; exports.WaitlistList = _chunkHFLERFFJjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkHFLERFFJjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkHFLERFFJjs.WaitlistSuccessState; exports.badgeVariants = _chunkHFLERFFJjs.badgeVariants; exports.buttonVariants = _chunkHFLERFFJjs.buttonVariants; exports.cellComponent = _chunkHFLERFFJjs.cellComponent; exports.cellDate = _chunkHFLERFFJjs.cellDate; exports.cellDateTime = _chunkHFLERFFJjs.cellDateTime; exports.cellId = _chunkHFLERFFJjs.cellId; exports.cellLink = _chunkHFLERFFJjs.cellLink; exports.cellUrl = _chunkHFLERFFJjs.cellUrl; exports.createMentionInlineContentSpec = _chunkHFLERFFJjs.createMentionInlineContentSpec; exports.errorToast = _chunkHFLERFFJjs.errorToast; exports.generateNotificationData = _chunkHFLERFFJjs.generateNotificationData; exports.getIcon = _chunkRXXZGPC3js.getIcon; exports.getIconByModule = _chunkRXXZGPC3js.getIconByModule; exports.getIconByModuleName = _chunkRXXZGPC3js.getIconByModuleName; exports.getInitials = _chunkRXXZGPC3js.getInitials; exports.mentionDataAttrs = _chunkHFLERFFJjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkHFLERFFJjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkHFLERFFJjs.parseFiscalData; exports.tabsListVariants = _chunkHFLERFFJjs.tabsListVariants; exports.toggleVariants = _chunkHFLERFFJjs.toggleVariants; exports.triggerAssociationToast = _chunkHFLERFFJjs.triggerAssociationToast; exports.useCarousel = _chunkHFLERFFJjs.useCarousel; exports.useComboboxAnchor = _chunkHFLERFFJjs.useComboboxAnchor; exports.useDebounce = _chunkHFLERFFJjs.useDebounce2; exports.useEditorDialog = _chunkHFLERFFJjs.useEditorDialog; exports.useFileUpload = _chunkHFLERFFJjs.useFileUpload; exports.useMentionInsert = _chunkHFLERFFJjs.useMentionInsert; exports.useSidebar = _chunkHFLERFFJjs.useSidebar;
939
939
  //# sourceMappingURL=index.js.map
@@ -455,14 +455,14 @@ import {
455
455
  useFileUpload,
456
456
  useMentionInsert,
457
457
  useSidebar
458
- } from "../chunk-C2RBYYRW.mjs";
459
- import "../chunk-CK3BMQWY.mjs";
458
+ } from "../chunk-MPGZADJR.mjs";
459
+ import "../chunk-CFECWLHH.mjs";
460
460
  import {
461
461
  getIcon,
462
462
  getIconByModule,
463
463
  getIconByModuleName,
464
464
  getInitials
465
- } from "../chunk-3KDGODJ7.mjs";
465
+ } from "../chunk-N3NVIPSU.mjs";
466
466
  import "../chunk-AUXK7QSA.mjs";
467
467
  import "../chunk-C7C7VY4F.mjs";
468
468
  import "../chunk-KK7PYKVI.mjs";
@@ -31,9 +31,9 @@
31
31
 
32
32
 
33
33
 
34
- var _chunk3LWDZZYFjs = require('../chunk-3LWDZZYF.js');
35
- require('../chunk-SE5HIHJS.js');
36
- require('../chunk-XAWKRNYM.js');
34
+ var _chunkHFLERFFJjs = require('../chunk-HFLERFFJ.js');
35
+ require('../chunk-VLDLERJN.js');
36
+ require('../chunk-RXXZGPC3.js');
37
37
  require('../chunk-LXKSUWAV.js');
38
38
  require('../chunk-IBS6NI7D.js');
39
39
  require('../chunk-J5LROFGL.js');
@@ -71,5 +71,5 @@ require('../chunk-7QVYU63E.js');
71
71
 
72
72
 
73
73
 
74
- exports.AssistantProvider = _chunk3LWDZZYFjs.AssistantProvider; exports.CommonProvider = _chunk3LWDZZYFjs.CommonProvider; exports.CompanyProvider = _chunk3LWDZZYFjs.CompanyProvider; exports.CurrentUserProvider = _chunk3LWDZZYFjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk3LWDZZYFjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk3LWDZZYFjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunk3LWDZZYFjs.HeaderLeftContentProvider; exports.HowToProvider = _chunk3LWDZZYFjs.HowToProvider; exports.NotificationContextProvider = _chunk3LWDZZYFjs.NotificationContextProvider; exports.OnboardingProvider = _chunk3LWDZZYFjs.OnboardingProvider; exports.RbacProvider = _chunk3LWDZZYFjs.RbacProvider; exports.RoleProvider = _chunk3LWDZZYFjs.RoleProvider; exports.SharedProvider = _chunk3LWDZZYFjs.SharedProvider; exports.SocketContext = _chunk3LWDZZYFjs.SocketContext; exports.SocketProvider = _chunk3LWDZZYFjs.SocketProvider; exports.UserProvider = _chunk3LWDZZYFjs.UserProvider; exports.recentPagesAtom = _chunk3LWDZZYFjs.recentPagesAtom; exports.useAssistantContext = _chunk3LWDZZYFjs.useAssistantContext; exports.useCommonContext = _chunk3LWDZZYFjs.useCommonContext; exports.useCompanyContext = _chunk3LWDZZYFjs.useCompanyContext; exports.useCurrentUserContext = _chunk3LWDZZYFjs.useCurrentUserContext; exports.useHeaderChildren = _chunk3LWDZZYFjs.useHeaderChildren; exports.useHeaderLeftContent = _chunk3LWDZZYFjs.useHeaderLeftContent; exports.useHowToContext = _chunk3LWDZZYFjs.useHowToContext; exports.useNotificationContext = _chunk3LWDZZYFjs.useNotificationContext; exports.useOnboarding = _chunk3LWDZZYFjs.useOnboarding; exports.useRbacContext = _chunk3LWDZZYFjs.useRbacContext; exports.useRoleContext = _chunk3LWDZZYFjs.useRoleContext; exports.useSharedContext = _chunk3LWDZZYFjs.useSharedContext; exports.useSocketContext = _chunk3LWDZZYFjs.useSocketContext; exports.useUserContext = _chunk3LWDZZYFjs.useUserContext;
74
+ exports.AssistantProvider = _chunkHFLERFFJjs.AssistantProvider; exports.CommonProvider = _chunkHFLERFFJjs.CommonProvider; exports.CompanyProvider = _chunkHFLERFFJjs.CompanyProvider; exports.CurrentUserProvider = _chunkHFLERFFJjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkHFLERFFJjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkHFLERFFJjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkHFLERFFJjs.HeaderLeftContentProvider; exports.HowToProvider = _chunkHFLERFFJjs.HowToProvider; exports.NotificationContextProvider = _chunkHFLERFFJjs.NotificationContextProvider; exports.OnboardingProvider = _chunkHFLERFFJjs.OnboardingProvider; exports.RbacProvider = _chunkHFLERFFJjs.RbacProvider; exports.RoleProvider = _chunkHFLERFFJjs.RoleProvider; exports.SharedProvider = _chunkHFLERFFJjs.SharedProvider; exports.SocketContext = _chunkHFLERFFJjs.SocketContext; exports.SocketProvider = _chunkHFLERFFJjs.SocketProvider; exports.UserProvider = _chunkHFLERFFJjs.UserProvider; exports.recentPagesAtom = _chunkHFLERFFJjs.recentPagesAtom; exports.useAssistantContext = _chunkHFLERFFJjs.useAssistantContext; exports.useCommonContext = _chunkHFLERFFJjs.useCommonContext; exports.useCompanyContext = _chunkHFLERFFJjs.useCompanyContext; exports.useCurrentUserContext = _chunkHFLERFFJjs.useCurrentUserContext; exports.useHeaderChildren = _chunkHFLERFFJjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkHFLERFFJjs.useHeaderLeftContent; exports.useHowToContext = _chunkHFLERFFJjs.useHowToContext; exports.useNotificationContext = _chunkHFLERFFJjs.useNotificationContext; exports.useOnboarding = _chunkHFLERFFJjs.useOnboarding; exports.useRbacContext = _chunkHFLERFFJjs.useRbacContext; exports.useRoleContext = _chunkHFLERFFJjs.useRoleContext; exports.useSharedContext = _chunkHFLERFFJjs.useSharedContext; exports.useSocketContext = _chunkHFLERFFJjs.useSocketContext; exports.useUserContext = _chunkHFLERFFJjs.useUserContext;
75
75
  //# sourceMappingURL=index.js.map
@@ -31,9 +31,9 @@ import {
31
31
  useSharedContext,
32
32
  useSocketContext,
33
33
  useUserContext
34
- } from "../chunk-C2RBYYRW.mjs";
35
- import "../chunk-CK3BMQWY.mjs";
36
- import "../chunk-3KDGODJ7.mjs";
34
+ } from "../chunk-MPGZADJR.mjs";
35
+ import "../chunk-CFECWLHH.mjs";
36
+ import "../chunk-N3NVIPSU.mjs";
37
37
  import "../chunk-AUXK7QSA.mjs";
38
38
  import "../chunk-C7C7VY4F.mjs";
39
39
  import "../chunk-KK7PYKVI.mjs";
@@ -414,6 +414,18 @@ declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallbac
414
414
  declare function useIsMobile(): boolean;
415
415
 
416
416
  type FormatOption = "date" | "time" | "dateTime" | "timeSince" | "default";
417
+ /**
418
+ * Format a `Date` as `YYYY-MM-DD` using the value's local-time components.
419
+ *
420
+ * Use for JSON:API attributes whose backend field type is `"date"` (calendar
421
+ * date with no time component). `JSON.stringify(new Date(...))` would call
422
+ * `.toISOString()`, which UTC-shifts and can lose a day west of UTC; this
423
+ * helper avoids that by emitting the local-date components verbatim.
424
+ *
425
+ * For `"datetime"` fields use `.toISOString()` instead — those represent an
426
+ * instant in time and the UTC shift is correct.
427
+ */
428
+ declare const formatLocalDate: (d: Date) => string;
417
429
  declare const formatDate: (eventDate: Date, formatOption: FormatOption, locale?: string) => string;
418
430
 
419
431
  declare const exists: <T>(itemOrArray: T | T[] | null | undefined) => boolean;
@@ -2293,4 +2305,4 @@ declare class AuditLogService extends AbstractService {
2293
2305
 
2294
2306
  declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
2295
2307
 
2296
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
2308
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
@@ -414,6 +414,18 @@ declare function useComposedRefs<T>(...refs: PossibleRef<T>[]): React.RefCallbac
414
414
  declare function useIsMobile(): boolean;
415
415
 
416
416
  type FormatOption = "date" | "time" | "dateTime" | "timeSince" | "default";
417
+ /**
418
+ * Format a `Date` as `YYYY-MM-DD` using the value's local-time components.
419
+ *
420
+ * Use for JSON:API attributes whose backend field type is `"date"` (calendar
421
+ * date with no time component). `JSON.stringify(new Date(...))` would call
422
+ * `.toISOString()`, which UTC-shifts and can lose a day west of UTC; this
423
+ * helper avoids that by emitting the local-date components verbatim.
424
+ *
425
+ * For `"datetime"` fields use `.toISOString()` instead — those represent an
426
+ * instant in time and the UTC shift is correct.
427
+ */
428
+ declare const formatLocalDate: (d: Date) => string;
417
429
  declare const formatDate: (eventDate: Date, formatOption: FormatOption, locale?: string) => string;
418
430
 
419
431
  declare const exists: <T>(itemOrArray: T | T[] | null | undefined) => boolean;
@@ -2293,4 +2305,4 @@ declare class AuditLogService extends AbstractService {
2293
2305
 
2294
2306
  declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
2295
2307
 
2296
- export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
2308
+ export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RbacMatrixModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, formatLocalDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };