@carlonicora/nextjs-jsonapi 1.32.2 → 1.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{BlockNoteEditor-76UO4RKT.js → BlockNoteEditor-CUXI6ZTZ.js} +13 -13
- package/dist/{BlockNoteEditor-76UO4RKT.js.map → BlockNoteEditor-CUXI6ZTZ.js.map} +1 -1
- package/dist/{BlockNoteEditor-EWOPRRJN.mjs → BlockNoteEditor-UTZ7F23J.mjs} +3 -3
- package/dist/billing/index.d.mts +6 -3
- package/dist/billing/index.d.ts +6 -3
- package/dist/billing/index.js +461 -380
- package/dist/billing/index.js.map +1 -1
- package/dist/billing/index.mjs +113 -32
- package/dist/billing/index.mjs.map +1 -1
- package/dist/{chunk-CCCAOXA2.mjs → chunk-53WT73E6.mjs} +55 -63
- package/dist/chunk-53WT73E6.mjs.map +1 -0
- package/dist/{chunk-YCP2OMFD.mjs → chunk-HWQBSVBT.mjs} +40 -7
- package/dist/chunk-HWQBSVBT.mjs.map +1 -0
- package/dist/{chunk-SS6ZCTYH.js → chunk-RSHCU3TI.js} +508 -516
- package/dist/chunk-RSHCU3TI.js.map +1 -0
- package/dist/{chunk-KYG2PIRB.js → chunk-TZRAOUAR.js} +118 -85
- package/dist/chunk-TZRAOUAR.js.map +1 -0
- package/dist/client/index.d.mts +7 -6
- package/dist/client/index.d.ts +7 -6
- package/dist/client/index.js +3 -3
- package/dist/client/index.mjs +2 -2
- package/dist/components/index.d.mts +4 -3
- package/dist/components/index.d.ts +4 -3
- package/dist/components/index.js +3 -3
- package/dist/components/index.mjs +2 -2
- package/dist/{config-CHwoRDOp.d.ts → config-BbaBV_yk.d.ts} +1 -1
- package/dist/{config-DiWyJzk9.d.mts → config-BxwhHdCD.d.mts} +1 -1
- package/dist/{content.interface-BSpowEiW.d.mts → content.interface-CWV0q4lZ.d.mts} +1 -1
- package/dist/{content.interface-DFQ7mkpL.d.ts → content.interface-CgUu4771.d.ts} +1 -1
- package/dist/contexts/index.d.mts +3 -2
- package/dist/contexts/index.d.ts +3 -2
- package/dist/contexts/index.js +3 -3
- package/dist/contexts/index.mjs +2 -2
- package/dist/core/index.d.mts +17 -8
- package/dist/core/index.d.ts +17 -8
- package/dist/core/index.js +6 -2
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +5 -1
- package/dist/feature.interface-BxFFOPNq.d.mts +19 -0
- package/dist/feature.interface-CIWxo8NP.d.ts +19 -0
- package/dist/index.d.mts +7 -6
- package/dist/index.d.ts +7 -6
- package/dist/index.js +6 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/{notification.interface-D5MbtfZK.d.mts → notification.interface-DIln2r7X.d.mts} +2 -17
- package/dist/{notification.interface-CmKmObIU.d.ts → notification.interface-XARGKJAq.d.ts} +2 -17
- package/dist/{s3.service-CoC0k0iu.d.ts → s3.service-DcqkGrKD.d.ts} +12 -3
- package/dist/{s3.service-Duh9HW2n.d.mts → s3.service-ag6M_7GO.d.mts} +12 -3
- package/dist/scripts/generate-web-module/templates/pages/detail-page.template.js +1 -1
- package/dist/scripts/generate-web-module/templates/pages/detail-page.template.js.map +1 -1
- package/dist/scripts/generate-web-module/templates/pages/list-page.template.js +1 -1
- package/dist/scripts/generate-web-module/templates/pages/list-page.template.js.map +1 -1
- package/dist/server/index.d.mts +4 -3
- package/dist/server/index.d.ts +4 -3
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/{stripe-subscription.interface-BaZUngWe.d.ts → stripe-subscription.interface-Dm__xmvE.d.ts} +3 -0
- package/dist/{stripe-subscription.interface-Cm_It1fz.d.mts → stripe-subscription.interface-_VWPY2AA.d.mts} +3 -0
- package/dist/{useDataListRetriever-futhx3OP.d.mts → useDataListRetriever-BqJSFBck.d.mts} +1 -0
- package/dist/{useDataListRetriever-futhx3OP.d.ts → useDataListRetriever-BqJSFBck.d.ts} +1 -0
- package/dist/{useSocket-DUqGoPya.d.mts → useSocket-BILAdmZ0.d.mts} +1 -1
- package/dist/{useSocket-QuHa0ZmO.d.ts → useSocket-awibcC9B.d.ts} +1 -1
- package/package.json +1 -1
- package/scripts/generate-web-module/templates/pages/detail-page.template.ts +1 -1
- package/scripts/generate-web-module/templates/pages/list-page.template.ts +1 -1
- package/src/components/forms/DatePickerPopover.tsx +17 -15
- package/src/components/tables/ContentListTable.tsx +2 -2
- package/src/core/abstracts/AbstractService.ts +25 -0
- package/src/core/abstracts/ClientAbstractService.ts +10 -0
- package/src/features/billing/components/containers/BillingDashboardContainer.tsx +4 -1
- package/src/features/billing/stripe-invoice/components/details/InvoiceDetails.tsx +1 -1
- package/src/features/billing/stripe-invoice/components/lists/InvoicesList.tsx +1 -1
- package/src/features/billing/stripe-price/components/forms/PriceEditor.tsx +85 -1
- package/src/features/billing/stripe-price/data/stripe-price.interface.ts +3 -0
- package/src/features/billing/stripe-price/data/stripe-price.ts +18 -0
- package/src/features/billing/stripe-subscription/components/containers/SubscriptionsContainer.tsx +5 -2
- package/src/features/billing/stripe-subscription/components/forms/CancelSubscriptionDialog.tsx +5 -18
- package/src/features/billing/stripe-subscription/components/lists/SubscriptionsList.tsx +1 -1
- package/src/features/billing/stripe-subscription/components/widgets/ProductPricingList.tsx +16 -12
- package/src/features/billing/stripe-subscription/components/wizards/SubscriptionWizard.tsx +14 -3
- package/src/features/billing/stripe-subscription/components/wizards/WizardStepPlanSelection.tsx +14 -9
- package/src/features/billing/stripe-subscription/components/wizards/WizardStepReview.tsx +1 -1
- package/src/features/billing/stripe-subscription/data/stripe-subscription.service.ts +2 -2
- package/src/features/billing/stripe-usage/components/lists/UsageHistoryTable.tsx +1 -1
- package/src/features/company/components/details/TokenStatusIndicator.tsx +4 -6
- package/src/features/company/hooks/useSubscriptionStatus.ts +18 -0
- package/src/features/content/hooks/useContentTableStructure.tsx +1 -1
- package/src/features/user/contexts/CurrentUserContext.tsx +2 -1
- package/src/features/user/hooks/useUserTableStructure.tsx +1 -1
- package/src/hooks/useDataListRetriever.ts +13 -0
- package/src/shadcnui/ui/table.tsx +20 -49
- package/dist/chunk-CCCAOXA2.mjs.map +0 -1
- package/dist/chunk-KYG2PIRB.js.map +0 -1
- package/dist/chunk-SS6ZCTYH.js.map +0 -1
- package/dist/chunk-YCP2OMFD.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-EWOPRRJN.mjs.map → BlockNoteEditor-UTZ7F23J.mjs.map} +0 -0
package/dist/client/index.d.mts
CHANGED
|
@@ -7,16 +7,17 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
7
7
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CUKFDBx2.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, a as PageUrl,
|
|
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, a as PageUrl, j as RoleInterface, U as UserInterface } from '../notification.interface-DIln2r7X.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-BxwhHdCD.mjs';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../useDataListRetriever-
|
|
14
|
-
export { u as useDataListRetriever } from '../useDataListRetriever-
|
|
13
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
14
|
+
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.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-
|
|
16
|
+
export { u as useSocket } from '../useSocket-BILAdmZ0.mjs';
|
|
17
|
+
import { a as ContentInterface } from '../content.interface-CWV0q4lZ.mjs';
|
|
18
18
|
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
19
|
import 'lucide-react';
|
|
20
|
+
import '../feature.interface-BxFFOPNq.mjs';
|
|
20
21
|
import 'd3';
|
|
21
22
|
|
|
22
23
|
interface JsonApiProviderProps {
|
package/dist/client/index.d.ts
CHANGED
|
@@ -7,16 +7,17 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
7
7
|
import { A as ApiRequestDataTypeInterface } from '../ApiRequestDataTypeInterface-CUKFDBx2.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, a as PageUrl,
|
|
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, a as PageUrl, j as RoleInterface, U as UserInterface } from '../notification.interface-XARGKJAq.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-BbaBV_yk.js';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { D as DataListRetriever } from '../useDataListRetriever-
|
|
14
|
-
export { u as useDataListRetriever } from '../useDataListRetriever-
|
|
13
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
14
|
+
export { u as useDataListRetriever } from '../useDataListRetriever-BqJSFBck.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-
|
|
16
|
+
export { u as useSocket } from '../useSocket-awibcC9B.js';
|
|
17
|
+
import { a as ContentInterface } from '../content.interface-CgUu4771.js';
|
|
18
18
|
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
19
|
import 'lucide-react';
|
|
20
|
+
import '../feature.interface-CIWxo8NP.js';
|
|
20
21
|
import 'd3';
|
|
21
22
|
|
|
22
23
|
interface JsonApiProviderProps {
|
package/dist/client/index.js
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
var
|
|
29
|
+
var _chunkRSHCU3TIjs = require('../chunk-RSHCU3TI.js');
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
|
|
@@ -51,7 +51,7 @@ var _chunk2PHWAL6Qjs = require('../chunk-2PHWAL6Q.js');
|
|
|
51
51
|
|
|
52
52
|
|
|
53
53
|
|
|
54
|
-
var
|
|
54
|
+
var _chunkTZRAOUARjs = require('../chunk-TZRAOUAR.js');
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
var _chunkLXKSUWAVjs = require('../chunk-LXKSUWAV.js');
|
|
@@ -117,5 +117,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
-
exports.ClientJsonApiDelete =
|
|
120
|
+
exports.ClientJsonApiDelete = _chunkTZRAOUARjs.ClientJsonApiDelete; exports.ClientJsonApiGet = _chunkTZRAOUARjs.ClientJsonApiGet; exports.ClientJsonApiPatch = _chunkTZRAOUARjs.ClientJsonApiPatch; exports.ClientJsonApiPost = _chunkTZRAOUARjs.ClientJsonApiPost; exports.ClientJsonApiPut = _chunkTZRAOUARjs.ClientJsonApiPut; exports.JsonApiContext = _chunk3EPNHTMHjs.JsonApiContext; exports.JsonApiProvider = _chunkRSHCU3TIjs.JsonApiProvider; exports.TableGeneratorRegistry = _chunkRSHCU3TIjs.TableGeneratorRegistry; exports.configureClientConfig = _chunk2PHWAL6Qjs.configureClientConfig; exports.configureClientJsonApi = _chunkTZRAOUARjs.configureClientJsonApi; exports.configureI18n = _chunk2PHWAL6Qjs.configureI18n; exports.configureJsonApi = _chunk2PHWAL6Qjs.configureJsonApi; exports.directFetch = _chunkIBS6NI7Djs.directFetch; exports.getApiUrl = _chunk2PHWAL6Qjs.getApiUrl; exports.getAppUrl = _chunk2PHWAL6Qjs.getAppUrl; exports.getClientApiUrl = _chunkTZRAOUARjs.getClientApiUrl; exports.getClientAppUrl = _chunkTZRAOUARjs.getClientAppUrl; exports.getClientToken = _chunkLXKSUWAVjs.getClientToken; exports.getClientTrackablePages = _chunkTZRAOUARjs.getClientTrackablePages; exports.getI18nLink = _chunk2PHWAL6Qjs.getI18nLink; exports.getStripePublishableKey = _chunk2PHWAL6Qjs.getStripePublishableKey; exports.getTrackablePages = _chunk2PHWAL6Qjs.getTrackablePages; exports.registerTableGenerator = _chunkRSHCU3TIjs.registerTableGenerator; exports.tableGeneratorRegistry = _chunkRSHCU3TIjs.tableGeneratorRegistry; exports.useContentTableStructure = _chunkRSHCU3TIjs.useContentTableStructure; exports.useCustomD3Graph = _chunkRSHCU3TIjs.useCustomD3Graph; exports.useDataListRetriever = _chunkRSHCU3TIjs.useDataListRetriever; exports.useDebounce = _chunkRSHCU3TIjs.useDebounce; exports.useI18nDateFnsLocale = _chunk2PHWAL6Qjs.useI18nDateFnsLocale; exports.useI18nLocale = _chunk2PHWAL6Qjs.useI18nLocale; exports.useI18nRouter = _chunk2PHWAL6Qjs.useI18nRouter; exports.useI18nTranslations = _chunk2PHWAL6Qjs.useI18nTranslations; exports.useJsonApiConfig = _chunk3EPNHTMHjs.useJsonApiConfig; exports.useJsonApiConfigOptional = _chunk3EPNHTMHjs.useJsonApiConfigOptional; exports.useJsonApiGet = _chunkRSHCU3TIjs.useJsonApiGet; exports.useJsonApiMutation = _chunkRSHCU3TIjs.useJsonApiMutation; exports.useNotificationSync = _chunkRSHCU3TIjs.useNotificationSync; exports.useOAuthClient = _chunkRSHCU3TIjs.useOAuthClient; exports.useOAuthClients = _chunkRSHCU3TIjs.useOAuthClients; exports.useOAuthConsent = _chunkRSHCU3TIjs.useOAuthConsent; exports.usePageTracker = _chunkRSHCU3TIjs.usePageTracker; exports.usePageUrlGenerator = _chunkRSHCU3TIjs.usePageUrlGenerator; exports.useRehydration = _chunkRSHCU3TIjs.useRehydration; exports.useRehydrationList = _chunkRSHCU3TIjs.useRehydrationList; exports.useRoleTableStructure = _chunkRSHCU3TIjs.useRoleTableStructure; exports.useSocket = _chunkRSHCU3TIjs.useSocket; exports.useSubscriptionStatus = _chunkRSHCU3TIjs.useSubscriptionStatus; exports.useTableGenerator = _chunkRSHCU3TIjs.useTableGenerator; exports.useUrlRewriter = _chunkRSHCU3TIjs.useUrlRewriter; exports.useUserSearch = _chunkRSHCU3TIjs.useUserSearch; exports.useUserTableStructure = _chunkRSHCU3TIjs.useUserTableStructure;
|
|
121
121
|
//# sourceMappingURL=index.js.map
|
package/dist/client/index.mjs
CHANGED
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
useUrlRewriter,
|
|
26
26
|
useUserSearch,
|
|
27
27
|
useUserTableStructure
|
|
28
|
-
} from "../chunk-
|
|
28
|
+
} from "../chunk-53WT73E6.mjs";
|
|
29
29
|
import {
|
|
30
30
|
configureClientConfig,
|
|
31
31
|
configureI18n,
|
|
@@ -50,7 +50,7 @@ import {
|
|
|
50
50
|
getClientApiUrl,
|
|
51
51
|
getClientAppUrl,
|
|
52
52
|
getClientTrackablePages
|
|
53
|
-
} from "../chunk-
|
|
53
|
+
} from "../chunk-HWQBSVBT.mjs";
|
|
54
54
|
import {
|
|
55
55
|
getClientToken
|
|
56
56
|
} from "../chunk-AUXK7QSA.mjs";
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default, { ReactElement, ReactNode, Dispatch, SetStateAction, Component, JSX } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import { a as ContentInterface } from '../content.interface-
|
|
4
|
+
import { j as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, N as NotificationInterface } from '../notification.interface-DIln2r7X.mjs';
|
|
5
|
+
import { a as ContentInterface } from '../content.interface-CWV0q4lZ.mjs';
|
|
6
6
|
import { PartialBlock } from '@blocknote/core';
|
|
7
|
-
import { D as DataListRetriever } from '../useDataListRetriever-
|
|
7
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.mjs';
|
|
8
8
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
9
9
|
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
10
10
|
export { DropzoneOptions } from 'react-dropzone';
|
|
11
11
|
import * as react_hook_form from 'react-hook-form';
|
|
12
12
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
13
|
+
import { F as FeatureInterface } from '../feature.interface-BxFFOPNq.mjs';
|
|
13
14
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
14
15
|
import { ColumnDef } from '@tanstack/react-table';
|
|
15
16
|
import { A as AuthComponent } from '../AuthComponent-hxOPs9o8.mjs';
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import * as React$1 from 'react';
|
|
3
3
|
import React__default, { ReactElement, ReactNode, Dispatch, SetStateAction, Component, JSX } from 'react';
|
|
4
|
-
import {
|
|
5
|
-
import { a as ContentInterface } from '../content.interface-
|
|
4
|
+
import { j as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, h as CompanyInterface, N as NotificationInterface } from '../notification.interface-XARGKJAq.js';
|
|
5
|
+
import { a as ContentInterface } from '../content.interface-CgUu4771.js';
|
|
6
6
|
import { PartialBlock } from '@blocknote/core';
|
|
7
|
-
import { D as DataListRetriever } from '../useDataListRetriever-
|
|
7
|
+
import { D as DataListRetriever } from '../useDataListRetriever-BqJSFBck.js';
|
|
8
8
|
import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
9
9
|
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
10
10
|
export { DropzoneOptions } from 'react-dropzone';
|
|
11
11
|
import * as react_hook_form from 'react-hook-form';
|
|
12
12
|
import { FieldValues, UseFormReturn, Path, ControllerRenderProps, ControllerFieldState } from 'react-hook-form';
|
|
13
|
+
import { F as FeatureInterface } from '../feature.interface-CIWxo8NP.js';
|
|
13
14
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
14
15
|
import { ColumnDef } from '@tanstack/react-table';
|
|
15
16
|
import { A as AuthComponent } from '../AuthComponent-hxOPs9o8.js';
|
package/dist/components/index.js
CHANGED
|
@@ -372,9 +372,9 @@
|
|
|
372
372
|
|
|
373
373
|
|
|
374
374
|
|
|
375
|
-
var
|
|
375
|
+
var _chunkRSHCU3TIjs = require('../chunk-RSHCU3TI.js');
|
|
376
376
|
require('../chunk-2PHWAL6Q.js');
|
|
377
|
-
require('../chunk-
|
|
377
|
+
require('../chunk-TZRAOUAR.js');
|
|
378
378
|
require('../chunk-LXKSUWAV.js');
|
|
379
379
|
require('../chunk-IBS6NI7D.js');
|
|
380
380
|
require('../chunk-FM6WRAN5.js');
|
|
@@ -760,5 +760,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
760
760
|
|
|
761
761
|
|
|
762
762
|
|
|
763
|
-
exports.AcceptInvitation = _chunkSS6ZCTYHjs.AcceptInvitation; exports.Accordion = _chunkSS6ZCTYHjs.Accordion; exports.AccordionContent = _chunkSS6ZCTYHjs.AccordionContent; exports.AccordionItem = _chunkSS6ZCTYHjs.AccordionItem; exports.AccordionTrigger = _chunkSS6ZCTYHjs.AccordionTrigger; exports.ActivateAccount = _chunkSS6ZCTYHjs.ActivateAccount; exports.AddUserToRole = _chunkSS6ZCTYHjs.AddUserToRole; exports.AdminCompanyContainer = _chunkSS6ZCTYHjs.AdminCompanyContainer; exports.AdminUsersList = _chunkSS6ZCTYHjs.AdminUsersList; exports.Alert = _chunkSS6ZCTYHjs.Alert; exports.AlertAction = _chunkSS6ZCTYHjs.AlertAction; exports.AlertDescription = _chunkSS6ZCTYHjs.AlertDescription; exports.AlertDialog = _chunkSS6ZCTYHjs.AlertDialog; exports.AlertDialogAction = _chunkSS6ZCTYHjs.AlertDialogAction; exports.AlertDialogCancel = _chunkSS6ZCTYHjs.AlertDialogCancel; exports.AlertDialogContent = _chunkSS6ZCTYHjs.AlertDialogContent; exports.AlertDialogDescription = _chunkSS6ZCTYHjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkSS6ZCTYHjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkSS6ZCTYHjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkSS6ZCTYHjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkSS6ZCTYHjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkSS6ZCTYHjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkSS6ZCTYHjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkSS6ZCTYHjs.AlertDialogTrigger; exports.AlertTitle = _chunkSS6ZCTYHjs.AlertTitle; exports.AllowedUsersDetails = _chunkSS6ZCTYHjs.AllowedUsersDetails; exports.AttributeElement = _chunkSS6ZCTYHjs.AttributeElement; exports.AuthContainer = _chunkSS6ZCTYHjs.AuthContainer; exports.Avatar = _chunkSS6ZCTYHjs.Avatar; exports.AvatarBadge = _chunkSS6ZCTYHjs.AvatarBadge; exports.AvatarFallback = _chunkSS6ZCTYHjs.AvatarFallback; exports.AvatarGroup = _chunkSS6ZCTYHjs.AvatarGroup; exports.AvatarGroupCount = _chunkSS6ZCTYHjs.AvatarGroupCount; exports.AvatarImage = _chunkSS6ZCTYHjs.AvatarImage; exports.Badge = _chunkSS6ZCTYHjs.Badge; exports.BlockNoteEditorContainer = _chunkSS6ZCTYHjs.BlockNoteEditorContainer; exports.Board = _chunkSS6ZCTYHjs.KanbanBoard; exports.Breadcrumb = _chunkSS6ZCTYHjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkSS6ZCTYHjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkSS6ZCTYHjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkSS6ZCTYHjs.BreadcrumbLink; exports.BreadcrumbList = _chunkSS6ZCTYHjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkSS6ZCTYHjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkSS6ZCTYHjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkSS6ZCTYHjs.BreadcrumbSeparator; exports.Button = _chunkSS6ZCTYHjs.Button; exports.Calendar = _chunkSS6ZCTYHjs.Calendar; exports.CalendarDayButton = _chunkSS6ZCTYHjs.CalendarDayButton; exports.Card = _chunkSS6ZCTYHjs.Card; exports.CardAction = _chunkSS6ZCTYHjs.CardAction; exports.CardContent = _chunkSS6ZCTYHjs.CardContent; exports.CardDescription = _chunkSS6ZCTYHjs.CardDescription; exports.CardFooter = _chunkSS6ZCTYHjs.CardFooter; exports.CardHeader = _chunkSS6ZCTYHjs.CardHeader; exports.CardTitle = _chunkSS6ZCTYHjs.CardTitle; exports.Carousel = _chunkSS6ZCTYHjs.Carousel; exports.CarouselContent = _chunkSS6ZCTYHjs.CarouselContent; exports.CarouselItem = _chunkSS6ZCTYHjs.CarouselItem; exports.CarouselNext = _chunkSS6ZCTYHjs.CarouselNext; exports.CarouselPrevious = _chunkSS6ZCTYHjs.CarouselPrevious; exports.ChartContainer = _chunkSS6ZCTYHjs.ChartContainer; exports.ChartLegend = _chunkSS6ZCTYHjs.ChartLegend; exports.ChartLegendContent = _chunkSS6ZCTYHjs.ChartLegendContent; exports.ChartStyle = _chunkSS6ZCTYHjs.ChartStyle; exports.ChartTooltip = _chunkSS6ZCTYHjs.ChartTooltip; exports.ChartTooltipContent = _chunkSS6ZCTYHjs.ChartTooltipContent; exports.Checkbox = _chunkSS6ZCTYHjs.Checkbox; exports.Collapsible = _chunkSS6ZCTYHjs.Collapsible; exports.CollapsibleContent = _chunkSS6ZCTYHjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkSS6ZCTYHjs.CollapsibleTrigger; exports.Column = _chunkSS6ZCTYHjs.KanbanColumn; exports.ColumnHandle = _chunkSS6ZCTYHjs.KanbanColumnHandle; exports.Command = _chunkSS6ZCTYHjs.Command; exports.CommandDialog = _chunkSS6ZCTYHjs.CommandDialog; exports.CommandEmpty = _chunkSS6ZCTYHjs.CommandEmpty; exports.CommandGroup = _chunkSS6ZCTYHjs.CommandGroup; exports.CommandInput = _chunkSS6ZCTYHjs.CommandInput; exports.CommandItem = _chunkSS6ZCTYHjs.CommandItem; exports.CommandList = _chunkSS6ZCTYHjs.CommandList; exports.CommandSeparator = _chunkSS6ZCTYHjs.CommandSeparator; exports.CommandShortcut = _chunkSS6ZCTYHjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkSS6ZCTYHjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkSS6ZCTYHjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkSS6ZCTYHjs.CommonDeleter; exports.CommonEditorButtons = _chunkSS6ZCTYHjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkSS6ZCTYHjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkSS6ZCTYHjs.CommonEditorTrigger; exports.CompaniesList = _chunkSS6ZCTYHjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkSS6ZCTYHjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkSS6ZCTYHjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkSS6ZCTYHjs.CompanyContainer; exports.CompanyDeleter = _chunkSS6ZCTYHjs.CompanyDeleter; exports.CompanyDetails = _chunkSS6ZCTYHjs.CompanyDetails; exports.CompanyEditor = _chunkSS6ZCTYHjs.CompanyEditor; exports.CompanyUsersList = _chunkSS6ZCTYHjs.CompanyUsersList; exports.ContentListTable = _chunkSS6ZCTYHjs.ContentListTable; exports.ContentTableSearch = _chunkSS6ZCTYHjs.ContentTableSearch; exports.ContentTitle = _chunkSS6ZCTYHjs.ContentTitle; exports.ContentsList = _chunkSS6ZCTYHjs.ContentsList; exports.ContentsListById = _chunkSS6ZCTYHjs.ContentsListById; exports.ContextMenu = _chunkSS6ZCTYHjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkSS6ZCTYHjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkSS6ZCTYHjs.ContextMenuContent; exports.ContextMenuGroup = _chunkSS6ZCTYHjs.ContextMenuGroup; exports.ContextMenuItem = _chunkSS6ZCTYHjs.ContextMenuItem; exports.ContextMenuLabel = _chunkSS6ZCTYHjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkSS6ZCTYHjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkSS6ZCTYHjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkSS6ZCTYHjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkSS6ZCTYHjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkSS6ZCTYHjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkSS6ZCTYHjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkSS6ZCTYHjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkSS6ZCTYHjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkSS6ZCTYHjs.ContextMenuTrigger; exports.ContributorsList = _chunkSS6ZCTYHjs.ContributorsList; exports.Cookies = _chunkSS6ZCTYHjs.Cookies; exports.DatePickerPopover = _chunkSS6ZCTYHjs.DatePickerPopover; exports.DateRangeSelector = _chunkSS6ZCTYHjs.DateRangeSelector; exports.Dialog = _chunkSS6ZCTYHjs.Dialog; exports.DialogClose = _chunkSS6ZCTYHjs.DialogClose; exports.DialogContent = _chunkSS6ZCTYHjs.DialogContent; exports.DialogDescription = _chunkSS6ZCTYHjs.DialogDescription; exports.DialogFooter = _chunkSS6ZCTYHjs.DialogFooter; exports.DialogHeader = _chunkSS6ZCTYHjs.DialogHeader; exports.DialogOverlay = _chunkSS6ZCTYHjs.DialogOverlay; exports.DialogPortal = _chunkSS6ZCTYHjs.DialogPortal; exports.DialogTitle = _chunkSS6ZCTYHjs.DialogTitle; exports.DialogTrigger = _chunkSS6ZCTYHjs.DialogTrigger; exports.Drawer = _chunkSS6ZCTYHjs.Drawer; exports.DrawerClose = _chunkSS6ZCTYHjs.DrawerClose; exports.DrawerContent = _chunkSS6ZCTYHjs.DrawerContent; exports.DrawerDescription = _chunkSS6ZCTYHjs.DrawerDescription; exports.DrawerFooter = _chunkSS6ZCTYHjs.DrawerFooter; exports.DrawerHeader = _chunkSS6ZCTYHjs.DrawerHeader; exports.DrawerOverlay = _chunkSS6ZCTYHjs.DrawerOverlay; exports.DrawerPortal = _chunkSS6ZCTYHjs.DrawerPortal; exports.DrawerTitle = _chunkSS6ZCTYHjs.DrawerTitle; exports.DrawerTrigger = _chunkSS6ZCTYHjs.DrawerTrigger; exports.DropdownMenu = _chunkSS6ZCTYHjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkSS6ZCTYHjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkSS6ZCTYHjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkSS6ZCTYHjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkSS6ZCTYHjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkSS6ZCTYHjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkSS6ZCTYHjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkSS6ZCTYHjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkSS6ZCTYHjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkSS6ZCTYHjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkSS6ZCTYHjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkSS6ZCTYHjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkSS6ZCTYHjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkSS6ZCTYHjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkSS6ZCTYHjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkSS6ZCTYHjs.ErrorDetails; exports.Field = _chunkSS6ZCTYHjs.Field; exports.FieldContent = _chunkSS6ZCTYHjs.FieldContent; exports.FieldDescription = _chunkSS6ZCTYHjs.FieldDescription; exports.FieldError = _chunkSS6ZCTYHjs.FieldError; exports.FieldGroup = _chunkSS6ZCTYHjs.FieldGroup; exports.FieldLabel = _chunkSS6ZCTYHjs.FieldLabel; exports.FieldLegend = _chunkSS6ZCTYHjs.FieldLegend; exports.FieldSeparator = _chunkSS6ZCTYHjs.FieldSeparator; exports.FieldSet = _chunkSS6ZCTYHjs.FieldSet; exports.FieldTitle = _chunkSS6ZCTYHjs.FieldTitle; exports.FileInput = _chunkSS6ZCTYHjs.FileInput; exports.FileUploader = _chunkSS6ZCTYHjs.FileUploader; exports.FileUploaderContent = _chunkSS6ZCTYHjs.FileUploaderContent; exports.FileUploaderItem = _chunkSS6ZCTYHjs.FileUploaderItem; exports.ForgotPassword = _chunkSS6ZCTYHjs.ForgotPassword; exports.Form = _chunkSS6ZCTYHjs.Form; exports.FormCheckbox = _chunkSS6ZCTYHjs.FormCheckbox; exports.FormDate = _chunkSS6ZCTYHjs.FormDate; exports.FormDateTime = _chunkSS6ZCTYHjs.FormDateTime; exports.FormFeatures = _chunkSS6ZCTYHjs.FormFeatures; exports.FormFieldWrapper = _chunkSS6ZCTYHjs.FormFieldWrapper; exports.FormInput = _chunkSS6ZCTYHjs.FormInput; exports.FormPassword = _chunkSS6ZCTYHjs.FormPassword; exports.FormPlaceAutocomplete = _chunkSS6ZCTYHjs.FormPlaceAutocomplete; exports.FormRoles = _chunkSS6ZCTYHjs.FormRoles; exports.FormSelect = _chunkSS6ZCTYHjs.FormSelect; exports.FormSlider = _chunkSS6ZCTYHjs.FormSlider; exports.FormSwitch = _chunkSS6ZCTYHjs.FormSwitch; exports.FormTextarea = _chunkSS6ZCTYHjs.FormTextarea; exports.GdprConsentCheckbox = _chunkSS6ZCTYHjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkSS6ZCTYHjs.GdprConsentSection; exports.Header = _chunkSS6ZCTYHjs.Header; exports.HoverCard = _chunkSS6ZCTYHjs.HoverCard; exports.HoverCardContent = _chunkSS6ZCTYHjs.HoverCardContent; exports.HoverCardTrigger = _chunkSS6ZCTYHjs.HoverCardTrigger; exports.Input = _chunkSS6ZCTYHjs.Input; exports.InputGroup = _chunkSS6ZCTYHjs.InputGroup; exports.InputGroupAddon = _chunkSS6ZCTYHjs.InputGroupAddon; exports.InputGroupButton = _chunkSS6ZCTYHjs.InputGroupButton; exports.InputGroupInput = _chunkSS6ZCTYHjs.InputGroupInput; exports.InputGroupText = _chunkSS6ZCTYHjs.InputGroupText; exports.InputGroupTextarea = _chunkSS6ZCTYHjs.InputGroupTextarea; exports.InputOTP = _chunkSS6ZCTYHjs.InputOTP; exports.InputOTPGroup = _chunkSS6ZCTYHjs.InputOTPGroup; exports.InputOTPSeparator = _chunkSS6ZCTYHjs.InputOTPSeparator; exports.InputOTPSlot = _chunkSS6ZCTYHjs.InputOTPSlot; exports.Item = _chunkSS6ZCTYHjs.KanbanItem; exports.ItemHandle = _chunkSS6ZCTYHjs.KanbanItemHandle; exports.Kanban = _chunkSS6ZCTYHjs.KanbanRoot; exports.KanbanBoard = _chunkSS6ZCTYHjs.KanbanBoard; exports.KanbanColumn = _chunkSS6ZCTYHjs.KanbanColumn; exports.KanbanColumnHandle = _chunkSS6ZCTYHjs.KanbanColumnHandle; exports.KanbanItem = _chunkSS6ZCTYHjs.KanbanItem; exports.KanbanItemHandle = _chunkSS6ZCTYHjs.KanbanItemHandle; exports.KanbanOverlay = _chunkSS6ZCTYHjs.KanbanOverlay; exports.Label = _chunkSS6ZCTYHjs.Label; exports.LandingComponent = _chunkSS6ZCTYHjs.LandingComponent; exports.Link = _chunkSS6ZCTYHjs.Link; exports.Login = _chunkSS6ZCTYHjs.Login; exports.Logout = _chunkSS6ZCTYHjs.Logout; exports.ModeToggleSwitch = _chunkSS6ZCTYHjs.ModeToggleSwitch; exports.MultiSelect = _chunkSS6ZCTYHjs.MultiSelect; exports.NavigationMenu = _chunkSS6ZCTYHjs.NavigationMenu; exports.NavigationMenuContent = _chunkSS6ZCTYHjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkSS6ZCTYHjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkSS6ZCTYHjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkSS6ZCTYHjs.NavigationMenuLink; exports.NavigationMenuList = _chunkSS6ZCTYHjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkSS6ZCTYHjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkSS6ZCTYHjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkSS6ZCTYHjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkSS6ZCTYHjs.NotificationMenuItem; exports.NotificationModal = _chunkSS6ZCTYHjs.NotificationModal; exports.NotificationToast = _chunkSS6ZCTYHjs.NotificationToast; exports.NotificationsList = _chunkSS6ZCTYHjs.NotificationsList; exports.NotificationsListContainer = _chunkSS6ZCTYHjs.NotificationsListContainer; exports.OAuthClientCard = _chunkSS6ZCTYHjs.OAuthClientCard; exports.OAuthClientDetail = _chunkSS6ZCTYHjs.OAuthClientDetail; exports.OAuthClientForm = _chunkSS6ZCTYHjs.OAuthClientForm; exports.OAuthClientList = _chunkSS6ZCTYHjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkSS6ZCTYHjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkSS6ZCTYHjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkSS6ZCTYHjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkSS6ZCTYHjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkSS6ZCTYHjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkSS6ZCTYHjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkSS6ZCTYHjs.OAuthScopeSelector; exports.Overlay = _chunkSS6ZCTYHjs.KanbanOverlay; exports.PageContainer = _chunkSS6ZCTYHjs.PageContainer; exports.PageContainerContentDetails = _chunkSS6ZCTYHjs.PageContainerContentDetails; exports.PageContentContainer = _chunkSS6ZCTYHjs.PageContentContainer; exports.PageSection = _chunkSS6ZCTYHjs.PageSection; exports.PasswordInput = _chunkSS6ZCTYHjs.PasswordInput; exports.Popover = _chunkSS6ZCTYHjs.Popover; exports.PopoverContent = _chunkSS6ZCTYHjs.PopoverContent; exports.PopoverDescription = _chunkSS6ZCTYHjs.PopoverDescription; exports.PopoverHeader = _chunkSS6ZCTYHjs.PopoverHeader; exports.PopoverTitle = _chunkSS6ZCTYHjs.PopoverTitle; exports.PopoverTrigger = _chunkSS6ZCTYHjs.PopoverTrigger; exports.Progress = _chunkSS6ZCTYHjs.Progress; exports.ProgressIndicator = _chunkSS6ZCTYHjs.ProgressIndicator; exports.ProgressLabel = _chunkSS6ZCTYHjs.ProgressLabel; exports.ProgressTrack = _chunkSS6ZCTYHjs.ProgressTrack; exports.ProgressValue = _chunkSS6ZCTYHjs.ProgressValue; exports.PushNotificationProvider = _chunkSS6ZCTYHjs.PushNotificationProvider; exports.RadioGroup = _chunkSS6ZCTYHjs.RadioGroup; exports.RadioGroupItem = _chunkSS6ZCTYHjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkSS6ZCTYHjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkSS6ZCTYHjs.RecentPagesNavigator; exports.RefreshUser = _chunkSS6ZCTYHjs.RefreshUser; exports.RelevantContentsList = _chunkSS6ZCTYHjs.RelevantContentsList; exports.RelevantUsersList = _chunkSS6ZCTYHjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkSS6ZCTYHjs.RemoveUserFromRole; exports.ResetPassword = _chunkSS6ZCTYHjs.ResetPassword; exports.ResizableHandle = _chunkSS6ZCTYHjs.ResizableHandle; exports.ResizablePanel = _chunkSS6ZCTYHjs.ResizablePanel; exports.ResizablePanelGroup = _chunkSS6ZCTYHjs.ResizablePanelGroup; exports.RoleContainer = _chunkSS6ZCTYHjs.RoleContainer; exports.RoleDetails = _chunkSS6ZCTYHjs.RoleDetails; exports.RoleUsersList = _chunkSS6ZCTYHjs.RoleUsersList; exports.RolesList = _chunkSS6ZCTYHjs.RolesList; exports.Root = _chunkSS6ZCTYHjs.KanbanRoot; exports.ScrollArea = _chunkSS6ZCTYHjs.ScrollArea; exports.ScrollBar = _chunkSS6ZCTYHjs.ScrollBar; exports.Select = _chunkSS6ZCTYHjs.Select; exports.SelectContent = _chunkSS6ZCTYHjs.SelectContent; exports.SelectGroup = _chunkSS6ZCTYHjs.SelectGroup; exports.SelectItem = _chunkSS6ZCTYHjs.SelectItem; exports.SelectLabel = _chunkSS6ZCTYHjs.SelectLabel; exports.SelectScrollDownButton = _chunkSS6ZCTYHjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkSS6ZCTYHjs.SelectScrollUpButton; exports.SelectSeparator = _chunkSS6ZCTYHjs.SelectSeparator; exports.SelectTrigger = _chunkSS6ZCTYHjs.SelectTrigger; exports.SelectValue = _chunkSS6ZCTYHjs.SelectValue; exports.Separator = _chunkSS6ZCTYHjs.Separator; exports.Sheet = _chunkSS6ZCTYHjs.Sheet; exports.SheetClose = _chunkSS6ZCTYHjs.SheetClose; exports.SheetContent = _chunkSS6ZCTYHjs.SheetContent; exports.SheetDescription = _chunkSS6ZCTYHjs.SheetDescription; exports.SheetFooter = _chunkSS6ZCTYHjs.SheetFooter; exports.SheetHeader = _chunkSS6ZCTYHjs.SheetHeader; exports.SheetTitle = _chunkSS6ZCTYHjs.SheetTitle; exports.SheetTrigger = _chunkSS6ZCTYHjs.SheetTrigger; exports.Sidebar = _chunkSS6ZCTYHjs.Sidebar; exports.SidebarContent = _chunkSS6ZCTYHjs.SidebarContent; exports.SidebarFooter = _chunkSS6ZCTYHjs.SidebarFooter; exports.SidebarGroup = _chunkSS6ZCTYHjs.SidebarGroup; exports.SidebarGroupAction = _chunkSS6ZCTYHjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkSS6ZCTYHjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkSS6ZCTYHjs.SidebarGroupLabel; exports.SidebarHeader = _chunkSS6ZCTYHjs.SidebarHeader; exports.SidebarInput = _chunkSS6ZCTYHjs.SidebarInput; exports.SidebarInset = _chunkSS6ZCTYHjs.SidebarInset; exports.SidebarMenu = _chunkSS6ZCTYHjs.SidebarMenu; exports.SidebarMenuAction = _chunkSS6ZCTYHjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkSS6ZCTYHjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkSS6ZCTYHjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkSS6ZCTYHjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkSS6ZCTYHjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkSS6ZCTYHjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkSS6ZCTYHjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkSS6ZCTYHjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkSS6ZCTYHjs.SidebarProvider; exports.SidebarRail = _chunkSS6ZCTYHjs.SidebarRail; exports.SidebarSeparator = _chunkSS6ZCTYHjs.SidebarSeparator; exports.SidebarTrigger = _chunkSS6ZCTYHjs.SidebarTrigger; exports.Skeleton = _chunkSS6ZCTYHjs.Skeleton; exports.Slider = _chunkSS6ZCTYHjs.Slider; exports.Switch = _chunkSS6ZCTYHjs.Switch; exports.Table = _chunkSS6ZCTYHjs.Table; exports.TableBody = _chunkSS6ZCTYHjs.TableBody; exports.TableCaption = _chunkSS6ZCTYHjs.TableCaption; exports.TableCell = _chunkSS6ZCTYHjs.TableCell; exports.TableFooter = _chunkSS6ZCTYHjs.TableFooter; exports.TableHead = _chunkSS6ZCTYHjs.TableHead; exports.TableHeader = _chunkSS6ZCTYHjs.TableHeader; exports.TableRow = _chunkSS6ZCTYHjs.TableRow; exports.Tabs = _chunkSS6ZCTYHjs.Tabs; exports.TabsContainer = _chunkSS6ZCTYHjs.TabsContainer; exports.TabsContent = _chunkSS6ZCTYHjs.TabsContent; exports.TabsList = _chunkSS6ZCTYHjs.TabsList; exports.TabsTrigger = _chunkSS6ZCTYHjs.TabsTrigger; exports.Textarea = _chunkSS6ZCTYHjs.Textarea; exports.Toaster = _chunkSS6ZCTYHjs.Toaster; exports.Toggle = _chunkSS6ZCTYHjs.Toggle; exports.TokenStatusIndicator = _chunkSS6ZCTYHjs.TokenStatusIndicator; exports.Tooltip = _chunkSS6ZCTYHjs.Tooltip; exports.TooltipContent = _chunkSS6ZCTYHjs.TooltipContent; exports.TooltipProvider = _chunkSS6ZCTYHjs.TooltipProvider; exports.TooltipTrigger = _chunkSS6ZCTYHjs.TooltipTrigger; exports.UserAvatar = _chunkSS6ZCTYHjs.UserAvatar; exports.UserAvatarEditor = _chunkSS6ZCTYHjs.UserAvatarEditor; exports.UserContainer = _chunkSS6ZCTYHjs.UserContainer; exports.UserDeleter = _chunkSS6ZCTYHjs.UserDeleter; exports.UserDetails = _chunkSS6ZCTYHjs.UserDetails; exports.UserEditor = _chunkSS6ZCTYHjs.UserEditor; exports.UserIndexContainer = _chunkSS6ZCTYHjs.UserIndexContainer; exports.UserIndexDetails = _chunkSS6ZCTYHjs.UserIndexDetails; exports.UserListInAdd = _chunkSS6ZCTYHjs.UserListInAdd; exports.UserMultiSelect = _chunkSS6ZCTYHjs.UserMultiSelect; exports.UserReactivator = _chunkSS6ZCTYHjs.UserReactivator; exports.UserResentInvitationEmail = _chunkSS6ZCTYHjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkSS6ZCTYHjs.UserRoleAdd; exports.UserRolesList = _chunkSS6ZCTYHjs.UserRolesList; exports.UserSelector = _chunkSS6ZCTYHjs.UserSelector; exports.UsersList = _chunkSS6ZCTYHjs.UsersList; exports.UsersListByContentIds = _chunkSS6ZCTYHjs.UsersListByContentIds; exports.UsersListContainer = _chunkSS6ZCTYHjs.UsersListContainer; exports.badgeVariants = _chunkSS6ZCTYHjs.badgeVariants; exports.buttonVariants = _chunkSS6ZCTYHjs.buttonVariants; exports.cellComponent = _chunkSS6ZCTYHjs.cellComponent; exports.cellDate = _chunkSS6ZCTYHjs.cellDate; exports.cellId = _chunkSS6ZCTYHjs.cellId; exports.cellLink = _chunkSS6ZCTYHjs.cellLink; exports.cellUrl = _chunkSS6ZCTYHjs.cellUrl; exports.errorToast = _chunkSS6ZCTYHjs.errorToast; exports.generateNotificationData = _chunkSS6ZCTYHjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkSS6ZCTYHjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkSS6ZCTYHjs.tabsListVariants; exports.toggleVariants = _chunkSS6ZCTYHjs.toggleVariants; exports.triggerAssociationToast = _chunkSS6ZCTYHjs.triggerAssociationToast; exports.useCarousel = _chunkSS6ZCTYHjs.useCarousel; exports.useFileUpload = _chunkSS6ZCTYHjs.useFileUpload; exports.useSidebar = _chunkSS6ZCTYHjs.useSidebar;
|
|
763
|
+
exports.AcceptInvitation = _chunkRSHCU3TIjs.AcceptInvitation; exports.Accordion = _chunkRSHCU3TIjs.Accordion; exports.AccordionContent = _chunkRSHCU3TIjs.AccordionContent; exports.AccordionItem = _chunkRSHCU3TIjs.AccordionItem; exports.AccordionTrigger = _chunkRSHCU3TIjs.AccordionTrigger; exports.ActivateAccount = _chunkRSHCU3TIjs.ActivateAccount; exports.AddUserToRole = _chunkRSHCU3TIjs.AddUserToRole; exports.AdminCompanyContainer = _chunkRSHCU3TIjs.AdminCompanyContainer; exports.AdminUsersList = _chunkRSHCU3TIjs.AdminUsersList; exports.Alert = _chunkRSHCU3TIjs.Alert; exports.AlertAction = _chunkRSHCU3TIjs.AlertAction; exports.AlertDescription = _chunkRSHCU3TIjs.AlertDescription; exports.AlertDialog = _chunkRSHCU3TIjs.AlertDialog; exports.AlertDialogAction = _chunkRSHCU3TIjs.AlertDialogAction; exports.AlertDialogCancel = _chunkRSHCU3TIjs.AlertDialogCancel; exports.AlertDialogContent = _chunkRSHCU3TIjs.AlertDialogContent; exports.AlertDialogDescription = _chunkRSHCU3TIjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkRSHCU3TIjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkRSHCU3TIjs.AlertDialogHeader; exports.AlertDialogMedia = _chunkRSHCU3TIjs.AlertDialogMedia; exports.AlertDialogOverlay = _chunkRSHCU3TIjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkRSHCU3TIjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkRSHCU3TIjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkRSHCU3TIjs.AlertDialogTrigger; exports.AlertTitle = _chunkRSHCU3TIjs.AlertTitle; exports.AllowedUsersDetails = _chunkRSHCU3TIjs.AllowedUsersDetails; exports.AttributeElement = _chunkRSHCU3TIjs.AttributeElement; exports.AuthContainer = _chunkRSHCU3TIjs.AuthContainer; exports.Avatar = _chunkRSHCU3TIjs.Avatar; exports.AvatarBadge = _chunkRSHCU3TIjs.AvatarBadge; exports.AvatarFallback = _chunkRSHCU3TIjs.AvatarFallback; exports.AvatarGroup = _chunkRSHCU3TIjs.AvatarGroup; exports.AvatarGroupCount = _chunkRSHCU3TIjs.AvatarGroupCount; exports.AvatarImage = _chunkRSHCU3TIjs.AvatarImage; exports.Badge = _chunkRSHCU3TIjs.Badge; exports.BlockNoteEditorContainer = _chunkRSHCU3TIjs.BlockNoteEditorContainer; exports.Board = _chunkRSHCU3TIjs.KanbanBoard; exports.Breadcrumb = _chunkRSHCU3TIjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkRSHCU3TIjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkRSHCU3TIjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkRSHCU3TIjs.BreadcrumbLink; exports.BreadcrumbList = _chunkRSHCU3TIjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkRSHCU3TIjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkRSHCU3TIjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkRSHCU3TIjs.BreadcrumbSeparator; exports.Button = _chunkRSHCU3TIjs.Button; exports.Calendar = _chunkRSHCU3TIjs.Calendar; exports.CalendarDayButton = _chunkRSHCU3TIjs.CalendarDayButton; exports.Card = _chunkRSHCU3TIjs.Card; exports.CardAction = _chunkRSHCU3TIjs.CardAction; exports.CardContent = _chunkRSHCU3TIjs.CardContent; exports.CardDescription = _chunkRSHCU3TIjs.CardDescription; exports.CardFooter = _chunkRSHCU3TIjs.CardFooter; exports.CardHeader = _chunkRSHCU3TIjs.CardHeader; exports.CardTitle = _chunkRSHCU3TIjs.CardTitle; exports.Carousel = _chunkRSHCU3TIjs.Carousel; exports.CarouselContent = _chunkRSHCU3TIjs.CarouselContent; exports.CarouselItem = _chunkRSHCU3TIjs.CarouselItem; exports.CarouselNext = _chunkRSHCU3TIjs.CarouselNext; exports.CarouselPrevious = _chunkRSHCU3TIjs.CarouselPrevious; exports.ChartContainer = _chunkRSHCU3TIjs.ChartContainer; exports.ChartLegend = _chunkRSHCU3TIjs.ChartLegend; exports.ChartLegendContent = _chunkRSHCU3TIjs.ChartLegendContent; exports.ChartStyle = _chunkRSHCU3TIjs.ChartStyle; exports.ChartTooltip = _chunkRSHCU3TIjs.ChartTooltip; exports.ChartTooltipContent = _chunkRSHCU3TIjs.ChartTooltipContent; exports.Checkbox = _chunkRSHCU3TIjs.Checkbox; exports.Collapsible = _chunkRSHCU3TIjs.Collapsible; exports.CollapsibleContent = _chunkRSHCU3TIjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkRSHCU3TIjs.CollapsibleTrigger; exports.Column = _chunkRSHCU3TIjs.KanbanColumn; exports.ColumnHandle = _chunkRSHCU3TIjs.KanbanColumnHandle; exports.Command = _chunkRSHCU3TIjs.Command; exports.CommandDialog = _chunkRSHCU3TIjs.CommandDialog; exports.CommandEmpty = _chunkRSHCU3TIjs.CommandEmpty; exports.CommandGroup = _chunkRSHCU3TIjs.CommandGroup; exports.CommandInput = _chunkRSHCU3TIjs.CommandInput; exports.CommandItem = _chunkRSHCU3TIjs.CommandItem; exports.CommandList = _chunkRSHCU3TIjs.CommandList; exports.CommandSeparator = _chunkRSHCU3TIjs.CommandSeparator; exports.CommandShortcut = _chunkRSHCU3TIjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkRSHCU3TIjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkRSHCU3TIjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkRSHCU3TIjs.CommonDeleter; exports.CommonEditorButtons = _chunkRSHCU3TIjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkRSHCU3TIjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkRSHCU3TIjs.CommonEditorTrigger; exports.CompaniesList = _chunkRSHCU3TIjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkRSHCU3TIjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkRSHCU3TIjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkRSHCU3TIjs.CompanyContainer; exports.CompanyDeleter = _chunkRSHCU3TIjs.CompanyDeleter; exports.CompanyDetails = _chunkRSHCU3TIjs.CompanyDetails; exports.CompanyEditor = _chunkRSHCU3TIjs.CompanyEditor; exports.CompanyUsersList = _chunkRSHCU3TIjs.CompanyUsersList; exports.ContentListTable = _chunkRSHCU3TIjs.ContentListTable; exports.ContentTableSearch = _chunkRSHCU3TIjs.ContentTableSearch; exports.ContentTitle = _chunkRSHCU3TIjs.ContentTitle; exports.ContentsList = _chunkRSHCU3TIjs.ContentsList; exports.ContentsListById = _chunkRSHCU3TIjs.ContentsListById; exports.ContextMenu = _chunkRSHCU3TIjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkRSHCU3TIjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkRSHCU3TIjs.ContextMenuContent; exports.ContextMenuGroup = _chunkRSHCU3TIjs.ContextMenuGroup; exports.ContextMenuItem = _chunkRSHCU3TIjs.ContextMenuItem; exports.ContextMenuLabel = _chunkRSHCU3TIjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkRSHCU3TIjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkRSHCU3TIjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkRSHCU3TIjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkRSHCU3TIjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkRSHCU3TIjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkRSHCU3TIjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkRSHCU3TIjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkRSHCU3TIjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkRSHCU3TIjs.ContextMenuTrigger; exports.ContributorsList = _chunkRSHCU3TIjs.ContributorsList; exports.Cookies = _chunkRSHCU3TIjs.Cookies; exports.DatePickerPopover = _chunkRSHCU3TIjs.DatePickerPopover; exports.DateRangeSelector = _chunkRSHCU3TIjs.DateRangeSelector; exports.Dialog = _chunkRSHCU3TIjs.Dialog; exports.DialogClose = _chunkRSHCU3TIjs.DialogClose; exports.DialogContent = _chunkRSHCU3TIjs.DialogContent; exports.DialogDescription = _chunkRSHCU3TIjs.DialogDescription; exports.DialogFooter = _chunkRSHCU3TIjs.DialogFooter; exports.DialogHeader = _chunkRSHCU3TIjs.DialogHeader; exports.DialogOverlay = _chunkRSHCU3TIjs.DialogOverlay; exports.DialogPortal = _chunkRSHCU3TIjs.DialogPortal; exports.DialogTitle = _chunkRSHCU3TIjs.DialogTitle; exports.DialogTrigger = _chunkRSHCU3TIjs.DialogTrigger; exports.Drawer = _chunkRSHCU3TIjs.Drawer; exports.DrawerClose = _chunkRSHCU3TIjs.DrawerClose; exports.DrawerContent = _chunkRSHCU3TIjs.DrawerContent; exports.DrawerDescription = _chunkRSHCU3TIjs.DrawerDescription; exports.DrawerFooter = _chunkRSHCU3TIjs.DrawerFooter; exports.DrawerHeader = _chunkRSHCU3TIjs.DrawerHeader; exports.DrawerOverlay = _chunkRSHCU3TIjs.DrawerOverlay; exports.DrawerPortal = _chunkRSHCU3TIjs.DrawerPortal; exports.DrawerTitle = _chunkRSHCU3TIjs.DrawerTitle; exports.DrawerTrigger = _chunkRSHCU3TIjs.DrawerTrigger; exports.DropdownMenu = _chunkRSHCU3TIjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkRSHCU3TIjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkRSHCU3TIjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkRSHCU3TIjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkRSHCU3TIjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkRSHCU3TIjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkRSHCU3TIjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkRSHCU3TIjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkRSHCU3TIjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkRSHCU3TIjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkRSHCU3TIjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkRSHCU3TIjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkRSHCU3TIjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkRSHCU3TIjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkRSHCU3TIjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkRSHCU3TIjs.ErrorDetails; exports.Field = _chunkRSHCU3TIjs.Field; exports.FieldContent = _chunkRSHCU3TIjs.FieldContent; exports.FieldDescription = _chunkRSHCU3TIjs.FieldDescription; exports.FieldError = _chunkRSHCU3TIjs.FieldError; exports.FieldGroup = _chunkRSHCU3TIjs.FieldGroup; exports.FieldLabel = _chunkRSHCU3TIjs.FieldLabel; exports.FieldLegend = _chunkRSHCU3TIjs.FieldLegend; exports.FieldSeparator = _chunkRSHCU3TIjs.FieldSeparator; exports.FieldSet = _chunkRSHCU3TIjs.FieldSet; exports.FieldTitle = _chunkRSHCU3TIjs.FieldTitle; exports.FileInput = _chunkRSHCU3TIjs.FileInput; exports.FileUploader = _chunkRSHCU3TIjs.FileUploader; exports.FileUploaderContent = _chunkRSHCU3TIjs.FileUploaderContent; exports.FileUploaderItem = _chunkRSHCU3TIjs.FileUploaderItem; exports.ForgotPassword = _chunkRSHCU3TIjs.ForgotPassword; exports.Form = _chunkRSHCU3TIjs.Form; exports.FormCheckbox = _chunkRSHCU3TIjs.FormCheckbox; exports.FormDate = _chunkRSHCU3TIjs.FormDate; exports.FormDateTime = _chunkRSHCU3TIjs.FormDateTime; exports.FormFeatures = _chunkRSHCU3TIjs.FormFeatures; exports.FormFieldWrapper = _chunkRSHCU3TIjs.FormFieldWrapper; exports.FormInput = _chunkRSHCU3TIjs.FormInput; exports.FormPassword = _chunkRSHCU3TIjs.FormPassword; exports.FormPlaceAutocomplete = _chunkRSHCU3TIjs.FormPlaceAutocomplete; exports.FormRoles = _chunkRSHCU3TIjs.FormRoles; exports.FormSelect = _chunkRSHCU3TIjs.FormSelect; exports.FormSlider = _chunkRSHCU3TIjs.FormSlider; exports.FormSwitch = _chunkRSHCU3TIjs.FormSwitch; exports.FormTextarea = _chunkRSHCU3TIjs.FormTextarea; exports.GdprConsentCheckbox = _chunkRSHCU3TIjs.GdprConsentCheckbox; exports.GdprConsentSection = _chunkRSHCU3TIjs.GdprConsentSection; exports.Header = _chunkRSHCU3TIjs.Header; exports.HoverCard = _chunkRSHCU3TIjs.HoverCard; exports.HoverCardContent = _chunkRSHCU3TIjs.HoverCardContent; exports.HoverCardTrigger = _chunkRSHCU3TIjs.HoverCardTrigger; exports.Input = _chunkRSHCU3TIjs.Input; exports.InputGroup = _chunkRSHCU3TIjs.InputGroup; exports.InputGroupAddon = _chunkRSHCU3TIjs.InputGroupAddon; exports.InputGroupButton = _chunkRSHCU3TIjs.InputGroupButton; exports.InputGroupInput = _chunkRSHCU3TIjs.InputGroupInput; exports.InputGroupText = _chunkRSHCU3TIjs.InputGroupText; exports.InputGroupTextarea = _chunkRSHCU3TIjs.InputGroupTextarea; exports.InputOTP = _chunkRSHCU3TIjs.InputOTP; exports.InputOTPGroup = _chunkRSHCU3TIjs.InputOTPGroup; exports.InputOTPSeparator = _chunkRSHCU3TIjs.InputOTPSeparator; exports.InputOTPSlot = _chunkRSHCU3TIjs.InputOTPSlot; exports.Item = _chunkRSHCU3TIjs.KanbanItem; exports.ItemHandle = _chunkRSHCU3TIjs.KanbanItemHandle; exports.Kanban = _chunkRSHCU3TIjs.KanbanRoot; exports.KanbanBoard = _chunkRSHCU3TIjs.KanbanBoard; exports.KanbanColumn = _chunkRSHCU3TIjs.KanbanColumn; exports.KanbanColumnHandle = _chunkRSHCU3TIjs.KanbanColumnHandle; exports.KanbanItem = _chunkRSHCU3TIjs.KanbanItem; exports.KanbanItemHandle = _chunkRSHCU3TIjs.KanbanItemHandle; exports.KanbanOverlay = _chunkRSHCU3TIjs.KanbanOverlay; exports.Label = _chunkRSHCU3TIjs.Label; exports.LandingComponent = _chunkRSHCU3TIjs.LandingComponent; exports.Link = _chunkRSHCU3TIjs.Link; exports.Login = _chunkRSHCU3TIjs.Login; exports.Logout = _chunkRSHCU3TIjs.Logout; exports.ModeToggleSwitch = _chunkRSHCU3TIjs.ModeToggleSwitch; exports.MultiSelect = _chunkRSHCU3TIjs.MultiSelect; exports.NavigationMenu = _chunkRSHCU3TIjs.NavigationMenu; exports.NavigationMenuContent = _chunkRSHCU3TIjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkRSHCU3TIjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkRSHCU3TIjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkRSHCU3TIjs.NavigationMenuLink; exports.NavigationMenuList = _chunkRSHCU3TIjs.NavigationMenuList; exports.NavigationMenuPositioner = _chunkRSHCU3TIjs.NavigationMenuPositioner; exports.NavigationMenuTrigger = _chunkRSHCU3TIjs.NavigationMenuTrigger; exports.NotificationErrorBoundary = _chunkRSHCU3TIjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkRSHCU3TIjs.NotificationMenuItem; exports.NotificationModal = _chunkRSHCU3TIjs.NotificationModal; exports.NotificationToast = _chunkRSHCU3TIjs.NotificationToast; exports.NotificationsList = _chunkRSHCU3TIjs.NotificationsList; exports.NotificationsListContainer = _chunkRSHCU3TIjs.NotificationsListContainer; exports.OAuthClientCard = _chunkRSHCU3TIjs.OAuthClientCard; exports.OAuthClientDetail = _chunkRSHCU3TIjs.OAuthClientDetail; exports.OAuthClientForm = _chunkRSHCU3TIjs.OAuthClientForm; exports.OAuthClientList = _chunkRSHCU3TIjs.OAuthClientList; exports.OAuthClientSecretDisplay = _chunkRSHCU3TIjs.OAuthClientSecretDisplay; exports.OAuthConsentActions = _chunkRSHCU3TIjs.OAuthConsentActions; exports.OAuthConsentHeader = _chunkRSHCU3TIjs.OAuthConsentHeader; exports.OAuthConsentScreen = _chunkRSHCU3TIjs.OAuthConsentScreen; exports.OAuthRedirectUriInput = _chunkRSHCU3TIjs.OAuthRedirectUriInput; exports.OAuthScopeList = _chunkRSHCU3TIjs.OAuthScopeList; exports.OAuthScopeSelector = _chunkRSHCU3TIjs.OAuthScopeSelector; exports.Overlay = _chunkRSHCU3TIjs.KanbanOverlay; exports.PageContainer = _chunkRSHCU3TIjs.PageContainer; exports.PageContainerContentDetails = _chunkRSHCU3TIjs.PageContainerContentDetails; exports.PageContentContainer = _chunkRSHCU3TIjs.PageContentContainer; exports.PageSection = _chunkRSHCU3TIjs.PageSection; exports.PasswordInput = _chunkRSHCU3TIjs.PasswordInput; exports.Popover = _chunkRSHCU3TIjs.Popover; exports.PopoverContent = _chunkRSHCU3TIjs.PopoverContent; exports.PopoverDescription = _chunkRSHCU3TIjs.PopoverDescription; exports.PopoverHeader = _chunkRSHCU3TIjs.PopoverHeader; exports.PopoverTitle = _chunkRSHCU3TIjs.PopoverTitle; exports.PopoverTrigger = _chunkRSHCU3TIjs.PopoverTrigger; exports.Progress = _chunkRSHCU3TIjs.Progress; exports.ProgressIndicator = _chunkRSHCU3TIjs.ProgressIndicator; exports.ProgressLabel = _chunkRSHCU3TIjs.ProgressLabel; exports.ProgressTrack = _chunkRSHCU3TIjs.ProgressTrack; exports.ProgressValue = _chunkRSHCU3TIjs.ProgressValue; exports.PushNotificationProvider = _chunkRSHCU3TIjs.PushNotificationProvider; exports.RadioGroup = _chunkRSHCU3TIjs.RadioGroup; exports.RadioGroupItem = _chunkRSHCU3TIjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkRSHCU3TIjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkRSHCU3TIjs.RecentPagesNavigator; exports.RefreshUser = _chunkRSHCU3TIjs.RefreshUser; exports.RelevantContentsList = _chunkRSHCU3TIjs.RelevantContentsList; exports.RelevantUsersList = _chunkRSHCU3TIjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkRSHCU3TIjs.RemoveUserFromRole; exports.ResetPassword = _chunkRSHCU3TIjs.ResetPassword; exports.ResizableHandle = _chunkRSHCU3TIjs.ResizableHandle; exports.ResizablePanel = _chunkRSHCU3TIjs.ResizablePanel; exports.ResizablePanelGroup = _chunkRSHCU3TIjs.ResizablePanelGroup; exports.RoleContainer = _chunkRSHCU3TIjs.RoleContainer; exports.RoleDetails = _chunkRSHCU3TIjs.RoleDetails; exports.RoleUsersList = _chunkRSHCU3TIjs.RoleUsersList; exports.RolesList = _chunkRSHCU3TIjs.RolesList; exports.Root = _chunkRSHCU3TIjs.KanbanRoot; exports.ScrollArea = _chunkRSHCU3TIjs.ScrollArea; exports.ScrollBar = _chunkRSHCU3TIjs.ScrollBar; exports.Select = _chunkRSHCU3TIjs.Select; exports.SelectContent = _chunkRSHCU3TIjs.SelectContent; exports.SelectGroup = _chunkRSHCU3TIjs.SelectGroup; exports.SelectItem = _chunkRSHCU3TIjs.SelectItem; exports.SelectLabel = _chunkRSHCU3TIjs.SelectLabel; exports.SelectScrollDownButton = _chunkRSHCU3TIjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkRSHCU3TIjs.SelectScrollUpButton; exports.SelectSeparator = _chunkRSHCU3TIjs.SelectSeparator; exports.SelectTrigger = _chunkRSHCU3TIjs.SelectTrigger; exports.SelectValue = _chunkRSHCU3TIjs.SelectValue; exports.Separator = _chunkRSHCU3TIjs.Separator; exports.Sheet = _chunkRSHCU3TIjs.Sheet; exports.SheetClose = _chunkRSHCU3TIjs.SheetClose; exports.SheetContent = _chunkRSHCU3TIjs.SheetContent; exports.SheetDescription = _chunkRSHCU3TIjs.SheetDescription; exports.SheetFooter = _chunkRSHCU3TIjs.SheetFooter; exports.SheetHeader = _chunkRSHCU3TIjs.SheetHeader; exports.SheetTitle = _chunkRSHCU3TIjs.SheetTitle; exports.SheetTrigger = _chunkRSHCU3TIjs.SheetTrigger; exports.Sidebar = _chunkRSHCU3TIjs.Sidebar; exports.SidebarContent = _chunkRSHCU3TIjs.SidebarContent; exports.SidebarFooter = _chunkRSHCU3TIjs.SidebarFooter; exports.SidebarGroup = _chunkRSHCU3TIjs.SidebarGroup; exports.SidebarGroupAction = _chunkRSHCU3TIjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkRSHCU3TIjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkRSHCU3TIjs.SidebarGroupLabel; exports.SidebarHeader = _chunkRSHCU3TIjs.SidebarHeader; exports.SidebarInput = _chunkRSHCU3TIjs.SidebarInput; exports.SidebarInset = _chunkRSHCU3TIjs.SidebarInset; exports.SidebarMenu = _chunkRSHCU3TIjs.SidebarMenu; exports.SidebarMenuAction = _chunkRSHCU3TIjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkRSHCU3TIjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkRSHCU3TIjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkRSHCU3TIjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkRSHCU3TIjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkRSHCU3TIjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkRSHCU3TIjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkRSHCU3TIjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkRSHCU3TIjs.SidebarProvider; exports.SidebarRail = _chunkRSHCU3TIjs.SidebarRail; exports.SidebarSeparator = _chunkRSHCU3TIjs.SidebarSeparator; exports.SidebarTrigger = _chunkRSHCU3TIjs.SidebarTrigger; exports.Skeleton = _chunkRSHCU3TIjs.Skeleton; exports.Slider = _chunkRSHCU3TIjs.Slider; exports.Switch = _chunkRSHCU3TIjs.Switch; exports.Table = _chunkRSHCU3TIjs.Table; exports.TableBody = _chunkRSHCU3TIjs.TableBody; exports.TableCaption = _chunkRSHCU3TIjs.TableCaption; exports.TableCell = _chunkRSHCU3TIjs.TableCell; exports.TableFooter = _chunkRSHCU3TIjs.TableFooter; exports.TableHead = _chunkRSHCU3TIjs.TableHead; exports.TableHeader = _chunkRSHCU3TIjs.TableHeader; exports.TableRow = _chunkRSHCU3TIjs.TableRow; exports.Tabs = _chunkRSHCU3TIjs.Tabs; exports.TabsContainer = _chunkRSHCU3TIjs.TabsContainer; exports.TabsContent = _chunkRSHCU3TIjs.TabsContent; exports.TabsList = _chunkRSHCU3TIjs.TabsList; exports.TabsTrigger = _chunkRSHCU3TIjs.TabsTrigger; exports.Textarea = _chunkRSHCU3TIjs.Textarea; exports.Toaster = _chunkRSHCU3TIjs.Toaster; exports.Toggle = _chunkRSHCU3TIjs.Toggle; exports.TokenStatusIndicator = _chunkRSHCU3TIjs.TokenStatusIndicator; exports.Tooltip = _chunkRSHCU3TIjs.Tooltip; exports.TooltipContent = _chunkRSHCU3TIjs.TooltipContent; exports.TooltipProvider = _chunkRSHCU3TIjs.TooltipProvider; exports.TooltipTrigger = _chunkRSHCU3TIjs.TooltipTrigger; exports.UserAvatar = _chunkRSHCU3TIjs.UserAvatar; exports.UserAvatarEditor = _chunkRSHCU3TIjs.UserAvatarEditor; exports.UserContainer = _chunkRSHCU3TIjs.UserContainer; exports.UserDeleter = _chunkRSHCU3TIjs.UserDeleter; exports.UserDetails = _chunkRSHCU3TIjs.UserDetails; exports.UserEditor = _chunkRSHCU3TIjs.UserEditor; exports.UserIndexContainer = _chunkRSHCU3TIjs.UserIndexContainer; exports.UserIndexDetails = _chunkRSHCU3TIjs.UserIndexDetails; exports.UserListInAdd = _chunkRSHCU3TIjs.UserListInAdd; exports.UserMultiSelect = _chunkRSHCU3TIjs.UserMultiSelect; exports.UserReactivator = _chunkRSHCU3TIjs.UserReactivator; exports.UserResentInvitationEmail = _chunkRSHCU3TIjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkRSHCU3TIjs.UserRoleAdd; exports.UserRolesList = _chunkRSHCU3TIjs.UserRolesList; exports.UserSelector = _chunkRSHCU3TIjs.UserSelector; exports.UsersList = _chunkRSHCU3TIjs.UsersList; exports.UsersListByContentIds = _chunkRSHCU3TIjs.UsersListByContentIds; exports.UsersListContainer = _chunkRSHCU3TIjs.UsersListContainer; exports.badgeVariants = _chunkRSHCU3TIjs.badgeVariants; exports.buttonVariants = _chunkRSHCU3TIjs.buttonVariants; exports.cellComponent = _chunkRSHCU3TIjs.cellComponent; exports.cellDate = _chunkRSHCU3TIjs.cellDate; exports.cellId = _chunkRSHCU3TIjs.cellId; exports.cellLink = _chunkRSHCU3TIjs.cellLink; exports.cellUrl = _chunkRSHCU3TIjs.cellUrl; exports.errorToast = _chunkRSHCU3TIjs.errorToast; exports.generateNotificationData = _chunkRSHCU3TIjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkRSHCU3TIjs.navigationMenuTriggerStyle; exports.tabsListVariants = _chunkRSHCU3TIjs.tabsListVariants; exports.toggleVariants = _chunkRSHCU3TIjs.toggleVariants; exports.triggerAssociationToast = _chunkRSHCU3TIjs.triggerAssociationToast; exports.useCarousel = _chunkRSHCU3TIjs.useCarousel; exports.useFileUpload = _chunkRSHCU3TIjs.useFileUpload; exports.useSidebar = _chunkRSHCU3TIjs.useSidebar;
|
|
764
764
|
//# sourceMappingURL=index.js.map
|
|
@@ -372,9 +372,9 @@ import {
|
|
|
372
372
|
useCarousel,
|
|
373
373
|
useFileUpload,
|
|
374
374
|
useSidebar
|
|
375
|
-
} from "../chunk-
|
|
375
|
+
} from "../chunk-53WT73E6.mjs";
|
|
376
376
|
import "../chunk-XLMJPA4N.mjs";
|
|
377
|
-
import "../chunk-
|
|
377
|
+
import "../chunk-HWQBSVBT.mjs";
|
|
378
378
|
import "../chunk-AUXK7QSA.mjs";
|
|
379
379
|
import "../chunk-C7C7VY4F.mjs";
|
|
380
380
|
import "../chunk-U4MTVHOC.mjs";
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.mjs';
|
|
4
|
-
import { h as CompanyInterface, N as NotificationInterface,
|
|
4
|
+
import { h as CompanyInterface, N as NotificationInterface, j as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-DIln2r7X.mjs';
|
|
5
5
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
6
|
-
import { u as useSocket } from '../useSocket-
|
|
6
|
+
import { u as useSocket } from '../useSocket-BILAdmZ0.mjs';
|
|
7
7
|
import * as jotai from 'jotai';
|
|
8
8
|
import * as jotai_utils from 'jotai/utils';
|
|
9
9
|
import 'lucide-react';
|
|
10
10
|
import '../ApiRequestDataTypeInterface-CUKFDBx2.mjs';
|
|
11
|
+
import '../feature.interface-BxFFOPNq.mjs';
|
|
11
12
|
|
|
12
13
|
interface CompanyContextType {
|
|
13
14
|
company: CompanyInterface | undefined;
|
package/dist/contexts/index.d.ts
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
2
|
import React__default, { ReactNode, ReactElement } from 'react';
|
|
3
3
|
import { J as JsonApiHydratedDataInterface } from '../ApiDataInterface-DPP8s46n.js';
|
|
4
|
-
import { h as CompanyInterface, N as NotificationInterface,
|
|
4
|
+
import { h as CompanyInterface, N as NotificationInterface, j as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action } from '../notification.interface-XARGKJAq.js';
|
|
5
5
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
6
|
-
import { u as useSocket } from '../useSocket-
|
|
6
|
+
import { u as useSocket } from '../useSocket-awibcC9B.js';
|
|
7
7
|
import * as jotai from 'jotai';
|
|
8
8
|
import * as jotai_utils from 'jotai/utils';
|
|
9
9
|
import 'lucide-react';
|
|
10
10
|
import '../ApiRequestDataTypeInterface-CUKFDBx2.js';
|
|
11
|
+
import '../feature.interface-CIWxo8NP.js';
|
|
11
12
|
|
|
12
13
|
interface CompanyContextType {
|
|
13
14
|
company: CompanyInterface | undefined;
|
package/dist/contexts/index.js
CHANGED
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
var
|
|
23
|
+
var _chunkRSHCU3TIjs = require('../chunk-RSHCU3TI.js');
|
|
24
24
|
require('../chunk-2PHWAL6Q.js');
|
|
25
|
-
require('../chunk-
|
|
25
|
+
require('../chunk-TZRAOUAR.js');
|
|
26
26
|
require('../chunk-LXKSUWAV.js');
|
|
27
27
|
require('../chunk-IBS6NI7D.js');
|
|
28
28
|
require('../chunk-FM6WRAN5.js');
|
|
@@ -49,5 +49,5 @@ require('../chunk-7QVYU63E.js');
|
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
|
|
52
|
-
exports.CommonProvider =
|
|
52
|
+
exports.CommonProvider = _chunkRSHCU3TIjs.CommonProvider; exports.CompanyProvider = _chunkRSHCU3TIjs.CompanyProvider; exports.CurrentUserProvider = _chunkRSHCU3TIjs.CurrentUserProvider; exports.HeaderChildrenProvider = _chunkRSHCU3TIjs.HeaderChildrenProvider; exports.NotificationContextProvider = _chunkRSHCU3TIjs.NotificationContextProvider; exports.RoleProvider = _chunkRSHCU3TIjs.RoleProvider; exports.SharedProvider = _chunkRSHCU3TIjs.SharedProvider; exports.SocketContext = _chunkRSHCU3TIjs.SocketContext; exports.SocketProvider = _chunkRSHCU3TIjs.SocketProvider; exports.UserProvider = _chunkRSHCU3TIjs.UserProvider; exports.recentPagesAtom = _chunkRSHCU3TIjs.recentPagesAtom; exports.useCommonContext = _chunkRSHCU3TIjs.useCommonContext; exports.useCompanyContext = _chunkRSHCU3TIjs.useCompanyContext; exports.useCurrentUserContext = _chunkRSHCU3TIjs.useCurrentUserContext; exports.useHeaderChildren = _chunkRSHCU3TIjs.useHeaderChildren; exports.useNotificationContext = _chunkRSHCU3TIjs.useNotificationContext; exports.useRoleContext = _chunkRSHCU3TIjs.useRoleContext; exports.useSharedContext = _chunkRSHCU3TIjs.useSharedContext; exports.useSocketContext = _chunkRSHCU3TIjs.useSocketContext; exports.useUserContext = _chunkRSHCU3TIjs.useUserContext;
|
|
53
53
|
//# sourceMappingURL=index.js.map
|
package/dist/contexts/index.mjs
CHANGED
|
@@ -20,9 +20,9 @@ import {
|
|
|
20
20
|
useSharedContext,
|
|
21
21
|
useSocketContext,
|
|
22
22
|
useUserContext
|
|
23
|
-
} from "../chunk-
|
|
23
|
+
} from "../chunk-53WT73E6.mjs";
|
|
24
24
|
import "../chunk-XLMJPA4N.mjs";
|
|
25
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-HWQBSVBT.mjs";
|
|
26
26
|
import "../chunk-AUXK7QSA.mjs";
|
|
27
27
|
import "../chunk-C7C7VY4F.mjs";
|
|
28
28
|
import "../chunk-U4MTVHOC.mjs";
|
package/dist/core/index.d.mts
CHANGED
|
@@ -3,10 +3,10 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
3
3
|
import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CUKFDBx2.mjs';
|
|
4
4
|
export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CUKFDBx2.mjs';
|
|
5
5
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-zeewugD7.mjs';
|
|
6
|
-
import {
|
|
7
|
-
export {
|
|
8
|
-
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory,
|
|
9
|
-
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-
|
|
6
|
+
import { e as AuthInterface, b as AuthInput, A as AbstractService, N as NextRef, P as PreviousRef, l as S3Interface, k as S3Input } from '../s3.service-ag6M_7GO.mjs';
|
|
7
|
+
export { d as AuthQuery, f as AuthService, C as CompanyService, h as ContentService, F as FeatureService, H as HttpMethod, i as NotificationService, j as PushService, R as RoleService, m as S3Service, S as SelfRef, T as TotalRef, U as UserService, c as clearLastApiTotal, a as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-ag6M_7GO.mjs';
|
|
8
|
+
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, j as RoleInterface, R as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-DIln2r7X.mjs';
|
|
9
|
+
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-DIln2r7X.mjs';
|
|
10
10
|
export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.mjs';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.mjs';
|
|
12
12
|
import { ClassValue } from 'clsx';
|
|
@@ -18,9 +18,10 @@ import { PartialBlock } from '@blocknote/core';
|
|
|
18
18
|
import { LucideIcon } from 'lucide-react';
|
|
19
19
|
import { ExternalToast } from 'sonner';
|
|
20
20
|
export { A as AuthComponent } from '../AuthComponent-hxOPs9o8.mjs';
|
|
21
|
-
import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-
|
|
22
|
-
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-
|
|
23
|
-
import {
|
|
21
|
+
import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-_VWPY2AA.mjs';
|
|
22
|
+
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-_VWPY2AA.mjs';
|
|
23
|
+
import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-BxFFOPNq.mjs';
|
|
24
|
+
import { a as ContentInterface, C as ContentInput } from '../content.interface-CWV0q4lZ.mjs';
|
|
24
25
|
import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
25
26
|
export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-DsZ5ecSX.mjs';
|
|
26
27
|
import 'd3';
|
|
@@ -77,6 +78,9 @@ interface ClientPreviousRef {
|
|
|
77
78
|
interface ClientSelfRef {
|
|
78
79
|
self?: string;
|
|
79
80
|
}
|
|
81
|
+
interface ClientTotalRef {
|
|
82
|
+
total?: number;
|
|
83
|
+
}
|
|
80
84
|
/**
|
|
81
85
|
* Set a global error handler for API errors (client-side only).
|
|
82
86
|
* This handler will be called instead of throwing errors.
|
|
@@ -106,6 +110,7 @@ declare abstract class ClientAbstractService {
|
|
|
106
110
|
next?: ClientNextRef;
|
|
107
111
|
previous?: ClientPreviousRef;
|
|
108
112
|
self?: ClientSelfRef;
|
|
113
|
+
total?: ClientTotalRef;
|
|
109
114
|
}): Promise<T>;
|
|
110
115
|
/**
|
|
111
116
|
* Fetch the previous page of results.
|
|
@@ -116,6 +121,7 @@ declare abstract class ClientAbstractService {
|
|
|
116
121
|
next?: ClientNextRef;
|
|
117
122
|
previous?: ClientPreviousRef;
|
|
118
123
|
self?: ClientSelfRef;
|
|
124
|
+
total?: ClientTotalRef;
|
|
119
125
|
}): Promise<T>;
|
|
120
126
|
/**
|
|
121
127
|
* Make a client-side API call.
|
|
@@ -130,6 +136,7 @@ declare abstract class ClientAbstractService {
|
|
|
130
136
|
next?: ClientNextRef;
|
|
131
137
|
previous?: ClientPreviousRef;
|
|
132
138
|
self?: ClientSelfRef;
|
|
139
|
+
total?: ClientTotalRef;
|
|
133
140
|
responseType?: ApiRequestDataTypeInterface;
|
|
134
141
|
files?: {
|
|
135
142
|
[key: string]: File | Blob;
|
|
@@ -998,6 +1005,7 @@ declare class StripePrice extends AbstractApiData implements StripePriceInterfac
|
|
|
998
1005
|
private _description?;
|
|
999
1006
|
private _features?;
|
|
1000
1007
|
private _token?;
|
|
1008
|
+
private _priceFeatures;
|
|
1001
1009
|
get stripePriceId(): string;
|
|
1002
1010
|
get productId(): string;
|
|
1003
1011
|
get product(): StripeProductInterface | undefined;
|
|
@@ -1012,6 +1020,7 @@ declare class StripePrice extends AbstractApiData implements StripePriceInterfac
|
|
|
1012
1020
|
get description(): string | undefined;
|
|
1013
1021
|
get features(): string[] | undefined;
|
|
1014
1022
|
get token(): number | undefined;
|
|
1023
|
+
get priceFeatures(): FeatureInterface[];
|
|
1015
1024
|
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
1016
1025
|
createJsonApi(data: StripePriceInput): any;
|
|
1017
1026
|
}
|
|
@@ -1420,4 +1429,4 @@ declare class OAuthService extends AbstractService {
|
|
|
1420
1429
|
}>;
|
|
1421
1430
|
}
|
|
1422
1431
|
|
|
1423
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
|
1432
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
package/dist/core/index.d.ts
CHANGED
|
@@ -3,10 +3,10 @@ import { A as ApiDataInterface, J as JsonApiHydratedDataInterface } from '../Api
|
|
|
3
3
|
import { A as ApiRequestDataTypeInterface, F as FieldSelector } from '../ApiRequestDataTypeInterface-CUKFDBx2.js';
|
|
4
4
|
export { G as GetterKeys, c as createJsonApiInclusion } from '../ApiRequestDataTypeInterface-CUKFDBx2.js';
|
|
5
5
|
import { A as ApiResponseInterface } from '../ApiResponseInterface-CAIAeP5d.js';
|
|
6
|
-
import {
|
|
7
|
-
export {
|
|
8
|
-
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory,
|
|
9
|
-
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-
|
|
6
|
+
import { e as AuthInterface, b as AuthInput, A as AbstractService, N as NextRef, P as PreviousRef, l as S3Interface, k as S3Input } from '../s3.service-DcqkGrKD.js';
|
|
7
|
+
export { d as AuthQuery, f as AuthService, C as CompanyService, h as ContentService, F as FeatureService, H as HttpMethod, i as NotificationService, j as PushService, R as RoleService, m as S3Service, S as SelfRef, T as TotalRef, U as UserService, c as clearLastApiTotal, a as getGlobalErrorHandler, g as getLastApiTotal, s as setGlobalErrorHandler } from '../s3.service-DcqkGrKD.js';
|
|
8
|
+
import { M as ModuleWithPermissions, f as PermissionUser, A as Action, e as PermissionModule, g as ModuleFactory, j as RoleInterface, R as RoleInput, U as UserInterface, h as CompanyInterface, k as UserInput, C as CompanyInput, N as NotificationInterface, i as NotificationInput } from '../notification.interface-XARGKJAq.js';
|
|
9
|
+
export { c as ModuleDefinition, b as ModulePermissionDefinition, a as PageUrl, P as PermissionCheck, d as PermissionConfig } from '../notification.interface-XARGKJAq.js';
|
|
10
10
|
export { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
11
11
|
export { C as ContentFields, D as D3Link, a as D3Node, R as RoleFields, U as UserFields } from '../content.fields-Ck5lkQ5d.js';
|
|
12
12
|
import { ClassValue } from 'clsx';
|
|
@@ -18,9 +18,10 @@ import { PartialBlock } from '@blocknote/core';
|
|
|
18
18
|
import { LucideIcon } from 'lucide-react';
|
|
19
19
|
import { ExternalToast } from 'sonner';
|
|
20
20
|
export { A as AuthComponent } from '../AuthComponent-hxOPs9o8.js';
|
|
21
|
-
import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-
|
|
22
|
-
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-
|
|
23
|
-
import {
|
|
21
|
+
import { M as MeterInterface, o as MeterSummaryInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, j as StripeSubscriptionInterface, I as InvoiceStatus, g as StripeProductInterface, d as StripePriceInterface, h as StripeProductInput, e as PriceRecurring, f as StripePriceInput, i as SubscriptionStatus, k as StripeSubscriptionInput, m as StripeSubscriptionCreateResponse, b as ProrationPreviewInterface, n as StripeUsageInterface, R as ReportUsageInput, U as UsageSummaryInterface } from '../stripe-subscription.interface-Dm__xmvE.js';
|
|
22
|
+
export { c as ProrationLineItem, l as StripeSubscriptionCreateMeta, p as UsageRecordInterface } from '../stripe-subscription.interface-Dm__xmvE.js';
|
|
23
|
+
import { M as ModuleInterface, F as FeatureInterface } from '../feature.interface-CIWxo8NP.js';
|
|
24
|
+
import { a as ContentInterface, C as ContentInput } from '../content.interface-CgUu4771.js';
|
|
24
25
|
import { O as OAuthClientInterface, a as OAuthClientInput, b as OAuthClientCreateRequest, c as OAuthClientCreateResponse, d as OAuthConsentRequest, f as OAuthConsentInfo } from '../oauth.interface-vL7za9Bz.js';
|
|
25
26
|
export { A as AVAILABLE_OAUTH_SCOPES, D as DEFAULT_GRANT_TYPES, g as OAUTH_SCOPE_DISPLAY, e as OAuthScopeInfo } from '../oauth.interface-vL7za9Bz.js';
|
|
26
27
|
import 'd3';
|
|
@@ -77,6 +78,9 @@ interface ClientPreviousRef {
|
|
|
77
78
|
interface ClientSelfRef {
|
|
78
79
|
self?: string;
|
|
79
80
|
}
|
|
81
|
+
interface ClientTotalRef {
|
|
82
|
+
total?: number;
|
|
83
|
+
}
|
|
80
84
|
/**
|
|
81
85
|
* Set a global error handler for API errors (client-side only).
|
|
82
86
|
* This handler will be called instead of throwing errors.
|
|
@@ -106,6 +110,7 @@ declare abstract class ClientAbstractService {
|
|
|
106
110
|
next?: ClientNextRef;
|
|
107
111
|
previous?: ClientPreviousRef;
|
|
108
112
|
self?: ClientSelfRef;
|
|
113
|
+
total?: ClientTotalRef;
|
|
109
114
|
}): Promise<T>;
|
|
110
115
|
/**
|
|
111
116
|
* Fetch the previous page of results.
|
|
@@ -116,6 +121,7 @@ declare abstract class ClientAbstractService {
|
|
|
116
121
|
next?: ClientNextRef;
|
|
117
122
|
previous?: ClientPreviousRef;
|
|
118
123
|
self?: ClientSelfRef;
|
|
124
|
+
total?: ClientTotalRef;
|
|
119
125
|
}): Promise<T>;
|
|
120
126
|
/**
|
|
121
127
|
* Make a client-side API call.
|
|
@@ -130,6 +136,7 @@ declare abstract class ClientAbstractService {
|
|
|
130
136
|
next?: ClientNextRef;
|
|
131
137
|
previous?: ClientPreviousRef;
|
|
132
138
|
self?: ClientSelfRef;
|
|
139
|
+
total?: ClientTotalRef;
|
|
133
140
|
responseType?: ApiRequestDataTypeInterface;
|
|
134
141
|
files?: {
|
|
135
142
|
[key: string]: File | Blob;
|
|
@@ -998,6 +1005,7 @@ declare class StripePrice extends AbstractApiData implements StripePriceInterfac
|
|
|
998
1005
|
private _description?;
|
|
999
1006
|
private _features?;
|
|
1000
1007
|
private _token?;
|
|
1008
|
+
private _priceFeatures;
|
|
1001
1009
|
get stripePriceId(): string;
|
|
1002
1010
|
get productId(): string;
|
|
1003
1011
|
get product(): StripeProductInterface | undefined;
|
|
@@ -1012,6 +1020,7 @@ declare class StripePrice extends AbstractApiData implements StripePriceInterfac
|
|
|
1012
1020
|
get description(): string | undefined;
|
|
1013
1021
|
get features(): string[] | undefined;
|
|
1014
1022
|
get token(): number | undefined;
|
|
1023
|
+
get priceFeatures(): FeatureInterface[];
|
|
1015
1024
|
rehydrate(data: JsonApiHydratedDataInterface): this;
|
|
1016
1025
|
createJsonApi(data: StripePriceInput): any;
|
|
1017
1026
|
}
|
|
@@ -1420,4 +1429,4 @@ declare class OAuthService extends AbstractService {
|
|
|
1420
1429
|
}>;
|
|
1421
1430
|
}
|
|
1422
1431
|
|
|
1423
|
-
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|
|
1432
|
+
export { AbstractApiData, AbstractService, Action, ApiData, ApiDataInterface, ApiRequestDataTypeInterface, ApiResponseInterface, type AppModuleDefinitions, Auth, AuthInput, AuthInterface, AuthModule, AuthorModule, Billing, BillingModule, BillingService, type BlockDiffOptions, BlockNoteDiffUtil, BlockNoteWordDiffRendererUtil, ClientAbstractService, ClientHttpMethod, type ClientNextRef, type ClientPreviousRef, type ClientSelfRef, type ClientTotalRef, Company, CompanyFields, CompanyInput, CompanyInterface, CompanyModule, Content, ContentInput, ContentInterface, ContentModule, DataClassRegistry as DataClass, DataClassRegistry, type DiffBlock, type DiffResult, EndpointCreator, type EndpointQuery, type EntityObject, Feature, FeatureInterface, FeatureModule, FieldSelector, type FormatOption, type FoundationModuleDefinitions, InvoiceStatus, JsonApiDataFactory, JsonApiHydratedDataInterface, MeterInterface, MeterSummaryInterface, Module, type ModuleDefinitions, ModuleFactory, ModuleInterface, ModuleModule, ModuleRegistrar, ModuleRegistry, ModuleWithPermissions, Modules, NextRef, Notification, NotificationFields, NotificationInput, NotificationInterface, NotificationModule, OAuthClient, OAuthClientCreateRequest, OAuthClientCreateResponse, OAuthClientInput, OAuthClientInterface, OAuthConsentInfo, OAuthConsentRequest, OAuthModule, OAuthService, PaymentMethod, PaymentMethodInterface, PermissionModule, PermissionUser, PreviousRef, PriceRecurring, ProrationPreviewInterface, Push, type PushInput, type PushInterface, PushModule, RehydrationFactory, ReportUsageInput, Role, RoleInput, RoleInterface, RoleModule, S3, S3Input, S3Interface, S3Module, type SearchResultInterface, StripeCustomer, StripeCustomerInterface, StripeCustomerModule, StripeCustomerService, StripeInvoice, StripeInvoiceInterface, StripeInvoiceModule, StripeInvoiceService, StripePaymentMethodModule, StripePrice, StripePriceInput, StripePriceInterface, StripePriceModule, StripePriceService, StripeProduct, StripeProductInput, StripeProductInterface, StripeProductModule, StripeProductService, StripeSubscription, StripeSubscriptionCreateResponse, StripeSubscriptionInput, StripeSubscriptionInterface, StripeSubscriptionModule, StripeSubscriptionService, StripeUsage, StripeUsageInterface, StripeUsageModule, StripeUsageService, SubscriptionStatus, TableOptions, type ToastOptions, UsageSummaryInterface, User, UserInput, UserInterface, UserModule, type UserObject, type WordDiff, checkPermissions, checkPermissionsFromServer, cn, composeRefs, dismissToast, entityObjectSchema, exists, formatDate, getBootstrapper, getClientGlobalErrorHandler, getIcon, getIconByModule, getIconByModuleName, getLucideIcon, getLucideIconByModule, getLucideIconByModuleName, getTableComponents, getTableOptions, getValueFromPath, hasBootstrapper, rehydrate, rehydrateList, resetBootstrapStore, setBootstrapper, setClientGlobalErrorHandler, showCustomToast, showError, showToast, translateData, translateResponse, tryBootstrap, useComposedRefs, useIsMobile, userObjectSchema };
|