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