MCPcopy Create free account

hub / github.com/amalshaji/dbcooper / functions

Functions723 in github.com/amalshaji/dbcooper

FunctionExample
({ title, children, className, containerClassName, ...props }: React.ComponentProps<"div"> & { tit
src/components/example.tsx:19
FunctionExampleWrapper
({ className, ...props }: React.ComponentProps<"div">)
src/components/example.tsx:3
FunctionExpandableText
({ value, isNull = false, isJson = false, truncateLength = DEFAULT_TRUNCATE_LENGTH, placeholder = "NULL",
src/components/ExpandableText.tsx:18
FunctionFAQ
()
docs/src/components/FAQ.tsx:36
FunctionFeatures
()
docs/src/components/Features.tsx:76
FunctionField
({ className, orientation = "vertical", ...props }: React.ComponentProps<"div"> & VariantProps<typeof fi
src/components/ui/field.tsx:62
FunctionFieldContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/field.tsx:78
FunctionFieldDescription
({ className, ...props }: React.ComponentProps<"p">)
src/components/ui/field.tsx:121
FunctionFieldError
({ className, children, errors, ...props }: React.ComponentProps<"div"> & { errors?: Array<{ message
src/components/ui/field.tsx:163
FunctionFieldGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/field.tsx:33
FunctionFieldInput
({ column, value, isRawSql, dbType, onValueChange, isReadonly = false, }: FieldInputDispatcherProps)
src/components/field-inputs/FieldInput.tsx:42
FunctionFieldLabel
({ className, ...props }: React.ComponentProps<typeof Label>)
src/components/ui/field.tsx:91
FunctionFieldLegend
({ className, variant = "legend", ...props }: React.ComponentProps<"legend"> & { variant?: "legend" | "l
src/components/ui/field.tsx:18
FunctionFieldSeparator
({ children, className, ...props }: React.ComponentProps<"div"> & { children?: React.ReactNode })
src/components/ui/field.tsx:136
FunctionFieldSet
({ className, ...props }: React.ComponentProps<"fieldset">)
src/components/ui/field.tsx:8
FunctionFieldTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/field.tsx:108
FunctionFormExample
()
src/components/component-example.tsx:143
FunctionFunctionCombobox
({ value, suggestedFunctions, placeholder, onValueChange, inputType = "text", }: FunctionComboboxProps)
src/components/field-inputs/FunctionCombobox.tsx:19
FunctionFunctionDefinitionView
({ tab, }: FunctionDefinitionViewProps)
src/components/connection-details/FunctionDefinitionView.tsx:22
FunctionInlineEditableCell
({ value, column, disabled = false, children, onSave, }: InlineEditableCellProps)
src/components/InlineEditableCell.tsx:75
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:6
FunctionInputGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/input-group.tsx:11
FunctionInputGroupAddon
({ className, align = "inline-start", ...props }: React.ComponentProps<"div"> & VariantProps<typeof inpu
src/components/ui/input-group.tsx:44
FunctionInputGroupButton
({ className, type = "button", variant = "ghost", size = "xs", ...props }: Omit<React.ComponentProps
src/components/ui/input-group.tsx:83
FunctionInputGroupInput
({ className, ...props }: React.ComponentProps<"input">)
src/components/ui/input-group.tsx:116
FunctionInputGroupText
({ className, ...props }: React.ComponentProps<"span">)
src/components/ui/input-group.tsx:104
FunctionInputGroupTextarea
({ className, ...props }: React.ComponentProps<"textarea">)
src/components/ui/input-group.tsx:129
FunctionJsonFieldInput
({ column, value, isNull, onValueChange, isReadonly = false, }: FieldInputProps)
src/components/field-inputs/JsonFieldInput.tsx:6
FunctionLabel
({ className, ...props }: React.ComponentProps<"label">)
src/components/ui/label.tsx:7
FunctionLightbox
({ lightImage, darkImage, alt, onClose, isDark, }: LightboxProps)
docs/src/components/ScreenshotCarousel.tsx:71
FunctionNextArrow
({ onClick }: ArrowProps)
docs/src/components/ScreenshotCarousel.tsx:37
FunctionNotFound
()
src/pages/NotFound.tsx:5
FunctionNullButton
({ isNull, nullable, onToggle, setValueLabel = "Set value", }: NullButtonProps)
src/components/field-inputs/NullButton.tsx:10
FunctionNumericFieldInput
({ column, value, isRawSql, isNull, suggestedFunctions, onValueChange, isReadonly = false, }: FieldInpu
src/components/field-inputs/NumericFieldInput.tsx:18
FunctionObjectExplorer
({ schemaOverview, loading, expandedTables, tableColumns, onToggleTableExpand, onOpenTableData, onRunQu
src/components/connection-details/ObjectExplorer.tsx:356
FunctionPostgresqlIcon
(props)
src/components/icons/postgres.tsx:1
FunctionPostgresqlIcon
(props: React.SVGProps<SVGSVGElement>)
docs/src/icons/postgres.tsx:3
FunctionPrevArrow
({ onClick }: ArrowProps)
docs/src/components/ScreenshotCarousel.tsx:11
FunctionQueryResultSheet
({ open, onOpenChange, row, rowIndex, }: QueryResultSheetProps)
src/components/QueryResultSheet.tsx:24
FunctionRedisContentHeader
({ connection, navigate, connectionStatus, onReconnect, onStatusChange, onOpenSettings, }: { connection
src/pages/ConnectionDetails.tsx:300
FunctionRedisIcon
(props)
src/components/icons/redis.tsx:1
FunctionRedisIcon
(props: React.SVGProps<SVGSVGElement>)
docs/src/icons/redis.tsx:3
FunctionRedisKeySheet
({ open, onOpenChange, mode, keyDetails, onSave, saving = false, }: RedisKeySheetProps)
src/components/RedisKeySheet.tsx:36
FunctionRowEditSheet
({ open, onOpenChange, tableName, row, columns, dbType, onSave, onDelete, saving = false, deleting =
src/components/RowEditSheet.tsx:64
FunctionRowInsertSheet
({ open, onOpenChange, tableName, columns, dbType, onInsert, inserting = false, }: RowInsertSheetProps)
src/components/RowInsertSheet.tsx:63
FunctionSchemaSection
({ label, children }: SchemaSectionProps)
src/components/connection-details/ObjectExplorer.tsx:345
FunctionSchemaVisualizer
({ schemaOverview, loading, onRefresh, onTableClick, tableFilter, onTableFilterChange, selectedTables:
src/components/SchemaVisualizer.tsx:243
FunctionSchemaVisualizerFlow
({ nodes, edges, onNodesChange, onEdgesChange, onConnect, nodeTypes, downloadTrigger, onDownloadStateC
src/components/SchemaVisualizer.tsx:742
FunctionScreenshotCarousel
()
docs/src/components/ScreenshotCarousel.tsx:188
FunctionSelectContent
({ className, children, side = "bottom", sideOffset = 4, align = "center", alignOffset = 0, alig
src/components/ui/select.tsx:59
FunctionSelectGroup
({ className, ...props }: SelectPrimitive.Group.Props)
src/components/ui/select.tsx:11
FunctionSelectItem
({ className, children, ...props }: SelectPrimitive.Item.Props)
src/components/ui/select.tsx:110
FunctionSelectLabel
({ className, ...props }: SelectPrimitive.GroupLabel.Props)
src/components/ui/select.tsx:97
FunctionSelectScrollDownButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollDownArrow>)
src/components/ui/select.tsx:164
FunctionSelectScrollUpButton
({ className, ...props }: React.ComponentProps<typeof SelectPrimitive.ScrollUpArrow>)
src/components/ui/select.tsx:149
FunctionSelectSeparator
({ className, ...props }: SelectPrimitive.Separator.Props)
src/components/ui/select.tsx:136
FunctionSelectTrigger
({ className, size = "default", children, ...props }: SelectPrimitive.Trigger.Props & { size?: "sm"
src/components/ui/select.tsx:31
FunctionSelectValue
({ className, ...props }: SelectPrimitive.Value.Props)
src/components/ui/select.tsx:21
FunctionSeparator
({ className, orientation = "horizontal", ...props }: SeparatorPrimitive.Props)
src/components/ui/separator.tsx:5
FunctionSettings
()
src/pages/Settings.tsx:14
FunctionSettingsDialog
({ open, onOpenChange }: SettingsDialogProps)
src/components/SettingsDialog.tsx:15
FunctionSettingsForm
({ onSaveSuccess, compact }: SettingsFormProps)
src/components/SettingsForm.tsx:24
FunctionSettingsProvider
({ children }: SettingsProviderProps)
src/contexts/SettingsContext.tsx:22
FunctionSheet
({ ...props }: SheetPrimitive.Root.Props)
src/components/ui/sheet.tsx:8
FunctionSheetClose
({ ...props }: SheetPrimitive.Close.Props)
src/components/ui/sheet.tsx:16
FunctionSheetContent
({ className, children, side = "right", showCloseButton = true, ...props }: SheetPrimitive.Popup.Pro
src/components/ui/sheet.tsx:34
FunctionSheetDescription
({ className, ...props }: SheetPrimitive.Description.Props)
src/components/ui/sheet.tsx:104
FunctionSheetFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:84
FunctionSheetHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sheet.tsx:74
FunctionSheetOverlay
({ className, ...props }: SheetPrimitive.Backdrop.Props)
src/components/ui/sheet.tsx:24
FunctionSheetPortal
({ ...props }: SheetPrimitive.Portal.Props)
src/components/ui/sheet.tsx:20
FunctionSheetTitle
({ className, ...props }: SheetPrimitive.Title.Props)
src/components/ui/sheet.tsx:94
FunctionSheetTrigger
({ ...props }: SheetPrimitive.Trigger.Props)
src/components/ui/sheet.tsx:12
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offExamples", className, children, ...props
src/components/ui/sidebar.tsx:152
FunctionSidebarContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:368
FunctionSidebarFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:343
FunctionSidebarGroup
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:382
FunctionSidebarGroupAction
({ className, render, ...props }: useRender.ComponentProps<"button"> & React.ComponentProps<"button">)
src/components/ui/sidebar.tsx:417
FunctionSidebarGroupContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:441
FunctionSidebarGroupLabel
({ className, render, ...props }: useRender.ComponentProps<"div"> & React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:393
FunctionSidebarHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:332
FunctionSidebarInput
({ className, ...props }: React.ComponentProps<typeof Input>)
src/components/ui/sidebar.tsx:318
FunctionSidebarInset
({ className, ...props }: React.ComponentProps<"main">)
src/components/ui/sidebar.tsx:305
FunctionSidebarMenu
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:455
FunctionSidebarMenuAction
({ className, render, showOnHover = false, ...props }: useRender.ComponentProps<"button"> & React.Co
src/components/ui/sidebar.tsx:553
FunctionSidebarMenuBadge
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/sidebar.tsx:583
FunctionSidebarMenuButton
({ render, isActive = false, variant = "default", size = "default", tooltip, className, ...props
src/components/ui/sidebar.tsx:499
FunctionSidebarMenuItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:466
FunctionSidebarMenuSkeleton
({ className, showIcon = false, ...props }: React.ComponentProps<"div"> & { showIcon?: boolean; })
src/components/ui/sidebar.tsx:600
FunctionSidebarMenuSub
({ className, ...props }: React.ComponentProps<"ul">)
src/components/ui/sidebar.tsx:638
FunctionSidebarMenuSubButton
({ render, size = "md", isActive = false, className, ...props }: useRender.ComponentProps<"a"> & R
src/components/ui/sidebar.tsx:666
FunctionSidebarMenuSubItem
({ className, ...props }: React.ComponentProps<"li">)
src/components/ui/sidebar.tsx:652
FunctionSidebarProvider
({ defaultOpen = true, open: openProp, onOpenChange: setOpenProp, className, style, children, ..
src/components/ui/sidebar.tsx:56
FunctionSidebarRail
({ className, ...props }: React.ComponentProps<"button">)
src/components/ui/sidebar.tsx:280
FunctionSidebarSeparator
({ className, ...props }: React.ComponentProps<typeof Separator>)
src/components/ui/sidebar.tsx:354
FunctionSidebarTrigger
({ className, onClick, ...props }: React.ComponentProps<typeof Button>)
src/components/ui/sidebar.tsx:254
FunctionSkeleton
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/skeleton.tsx:3
FunctionSpinner
({ className, weight = "bold", ...props }: React.ComponentProps<typeof CircleNotch>)
src/components/ui/spinner.tsx:4
FunctionSqlEditor
({ value, onChange, onRunQuery, height = "300px", tables = [], onGenerateSQL, generating = false, aiCo
src/components/SqlEditor.tsx:42
FunctionSqlFunctionBadge
({ isRawSql }: SqlFunctionBadgeProps)
src/components/field-inputs/SqlFunctionBadge.tsx:7
← previousnext →301–400 of 723, ranked by callers