@carlonicora/nextjs-jsonapi 1.63.0 → 1.65.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 (62) hide show
  1. package/dist/{BlockNoteEditor-TS62AHRY.mjs → BlockNoteEditor-SCQGD6F2.mjs} +4 -4
  2. package/dist/{BlockNoteEditor-QQ4XFT4G.js → BlockNoteEditor-Y5XAD6NR.js} +14 -14
  3. package/dist/{BlockNoteEditor-QQ4XFT4G.js.map → BlockNoteEditor-Y5XAD6NR.js.map} +1 -1
  4. package/dist/billing/index.js +346 -346
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-HRG4EAOG.mjs → chunk-5KMKI23S.mjs} +2 -2
  7. package/dist/{chunk-ZRKQQLYI.js → chunk-5ODPC3YX.js} +769 -821
  8. package/dist/chunk-5ODPC3YX.js.map +1 -0
  9. package/dist/{chunk-YHNDD34Z.mjs → chunk-G7PGWMFO.mjs} +95 -3
  10. package/dist/chunk-G7PGWMFO.mjs.map +1 -0
  11. package/dist/{chunk-NAST4OSM.js → chunk-LRXJT656.js} +96 -4
  12. package/dist/chunk-LRXJT656.js.map +1 -0
  13. package/dist/{chunk-K3DKXOEU.mjs → chunk-OLNMWVOV.mjs} +1172 -1224
  14. package/dist/chunk-OLNMWVOV.mjs.map +1 -0
  15. package/dist/{chunk-BQSMP4NU.js → chunk-RA4RYKYB.js} +11 -11
  16. package/dist/{chunk-BQSMP4NU.js.map → chunk-RA4RYKYB.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 +11 -8
  20. package/dist/components/index.d.ts +11 -8
  21. package/dist/components/index.js +4 -6
  22. package/dist/components/index.js.map +1 -1
  23. package/dist/components/index.mjs +3 -5
  24. package/dist/contexts/index.d.mts +2 -1
  25. package/dist/contexts/index.d.ts +2 -1
  26. package/dist/contexts/index.js +4 -4
  27. package/dist/contexts/index.mjs +3 -3
  28. package/dist/core/index.d.mts +44 -1
  29. package/dist/core/index.d.ts +44 -1
  30. package/dist/core/index.js +8 -2
  31. package/dist/core/index.js.map +1 -1
  32. package/dist/core/index.mjs +7 -1
  33. package/dist/index.d.mts +1 -1
  34. package/dist/index.d.ts +1 -1
  35. package/dist/index.js +9 -3
  36. package/dist/index.js.map +1 -1
  37. package/dist/index.mjs +8 -2
  38. package/dist/server/index.js +3 -3
  39. package/dist/server/index.mjs +1 -1
  40. package/package.json +1 -1
  41. package/src/core/index.ts +1 -0
  42. package/src/core/registry/ModuleRegistry.ts +2 -0
  43. package/src/features/audit-log/audit-log.module.ts +10 -0
  44. package/src/features/audit-log/data/audit-log.interface.ts +12 -0
  45. package/src/features/audit-log/data/audit-log.service.ts +24 -0
  46. package/src/features/audit-log/data/audit-log.ts +65 -0
  47. package/src/features/audit-log/data/index.ts +3 -0
  48. package/src/features/audit-log/index.ts +2 -0
  49. package/src/features/company/company.module.ts +3 -1
  50. package/src/features/company/components/containers/CompanyContainer.tsx +7 -2
  51. package/src/features/company/components/details/CompanyDetails.tsx +16 -1
  52. package/src/features/company/components/forms/CompanyConfigurationEditor.tsx +19 -51
  53. package/src/features/company/components/forms/index.ts +0 -1
  54. package/src/features/company/contexts/CompanyContext.tsx +5 -3
  55. package/src/features/user/user.module.ts +3 -1
  56. package/dist/chunk-K3DKXOEU.mjs.map +0 -1
  57. package/dist/chunk-NAST4OSM.js.map +0 -1
  58. package/dist/chunk-YHNDD34Z.mjs.map +0 -1
  59. package/dist/chunk-ZRKQQLYI.js.map +0 -1
  60. package/src/features/company/components/forms/CompanyConfigurationSecurityForm.tsx +0 -83
  61. /package/dist/{BlockNoteEditor-TS62AHRY.mjs.map → BlockNoteEditor-SCQGD6F2.mjs.map} +0 -0
  62. /package/dist/{chunk-HRG4EAOG.mjs.map → chunk-5KMKI23S.mjs.map} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkNAST4OSMjs = require('./chunk-NAST4OSM.js');
5
+ var _chunkLRXJT656js = require('./chunk-LRXJT656.js');
6
6
 
7
7
 
8
8
  var _chunk4MN547K7js = require('./chunk-4MN547K7.js');
@@ -190,38 +190,38 @@ var COMPANY_ADMINISTRATOR_ROLE_ID = "2e1eee00-6cba-4506-9059-ccd24e4ea5b0";
190
190
  var ACTION_TYPES = ["read", "create", "update", "delete"];
191
191
 
192
192
  // src/features/rbac/data/RbacService.ts
193
- var RbacService = class extends _chunkNAST4OSMjs.AbstractService {
193
+ var RbacService = class extends _chunkLRXJT656js.AbstractService {
194
194
  static {
195
195
  _chunk7QVYU63Ejs.__name.call(void 0, this, "RbacService");
196
196
  }
197
197
  static async getFeatures() {
198
- const endpoint = new (0, _chunkNAST4OSMjs.EndpointCreator)({ endpoint: _chunkNAST4OSMjs.Modules.Feature }).addAdditionalParam("fetchAll", "true");
198
+ const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.Feature }).addAdditionalParam("fetchAll", "true");
199
199
  return this.callApi({
200
- type: _chunkNAST4OSMjs.Modules.Feature,
200
+ type: _chunkLRXJT656js.Modules.Feature,
201
201
  method: "GET" /* GET */,
202
202
  endpoint: endpoint.generate()
203
203
  });
204
204
  }
205
205
  static async getRoles() {
206
- const endpoint = new (0, _chunkNAST4OSMjs.EndpointCreator)({ endpoint: _chunkNAST4OSMjs.Modules.Role }).addAdditionalParam("fetchAll", "true");
206
+ const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.Role }).addAdditionalParam("fetchAll", "true");
207
207
  return this.callApi({
208
- type: _chunkNAST4OSMjs.Modules.Role,
208
+ type: _chunkLRXJT656js.Modules.Role,
209
209
  method: "GET" /* GET */,
210
210
  endpoint: endpoint.generate()
211
211
  });
212
212
  }
213
213
  static async getPermissionMappings() {
214
- const endpoint = new (0, _chunkNAST4OSMjs.EndpointCreator)({ endpoint: _chunkNAST4OSMjs.Modules.PermissionMapping });
214
+ const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.PermissionMapping });
215
215
  return this.callApi({
216
- type: _chunkNAST4OSMjs.Modules.PermissionMapping,
216
+ type: _chunkLRXJT656js.Modules.PermissionMapping,
217
217
  method: "GET" /* GET */,
218
218
  endpoint: endpoint.generate()
219
219
  });
220
220
  }
221
221
  static async getModuleRelationshipPaths() {
222
- const endpoint = new (0, _chunkNAST4OSMjs.EndpointCreator)({ endpoint: _chunkNAST4OSMjs.Modules.ModulePaths });
222
+ const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.ModulePaths });
223
223
  return this.callApi({
224
- type: _chunkNAST4OSMjs.Modules.ModulePaths,
224
+ type: _chunkLRXJT656js.Modules.ModulePaths,
225
225
  method: "GET" /* GET */,
226
226
  endpoint: endpoint.generate()
227
227
  });
