@carlonicora/nextjs-jsonapi 3.3.2 → 3.3.4
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-VV6DRWSA.js → BlockNoteEditor-J4TQJSHZ.js} +19 -19
- package/dist/{BlockNoteEditor-VV6DRWSA.js.map → BlockNoteEditor-J4TQJSHZ.js.map} +1 -1
- package/dist/{BlockNoteEditor-SDVXTZRC.mjs → BlockNoteEditor-ZNEXXORX.mjs} +4 -4
- package/dist/billing/index.js +398 -398
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-S2C5V2XZ.js → chunk-6T6QB6K2.js} +6 -2
- package/dist/chunk-6T6QB6K2.js.map +1 -0
- package/dist/{chunk-KW6LYVFJ.mjs → chunk-G6B7RZWJ.mjs} +5 -1
- package/dist/chunk-G6B7RZWJ.mjs.map +1 -0
- package/dist/{chunk-WPF4NFVV.mjs → chunk-GCE4C7FG.mjs} +7 -8
- package/dist/chunk-GCE4C7FG.mjs.map +1 -0
- package/dist/{chunk-4I3UORNT.js → chunk-KCZ6SPUQ.js} +820 -821
- package/dist/chunk-KCZ6SPUQ.js.map +1 -0
- package/dist/{chunk-RUEY6XSS.mjs → chunk-RZDY4CIF.mjs} +2 -2
- package/dist/{chunk-OHG2YWNA.js → chunk-X2MQ3WHX.js} +7 -7
- package/dist/{chunk-OHG2YWNA.js.map → chunk-X2MQ3WHX.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +4 -0
- package/dist/components/index.d.ts +4 -0
- 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 +11 -1
- package/dist/core/index.d.ts +11 -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/features/help/index.js +37 -37
- package/dist/features/help/index.mjs +3 -3
- package/dist/features/tokenusage/index.js +101 -101
- package/dist/features/tokenusage/index.mjs +3 -3
- 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/features/auth/components/forms/Logout.tsx +11 -3
- package/src/features/auth/components/forms/__tests__/Logout.spec.tsx +13 -9
- package/src/features/company/components/forms/CompanyEditor.tsx +1 -3
- package/src/features/user/contexts/CurrentUserContext.tsx +2 -1
- package/src/features/user/data/index.ts +1 -0
- package/src/features/user/data/user.storage.ts +9 -0
- package/dist/chunk-4I3UORNT.js.map +0 -1
- package/dist/chunk-KW6LYVFJ.mjs.map +0 -1
- package/dist/chunk-S2C5V2XZ.js.map +0 -1
- package/dist/chunk-WPF4NFVV.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-SDVXTZRC.mjs.map → BlockNoteEditor-ZNEXXORX.mjs.map} +0 -0
- /package/dist/{chunk-RUEY6XSS.mjs.map → chunk-RZDY4CIF.mjs.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbstractService,
|
|
3
3
|
EndpointCreator,
|
|
4
4
|
Modules
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-G6B7RZWJ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
ENV,
|
|
8
8
|
setBootstrapper
|
|
@@ -291,4 +291,4 @@ export {
|
|
|
291
291
|
ACTION_TYPES,
|
|
292
292
|
RbacService
|
|
293
293
|
};
|
|
294
|
-
//# sourceMappingURL=chunk-
|
|
294
|
+
//# sourceMappingURL=chunk-RZDY4CIF.mjs.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunk6T6QB6K2js = require('./chunk-6T6QB6K2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
@@ -211,7 +211,7 @@ var COMPANY_ADMINISTRATOR_ROLE_ID = "2e1eee00-6cba-4506-9059-ccd24e4ea5b0";
|
|
|
211
211
|
var ACTION_TYPES = ["read", "create", "update", "delete"];
|
|
212
212
|
|
|
213
213
|
// src/features/rbac/data/RbacService.ts
|
|
214
|
-
var RbacService = class extends
|
|
214
|
+
var RbacService = class extends _chunk6T6QB6K2js.AbstractService {
|
|
215
215
|
static {
|
|
216
216
|
_chunk7QVYU63Ejs.__name.call(void 0, this, "RbacService");
|
|
217
217
|
}
|
|
@@ -222,9 +222,9 @@ var RbacService = class extends _chunkS2C5V2XZjs.AbstractService {
|
|
|
222
222
|
* Dev-only endpoint — see class header.
|
|
223
223
|
*/
|
|
224
224
|
static async fetchMatrix() {
|
|
225
|
-
const endpoint = new (0,
|
|
225
|
+
const endpoint = new (0, _chunk6T6QB6K2js.EndpointCreator)({ endpoint: _chunk6T6QB6K2js.Modules.RbacMatrix }).generate();
|
|
226
226
|
const model = await this.callApi({
|
|
227
|
-
type:
|
|
227
|
+
type: _chunk6T6QB6K2js.Modules.RbacMatrix,
|
|
228
228
|
method: "GET" /* GET */,
|
|
229
229
|
endpoint
|
|
230
230
|
});
|
|
@@ -244,9 +244,9 @@ var RbacService = class extends _chunkS2C5V2XZjs.AbstractService {
|
|
|
244
244
|
* Dev-only endpoint — see class header.
|
|
245
245
|
*/
|
|
246
246
|
static async saveMatrix(args) {
|
|
247
|
-
const endpoint = new (0,
|
|
247
|
+
const endpoint = new (0, _chunk6T6QB6K2js.EndpointCreator)({ endpoint: _chunk6T6QB6K2js.Modules.RbacMatrix }).generate();
|
|
248
248
|
const model = await this.callApi({
|
|
249
|
-
type:
|
|
249
|
+
type: _chunk6T6QB6K2js.Modules.RbacMatrix,
|
|
250
250
|
method: "PUT" /* PUT */,
|
|
251
251
|
endpoint,
|
|
252
252
|
input: args
|
|
@@ -291,4 +291,4 @@ var RbacService = class extends _chunkS2C5V2XZjs.AbstractService {
|
|
|
291
291
|
|
|
292
292
|
|
|
293
293
|
exports._getStaticHelpContent = _getStaticHelpContent; 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;
|
|
294
|
-
//# sourceMappingURL=chunk-
|
|
294
|
+
//# sourceMappingURL=chunk-X2MQ3WHX.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-OHG2YWNA.js","../src/core/registry/helpStore.ts","../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-OHG2YWNA.js","sourcesContent":[null,"/**\n * Centralized help-content store accessible from client and server contexts.\n * Uses a globalThis Symbol key to persist across HMR/Turbopack reloads and to\n * bridge between the client-side `configureJsonApi` (in `client/config.ts`)\n * and the HelpProvider context. Holds the brand-only HelpContentConfig.\n *\n * NO external dependencies to avoid circular imports.\n *\n * Pattern mirrors `bootstrapStore.ts`.\n */\n\nconst HELP_CONTENT_KEY = Symbol.for(\"nextjs-jsonapi:helpContent\");\n\nconst globalStore = globalThis as unknown as {\n [HELP_CONTENT_KEY]?: unknown | null;\n};\n\nif (globalStore[HELP_CONTENT_KEY] === undefined) {\n globalStore[HELP_CONTENT_KEY] = null;\n}\n\nexport function _setStaticHelpContent(cfg: unknown | null): void {\n globalStore[HELP_CONTENT_KEY] = cfg;\n}\n\nexport function _getStaticHelpContent<T = unknown>(): T | null {\n return (globalStore[HELP_CONTENT_KEY] as T | null) ?? null;\n}\n","\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { ENV } from \"../core/env\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\nimport { _setStaticHelpContent } from \"../core/registry/helpStore\";\nimport type { HelpContentConfig } from \"../features/help/interfaces/help-content-config.interface\";\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 * @param config.helpContent - Optional help-content config (brand only). Forwarded to the help feature's globalThis-backed store; not stored on the client config.\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 helpContent?: HelpContentConfig;\n}): void {\n const { helpContent, ...rest } = config;\n _clientConfig = rest;\n if (helpContent) {\n _setStaticHelpContent(helpContent);\n }\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 return ENV.API_URL;\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 return ENV.API_URL;\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 (ENV.APP_URL_ALTERNATE) {\n return ENV.APP_URL_ALTERNATE;\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-X2MQ3WHX.js","../src/core/registry/helpStore.ts","../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-X2MQ3WHX.js","sourcesContent":[null,"/**\n * Centralized help-content store accessible from client and server contexts.\n * Uses a globalThis Symbol key to persist across HMR/Turbopack reloads and to\n * bridge between the client-side `configureJsonApi` (in `client/config.ts`)\n * and the HelpProvider context. Holds the brand-only HelpContentConfig.\n *\n * NO external dependencies to avoid circular imports.\n *\n * Pattern mirrors `bootstrapStore.ts`.\n */\n\nconst HELP_CONTENT_KEY = Symbol.for(\"nextjs-jsonapi:helpContent\");\n\nconst globalStore = globalThis as unknown as {\n [HELP_CONTENT_KEY]?: unknown | null;\n};\n\nif (globalStore[HELP_CONTENT_KEY] === undefined) {\n globalStore[HELP_CONTENT_KEY] = null;\n}\n\nexport function _setStaticHelpContent(cfg: unknown | null): void {\n globalStore[HELP_CONTENT_KEY] = cfg;\n}\n\nexport function _getStaticHelpContent<T = unknown>(): T | null {\n return (globalStore[HELP_CONTENT_KEY] as T | null) ?? null;\n}\n","\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { ENV } from \"../core/env\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\nimport { _setStaticHelpContent } from \"../core/registry/helpStore\";\nimport type { HelpContentConfig } from \"../features/help/interfaces/help-content-config.interface\";\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 * @param config.helpContent - Optional help-content config (brand only). Forwarded to the help feature's globalThis-backed store; not stored on the client config.\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 helpContent?: HelpContentConfig;\n}): void {\n const { helpContent, ...rest } = config;\n _clientConfig = rest;\n if (helpContent) {\n _setStaticHelpContent(helpContent);\n }\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 return ENV.API_URL;\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 return ENV.API_URL;\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 (ENV.APP_URL_ALTERNATE) {\n return ENV.APP_URL_ALTERNATE;\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 _chunkKCZ6SPUQjs = require('../chunk-KCZ6SPUQ.js');
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
@@ -43,7 +43,7 @@ var _chunk4I3UORNTjs = require('../chunk-4I3UORNT.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunkX2MQ3WHXjs = require('../chunk-X2MQ3WHX.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -55,7 +55,7 @@ var _chunkOHG2YWNAjs = require('../chunk-OHG2YWNA.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
var
|
|
58
|
+
var _chunk6T6QB6K2js = require('../chunk-6T6QB6K2.js');
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -125,5 +125,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
125
125
|
|
|
126
126
|
|
|
127
127
|
|
|
128
|
-
exports.ClientJsonApiDelete =
|
|
128
|
+
exports.ClientJsonApiDelete = _chunk6T6QB6K2js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk6T6QB6K2js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk6T6QB6K2js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk6T6QB6K2js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk6T6QB6K2js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkKCZ6SPUQjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkKCZ6SPUQjs.TableGeneratorRegistry; exports.buildClientUrl = _chunk6T6QB6K2js.buildClientUrl; exports.computeLayeredLayout = _chunkKCZ6SPUQjs.computeLayeredLayout; exports.configureClientConfig = _chunkX2MQ3WHXjs.configureClientConfig; exports.configureClientJsonApi = _chunk6T6QB6K2js.configureClientJsonApi; exports.configureI18n = _chunkX2MQ3WHXjs.configureI18n; exports.configureJsonApi = _chunkX2MQ3WHXjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.fitLayeredLayoutToAspectRatio = _chunkKCZ6SPUQjs.fitLayeredLayoutToAspectRatio; exports.getApiUrl = _chunkX2MQ3WHXjs.getApiUrl; exports.getAppUrl = _chunkX2MQ3WHXjs.getAppUrl; exports.getClientApiUrl = _chunk6T6QB6K2js.getClientApiUrl; exports.getClientAppUrl = _chunk6T6QB6K2js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk6T6QB6K2js.getClientTrackablePages; exports.getI18nLink = _chunkX2MQ3WHXjs.getI18nLink; exports.getPublicApiUrl = _chunkX2MQ3WHXjs.getPublicApiUrl; exports.getStripePublishableKey = _chunkX2MQ3WHXjs.getStripePublishableKey; exports.getTrackablePages = _chunkX2MQ3WHXjs.getTrackablePages; exports.registerTableGenerator = _chunkKCZ6SPUQjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkKCZ6SPUQjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkKCZ6SPUQjs.useContentTableStructure; exports.useCustomD3Graph = _chunkKCZ6SPUQjs.useCustomD3Graph; exports.useDataListRetriever = _chunkKCZ6SPUQjs.useDataListRetriever; exports.useDebounce = _chunkKCZ6SPUQjs.useDebounce; exports.useI18nDateFnsLocale = _chunkX2MQ3WHXjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkX2MQ3WHXjs.useI18nLocale; exports.useI18nRouter = _chunkX2MQ3WHXjs.useI18nRouter; exports.useI18nTranslations = _chunkX2MQ3WHXjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkKCZ6SPUQjs.useJsonApiGet; exports.useJsonApiMutation = _chunkKCZ6SPUQjs.useJsonApiMutation; exports.useNotificationSync = _chunkKCZ6SPUQjs.useNotificationSync; exports.useOAuthClient = _chunkKCZ6SPUQjs.useOAuthClient; exports.useOAuthClients = _chunkKCZ6SPUQjs.useOAuthClients; exports.useOAuthConsent = _chunkKCZ6SPUQjs.useOAuthConsent; exports.usePageTracker = _chunkKCZ6SPUQjs.usePageTracker; exports.usePageUrlGenerator = _chunkKCZ6SPUQjs.usePageUrlGenerator; exports.useRehydration = _chunkKCZ6SPUQjs.useRehydration; exports.useRehydrationList = _chunkKCZ6SPUQjs.useRehydrationList; exports.useRoleTableStructure = _chunkKCZ6SPUQjs.useRoleTableStructure; exports.useSocket = _chunkKCZ6SPUQjs.useSocket; exports.useSubscriptionStatus = _chunkKCZ6SPUQjs.useSubscriptionStatus; exports.useTableGenerator = _chunkKCZ6SPUQjs.useTableGenerator; exports.useUrlRewriter = _chunkKCZ6SPUQjs.useUrlRewriter; exports.useUserSearch = _chunkKCZ6SPUQjs.useUserSearch; exports.useUserTableStructure = _chunkKCZ6SPUQjs.useUserTableStructure;
|
|
129
129
|
//# 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-GCE4C7FG.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-RZDY4CIF.mjs";
|
|
46
46
|
import {
|
|
47
47
|
ClientJsonApiDelete,
|
|
48
48
|
ClientJsonApiGet,
|
|
@@ -54,7 +54,7 @@ import {
|
|
|
54
54
|
getClientApiUrl,
|
|
55
55
|
getClientAppUrl,
|
|
56
56
|
getClientTrackablePages
|
|
57
|
-
} from "../chunk-
|
|
57
|
+
} from "../chunk-G6B7RZWJ.mjs";
|
|
58
58
|
import {
|
|
59
59
|
getClientToken
|
|
60
60
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -1305,6 +1305,10 @@ declare function ForgotPassword(): React$1.JSX.Element;
|
|
|
1305
1305
|
declare function Login(): React$1.JSX.Element;
|
|
1306
1306
|
|
|
1307
1307
|
interface LogoutProps {
|
|
1308
|
+
/**
|
|
1309
|
+
* Extra app-owned localStorage keys to drop alongside the session. The
|
|
1310
|
+
* library's own `user` key is always cleared and does not need listing.
|
|
1311
|
+
*/
|
|
1308
1312
|
storageKeys?: string[];
|
|
1309
1313
|
}
|
|
1310
1314
|
declare function Logout({ storageKeys }: LogoutProps): React$1.JSX.Element;
|
|
@@ -1305,6 +1305,10 @@ declare function ForgotPassword(): React$1.JSX.Element;
|
|
|
1305
1305
|
declare function Login(): React$1.JSX.Element;
|
|
1306
1306
|
|
|
1307
1307
|
interface LogoutProps {
|
|
1308
|
+
/**
|
|
1309
|
+
* Extra app-owned localStorage keys to drop alongside the session. The
|
|
1310
|
+
* library's own `user` key is always cleared and does not need listing.
|
|
1311
|
+
*/
|
|
1308
1312
|
storageKeys?: string[];
|
|
1309
1313
|
}
|
|
1310
1314
|
declare function Logout({ storageKeys }: LogoutProps): React$1.JSX.Element;
|
package/dist/components/index.js
CHANGED
|
@@ -498,8 +498,8 @@
|
|
|
498
498
|
|
|
499
499
|
|
|
500
500
|
|
|
501
|
-
var
|
|
502
|
-
require('../chunk-
|
|
501
|
+
var _chunkKCZ6SPUQjs = require('../chunk-KCZ6SPUQ.js');
|
|
502
|
+
require('../chunk-X2MQ3WHX.js');
|
|
503
503
|
|
|
504
504
|
|
|
505
505
|
|
|
@@ -509,7 +509,7 @@ require('../chunk-OHG2YWNA.js');
|
|
|
509
509
|
|
|
510
510
|
|
|
511
511
|
|
|
512
|
-
var
|
|
512
|
+
var _chunk6T6QB6K2js = require('../chunk-6T6QB6K2.js');
|
|
513
513
|
require('../chunk-LXKSUWAV.js');
|
|
514
514
|
require('../chunk-IBS6NI7D.js');
|
|
515
515
|
require('../chunk-W42MYR3Y.js');
|
|
@@ -1029,5 +1029,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
1029
1029
|
|
|
1030
1030
|
|
|
1031
1031
|
|
|
1032
|
-
exports.ADMINISTRATION_I18N_KEYS = _chunk4I3UORNTjs.ADMINISTRATION_I18N_KEYS; exports.AI_CONNECTIONS_ADMIN_PAGE_URL = _chunk4I3UORNTjs.AI_CONNECTIONS_ADMIN_PAGE_URL; exports.AI_CONNECTIONS_I18N_KEYS = _chunk4I3UORNTjs.AI_CONNECTIONS_I18N_KEYS; exports.AI_CONNECTION_TYPE_ORDER = _chunk4I3UORNTjs.AI_CONNECTION_TYPE_ORDER; exports.AcceptInvitation = _chunk4I3UORNTjs.AcceptInvitation; exports.Accordion = _chunk4I3UORNTjs.Accordion; exports.AccordionContent = _chunk4I3UORNTjs.AccordionContent; exports.AccordionItem = _chunk4I3UORNTjs.AccordionItem; exports.AccordionTrigger = _chunk4I3UORNTjs.AccordionTrigger; exports.ActivateAccount = _chunk4I3UORNTjs.ActivateAccount; exports.AddUserToRole = _chunk4I3UORNTjs.AddUserToRole; exports.AdminCompanyContainer = _chunk4I3UORNTjs.AdminCompanyContainer; exports.AdminIndexContainer = _chunk4I3UORNTjs.AdminIndexContainer; exports.AdminIndexGrid = _chunk4I3UORNTjs.AdminIndexGrid; exports.AdminUsersList = _chunk4I3UORNTjs.AdminUsersList; exports.AiConnection = _chunkS2C5V2XZjs.AiConnection; exports.AiConnectionDeleter = _chunk4I3UORNTjs.AiConnectionDeleter; exports.AiConnectionEditor = _chunk4I3UORNTjs.AiConnectionEditor; exports.AiConnectionFields = _chunkS2C5V2XZjs.AiConnectionFields; exports.AiConnectionModule = _chunkS2C5V2XZjs.AiConnectionModule; exports.AiConnectionService = _chunkS2C5V2XZjs.AiConnectionService; exports.AiConnectionTypeCard = _chunk4I3UORNTjs.AiConnectionTypeCard; exports.AiConnectionsContainer = _chunk4I3UORNTjs.AiConnectionsContainer; exports.AiConnectionsProvider = _chunk4I3UORNTjs.AiConnectionsProvider; exports.Alert = _chunk4I3UORNTjs.Alert; exports.AlertAction = _chunk4I3UORNTjs.AlertAction; exports.AlertDescription = _chunk4I3UORNTjs.AlertDescription; exports.AlertDialog = _chunk4I3UORNTjs.AlertDialog; exports.AlertDialogAction = _chunk4I3UORNTjs.AlertDialogAction; exports.AlertDialogCancel = _chunk4I3UORNTjs.AlertDialogCancel; exports.AlertDialogContent = _chunk4I3UORNTjs.AlertDialogContent; exports.AlertDialogDescription = _chunk4I3UORNTjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk4I3UORNTjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk4I3UORNTjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk4I3UORNTjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk4I3UORNTjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk4I3UORNTjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk4I3UORNTjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk4I3UORNTjs.AlertDialogTrigger; exports.AlertTitle = _chunk4I3UORNTjs.AlertTitle; exports.AllUsersListContainer = _chunk4I3UORNTjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk4I3UORNTjs.AllowedUsersDetails; exports.ApprovalActionCard = _chunk4I3UORNTjs.ApprovalActionCard; exports.AssistantBlockNoteComposer = _chunk4I3UORNTjs.AssistantBlockNoteComposer; exports.AssistantContainer = _chunk4I3UORNTjs.AssistantContainer; exports.AssistantContainerWithApprovals = _chunk4I3UORNTjs.AssistantContainerWithApprovals; exports.AssistantPageContainer = _chunk4I3UORNTjs.AssistantPageContainer; exports.AttributeElement = _chunk4I3UORNTjs.AttributeElement; exports.AuthContainer = _chunk4I3UORNTjs.AuthContainer; exports.Avatar = _chunk4I3UORNTjs.Avatar; exports.AvatarBadge = _chunk4I3UORNTjs.AvatarBadge; exports.AvatarFallback = _chunk4I3UORNTjs.AvatarFallback; exports.AvatarGroup = _chunk4I3UORNTjs.AvatarGroup; exports.AvatarGroupCount = _chunk4I3UORNTjs.AvatarGroupCount; exports.AvatarImage = _chunk4I3UORNTjs.AvatarImage; exports.BackupCodesDialog = _chunk4I3UORNTjs.BackupCodesDialog; exports.Badge = _chunk4I3UORNTjs.Badge; exports.BlockNoteEditorContainer = _chunk4I3UORNTjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunk4I3UORNTjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunk4I3UORNTjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunk4I3UORNTjs.BlockNoteViewerContainer; exports.Board = _chunk4I3UORNTjs.KanbanBoard; exports.Breadcrumb = _chunk4I3UORNTjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk4I3UORNTjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk4I3UORNTjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk4I3UORNTjs.BreadcrumbLink; exports.BreadcrumbList = _chunk4I3UORNTjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk4I3UORNTjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk4I3UORNTjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk4I3UORNTjs.BreadcrumbSeparator; exports.Button = _chunk4I3UORNTjs.Button; exports.Calendar = _chunk4I3UORNTjs.Calendar; exports.CalendarDayButton = _chunk4I3UORNTjs.CalendarDayButton; exports.Card = _chunk4I3UORNTjs.Card; exports.CardAction = _chunk4I3UORNTjs.CardAction; exports.CardContent = _chunk4I3UORNTjs.CardContent; exports.CardDescription = _chunk4I3UORNTjs.CardDescription; exports.CardFooter = _chunk4I3UORNTjs.CardFooter; exports.CardHeader = _chunk4I3UORNTjs.CardHeader; exports.CardTitle = _chunk4I3UORNTjs.CardTitle; exports.Carousel = _chunk4I3UORNTjs.Carousel; exports.CarouselContent = _chunk4I3UORNTjs.CarouselContent; exports.CarouselItem = _chunk4I3UORNTjs.CarouselItem; exports.CarouselNext = _chunk4I3UORNTjs.CarouselNext; exports.CarouselPrevious = _chunk4I3UORNTjs.CarouselPrevious; exports.ChartContainer = _chunk4I3UORNTjs.ChartContainer; exports.ChartLegend = _chunk4I3UORNTjs.ChartLegend; exports.ChartLegendContent = _chunk4I3UORNTjs.ChartLegendContent; exports.ChartStyle = _chunk4I3UORNTjs.ChartStyle; exports.ChartTooltip = _chunk4I3UORNTjs.ChartTooltip; exports.ChartTooltipContent = _chunk4I3UORNTjs.ChartTooltipContent; exports.Checkbox = _chunk4I3UORNTjs.Checkbox; exports.Collapsible = _chunk4I3UORNTjs.Collapsible; exports.CollapsibleContent = _chunk4I3UORNTjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk4I3UORNTjs.CollapsibleTrigger; exports.Column = _chunk4I3UORNTjs.KanbanColumn; exports.ColumnHandle = _chunk4I3UORNTjs.KanbanColumnHandle; exports.Combobox = _chunk4I3UORNTjs.Combobox; exports.ComboboxChip = _chunk4I3UORNTjs.ComboboxChip; exports.ComboboxChips = _chunk4I3UORNTjs.ComboboxChips; exports.ComboboxChipsInput = _chunk4I3UORNTjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk4I3UORNTjs.ComboboxCollection; exports.ComboboxContent = _chunk4I3UORNTjs.ComboboxContent; exports.ComboboxEmpty = _chunk4I3UORNTjs.ComboboxEmpty; exports.ComboboxGroup = _chunk4I3UORNTjs.ComboboxGroup; exports.ComboboxInput = _chunk4I3UORNTjs.ComboboxInput; exports.ComboboxItem = _chunk4I3UORNTjs.ComboboxItem; exports.ComboboxLabel = _chunk4I3UORNTjs.ComboboxLabel; exports.ComboboxList = _chunk4I3UORNTjs.ComboboxList; exports.ComboboxSeparator = _chunk4I3UORNTjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk4I3UORNTjs.ComboboxTrigger; exports.ComboboxValue = _chunk4I3UORNTjs.ComboboxValue; exports.Command = _chunk4I3UORNTjs.Command; exports.CommandDialog = _chunk4I3UORNTjs.CommandDialog; exports.CommandEmpty = _chunk4I3UORNTjs.CommandEmpty; exports.CommandGroup = _chunk4I3UORNTjs.CommandGroup; exports.CommandInput = _chunk4I3UORNTjs.CommandInput; exports.CommandItem = _chunk4I3UORNTjs.CommandItem; exports.CommandList = _chunk4I3UORNTjs.CommandList; exports.CommandSeparator = _chunk4I3UORNTjs.CommandSeparator; exports.CommandShortcut = _chunk4I3UORNTjs.CommandShortcut; exports.CommonAddTrigger = _chunk4I3UORNTjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunk4I3UORNTjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk4I3UORNTjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk4I3UORNTjs.CommonDeleter; exports.CommonEditorButtons = _chunk4I3UORNTjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk4I3UORNTjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk4I3UORNTjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk4I3UORNTjs.CommonEditorTrigger; exports.CompaniesList = _chunk4I3UORNTjs.CompaniesList; exports.CompaniesListContainer = _chunk4I3UORNTjs.CompaniesListContainer; exports.CompanyConfigurationEditor = _chunk4I3UORNTjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk4I3UORNTjs.CompanyContainer; exports.CompanyContent = _chunk4I3UORNTjs.CompanyContent; exports.CompanyDeleter = _chunk4I3UORNTjs.CompanyDeleter; exports.CompanyDetails = _chunk4I3UORNTjs.CompanyDetails; exports.CompanyEditor = _chunk4I3UORNTjs.CompanyEditor; exports.CompanyUsersList = _chunk4I3UORNTjs.CompanyUsersList; exports.ConfirmDialog = _chunk4I3UORNTjs.ConfirmDialog; exports.ContentListGrid = _chunk4I3UORNTjs.ContentListGrid; exports.ContentListTable = _chunk4I3UORNTjs.ContentListTable; exports.ContentTableSearch = _chunk4I3UORNTjs.ContentTableSearch; exports.ContentTitle = _chunk4I3UORNTjs.ContentTitle; exports.ContentsList = _chunk4I3UORNTjs.ContentsList; exports.ContentsListById = _chunk4I3UORNTjs.ContentsListById; exports.ContextMenu = _chunk4I3UORNTjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk4I3UORNTjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk4I3UORNTjs.ContextMenuContent; exports.ContextMenuGroup = _chunk4I3UORNTjs.ContextMenuGroup; exports.ContextMenuItem = _chunk4I3UORNTjs.ContextMenuItem; exports.ContextMenuLabel = _chunk4I3UORNTjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk4I3UORNTjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk4I3UORNTjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk4I3UORNTjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk4I3UORNTjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk4I3UORNTjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk4I3UORNTjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk4I3UORNTjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk4I3UORNTjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk4I3UORNTjs.ContextMenuTrigger; exports.ContributorsList = _chunk4I3UORNTjs.ContributorsList; exports.Cookies = _chunk4I3UORNTjs.Cookies; exports.CurrencyInput = _chunk4I3UORNTjs.CurrencyInput; exports.DatePickerPopover = _chunk4I3UORNTjs.DatePickerPopover; exports.DateRangeSelector = _chunk4I3UORNTjs.DateRangeSelector; exports.DetailField = _chunk4I3UORNTjs.DetailField; exports.Dialog = _chunk4I3UORNTjs.Dialog; exports.DialogClose = _chunk4I3UORNTjs.DialogClose; exports.DialogContent = _chunk4I3UORNTjs.DialogContent; exports.DialogDescription = _chunk4I3UORNTjs.DialogDescription; exports.DialogFooter = _chunk4I3UORNTjs.DialogFooter; exports.DialogHeader = _chunk4I3UORNTjs.DialogHeader; exports.DialogOverlay = _chunk4I3UORNTjs.DialogOverlay; exports.DialogPortal = _chunk4I3UORNTjs.DialogPortal; exports.DialogTitle = _chunk4I3UORNTjs.DialogTitle; exports.DialogTrigger = _chunk4I3UORNTjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk4I3UORNTjs.DisableTwoFactorDialog; exports.Drawer = _chunk4I3UORNTjs.Drawer; exports.DrawerClose = _chunk4I3UORNTjs.DrawerClose; exports.DrawerContent = _chunk4I3UORNTjs.DrawerContent; exports.DrawerDescription = _chunk4I3UORNTjs.DrawerDescription; exports.DrawerFooter = _chunk4I3UORNTjs.DrawerFooter; exports.DrawerHeader = _chunk4I3UORNTjs.DrawerHeader; exports.DrawerOverlay = _chunk4I3UORNTjs.DrawerOverlay; exports.DrawerPortal = _chunk4I3UORNTjs.DrawerPortal; exports.DrawerTitle = _chunk4I3UORNTjs.DrawerTitle; exports.DrawerTrigger = _chunk4I3UORNTjs.DrawerTrigger; exports.DropdownMenu = _chunk4I3UORNTjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk4I3UORNTjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk4I3UORNTjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk4I3UORNTjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk4I3UORNTjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk4I3UORNTjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk4I3UORNTjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk4I3UORNTjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk4I3UORNTjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk4I3UORNTjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk4I3UORNTjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk4I3UORNTjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk4I3UORNTjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk4I3UORNTjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk4I3UORNTjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk4I3UORNTjs.EditableAvatar; exports.EditorSheet = _chunk4I3UORNTjs.EditorSheet; exports.EmptyState = _chunk4I3UORNTjs.EmptyState; exports.EntityAvatar = _chunk4I3UORNTjs.EntityAvatar; exports.EntityHero = _chunk4I3UORNTjs.EntityHero; exports.EntityHeroAvatar = _chunk4I3UORNTjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunk4I3UORNTjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunk4I3UORNTjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunk4I3UORNTjs.EntityMultiSelector; exports.EntitySection = _chunk4I3UORNTjs.EntitySection; exports.EntitySelector = _chunk4I3UORNTjs.EntitySelector; exports.ErrorDetails = _chunk4I3UORNTjs.ErrorDetails; exports.Field = _chunk4I3UORNTjs.Field; exports.FieldContent = _chunk4I3UORNTjs.FieldContent; exports.FieldDescription = _chunk4I3UORNTjs.FieldDescription; exports.FieldError = _chunk4I3UORNTjs.FieldError; exports.FieldGroup = _chunk4I3UORNTjs.FieldGroup; exports.FieldLabel = _chunk4I3UORNTjs.FieldLabel; exports.FieldLegend = _chunk4I3UORNTjs.FieldLegend; exports.FieldSeparator = _chunk4I3UORNTjs.FieldSeparator; exports.FieldSet = _chunk4I3UORNTjs.FieldSet; exports.FieldTitle = _chunk4I3UORNTjs.FieldTitle; exports.FileInput = _chunk4I3UORNTjs.FileInput; exports.FileUploader = _chunk4I3UORNTjs.FileUploader; exports.FileUploaderContent = _chunk4I3UORNTjs.FileUploaderContent; exports.FileUploaderItem = _chunk4I3UORNTjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk4I3UORNTjs.FiscalDataDisplay; exports.ForgotPassword = _chunk4I3UORNTjs.ForgotPassword; exports.Form = _chunk4I3UORNTjs.Form; exports.FormBlockNote = _chunk4I3UORNTjs.FormBlockNote; exports.FormBody = _chunk4I3UORNTjs.FormBody; exports.FormCheckbox = _chunk4I3UORNTjs.FormCheckbox; exports.FormCol = _chunk4I3UORNTjs.FormCol; exports.FormDate = _chunk4I3UORNTjs.FormDate; exports.FormDateTime = _chunk4I3UORNTjs.FormDateTime; exports.FormFeatures = _chunk4I3UORNTjs.FormFeatures; exports.FormFieldWrapper = _chunk4I3UORNTjs.FormFieldWrapper; exports.FormInput = _chunk4I3UORNTjs.FormInput; exports.FormPassword = _chunk4I3UORNTjs.FormPassword; exports.FormPlaceAutocomplete = _chunk4I3UORNTjs.FormPlaceAutocomplete; exports.FormRoles = _chunk4I3UORNTjs.FormRoles; exports.FormRow = _chunk4I3UORNTjs.FormRow; exports.FormSection = _chunk4I3UORNTjs.FormSection; exports.FormSelect = _chunk4I3UORNTjs.FormSelect; exports.FormSlider = _chunk4I3UORNTjs.FormSlider; exports.FormSwitch = _chunk4I3UORNTjs.FormSwitch; exports.FormTextarea = _chunk4I3UORNTjs.FormTextarea; exports.GdprConsentCheckbox = _chunk4I3UORNTjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk4I3UORNTjs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunk4I3UORNTjs.HEADER_ROW_MIN_H; exports.Header = _chunk4I3UORNTjs.Header; exports.HoverCard = _chunk4I3UORNTjs.HoverCard; exports.HoverCardContent = _chunk4I3UORNTjs.HoverCardContent; exports.HoverCardTrigger = _chunk4I3UORNTjs.HoverCardTrigger; exports.HowToCommand = _chunk4I3UORNTjs.HowToCommand; exports.HowToCommandViewer = _chunk4I3UORNTjs.HowToCommandViewer; exports.HowToContainer = _chunk4I3UORNTjs.HowToContainer; exports.HowToContent = _chunk4I3UORNTjs.HowToContent; exports.HowToDeleter = _chunk4I3UORNTjs.HowToDeleter; exports.HowToDetails = _chunk4I3UORNTjs.HowToDetails; exports.HowToEditor = _chunk4I3UORNTjs.HowToEditor; exports.HowToList = _chunk4I3UORNTjs.HowToList; exports.HowToListContainer = _chunk4I3UORNTjs.HowToListContainer; exports.HowToMultiSelector = _chunk4I3UORNTjs.HowToMultiSelector; exports.HowToSelector = _chunk4I3UORNTjs.HowToSelector; exports.Input = _chunk4I3UORNTjs.Input; exports.InputGroup = _chunk4I3UORNTjs.InputGroup; exports.InputGroupAddon = _chunk4I3UORNTjs.InputGroupAddon; exports.InputGroupButton = _chunk4I3UORNTjs.InputGroupButton; exports.InputGroupInput = _chunk4I3UORNTjs.InputGroupInput; exports.InputGroupText = _chunk4I3UORNTjs.InputGroupText; exports.InputGroupTextarea = _chunk4I3UORNTjs.InputGroupTextarea; exports.InputOTP = _chunk4I3UORNTjs.InputOTP; exports.InputOTPGroup = _chunk4I3UORNTjs.InputOTPGroup; exports.InputOTPSeparator = _chunk4I3UORNTjs.InputOTPSeparator; exports.InputOTPSlot = _chunk4I3UORNTjs.InputOTPSlot; exports.ItalianFiscalData = _chunk4I3UORNTjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk4I3UORNTjs.ItalianFiscalDataDisplay; exports.Item = _chunk4I3UORNTjs.KanbanItem; exports.ItemHandle = _chunk4I3UORNTjs.KanbanItemHandle; exports.Kanban = _chunk4I3UORNTjs.KanbanRoot; exports.KanbanBoard = _chunk4I3UORNTjs.KanbanBoard; exports.KanbanColumn = _chunk4I3UORNTjs.KanbanColumn; exports.KanbanColumnHandle = _chunk4I3UORNTjs.KanbanColumnHandle; exports.KanbanItem = _chunk4I3UORNTjs.KanbanItem; exports.KanbanItemHandle = _chunk4I3UORNTjs.KanbanItemHandle; exports.KanbanOverlay = _chunk4I3UORNTjs.KanbanOverlay; exports.Label = _chunk4I3UORNTjs.Label; exports.LandingComponent = _chunk4I3UORNTjs.LandingComponent; exports.Link = _chunk4I3UORNTjs.Link; exports.Login = _chunk4I3UORNTjs.Login; exports.Logout = _chunk4I3UORNTjs.Logout; exports.MessageItem = _chunk4I3UORNTjs.MessageItem; exports.MessageList = _chunk4I3UORNTjs.MessageList; exports.MessageSourcesPanel = _chunk4I3UORNTjs.MessageSourcesPanel; exports.MicroLabel = _chunk4I3UORNTjs.MicroLabel; exports.MobileNavigationBar = _chunk4I3UORNTjs.MobileNavigationBar; exports.ModeToggleSwitch = _chunk4I3UORNTjs.ModeToggleSwitch; exports.MultiSelect = _chunk4I3UORNTjs.MultiSelect; exports.MultipleSelector = _chunk4I3UORNTjs.MultipleSelector; exports.NavigationMenu = _chunk4I3UORNTjs.NavigationMenu; exports.NavigationMenuContent = _chunk4I3UORNTjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk4I3UORNTjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk4I3UORNTjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk4I3UORNTjs.NavigationMenuLink; exports.NavigationMenuList = _chunk4I3UORNTjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk4I3UORNTjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk4I3UORNTjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk4I3UORNTjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk4I3UORNTjs.NotificationMenuItem; exports.NotificationModal = _chunk4I3UORNTjs.NotificationModal; exports.NotificationToast = _chunk4I3UORNTjs.NotificationToast; exports.NotificationsList = _chunk4I3UORNTjs.NotificationsList; exports.NotificationsListContainer = _chunk4I3UORNTjs.NotificationsListContainer; exports.OAuthClientCard = _chunk4I3UORNTjs.OAuthClientCard; exports.OAuthClientDetail = _chunk4I3UORNTjs.OAuthClientDetail; exports.OAuthClientForm = _chunk4I3UORNTjs.OAuthClientForm; exports.OAuthClientList = _chunk4I3UORNTjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk4I3UORNTjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk4I3UORNTjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk4I3UORNTjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk4I3UORNTjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk4I3UORNTjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk4I3UORNTjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk4I3UORNTjs.OAuthScopeSelector; exports.OnboardingCard = _chunk4I3UORNTjs.OnboardingCard; exports.Overlay = _chunk4I3UORNTjs.KanbanOverlay; exports.PageContainer = _chunk4I3UORNTjs.PageContainer; exports.PageContainerContentDetails = _chunk4I3UORNTjs.PageContainerContentDetails; exports.PageContentContainer = _chunk4I3UORNTjs.PageContentContainer; exports.PageSection = _chunk4I3UORNTjs.PageSection; exports.PasskeyButton = _chunk4I3UORNTjs.PasskeyButton; exports.PasskeyList = _chunk4I3UORNTjs.PasskeyList; exports.PasskeySetupDialog = _chunk4I3UORNTjs.PasskeySetupDialog; exports.PasswordInput = _chunk4I3UORNTjs.PasswordInput; exports.PlatformUsersContainer = _chunk4I3UORNTjs.PlatformUsersContainer; exports.PlatformUsersList = _chunk4I3UORNTjs.PlatformUsersList; exports.Popover = _chunk4I3UORNTjs.Popover; exports.PopoverContent = _chunk4I3UORNTjs.PopoverContent; exports.PopoverDescription = _chunk4I3UORNTjs.PopoverDescription; exports.PopoverHeader = _chunk4I3UORNTjs.PopoverHeader; exports.PopoverTitle = _chunk4I3UORNTjs.PopoverTitle; exports.PopoverTrigger = _chunk4I3UORNTjs.PopoverTrigger; exports.Progress = _chunk4I3UORNTjs.Progress; exports.ProgressIndicator = _chunk4I3UORNTjs.ProgressIndicator; exports.ProgressLabel = _chunk4I3UORNTjs.ProgressLabel; exports.ProgressTrack = _chunk4I3UORNTjs.ProgressTrack; exports.ProgressValue = _chunk4I3UORNTjs.ProgressValue; exports.PushNotificationProvider = _chunk4I3UORNTjs.PushNotificationProvider; exports.RadioGroup = _chunk4I3UORNTjs.RadioGroup; exports.RadioGroupItem = _chunk4I3UORNTjs.RadioGroupItem; exports.RbacByRoleContainer = _chunk4I3UORNTjs.RbacByRoleContainer; exports.RbacContainer = _chunk4I3UORNTjs.RbacContainer; exports.RbacPermissionCell = _chunk4I3UORNTjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk4I3UORNTjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunk4I3UORNTjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk4I3UORNTjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk4I3UORNTjs.ReferralCodeCapture; exports.ReferralDialog = _chunk4I3UORNTjs.ReferralDialog; exports.ReferralWidget = _chunk4I3UORNTjs.ReferralWidget; exports.RefreshUser = _chunk4I3UORNTjs.RefreshUser; exports.RelevantContentsList = _chunk4I3UORNTjs.RelevantContentsList; exports.RelevantUsersList = _chunk4I3UORNTjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk4I3UORNTjs.RemoveUserFromRole; exports.ResetPassword = _chunk4I3UORNTjs.ResetPassword; exports.ResizableHandle = _chunk4I3UORNTjs.ResizableHandle; exports.ResizablePanel = _chunk4I3UORNTjs.ResizablePanel; exports.ResizablePanelGroup = _chunk4I3UORNTjs.ResizablePanelGroup; exports.RoleContainer = _chunk4I3UORNTjs.RoleContainer; exports.RoleDetails = _chunk4I3UORNTjs.RoleDetails; exports.RoleUsersList = _chunk4I3UORNTjs.RoleUsersList; exports.RolesList = _chunk4I3UORNTjs.RolesList; exports.Root = _chunk4I3UORNTjs.KanbanRoot; exports.RoundPageContainer = _chunk4I3UORNTjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk4I3UORNTjs.RoundPageContainerTitle; exports.ScrollArea = _chunk4I3UORNTjs.ScrollArea; exports.ScrollBar = _chunk4I3UORNTjs.ScrollBar; exports.SectionHeader = _chunk4I3UORNTjs.SectionHeader; exports.SecurityContainer = _chunk4I3UORNTjs.SecurityContainer; exports.Select = _chunk4I3UORNTjs.Select; exports.SelectContent = _chunk4I3UORNTjs.SelectContent; exports.SelectGroup = _chunk4I3UORNTjs.SelectGroup; exports.SelectItem = _chunk4I3UORNTjs.SelectItem; exports.SelectLabel = _chunk4I3UORNTjs.SelectLabel; exports.SelectScrollDownButton = _chunk4I3UORNTjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk4I3UORNTjs.SelectScrollUpButton; exports.SelectSeparator = _chunk4I3UORNTjs.SelectSeparator; exports.SelectTrigger = _chunk4I3UORNTjs.SelectTrigger; exports.SelectValue = _chunk4I3UORNTjs.SelectValue; exports.Separator = _chunk4I3UORNTjs.Separator; exports.Sheet = _chunk4I3UORNTjs.Sheet; exports.SheetClose = _chunk4I3UORNTjs.SheetClose; exports.SheetContent = _chunk4I3UORNTjs.SheetContent; exports.SheetDescription = _chunk4I3UORNTjs.SheetDescription; exports.SheetFooter = _chunk4I3UORNTjs.SheetFooter; exports.SheetHeader = _chunk4I3UORNTjs.SheetHeader; exports.SheetTitle = _chunk4I3UORNTjs.SheetTitle; exports.SheetTrigger = _chunk4I3UORNTjs.SheetTrigger; exports.Sidebar = _chunk4I3UORNTjs.Sidebar; exports.SidebarContent = _chunk4I3UORNTjs.SidebarContent; exports.SidebarFooter = _chunk4I3UORNTjs.SidebarFooter; exports.SidebarGroup = _chunk4I3UORNTjs.SidebarGroup; exports.SidebarGroupAction = _chunk4I3UORNTjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk4I3UORNTjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk4I3UORNTjs.SidebarGroupLabel; exports.SidebarHeader = _chunk4I3UORNTjs.SidebarHeader; exports.SidebarInput = _chunk4I3UORNTjs.SidebarInput; exports.SidebarInset = _chunk4I3UORNTjs.SidebarInset; exports.SidebarMenu = _chunk4I3UORNTjs.SidebarMenu; exports.SidebarMenuAction = _chunk4I3UORNTjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk4I3UORNTjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk4I3UORNTjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk4I3UORNTjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk4I3UORNTjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk4I3UORNTjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk4I3UORNTjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk4I3UORNTjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk4I3UORNTjs.SidebarProvider; exports.SidebarRail = _chunk4I3UORNTjs.SidebarRail; exports.SidebarSeparator = _chunk4I3UORNTjs.SidebarSeparator; exports.SidebarTrigger = _chunk4I3UORNTjs.SidebarTrigger; exports.Skeleton = _chunk4I3UORNTjs.Skeleton; exports.Slider = _chunk4I3UORNTjs.Slider; exports.Spinner = _chunk4I3UORNTjs.Spinner; exports.Switch = _chunk4I3UORNTjs.Switch; exports.Table = _chunk4I3UORNTjs.Table; exports.TableBody = _chunk4I3UORNTjs.TableBody; exports.TableCaption = _chunk4I3UORNTjs.TableCaption; exports.TableCell = _chunk4I3UORNTjs.TableCell; exports.TableCellAvatar = _chunk4I3UORNTjs.TableCellAvatar; exports.TableFooter = _chunk4I3UORNTjs.TableFooter; exports.TableHead = _chunk4I3UORNTjs.TableHead; exports.TableHeader = _chunk4I3UORNTjs.TableHeader; exports.TableRow = _chunk4I3UORNTjs.TableRow; exports.Tabs = _chunk4I3UORNTjs.Tabs; exports.TabsContainer = _chunk4I3UORNTjs.TabsContainer; exports.TabsContent = _chunk4I3UORNTjs.TabsContent; exports.TabsList = _chunk4I3UORNTjs.TabsList; exports.TabsTrigger = _chunk4I3UORNTjs.TabsTrigger; exports.Textarea = _chunk4I3UORNTjs.Textarea; exports.Toaster = _chunk4I3UORNTjs.Toaster; exports.Toggle = _chunk4I3UORNTjs.Toggle; exports.TokenStatusIndicator = _chunk4I3UORNTjs.TokenStatusIndicator; exports.Tooltip = _chunk4I3UORNTjs.Tooltip; exports.TooltipContent = _chunk4I3UORNTjs.TooltipContent; exports.TooltipProvider = _chunk4I3UORNTjs.TooltipProvider; exports.TooltipTrigger = _chunk4I3UORNTjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk4I3UORNTjs.TotpAuthenticatorList; exports.TotpInput = _chunk4I3UORNTjs.TotpInput; exports.TotpSetupDialog = _chunk4I3UORNTjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk4I3UORNTjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk4I3UORNTjs.TwoFactorSettings; exports.UserAvatar = _chunk4I3UORNTjs.UserAvatar; exports.UserAvatarEditor = _chunk4I3UORNTjs.UserAvatarEditor; exports.UserAvatarList = _chunk4I3UORNTjs.UserAvatarList; exports.UserContainer = _chunk4I3UORNTjs.UserContainer; exports.UserContent = _chunk4I3UORNTjs.UserContent; exports.UserDeleter = _chunk4I3UORNTjs.UserDeleter; exports.UserEditor = _chunk4I3UORNTjs.UserEditor; exports.UserIndexContainer = _chunk4I3UORNTjs.UserIndexContainer; exports.UserIndexDetails = _chunk4I3UORNTjs.UserIndexDetails; exports.UserListInAdd = _chunk4I3UORNTjs.UserListInAdd; exports.UserMultiSelect = _chunk4I3UORNTjs.UserMultiSelect; exports.UserReactivator = _chunk4I3UORNTjs.UserReactivator; exports.UserResentInvitationEmail = _chunk4I3UORNTjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk4I3UORNTjs.UserRoleAdd; exports.UserRolesList = _chunk4I3UORNTjs.UserRolesList; exports.UserSearchPopover = _chunk4I3UORNTjs.UserSearchPopover; exports.UserSelector = _chunk4I3UORNTjs.UserSelector; exports.UserStanadaloneDetails = _chunk4I3UORNTjs.UserStanadaloneDetails; exports.UsersList = _chunk4I3UORNTjs.UsersList; exports.UsersListByContentIds = _chunk4I3UORNTjs.UsersListByContentIds; exports.UsersListContainer = _chunk4I3UORNTjs.UsersListContainer; exports.WaitlistConfirmation = _chunk4I3UORNTjs.WaitlistConfirmation; exports.WaitlistForm = _chunk4I3UORNTjs.WaitlistForm; exports.WaitlistHeroSection = _chunk4I3UORNTjs.WaitlistHeroSection; exports.WaitlistList = _chunk4I3UORNTjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk4I3UORNTjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk4I3UORNTjs.WaitlistSuccessState; exports.badgeVariants = _chunk4I3UORNTjs.badgeVariants; exports.buttonVariants = _chunk4I3UORNTjs.buttonVariants; exports.cellComponent = _chunk4I3UORNTjs.cellComponent; exports.cellDate = _chunk4I3UORNTjs.cellDate; exports.cellDateTime = _chunk4I3UORNTjs.cellDateTime; exports.cellId = _chunk4I3UORNTjs.cellId; exports.cellLink = _chunk4I3UORNTjs.cellLink; exports.cellUrl = _chunk4I3UORNTjs.cellUrl; exports.createMentionInlineContentSpec = _chunk4I3UORNTjs.createMentionInlineContentSpec; exports.errorToast = _chunk4I3UORNTjs.errorToast; exports.generateNotificationData = _chunk4I3UORNTjs.generateNotificationData; exports.getIcon = _chunkS2C5V2XZjs.getIcon; exports.getIconByModule = _chunkS2C5V2XZjs.getIconByModule; exports.getIconByModuleName = _chunkS2C5V2XZjs.getIconByModuleName; exports.getInitials = _chunkS2C5V2XZjs.getInitials; exports.mentionDataAttrs = _chunk4I3UORNTjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunk4I3UORNTjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk4I3UORNTjs.parseFiscalData; exports.parseMentionElement = _chunk4I3UORNTjs.parseMentionElement; exports.partitionTabs = _chunk4I3UORNTjs.partitionTabs; exports.spinnerVariants = _chunk4I3UORNTjs.spinnerVariants; exports.tabsListVariants = _chunk4I3UORNTjs.tabsListVariants; exports.toggleVariants = _chunk4I3UORNTjs.toggleVariants; exports.triggerAssociationToast = _chunk4I3UORNTjs.triggerAssociationToast; exports.useAiConnections = _chunk4I3UORNTjs.useAiConnections; exports.useCarousel = _chunk4I3UORNTjs.useCarousel; exports.useComboboxAnchor = _chunk4I3UORNTjs.useComboboxAnchor; exports.useDebounce = _chunk4I3UORNTjs.useDebounce2; exports.useEditorDialog = _chunk4I3UORNTjs.useEditorDialog; exports.useFileUpload = _chunk4I3UORNTjs.useFileUpload; exports.useMentionInsert = _chunk4I3UORNTjs.useMentionInsert; exports.useSidebar = _chunk4I3UORNTjs.useSidebar;
|
|
1032
|
+
exports.ADMINISTRATION_I18N_KEYS = _chunkKCZ6SPUQjs.ADMINISTRATION_I18N_KEYS; exports.AI_CONNECTIONS_ADMIN_PAGE_URL = _chunkKCZ6SPUQjs.AI_CONNECTIONS_ADMIN_PAGE_URL; exports.AI_CONNECTIONS_I18N_KEYS = _chunkKCZ6SPUQjs.AI_CONNECTIONS_I18N_KEYS; exports.AI_CONNECTION_TYPE_ORDER = _chunkKCZ6SPUQjs.AI_CONNECTION_TYPE_ORDER; exports.AcceptInvitation = _chunkKCZ6SPUQjs.AcceptInvitation; exports.Accordion = _chunkKCZ6SPUQjs.Accordion; exports.AccordionContent = _chunkKCZ6SPUQjs.AccordionContent; exports.AccordionItem = _chunkKCZ6SPUQjs.AccordionItem; exports.AccordionTrigger = _chunkKCZ6SPUQjs.AccordionTrigger; exports.ActivateAccount = _chunkKCZ6SPUQjs.ActivateAccount; exports.AddUserToRole = _chunkKCZ6SPUQjs.AddUserToRole; exports.AdminCompanyContainer = _chunkKCZ6SPUQjs.AdminCompanyContainer; exports.AdminIndexContainer = _chunkKCZ6SPUQjs.AdminIndexContainer; exports.AdminIndexGrid = _chunkKCZ6SPUQjs.AdminIndexGrid; exports.AdminUsersList = _chunkKCZ6SPUQjs.AdminUsersList; exports.AiConnection = _chunk6T6QB6K2js.AiConnection; exports.AiConnectionDeleter = _chunkKCZ6SPUQjs.AiConnectionDeleter; exports.AiConnectionEditor = _chunkKCZ6SPUQjs.AiConnectionEditor; exports.AiConnectionFields = _chunk6T6QB6K2js.AiConnectionFields; exports.AiConnectionModule = _chunk6T6QB6K2js.AiConnectionModule; exports.AiConnectionService = _chunk6T6QB6K2js.AiConnectionService; exports.AiConnectionTypeCard = _chunkKCZ6SPUQjs.AiConnectionTypeCard; exports.AiConnectionsContainer = _chunkKCZ6SPUQjs.AiConnectionsContainer; exports.AiConnectionsProvider = _chunkKCZ6SPUQjs.AiConnectionsProvider; exports.Alert = _chunkKCZ6SPUQjs.Alert; exports.AlertAction = _chunkKCZ6SPUQjs.AlertAction; exports.AlertDescription = _chunkKCZ6SPUQjs.AlertDescription; exports.AlertDialog = _chunkKCZ6SPUQjs.AlertDialog; exports.AlertDialogAction = _chunkKCZ6SPUQjs.AlertDialogAction; exports.AlertDialogCancel = _chunkKCZ6SPUQjs.AlertDialogCancel; exports.AlertDialogContent = _chunkKCZ6SPUQjs.AlertDialogContent; exports.AlertDialogDescription = _chunkKCZ6SPUQjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkKCZ6SPUQjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkKCZ6SPUQjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkKCZ6SPUQjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkKCZ6SPUQjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkKCZ6SPUQjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkKCZ6SPUQjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkKCZ6SPUQjs.AlertDialogTrigger; exports.AlertTitle = _chunkKCZ6SPUQjs.AlertTitle; exports.AllUsersListContainer = _chunkKCZ6SPUQjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunkKCZ6SPUQjs.AllowedUsersDetails; exports.ApprovalActionCard = _chunkKCZ6SPUQjs.ApprovalActionCard; exports.AssistantBlockNoteComposer = _chunkKCZ6SPUQjs.AssistantBlockNoteComposer; exports.AssistantContainer = _chunkKCZ6SPUQjs.AssistantContainer; exports.AssistantContainerWithApprovals = _chunkKCZ6SPUQjs.AssistantContainerWithApprovals; exports.AssistantPageContainer = _chunkKCZ6SPUQjs.AssistantPageContainer; exports.AttributeElement = _chunkKCZ6SPUQjs.AttributeElement; exports.AuthContainer = _chunkKCZ6SPUQjs.AuthContainer; exports.Avatar = _chunkKCZ6SPUQjs.Avatar; exports.AvatarBadge = _chunkKCZ6SPUQjs.AvatarBadge; exports.AvatarFallback = _chunkKCZ6SPUQjs.AvatarFallback; exports.AvatarGroup = _chunkKCZ6SPUQjs.AvatarGroup; exports.AvatarGroupCount = _chunkKCZ6SPUQjs.AvatarGroupCount; exports.AvatarImage = _chunkKCZ6SPUQjs.AvatarImage; exports.BackupCodesDialog = _chunkKCZ6SPUQjs.BackupCodesDialog; exports.Badge = _chunkKCZ6SPUQjs.Badge; exports.BlockNoteEditorContainer = _chunkKCZ6SPUQjs.BlockNoteEditorContainer; exports.BlockNoteEditorMentionHoverCard = _chunkKCZ6SPUQjs.BlockNoteEditorMentionHoverCard; exports.BlockNoteEditorMentionSuggestionMenu = _chunkKCZ6SPUQjs.BlockNoteEditorMentionSuggestionMenu; exports.BlockNoteViewerContainer = _chunkKCZ6SPUQjs.BlockNoteViewerContainer; exports.Board = _chunkKCZ6SPUQjs.KanbanBoard; exports.Breadcrumb = _chunkKCZ6SPUQjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkKCZ6SPUQjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkKCZ6SPUQjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkKCZ6SPUQjs.BreadcrumbLink; exports.BreadcrumbList = _chunkKCZ6SPUQjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkKCZ6SPUQjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkKCZ6SPUQjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkKCZ6SPUQjs.BreadcrumbSeparator; exports.Button = _chunkKCZ6SPUQjs.Button; exports.Calendar = _chunkKCZ6SPUQjs.Calendar; exports.CalendarDayButton = _chunkKCZ6SPUQjs.CalendarDayButton; exports.Card = _chunkKCZ6SPUQjs.Card; exports.CardAction = _chunkKCZ6SPUQjs.CardAction; exports.CardContent = _chunkKCZ6SPUQjs.CardContent; exports.CardDescription = _chunkKCZ6SPUQjs.CardDescription; exports.CardFooter = _chunkKCZ6SPUQjs.CardFooter; exports.CardHeader = _chunkKCZ6SPUQjs.CardHeader; exports.CardTitle = _chunkKCZ6SPUQjs.CardTitle; exports.Carousel = _chunkKCZ6SPUQjs.Carousel; exports.CarouselContent = _chunkKCZ6SPUQjs.CarouselContent; exports.CarouselItem = _chunkKCZ6SPUQjs.CarouselItem; exports.CarouselNext = _chunkKCZ6SPUQjs.CarouselNext; exports.CarouselPrevious = _chunkKCZ6SPUQjs.CarouselPrevious; exports.ChartContainer = _chunkKCZ6SPUQjs.ChartContainer; exports.ChartLegend = _chunkKCZ6SPUQjs.ChartLegend; exports.ChartLegendContent = _chunkKCZ6SPUQjs.ChartLegendContent; exports.ChartStyle = _chunkKCZ6SPUQjs.ChartStyle; exports.ChartTooltip = _chunkKCZ6SPUQjs.ChartTooltip; exports.ChartTooltipContent = _chunkKCZ6SPUQjs.ChartTooltipContent; exports.Checkbox = _chunkKCZ6SPUQjs.Checkbox; exports.Collapsible = _chunkKCZ6SPUQjs.Collapsible; exports.CollapsibleContent = _chunkKCZ6SPUQjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkKCZ6SPUQjs.CollapsibleTrigger; exports.Column = _chunkKCZ6SPUQjs.KanbanColumn; exports.ColumnHandle = _chunkKCZ6SPUQjs.KanbanColumnHandle; exports.Combobox = _chunkKCZ6SPUQjs.Combobox; exports.ComboboxChip = _chunkKCZ6SPUQjs.ComboboxChip; exports.ComboboxChips = _chunkKCZ6SPUQjs.ComboboxChips; exports.ComboboxChipsInput = _chunkKCZ6SPUQjs.ComboboxChipsInput; exports.ComboboxCollection = _chunkKCZ6SPUQjs.ComboboxCollection; exports.ComboboxContent = _chunkKCZ6SPUQjs.ComboboxContent; exports.ComboboxEmpty = _chunkKCZ6SPUQjs.ComboboxEmpty; exports.ComboboxGroup = _chunkKCZ6SPUQjs.ComboboxGroup; exports.ComboboxInput = _chunkKCZ6SPUQjs.ComboboxInput; exports.ComboboxItem = _chunkKCZ6SPUQjs.ComboboxItem; exports.ComboboxLabel = _chunkKCZ6SPUQjs.ComboboxLabel; exports.ComboboxList = _chunkKCZ6SPUQjs.ComboboxList; exports.ComboboxSeparator = _chunkKCZ6SPUQjs.ComboboxSeparator; exports.ComboboxTrigger = _chunkKCZ6SPUQjs.ComboboxTrigger; exports.ComboboxValue = _chunkKCZ6SPUQjs.ComboboxValue; exports.Command = _chunkKCZ6SPUQjs.Command; exports.CommandDialog = _chunkKCZ6SPUQjs.CommandDialog; exports.CommandEmpty = _chunkKCZ6SPUQjs.CommandEmpty; exports.CommandGroup = _chunkKCZ6SPUQjs.CommandGroup; exports.CommandInput = _chunkKCZ6SPUQjs.CommandInput; exports.CommandItem = _chunkKCZ6SPUQjs.CommandItem; exports.CommandList = _chunkKCZ6SPUQjs.CommandList; exports.CommandSeparator = _chunkKCZ6SPUQjs.CommandSeparator; exports.CommandShortcut = _chunkKCZ6SPUQjs.CommandShortcut; exports.CommonAddTrigger = _chunkKCZ6SPUQjs.CommonAddTrigger; exports.CommonAssociationCommandDialog = _chunkKCZ6SPUQjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkKCZ6SPUQjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkKCZ6SPUQjs.CommonDeleter; exports.CommonEditorButtons = _chunkKCZ6SPUQjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunkKCZ6SPUQjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunkKCZ6SPUQjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkKCZ6SPUQjs.CommonEditorTrigger; exports.CompaniesList = _chunkKCZ6SPUQjs.CompaniesList; exports.CompaniesListContainer = _chunkKCZ6SPUQjs.CompaniesListContainer; exports.CompanyConfigurationEditor = _chunkKCZ6SPUQjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunkKCZ6SPUQjs.CompanyContainer; exports.CompanyContent = _chunkKCZ6SPUQjs.CompanyContent; exports.CompanyDeleter = _chunkKCZ6SPUQjs.CompanyDeleter; exports.CompanyDetails = _chunkKCZ6SPUQjs.CompanyDetails; exports.CompanyEditor = _chunkKCZ6SPUQjs.CompanyEditor; exports.CompanyUsersList = _chunkKCZ6SPUQjs.CompanyUsersList; exports.ConfirmDialog = _chunkKCZ6SPUQjs.ConfirmDialog; exports.ContentListGrid = _chunkKCZ6SPUQjs.ContentListGrid; exports.ContentListTable = _chunkKCZ6SPUQjs.ContentListTable; exports.ContentTableSearch = _chunkKCZ6SPUQjs.ContentTableSearch; exports.ContentTitle = _chunkKCZ6SPUQjs.ContentTitle; exports.ContentsList = _chunkKCZ6SPUQjs.ContentsList; exports.ContentsListById = _chunkKCZ6SPUQjs.ContentsListById; exports.ContextMenu = _chunkKCZ6SPUQjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkKCZ6SPUQjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkKCZ6SPUQjs.ContextMenuContent; exports.ContextMenuGroup = _chunkKCZ6SPUQjs.ContextMenuGroup; exports.ContextMenuItem = _chunkKCZ6SPUQjs.ContextMenuItem; exports.ContextMenuLabel = _chunkKCZ6SPUQjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkKCZ6SPUQjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkKCZ6SPUQjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkKCZ6SPUQjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkKCZ6SPUQjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkKCZ6SPUQjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkKCZ6SPUQjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkKCZ6SPUQjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkKCZ6SPUQjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkKCZ6SPUQjs.ContextMenuTrigger; exports.ContributorsList = _chunkKCZ6SPUQjs.ContributorsList; exports.Cookies = _chunkKCZ6SPUQjs.Cookies; exports.CurrencyInput = _chunkKCZ6SPUQjs.CurrencyInput; exports.DatePickerPopover = _chunkKCZ6SPUQjs.DatePickerPopover; exports.DateRangeSelector = _chunkKCZ6SPUQjs.DateRangeSelector; exports.DetailField = _chunkKCZ6SPUQjs.DetailField; exports.Dialog = _chunkKCZ6SPUQjs.Dialog; exports.DialogClose = _chunkKCZ6SPUQjs.DialogClose; exports.DialogContent = _chunkKCZ6SPUQjs.DialogContent; exports.DialogDescription = _chunkKCZ6SPUQjs.DialogDescription; exports.DialogFooter = _chunkKCZ6SPUQjs.DialogFooter; exports.DialogHeader = _chunkKCZ6SPUQjs.DialogHeader; exports.DialogOverlay = _chunkKCZ6SPUQjs.DialogOverlay; exports.DialogPortal = _chunkKCZ6SPUQjs.DialogPortal; exports.DialogTitle = _chunkKCZ6SPUQjs.DialogTitle; exports.DialogTrigger = _chunkKCZ6SPUQjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunkKCZ6SPUQjs.DisableTwoFactorDialog; exports.Drawer = _chunkKCZ6SPUQjs.Drawer; exports.DrawerClose = _chunkKCZ6SPUQjs.DrawerClose; exports.DrawerContent = _chunkKCZ6SPUQjs.DrawerContent; exports.DrawerDescription = _chunkKCZ6SPUQjs.DrawerDescription; exports.DrawerFooter = _chunkKCZ6SPUQjs.DrawerFooter; exports.DrawerHeader = _chunkKCZ6SPUQjs.DrawerHeader; exports.DrawerOverlay = _chunkKCZ6SPUQjs.DrawerOverlay; exports.DrawerPortal = _chunkKCZ6SPUQjs.DrawerPortal; exports.DrawerTitle = _chunkKCZ6SPUQjs.DrawerTitle; exports.DrawerTrigger = _chunkKCZ6SPUQjs.DrawerTrigger; exports.DropdownMenu = _chunkKCZ6SPUQjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkKCZ6SPUQjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkKCZ6SPUQjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkKCZ6SPUQjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkKCZ6SPUQjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkKCZ6SPUQjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkKCZ6SPUQjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkKCZ6SPUQjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkKCZ6SPUQjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkKCZ6SPUQjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkKCZ6SPUQjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkKCZ6SPUQjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkKCZ6SPUQjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkKCZ6SPUQjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkKCZ6SPUQjs.DropdownMenuTrigger; exports.EditableAvatar = _chunkKCZ6SPUQjs.EditableAvatar; exports.EditorSheet = _chunkKCZ6SPUQjs.EditorSheet; exports.EmptyState = _chunkKCZ6SPUQjs.EmptyState; exports.EntityAvatar = _chunkKCZ6SPUQjs.EntityAvatar; exports.EntityHero = _chunkKCZ6SPUQjs.EntityHero; exports.EntityHeroAvatar = _chunkKCZ6SPUQjs.EntityHeroAvatar; exports.EntityHeroLayout = _chunkKCZ6SPUQjs.EntityHeroLayout; exports.EntityHeroMetaRow = _chunkKCZ6SPUQjs.EntityHeroMetaRow; exports.EntityMultiSelector = _chunkKCZ6SPUQjs.EntityMultiSelector; exports.EntitySection = _chunkKCZ6SPUQjs.EntitySection; exports.EntitySelector = _chunkKCZ6SPUQjs.EntitySelector; exports.ErrorDetails = _chunkKCZ6SPUQjs.ErrorDetails; exports.Field = _chunkKCZ6SPUQjs.Field; exports.FieldContent = _chunkKCZ6SPUQjs.FieldContent; exports.FieldDescription = _chunkKCZ6SPUQjs.FieldDescription; exports.FieldError = _chunkKCZ6SPUQjs.FieldError; exports.FieldGroup = _chunkKCZ6SPUQjs.FieldGroup; exports.FieldLabel = _chunkKCZ6SPUQjs.FieldLabel; exports.FieldLegend = _chunkKCZ6SPUQjs.FieldLegend; exports.FieldSeparator = _chunkKCZ6SPUQjs.FieldSeparator; exports.FieldSet = _chunkKCZ6SPUQjs.FieldSet; exports.FieldTitle = _chunkKCZ6SPUQjs.FieldTitle; exports.FileInput = _chunkKCZ6SPUQjs.FileInput; exports.FileUploader = _chunkKCZ6SPUQjs.FileUploader; exports.FileUploaderContent = _chunkKCZ6SPUQjs.FileUploaderContent; exports.FileUploaderItem = _chunkKCZ6SPUQjs.FileUploaderItem; exports.FiscalDataDisplay = _chunkKCZ6SPUQjs.FiscalDataDisplay; exports.ForgotPassword = _chunkKCZ6SPUQjs.ForgotPassword; exports.Form = _chunkKCZ6SPUQjs.Form; exports.FormBlockNote = _chunkKCZ6SPUQjs.FormBlockNote; exports.FormBody = _chunkKCZ6SPUQjs.FormBody; exports.FormCheckbox = _chunkKCZ6SPUQjs.FormCheckbox; exports.FormCol = _chunkKCZ6SPUQjs.FormCol; exports.FormDate = _chunkKCZ6SPUQjs.FormDate; exports.FormDateTime = _chunkKCZ6SPUQjs.FormDateTime; exports.FormFeatures = _chunkKCZ6SPUQjs.FormFeatures; exports.FormFieldWrapper = _chunkKCZ6SPUQjs.FormFieldWrapper; exports.FormInput = _chunkKCZ6SPUQjs.FormInput; exports.FormPassword = _chunkKCZ6SPUQjs.FormPassword; exports.FormPlaceAutocomplete = _chunkKCZ6SPUQjs.FormPlaceAutocomplete; exports.FormRoles = _chunkKCZ6SPUQjs.FormRoles; exports.FormRow = _chunkKCZ6SPUQjs.FormRow; exports.FormSection = _chunkKCZ6SPUQjs.FormSection; exports.FormSelect = _chunkKCZ6SPUQjs.FormSelect; exports.FormSlider = _chunkKCZ6SPUQjs.FormSlider; exports.FormSwitch = _chunkKCZ6SPUQjs.FormSwitch; exports.FormTextarea = _chunkKCZ6SPUQjs.FormTextarea; exports.GdprConsentCheckbox = _chunkKCZ6SPUQjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkKCZ6SPUQjs.GdprConsentSection; exports.HEADER_ROW_MIN_H = _chunkKCZ6SPUQjs.HEADER_ROW_MIN_H; exports.Header = _chunkKCZ6SPUQjs.Header; exports.HoverCard = _chunkKCZ6SPUQjs.HoverCard; exports.HoverCardContent = _chunkKCZ6SPUQjs.HoverCardContent; exports.HoverCardTrigger = _chunkKCZ6SPUQjs.HoverCardTrigger; exports.HowToCommand = _chunkKCZ6SPUQjs.HowToCommand; exports.HowToCommandViewer = _chunkKCZ6SPUQjs.HowToCommandViewer; exports.HowToContainer = _chunkKCZ6SPUQjs.HowToContainer; exports.HowToContent = _chunkKCZ6SPUQjs.HowToContent; exports.HowToDeleter = _chunkKCZ6SPUQjs.HowToDeleter; exports.HowToDetails = _chunkKCZ6SPUQjs.HowToDetails; exports.HowToEditor = _chunkKCZ6SPUQjs.HowToEditor; exports.HowToList = _chunkKCZ6SPUQjs.HowToList; exports.HowToListContainer = _chunkKCZ6SPUQjs.HowToListContainer; exports.HowToMultiSelector = _chunkKCZ6SPUQjs.HowToMultiSelector; exports.HowToSelector = _chunkKCZ6SPUQjs.HowToSelector; exports.Input = _chunkKCZ6SPUQjs.Input; exports.InputGroup = _chunkKCZ6SPUQjs.InputGroup; exports.InputGroupAddon = _chunkKCZ6SPUQjs.InputGroupAddon; exports.InputGroupButton = _chunkKCZ6SPUQjs.InputGroupButton; exports.InputGroupInput = _chunkKCZ6SPUQjs.InputGroupInput; exports.InputGroupText = _chunkKCZ6SPUQjs.InputGroupText; exports.InputGroupTextarea = _chunkKCZ6SPUQjs.InputGroupTextarea; exports.InputOTP = _chunkKCZ6SPUQjs.InputOTP; exports.InputOTPGroup = _chunkKCZ6SPUQjs.InputOTPGroup; exports.InputOTPSeparator = _chunkKCZ6SPUQjs.InputOTPSeparator; exports.InputOTPSlot = _chunkKCZ6SPUQjs.InputOTPSlot; exports.ItalianFiscalData = _chunkKCZ6SPUQjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunkKCZ6SPUQjs.ItalianFiscalDataDisplay; exports.Item = _chunkKCZ6SPUQjs.KanbanItem; exports.ItemHandle = _chunkKCZ6SPUQjs.KanbanItemHandle; exports.Kanban = _chunkKCZ6SPUQjs.KanbanRoot; exports.KanbanBoard = _chunkKCZ6SPUQjs.KanbanBoard; exports.KanbanColumn = _chunkKCZ6SPUQjs.KanbanColumn; exports.KanbanColumnHandle = _chunkKCZ6SPUQjs.KanbanColumnHandle; exports.KanbanItem = _chunkKCZ6SPUQjs.KanbanItem; exports.KanbanItemHandle = _chunkKCZ6SPUQjs.KanbanItemHandle; exports.KanbanOverlay = _chunkKCZ6SPUQjs.KanbanOverlay; exports.Label = _chunkKCZ6SPUQjs.Label; exports.LandingComponent = _chunkKCZ6SPUQjs.LandingComponent; exports.Link = _chunkKCZ6SPUQjs.Link; exports.Login = _chunkKCZ6SPUQjs.Login; exports.Logout = _chunkKCZ6SPUQjs.Logout; exports.MessageItem = _chunkKCZ6SPUQjs.MessageItem; exports.MessageList = _chunkKCZ6SPUQjs.MessageList; exports.MessageSourcesPanel = _chunkKCZ6SPUQjs.MessageSourcesPanel; exports.MicroLabel = _chunkKCZ6SPUQjs.MicroLabel; exports.MobileNavigationBar = _chunkKCZ6SPUQjs.MobileNavigationBar; exports.ModeToggleSwitch = _chunkKCZ6SPUQjs.ModeToggleSwitch; exports.MultiSelect = _chunkKCZ6SPUQjs.MultiSelect; exports.MultipleSelector = _chunkKCZ6SPUQjs.MultipleSelector; exports.NavigationMenu = _chunkKCZ6SPUQjs.NavigationMenu; exports.NavigationMenuContent = _chunkKCZ6SPUQjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkKCZ6SPUQjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkKCZ6SPUQjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkKCZ6SPUQjs.NavigationMenuLink; exports.NavigationMenuList = _chunkKCZ6SPUQjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkKCZ6SPUQjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkKCZ6SPUQjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkKCZ6SPUQjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkKCZ6SPUQjs.NotificationMenuItem; exports.NotificationModal = _chunkKCZ6SPUQjs.NotificationModal; exports.NotificationToast = _chunkKCZ6SPUQjs.NotificationToast; exports.NotificationsList = _chunkKCZ6SPUQjs.NotificationsList; exports.NotificationsListContainer = _chunkKCZ6SPUQjs.NotificationsListContainer; exports.OAuthClientCard = _chunkKCZ6SPUQjs.OAuthClientCard; exports.OAuthClientDetail = _chunkKCZ6SPUQjs.OAuthClientDetail; exports.OAuthClientForm = _chunkKCZ6SPUQjs.OAuthClientForm; exports.OAuthClientList = _chunkKCZ6SPUQjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkKCZ6SPUQjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkKCZ6SPUQjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkKCZ6SPUQjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkKCZ6SPUQjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkKCZ6SPUQjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkKCZ6SPUQjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkKCZ6SPUQjs.OAuthScopeSelector; exports.OnboardingCard = _chunkKCZ6SPUQjs.OnboardingCard; exports.Overlay = _chunkKCZ6SPUQjs.KanbanOverlay; exports.PageContainer = _chunkKCZ6SPUQjs.PageContainer; exports.PageContainerContentDetails = _chunkKCZ6SPUQjs.PageContainerContentDetails; exports.PageContentContainer = _chunkKCZ6SPUQjs.PageContentContainer; exports.PageSection = _chunkKCZ6SPUQjs.PageSection; exports.PasskeyButton = _chunkKCZ6SPUQjs.PasskeyButton; exports.PasskeyList = _chunkKCZ6SPUQjs.PasskeyList; exports.PasskeySetupDialog = _chunkKCZ6SPUQjs.PasskeySetupDialog; exports.PasswordInput = _chunkKCZ6SPUQjs.PasswordInput; exports.PlatformUsersContainer = _chunkKCZ6SPUQjs.PlatformUsersContainer; exports.PlatformUsersList = _chunkKCZ6SPUQjs.PlatformUsersList; exports.Popover = _chunkKCZ6SPUQjs.Popover; exports.PopoverContent = _chunkKCZ6SPUQjs.PopoverContent; exports.PopoverDescription = _chunkKCZ6SPUQjs.PopoverDescription; exports.PopoverHeader = _chunkKCZ6SPUQjs.PopoverHeader; exports.PopoverTitle = _chunkKCZ6SPUQjs.PopoverTitle; exports.PopoverTrigger = _chunkKCZ6SPUQjs.PopoverTrigger; exports.Progress = _chunkKCZ6SPUQjs.Progress; exports.ProgressIndicator = _chunkKCZ6SPUQjs.ProgressIndicator; exports.ProgressLabel = _chunkKCZ6SPUQjs.ProgressLabel; exports.ProgressTrack = _chunkKCZ6SPUQjs.ProgressTrack; exports.ProgressValue = _chunkKCZ6SPUQjs.ProgressValue; exports.PushNotificationProvider = _chunkKCZ6SPUQjs.PushNotificationProvider; exports.RadioGroup = _chunkKCZ6SPUQjs.RadioGroup; exports.RadioGroupItem = _chunkKCZ6SPUQjs.RadioGroupItem; exports.RbacByRoleContainer = _chunkKCZ6SPUQjs.RbacByRoleContainer; exports.RbacContainer = _chunkKCZ6SPUQjs.RbacContainer; exports.RbacPermissionCell = _chunkKCZ6SPUQjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunkKCZ6SPUQjs.RbacPermissionPicker; exports.ReactMarkdownContainer = _chunkKCZ6SPUQjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkKCZ6SPUQjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunkKCZ6SPUQjs.ReferralCodeCapture; exports.ReferralDialog = _chunkKCZ6SPUQjs.ReferralDialog; exports.ReferralWidget = _chunkKCZ6SPUQjs.ReferralWidget; exports.RefreshUser = _chunkKCZ6SPUQjs.RefreshUser; exports.RelevantContentsList = _chunkKCZ6SPUQjs.RelevantContentsList; exports.RelevantUsersList = _chunkKCZ6SPUQjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkKCZ6SPUQjs.RemoveUserFromRole; exports.ResetPassword = _chunkKCZ6SPUQjs.ResetPassword; exports.ResizableHandle = _chunkKCZ6SPUQjs.ResizableHandle; exports.ResizablePanel = _chunkKCZ6SPUQjs.ResizablePanel; exports.ResizablePanelGroup = _chunkKCZ6SPUQjs.ResizablePanelGroup; exports.RoleContainer = _chunkKCZ6SPUQjs.RoleContainer; exports.RoleDetails = _chunkKCZ6SPUQjs.RoleDetails; exports.RoleUsersList = _chunkKCZ6SPUQjs.RoleUsersList; exports.RolesList = _chunkKCZ6SPUQjs.RolesList; exports.Root = _chunkKCZ6SPUQjs.KanbanRoot; exports.RoundPageContainer = _chunkKCZ6SPUQjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunkKCZ6SPUQjs.RoundPageContainerTitle; exports.ScrollArea = _chunkKCZ6SPUQjs.ScrollArea; exports.ScrollBar = _chunkKCZ6SPUQjs.ScrollBar; exports.SectionHeader = _chunkKCZ6SPUQjs.SectionHeader; exports.SecurityContainer = _chunkKCZ6SPUQjs.SecurityContainer; exports.Select = _chunkKCZ6SPUQjs.Select; exports.SelectContent = _chunkKCZ6SPUQjs.SelectContent; exports.SelectGroup = _chunkKCZ6SPUQjs.SelectGroup; exports.SelectItem = _chunkKCZ6SPUQjs.SelectItem; exports.SelectLabel = _chunkKCZ6SPUQjs.SelectLabel; exports.SelectScrollDownButton = _chunkKCZ6SPUQjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkKCZ6SPUQjs.SelectScrollUpButton; exports.SelectSeparator = _chunkKCZ6SPUQjs.SelectSeparator; exports.SelectTrigger = _chunkKCZ6SPUQjs.SelectTrigger; exports.SelectValue = _chunkKCZ6SPUQjs.SelectValue; exports.Separator = _chunkKCZ6SPUQjs.Separator; exports.Sheet = _chunkKCZ6SPUQjs.Sheet; exports.SheetClose = _chunkKCZ6SPUQjs.SheetClose; exports.SheetContent = _chunkKCZ6SPUQjs.SheetContent; exports.SheetDescription = _chunkKCZ6SPUQjs.SheetDescription; exports.SheetFooter = _chunkKCZ6SPUQjs.SheetFooter; exports.SheetHeader = _chunkKCZ6SPUQjs.SheetHeader; exports.SheetTitle = _chunkKCZ6SPUQjs.SheetTitle; exports.SheetTrigger = _chunkKCZ6SPUQjs.SheetTrigger; exports.Sidebar = _chunkKCZ6SPUQjs.Sidebar; exports.SidebarContent = _chunkKCZ6SPUQjs.SidebarContent; exports.SidebarFooter = _chunkKCZ6SPUQjs.SidebarFooter; exports.SidebarGroup = _chunkKCZ6SPUQjs.SidebarGroup; exports.SidebarGroupAction = _chunkKCZ6SPUQjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkKCZ6SPUQjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkKCZ6SPUQjs.SidebarGroupLabel; exports.SidebarHeader = _chunkKCZ6SPUQjs.SidebarHeader; exports.SidebarInput = _chunkKCZ6SPUQjs.SidebarInput; exports.SidebarInset = _chunkKCZ6SPUQjs.SidebarInset; exports.SidebarMenu = _chunkKCZ6SPUQjs.SidebarMenu; exports.SidebarMenuAction = _chunkKCZ6SPUQjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkKCZ6SPUQjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkKCZ6SPUQjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkKCZ6SPUQjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkKCZ6SPUQjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkKCZ6SPUQjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkKCZ6SPUQjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkKCZ6SPUQjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkKCZ6SPUQjs.SidebarProvider; exports.SidebarRail = _chunkKCZ6SPUQjs.SidebarRail; exports.SidebarSeparator = _chunkKCZ6SPUQjs.SidebarSeparator; exports.SidebarTrigger = _chunkKCZ6SPUQjs.SidebarTrigger; exports.Skeleton = _chunkKCZ6SPUQjs.Skeleton; exports.Slider = _chunkKCZ6SPUQjs.Slider; exports.Spinner = _chunkKCZ6SPUQjs.Spinner; exports.Switch = _chunkKCZ6SPUQjs.Switch; exports.Table = _chunkKCZ6SPUQjs.Table; exports.TableBody = _chunkKCZ6SPUQjs.TableBody; exports.TableCaption = _chunkKCZ6SPUQjs.TableCaption; exports.TableCell = _chunkKCZ6SPUQjs.TableCell; exports.TableCellAvatar = _chunkKCZ6SPUQjs.TableCellAvatar; exports.TableFooter = _chunkKCZ6SPUQjs.TableFooter; exports.TableHead = _chunkKCZ6SPUQjs.TableHead; exports.TableHeader = _chunkKCZ6SPUQjs.TableHeader; exports.TableRow = _chunkKCZ6SPUQjs.TableRow; exports.Tabs = _chunkKCZ6SPUQjs.Tabs; exports.TabsContainer = _chunkKCZ6SPUQjs.TabsContainer; exports.TabsContent = _chunkKCZ6SPUQjs.TabsContent; exports.TabsList = _chunkKCZ6SPUQjs.TabsList; exports.TabsTrigger = _chunkKCZ6SPUQjs.TabsTrigger; exports.Textarea = _chunkKCZ6SPUQjs.Textarea; exports.Toaster = _chunkKCZ6SPUQjs.Toaster; exports.Toggle = _chunkKCZ6SPUQjs.Toggle; exports.TokenStatusIndicator = _chunkKCZ6SPUQjs.TokenStatusIndicator; exports.Tooltip = _chunkKCZ6SPUQjs.Tooltip; exports.TooltipContent = _chunkKCZ6SPUQjs.TooltipContent; exports.TooltipProvider = _chunkKCZ6SPUQjs.TooltipProvider; exports.TooltipTrigger = _chunkKCZ6SPUQjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunkKCZ6SPUQjs.TotpAuthenticatorList; exports.TotpInput = _chunkKCZ6SPUQjs.TotpInput; exports.TotpSetupDialog = _chunkKCZ6SPUQjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunkKCZ6SPUQjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunkKCZ6SPUQjs.TwoFactorSettings; exports.UserAvatar = _chunkKCZ6SPUQjs.UserAvatar; exports.UserAvatarEditor = _chunkKCZ6SPUQjs.UserAvatarEditor; exports.UserAvatarList = _chunkKCZ6SPUQjs.UserAvatarList; exports.UserContainer = _chunkKCZ6SPUQjs.UserContainer; exports.UserContent = _chunkKCZ6SPUQjs.UserContent; exports.UserDeleter = _chunkKCZ6SPUQjs.UserDeleter; exports.UserEditor = _chunkKCZ6SPUQjs.UserEditor; exports.UserIndexContainer = _chunkKCZ6SPUQjs.UserIndexContainer; exports.UserIndexDetails = _chunkKCZ6SPUQjs.UserIndexDetails; exports.UserListInAdd = _chunkKCZ6SPUQjs.UserListInAdd; exports.UserMultiSelect = _chunkKCZ6SPUQjs.UserMultiSelect; exports.UserReactivator = _chunkKCZ6SPUQjs.UserReactivator; exports.UserResentInvitationEmail = _chunkKCZ6SPUQjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkKCZ6SPUQjs.UserRoleAdd; exports.UserRolesList = _chunkKCZ6SPUQjs.UserRolesList; exports.UserSearchPopover = _chunkKCZ6SPUQjs.UserSearchPopover; exports.UserSelector = _chunkKCZ6SPUQjs.UserSelector; exports.UserStanadaloneDetails = _chunkKCZ6SPUQjs.UserStanadaloneDetails; exports.UsersList = _chunkKCZ6SPUQjs.UsersList; exports.UsersListByContentIds = _chunkKCZ6SPUQjs.UsersListByContentIds; exports.UsersListContainer = _chunkKCZ6SPUQjs.UsersListContainer; exports.WaitlistConfirmation = _chunkKCZ6SPUQjs.WaitlistConfirmation; exports.WaitlistForm = _chunkKCZ6SPUQjs.WaitlistForm; exports.WaitlistHeroSection = _chunkKCZ6SPUQjs.WaitlistHeroSection; exports.WaitlistList = _chunkKCZ6SPUQjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunkKCZ6SPUQjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunkKCZ6SPUQjs.WaitlistSuccessState; exports.badgeVariants = _chunkKCZ6SPUQjs.badgeVariants; exports.buttonVariants = _chunkKCZ6SPUQjs.buttonVariants; exports.cellComponent = _chunkKCZ6SPUQjs.cellComponent; exports.cellDate = _chunkKCZ6SPUQjs.cellDate; exports.cellDateTime = _chunkKCZ6SPUQjs.cellDateTime; exports.cellId = _chunkKCZ6SPUQjs.cellId; exports.cellLink = _chunkKCZ6SPUQjs.cellLink; exports.cellUrl = _chunkKCZ6SPUQjs.cellUrl; exports.createMentionInlineContentSpec = _chunkKCZ6SPUQjs.createMentionInlineContentSpec; exports.errorToast = _chunkKCZ6SPUQjs.errorToast; exports.generateNotificationData = _chunkKCZ6SPUQjs.generateNotificationData; exports.getIcon = _chunk6T6QB6K2js.getIcon; exports.getIconByModule = _chunk6T6QB6K2js.getIconByModule; exports.getIconByModuleName = _chunk6T6QB6K2js.getIconByModuleName; exports.getInitials = _chunk6T6QB6K2js.getInitials; exports.mentionDataAttrs = _chunkKCZ6SPUQjs.mentionDataAttrs; exports.navigationMenuTriggerStyle = _chunkKCZ6SPUQjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunkKCZ6SPUQjs.parseFiscalData; exports.parseMentionElement = _chunkKCZ6SPUQjs.parseMentionElement; exports.partitionTabs = _chunkKCZ6SPUQjs.partitionTabs; exports.spinnerVariants = _chunkKCZ6SPUQjs.spinnerVariants; exports.tabsListVariants = _chunkKCZ6SPUQjs.tabsListVariants; exports.toggleVariants = _chunkKCZ6SPUQjs.toggleVariants; exports.triggerAssociationToast = _chunkKCZ6SPUQjs.triggerAssociationToast; exports.useAiConnections = _chunkKCZ6SPUQjs.useAiConnections; exports.useCarousel = _chunkKCZ6SPUQjs.useCarousel; exports.useComboboxAnchor = _chunkKCZ6SPUQjs.useComboboxAnchor; exports.useDebounce = _chunkKCZ6SPUQjs.useDebounce2; exports.useEditorDialog = _chunkKCZ6SPUQjs.useEditorDialog; exports.useFileUpload = _chunkKCZ6SPUQjs.useFileUpload; exports.useMentionInsert = _chunkKCZ6SPUQjs.useMentionInsert; exports.useSidebar = _chunkKCZ6SPUQjs.useSidebar;
|
|
1033
1033
|
//# sourceMappingURL=index.js.map
|
|
@@ -498,8 +498,8 @@ import {
|
|
|
498
498
|
useFileUpload,
|
|
499
499
|
useMentionInsert,
|
|
500
500
|
useSidebar
|
|
501
|
-
} from "../chunk-
|
|
502
|
-
import "../chunk-
|
|
501
|
+
} from "../chunk-GCE4C7FG.mjs";
|
|
502
|
+
import "../chunk-RZDY4CIF.mjs";
|
|
503
503
|
import {
|
|
504
504
|
AiConnection,
|
|
505
505
|
AiConnectionFields,
|
|
@@ -509,7 +509,7 @@ import {
|
|
|
509
509
|
getIconByModule,
|
|
510
510
|
getIconByModuleName,
|
|
511
511
|
getInitials
|
|
512
|
-
} from "../chunk-
|
|
512
|
+
} from "../chunk-G6B7RZWJ.mjs";
|
|
513
513
|
import "../chunk-AUXK7QSA.mjs";
|
|
514
514
|
import "../chunk-C7C7VY4F.mjs";
|
|
515
515
|
import "../chunk-RVASYIQG.mjs";
|
package/dist/contexts/index.js
CHANGED
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
var
|
|
44
|
-
require('../chunk-
|
|
45
|
-
require('../chunk-
|
|
43
|
+
var _chunkKCZ6SPUQjs = require('../chunk-KCZ6SPUQ.js');
|
|
44
|
+
require('../chunk-X2MQ3WHX.js');
|
|
45
|
+
require('../chunk-6T6QB6K2.js');
|
|
46
46
|
require('../chunk-LXKSUWAV.js');
|
|
47
47
|
require('../chunk-IBS6NI7D.js');
|
|
48
48
|
require('../chunk-W42MYR3Y.js');
|
|
@@ -89,5 +89,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
89
89
|
|
|
90
90
|
|
|
91
91
|
|
|
92
|
-
exports.AdministrationProvider =
|
|
92
|
+
exports.AdministrationProvider = _chunkKCZ6SPUQjs.AdministrationProvider; exports.AssistantProvider = _chunkKCZ6SPUQjs.AssistantProvider; exports.CommonProvider = _chunkKCZ6SPUQjs.CommonProvider; exports.CompanyProvider = _chunkKCZ6SPUQjs.CompanyProvider; exports.CurrentUserProvider = _chunkKCZ6SPUQjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunkKCZ6SPUQjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunkKCZ6SPUQjs.HeaderChildrenProvider; exports.HeaderLeftContentProvider = _chunkKCZ6SPUQjs.HeaderLeftContentProvider; exports.HeaderLogoProvider = _chunkKCZ6SPUQjs.HeaderLogoProvider; exports.HowToProvider = _chunkKCZ6SPUQjs.HowToProvider; exports.MobileNavigationProvider = _chunkKCZ6SPUQjs.MobileNavigationProvider; exports.NotificationContextProvider = _chunkKCZ6SPUQjs.NotificationContextProvider; exports.OnboardingProvider = _chunkKCZ6SPUQjs.OnboardingProvider; exports.RbacProvider = _chunkKCZ6SPUQjs.RbacProvider; exports.RoleProvider = _chunkKCZ6SPUQjs.RoleProvider; exports.SharedProvider = _chunkKCZ6SPUQjs.SharedProvider; exports.SocketContext = _chunkKCZ6SPUQjs.SocketContext; exports.SocketProvider = _chunkKCZ6SPUQjs.SocketProvider; exports.UserProvider = _chunkKCZ6SPUQjs.UserProvider; exports.ViewportProvider = _chunkKCZ6SPUQjs.ViewportProvider; exports.recentPagesAtom = _chunkKCZ6SPUQjs.recentPagesAtom; exports.useAdministrationContext = _chunkKCZ6SPUQjs.useAdministrationContext; exports.useAssistantContext = _chunkKCZ6SPUQjs.useAssistantContext; exports.useCommonContext = _chunkKCZ6SPUQjs.useCommonContext; exports.useCompanyContext = _chunkKCZ6SPUQjs.useCompanyContext; exports.useCurrentUserContext = _chunkKCZ6SPUQjs.useCurrentUserContext; exports.useHeaderChildren = _chunkKCZ6SPUQjs.useHeaderChildren; exports.useHeaderLeftContent = _chunkKCZ6SPUQjs.useHeaderLeftContent; exports.useHeaderLogo = _chunkKCZ6SPUQjs.useHeaderLogo; exports.useHeaderMobileChildren = _chunkKCZ6SPUQjs.useHeaderMobileChildren; exports.useHeaderRootLabel = _chunkKCZ6SPUQjs.useHeaderRootLabel; exports.useHowToContext = _chunkKCZ6SPUQjs.useHowToContext; exports.useMobileNavigationItems = _chunkKCZ6SPUQjs.useMobileNavigationItems; exports.useNotificationContext = _chunkKCZ6SPUQjs.useNotificationContext; exports.useOnboarding = _chunkKCZ6SPUQjs.useOnboarding; exports.useRbacContext = _chunkKCZ6SPUQjs.useRbacContext; exports.useRoleContext = _chunkKCZ6SPUQjs.useRoleContext; exports.useSharedContext = _chunkKCZ6SPUQjs.useSharedContext; exports.useSocketContext = _chunkKCZ6SPUQjs.useSocketContext; exports.useUserContext = _chunkKCZ6SPUQjs.useUserContext;
|
|
93
93
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -40,9 +40,9 @@ import {
|
|
|
40
40
|
useSharedContext,
|
|
41
41
|
useSocketContext,
|
|
42
42
|
useUserContext
|
|
43
|
-
} from "../chunk-
|
|
44
|
-
import "../chunk-
|
|
45
|
-
import "../chunk-
|
|
43
|
+
} from "../chunk-GCE4C7FG.mjs";
|
|
44
|
+
import "../chunk-RZDY4CIF.mjs";
|
|
45
|
+
import "../chunk-G6B7RZWJ.mjs";
|
|
46
46
|
import "../chunk-AUXK7QSA.mjs";
|
|
47
47
|
import "../chunk-C7C7VY4F.mjs";
|
|
48
48
|
import "../chunk-RVASYIQG.mjs";
|
package/dist/core/index.d.mts
CHANGED
|
@@ -833,6 +833,16 @@ declare class User extends AbstractApiData implements UserInterface, SearchResul
|
|
|
833
833
|
createJsonApi(data: UserInput): any;
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
+
/**
|
|
837
|
+
* localStorage key backing the `CurrentUserProvider` atom.
|
|
838
|
+
*
|
|
839
|
+
* Owned by this library, not by the apps that consume it: `<Logout />` clears
|
|
840
|
+
* it on every sign-out. Kept in its own module so both the provider that writes
|
|
841
|
+
* it and the component that clears it can reference the same constant without
|
|
842
|
+
* importing each other.
|
|
843
|
+
*/
|
|
844
|
+
declare const CURRENT_USER_STORAGE_KEY = "user";
|
|
845
|
+
|
|
836
846
|
declare const UserModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
837
847
|
|
|
838
848
|
declare class Auth extends AbstractApiData implements AuthInterface {
|
|
@@ -2575,4 +2585,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2575
2585
|
|
|
2576
2586
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2577
2587
|
|
|
2578
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, 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, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, ENV, EndpointCreator, type EndpointQuery, EntityAiStatus, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, 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, StripePriceFields, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductFields, 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, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, isRemoteImageSrc, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2588
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, CURRENT_USER_STORAGE_KEY, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, ENV, EndpointCreator, type EndpointQuery, EntityAiStatus, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, 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, StripePriceFields, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductFields, 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, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, isRemoteImageSrc, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -833,6 +833,16 @@ declare class User extends AbstractApiData implements UserInterface, SearchResul
|
|
|
833
833
|
createJsonApi(data: UserInput): any;
|
|
834
834
|
}
|
|
835
835
|
|
|
836
|
+
/**
|
|
837
|
+
* localStorage key backing the `CurrentUserProvider` atom.
|
|
838
|
+
*
|
|
839
|
+
* Owned by this library, not by the apps that consume it: `<Logout />` clears
|
|
840
|
+
* it on every sign-out. Kept in its own module so both the provider that writes
|
|
841
|
+
* it and the component that clears it can reference the same constant without
|
|
842
|
+
* importing each other.
|
|
843
|
+
*/
|
|
844
|
+
declare const CURRENT_USER_STORAGE_KEY = "user";
|
|
845
|
+
|
|
836
846
|
declare const UserModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
837
847
|
|
|
838
848
|
declare class Auth extends AbstractApiData implements AuthInterface {
|
|
@@ -2575,4 +2585,4 @@ declare class AuditLogService extends AbstractService {
|
|
|
2575
2585
|
|
|
2576
2586
|
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2577
2587
|
|
|
2578
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, 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, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, ENV, EndpointCreator, type EndpointQuery, EntityAiStatus, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, 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, StripePriceFields, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductFields, 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, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, isRemoteImageSrc, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|
|
2588
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Assistant, AssistantAction, type AssistantActionInput, type AssistantActionInterface, AssistantActionModule, AssistantActionService, type AssistantActionStatus, AssistantInput, AssistantInterface, AssistantMessage, AssistantMessageInput, AssistantMessageInterface, AssistantMessageModule, AssistantMessageRole, AssistantMessageService, AssistantMessageType, AssistantModule, AssistantService, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, CURRENT_USER_STORAGE_KEY, Chunk, type ChunkInput, ChunkInterface, ChunkModule, ChunkRelationshipMeta, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, type CodiceFiscaleValidationOptions, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, ENV, EndpointCreator, type EndpointQuery, EntityAiStatus, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, HowTo, HowToFields, HowToInput, HowToInterface, HowToModule, HowToService, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MOBILE_BREAKPOINT, 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, StripePriceFields, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductFields, 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, VIEWPORT_COOKIE_NAME, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatCodiceFiscale, formatDate, formatLocalDate, formatPartitaIva, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, isRemoteImageSrc, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema, validateCodiceFiscale, validateItalianTaxCode, validatePartitaIva };
|