@carlonicora/nextjs-jsonapi 1.67.0 → 1.68.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 (43) hide show
  1. package/dist/{BlockNoteEditor-TIX3GDVZ.mjs → BlockNoteEditor-6FDECIS2.mjs} +4 -4
  2. package/dist/{BlockNoteEditor-QHWPE3BJ.js → BlockNoteEditor-DXHROT4C.js} +14 -14
  3. package/dist/{BlockNoteEditor-QHWPE3BJ.js.map → BlockNoteEditor-DXHROT4C.js.map} +1 -1
  4. package/dist/billing/index.js +346 -346
  5. package/dist/billing/index.mjs +3 -3
  6. package/dist/{chunk-CJY63D6U.js → chunk-37KYO2UD.js} +9 -1
  7. package/dist/chunk-37KYO2UD.js.map +1 -0
  8. package/dist/{chunk-3BWYWS3A.js → chunk-ELTHSXBI.js} +622 -622
  9. package/dist/{chunk-3BWYWS3A.js.map → chunk-ELTHSXBI.js.map} +1 -1
  10. package/dist/{chunk-WWP32QYC.mjs → chunk-H4ZS3R76.mjs} +5 -5
  11. package/dist/chunk-H4ZS3R76.mjs.map +1 -0
  12. package/dist/{chunk-RIG2BEXJ.mjs → chunk-IOMDNRX5.mjs} +9 -1
  13. package/dist/{chunk-RIG2BEXJ.mjs.map → chunk-IOMDNRX5.mjs.map} +1 -1
  14. package/dist/{chunk-KFIQTY4O.js → chunk-WOJIRXIP.js} +11 -11
  15. package/dist/{chunk-KFIQTY4O.js.map → chunk-WOJIRXIP.js.map} +1 -1
  16. package/dist/{chunk-ZYAAJMZZ.mjs → chunk-WVTBEVAL.mjs} +2 -2
  17. package/dist/client/index.js +4 -4
  18. package/dist/client/index.mjs +3 -3
  19. package/dist/components/index.js +4 -4
  20. package/dist/components/index.mjs +3 -3
  21. package/dist/contexts/index.js +4 -4
  22. package/dist/contexts/index.mjs +3 -3
  23. package/dist/core/index.d.mts +2 -2
  24. package/dist/core/index.d.ts +2 -2
  25. package/dist/core/index.js +2 -2
  26. package/dist/core/index.mjs +1 -1
  27. package/dist/index.d.mts +2 -2
  28. package/dist/index.d.ts +2 -2
  29. package/dist/index.js +3 -3
  30. package/dist/index.mjs +2 -2
  31. package/dist/{s3.service-DLf_a0xS.d.mts → s3.service-CHOTwfWA.d.mts} +4 -0
  32. package/dist/{s3.service-Cg5TmbU_.d.ts → s3.service-N1g0piXD.d.ts} +4 -0
  33. package/dist/server/index.d.mts +1 -1
  34. package/dist/server/index.d.ts +1 -1
  35. package/dist/server/index.js +3 -3
  36. package/dist/server/index.mjs +1 -1
  37. package/package.json +1 -1
  38. package/src/features/user/components/details/UserContent.tsx +1 -1
  39. package/src/features/user/data/user.service.ts +9 -0
  40. package/dist/chunk-CJY63D6U.js.map +0 -1
  41. package/dist/chunk-WWP32QYC.mjs.map +0 -1
  42. /package/dist/{BlockNoteEditor-TIX3GDVZ.mjs.map → BlockNoteEditor-6FDECIS2.mjs.map} +0 -0
  43. /package/dist/{chunk-ZYAAJMZZ.mjs.map → chunk-WVTBEVAL.mjs.map} +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkCJY63D6Ujs = require('./chunk-CJY63D6U.js');
5
+ var _chunk37KYO2UDjs = require('./chunk-37KYO2UD.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 _chunkCJY63D6Ujs.AbstractService {
193
+ var RbacService = class extends _chunk37KYO2UDjs.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, _chunkCJY63D6Ujs.EndpointCreator)({ endpoint: _chunkCJY63D6Ujs.Modules.Feature }).addAdditionalParam("fetchAll", "true");
198
+ const endpoint = new (0, _chunk37KYO2UDjs.EndpointCreator)({ endpoint: _chunk37KYO2UDjs.Modules.Feature }).addAdditionalParam("fetchAll", "true");
199
199
  return this.callApi({
200
- type: _chunkCJY63D6Ujs.Modules.Feature,
200
+ type: _chunk37KYO2UDjs.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, _chunkCJY63D6Ujs.EndpointCreator)({ endpoint: _chunkCJY63D6Ujs.Modules.Role }).addAdditionalParam("fetchAll", "true");
206
+ const endpoint = new (0, _chunk37KYO2UDjs.EndpointCreator)({ endpoint: _chunk37KYO2UDjs.Modules.Role }).addAdditionalParam("fetchAll", "true");
207
207
  return this.callApi({
208
- type: _chunkCJY63D6Ujs.Modules.Role,
208
+ type: _chunk37KYO2UDjs.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, _chunkCJY63D6Ujs.EndpointCreator)({ endpoint: _chunkCJY63D6Ujs.Modules.PermissionMapping });
214
+ const endpoint = new (0, _chunk37KYO2UDjs.EndpointCreator)({ endpoint: _chunk37KYO2UDjs.Modules.PermissionMapping });
215
215
  return this.callApi({
216
- type: _chunkCJY63D6Ujs.Modules.PermissionMapping,
216
+ type: _chunk37KYO2UDjs.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, _chunkCJY63D6Ujs.EndpointCreator)({ endpoint: _chunkCJY63D6Ujs.Modules.ModulePaths });
222
+ const endpoint = new (0, _chunk37KYO2UDjs.EndpointCreator)({ endpoint: _chunk37KYO2UDjs.Modules.ModulePaths });
223
223
  return this.callApi({
224
- type: _chunkCJY63D6Ujs.Modules.ModulePaths,
224
+ type: _chunk37KYO2UDjs.Modules.ModulePaths,
225
225
  method: "GET" /* GET */,
226
226
  endpoint: endpoint.generate()
227
227
  });
@@ -259,4 +259,4 @@ var RbacService = class extends _chunkCJY63D6Ujs.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-KFIQTY4O.js.map
262
+ //# sourceMappingURL=chunk-WOJIRXIP.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-KFIQTY4O.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-KFIQTY4O.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-WOJIRXIP.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-WOJIRXIP.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"]}
@@ -2,7 +2,7 @@ import {
2
2
  AbstractService,
3
3
  EndpointCreator,
4
4
  Modules
5
- } from "./chunk-RIG2BEXJ.mjs";
5
+ } from "./chunk-IOMDNRX5.mjs";
6
6
  import {
7
7
  setBootstrapper
8
8
  } from "./chunk-BTKJFMFL.mjs";
@@ -259,4 +259,4 @@ export {
259
259
  ACTION_TYPES,
260
260
  RbacService
261
261
  };
262
- //# sourceMappingURL=chunk-ZYAAJMZZ.mjs.map
262
+ //# sourceMappingURL=chunk-WVTBEVAL.mjs.map
@@ -29,7 +29,7 @@
29
29
 
30
30
 
31
31
 
32
- var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
32
+ var _chunkELTHSXBIjs = require('../chunk-ELTHSXBI.js');
33
33
 
34
34
 
35
35
 
@@ -43,7 +43,7 @@ var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
43
43
 
44
44
 
45
45
 
46
- var _chunkKFIQTY4Ojs = require('../chunk-KFIQTY4O.js');
46
+ var _chunkWOJIRXIPjs = require('../chunk-WOJIRXIP.js');
47
47
 
48
48
 
49
49
 
@@ -54,7 +54,7 @@ var _chunkKFIQTY4Ojs = require('../chunk-KFIQTY4O.js');
54
54
 
55
55
 
56
56
 
57
- var _chunkCJY63D6Ujs = require('../chunk-CJY63D6U.js');
57
+ var _chunk37KYO2UDjs = require('../chunk-37KYO2UD.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 = _chunkCJY63D6Ujs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkCJY63D6Ujs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkCJY63D6Ujs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkCJY63D6Ujs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkCJY63D6Ujs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk3BWYWS3Ajs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk3BWYWS3Ajs.TableGeneratorRegistry; exports.configureClientConfig = _chunkKFIQTY4Ojs.configureClientConfig; exports.configureClientJsonApi = _chunkCJY63D6Ujs.configureClientJsonApi; exports.configureI18n = _chunkKFIQTY4Ojs.configureI18n; exports.configureJsonApi = _chunkKFIQTY4Ojs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunk3BWYWS3Ajs.downloadMigrationFile; exports.generateMigrationFile = _chunk3BWYWS3Ajs.generateMigrationFile; exports.getApiUrl = _chunkKFIQTY4Ojs.getApiUrl; exports.getAppUrl = _chunkKFIQTY4Ojs.getAppUrl; exports.getClientApiUrl = _chunkCJY63D6Ujs.getClientApiUrl; exports.getClientAppUrl = _chunkCJY63D6Ujs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkCJY63D6Ujs.getClientTrackablePages; exports.getI18nLink = _chunkKFIQTY4Ojs.getI18nLink; exports.getStripePublishableKey = _chunkKFIQTY4Ojs.getStripePublishableKey; exports.getTrackablePages = _chunkKFIQTY4Ojs.getTrackablePages; exports.registerTableGenerator = _chunk3BWYWS3Ajs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk3BWYWS3Ajs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk3BWYWS3Ajs.useContentTableStructure; exports.useCustomD3Graph = _chunk3BWYWS3Ajs.useCustomD3Graph; exports.useDataListRetriever = _chunk3BWYWS3Ajs.useDataListRetriever; exports.useDebounce = _chunk3BWYWS3Ajs.useDebounce; exports.useI18nDateFnsLocale = _chunkKFIQTY4Ojs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkKFIQTY4Ojs.useI18nLocale; exports.useI18nRouter = _chunkKFIQTY4Ojs.useI18nRouter; exports.useI18nTranslations = _chunkKFIQTY4Ojs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk3BWYWS3Ajs.useJsonApiGet; exports.useJsonApiMutation = _chunk3BWYWS3Ajs.useJsonApiMutation; exports.useNotificationSync = _chunk3BWYWS3Ajs.useNotificationSync; exports.useOAuthClient = _chunk3BWYWS3Ajs.useOAuthClient; exports.useOAuthClients = _chunk3BWYWS3Ajs.useOAuthClients; exports.useOAuthConsent = _chunk3BWYWS3Ajs.useOAuthConsent; exports.usePageTracker = _chunk3BWYWS3Ajs.usePageTracker; exports.usePageUrlGenerator = _chunk3BWYWS3Ajs.usePageUrlGenerator; exports.useRbacState = _chunk3BWYWS3Ajs.useRbacState; exports.useRehydration = _chunk3BWYWS3Ajs.useRehydration; exports.useRehydrationList = _chunk3BWYWS3Ajs.useRehydrationList; exports.useRoleTableStructure = _chunk3BWYWS3Ajs.useRoleTableStructure; exports.useSocket = _chunk3BWYWS3Ajs.useSocket; exports.useSubscriptionStatus = _chunk3BWYWS3Ajs.useSubscriptionStatus; exports.useTableGenerator = _chunk3BWYWS3Ajs.useTableGenerator; exports.useUrlRewriter = _chunk3BWYWS3Ajs.useUrlRewriter; exports.useUserSearch = _chunk3BWYWS3Ajs.useUserSearch; exports.useUserTableStructure = _chunk3BWYWS3Ajs.useUserTableStructure;
126
+ exports.ClientJsonApiDelete = _chunk37KYO2UDjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk37KYO2UDjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk37KYO2UDjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk37KYO2UDjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk37KYO2UDjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkELTHSXBIjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkELTHSXBIjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkWOJIRXIPjs.configureClientConfig; exports.configureClientJsonApi = _chunk37KYO2UDjs.configureClientJsonApi; exports.configureI18n = _chunkWOJIRXIPjs.configureI18n; exports.configureJsonApi = _chunkWOJIRXIPjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunkELTHSXBIjs.downloadMigrationFile; exports.generateMigrationFile = _chunkELTHSXBIjs.generateMigrationFile; exports.getApiUrl = _chunkWOJIRXIPjs.getApiUrl; exports.getAppUrl = _chunkWOJIRXIPjs.getAppUrl; exports.getClientApiUrl = _chunk37KYO2UDjs.getClientApiUrl; exports.getClientAppUrl = _chunk37KYO2UDjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk37KYO2UDjs.getClientTrackablePages; exports.getI18nLink = _chunkWOJIRXIPjs.getI18nLink; exports.getStripePublishableKey = _chunkWOJIRXIPjs.getStripePublishableKey; exports.getTrackablePages = _chunkWOJIRXIPjs.getTrackablePages; exports.registerTableGenerator = _chunkELTHSXBIjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkELTHSXBIjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkELTHSXBIjs.useContentTableStructure; exports.useCustomD3Graph = _chunkELTHSXBIjs.useCustomD3Graph; exports.useDataListRetriever = _chunkELTHSXBIjs.useDataListRetriever; exports.useDebounce = _chunkELTHSXBIjs.useDebounce; exports.useI18nDateFnsLocale = _chunkWOJIRXIPjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkWOJIRXIPjs.useI18nLocale; exports.useI18nRouter = _chunkWOJIRXIPjs.useI18nRouter; exports.useI18nTranslations = _chunkWOJIRXIPjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkELTHSXBIjs.useJsonApiGet; exports.useJsonApiMutation = _chunkELTHSXBIjs.useJsonApiMutation; exports.useNotificationSync = _chunkELTHSXBIjs.useNotificationSync; exports.useOAuthClient = _chunkELTHSXBIjs.useOAuthClient; exports.useOAuthClients = _chunkELTHSXBIjs.useOAuthClients; exports.useOAuthConsent = _chunkELTHSXBIjs.useOAuthConsent; exports.usePageTracker = _chunkELTHSXBIjs.usePageTracker; exports.usePageUrlGenerator = _chunkELTHSXBIjs.usePageUrlGenerator; exports.useRbacState = _chunkELTHSXBIjs.useRbacState; exports.useRehydration = _chunkELTHSXBIjs.useRehydration; exports.useRehydrationList = _chunkELTHSXBIjs.useRehydrationList; exports.useRoleTableStructure = _chunkELTHSXBIjs.useRoleTableStructure; exports.useSocket = _chunkELTHSXBIjs.useSocket; exports.useSubscriptionStatus = _chunkELTHSXBIjs.useSubscriptionStatus; exports.useTableGenerator = _chunkELTHSXBIjs.useTableGenerator; exports.useUrlRewriter = _chunkELTHSXBIjs.useUrlRewriter; exports.useUserSearch = _chunkELTHSXBIjs.useUserSearch; exports.useUserTableStructure = _chunkELTHSXBIjs.useUserTableStructure;
127
127
  //# sourceMappingURL=index.js.map
@@ -28,7 +28,7 @@ import {
28
28
  useUrlRewriter,
29
29
  useUserSearch,
30
30
  useUserTableStructure
31
- } from "../chunk-WWP32QYC.mjs";
31
+ } from "../chunk-H4ZS3R76.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-ZYAAJMZZ.mjs";
45
+ } from "../chunk-WVTBEVAL.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-RIG2BEXJ.mjs";
56
+ } from "../chunk-IOMDNRX5.mjs";
57
57
  import {
58
58
  getClientToken
59
59
  } from "../chunk-AUXK7QSA.mjs";