@@ -259,4 +259,4 @@ var RbacService = class extends _chunkNAST4OSMjs.AbstractService {
259
259
 
260
260
 
261
261
  exports.configureJsonApi = configureJsonApi; exports.configureClientConfig = configureClientConfig; exports.getApiUrl = getApiUrl; exports.getAppUrl = getAppUrl; exports.getTrackablePages = getTrackablePages; exports.getStripePublishableKey = getStripePublishableKey; exports.configureI18n = configureI18n; exports.useI18nRouter = useI18nRouter; exports.useI18nTranslations = useI18nTranslations; exports.getI18nLink = getI18nLink; exports.useI18nLocale = useI18nLocale; exports.useI18nDateFnsLocale = useI18nDateFnsLocale; exports.configureLogin = configureLogin; exports.isDiscordAuthEnabled = isDiscordAuthEnabled; exports.isGoogleAuthEnabled = isGoogleAuthEnabled; exports.isInternalAuthEnabled = isInternalAuthEnabled; exports.isRegistrationAllowed = isRegistrationAllowed; exports.getRegistrationMode = getRegistrationMode; exports.configureRoles = configureRoles; exports.getRoleId = getRoleId; exports.isRolesConfigured = isRolesConfigured; exports.configureWaitlist = configureWaitlist; exports.getWaitlistConfig = getWaitlistConfig; exports.configureReferral = configureReferral; exports.getReferralConfig = getReferralConfig; exports.isReferralEnabled = isReferralEnabled; exports.COMPANY_ADMINISTRATOR_ROLE_ID = COMPANY_ADMINISTRATOR_ROLE_ID; exports.ACTION_TYPES = ACTION_TYPES; exports.RbacService = RbacService;
262
- //# sourceMappingURL=chunk-BQSMP4NU.js.map
262
+ //# sourceMappingURL=chunk-RA4RYKYB.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-BQSMP4NU.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-BQSMP4NU.js","sourcesContent":[null,"\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\n\n// Config storage for client-side contexts\nlet _clientConfig: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n} | null = null;\n\n/**\n * Configure the JSON:API client. This is the main configuration function.\n * This is typically called during app initialization.\n */\nexport function configureJsonApi(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n}): void {\n _clientConfig = config;\n // Register and call bootstrapper to register all modules\n if (config.bootstrapper) {\n setBootstrapper(config.bootstrapper);\n config.bootstrapper();\n }\n}\n\n/**\n * Configure the client config. This is typically called during app initialization.\n * @deprecated Use configureJsonApi instead\n */\nexport function configureClientConfig(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n}): void {\n _clientConfig = config;\n}\n\n/**\n * Get the configured API URL.\n */\nexport function getApiUrl(): string {\n if (_clientConfig?.apiUrl) {\n return _clientConfig.apiUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_API_URL) {\n return process.env.NEXT_PUBLIC_API_URL;\n }\n return \"\";\n}\n\n/**\n * Get the configured app URL.\n */\nexport function getAppUrl(): string {\n if (_clientConfig?.appUrl) {\n return _clientConfig.appUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_APP_URL) {\n return process.env.NEXT_PUBLIC_APP_URL;\n }\n if (typeof window !== \"undefined\") {\n return window.location.origin;\n }\n return \"\";\n}\n\n/**\n * Get the configured trackable pages.\n */\nexport function getTrackablePages(): ModuleWithPermissions[] {\n return _clientConfig?.trackablePages ?? [];\n}\n\n/**\n * Get the configured Stripe publishable key.\n */\nexport function getStripePublishableKey(): string | undefined {\n return _clientConfig?.stripePublishableKey;\n}\n","import { ComponentType } from \"react\";\n\n// Types for injected hooks\nexport interface I18nRouter {\n push: (href: string) => void;\n replace: (href: string) => void;\n back: () => void;\n forward: () => void;\n refresh: () => void;\n prefetch: (href: string) => void;\n}\n\nexport type UseRouterHook = () => I18nRouter;\nexport type UseTranslationsHook = (namespace?: string) => (key: string, values?: Record<string, any>) => string;\nexport type UseLocaleHook = () => string;\n\nexport type UseDateFnsLocaleHook = () => any; // date-fns Locale type\nexport type LinkComponent = ComponentType<{ href: string; children: React.ReactNode; [key: string]: any }>;\n\nexport interface I18nConfig {\n useRouter: UseRouterHook;\n useTranslations: UseTranslationsHook;\n useLocale?: UseLocaleHook;\n useDateFnsLocale?: UseDateFnsLocaleHook;\n Link: LinkComponent;\n usePathname: () => string;\n}\n\n// Private storage\nlet _config: I18nConfig | null = null;\n\n// Configuration function (called by app at startup)\nexport function configureI18n(config: I18nConfig): void {\n _config = config;\n}\n\n// Hooks for library components to use\nexport function useI18nRouter(): I18nRouter {\n if (!_config?.useRouter) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.useRouter();\n}\n\nexport function useI18nTranslations(namespace?: string): (key: string, values?: Record<string, any>) => string {\n if (!_config?.useTranslations) {\n // Fallback: return key as-is (safe for server/client)\n return (key: string) => key;\n }\n return _config.useTranslations(namespace);\n}\n\nexport function getI18nLink(): LinkComponent {\n if (!_config?.Link) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.Link;\n}\n\nexport function useI18nLocale(): string {\n if (_config?.useLocale) {\n return _config.useLocale();\n }\n // Fallback to English (safe for server/client)\n return \"en\";\n}\n\nexport function useI18nDateFnsLocale(): any {\n if (_config?.useDateFnsLocale) {\n return _config.useDateFnsLocale();\n }\n // Fallback to undefined (Calendar will use default)\n return undefined;\n}\n","let _useDiscordAuth: boolean = false;\nlet _useGoogleAuth: boolean = false;\nlet _useInternalAuth: boolean = true;\nlet _allowRegistration: boolean = true;\nlet _registrationMode: \"open\" | \"closed\" | \"waitlist\" = \"open\";\n\nexport type RegistrationMode = \"open\" | \"closed\" | \"waitlist\";\n\nexport interface LoginConfig {\n discordClientId?: string;\n googleClientId?: string;\n useInternalAuth?: boolean;\n allowRegistration?: boolean;\n registrationMode?: RegistrationMode;\n}\n\nexport function configureLogin(params: LoginConfig): void {\n _useDiscordAuth = !!params.discordClientId;\n _useGoogleAuth = !!params.googleClientId;\n _useInternalAuth = params.useInternalAuth ?? true;\n _allowRegistration = params.allowRegistration ?? true;\n _registrationMode = params.registrationMode ?? \"open\";\n}\n\nexport function isDiscordAuthEnabled(): boolean {\n return _useDiscordAuth;\n}\n\nexport function isGoogleAuthEnabled(): boolean {\n return _useGoogleAuth;\n}\n\nexport function isInternalAuthEnabled(): boolean {\n return _useInternalAuth;\n}\n\nexport function isRegistrationAllowed(): boolean {\n return _allowRegistration;\n}\n\nexport function getRegistrationMode(): RegistrationMode {\n return _registrationMode;\n}\n","/**\n * Role ID configuration interface\n * Apps provide their role IDs via configureRoles()\n */\nexport interface RoleIdConfig {\n Administrator: string;\n CompanyAdministrator: string;\n [key: string]: string; // Allow additional roles\n}\n\n// Private storage for the injected role IDs\nlet _roleId: RoleIdConfig | null = null;\n\n/**\n * Configure role IDs for the library\n * Call this at app startup to provide role ID constants\n *\n * @example\n * ```typescript\n * import { configureRoles } from \"@carlonicora/nextjs-jsonapi\";\n * import { RoleId } from \"@phlow/shared\";\n *\n * configureRoles(RoleId);\n * ```\n */\nexport function configureRoles(roleId: RoleIdConfig): void {\n _roleId = roleId;\n}\n\n/**\n * Get configured role IDs\n * @throws Error if roles not configured\n */\nexport function getRoleId(): RoleIdConfig {\n if (!_roleId) {\n throw new Error(\"Roles not configured. Call configureRoles() at app startup.\");\n }\n return _roleId;\n}\n\n/**\n * Check if roles have been configured\n */\nexport function isRolesConfigured(): boolean {\n return _roleId !== null;\n}\n","export type QuestionnaireFieldType = \"text\" | \"textarea\" | \"select\" | \"checkbox\";\n\nexport interface QuestionnaireOption {\n value: string;\n label: string;\n description?: string;\n}\n\nexport interface QuestionnaireField {\n id: string;\n type: QuestionnaireFieldType;\n label: string;\n description?: string;\n placeholder?: string;\n required?: boolean;\n options?: QuestionnaireOption[];\n}\n\nexport interface WaitlistConfig {\n questionnaire?: QuestionnaireField[];\n heroTitle?: string;\n heroSubtitle?: string;\n heroDescription?: string;\n benefits?: string[];\n}\n\nlet _waitlistConfig: WaitlistConfig = {};\n\nexport function configureWaitlist(config: WaitlistConfig): void {\n _waitlistConfig = config;\n}\n\nexport function getWaitlistConfig(): WaitlistConfig {\n return _waitlistConfig;\n}\n","/**\n * Configuration interface for frontend referral feature.\n */\nexport interface ReferralConfig {\n /**\n * Whether the referral feature is enabled.\n * When false, components render nothing and hooks return null.\n * @default false\n */\n enabled?: boolean;\n\n /**\n * Name of the cookie used to store referral codes.\n * @default \"referral_code\"\n */\n cookieName?: string;\n\n /**\n * Number of days the referral cookie is valid.\n * @default 30\n */\n cookieDays?: number;\n\n /**\n * Query parameter name for referral code in URL.\n * @default \"ref\"\n */\n urlParamName?: string;\n\n /**\n * Base URL for referral links.\n * @default window.location.origin (client-side only)\n */\n referralUrlBase?: string;\n\n /**\n * Path to append to base URL for referral links.\n * @default \"/\"\n */\n referralPath?: string;\n}\n\n/**\n * Default configuration values\n */\nexport const DEFAULT_REFERRAL_CONFIG: Required<ReferralConfig> = {\n enabled: false,\n cookieName: \"referral_code\",\n cookieDays: 30,\n urlParamName: \"ref\",\n referralUrlBase: \"\",\n referralPath: \"/\",\n};\n\n// Private storage for configuration\nlet _referralConfig: Required<ReferralConfig> = { ...DEFAULT_REFERRAL_CONFIG };\n\n/**\n * Configure referral feature settings.\n * Call this at app startup to enable and configure referral functionality.\n *\n * @example\n * ```typescript\n * import { configureReferral } from \"@carlonicora/nextjs-jsonapi\";\n *\n * configureReferral({\n * enabled: process.env.NEXT_PUBLIC_REFERRAL_ENABLED === 'true',\n * cookieDays: 30,\n * });\n * ```\n */\nexport function configureReferral(config: ReferralConfig): void {\n _referralConfig = { ...DEFAULT_REFERRAL_CONFIG, ...config };\n}\n\n/**\n * Get the current referral configuration.\n * @internal\n */\nexport function getReferralConfig(): Required<ReferralConfig> {\n return _referralConfig;\n}\n\n/**\n * Check if referral feature is enabled.\n */\nexport function isReferralEnabled(): boolean {\n return _referralConfig.enabled;\n}\n","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","import { AbstractService, EndpointCreator, HttpMethod, Modules } from \"../../../core\";\nimport { FeatureInterface } from \"../../feature\";\nimport { RoleInterface } from \"../../role\";\nimport { PermissionMappingInterface } from \"./PermissionMappingInterface\";\nimport { ModulePathsInterface } from \"./ModulePathsInterface\";\n\nexport class RbacService extends AbstractService {\n static async getFeatures(): Promise<FeatureInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Feature }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<FeatureInterface[]>({\n type: Modules.Feature,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getRoles(): Promise<RoleInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Role }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<RoleInterface[]>({\n type: Modules.Role,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getPermissionMappings(): Promise<PermissionMappingInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.PermissionMapping });\n\n return this.callApi<PermissionMappingInterface[]>({\n type: Modules.PermissionMapping,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getModuleRelationshipPaths(): Promise<ModulePathsInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.ModulePaths });\n\n return this.callApi<ModulePathsInterface[]>({\n type: Modules.ModulePaths,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n}\n"]}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-RA4RYKYB.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-RA4RYKYB.js","sourcesContent":[null,"\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\n\n// Config storage for client-side contexts\nlet _clientConfig: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n} | null = null;\n\n/**\n * Configure the JSON:API client. This is the main configuration function.\n * This is typically called during app initialization.\n */\nexport function configureJsonApi(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n}): void {\n _clientConfig = config;\n // Register and call bootstrapper to register all modules\n if (config.bootstrapper) {\n setBootstrapper(config.bootstrapper);\n config.bootstrapper();\n }\n}\n\n/**\n * Configure the client config. This is typically called during app initialization.\n * @deprecated Use configureJsonApi instead\n */\nexport function configureClientConfig(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n}): void {\n _clientConfig = config;\n}\n\n/**\n * Get the configured API URL.\n */\nexport function getApiUrl(): string {\n if (_clientConfig?.apiUrl) {\n return _clientConfig.apiUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_API_URL) {\n return process.env.NEXT_PUBLIC_API_URL;\n }\n return \"\";\n}\n\n/**\n * Get the configured app URL.\n */\nexport function getAppUrl(): string {\n if (_clientConfig?.appUrl) {\n return _clientConfig.appUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_APP_URL) {\n return process.env.NEXT_PUBLIC_APP_URL;\n }\n if (typeof window !== \"undefined\") {\n return window.location.origin;\n }\n return \"\";\n}\n\n/**\n * Get the configured trackable pages.\n */\nexport function getTrackablePages(): ModuleWithPermissions[] {\n return _clientConfig?.trackablePages ?? [];\n}\n\n/**\n * Get the configured Stripe publishable key.\n */\nexport function getStripePublishableKey(): string | undefined {\n return _clientConfig?.stripePublishableKey;\n}\n","import { ComponentType } from \"react\";\n\n// Types for injected hooks\nexport interface I18nRouter {\n push: (href: string) => void;\n replace: (href: string) => void;\n back: () => void;\n forward: () => void;\n refresh: () => void;\n prefetch: (href: string) => void;\n}\n\nexport type UseRouterHook = () => I18nRouter;\nexport type UseTranslationsHook = (namespace?: string) => (key: string, values?: Record<string, any>) => string;\nexport type UseLocaleHook = () => string;\n\nexport type UseDateFnsLocaleHook = () => any; // date-fns Locale type\nexport type LinkComponent = ComponentType<{ href: string; children: React.ReactNode; [key: string]: any }>;\n\nexport interface I18nConfig {\n useRouter: UseRouterHook;\n useTranslations: UseTranslationsHook;\n useLocale?: UseLocaleHook;\n useDateFnsLocale?: UseDateFnsLocaleHook;\n Link: LinkComponent;\n usePathname: () => string;\n}\n\n// Private storage\nlet _config: I18nConfig | null = null;\n\n// Configuration function (called by app at startup)\nexport function configureI18n(config: I18nConfig): void {\n _config = config;\n}\n\n// Hooks for library components to use\nexport function useI18nRouter(): I18nRouter {\n if (!_config?.useRouter) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.useRouter();\n}\n\nexport function useI18nTranslations(namespace?: string): (key: string, values?: Record<string, any>) => string {\n if (!_config?.useTranslations) {\n // Fallback: return key as-is (safe for server/client)\n return (key: string) => key;\n }\n return _config.useTranslations(namespace);\n}\n\nexport function getI18nLink(): LinkComponent {\n if (!_config?.Link) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.Link;\n}\n\nexport function useI18nLocale(): string {\n if (_config?.useLocale) {\n return _config.useLocale();\n }\n // Fallback to English (safe for server/client)\n return \"en\";\n}\n\nexport function useI18nDateFnsLocale(): any {\n if (_config?.useDateFnsLocale) {\n return _config.useDateFnsLocale();\n }\n // Fallback to undefined (Calendar will use default)\n return undefined;\n}\n","let _useDiscordAuth: boolean = false;\nlet _useGoogleAuth: boolean = false;\nlet _useInternalAuth: boolean = true;\nlet _allowRegistration: boolean = true;\nlet _registrationMode: \"open\" | \"closed\" | \"waitlist\" = \"open\";\n\nexport type RegistrationMode = \"open\" | \"closed\" | \"waitlist\";\n\nexport interface LoginConfig {\n discordClientId?: string;\n googleClientId?: string;\n useInternalAuth?: boolean;\n allowRegistration?: boolean;\n registrationMode?: RegistrationMode;\n}\n\nexport function configureLogin(params: LoginConfig): void {\n _useDiscordAuth = !!params.discordClientId;\n _useGoogleAuth = !!params.googleClientId;\n _useInternalAuth = params.useInternalAuth ?? true;\n _allowRegistration = params.allowRegistration ?? true;\n _registrationMode = params.registrationMode ?? \"open\";\n}\n\nexport function isDiscordAuthEnabled(): boolean {\n return _useDiscordAuth;\n}\n\nexport function isGoogleAuthEnabled(): boolean {\n return _useGoogleAuth;\n}\n\nexport function isInternalAuthEnabled(): boolean {\n return _useInternalAuth;\n}\n\nexport function isRegistrationAllowed(): boolean {\n return _allowRegistration;\n}\n\nexport function getRegistrationMode(): RegistrationMode {\n return _registrationMode;\n}\n","/**\n * Role ID configuration interface\n * Apps provide their role IDs via configureRoles()\n */\nexport interface RoleIdConfig {\n Administrator: string;\n CompanyAdministrator: string;\n [key: string]: string; // Allow additional roles\n}\n\n// Private storage for the injected role IDs\nlet _roleId: RoleIdConfig | null = null;\n\n/**\n * Configure role IDs for the library\n * Call this at app startup to provide role ID constants\n *\n * @example\n * ```typescript\n * import { configureRoles } from \"@carlonicora/nextjs-jsonapi\";\n * import { RoleId } from \"@phlow/shared\";\n *\n * configureRoles(RoleId);\n * ```\n */\nexport function configureRoles(roleId: RoleIdConfig): void {\n _roleId = roleId;\n}\n\n/**\n * Get configured role IDs\n * @throws Error if roles not configured\n */\nexport function getRoleId(): RoleIdConfig {\n if (!_roleId) {\n throw new Error(\"Roles not configured. Call configureRoles() at app startup.\");\n }\n return _roleId;\n}\n\n/**\n * Check if roles have been configured\n */\nexport function isRolesConfigured(): boolean {\n return _roleId !== null;\n}\n","export type QuestionnaireFieldType = \"text\" | \"textarea\" | \"select\" | \"checkbox\";\n\nexport interface QuestionnaireOption {\n value: string;\n label: string;\n description?: string;\n}\n\nexport interface QuestionnaireField {\n id: string;\n type: QuestionnaireFieldType;\n label: string;\n description?: string;\n placeholder?: string;\n required?: boolean;\n options?: QuestionnaireOption[];\n}\n\nexport interface WaitlistConfig {\n questionnaire?: QuestionnaireField[];\n heroTitle?: string;\n heroSubtitle?: string;\n heroDescription?: string;\n benefits?: string[];\n}\n\nlet _waitlistConfig: WaitlistConfig = {};\n\nexport function configureWaitlist(config: WaitlistConfig): void {\n _waitlistConfig = config;\n}\n\nexport function getWaitlistConfig(): WaitlistConfig {\n return _waitlistConfig;\n}\n","/**\n * Configuration interface for frontend referral feature.\n */\nexport interface ReferralConfig {\n /**\n * Whether the referral feature is enabled.\n * When false, components render nothing and hooks return null.\n * @default false\n */\n enabled?: boolean;\n\n /**\n * Name of the cookie used to store referral codes.\n * @default \"referral_code\"\n */\n cookieName?: string;\n\n /**\n * Number of days the referral cookie is valid.\n * @default 30\n */\n cookieDays?: number;\n\n /**\n * Query parameter name for referral code in URL.\n * @default \"ref\"\n */\n urlParamName?: string;\n\n /**\n * Base URL for referral links.\n * @default window.location.origin (client-side only)\n */\n referralUrlBase?: string;\n\n /**\n * Path to append to base URL for referral links.\n * @default \"/\"\n */\n referralPath?: string;\n}\n\n/**\n * Default configuration values\n */\nexport const DEFAULT_REFERRAL_CONFIG: Required<ReferralConfig> = {\n enabled: false,\n cookieName: \"referral_code\",\n cookieDays: 30,\n urlParamName: \"ref\",\n referralUrlBase: \"\",\n referralPath: \"/\",\n};\n\n// Private storage for configuration\nlet _referralConfig: Required<ReferralConfig> = { ...DEFAULT_REFERRAL_CONFIG };\n\n/**\n * Configure referral feature settings.\n * Call this at app startup to enable and configure referral functionality.\n *\n * @example\n * ```typescript\n * import { configureReferral } from \"@carlonicora/nextjs-jsonapi\";\n *\n * configureReferral({\n * enabled: process.env.NEXT_PUBLIC_REFERRAL_ENABLED === 'true',\n * cookieDays: 30,\n * });\n * ```\n */\nexport function configureReferral(config: ReferralConfig): void {\n _referralConfig = { ...DEFAULT_REFERRAL_CONFIG, ...config };\n}\n\n/**\n * Get the current referral configuration.\n * @internal\n */\nexport function getReferralConfig(): Required<ReferralConfig> {\n return _referralConfig;\n}\n\n/**\n * Check if referral feature is enabled.\n */\nexport function isReferralEnabled(): boolean {\n return _referralConfig.enabled;\n}\n","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","import { AbstractService, EndpointCreator, HttpMethod, Modules } from \"../../../core\";\nimport { FeatureInterface } from \"../../feature\";\nimport { RoleInterface } from \"../../role\";\nimport { PermissionMappingInterface } from \"./PermissionMappingInterface\";\nimport { ModulePathsInterface } from \"./ModulePathsInterface\";\n\nexport class RbacService extends AbstractService {\n static async getFeatures(): Promise<FeatureInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Feature }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<FeatureInterface[]>({\n type: Modules.Feature,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getRoles(): Promise<RoleInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Role }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<RoleInterface[]>({\n type: Modules.Role,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getPermissionMappings(): Promise<PermissionMappingInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.PermissionMapping });\n\n return this.callApi<PermissionMappingInterface[]>({\n type: Modules.PermissionMapping,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getModuleRelationshipPaths(): Promise<ModulePathsInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.ModulePaths });\n\n return this.callApi<ModulePathsInterface[]>({\n type: Modules.ModulePaths,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n}\n"]}
@@ -29,7 +29,7 @@
29
29
 
30
30
 
31
31
 
32
- var _chunkZRKQQLYIjs = require('../chunk-ZRKQQLYI.js');
32
+ var _chunk5ODPC3YXjs = require('../chunk-5ODPC3YX.js');
33
33
 
34
34
 
35
35
 
@@ -43,7 +43,7 @@ var _chunkZRKQQLYIjs = require('../chunk-ZRKQQLYI.js');
43
43
 
44
44
 
45
45
 
46
- var _chunkBQSMP4NUjs = require('../chunk-BQSMP4NU.js');
46
+ var _chunkRA4RYKYBjs = require('../chunk-RA4RYKYB.js');
47
47
 
48
48
 
49
49
 
@@ -54,7 +54,7 @@ var _chunkBQSMP4NUjs = require('../chunk-BQSMP4NU.js');
54
54
 
55
55
 
56
56
 
57
- var _chunkNAST4OSMjs = require('../chunk-NAST4OSM.js');
57
+ var _chunkLRXJT656js = require('../chunk-LRXJT656.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 = _chunkNAST4OSMjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkNAST4OSMjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkNAST4OSMjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkNAST4OSMjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkNAST4OSMjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkZRKQQLYIjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkZRKQQLYIjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkBQSMP4NUjs.configureClientConfig; exports.configureClientJsonApi = _chunkNAST4OSMjs.configureClientJsonApi; exports.configureI18n = _chunkBQSMP4NUjs.configureI18n; exports.configureJsonApi = _chunkBQSMP4NUjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunkZRKQQLYIjs.downloadMigrationFile; exports.generateMigrationFile = _chunkZRKQQLYIjs.generateMigrationFile; exports.getApiUrl = _chunkBQSMP4NUjs.getApiUrl; exports.getAppUrl = _chunkBQSMP4NUjs.getAppUrl; exports.getClientApiUrl = _chunkNAST4OSMjs.getClientApiUrl; exports.getClientAppUrl = _chunkNAST4OSMjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkNAST4OSMjs.getClientTrackablePages; exports.getI18nLink = _chunkBQSMP4NUjs.getI18nLink; exports.getStripePublishableKey = _chunkBQSMP4NUjs.getStripePublishableKey; exports.getTrackablePages = _chunkBQSMP4NUjs.getTrackablePages; exports.registerTableGenerator = _chunkZRKQQLYIjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkZRKQQLYIjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkZRKQQLYIjs.useContentTableStructure; exports.useCustomD3Graph = _chunkZRKQQLYIjs.useCustomD3Graph; exports.useDataListRetriever = _chunkZRKQQLYIjs.useDataListRetriever; exports.useDebounce = _chunkZRKQQLYIjs.useDebounce; exports.useI18nDateFnsLocale = _chunkBQSMP4NUjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkBQSMP4NUjs.useI18nLocale; exports.useI18nRouter = _chunkBQSMP4NUjs.useI18nRouter; exports.useI18nTranslations = _chunkBQSMP4NUjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkZRKQQLYIjs.useJsonApiGet; exports.useJsonApiMutation = _chunkZRKQQLYIjs.useJsonApiMutation; exports.useNotificationSync = _chunkZRKQQLYIjs.useNotificationSync; exports.useOAuthClient = _chunkZRKQQLYIjs.useOAuthClient; exports.useOAuthClients = _chunkZRKQQLYIjs.useOAuthClients; exports.useOAuthConsent = _chunkZRKQQLYIjs.useOAuthConsent; exports.usePageTracker = _chunkZRKQQLYIjs.usePageTracker; exports.usePageUrlGenerator = _chunkZRKQQLYIjs.usePageUrlGenerator; exports.useRbacState = _chunkZRKQQLYIjs.useRbacState; exports.useRehydration = _chunkZRKQQLYIjs.useRehydration; exports.useRehydrationList = _chunkZRKQQLYIjs.useRehydrationList; exports.useRoleTableStructure = _chunkZRKQQLYIjs.useRoleTableStructure; exports.useSocket = _chunkZRKQQLYIjs.useSocket; exports.useSubscriptionStatus = _chunkZRKQQLYIjs.useSubscriptionStatus; exports.useTableGenerator = _chunkZRKQQLYIjs.useTableGenerator; exports.useUrlRewriter = _chunkZRKQQLYIjs.useUrlRewriter; exports.useUserSearch = _chunkZRKQQLYIjs.useUserSearch; exports.useUserTableStructure = _chunkZRKQQLYIjs.useUserTableStructure;
126
+ exports.ClientJsonApiDelete = _chunkLRXJT656js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkLRXJT656js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkLRXJT656js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkLRXJT656js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkLRXJT656js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk5ODPC3YXjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk5ODPC3YXjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkRA4RYKYBjs.configureClientConfig; exports.configureClientJsonApi = _chunkLRXJT656js.configureClientJsonApi; exports.configureI18n = _chunkRA4RYKYBjs.configureI18n; exports.configureJsonApi = _chunkRA4RYKYBjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunk5ODPC3YXjs.downloadMigrationFile; exports.generateMigrationFile = _chunk5ODPC3YXjs.generateMigrationFile; exports.getApiUrl = _chunkRA4RYKYBjs.getApiUrl; exports.getAppUrl = _chunkRA4RYKYBjs.getAppUrl; exports.getClientApiUrl = _chunkLRXJT656js.getClientApiUrl; exports.getClientAppUrl = _chunkLRXJT656js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkLRXJT656js.getClientTrackablePages; exports.getI18nLink = _chunkRA4RYKYBjs.getI18nLink; exports.getStripePublishableKey = _chunkRA4RYKYBjs.getStripePublishableKey; exports.getTrackablePages = _chunkRA4RYKYBjs.getTrackablePages; exports.registerTableGenerator = _chunk5ODPC3YXjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk5ODPC3YXjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk5ODPC3YXjs.useContentTableStructure; exports.useCustomD3Graph = _chunk5ODPC3YXjs.useCustomD3Graph; exports.useDataListRetriever = _chunk5ODPC3YXjs.useDataListRetriever; exports.useDebounce = _chunk5ODPC3YXjs.useDebounce; exports.useI18nDateFnsLocale = _chunkRA4RYKYBjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkRA4RYKYBjs.useI18nLocale; exports.useI18nRouter = _chunkRA4RYKYBjs.useI18nRouter; exports.useI18nTranslations = _chunkRA4RYKYBjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk5ODPC3YXjs.useJsonApiGet; exports.useJsonApiMutation = _chunk5ODPC3YXjs.useJsonApiMutation; exports.useNotificationSync = _chunk5ODPC3YXjs.useNotificationSync; exports.useOAuthClient = _chunk5ODPC3YXjs.useOAuthClient; exports.useOAuthClients = _chunk5ODPC3YXjs.useOAuthClients; exports.useOAuthConsent = _chunk5ODPC3YXjs.useOAuthConsent; exports.usePageTracker = _chunk5ODPC3YXjs.usePageTracker; exports.usePageUrlGenerator = _chunk5ODPC3YXjs.usePageUrlGenerator; exports.useRbacState = _chunk5ODPC3YXjs.useRbacState; exports.useRehydration = _chunk5ODPC3YXjs.useRehydration; exports.useRehydrationList = _chunk5ODPC3YXjs.useRehydrationList; exports.useRoleTableStructure = _chunk5ODPC3YXjs.useRoleTableStructure; exports.useSocket = _chunk5ODPC3YXjs.useSocket; exports.useSubscriptionStatus = _chunk5ODPC3YXjs.useSubscriptionStatus; exports.useTableGenerator = _chunk5ODPC3YXjs.useTableGenerator; exports.useUrlRewriter = _chunk5ODPC3YXjs.useUrlRewriter; exports.useUserSearch = _chunk5ODPC3YXjs.useUserSearch; exports.useUserTableStructure = _chunk5ODPC3YXjs.useUserTableStructure;
127
127
  //# sourceMappingURL=index.js.map
@@ -28,7 +28,7 @@ import {
28
28
  useUrlRewriter,
29
29
  useUserSearch,
30
30
  useUserTableStructure
31
- } from "../chunk-K3DKXOEU.mjs";
31
+ } from "../chunk-OLNMWVOV.mjs";
32
32
  import {
33
33
  configureClientConfig,
34
34
  configureI18n,
@@ -42,7 +42,7 @@ import {
42
42
  useI18nLocale,
43
43
  useI18nRouter,
44
44
  useI18nTranslations
45
- } from "../chunk-HRG4EAOG.mjs";
45
+ } from "../chunk-5KMKI23S.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-YHNDD34Z.mjs";
56
+ } from "../chunk-G7PGWMFO.mjs";
57
57
  import {
58
58
  getClientToken
59
59
  } from "../chunk-AUXK7QSA.mjs";
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-nzabiz68.mjs';
3
3
  export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-nzabiz68.mjs';
