@carlonicora/nextjs-jsonapi 1.67.0 → 1.69.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/{AuthComponent-NwQ_ZXsv.d.mts → AuthComponent-DXe3kPzb.d.mts} +1 -1
- package/dist/{AuthComponent-DL1D3y7f.d.ts → AuthComponent-Di8DsZ2I.d.ts} +1 -1
- package/dist/{BlockNoteEditor-QHWPE3BJ.js → BlockNoteEditor-CBUEPFA7.js} +14 -14
- package/dist/{BlockNoteEditor-QHWPE3BJ.js.map → BlockNoteEditor-CBUEPFA7.js.map} +1 -1
- package/dist/{BlockNoteEditor-TIX3GDVZ.mjs → BlockNoteEditor-ON5Q6QWO.mjs} +4 -4
- package/dist/HowToInterface-DtVWAE1s.d.mts +17 -0
- package/dist/HowToInterface-NaqSG9sE.d.ts +17 -0
- package/dist/{auth.interface-BX_1qZZJ.d.ts → auth.interface-BTco8PWs.d.ts} +1 -1
- package/dist/{auth.interface-yeLelxdI.d.mts → auth.interface-C4uJzBec.d.mts} +1 -1
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-CJY63D6U.js → chunk-56VU7A4I.js} +180 -18
- package/dist/chunk-56VU7A4I.js.map +1 -0
- package/dist/{chunk-3BWYWS3A.js → chunk-5X4MS55M.js} +1655 -695
- package/dist/chunk-5X4MS55M.js.map +1 -0
- package/dist/{chunk-KFIQTY4O.js → chunk-6ROMPIIP.js} +11 -11
- package/dist/{chunk-KFIQTY4O.js.map → chunk-6ROMPIIP.js.map} +1 -1
- package/dist/{chunk-RIG2BEXJ.mjs → chunk-GZNHBAZF.mjs} +163 -1
- package/dist/chunk-GZNHBAZF.mjs.map +1 -0
- package/dist/{chunk-WWP32QYC.mjs → chunk-NPF7P7MU.mjs} +2562 -1602
- package/dist/chunk-NPF7P7MU.mjs.map +1 -0
- package/dist/{chunk-ZYAAJMZZ.mjs → chunk-WJYWWOTG.mjs} +2 -2
- package/dist/client/index.d.mts +5 -6
- package/dist/client/index.d.ts +5 -6
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +76 -8
- package/dist/components/index.d.ts +76 -8
- package/dist/components/index.js +26 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +25 -3
- package/dist/{config-D-mqttuF.d.mts → config-Bmr_0qTn.d.mts} +1 -1
- package/dist/{config-CyCAWW-d.d.ts → config-n0lfSf27.d.ts} +1 -1
- package/dist/contexts/index.d.mts +16 -4
- package/dist/contexts/index.d.ts +16 -4
- package/dist/contexts/index.js +8 -4
- package/dist/contexts/index.js.map +1 -1
- package/dist/contexts/index.mjs +7 -3
- package/dist/core/index.d.mts +61 -11
- package/dist/core/index.d.ts +61 -11
- package/dist/core/index.js +10 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +9 -1
- package/dist/index.d.mts +9 -10
- package/dist/index.d.ts +9 -10
- package/dist/index.js +11 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -2
- package/dist/{notification.interface-ItBxq2au.d.ts → notification.interface-DYDZENx2.d.ts} +18 -1
- package/dist/{notification.interface-C6UcmJqu.d.mts → notification.interface-DrHu_1MM.d.mts} +18 -1
- package/dist/{s3.service-Cg5TmbU_.d.ts → s3.service-DK2KKXbR.d.ts} +6 -3
- package/dist/{s3.service-DLf_a0xS.d.mts → s3.service-TsN2unZr.d.mts} +6 -3
- package/dist/server/index.d.mts +3 -4
- package/dist/server/index.d.ts +3 -4
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/{useRbacState-CUj0hp8t.d.ts → useRbacState-BYaSdA78.d.ts} +1 -1
- package/dist/{useRbacState-Btk1gkQg.d.mts → useRbacState-CQEJ_ysV.d.mts} +1 -1
- package/dist/{useSocket-BSUN9s3p.d.ts → useSocket-Cjt_qvkI.d.ts} +1 -1
- package/dist/{useSocket-DKI92Fbg.d.mts → useSocket-VAGetcT3.d.mts} +1 -1
- package/package.json +1 -1
- package/src/components/index.ts +1 -0
- package/src/contexts/index.ts +1 -0
- package/src/core/index.ts +2 -0
- package/src/core/registry/ModuleRegistry.ts +19 -0
- package/src/features/how-to/HowToModule.ts +18 -0
- package/src/features/how-to/components/containers/HowToCommand.tsx +230 -0
- package/src/features/how-to/components/containers/HowToCommandViewer.tsx +76 -0
- package/src/features/how-to/components/containers/HowToContainer.tsx +27 -0
- package/src/features/how-to/components/containers/HowToListContainer.tsx +17 -0
- package/src/features/how-to/components/details/HowToContent.tsx +16 -0
- package/src/features/how-to/components/details/HowToDetails.tsx +52 -0
- package/src/features/how-to/components/forms/HowToDeleter.tsx +31 -0
- package/src/features/how-to/components/forms/HowToEditor.tsx +270 -0
- package/src/features/how-to/components/forms/HowToMultiSelector.tsx +152 -0
- package/src/features/how-to/components/forms/HowToSelector.tsx +164 -0
- package/src/features/how-to/components/index.ts +11 -0
- package/src/features/how-to/components/lists/HowToList.tsx +39 -0
- package/src/features/how-to/contexts/HowToContext.tsx +101 -0
- package/src/features/how-to/data/HowTo.ts +69 -0
- package/src/features/how-to/data/HowToFields.ts +10 -0
- package/src/features/how-to/data/HowToInterface.ts +11 -0
- package/src/features/how-to/data/HowToService.ts +61 -0
- package/src/features/how-to/data/index.ts +4 -0
- package/src/features/how-to/hooks/useHowToTableStructure.tsx +86 -0
- package/src/features/how-to/index.ts +2 -0
- package/src/features/how-to/utils/blocknote.ts +108 -0
- package/src/features/how-to/utils/index.ts +1 -0
- package/src/features/user/components/details/UserContent.tsx +1 -1
- package/src/features/user/data/user.service.ts +9 -0
- package/dist/breadcrumb.item.data.interface-CgB4_1EE.d.mts +0 -6
- package/dist/breadcrumb.item.data.interface-CgB4_1EE.d.ts +0 -6
- package/dist/chunk-3BWYWS3A.js.map +0 -1
- package/dist/chunk-CJY63D6U.js.map +0 -1
- package/dist/chunk-RIG2BEXJ.mjs.map +0 -1
- package/dist/chunk-WWP32QYC.mjs.map +0 -1
- package/dist/content.interface-8T5-G84c.d.mts +0 -21
- package/dist/content.interface-D-xdYxjt.d.ts +0 -21
- /package/dist/{BlockNoteEditor-TIX3GDVZ.mjs.map → BlockNoteEditor-ON5Q6QWO.mjs.map} +0 -0
- /package/dist/{chunk-ZYAAJMZZ.mjs.map → chunk-WJYWWOTG.mjs.map} +0 -0
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
AbstractService,
|
|
3
3
|
EndpointCreator,
|
|
4
4
|
Modules
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-GZNHBAZF.mjs";
|
|
6
6
|
import {
|
|
7
7
|
setBootstrapper
|
|
8
8
|
} from "./chunk-BTKJFMFL.mjs";
|
|
@@ -259,4 +259,4 @@ export {
|
|
|
259
259
|
ACTION_TYPES,
|
|
260
260
|
RbacService
|
|
261
261
|
};
|
|
262
|
-
//# sourceMappingURL=chunk-
|
|
262
|
+
//# sourceMappingURL=chunk-WJYWWOTG.mjs.map
|
package/dist/client/index.d.mts
CHANGED
|
@@ -7,14 +7,13 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
7
7
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.mjs';
|
|
8
8
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
|
|
9
9
|
import { A as ApiData } from '../ApiData-DPKNfY-9.mjs';
|
|
10
|
-
import { M as ModuleWithPermissions,
|
|
11
|
-
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-
|
|
10
|
+
import { M as ModuleWithPermissions, b as PageUrl, C as ContentInterface, R as RoleInterface, U as UserInterface } from '../notification.interface-DrHu_1MM.mjs';
|
|
11
|
+
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-Bmr_0qTn.mjs';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../useRbacState-
|
|
14
|
-
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-
|
|
13
|
+
import { D as DataListRetriever } from '../useRbacState-CQEJ_ysV.mjs';
|
|
14
|
+
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-CQEJ_ysV.mjs';
|
|
15
15
|
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.mjs';
|
|
16
|
-
export { u as useSocket } from '../useSocket-
|
|
17
|
-
import { a as ContentInterface } from '../content.interface-8T5-G84c.mjs';
|
|
16
|
+
export { u as useSocket } from '../useSocket-VAGetcT3.mjs';
|
|
18
17
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
19
18
|
import { b as PermissionsMap } from '../ModulePathsInterface-49EWvbWy.mjs';
|
|
20
19
|
import 'lucide-react';
|
package/dist/client/index.d.ts
CHANGED
|
@@ -7,14 +7,13 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
7
7
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CYEcRUrh.js';
|
|
8
8
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-CAIAeP5d.js';
|
|
9
9
|
import { A as ApiData } from '../ApiData-DPKNfY-9.js';
|
|
10
|
-
import { M as ModuleWithPermissions,
|
|
11
|
-
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-
|
|
10
|
+
import { M as ModuleWithPermissions, b as PageUrl, C as ContentInterface, R as RoleInterface, U as UserInterface } from '../notification.interface-DYDZENx2.js';
|
|
11
|
+
export { I as I18nConfig, l as I18nRouter, L as LinkComponent, U as UseDateFnsLocaleHook, m as UseLocaleHook, n as UseRouterHook, o as UseTranslationsHook, f as configureClientConfig, e as configureI18n, c as configureJsonApi, g as getApiUrl, a as getAppUrl, h as getI18nLink, d as getStripePublishableKey, b as getTrackablePages, u as useI18nDateFnsLocale, i as useI18nLocale, j as useI18nRouter, k as useI18nTranslations } from '../config-n0lfSf27.js';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../useRbacState-
|
|
14
|
-
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-
|
|
13
|
+
import { D as DataListRetriever } from '../useRbacState-BYaSdA78.js';
|
|
14
|
+
export { a as useDataListRetriever, u as useRbacState } from '../useRbacState-BYaSdA78.js';
|
|
15
15
|
import { a as D3Node, D as D3Link, C as ContentFields, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.js';
|
|
16
|
-
export { u as useSocket } from '../useSocket-
|
|
17
|
-
import { a as ContentInterface } from '../content.interface-D-xdYxjt.js';
|
|
16
|
+
export { u as useSocket } from '../useSocket-Cjt_qvkI.js';
|
|
18
17
|
import { O as OAuthClientInterface, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, a as OAuthClientInput, f as OAuthConsentInfo, d as OAuthConsentRequest } from '../oauth.interface-vL7za9Bz.js';
|
|
19
18
|
import { b as PermissionsMap } from '../ModulePathsInterface-wVS5Raa4.js';
|
|
20
19
|
import 'lucide-react';
|
package/dist/client/index.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
32
|
-
var
|
|
32
|
+
var _chunk5X4MS55Mjs = require('../chunk-5X4MS55M.js');
|
|
33
33
|
|
|
34
34
|
|
|
35
35
|
|
|
@@ -43,7 +43,7 @@ var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
|
|
|
43
43
|
|
|
44
44
|
|
|
45
45
|
|
|
46
|
-
var
|
|
46
|
+
var _chunk6ROMPIIPjs = require('../chunk-6ROMPIIP.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
@@ -54,7 +54,7 @@ var _chunkKFIQTY4Ojs = require('../chunk-KFIQTY4O.js');
|
|
|
54
54
|
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunk56VU7A4Ijs = require('../chunk-56VU7A4I.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 = _chunk56VU7A4Ijs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunk56VU7A4Ijs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunk56VU7A4Ijs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunk56VU7A4Ijs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunk56VU7A4Ijs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunk5X4MS55Mjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunk5X4MS55Mjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk6ROMPIIPjs.configureClientConfig; exports.configureClientJsonApi = _chunk56VU7A4Ijs.configureClientJsonApi; exports.configureI18n = _chunk6ROMPIIPjs.configureI18n; exports.configureJsonApi = _chunk6ROMPIIPjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.downloadMigrationFile = _chunk5X4MS55Mjs.downloadMigrationFile; exports.generateMigrationFile = _chunk5X4MS55Mjs.generateMigrationFile; exports.getApiUrl = _chunk6ROMPIIPjs.getApiUrl; exports.getAppUrl = _chunk6ROMPIIPjs.getAppUrl; exports.getClientApiUrl = _chunk56VU7A4Ijs.getClientApiUrl; exports.getClientAppUrl = _chunk56VU7A4Ijs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunk56VU7A4Ijs.getClientTrackablePages; exports.getI18nLink = _chunk6ROMPIIPjs.getI18nLink; exports.getStripePublishableKey = _chunk6ROMPIIPjs.getStripePublishableKey; exports.getTrackablePages = _chunk6ROMPIIPjs.getTrackablePages; exports.registerTableGenerator = _chunk5X4MS55Mjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunk5X4MS55Mjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunk5X4MS55Mjs.useContentTableStructure; exports.useCustomD3Graph = _chunk5X4MS55Mjs.useCustomD3Graph; exports.useDataListRetriever = _chunk5X4MS55Mjs.useDataListRetriever; exports.useDebounce = _chunk5X4MS55Mjs.useDebounce; exports.useI18nDateFnsLocale = _chunk6ROMPIIPjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunk6ROMPIIPjs.useI18nLocale; exports.useI18nRouter = _chunk6ROMPIIPjs.useI18nRouter; exports.useI18nTranslations = _chunk6ROMPIIPjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunk5X4MS55Mjs.useJsonApiGet; exports.useJsonApiMutation = _chunk5X4MS55Mjs.useJsonApiMutation; exports.useNotificationSync = _chunk5X4MS55Mjs.useNotificationSync; exports.useOAuthClient = _chunk5X4MS55Mjs.useOAuthClient; exports.useOAuthClients = _chunk5X4MS55Mjs.useOAuthClients; exports.useOAuthConsent = _chunk5X4MS55Mjs.useOAuthConsent; exports.usePageTracker = _chunk5X4MS55Mjs.usePageTracker; exports.usePageUrlGenerator = _chunk5X4MS55Mjs.usePageUrlGenerator; exports.useRbacState = _chunk5X4MS55Mjs.useRbacState; exports.useRehydration = _chunk5X4MS55Mjs.useRehydration; exports.useRehydrationList = _chunk5X4MS55Mjs.useRehydrationList; exports.useRoleTableStructure = _chunk5X4MS55Mjs.useRoleTableStructure; exports.useSocket = _chunk5X4MS55Mjs.useSocket; exports.useSubscriptionStatus = _chunk5X4MS55Mjs.useSubscriptionStatus; exports.useTableGenerator = _chunk5X4MS55Mjs.useTableGenerator; exports.useUrlRewriter = _chunk5X4MS55Mjs.useUrlRewriter; exports.useUserSearch = _chunk5X4MS55Mjs.useUserSearch; exports.useUserTableStructure = _chunk5X4MS55Mjs.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-NPF7P7MU.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-WJYWWOTG.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-GZNHBAZF.mjs";
|
|
57
57
|
import {
|
|
58
58
|
getClientToken
|
|
59
59
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action,
|
|
3
|
-
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-
|
|
4
|
-
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-
|
|
2
|
+
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, C as ContentInterface, j as CompanyInterface, i as CompanyInput, N as NotificationInterface } from '../notification.interface-DrHu_1MM.mjs';
|
|
3
|
+
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-DXe3kPzb.mjs';
|
|
4
|
+
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-DXe3kPzb.mjs';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
|
-
import { a as ContentInterface } from '../content.interface-8T5-G84c.mjs';
|
|
8
7
|
import { PartialBlock } from '@blocknote/core';
|
|
9
|
-
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-
|
|
8
|
+
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-CQEJ_ysV.mjs';
|
|
10
9
|
import * as react_hook_form from 'react-hook-form';
|
|
11
10
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
12
11
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
13
12
|
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
14
13
|
export { DropzoneOptions } from 'react-dropzone';
|
|
15
14
|
import { F as FeatureInterface, M as ModuleInterface } from '../feature.interface-BxFFOPNq.mjs';
|
|
16
|
-
import { B as BreadcrumbItemData } from '../
|
|
15
|
+
import { B as BreadcrumbItemData, a as HowToInterface } from '../HowToInterface-DtVWAE1s.mjs';
|
|
17
16
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
18
17
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
19
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
18
|
+
import { b as AuthInterface } from '../auth.interface-C4uJzBec.mjs';
|
|
20
19
|
import z from 'zod';
|
|
21
20
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.mjs';
|
|
22
21
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
@@ -909,6 +908,75 @@ type RelevantContentsListProps = {
|
|
|
909
908
|
};
|
|
910
909
|
declare function RelevantContentsList({ id }: RelevantContentsListProps): react_jsx_runtime.JSX.Element;
|
|
911
910
|
|
|
911
|
+
type HowToCommandProps = {
|
|
912
|
+
/** Current pathname for page relevance matching */
|
|
913
|
+
pathname: string;
|
|
914
|
+
/** Optional extra command groups to render when not searching */
|
|
915
|
+
extraGroups?: ReactNode;
|
|
916
|
+
/** Called when user starts a chat from the viewer */
|
|
917
|
+
onStartChat?: () => void;
|
|
918
|
+
};
|
|
919
|
+
declare function HowToCommand({ pathname, extraGroups, onStartChat }: HowToCommandProps): react_jsx_runtime.JSX.Element;
|
|
920
|
+
|
|
921
|
+
type HowToCommandViewerProps = {
|
|
922
|
+
howTo: HowToInterface;
|
|
923
|
+
onBack: () => void;
|
|
924
|
+
onStartChat?: () => void;
|
|
925
|
+
};
|
|
926
|
+
declare function HowToCommandViewer({ howTo, onBack, onStartChat }: HowToCommandViewerProps): react_jsx_runtime.JSX.Element;
|
|
927
|
+
|
|
928
|
+
declare function HowToContainer(): react_jsx_runtime.JSX.Element | null;
|
|
929
|
+
|
|
930
|
+
declare function HowToListContainer(): react_jsx_runtime.JSX.Element;
|
|
931
|
+
|
|
932
|
+
declare function HowToContent(): react_jsx_runtime.JSX.Element | null;
|
|
933
|
+
|
|
934
|
+
declare function HowToDetails(): react_jsx_runtime.JSX.Element | null;
|
|
935
|
+
|
|
936
|
+
type HowToDeleterProps = {
|
|
937
|
+
howTo: HowToInterface;
|
|
938
|
+
};
|
|
939
|
+
declare function HowToDeleter(props: HowToDeleterProps): react_jsx_runtime.JSX.Element;
|
|
940
|
+
|
|
941
|
+
type HowToEditorProps = {
|
|
942
|
+
howTo?: HowToInterface;
|
|
943
|
+
propagateChanges?: (howTo: HowToInterface) => void;
|
|
944
|
+
trigger?: ReactNode;
|
|
945
|
+
forceShow?: boolean;
|
|
946
|
+
onClose?: () => void;
|
|
947
|
+
onRevalidate?: (path: string) => Promise<void>;
|
|
948
|
+
dialogOpen?: boolean;
|
|
949
|
+
onDialogOpenChange?: (open: boolean) => void;
|
|
950
|
+
};
|
|
951
|
+
declare function HowToEditor(props: HowToEditorProps): react_jsx_runtime.JSX.Element;
|
|
952
|
+
|
|
953
|
+
type HowToMultiSelectorProps = {
|
|
954
|
+
id: string;
|
|
955
|
+
form: any;
|
|
956
|
+
currentHowTo?: HowToInterface;
|
|
957
|
+
label?: string;
|
|
958
|
+
placeholder?: string;
|
|
959
|
+
onChange?: (howTos?: HowToInterface[]) => void;
|
|
960
|
+
maxCount?: number;
|
|
961
|
+
isRequired?: boolean;
|
|
962
|
+
};
|
|
963
|
+
declare function HowToMultiSelector({ id, form, currentHowTo, label, placeholder, onChange, maxCount, isRequired, }: HowToMultiSelectorProps): react_jsx_runtime.JSX.Element;
|
|
964
|
+
|
|
965
|
+
type HowToSelectorProps = {
|
|
966
|
+
id: string;
|
|
967
|
+
form: any;
|
|
968
|
+
label?: string;
|
|
969
|
+
placeholder?: string;
|
|
970
|
+
onChange?: (howTo?: HowToInterface) => void;
|
|
971
|
+
isRequired?: boolean;
|
|
972
|
+
};
|
|
973
|
+
declare function HowToSelector({ id, form, label, placeholder, onChange, isRequired, }: HowToSelectorProps): react_jsx_runtime.JSX.Element;
|
|
974
|
+
|
|
975
|
+
type HowToListProps = {
|
|
976
|
+
fullWidth?: boolean;
|
|
977
|
+
};
|
|
978
|
+
declare function HowToList({ fullWidth }: HowToListProps): react_jsx_runtime.JSX.Element;
|
|
979
|
+
|
|
912
980
|
interface Props$1 {
|
|
913
981
|
children: ReactNode;
|
|
914
982
|
fallback?: ReactNode;
|
|
@@ -2264,4 +2332,4 @@ interface MultipleSelectorRef {
|
|
|
2264
2332
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2265
2333
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2266
2334
|
|
|
2267
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, parseFiscalData, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|
|
2335
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, parseFiscalData, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action,
|
|
3
|
-
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-
|
|
4
|
-
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-
|
|
2
|
+
import { R as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, C as ContentInterface, j as CompanyInterface, i as CompanyInput, N as NotificationInterface } from '../notification.interface-DYDZENx2.js';
|
|
3
|
+
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-Di8DsZ2I.js';
|
|
4
|
+
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-Di8DsZ2I.js';
|
|
5
5
|
import * as React$1 from 'react';
|
|
6
6
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
7
|
-
import { a as ContentInterface } from '../content.interface-D-xdYxjt.js';
|
|
8
7
|
import { PartialBlock } from '@blocknote/core';
|
|
9
|
-
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-
|
|
8
|
+
import { D as DataListRetriever, R as RbacStateApi } from '../useRbacState-BYaSdA78.js';
|
|
10
9
|
import * as react_hook_form from 'react-hook-form';
|
|
11
10
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
12
11
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
13
12
|
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
14
13
|
export { DropzoneOptions } from 'react-dropzone';
|
|
15
14
|
import { F as FeatureInterface, M as ModuleInterface } from '../feature.interface-CIWxo8NP.js';
|
|
16
|
-
import { B as BreadcrumbItemData } from '../
|
|
15
|
+
import { B as BreadcrumbItemData, a as HowToInterface } from '../HowToInterface-NaqSG9sE.js';
|
|
17
16
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
18
17
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
19
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
18
|
+
import { b as AuthInterface } from '../auth.interface-BTco8PWs.js';
|
|
20
19
|
import z from 'zod';
|
|
21
20
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
|
|
22
21
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-vL7za9Bz.js';
|
|
@@ -909,6 +908,75 @@ type RelevantContentsListProps = {
|
|
|
909
908
|
};
|
|
910
909
|
declare function RelevantContentsList({ id }: RelevantContentsListProps): react_jsx_runtime.JSX.Element;
|
|
911
910
|
|
|
911
|
+
type HowToCommandProps = {
|
|
912
|
+
/** Current pathname for page relevance matching */
|
|
913
|
+
pathname: string;
|
|
914
|
+
/** Optional extra command groups to render when not searching */
|
|
915
|
+
extraGroups?: ReactNode;
|
|
916
|
+
/** Called when user starts a chat from the viewer */
|
|
917
|
+
onStartChat?: () => void;
|
|
918
|
+
};
|
|
919
|
+
declare function HowToCommand({ pathname, extraGroups, onStartChat }: HowToCommandProps): react_jsx_runtime.JSX.Element;
|
|
920
|
+
|
|
921
|
+
type HowToCommandViewerProps = {
|
|
922
|
+
howTo: HowToInterface;
|
|
923
|
+
onBack: () => void;
|
|
924
|
+
onStartChat?: () => void;
|
|
925
|
+
};
|
|
926
|
+
declare function HowToCommandViewer({ howTo, onBack, onStartChat }: HowToCommandViewerProps): react_jsx_runtime.JSX.Element;
|
|
927
|
+
|
|
928
|
+
declare function HowToContainer(): react_jsx_runtime.JSX.Element | null;
|
|
929
|
+
|
|
930
|
+
declare function HowToListContainer(): react_jsx_runtime.JSX.Element;
|
|
931
|
+
|
|
932
|
+
declare function HowToContent(): react_jsx_runtime.JSX.Element | null;
|
|
933
|
+
|
|
934
|
+
declare function HowToDetails(): react_jsx_runtime.JSX.Element | null;
|
|
935
|
+
|
|
936
|
+
type HowToDeleterProps = {
|
|
937
|
+
howTo: HowToInterface;
|
|
938
|
+
};
|
|
939
|
+
declare function HowToDeleter(props: HowToDeleterProps): react_jsx_runtime.JSX.Element;
|
|
940
|
+
|
|
941
|
+
type HowToEditorProps = {
|
|
942
|
+
howTo?: HowToInterface;
|
|
943
|
+
propagateChanges?: (howTo: HowToInterface) => void;
|
|
944
|
+
trigger?: ReactNode;
|
|
945
|
+
forceShow?: boolean;
|
|
946
|
+
onClose?: () => void;
|
|
947
|
+
onRevalidate?: (path: string) => Promise<void>;
|
|
948
|
+
dialogOpen?: boolean;
|
|
949
|
+
onDialogOpenChange?: (open: boolean) => void;
|
|
950
|
+
};
|
|
951
|
+
declare function HowToEditor(props: HowToEditorProps): react_jsx_runtime.JSX.Element;
|
|
952
|
+
|
|
953
|
+
type HowToMultiSelectorProps = {
|
|
954
|
+
id: string;
|
|
955
|
+
form: any;
|
|
956
|
+
currentHowTo?: HowToInterface;
|
|
957
|
+
label?: string;
|
|
958
|
+
placeholder?: string;
|
|
959
|
+
onChange?: (howTos?: HowToInterface[]) => void;
|
|
960
|
+
maxCount?: number;
|
|
961
|
+
isRequired?: boolean;
|
|
962
|
+
};
|
|
963
|
+
declare function HowToMultiSelector({ id, form, currentHowTo, label, placeholder, onChange, maxCount, isRequired, }: HowToMultiSelectorProps): react_jsx_runtime.JSX.Element;
|
|
964
|
+
|
|
965
|
+
type HowToSelectorProps = {
|
|
966
|
+
id: string;
|
|
967
|
+
form: any;
|
|
968
|
+
label?: string;
|
|
969
|
+
placeholder?: string;
|
|
970
|
+
onChange?: (howTo?: HowToInterface) => void;
|
|
971
|
+
isRequired?: boolean;
|
|
972
|
+
};
|
|
973
|
+
declare function HowToSelector({ id, form, label, placeholder, onChange, isRequired, }: HowToSelectorProps): react_jsx_runtime.JSX.Element;
|
|
974
|
+
|
|
975
|
+
type HowToListProps = {
|
|
976
|
+
fullWidth?: boolean;
|
|
977
|
+
};
|
|
978
|
+
declare function HowToList({ fullWidth }: HowToListProps): react_jsx_runtime.JSX.Element;
|
|
979
|
+
|
|
912
980
|
interface Props$1 {
|
|
913
981
|
children: ReactNode;
|
|
914
982
|
fallback?: ReactNode;
|
|
@@ -2264,4 +2332,4 @@ interface MultipleSelectorRef {
|
|
|
2264
2332
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2265
2333
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2266
2334
|
|
|
2267
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, parseFiscalData, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|
|
2335
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacContainer, RbacFeatureSection, RbacModuleTable, RbacPermissionCell, RbacPermissionPicker, RbacToolbar, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, parseFiscalData, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useSidebar };
|
package/dist/components/index.js
CHANGED
|
@@ -433,14 +433,25 @@
|
|
|
433
433
|
|
|
434
434
|
|
|
435
435
|
|
|
436
|
-
var _chunk3BWYWS3Ajs = require('../chunk-3BWYWS3A.js');
|
|
437
|
-
require('../chunk-KFIQTY4O.js');
|
|
438
436
|
|
|
439
437
|
|
|
440
438
|
|
|
441
439
|
|
|
442
440
|
|
|
443
|
-
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
var _chunk5X4MS55Mjs = require('../chunk-5X4MS55M.js');
|
|
448
|
+
require('../chunk-6ROMPIIP.js');
|
|
449
|
+
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
var _chunk56VU7A4Ijs = require('../chunk-56VU7A4I.js');
|
|
444
455
|
require('../chunk-LXKSUWAV.js');
|
|
445
456
|
require('../chunk-IBS6NI7D.js');
|
|
446
457
|
require('../chunk-4MN547K7.js');
|
|
@@ -891,5 +902,16 @@ require('../chunk-7QVYU63E.js');
|
|
|
891
902
|
|
|
892
903
|
|
|
893
904
|
|
|
894
|
-
exports.AcceptInvitation = _chunk3BWYWS3Ajs.AcceptInvitation; exports.Accordion = _chunk3BWYWS3Ajs.Accordion; exports.AccordionContent = _chunk3BWYWS3Ajs.AccordionContent; exports.AccordionItem = _chunk3BWYWS3Ajs.AccordionItem; exports.AccordionTrigger = _chunk3BWYWS3Ajs.AccordionTrigger; exports.ActivateAccount = _chunk3BWYWS3Ajs.ActivateAccount; exports.AddUserToRole = _chunk3BWYWS3Ajs.AddUserToRole; exports.AdminCompanyContainer = _chunk3BWYWS3Ajs.AdminCompanyContainer; exports.AdminUsersList = _chunk3BWYWS3Ajs.AdminUsersList; exports.Alert = _chunk3BWYWS3Ajs.Alert; exports.AlertAction = _chunk3BWYWS3Ajs.AlertAction; exports.AlertDescription = _chunk3BWYWS3Ajs.AlertDescription; exports.AlertDialog = _chunk3BWYWS3Ajs.AlertDialog; exports.AlertDialogAction = _chunk3BWYWS3Ajs.AlertDialogAction; exports.AlertDialogCancel = _chunk3BWYWS3Ajs.AlertDialogCancel; exports.AlertDialogContent = _chunk3BWYWS3Ajs.AlertDialogContent; exports.AlertDialogDescription = _chunk3BWYWS3Ajs.AlertDialogDescription; exports.AlertDialogFooter = _chunk3BWYWS3Ajs.AlertDialogFooter; exports.AlertDialogHeader = _chunk3BWYWS3Ajs.AlertDialogHeader; exports.AlertDialogMedia = _chunk3BWYWS3Ajs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk3BWYWS3Ajs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk3BWYWS3Ajs.AlertDialogPortal; exports.AlertDialogTitle = _chunk3BWYWS3Ajs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk3BWYWS3Ajs.AlertDialogTrigger; exports.AlertTitle = _chunk3BWYWS3Ajs.AlertTitle; exports.AllUsersListContainer = _chunk3BWYWS3Ajs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk3BWYWS3Ajs.AllowedUsersDetails; exports.AttributeElement = _chunk3BWYWS3Ajs.AttributeElement; exports.AuthContainer = _chunk3BWYWS3Ajs.AuthContainer; exports.Avatar = _chunk3BWYWS3Ajs.Avatar; exports.AvatarBadge = _chunk3BWYWS3Ajs.AvatarBadge; exports.AvatarFallback = _chunk3BWYWS3Ajs.AvatarFallback; exports.AvatarGroup = _chunk3BWYWS3Ajs.AvatarGroup; exports.AvatarGroupCount = _chunk3BWYWS3Ajs.AvatarGroupCount; exports.AvatarImage = _chunk3BWYWS3Ajs.AvatarImage; exports.BackupCodesDialog = _chunk3BWYWS3Ajs.BackupCodesDialog; exports.Badge = _chunk3BWYWS3Ajs.Badge; exports.BlockNoteEditorContainer = _chunk3BWYWS3Ajs.BlockNoteEditorContainer; exports.Board = _chunk3BWYWS3Ajs.KanbanBoard; exports.Breadcrumb = _chunk3BWYWS3Ajs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk3BWYWS3Ajs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk3BWYWS3Ajs.BreadcrumbItem; exports.BreadcrumbLink = _chunk3BWYWS3Ajs.BreadcrumbLink; exports.BreadcrumbList = _chunk3BWYWS3Ajs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk3BWYWS3Ajs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk3BWYWS3Ajs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk3BWYWS3Ajs.BreadcrumbSeparator; exports.Button = _chunk3BWYWS3Ajs.Button; exports.Calendar = _chunk3BWYWS3Ajs.Calendar; exports.CalendarDayButton = _chunk3BWYWS3Ajs.CalendarDayButton; exports.Card = _chunk3BWYWS3Ajs.Card; exports.CardAction = _chunk3BWYWS3Ajs.CardAction; exports.CardContent = _chunk3BWYWS3Ajs.CardContent; exports.CardDescription = _chunk3BWYWS3Ajs.CardDescription; exports.CardFooter = _chunk3BWYWS3Ajs.CardFooter; exports.CardHeader = _chunk3BWYWS3Ajs.CardHeader; exports.CardTitle = _chunk3BWYWS3Ajs.CardTitle; exports.Carousel = _chunk3BWYWS3Ajs.Carousel; exports.CarouselContent = _chunk3BWYWS3Ajs.CarouselContent; exports.CarouselItem = _chunk3BWYWS3Ajs.CarouselItem; exports.CarouselNext = _chunk3BWYWS3Ajs.CarouselNext; exports.CarouselPrevious = _chunk3BWYWS3Ajs.CarouselPrevious; exports.ChartContainer = _chunk3BWYWS3Ajs.ChartContainer; exports.ChartLegend = _chunk3BWYWS3Ajs.ChartLegend; exports.ChartLegendContent = _chunk3BWYWS3Ajs.ChartLegendContent; exports.ChartStyle = _chunk3BWYWS3Ajs.ChartStyle; exports.ChartTooltip = _chunk3BWYWS3Ajs.ChartTooltip; exports.ChartTooltipContent = _chunk3BWYWS3Ajs.ChartTooltipContent; exports.Checkbox = _chunk3BWYWS3Ajs.Checkbox; exports.Collapsible = _chunk3BWYWS3Ajs.Collapsible; exports.CollapsibleContent = _chunk3BWYWS3Ajs.CollapsibleContent; exports.CollapsibleTrigger = _chunk3BWYWS3Ajs.CollapsibleTrigger; exports.Column = _chunk3BWYWS3Ajs.KanbanColumn; exports.ColumnHandle = _chunk3BWYWS3Ajs.KanbanColumnHandle; exports.Combobox = _chunk3BWYWS3Ajs.Combobox; exports.ComboboxChip = _chunk3BWYWS3Ajs.ComboboxChip; exports.ComboboxChips = _chunk3BWYWS3Ajs.ComboboxChips; exports.ComboboxChipsInput = _chunk3BWYWS3Ajs.ComboboxChipsInput; exports.ComboboxCollection = _chunk3BWYWS3Ajs.ComboboxCollection; exports.ComboboxContent = _chunk3BWYWS3Ajs.ComboboxContent; exports.ComboboxEmpty = _chunk3BWYWS3Ajs.ComboboxEmpty; exports.ComboboxGroup = _chunk3BWYWS3Ajs.ComboboxGroup; exports.ComboboxInput = _chunk3BWYWS3Ajs.ComboboxInput; exports.ComboboxItem = _chunk3BWYWS3Ajs.ComboboxItem; exports.ComboboxLabel = _chunk3BWYWS3Ajs.ComboboxLabel; exports.ComboboxList = _chunk3BWYWS3Ajs.ComboboxList; exports.ComboboxSeparator = _chunk3BWYWS3Ajs.ComboboxSeparator; exports.ComboboxTrigger = _chunk3BWYWS3Ajs.ComboboxTrigger; exports.ComboboxValue = _chunk3BWYWS3Ajs.ComboboxValue; exports.Command = _chunk3BWYWS3Ajs.Command; exports.CommandDialog = _chunk3BWYWS3Ajs.CommandDialog; exports.CommandEmpty = _chunk3BWYWS3Ajs.CommandEmpty; exports.CommandGroup = _chunk3BWYWS3Ajs.CommandGroup; exports.CommandInput = _chunk3BWYWS3Ajs.CommandInput; exports.CommandItem = _chunk3BWYWS3Ajs.CommandItem; exports.CommandList = _chunk3BWYWS3Ajs.CommandList; exports.CommandSeparator = _chunk3BWYWS3Ajs.CommandSeparator; exports.CommandShortcut = _chunk3BWYWS3Ajs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk3BWYWS3Ajs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk3BWYWS3Ajs.CommonAssociationTrigger; exports.CommonDeleter = _chunk3BWYWS3Ajs.CommonDeleter; exports.CommonEditorButtons = _chunk3BWYWS3Ajs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk3BWYWS3Ajs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk3BWYWS3Ajs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk3BWYWS3Ajs.CommonEditorTrigger; exports.CompaniesList = _chunk3BWYWS3Ajs.CompaniesList; exports.CompanyConfigurationEditor = _chunk3BWYWS3Ajs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk3BWYWS3Ajs.CompanyContainer; exports.CompanyContent = _chunk3BWYWS3Ajs.CompanyContent; exports.CompanyDeleter = _chunk3BWYWS3Ajs.CompanyDeleter; exports.CompanyDetails = _chunk3BWYWS3Ajs.CompanyDetails; exports.CompanyEditor = _chunk3BWYWS3Ajs.CompanyEditor; exports.CompanyUsersList = _chunk3BWYWS3Ajs.CompanyUsersList; exports.ContentListTable = _chunk3BWYWS3Ajs.ContentListTable; exports.ContentTableSearch = _chunk3BWYWS3Ajs.ContentTableSearch; exports.ContentTitle = _chunk3BWYWS3Ajs.ContentTitle; exports.ContentsList = _chunk3BWYWS3Ajs.ContentsList; exports.ContentsListById = _chunk3BWYWS3Ajs.ContentsListById; exports.ContextMenu = _chunk3BWYWS3Ajs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk3BWYWS3Ajs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk3BWYWS3Ajs.ContextMenuContent; exports.ContextMenuGroup = _chunk3BWYWS3Ajs.ContextMenuGroup; exports.ContextMenuItem = _chunk3BWYWS3Ajs.ContextMenuItem; exports.ContextMenuLabel = _chunk3BWYWS3Ajs.ContextMenuLabel; exports.ContextMenuPortal = _chunk3BWYWS3Ajs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk3BWYWS3Ajs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk3BWYWS3Ajs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk3BWYWS3Ajs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk3BWYWS3Ajs.ContextMenuShortcut; exports.ContextMenuSub = _chunk3BWYWS3Ajs.ContextMenuSub; exports.ContextMenuSubContent = _chunk3BWYWS3Ajs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk3BWYWS3Ajs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk3BWYWS3Ajs.ContextMenuTrigger; exports.ContributorsList = _chunk3BWYWS3Ajs.ContributorsList; exports.Cookies = _chunk3BWYWS3Ajs.Cookies; exports.DatePickerPopover = _chunk3BWYWS3Ajs.DatePickerPopover; exports.DateRangeSelector = _chunk3BWYWS3Ajs.DateRangeSelector; exports.Dialog = _chunk3BWYWS3Ajs.Dialog; exports.DialogClose = _chunk3BWYWS3Ajs.DialogClose; exports.DialogContent = _chunk3BWYWS3Ajs.DialogContent; exports.DialogDescription = _chunk3BWYWS3Ajs.DialogDescription; exports.DialogFooter = _chunk3BWYWS3Ajs.DialogFooter; exports.DialogHeader = _chunk3BWYWS3Ajs.DialogHeader; exports.DialogOverlay = _chunk3BWYWS3Ajs.DialogOverlay; exports.DialogPortal = _chunk3BWYWS3Ajs.DialogPortal; exports.DialogTitle = _chunk3BWYWS3Ajs.DialogTitle; exports.DialogTrigger = _chunk3BWYWS3Ajs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk3BWYWS3Ajs.DisableTwoFactorDialog; exports.Drawer = _chunk3BWYWS3Ajs.Drawer; exports.DrawerClose = _chunk3BWYWS3Ajs.DrawerClose; exports.DrawerContent = _chunk3BWYWS3Ajs.DrawerContent; exports.DrawerDescription = _chunk3BWYWS3Ajs.DrawerDescription; exports.DrawerFooter = _chunk3BWYWS3Ajs.DrawerFooter; exports.DrawerHeader = _chunk3BWYWS3Ajs.DrawerHeader; exports.DrawerOverlay = _chunk3BWYWS3Ajs.DrawerOverlay; exports.DrawerPortal = _chunk3BWYWS3Ajs.DrawerPortal; exports.DrawerTitle = _chunk3BWYWS3Ajs.DrawerTitle; exports.DrawerTrigger = _chunk3BWYWS3Ajs.DrawerTrigger; exports.DropdownMenu = _chunk3BWYWS3Ajs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk3BWYWS3Ajs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk3BWYWS3Ajs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk3BWYWS3Ajs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk3BWYWS3Ajs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk3BWYWS3Ajs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk3BWYWS3Ajs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk3BWYWS3Ajs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk3BWYWS3Ajs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk3BWYWS3Ajs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk3BWYWS3Ajs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk3BWYWS3Ajs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk3BWYWS3Ajs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk3BWYWS3Ajs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk3BWYWS3Ajs.DropdownMenuTrigger; exports.EditableAvatar = _chunk3BWYWS3Ajs.EditableAvatar; exports.EditorSheet = _chunk3BWYWS3Ajs.EditorSheet; exports.EntityAvatar = _chunk3BWYWS3Ajs.EntityAvatar; exports.ErrorDetails = _chunk3BWYWS3Ajs.ErrorDetails; exports.Field = _chunk3BWYWS3Ajs.Field; exports.FieldContent = _chunk3BWYWS3Ajs.FieldContent; exports.FieldDescription = _chunk3BWYWS3Ajs.FieldDescription; exports.FieldError = _chunk3BWYWS3Ajs.FieldError; exports.FieldGroup = _chunk3BWYWS3Ajs.FieldGroup; exports.FieldLabel = _chunk3BWYWS3Ajs.FieldLabel; exports.FieldLegend = _chunk3BWYWS3Ajs.FieldLegend; exports.FieldSeparator = _chunk3BWYWS3Ajs.FieldSeparator; exports.FieldSet = _chunk3BWYWS3Ajs.FieldSet; exports.FieldTitle = _chunk3BWYWS3Ajs.FieldTitle; exports.FileInput = _chunk3BWYWS3Ajs.FileInput; exports.FileUploader = _chunk3BWYWS3Ajs.FileUploader; exports.FileUploaderContent = _chunk3BWYWS3Ajs.FileUploaderContent; exports.FileUploaderItem = _chunk3BWYWS3Ajs.FileUploaderItem; exports.FiscalDataDisplay = _chunk3BWYWS3Ajs.FiscalDataDisplay; exports.ForgotPassword = _chunk3BWYWS3Ajs.ForgotPassword; exports.Form = _chunk3BWYWS3Ajs.Form; exports.FormBlockNote = _chunk3BWYWS3Ajs.FormBlockNote; exports.FormCheckbox = _chunk3BWYWS3Ajs.FormCheckbox; exports.FormDate = _chunk3BWYWS3Ajs.FormDate; exports.FormDateTime = _chunk3BWYWS3Ajs.FormDateTime; exports.FormFeatures = _chunk3BWYWS3Ajs.FormFeatures; exports.FormFieldWrapper = _chunk3BWYWS3Ajs.FormFieldWrapper; exports.FormInput = _chunk3BWYWS3Ajs.FormInput; exports.FormPassword = _chunk3BWYWS3Ajs.FormPassword; exports.FormPlaceAutocomplete = _chunk3BWYWS3Ajs.FormPlaceAutocomplete; exports.FormRoles = _chunk3BWYWS3Ajs.FormRoles; exports.FormSelect = _chunk3BWYWS3Ajs.FormSelect; exports.FormSlider = _chunk3BWYWS3Ajs.FormSlider; exports.FormSwitch = _chunk3BWYWS3Ajs.FormSwitch; exports.FormTextarea = _chunk3BWYWS3Ajs.FormTextarea; exports.GdprConsentCheckbox = _chunk3BWYWS3Ajs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk3BWYWS3Ajs.GdprConsentSection; exports.Header = _chunk3BWYWS3Ajs.Header; exports.HoverCard = _chunk3BWYWS3Ajs.HoverCard; exports.HoverCardContent = _chunk3BWYWS3Ajs.HoverCardContent; exports.HoverCardTrigger = _chunk3BWYWS3Ajs.HoverCardTrigger; exports.Input = _chunk3BWYWS3Ajs.Input; exports.InputGroup = _chunk3BWYWS3Ajs.InputGroup; exports.InputGroupAddon = _chunk3BWYWS3Ajs.InputGroupAddon; exports.InputGroupButton = _chunk3BWYWS3Ajs.InputGroupButton; exports.InputGroupInput = _chunk3BWYWS3Ajs.InputGroupInput; exports.InputGroupText = _chunk3BWYWS3Ajs.InputGroupText; exports.InputGroupTextarea = _chunk3BWYWS3Ajs.InputGroupTextarea; exports.InputOTP = _chunk3BWYWS3Ajs.InputOTP; exports.InputOTPGroup = _chunk3BWYWS3Ajs.InputOTPGroup; exports.InputOTPSeparator = _chunk3BWYWS3Ajs.InputOTPSeparator; exports.InputOTPSlot = _chunk3BWYWS3Ajs.InputOTPSlot; exports.ItalianFiscalData = _chunk3BWYWS3Ajs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk3BWYWS3Ajs.ItalianFiscalDataDisplay; exports.Item = _chunk3BWYWS3Ajs.KanbanItem; exports.ItemHandle = _chunk3BWYWS3Ajs.KanbanItemHandle; exports.Kanban = _chunk3BWYWS3Ajs.KanbanRoot; exports.KanbanBoard = _chunk3BWYWS3Ajs.KanbanBoard; exports.KanbanColumn = _chunk3BWYWS3Ajs.KanbanColumn; exports.KanbanColumnHandle = _chunk3BWYWS3Ajs.KanbanColumnHandle; exports.KanbanItem = _chunk3BWYWS3Ajs.KanbanItem; exports.KanbanItemHandle = _chunk3BWYWS3Ajs.KanbanItemHandle; exports.KanbanOverlay = _chunk3BWYWS3Ajs.KanbanOverlay; exports.Label = _chunk3BWYWS3Ajs.Label; exports.LandingComponent = _chunk3BWYWS3Ajs.LandingComponent; exports.Link = _chunk3BWYWS3Ajs.Link; exports.Login = _chunk3BWYWS3Ajs.Login; exports.Logout = _chunk3BWYWS3Ajs.Logout; exports.ModeToggleSwitch = _chunk3BWYWS3Ajs.ModeToggleSwitch; exports.MultiSelect = _chunk3BWYWS3Ajs.MultiSelect; exports.MultipleSelector = _chunk3BWYWS3Ajs.MultipleSelector; exports.NavigationMenu = _chunk3BWYWS3Ajs.NavigationMenu; exports.NavigationMenuContent = _chunk3BWYWS3Ajs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk3BWYWS3Ajs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk3BWYWS3Ajs.NavigationMenuItem; exports.NavigationMenuLink = _chunk3BWYWS3Ajs.NavigationMenuLink; exports.NavigationMenuList = _chunk3BWYWS3Ajs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk3BWYWS3Ajs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk3BWYWS3Ajs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk3BWYWS3Ajs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk3BWYWS3Ajs.NotificationMenuItem; exports.NotificationModal = _chunk3BWYWS3Ajs.NotificationModal; exports.NotificationToast = _chunk3BWYWS3Ajs.NotificationToast; exports.NotificationsList = _chunk3BWYWS3Ajs.NotificationsList; exports.NotificationsListContainer = _chunk3BWYWS3Ajs.NotificationsListContainer; exports.OAuthClientCard = _chunk3BWYWS3Ajs.OAuthClientCard; exports.OAuthClientDetail = _chunk3BWYWS3Ajs.OAuthClientDetail; exports.OAuthClientForm = _chunk3BWYWS3Ajs.OAuthClientForm; exports.OAuthClientList = _chunk3BWYWS3Ajs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk3BWYWS3Ajs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk3BWYWS3Ajs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk3BWYWS3Ajs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk3BWYWS3Ajs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk3BWYWS3Ajs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk3BWYWS3Ajs.OAuthScopeList; exports.OAuthScopeSelector = _chunk3BWYWS3Ajs.OAuthScopeSelector; exports.OnboardingCard = _chunk3BWYWS3Ajs.OnboardingCard; exports.Overlay = _chunk3BWYWS3Ajs.KanbanOverlay; exports.PageContainer = _chunk3BWYWS3Ajs.PageContainer; exports.PageContainerContentDetails = _chunk3BWYWS3Ajs.PageContainerContentDetails; exports.PageContentContainer = _chunk3BWYWS3Ajs.PageContentContainer; exports.PageSection = _chunk3BWYWS3Ajs.PageSection; exports.PasskeyButton = _chunk3BWYWS3Ajs.PasskeyButton; exports.PasskeyList = _chunk3BWYWS3Ajs.PasskeyList; exports.PasskeySetupDialog = _chunk3BWYWS3Ajs.PasskeySetupDialog; exports.PasswordInput = _chunk3BWYWS3Ajs.PasswordInput; exports.Popover = _chunk3BWYWS3Ajs.Popover; exports.PopoverContent = _chunk3BWYWS3Ajs.PopoverContent; exports.PopoverDescription = _chunk3BWYWS3Ajs.PopoverDescription; exports.PopoverHeader = _chunk3BWYWS3Ajs.PopoverHeader; exports.PopoverTitle = _chunk3BWYWS3Ajs.PopoverTitle; exports.PopoverTrigger = _chunk3BWYWS3Ajs.PopoverTrigger; exports.Progress = _chunk3BWYWS3Ajs.Progress; exports.ProgressIndicator = _chunk3BWYWS3Ajs.ProgressIndicator; exports.ProgressLabel = _chunk3BWYWS3Ajs.ProgressLabel; exports.ProgressTrack = _chunk3BWYWS3Ajs.ProgressTrack; exports.ProgressValue = _chunk3BWYWS3Ajs.ProgressValue; exports.PushNotificationProvider = _chunk3BWYWS3Ajs.PushNotificationProvider; exports.RadioGroup = _chunk3BWYWS3Ajs.RadioGroup; exports.RadioGroupItem = _chunk3BWYWS3Ajs.RadioGroupItem; exports.RbacContainer = _chunk3BWYWS3Ajs.RbacContainer; exports.RbacFeatureSection = _chunk3BWYWS3Ajs.RbacFeatureSection; exports.RbacModuleTable = _chunk3BWYWS3Ajs.RbacModuleTable; exports.RbacPermissionCell = _chunk3BWYWS3Ajs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk3BWYWS3Ajs.RbacPermissionPicker; exports.RbacToolbar = _chunk3BWYWS3Ajs.RbacToolbar; exports.ReactMarkdownContainer = _chunk3BWYWS3Ajs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk3BWYWS3Ajs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk3BWYWS3Ajs.ReferralCodeCapture; exports.ReferralDialog = _chunk3BWYWS3Ajs.ReferralDialog; exports.ReferralWidget = _chunk3BWYWS3Ajs.ReferralWidget; exports.RefreshUser = _chunk3BWYWS3Ajs.RefreshUser; exports.RelevantContentsList = _chunk3BWYWS3Ajs.RelevantContentsList; exports.RelevantUsersList = _chunk3BWYWS3Ajs.RelevantUsersList; exports.RemoveUserFromRole = _chunk3BWYWS3Ajs.RemoveUserFromRole; exports.ResetPassword = _chunk3BWYWS3Ajs.ResetPassword; exports.ResizableHandle = _chunk3BWYWS3Ajs.ResizableHandle; exports.ResizablePanel = _chunk3BWYWS3Ajs.ResizablePanel; exports.ResizablePanelGroup = _chunk3BWYWS3Ajs.ResizablePanelGroup; exports.RoleContainer = _chunk3BWYWS3Ajs.RoleContainer; exports.RoleDetails = _chunk3BWYWS3Ajs.RoleDetails; exports.RoleUsersList = _chunk3BWYWS3Ajs.RoleUsersList; exports.RolesList = _chunk3BWYWS3Ajs.RolesList; exports.Root = _chunk3BWYWS3Ajs.KanbanRoot; exports.RoundPageContainer = _chunk3BWYWS3Ajs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk3BWYWS3Ajs.RoundPageContainerTitle; exports.ScrollArea = _chunk3BWYWS3Ajs.ScrollArea; exports.ScrollBar = _chunk3BWYWS3Ajs.ScrollBar; exports.SecurityContainer = _chunk3BWYWS3Ajs.SecurityContainer; exports.Select = _chunk3BWYWS3Ajs.Select; exports.SelectContent = _chunk3BWYWS3Ajs.SelectContent; exports.SelectGroup = _chunk3BWYWS3Ajs.SelectGroup; exports.SelectItem = _chunk3BWYWS3Ajs.SelectItem; exports.SelectLabel = _chunk3BWYWS3Ajs.SelectLabel; exports.SelectScrollDownButton = _chunk3BWYWS3Ajs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk3BWYWS3Ajs.SelectScrollUpButton; exports.SelectSeparator = _chunk3BWYWS3Ajs.SelectSeparator; exports.SelectTrigger = _chunk3BWYWS3Ajs.SelectTrigger; exports.SelectValue = _chunk3BWYWS3Ajs.SelectValue; exports.Separator = _chunk3BWYWS3Ajs.Separator; exports.Sheet = _chunk3BWYWS3Ajs.Sheet; exports.SheetClose = _chunk3BWYWS3Ajs.SheetClose; exports.SheetContent = _chunk3BWYWS3Ajs.SheetContent; exports.SheetDescription = _chunk3BWYWS3Ajs.SheetDescription; exports.SheetFooter = _chunk3BWYWS3Ajs.SheetFooter; exports.SheetHeader = _chunk3BWYWS3Ajs.SheetHeader; exports.SheetTitle = _chunk3BWYWS3Ajs.SheetTitle; exports.SheetTrigger = _chunk3BWYWS3Ajs.SheetTrigger; exports.Sidebar = _chunk3BWYWS3Ajs.Sidebar; exports.SidebarContent = _chunk3BWYWS3Ajs.SidebarContent; exports.SidebarFooter = _chunk3BWYWS3Ajs.SidebarFooter; exports.SidebarGroup = _chunk3BWYWS3Ajs.SidebarGroup; exports.SidebarGroupAction = _chunk3BWYWS3Ajs.SidebarGroupAction; exports.SidebarGroupContent = _chunk3BWYWS3Ajs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk3BWYWS3Ajs.SidebarGroupLabel; exports.SidebarHeader = _chunk3BWYWS3Ajs.SidebarHeader; exports.SidebarInput = _chunk3BWYWS3Ajs.SidebarInput; exports.SidebarInset = _chunk3BWYWS3Ajs.SidebarInset; exports.SidebarMenu = _chunk3BWYWS3Ajs.SidebarMenu; exports.SidebarMenuAction = _chunk3BWYWS3Ajs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk3BWYWS3Ajs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk3BWYWS3Ajs.SidebarMenuButton; exports.SidebarMenuItem = _chunk3BWYWS3Ajs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk3BWYWS3Ajs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk3BWYWS3Ajs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk3BWYWS3Ajs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk3BWYWS3Ajs.SidebarMenuSubItem; exports.SidebarProvider = _chunk3BWYWS3Ajs.SidebarProvider; exports.SidebarRail = _chunk3BWYWS3Ajs.SidebarRail; exports.SidebarSeparator = _chunk3BWYWS3Ajs.SidebarSeparator; exports.SidebarTrigger = _chunk3BWYWS3Ajs.SidebarTrigger; exports.Skeleton = _chunk3BWYWS3Ajs.Skeleton; exports.Slider = _chunk3BWYWS3Ajs.Slider; exports.Switch = _chunk3BWYWS3Ajs.Switch; exports.Table = _chunk3BWYWS3Ajs.Table; exports.TableBody = _chunk3BWYWS3Ajs.TableBody; exports.TableCaption = _chunk3BWYWS3Ajs.TableCaption; exports.TableCell = _chunk3BWYWS3Ajs.TableCell; exports.TableCellAvatar = _chunk3BWYWS3Ajs.TableCellAvatar; exports.TableFooter = _chunk3BWYWS3Ajs.TableFooter; exports.TableHead = _chunk3BWYWS3Ajs.TableHead; exports.TableHeader = _chunk3BWYWS3Ajs.TableHeader; exports.TableRow = _chunk3BWYWS3Ajs.TableRow; exports.Tabs = _chunk3BWYWS3Ajs.Tabs; exports.TabsContainer = _chunk3BWYWS3Ajs.TabsContainer; exports.TabsContent = _chunk3BWYWS3Ajs.TabsContent; exports.TabsList = _chunk3BWYWS3Ajs.TabsList; exports.TabsTrigger = _chunk3BWYWS3Ajs.TabsTrigger; exports.Textarea = _chunk3BWYWS3Ajs.Textarea; exports.Toaster = _chunk3BWYWS3Ajs.Toaster; exports.Toggle = _chunk3BWYWS3Ajs.Toggle; exports.TokenStatusIndicator = _chunk3BWYWS3Ajs.TokenStatusIndicator; exports.Tooltip = _chunk3BWYWS3Ajs.Tooltip; exports.TooltipContent = _chunk3BWYWS3Ajs.TooltipContent; exports.TooltipProvider = _chunk3BWYWS3Ajs.TooltipProvider; exports.TooltipTrigger = _chunk3BWYWS3Ajs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk3BWYWS3Ajs.TotpAuthenticatorList; exports.TotpInput = _chunk3BWYWS3Ajs.TotpInput; exports.TotpSetupDialog = _chunk3BWYWS3Ajs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk3BWYWS3Ajs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk3BWYWS3Ajs.TwoFactorSettings; exports.UserAvatar = _chunk3BWYWS3Ajs.UserAvatar; exports.UserAvatarEditor = _chunk3BWYWS3Ajs.UserAvatarEditor; exports.UserAvatarList = _chunk3BWYWS3Ajs.UserAvatarList; exports.UserContainer = _chunk3BWYWS3Ajs.UserContainer; exports.UserContent = _chunk3BWYWS3Ajs.UserContent; exports.UserDeleter = _chunk3BWYWS3Ajs.UserDeleter; exports.UserEditor = _chunk3BWYWS3Ajs.UserEditor; exports.UserIndexContainer = _chunk3BWYWS3Ajs.UserIndexContainer; exports.UserIndexDetails = _chunk3BWYWS3Ajs.UserIndexDetails; exports.UserListInAdd = _chunk3BWYWS3Ajs.UserListInAdd; exports.UserMultiSelect = _chunk3BWYWS3Ajs.UserMultiSelect; exports.UserReactivator = _chunk3BWYWS3Ajs.UserReactivator; exports.UserResentInvitationEmail = _chunk3BWYWS3Ajs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk3BWYWS3Ajs.UserRoleAdd; exports.UserRolesList = _chunk3BWYWS3Ajs.UserRolesList; exports.UserSelector = _chunk3BWYWS3Ajs.UserSelector; exports.UserStanadaloneDetails = _chunk3BWYWS3Ajs.UserStanadaloneDetails; exports.UsersList = _chunk3BWYWS3Ajs.UsersList; exports.UsersListByContentIds = _chunk3BWYWS3Ajs.UsersListByContentIds; exports.UsersListContainer = _chunk3BWYWS3Ajs.UsersListContainer; exports.WaitlistConfirmation = _chunk3BWYWS3Ajs.WaitlistConfirmation; exports.WaitlistForm = _chunk3BWYWS3Ajs.WaitlistForm; exports.WaitlistHeroSection = _chunk3BWYWS3Ajs.WaitlistHeroSection; exports.WaitlistList = _chunk3BWYWS3Ajs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk3BWYWS3Ajs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk3BWYWS3Ajs.WaitlistSuccessState; exports.badgeVariants = _chunk3BWYWS3Ajs.badgeVariants; exports.buttonVariants = _chunk3BWYWS3Ajs.buttonVariants; exports.cellComponent = _chunk3BWYWS3Ajs.cellComponent; exports.cellDate = _chunk3BWYWS3Ajs.cellDate; exports.cellId = _chunk3BWYWS3Ajs.cellId; exports.cellLink = _chunk3BWYWS3Ajs.cellLink; exports.cellUrl = _chunk3BWYWS3Ajs.cellUrl; exports.errorToast = _chunk3BWYWS3Ajs.errorToast; exports.generateNotificationData = _chunk3BWYWS3Ajs.generateNotificationData; exports.getIcon = _chunkCJY63D6Ujs.getIcon; exports.getIconByModule = _chunkCJY63D6Ujs.getIconByModule; exports.getIconByModuleName = _chunkCJY63D6Ujs.getIconByModuleName; exports.getInitials = _chunkCJY63D6Ujs.getInitials; exports.navigationMenuTriggerStyle = _chunk3BWYWS3Ajs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk3BWYWS3Ajs.parseFiscalData; exports.tabsListVariants = _chunk3BWYWS3Ajs.tabsListVariants; exports.toggleVariants = _chunk3BWYWS3Ajs.toggleVariants; exports.triggerAssociationToast = _chunk3BWYWS3Ajs.triggerAssociationToast; exports.useCarousel = _chunk3BWYWS3Ajs.useCarousel; exports.useComboboxAnchor = _chunk3BWYWS3Ajs.useComboboxAnchor; exports.useDebounce = _chunk3BWYWS3Ajs.useDebounce2; exports.useEditorDialog = _chunk3BWYWS3Ajs.useEditorDialog; exports.useFileUpload = _chunk3BWYWS3Ajs.useFileUpload; exports.useSidebar = _chunk3BWYWS3Ajs.useSidebar;
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
|
|
916
|
+
exports.AcceptInvitation = _chunk5X4MS55Mjs.AcceptInvitation; exports.Accordion = _chunk5X4MS55Mjs.Accordion; exports.AccordionContent = _chunk5X4MS55Mjs.AccordionContent; exports.AccordionItem = _chunk5X4MS55Mjs.AccordionItem; exports.AccordionTrigger = _chunk5X4MS55Mjs.AccordionTrigger; exports.ActivateAccount = _chunk5X4MS55Mjs.ActivateAccount; exports.AddUserToRole = _chunk5X4MS55Mjs.AddUserToRole; exports.AdminCompanyContainer = _chunk5X4MS55Mjs.AdminCompanyContainer; exports.AdminUsersList = _chunk5X4MS55Mjs.AdminUsersList; exports.Alert = _chunk5X4MS55Mjs.Alert; exports.AlertAction = _chunk5X4MS55Mjs.AlertAction; exports.AlertDescription = _chunk5X4MS55Mjs.AlertDescription; exports.AlertDialog = _chunk5X4MS55Mjs.AlertDialog; exports.AlertDialogAction = _chunk5X4MS55Mjs.AlertDialogAction; exports.AlertDialogCancel = _chunk5X4MS55Mjs.AlertDialogCancel; exports.AlertDialogContent = _chunk5X4MS55Mjs.AlertDialogContent; exports.AlertDialogDescription = _chunk5X4MS55Mjs.AlertDialogDescription; exports.AlertDialogFooter = _chunk5X4MS55Mjs.AlertDialogFooter; exports.AlertDialogHeader = _chunk5X4MS55Mjs.AlertDialogHeader; exports.AlertDialogMedia = _chunk5X4MS55Mjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunk5X4MS55Mjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunk5X4MS55Mjs.AlertDialogPortal; exports.AlertDialogTitle = _chunk5X4MS55Mjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunk5X4MS55Mjs.AlertDialogTrigger; exports.AlertTitle = _chunk5X4MS55Mjs.AlertTitle; exports.AllUsersListContainer = _chunk5X4MS55Mjs.AllUsersListContainer; exports.AllowedUsersDetails = _chunk5X4MS55Mjs.AllowedUsersDetails; exports.AttributeElement = _chunk5X4MS55Mjs.AttributeElement; exports.AuthContainer = _chunk5X4MS55Mjs.AuthContainer; exports.Avatar = _chunk5X4MS55Mjs.Avatar; exports.AvatarBadge = _chunk5X4MS55Mjs.AvatarBadge; exports.AvatarFallback = _chunk5X4MS55Mjs.AvatarFallback; exports.AvatarGroup = _chunk5X4MS55Mjs.AvatarGroup; exports.AvatarGroupCount = _chunk5X4MS55Mjs.AvatarGroupCount; exports.AvatarImage = _chunk5X4MS55Mjs.AvatarImage; exports.BackupCodesDialog = _chunk5X4MS55Mjs.BackupCodesDialog; exports.Badge = _chunk5X4MS55Mjs.Badge; exports.BlockNoteEditorContainer = _chunk5X4MS55Mjs.BlockNoteEditorContainer; exports.Board = _chunk5X4MS55Mjs.KanbanBoard; exports.Breadcrumb = _chunk5X4MS55Mjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunk5X4MS55Mjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunk5X4MS55Mjs.BreadcrumbItem; exports.BreadcrumbLink = _chunk5X4MS55Mjs.BreadcrumbLink; exports.BreadcrumbList = _chunk5X4MS55Mjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunk5X4MS55Mjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunk5X4MS55Mjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunk5X4MS55Mjs.BreadcrumbSeparator; exports.Button = _chunk5X4MS55Mjs.Button; exports.Calendar = _chunk5X4MS55Mjs.Calendar; exports.CalendarDayButton = _chunk5X4MS55Mjs.CalendarDayButton; exports.Card = _chunk5X4MS55Mjs.Card; exports.CardAction = _chunk5X4MS55Mjs.CardAction; exports.CardContent = _chunk5X4MS55Mjs.CardContent; exports.CardDescription = _chunk5X4MS55Mjs.CardDescription; exports.CardFooter = _chunk5X4MS55Mjs.CardFooter; exports.CardHeader = _chunk5X4MS55Mjs.CardHeader; exports.CardTitle = _chunk5X4MS55Mjs.CardTitle; exports.Carousel = _chunk5X4MS55Mjs.Carousel; exports.CarouselContent = _chunk5X4MS55Mjs.CarouselContent; exports.CarouselItem = _chunk5X4MS55Mjs.CarouselItem; exports.CarouselNext = _chunk5X4MS55Mjs.CarouselNext; exports.CarouselPrevious = _chunk5X4MS55Mjs.CarouselPrevious; exports.ChartContainer = _chunk5X4MS55Mjs.ChartContainer; exports.ChartLegend = _chunk5X4MS55Mjs.ChartLegend; exports.ChartLegendContent = _chunk5X4MS55Mjs.ChartLegendContent; exports.ChartStyle = _chunk5X4MS55Mjs.ChartStyle; exports.ChartTooltip = _chunk5X4MS55Mjs.ChartTooltip; exports.ChartTooltipContent = _chunk5X4MS55Mjs.ChartTooltipContent; exports.Checkbox = _chunk5X4MS55Mjs.Checkbox; exports.Collapsible = _chunk5X4MS55Mjs.Collapsible; exports.CollapsibleContent = _chunk5X4MS55Mjs.CollapsibleContent; exports.CollapsibleTrigger = _chunk5X4MS55Mjs.CollapsibleTrigger; exports.Column = _chunk5X4MS55Mjs.KanbanColumn; exports.ColumnHandle = _chunk5X4MS55Mjs.KanbanColumnHandle; exports.Combobox = _chunk5X4MS55Mjs.Combobox; exports.ComboboxChip = _chunk5X4MS55Mjs.ComboboxChip; exports.ComboboxChips = _chunk5X4MS55Mjs.ComboboxChips; exports.ComboboxChipsInput = _chunk5X4MS55Mjs.ComboboxChipsInput; exports.ComboboxCollection = _chunk5X4MS55Mjs.ComboboxCollection; exports.ComboboxContent = _chunk5X4MS55Mjs.ComboboxContent; exports.ComboboxEmpty = _chunk5X4MS55Mjs.ComboboxEmpty; exports.ComboboxGroup = _chunk5X4MS55Mjs.ComboboxGroup; exports.ComboboxInput = _chunk5X4MS55Mjs.ComboboxInput; exports.ComboboxItem = _chunk5X4MS55Mjs.ComboboxItem; exports.ComboboxLabel = _chunk5X4MS55Mjs.ComboboxLabel; exports.ComboboxList = _chunk5X4MS55Mjs.ComboboxList; exports.ComboboxSeparator = _chunk5X4MS55Mjs.ComboboxSeparator; exports.ComboboxTrigger = _chunk5X4MS55Mjs.ComboboxTrigger; exports.ComboboxValue = _chunk5X4MS55Mjs.ComboboxValue; exports.Command = _chunk5X4MS55Mjs.Command; exports.CommandDialog = _chunk5X4MS55Mjs.CommandDialog; exports.CommandEmpty = _chunk5X4MS55Mjs.CommandEmpty; exports.CommandGroup = _chunk5X4MS55Mjs.CommandGroup; exports.CommandInput = _chunk5X4MS55Mjs.CommandInput; exports.CommandItem = _chunk5X4MS55Mjs.CommandItem; exports.CommandList = _chunk5X4MS55Mjs.CommandList; exports.CommandSeparator = _chunk5X4MS55Mjs.CommandSeparator; exports.CommandShortcut = _chunk5X4MS55Mjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunk5X4MS55Mjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunk5X4MS55Mjs.CommonAssociationTrigger; exports.CommonDeleter = _chunk5X4MS55Mjs.CommonDeleter; exports.CommonEditorButtons = _chunk5X4MS55Mjs.CommonEditorButtons; exports.CommonEditorDiscardDialog = _chunk5X4MS55Mjs.CommonEditorDiscardDialog; exports.CommonEditorHeader = _chunk5X4MS55Mjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunk5X4MS55Mjs.CommonEditorTrigger; exports.CompaniesList = _chunk5X4MS55Mjs.CompaniesList; exports.CompanyConfigurationEditor = _chunk5X4MS55Mjs.CompanyConfigurationEditor; exports.CompanyContainer = _chunk5X4MS55Mjs.CompanyContainer; exports.CompanyContent = _chunk5X4MS55Mjs.CompanyContent; exports.CompanyDeleter = _chunk5X4MS55Mjs.CompanyDeleter; exports.CompanyDetails = _chunk5X4MS55Mjs.CompanyDetails; exports.CompanyEditor = _chunk5X4MS55Mjs.CompanyEditor; exports.CompanyUsersList = _chunk5X4MS55Mjs.CompanyUsersList; exports.ContentListTable = _chunk5X4MS55Mjs.ContentListTable; exports.ContentTableSearch = _chunk5X4MS55Mjs.ContentTableSearch; exports.ContentTitle = _chunk5X4MS55Mjs.ContentTitle; exports.ContentsList = _chunk5X4MS55Mjs.ContentsList; exports.ContentsListById = _chunk5X4MS55Mjs.ContentsListById; exports.ContextMenu = _chunk5X4MS55Mjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunk5X4MS55Mjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunk5X4MS55Mjs.ContextMenuContent; exports.ContextMenuGroup = _chunk5X4MS55Mjs.ContextMenuGroup; exports.ContextMenuItem = _chunk5X4MS55Mjs.ContextMenuItem; exports.ContextMenuLabel = _chunk5X4MS55Mjs.ContextMenuLabel; exports.ContextMenuPortal = _chunk5X4MS55Mjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunk5X4MS55Mjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunk5X4MS55Mjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunk5X4MS55Mjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunk5X4MS55Mjs.ContextMenuShortcut; exports.ContextMenuSub = _chunk5X4MS55Mjs.ContextMenuSub; exports.ContextMenuSubContent = _chunk5X4MS55Mjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunk5X4MS55Mjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunk5X4MS55Mjs.ContextMenuTrigger; exports.ContributorsList = _chunk5X4MS55Mjs.ContributorsList; exports.Cookies = _chunk5X4MS55Mjs.Cookies; exports.DatePickerPopover = _chunk5X4MS55Mjs.DatePickerPopover; exports.DateRangeSelector = _chunk5X4MS55Mjs.DateRangeSelector; exports.Dialog = _chunk5X4MS55Mjs.Dialog; exports.DialogClose = _chunk5X4MS55Mjs.DialogClose; exports.DialogContent = _chunk5X4MS55Mjs.DialogContent; exports.DialogDescription = _chunk5X4MS55Mjs.DialogDescription; exports.DialogFooter = _chunk5X4MS55Mjs.DialogFooter; exports.DialogHeader = _chunk5X4MS55Mjs.DialogHeader; exports.DialogOverlay = _chunk5X4MS55Mjs.DialogOverlay; exports.DialogPortal = _chunk5X4MS55Mjs.DialogPortal; exports.DialogTitle = _chunk5X4MS55Mjs.DialogTitle; exports.DialogTrigger = _chunk5X4MS55Mjs.DialogTrigger; exports.DisableTwoFactorDialog = _chunk5X4MS55Mjs.DisableTwoFactorDialog; exports.Drawer = _chunk5X4MS55Mjs.Drawer; exports.DrawerClose = _chunk5X4MS55Mjs.DrawerClose; exports.DrawerContent = _chunk5X4MS55Mjs.DrawerContent; exports.DrawerDescription = _chunk5X4MS55Mjs.DrawerDescription; exports.DrawerFooter = _chunk5X4MS55Mjs.DrawerFooter; exports.DrawerHeader = _chunk5X4MS55Mjs.DrawerHeader; exports.DrawerOverlay = _chunk5X4MS55Mjs.DrawerOverlay; exports.DrawerPortal = _chunk5X4MS55Mjs.DrawerPortal; exports.DrawerTitle = _chunk5X4MS55Mjs.DrawerTitle; exports.DrawerTrigger = _chunk5X4MS55Mjs.DrawerTrigger; exports.DropdownMenu = _chunk5X4MS55Mjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunk5X4MS55Mjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunk5X4MS55Mjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunk5X4MS55Mjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunk5X4MS55Mjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunk5X4MS55Mjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunk5X4MS55Mjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunk5X4MS55Mjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunk5X4MS55Mjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunk5X4MS55Mjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunk5X4MS55Mjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunk5X4MS55Mjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunk5X4MS55Mjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunk5X4MS55Mjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunk5X4MS55Mjs.DropdownMenuTrigger; exports.EditableAvatar = _chunk5X4MS55Mjs.EditableAvatar; exports.EditorSheet = _chunk5X4MS55Mjs.EditorSheet; exports.EntityAvatar = _chunk5X4MS55Mjs.EntityAvatar; exports.ErrorDetails = _chunk5X4MS55Mjs.ErrorDetails; exports.Field = _chunk5X4MS55Mjs.Field; exports.FieldContent = _chunk5X4MS55Mjs.FieldContent; exports.FieldDescription = _chunk5X4MS55Mjs.FieldDescription; exports.FieldError = _chunk5X4MS55Mjs.FieldError; exports.FieldGroup = _chunk5X4MS55Mjs.FieldGroup; exports.FieldLabel = _chunk5X4MS55Mjs.FieldLabel; exports.FieldLegend = _chunk5X4MS55Mjs.FieldLegend; exports.FieldSeparator = _chunk5X4MS55Mjs.FieldSeparator; exports.FieldSet = _chunk5X4MS55Mjs.FieldSet; exports.FieldTitle = _chunk5X4MS55Mjs.FieldTitle; exports.FileInput = _chunk5X4MS55Mjs.FileInput; exports.FileUploader = _chunk5X4MS55Mjs.FileUploader; exports.FileUploaderContent = _chunk5X4MS55Mjs.FileUploaderContent; exports.FileUploaderItem = _chunk5X4MS55Mjs.FileUploaderItem; exports.FiscalDataDisplay = _chunk5X4MS55Mjs.FiscalDataDisplay; exports.ForgotPassword = _chunk5X4MS55Mjs.ForgotPassword; exports.Form = _chunk5X4MS55Mjs.Form; exports.FormBlockNote = _chunk5X4MS55Mjs.FormBlockNote; exports.FormCheckbox = _chunk5X4MS55Mjs.FormCheckbox; exports.FormDate = _chunk5X4MS55Mjs.FormDate; exports.FormDateTime = _chunk5X4MS55Mjs.FormDateTime; exports.FormFeatures = _chunk5X4MS55Mjs.FormFeatures; exports.FormFieldWrapper = _chunk5X4MS55Mjs.FormFieldWrapper; exports.FormInput = _chunk5X4MS55Mjs.FormInput; exports.FormPassword = _chunk5X4MS55Mjs.FormPassword; exports.FormPlaceAutocomplete = _chunk5X4MS55Mjs.FormPlaceAutocomplete; exports.FormRoles = _chunk5X4MS55Mjs.FormRoles; exports.FormSelect = _chunk5X4MS55Mjs.FormSelect; exports.FormSlider = _chunk5X4MS55Mjs.FormSlider; exports.FormSwitch = _chunk5X4MS55Mjs.FormSwitch; exports.FormTextarea = _chunk5X4MS55Mjs.FormTextarea; exports.GdprConsentCheckbox = _chunk5X4MS55Mjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunk5X4MS55Mjs.GdprConsentSection; exports.Header = _chunk5X4MS55Mjs.Header; exports.HoverCard = _chunk5X4MS55Mjs.HoverCard; exports.HoverCardContent = _chunk5X4MS55Mjs.HoverCardContent; exports.HoverCardTrigger = _chunk5X4MS55Mjs.HoverCardTrigger; exports.HowToCommand = _chunk5X4MS55Mjs.HowToCommand; exports.HowToCommandViewer = _chunk5X4MS55Mjs.HowToCommandViewer; exports.HowToContainer = _chunk5X4MS55Mjs.HowToContainer; exports.HowToContent = _chunk5X4MS55Mjs.HowToContent; exports.HowToDeleter = _chunk5X4MS55Mjs.HowToDeleter; exports.HowToDetails = _chunk5X4MS55Mjs.HowToDetails; exports.HowToEditor = _chunk5X4MS55Mjs.HowToEditor; exports.HowToList = _chunk5X4MS55Mjs.HowToList; exports.HowToListContainer = _chunk5X4MS55Mjs.HowToListContainer; exports.HowToMultiSelector = _chunk5X4MS55Mjs.HowToMultiSelector; exports.HowToSelector = _chunk5X4MS55Mjs.HowToSelector; exports.Input = _chunk5X4MS55Mjs.Input; exports.InputGroup = _chunk5X4MS55Mjs.InputGroup; exports.InputGroupAddon = _chunk5X4MS55Mjs.InputGroupAddon; exports.InputGroupButton = _chunk5X4MS55Mjs.InputGroupButton; exports.InputGroupInput = _chunk5X4MS55Mjs.InputGroupInput; exports.InputGroupText = _chunk5X4MS55Mjs.InputGroupText; exports.InputGroupTextarea = _chunk5X4MS55Mjs.InputGroupTextarea; exports.InputOTP = _chunk5X4MS55Mjs.InputOTP; exports.InputOTPGroup = _chunk5X4MS55Mjs.InputOTPGroup; exports.InputOTPSeparator = _chunk5X4MS55Mjs.InputOTPSeparator; exports.InputOTPSlot = _chunk5X4MS55Mjs.InputOTPSlot; exports.ItalianFiscalData = _chunk5X4MS55Mjs.ItalianFiscalData_default; exports.ItalianFiscalDataDisplay = _chunk5X4MS55Mjs.ItalianFiscalDataDisplay; exports.Item = _chunk5X4MS55Mjs.KanbanItem; exports.ItemHandle = _chunk5X4MS55Mjs.KanbanItemHandle; exports.Kanban = _chunk5X4MS55Mjs.KanbanRoot; exports.KanbanBoard = _chunk5X4MS55Mjs.KanbanBoard; exports.KanbanColumn = _chunk5X4MS55Mjs.KanbanColumn; exports.KanbanColumnHandle = _chunk5X4MS55Mjs.KanbanColumnHandle; exports.KanbanItem = _chunk5X4MS55Mjs.KanbanItem; exports.KanbanItemHandle = _chunk5X4MS55Mjs.KanbanItemHandle; exports.KanbanOverlay = _chunk5X4MS55Mjs.KanbanOverlay; exports.Label = _chunk5X4MS55Mjs.Label; exports.LandingComponent = _chunk5X4MS55Mjs.LandingComponent; exports.Link = _chunk5X4MS55Mjs.Link; exports.Login = _chunk5X4MS55Mjs.Login; exports.Logout = _chunk5X4MS55Mjs.Logout; exports.ModeToggleSwitch = _chunk5X4MS55Mjs.ModeToggleSwitch; exports.MultiSelect = _chunk5X4MS55Mjs.MultiSelect; exports.MultipleSelector = _chunk5X4MS55Mjs.MultipleSelector; exports.NavigationMenu = _chunk5X4MS55Mjs.NavigationMenu; exports.NavigationMenuContent = _chunk5X4MS55Mjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunk5X4MS55Mjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunk5X4MS55Mjs.NavigationMenuItem; exports.NavigationMenuLink = _chunk5X4MS55Mjs.NavigationMenuLink; exports.NavigationMenuList = _chunk5X4MS55Mjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunk5X4MS55Mjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunk5X4MS55Mjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunk5X4MS55Mjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunk5X4MS55Mjs.NotificationMenuItem; exports.NotificationModal = _chunk5X4MS55Mjs.NotificationModal; exports.NotificationToast = _chunk5X4MS55Mjs.NotificationToast; exports.NotificationsList = _chunk5X4MS55Mjs.NotificationsList; exports.NotificationsListContainer = _chunk5X4MS55Mjs.NotificationsListContainer; exports.OAuthClientCard = _chunk5X4MS55Mjs.OAuthClientCard; exports.OAuthClientDetail = _chunk5X4MS55Mjs.OAuthClientDetail; exports.OAuthClientForm = _chunk5X4MS55Mjs.OAuthClientForm; exports.OAuthClientList = _chunk5X4MS55Mjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunk5X4MS55Mjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunk5X4MS55Mjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunk5X4MS55Mjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunk5X4MS55Mjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunk5X4MS55Mjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunk5X4MS55Mjs.OAuthScopeList; exports.OAuthScopeSelector = _chunk5X4MS55Mjs.OAuthScopeSelector; exports.OnboardingCard = _chunk5X4MS55Mjs.OnboardingCard; exports.Overlay = _chunk5X4MS55Mjs.KanbanOverlay; exports.PageContainer = _chunk5X4MS55Mjs.PageContainer; exports.PageContainerContentDetails = _chunk5X4MS55Mjs.PageContainerContentDetails; exports.PageContentContainer = _chunk5X4MS55Mjs.PageContentContainer; exports.PageSection = _chunk5X4MS55Mjs.PageSection; exports.PasskeyButton = _chunk5X4MS55Mjs.PasskeyButton; exports.PasskeyList = _chunk5X4MS55Mjs.PasskeyList; exports.PasskeySetupDialog = _chunk5X4MS55Mjs.PasskeySetupDialog; exports.PasswordInput = _chunk5X4MS55Mjs.PasswordInput; exports.Popover = _chunk5X4MS55Mjs.Popover; exports.PopoverContent = _chunk5X4MS55Mjs.PopoverContent; exports.PopoverDescription = _chunk5X4MS55Mjs.PopoverDescription; exports.PopoverHeader = _chunk5X4MS55Mjs.PopoverHeader; exports.PopoverTitle = _chunk5X4MS55Mjs.PopoverTitle; exports.PopoverTrigger = _chunk5X4MS55Mjs.PopoverTrigger; exports.Progress = _chunk5X4MS55Mjs.Progress; exports.ProgressIndicator = _chunk5X4MS55Mjs.ProgressIndicator; exports.ProgressLabel = _chunk5X4MS55Mjs.ProgressLabel; exports.ProgressTrack = _chunk5X4MS55Mjs.ProgressTrack; exports.ProgressValue = _chunk5X4MS55Mjs.ProgressValue; exports.PushNotificationProvider = _chunk5X4MS55Mjs.PushNotificationProvider; exports.RadioGroup = _chunk5X4MS55Mjs.RadioGroup; exports.RadioGroupItem = _chunk5X4MS55Mjs.RadioGroupItem; exports.RbacContainer = _chunk5X4MS55Mjs.RbacContainer; exports.RbacFeatureSection = _chunk5X4MS55Mjs.RbacFeatureSection; exports.RbacModuleTable = _chunk5X4MS55Mjs.RbacModuleTable; exports.RbacPermissionCell = _chunk5X4MS55Mjs.RbacPermissionCell; exports.RbacPermissionPicker = _chunk5X4MS55Mjs.RbacPermissionPicker; exports.RbacToolbar = _chunk5X4MS55Mjs.RbacToolbar; exports.ReactMarkdownContainer = _chunk5X4MS55Mjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunk5X4MS55Mjs.RecentPagesNavigator; exports.ReferralCodeCapture = _chunk5X4MS55Mjs.ReferralCodeCapture; exports.ReferralDialog = _chunk5X4MS55Mjs.ReferralDialog; exports.ReferralWidget = _chunk5X4MS55Mjs.ReferralWidget; exports.RefreshUser = _chunk5X4MS55Mjs.RefreshUser; exports.RelevantContentsList = _chunk5X4MS55Mjs.RelevantContentsList; exports.RelevantUsersList = _chunk5X4MS55Mjs.RelevantUsersList; exports.RemoveUserFromRole = _chunk5X4MS55Mjs.RemoveUserFromRole; exports.ResetPassword = _chunk5X4MS55Mjs.ResetPassword; exports.ResizableHandle = _chunk5X4MS55Mjs.ResizableHandle; exports.ResizablePanel = _chunk5X4MS55Mjs.ResizablePanel; exports.ResizablePanelGroup = _chunk5X4MS55Mjs.ResizablePanelGroup; exports.RoleContainer = _chunk5X4MS55Mjs.RoleContainer; exports.RoleDetails = _chunk5X4MS55Mjs.RoleDetails; exports.RoleUsersList = _chunk5X4MS55Mjs.RoleUsersList; exports.RolesList = _chunk5X4MS55Mjs.RolesList; exports.Root = _chunk5X4MS55Mjs.KanbanRoot; exports.RoundPageContainer = _chunk5X4MS55Mjs.RoundPageContainer; exports.RoundPageContainerTitle = _chunk5X4MS55Mjs.RoundPageContainerTitle; exports.ScrollArea = _chunk5X4MS55Mjs.ScrollArea; exports.ScrollBar = _chunk5X4MS55Mjs.ScrollBar; exports.SecurityContainer = _chunk5X4MS55Mjs.SecurityContainer; exports.Select = _chunk5X4MS55Mjs.Select; exports.SelectContent = _chunk5X4MS55Mjs.SelectContent; exports.SelectGroup = _chunk5X4MS55Mjs.SelectGroup; exports.SelectItem = _chunk5X4MS55Mjs.SelectItem; exports.SelectLabel = _chunk5X4MS55Mjs.SelectLabel; exports.SelectScrollDownButton = _chunk5X4MS55Mjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunk5X4MS55Mjs.SelectScrollUpButton; exports.SelectSeparator = _chunk5X4MS55Mjs.SelectSeparator; exports.SelectTrigger = _chunk5X4MS55Mjs.SelectTrigger; exports.SelectValue = _chunk5X4MS55Mjs.SelectValue; exports.Separator = _chunk5X4MS55Mjs.Separator; exports.Sheet = _chunk5X4MS55Mjs.Sheet; exports.SheetClose = _chunk5X4MS55Mjs.SheetClose; exports.SheetContent = _chunk5X4MS55Mjs.SheetContent; exports.SheetDescription = _chunk5X4MS55Mjs.SheetDescription; exports.SheetFooter = _chunk5X4MS55Mjs.SheetFooter; exports.SheetHeader = _chunk5X4MS55Mjs.SheetHeader; exports.SheetTitle = _chunk5X4MS55Mjs.SheetTitle; exports.SheetTrigger = _chunk5X4MS55Mjs.SheetTrigger; exports.Sidebar = _chunk5X4MS55Mjs.Sidebar; exports.SidebarContent = _chunk5X4MS55Mjs.SidebarContent; exports.SidebarFooter = _chunk5X4MS55Mjs.SidebarFooter; exports.SidebarGroup = _chunk5X4MS55Mjs.SidebarGroup; exports.SidebarGroupAction = _chunk5X4MS55Mjs.SidebarGroupAction; exports.SidebarGroupContent = _chunk5X4MS55Mjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunk5X4MS55Mjs.SidebarGroupLabel; exports.SidebarHeader = _chunk5X4MS55Mjs.SidebarHeader; exports.SidebarInput = _chunk5X4MS55Mjs.SidebarInput; exports.SidebarInset = _chunk5X4MS55Mjs.SidebarInset; exports.SidebarMenu = _chunk5X4MS55Mjs.SidebarMenu; exports.SidebarMenuAction = _chunk5X4MS55Mjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunk5X4MS55Mjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunk5X4MS55Mjs.SidebarMenuButton; exports.SidebarMenuItem = _chunk5X4MS55Mjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunk5X4MS55Mjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunk5X4MS55Mjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunk5X4MS55Mjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunk5X4MS55Mjs.SidebarMenuSubItem; exports.SidebarProvider = _chunk5X4MS55Mjs.SidebarProvider; exports.SidebarRail = _chunk5X4MS55Mjs.SidebarRail; exports.SidebarSeparator = _chunk5X4MS55Mjs.SidebarSeparator; exports.SidebarTrigger = _chunk5X4MS55Mjs.SidebarTrigger; exports.Skeleton = _chunk5X4MS55Mjs.Skeleton; exports.Slider = _chunk5X4MS55Mjs.Slider; exports.Switch = _chunk5X4MS55Mjs.Switch; exports.Table = _chunk5X4MS55Mjs.Table; exports.TableBody = _chunk5X4MS55Mjs.TableBody; exports.TableCaption = _chunk5X4MS55Mjs.TableCaption; exports.TableCell = _chunk5X4MS55Mjs.TableCell; exports.TableCellAvatar = _chunk5X4MS55Mjs.TableCellAvatar; exports.TableFooter = _chunk5X4MS55Mjs.TableFooter; exports.TableHead = _chunk5X4MS55Mjs.TableHead; exports.TableHeader = _chunk5X4MS55Mjs.TableHeader; exports.TableRow = _chunk5X4MS55Mjs.TableRow; exports.Tabs = _chunk5X4MS55Mjs.Tabs; exports.TabsContainer = _chunk5X4MS55Mjs.TabsContainer; exports.TabsContent = _chunk5X4MS55Mjs.TabsContent; exports.TabsList = _chunk5X4MS55Mjs.TabsList; exports.TabsTrigger = _chunk5X4MS55Mjs.TabsTrigger; exports.Textarea = _chunk5X4MS55Mjs.Textarea; exports.Toaster = _chunk5X4MS55Mjs.Toaster; exports.Toggle = _chunk5X4MS55Mjs.Toggle; exports.TokenStatusIndicator = _chunk5X4MS55Mjs.TokenStatusIndicator; exports.Tooltip = _chunk5X4MS55Mjs.Tooltip; exports.TooltipContent = _chunk5X4MS55Mjs.TooltipContent; exports.TooltipProvider = _chunk5X4MS55Mjs.TooltipProvider; exports.TooltipTrigger = _chunk5X4MS55Mjs.TooltipTrigger; exports.TotpAuthenticatorList = _chunk5X4MS55Mjs.TotpAuthenticatorList; exports.TotpInput = _chunk5X4MS55Mjs.TotpInput; exports.TotpSetupDialog = _chunk5X4MS55Mjs.TotpSetupDialog; exports.TwoFactorChallenge = _chunk5X4MS55Mjs.TwoFactorChallenge; exports.TwoFactorSettings = _chunk5X4MS55Mjs.TwoFactorSettings; exports.UserAvatar = _chunk5X4MS55Mjs.UserAvatar; exports.UserAvatarEditor = _chunk5X4MS55Mjs.UserAvatarEditor; exports.UserAvatarList = _chunk5X4MS55Mjs.UserAvatarList; exports.UserContainer = _chunk5X4MS55Mjs.UserContainer; exports.UserContent = _chunk5X4MS55Mjs.UserContent; exports.UserDeleter = _chunk5X4MS55Mjs.UserDeleter; exports.UserEditor = _chunk5X4MS55Mjs.UserEditor; exports.UserIndexContainer = _chunk5X4MS55Mjs.UserIndexContainer; exports.UserIndexDetails = _chunk5X4MS55Mjs.UserIndexDetails; exports.UserListInAdd = _chunk5X4MS55Mjs.UserListInAdd; exports.UserMultiSelect = _chunk5X4MS55Mjs.UserMultiSelect; exports.UserReactivator = _chunk5X4MS55Mjs.UserReactivator; exports.UserResentInvitationEmail = _chunk5X4MS55Mjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunk5X4MS55Mjs.UserRoleAdd; exports.UserRolesList = _chunk5X4MS55Mjs.UserRolesList; exports.UserSelector = _chunk5X4MS55Mjs.UserSelector; exports.UserStanadaloneDetails = _chunk5X4MS55Mjs.UserStanadaloneDetails; exports.UsersList = _chunk5X4MS55Mjs.UsersList; exports.UsersListByContentIds = _chunk5X4MS55Mjs.UsersListByContentIds; exports.UsersListContainer = _chunk5X4MS55Mjs.UsersListContainer; exports.WaitlistConfirmation = _chunk5X4MS55Mjs.WaitlistConfirmation; exports.WaitlistForm = _chunk5X4MS55Mjs.WaitlistForm; exports.WaitlistHeroSection = _chunk5X4MS55Mjs.WaitlistHeroSection; exports.WaitlistList = _chunk5X4MS55Mjs.WaitlistList; exports.WaitlistQuestionnaireRenderer = _chunk5X4MS55Mjs.WaitlistQuestionnaireRenderer; exports.WaitlistSuccessState = _chunk5X4MS55Mjs.WaitlistSuccessState; exports.badgeVariants = _chunk5X4MS55Mjs.badgeVariants; exports.buttonVariants = _chunk5X4MS55Mjs.buttonVariants; exports.cellComponent = _chunk5X4MS55Mjs.cellComponent; exports.cellDate = _chunk5X4MS55Mjs.cellDate; exports.cellId = _chunk5X4MS55Mjs.cellId; exports.cellLink = _chunk5X4MS55Mjs.cellLink; exports.cellUrl = _chunk5X4MS55Mjs.cellUrl; exports.errorToast = _chunk5X4MS55Mjs.errorToast; exports.generateNotificationData = _chunk5X4MS55Mjs.generateNotificationData; exports.getIcon = _chunk56VU7A4Ijs.getIcon; exports.getIconByModule = _chunk56VU7A4Ijs.getIconByModule; exports.getIconByModuleName = _chunk56VU7A4Ijs.getIconByModuleName; exports.getInitials = _chunk56VU7A4Ijs.getInitials; exports.navigationMenuTriggerStyle = _chunk5X4MS55Mjs.navigationMenuTriggerStyle; exports.parseFiscalData = _chunk5X4MS55Mjs.parseFiscalData; exports.tabsListVariants = _chunk5X4MS55Mjs.tabsListVariants; exports.toggleVariants = _chunk5X4MS55Mjs.toggleVariants; exports.triggerAssociationToast = _chunk5X4MS55Mjs.triggerAssociationToast; exports.useCarousel = _chunk5X4MS55Mjs.useCarousel; exports.useComboboxAnchor = _chunk5X4MS55Mjs.useComboboxAnchor; exports.useDebounce = _chunk5X4MS55Mjs.useDebounce2; exports.useEditorDialog = _chunk5X4MS55Mjs.useEditorDialog; exports.useFileUpload = _chunk5X4MS55Mjs.useFileUpload; exports.useSidebar = _chunk5X4MS55Mjs.useSidebar;
|
|
895
917
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,k8zBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
|