@@ -433,14 +433,14 @@
433
433
 
434
434
 
435
435
 
436
- var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
437
- require('../chunk-KFIQTY4O.js');
436
+ var _chunkELTHSXBIjs = require('../chunk-ELTHSXBI.js');
437
+ require('../chunk-WOJIRXIP.js');
438
438
 
439
439
 
440
440
 
441
441
 
442
442
 
443
- var _chunkCJY63D6Ujs = require('../chunk-CJY63D6U.js');
443
+ var _chunk37KYO2UDjs = require('../chunk-37KYO2UD.js');
444
444
  require('../chunk-LXKSUWAV.js');
445
445
  require('../chunk-IBS6NI7D.js');
446
446
  require('../chunk-4MN547K7.js');
@@ -891,5 +891,5 @@ require('../chunk-7QVYU63E.js');
891
891
 
892
892
 
893
893
 
894
- exports.AcceptInvitation = _chunk3BWYWS3Ajs.AcceptInvitation; exports.Accordion = _chunk3BWYWS3Ajs.Accordion; exports.AccordionContent = _chunk3BWYWS3Ajs.AccordionContent; exports.AccordionItem = _chunk3BWYWS3Ajs.AccordionItem; exports.AccordionTrigger = _chunk3BWYWS3Ajs.AccordionTrigger; exports.ActivateAccount = _chunk3BWYWS3Ajs.ActivateAccount; exports.AddUserToRole = _chunk3BWYWS3Ajs.AddUserToRole; exports.AdminCompanyContainer = _chunk3BWYWS3Ajs.AdminCompanyContainer; exports.AdminUsersList = _chunk3BWYWS3Ajs.AdminUsersList; exports.Alert = _chunk3BWYWS3Ajs.Alert; exports.AlertAction = _chunk3BWYWS3Ajs.AlertAction; exports.AlertDescription = _chunk3BWYWS3Ajs.AlertDescription; exports.AlertDialog = _chunk3BWYWS3Ajs.AlertDialog; exports.AlertDialogAction = _chunk3BWYWS3Ajs.AlertDialogAction; exports.AlertDialogCancel = _chunk3BWYWS3Ajs.AlertDialogCancel; exports.AlertDialogContent = _chunk3BWYWS3Ajs.AlertDialogContent; exports.AlertDialogDescription = _chunk3BWYWS3Ajs.AlertDialogDescription; exports.AlertDialogFooter = _chunk3BWYWS3Ajs.AlertDialogFooter; exports.AlertDialogHeader = _chunk3BWYWS3Ajs.AlertDialogHeader; exports.AlertDialogMedia = _chunk3BWYWS3Ajs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk3BWYWS3Ajs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk3BWYWS3Ajs.AlertDialogPortal; exports.AlertDialogTitle = _chunk3BWYWS3Ajs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk3BWYWS3Ajs.AlertDialogTrigger; exports.AlertTitle = _chunk3BWYWS3Ajs.AlertTitle; exports.AllUsersListContainer = _chunk3BWYWS3Ajs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk3BWYWS3Ajs.AllowedUsersDetails; exports.AttributeElement = _chunk3BWYWS3Ajs.AttributeElement; exports.AuthContainer = _chunk3BWYWS3Ajs.AuthContainer; exports.Avatar = _chunk3BWYWS3Ajs.Avatar; exports.AvatarBadge = _chunk3BWYWS3Ajs.AvatarBadge; exports.AvatarFallback = _chunk3BWYWS3Ajs.AvatarFallback; exports.AvatarGroup = _chunk3BWYWS3Ajs.AvatarGroup; exports.AvatarGroupCount = _chunk3BWYWS3Ajs.AvatarGroupCount; exports.AvatarImage = _chunk3BWYWS3Ajs.AvatarImage; exports.BackupCodesDialog = _chunk3BWYWS3Ajs.BackupCodesDialog; exports.Badge = _chunk3BWYWS3Ajs.Badge; exports.BlockNoteEditorContainer = _chunk3BWYWS3Ajs.BlockNoteEditorContainer; exports.Board = _chunk3BWYWS3Ajs.KanbanBoard; exports.Breadcrumb = _chunk3BWYWS3Ajs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk3BWYWS3Ajs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk3BWYWS3Ajs.BreadcrumbItem; exports.BreadcrumbLink = _chunk3BWYWS3Ajs.BreadcrumbLink; exports.BreadcrumbList = _chunk3BWYWS3Ajs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk3BWYWS3Ajs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk3BWYWS3Ajs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk3BWYWS3Ajs.BreadcrumbSeparator; exports.Button = _chunk3BWYWS3Ajs.Button; exports.Calendar = _chunk3BWYWS3Ajs.Calendar; exports.CalendarDayButton = _chunk3BWYWS3Ajs.CalendarDayButton; exports.Card = _chunk3BWYWS3Ajs.Card; exports.CardAction = _chunk3BWYWS3Ajs.CardAction; exports.CardContent = _chunk3BWYWS3Ajs.CardContent; exports.CardDescription = _chunk3BWYWS3Ajs.CardDescription; exports.CardFooter = _chunk3BWYWS3Ajs.CardFooter; exports.CardHeader = _chunk3BWYWS3Ajs.CardHeader; exports.CardTitle = _chunk3BWYWS3Ajs.CardTitle; exports.Carousel = _chunk3BWYWS3Ajs.Carousel; exports.CarouselContent = _chunk3BWYWS3Ajs.CarouselContent; exports.CarouselItem = _chunk3BWYWS3Ajs.CarouselItem; exports.CarouselNext = _chunk3BWYWS3Ajs.CarouselNext; exports.CarouselPrevious = _chunk3BWYWS3Ajs.CarouselPrevious; exports.ChartContainer = _chunk3BWYWS3Ajs.ChartContainer; exports.ChartLegend = _chunk3BWYWS3Ajs.ChartLegend; exports.ChartLegendContent = _chunk3BWYWS3Ajs.ChartLegendContent; exports.ChartStyle = _chunk3BWYWS3Ajs.ChartStyle; exports.ChartTooltip = _chunk3BWYWS3Ajs.ChartTooltip; exports.ChartTooltipContent = _chunk3BWYWS3Ajs.ChartTooltipContent; exports.Checkbox = _chunk3BWYWS3Ajs.Checkbox; exports.Collapsible = _chunk3BWYWS3Ajs.Collapsible; exports.CollapsibleContent = _chunk3BWYWS3Ajs.CollapsibleContent; exports.CollapsibleTrigger = _chunk3BWYWS3Ajs.CollapsibleTrigger; exports.Column = _chunk3BWYWS3Ajs.KanbanColumn; exports.ColumnHandle = _chunk3BWYWS3Ajs.KanbanColumnHandle; exports.Combobox = _chunk3BWYWS3Ajs.Combobox; exports.ComboboxChip = _chunk3BWYWS3Ajs.ComboboxChip; exports.ComboboxChips = _chunk3BWYWS3Ajs.ComboboxChips; exports.ComboboxChipsInput = _chunk3BWYWS3Ajs.ComboboxChipsInput; exports.ComboboxCollection = _chunk3BWYWS3Ajs.ComboboxCollection; exports.ComboboxContent = _chunk3BWYWS3Ajs.ComboboxContent; exports.ComboboxEmpty = _chunk3BWYWS3Ajs.ComboboxEmpty; exports.ComboboxGroup = _chunk3BWYWS3Ajs.ComboboxGroup; exports.ComboboxInput = _chunk3BWYWS3Ajs.ComboboxInput; exports.ComboboxItem = _chunk3BWYWS3Ajs.ComboboxItem; exports.ComboboxLabel = _chunk3BWYWS3Ajs.ComboboxLabel; exports.ComboboxList = _chunk3BWYWS3Ajs.ComboboxList; exports.ComboboxSeparator = _chunk3BWYWS3Ajs.ComboboxSeparator; exports.ComboboxTrigger = _chunk3BWYWS3Ajs.ComboboxTrigger; exports.ComboboxValue = _chunk3BWYWS3Ajs.ComboboxValue; exports.Command = _chunk3BWYWS3Ajs.Command; exports.CommandDialog = _chunk3BWYWS3Ajs.CommandDialog; exports.CommandEmpty = _chunk3BWYWS3Ajs.CommandEmpty; exports.CommandGroup = _chunk3BWYWS3Ajs.CommandGroup; exports.CommandInput = _chunk3BWYWS3Ajs.CommandInput; exports.CommandItem = _chunk3BWYWS3Ajs.CommandItem; exports.CommandList = _chunk3BWYWS3Ajs.CommandList; exports.CommandSeparator = _chunk3BWYWS3Ajs.CommandSeparator; exports.CommandShortcut = _chunk3BWYWS3Ajs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk3BWYWS3Ajs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk3BWYWS3Ajs.CommonAssociationTrigger; exports.CommonDeleter = _chunk3BWYWS3Ajs.CommonDeleter; exports.CommonEditorButtons = _chunk3BWYWS3Ajs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk3BWYWS3Ajs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk3BWYWS3Ajs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk3BWYWS3Ajs.CommonEditorTrigger; exports.CompaniesList = _chunk3BWYWS3Ajs.CompaniesList; exports.CompanyConfigurationEditor = _chunk3BWYWS3Ajs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk3BWYWS3Ajs.CompanyContainer; exports.CompanyContent = _chunk3BWYWS3Ajs.CompanyContent; exports.CompanyDeleter = _chunk3BWYWS3Ajs.CompanyDeleter; exports.CompanyDetails = _chunk3BWYWS3Ajs.CompanyDetails; exports.CompanyEditor = _chunk3BWYWS3Ajs.CompanyEditor; exports.CompanyUsersList = _chunk3BWYWS3Ajs.CompanyUsersList; exports.ContentListTable = _chunk3BWYWS3Ajs.ContentListTable; exports.ContentTableSearch = _chunk3BWYWS3Ajs.ContentTableSearch; exports.ContentTitle = _chunk3BWYWS3Ajs.ContentTitle; exports.ContentsList = _chunk3BWYWS3Ajs.ContentsList; exports.ContentsListById = _chunk3BWYWS3Ajs.ContentsListById; exports.ContextMenu = _chunk3BWYWS3Ajs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk3BWYWS3Ajs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk3BWYWS3Ajs.ContextMenuContent; exports.ContextMenuGroup = _chunk3BWYWS3Ajs.ContextMenuGroup; exports.ContextMenuItem = _chunk3BWYWS3Ajs.ContextMenuItem; exports.ContextMenuLabel = _chunk3BWYWS3Ajs.ContextMenuLabel; exports.ContextMenuPortal = _chunk3BWYWS3Ajs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk3BWYWS3Ajs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk3BWYWS3Ajs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk3BWYWS3Ajs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk3BWYWS3Ajs.ContextMenuShortcut; exports.ContextMenuSub = _chunk3BWYWS3Ajs.ContextMenuSub; exports.ContextMenuSubContent = _chunk3BWYWS3Ajs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk3BWYWS3Ajs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk3BWYWS3Ajs.ContextMenuTrigger; exports.ContributorsList = _chunk3BWYWS3Ajs.ContributorsList; exports.Cookies = _chunk3BWYWS3Ajs.Cookies; exports.DatePickerPopover = _chunk3BWYWS3Ajs.DatePickerPopover; exports.DateRangeSelector = _chunk3BWYWS3Ajs.DateRangeSelector; exports.Dialog = _chunk3BWYWS3Ajs.Dialog; exports.DialogClose = _chunk3BWYWS3Ajs.DialogClose; exports.DialogContent = _chunk3BWYWS3Ajs.DialogContent; exports.DialogDescription = _chunk3BWYWS3Ajs.DialogDescription; exports.DialogFooter = _chunk3BWYWS3Ajs.DialogFooter; exports.DialogHeader = _chunk3BWYWS3Ajs.DialogHeader; exports.DialogOverlay = _chunk3BWYWS3Ajs.DialogOverlay; exports.DialogPortal = _chunk3BWYWS3Ajs.DialogPortal; exports.DialogTitle = _chunk3BWYWS3Ajs.DialogTitle; exports.DialogTrigger = _chunk3BWYWS3Ajs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk3BWYWS3Ajs.DisableTwoFactorDialog; exports.Drawer = _chunk3BWYWS3Ajs.Drawer; exports.DrawerClose = _chunk3BWYWS3Ajs.DrawerClose; exports.DrawerContent = _chunk3BWYWS3Ajs.DrawerContent; exports.DrawerDescription = _chunk3BWYWS3Ajs.DrawerDescription; exports.DrawerFooter = _chunk3BWYWS3Ajs.DrawerFooter; exports.DrawerHeader = _chunk3BWYWS3Ajs.DrawerHeader; exports.DrawerOverlay = _chunk3BWYWS3Ajs.DrawerOverlay; exports.DrawerPortal = _chunk3BWYWS3Ajs.DrawerPortal; exports.DrawerTitle = _chunk3BWYWS3Ajs.DrawerTitle; exports.DrawerTrigger = _chunk3BWYWS3Ajs.DrawerTrigger; exports.DropdownMenu = _chunk3BWYWS3Ajs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk3BWYWS3Ajs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk3BWYWS3Ajs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk3BWYWS3Ajs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk3BWYWS3Ajs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk3BWYWS3Ajs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk3BWYWS3Ajs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk3BWYWS3Ajs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk3BWYWS3Ajs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk3BWYWS3Ajs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk3BWYWS3Ajs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk3BWYWS3Ajs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk3BWYWS3Ajs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk3BWYWS3Ajs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk3BWYWS3Ajs.DropdownMenuTrigger; exports.EditableAvatar = _chunk3BWYWS3Ajs.EditableAvatar; exports.EditorSheet = _chunk3BWYWS3Ajs.EditorSheet; exports.EntityAvatar = _chunk3BWYWS3Ajs.EntityAvatar; exports.ErrorDetails = _chunk3BWYWS3Ajs.ErrorDetails; exports.Field = _chunk3BWYWS3Ajs.Field; exports.FieldContent = _chunk3BWYWS3Ajs.FieldContent; exports.FieldDescription = _chunk3BWYWS3Ajs.FieldDescription; exports.FieldError = _chunk3BWYWS3Ajs.FieldError; exports.FieldGroup = _chunk3BWYWS3Ajs.FieldGroup; exports.FieldLabel = _chunk3BWYWS3Ajs.FieldLabel; exports.FieldLegend = _chunk3BWYWS3Ajs.FieldLegend; exports.FieldSeparator = _chunk3BWYWS3Ajs.FieldSeparator; exports.FieldSet = _chunk3BWYWS3Ajs.FieldSet; exports.FieldTitle = _chunk3BWYWS3Ajs.FieldTitle; exports.FileInput = _chunk3BWYWS3Ajs.FileInput; exports.FileUploader = _chunk3BWYWS3Ajs.FileUploader; exports.FileUploaderContent = _chunk3BWYWS3Ajs.FileUploaderContent; exports.FileUploaderItem = _chunk3BWYWS3Ajs.FileUploaderItem; exports.FiscalDataDisplay = _chunk3BWYWS3Ajs.FiscalDataDisplay; exports.ForgotPassword = _chunk3BWYWS3Ajs.ForgotPassword; exports.Form = _chunk3BWYWS3Ajs.Form; exports.FormBlockNote = _chunk3BWYWS3Ajs.FormBlockNote; exports.FormCheckbox = _chunk3BWYWS3Ajs.FormCheckbox; exports.FormDate = _chunk3BWYWS3Ajs.FormDate; exports.FormDateTime = _chunk3BWYWS3Ajs.FormDateTime; exports.FormFeatures = _chunk3BWYWS3Ajs.FormFeatures; exports.FormFieldWrapper = _chunk3BWYWS3Ajs.FormFieldWrapper; exports.FormInput = _chunk3BWYWS3Ajs.FormInput; exports.FormPassword = _chunk3BWYWS3Ajs.FormPassword; exports.FormPlaceAutocomplete = _chunk3BWYWS3Ajs.FormPlaceAutocomplete; exports.FormRoles = _chunk3BWYWS3Ajs.FormRoles; exports.FormSelect = _chunk3BWYWS3Ajs.FormSelect; exports.FormSlider = _chunk3BWYWS3Ajs.FormSlider; exports.FormSwitch = _chunk3BWYWS3Ajs.FormSwitch; exports.FormTextarea = _chunk3BWYWS3Ajs.FormTextarea; exports.GdprConsentCheckbox = _chunk3BWYWS3Ajs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk3BWYWS3Ajs.GdprConsentSection; exports.Header = _chunk3BWYWS3Ajs.Header; exports.HoverCard = _chunk3BWYWS3Ajs.HoverCard; exports.HoverCardContent = _chunk3BWYWS3Ajs.HoverCardContent; exports.HoverCardTrigger = _chunk3BWYWS3Ajs.HoverCardTrigger; exports.Input = _chunk3BWYWS3Ajs.Input; exports.InputGroup = _chunk3BWYWS3Ajs.InputGroup; exports.InputGroupAddon = _chunk3BWYWS3Ajs.InputGroupAddon; exports.InputGroupButton = _chunk3BWYWS3Ajs.InputGroupButton; exports.InputGroupInput = _chunk3BWYWS3Ajs.InputGroupInput; exports.InputGroupText = _chunk3BWYWS3Ajs.InputGroupText; exports.InputGroupTextarea = _chunk3BWYWS3Ajs.InputGroupTextarea; exports.InputOTP = _chunk3BWYWS3Ajs.InputOTP; exports.InputOTPGroup = _chunk3BWYWS3Ajs.InputOTPGroup; exports.InputOTPSeparator = _chunk3BWYWS3Ajs.InputOTPSeparator; exports.InputOTPSlot = _chunk3BWYWS3Ajs.InputOTPSlot; exports.ItalianFiscalData = _chunk3BWYWS3Ajs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk3BWYWS3Ajs.ItalianFiscalDataDisplay; exports.Item = _chunk3BWYWS3Ajs.KanbanItem; exports.ItemHandle = _chunk3BWYWS3Ajs.KanbanItemHandle; exports.Kanban = _chunk3BWYWS3Ajs.KanbanRoot; exports.KanbanBoard = _chunk3BWYWS3Ajs.KanbanBoard; exports.KanbanColumn = _chunk3BWYWS3Ajs.KanbanColumn; exports.KanbanColumnHandle = _chunk3BWYWS3Ajs.KanbanColumnHandle; exports.KanbanItem = _chunk3BWYWS3Ajs.KanbanItem; exports.KanbanItemHandle = _chunk3BWYWS3Ajs.KanbanItemHandle; exports.KanbanOverlay = _chunk3BWYWS3Ajs.KanbanOverlay; exports.Label = _chunk3BWYWS3Ajs.Label; exports.LandingComponent = _chunk3BWYWS3Ajs.LandingComponent; exports.Link = _chunk3BWYWS3Ajs.Link; exports.Login = _chunk3BWYWS3Ajs.Login; exports.Logout = _chunk3BWYWS3Ajs.Logout; exports.ModeToggleSwitch = _chunk3BWYWS3Ajs.ModeToggleSwitch; exports.MultiSelect = _chunk3BWYWS3Ajs.MultiSelect; exports.MultipleSelector = _chunk3BWYWS3Ajs.MultipleSelector; exports.NavigationMenu = _chunk3BWYWS3Ajs.NavigationMenu; exports.NavigationMenuContent = _chunk3BWYWS3Ajs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk3BWYWS3Ajs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk3BWYWS3Ajs.NavigationMenuItem; exports.NavigationMenuLink = _chunk3BWYWS3Ajs.NavigationMenuLink; exports.NavigationMenuList = _chunk3BWYWS3Ajs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk3BWYWS3Ajs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk3BWYWS3Ajs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk3BWYWS3Ajs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk3BWYWS3Ajs.NotificationMenuItem; exports.NotificationModal = _chunk3BWYWS3Ajs.NotificationModal; exports.NotificationToast = _chunk3BWYWS3Ajs.NotificationToast; exports.NotificationsList = _chunk3BWYWS3Ajs.NotificationsList; exports.NotificationsListContainer = _chunk3BWYWS3Ajs.NotificationsListContainer; exports.OAuthClientCard = _chunk3BWYWS3Ajs.OAuthClientCard; exports.OAuthClientDetail = _chunk3BWYWS3Ajs.OAuthClientDetail; exports.OAuthClientForm = _chunk3BWYWS3Ajs.OAuthClientForm; exports.OAuthClientList = _chunk3BWYWS3Ajs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk3BWYWS3Ajs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk3BWYWS3Ajs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk3BWYWS3Ajs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk3BWYWS3Ajs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk3BWYWS3Ajs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk3BWYWS3Ajs.OAuthScopeList; exports.OAuthScopeSelector = _chunk3BWYWS3Ajs.OAuthScopeSelector; exports.OnboardingCard = _chunk3BWYWS3Ajs.OnboardingCard; exports.Overlay = _chunk3BWYWS3Ajs.KanbanOverlay; exports.PageContainer = _chunk3BWYWS3Ajs.PageContainer; exports.PageContainerContentDetails = _chunk3BWYWS3Ajs.PageContainerContentDetails; exports.PageContentContainer = _chunk3BWYWS3Ajs.PageContentContainer; exports.PageSection = _chunk3BWYWS3Ajs.PageSection; exports.PasskeyButton = _chunk3BWYWS3Ajs.PasskeyButton; exports.PasskeyList = _chunk3BWYWS3Ajs.PasskeyList; exports.PasskeySetupDialog = _chunk3BWYWS3Ajs.PasskeySetupDialog; exports.PasswordInput = _chunk3BWYWS3Ajs.PasswordInput; exports.Popover = _chunk3BWYWS3Ajs.Popover; exports.PopoverContent = _chunk3BWYWS3Ajs.PopoverContent; exports.PopoverDescription = _chunk3BWYWS3Ajs.PopoverDescription; exports.PopoverHeader = _chunk3BWYWS3Ajs.PopoverHeader; exports.PopoverTitle = _chunk3BWYWS3Ajs.PopoverTitle; exports.PopoverTrigger = _chunk3BWYWS3Ajs.PopoverTrigger; exports.Progress = _chunk3BWYWS3Ajs.Progress; exports.ProgressIndicator = _chunk3BWYWS3Ajs.ProgressIndicator; exports.ProgressLabel = _chunk3BWYWS3Ajs.ProgressLabel; exports.ProgressTrack = _chunk3BWYWS3Ajs.ProgressTrack; exports.ProgressValue = _chunk3BWYWS3Ajs.ProgressValue; exports.PushNotificationProvider = _chunk3BWYWS3Ajs.PushNotificationProvider; exports.RadioGroup = _chunk3BWYWS3Ajs.RadioGroup; exports.RadioGroupItem = _chunk3BWYWS3Ajs.RadioGroupItem; exports.RbacContainer = _chunk3BWYWS3Ajs.RbacContainer; exports.RbacFeatureSection = _chunk3BWYWS3Ajs.RbacFeatureSection; exports.RbacModuleTable = _chunk3BWYWS3Ajs.RbacModuleTable; exports.RbacPermissionCell = _chunk3BWYWS3Ajs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk3BWYWS3Ajs.RbacPermissionPicker; exports.RbacToolbar = _chunk3BWYWS3Ajs.RbacToolbar; exports.ReactMarkdownContainer = _chunk3BWYWS3Ajs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk3BWYWS3Ajs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk3BWYWS3Ajs.ReferralCodeCapture; exports.ReferralDialog = _chunk3BWYWS3Ajs.ReferralDialog; exports.ReferralWidget = _chunk3BWYWS3Ajs.ReferralWidget; exports.RefreshUser = _chunk3BWYWS3Ajs.RefreshUser; exports.RelevantContentsList = _chunk3BWYWS3Ajs.RelevantContentsList; exports.RelevantUsersList = _chunk3BWYWS3Ajs.RelevantUsersList; exports.RemoveUserFromRole = _chunk3BWYWS3Ajs.RemoveUserFromRole; exports.ResetPassword = _chunk3BWYWS3Ajs.ResetPassword; exports.ResizableHandle = _chunk3BWYWS3Ajs.ResizableHandle; exports.ResizablePanel = _chunk3BWYWS3Ajs.ResizablePanel; exports.ResizablePanelGroup = _chunk3BWYWS3Ajs.ResizablePanelGroup; exports.RoleContainer = _chunk3BWYWS3Ajs.RoleContainer; exports.RoleDetails = _chunk3BWYWS3Ajs.RoleDetails; exports.RoleUsersList = _chunk3BWYWS3Ajs.RoleUsersList; exports.RolesList = _chunk3BWYWS3Ajs.RolesList; exports.Root = _chunk3BWYWS3Ajs.KanbanRoot; exports.RoundPageContainer = _chunk3BWYWS3Ajs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk3BWYWS3Ajs.RoundPageContainerTitle; exports.ScrollArea = _chunk3BWYWS3Ajs.ScrollArea; exports.ScrollBar = _chunk3BWYWS3Ajs.ScrollBar; exports.SecurityContainer = _chunk3BWYWS3Ajs.SecurityContainer; exports.Select = _chunk3BWYWS3Ajs.Select; exports.SelectContent = _chunk3BWYWS3Ajs.SelectContent; exports.SelectGroup = _chunk3BWYWS3Ajs.SelectGroup; exports.SelectItem = _chunk3BWYWS3Ajs.SelectItem; exports.SelectLabel = _chunk3BWYWS3Ajs.SelectLabel; exports.SelectScrollDownButton = _chunk3BWYWS3Ajs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk3BWYWS3Ajs.SelectScrollUpButton; exports.SelectSeparator = _chunk3BWYWS3Ajs.SelectSeparator; exports.SelectTrigger = _chunk3BWYWS3Ajs.SelectTrigger; exports.SelectValue = _chunk3BWYWS3Ajs.SelectValue; exports.Separator = _chunk3BWYWS3Ajs.Separator; exports.Sheet = _chunk3BWYWS3Ajs.Sheet; exports.SheetClose = _chunk3BWYWS3Ajs.SheetClose; exports.SheetContent = _chunk3BWYWS3Ajs.SheetContent; exports.SheetDescription = _chunk3BWYWS3Ajs.SheetDescription; exports.SheetFooter = _chunk3BWYWS3Ajs.SheetFooter; exports.SheetHeader = _chunk3BWYWS3Ajs.SheetHeader; exports.SheetTitle = _chunk3BWYWS3Ajs.SheetTitle; exports.SheetTrigger = _chunk3BWYWS3Ajs.SheetTrigger; exports.Sidebar = _chunk3BWYWS3Ajs.Sidebar; exports.SidebarContent = _chunk3BWYWS3Ajs.SidebarContent; exports.SidebarFooter = _chunk3BWYWS3Ajs.SidebarFooter; exports.SidebarGroup = _chunk3BWYWS3Ajs.SidebarGroup; exports.SidebarGroupAction = _chunk3BWYWS3Ajs.SidebarGroupAction; exports.SidebarGroupContent = _chunk3BWYWS3Ajs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk3BWYWS3Ajs.SidebarGroupLabel; exports.SidebarHeader = _chunk3BWYWS3Ajs.SidebarHeader; exports.SidebarInput = _chunk3BWYWS3Ajs.SidebarInput; exports.SidebarInset = _chunk3BWYWS3Ajs.SidebarInset; exports.SidebarMenu = _chunk3BWYWS3Ajs.SidebarMenu; exports.SidebarMenuAction = _chunk3BWYWS3Ajs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk3BWYWS3Ajs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk3BWYWS3Ajs.SidebarMenuButton; exports.SidebarMenuItem = _chunk3BWYWS3Ajs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk3BWYWS3Ajs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk3BWYWS3Ajs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk3BWYWS3Ajs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk3BWYWS3Ajs.SidebarMenuSubItem; exports.SidebarProvider = _chunk3BWYWS3Ajs.SidebarProvider; exports.SidebarRail = _chunk3BWYWS3Ajs.SidebarRail; exports.SidebarSeparator = _chunk3BWYWS3Ajs.SidebarSeparator; exports.SidebarTrigger = _chunk3BWYWS3Ajs.SidebarTrigger; exports.Skeleton = _chunk3BWYWS3Ajs.Skeleton; exports.Slider = _chunk3BWYWS3Ajs.Slider; exports.Switch = _chunk3BWYWS3Ajs.Switch; exports.Table = _chunk3BWYWS3Ajs.Table; exports.TableBody = _chunk3BWYWS3Ajs.TableBody; exports.TableCaption = _chunk3BWYWS3Ajs.TableCaption; exports.TableCell = _chunk3BWYWS3Ajs.TableCell; exports.TableCellAvatar = _chunk3BWYWS3Ajs.TableCellAvatar; exports.TableFooter = _chunk3BWYWS3Ajs.TableFooter; exports.TableHead = _chunk3BWYWS3Ajs.TableHead; exports.TableHeader = _chunk3BWYWS3Ajs.TableHeader; exports.TableRow = _chunk3BWYWS3Ajs.TableRow; exports.Tabs = _chunk3BWYWS3Ajs.Tabs; exports.TabsContainer = _chunk3BWYWS3Ajs.TabsContainer; exports.TabsContent = _chunk3BWYWS3Ajs.TabsContent; exports.TabsList = _chunk3BWYWS3Ajs.TabsList; exports.TabsTrigger = _chunk3BWYWS3Ajs.TabsTrigger; exports.Textarea = _chunk3BWYWS3Ajs.Textarea; exports.Toaster = _chunk3BWYWS3Ajs.Toaster; exports.Toggle = _chunk3BWYWS3Ajs.Toggle; exports.TokenStatusIndicator = _chunk3BWYWS3Ajs.TokenStatusIndicator; exports.Tooltip = _chunk3BWYWS3Ajs.Tooltip; exports.TooltipContent = _chunk3BWYWS3Ajs.TooltipContent; exports.TooltipProvider = _chunk3BWYWS3Ajs.TooltipProvider; exports.TooltipTrigger = _chunk3BWYWS3Ajs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk3BWYWS3Ajs.TotpAuthenticatorList; exports.TotpInput = _chunk3BWYWS3Ajs.TotpInput; exports.TotpSetupDialog = _chunk3BWYWS3Ajs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk3BWYWS3Ajs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk3BWYWS3Ajs.TwoFactorSettings; exports.UserAvatar = _chunk3BWYWS3Ajs.UserAvatar; exports.UserAvatarEditor = _chunk3BWYWS3Ajs.UserAvatarEditor; exports.UserAvatarList = _chunk3BWYWS3Ajs.UserAvatarList; exports.UserContainer = _chunk3BWYWS3Ajs.UserContainer; exports.UserContent = _chunk3BWYWS3Ajs.UserContent; exports.UserDeleter = _chunk3BWYWS3Ajs.UserDeleter; exports.UserEditor = _chunk3BWYWS3Ajs.UserEditor; exports.UserIndexContainer = _chunk3BWYWS3Ajs.UserIndexContainer; exports.UserIndexDetails = _chunk3BWYWS3Ajs.UserIndexDetails; exports.UserListInAdd = _chunk3BWYWS3Ajs.UserListInAdd; exports.UserMultiSelect = _chunk3BWYWS3Ajs.UserMultiSelect; exports.UserReactivator = _chunk3BWYWS3Ajs.UserReactivator; exports.UserResentInvitationEmail = _chunk3BWYWS3Ajs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk3BWYWS3Ajs.UserRoleAdd; exports.UserRolesList = _chunk3BWYWS3Ajs.UserRolesList; exports.UserSelector = _chunk3BWYWS3Ajs.UserSelector; exports.UserStanadaloneDetails = _chunk3BWYWS3Ajs.UserStanadaloneDetails; exports.UsersList = _chunk3BWYWS3Ajs.UsersList; exports.UsersListByContentIds = _chunk3BWYWS3Ajs.UsersListByContentIds; exports.UsersListContainer = _chunk3BWYWS3Ajs.UsersListContainer; exports.WaitlistConfirmation = _chunk3BWYWS3Ajs.WaitlistConfirmation; exports.WaitlistForm = _chunk3BWYWS3Ajs.WaitlistForm; exports.WaitlistHeroSection = _chunk3BWYWS3Ajs.WaitlistHeroSection; exports.WaitlistList = _chunk3BWYWS3Ajs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk3BWYWS3Ajs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk3BWYWS3Ajs.WaitlistSuccessState; exports.badgeVariants = _chunk3BWYWS3Ajs.badgeVariants; exports.buttonVariants = _chunk3BWYWS3Ajs.buttonVariants; exports.cellComponent = _chunk3BWYWS3Ajs.cellComponent; exports.cellDate = _chunk3BWYWS3Ajs.cellDate; exports.cellId = _chunk3BWYWS3Ajs.cellId; exports.cellLink = _chunk3BWYWS3Ajs.cellLink; exports.cellUrl = _chunk3BWYWS3Ajs.cellUrl; exports.errorToast = _chunk3BWYWS3Ajs.errorToast; exports.generateNotificationData = _chunk3BWYWS3Ajs.generateNotificationData; exports.getIcon = _chunkCJY63D6Ujs.getIcon; exports.getIconByModule = _chunkCJY63D6Ujs.getIconByModule; exports.getIconByModuleName = _chunkCJY63D6Ujs.getIconByModuleName; exports.getInitials = _chunkCJY63D6Ujs.getInitials; exports.navigationMenuTriggerStyle = _chunk3BWYWS3Ajs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk3BWYWS3Ajs.parseFiscalData; exports.tabsListVariants = _chunk3BWYWS3Ajs.tabsListVariants; exports.toggleVariants = _chunk3BWYWS3Ajs.toggleVariants; exports.triggerAssociationToast = _chunk3BWYWS3Ajs.triggerAssociationToast; exports.useCarousel = _chunk3BWYWS3Ajs.useCarousel; exports.useComboboxAnchor = _chunk3BWYWS3Ajs.useComboboxAnchor; exports.useDebounce = _chunk3BWYWS3Ajs.useDebounce2; exports.useEditorDialog = _chunk3BWYWS3Ajs.useEditorDialog; exports.useFileUpload = _chunk3BWYWS3Ajs.useFileUpload; exports.useSidebar = _chunk3BWYWS3Ajs.useSidebar;
894
+ exports.AcceptInvitation = _chunkELTHSXBIjs.AcceptInvitation; exports.Accordion = _chunkELTHSXBIjs.Accordion; exports.AccordionContent = _chunkELTHSXBIjs.AccordionContent; exports.AccordionItem = _chunkELTHSXBIjs.AccordionItem; exports.AccordionTrigger = _chunkELTHSXBIjs.AccordionTrigger; exports.ActivateAccount = _chunkELTHSXBIjs.ActivateAccount; exports.AddUserToRole = _chunkELTHSXBIjs.AddUserToRole; exports.AdminCompanyContainer = _chunkELTHSXBIjs.AdminCompanyContainer; exports.AdminUsersList = _chunkELTHSXBIjs.AdminUsersList; exports.Alert = _chunkELTHSXBIjs.Alert; exports.AlertAction = _chunkELTHSXBIjs.AlertAction; exports.AlertDescription = _chunkELTHSXBIjs.AlertDescription; exports.AlertDialog = _chunkELTHSXBIjs.AlertDialog; exports.AlertDialogAction = _chunkELTHSXBIjs.AlertDialogAction; exports.AlertDialogCancel = _chunkELTHSXBIjs.AlertDialogCancel; exports.AlertDialogContent = _chunkELTHSXBIjs.AlertDialogContent; exports.AlertDialogDescription = _chunkELTHSXBIjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkELTHSXBIjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkELTHSXBIjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkELTHSXBIjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkELTHSXBIjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkELTHSXBIjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkELTHSXBIjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkELTHSXBIjs.AlertDialogTrigger; exports.AlertTitle = _chunkELTHSXBIjs.AlertTitle; exports.AllUsersListContainer = _chunkELTHSXBIjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkELTHSXBIjs.AllowedUsersDetails; exports.AttributeElement = _chunkELTHSXBIjs.AttributeElement; exports.AuthContainer = _chunkELTHSXBIjs.AuthContainer; exports.Avatar = _chunkELTHSXBIjs.Avatar; exports.AvatarBadge = _chunkELTHSXBIjs.AvatarBadge; exports.AvatarFallback = _chunkELTHSXBIjs.AvatarFallback; exports.AvatarGroup = _chunkELTHSXBIjs.AvatarGroup; exports.AvatarGroupCount = _chunkELTHSXBIjs.AvatarGroupCount; exports.AvatarImage = _chunkELTHSXBIjs.AvatarImage; exports.BackupCodesDialog = _chunkELTHSXBIjs.BackupCodesDialog; exports.Badge = _chunkELTHSXBIjs.Badge; exports.BlockNoteEditorContainer = _chunkELTHSXBIjs.BlockNoteEditorContainer; exports.Board = _chunkELTHSXBIjs.KanbanBoard; exports.Breadcrumb = _chunkELTHSXBIjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkELTHSXBIjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkELTHSXBIjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkELTHSXBIjs.BreadcrumbLink; exports.BreadcrumbList = _chunkELTHSXBIjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkELTHSXBIjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkELTHSXBIjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkELTHSXBIjs.BreadcrumbSeparator; exports.Button = _chunkELTHSXBIjs.Button; exports.Calendar = _chunkELTHSXBIjs.Calendar; exports.CalendarDayButton = _chunkELTHSXBIjs.CalendarDayButton; exports.Card = _chunkELTHSXBIjs.Card; exports.CardAction = _chunkELTHSXBIjs.CardAction; exports.CardContent = _chunkELTHSXBIjs.CardContent; exports.CardDescription = _chunkELTHSXBIjs.CardDescription; exports.CardFooter = _chunkELTHSXBIjs.CardFooter; exports.CardHeader = _chunkELTHSXBIjs.CardHeader; exports.CardTitle = _chunkELTHSXBIjs.CardTitle; exports.Carousel = _chunkELTHSXBIjs.Carousel; exports.CarouselContent = _chunkELTHSXBIjs.CarouselContent; exports.CarouselItem = _chunkELTHSXBIjs.CarouselItem; exports.CarouselNext = _chunkELTHSXBIjs.CarouselNext; exports.CarouselPrevious = _chunkELTHSXBIjs.CarouselPrevious; exports.ChartContainer = _chunkELTHSXBIjs.ChartContainer; exports.ChartLegend = _chunkELTHSXBIjs.ChartLegend; exports.ChartLegendContent = _chunkELTHSXBIjs.ChartLegendContent; exports.ChartStyle = _chunkELTHSXBIjs.ChartStyle; exports.ChartTooltip = _chunkELTHSXBIjs.ChartTooltip; exports.ChartTooltipContent = _chunkELTHSXBIjs.ChartTooltipContent; exports.Checkbox = _chunkELTHSXBIjs.Checkbox; exports.Collapsible = _chunkELTHSXBIjs.Collapsible; exports.CollapsibleContent = _chunkELTHSXBIjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkELTHSXBIjs.CollapsibleTrigger; exports.Column = _chunkELTHSXBIjs.KanbanColumn; exports.ColumnHandle = _chunkELTHSXBIjs.KanbanColumnHandle; exports.Combobox = _chunkELTHSXBIjs.Combobox; exports.ComboboxChip = _chunkELTHSXBIjs.ComboboxChip; exports.ComboboxChips = _chunkELTHSXBIjs.ComboboxChips; exports.ComboboxChipsInput = _chunkELTHSXBIjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkELTHSXBIjs.ComboboxCollection; exports.ComboboxContent = _chunkELTHSXBIjs.ComboboxContent; exports.ComboboxEmpty = _chunkELTHSXBIjs.ComboboxEmpty; exports.ComboboxGroup = _chunkELTHSXBIjs.ComboboxGroup; exports.ComboboxInput = _chunkELTHSXBIjs.ComboboxInput; exports.ComboboxItem = _chunkELTHSXBIjs.ComboboxItem; exports.ComboboxLabel = _chunkELTHSXBIjs.ComboboxLabel; exports.ComboboxList = _chunkELTHSXBIjs.ComboboxList; exports.ComboboxSeparator = _chunkELTHSXBIjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkELTHSXBIjs.ComboboxTrigger; exports.ComboboxValue = _chunkELTHSXBIjs.ComboboxValue; exports.Command = _chunkELTHSXBIjs.Command; exports.CommandDialog = _chunkELTHSXBIjs.CommandDialog; exports.CommandEmpty = _chunkELTHSXBIjs.CommandEmpty; exports.CommandGroup = _chunkELTHSXBIjs.CommandGroup; exports.CommandInput = _chunkELTHSXBIjs.CommandInput; exports.CommandItem = _chunkELTHSXBIjs.CommandItem; exports.CommandList = _chunkELTHSXBIjs.CommandList; exports.CommandSeparator = _chunkELTHSXBIjs.CommandSeparator; exports.CommandShortcut = _chunkELTHSXBIjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkELTHSXBIjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkELTHSXBIjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkELTHSXBIjs.CommonDeleter; exports.CommonEditorButtons = _chunkELTHSXBIjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkELTHSXBIjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkELTHSXBIjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkELTHSXBIjs.CommonEditorTrigger; exports.CompaniesList = _chunkELTHSXBIjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkELTHSXBIjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkELTHSXBIjs.CompanyContainer; exports.CompanyContent = _chunkELTHSXBIjs.CompanyContent; exports.CompanyDeleter = _chunkELTHSXBIjs.CompanyDeleter; exports.CompanyDetails = _chunkELTHSXBIjs.CompanyDetails; exports.CompanyEditor = _chunkELTHSXBIjs.CompanyEditor; exports.CompanyUsersList = _chunkELTHSXBIjs.CompanyUsersList; exports.ContentListTable = _chunkELTHSXBIjs.ContentListTable; exports.ContentTableSearch = _chunkELTHSXBIjs.ContentTableSearch; exports.ContentTitle = _chunkELTHSXBIjs.ContentTitle; exports.ContentsList = _chunkELTHSXBIjs.ContentsList; exports.ContentsListById = _chunkELTHSXBIjs.ContentsListById; exports.ContextMenu = _chunkELTHSXBIjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkELTHSXBIjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkELTHSXBIjs.ContextMenuContent; exports.ContextMenuGroup = _chunkELTHSXBIjs.ContextMenuGroup; exports.ContextMenuItem = _chunkELTHSXBIjs.ContextMenuItem; exports.ContextMenuLabel = _chunkELTHSXBIjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkELTHSXBIjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkELTHSXBIjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkELTHSXBIjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkELTHSXBIjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkELTHSXBIjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkELTHSXBIjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkELTHSXBIjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkELTHSXBIjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkELTHSXBIjs.ContextMenuTrigger; exports.ContributorsList = _chunkELTHSXBIjs.ContributorsList; exports.Cookies = _chunkELTHSXBIjs.Cookies; exports.DatePickerPopover = _chunkELTHSXBIjs.DatePickerPopover; exports.DateRangeSelector = _chunkELTHSXBIjs.DateRangeSelector; exports.Dialog = _chunkELTHSXBIjs.Dialog; exports.DialogClose = _chunkELTHSXBIjs.DialogClose; exports.DialogContent = _chunkELTHSXBIjs.DialogContent; exports.DialogDescription = _chunkELTHSXBIjs.DialogDescription; exports.DialogFooter = _chunkELTHSXBIjs.DialogFooter; exports.DialogHeader = _chunkELTHSXBIjs.DialogHeader; exports.DialogOverlay = _chunkELTHSXBIjs.DialogOverlay; exports.DialogPortal = _chunkELTHSXBIjs.DialogPortal; exports.DialogTitle = _chunkELTHSXBIjs.DialogTitle; exports.DialogTrigger = _chunkELTHSXBIjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkELTHSXBIjs.DisableTwoFactorDialog; exports.Drawer = _chunkELTHSXBIjs.Drawer; exports.DrawerClose = _chunkELTHSXBIjs.DrawerClose; exports.DrawerContent = _chunkELTHSXBIjs.DrawerContent; exports.DrawerDescription = _chunkELTHSXBIjs.DrawerDescription; exports.DrawerFooter = _chunkELTHSXBIjs.DrawerFooter; exports.DrawerHeader = _chunkELTHSXBIjs.DrawerHeader; exports.DrawerOverlay = _chunkELTHSXBIjs.DrawerOverlay; exports.DrawerPortal = _chunkELTHSXBIjs.DrawerPortal; exports.DrawerTitle = _chunkELTHSXBIjs.DrawerTitle; exports.DrawerTrigger = _chunkELTHSXBIjs.DrawerTrigger; exports.DropdownMenu = _chunkELTHSXBIjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkELTHSXBIjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkELTHSXBIjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkELTHSXBIjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkELTHSXBIjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkELTHSXBIjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkELTHSXBIjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkELTHSXBIjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkELTHSXBIjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkELTHSXBIjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkELTHSXBIjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkELTHSXBIjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkELTHSXBIjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkELTHSXBIjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkELTHSXBIjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkELTHSXBIjs.EditableAvatar; exports.EditorSheet = _chunkELTHSXBIjs.EditorSheet; exports.EntityAvatar = _chunkELTHSXBIjs.EntityAvatar; exports.ErrorDetails = _chunkELTHSXBIjs.ErrorDetails; exports.Field = _chunkELTHSXBIjs.Field; exports.FieldContent = _chunkELTHSXBIjs.FieldContent; exports.FieldDescription = _chunkELTHSXBIjs.FieldDescription; exports.FieldError = _chunkELTHSXBIjs.FieldError; exports.FieldGroup = _chunkELTHSXBIjs.FieldGroup; exports.FieldLabel = _chunkELTHSXBIjs.FieldLabel; exports.FieldLegend = _chunkELTHSXBIjs.FieldLegend; exports.FieldSeparator = _chunkELTHSXBIjs.FieldSeparator; exports.FieldSet = _chunkELTHSXBIjs.FieldSet; exports.FieldTitle = _chunkELTHSXBIjs.FieldTitle; exports.FileInput = _chunkELTHSXBIjs.FileInput; exports.FileUploader = _chunkELTHSXBIjs.FileUploader; exports.FileUploaderContent = _chunkELTHSXBIjs.FileUploaderContent; exports.FileUploaderItem = _chunkELTHSXBIjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkELTHSXBIjs.FiscalDataDisplay; exports.ForgotPassword = _chunkELTHSXBIjs.ForgotPassword; exports.Form = _chunkELTHSXBIjs.Form; exports.FormBlockNote = _chunkELTHSXBIjs.FormBlockNote; exports.FormCheckbox = _chunkELTHSXBIjs.FormCheckbox; exports.FormDate = _chunkELTHSXBIjs.FormDate; exports.FormDateTime = _chunkELTHSXBIjs.FormDateTime; exports.FormFeatures = _chunkELTHSXBIjs.FormFeatures; exports.FormFieldWrapper = _chunkELTHSXBIjs.FormFieldWrapper; exports.FormInput = _chunkELTHSXBIjs.FormInput; exports.FormPassword = _chunkELTHSXBIjs.FormPassword; exports.FormPlaceAutocomplete = _chunkELTHSXBIjs.FormPlaceAutocomplete; exports.FormRoles = _chunkELTHSXBIjs.FormRoles; exports.FormSelect = _chunkELTHSXBIjs.FormSelect; exports.FormSlider = _chunkELTHSXBIjs.FormSlider; exports.FormSwitch = _chunkELTHSXBIjs.FormSwitch; exports.FormTextarea = _chunkELTHSXBIjs.FormTextarea; exports.GdprConsentCheckbox = _chunkELTHSXBIjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkELTHSXBIjs.GdprConsentSection; exports.Header = _chunkELTHSXBIjs.Header; exports.HoverCard = _chunkELTHSXBIjs.HoverCard; exports.HoverCardContent = _chunkELTHSXBIjs.HoverCardContent; exports.HoverCardTrigger = _chunkELTHSXBIjs.HoverCardTrigger; exports.Input = _chunkELTHSXBIjs.Input; exports.InputGroup = _chunkELTHSXBIjs.InputGroup; exports.InputGroupAddon = _chunkELTHSXBIjs.InputGroupAddon; exports.InputGroupButton = _chunkELTHSXBIjs.InputGroupButton; exports.InputGroupInput = _chunkELTHSXBIjs.InputGroupInput; exports.InputGroupText = _chunkELTHSXBIjs.InputGroupText; exports.InputGroupTextarea = _chunkELTHSXBIjs.InputGroupTextarea; exports.InputOTP = _chunkELTHSXBIjs.InputOTP; exports.InputOTPGroup = _chunkELTHSXBIjs.InputOTPGroup; exports.InputOTPSeparator = _chunkELTHSXBIjs.InputOTPSeparator; exports.InputOTPSlot = _chunkELTHSXBIjs.InputOTPSlot; exports.ItalianFiscalData = _chunkELTHSXBIjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkELTHSXBIjs.ItalianFiscalDataDisplay; exports.Item = _chunkELTHSXBIjs.KanbanItem; exports.ItemHandle = _chunkELTHSXBIjs.KanbanItemHandle; exports.Kanban = _chunkELTHSXBIjs.KanbanRoot; exports.KanbanBoard = _chunkELTHSXBIjs.KanbanBoard; exports.KanbanColumn = _chunkELTHSXBIjs.KanbanColumn; exports.KanbanColumnHandle = _chunkELTHSXBIjs.KanbanColumnHandle; exports.KanbanItem = _chunkELTHSXBIjs.KanbanItem; exports.KanbanItemHandle = _chunkELTHSXBIjs.KanbanItemHandle; exports.KanbanOverlay = _chunkELTHSXBIjs.KanbanOverlay; exports.Label = _chunkELTHSXBIjs.Label; exports.LandingComponent = _chunkELTHSXBIjs.LandingComponent; exports.Link = _chunkELTHSXBIjs.Link; exports.Login = _chunkELTHSXBIjs.Login; exports.Logout = _chunkELTHSXBIjs.Logout; exports.ModeToggleSwitch = _chunkELTHSXBIjs.ModeToggleSwitch; exports.MultiSelect = _chunkELTHSXBIjs.MultiSelect; exports.MultipleSelector = _chunkELTHSXBIjs.MultipleSelector; exports.NavigationMenu = _chunkELTHSXBIjs.NavigationMenu; exports.NavigationMenuContent = _chunkELTHSXBIjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkELTHSXBIjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkELTHSXBIjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkELTHSXBIjs.NavigationMenuLink; exports.NavigationMenuList = _chunkELTHSXBIjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkELTHSXBIjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkELTHSXBIjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkELTHSXBIjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkELTHSXBIjs.NotificationMenuItem; exports.NotificationModal = _chunkELTHSXBIjs.NotificationModal; exports.NotificationToast = _chunkELTHSXBIjs.NotificationToast; exports.NotificationsList = _chunkELTHSXBIjs.NotificationsList; exports.NotificationsListContainer = _chunkELTHSXBIjs.NotificationsListContainer; exports.OAuthClientCard = _chunkELTHSXBIjs.OAuthClientCard; exports.OAuthClientDetail = _chunkELTHSXBIjs.OAuthClientDetail; exports.OAuthClientForm = _chunkELTHSXBIjs.OAuthClientForm; exports.OAuthClientList = _chunkELTHSXBIjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkELTHSXBIjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkELTHSXBIjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkELTHSXBIjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkELTHSXBIjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkELTHSXBIjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkELTHSXBIjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkELTHSXBIjs.OAuthScopeSelector; exports.OnboardingCard = _chunkELTHSXBIjs.OnboardingCard; exports.Overlay = _chunkELTHSXBIjs.KanbanOverlay; exports.PageContainer = _chunkELTHSXBIjs.PageContainer; exports.PageContainerContentDetails = _chunkELTHSXBIjs.PageContainerContentDetails; exports.PageContentContainer = _chunkELTHSXBIjs.PageContentContainer; exports.PageSection = _chunkELTHSXBIjs.PageSection; exports.PasskeyButton = _chunkELTHSXBIjs.PasskeyButton; exports.PasskeyList = _chunkELTHSXBIjs.PasskeyList; exports.PasskeySetupDialog = _chunkELTHSXBIjs.PasskeySetupDialog; exports.PasswordInput = _chunkELTHSXBIjs.PasswordInput; exports.Popover = _chunkELTHSXBIjs.Popover; exports.PopoverContent = _chunkELTHSXBIjs.PopoverContent; exports.PopoverDescription = _chunkELTHSXBIjs.PopoverDescription; exports.PopoverHeader = _chunkELTHSXBIjs.PopoverHeader; exports.PopoverTitle = _chunkELTHSXBIjs.PopoverTitle; exports.PopoverTrigger = _chunkELTHSXBIjs.PopoverTrigger; exports.Progress = _chunkELTHSXBIjs.Progress; exports.ProgressIndicator = _chunkELTHSXBIjs.ProgressIndicator; exports.ProgressLabel = _chunkELTHSXBIjs.ProgressLabel; exports.ProgressTrack = _chunkELTHSXBIjs.ProgressTrack; exports.ProgressValue = _chunkELTHSXBIjs.ProgressValue; exports.PushNotificationProvider = _chunkELTHSXBIjs.PushNotificationProvider; exports.RadioGroup = _chunkELTHSXBIjs.RadioGroup; exports.RadioGroupItem = _chunkELTHSXBIjs.RadioGroupItem; exports.RbacContainer = _chunkELTHSXBIjs.RbacContainer; exports.RbacFeatureSection = _chunkELTHSXBIjs.RbacFeatureSection; exports.RbacModuleTable = _chunkELTHSXBIjs.RbacModuleTable; exports.RbacPermissionCell = _chunkELTHSXBIjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkELTHSXBIjs.RbacPermissionPicker; exports.RbacToolbar = _chunkELTHSXBIjs.RbacToolbar; exports.ReactMarkdownContainer = _chunkELTHSXBIjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkELTHSXBIjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkELTHSXBIjs.ReferralCodeCapture; exports.ReferralDialog = _chunkELTHSXBIjs.ReferralDialog; exports.ReferralWidget = _chunkELTHSXBIjs.ReferralWidget; exports.RefreshUser = _chunkELTHSXBIjs.RefreshUser; exports.RelevantContentsList = _chunkELTHSXBIjs.RelevantContentsList; exports.RelevantUsersList = _chunkELTHSXBIjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkELTHSXBIjs.RemoveUserFromRole; exports.ResetPassword = _chunkELTHSXBIjs.ResetPassword; exports.ResizableHandle = _chunkELTHSXBIjs.ResizableHandle; exports.ResizablePanel = _chunkELTHSXBIjs.ResizablePanel; exports.ResizablePanelGroup = _chunkELTHSXBIjs.ResizablePanelGroup; exports.RoleContainer = _chunkELTHSXBIjs.RoleContainer; exports.RoleDetails = _chunkELTHSXBIjs.RoleDetails; exports.RoleUsersList = _chunkELTHSXBIjs.RoleUsersList; exports.RolesList = _chunkELTHSXBIjs.RolesList; exports.Root = _chunkELTHSXBIjs.KanbanRoot; exports.RoundPageContainer = _chunkELTHSXBIjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkELTHSXBIjs.RoundPageContainerTitle; exports.ScrollArea = _chunkELTHSXBIjs.ScrollArea; exports.ScrollBar = _chunkELTHSXBIjs.ScrollBar; exports.SecurityContainer = _chunkELTHSXBIjs.SecurityContainer; exports.Select = _chunkELTHSXBIjs.Select; exports.SelectContent = _chunkELTHSXBIjs.SelectContent; exports.SelectGroup = _chunkELTHSXBIjs.SelectGroup; exports.SelectItem = _chunkELTHSXBIjs.SelectItem; exports.SelectLabel = _chunkELTHSXBIjs.SelectLabel; exports.SelectScrollDownButton = _chunkELTHSXBIjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkELTHSXBIjs.SelectScrollUpButton; exports.SelectSeparator = _chunkELTHSXBIjs.SelectSeparator; exports.SelectTrigger = _chunkELTHSXBIjs.SelectTrigger; exports.SelectValue = _chunkELTHSXBIjs.SelectValue; exports.Separator = _chunkELTHSXBIjs.Separator; exports.Sheet = _chunkELTHSXBIjs.Sheet; exports.SheetClose = _chunkELTHSXBIjs.SheetClose; exports.SheetContent = _chunkELTHSXBIjs.SheetContent; exports.SheetDescription = _chunkELTHSXBIjs.SheetDescription; exports.SheetFooter = _chunkELTHSXBIjs.SheetFooter; exports.SheetHeader = _chunkELTHSXBIjs.SheetHeader; exports.SheetTitle = _chunkELTHSXBIjs.SheetTitle; exports.SheetTrigger = _chunkELTHSXBIjs.SheetTrigger; exports.Sidebar = _chunkELTHSXBIjs.Sidebar; exports.SidebarContent = _chunkELTHSXBIjs.SidebarContent; exports.SidebarFooter = _chunkELTHSXBIjs.SidebarFooter; exports.SidebarGroup = _chunkELTHSXBIjs.SidebarGroup; exports.SidebarGroupAction = _chunkELTHSXBIjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkELTHSXBIjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkELTHSXBIjs.SidebarGroupLabel; exports.SidebarHeader = _chunkELTHSXBIjs.SidebarHeader; exports.SidebarInput = _chunkELTHSXBIjs.SidebarInput; exports.SidebarInset = _chunkELTHSXBIjs.SidebarInset; exports.SidebarMenu = _chunkELTHSXBIjs.SidebarMenu; exports.SidebarMenuAction = _chunkELTHSXBIjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkELTHSXBIjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkELTHSXBIjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkELTHSXBIjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkELTHSXBIjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkELTHSXBIjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkELTHSXBIjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkELTHSXBIjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkELTHSXBIjs.SidebarProvider; exports.SidebarRail = _chunkELTHSXBIjs.SidebarRail; exports.SidebarSeparator = _chunkELTHSXBIjs.SidebarSeparator; exports.SidebarTrigger = _chunkELTHSXBIjs.SidebarTrigger; exports.Skeleton = _chunkELTHSXBIjs.Skeleton; exports.Slider = _chunkELTHSXBIjs.Slider; exports.Switch = _chunkELTHSXBIjs.Switch; exports.Table = _chunkELTHSXBIjs.Table; exports.TableBody = _chunkELTHSXBIjs.TableBody; exports.TableCaption = _chunkELTHSXBIjs.TableCaption; exports.TableCell = _chunkELTHSXBIjs.TableCell; exports.TableCellAvatar = _chunkELTHSXBIjs.TableCellAvatar; exports.TableFooter = _chunkELTHSXBIjs.TableFooter; exports.TableHead = _chunkELTHSXBIjs.TableHead; exports.TableHeader = _chunkELTHSXBIjs.TableHeader; exports.TableRow = _chunkELTHSXBIjs.TableRow; exports.Tabs = _chunkELTHSXBIjs.Tabs; exports.TabsContainer = _chunkELTHSXBIjs.TabsContainer; exports.TabsContent = _chunkELTHSXBIjs.TabsContent; exports.TabsList = _chunkELTHSXBIjs.TabsList; exports.TabsTrigger = _chunkELTHSXBIjs.TabsTrigger; exports.Textarea = _chunkELTHSXBIjs.Textarea; exports.Toaster = _chunkELTHSXBIjs.Toaster; exports.Toggle = _chunkELTHSXBIjs.Toggle; exports.TokenStatusIndicator = _chunkELTHSXBIjs.TokenStatusIndicator; exports.Tooltip = _chunkELTHSXBIjs.Tooltip; exports.TooltipContent = _chunkELTHSXBIjs.TooltipContent; exports.TooltipProvider = _chunkELTHSXBIjs.TooltipProvider; exports.TooltipTrigger = _chunkELTHSXBIjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkELTHSXBIjs.TotpAuthenticatorList; exports.TotpInput = _chunkELTHSXBIjs.TotpInput; exports.TotpSetupDialog = _chunkELTHSXBIjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkELTHSXBIjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkELTHSXBIjs.TwoFactorSettings; exports.UserAvatar = _chunkELTHSXBIjs.UserAvatar; exports.UserAvatarEditor = _chunkELTHSXBIjs.UserAvatarEditor; exports.UserAvatarList = _chunkELTHSXBIjs.UserAvatarList; exports.UserContainer = _chunkELTHSXBIjs.UserContainer; exports.UserContent = _chunkELTHSXBIjs.UserContent; exports.UserDeleter = _chunkELTHSXBIjs.UserDeleter; exports.UserEditor = _chunkELTHSXBIjs.UserEditor; exports.UserIndexContainer = _chunkELTHSXBIjs.UserIndexContainer; exports.UserIndexDetails = _chunkELTHSXBIjs.UserIndexDetails; exports.UserListInAdd = _chunkELTHSXBIjs.UserListInAdd; exports.UserMultiSelect = _chunkELTHSXBIjs.UserMultiSelect; exports.UserReactivator = _chunkELTHSXBIjs.UserReactivator; exports.UserResentInvitationEmail = _chunkELTHSXBIjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkELTHSXBIjs.UserRoleAdd; exports.UserRolesList = _chunkELTHSXBIjs.UserRolesList; exports.UserSelector = _chunkELTHSXBIjs.UserSelector; exports.UserStanadaloneDetails = _chunkELTHSXBIjs.UserStanadaloneDetails; exports.UsersList = _chunkELTHSXBIjs.UsersList; exports.UsersListByContentIds = _chunkELTHSXBIjs.UsersListByContentIds; exports.UsersListContainer = _chunkELTHSXBIjs.UsersListContainer; exports.WaitlistConfirmation = _chunkELTHSXBIjs.WaitlistConfirmation; exports.WaitlistForm = _chunkELTHSXBIjs.WaitlistForm; exports.WaitlistHeroSection = _chunkELTHSXBIjs.WaitlistHeroSection; exports.WaitlistList = _chunkELTHSXBIjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkELTHSXBIjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkELTHSXBIjs.WaitlistSuccessState; exports.badgeVariants = _chunkELTHSXBIjs.badgeVariants; exports.buttonVariants = _chunkELTHSXBIjs.buttonVariants; exports.cellComponent = _chunkELTHSXBIjs.cellComponent; exports.cellDate = _chunkELTHSXBIjs.cellDate; exports.cellId = _chunkELTHSXBIjs.cellId; exports.cellLink = _chunkELTHSXBIjs.cellLink; exports.cellUrl = _chunkELTHSXBIjs.cellUrl; exports.errorToast = _chunkELTHSXBIjs.errorToast; exports.generateNotificationData = _chunkELTHSXBIjs.generateNotificationData; exports.getIcon = _chunk37KYO2UDjs.getIcon; exports.getIconByModule = _chunk37KYO2UDjs.getIconByModule; exports.getIconByModuleName = _chunk37KYO2UDjs.getIconByModuleName; exports.getInitials = _chunk37KYO2UDjs.getInitials; exports.navigationMenuTriggerStyle = _chunkELTHSXBIjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkELTHSXBIjs.parseFiscalData; exports.tabsListVariants = _chunkELTHSXBIjs.tabsListVariants; exports.toggleVariants = _chunkELTHSXBIjs.toggleVariants; exports.triggerAssociationToast = _chunkELTHSXBIjs.triggerAssociationToast; exports.useCarousel = _chunkELTHSXBIjs.useCarousel; exports.useComboboxAnchor = _chunkELTHSXBIjs.useComboboxAnchor; exports.useDebounce = _chunkELTHSXBIjs.useDebounce2; exports.useEditorDialog = _chunkELTHSXBIjs.useEditorDialog; exports.useFileUpload = _chunkELTHSXBIjs.useFileUpload; exports.useSidebar = _chunkELTHSXBIjs.useSidebar;
895
895
  //# sourceMappingURL=index.js.map