4
- import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, N as NotificationInterface } from '../notification.interface-DG7cq9oG.mjs';
4
+ import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from '../notification.interface-DG7cq9oG.mjs';
5
5
  import * as React$1 from 'react';
6
6
  import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
7
7
  import { a as ContentInterface } from '../content.interface-B5ySfiOE.mjs';
@@ -17,6 +17,7 @@ import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_
17
17
  import { ColumnDef, ExpandedState } from '@tanstack/react-table';
18
18
  import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
19
19
  import { b as AuthInterface } from '../auth.interface-fBFqIrw4.mjs';
20
+ import z from 'zod';
20
21
  import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.mjs';
21
22
  import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-DsZ5ecSX.mjs';
22
23
  import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.mjs';
@@ -795,7 +796,10 @@ declare function TwoFactorSettings(): react_jsx_runtime.JSX.Element;
795
796
 
796
797
  declare function AdminCompanyContainer(): react_jsx_runtime.JSX.Element;
797
798
 
798
- declare function CompanyContainer(): react_jsx_runtime.JSX.Element | null;
799
+ type CompanyContainerProps = {
800
+ configurationEditorSlot?: ReactNode;
801
+ };
802
+ declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps): react_jsx_runtime.JSX.Element | null;
799
803
 
800
804
  declare function CompanyDetails(): react_jsx_runtime.JSX.Element | null;
801
805
 
