@carlonicora/nextjs-jsonapi 1.108.0 → 1.110.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/{AssistantInterface-BYgI5z1-.d.mts → AssistantInterface-B1c8FhGA.d.mts} +2 -0
- package/dist/{AssistantInterface-DfDcz0gJ.d.ts → AssistantInterface-BBUHxOCd.d.ts} +2 -0
- package/dist/{AssistantMessageInterface-BpEhx2pC.d.ts → AssistantMessageInterface-BNzf1etU.d.ts} +16 -1
- package/dist/{AssistantMessageInterface-DJ3Me16Y.d.mts → AssistantMessageInterface-DrgHDjZ5.d.mts} +16 -1
- package/dist/{AuthComponent-B6DIk8Vf.d.ts → AuthComponent-Cd7lcYif.d.ts} +1 -1
- package/dist/{AuthComponent-BKI0ZbtD.d.mts → AuthComponent-DdxCFgUZ.d.mts} +1 -1
- package/dist/{BlockNoteEditor-2AXSTGGG.js → BlockNoteEditor-7OKW6HHN.js} +19 -19
- package/dist/{BlockNoteEditor-2AXSTGGG.js.map → BlockNoteEditor-7OKW6HHN.js.map} +1 -1
- package/dist/{BlockNoteEditor-XVIBGXHF.mjs → BlockNoteEditor-K7IIWM3S.mjs} +4 -4
- package/dist/BlockNoteViewer-OPSCTHKJ.mjs +31 -0
- package/dist/BlockNoteViewer-OPSCTHKJ.mjs.map +1 -0
- package/dist/BlockNoteViewer-UW5VZ5UF.js +31 -0
- package/dist/BlockNoteViewer-UW5VZ5UF.js.map +1 -0
- package/dist/{auth.interface-BBUgMZzs.d.ts → auth.interface-8b601idJ.d.ts} +1 -1
- package/dist/{auth.interface-XYEREOD6.d.mts → auth.interface-CXBF8Mhi.d.mts} +1 -1
- package/dist/billing/index.d.mts +41 -41
- package/dist/billing/index.d.ts +41 -41
- package/dist/billing/index.js +346 -346
- package/dist/billing/index.mjs +3 -3
- package/dist/{chunk-VLDLERJN.js → chunk-6XWW67F2.js} +29 -9
- package/dist/chunk-6XWW67F2.js.map +1 -0
- package/dist/{chunk-HC3JFN3C.js → chunk-AKXUNE3A.js} +1004 -862
- package/dist/chunk-AKXUNE3A.js.map +1 -0
- package/dist/{chunk-CFECWLHH.mjs → chunk-CWVYU4YZ.mjs} +23 -3
- package/dist/chunk-CWVYU4YZ.mjs.map +1 -0
- package/dist/{chunk-56XBGQGU.mjs → chunk-TXVVZLUQ.mjs} +1422 -1280
- package/dist/chunk-TXVVZLUQ.mjs.map +1 -0
- package/dist/{chunk-RXXZGPC3.js → chunk-U2HR57MY.js} +265 -113
- package/dist/chunk-U2HR57MY.js.map +1 -0
- package/dist/chunk-WPAQRB5Q.mjs +7 -0
- package/dist/chunk-WPAQRB5Q.mjs.map +1 -0
- package/dist/chunk-YBZVWLPH.js +7 -0
- package/dist/chunk-YBZVWLPH.js.map +1 -0
- package/dist/{chunk-N3NVIPSU.mjs → chunk-ZYPNVEHB.mjs} +235 -83
- package/dist/{chunk-N3NVIPSU.mjs.map → chunk-ZYPNVEHB.mjs.map} +1 -1
- package/dist/client/index.d.mts +9 -18
- package/dist/client/index.d.ts +9 -18
- package/dist/client/index.js +4 -4
- package/dist/client/index.mjs +3 -3
- package/dist/components/index.d.mts +421 -417
- package/dist/components/index.d.ts +421 -417
- package/dist/components/index.js +6 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +5 -3
- package/dist/{config-CLQynoaa.d.ts → config-BrkU_Ynz.d.ts} +4 -1
- package/dist/{config-k61pe_o2.d.mts → config-snd2ToEB.d.mts} +4 -1
- package/dist/contexts/index.d.mts +31 -20
- package/dist/contexts/index.d.ts +31 -20
- package/dist/contexts/index.js +4 -4
- package/dist/contexts/index.mjs +3 -3
- package/dist/core/index.d.mts +75 -11
- package/dist/core/index.d.ts +75 -11
- package/dist/core/index.js +2 -2
- package/dist/core/index.mjs +1 -1
- package/dist/features/help/index.css +29 -0
- package/dist/features/help/index.css.map +1 -0
- package/dist/features/help/index.d.mts +74 -0
- package/dist/features/help/index.d.ts +74 -0
- package/dist/features/help/index.js +522 -0
- package/dist/features/help/index.js.map +1 -0
- package/dist/features/help/index.mjs +522 -0
- package/dist/features/help/index.mjs.map +1 -0
- package/dist/features/help/server.d.mts +33 -0
- package/dist/features/help/server.d.ts +33 -0
- package/dist/features/help/server.js +8 -0
- package/dist/features/help/server.js.map +1 -0
- package/dist/features/help/server.mjs +8 -0
- package/dist/features/help/server.mjs.map +1 -0
- package/dist/help-content-config.interface-C5ESIod9.d.mts +13 -0
- package/dist/help-content-config.interface-C5ESIod9.d.ts +13 -0
- package/dist/index.d.mts +10 -8
- package/dist/index.d.ts +10 -8
- package/dist/index.js +3 -3
- package/dist/index.mjs +2 -2
- package/dist/{notification.interface-aLEJbA_g.d.ts → notification.interface-C1T1C2ee.d.ts} +1 -100
- package/dist/{notification.interface-DLZGtV7Z.d.mts → notification.interface-DIxR23eS.d.mts} +1 -100
- package/dist/{s3.service-CVgLWaDc.d.mts → s3.service-0BTClOYO.d.mts} +2 -2
- package/dist/{s3.service-SLlX0Zbz.d.ts → s3.service-CT27Fm1s.d.ts} +2 -2
- package/dist/server/index.d.mts +4 -3
- package/dist/server/index.d.ts +4 -3
- package/dist/server/index.js +3 -3
- package/dist/server/index.mjs +1 -1
- package/dist/testing/index.d.mts +1 -2
- package/dist/testing/index.d.ts +1 -2
- package/dist/types-CQSjy7et.d.mts +101 -0
- package/dist/types-DHOxe8rc.d.ts +101 -0
- package/dist/usePageUrlGenerator-tjq2mlDV.d.ts +14 -0
- package/dist/usePageUrlGenerator-uOnyJ6j2.d.mts +14 -0
- package/dist/{useSocket-BkxHHujj.d.mts → useSocket-B1fMIr17.d.mts} +1 -1
- package/dist/{useSocket-CMDjWFYm.d.ts → useSocket-BdJTBXKv.d.ts} +1 -1
- package/package.json +15 -1
- package/src/client/config.ts +9 -1
- package/src/components/index.ts +1 -0
- package/src/components/viewers/BlockNoteViewer.tsx +27 -0
- package/src/components/viewers/BlockNoteViewerContainer.tsx +10 -0
- package/src/core/registry/helpStore.ts +28 -0
- package/src/features/assistant/contexts/AssistantContext.tsx +35 -19
- package/src/features/assistant/contexts/__tests__/AssistantContext.spec.tsx +66 -6
- package/src/features/assistant/data/Assistant.ts +2 -0
- package/src/features/assistant/data/AssistantInterface.ts +2 -0
- package/src/features/assistant/data/AssistantService.ts +18 -8
- package/src/features/assistant-message/components/parts/MessageSourcesContainer.tsx +4 -0
- package/src/features/assistant-message/components/parts/MessageSourcesPanel.tsx +6 -4
- package/src/features/assistant-message/components/parts/tabs/ContentsTab.tsx +5 -1
- package/src/features/assistant-message/components/parts/tabs/ReferencesTab.tsx +3 -1
- package/src/features/assistant-message/data/AssistantMessage.ts +27 -1
- package/src/features/assistant-message/data/AssistantMessageInterface.ts +1 -0
- package/src/features/assistant-message/data/__tests__/AssistantMessage.spec.ts +7 -3
- package/src/features/help/components/HelpArticleBody.tsx +62 -0
- package/src/features/help/components/HelpAskAi.tsx +36 -0
- package/src/features/help/components/HelpAssistantSheet.tsx +53 -0
- package/src/features/help/components/HelpHeader.tsx +40 -0
- package/src/features/help/components/HelpHint.tsx +86 -0
- package/src/features/help/components/HelpSearchResultRow.tsx +61 -0
- package/src/features/help/components/HelpSideNav.tsx +119 -0
- package/src/features/help/components/HelpTOC.tsx +49 -0
- package/src/features/help/components/__tests__/HelpAskAi.spec.tsx +68 -0
- package/src/features/help/components/__tests__/HelpAssistantSheet.spec.tsx +36 -0
- package/src/features/help/components/__tests__/HelpHint.spec.tsx +50 -0
- package/src/features/help/components/__tests__/HelpSearchResultRow.spec.tsx +58 -0
- package/src/features/help/components/__tests__/HelpSideNav.spec.tsx +50 -0
- package/src/features/help/contexts/HelpContext.spec.tsx +26 -0
- package/src/features/help/contexts/HelpContext.tsx +24 -0
- package/src/features/help/hooks/useHelp.ts +1 -0
- package/src/features/help/hooks/useHelpFilter.ts +27 -0
- package/src/features/help/i18n-keys.ts +34 -0
- package/src/features/help/index.ts +24 -0
- package/src/features/help/interfaces/help-content-config.interface.ts +12 -0
- package/src/features/help/server-entry.ts +11 -0
- package/src/features/help/types/help-article.types.ts +35 -0
- package/src/features/help/utils/articleUrl.ts +13 -0
- package/src/features/how-to/HowToModule.ts +14 -1
- package/src/features/how-to/components/forms/HowToEditor.tsx +108 -4
- package/src/features/how-to/data/HowTo.spec.ts +43 -0
- package/src/features/how-to/data/HowTo.ts +64 -3
- package/src/features/how-to/data/HowToInterface.ts +14 -0
- package/src/features/how-to/data/HowToService.ts +61 -0
- package/src/index.ts +4 -0
- package/dist/chunk-56XBGQGU.mjs.map +0 -1
- package/dist/chunk-CFECWLHH.mjs.map +0 -1
- package/dist/chunk-HC3JFN3C.js.map +0 -1
- package/dist/chunk-RXXZGPC3.js.map +0 -1
- package/dist/chunk-VLDLERJN.js.map +0 -1
- /package/dist/{BlockNoteEditor-XVIBGXHF.mjs.map → BlockNoteEditor-K7IIWM3S.mjs.map} +0 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { l as RoleInterface, U as UserInterface, M as ModuleWithPermissions, A as Action, C as ContentInterface, j as CompanyInterface, i as CompanyInput, N as NotificationInterface } from '../notification.interface-aLEJbA_g.js';
|
|
3
|
-
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-B6DIk8Vf.js';
|
|
4
|
-
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-B6DIk8Vf.js';
|
|
5
1
|
import * as React$1 from 'react';
|
|
6
2
|
import React__default, { ReactNode, ReactElement, Dispatch, SetStateAction, ComponentType, Component, JSX, ComponentPropsWithoutRef } from 'react';
|
|
3
|
+
import { M as ModuleWithPermissions, A as Action } from '../types-DHOxe8rc.js';
|
|
4
|
+
import { A as AuthComponent, P as PasskeyInterface, T as TotpAuthenticatorInterface } from '../AuthComponent-Cd7lcYif.js';
|
|
5
|
+
export { b as getIcon, a as getIconByModule, c as getIconByModuleName, g as getInitials } from '../AuthComponent-Cd7lcYif.js';
|
|
6
|
+
import { e as RoleInterface, U as UserInterface, C as ContentInterface, c as CompanyInterface, b as CompanyInput, N as NotificationInterface } from '../notification.interface-C1T1C2ee.js';
|
|
7
7
|
import * as _blocknote_core from '@blocknote/core';
|
|
8
8
|
import { BlockNoteEditor, PartialBlock } from '@blocknote/core';
|
|
9
9
|
import { SuggestionMenuProps, DefaultReactSuggestionItem } from '@blocknote/react';
|
|
@@ -14,10 +14,10 @@ import { DateRange, DayPicker, DayButton } from 'react-day-picker';
|
|
|
14
14
|
import { DropzoneState, DropzoneOptions } from 'react-dropzone';
|
|
15
15
|
export { DropzoneOptions } from 'react-dropzone';
|
|
16
16
|
import { F as FeatureInterface } from '../feature.interface-BO25VLlx.js';
|
|
17
|
-
import { B as BreadcrumbItemData, a as HowToInterface, c as AssistantMessageInterface } from '../AssistantMessageInterface-
|
|
17
|
+
import { B as BreadcrumbItemData, a as HowToInterface, c as AssistantMessageInterface } from '../AssistantMessageInterface-BNzf1etU.js';
|
|
18
18
|
import { ColumnDef, ExpandedState } from '@tanstack/react-table';
|
|
19
19
|
import { J as JsonApiHydratedDataInterface, A as ApiDataInterface } from '../ApiDataInterface-BcZeXy5X.js';
|
|
20
|
-
import { b as AuthInterface } from '../auth.interface-
|
|
20
|
+
import { b as AuthInterface } from '../auth.interface-8b601idJ.js';
|
|
21
21
|
import z from 'zod';
|
|
22
22
|
import { g as OnboardingCardRenderProps } from '../onboarding.interface-Djyl9qYu.js';
|
|
23
23
|
import { e as OAuthScopeInfo, O as OAuthClientInterface, b as OAuthClientCreateRequest, d as OAuthConsentRequest } from '../oauth.interface-B6xmfDzK.js';
|
|
@@ -66,7 +66,7 @@ type AddUserToRoleProps = {
|
|
|
66
66
|
role: RoleInterface;
|
|
67
67
|
refresh: () => Promise<void>;
|
|
68
68
|
};
|
|
69
|
-
declare function AddUserToRole(props: AddUserToRoleProps):
|
|
69
|
+
declare function AddUserToRole(props: AddUserToRoleProps): React$1.JSX.Element;
|
|
70
70
|
|
|
71
71
|
type UserAvatarEditorProps = {
|
|
72
72
|
user?: UserInterface;
|
|
@@ -75,14 +75,14 @@ type UserAvatarEditorProps = {
|
|
|
75
75
|
resetImage: boolean;
|
|
76
76
|
setResetImage: (reset: boolean) => void;
|
|
77
77
|
};
|
|
78
|
-
declare function UserAvatarEditor({ user, file, setFile, resetImage, setResetImage }: UserAvatarEditorProps):
|
|
78
|
+
declare function UserAvatarEditor({ user, file, setFile, resetImage, setResetImage }: UserAvatarEditorProps): React$1.JSX.Element;
|
|
79
79
|
|
|
80
80
|
type UserDeleterProps = {
|
|
81
81
|
user: UserInterface;
|
|
82
82
|
companyId?: string;
|
|
83
83
|
onDeleted?: () => void;
|
|
84
84
|
};
|
|
85
|
-
declare function UserDeleter(props: UserDeleterProps):
|
|
85
|
+
declare function UserDeleter(props: UserDeleterProps): React$1.JSX.Element | null;
|
|
86
86
|
|
|
87
87
|
type UserEditorProps = {
|
|
88
88
|
user?: UserInterface;
|
|
@@ -95,7 +95,7 @@ type UserEditorProps = {
|
|
|
95
95
|
dialogOpen?: boolean;
|
|
96
96
|
onDialogOpenChange?: (open: boolean) => void;
|
|
97
97
|
};
|
|
98
|
-
declare function UserEditor(props: UserEditorProps):
|
|
98
|
+
declare function UserEditor(props: UserEditorProps): React$1.JSX.Element | null;
|
|
99
99
|
|
|
100
100
|
type UserMultiSelectProps = {
|
|
101
101
|
id: string;
|
|
@@ -107,18 +107,18 @@ type UserMultiSelectProps = {
|
|
|
107
107
|
maxCount?: number;
|
|
108
108
|
isRequired?: boolean;
|
|
109
109
|
};
|
|
110
|
-
declare function UserMultiSelect({ id, form, currentUser, label, placeholder, onChange, isRequired, }: UserMultiSelectProps):
|
|
110
|
+
declare function UserMultiSelect({ id, form, currentUser, label, placeholder, onChange, isRequired, }: UserMultiSelectProps): React$1.JSX.Element;
|
|
111
111
|
|
|
112
112
|
type UserReactivatorProps = {
|
|
113
113
|
user: UserInterface;
|
|
114
114
|
propagateChanges: (user: UserInterface) => void;
|
|
115
115
|
};
|
|
116
|
-
declare function UserReactivator(props: UserReactivatorProps):
|
|
116
|
+
declare function UserReactivator(props: UserReactivatorProps): React$1.JSX.Element | null;
|
|
117
117
|
|
|
118
118
|
type UserResentInvitationEmailProps = {
|
|
119
119
|
user: UserInterface;
|
|
120
120
|
};
|
|
121
|
-
declare function UserResentInvitationEmail(props: UserResentInvitationEmailProps):
|
|
121
|
+
declare function UserResentInvitationEmail(props: UserResentInvitationEmailProps): React$1.JSX.Element | null;
|
|
122
122
|
|
|
123
123
|
type UserSelectorProps = {
|
|
124
124
|
id: string;
|
|
@@ -128,7 +128,7 @@ type UserSelectorProps = {
|
|
|
128
128
|
onChange?: (user?: UserInterface) => void;
|
|
129
129
|
isRequired?: boolean;
|
|
130
130
|
};
|
|
131
|
-
declare function UserSelector({ id, form, label, placeholder, onChange, isRequired }: UserSelectorProps):
|
|
131
|
+
declare function UserSelector({ id, form, label, placeholder, onChange, isRequired }: UserSelectorProps): React$1.JSX.Element;
|
|
132
132
|
|
|
133
133
|
type EntityAvatarProps = {
|
|
134
134
|
image?: string;
|
|
@@ -136,7 +136,7 @@ type EntityAvatarProps = {
|
|
|
136
136
|
className?: string;
|
|
137
137
|
fallbackClassName?: string;
|
|
138
138
|
};
|
|
139
|
-
declare function EntityAvatar({ image, name, className, fallbackClassName, }: EntityAvatarProps):
|
|
139
|
+
declare function EntityAvatar({ image, name, className, fallbackClassName, }: EntityAvatarProps): React$1.JSX.Element;
|
|
140
140
|
|
|
141
141
|
type EditableAvatarProps = {
|
|
142
142
|
entityId: string;
|
|
@@ -148,21 +148,21 @@ type EditableAvatarProps = {
|
|
|
148
148
|
className?: string;
|
|
149
149
|
fallbackClassName?: string;
|
|
150
150
|
};
|
|
151
|
-
declare function EditableAvatar({ entityId, module, image, fallback, alt, patchImage, className, fallbackClassName, }: EditableAvatarProps):
|
|
151
|
+
declare function EditableAvatar({ entityId, module, image, fallback, alt, patchImage, className, fallbackClassName, }: EditableAvatarProps): React$1.JSX.Element;
|
|
152
152
|
|
|
153
153
|
type TableCellAvatarProps = {
|
|
154
154
|
image?: string;
|
|
155
155
|
name: string;
|
|
156
156
|
className?: string;
|
|
157
157
|
};
|
|
158
|
-
declare function TableCellAvatar({ image, name, className }: TableCellAvatarProps):
|
|
158
|
+
declare function TableCellAvatar({ image, name, className }: TableCellAvatarProps): React$1.JSX.Element;
|
|
159
159
|
|
|
160
160
|
type PageContainerProps = {
|
|
161
161
|
children: React.ReactNode;
|
|
162
162
|
testId?: string;
|
|
163
163
|
className?: string;
|
|
164
164
|
};
|
|
165
|
-
declare function PageContainer({ children, testId, className }: PageContainerProps):
|
|
165
|
+
declare function PageContainer({ children, testId, className }: PageContainerProps): React$1.JSX.Element;
|
|
166
166
|
|
|
167
167
|
type ReactMarkdownContainerProps = {
|
|
168
168
|
content: string;
|
|
@@ -170,7 +170,7 @@ type ReactMarkdownContainerProps = {
|
|
|
170
170
|
initialLines?: number;
|
|
171
171
|
size?: "small" | "normal";
|
|
172
172
|
};
|
|
173
|
-
declare function ReactMarkdownContainer({ content, collapsible, initialLines, size, }: ReactMarkdownContainerProps):
|
|
173
|
+
declare function ReactMarkdownContainer({ content, collapsible, initialLines, size, }: ReactMarkdownContainerProps): React$1.JSX.Element;
|
|
174
174
|
|
|
175
175
|
type RoundPageContainerProps = {
|
|
176
176
|
module?: ModuleWithPermissions;
|
|
@@ -182,7 +182,7 @@ type RoundPageContainerProps = {
|
|
|
182
182
|
forceHeader?: boolean;
|
|
183
183
|
header?: ReactNode;
|
|
184
184
|
};
|
|
185
|
-
declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth, forceHeader, header, }: RoundPageContainerProps):
|
|
185
|
+
declare function RoundPageContainer({ module, id, details, tabs, children, fullWidth, forceHeader, header, }: RoundPageContainerProps): React$1.JSX.Element;
|
|
186
186
|
|
|
187
187
|
type RoundPageContainerTitleProps = {
|
|
188
188
|
module?: ModuleWithPermissions;
|
|
@@ -191,7 +191,7 @@ type RoundPageContainerTitleProps = {
|
|
|
191
191
|
setShowDetails: (show: boolean) => void;
|
|
192
192
|
fullWidth?: boolean;
|
|
193
193
|
};
|
|
194
|
-
declare function RoundPageContainerTitle({ module, details, showDetails, setShowDetails, }: RoundPageContainerTitleProps):
|
|
194
|
+
declare function RoundPageContainerTitle({ module, details, showDetails, setShowDetails, }: RoundPageContainerTitleProps): React$1.JSX.Element;
|
|
195
195
|
|
|
196
196
|
type Tab = {
|
|
197
197
|
key?: ModuleWithPermissions;
|
|
@@ -220,7 +220,7 @@ type TabsContainerProps = {
|
|
|
220
220
|
style?: "navigation";
|
|
221
221
|
additionalComponent?: React.ReactNode;
|
|
222
222
|
};
|
|
223
|
-
declare function TabsContainer({ tabs, defaultTab, tabsListClassName, tabsTriggerClassName, scrollAreaClassName, style, additionalComponent, }: TabsContainerProps): string | number | bigint | boolean | Iterable<React$1.ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null | undefined> |
|
|
223
|
+
declare function TabsContainer({ tabs, defaultTab, tabsListClassName, tabsTriggerClassName, scrollAreaClassName, style, additionalComponent, }: TabsContainerProps): string | number | bigint | boolean | Iterable<React$1.ReactNode> | Promise<string | number | bigint | boolean | React$1.ReactPortal | React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>> | Iterable<React$1.ReactNode> | null | undefined> | React$1.JSX.Element | null | undefined;
|
|
224
224
|
|
|
225
225
|
type AttributeElementProps = {
|
|
226
226
|
inline?: boolean;
|
|
@@ -228,13 +228,13 @@ type AttributeElementProps = {
|
|
|
228
228
|
value?: string | ReactElement<any>;
|
|
229
229
|
className?: string;
|
|
230
230
|
};
|
|
231
|
-
declare function AttributeElement({ inline, title, value, className }: AttributeElementProps):
|
|
231
|
+
declare function AttributeElement({ inline, title, value, className }: AttributeElementProps): React$1.JSX.Element;
|
|
232
232
|
|
|
233
233
|
type AllowedUsersDetailsProps = {
|
|
234
234
|
showTitle?: boolean;
|
|
235
235
|
content: ContentInterface;
|
|
236
236
|
};
|
|
237
|
-
declare function AllowedUsersDetails({ showTitle, content }: AllowedUsersDetailsProps):
|
|
237
|
+
declare function AllowedUsersDetails({ showTitle, content }: AllowedUsersDetailsProps): React$1.JSX.Element;
|
|
238
238
|
|
|
239
239
|
interface MentionItem {
|
|
240
240
|
id: string;
|
|
@@ -251,7 +251,7 @@ interface BlockNoteEditorSuggestionMenuControllerProps {
|
|
|
251
251
|
mentionSearchParams?: Record<string, string>;
|
|
252
252
|
suggestionMenuComponent?: React__default.FC<SuggestionMenuProps<DefaultReactSuggestionItem>>;
|
|
253
253
|
}
|
|
254
|
-
declare function BlockNoteEditorMentionSuggestionMenu({ editor, mentionSearchFn, mentionSearchParams, suggestionMenuComponent, }: BlockNoteEditorSuggestionMenuControllerProps):
|
|
254
|
+
declare function BlockNoteEditorMentionSuggestionMenu({ editor, mentionSearchFn, mentionSearchParams, suggestionMenuComponent, }: BlockNoteEditorSuggestionMenuControllerProps): React__default.JSX.Element;
|
|
255
255
|
|
|
256
256
|
interface MentionRenderProps {
|
|
257
257
|
id: string;
|
|
@@ -337,11 +337,15 @@ declare function BlockNoteEditorMentionHoverCard({ containerRef, mentionResolveF
|
|
|
337
337
|
mentionResolveFn?: MentionResolveFn;
|
|
338
338
|
}): React__default.ReactPortal | null;
|
|
339
339
|
|
|
340
|
+
declare const BlockNoteViewerContainer: React__default.NamedExoticComponent<{
|
|
341
|
+
content: unknown;
|
|
342
|
+
}>;
|
|
343
|
+
|
|
340
344
|
declare function ErrorDetails({ title, message, code }: {
|
|
341
345
|
title?: string;
|
|
342
346
|
message: string;
|
|
343
347
|
code: number;
|
|
344
|
-
}):
|
|
348
|
+
}): React$1.JSX.Element;
|
|
345
349
|
|
|
346
350
|
declare function errorToast(params: {
|
|
347
351
|
title?: string;
|
|
@@ -354,7 +358,7 @@ type CommonAssociationTriggerProps = {
|
|
|
354
358
|
hasDestination?: boolean;
|
|
355
359
|
onTrigger: () => void;
|
|
356
360
|
};
|
|
357
|
-
declare function CommonAssociationTrigger({ sourceType, destinationType, hasDestination, onTrigger, }: CommonAssociationTriggerProps):
|
|
361
|
+
declare function CommonAssociationTrigger({ sourceType, destinationType, hasDestination, onTrigger, }: CommonAssociationTriggerProps): React$1.JSX.Element;
|
|
358
362
|
type CommonAssociationCommandDialogProps = {
|
|
359
363
|
show: boolean;
|
|
360
364
|
setShow: (show: boolean) => void;
|
|
@@ -364,7 +368,7 @@ type CommonAssociationCommandDialogProps = {
|
|
|
364
368
|
destinationName: string;
|
|
365
369
|
children: ReactNode;
|
|
366
370
|
};
|
|
367
|
-
declare function CommonAssociationCommandDialog({ show, setShow, data, source, destination, destinationName, children, }: CommonAssociationCommandDialogProps):
|
|
371
|
+
declare function CommonAssociationCommandDialog({ show, setShow, data, source, destination, destinationName, children, }: CommonAssociationCommandDialogProps): React$1.JSX.Element;
|
|
368
372
|
declare const triggerAssociationToast: (params: {
|
|
369
373
|
t: any;
|
|
370
374
|
source: string;
|
|
@@ -398,7 +402,7 @@ type EntityMultiSelectorProps<T extends {
|
|
|
398
402
|
};
|
|
399
403
|
declare function EntityMultiSelector<T extends {
|
|
400
404
|
id: string;
|
|
401
|
-
}>({ id, form, label, placeholder, emptyText, isRequired, retriever, retrieverParams, module, getLabel, toFormValue, getFormValueLabel, excludeId, onChange, renderOption, }: EntityMultiSelectorProps<T>):
|
|
405
|
+
}>({ id, form, label, placeholder, emptyText, isRequired, retriever, retrieverParams, module, getLabel, toFormValue, getFormValueLabel, excludeId, onChange, renderOption, }: EntityMultiSelectorProps<T>): React$1.JSX.Element;
|
|
402
406
|
|
|
403
407
|
type CommonDeleterProps = {
|
|
404
408
|
type: string;
|
|
@@ -408,7 +412,7 @@ type CommonDeleterProps = {
|
|
|
408
412
|
testId?: string;
|
|
409
413
|
onSuccess?: () => void | Promise<void>;
|
|
410
414
|
};
|
|
411
|
-
declare function CommonDeleter({ deleteFunction, redirectTo, type, forceShow, testId, onSuccess }: CommonDeleterProps):
|
|
415
|
+
declare function CommonDeleter({ deleteFunction, redirectTo, type, forceShow, testId, onSuccess }: CommonDeleterProps): React$1.JSX.Element;
|
|
412
416
|
|
|
413
417
|
type CommonEditorButtonsProps = {
|
|
414
418
|
isEdit: boolean;
|
|
@@ -418,20 +422,20 @@ type CommonEditorButtonsProps = {
|
|
|
418
422
|
hideSubmit?: boolean;
|
|
419
423
|
centerButtons?: ReactNode;
|
|
420
424
|
};
|
|
421
|
-
declare function CommonEditorButtons({ isEdit, form, disabled, setOpen, hideSubmit, centerButtons, }: CommonEditorButtonsProps):
|
|
425
|
+
declare function CommonEditorButtons({ isEdit, form, disabled, setOpen, hideSubmit, centerButtons, }: CommonEditorButtonsProps): React$1.JSX.Element;
|
|
422
426
|
|
|
423
427
|
type CommonEditorHeaderProps = {
|
|
424
428
|
type: string;
|
|
425
429
|
name?: string;
|
|
426
430
|
};
|
|
427
|
-
declare function CommonEditorHeader({ type, name }: CommonEditorHeaderProps):
|
|
431
|
+
declare function CommonEditorHeader({ type, name }: CommonEditorHeaderProps): React$1.JSX.Element;
|
|
428
432
|
|
|
429
433
|
type CommonEditorDiscardDialogProps = {
|
|
430
434
|
open: boolean;
|
|
431
435
|
onOpenChange: (open: boolean) => void;
|
|
432
436
|
onDiscard: () => void;
|
|
433
437
|
};
|
|
434
|
-
declare function CommonEditorDiscardDialog({ open, onOpenChange, onDiscard }: CommonEditorDiscardDialogProps):
|
|
438
|
+
declare function CommonEditorDiscardDialog({ open, onOpenChange, onDiscard }: CommonEditorDiscardDialogProps): React$1.JSX.Element;
|
|
435
439
|
|
|
436
440
|
type CommonEditorTriggerProps = {
|
|
437
441
|
isEdit: boolean;
|
|
@@ -439,7 +443,7 @@ type CommonEditorTriggerProps = {
|
|
|
439
443
|
create?: string;
|
|
440
444
|
testId?: string;
|
|
441
445
|
};
|
|
442
|
-
declare function CommonEditorTrigger({ isEdit, edit: _edit, create, testId }: CommonEditorTriggerProps):
|
|
446
|
+
declare function CommonEditorTrigger({ isEdit, edit: _edit, create, testId }: CommonEditorTriggerProps): React$1.JSX.Element;
|
|
443
447
|
|
|
444
448
|
type UseEditorDialogOptions = {
|
|
445
449
|
dialogOpen?: boolean;
|
|
@@ -492,7 +496,7 @@ type EditorSheetProps<T extends FieldValues> = {
|
|
|
492
496
|
onDialogOpenChange?: (open: boolean) => void;
|
|
493
497
|
children: ReactNode;
|
|
494
498
|
};
|
|
495
|
-
declare function EditorSheet<T extends FieldValues>({ form, onSubmit, onReset, isFormDirty: isFormDirtyProp, entityType, entityName, title: titleOverride, description: descriptionOverride, isEdit, module, propagateChanges, onSuccess, onRevalidate, onNavigate, onSaved, size, disabled, hideSubmit, centerButtons, trigger, forceShow, onClose, dialogOpen, onDialogOpenChange, children, }: EditorSheetProps<T>):
|
|
499
|
+
declare function EditorSheet<T extends FieldValues>({ form, onSubmit, onReset, isFormDirty: isFormDirtyProp, entityType, entityName, title: titleOverride, description: descriptionOverride, isEdit, module, propagateChanges, onSuccess, onRevalidate, onNavigate, onSaved, size, disabled, hideSubmit, centerButtons, trigger, forceShow, onClose, dialogOpen, onDialogOpenChange, children, }: EditorSheetProps<T>): React$1.JSX.Element;
|
|
496
500
|
|
|
497
501
|
type DatePickerPopoverProps = {
|
|
498
502
|
children: ReactNode;
|
|
@@ -502,14 +506,14 @@ type DatePickerPopoverProps = {
|
|
|
502
506
|
align?: "start" | "center" | "end";
|
|
503
507
|
className?: string;
|
|
504
508
|
};
|
|
505
|
-
declare const DatePickerPopover: ({ children, value, onSelect, minDate, align, className, }: DatePickerPopoverProps) =>
|
|
509
|
+
declare const DatePickerPopover: ({ children, value, onSelect, minDate, align, className, }: DatePickerPopoverProps) => React$1.JSX.Element;
|
|
506
510
|
|
|
507
511
|
type DateRangeSelectorProps = {
|
|
508
512
|
onDateChange: (date?: DateRange) => void;
|
|
509
513
|
avoidSettingDates?: boolean;
|
|
510
514
|
showPreviousMonth?: boolean;
|
|
511
515
|
};
|
|
512
|
-
declare function DateRangeSelector({ onDateChange, avoidSettingDates, showPreviousMonth }: DateRangeSelectorProps):
|
|
516
|
+
declare function DateRangeSelector({ onDateChange, avoidSettingDates, showPreviousMonth }: DateRangeSelectorProps): React$1.JSX.Element;
|
|
513
517
|
|
|
514
518
|
type DirectionOptions = "rtl" | "ltr" | undefined;
|
|
515
519
|
type FileUploaderContextType = {
|
|
@@ -569,7 +573,7 @@ type CurrencyInputProps = {
|
|
|
569
573
|
className?: string;
|
|
570
574
|
testId?: string;
|
|
571
575
|
};
|
|
572
|
-
declare function CurrencyInput({ valueCents, onChange, currencySymbol, readOnly, disabled, placeholder, className, testId, }: CurrencyInputProps):
|
|
576
|
+
declare function CurrencyInput({ valueCents, onChange, currencySymbol, readOnly, disabled, placeholder, className, testId, }: CurrencyInputProps): React__default.JSX.Element;
|
|
573
577
|
|
|
574
578
|
type FormCheckboxProps = {
|
|
575
579
|
form: any;
|
|
@@ -579,7 +583,7 @@ type FormCheckboxProps = {
|
|
|
579
583
|
description?: string;
|
|
580
584
|
isRequired?: boolean;
|
|
581
585
|
};
|
|
582
|
-
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps):
|
|
586
|
+
declare function FormCheckbox({ form, id, name, labelBefore, description, isRequired }: FormCheckboxProps): React$1.JSX.Element;
|
|
583
587
|
|
|
584
588
|
declare function FormBlockNote({ form, id, name, placeholder, type, isRequired, description, testId, onEmptyChange, inlineContentSpecs, renderOverlays, className, stretch, enableMentions, mentionSearchFn, mentionSearchParams, mentionResolveFn, suggestionMenuComponent, mentionNameResolver, onWarmMentions, aiConfig, }: {
|
|
585
589
|
form: any;
|
|
@@ -607,7 +611,7 @@ declare function FormBlockNote({ form, id, name, placeholder, type, isRequired,
|
|
|
607
611
|
mentionNameResolver?: MentionNameResolver;
|
|
608
612
|
onWarmMentions?: (blocks: any[]) => void;
|
|
609
613
|
aiConfig?: BlockNoteAiConfig;
|
|
610
|
-
}):
|
|
614
|
+
}): React__default.JSX.Element;
|
|
611
615
|
|
|
612
616
|
type FormFieldWrapperProps<T extends FieldValues> = {
|
|
613
617
|
form: UseFormReturn<T>;
|
|
@@ -619,7 +623,7 @@ type FormFieldWrapperProps<T extends FieldValues> = {
|
|
|
619
623
|
children: (field: ControllerRenderProps<T, Path<T>>, fieldState: ControllerFieldState) => ReactNode;
|
|
620
624
|
testId?: string;
|
|
621
625
|
};
|
|
622
|
-
declare function FormFieldWrapper<T extends FieldValues>({ form, name, label, description, isRequired, orientation, children, testId, }: FormFieldWrapperProps<T>):
|
|
626
|
+
declare function FormFieldWrapper<T extends FieldValues>({ form, name, label, description, isRequired, orientation, children, testId, }: FormFieldWrapperProps<T>): React$1.JSX.Element;
|
|
623
627
|
|
|
624
628
|
declare function FormDate({ form, id, name, minDate, onChange, isRequired, defaultMonth, allowEmpty, }: {
|
|
625
629
|
form: any;
|
|
@@ -631,7 +635,7 @@ declare function FormDate({ form, id, name, minDate, onChange, isRequired, defau
|
|
|
631
635
|
isRequired?: boolean;
|
|
632
636
|
defaultMonth?: Date;
|
|
633
637
|
allowEmpty?: boolean;
|
|
634
|
-
}):
|
|
638
|
+
}): React$1.JSX.Element;
|
|
635
639
|
|
|
636
640
|
declare function FormDateTime({ form, id, name, minDate, onChange, allowEmpty, defaultMonth, }: {
|
|
637
641
|
form: any;
|
|
@@ -642,7 +646,7 @@ declare function FormDateTime({ form, id, name, minDate, onChange, allowEmpty, d
|
|
|
642
646
|
onChange?: (date?: Date) => Promise<void>;
|
|
643
647
|
allowEmpty?: boolean;
|
|
644
648
|
defaultMonth?: Date;
|
|
645
|
-
}):
|
|
649
|
+
}): React$1.JSX.Element;
|
|
646
650
|
|
|
647
651
|
declare function FormInput({ form, id, name, placeholder, type, onBlur, disabled, onKeyDown, autoFocus, onChange, testId, isRequired, }: {
|
|
648
652
|
form: any;
|
|
@@ -657,7 +661,7 @@ declare function FormInput({ form, id, name, placeholder, type, onBlur, disabled
|
|
|
657
661
|
onChange?: (value: string | number) => Promise<void>;
|
|
658
662
|
testId?: string;
|
|
659
663
|
isRequired?: boolean;
|
|
660
|
-
}):
|
|
664
|
+
}): React__default.JSX.Element;
|
|
661
665
|
|
|
662
666
|
declare function FormPassword({ form, id, name, placeholder, onBlur, disabled, testId, isRequired, }: {
|
|
663
667
|
form: any;
|
|
@@ -668,7 +672,7 @@ declare function FormPassword({ form, id, name, placeholder, onBlur, disabled, t
|
|
|
668
672
|
disabled?: boolean;
|
|
669
673
|
testId?: string;
|
|
670
674
|
isRequired?: boolean;
|
|
671
|
-
}):
|
|
675
|
+
}): React$1.JSX.Element;
|
|
672
676
|
|
|
673
677
|
/**
|
|
674
678
|
* FormPlaceAutocomplete component integrates Google Places API (New)
|
|
@@ -719,7 +723,7 @@ interface PlaceAutocompleteProps {
|
|
|
719
723
|
*/
|
|
720
724
|
includeTypes?: string[];
|
|
721
725
|
}
|
|
722
|
-
declare function FormPlaceAutocomplete({ form, id, name, placeholder, disabled, testId, isRequired, onPlaceSelect, className, includeTypes, }: PlaceAutocompleteProps):
|
|
726
|
+
declare function FormPlaceAutocomplete({ form, id, name, placeholder, disabled, testId, isRequired, onPlaceSelect, className, includeTypes, }: PlaceAutocompleteProps): React$1.JSX.Element;
|
|
723
727
|
|
|
724
728
|
declare function FormSelect({ form, id, name, placeholder, disabled, values, onChange, useRows, testId, allowEmpty, isRequired, }: {
|
|
725
729
|
form: any;
|
|
@@ -736,7 +740,7 @@ declare function FormSelect({ form, id, name, placeholder, disabled, values, onC
|
|
|
736
740
|
testId?: string;
|
|
737
741
|
allowEmpty?: boolean;
|
|
738
742
|
isRequired?: boolean;
|
|
739
|
-
}):
|
|
743
|
+
}): React$1.JSX.Element;
|
|
740
744
|
|
|
741
745
|
declare function FormSlider({ form, id, name, disabled, showPercentage, }: {
|
|
742
746
|
form: any;
|
|
@@ -745,7 +749,7 @@ declare function FormSlider({ form, id, name, disabled, showPercentage, }: {
|
|
|
745
749
|
placeholder?: string;
|
|
746
750
|
disabled?: boolean;
|
|
747
751
|
showPercentage?: boolean;
|
|
748
|
-
}):
|
|
752
|
+
}): React$1.JSX.Element;
|
|
749
753
|
|
|
750
754
|
declare function FormSwitch({ form, id, name, disabled, description, }: {
|
|
751
755
|
form: any;
|
|
@@ -753,7 +757,7 @@ declare function FormSwitch({ form, id, name, disabled, description, }: {
|
|
|
753
757
|
name?: string;
|
|
754
758
|
disabled?: boolean;
|
|
755
759
|
description?: string;
|
|
756
|
-
}):
|
|
760
|
+
}): React$1.JSX.Element;
|
|
757
761
|
|
|
758
762
|
declare function FormTextarea({ form, id, name, className, placeholder, testId, }: {
|
|
759
763
|
form: any;
|
|
@@ -762,7 +766,7 @@ declare function FormTextarea({ form, id, name, className, placeholder, testId,
|
|
|
762
766
|
placeholder?: string;
|
|
763
767
|
className?: string;
|
|
764
768
|
testId?: string;
|
|
765
|
-
}):
|
|
769
|
+
}): React$1.JSX.Element;
|
|
766
770
|
|
|
767
771
|
interface GdprConsentCheckboxProps<T extends FieldValues> {
|
|
768
772
|
form: UseFormReturn<T>;
|
|
@@ -771,7 +775,7 @@ interface GdprConsentCheckboxProps<T extends FieldValues> {
|
|
|
771
775
|
description?: string;
|
|
772
776
|
required?: boolean;
|
|
773
777
|
}
|
|
774
|
-
declare function GdprConsentCheckbox<T extends FieldValues>({ form, id, label, description, required, }: GdprConsentCheckboxProps<T>):
|
|
778
|
+
declare function GdprConsentCheckbox<T extends FieldValues>({ form, id, label, description, required, }: GdprConsentCheckboxProps<T>): React$1.JSX.Element;
|
|
775
779
|
|
|
776
780
|
interface PasswordInputProps extends React$1.InputHTMLAttributes<HTMLInputElement> {
|
|
777
781
|
}
|
|
@@ -783,12 +787,12 @@ type FormFeaturesProps = {
|
|
|
783
787
|
features: FeatureInterface[];
|
|
784
788
|
featureField?: string;
|
|
785
789
|
};
|
|
786
|
-
declare function FormFeatures({ form, name, features, featureField }: FormFeaturesProps):
|
|
790
|
+
declare function FormFeatures({ form, name, features, featureField }: FormFeaturesProps): React$1.JSX.Element;
|
|
787
791
|
|
|
788
792
|
type BreadcrumbProps = {
|
|
789
793
|
items: BreadcrumbItemData[];
|
|
790
794
|
};
|
|
791
|
-
declare function BreadcrumbNavigation({ items }: BreadcrumbProps):
|
|
795
|
+
declare function BreadcrumbNavigation({ items }: BreadcrumbProps): React$1.JSX.Element;
|
|
792
796
|
|
|
793
797
|
type TitleProps = {
|
|
794
798
|
type?: string | string[];
|
|
@@ -798,16 +802,16 @@ type TitleProps = {
|
|
|
798
802
|
module?: ModuleWithPermissions;
|
|
799
803
|
prioritizeFunctions?: boolean;
|
|
800
804
|
};
|
|
801
|
-
declare function ContentTitle({ module, type, element, functions, className, prioritizeFunctions }: TitleProps):
|
|
805
|
+
declare function ContentTitle({ module, type, element, functions, className, prioritizeFunctions }: TitleProps): React$1.JSX.Element | null;
|
|
802
806
|
|
|
803
807
|
type HeaderProps = {
|
|
804
808
|
children?: React.ReactNode;
|
|
805
809
|
leftContent?: React.ReactNode;
|
|
806
810
|
className?: string;
|
|
807
811
|
};
|
|
808
|
-
declare function Header({ children, leftContent, className }: HeaderProps):
|
|
812
|
+
declare function Header({ children, leftContent, className }: HeaderProps): React$1.JSX.Element;
|
|
809
813
|
|
|
810
|
-
declare function ModeToggleSwitch():
|
|
814
|
+
declare function ModeToggleSwitch(): React$1.JSX.Element;
|
|
811
815
|
|
|
812
816
|
type PageSectionProps = {
|
|
813
817
|
children: ReactNode;
|
|
@@ -817,9 +821,9 @@ type PageSectionProps = {
|
|
|
817
821
|
small?: boolean;
|
|
818
822
|
onToggle?: (isOpen: boolean) => void;
|
|
819
823
|
};
|
|
820
|
-
declare function PageSection({ children, title, options, open, small, onToggle }: PageSectionProps):
|
|
824
|
+
declare function PageSection({ children, title, options, open, small, onToggle }: PageSectionProps): React$1.JSX.Element;
|
|
821
825
|
|
|
822
|
-
declare function RecentPagesNavigator():
|
|
826
|
+
declare function RecentPagesNavigator(): React$1.JSX.Element | null;
|
|
823
827
|
|
|
824
828
|
type PageContainerItems = {
|
|
825
829
|
title: string;
|
|
@@ -831,7 +835,7 @@ type PageContainerContentDetailsProps = {
|
|
|
831
835
|
module: ModuleWithPermissions;
|
|
832
836
|
id: string;
|
|
833
837
|
};
|
|
834
|
-
declare function PageContainerContentDetails({ items, section, module, id }: PageContainerContentDetailsProps):
|
|
838
|
+
declare function PageContainerContentDetails({ items, section, module, id }: PageContainerContentDetailsProps): React$1.JSX.Element;
|
|
835
839
|
|
|
836
840
|
type PageContentContainerProps = {
|
|
837
841
|
header?: ReactNode;
|
|
@@ -840,7 +844,7 @@ type PageContentContainerProps = {
|
|
|
840
844
|
content?: ReactNode;
|
|
841
845
|
fullBleed?: boolean;
|
|
842
846
|
};
|
|
843
|
-
declare function PageContentContainer({ header, details, footer, content, fullBleed }: PageContentContainerProps):
|
|
847
|
+
declare function PageContentContainer({ header, details, footer, content, fullBleed }: PageContentContainerProps): React$1.JSX.Element;
|
|
844
848
|
|
|
845
849
|
declare const cellComponent: (params: {
|
|
846
850
|
id: string;
|
|
@@ -905,7 +909,7 @@ declare const ContentListTable: React__default.NamedExoticComponent<ContentListT
|
|
|
905
909
|
type ContentTableSearchProps = {
|
|
906
910
|
data: DataListRetriever<any>;
|
|
907
911
|
};
|
|
908
|
-
declare function ContentTableSearch({ data }: ContentTableSearchProps):
|
|
912
|
+
declare function ContentTableSearch({ data }: ContentTableSearchProps): React$1.JSX.Element;
|
|
909
913
|
|
|
910
914
|
type ContentListGridProps<T> = {
|
|
911
915
|
title?: string;
|
|
@@ -925,7 +929,7 @@ type ContentListGridProps<T> = {
|
|
|
925
929
|
/** Replaces the default responsive grid classes entirely when set. */
|
|
926
930
|
gridClassName?: string;
|
|
927
931
|
};
|
|
928
|
-
declare function ContentListGrid<T>(props: ContentListGridProps<T>):
|
|
932
|
+
declare function ContentListGrid<T>(props: ContentListGridProps<T>): React$1.JSX.Element;
|
|
929
933
|
|
|
930
934
|
interface FiscalDataHandle {
|
|
931
935
|
validate: () => boolean;
|
|
@@ -941,13 +945,13 @@ declare const ItalianFiscalData: React$1.ForwardRefExoticComponent<ItalianFiscal
|
|
|
941
945
|
type ItalianFiscalDataDisplayProps = {
|
|
942
946
|
data: Record<string, string>;
|
|
943
947
|
};
|
|
944
|
-
declare function ItalianFiscalDataDisplay({ data }: ItalianFiscalDataDisplayProps):
|
|
948
|
+
declare function ItalianFiscalDataDisplay({ data }: ItalianFiscalDataDisplayProps): React$1.JSX.Element;
|
|
945
949
|
|
|
946
950
|
type FiscalDataDisplayProps = {
|
|
947
951
|
fiscalData: string;
|
|
948
952
|
country?: string;
|
|
949
953
|
};
|
|
950
|
-
declare function FiscalDataDisplay({ fiscalData, country }: FiscalDataDisplayProps):
|
|
954
|
+
declare function FiscalDataDisplay({ fiscalData, country }: FiscalDataDisplayProps): React$1.JSX.Element | null;
|
|
951
955
|
|
|
952
956
|
declare function parseFiscalData(fiscalDataJson?: string): Record<string, string>;
|
|
953
957
|
|
|
@@ -957,55 +961,55 @@ type AuthContainerProps = {
|
|
|
957
961
|
code?: string;
|
|
958
962
|
};
|
|
959
963
|
};
|
|
960
|
-
declare function AuthContainer({ componentType, params }: AuthContainerProps):
|
|
964
|
+
declare function AuthContainer({ componentType, params }: AuthContainerProps): React$1.JSX.Element;
|
|
961
965
|
|
|
962
|
-
declare function SecurityContainer():
|
|
966
|
+
declare function SecurityContainer(): React$1.JSX.Element;
|
|
963
967
|
|
|
964
|
-
declare function LandingComponent():
|
|
968
|
+
declare function LandingComponent(): React$1.JSX.Element;
|
|
965
969
|
|
|
966
|
-
declare function AcceptInvitation():
|
|
970
|
+
declare function AcceptInvitation(): React$1.JSX.Element;
|
|
967
971
|
|
|
968
|
-
declare function ActivateAccount():
|
|
972
|
+
declare function ActivateAccount(): React$1.JSX.Element;
|
|
969
973
|
|
|
970
974
|
declare function Cookies({ dehydratedAuth, page }: {
|
|
971
975
|
dehydratedAuth: JsonApiHydratedDataInterface;
|
|
972
976
|
page?: string;
|
|
973
977
|
}): null;
|
|
974
978
|
|
|
975
|
-
declare function ForgotPassword():
|
|
979
|
+
declare function ForgotPassword(): React$1.JSX.Element;
|
|
976
980
|
|
|
977
|
-
declare function Login():
|
|
981
|
+
declare function Login(): React$1.JSX.Element;
|
|
978
982
|
|
|
979
983
|
interface LogoutProps {
|
|
980
984
|
storageKeys?: string[];
|
|
981
985
|
}
|
|
982
|
-
declare function Logout({ storageKeys }: LogoutProps):
|
|
986
|
+
declare function Logout({ storageKeys }: LogoutProps): React$1.JSX.Element;
|
|
983
987
|
|
|
984
988
|
declare function RefreshUser(): null;
|
|
985
989
|
|
|
986
|
-
declare function ResetPassword():
|
|
990
|
+
declare function ResetPassword(): React$1.JSX.Element;
|
|
987
991
|
|
|
988
|
-
declare function TwoFactorChallenge():
|
|
992
|
+
declare function TwoFactorChallenge(): React$1.JSX.Element | null;
|
|
989
993
|
|
|
990
994
|
interface GdprConsentSectionProps<T extends FieldValues> {
|
|
991
995
|
form: UseFormReturn<T>;
|
|
992
996
|
termsCheckboxId?: Path<T>;
|
|
993
997
|
marketingCheckboxId?: Path<T>;
|
|
994
998
|
}
|
|
995
|
-
declare function GdprConsentSection<T extends FieldValues>({ form, termsCheckboxId, marketingCheckboxId, }: GdprConsentSectionProps<T>):
|
|
999
|
+
declare function GdprConsentSection<T extends FieldValues>({ form, termsCheckboxId, marketingCheckboxId, }: GdprConsentSectionProps<T>): React$1.JSX.Element;
|
|
996
1000
|
|
|
997
1001
|
interface PasskeySetupDialogProps {
|
|
998
1002
|
open: boolean;
|
|
999
1003
|
onOpenChange: (open: boolean) => void;
|
|
1000
1004
|
onSuccess: () => void;
|
|
1001
1005
|
}
|
|
1002
|
-
declare function PasskeySetupDialog({ open, onOpenChange, onSuccess }: PasskeySetupDialogProps):
|
|
1006
|
+
declare function PasskeySetupDialog({ open, onOpenChange, onSuccess }: PasskeySetupDialogProps): React$1.JSX.Element;
|
|
1003
1007
|
|
|
1004
1008
|
interface PasskeyListProps {
|
|
1005
1009
|
passkeys: PasskeyInterface[];
|
|
1006
1010
|
onRefresh: () => void;
|
|
1007
1011
|
}
|
|
1008
|
-
declare function PasskeyList({ passkeys, onRefresh }: PasskeyListProps):
|
|
1012
|
+
declare function PasskeyList({ passkeys, onRefresh }: PasskeyListProps): React$1.JSX.Element;
|
|
1009
1013
|
|
|
1010
1014
|
interface TotpInputProps {
|
|
1011
1015
|
onComplete: (code: string) => void;
|
|
@@ -1013,7 +1017,7 @@ interface TotpInputProps {
|
|
|
1013
1017
|
autoFocus?: boolean;
|
|
1014
1018
|
error?: string;
|
|
1015
1019
|
}
|
|
1016
|
-
declare function TotpInput({ onComplete, disabled, autoFocus, error }: TotpInputProps):
|
|
1020
|
+
declare function TotpInput({ onComplete, disabled, autoFocus, error }: TotpInputProps): React$1.JSX.Element;
|
|
1017
1021
|
|
|
1018
1022
|
interface PasskeyButtonProps {
|
|
1019
1023
|
pendingToken: string;
|
|
@@ -1021,49 +1025,49 @@ interface PasskeyButtonProps {
|
|
|
1021
1025
|
onError: (error: Error) => void;
|
|
1022
1026
|
disabled?: boolean;
|
|
1023
1027
|
}
|
|
1024
|
-
declare function PasskeyButton({ pendingToken, onSuccess, onError, disabled }: PasskeyButtonProps):
|
|
1028
|
+
declare function PasskeyButton({ pendingToken, onSuccess, onError, disabled }: PasskeyButtonProps): React$1.JSX.Element;
|
|
1025
1029
|
|
|
1026
1030
|
interface BackupCodesDialogProps {
|
|
1027
1031
|
remainingCodes: number;
|
|
1028
1032
|
onRegenerate: () => void;
|
|
1029
1033
|
trigger?: React.ReactElement;
|
|
1030
1034
|
}
|
|
1031
|
-
declare function BackupCodesDialog({ remainingCodes, onRegenerate, trigger }: BackupCodesDialogProps):
|
|
1035
|
+
declare function BackupCodesDialog({ remainingCodes, onRegenerate, trigger }: BackupCodesDialogProps): React$1.JSX.Element;
|
|
1032
1036
|
|
|
1033
1037
|
interface DisableTwoFactorDialogProps {
|
|
1034
1038
|
onSuccess: () => void;
|
|
1035
1039
|
trigger?: React.ReactElement;
|
|
1036
1040
|
}
|
|
1037
|
-
declare function DisableTwoFactorDialog({ onSuccess, trigger }: DisableTwoFactorDialogProps):
|
|
1041
|
+
declare function DisableTwoFactorDialog({ onSuccess, trigger }: DisableTwoFactorDialogProps): React$1.JSX.Element;
|
|
1038
1042
|
|
|
1039
1043
|
interface TotpSetupDialogProps {
|
|
1040
1044
|
onSuccess: () => void;
|
|
1041
1045
|
trigger?: React.ReactElement;
|
|
1042
1046
|
}
|
|
1043
|
-
declare function TotpSetupDialog({ onSuccess, trigger }: TotpSetupDialogProps):
|
|
1047
|
+
declare function TotpSetupDialog({ onSuccess, trigger }: TotpSetupDialogProps): React$1.JSX.Element;
|
|
1044
1048
|
|
|
1045
1049
|
interface TotpAuthenticatorListProps {
|
|
1046
1050
|
authenticators: TotpAuthenticatorInterface[];
|
|
1047
1051
|
onDelete: () => void;
|
|
1048
1052
|
}
|
|
1049
|
-
declare function TotpAuthenticatorList({ authenticators, onDelete }: TotpAuthenticatorListProps):
|
|
1053
|
+
declare function TotpAuthenticatorList({ authenticators, onDelete }: TotpAuthenticatorListProps): React$1.JSX.Element;
|
|
1050
1054
|
|
|
1051
|
-
declare function TwoFactorSettings():
|
|
1055
|
+
declare function TwoFactorSettings(): React$1.JSX.Element;
|
|
1052
1056
|
|
|
1053
|
-
declare function AdminCompanyContainer():
|
|
1057
|
+
declare function AdminCompanyContainer(): React$1.JSX.Element;
|
|
1054
1058
|
|
|
1055
1059
|
type CompanyContainerProps = {
|
|
1056
1060
|
configurationEditorSlot?: ReactNode;
|
|
1057
1061
|
};
|
|
1058
|
-
declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps):
|
|
1062
|
+
declare function CompanyContainer({ configurationEditorSlot }: CompanyContainerProps): React$1.JSX.Element | null;
|
|
1059
1063
|
|
|
1060
1064
|
type CompanyContentProps = {
|
|
1061
1065
|
company?: CompanyInterface;
|
|
1062
1066
|
actions?: ReactNode;
|
|
1063
1067
|
};
|
|
1064
|
-
declare function CompanyContent({ company, actions }: CompanyContentProps):
|
|
1068
|
+
declare function CompanyContent({ company, actions }: CompanyContentProps): React$1.JSX.Element | null;
|
|
1065
1069
|
|
|
1066
|
-
declare function CompanyDetails():
|
|
1070
|
+
declare function CompanyDetails(): React$1.JSX.Element | null;
|
|
1067
1071
|
|
|
1068
1072
|
interface TokenStatusIndicatorProps {
|
|
1069
1073
|
className?: string;
|
|
@@ -1080,7 +1084,7 @@ interface TokenStatusIndicatorProps {
|
|
|
1080
1084
|
* - BatteryLow: 5-25% available
|
|
1081
1085
|
* - Battery (empty): <5% available
|
|
1082
1086
|
*/
|
|
1083
|
-
declare function TokenStatusIndicator({ className, size, showExtraPages }: TokenStatusIndicatorProps):
|
|
1087
|
+
declare function TokenStatusIndicator({ className, size, showExtraPages }: TokenStatusIndicatorProps): React$1.JSX.Element | null;
|
|
1084
1088
|
|
|
1085
1089
|
type CompanyConfigurationEditorProps = {
|
|
1086
1090
|
company: CompanyInterface;
|
|
@@ -1089,12 +1093,12 @@ type CompanyConfigurationEditorProps = {
|
|
|
1089
1093
|
buildPayload: (values: Record<string, any>) => Partial<CompanyInput["configurations"]>;
|
|
1090
1094
|
children: (form: UseFormReturn<any>) => ReactNode;
|
|
1091
1095
|
};
|
|
1092
|
-
declare function CompanyConfigurationEditor(props: CompanyConfigurationEditorProps):
|
|
1096
|
+
declare function CompanyConfigurationEditor(props: CompanyConfigurationEditorProps): React$1.JSX.Element;
|
|
1093
1097
|
|
|
1094
1098
|
type CompanyDeleterProps = {
|
|
1095
1099
|
company: CompanyInterface;
|
|
1096
1100
|
};
|
|
1097
|
-
declare function CompanyDeleter({ company }: CompanyDeleterProps):
|
|
1101
|
+
declare function CompanyDeleter({ company }: CompanyDeleterProps): React$1.JSX.Element | null;
|
|
1098
1102
|
|
|
1099
1103
|
type CompanyEditorProps = {
|
|
1100
1104
|
company?: CompanyInterface;
|
|
@@ -1106,24 +1110,24 @@ type CompanyEditorProps = {
|
|
|
1106
1110
|
dialogOpen?: boolean;
|
|
1107
1111
|
onDialogOpenChange?: (open: boolean) => void;
|
|
1108
1112
|
};
|
|
1109
|
-
declare function CompanyEditor(props: CompanyEditorProps):
|
|
1113
|
+
declare function CompanyEditor(props: CompanyEditorProps): React$1.JSX.Element;
|
|
1110
1114
|
|
|
1111
|
-
declare function CompaniesList():
|
|
1115
|
+
declare function CompaniesList(): React$1.JSX.Element;
|
|
1112
1116
|
|
|
1113
1117
|
type ContentsListProps = {
|
|
1114
1118
|
contentList: ContentInterface[];
|
|
1115
1119
|
};
|
|
1116
|
-
declare function ContentsList({ contentList }: ContentsListProps):
|
|
1120
|
+
declare function ContentsList({ contentList }: ContentsListProps): React$1.JSX.Element;
|
|
1117
1121
|
|
|
1118
1122
|
type ContentsListByIdProps = {
|
|
1119
1123
|
contentIds: string[];
|
|
1120
1124
|
};
|
|
1121
|
-
declare function ContentsListById({ contentIds }: ContentsListByIdProps):
|
|
1125
|
+
declare function ContentsListById({ contentIds }: ContentsListByIdProps): React$1.JSX.Element;
|
|
1122
1126
|
|
|
1123
1127
|
type RelevantContentsListProps = {
|
|
1124
1128
|
id: string;
|
|
1125
1129
|
};
|
|
1126
|
-
declare function RelevantContentsList({ id }: RelevantContentsListProps):
|
|
1130
|
+
declare function RelevantContentsList({ id }: RelevantContentsListProps): React$1.JSX.Element;
|
|
1127
1131
|
|
|
1128
1132
|
type HowToCommandProps = {
|
|
1129
1133
|
/** Current pathname for page relevance matching */
|
|
@@ -1133,27 +1137,27 @@ type HowToCommandProps = {
|
|
|
1133
1137
|
/** Called when user starts a chat from the viewer */
|
|
1134
1138
|
onStartChat?: () => void;
|
|
1135
1139
|
};
|
|
1136
|
-
declare function HowToCommand({ pathname, extraGroups, onStartChat }: HowToCommandProps):
|
|
1140
|
+
declare function HowToCommand({ pathname, extraGroups, onStartChat }: HowToCommandProps): React$1.JSX.Element;
|
|
1137
1141
|
|
|
1138
1142
|
type HowToCommandViewerProps = {
|
|
1139
1143
|
howTo: HowToInterface;
|
|
1140
1144
|
onBack: () => void;
|
|
1141
1145
|
onStartChat?: () => void;
|
|
1142
1146
|
};
|
|
1143
|
-
declare function HowToCommandViewer({ howTo, onBack, onStartChat }: HowToCommandViewerProps):
|
|
1147
|
+
declare function HowToCommandViewer({ howTo, onBack, onStartChat }: HowToCommandViewerProps): React$1.JSX.Element;
|
|
1144
1148
|
|
|
1145
|
-
declare function HowToContainer():
|
|
1149
|
+
declare function HowToContainer(): React$1.JSX.Element | null;
|
|
1146
1150
|
|
|
1147
|
-
declare function HowToListContainer():
|
|
1151
|
+
declare function HowToListContainer(): React$1.JSX.Element;
|
|
1148
1152
|
|
|
1149
|
-
declare function HowToContent():
|
|
1153
|
+
declare function HowToContent(): React$1.JSX.Element | null;
|
|
1150
1154
|
|
|
1151
|
-
declare function HowToDetails():
|
|
1155
|
+
declare function HowToDetails(): React$1.JSX.Element | null;
|
|
1152
1156
|
|
|
1153
1157
|
type HowToDeleterProps = {
|
|
1154
1158
|
howTo: HowToInterface;
|
|
1155
1159
|
};
|
|
1156
|
-
declare function HowToDeleter(props: HowToDeleterProps):
|
|
1160
|
+
declare function HowToDeleter(props: HowToDeleterProps): React$1.JSX.Element;
|
|
1157
1161
|
|
|
1158
1162
|
type HowToEditorProps = {
|
|
1159
1163
|
howTo?: HowToInterface;
|
|
@@ -1165,7 +1169,7 @@ type HowToEditorProps = {
|
|
|
1165
1169
|
dialogOpen?: boolean;
|
|
1166
1170
|
onDialogOpenChange?: (open: boolean) => void;
|
|
1167
1171
|
};
|
|
1168
|
-
declare function HowToEditor(props: HowToEditorProps):
|
|
1172
|
+
declare function HowToEditor(props: HowToEditorProps): React$1.JSX.Element;
|
|
1169
1173
|
|
|
1170
1174
|
type HowToMultiSelectorProps = {
|
|
1171
1175
|
id: string;
|
|
@@ -1177,7 +1181,7 @@ type HowToMultiSelectorProps = {
|
|
|
1177
1181
|
maxCount?: number;
|
|
1178
1182
|
isRequired?: boolean;
|
|
1179
1183
|
};
|
|
1180
|
-
declare function HowToMultiSelector({ id, form, currentHowTo, label, placeholder, onChange, isRequired, }: HowToMultiSelectorProps):
|
|
1184
|
+
declare function HowToMultiSelector({ id, form, currentHowTo, label, placeholder, onChange, isRequired, }: HowToMultiSelectorProps): React$1.JSX.Element;
|
|
1181
1185
|
|
|
1182
1186
|
type HowToSelectorProps = {
|
|
1183
1187
|
id: string;
|
|
@@ -1187,14 +1191,14 @@ type HowToSelectorProps = {
|
|
|
1187
1191
|
onChange?: (howTo?: HowToInterface) => void;
|
|
1188
1192
|
isRequired?: boolean;
|
|
1189
1193
|
};
|
|
1190
|
-
declare function HowToSelector({ id, form, label, placeholder, onChange, isRequired, }: HowToSelectorProps):
|
|
1194
|
+
declare function HowToSelector({ id, form, label, placeholder, onChange, isRequired, }: HowToSelectorProps): React$1.JSX.Element;
|
|
1191
1195
|
|
|
1192
1196
|
type HowToListProps = {
|
|
1193
1197
|
fullWidth?: boolean;
|
|
1194
1198
|
};
|
|
1195
|
-
declare function HowToList({ fullWidth }: HowToListProps):
|
|
1199
|
+
declare function HowToList({ fullWidth }: HowToListProps): React$1.JSX.Element;
|
|
1196
1200
|
|
|
1197
|
-
declare function AssistantContainer():
|
|
1201
|
+
declare function AssistantContainer(): React$1.JSX.Element;
|
|
1198
1202
|
|
|
1199
1203
|
interface Props$4 {
|
|
1200
1204
|
message: AssistantMessageInterface;
|
|
@@ -1203,7 +1207,7 @@ interface Props$4 {
|
|
|
1203
1207
|
failedMessageIds?: Set<string>;
|
|
1204
1208
|
onRetry?: (tempId: string) => void;
|
|
1205
1209
|
}
|
|
1206
|
-
declare function MessageItem({ message, isLatestAssistant, onSelectFollowUp, failedMessageIds, onRetry }: Props$4):
|
|
1210
|
+
declare function MessageItem({ message, isLatestAssistant, onSelectFollowUp, failedMessageIds, onRetry }: Props$4): React$1.JSX.Element;
|
|
1207
1211
|
|
|
1208
1212
|
interface Props$3 {
|
|
1209
1213
|
messages: AssistantMessageInterface[];
|
|
@@ -1211,7 +1215,7 @@ interface Props$3 {
|
|
|
1211
1215
|
failedMessageIds?: Set<string>;
|
|
1212
1216
|
onRetry?: (tempId: string) => void;
|
|
1213
1217
|
}
|
|
1214
|
-
declare function MessageList({ messages, onSelectFollowUp, failedMessageIds, onRetry }: Props$3):
|
|
1218
|
+
declare function MessageList({ messages, onSelectFollowUp, failedMessageIds, onRetry }: Props$3): React$1.JSX.Element;
|
|
1215
1219
|
|
|
1216
1220
|
interface Props$2 {
|
|
1217
1221
|
message: AssistantMessageInterface;
|
|
@@ -1229,7 +1233,7 @@ interface Props$2 {
|
|
|
1229
1233
|
*/
|
|
1230
1234
|
users?: ApiDataInterface[];
|
|
1231
1235
|
}
|
|
1232
|
-
declare function MessageSourcesPanel({ message, isLatestAssistant, onSelectFollowUp, sources, users }: Props$2):
|
|
1236
|
+
declare function MessageSourcesPanel({ message, isLatestAssistant, onSelectFollowUp, sources, users }: Props$2): React$1.JSX.Element | null;
|
|
1233
1237
|
|
|
1234
1238
|
interface Props$1 {
|
|
1235
1239
|
children: ReactNode;
|
|
@@ -1243,21 +1247,21 @@ declare class NotificationErrorBoundary extends Component<Props$1, State> {
|
|
|
1243
1247
|
constructor(props: Props$1);
|
|
1244
1248
|
static getDerivedStateFromError(error: Error): State;
|
|
1245
1249
|
componentDidCatch(error: Error, errorInfo: React__default.ErrorInfo): void;
|
|
1246
|
-
render(): string | number | bigint | boolean | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> |
|
|
1250
|
+
render(): string | number | bigint | boolean | Iterable<React__default.ReactNode> | Promise<string | number | bigint | boolean | React__default.ReactPortal | React__default.ReactElement<unknown, string | React__default.JSXElementConstructor<any>> | Iterable<React__default.ReactNode> | null | undefined> | React__default.JSX.Element | null | undefined;
|
|
1247
1251
|
}
|
|
1248
1252
|
|
|
1249
|
-
declare function NotificationsListContainer():
|
|
1253
|
+
declare function NotificationsListContainer(): React$1.JSX.Element;
|
|
1250
1254
|
|
|
1251
1255
|
type NotificationsListProps = {
|
|
1252
1256
|
archived: boolean;
|
|
1253
1257
|
};
|
|
1254
|
-
declare function NotificationsList({ archived }: NotificationsListProps):
|
|
1258
|
+
declare function NotificationsList({ archived }: NotificationsListProps): React$1.JSX.Element;
|
|
1255
1259
|
|
|
1256
1260
|
interface NotificationModalProps {
|
|
1257
1261
|
isOpen: boolean;
|
|
1258
1262
|
setIsOpen: (open: boolean) => void;
|
|
1259
1263
|
}
|
|
1260
|
-
declare function NotificationModal(props: NotificationModalProps):
|
|
1264
|
+
declare function NotificationModal(props: NotificationModalProps): React$1.JSX.Element;
|
|
1261
1265
|
|
|
1262
1266
|
type TaskCommentedOnProps = {
|
|
1263
1267
|
notification: NotificationInterface;
|
|
@@ -1280,13 +1284,13 @@ declare function NotificationToast(notification: NotificationInterface, t: any,
|
|
|
1280
1284
|
onClick: () => void;
|
|
1281
1285
|
};
|
|
1282
1286
|
};
|
|
1283
|
-
declare function NotificationMenuItem({ notification, closePopover }: TaskCommentedOnProps):
|
|
1287
|
+
declare function NotificationMenuItem({ notification, closePopover }: TaskCommentedOnProps): React$1.JSX.Element;
|
|
1284
1288
|
|
|
1285
1289
|
declare function PushNotificationProvider({ children }: {
|
|
1286
1290
|
children: ReactNode;
|
|
1287
1291
|
}): JSX.Element;
|
|
1288
1292
|
|
|
1289
|
-
declare function OnboardingCard({ step, currentIndex, totalSteps, labels, onNext, onPrevious, onClose, isFirst, isLast, }: OnboardingCardRenderProps):
|
|
1293
|
+
declare function OnboardingCard({ step, currentIndex, totalSteps, labels, onNext, onPrevious, onClose, isFirst, isLast, }: OnboardingCardRenderProps): React$1.JSX.Element;
|
|
1290
1294
|
|
|
1291
1295
|
/**
|
|
1292
1296
|
* ReferralCodeCapture captures referral codes from URL parameters.
|
|
@@ -1386,7 +1390,7 @@ interface ReferralWidgetProps {
|
|
|
1386
1390
|
* />
|
|
1387
1391
|
* ```
|
|
1388
1392
|
*/
|
|
1389
|
-
declare function ReferralWidget({ translations, className, isDialog, onLinkCopied, onInviteSent, onInviteError, }: ReferralWidgetProps):
|
|
1393
|
+
declare function ReferralWidget({ translations, className, isDialog, onLinkCopied, onInviteSent, onInviteError, }: ReferralWidgetProps): React$1.JSX.Element | null;
|
|
1390
1394
|
|
|
1391
1395
|
/**
|
|
1392
1396
|
* Translation strings for the ReferralDialog component.
|
|
@@ -1440,11 +1444,11 @@ interface ReferralDialogProps extends Omit<ReferralWidgetProps, "isDialog" | "tr
|
|
|
1440
1444
|
* />
|
|
1441
1445
|
* ```
|
|
1442
1446
|
*/
|
|
1443
|
-
declare function ReferralDialog({ open, onOpenChange, translations, dialogClassName, ...widgetProps }: ReferralDialogProps):
|
|
1447
|
+
declare function ReferralDialog({ open, onOpenChange, translations, dialogClassName, ...widgetProps }: ReferralDialogProps): React$1.JSX.Element | null;
|
|
1444
1448
|
|
|
1445
|
-
declare function RoleContainer():
|
|
1449
|
+
declare function RoleContainer(): React$1.JSX.Element | null;
|
|
1446
1450
|
|
|
1447
|
-
declare function RoleDetails():
|
|
1451
|
+
declare function RoleDetails(): React$1.JSX.Element | null;
|
|
1448
1452
|
|
|
1449
1453
|
type FormRolesProps = {
|
|
1450
1454
|
form: any;
|
|
@@ -1452,73 +1456,73 @@ type FormRolesProps = {
|
|
|
1452
1456
|
name: string;
|
|
1453
1457
|
roles: RoleInterface[];
|
|
1454
1458
|
};
|
|
1455
|
-
declare function FormRoles({ form, id, name, roles }: FormRolesProps):
|
|
1459
|
+
declare function FormRoles({ form, id, name, roles }: FormRolesProps): React$1.JSX.Element;
|
|
1456
1460
|
|
|
1457
1461
|
type RemoveUserFromRoleProps = {
|
|
1458
1462
|
user: UserInterface;
|
|
1459
1463
|
role: RoleInterface;
|
|
1460
1464
|
refresh: () => Promise<void>;
|
|
1461
1465
|
};
|
|
1462
|
-
declare function RemoveUserFromRole({ role, user, refresh }: RemoveUserFromRoleProps):
|
|
1466
|
+
declare function RemoveUserFromRole({ role, user, refresh }: RemoveUserFromRoleProps): React$1.JSX.Element;
|
|
1463
1467
|
|
|
1464
1468
|
type UserRoleAddProps = {
|
|
1465
1469
|
user: UserInterface;
|
|
1466
1470
|
refresh: () => Promise<void>;
|
|
1467
1471
|
};
|
|
1468
|
-
declare function UserRoleAdd({ user, refresh }: UserRoleAddProps):
|
|
1472
|
+
declare function UserRoleAdd({ user, refresh }: UserRoleAddProps): React$1.JSX.Element;
|
|
1469
1473
|
|
|
1470
|
-
declare function RolesList():
|
|
1474
|
+
declare function RolesList(): React$1.JSX.Element;
|
|
1471
1475
|
|
|
1472
1476
|
type UserRolesListProps = {
|
|
1473
1477
|
user: UserInterface;
|
|
1474
1478
|
};
|
|
1475
|
-
declare function UserRolesList({ user }: UserRolesListProps):
|
|
1479
|
+
declare function UserRolesList({ user }: UserRolesListProps): React$1.JSX.Element;
|
|
1476
1480
|
|
|
1477
|
-
declare function AllUsersListContainer():
|
|
1481
|
+
declare function AllUsersListContainer(): React$1.JSX.Element;
|
|
1478
1482
|
|
|
1479
|
-
declare function UserContainer():
|
|
1483
|
+
declare function UserContainer(): React$1.JSX.Element | null;
|
|
1480
1484
|
|
|
1481
|
-
declare function UserIndexContainer():
|
|
1485
|
+
declare function UserIndexContainer(): React$1.JSX.Element | null;
|
|
1482
1486
|
|
|
1483
1487
|
type UsersListContainerProps = {
|
|
1484
1488
|
fullWidth?: boolean;
|
|
1485
1489
|
};
|
|
1486
|
-
declare function UsersListContainer({ fullWidth }: UsersListContainerProps):
|
|
1490
|
+
declare function UsersListContainer({ fullWidth }: UsersListContainerProps): React$1.JSX.Element | null;
|
|
1487
1491
|
|
|
1488
1492
|
type UserContentProps = {
|
|
1489
1493
|
user: UserInterface;
|
|
1490
1494
|
};
|
|
1491
|
-
declare function UserContent({ user }: UserContentProps):
|
|
1495
|
+
declare function UserContent({ user }: UserContentProps): React$1.JSX.Element;
|
|
1492
1496
|
|
|
1493
|
-
declare function UserIndexDetails():
|
|
1497
|
+
declare function UserIndexDetails(): React$1.JSX.Element | null;
|
|
1494
1498
|
|
|
1495
1499
|
type UserDetailsProps = {
|
|
1496
1500
|
user: UserInterface;
|
|
1497
1501
|
};
|
|
1498
|
-
declare function UserStanadaloneDetails({ user }: UserDetailsProps):
|
|
1502
|
+
declare function UserStanadaloneDetails({ user }: UserDetailsProps): React$1.JSX.Element;
|
|
1499
1503
|
|
|
1500
|
-
declare function AdminUsersList():
|
|
1504
|
+
declare function AdminUsersList(): React$1.JSX.Element | null;
|
|
1501
1505
|
|
|
1502
1506
|
type CompanyUsersListProps = {
|
|
1503
1507
|
isDeleted?: boolean;
|
|
1504
1508
|
fullWidth?: boolean;
|
|
1505
1509
|
};
|
|
1506
|
-
declare function CompanyUsersList({ isDeleted, fullWidth }: CompanyUsersListProps):
|
|
1510
|
+
declare function CompanyUsersList({ isDeleted, fullWidth }: CompanyUsersListProps): React$1.JSX.Element;
|
|
1507
1511
|
|
|
1508
1512
|
type ContributorsListProps = {
|
|
1509
1513
|
content: ContentInterface;
|
|
1510
1514
|
};
|
|
1511
|
-
declare function ContributorsList({ content }: ContributorsListProps):
|
|
1515
|
+
declare function ContributorsList({ content }: ContributorsListProps): React$1.JSX.Element;
|
|
1512
1516
|
|
|
1513
1517
|
type RelevantUsersListProps = {
|
|
1514
1518
|
id: string;
|
|
1515
1519
|
};
|
|
1516
|
-
declare function RelevantUsersList({ id }: RelevantUsersListProps):
|
|
1520
|
+
declare function RelevantUsersList({ id }: RelevantUsersListProps): React$1.JSX.Element;
|
|
1517
1521
|
|
|
1518
1522
|
type RoleUsersListProps = {
|
|
1519
1523
|
role: RoleInterface;
|
|
1520
1524
|
};
|
|
1521
|
-
declare function RoleUsersList({ role }: RoleUsersListProps):
|
|
1525
|
+
declare function RoleUsersList({ role }: RoleUsersListProps): React$1.JSX.Element;
|
|
1522
1526
|
|
|
1523
1527
|
type UserListInAddProps = {
|
|
1524
1528
|
data: DataListRetriever<UserInterface>;
|
|
@@ -1526,7 +1530,7 @@ type UserListInAddProps = {
|
|
|
1526
1530
|
setSelectedUser: (user: UserInterface) => void;
|
|
1527
1531
|
setLevelOpen?: (open: boolean) => void;
|
|
1528
1532
|
};
|
|
1529
|
-
declare function UserListInAdd({ data, existingUsers, setSelectedUser, setLevelOpen }: UserListInAddProps):
|
|
1533
|
+
declare function UserListInAdd({ data, existingUsers, setSelectedUser, setLevelOpen }: UserListInAddProps): React__default.JSX.Element;
|
|
1530
1534
|
|
|
1531
1535
|
type UsersListProps = {
|
|
1532
1536
|
data: DataListRetriever<UserInterface>;
|
|
@@ -1536,12 +1540,12 @@ type UsersListProps = {
|
|
|
1536
1540
|
showRelevance?: boolean;
|
|
1537
1541
|
restrictToJoinRequests?: boolean;
|
|
1538
1542
|
};
|
|
1539
|
-
declare function UsersList({ data, optionComponents: _optionComponents, removeFunction: _removeFunction, hideOptions: _hideOptions, showRelevance: _showRelevance, }: UsersListProps):
|
|
1543
|
+
declare function UsersList({ data, optionComponents: _optionComponents, removeFunction: _removeFunction, hideOptions: _hideOptions, showRelevance: _showRelevance, }: UsersListProps): React$1.JSX.Element;
|
|
1540
1544
|
|
|
1541
1545
|
type UsersListByContentIdsProps = {
|
|
1542
1546
|
contentIds: string[];
|
|
1543
1547
|
};
|
|
1544
|
-
declare function UsersListByContentIds({ contentIds }: UsersListByContentIdsProps):
|
|
1548
|
+
declare function UsersListByContentIds({ contentIds }: UsersListByContentIdsProps): React$1.JSX.Element;
|
|
1545
1549
|
|
|
1546
1550
|
type UserAvatarProps = {
|
|
1547
1551
|
user: UserInterface;
|
|
@@ -1550,12 +1554,12 @@ type UserAvatarProps = {
|
|
|
1550
1554
|
showLink?: boolean;
|
|
1551
1555
|
showTooltip?: boolean;
|
|
1552
1556
|
};
|
|
1553
|
-
declare function UserAvatar({ user, className, showFull, showLink, showTooltip }: UserAvatarProps):
|
|
1557
|
+
declare function UserAvatar({ user, className, showFull, showLink, showTooltip }: UserAvatarProps): React$1.JSX.Element;
|
|
1554
1558
|
|
|
1555
1559
|
type UserAvatarListProps = {
|
|
1556
1560
|
users: UserInterface[];
|
|
1557
1561
|
};
|
|
1558
|
-
declare function UserAvatarList({ users }: UserAvatarListProps):
|
|
1562
|
+
declare function UserAvatarList({ users }: UserAvatarListProps): React$1.JSX.Element;
|
|
1559
1563
|
|
|
1560
1564
|
type UserSearchPopoverProps = {
|
|
1561
1565
|
children: ReactNode;
|
|
@@ -1563,7 +1567,7 @@ type UserSearchPopoverProps = {
|
|
|
1563
1567
|
align?: "start" | "center" | "end";
|
|
1564
1568
|
className?: string;
|
|
1565
1569
|
};
|
|
1566
|
-
declare const UserSearchPopover: ({ children, onSelect, align, className }: UserSearchPopoverProps) =>
|
|
1570
|
+
declare const UserSearchPopover: ({ children, onSelect, align, className }: UserSearchPopoverProps) => React$1.JSX.Element;
|
|
1567
1571
|
|
|
1568
1572
|
interface OAuthRedirectUriInputProps {
|
|
1569
1573
|
/** Current array of redirect URIs */
|
|
@@ -1591,7 +1595,7 @@ interface OAuthRedirectUriInputProps {
|
|
|
1591
1595
|
* />
|
|
1592
1596
|
* ```
|
|
1593
1597
|
*/
|
|
1594
|
-
declare function OAuthRedirectUriInput({ value, onChange, error, disabled, label, }: OAuthRedirectUriInputProps):
|
|
1598
|
+
declare function OAuthRedirectUriInput({ value, onChange, error, disabled, label, }: OAuthRedirectUriInputProps): React$1.JSX.Element;
|
|
1595
1599
|
|
|
1596
1600
|
interface OAuthScopeSelectorProps {
|
|
1597
1601
|
/** Currently selected scopes */
|
|
@@ -1621,7 +1625,7 @@ interface OAuthScopeSelectorProps {
|
|
|
1621
1625
|
* />
|
|
1622
1626
|
* ```
|
|
1623
1627
|
*/
|
|
1624
|
-
declare function OAuthScopeSelector({ value, onChange, availableScopes, disabled, error, label, }: OAuthScopeSelectorProps):
|
|
1628
|
+
declare function OAuthScopeSelector({ value, onChange, availableScopes, disabled, error, label, }: OAuthScopeSelectorProps): React$1.JSX.Element;
|
|
1625
1629
|
|
|
1626
1630
|
interface OAuthClientSecretDisplayProps {
|
|
1627
1631
|
/** The client secret to display */
|
|
@@ -1648,7 +1652,7 @@ interface OAuthClientSecretDisplayProps {
|
|
|
1648
1652
|
* />
|
|
1649
1653
|
* ```
|
|
1650
1654
|
*/
|
|
1651
|
-
declare function OAuthClientSecretDisplay({ secret, onDismiss, open, clientName }: OAuthClientSecretDisplayProps):
|
|
1655
|
+
declare function OAuthClientSecretDisplay({ secret, onDismiss, open, clientName }: OAuthClientSecretDisplayProps): React$1.JSX.Element;
|
|
1652
1656
|
|
|
1653
1657
|
interface OAuthClientCardProps {
|
|
1654
1658
|
/** The OAuth client to display */
|
|
@@ -1663,7 +1667,7 @@ interface OAuthClientCardProps {
|
|
|
1663
1667
|
/**
|
|
1664
1668
|
* Card component for displaying an OAuth client in a list
|
|
1665
1669
|
*/
|
|
1666
|
-
declare function OAuthClientCard({ client, onClick, onEdit, onDelete }: OAuthClientCardProps):
|
|
1670
|
+
declare function OAuthClientCard({ client, onClick, onEdit, onDelete }: OAuthClientCardProps): React$1.JSX.Element;
|
|
1667
1671
|
|
|
1668
1672
|
interface OAuthClientListProps {
|
|
1669
1673
|
/** List of OAuth clients */
|
|
@@ -1688,7 +1692,7 @@ interface OAuthClientListProps {
|
|
|
1688
1692
|
/**
|
|
1689
1693
|
* Component for displaying a list of OAuth clients
|
|
1690
1694
|
*/
|
|
1691
|
-
declare function OAuthClientList({ clients, isLoading, error, onClientClick, onCreateClick, onEditClick, onDeleteClick, emptyStateMessage, title, }: OAuthClientListProps):
|
|
1695
|
+
declare function OAuthClientList({ clients, isLoading, error, onClientClick, onCreateClick, onEditClick, onDeleteClick, emptyStateMessage, title, }: OAuthClientListProps): React$1.JSX.Element;
|
|
1692
1696
|
|
|
1693
1697
|
interface OAuthClientFormProps {
|
|
1694
1698
|
/** Existing client for edit mode (undefined = create mode) */
|
|
@@ -1703,7 +1707,7 @@ interface OAuthClientFormProps {
|
|
|
1703
1707
|
/**
|
|
1704
1708
|
* Form for creating or editing an OAuth client
|
|
1705
1709
|
*/
|
|
1706
|
-
declare function OAuthClientForm({ client, onSubmit, onCancel, isLoading }: OAuthClientFormProps):
|
|
1710
|
+
declare function OAuthClientForm({ client, onSubmit, onCancel, isLoading }: OAuthClientFormProps): React$1.JSX.Element;
|
|
1707
1711
|
|
|
1708
1712
|
interface OAuthClientDetailProps {
|
|
1709
1713
|
/** The OAuth client to display */
|
|
@@ -1720,7 +1724,7 @@ interface OAuthClientDetailProps {
|
|
|
1720
1724
|
/**
|
|
1721
1725
|
* Detailed view of an OAuth client
|
|
1722
1726
|
*/
|
|
1723
|
-
declare function OAuthClientDetail({ client, isLoading, onEdit, onDelete, onRegenerateSecret, }: OAuthClientDetailProps):
|
|
1727
|
+
declare function OAuthClientDetail({ client, isLoading, onEdit, onDelete, onRegenerateSecret, }: OAuthClientDetailProps): React$1.JSX.Element;
|
|
1724
1728
|
|
|
1725
1729
|
interface OAuthConsentHeaderProps {
|
|
1726
1730
|
/** The requesting OAuth client */
|
|
@@ -1734,7 +1738,7 @@ interface OAuthConsentHeaderProps {
|
|
|
1734
1738
|
* Header component for OAuth consent screen
|
|
1735
1739
|
* Shows platform logo and requesting app information
|
|
1736
1740
|
*/
|
|
1737
|
-
declare function OAuthConsentHeader({ client, logoUrl, appName }: OAuthConsentHeaderProps):
|
|
1741
|
+
declare function OAuthConsentHeader({ client, logoUrl, appName }: OAuthConsentHeaderProps): React$1.JSX.Element;
|
|
1738
1742
|
|
|
1739
1743
|
interface OAuthScopeListProps {
|
|
1740
1744
|
/** List of requested scopes */
|
|
@@ -1743,7 +1747,7 @@ interface OAuthScopeListProps {
|
|
|
1743
1747
|
/**
|
|
1744
1748
|
* List of requested OAuth scopes for consent display
|
|
1745
1749
|
*/
|
|
1746
|
-
declare function OAuthScopeList({ scopes }: OAuthScopeListProps):
|
|
1750
|
+
declare function OAuthScopeList({ scopes }: OAuthScopeListProps): React$1.JSX.Element | null;
|
|
1747
1751
|
|
|
1748
1752
|
interface OAuthConsentActionsProps {
|
|
1749
1753
|
/** Called when user clicks Authorize */
|
|
@@ -1756,7 +1760,7 @@ interface OAuthConsentActionsProps {
|
|
|
1756
1760
|
/**
|
|
1757
1761
|
* Action buttons for OAuth consent screen
|
|
1758
1762
|
*/
|
|
1759
|
-
declare function OAuthConsentActions({ onApprove, onDeny, isLoading }: OAuthConsentActionsProps):
|
|
1763
|
+
declare function OAuthConsentActions({ onApprove, onDeny, isLoading }: OAuthConsentActionsProps): React$1.JSX.Element;
|
|
1760
1764
|
|
|
1761
1765
|
interface OAuthConsentScreenProps {
|
|
1762
1766
|
/** OAuth authorization parameters */
|
|
@@ -1786,34 +1790,34 @@ interface OAuthConsentScreenProps {
|
|
|
1786
1790
|
* />
|
|
1787
1791
|
* ```
|
|
1788
1792
|
*/
|
|
1789
|
-
declare function OAuthConsentScreen({ params, logoUrl, appName, termsUrl, privacyUrl, }: OAuthConsentScreenProps):
|
|
1793
|
+
declare function OAuthConsentScreen({ params, logoUrl, appName, termsUrl, privacyUrl, }: OAuthConsentScreenProps): React$1.JSX.Element;
|
|
1790
1794
|
|
|
1791
1795
|
interface WaitlistFormProps {
|
|
1792
1796
|
onSuccess?: () => void;
|
|
1793
1797
|
}
|
|
1794
|
-
declare function WaitlistForm({ onSuccess }: WaitlistFormProps):
|
|
1798
|
+
declare function WaitlistForm({ onSuccess }: WaitlistFormProps): React$1.JSX.Element;
|
|
1795
1799
|
|
|
1796
1800
|
interface WaitlistQuestionnaireRendererProps<T extends FieldValues> {
|
|
1797
1801
|
form: UseFormReturn<T>;
|
|
1798
1802
|
fields: QuestionnaireField[];
|
|
1799
1803
|
fieldPrefix?: string;
|
|
1800
1804
|
}
|
|
1801
|
-
declare function WaitlistQuestionnaireRenderer<T extends FieldValues>({ form, fields, fieldPrefix, }: WaitlistQuestionnaireRendererProps<T>):
|
|
1805
|
+
declare function WaitlistQuestionnaireRenderer<T extends FieldValues>({ form, fields, fieldPrefix, }: WaitlistQuestionnaireRendererProps<T>): React$1.JSX.Element | null;
|
|
1802
1806
|
|
|
1803
|
-
declare function WaitlistHeroSection():
|
|
1807
|
+
declare function WaitlistHeroSection(): React$1.JSX.Element;
|
|
1804
1808
|
|
|
1805
|
-
declare function WaitlistSuccessState():
|
|
1809
|
+
declare function WaitlistSuccessState(): React$1.JSX.Element;
|
|
1806
1810
|
|
|
1807
1811
|
interface Props {
|
|
1808
1812
|
code: string;
|
|
1809
1813
|
}
|
|
1810
|
-
declare function WaitlistConfirmation({ code }: Props):
|
|
1814
|
+
declare function WaitlistConfirmation({ code }: Props): React$1.JSX.Element;
|
|
1811
1815
|
|
|
1812
|
-
declare function WaitlistList():
|
|
1816
|
+
declare function WaitlistList(): React$1.JSX.Element;
|
|
1813
1817
|
|
|
1814
|
-
declare function RbacContainer():
|
|
1818
|
+
declare function RbacContainer(): React$1.JSX.Element | null;
|
|
1815
1819
|
|
|
1816
|
-
declare function RbacByRoleContainer():
|
|
1820
|
+
declare function RbacByRoleContainer(): React$1.JSX.Element | null;
|
|
1817
1821
|
|
|
1818
1822
|
interface RbacPermissionCellProps {
|
|
1819
1823
|
value: PermissionValue | undefined | null;
|
|
@@ -1821,7 +1825,7 @@ interface RbacPermissionCellProps {
|
|
|
1821
1825
|
isRoleColumn?: boolean;
|
|
1822
1826
|
onClick?: () => void;
|
|
1823
1827
|
}
|
|
1824
|
-
declare function RbacPermissionCell({ value, originalValue, isRoleColumn, onClick, }: RbacPermissionCellProps):
|
|
1828
|
+
declare function RbacPermissionCell({ value, originalValue, isRoleColumn, onClick, }: RbacPermissionCellProps): React$1.JSX.Element;
|
|
1825
1829
|
|
|
1826
1830
|
/**
|
|
1827
1831
|
* Controlled "global" picker. Exactly ONE instance is rendered by
|
|
@@ -1850,78 +1854,78 @@ interface RbacPermissionPickerProps {
|
|
|
1850
1854
|
/** Called when the picker should close (outside-click, ESC, etc.). */
|
|
1851
1855
|
onClose: () => void;
|
|
1852
1856
|
}
|
|
1853
|
-
declare function RbacPermissionPicker({ open, anchor, value, isRoleColumn, knownSegments, onSetValue, onClear, onClose, }: RbacPermissionPickerProps):
|
|
1857
|
+
declare function RbacPermissionPicker({ open, anchor, value, isRoleColumn, knownSegments, onSetValue, onClear, onClose, }: RbacPermissionPickerProps): React$1.JSX.Element;
|
|
1854
1858
|
|
|
1855
|
-
declare function Accordion({ className, ...props }: Accordion$1.Root.Props):
|
|
1856
|
-
declare function AccordionItem({ className, ...props }: Accordion$1.Item.Props):
|
|
1857
|
-
declare function AccordionTrigger({ className, children, ...props }: Accordion$1.Trigger.Props):
|
|
1858
|
-
declare function AccordionContent({ className, children, ...props }: Accordion$1.Panel.Props):
|
|
1859
|
+
declare function Accordion({ className, ...props }: Accordion$1.Root.Props): React$1.JSX.Element;
|
|
1860
|
+
declare function AccordionItem({ className, ...props }: Accordion$1.Item.Props): React$1.JSX.Element;
|
|
1861
|
+
declare function AccordionTrigger({ className, children, ...props }: Accordion$1.Trigger.Props): React$1.JSX.Element;
|
|
1862
|
+
declare function AccordionContent({ className, children, ...props }: Accordion$1.Panel.Props): React$1.JSX.Element;
|
|
1859
1863
|
|
|
1860
1864
|
declare const alertVariants: (props?: ({
|
|
1861
1865
|
variant?: "default" | "destructive" | null | undefined;
|
|
1862
1866
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1863
|
-
declare function Alert({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>):
|
|
1864
|
-
declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1865
|
-
declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1866
|
-
declare function AlertAction({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1867
|
+
declare function Alert({ className, variant, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof alertVariants>): React$1.JSX.Element;
|
|
1868
|
+
declare function AlertTitle({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1869
|
+
declare function AlertDescription({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1870
|
+
declare function AlertAction({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1867
1871
|
|
|
1868
1872
|
declare const buttonVariants: (props?: ({
|
|
1869
1873
|
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
1870
1874
|
size?: "default" | "icon" | "xs" | "sm" | "lg" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
1871
1875
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1872
|
-
declare function Button({ className, variant, size, ...props }: Button$1.Props & VariantProps<typeof buttonVariants>):
|
|
1876
|
+
declare function Button({ className, variant, size, ...props }: Button$1.Props & VariantProps<typeof buttonVariants>): React$1.JSX.Element;
|
|
1873
1877
|
|
|
1874
|
-
declare function AlertDialog({ ...props }: AlertDialog$1.Root.Props):
|
|
1875
|
-
declare function AlertDialogTrigger({ ...props }: AlertDialog$1.Trigger.Props):
|
|
1876
|
-
declare function AlertDialogPortal({ ...props }: AlertDialog$1.Portal.Props):
|
|
1877
|
-
declare function AlertDialogOverlay({ className, ...props }: AlertDialog$1.Backdrop.Props):
|
|
1878
|
+
declare function AlertDialog({ ...props }: AlertDialog$1.Root.Props): React$1.JSX.Element;
|
|
1879
|
+
declare function AlertDialogTrigger({ ...props }: AlertDialog$1.Trigger.Props): React$1.JSX.Element;
|
|
1880
|
+
declare function AlertDialogPortal({ ...props }: AlertDialog$1.Portal.Props): React$1.JSX.Element;
|
|
1881
|
+
declare function AlertDialogOverlay({ className, ...props }: AlertDialog$1.Backdrop.Props): React$1.JSX.Element;
|
|
1878
1882
|
declare function AlertDialogContent({ className, size, ...props }: AlertDialog$1.Popup.Props & {
|
|
1879
1883
|
size?: "default" | "sm";
|
|
1880
|
-
}):
|
|
1881
|
-
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1882
|
-
declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1883
|
-
declare function AlertDialogMedia({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1884
|
-
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Title>):
|
|
1885
|
-
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Description>):
|
|
1886
|
-
declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof Button>):
|
|
1887
|
-
declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialog$1.Close.Props & Pick<React$1.ComponentProps<typeof Button>, "variant" | "size">):
|
|
1884
|
+
}): React$1.JSX.Element;
|
|
1885
|
+
declare function AlertDialogHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1886
|
+
declare function AlertDialogFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1887
|
+
declare function AlertDialogMedia({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1888
|
+
declare function AlertDialogTitle({ className, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Title>): React$1.JSX.Element;
|
|
1889
|
+
declare function AlertDialogDescription({ className, ...props }: React$1.ComponentProps<typeof AlertDialog$1.Description>): React$1.JSX.Element;
|
|
1890
|
+
declare function AlertDialogAction({ className, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
1891
|
+
declare function AlertDialogCancel({ className, variant, size, ...props }: AlertDialog$1.Close.Props & Pick<React$1.ComponentProps<typeof Button>, "variant" | "size">): React$1.JSX.Element;
|
|
1888
1892
|
|
|
1889
1893
|
declare function Avatar({ className, size, ...props }: Avatar$1.Root.Props & {
|
|
1890
1894
|
size?: "default" | "sm" | "lg";
|
|
1891
|
-
}):
|
|
1892
|
-
declare function AvatarImage({ className, ...props }: Avatar$1.Image.Props):
|
|
1893
|
-
declare function AvatarFallback({ className, ...props }: Avatar$1.Fallback.Props):
|
|
1894
|
-
declare function AvatarBadge({ className, ...props }: React$1.ComponentProps<"span">):
|
|
1895
|
-
declare function AvatarGroup({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1896
|
-
declare function AvatarGroupCount({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1895
|
+
}): React$1.JSX.Element;
|
|
1896
|
+
declare function AvatarImage({ className, ...props }: Avatar$1.Image.Props): React$1.JSX.Element;
|
|
1897
|
+
declare function AvatarFallback({ className, ...props }: Avatar$1.Fallback.Props): React$1.JSX.Element;
|
|
1898
|
+
declare function AvatarBadge({ className, ...props }: React$1.ComponentProps<"span">): React$1.JSX.Element;
|
|
1899
|
+
declare function AvatarGroup({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1900
|
+
declare function AvatarGroupCount({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1897
1901
|
|
|
1898
1902
|
declare const badgeVariants: (props?: ({
|
|
1899
1903
|
variant?: "default" | "link" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
1900
1904
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
1901
1905
|
declare function Badge({ className, variant, render, ...props }: useRender.ComponentProps<"span"> & VariantProps<typeof badgeVariants>): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
1902
1906
|
|
|
1903
|
-
declare function Breadcrumb({ className, ...props }: React$1.ComponentProps<"nav">):
|
|
1904
|
-
declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">):
|
|
1905
|
-
declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<"li">):
|
|
1907
|
+
declare function Breadcrumb({ className, ...props }: React$1.ComponentProps<"nav">): React$1.JSX.Element;
|
|
1908
|
+
declare function BreadcrumbList({ className, ...props }: React$1.ComponentProps<"ol">): React$1.JSX.Element;
|
|
1909
|
+
declare function BreadcrumbItem({ className, ...props }: React$1.ComponentProps<"li">): React$1.JSX.Element;
|
|
1906
1910
|
declare function BreadcrumbLink({ className, render, ...props }: useRender.ComponentProps<"a">): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
1907
|
-
declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<"span">):
|
|
1908
|
-
declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<"li">):
|
|
1909
|
-
declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<"span">):
|
|
1911
|
+
declare function BreadcrumbPage({ className, ...props }: React$1.ComponentProps<"span">): React$1.JSX.Element;
|
|
1912
|
+
declare function BreadcrumbSeparator({ children, className, ...props }: React$1.ComponentProps<"li">): React$1.JSX.Element;
|
|
1913
|
+
declare function BreadcrumbEllipsis({ className, ...props }: React$1.ComponentProps<"span">): React$1.JSX.Element;
|
|
1910
1914
|
|
|
1911
1915
|
declare function Calendar({ className, classNames, showOutsideDays, captionLayout, buttonVariant, formatters, components, ...props }: React$1.ComponentProps<typeof DayPicker> & {
|
|
1912
1916
|
buttonVariant?: React$1.ComponentProps<typeof Button>["variant"];
|
|
1913
|
-
}):
|
|
1914
|
-
declare function CalendarDayButton({ className, day, modifiers, ...props }: React$1.ComponentProps<typeof DayButton>):
|
|
1917
|
+
}): React$1.JSX.Element;
|
|
1918
|
+
declare function CalendarDayButton({ className, day, modifiers, ...props }: React$1.ComponentProps<typeof DayButton>): React$1.JSX.Element;
|
|
1915
1919
|
|
|
1916
1920
|
declare function Card({ className, size, ...props }: React$1.ComponentProps<"div"> & {
|
|
1917
1921
|
size?: "default" | "sm";
|
|
1918
|
-
}):
|
|
1919
|
-
declare function CardHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1920
|
-
declare function CardTitle({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1921
|
-
declare function CardDescription({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1922
|
-
declare function CardAction({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1923
|
-
declare function CardContent({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1924
|
-
declare function CardFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1922
|
+
}): React$1.JSX.Element;
|
|
1923
|
+
declare function CardHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1924
|
+
declare function CardTitle({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1925
|
+
declare function CardDescription({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1926
|
+
declare function CardAction({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1927
|
+
declare function CardContent({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1928
|
+
declare function CardFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1925
1929
|
|
|
1926
1930
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
1927
1931
|
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
@@ -1942,11 +1946,11 @@ type CarouselContextProps = {
|
|
|
1942
1946
|
canScrollNext: boolean;
|
|
1943
1947
|
} & CarouselProps;
|
|
1944
1948
|
declare function useCarousel(): CarouselContextProps;
|
|
1945
|
-
declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<"div"> & CarouselProps):
|
|
1946
|
-
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1947
|
-
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<"div">):
|
|
1948
|
-
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>):
|
|
1949
|
-
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>):
|
|
1949
|
+
declare function Carousel({ orientation, opts, setApi, plugins, className, children, ...props }: React$1.ComponentProps<"div"> & CarouselProps): React$1.JSX.Element;
|
|
1950
|
+
declare function CarouselContent({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1951
|
+
declare function CarouselItem({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
1952
|
+
declare function CarouselPrevious({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
1953
|
+
declare function CarouselNext({ className, variant, size, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
1950
1954
|
|
|
1951
1955
|
declare const THEMES: {
|
|
1952
1956
|
readonly light: "";
|
|
@@ -1978,11 +1982,11 @@ type ChartConfig = {
|
|
|
1978
1982
|
declare function ChartContainer({ id, className, children, config, ...props }: React$1.ComponentProps<"div"> & {
|
|
1979
1983
|
config: ChartConfig;
|
|
1980
1984
|
children: React$1.ComponentProps<typeof RechartsPrimitive.ResponsiveContainer>["children"];
|
|
1981
|
-
}):
|
|
1985
|
+
}): React$1.JSX.Element;
|
|
1982
1986
|
declare const ChartStyle: ({ id, config }: {
|
|
1983
1987
|
id: string;
|
|
1984
1988
|
config: ChartConfig;
|
|
1985
|
-
}) =>
|
|
1989
|
+
}) => React$1.JSX.Element | null;
|
|
1986
1990
|
declare const ChartTooltip: typeof RechartsPrimitive.Tooltip;
|
|
1987
1991
|
declare function ChartTooltipContent({ active, payload, className, indicator, hideLabel, hideIndicator, label, labelFormatter, labelClassName, formatter, color, nameKey, labelKey, }: React$1.ComponentProps<"div"> & {
|
|
1988
1992
|
active?: boolean;
|
|
@@ -1997,154 +2001,154 @@ declare function ChartTooltipContent({ active, payload, className, indicator, hi
|
|
|
1997
2001
|
labelKey?: string;
|
|
1998
2002
|
labelClassName?: string;
|
|
1999
2003
|
color?: string;
|
|
2000
|
-
}):
|
|
2004
|
+
}): React$1.JSX.Element | null;
|
|
2001
2005
|
declare const ChartLegend: React$1.MemoExoticComponent<(outsideProps: RechartsPrimitive.LegendProps) => React$1.ReactPortal | null>;
|
|
2002
2006
|
declare function ChartLegendContent({ className, hideIcon, payload, verticalAlign, nameKey, }: React$1.ComponentProps<"div"> & {
|
|
2003
2007
|
payload?: PayloadItem[];
|
|
2004
2008
|
verticalAlign?: "top" | "bottom" | "middle";
|
|
2005
2009
|
hideIcon?: boolean;
|
|
2006
2010
|
nameKey?: string;
|
|
2007
|
-
}):
|
|
2011
|
+
}): React$1.JSX.Element | null;
|
|
2008
2012
|
|
|
2009
|
-
declare function Checkbox({ className, ...props }: Checkbox$1.Root.Props):
|
|
2013
|
+
declare function Checkbox({ className, ...props }: Checkbox$1.Root.Props): React$1.JSX.Element;
|
|
2010
2014
|
|
|
2011
|
-
declare function Collapsible({ ...props }: Collapsible$1.Root.Props):
|
|
2012
|
-
declare function CollapsibleTrigger({ ...props }: Collapsible$1.Trigger.Props):
|
|
2013
|
-
declare function CollapsibleContent({ ...props }: Collapsible$1.Panel.Props):
|
|
2015
|
+
declare function Collapsible({ ...props }: Collapsible$1.Root.Props): React$1.JSX.Element;
|
|
2016
|
+
declare function CollapsibleTrigger({ ...props }: Collapsible$1.Trigger.Props): React$1.JSX.Element;
|
|
2017
|
+
declare function CollapsibleContent({ ...props }: Collapsible$1.Panel.Props): React$1.JSX.Element;
|
|
2014
2018
|
|
|
2015
2019
|
declare const Combobox: typeof Combobox$1.Root;
|
|
2016
|
-
declare function ComboboxValue({ ...props }: Combobox$1.Value.Props):
|
|
2017
|
-
declare function ComboboxTrigger({ className, children, ...props }: Combobox$1.Trigger.Props):
|
|
2020
|
+
declare function ComboboxValue({ ...props }: Combobox$1.Value.Props): React$1.JSX.Element;
|
|
2021
|
+
declare function ComboboxTrigger({ className, children, ...props }: Combobox$1.Trigger.Props): React$1.JSX.Element;
|
|
2018
2022
|
declare function ComboboxInput({ className, children, disabled, showTrigger, showClear, ...props }: Combobox$1.Input.Props & {
|
|
2019
2023
|
showTrigger?: boolean;
|
|
2020
2024
|
showClear?: boolean;
|
|
2021
|
-
}):
|
|
2022
|
-
declare function ComboboxContent({ className, side, sideOffset, align, alignOffset, anchor, ...props }: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">):
|
|
2023
|
-
declare function ComboboxList({ className, ...props }: Combobox$1.List.Props):
|
|
2024
|
-
declare function ComboboxItem({ className, children, ...props }: Combobox$1.Item.Props):
|
|
2025
|
-
declare function ComboboxGroup({ className, ...props }: Combobox$1.Group.Props):
|
|
2026
|
-
declare function ComboboxLabel({ className, ...props }: Combobox$1.GroupLabel.Props):
|
|
2027
|
-
declare function ComboboxCollection({ ...props }: Combobox$1.Collection.Props):
|
|
2028
|
-
declare function ComboboxEmpty({ className, ...props }: Combobox$1.Empty.Props):
|
|
2029
|
-
declare function ComboboxSeparator({ className, ...props }: Combobox$1.Separator.Props):
|
|
2030
|
-
declare function ComboboxChips({ className, ...props }: React$1.ComponentPropsWithRef<typeof Combobox$1.Chips> & Combobox$1.Chips.Props):
|
|
2025
|
+
}): React$1.JSX.Element;
|
|
2026
|
+
declare function ComboboxContent({ className, side, sideOffset, align, alignOffset, anchor, ...props }: Combobox$1.Popup.Props & Pick<Combobox$1.Positioner.Props, "side" | "align" | "sideOffset" | "alignOffset" | "anchor">): React$1.JSX.Element;
|
|
2027
|
+
declare function ComboboxList({ className, ...props }: Combobox$1.List.Props): React$1.JSX.Element;
|
|
2028
|
+
declare function ComboboxItem({ className, children, ...props }: Combobox$1.Item.Props): React$1.JSX.Element;
|
|
2029
|
+
declare function ComboboxGroup({ className, ...props }: Combobox$1.Group.Props): React$1.JSX.Element;
|
|
2030
|
+
declare function ComboboxLabel({ className, ...props }: Combobox$1.GroupLabel.Props): React$1.JSX.Element;
|
|
2031
|
+
declare function ComboboxCollection({ ...props }: Combobox$1.Collection.Props): React$1.JSX.Element;
|
|
2032
|
+
declare function ComboboxEmpty({ className, ...props }: Combobox$1.Empty.Props): React$1.JSX.Element;
|
|
2033
|
+
declare function ComboboxSeparator({ className, ...props }: Combobox$1.Separator.Props): React$1.JSX.Element;
|
|
2034
|
+
declare function ComboboxChips({ className, ...props }: React$1.ComponentPropsWithRef<typeof Combobox$1.Chips> & Combobox$1.Chips.Props): React$1.JSX.Element;
|
|
2031
2035
|
declare function ComboboxChip({ className, children, showRemove, ...props }: Combobox$1.Chip.Props & {
|
|
2032
2036
|
showRemove?: boolean;
|
|
2033
|
-
}):
|
|
2034
|
-
declare function ComboboxChipsInput({ className, ...props }: Combobox$1.Input.Props):
|
|
2037
|
+
}): React$1.JSX.Element;
|
|
2038
|
+
declare function ComboboxChipsInput({ className, ...props }: Combobox$1.Input.Props): React$1.JSX.Element;
|
|
2035
2039
|
declare function useComboboxAnchor(): React$1.RefObject<HTMLDivElement | null>;
|
|
2036
2040
|
|
|
2037
|
-
declare function Dialog({ ...props }: Dialog$1.Root.Props):
|
|
2038
|
-
declare function DialogTrigger({ ...props }: Dialog$1.Trigger.Props):
|
|
2039
|
-
declare function DialogPortal({ ...props }: Dialog$1.Portal.Props):
|
|
2040
|
-
declare function DialogClose({ ...props }: Dialog$1.Close.Props):
|
|
2041
|
-
declare function DialogOverlay({ className, ...props }: Dialog$1.Backdrop.Props):
|
|
2041
|
+
declare function Dialog({ ...props }: Dialog$1.Root.Props): React$1.JSX.Element;
|
|
2042
|
+
declare function DialogTrigger({ ...props }: Dialog$1.Trigger.Props): React$1.JSX.Element;
|
|
2043
|
+
declare function DialogPortal({ ...props }: Dialog$1.Portal.Props): React$1.JSX.Element;
|
|
2044
|
+
declare function DialogClose({ ...props }: Dialog$1.Close.Props): React$1.JSX.Element;
|
|
2045
|
+
declare function DialogOverlay({ className, ...props }: Dialog$1.Backdrop.Props): React$1.JSX.Element;
|
|
2042
2046
|
declare function DialogContent({ className, children, showCloseButton, ...props }: Dialog$1.Popup.Props & {
|
|
2043
2047
|
showCloseButton?: boolean;
|
|
2044
|
-
}):
|
|
2045
|
-
declare function DialogHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2048
|
+
}): React$1.JSX.Element;
|
|
2049
|
+
declare function DialogHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2046
2050
|
declare function DialogFooter({ className, showCloseButton, children, ...props }: React$1.ComponentProps<"div"> & {
|
|
2047
2051
|
showCloseButton?: boolean;
|
|
2048
|
-
}):
|
|
2049
|
-
declare function DialogTitle({ className, ...props }: Dialog$1.Title.Props):
|
|
2050
|
-
declare function DialogDescription({ className, ...props }: Dialog$1.Description.Props):
|
|
2052
|
+
}): React$1.JSX.Element;
|
|
2053
|
+
declare function DialogTitle({ className, ...props }: Dialog$1.Title.Props): React$1.JSX.Element;
|
|
2054
|
+
declare function DialogDescription({ className, ...props }: Dialog$1.Description.Props): React$1.JSX.Element;
|
|
2051
2055
|
|
|
2052
|
-
declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>):
|
|
2056
|
+
declare function Command({ className, ...props }: React$1.ComponentProps<typeof Command$1>): React$1.JSX.Element;
|
|
2053
2057
|
declare function CommandDialog({ title, description, children, className, showCloseButton, ...props }: Omit<React$1.ComponentProps<typeof Dialog>, "children"> & {
|
|
2054
2058
|
title?: string;
|
|
2055
2059
|
description?: string;
|
|
2056
2060
|
className?: string;
|
|
2057
2061
|
showCloseButton?: boolean;
|
|
2058
2062
|
children: React$1.ReactNode;
|
|
2059
|
-
}):
|
|
2060
|
-
declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>):
|
|
2061
|
-
declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>):
|
|
2062
|
-
declare function CommandEmpty({ className, ...props }: React$1.ComponentProps<typeof Command$1.Empty>):
|
|
2063
|
-
declare function CommandGroup({ className, ...props }: React$1.ComponentProps<typeof Command$1.Group>):
|
|
2064
|
-
declare function CommandSeparator({ className, ...props }: React$1.ComponentProps<typeof Command$1.Separator>):
|
|
2065
|
-
declare function CommandItem({ className, children, ...props }: React$1.ComponentProps<typeof Command$1.Item>):
|
|
2066
|
-
declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<"span">):
|
|
2067
|
-
|
|
2068
|
-
declare function ContextMenu({ ...props }: ContextMenu$1.Root.Props):
|
|
2069
|
-
declare function ContextMenuPortal({ ...props }: ContextMenu$1.Portal.Props):
|
|
2070
|
-
declare function ContextMenuTrigger({ className, ...props }: ContextMenu$1.Trigger.Props):
|
|
2071
|
-
declare function ContextMenuContent({ className, align, alignOffset, side, sideOffset, anchor, ...props }: ContextMenu$1.Popup.Props & Pick<ContextMenu$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "anchor">):
|
|
2072
|
-
declare function ContextMenuGroup({ ...props }: ContextMenu$1.Group.Props):
|
|
2063
|
+
}): React$1.JSX.Element;
|
|
2064
|
+
declare function CommandInput({ className, ...props }: React$1.ComponentProps<typeof Command$1.Input>): React$1.JSX.Element;
|
|
2065
|
+
declare function CommandList({ className, ...props }: React$1.ComponentProps<typeof Command$1.List>): React$1.JSX.Element;
|
|
2066
|
+
declare function CommandEmpty({ className, ...props }: React$1.ComponentProps<typeof Command$1.Empty>): React$1.JSX.Element;
|
|
2067
|
+
declare function CommandGroup({ className, ...props }: React$1.ComponentProps<typeof Command$1.Group>): React$1.JSX.Element;
|
|
2068
|
+
declare function CommandSeparator({ className, ...props }: React$1.ComponentProps<typeof Command$1.Separator>): React$1.JSX.Element;
|
|
2069
|
+
declare function CommandItem({ className, children, ...props }: React$1.ComponentProps<typeof Command$1.Item>): React$1.JSX.Element;
|
|
2070
|
+
declare function CommandShortcut({ className, ...props }: React$1.ComponentProps<"span">): React$1.JSX.Element;
|
|
2071
|
+
|
|
2072
|
+
declare function ContextMenu({ ...props }: ContextMenu$1.Root.Props): React$1.JSX.Element;
|
|
2073
|
+
declare function ContextMenuPortal({ ...props }: ContextMenu$1.Portal.Props): React$1.JSX.Element;
|
|
2074
|
+
declare function ContextMenuTrigger({ className, ...props }: ContextMenu$1.Trigger.Props): React$1.JSX.Element;
|
|
2075
|
+
declare function ContextMenuContent({ className, align, alignOffset, side, sideOffset, anchor, ...props }: ContextMenu$1.Popup.Props & Pick<ContextMenu$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "anchor">): React$1.JSX.Element;
|
|
2076
|
+
declare function ContextMenuGroup({ ...props }: ContextMenu$1.Group.Props): React$1.JSX.Element;
|
|
2073
2077
|
declare function ContextMenuLabel({ className, inset, ...props }: ContextMenu$1.GroupLabel.Props & {
|
|
2074
2078
|
inset?: boolean;
|
|
2075
|
-
}):
|
|
2079
|
+
}): React$1.JSX.Element;
|
|
2076
2080
|
declare function ContextMenuItem({ className, inset, variant, ...props }: ContextMenu$1.Item.Props & {
|
|
2077
2081
|
inset?: boolean;
|
|
2078
2082
|
variant?: "default" | "destructive";
|
|
2079
|
-
}):
|
|
2080
|
-
declare function ContextMenuSub({ ...props }: ContextMenu$1.SubmenuRoot.Props):
|
|
2083
|
+
}): React$1.JSX.Element;
|
|
2084
|
+
declare function ContextMenuSub({ ...props }: ContextMenu$1.SubmenuRoot.Props): React$1.JSX.Element;
|
|
2081
2085
|
declare function ContextMenuSubTrigger({ className, inset, children, ...props }: ContextMenu$1.SubmenuTrigger.Props & {
|
|
2082
2086
|
inset?: boolean;
|
|
2083
|
-
}):
|
|
2084
|
-
declare function ContextMenuSubContent({ ...props }: React$1.ComponentProps<typeof ContextMenuContent>):
|
|
2085
|
-
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ContextMenu$1.CheckboxItem.Props):
|
|
2086
|
-
declare function ContextMenuRadioGroup({ ...props }: ContextMenu$1.RadioGroup.Props):
|
|
2087
|
-
declare function ContextMenuRadioItem({ className, children, ...props }: ContextMenu$1.RadioItem.Props):
|
|
2088
|
-
declare function ContextMenuSeparator({ className, ...props }: ContextMenu$1.Separator.Props):
|
|
2089
|
-
declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">):
|
|
2090
|
-
|
|
2091
|
-
declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>):
|
|
2092
|
-
declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>):
|
|
2093
|
-
declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>):
|
|
2094
|
-
declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>):
|
|
2095
|
-
declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>):
|
|
2096
|
-
declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>):
|
|
2097
|
-
declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2098
|
-
declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2099
|
-
declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>):
|
|
2100
|
-
declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>):
|
|
2101
|
-
|
|
2102
|
-
declare function DropdownMenu({ ...props }: Menu.Root.Props):
|
|
2103
|
-
declare function DropdownMenuPortal({ ...props }: Menu.Portal.Props):
|
|
2104
|
-
declare function DropdownMenuTrigger({ ...props }: Menu.Trigger.Props):
|
|
2105
|
-
declare function DropdownMenuContent({ align, alignOffset, side, sideOffset, className, ...props }: Menu.Popup.Props & Pick<Menu.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">):
|
|
2106
|
-
declare function DropdownMenuGroup({ ...props }: Menu.Group.Props):
|
|
2087
|
+
}): React$1.JSX.Element;
|
|
2088
|
+
declare function ContextMenuSubContent({ ...props }: React$1.ComponentProps<typeof ContextMenuContent>): React$1.JSX.Element;
|
|
2089
|
+
declare function ContextMenuCheckboxItem({ className, children, checked, ...props }: ContextMenu$1.CheckboxItem.Props): React$1.JSX.Element;
|
|
2090
|
+
declare function ContextMenuRadioGroup({ ...props }: ContextMenu$1.RadioGroup.Props): React$1.JSX.Element;
|
|
2091
|
+
declare function ContextMenuRadioItem({ className, children, ...props }: ContextMenu$1.RadioItem.Props): React$1.JSX.Element;
|
|
2092
|
+
declare function ContextMenuSeparator({ className, ...props }: ContextMenu$1.Separator.Props): React$1.JSX.Element;
|
|
2093
|
+
declare function ContextMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): React$1.JSX.Element;
|
|
2094
|
+
|
|
2095
|
+
declare function Drawer({ ...props }: React$1.ComponentProps<typeof Drawer$1.Root>): React$1.JSX.Element;
|
|
2096
|
+
declare function DrawerTrigger({ ...props }: React$1.ComponentProps<typeof Drawer$1.Trigger>): React$1.JSX.Element;
|
|
2097
|
+
declare function DrawerPortal({ ...props }: React$1.ComponentProps<typeof Drawer$1.Portal>): React$1.JSX.Element;
|
|
2098
|
+
declare function DrawerClose({ ...props }: React$1.ComponentProps<typeof Drawer$1.Close>): React$1.JSX.Element;
|
|
2099
|
+
declare function DrawerOverlay({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Overlay>): React$1.JSX.Element;
|
|
2100
|
+
declare function DrawerContent({ className, children, ...props }: React$1.ComponentProps<typeof Drawer$1.Content>): React$1.JSX.Element;
|
|
2101
|
+
declare function DrawerHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2102
|
+
declare function DrawerFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2103
|
+
declare function DrawerTitle({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Title>): React$1.JSX.Element;
|
|
2104
|
+
declare function DrawerDescription({ className, ...props }: React$1.ComponentProps<typeof Drawer$1.Description>): React$1.JSX.Element;
|
|
2105
|
+
|
|
2106
|
+
declare function DropdownMenu({ ...props }: Menu.Root.Props): React$1.JSX.Element;
|
|
2107
|
+
declare function DropdownMenuPortal({ ...props }: Menu.Portal.Props): React$1.JSX.Element;
|
|
2108
|
+
declare function DropdownMenuTrigger({ ...props }: Menu.Trigger.Props): React$1.JSX.Element;
|
|
2109
|
+
declare function DropdownMenuContent({ align, alignOffset, side, sideOffset, className, ...props }: Menu.Popup.Props & Pick<Menu.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): React$1.JSX.Element;
|
|
2110
|
+
declare function DropdownMenuGroup({ ...props }: Menu.Group.Props): React$1.JSX.Element;
|
|
2107
2111
|
declare function DropdownMenuLabel({ className, inset, ...props }: Menu.GroupLabel.Props & {
|
|
2108
2112
|
inset?: boolean;
|
|
2109
|
-
}):
|
|
2113
|
+
}): React$1.JSX.Element;
|
|
2110
2114
|
declare function DropdownMenuItem({ className, inset, variant, ...props }: Menu.Item.Props & {
|
|
2111
2115
|
inset?: boolean;
|
|
2112
2116
|
variant?: "default" | "destructive";
|
|
2113
|
-
}):
|
|
2114
|
-
declare function DropdownMenuSub({ ...props }: Menu.SubmenuRoot.Props):
|
|
2117
|
+
}): React$1.JSX.Element;
|
|
2118
|
+
declare function DropdownMenuSub({ ...props }: Menu.SubmenuRoot.Props): React$1.JSX.Element;
|
|
2115
2119
|
declare function DropdownMenuSubTrigger({ className, inset, children, ...props }: Menu.SubmenuTrigger.Props & {
|
|
2116
2120
|
inset?: boolean;
|
|
2117
|
-
}):
|
|
2118
|
-
declare function DropdownMenuSubContent({ align, alignOffset, side, sideOffset, className, ...props }: React$1.ComponentProps<typeof DropdownMenuContent>):
|
|
2119
|
-
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: Menu.CheckboxItem.Props):
|
|
2120
|
-
declare function DropdownMenuRadioGroup({ ...props }: Menu.RadioGroup.Props):
|
|
2121
|
-
declare function DropdownMenuRadioItem({ className, children, ...props }: Menu.RadioItem.Props):
|
|
2122
|
-
declare function DropdownMenuSeparator({ className, ...props }: Menu.Separator.Props):
|
|
2123
|
-
declare function DropdownMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">):
|
|
2121
|
+
}): React$1.JSX.Element;
|
|
2122
|
+
declare function DropdownMenuSubContent({ align, alignOffset, side, sideOffset, className, ...props }: React$1.ComponentProps<typeof DropdownMenuContent>): React$1.JSX.Element;
|
|
2123
|
+
declare function DropdownMenuCheckboxItem({ className, children, checked, ...props }: Menu.CheckboxItem.Props): React$1.JSX.Element;
|
|
2124
|
+
declare function DropdownMenuRadioGroup({ ...props }: Menu.RadioGroup.Props): React$1.JSX.Element;
|
|
2125
|
+
declare function DropdownMenuRadioItem({ className, children, ...props }: Menu.RadioItem.Props): React$1.JSX.Element;
|
|
2126
|
+
declare function DropdownMenuSeparator({ className, ...props }: Menu.Separator.Props): React$1.JSX.Element;
|
|
2127
|
+
declare function DropdownMenuShortcut({ className, ...props }: React$1.ComponentProps<"span">): React$1.JSX.Element;
|
|
2124
2128
|
|
|
2125
|
-
declare function Label({ className, ...props }: React$1.ComponentProps<"label">):
|
|
2129
|
+
declare function Label({ className, ...props }: React$1.ComponentProps<"label">): React$1.JSX.Element;
|
|
2126
2130
|
|
|
2127
|
-
declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">):
|
|
2131
|
+
declare function FieldSet({ className, ...props }: React.ComponentProps<"fieldset">): React$1.JSX.Element;
|
|
2128
2132
|
declare function FieldLegend({ className, variant, ...props }: React.ComponentProps<"legend"> & {
|
|
2129
2133
|
variant?: "legend" | "label";
|
|
2130
|
-
}):
|
|
2131
|
-
declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">):
|
|
2134
|
+
}): React$1.JSX.Element;
|
|
2135
|
+
declare function FieldGroup({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
2132
2136
|
declare const fieldVariants: (props?: ({
|
|
2133
2137
|
orientation?: "horizontal" | "vertical" | "responsive" | null | undefined;
|
|
2134
2138
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2135
|
-
declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>):
|
|
2136
|
-
declare function FieldContent({ className, ...props }: React.ComponentProps<"div">):
|
|
2137
|
-
declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>):
|
|
2138
|
-
declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">):
|
|
2139
|
-
declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">):
|
|
2139
|
+
declare function Field({ className, orientation, ...props }: React.ComponentProps<"div"> & VariantProps<typeof fieldVariants>): React$1.JSX.Element;
|
|
2140
|
+
declare function FieldContent({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
2141
|
+
declare function FieldLabel({ className, ...props }: React.ComponentProps<typeof Label>): React$1.JSX.Element;
|
|
2142
|
+
declare function FieldTitle({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
2143
|
+
declare function FieldDescription({ className, ...props }: React.ComponentProps<"p">): React$1.JSX.Element;
|
|
2140
2144
|
declare function FieldSeparator({ children, className, ...props }: React.ComponentProps<"div"> & {
|
|
2141
2145
|
children?: React.ReactNode;
|
|
2142
|
-
}):
|
|
2146
|
+
}): React$1.JSX.Element;
|
|
2143
2147
|
declare function FieldError({ className, children, errors, ...props }: React.ComponentProps<"div"> & {
|
|
2144
2148
|
errors?: Array<{
|
|
2145
2149
|
message?: string;
|
|
2146
2150
|
} | undefined>;
|
|
2147
|
-
}):
|
|
2151
|
+
}): React$1.JSX.Element | null;
|
|
2148
2152
|
|
|
2149
2153
|
/**
|
|
2150
2154
|
* Form component is a wrapper around react-hook-form's FormProvider.
|
|
@@ -2160,106 +2164,106 @@ declare function FieldError({ className, children, errors, ...props }: React.Com
|
|
|
2160
2164
|
* </Form>
|
|
2161
2165
|
* );
|
|
2162
2166
|
*/
|
|
2163
|
-
declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>(
|
|
2167
|
+
declare const Form: <TFieldValues extends react_hook_form.FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: react_hook_form.FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
|
|
2164
2168
|
|
|
2165
|
-
declare function HoverCard({ ...props }: PreviewCard.Root.Props):
|
|
2166
|
-
declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props):
|
|
2167
|
-
declare function HoverCardContent({ className, side, sideOffset, align, alignOffset, ...props }: PreviewCard.Popup.Props & Pick<PreviewCard.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">):
|
|
2169
|
+
declare function HoverCard({ ...props }: PreviewCard.Root.Props): React$1.JSX.Element;
|
|
2170
|
+
declare function HoverCardTrigger({ ...props }: PreviewCard.Trigger.Props): React$1.JSX.Element;
|
|
2171
|
+
declare function HoverCardContent({ className, side, sideOffset, align, alignOffset, ...props }: PreviewCard.Popup.Props & Pick<PreviewCard.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): React$1.JSX.Element;
|
|
2168
2172
|
|
|
2169
|
-
declare function Input({ className, type, ...props }: React$1.ComponentProps<"input">):
|
|
2173
|
+
declare function Input({ className, type, ...props }: React$1.ComponentProps<"input">): React$1.JSX.Element;
|
|
2170
2174
|
|
|
2171
|
-
declare function InputGroup({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2175
|
+
declare function InputGroup({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2172
2176
|
declare const inputGroupAddonVariants: (props?: ({
|
|
2173
2177
|
align?: "inline-start" | "inline-end" | "block-start" | "block-end" | null | undefined;
|
|
2174
2178
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2175
|
-
declare function InputGroupAddon({ className, align, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>):
|
|
2179
|
+
declare function InputGroupAddon({ className, align, ...props }: React$1.ComponentProps<"div"> & VariantProps<typeof inputGroupAddonVariants>): React$1.JSX.Element;
|
|
2176
2180
|
declare const inputGroupButtonVariants: (props?: ({
|
|
2177
2181
|
size?: "xs" | "sm" | "icon-xs" | "icon-sm" | null | undefined;
|
|
2178
2182
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2179
2183
|
declare function InputGroupButton({ className, type, variant, size, ...props }: Omit<React$1.ComponentProps<typeof Button>, "size" | "type"> & VariantProps<typeof inputGroupButtonVariants> & {
|
|
2180
2184
|
type?: "button" | "submit" | "reset";
|
|
2181
|
-
}):
|
|
2182
|
-
declare function InputGroupText({ className, ...props }: React$1.ComponentProps<"span">):
|
|
2183
|
-
declare function InputGroupInput({ className, ...props }: React$1.ComponentProps<"input">):
|
|
2184
|
-
declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<"textarea">):
|
|
2185
|
+
}): React$1.JSX.Element;
|
|
2186
|
+
declare function InputGroupText({ className, ...props }: React$1.ComponentProps<"span">): React$1.JSX.Element;
|
|
2187
|
+
declare function InputGroupInput({ className, ...props }: React$1.ComponentProps<"input">): React$1.JSX.Element;
|
|
2188
|
+
declare function InputGroupTextarea({ className, ...props }: React$1.ComponentProps<"textarea">): React$1.JSX.Element;
|
|
2185
2189
|
|
|
2186
2190
|
declare function InputOTP({ className, containerClassName, ...props }: React$1.ComponentProps<typeof OTPInput> & {
|
|
2187
2191
|
containerClassName?: string;
|
|
2188
|
-
}):
|
|
2189
|
-
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2192
|
+
}): React$1.JSX.Element;
|
|
2193
|
+
declare function InputOTPGroup({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2190
2194
|
declare function InputOTPSlot({ index, className, ...props }: React$1.ComponentProps<"div"> & {
|
|
2191
2195
|
index: number;
|
|
2192
|
-
}):
|
|
2193
|
-
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">):
|
|
2196
|
+
}): React$1.JSX.Element;
|
|
2197
|
+
declare function InputOTPSeparator({ ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2194
2198
|
|
|
2195
|
-
declare function NavigationMenu({ className, children, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.Root>):
|
|
2196
|
-
declare function NavigationMenuList({ className, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.List>):
|
|
2197
|
-
declare function NavigationMenuItem({ className, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.Item>):
|
|
2199
|
+
declare function NavigationMenu({ className, children, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.Root>): React$1.JSX.Element;
|
|
2200
|
+
declare function NavigationMenuList({ className, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.List>): React$1.JSX.Element;
|
|
2201
|
+
declare function NavigationMenuItem({ className, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.Item>): React$1.JSX.Element;
|
|
2198
2202
|
declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types.ClassProp | undefined) => string;
|
|
2199
2203
|
declare function NavigationMenuTrigger({ className, children, hideChevron, ...props }: NavigationMenu$1.Trigger.Props & {
|
|
2200
2204
|
hideChevron?: boolean;
|
|
2201
|
-
}):
|
|
2202
|
-
declare function NavigationMenuContent({ className, ...props }: NavigationMenu$1.Content.Props):
|
|
2203
|
-
declare function NavigationMenuPositioner({ className, side, sideOffset, align, alignOffset, ...props }: NavigationMenu$1.Positioner.Props):
|
|
2204
|
-
declare function NavigationMenuLink({ className, ...props }: NavigationMenu$1.Link.Props):
|
|
2205
|
-
declare function NavigationMenuIndicator({ className, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.Icon>):
|
|
2206
|
-
|
|
2207
|
-
declare function Popover({ ...props }: Popover$1.Root.Props):
|
|
2208
|
-
declare function PopoverTrigger({ ...props }: Popover$1.Trigger.Props):
|
|
2209
|
-
declare function PopoverContent({ className, align, alignOffset, side, sideOffset, anchor, ...props }: Popover$1.Popup.Props & Pick<Popover$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "anchor">):
|
|
2210
|
-
declare function PopoverHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2211
|
-
declare function PopoverTitle({ className, ...props }: Popover$1.Title.Props):
|
|
2212
|
-
declare function PopoverDescription({ className, ...props }: Popover$1.Description.Props):
|
|
2213
|
-
|
|
2214
|
-
declare function Progress({ className, children, value, ...props }: Progress$1.Root.Props):
|
|
2215
|
-
declare function ProgressTrack({ className, ...props }: Progress$1.Track.Props):
|
|
2216
|
-
declare function ProgressIndicator({ className, ...props }: Progress$1.Indicator.Props):
|
|
2217
|
-
declare function ProgressLabel({ className, ...props }: Progress$1.Label.Props):
|
|
2218
|
-
declare function ProgressValue({ className, ...props }: Progress$1.Value.Props):
|
|
2219
|
-
|
|
2220
|
-
declare function RadioGroup({ className, ...props }: RadioGroup$1.Props):
|
|
2221
|
-
declare function RadioGroupItem({ className, ...props }: Radio.Root.Props):
|
|
2222
|
-
|
|
2223
|
-
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Group>):
|
|
2224
|
-
declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>):
|
|
2205
|
+
}): React$1.JSX.Element;
|
|
2206
|
+
declare function NavigationMenuContent({ className, ...props }: NavigationMenu$1.Content.Props): React$1.JSX.Element;
|
|
2207
|
+
declare function NavigationMenuPositioner({ className, side, sideOffset, align, alignOffset, ...props }: NavigationMenu$1.Positioner.Props): React$1.JSX.Element;
|
|
2208
|
+
declare function NavigationMenuLink({ className, ...props }: NavigationMenu$1.Link.Props): React$1.JSX.Element;
|
|
2209
|
+
declare function NavigationMenuIndicator({ className, ...props }: ComponentPropsWithoutRef<typeof NavigationMenu$1.Icon>): React$1.JSX.Element;
|
|
2210
|
+
|
|
2211
|
+
declare function Popover({ ...props }: Popover$1.Root.Props): React$1.JSX.Element;
|
|
2212
|
+
declare function PopoverTrigger({ ...props }: Popover$1.Trigger.Props): React$1.JSX.Element;
|
|
2213
|
+
declare function PopoverContent({ className, align, alignOffset, side, sideOffset, anchor, ...props }: Popover$1.Popup.Props & Pick<Popover$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "anchor">): React$1.JSX.Element;
|
|
2214
|
+
declare function PopoverHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2215
|
+
declare function PopoverTitle({ className, ...props }: Popover$1.Title.Props): React$1.JSX.Element;
|
|
2216
|
+
declare function PopoverDescription({ className, ...props }: Popover$1.Description.Props): React$1.JSX.Element;
|
|
2217
|
+
|
|
2218
|
+
declare function Progress({ className, children, value, ...props }: Progress$1.Root.Props): React$1.JSX.Element;
|
|
2219
|
+
declare function ProgressTrack({ className, ...props }: Progress$1.Track.Props): React$1.JSX.Element;
|
|
2220
|
+
declare function ProgressIndicator({ className, ...props }: Progress$1.Indicator.Props): React$1.JSX.Element;
|
|
2221
|
+
declare function ProgressLabel({ className, ...props }: Progress$1.Label.Props): React$1.JSX.Element;
|
|
2222
|
+
declare function ProgressValue({ className, ...props }: Progress$1.Value.Props): React$1.JSX.Element;
|
|
2223
|
+
|
|
2224
|
+
declare function RadioGroup({ className, ...props }: RadioGroup$1.Props): React$1.JSX.Element;
|
|
2225
|
+
declare function RadioGroupItem({ className, ...props }: Radio.Root.Props): React$1.JSX.Element;
|
|
2226
|
+
|
|
2227
|
+
declare function ResizablePanelGroup({ className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Group>): React$1.JSX.Element;
|
|
2228
|
+
declare function ResizablePanel({ ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Panel>): React$1.JSX.Element;
|
|
2225
2229
|
declare function ResizableHandle({ withHandle, className, ...props }: React$1.ComponentProps<typeof ResizablePrimitive.Separator> & {
|
|
2226
2230
|
withHandle?: boolean;
|
|
2227
|
-
}):
|
|
2231
|
+
}): React$1.JSX.Element;
|
|
2228
2232
|
|
|
2229
|
-
declare function ScrollArea({ className, children, ...props }: ScrollArea$1.Root.Props):
|
|
2230
|
-
declare function ScrollBar({ className, orientation, ...props }: ScrollArea$1.Scrollbar.Props):
|
|
2233
|
+
declare function ScrollArea({ className, children, ...props }: ScrollArea$1.Root.Props): React$1.JSX.Element;
|
|
2234
|
+
declare function ScrollBar({ className, orientation, ...props }: ScrollArea$1.Scrollbar.Props): React$1.JSX.Element;
|
|
2231
2235
|
|
|
2232
2236
|
declare const Select: typeof Select$1.Root;
|
|
2233
|
-
declare function SelectGroup({ className, ...props }: Select$1.Group.Props):
|
|
2234
|
-
declare function SelectValue({ className, ...props }: Select$1.Value.Props):
|
|
2237
|
+
declare function SelectGroup({ className, ...props }: Select$1.Group.Props): React$1.JSX.Element;
|
|
2238
|
+
declare function SelectValue({ className, ...props }: Select$1.Value.Props): React$1.JSX.Element;
|
|
2235
2239
|
declare function SelectTrigger({ className, size, children, ...props }: Select$1.Trigger.Props & {
|
|
2236
2240
|
size?: "sm" | "default";
|
|
2237
|
-
}):
|
|
2238
|
-
declare function SelectContent({ className, children, side, sideOffset, align, alignOffset, alignItemWithTrigger, ...props }: Select$1.Popup.Props & Pick<Select$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "alignItemWithTrigger">):
|
|
2239
|
-
declare function SelectLabel({ className, ...props }: Select$1.GroupLabel.Props):
|
|
2240
|
-
declare function SelectItem({ className, children, ...props }: Select$1.Item.Props):
|
|
2241
|
-
declare function SelectSeparator({ className, ...props }: Select$1.Separator.Props):
|
|
2242
|
-
declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.ScrollUpArrow>):
|
|
2243
|
-
declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.ScrollDownArrow>):
|
|
2244
|
-
|
|
2245
|
-
declare function Separator({ className, orientation, ...props }: Separator$1.Props):
|
|
2246
|
-
|
|
2247
|
-
declare function Sheet({ ...props }: Dialog$1.Root.Props):
|
|
2248
|
-
declare function SheetTrigger({ ...props }: Dialog$1.Trigger.Props):
|
|
2249
|
-
declare function SheetClose({ ...props }: Dialog$1.Close.Props):
|
|
2241
|
+
}): React$1.JSX.Element;
|
|
2242
|
+
declare function SelectContent({ className, children, side, sideOffset, align, alignOffset, alignItemWithTrigger, ...props }: Select$1.Popup.Props & Pick<Select$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset" | "alignItemWithTrigger">): React$1.JSX.Element;
|
|
2243
|
+
declare function SelectLabel({ className, ...props }: Select$1.GroupLabel.Props): React$1.JSX.Element;
|
|
2244
|
+
declare function SelectItem({ className, children, ...props }: Select$1.Item.Props): React$1.JSX.Element;
|
|
2245
|
+
declare function SelectSeparator({ className, ...props }: Select$1.Separator.Props): React$1.JSX.Element;
|
|
2246
|
+
declare function SelectScrollUpButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.ScrollUpArrow>): React$1.JSX.Element;
|
|
2247
|
+
declare function SelectScrollDownButton({ className, ...props }: React$1.ComponentProps<typeof Select$1.ScrollDownArrow>): React$1.JSX.Element;
|
|
2248
|
+
|
|
2249
|
+
declare function Separator({ className, orientation, ...props }: Separator$1.Props): React$1.JSX.Element;
|
|
2250
|
+
|
|
2251
|
+
declare function Sheet({ ...props }: Dialog$1.Root.Props): React$1.JSX.Element;
|
|
2252
|
+
declare function SheetTrigger({ ...props }: Dialog$1.Trigger.Props): React$1.JSX.Element;
|
|
2253
|
+
declare function SheetClose({ ...props }: Dialog$1.Close.Props): React$1.JSX.Element;
|
|
2250
2254
|
declare function SheetContent({ className, children, side, showCloseButton, ...props }: Dialog$1.Popup.Props & {
|
|
2251
2255
|
side?: "top" | "right" | "bottom" | "left";
|
|
2252
2256
|
showCloseButton?: boolean;
|
|
2253
|
-
}):
|
|
2254
|
-
declare function SheetHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2255
|
-
declare function SheetFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2256
|
-
declare function SheetTitle({ className, ...props }: Dialog$1.Title.Props):
|
|
2257
|
-
declare function SheetDescription({ className, ...props }: Dialog$1.Description.Props):
|
|
2257
|
+
}): React$1.JSX.Element;
|
|
2258
|
+
declare function SheetHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2259
|
+
declare function SheetFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2260
|
+
declare function SheetTitle({ className, ...props }: Dialog$1.Title.Props): React$1.JSX.Element;
|
|
2261
|
+
declare function SheetDescription({ className, ...props }: Dialog$1.Description.Props): React$1.JSX.Element;
|
|
2258
2262
|
|
|
2259
|
-
declare function TooltipProvider({ delay, ...props }: Tooltip$1.Provider.Props):
|
|
2260
|
-
declare function Tooltip({ ...props }: Tooltip$1.Root.Props):
|
|
2261
|
-
declare function TooltipTrigger({ ...props }: Tooltip$1.Trigger.Props):
|
|
2262
|
-
declare function TooltipContent({ className, side, sideOffset, align, alignOffset, children, ...props }: Tooltip$1.Popup.Props & Pick<Tooltip$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">):
|
|
2263
|
+
declare function TooltipProvider({ delay, ...props }: Tooltip$1.Provider.Props): React$1.JSX.Element;
|
|
2264
|
+
declare function Tooltip({ ...props }: Tooltip$1.Root.Props): React$1.JSX.Element;
|
|
2265
|
+
declare function TooltipTrigger({ ...props }: Tooltip$1.Trigger.Props): React$1.JSX.Element;
|
|
2266
|
+
declare function TooltipContent({ className, side, sideOffset, align, alignOffset, children, ...props }: Tooltip$1.Popup.Props & Pick<Tooltip$1.Positioner.Props, "align" | "alignOffset" | "side" | "sideOffset">): React$1.JSX.Element;
|
|
2263
2267
|
|
|
2264
2268
|
type SidebarContextProps = {
|
|
2265
2269
|
state: "expanded" | "collapsed";
|
|
@@ -2275,26 +2279,26 @@ declare function SidebarProvider({ defaultOpen, open: openProp, onOpenChange: se
|
|
|
2275
2279
|
defaultOpen?: boolean;
|
|
2276
2280
|
open?: boolean;
|
|
2277
2281
|
onOpenChange?: (open: boolean) => void;
|
|
2278
|
-
}):
|
|
2282
|
+
}): React$1.JSX.Element;
|
|
2279
2283
|
declare function Sidebar({ side, variant, collapsible, className, children, ...props }: React$1.ComponentProps<"div"> & {
|
|
2280
2284
|
side?: "left" | "right";
|
|
2281
2285
|
variant?: "sidebar" | "floating" | "inset";
|
|
2282
2286
|
collapsible?: "offExamples" | "icon" | "none";
|
|
2283
|
-
}):
|
|
2284
|
-
declare function SidebarTrigger({ className, onClick, ...props }: React$1.ComponentProps<typeof Button>):
|
|
2285
|
-
declare function SidebarRail({ className, ...props }: React$1.ComponentProps<"button">):
|
|
2286
|
-
declare function SidebarInset({ className, ...props }: React$1.ComponentProps<"main">):
|
|
2287
|
-
declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>):
|
|
2288
|
-
declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2289
|
-
declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2290
|
-
declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>):
|
|
2291
|
-
declare function SidebarContent({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2292
|
-
declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2287
|
+
}): React$1.JSX.Element;
|
|
2288
|
+
declare function SidebarTrigger({ className, onClick, ...props }: React$1.ComponentProps<typeof Button>): React$1.JSX.Element;
|
|
2289
|
+
declare function SidebarRail({ className, ...props }: React$1.ComponentProps<"button">): React$1.JSX.Element;
|
|
2290
|
+
declare function SidebarInset({ className, ...props }: React$1.ComponentProps<"main">): React$1.JSX.Element;
|
|
2291
|
+
declare function SidebarInput({ className, ...props }: React$1.ComponentProps<typeof Input>): React$1.JSX.Element;
|
|
2292
|
+
declare function SidebarHeader({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2293
|
+
declare function SidebarFooter({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2294
|
+
declare function SidebarSeparator({ className, ...props }: React$1.ComponentProps<typeof Separator>): React$1.JSX.Element;
|
|
2295
|
+
declare function SidebarContent({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2296
|
+
declare function SidebarGroup({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2293
2297
|
declare function SidebarGroupLabel({ className, render, ...props }: useRender.ComponentProps<"div"> & React$1.ComponentProps<"div">): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
2294
2298
|
declare function SidebarGroupAction({ className, render, ...props }: useRender.ComponentProps<"button"> & React$1.ComponentProps<"button">): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
2295
|
-
declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2296
|
-
declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<"ul">):
|
|
2297
|
-
declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<"li">):
|
|
2299
|
+
declare function SidebarGroupContent({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2300
|
+
declare function SidebarMenu({ className, ...props }: React$1.ComponentProps<"ul">): React$1.JSX.Element;
|
|
2301
|
+
declare function SidebarMenuItem({ className, ...props }: React$1.ComponentProps<"li">): React$1.JSX.Element;
|
|
2298
2302
|
declare const sidebarMenuButtonVariants: (props?: ({
|
|
2299
2303
|
variant?: "default" | "outline" | null | undefined;
|
|
2300
2304
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
@@ -2302,55 +2306,55 @@ declare const sidebarMenuButtonVariants: (props?: ({
|
|
|
2302
2306
|
declare function SidebarMenuButton({ render, isActive, variant, size, tooltip, className, ...props }: useRender.ComponentProps<"button"> & React$1.ComponentProps<"button"> & {
|
|
2303
2307
|
isActive?: boolean;
|
|
2304
2308
|
tooltip?: string | React$1.ComponentProps<typeof TooltipContent>;
|
|
2305
|
-
} & VariantProps<typeof sidebarMenuButtonVariants>):
|
|
2309
|
+
} & VariantProps<typeof sidebarMenuButtonVariants>): React$1.JSX.Element;
|
|
2306
2310
|
declare function SidebarMenuAction({ className, render, showOnHover, ...props }: useRender.ComponentProps<"button"> & React$1.ComponentProps<"button"> & {
|
|
2307
2311
|
showOnHover?: boolean;
|
|
2308
2312
|
}): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
2309
|
-
declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<"div">):
|
|
2313
|
+
declare function SidebarMenuBadge({ className, ...props }: React$1.ComponentProps<"div">): React$1.JSX.Element;
|
|
2310
2314
|
declare function SidebarMenuSkeleton({ className, showIcon, ...props }: React$1.ComponentProps<"div"> & {
|
|
2311
2315
|
showIcon?: boolean;
|
|
2312
|
-
}):
|
|
2313
|
-
declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<"ul">):
|
|
2314
|
-
declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<"li">):
|
|
2316
|
+
}): React$1.JSX.Element;
|
|
2317
|
+
declare function SidebarMenuSub({ className, ...props }: React$1.ComponentProps<"ul">): React$1.JSX.Element;
|
|
2318
|
+
declare function SidebarMenuSubItem({ className, ...props }: React$1.ComponentProps<"li">): React$1.JSX.Element;
|
|
2315
2319
|
declare function SidebarMenuSubButton({ render, size, isActive, className, ...props }: useRender.ComponentProps<"a"> & React$1.ComponentProps<"a"> & {
|
|
2316
2320
|
size?: "sm" | "md";
|
|
2317
2321
|
isActive?: boolean;
|
|
2318
2322
|
}): React$1.ReactElement<unknown, string | React$1.JSXElementConstructor<any>>;
|
|
2319
2323
|
|
|
2320
|
-
declare function Skeleton({ className, ...props }: React.ComponentProps<"div">):
|
|
2324
|
+
declare function Skeleton({ className, ...props }: React.ComponentProps<"div">): React$1.JSX.Element;
|
|
2321
2325
|
|
|
2322
|
-
declare function Slider({ className, defaultValue, value, min, max, ...props }: Slider$1.Root.Props):
|
|
2326
|
+
declare function Slider({ className, defaultValue, value, min, max, ...props }: Slider$1.Root.Props): React$1.JSX.Element;
|
|
2323
2327
|
|
|
2324
|
-
declare const Toaster: ({ ...props }: ToasterProps) =>
|
|
2328
|
+
declare const Toaster: ({ ...props }: ToasterProps) => React$1.JSX.Element;
|
|
2325
2329
|
|
|
2326
2330
|
declare function Switch({ className, size, children, ...props }: Switch$1.Root.Props & {
|
|
2327
2331
|
size?: "sm" | "default";
|
|
2328
|
-
}):
|
|
2329
|
-
|
|
2330
|
-
declare function Table({ className, ...props }: React$1.ComponentProps<"table">):
|
|
2331
|
-
declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">):
|
|
2332
|
-
declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">):
|
|
2333
|
-
declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">):
|
|
2334
|
-
declare function TableRow({ className, ...props }: React$1.ComponentProps<"tr">):
|
|
2335
|
-
declare function TableHead({ className, ...props }: React$1.ComponentProps<"th">):
|
|
2336
|
-
declare function TableCell({ className, ...props }: React$1.ComponentProps<"td">):
|
|
2337
|
-
declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">):
|
|
2338
|
-
|
|
2339
|
-
declare function Tabs({ className, orientation, ...props }: Tabs$1.Root.Props):
|
|
2332
|
+
}): React$1.JSX.Element;
|
|
2333
|
+
|
|
2334
|
+
declare function Table({ className, ...props }: React$1.ComponentProps<"table">): React$1.JSX.Element;
|
|
2335
|
+
declare function TableHeader({ className, ...props }: React$1.ComponentProps<"thead">): React$1.JSX.Element;
|
|
2336
|
+
declare function TableBody({ className, ...props }: React$1.ComponentProps<"tbody">): React$1.JSX.Element;
|
|
2337
|
+
declare function TableFooter({ className, ...props }: React$1.ComponentProps<"tfoot">): React$1.JSX.Element;
|
|
2338
|
+
declare function TableRow({ className, ...props }: React$1.ComponentProps<"tr">): React$1.JSX.Element;
|
|
2339
|
+
declare function TableHead({ className, ...props }: React$1.ComponentProps<"th">): React$1.JSX.Element;
|
|
2340
|
+
declare function TableCell({ className, ...props }: React$1.ComponentProps<"td">): React$1.JSX.Element;
|
|
2341
|
+
declare function TableCaption({ className, ...props }: React$1.ComponentProps<"caption">): React$1.JSX.Element;
|
|
2342
|
+
|
|
2343
|
+
declare function Tabs({ className, orientation, ...props }: Tabs$1.Root.Props): React$1.JSX.Element;
|
|
2340
2344
|
declare const tabsListVariants: (props?: ({
|
|
2341
2345
|
variant?: "default" | "line" | null | undefined;
|
|
2342
2346
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2343
|
-
declare function TabsList({ className, variant, ...props }: Tabs$1.List.Props & VariantProps<typeof tabsListVariants>):
|
|
2344
|
-
declare function TabsTrigger({ className, ...props }: Tabs$1.Tab.Props):
|
|
2345
|
-
declare function TabsContent({ className, ...props }: Tabs$1.Panel.Props):
|
|
2347
|
+
declare function TabsList({ className, variant, ...props }: Tabs$1.List.Props & VariantProps<typeof tabsListVariants>): React$1.JSX.Element;
|
|
2348
|
+
declare function TabsTrigger({ className, ...props }: Tabs$1.Tab.Props): React$1.JSX.Element;
|
|
2349
|
+
declare function TabsContent({ className, ...props }: Tabs$1.Panel.Props): React$1.JSX.Element;
|
|
2346
2350
|
|
|
2347
|
-
declare function Textarea({ className, ...props }: React$1.ComponentProps<"textarea">):
|
|
2351
|
+
declare function Textarea({ className, ...props }: React$1.ComponentProps<"textarea">): React$1.JSX.Element;
|
|
2348
2352
|
|
|
2349
2353
|
declare const toggleVariants: (props?: ({
|
|
2350
2354
|
variant?: "default" | "outline" | null | undefined;
|
|
2351
2355
|
size?: "default" | "sm" | "lg" | null | undefined;
|
|
2352
2356
|
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
2353
|
-
declare function Toggle({ className, variant, size, ...props }: Toggle$1.Props & VariantProps<typeof toggleVariants>):
|
|
2357
|
+
declare function Toggle({ className, variant, size, ...props }: Toggle$1.Props & VariantProps<typeof toggleVariants>): React$1.JSX.Element;
|
|
2354
2358
|
|
|
2355
2359
|
interface GetItemValue<T> {
|
|
2356
2360
|
/**
|
|
@@ -2370,7 +2374,7 @@ type KanbanRootProps<T> = Omit<DndContextProps, "collisionDetection"> & GetItemV
|
|
|
2370
2374
|
orientation?: "horizontal" | "vertical";
|
|
2371
2375
|
flatCursor?: boolean;
|
|
2372
2376
|
} & (T extends object ? GetItemValue<T> : Partial<GetItemValue<T>>);
|
|
2373
|
-
declare function KanbanRoot<T>(props: KanbanRootProps<T>):
|
|
2377
|
+
declare function KanbanRoot<T>(props: KanbanRootProps<T>): React$1.JSX.Element;
|
|
2374
2378
|
interface KanbanBoardProps extends React$1.ComponentPropsWithoutRef<"div"> {
|
|
2375
2379
|
children: React$1.ReactNode;
|
|
2376
2380
|
asChild?: boolean;
|
|
@@ -2596,4 +2600,4 @@ interface MultipleSelectorRef {
|
|
|
2596
2600
|
declare function useDebounce<T>(value: T, delay?: number): T;
|
|
2597
2601
|
declare const MultipleSelector: React$1.ForwardRefExoticComponent<MultipleSelectorProps & React$1.RefAttributes<MultipleSelectorRef>>;
|
|
2598
2602
|
|
|
2599
|
-
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AssistantContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, EntityMultiSelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, MessageItem, MessageList, MessageSourcesPanel, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, parseFiscalData, parseMentionElement, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
|
|
2603
|
+
export { AcceptInvitation, Accordion, AccordionContent, AccordionItem, AccordionTrigger, ActivateAccount, AddUserToRole, AdminCompanyContainer, AdminUsersList, Alert, AlertAction, AlertDescription, AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogMedia, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, AlertTitle, AllUsersListContainer, AllowedUsersDetails, AssistantContainer, AttributeElement, AuthContainer, Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage, BackupCodesDialog, Badge, type BlockNoteAiConfig, BlockNoteEditorContainer, BlockNoteEditorMentionHoverCard, BlockNoteEditorMentionSuggestionMenu, type BlockNoteEditorProps, BlockNoteViewerContainer, KanbanBoard as Board, Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbNavigation, BreadcrumbPage, BreadcrumbSeparator, Button, Calendar, CalendarDayButton, Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, Carousel, type CarouselApi, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, type ChartConfig, ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, Checkbox, Collapsible, CollapsibleContent, CollapsibleTrigger, KanbanColumn as Column, KanbanColumnHandle as ColumnHandle, Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, CommonAssociationCommandDialog, CommonAssociationTrigger, CommonDeleter, CommonEditorButtons, CommonEditorDiscardDialog, CommonEditorHeader, CommonEditorTrigger, CompaniesList, CompanyConfigurationEditor, CompanyContainer, CompanyContent, CompanyDeleter, CompanyDetails, CompanyEditor, CompanyUsersList, ContentListGrid, type ContentListGridProps, ContentListTable, ContentTableSearch, ContentTitle, ContentsList, ContentsListById, ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, ContributorsList, Cookies, CurrencyInput, type CurrencyInputProps, DatePickerPopover, DateRangeSelector, Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, DisableTwoFactorDialog, Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, EditableAvatar, EditorSheet, type EditorSheetProps, EntityAvatar, EntityMultiSelector, ErrorDetails, Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle, FileInput, FileUploader, FileUploaderContent, FileUploaderItem, FiscalDataDisplay, type FiscalDataHandle, ForgotPassword, Form, FormBlockNote, FormCheckbox, FormDate, FormDateTime, FormFeatures, FormFieldWrapper, FormInput, FormPassword, FormPlaceAutocomplete, FormRoles, FormSelect, FormSlider, FormSwitch, FormTextarea, GdprConsentCheckbox, GdprConsentSection, type GenerateTableStructureParams, Header, HoverCard, HoverCardContent, HoverCardTrigger, HowToCommand, HowToCommandViewer, HowToContainer, HowToContent, HowToDeleter, HowToDetails, HowToEditor, HowToList, HowToListContainer, HowToMultiSelector, HowToSelector, Input, InputGroup, InputGroupAddon, InputGroupButton, InputGroupInput, InputGroupText, InputGroupTextarea, InputOTP, InputOTPGroup, InputOTPSeparator, InputOTPSlot, ItalianFiscalData, ItalianFiscalDataDisplay, type ItalianFiscalDataProps, KanbanItem as Item, KanbanItemHandle as ItemHandle, KanbanRoot as Kanban, KanbanBoard, KanbanColumn, KanbanColumnHandle, KanbanItem, KanbanItemHandle, KanbanOverlay, Label, LandingComponent, Link, type LinkProps, Login, Logout, type MentionHoverCardProps, type MentionInsertFn, type MentionItem, type MentionNameResolver, type MentionRenderProps, type MentionResolveFn, type MentionResolveResult, type MentionSearchFn, MessageItem, MessageList, MessageSourcesPanel, ModeToggleSwitch, MultiSelect, MultipleSelector, type MultipleSelectorProps, type MultipleSelectorRef, NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, NotificationErrorBoundary, NotificationMenuItem, NotificationModal, NotificationToast, NotificationsList, NotificationsListContainer, OAuthClientCard, type OAuthClientCardProps, OAuthClientDetail, type OAuthClientDetailProps, OAuthClientForm, type OAuthClientFormProps, OAuthClientList, type OAuthClientListProps, OAuthClientSecretDisplay, type OAuthClientSecretDisplayProps, OAuthConsentActions, type OAuthConsentActionsProps, OAuthConsentHeader, type OAuthConsentHeaderProps, OAuthConsentScreen, type OAuthConsentScreenProps, OAuthRedirectUriInput, type OAuthRedirectUriInputProps, OAuthScopeList, type OAuthScopeListProps, OAuthScopeSelector, type OAuthScopeSelectorProps, OnboardingCard, type Option, KanbanOverlay as Overlay, PageContainer, PageContainerContentDetails, type PageContainerItems, PageContentContainer, PageSection, PasskeyButton, PasskeyList, PasskeySetupDialog, PasswordInput, type PasswordInputProps, type PlaceAddressComponents, type PlaceSuggestion, Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger, Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue, PushNotificationProvider, RadioGroup, RadioGroupItem, RbacByRoleContainer, RbacContainer, RbacPermissionCell, RbacPermissionPicker, ReactMarkdownContainer, RecentPagesNavigator, ReferralCodeCapture, ReferralDialog, type ReferralDialogProps, type ReferralDialogTranslations, ReferralWidget, type ReferralWidgetProps, type ReferralWidgetTranslations, RefreshUser, RelevantContentsList, RelevantUsersList, RemoveUserFromRole, ResetPassword, ResizableHandle, ResizablePanel, ResizablePanelGroup, RoleContainer, RoleDetails, RoleUsersList, RolesList, KanbanRoot as Root, RoundPageContainer, RoundPageContainerTitle, ScrollArea, ScrollBar, SecurityContainer, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, Separator, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetTitle, SheetTrigger, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupAction, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSkeleton, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarSeparator, SidebarTrigger, Skeleton, Slider, Switch, type Tab, Table, TableBody, TableCaption, TableCell, TableCellAvatar, TableFooter, TableHead, TableHeader, TableRow, Tabs, TabsContainer, TabsContent, TabsList, TabsTrigger, Textarea, Toaster, Toggle, TokenStatusIndicator, Tooltip, TooltipContent, TooltipProvider, TooltipTrigger, TotpAuthenticatorList, TotpInput, TotpSetupDialog, TwoFactorChallenge, TwoFactorSettings, UserAvatar, UserAvatarEditor, UserAvatarList, UserContainer, UserContent, UserDeleter, UserEditor, UserIndexContainer, UserIndexDetails, UserListInAdd, UserMultiSelect, UserReactivator, UserResentInvitationEmail, UserRoleAdd, UserRolesList, UserSearchPopover, UserSelector, UserStanadaloneDetails, UsersList, UsersListByContentIds, UsersListContainer, WaitlistConfirmation, WaitlistForm, WaitlistHeroSection, WaitlistList, WaitlistQuestionnaireRenderer, WaitlistSuccessState, badgeVariants, buttonVariants, cellComponent, cellDate, cellDateTime, cellId, cellLink, cellUrl, createMentionInlineContentSpec, errorToast, generateNotificationData, mentionDataAttrs, navigationMenuTriggerStyle, parseFiscalData, parseMentionElement, tabsListVariants, toggleVariants, triggerAssociationToast, useCarousel, useComboboxAnchor, useDebounce, useEditorDialog, useFileUpload, useMentionInsert, useSidebar };
|