@@ -433,14 +433,14 @@ import {
433
433
  useEditorDialog,
434
434
  useFileUpload,
435
435
  useSidebar
436
- } from "../chunk-WWP32QYC.mjs";
437
- import "../chunk-ZYAAJMZZ.mjs";
436
+ } from "../chunk-H4ZS3R76.mjs";
437
+ import "../chunk-WVTBEVAL.mjs";
438
438
  import {
439
439
  getIcon,
440
440
  getIconByModule,
441
441
  getIconByModuleName,
442
442
  getInitials
443
- } from "../chunk-RIG2BEXJ.mjs";
443
+ } from "../chunk-IOMDNRX5.mjs";
444
444
  import "../chunk-AUXK7QSA.mjs";
445
445
  import "../chunk-C7C7VY4F.mjs";
446
446
  import "../chunk-BTKJFMFL.mjs";
@@ -23,9 +23,9 @@
23
23
 
24
24
 
25
25
 
26
- var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
27
- require('../chunk-KFIQTY4O.js');
28
- require('../chunk-CJY63D6U.js');
26
+ var _chunkELTHSXBIjs = require('../chunk-ELTHSXBI.js');
27
+ require('../chunk-WOJIRXIP.js');
28
+ require('../chunk-37KYO2UD.js');
29
29
  require('../chunk-LXKSUWAV.js');