@@ -818,14 +822,13 @@ declare function TokenStatusIndicator({ className, size, showExtraPages }: Token
818
822
 
819
823
  type CompanyConfigurationEditorProps = {
820
824
  company: CompanyInterface;
825
+ formSchema: z.ZodObject<any>;
826
+ defaultValues: Record<string, any>;
827
+ buildPayload: (values: Record<string, any>) => Partial<CompanyInput["configurations"]>;
828
+ children: (form: UseFormReturn<any>) => ReactNode;
821
829
  };
822
830
  declare function CompanyConfigurationEditor(props: CompanyConfigurationEditorProps): react_jsx_runtime.JSX.Element;
823
831
 
824
- type SecurityConfigurationFormProps = {
825
- form: UseFormReturn<any>;
826
- };
827
- declare function CompanyConfigurationSecurityForm({ form }: SecurityConfigurationFormProps): react_jsx_runtime.JSX.Element;
828
-
829
832
  type CompanyDeleterProps = {
830
833
  company: CompanyInterface;
831
834
  };
@@ -2204,4 +2207,4 @@ interface MultipleSelectorRef {
2204
2207
  declare function useDebounce<T>(value: T, delay?: number): T;
2205
2208
  declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
2206
2209
 
2207
- export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
2210
+ export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
@@ -1,7 +1,7 @@
1
1
  import * as react_jsx_runtime from 'react/jsx-runtime';
2
2
  import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-B4rNZRYE.js';
3
3
  export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-B4rNZRYE.js';
4
- import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, N as NotificationInterface } from '../notification.interface-COKHDQeE.js';
4
+ import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, C as CompanyInput, N as NotificationInterface } from '../notification.interface-COKHDQeE.js';
5
5
  import * as React$1 from 'react';
6
6
  import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
7
7
  import { a as ContentInterface } from '../content.interface-mmz0uMwm.js';
@@ -17,6 +17,7 @@ import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_
17
17
  import { ColumnDef, ExpandedState } from '@tanstack/react-table';
18
18
  import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
19
19
  import { b as AuthInterface } from '../auth.interface-C1WjZ0fM.js';
20
+ import z from 'zod';
20
21
  import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
21
22
  import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-vL7za9Bz.js';
22
23
  import { Q as QuestionnaireField } from '../waitlist.config-kPfjImle.js';
@@ -795,7 +796,10 @@ declare function TwoFactorSettings(): react_jsx_runtime.JSX.Element;
795
796
 
796
797
  declare function AdminCompanyContainer(): react_jsx_runtime.JSX.Element;
797
798
 
798
- declare function CompanyContainer(): react_jsx_runtime.JSX.Element | null;
799
+ type CompanyContainerProps = {
800
+ configurationEditorSlot?: ReactNode;
801
+ };
802
+ declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps): react_jsx_runtime.JSX.Element | null;
799
803
 
800
804
  declare function CompanyDetails(): react_jsx_runtime.JSX.Element | null;
801
805
 
