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