30
30
  require('../chunk-IBS6NI7D.js');
31
31
  require('../chunk-4MN547K7.js');
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
55
55
 
56
56
 
57
57
 
58
- exports.CommonProvider = _chunk3BWYWS3Ajs.CommonProvider; exports.CompanyProvider = _chunk3BWYWS3Ajs.CompanyProvider; exports.CurrentUserProvider = _chunk3BWYWS3Ajs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk3BWYWS3Ajs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk3BWYWS3Ajs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk3BWYWS3Ajs.NotificationContextProvider; exports.OnboardingProvider = _chunk3BWYWS3Ajs.OnboardingProvider; exports.RoleProvider = _chunk3BWYWS3Ajs.RoleProvider; exports.SharedProvider = _chunk3BWYWS3Ajs.SharedProvider; exports.SocketContext = _chunk3BWYWS3Ajs.SocketContext; exports.SocketProvider = _chunk3BWYWS3Ajs.SocketProvider; exports.UserProvider = _chunk3BWYWS3Ajs.UserProvider; exports.recentPagesAtom = _chunk3BWYWS3Ajs.recentPagesAtom; exports.useCommonContext = _chunk3BWYWS3Ajs.useCommonContext; exports.useCompanyContext = _chunk3BWYWS3Ajs.useCompanyContext; exports.useCurrentUserContext = _chunk3BWYWS3Ajs.useCurrentUserContext; exports.useHeaderChildren = _chunk3BWYWS3Ajs.useHeaderChildren; exports.useNotificationContext = _chunk3BWYWS3Ajs.useNotificationContext; exports.useOnboarding = _chunk3BWYWS3Ajs.useOnboarding; exports.useRoleContext = _chunk3BWYWS3Ajs.useRoleContext; exports.useSharedContext = _chunk3BWYWS3Ajs.useSharedContext; exports.useSocketContext = _chunk3BWYWS3Ajs.useSocketContext; exports.useUserContext = _chunk3BWYWS3Ajs.useUserContext;
58
+ exports.CommonProvider = _chunkELTHSXBIjs.CommonProvider; exports.CompanyProvider = _chunkELTHSXBIjs.CompanyProvider; exports.CurrentUserProvider = _chunkELTHSXBIjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkELTHSXBIjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkELTHSXBIjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkELTHSXBIjs.NotificationContextProvider; exports.OnboardingProvider = _chunkELTHSXBIjs.OnboardingProvider; exports.RoleProvider = _chunkELTHSXBIjs.RoleProvider; exports.SharedProvider = _chunkELTHSXBIjs.SharedProvider; exports.SocketContext = _chunkELTHSXBIjs.SocketContext; exports.SocketProvider = _chunkELTHSXBIjs.SocketProvider; exports.UserProvider = _chunkELTHSXBIjs.UserProvider; exports.recentPagesAtom = _chunkELTHSXBIjs.recentPagesAtom; exports.useCommonContext = _chunkELTHSXBIjs.useCommonContext; exports.useCompanyContext = _chunkELTHSXBIjs.useCompanyContext; exports.useCurrentUserContext = _chunkELTHSXBIjs.useCurrentUserContext; exports.useHeaderChildren = _chunkELTHSXBIjs.useHeaderChildren; exports.useNotificationContext = _chunkELTHSXBIjs.useNotificationContext; exports.useOnboarding = _chunkELTHSXBIjs.useOnboarding; exports.useRoleContext = _chunkELTHSXBIjs.useRoleContext; exports.useSharedContext = _chunkELTHSXBIjs.useSharedContext; exports.useSocketContext = _chunkELTHSXBIjs.useSocketContext; exports.useUserContext = _chunkELTHSXBIjs.useUserContext;
59
59
  //# sourceMappingURL=index.js.map