@@ -818,14 +822,13 @@ declare function TokenStatusIndicator({ className, size, showExtraPages }: Token
818
822
 
819
823
  type CompanyConfigurationEditorProps = {
820
824
  company: CompanyInterface;
825
+ formSchema: z.ZodObject<any>;
826
+ defaultValues: Record<string, any>;
827
+ buildPayload: (values: Record<string, any>) => Partial<CompanyInput["configurations"]>;
828
+ children: (form: UseFormReturn<any>) => ReactNode;
821
829
  };
822
830
  declare function CompanyConfigurationEditor(props: CompanyConfigurationEditorProps): react_jsx_runtime.JSX.Element;
823
831
 
824
- type SecurityConfigurationFormProps = {
825
- form: UseFormReturn<any>;
826
- };
827
- declare function CompanyConfigurationSecurityForm({ form }: SecurityConfigurationFormProps): react_jsx_runtime.JSX.Element;
828
-
829
832
  type CompanyDeleterProps = {
830
833
  company: CompanyInterface;
831
834
  };
@@ -2204,4 +2207,4 @@ interface MultipleSelectorRef {
2204
2207
  declare function useDebounce<T>(value: T, delay?: number): T;
2205
2208
  declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
2206
2209
 
2207
- export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
2210
+ export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
@@ -426,15 +426,14 @@
426
426
 
427
427
 
428
428
 
429
+ var _chunk5ODPC3YXjs = require('../chunk-5ODPC3YX.js');
430
+ require('../chunk-RA4RYKYB.js');
429
431
 
430
- var _chunkZRKQQLYIjs = require('../chunk-ZRKQQLYI.js');
431
- require('../chunk-BQSMP4NU.js');
432
432
 
433
433
 
434
434
 
435
435
 
436
-
437
- var _chunkNAST4OSMjs = require('../chunk-NAST4OSM.js');
436
+ var _chunkLRXJT656js = require('../chunk-LRXJT656.js');
438
437
  require('../chunk-LXKSUWAV.js');
439
438
  require('../chunk-IBS6NI7D.js');
440
439
  require('../chunk-4MN547K7.js');
@@ -878,6 +877,5 @@ require('../chunk-7QVYU63E.js');
878
877
 
879
878
 
880
879
 
881
-
882
- exports.AcceptInvitation = _chunkZRKQQLYIjs.AcceptInvitation; exports.Accordion = _chunkZRKQQLYIjs.Accordion; exports.AccordionContent = _chunkZRKQQLYIjs.AccordionContent; exports.AccordionItem = _chunkZRKQQLYIjs.AccordionItem; exports.AccordionTrigger = _chunkZRKQQLYIjs.AccordionTrigger; exports.ActivateAccount = _chunkZRKQQLYIjs.ActivateAccount; exports.AddUserToRole = _chunkZRKQQLYIjs.AddUserToRole; exports.AdminCompanyContainer = _chunkZRKQQLYIjs.AdminCompanyContainer; exports.AdminUsersList = _chunkZRKQQLYIjs.AdminUsersList; exports.Alert = _chunkZRKQQLYIjs.Alert; exports.AlertAction = _chunkZRKQQLYIjs.AlertAction; exports.AlertDescription = _chunkZRKQQLYIjs.AlertDescription; exports.AlertDialog = _chunkZRKQQLYIjs.AlertDialog; exports.AlertDialogAction = _chunkZRKQQLYIjs.AlertDialogAction; exports.AlertDialogCancel = _chunkZRKQQLYIjs.AlertDialogCancel; exports.AlertDialogContent = _chunkZRKQQLYIjs.AlertDialogContent; exports.AlertDialogDescription = _chunkZRKQQLYIjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkZRKQQLYIjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkZRKQQLYIjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkZRKQQLYIjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkZRKQQLYIjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkZRKQQLYIjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkZRKQQLYIjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkZRKQQLYIjs.AlertDialogTrigger; exports.AlertTitle = _chunkZRKQQLYIjs.AlertTitle; exports.AllowedUsersDetails = _chunkZRKQQLYIjs.AllowedUsersDetails; exports.AttributeElement = _chunkZRKQQLYIjs.AttributeElement; exports.AuthContainer = _chunkZRKQQLYIjs.AuthContainer; exports.Avatar = _chunkZRKQQLYIjs.Avatar; exports.AvatarBadge = _chunkZRKQQLYIjs.AvatarBadge; exports.AvatarFallback = _chunkZRKQQLYIjs.AvatarFallback; exports.AvatarGroup = _chunkZRKQQLYIjs.AvatarGroup; exports.AvatarGroupCount = _chunkZRKQQLYIjs.AvatarGroupCount; exports.AvatarImage = _chunkZRKQQLYIjs.AvatarImage; exports.BackupCodesDialog = _chunkZRKQQLYIjs.BackupCodesDialog; exports.Badge = _chunkZRKQQLYIjs.Badge; exports.BlockNoteEditorContainer = _chunkZRKQQLYIjs.BlockNoteEditorContainer; exports.Board = _chunkZRKQQLYIjs.KanbanBoard; exports.Breadcrumb = _chunkZRKQQLYIjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkZRKQQLYIjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkZRKQQLYIjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkZRKQQLYIjs.BreadcrumbLink; exports.BreadcrumbList = _chunkZRKQQLYIjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkZRKQQLYIjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkZRKQQLYIjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkZRKQQLYIjs.BreadcrumbSeparator; exports.Button = _chunkZRKQQLYIjs.Button; exports.Calendar = _chunkZRKQQLYIjs.Calendar; exports.CalendarDayButton = _chunkZRKQQLYIjs.CalendarDayButton; exports.Card = _chunkZRKQQLYIjs.Card; exports.CardAction = _chunkZRKQQLYIjs.CardAction; exports.CardContent = _chunkZRKQQLYIjs.CardContent; exports.CardDescription = _chunkZRKQQLYIjs.CardDescription; exports.CardFooter = _chunkZRKQQLYIjs.CardFooter; exports.CardHeader = _chunkZRKQQLYIjs.CardHeader; exports.CardTitle = _chunkZRKQQLYIjs.CardTitle; exports.Carousel = _chunkZRKQQLYIjs.Carousel; exports.CarouselContent = _chunkZRKQQLYIjs.CarouselContent; exports.CarouselItem = _chunkZRKQQLYIjs.CarouselItem; exports.CarouselNext = _chunkZRKQQLYIjs.CarouselNext; exports.CarouselPrevious = _chunkZRKQQLYIjs.CarouselPrevious; exports.ChartContainer = _chunkZRKQQLYIjs.ChartContainer; exports.ChartLegend = _chunkZRKQQLYIjs.ChartLegend; exports.ChartLegendContent = _chunkZRKQQLYIjs.ChartLegendContent; exports.ChartStyle = _chunkZRKQQLYIjs.ChartStyle; exports.ChartTooltip = _chunkZRKQQLYIjs.ChartTooltip; exports.ChartTooltipContent = _chunkZRKQQLYIjs.ChartTooltipContent; exports.Checkbox = _chunkZRKQQLYIjs.Checkbox; exports.Collapsible = _chunkZRKQQLYIjs.Collapsible; exports.CollapsibleContent = _chunkZRKQQLYIjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkZRKQQLYIjs.CollapsibleTrigger; exports.Column = _chunkZRKQQLYIjs.KanbanColumn; exports.ColumnHandle = _chunkZRKQQLYIjs.KanbanColumnHandle; exports.Combobox = _chunkZRKQQLYIjs.Combobox; exports.ComboboxChip = _chunkZRKQQLYIjs.ComboboxChip; exports.ComboboxChips = _chunkZRKQQLYIjs.ComboboxChips; exports.ComboboxChipsInput = _chunkZRKQQLYIjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkZRKQQLYIjs.ComboboxCollection; exports.ComboboxContent = _chunkZRKQQLYIjs.ComboboxContent; exports.ComboboxEmpty = _chunkZRKQQLYIjs.ComboboxEmpty; exports.ComboboxGroup = _chunkZRKQQLYIjs.ComboboxGroup; exports.ComboboxInput = _chunkZRKQQLYIjs.ComboboxInput; exports.ComboboxItem = _chunkZRKQQLYIjs.ComboboxItem; exports.ComboboxLabel = _chunkZRKQQLYIjs.ComboboxLabel; exports.ComboboxList = _chunkZRKQQLYIjs.ComboboxList; exports.ComboboxSeparator = _chunkZRKQQLYIjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkZRKQQLYIjs.ComboboxTrigger; exports.ComboboxValue = _chunkZRKQQLYIjs.ComboboxValue; exports.Command = _chunkZRKQQLYIjs.Command; exports.CommandDialog = _chunkZRKQQLYIjs.CommandDialog; exports.CommandEmpty = _chunkZRKQQLYIjs.CommandEmpty; exports.CommandGroup = _chunkZRKQQLYIjs.CommandGroup; exports.CommandInput = _chunkZRKQQLYIjs.CommandInput; exports.CommandItem = _chunkZRKQQLYIjs.CommandItem; exports.CommandList = _chunkZRKQQLYIjs.CommandList; exports.CommandSeparator = _chunkZRKQQLYIjs.CommandSeparator; exports.CommandShortcut = _chunkZRKQQLYIjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkZRKQQLYIjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkZRKQQLYIjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkZRKQQLYIjs.CommonDeleter; exports.CommonEditorButtons = _chunkZRKQQLYIjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkZRKQQLYIjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkZRKQQLYIjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkZRKQQLYIjs.CommonEditorTrigger; exports.CompaniesList = _chunkZRKQQLYIjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkZRKQQLYIjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkZRKQQLYIjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkZRKQQLYIjs.CompanyContainer; exports.CompanyDeleter = _chunkZRKQQLYIjs.CompanyDeleter; exports.CompanyDetails = _chunkZRKQQLYIjs.CompanyDetails; exports.CompanyEditor = _chunkZRKQQLYIjs.CompanyEditor; exports.CompanyUsersList = _chunkZRKQQLYIjs.CompanyUsersList; exports.ContentListTable = _chunkZRKQQLYIjs.ContentListTable; exports.ContentTableSearch = _chunkZRKQQLYIjs.ContentTableSearch; exports.ContentTitle = _chunkZRKQQLYIjs.ContentTitle; exports.ContentsList = _chunkZRKQQLYIjs.ContentsList; exports.ContentsListById = _chunkZRKQQLYIjs.ContentsListById; exports.ContextMenu = _chunkZRKQQLYIjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkZRKQQLYIjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkZRKQQLYIjs.ContextMenuContent; exports.ContextMenuGroup = _chunkZRKQQLYIjs.ContextMenuGroup; exports.ContextMenuItem = _chunkZRKQQLYIjs.ContextMenuItem; exports.ContextMenuLabel = _chunkZRKQQLYIjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkZRKQQLYIjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkZRKQQLYIjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkZRKQQLYIjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkZRKQQLYIjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkZRKQQLYIjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkZRKQQLYIjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkZRKQQLYIjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkZRKQQLYIjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkZRKQQLYIjs.ContextMenuTrigger; exports.ContributorsList = _chunkZRKQQLYIjs.ContributorsList; exports.Cookies = _chunkZRKQQLYIjs.Cookies; exports.DatePickerPopover = _chunkZRKQQLYIjs.DatePickerPopover; exports.DateRangeSelector = _chunkZRKQQLYIjs.DateRangeSelector; exports.Dialog = _chunkZRKQQLYIjs.Dialog; exports.DialogClose = _chunkZRKQQLYIjs.DialogClose; exports.DialogContent = _chunkZRKQQLYIjs.DialogContent; exports.DialogDescription = _chunkZRKQQLYIjs.DialogDescription; exports.DialogFooter = _chunkZRKQQLYIjs.DialogFooter; exports.DialogHeader = _chunkZRKQQLYIjs.DialogHeader; exports.DialogOverlay = _chunkZRKQQLYIjs.DialogOverlay; exports.DialogPortal = _chunkZRKQQLYIjs.DialogPortal; exports.DialogTitle = _chunkZRKQQLYIjs.DialogTitle; exports.DialogTrigger = _chunkZRKQQLYIjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkZRKQQLYIjs.DisableTwoFactorDialog; exports.Drawer = _chunkZRKQQLYIjs.Drawer; exports.DrawerClose = _chunkZRKQQLYIjs.DrawerClose; exports.DrawerContent = _chunkZRKQQLYIjs.DrawerContent; exports.DrawerDescription = _chunkZRKQQLYIjs.DrawerDescription; exports.DrawerFooter = _chunkZRKQQLYIjs.DrawerFooter; exports.DrawerHeader = _chunkZRKQQLYIjs.DrawerHeader; exports.DrawerOverlay = _chunkZRKQQLYIjs.DrawerOverlay; exports.DrawerPortal = _chunkZRKQQLYIjs.DrawerPortal; exports.DrawerTitle = _chunkZRKQQLYIjs.DrawerTitle; exports.DrawerTrigger = _chunkZRKQQLYIjs.DrawerTrigger; exports.DropdownMenu = _chunkZRKQQLYIjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkZRKQQLYIjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkZRKQQLYIjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkZRKQQLYIjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkZRKQQLYIjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkZRKQQLYIjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkZRKQQLYIjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkZRKQQLYIjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkZRKQQLYIjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkZRKQQLYIjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkZRKQQLYIjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkZRKQQLYIjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkZRKQQLYIjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkZRKQQLYIjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkZRKQQLYIjs.DropdownMenuTrigger; exports.EditorSheet = _chunkZRKQQLYIjs.EditorSheet; exports.EntityAvatar = _chunkZRKQQLYIjs.EntityAvatar; exports.ErrorDetails = _chunkZRKQQLYIjs.ErrorDetails; exports.Field = _chunkZRKQQLYIjs.Field; exports.FieldContent = _chunkZRKQQLYIjs.FieldContent; exports.FieldDescription = _chunkZRKQQLYIjs.FieldDescription; exports.FieldError = _chunkZRKQQLYIjs.FieldError; exports.FieldGroup = _chunkZRKQQLYIjs.FieldGroup; exports.FieldLabel = _chunkZRKQQLYIjs.FieldLabel; exports.FieldLegend = _chunkZRKQQLYIjs.FieldLegend; exports.FieldSeparator = _chunkZRKQQLYIjs.FieldSeparator; exports.FieldSet = _chunkZRKQQLYIjs.FieldSet; exports.FieldTitle = _chunkZRKQQLYIjs.FieldTitle; exports.FileInput = _chunkZRKQQLYIjs.FileInput; exports.FileUploader = _chunkZRKQQLYIjs.FileUploader; exports.FileUploaderContent = _chunkZRKQQLYIjs.FileUploaderContent; exports.FileUploaderItem = _chunkZRKQQLYIjs.FileUploaderItem; exports.ForgotPassword = _chunkZRKQQLYIjs.ForgotPassword; exports.Form = _chunkZRKQQLYIjs.Form; exports.FormBlockNote = _chunkZRKQQLYIjs.FormBlockNote; exports.FormCheckbox = _chunkZRKQQLYIjs.FormCheckbox; exports.FormDate = _chunkZRKQQLYIjs.FormDate; exports.FormDateTime = _chunkZRKQQLYIjs.FormDateTime; exports.FormFeatures = _chunkZRKQQLYIjs.FormFeatures; exports.FormFieldWrapper = _chunkZRKQQLYIjs.FormFieldWrapper; exports.FormInput = _chunkZRKQQLYIjs.FormInput; exports.FormPassword = _chunkZRKQQLYIjs.FormPassword; exports.FormPlaceAutocomplete = _chunkZRKQQLYIjs.FormPlaceAutocomplete; exports.FormRoles = _chunkZRKQQLYIjs.FormRoles; exports.FormSelect = _chunkZRKQQLYIjs.FormSelect; exports.FormSlider = _chunkZRKQQLYIjs.FormSlider; exports.FormSwitch = _chunkZRKQQLYIjs.FormSwitch; exports.FormTextarea = _chunkZRKQQLYIjs.FormTextarea; exports.GdprConsentCheckbox = _chunkZRKQQLYIjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkZRKQQLYIjs.GdprConsentSection; exports.Header = _chunkZRKQQLYIjs.Header; exports.HoverCard = _chunkZRKQQLYIjs.HoverCard; exports.HoverCardContent = _chunkZRKQQLYIjs.HoverCardContent; exports.HoverCardTrigger = _chunkZRKQQLYIjs.HoverCardTrigger; exports.Input = _chunkZRKQQLYIjs.Input; exports.InputGroup = _chunkZRKQQLYIjs.InputGroup; exports.InputGroupAddon = _chunkZRKQQLYIjs.InputGroupAddon; exports.InputGroupButton = _chunkZRKQQLYIjs.InputGroupButton; exports.InputGroupInput = _chunkZRKQQLYIjs.InputGroupInput; exports.InputGroupText = _chunkZRKQQLYIjs.InputGroupText; exports.InputGroupTextarea = _chunkZRKQQLYIjs.InputGroupTextarea; exports.InputOTP = _chunkZRKQQLYIjs.InputOTP; exports.InputOTPGroup = _chunkZRKQQLYIjs.InputOTPGroup; exports.InputOTPSeparator = _chunkZRKQQLYIjs.InputOTPSeparator; exports.InputOTPSlot = _chunkZRKQQLYIjs.InputOTPSlot; exports.Item = _chunkZRKQQLYIjs.KanbanItem; exports.ItemHandle = _chunkZRKQQLYIjs.KanbanItemHandle; exports.Kanban = _chunkZRKQQLYIjs.KanbanRoot; exports.KanbanBoard = _chunkZRKQQLYIjs.KanbanBoard; exports.KanbanColumn = _chunkZRKQQLYIjs.KanbanColumn; exports.KanbanColumnHandle = _chunkZRKQQLYIjs.KanbanColumnHandle; exports.KanbanItem = _chunkZRKQQLYIjs.KanbanItem; exports.KanbanItemHandle = _chunkZRKQQLYIjs.KanbanItemHandle; exports.KanbanOverlay = _chunkZRKQQLYIjs.KanbanOverlay; exports.Label = _chunkZRKQQLYIjs.Label; exports.LandingComponent = _chunkZRKQQLYIjs.LandingComponent; exports.Link = _chunkZRKQQLYIjs.Link; exports.Login = _chunkZRKQQLYIjs.Login; exports.Logout = _chunkZRKQQLYIjs.Logout; exports.ModeToggleSwitch = _chunkZRKQQLYIjs.ModeToggleSwitch; exports.MultiSelect = _chunkZRKQQLYIjs.MultiSelect; exports.MultipleSelector = _chunkZRKQQLYIjs.MultipleSelector; exports.NavigationMenu = _chunkZRKQQLYIjs.NavigationMenu; exports.NavigationMenuContent = _chunkZRKQQLYIjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkZRKQQLYIjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkZRKQQLYIjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkZRKQQLYIjs.NavigationMenuLink; exports.NavigationMenuList = _chunkZRKQQLYIjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkZRKQQLYIjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkZRKQQLYIjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkZRKQQLYIjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkZRKQQLYIjs.NotificationMenuItem; exports.NotificationModal = _chunkZRKQQLYIjs.NotificationModal; exports.NotificationToast = _chunkZRKQQLYIjs.NotificationToast; exports.NotificationsList = _chunkZRKQQLYIjs.NotificationsList; exports.NotificationsListContainer = _chunkZRKQQLYIjs.NotificationsListContainer; exports.OAuthClientCard = _chunkZRKQQLYIjs.OAuthClientCard; exports.OAuthClientDetail = _chunkZRKQQLYIjs.OAuthClientDetail; exports.OAuthClientForm = _chunkZRKQQLYIjs.OAuthClientForm; exports.OAuthClientList = _chunkZRKQQLYIjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkZRKQQLYIjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkZRKQQLYIjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkZRKQQLYIjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkZRKQQLYIjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkZRKQQLYIjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkZRKQQLYIjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkZRKQQLYIjs.OAuthScopeSelector; exports.OnboardingCard = _chunkZRKQQLYIjs.OnboardingCard; exports.Overlay = _chunkZRKQQLYIjs.KanbanOverlay; exports.PageContainer = _chunkZRKQQLYIjs.PageContainer; exports.PageContainerContentDetails = _chunkZRKQQLYIjs.PageContainerContentDetails; exports.PageContentContainer = _chunkZRKQQLYIjs.PageContentContainer; exports.PageSection = _chunkZRKQQLYIjs.PageSection; exports.PasskeyButton = _chunkZRKQQLYIjs.PasskeyButton; exports.PasskeyList = _chunkZRKQQLYIjs.PasskeyList; exports.PasskeySetupDialog = _chunkZRKQQLYIjs.PasskeySetupDialog; exports.PasswordInput = _chunkZRKQQLYIjs.PasswordInput; exports.Popover = _chunkZRKQQLYIjs.Popover; exports.PopoverContent = _chunkZRKQQLYIjs.PopoverContent; exports.PopoverDescription = _chunkZRKQQLYIjs.PopoverDescription; exports.PopoverHeader = _chunkZRKQQLYIjs.PopoverHeader; exports.PopoverTitle = _chunkZRKQQLYIjs.PopoverTitle; exports.PopoverTrigger = _chunkZRKQQLYIjs.PopoverTrigger; exports.Progress = _chunkZRKQQLYIjs.Progress; exports.ProgressIndicator = _chunkZRKQQLYIjs.ProgressIndicator; exports.ProgressLabel = _chunkZRKQQLYIjs.ProgressLabel; exports.ProgressTrack = _chunkZRKQQLYIjs.ProgressTrack; exports.ProgressValue = _chunkZRKQQLYIjs.ProgressValue; exports.PushNotificationProvider = _chunkZRKQQLYIjs.PushNotificationProvider; exports.RadioGroup = _chunkZRKQQLYIjs.RadioGroup; exports.RadioGroupItem = _chunkZRKQQLYIjs.RadioGroupItem; exports.RbacContainer = _chunkZRKQQLYIjs.RbacContainer; exports.RbacFeatureSection = _chunkZRKQQLYIjs.RbacFeatureSection; exports.RbacModuleTable = _chunkZRKQQLYIjs.RbacModuleTable; exports.RbacPermissionCell = _chunkZRKQQLYIjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkZRKQQLYIjs.RbacPermissionPicker; exports.RbacToolbar = _chunkZRKQQLYIjs.RbacToolbar; exports.ReactMarkdownContainer = _chunkZRKQQLYIjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkZRKQQLYIjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkZRKQQLYIjs.ReferralCodeCapture; exports.ReferralDialog = _chunkZRKQQLYIjs.ReferralDialog; exports.ReferralWidget = _chunkZRKQQLYIjs.ReferralWidget; exports.RefreshUser = _chunkZRKQQLYIjs.RefreshUser; exports.RelevantContentsList = _chunkZRKQQLYIjs.RelevantContentsList; exports.RelevantUsersList = _chunkZRKQQLYIjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkZRKQQLYIjs.RemoveUserFromRole; exports.ResetPassword = _chunkZRKQQLYIjs.ResetPassword; exports.ResizableHandle = _chunkZRKQQLYIjs.ResizableHandle; exports.ResizablePanel = _chunkZRKQQLYIjs.ResizablePanel; exports.ResizablePanelGroup = _chunkZRKQQLYIjs.ResizablePanelGroup; exports.RoleContainer = _chunkZRKQQLYIjs.RoleContainer; exports.RoleDetails = _chunkZRKQQLYIjs.RoleDetails; exports.RoleUsersList = _chunkZRKQQLYIjs.RoleUsersList; exports.RolesList = _chunkZRKQQLYIjs.RolesList; exports.Root = _chunkZRKQQLYIjs.KanbanRoot; exports.RoundPageContainer = _chunkZRKQQLYIjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkZRKQQLYIjs.RoundPageContainerTitle; exports.ScrollArea = _chunkZRKQQLYIjs.ScrollArea; exports.ScrollBar = _chunkZRKQQLYIjs.ScrollBar; exports.SecurityContainer = _chunkZRKQQLYIjs.SecurityContainer; exports.Select = _chunkZRKQQLYIjs.Select; exports.SelectContent = _chunkZRKQQLYIjs.SelectContent; exports.SelectGroup = _chunkZRKQQLYIjs.SelectGroup; exports.SelectItem = _chunkZRKQQLYIjs.SelectItem; exports.SelectLabel = _chunkZRKQQLYIjs.SelectLabel; exports.SelectScrollDownButton = _chunkZRKQQLYIjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkZRKQQLYIjs.SelectScrollUpButton; exports.SelectSeparator = _chunkZRKQQLYIjs.SelectSeparator; exports.SelectTrigger = _chunkZRKQQLYIjs.SelectTrigger; exports.SelectValue = _chunkZRKQQLYIjs.SelectValue; exports.Separator = _chunkZRKQQLYIjs.Separator; exports.Sheet = _chunkZRKQQLYIjs.Sheet; exports.SheetClose = _chunkZRKQQLYIjs.SheetClose; exports.SheetContent = _chunkZRKQQLYIjs.SheetContent; exports.SheetDescription = _chunkZRKQQLYIjs.SheetDescription; exports.SheetFooter = _chunkZRKQQLYIjs.SheetFooter; exports.SheetHeader = _chunkZRKQQLYIjs.SheetHeader; exports.SheetTitle = _chunkZRKQQLYIjs.SheetTitle; exports.SheetTrigger = _chunkZRKQQLYIjs.SheetTrigger; exports.Sidebar = _chunkZRKQQLYIjs.Sidebar; exports.SidebarContent = _chunkZRKQQLYIjs.SidebarContent; exports.SidebarFooter = _chunkZRKQQLYIjs.SidebarFooter; exports.SidebarGroup = _chunkZRKQQLYIjs.SidebarGroup; exports.SidebarGroupAction = _chunkZRKQQLYIjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkZRKQQLYIjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkZRKQQLYIjs.SidebarGroupLabel; exports.SidebarHeader = _chunkZRKQQLYIjs.SidebarHeader; exports.SidebarInput = _chunkZRKQQLYIjs.SidebarInput; exports.SidebarInset = _chunkZRKQQLYIjs.SidebarInset; exports.SidebarMenu = _chunkZRKQQLYIjs.SidebarMenu; exports.SidebarMenuAction = _chunkZRKQQLYIjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkZRKQQLYIjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkZRKQQLYIjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkZRKQQLYIjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkZRKQQLYIjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkZRKQQLYIjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkZRKQQLYIjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkZRKQQLYIjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkZRKQQLYIjs.SidebarProvider; exports.SidebarRail = _chunkZRKQQLYIjs.SidebarRail; exports.SidebarSeparator = _chunkZRKQQLYIjs.SidebarSeparator; exports.SidebarTrigger = _chunkZRKQQLYIjs.SidebarTrigger; exports.Skeleton = _chunkZRKQQLYIjs.Skeleton; exports.Slider = _chunkZRKQQLYIjs.Slider; exports.Switch = _chunkZRKQQLYIjs.Switch; exports.Table = _chunkZRKQQLYIjs.Table; exports.TableBody = _chunkZRKQQLYIjs.TableBody; exports.TableCaption = _chunkZRKQQLYIjs.TableCaption; exports.TableCell = _chunkZRKQQLYIjs.TableCell; exports.TableCellAvatar = _chunkZRKQQLYIjs.TableCellAvatar; exports.TableFooter = _chunkZRKQQLYIjs.TableFooter; exports.TableHead = _chunkZRKQQLYIjs.TableHead; exports.TableHeader = _chunkZRKQQLYIjs.TableHeader; exports.TableRow = _chunkZRKQQLYIjs.TableRow; exports.Tabs = _chunkZRKQQLYIjs.Tabs; exports.TabsContainer = _chunkZRKQQLYIjs.TabsContainer; exports.TabsContent = _chunkZRKQQLYIjs.TabsContent; exports.TabsList = _chunkZRKQQLYIjs.TabsList; exports.TabsTrigger = _chunkZRKQQLYIjs.TabsTrigger; exports.Textarea = _chunkZRKQQLYIjs.Textarea; exports.Toaster = _chunkZRKQQLYIjs.Toaster; exports.Toggle = _chunkZRKQQLYIjs.Toggle; exports.TokenStatusIndicator = _chunkZRKQQLYIjs.TokenStatusIndicator; exports.Tooltip = _chunkZRKQQLYIjs.Tooltip; exports.TooltipContent = _chunkZRKQQLYIjs.TooltipContent; exports.TooltipProvider = _chunkZRKQQLYIjs.TooltipProvider; exports.TooltipTrigger = _chunkZRKQQLYIjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkZRKQQLYIjs.TotpAuthenticatorList; exports.TotpInput = _chunkZRKQQLYIjs.TotpInput; exports.TotpSetupDialog = _chunkZRKQQLYIjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkZRKQQLYIjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkZRKQQLYIjs.TwoFactorSettings; exports.UserAvatar = _chunkZRKQQLYIjs.UserAvatar; exports.UserAvatarEditor = _chunkZRKQQLYIjs.UserAvatarEditor; exports.UserAvatarList = _chunkZRKQQLYIjs.UserAvatarList; exports.UserContainer = _chunkZRKQQLYIjs.UserContainer; exports.UserDeleter = _chunkZRKQQLYIjs.UserDeleter; exports.UserDetails = _chunkZRKQQLYIjs.UserDetails; exports.UserEditor = _chunkZRKQQLYIjs.UserEditor; exports.UserIndexContainer = _chunkZRKQQLYIjs.UserIndexContainer; exports.UserIndexDetails = _chunkZRKQQLYIjs.UserIndexDetails; exports.UserListInAdd = _chunkZRKQQLYIjs.UserListInAdd; exports.UserMultiSelect = _chunkZRKQQLYIjs.UserMultiSelect; exports.UserReactivator = _chunkZRKQQLYIjs.UserReactivator; exports.UserResentInvitationEmail = _chunkZRKQQLYIjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkZRKQQLYIjs.UserRoleAdd; exports.UserRolesList = _chunkZRKQQLYIjs.UserRolesList; exports.UserSelector = _chunkZRKQQLYIjs.UserSelector; exports.UserStanadaloneDetails = _chunkZRKQQLYIjs.UserStanadaloneDetails; exports.UsersList = _chunkZRKQQLYIjs.UsersList; exports.UsersListByContentIds = _chunkZRKQQLYIjs.UsersListByContentIds; exports.UsersListContainer = _chunkZRKQQLYIjs.UsersListContainer; exports.WaitlistConfirmation = _chunkZRKQQLYIjs.WaitlistConfirmation; exports.WaitlistForm = _chunkZRKQQLYIjs.WaitlistForm; exports.WaitlistHeroSection = _chunkZRKQQLYIjs.WaitlistHeroSection; exports.WaitlistList = _chunkZRKQQLYIjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkZRKQQLYIjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkZRKQQLYIjs.WaitlistSuccessState; exports.badgeVariants = _chunkZRKQQLYIjs.badgeVariants; exports.buttonVariants = _chunkZRKQQLYIjs.buttonVariants; exports.cellComponent = _chunkZRKQQLYIjs.cellComponent; exports.cellDate = _chunkZRKQQLYIjs.cellDate; exports.cellId = _chunkZRKQQLYIjs.cellId; exports.cellLink = _chunkZRKQQLYIjs.cellLink; exports.cellUrl = _chunkZRKQQLYIjs.cellUrl; exports.errorToast = _chunkZRKQQLYIjs.errorToast; exports.generateNotificationData = _chunkZRKQQLYIjs.generateNotificationData; exports.getIcon = _chunkNAST4OSMjs.getIcon; exports.getIconByModule = _chunkNAST4OSMjs.getIconByModule; exports.getIconByModuleName = _chunkNAST4OSMjs.getIconByModuleName; exports.getInitials = _chunkNAST4OSMjs.getInitials; exports.navigationMenuTriggerStyle = _chunkZRKQQLYIjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkZRKQQLYIjs.tabsListVariants; exports.toggleVariants = _chunkZRKQQLYIjs.toggleVariants; exports.triggerAssociationToast = _chunkZRKQQLYIjs.triggerAssociationToast; exports.useCarousel = _chunkZRKQQLYIjs.useCarousel; exports.useComboboxAnchor = _chunkZRKQQLYIjs.useComboboxAnchor; exports.useDebounce = _chunkZRKQQLYIjs.useDebounce2; exports.useEditorDialog = _chunkZRKQQLYIjs.useEditorDialog; exports.useFileUpload = _chunkZRKQQLYIjs.useFileUpload; exports.useSidebar = _chunkZRKQQLYIjs.useSidebar;
880
+ exports.AcceptInvitation = _chunk5ODPC3YXjs.AcceptInvitation; exports.Accordion = _chunk5ODPC3YXjs.Accordion; exports.AccordionContent = _chunk5ODPC3YXjs.AccordionContent; exports.AccordionItem = _chunk5ODPC3YXjs.AccordionItem; exports.AccordionTrigger = _chunk5ODPC3YXjs.AccordionTrigger; exports.ActivateAccount = _chunk5ODPC3YXjs.ActivateAccount; exports.AddUserToRole = _chunk5ODPC3YXjs.AddUserToRole; exports.AdminCompanyContainer = _chunk5ODPC3YXjs.AdminCompanyContainer; exports.AdminUsersList = _chunk5ODPC3YXjs.AdminUsersList; exports.Alert = _chunk5ODPC3YXjs.Alert; exports.AlertAction = _chunk5ODPC3YXjs.AlertAction; exports.AlertDescription = _chunk5ODPC3YXjs.AlertDescription; exports.AlertDialog = _chunk5ODPC3YXjs.AlertDialog; exports.AlertDialogAction = _chunk5ODPC3YXjs.AlertDialogAction; exports.AlertDialogCancel = _chunk5ODPC3YXjs.AlertDialogCancel; exports.AlertDialogContent = _chunk5ODPC3YXjs.AlertDialogContent; exports.AlertDialogDescription = _chunk5ODPC3YXjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk5ODPC3YXjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk5ODPC3YXjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk5ODPC3YXjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk5ODPC3YXjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk5ODPC3YXjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk5ODPC3YXjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk5ODPC3YXjs.AlertDialogTrigger; exports.AlertTitle = _chunk5ODPC3YXjs.AlertTitle; exports.AllowedUsersDetails = _chunk5ODPC3YXjs.AllowedUsersDetails; exports.AttributeElement = _chunk5ODPC3YXjs.AttributeElement; exports.AuthContainer = _chunk5ODPC3YXjs.AuthContainer; exports.Avatar = _chunk5ODPC3YXjs.Avatar; exports.AvatarBadge = _chunk5ODPC3YXjs.AvatarBadge; exports.AvatarFallback = _chunk5ODPC3YXjs.AvatarFallback; exports.AvatarGroup = _chunk5ODPC3YXjs.AvatarGroup; exports.AvatarGroupCount = _chunk5ODPC3YXjs.AvatarGroupCount; exports.AvatarImage = _chunk5ODPC3YXjs.AvatarImage; exports.BackupCodesDialog = _chunk5ODPC3YXjs.BackupCodesDialog; exports.Badge = _chunk5ODPC3YXjs.Badge; exports.BlockNoteEditorContainer = _chunk5ODPC3YXjs.BlockNoteEditorContainer; exports.Board = _chunk5ODPC3YXjs.KanbanBoard; exports.Breadcrumb = _chunk5ODPC3YXjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk5ODPC3YXjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk5ODPC3YXjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk5ODPC3YXjs.BreadcrumbLink; exports.BreadcrumbList = _chunk5ODPC3YXjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk5ODPC3YXjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk5ODPC3YXjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk5ODPC3YXjs.BreadcrumbSeparator; exports.Button = _chunk5ODPC3YXjs.Button; exports.Calendar = _chunk5ODPC3YXjs.Calendar; exports.CalendarDayButton = _chunk5ODPC3YXjs.CalendarDayButton; exports.Card = _chunk5ODPC3YXjs.Card; exports.CardAction = _chunk5ODPC3YXjs.CardAction; exports.CardContent = _chunk5ODPC3YXjs.CardContent; exports.CardDescription = _chunk5ODPC3YXjs.CardDescription; exports.CardFooter = _chunk5ODPC3YXjs.CardFooter; exports.CardHeader = _chunk5ODPC3YXjs.CardHeader; exports.CardTitle = _chunk5ODPC3YXjs.CardTitle; exports.Carousel = _chunk5ODPC3YXjs.Carousel; exports.CarouselContent = _chunk5ODPC3YXjs.CarouselContent; exports.CarouselItem = _chunk5ODPC3YXjs.CarouselItem; exports.CarouselNext = _chunk5ODPC3YXjs.CarouselNext; exports.CarouselPrevious = _chunk5ODPC3YXjs.CarouselPrevious; exports.ChartContainer = _chunk5ODPC3YXjs.ChartContainer; exports.ChartLegend = _chunk5ODPC3YXjs.ChartLegend; exports.ChartLegendContent = _chunk5ODPC3YXjs.ChartLegendContent; exports.ChartStyle = _chunk5ODPC3YXjs.ChartStyle; exports.ChartTooltip = _chunk5ODPC3YXjs.ChartTooltip; exports.ChartTooltipContent = _chunk5ODPC3YXjs.ChartTooltipContent; exports.Checkbox = _chunk5ODPC3YXjs.Checkbox; exports.Collapsible = _chunk5ODPC3YXjs.Collapsible; exports.CollapsibleContent = _chunk5ODPC3YXjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk5ODPC3YXjs.CollapsibleTrigger; exports.Column = _chunk5ODPC3YXjs.KanbanColumn; exports.ColumnHandle = _chunk5ODPC3YXjs.KanbanColumnHandle; exports.Combobox = _chunk5ODPC3YXjs.Combobox; exports.ComboboxChip = _chunk5ODPC3YXjs.ComboboxChip; exports.ComboboxChips = _chunk5ODPC3YXjs.ComboboxChips; exports.ComboboxChipsInput = _chunk5ODPC3YXjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk5ODPC3YXjs.ComboboxCollection; exports.ComboboxContent = _chunk5ODPC3YXjs.ComboboxContent; exports.ComboboxEmpty = _chunk5ODPC3YXjs.ComboboxEmpty; exports.ComboboxGroup = _chunk5ODPC3YXjs.ComboboxGroup; exports.ComboboxInput = _chunk5ODPC3YXjs.ComboboxInput; exports.ComboboxItem = _chunk5ODPC3YXjs.ComboboxItem; exports.ComboboxLabel = _chunk5ODPC3YXjs.ComboboxLabel; exports.ComboboxList = _chunk5ODPC3YXjs.ComboboxList; exports.ComboboxSeparator = _chunk5ODPC3YXjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk5ODPC3YXjs.ComboboxTrigger; exports.ComboboxValue = _chunk5ODPC3YXjs.ComboboxValue; exports.Command = _chunk5ODPC3YXjs.Command; exports.CommandDialog = _chunk5ODPC3YXjs.CommandDialog; exports.CommandEmpty = _chunk5ODPC3YXjs.CommandEmpty; exports.CommandGroup = _chunk5ODPC3YXjs.CommandGroup; exports.CommandInput = _chunk5ODPC3YXjs.CommandInput; exports.CommandItem = _chunk5ODPC3YXjs.CommandItem; exports.CommandList = _chunk5ODPC3YXjs.CommandList; exports.CommandSeparator = _chunk5ODPC3YXjs.CommandSeparator; exports.CommandShortcut = _chunk5ODPC3YXjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk5ODPC3YXjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk5ODPC3YXjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk5ODPC3YXjs.CommonDeleter; exports.CommonEditorButtons = _chunk5ODPC3YXjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk5ODPC3YXjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk5ODPC3YXjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk5ODPC3YXjs.CommonEditorTrigger; exports.CompaniesList = _chunk5ODPC3YXjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk5ODPC3YXjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk5ODPC3YXjs.CompanyContainer; exports.CompanyDeleter = _chunk5ODPC3YXjs.CompanyDeleter; exports.CompanyDetails = _chunk5ODPC3YXjs.CompanyDetails; exports.CompanyEditor = _chunk5ODPC3YXjs.CompanyEditor; exports.CompanyUsersList = _chunk5ODPC3YXjs.CompanyUsersList; exports.ContentListTable = _chunk5ODPC3YXjs.ContentListTable; exports.ContentTableSearch = _chunk5ODPC3YXjs.ContentTableSearch; exports.ContentTitle = _chunk5ODPC3YXjs.ContentTitle; exports.ContentsList = _chunk5ODPC3YXjs.ContentsList; exports.ContentsListById = _chunk5ODPC3YXjs.ContentsListById; exports.ContextMenu = _chunk5ODPC3YXjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk5ODPC3YXjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk5ODPC3YXjs.ContextMenuContent; exports.ContextMenuGroup = _chunk5ODPC3YXjs.ContextMenuGroup; exports.ContextMenuItem = _chunk5ODPC3YXjs.ContextMenuItem; exports.ContextMenuLabel = _chunk5ODPC3YXjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk5ODPC3YXjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk5ODPC3YXjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk5ODPC3YXjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk5ODPC3YXjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk5ODPC3YXjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk5ODPC3YXjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk5ODPC3YXjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk5ODPC3YXjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk5ODPC3YXjs.ContextMenuTrigger; exports.ContributorsList = _chunk5ODPC3YXjs.ContributorsList; exports.Cookies = _chunk5ODPC3YXjs.Cookies; exports.DatePickerPopover = _chunk5ODPC3YXjs.DatePickerPopover; exports.DateRangeSelector = _chunk5ODPC3YXjs.DateRangeSelector; exports.Dialog = _chunk5ODPC3YXjs.Dialog; exports.DialogClose = _chunk5ODPC3YXjs.DialogClose; exports.DialogContent = _chunk5ODPC3YXjs.DialogContent; exports.DialogDescription = _chunk5ODPC3YXjs.DialogDescription; exports.DialogFooter = _chunk5ODPC3YXjs.DialogFooter; exports.DialogHeader = _chunk5ODPC3YXjs.DialogHeader; exports.DialogOverlay = _chunk5ODPC3YXjs.DialogOverlay; exports.DialogPortal = _chunk5ODPC3YXjs.DialogPortal; exports.DialogTitle = _chunk5ODPC3YXjs.DialogTitle; exports.DialogTrigger = _chunk5ODPC3YXjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk5ODPC3YXjs.DisableTwoFactorDialog; exports.Drawer = _chunk5ODPC3YXjs.Drawer; exports.DrawerClose = _chunk5ODPC3YXjs.DrawerClose; exports.DrawerContent = _chunk5ODPC3YXjs.DrawerContent; exports.DrawerDescription = _chunk5ODPC3YXjs.DrawerDescription; exports.DrawerFooter = _chunk5ODPC3YXjs.DrawerFooter; exports.DrawerHeader = _chunk5ODPC3YXjs.DrawerHeader; exports.DrawerOverlay = _chunk5ODPC3YXjs.DrawerOverlay; exports.DrawerPortal = _chunk5ODPC3YXjs.DrawerPortal; exports.DrawerTitle = _chunk5ODPC3YXjs.DrawerTitle; exports.DrawerTrigger = _chunk5ODPC3YXjs.DrawerTrigger; exports.DropdownMenu = _chunk5ODPC3YXjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk5ODPC3YXjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk5ODPC3YXjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk5ODPC3YXjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk5ODPC3YXjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk5ODPC3YXjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk5ODPC3YXjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk5ODPC3YXjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk5ODPC3YXjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk5ODPC3YXjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk5ODPC3YXjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk5ODPC3YXjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk5ODPC3YXjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk5ODPC3YXjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk5ODPC3YXjs.DropdownMenuTrigger; exports.EditorSheet = _chunk5ODPC3YXjs.EditorSheet; exports.EntityAvatar = _chunk5ODPC3YXjs.EntityAvatar; exports.ErrorDetails = _chunk5ODPC3YXjs.ErrorDetails; exports.Field = _chunk5ODPC3YXjs.Field; exports.FieldContent = _chunk5ODPC3YXjs.FieldContent; exports.FieldDescription = _chunk5ODPC3YXjs.FieldDescription; exports.FieldError = _chunk5ODPC3YXjs.FieldError; exports.FieldGroup = _chunk5ODPC3YXjs.FieldGroup; exports.FieldLabel = _chunk5ODPC3YXjs.FieldLabel; exports.FieldLegend = _chunk5ODPC3YXjs.FieldLegend; exports.FieldSeparator = _chunk5ODPC3YXjs.FieldSeparator; exports.FieldSet = _chunk5ODPC3YXjs.FieldSet; exports.FieldTitle = _chunk5ODPC3YXjs.FieldTitle; exports.FileInput = _chunk5ODPC3YXjs.FileInput; exports.FileUploader = _chunk5ODPC3YXjs.FileUploader; exports.FileUploaderContent = _chunk5ODPC3YXjs.FileUploaderContent; exports.FileUploaderItem = _chunk5ODPC3YXjs.FileUploaderItem; exports.ForgotPassword = _chunk5ODPC3YXjs.ForgotPassword; exports.Form = _chunk5ODPC3YXjs.Form; exports.FormBlockNote = _chunk5ODPC3YXjs.FormBlockNote; exports.FormCheckbox = _chunk5ODPC3YXjs.FormCheckbox; exports.FormDate = _chunk5ODPC3YXjs.FormDate; exports.FormDateTime = _chunk5ODPC3YXjs.FormDateTime; exports.FormFeatures = _chunk5ODPC3YXjs.FormFeatures; exports.FormFieldWrapper = _chunk5ODPC3YXjs.FormFieldWrapper; exports.FormInput = _chunk5ODPC3YXjs.FormInput; exports.FormPassword = _chunk5ODPC3YXjs.FormPassword; exports.FormPlaceAutocomplete = _chunk5ODPC3YXjs.FormPlaceAutocomplete; exports.FormRoles = _chunk5ODPC3YXjs.FormRoles; exports.FormSelect = _chunk5ODPC3YXjs.FormSelect; exports.FormSlider = _chunk5ODPC3YXjs.FormSlider; exports.FormSwitch = _chunk5ODPC3YXjs.FormSwitch; exports.FormTextarea = _chunk5ODPC3YXjs.FormTextarea; exports.GdprConsentCheckbox = _chunk5ODPC3YXjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk5ODPC3YXjs.GdprConsentSection; exports.Header = _chunk5ODPC3YXjs.Header; exports.HoverCard = _chunk5ODPC3YXjs.HoverCard; exports.HoverCardContent = _chunk5ODPC3YXjs.HoverCardContent; exports.HoverCardTrigger = _chunk5ODPC3YXjs.HoverCardTrigger; exports.Input = _chunk5ODPC3YXjs.Input; exports.InputGroup = _chunk5ODPC3YXjs.InputGroup; exports.InputGroupAddon = _chunk5ODPC3YXjs.InputGroupAddon; exports.InputGroupButton = _chunk5ODPC3YXjs.InputGroupButton; exports.InputGroupInput = _chunk5ODPC3YXjs.InputGroupInput; exports.InputGroupText = _chunk5ODPC3YXjs.InputGroupText; exports.InputGroupTextarea = _chunk5ODPC3YXjs.InputGroupTextarea; exports.InputOTP = _chunk5ODPC3YXjs.InputOTP; exports.InputOTPGroup = _chunk5ODPC3YXjs.InputOTPGroup; exports.InputOTPSeparator = _chunk5ODPC3YXjs.InputOTPSeparator; exports.InputOTPSlot = _chunk5ODPC3YXjs.InputOTPSlot; exports.Item = _chunk5ODPC3YXjs.KanbanItem; exports.ItemHandle = _chunk5ODPC3YXjs.KanbanItemHandle; exports.Kanban = _chunk5ODPC3YXjs.KanbanRoot; exports.KanbanBoard = _chunk5ODPC3YXjs.KanbanBoard; exports.KanbanColumn = _chunk5ODPC3YXjs.KanbanColumn; exports.KanbanColumnHandle = _chunk5ODPC3YXjs.KanbanColumnHandle; exports.KanbanItem = _chunk5ODPC3YXjs.KanbanItem; exports.KanbanItemHandle = _chunk5ODPC3YXjs.KanbanItemHandle; exports.KanbanOverlay = _chunk5ODPC3YXjs.KanbanOverlay; exports.Label = _chunk5ODPC3YXjs.Label; exports.LandingComponent = _chunk5ODPC3YXjs.LandingComponent; exports.Link = _chunk5ODPC3YXjs.Link; exports.Login = _chunk5ODPC3YXjs.Login; exports.Logout = _chunk5ODPC3YXjs.Logout; exports.ModeToggleSwitch = _chunk5ODPC3YXjs.ModeToggleSwitch; exports.MultiSelect = _chunk5ODPC3YXjs.MultiSelect; exports.MultipleSelector = _chunk5ODPC3YXjs.MultipleSelector; exports.NavigationMenu = _chunk5ODPC3YXjs.NavigationMenu; exports.NavigationMenuContent = _chunk5ODPC3YXjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk5ODPC3YXjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk5ODPC3YXjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk5ODPC3YXjs.NavigationMenuLink; exports.NavigationMenuList = _chunk5ODPC3YXjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk5ODPC3YXjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk5ODPC3YXjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk5ODPC3YXjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk5ODPC3YXjs.NotificationMenuItem; exports.NotificationModal = _chunk5ODPC3YXjs.NotificationModal; exports.NotificationToast = _chunk5ODPC3YXjs.NotificationToast; exports.NotificationsList = _chunk5ODPC3YXjs.NotificationsList; exports.NotificationsListContainer = _chunk5ODPC3YXjs.NotificationsListContainer; exports.OAuthClientCard = _chunk5ODPC3YXjs.OAuthClientCard; exports.OAuthClientDetail = _chunk5ODPC3YXjs.OAuthClientDetail; exports.OAuthClientForm = _chunk5ODPC3YXjs.OAuthClientForm; exports.OAuthClientList = _chunk5ODPC3YXjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk5ODPC3YXjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk5ODPC3YXjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk5ODPC3YXjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk5ODPC3YXjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk5ODPC3YXjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk5ODPC3YXjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk5ODPC3YXjs.OAuthScopeSelector; exports.OnboardingCard = _chunk5ODPC3YXjs.OnboardingCard; exports.Overlay = _chunk5ODPC3YXjs.KanbanOverlay; exports.PageContainer = _chunk5ODPC3YXjs.PageContainer; exports.PageContainerContentDetails = _chunk5ODPC3YXjs.PageContainerContentDetails; exports.PageContentContainer = _chunk5ODPC3YXjs.PageContentContainer; exports.PageSection = _chunk5ODPC3YXjs.PageSection; exports.PasskeyButton = _chunk5ODPC3YXjs.PasskeyButton; exports.PasskeyList = _chunk5ODPC3YXjs.PasskeyList; exports.PasskeySetupDialog = _chunk5ODPC3YXjs.PasskeySetupDialog; exports.PasswordInput = _chunk5ODPC3YXjs.PasswordInput; exports.Popover = _chunk5ODPC3YXjs.Popover; exports.PopoverContent = _chunk5ODPC3YXjs.PopoverContent; exports.PopoverDescription = _chunk5ODPC3YXjs.PopoverDescription; exports.PopoverHeader = _chunk5ODPC3YXjs.PopoverHeader; exports.PopoverTitle = _chunk5ODPC3YXjs.PopoverTitle; exports.PopoverTrigger = _chunk5ODPC3YXjs.PopoverTrigger; exports.Progress = _chunk5ODPC3YXjs.Progress; exports.ProgressIndicator = _chunk5ODPC3YXjs.ProgressIndicator; exports.ProgressLabel = _chunk5ODPC3YXjs.ProgressLabel; exports.ProgressTrack = _chunk5ODPC3YXjs.ProgressTrack; exports.ProgressValue = _chunk5ODPC3YXjs.ProgressValue; exports.PushNotificationProvider = _chunk5ODPC3YXjs.PushNotificationProvider; exports.RadioGroup = _chunk5ODPC3YXjs.RadioGroup; exports.RadioGroupItem = _chunk5ODPC3YXjs.RadioGroupItem; exports.RbacContainer = _chunk5ODPC3YXjs.RbacContainer; exports.RbacFeatureSection = _chunk5ODPC3YXjs.RbacFeatureSection; exports.RbacModuleTable = _chunk5ODPC3YXjs.RbacModuleTable; exports.RbacPermissionCell = _chunk5ODPC3YXjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk5ODPC3YXjs.RbacPermissionPicker; exports.RbacToolbar = _chunk5ODPC3YXjs.RbacToolbar; exports.ReactMarkdownContainer = _chunk5ODPC3YXjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk5ODPC3YXjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk5ODPC3YXjs.ReferralCodeCapture; exports.ReferralDialog = _chunk5ODPC3YXjs.ReferralDialog; exports.ReferralWidget = _chunk5ODPC3YXjs.ReferralWidget; exports.RefreshUser = _chunk5ODPC3YXjs.RefreshUser; exports.RelevantContentsList = _chunk5ODPC3YXjs.RelevantContentsList; exports.RelevantUsersList = _chunk5ODPC3YXjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk5ODPC3YXjs.RemoveUserFromRole; exports.ResetPassword = _chunk5ODPC3YXjs.ResetPassword; exports.ResizableHandle = _chunk5ODPC3YXjs.ResizableHandle; exports.ResizablePanel = _chunk5ODPC3YXjs.ResizablePanel; exports.ResizablePanelGroup = _chunk5ODPC3YXjs.ResizablePanelGroup; exports.RoleContainer = _chunk5ODPC3YXjs.RoleContainer; exports.RoleDetails = _chunk5ODPC3YXjs.RoleDetails; exports.RoleUsersList = _chunk5ODPC3YXjs.RoleUsersList; exports.RolesList = _chunk5ODPC3YXjs.RolesList; exports.Root = _chunk5ODPC3YXjs.KanbanRoot; exports.RoundPageContainer = _chunk5ODPC3YXjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk5ODPC3YXjs.RoundPageContainerTitle; exports.ScrollArea = _chunk5ODPC3YXjs.ScrollArea; exports.ScrollBar = _chunk5ODPC3YXjs.ScrollBar; exports.SecurityContainer = _chunk5ODPC3YXjs.SecurityContainer; exports.Select = _chunk5ODPC3YXjs.Select; exports.SelectContent = _chunk5ODPC3YXjs.SelectContent; exports.SelectGroup = _chunk5ODPC3YXjs.SelectGroup; exports.SelectItem = _chunk5ODPC3YXjs.SelectItem; exports.SelectLabel = _chunk5ODPC3YXjs.SelectLabel; exports.SelectScrollDownButton = _chunk5ODPC3YXjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk5ODPC3YXjs.SelectScrollUpButton; exports.SelectSeparator = _chunk5ODPC3YXjs.SelectSeparator; exports.SelectTrigger = _chunk5ODPC3YXjs.SelectTrigger; exports.SelectValue = _chunk5ODPC3YXjs.SelectValue; exports.Separator = _chunk5ODPC3YXjs.Separator; exports.Sheet = _chunk5ODPC3YXjs.Sheet; exports.SheetClose = _chunk5ODPC3YXjs.SheetClose; exports.SheetContent = _chunk5ODPC3YXjs.SheetContent; exports.SheetDescription = _chunk5ODPC3YXjs.SheetDescription; exports.SheetFooter = _chunk5ODPC3YXjs.SheetFooter; exports.SheetHeader = _chunk5ODPC3YXjs.SheetHeader; exports.SheetTitle = _chunk5ODPC3YXjs.SheetTitle; exports.SheetTrigger = _chunk5ODPC3YXjs.SheetTrigger; exports.Sidebar = _chunk5ODPC3YXjs.Sidebar; exports.SidebarContent = _chunk5ODPC3YXjs.SidebarContent; exports.SidebarFooter = _chunk5ODPC3YXjs.SidebarFooter; exports.SidebarGroup = _chunk5ODPC3YXjs.SidebarGroup; exports.SidebarGroupAction = _chunk5ODPC3YXjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk5ODPC3YXjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk5ODPC3YXjs.SidebarGroupLabel; exports.SidebarHeader = _chunk5ODPC3YXjs.SidebarHeader; exports.SidebarInput = _chunk5ODPC3YXjs.SidebarInput; exports.SidebarInset = _chunk5ODPC3YXjs.SidebarInset; exports.SidebarMenu = _chunk5ODPC3YXjs.SidebarMenu; exports.SidebarMenuAction = _chunk5ODPC3YXjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk5ODPC3YXjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk5ODPC3YXjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk5ODPC3YXjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk5ODPC3YXjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk5ODPC3YXjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk5ODPC3YXjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk5ODPC3YXjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk5ODPC3YXjs.SidebarProvider; exports.SidebarRail = _chunk5ODPC3YXjs.SidebarRail; exports.SidebarSeparator = _chunk5ODPC3YXjs.SidebarSeparator; exports.SidebarTrigger = _chunk5ODPC3YXjs.SidebarTrigger; exports.Skeleton = _chunk5ODPC3YXjs.Skeleton; exports.Slider = _chunk5ODPC3YXjs.Slider; exports.Switch = _chunk5ODPC3YXjs.Switch; exports.Table = _chunk5ODPC3YXjs.Table; exports.TableBody = _chunk5ODPC3YXjs.TableBody; exports.TableCaption = _chunk5ODPC3YXjs.TableCaption; exports.TableCell = _chunk5ODPC3YXjs.TableCell; exports.TableCellAvatar = _chunk5ODPC3YXjs.TableCellAvatar; exports.TableFooter = _chunk5ODPC3YXjs.TableFooter; exports.TableHead = _chunk5ODPC3YXjs.TableHead; exports.TableHeader = _chunk5ODPC3YXjs.TableHeader; exports.TableRow = _chunk5ODPC3YXjs.TableRow; exports.Tabs = _chunk5ODPC3YXjs.Tabs; exports.TabsContainer = _chunk5ODPC3YXjs.TabsContainer; exports.TabsContent = _chunk5ODPC3YXjs.TabsContent; exports.TabsList = _chunk5ODPC3YXjs.TabsList; exports.TabsTrigger = _chunk5ODPC3YXjs.TabsTrigger; exports.Textarea = _chunk5ODPC3YXjs.Textarea; exports.Toaster = _chunk5ODPC3YXjs.Toaster; exports.Toggle = _chunk5ODPC3YXjs.Toggle; exports.TokenStatusIndicator = _chunk5ODPC3YXjs.TokenStatusIndicator; exports.Tooltip = _chunk5ODPC3YXjs.Tooltip; exports.TooltipContent = _chunk5ODPC3YXjs.TooltipContent; exports.TooltipProvider = _chunk5ODPC3YXjs.TooltipProvider; exports.TooltipTrigger = _chunk5ODPC3YXjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk5ODPC3YXjs.TotpAuthenticatorList; exports.TotpInput = _chunk5ODPC3YXjs.TotpInput; exports.TotpSetupDialog = _chunk5ODPC3YXjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk5ODPC3YXjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk5ODPC3YXjs.TwoFactorSettings; exports.UserAvatar = _chunk5ODPC3YXjs.UserAvatar; exports.UserAvatarEditor = _chunk5ODPC3YXjs.UserAvatarEditor; exports.UserAvatarList = _chunk5ODPC3YXjs.UserAvatarList; exports.UserContainer = _chunk5ODPC3YXjs.UserContainer; exports.UserDeleter = _chunk5ODPC3YXjs.UserDeleter; exports.UserDetails = _chunk5ODPC3YXjs.UserDetails; exports.UserEditor = _chunk5ODPC3YXjs.UserEditor; exports.UserIndexContainer = _chunk5ODPC3YXjs.UserIndexContainer; exports.UserIndexDetails = _chunk5ODPC3YXjs.UserIndexDetails; exports.UserListInAdd = _chunk5ODPC3YXjs.UserListInAdd; exports.UserMultiSelect = _chunk5ODPC3YXjs.UserMultiSelect; exports.UserReactivator = _chunk5ODPC3YXjs.UserReactivator; exports.UserResentInvitationEmail = _chunk5ODPC3YXjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk5ODPC3YXjs.UserRoleAdd; exports.UserRolesList = _chunk5ODPC3YXjs.UserRolesList; exports.UserSelector = _chunk5ODPC3YXjs.UserSelector; exports.UserStanadaloneDetails = _chunk5ODPC3YXjs.UserStanadaloneDetails; exports.UsersList = _chunk5ODPC3YXjs.UsersList; exports.UsersListByContentIds = _chunk5ODPC3YXjs.UsersListByContentIds; exports.UsersListContainer = _chunk5ODPC3YXjs.UsersListContainer; exports.WaitlistConfirmation = _chunk5ODPC3YXjs.WaitlistConfirmation; exports.WaitlistForm = _chunk5ODPC3YXjs.WaitlistForm; exports.WaitlistHeroSection = _chunk5ODPC3YXjs.WaitlistHeroSection; exports.WaitlistList = _chunk5ODPC3YXjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk5ODPC3YXjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk5ODPC3YXjs.WaitlistSuccessState; exports.badgeVariants = _chunk5ODPC3YXjs.badgeVariants; exports.buttonVariants = _chunk5ODPC3YXjs.buttonVariants; exports.cellComponent = _chunk5ODPC3YXjs.cellComponent; exports.cellDate = _chunk5ODPC3YXjs.cellDate; exports.cellId = _chunk5ODPC3YXjs.cellId; exports.cellLink = _chunk5ODPC3YXjs.cellLink; exports.cellUrl = _chunk5ODPC3YXjs.cellUrl; exports.errorToast = _chunk5ODPC3YXjs.errorToast; exports.generateNotificationData = _chunk5ODPC3YXjs.generateNotificationData; exports.getIcon = _chunkLRXJT656js.getIcon; exports.getIconByModule = _chunkLRXJT656js.getIconByModule; exports.getIconByModuleName = _chunkLRXJT656js.getIconByModuleName; exports.getInitials = _chunkLRXJT656js.getInitials; exports.navigationMenuTriggerStyle = _chunk5ODPC3YXjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk5ODPC3YXjs.tabsListVariants; exports.toggleVariants = _chunk5ODPC3YXjs.toggleVariants; exports.triggerAssociationToast = _chunk5ODPC3YXjs.triggerAssociationToast; exports.useCarousel = _chunk5ODPC3YXjs.useCarousel; exports.useComboboxAnchor = _chunk5ODPC3YXjs.useComboboxAnchor; exports.useDebounce = _chunk5ODPC3YXjs.useDebounce2; exports.useEditorDialog = _chunk5ODPC3YXjs.useEditorDialog; exports.useFileUpload = _chunk5ODPC3YXjs.useFileUpload; exports.useSidebar = _chunk5ODPC3YXjs.useSidebar;
883
881
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,89xBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
1
+ {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,g4xBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
@@ -103,7 +103,6 @@ import {
103
103
  CommonEditorTrigger,
104
104
  CompaniesList,
105
105
  CompanyConfigurationEditor,
106
- CompanyConfigurationSecurityForm,
107
106
  CompanyContainer,
108
107
  CompanyDeleter,
109
108
  CompanyDetails,
@@ -427,14 +426,14 @@ import {
427
426
  useEditorDialog,
428
427
  useFileUpload,
429
428
  useSidebar
430
- } from "../chunk-K3DKXOEU.mjs";
431
- import "../chunk-HRG4EAOG.mjs";
429
+ } from "../chunk-OLNMWVOV.mjs";
430
+ import "../chunk-5KMKI23S.mjs";
432
431
  import {
433
432
  getIcon,
434
433
  getIconByModule,
435
434
  getIconByModuleName,
436
435
  getInitials
437
- } from "../chunk-YHNDD34Z.mjs";
436
+ } from "../chunk-G7PGWMFO.mjs";
438
437
  import "../chunk-AUXK7QSA.mjs";
439
438
  import "../chunk-C7C7VY4F.mjs";
440
439
  import "../chunk-BTKJFMFL.mjs";
@@ -547,7 +546,6 @@ export {
547
546
  CommonEditorTrigger,
548
547
  CompaniesList,
549
548
  CompanyConfigurationEditor,
550
- CompanyConfigurationSecurityForm,
551
549
  CompanyContainer,
552
550
  CompanyDeleter,
553
551
  CompanyDetails,