@carlonicora/nextjs-jsonapi 1.64.0 → 1.65.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-ZO3ZAPXU.mjs → BlockNoteEditor-SCQGD6F2.mjs} +4 -4
- package/dist/{BlockNoteEditor-JF757BHH.js → BlockNoteEditor-Y5XAD6NR.js} +14 -14
- package/dist/{BlockNoteEditor-JF757BHH.js.map → BlockNoteEditor-Y5XAD6NR.js.map} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-PBD6ZH46.mjs → chunk-5KMKI23S.mjs} +2 -2
- package/dist/{chunk-5LZGQXBD.js → chunk-5ODPC3YX.js} +616 -616
- package/dist/{chunk-5LZGQXBD.js.map → chunk-5ODPC3YX.js.map} +1 -1
- package/dist/{chunk-REWN5GZP.mjs → chunk-G7PGWMFO.mjs} +88 -2
- package/dist/chunk-G7PGWMFO.mjs.map +1 -0
- package/dist/{chunk-6YKYRKVU.js → chunk-LRXJT656.js} +89 -3
- package/dist/chunk-LRXJT656.js.map +1 -0
- package/dist/{chunk-55FJ5WKS.mjs → chunk-OLNMWVOV.mjs} +4 -4
- package/dist/{chunk-2DFE325P.js → chunk-RA4RYKYB.js} +11 -11
- package/dist/{chunk-2DFE325P.js.map → chunk-RA4RYKYB.js.map} +1 -1
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.js +4 -4
- package/dist/components/index.mjs +3 -3
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +44 -1
- package/dist/core/index.d.ts +44 -1
- package/dist/core/index.js +8 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +7 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -2
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/package.json +1 -1
- package/src/core/index.ts +1 -0
- package/src/core/registry/ModuleRegistry.ts +2 -0
- package/src/features/audit-log/audit-log.module.ts +10 -0
- package/src/features/audit-log/data/audit-log.interface.ts +12 -0
- package/src/features/audit-log/data/audit-log.service.ts +24 -0
- package/src/features/audit-log/data/audit-log.ts +65 -0
- package/src/features/audit-log/data/index.ts +3 -0
- package/src/features/audit-log/index.ts +2 -0
- package/dist/chunk-6YKYRKVU.js.map +0 -1
- package/dist/chunk-REWN5GZP.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-ZO3ZAPXU.mjs.map → BlockNoteEditor-SCQGD6F2.mjs.map} +0 -0
- /package/dist/{chunk-PBD6ZH46.mjs.map → chunk-5KMKI23S.mjs.map} +0 -0
- /package/dist/{chunk-55FJ5WKS.mjs.map → chunk-OLNMWVOV.mjs.map} +0 -0
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
useI18nLocale,
|
|
22
22
|
useI18nRouter,
|
|
23
23
|
useI18nTranslations
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-5KMKI23S.mjs";
|
|
25
25
|
import {
|
|
26
26
|
AVAILABLE_OAUTH_SCOPES,
|
|
27
27
|
AuthService,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
showToast,
|
|
54
54
|
useComposedRefs,
|
|
55
55
|
useIsMobile
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-G7PGWMFO.mjs";
|
|
57
57
|
import {
|
|
58
58
|
JsonApiContext
|
|
59
59
|
} from "./chunk-VOXD3ZLY.mjs";
|
|
@@ -8547,7 +8547,7 @@ __name(FormCheckbox, "FormCheckbox");
|
|
|
8547
8547
|
import dynamic from "next/dynamic";
|
|
8548
8548
|
import React14 from "react";
|
|
8549
8549
|
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
8550
|
-
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-
|
|
8550
|
+
var BlockNoteEditor = dynamic(() => import("./BlockNoteEditor-SCQGD6F2.mjs"), {
|
|
8551
8551
|
ssr: false
|
|
8552
8552
|
});
|
|
8553
8553
|
var BlockNoteEditorContainer = React14.memo(/* @__PURE__ */ __name(function EditorContainer(props) {
|
|
@@ -18969,4 +18969,4 @@ export {
|
|
|
18969
18969
|
useOAuthClients,
|
|
18970
18970
|
useOAuthClient
|
|
18971
18971
|
};
|
|
18972
|
-
//# sourceMappingURL=chunk-
|
|
18972
|
+
//# sourceMappingURL=chunk-OLNMWVOV.mjs.map
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkLRXJT656js = require('./chunk-LRXJT656.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunk4MN547K7js = require('./chunk-4MN547K7.js');
|
|
@@ -190,38 +190,38 @@ var COMPANY_ADMINISTRATOR_ROLE_ID = "2e1eee00-6cba-4506-9059-ccd24e4ea5b0";
|
|
|
190
190
|
var ACTION_TYPES = ["read", "create", "update", "delete"];
|
|
191
191
|
|
|
192
192
|
// src/features/rbac/data/RbacService.ts
|
|
193
|
-
var RbacService = class extends
|
|
193
|
+
var RbacService = class extends _chunkLRXJT656js.AbstractService {
|
|
194
194
|
static {
|
|
195
195
|
_chunk7QVYU63Ejs.__name.call(void 0, this, "RbacService");
|
|
196
196
|
}
|
|
197
197
|
static async getFeatures() {
|
|
198
|
-
const endpoint = new (0,
|
|
198
|
+
const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.Feature }).addAdditionalParam("fetchAll", "true");
|
|
199
199
|
return this.callApi({
|
|
200
|
-
type:
|
|
200
|
+
type: _chunkLRXJT656js.Modules.Feature,
|
|
201
201
|
method: "GET" /* GET */,
|
|
202
202
|
endpoint: endpoint.generate()
|
|
203
203
|
});
|
|
204
204
|
}
|
|
205
205
|
static async getRoles() {
|
|
206
|
-
const endpoint = new (0,
|
|
206
|
+
const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.Role }).addAdditionalParam("fetchAll", "true");
|
|
207
207
|
return this.callApi({
|
|
208
|
-
type:
|
|
208
|
+
type: _chunkLRXJT656js.Modules.Role,
|
|
209
209
|
method: "GET" /* GET */,
|
|
210
210
|
endpoint: endpoint.generate()
|
|
211
211
|
});
|
|
212
212
|
}
|
|
213
213
|
static async getPermissionMappings() {
|
|
214
|
-
const endpoint = new (0,
|
|
214
|
+
const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.PermissionMapping });
|
|
215
215
|
return this.callApi({
|
|
216
|
-
type:
|
|
216
|
+
type: _chunkLRXJT656js.Modules.PermissionMapping,
|
|
217
217
|
method: "GET" /* GET */,
|
|
218
218
|
endpoint: endpoint.generate()
|
|
219
219
|
});
|
|
220
220
|
}
|
|
221
221
|
static async getModuleRelationshipPaths() {
|
|
222
|
-
const endpoint = new (0,
|
|
222
|
+
const endpoint = new (0, _chunkLRXJT656js.EndpointCreator)({ endpoint: _chunkLRXJT656js.Modules.ModulePaths });
|
|
223
223
|
return this.callApi({
|
|
224
|
-
type:
|
|
224
|
+
type: _chunkLRXJT656js.Modules.ModulePaths,
|
|
225
225
|
method: "GET" /* GET */,
|
|
226
226
|
endpoint: endpoint.generate()
|
|
227
227
|
});
|
|
@@ -259,4 +259,4 @@ var RbacService = class extends _chunk6YKYRKVUjs.AbstractService {
|
|
|
259
259
|
|
|
260
260
|
|
|
261
261
|
exports.configureJsonApi = configureJsonApi; exports.configureClientConfig = configureClientConfig; exports.getApiUrl = getApiUrl; exports.getAppUrl = getAppUrl; exports.getTrackablePages = getTrackablePages; exports.getStripePublishableKey = getStripePublishableKey; exports.configureI18n = configureI18n; exports.useI18nRouter = useI18nRouter; exports.useI18nTranslations = useI18nTranslations; exports.getI18nLink = getI18nLink; exports.useI18nLocale = useI18nLocale; exports.useI18nDateFnsLocale = useI18nDateFnsLocale; exports.configureLogin = configureLogin; exports.isDiscordAuthEnabled = isDiscordAuthEnabled; exports.isGoogleAuthEnabled = isGoogleAuthEnabled; exports.isInternalAuthEnabled = isInternalAuthEnabled; exports.isRegistrationAllowed = isRegistrationAllowed; exports.getRegistrationMode = getRegistrationMode; exports.configureRoles = configureRoles; exports.getRoleId = getRoleId; exports.isRolesConfigured = isRolesConfigured; exports.configureWaitlist = configureWaitlist; exports.getWaitlistConfig = getWaitlistConfig; exports.configureReferral = configureReferral; exports.getReferralConfig = getReferralConfig; exports.isReferralEnabled = isReferralEnabled; exports.COMPANY_ADMINISTRATOR_ROLE_ID = COMPANY_ADMINISTRATOR_ROLE_ID; exports.ACTION_TYPES = ACTION_TYPES; exports.RbacService = RbacService;
|
|
262
|
-
//# sourceMappingURL=chunk-
|
|
262
|
+
//# sourceMappingURL=chunk-RA4RYKYB.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-2DFE325P.js","../src/client/config.ts","../src/i18n/config.ts","../src/login/config.ts","../src/roles/config.ts","../src/features/waitlist/config/waitlist.config.ts","../src/features/referral/config.ts","../src/features/rbac/data/RbacTypes.ts","../src/features/rbac/data/RbacService.ts"],"names":[],"mappings":"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","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-2DFE325P.js","sourcesContent":[null,"\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\n\n// Config storage for client-side contexts\nlet _clientConfig: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n} | null = null;\n\n/**\n * Configure the JSON:API client. This is the main configuration function.\n * This is typically called during app initialization.\n */\nexport function configureJsonApi(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n}): void {\n _clientConfig = config;\n // Register and call bootstrapper to register all modules\n if (config.bootstrapper) {\n setBootstrapper(config.bootstrapper);\n config.bootstrapper();\n }\n}\n\n/**\n * Configure the client config. This is typically called during app initialization.\n * @deprecated Use configureJsonApi instead\n */\nexport function configureClientConfig(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n}): void {\n _clientConfig = config;\n}\n\n/**\n * Get the configured API URL.\n */\nexport function getApiUrl(): string {\n if (_clientConfig?.apiUrl) {\n return _clientConfig.apiUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_API_URL) {\n return process.env.NEXT_PUBLIC_API_URL;\n }\n return \"\";\n}\n\n/**\n * Get the configured app URL.\n */\nexport function getAppUrl(): string {\n if (_clientConfig?.appUrl) {\n return _clientConfig.appUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_APP_URL) {\n return process.env.NEXT_PUBLIC_APP_URL;\n }\n if (typeof window !== \"undefined\") {\n return window.location.origin;\n }\n return \"\";\n}\n\n/**\n * Get the configured trackable pages.\n */\nexport function getTrackablePages(): ModuleWithPermissions[] {\n return _clientConfig?.trackablePages ?? [];\n}\n\n/**\n * Get the configured Stripe publishable key.\n */\nexport function getStripePublishableKey(): string | undefined {\n return _clientConfig?.stripePublishableKey;\n}\n","import { ComponentType } from \"react\";\n\n// Types for injected hooks\nexport interface I18nRouter {\n push: (href: string) => void;\n replace: (href: string) => void;\n back: () => void;\n forward: () => void;\n refresh: () => void;\n prefetch: (href: string) => void;\n}\n\nexport type UseRouterHook = () => I18nRouter;\nexport type UseTranslationsHook = (namespace?: string) => (key: string, values?: Record<string, any>) => string;\nexport type UseLocaleHook = () => string;\n\nexport type UseDateFnsLocaleHook = () => any; // date-fns Locale type\nexport type LinkComponent = ComponentType<{ href: string; children: React.ReactNode; [key: string]: any }>;\n\nexport interface I18nConfig {\n useRouter: UseRouterHook;\n useTranslations: UseTranslationsHook;\n useLocale?: UseLocaleHook;\n useDateFnsLocale?: UseDateFnsLocaleHook;\n Link: LinkComponent;\n usePathname: () => string;\n}\n\n// Private storage\nlet _config: I18nConfig | null = null;\n\n// Configuration function (called by app at startup)\nexport function configureI18n(config: I18nConfig): void {\n _config = config;\n}\n\n// Hooks for library components to use\nexport function useI18nRouter(): I18nRouter {\n if (!_config?.useRouter) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.useRouter();\n}\n\nexport function useI18nTranslations(namespace?: string): (key: string, values?: Record<string, any>) => string {\n if (!_config?.useTranslations) {\n // Fallback: return key as-is (safe for server/client)\n return (key: string) => key;\n }\n return _config.useTranslations(namespace);\n}\n\nexport function getI18nLink(): LinkComponent {\n if (!_config?.Link) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.Link;\n}\n\nexport function useI18nLocale(): string {\n if (_config?.useLocale) {\n return _config.useLocale();\n }\n // Fallback to English (safe for server/client)\n return \"en\";\n}\n\nexport function useI18nDateFnsLocale(): any {\n if (_config?.useDateFnsLocale) {\n return _config.useDateFnsLocale();\n }\n // Fallback to undefined (Calendar will use default)\n return undefined;\n}\n","let _useDiscordAuth: boolean = false;\nlet _useGoogleAuth: boolean = false;\nlet _useInternalAuth: boolean = true;\nlet _allowRegistration: boolean = true;\nlet _registrationMode: \"open\" | \"closed\" | \"waitlist\" = \"open\";\n\nexport type RegistrationMode = \"open\" | \"closed\" | \"waitlist\";\n\nexport interface LoginConfig {\n discordClientId?: string;\n googleClientId?: string;\n useInternalAuth?: boolean;\n allowRegistration?: boolean;\n registrationMode?: RegistrationMode;\n}\n\nexport function configureLogin(params: LoginConfig): void {\n _useDiscordAuth = !!params.discordClientId;\n _useGoogleAuth = !!params.googleClientId;\n _useInternalAuth = params.useInternalAuth ?? true;\n _allowRegistration = params.allowRegistration ?? true;\n _registrationMode = params.registrationMode ?? \"open\";\n}\n\nexport function isDiscordAuthEnabled(): boolean {\n return _useDiscordAuth;\n}\n\nexport function isGoogleAuthEnabled(): boolean {\n return _useGoogleAuth;\n}\n\nexport function isInternalAuthEnabled(): boolean {\n return _useInternalAuth;\n}\n\nexport function isRegistrationAllowed(): boolean {\n return _allowRegistration;\n}\n\nexport function getRegistrationMode(): RegistrationMode {\n return _registrationMode;\n}\n","/**\n * Role ID configuration interface\n * Apps provide their role IDs via configureRoles()\n */\nexport interface RoleIdConfig {\n Administrator: string;\n CompanyAdministrator: string;\n [key: string]: string; // Allow additional roles\n}\n\n// Private storage for the injected role IDs\nlet _roleId: RoleIdConfig | null = null;\n\n/**\n * Configure role IDs for the library\n * Call this at app startup to provide role ID constants\n *\n * @example\n * ```typescript\n * import { configureRoles } from \"@carlonicora/nextjs-jsonapi\";\n * import { RoleId } from \"@phlow/shared\";\n *\n * configureRoles(RoleId);\n * ```\n */\nexport function configureRoles(roleId: RoleIdConfig): void {\n _roleId = roleId;\n}\n\n/**\n * Get configured role IDs\n * @throws Error if roles not configured\n */\nexport function getRoleId(): RoleIdConfig {\n if (!_roleId) {\n throw new Error(\"Roles not configured. Call configureRoles() at app startup.\");\n }\n return _roleId;\n}\n\n/**\n * Check if roles have been configured\n */\nexport function isRolesConfigured(): boolean {\n return _roleId !== null;\n}\n","export type QuestionnaireFieldType = \"text\" | \"textarea\" | \"select\" | \"checkbox\";\n\nexport interface QuestionnaireOption {\n value: string;\n label: string;\n description?: string;\n}\n\nexport interface QuestionnaireField {\n id: string;\n type: QuestionnaireFieldType;\n label: string;\n description?: string;\n placeholder?: string;\n required?: boolean;\n options?: QuestionnaireOption[];\n}\n\nexport interface WaitlistConfig {\n questionnaire?: QuestionnaireField[];\n heroTitle?: string;\n heroSubtitle?: string;\n heroDescription?: string;\n benefits?: string[];\n}\n\nlet _waitlistConfig: WaitlistConfig = {};\n\nexport function configureWaitlist(config: WaitlistConfig): void {\n _waitlistConfig = config;\n}\n\nexport function getWaitlistConfig(): WaitlistConfig {\n return _waitlistConfig;\n}\n","/**\n * Configuration interface for frontend referral feature.\n */\nexport interface ReferralConfig {\n /**\n * Whether the referral feature is enabled.\n * When false, components render nothing and hooks return null.\n * @default false\n */\n enabled?: boolean;\n\n /**\n * Name of the cookie used to store referral codes.\n * @default \"referral_code\"\n */\n cookieName?: string;\n\n /**\n * Number of days the referral cookie is valid.\n * @default 30\n */\n cookieDays?: number;\n\n /**\n * Query parameter name for referral code in URL.\n * @default \"ref\"\n */\n urlParamName?: string;\n\n /**\n * Base URL for referral links.\n * @default window.location.origin (client-side only)\n */\n referralUrlBase?: string;\n\n /**\n * Path to append to base URL for referral links.\n * @default \"/\"\n */\n referralPath?: string;\n}\n\n/**\n * Default configuration values\n */\nexport const DEFAULT_REFERRAL_CONFIG: Required<ReferralConfig> = {\n enabled: false,\n cookieName: \"referral_code\",\n cookieDays: 30,\n urlParamName: \"ref\",\n referralUrlBase: \"\",\n referralPath: \"/\",\n};\n\n// Private storage for configuration\nlet _referralConfig: Required<ReferralConfig> = { ...DEFAULT_REFERRAL_CONFIG };\n\n/**\n * Configure referral feature settings.\n * Call this at app startup to enable and configure referral functionality.\n *\n * @example\n * ```typescript\n * import { configureReferral } from \"@carlonicora/nextjs-jsonapi\";\n *\n * configureReferral({\n * enabled: process.env.NEXT_PUBLIC_REFERRAL_ENABLED === 'true',\n * cookieDays: 30,\n * });\n * ```\n */\nexport function configureReferral(config: ReferralConfig): void {\n _referralConfig = { ...DEFAULT_REFERRAL_CONFIG, ...config };\n}\n\n/**\n * Get the current referral configuration.\n * @internal\n */\nexport function getReferralConfig(): Required<ReferralConfig> {\n return _referralConfig;\n}\n\n/**\n * Check if referral feature is enabled.\n */\nexport function isReferralEnabled(): boolean {\n return _referralConfig.enabled;\n}\n","export const COMPANY_ADMINISTRATOR_ROLE_ID = \"2e1eee00-6cba-4506-9059-ccd24e4ea5b0\";\n\nexport type PermissionValue = boolean | string;\n\nexport type ActionType = \"read\" | \"create\" | \"update\" | \"delete\";\n\nexport const ACTION_TYPES: ActionType[] = [\"read\", \"create\", \"update\", \"delete\"];\n\n/** The permissions object shape used by both Module and PermissionMapping entities */\nexport type PermissionsMap = {\n create?: PermissionValue;\n read?: PermissionValue;\n update?: PermissionValue;\n delete?: PermissionValue;\n};\n","import { AbstractService, EndpointCreator, HttpMethod, Modules } from \"../../../core\";\nimport { FeatureInterface } from \"../../feature\";\nimport { RoleInterface } from \"../../role\";\nimport { PermissionMappingInterface } from \"./PermissionMappingInterface\";\nimport { ModulePathsInterface } from \"./ModulePathsInterface\";\n\nexport class RbacService extends AbstractService {\n static async getFeatures(): Promise<FeatureInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Feature }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<FeatureInterface[]>({\n type: Modules.Feature,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getRoles(): Promise<RoleInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Role }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<RoleInterface[]>({\n type: Modules.Role,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getPermissionMappings(): Promise<PermissionMappingInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.PermissionMapping });\n\n return this.callApi<PermissionMappingInterface[]>({\n type: Modules.PermissionMapping,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getModuleRelationshipPaths(): Promise<ModulePathsInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.ModulePaths });\n\n return this.callApi<ModulePathsInterface[]>({\n type: Modules.ModulePaths,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n}\n"]}
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-RA4RYKYB.js","../src/client/config.ts","../src/i18n/config.ts","../src/login/config.ts","../src/roles/config.ts","../src/features/waitlist/config/waitlist.config.ts","../src/features/referral/config.ts","../src/features/rbac/data/RbacTypes.ts","../src/features/rbac/data/RbacService.ts"],"names":[],"mappings":"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","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/chunk-RA4RYKYB.js","sourcesContent":[null,"\"use client\";\n\nimport { ModuleWithPermissions } from \"../permissions/types\";\nimport { setBootstrapper } from \"../core/registry/bootstrapStore\";\n\n// Config storage for client-side contexts\nlet _clientConfig: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n} | null = null;\n\n/**\n * Configure the JSON:API client. This is the main configuration function.\n * This is typically called during app initialization.\n */\nexport function configureJsonApi(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n bootstrapper?: () => void;\n additionalHeaders?: Record<string, string>;\n stripePublishableKey?: string;\n}): void {\n _clientConfig = config;\n // Register and call bootstrapper to register all modules\n if (config.bootstrapper) {\n setBootstrapper(config.bootstrapper);\n config.bootstrapper();\n }\n}\n\n/**\n * Configure the client config. This is typically called during app initialization.\n * @deprecated Use configureJsonApi instead\n */\nexport function configureClientConfig(config: {\n apiUrl: string;\n appUrl?: string;\n trackablePages?: ModuleWithPermissions[];\n}): void {\n _clientConfig = config;\n}\n\n/**\n * Get the configured API URL.\n */\nexport function getApiUrl(): string {\n if (_clientConfig?.apiUrl) {\n return _clientConfig.apiUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_API_URL) {\n return process.env.NEXT_PUBLIC_API_URL;\n }\n return \"\";\n}\n\n/**\n * Get the configured app URL.\n */\nexport function getAppUrl(): string {\n if (_clientConfig?.appUrl) {\n return _clientConfig.appUrl;\n }\n if (typeof process !== \"undefined\" && process.env?.NEXT_PUBLIC_APP_URL) {\n return process.env.NEXT_PUBLIC_APP_URL;\n }\n if (typeof window !== \"undefined\") {\n return window.location.origin;\n }\n return \"\";\n}\n\n/**\n * Get the configured trackable pages.\n */\nexport function getTrackablePages(): ModuleWithPermissions[] {\n return _clientConfig?.trackablePages ?? [];\n}\n\n/**\n * Get the configured Stripe publishable key.\n */\nexport function getStripePublishableKey(): string | undefined {\n return _clientConfig?.stripePublishableKey;\n}\n","import { ComponentType } from \"react\";\n\n// Types for injected hooks\nexport interface I18nRouter {\n push: (href: string) => void;\n replace: (href: string) => void;\n back: () => void;\n forward: () => void;\n refresh: () => void;\n prefetch: (href: string) => void;\n}\n\nexport type UseRouterHook = () => I18nRouter;\nexport type UseTranslationsHook = (namespace?: string) => (key: string, values?: Record<string, any>) => string;\nexport type UseLocaleHook = () => string;\n\nexport type UseDateFnsLocaleHook = () => any; // date-fns Locale type\nexport type LinkComponent = ComponentType<{ href: string; children: React.ReactNode; [key: string]: any }>;\n\nexport interface I18nConfig {\n useRouter: UseRouterHook;\n useTranslations: UseTranslationsHook;\n useLocale?: UseLocaleHook;\n useDateFnsLocale?: UseDateFnsLocaleHook;\n Link: LinkComponent;\n usePathname: () => string;\n}\n\n// Private storage\nlet _config: I18nConfig | null = null;\n\n// Configuration function (called by app at startup)\nexport function configureI18n(config: I18nConfig): void {\n _config = config;\n}\n\n// Hooks for library components to use\nexport function useI18nRouter(): I18nRouter {\n if (!_config?.useRouter) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.useRouter();\n}\n\nexport function useI18nTranslations(namespace?: string): (key: string, values?: Record<string, any>) => string {\n if (!_config?.useTranslations) {\n // Fallback: return key as-is (safe for server/client)\n return (key: string) => key;\n }\n return _config.useTranslations(namespace);\n}\n\nexport function getI18nLink(): LinkComponent {\n if (!_config?.Link) {\n throw new Error(\"i18n not configured. Call configureI18n() at app startup.\");\n }\n return _config.Link;\n}\n\nexport function useI18nLocale(): string {\n if (_config?.useLocale) {\n return _config.useLocale();\n }\n // Fallback to English (safe for server/client)\n return \"en\";\n}\n\nexport function useI18nDateFnsLocale(): any {\n if (_config?.useDateFnsLocale) {\n return _config.useDateFnsLocale();\n }\n // Fallback to undefined (Calendar will use default)\n return undefined;\n}\n","let _useDiscordAuth: boolean = false;\nlet _useGoogleAuth: boolean = false;\nlet _useInternalAuth: boolean = true;\nlet _allowRegistration: boolean = true;\nlet _registrationMode: \"open\" | \"closed\" | \"waitlist\" = \"open\";\n\nexport type RegistrationMode = \"open\" | \"closed\" | \"waitlist\";\n\nexport interface LoginConfig {\n discordClientId?: string;\n googleClientId?: string;\n useInternalAuth?: boolean;\n allowRegistration?: boolean;\n registrationMode?: RegistrationMode;\n}\n\nexport function configureLogin(params: LoginConfig): void {\n _useDiscordAuth = !!params.discordClientId;\n _useGoogleAuth = !!params.googleClientId;\n _useInternalAuth = params.useInternalAuth ?? true;\n _allowRegistration = params.allowRegistration ?? true;\n _registrationMode = params.registrationMode ?? \"open\";\n}\n\nexport function isDiscordAuthEnabled(): boolean {\n return _useDiscordAuth;\n}\n\nexport function isGoogleAuthEnabled(): boolean {\n return _useGoogleAuth;\n}\n\nexport function isInternalAuthEnabled(): boolean {\n return _useInternalAuth;\n}\n\nexport function isRegistrationAllowed(): boolean {\n return _allowRegistration;\n}\n\nexport function getRegistrationMode(): RegistrationMode {\n return _registrationMode;\n}\n","/**\n * Role ID configuration interface\n * Apps provide their role IDs via configureRoles()\n */\nexport interface RoleIdConfig {\n Administrator: string;\n CompanyAdministrator: string;\n [key: string]: string; // Allow additional roles\n}\n\n// Private storage for the injected role IDs\nlet _roleId: RoleIdConfig | null = null;\n\n/**\n * Configure role IDs for the library\n * Call this at app startup to provide role ID constants\n *\n * @example\n * ```typescript\n * import { configureRoles } from \"@carlonicora/nextjs-jsonapi\";\n * import { RoleId } from \"@phlow/shared\";\n *\n * configureRoles(RoleId);\n * ```\n */\nexport function configureRoles(roleId: RoleIdConfig): void {\n _roleId = roleId;\n}\n\n/**\n * Get configured role IDs\n * @throws Error if roles not configured\n */\nexport function getRoleId(): RoleIdConfig {\n if (!_roleId) {\n throw new Error(\"Roles not configured. Call configureRoles() at app startup.\");\n }\n return _roleId;\n}\n\n/**\n * Check if roles have been configured\n */\nexport function isRolesConfigured(): boolean {\n return _roleId !== null;\n}\n","export type QuestionnaireFieldType = \"text\" | \"textarea\" | \"select\" | \"checkbox\";\n\nexport interface QuestionnaireOption {\n value: string;\n label: string;\n description?: string;\n}\n\nexport interface QuestionnaireField {\n id: string;\n type: QuestionnaireFieldType;\n label: string;\n description?: string;\n placeholder?: string;\n required?: boolean;\n options?: QuestionnaireOption[];\n}\n\nexport interface WaitlistConfig {\n questionnaire?: QuestionnaireField[];\n heroTitle?: string;\n heroSubtitle?: string;\n heroDescription?: string;\n benefits?: string[];\n}\n\nlet _waitlistConfig: WaitlistConfig = {};\n\nexport function configureWaitlist(config: WaitlistConfig): void {\n _waitlistConfig = config;\n}\n\nexport function getWaitlistConfig(): WaitlistConfig {\n return _waitlistConfig;\n}\n","/**\n * Configuration interface for frontend referral feature.\n */\nexport interface ReferralConfig {\n /**\n * Whether the referral feature is enabled.\n * When false, components render nothing and hooks return null.\n * @default false\n */\n enabled?: boolean;\n\n /**\n * Name of the cookie used to store referral codes.\n * @default \"referral_code\"\n */\n cookieName?: string;\n\n /**\n * Number of days the referral cookie is valid.\n * @default 30\n */\n cookieDays?: number;\n\n /**\n * Query parameter name for referral code in URL.\n * @default \"ref\"\n */\n urlParamName?: string;\n\n /**\n * Base URL for referral links.\n * @default window.location.origin (client-side only)\n */\n referralUrlBase?: string;\n\n /**\n * Path to append to base URL for referral links.\n * @default \"/\"\n */\n referralPath?: string;\n}\n\n/**\n * Default configuration values\n */\nexport const DEFAULT_REFERRAL_CONFIG: Required<ReferralConfig> = {\n enabled: false,\n cookieName: \"referral_code\",\n cookieDays: 30,\n urlParamName: \"ref\",\n referralUrlBase: \"\",\n referralPath: \"/\",\n};\n\n// Private storage for configuration\nlet _referralConfig: Required<ReferralConfig> = { ...DEFAULT_REFERRAL_CONFIG };\n\n/**\n * Configure referral feature settings.\n * Call this at app startup to enable and configure referral functionality.\n *\n * @example\n * ```typescript\n * import { configureReferral } from \"@carlonicora/nextjs-jsonapi\";\n *\n * configureReferral({\n * enabled: process.env.NEXT_PUBLIC_REFERRAL_ENABLED === 'true',\n * cookieDays: 30,\n * });\n * ```\n */\nexport function configureReferral(config: ReferralConfig): void {\n _referralConfig = { ...DEFAULT_REFERRAL_CONFIG, ...config };\n}\n\n/**\n * Get the current referral configuration.\n * @internal\n */\nexport function getReferralConfig(): Required<ReferralConfig> {\n return _referralConfig;\n}\n\n/**\n * Check if referral feature is enabled.\n */\nexport function isReferralEnabled(): boolean {\n return _referralConfig.enabled;\n}\n","export const COMPANY_ADMINISTRATOR_ROLE_ID = \"2e1eee00-6cba-4506-9059-ccd24e4ea5b0\";\n\nexport type PermissionValue = boolean | string;\n\nexport type ActionType = \"read\" | \"create\" | \"update\" | \"delete\";\n\nexport const ACTION_TYPES: ActionType[] = [\"read\", \"create\", \"update\", \"delete\"];\n\n/** The permissions object shape used by both Module and PermissionMapping entities */\nexport type PermissionsMap = {\n create?: PermissionValue;\n read?: PermissionValue;\n update?: PermissionValue;\n delete?: PermissionValue;\n};\n","import { AbstractService, EndpointCreator, HttpMethod, Modules } from \"../../../core\";\nimport { FeatureInterface } from \"../../feature\";\nimport { RoleInterface } from \"../../role\";\nimport { PermissionMappingInterface } from \"./PermissionMappingInterface\";\nimport { ModulePathsInterface } from \"./ModulePathsInterface\";\n\nexport class RbacService extends AbstractService {\n static async getFeatures(): Promise<FeatureInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Feature }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<FeatureInterface[]>({\n type: Modules.Feature,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getRoles(): Promise<RoleInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.Role }).addAdditionalParam(\"fetchAll\", \"true\");\n\n return this.callApi<RoleInterface[]>({\n type: Modules.Role,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getPermissionMappings(): Promise<PermissionMappingInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.PermissionMapping });\n\n return this.callApi<PermissionMappingInterface[]>({\n type: Modules.PermissionMapping,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n\n static async getModuleRelationshipPaths(): Promise<ModulePathsInterface[]> {\n const endpoint = new EndpointCreator({ endpoint: Modules.ModulePaths });\n\n return this.callApi<ModulePathsInterface[]>({\n type: Modules.ModulePaths,\n method: HttpMethod.GET,\n endpoint: endpoint.generate(),\n });\n }\n}\n"]}
|
package/dist/client/index.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunk5ODPC3YXjs = require('../chunk-5ODPC3YX.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ var _chunk5LZGQXBDjs = require('../chunk-5LZGQXBD.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunkRA4RYKYBjs = require('../chunk-RA4RYKYB.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ var _chunk2DFE325Pjs = require('../chunk-2DFE325P.js');
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunkLRXJT656js = require('../chunk-LRXJT656.js');
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -123,5 +123,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
123
123
|
|
|
124
124
|
|
|
125
125
|
|
|
126
|
-
exports.ClientJsonApiDelete =
|
|
126
|
+
exports.ClientJsonApiDelete = _chunkLRXJT656js.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkLRXJT656js.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkLRXJT656js.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkLRXJT656js.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkLRXJT656js.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk5ODPC3YXjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk5ODPC3YXjs.TableGeneratorRegistry; exports.configureClientConfig = _chunkRA4RYKYBjs.configureClientConfig; exports.configureClientJsonApi = _chunkLRXJT656js.configureClientJsonApi; exports.configureI18n = _chunkRA4RYKYBjs.configureI18n; exports.configureJsonApi = _chunkRA4RYKYBjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunk5ODPC3YXjs.downloadMigrationFile; exports.generateMigrationFile = _chunk5ODPC3YXjs.generateMigrationFile; exports.getApiUrl = _chunkRA4RYKYBjs.getApiUrl; exports.getAppUrl = _chunkRA4RYKYBjs.getAppUrl; exports.getClientApiUrl = _chunkLRXJT656js.getClientApiUrl; exports.getClientAppUrl = _chunkLRXJT656js.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkLRXJT656js.getClientTrackablePages; exports.getI18nLink = _chunkRA4RYKYBjs.getI18nLink; exports.getStripePublishableKey = _chunkRA4RYKYBjs.getStripePublishableKey; exports.getTrackablePages = _chunkRA4RYKYBjs.getTrackablePages; exports.registerTableGenerator = _chunk5ODPC3YXjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk5ODPC3YXjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk5ODPC3YXjs.useContentTableStructure; exports.useCustomD3Graph = _chunk5ODPC3YXjs.useCustomD3Graph; exports.useDataListRetriever = _chunk5ODPC3YXjs.useDataListRetriever; exports.useDebounce = _chunk5ODPC3YXjs.useDebounce; exports.useI18nDateFnsLocale = _chunkRA4RYKYBjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunkRA4RYKYBjs.useI18nLocale; exports.useI18nRouter = _chunkRA4RYKYBjs.useI18nRouter; exports.useI18nTranslations = _chunkRA4RYKYBjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk5ODPC3YXjs.useJsonApiGet; exports.useJsonApiMutation = _chunk5ODPC3YXjs.useJsonApiMutation; exports.useNotificationSync = _chunk5ODPC3YXjs.useNotificationSync; exports.useOAuthClient = _chunk5ODPC3YXjs.useOAuthClient; exports.useOAuthClients = _chunk5ODPC3YXjs.useOAuthClients; exports.useOAuthConsent = _chunk5ODPC3YXjs.useOAuthConsent; exports.usePageTracker = _chunk5ODPC3YXjs.usePageTracker; exports.usePageUrlGenerator = _chunk5ODPC3YXjs.usePageUrlGenerator; exports.useRbacState = _chunk5ODPC3YXjs.useRbacState; exports.useRehydration = _chunk5ODPC3YXjs.useRehydration; exports.useRehydrationList = _chunk5ODPC3YXjs.useRehydrationList; exports.useRoleTableStructure = _chunk5ODPC3YXjs.useRoleTableStructure; exports.useSocket = _chunk5ODPC3YXjs.useSocket; exports.useSubscriptionStatus = _chunk5ODPC3YXjs.useSubscriptionStatus; exports.useTableGenerator = _chunk5ODPC3YXjs.useTableGenerator; exports.useUrlRewriter = _chunk5ODPC3YXjs.useUrlRewriter; exports.useUserSearch = _chunk5ODPC3YXjs.useUserSearch; exports.useUserTableStructure = _chunk5ODPC3YXjs.useUserTableStructure;
|
|
127
127
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -28,7 +28,7 @@ import {
|
|
|
28
28
|
useUrlRewriter,
|
|
29
29
|
useUserSearch,
|
|
30
30
|
useUserTableStructure
|
|
31
|
-
} from "../chunk-
|
|
31
|
+
} from "../chunk-OLNMWVOV.mjs";
|
|
32
32
|
import {
|
|
33
33
|
configureClientConfig,
|
|
34
34
|
configureI18n,
|
|
@@ -42,7 +42,7 @@ import {
|
|
|
42
42
|
useI18nLocale,
|
|
43
43
|
useI18nRouter,
|
|
44
44
|
useI18nTranslations
|
|
45
|
-
} from "../chunk-
|
|
45
|
+
} from "../chunk-5KMKI23S.mjs";
|
|
46
46
|
import {
|
|
47
47
|
ClientJsonApiDelete,
|
|
48
48
|
ClientJsonApiGet,
|
|
@@ -53,7 +53,7 @@ import {
|
|
|
53
53
|
getClientApiUrl,
|
|
54
54
|
getClientAppUrl,
|
|
55
55
|
getClientTrackablePages
|
|
56
|
-
} from "../chunk-
|
|
56
|
+
} from "../chunk-G7PGWMFO.mjs";
|
|
57
57
|
import {
|
|
58
58
|
getClientToken
|
|
59
59
|
} from "../chunk-AUXK7QSA.mjs";
|
package/dist/components/index.js
CHANGED
|
@@ -426,14 +426,14 @@
|
|
|
426
426
|
|
|
427
427
|
|
|
428
428
|
|
|
429
|
-
var
|
|
430
|
-
require('../chunk-
|
|
429
|
+
var _chunk5ODPC3YXjs = require('../chunk-5ODPC3YX.js');
|
|
430
|
+
require('../chunk-RA4RYKYB.js');
|
|
431
431
|
|
|
432
432
|
|
|
433
433
|
|
|
434
434
|
|
|
435
435
|
|
|
436
|
-
var
|
|
436
|
+
var _chunkLRXJT656js = require('../chunk-LRXJT656.js');
|
|
437
437
|
require('../chunk-LXKSUWAV.js');
|
|
438
438
|
require('../chunk-IBS6NI7D.js');
|
|
439
439
|
require('../chunk-4MN547K7.js');
|
|
@@ -877,5 +877,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
877
877
|
|
|
878
878
|
|
|
879
879
|
|
|
880
|
-
exports.AcceptInvitation = _chunk5LZGQXBDjs.AcceptInvitation; exports.Accordion = _chunk5LZGQXBDjs.Accordion; exports.AccordionContent = _chunk5LZGQXBDjs.AccordionContent; exports.AccordionItem = _chunk5LZGQXBDjs.AccordionItem; exports.AccordionTrigger = _chunk5LZGQXBDjs.AccordionTrigger; exports.ActivateAccount = _chunk5LZGQXBDjs.ActivateAccount; exports.AddUserToRole = _chunk5LZGQXBDjs.AddUserToRole; exports.AdminCompanyContainer = _chunk5LZGQXBDjs.AdminCompanyContainer; exports.AdminUsersList = _chunk5LZGQXBDjs.AdminUsersList; exports.Alert = _chunk5LZGQXBDjs.Alert; exports.AlertAction = _chunk5LZGQXBDjs.AlertAction; exports.AlertDescription = _chunk5LZGQXBDjs.AlertDescription; exports.AlertDialog = _chunk5LZGQXBDjs.AlertDialog; exports.AlertDialogAction = _chunk5LZGQXBDjs.AlertDialogAction; exports.AlertDialogCancel = _chunk5LZGQXBDjs.AlertDialogCancel; exports.AlertDialogContent = _chunk5LZGQXBDjs.AlertDialogContent; exports.AlertDialogDescription = _chunk5LZGQXBDjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk5LZGQXBDjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk5LZGQXBDjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk5LZGQXBDjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk5LZGQXBDjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk5LZGQXBDjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk5LZGQXBDjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk5LZGQXBDjs.AlertDialogTrigger; exports.AlertTitle = _chunk5LZGQXBDjs.AlertTitle; exports.AllowedUsersDetails = _chunk5LZGQXBDjs.AllowedUsersDetails; exports.AttributeElement = _chunk5LZGQXBDjs.AttributeElement; exports.AuthContainer = _chunk5LZGQXBDjs.AuthContainer; exports.Avatar = _chunk5LZGQXBDjs.Avatar; exports.AvatarBadge = _chunk5LZGQXBDjs.AvatarBadge; exports.AvatarFallback = _chunk5LZGQXBDjs.AvatarFallback; exports.AvatarGroup = _chunk5LZGQXBDjs.AvatarGroup; exports.AvatarGroupCount = _chunk5LZGQXBDjs.AvatarGroupCount; exports.AvatarImage = _chunk5LZGQXBDjs.AvatarImage; exports.BackupCodesDialog = _chunk5LZGQXBDjs.BackupCodesDialog; exports.Badge = _chunk5LZGQXBDjs.Badge; exports.BlockNoteEditorContainer = _chunk5LZGQXBDjs.BlockNoteEditorContainer; exports.Board = _chunk5LZGQXBDjs.KanbanBoard; exports.Breadcrumb = _chunk5LZGQXBDjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk5LZGQXBDjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk5LZGQXBDjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk5LZGQXBDjs.BreadcrumbLink; exports.BreadcrumbList = _chunk5LZGQXBDjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk5LZGQXBDjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk5LZGQXBDjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk5LZGQXBDjs.BreadcrumbSeparator; exports.Button = _chunk5LZGQXBDjs.Button; exports.Calendar = _chunk5LZGQXBDjs.Calendar; exports.CalendarDayButton = _chunk5LZGQXBDjs.CalendarDayButton; exports.Card = _chunk5LZGQXBDjs.Card; exports.CardAction = _chunk5LZGQXBDjs.CardAction; exports.CardContent = _chunk5LZGQXBDjs.CardContent; exports.CardDescription = _chunk5LZGQXBDjs.CardDescription; exports.CardFooter = _chunk5LZGQXBDjs.CardFooter; exports.CardHeader = _chunk5LZGQXBDjs.CardHeader; exports.CardTitle = _chunk5LZGQXBDjs.CardTitle; exports.Carousel = _chunk5LZGQXBDjs.Carousel; exports.CarouselContent = _chunk5LZGQXBDjs.CarouselContent; exports.CarouselItem = _chunk5LZGQXBDjs.CarouselItem; exports.CarouselNext = _chunk5LZGQXBDjs.CarouselNext; exports.CarouselPrevious = _chunk5LZGQXBDjs.CarouselPrevious; exports.ChartContainer = _chunk5LZGQXBDjs.ChartContainer; exports.ChartLegend = _chunk5LZGQXBDjs.ChartLegend; exports.ChartLegendContent = _chunk5LZGQXBDjs.ChartLegendContent; exports.ChartStyle = _chunk5LZGQXBDjs.ChartStyle; exports.ChartTooltip = _chunk5LZGQXBDjs.ChartTooltip; exports.ChartTooltipContent = _chunk5LZGQXBDjs.ChartTooltipContent; exports.Checkbox = _chunk5LZGQXBDjs.Checkbox; exports.Collapsible = _chunk5LZGQXBDjs.Collapsible; exports.CollapsibleContent = _chunk5LZGQXBDjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk5LZGQXBDjs.CollapsibleTrigger; exports.Column = _chunk5LZGQXBDjs.KanbanColumn; exports.ColumnHandle = _chunk5LZGQXBDjs.KanbanColumnHandle; exports.Combobox = _chunk5LZGQXBDjs.Combobox; exports.ComboboxChip = _chunk5LZGQXBDjs.ComboboxChip; exports.ComboboxChips = _chunk5LZGQXBDjs.ComboboxChips; exports.ComboboxChipsInput = _chunk5LZGQXBDjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk5LZGQXBDjs.ComboboxCollection; exports.ComboboxContent = _chunk5LZGQXBDjs.ComboboxContent; exports.ComboboxEmpty = _chunk5LZGQXBDjs.ComboboxEmpty; exports.ComboboxGroup = _chunk5LZGQXBDjs.ComboboxGroup; exports.ComboboxInput = _chunk5LZGQXBDjs.ComboboxInput; exports.ComboboxItem = _chunk5LZGQXBDjs.ComboboxItem; exports.ComboboxLabel = _chunk5LZGQXBDjs.ComboboxLabel; exports.ComboboxList = _chunk5LZGQXBDjs.ComboboxList; exports.ComboboxSeparator = _chunk5LZGQXBDjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk5LZGQXBDjs.ComboboxTrigger; exports.ComboboxValue = _chunk5LZGQXBDjs.ComboboxValue; exports.Command = _chunk5LZGQXBDjs.Command; exports.CommandDialog = _chunk5LZGQXBDjs.CommandDialog; exports.CommandEmpty = _chunk5LZGQXBDjs.CommandEmpty; exports.CommandGroup = _chunk5LZGQXBDjs.CommandGroup; exports.CommandInput = _chunk5LZGQXBDjs.CommandInput; exports.CommandItem = _chunk5LZGQXBDjs.CommandItem; exports.CommandList = _chunk5LZGQXBDjs.CommandList; exports.CommandSeparator = _chunk5LZGQXBDjs.CommandSeparator; exports.CommandShortcut = _chunk5LZGQXBDjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk5LZGQXBDjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk5LZGQXBDjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk5LZGQXBDjs.CommonDeleter; exports.CommonEditorButtons = _chunk5LZGQXBDjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk5LZGQXBDjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk5LZGQXBDjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk5LZGQXBDjs.CommonEditorTrigger; exports.CompaniesList = _chunk5LZGQXBDjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk5LZGQXBDjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk5LZGQXBDjs.CompanyContainer; exports.CompanyDeleter = _chunk5LZGQXBDjs.CompanyDeleter; exports.CompanyDetails = _chunk5LZGQXBDjs.CompanyDetails; exports.CompanyEditor = _chunk5LZGQXBDjs.CompanyEditor; exports.CompanyUsersList = _chunk5LZGQXBDjs.CompanyUsersList; exports.ContentListTable = _chunk5LZGQXBDjs.ContentListTable; exports.ContentTableSearch = _chunk5LZGQXBDjs.ContentTableSearch; exports.ContentTitle = _chunk5LZGQXBDjs.ContentTitle; exports.ContentsList = _chunk5LZGQXBDjs.ContentsList; exports.ContentsListById = _chunk5LZGQXBDjs.ContentsListById; exports.ContextMenu = _chunk5LZGQXBDjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk5LZGQXBDjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk5LZGQXBDjs.ContextMenuContent; exports.ContextMenuGroup = _chunk5LZGQXBDjs.ContextMenuGroup; exports.ContextMenuItem = _chunk5LZGQXBDjs.ContextMenuItem; exports.ContextMenuLabel = _chunk5LZGQXBDjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk5LZGQXBDjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk5LZGQXBDjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk5LZGQXBDjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk5LZGQXBDjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk5LZGQXBDjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk5LZGQXBDjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk5LZGQXBDjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk5LZGQXBDjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk5LZGQXBDjs.ContextMenuTrigger; exports.ContributorsList = _chunk5LZGQXBDjs.ContributorsList; exports.Cookies = _chunk5LZGQXBDjs.Cookies; exports.DatePickerPopover = _chunk5LZGQXBDjs.DatePickerPopover; exports.DateRangeSelector = _chunk5LZGQXBDjs.DateRangeSelector; exports.Dialog = _chunk5LZGQXBDjs.Dialog; exports.DialogClose = _chunk5LZGQXBDjs.DialogClose; exports.DialogContent = _chunk5LZGQXBDjs.DialogContent; exports.DialogDescription = _chunk5LZGQXBDjs.DialogDescription; exports.DialogFooter = _chunk5LZGQXBDjs.DialogFooter; exports.DialogHeader = _chunk5LZGQXBDjs.DialogHeader; exports.DialogOverlay = _chunk5LZGQXBDjs.DialogOverlay; exports.DialogPortal = _chunk5LZGQXBDjs.DialogPortal; exports.DialogTitle = _chunk5LZGQXBDjs.DialogTitle; exports.DialogTrigger = _chunk5LZGQXBDjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk5LZGQXBDjs.DisableTwoFactorDialog; exports.Drawer = _chunk5LZGQXBDjs.Drawer; exports.DrawerClose = _chunk5LZGQXBDjs.DrawerClose; exports.DrawerContent = _chunk5LZGQXBDjs.DrawerContent; exports.DrawerDescription = _chunk5LZGQXBDjs.DrawerDescription; exports.DrawerFooter = _chunk5LZGQXBDjs.DrawerFooter; exports.DrawerHeader = _chunk5LZGQXBDjs.DrawerHeader; exports.DrawerOverlay = _chunk5LZGQXBDjs.DrawerOverlay; exports.DrawerPortal = _chunk5LZGQXBDjs.DrawerPortal; exports.DrawerTitle = _chunk5LZGQXBDjs.DrawerTitle; exports.DrawerTrigger = _chunk5LZGQXBDjs.DrawerTrigger; exports.DropdownMenu = _chunk5LZGQXBDjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk5LZGQXBDjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk5LZGQXBDjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk5LZGQXBDjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk5LZGQXBDjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk5LZGQXBDjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk5LZGQXBDjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk5LZGQXBDjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk5LZGQXBDjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk5LZGQXBDjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk5LZGQXBDjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk5LZGQXBDjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk5LZGQXBDjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk5LZGQXBDjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk5LZGQXBDjs.DropdownMenuTrigger; exports.EditorSheet = _chunk5LZGQXBDjs.EditorSheet; exports.EntityAvatar = _chunk5LZGQXBDjs.EntityAvatar; exports.ErrorDetails = _chunk5LZGQXBDjs.ErrorDetails; exports.Field = _chunk5LZGQXBDjs.Field; exports.FieldContent = _chunk5LZGQXBDjs.FieldContent; exports.FieldDescription = _chunk5LZGQXBDjs.FieldDescription; exports.FieldError = _chunk5LZGQXBDjs.FieldError; exports.FieldGroup = _chunk5LZGQXBDjs.FieldGroup; exports.FieldLabel = _chunk5LZGQXBDjs.FieldLabel; exports.FieldLegend = _chunk5LZGQXBDjs.FieldLegend; exports.FieldSeparator = _chunk5LZGQXBDjs.FieldSeparator; exports.FieldSet = _chunk5LZGQXBDjs.FieldSet; exports.FieldTitle = _chunk5LZGQXBDjs.FieldTitle; exports.FileInput = _chunk5LZGQXBDjs.FileInput; exports.FileUploader = _chunk5LZGQXBDjs.FileUploader; exports.FileUploaderContent = _chunk5LZGQXBDjs.FileUploaderContent; exports.FileUploaderItem = _chunk5LZGQXBDjs.FileUploaderItem; exports.ForgotPassword = _chunk5LZGQXBDjs.ForgotPassword; exports.Form = _chunk5LZGQXBDjs.Form; exports.FormBlockNote = _chunk5LZGQXBDjs.FormBlockNote; exports.FormCheckbox = _chunk5LZGQXBDjs.FormCheckbox; exports.FormDate = _chunk5LZGQXBDjs.FormDate; exports.FormDateTime = _chunk5LZGQXBDjs.FormDateTime; exports.FormFeatures = _chunk5LZGQXBDjs.FormFeatures; exports.FormFieldWrapper = _chunk5LZGQXBDjs.FormFieldWrapper; exports.FormInput = _chunk5LZGQXBDjs.FormInput; exports.FormPassword = _chunk5LZGQXBDjs.FormPassword; exports.FormPlaceAutocomplete = _chunk5LZGQXBDjs.FormPlaceAutocomplete; exports.FormRoles = _chunk5LZGQXBDjs.FormRoles; exports.FormSelect = _chunk5LZGQXBDjs.FormSelect; exports.FormSlider = _chunk5LZGQXBDjs.FormSlider; exports.FormSwitch = _chunk5LZGQXBDjs.FormSwitch; exports.FormTextarea = _chunk5LZGQXBDjs.FormTextarea; exports.GdprConsentCheckbox = _chunk5LZGQXBDjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk5LZGQXBDjs.GdprConsentSection; exports.Header = _chunk5LZGQXBDjs.Header; exports.HoverCard = _chunk5LZGQXBDjs.HoverCard; exports.HoverCardContent = _chunk5LZGQXBDjs.HoverCardContent; exports.HoverCardTrigger = _chunk5LZGQXBDjs.HoverCardTrigger; exports.Input = _chunk5LZGQXBDjs.Input; exports.InputGroup = _chunk5LZGQXBDjs.InputGroup; exports.InputGroupAddon = _chunk5LZGQXBDjs.InputGroupAddon; exports.InputGroupButton = _chunk5LZGQXBDjs.InputGroupButton; exports.InputGroupInput = _chunk5LZGQXBDjs.InputGroupInput; exports.InputGroupText = _chunk5LZGQXBDjs.InputGroupText; exports.InputGroupTextarea = _chunk5LZGQXBDjs.InputGroupTextarea; exports.InputOTP = _chunk5LZGQXBDjs.InputOTP; exports.InputOTPGroup = _chunk5LZGQXBDjs.InputOTPGroup; exports.InputOTPSeparator = _chunk5LZGQXBDjs.InputOTPSeparator; exports.InputOTPSlot = _chunk5LZGQXBDjs.InputOTPSlot; exports.Item = _chunk5LZGQXBDjs.KanbanItem; exports.ItemHandle = _chunk5LZGQXBDjs.KanbanItemHandle; exports.Kanban = _chunk5LZGQXBDjs.KanbanRoot; exports.KanbanBoard = _chunk5LZGQXBDjs.KanbanBoard; exports.KanbanColumn = _chunk5LZGQXBDjs.KanbanColumn; exports.KanbanColumnHandle = _chunk5LZGQXBDjs.KanbanColumnHandle; exports.KanbanItem = _chunk5LZGQXBDjs.KanbanItem; exports.KanbanItemHandle = _chunk5LZGQXBDjs.KanbanItemHandle; exports.KanbanOverlay = _chunk5LZGQXBDjs.KanbanOverlay; exports.Label = _chunk5LZGQXBDjs.Label; exports.LandingComponent = _chunk5LZGQXBDjs.LandingComponent; exports.Link = _chunk5LZGQXBDjs.Link; exports.Login = _chunk5LZGQXBDjs.Login; exports.Logout = _chunk5LZGQXBDjs.Logout; exports.ModeToggleSwitch = _chunk5LZGQXBDjs.ModeToggleSwitch; exports.MultiSelect = _chunk5LZGQXBDjs.MultiSelect; exports.MultipleSelector = _chunk5LZGQXBDjs.MultipleSelector; exports.NavigationMenu = _chunk5LZGQXBDjs.NavigationMenu; exports.NavigationMenuContent = _chunk5LZGQXBDjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk5LZGQXBDjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk5LZGQXBDjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk5LZGQXBDjs.NavigationMenuLink; exports.NavigationMenuList = _chunk5LZGQXBDjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk5LZGQXBDjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk5LZGQXBDjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk5LZGQXBDjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk5LZGQXBDjs.NotificationMenuItem; exports.NotificationModal = _chunk5LZGQXBDjs.NotificationModal; exports.NotificationToast = _chunk5LZGQXBDjs.NotificationToast; exports.NotificationsList = _chunk5LZGQXBDjs.NotificationsList; exports.NotificationsListContainer = _chunk5LZGQXBDjs.NotificationsListContainer; exports.OAuthClientCard = _chunk5LZGQXBDjs.OAuthClientCard; exports.OAuthClientDetail = _chunk5LZGQXBDjs.OAuthClientDetail; exports.OAuthClientForm = _chunk5LZGQXBDjs.OAuthClientForm; exports.OAuthClientList = _chunk5LZGQXBDjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk5LZGQXBDjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk5LZGQXBDjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk5LZGQXBDjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk5LZGQXBDjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk5LZGQXBDjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk5LZGQXBDjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk5LZGQXBDjs.OAuthScopeSelector; exports.OnboardingCard = _chunk5LZGQXBDjs.OnboardingCard; exports.Overlay = _chunk5LZGQXBDjs.KanbanOverlay; exports.PageContainer = _chunk5LZGQXBDjs.PageContainer; exports.PageContainerContentDetails = _chunk5LZGQXBDjs.PageContainerContentDetails; exports.PageContentContainer = _chunk5LZGQXBDjs.PageContentContainer; exports.PageSection = _chunk5LZGQXBDjs.PageSection; exports.PasskeyButton = _chunk5LZGQXBDjs.PasskeyButton; exports.PasskeyList = _chunk5LZGQXBDjs.PasskeyList; exports.PasskeySetupDialog = _chunk5LZGQXBDjs.PasskeySetupDialog; exports.PasswordInput = _chunk5LZGQXBDjs.PasswordInput; exports.Popover = _chunk5LZGQXBDjs.Popover; exports.PopoverContent = _chunk5LZGQXBDjs.PopoverContent; exports.PopoverDescription = _chunk5LZGQXBDjs.PopoverDescription; exports.PopoverHeader = _chunk5LZGQXBDjs.PopoverHeader; exports.PopoverTitle = _chunk5LZGQXBDjs.PopoverTitle; exports.PopoverTrigger = _chunk5LZGQXBDjs.PopoverTrigger; exports.Progress = _chunk5LZGQXBDjs.Progress; exports.ProgressIndicator = _chunk5LZGQXBDjs.ProgressIndicator; exports.ProgressLabel = _chunk5LZGQXBDjs.ProgressLabel; exports.ProgressTrack = _chunk5LZGQXBDjs.ProgressTrack; exports.ProgressValue = _chunk5LZGQXBDjs.ProgressValue; exports.PushNotificationProvider = _chunk5LZGQXBDjs.PushNotificationProvider; exports.RadioGroup = _chunk5LZGQXBDjs.RadioGroup; exports.RadioGroupItem = _chunk5LZGQXBDjs.RadioGroupItem; exports.RbacContainer = _chunk5LZGQXBDjs.RbacContainer; exports.RbacFeatureSection = _chunk5LZGQXBDjs.RbacFeatureSection; exports.RbacModuleTable = _chunk5LZGQXBDjs.RbacModuleTable; exports.RbacPermissionCell = _chunk5LZGQXBDjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk5LZGQXBDjs.RbacPermissionPicker; exports.RbacToolbar = _chunk5LZGQXBDjs.RbacToolbar; exports.ReactMarkdownContainer = _chunk5LZGQXBDjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk5LZGQXBDjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk5LZGQXBDjs.ReferralCodeCapture; exports.ReferralDialog = _chunk5LZGQXBDjs.ReferralDialog; exports.ReferralWidget = _chunk5LZGQXBDjs.ReferralWidget; exports.RefreshUser = _chunk5LZGQXBDjs.RefreshUser; exports.RelevantContentsList = _chunk5LZGQXBDjs.RelevantContentsList; exports.RelevantUsersList = _chunk5LZGQXBDjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk5LZGQXBDjs.RemoveUserFromRole; exports.ResetPassword = _chunk5LZGQXBDjs.ResetPassword; exports.ResizableHandle = _chunk5LZGQXBDjs.ResizableHandle; exports.ResizablePanel = _chunk5LZGQXBDjs.ResizablePanel; exports.ResizablePanelGroup = _chunk5LZGQXBDjs.ResizablePanelGroup; exports.RoleContainer = _chunk5LZGQXBDjs.RoleContainer; exports.RoleDetails = _chunk5LZGQXBDjs.RoleDetails; exports.RoleUsersList = _chunk5LZGQXBDjs.RoleUsersList; exports.RolesList = _chunk5LZGQXBDjs.RolesList; exports.Root = _chunk5LZGQXBDjs.KanbanRoot; exports.RoundPageContainer = _chunk5LZGQXBDjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk5LZGQXBDjs.RoundPageContainerTitle; exports.ScrollArea = _chunk5LZGQXBDjs.ScrollArea; exports.ScrollBar = _chunk5LZGQXBDjs.ScrollBar; exports.SecurityContainer = _chunk5LZGQXBDjs.SecurityContainer; exports.Select = _chunk5LZGQXBDjs.Select; exports.SelectContent = _chunk5LZGQXBDjs.SelectContent; exports.SelectGroup = _chunk5LZGQXBDjs.SelectGroup; exports.SelectItem = _chunk5LZGQXBDjs.SelectItem; exports.SelectLabel = _chunk5LZGQXBDjs.SelectLabel; exports.SelectScrollDownButton = _chunk5LZGQXBDjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk5LZGQXBDjs.SelectScrollUpButton; exports.SelectSeparator = _chunk5LZGQXBDjs.SelectSeparator; exports.SelectTrigger = _chunk5LZGQXBDjs.SelectTrigger; exports.SelectValue = _chunk5LZGQXBDjs.SelectValue; exports.Separator = _chunk5LZGQXBDjs.Separator; exports.Sheet = _chunk5LZGQXBDjs.Sheet; exports.SheetClose = _chunk5LZGQXBDjs.SheetClose; exports.SheetContent = _chunk5LZGQXBDjs.SheetContent; exports.SheetDescription = _chunk5LZGQXBDjs.SheetDescription; exports.SheetFooter = _chunk5LZGQXBDjs.SheetFooter; exports.SheetHeader = _chunk5LZGQXBDjs.SheetHeader; exports.SheetTitle = _chunk5LZGQXBDjs.SheetTitle; exports.SheetTrigger = _chunk5LZGQXBDjs.SheetTrigger; exports.Sidebar = _chunk5LZGQXBDjs.Sidebar; exports.SidebarContent = _chunk5LZGQXBDjs.SidebarContent; exports.SidebarFooter = _chunk5LZGQXBDjs.SidebarFooter; exports.SidebarGroup = _chunk5LZGQXBDjs.SidebarGroup; exports.SidebarGroupAction = _chunk5LZGQXBDjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk5LZGQXBDjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk5LZGQXBDjs.SidebarGroupLabel; exports.SidebarHeader = _chunk5LZGQXBDjs.SidebarHeader; exports.SidebarInput = _chunk5LZGQXBDjs.SidebarInput; exports.SidebarInset = _chunk5LZGQXBDjs.SidebarInset; exports.SidebarMenu = _chunk5LZGQXBDjs.SidebarMenu; exports.SidebarMenuAction = _chunk5LZGQXBDjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk5LZGQXBDjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk5LZGQXBDjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk5LZGQXBDjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk5LZGQXBDjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk5LZGQXBDjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk5LZGQXBDjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk5LZGQXBDjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk5LZGQXBDjs.SidebarProvider; exports.SidebarRail = _chunk5LZGQXBDjs.SidebarRail; exports.SidebarSeparator = _chunk5LZGQXBDjs.SidebarSeparator; exports.SidebarTrigger = _chunk5LZGQXBDjs.SidebarTrigger; exports.Skeleton = _chunk5LZGQXBDjs.Skeleton; exports.Slider = _chunk5LZGQXBDjs.Slider; exports.Switch = _chunk5LZGQXBDjs.Switch; exports.Table = _chunk5LZGQXBDjs.Table; exports.TableBody = _chunk5LZGQXBDjs.TableBody; exports.TableCaption = _chunk5LZGQXBDjs.TableCaption; exports.TableCell = _chunk5LZGQXBDjs.TableCell; exports.TableCellAvatar = _chunk5LZGQXBDjs.TableCellAvatar; exports.TableFooter = _chunk5LZGQXBDjs.TableFooter; exports.TableHead = _chunk5LZGQXBDjs.TableHead; exports.TableHeader = _chunk5LZGQXBDjs.TableHeader; exports.TableRow = _chunk5LZGQXBDjs.TableRow; exports.Tabs = _chunk5LZGQXBDjs.Tabs; exports.TabsContainer = _chunk5LZGQXBDjs.TabsContainer; exports.TabsContent = _chunk5LZGQXBDjs.TabsContent; exports.TabsList = _chunk5LZGQXBDjs.TabsList; exports.TabsTrigger = _chunk5LZGQXBDjs.TabsTrigger; exports.Textarea = _chunk5LZGQXBDjs.Textarea; exports.Toaster = _chunk5LZGQXBDjs.Toaster; exports.Toggle = _chunk5LZGQXBDjs.Toggle; exports.TokenStatusIndicator = _chunk5LZGQXBDjs.TokenStatusIndicator; exports.Tooltip = _chunk5LZGQXBDjs.Tooltip; exports.TooltipContent = _chunk5LZGQXBDjs.TooltipContent; exports.TooltipProvider = _chunk5LZGQXBDjs.TooltipProvider; exports.TooltipTrigger = _chunk5LZGQXBDjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk5LZGQXBDjs.TotpAuthenticatorList; exports.TotpInput = _chunk5LZGQXBDjs.TotpInput; exports.TotpSetupDialog = _chunk5LZGQXBDjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk5LZGQXBDjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk5LZGQXBDjs.TwoFactorSettings; exports.UserAvatar = _chunk5LZGQXBDjs.UserAvatar; exports.UserAvatarEditor = _chunk5LZGQXBDjs.UserAvatarEditor; exports.UserAvatarList = _chunk5LZGQXBDjs.UserAvatarList; exports.UserContainer = _chunk5LZGQXBDjs.UserContainer; exports.UserDeleter = _chunk5LZGQXBDjs.UserDeleter; exports.UserDetails = _chunk5LZGQXBDjs.UserDetails; exports.UserEditor = _chunk5LZGQXBDjs.UserEditor; exports.UserIndexContainer = _chunk5LZGQXBDjs.UserIndexContainer; exports.UserIndexDetails = _chunk5LZGQXBDjs.UserIndexDetails; exports.UserListInAdd = _chunk5LZGQXBDjs.UserListInAdd; exports.UserMultiSelect = _chunk5LZGQXBDjs.UserMultiSelect; exports.UserReactivator = _chunk5LZGQXBDjs.UserReactivator; exports.UserResentInvitationEmail = _chunk5LZGQXBDjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk5LZGQXBDjs.UserRoleAdd; exports.UserRolesList = _chunk5LZGQXBDjs.UserRolesList; exports.UserSelector = _chunk5LZGQXBDjs.UserSelector; exports.UserStanadaloneDetails = _chunk5LZGQXBDjs.UserStanadaloneDetails; exports.UsersList = _chunk5LZGQXBDjs.UsersList; exports.UsersListByContentIds = _chunk5LZGQXBDjs.UsersListByContentIds; exports.UsersListContainer = _chunk5LZGQXBDjs.UsersListContainer; exports.WaitlistConfirmation = _chunk5LZGQXBDjs.WaitlistConfirmation; exports.WaitlistForm = _chunk5LZGQXBDjs.WaitlistForm; exports.WaitlistHeroSection = _chunk5LZGQXBDjs.WaitlistHeroSection; exports.WaitlistList = _chunk5LZGQXBDjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk5LZGQXBDjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk5LZGQXBDjs.WaitlistSuccessState; exports.badgeVariants = _chunk5LZGQXBDjs.badgeVariants; exports.buttonVariants = _chunk5LZGQXBDjs.buttonVariants; exports.cellComponent = _chunk5LZGQXBDjs.cellComponent; exports.cellDate = _chunk5LZGQXBDjs.cellDate; exports.cellId = _chunk5LZGQXBDjs.cellId; exports.cellLink = _chunk5LZGQXBDjs.cellLink; exports.cellUrl = _chunk5LZGQXBDjs.cellUrl; exports.errorToast = _chunk5LZGQXBDjs.errorToast; exports.generateNotificationData = _chunk5LZGQXBDjs.generateNotificationData; exports.getIcon = _chunk6YKYRKVUjs.getIcon; exports.getIconByModule = _chunk6YKYRKVUjs.getIconByModule; exports.getIconByModuleName = _chunk6YKYRKVUjs.getIconByModuleName; exports.getInitials = _chunk6YKYRKVUjs.getInitials; exports.navigationMenuTriggerStyle = _chunk5LZGQXBDjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk5LZGQXBDjs.tabsListVariants; exports.toggleVariants = _chunk5LZGQXBDjs.toggleVariants; exports.triggerAssociationToast = _chunk5LZGQXBDjs.triggerAssociationToast; exports.useCarousel = _chunk5LZGQXBDjs.useCarousel; exports.useComboboxAnchor = _chunk5LZGQXBDjs.useComboboxAnchor; exports.useDebounce = _chunk5LZGQXBDjs.useDebounce2; exports.useEditorDialog = _chunk5LZGQXBDjs.useEditorDialog; exports.useFileUpload = _chunk5LZGQXBDjs.useFileUpload; exports.useSidebar = _chunk5LZGQXBDjs.useSidebar;
|
|
880
|
+
exports.AcceptInvitation = _chunk5ODPC3YXjs.AcceptInvitation; exports.Accordion = _chunk5ODPC3YXjs.Accordion; exports.AccordionContent = _chunk5ODPC3YXjs.AccordionContent; exports.AccordionItem = _chunk5ODPC3YXjs.AccordionItem; exports.AccordionTrigger = _chunk5ODPC3YXjs.AccordionTrigger; exports.ActivateAccount = _chunk5ODPC3YXjs.ActivateAccount; exports.AddUserToRole = _chunk5ODPC3YXjs.AddUserToRole; exports.AdminCompanyContainer = _chunk5ODPC3YXjs.AdminCompanyContainer; exports.AdminUsersList = _chunk5ODPC3YXjs.AdminUsersList; exports.Alert = _chunk5ODPC3YXjs.Alert; exports.AlertAction = _chunk5ODPC3YXjs.AlertAction; exports.AlertDescription = _chunk5ODPC3YXjs.AlertDescription; exports.AlertDialog = _chunk5ODPC3YXjs.AlertDialog; exports.AlertDialogAction = _chunk5ODPC3YXjs.AlertDialogAction; exports.AlertDialogCancel = _chunk5ODPC3YXjs.AlertDialogCancel; exports.AlertDialogContent = _chunk5ODPC3YXjs.AlertDialogContent; exports.AlertDialogDescription = _chunk5ODPC3YXjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk5ODPC3YXjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk5ODPC3YXjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk5ODPC3YXjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk5ODPC3YXjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk5ODPC3YXjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk5ODPC3YXjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk5ODPC3YXjs.AlertDialogTrigger; exports.AlertTitle = _chunk5ODPC3YXjs.AlertTitle; exports.AllowedUsersDetails = _chunk5ODPC3YXjs.AllowedUsersDetails; exports.AttributeElement = _chunk5ODPC3YXjs.AttributeElement; exports.AuthContainer = _chunk5ODPC3YXjs.AuthContainer; exports.Avatar = _chunk5ODPC3YXjs.Avatar; exports.AvatarBadge = _chunk5ODPC3YXjs.AvatarBadge; exports.AvatarFallback = _chunk5ODPC3YXjs.AvatarFallback; exports.AvatarGroup = _chunk5ODPC3YXjs.AvatarGroup; exports.AvatarGroupCount = _chunk5ODPC3YXjs.AvatarGroupCount; exports.AvatarImage = _chunk5ODPC3YXjs.AvatarImage; exports.BackupCodesDialog = _chunk5ODPC3YXjs.BackupCodesDialog; exports.Badge = _chunk5ODPC3YXjs.Badge; exports.BlockNoteEditorContainer = _chunk5ODPC3YXjs.BlockNoteEditorContainer; exports.Board = _chunk5ODPC3YXjs.KanbanBoard; exports.Breadcrumb = _chunk5ODPC3YXjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk5ODPC3YXjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk5ODPC3YXjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk5ODPC3YXjs.BreadcrumbLink; exports.BreadcrumbList = _chunk5ODPC3YXjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk5ODPC3YXjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk5ODPC3YXjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk5ODPC3YXjs.BreadcrumbSeparator; exports.Button = _chunk5ODPC3YXjs.Button; exports.Calendar = _chunk5ODPC3YXjs.Calendar; exports.CalendarDayButton = _chunk5ODPC3YXjs.CalendarDayButton; exports.Card = _chunk5ODPC3YXjs.Card; exports.CardAction = _chunk5ODPC3YXjs.CardAction; exports.CardContent = _chunk5ODPC3YXjs.CardContent; exports.CardDescription = _chunk5ODPC3YXjs.CardDescription; exports.CardFooter = _chunk5ODPC3YXjs.CardFooter; exports.CardHeader = _chunk5ODPC3YXjs.CardHeader; exports.CardTitle = _chunk5ODPC3YXjs.CardTitle; exports.Carousel = _chunk5ODPC3YXjs.Carousel; exports.CarouselContent = _chunk5ODPC3YXjs.CarouselContent; exports.CarouselItem = _chunk5ODPC3YXjs.CarouselItem; exports.CarouselNext = _chunk5ODPC3YXjs.CarouselNext; exports.CarouselPrevious = _chunk5ODPC3YXjs.CarouselPrevious; exports.ChartContainer = _chunk5ODPC3YXjs.ChartContainer; exports.ChartLegend = _chunk5ODPC3YXjs.ChartLegend; exports.ChartLegendContent = _chunk5ODPC3YXjs.ChartLegendContent; exports.ChartStyle = _chunk5ODPC3YXjs.ChartStyle; exports.ChartTooltip = _chunk5ODPC3YXjs.ChartTooltip; exports.ChartTooltipContent = _chunk5ODPC3YXjs.ChartTooltipContent; exports.Checkbox = _chunk5ODPC3YXjs.Checkbox; exports.Collapsible = _chunk5ODPC3YXjs.Collapsible; exports.CollapsibleContent = _chunk5ODPC3YXjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk5ODPC3YXjs.CollapsibleTrigger; exports.Column = _chunk5ODPC3YXjs.KanbanColumn; exports.ColumnHandle = _chunk5ODPC3YXjs.KanbanColumnHandle; exports.Combobox = _chunk5ODPC3YXjs.Combobox; exports.ComboboxChip = _chunk5ODPC3YXjs.ComboboxChip; exports.ComboboxChips = _chunk5ODPC3YXjs.ComboboxChips; exports.ComboboxChipsInput = _chunk5ODPC3YXjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk5ODPC3YXjs.ComboboxCollection; exports.ComboboxContent = _chunk5ODPC3YXjs.ComboboxContent; exports.ComboboxEmpty = _chunk5ODPC3YXjs.ComboboxEmpty; exports.ComboboxGroup = _chunk5ODPC3YXjs.ComboboxGroup; exports.ComboboxInput = _chunk5ODPC3YXjs.ComboboxInput; exports.ComboboxItem = _chunk5ODPC3YXjs.ComboboxItem; exports.ComboboxLabel = _chunk5ODPC3YXjs.ComboboxLabel; exports.ComboboxList = _chunk5ODPC3YXjs.ComboboxList; exports.ComboboxSeparator = _chunk5ODPC3YXjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk5ODPC3YXjs.ComboboxTrigger; exports.ComboboxValue = _chunk5ODPC3YXjs.ComboboxValue; exports.Command = _chunk5ODPC3YXjs.Command; exports.CommandDialog = _chunk5ODPC3YXjs.CommandDialog; exports.CommandEmpty = _chunk5ODPC3YXjs.CommandEmpty; exports.CommandGroup = _chunk5ODPC3YXjs.CommandGroup; exports.CommandInput = _chunk5ODPC3YXjs.CommandInput; exports.CommandItem = _chunk5ODPC3YXjs.CommandItem; exports.CommandList = _chunk5ODPC3YXjs.CommandList; exports.CommandSeparator = _chunk5ODPC3YXjs.CommandSeparator; exports.CommandShortcut = _chunk5ODPC3YXjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk5ODPC3YXjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk5ODPC3YXjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk5ODPC3YXjs.CommonDeleter; exports.CommonEditorButtons = _chunk5ODPC3YXjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk5ODPC3YXjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk5ODPC3YXjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk5ODPC3YXjs.CommonEditorTrigger; exports.CompaniesList = _chunk5ODPC3YXjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk5ODPC3YXjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk5ODPC3YXjs.CompanyContainer; exports.CompanyDeleter = _chunk5ODPC3YXjs.CompanyDeleter; exports.CompanyDetails = _chunk5ODPC3YXjs.CompanyDetails; exports.CompanyEditor = _chunk5ODPC3YXjs.CompanyEditor; exports.CompanyUsersList = _chunk5ODPC3YXjs.CompanyUsersList; exports.ContentListTable = _chunk5ODPC3YXjs.ContentListTable; exports.ContentTableSearch = _chunk5ODPC3YXjs.ContentTableSearch; exports.ContentTitle = _chunk5ODPC3YXjs.ContentTitle; exports.ContentsList = _chunk5ODPC3YXjs.ContentsList; exports.ContentsListById = _chunk5ODPC3YXjs.ContentsListById; exports.ContextMenu = _chunk5ODPC3YXjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk5ODPC3YXjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk5ODPC3YXjs.ContextMenuContent; exports.ContextMenuGroup = _chunk5ODPC3YXjs.ContextMenuGroup; exports.ContextMenuItem = _chunk5ODPC3YXjs.ContextMenuItem; exports.ContextMenuLabel = _chunk5ODPC3YXjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk5ODPC3YXjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk5ODPC3YXjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk5ODPC3YXjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk5ODPC3YXjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk5ODPC3YXjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk5ODPC3YXjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk5ODPC3YXjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk5ODPC3YXjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk5ODPC3YXjs.ContextMenuTrigger; exports.ContributorsList = _chunk5ODPC3YXjs.ContributorsList; exports.Cookies = _chunk5ODPC3YXjs.Cookies; exports.DatePickerPopover = _chunk5ODPC3YXjs.DatePickerPopover; exports.DateRangeSelector = _chunk5ODPC3YXjs.DateRangeSelector; exports.Dialog = _chunk5ODPC3YXjs.Dialog; exports.DialogClose = _chunk5ODPC3YXjs.DialogClose; exports.DialogContent = _chunk5ODPC3YXjs.DialogContent; exports.DialogDescription = _chunk5ODPC3YXjs.DialogDescription; exports.DialogFooter = _chunk5ODPC3YXjs.DialogFooter; exports.DialogHeader = _chunk5ODPC3YXjs.DialogHeader; exports.DialogOverlay = _chunk5ODPC3YXjs.DialogOverlay; exports.DialogPortal = _chunk5ODPC3YXjs.DialogPortal; exports.DialogTitle = _chunk5ODPC3YXjs.DialogTitle; exports.DialogTrigger = _chunk5ODPC3YXjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk5ODPC3YXjs.DisableTwoFactorDialog; exports.Drawer = _chunk5ODPC3YXjs.Drawer; exports.DrawerClose = _chunk5ODPC3YXjs.DrawerClose; exports.DrawerContent = _chunk5ODPC3YXjs.DrawerContent; exports.DrawerDescription = _chunk5ODPC3YXjs.DrawerDescription; exports.DrawerFooter = _chunk5ODPC3YXjs.DrawerFooter; exports.DrawerHeader = _chunk5ODPC3YXjs.DrawerHeader; exports.DrawerOverlay = _chunk5ODPC3YXjs.DrawerOverlay; exports.DrawerPortal = _chunk5ODPC3YXjs.DrawerPortal; exports.DrawerTitle = _chunk5ODPC3YXjs.DrawerTitle; exports.DrawerTrigger = _chunk5ODPC3YXjs.DrawerTrigger; exports.DropdownMenu = _chunk5ODPC3YXjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk5ODPC3YXjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk5ODPC3YXjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk5ODPC3YXjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk5ODPC3YXjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk5ODPC3YXjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk5ODPC3YXjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk5ODPC3YXjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk5ODPC3YXjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk5ODPC3YXjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk5ODPC3YXjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk5ODPC3YXjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk5ODPC3YXjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk5ODPC3YXjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk5ODPC3YXjs.DropdownMenuTrigger; exports.EditorSheet = _chunk5ODPC3YXjs.EditorSheet; exports.EntityAvatar = _chunk5ODPC3YXjs.EntityAvatar; exports.ErrorDetails = _chunk5ODPC3YXjs.ErrorDetails; exports.Field = _chunk5ODPC3YXjs.Field; exports.FieldContent = _chunk5ODPC3YXjs.FieldContent; exports.FieldDescription = _chunk5ODPC3YXjs.FieldDescription; exports.FieldError = _chunk5ODPC3YXjs.FieldError; exports.FieldGroup = _chunk5ODPC3YXjs.FieldGroup; exports.FieldLabel = _chunk5ODPC3YXjs.FieldLabel; exports.FieldLegend = _chunk5ODPC3YXjs.FieldLegend; exports.FieldSeparator = _chunk5ODPC3YXjs.FieldSeparator; exports.FieldSet = _chunk5ODPC3YXjs.FieldSet; exports.FieldTitle = _chunk5ODPC3YXjs.FieldTitle; exports.FileInput = _chunk5ODPC3YXjs.FileInput; exports.FileUploader = _chunk5ODPC3YXjs.FileUploader; exports.FileUploaderContent = _chunk5ODPC3YXjs.FileUploaderContent; exports.FileUploaderItem = _chunk5ODPC3YXjs.FileUploaderItem; exports.ForgotPassword = _chunk5ODPC3YXjs.ForgotPassword; exports.Form = _chunk5ODPC3YXjs.Form; exports.FormBlockNote = _chunk5ODPC3YXjs.FormBlockNote; exports.FormCheckbox = _chunk5ODPC3YXjs.FormCheckbox; exports.FormDate = _chunk5ODPC3YXjs.FormDate; exports.FormDateTime = _chunk5ODPC3YXjs.FormDateTime; exports.FormFeatures = _chunk5ODPC3YXjs.FormFeatures; exports.FormFieldWrapper = _chunk5ODPC3YXjs.FormFieldWrapper; exports.FormInput = _chunk5ODPC3YXjs.FormInput; exports.FormPassword = _chunk5ODPC3YXjs.FormPassword; exports.FormPlaceAutocomplete = _chunk5ODPC3YXjs.FormPlaceAutocomplete; exports.FormRoles = _chunk5ODPC3YXjs.FormRoles; exports.FormSelect = _chunk5ODPC3YXjs.FormSelect; exports.FormSlider = _chunk5ODPC3YXjs.FormSlider; exports.FormSwitch = _chunk5ODPC3YXjs.FormSwitch; exports.FormTextarea = _chunk5ODPC3YXjs.FormTextarea; exports.GdprConsentCheckbox = _chunk5ODPC3YXjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk5ODPC3YXjs.GdprConsentSection; exports.Header = _chunk5ODPC3YXjs.Header; exports.HoverCard = _chunk5ODPC3YXjs.HoverCard; exports.HoverCardContent = _chunk5ODPC3YXjs.HoverCardContent; exports.HoverCardTrigger = _chunk5ODPC3YXjs.HoverCardTrigger; exports.Input = _chunk5ODPC3YXjs.Input; exports.InputGroup = _chunk5ODPC3YXjs.InputGroup; exports.InputGroupAddon = _chunk5ODPC3YXjs.InputGroupAddon; exports.InputGroupButton = _chunk5ODPC3YXjs.InputGroupButton; exports.InputGroupInput = _chunk5ODPC3YXjs.InputGroupInput; exports.InputGroupText = _chunk5ODPC3YXjs.InputGroupText; exports.InputGroupTextarea = _chunk5ODPC3YXjs.InputGroupTextarea; exports.InputOTP = _chunk5ODPC3YXjs.InputOTP; exports.InputOTPGroup = _chunk5ODPC3YXjs.InputOTPGroup; exports.InputOTPSeparator = _chunk5ODPC3YXjs.InputOTPSeparator; exports.InputOTPSlot = _chunk5ODPC3YXjs.InputOTPSlot; exports.Item = _chunk5ODPC3YXjs.KanbanItem; exports.ItemHandle = _chunk5ODPC3YXjs.KanbanItemHandle; exports.Kanban = _chunk5ODPC3YXjs.KanbanRoot; exports.KanbanBoard = _chunk5ODPC3YXjs.KanbanBoard; exports.KanbanColumn = _chunk5ODPC3YXjs.KanbanColumn; exports.KanbanColumnHandle = _chunk5ODPC3YXjs.KanbanColumnHandle; exports.KanbanItem = _chunk5ODPC3YXjs.KanbanItem; exports.KanbanItemHandle = _chunk5ODPC3YXjs.KanbanItemHandle; exports.KanbanOverlay = _chunk5ODPC3YXjs.KanbanOverlay; exports.Label = _chunk5ODPC3YXjs.Label; exports.LandingComponent = _chunk5ODPC3YXjs.LandingComponent; exports.Link = _chunk5ODPC3YXjs.Link; exports.Login = _chunk5ODPC3YXjs.Login; exports.Logout = _chunk5ODPC3YXjs.Logout; exports.ModeToggleSwitch = _chunk5ODPC3YXjs.ModeToggleSwitch; exports.MultiSelect = _chunk5ODPC3YXjs.MultiSelect; exports.MultipleSelector = _chunk5ODPC3YXjs.MultipleSelector; exports.NavigationMenu = _chunk5ODPC3YXjs.NavigationMenu; exports.NavigationMenuContent = _chunk5ODPC3YXjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk5ODPC3YXjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk5ODPC3YXjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk5ODPC3YXjs.NavigationMenuLink; exports.NavigationMenuList = _chunk5ODPC3YXjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk5ODPC3YXjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk5ODPC3YXjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk5ODPC3YXjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk5ODPC3YXjs.NotificationMenuItem; exports.NotificationModal = _chunk5ODPC3YXjs.NotificationModal; exports.NotificationToast = _chunk5ODPC3YXjs.NotificationToast; exports.NotificationsList = _chunk5ODPC3YXjs.NotificationsList; exports.NotificationsListContainer = _chunk5ODPC3YXjs.NotificationsListContainer; exports.OAuthClientCard = _chunk5ODPC3YXjs.OAuthClientCard; exports.OAuthClientDetail = _chunk5ODPC3YXjs.OAuthClientDetail; exports.OAuthClientForm = _chunk5ODPC3YXjs.OAuthClientForm; exports.OAuthClientList = _chunk5ODPC3YXjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk5ODPC3YXjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk5ODPC3YXjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk5ODPC3YXjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk5ODPC3YXjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk5ODPC3YXjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk5ODPC3YXjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk5ODPC3YXjs.OAuthScopeSelector; exports.OnboardingCard = _chunk5ODPC3YXjs.OnboardingCard; exports.Overlay = _chunk5ODPC3YXjs.KanbanOverlay; exports.PageContainer = _chunk5ODPC3YXjs.PageContainer; exports.PageContainerContentDetails = _chunk5ODPC3YXjs.PageContainerContentDetails; exports.PageContentContainer = _chunk5ODPC3YXjs.PageContentContainer; exports.PageSection = _chunk5ODPC3YXjs.PageSection; exports.PasskeyButton = _chunk5ODPC3YXjs.PasskeyButton; exports.PasskeyList = _chunk5ODPC3YXjs.PasskeyList; exports.PasskeySetupDialog = _chunk5ODPC3YXjs.PasskeySetupDialog; exports.PasswordInput = _chunk5ODPC3YXjs.PasswordInput; exports.Popover = _chunk5ODPC3YXjs.Popover; exports.PopoverContent = _chunk5ODPC3YXjs.PopoverContent; exports.PopoverDescription = _chunk5ODPC3YXjs.PopoverDescription; exports.PopoverHeader = _chunk5ODPC3YXjs.PopoverHeader; exports.PopoverTitle = _chunk5ODPC3YXjs.PopoverTitle; exports.PopoverTrigger = _chunk5ODPC3YXjs.PopoverTrigger; exports.Progress = _chunk5ODPC3YXjs.Progress; exports.ProgressIndicator = _chunk5ODPC3YXjs.ProgressIndicator; exports.ProgressLabel = _chunk5ODPC3YXjs.ProgressLabel; exports.ProgressTrack = _chunk5ODPC3YXjs.ProgressTrack; exports.ProgressValue = _chunk5ODPC3YXjs.ProgressValue; exports.PushNotificationProvider = _chunk5ODPC3YXjs.PushNotificationProvider; exports.RadioGroup = _chunk5ODPC3YXjs.RadioGroup; exports.RadioGroupItem = _chunk5ODPC3YXjs.RadioGroupItem; exports.RbacContainer = _chunk5ODPC3YXjs.RbacContainer; exports.RbacFeatureSection = _chunk5ODPC3YXjs.RbacFeatureSection; exports.RbacModuleTable = _chunk5ODPC3YXjs.RbacModuleTable; exports.RbacPermissionCell = _chunk5ODPC3YXjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk5ODPC3YXjs.RbacPermissionPicker; exports.RbacToolbar = _chunk5ODPC3YXjs.RbacToolbar; exports.ReactMarkdownContainer = _chunk5ODPC3YXjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk5ODPC3YXjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk5ODPC3YXjs.ReferralCodeCapture; exports.ReferralDialog = _chunk5ODPC3YXjs.ReferralDialog; exports.ReferralWidget = _chunk5ODPC3YXjs.ReferralWidget; exports.RefreshUser = _chunk5ODPC3YXjs.RefreshUser; exports.RelevantContentsList = _chunk5ODPC3YXjs.RelevantContentsList; exports.RelevantUsersList = _chunk5ODPC3YXjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk5ODPC3YXjs.RemoveUserFromRole; exports.ResetPassword = _chunk5ODPC3YXjs.ResetPassword; exports.ResizableHandle = _chunk5ODPC3YXjs.ResizableHandle; exports.ResizablePanel = _chunk5ODPC3YXjs.ResizablePanel; exports.ResizablePanelGroup = _chunk5ODPC3YXjs.ResizablePanelGroup; exports.RoleContainer = _chunk5ODPC3YXjs.RoleContainer; exports.RoleDetails = _chunk5ODPC3YXjs.RoleDetails; exports.RoleUsersList = _chunk5ODPC3YXjs.RoleUsersList; exports.RolesList = _chunk5ODPC3YXjs.RolesList; exports.Root = _chunk5ODPC3YXjs.KanbanRoot; exports.RoundPageContainer = _chunk5ODPC3YXjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk5ODPC3YXjs.RoundPageContainerTitle; exports.ScrollArea = _chunk5ODPC3YXjs.ScrollArea; exports.ScrollBar = _chunk5ODPC3YXjs.ScrollBar; exports.SecurityContainer = _chunk5ODPC3YXjs.SecurityContainer; exports.Select = _chunk5ODPC3YXjs.Select; exports.SelectContent = _chunk5ODPC3YXjs.SelectContent; exports.SelectGroup = _chunk5ODPC3YXjs.SelectGroup; exports.SelectItem = _chunk5ODPC3YXjs.SelectItem; exports.SelectLabel = _chunk5ODPC3YXjs.SelectLabel; exports.SelectScrollDownButton = _chunk5ODPC3YXjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk5ODPC3YXjs.SelectScrollUpButton; exports.SelectSeparator = _chunk5ODPC3YXjs.SelectSeparator; exports.SelectTrigger = _chunk5ODPC3YXjs.SelectTrigger; exports.SelectValue = _chunk5ODPC3YXjs.SelectValue; exports.Separator = _chunk5ODPC3YXjs.Separator; exports.Sheet = _chunk5ODPC3YXjs.Sheet; exports.SheetClose = _chunk5ODPC3YXjs.SheetClose; exports.SheetContent = _chunk5ODPC3YXjs.SheetContent; exports.SheetDescription = _chunk5ODPC3YXjs.SheetDescription; exports.SheetFooter = _chunk5ODPC3YXjs.SheetFooter; exports.SheetHeader = _chunk5ODPC3YXjs.SheetHeader; exports.SheetTitle = _chunk5ODPC3YXjs.SheetTitle; exports.SheetTrigger = _chunk5ODPC3YXjs.SheetTrigger; exports.Sidebar = _chunk5ODPC3YXjs.Sidebar; exports.SidebarContent = _chunk5ODPC3YXjs.SidebarContent; exports.SidebarFooter = _chunk5ODPC3YXjs.SidebarFooter; exports.SidebarGroup = _chunk5ODPC3YXjs.SidebarGroup; exports.SidebarGroupAction = _chunk5ODPC3YXjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk5ODPC3YXjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk5ODPC3YXjs.SidebarGroupLabel; exports.SidebarHeader = _chunk5ODPC3YXjs.SidebarHeader; exports.SidebarInput = _chunk5ODPC3YXjs.SidebarInput; exports.SidebarInset = _chunk5ODPC3YXjs.SidebarInset; exports.SidebarMenu = _chunk5ODPC3YXjs.SidebarMenu; exports.SidebarMenuAction = _chunk5ODPC3YXjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk5ODPC3YXjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk5ODPC3YXjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk5ODPC3YXjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk5ODPC3YXjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk5ODPC3YXjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk5ODPC3YXjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk5ODPC3YXjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk5ODPC3YXjs.SidebarProvider; exports.SidebarRail = _chunk5ODPC3YXjs.SidebarRail; exports.SidebarSeparator = _chunk5ODPC3YXjs.SidebarSeparator; exports.SidebarTrigger = _chunk5ODPC3YXjs.SidebarTrigger; exports.Skeleton = _chunk5ODPC3YXjs.Skeleton; exports.Slider = _chunk5ODPC3YXjs.Slider; exports.Switch = _chunk5ODPC3YXjs.Switch; exports.Table = _chunk5ODPC3YXjs.Table; exports.TableBody = _chunk5ODPC3YXjs.TableBody; exports.TableCaption = _chunk5ODPC3YXjs.TableCaption; exports.TableCell = _chunk5ODPC3YXjs.TableCell; exports.TableCellAvatar = _chunk5ODPC3YXjs.TableCellAvatar; exports.TableFooter = _chunk5ODPC3YXjs.TableFooter; exports.TableHead = _chunk5ODPC3YXjs.TableHead; exports.TableHeader = _chunk5ODPC3YXjs.TableHeader; exports.TableRow = _chunk5ODPC3YXjs.TableRow; exports.Tabs = _chunk5ODPC3YXjs.Tabs; exports.TabsContainer = _chunk5ODPC3YXjs.TabsContainer; exports.TabsContent = _chunk5ODPC3YXjs.TabsContent; exports.TabsList = _chunk5ODPC3YXjs.TabsList; exports.TabsTrigger = _chunk5ODPC3YXjs.TabsTrigger; exports.Textarea = _chunk5ODPC3YXjs.Textarea; exports.Toaster = _chunk5ODPC3YXjs.Toaster; exports.Toggle = _chunk5ODPC3YXjs.Toggle; exports.TokenStatusIndicator = _chunk5ODPC3YXjs.TokenStatusIndicator; exports.Tooltip = _chunk5ODPC3YXjs.Tooltip; exports.TooltipContent = _chunk5ODPC3YXjs.TooltipContent; exports.TooltipProvider = _chunk5ODPC3YXjs.TooltipProvider; exports.TooltipTrigger = _chunk5ODPC3YXjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk5ODPC3YXjs.TotpAuthenticatorList; exports.TotpInput = _chunk5ODPC3YXjs.TotpInput; exports.TotpSetupDialog = _chunk5ODPC3YXjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk5ODPC3YXjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk5ODPC3YXjs.TwoFactorSettings; exports.UserAvatar = _chunk5ODPC3YXjs.UserAvatar; exports.UserAvatarEditor = _chunk5ODPC3YXjs.UserAvatarEditor; exports.UserAvatarList = _chunk5ODPC3YXjs.UserAvatarList; exports.UserContainer = _chunk5ODPC3YXjs.UserContainer; exports.UserDeleter = _chunk5ODPC3YXjs.UserDeleter; exports.UserDetails = _chunk5ODPC3YXjs.UserDetails; exports.UserEditor = _chunk5ODPC3YXjs.UserEditor; exports.UserIndexContainer = _chunk5ODPC3YXjs.UserIndexContainer; exports.UserIndexDetails = _chunk5ODPC3YXjs.UserIndexDetails; exports.UserListInAdd = _chunk5ODPC3YXjs.UserListInAdd; exports.UserMultiSelect = _chunk5ODPC3YXjs.UserMultiSelect; exports.UserReactivator = _chunk5ODPC3YXjs.UserReactivator; exports.UserResentInvitationEmail = _chunk5ODPC3YXjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk5ODPC3YXjs.UserRoleAdd; exports.UserRolesList = _chunk5ODPC3YXjs.UserRolesList; exports.UserSelector = _chunk5ODPC3YXjs.UserSelector; exports.UserStanadaloneDetails = _chunk5ODPC3YXjs.UserStanadaloneDetails; exports.UsersList = _chunk5ODPC3YXjs.UsersList; exports.UsersListByContentIds = _chunk5ODPC3YXjs.UsersListByContentIds; exports.UsersListContainer = _chunk5ODPC3YXjs.UsersListContainer; exports.WaitlistConfirmation = _chunk5ODPC3YXjs.WaitlistConfirmation; exports.WaitlistForm = _chunk5ODPC3YXjs.WaitlistForm; exports.WaitlistHeroSection = _chunk5ODPC3YXjs.WaitlistHeroSection; exports.WaitlistList = _chunk5ODPC3YXjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk5ODPC3YXjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk5ODPC3YXjs.WaitlistSuccessState; exports.badgeVariants = _chunk5ODPC3YXjs.badgeVariants; exports.buttonVariants = _chunk5ODPC3YXjs.buttonVariants; exports.cellComponent = _chunk5ODPC3YXjs.cellComponent; exports.cellDate = _chunk5ODPC3YXjs.cellDate; exports.cellId = _chunk5ODPC3YXjs.cellId; exports.cellLink = _chunk5ODPC3YXjs.cellLink; exports.cellUrl = _chunk5ODPC3YXjs.cellUrl; exports.errorToast = _chunk5ODPC3YXjs.errorToast; exports.generateNotificationData = _chunk5ODPC3YXjs.generateNotificationData; exports.getIcon = _chunkLRXJT656js.getIcon; exports.getIconByModule = _chunkLRXJT656js.getIconByModule; exports.getIconByModuleName = _chunkLRXJT656js.getIconByModuleName; exports.getInitials = _chunkLRXJT656js.getInitials; exports.navigationMenuTriggerStyle = _chunk5ODPC3YXjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunk5ODPC3YXjs.tabsListVariants; exports.toggleVariants = _chunk5ODPC3YXjs.toggleVariants; exports.triggerAssociationToast = _chunk5ODPC3YXjs.triggerAssociationToast; exports.useCarousel = _chunk5ODPC3YXjs.useCarousel; exports.useComboboxAnchor = _chunk5ODPC3YXjs.useComboboxAnchor; exports.useDebounce = _chunk5ODPC3YXjs.useDebounce2; exports.useEditorDialog = _chunk5ODPC3YXjs.useEditorDialog; exports.useFileUpload = _chunk5ODPC3YXjs.useFileUpload; exports.useSidebar = _chunk5ODPC3YXjs.useSidebar;
|
|
881
881
|
//# sourceMappingURL=index.js.map
|
|
@@ -426,14 +426,14 @@ import {
|
|
|
426
426
|
useEditorDialog,
|
|
427
427
|
useFileUpload,
|
|
428
428
|
useSidebar
|
|
429
|
-
} from "../chunk-
|
|
430
|
-
import "../chunk-
|
|
429
|
+
} from "../chunk-OLNMWVOV.mjs";
|
|
430
|
+
import "../chunk-5KMKI23S.mjs";
|
|
431
431
|
import {
|
|
432
432
|
getIcon,
|
|
433
433
|
getIconByModule,
|
|
434
434
|
getIconByModuleName,
|
|
435
435
|
getInitials
|
|
436
|
-
} from "../chunk-
|
|
436
|
+
} from "../chunk-G7PGWMFO.mjs";
|
|
437
437
|
import "../chunk-AUXK7QSA.mjs";
|
|
438
438
|
import "../chunk-C7C7VY4F.mjs";
|
|
439
439
|
import "../chunk-BTKJFMFL.mjs";
|
package/dist/contexts/index.js
CHANGED
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
var
|
|
27
|
-
require('../chunk-
|
|
28
|
-
require('../chunk-
|
|
26
|
+
var _chunk5ODPC3YXjs = require('../chunk-5ODPC3YX.js');
|
|
27
|
+
require('../chunk-RA4RYKYB.js');
|
|
28
|
+
require('../chunk-LRXJT656.js');
|
|
29
29
|
require('../chunk-LXKSUWAV.js');
|
|
30
30
|
require('../chunk-IBS6NI7D.js');
|
|
31
31
|
require('../chunk-4MN547K7.js');
|
|
@@ -55,5 +55,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
|
|
58
|
-
exports.CommonProvider =
|
|
58
|
+
exports.CommonProvider = _chunk5ODPC3YXjs.CommonProvider; exports.CompanyProvider = _chunk5ODPC3YXjs.CompanyProvider; exports.CurrentUserProvider = _chunk5ODPC3YXjs.CurrentUserProvider; exports.DEFAULT_ONBOARDING_LABELS = _chunk5ODPC3YXjs.DEFAULT_ONBOARDING_LABELS; exports.HeaderChildrenProvider = _chunk5ODPC3YXjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunk5ODPC3YXjs.NotificationContextProvider; exports.OnboardingProvider = _chunk5ODPC3YXjs.OnboardingProvider; exports.RoleProvider = _chunk5ODPC3YXjs.RoleProvider; exports.SharedProvider = _chunk5ODPC3YXjs.SharedProvider; exports.SocketContext = _chunk5ODPC3YXjs.SocketContext; exports.SocketProvider = _chunk5ODPC3YXjs.SocketProvider; exports.UserProvider = _chunk5ODPC3YXjs.UserProvider; exports.recentPagesAtom = _chunk5ODPC3YXjs.recentPagesAtom; exports.useCommonContext = _chunk5ODPC3YXjs.useCommonContext; exports.useCompanyContext = _chunk5ODPC3YXjs.useCompanyContext; exports.useCurrentUserContext = _chunk5ODPC3YXjs.useCurrentUserContext; exports.useHeaderChildren = _chunk5ODPC3YXjs.useHeaderChildren; exports.useNotificationContext = _chunk5ODPC3YXjs.useNotificationContext; exports.useOnboarding = _chunk5ODPC3YXjs.useOnboarding; exports.useRoleContext = _chunk5ODPC3YXjs.useRoleContext; exports.useSharedContext = _chunk5ODPC3YXjs.useSharedContext; exports.useSocketContext = _chunk5ODPC3YXjs.useSocketContext; exports.useUserContext = _chunk5ODPC3YXjs.useUserContext;
|
|
59
59
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -23,9 +23,9 @@ import {
|
|
|
23
23
|
useSharedContext,
|
|
24
24
|
useSocketContext,
|
|
25
25
|
useUserContext
|
|
26
|
-
} from "../chunk-
|
|
27
|
-
import "../chunk-
|
|
28
|
-
import "../chunk-
|
|
26
|
+
} from "../chunk-OLNMWVOV.mjs";
|
|
27
|
+
import "../chunk-5KMKI23S.mjs";
|
|
28
|
+
import "../chunk-G7PGWMFO.mjs";
|
|
29
29
|
import "../chunk-AUXK7QSA.mjs";
|
|
30
30
|
import "../chunk-C7C7VY4F.mjs";
|
|
31
31
|
import "../chunk-BTKJFMFL.mjs";
|
package/dist/core/index.d.mts
CHANGED
|
@@ -260,6 +260,7 @@ interface FoundationModuleDefinitions {
|
|
|
260
260
|
BackupCodeVerify: ModuleWithPermissions;
|
|
261
261
|
PermissionMapping: ModuleWithPermissions;
|
|
262
262
|
ModulePaths: ModuleWithPermissions;
|
|
263
|
+
AuditLog: ModuleWithPermissions;
|
|
263
264
|
}
|
|
264
265
|
interface AppModuleDefinitions {
|
|
265
266
|
}
|
|
@@ -2029,4 +2030,46 @@ declare const ReferralModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
|
2029
2030
|
|
|
2030
2031
|
declare const ReferralStatsModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2031
2032
|
|
|
2032
|
-
|
|
2033
|
+
interface AuditLogInterface extends ApiDataInterface {
|
|
2034
|
+
get kind(): "audit" | "comment";
|
|
2035
|
+
get action(): string | undefined;
|
|
2036
|
+
get fieldName(): string | undefined;
|
|
2037
|
+
get oldValue(): string | undefined;
|
|
2038
|
+
get newValue(): string | undefined;
|
|
2039
|
+
get content(): string | undefined;
|
|
2040
|
+
get annotationId(): string | undefined;
|
|
2041
|
+
get user(): UserInterface | undefined;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
declare class AuditLog extends AbstractApiData implements AuditLogInterface {
|
|
2045
|
+
private _kind;
|
|
2046
|
+
private _action?;
|
|
2047
|
+
private _fieldName?;
|
|
2048
|
+
private _oldValue?;
|
|
2049
|
+
private _newValue?;
|
|
2050
|
+
private _content?;
|
|
2051
|
+
private _annotationId?;
|
|
2052
|
+
private _user?;
|
|
2053
|
+
get kind(): "audit" | "comment";
|
|
2054
|
+
get action(): string | undefined;
|
|
2055
|
+
get fieldName(): string | undefined;
|
|
2056
|
+
get oldValue(): string | undefined;
|
|
2057
|
+
get newValue(): string | undefined;
|
|
2058
|
+
get content(): string | undefined;
|
|
2059
|
+
get annotationId(): string | undefined;
|
|
2060
|
+
get user(): UserInterface | undefined;
|
|
2061
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
2062
|
+
createJsonApi(): any;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
declare class AuditLogService extends AbstractService {
|
|
2066
|
+
static findActivityByEntity(params: {
|
|
2067
|
+
entityType: string;
|
|
2068
|
+
entityId: string;
|
|
2069
|
+
next?: NextRef;
|
|
2070
|
+
}): Promise<AuditLogInterface[]>;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2074
|
+
|
|
2075
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -260,6 +260,7 @@ interface FoundationModuleDefinitions {
|
|
|
260
260
|
BackupCodeVerify: ModuleWithPermissions;
|
|
261
261
|
PermissionMapping: ModuleWithPermissions;
|
|
262
262
|
ModulePaths: ModuleWithPermissions;
|
|
263
|
+
AuditLog: ModuleWithPermissions;
|
|
263
264
|
}
|
|
264
265
|
interface AppModuleDefinitions {
|
|
265
266
|
}
|
|
@@ -2029,4 +2030,46 @@ declare const ReferralModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
|
2029
2030
|
|
|
2030
2031
|
declare const ReferralStatsModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2031
2032
|
|
|
2032
|
-
|
|
2033
|
+
interface AuditLogInterface extends ApiDataInterface {
|
|
2034
|
+
get kind(): "audit" | "comment";
|
|
2035
|
+
get action(): string | undefined;
|
|
2036
|
+
get fieldName(): string | undefined;
|
|
2037
|
+
get oldValue(): string | undefined;
|
|
2038
|
+
get newValue(): string | undefined;
|
|
2039
|
+
get content(): string | undefined;
|
|
2040
|
+
get annotationId(): string | undefined;
|
|
2041
|
+
get user(): UserInterface | undefined;
|
|
2042
|
+
}
|
|
2043
|
+
|
|
2044
|
+
declare class AuditLog extends AbstractApiData implements AuditLogInterface {
|
|
2045
|
+
private _kind;
|
|
2046
|
+
private _action?;
|
|
2047
|
+
private _fieldName?;
|
|
2048
|
+
private _oldValue?;
|
|
2049
|
+
private _newValue?;
|
|
2050
|
+
private _content?;
|
|
2051
|
+
private _annotationId?;
|
|
2052
|
+
private _user?;
|
|
2053
|
+
get kind(): "audit" | "comment";
|
|
2054
|
+
get action(): string | undefined;
|
|
2055
|
+
get fieldName(): string | undefined;
|
|
2056
|
+
get oldValue(): string | undefined;
|
|
2057
|
+
get newValue(): string | undefined;
|
|
2058
|
+
get content(): string | undefined;
|
|
2059
|
+
get annotationId(): string | undefined;
|
|
2060
|
+
get user(): UserInterface | undefined;
|
|
2061
|
+
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
2062
|
+
createJsonApi(): any;
|
|
2063
|
+
}
|
|
2064
|
+
|
|
2065
|
+
declare class AuditLogService extends AbstractService {
|
|
2066
|
+
static findActivityByEntity(params: {
|
|
2067
|
+
entityType: string;
|
|
2068
|
+
entityId: string;
|
|
2069
|
+
next?: NextRef;
|
|
2070
|
+
}): Promise<AuditLogInterface[]>;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
declare const AuditLogModule: (factory: ModuleFactory) => ModuleWithPermissions;
|
|
2074
|
+
|
|
2075
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, AuditLog, type AuditLogInterface, AuditLogModule, AuditLogService, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, BackupCodeVerify, type BackupCodeVerifyInput, BackupCodeVerifyModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, type InviteValidation, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModulePathsModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, Passkey, PasskeyAuthenticationOptions, type PasskeyAuthenticationOptionsInput, type PasskeyAuthenticationOptionsInterface, PasskeyAuthenticationOptionsModule, PasskeyInterface, PasskeyModule, PasskeyRegistrationOptions, type PasskeyRegistrationOptionsInput, type PasskeyRegistrationOptionsInterface, PasskeyRegistrationOptionsModule, PasskeyRegistrationVerify, type PasskeyRegistrationVerifyInput, PasskeyRegistrationVerifyModule, PasskeyRename, type PasskeyRenameInput, PasskeyRenameModule, PasskeyVerifyLogin, type PasskeyVerifyLoginInput, PasskeyVerifyLoginModule, PaymentMethod, PaymentMethodInterface, PermissionMappingModule, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, PromotionCodeValidationResult, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, ReferralModule, ReferralService, ReferralStats, ReferralStatsModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripePromotionCode, StripePromotionCodeModule, StripePromotionCodeService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, TotpAuthenticator, TotpAuthenticatorInterface, TotpAuthenticatorModule, TotpSetup, type TotpSetupInput, type TotpSetupInterface, TotpSetupModule, TotpVerify, type TotpVerifyInput, TotpVerifyLogin, type TotpVerifyLoginInput, TotpVerifyLoginModule, TotpVerifyModule, TwoFactorChallenge, type TwoFactorChallengeInput, TwoFactorChallengeInterface, TwoFactorChallengeModule, TwoFactorEnable, type TwoFactorEnableInput, TwoFactorEnableModule, TwoFactorService, TwoFactorStatus, type TwoFactorStatusInterface, TwoFactorStatusModule, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, Waitlist, type WaitlistInput, type WaitlistInterface, WaitlistModule, WaitlistService, WaitlistStats, type WaitlistStatsInterface, WaitlistStatsModule, type WaitlistStatus, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|