@@ -23,9 +23,9 @@ import {
23
23
  useSharedContext,
24
24
  useSocketContext,
25
25
  useUserContext
26
- } from "../chunk-WWP32QYC.mjs";
27
- import "../chunk-ZYAAJMZZ.mjs";
28
- import "../chunk-RIG2BEXJ.mjs";
26
+ } from "../chunk-H4ZS3R76.mjs";
27
+ import "../chunk-WVTBEVAL.mjs";
28
+ import "../chunk-IOMDNRX5.mjs";
29
29
  import "../chunk-AUXK7QSA.mjs";
30
30
  import "../chunk-C7C7VY4F.mjs";
31
31
  import "../chunk-BTKJFMFL.mjs";
@@ -3,8 +3,8 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
3
3
  import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
4
4
  export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
5
5
  import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
6
- import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-DLf_a0xS.mjs';
7
- export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-DLf_a0xS.mjs';
6
+ import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-CHOTwfWA.mjs';
7
+ export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-CHOTwfWA.mjs';
8
8
  import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-C6UcmJqu.mjs';
9
9
  export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-C6UcmJqu.mjs';
10
10
  export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
@@ -3,8 +3,8 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
3
3
  import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
4
4
  export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
5
5
  import { A as ApiResponseInterface } from '../ApiResponseInterface-CAIAeP5d.js';
