FunctionDashboardPageWrapper({
children,
title,
titleActions,
className,
actions,
requireOrg = true,
requireNamespace = fals
apps/web/src/components/dashboard-page-wrapper/index.tsx:20
FunctionDataTable({
columns,
data = [],
isLoading,
meta,
emptyMessage = "No results.",
}: DataTableProps<TData, TValu
packages/ui/src/components/ui/data-table.tsx:27
FunctionDataWrapper({
data,
isLoading,
error,
loadingState,
emptyState,
errorState,
children,
}: {
data: T | unde
packages/ui/src/components/data-wrapper.tsx:6
FunctionDeleteConfirmationDialog({
open,
onOpenChange,
title = "Delete item",
description,
itemName,
onConfirm,
isLoading,
}: De
apps/web/src/components/delete-confirmation.tsx:106
FunctionDialogContent({
className,
children,
overlayProps,
scrollableOverlay = false,
showCloseButton = true,
...props
packages/ui/src/components/ui/dialog.tsx:49
FunctionDocumentSizeTooltip({
totalCharacters,
totalChunks,
totalBytes,
totalTokens,
children,
}: TimestampTooltipProps)
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/document-size-tooltip.tsx:17
FunctionDocumentSizeTooltipContent({
totalCharacters,
totalChunks,
totalBytes,
totalTokens,
}: Pick<
TimestampTooltipProps,
"totalCh
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/document-size-tooltip.tsx:40
FunctionDynamicArrayField({
form,
name,
label,
placeholder,
addButtonText,
inputType = "text",
showLabelOnFirstOnly = fal
apps/web/src/app/app.agentset.ai/(dashboard)/[slug]/[namespaceSlug]/documents/ingest-modal/shared.tsx:60
FunctionEmptyState({
title,
description,
icon: Icon,
action,
className,
}: {
title: string;
description: string;
packages/ui/src/components/empty-state.tsx:3