@carlonicora/nextjs-jsonapi 1.15.0 → 1.16.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/{ApiResponseInterface-B4QdWh-y.d.mts → ApiResponseInterface-BvWIeLkq.d.ts} +2 -1
- package/dist/{ApiResponseInterface-QLDnxLA9.d.ts → ApiResponseInterface-CAbw0sv7.d.mts} +2 -1
- package/dist/{BlockNoteEditor-ITJLAOXC.mjs → BlockNoteEditor-HFX7Z5BQ.mjs} +5 -5
- package/dist/{BlockNoteEditor-FGXYUAWI.js → BlockNoteEditor-MBFDWP7X.js} +15 -15
- package/dist/{BlockNoteEditor-FGXYUAWI.js.map → BlockNoteEditor-MBFDWP7X.js.map} +1 -1
- package/dist/JsonApiRequest-45CLE65I.js +24 -0
- package/dist/{JsonApiRequest-FXZCYIER.js.map → JsonApiRequest-45CLE65I.js.map} +1 -1
- package/dist/{JsonApiRequest-HFWXMKMA.mjs → JsonApiRequest-6IPS3DZJ.mjs} +2 -2
- package/dist/{chunk-C6QXZGL7.js → chunk-2AZLCF6D.js} +1617 -158
- package/dist/chunk-2AZLCF6D.js.map +1 -0
- package/dist/{chunk-WAFOKMKT.mjs → chunk-5RAUCUAA.mjs} +3722 -396
- package/dist/chunk-5RAUCUAA.mjs.map +1 -0
- package/dist/{chunk-TGBXBUWM.mjs → chunk-BCKYJQ3K.mjs} +8 -1
- package/dist/chunk-BCKYJQ3K.mjs.map +1 -0
- package/dist/{chunk-JGVXZS7M.mjs → chunk-BCQSE3EU.mjs} +1588 -129
- package/dist/chunk-BCQSE3EU.mjs.map +1 -0
- package/dist/{chunk-FPZPD4JI.js → chunk-GPGJNTHP.js} +17 -10
- package/dist/chunk-GPGJNTHP.js.map +1 -0
- package/dist/{chunk-PK5DRSUD.js → chunk-ONB2DAIV.js} +4090 -764
- package/dist/chunk-ONB2DAIV.js.map +1 -0
- package/dist/{chunk-SJIVGCNM.mjs → chunk-POKIJ56Q.mjs} +7 -2
- package/dist/chunk-POKIJ56Q.mjs.map +1 -0
- package/dist/{chunk-6YD42BP6.js → chunk-R5QSSISB.js} +14 -9
- package/dist/chunk-R5QSSISB.js.map +1 -0
- package/dist/client/index.d.mts +5 -5
- package/dist/client/index.d.ts +5 -5
- package/dist/client/index.js +7 -5
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +6 -4
- package/dist/components/index.d.mts +253 -9
- package/dist/components/index.d.ts +253 -9
- package/dist/components/index.js +83 -5
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +82 -4
- package/dist/{config-eceYM5kN.d.ts → config-CWsTwnsK.d.mts} +7 -2
- package/dist/{config-C5tGGrYf.d.mts → config-DEaUbBqR.d.ts} +7 -2
- package/dist/{content.interface-TB2MfJGs.d.ts → content.interface-D_4b4RQt.d.ts} +1 -1
- package/dist/{content.interface-CxBBC7ec.d.mts → content.interface-Dk4UZcJM.d.mts} +1 -1
- package/dist/contexts/index.d.mts +2 -2
- package/dist/contexts/index.d.ts +2 -2
- package/dist/contexts/index.js +5 -5
- package/dist/contexts/index.mjs +4 -4
- package/dist/core/index.d.mts +521 -18
- package/dist/core/index.d.ts +521 -18
- package/dist/core/index.js +53 -3
- package/dist/core/index.js.map +1 -1
- package/dist/core/index.mjs +52 -2
- package/dist/index.d.mts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +56 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +55 -3
- package/dist/{notification.interface-lG6UpTpt.d.mts → notification.interface-BllkURRm.d.mts} +1 -2
- package/dist/{notification.interface-lG6UpTpt.d.ts → notification.interface-BllkURRm.d.ts} +1 -2
- package/dist/{s3.service-DP_hsssD.d.mts → s3.service-BEfGqho0.d.ts} +20 -2
- package/dist/{s3.service-Dq-PTUNa.d.ts → s3.service-DIQRYe93.d.mts} +20 -2
- package/dist/scripts/generate-web-module/generator.d.ts.map +1 -1
- package/dist/scripts/generate-web-module/generator.js +66 -0
- package/dist/scripts/generate-web-module/generator.js.map +1 -1
- package/dist/scripts/generate-web-module/templates/index.d.ts +8 -0
- package/dist/scripts/generate-web-module/templates/index.d.ts.map +1 -1
- package/dist/scripts/generate-web-module/templates/index.js +18 -1
- package/dist/scripts/generate-web-module/templates/index.js.map +1 -1
- package/dist/scripts/generate-web-module/templates/project/bootstrapper.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/bootstrapper.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/bootstrapper.template.js +141 -0
- package/dist/scripts/generate-web-module/templates/project/bootstrapper.template.js.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/env.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/env.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/env.template.js +110 -0
- package/dist/scripts/generate-web-module/templates/project/env.template.js.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/main-layout.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/main-layout.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/main-layout.template.js +101 -0
- package/dist/scripts/generate-web-module/templates/project/main-layout.template.js.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/middleware-env.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/middleware-env.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/middleware-env.template.js +66 -0
- package/dist/scripts/generate-web-module/templates/project/middleware-env.template.js.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-container.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/settings-container.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-container.template.js +257 -0
- package/dist/scripts/generate-web-module/templates/project/settings-container.template.js.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-context.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/settings-context.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-context.template.js +124 -0
- package/dist/scripts/generate-web-module/templates/project/settings-context.template.js.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-module-page.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/settings-module-page.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-module-page.template.js +78 -0
- package/dist/scripts/generate-web-module/templates/project/settings-module-page.template.js.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-page.template.d.ts +7 -0
- package/dist/scripts/generate-web-module/templates/project/settings-page.template.d.ts.map +1 -0
- package/dist/scripts/generate-web-module/templates/project/settings-page.template.js +75 -0
- package/dist/scripts/generate-web-module/templates/project/settings-page.template.js.map +1 -0
- package/dist/scripts/generate-web-module/types/template-data.interface.d.ts +1 -1
- package/dist/scripts/generate-web-module/types/template-data.interface.d.ts.map +1 -1
- package/dist/server/index.d.mts +4 -4
- package/dist/server/index.d.ts +4 -4
- package/dist/server/index.js +12 -12
- package/dist/server/index.mjs +2 -2
- package/dist/stripe-subscription.interface-C63L6hVg.d.mts +226 -0
- package/dist/stripe-subscription.interface-CUvNDvw5.d.ts +226 -0
- package/dist/{useSocket-Bua6MwLi.d.mts → useSocket-BpenBR2z.d.mts} +1 -1
- package/dist/{useSocket-D5dhUp4m.d.ts → useSocket-D-QYA0Sr.d.ts} +1 -1
- package/package.json +9 -1
- package/scripts/generate-web-module/generator.ts +83 -0
- package/scripts/generate-web-module/templates/index.ts +10 -0
- package/scripts/generate-web-module/templates/project/bootstrapper.template.ts +108 -0
- package/scripts/generate-web-module/templates/project/env.template.ts +77 -0
- package/scripts/generate-web-module/templates/project/main-layout.template.tsx +68 -0
- package/scripts/generate-web-module/templates/project/middleware-env.template.ts +33 -0
- package/scripts/generate-web-module/templates/project/settings-container.template.tsx +224 -0
- package/scripts/generate-web-module/templates/project/settings-context.template.tsx +91 -0
- package/scripts/generate-web-module/templates/project/settings-module-page.template.tsx +45 -0
- package/scripts/generate-web-module/templates/project/settings-page.template.tsx +42 -0
- package/scripts/generate-web-module/types/template-data.interface.ts +1 -1
- package/src/client/config.ts +9 -0
- package/src/components/index.ts +7 -0
- package/src/core/abstracts/AbstractService.ts +104 -0
- package/src/core/endpoint/EndpointCreator.ts +7 -4
- package/src/core/index.ts +12 -4
- package/src/core/interfaces/ApiResponseInterface.ts +1 -0
- package/src/core/registry/ModuleRegistry.ts +11 -2
- package/src/core/utils/translateResponse.ts +17 -0
- package/src/features/billing/components/cards/BillingUsageSummaryCard.tsx +97 -0
- package/src/features/billing/components/cards/CustomerInfoCard.tsx +112 -0
- package/src/features/billing/components/cards/InvoicesSummaryCard.tsx +114 -0
- package/src/features/billing/components/cards/PaymentMethodSummaryCard.tsx +119 -0
- package/src/features/billing/components/cards/SubscriptionSummaryCard.tsx +146 -0
- package/src/features/billing/components/cards/index.ts +5 -0
- package/src/features/billing/components/containers/BillingDashboardContainer.tsx +427 -0
- package/src/features/billing/components/containers/index.ts +1 -0
- package/src/features/billing/components/index.ts +6 -0
- package/src/features/billing/components/modals/BillingDetailModal.tsx +36 -0
- package/src/features/billing/components/modals/index.ts +1 -0
- package/src/features/billing/components/providers/StripeProvider.tsx +48 -0
- package/src/features/billing/components/providers/index.ts +1 -0
- package/src/features/billing/components/utils/currency.ts +49 -0
- package/src/features/billing/components/utils/date.ts +21 -0
- package/src/features/billing/components/utils/index.ts +2 -0
- package/src/features/billing/components/widgets/BillingAlertBanner.tsx +63 -0
- package/src/features/billing/components/widgets/index.ts +1 -0
- package/src/features/billing/data/Billing.ts +17 -0
- package/src/features/billing/data/billing.service.ts +58 -0
- package/src/features/billing/data/index.ts +5 -0
- package/src/features/billing/index.ts +3 -0
- package/src/features/billing/modules/billing.module.ts +9 -0
- package/src/features/billing/modules/index.ts +1 -0
- package/src/features/billing/stripe-customer/components/containers/PaymentMethodsContainer.tsx +79 -0
- package/src/features/billing/stripe-customer/components/containers/index.ts +1 -0
- package/src/features/billing/stripe-customer/components/details/PaymentMethodCard.tsx +151 -0
- package/src/features/billing/stripe-customer/components/details/index.ts +1 -0
- package/src/features/billing/stripe-customer/components/forms/PaymentMethodEditor.tsx +186 -0
- package/src/features/billing/stripe-customer/components/forms/index.ts +1 -0
- package/src/features/billing/stripe-customer/components/index.ts +4 -0
- package/src/features/billing/stripe-customer/components/lists/PaymentMethodsList.tsx +19 -0
- package/src/features/billing/stripe-customer/components/lists/index.ts +1 -0
- package/src/features/billing/stripe-customer/data/index.ts +5 -0
- package/src/features/billing/stripe-customer/data/payment-method.interface.ts +27 -0
- package/src/features/billing/stripe-customer/data/payment-method.ts +119 -0
- package/src/features/billing/stripe-customer/data/stripe-customer.interface.ts +16 -0
- package/src/features/billing/stripe-customer/data/stripe-customer.service.ts +128 -0
- package/src/features/billing/stripe-customer/data/stripe-customer.ts +71 -0
- package/src/features/billing/stripe-customer/index.ts +3 -0
- package/src/features/billing/stripe-customer/stripe-customer.module.ts +9 -0
- package/src/features/billing/stripe-customer/stripe-payment-method.module.ts +9 -0
- package/src/features/billing/stripe-invoice/components/containers/InvoicesContainer.tsx +66 -0
- package/src/features/billing/stripe-invoice/components/containers/index.ts +1 -0
- package/src/features/billing/stripe-invoice/components/details/InvoiceDetails.tsx +172 -0
- package/src/features/billing/stripe-invoice/components/details/index.ts +1 -0
- package/src/features/billing/stripe-invoice/components/index.ts +4 -0
- package/src/features/billing/stripe-invoice/components/lists/InvoicesList.tsx +84 -0
- package/src/features/billing/stripe-invoice/components/lists/index.ts +1 -0
- package/src/features/billing/stripe-invoice/components/widgets/InvoiceStatusBadge.tsx +41 -0
- package/src/features/billing/stripe-invoice/components/widgets/index.ts +1 -0
- package/src/features/billing/stripe-invoice/data/index.ts +3 -0
- package/src/features/billing/stripe-invoice/data/stripe-invoice.interface.ts +65 -0
- package/src/features/billing/stripe-invoice/data/stripe-invoice.service.ts +64 -0
- package/src/features/billing/stripe-invoice/data/stripe-invoice.ts +177 -0
- package/src/features/billing/stripe-invoice/index.ts +2 -0
- package/src/features/billing/stripe-invoice/stripe-invoice.module.ts +9 -0
- package/src/features/billing/stripe-price/components/forms/PriceEditor.tsx +304 -0
- package/src/features/billing/stripe-price/components/forms/index.ts +1 -0
- package/src/features/billing/stripe-price/components/index.ts +2 -0
- package/src/features/billing/stripe-price/components/lists/PricesList.tsx +283 -0
- package/src/features/billing/stripe-price/components/lists/index.ts +1 -0
- package/src/features/billing/stripe-price/data/index.ts +3 -0
- package/src/features/billing/stripe-price/data/stripe-price.interface.ts +48 -0
- package/src/features/billing/stripe-price/data/stripe-price.service.ts +123 -0
- package/src/features/billing/stripe-price/data/stripe-price.ts +156 -0
- package/src/features/billing/stripe-price/index.ts +2 -0
- package/src/features/billing/stripe-price/stripe-price.module.ts +9 -0
- package/src/features/billing/stripe-product/components/containers/ProductsAdminContainer.tsx +86 -0
- package/src/features/billing/stripe-product/components/containers/index.ts +1 -0
- package/src/features/billing/stripe-product/components/forms/ProductEditor.tsx +100 -0
- package/src/features/billing/stripe-product/components/forms/index.ts +1 -0
- package/src/features/billing/stripe-product/components/index.ts +3 -0
- package/src/features/billing/stripe-product/components/lists/ProductsList.tsx +206 -0
- package/src/features/billing/stripe-product/components/lists/index.ts +1 -0
- package/src/features/billing/stripe-product/data/index.ts +3 -0
- package/src/features/billing/stripe-product/data/stripe-product.interface.ts +18 -0
- package/src/features/billing/stripe-product/data/stripe-product.service.ts +112 -0
- package/src/features/billing/stripe-product/data/stripe-product.ts +74 -0
- package/src/features/billing/stripe-product/index.ts +2 -0
- package/src/features/billing/stripe-product/stripe-product.module.ts +9 -0
- package/src/features/billing/stripe-subscription/components/containers/SubscriptionsContainer.tsx +304 -0
- package/src/features/billing/stripe-subscription/components/containers/index.ts +1 -0
- package/src/features/billing/stripe-subscription/components/details/SubscriptionDetails.tsx +223 -0
- package/src/features/billing/stripe-subscription/components/details/index.ts +1 -0
- package/src/features/billing/stripe-subscription/components/forms/CancelSubscriptionDialog.tsx +116 -0
- package/src/features/billing/stripe-subscription/components/forms/SubscriptionEditor.tsx +331 -0
- package/src/features/billing/stripe-subscription/components/forms/index.ts +2 -0
- package/src/features/billing/stripe-subscription/components/index.ts +5 -0
- package/src/features/billing/stripe-subscription/components/lists/SubscriptionsList.tsx +104 -0
- package/src/features/billing/stripe-subscription/components/lists/index.ts +1 -0
- package/src/features/billing/stripe-subscription/components/widgets/PricingCard.tsx +95 -0
- package/src/features/billing/stripe-subscription/components/widgets/PricingCardsGrid.tsx +110 -0
- package/src/features/billing/stripe-subscription/components/widgets/ProrationPreview.tsx +41 -0
- package/src/features/billing/stripe-subscription/components/widgets/SubscriptionStatusBadge.tsx +60 -0
- package/src/features/billing/stripe-subscription/components/widgets/index.ts +4 -0
- package/src/features/billing/stripe-subscription/data/index.ts +3 -0
- package/src/features/billing/stripe-subscription/data/stripe-subscription.interface.ts +66 -0
- package/src/features/billing/stripe-subscription/data/stripe-subscription.service.ts +193 -0
- package/src/features/billing/stripe-subscription/data/stripe-subscription.ts +135 -0
- package/src/features/billing/stripe-subscription/hooks/index.ts +1 -0
- package/src/features/billing/stripe-subscription/hooks/useConfirmSubscriptionPayment.ts +111 -0
- package/src/features/billing/stripe-subscription/index.ts +5 -0
- package/src/features/billing/stripe-subscription/stripe-subscription.module.ts +9 -0
- package/src/features/billing/stripe-usage/components/containers/UsageContainer.tsx +109 -0
- package/src/features/billing/stripe-usage/components/containers/index.ts +1 -0
- package/src/features/billing/stripe-usage/components/details/UsageSummaryCard.tsx +90 -0
- package/src/features/billing/stripe-usage/components/details/index.ts +1 -0
- package/src/features/billing/stripe-usage/components/index.ts +4 -0
- package/src/features/billing/stripe-usage/components/lists/UsageHistoryTable.tsx +72 -0
- package/src/features/billing/stripe-usage/components/lists/index.ts +1 -0
- package/src/features/billing/stripe-usage/components/widgets/UsageSummaryCards.tsx +19 -0
- package/src/features/billing/stripe-usage/components/widgets/index.ts +1 -0
- package/src/features/billing/stripe-usage/data/index.ts +3 -0
- package/src/features/billing/stripe-usage/data/stripe-usage.interface.ts +55 -0
- package/src/features/billing/stripe-usage/data/stripe-usage.service.ts +129 -0
- package/src/features/billing/stripe-usage/data/stripe-usage.ts +70 -0
- package/src/features/billing/stripe-usage/index.ts +2 -0
- package/src/features/billing/stripe-usage/stripe-usage.module.ts +9 -0
- package/src/features/company/components/forms/CompanyEditor.tsx +2 -2
- package/src/features/company/contexts/CompanyContext.tsx +2 -2
- package/src/features/feature/components/forms/FormFeatures.tsx +13 -106
- package/src/features/feature/data/feature.interface.ts +1 -1
- package/src/features/feature/data/feature.ts +4 -4
- package/src/features/index.ts +7 -0
- package/src/features/module/data/module.interface.ts +0 -1
- package/src/features/module/data/module.ts +0 -6
- package/src/features/user/components/lists/ContributorsList.tsx +2 -2
- package/src/features/user/components/widgets/UserAvatar.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/shadcnui/custom/link.tsx +16 -6
- package/src/utils/blocknote-diff.util.ts +2 -1
- package/src/utils/blocknote-word-diff-renderer.util.ts +8 -7
- package/dist/AuthComponent-hxOPs9o8.d.mts +0 -11
- package/dist/AuthComponent-hxOPs9o8.d.ts +0 -11
- package/dist/JsonApiRequest-FXZCYIER.js +0 -24
- package/dist/chunk-6YD42BP6.js.map +0 -1
- package/dist/chunk-C6QXZGL7.js.map +0 -1
- package/dist/chunk-FPZPD4JI.js.map +0 -1
- package/dist/chunk-JGVXZS7M.mjs.map +0 -1
- package/dist/chunk-PK5DRSUD.js.map +0 -1
- package/dist/chunk-SJIVGCNM.mjs.map +0 -1
- package/dist/chunk-TGBXBUWM.mjs.map +0 -1
- package/dist/chunk-WAFOKMKT.mjs.map +0 -1
- /package/dist/{BlockNoteEditor-ITJLAOXC.mjs.map → BlockNoteEditor-HFX7Z5BQ.mjs.map} +0 -0
- /package/dist/{JsonApiRequest-HFWXMKMA.mjs.map → JsonApiRequest-6IPS3DZJ.mjs.map} +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
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 { o as RoleInterface, U as UserInterface, M as ModuleWithPermissions, b as Action, l as FeatureInterface, J as JsonApiHydratedDataInterface, k as CompanyInterface, N as NotificationInterface } from '../notification.interface-
|
|
5
|
-
import { a as ContentInterface } from '../content.interface-
|
|
4
|
+
import { o as RoleInterface, U as UserInterface, M as ModuleWithPermissions, b as Action, l as FeatureInterface, J as JsonApiHydratedDataInterface, k as CompanyInterface, N as NotificationInterface } from '../notification.interface-BllkURRm.js';
|
|
5
|
+
import { a as ContentInterface } from '../content.interface-D_4b4RQt.js';
|
|
6
6
|
import { PartialBlock } from '@blocknote/core';
|
|
7
7
|
import { D as DataListRetriever } from '../useDataListRetriever-futhx3OP.js';
|
|
8
8
|
import { DateRange, DayPicker } from 'react-day-picker';
|
|
@@ -10,7 +10,7 @@ import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
|
10
10
|
export { DropzoneOptions } from 'react-dropzone';
|
|
11
11
|
import { B as BreadcrumbItemData } from '../breadcrumb.item.data.interface-CgB4_1EE.js';
|
|
12
12
|
import { ColumnDef } from '@tanstack/react-table';
|
|
13
|
-
import { A as AuthComponent } from '../
|
|
13
|
+
import { A as AuthComponent, j as StripeSubscriptionInterface, P as PaymentMethodInterface, S as StripeCustomerInterface, a as StripeInvoiceInterface, M as MeterInterface, o as MeterSummaryInterface, d as StripePriceInterface, I as InvoiceStatus, g as StripeProductInterface, b as ProrationPreviewInterface, i as SubscriptionStatus, n as StripeUsageInterface } from '../stripe-subscription.interface-CUvNDvw5.js';
|
|
14
14
|
import * as react_hook_form from 'react-hook-form';
|
|
15
15
|
import { UseFormReturn, FieldValues, FieldPath, ControllerProps } from 'react-hook-form';
|
|
16
16
|
import * as AccordionPrimitive from '@radix-ui/react-accordion';
|
|
@@ -53,7 +53,6 @@ import * as TabsPrimitive from '@radix-ui/react-tabs';
|
|
|
53
53
|
import * as TogglePrimitive from '@radix-ui/react-toggle';
|
|
54
54
|
import { UniqueIdentifier, DndContextProps, DragEndEvent, DragOverlay } from '@dnd-kit/core';
|
|
55
55
|
import { SortableContextProps } from '@dnd-kit/sortable';
|
|
56
|
-
import NextLink from 'next/link';
|
|
57
56
|
import 'lucide-react';
|
|
58
57
|
|
|
59
58
|
type AddUserToRoleProps = {
|
|
@@ -443,9 +442,8 @@ type FormFeaturesProps = {
|
|
|
443
442
|
name?: string;
|
|
444
443
|
features: FeatureInterface[];
|
|
445
444
|
featureField?: string;
|
|
446
|
-
moduleField?: string;
|
|
447
445
|
};
|
|
448
|
-
declare function FormFeatures({ form, name, features, featureField
|
|
446
|
+
declare function FormFeatures({ form, name, features, featureField }: FormFeaturesProps): react_jsx_runtime.JSX.Element;
|
|
449
447
|
|
|
450
448
|
type BreadcrumbProps = {
|
|
451
449
|
items: BreadcrumbItemData[];
|
|
@@ -583,6 +581,249 @@ declare function RefreshUser(): null;
|
|
|
583
581
|
|
|
584
582
|
declare function ResetPassword(): react_jsx_runtime.JSX.Element;
|
|
585
583
|
|
|
584
|
+
type SubscriptionSummaryCardProps = {
|
|
585
|
+
subscriptions: StripeSubscriptionInterface[];
|
|
586
|
+
loading?: boolean;
|
|
587
|
+
error?: string;
|
|
588
|
+
onManageClick: () => void;
|
|
589
|
+
};
|
|
590
|
+
declare function SubscriptionSummaryCard({ subscriptions, loading, error, onManageClick, }: SubscriptionSummaryCardProps): react_jsx_runtime.JSX.Element;
|
|
591
|
+
|
|
592
|
+
type PaymentMethodSummaryCardProps = {
|
|
593
|
+
paymentMethods: PaymentMethodInterface[];
|
|
594
|
+
defaultPaymentMethodId?: string;
|
|
595
|
+
loading?: boolean;
|
|
596
|
+
error?: string;
|
|
597
|
+
onManageClick: () => void;
|
|
598
|
+
};
|
|
599
|
+
declare function PaymentMethodSummaryCard({ paymentMethods, defaultPaymentMethodId, loading, error, onManageClick, }: PaymentMethodSummaryCardProps): react_jsx_runtime.JSX.Element;
|
|
600
|
+
|
|
601
|
+
type CustomerInfoCardProps = {
|
|
602
|
+
customer: StripeCustomerInterface | null;
|
|
603
|
+
loading?: boolean;
|
|
604
|
+
error?: string;
|
|
605
|
+
};
|
|
606
|
+
declare function CustomerInfoCard({ customer, loading, error }: CustomerInfoCardProps): react_jsx_runtime.JSX.Element;
|
|
607
|
+
|
|
608
|
+
type InvoicesSummaryCardProps = {
|
|
609
|
+
invoices: StripeInvoiceInterface[];
|
|
610
|
+
loading?: boolean;
|
|
611
|
+
error?: string;
|
|
612
|
+
onViewAllClick: () => void;
|
|
613
|
+
};
|
|
614
|
+
declare function InvoicesSummaryCard({ invoices, loading, error, onViewAllClick }: InvoicesSummaryCardProps): react_jsx_runtime.JSX.Element;
|
|
615
|
+
|
|
616
|
+
type BillingUsageSummaryCardProps = {
|
|
617
|
+
meters: MeterInterface[];
|
|
618
|
+
summaries: Record<string, MeterSummaryInterface | null>;
|
|
619
|
+
loading?: boolean;
|
|
620
|
+
error?: string;
|
|
621
|
+
onViewDetailsClick: () => void;
|
|
622
|
+
};
|
|
623
|
+
declare function BillingUsageSummaryCard({ meters, summaries, loading, error, onViewDetailsClick, }: BillingUsageSummaryCardProps): react_jsx_runtime.JSX.Element;
|
|
624
|
+
|
|
625
|
+
declare function BillingDashboardContainer(): react_jsx_runtime.JSX.Element;
|
|
626
|
+
|
|
627
|
+
type BillingDetailModalProps = {
|
|
628
|
+
open: boolean;
|
|
629
|
+
onOpenChange: (open: boolean) => void;
|
|
630
|
+
title: string;
|
|
631
|
+
children: ReactNode;
|
|
632
|
+
className?: string;
|
|
633
|
+
};
|
|
634
|
+
declare function BillingDetailModal({ open, onOpenChange, title, children, className, }: BillingDetailModalProps): react_jsx_runtime.JSX.Element;
|
|
635
|
+
|
|
636
|
+
declare function StripeProvider({ children }: {
|
|
637
|
+
children: ReactNode;
|
|
638
|
+
}): react_jsx_runtime.JSX.Element;
|
|
639
|
+
declare function isStripeConfigured(): boolean;
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* Format price recurring interval for display
|
|
643
|
+
* @param price - Stripe price object
|
|
644
|
+
* @returns Formatted interval string (e.g., "/month", "/year", "/2 weeks", "one-time")
|
|
645
|
+
*/
|
|
646
|
+
declare function formatInterval(price: StripePriceInterface): string;
|
|
647
|
+
/**
|
|
648
|
+
* Format currency amount from cents to localized currency string
|
|
649
|
+
* @param amount - Amount in cents
|
|
650
|
+
* @param currency - Currency code (e.g., "USD", "EUR", "GBP")
|
|
651
|
+
* @returns Formatted currency string (e.g., "$9.99", "€9,99")
|
|
652
|
+
*/
|
|
653
|
+
declare function formatCurrency(amount: number | undefined, currency: string): string;
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* Format a date to a localized date string
|
|
657
|
+
* @param date - Date object or ISO string
|
|
658
|
+
* @returns Formatted date string (e.g., "Jan 15, 2025")
|
|
659
|
+
*/
|
|
660
|
+
declare function formatDate(date: Date | string | undefined): string;
|
|
661
|
+
|
|
662
|
+
type BillingAlertBannerProps = {
|
|
663
|
+
subscription: StripeSubscriptionInterface;
|
|
664
|
+
onUpdatePayment?: () => void;
|
|
665
|
+
onAddPayment?: () => void;
|
|
666
|
+
};
|
|
667
|
+
declare function BillingAlertBanner({ subscription, onUpdatePayment, onAddPayment }: BillingAlertBannerProps): react_jsx_runtime.JSX.Element | null;
|
|
668
|
+
|
|
669
|
+
declare function PaymentMethodsContainer(): react_jsx_runtime.JSX.Element;
|
|
670
|
+
|
|
671
|
+
type PaymentMethodCardProps = {
|
|
672
|
+
paymentMethod: PaymentMethodInterface;
|
|
673
|
+
onUpdate: () => void;
|
|
674
|
+
};
|
|
675
|
+
declare function PaymentMethodCard({ paymentMethod, onUpdate }: PaymentMethodCardProps): react_jsx_runtime.JSX.Element;
|
|
676
|
+
|
|
677
|
+
type PaymentMethodEditorProps = {
|
|
678
|
+
open: boolean;
|
|
679
|
+
onOpenChange: (open: boolean) => void;
|
|
680
|
+
onSuccess: () => void;
|
|
681
|
+
};
|
|
682
|
+
declare function PaymentMethodEditor({ open, onOpenChange, onSuccess }: PaymentMethodEditorProps): react_jsx_runtime.JSX.Element;
|
|
683
|
+
|
|
684
|
+
type PaymentMethodsListProps = {
|
|
685
|
+
paymentMethods: PaymentMethodInterface[];
|
|
686
|
+
onUpdate: () => void;
|
|
687
|
+
};
|
|
688
|
+
declare function PaymentMethodsList({ paymentMethods, onUpdate }: PaymentMethodsListProps): react_jsx_runtime.JSX.Element;
|
|
689
|
+
|
|
690
|
+
declare function InvoicesContainer(): react_jsx_runtime.JSX.Element;
|
|
691
|
+
|
|
692
|
+
type InvoiceDetailsProps = {
|
|
693
|
+
invoice: StripeInvoiceInterface;
|
|
694
|
+
open: boolean;
|
|
695
|
+
onOpenChange: (open: boolean) => void;
|
|
696
|
+
onInvoiceChange: () => void;
|
|
697
|
+
};
|
|
698
|
+
declare function InvoiceDetails({ invoice, open, onOpenChange, onInvoiceChange }: InvoiceDetailsProps): react_jsx_runtime.JSX.Element;
|
|
699
|
+
|
|
700
|
+
type InvoicesListProps = {
|
|
701
|
+
invoices: StripeInvoiceInterface[];
|
|
702
|
+
onInvoicesChange: () => void;
|
|
703
|
+
};
|
|
704
|
+
declare function InvoicesList({ invoices, onInvoicesChange }: InvoicesListProps): react_jsx_runtime.JSX.Element;
|
|
705
|
+
|
|
706
|
+
type InvoiceStatusBadgeProps = {
|
|
707
|
+
status: InvoiceStatus;
|
|
708
|
+
};
|
|
709
|
+
declare function InvoiceStatusBadge({ status }: InvoiceStatusBadgeProps): react_jsx_runtime.JSX.Element;
|
|
710
|
+
|
|
711
|
+
type PriceEditorProps = {
|
|
712
|
+
productId: string;
|
|
713
|
+
price?: StripePriceInterface;
|
|
714
|
+
open: boolean;
|
|
715
|
+
onOpenChange: (open: boolean) => void;
|
|
716
|
+
onSuccess: () => void;
|
|
717
|
+
};
|
|
718
|
+
declare function PriceEditor({ productId, price, open, onOpenChange, onSuccess }: PriceEditorProps): react_jsx_runtime.JSX.Element;
|
|
719
|
+
|
|
720
|
+
type PricesListProps = {
|
|
721
|
+
productId: string;
|
|
722
|
+
onPricesChange: () => void;
|
|
723
|
+
};
|
|
724
|
+
declare function PricesList({ productId, onPricesChange }: PricesListProps): react_jsx_runtime.JSX.Element;
|
|
725
|
+
|
|
726
|
+
declare function ProductsAdminContainer(): react_jsx_runtime.JSX.Element;
|
|
727
|
+
|
|
728
|
+
type ProductEditorProps = {
|
|
729
|
+
product?: StripeProductInterface;
|
|
730
|
+
open: boolean;
|
|
731
|
+
onOpenChange: (open: boolean) => void;
|
|
732
|
+
onSuccess: () => void;
|
|
733
|
+
};
|
|
734
|
+
declare function ProductEditor({ product, open, onOpenChange, onSuccess }: ProductEditorProps): react_jsx_runtime.JSX.Element;
|
|
735
|
+
|
|
736
|
+
type ProductsListProps = {
|
|
737
|
+
products: StripeProductInterface[];
|
|
738
|
+
onProductsChange: () => void;
|
|
739
|
+
};
|
|
740
|
+
declare function ProductsList({ products, onProductsChange }: ProductsListProps): react_jsx_runtime.JSX.Element;
|
|
741
|
+
|
|
742
|
+
declare function SubscriptionsContainer(): react_jsx_runtime.JSX.Element;
|
|
743
|
+
|
|
744
|
+
type SubscriptionDetailsProps = {
|
|
745
|
+
subscription: StripeSubscriptionInterface;
|
|
746
|
+
open: boolean;
|
|
747
|
+
onOpenChange: (open: boolean) => void;
|
|
748
|
+
onSubscriptionChange: () => void;
|
|
749
|
+
};
|
|
750
|
+
declare function SubscriptionDetails({ subscription, open, onOpenChange, onSubscriptionChange, }: SubscriptionDetailsProps): react_jsx_runtime.JSX.Element;
|
|
751
|
+
|
|
752
|
+
type CancelSubscriptionDialogProps = {
|
|
753
|
+
subscription: StripeSubscriptionInterface;
|
|
754
|
+
open: boolean;
|
|
755
|
+
onOpenChange: (open: boolean) => void;
|
|
756
|
+
onSuccess: () => void;
|
|
757
|
+
};
|
|
758
|
+
declare function CancelSubscriptionDialog({ subscription, open, onOpenChange, onSuccess, }: CancelSubscriptionDialogProps): react_jsx_runtime.JSX.Element;
|
|
759
|
+
|
|
760
|
+
type SubscriptionEditorProps = {
|
|
761
|
+
subscription?: StripeSubscriptionInterface;
|
|
762
|
+
open: boolean;
|
|
763
|
+
onOpenChange: (open: boolean) => void;
|
|
764
|
+
onSuccess: () => void;
|
|
765
|
+
onAddPaymentMethod?: () => void;
|
|
766
|
+
};
|
|
767
|
+
declare function SubscriptionEditor({ subscription, open, onOpenChange, onSuccess, onAddPaymentMethod, }: SubscriptionEditorProps): react_jsx_runtime.JSX.Element;
|
|
768
|
+
|
|
769
|
+
type SubscriptionsListProps = {
|
|
770
|
+
subscriptions: StripeSubscriptionInterface[];
|
|
771
|
+
onSubscriptionsChange: () => void;
|
|
772
|
+
};
|
|
773
|
+
declare function SubscriptionsList({ subscriptions, onSubscriptionsChange }: SubscriptionsListProps): react_jsx_runtime.JSX.Element;
|
|
774
|
+
|
|
775
|
+
type PricingCardProps = {
|
|
776
|
+
price: StripePriceInterface;
|
|
777
|
+
isCurrentPlan?: boolean;
|
|
778
|
+
isSelected?: boolean;
|
|
779
|
+
isDisabled?: boolean;
|
|
780
|
+
isLoading?: boolean;
|
|
781
|
+
onSelect: (price: StripePriceInterface) => void;
|
|
782
|
+
};
|
|
783
|
+
declare function PricingCard({ price, isCurrentPlan, isSelected, isDisabled, isLoading, onSelect }: PricingCardProps): react_jsx_runtime.JSX.Element;
|
|
784
|
+
|
|
785
|
+
type PricesByProduct = Map<string, StripePriceInterface[]>;
|
|
786
|
+
type PricingCardsGridProps = {
|
|
787
|
+
products: StripeProductInterface[];
|
|
788
|
+
pricesByProduct: PricesByProduct;
|
|
789
|
+
currentPriceId?: string;
|
|
790
|
+
selectedPriceId?: string;
|
|
791
|
+
loadingPriceId?: string;
|
|
792
|
+
loading?: boolean;
|
|
793
|
+
onSelectPrice: (price: StripePriceInterface) => void;
|
|
794
|
+
};
|
|
795
|
+
declare function PricingCardsGrid({ products, pricesByProduct, currentPriceId, selectedPriceId, loadingPriceId, loading, onSelectPrice, }: PricingCardsGridProps): react_jsx_runtime.JSX.Element;
|
|
796
|
+
|
|
797
|
+
type ProrationPreviewProps = {
|
|
798
|
+
preview: ProrationPreviewInterface;
|
|
799
|
+
};
|
|
800
|
+
declare function ProrationPreview({ preview }: ProrationPreviewProps): react_jsx_runtime.JSX.Element;
|
|
801
|
+
|
|
802
|
+
type SubscriptionStatusBadgeProps = {
|
|
803
|
+
status: SubscriptionStatus;
|
|
804
|
+
cancelAtPeriodEnd?: boolean;
|
|
805
|
+
};
|
|
806
|
+
declare function SubscriptionStatusBadge({ status, cancelAtPeriodEnd }: SubscriptionStatusBadgeProps): react_jsx_runtime.JSX.Element;
|
|
807
|
+
|
|
808
|
+
declare function UsageContainer(): react_jsx_runtime.JSX.Element | null;
|
|
809
|
+
|
|
810
|
+
type UsageSummaryCardProps = {
|
|
811
|
+
meter: MeterInterface;
|
|
812
|
+
summary: MeterSummaryInterface | null;
|
|
813
|
+
};
|
|
814
|
+
declare function UsageSummaryCard({ meter, summary }: UsageSummaryCardProps): react_jsx_runtime.JSX.Element;
|
|
815
|
+
|
|
816
|
+
type UsageHistoryTableProps = {
|
|
817
|
+
usageRecords: StripeUsageInterface[];
|
|
818
|
+
};
|
|
819
|
+
declare function UsageHistoryTable({ usageRecords }: UsageHistoryTableProps): react_jsx_runtime.JSX.Element;
|
|
820
|
+
|
|
821
|
+
type UsageSummaryCardsProps = {
|
|
822
|
+
meters: MeterInterface[];
|
|
823
|
+
summaries: Record<string, MeterSummaryInterface | null>;
|
|
824
|
+
};
|
|
825
|
+
declare function UsageSummaryCards({ meters, summaries }: UsageSummaryCardsProps): react_jsx_runtime.JSX.Element;
|
|
826
|
+
|
|
586
827
|
declare function AdminCompanyContainer(): react_jsx_runtime.JSX.Element;
|
|
587
828
|
|
|
588
829
|
declare function CompanyContainer(): react_jsx_runtime.JSX.Element | null;
|
|
@@ -1360,10 +1601,13 @@ interface KanbanOverlayProps extends Omit<React$1.ComponentPropsWithoutRef<typeo
|
|
|
1360
1601
|
}
|
|
1361
1602
|
declare function KanbanOverlay(props: KanbanOverlayProps): React$1.ReactPortal | null;
|
|
1362
1603
|
|
|
1363
|
-
interface LinkProps
|
|
1604
|
+
interface LinkProps {
|
|
1605
|
+
href: string;
|
|
1606
|
+
children: React$1.ReactNode;
|
|
1364
1607
|
className?: string;
|
|
1608
|
+
[key: string]: any;
|
|
1365
1609
|
}
|
|
1366
|
-
declare const Link: React$1.ForwardRefExoticComponent<LinkProps & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
1610
|
+
declare const Link: React$1.ForwardRefExoticComponent<Omit<LinkProps, "ref"> & React$1.RefAttributes<HTMLAnchorElement>>;
|
|
1367
1611
|
|
|
1368
1612
|
/**
|
|
1369
1613
|
* Variants for the multi-select component to handle different styles.
|
|
@@ -1441,4 +1685,4 @@ interface MultiSelectProps extends React$1.ButtonHTMLAttributes<HTMLButtonElemen
|
|
|
1441
1685
|
}
|
|
1442
1686
|
declare const MultiSelect: React$1.ForwardRefExoticComponent<MultiSelectProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
1443
1687
|
|
|
1444
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormContainerGeneric, FormControl, FormDate, FormDateTime, FormDescription, FormFeatures, FormField, FormInput, FormItem, FormLabel, FormMessage, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasswordInput, type PasswordInputProps, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON, SIDEBAR_WIDTH_MOBILE, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UsersList, UsersListByContentIds, UsersListContainer, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, generateNotificationData, navigationMenuTriggerStyle, toggleVariants, triggerAssociationToast, useFileUpload, useFormField, useSidebar };
|
|
1688
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllowedUsersDetails, AttributeElement, AuthContainer, Avatar, AvatarFallback, AvatarImage, Badge, type BadgeProps, BillingAlertBanner, BillingDashboardContainer, BillingDetailModal, BillingUsageSummaryCard, BlockNoteEditorContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CancelSubscriptionDialog, Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyConfigurationSecurityForm, CompanyContainer, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CustomerInfoCard, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, ErrorDetails, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, ForgotPassword, Form, FormCheckbox, FormContainerGeneric, FormControl, FormDate, FormDateTime, FormDescription, FormFeatures, FormField, FormInput, FormItem, FormLabel, FormMessage, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, Input, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, InvoiceDetails, InvoiceStatusBadge, InvoicesContainer, InvoicesList, InvoicesSummaryCard, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, ModeToggleSwitch, MultiSelect, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasswordInput, type PasswordInputProps, PaymentMethodCard, PaymentMethodEditor, PaymentMethodSummaryCard, PaymentMethodsContainer, PaymentMethodsList, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, PriceEditor, type PricesByProduct, PricesList, PricingCard, type PricingCardProps, PricingCardsGrid, type PricingCardsGridProps, ProductEditor, ProductsAdminContainer, ProductsList, Progress, ProrationPreview, PushNotificationProvider, RadioGroup, RadioGroupItem, ReactMarkdownContainer, RecentPagesNavigator, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, SIDEBAR_WIDTH, SIDEBAR_WIDTH_ICON, SIDEBAR_WIDTH_MOBILE, ScrollArea, ScrollBar, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, StripeProvider, SubscriptionDetails, SubscriptionEditor, SubscriptionStatusBadge, SubscriptionSummaryCard, SubscriptionsContainer, SubscriptionsList, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, type TextareaProps, Toaster, Toggle, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, UsageContainer, UsageHistoryTable, UsageSummaryCard, UsageSummaryCards, UserAvatar, UserAvatarEditor, UserContainer, UserDeleter, UserDetails, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSelector, UsersList, UsersListByContentIds, UsersListContainer, badgeVariants, buttonVariants, cellComponent, cellDate, cellId, cellLink, cellUrl, errorToast, formatCurrency, formatDate, formatInterval, generateNotificationData, isStripeConfigured, navigationMenuTriggerStyle, toggleVariants, triggerAssociationToast, useFileUpload, useFormField, useSidebar };
|
package/dist/components/index.js
CHANGED
|
@@ -337,11 +337,50 @@
|
|
|
337
337
|
|
|
338
338
|
|
|
339
339
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
var _chunkONB2DAIVjs = require('../chunk-ONB2DAIV.js');
|
|
380
|
+
require('../chunk-R5QSSISB.js');
|
|
381
|
+
require('../chunk-2AZLCF6D.js');
|
|
343
382
|
require('../chunk-IBS6NI7D.js');
|
|
344
|
-
require('../chunk-
|
|
383
|
+
require('../chunk-GPGJNTHP.js');
|
|
345
384
|
require('../chunk-LXKSUWAV.js');
|
|
346
385
|
require('../chunk-7QVYU63E.js');
|
|
347
386
|
|
|
@@ -689,5 +728,44 @@ require('../chunk-7QVYU63E.js');
|
|
|
689
728
|
|
|
690
729
|
|
|
691
730
|
|
|
692
|
-
exports.AcceptInvitation = _chunkPK5DRSUDjs.AcceptInvitation; exports.Accordion = _chunkPK5DRSUDjs.Accordion; exports.AccordionContent = _chunkPK5DRSUDjs.AccordionContent; exports.AccordionItem = _chunkPK5DRSUDjs.AccordionItem; exports.AccordionTrigger = _chunkPK5DRSUDjs.AccordionTrigger; exports.ActivateAccount = _chunkPK5DRSUDjs.ActivateAccount; exports.AddUserToRole = _chunkPK5DRSUDjs.AddUserToRole; exports.AdminCompanyContainer = _chunkPK5DRSUDjs.AdminCompanyContainer; exports.AdminUsersList = _chunkPK5DRSUDjs.AdminUsersList; exports.Alert = _chunkPK5DRSUDjs.Alert; exports.AlertDescription = _chunkPK5DRSUDjs.AlertDescription; exports.AlertDialog = _chunkPK5DRSUDjs.AlertDialog; exports.AlertDialogAction = _chunkPK5DRSUDjs.AlertDialogAction; exports.AlertDialogCancel = _chunkPK5DRSUDjs.AlertDialogCancel; exports.AlertDialogContent = _chunkPK5DRSUDjs.AlertDialogContent; exports.AlertDialogDescription = _chunkPK5DRSUDjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkPK5DRSUDjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkPK5DRSUDjs.AlertDialogHeader; exports.AlertDialogOverlay = _chunkPK5DRSUDjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkPK5DRSUDjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkPK5DRSUDjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkPK5DRSUDjs.AlertDialogTrigger; exports.AlertTitle = _chunkPK5DRSUDjs.AlertTitle; exports.AllowedUsersDetails = _chunkPK5DRSUDjs.AllowedUsersDetails; exports.AttributeElement = _chunkPK5DRSUDjs.AttributeElement; exports.AuthContainer = _chunkPK5DRSUDjs.AuthContainer; exports.Avatar = _chunkPK5DRSUDjs.Avatar; exports.AvatarFallback = _chunkPK5DRSUDjs.AvatarFallback; exports.AvatarImage = _chunkPK5DRSUDjs.AvatarImage; exports.Badge = _chunkPK5DRSUDjs.Badge; exports.BlockNoteEditorContainer = _chunkPK5DRSUDjs.BlockNoteEditorContainer; exports.Board = _chunkPK5DRSUDjs.KanbanBoard; exports.Breadcrumb = _chunkPK5DRSUDjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkPK5DRSUDjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkPK5DRSUDjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkPK5DRSUDjs.BreadcrumbLink; exports.BreadcrumbList = _chunkPK5DRSUDjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkPK5DRSUDjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkPK5DRSUDjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkPK5DRSUDjs.BreadcrumbSeparator; exports.Button = _chunkPK5DRSUDjs.Button; exports.Calendar = _chunkPK5DRSUDjs.Calendar; exports.Card = _chunkPK5DRSUDjs.Card; exports.CardContent = _chunkPK5DRSUDjs.CardContent; exports.CardDescription = _chunkPK5DRSUDjs.CardDescription; exports.CardFooter = _chunkPK5DRSUDjs.CardFooter; exports.CardHeader = _chunkPK5DRSUDjs.CardHeader; exports.CardTitle = _chunkPK5DRSUDjs.CardTitle; exports.Carousel = _chunkPK5DRSUDjs.Carousel; exports.CarouselContent = _chunkPK5DRSUDjs.CarouselContent; exports.CarouselItem = _chunkPK5DRSUDjs.CarouselItem; exports.CarouselNext = _chunkPK5DRSUDjs.CarouselNext; exports.CarouselPrevious = _chunkPK5DRSUDjs.CarouselPrevious; exports.ChartContainer = _chunkPK5DRSUDjs.ChartContainer; exports.ChartLegend = _chunkPK5DRSUDjs.ChartLegend; exports.ChartLegendContent = _chunkPK5DRSUDjs.ChartLegendContent; exports.ChartStyle = _chunkPK5DRSUDjs.ChartStyle; exports.ChartTooltip = _chunkPK5DRSUDjs.ChartTooltip; exports.ChartTooltipContent = _chunkPK5DRSUDjs.ChartTooltipContent; exports.Checkbox = _chunkPK5DRSUDjs.Checkbox; exports.Collapsible = _chunkPK5DRSUDjs.Collapsible; exports.CollapsibleContent = _chunkPK5DRSUDjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkPK5DRSUDjs.CollapsibleTrigger; exports.Column = _chunkPK5DRSUDjs.KanbanColumn; exports.ColumnHandle = _chunkPK5DRSUDjs.KanbanColumnHandle; exports.Command = _chunkPK5DRSUDjs.Command; exports.CommandDialog = _chunkPK5DRSUDjs.CommandDialog; exports.CommandEmpty = _chunkPK5DRSUDjs.CommandEmpty; exports.CommandGroup = _chunkPK5DRSUDjs.CommandGroup; exports.CommandInput = _chunkPK5DRSUDjs.CommandInput; exports.CommandItem = _chunkPK5DRSUDjs.CommandItem; exports.CommandList = _chunkPK5DRSUDjs.CommandList; exports.CommandSeparator = _chunkPK5DRSUDjs.CommandSeparator; exports.CommandShortcut = _chunkPK5DRSUDjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkPK5DRSUDjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkPK5DRSUDjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkPK5DRSUDjs.CommonDeleter; exports.CommonEditorButtons = _chunkPK5DRSUDjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkPK5DRSUDjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkPK5DRSUDjs.CommonEditorTrigger; exports.CompaniesList = _chunkPK5DRSUDjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkPK5DRSUDjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkPK5DRSUDjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkPK5DRSUDjs.CompanyContainer; exports.CompanyDeleter = _chunkPK5DRSUDjs.CompanyDeleter; exports.CompanyDetails = _chunkPK5DRSUDjs.CompanyDetails; exports.CompanyEditor = _chunkPK5DRSUDjs.CompanyEditor; exports.CompanyUsersList = _chunkPK5DRSUDjs.CompanyUsersList; exports.ContentListTable = _chunkPK5DRSUDjs.ContentListTable; exports.ContentTableSearch = _chunkPK5DRSUDjs.ContentTableSearch; exports.ContentTitle = _chunkPK5DRSUDjs.ContentTitle; exports.ContentsList = _chunkPK5DRSUDjs.ContentsList; exports.ContentsListById = _chunkPK5DRSUDjs.ContentsListById; exports.ContextMenu = _chunkPK5DRSUDjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkPK5DRSUDjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkPK5DRSUDjs.ContextMenuContent; exports.ContextMenuGroup = _chunkPK5DRSUDjs.ContextMenuGroup; exports.ContextMenuItem = _chunkPK5DRSUDjs.ContextMenuItem; exports.ContextMenuLabel = _chunkPK5DRSUDjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkPK5DRSUDjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkPK5DRSUDjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkPK5DRSUDjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkPK5DRSUDjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkPK5DRSUDjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkPK5DRSUDjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkPK5DRSUDjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkPK5DRSUDjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkPK5DRSUDjs.ContextMenuTrigger; exports.ContributorsList = _chunkPK5DRSUDjs.ContributorsList; exports.Cookies = _chunkPK5DRSUDjs.Cookies; exports.DatePickerPopover = _chunkPK5DRSUDjs.DatePickerPopover; exports.DateRangeSelector = _chunkPK5DRSUDjs.DateRangeSelector; exports.Dialog = _chunkPK5DRSUDjs.Dialog; exports.DialogClose = _chunkPK5DRSUDjs.DialogClose; exports.DialogContent = _chunkPK5DRSUDjs.DialogContent; exports.DialogDescription = _chunkPK5DRSUDjs.DialogDescription; exports.DialogFooter = _chunkPK5DRSUDjs.DialogFooter; exports.DialogHeader = _chunkPK5DRSUDjs.DialogHeader; exports.DialogOverlay = _chunkPK5DRSUDjs.DialogOverlay; exports.DialogPortal = _chunkPK5DRSUDjs.DialogPortal; exports.DialogTitle = _chunkPK5DRSUDjs.DialogTitle; exports.DialogTrigger = _chunkPK5DRSUDjs.DialogTrigger; exports.Drawer = _chunkPK5DRSUDjs.Drawer; exports.DrawerClose = _chunkPK5DRSUDjs.DrawerClose; exports.DrawerContent = _chunkPK5DRSUDjs.DrawerContent; exports.DrawerDescription = _chunkPK5DRSUDjs.DrawerDescription; exports.DrawerFooter = _chunkPK5DRSUDjs.DrawerFooter; exports.DrawerHeader = _chunkPK5DRSUDjs.DrawerHeader; exports.DrawerOverlay = _chunkPK5DRSUDjs.DrawerOverlay; exports.DrawerPortal = _chunkPK5DRSUDjs.DrawerPortal; exports.DrawerTitle = _chunkPK5DRSUDjs.DrawerTitle; exports.DrawerTrigger = _chunkPK5DRSUDjs.DrawerTrigger; exports.DropdownMenu = _chunkPK5DRSUDjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkPK5DRSUDjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkPK5DRSUDjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkPK5DRSUDjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkPK5DRSUDjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkPK5DRSUDjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkPK5DRSUDjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkPK5DRSUDjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkPK5DRSUDjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkPK5DRSUDjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkPK5DRSUDjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkPK5DRSUDjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkPK5DRSUDjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkPK5DRSUDjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkPK5DRSUDjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkPK5DRSUDjs.ErrorDetails; exports.FileInput = _chunkPK5DRSUDjs.FileInput; exports.FileUploader = _chunkPK5DRSUDjs.FileUploader; exports.FileUploaderContent = _chunkPK5DRSUDjs.FileUploaderContent; exports.FileUploaderItem = _chunkPK5DRSUDjs.FileUploaderItem; exports.ForgotPassword = _chunkPK5DRSUDjs.ForgotPassword; exports.Form = _chunkPK5DRSUDjs.Form; exports.FormCheckbox = _chunkPK5DRSUDjs.FormCheckbox; exports.FormContainerGeneric = _chunkPK5DRSUDjs.FormContainerGeneric; exports.FormControl = _chunkPK5DRSUDjs.FormControl; exports.FormDate = _chunkPK5DRSUDjs.FormDate; exports.FormDateTime = _chunkPK5DRSUDjs.FormDateTime; exports.FormDescription = _chunkPK5DRSUDjs.FormDescription; exports.FormFeatures = _chunkPK5DRSUDjs.FormFeatures; exports.FormField = _chunkPK5DRSUDjs.FormField; exports.FormInput = _chunkPK5DRSUDjs.FormInput; exports.FormItem = _chunkPK5DRSUDjs.FormItem; exports.FormLabel = _chunkPK5DRSUDjs.FormLabel; exports.FormMessage = _chunkPK5DRSUDjs.FormMessage; exports.FormPassword = _chunkPK5DRSUDjs.FormPassword; exports.FormPlaceAutocomplete = _chunkPK5DRSUDjs.FormPlaceAutocomplete; exports.FormRoles = _chunkPK5DRSUDjs.FormRoles; exports.FormSelect = _chunkPK5DRSUDjs.FormSelect; exports.FormSlider = _chunkPK5DRSUDjs.FormSlider; exports.FormSwitch = _chunkPK5DRSUDjs.FormSwitch; exports.FormTextarea = _chunkPK5DRSUDjs.FormTextarea; exports.Header = _chunkPK5DRSUDjs.Header; exports.HoverCard = _chunkPK5DRSUDjs.HoverCard; exports.HoverCardContent = _chunkPK5DRSUDjs.HoverCardContent; exports.HoverCardTrigger = _chunkPK5DRSUDjs.HoverCardTrigger; exports.Input = _chunkPK5DRSUDjs.Input; exports.InputOTP = _chunkPK5DRSUDjs.InputOTP; exports.InputOTPGroup = _chunkPK5DRSUDjs.InputOTPGroup; exports.InputOTPSeparator = _chunkPK5DRSUDjs.InputOTPSeparator; exports.InputOTPSlot = _chunkPK5DRSUDjs.InputOTPSlot; exports.Item = _chunkPK5DRSUDjs.KanbanItem; exports.ItemHandle = _chunkPK5DRSUDjs.KanbanItemHandle; exports.Kanban = _chunkPK5DRSUDjs.KanbanRoot; exports.KanbanBoard = _chunkPK5DRSUDjs.KanbanBoard; exports.KanbanColumn = _chunkPK5DRSUDjs.KanbanColumn; exports.KanbanColumnHandle = _chunkPK5DRSUDjs.KanbanColumnHandle; exports.KanbanItem = _chunkPK5DRSUDjs.KanbanItem; exports.KanbanItemHandle = _chunkPK5DRSUDjs.KanbanItemHandle; exports.KanbanOverlay = _chunkPK5DRSUDjs.KanbanOverlay; exports.Label = _chunkPK5DRSUDjs.Label; exports.LandingComponent = _chunkPK5DRSUDjs.LandingComponent; exports.Link = _chunkPK5DRSUDjs.Link; exports.Login = _chunkPK5DRSUDjs.Login; exports.Logout = _chunkPK5DRSUDjs.Logout; exports.ModeToggleSwitch = _chunkPK5DRSUDjs.ModeToggleSwitch; exports.MultiSelect = _chunkPK5DRSUDjs.MultiSelect; exports.NavigationMenu = _chunkPK5DRSUDjs.NavigationMenu; exports.NavigationMenuContent = _chunkPK5DRSUDjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkPK5DRSUDjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkPK5DRSUDjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkPK5DRSUDjs.NavigationMenuLink; exports.NavigationMenuList = _chunkPK5DRSUDjs.NavigationMenuList; exports.NavigationMenuTrigger = _chunkPK5DRSUDjs.NavigationMenuTrigger; exports.NavigationMenuViewport = _chunkPK5DRSUDjs.NavigationMenuViewport; exports.NotificationErrorBoundary = _chunkPK5DRSUDjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkPK5DRSUDjs.NotificationMenuItem; exports.NotificationModal = _chunkPK5DRSUDjs.NotificationModal; exports.NotificationToast = _chunkPK5DRSUDjs.NotificationToast; exports.NotificationsList = _chunkPK5DRSUDjs.NotificationsList; exports.NotificationsListContainer = _chunkPK5DRSUDjs.NotificationsListContainer; exports.Overlay = _chunkPK5DRSUDjs.KanbanOverlay; exports.PageContainer = _chunkPK5DRSUDjs.PageContainer; exports.PageContainerContentDetails = _chunkPK5DRSUDjs.PageContainerContentDetails; exports.PageContentContainer = _chunkPK5DRSUDjs.PageContentContainer; exports.PageSection = _chunkPK5DRSUDjs.PageSection; exports.PasswordInput = _chunkPK5DRSUDjs.PasswordInput; exports.Popover = _chunkPK5DRSUDjs.Popover; exports.PopoverAnchor = _chunkPK5DRSUDjs.PopoverAnchor; exports.PopoverContent = _chunkPK5DRSUDjs.PopoverContent; exports.PopoverTrigger = _chunkPK5DRSUDjs.PopoverTrigger; exports.Progress = _chunkPK5DRSUDjs.Progress; exports.PushNotificationProvider = _chunkPK5DRSUDjs.PushNotificationProvider; exports.RadioGroup = _chunkPK5DRSUDjs.RadioGroup; exports.RadioGroupItem = _chunkPK5DRSUDjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkPK5DRSUDjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkPK5DRSUDjs.RecentPagesNavigator; exports.RefreshUser = _chunkPK5DRSUDjs.RefreshUser; exports.RelevantContentsList = _chunkPK5DRSUDjs.RelevantContentsList; exports.RelevantUsersList = _chunkPK5DRSUDjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkPK5DRSUDjs.RemoveUserFromRole; exports.ResetPassword = _chunkPK5DRSUDjs.ResetPassword; exports.ResizableHandle = _chunkPK5DRSUDjs.ResizableHandle; exports.ResizablePanel = _chunkPK5DRSUDjs.ResizablePanel; exports.ResizablePanelGroup = _chunkPK5DRSUDjs.ResizablePanelGroup; exports.RoleContainer = _chunkPK5DRSUDjs.RoleContainer; exports.RoleDetails = _chunkPK5DRSUDjs.RoleDetails; exports.RoleUsersList = _chunkPK5DRSUDjs.RoleUsersList; exports.RolesList = _chunkPK5DRSUDjs.RolesList; exports.Root = _chunkPK5DRSUDjs.KanbanRoot; exports.SIDEBAR_WIDTH = _chunkPK5DRSUDjs.SIDEBAR_WIDTH; exports.SIDEBAR_WIDTH_ICON = _chunkPK5DRSUDjs.SIDEBAR_WIDTH_ICON; exports.SIDEBAR_WIDTH_MOBILE = _chunkPK5DRSUDjs.SIDEBAR_WIDTH_MOBILE; exports.ScrollArea = _chunkPK5DRSUDjs.ScrollArea; exports.ScrollBar = _chunkPK5DRSUDjs.ScrollBar; exports.Select = _chunkPK5DRSUDjs.Select; exports.SelectContent = _chunkPK5DRSUDjs.SelectContent; exports.SelectGroup = _chunkPK5DRSUDjs.SelectGroup; exports.SelectItem = _chunkPK5DRSUDjs.SelectItem; exports.SelectLabel = _chunkPK5DRSUDjs.SelectLabel; exports.SelectScrollDownButton = _chunkPK5DRSUDjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkPK5DRSUDjs.SelectScrollUpButton; exports.SelectSeparator = _chunkPK5DRSUDjs.SelectSeparator; exports.SelectTrigger = _chunkPK5DRSUDjs.SelectTrigger; exports.SelectValue = _chunkPK5DRSUDjs.SelectValue; exports.Separator = _chunkPK5DRSUDjs.Separator; exports.Sheet = _chunkPK5DRSUDjs.Sheet; exports.SheetClose = _chunkPK5DRSUDjs.SheetClose; exports.SheetContent = _chunkPK5DRSUDjs.SheetContent; exports.SheetDescription = _chunkPK5DRSUDjs.SheetDescription; exports.SheetFooter = _chunkPK5DRSUDjs.SheetFooter; exports.SheetHeader = _chunkPK5DRSUDjs.SheetHeader; exports.SheetTitle = _chunkPK5DRSUDjs.SheetTitle; exports.SheetTrigger = _chunkPK5DRSUDjs.SheetTrigger; exports.Sidebar = _chunkPK5DRSUDjs.Sidebar; exports.SidebarContent = _chunkPK5DRSUDjs.SidebarContent; exports.SidebarFooter = _chunkPK5DRSUDjs.SidebarFooter; exports.SidebarGroup = _chunkPK5DRSUDjs.SidebarGroup; exports.SidebarGroupAction = _chunkPK5DRSUDjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkPK5DRSUDjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkPK5DRSUDjs.SidebarGroupLabel; exports.SidebarHeader = _chunkPK5DRSUDjs.SidebarHeader; exports.SidebarInput = _chunkPK5DRSUDjs.SidebarInput; exports.SidebarInset = _chunkPK5DRSUDjs.SidebarInset; exports.SidebarMenu = _chunkPK5DRSUDjs.SidebarMenu; exports.SidebarMenuAction = _chunkPK5DRSUDjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkPK5DRSUDjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkPK5DRSUDjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkPK5DRSUDjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkPK5DRSUDjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkPK5DRSUDjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkPK5DRSUDjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkPK5DRSUDjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkPK5DRSUDjs.SidebarProvider; exports.SidebarRail = _chunkPK5DRSUDjs.SidebarRail; exports.SidebarSeparator = _chunkPK5DRSUDjs.SidebarSeparator; exports.SidebarTrigger = _chunkPK5DRSUDjs.SidebarTrigger; exports.Skeleton = _chunkPK5DRSUDjs.Skeleton; exports.Slider = _chunkPK5DRSUDjs.Slider; exports.Switch = _chunkPK5DRSUDjs.Switch; exports.Table = _chunkPK5DRSUDjs.Table; exports.TableBody = _chunkPK5DRSUDjs.TableBody; exports.TableCaption = _chunkPK5DRSUDjs.TableCaption; exports.TableCell = _chunkPK5DRSUDjs.TableCell; exports.TableFooter = _chunkPK5DRSUDjs.TableFooter; exports.TableHead = _chunkPK5DRSUDjs.TableHead; exports.TableHeader = _chunkPK5DRSUDjs.TableHeader; exports.TableRow = _chunkPK5DRSUDjs.TableRow; exports.Tabs = _chunkPK5DRSUDjs.Tabs; exports.TabsContainer = _chunkPK5DRSUDjs.TabsContainer; exports.TabsContent = _chunkPK5DRSUDjs.TabsContent; exports.TabsList = _chunkPK5DRSUDjs.TabsList; exports.TabsTrigger = _chunkPK5DRSUDjs.TabsTrigger; exports.Textarea = _chunkPK5DRSUDjs.Textarea; exports.Toaster = _chunkPK5DRSUDjs.Toaster; exports.Toggle = _chunkPK5DRSUDjs.Toggle; exports.Tooltip = _chunkPK5DRSUDjs.Tooltip; exports.TooltipContent = _chunkPK5DRSUDjs.TooltipContent; exports.TooltipProvider = _chunkPK5DRSUDjs.TooltipProvider; exports.TooltipTrigger = _chunkPK5DRSUDjs.TooltipTrigger; exports.UserAvatar = _chunkPK5DRSUDjs.UserAvatar; exports.UserAvatarEditor = _chunkPK5DRSUDjs.UserAvatarEditor; exports.UserContainer = _chunkPK5DRSUDjs.UserContainer; exports.UserDeleter = _chunkPK5DRSUDjs.UserDeleter; exports.UserDetails = _chunkPK5DRSUDjs.UserDetails; exports.UserEditor = _chunkPK5DRSUDjs.UserEditor; exports.UserIndexContainer = _chunkPK5DRSUDjs.UserIndexContainer; exports.UserIndexDetails = _chunkPK5DRSUDjs.UserIndexDetails; exports.UserListInAdd = _chunkPK5DRSUDjs.UserListInAdd; exports.UserMultiSelect = _chunkPK5DRSUDjs.UserMultiSelect; exports.UserReactivator = _chunkPK5DRSUDjs.UserReactivator; exports.UserResentInvitationEmail = _chunkPK5DRSUDjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkPK5DRSUDjs.UserRoleAdd; exports.UserRolesList = _chunkPK5DRSUDjs.UserRolesList; exports.UserSelector = _chunkPK5DRSUDjs.UserSelector; exports.UsersList = _chunkPK5DRSUDjs.UsersList; exports.UsersListByContentIds = _chunkPK5DRSUDjs.UsersListByContentIds; exports.UsersListContainer = _chunkPK5DRSUDjs.UsersListContainer; exports.badgeVariants = _chunkPK5DRSUDjs.badgeVariants; exports.buttonVariants = _chunkPK5DRSUDjs.buttonVariants; exports.cellComponent = _chunkPK5DRSUDjs.cellComponent; exports.cellDate = _chunkPK5DRSUDjs.cellDate; exports.cellId = _chunkPK5DRSUDjs.cellId; exports.cellLink = _chunkPK5DRSUDjs.cellLink; exports.cellUrl = _chunkPK5DRSUDjs.cellUrl; exports.errorToast = _chunkPK5DRSUDjs.errorToast; exports.generateNotificationData = _chunkPK5DRSUDjs.generateNotificationData; exports.navigationMenuTriggerStyle = _chunkPK5DRSUDjs.navigationMenuTriggerStyle; exports.toggleVariants = _chunkPK5DRSUDjs.toggleVariants; exports.triggerAssociationToast = _chunkPK5DRSUDjs.triggerAssociationToast; exports.useFileUpload = _chunkPK5DRSUDjs.useFileUpload; exports.useFormField = _chunkPK5DRSUDjs.useFormField; exports.useSidebar = _chunkPK5DRSUDjs.useSidebar;
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
|
|
734
|
+
|
|
735
|
+
|
|
736
|
+
|
|
737
|
+
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
|
|
746
|
+
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
|
|
750
|
+
|
|
751
|
+
|
|
752
|
+
|
|
753
|
+
|
|
754
|
+
|
|
755
|
+
|
|
756
|
+
|
|
757
|
+
|
|
758
|
+
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
|
|
768
|
+
|
|
769
|
+
|
|
770
|
+
exports.AcceptInvitation = _chunkONB2DAIVjs.AcceptInvitation; exports.Accordion = _chunkONB2DAIVjs.Accordion; exports.AccordionContent = _chunkONB2DAIVjs.AccordionContent; exports.AccordionItem = _chunkONB2DAIVjs.AccordionItem; exports.AccordionTrigger = _chunkONB2DAIVjs.AccordionTrigger; exports.ActivateAccount = _chunkONB2DAIVjs.ActivateAccount; exports.AddUserToRole = _chunkONB2DAIVjs.AddUserToRole; exports.AdminCompanyContainer = _chunkONB2DAIVjs.AdminCompanyContainer; exports.AdminUsersList = _chunkONB2DAIVjs.AdminUsersList; exports.Alert = _chunkONB2DAIVjs.Alert; exports.AlertDescription = _chunkONB2DAIVjs.AlertDescription; exports.AlertDialog = _chunkONB2DAIVjs.AlertDialog; exports.AlertDialogAction = _chunkONB2DAIVjs.AlertDialogAction; exports.AlertDialogCancel = _chunkONB2DAIVjs.AlertDialogCancel; exports.AlertDialogContent = _chunkONB2DAIVjs.AlertDialogContent; exports.AlertDialogDescription = _chunkONB2DAIVjs.AlertDialogDescription; exports.AlertDialogFooter = _chunkONB2DAIVjs.AlertDialogFooter; exports.AlertDialogHeader = _chunkONB2DAIVjs.AlertDialogHeader; exports.AlertDialogOverlay = _chunkONB2DAIVjs.AlertDialogOverlay; exports.AlertDialogPortal = _chunkONB2DAIVjs.AlertDialogPortal; exports.AlertDialogTitle = _chunkONB2DAIVjs.AlertDialogTitle; exports.AlertDialogTrigger = _chunkONB2DAIVjs.AlertDialogTrigger; exports.AlertTitle = _chunkONB2DAIVjs.AlertTitle; exports.AllowedUsersDetails = _chunkONB2DAIVjs.AllowedUsersDetails; exports.AttributeElement = _chunkONB2DAIVjs.AttributeElement; exports.AuthContainer = _chunkONB2DAIVjs.AuthContainer; exports.Avatar = _chunkONB2DAIVjs.Avatar; exports.AvatarFallback = _chunkONB2DAIVjs.AvatarFallback; exports.AvatarImage = _chunkONB2DAIVjs.AvatarImage; exports.Badge = _chunkONB2DAIVjs.Badge; exports.BillingAlertBanner = _chunkONB2DAIVjs.BillingAlertBanner; exports.BillingDashboardContainer = _chunkONB2DAIVjs.BillingDashboardContainer; exports.BillingDetailModal = _chunkONB2DAIVjs.BillingDetailModal; exports.BillingUsageSummaryCard = _chunkONB2DAIVjs.BillingUsageSummaryCard; exports.BlockNoteEditorContainer = _chunkONB2DAIVjs.BlockNoteEditorContainer; exports.Board = _chunkONB2DAIVjs.KanbanBoard; exports.Breadcrumb = _chunkONB2DAIVjs.Breadcrumb; exports.BreadcrumbEllipsis = _chunkONB2DAIVjs.BreadcrumbEllipsis; exports.BreadcrumbItem = _chunkONB2DAIVjs.BreadcrumbItem; exports.BreadcrumbLink = _chunkONB2DAIVjs.BreadcrumbLink; exports.BreadcrumbList = _chunkONB2DAIVjs.BreadcrumbList; exports.BreadcrumbNavigation = _chunkONB2DAIVjs.BreadcrumbNavigation; exports.BreadcrumbPage = _chunkONB2DAIVjs.BreadcrumbPage; exports.BreadcrumbSeparator = _chunkONB2DAIVjs.BreadcrumbSeparator; exports.Button = _chunkONB2DAIVjs.Button; exports.Calendar = _chunkONB2DAIVjs.Calendar; exports.CancelSubscriptionDialog = _chunkONB2DAIVjs.CancelSubscriptionDialog; exports.Card = _chunkONB2DAIVjs.Card; exports.CardContent = _chunkONB2DAIVjs.CardContent; exports.CardDescription = _chunkONB2DAIVjs.CardDescription; exports.CardFooter = _chunkONB2DAIVjs.CardFooter; exports.CardHeader = _chunkONB2DAIVjs.CardHeader; exports.CardTitle = _chunkONB2DAIVjs.CardTitle; exports.Carousel = _chunkONB2DAIVjs.Carousel; exports.CarouselContent = _chunkONB2DAIVjs.CarouselContent; exports.CarouselItem = _chunkONB2DAIVjs.CarouselItem; exports.CarouselNext = _chunkONB2DAIVjs.CarouselNext; exports.CarouselPrevious = _chunkONB2DAIVjs.CarouselPrevious; exports.ChartContainer = _chunkONB2DAIVjs.ChartContainer; exports.ChartLegend = _chunkONB2DAIVjs.ChartLegend; exports.ChartLegendContent = _chunkONB2DAIVjs.ChartLegendContent; exports.ChartStyle = _chunkONB2DAIVjs.ChartStyle; exports.ChartTooltip = _chunkONB2DAIVjs.ChartTooltip; exports.ChartTooltipContent = _chunkONB2DAIVjs.ChartTooltipContent; exports.Checkbox = _chunkONB2DAIVjs.Checkbox; exports.Collapsible = _chunkONB2DAIVjs.Collapsible; exports.CollapsibleContent = _chunkONB2DAIVjs.CollapsibleContent; exports.CollapsibleTrigger = _chunkONB2DAIVjs.CollapsibleTrigger; exports.Column = _chunkONB2DAIVjs.KanbanColumn; exports.ColumnHandle = _chunkONB2DAIVjs.KanbanColumnHandle; exports.Command = _chunkONB2DAIVjs.Command; exports.CommandDialog = _chunkONB2DAIVjs.CommandDialog; exports.CommandEmpty = _chunkONB2DAIVjs.CommandEmpty; exports.CommandGroup = _chunkONB2DAIVjs.CommandGroup; exports.CommandInput = _chunkONB2DAIVjs.CommandInput; exports.CommandItem = _chunkONB2DAIVjs.CommandItem; exports.CommandList = _chunkONB2DAIVjs.CommandList; exports.CommandSeparator = _chunkONB2DAIVjs.CommandSeparator; exports.CommandShortcut = _chunkONB2DAIVjs.CommandShortcut; exports.CommonAssociationCommandDialog = _chunkONB2DAIVjs.CommonAssociationCommandDialog; exports.CommonAssociationTrigger = _chunkONB2DAIVjs.CommonAssociationTrigger; exports.CommonDeleter = _chunkONB2DAIVjs.CommonDeleter; exports.CommonEditorButtons = _chunkONB2DAIVjs.CommonEditorButtons; exports.CommonEditorHeader = _chunkONB2DAIVjs.CommonEditorHeader; exports.CommonEditorTrigger = _chunkONB2DAIVjs.CommonEditorTrigger; exports.CompaniesList = _chunkONB2DAIVjs.CompaniesList; exports.CompanyConfigurationEditor = _chunkONB2DAIVjs.CompanyConfigurationEditor; exports.CompanyConfigurationSecurityForm = _chunkONB2DAIVjs.CompanyConfigurationSecurityForm; exports.CompanyContainer = _chunkONB2DAIVjs.CompanyContainer; exports.CompanyDeleter = _chunkONB2DAIVjs.CompanyDeleter; exports.CompanyDetails = _chunkONB2DAIVjs.CompanyDetails; exports.CompanyEditor = _chunkONB2DAIVjs.CompanyEditor; exports.CompanyUsersList = _chunkONB2DAIVjs.CompanyUsersList; exports.ContentListTable = _chunkONB2DAIVjs.ContentListTable; exports.ContentTableSearch = _chunkONB2DAIVjs.ContentTableSearch; exports.ContentTitle = _chunkONB2DAIVjs.ContentTitle; exports.ContentsList = _chunkONB2DAIVjs.ContentsList; exports.ContentsListById = _chunkONB2DAIVjs.ContentsListById; exports.ContextMenu = _chunkONB2DAIVjs.ContextMenu; exports.ContextMenuCheckboxItem = _chunkONB2DAIVjs.ContextMenuCheckboxItem; exports.ContextMenuContent = _chunkONB2DAIVjs.ContextMenuContent; exports.ContextMenuGroup = _chunkONB2DAIVjs.ContextMenuGroup; exports.ContextMenuItem = _chunkONB2DAIVjs.ContextMenuItem; exports.ContextMenuLabel = _chunkONB2DAIVjs.ContextMenuLabel; exports.ContextMenuPortal = _chunkONB2DAIVjs.ContextMenuPortal; exports.ContextMenuRadioGroup = _chunkONB2DAIVjs.ContextMenuRadioGroup; exports.ContextMenuRadioItem = _chunkONB2DAIVjs.ContextMenuRadioItem; exports.ContextMenuSeparator = _chunkONB2DAIVjs.ContextMenuSeparator; exports.ContextMenuShortcut = _chunkONB2DAIVjs.ContextMenuShortcut; exports.ContextMenuSub = _chunkONB2DAIVjs.ContextMenuSub; exports.ContextMenuSubContent = _chunkONB2DAIVjs.ContextMenuSubContent; exports.ContextMenuSubTrigger = _chunkONB2DAIVjs.ContextMenuSubTrigger; exports.ContextMenuTrigger = _chunkONB2DAIVjs.ContextMenuTrigger; exports.ContributorsList = _chunkONB2DAIVjs.ContributorsList; exports.Cookies = _chunkONB2DAIVjs.Cookies; exports.CustomerInfoCard = _chunkONB2DAIVjs.CustomerInfoCard; exports.DatePickerPopover = _chunkONB2DAIVjs.DatePickerPopover; exports.DateRangeSelector = _chunkONB2DAIVjs.DateRangeSelector; exports.Dialog = _chunkONB2DAIVjs.Dialog; exports.DialogClose = _chunkONB2DAIVjs.DialogClose; exports.DialogContent = _chunkONB2DAIVjs.DialogContent; exports.DialogDescription = _chunkONB2DAIVjs.DialogDescription; exports.DialogFooter = _chunkONB2DAIVjs.DialogFooter; exports.DialogHeader = _chunkONB2DAIVjs.DialogHeader; exports.DialogOverlay = _chunkONB2DAIVjs.DialogOverlay; exports.DialogPortal = _chunkONB2DAIVjs.DialogPortal; exports.DialogTitle = _chunkONB2DAIVjs.DialogTitle; exports.DialogTrigger = _chunkONB2DAIVjs.DialogTrigger; exports.Drawer = _chunkONB2DAIVjs.Drawer; exports.DrawerClose = _chunkONB2DAIVjs.DrawerClose; exports.DrawerContent = _chunkONB2DAIVjs.DrawerContent; exports.DrawerDescription = _chunkONB2DAIVjs.DrawerDescription; exports.DrawerFooter = _chunkONB2DAIVjs.DrawerFooter; exports.DrawerHeader = _chunkONB2DAIVjs.DrawerHeader; exports.DrawerOverlay = _chunkONB2DAIVjs.DrawerOverlay; exports.DrawerPortal = _chunkONB2DAIVjs.DrawerPortal; exports.DrawerTitle = _chunkONB2DAIVjs.DrawerTitle; exports.DrawerTrigger = _chunkONB2DAIVjs.DrawerTrigger; exports.DropdownMenu = _chunkONB2DAIVjs.DropdownMenu; exports.DropdownMenuCheckboxItem = _chunkONB2DAIVjs.DropdownMenuCheckboxItem; exports.DropdownMenuContent = _chunkONB2DAIVjs.DropdownMenuContent; exports.DropdownMenuGroup = _chunkONB2DAIVjs.DropdownMenuGroup; exports.DropdownMenuItem = _chunkONB2DAIVjs.DropdownMenuItem; exports.DropdownMenuLabel = _chunkONB2DAIVjs.DropdownMenuLabel; exports.DropdownMenuPortal = _chunkONB2DAIVjs.DropdownMenuPortal; exports.DropdownMenuRadioGroup = _chunkONB2DAIVjs.DropdownMenuRadioGroup; exports.DropdownMenuRadioItem = _chunkONB2DAIVjs.DropdownMenuRadioItem; exports.DropdownMenuSeparator = _chunkONB2DAIVjs.DropdownMenuSeparator; exports.DropdownMenuShortcut = _chunkONB2DAIVjs.DropdownMenuShortcut; exports.DropdownMenuSub = _chunkONB2DAIVjs.DropdownMenuSub; exports.DropdownMenuSubContent = _chunkONB2DAIVjs.DropdownMenuSubContent; exports.DropdownMenuSubTrigger = _chunkONB2DAIVjs.DropdownMenuSubTrigger; exports.DropdownMenuTrigger = _chunkONB2DAIVjs.DropdownMenuTrigger; exports.ErrorDetails = _chunkONB2DAIVjs.ErrorDetails; exports.FileInput = _chunkONB2DAIVjs.FileInput; exports.FileUploader = _chunkONB2DAIVjs.FileUploader; exports.FileUploaderContent = _chunkONB2DAIVjs.FileUploaderContent; exports.FileUploaderItem = _chunkONB2DAIVjs.FileUploaderItem; exports.ForgotPassword = _chunkONB2DAIVjs.ForgotPassword; exports.Form = _chunkONB2DAIVjs.Form; exports.FormCheckbox = _chunkONB2DAIVjs.FormCheckbox; exports.FormContainerGeneric = _chunkONB2DAIVjs.FormContainerGeneric; exports.FormControl = _chunkONB2DAIVjs.FormControl; exports.FormDate = _chunkONB2DAIVjs.FormDate; exports.FormDateTime = _chunkONB2DAIVjs.FormDateTime; exports.FormDescription = _chunkONB2DAIVjs.FormDescription; exports.FormFeatures = _chunkONB2DAIVjs.FormFeatures; exports.FormField = _chunkONB2DAIVjs.FormField; exports.FormInput = _chunkONB2DAIVjs.FormInput; exports.FormItem = _chunkONB2DAIVjs.FormItem; exports.FormLabel = _chunkONB2DAIVjs.FormLabel; exports.FormMessage = _chunkONB2DAIVjs.FormMessage; exports.FormPassword = _chunkONB2DAIVjs.FormPassword; exports.FormPlaceAutocomplete = _chunkONB2DAIVjs.FormPlaceAutocomplete; exports.FormRoles = _chunkONB2DAIVjs.FormRoles; exports.FormSelect = _chunkONB2DAIVjs.FormSelect; exports.FormSlider = _chunkONB2DAIVjs.FormSlider; exports.FormSwitch = _chunkONB2DAIVjs.FormSwitch; exports.FormTextarea = _chunkONB2DAIVjs.FormTextarea; exports.Header = _chunkONB2DAIVjs.Header; exports.HoverCard = _chunkONB2DAIVjs.HoverCard; exports.HoverCardContent = _chunkONB2DAIVjs.HoverCardContent; exports.HoverCardTrigger = _chunkONB2DAIVjs.HoverCardTrigger; exports.Input = _chunkONB2DAIVjs.Input; exports.InputOTP = _chunkONB2DAIVjs.InputOTP; exports.InputOTPGroup = _chunkONB2DAIVjs.InputOTPGroup; exports.InputOTPSeparator = _chunkONB2DAIVjs.InputOTPSeparator; exports.InputOTPSlot = _chunkONB2DAIVjs.InputOTPSlot; exports.InvoiceDetails = _chunkONB2DAIVjs.InvoiceDetails; exports.InvoiceStatusBadge = _chunkONB2DAIVjs.InvoiceStatusBadge; exports.InvoicesContainer = _chunkONB2DAIVjs.InvoicesContainer; exports.InvoicesList = _chunkONB2DAIVjs.InvoicesList; exports.InvoicesSummaryCard = _chunkONB2DAIVjs.InvoicesSummaryCard; exports.Item = _chunkONB2DAIVjs.KanbanItem; exports.ItemHandle = _chunkONB2DAIVjs.KanbanItemHandle; exports.Kanban = _chunkONB2DAIVjs.KanbanRoot; exports.KanbanBoard = _chunkONB2DAIVjs.KanbanBoard; exports.KanbanColumn = _chunkONB2DAIVjs.KanbanColumn; exports.KanbanColumnHandle = _chunkONB2DAIVjs.KanbanColumnHandle; exports.KanbanItem = _chunkONB2DAIVjs.KanbanItem; exports.KanbanItemHandle = _chunkONB2DAIVjs.KanbanItemHandle; exports.KanbanOverlay = _chunkONB2DAIVjs.KanbanOverlay; exports.Label = _chunkONB2DAIVjs.Label; exports.LandingComponent = _chunkONB2DAIVjs.LandingComponent; exports.Link = _chunkONB2DAIVjs.Link; exports.Login = _chunkONB2DAIVjs.Login; exports.Logout = _chunkONB2DAIVjs.Logout; exports.ModeToggleSwitch = _chunkONB2DAIVjs.ModeToggleSwitch; exports.MultiSelect = _chunkONB2DAIVjs.MultiSelect; exports.NavigationMenu = _chunkONB2DAIVjs.NavigationMenu; exports.NavigationMenuContent = _chunkONB2DAIVjs.NavigationMenuContent; exports.NavigationMenuIndicator = _chunkONB2DAIVjs.NavigationMenuIndicator; exports.NavigationMenuItem = _chunkONB2DAIVjs.NavigationMenuItem; exports.NavigationMenuLink = _chunkONB2DAIVjs.NavigationMenuLink; exports.NavigationMenuList = _chunkONB2DAIVjs.NavigationMenuList; exports.NavigationMenuTrigger = _chunkONB2DAIVjs.NavigationMenuTrigger; exports.NavigationMenuViewport = _chunkONB2DAIVjs.NavigationMenuViewport; exports.NotificationErrorBoundary = _chunkONB2DAIVjs.NotificationErrorBoundary; exports.NotificationMenuItem = _chunkONB2DAIVjs.NotificationMenuItem; exports.NotificationModal = _chunkONB2DAIVjs.NotificationModal; exports.NotificationToast = _chunkONB2DAIVjs.NotificationToast; exports.NotificationsList = _chunkONB2DAIVjs.NotificationsList; exports.NotificationsListContainer = _chunkONB2DAIVjs.NotificationsListContainer; exports.Overlay = _chunkONB2DAIVjs.KanbanOverlay; exports.PageContainer = _chunkONB2DAIVjs.PageContainer; exports.PageContainerContentDetails = _chunkONB2DAIVjs.PageContainerContentDetails; exports.PageContentContainer = _chunkONB2DAIVjs.PageContentContainer; exports.PageSection = _chunkONB2DAIVjs.PageSection; exports.PasswordInput = _chunkONB2DAIVjs.PasswordInput; exports.PaymentMethodCard = _chunkONB2DAIVjs.PaymentMethodCard; exports.PaymentMethodEditor = _chunkONB2DAIVjs.PaymentMethodEditor; exports.PaymentMethodSummaryCard = _chunkONB2DAIVjs.PaymentMethodSummaryCard; exports.PaymentMethodsContainer = _chunkONB2DAIVjs.PaymentMethodsContainer; exports.PaymentMethodsList = _chunkONB2DAIVjs.PaymentMethodsList; exports.Popover = _chunkONB2DAIVjs.Popover; exports.PopoverAnchor = _chunkONB2DAIVjs.PopoverAnchor; exports.PopoverContent = _chunkONB2DAIVjs.PopoverContent; exports.PopoverTrigger = _chunkONB2DAIVjs.PopoverTrigger; exports.PriceEditor = _chunkONB2DAIVjs.PriceEditor; exports.PricesList = _chunkONB2DAIVjs.PricesList; exports.PricingCard = _chunkONB2DAIVjs.PricingCard; exports.PricingCardsGrid = _chunkONB2DAIVjs.PricingCardsGrid; exports.ProductEditor = _chunkONB2DAIVjs.ProductEditor; exports.ProductsAdminContainer = _chunkONB2DAIVjs.ProductsAdminContainer; exports.ProductsList = _chunkONB2DAIVjs.ProductsList; exports.Progress = _chunkONB2DAIVjs.Progress; exports.ProrationPreview = _chunkONB2DAIVjs.ProrationPreview; exports.PushNotificationProvider = _chunkONB2DAIVjs.PushNotificationProvider; exports.RadioGroup = _chunkONB2DAIVjs.RadioGroup; exports.RadioGroupItem = _chunkONB2DAIVjs.RadioGroupItem; exports.ReactMarkdownContainer = _chunkONB2DAIVjs.ReactMarkdownContainer; exports.RecentPagesNavigator = _chunkONB2DAIVjs.RecentPagesNavigator; exports.RefreshUser = _chunkONB2DAIVjs.RefreshUser; exports.RelevantContentsList = _chunkONB2DAIVjs.RelevantContentsList; exports.RelevantUsersList = _chunkONB2DAIVjs.RelevantUsersList; exports.RemoveUserFromRole = _chunkONB2DAIVjs.RemoveUserFromRole; exports.ResetPassword = _chunkONB2DAIVjs.ResetPassword; exports.ResizableHandle = _chunkONB2DAIVjs.ResizableHandle; exports.ResizablePanel = _chunkONB2DAIVjs.ResizablePanel; exports.ResizablePanelGroup = _chunkONB2DAIVjs.ResizablePanelGroup; exports.RoleContainer = _chunkONB2DAIVjs.RoleContainer; exports.RoleDetails = _chunkONB2DAIVjs.RoleDetails; exports.RoleUsersList = _chunkONB2DAIVjs.RoleUsersList; exports.RolesList = _chunkONB2DAIVjs.RolesList; exports.Root = _chunkONB2DAIVjs.KanbanRoot; exports.SIDEBAR_WIDTH = _chunkONB2DAIVjs.SIDEBAR_WIDTH; exports.SIDEBAR_WIDTH_ICON = _chunkONB2DAIVjs.SIDEBAR_WIDTH_ICON; exports.SIDEBAR_WIDTH_MOBILE = _chunkONB2DAIVjs.SIDEBAR_WIDTH_MOBILE; exports.ScrollArea = _chunkONB2DAIVjs.ScrollArea; exports.ScrollBar = _chunkONB2DAIVjs.ScrollBar; exports.Select = _chunkONB2DAIVjs.Select; exports.SelectContent = _chunkONB2DAIVjs.SelectContent; exports.SelectGroup = _chunkONB2DAIVjs.SelectGroup; exports.SelectItem = _chunkONB2DAIVjs.SelectItem; exports.SelectLabel = _chunkONB2DAIVjs.SelectLabel; exports.SelectScrollDownButton = _chunkONB2DAIVjs.SelectScrollDownButton; exports.SelectScrollUpButton = _chunkONB2DAIVjs.SelectScrollUpButton; exports.SelectSeparator = _chunkONB2DAIVjs.SelectSeparator; exports.SelectTrigger = _chunkONB2DAIVjs.SelectTrigger; exports.SelectValue = _chunkONB2DAIVjs.SelectValue; exports.Separator = _chunkONB2DAIVjs.Separator; exports.Sheet = _chunkONB2DAIVjs.Sheet; exports.SheetClose = _chunkONB2DAIVjs.SheetClose; exports.SheetContent = _chunkONB2DAIVjs.SheetContent; exports.SheetDescription = _chunkONB2DAIVjs.SheetDescription; exports.SheetFooter = _chunkONB2DAIVjs.SheetFooter; exports.SheetHeader = _chunkONB2DAIVjs.SheetHeader; exports.SheetTitle = _chunkONB2DAIVjs.SheetTitle; exports.SheetTrigger = _chunkONB2DAIVjs.SheetTrigger; exports.Sidebar = _chunkONB2DAIVjs.Sidebar; exports.SidebarContent = _chunkONB2DAIVjs.SidebarContent; exports.SidebarFooter = _chunkONB2DAIVjs.SidebarFooter; exports.SidebarGroup = _chunkONB2DAIVjs.SidebarGroup; exports.SidebarGroupAction = _chunkONB2DAIVjs.SidebarGroupAction; exports.SidebarGroupContent = _chunkONB2DAIVjs.SidebarGroupContent; exports.SidebarGroupLabel = _chunkONB2DAIVjs.SidebarGroupLabel; exports.SidebarHeader = _chunkONB2DAIVjs.SidebarHeader; exports.SidebarInput = _chunkONB2DAIVjs.SidebarInput; exports.SidebarInset = _chunkONB2DAIVjs.SidebarInset; exports.SidebarMenu = _chunkONB2DAIVjs.SidebarMenu; exports.SidebarMenuAction = _chunkONB2DAIVjs.SidebarMenuAction; exports.SidebarMenuBadge = _chunkONB2DAIVjs.SidebarMenuBadge; exports.SidebarMenuButton = _chunkONB2DAIVjs.SidebarMenuButton; exports.SidebarMenuItem = _chunkONB2DAIVjs.SidebarMenuItem; exports.SidebarMenuSkeleton = _chunkONB2DAIVjs.SidebarMenuSkeleton; exports.SidebarMenuSub = _chunkONB2DAIVjs.SidebarMenuSub; exports.SidebarMenuSubButton = _chunkONB2DAIVjs.SidebarMenuSubButton; exports.SidebarMenuSubItem = _chunkONB2DAIVjs.SidebarMenuSubItem; exports.SidebarProvider = _chunkONB2DAIVjs.SidebarProvider; exports.SidebarRail = _chunkONB2DAIVjs.SidebarRail; exports.SidebarSeparator = _chunkONB2DAIVjs.SidebarSeparator; exports.SidebarTrigger = _chunkONB2DAIVjs.SidebarTrigger; exports.Skeleton = _chunkONB2DAIVjs.Skeleton; exports.Slider = _chunkONB2DAIVjs.Slider; exports.StripeProvider = _chunkONB2DAIVjs.StripeProvider; exports.SubscriptionDetails = _chunkONB2DAIVjs.SubscriptionDetails; exports.SubscriptionEditor = _chunkONB2DAIVjs.SubscriptionEditor; exports.SubscriptionStatusBadge = _chunkONB2DAIVjs.SubscriptionStatusBadge; exports.SubscriptionSummaryCard = _chunkONB2DAIVjs.SubscriptionSummaryCard; exports.SubscriptionsContainer = _chunkONB2DAIVjs.SubscriptionsContainer; exports.SubscriptionsList = _chunkONB2DAIVjs.SubscriptionsList; exports.Switch = _chunkONB2DAIVjs.Switch; exports.Table = _chunkONB2DAIVjs.Table; exports.TableBody = _chunkONB2DAIVjs.TableBody; exports.TableCaption = _chunkONB2DAIVjs.TableCaption; exports.TableCell = _chunkONB2DAIVjs.TableCell; exports.TableFooter = _chunkONB2DAIVjs.TableFooter; exports.TableHead = _chunkONB2DAIVjs.TableHead; exports.TableHeader = _chunkONB2DAIVjs.TableHeader; exports.TableRow = _chunkONB2DAIVjs.TableRow; exports.Tabs = _chunkONB2DAIVjs.Tabs; exports.TabsContainer = _chunkONB2DAIVjs.TabsContainer; exports.TabsContent = _chunkONB2DAIVjs.TabsContent; exports.TabsList = _chunkONB2DAIVjs.TabsList; exports.TabsTrigger = _chunkONB2DAIVjs.TabsTrigger; exports.Textarea = _chunkONB2DAIVjs.Textarea; exports.Toaster = _chunkONB2DAIVjs.Toaster; exports.Toggle = _chunkONB2DAIVjs.Toggle; exports.Tooltip = _chunkONB2DAIVjs.Tooltip; exports.TooltipContent = _chunkONB2DAIVjs.TooltipContent; exports.TooltipProvider = _chunkONB2DAIVjs.TooltipProvider; exports.TooltipTrigger = _chunkONB2DAIVjs.TooltipTrigger; exports.UsageContainer = _chunkONB2DAIVjs.UsageContainer; exports.UsageHistoryTable = _chunkONB2DAIVjs.UsageHistoryTable; exports.UsageSummaryCard = _chunkONB2DAIVjs.UsageSummaryCard; exports.UsageSummaryCards = _chunkONB2DAIVjs.UsageSummaryCards; exports.UserAvatar = _chunkONB2DAIVjs.UserAvatar; exports.UserAvatarEditor = _chunkONB2DAIVjs.UserAvatarEditor; exports.UserContainer = _chunkONB2DAIVjs.UserContainer; exports.UserDeleter = _chunkONB2DAIVjs.UserDeleter; exports.UserDetails = _chunkONB2DAIVjs.UserDetails; exports.UserEditor = _chunkONB2DAIVjs.UserEditor; exports.UserIndexContainer = _chunkONB2DAIVjs.UserIndexContainer; exports.UserIndexDetails = _chunkONB2DAIVjs.UserIndexDetails; exports.UserListInAdd = _chunkONB2DAIVjs.UserListInAdd; exports.UserMultiSelect = _chunkONB2DAIVjs.UserMultiSelect; exports.UserReactivator = _chunkONB2DAIVjs.UserReactivator; exports.UserResentInvitationEmail = _chunkONB2DAIVjs.UserResentInvitationEmail; exports.UserRoleAdd = _chunkONB2DAIVjs.UserRoleAdd; exports.UserRolesList = _chunkONB2DAIVjs.UserRolesList; exports.UserSelector = _chunkONB2DAIVjs.UserSelector; exports.UsersList = _chunkONB2DAIVjs.UsersList; exports.UsersListByContentIds = _chunkONB2DAIVjs.UsersListByContentIds; exports.UsersListContainer = _chunkONB2DAIVjs.UsersListContainer; exports.badgeVariants = _chunkONB2DAIVjs.badgeVariants; exports.buttonVariants = _chunkONB2DAIVjs.buttonVariants; exports.cellComponent = _chunkONB2DAIVjs.cellComponent; exports.cellDate = _chunkONB2DAIVjs.cellDate; exports.cellId = _chunkONB2DAIVjs.cellId; exports.cellLink = _chunkONB2DAIVjs.cellLink; exports.cellUrl = _chunkONB2DAIVjs.cellUrl; exports.errorToast = _chunkONB2DAIVjs.errorToast; exports.formatCurrency = _chunkONB2DAIVjs.formatCurrency; exports.formatDate = _chunkONB2DAIVjs.formatDate; exports.formatInterval = _chunkONB2DAIVjs.formatInterval; exports.generateNotificationData = _chunkONB2DAIVjs.generateNotificationData; exports.isStripeConfigured = _chunkONB2DAIVjs.isStripeConfigured; exports.navigationMenuTriggerStyle = _chunkONB2DAIVjs.navigationMenuTriggerStyle; exports.toggleVariants = _chunkONB2DAIVjs.toggleVariants; exports.triggerAssociationToast = _chunkONB2DAIVjs.triggerAssociationToast; exports.useFileUpload = _chunkONB2DAIVjs.useFileUpload; exports.useFormField = _chunkONB2DAIVjs.useFormField; exports.useSidebar = _chunkONB2DAIVjs.useSidebar;
|
|
693
771
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"],"names":[],"mappings":"AAAA;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B,gCAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,i3rBAAC","file":"/home/runner/work/nextjs-jsonapi/nextjs-jsonapi/dist/components/index.js"}
|