6
- import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-Cg5TmbU_.js';
7
- export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-Cg5TmbU_.js';
6
+ import { b as AbstractService, i as TwoFactorChallengeInterface, c as NextRef, d as PreviousRef, k as S3Interface, j as S3Input } from '../s3.service-N1g0piXD.js';
7
+ export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, N as NotificationService, P as PushService, R as RoleService, S as S3Service, e as SelfRef, T as TotalRef, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-N1g0piXD.js';
8
8
  import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, R as RoleInterface, j as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-ItBxq2au.js';
9
9
  export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-ItBxq2au.js';
10
10
  export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
@@ -159,7 +159,7 @@
159
159
 
160
160
 
161
161
 
162
- var _chunkCJY63D6Ujs = require('../chunk-CJY63D6U.js');
162
+ var _chunk37KYO2UDjs = require('../chunk-37KYO2UD.js');
163
163
  require('../chunk-LXKSUWAV.js');
164
164
  require('../chunk-IBS6NI7D.js');
165
165
 
@@ -345,5 +345,5 @@ require('../chunk-7QVYU63E.js');
345
345
 
346
346
 
347
347
 
348
- exports.AVAILABLE_OAUTH_SCOPES = _chunkCJY63D6Ujs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunkCJY63D6Ujs.AbstractApiData; exports.AbstractService = _chunkCJY63D6Ujs.AbstractService; exports.Action = _chunkCJY63D6Ujs.Action; exports.AuditLog = _chunkCJY63D6Ujs.AuditLog; exports.AuditLogModule = _chunkCJY63D6Ujs.AuditLogModule; exports.AuditLogService = _chunkCJY63D6Ujs.AuditLogService; exports.Auth = _chunkCJY63D6Ujs.Auth; exports.AuthComponent = _chunkCJY63D6Ujs.AuthComponent; exports.AuthModule = _chunkCJY63D6Ujs.AuthModule; exports.AuthService = _chunkCJY63D6Ujs.AuthService; exports.AuthorModule = _chunkCJY63D6Ujs.AuthorModule; exports.BackupCodeVerify = _chunkCJY63D6Ujs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunkCJY63D6Ujs.BackupCodeVerifyModule; exports.Billing = _chunkCJY63D6Ujs.Billing; exports.BillingModule = _chunkCJY63D6Ujs.BillingModule; exports.BillingService = _chunkCJY63D6Ujs.BillingService; exports.BlockNoteDiffUtil = _chunkCJY63D6Ujs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunkCJY63D6Ujs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunkCJY63D6Ujs.ClientAbstractService; exports.ClientHttpMethod = _chunkCJY63D6Ujs.ClientHttpMethod; exports.Company = _chunkCJY63D6Ujs.Company; exports.CompanyFields = _chunkCJY63D6Ujs.CompanyFields; exports.CompanyModule = _chunkCJY63D6Ujs.CompanyModule; exports.CompanyService = _chunkCJY63D6Ujs.CompanyService; exports.Content = _chunkCJY63D6Ujs.Content; exports.ContentFields = _chunkCJY63D6Ujs.ContentFields; exports.ContentModule = _chunkCJY63D6Ujs.ContentModule; exports.ContentService = _chunkCJY63D6Ujs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunkCJY63D6Ujs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunkCJY63D6Ujs.EndpointCreator; exports.Feature = _chunkCJY63D6Ujs.Feature; exports.FeatureModule = _chunkCJY63D6Ujs.FeatureModule; exports.FeatureService = _chunkCJY63D6Ujs.FeatureService; exports.HttpMethod = _chunkCJY63D6Ujs.HttpMethod; exports.InvoiceStatus = _chunkCJY63D6Ujs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunkCJY63D6Ujs.Module; exports.ModuleModule = _chunkCJY63D6Ujs.ModuleModule; exports.ModulePathsModule = _chunkCJY63D6Ujs.ModulePathsModule; exports.ModuleRegistrar = _chunkCJY63D6Ujs.ModuleRegistrar; exports.ModuleRegistry = _chunkCJY63D6Ujs.ModuleRegistry; exports.Modules = _chunkCJY63D6Ujs.Modules; exports.Notification = _chunkCJY63D6Ujs.Notification; exports.NotificationFields = _chunkCJY63D6Ujs.NotificationFields; exports.NotificationModule = _chunkCJY63D6Ujs.NotificationModule; exports.NotificationService = _chunkCJY63D6Ujs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunkCJY63D6Ujs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunkCJY63D6Ujs.OAuthClient; exports.OAuthModule = _chunkCJY63D6Ujs.OAuthModule; exports.OAuthService = _chunkCJY63D6Ujs.OAuthService; exports.Passkey = _chunkCJY63D6Ujs.Passkey; exports.PasskeyAuthenticationOptions = _chunkCJY63D6Ujs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunkCJY63D6Ujs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunkCJY63D6Ujs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunkCJY63D6Ujs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunkCJY63D6Ujs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunkCJY63D6Ujs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunkCJY63D6Ujs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunkCJY63D6Ujs.PasskeyRename; exports.PasskeyRenameModule = _chunkCJY63D6Ujs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunkCJY63D6Ujs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunkCJY63D6Ujs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunkCJY63D6Ujs.PaymentMethod; exports.PermissionMappingModule = _chunkCJY63D6Ujs.PermissionMappingModule; exports.Push = _chunkCJY63D6Ujs.Push; exports.PushModule = _chunkCJY63D6Ujs.PushModule; exports.PushService = _chunkCJY63D6Ujs.PushService; exports.ReferralModule = _chunkCJY63D6Ujs.ReferralModule; exports.ReferralService = _chunkCJY63D6Ujs.ReferralService; exports.ReferralStats = _chunkCJY63D6Ujs.ReferralStats; exports.ReferralStatsModule = _chunkCJY63D6Ujs.ReferralStatsModule; exports.RehydrationFactory = _chunkCJY63D6Ujs.RehydrationFactory; exports.Role = _chunkCJY63D6Ujs.Role; exports.RoleFields = _chunkCJY63D6Ujs.RoleFields; exports.RoleModule = _chunkCJY63D6Ujs.RoleModule; exports.RoleService = _chunkCJY63D6Ujs.RoleService; exports.S3 = _chunkCJY63D6Ujs.S3; exports.S3Module = _chunkCJY63D6Ujs.S3Module; exports.S3Service = _chunkCJY63D6Ujs.S3Service; exports.StripeCustomer = _chunkCJY63D6Ujs.StripeCustomer; exports.StripeCustomerModule = _chunkCJY63D6Ujs.StripeCustomerModule; exports.StripeCustomerService = _chunkCJY63D6Ujs.StripeCustomerService; exports.StripeInvoice = _chunkCJY63D6Ujs.StripeInvoice; exports.StripeInvoiceModule = _chunkCJY63D6Ujs.StripeInvoiceModule; exports.StripeInvoiceService = _chunkCJY63D6Ujs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunkCJY63D6Ujs.StripePaymentMethodModule; exports.StripePrice = _chunkCJY63D6Ujs.StripePrice; exports.StripePriceModule = _chunkCJY63D6Ujs.StripePriceModule; exports.StripePriceService = _chunkCJY63D6Ujs.StripePriceService; exports.StripeProduct = _chunkCJY63D6Ujs.StripeProduct; exports.StripeProductModule = _chunkCJY63D6Ujs.StripeProductModule; exports.StripeProductService = _chunkCJY63D6Ujs.StripeProductService; exports.StripePromotionCode = _chunkCJY63D6Ujs.StripePromotionCode; exports.StripePromotionCodeModule = _chunkCJY63D6Ujs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunkCJY63D6Ujs.StripePromotionCodeService; exports.StripeSubscription = _chunkCJY63D6Ujs.StripeSubscription; exports.StripeSubscriptionModule = _chunkCJY63D6Ujs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunkCJY63D6Ujs.StripeSubscriptionService; exports.StripeUsage = _chunkCJY63D6Ujs.StripeUsage; exports.StripeUsageModule = _chunkCJY63D6Ujs.StripeUsageModule; exports.StripeUsageService = _chunkCJY63D6Ujs.StripeUsageService; exports.SubscriptionStatus = _chunkCJY63D6Ujs.SubscriptionStatus; exports.TableOptions = _chunkCJY63D6Ujs.TableOptions; exports.TotpAuthenticator = _chunkCJY63D6Ujs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunkCJY63D6Ujs.TotpAuthenticatorModule; exports.TotpSetup = _chunkCJY63D6Ujs.TotpSetup; exports.TotpSetupModule = _chunkCJY63D6Ujs.TotpSetupModule; exports.TotpVerify = _chunkCJY63D6Ujs.TotpVerify; exports.TotpVerifyLogin = _chunkCJY63D6Ujs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunkCJY63D6Ujs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunkCJY63D6Ujs.TotpVerifyModule; exports.TwoFactorChallenge = _chunkCJY63D6Ujs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunkCJY63D6Ujs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunkCJY63D6Ujs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunkCJY63D6Ujs.TwoFactorEnableModule; exports.TwoFactorService = _chunkCJY63D6Ujs.TwoFactorService; exports.TwoFactorStatus = _chunkCJY63D6Ujs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunkCJY63D6Ujs.TwoFactorStatusModule; exports.User = _chunkCJY63D6Ujs.User; exports.UserFields = _chunkCJY63D6Ujs.UserFields; exports.UserModule = _chunkCJY63D6Ujs.UserModule; exports.UserService = _chunkCJY63D6Ujs.UserService; exports.Waitlist = _chunkCJY63D6Ujs.Waitlist; exports.WaitlistModule = _chunkCJY63D6Ujs.WaitlistModule; exports.WaitlistService = _chunkCJY63D6Ujs.WaitlistService; exports.WaitlistStats = _chunkCJY63D6Ujs.WaitlistStats; exports.WaitlistStatsModule = _chunkCJY63D6Ujs.WaitlistStatsModule; exports.checkPermissions = _chunkCJY63D6Ujs.checkPermissions; exports.checkPermissionsFromServer = _chunkCJY63D6Ujs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunkCJY63D6Ujs.clearLastApiTotal; exports.cn = _chunkCJY63D6Ujs.cn; exports.composeRefs = _chunkCJY63D6Ujs.composeRefs; exports.createJsonApiInclusion = _chunkCJY63D6Ujs.createJsonApiInclusion; exports.dismissToast = _chunkCJY63D6Ujs.dismissToast; exports.entityObjectSchema = _chunkCJY63D6Ujs.entityObjectSchema; exports.exists = _chunkCJY63D6Ujs.exists; exports.formatDate = _chunkCJY63D6Ujs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunkCJY63D6Ujs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunkCJY63D6Ujs.getGlobalErrorHandler; exports.getIcon = _chunkCJY63D6Ujs.getIcon; exports.getIconByModule = _chunkCJY63D6Ujs.getIconByModule; exports.getIconByModuleName = _chunkCJY63D6Ujs.getIconByModuleName; exports.getInitials = _chunkCJY63D6Ujs.getInitials; exports.getLastApiTotal = _chunkCJY63D6Ujs.getLastApiTotal; exports.getLucideIcon = _chunkCJY63D6Ujs.getLucideIcon; exports.getLucideIconByModule = _chunkCJY63D6Ujs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunkCJY63D6Ujs.getLucideIconByModuleName; exports.getTableComponents = _chunkCJY63D6Ujs.getTableComponents; exports.getTableOptions = _chunkCJY63D6Ujs.getTableOptions; exports.getValueFromPath = _chunkCJY63D6Ujs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunkCJY63D6Ujs.rehydrate; exports.rehydrateList = _chunkCJY63D6Ujs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunkCJY63D6Ujs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunkCJY63D6Ujs.setGlobalErrorHandler; exports.showCustomToast = _chunkCJY63D6Ujs.showCustomToast; exports.showError = _chunkCJY63D6Ujs.showError; exports.showToast = _chunkCJY63D6Ujs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunkCJY63D6Ujs.useComposedRefs; exports.useIsMobile = _chunkCJY63D6Ujs.useIsMobile; exports.userObjectSchema = _chunkCJY63D6Ujs.userObjectSchema;
348
+ exports.AVAILABLE_OAUTH_SCOPES = _chunk37KYO2UDjs.AVAILABLE_OAUTH_SCOPES; exports.AbstractApiData = _chunk37KYO2UDjs.AbstractApiData; exports.AbstractService = _chunk37KYO2UDjs.AbstractService; exports.Action = _chunk37KYO2UDjs.Action; exports.AuditLog = _chunk37KYO2UDjs.AuditLog; exports.AuditLogModule = _chunk37KYO2UDjs.AuditLogModule; exports.AuditLogService = _chunk37KYO2UDjs.AuditLogService; exports.Auth = _chunk37KYO2UDjs.Auth; exports.AuthComponent = _chunk37KYO2UDjs.AuthComponent; exports.AuthModule = _chunk37KYO2UDjs.AuthModule; exports.AuthService = _chunk37KYO2UDjs.AuthService; exports.AuthorModule = _chunk37KYO2UDjs.AuthorModule; exports.BackupCodeVerify = _chunk37KYO2UDjs.BackupCodeVerify; exports.BackupCodeVerifyModule = _chunk37KYO2UDjs.BackupCodeVerifyModule; exports.Billing = _chunk37KYO2UDjs.Billing; exports.BillingModule = _chunk37KYO2UDjs.BillingModule; exports.BillingService = _chunk37KYO2UDjs.BillingService; exports.BlockNoteDiffUtil = _chunk37KYO2UDjs.BlockNoteDiffUtil; exports.BlockNoteWordDiffRendererUtil = _chunk37KYO2UDjs.BlockNoteWordDiffRendererUtil; exports.ClientAbstractService = _chunk37KYO2UDjs.ClientAbstractService; exports.ClientHttpMethod = _chunk37KYO2UDjs.ClientHttpMethod; exports.Company = _chunk37KYO2UDjs.Company; exports.CompanyFields = _chunk37KYO2UDjs.CompanyFields; exports.CompanyModule = _chunk37KYO2UDjs.CompanyModule; exports.CompanyService = _chunk37KYO2UDjs.CompanyService; exports.Content = _chunk37KYO2UDjs.Content; exports.ContentFields = _chunk37KYO2UDjs.ContentFields; exports.ContentModule = _chunk37KYO2UDjs.ContentModule; exports.ContentService = _chunk37KYO2UDjs.ContentService; exports.DEFAULT_GRANT_TYPES = _chunk37KYO2UDjs.DEFAULT_GRANT_TYPES; exports.DataClass = _chunk4MN547K7js.DataClassRegistry; exports.DataClassRegistry = _chunk4MN547K7js.DataClassRegistry; exports.EndpointCreator = _chunk37KYO2UDjs.EndpointCreator; exports.Feature = _chunk37KYO2UDjs.Feature; exports.FeatureModule = _chunk37KYO2UDjs.FeatureModule; exports.FeatureService = _chunk37KYO2UDjs.FeatureService; exports.HttpMethod = _chunk37KYO2UDjs.HttpMethod; exports.InvoiceStatus = _chunk37KYO2UDjs.InvoiceStatus; exports.JsonApiDataFactory = _chunk4MN547K7js.JsonApiDataFactory; exports.Module = _chunk37KYO2UDjs.Module; exports.ModuleModule = _chunk37KYO2UDjs.ModuleModule; exports.ModulePathsModule = _chunk37KYO2UDjs.ModulePathsModule; exports.ModuleRegistrar = _chunk37KYO2UDjs.ModuleRegistrar; exports.ModuleRegistry = _chunk37KYO2UDjs.ModuleRegistry; exports.Modules = _chunk37KYO2UDjs.Modules; exports.Notification = _chunk37KYO2UDjs.Notification; exports.NotificationFields = _chunk37KYO2UDjs.NotificationFields; exports.NotificationModule = _chunk37KYO2UDjs.NotificationModule; exports.NotificationService = _chunk37KYO2UDjs.NotificationService; exports.OAUTH_SCOPE_DISPLAY = _chunk37KYO2UDjs.OAUTH_SCOPE_DISPLAY; exports.OAuthClient = _chunk37KYO2UDjs.OAuthClient; exports.OAuthModule = _chunk37KYO2UDjs.OAuthModule; exports.OAuthService = _chunk37KYO2UDjs.OAuthService; exports.Passkey = _chunk37KYO2UDjs.Passkey; exports.PasskeyAuthenticationOptions = _chunk37KYO2UDjs.PasskeyAuthenticationOptions; exports.PasskeyAuthenticationOptionsModule = _chunk37KYO2UDjs.PasskeyAuthenticationOptionsModule; exports.PasskeyModule = _chunk37KYO2UDjs.PasskeyModule; exports.PasskeyRegistrationOptions = _chunk37KYO2UDjs.PasskeyRegistrationOptions; exports.PasskeyRegistrationOptionsModule = _chunk37KYO2UDjs.PasskeyRegistrationOptionsModule; exports.PasskeyRegistrationVerify = _chunk37KYO2UDjs.PasskeyRegistrationVerify; exports.PasskeyRegistrationVerifyModule = _chunk37KYO2UDjs.PasskeyRegistrationVerifyModule; exports.PasskeyRename = _chunk37KYO2UDjs.PasskeyRename; exports.PasskeyRenameModule = _chunk37KYO2UDjs.PasskeyRenameModule; exports.PasskeyVerifyLogin = _chunk37KYO2UDjs.PasskeyVerifyLogin; exports.PasskeyVerifyLoginModule = _chunk37KYO2UDjs.PasskeyVerifyLoginModule; exports.PaymentMethod = _chunk37KYO2UDjs.PaymentMethod; exports.PermissionMappingModule = _chunk37KYO2UDjs.PermissionMappingModule; exports.Push = _chunk37KYO2UDjs.Push; exports.PushModule = _chunk37KYO2UDjs.PushModule; exports.PushService = _chunk37KYO2UDjs.PushService; exports.ReferralModule = _chunk37KYO2UDjs.ReferralModule; exports.ReferralService = _chunk37KYO2UDjs.ReferralService; exports.ReferralStats = _chunk37KYO2UDjs.ReferralStats; exports.ReferralStatsModule = _chunk37KYO2UDjs.ReferralStatsModule; exports.RehydrationFactory = _chunk37KYO2UDjs.RehydrationFactory; exports.Role = _chunk37KYO2UDjs.Role; exports.RoleFields = _chunk37KYO2UDjs.RoleFields; exports.RoleModule = _chunk37KYO2UDjs.RoleModule; exports.RoleService = _chunk37KYO2UDjs.RoleService; exports.S3 = _chunk37KYO2UDjs.S3; exports.S3Module = _chunk37KYO2UDjs.S3Module; exports.S3Service = _chunk37KYO2UDjs.S3Service; exports.StripeCustomer = _chunk37KYO2UDjs.StripeCustomer; exports.StripeCustomerModule = _chunk37KYO2UDjs.StripeCustomerModule; exports.StripeCustomerService = _chunk37KYO2UDjs.StripeCustomerService; exports.StripeInvoice = _chunk37KYO2UDjs.StripeInvoice; exports.StripeInvoiceModule = _chunk37KYO2UDjs.StripeInvoiceModule; exports.StripeInvoiceService = _chunk37KYO2UDjs.StripeInvoiceService; exports.StripePaymentMethodModule = _chunk37KYO2UDjs.StripePaymentMethodModule; exports.StripePrice = _chunk37KYO2UDjs.StripePrice; exports.StripePriceModule = _chunk37KYO2UDjs.StripePriceModule; exports.StripePriceService = _chunk37KYO2UDjs.StripePriceService; exports.StripeProduct = _chunk37KYO2UDjs.StripeProduct; exports.StripeProductModule = _chunk37KYO2UDjs.StripeProductModule; exports.StripeProductService = _chunk37KYO2UDjs.StripeProductService; exports.StripePromotionCode = _chunk37KYO2UDjs.StripePromotionCode; exports.StripePromotionCodeModule = _chunk37KYO2UDjs.StripePromotionCodeModule; exports.StripePromotionCodeService = _chunk37KYO2UDjs.StripePromotionCodeService; exports.StripeSubscription = _chunk37KYO2UDjs.StripeSubscription; exports.StripeSubscriptionModule = _chunk37KYO2UDjs.StripeSubscriptionModule; exports.StripeSubscriptionService = _chunk37KYO2UDjs.StripeSubscriptionService; exports.StripeUsage = _chunk37KYO2UDjs.StripeUsage; exports.StripeUsageModule = _chunk37KYO2UDjs.StripeUsageModule; exports.StripeUsageService = _chunk37KYO2UDjs.StripeUsageService; exports.SubscriptionStatus = _chunk37KYO2UDjs.SubscriptionStatus; exports.TableOptions = _chunk37KYO2UDjs.TableOptions; exports.TotpAuthenticator = _chunk37KYO2UDjs.TotpAuthenticator; exports.TotpAuthenticatorModule = _chunk37KYO2UDjs.TotpAuthenticatorModule; exports.TotpSetup = _chunk37KYO2UDjs.TotpSetup; exports.TotpSetupModule = _chunk37KYO2UDjs.TotpSetupModule; exports.TotpVerify = _chunk37KYO2UDjs.TotpVerify; exports.TotpVerifyLogin = _chunk37KYO2UDjs.TotpVerifyLogin; exports.TotpVerifyLoginModule = _chunk37KYO2UDjs.TotpVerifyLoginModule; exports.TotpVerifyModule = _chunk37KYO2UDjs.TotpVerifyModule; exports.TwoFactorChallenge = _chunk37KYO2UDjs.TwoFactorChallenge; exports.TwoFactorChallengeModule = _chunk37KYO2UDjs.TwoFactorChallengeModule; exports.TwoFactorEnable = _chunk37KYO2UDjs.TwoFactorEnable; exports.TwoFactorEnableModule = _chunk37KYO2UDjs.TwoFactorEnableModule; exports.TwoFactorService = _chunk37KYO2UDjs.TwoFactorService; exports.TwoFactorStatus = _chunk37KYO2UDjs.TwoFactorStatus; exports.TwoFactorStatusModule = _chunk37KYO2UDjs.TwoFactorStatusModule; exports.User = _chunk37KYO2UDjs.User; exports.UserFields = _chunk37KYO2UDjs.UserFields; exports.UserModule = _chunk37KYO2UDjs.UserModule; exports.UserService = _chunk37KYO2UDjs.UserService; exports.Waitlist = _chunk37KYO2UDjs.Waitlist; exports.WaitlistModule = _chunk37KYO2UDjs.WaitlistModule; exports.WaitlistService = _chunk37KYO2UDjs.WaitlistService; exports.WaitlistStats = _chunk37KYO2UDjs.WaitlistStats; exports.WaitlistStatsModule = _chunk37KYO2UDjs.WaitlistStatsModule; exports.checkPermissions = _chunk37KYO2UDjs.checkPermissions; exports.checkPermissionsFromServer = _chunk37KYO2UDjs.checkPermissionsFromServer; exports.clearLastApiTotal = _chunk37KYO2UDjs.clearLastApiTotal; exports.cn = _chunk37KYO2UDjs.cn; exports.composeRefs = _chunk37KYO2UDjs.composeRefs; exports.createJsonApiInclusion = _chunk37KYO2UDjs.createJsonApiInclusion; exports.dismissToast = _chunk37KYO2UDjs.dismissToast; exports.entityObjectSchema = _chunk37KYO2UDjs.entityObjectSchema; exports.exists = _chunk37KYO2UDjs.exists; exports.formatDate = _chunk37KYO2UDjs.formatDate; exports.getBootstrapper = _chunk4MN547K7js.getBootstrapper; exports.getClientGlobalErrorHandler = _chunk37KYO2UDjs.getClientGlobalErrorHandler; exports.getGlobalErrorHandler = _chunk37KYO2UDjs.getGlobalErrorHandler; exports.getIcon = _chunk37KYO2UDjs.getIcon; exports.getIconByModule = _chunk37KYO2UDjs.getIconByModule; exports.getIconByModuleName = _chunk37KYO2UDjs.getIconByModuleName; exports.getInitials = _chunk37KYO2UDjs.getInitials; exports.getLastApiTotal = _chunk37KYO2UDjs.getLastApiTotal; exports.getLucideIcon = _chunk37KYO2UDjs.getLucideIcon; exports.getLucideIconByModule = _chunk37KYO2UDjs.getLucideIconByModule; exports.getLucideIconByModuleName = _chunk37KYO2UDjs.getLucideIconByModuleName; exports.getTableComponents = _chunk37KYO2UDjs.getTableComponents; exports.getTableOptions = _chunk37KYO2UDjs.getTableOptions; exports.getValueFromPath = _chunk37KYO2UDjs.getValueFromPath; exports.hasBootstrapper = _chunk4MN547K7js.hasBootstrapper; exports.rehydrate = _chunk37KYO2UDjs.rehydrate; exports.rehydrateList = _chunk37KYO2UDjs.rehydrateList; exports.resetBootstrapStore = _chunk4MN547K7js.resetBootstrapStore; exports.setBootstrapper = _chunk4MN547K7js.setBootstrapper; exports.setClientGlobalErrorHandler = _chunk37KYO2UDjs.setClientGlobalErrorHandler; exports.setGlobalErrorHandler = _chunk37KYO2UDjs.setGlobalErrorHandler; exports.showCustomToast = _chunk37KYO2UDjs.showCustomToast; exports.showError = _chunk37KYO2UDjs.showError; exports.showToast = _chunk37KYO2UDjs.showToast; exports.translateData = _chunk4MN547K7js.translateData; exports.translateResponse = _chunk4MN547K7js.translateResponse; exports.tryBootstrap = _chunk4MN547K7js.tryBootstrap; exports.useComposedRefs = _chunk37KYO2UDjs.useComposedRefs; exports.useIsMobile = _chunk37KYO2UDjs.useIsMobile; exports.userObjectSchema = _chunk37KYO2UDjs.userObjectSchema;
349
349
  //# sourceMappingURL=index.js.map
@@ -159,7 +159,7 @@ import {
159
159
  useComposedRefs,
160
160
  useIsMobile,
161
161
  userObjectSchema
162
- } from "../chunk-RIG2BEXJ.mjs";
162
+ } from "../chunk-IOMDNRX5.mjs";
163
163
  import "../chunk-AUXK7QSA.mjs";
164
164
  import "../chunk-C7C7VY4F.mjs";
165
165
  import {
package/dist/index.d.mts CHANGED
@@ -5,8 +5,8 @@ export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys,
5
5
  export { A as ApiResponseInterface } from './ApiResponseInterface-zeewugD7.mjs';
6
6
  import { AbstractApiData } from './core/index.mjs';
7
7
  export { AppModuleDefinitions, AuditLog, AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthModule, AuthorModule, BackupCodeVerify, BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, InviteValidation, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, PasskeyAuthenticationOptionsInput, PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyModule, PasskeyRegistrationOptions, PasskeyRegistrationOptionsInput, PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PermissionMappingModule, Push, PushInput, PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, TotpAuthenticator, TotpAuthenticatorModule, TotpSetup, TotpSetupInput, TotpSetupInterface, TotpSetupModule, TotpVerify, TotpVerifyInput, TotpVerifyLogin, TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, TwoFactorChallengeInput, TwoFactorChallengeModule, TwoFactorEnable, TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, TwoFactorStatusInterface, TwoFactorStatusModule, User, UserModule, UserObject, Waitlist, WaitlistInput, WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, WaitlistStatsInterface, WaitlistStatsModule, WaitlistStatus, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.mjs';
8
- import { b as AbstractService } from './s3.service-DLf_a0xS.mjs';
9
- export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-DLf_a0xS.mjs';
8
+ import { b as AbstractService } from './s3.service-CHOTwfWA.mjs';
9
+ export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-CHOTwfWA.mjs';
10
10
  export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.mjs';
11
11
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.mjs';
12
12
  export { ClassValue } from 'clsx';
package/dist/index.d.ts CHANGED
@@ -5,8 +5,8 @@ export { A as ApiRequestDataTypeInterface, F as FieldSelector, G as GetterKeys,
5
5
  export { A as ApiResponseInterface } from './ApiResponseInterface-CAIAeP5d.js';
6
6
  import { AbstractApiData } from './core/index.js';
7
7
  export { AppModuleDefinitions, AuditLog, AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthModule, AuthorModule, BackupCodeVerify, BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, ClientNextRef, ClientPreviousRef, ClientSelfRef, ClientTotalRef, Company, CompanyFields, CompanyModule, Content, ContentModule, DataClass, DataClass as DataClassRegistry, DiffBlock, DiffResult, EndpointCreator, EndpointQuery, EntityObject, Feature, FeatureModule, FormatOption, FoundationModuleDefinitions, InviteValidation, JsonApiDataFactory, Module, ModuleDefinitions, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, Modules, Notification, NotificationFields, NotificationModule, OAuthClient, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, PasskeyAuthenticationOptionsInput, PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyModule, PasskeyRegistrationOptions, PasskeyRegistrationOptionsInput, PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PermissionMappingModule, Push, PushInput, PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, Role, RoleModule, S3, S3Module, SearchResultInterface, StripeCustomer, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceModule, StripePriceService, StripeProduct, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageModule, StripeUsageService, TableOptions, ToastOptions, TotpAuthenticator, TotpAuthenticatorModule, TotpSetup, TotpSetupInput, TotpSetupInterface, TotpSetupModule, TotpVerify, TotpVerifyInput, TotpVerifyLogin, TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, TwoFactorChallengeInput, TwoFactorChallengeModule, TwoFactorEnable, TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, TwoFactorStatusInterface, TwoFactorStatusModule, User, UserModule, UserObject, Waitlist, WaitlistInput, WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, WaitlistStatsInterface, WaitlistStatsModule, WaitlistStatus, WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema } from './core/index.js';
8
- import { b as AbstractService } from './s3.service-Cg5TmbU_.js';
9
- export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-Cg5TmbU_.js';
8
+ import { b as AbstractService } from './s3.service-N1g0piXD.js';
9
+ export { A as AuthService, C as CompanyService, a as ContentService, F as FeatureService, H as HttpMethod, c as NextRef, N as NotificationService, d as PreviousRef, P as PushService, R as RoleService, j as S3Input, k as S3Interface, S as S3Service, e as SelfRef, T as TotalRef, i as TwoFactorChallengeInterface, U as UserService, f as clearLastApiTotal, h as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from './s3.service-N1g0piXD.js';
10
10
  export { B as BreadcrumbItemData } from './breadcrumb.item.data.interface-CgB4_1EE.js';
11
11
  export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from './content.fields-Ck5lkQ5d.js';
12
12
  export { ClassValue } from 'clsx';